diff --git a/Full_DB/ClassicDB_1_8_z2692.sql b/Full_DB/ClassicDB_1_8_5_z2697.sql similarity index 77% rename from Full_DB/ClassicDB_1_8_z2692.sql rename to Full_DB/ClassicDB_1_8_5_z2697.sql index f84a291ba..9b4b2da5f 100644 --- a/Full_DB/ClassicDB_1_8_z2692.sql +++ b/Full_DB/ClassicDB_1_8_5_z2697.sql @@ -1,16 +1,3 @@ -# ************************************************************ -# Sequel Pro SQL dump -# Version 4096 -# -# http://www.sequelpro.com/ -# http://code.google.com/p/sequel-pro/ -# -# Host: 127.0.0.1 (MySQL 5.5.17) -# Database: classic-db -# Generation Time: 2017-01-03 18:06:05 +0100 -# ************************************************************ - - /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; @@ -195,7 +182,7 @@ VALUES (610,'Scarlet Monestary Cathedral - Entering',35,0,0,0,189,853.179,1319.18,18.6714,1.5708,0), (612,'Scarlet Monestary Armory - Entering',33,0,0,0,189,1608.1,-318.919,18.6714,4.71239,0), (614,'Scarlet Monestary Library - Entering',31,0,0,0,189,253.672,-206.624,18.6773,4.71239,0), - (702,'Stormwind - Wizard Sanctum Room',0,0,0,0,0,-9015.97,875.318,148.617,0,0), + (702,'Stormwind - Wizard Sanctum Room',0,0,0,0,0,-9015.97,875.318,148.617,5.30144,0), (704,'Stormwind - Wizard Sanctum Tower Portal',0,0,0,0,0,-9019.16,887.596,29.6206,0,0), (882,'Uldaman Instance End',0,0,0,0,0,-6620.48,-3765.19,266.226,3.13531,0), (902,'Uldaman Exit',38,0,0,0,70,-214.02,383.607,-38.7687,0.5,0), @@ -265,6 +252,30 @@ VALUES UNLOCK TABLES; +# Dump of table auction +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `auction`; + +CREATE TABLE `auction` ( + `id` int(11) unsigned NOT NULL DEFAULT '0', + `houseid` int(11) unsigned NOT NULL DEFAULT '0', + `itemguid` int(11) unsigned NOT NULL DEFAULT '0', + `item_template` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'Item Identifier', + `item_count` int(11) unsigned NOT NULL DEFAULT '0', + `item_randompropertyid` int(11) NOT NULL DEFAULT '0', + `itemowner` int(11) unsigned NOT NULL DEFAULT '0', + `buyoutprice` int(11) NOT NULL DEFAULT '0', + `time` bigint(40) unsigned NOT NULL DEFAULT '0', + `buyguid` int(11) unsigned NOT NULL DEFAULT '0', + `lastbid` int(11) NOT NULL DEFAULT '0', + `startbid` int(11) NOT NULL DEFAULT '0', + `deposit` int(11) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + + + # Dump of table battleground_events # ------------------------------------------------------------ @@ -532,6 +543,20 @@ VALUES UNLOCK TABLES; +# Dump of table bugreport +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `bugreport`; + +CREATE TABLE `bugreport` ( + `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'Identifier', + `type` longtext NOT NULL, + `content` longtext NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Debug System'; + + + # Dump of table command # ------------------------------------------------------------ @@ -1499,7 +1524,20 @@ VALUES (1370,11,24705,0), (1371,1,24705,0), (1372,8,1657,0), - (115,9,7624,0); + (115,9,7624,0), + (1373,8,6022,0), + (1374,8,6042,0), + (1375,8,6133,0), + (1376,-1,1374,1373), + (1377,-1,1376,1375), + (1378,8,6135,0), + (1379,8,6136,0), + (1380,-1,1379,1378), + (188,8,7481,0), + (189,8,7482,0), + (190,-2,189,188), + (1165,8,3122,0), + (125,5,59,5); /*!40000 ALTER TABLE `conditions` ENABLE KEYS */; UNLOCK TABLES; @@ -1520,7 +1558,8 @@ CREATE TABLE `creature` ( `position_y` float NOT NULL DEFAULT '0', `position_z` float NOT NULL DEFAULT '0', `orientation` float NOT NULL DEFAULT '0', - `spawntimesecs` int(10) unsigned NOT NULL DEFAULT '120', + `spawntimesecsmin` int(10) unsigned NOT NULL DEFAULT '120' COMMENT 'Creature respawn time minimum', + `spawntimesecsmax` int(10) unsigned NOT NULL DEFAULT '120' COMMENT 'Creature respawn time maximum', `spawndist` float NOT NULL DEFAULT '5', `currentwaypoint` mediumint(8) unsigned NOT NULL DEFAULT '0', `curhealth` int(10) unsigned NOT NULL DEFAULT '1', @@ -1535,63172 +1574,63292 @@ CREATE TABLE `creature` ( LOCK TABLES `creature` WRITE; /*!40000 ALTER TABLE `creature` DISABLE KEYS */; -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (1,2843,0,4481,0,-14467.8,468.374,15.1064,0.139626,300,0,0,2766,0,0,0), - (2,7853,0,7036,0,-14464.9,459.585,15.2488,3.735,300,0,0,1605,0,0,0), - (3,2499,0,7429,0,-14355.9,433.399,7.55289,1.79769,300,0,0,2284,0,0,0), - (4,2838,0,7181,0,-14430.2,410.963,15.3606,3.03687,300,0,0,3077,0,0,0), - (5,2839,0,4478,0,-14340.6,414.604,6.71338,2.19912,300,0,0,2568,0,0,0), - (6,2626,0,4491,0,-14451.3,471.164,4.28487,5.72468,300,0,0,2766,0,0,0), - (7,2482,0,4490,0,-14379.1,412.672,6.8203,5.70723,300,0,0,2766,0,0,0), - (8,8123,0,7337,0,-14421.9,528.898,5.24876,5.14872,300,0,0,4108,0,0,0), - (9,9459,0,2552,0,-7647.31,-3051.95,131.25,1.71042,900,0,0,8017,0,0,0), - (10,9520,0,8697,0,-7699.62,-1444.29,139.871,4.2586,900,0,0,21592,0,0,0), - (11,1215,0,3237,0,-9056,152.629,115.116,3.159,250,0,0,1309,0,0,0), - (12,1218,0,3269,0,-9060,148.566,115.222,1.606,180,0,0,413,0,0,0), - (13,12785,449,12925,0,-9.11894,-4.26696,5.57096,0.139626,300,0,0,4108,0,0,0), - (15,12781,449,12669,0,-3.68559,15.1514,-0.172549,5.49779,300,0,0,4108,0,0,0), - (16,12778,449,9811,0,-2.79471,29.6844,1.18142,6.05629,300,0,0,4108,0,0,0), - (17,12786,449,12920,0,-2.74466,3.60577,-0.172551,0.05236,300,0,0,6536,0,0,0), - (19,1061,0,4582,0,-11514,724.968,61.104,3.381,540,0,0,1900,0,0,0), - (20,12787,449,12919,0,2.04541,3.63727,-0.172552,3.10669,300,0,0,6536,0,0,0), - (21,12784,449,12921,0,7.16394,4.2682,-0.172551,0.087266,300,0,0,4484,0,0,0), - (22,12783,449,12922,0,6.30864,34.9575,1.13917,4.85202,300,0,0,3866,0,0,0), - (25,12780,449,12924,0,2.65049,29.7101,1.18142,3.4383,300,0,0,4108,0,0,0), - (26,6569,0,5377,0,-4835.97,-1260.58,501.951,4.55531,190,0,0,919,0,0,0), - (27,5123,0,5408,0,-4913.43,-1284.47,505.377,4.20624,310,0,0,1605,0,0,0), - (28,5178,0,3125,0,-4856.88,-1237.26,501.807,0.523599,310,0,0,1605,0,0,0), - (29,5177,0,3124,0,-4863.04,-1240.3,501.807,3.75246,310,0,0,2016,0,0,0), - (30,794,0,338,0,-9387.13,-117.859,58.862,2.818,180,0,0,64,0,0,0), - (31,1246,0,10635,0,-4863.04,-1238.05,501.807,2.19912,310,0,0,1605,0,0,0), - (32,11028,0,10571,0,-4802.49,-1248.5,502.086,4.41568,190,0,0,1172,0,0,0), - (33,6169,0,4999,0,-4812.48,-1250.62,502.014,4.62512,540,0,0,2972,0,0,0), - (34,7937,0,7006,0,-4827.63,-1257.16,506.119,4.57276,6300,0,0,80000,0,0,0), - (35,7950,0,7041,0,-4823.04,-1265.7,501.951,4.60767,430,0,0,4356,0,0,0), - (36,7944,0,7028,0,-4834.77,-1263.45,501.951,4.72984,430,0,0,4356,0,0,0), - (37,14724,0,14752,0,-4823.65,-1299.36,501.951,0.959931,25000,0,0,2016,0,0,0), - (38,15763,0,15729,0,-4811.98,-1264.85,501.951,3.05433,300,0,0,3000,0,0,0), - (39,5122,0,3077,0,-4921.13,-1280.97,512.044,5.8294,310,0,0,1605,0,0,0), - (40,4081,0,2184,0,-4842.96,-1283.51,501.951,1.55334,250,0,0,1528,0,0,0), - (41,5174,0,3117,0,-4798.97,-1254.84,502.086,5.21853,540,0,0,2972,0,0,0), - (42,5175,0,3118,0,-4793.47,-1249.97,502.086,3.12414,310,0,0,1605,0,0,0), - (43,11029,0,10722,0,-4795.64,-1247.08,502.086,3.7001,310,0,0,1684,0,0,0), - (44,5595,0,3524,0,-4912.55,-1240.4,501.66,2.67035,300,0,0,5194,0,0,0), - (45,5595,0,3524,0,-4917.7,-1250.29,501.66,2.68781,300,0,0,5194,0,0,0), - (46,5595,0,3524,0,-4748.27,-1264.66,501.659,0.279253,300,0,0,5194,0,0,0), - (47,5595,0,3524,0,-4745.03,-1275.25,501.659,0.366519,300,0,0,5194,0,0,0), - (48,5158,0,3120,0,-4801.37,-1196.13,505.898,0.20944,310,0,0,1605,0,0,0), - (49,5157,0,3111,0,-4809.03,-1186.13,512.564,3.26377,310,0,0,3829,0,0,0), - (50,11065,0,10588,0,-4808.6,-1190.14,505.898,2.89725,250,0,0,1240,0,0,0), - (51,5124,0,3078,0,-5002.89,-1160.73,501.743,3.43344,310,0,1,1605,0,0,2), - (52,15187,0,15321,0,-4818.88,-1176.41,502.278,2.49582,430,0,0,4108,5013,0,0), - (53,5570,0,3458,0,-4975.23,-1286.97,502.053,0.959931,430,0,0,3517,0,0,0), - (54,5140,0,3065,0,-4969.12,-1284.82,510.386,0.994838,310,0,0,1605,0,0,0), - (55,5605,0,3591,0,-4974.75,-1283.12,502.053,4.17134,310,0,0,1605,0,0,0), - (56,2695,0,1670,0,-4924.32,-1215.65,502.594,3.87463,180,0,0,644,0,0,0), - (57,5595,0,3524,0,-4992.17,-1155.41,501.743,3.96066,300,0,0,5194,0,0,2), - (58,5595,0,3524,0,-4995.1,-1224.35,501.769,0.715585,300,0,0,5194,0,0,0), - (59,10090,0,9338,0,-5022.09,-1273.85,507.839,5.48033,540,0,0,2471,1620,0,0), - (60,7976,0,7120,0,-5041.1,-1200.23,502.318,0.628319,310,0,0,1605,0,0,0), - (61,5121,0,3076,0,-5037.28,-1208.09,508.986,2.14675,310,0,0,1605,0,0,0), - (62,5119,0,3075,0,-5034.4,-1205.31,502.318,2.02458,310,0,0,1605,0,0,0), - (63,7298,0,6062,0,-5015.66,-1279.06,507.836,5.34071,540,0,0,2972,0,0,0), - (64,2832,0,7180,0,-14451.7,495.417,15.1901,3.7001,300,0,0,2284,0,0,0), - (65,2622,0,4489,0,-14437.3,408.212,15.1134,1.91986,300,0,0,3077,0,0,0), - (66,7390,0,6191,0,-14332.5,425.102,6.63462,2.30658,300,0,0,64,0,0,0), - (67,2844,0,4477,0,-14361.9,372.226,24.4477,5.84685,300,0,0,3077,0,0,0), - (68,2663,0,7190,0,-14334.8,425.681,6.70968,4.41568,300,0,0,2666,0,0,0), - (69,2542,0,1546,0,-14467,479.833,20.4677,0.279253,300,0,0,3517,0,0,0), - (70,2544,0,9573,0,-14811.8,449.855,1.31822,0.973038,300,5,0,1829,0,0,1), - (71,2544,0,9573,0,-14645.5,258.305,0.890634,0.007671,300,10,0,1829,0,0,1), - (72,2544,0,9573,0,-14812.7,312.065,1.10458,0.065201,300,5,0,1829,0,0,1), - (73,2544,0,9573,0,-14679.8,163.598,-0.325073,1.48668,300,5,0,1829,0,0,1), - (74,2544,0,9573,0,-14908.7,-29.849,0.276198,5.28334,300,5,0,1829,0,0,1), - (75,2544,0,9573,0,-14422.4,63.9523,1.38003,4.18235,300,10,0,1829,0,0,1), - (76,4624,0,7102,0,-14439,436.395,20.5088,3.07178,300,0,0,12652,0,0,0), - (77,4624,0,7102,0,-14278.3,553.193,8.90007,3.90954,300,0,0,12652,0,0,0), - (78,857,0,15114,0,-5038.54,-1266.41,510.408,3.82227,1200,0,0,7776,0,0,0), - (79,14982,0,15100,0,-5038.58,-1272.53,510.408,2.60054,6300,0,0,10626,8019,0,0), - (82,5117,0,3073,0,-5006.6,-1266.04,507.837,3.78736,540,0,0,2471,1620,0,0), - (83,1901,0,3053,0,-5044.87,-1243.06,507.837,5.46288,540,0,0,2972,0,0,0), - (84,5114,0,3055,0,-5035.67,-1234.64,507.835,5.35816,540,0,0,2972,0,0,0), - (85,9984,0,9258,0,-5010.22,-1261.46,507.839,3.76991,310,0,0,1605,0,0,0), - (86,5120,0,3057,0,-5037.14,-1206.7,502.318,2.1293,310,0,0,1605,0,0,0), - (87,5116,0,3072,0,-5010.39,-1274.05,507.835,2.26893,430,0,0,3517,2103,0,0), - (88,5595,0,3524,0,-4988.81,-1232.08,501.769,0.785398,300,0,0,5194,0,0,0), - (89,13084,0,12992,0,-5042.06,-1205.56,508.901,0.977384,430,0,0,6830,0,0,0), - (90,11865,0,11806,0,-5041.53,-1197.25,508.985,5.2709,430,0,0,6830,0,0,0), - (91,14365,0,14404,0,-4956.43,-906.791,503.922,3.83621,900,0,1,9298,0,0,2), - (92,5126,0,3080,0,-5030.41,-1147.3,512.063,2.04204,310,0,0,1605,0,0,0), - (93,5125,0,3079,0,-5032.96,-1139.38,505.396,3.4383,310,0,0,1605,0,0,0), - (94,5129,0,3106,0,-5033.39,-1146.08,505.396,3.1765,310,0,0,1605,0,0,0), - (95,5138,0,3064,0,-4883.2,-1149.06,505.853,5.3058,310,0,0,1605,0,0,0), - (96,5137,0,3063,0,-4881.24,-1155.52,505.853,5.34071,310,0,0,2016,0,0,0), - (97,5595,0,3524,0,-4883.04,-1115.6,502.296,3.16733,300,0,0,5194,0,0,2), - (98,5100,0,3040,0,-4958.07,-1015.15,503.95,4.17134,310,0,0,1605,0,0,0), - (99,5101,0,3041,0,-4962.1,-1023.77,503.952,1.13446,310,0,0,1605,0,0,0), - (100,2790,0,5410,0,-5033.81,-1022.23,508.876,3.76026,540,0,0,2868,0,0,0), - (101,5595,0,3524,0,-4946.28,-1013.47,501.524,1.18682,300,0,0,5194,0,0,0), - (102,5132,0,3107,0,-4963.59,-1014.19,503.952,5.23599,370,0,0,1605,0,0,0), - (103,5130,0,3081,0,-5016.19,-997.442,503.966,2.79253,490,0,0,3857,0,0,0), - (104,5049,0,2999,0,-5020.17,-1000.65,503.964,1.98968,250,0,0,1240,0,0,0), - (105,5595,0,3524,0,-5003.92,-1117.33,501.758,0.722695,300,0,0,5194,0,0,2), - (106,5595,0,3524,0,-4981.89,-949.898,501.743,5.63741,300,0,0,5194,0,0,0), - (107,5595,0,3524,0,-4995.79,-969.667,501.659,5.84685,300,0,0,5194,0,0,0), - (108,6175,0,4889,0,-4895.61,-898.098,501.743,2.28638,310,0,1,334,0,0,2), - (109,14363,0,14396,0,-4896.55,-996.009,504.024,0.696063,300,0,0,8635,0,0,2), - (110,5102,0,3042,0,-4916,-996.633,502.08,4.03171,310,0,0,1605,0,0,0), - (111,5099,0,3039,0,-4895.64,-1004.66,504.024,2.23402,540,0,0,5011,0,0,0), - (112,5103,0,3043,0,-4914.14,-998.025,502.08,4.10152,310,0,0,1605,0,0,0), - (113,13843,0,13850,0,-4903.01,-968.237,501.533,2.47837,490,0,0,4914,0,0,0), - (114,5595,0,3524,0,-4906.75,-977.52,501.44,2.25148,300,0,0,5194,0,0,0), - (115,5595,0,3524,0,-4902.07,-973.796,501.446,2.26893,300,0,0,5194,0,0,0), - (117,9560,0,8685,0,-8378.54,-2748.94,186.725,4.38078,500,0,0,4108,0,0,0), - (119,9859,0,9131,0,-4967.86,-917.619,505.169,0.785398,430,0,0,3517,0,0,0), - (121,5595,0,3524,0,-4986.55,-963.816,501.743,5.70723,300,0,0,5194,0,0,2), - (122,5109,0,3050,0,-4925.12,-947.695,501.649,4.04219,310,0,1,1605,0,0,2), - (123,9565,0,8695,0,-8380.58,-2751.88,187.122,0.785398,500,0,0,4356,5340,0,0), - (124,9561,0,8693,0,-8398.89,-2768.59,194.881,0.471239,500,0,0,4356,5340,0,0), - (125,9563,0,8696,0,-7495.02,-2170.95,165.536,1.50098,500,0,0,4356,0,0,0), - (126,8720,0,7989,0,-4963.19,-904.619,505.17,5.42797,430,0,0,3517,0,0,0), - (127,8671,0,7990,0,-4948.01,-901.528,505.172,3.80482,430,0,0,3517,0,0,0), - (128,5595,0,3524,0,-4975.55,-875.627,501.66,3.83972,300,0,0,5194,0,0,0), - (129,5595,0,3524,0,-4989.41,-887.231,501.659,0.698132,300,0,0,5194,0,0,0), - (131,5595,0,3524,0,-4914.67,-894.865,501.743,5.18363,300,0,0,5194,0,0,0), - (132,5595,0,3524,0,-5030.98,-832.871,495.377,1.91986,300,0,0,5194,0,0,0), - (133,5595,0,3524,0,-5021.62,-823.532,495.877,2.35619,300,0,0,5194,0,0,0), - (134,5595,0,3524,0,-4902.16,-895.619,501.743,5.23599,300,0,1,5194,0,0,2), - (135,5595,0,3524,0,-5083.85,-811.471,495.174,1.48353,300,0,0,5194,0,0,0), - (136,5595,0,3524,0,-5061.78,-810.586,495.252,1.25664,300,0,0,5194,0,0,0), - (137,6181,0,4893,0,-5089.28,-782.95,495.279,5.77704,310,0,0,1605,0,0,0), - (138,5595,0,3524,0,-5089.79,-772.627,495.047,2.04204,300,0,0,5194,0,0,0), - (139,5595,0,3524,0,-5038.17,-772.612,494.338,2.09439,300,0,0,5194,0,0,0), - (140,5595,0,3524,0,-5170.23,-754.75,463.225,1.58825,300,0,0,5194,0,0,0), - (141,5595,0,3524,0,-5194.21,-737.037,447.316,1.71042,300,0,0,5194,0,0,0), - (142,5595,0,3524,0,-5180.04,-728.633,447.649,2.02458,300,0,0,5194,0,0,0), - (143,721,0,328,0,-5150.63,-667.736,407.423,5.32423,180,10,0,1,0,0,1), - (144,5595,0,3524,0,-5050.71,-810.209,495.211,1.36172,300,0,1,5194,0,0,2), - (145,5595,0,3524,0,-5254.44,-587.618,410.8,3.21141,300,0,0,5194,0,0,0), - (146,727,0,1598,0,-5252.72,-509.481,386.113,2.01293,250,0,1,1918,0,0,2), - (147,721,0,328,0,-5184.31,-539.13,397.053,5.6955,180,10,0,1,0,0,1), - (148,721,0,328,0,-5341.28,-524.72,391.613,2.80499,180,10,0,1,0,0,1), - (149,727,0,1598,0,-5264.38,-511.639,387.61,2.04204,250,0,0,1918,0,0,0), - (150,727,0,1598,0,-5267.91,-513.285,388.708,2.1293,250,0,0,1918,0,0,0), - (151,1131,0,785,0,-5265.86,-448.053,388.326,3.20608,180,10,0,137,0,0,1), - (152,727,0,1598,0,-5373.57,-544.752,400.413,0.471239,250,0,0,1918,0,0,0), - (153,1138,0,604,0,-5390.21,-454.251,396.055,3.18063,180,10,0,120,0,0,1), - (154,1126,0,381,0,-5365.24,-425.302,396.734,1.81252,180,10,0,120,0,0,1), - (155,1127,0,744,0,-5283.94,-433.078,392.817,3.54134,180,0,0,137,0,0,0), - (156,1126,0,381,0,-5245.93,-431.736,386.977,5.30743,180,10,0,120,0,0,1), - (157,1131,0,785,0,-5299.23,-417.984,395.192,0.249412,180,10,0,137,0,0,1), - (158,1126,0,381,0,-5428.32,-566.719,397.134,2.09425,180,10,0,120,0,0,1), - (159,727,0,1598,0,-5449.36,-509,397.373,4.97419,250,0,0,1918,0,0,0), - (160,4624,0,7103,0,-14286.5,540.747,8.91942,1.97222,300,0,0,12652,0,0,0), - (161,4624,0,7104,0,-14488.5,460.438,30.7151,0.069813,300,0,0,12652,0,0,0), - (162,4624,0,7103,0,-14448.4,409.794,25.1044,1.5708,300,0,0,12652,0,0,0), - (163,4624,0,7103,0,-14461.7,478.294,26.8603,3.50811,300,0,0,12652,0,0,0), - (164,4624,0,7104,0,-14442.6,454.548,3.72366,0.523599,300,0,0,12652,0,0,0), - (165,4624,0,7104,0,-14466.6,447.94,15.5059,1.50098,300,0,0,12652,0,0,0), - (166,721,0,328,0,-5440.51,-511.881,396.606,1.55712,180,10,0,1,0,0,1), - (167,1138,0,604,0,-5393.23,-441.29,396.599,5.17167,180,10,0,120,0,0,1), - (168,1131,0,785,0,-5426.52,-462.828,396.976,4.44134,180,10,0,137,0,0,1), - (169,1125,0,607,0,-5488.25,-566.629,400.102,1.97222,180,10,0,102,0,0,1), - (170,5893,1,2172,0,-246.258,-4009.98,187.293,1.81609,180,0,0,230,249,0,0), - (171,12363,0,6569,0,-5458.53,-613.969,393.841,5.51524,180,0,0,42,0,0,0), - (172,12367,0,10661,0,-5460.76,-616.167,393.68,6.02139,180,0,0,42,0,0,0), - (173,14553,0,14374,0,-5449.28,-614.756,394.539,3.68265,180,0,0,64,53,0,0), - (174,14552,0,14376,0,-5452.32,-613.089,394.51,4.29351,180,0,0,64,53,0,0), - (175,12366,0,9476,0,-5455.75,-612.897,394.253,4.95674,180,0,0,42,0,0,0), - (176,14551,0,14377,0,-5447.83,-617.37,394.511,3.19395,180,0,0,64,53,0,0), - (177,7955,0,7039,0,-5451.6,-617.327,394.548,4.88692,430,0,0,3517,0,0,0), - (715,4624,0,0,0,-14437.2,399.063,31.7274,2.06051,300,0,0,12652,0,0,2), - (179,1269,0,3440,0,-5497.94,-455.835,395.438,5.63683,190,0,0,919,0,0,0), - (180,1268,0,3441,0,-5498.74,-457.929,395.438,0.074122,180,0,0,413,0,0,0), - (181,1128,0,8843,0,-5497.36,-433.361,406.167,0.05236,180,10,0,122,0,0,1), - (182,4624,0,7102,0,-14305,433.285,29.2265,1.39626,300,0,0,12652,0,0,0), - (183,1125,0,607,0,-5526.67,-448.986,404.968,0.413864,180,10,0,102,0,0,1), - (184,4631,0,7106,0,-14298.2,539.636,8.9337,4.79965,300,0,0,2016,0,0,0), - (185,1151,0,2548,0,-11595,1265.73,1.77801,0.603209,300,5,0,1403,0,0,1), - (186,5568,0,6926,0,-5490.56,-454.01,398.021,3.78736,180,0,0,334,0,0,0), - (187,727,0,1598,0,-5683.3,-482.562,395.93,0.0200809,250,0,1,1918,0,0,2), - (188,1234,0,3436,0,-5604.44,-540.323,399.18,5.23599,180,0,0,500,0,0,0), - (189,68,0,3167,0,-8528.64,689.028,97.6514,2.1921,25000,0,0,3921,0,0,0), - (190,68,0,3167,0,-8643.52,808.983,96.6525,5.3478,25000,0,0,3921,0,0,0), - (191,1373,0,3438,0,-5605.96,-544.451,392.43,0.977384,180,0,0,644,0,0,0), - (192,1228,0,10215,0,-5586.94,-537.173,403.624,5.89921,180,0,0,413,370,0,0), - (193,1699,0,3435,0,-5594.47,-545.82,398.85,1.81514,180,0,0,413,0,0,0), - (194,1232,0,1622,0,-5586.76,-542.163,403.624,1.09956,180,0,0,500,444,0,0), - (195,1125,0,607,0,-5535.48,-584.877,407.413,4.65724,180,10,0,102,0,0,1), - (196,1229,0,3431,0,-5605.73,-530.385,399.738,0.174533,180,0,0,413,0,0,0), - (197,2326,0,3433,0,-5604.49,-521.427,399.741,5.32325,180,0,0,334,0,0,0), - (198,9980,0,9253,0,-5606.07,-513.113,402.286,1.58825,310,0,0,1605,0,0,0), - (199,1247,0,3434,0,-5601.6,-531.203,399.737,2.1293,310,0,0,1605,0,0,0), - (200,727,0,1598,0,-5610.72,-490.063,397.544,2.19912,250,0,0,1918,0,0,0), - (201,1240,0,3425,0,-5576.21,-422.031,397.409,4.20624,180,0,0,372,0,0,0), - (202,1691,0,3430,0,-5597.66,-521.852,399.738,4.81711,180,0,0,413,0,0,0), - (203,1872,0,3415,0,-5573.78,-464.455,402.145,3.9968,180,0,0,500,0,0,0), - (204,6806,0,5525,0,-5590.81,-523.344,399.735,5.49779,180,0,0,413,0,0,0), - (205,727,0,1598,0,-5565.45,-470.893,399.461,4.66003,250,0,0,1918,0,0,0), - (206,1226,0,3429,0,-5590.56,-529.657,399.735,2.23402,180,0,0,413,370,0,0), - (207,1273,0,3417,0,-5590.67,-428.416,397.409,5.46288,180,0,0,413,0,0,0), - (208,1690,0,3427,0,-5568.99,-429.114,397.409,3.80482,250,0,0,1528,0,0,0), - (209,1238,0,3420,0,-5582.02,-423.1,397.409,5.0091,180,0,0,372,0,0,0), - (210,1267,0,1684,0,-5596.21,-504.132,400.714,2.44346,310,0,0,1605,0,0,0), - (211,727,0,1598,0,-5550.9,-462.166,407.683,4.4855,250,0,0,1918,0,0,0), - (212,727,0,1598,0,-5588.31,-464.238,401.724,4.01426,250,0,0,1918,0,0,0), - (213,1241,0,3422,0,-5582.41,-430.97,397.326,5.39307,310,0,0,1605,0,0,0), - (214,727,0,1598,0,-5591.73,-489.796,397.605,1.69297,250,0,0,1918,0,0,0), - (215,1128,0,8843,0,-5523.85,-408.892,405.503,5.2709,180,10,0,122,0,0,1), - (216,1245,0,3513,0,-5576.37,-429.771,397.326,2.9147,180,0,0,413,0,0,0), - (217,6328,0,5042,0,-5639.4,-526.589,403.794,4.20288,180,0,0,594,710,0,0), - (218,5612,0,3607,0,-5640,-528.801,404.379,1.71042,180,0,0,644,557,0,0), - (219,1692,0,3414,0,-5633.44,-496.477,396.875,2.5392,180,0,0,413,0,0,2), - (220,1252,0,1376,0,-5644.37,-499.163,396.752,1.79769,180,0,0,334,0,0,0), - (221,6119,0,4864,0,-5642.65,-529.14,404.357,0,180,0,0,413,382,0,0), - (222,1231,0,3558,0,-5618.54,-454.071,407.842,5.3058,120,0,0,500,444,0,0), - (223,2878,0,5040,0,-5649.98,-497.144,396.752,0.785398,540,0,0,2471,1620,0,0), - (224,12427,0,12474,0,-5668.69,-454.09,394.467,1.79769,180,0,0,228,0,0,0), - (225,727,0,1598,0,-5692.5,-565.203,400.417,2.24126,250,0,0,1918,0,0,0), - (226,721,0,328,0,-5695.18,-538.38,399.051,3.18232,180,10,0,1,0,0,1), - (227,1125,0,607,0,-5749.12,-451.856,387.678,5.57795,180,10,0,102,0,0,1), - (228,1128,0,8843,0,-5691.4,-401.73,366.018,0.637255,180,10,0,122,0,0,1), - (229,727,0,1598,0,-5766.27,-538.857,417.184,2.3911,250,0,0,1918,0,0,0), - (230,1126,0,381,0,-5738.47,-563.367,398.559,3.67644,180,10,0,120,0,0,1), - (231,721,0,328,0,-5778.44,-563.254,400.871,2.40365,180,10,0,1,0,0,1), - (232,1125,0,607,0,-5815.77,-465.662,401.518,0.606264,180,10,0,102,0,0,1), - (233,1128,0,8843,0,-5788.58,-441.91,365.206,4.69091,180,10,0,122,0,0,1), - (234,1201,0,954,0,-5818.51,-587.567,398.42,2.78763,180,10,0,137,0,0,1), - (235,1125,0,607,0,-5802.7,-590.052,398.471,6.1585,180,10,0,102,0,0,1), - (236,1125,0,607,0,-5851.36,-586.539,397.344,4.39186,180,10,0,102,0,0,1), - (237,721,0,328,0,-5825.82,-567.082,399.865,5.67838,180,10,0,1,0,0,1), - (238,1125,0,607,0,-5887.37,-531.523,398.322,5.45992,180,10,0,102,0,0,1), - (239,721,0,328,0,-5857.99,-422.537,408.207,0.086061,180,10,0,1,0,0,1), - (240,1199,0,748,0,-5796.58,-426.668,365.143,4.08298,180,0,0,102,0,0,0), - (241,1125,0,607,0,-5914.71,-409.512,426.089,4.66003,180,10,0,102,0,0,1), - (242,1196,0,8840,0,-5957.03,-480.463,408.535,2.05878,180,10,0,164,0,0,1), - (243,1125,0,607,0,-5903.86,-459.132,413.971,1.45928,180,10,0,102,0,0,1), - (244,1201,0,954,0,-5956.08,-527.072,408.04,1.75645,180,10,0,137,0,0,1), - (245,727,0,1598,0,-5907.85,27.7098,367.408,1.32261,250,0,1,1918,0,0,2), - (246,1125,0,607,0,-5980.07,-544.973,407.324,3.14159,180,10,0,102,0,0,1), - (247,80,0,365,0,-8534,-199,83.681,3.142,180,7,0,71,0,0,1), - (248,9046,0,8900,0,-7575.14,-1289.98,278.258,1.67552,7200,0,0,7842,0,0,0), - (249,7039,0,10806,0,-7723.03,-2055.32,133.439,4.88479,500,5,0,3189,0,0,1), - (250,7037,0,8170,0,-7829.94,-2138.96,134.546,3.85479,500,5,0,3217,0,0,1), - (251,7036,0,6649,0,-7742.63,-1914,133.564,4.67949,500,5,0,3180,0,0,1), - (252,1126,0,381,0,-5975.72,-525.395,406.054,3.6832,180,10,0,120,0,0,1), - (253,1125,0,607,0,-5983.24,-433.158,406.853,4.51001,180,10,0,102,0,0,1), - (254,1125,0,607,0,-5972.71,-473.727,406.357,1.39024,180,10,0,102,0,0,1), - (255,1125,0,607,0,-5951.97,-378.858,421.829,0.506145,180,10,0,102,0,0,1), - (256,5875,1,4492,0,1850.31,-4357.3,-14.7982,5.32325,300,0,0,2471,0,0,0), - (257,1125,0,607,0,-6042.85,-447.638,451.031,0.453786,180,10,0,102,0,0,1), - (258,1125,0,607,0,-6022.76,-417.791,412.982,5.74093,180,10,0,102,0,0,1), - (259,727,0,1598,0,-6015.84,-332.487,427.603,5.93413,250,0,0,1918,0,0,0), - (260,721,0,328,0,-6070.58,-333.541,431.606,2.87431,180,10,0,1,0,0,1), - (261,1125,0,607,0,-6081.62,-382.515,435.241,0.034907,180,10,0,102,0,0,1), - (262,1125,0,607,0,-6054.22,-330.745,427.426,2.57226,180,10,0,102,0,0,1), - (263,1125,0,607,0,-6070.35,-285.94,428.22,1.49618,180,10,0,102,0,0,1), - (264,1125,0,607,0,-6095.82,-274.277,445.173,3.57032,180,10,0,102,0,0,1), - (265,1243,0,3412,0,-6015.51,-201.511,407.437,0.0349066,180,0,0,372,0,0,0), - (266,10803,0,10111,0,-6008.53,-199.145,406.687,4.37218,180,0,0,372,0,0,0), - (267,10611,0,9947,0,-6007.46,-202.158,407.448,2.47837,900,0,0,413,0,0,0), - (268,10804,0,10110,0,-6010.67,-199.434,406.792,5.53269,180,0,0,372,0,0,0), - (269,10610,0,9946,0,-6009.25,-202.65,406.983,1.58825,180,0,0,456,0,0,2), - (270,1128,0,8843,0,-6070.16,-261.253,429.958,5.52072,180,10,0,122,0,0,1), - (271,721,0,328,0,-6030.78,-210.303,413.423,2.28705,180,10,0,1,0,0,1), - (272,10805,0,10109,0,-6007.3,-200.348,406.777,3.28222,180,0,0,196,0,0,0), - (273,679,0,536,0,-12464.3,-989.308,49.9095,3.83972,1800,0,0,4119,1432,0,0), - (274,679,0,536,0,-12469.5,-986.406,49.377,5.28402,1800,0,0,4119,1432,0,0), - (275,679,0,536,0,-12468.5,-996.564,49.8019,1.36136,1800,0,0,4119,1432,0,0), - (276,679,0,536,0,-12462.2,-995.415,50.3674,2.60054,1800,0,0,4119,1432,0,0), - (277,709,0,655,0,-12487.4,-985.333,46.7921,1.97851,1800,2,0,4755,0,0,1), - (278,709,0,655,0,-12222.6,-786.589,15.2063,3.82823,1800,5,0,4755,0,0,1), - (279,9559,0,8847,0,-14289.1,556.613,8.97114,4.55531,300,0,0,2972,0,0,0), - (280,14876,0,14999,0,-11899.4,1248.5,3.3889,3.45575,1800,3,0,9298,2434,0,1), - (281,14876,0,15000,0,-11747.5,1263.67,6.13123,4.85202,1800,0,0,9298,2434,0,0), - (282,14876,0,15001,0,-11851.6,1250.46,21.7965,4.39823,1800,0,0,9298,2434,0,0), - (283,14876,0,14999,0,-11751.1,1309.63,2.66289,5.13127,1800,2,0,9298,2434,0,1), - (284,14876,0,14998,0,-11870.5,1214.86,7.8051,5.07891,1800,5,0,9298,2434,0,1), - (285,14876,0,14999,0,-11787,1255.19,1.22209,2.77507,1800,2,0,9298,2434,0,1), - (286,14876,0,15000,0,-11809.8,1243.56,1.37701,0.830486,1800,0,0,9298,2434,0,0), - (287,14876,0,14998,0,-11813,1244.59,1.75118,5.91369,1800,0,0,9298,2434,0,0), - (288,14902,0,14994,0,-11782.7,1244.03,3.08304,2.47837,1800,0,0,9298,0,0,0), - (289,1199,0,748,0,-5913.93,-194.244,369.35,2.70591,180,5,0,102,0,0,1), - (290,1125,0,607,0,-5988.83,-135.639,400.819,4.44141,180,10,0,102,0,0,1), - (291,727,0,1598,0,-5909.02,-67.7806,387.788,0.346947,250,0,0,1918,0,0,0), - (292,1128,0,8843,0,-5911.33,-111.367,371.934,3.11001,180,10,0,122,0,0,1), - (293,1128,0,8843,0,-5882.76,-102.271,367.709,1.36421,180,10,0,122,0,0,1), - (294,1125,0,607,0,-5997.38,-99.8278,407.436,1.02963,180,10,0,102,0,0,1), - (295,721,0,328,0,-5898.93,-102.248,371.981,5.48674,180,10,0,1,0,0,1), - (296,1199,0,748,0,-5869.49,-101.402,363.042,1.43409,180,0,0,102,0,0,0), - (297,721,0,328,0,-5878.02,-13.7152,361.047,5.01189,180,10,0,1,0,0,1), - (298,1199,0,748,0,-5879.33,-110.48,364.747,0.742548,180,5,0,102,0,0,1), - (299,1125,0,607,0,-5946.83,4.37419,370.925,3.63692,180,10,0,102,0,0,1), - (300,1125,0,607,0,-5917.65,21.0367,366.743,2.194,180,10,0,102,0,0,1), - (301,1125,0,607,0,-5845.64,-2.04096,357.578,4.13459,180,10,0,102,0,0,1), - (302,1199,0,748,0,-5862.5,-4.16602,357.203,0.18115,180,5,0,102,0,0,1), - (303,1199,0,748,0,-5866.3,51.689,358.564,1.13511,180,5,0,102,0,0,1), - (304,1128,0,8843,0,-5846.96,51.6326,357.689,0.791765,180,10,0,122,0,0,1), - (305,1128,0,8843,0,-5830.62,105.799,381.817,0.548634,180,10,0,122,0,0,1), - (306,721,0,328,0,-5845.97,86.6038,369.356,0.688481,180,10,0,1,0,0,1), - (307,1125,0,607,0,-5834.05,78.9678,365.87,0.167019,180,10,0,102,0,0,1), - (309,14903,0,14995,0,-11854.5,1242.12,21.7965,0.331613,1800,0,0,9298,0,0,0), - (310,14905,0,14997,0,-11752.3,1322.07,5.20288,5.21853,1800,0,0,9298,0,0,0), - (311,14904,0,14996,0,-11850.2,1244.7,4.65736,5.95157,1800,0,0,9298,0,0,0), - (312,14910,0,15003,0,-11828.3,1246.78,2.3936,5.82184,1800,0,0,9298,0,0,0), - (313,14994,0,13069,0,-11847,1280.86,3.16509,6.17846,300,0,0,64,0,0,0), - (314,14911,0,15004,0,-11819.4,1243.47,1.92195,4.51576,1800,0,0,9298,2434,0,0), - (315,16096,0,10747,0,-12435.6,217.448,31.2913,5.02655,1800,0,0,4700,0,0,0), - (316,1146,0,4389,0,-12357.8,155.552,4.32853,1.29154,300,0,0,2471,0,0,0), - (318,1718,0,730,0,-6150.35,50.8235,416.672,0.777208,180,0,0,71,0,0,0), - (319,1718,0,730,0,-6122.96,79.1654,416.991,6.14859,180,0,0,71,0,0,0), - (321,1718,0,730,0,-6137.65,122.852,420.845,5.70716,180,0,0,71,0,0,0), - (322,1718,0,730,0,-6155.71,84.8144,415.915,4.8443,180,0,0,71,0,0,0), - (323,1718,0,730,0,-6167.99,135.883,423.093,0.434909,180,0,0,71,0,0,0), - (324,853,0,1598,0,-6226.1,127.093,431.097,2.68781,300,0,0,5121,0,0,0), - (325,853,0,1598,0,-6230.06,120.496,430.972,2.58309,300,0,0,5121,0,0,0), - (326,1718,0,730,0,-6205.47,99.902,430.335,2.27112,180,0,0,71,0,0,0), - (327,853,0,1598,0,-6233.77,117.782,431.417,1.62316,300,0,0,5121,0,0,0), - (328,853,0,1598,0,-6225.67,133.078,431.597,2.67035,300,0,0,5121,0,0,0), - (329,853,0,1598,0,-6244.8,125.788,431.167,0.663225,300,0,0,5121,0,0,0), - (330,6782,0,9211,0,-6248.84,135.042,431.673,1.5708,180,0,0,413,0,0,0), - (331,1965,0,1567,0,-6235.87,152.989,428.399,2.04204,180,0,0,644,0,0,0), - (332,705,0,855,0,-6201.74,212.113,398.799,3.24573,370,5,0,42,0,0,1), - (333,708,0,607,0,-6230.69,212.32,395.626,4.70236,180,5,0,71,0,0,1), - (334,853,0,1598,0,-6264,233.732,395.641,4.562,300,0,1,5121,0,0,2), - (335,707,0,606,0,-6322.07,208.885,395.879,1.19899,370,5,0,42,0,0,1), - (336,724,0,611,0,-6296.63,244.471,390.969,1.83944,370,5,0,55,0,0,1), - (337,705,0,855,0,-6176.97,254.691,386.853,1.16437,370,5,0,42,0,0,1), - (338,705,0,855,0,-6305.79,260.452,381.868,3.72226,370,0,0,42,0,0,0), - (339,708,0,607,0,-6150.36,264.527,391.214,1.23907,180,5,0,71,0,0,1), - (340,707,0,606,0,-6331.14,268.768,380.622,2.68239,370,0,0,42,0,0,0), - (341,707,0,606,0,-6305.15,272.656,380.252,5.06975,370,5,0,42,0,0,1), - (342,707,0,606,0,-6324.98,294.269,379.937,0.241638,370,0,0,42,0,0,0), - (343,721,0,328,0,-6318.27,272.283,380.002,0.752975,180,10,0,1,0,0,1), - (344,705,0,855,0,-6287.25,328.127,376.507,2.40855,370,0,0,42,0,0,0), - (345,705,0,855,0,-6312.6,309.104,378.437,3.57297,370,0,0,42,0,0,0), - (346,705,0,855,0,-6279.53,279.643,382.529,4.64011,370,0,0,42,0,0,0), - (347,705,0,855,0,-6326.06,287.113,379.794,4.54002,370,5,0,42,0,0,1), - (348,11941,0,11899,0,-6230.39,320.446,383.144,0.925025,180,0,0,166,0,0,0), - (349,829,0,3388,0,-6225.24,320.372,383.3,1.62316,180,0,0,166,0,0,0), - (350,853,0,1598,0,-6213.2,333.578,383.914,3.36848,300,0,0,5121,0,0,0), - (351,658,0,1362,0,-6214.85,328.181,383.669,2.61799,180,0,0,166,0,0,0), - (352,713,0,1355,0,-6216.53,339.002,383.454,3.90954,180,0,0,166,0,0,0), - (353,853,0,1598,0,-6218.55,321.674,383.447,2.16421,300,0,0,5121,0,0,0), - (354,853,0,1598,0,-6228,345.671,383.536,4.712,300,0,1,5121,0,0,2), - (355,721,0,328,0,-6235.44,304.221,385.702,0.7135,180,10,0,1,0,0,1), - (356,721,0,328,0,-6247.97,307.132,383.503,5.39698,180,10,0,1,0,0,1), - (357,721,0,328,0,-6229.17,362.5,386.022,2.8039,180,10,0,1,0,0,1), - (358,705,0,855,0,-6144.06,268.387,393.634,1.97594,370,5,0,42,0,0,1), - (359,1064,0,4369,0,-12375.3,130.875,21.1785,4.85202,300,0,0,5317,0,0,0), - (360,1148,0,4377,0,-12412.3,134.007,3.94486,1.3439,300,0,0,2471,0,0,0), - (361,1387,0,1868,0,-12417.5,144.474,3.36881,0.610865,1800,0,0,7809,7071,0,0), - (362,1064,0,4368,0,-12395.1,131.913,3.55804,4.60767,300,0,0,5317,0,0,0), - (363,1064,0,4369,0,-12334.5,176.827,3.29848,6.23082,300,0,0,5317,0,0,0), - (364,1404,0,4372,0,-12388.9,227.696,2.40931,4.39823,300,0,0,2471,1620,0,0), - (365,1064,0,4369,0,-12349.7,194.657,4.29848,3.15905,300,0,0,5317,0,0,0), - (366,14921,0,15012,0,-11849.5,1259.08,6.88076,4.41568,1800,0,0,10672,0,0,0), - (367,943,0,4438,0,-11610.5,-698.739,31.0895,1.0472,300,0,0,1064,1007,0,0), - (368,3149,0,9352,0,-12441.3,215.018,31.3224,5.5676,300,0,0,4440,0,0,0), - (369,12137,0,12230,0,-12417.8,208.329,31.3224,3.19395,300,0,0,2972,0,0,0), - (370,3945,0,11353,0,-14320.3,474.437,8.61459,2.6529,300,0,0,1846,0,0,0), - (371,1550,0,8802,0,-13273.9,-274.412,29.0968,4.73055,300,5,0,1902,0,0,1), - (372,1551,0,2174,0,-13203.3,-501.962,4.54984,4.41568,300,2,0,2059,0,0,1), - (373,1551,0,2174,0,-13228,-484.749,4.83109,5.74213,300,0,0,2059,0,0,0), - (374,1551,0,2174,0,-13206.3,-548.123,4.64249,3.18943,300,3,0,2059,0,0,1), - (375,1653,0,2563,0,-13461.9,186.569,45.1735,2.32945,300,5,0,1110,3293,0,1), - (376,1653,0,2563,0,-13492.2,174.07,43.4458,0.415917,300,0,0,1110,3293,0,0), - (377,1653,0,2564,0,-13478.1,178.634,42.8208,4.50553,300,0,0,1110,3293,0,0), - (378,1653,0,2564,0,-13487.7,191.848,43.1105,5.28265,300,0,0,1110,3293,0,0), - (379,1653,0,2563,0,-13483.3,182.835,42.852,3.4383,300,0,0,1110,3293,0,0), - (380,1565,0,796,0,-13477.1,209.896,37.3109,3.91042,300,3,0,1902,0,0,1), - (381,1565,0,1768,0,-13484.4,180.311,42.7499,2.09439,300,0,0,1902,0,0,0), - (382,2672,0,4397,0,-14677.5,497.89,1.76032,3.01942,300,0,0,2471,0,0,0), - (383,7794,0,6853,0,-14377.2,378.481,23.465,3.29867,300,0,0,4108,0,0,0), - (384,7802,0,6846,0,-12039.9,-1009.15,49.5048,3.56047,300,0,0,3857,0,0,0), - (385,15080,0,15210,0,-11817.4,1336.96,1.11529,4.41568,1800,0,0,9156,0,0,0), - (386,15070,0,15205,0,-11842.3,1295.52,0.794699,4.46804,1800,0,0,25369,0,0,0), - (387,7406,0,6710,0,-14417,411.288,22.7816,1.25664,300,0,0,3517,0,0,0), - (388,2496,0,7167,0,-14439,483.483,28.9285,2.33874,300,0,0,3857,0,0,0), - (389,2594,0,7212,0,-14301.7,519.787,8.87545,4.43314,300,0,0,2192,0,0,0), - (390,2634,0,2178,0,-14596.7,-237.967,24.8758,1.74533,300,0,0,2666,0,0,0), - (391,14875,0,14993,0,-11812.3,1260.91,6.08752,4.27606,1800,0,0,9298,0,0,0), - (392,1114,0,845,0,-12674.5,-914.881,54.0896,5.12293,300,5,0,1804,0,0,1), - (393,1094,0,7201,0,-11460.3,385.785,77.5294,1.20428,300,0,0,1279,0,0,0), - (394,1094,0,7201,0,-11498.9,446.148,65.999,2.3911,300,0,0,1279,0,0,0), - (395,1094,0,7201,0,-11457.6,377.95,77.6057,6.16101,300,0,0,1279,0,0,0), - (396,721,0,328,0,-6269.71,365.458,382.195,1.20951,180,10,0,1,0,0,1), - (397,853,0,1598,0,-6183.11,376.171,395.938,2.47837,300,0,0,5121,0,0,0), - (398,853,0,1598,0,-6239,338.249,382.92,2.863,300,0,1,5121,0,0,2), - (399,853,0,1598,0,-6170.6,393.397,398.906,3.54302,300,0,0,5121,0,0,0), - (400,705,0,855,0,-6252.84,387.126,383.278,6.2617,370,0,0,42,0,0,0), - (401,721,0,328,0,-6179.62,395.807,396.331,0.272581,180,10,0,1,0,0,1), - (402,705,0,855,0,-6245.87,395.645,385.851,1.13578,370,0,0,42,0,0,0), - (403,926,0,3393,0,-6120.68,382.089,395.626,6.16101,180,0,0,166,190,0,0), - (404,853,0,1598,0,-6115.09,372.263,395.626,0.645772,300,0,0,5121,0,0,0), - (405,721,0,328,0,-6198.79,410.615,391.015,2.21798,180,10,0,1,0,0,1), - (406,912,0,3399,0,-6084.77,382.141,395.626,3.45575,180,0,0,166,0,0,0), - (407,895,0,3395,0,-6091.79,365.141,395.623,2.33874,180,0,0,166,190,0,0), - (408,1104,0,3397,0,-6104.5,384.03,395.626,0.226893,180,0,0,166,0,0,0), - (409,945,0,3391,0,-6101.1,390.569,395.626,2.35619,180,0,0,166,0,0,0), - (410,853,0,1598,0,-6086.53,390.964,395.625,3.57792,300,0,0,5121,0,0,0), - (411,853,0,1598,0,-6113.04,396.871,395.542,0.128779,300,0,1,5121,0,0,2), - (412,8416,0,7852,0,-6098.09,396.074,395.54,5.66209,180,0,0,87,0,0,0), - (413,708,0,607,0,-6275.36,412.548,383.871,1.7954,180,0,0,71,0,0,0), - (414,708,0,607,0,-6164.25,493.212,388.398,5.14312,180,5,0,71,0,0,1), - (415,721,0,328,0,-6178.3,430.212,393.56,3.6559,180,10,0,1,0,0,1), - (416,705,0,855,0,-6170.53,487.948,387.864,3.53623,370,5,0,42,0,0,1), - (417,724,0,611,0,-6245.59,461.45,386.191,4.02375,370,5,0,55,0,0,1), - (418,705,0,855,0,-6252.87,442.861,385.255,0.129051,370,5,0,42,0,0,1), - (419,705,0,855,0,-6211.56,454.966,388.063,2.96711,370,5,0,42,0,0,1), - (420,708,0,607,0,-6228.68,451.303,386.738,4.88148,180,5,0,71,0,0,1), - (421,916,0,3407,0,-6093.75,404.918,395.62,4.5204,180,0,0,166,0,0,0), - (422,724,0,611,0,-6274.57,462.16,386.168,4.13748,370,5,0,55,0,0,1), - (423,724,0,611,0,-6278.65,478.98,386.248,3.5112,370,5,0,55,0,0,1), - (424,724,0,611,0,-6287.51,451.789,386.043,4.37634,370,5,0,55,0,0,1), - (426,724,0,611,0,-6279.3,506.935,386.91,3.30369,370,5,0,55,0,0,1), - (427,724,0,611,0,-6272.38,476.443,386.373,5.92463,370,5,0,55,0,0,1), - (428,705,0,855,0,-6281.97,424.786,384.282,0.545774,370,0,0,42,0,0,0), - (429,721,0,328,0,-6269.48,430.999,385.44,0.161788,180,10,0,1,0,0,1), - (430,705,0,855,0,-6205.04,522.914,387.066,0.881849,370,5,0,42,0,0,1), - (431,705,0,855,0,-6202.08,497.916,387.214,1.9424,370,5,0,42,0,0,1), - (432,705,0,855,0,-6148.82,519.066,388.465,5.80939,370,5,0,42,0,0,1), - (433,724,0,611,0,-6248.37,513.557,386.486,1.78673,370,0,0,55,0,0,0), - (434,708,0,607,0,-6148.25,522.294,388.297,0.027337,180,5,0,71,0,0,1), - (435,708,0,607,0,-6214.62,512.789,387.517,2.05862,180,5,0,71,0,0,1), - (436,15076,0,15210,0,-14449.9,479.185,15.1874,5.35816,1800,0,0,8017,0,0,0), - (437,873,0,11293,0,-12189.2,653.294,-66.6704,4.72304,1800,5,0,3150,1097,0,1), - (438,873,0,11293,0,-12201.6,670.672,-69.9821,0.384944,1800,5,0,3150,1097,0,1), - (439,871,0,506,0,-12221.9,663.417,-68.8666,3.22905,1800,5,0,3660,0,0,1), - (440,877,0,4920,0,-12247,686.78,-70.1439,5.78434,1800,5,0,3660,0,0,1), - (441,905,0,705,0,-11885.1,-390.121,-14.0914,4.56714,300,5,0,1107,0,0,1), - (442,905,0,705,0,-12021.3,-453.707,-7.29134,3.82041,300,5,0,1107,0,0,1), - (443,4505,0,2558,0,-14968,347.681,0.223372,2.29114,300,2,0,1902,0,0,1), - (444,1653,0,2563,0,-14946.1,344.773,0.220533,3.55085,300,0,0,1110,3293,0,0), - (445,1565,0,796,0,-14938.9,346.107,0.220537,0.095112,300,0,0,1902,0,0,0), - (446,1565,0,796,0,-14955.8,342.362,0.220538,0.227723,300,0,0,1902,0,0,0), - (447,1565,0,796,0,-14958.1,354.254,0.220538,2.05083,300,0,0,1902,0,0,0), - (448,724,0,611,0,-6259.87,494.038,386.704,4.38358,370,0,0,55,0,0,0), - (449,3294,1,1654,0,352.948,-4837.45,10.8906,1.29154,300,0,0,413,0,0,0), - (450,724,0,611,0,-6237.86,512.021,386.236,3.55947,370,5,0,55,0,0,1), - (451,724,0,611,0,-6245.66,512.381,386.236,5.63226,370,5,0,55,0,0,1), - (453,724,0,611,0,-6263.55,516.573,386.236,1.25046,370,5,0,55,0,0,1), - (454,724,0,611,0,-6238.18,492.689,386.519,4.57905,370,5,0,55,0,0,1), - (455,724,0,611,0,-6261.88,471.167,386.079,5.67875,370,5,0,55,0,0,1), - (456,708,0,607,0,-6128.48,492.554,398.005,1.48534,180,5,0,71,0,0,1), - (457,721,0,328,0,-6206.45,542.282,387.291,4.472,180,10,0,1,0,0,1), - (458,708,0,607,0,-6183.05,550.864,384.771,4.85416,180,5,0,71,0,0,1), - (459,724,0,611,0,-6256.19,538.589,386.236,2.16669,370,5,0,55,0,0,1), - (460,724,0,611,0,-6277.2,552.383,387.197,4.26797,370,5,0,55,0,0,1), - (461,707,0,606,0,-6208.34,605.062,393.214,6.11804,370,5,0,42,0,0,1), - (462,708,0,607,0,-6205.08,587.141,388.176,4.33873,180,5,0,71,0,0,1), - (463,708,0,607,0,-6147.97,589.708,386.771,6.10329,180,5,0,71,0,0,1), - (464,724,0,611,0,-6253.44,580.506,388.704,0.880808,370,5,0,55,0,0,1), - (465,708,0,607,0,-6121.88,546.368,405.512,2.40396,180,5,0,71,0,0,1), - (466,708,0,607,0,-6113.43,600.665,399.993,1.89682,180,5,0,71,0,0,1), - (467,724,0,611,0,-6259.61,624.484,386.861,4.2502,370,5,0,55,0,0,1), - (468,708,0,607,0,-6147.43,649.309,388.292,5.51988,180,5,0,71,0,0,1), - (469,708,0,607,0,-6257.62,618.614,387.499,4.89814,180,5,0,71,0,0,1), - (470,721,0,328,0,-6260.92,638.054,386.689,2.99341,180,10,0,1,0,0,1), - (471,708,0,607,0,-6127.96,640.685,392.637,1.13771,180,5,0,71,0,0,1), - (472,714,0,1363,0,-6222.47,688.973,385.002,4.97419,180,0,0,166,0,0,0), - (473,708,0,607,0,-6181.81,684.008,386.396,4.47283,180,0,0,71,0,0,0), - (474,708,0,607,0,-6161,683.638,389.898,0.587998,180,0,0,71,0,0,0), - (475,708,0,607,0,-6157.49,708.563,387.258,3.85859,180,0,0,71,0,0,0), - (476,708,0,607,0,-6228.27,701.332,385.604,3.90886,180,0,0,71,0,0,0), - (477,708,0,607,0,-6256.98,678.106,386.439,0.610992,180,0,0,71,0,0,0), - (478,707,0,606,0,-6289.81,628.378,387.613,1.8356,370,0,0,42,0,0,0), - (479,724,0,611,0,-6279.13,683.893,385.689,0.617585,370,5,0,55,0,0,1), - (480,724,0,611,0,-6292.3,670.266,385.245,4.6479,370,0,0,55,0,0,0), - (481,721,0,328,0,-6225.68,741.284,387.285,4.11734,180,10,0,1,0,0,1), - (482,724,0,611,0,-6244.87,778.502,387.1,1.9426,370,5,0,55,0,0,1), - (483,724,0,611,0,-6234.01,758.701,387.065,6.18546,370,5,0,55,0,0,1), - (484,707,0,606,0,-6254.73,727.239,386.849,0.912837,370,5,0,42,0,0,1), - (485,708,0,607,0,-6147,753.035,391.736,6.18223,180,0,0,71,0,0,0), - (486,724,0,611,0,-6329.1,746.326,387.314,5.92397,370,5,0,55,0,0,1), - (487,724,0,611,0,-6316.68,777.084,389.439,0.857296,370,5,0,55,0,0,1), - (488,708,0,607,0,-6314.69,798.587,391.439,1.18626,180,0,0,71,0,0,0), - (489,708,0,607,0,-6287.02,779.763,387.473,1.02183,180,0,0,71,0,0,0), - (490,708,0,607,0,-6146.39,782.102,393.869,0.101813,180,0,0,71,0,0,0), - (491,724,0,611,0,-6190.24,786.846,396.064,3.97536,370,0,0,55,0,0,0), - (492,707,0,606,0,-6281.55,811.31,396.199,3.64983,370,5,0,42,0,0,1), - (493,708,0,607,0,-6287.74,823.978,403.299,5.46256,180,0,0,71,0,0,0), - (494,708,0,607,0,-6211.01,812.888,418.312,5.08815,180,0,0,71,0,0,0), - (495,708,0,607,0,-6250.45,821.948,399.551,0.161249,180,5,0,71,0,0,1), - (496,708,0,607,0,-6220.42,810.159,413.18,4.47168,180,0,0,71,0,0,0), - (497,724,0,611,0,-6225.05,805.382,408.788,4.48779,370,0,0,55,0,0,0), - (498,724,0,611,0,-6353.02,817.734,396.994,4.33628,370,5,0,55,0,0,1), - (499,707,0,606,0,-6321.23,845.768,415.479,0.772724,370,5,0,42,0,0,1), - (500,708,0,607,0,-6323.65,806.961,395.118,4.05297,180,5,0,71,0,0,1), - (501,724,0,611,0,-6249.1,845.619,417.631,0.873775,370,5,0,55,0,0,1), - (503,707,0,606,0,-6285.91,728.432,385.092,0.586018,370,5,0,42,0,0,1), - (504,724,0,611,0,-6284.28,745.43,387.058,0.802851,370,5,0,55,0,0,1), - (505,708,0,607,0,-6344.56,842.954,408.563,2.87768,180,5,0,71,0,0,1), - (506,708,0,607,0,-6182.81,748.547,387.185,4.90438,180,5,0,71,0,0,1), - (507,708,0,607,0,-6184.77,782.418,391.434,2.82743,180,0,0,71,0,0,0), - (508,708,0,607,0,-6222.85,727.866,386.919,5.69171,180,5,0,71,0,0,1), - (509,708,0,607,0,-6217.2,746.822,388.817,0.279253,180,0,0,71,0,0,0), - (510,708,0,607,0,-6248.16,751.081,388.195,1.48353,180,5,0,71,0,0,1), - (511,708,0,607,0,-6251.45,717.468,386.564,2.07583,180,5,0,71,0,0,1), - (512,708,0,607,0,-6310.84,781.122,389.648,4.66003,180,5,0,71,0,0,1), - (513,708,0,607,0,-6283.66,784.628,387.917,5.72468,180,5,0,71,0,0,1), - (514,708,0,607,0,-6284.56,814.025,397.898,0.733038,180,5,0,71,0,0,1), - (515,3304,1,4086,0,-813.994,-4920.57,19.4341,2.94961,300,0,0,456,0,0,0), - (516,3336,1,3884,0,271.805,-4650.83,11.7894,4.81711,300,0,0,1605,0,0,0), - (517,5912,43,1267,0,3.99083,-48.7524,-66.0296,4.19185,43200,0,0,1452,0,0,0), - (518,14991,0,15251,0,-8840.63,652.959,97.1184,5.60251,43200,0,0,2471,0,0,0), - (519,4505,0,2557,0,-15001,274.763,0.197927,3.96808,300,0,0,1902,0,0,0), - (520,773,0,7164,0,-14453.3,501.465,26.3593,4.38078,300,0,0,2016,0,0,0), - (521,680,0,11569,0,-12346.2,-1147.67,0.704383,2.54818,1800,0,0,5544,0,0,0), - (522,680,0,11569,0,-12353.4,-1153.67,1.81628,1.71042,1800,0,0,5544,0,0,0), - (523,818,0,11546,0,-12342.7,-1156.72,2.48357,2.25148,1800,0,0,6830,1640,0,0), - (524,678,0,416,0,-12382.8,-1065.56,3.4339,5.51778,1800,0,0,5148,0,0,0), - (525,679,0,536,0,-12344.1,-1108.29,1.39615,2.14183,1800,0,0,4119,1432,0,0), - (526,680,0,11569,0,-12302.7,-1105.11,5.84407,1.55334,1800,0,0,5544,0,0,0), - (527,710,0,6704,0,-12333.4,-1082,4.78021,0.615605,1800,0,0,3603,3575,0,0), - (528,710,0,6704,0,-12308.2,-1047.11,7.45672,0.818608,1800,0,0,3603,3575,0,0), - (529,2483,0,4394,0,-11622.1,-60.6165,11.038,1.46608,300,0,0,2376,0,0,0), - (530,717,0,1658,0,-11620.5,-51.9023,11.2262,5.3058,300,0,0,2471,0,0,0), - (531,716,0,1413,0,-11616.7,-54.8325,11.1371,2.86234,300,0,0,2471,0,0,0), - (532,715,0,1410,0,-11628.6,-54.5569,11.0223,0.069813,300,0,0,2471,0,0,0), - (533,718,0,1659,0,-11617.4,-48.0135,11.0552,4.59022,300,0,0,2471,0,0,0), - (534,469,0,2593,0,-11296.9,-206.689,75.8833,2.77507,1800,0,0,61040,0,0,0), - (535,737,0,7163,0,-14449.8,497.925,26.3693,3.24631,300,0,0,2016,0,0,0), - (536,10060,0,9284,0,-14454,479.107,15.1179,5.41052,300,0,0,3077,0,0,0), - (537,6807,0,7105,0,-14457.7,495.348,15.2129,3.97935,300,0,0,3077,0,0,0), - (538,2687,0,4493,0,-12666.6,-1032.14,97.9603,0.994838,300,0,0,2666,0,0,0), - (539,8679,0,7952,0,-12667.6,-1037.03,97.705,0,300,0,0,2666,0,0,0), - (540,7871,0,7042,0,-12619,-111.231,18.5,3.49066,300,0,0,2945,0,0,0), - (541,2465,0,4366,0,-12412.8,171.235,3.41187,5.53269,300,0,0,2972,0,0,0), - (542,2486,0,7162,0,-14433.2,458.988,15.5349,4.60767,300,0,0,2666,0,0,0), - (543,2487,0,1667,0,-14444.8,486.81,28.809,0.506145,300,0,0,3857,0,0,0), - (544,2488,0,1282,0,-14459.2,503,26.3593,4.67748,300,0,0,1930,0,0,0), - (545,2490,0,7165,0,-14411.1,427.967,8.95735,0.698132,300,0,0,2868,0,0,0), - (546,2491,0,4717,0,-14463.6,489.274,15.205,0.750492,300,0,0,2284,0,0,0), - (547,2493,0,1403,0,-14397.6,396.286,22.7223,0.855211,300,0,0,2568,0,0,0), - (548,2494,0,1928,0,-14418.2,513.462,4.95955,5.02655,300,0,0,2471,0,0,0), - (549,2498,0,7168,0,-14453.4,490.262,15.2131,2.30383,300,0,0,1930,0,0,0), - (550,2500,0,797,0,-14300.4,517.43,8.96768,4.17134,300,0,0,2192,0,0,0), - (551,2501,0,1925,0,-14447.4,448.001,15.8283,2.56563,300,0,0,2868,0,0,0), - (552,2502,0,1929,0,-14299.4,504.577,9.12108,4.38078,300,0,0,2868,0,0,0), - (553,2495,0,7166,0,-14469.6,415.382,25.452,1.58825,300,0,0,2972,0,0,0), - (554,16399,0,2557,0,-14184.4,192.764,20.6905,3.735,300,0,0,2059,0,0,0), - (555,11355,0,11167,0,-11880.7,-1052.26,116.184,1.64061,1800,0,0,7599,0,0,0), - (556,11346,0,11159,0,-11950.2,-1073.28,92.9322,1.18397,1800,0,0,6273,6351,0,0), - (557,689,0,601,0,-11578.9,-920.47,68.8936,6.28123,300,2,0,1279,0,0,1), - (558,689,0,601,0,-11443.7,-841.505,74.9564,3.82609,300,5,0,1279,0,0,1), - (559,689,0,601,0,-11613,-889.063,68.5383,5.49755,300,2,0,1279,0,0,1), - (560,689,0,601,0,-11418.8,-804.184,88.9124,1.70921,300,5,0,1279,0,0,1), - (561,689,0,601,0,-11417,-750.643,77.8559,5.59195,300,5,0,1279,0,0,1), - (562,689,0,601,0,-11515.5,-855.115,69.0221,6.06282,300,3,0,1279,0,0,1), - (565,17249,0,16941,0,-14397.5,426.08,7.97355,5.51524,300,0,0,2900,0,0,0), - (568,9858,0,10754,0,-14446.5,448.414,4.12501,2.9147,300,0,0,8600,0,0,0), - (569,15677,0,7993,0,-14398.5,406.925,9.50589,1.51844,300,0,0,1900,0,0,0), - (570,15681,0,7993,0,-14416.8,524.1,7.66655,4.13643,300,0,0,2000,0,0,0), - (571,2849,0,7187,0,-14468.3,424.603,25.4592,4.66003,300,0,0,2868,0,0,0), - (572,2842,0,7184,0,-14444,433.765,4.27238,6.14356,300,0,0,2766,0,0,0), - (573,2859,0,12945,0,-14477.9,464.101,36.4656,0.331613,1800,0,0,7423,7071,0,0), - (574,2845,0,4476,0,-14359.1,367.467,24.4626,1.64061,300,0,0,2471,0,0,0), - (575,2685,0,7179,0,-14364.5,402.075,6.71338,1.62316,300,0,0,2100,0,0,0), - (576,2670,0,7177,0,-14439.6,388.911,32.398,6.21337,300,0,0,2766,0,0,0), - (577,908,0,4488,0,-14481.1,451.732,30.6957,6.03884,300,0,0,2868,0,0,0), - (578,2847,0,4479,0,-14380,365.551,24.0385,1.15192,300,0,0,3404,0,0,0), - (579,7389,0,6190,0,-14336,427.171,6.64303,5.72989,300,0,0,64,0,0,0), - (580,2834,0,7172,0,-14449.2,468.424,15.3565,0.087266,300,0,0,2766,0,0,0), - (581,2544,0,9573,0,-14821.8,463.619,1.69026,1.67563,300,10,0,1829,0,0,1), - (582,2544,0,9573,0,-14892.6,382.394,3.04921,0.012038,300,5,0,1829,0,0,1), - (583,2544,0,9573,0,-14824.1,54.907,3.0769,3.92266,300,10,0,1829,0,0,1), - (584,2544,0,9573,0,-14903.5,-20.0375,2.2762,5.28066,300,5,0,1829,0,0,1), - (585,2544,0,9573,0,-14797,252.215,-7.23766,5.97688,300,5,0,1829,0,0,1), - (586,2544,0,9573,0,-14757.7,503.245,1.81095,4.92418,300,10,0,1829,0,0,1), - (587,2544,0,9573,0,-14871.5,199.849,-0.578857,0.603538,300,5,0,1829,0,0,1), - (588,2544,0,9573,0,-14669.2,353.523,1.13563,6.18683,300,10,0,1829,0,0,1), - (589,4624,0,7103,0,-14386,399.288,6.56251,2.40855,300,0,0,12652,0,0,0), - (590,4624,0,7104,0,-14465.1,474.928,14.9733,6.03884,300,0,0,12652,0,0,0), - (695,4624,0,0,0,-14473.9,487.356,26.8084,5.54734,300,0,0,12652,0,0,2), - (592,4624,0,7102,0,-14303.2,442.825,28.2472,4.36332,300,0,0,12652,0,0,0), - (686,4624,0,0,0,-14302.3,511.123,8.82953,3.86082,300,0,0,12652,0,0,2), - (657,4624,0,0,0,-14299.9,503.528,9.25196,4.14756,300,0,0,12652,0,0,2), - (595,708,0,607,0,-6147.21,755.507,392.111,1.62206,180,0,0,71,0,0,0), - (596,4624,0,7103,0,-14366.2,426.889,7.35109,1.78024,300,0,0,12652,0,0,0), - (597,4624,0,7103,0,-14451,454.715,20.4486,0.746927,300,0,0,12652,0,0,0), - (656,4624,0,0,0,-14431.6,511.808,5.77141,2.60319,300,0,0,12652,0,0,2), - (654,4624,0,0,0,-14434.8,416.849,8.8187,0.661698,300,0,0,12652,0,0,2), - (600,708,0,607,0,-6148.5,783.281,393.515,3.45575,180,0,0,71,0,0,0), - (601,708,0,607,0,-6179.47,722.66,386.236,2.98566,180,5,0,71,0,0,1), - (602,781,0,4635,0,-13106.9,-560.801,100.066,1.45323,300,5,0,2059,0,0,1), - (603,1064,0,4368,0,-12389.2,131.967,3.55804,4.64258,300,0,0,5317,0,0,0), - (604,7485,0,6308,0,-12414,166.158,3.4752,2.33874,300,0,0,2471,0,0,0), - (605,1149,0,4388,0,-12358,207.355,4.23162,3.735,300,0,0,2471,0,0,0), - (606,16096,0,7102,0,-12420.3,200.855,31.3747,2.61799,1800,0,0,4700,0,0,0), - (607,1382,0,4376,0,-12358.8,220.811,4.14172,5.0091,300,0,0,2471,0,0,0), - (608,1064,0,4369,0,-12333.8,171.266,3.79848,0.069813,300,0,0,5317,0,0,0), - (609,16094,0,3519,0,-12423.7,187.072,1.16645,5.20108,300,0,0,1605,0,0,0), - (610,1064,0,4369,0,-12383.7,227.555,2.72805,1.6166,300,0,0,5317,0,0,2), - (611,1064,0,4368,0,-12375.2,234.479,3.29447,1.8675,300,0,0,5317,0,0,0), - (612,1551,0,2174,0,-13222.4,-502.163,9.54812,5.82651,300,0,0,2059,0,0,0), - (613,1551,0,2174,0,-13224.9,-567.425,4.64249,5.14098,300,3,0,2059,0,0,1), - (614,1551,0,2174,0,-13202.4,-576.864,12.9066,4.64581,300,2,0,2059,0,0,1), - (615,1653,0,2563,0,-13476.3,194.444,41.1958,1.87436,300,2,0,1110,3293,0,1), - (616,1114,0,845,0,-12782.4,-882.02,55.5573,4.40298,300,10,0,1804,0,0,1), - (617,877,0,4920,0,-12244.2,674.804,-70.7399,0.764799,1800,5,0,3660,0,0,1), - (618,905,0,705,0,-11951.2,-388.433,-16.6945,4.46112,300,5,0,1107,0,0,1), - (619,905,0,705,0,-11912.3,-416.464,-3.62516,0.011711,300,5,0,1107,0,0,1), - (620,1152,0,833,0,-12050.4,-422.317,-13.5915,4.51646,300,5,0,1403,0,0,1), - (621,905,0,705,0,-12428.6,-293.198,7.85719,1.71789,300,5,0,1107,0,0,1), - (622,1565,0,1768,0,-15012.1,262.318,0.19792,4.80177,300,0,0,1902,0,0,0), - (623,710,0,6704,0,-12299,-1090.46,9.73399,0.911756,1800,0,0,3603,3575,0,0), - (624,679,0,536,0,-12354.3,-1048.08,3.41143,4.1493,1800,0,0,4119,1432,0,0), - (625,679,0,536,0,-12322.3,-1024.14,8.86001,6.15288,1800,0,0,4119,1432,0,0), - (626,710,0,6704,0,-12370.5,-1069.95,2.93786,0.175283,1800,0,0,3603,3575,0,0), - (627,679,0,536,0,-12300.7,-1033.63,7.63361,1.90274,1800,0,0,4119,1432,0,0), - (628,710,0,6704,0,-12355.4,-1057.36,6.42984,1.77757,1800,0,0,3603,3575,0,0), - (629,678,0,416,0,-12323,-1064.55,6.6119,3.17637,1800,0,0,5148,0,0,0), - (630,2497,0,4569,0,-12348.2,168.519,3.16495,3.19395,300,0,0,2568,0,0,0), - (631,2522,0,613,0,-14609.8,-107.464,1.35298,3.82712,300,5,0,1902,0,0,1), - (632,2522,0,613,0,-14587.2,-149.336,5.90323,0.06452,300,5,0,1902,0,0,1), - (633,11355,0,11170,0,-11958.3,-1076.88,92.9911,5.39307,1800,0,0,7599,0,0,0), - (634,11355,0,11168,0,-11951.7,-1053.28,110.937,1.58825,1800,0,0,7599,0,0,0), - (635,11355,0,11169,0,-11885.5,-1072.62,96.459,5.14872,1800,0,0,7599,0,0,0), - (636,14508,0,14561,0,-13187.1,319.775,33.2346,4.41568,300,0,0,3184,5136,0,2), - (637,2836,0,7161,0,-14383,370.766,24.006,5.39307,300,0,0,3986,0,0,0), - (638,2627,0,7176,0,-14437.8,384.766,32.398,1.39626,300,0,0,1930,0,0,0), - (639,2840,0,7183,0,-14368.6,416.774,6.71338,5.0091,300,0,0,2471,0,0,0), - (640,2837,0,7174,0,-14486.7,431.513,34.6682,4.7822,300,0,0,3077,0,0,0), - (641,2858,0,12938,0,-14448.6,506.129,26.3565,0.785398,1800,0,0,7423,7071,0,0), - (642,2625,0,7160,0,-14426.2,527.253,5.23553,5.21853,300,0,0,4108,0,0,0), - (643,2848,0,7178,0,-14491.6,425.177,34.6765,0.959931,300,0,0,170,0,0,0), - (644,1411,0,5146,0,-14450.8,509.668,21.8539,4.06662,300,0,0,3184,0,0,0), - (645,2846,0,7186,0,-14467.5,418.34,25.4871,1.18682,300,0,0,2766,0,0,0), - (646,2664,0,4482,0,-14331.2,419.298,6.71339,2.60054,300,0,0,2766,0,0,0), - (647,2544,0,9573,0,-14900.7,310.248,5.21886,5.98986,300,10,0,1829,0,0,1), - (648,2544,0,9573,0,-14893.9,387.732,2.16875,0.246875,300,5,0,1829,0,0,1), - (649,4624,0,7104,0,-14437.5,462.809,3.90781,3.56047,300,0,0,12652,0,0,0), - (650,4624,0,7104,0,-14445.7,519.022,26.399,5.34071,300,0,0,12652,0,0,0), - (651,4624,0,0,0,-14451,462.469,15.4349,3.68277,300,0,0,12652,0,0,2), - (652,4624,0,7102,0,-14444.3,393.037,32.0601,1.51844,300,0,0,12652,0,0,0), - (653,4624,0,7103,0,-14450.4,443.711,4.15101,2.18166,300,0,0,12652,0,0,0), - (599,4624,0,0,0,-14316.7,446.802,23.4093,1.79824,300,0,0,12652,0,0,2), - (655,4624,0,7103,0,-14293.2,557.623,8.74147,5.21853,300,0,0,12652,0,0,0), - (598,4624,0,0,0,-14400.6,413.038,7.93467,0.712614,300,0,0,12652,0,0,2), - (594,4624,0,0,0,-14298.5,435.71,31.5745,0.612118,300,0,0,12652,0,0,2), - (658,783,0,4623,0,-13055,-536.844,93.256,1.93373,300,5,0,2059,0,0,1), - (659,1064,0,4368,0,-12332.8,190.914,25.6026,0.069813,300,0,0,5317,0,0,0), - (660,1064,0,4369,0,-12384.4,147.201,2.63026,1.5708,300,0,0,5317,0,0,0), - (661,16096,0,11375,0,-12434.5,195.617,31.3747,1.15192,1800,0,0,4700,0,0,0), - (662,1385,0,4365,0,-12398.2,195.151,2.43474,0.017453,300,0,0,2016,0,0,0), - (663,1381,0,4373,0,-12357.7,142.379,4.56038,0.628319,300,0,0,2284,0,0,0), - (664,1064,0,4368,0,-12367,223.998,3.35305,4.43314,300,0,0,5317,0,0,0), - (665,1064,0,4368,0,-12382.9,234.091,2.91947,1.29154,300,0,0,5317,0,0,0), - (666,2856,0,4364,0,-12335.5,163.185,2.9533,2.70526,300,0,0,2471,0,0,0), - (667,3624,0,4292,0,-12399.8,235.511,2.21116,4.93928,300,0,0,2471,1620,0,0), - (668,879,0,1079,0,-12229.9,716.409,-60.5316,2.5581,1800,5,0,3660,0,0,1), - (669,879,0,1079,0,-12233.3,742.54,-49.3907,3.69735,1800,5,0,3660,0,0,1), - (670,905,0,705,0,-12259.7,-320.112,-0.04512,0.221858,300,5,0,1107,0,0,1), - (671,905,0,705,0,-12083.7,-359.335,-6.87913,3.92098,300,5,0,1107,0,0,1), - (672,905,0,705,0,-12583.2,-50.2432,7.11872,0.718373,300,5,0,1107,0,0,1), - (673,1152,0,833,0,-11981.7,-417.92,-13.3983,1.76213,300,5,0,1403,0,0,1), - (674,691,0,5561,0,-12210.5,951.196,-12.2093,1.80938,300,5,0,1469,0,0,1), - (675,2522,0,613,0,-14851.9,-245.429,5.23979,4.92894,300,10,0,1902,0,0,1), - (676,2522,0,613,0,-14744.3,-108.589,2.14965,4.57074,300,10,0,1902,0,0,1), - (677,11346,0,11158,0,-11880.9,-1067.96,96.9322,4.35853,1800,0,0,6273,6351,0,0), - (678,2699,0,7170,0,-14404,402.896,23.1433,1.39626,300,0,0,2766,0,0,0), - (679,4624,0,7104,0,-14376.6,386.156,22.5742,4.85202,300,0,0,12652,0,0,0), - (680,4624,0,7102,0,-14460.2,451.198,4.13525,5.98648,300,0,0,12652,0,0,0), - (681,4624,0,7103,0,-14343.7,450.156,7.55052,5.58505,300,0,0,12652,0,0,0), - (682,4624,0,7104,0,-14472,483.995,20.465,0.628319,300,0,0,12652,0,0,0), - (683,4624,0,7103,0,-14352.8,378.367,23.6098,1.65806,300,0,0,12652,0,0,0), - (685,7039,0,10806,0,-7767.35,-2268.56,134.875,1.04076,500,5,0,3189,0,0,1), - (593,4624,0,0,0,-14256.7,338.71,27.2934,2.56527,300,0,0,12652,0,0,2), - (687,4624,0,7102,0,-14441.9,481.137,15.1943,4.57276,300,0,0,12652,0,0,0), - (688,4624,0,7102,0,-14449,436.208,3.8145,1.06465,300,0,0,12652,0,0,0), - (689,4624,0,7104,0,-14461,502.943,15.2054,4.76475,300,0,0,12652,0,0,0), - (690,5814,0,4353,0,-12434.4,211.559,2.44848,0.907571,300,0,0,1454,0,0,0), - (691,1147,0,4371,0,-12410.2,203.675,2.43441,0.034907,300,0,0,4100,0,0,0), - (692,4624,0,7102,0,-14416.5,521.15,4.99321,3.97935,300,0,0,12652,0,0,0), - (693,4624,0,7104,0,-14481.5,437.249,34.3722,6.17846,300,0,0,12652,0,0,0), - (694,4624,0,7103,0,-14458.1,488.626,15.2077,1.93731,300,0,0,12652,0,0,0), - (591,4624,0,0,0,-14449.2,451.524,20.5557,5.00151,300,0,0,12652,0,0,2), - (696,4624,0,7103,0,-14457.2,494.87,26.2741,1.02974,300,0,0,12652,0,0,0), - (697,4624,0,7104,0,-14405.4,410.595,27.82,0.890118,300,0,0,12652,0,0,0), - (698,4624,0,7102,0,-14427,522.174,4.9749,5.72468,300,0,0,12652,0,0,0), - (699,4624,0,7102,0,-14427.2,456.51,15.3394,4.4855,300,0,0,12652,0,0,0), - (700,4624,0,7104,0,-14463.3,502.349,26.2722,5.70723,300,0,0,12652,0,0,0), - (701,708,0,607,0,-6216.64,721.282,386.75,2.04511,180,5,0,71,0,0,1), - (702,8659,1,7921,0,1955.1,-4459.36,54.7776,2.6529,300,0,0,3517,0,0,0), - (703,13842,1,13843,0,1607.92,-4376.44,9.65736,4.06662,300,0,0,3857,0,0,0), - (704,9796,1,9151,0,-561.628,-4221.8,41.6737,3.03687,300,0,0,334,0,0,0), - (705,11814,1,11734,0,-808.565,-4930.14,23.0651,3.66519,300,0,0,500,0,0,0), - (706,5611,1,3606,0,1640.83,-4446.99,15.4898,1.97222,300,0,0,546,0,0,0), - (707,5609,1,3605,0,1633.94,-4445.62,15.4898,4.86947,300,0,0,594,0,0,0), - (708,5614,1,3609,0,1639.56,-4443.74,15.4898,5.18363,300,0,0,1240,0,0,0), - (709,5610,1,7137,0,1640.71,-4442.19,15.4898,2.96706,300,0,0,500,0,0,0), - (710,5613,1,3608,0,1638.28,-4445,15.4898,5.58505,300,0,0,456,0,0,0), - (711,5606,1,3604,0,1634.16,-4447.18,15.4898,1.64061,300,0,0,500,0,0,0), - (712,708,0,607,0,-6247.77,713.12,386.923,5.6182,180,5,0,71,0,0,1), - (713,721,0,328,0,-6247.15,694.244,386.053,5.95896,180,10,0,1,0,0,1), - (714,708,0,607,0,-6152.57,719.395,392.105,2.57734,180,5,0,71,0,0,1), - (178,4624,0,0,0,-14423.6,424.668,21.8532,3.71914,300,0,0,12652,0,0,2), - (716,4624,0,7102,0,-14471.4,468.459,36.5393,4.29351,300,0,0,12652,0,0,0), - (717,4624,0,7104,0,-14448.9,429.612,15.0229,3.735,300,0,0,12652,0,0,0), - (718,4624,0,7102,0,-14451.8,454.594,4.12501,5.25344,300,0,0,12652,0,0,0), - (719,4624,0,7104,0,-14390.9,414.861,22.757,2.74017,300,0,0,12652,0,0,0), - (721,2464,0,1735,0,-12398.4,167.963,3.12308,3.27453,1800,0,0,59535,0,0,0), - (722,2519,0,4475,0,-12347.4,161.425,3.23635,1.26347,300,0,0,2376,0,0,0), - (723,15080,0,15210,0,-11824.6,1339.33,1.13543,4.36332,1800,0,0,9156,0,0,0), - (728,1096,0,7197,0,-11462.5,379.446,76.2292,0.610865,300,5,0,1160,1067,0,1), - (729,11355,0,11167,0,-11948.4,-1021.58,67.5313,5.24838,1800,0,0,7599,0,0,0), - (730,11346,0,11158,0,-11944.4,-1027.22,68.9063,5.40418,1800,0,0,6273,6351,0,0), - (731,11355,0,11170,0,-11882.5,-1016.14,69.6303,4.0997,1800,0,0,7599,0,0,0), - (732,11346,0,11160,0,-11881,-1023.91,70.0053,2.74142,1800,0,0,6273,6351,0,0), - (733,11346,0,11159,0,-11916.1,-1116.62,77.4038,4.72556,1800,0,0,6273,6351,0,0), - (734,11355,0,11169,0,-11922.7,-1072.47,77.3621,0.541052,1800,0,0,7599,0,0,0), - (735,11355,0,11168,0,-11909.6,-1072.58,77.3675,2.35619,1800,0,0,7599,0,0,0), - (736,11346,0,11160,0,-11880.8,-1114.16,83.3788,4.71239,1800,0,0,6273,6351,0,0), - (737,11355,0,11168,0,-11920.5,-1154.44,77.3621,1.25664,1800,0,0,7599,0,0,0), - (738,11355,0,11168,0,-11910.5,-1154.87,77.3621,1.69297,1800,0,0,7599,0,0,0), - (739,11346,0,11162,0,-11946,-1157.99,77.7556,3.97935,1800,0,0,6273,6351,0,0), - (740,11355,0,11169,0,-11949.8,-1159.28,78.3448,5.81195,1800,0,0,7599,0,0,0), - (741,11355,0,11169,0,-11946.5,-1162.69,77.4945,2.11185,1800,0,0,7599,0,0,0), - (742,11346,0,11159,0,-11885.2,-1153.59,77.3678,5.11381,1800,0,0,6273,6351,0,0), - (743,11355,0,11168,0,-11881.2,-1155.68,77.5816,3.59538,1800,0,0,7599,0,0,0), - (744,11355,0,11170,0,-11884.9,-1158.96,77.5344,1.06465,1800,0,0,7599,0,0,0), - (745,11355,0,11168,0,-11947.8,-1006.38,88.9789,1.48353,1800,0,0,7599,0,0,0), - (746,11355,0,11168,0,-11882.1,-1004.05,91.3802,1.6057,1800,0,0,7599,0,0,0), - (747,11355,0,11170,0,-11848.5,-988.542,70.0429,3.02209,1800,0,0,7599,0,0,0), - (748,11346,0,11160,0,-11915.2,-943.197,52.4557,4.76323,1800,0,0,6273,6351,0,0), - (749,1558,0,844,0,-13836.2,-45.2313,58.1164,4.93094,300,5,0,1981,0,0,1), - (750,1653,0,2564,0,-14917.7,76.5275,0.199879,1.62326,300,0,0,1110,3293,0,0), - (751,4505,0,2557,0,-14927.5,92.2413,0.199662,6.12409,300,2,0,1902,0,0,1), - (752,4506,0,1902,0,-14917.3,99.6151,0.199658,2.75565,300,0,0,1829,0,0,0), - (753,4505,0,2557,0,-14919.6,81.1497,0.18739,4.18753,300,0,0,1902,0,0,0), - (754,4506,0,1902,0,-14924,104.887,0.16385,4.94076,300,0,0,1829,0,0,0), - (755,678,0,416,0,-12348,-1018.82,8.01886,1.93921,1800,0,0,5148,0,0,0), - (756,1551,0,2174,0,-13269.1,-497.587,20.067,0,300,0,0,2059,0,0,0), - (757,595,0,4574,0,-11677.4,773.066,50.8321,4.54629,300,5,0,1279,0,0,1), - (758,690,0,8797,0,-12907.8,387.729,54.1609,4.10147,300,5,0,1678,0,0,1), - (759,1488,0,1065,0,-13594,-415.615,0.714449,4.31908,300,5,0,2047,0,0,1), - (760,1491,0,4923,0,-13572.2,-443.054,0.454261,5.27631,300,5,0,2116,0,0,1), - (761,680,0,11569,0,-12499.4,-1006.05,51.8517,1.28534,1800,0,0,5544,0,0,0), - (762,710,0,6704,0,-12488.8,-991.375,48.002,0.595045,1800,2,0,3603,3575,0,1), - (763,688,0,12344,0,-11455.3,7.50279,31.2792,4.60056,300,5,0,1107,0,0,1), - (764,1060,0,4633,0,-13051.4,-825.641,70.4015,1.22173,1800,0,0,4278,2966,0,0), - (765,783,0,4623,0,-13053.6,-820.605,70.2765,5.79449,300,5,0,2059,0,0,1), - (766,1653,0,2563,0,-14926.2,121.127,7.52015,1.20442,300,0,0,1110,3293,0,0), - (767,2544,0,9573,0,-14653.6,222.136,0.013959,2.8207,300,5,0,1829,0,0,1), - (768,2544,0,9573,0,-14883.2,310.978,3.08525,3.58601,300,10,0,1829,0,0,1), - (769,6366,0,5065,0,-13052.6,-824.574,70.4015,3.16757,300,0,0,1110,1067,0,0), - (770,1114,0,845,0,-12208.6,-444.257,22.6527,1.41399,300,5,0,1804,0,0,1), - (771,1550,0,8802,0,-13386.7,-359.258,17.5539,4.13226,300,5,0,1902,0,0,1), - (772,1550,0,8802,0,-13313.6,-272.939,14.6111,1.0683,300,5,0,1902,0,0,1), - (773,1550,0,8802,0,-13381.9,-272.963,13.9835,2.84845,300,5,0,1902,0,0,1), - (774,688,0,12344,0,-11455.8,-56.4749,43.6173,1.447,300,5,0,1107,0,0,1), - (775,1550,0,8802,0,-13317,-220.694,14.1153,4.71309,300,5,0,1902,0,0,1), - (776,1150,0,1039,0,-11513.4,-53.4103,13.7196,0.240713,300,5,0,1050,0,0,1), - (777,1150,0,1039,0,-11513.3,15.6604,14.2887,5.42441,300,5,0,1050,0,0,1), - (778,905,0,705,0,-12110.6,-345.716,-4.51475,4.70831,300,5,0,1107,0,0,1), - (779,686,0,788,0,-11981.3,-289.584,27.1181,1.82768,300,5,0,1403,0,0,1), - (780,4506,0,1902,0,-14916.5,113.326,12.5743,1.51444,300,0,0,1829,0,0,0), - (781,4506,0,1902,0,-14926.8,113.699,12.5743,5.01759,300,0,0,1829,0,0,0), - (782,4505,0,2558,0,-14928.6,111.185,7.52081,4.16761,300,0,0,1902,0,0,0), - (783,4505,0,2557,0,-14917.1,95.096,7.52163,6.26069,300,2,0,1902,0,0,1), - (784,2550,0,4873,0,-14921,123.1,7.51768,3.32135,300,0,0,1651,2762,0,0), - (785,4505,0,2557,0,-14918.8,80.1793,7.52164,5.73942,300,2,0,1902,0,0,1), - (786,2522,0,613,0,-14814,-114.401,2.17874,3.35172,300,5,0,1902,0,0,1), - (787,2522,0,613,0,-14476.8,-260.661,6.36488,5.71534,300,5,0,1902,0,0,1), - (788,1108,0,843,0,-11881.3,-113.73,21.5637,1.14313,300,2,0,1427,0,0,1), - (789,2544,0,9573,0,-14817.9,300.867,-0.612223,5.24464,300,5,0,1829,0,0,1), - (790,688,0,12344,0,-11439.2,71.9779,39.2687,0.195955,300,5,0,1107,0,0,1), - (791,4459,0,5286,0,-12152.9,-7.77777,-5.94299,1.83173,300,5,0,1208,1097,0,1), - (792,688,0,12344,0,-11520.7,-114.772,31.8328,1.82762,300,5,0,1107,0,0,1), - (793,4458,0,478,0,-12200,30.0658,13.3411,2.75746,300,5,0,1403,0,0,1), - (794,940,0,4436,0,-11471.9,-579.938,35.1285,4.68115,300,5,0,977,935,0,1), - (795,1151,0,2548,0,-11682.7,1085.22,1.62942,6.09844,300,5,0,1403,0,0,1), - (796,686,0,788,0,-12010.5,-238.886,20.7653,2.58165,300,5,0,1403,0,0,1), - (797,686,0,788,0,-12108.5,-272.52,16.3848,1.09428,300,5,0,1403,0,0,1), - (798,686,0,788,0,-12089.5,-259.345,18.6734,0.712223,300,10,0,1403,0,0,1), - (799,2522,0,613,0,-14712.3,-145.981,4.58135,1.44661,300,5,0,1902,0,0,1), - (800,2521,0,809,0,-14456.4,-359.426,5.62095,4.14275,300,5,0,1902,0,0,1), - (801,686,0,788,0,-12040.6,-219.175,17.9755,0.478481,300,10,0,1403,0,0,1), - (802,2521,0,809,0,-14483.8,-451.293,2.78694,2.33961,300,5,0,1902,0,0,1), - (803,2521,0,809,0,-14479.3,-417.481,4.57412,1.90922,300,5,0,1902,0,0,1), - (804,772,0,614,0,-12647.3,-414.763,18.2433,2.01449,300,5,0,1536,0,0,1), - (805,2521,0,809,0,-14548.8,-351.087,6.7521,5.86926,300,5,0,1902,0,0,1), - (806,2521,0,809,0,-14591.9,-346.833,9.34343,4.11302,300,5,0,1902,0,0,1), - (807,2521,0,809,0,-14535.3,-378.371,3.74928,0.307545,300,5,0,1902,0,0,1), - (808,2521,0,809,0,-14549.1,-451.358,2.76172,3.78846,300,5,0,1902,0,0,1), - (809,2521,0,809,0,-14851.2,-275.917,5.32802,1.48544,300,5,0,1902,0,0,1), - (810,1114,0,845,0,-12379.3,-480.04,16.8166,3.85428,300,10,0,1804,0,0,1), - (811,1114,0,845,0,-12721.6,-745.421,66.242,2.61626,300,5,0,1804,0,0,1), - (812,2522,0,613,0,-14833.3,-181.244,4.77878,0.102278,300,10,0,1902,0,0,1), - (813,682,0,320,0,-11655.1,-804.113,39.5871,1.67109,300,5,0,1163,0,0,1), - (814,1152,0,833,0,-12084,-313.884,8.7841,5.68599,300,5,0,1403,0,0,1), - (815,2522,0,613,0,-14693.3,-174.051,9.29706,0.177271,300,10,0,1902,0,0,1), - (816,1152,0,833,0,-12142.1,-341.107,-0.853949,4.71228,300,5,0,1403,0,0,1), - (817,2522,0,613,0,-14638.8,-188.019,8.85728,0.60986,300,10,0,1902,0,0,1), - (818,2522,0,613,0,-14723.2,-180.903,6.77771,4.62571,300,10,0,1902,0,0,1), - (819,2522,0,613,0,-14571.3,-191.282,12.7512,3.29514,300,10,0,1902,0,0,1), - (820,2522,0,613,0,-14511.7,-157.93,6.41794,4.69091,300,5,0,1902,0,0,1), - (821,709,0,655,0,-12315.4,-919.677,9.56357,2.35067,1800,5,0,4755,0,0,1), - (822,2522,0,613,0,-14627.6,-207.105,12.0161,3.12011,300,5,0,1902,0,0,1), - (823,1559,0,792,0,-14737.8,-392.236,8.25029,0.039769,360,0,0,11368,0,0,0), - (824,11355,0,11167,0,-11922.4,-905.346,38.2594,1.39626,1800,0,0,7599,0,0,0), - (825,11355,0,11167,0,-11909.5,-905.186,37.7594,1.85005,1800,0,0,7599,0,0,0), - (826,1152,0,833,0,-11920.2,-387.418,-13.9784,3.67825,300,5,0,1403,0,0,1), - (827,879,0,1079,0,-12253.9,725.291,-65.8069,5.65946,1800,5,0,3660,0,0,1), - (828,1114,0,845,0,-12483.1,-581.91,16.1407,5.27223,300,5,0,1804,0,0,1), - (829,1114,0,845,0,-12645.9,-752.681,42.6098,5.17532,300,5,0,1804,0,0,1), - (830,781,0,4635,0,-13000.8,-837.263,70.5876,3.08923,300,5,0,2059,0,0,1), - (831,781,0,4635,0,-13027.2,-834.528,71.5876,4.18863,300,0,0,2059,0,0,0), - (832,683,0,2437,0,-11519.6,-161.325,41.0762,1.20363,300,5,0,1050,0,0,1), - (833,783,0,4623,0,-13054.5,-843.752,71.3439,5.84718,300,0,0,2059,0,0,0), - (834,701,0,4577,0,-11737.6,782.352,30.253,1.82968,300,5,0,1064,1007,0,1), - (835,672,0,4621,0,-12980.3,-842.965,71.1753,3.99855,300,0,0,1711,1483,0,0), - (836,588,0,4575,0,-11725.4,800.576,30.6501,5.62706,300,5,0,1279,0,0,1), - (837,783,0,4623,0,-13086.1,-773.296,80.1471,3.69939,300,5,0,2059,0,0,1), - (838,4505,0,2557,0,-14922.3,112.187,18.3043,5.11994,300,0,0,1902,0,0,0), - (839,595,0,4574,0,-11713.1,794.439,30.3016,1.02239,300,5,0,1279,0,0,1), - (840,672,0,4621,0,-13006.2,-821.781,70.9012,0.608192,300,3,0,1711,1483,0,1), - (841,781,0,4635,0,-13069.1,-720.841,83.3851,0.094149,300,3,0,2059,0,0,1), - (842,709,0,655,0,-12484.7,-850.952,42.6037,0.808987,1800,10,0,4755,0,0,1), - (843,2551,0,1102,0,-14923.7,119.903,19.7946,4.97419,300,0,0,2746,0,0,0), - (844,709,0,655,0,-12507.6,-890.488,41.4671,5.5877,1800,5,0,4755,0,0,1), - (845,709,0,655,0,-12478.9,-921.117,39.9359,2.14633,1800,10,0,4755,0,0,1), - (846,2546,0,797,0,-15024.5,269.352,7.51611,0.593412,300,0,0,2600,0,0,0), - (847,709,0,655,0,-12442.8,-951.252,40.7153,0.063957,1800,5,0,4755,0,0,1), - (848,674,0,7202,0,-13036.8,-438.108,51.4721,5.02655,300,0,0,1829,0,0,0), - (849,709,0,0,0,-12369,-963.837,12.9651,2.86234,1800,0,0,4755,0,0,2), - (850,691,0,5561,0,-12182.8,955.174,-2.20975,4.52347,300,2,0,1469,0,0,1), - (851,709,0,655,0,-12448.6,-896.188,40.0089,3.22217,1800,10,0,4755,0,0,1), - (852,1114,0,845,0,-12326.5,-617.203,27.8197,2.51503,300,5,0,1804,0,0,1), - (853,678,0,416,0,-12353,-1010.2,7.92674,2.13706,1800,0,0,5148,0,0,0), - (854,678,0,416,0,-12348.5,-982.142,13.6156,0.069086,1800,0,0,5148,0,0,0), - (855,679,0,536,0,-12357.4,-978.743,13.9662,2.15496,1800,0,0,4119,1432,0,0), - (856,709,0,0,0,-12351.8,-969.239,13.1489,1.18682,1800,0,0,4755,0,0,2), - (857,696,0,4622,0,-12669.2,-796.117,59.0145,0.116569,300,0,0,1678,0,0,0), - (858,667,0,4632,0,-12676.2,-799.077,59.1395,0.11756,300,0,0,1678,0,0,0), - (859,667,0,4632,0,-12676.7,-794.864,59.8895,0.117622,300,0,0,1678,0,0,0), - (860,708,0,607,0,-6153.28,689.262,391.27,3.85932,180,5,0,71,0,0,1), - (861,708,0,607,0,-6180.28,688.397,386.271,1.73894,180,5,0,71,0,0,1), - (862,708,0,607,0,-6254.81,681.934,386.439,4.02974,180,5,0,71,0,0,1), - (863,724,0,611,0,-6262.62,726.327,386.344,4.38447,370,5,0,55,0,0,1), - (864,724,0,611,0,-6351.67,749.941,388.625,2.10987,370,5,0,55,0,0,1), - (865,706,0,5606,0,-6370.09,778.613,387.368,4.591,180,5,0,71,0,0,1), - (866,706,0,5606,0,-6373.48,753.763,386.581,2.63772,180,0,0,71,0,0,0), - (867,706,0,5606,0,-6350.51,767.643,386.396,2.33019,180,5,0,71,0,0,1), - (868,706,0,5606,0,-6381.01,775.867,386.396,0.698132,180,0,0,71,0,0,0), - (869,706,0,5606,0,-6386.73,766.395,386.396,0.872665,180,0,0,71,0,0,0), - (870,708,0,607,0,-6348.91,780.219,387.109,4.97517,180,5,0,71,0,0,1), - (871,706,0,5606,0,-6368.93,806.56,391.294,5.08483,180,0,0,71,0,0,0), - (872,708,0,607,0,-6438.84,745.375,389.9,6.21188,180,0,0,71,0,0,0), - (873,706,0,5606,0,-6404.11,747.103,390.874,1.95675,180,0,0,71,0,0,0), - (874,706,0,5606,0,-6436.92,748.841,389.681,4.32173,180,0,0,71,0,0,0), - (875,706,0,5606,0,-6410.73,798.096,391.24,5.87893,180,0,0,71,0,0,0), - (876,724,0,611,0,-6415.32,752.254,388.874,3.96876,370,0,0,55,0,0,0), - (877,724,0,611,0,-6380.55,723.299,388.564,6.21112,370,0,0,55,0,0,0), - (878,707,0,606,0,-6381.16,681.892,386.189,5.82978,370,5,0,42,0,0,1), - (879,706,0,5606,0,-6393.05,776.032,386.396,5.89921,180,0,0,71,0,0,0), - (880,724,0,611,0,-6422.27,816.429,406.864,4.8141,370,0,0,55,0,0,0), - (881,708,0,607,0,-6386.21,829.567,394.861,5.87893,180,0,0,71,0,0,0), - (882,724,0,611,0,-6445.56,720.402,396.763,1.82326,370,0,0,55,0,0,0), - (883,724,0,611,0,-6423.42,676.179,386.531,3.58777,370,5,0,55,0,0,1), - (884,705,0,855,0,-6445.78,690.27,387.426,0.163864,370,5,0,42,0,0,1), - (885,706,0,5606,0,-6441.9,703.499,391.767,1.72181,180,5,0,71,0,0,1), - (886,706,0,5606,0,-6465.66,714.069,394.008,0.452585,180,0,0,71,0,0,0), - (887,706,0,5606,0,-6469.1,688.383,387.44,3.21184,180,5,0,71,0,0,1), - (888,706,0,5606,0,-6481.51,702.798,391.894,1.1113,180,5,0,71,0,0,1), - (889,704,0,11416,0,-6462.52,656.403,387.228,1.55778,180,5,0,55,0,0,1), - (890,704,0,11416,0,-6427.95,658.449,387.031,3.10255,180,5,0,55,0,0,1), - (891,704,0,11416,0,-6495.36,619.654,388.123,5.93399,180,5,0,55,0,0,1), - (892,705,0,855,0,-6433.64,626.254,386.714,3.94805,370,5,0,42,0,0,1), - (893,708,0,607,0,-6463.41,646.706,386.986,3.09145,180,5,0,71,0,0,1), - (894,708,0,607,0,-6464.88,619.142,387.306,6.11995,180,5,0,71,0,0,1), - (895,1550,0,8802,0,-13290.3,-194.373,13.6193,4.12886,300,5,0,1902,0,0,1), - (896,724,0,611,0,-6490.67,621.998,386.873,0.328123,370,5,0,55,0,0,1), - (897,707,0,606,0,-6450.95,659.13,387.577,1.47783,370,5,0,42,0,0,1), - (898,707,0,606,0,-6414.76,614.131,387.768,4.15357,370,5,0,42,0,0,1), - (899,1114,0,845,0,-12518.2,-552.308,34.6411,1.63139,300,3,0,1804,0,0,1), - (900,905,0,705,0,-11952,-480.235,5.45914,5.75346,300,5,0,1107,0,0,1), - (901,1152,0,833,0,-11913.3,-315.227,8.38252,2.70773,300,5,0,1403,0,0,1), - (902,2544,0,9573,0,-14824.2,220.495,-17.1338,6.17749,300,5,0,1829,0,0,1), - (903,2544,0,9573,0,-14868,515.217,-1.28016,3.84245,300,5,0,1829,0,0,1), - (904,2544,0,9573,0,-14916.1,227.585,-1.03747,1.856,300,5,0,1829,0,0,1), - (905,2544,0,9573,0,-14822.5,575.968,1.06922,2.75492,300,5,0,1829,0,0,1), - (906,938,0,4439,0,-11505.4,-596.632,36.3116,3.44258,300,0,0,1279,0,0,0), - (907,2544,0,9573,0,-14747.1,542.796,1.95425,5.71631,300,10,0,1829,0,0,1), - (908,905,0,705,0,-12469.2,-269.454,7.80389,4.27271,300,5,0,1107,0,0,1), - (909,1114,0,845,0,-12622.9,-720.566,42.9661,0.472381,300,5,0,1804,0,0,1), - (910,11383,0,11295,0,-11868,-1013.6,69.4701,3.50811,10800,0,0,8770,16020,0,0), - (911,905,0,705,0,-12577.4,-79.8106,7.11872,3.18946,300,5,0,1107,0,0,1), - (912,2521,0,809,0,-14652.4,-386.239,8.97896,2.42817,300,10,0,1902,0,0,1), - (913,690,0,8797,0,-12755.4,219.777,9.99924,3.43062,300,5,0,1678,0,0,1), - (914,683,0,2437,0,-11476.9,-81.8145,32.7379,0.735715,300,5,0,1050,0,0,1), - (915,690,0,8797,0,-12748.7,250.644,6.40254,2.16912,300,5,0,1678,0,0,1), - (916,2521,0,809,0,-14517.2,-282.895,6.10025,5.94532,300,10,0,1902,0,0,1), - (917,2521,0,809,0,-14658.7,-349.866,8.18186,3.68501,300,10,0,1902,0,0,1), - (918,690,0,8797,0,-12768.7,310.99,8.27404,5.93425,300,5,0,1678,0,0,1), - (919,2521,0,809,0,-14619.4,-451.022,1.23011,2.72584,300,5,0,1902,0,0,1), - (920,690,0,8797,0,-12819.5,384.791,7.98257,1.72953,300,5,0,1678,0,0,1), - (921,690,0,8797,0,-12787.6,353.044,10.7839,1.74901,300,5,0,1678,0,0,1), - (922,690,0,8797,0,-12854.8,415.111,15.375,0.989836,300,5,0,1678,0,0,1), - (923,2521,0,809,0,-14595.1,-386.874,8.19337,3.55803,300,5,0,1902,0,0,1), - (924,2521,0,809,0,-14736.2,-354.601,5.07526,2.92333,300,5,0,1902,0,0,1), - (925,2521,0,809,0,-14680.3,-450.125,1.61204,0.555481,300,5,0,1902,0,0,1), - (926,2521,0,809,0,-14849.3,-348.287,3.4122,0.676097,300,5,0,1902,0,0,1), - (927,706,0,5606,0,-6502.58,652.826,391.748,2.35343,180,5,0,71,0,0,1), - (928,706,0,5606,0,-6514.57,631.529,398.506,4.85335,180,5,0,71,0,0,1), - (929,724,0,611,0,-6394.9,652.947,386.861,4.47132,370,5,0,55,0,0,1), - (930,708,0,607,0,-6387.5,620.834,387.28,3.31946,180,5,0,71,0,0,1), - (931,706,0,5606,0,-6482.32,669.669,386.69,0.073385,180,5,0,71,0,0,1), - (932,706,0,5606,0,-6529.95,681.262,396.271,1.18125,180,0,0,71,0,0,0), - (933,706,0,5606,0,-6502.67,685.902,387.463,1.41372,180,0,0,71,0,0,0), - (934,706,0,5606,0,-6502.56,676.646,387.457,5.09636,180,0,0,71,0,0,0), - (935,706,0,5606,0,-6508.07,676.876,387.476,0.471239,180,0,0,71,0,0,0), - (936,706,0,5606,0,-6510.08,685.565,387.457,5.44543,180,0,0,71,0,0,0), - (937,724,0,611,0,-6352.44,673.251,386.547,1.06787,370,5,0,55,0,0,1), - (938,724,0,611,0,-6346.41,624.511,385.839,3.03396,370,5,0,55,0,0,1), - (939,724,0,611,0,-6314.67,610.542,386.956,5.53487,370,5,0,55,0,0,1), - (940,2521,0,809,0,-14748.6,-452.013,1.79884,4.84765,300,10,0,1902,0,0,1), - (941,4505,0,2557,0,-14927.3,101.49,12.9676,1.67703,300,0,0,1902,0,0,0), - (942,7039,0,10806,0,-7778.19,-1804.87,132.168,2.23828,500,5,0,3189,0,0,1), - (943,7033,0,11549,0,-7853.94,-2615.34,120.061,4.91873,500,3,0,3322,0,0,1), - (944,1653,0,2563,0,-14917.3,74.904,13.0733,0.837408,300,3,0,1110,3293,0,1), - (945,4506,0,1902,0,-14927.6,89.3276,12.7946,4.05538,300,2,0,1829,0,0,1), - (946,1551,0,2174,0,-13260,-524.051,16.2921,1.8032,300,5,0,2059,0,0,1), - (947,690,0,8797,0,-12984.6,453.741,20.6765,3.15509,300,5,0,1678,0,0,1), - (948,7034,0,11550,0,-7952.03,-2452.73,133.672,4.22834,500,5,0,2751,1864,0,1), - (949,1564,0,4462,0,-13462.3,767.719,0.646089,2.5513,300,5,0,1292,3191,0,1), - (950,12779,449,12910,0,-0.992282,31.6972,1.09809,5.00614,25,0,0,4108,5013,0,0), - (951,690,0,8797,0,-12913.1,453.218,18.4354,2.02215,300,5,0,1678,0,0,1), - (952,1551,0,2174,0,-13259.4,-554.017,16.9025,0.005587,300,2,0,2059,0,0,1), - (953,690,0,8797,0,-12948.4,419.984,23.7607,3.54645,300,5,0,1678,0,0,1), - (954,1551,0,2174,0,-13225.9,-587.313,4.64249,1.9197,300,3,0,2059,0,0,1), - (955,724,0,611,0,-6275.33,625.745,386.881,0.152946,370,5,0,55,0,0,1), - (956,724,0,611,0,-6311.85,662.651,385.36,1.27129,370,5,0,55,0,0,1), - (957,707,0,606,0,-6297.36,667.385,385.143,1.05383,370,5,0,42,0,0,1), - (958,724,0,611,0,-6321.53,674.132,385.397,2.89664,370,5,0,55,0,0,1), - (959,724,0,611,0,-6314.26,522.072,387.222,3.68445,370,5,0,55,0,0,1), - (960,724,0,611,0,-6287.1,489.977,386.248,6.25888,370,5,0,55,0,0,1), - (961,721,0,328,0,-6294.68,561.404,387.546,6.15205,180,10,0,1,0,0,1), - (962,724,0,611,0,-6312.53,579.139,387.461,3.92544,370,0,0,55,0,0,0), - (963,786,0,1354,0,-6363,567.085,385.851,2.47837,180,0,0,166,0,0,0), - (964,1354,0,1396,0,-6368.77,562.093,385.714,1.69297,180,0,0,112,0,0,0), - (965,12738,0,12967,0,-6371.13,571.816,385.827,3.21141,180,0,0,166,0,0,0), - (966,721,0,328,0,-6389.1,570.198,386.873,2.59607,180,10,0,1,0,0,1), - (967,721,0,328,0,-6388.41,590.182,387.106,2.67532,180,10,0,1,0,0,1), - (968,704,0,11416,0,-6445.39,578.852,386.218,2.30782,180,5,0,55,0,0,1), - (969,706,0,5606,0,-6446.56,528.505,385.727,5.20051,180,5,0,71,0,0,1), - (970,708,0,607,0,-6479.99,586.318,391.053,4.6518,180,0,0,71,0,0,0), - (971,704,0,11416,0,-6487.78,546.199,387.571,5.37015,180,5,0,55,0,0,1), - (972,705,0,855,0,-6440.49,542.028,385.691,2.9917,370,5,0,42,0,0,1), - (973,706,0,5606,0,-6479.83,532.783,387.332,5.65844,180,5,0,71,0,0,1), - (974,706,0,5606,0,-6482.98,501.095,386.034,3.30962,180,5,0,71,0,0,1), - (975,706,0,5606,0,-6500.97,480.333,388.613,3.51687,180,5,0,71,0,0,1), - (976,706,0,5606,0,-6502.78,514.775,391.445,5.56968,180,5,0,71,0,0,1), - (977,704,0,11416,0,-6438.8,477.506,383.824,5.38052,180,5,0,55,0,0,1), - (978,706,0,5606,0,-6518.71,466.018,387.506,5.07879,180,5,0,71,0,0,1), - (979,704,0,11416,0,-6349.53,523.566,386.611,2.31079,180,5,0,55,0,0,1), - (980,704,0,11416,0,-6379.72,478.035,379.206,4.21818,180,5,0,55,0,0,1), - (981,1551,0,2174,0,-13257.9,-580.677,12.7041,1.68572,300,0,0,2059,0,0,0), - (982,1563,0,794,0,-13464.2,658.172,9.37183,1.36136,300,0,0,1829,0,0,0), - (983,1564,0,4462,0,-13468.6,657.017,9.3285,3.05631,300,0,0,1292,3191,0,0), - (985,1564,0,4461,0,-13414.1,658.998,8.26089,5.70966,300,5,0,1292,3191,0,1), - (986,1563,0,796,0,-13468.4,664.967,9.3285,6.12611,300,0,0,1829,0,0,0), - (987,1551,0,2174,0,-13203.7,-599.1,4.64249,3.76313,300,3,0,2059,0,0,1), - (988,1563,0,794,0,-13458.5,661.099,9.62183,5.77229,300,0,0,1829,0,0,0), - (989,1551,0,2174,0,-13134.5,-563.287,8.13007,2.07859,300,2,0,2059,0,0,1), - (990,588,0,4575,0,-11688,565.3,49.8151,3.2476,300,3,0,1279,0,0,1), - (991,1551,0,2174,0,-13170,-552.311,9.34697,4.88692,300,2,0,2059,0,0,1), - (992,1564,0,4462,0,-13440.1,762.227,0.299731,4.91517,300,0,0,1292,3191,0,0), - (993,701,0,4577,0,-11732.1,674.758,49.8358,4.69091,300,0,0,1064,1007,0,0), - (994,588,0,4575,0,-11727.5,679.786,49.5311,3.47745,300,2,0,1279,0,0,1), - (995,704,0,11416,0,-6440.43,418.379,390.032,5.46189,180,5,0,55,0,0,1), - (996,704,0,11416,0,-6406.14,439.923,380.5,5.46004,180,5,0,55,0,0,1), - (997,721,0,328,0,-6307.87,509.554,387.454,1.55387,180,10,0,1,0,0,1), - (998,705,0,855,0,-6313.09,442.302,383.234,5.04897,370,5,0,42,0,0,1), - (999,705,0,855,0,-6331.21,502.435,386.204,1.95718,370,5,0,42,0,0,1), - (1000,705,0,855,0,-6338.66,420.6,378.351,3.52539,370,5,0,42,0,0,1), - (1001,704,0,11416,0,-6375,425,376.634,2.54573,180,5,0,55,0,0,1), - (1002,705,0,855,0,-6356.1,412.38,375.956,0.663444,370,5,0,42,0,0,1), - (1003,724,0,611,0,-6389.16,438.166,379.265,0.94559,370,5,0,55,0,0,1), - (1004,704,0,11416,0,-6352.28,452.276,377.099,0.544105,180,5,0,55,0,0,1), - (1005,704,0,11416,0,-6342.14,482.296,381.859,2.51997,180,5,0,55,0,0,1), - (1006,721,0,328,0,-6348.45,437.051,376.212,3.78799,180,10,0,1,0,0,1), - (1008,701,0,4577,0,-11685.9,543.793,49.9401,1.58221,300,3,0,1064,1007,0,1), - (1009,721,0,328,0,-6366.1,406.426,376.107,2.38381,180,10,0,1,0,0,1), - (1010,705,0,855,0,-6367.46,396.625,377.249,3.02104,370,5,0,42,0,0,1), - (1012,705,0,855,0,-6300.6,381.503,380.328,0.015216,370,5,0,42,0,0,1), - (1013,705,0,855,0,-6341.68,399.397,377.971,1.59262,370,5,0,42,0,0,1), - (1014,705,0,855,0,-6263.23,389.482,382.702,0.274929,370,5,0,42,0,0,1), - (1015,705,0,855,0,-6303.25,403.096,381.885,3.16371,370,5,0,42,0,0,1), - (1016,705,0,855,0,-6281.02,430.606,384.353,4.54342,370,5,0,42,0,0,1), - (1017,708,0,607,0,-6276.25,422.811,384.766,4.77347,180,5,0,71,0,0,1), - (1018,705,0,855,0,-6318.32,402.951,380.634,5.15062,370,5,0,42,0,0,1), - (1019,721,0,328,0,-6212.83,370.665,386.948,3.04286,180,10,0,1,0,0,1), - (1020,705,0,855,0,-6233,408.056,387.624,3.12402,370,5,0,42,0,0,1), - (1021,853,0,1598,0,-6176.78,364.764,399.107,3.10624,300,0,1,5121,0,0,2), - (1022,6376,0,5093,0,-6049.4,383.6,398.958,3.05433,180,0,0,166,230,0,0), - (1023,837,0,3401,0,-6056.74,393.548,392.843,3.68265,180,0,0,166,190,0,0), - (1024,460,0,1930,0,-6048.79,391.078,398.958,3.63029,180,0,0,166,190,0,0), - (1025,944,0,10216,0,-6056.09,388.175,392.944,3.33358,180,0,0,166,190,0,0), - (1026,836,0,3406,0,-6056.38,385.213,392.845,3.1765,180,0,0,166,0,0,0), - (1027,1095,0,7205,0,-11977.5,-530.262,11.974,3.12123,25,0,0,1469,0,0,0), - (1028,721,0,328,0,-6292.65,319.852,376.661,4.53782,180,10,0,1,0,0,1), - (1029,721,0,328,0,-6313.43,351.942,377.131,5.22346,180,10,0,1,0,0,1), - (1030,721,0,328,0,-6242.14,290.56,384.94,5.28374,180,10,0,1,0,0,1), - (1031,705,0,855,0,-6323.52,374.581,378.122,1.49371,370,0,0,42,0,0,0), - (1032,705,0,855,0,-6340.77,308.916,380.04,5.47466,370,5,0,42,0,0,1), - (1033,705,0,855,0,-6368.8,362.586,382.422,1.43966,370,5,0,42,0,0,1), - (1034,705,0,855,0,-6315.59,341.114,376.661,3.12391,370,0,0,42,0,0,0), - (1035,704,0,11416,0,-6332.99,341.316,377.984,5.60295,180,0,0,55,0,0,0), - (1036,705,0,855,0,-6329.87,358.147,377.479,3.73627,370,0,0,42,0,0,0), - (1037,707,0,606,0,-6355.96,361.262,378.436,0.083495,370,5,0,42,0,0,1), - (1038,707,0,606,0,-6387.92,381.837,381.279,4.0935,370,5,0,42,0,0,1), - (1039,707,0,606,0,-6322.9,320.929,378.445,2.58792,370,5,0,42,0,0,1), - (1040,707,0,606,0,-6340,328.682,379.238,2.02335,370,5,0,42,0,0,1), - (1041,724,0,611,0,-6323.79,308.756,379.02,2.70825,370,5,0,55,0,0,1), - (1042,724,0,611,0,-6339.62,361.6,378.311,1.02303,370,5,0,55,0,0,1), - (1043,705,0,855,0,-6437.53,362.414,396.99,3.15136,370,5,0,42,0,0,1), - (1044,704,0,11416,0,-6402.77,385.843,383.118,3.2944,180,5,0,55,0,0,1), - (1045,724,0,611,0,-6429.5,362.923,392.971,2.31532,370,5,0,55,0,0,1), - (1046,707,0,606,0,-6408.81,375.605,385.025,3.03411,370,5,0,42,0,0,1), - (1047,707,0,606,0,-6426.25,380.859,388.458,4.9228,370,5,0,42,0,0,1), - (1048,724,0,611,0,-6438.87,395.094,391.465,3.66923,370,5,0,55,0,0,1), - (1049,705,0,855,0,-6410.02,349.491,389.555,0.59666,370,5,0,42,0,0,1), - (1050,678,0,416,0,-12302,-1070.13,11.6159,1.86042,1800,0,0,5148,0,0,0), - (1051,1551,0,2174,0,-13156.7,-563.239,4.64249,0.273099,300,2,0,2059,0,0,1), - (1052,701,0,4577,0,-11696.8,544.549,49.8151,3.11847,300,3,0,1064,1007,0,1), - (1053,705,0,855,0,-6369.36,335.917,385.504,2.10787,370,5,0,42,0,0,1), - (1055,1551,0,2174,0,-13118.8,-504.518,7.52939,5.88597,300,2,0,2059,0,0,1), - (1056,701,0,4577,0,-11739.5,554.433,50.8083,4.34073,300,3,0,1064,1007,0,1), - (1057,707,0,606,0,-6381.1,342.258,386.207,5.70762,370,5,0,42,0,0,1), - (1058,724,0,611,0,-6360.37,318.976,381.04,2.08526,370,5,0,55,0,0,1), - (1059,706,0,5606,0,-6452.47,464.686,392.024,2.867,180,5,0,71,0,0,1), - (1060,588,0,4575,0,-11565.8,590.354,50.3581,3.32775,300,0,0,1279,0,0,0), - (1061,706,0,5606,0,-6464.96,437.66,415.774,2.28154,180,5,0,71,0,0,1), - (1062,1551,0,2174,0,-13122.1,-554.975,10.1675,2.9879,300,0,0,2059,0,0,0), - (1063,588,0,4575,0,-11691.8,644.795,49.1912,5.43047,300,0,0,1279,0,0,0), - (1064,701,0,4577,0,-11687,638.608,49.5495,2.19912,300,0,0,1064,1007,0,0), - (1065,706,0,5606,0,-6449.12,502.617,385.646,0.14715,180,5,0,71,0,0,1), - (1066,588,0,4575,0,-11692.8,638.552,49.5082,0.663225,300,0,0,1279,0,0,0), - (1067,588,0,4575,0,-11708,647.552,49.6907,4.71978,300,2,0,1279,0,0,1), - (1068,701,0,4577,0,-11732.1,539.068,51.0974,5.84257,300,3,0,1064,1007,0,1), - (1069,699,0,4576,0,-11738.2,544.167,51.0167,0.383972,300,0,0,1279,0,0,0), - (1070,698,0,320,0,-11739.2,546.843,50.813,0.383972,300,2,0,1279,0,0,1), - (1071,588,0,4575,0,-11739.9,595.899,50.6127,2.75792,300,5,0,1279,0,0,1), - (1072,7033,0,11549,0,-8075.29,-2678.09,140.93,5.34104,500,5,0,3322,0,0,1), - (1073,701,0,4577,0,-11687.6,696.657,49.9249,1.05262,300,2,0,1064,1007,0,1), - (1074,588,0,4575,0,-11704.4,660.337,49.5657,5.63111,300,2,0,1279,0,0,1), - (1075,706,0,5606,0,-6469.68,480.808,387.949,3.71985,180,5,0,71,0,0,1), - (1076,7035,0,10707,0,-7800.81,-2652.94,173.296,5.43544,500,2,0,3556,0,0,1), - (1077,678,0,416,0,-12367.5,-1130.45,2.42295,3.55566,1800,0,0,5148,0,0,0), - (1078,706,0,5606,0,-6528.63,399.69,382.037,0.679748,180,5,0,71,0,0,1), - (1079,376,0,1495,0,-8512,862.364,109.927,3.822,490,0,0,3139,2620,0,0), - (1080,706,0,5606,0,-6477.3,389.722,383.13,2.87478,180,5,0,71,0,0,1), - (1081,595,0,4574,0,-11586.1,563.206,49.973,0.933295,300,0,0,1279,0,0,0), - (1082,588,0,4575,0,-11703,638.579,49.6907,4.52698,300,2,0,1279,0,0,1), - (1083,588,0,4575,0,-11691.2,657.854,48.651,5.09366,300,2,0,1279,0,0,1), - (1084,706,0,5606,0,-6491,400.313,384.83,4.83242,180,5,0,71,0,0,1), - (1085,706,0,5606,0,-6539.19,473.222,385.998,4.62916,180,5,0,71,0,0,1), - (1086,588,0,4575,0,-11565,552.824,50.1924,0.634076,300,0,0,1279,0,0,0), - (1087,706,0,5606,0,-6538.67,424.174,385.934,1.65253,180,5,0,71,0,0,1), - (1088,706,0,5606,0,-6511.86,418.936,386.521,4.5332,180,5,0,71,0,0,1), - (1089,595,0,4574,0,-11569.2,561.876,49.973,6.09925,300,0,0,1279,0,0,0), - (1090,588,0,4575,0,-11598.8,553.534,50.223,3.76091,300,5,0,1279,0,0,1), - (1091,706,0,5606,0,-6522.17,422.68,386.235,3.76193,180,5,0,71,0,0,1), - (1092,701,0,4577,0,-11686.5,554.669,49.5651,0.450803,300,3,0,1064,1007,0,1), - (1093,710,0,6704,0,-12345.7,-1094.62,2.51668,1.76762,1800,2,0,3603,3575,0,1), - (1094,595,0,4574,0,-11707.6,567.696,49.816,4.70116,300,3,0,1279,0,0,1), - (1095,595,0,4574,0,-11695.9,555.871,50.3151,3.76686,300,3,0,1279,0,0,1), - (1096,595,0,4574,0,-11730.8,589.842,50.316,1.68738,300,5,0,1279,0,0,1), - (1097,595,0,4574,0,-11708.5,553.321,49.5974,4.68042,300,3,0,1279,0,0,1), - (1098,1108,0,843,0,-11920.2,-281.911,13.7945,5.86932,300,5,0,1427,0,0,1), - (1099,1108,0,843,0,-11946,-251.844,15.2975,0.282857,300,10,0,1427,0,0,1), - (1100,1151,0,2548,0,-11923.6,842.423,0.946231,0.737027,300,5,0,1403,0,0,1), - (1101,1564,0,4461,0,-13448,722.787,4.11255,4.42121,300,0,0,1292,3191,0,0), - (1103,1563,0,794,0,-13414.4,743.018,1.70527,4.84614,300,5,0,1829,0,0,1), - (1104,1563,0,794,0,-13457.5,698.094,7.36411,1.42186,300,5,0,1829,0,0,1), - (1105,672,0,4621,0,-13008.2,-845.519,71.4626,3.60306,300,0,0,1711,1483,0,0), - (1106,1558,0,844,0,-13867,-22.393,54.0785,4.24532,300,5,0,1981,0,0,1), - (1107,1114,0,845,0,-12541.4,-591.254,40.3123,5.31526,300,5,0,1804,0,0,1), - (1108,772,0,614,0,-12686.1,-88.5606,12.098,4.91893,300,10,0,1536,0,0,1), - (1109,684,0,633,0,-13093.7,-158.198,-1.5694,2.38863,300,5,0,1536,0,0,1), - (1110,691,0,5561,0,-12185.5,824.453,2.92212,6.24122,300,5,0,1469,0,0,1), - (1111,691,0,5561,0,-12205.1,825.094,2.2676,3.32716,300,5,0,1469,0,0,1), - (1112,595,0,4574,0,-11526.1,566.36,49.7114,0.835486,300,3,0,1279,0,0,1), - (1113,588,0,4575,0,-11551.6,568.261,50.5732,0.791847,300,0,0,1279,0,0,0), - (1114,699,0,4576,0,-11553.9,608.401,50.6287,4.18879,300,0,0,1279,0,0,0), - (1115,698,0,320,0,-11551.4,608.711,50.6529,3.26576,300,2,0,1279,0,0,1), - (1116,1564,0,4462,0,-14849.4,81.058,1.62692,0.519631,300,0,0,1292,3191,0,0), - (1118,588,0,4575,0,-11551.3,593.914,50.5786,3.4383,300,0,0,1279,0,0,0), - (1119,1114,0,845,0,-12717,-628.685,41.875,4.38107,300,5,0,1804,0,0,1), - (1120,701,0,4577,0,-11560.2,598.279,50.3787,2.23402,300,0,0,1064,1007,0,0), - (1121,701,0,4577,0,-11549.3,554.973,50.6924,2.14275,300,0,0,1064,1007,0,0), - (1122,595,0,4574,0,-11565.3,579.795,50.7537,1.3367,300,0,0,1279,0,0,0), - (1123,1563,0,796,0,-14834,61.073,3.92628,5.68464,300,5,0,1829,0,0,1), - (1124,1114,0,845,0,-12752.1,-783.398,61.8614,5.6376,300,10,0,1804,0,0,1), - (1125,691,0,5561,0,-12155.3,853.595,22.2644,1.04379,300,5,0,1469,0,0,1), - (1126,691,0,5561,0,-12218.3,847.128,2.63864,5.68991,300,5,0,1469,0,0,1), - (1127,1558,0,844,0,-13757,-194.707,29.1945,3.89385,300,5,0,1981,0,0,1), - (1128,701,0,4577,0,-11540.2,560.394,51.3447,3.42473,300,0,0,1064,1007,0,0), - (1129,595,0,4574,0,-11536.5,558.413,50.4629,2.65044,300,5,0,1279,0,0,1), - (1130,701,0,4577,0,-11556.2,582.302,50.4572,1.66378,300,0,0,1064,1007,0,0), - (1131,696,0,4622,0,-12785.3,-709.469,63.6127,2.64381,300,5,0,1678,0,0,1), - (1132,701,0,4577,0,-11592.6,600.4,50.7008,4.6466,300,5,0,1064,1007,0,1), - (1133,691,0,5561,0,-12180.1,855.868,17.8644,2.95685,300,5,0,1469,0,0,1), - (1134,696,0,4622,0,-12820.4,-743.29,76.4155,2.82743,300,5,0,1678,0,0,1), - (1135,781,0,4635,0,-12993.7,-815.52,69.9677,0.998287,300,0,0,2059,0,0,0), - (1136,783,0,4623,0,-12996.2,-832.353,70.7177,4.74729,300,3,0,2059,0,0,1), - (1137,595,0,4574,0,-11570.7,622.5,50.4508,1.44805,300,0,0,1279,0,0,0), - (1138,667,0,4632,0,-12831.7,-745.379,75.5902,0.558505,300,5,0,1678,0,0,1), - (1139,701,0,4577,0,-11564.2,617.736,50.3787,5.64958,300,0,0,1064,1007,0,0), - (1140,701,0,4577,0,-11582.1,622.063,50.4508,0.268071,300,0,0,1064,1007,0,0), - (1141,691,0,5561,0,-12176.1,884.02,9.31219,5.06967,300,5,0,1469,0,0,1), - (1142,1713,0,11452,0,-13536.9,-40.1977,38.9878,0.052968,300,10,0,1981,0,0,1), - (1143,701,0,4577,0,-11576.6,596.694,50.3361,5.78013,300,0,0,1064,1007,0,0), - (1144,1713,0,11452,0,-13582.7,-90.0978,40.393,4.18663,300,10,0,1981,0,0,1), - (1145,701,0,4577,0,-11595.6,579.611,50.4611,2.31254,300,0,0,1064,1007,0,0), - (1146,691,0,5561,0,-12152.4,880.064,15.0745,4.38415,300,0,0,1469,0,0,0), - (1147,780,0,4616,0,-12821.9,-751.606,77.152,5.39812,300,5,0,1357,1236,0,1), - (1148,595,0,4574,0,-11590,620.125,50.4508,0.859254,300,0,0,1279,0,0,0), - (1149,691,0,5561,0,-12185.7,919.497,1.35216,0.863703,300,5,0,1469,0,0,1), - (1150,691,0,5561,0,-12154.6,919.183,1.59567,0.993224,300,5,0,1469,0,0,1), - (1151,691,0,5561,0,-12214.7,882.646,-0.530996,1.00301,300,3,0,1469,0,0,1), - (1152,782,0,4625,0,-12981.6,-730.518,56.0659,4.46915,300,3,0,1902,0,0,1), - (1153,1114,0,845,0,-12749.7,-847.831,64.5806,2.20637,300,5,0,1804,0,0,1), - (1154,1114,0,845,0,-12709.6,-880.494,53.7773,1.00162,300,10,0,1804,0,0,1), - (1155,1108,0,843,0,-11838.2,-222.077,17.0756,4.53832,300,5,0,1427,0,0,1), - (1156,1558,0,844,0,-13817,-148.928,17.4159,3.28741,300,5,0,1981,0,0,1), - (1157,669,0,4628,0,-12996.7,-724.834,55.9969,2.19947,300,0,0,1902,0,0,0), - (1158,756,0,633,0,-12990.9,-723.495,55.8719,2.25683,300,3,0,1829,0,0,1), - (1159,1108,0,843,0,-11884.7,-251.268,17.0014,2.53792,300,10,0,1427,0,0,1), - (1160,691,0,5561,0,-12160.7,879.947,16.6484,3.46478,300,5,0,1469,0,0,1), - (1161,784,0,4624,0,-12984.2,-609.516,53.7092,2.01469,300,0,0,1902,0,0,0), - (1162,756,0,633,0,-12981.2,-606.888,53.3342,2.0294,300,3,0,1829,0,0,1), - (1163,1558,0,844,0,-13813.2,-188.739,16.1252,1.65491,300,5,0,1981,0,0,1), - (1164,1114,0,845,0,-12617,-921.85,54.7539,1.92408,300,5,0,1804,0,0,1), - (1165,1558,0,844,0,-13823.2,-102.857,18.1712,5.4895,300,5,0,1981,0,0,1), - (1166,781,0,4635,0,-12978,-821.957,70.9677,0.554944,300,5,0,2059,0,0,1), - (1167,1558,0,844,0,-13862.8,-42.9449,40.4036,3.73393,300,5,0,1981,0,0,1), - (1168,1558,0,844,0,-13886,-94.17,13.9646,0.472381,300,5,0,1981,0,0,1), - (1169,1114,0,845,0,-12486.9,-510.538,13.827,2.01122,300,5,0,1804,0,0,1), - (1170,1114,0,845,0,-12524.4,-476.177,24.3429,2.37553,300,5,0,1804,0,0,1), - (1171,1152,0,833,0,-11911.5,-444.782,-6.42647,4.89874,300,5,0,1403,0,0,1), - (1172,1114,0,845,0,-12426.5,-719.995,32.9625,2.83364,300,5,0,1804,0,0,1), - (1173,699,0,4576,0,-11620.4,619.192,50.4465,4.39823,300,0,0,1279,0,0,0), - (1174,4460,0,5243,0,-12199.8,-51.9602,0.307009,3.30738,300,5,0,1116,2861,0,1), - (1175,691,0,5561,0,-12214.6,921.441,-6.36757,5.9523,300,2,0,1469,0,0,1), - (1176,2521,0,809,0,-14785.8,-415.396,4.73664,2.28853,300,10,0,1902,0,0,1), - (1177,1114,0,845,0,-12390.1,-549.576,11.8177,3.80932,300,5,0,1804,0,0,1), - (1178,2521,0,809,0,-14823.1,-251.858,5.33484,2.50044,300,10,0,1902,0,0,1), - (1179,1114,0,845,0,-12283.3,-525.921,16.2471,1.89622,300,5,0,1804,0,0,1), - (1180,1114,0,845,0,-12346.3,-523.193,15.8524,5.8929,300,5,0,1804,0,0,1), - (1181,687,0,11317,0,-13220.9,730.602,8.01241,6.11547,300,5,0,1829,0,0,1), - (1182,734,0,4398,0,-11295.8,-201.343,75.7853,3.63029,300,0,0,2471,0,0,0), - (1183,1114,0,845,0,-12319.3,-480.983,15.3939,0.289026,300,5,0,1804,0,0,1), - (1184,4461,0,5243,0,-12082.4,56.4907,-6.29707,4.27296,300,5,0,1403,0,0,1), - (1185,782,0,4625,0,-12959.2,-718.144,54.7919,5.23304,300,0,0,1902,0,0,0), - (1186,4461,0,5243,0,-12114.5,96.6799,-0.516428,1.20442,300,5,0,1403,0,0,1), - (1187,1114,0,845,0,-12275.2,-446.043,18.6231,4.66546,300,5,0,1804,0,0,1), - (1188,783,0,4623,0,-13072.2,-749.43,88.7466,6.19499,300,5,0,2059,0,0,1), - (1189,4460,0,5243,0,-12157.6,-50.2741,0.30701,2.9634,300,5,0,1116,2861,0,1), - (1190,1108,0,843,0,-11883.4,-172.051,18.1713,1.99597,300,10,0,1427,0,0,1), - (1191,4458,0,478,0,-12188.4,-22.4121,-10.7597,0.494968,300,2,0,1403,0,0,1), - (1192,4461,0,5243,0,-12115,58.3161,-6.66363,2.42937,300,5,0,1403,0,0,1), - (1193,4459,0,5286,0,-12135.2,-35.3363,-3.06799,0.853471,300,3,0,1208,1097,0,1), - (1194,690,0,8797,0,-12944.3,-139.719,13.1456,2.07808,300,5,0,1678,0,0,1), - (1195,4457,0,652,0,-12158.5,52.921,1.21542,0.250663,300,5,0,1403,0,0,1), - (1196,4461,0,5243,0,-12125.4,38.1136,-6.15627,4.34493,300,5,0,1403,0,0,1), - (1197,4461,0,5243,0,-12046.6,51.3579,-0.713931,0.145401,300,3,0,1403,0,0,1), - (1198,4461,0,5243,0,-12090.9,26.0623,-2.04527,4.03062,300,5,0,1403,0,0,1), - (1199,4458,0,478,0,-12088.6,70.0932,-6.95303,3.94154,300,5,0,1403,0,0,1), - (1200,674,0,7202,0,-13063,-447.054,45.3497,2.51843,300,0,0,1829,0,0,0), - (1201,674,0,7202,0,-13087.1,-478.032,51.2409,4.4855,300,0,0,1829,0,0,0), - (1202,677,0,7204,0,-13068,-457.182,44.9375,4.08407,300,3,0,1292,3191,0,1), - (1203,4458,0,478,0,-12153.3,-25.727,-10.7597,6.14502,300,5,0,1403,0,0,1), - (1204,4461,0,5243,0,-12160.1,-17.5942,-10.7597,3.75663,300,5,0,1403,0,0,1), - (1205,674,0,7202,0,-13067.1,-432.447,49.193,2.75762,300,0,0,1829,0,0,0), - (1206,4461,0,5243,0,-12165.7,10.464,-3.86931,2.05285,300,5,0,1403,0,0,1), - (1207,676,0,7203,0,-13063.5,-462.918,44.8471,3.19892,300,3,0,1522,1332,0,1), - (1208,676,0,7203,0,-13134.1,-465.054,49.762,2.99831,300,0,0,1522,1332,0,0), - (1209,674,0,7202,0,-13135,-469.88,49.8355,4.95674,300,0,0,1829,0,0,0), - (1210,4461,0,5243,0,-12170.6,-25.3623,-10.7597,3.82036,300,5,0,1403,0,0,1), - (1211,674,0,7202,0,-13054.6,-477.555,51.6199,0,300,0,0,1829,0,0,0), - (1212,677,0,7204,0,-13073.4,-471.905,45.6279,0.156153,300,2,0,1292,3191,0,1), - (1213,669,0,4628,0,-12939.1,-716.33,54.4169,4.11228,300,0,0,1902,0,0,0), - (1214,674,0,7202,0,-13130.5,-463.1,49.7,0.942478,300,0,0,1829,0,0,0), - (1215,756,0,633,0,-12948,-712.188,54.7919,2.37773,300,3,0,1829,0,0,1), - (1216,674,0,7202,0,-13090.5,-444.349,52.5006,2.9147,300,0,0,1829,0,0,0), - (1217,674,0,7202,0,-13138.5,-460.855,51.1591,2.28638,300,0,0,1829,0,0,0), - (1218,905,0,705,0,-11850.7,-383.538,-5.7729,0.101765,300,5,0,1107,0,0,1), - (1219,1449,0,4661,0,-13738.5,-29.7435,44.6395,1.81514,300,0,0,2666,0,0,0), - (1220,1713,0,11452,0,-13652.9,-80.5765,36.37,2.9656,300,5,0,1981,0,0,1), - (1221,1713,0,11452,0,-13626.4,-54.0693,36.1862,0.196629,300,5,0,1981,0,0,1), - (1222,702,0,4571,0,-11697.1,232.748,40.3202,0,300,5,0,1221,0,0,1), - (1223,702,0,4571,0,-11717.1,223.791,40.4573,0,300,0,0,1221,0,0,0), - (1224,684,0,633,0,-13105.9,-286.305,10.0925,0.639988,300,5,0,1536,0,0,1), - (1225,685,0,788,0,-11856.4,678.568,45.9035,6.1382,300,5,0,1221,0,0,1), - (1226,855,0,180,0,-11860.4,679.146,46.1837,4.36947,300,3,0,1051,0,0,1), - (1227,772,0,614,0,-12912.6,-353.317,13.4452,1.8268,300,5,0,1536,0,0,1), - (1228,681,0,598,0,-11822.1,-248.948,17.048,1.98466,300,10,0,1050,0,0,1), - (1229,736,0,599,0,-11607.8,-694.851,31.1587,4.08407,300,2,0,1163,0,0,1), - (1230,736,0,599,0,-11606.8,-701.346,31.1563,2.75762,300,3,0,1163,0,0,1), - (1231,684,0,633,0,-13047.7,-303,13.3939,5.5434,300,5,0,1536,0,0,1), - (1232,1488,0,1065,0,-13648.7,-302.935,8.1844,5.64143,300,3,0,2047,0,0,1), - (1233,1108,0,843,0,-11948.5,-118.453,7.72756,5.53927,300,3,0,1427,0,0,1), - (1234,1491,0,4923,0,-13637.8,-378.988,1.02494,0.822812,300,5,0,2116,0,0,1), - (1235,2530,0,4663,0,-13650.9,-268.997,8.30007,2.29079,300,0,0,1902,0,0,0), - (1236,691,0,5561,0,-12115.8,914.007,1.44607,2.64715,300,5,0,1469,0,0,1), - (1237,698,0,320,0,-11617.6,618.292,50.3413,4.39823,300,2,0,1279,0,0,1), - (1238,780,0,4616,0,-12944.2,-865.516,70.4187,0.750492,300,5,0,1357,1236,0,1), - (1239,667,0,4632,0,-12907.6,-875.31,70.104,0,300,5,0,1678,0,0,1), - (1240,687,0,11317,0,-13145.7,415.928,18.9146,1.46899,300,5,0,1829,0,0,1), - (1241,879,0,1079,0,-12182.4,674.705,-69.7535,3.62119,1800,5,0,3660,0,0,1), - (1242,667,0,4632,0,-12937.6,-871.019,70.6112,1.13446,300,5,0,1678,0,0,1), - (1243,1114,0,845,0,-12275.1,-379.787,15.3067,2.01698,300,5,0,1804,0,0,1), - (1244,1114,0,845,0,-12560.6,-853.063,47.2671,3.0265,300,5,0,1804,0,0,1), - (1245,672,0,4621,0,-12963.2,-820.266,69.7316,1.55549,300,0,0,1711,1483,0,0), - (1246,685,0,788,0,-11824.3,707.507,44.7131,1.38223,300,10,0,1221,0,0,1), - (1247,696,0,4622,0,-12866.1,-799.117,54.9599,5.95157,300,2,0,1678,0,0,1), - (1248,1114,0,845,0,-12548.1,-920.153,43.3442,5.92044,300,5,0,1804,0,0,1), - (1249,685,0,788,0,-11836.3,655.435,44.6837,1.74297,300,10,0,1221,0,0,1), - (1250,685,0,788,0,-11835.3,685.639,44.9337,6.25663,300,5,0,1221,0,0,1), - (1251,855,0,180,0,-11837.9,688.538,44.6837,2.07552,300,3,0,1051,0,0,1), - (1252,681,0,598,0,-11778.4,-162.78,8.46279,4.52897,300,5,0,1050,0,0,1), - (1253,696,0,4622,0,-12860.7,-807.555,54.7235,5.75959,300,2,0,1678,0,0,1), - (1254,597,0,4579,0,-11687.9,928.277,3.33555,3.62683,300,3,0,1469,0,0,1), - (1255,696,0,4622,0,-12947.6,-781.391,58.6777,2.78168,300,5,0,1678,0,0,1), - (1256,597,0,4579,0,-11673.8,951.461,3.87535,3.26584,300,3,0,1469,0,0,1), - (1257,660,0,4581,0,-11670.5,928.085,2.96055,4.78662,300,3,0,1257,1142,0,1), - (1258,660,0,4581,0,-11676.6,938.7,4.25035,5.92378,300,3,0,1257,1142,0,1), - (1259,671,0,4580,0,-11665.2,941.734,3.59957,3.41787,300,3,0,1469,0,0,1), - (1260,684,0,633,0,-12282.8,-720.313,17.0055,1.18738,300,5,0,1536,0,0,1), - (1261,702,0,4571,0,-11655.2,216.468,40.3143,0,300,5,0,1221,0,0,1), - (1262,597,0,4579,0,-11682.4,945.556,3.97525,1.72788,300,0,0,1469,0,0,0), - (1263,660,0,4581,0,-11684.9,952.836,3.87334,5.09636,300,0,0,1257,1142,0,0), - (1264,669,0,4628,0,-13000.7,-713.202,54.8471,0.537549,300,0,0,1902,0,0,0), - (1265,709,0,655,0,-12246.9,-739.773,14.9438,1.02937,1800,5,0,4755,0,0,1), - (1266,1152,0,833,0,-12231.6,-294.633,15.0018,0.2021,300,5,0,1403,0,0,1), - (1267,1152,0,833,0,-12525.2,-277.466,14.0303,2.90869,300,5,0,1403,0,0,1), - (1268,696,0,4622,0,-12885.9,-713.052,53.5324,2.23654,300,5,0,1678,0,0,1), - (1269,691,0,5561,0,-12152.6,783.397,2.39809,3.78705,300,5,0,1469,0,0,1), - (1270,1550,0,8802,0,-13172.5,-285.998,6.82382,4.69582,300,3,0,1902,0,0,1), - (1271,691,0,5561,0,-12153.3,806.859,9.7844,4.89392,300,5,0,1469,0,0,1), - (1272,1550,0,8802,0,-13240.1,-357.62,11.9031,3.96708,300,3,0,1902,0,0,1), - (1273,1550,0,8802,0,-13322.5,-355.86,14.0508,0.167439,300,10,0,1902,0,0,1), - (1274,691,0,5561,0,-12122.2,852.726,15.0503,2.03978,300,5,0,1469,0,0,1), - (1275,691,0,5561,0,-12122.2,814.553,2.44354,5.78316,300,5,0,1469,0,0,1), - (1276,1550,0,8802,0,-13293.7,-381.127,12.6723,3.48467,300,5,0,1902,0,0,1), - (1277,691,0,5561,0,-12110.3,879.462,7.07799,5.34047,300,5,0,1469,0,0,1), - (1278,1550,0,8802,0,-13352.3,-389.739,18.4238,1.38498,300,5,0,1902,0,0,1), - (1279,1551,0,2174,0,-13250.6,-508.303,17.9954,3.0168,300,2,0,2059,0,0,1), - (1280,1114,0,845,0,-12417,-649.187,15.3514,3.98939,300,5,0,1804,0,0,1), - (1281,772,0,614,0,-12314.1,-742.487,12.1928,4.8004,300,5,0,1536,0,0,1), - (1282,1551,0,2174,0,-13166.3,-451.03,8.7133,3.33358,300,2,0,2059,0,0,1), - (1283,1551,0,2174,0,-13178.8,-476.301,10.0844,2.44346,300,2,0,2059,0,0,1), - (1284,1551,0,2174,0,-13168.8,-464.141,3.91933,0,300,5,0,2059,0,0,1), - (1285,772,0,614,0,-12944.7,-299.226,10.7879,0.361776,300,5,0,1536,0,0,1), - (1286,1907,0,4923,0,-13788.8,438.879,92.0023,5.41516,300,3,0,2077,0,0,1), - (1287,1151,0,2548,0,-11953.9,815.636,1.15183,5.71905,300,3,0,1403,0,0,1), - (1288,1114,0,845,0,-12351.8,-647.962,13.5733,0.786521,300,5,0,1804,0,0,1), - (1289,709,0,655,0,-12428.7,-844.576,40.9497,2.02458,1800,0,0,4755,0,0,0), - (1290,709,0,655,0,-12433.5,-836.305,40.1195,5.37561,1800,0,0,4755,0,0,0), - (1291,1151,0,2548,0,-11874.4,822.77,2.6525,1.79079,300,5,0,1403,0,0,1), - (1292,772,0,614,0,-12156.2,-922.453,39.5709,3.97728,300,10,0,1536,0,0,1), - (1293,1151,0,2548,0,-11848.5,842.866,3.09448,6.25201,300,5,0,1403,0,0,1), - (1294,772,0,614,0,-12148.9,-983.322,35.1428,0.305261,300,5,0,1536,0,0,1), - (1295,772,0,614,0,-12036.2,-922.681,43.3261,3.32987,300,5,0,1536,0,0,1), - (1296,772,0,614,0,-12095.7,-987.971,49.5976,2.62021,300,5,0,1536,0,0,1), - (1297,684,0,633,0,-12127.5,-743.169,14.0338,2.31471,300,5,0,1536,0,0,1), - (1298,699,0,4576,0,-11650.4,758.54,42.2845,5.88176,300,0,0,1279,0,0,0), - (1299,709,0,655,0,-12386.6,-891.133,46.9426,2.48089,1800,5,0,4755,0,0,1), - (1300,873,0,11293,0,-12165.1,638.484,-66.5422,3.27504,1800,5,0,3150,1097,0,1), - (1301,1152,0,833,0,-12502.9,-230.918,7.48236,5.35174,300,5,0,1403,0,0,1), - (1302,871,0,506,0,-12157.7,629.139,-67.5103,1.74869,1800,5,0,3660,0,0,1), - (1303,702,0,4571,0,-11682.7,206.408,43.3202,0,300,5,0,1221,0,0,1), - (1304,2635,0,1038,0,-12552.5,87.8267,1.75886,2.38603,1800,5,0,4185,0,0,1), - (1305,681,0,598,0,-11783.5,-281.14,15.9433,5.76017,300,10,0,1050,0,0,1), - (1306,709,0,0,0,-12341.2,-974.564,12.6574,0.942478,1800,0,0,4755,0,0,2), - (1307,1151,0,2548,0,-12519.5,48.737,1.26533,0.246272,300,10,0,1403,0,0,1), - (1308,681,0,598,0,-11749,-257.647,26.814,2.68231,300,5,0,1050,0,0,1), - (1309,706,0,5606,0,-6532.21,441.461,385.135,1.31105,180,5,0,71,0,0,1), - (1310,685,0,788,0,-11857.5,657.036,46.8087,2.85118,300,10,0,1221,0,0,1), - (1311,706,0,5606,0,-6529.17,401.571,382.483,0.949249,180,5,0,71,0,0,1), - (1312,698,0,320,0,-11649.2,761.251,42.2323,5.88176,300,3,0,1279,0,0,1), - (1313,1096,0,7197,0,-11492.8,386.522,60.5504,4.10152,300,2,0,1160,1067,0,1), - (1314,1097,0,7200,0,-11491.9,393.702,61.8004,1.53589,300,0,0,1279,0,0,0), - (1315,1096,0,7197,0,-11495.9,391.412,59.3004,0,300,2,0,1160,1067,0,1), - (1316,690,0,8797,0,-12956.7,-89.7532,11.8204,3.58314,300,10,0,1678,0,0,1), - (1317,756,0,633,0,-12999.1,-711.637,54.7469,1.74286,300,3,0,1829,0,0,1), - (1318,667,0,4632,0,-12787.9,-650.555,64.973,2.19001,300,5,0,1678,0,0,1), - (1319,873,0,11293,0,-12232.9,655.832,-69.2444,1.49406,1800,5,0,3150,1097,0,1), - (1320,871,0,506,0,-12211.5,644.056,-67.135,4.30619,1800,5,0,3660,0,0,1), - (1321,696,0,4622,0,-12847.6,-784.5,59.8349,3.97935,300,5,0,1678,0,0,1), - (1322,780,0,4616,0,-12857.9,-774.717,61.0849,0.708065,300,5,0,1357,1236,0,1), - (1323,667,0,4632,0,-12889.2,-750.62,54.1528,0.436332,300,5,0,1678,0,0,1), - (1324,978,0,4459,0,-11424.7,-948.231,17.6417,0.872994,300,2,0,1305,1189,0,1), - (1325,685,0,788,0,-11852.4,640.934,46.3087,3.01067,300,5,0,1221,0,0,1), - (1326,855,0,180,0,-11851.2,641.523,46.1372,5.70854,300,3,0,1051,0,0,1), - (1327,1114,0,845,0,-12386.9,-681.325,16.4524,0.188823,300,5,0,1804,0,0,1), - (1328,684,0,633,0,-12150.1,-793.224,26.7442,3.90213,300,5,0,1536,0,0,1), - (1329,772,0,614,0,-12087.7,-852.536,41.6183,0.166622,300,5,0,1536,0,0,1), - (1330,1108,0,843,0,-11947.4,-182.479,17.1138,4.67518,300,5,0,1427,0,0,1), - (1331,979,0,4454,0,-11414,-947.42,17.3143,4.68202,300,0,0,1604,0,0,0), - (1332,1108,0,843,0,-11856.9,-158.503,14.7682,0.588003,300,10,0,1427,0,0,1), - (1333,674,0,7202,0,-13002.6,-455.469,55.4754,2.18166,300,0,0,1829,0,0,0), - (1334,674,0,7202,0,-12979.7,-462.423,58.2229,2.87979,300,0,0,1829,0,0,0), - (1335,687,0,11317,0,-13014.1,478.305,12.1516,2.07372,300,5,0,1829,0,0,1), - (1336,772,0,614,0,-12147.5,-846.319,40.2675,4.53568,300,5,0,1536,0,0,1), - (1337,1491,0,4923,0,-13385.4,-13.2617,21.9685,0.35253,300,0,0,2116,0,0,0), - (1338,1550,0,8802,0,-13319.9,-417.584,14.7499,3.79955,300,0,0,1902,0,0,0), - (1339,1150,0,1039,0,-11782.9,-324.206,12.3672,2.83832,300,5,0,1050,0,0,1), - (1340,782,0,4625,0,-13027.2,-623.455,53.8123,2.64135,300,5,0,1902,0,0,1), - (1341,1491,0,4923,0,-13374.3,-24.8169,23.3435,2.02285,300,0,0,2116,0,0,0), - (1342,730,0,8472,0,-13076.6,387.179,15.4089,3.01239,1800,0,0,5235,0,0,0), - (1343,684,0,633,0,-12192.4,-949.117,33.2409,2.46563,300,10,0,1536,0,0,1), - (1344,669,0,4628,0,-13044.2,-653.226,52.8061,5.66157,300,5,0,1902,0,0,1), - (1345,756,0,633,0,-13046.3,-650.538,52.967,4.24215,300,5,0,1829,0,0,1), - (1346,772,0,614,0,-12351.8,-844.327,40.3441,2.86061,300,5,0,1536,0,0,1), - (1347,684,0,633,0,-12252.3,-951.109,44.5195,0.255408,300,5,0,1536,0,0,1), - (1348,728,0,613,0,-12191,-944.651,32.9082,0.187693,1800,0,0,4572,0,0,0), - (1349,946,0,5605,0,-6588.03,374.293,389.947,3.85162,180,5,0,69,79,0,1), - (1350,684,0,633,0,-12183.6,-898.137,39.5455,4.94159,300,10,0,1536,0,0,1), - (1351,772,0,614,0,-12118.4,-821.391,36.4835,2.26353,300,5,0,1536,0,0,1), - (1352,684,0,633,0,-12378.7,-747.576,31.4413,-0.894327,300,5,0,1536,0,0,1), - (1353,772,0,614,0,-12211.4,-923.087,39.9216,4.41719,300,5,0,1536,0,0,1), - (1354,684,0,633,0,-12218.6,-985.548,33.7145,0.149292,300,5,0,1536,0,0,1), - (1355,772,0,614,0,-12426.8,-776.325,35.791,5.49222,300,10,0,1536,0,0,1), - (1356,772,0,614,0,-12348.9,-779.705,31.5376,1.13463,300,5,0,1536,0,0,1), - (1357,1114,0,845,0,-12365.5,-382.095,16.5363,3.26926,300,5,0,1804,0,0,1), - (1358,1108,0,843,0,-11924.1,-154.623,12.7714,3.93954,300,10,0,1427,0,0,1), - (1359,1152,0,833,0,-11994.4,-356.408,10.6096,3.46469,300,5,0,1403,0,0,1), - (1360,669,0,4628,0,-12990.2,-659.665,51.6074,3.43563,300,5,0,1902,0,0,1), - (1361,756,0,633,0,-12991.3,-662.176,51.9769,3.73674,300,5,0,1829,0,0,1), - (1362,670,0,4627,0,-12988.6,-689.096,54.1074,3.78934,300,5,0,1522,1332,0,1), - (1363,782,0,4625,0,-12998.7,-701.508,54.7469,1.99743,300,5,0,1902,0,0,1), - (1364,782,0,4625,0,-12982.5,-715.423,54.2248,1.81514,300,2,0,1902,0,0,1), - (1365,672,0,4621,0,-13076.9,-607.448,54.232,5.55015,300,0,0,1711,1483,0,0), - (1366,1059,0,4634,0,-13083.2,-606.34,54.6776,5.61996,300,0,0,2218,0,0,0), - (1367,783,0,4623,0,-13076.4,-602.553,54.8787,5.34071,300,0,0,2059,0,0,0), - (1368,784,0,4624,0,-12908.7,-618.149,53.4428,5.38548,300,0,0,1902,0,0,0), - (1369,756,0,633,0,-12911.3,-617.061,53.4428,1.20284,300,3,0,1829,0,0,1), - (1370,1108,0,843,0,-11917.2,-206.455,14.8643,1.38797,300,5,0,1427,0,0,1), - (1371,782,0,4625,0,-12937.8,-649.335,53.4318,6.2664,300,3,0,1902,0,0,1), - (1372,670,0,4627,0,-12942.7,-606.091,53.4235,1.95563,300,0,0,1522,1332,0,0), - (1373,669,0,4628,0,-12943.5,-645.847,53.0568,4.75773,300,0,0,1902,0,0,0), - (1374,756,0,633,0,-12943.4,-646.879,53.0568,4.72543,300,2,0,1829,0,0,1), - (1375,782,0,4625,0,-12953.5,-616.617,52.4991,5.96903,300,0,0,1902,0,0,0), - (1376,784,0,4624,0,-12938.8,-622.213,52.6735,5.20876,300,0,0,1902,0,0,0), - (1377,756,0,633,0,-12936.3,-619.852,52.9235,1.32575,300,2,0,1829,0,0,1), - (1378,782,0,4625,0,-12953.8,-628.37,53.5485,5.27218,300,0,0,1902,0,0,0), - (1379,772,0,614,0,-12832.3,-111.459,4.89921,0.403745,300,5,0,1536,0,0,1), - (1380,669,0,4628,0,-12993.9,-673.287,53.1074,1.33225,300,5,0,1902,0,0,1), - (1381,784,0,4624,0,-12945.3,-651.858,52.7068,1.25593,300,0,0,1902,0,0,0), - (1382,756,0,633,0,-12946.2,-654.713,52.469,1.08532,300,0,0,1829,0,0,0), - (1383,756,0,633,0,-12998.2,-689.481,54.1074,1.43485,300,5,0,1829,0,0,1), - (1384,670,0,4627,0,-12964.6,-607.433,53.6735,2.8483,300,0,0,1522,1332,0,0), - (1385,595,0,4574,0,-11637.6,756.784,42.3613,5.75959,300,5,0,1279,0,0,1), - (1386,670,0,4627,0,-12946.4,-702.076,54.1669,5.73791,300,0,0,1522,1332,0,0), - (1387,1152,0,833,0,-11848.1,-321.607,11.7539,4.04638,300,5,0,1403,0,0,1), - (1388,670,0,4627,0,-12964.7,-686.102,53.4537,2.38736,300,2,0,1522,1332,0,1), - (1389,670,0,4627,0,-12948.6,-649.326,52.8068,3.35635,300,3,0,1522,1332,0,1), - (1390,597,0,4579,0,-11647.4,747.407,40.2323,2.06217,300,0,0,1469,0,0,0), - (1391,669,0,4628,0,-13021.1,-700.964,55.3896,4.64595,300,5,0,1902,0,0,1), - (1392,756,0,633,0,-13021.3,-698.251,55.4959,4.5933,300,5,0,1829,0,0,1), - (1393,1422,0,4395,0,-11313,-182.601,75.3137,4.4855,300,0,0,1863,0,0,0), - (1394,669,0,4628,0,-12972.7,-710.152,53.8719,1.79807,300,0,0,1902,0,0,0), - (1395,756,0,633,0,-12969.8,-707.291,53.4969,0.019072,300,2,0,1829,0,0,1), - (1396,754,0,4660,0,-11324,-213.784,76.4801,2.25148,300,0,0,1312,0,0,0), - (1397,739,0,4392,0,-11320.2,-193.337,76.2277,4.99164,300,0,0,1747,0,0,0), - (1398,733,0,4393,0,-11310.4,-205.115,75.3625,2.80998,300,0,0,2471,0,0,0), - (1399,770,0,4396,0,-11309.1,-187.431,75.6492,3.78736,300,0,0,2471,0,0,0), - (1400,1096,0,7197,0,-11975.4,-824.298,32.2502,4.69118,300,5,0,1160,1067,0,1), - (1401,1114,0,845,0,-12388.1,-620.891,15.4352,2.73388,300,5,0,1804,0,0,1), - (1402,682,0,320,0,-11913.6,-752.737,21.1681,3.09731,300,5,0,1163,0,0,1), - (1403,682,0,320,0,-11954.3,-788.995,22.7222,3.77182,300,5,0,1163,0,0,1), - (1404,597,0,4579,0,-11568.2,643.287,59.7685,5.53545,300,3,0,1469,0,0,1), - (1405,696,0,4622,0,-12599.6,-652.209,39.9914,1.88496,300,5,0,1678,0,0,1), - (1406,667,0,4632,0,-12599,-660.75,40.0617,2.00713,300,5,0,1678,0,0,1), - (1407,780,0,4616,0,-12595.2,-658.957,40.4367,2.00728,300,5,0,1357,1236,0,1), - (1408,696,0,4622,0,-12801.6,-876.11,58.3438,2.23398,300,5,0,1678,0,0,1), - (1409,667,0,4632,0,-12800.1,-874.984,58.2584,2.57862,300,5,0,1678,0,0,1), - (1410,1096,0,7197,0,-11986.1,-762.374,15.4465,4.46173,300,5,0,1160,1067,0,1), - (1411,681,0,598,0,-11820.1,-83.5532,38.3083,5.17167,300,5,0,1050,0,0,1), - (1412,1114,0,845,0,-12382.4,-409.433,15.1534,1.28968,300,10,0,1804,0,0,1), - (1413,1096,0,7197,0,-12111.8,-629.764,15.6088,2.86653,300,5,0,1160,1067,0,1), - (1414,1096,0,7197,0,-11949.3,-502.706,17.0683,4.67608,300,0,0,1160,1067,0,0), - (1415,1096,0,7197,0,-12023.4,-601.337,14.5046,4.78467,300,5,0,1160,1067,0,1), - (1416,1152,0,833,0,-12556.7,-194.933,17.4094,4.73481,300,5,0,1403,0,0,1), - (1417,1096,0,7197,0,-11998.6,-528.026,12.0516,5.21853,300,0,0,1160,1067,0,0), - (1418,1097,0,7200,0,-11990.2,-525.941,12.0516,4.92183,300,0,0,1279,0,0,0), - (1419,1096,0,7197,0,-11990.6,-533.384,12.0516,1.3439,300,0,0,1160,1067,0,0), - (1420,1097,0,7200,0,-11986.7,-531.318,12.0516,1.53589,300,0,0,1279,0,0,0), - (1421,1096,0,7197,0,-11979.4,-525.557,12.0525,4.24115,300,0,0,1160,1067,0,0), - (1422,921,0,7198,0,-11980.9,-543.238,12.0755,4.10152,300,0,0,1279,0,0,0), - (1423,1097,0,7200,0,-11958.2,-500.145,17.0876,2.6466,300,0,0,1279,0,0,0), - (1424,684,0,633,0,-12051.4,-884.42,45.0339,3.49483,300,5,0,1536,0,0,1), - (1425,1096,0,7197,0,-11953,-713.015,18.0497,2.41986,300,5,0,1160,1067,0,1), - (1426,943,0,4438,0,-11570.3,-703.197,31.1548,2.54818,300,0,0,1064,1007,0,0), - (1427,943,0,4438,0,-11580.4,-702.735,31.1554,0.837758,300,0,0,1064,1007,0,0), - (1428,977,0,599,0,-11579.5,-698.422,31.1548,4.59022,300,0,0,1163,0,0,0), - (1429,977,0,599,0,-11570,-698.598,31.1548,4.66003,300,0,0,1163,0,0,0), - (1430,976,0,320,0,-11576.4,-705.742,31.1552,1.53589,300,0,0,1163,0,0,0), - (1431,674,0,7202,0,-12946.8,-466.292,55.7017,2.32129,300,0,0,1829,0,0,0), - (1432,674,0,7202,0,-12930.2,-483.789,45.6186,5.11381,300,0,0,1829,0,0,0), - (1433,1096,0,7197,0,-12064.4,-587.233,13.0391,2.48911,300,5,0,1160,1067,0,1), - (1434,2635,0,1038,0,-11986.6,603.381,1.37604,2.66363,1800,5,0,4185,0,0,1), - (1435,1096,0,7197,0,-12171.9,-644.668,16.6749,5.38824,300,5,0,1160,1067,0,1), - (1436,1096,0,7197,0,-12175.5,-658.973,14.4249,2.11675,300,5,0,1160,1067,0,1), - (1437,1096,0,7197,0,-12134.2,-638.5,13.5992,2.05891,300,5,0,1160,1067,0,1), - (1438,939,0,4446,0,-11446.3,-766.102,10.9047,0.784009,300,3,0,1469,0,0,1), - (1439,942,0,4450,0,-11427.8,-835.608,14.6894,0.175758,300,2,0,1208,1097,0,1), - (1440,1096,0,7197,0,-12139.2,-736.641,14.7784,1.6588,300,5,0,1160,1067,0,1), - (1441,939,0,4446,0,-11441.1,-834.396,15.0216,2.842,300,3,0,1469,0,0,1), - (1442,1096,0,7197,0,-12185,-745.703,15.376,3.33401,300,5,0,1160,1067,0,1), - (1443,942,0,4450,0,-11450.6,-819.21,15.8363,2.46435,300,3,0,1208,1097,0,1), - (1444,939,0,4446,0,-11448.5,-800.714,15.1804,1.27058,300,2,0,1469,0,0,1), - (1445,942,0,4450,0,-11422,-811.847,14.9644,4.86011,300,2,0,1208,1097,0,1), - (1446,942,0,4450,0,-11405,-812.786,14.9644,1.71287,300,0,0,1208,1097,0,0), - (1447,814,0,4455,0,-11409.7,-795.418,15.0478,6.03884,300,0,0,1302,1189,0,0), - (1450,939,0,4446,0,-11460.8,-822.056,15.5755,3.57982,300,3,0,1469,0,0,1), - (1451,939,0,4446,0,-11432.8,-758.538,12.9404,1.8071,300,3,0,1469,0,0,1), - (1452,942,0,4450,0,-11411.4,-803.704,14.9644,3.41382,300,0,0,1208,1097,0,0), - (1453,939,0,4446,0,-11460.7,-834.283,14.4347,2.59179,300,3,0,1469,0,0,1), - (1454,939,0,4446,0,-11448.1,-763.414,10.9909,0.799059,300,3,0,1469,0,0,1), - (1455,942,0,4450,0,-11420.7,-770.761,14.9644,4.92354,300,3,0,1208,1097,0,1), - (1456,1096,0,7197,0,-12153.6,-573.833,12.9658,1.94645,300,5,0,1160,1067,0,1), - (1457,942,0,4450,0,-11476.8,-836.862,13.8383,0.508015,300,2,0,1208,1097,0,1), - (1458,938,0,4439,0,-11472.2,-864.303,36.8603,0.802174,300,3,0,1279,0,0,1), - (1459,941,0,4444,0,-11475.5,-849.57,35.9715,5.92151,300,2,0,1064,1007,0,1), - (1460,941,0,4444,0,-11480.5,-868.516,37.2521,2.4262,300,2,0,1064,1007,0,1), - (1461,938,0,4439,0,-11508,-610.643,36.3094,6.00398,300,0,0,1279,0,0,0), - (1462,938,0,4439,0,-11509.6,-599.617,36.3104,0.621474,300,0,0,1279,0,0,0), - (1463,686,0,788,0,-12323.7,-73.1421,23.7492,5.55431,300,5,0,1403,0,0,1), - (1464,4461,0,5243,0,-12082.8,-108.51,40.2177,4.51613,300,5,0,1403,0,0,1), - (1465,938,0,4439,0,-11537.1,-712.119,36.4386,5.40278,300,5,0,1279,0,0,1), - (1466,905,0,705,0,-11603.7,-181.792,6.43916,4.55392,300,5,0,1107,0,0,1), - (1467,683,0,2437,0,-11811.8,-17.9249,42.0101,6.05641,300,5,0,1050,0,0,1), - (1468,978,0,4459,0,-11336.5,-924.059,30.7995,2.09439,300,2,0,1305,1189,0,1), - (1469,978,0,4459,0,-11343.3,-924.928,31.0902,1.37881,300,2,0,1305,1189,0,1), - (1470,978,0,4459,0,-11362.3,-893.441,21.2737,1.79495,300,2,0,1305,1189,0,1), - (1471,978,0,4459,0,-11331.9,-947.405,29.9811,1.42549,300,2,0,1305,1189,0,1), - (1472,978,0,4459,0,-11342.6,-941.6,32.3906,1.33862,300,3,0,1305,1189,0,1), - (1473,706,0,5606,0,-6601.72,389.411,389.015,2.46914,180,0,0,71,0,0,0), - (1474,946,0,5605,0,-6606.95,388.925,390.202,0.087266,180,0,0,69,79,0,0), - (1475,905,0,705,0,-12534.4,-167.586,7.78441,1.15858,300,5,0,1107,0,0,1), - (1476,978,0,4459,0,-11340.7,-964.285,30.5455,0.244346,300,0,0,1305,1189,0,0), - (1477,979,0,4454,0,-11325.4,-966.436,31.6059,5.47826,300,0,0,1604,0,0,0), - (1478,706,0,5606,0,-6568.07,365.826,391.152,2.51327,180,0,0,71,0,0,0), - (1479,946,0,5605,0,-6542.25,371.445,396.815,4.03171,180,0,0,69,79,0,0), - (1480,978,0,4459,0,-11418.5,-902.782,18.9059,4.87451,300,3,0,1305,1189,0,1), - (1481,813,0,637,0,-11336.9,-966.252,29.9908,1.71042,1800,0,0,4377,0,0,0), - (1482,979,0,4454,0,-11408.6,-904.71,18.2051,4.01224,300,3,0,1604,0,0,1), - (1483,706,0,5606,0,-6602.75,387.374,389.951,3.71317,180,0,0,71,0,0,0), - (1484,706,0,5606,0,-6537.85,389.46,381.749,5.70587,180,0,0,71,0,0,0), - (1485,706,0,5606,0,-6533.38,375.865,382.545,0.72174,180,0,0,71,0,0,0), - (1486,706,0,5606,0,-6522.79,383.491,383.047,6.02372,180,0,0,71,0,0,0), - (1487,706,0,5606,0,-6506.69,385.506,385.346,3.34341,180,5,0,71,0,0,1), - (1488,706,0,5606,0,-6574.32,409.03,387.516,0.005852,180,5,0,71,0,0,1), - (1489,946,0,5605,0,-6538.62,354.985,371.876,5.21853,180,0,0,69,79,0,0), - (1490,706,0,5606,0,-6515.74,345.666,371.934,5.08914,180,5,0,71,0,0,1), - (1491,706,0,5606,0,-6503.41,349.755,373.741,4.05633,180,5,0,71,0,0,1), - (1492,706,0,5606,0,-6472.68,358.09,377.506,3.4828,180,5,0,71,0,0,1), - (1493,706,0,5606,0,-6474.77,345.838,377.469,4.53927,180,5,0,71,0,0,1), - (1494,706,0,5606,0,-6499.05,335.043,368.068,4.63547,180,5,0,71,0,0,1), - (1495,706,0,5606,0,-6518.02,332.052,373.123,4.0484,180,5,0,71,0,0,1), - (1496,706,0,5606,0,-6526.96,361.09,388.072,4.13482,180,0,0,71,0,0,0), - (1497,946,0,5605,0,-6581.86,319.805,386.769,5.19229,180,0,0,69,79,0,0), - (1498,706,0,5606,0,-6566.28,295.361,387.955,1.55334,180,0,0,71,0,0,0), - (1499,706,0,5606,0,-6546.19,298.689,383.98,5.78063,180,0,0,71,0,0,0), - (1500,946,0,5605,0,-6532.19,304.589,382.438,3.77789,180,0,0,69,79,0,0), - (1501,706,0,5606,0,-6481.45,319.665,374.849,5.14384,180,5,0,71,0,0,1), - (1502,808,0,5609,0,-6508.82,300.758,370.346,0,180,0,0,98,115,0,0), - (1503,706,0,5606,0,-6504.5,295.569,370.05,0.855211,180,0,0,71,0,0,0), - (1504,946,0,5605,0,-6512.54,313.134,372.942,5.95282,180,5,0,69,79,0,1), - (1505,706,0,5606,0,-6497.89,320.4,368.648,1.57414,180,5,0,71,0,0,1), - (1506,706,0,5606,0,-6527.04,302.087,382.4,0.146395,180,5,0,71,0,0,1), - (1507,946,0,5605,0,-6488.63,301.039,371.558,0.880262,180,5,0,69,79,0,1), - (1508,707,0,606,0,-6436.73,329.411,399.458,5.16277,370,5,0,42,0,0,1), - (1509,707,0,606,0,-6423.97,307.389,402.87,3.96115,370,5,0,42,0,0,1), - (1510,707,0,606,0,-6427.08,335.416,393.846,3.67343,370,5,0,42,0,0,1), - (1511,707,0,606,0,-6405.95,289.275,397.2,3.63143,370,5,0,42,0,0,1), - (1512,724,0,611,0,-6419.02,326.417,393.29,2.16114,370,5,0,55,0,0,1), - (1513,707,0,606,0,-6393.23,322.423,387.027,5.86185,370,5,0,42,0,0,1), - (1514,724,0,611,0,-6381.34,310.343,385.717,1.35817,370,5,0,55,0,0,1), - (1515,705,0,855,0,-6287.51,361.461,379.378,0.21655,370,5,0,42,0,0,1), - (1516,705,0,855,0,-6294.7,382.96,381.026,2.08345,370,5,0,42,0,0,1), - (1517,705,0,855,0,-6328.12,372.374,377.872,4.7217,370,5,0,42,0,0,1), - (1518,705,0,855,0,-6304.24,361.936,378.313,0.176128,370,5,0,42,0,0,1), - (1519,705,0,855,0,-6322.98,330.81,377.445,4.60055,370,5,0,42,0,0,1), - (1520,721,0,328,0,-6355.8,308.005,380.642,1.09154,180,10,0,1,0,0,1), - (1521,707,0,606,0,-6336.78,301.407,380.04,4.92484,370,5,0,42,0,0,1), - (1522,707,0,606,0,-6321.7,287.677,379.97,2.02341,370,5,0,42,0,0,1), - (1523,724,0,611,0,-6343.94,290.787,380.511,0.743894,370,5,0,55,0,0,1), - (1524,707,0,606,0,-6362.91,290.958,382.193,5.48813,370,5,0,42,0,0,1), - (1525,705,0,855,0,-6298.13,301.962,376.715,4.04741,370,5,0,42,0,0,1), - (1526,705,0,855,0,-6297.01,323.488,376.854,5.8016,370,5,0,42,0,0,1), - (1527,705,0,855,0,-6272.15,285.559,382.647,0.870188,370,5,0,42,0,0,1), - (1529,704,0,11416,0,-6331.19,334.28,378.138,5.74213,180,5,0,55,0,0,1), - (1530,705,0,855,0,-6302.47,257.043,382.875,3.29647,370,5,0,42,0,0,1), - (1531,707,0,606,0,-6364.17,235.656,393.514,1.61813,370,5,0,42,0,0,1), - (1532,707,0,606,0,-6377.9,247.727,390.166,1.30215,370,5,0,42,0,0,1), - (1533,707,0,606,0,-6327.21,235.496,383.984,1.15393,370,5,0,42,0,0,1), - (1534,707,0,606,0,-6343.28,220.553,389.224,2.13411,370,5,0,42,0,0,1), - (1535,707,0,606,0,-6371.4,262.984,386.541,2.91333,370,0,0,42,0,0,0), - (1536,724,0,611,0,-6371.76,242.244,392.42,3.44314,370,5,0,55,0,0,1), - (1537,724,0,611,0,-6351.15,262.955,384.014,6.21515,370,5,0,55,0,0,1), - (1538,724,0,611,0,-6379.88,280.975,388.764,5.00095,370,0,0,55,0,0,0), - (1539,705,0,855,0,-6366.61,280.354,384.017,2.96097,370,0,0,42,0,0,0), - (1540,707,0,606,0,-6332.22,269.696,380.627,3.98341,370,5,0,42,0,0,1), - (1541,705,0,855,0,-6312.16,384.127,380.073,0.160909,370,0,0,42,0,0,0), - (1542,707,0,606,0,-6392.55,258.839,391.166,3.64464,370,0,0,42,0,0,0), - (1543,707,0,606,0,-6384.78,227.313,405.294,2.38851,370,0,0,42,0,0,0), - (1544,724,0,611,0,-6397.44,240.061,399.291,0.186212,370,0,0,55,0,0,0), - (1545,707,0,606,0,-6424.57,242.535,410.675,3.77455,370,0,0,42,0,0,0), - (1546,707,0,606,0,-6346.38,184.912,395.67,5.48559,370,5,0,42,0,0,1), - (1547,724,0,611,0,-6367.66,207.263,403.366,2.74741,370,0,0,55,0,0,0), - (1548,707,0,606,0,-6367.79,213.707,399.919,3.79743,370,0,0,42,0,0,0), - (1549,707,0,606,0,-6353.7,159.999,399.31,5.79323,370,5,0,42,0,0,1), - (1553,1718,0,730,0,-6152.7,48.1789,416.72,0.306881,180,0,0,71,0,0,0), - (1556,1718,0,730,0,-6111.35,47.9522,412.837,2.55295,180,0,0,71,0,0,0), - (1558,1718,0,730,0,-6040.92,44.5182,407.748,3.17296,180,0,0,71,0,0,0), - (1562,1718,0,730,0,-6073.79,40.1757,409.231,3.7633,180,0,0,71,0,0,0), - (1563,1125,0,607,0,-5943.85,5.26828,369.662,5.01434,180,10,0,102,0,0,1), - (1564,1125,0,607,0,-5839.07,-61.8035,361.821,2.71723,180,10,0,102,0,0,1), - (1565,979,0,4454,0,-11404.7,-879.341,18.2837,0.091073,300,3,0,1604,0,0,1), - (1566,978,0,4459,0,-11397,-887.659,18.0874,6.21477,300,5,0,1305,1189,0,1), - (1567,978,0,4459,0,-11412.4,-914.305,18.0441,2.55929,300,3,0,1305,1189,0,1), - (1568,978,0,4459,0,-11416.1,-888.426,18.3662,4.66093,300,3,0,1305,1189,0,1), - (1569,978,0,4459,0,-11438.6,-916.843,18.4055,0.163099,300,2,0,1305,1189,0,1), - (1570,979,0,4454,0,-11379.2,-889.188,18.0362,5.76593,300,3,0,1604,0,0,1), - (1571,939,0,4446,0,-11488.3,-923.414,23.8311,3.50762,300,3,0,1469,0,0,1), - (1572,978,0,4459,0,-11430.9,-933.551,19.5131,2.94069,300,2,0,1305,1189,0,1), - (1573,978,0,4459,0,-11456.9,-928.107,19.7195,4.19838,300,3,0,1305,1189,0,1), - (1574,942,0,4450,0,-11472.9,-928.352,21.5836,0.373132,300,3,0,1208,1097,0,1), - (1575,1125,0,607,0,-5958.1,-136.413,396.513,3.69274,180,10,0,102,0,0,1), - (1576,721,0,328,0,-5911.57,-108.807,373.176,0.392838,180,10,0,1,0,0,1), - (1577,1552,0,12342,0,-13113.2,-551.108,10.4963,5.2709,10800,0,0,2218,0,0,0), - (1578,683,0,2437,0,-11512.3,-412.56,38.1506,6.24747,300,10,0,1050,0,0,1), - (1579,691,0,5561,0,-12086.5,925.098,4.77497,2.18867,300,5,0,1469,0,0,1), - (1580,691,0,5561,0,-12087.9,948.292,5.60265,0.155994,300,5,0,1469,0,0,1), - (1581,691,0,5561,0,-12117.8,981.056,6.56785,3.94712,300,5,0,1469,0,0,1), - (1582,940,0,4436,0,-11654.8,-632.592,30.0412,6.2455,300,0,0,977,935,0,0), - (1583,691,0,5561,0,-12138.8,944.342,3.32536,0.497094,300,5,0,1469,0,0,1), - (1584,937,0,4443,0,-11594.1,-619.222,28.4113,0.178589,300,0,0,1163,0,0,0), - (1585,940,0,4436,0,-11569,-584.142,28.9177,5.56764,300,0,0,977,935,0,0), - (1586,940,0,4436,0,-11590.8,-619.667,28.4113,3.47321,300,0,0,977,935,0,0), - (1587,937,0,4443,0,-11581.9,-581.516,28.9177,0.666713,300,0,0,1163,0,0,0), - (1588,940,0,4436,0,-11585.3,-579.661,29.101,5.5676,300,0,0,977,935,0,0), - (1589,940,0,4436,0,-11574.3,-568.077,33.8674,5.55015,300,0,0,977,935,0,0), - (1590,937,0,4443,0,-11575.1,-567.464,29.5826,5.68977,300,0,0,1163,0,0,0), - (1591,940,0,4436,0,-11574.3,-579.587,33.8695,5.67232,300,0,0,977,935,0,0), - (1592,940,0,4436,0,-11585.4,-615.933,28.4113,2.77985,300,0,0,977,935,0,0), - (1593,940,0,4436,0,-11569.3,-579.572,29.101,4.01426,300,0,0,977,935,0,0), - (1594,937,0,4443,0,-11521.3,-647.336,31.0506,0.907988,300,0,0,1163,0,0,0), - (1595,937,0,4443,0,-11524.2,-652.685,31.0645,5.49602,300,0,0,1163,0,0,0), - (1596,938,0,4439,0,-11527.1,-679.908,33.8417,0.780186,300,5,0,1279,0,0,1), - (1597,4461,0,5243,0,-12161.5,-33.0531,-10.7503,4.25463,300,5,0,1403,0,0,1), - (1598,4461,0,5243,0,-12181.3,-37.2471,-10.758,2.67297,300,5,0,1403,0,0,1), - (1599,940,0,4436,0,-11653.4,-641.946,30.0412,1.40699,300,0,0,977,935,0,0), - (1600,939,0,4446,0,-11524.8,-928.102,29.3383,5.31694,300,0,0,1469,0,0,0), - (1601,939,0,4446,0,-11503.3,-926.803,25.3398,4.2615,300,5,0,1469,0,0,1), - (1602,938,0,4439,0,-11530.5,-622.376,34.1033,3.50811,300,0,0,1279,0,0,0), - (1603,942,0,4450,0,-11540.1,-885.614,24.145,0.468097,300,3,0,1208,1097,0,1), - (1604,939,0,4446,0,-11532.7,-897.53,24.477,1.24056,300,3,0,1469,0,0,1), - (1605,942,0,4450,0,-11522.6,-939.925,29.4426,2.14489,300,0,0,1208,1097,0,0), - (1606,943,0,4438,0,-11591.4,-704.627,31.0965,2.35619,300,0,0,1064,1007,0,0), - (1607,976,0,320,0,-11592.9,-707.045,31.0965,1.8675,300,0,0,1163,0,0,0), - (1608,939,0,4446,0,-11497.4,-942.555,29.3472,1.98608,300,0,0,1469,0,0,0), - (1609,937,0,4443,0,-11593.2,-627.449,28.4113,2.63153,300,0,0,1163,0,0,0), - (1610,686,0,788,0,-11984,-221.949,19.3987,3.35141,300,10,0,1403,0,0,1), - (1611,939,0,4446,0,-11510.4,-914.73,26.816,0.490341,300,5,0,1469,0,0,1), - (1612,937,0,4443,0,-11535.1,-640.864,31.2603,6.09972,300,3,0,1163,0,0,1), - (1613,942,0,4450,0,-11486.4,-952.777,30.8131,4.81711,300,0,0,1208,1097,0,0), - (1614,939,0,4446,0,-11536.8,-867.654,25.4519,2.78704,300,2,0,1469,0,0,1), - (1615,942,0,4450,0,-11467.4,-832.404,14.47,0.541604,300,2,0,1208,1097,0,1), - (1616,940,0,4436,0,-11571.3,-644.053,31.2554,5.01562,300,5,0,977,935,0,1), - (1617,938,0,4439,0,-11492.6,-796.314,32.1351,4.97668,300,2,0,1279,0,0,1), - (1618,942,0,4450,0,-11473.2,-930.012,21.782,0.219571,300,3,0,1208,1097,0,1), - (1619,938,0,4439,0,-11469.3,-759.268,30.8946,2.56099,300,3,0,1279,0,0,1), - (1620,941,0,4444,0,-11499.9,-825.312,34.342,4.58495,300,2,0,1064,1007,0,1), - (1621,941,0,4444,0,-11525.8,-849.023,28.8221,4.70162,300,0,0,1064,1007,0,0), - (1622,941,0,4444,0,-11478.9,-774.739,31.7754,0.334144,300,3,0,1064,1007,0,1), - (1623,941,0,4444,0,-11464.7,-735.87,31.3389,2.4488,300,3,0,1064,1007,0,1), - (1624,941,0,4444,0,-11453.4,-739.274,29.0699,3.81724,300,3,0,1064,1007,0,1), - (1625,938,0,4439,0,-11463.5,-743.53,29.8838,0.504408,300,3,0,1279,0,0,1), - (1627,938,0,4439,0,-11505,-710.347,34.2602,4.46915,300,0,0,1279,0,0,0), - (1628,940,0,4436,0,-11573.8,-751.51,34.8154,5.82566,300,3,0,977,935,0,1), - (1629,941,0,4444,0,-11503.4,-741.701,29.8792,1.83098,300,0,0,1064,1007,0,0), - (1630,1152,0,833,0,-12382.7,-255.873,15.8195,3.61397,300,10,0,1403,0,0,1), - (1631,938,0,4439,0,-11499.8,-731.151,31.8437,3.24303,300,0,0,1279,0,0,0), - (1632,938,0,4439,0,-11484.9,-736.486,34.3351,4.92012,300,2,0,1279,0,0,1), - (1633,938,0,4439,0,-11513.1,-714.074,33.7644,0.90061,300,0,0,1279,0,0,0), - (1634,938,0,4439,0,-11513.5,-697.291,35.4867,1.07153,300,0,0,1279,0,0,0), - (1635,1564,0,4462,0,-14682.5,507.838,1.30348,0.624368,300,0,0,1292,3191,0,0), - (1637,699,0,4576,0,-11524.9,781.633,41.7749,2.61799,300,0,0,1279,0,0,0), - (1638,782,0,4625,0,-12949.1,-770.9,56.3027,3.46674,300,5,0,1902,0,0,1), - (1639,681,0,598,0,-11660.6,-158.973,17.0843,0.630231,300,5,0,1050,0,0,1), - (1640,683,0,2437,0,-11754.2,-116.24,13.5445,5.07367,300,5,0,1050,0,0,1), - (1641,783,0,4623,0,-13041.7,-792.05,72.1446,2.52068,300,3,0,2059,0,0,1), - (1642,672,0,4621,0,-13027.4,-811.344,71.1512,0.737714,300,3,0,1711,1483,0,1), - (1643,783,0,4623,0,-13054.2,-809.188,71.4015,4.83058,300,0,0,2059,0,0,0), - (1644,683,0,2437,0,-11449,-276.263,45.397,5.4895,300,5,0,1050,0,0,1), - (1645,783,0,4623,0,-13027.4,-827.92,70.783,2.85613,300,3,0,2059,0,0,1), - (1646,1114,0,845,0,-12616.1,-848.861,53.3241,0.681561,300,5,0,1804,0,0,1), - (1647,660,0,4581,0,-11823.1,888.945,4.19054,1.82146,300,5,0,1257,1142,0,1), - (1648,772,0,614,0,-12709.7,-52.2938,5.97928,3.07905,300,5,0,1536,0,0,1), - (1649,736,0,599,0,-11846.8,377.952,41.3286,3.18049,300,5,0,1163,0,0,1), - (1650,940,0,4436,0,-11566.5,-593.847,28.3394,3.48839,300,0,0,977,935,0,0), - (1651,940,0,4436,0,-11540.7,-591.513,29.5894,5.30507,300,5,0,977,935,0,1), - (1652,660,0,4581,0,-11720.1,889.058,3.89734,3.40062,300,5,0,1257,1142,0,1), - (1653,937,0,4443,0,-11579.5,-594.973,28.2079,3.61016,300,0,0,1163,0,0,0), - (1654,660,0,4581,0,-11744.8,880.253,2.77017,0.044257,300,2,0,1257,1142,0,1), - (1655,736,0,599,0,-11740.2,411.414,44.8147,6.16973,300,10,0,1163,0,0,1), - (1656,660,0,4581,0,-11684.5,887.908,4.66363,4.12036,300,5,0,1257,1142,0,1), - (1657,660,0,4581,0,-11776.9,912.484,4.34586,1.95732,300,5,0,1257,1142,0,1), - (1658,597,0,4579,0,-11643.2,900.123,3.0653,4.70465,300,5,0,1469,0,0,1), - (1659,772,0,614,0,-12087.6,-920.919,51.2018,3.92699,300,5,0,1536,0,0,1), - (1660,597,0,4579,0,-11714.9,984.982,3.22723,1.20529,300,5,0,1469,0,0,1), - (1661,671,0,4580,0,-11744.1,940.844,4.01088,1.16526,300,5,0,1469,0,0,1), - (1662,772,0,614,0,-12244.5,-680.986,14.1356,2.97223,300,5,0,1536,0,0,1), - (1663,736,0,599,0,-11853.9,321.187,22.4205,5.57244,300,5,0,1163,0,0,1), - (1664,772,0,614,0,-12714.6,-410.374,18.4577,6.2343,300,10,0,1536,0,0,1), - (1665,698,0,320,0,-11526.3,779.093,41.3157,2.61799,300,2,0,1279,0,0,1), - (1666,684,0,633,0,-12114,-886.153,47.5352,6.19765,300,5,0,1536,0,0,1), - (1667,597,0,4579,0,-11677.3,975.334,6.5606,5.33196,300,5,0,1469,0,0,1), - (1668,660,0,4581,0,-11653.2,984.264,4.75243,5.04607,300,5,0,1257,1142,0,1), - (1669,660,0,4581,0,-11719.4,917.759,4.27234,3.2805,300,5,0,1257,1142,0,1), - (1670,1491,0,4923,0,-13681.5,-345.259,1.61632,3.93665,300,5,0,2116,0,0,1), - (1671,682,0,320,0,-11746.3,295.284,18.3508,1.08095,300,10,0,1163,0,0,1), - (1672,1493,0,12812,0,-14236.2,737.019,2.43126,3.67262,7200,10,0,7676,0,0,1), - (1673,2534,0,314,0,-13660.5,-305.782,8.3589,2.40855,300,0,0,1919,1587,0,0), - (1674,1114,0,845,0,-12342.8,-450.847,15.9569,3.54958,300,10,0,1804,0,0,1), - (1675,667,0,4632,0,-12873.5,-592.193,60.7625,2.39555,300,2,0,1678,0,0,1), - (1676,1096,0,7197,0,-12044.9,-618.187,13.7964,6.17814,300,5,0,1160,1067,0,1), - (1677,1150,0,1039,0,-11769.8,-407.071,17.1193,6.01588,300,5,0,1050,0,0,1), - (1678,1096,0,7197,0,-12034.9,-661.364,14.6015,0.585295,300,5,0,1160,1067,0,1), - (1679,681,0,598,0,-11591,-343.829,33.1044,2.92941,300,10,0,1050,0,0,1), - (1680,772,0,614,0,-12785.9,-43.8879,6.26619,1.48084,300,10,0,1536,0,0,1), - (1681,780,0,4616,0,-12857,-605.656,56.872,0.994838,300,2,0,1357,1236,0,1), - (1682,1150,0,1039,0,-11615.9,-130.834,16.15,2.85788,300,5,0,1050,0,0,1), - (1683,667,0,4632,0,-12847.2,-597.482,56.195,0.138159,300,0,0,1678,0,0,0), - (1684,772,0,614,0,-12811.4,-246.76,18.1375,5.40466,300,5,0,1536,0,0,1), - (1685,772,0,614,0,-12768.4,-322.875,12.058,3.06739,300,5,0,1536,0,0,1), - (1686,674,0,7202,0,-12930.5,-432.272,31.9485,0.244346,300,0,0,1829,0,0,0), - (1687,674,0,7202,0,-13033.4,-422.727,54.2959,0.942478,300,0,0,1829,0,0,0), - (1688,772,0,614,0,-12854.2,-349.937,15.2196,3.87586,300,5,0,1536,0,0,1), - (1689,1152,0,833,0,-12473.2,-327.519,13.3538,5.57542,300,5,0,1403,0,0,1), - (1690,1114,0,845,0,-12555,-453.012,27.6376,4.9808,300,5,0,1804,0,0,1), - (1691,683,0,2437,0,-11511.7,-282.032,38.22,4.36162,300,5,0,1050,0,0,1), - (1692,681,0,598,0,-11721.1,56.7261,16.1835,5.18542,300,5,0,1050,0,0,1), - (1693,1199,0,748,0,-5875.68,-84.7733,366.592,2.04335,180,0,0,102,0,0,0), - (1694,736,0,599,0,-11873,423.167,43.2502,2.83458,300,10,0,1163,0,0,1), - (1695,681,0,598,0,-11684,-17.0546,15.9423,0.234861,300,10,0,1050,0,0,1), - (1696,1096,0,7197,0,-12013.3,-773.323,15.205,5.51075,300,5,0,1160,1067,0,1), - (1697,736,0,599,0,-11789.3,244.272,15.913,2.14896,300,10,0,1163,0,0,1), - (1698,772,0,614,0,-12879.3,-378.25,9.30467,3.42171,300,5,0,1536,0,0,1), - (1699,674,0,7202,0,-12952.3,-406.844,24.8913,0.925025,300,0,0,1829,0,0,0), - (1700,1152,0,833,0,-12376.3,-340.79,18.8187,1.22503,300,5,0,1403,0,0,1), - (1701,772,0,614,0,-12823,-456.419,14.9604,0.720483,300,10,0,1536,0,0,1), - (1702,772,0,614,0,-12791.7,-475,21.2411,2.54872,300,10,0,1536,0,0,1), - (1703,1114,0,845,0,-12485,-452.049,15.7423,2.27673,300,5,0,1804,0,0,1), - (1704,772,0,614,0,-12794.7,-419.504,15.2032,2.79503,300,10,0,1536,0,0,1), - (1705,1152,0,833,0,-12326.9,-344.25,16.3755,0.350715,300,5,0,1403,0,0,1), - (1706,681,0,598,0,-11913.7,4.93999,30.5784,4.86919,300,5,0,1050,0,0,1), - (1707,772,0,614,0,-12822.1,-150.036,10.3581,1.95566,300,5,0,1536,0,0,1), - (1708,736,0,599,0,-11585,306.95,42.7036,5.76003,300,10,0,1163,0,0,1), - (1709,1152,0,833,0,-12424,-338.98,15.6376,5.52438,300,5,0,1403,0,0,1), - (1710,690,0,8797,0,-12885.7,-213.9,3.95515,2.11991,300,5,0,1678,0,0,1), - (1711,736,0,599,0,-11649.1,249.097,37.4208,0.560499,300,10,0,1163,0,0,1), - (1712,690,0,8797,0,-12879.3,-151.459,10.2591,2.5878,300,5,0,1678,0,0,1), - (1713,681,0,598,0,-11718.9,-74.9818,11.6402,5.95711,300,5,0,1050,0,0,1), - (1714,772,0,614,0,-12841.7,-208.334,10.465,0.4744,300,5,0,1536,0,0,1), - (1715,1128,0,8843,0,-5864.03,-120.886,359.971,2.94305,180,10,0,122,0,0,1), - (1716,1125,0,607,0,-6104.47,-163.987,433.257,1.83388,180,10,0,102,0,0,1), - (1717,721,0,328,0,-5771.76,-570.915,399.181,2.80934,180,10,0,1,0,0,1), - (1718,1128,0,8843,0,-5785.41,-427.887,366.031,4.43619,180,10,0,122,0,0,1), - (1719,1125,0,607,0,-5674.73,-613.753,402.727,2.68781,180,10,0,102,0,0,1), - (1720,1125,0,607,0,-5537.99,-437.938,404.183,1.91448,180,10,0,102,0,0,1), - (1721,1128,0,8843,0,-5516.15,-566.643,402.559,4.46804,180,10,0,122,0,0,1), - (1722,5640,1,3759,0,1781.55,-3997.07,53.1638,2.3911,300,0,0,2284,0,0,0), - (1724,7954,0,7038,0,-5457.24,-618.481,394.177,4.97419,430,0,0,3517,0,0,0), - (1725,12365,0,9473,0,-5461.16,-619.598,393.596,0.20944,180,0,0,42,0,0,0), - (1726,1126,0,381,0,-5420.51,-566.01,396.607,0.5564,180,10,0,120,0,0,1), - (1727,1131,0,785,0,-5423.3,-458.534,396.992,3.41024,180,10,0,137,0,0,1), - (1728,721,0,328,0,-5377.46,-607.377,392.053,3.25893,180,10,0,1,0,0,1), - (1729,1131,0,785,0,-5341.75,-607.219,391.056,1.26963,180,10,0,137,0,0,1), - (1730,1138,0,604,0,-5393.14,-447.577,396.001,5.21021,180,10,0,120,0,0,1), - (1731,1138,0,604,0,-5387.26,-450.499,396.528,3.00633,180,10,0,120,0,0,1), - (1732,721,0,328,0,-5331.87,-525.9,392.209,2.83405,180,10,0,1,0,0,1), - (1733,736,0,599,0,-11617.6,410.496,46.7766,4.12552,300,5,0,1163,0,0,1), - (1734,4343,1,814,0,-3618.52,-3176.49,29.1474,0.582522,360,10,0,1536,0,0,1), - (1735,721,0,328,0,-5170.98,-541.089,398.372,0.019529,180,10,0,1,0,0,1), - (1736,1131,0,785,0,-5260.86,-442.674,388.337,0.566879,180,10,0,137,0,0,1), - (1737,1127,0,744,0,-5261.36,-424.144,390.217,3.28122,180,0,0,137,0,0,0), - (1738,1126,0,381,0,-5296.75,-678.968,388.355,5.41275,180,10,0,120,0,0,1), - (1739,721,0,328,0,-5160.49,-667.872,407.608,2.75927,180,10,0,1,0,0,1), - (1740,721,0,328,0,-5256.49,-761.613,392.037,2.88904,180,10,0,1,0,0,1), - (1743,5595,0,3524,0,-4893.07,-884.876,501.659,5.09636,300,0,0,5194,0,0,0), - (1744,14183,0,14235,0,-4842.4,-868.648,501.997,2.82743,490,0,0,3857,2434,0,0), - (1745,5111,0,3047,0,-4840.67,-857.094,501.997,4.86947,310,0,0,1605,0,0,0), - (1746,5110,0,3046,0,-4865.23,-865.331,502.275,5.0091,310,0,0,1605,0,0,0), - (1747,5112,0,3051,0,-4842.34,-860.934,501.997,4.57276,310,0,0,1605,0,0,0), - (1748,5595,0,3524,0,-4958.85,-997.529,501.572,0.977868,300,0,0,5194,0,0,2), - (1749,7292,0,6588,0,-4886.97,-978.31,504.024,5.39307,540,0,0,2471,0,0,0), - (1750,5595,0,3524,0,-4859.47,-941.691,501.524,3.38594,300,0,0,5194,0,0,0), - (1751,5107,0,3045,0,-4874.87,-966.2,505.157,3.7001,310,0,0,1605,0,0,0), - (1752,5106,0,3044,0,-4876.68,-964.371,511.824,5.20108,310,0,0,1605,0,0,0), - (1753,8879,0,8171,0,-4861.04,-1016.93,505.798,5.2709,430,0,0,3517,1807,0,0), - (1754,2461,0,3038,0,-4886.55,-997.594,504.024,2.23402,540,0,0,2972,0,0,0), - (1755,5108,0,3049,0,-4872.03,-971.529,505.157,3.63029,310,0,0,1605,0,0,0), - (1756,2460,0,3037,0,-4877.43,-990.034,504.024,2.30383,540,0,0,2972,0,0,0), - (1757,5595,0,3524,0,-4854.64,-1010.24,502.273,4.81711,300,0,0,5194,0,0,0), - (1758,5151,0,3119,0,-4715.88,-961.253,505.371,2.35619,310,0,0,1605,0,0,0), - (1759,5595,0,3524,0,-4771.91,-1021.36,502.296,1.19378,300,0,0,5194,0,0,2), - (1760,5595,0,3524,0,-4635.69,-997.489,501.743,0.90164,300,0,0,5194,0,0,2), - (1761,5133,0,3082,0,-4653.32,-896.476,502.281,2.44346,310,0,0,1605,0,0,0), - (1762,5152,0,3110,0,-4653.22,-893.601,508.948,2.60054,310,0,0,1605,0,0,0), - (1763,1466,0,10620,0,-4742.71,-1020.45,504.51,2.26893,190,0,0,1172,0,0,0), - (1764,8507,0,7805,0,-4594.7,-958.391,508.962,5.84685,310,0,0,2016,2680,0,0), - (1765,5595,0,3524,0,-4631.28,-937.003,502.85,3.78736,300,0,0,5194,0,0,0), - (1766,5595,0,3524,0,-4631.2,-1022.72,501.724,1.8326,300,0,0,5194,0,0,0), - (1767,5595,0,3524,0,-4638.94,-1024.92,501.724,1.79769,300,0,0,5194,0,0,0), - (1768,7978,0,7119,0,-4715.61,-925.823,501.743,1.17942,310,0,0,1605,0,0,2), - (1769,5148,0,3088,0,-4592.85,-907.687,502.85,3.21141,430,0,0,3517,2103,0,0), - (1770,5142,0,3066,0,-4617.63,-906.666,501.156,4.45059,430,0,0,3517,2103,0,0), - (1771,2489,0,10548,0,-4606.54,-915.167,501.146,3.10669,540,0,0,2972,0,0,0), - (1772,5143,0,3085,0,-4625.99,-912.884,501.152,6.17846,540,0,0,2471,1620,0,0), - (1773,5144,0,3108,0,-4613.03,-929.032,501.152,1.3439,540,0,0,2471,1620,0,0), - (1774,7312,0,6072,0,-4614.48,-928.362,501.151,0.802851,540,0,0,2471,1620,0,0), - (1775,6179,0,4892,0,-4633.52,-932.023,524.778,0.698132,490,0,0,3857,2434,0,0), - (1776,6178,0,4891,0,-4613.03,-899.694,524.778,3.1765,180,0,0,413,191,0,0), - (1777,11406,0,11053,0,-4612.27,-909.098,501.146,4.32842,25000,0,0,3139,5751,0,2), - (1778,5147,0,3089,0,-4596.14,-901.007,524.778,0.698132,490,0,0,3139,2620,0,0), - (1779,5145,0,10214,0,-4604.94,-921.489,501.156,3.19395,430,0,0,3517,2103,0,0), - (1780,5141,0,3086,0,-4613.63,-903.98,524.778,2.21657,490,0,0,3139,2620,0,0), - (1781,5149,0,3087,0,-4601.65,-896.468,502.85,4.55531,430,0,0,3517,2103,0,0), - (1782,5146,0,3109,0,-4601.8,-918.586,524.778,5.28835,490,0,0,3139,2620,0,0), - (1783,5595,0,3524,0,-4637.93,-928.594,502.85,3.85718,300,0,0,5194,0,0,0), - (1784,5163,0,3112,0,-4711.06,-1080.45,502.851,3.33358,310,0,0,1605,0,0,0), - (1785,6120,0,4865,0,-4618.12,-1090.13,501.452,3.26377,310,0,0,1605,2175,0,0), - (1786,5170,0,3103,0,-4605.08,-1069.33,503.673,5.65487,310,0,0,1605,0,0,0), - (1787,5162,0,3121,0,-4603.59,-1094.51,505.063,1.43117,310,0,0,1605,0,0,0), - (1788,10456,0,9821,0,-4608.51,-1080.87,503.673,1.43117,540,0,0,2471,0,0,0), - (1789,16070,0,15986,0,-4641.59,-1106.97,501.389,1.11701,300,0,0,3000,0,0,0), - (1790,16069,0,15984,0,-4643.21,-1105.58,501.39,0.820305,300,0,0,1300,0,0,0), - (1791,2943,0,7916,0,-4636.22,-1110,501.411,0.628319,300,0,0,5400,0,0,0), - (1792,15186,0,15369,0,-4638.07,-1109.05,501.327,4.1315,300,0,0,42,0,0,0), - (1793,10455,0,9818,0,-4608.38,-1074.32,503.673,6.23082,540,0,0,2471,0,0,0), - (1794,5161,0,3096,0,-4605.72,-1093.62,511.731,0.05236,310,0,0,2016,0,0,0), - (1795,5153,0,3091,0,-4724.12,-1054.71,504.28,2.14675,310,0,0,2016,0,0,0), - (1796,1703,0,10629,0,-4716.21,-1060.04,504.28,5.53269,190,0,0,1172,0,0,0), - (1797,8681,0,7951,0,-4723.88,-1056.45,510.946,0.279253,310,0,0,2016,0,0,0), - (1798,5154,0,3069,0,-4718.58,-1053.08,504.28,5.32325,310,0,0,1605,0,0,0), - (1799,6826,0,5647,0,-4588.3,-1001.21,503.657,3.31613,430,0,0,3517,4393,0,0), - (1800,5155,0,3070,0,-4596.43,-1016.03,512.041,3.38594,310,0,0,1605,0,0,0), - (1801,5156,0,3071,0,-4600.87,-1019.38,505.372,0.541052,310,0,0,1605,0,0,0), - (1802,2786,0,3599,0,-4598.87,-1115.45,505.022,1.76278,310,0,0,1605,0,0,0), - (1803,5173,0,3122,0,-4608.55,-1109.55,511.691,1.69297,490,0,0,3139,2620,0,0), - (1804,5171,0,3115,0,-4604.14,-1117.51,505.022,4.53786,540,0,0,2471,1620,0,0), - (1805,2737,0,9817,0,-4648.22,-1118.83,508.633,3.1765,540,0,0,2471,0,0,0), - (1806,5166,0,3100,0,-4648.42,-1131.72,508.634,0,430,0,0,3517,0,0,0), - (1807,5172,0,3116,0,-4599.08,-1111.67,505.022,4.69494,430,0,0,3517,2103,0,0), - (1808,5169,0,3114,0,-4641.6,-1132.24,507.244,0.122173,310,0,0,1605,0,0,0), - (1809,5167,0,3113,0,-4650.12,-1120.8,508.634,1.5708,540,0,0,2471,0,0,0), - (1810,5165,0,3101,0,-4647.56,-1124.38,501.967,1.55334,490,0,0,3139,0,0,0), - (1811,4254,0,3092,0,-4707.96,-1108.91,504.529,5.32325,310,0,0,2016,0,0,0), - (1812,4256,0,3093,0,-4708.06,-1120.93,504.531,1.44862,310,0,0,1605,0,0,0), - (1813,6382,0,5085,0,-4601.3,-1130.24,501.966,4.08407,490,0,0,3857,5751,0,0), - (1814,14367,0,14405,0,-4824.52,-1168.42,502.284,0.0530229,300,0,0,3167,0,0,2), - (1816,9099,0,8353,0,-4756.99,-1154.73,502.296,3.70101,310,0,0,1605,0,0,2), - (1817,5595,0,3524,0,-4645.63,-1178.09,501.644,4.29351,300,0,0,5194,0,0,0), - (1818,5595,0,3524,0,-4638.39,-1181.83,501.641,4.17134,300,0,0,5194,0,0,0), - (1819,14723,0,14754,0,-4735.8,-1055.28,502.296,3.80482,310,0,0,2016,0,0,0), - (1821,5595,0,3524,0,-4738.61,-1159.53,502.194,3.76991,300,0,0,5194,0,0,0), - (1824,686,0,788,0,-12288.8,-52.2847,31.4475,4.24141,300,5,0,1403,0,0,1), - (1825,1152,0,833,0,-12218,-380.63,15.1063,2.96827,300,5,0,1403,0,0,1), - (1826,1152,0,833,0,-12112.3,-378.577,11.4291,6.18252,300,5,0,1403,0,0,1), - (1827,690,0,8797,0,-12980.4,-111.96,13.2596,0.908401,300,10,0,1678,0,0,1), - (1828,1096,0,7197,0,-12058.2,-534.057,11.6931,2.76362,300,5,0,1160,1067,0,1), - (1829,1152,0,833,0,-12084.4,-415.625,9,1.57919,300,5,0,1403,0,0,1), - (1830,685,0,788,0,-11877.1,479.703,43.3514,4.34451,300,10,0,1221,0,0,1), - (1831,690,0,8797,0,-13022.3,-88.1126,11.8619,4.00172,300,10,0,1678,0,0,1), - (1832,686,0,788,0,-12214.8,-260.129,18.6681,4.46969,300,5,0,1403,0,0,1), - (1833,1152,0,833,0,-12070.7,-470.321,9.01655,3.48042,300,5,0,1403,0,0,1), - (1834,690,0,8797,0,-12982,-54.6883,10.5361,4.87897,300,5,0,1678,0,0,1), - (1835,690,0,8797,0,-12845.9,-46.4707,7.87176,5.56693,300,10,0,1678,0,0,1), - (1836,690,0,8797,0,-12919.4,-105.87,6.13475,0.892037,300,10,0,1678,0,0,1), - (1837,686,0,788,0,-12355.8,-176.43,20.1582,1.2191,300,5,0,1403,0,0,1), - (1838,685,0,788,0,-11918.1,514.156,46.018,5.90702,300,5,0,1221,0,0,1), - (1839,1096,0,7197,0,-12121.8,-559.539,13.432,4.91622,300,5,0,1160,1067,0,1), - (1840,736,0,599,0,-11789.9,383.486,43.5087,1.37225,300,10,0,1163,0,0,1), - (1841,685,0,788,0,-11895.8,560.891,45.7183,3.95479,300,5,0,1221,0,0,1), - (1842,1114,0,845,0,-12778.6,-610.438,59.0586,2.81111,300,5,0,1804,0,0,1), - (1843,687,0,11317,0,-12751.6,142.875,13.301,1.36862,300,5,0,1829,0,0,1), - (1844,682,0,320,0,-11649.1,323.691,41.6854,1.63823,300,10,0,1163,0,0,1), - (1845,1085,0,698,0,-11995.4,53.3467,7.17649,2.84978,300,10,0,1279,0,0,1), - (1846,1096,0,7197,0,-11958.5,-484.88,17.0796,5.15875,300,0,0,1160,1067,0,0), - (1847,736,0,599,0,-11622.6,276.726,42.7238,3.75504,300,10,0,1163,0,0,1), - (1848,667,0,4632,0,-12879.6,-653.03,54.8808,5.68738,300,3,0,1678,0,0,1), - (1849,1085,0,698,0,-11971.2,-79.0433,3.71295,4.9764,300,3,0,1279,0,0,1), - (1850,1085,0,698,0,-11954.6,-45.8162,15.9723,2.11545,300,5,0,1279,0,0,1), - (1851,4458,0,478,0,-12050.1,-35.2786,16.0184,2.96595,300,5,0,1403,0,0,1), - (1852,1085,0,698,0,-11985.5,-13.926,15.8115,5.44659,300,5,0,1279,0,0,1), - (1853,1085,0,698,0,-12008.3,-41.6684,16.0434,0.491039,300,5,0,1279,0,0,1), - (1854,686,0,788,0,-12008.8,-192.47,16.2357,5.18892,300,5,0,1403,0,0,1), - (1855,1151,0,2548,0,-11978.5,553.826,1.43868,4.92187,300,5,0,1403,0,0,1), - (1856,682,0,320,0,-11552.6,280.785,39.0944,4.21993,300,10,0,1163,0,0,1), - (1857,686,0,788,0,-12082.5,-187.014,28.4353,4.6497,300,5,0,1403,0,0,1), - (1858,1150,0,1039,0,-11656.9,-325.357,15.3805,5.37029,300,5,0,1050,0,0,1), - (1859,1085,0,698,0,-11953.4,151.657,21.3806,6.13444,300,5,0,1279,0,0,1), - (1860,1085,0,698,0,-11943.6,223.182,15.7884,0.987879,300,5,0,1279,0,0,1), - (1861,780,0,4616,0,-12845.9,-570.685,61.32,1.98168,300,5,0,1357,1236,0,1), - (1862,1151,0,2548,0,-11919.8,773.787,3.75423,5.01962,300,5,0,1403,0,0,1), - (1863,1151,0,2548,0,-11988.2,786.306,10.8121,2.98179,300,3,0,1403,0,0,1), - (1864,684,0,633,0,-12045.4,-1011.66,49.4925,1.10721,300,2,0,1536,0,0,1), - (1865,684,0,633,0,-12052.5,-952.927,48.3519,4.24438,300,5,0,1536,0,0,1), - (1866,684,0,633,0,-12028.2,-847.941,41.6001,2.29809,300,5,0,1536,0,0,1), - (1867,687,0,11317,0,-12824.3,9.99175,9.00657,3.78296,300,10,0,1829,0,0,1), - (1868,682,0,320,0,-11817.7,-515.266,16.7378,2.38274,300,5,0,1163,0,0,1), - (1869,682,0,320,0,-11884,-786.599,31.3556,3.72959,300,10,0,1163,0,0,1), - (1870,772,0,614,0,-12704.8,-108.278,11.7571,0.601868,300,10,0,1536,0,0,1), - (1871,687,0,11317,0,-12876.7,11.2347,17.9617,1.67455,300,10,0,1829,0,0,1), - (1872,772,0,614,0,-12681,-153.979,20.5652,4.26287,300,5,0,1536,0,0,1), - (1873,772,0,614,0,-12613,-78.5322,18.2388,6.14421,300,5,0,1536,0,0,1), - (1874,685,0,788,0,-11841.5,579.888,42.3934,5.51937,300,10,0,1221,0,0,1), - (1875,682,0,320,0,-11574.6,372.755,44.6122,5.61867,300,10,0,1163,0,0,1), - (1876,937,0,4443,0,-11582.5,-559.468,28.9843,2.35343,300,5,0,1163,0,0,1), - (1877,736,0,599,0,-11554.5,344.974,44.5138,3.96104,300,5,0,1163,0,0,1), - (1878,595,0,4574,0,-11692.9,660.16,48.8266,5.14774,300,2,0,1279,0,0,1), - (1879,681,0,598,0,-11871.5,-20.6267,38.8987,2.37553,300,5,0,1050,0,0,1), - (1880,940,0,4436,0,-11680,-585.239,29.6644,0.986582,300,2,0,977,935,0,1), - (1883,7936,0,7003,0,-4588.63,-1225.2,503.465,3.40339,540,0,0,2471,0,0,0), - (1884,5387,0,3596,0,-4667.12,-1266.46,503.465,2.47837,490,0,0,3857,0,0,0), - (1886,17066,0,11686,0,-4703.13,-1236.91,508.243,3.61284,300,0,0,300,0,0,0), - (1887,8256,0,7769,0,-4652.28,-1278.88,503.465,0.781928,540,5,0,2972,0,0,2), - (1888,5637,0,3756,0,-4681.39,-1266.61,503.465,1.96398,540,0,0,2471,0,0,2), - (1889,5595,0,3524,0,-4721.12,-1265.6,501.743,0.756095,300,0,0,5194,0,0,2), - (1890,3842,0,1935,0,-4765.85,-1129.21,499.795,4.11898,540,0,0,2471,0,0,0), - (1891,5160,0,3095,0,-4766.43,-1187.03,502.812,3.57792,310,0,0,1605,0,0,0), - (1892,5159,0,3094,0,-4761.46,-1188.56,509.479,0.558505,310,0,0,2016,0,0,0), - (1893,5595,0,3524,0,-4753.13,-1171.57,502.19,0.680678,300,0,0,5194,0,0,0), - (1894,5595,0,3524,0,-4800.57,-1027.36,502.289,6.1208,300,0,0,5194,0,0,2), - (1895,5595,0,3524,0,-4874.09,-1090.3,502.297,4.76729,300,0,1,5194,0,0,2), - (1896,1356,0,3594,0,-4631.19,-1303.73,503.465,2.6529,310,0,0,1605,0,0,0), - (1897,6294,0,4988,0,-4618.8,-1300.12,503.465,0.488692,190,0,0,919,1202,0,0), - (1898,3979,0,2049,0,-4635.11,-1306.36,503.465,2.02458,310,0,0,1605,0,0,0), - (1899,684,0,633,0,-12585.8,-291.52,17.8689,3.99338,300,5,0,1536,0,0,1), - (1900,684,0,633,0,-12566.7,-248.508,17.356,0.316794,300,5,0,1536,0,0,1), - (1901,937,0,4443,0,-11657.7,-621.801,30.0425,1.80564,300,0,0,1163,0,0,0), - (1902,687,0,11317,0,-12943.6,150.676,23.1953,1.22803,300,5,0,1829,0,0,1), - (1903,5639,1,3758,0,1844.49,-4400.1,4.67796,3.51219,300,5,0,2016,0,0,2), - (1904,687,0,11317,0,-12971,178.845,19.3534,2.00713,300,0,0,1829,0,0,0), - (1905,854,0,615,0,-12976,179.724,18.9694,1.51844,300,0,0,1469,0,0,0), - (1906,597,0,4579,0,-11556.3,662.833,60.0542,2.53055,300,5,0,1469,0,0,1), - (1907,687,0,11317,0,-13067.9,229.13,23.0706,5.79449,300,5,0,1829,0,0,1), - (1908,854,0,615,0,-13068.4,223.053,23.3671,0.122173,300,5,0,1469,0,0,1), - (1909,687,0,11317,0,-13000.5,171.85,21.6897,1.71042,300,0,0,1829,0,0,0), - (1910,854,0,615,0,-13004,172.243,22.0472,1.41372,300,0,0,1469,0,0,0), - (1911,687,0,11317,0,-12953.8,220.107,17.5266,2.90861,300,5,0,1829,0,0,1), - (1912,772,0,614,0,-12681.1,-305.207,13.6782,4.60864,300,3,0,1536,0,0,1), - (1913,937,0,4443,0,-11704.6,-724.98,49.8275,5.25822,300,5,0,1163,0,0,1), - (1914,772,0,614,0,-12860.3,-416.644,13.7714,4.22427,300,10,0,1536,0,0,1), - (1915,1152,0,833,0,-12390.4,-296.731,7.50209,4.00227,300,5,0,1403,0,0,1), - (1916,772,0,614,0,-12907.7,-407.618,12.1279,0.521576,300,5,0,1536,0,0,1), - (1917,687,0,11317,0,-13045,265.655,22.3769,0.349066,300,5,0,1829,0,0,1), - (1918,854,0,615,0,-13039.4,260.691,21.2641,1.15192,300,5,0,1469,0,0,1), - (1919,597,0,4579,0,-11571.6,669.291,59.4476,3.3501,300,0,0,1469,0,0,0), - (1920,772,0,614,0,-12740.9,-22.3074,9.20442,2.0834,300,5,0,1536,0,0,1), - (1921,682,0,320,0,-11817.2,284.759,18.0271,5.41488,300,5,0,1163,0,0,1), - (1922,1558,0,844,0,-13719.3,-197.223,22.2587,1.30248,300,5,0,1981,0,0,1), - (1923,772,0,614,0,-12773.7,-364.65,10.2239,-0.027463,300,5,0,1536,0,0,1), - (1924,588,0,4575,0,-11619.1,587.024,49.0494,2.43197,300,5,0,1279,0,0,1), - (1925,701,0,4577,0,-11647.9,484.69,42.8809,4.45553,300,5,0,1064,1007,0,1), - (1926,701,0,4577,0,-11654.4,532.546,45.6481,4.61793,300,3,0,1064,1007,0,1), - (1927,595,0,4574,0,-11650.5,541.942,47.7986,4.5916,300,3,0,1279,0,0,1), - (1928,699,0,4576,0,-11650.2,463.512,43.0984,4.79965,300,0,0,1279,0,0,0), - (1929,671,0,4580,0,-11544.3,709.01,60.2896,0.04305,300,3,0,1469,0,0,1), - (1930,684,0,633,0,-12866.1,-276.616,5.04852,2.08677,300,10,0,1536,0,0,1), - (1931,588,0,4575,0,-11664.5,459.877,42.9383,5.16617,300,0,0,1279,0,0,0), - (1932,772,0,614,0,-12651.1,-282.201,19.6694,0.17036,300,5,0,1536,0,0,1), - (1933,1085,0,698,0,-11947.7,81.276,15.732,2.40181,300,5,0,1279,0,0,1), - (1934,597,0,4579,0,-11590.8,694.557,60.3226,1.47736,300,0,0,1469,0,0,0), - (1935,1152,0,833,0,-12436,-244.614,15.9766,0.85236,300,5,0,1403,0,0,1), - (1936,660,0,4581,0,-11585.1,679.562,59.6976,0.187086,300,0,0,1257,1142,0,0), - (1937,660,0,4581,0,-11593.4,687.518,60.1976,4.64807,300,0,0,1257,1142,0,0), - (1938,597,0,4579,0,-11568.5,704.001,59.5396,5.19147,300,0,0,1469,0,0,0), - (1939,1557,0,838,0,-13828.4,25.4213,29.0691,3.44483,300,0,0,1829,0,0,0), - (1940,660,0,4581,0,-11545.3,674.327,61.3042,1.58696,300,0,0,1257,1142,0,0), - (1941,660,0,4581,0,-11517,717.09,61.3042,2.32129,300,0,0,1257,1142,0,0), - (1942,1114,0,845,0,-12723.6,-684.266,58.8648,1.11588,300,5,0,1804,0,0,1), - (1943,1114,0,845,0,-12687.9,-855.007,56.6605,3.74529,300,10,0,1804,0,0,1), - (1944,687,0,11317,0,-12904.1,186.247,18.607,0.119507,300,5,0,1829,0,0,1), - (1945,696,0,4622,0,-12849,-549.239,50.1049,4.08108,300,3,0,1678,0,0,1), - (1946,667,0,4632,0,-12877.6,-573.535,51.1375,4.52403,300,3,0,1678,0,0,1), - (1947,698,0,320,0,-11647.2,463.771,43.0044,4.79965,300,0,0,1279,0,0,0), - (1948,1907,0,4923,0,-13915.7,440.323,100.569,2.4658,300,5,0,2077,0,0,1), - (1949,687,0,11317,0,-12751.7,87.2924,10.5272,6.14817,300,5,0,1829,0,0,1), - (1950,1114,0,845,0,-12787.2,-821.887,71.9082,1.52785,300,5,0,1804,0,0,1), - (1951,1907,0,4923,0,-13908.8,420.657,98.8704,4.56638,300,5,0,2077,0,0,1), - (1952,780,0,4616,0,-12820.6,-815.391,60.4378,2.0738,300,5,0,1357,1236,0,1), - (1953,1907,0,4923,0,-13865.7,431.82,92.3035,2.74821,300,3,0,2077,0,0,1), - (1954,1907,0,4923,0,-13853.7,434.658,91.2196,2.16421,300,5,0,2077,0,0,1), - (1955,687,0,11317,0,-12900.3,207.685,18.2302,3.67721,300,5,0,1829,0,0,1), - (1956,701,0,4577,0,-11636.5,460.606,43.0045,4.20624,300,0,0,1064,1007,0,0), - (1957,696,0,4622,0,-12874.6,-887.234,54.6683,5.23057,300,5,0,1678,0,0,1), - (1958,1907,0,4923,0,-13819.8,444.599,90.8997,0.801547,300,5,0,2077,0,0,1), - (1959,687,0,11317,0,-12948.2,277.642,18.1618,2.80501,300,5,0,1829,0,0,1), - (1960,1907,0,4923,0,-13848.2,481.084,92.7165,4.84837,300,3,0,2077,0,0,1), - (1961,1907,0,4923,0,-13826.1,494.98,83.3073,0.109579,300,2,0,2077,0,0,1), - (1962,687,0,11317,0,-12723.4,118.462,8.86663,0.365631,300,5,0,1829,0,0,1), - (1963,780,0,4616,0,-12852.1,-852.084,54.9643,4.68561,300,5,0,1357,1236,0,1), - (1964,1907,0,4923,0,-13878.8,501.771,95.6992,0.410636,300,5,0,2077,0,0,1), - (1965,687,0,11317,0,-13013.3,212.142,20.5296,3.09076,300,5,0,1829,0,0,1), - (1966,1907,0,4923,0,-13709.8,494.639,47.8328,6.20649,300,5,0,2077,0,0,1), - (1967,687,0,11317,0,-13022,297.816,18.3315,1.98183,300,10,0,1829,0,0,1), - (1968,1907,0,4923,0,-13747.8,497.911,60.6929,0.03108,300,3,0,2077,0,0,1), - (1969,1150,0,1039,0,-11650.2,-250.292,5.68792,5.59137,300,5,0,1050,0,0,1), - (1970,687,0,11317,0,-13047.6,375.794,19.3066,2.32783,300,10,0,1829,0,0,1), - (1971,683,0,2437,0,-11771.2,-14.8227,30.5954,5.28926,300,0,0,1050,0,0,0), - (1972,681,0,598,0,-11685,-54.2969,17.589,5.66702,300,10,0,1050,0,0,1), - (1973,681,0,598,0,-11525.5,215.051,17.694,1.69004,300,5,0,1050,0,0,1), - (1974,671,0,4580,0,-11615.7,645.494,59.8066,2.14026,300,3,0,1469,0,0,1), - (1975,687,0,11317,0,-12982.1,377.878,21.6911,1.08968,300,5,0,1829,0,0,1), - (1976,667,0,4632,0,-12913.9,-818.981,58.3478,5.38456,300,5,0,1678,0,0,1), - (1977,687,0,11317,0,-13043.7,309.481,21.6071,5.796,300,10,0,1829,0,0,1), - (1978,905,0,705,0,-11674.8,-286.241,5.55464,0.670613,300,5,0,1107,0,0,1), - (1979,687,0,11317,0,-13108.7,381.356,15.6093,2.13072,300,10,0,1829,0,0,1), - (1980,1096,0,7197,0,-12053.1,-677.673,16.8367,4.13413,300,5,0,1160,1067,0,1), - (1981,681,0,598,0,-11575.8,152.607,18.9628,6.22845,300,10,0,1050,0,0,1), - (1982,905,0,705,0,-11780.4,-366.494,6.53847,4.9603,300,5,0,1107,0,0,1), - (1983,687,0,11317,0,-13018.7,412.957,21.7158,0.099127,300,5,0,1829,0,0,1), - (1984,681,0,598,0,-11490.3,265.889,19.0247,0.624943,300,5,0,1050,0,0,1), - (1985,687,0,11317,0,-12978.5,247.889,17.705,4.69027,300,5,0,1829,0,0,1), - (1986,681,0,598,0,-11575.8,111.379,17.4469,5.47845,300,10,0,1050,0,0,1), - (1987,687,0,11317,0,-13215.3,469.203,5.14609,0.542666,300,5,0,1829,0,0,1), - (1988,681,0,598,0,-11591.7,208.334,16.1682,0.774792,300,5,0,1050,0,0,1), - (1989,687,0,11317,0,-13177.6,437.064,12.7149,5.30765,300,5,0,1829,0,0,1), - (1990,687,0,11317,0,-13021.8,349.124,19.344,2.51872,300,5,0,1829,0,0,1), - (1991,687,0,11317,0,-13081.4,420.166,26.1687,1.73861,300,5,0,1829,0,0,1), - (1992,687,0,11317,0,-13283.9,478.55,4.88579,0.062541,300,10,0,1829,0,0,1), - (1993,687,0,11317,0,-13250.2,447.092,5.34076,5.01217,300,5,0,1829,0,0,1), - (1994,1114,0,845,0,-12651.6,-687.191,43.2249,4.98925,300,5,0,1804,0,0,1), - (1995,681,0,598,0,-11591.5,91.882,16.7514,6.18332,300,10,0,1050,0,0,1), - (1996,687,0,11317,0,-13307.7,459.549,4.58118,0.009469,300,5,0,1829,0,0,1), - (1997,696,0,4622,0,-12445.5,-747.227,36.8814,6.15205,300,10,0,1678,0,0,1), - (1998,1085,0,698,0,-11916.1,49.6719,17.0464,5.94152,300,10,0,1279,0,0,1), - (1999,683,0,2437,0,-11740.8,-222.75,42.4359,3.56985,300,5,0,1050,0,0,1), - (2000,667,0,4632,0,-12551,-781.51,40.7594,1.87626,300,5,0,1678,0,0,1), - (2001,667,0,4632,0,-12585.5,-812.77,50.9768,5.67406,300,5,0,1678,0,0,1), - (2002,687,0,11317,0,-13347,632.083,5.35864,1.81055,300,5,0,1829,0,0,1), - (2003,1085,0,698,0,-11976.5,173.143,15.6137,5.51904,300,5,0,1279,0,0,1), - (2004,696,0,4622,0,-12619,-784.973,46.0201,3.6944,300,2,0,1678,0,0,1), - (2005,2916,0,3595,0,-4631.63,-1326.66,503.465,1.76278,190,0,0,919,0,0,0), - (2006,2918,0,3598,0,-4620.49,-1325.07,503.465,1.8675,540,0,0,2471,0,0,0), - (2007,9616,0,8829,0,-4692.6,-1312.64,503.382,2.93215,430,0,0,3517,4393,0,0), - (2008,1573,0,3007,0,-4821.13,-1152.4,502.295,4.31096,430,0,0,7423,7071,0,0), - (2009,5595,0,3524,0,-4831.9,-1156.01,502.292,4.57276,300,0,0,5194,0,0,0), - (2010,11145,0,10693,0,-4787.71,-1122.46,498.89,5.48033,430,0,0,3866,0,0,0), - (2011,10276,0,9741,0,-4793.76,-1127.53,498.888,5.98648,310,0,0,1684,0,0,0), - (2012,10277,0,9740,0,-4790.51,-1126.76,498.889,1.37881,250,0,0,1240,0,0,0), - (2013,4258,0,3097,0,-4787.96,-1129.03,498.889,2.84489,540,0,0,2972,0,0,0), - (2014,4259,0,3098,0,-4794.96,-1122.64,498.89,0.226893,310,0,0,1605,0,0,0), - (2015,5150,0,3068,0,-4876.63,-1149.14,512.52,3.57792,310,0,0,2016,100,0,0), - (2016,10877,0,10184,0,-4998.68,-1155.7,501.654,4.77808,180,5,0,112,0,0,2), - (2017,12197,0,12289,0,-5046.11,-1265.85,510.408,5.46288,6300,0,0,9563,0,0,0), - (2018,6114,0,4995,0,-5045.53,-1273.09,510.408,0.837758,430,0,0,3517,0,0,0), - (2019,5113,0,3054,0,-5047.54,-1269.69,510.408,6.24828,540,0,0,2972,0,0,0), - (2020,5115,0,3056,0,-5043.04,-1274.67,510.408,1.51844,490,0,0,3139,2620,0,0), - (2021,8517,0,7598,0,-5068.16,-1273.87,502.047,6.10865,540,0,0,2972,0,0,0), - (2022,2092,0,3600,0,-5065.23,-1288.6,502.047,0.767945,190,0,0,1106,0,0,0), - (2023,5595,0,3524,0,-4832.27,-1069.64,502.268,5.41052,300,0,0,5194,0,0,0), - (2024,5595,0,3524,0,-4879.7,-1058.37,502.292,4.15388,300,0,0,5194,0,0,0), - (2025,5595,0,3524,0,-4874.56,-1047.95,502.273,0.317069,300,0,0,5194,0,0,0), - (2026,16013,0,15965,0,-4846.98,-1057.77,502.19,1.29154,25000,0,0,4400,5751,0,0), - (2027,5595,0,3524,0,-4879.81,-1031.88,502.273,6.04476,300,0,0,5194,0,0,0), - (2028,5595,0,3524,0,-4858.89,-1056.43,502.19,1.15192,300,0,0,5194,0,0,0), - (2029,11146,0,10694,0,-4799.05,-1111.48,498.89,5.58505,430,0,0,3986,0,0,0), - (2030,5164,0,3099,0,-4795.11,-1108.57,498.89,5.28835,490,0,0,3857,0,0,0), - (2031,6031,0,4950,0,-4793.38,-1098.17,498.89,4.60767,310,0,0,1605,0,0,0), - (2032,15764,0,15726,0,-4814.48,-1055.52,502.267,6.21337,300,0,0,2600,0,0,0), - (2033,1085,0,698,0,-11978.1,120.834,11.4165,1.33434,300,5,0,1279,0,0,1), - (2034,1085,0,698,0,-12025.4,209.851,15.047,3.525,300,5,0,1279,0,0,1), - (2035,696,0,4622,0,-12544.7,-713.784,38.807,1.4109,300,0,0,1678,0,0,0), - (2036,780,0,4616,0,-12530.2,-717.453,39.6752,0.150046,300,0,0,1357,1236,0,0), - (2037,780,0,4616,0,-12549.4,-729.72,39.7236,0.453786,300,0,0,1357,1236,0,0), - (2038,780,0,4616,0,-12530.1,-728.655,38.9199,3.29867,300,0,0,1357,1236,0,0), - (2039,667,0,4632,0,-12529.9,-740.899,39.7336,2.51026,300,0,0,1678,0,0,0), - (2040,667,0,4632,0,-12544.7,-663.155,41.4966,4.94283,300,5,0,1678,0,0,1), - (2041,681,0,598,0,-11642.9,78.5515,15.1527,4.87609,300,10,0,1050,0,0,1), - (2042,780,0,4616,0,-12618.1,-654.545,42.1584,4.72378,300,5,0,1357,1236,0,1), - (2043,1557,0,838,0,-13751,220.384,20.151,5.92405,300,5,0,1829,0,0,1), - (2044,780,0,4616,0,-12517.3,-686.112,39.0106,4.78998,300,5,0,1357,1236,0,1), - (2045,681,0,598,0,-11650.8,46.8981,17.8964,3.04775,300,10,0,1050,0,0,1), - (2046,682,0,320,0,-11611.8,347.356,46.6151,0.4028,300,10,0,1163,0,0,1), - (2047,1096,0,7197,0,-11961.4,-602.078,17.751,0.883038,300,5,0,1160,1067,0,1), - (2048,772,0,614,0,-12900.9,-312.683,14.5511,2.72667,300,5,0,1536,0,0,1), - (2049,671,0,4580,0,-11602.7,859.722,0.923914,2.87979,300,0,0,1469,0,0,0), - (2050,671,0,4580,0,-11606.5,851.883,0.923416,2.37365,300,0,0,1469,0,0,0), - (2051,671,0,4580,0,-11535.6,769.693,41.6135,0,300,5,0,1469,0,0,1), - (2052,597,0,4579,0,-11543.6,753.838,42.6073,5.9612,300,0,0,1469,0,0,0), - (2053,597,0,4579,0,-11559.3,771.765,40.386,1.44703,300,3,0,1469,0,0,1), - (2054,671,0,4580,0,-11579.4,770.888,40.6395,0.590032,300,5,0,1469,0,0,1), - (2055,772,0,614,0,-12749.9,-86.366,5.00393,3.13366,300,5,0,1536,0,0,1), - (2056,671,0,4580,0,-11633.4,729.344,39.8573,4.73139,300,2,0,1469,0,0,1), - (2057,671,0,4580,0,-11630.2,739.515,39.8573,4.70291,300,2,0,1469,0,0,1), - (2058,684,0,633,0,-12781.7,-281.666,15.4579,5.73306,300,5,0,1536,0,0,1), - (2059,671,0,4580,0,-11627.7,772.283,41.2362,0.963657,300,5,0,1469,0,0,1), - (2060,671,0,4580,0,-11600.8,757.202,40.0969,6.0829,300,3,0,1469,0,0,1), - (2061,597,0,4579,0,-11623.9,743.999,39.9823,1.5533,300,2,0,1469,0,0,1), - (2062,684,0,633,0,-12776.8,-113.877,4.34917,4.00164,300,10,0,1536,0,0,1), - (2063,772,0,614,0,-12748,-250.8,32.9493,5.80207,300,5,0,1536,0,0,1), - (2064,1564,0,4461,0,-14623.5,314.209,3.53531,1.82937,300,2,0,1292,3191,0,1), - (2065,6491,0,5233,0,1819.41,219.233,60.0732,0.337883,25,0,0,7680,0,0,0), - (2066,1096,0,7197,0,-12167.5,-554.15,16.6321,3.48251,300,5,0,1160,1067,0,1), - (2067,1564,0,4462,0,-14637.7,327.342,3.49435,6.15315,300,2,0,1292,3191,0,1), - (2068,1564,0,4462,0,-14611.8,330.743,2.8415,5.55015,300,0,0,1292,3191,0,0), - (2069,1096,0,7197,0,-12151.2,-503.634,32.6106,4.71825,300,5,0,1160,1067,0,1), - (2071,1564,0,4462,0,-14606.5,328.654,2.77135,3.03687,300,0,0,1292,3191,0,0), - (2073,1096,0,7197,0,-12113.9,-481.884,17.1692,4.32136,300,5,0,1160,1067,0,1), - (2074,671,0,4580,0,-11590.1,660.042,60.0185,5.10028,300,5,0,1469,0,0,1), - (2075,689,0,601,0,-11891.1,708.101,23.8675,4.17676,300,5,0,1279,0,0,1), - (2076,689,0,601,0,-11919.8,749.154,0.835124,2.45458,300,5,0,1279,0,0,1), - (2077,597,0,4579,0,-11589.4,710.959,60.2896,1.74482,300,5,0,1469,0,0,1), - (2078,689,0,601,0,-11922.4,677.23,2.73473,0.516965,300,5,0,1279,0,0,1), - (2079,5595,0,3524,0,-4826.26,-1064.85,502.268,5.48033,300,0,0,5194,0,0,0), - (2081,5595,0,3524,0,-4833.88,-1035.62,502.19,3.37677,300,0,0,5194,0,0,0), - (2082,6291,0,4986,0,-4740.69,-1028.76,504.515,2.49582,310,0,0,2016,0,0,0), - (2083,5128,0,3105,0,-4751.19,-1026.82,504.515,0.977384,310,0,0,1605,0,0,0), - (2084,5127,0,3104,0,-4746.93,-1031.74,504.515,2.54818,310,0,0,2016,0,0,0), - (2085,5595,0,3524,0,-4828.64,-1015.7,502.294,0.418879,300,0,0,5194,0,0,0), - (2086,5595,0,3524,0,-4838.84,-1018.82,502.273,4.17134,300,0,0,5194,0,0,0), - (2087,1274,0,1655,0,-4872.56,-1026.28,505.798,5.60251,430,0,0,3517,0,0,0), - (2088,2784,0,3597,0,-4865.73,-1022.67,505.798,5.42797,7200,0,0,17000,0,0,0), - (2089,721,0,328,0,-5951,-570,405.164,5.763,180,10,0,1,0,0,1), - (2091,1201,0,954,0,-5951,-559,406.571,0.607,180,10,0,137,0,0,1), - (2092,7033,0,11549,0,-7984,-2448.87,131.915,5.99131,500,5,0,3322,0,0,1), - (2094,7035,0,10707,0,-7961.1,-2700.76,159.413,5.69973,500,2,0,3556,0,0,1), - (2095,1126,0,381,0,-5247.86,-427.964,386.681,1.56659,180,10,0,120,0,0,1), - (2096,1127,0,744,0,-5274.89,-429.966,391.942,3.54848,180,0,0,137,0,0,0), - (2097,1131,0,785,0,-5250.09,-418.439,387.104,1.36268,180,10,0,137,0,0,1), - (2098,1131,0,785,0,-5267.83,-408.268,393.361,2.18536,180,10,0,137,0,0,1), - (2099,1126,0,381,0,-5242.63,-416.974,386.95,5.07185,180,10,0,120,0,0,1), - (2100,721,0,328,0,-5122.62,-357.473,394.006,5.27327,180,10,0,1,0,0,1), - (2101,1126,0,381,0,-5125.41,-340.707,394.595,4.80325,180,10,0,120,0,0,1), - (2102,1126,0,381,0,-5003.25,-340.169,399.369,4.55558,180,10,0,120,0,0,1), - (2103,597,0,4579,0,-11581.2,717.615,59.5396,3.6057,300,3,0,1469,0,0,1), - (2104,685,0,788,0,-11850.5,526.607,46.1151,4.01136,300,10,0,1221,0,0,1), - (2105,685,0,788,0,-11826.2,473.326,47.7552,1.38413,300,10,0,1221,0,0,1), - (2106,689,0,601,0,-11885.2,656.427,24.3197,3.02426,300,5,0,1279,0,0,1), - (2107,1062,0,4584,0,-11574.3,719.819,59.5768,5.81195,300,0,0,1410,1283,0,0), - (2108,689,0,601,0,-11941.4,648.712,1.49843,1.6895,300,5,0,1279,0,0,1), - (2109,671,0,4580,0,-11574.5,727.571,59.5396,2.20629,300,3,0,1469,0,0,1), - (2110,682,0,320,0,-11851.4,258.817,20.8077,1.50046,300,5,0,1163,0,0,1), - (2111,660,0,4581,0,-11570.8,686.005,59.4476,2.10301,300,5,0,1257,1142,0,1), - (2112,689,0,601,0,-11891.5,647.228,24.5176,1.60399,300,5,0,1279,0,0,1), - (2113,671,0,4580,0,-11542.4,725.288,59.4146,1.10347,300,0,0,1469,0,0,0), - (2114,3861,33,801,0,-212.892,2102.81,76.9773,6.00393,7200,0,0,1251,0,0,0), - (2116,689,0,601,0,-11951.3,475.156,24.6139,4.86533,300,5,0,1279,0,0,1), - (2117,660,0,4581,0,-11526.5,729.83,59.6792,5.97645,300,0,0,1257,1142,0,0), - (2118,689,0,601,0,-11921,618.742,23.4413,3.26498,300,5,0,1279,0,0,1), - (2119,685,0,788,0,-11920.4,462.843,43.1403,1.68552,300,5,0,1221,0,0,1), - (2120,689,0,601,0,-11955.1,480.523,24.0685,4.17977,300,5,0,1279,0,0,1), - (2121,689,0,601,0,-11938.4,545.611,31.9846,5.18303,300,5,0,1279,0,0,1), - (2122,671,0,4580,0,-11527.9,718.947,59.9292,5.75666,300,0,0,1469,0,0,0), - (2123,683,0,2437,0,-11711.9,-188.018,41.1985,5.49999,300,5,0,1050,0,0,1), - (2124,685,0,788,0,-11777.8,447.701,48.8132,5.28061,300,10,0,1221,0,0,1), - (2125,1564,0,4461,0,-14628.7,345.468,3.64372,3.37468,300,0,0,1292,3191,0,0), - (2127,729,0,471,0,-11908.5,165.374,41.4222,3.35245,300,0,0,1609,0,0,0), - (2128,1094,0,7201,0,-11494.1,375.043,57.6861,1.69297,300,0,0,1279,0,0,0), - (2129,11748,0,11687,0,-11338,-411,66.757,1.725,300,0,1,1733,0,0,2), - (2130,1094,0,7201,0,-11506.3,392.203,51.1708,5.88176,300,0,0,1279,0,0,0), - (2131,1094,0,7201,0,-11482.4,374.042,62.0004,0,300,0,0,1279,0,0,0), - (2132,1094,0,7201,0,-11483.5,348.799,54.3791,0.593412,300,0,0,1279,0,0,0), - (2133,1094,0,7201,0,-11475.8,361.128,57.4834,5.28835,300,0,0,1279,0,0,0), - (2134,736,0,599,0,-11692,409.343,44.5187,4.29191,300,5,0,1163,0,0,1), - (2135,4457,0,652,0,-12165,-81.9044,17.2669,3.82099,300,5,0,1403,0,0,1), - (2136,1094,0,7201,0,-11507.8,490.365,65.0211,1.3439,300,0,0,1279,0,0,0), - (2137,1557,0,838,0,-13910.2,-11.6762,26.9988,2.1149,300,2,0,1829,0,0,1), - (2138,721,0,328,0,-4987.15,-368.31,392.126,0.962972,180,10,0,1,0,0,1), - (2139,1397,0,5610,0,-5054.49,-318.6,451.121,3.38155,180,5,0,148,165,0,1), - (2140,1557,0,838,0,-14007.4,21.8133,32.9874,4.47172,300,5,0,1829,0,0,1), - (2141,1094,0,7201,0,-11485.6,483.841,71.3451,5.91667,300,0,0,1279,0,0,0), - (2142,1142,0,11567,0,-12484.1,-47.4019,5.24444,0,300,5,0,1469,0,0,1), - (2143,1557,0,838,0,-13951.8,11.6138,15.7398,4.97166,300,5,0,1829,0,0,1), - (2144,1557,0,838,0,-13992.2,42.6848,22.8276,2.98865,300,5,0,1829,0,0,1), - (2145,1557,0,838,0,-14019.8,80.7788,10.5133,1.43774,300,5,0,1829,0,0,1), - (2146,1094,0,7201,0,-11510.8,419.911,58.0586,5.75959,300,0,0,1279,0,0,0), - (2147,1557,0,838,0,-14041.2,60.2736,18.0785,0.481113,300,5,0,1829,0,0,1), - (2148,1094,0,7201,0,-11515.3,413.912,55.2547,6.17846,300,0,0,1279,0,0,0), - (2149,1096,0,7197,0,-11512.7,458.33,65.325,6.24828,300,0,0,1160,1067,0,0), - (2150,1151,0,2548,0,-12043.8,411.597,6.33452,5.86492,300,10,0,1403,0,0,1), - (2151,1151,0,2548,0,-12050.4,471.464,1.4942,5.00794,300,5,0,1403,0,0,1), - (2152,1142,0,11567,0,-12471.8,-151.293,13.108,0.753889,300,0,0,1469,0,0,0), - (2153,905,0,705,0,-11520.5,121.193,6.41372,3.61887,300,5,0,1107,0,0,1), - (2154,1144,0,610,0,-12389.2,-141.079,15.731,0.313721,300,5,0,1208,1097,0,1), - (2155,1142,0,11567,0,-12455.2,-197.203,15.2007,2.54678,300,5,0,1469,0,0,1), - (2156,1144,0,610,0,-12447.1,-214.01,14.9404,0,300,5,0,1208,1097,0,1), - (2157,772,0,614,0,-12738.9,-215.763,38.4689,4.76722,300,5,0,1536,0,0,1), - (2158,736,0,599,0,-11747,341.463,40.5989,5.02427,300,10,0,1163,0,0,1), - (2159,772,0,614,0,-12717.1,-179.31,35.0471,2.29955,300,5,0,1536,0,0,1), - (2160,697,0,4573,0,-11996.4,318.117,1.56877,0.05236,300,0,0,1021,963,0,0), - (2161,697,0,4573,0,-12007.7,313.275,2.52521,1.26247,300,0,0,1021,963,0,0), - (2162,1144,0,610,0,-12479.4,-151.314,13.858,5.47027,300,0,0,1208,1097,0,0), - (2163,587,0,4570,0,-11981.5,318.064,2.56877,5.96731,300,0,0,1221,0,0,0), - (2164,4624,0,7104,0,-14242.1,343.73,25.6769,5.39307,300,0,0,12652,0,0,0), - (2165,697,0,4573,0,-11982.3,327.947,1.94377,3.55577,300,0,0,1021,963,0,0), - (2166,1144,0,610,0,-12489.4,-171.436,12.7854,0.663225,300,0,0,1208,1097,0,0), - (2167,4624,0,7102,0,-14258.6,327.03,26.4269,5.55015,300,0,0,12652,0,0,0), - (2168,1142,0,11567,0,-12482.7,-171.811,13.2883,2.28638,300,0,0,1469,0,0,0), - (2169,731,0,616,0,-12682.2,-217.205,37.6285,4.04744,1800,0,0,5809,0,0,0), - (2170,701,0,4577,0,-11638.1,569.141,50.6253,5.52542,300,0,0,1064,1007,0,0), - (2171,701,0,4577,0,-11658.1,561.925,50.7986,2.90782,300,0,0,1064,1007,0,0), - (2172,588,0,4575,0,-11685,583.326,50.5371,3.69945,300,5,0,1279,0,0,1), - (2173,694,0,4572,0,-12003.4,326.332,2.15021,3.45434,300,0,0,1221,0,0,0), - (2174,588,0,4575,0,-11714.7,609.335,50.3881,1.67383,300,5,0,1279,0,0,1), - (2175,701,0,4577,0,-11689.4,603.252,49.821,1.69175,300,5,0,1064,1007,0,1), - (2176,697,0,4573,0,-11987.8,333.595,1.67384,4.08407,300,0,0,1021,963,0,0), - (2177,588,0,4575,0,-11734.6,684.8,50.4743,5.84837,300,2,0,1279,0,0,1), - (2178,588,0,4575,0,-11739.1,619.6,50.7204,3.6833,300,2,0,1279,0,0,1), - (2179,1142,0,11567,0,-12502,-161.412,12.7526,3.57746,300,0,0,1469,0,0,0), - (2180,1557,0,838,0,-14043.6,111.891,10.6574,3.55803,300,5,0,1829,0,0,1), - (2181,1557,0,838,0,-14079.9,157.474,14.8891,0.02431,300,5,0,1829,0,0,1), - (2182,1144,0,610,0,-12517,-84.2288,16.1056,0,300,5,0,1208,1097,0,1), - (2183,1557,0,838,0,-13982.3,171.875,15.0137,5.35289,300,5,0,1829,0,0,1), - (2184,1557,0,838,0,-13949.6,215.246,22.6267,4.8146,300,5,0,1829,0,0,1), - (2185,1142,0,11567,0,-12503,-150.428,13.1276,0.47839,300,0,0,1469,0,0,0), - (2186,1144,0,610,0,-12490.2,-144.948,13.233,5.20975,300,0,0,1208,1097,0,0), - (2187,1563,0,794,0,-14674,419.177,3.335,1.55127,300,10,0,1829,0,0,1), - (2188,1564,0,4462,0,-14679.3,456.319,3.38641,1.25991,300,0,0,1292,3191,0,0), - (2189,6118,1,10771,0,2832.88,-3947.98,97.0875,4.2604,600,0,0,2578,0,0,2), - (2190,1557,0,838,0,-14003.7,142.635,14.6659,6.20275,300,10,0,1829,0,0,1), - (2191,1563,0,794,0,-14700,496.347,2.80739,0.15708,300,0,0,1829,0,0,0), - (2192,1557,0,838,0,-14043.3,185.231,13.1035,3.36695,300,5,0,1829,0,0,1), - (2193,1097,0,7200,0,-11965,-469.31,17.1146,2.33697,300,0,0,1279,0,0,0), - (2194,871,0,506,0,-12200.4,497.054,-73.5151,1.35937,1800,5,0,3660,0,0,1), - (2195,1564,0,4462,0,-14677.5,477.714,3.68688,3.85865,300,0,0,1292,3191,0,0), - (2197,1557,0,838,0,-14007.4,250.055,17.3661,1.11588,300,5,0,1829,0,0,1), - (2198,1564,0,4461,0,-14688.7,486.684,2.93688,0.806118,300,0,0,1292,3191,0,0), - (2199,11857,1,11790,0,-263,-943,12.439,4.752,25,0,0,644,0,0,0), - (2200,1557,0,838,0,-14058.4,232.911,13.4458,1.02767,300,5,0,1829,0,0,1), - (2201,1097,0,7200,0,-11946.8,-462.178,17.0915,1.20657,300,0,0,1279,0,0,0), - (2202,1096,0,7197,0,-11958.8,-499.079,30.5058,5.09603,300,0,0,1160,1067,0,0), - (2203,1563,0,794,0,-14736,506.865,3.68595,1.3714,300,10,0,1829,0,0,1), - (2204,1097,0,7200,0,-11956.7,-490.955,30.4389,5.02164,300,0,0,1279,0,0,0), - (2205,1563,0,796,0,-14698.7,503.829,2.35508,0.05236,300,0,0,1829,0,0,0), - (2206,1563,0,796,0,-14721.6,528.113,2.87372,2.72717,300,10,0,1829,0,0,1), - (2207,1096,0,7197,0,-11981.3,-488.741,24.2411,5.07275,300,0,0,1160,1067,0,0), - (2208,4723,0,7207,0,-11949.5,-500.392,30.7014,5.06145,300,0,0,1305,1189,0,0), - (2209,1563,0,794,0,-14715.3,485.173,3.35794,0.637758,300,10,0,1829,0,0,1), - (2210,1564,0,4461,0,-14596.4,306.95,2.8664,3.32953,300,0,0,1292,3191,0,0), - (2211,1563,0,796,0,-14693,519.232,1.23709,5.42797,300,0,0,1829,0,0,0), - (2213,772,0,614,0,-12573.8,-180.401,14.704,0.763302,300,5,0,1536,0,0,1), - (2214,681,0,598,0,-11521.7,-358.08,38.049,4.19539,300,10,0,1050,0,0,1), - (2215,940,0,4436,0,-11649.9,-586.777,29.9593,0.506584,300,3,0,977,935,0,1), - (2216,940,0,4436,0,-11618,-584.292,26.3956,0.66924,300,3,0,977,935,0,1), - (2217,940,0,4436,0,-11643.7,-635.678,31.456,2.90905,300,0,0,977,935,0,0), - (2218,701,0,4577,0,-11657.9,644.768,50.9559,2.66215,300,5,0,1064,1007,0,1), - (2219,940,0,4436,0,-11639.1,-661.675,29.9003,1.07781,300,0,0,977,935,0,0), - (2220,937,0,4443,0,-11636.8,-629.572,31.4774,6.02983,300,0,0,1163,0,0,0), - (2221,1488,0,1065,0,-13337.8,-27.3113,22.2773,2.29184,300,0,0,2047,0,0,0), - (2222,671,0,4580,0,-11631.4,709.754,41.3573,5.53935,300,5,0,1469,0,0,1), - (2223,940,0,4436,0,-11636,-660.454,30.1503,1.5971,300,0,0,977,935,0,0), - (2224,1491,0,4923,0,-13344.3,-21.2062,22.2773,2.26225,300,0,0,2116,0,0,0), - (2225,2535,0,987,0,-13349.3,-28.5316,22.2773,3.64318,300,0,0,2059,0,0,0), - (2226,1713,0,11452,0,-13659.4,232.277,28.0949,4.6635,300,5,0,1981,0,0,1), - (2227,660,0,4581,0,-11621.9,652.713,58.1816,0.89563,300,3,0,1257,1142,0,1), - (2228,2536,0,987,0,-13374.3,-7.69423,22.044,0.872665,300,0,0,2059,0,0,0), - (2229,671,0,4580,0,-11612.2,675.246,54.6317,2.1293,300,0,0,1469,0,0,0), - (2230,682,0,320,0,-11887.1,-714.829,16.0404,4.9578,300,5,0,1163,0,0,1), - (2231,683,0,2437,0,-11615.4,-517.557,19.8188,4.67146,300,5,0,1050,0,0,1), - (2232,940,0,4436,0,-11651.7,-666.166,30.3258,6.27313,300,0,0,977,935,0,0), - (2233,1491,0,4923,0,-13712,-246.301,0.75,1.82098,300,5,0,2116,0,0,1), - (2234,937,0,4443,0,-11648.1,-669.891,30.3135,0.4745,300,0,0,1163,0,0,0), - (2235,597,0,4579,0,-11624,684.091,49.139,5.11553,300,5,0,1469,0,0,1), - (2236,683,0,2437,0,-11600.1,-463.455,21.0941,2.47636,300,5,0,1050,0,0,1), - (2237,671,0,4580,0,-11618.6,664.541,54.8951,4.85954,300,3,0,1469,0,0,1), - (2238,689,0,601,0,-11550,-885.743,68.8292,2.98038,300,10,0,1279,0,0,1), - (2239,660,0,4581,0,-11607.5,645.048,59.6816,4.11148,300,3,0,1257,1142,0,1), - (2240,683,0,2437,0,-11613.6,-420.651,16.4762,1.88662,300,5,0,1050,0,0,1), - (2241,677,0,7204,0,-12938.4,-447.962,35.6715,3.07383,300,3,0,1292,3191,0,1), - (2242,1085,0,698,0,-11875.9,224.407,15.9899,0.839797,300,5,0,1279,0,0,1), - (2243,738,0,4664,0,-11313.9,-202.766,75.576,5.5676,300,0,1,1110,0,0,2), - (2244,1488,0,1065,0,-13640.3,-278.604,8.30007,1.42839,300,3,0,2047,0,0,1), - (2245,686,0,788,0,-12242.3,-232.24,16.6393,5.17473,300,10,0,1403,0,0,1), - (2246,875,0,391,0,-12192.3,624.437,-67.3605,5.79706,1800,5,0,3279,1142,0,1), - (2247,683,0,2437,0,-11575.4,-489.531,27.859,5.96946,300,5,0,1050,0,0,1), - (2248,937,0,4443,0,-11613.1,-777.116,41.3618,1.74013,300,3,0,1163,0,0,1), - (2249,1490,0,317,0,-13367.1,-4.92871,22.6198,2.93215,300,0,0,1701,1483,0,0), - (2250,940,0,4436,0,-11648.5,-746.885,32.666,0.459187,300,5,0,977,935,0,1), - (2251,597,0,4579,0,-11537.2,629.721,62.9135,6.27701,300,0,0,1469,0,0,0), - (2252,682,0,320,0,-11719,-748.588,37.8223,4.39249,300,5,0,1163,0,0,1), - (2253,683,0,2437,0,-11692.3,-526.917,27.3693,0.089573,300,5,0,1050,0,0,1), - (2254,671,0,4580,0,-11554.8,633.098,62.5965,5.59209,300,0,0,1469,0,0,0), - (2255,1096,0,7197,0,-12080.6,-733.46,14.2767,1.74558,300,5,0,1160,1067,0,1), - (2256,940,0,4436,0,-11484.9,-786.402,51.3356,5.00759,300,5,0,977,935,0,1), - (2257,1490,0,317,0,-13576.9,-247.346,23.5591,4.25747,300,5,0,1701,1483,0,1), - (2258,682,0,320,0,-11751.3,-846.9,31.1947,1.52256,300,5,0,1163,0,0,1), - (2259,683,0,2437,0,-11730.1,-479.097,17.7117,1.5575,300,5,0,1050,0,0,1), - (2260,674,0,7202,0,-13009.7,-354.318,21.1658,1.0472,300,0,0,1829,0,0,0), - (2261,1488,0,1065,0,-13620.1,-260.571,9.18035,6.05544,300,5,0,2047,0,0,1), - (2262,871,0,506,0,-12122.1,500.725,-54.4311,5.65625,1800,5,0,3660,0,0,1), - (2263,937,0,4443,0,-11648.4,-719.028,33.1811,5.68381,300,5,0,1163,0,0,1), - (2264,1488,0,1065,0,-13659.1,-243.792,8.03223,0.182751,300,5,0,2047,0,0,1), - (2265,1490,0,317,0,-13630.5,-307.864,8.30566,4.49048,300,0,0,1701,1483,0,0), - (2266,1490,0,317,0,-13623.7,-317.88,9.18066,2.70822,300,0,0,1701,1483,0,0), - (2267,937,0,4443,0,-11681.4,-712.248,42.4725,1.69157,300,5,0,1163,0,0,1), - (2268,686,0,788,0,-12282,-252.861,16.8458,1.06256,300,10,0,1403,0,0,1), - (2269,879,0,1079,0,-12196.8,608,-68.2752,0.483042,1800,5,0,3660,0,0,1), - (2270,683,0,2437,0,-11711.1,-445.378,19.3901,1.08051,300,5,0,1050,0,0,1), - (2271,1491,0,4923,0,-13689.2,-311.099,6.83193,5.73698,300,3,0,2116,0,0,1), - (2272,674,0,7202,0,-13003,-381.27,30.7281,5.63741,300,0,0,1829,0,0,0), - (2273,587,0,4570,0,-11754.6,87.5474,26.8715,0,300,5,0,1221,0,0,1), - (2274,2635,0,1038,0,-12252.8,317.269,1.72703,1.65977,1800,10,0,4185,0,0,1), - (2275,1201,0,954,0,-4893.65,-302.359,393.881,4.06442,180,5,0,137,0,0,1), - (2276,1201,0,954,0,-4870.32,-363.295,391.672,5.98458,180,10,0,137,0,0,1), - (2277,1127,0,744,0,-4928.95,-373.654,393.312,3.20023,180,0,0,137,0,0,0), - (2278,721,0,328,0,-4911.81,-382.468,394.54,1.27747,180,10,0,1,0,0,1), - (2279,1127,0,744,0,-4849.52,-344.175,394.044,6.18934,180,0,0,137,0,0,0), - (2280,1126,0,381,0,-4852.14,-360.3,392.243,4.05335,180,10,0,120,0,0,1), - (2281,1196,0,8840,0,-4822.03,-356.884,396.206,6.185,180,10,0,164,0,0,1), - (2282,1127,0,744,0,-4862.23,-269.912,395.272,2.14472,180,0,0,137,0,0,0), - (2283,727,0,1598,0,-4957.89,72.3122,386.754,1.59041,250,0,0,1918,0,0,2), - (2284,727,0,1598,0,-4955.99,72.3495,386.746,1.59041,250,0,0,1918,0,0,2), - (2285,1126,0,381,0,-4879.74,-228.004,389.412,0.36998,180,10,0,120,0,0,1), - (2286,1196,0,8840,0,-4834.81,-228.943,399.104,6.26547,180,10,0,164,0,0,1), - (2287,1127,0,744,0,-4879.7,-170.707,383.501,0.06339,180,0,0,137,0,0,0), - (2288,721,0,328,0,-4886.28,-232.116,388.86,1.81209,180,10,0,1,0,0,1), - (2289,1201,0,954,0,-4887.19,-173.153,383.471,3.17868,180,10,0,137,0,0,1), - (2290,1127,0,744,0,-4993.18,-142.228,387.933,3.16441,180,5,0,137,0,0,1), - (2291,721,0,328,0,-4955.12,-138.056,376.191,3.6559,180,10,0,1,0,0,1), - (2292,1196,0,8840,0,-4990.84,-58.1003,386.758,2.88709,180,10,0,164,0,0,1), - (2293,1201,0,954,0,-4978.06,-83.9934,380.802,0.620476,180,10,0,137,0,0,1), - (2294,721,0,328,0,-4941.63,-15.9251,388.349,5.83264,180,10,0,1,0,0,1), - (2295,1201,0,954,0,-4891.43,-48.5917,388.231,5.05403,180,10,0,137,0,0,1), - (2296,1127,0,744,0,-5004.63,-19.6029,389.374,2.06118,180,5,0,137,0,0,1), - (2297,1127,0,744,0,-5046.93,-38.5521,392.065,1.8802,180,5,0,137,0,0,1), - (2298,1127,0,744,0,-4900.51,-9.61827,389.645,3.42085,180,0,0,137,0,0,0), - (2299,1201,0,954,0,-4923.45,-4.12424,391.335,4.96904,180,10,0,137,0,0,1), - (2300,1196,0,8840,0,-4877.07,20.2735,388.366,2.92886,180,10,0,164,0,0,1), - (2301,1127,0,744,0,-5024.47,54.9933,393.753,0.48425,180,0,0,137,0,0,0), - (2302,1201,0,954,0,-5026.7,68.6194,391.014,1.29169,180,10,0,137,0,0,1), - (2303,721,0,328,0,-4883.14,104.94,389.13,3.71298,180,10,0,1,0,0,1), - (2304,1127,0,744,0,-4910.41,96.6889,389.135,1.28656,180,0,0,137,0,0,0), - (2305,1196,0,8840,0,-4871.85,99.7302,389.402,5.81539,180,10,0,164,0,0,1), - (2306,1196,0,8840,0,-4929.46,116.813,388.485,1.23168,180,10,0,164,0,0,1), - (2307,1127,0,744,0,-4897.84,134.463,393.656,5.2709,180,0,0,137,0,0,0), - (2308,1127,0,744,0,-5033.75,122.401,391.866,3.66461,180,5,0,137,0,0,1), - (2309,1201,0,954,0,-5034.99,123.871,391.994,0.676709,180,10,0,137,0,0,1), - (2310,1201,0,954,0,-5050.07,82.5392,394.513,0.020774,180,10,0,137,0,0,1), - (2311,1127,0,744,0,-5006.48,207.108,389.101,0.258715,180,0,0,137,0,0,0), - (2312,721,0,328,0,-4919.99,178.897,399.838,5.82652,180,10,0,1,0,0,1), - (2313,1127,0,744,0,-5109.58,170.163,397.847,2.40135,180,5,0,137,0,0,1), - (2314,1201,0,954,0,-5118.73,169.439,394.86,4.41289,180,10,0,137,0,0,1), - (2315,1196,0,8840,0,-5085.34,159.369,397.85,3.00052,180,10,0,164,0,0,1), - (2316,677,0,7204,0,-13035.1,-408.037,42.7482,0.785479,300,2,0,1292,3191,0,1), - (2317,686,0,788,0,-12318.4,-210.691,14.8108,0.779662,300,10,0,1403,0,0,1), - (2318,674,0,7202,0,-13031.8,-354.199,38.4709,2.18166,300,0,0,1829,0,0,0), - (2319,1490,0,317,0,-13689.5,-280.019,7.6504,4.95464,300,5,0,1701,1483,0,1), - (2320,1488,0,1065,0,-13337.7,22.1406,26.7672,5.03444,300,0,0,2047,0,0,0), - (2321,875,0,391,0,-12222.3,631.127,-69.6743,5.88356,1800,5,0,3279,1142,0,1), - (2322,686,0,788,0,-12189.7,268.235,4.12953,2.15313,300,5,0,1403,0,0,1), - (2323,873,0,11293,0,-12180.7,619.049,-66.3605,0.191908,1800,5,0,3150,1097,0,1), - (2324,682,0,320,0,-11781.3,-751.351,35.7937,6.23231,300,10,0,1163,0,0,1), - (2325,702,0,4571,0,-11779.6,213.12,21.1322,0,300,5,0,1221,0,0,1), - (2326,682,0,320,0,-11715.5,-816.102,35.2184,0.742006,300,10,0,1163,0,0,1), - (2327,1491,0,4923,0,-13679.1,-302.795,8.20693,2.87593,300,3,0,2116,0,0,1), - (2328,682,0,320,0,-11686.8,-854.185,33.7327,3.71252,300,5,0,1163,0,0,1), - (2329,1488,0,1065,0,-13683.7,-384.825,0.720356,4.10932,300,5,0,2047,0,0,1), - (2330,682,0,320,0,-11820.5,-719.82,40.0043,4.80081,300,10,0,1163,0,0,1), - (2331,675,0,7196,0,-12981.3,-451.062,53.8734,5.54596,300,0,0,1981,0,0,0), - (2332,687,0,11317,0,-13250.5,709.447,13.4614,5.73473,300,5,0,1829,0,0,1), - (2333,1489,0,828,0,-13668.8,-289.102,8.27158,4.08594,300,3,0,2052,0,0,1), - (2334,702,0,4571,0,-11750.1,115.455,24.1583,0,300,5,0,1221,0,0,1), - (2335,682,0,320,0,-11853.2,-750.76,38.195,1.34696,300,10,0,1163,0,0,1), - (2336,687,0,11317,0,-13353.6,552.762,8.01102,3.80291,300,5,0,1829,0,0,1), - (2337,674,0,7202,0,-12968.6,-435.651,44.4588,4.86947,300,0,0,1829,0,0,0), - (2338,682,0,320,0,-11817.3,-786.911,35.0214,4.30647,300,5,0,1163,0,0,1), - (2339,686,0,788,0,-12177.7,262.339,2.06256,0.077508,300,5,0,1403,0,0,1), - (2340,588,0,4575,0,-11718.8,604.738,50.4869,3.54526,300,5,0,1279,0,0,1), - (2341,587,0,4570,0,-12088.5,321.573,3.79529,5.60111,300,10,0,1221,0,0,1), - (2342,683,0,2437,0,-11740.6,-412.69,21.6476,2.56806,300,5,0,1050,0,0,1), - (2343,702,0,4571,0,-11749.3,182.265,16.7817,0,300,10,0,1221,0,0,1), - (2344,674,0,7202,0,-12998.3,-409.133,43.8658,1.81514,300,0,0,1829,0,0,0), - (2345,701,0,4577,0,-11648.3,614.342,50.1792,2.75281,300,5,0,1064,1007,0,1), - (2346,1085,0,698,0,-11852.9,182.856,16.2022,0.676534,300,5,0,1279,0,0,1), - (2347,1490,0,317,0,-13636.5,-336.307,8.67954,0,300,0,0,1701,1483,0,0), - (2348,687,0,11317,0,-13240.3,503.209,3.69451,5.22669,300,5,0,1829,0,0,1), - (2349,10558,329,10482,0,3595.75,-3509.93,137.501,5.74213,604800,0,0,6960,0,0,0), - (2350,10558,329,10482,0,3680.27,-3512.37,136.152,2.04204,604800,0,0,6960,0,0,0), - (2351,10558,329,10482,0,3692.93,-3363.16,130.753,3.24631,604800,0,0,6960,0,0,0), - (2352,10558,329,10482,0,3683.75,-3334.07,125.32,3.14159,604800,0,0,6960,0,0,0), - (2353,6652,1,0,0,4776.41,-6639.24,111.696,1.72771,28800,0,0,3082,0,0,0), - (2354,6652,1,0,0,4499.01,-6388.19,127,4.06034,28800,5,0,3082,0,0,1), - (2361,674,0,7202,0,-12992.8,-436.674,51.8954,2.87979,300,0,0,1829,0,0,0), - (2362,1127,0,744,0,-5148.53,240.467,397.544,2.03686,180,0,0,137,0,0,0), - (2363,1196,0,8840,0,-5145.86,236.282,397.908,6.27733,180,10,0,164,0,0,1), - (2364,721,0,328,0,-5043.89,293.138,394.414,6.03693,180,10,0,1,0,0,1), - (2365,1127,0,744,0,-5049.23,274.455,391.958,3.16112,180,0,0,137,0,0,0), - (2366,1196,0,8840,0,-5028.83,294.899,396.038,1.72953,180,10,0,164,0,0,1), - (2367,674,0,7202,0,-12973.6,-415.973,43.743,0.733038,300,0,0,1829,0,0,0), - (2368,14912,0,11221,0,-11823.4,1244.34,2.12618,2.68025,1800,0,0,9298,0,0,0), - (2369,686,0,788,0,-12217.9,289.246,3.12682,3.5045,300,5,0,1403,0,0,1), - (2370,1488,0,1065,0,-13357,-2.28862,22.4023,4.03074,300,3,0,2047,0,0,1), - (2371,674,0,7202,0,-13018.5,-430.765,39.8314,3.54302,300,0,0,1829,0,0,0), - (2372,697,0,4573,0,-11992.1,261.024,16.1546,2.68536,300,5,0,1021,963,0,1), - (2373,687,0,11317,0,-13308.4,725.699,4.49422,3.73041,300,10,0,1829,0,0,1), - (2374,683,0,2437,0,-11653.7,-366.197,14.9354,0.898798,300,10,0,1050,0,0,1), - (2375,697,0,4573,0,-12050.5,286.567,4.38142,1.31048,300,10,0,1021,963,0,1), - (2376,588,0,4575,0,-11644.5,664.001,50.2059,4.7164,300,5,0,1279,0,0,1), - (2377,1488,0,1065,0,-13371.5,9.74452,22.1422,3.35907,300,3,0,2047,0,0,1), - (2378,682,0,320,0,-11750.9,-587.018,36.6516,2.935,300,5,0,1163,0,0,1), - (2379,1151,0,2548,0,-12152.5,317.662,2.46023,4.17132,300,5,0,1403,0,0,1), - (2380,697,0,4573,0,-11938.3,270.393,13.6539,3.85408,300,5,0,1021,963,0,1), - (2381,687,0,11317,0,-13291.2,558.799,1.4705,2.41712,300,5,0,1829,0,0,1), - (2382,682,0,320,0,-11787.1,-680.766,40.5718,1.68105,300,5,0,1163,0,0,1), - (2383,683,0,2437,0,-11644.6,-373.013,16.2524,1.44141,300,10,0,1050,0,0,1), - (2384,1491,0,4923,0,-13320,-11.0043,21.5484,2.24773,300,2,0,2116,0,0,1), - (2385,1489,0,828,0,-13389.8,26.387,22.5172,4.40135,300,3,0,2052,0,0,1), - (2386,686,0,788,0,-12168.5,264.402,2.93756,4.5418,300,5,0,1403,0,0,1), - (2387,856,0,2571,0,-12167.7,269.265,2.62953,5.84903,300,0,0,1221,0,0,0), - (2388,1491,0,4923,0,-13604.8,-325.415,13.1807,2.27144,300,5,0,2116,0,0,1), - (2389,1713,0,11452,0,-13548.2,-122.63,46.0384,3.04131,300,5,0,1981,0,0,1), - (2390,694,0,4572,0,-11982.3,371.483,5.25363,5.16002,300,3,0,1221,0,0,1), - (2391,1150,0,1039,0,-11690.5,-356.701,13.4443,0.955718,300,5,0,1050,0,0,1), - (2392,2537,0,987,0,-13646.5,-331.611,8.36083,0,300,0,0,2059,0,0,0), - (2393,1713,0,11452,0,-13519,-116.761,45.0334,2.38664,300,10,0,1981,0,0,1), - (2394,697,0,4573,0,-11882.3,277.931,12.3391,3.65697,300,5,0,1021,963,0,1), - (2395,701,0,4577,0,-11731.1,695.547,50.5621,5.40788,300,0,0,1064,1007,0,0), - (2396,595,0,4574,0,-11728.4,699.182,50.7777,4.85366,300,2,0,1279,0,0,1), - (2397,1713,0,11452,0,-13519.4,-94.5171,43.6685,4.87121,300,10,0,1981,0,0,1), - (2398,681,0,598,0,-11764.4,16.7766,22.4266,0.555494,300,5,0,1050,0,0,1), - (2399,694,0,4572,0,-12017.5,382.114,1.86184,0.259086,300,10,0,1221,0,0,1), - (2400,674,0,7202,0,-13024.5,-414.587,42.7185,3.56047,300,0,0,1829,0,0,0), - (2401,4260,0,1269,0,-12014.1,-742.021,15.2867,2.95352,300,5,0,1536,0,0,1), - (2402,687,0,11317,0,-13318.5,521.245,4.4735,2.8138,300,10,0,1829,0,0,1), - (2403,701,0,4577,0,-11728,744.698,50.8225,3.68816,300,5,0,1064,1007,0,1), - (2404,687,0,11317,0,-13282.4,753.035,2.95049,3.38596,300,5,0,1829,0,0,1), - (2405,1201,0,954,0,-5175.92,265.325,396.709,2.23852,180,10,0,137,0,0,1), - (2406,1201,0,954,0,-5170.2,265.714,397.161,5.36389,180,10,0,137,0,0,1), - (2407,1201,0,954,0,-5176.93,357.412,395.839,4.4411,180,10,0,137,0,0,1), - (2408,1127,0,744,0,-5137.51,318.338,396.594,2.30383,180,0,0,137,0,0,0), - (2409,1201,0,954,0,-5192.97,318.088,398.196,3.43679,180,10,0,137,0,0,1), - (2410,1127,0,744,0,-5189.83,363.919,395.653,1.48668,180,5,0,137,0,0,1), - (2411,1211,0,6921,0,-5072.59,441.611,423.882,5.08146,180,0,0,156,0,0,0), - (2412,1211,0,6921,0,-5081.57,420.627,415.969,3.11621,180,10,0,156,0,0,1), - (2413,1211,0,6921,0,-5086.5,462.997,405.507,3.9202,180,0,0,156,0,0,2), - (2414,1211,0,6921,0,-5071.98,459.991,410.507,0.401888,180,10,0,156,0,0,1), - (2415,1211,0,6921,0,-5073.23,440.334,410.966,4.20571,180,0,0,156,0,0,0), - (2416,1211,0,6921,0,-5089.25,438.164,410.257,0.111789,180,10,0,156,0,0,1), - (2417,1127,0,744,0,-5167.73,445.366,394.202,2.59486,180,5,0,137,0,0,1), - (2418,1211,0,6921,0,-5102.02,459.913,403.395,3.41763,180,0,0,156,0,0,2), - (2419,721,0,328,0,-5068.57,411.23,422.493,5.87804,180,10,0,1,0,0,1), - (2420,1211,0,6921,0,-5052.94,453.274,412.404,5.08973,180,10,0,156,0,0,1), - (2421,1211,0,6921,0,-5056.98,418.321,421.568,5.51575,180,10,0,156,0,0,1), - (2422,1211,0,6921,0,-5070.48,480.116,401.851,3.02022,180,10,0,156,0,0,1), - (2423,1211,0,6921,0,-5092.1,515.032,406.702,2.64376,180,0,0,156,0,0,0), - (2424,1211,0,6921,0,-5078.4,489.38,401.821,3.29002,180,0,0,156,0,0,0), - (2425,1211,0,6921,0,-5120.27,524.759,407.995,1.85442,180,10,0,156,0,0,1), - (2426,1211,0,6921,0,-5048.75,478.535,404.61,1.34722,180,10,0,156,0,0,1), - (2427,1211,0,6921,0,-5047.46,506.11,408.735,5.59929,180,10,0,156,0,0,1), - (2428,1211,0,6921,0,-5169.92,585.356,406.008,5.95157,180,10,0,156,0,0,1), - (2429,1211,0,6921,0,-5183.35,555.4,395.28,4.4,180,0,0,156,0,0,0), - (2430,1096,0,7197,0,-12047.5,-741.762,14.0319,3.13183,300,5,0,1160,1067,0,1), - (2431,676,0,7203,0,-13024,-395.211,34.7281,1.57303,300,3,0,1522,1332,0,1), - (2432,1150,0,1039,0,-11578.2,48.9084,16.1874,2.33895,300,5,0,1050,0,0,1), - (2433,701,0,4577,0,-11705,729.052,49.8906,4.73328,300,5,0,1064,1007,0,1), - (2434,686,0,788,0,-12124.7,271.332,2.84982,4.04311,300,5,0,1403,0,0,1), - (2435,656,0,2363,0,-8469,501.28,99.912,1.801,190,0,0,919,0,0,0), - (2436,1211,0,6921,0,-5251.19,486.936,386.011,3.29077,180,5,0,156,0,0,1), - (2437,1211,0,6921,0,-5192.73,576.49,401.55,4.81,180,0,0,156,0,0,0), - (2438,1211,0,6921,0,-5215.26,519.81,387.39,0.4,180,10,0,156,0,0,1), - (2439,1211,0,6921,0,-5178.42,607.865,408.964,4.70149,180,0,0,156,0,0,2), - (2440,1211,0,6921,0,-5187.61,608.438,408.968,4.87859,180,0,0,156,0,0,0), - (2441,1211,0,6921,0,-5246.06,585.74,402.989,6.2187,180,10,0,156,0,0,1), - (2442,7843,0,6973,0,-5165.01,635.986,348.362,3.47321,190,0,0,582,618,0,0), - (2443,7843,0,6973,0,-5162.95,636.182,348.362,1.74533,190,0,0,582,618,0,0), - (2444,6221,0,6920,0,-5174.38,661.967,348.278,4.08332,300,0,0,582,618,0,0), - (2445,6221,0,6920,0,-5154.36,642.31,348.579,1.65453,300,0,0,582,618,0,0), - (2446,6221,0,6920,0,-5160.54,692.712,363.206,1.49376,300,0,0,582,618,0,0), - (2447,6221,0,6920,0,-5161.55,692.698,363.156,1.494,300,0,0,582,618,0,0), - (2448,6221,0,6920,0,-5159.92,678.097,355.474,4.37645,300,0,0,582,618,0,0), - (2449,6221,0,6920,0,-5164.45,678.521,355.51,4.71333,300,0,0,582,618,0,0), - (2450,1211,0,6921,0,-5279.25,515.387,385.885,0.503194,180,5,0,156,0,0,1), - (2451,1211,0,6921,0,-5285.15,581.264,386.849,3.79016,180,10,0,156,0,0,1), - (2452,1211,0,6921,0,-5288.18,536.86,384.41,5.98,180,5,0,156,0,0,1), - (2453,1211,0,6921,0,-5288.18,585.727,387.349,6.03063,180,0,0,156,0,0,2), - (2454,1211,0,6921,0,-5288.62,459.884,383.636,2.90539,180,5,0,156,0,0,1), - (2455,1211,0,6921,0,-5314.89,483.713,384.31,5.90742,180,10,0,156,0,0,1), - (2456,1127,0,744,0,-5286.91,486.285,384.136,5.38031,180,5,0,137,0,0,1), - (2457,1211,0,6921,0,-5281.59,486.986,384.511,3.90797,180,5,0,156,0,0,1), - (2458,1211,0,6921,0,-5311.44,520.624,384.946,0.1246,180,10,0,156,0,0,1), - (2459,1201,0,954,0,-5272.7,442.675,385.828,4.67123,180,10,0,137,0,0,2), - (2460,1211,0,6921,0,-5291.64,598.37,387.99,4.3,180,10,0,156,0,0,1), - (2461,1211,0,6921,0,-5315.96,583.091,388.498,1.2087,180,10,0,156,0,0,1), - (2462,1211,0,6921,0,-5309.6,598.931,390.544,5.93616,180,0,0,156,0,0,0), - (2463,1211,0,6921,0,-5312.1,546.19,383.92,3.44,180,5,0,156,0,0,1), - (2464,1211,0,6921,0,-5282.58,581.76,386.849,5.48548,180,5,0,156,0,0,2), - (2465,1211,0,6921,0,-5334.27,561.942,395.756,4.08995,180,0,0,156,0,0,0), - (2466,1211,0,6921,0,-5364.04,543.251,386.99,1.58291,180,5,0,156,0,0,1), - (2467,1211,0,6921,0,-5349.01,548.26,385.74,3.68992,180,10,0,156,0,0,1), - (2468,1211,0,6921,0,-5343.21,584.931,386.926,0.160166,180,10,0,156,0,0,1), - (2469,1211,0,6921,0,-5302.24,620.919,391.968,5.37211,180,10,0,156,0,0,1), - (2470,8503,0,7807,0,-5065.97,453.939,410.39,1.44,3600,0,0,199,459,0,0), - (2471,1127,0,744,0,-5346.14,509.477,386.191,0.706894,180,5,0,137,0,0,1), - (2472,1127,0,744,0,-5400.75,524.191,387.264,0.755021,180,5,0,137,0,0,1), - (2473,68,0,3167,0,-8857,937.947,102.143,0.53,430,0,0,3921,0,0,0), - (2474,1150,0,1039,0,-11613.7,14.4775,14.6154,5.47441,300,5,0,1050,0,0,1), - (2475,1152,0,833,0,-11877.8,-488.848,13.1664,4.04493,300,5,0,1403,0,0,1), - (2476,687,0,11317,0,-13280.5,682.581,3.28836,5.96526,300,10,0,1829,0,0,1), - (2477,683,0,2437,0,-11721,-444.636,18.9891,0.089864,300,5,0,1050,0,0,1), - (2478,686,0,788,0,-12156.5,255.487,4.5443,2.73567,300,5,0,1403,0,0,1), - (2479,687,0,11317,0,-13359.8,743.462,4.13672,3.783,300,10,0,1829,0,0,1), - (2480,1150,0,1039,0,-11548.3,149.196,13.3478,0.774697,300,5,0,1050,0,0,1), - (2481,4260,0,1269,0,-12150.7,-699.341,17.3149,4.48588,300,5,0,1536,0,0,1), - (2482,687,0,11317,0,-12835.2,134.366,17.995,1.20176,300,5,0,1829,0,0,1), - (2483,2635,0,1038,0,-12116.7,349.741,2.26199,4.05261,1800,5,0,4185,0,0,1), - (2484,588,0,4575,0,-11690.3,745.009,49.7335,6.19971,300,3,0,1279,0,0,1), - (2485,686,0,788,0,-12079.9,146.833,17.6012,5.62777,300,5,0,1403,0,0,1), - (2486,1096,0,7197,0,-12003.1,-707.455,14.4309,2.81982,300,5,0,1160,1067,0,1), - (2487,588,0,4575,0,-11703.7,750.105,49.6975,6.05148,300,5,0,1279,0,0,1), - (2488,697,0,4573,0,-11995.5,337.262,1.79884,2.87495,300,0,0,1021,963,0,0), - (2489,1152,0,833,0,-11845.6,-455.045,12.5643,5.17142,300,5,0,1403,0,0,1), - (2490,683,0,2437,0,-11714,-417.881,19.0145,5.95433,300,5,0,1050,0,0,1), - (2491,697,0,4573,0,-12004.6,338.394,1.91759,5.58201,300,0,0,1021,963,0,0), - (2492,686,0,788,0,-12048.7,180.721,18.0314,5.90808,300,5,0,1403,0,0,1), - (2493,1150,0,1039,0,-11752.4,-396.244,16.9198,4.19979,300,5,0,1050,0,0,1), - (2494,686,0,788,0,-12154.4,153.496,18.1044,2.55056,300,5,0,1403,0,0,1), - (2495,1152,0,833,0,-11821.5,-416.118,11.6578,3.85306,300,5,0,1403,0,0,1), - (2496,1713,0,11452,0,-13636.7,321.925,43.1813,2.22895,300,5,0,1981,0,0,1), - (2497,1096,0,7197,0,-11916.7,-616.969,16.4366,0,300,5,0,1160,1067,0,1), - (2498,588,0,4575,0,-11682.1,774.436,50.9733,3.28799,300,5,0,1279,0,0,1), - (2499,6909,1,11339,0,11077.9,1902.37,1342.63,2.18262,516,0,0,247,0,0,0), - (2500,683,0,2437,0,-11731,-482.575,17.1606,-2.13443,300,5,0,1050,0,0,1), - (2501,595,0,4574,0,-11681.3,731.25,50.5551,0.00945,300,5,0,1279,0,0,1), - (2502,686,0,788,0,-12214.7,153.484,16.3564,6.24219,300,5,0,1403,0,0,1), - (2503,1096,0,7197,0,-11867.1,-635.283,15.5122,2.28853,300,5,0,1160,1067,0,1), - (2504,686,0,788,0,-12180.8,174.726,17.3447,4.56786,300,5,0,1403,0,0,1), - (2505,1150,0,1039,0,-11517.5,-57.5501,12.8883,4.73784,300,5,0,1050,0,0,1), - (2506,1096,0,7197,0,-11910.8,-584.254,17.0121,4.05383,300,10,0,1160,1067,0,1), - (2507,1096,0,7197,0,-11863.2,-638.984,14.7718,4.24077,300,5,0,1160,1067,0,1), - (2508,701,0,4577,0,-11689.2,757.673,50.7354,4.32842,300,0,0,1064,1007,0,0), - (2509,588,0,4575,0,-11678.8,748.304,50.585,3.21141,300,0,0,1279,0,0,0), - (2510,683,0,2437,0,-11748.4,-514.029,18.5639,0.436332,300,5,0,1050,0,0,1), - (2511,694,0,4572,0,-12019.7,348.359,2.07972,4.74851,300,2,0,1221,0,0,1), - (2512,686,0,788,0,-12184.9,117.131,14.3079,2.9821,300,5,0,1403,0,0,1), - (2513,686,0,788,0,-12252.4,53.6517,19.2489,6.00136,300,10,0,1403,0,0,1), - (2514,588,0,4575,0,-11682.9,753.264,50.6086,3.85718,300,0,0,1279,0,0,0), - (2515,686,0,788,0,-12213.3,89.2849,23.0177,3.58164,300,5,0,1403,0,0,1), - (2516,696,0,4622,0,-12682.6,-505.198,29.4856,4.0101,300,0,0,1678,0,0,0), - (2517,667,0,4632,0,-12679.2,-504.484,29.6106,4.0099,300,0,0,1678,0,0,0), - (2518,667,0,4632,0,-12682.4,-501.765,29.6106,4.00976,300,0,0,1678,0,0,0), - (2519,587,0,4570,0,-11788.6,34.5117,16.107,0,300,5,0,1221,0,0,1), - (2520,1557,0,838,0,-13635,151.881,21.9225,5.99137,300,10,0,1829,0,0,1), - (2521,1557,0,838,0,-13722.7,252.005,28.8683,0.170633,300,5,0,1829,0,0,1), - (2522,1557,0,838,0,-13816.3,76.6574,26.3121,0.82121,300,5,0,1829,0,0,1), - (2523,1557,0,838,0,-13867,104.081,15.5457,0.24555,300,5,0,1829,0,0,1), - (2524,1557,0,838,0,-13875.4,82.5736,15.656,0.853468,300,10,0,1829,0,0,1), - (2525,702,0,4571,0,-11718.9,137.675,16.103,0,300,5,0,1221,0,0,1), - (2526,1557,0,838,0,-13981.5,113.066,14.8363,4.37386,300,10,0,1829,0,0,1), - (2527,1557,0,838,0,-13927.2,111.949,14.3495,4.57326,300,5,0,1829,0,0,1), - (2528,1557,0,838,0,-13953.3,140.875,13.7878,2.58175,300,5,0,1829,0,0,1), - (2529,1557,0,838,0,-13914.3,50.4349,15.7874,5.99173,300,5,0,1829,0,0,1), - (2530,1557,0,838,0,-13953.2,84.4285,16.0215,2.97484,300,10,0,1829,0,0,1), - (2531,694,0,4572,0,-11833.9,68.5123,14.4539,-0.706283,300,0,0,1221,0,0,0), - (2532,587,0,4570,0,-11882.7,48.4295,22.4074,0,300,5,0,1221,0,0,1), - (2533,694,0,4572,0,-11892.9,84.2742,17.4863,0,300,5,0,1221,0,0,1), - (2534,694,0,4572,0,-11844.4,55.266,14.6159,5.65123,300,0,0,1221,0,0,0), - (2535,694,0,4572,0,-11832.8,79.0268,16.1609,-2.08475,300,0,0,1221,0,0,0), - (2536,694,0,4572,0,-11849.6,15.2901,29.8645,0,300,5,0,1221,0,0,1), - (2537,694,0,4572,0,-11825.3,54.0852,14.8659,0.069702,300,0,0,1221,0,0,0), - (2538,4260,0,1269,0,-12154.6,-580.235,13.4685,2.71031,300,5,0,1536,0,0,1), - (2539,667,0,4632,0,-12802.2,-878.674,58.5843,2.5783,300,5,0,1678,0,0,1), - (2540,1653,0,2564,0,-14984.1,270.085,0.175609,5.84475,300,0,0,1110,3293,0,0), - (2541,1565,0,1768,0,-14995.3,261.415,0.197927,4.74909,300,0,0,1902,0,0,0), - (2542,780,0,4616,0,-12659.7,-485.694,29.7415,2.56486,300,0,0,1357,1236,0,0), - (2543,696,0,4622,0,-12712,-454.655,30.497,2.34545,300,0,0,1678,0,0,0), - (2544,667,0,4632,0,-12691.3,-471.014,29.6106,2.59841,300,3,0,1678,0,0,1), - (2545,667,0,4632,0,-12704.8,-478.562,30.3764,4.1951,300,3,0,1678,0,0,1), - (2546,780,0,4616,0,-12698.7,-453.238,30.9325,2.83472,300,0,0,1357,1236,0,0), - (2547,667,0,4632,0,-12712.7,-466.762,29.6264,1.52549,300,3,0,1678,0,0,1), - (2548,667,0,4632,0,-12749.4,-586.729,39.1964,4.93445,300,5,0,1678,0,0,1), - (2549,1561,0,793,0,-14217.5,157.066,6.43592,3.20293,300,10,0,1829,0,0,1), - (2550,772,0,614,0,-12334.7,-815.234,32.9202,2.54231,300,5,0,1536,0,0,1), - (2551,667,0,4632,0,-12716.8,-544.787,31.7097,2.96488,300,5,0,1678,0,0,1), - (2552,780,0,4616,0,-12630.8,-581.903,36.3017,3.30835,300,5,0,1357,1236,0,1), - (2553,1564,0,4462,0,-14889.7,323.528,5.29551,4.72891,300,0,0,1292,3191,0,0), - (2555,772,0,614,0,-12307.8,-679.962,15.5986,2.66818,300,5,0,1536,0,0,1), - (2556,1563,0,796,0,-14455.1,116.533,4.94477,3.59651,300,10,0,1829,0,0,1), - (2557,780,0,4616,0,-12675.9,-584.139,36.8937,0.718851,300,5,0,1357,1236,0,1), - (2558,684,0,633,0,-12347.8,-710.986,17.0866,5.36212,300,5,0,1536,0,0,1), - (2559,667,0,4632,0,-12584,-488.308,29.567,2.79835,300,10,0,1678,0,0,1), - (2560,1563,0,796,0,-14549.5,182.202,2.75409,0.286373,300,10,0,1829,0,0,1), - (2561,667,0,4632,0,-12573,-555.679,36.5284,5.70974,300,10,0,1678,0,0,1), - (2562,1563,0,796,0,-14617.7,245.016,0.681775,4.95792,300,10,0,1829,0,0,1), - (2563,4075,0,1141,0,-14300.4,527.188,8.69527,1.70441,300,3,0,8,0,0,1), - (2564,667,0,4632,0,-12646.6,-552.126,33.7973,5.55979,300,5,0,1678,0,0,1), - (2565,1561,0,793,0,-14315.1,110.832,4.78627,5.24799,300,10,0,1829,0,0,1), - (2566,4075,0,1141,0,-14438.3,466.804,3.93243,5.62101,300,2,0,8,0,0,1), - (2567,1562,0,2562,0,-14254.5,175.666,9.5479,0.172861,300,10,0,1292,3191,0,1), - (2568,1561,0,793,0,-14286,85.5296,6.41413,1.63792,300,5,0,1829,0,0,1), - (2569,1563,0,796,0,-14891.1,299.779,3.00018,1.06256,300,5,0,1829,0,0,1), - (2570,1561,0,793,0,-14279.3,150.584,9.07511,1.02234,300,10,0,1829,0,0,1), - (2571,1562,0,2562,0,-14142.7,437.751,5.98081,0.238755,300,5,0,1292,3191,0,1), - (2572,1561,0,793,0,-14161.6,430.041,12.4065,2.25378,300,5,0,1829,0,0,1), - (2573,780,0,4616,0,-12670.2,-487.287,29.8606,4.00715,300,0,0,1357,1236,0,0), - (2574,1561,0,793,0,-14122.9,459.651,2.47395,0.837188,300,0,0,1829,0,0,0), - (2575,1564,0,4462,0,-14910.4,308.312,5.2055,0.017494,300,5,0,1292,3191,0,1), - (2576,1562,0,2561,0,-14115,464.727,1.72395,4.88694,300,0,0,1292,3191,0,0), - (2578,684,0,633,0,-12312.9,-748.511,13.3077,5.41488,300,5,0,1536,0,0,1), - (2579,1550,0,8802,0,-13080.6,-255.095,-5.36471,3.17638,300,5,0,1902,0,0,1), - (2580,2545,0,4641,0,-14121.7,473.517,1.0327,0.001789,300,0,0,1672,0,0,0), - (2581,1561,0,793,0,-14130.8,465.017,2.31431,1.16937,300,0,0,1829,0,0,0), - (2582,772,0,614,0,-12687.1,-243.015,38.3067,2.13173,300,5,0,1536,0,0,1), - (2583,684,0,633,0,-12643.6,-225.073,39.1751,5.40503,300,5,0,1536,0,0,1), - (2584,1562,0,2562,0,-14136.3,472.249,2.46785,3.9685,300,0,0,1292,3191,0,0), - (2585,684,0,633,0,-12979.5,-304.001,13.7637,0.359221,300,5,0,1536,0,0,1), - (2586,1561,0,793,0,-14145.2,479.077,4.19775,3.85932,300,3,0,1829,0,0,1), - (2587,1564,0,4462,0,-13494,747.63,2.10713,2.80314,300,5,0,1292,3191,0,1), - (2589,1653,0,2563,0,-14936.5,352.128,18.3463,1.83906,300,0,0,1110,3293,0,0), - (2590,1557,0,838,0,-13713.7,178.499,18.7668,1.62025,300,5,0,1829,0,0,1), - (2591,772,0,614,0,-12650.2,-114.033,16.8294,0,300,10,0,1536,0,0,1), - (2592,1653,0,2564,0,-14954.6,352.924,7.5425,2.2841,300,2,0,1110,3293,0,1), - (2593,2676,0,1159,0,-13009.8,-409.272,41.982,3.71505,300,0,0,1656,0,0,0), - (2594,1562,0,2562,0,-14026.8,559.414,5.99513,0.453957,300,5,0,1292,3191,0,1), - (2595,1557,0,838,0,-13684.4,150.006,20.536,4.87732,300,10,0,1829,0,0,1), - (2596,1562,0,2562,0,-14041.3,508.141,2.72868,1.30808,300,5,0,1292,3191,0,1), - (2597,4505,0,2557,0,-14964.7,342.109,7.54262,6.00989,300,2,0,1902,0,0,1), - (2598,4505,0,2557,0,-14972,341.299,7.54244,4.61377,300,0,0,1902,0,0,0), - (2599,1562,0,2562,0,-13977.7,576.836,6.6788,2.54001,300,5,0,1292,3191,0,1), - (2600,1565,0,1768,0,-14927.2,356.315,7.54123,0.931677,300,0,0,1902,0,0,0), - (2601,2549,0,4648,0,-14946,357.498,7.54344,3.3627,300,0,0,1981,0,0,0), - (2602,772,0,614,0,-12517.5,-352.893,16.4823,4.2898,300,5,0,1536,0,0,1), - (2603,2548,0,7208,0,-14924.9,349.625,8.12376,5.12892,300,0,0,2064,0,0,0), - (2604,1563,0,796,0,-13549.2,683.992,0.82436,5.97293,300,5,0,1829,0,0,1), - (2605,1564,0,4462,0,-13489.4,673.744,9.08399,1.62163,300,2,0,1292,3191,0,1), - (2607,4505,0,2558,0,-14974.4,341.71,13.1932,4.50453,300,2,0,1902,0,0,1), - (2608,1565,0,796,0,-14951.3,343.645,12.7543,2.17817,300,2,0,1902,0,0,1), - (2609,1907,0,4923,0,-13824.1,549.091,46.766,0.524431,300,5,0,2077,0,0,1), - (2610,772,0,614,0,-12914.2,-280.606,6.30183,5.91554,300,5,0,1536,0,0,1), - (2611,4506,0,1902,0,-14973,342.602,13.1349,5.59355,300,2,0,1829,0,0,1), - (2612,1907,0,4923,0,-13749,541.011,46.0601,4.95704,300,5,0,2077,0,0,1), - (2613,1907,0,4923,0,-13878.4,621.163,24.2508,1.29375,300,3,0,2077,0,0,1), - (2614,4505,0,2557,0,-14994.4,268.904,12.8612,1.95004,300,3,0,1902,0,0,1), - (2615,1907,0,4923,0,-13846.8,645.281,13.6611,6.23956,300,5,0,2077,0,0,1), - (2616,1907,0,4923,0,-13777.6,582.591,45.945,3.71281,300,5,0,2077,0,0,1), - (2617,1907,0,4923,0,-13857.1,583.676,45.5276,5.70186,300,5,0,2077,0,0,1), - (2618,1653,0,2564,0,-14974.2,261.416,13.1295,4.64459,300,2,0,1110,3293,0,1), - (2619,1907,0,4923,0,-13908.1,659.008,12.2333,0.469224,300,10,0,2077,0,0,1), - (2620,1907,0,4923,0,-13875.4,690.943,3.20405,0.769526,300,5,0,2077,0,0,1), - (2621,4505,0,2557,0,-15015.6,265.514,18.4555,3.16012,300,3,0,1902,0,0,1), - (2622,4506,0,1902,0,-14976.1,273.198,13.0175,2.09121,300,2,0,1829,0,0,1), - (2623,1907,0,4923,0,-13741.7,622.868,15.4835,5.29974,300,10,0,2077,0,0,1), - (2624,1907,0,4923,0,-13818.5,681.93,5.22059,3.97404,300,5,0,2077,0,0,1), - (2625,1562,0,2562,0,-14177.1,376.993,21.2941,6.03721,300,5,0,1292,3191,0,1), - (2626,1907,0,4923,0,-13720.7,535.934,36.8568,1.23388,300,5,0,2077,0,0,1), - (2627,4505,0,2558,0,-15014.7,268.293,12.5726,2.72379,300,0,0,1902,0,0,0), - (2628,1565,0,1768,0,-15008,261.78,7.52066,5.96054,300,0,0,1902,0,0,0), - (2629,1565,0,1768,0,-14981.5,266.424,7.52159,4.03832,300,3,0,1902,0,0,1), - (2630,1907,0,4923,0,-13708.2,494.076,47.2308,2.68723,300,5,0,2077,0,0,1), - (2631,4505,0,2557,0,-15025.2,262.333,7.51532,0.726259,300,0,0,1902,0,0,0), - (2632,2547,0,4657,0,-15016.1,270.206,7.60322,4.76475,300,0,0,2059,0,0,0), - (2633,1565,0,796,0,-14992.9,267.757,7.52023,6.18523,300,0,0,1902,0,0,0), - (2634,1492,0,10039,0,-14135.3,-137.275,-8.33448,3.85509,360,0,0,7960,0,0,0), - (2635,6007,0,6788,0,-11485.7,-2686.88,6.57719,6.03774,450,5,0,3189,0,0,1), - (2636,6009,0,6785,0,-11306.4,-2551.44,97.0359,1.86254,450,0,0,2305,4896,0,0), - (2637,6007,0,6788,0,-11510.5,-2713.02,5.35989,2.24279,450,5,0,3189,0,0,1), - (2638,6009,0,6784,0,-11513.1,-2685.72,8.02382,0.839288,450,5,0,2305,4896,0,1), - (2639,6008,0,6789,0,-11458.9,-2657.35,16.6268,3.34818,450,1,0,2232,4765,0,1), - (2640,6007,0,7841,0,-11250.9,-2531.56,97.0134,5.69075,450,0,0,3189,0,0,0), - (2641,6008,0,6789,0,-11289.9,-2544.44,97.0121,0.782466,450,0,0,2232,4765,0,0), - (2642,6008,0,6789,0,-11452.2,-2685.28,8.66579,5.23105,450,5,0,2232,4765,0,1), - (2643,6007,0,6788,0,-11489.4,-2720.99,0.421272,3.11125,450,5,0,3189,0,0,1), - (2644,8675,0,7949,0,-11519.9,-3005.47,13.3669,5.13934,450,5,0,2880,0,0,1), - (2645,5988,0,6068,0,-10987.1,-3154.22,44.8503,2.78648,450,10,0,2495,0,0,1), - (2646,9540,0,8659,0,-11027.4,-3373.31,65.1182,5.09636,450,0,0,3517,0,0,0), - (2647,12396,0,4426,0,-12111.7,-2513.06,3.99984,0.440051,900,5,0,50300,12430,0,1), - (2648,8717,0,7970,0,-12015.8,-2615.53,-36.3682,2.45695,900,5,0,56592,0,0,1), - (2649,12396,0,4426,0,-12248.2,-2724.7,12.747,4.85346,900,5,0,50300,12430,0,1), - (2650,8718,0,6173,0,-12009.8,-2589.16,-38.1604,5.81187,900,5,0,48832,0,0,1), - (2651,12396,0,4426,0,-11989.9,-2399.11,3.16776,3.26377,900,0,0,50300,12430,0,0), - (2652,8717,0,7970,0,-12246.8,-2564.68,-4.91918,3.59049,900,0,0,56592,0,0,0), - (2653,8718,0,6173,0,-12242.8,-2566.75,-5.54418,3.15529,900,1,0,48832,0,0,1), - (2654,8718,0,6173,0,-12164,-2572.68,-19.6496,2.67358,900,5,0,48832,0,0,1), - (2655,8717,0,7970,0,-11779,-2389.06,-7.354,5.39801,900,5,0,56592,0,0,1), - (2656,8716,0,10543,0,-12288,-2555.69,5.41969,3.92201,900,5,0,46558,12840,0,1), - (2657,8718,0,6173,0,-11756,-2461.68,-15.2874,4.9389,900,5,0,48832,0,0,1), - (2658,8717,0,7970,0,-11860.8,-2521.15,-20.1309,3.36429,900,0,0,56592,0,0,0), - (2659,6004,0,7838,0,-11309.8,-3401.81,7.59274,2.50923,450,2,0,2980,0,0,1), - (2660,6006,0,6771,0,-11267.1,-3489.57,9.51322,5.87988,450,1,0,2466,1923,0,1), - (2661,6004,0,6780,0,-11234.8,-3496.78,11.8152,3.17691,450,0,0,2980,0,0,0), - (2662,6005,0,6794,0,-11478.1,-3338.54,8.51435,5.95547,450,0,0,3082,0,0,0), - (2663,6005,0,6794,0,-11445.3,-3381.67,10.1543,2.73824,450,5,0,3082,0,0,1), - (2664,6006,0,6771,0,-11587.5,-3389.49,7.97954,4.88839,450,5,0,2466,1923,0,1), - (2665,6006,0,6772,0,-11263.1,-3544.69,7.98947,1.82146,450,1,0,2466,1923,0,1), - (2666,6006,0,6770,0,-11613.9,-3405.19,7.60613,1.87281,450,0,0,2466,1923,0,0), - (2667,6004,0,7838,0,-11261.3,-3526.98,9.02054,5.87498,450,1,0,2980,0,0,1), - (2668,5385,0,6778,0,-10994.7,-3507.89,103.225,0.977384,450,0,0,2972,0,0,0), - (2669,5393,0,6776,0,-11044.3,-3470.16,65.0376,0.942478,450,0,0,3986,0,0,0), - (2670,7669,0,6877,0,-10888.9,-2622.51,10.8857,5.81609,450,5,0,3189,0,0,1), - (2671,7669,0,6877,0,-10804.2,-2694.91,8.7607,5.51524,450,0,0,3189,0,0,0), - (2672,7667,0,6768,0,-11236.1,-2606.81,95.7706,2.80998,900,0,0,21321,28428,0,0), - (2673,7668,0,6849,0,-11650.9,-3085.76,20.1169,0.659191,450,5,0,3758,0,0,1), - (2674,7671,0,6872,0,-11462.1,-2614.81,43.9559,2.24996,450,1,0,3529,0,0,1), - (2675,5999,0,6730,0,-10986.6,-3312.71,63.9635,5.63344,450,1,0,2661,0,0,1), - (2676,7851,0,7912,0,-10934.9,-3369.31,66.5809,4.79965,900,0,0,8519,0,0,0), - (2677,5999,0,6727,0,-11018.8,-3338.1,64.3369,1.62316,450,0,0,2661,0,0,0), - (2678,5999,0,6730,0,-11021.5,-3273.91,55.0998,3.735,450,0,0,2661,0,0,0), - (2679,7851,0,7911,0,-10993.1,-3493.36,68.7534,0.453786,900,0,0,8519,0,0,0), - (2680,5999,0,6729,0,-11080.7,-3300.11,49.2032,0.855211,450,0,0,2661,0,0,0), - (2681,6000,0,6731,0,-10978.3,-3278.64,49.5983,0.784552,450,1,0,2229,1750,0,1), - (2682,7851,0,7912,0,-10941.9,-3418.85,66.5809,1.76278,900,0,0,8519,0,0,0), - (2683,5999,0,6730,0,-11020.2,-3509.72,72.9543,4.81851,450,5,0,2661,0,0,1), - (2684,5999,0,6729,0,-11002.2,-3333.93,65.0294,2.05949,450,0,0,2661,0,0,0), - (2685,7506,0,6631,0,-10886,-2938.13,13.1398,1.50098,450,0,0,3866,0,0,0), - (2686,7505,0,6630,0,-10883.9,-2935.1,13.0146,2.9147,450,0,0,3517,4393,0,0), - (2687,8022,0,7273,0,-11001.5,-3482.74,103.227,5.67232,450,0,0,3517,0,0,0), - (2688,750,0,1995,0,-10859.5,-3652.45,17.1831,1.82485,450,5,0,1981,0,0,1), - (2689,769,0,336,0,-10674.4,-3613.39,45.5039,2.2843,450,5,0,1829,0,0,1), - (2690,769,0,336,0,-10619.5,-3642.16,22.3119,1.26714,450,5,0,1829,0,0,1), - (2691,5998,0,6724,0,-10579.7,-3299.28,1.10702,1.13032,450,5,0,2252,0,0,1), - (2692,5997,0,6711,0,-10747.2,-3531.77,-31.13,3.41744,450,5,0,2476,0,0,1), - (2693,5996,0,6719,0,-10660.8,-3666.9,-12.6275,0.610865,450,0,0,2479,0,0,0), - (2694,5996,0,6722,0,-10735.5,-3406.5,-12.8032,3.01942,450,0,0,2479,0,0,0), - (2695,5996,0,6721,0,-10775.4,-3544,-27.8369,3.15905,450,0,0,2479,0,0,0), - (2696,5996,0,6720,0,-10723.9,-3291.74,-10.0672,2.82743,450,0,0,2479,0,0,0), - (2697,5996,0,6720,0,-10762.8,-3353.55,-9.78763,2.44346,450,0,0,2479,0,0,0), - (2698,5996,0,6719,0,-10521.9,-3337.04,-4.89052,3.87463,450,0,0,2479,0,0,0), - (2699,5996,0,6719,0,-10621.8,-3255.69,-5.00244,5.96903,450,0,0,2479,0,0,0), - (2700,8178,0,7390,0,-10974,-3481.8,103.222,2.77507,450,0,0,3404,2053,0,0), - (2701,5508,0,3304,0,-10949.8,-3455.49,66.7557,2.81976,450,0,0,2471,0,0,0), - (2702,8609,0,7905,0,-11110.2,-3437.1,79.282,2.67035,900,0,0,7423,7071,0,0), - (2703,3546,0,3701,0,-10946.6,-3369.31,66.5809,6.07375,450,0,0,2972,0,0,0), - (2704,8816,0,146,0,-11083.2,-2854.86,11.0481,5.74213,450,0,0,3517,0,0,0), - (2705,5974,0,14402,0,-10907.7,-2654.82,7.76072,5.51649,450,1,0,1679,3923,0,1), - (2706,5975,0,11542,0,-10847.4,-2677.01,8.74413,5.34818,450,0,0,1752,3923,0,0), - (2707,5974,0,14402,0,-10844.8,-2619.97,7.76071,0.677109,450,2,0,1679,3923,0,1), - (2708,5975,0,11542,0,-10809.5,-2684.43,7.7607,1.44789,450,0,0,1752,3923,0,0), - (2709,5976,0,11584,0,-10869.4,-2624.56,7.76072,5.90662,450,1,0,2399,0,0,1), - (2710,5976,0,11584,0,-10848.2,-2722.31,7.65402,2.90214,450,0,0,2399,0,0,0), - (2711,5976,0,11584,0,-10824.3,-2706.48,7.7607,4.6397,450,2,0,2399,0,0,1), - (2712,5975,0,11542,0,-10850.7,-2657.42,8.74544,0.47329,450,0,0,1752,3923,0,0), - (2713,5974,0,14402,0,-10893.7,-2638.58,7.7607,5.60475,450,2,0,1679,3923,0,1), - (2714,5977,0,14401,0,-11517.2,-2906.36,27.6606,4.2277,450,5,0,3189,0,0,1), - (2715,5977,0,14401,0,-11481.6,-2820.5,-0.662784,3.86804,450,3,0,3189,0,0,1), - (2716,5977,0,14401,0,-11526.5,-2817.52,2.43685,5.68767,450,3,0,3189,0,0,1), - (2717,5977,0,14401,0,-11480,-2886.7,8.44369,6.06141,450,5,0,3189,0,0,1), - (2718,6011,0,9017,0,-11869,-3334.99,8.08631,3.75344,450,5,0,3293,0,0,1), - (2719,6010,0,1913,0,-11867.4,-3336.46,8.97027,3.72497,450,5,0,3330,0,0,1), - (2720,6011,0,9017,0,-11800.8,-3321.41,4.06468,0.401556,450,5,0,3293,0,0,1), - (2721,6010,0,1913,0,-11805.3,-3323.34,4.7902,0.401511,450,5,0,3330,0,0,1), - (2722,14463,0,14531,0,-11686.4,-2384.94,-0.199744,3.78736,450,0,0,3857,0,0,0), - (2723,12397,0,0,0,-12241.3,-2432.1,2.93936,3.26504,604800,0,0,366410,0,0,2), - (2726,6009,0,6786,0,-11261.1,-2525.3,97.0219,2.67461,450,0,0,2305,4896,0,0), - (2727,6008,0,6790,0,-11338.9,-2556.07,87.4827,0.191033,450,5,0,2232,4765,0,1), - (2728,6007,0,7841,0,-11290.4,-2551.78,97.0239,1.24853,450,0,0,3189,0,0,0), - (2729,6008,0,6789,0,-11499.8,-2679.5,7.57719,4.36409,450,5,0,2232,4765,0,1), - (2730,6008,0,6790,0,-11297.2,-2604.6,88.2991,3.40219,450,5,0,2232,4765,0,1), - (2731,6008,0,6790,0,-11312.4,-2578.39,89.9251,2.52475,450,5,0,2232,4765,0,1), - (2732,6008,0,6789,0,-11275.2,-2535.11,97.0855,4.05066,450,0,0,2232,4765,0,0), - (2733,6008,0,6790,0,-11248.4,-2561.87,97.0332,5.11832,450,0,0,2232,4765,0,0), - (2734,6009,0,6783,0,-11275.2,-2557.91,96.9977,1.77635,450,0,0,2305,4896,0,0), - (2735,6007,0,6788,0,-11432.3,-2627.44,38.0941,0.719014,450,5,0,3189,0,0,1), - (2736,8675,0,7949,0,-11555.3,-2963.46,39.3307,1.97075,450,5,0,2880,0,0,1), - (2737,5988,0,6068,0,-10888.8,-2805.44,46.4878,0.182335,450,5,0,2495,0,0,1), - (2738,12396,0,4426,0,-12206.7,-2751.73,17.5291,6.02139,900,5,0,50300,12430,0,1), - (2739,8718,0,6173,0,-11883.2,-2692.7,0.601427,5.34638,900,5,0,48832,0,0,1), - (2740,8716,0,10543,0,-12000.6,-2400.18,2.85095,5.75959,900,0,0,46558,12840,0,0), - (2741,8718,0,6173,0,-12243.5,-2695.81,7.20349,5.01562,900,5,0,48832,0,0,1), - (2742,12396,0,4426,0,-11981,-2584.65,-40.8031,5.21257,900,5,0,50300,12430,0,1), - (2743,8717,0,7970,0,-11817.9,-2545.91,-13.0054,1.44935,900,5,0,56592,0,0,1), - (2744,12396,0,4426,0,-12222,-2677.96,12.4503,1.91334,900,5,0,50300,12430,0,1), - (2745,8717,0,7970,0,-11929.3,-2386.14,10.8776,2.81984,900,5,0,56592,0,0,1), - (2746,8716,0,10543,0,-12146.4,-2410.7,3.2018,0.554378,900,2,0,46558,12840,0,1), - (2747,6004,0,7838,0,-11274.5,-3453.26,8.10814,4.36638,450,1,0,2980,0,0,1), - (2748,6005,0,6793,0,-11242.8,-3523.6,9.85982,4.45059,450,1,0,3082,0,0,1), - (2749,6004,0,7838,0,-11261.3,-3472.12,7.914,1.32095,450,1,0,2980,0,0,1), - (2750,6005,0,6793,0,-11511.7,-3381.13,8.4552,3.36429,450,5,0,3082,0,0,1), - (2751,6005,0,6794,0,-11273.9,-3511.51,8.24128,2.99208,450,1,0,3082,0,0,1), - (2752,6006,0,6772,0,-11629.5,-3407.24,9.10613,5.23646,450,1,0,2466,1923,0,1), - (2753,6006,0,6770,0,-11260.1,-3547.26,7.4893,6.03162,450,1,0,2466,1923,0,1), - (2754,6006,0,6770,0,-11642.1,-3387.65,17.6654,6.04058,450,5,0,2466,1923,0,1), - (2755,7363,0,11653,0,-11362.8,-2982.84,0.798906,2.79076,450,0,0,3857,0,0,0), - (2756,7851,0,7910,0,-11055.5,-3442.05,66.6365,2.16421,900,0,0,8519,0,0,0), - (2757,5999,0,6729,0,-10919.8,-3452.08,65.7077,2.28289,450,1,0,2661,0,0,1), - (2758,5999,0,6730,0,-10883.4,-3252.51,69.4235,2.02972,450,2,0,2661,0,0,1), - (2759,5999,0,6730,0,-11045.7,-3278.93,53.3541,1.14295,450,5,0,2661,0,0,1), - (2760,5999,0,6729,0,-11106.5,-3352.03,55.0949,4.93158,450,5,0,2661,0,0,1), - (2761,5999,0,6730,0,-11152.6,-3400.61,76.5866,5.86174,450,5,0,2661,0,0,1), - (2762,5999,0,6730,0,-11024.2,-3275.6,55.1284,0.506145,450,0,0,2661,0,0,0), - (2763,5999,0,6730,0,-11085.3,-3479.63,66.7909,6.27733,450,2,0,2661,0,0,1), - (2764,5999,0,6729,0,-10958.6,-3325.37,65.0546,4.34019,450,2,0,2661,0,0,1), - (2765,5996,0,6721,0,-10519.3,-3309.95,-1.24627,0.872665,450,0,0,2479,0,0,0), - (2766,5996,0,6720,0,-10553.1,-3355.76,-1.20768,0.541052,450,0,0,2479,0,0,0), - (2767,5998,0,6725,0,-10678.3,-3633.63,-10.8863,0.2658,450,5,0,2252,0,0,1), - (2768,5998,0,6725,0,-10698.7,-3300.77,-7.7379,6.23077,450,5,0,2252,0,0,1), - (2769,5996,0,6721,0,-10694.9,-3415.11,-14.5371,0,450,0,0,2479,0,0,0), - (2770,5996,0,6719,0,-10672.6,-3383.85,-12.0771,5.20108,450,0,0,2479,0,0,0), - (2771,5997,0,6711,0,-10637.3,-3301.63,-7.08787,1.58414,450,5,0,2476,0,0,1), - (2772,5996,0,6719,0,-10518.9,-3466.29,-11.4917,5.11381,450,0,0,2479,0,0,0), - (2773,5998,0,6723,0,-10584.7,-3508.64,-3.61231,5.19755,450,5,0,2252,0,0,1), - (2774,5997,0,6712,0,-10560.3,-3478.88,-5.03195,4.70406,450,5,0,2476,0,0,1), - (2775,5976,0,11584,0,-10828.3,-2622.35,7.88571,2.54399,450,1,0,2399,0,0,1), - (2776,5975,0,11542,0,-10868.2,-2662.13,8.8214,0.558505,450,0,0,1752,3923,0,0), - (2777,5974,0,14402,0,-10855,-2681.45,8.82382,0.733038,450,0,0,1679,3923,0,0), - (2778,5975,0,11542,0,-10836.9,-2720.07,7.71903,2.75762,450,0,0,1752,3923,0,0), - (2779,5974,0,14402,0,-10873.3,-2677.81,8.73793,0.243874,450,5,1,1679,3923,0,2), - (2780,5977,0,14401,0,-11503.7,-2844.98,4.80994,6.10946,450,3,0,3189,0,0,1), - (2781,5978,0,11543,0,-11485.4,-2918.75,24.0836,4.02604,450,5,0,2305,4896,0,1), - (2782,1420,0,901,0,-10618.4,-3666.94,23.8673,3.49188,450,5,0,8,0,0,1), - (2783,6009,0,6784,0,-11264.5,-2560.85,97.0773,2.51125,450,0,0,2305,4896,0,0), - (2784,6007,0,6788,0,-11269.6,-2576.88,96.977,3.44843,450,0,0,3189,0,0,0), - (2785,6007,0,6787,0,-11264.5,-2545.45,97.0609,3.28212,450,0,0,3189,0,0,0), - (2786,6007,0,6787,0,-11251.5,-2604.09,94.8929,3.00633,450,5,0,3189,0,0,1), - (2787,5993,0,11410,0,-11862,-2996.29,16.9151,5.23105,450,5,0,2727,0,0,1), - (2788,5985,0,2714,0,-11844.9,-2996.68,14.0409,0.812789,450,10,0,2672,0,0,1), - (2789,12396,0,4426,0,-12319.3,-2640.17,10.8436,1.98287,900,5,0,50300,12430,0,1), - (2790,8717,0,7970,0,-11856.4,-2583.17,-14.7073,3.71457,900,5,0,56592,0,0,1), - (2791,8717,0,7970,0,-11964.2,-2656.28,-12.3291,5.9485,900,0,0,56592,0,0,0), - (2792,8718,0,6173,0,-11966.7,-2653.16,-12.8636,5.94127,900,1,0,48832,0,0,1), - (2793,8718,0,6173,0,-11968.1,-2657.17,-11.2386,5.9473,900,1,0,48832,0,0,1), - (2794,8718,0,6173,0,-12285,-2575.99,2.72914,1.64907,900,5,0,48832,0,0,1), - (2795,8717,0,7970,0,-11774.9,-2518.76,-11.1947,6.08042,900,5,0,56592,0,0,1), - (2796,8718,0,6173,0,-11925.4,-2414.17,0.619561,3.49237,900,5,0,48832,0,0,1), - (2797,8717,0,7970,0,-11925.1,-2654.31,-1.92741,4.27057,900,5,0,56592,0,0,1), - (2798,8717,0,7970,0,-11783.6,-2585.07,4.04247,4.95013,900,5,0,56592,0,0,1), - (2799,12396,0,4426,0,-11989.9,-2411.92,4.1792,2.30383,900,0,0,50300,12430,0,0), - (2800,8717,0,7970,0,-11917.1,-2522.79,-39.1208,4.81658,900,5,0,56592,0,0,1), - (2801,6006,0,6771,0,-11484.8,-3310.4,9.02147,2.93597,450,5,0,2466,1923,0,1), - (2802,6006,0,6771,0,-11320,-3445.15,7.71774,2.38318,450,5,0,2466,1923,0,1), - (2803,6004,0,7838,0,-11560.2,-3360.27,10.2462,2.11421,450,5,0,2980,0,0,1), - (2804,6005,0,6794,0,-11551.1,-3380.24,11.4795,3.5987,450,5,0,3082,0,0,1), - (2805,6006,0,6772,0,-11490.2,-3339.76,7.76435,0.579944,450,0,0,2466,1923,0,0), - (2806,6006,0,6772,0,-11217.8,-3498.09,8.03305,1.72187,450,0,0,2466,1923,0,0), - (2807,6005,0,6794,0,-11442.3,-3358.14,8.68787,2.55273,450,5,0,3082,0,0,1), - (2808,6006,0,6771,0,-11256.1,-3447.36,8.35604,1.97084,450,1,0,2466,1923,0,1), - (2809,6006,0,6771,0,-11274.3,-3476.92,8.83595,1.55252,450,0,0,2466,1923,0,0), - (2810,6006,0,6770,0,-11258.5,-3569.73,7.00287,5.41128,450,0,0,2466,1923,0,0), - (2811,7668,0,6850,0,-11709.4,-3311.69,16.9198,2.22469,450,5,0,3758,0,0,1), - (2812,7826,0,7010,0,-10997.5,-3505.23,103.211,0.767945,450,0,0,4108,0,0,0), - (2813,7670,0,6858,0,-11331.6,-3398.19,7.59274,4.53786,450,2,0,3293,0,0,1), - (2814,5999,0,6727,0,-10947.7,-3283.58,55.0592,1.90241,450,0,0,2661,0,0,0), - (2815,5999,0,6728,0,-11055.7,-3307.14,50.8644,6.16239,450,1,0,2661,0,0,1), - (2816,5999,0,6727,0,-10974.4,-3379.04,65.1799,0.837758,450,0,0,2661,0,0,0), - (2817,6003,0,6755,0,-11040.5,-3447.2,65.8293,3.11952,450,0,0,4108,0,0,0), - (2818,6000,0,6732,0,-10928.6,-3508.38,68.539,0.652482,450,5,0,2229,1750,0,1), - (2819,5999,0,6729,0,-10944.8,-3507.29,73.6,3.89832,450,0,0,2661,0,0,0), - (2820,7851,0,7912,0,-11069,-3391.42,66.6365,5.21853,900,0,0,8519,0,0,0), - (2821,6001,0,6713,0,-11115.6,-3444.79,65.0793,5.55516,450,0,0,3294,0,0,0), - (2822,7851,0,7913,0,-11072.5,-3393.22,66.6365,5.25344,900,0,0,8519,0,0,0), - (2823,5999,0,6728,0,-10999.9,-3282.64,54.1348,1.81514,450,0,0,2661,0,0,0), - (2824,769,0,336,0,-10570.5,-3614,22.4278,0.165916,450,5,0,1829,0,0,1), - (2825,5996,0,6720,0,-10700.8,-3274.46,-9.14291,6.23082,450,0,0,2479,0,0,0), - (2826,5996,0,6720,0,-10812.8,-3474.37,-21.1346,5.32325,450,0,0,2479,0,0,0), - (2827,5996,0,6719,0,-10864.6,-3051.76,47.8719,1.22173,450,0,0,2479,0,0,0), - (2828,5996,0,6721,0,-10555.5,-3545.86,-8.21458,3.89208,450,0,0,2479,0,0,0), - (2829,5996,0,6719,0,-10714.2,-3583.94,-31.3877,4.13643,450,0,0,2479,0,0,0), - (2830,5996,0,6720,0,-10754.3,-3563.71,-33.4248,4.01426,450,0,0,2479,0,0,0), - (2831,5997,0,6712,0,-10652.4,-3595.24,-7.64636,4.374,450,5,0,2476,0,0,1), - (2832,5996,0,6719,0,-10600.4,-3187.21,12.874,4.27606,450,0,0,2479,0,0,0), - (2833,5998,0,6724,0,-10764,-3642.1,-13.065,0.369457,450,5,0,2252,0,0,1), - (2834,5996,0,6721,0,-10619.9,-3273.16,-6.31611,0.174533,450,0,0,2479,0,0,0), - (2835,5988,0,6068,0,-11089.1,-3142.38,42.9618,5.11574,450,5,0,2495,0,0,1), - (2836,8717,0,7970,0,-11752.8,-2486.95,-7.43404,3.90651,900,5,0,56592,0,0,1), - (2837,8717,0,7970,0,-11716.7,-2442.07,-7.41575,1.82382,900,5,0,56592,0,0,1), - (2838,12396,0,4426,0,-12323.9,-2580.36,8.9599,2.71287,900,5,0,50300,12430,0,1), - (2839,8717,0,7970,0,-12189.9,-2588.87,-2.98258,4.16828,900,5,0,56592,0,0,1), - (2840,8717,0,7970,0,-11811.8,-2624.23,4.25096,1.3078,900,5,0,56592,0,0,1), - (2841,8717,0,7970,0,-12043.3,-2523.64,-38.7124,5.90628,900,5,0,56592,0,0,1), - (2842,8717,0,7970,0,-11757,-2555.62,2.43561,4.09456,900,5,0,56592,0,0,1), - (2843,8717,0,7970,0,-11947.6,-2546.65,-47.4309,1.3416,900,5,0,56592,0,0,1), - (2844,8717,0,7970,0,-11884,-2544.6,-36.325,0.821294,900,5,0,56592,0,0,1), - (2845,6005,0,6794,0,-11249.2,-3467.66,7.90503,4.05974,450,1,0,3082,0,0,1), - (2846,6005,0,6793,0,-11326.9,-3424.21,7.59274,4.54259,450,5,0,3082,0,0,1), - (2847,6004,0,6779,0,-11619,-3357.54,8.68237,4.54843,450,10,0,2980,0,0,1), - (2848,6006,0,6770,0,-11522.4,-3353.17,9.94743,4.35728,450,5,0,2466,1923,0,1), - (2849,6005,0,6794,0,-11256.9,-3409.38,15.6411,2.90721,450,5,0,3082,0,0,1), - (2850,6004,0,7838,0,-11456.9,-3322.41,8.47633,2.9435,450,5,0,2980,0,0,1), - (2851,6004,0,6779,0,-11279.2,-3476.89,7.94735,5.4126,450,0,0,2980,0,0,0), - (2852,6004,0,6779,0,-11481,-3382.53,8.39437,5.62663,450,5,0,2980,0,0,1), - (2853,7666,0,6769,0,-11219.6,-3475.74,9.85,4.50295,900,0,0,13782,45780,0,0), - (2854,7671,0,6870,0,-11323.3,-2522.83,93.9779,1.47651,450,5,0,3529,0,0,1), - (2855,7665,0,10169,0,-10857.3,-2667.71,7.88419,3.24631,900,0,0,22968,0,0,0), - (2856,7668,0,6850,0,-11739,-3053.84,18.4111,4.22703,450,5,0,3758,0,0,1), - (2857,7668,0,6847,0,-11842.3,-2974.43,10.0113,4.15581,450,10,0,3758,0,0,1), - (2858,5999,0,6730,0,-11067.7,-3310.93,50.0931,0.837758,450,0,0,2661,0,0,0), - (2859,5999,0,6730,0,-11006.5,-3348.3,65.1574,1.73948,450,1,1,2661,0,0,2), - (2860,5999,0,6727,0,-11001.1,-3279.35,54.7213,5.044,450,0,0,2661,0,0,0), - (2861,5999,0,6729,0,-10991.9,-3373.95,63.453,1.39626,450,0,0,2661,0,0,0), - (2862,6001,0,6713,0,-10926.7,-3484.35,65.0793,5.81771,450,0,0,3294,0,0,0), - (2863,5999,0,6728,0,-11018.8,-3316.18,59.9649,5.59869,450,1,0,2661,0,0,1), - (2864,5999,0,6728,0,-10976,-3440.43,63.3245,0.10937,450,1,0,2661,0,0,1), - (2865,5999,0,6730,0,-11163.1,-3440.09,61.7783,2.56579,450,5,0,2661,0,0,1), - (2866,5999,0,6729,0,-10940.7,-3263.98,53.9229,5.15052,450,0,0,2661,0,0,0), - (2867,5999,0,6730,0,-11057.3,-3291.48,51.8873,6.14356,450,0,0,2661,0,0,0), - (2868,5996,0,6719,0,-10613.9,-3337.17,-7.95657,0.10472,450,0,0,2479,0,0,0), - (2869,5996,0,6721,0,-10605,-3621.74,-12.6862,5.34071,450,0,0,2479,0,0,0), - (2870,5996,0,6721,0,-10542.7,-3600.31,-14.7056,6.00393,450,0,0,2479,0,0,0), - (2871,5996,0,6719,0,-10668.6,-3245.1,-1.31415,4.24115,450,0,0,2479,0,0,0), - (2872,5996,0,6722,0,-10745.3,-3578.71,-33.0994,4.34587,450,0,0,2479,0,0,0), - (2873,5996,0,6719,0,-10617.4,-3433.49,1.5664,6.23082,450,0,0,2479,0,0,0), - (2874,5997,0,6711,0,-10643.4,-3374.95,-12.1814,4.24475,450,5,0,2476,0,0,1), - (2875,5996,0,6722,0,-10617.6,-3376.93,-13.217,5.37561,450,0,0,2479,0,0,0), - (2876,5996,0,6720,0,-10688.1,-3074.86,19.9263,4.24115,450,0,0,2479,0,0,0), - (2877,5996,0,6721,0,-10667.4,-3511.52,-29.3017,0.122173,450,0,0,2479,0,0,0), - (2878,5991,0,798,0,-11738.7,-3389.13,14.4759,3.72791,450,5,0,2980,0,0,1), - (2879,12396,0,4426,0,-12052.7,-2586.09,-37.803,4.11408,900,5,0,50300,12430,0,1), - (2880,8717,0,7970,0,-11886.9,-2614.32,-4.11568,4.63022,900,5,0,56592,0,0,1), - (2881,8717,0,7970,0,-12078.5,-2619.14,-31.5581,5.33667,900,5,0,56592,0,0,1), - (2882,8718,0,6173,0,-12148.3,-2587.84,-21.0075,5.46741,900,5,0,48832,0,0,1), - (2883,8718,0,6173,0,-11933,-2717.8,6.27571,5.04031,900,5,0,48832,0,0,1), - (2884,8717,0,7970,0,-11950.4,-2618.1,-36.5232,0.453874,900,5,0,56592,0,0,1), - (2885,8717,0,7970,0,-11752.7,-2420.61,-13.3446,4.78403,900,5,0,56592,0,0,1), - (2886,8717,0,7970,0,-11882.1,-2681.98,0.476427,1.83067,900,5,0,56592,0,0,1), - (2887,12396,0,4426,0,-12202.4,-2744.55,16.3448,5.39307,900,5,0,50300,12430,0,1), - (2888,8717,0,7970,0,-11858.1,-2643.35,-1.83507,2.64474,900,5,0,56592,0,0,1), - (2889,6006,0,6771,0,-11476.2,-3348.33,7.38935,6.10416,450,0,0,2466,1923,0,0), - (2890,6004,0,7838,0,-11238.5,-3451.99,7.29774,3.6961,450,0,0,2980,0,0,0), - (2891,6004,0,7838,0,-11231.8,-3506.31,13.0205,2.17889,450,1,0,2980,0,0,1), - (2892,6004,0,6780,0,-11319.8,-3411.34,7.59274,0.537749,450,3,0,2980,0,0,1), - (2893,6006,0,6773,0,-11624.2,-3390.11,9.35596,3.02998,450,0,0,2466,1923,0,0), - (2894,6004,0,6779,0,-11304,-3419.41,9.37139,5.39922,450,0,0,2980,0,0,0), - (2895,6004,0,6780,0,-11612.4,-3388.74,7.85596,3.9336,450,0,0,2980,0,0,0), - (2896,6005,0,6793,0,-11261.1,-3561.94,7.47284,2.14633,450,0,0,3082,0,0,0), - (2897,7668,0,6847,0,-11880.3,-3026.19,18.5392,4.44128,450,10,0,3758,0,0,1), - (2898,7668,0,6850,0,-11811.4,-3355.22,6.96486,4.9189,450,5,0,3758,0,0,1), - (2899,7671,0,6871,0,-11476.3,-2692.11,6.95219,4.93068,450,5,0,3529,0,0,1), - (2900,1196,0,8840,0,-5399.57,546.408,387.271,2.96873,180,10,0,164,0,0,1), - (2901,6886,0,5648,0,-5336.66,562.818,395.897,6.0912,180,0,0,500,0,0,0), - (2902,1201,0,954,0,-5418.4,481.374,384.49,3.20424,180,10,0,137,0,0,1), - (2903,1196,0,8840,0,-5417.44,478.429,384.342,0.359238,180,10,0,164,0,0,1), - (2904,1201,0,954,0,-5417.58,536.185,386.756,0.545774,180,10,0,137,0,0,1), - (2905,1127,0,744,0,-5378.84,448.41,385.724,4.28846,180,5,0,137,0,0,1), - (2906,721,0,328,0,-5358.34,443.814,386.117,3.16295,180,10,0,1,0,0,1), - (2907,1120,0,5608,0,-5515.93,513.092,387.936,5.5807,180,5,0,137,0,0,1), - (2908,1201,0,954,0,-5447.46,483.958,385.746,2.00944,180,10,0,137,0,0,1), - (2909,721,0,328,0,-5456.2,490.182,385.725,1.60536,180,10,0,1,0,0,1), - (2910,1121,0,5607,0,-5521.19,551.901,391.715,2.06328,180,5,0,148,165,0,1), - (2911,1120,0,5608,0,-5561.04,518.539,382.011,4.2237,180,0,0,137,0,0,0), - (2912,1123,0,5626,0,-5567.64,521.862,381.425,4.93928,180,0,0,156,0,0,0), - (2913,1123,0,5626,0,-5566.43,514.22,381.886,5.8294,180,0,0,156,0,0,0), - (2914,1120,0,5608,0,-5568.12,517.603,381.675,4.10152,180,0,0,137,0,0,0), - (2915,1121,0,5607,0,-5563.04,513.006,381.886,1.25664,180,0,0,148,165,0,0), - (2916,1124,0,5613,0,-5556.3,521.664,382.386,4.04916,180,0,0,160,350,0,0), - (2917,1121,0,5607,0,-5538.93,517.203,387.261,0.788232,180,5,0,148,165,0,1), - (2918,1121,0,5607,0,-5585.96,552.711,388.179,2.77985,180,5,0,148,165,0,1), - (2919,1120,0,5608,0,-5554.37,553.291,393.04,1.02446,180,5,0,137,0,0,1), - (2920,1121,0,5607,0,-5565.6,637.562,398.912,0.505196,180,5,0,148,165,0,1), - (2921,1123,0,5626,0,-5564.88,648.602,398.516,5.66578,180,5,0,156,0,0,1), - (2922,1123,0,5626,0,-5547.14,546.356,391.621,4.53184,180,5,0,156,0,0,1), - (2923,1123,0,5626,0,-5547.62,660.976,395.687,5.408,180,5,0,156,0,0,1), - (2924,1123,0,5626,0,-5549.38,641.151,399.193,3.28741,180,5,0,156,0,0,1), - (2925,1123,0,5626,0,-5547.56,605.561,396.011,2.01467,180,5,0,156,0,0,1), - (2926,1123,0,5626,0,-5549.6,590.547,395.329,4.84886,180,5,0,156,0,0,1), - (2927,1120,0,5608,0,-5612.4,528.935,386.806,2.39576,180,5,0,137,0,0,1), - (2928,1123,0,5626,0,-5590.94,520.052,383.3,2.76605,180,5,0,156,0,0,1), - (2929,1120,0,5608,0,-5565.55,487.368,382.804,3.12868,180,5,0,137,0,0,1), - (2930,1120,0,5608,0,-5588.74,487.23,385.006,2.93619,180,5,0,137,0,0,1), - (2931,1123,0,5626,0,-5625.43,624.892,385.988,2.06804,180,5,0,156,0,0,1), - (2932,1124,0,5613,0,-5602.53,656.692,384.234,2.7131,180,5,0,160,350,0,1), - (2933,1122,0,5612,0,-5591.88,624.357,396.503,1.01974,180,5,0,176,0,0,1), - (2934,1121,0,5607,0,-5584.62,662.3,394.939,1.3894,180,5,0,148,165,0,1), - (2935,1122,0,5612,0,-5636.02,629.53,386.394,5.43691,180,5,0,176,0,0,1), - (2936,1122,0,5612,0,-5585.36,679.937,385.03,2.50185,180,5,0,176,0,0,1), - (2937,1121,0,5607,0,-5533.71,688.133,397.071,5.01868,180,5,0,148,165,0,1), - (2938,1260,0,5625,0,-5586.91,680.054,384.958,4.05244,3600,0,0,208,205,0,0), - (2939,1124,0,5613,0,-5526.6,700.04,395.057,1.5888,180,5,0,160,350,0,1), - (2940,1123,0,5626,0,-5522.88,717.184,391.938,1.22618,180,5,0,156,0,0,1), - (2941,1122,0,5612,0,-5560.95,719.393,382.593,3.30961,180,5,0,176,0,0,1), - (2942,1123,0,5626,0,-5577.19,700.348,381.903,3.12328,180,5,0,156,0,0,1), - (2943,1124,0,5613,0,-5590.15,736.674,391.81,2.6762,180,0,0,160,350,0,0), - (2944,1122,0,5612,0,-5539.68,737.817,385.804,4.10152,180,0,0,176,0,0,0), - (2945,1123,0,5626,0,-5550.1,759.476,384.11,0.593377,180,0,0,156,0,0,0), - (2946,1124,0,5613,0,-5595.8,713.236,382.348,4.06796,180,5,0,160,350,0,1), - (2947,1121,0,5607,0,-5546.07,738.924,385.216,2.41982,180,0,0,148,165,0,0), - (2948,1122,0,5612,0,-5619.47,748.52,385.24,3.91135,180,0,0,176,0,0,0), - (2949,1122,0,5612,0,-5615.6,732.865,388.432,2.83086,180,0,0,176,0,0,0), - (2950,1123,0,5626,0,-5572.32,764.485,383.641,1.35039,180,0,0,156,0,0,0), - (2951,1124,0,5613,0,-5635.81,763.415,387.562,0.922635,180,0,0,160,350,0,0), - (2952,1123,0,5626,0,-5665.78,755.486,389.534,0.926931,180,0,0,156,0,0,0), - (2953,1122,0,5612,0,-5675.03,736.744,387.582,1.12994,180,0,0,176,0,0,0), - (2954,1124,0,5613,0,-5644.7,677.735,388.477,0.729619,180,0,0,160,350,0,0), - (2955,1122,0,5612,0,-5681.95,722.136,386.857,2.68466,180,0,0,176,0,0,0), - (2956,1123,0,5626,0,-5670.42,687.54,387.824,5.925,180,0,0,156,0,0,0), - (2957,1121,0,5607,0,-5666.23,675.958,386.444,5.14592,180,0,0,148,165,0,0), - (2958,1122,0,5612,0,-5676.78,658.393,387.489,6.2526,180,0,0,176,0,0,0), - (2959,1122,0,5612,0,-5645.45,646.851,384.805,1.83865,180,0,0,176,0,0,0), - (2960,1196,0,8840,0,-5707.71,555.298,393.455,5.94476,180,10,0,164,0,0,1), - (2961,721,0,328,0,-5573.03,464.959,383.778,4.42837,180,10,0,1,0,0,1), - (2962,1196,0,8840,0,-5689.31,522.743,388.005,2.02134,180,10,0,164,0,0,1), - (2963,1127,0,744,0,-5685.56,490.94,387.707,0.05236,180,0,0,137,0,0,0), - (2964,1127,0,744,0,-5648.19,446.078,383.582,2.2902,180,0,0,137,0,0,0), - (2965,1196,0,8840,0,-5722.07,487.089,394.889,2.4611,180,10,0,164,0,0,1), - (2966,1201,0,954,0,-5675.04,445.211,386.322,6.27733,180,10,0,137,0,0,1), - (2967,7670,0,6856,0,-11612.3,-3395.03,7.60596,3.28177,450,0,0,3293,0,0,0), - (2968,5999,0,6728,0,-10972.6,-3271.03,47.674,3.45964,450,1,1,2661,0,0,2), - (2969,7851,0,7913,0,-11045,-3434.5,66.6365,1.97222,900,0,0,8519,0,0,0), - (2970,5999,0,6727,0,-11018.9,-3449.99,64.9648,4.72666,450,1,0,2661,0,0,1), - (2971,5999,0,6730,0,-11019.8,-3488.39,68.744,2.87882,450,5,0,2661,0,0,1), - (2972,7851,0,7912,0,-10946.1,-3418.25,66.5809,1.65806,900,0,0,8519,0,0,0), - (2973,6001,0,6714,0,-11087.8,-3444.94,65.0793,5.44032,450,0,0,3294,0,0,0), - (2974,5999,0,6727,0,-11053.4,-3291.33,52.427,3.42085,450,0,0,2661,0,0,0), - (2975,6002,0,6742,0,-10919.7,-3493.44,65.0793,4.42917,450,0,0,3517,4281,0,0), - (2976,6000,0,6734,0,-10897.1,-3258.07,66.0693,3.96984,450,1,0,2229,1750,0,1), - (2977,5999,0,6727,0,-10889.5,-3451.58,74.5793,4.41744,450,1,0,2661,0,0,1), - (2978,5996,0,6719,0,-10691.6,-3648.49,-11.6835,4.74729,450,0,0,2479,0,0,0), - (2979,5997,0,6712,0,-10689.8,-3537.39,-33.0173,1.23766,450,1,0,2476,0,0,1), - (2980,5996,0,6719,0,-10545.2,-3327.93,0.715781,4.95674,450,0,0,2479,0,0,0), - (2981,5996,0,6721,0,-10652.2,-3501.24,-8.947,5.5676,450,0,0,2479,0,0,0), - (2982,5996,0,6720,0,-10790,-3380.49,-9.0306,5.23599,450,0,0,2479,0,0,0), - (2983,5996,0,6722,0,-10535.4,-3261.23,1.81747,0.820305,450,0,0,2479,0,0,0), - (2984,5996,0,6721,0,-10557.3,-3250.7,5.59019,3.26377,450,0,0,2479,0,0,0), - (2985,5997,0,6711,0,-10708.9,-3553.84,-30.8365,4.675,450,1,0,2476,0,0,1), - (2986,5996,0,6719,0,-10801.6,-3555.25,-7.94472,1.41372,450,0,0,2479,0,0,0), - (2987,5988,0,6068,0,-11129,-3109.25,38.0945,0.441817,450,5,0,2495,0,0,1), - (2988,8717,0,7970,0,-11944.6,-2682.44,0.156738,3.40603,900,5,0,56592,0,0,1), - (2989,8716,0,10543,0,-12212.7,-2555.66,-9.51072,5.80922,900,5,0,46558,12840,0,1), - (2990,8717,0,7970,0,-11884.2,-2410.27,-0.917114,0.86831,900,5,0,56592,0,0,1), - (2991,1201,0,954,0,-5656.36,368.805,388.055,0.433821,180,10,0,137,0,0,1), - (2992,1201,0,954,0,-5635.8,391.688,383.546,5.18477,180,10,0,137,0,0,1), - (2993,8718,0,6173,0,-11812.7,-2511.8,-20.6063,1.15436,900,5,0,48832,0,0,1), - (2994,8718,0,6173,0,-12074.8,-2647.25,-31.17,0.276692,900,5,0,48832,0,0,1), - (2995,12396,0,4426,0,-12196.4,-2741.55,14.6566,4.92183,900,5,0,50300,12430,0,1), - (2996,8717,0,7970,0,-11948.3,-2408.23,-0.650046,1.36229,900,5,0,56592,0,0,1), - (2997,721,0,328,0,-5663.18,404.866,386.43,6.12194,180,10,0,1,0,0,1), - (2998,1127,0,744,0,-5628.55,407.606,382.5,0.925025,180,0,0,137,0,0,0), - (2999,1196,0,8840,0,-5666.91,420.541,385.653,4.36595,180,10,0,164,0,0,1), - (3000,721,0,328,0,-5604.46,428.967,381.82,5.07169,180,10,0,1,0,0,1), - (3001,1201,0,954,0,-5636.13,408.904,383.055,1.53886,180,10,0,137,0,0,1), - (3002,1196,0,8840,0,-5592.17,418.139,380.449,1.46771,180,10,0,164,0,0,1), - (3003,1201,0,954,0,-5508.89,369.49,389.222,3.6358,180,10,0,137,0,0,1), - (3004,1201,0,954,0,-5483.22,414.599,386.078,6.14018,180,10,0,137,0,0,1), - (3005,1127,0,744,0,-5432.29,436.459,386.325,1.3733,180,0,0,137,0,0,0), - (3006,1196,0,8840,0,-5437.89,406.142,391.565,1.4278,180,10,0,164,0,0,1), - (3007,1196,0,8840,0,-5440.85,441.956,385.314,6.11634,180,10,0,164,0,0,1), - (3008,1201,0,954,0,-5353.79,415.879,388.774,3.41024,180,10,0,137,0,0,1), - (3009,1127,0,744,0,-5278.6,421.674,387.973,3.91042,180,0,0,137,0,0,0), - (3010,1196,0,8840,0,-5292.11,420.857,388.86,4.78662,180,10,0,164,0,0,1), - (3011,1127,0,744,0,-5331.42,405.354,389.605,1.46608,180,0,0,137,0,0,0), - (3012,1196,0,8840,0,-5278.4,371.068,394.756,4.62827,180,10,0,164,0,0,1), - (3013,721,0,328,0,-5226.08,426.809,389.288,4.55873,180,10,0,1,0,0,1), - (3014,1196,0,8840,0,-5240.07,359.182,397.237,0.634801,180,10,0,164,0,0,1), - (3015,1127,0,744,0,-5270.96,344.558,396.134,3.0359,180,0,0,137,0,0,0), - (3016,1201,0,954,0,-5189.36,411.983,393.408,4.56624,180,10,0,137,0,0,1), - (3017,1196,0,8840,0,-5264.65,315.338,396.436,4.78078,180,10,0,164,0,0,1), - (3018,1196,0,8840,0,-5217.14,277.976,396.184,2.24331,180,10,0,164,0,0,1), - (3019,3162,0,3408,0,-5363.67,319.114,394.197,4.39823,180,0,0,500,0,0,0), - (3020,1375,0,3405,0,-5372.03,315.428,394.444,4.57276,180,0,0,500,0,0,0), - (3021,8717,0,7970,0,-11853.5,-2682.96,2.92018,1.69566,900,5,0,56592,0,0,1), - (3022,13076,0,1598,0,-5353.38,324.329,394.356,5.99117,250,0,0,1903,0,0,2), - (3023,13076,0,1598,0,-5360.34,293.122,394.78,2.74017,250,0,0,1903,0,0,0), - (3024,721,0,328,0,-5361.96,316.658,394.201,2.20719,180,10,0,1,0,0,1), - (3025,8508,0,7808,0,-5343.18,248.987,388.215,4.4855,180,0,0,413,0,0,0), - (3026,1697,0,3409,0,-5387.62,302.251,394.054,0.715585,180,0,0,413,0,0,0), - (3027,1374,0,3398,0,-5378.4,315.291,394.289,4.46804,180,0,0,413,0,0,0), - (3028,13076,0,1598,0,-5383.14,318.846,394.364,3.45575,250,0,0,1903,0,0,0), - (3029,13076,0,1598,0,-5398.17,315.192,395.989,3.28122,250,0,0,1903,0,0,0), - (3030,13076,0,1598,0,-5382.49,296.601,393.884,0.890118,250,0,0,1903,0,0,0), - (3031,11807,0,11752,0,-5334.86,254.826,388.16,1.93209,180,0,1,644,326,0,2), - (3032,6004,0,6781,0,-11293.2,-3413.99,8.79251,1.36246,450,5,0,2980,0,0,1), - (3033,6006,0,6770,0,-11219.5,-3491.96,8.29468,2.08067,450,0,0,2466,1923,0,0), - (3034,6005,0,6793,0,-11225.9,-3488,8.76066,2.16793,450,0,0,3082,0,0,0), - (3035,6005,0,6794,0,-11607.4,-3396.51,7.60596,1.98245,450,0,0,3082,0,0,0), - (3036,1127,0,744,0,-5423.16,214.629,396.949,4.37754,180,5,0,137,0,0,1), - (3037,1196,0,8840,0,-5426.18,207.724,396.985,0.800395,180,10,0,164,0,0,1), - (3038,1127,0,744,0,-5508.31,344.682,394.113,3.37271,180,0,0,137,0,0,0), - (3039,6005,0,6794,0,-11288.1,-3441.4,10.5,5.32283,450,0,0,3082,0,0,0), - (3040,721,0,328,0,-5484.92,335.328,397.017,3.46952,180,10,0,1,0,0,1), - (3041,6005,0,6793,0,-11302.2,-3408.62,7.59274,1.24285,450,3,0,3082,0,0,1), - (3042,6004,0,6780,0,-11489.2,-3351.57,7.38935,4.84003,450,0,0,2980,0,0,0), - (3043,1127,0,744,0,-5480.33,220.444,397.324,3.12414,180,0,0,137,0,0,0), - (3044,6005,0,6795,0,-11243.4,-3449.49,8.28101,3.58595,450,0,0,3082,0,0,0), - (3045,1127,0,744,0,-5512.1,226.237,398.074,1.72374,180,5,0,137,0,0,1), - (3046,1201,0,954,0,-5545.66,349.785,391.841,6.09268,180,10,0,137,0,0,1), - (3047,6004,0,6780,0,-11337.5,-3454.17,18.2737,4.85776,450,1,0,2980,0,0,1), - (3048,6005,0,6794,0,-11649.1,-3348.88,8.56008,2.62,450,10,0,3082,0,0,1), - (3049,7728,0,6688,0,-11254.4,-3562.16,7.93936,3.6257,900,0,0,10456,0,0,0), - (3050,5999,0,6729,0,-11083.8,-3316.24,49.0646,1.29205,450,2,0,2661,0,0,1), - (3051,5999,0,6729,0,-11003.2,-3403.04,61.9667,3.85421,450,1,0,2661,0,0,1), - (3052,6003,0,6755,0,-10974.1,-3405.34,65.4901,4.71976,450,0,0,4108,0,0,0), - (3053,1196,0,8840,0,-5574.92,338.128,391.483,4.78926,180,10,0,164,0,0,1), - (3054,5999,0,6730,0,-10910.1,-3257.39,60.7225,4.74168,450,1,0,2661,0,0,1), - (3055,6003,0,6753,0,-11049.1,-3375.91,65.3293,3.21335,450,0,0,4108,0,0,0), - (3056,721,0,328,0,-5612.19,215.909,394.726,4.13031,180,10,0,1,0,0,1), - (3057,5999,0,6729,0,-11060.4,-3331.25,67.1477,1.80863,450,5,0,2661,0,0,1), - (3058,7851,0,7913,0,-10931.3,-3369.88,66.5809,4.4855,900,0,0,8519,0,0,0), - (3059,1196,0,8840,0,-5515.43,212.82,399.737,5.67476,180,10,0,164,0,0,1), - (3060,5999,0,6728,0,-10876.3,-3480.09,65.3293,6.26206,450,5,0,2661,0,0,1), - (3061,1125,0,607,0,-5639.23,275.806,389.787,4.33619,180,10,0,102,0,0,1), - (3062,7851,0,7913,0,-11041.8,-3432.47,66.6365,2.30383,900,0,0,8519,0,0,0), - (3063,721,0,328,0,-5607.16,309.348,392.829,3.51345,180,10,0,1,0,0,1), - (3064,5999,0,6730,0,-11021.5,-3397.24,65.2414,1.37881,450,0,0,2661,0,0,0), - (3065,1127,0,744,0,-5582.53,317.776,394.461,4.73175,180,5,0,137,0,0,1), - (3066,5996,0,6722,0,-10688.9,-3619.6,-7.81449,2.16421,450,0,0,2479,0,0,0), - (3067,1125,0,607,0,-5661.43,322.343,386.753,3.04956,180,10,0,102,0,0,1), - (3068,1128,0,8843,0,-5703.75,306.151,387.225,4.70458,180,10,0,122,0,0,1), - (3069,5996,0,6720,0,-10638,-3643.24,-13.9714,4.2237,450,0,0,2479,0,0,0), - (3070,721,0,328,0,-5672.29,269.747,385.403,5.18914,180,10,0,1,0,0,1), - (3071,5996,0,6721,0,-10633.5,-3480.83,-6.24618,0.261799,450,0,0,2479,0,0,0), - (3072,5997,0,6712,0,-10562.5,-3496.07,-6.3998,1.08212,450,5,0,2476,0,0,1), - (3073,5996,0,6719,0,-10615.5,-3126.4,18.4905,0.15708,450,0,0,2479,0,0,0), - (3074,1125,0,607,0,-5752.24,192.971,369.937,1.0472,180,10,0,102,0,0,1), - (3075,5996,0,6721,0,-10645.1,-3417.18,3.82311,3.1765,450,0,0,2479,0,0,0), - (3076,5996,0,6721,0,-10784.8,-3643.68,-11.6478,3.24631,450,0,0,2479,0,0,0), - (3077,5996,0,6722,0,-10740.8,-3663.81,-11.0506,0.034907,450,0,0,2479,0,0,0), - (3078,721,0,328,0,-5797.76,253.149,383.108,4.39055,180,10,0,1,0,0,1), - (3079,1125,0,607,0,-5778.59,258.034,378.761,4.18747,180,10,0,102,0,0,1), - (3080,8675,0,7949,0,-11414.5,-2915.38,3.11745,3.96471,450,10,0,2880,0,0,1), - (3081,721,0,328,0,-5722.11,222.714,371.706,1.2123,180,10,0,1,0,0,1), - (3082,5988,0,6068,0,-11056.2,-3136.22,45.5669,1.32203,450,5,0,2495,0,0,1), - (3083,1128,0,8843,0,-5717.37,209.205,368.213,3.78001,180,10,0,122,0,0,1), - (3084,8717,0,7970,0,-11781.9,-2448.57,-16.0607,0.821336,900,5,0,56592,0,0,1), - (3085,8716,0,10543,0,-12154.6,-2486.75,2.43021,4.08374,900,5,0,46558,12840,0,1), - (3086,8717,0,7970,0,-11982.2,-2649.32,-15.7386,0.567186,900,5,0,56592,0,0,1), - (3087,8717,0,7970,0,-11902,-2717.96,6.13408,1.48927,900,5,0,56592,0,0,1), - (3088,1128,0,8843,0,-5755.67,287.236,382.387,1.70193,180,10,0,122,0,0,1), - (3089,8717,0,7970,0,-11923.7,-2586.02,-39.0151,3.51338,900,5,0,56592,0,0,1), - (3090,8717,0,7970,0,-12085.4,-2553.96,-35.0681,3.54495,900,5,0,56592,0,0,1), - (3091,1128,0,8843,0,-5777,202.862,371.963,5.01902,180,10,0,122,0,0,1), - (3092,1196,0,8840,0,-5833.81,300.745,420.966,5.6057,180,10,0,164,0,0,1), - (3093,1125,0,607,0,-5754.01,106.97,366.7,4.08662,180,10,0,102,0,0,1), - (3094,1125,0,607,0,-5795.45,92.3595,364.558,0.296706,180,10,0,102,0,0,1), - (3095,8717,0,7970,0,-11884.7,-2719.64,3.64841,1.94693,900,5,0,56592,0,0,1), - (3096,1125,0,607,0,-5830.37,144.311,402.566,4.08407,180,10,0,102,0,0,1), - (3097,8717,0,7970,0,-11813.1,-2478.05,-20.9353,0.576621,900,5,0,56592,0,0,1), - (3098,8717,0,7970,0,-12014.4,-2544.63,-40.8406,1.16942,900,5,0,56592,0,0,1), - (3099,6005,0,6793,0,-11311.5,-3423.99,8.46774,2.78452,450,3,0,3082,0,0,1), - (3100,7668,0,6850,0,-11835.4,-3346.96,6.55166,4.80872,450,5,0,3758,0,0,1), - (3101,721,0,328,0,-5703.79,114.366,385.582,1.85178,180,10,0,1,0,0,1), - (3102,7669,0,6876,0,-11525.5,-2860.79,8.80994,0.822076,450,1,0,3189,0,0,1), - (3103,1126,0,381,0,-5703.74,111.435,385.084,5.03116,180,10,0,120,0,0,1), - (3104,1126,0,381,0,-5657.32,9.98776,406.614,5.66974,180,10,0,120,0,0,1), - (3105,1126,0,381,0,-5673.33,47.0355,397.099,4.93699,180,10,0,120,0,0,1), - (3106,5999,0,6727,0,-10896.3,-3427.24,65.4543,2.02426,450,1,0,2661,0,0,1), - (3107,1126,0,381,0,-5608.4,-34.0437,415.53,0.667725,180,10,0,120,0,0,1), - (3108,1126,0,381,0,-5590.01,12.8294,440.07,4.69676,180,10,0,120,0,0,1), - (3109,5999,0,6729,0,-10977.4,-3391.3,65.1364,2.1293,450,0,0,2661,0,0,0), - (3110,6003,0,6752,0,-11063.8,-3472.37,65.0793,5.58784,450,0,0,4108,0,0,0), - (3111,1271,0,1050,0,-5656,-96,419.074,1.042,180,0,0,666,0,0,2), - (3112,1126,0,381,0,-5553.34,-19.0612,433.458,1.10032,180,10,0,120,0,0,1), - (3113,1126,0,381,0,-5555.99,-75.3499,428.056,2.85168,180,10,0,120,0,0,1), - (3114,1127,0,744,0,-5580.63,-55.822,421.866,4.31096,180,0,0,137,0,0,0), - (3115,5999,0,6728,0,-10957.4,-3291.1,54.707,4.33718,450,5,0,2661,0,0,1), - (3116,1126,0,381,0,-5550.97,-76.1191,426.931,3.03978,180,10,0,120,0,0,1), - (3117,721,0,328,0,-5588.77,-46.6101,419.793,3.44693,180,10,0,1,0,0,1), - (3118,1126,0,381,0,-5474.26,-101.815,431.55,1.4357,180,10,0,120,0,0,1), - (3119,1135,0,950,0,-5475.86,-152.694,346.827,3.28349,180,5,0,120,0,0,1), - (3120,1135,0,950,0,-5456.88,-139.219,346.827,6.04835,180,5,0,120,0,0,1), - (3121,1135,0,950,0,-5443.66,-153.336,351.376,3.65848,180,5,0,120,0,0,1), - (3122,1135,0,950,0,-5432.07,-134.393,350.506,4.36332,180,0,0,120,0,0,0), - (3123,1127,0,744,0,-5427.46,-190.397,404.276,1.8675,180,0,0,137,0,0,0), - (3124,1126,0,381,0,-5417.08,-146.935,399.831,6.08869,180,10,0,120,0,0,1), - (3125,1135,0,950,0,-5479.27,-121.141,346.827,2.51812,180,5,0,120,0,0,1), - (3126,1134,0,929,0,-5496.19,-127.459,346.827,6.16746,180,5,0,102,0,0,1), - (3127,1137,0,931,0,-5436.07,-117.846,347.834,4.10152,3600,0,0,176,0,0,2), - (3128,721,0,328,0,-5415.57,-104.99,396.552,3.50652,180,10,0,1,0,0,1), - (3129,1135,0,950,0,-5465.78,-112.592,346.827,4.32155,180,5,0,120,0,0,1), - (3130,1126,0,381,0,-5456.89,-126.023,409.116,1.79681,180,10,0,120,0,0,1), - (3131,1126,0,381,0,-5411.45,-96.9262,395.562,3.42692,180,10,0,120,0,0,1), - (3132,721,0,328,0,-5427.28,-214.123,404.843,1.65673,180,10,0,1,0,0,1), - (3133,1135,0,950,0,-5445.74,-180.89,349.839,6.03884,180,0,0,120,0,0,0), - (3134,5999,0,6730,0,-10874.3,-3284.88,88.4249,5.39078,450,5,0,2661,0,0,1), - (3135,1135,0,950,0,-5428.15,-164.489,351.642,3.56047,180,0,0,120,0,0,0), - (3136,1135,0,950,0,-5408.26,-192.625,349.73,3.96501,180,5,0,120,0,0,1), - (3137,1134,0,929,0,-5392.56,-180.219,370.357,0.747044,180,5,0,102,0,0,1), - (3138,1135,0,950,0,-5416.64,-193.357,371.891,0.541052,180,0,0,120,0,0,0), - (3139,1135,0,950,0,-5395.96,-130.405,368.136,5.28835,180,0,0,120,0,0,0), - (3140,1127,0,744,0,-5385.78,-60.9882,393.626,3.61283,180,0,0,137,0,0,0), - (3141,721,0,328,0,-5364.73,-23.461,396.984,3.6559,180,10,0,1,0,0,1), - (3142,721,0,328,0,-5317.28,-42.4254,395.951,4.86899,180,10,0,1,0,0,1), - (3143,1196,0,8840,0,-5319.32,-26.9008,393.778,5.9792,180,10,0,164,0,0,1), - (3144,1196,0,8840,0,-5417.8,34.0006,414.617,5.90087,180,10,0,164,0,0,1), - (3145,721,0,328,0,-5408.84,106.371,394.907,0.379782,180,10,0,1,0,0,1), - (3146,1201,0,954,0,-5441.79,108.379,396.552,2.44372,180,10,0,137,0,0,1), - (3147,1201,0,954,0,-5468.17,196.856,397.111,4.41572,180,10,0,137,0,0,1), - (3148,1127,0,744,0,-5453.67,151.212,401.204,3.03784,180,5,0,137,0,0,1), - (3149,1266,0,1683,0,-5573.01,99.3317,483.91,5.11381,190,0,0,919,0,0,0), - (3150,721,0,328,0,-5488.26,211.658,397.739,4.37214,180,10,0,1,0,0,1), - (3151,1131,0,785,0,-5308.95,153.637,390.239,6.05101,180,10,0,137,0,0,1), - (3152,1131,0,785,0,-5310.41,135.794,388.544,2.69075,180,10,0,137,0,0,1), - (3153,1131,0,785,0,-5232.7,129.061,394.499,2.00446,180,10,0,137,0,0,1), - (3154,1132,0,11422,0,-5249.14,117.021,394.068,5.334,3600,0,0,198,0,0,0), - (3155,1133,0,11416,0,-5251.37,117.746,394.126,4.65202,180,5,0,156,0,0,1), - (3156,1133,0,11416,0,-5248.18,119.482,394.337,5.12932,180,5,0,156,0,0,1), - (3157,1131,0,785,0,-5263.62,129.356,393.841,1.82411,180,10,0,137,0,0,1), - (3158,1131,0,785,0,-5263.83,98.8485,391.355,5.69508,180,10,0,137,0,0,1), - (3159,1131,0,785,0,-5282.48,128.228,389.916,4.23383,180,10,0,137,0,0,1), - (3160,1131,0,785,0,-5223.96,130.097,392.736,1.92953,180,10,0,137,0,0,1), - (3161,1131,0,785,0,-5233.88,102.648,392.587,1.66699,180,10,0,137,0,0,1), - (3162,1700,0,3400,0,-5197.73,54.8182,385.752,4.95674,180,0,0,413,0,0,0), - (3163,721,0,328,0,-5076.12,42.9078,397.57,4.97391,180,10,0,1,0,0,1), - (3164,1127,0,744,0,-5085.26,50.2602,396.851,1.39934,180,0,0,137,0,0,0), - (3165,1201,0,954,0,-5071.19,60.7926,397.726,2.99046,180,10,0,137,0,0,1), - (3166,1196,0,8840,0,-5056.07,68.3708,395.328,5.66157,180,10,0,164,0,0,1), - (3167,1201,0,954,0,-5083.94,-47.5227,395.294,0.317807,180,10,0,137,0,0,1), - (3168,1201,0,954,0,-5110.62,-7.22357,397.551,4.4839,180,10,0,137,0,0,1), - (3169,1127,0,744,0,-5103.77,-45.8484,398.04,3.18852,180,0,0,137,0,0,0), - (3170,1196,0,8840,0,-5285.84,-75.1347,401.91,1.5708,180,10,0,164,0,0,1), - (3171,1196,0,8840,0,-5303.76,-94.899,400.886,4.5204,180,10,0,164,0,0,1), - (3172,1196,0,8840,0,-5242.6,-56.3073,396.17,5.92624,180,10,0,164,0,0,1), - (3173,721,0,328,0,-5270.16,-177.562,440.994,2.1621,180,10,0,1,0,0,1), - (3174,1196,0,8840,0,-5199.99,-114.405,407.844,2.00034,180,10,0,164,0,0,1), - (3175,721,0,328,0,-5218.75,-185.173,439.699,1.5708,180,10,0,1,0,0,1), - (3176,1397,0,5610,0,-5284.24,-184.543,440.684,4.42848,180,0,0,148,165,0,0), - (3177,1397,0,5610,0,-5350.38,-221.805,443.94,3.90228,180,5,0,148,165,0,1), - (3178,1397,0,5610,0,-5354.94,-240.624,444.226,3.31181,180,5,0,148,165,0,1), - (3179,1397,0,5610,0,-5334.12,-236.347,440.271,5.32325,180,0,0,148,165,0,0), - (3180,1397,0,5610,0,-5337.22,-225.25,439.968,5.14872,180,0,0,148,165,0,0), - (3181,1121,0,5607,0,-5328.04,-230.491,440.965,2.89725,180,0,0,148,165,0,0), - (3182,1397,0,5610,0,-5315.96,-247.577,440.835,5.86799,180,5,0,148,165,0,1), - (3183,1123,0,5626,0,-5316.35,-214.36,441.055,0.401843,180,5,0,156,0,0,1), - (3184,1397,0,5610,0,-5371.72,-271.385,438.898,3.78877,180,5,0,148,165,0,1), - (3185,1397,0,5610,0,-5341.22,-271.624,446.477,5.69854,180,5,0,148,165,0,1), - (3186,1135,0,950,0,-5403.29,-186.543,370.522,0.560124,180,5,0,120,0,0,1), - (3187,1135,0,950,0,-5419.45,-211.023,374.024,1.8675,180,0,0,120,0,0,0), - (3188,1135,0,950,0,-5366.75,-231.126,361.217,3.95842,180,5,0,120,0,0,1), - (3189,1397,0,5610,0,-5372.22,-224.243,443.531,4.17533,180,5,0,148,165,0,1), - (3190,1123,0,5626,0,-5054.89,-135.558,428.499,0.20944,180,0,0,156,0,0,0), - (3191,1201,0,954,0,-5137.58,-88.7495,387.329,3.54315,180,10,0,137,0,0,1), - (3192,721,0,328,0,-5127.48,-100.469,392.562,0.285279,180,10,0,1,0,0,1), - (3193,1121,0,5607,0,-5080.07,-244.765,447.604,1.41399,180,5,0,148,165,0,1), - (3194,1397,0,5610,0,-5023.36,-204.943,444.991,4.04916,180,0,0,148,165,0,0), - (3195,1397,0,5610,0,-5025.73,-200.843,445.158,1.41372,180,0,0,148,165,0,0), - (3196,1397,0,5610,0,-5004.57,-230.808,443.491,2.08519,180,5,0,148,165,0,1), - (3197,721,0,328,0,-5529,-2482,409.268,3.32,180,10,0,1,0,0,1), - (3198,1397,0,5610,0,-5053.69,-259.261,441.392,2.30383,180,0,0,148,165,0,0), - (3199,1121,0,5607,0,-5053.21,-261.452,441.392,3.7001,180,0,0,148,165,0,0), - (3200,1397,0,5610,0,-5046.74,-257.153,441.392,5.48033,180,0,0,148,165,0,0), - (3201,1397,0,5610,0,-5036.62,-243.857,444.904,0.155681,180,5,0,148,165,0,1), - (3202,1121,0,5607,0,-5030.05,-204.617,444.677,2.47837,180,0,0,148,165,0,0), - (3203,1121,0,5607,0,-5032.48,-118.388,408.916,2.15609,180,5,0,148,165,0,1), - (3204,1397,0,5610,0,-5078.65,-278.59,448.999,0.797811,180,0,0,148,165,0,0), - (3205,1397,0,5610,0,-5078.33,-306.902,446.493,5.95739,180,0,0,148,165,0,0), - (3206,1397,0,5610,0,-5004.95,-269.739,443.545,0.404103,180,0,0,148,165,0,0), - (3207,1397,0,5610,0,-5023.95,-281.668,442.452,4.8431,180,0,0,148,165,0,0), - (3208,1397,0,5610,0,-5052.26,-289.23,441.594,6.0662,180,0,0,148,165,0,0), - (3209,1397,0,5610,0,-5033.86,-254.408,444.205,1.93182,180,0,0,148,165,0,0), - (3210,1397,0,5610,0,-4985.24,-293.565,449.149,1.65928,180,0,0,148,165,0,0), - (3211,1127,0,744,0,-5154.23,-284,396.659,3.45575,180,0,0,137,0,0,0), - (3212,1126,0,381,0,-5175.04,-249.373,388.378,0.650922,180,10,0,120,0,0,1), - (3213,1128,0,8843,0,-5350.68,-351.551,395.694,2.63866,180,10,0,122,0,0,1), - (3214,1128,0,8843,0,-5384.24,-319.039,400.042,2.35888,180,10,0,122,0,0,1), - (3215,1138,0,604,0,-5363.15,-382.777,396.849,5.65453,180,10,0,120,0,0,1), - (3216,1131,0,785,0,-5236.7,-410.519,387.246,2.47661,180,10,0,137,0,0,1), - (3217,1126,0,381,0,-5365.42,-423.569,397.307,5.67678,180,10,0,120,0,0,1), - (3218,1138,0,604,0,-5397.96,-330.858,400.987,1.35728,180,10,0,120,0,0,1), - (3219,1138,0,604,0,-5409.01,-448.11,396.435,6.03631,180,10,0,120,0,0,1), - (3220,1131,0,785,0,-5427.07,-451.892,398.03,3.81908,180,10,0,137,0,0,1), - (3221,1135,0,950,0,-5415.04,-301.539,358.165,5.98897,180,5,0,120,0,0,1), - (3222,1135,0,950,0,-5390.08,-278.356,363.174,3.24631,180,0,0,120,0,0,0), - (3223,1128,0,8843,0,-5446.86,-378.347,399.087,5.51712,180,10,0,122,0,0,1), - (3224,1138,0,604,0,-5430.05,-392.442,401.018,3.64983,180,10,0,120,0,0,1), - (3225,1138,0,604,0,-5403.98,-328.518,401.243,5.6307,180,10,0,120,0,0,1), - (3226,1138,0,604,0,-5422.69,-394.905,400.65,4.16125,180,10,0,120,0,0,1), - (3227,1138,0,604,0,-5392.7,-460.928,394.507,0.768646,180,10,0,120,0,0,1), - (3228,1135,0,950,0,-5505.83,-343.944,356.39,1.41372,180,0,0,120,0,0,0), - (3229,1135,0,950,0,-5481.87,-323.972,356.727,3.21141,180,0,0,120,0,0,0), - (3230,1135,0,950,0,-5492.33,-329.985,355.766,1.89881,180,5,0,120,0,0,1), - (3231,1131,0,785,0,-5422.31,-327.733,401.327,4.93884,180,10,0,137,0,0,1), - (3232,1135,0,950,0,-5493.79,-282.648,353.295,0.497297,180,5,0,120,0,0,1), - (3233,1135,0,950,0,-5492.18,-300.152,353.771,5.05726,180,5,0,120,0,0,1), - (3234,1135,0,950,0,-5516.47,-303.547,354.383,4.29803,180,5,0,120,0,0,1), - (3235,1135,0,950,0,-5519.16,-317.705,355.389,5.04226,180,5,0,120,0,0,1), - (3236,1135,0,950,0,-5471.05,-277.054,354.215,2.05949,180,5,0,120,0,0,1), - (3237,1135,0,950,0,-5419.42,-267.922,360.669,4.83456,180,5,0,120,0,0,1), - (3238,1135,0,950,0,-5442.81,-273.531,356.713,5.70907,180,5,0,120,0,0,1), - (3239,1135,0,950,0,-5404.12,-275.588,362.427,5.67217,180,5,0,120,0,0,1), - (3240,1135,0,950,0,-5485.38,-245.197,355.013,2.74017,180,0,0,120,0,0,0), - (3241,1135,0,950,0,-5387.56,-261.729,363.08,2.31513,180,5,0,120,0,0,1), - (3242,1126,0,381,0,-5426.04,-227.76,404.73,4.42953,180,10,0,120,0,0,1), - (3243,1135,0,950,0,-5386.4,-264.176,362.947,3.74257,180,5,0,120,0,0,1), - (3244,1135,0,950,0,-5465.9,-265.863,354.531,4.63181,180,5,0,120,0,0,1), - (3245,721,0,328,0,-5416.17,-265.08,404.942,3.42062,180,10,0,1,0,0,1), - (3246,1135,0,950,0,-5380.1,-209.795,358.817,5.36908,180,5,0,120,0,0,1), - (3247,1135,0,950,0,-5361.56,-259.345,361.43,2.96706,180,0,0,120,0,0,0), - (3249,1128,0,8843,0,-5550.08,-376.225,411.462,2.63545,180,10,0,122,0,0,1), - (3250,1125,0,607,0,-5517.96,-436.142,405.72,4.33007,180,10,0,102,0,0,1), - (3251,1125,0,607,0,-5613.71,-376.939,399.388,3.96922,180,10,0,102,0,0,1), - (3252,721,0,328,0,-5600.24,-359.723,402.411,2.39485,180,10,0,1,0,0,1), - (3253,1128,0,8843,0,-5581.08,-352.124,408.071,0.15708,180,10,0,122,0,0,1), - (3254,10676,1,10009,0,293.208,-4746.92,9.39871,3.16327,300,0,0,2016,0,0,2), - (3255,1134,0,929,0,-5678.49,-317.124,367.832,4.63795,180,0,0,102,0,0,0), - (3256,10682,1,10010,0,295.658,-4740.84,9.33192,3.21144,300,0,0,2016,0,0,2), - (3257,1135,0,950,0,-5633.13,-278.188,369.626,3.68946,180,0,0,120,0,0,0), - (3258,1135,0,950,0,-5602.79,-276.331,370.282,2.73594,180,0,0,120,0,0,0), - (3259,1135,0,950,0,-5580.62,-301.221,365.249,3.57467,180,0,0,120,0,0,0), - (3260,1125,0,607,0,-5742.83,-283.556,358.19,1.2509,180,10,0,102,0,0,1), - (3261,1134,0,929,0,-5691.25,-310.021,365.835,4.4649,180,0,0,102,0,0,0), - (3262,1134,0,929,0,-5689.12,-304.902,366.042,4.10904,180,0,0,102,0,0,0), - (3263,721,0,328,0,-4413,-1527,481.34,6.195,180,10,0,1,0,0,1), - (3264,7034,0,11550,0,-7914.43,-2559.97,124.077,0.707194,500,3,0,2751,1864,0,1), - (3265,7034,0,11550,0,-7972.61,-2657.63,169.108,3.83477,500,5,0,2751,1864,0,1), - (3266,7034,0,11550,0,-7891.02,-2579.24,122.583,2.08875,500,3,0,2751,1864,0,1), - (3267,7034,0,11550,0,-7755.29,-2454.65,146.468,3.48984,500,5,0,2751,1864,0,1), - (3268,7025,0,6045,0,-8088.2,-1895.17,149.054,3.81964,500,5,0,3529,0,0,1), - (3269,7027,0,6047,0,-8092.27,-1901.63,147.753,4.84921,500,5,0,3644,0,0,1), - (3270,7026,0,6046,0,-8086.34,-1725.5,132.032,4.64049,500,5,0,2471,5013,0,1), - (3271,7025,0,6045,0,-8023.91,-1573.1,132.595,0.331613,500,0,0,3529,0,0,0), - (3272,7027,0,6047,0,-8118.61,-1490.64,133.023,4.69715,500,5,0,3644,0,0,1), - (3273,7025,0,6045,0,-8186.67,-1697.44,141.747,5.81639,500,5,0,3529,0,0,1), - (3274,7026,0,6046,0,-8118.99,-1551.55,133.712,0.403249,500,10,0,2471,5013,0,1), - (3275,7028,0,6048,0,-7603.77,-793.267,190.905,1.8675,500,0,0,2550,5206,0,0), - (3276,7028,0,6048,0,-7593.33,-778.441,190.968,3.15905,500,0,0,2550,5206,0,0), - (3277,7028,0,6048,0,-7620.57,-785.899,190.854,0.541052,500,0,0,2550,5206,0,0), - (3278,7028,0,6048,0,-7620.51,-768.226,190.877,5.5676,500,0,0,2550,5206,0,0), - (3279,7028,0,6048,0,-7603.22,-763.992,190.921,4.36332,500,0,0,2550,5206,0,0), - (3280,7047,0,397,0,-7627.55,-2812.74,133.833,3.65616,500,10,0,2384,1864,0,1), - (3281,7047,0,397,0,-7653.28,-2752.51,131.266,5.71453,500,10,0,2384,1864,0,1), - (3282,7047,0,397,0,-7782.45,-2957.47,131.602,3.36769,500,10,0,2384,1864,0,1), - (3283,9691,0,8970,0,-7673.33,-2928.12,132.117,5.42386,500,10,0,3082,0,0,1), - (3284,7047,0,397,0,-7581.64,-2639.73,135.813,1.08968,500,10,0,2384,1864,0,1), - (3285,9690,0,9371,0,-7811.14,-2920.99,132.634,5.54995,500,10,0,2980,0,0,1), - (3286,9690,0,9371,0,-8115.59,-2805.98,133.871,3.38657,500,10,0,2980,0,0,1), - (3287,7048,0,400,0,-7648.67,-1953.5,133.434,0.682884,500,10,0,2232,4765,0,1), - (3288,9695,0,10984,0,-8116.18,-2098.51,132.391,3.4207,500,10,0,3292,0,0,1), - (3289,9695,0,10984,0,-7581.36,-1725.4,215.717,2.69043,500,5,0,3292,0,0,1), - (3290,9694,0,11420,0,-7946.29,-2388.53,122.973,5.03025,500,5,0,3188,0,0,1), - (3291,7048,0,400,0,-7932.16,-1401.41,138.654,5.50638,500,5,0,2232,4765,0,1), - (3292,7048,0,400,0,-7641.02,-2057.19,127.03,3.39085,500,10,0,2232,4765,0,1), - (3293,7048,0,400,0,-8289.25,-1898.97,141.571,4.20852,500,10,0,2232,4765,0,1), - (3294,7048,0,400,0,-8149.2,-2135.01,135.623,4.1884,500,10,0,2232,4765,0,1), - (3295,9695,0,10984,0,-7577.33,-2332.1,147.215,0.42954,500,5,0,3292,0,0,1), - (3296,7048,0,400,0,-7560.62,-2410.15,151.561,3.02486,500,5,0,2232,4765,0,1), - (3297,7046,0,6377,0,-8055.33,-777.452,131.311,2.8381,500,5,0,7608,0,0,2), - (3298,7044,0,6374,0,-7887.52,-2901.16,133.264,0.286463,500,5,0,6645,0,0,2), - (3299,7044,0,6374,0,-7587,-2753.57,133.237,4.64548,500,5,0,6645,0,0,2), - (3300,7045,0,9585,0,-8183.42,-2032.31,146.48,5.37468,500,5,0,7359,0,0,2), - (3301,7046,0,6377,0,-8240.96,-1204.55,142.663,4.70984,500,5,0,7608,0,0,1), - (3302,7045,0,9585,0,-8171.75,-2133.57,135.51,0.900328,500,5,0,7359,0,0,2), - (3303,7046,0,6377,0,-8342.42,-985.418,183.41,5.5862,500,10,0,7608,0,0,1), - (3304,7032,0,5781,0,-8248.07,-1117.93,141.206,1.46878,500,5,0,2953,0,0,1), - (3305,9778,0,10817,0,-8215.35,-1345.94,141.734,0.523303,500,5,0,810,2041,0,1), - (3306,9778,0,10817,0,-8222.71,-1353.26,141.734,3.99477,500,5,0,810,2041,0,1), - (3307,9779,0,10814,0,-8208.15,-1344.75,141.734,5.47941,500,5,0,1013,0,0,1), - (3308,9779,0,10814,0,-8214.52,-1351.61,141.734,3.54111,500,5,0,1013,0,0,1), - (3309,9779,0,10814,0,-8213.54,-1345.89,141.734,2.50413,500,5,0,1013,0,0,1), - (3310,7032,0,5781,0,-7883.22,-1558.22,131.612,2.30199,500,5,0,2953,0,0,1), - (3311,7032,0,5781,0,-8251.78,-1872.77,143.699,1.44349,500,5,0,2953,0,0,1), - (3312,9778,0,10817,0,-8274.9,-1321.57,167.86,0.688354,500,5,0,810,2041,0,1), - (3313,9778,0,10817,0,-8264.12,-1320.17,164.998,3.12159,500,5,0,810,2041,0,1), - (3314,9779,0,10814,0,-8277.07,-1318.92,167.985,6.25093,500,5,0,1013,0,0,1), - (3315,9779,0,10814,0,-8277.72,-1310.28,165.61,4.69593,500,5,0,1013,0,0,1), - (3316,9779,0,10814,0,-8290.62,-1315.65,177.86,0.768825,500,5,0,1013,0,0,1), - (3317,7031,0,2075,0,-8162.29,-2020.21,131.37,2.90207,500,0,0,2521,0,0,0), - (3318,7031,0,2075,0,-7699.67,-2620.82,138.439,6.13922,500,5,0,2521,0,0,1), - (3319,7031,0,2075,0,-8200.68,-2311.91,131.522,1.81837,500,5,0,2521,0,0,1), - (3320,9697,0,9370,0,-8158.09,-1043.28,134.523,0.98713,500,10,0,3529,0,0,1), - (3321,7049,0,457,0,-7952.33,-993.707,132.886,4.39405,500,10,0,2823,2117,0,1), - (3322,9697,0,9370,0,-8256.4,-1042.67,147.307,2.0834,500,5,0,3529,0,0,1), - (3323,7049,0,457,0,-8346.38,-979.194,185.32,0.557152,500,10,0,2823,2117,0,1), - (3324,9698,0,10985,0,-8160.42,-1081.25,138.819,5.35104,500,10,0,3644,0,0,1), - (3325,7049,0,457,0,-8159.94,-1106.07,138.177,0.910096,500,10,0,2823,2117,0,1), - (3326,9697,0,9370,0,-8382.7,-983.502,187.957,5.58345,500,10,0,3529,0,0,1), - (3327,7049,0,457,0,-8376.17,-925.061,208.649,5.56968,500,10,0,2823,2117,0,1), - (3328,14387,0,7010,0,-7508.63,-1039.84,180.995,3.85718,900,0,0,9298,2434,0,0), - (3329,14436,0,14565,0,-7648.9,-638.269,200.981,4.97419,500,0,0,3967,2486,0,0), - (3330,9044,0,0,0,-7543.94,-1280.48,273.24,0.366519,500,0,0,7359,0,0,0), - (3331,9043,0,0,0,-7576.59,-1282.92,278.27,1.22173,500,0,0,7359,0,0,0), - (3332,9044,0,0,0,-7575.96,-1279.52,278.272,4.66003,500,0,0,7359,0,0,0), - (3333,9044,0,0,0,-7540.21,-1274.36,273.235,5.55015,500,0,0,7359,0,0,0), - (3334,9044,0,0,0,-7579.89,-1280.52,245.605,3.12414,500,0,0,7359,0,0,0), - (3335,9043,0,0,0,-7570.05,-1319.04,245.618,2.72271,500,0,0,7359,0,0,0), - (3336,9044,0,0,0,-7574.09,-1318.32,245.617,6.24828,500,0,0,7359,0,0,0), - (3337,9043,0,0,0,-7554.02,-1306.98,249.36,0.903905,500,5,0,7359,0,0,1), - (3338,9044,0,0,0,-7552.64,-1239.98,285.404,5.37561,500,0,0,7359,0,0,0), - (3339,9043,0,0,0,-7549.88,-1243.63,285.441,2.58309,500,0,0,7359,0,0,0), - (3340,9043,0,0,0,-7534.65,-1274.3,250.552,5.02655,500,0,0,7359,0,0,0), - (3341,9044,0,0,0,-7532.29,-1277.22,250.551,2.47837,500,0,0,7359,0,0,0), - (3342,9044,0,0,0,-7578.5,-1240.42,284.846,4.53786,500,0,0,7359,0,0,0), - (3343,8964,0,6374,0,-7562.28,-1120.6,306.937,4.37475,900,5,0,13616,6459,0,2), - (3344,8964,0,6374,0,-7686.98,-1121.87,287.51,4.70997,900,5,0,13616,6459,0,2), - (3345,10556,1,10038,0,-225.614,-4284.88,65.0956,5.00395,200,0,0,138,0,0,0), - (3346,10556,1,10038,0,-334.424,-4439.34,54.6275,4.45416,200,0,0,138,0,0,0), - (3347,10556,1,10038,0,-229.428,-4449.48,63.3728,0.016658,200,0,0,138,0,0,0), - (3348,10556,1,10038,0,-510.965,-4372.57,45.6692,0.480042,200,0,0,138,0,0,0), - (3349,10880,1,10186,0,1568.96,-4207.38,43.4047,2.88835,200,5,0,112,0,0,2), - (3350,3110,1,1250,0,887.155,-3811.98,15.4663,6.27799,300,10,0,176,0,0,1), - (3351,3110,1,1250,0,585.592,-3777.59,16.7543,4.21289,300,10,0,176,0,0,1), - (3352,3110,1,1250,0,670.287,-3787.67,15.7302,0.368488,300,10,0,176,0,0,1), - (3353,3110,1,1250,0,52.5152,-3765.47,16.4437,1.6145,300,10,0,176,0,0,1), - (3354,3110,1,1250,0,747.129,-3825.58,19.4839,4.40915,300,10,0,176,0,0,1), - (3355,3110,1,1250,0,852.626,-3797.39,16.3928,4.68798,300,10,0,176,0,0,1), - (3356,3110,1,1250,0,214.049,-3739.18,15.7797,0.010067,300,10,0,176,0,0,1), - (3357,3110,1,1250,0,-106.542,-3804.4,20.9084,0.691155,300,10,0,176,0,0,1), - (3358,3110,1,1250,0,-87.1646,-3787.89,17.2615,4.25566,300,10,0,176,0,0,1), - (3359,3103,1,1940,0,52.0649,-5411.03,-21.5256,0.60796,300,10,0,120,0,0,1), - (3360,3103,1,1940,0,-1452.73,-5251.27,-2.38763,5.42542,300,10,0,120,0,0,1), - (3361,3103,1,1940,0,-1220.34,-5682.19,-3.91232,1.98237,300,10,0,120,0,0,1), - (3362,3105,1,1248,0,877.412,-5154.16,-7.10624,3.73259,300,5,0,156,0,0,1), - (3363,3103,1,1940,0,-914.995,-5647.28,-8.62248,1.17353,300,10,0,120,0,0,1), - (3364,3106,1,1307,0,-117.738,-5334.21,-17.56,4.28366,200,10,0,102,0,0,1), - (3365,3106,1,1307,0,-343.063,-5313.09,-11.1287,0.186668,200,10,0,102,0,0,1), - (3366,6586,1,5307,0,608.499,-4896.18,25.7524,1.69297,300,0,0,2016,0,0,0), - (3367,6607,1,9213,0,587.133,-4892.9,24.9198,1.09956,200,0,0,166,0,0,0), - (3368,10578,1,9911,0,-848.704,-4908.38,21.3808,1.50535,300,0,0,334,0,0,0), - (3369,13157,1,13089,0,-528.634,-5215.8,12.1806,0.593412,300,0,0,230,249,0,0), - (3370,6446,1,5190,0,1772.94,-4279.93,7.95099,5.35816,300,0,0,919,0,0,0), - (3371,14304,1,14363,0,1927.48,-4175.91,41.0052,3.15905,300,0,0,7552,0,0,0), - (3372,14304,1,14360,0,1922.2,-4204.38,42.0703,4.92183,300,0,0,7552,0,0,0), - (3373,14304,1,14361,0,1930.46,-4238.26,42.0164,4.39823,300,0,0,7552,0,0,0), - (3374,14304,1,14360,0,1912.25,-4124.2,43.117,4.97419,300,0,0,7552,0,0,0), - (3375,14304,1,14362,0,1901.27,-4171.16,43.5635,0.994838,300,0,0,7552,0,0,0), - (3376,14304,1,14363,0,1890.67,-4150.02,43.5458,0.087266,300,0,0,7552,0,0,0), - (3377,14304,1,14360,0,1902.47,-4150.23,40.9349,3.21379,300,0,0,7552,0,0,2), - (3378,14304,1,14363,0,1951.96,-4145.71,43.5485,3.22886,300,0,0,7552,0,0,0), - (3379,14304,1,14360,0,1898.32,-4149.7,40.9876,0.10472,300,0,0,7552,0,0,0), - (3380,14304,1,14362,0,1898.44,-4128.35,43.5265,5.51524,300,0,0,7552,0,0,0), - (3381,5900,1,4537,0,-269.97,-4000.87,168.218,3.37875,300,0,0,2016,0,0,0), - (3382,3296,1,4602,0,1682.14,-4099.99,37.7947,1.5708,300,0,0,4957,0,0,0), - (3383,3296,1,4602,0,2049.3,-4629.26,51.0382,0.434071,300,0,0,4957,0,0,0), - (3384,3296,1,4601,0,1711.45,-3920.75,51.6336,3.7001,300,0,0,4957,0,0,0), - (3385,3296,1,4259,0,1537.41,-4380.75,16.7599,3.42085,300,0,0,4957,0,0,0), - (3386,3296,1,4260,0,1941.58,-4393.49,21.5581,1.78998,300,0,0,4957,0,0,2), - (3387,3296,1,4601,0,1481.77,-4427.79,25.3187,0.191986,300,0,0,4957,0,0,0), - (3388,3296,1,4260,0,1902.63,-4628.79,33.9763,0.593412,300,0,0,4957,0,0,0), - (3389,3296,1,4260,0,1775.07,-4319.91,-7.87855,5.60251,300,0,0,4957,0,0,0), - (3390,3296,1,4601,0,1479.39,-4406.25,25.3187,0.017453,300,0,0,4957,0,0,0), - (3391,3296,1,4602,0,1690.52,-4262.62,53.7757,2.61799,300,0,0,4957,0,0,0), - (3392,3101,1,1185,0,-168.068,-4403.07,77.5404,0.585295,200,5,0,70,79,0,1), - (3393,5941,1,4609,0,-1067.89,-4778.09,17.4449,0.331613,300,0,0,594,0,0,0), - (3394,10540,1,10357,0,1934.06,-4162.26,40.995,2.18166,43200,0,0,329800,22085,0,0), - (3395,4047,1,4514,0,1914.65,-4226.58,42.1789,0.663225,300,0,0,4079,0,0,0), - (3396,3142,1,1877,0,287.265,-4724.88,13.2142,5.2709,300,0,0,804,0,0,0), - (3397,3125,1,2486,0,197.564,-4969.24,13.6588,5.01189,200,10,0,102,0,0,1), - (3398,3125,1,2486,0,188.641,-5019.8,12.6547,1.27263,200,10,0,102,0,0,1), - (3399,3125,1,2486,0,-688.159,-4987.74,19.7873,1.46316,200,10,0,102,0,0,1), - (3400,3125,1,2486,0,-284.233,-4857.56,34.3123,4.82708,200,10,0,102,0,0,1), - (3401,3125,1,2486,0,-848.249,-4618.33,44.8452,3.47964,200,10,0,102,0,0,1), - (3402,3125,1,2486,0,-344.096,-4845.91,39.8805,4.78467,200,10,0,102,0,0,1), - (3403,3125,1,2486,0,-663.184,-4903.87,30.8102,5.48121,200,10,0,102,0,0,1), - (3404,3108,1,999,0,1271.97,-5022.56,0.621942,3.59418,300,5,0,176,0,0,1), - (3405,3108,1,999,0,1450.27,-4973.23,-10.5372,1.27129,300,5,0,176,0,0,1), - (3406,3108,1,999,0,1255.65,-5052.54,-0.46814,0.051609,300,5,0,176,0,0,1), - (3407,3108,1,999,0,1417.86,-4939.62,1.00858,1.57568,300,5,0,176,0,0,1), - (3408,3108,1,999,0,1323.36,-5044.44,-6.26821,0.590526,300,5,0,176,0,0,1), - (3409,3108,1,999,0,1374.44,-4985.78,-1.71755,3.33825,300,5,0,176,0,0,1), - (3410,3108,1,999,0,1511.56,-5023.87,-6.71243,4.33255,300,5,0,176,0,0,1), - (3411,3108,1,999,0,1487.26,-4952.2,-3.71864,2.51294,300,5,0,176,0,0,1), - (3412,3108,1,999,0,1222.43,-5089.12,-3.29107,5.71349,300,5,0,176,0,0,1), - (3415,3216,1,3754,0,1800.66,-4374.51,-17.3475,4.57276,300,0,0,2192,0,0,0), - (3416,11943,1,11901,0,-638.159,-4237.94,38.2173,0.017453,200,0,0,166,0,0,0), - (3417,5887,1,4532,0,-630.02,-4204.55,38.2173,5.44543,300,0,0,334,0,0,0), - (3418,5892,1,4534,0,1920.95,-4212.99,42.1782,5.41052,300,0,0,644,0,0,0), - (3419,5909,1,4545,0,1839.54,-4340.73,-15.4344,3.59538,300,0,0,2471,0,0,0), - (3420,5910,1,4546,0,1717.78,-4200.11,51.7367,4.43314,300,0,0,644,0,0,0), - (3421,14726,1,14757,0,1794.68,-4572.71,22.8627,0.925025,300,0,0,2016,0,0,0), - (3422,14727,1,14759,0,1451.64,-4209.35,43.6451,5.53269,300,0,0,2016,0,0,0), - (3423,5891,1,12110,0,-877.79,-4290.36,72.7066,0.541052,300,0,0,644,0,0,0), - (3424,5890,1,1128,0,-865.239,-4273.11,78.1182,2.10721,120,5,0,64,0,0,1), - (3425,5890,1,1128,0,-921.403,-4296.98,77.538,0.947639,120,5,0,64,0,0,1), - (3426,9317,1,8631,0,2045.53,-4753.81,29.2431,1.11701,300,0,0,1042,0,0,0), - (3427,11378,1,12089,0,-611.587,-4322.08,40.0927,1.16937,200,0,0,138,0,0,0), - (3428,11176,1,10695,0,2055.53,-4802.11,22.4662,5.95157,300,0,0,3866,0,0,0), - (3429,11177,1,10696,0,2048.8,-4799.86,22.8961,6.00393,300,0,0,3748,0,0,0), - (3430,11178,1,10697,0,2051.84,-4794.39,23.2673,5.35816,300,0,0,3632,0,0,0), - (3431,12430,1,12477,0,170.596,-4769.92,14.4874,4.29351,300,0,0,228,0,0,0), - (3432,3099,1,381,0,47.2036,-4713.72,30.2001,4.72959,300,10,0,120,0,0,1), - (3433,3099,1,381,0,728.011,-4828.39,30.3341,2.08059,300,5,0,120,0,0,1), - (3434,3099,1,381,0,51.9119,-4807.97,22.05,4.56746,300,5,0,120,0,0,1), - (3435,3099,1,381,0,-438.139,-4686.37,37.3815,0.230755,300,10,0,120,0,0,1), - (3436,3099,1,381,0,343.559,-5048.52,19.1048,4.51384,300,5,0,120,0,0,1), - (3437,3099,1,381,0,474.453,-4022.52,22.9559,4.61149,300,10,0,120,0,0,1), - (3438,3099,1,381,0,239.77,-4479.44,17.9533,5.88163,300,10,0,120,0,0,1), - (3439,3099,1,381,0,648.155,-4215.57,15.2068,4.44886,300,10,0,120,0,0,1), - (3440,3099,1,381,0,469.149,-4839.71,30.163,6.2304,300,10,0,120,0,0,1), - (3441,3099,1,381,0,66.1406,-4669.99,36.3283,2.62402,300,5,0,120,0,0,1), - (3442,10176,1,9470,0,-607.434,-4251.33,39.0393,3.28122,300,0,0,919,0,0,0), - (3443,3143,1,1653,0,-600.132,-4186.19,41.2663,4.15388,200,0,0,166,0,0,0), - (3444,3145,1,1875,0,-629.052,-4228.06,38.2334,5.0091,300,0,0,500,0,0,0), - (3445,3147,1,1275,0,384.743,-4600.13,76.1716,3.89208,300,0,0,196,0,0,0), - (3446,3120,1,9443,0,-929.787,-4488.4,29.5207,3.96277,300,3,0,130,138,0,1), - (3447,3119,1,9442,0,-987.174,-4676.82,26.8719,3.34738,300,10,0,119,0,0,1), - (3448,3119,1,9442,0,-1019.16,-4725.93,14.7198,3.85196,300,10,0,119,0,0,1), - (3449,3120,1,9443,0,-1059.71,-4597.51,25.9093,4.59294,300,3,0,130,138,0,1), - (3450,3119,1,9442,0,-1028.79,-4506.35,25.8569,2.76322,300,3,0,119,0,0,1), - (3451,3331,1,1331,0,1750.38,-4320.91,5.99437,0.872665,300,0,0,1605,0,0,0), - (3452,3325,1,1325,0,1834.66,-4362.52,-14.7825,2.09439,300,0,0,3517,2103,0,0), - (3454,3327,1,1327,0,1792.34,-4279.38,7.33733,4.74729,300,0,0,2471,0,0,0), - (3455,3330,1,1330,0,1823.88,-4302.59,-12.314,3.78736,300,0,0,1605,0,0,0), - (3456,5815,1,4354,0,1836.86,-4347.13,-14.7621,3.33358,300,0,0,2972,3801,0,0), - (3457,3335,1,1335,0,1846.54,-4325.67,-15.6193,3.80482,300,0,0,1605,0,0,0), - (3458,3334,1,1334,0,1811.04,-4270.9,7.1692,3.94444,300,0,0,1605,0,0,0), - (3459,3329,1,1329,0,1766.71,-4367.36,-15.9383,5.61996,300,0,0,1605,0,0,0), - (3460,5816,1,4355,0,1820.77,-4300.23,-12.314,4.4855,300,0,0,1605,0,0,0), - (3461,3324,1,1324,0,1844.21,-4353.61,-14.7982,3.31613,300,0,0,3517,2103,0,0), - (3462,3296,1,4259,0,1332.76,-4633.4,24.0783,1.8675,300,0,0,4957,0,0,0), - (3463,12136,1,12229,0,1354.03,-4642.61,53.6269,3.80482,300,0,0,2972,0,0,0), - (3464,9564,1,8848,0,1331.11,-4649.45,53.6269,0,300,0,0,2196,0,0,0), - (3465,3296,1,4602,0,1340.71,-4631.52,24.1187,1.81514,300,0,0,4957,0,0,0), - (3467,7010,1,6839,0,1837.27,-4469.65,47.5199,1.6057,300,0,0,2016,2680,0,0), - (3468,7790,1,6873,0,2064.33,-4791.98,22.9696,5.75959,300,0,0,2972,0,0,0), - (3469,7792,1,6843,0,2055.71,-4815.9,22.9276,0.488692,300,0,0,3517,0,0,0), - (3470,7793,1,6854,0,2053.86,-4808.95,22.4439,1.72788,300,0,0,3866,0,0,0), - (3471,5882,1,4524,0,1473.55,-4218.57,43.0424,3.735,300,0,0,3139,2620,0,0), - (3472,6018,1,4711,0,1452.43,-4179.82,44.1333,6.05629,300,0,0,2471,1620,0,0), - (3473,6014,1,10473,0,1453.24,-4185.65,61.4171,1.32645,300,0,0,3517,2103,0,0), - (3474,5885,1,4523,0,1468.18,-4219.88,43.0424,5.95157,300,0,0,2471,1620,0,0), - (3475,3349,1,1370,0,1580.05,-4097.68,36.3245,5.18363,300,0,0,1605,0,0,0), - (3476,8404,1,7631,0,1527.01,-4154.91,40.3947,0.069843,300,0,0,1605,0,0,2), - (3477,7565,1,1206,0,1524.75,-4156.22,40.5173,0.019262,120,0,0,64,0,0,0), - (3478,3861,33,801,0,-236.623,2118.53,87.0845,6.00393,7200,0,0,1251,0,0,0), - (3479,3851,33,729,0,-205.378,2117.15,81.1379,1.0472,7200,0,0,1131,816,0,0), - (3480,3851,33,729,0,-246.705,2136.28,81.2629,2.32129,7200,0,0,1131,816,0,0), - (3481,3861,33,801,0,-191.003,2125.8,81.585,0.418879,7200,0,0,1251,0,0,0), - (3482,3851,33,729,0,-194.589,2133.5,81.584,6.03884,7200,0,0,1131,816,0,0), - (3483,3851,33,729,0,-246.827,2115.07,87.0959,2.79253,7200,0,0,1131,816,0,0), - (3484,15505,509,14528,0,-8948.96,1861.46,3.36,0,30,3,0,9156,0,0,1), - (3485,15505,509,14528,0,-8938.79,1854.3,2.76588,0,30,3,0,9156,0,0,1), - (3486,15505,509,14528,0,-8930.02,1870.29,5.01374,0,30,3,0,9156,0,0,1), - (3487,15505,509,14528,0,-8931.28,1852.24,4.11584,0,30,3,0,9156,0,0,1), - (3488,15505,509,14528,0,-8939.11,1846.93,2.4288,0,30,3,0,9156,0,0,1), - (3489,15505,509,14528,0,-8981.37,1815.49,4.08643,0,30,3,0,9156,0,0,1), - (3490,15505,509,14528,0,-8996.21,1819.62,7.68891,0,30,3,0,9156,0,0,1), - (3491,15505,509,14528,0,-8984.5,1807.39,5.57548,0,30,3,0,9156,0,0,1), - (3492,15505,509,14528,0,-8972.43,1825.5,3.84647,0,30,3,0,9156,0,0,1), - (3493,15505,509,14528,0,-8974.2,1807.21,1.86357,0,30,3,0,9156,0,0,1), - (3494,15505,509,14528,0,-8865.27,2080.98,3.72569,0,30,3,0,9156,0,0,1), - (3495,15505,509,14528,0,-8859.37,2069.79,4.91068,0,30,3,0,9156,0,0,1), - (3496,15505,509,14528,0,-8874.9,2058.62,4.53535,0,30,3,0,9156,0,0,1), - (3497,15505,509,14528,0,-8854.23,2062.05,4.94087,0,30,3,0,9156,0,0,1), - (3498,15505,509,14528,0,-8860.42,2064.21,4.50275,0,30,3,0,9156,0,0,1), - (3499,15505,509,14528,0,-8896.75,2136.01,5.99136,0,30,3,0,9156,0,0,1), - (3500,15505,509,14528,0,-8888.75,2123.68,5.88528,0,30,3,0,9156,0,0,1), - (3501,15505,509,14528,0,-8878.2,2128.49,7.60161,0,30,3,0,9156,0,0,1), - (3502,15505,509,14528,0,-8870.66,2109.14,6.55681,0,30,3,0,9156,0,0,1), - (3503,15505,509,14528,0,-8889.57,2115.47,7.0993,0,30,3,0,9156,0,0,1), - (3504,15505,509,14528,0,-8879.05,1950.67,7.41129,0,30,3,0,9156,0,0,1), - (3505,15505,509,14528,0,-8884.49,1926.34,4.51749,0,30,3,0,9156,0,0,1), - (3506,15505,509,14528,0,-8869.73,1932.07,9.82024,0,30,3,0,9156,0,0,1), - (3507,15505,509,14528,0,-8871.87,1957.29,6,0,30,3,0,9156,0,0,1), - (3508,15505,509,14528,0,-8884.96,1936.57,5.73546,0,30,3,0,9156,0,0,1), - (3509,15505,509,14528,0,-8918.05,2159.83,5.669,0,30,3,0,9156,0,0,1), - (3510,15505,509,14528,0,-8919.87,2171.92,9.15629,0,30,3,0,9156,0,0,1), - (3511,15505,509,14528,0,-8915.97,2154.23,5.85223,0,30,3,0,9156,0,0,1), - (3512,15505,509,14528,0,-8925.8,2154.81,6.16087,0,30,3,0,9156,0,0,1), - (3513,15505,509,14528,0,-8937.43,2176.47,4.86259,0,30,3,0,9156,0,0,1), - (3514,5435,0,12193,0,3221.9,1710.47,-49.2366,0.715585,300,0,0,903,0,0,2), - (3515,5435,0,12193,0,3234.78,1040.16,-49.0336,2.08338,300,0,0,903,0,0,2), - (3516,5435,0,12193,0,3221.29,530.995,-49.0322,6.16568,300,0,0,903,0,0,2), - (3517,5435,1,12193,0,1550.59,-5378.97,-32.535,3.28073,300,0,0,903,0,0,2), - (3518,5435,1,12193,0,1284,-5408.57,-50.3039,3.49243,300,0,0,903,0,0,2), - (3519,5435,1,12193,0,912.371,-5415.92,-55.1195,0,300,0,0,903,0,0,2), - (3520,5435,1,12193,0,493.326,-5371.27,-49.8881,0,300,0,0,903,0,0,2), - (3521,5435,1,12193,0,-326.584,-5558.28,-32.5737,3.88357,300,0,0,903,0,0,2), - (3522,5435,1,12193,0,-576.123,-5817.38,-32.5473,3.15728,300,0,0,903,0,0,2), - (3523,5435,1,12193,0,-1385.02,-5779.74,-18.0079,3.34814,300,0,0,903,0,0,2), - (3524,5435,1,12193,0,-1753.7,-5591.55,-33.6493,3.02857,300,0,0,903,0,0,2), - (3525,5435,1,12193,0,-1115.53,-4306.33,-7.68768,3.67432,300,0,0,903,0,0,2), - (3548,1134,0,929,0,-5700.23,-295.599,363.714,4.79845,180,0,0,102,0,0,0), - (3549,1125,0,607,0,-5710.13,-362.206,365.245,5.04837,180,10,0,102,0,0,1), - (3550,1125,0,607,0,-5712.29,-335.072,365.369,4.5662,180,10,0,102,0,0,1), - (3551,1134,0,929,0,-5698.56,-272.439,361.726,4.09784,180,0,0,102,0,0,0), - (3552,1135,0,950,0,-5689.54,-286.094,365.469,3.85877,180,0,0,120,0,0,0), - (3553,1134,0,929,0,-5670.8,-312.531,369.478,5.49779,180,5,0,102,0,0,1), - (3554,1134,0,929,0,-5696.72,-294.57,364.386,1.86563,180,5,0,102,0,0,1), - (3555,1134,0,929,0,-5682.07,-290.444,368.636,3.7407,180,5,0,102,0,0,1), - (3556,1134,0,929,0,-5676.76,-272.406,367.398,0.0979,180,5,0,102,0,0,1), - (3557,1199,0,748,0,-5730.94,-316.422,362.947,0.828249,180,5,0,102,0,0,1), - (3558,1134,0,929,0,-5688.39,-262.657,363.911,3.45717,180,0,0,102,0,0,0), - (3559,1135,0,950,0,-5651.38,-262.833,372.083,3.75246,180,0,0,120,0,0,0), - (3560,7562,1,2957,0,1524.51,-4153.32,40.7925,0.023189,120,0,0,64,0,0,0), - (3561,721,0,328,0,-5721.43,-225.057,354.432,1.03808,180,10,0,1,0,0,1), - (3562,1135,0,950,0,-5566.94,-265.577,368.067,4.37941,180,0,0,120,0,0,0), - (3563,1135,0,950,0,-5532.2,-296.383,358.085,6.05629,180,0,0,120,0,0,0), - (3564,1135,0,950,0,-5625.61,-178.399,365.835,4.7822,180,0,0,120,0,0,0), - (3565,1135,0,950,0,-5540.85,-226.618,357.904,2.25122,180,0,0,120,0,0,0), - (3566,1135,0,950,0,-5539.3,-225.932,357.401,3.51747,180,0,0,120,0,0,0), - (3567,1135,0,950,0,-5503.14,-222.236,354.139,3.75353,180,0,0,120,0,0,0), - (3568,1135,0,950,0,-5497.66,-229.688,353.831,2.24045,180,0,0,120,0,0,0), - (3569,1135,0,950,0,-5493.41,-214.966,354.253,5.35553,180,5,0,120,0,0,1), - (3570,1135,0,950,0,-5484.74,-222.076,354.34,5.49622,180,5,0,120,0,0,1), - (3571,7567,1,6303,0,1524.16,-4155.14,40.618,0.07424,120,0,0,64,0,0,0), - (3572,1135,0,950,0,-5536.94,-224.539,356.857,0.511921,180,0,0,120,0,0,0), - (3573,1135,0,950,0,-5495.45,-225.17,354.421,1.78024,180,0,0,120,0,0,0), - (3574,1135,0,950,0,-5568.05,-260.852,367.811,3.32337,180,0,0,120,0,0,0), - (3575,1135,0,950,0,-5584.69,-281.156,367.96,1.36272,180,0,0,120,0,0,0), - (3576,1135,0,950,0,-5628.93,-275.639,368.326,3.69808,180,0,0,120,0,0,0), - (3577,1135,0,950,0,-5603.97,-275.099,370.215,5.43168,180,5,0,120,0,0,1), - (3578,1135,0,950,0,-5578.61,-299.672,364.785,1.69743,180,0,0,120,0,0,0), - (3579,1135,0,950,0,-5608.62,-262.599,366.341,3.87463,180,0,0,120,0,0,0), - (3580,1135,0,950,0,-5639.5,-289.013,371.66,2.89725,180,0,0,120,0,0,0), - (3581,1134,0,929,0,-5669.4,-256.369,367.974,3.04775,180,0,0,102,0,0,0), - (3582,1135,0,950,0,-5512.97,-221.829,353.558,1.0821,180,0,0,120,0,0,0), - (3583,1134,0,929,0,-5694.36,-264.565,362.386,3.11438,180,0,0,102,0,0,0), - (3584,1125,0,607,0,-5729.84,-319.258,363.707,2.45861,180,10,0,102,0,0,1), - (3585,1125,0,607,0,-5702.66,-364.839,365.49,2.57471,180,10,0,102,0,0,1), - (3586,1128,0,8843,0,-5689.55,-416.367,365.313,2.0005,180,10,0,122,0,0,1), - (3587,1199,0,748,0,-5778.82,-287.692,357.877,1.13394,180,5,0,102,0,0,1), - (3588,721,0,328,0,-5748.83,-389.46,365.621,1.44502,180,10,0,1,0,0,1), - (3589,1125,0,607,0,-5767.57,-402.11,365.758,1.67552,180,10,0,102,0,0,1), - (3590,1128,0,8843,0,-5812.73,-341.238,365.735,4.42336,180,10,0,122,0,0,1), - (3591,1125,0,607,0,-5791.16,-226.238,353.896,2.64497,180,10,0,102,0,0,1), - (3592,1128,0,8843,0,-5875.16,-161.104,363.707,0.658084,180,10,0,122,0,0,1), - (3593,1128,0,8843,0,-5873.78,-191.256,359.874,1.23353,180,10,0,122,0,0,1), - (3594,1125,0,607,0,-5774.21,-142.599,353.906,5.05266,180,10,0,102,0,0,1), - (3595,1125,0,607,0,-5859.25,-260.521,360.628,4.08073,180,10,0,102,0,0,1), - (3596,1199,0,748,0,-5809.94,-178.809,351.845,2.52271,180,0,0,102,0,0,0), - (3597,1199,0,748,0,-5849.46,-158.364,360.678,2.97099,180,0,0,102,0,0,0), - (3598,1128,0,8843,0,-5843.87,-244.907,360.418,3.58777,180,10,0,122,0,0,1), - (3599,1199,0,748,0,-5848.84,-242.486,360.284,5.21096,180,5,0,102,0,0,1), - (3600,5999,0,6730,0,-11064.6,-3264.58,54.3061,6.06697,450,5,0,2661,0,0,1), - (3601,4343,1,814,0,-3409.38,-3309.92,33.6687,0.180552,360,10,0,1536,0,0,1), - (3602,4501,1,11539,0,-3191.32,-2925.55,33.4429,0.698132,360,0,0,2471,0,0,0), - (3603,5999,0,6730,0,-10970.8,-3520.83,65.0793,5.59524,450,1,0,2661,0,0,1), - (3604,5999,0,6729,0,-11064.8,-3306.6,50.0069,4.27606,450,0,0,2661,0,0,0), - (3605,7851,0,7911,0,-10929.5,-3421.9,66.5809,1.37881,900,0,0,8519,0,0,0), - (3606,1128,0,8843,0,-5816.07,-149.073,353.275,4.3047,180,10,0,122,0,0,1), - (3607,721,0,328,0,-5811.14,-182.388,352.299,0.042942,180,10,0,1,0,0,1), - (3608,1125,0,607,0,-5863.55,-190.446,357.94,1.11327,180,10,0,102,0,0,1), - (3609,1125,0,607,0,-5831.44,-127.52,354.237,0.530984,180,10,0,102,0,0,1), - (3610,721,0,328,0,-5880.93,-114.085,364.667,1.28631,180,10,0,1,0,0,1), - (3611,721,0,328,0,-6019.93,-201.639,408.509,3.41199,180,10,0,1,0,0,1), - (3612,1125,0,607,0,-6025.49,-284.168,418.623,3.33768,180,10,0,102,0,0,1), - (3613,1125,0,607,0,-6038.17,-331.175,426.59,3.50288,180,10,0,102,0,0,1), - (3614,1125,0,607,0,-6031.34,-402.11,417.283,2.30782,180,10,0,102,0,0,1), - (3615,5994,1,4690,0,1461.02,-4181.68,61.4171,2.82743,300,0,0,3857,0,0,0), - (3616,5883,1,4522,0,1472.48,-4224.6,43.0424,2.05949,300,0,0,3517,2103,0,0), - (3617,1125,0,607,0,-5994.27,-468.651,409.205,0.528356,180,10,0,102,0,0,1), - (3618,1125,0,607,0,-5979.85,-431.649,406.978,5.09852,180,10,0,102,0,0,1), - (3619,1199,0,748,0,-5855.96,-328.377,364.033,1.71573,180,5,0,102,0,0,1), - (3620,1199,0,748,0,-5835.68,-347.367,369.943,3.65392,180,5,0,102,0,0,1), - (3621,1125,0,607,0,-5826.27,-376.716,376.191,0.040993,180,10,0,102,0,0,1), - (3622,1125,0,607,0,-5844.39,-281.916,359.531,1.2699,180,10,0,102,0,0,1), - (3623,1128,0,8843,0,-5876.73,-251.731,362.662,1.47695,180,10,0,122,0,0,1), - (3624,1199,0,748,0,-5805.96,-432.479,368.143,4.10375,180,0,0,102,0,0,0), - (3625,1125,0,607,0,-5911.03,-473.427,412.88,1.01095,180,10,0,102,0,0,1), - (3626,1125,0,607,0,-5825.78,-491.851,406.413,4.33227,180,10,0,102,0,0,1), - (3627,1196,0,8840,0,-5955.3,-498.318,409.149,5.07905,180,10,0,164,0,0,1), - (3628,1125,0,607,0,-5895.32,-517.856,398.953,1.69806,180,10,0,102,0,0,1), - (3629,1125,0,607,0,-5941.16,-595.159,402.174,5.27202,180,10,0,102,0,0,1), - (3630,6003,0,6752,0,-11017.6,-3417.64,65.2167,6.01604,450,0,0,4108,0,0,0), - (3631,5996,0,6721,0,-10834.9,-3601.65,-12.6425,3.89208,450,0,0,2479,0,0,0), - (3632,1201,0,954,0,-5910.72,-584.205,402.838,1.59622,180,10,0,137,0,0,1), - (3633,1125,0,607,0,-6024,-475.223,428.257,4.41568,180,10,0,102,0,0,1), - (3634,1196,0,8840,0,-5921.85,-624.993,399.652,3.57032,180,10,0,164,0,0,1), - (3635,1201,0,954,0,-5906.02,-638.208,400.605,3.35762,180,10,0,137,0,0,1), - (3636,1125,0,607,0,-5906.25,-646.146,401.72,5.78538,180,10,0,102,0,0,1), - (3637,1126,0,381,0,-5932.72,-632.68,398.74,2.19241,180,10,0,120,0,0,1), - (3638,1126,0,381,0,-5796.12,-635.843,397.81,2.39352,180,10,0,120,0,0,1), - (3639,1125,0,607,0,-5824.06,-620.441,398.029,1.94695,180,10,0,102,0,0,1), - (3640,1201,0,954,0,-5853.82,-657.435,398.371,2.6608,180,10,0,137,0,0,1), - (3642,1126,0,381,0,-5740.6,-582.402,398.75,0.819164,180,10,0,120,0,0,1), - (3643,1201,0,954,0,-5733.19,-576.408,399.414,2.88073,180,10,0,137,0,0,1), - (3644,721,0,328,0,-5657.22,-630.851,403.333,3.2908,180,10,0,1,0,0,1), - (3645,1126,0,381,0,-5674.89,-623.361,402.4,5.50576,180,10,0,120,0,0,1), - (3646,5958,1,12849,0,1474.97,-4223.14,59.0771,2.96706,300,0,0,2972,0,0,0), - (3647,1128,0,8843,0,-5514.76,-567.666,402.626,5.64749,180,10,0,122,0,0,1), - (3648,7311,1,6060,0,1466.88,-4229.92,43.0424,1.18682,300,0,0,2471,1620,0,0), - (3649,1128,0,8843,0,-5551.74,-619.567,408.665,5.79449,180,10,0,122,0,0,1), - (3650,5997,0,6712,0,-10633.4,-3627.04,-12.1647,4.68121,450,5,0,2476,0,0,1), - (3651,5996,0,6720,0,-10729,-3309.9,-9.99005,1.8675,450,0,0,2479,0,0,0), - (3652,5996,0,6719,0,-10774,-3520.37,-23.7448,3.56047,450,0,0,2479,0,0,0), - (3653,5996,0,6720,0,-10601.3,-3582.42,-14.162,5.77704,450,0,0,2479,0,0,0), - (3654,5996,0,6721,0,-10542.5,-3490.66,-8.59025,6.23082,450,0,0,2479,0,0,0), - (3655,5996,0,6720,0,-10552.1,-3448.87,-3.93474,0.698132,450,0,0,2479,0,0,0), - (3656,5996,0,6722,0,-10764,-3661.63,-11.7605,3.97935,450,0,0,2479,0,0,0), - (3657,8717,0,7970,0,-11886.4,-2479.91,-16.4326,2.78282,900,0,0,56592,0,0,0), - (3658,12396,0,4426,0,-12290.5,-2686.29,5.22149,3.39653,900,5,0,50300,12430,0,1), - (3659,8717,0,7970,0,-12046.8,-2654.03,-28.7006,5.06316,900,5,0,56592,0,0,1), - (3660,8717,0,7970,0,-12256,-2583.79,-0.237804,4.43758,900,5,0,56592,0,0,1), - (3661,8716,0,10543,0,-12180.7,-2516.42,0.268373,0.983154,900,5,0,46558,12840,0,1), - (3662,8717,0,7970,0,-12119.9,-2580.6,-27.1965,2.50591,900,5,0,56592,0,0,1), - (3663,5999,0,6730,0,-10912.9,-3282.85,55.5791,4.86853,450,2,0,2661,0,0,1), - (3664,5999,0,6730,0,-11016.6,-3289.24,55.0776,0.358567,450,1,0,2661,0,0,1), - (3665,5999,0,6730,0,-10993.7,-3430.74,62.0155,5.22276,450,1,0,2661,0,0,1), - (3666,6000,0,6734,0,-10997.4,-3384.64,62.3517,1.5747,450,0,0,2229,1750,0,0), - (3667,5999,0,6727,0,-11078.1,-3296.31,49.8928,4.17134,450,0,0,2661,0,0,0), - (3668,6001,0,6714,0,-10881.5,-3407.27,65.0793,4.1277,450,0,0,3294,0,0,0), - (3669,7851,0,7911,0,-11083,-3399.61,66.6365,5.23599,900,0,0,8519,0,0,0), - (3670,6001,0,6714,0,-11041.7,-3385.15,65.3293,4.99533,450,0,0,3294,0,0,0), - (3671,5999,0,6728,0,-11003.4,-3378.29,62.2957,3.3979,450,0,0,2661,0,0,0), - (3672,5999,0,6728,0,-10906.6,-3321.36,65.03,2.88784,450,2,0,2661,0,0,1), - (3673,5996,0,6719,0,-10688.4,-3394.39,-13.6543,0,450,0,0,2479,0,0,0), - (3674,5996,0,6722,0,-10675.5,-3065.13,19.6044,1.6057,450,0,0,2479,0,0,0), - (3675,5996,0,6719,0,-10893,-3194.57,49.797,4.43314,450,0,0,2479,0,0,0), - (3676,5996,0,6721,0,-10499,-3328.55,-4.55529,5.96903,450,0,0,2479,0,0,0), - (3677,5996,0,6721,0,-10605.4,-3145.31,17.4588,0.261799,450,0,0,2479,0,0,0), - (3678,5997,0,6712,0,-10672,-3340.36,-11.0246,0.786491,450,5,0,2476,0,0,1), - (3679,5996,0,6720,0,-10772.1,-3383.18,-9.3987,4.29351,450,0,0,2479,0,0,0), - (3680,5998,0,6724,0,-10623,-3236.48,-5.21397,5.4062,450,5,0,2252,0,0,1), - (3681,5996,0,6720,0,-10893.2,-3197.68,49.4894,1.22173,450,0,0,2479,0,0,0), - (3682,5996,0,6720,0,-10622.5,-3656.05,-15.8512,3.42085,450,0,0,2479,0,0,0), - (3683,5984,0,8050,0,-10959,-3118.91,42.9477,6.11507,450,10,0,2310,0,0,1), - (3684,5999,0,6729,0,-11028.4,-3385.99,65.1393,1.98968,450,0,0,2661,0,0,0), - (3685,5999,0,6728,0,-11119.5,-3378,59.2828,0.015363,450,5,0,2661,0,0,1), - (3686,6002,0,6738,0,-11022.6,-3409.4,65.3417,4.30751,450,0,0,3517,4281,0,0), - (3687,7851,0,7910,0,-10977.9,-3492.34,68.7535,2.84489,900,0,0,8519,0,0,0), - (3688,7851,0,7913,0,-10918.1,-3372.55,66.5809,4.45059,900,0,0,8519,0,0,0), - (3689,5999,0,6729,0,-11005.3,-3257.61,55.5601,4.27392,450,0,0,2661,0,0,0), - (3690,6000,0,6732,0,-11086.1,-3321.62,50.0008,4.20245,450,2,0,2229,1750,0,1), - (3691,5998,0,6725,0,-10553.8,-3215.67,7.23844,1.76661,450,5,0,2252,0,0,1), - (3692,5996,0,6721,0,-10863.9,-3047.23,48.4969,4.69494,450,0,0,2479,0,0,0), - (3693,5998,0,6726,0,-10597,-3477.21,0.569794,1.21454,450,5,0,2252,0,0,1), - (3694,5996,0,6721,0,-10710.1,-3631.59,-10.9109,1.5708,450,0,0,2479,0,0,0), - (3695,5996,0,6721,0,-10745.9,-3252.1,-8.85246,3.54302,450,0,0,2479,0,0,0), - (3696,5996,0,6721,0,-10618.4,-3216.82,-3.87653,0.907571,450,0,0,2479,0,0,0), - (3697,5996,0,6719,0,-10807.3,-3182.07,37.2181,4.10152,450,0,0,2479,0,0,0), - (3698,5996,0,6721,0,-10736.5,-3615.03,-10.8402,0.488692,450,0,0,2479,0,0,0), - (3699,5996,0,6720,0,-10605.1,-3660.83,-15.5518,5.49779,450,0,0,2479,0,0,0), - (3700,5988,0,6068,0,-11236.2,-2945,11.2975,3.85417,450,5,0,2495,0,0,1), - (3701,7670,0,6857,0,-11478.5,-3363.06,7.38935,4.38448,450,5,0,3293,0,0,1), - (3702,5996,0,6721,0,-10783.6,-3363.31,-10.4468,3.01942,450,0,0,2479,0,0,0), - (3703,5996,0,6719,0,-10531.7,-3547.09,-9.46698,0.191986,450,0,0,2479,0,0,0), - (3704,5996,0,6722,0,-10571.6,-3398.76,0.490726,2.30383,450,0,0,2479,0,0,0), - (3705,5996,0,6719,0,-10684.3,-3669.66,-11.6068,3.19395,450,0,0,2479,0,0,0), - (3706,5996,0,6721,0,-10785.2,-3476.97,-22.0887,4.74729,450,0,0,2479,0,0,0), - (3707,5997,0,6712,0,-10608.2,-3604.62,-13.1465,1.355,450,5,0,2476,0,0,1), - (3708,5996,0,6722,0,-10658.7,-3471.4,-5.52293,2.60054,450,0,0,2479,0,0,0), - (3709,5996,0,6720,0,-10491.2,-3265.39,-4.7405,0.820305,450,0,0,2479,0,0,0), - (3710,5996,0,6721,0,-10554.1,-3193.06,8.16165,0.261799,450,0,0,2479,0,0,0), - (3711,5996,0,6719,0,-10547.2,-3149.99,6.76347,1.11701,450,0,0,2479,0,0,0), - (3712,5998,0,6724,0,-10654.6,-3251.42,-4.24311,4.77184,450,5,0,2252,0,0,1), - (3713,5998,0,6724,0,-10544.1,-3283.19,1.11511,1.8138,450,0,0,2252,0,0,0), - (3714,5996,0,6720,0,-10610.5,-3319.58,-6.12211,0,450,0,0,2479,0,0,0), - (3715,5996,0,6722,0,-10641.9,-3209.32,-2.59095,0.767945,450,0,0,2479,0,0,0), - (3716,5998,0,6723,0,-10810.9,-3590.83,-12.8564,2.36842,450,5,0,2252,0,0,1), - (3717,5996,0,6722,0,-10653.7,-3081.65,19.8254,0.820305,450,0,0,2479,0,0,0), - (3718,5996,0,6719,0,-10610.9,-3525.99,-1.84958,2.68781,450,0,0,2479,0,0,0), - (3719,5996,0,6719,0,-10747.7,-3472.59,-22.385,5.70723,450,0,0,2479,0,0,0), - (3720,5996,0,6719,0,-10595.5,-3459.34,1.98787,2.6529,450,0,0,2479,0,0,0), - (3721,5996,0,6720,0,-10826.7,-3457.37,-21.4826,2.42601,450,0,0,2479,0,0,0), - (3722,5996,0,6720,0,-10507.4,-3264.43,-1.63699,1.79769,450,0,0,2479,0,0,0), - (3723,5996,0,6719,0,-10803.2,-3449,-19.6628,1.79769,450,0,0,2479,0,0,0), - (3724,5996,0,6721,0,-10676.3,-3121.49,24.4147,2.87979,450,0,0,2479,0,0,0), - (3725,5996,0,6721,0,-10782.7,-3665.86,-12.9732,5.3058,450,0,0,2479,0,0,0), - (3726,5996,0,6722,0,-10812,-3133.74,40.2013,3.08923,450,0,0,2479,0,0,0), - (3727,5998,0,6725,0,-10648.9,-3127.77,23.504,3.88964,450,5,0,2252,0,0,1), - (3728,5996,0,6719,0,-10546.2,-3528.74,-11.3421,0.733038,450,0,0,2479,0,0,0), - (3729,5996,0,6722,0,-10854.3,-3168.17,46.486,1.309,450,0,0,2479,0,0,0), - (3730,5996,0,6719,0,-10784.4,-3408.42,-17.5568,1.44862,450,0,0,2479,0,0,0), - (3731,5996,0,6721,0,-10651.7,-3189.52,24.3635,0.575959,450,0,0,2479,0,0,0), - (3732,5996,0,6720,0,-10553.3,-3423.84,-2.45979,5.65487,450,0,0,2479,0,0,0), - (3733,5996,0,6722,0,-10738.5,-3450.14,-16.4603,5.67232,450,0,0,2479,0,0,0), - (3734,5996,0,6721,0,-10759.9,-3328.43,-12.4974,3.7001,450,0,0,2479,0,0,0), - (3735,5996,0,6720,0,-10629.6,-3146.92,20.5668,4.5204,450,0,0,2479,0,0,0), - (3736,5996,0,6720,0,-10606.1,-3243.61,-4.63481,5.09636,450,0,0,2479,0,0,0), - (3737,5996,0,6720,0,-10664.8,-3172.06,20.8985,0.471239,450,0,0,2479,0,0,0), - (3738,5996,0,6722,0,-10581.3,-3616.01,-13.3081,5.11381,450,0,0,2479,0,0,0), - (3739,5996,0,6719,0,-10550.6,-3395.06,-2.67994,0.593412,450,0,0,2479,0,0,0), - (3740,5996,0,6719,0,-10673.4,-3094.46,20.9696,4.2237,450,0,0,2479,0,0,0), - (3741,5996,0,6720,0,-10750.1,-3683.36,-11.7155,4.13643,450,0,0,2479,0,0,0), - (3742,5996,0,6722,0,-10613,-3547.9,-8.50613,1.6057,450,0,0,2479,0,0,0), - (3743,5996,0,6721,0,-10576.6,-3436.77,-1.06565,3.28122,450,0,0,2479,0,0,0), - (3744,5996,0,6719,0,-10514.7,-3288.97,-0.060867,5.25344,450,0,0,2479,0,0,0), - (3745,5996,0,6719,0,-10780.3,-3298.52,-10.2559,2.67035,450,0,0,2479,0,0,0), - (3746,8917,0,8892,0,-7342.71,-1044.4,180.434,4.43314,500,0,0,2003,1845,0,0), - (3747,8917,0,8893,0,-7471.42,-927.598,174.644,4.66003,500,0,0,2003,1845,0,0), - (3748,8917,0,8891,0,-7468.06,-980.512,173.567,1.0821,500,0,0,2003,1845,0,0), - (3749,8917,0,487,0,-7477.86,-916.018,173.522,4.15388,500,0,0,2003,1845,0,0), - (3750,8917,0,487,0,-7424.38,-904.418,172.948,4.46804,500,0,0,2003,1845,0,0), - (3751,8917,0,8891,0,-7431.54,-912.519,171.774,0.890118,500,0,0,2003,1845,0,0), - (3752,8917,0,8891,0,-7445.86,-877.988,171.799,2.6529,500,0,0,2003,1845,0,0), - (3753,8917,0,487,0,-7388.94,-873.726,171.725,5.75959,500,0,0,2003,1845,0,0), - (3754,8917,0,8893,0,-7356.39,-898.963,168.811,2.74017,500,0,0,2003,1845,0,0), - (3755,8924,0,8390,0,-7435.55,-892.563,172.306,6.18023,43200,0,0,11075,0,0,2), - (3758,5996,0,6720,0,-10671.7,-3693.57,-10.736,6.26573,450,0,0,2479,0,0,0), - (3759,5996,0,6719,0,-10582.1,-3545.1,-9.65466,5.32325,450,0,0,2479,0,0,0), - (3760,5998,0,6724,0,-10714.3,-3637.92,-12.2945,3.08526,450,5,0,2252,0,0,1), - (3761,5996,0,6722,0,-10572.3,-3592.93,-13.982,1.309,450,0,0,2479,0,0,0), - (3762,5996,0,6722,0,-10804.9,-3665.31,-11.7727,3.10669,450,0,0,2479,0,0,0), - (3763,5996,0,6721,0,-10813.5,-3109.38,41.7052,3.03687,450,0,0,2479,0,0,0), - (3764,5996,0,6720,0,-10675.3,-3562.15,-33.6553,4.53786,450,0,0,2479,0,0,0), - (3765,5996,0,6722,0,-10477.9,-3281.1,-4.06687,5.48033,450,0,0,2479,0,0,0), - (3766,5998,0,6724,0,-10806.1,-3571.23,-10.4688,1.89615,450,5,0,2252,0,0,1), - (3767,5996,0,6721,0,-10656.1,-3281.83,-7.47843,4.2237,450,0,0,2479,0,0,0), - (3768,5996,0,6720,0,-10501.1,-3440.04,-12.6378,0.401426,450,0,0,2479,0,0,0), - (3769,5996,0,6719,0,-10658.5,-3389.36,-12.5127,3.9619,450,0,0,2479,0,0,0), - (3770,5996,0,6722,0,-10829.2,-3182.08,42.9416,4.93928,450,0,0,2479,0,0,0), - (3771,5997,0,6712,0,-10602.2,-3489.02,0.286836,1.88802,450,5,0,2476,0,0,1), - (3772,5998,0,6725,0,-10634.8,-3124.18,23.1423,5.12605,450,5,0,2252,0,0,1), - (3773,5996,0,6721,0,-10568.7,-3234.44,8.87041,4.43314,450,0,0,2479,0,0,0), - (3774,5998,0,6723,0,-10764.8,-3445.98,-19.0121,0.376827,450,5,0,2252,0,0,1), - (3775,5998,0,6725,0,-10716.5,-3366.56,-11.8839,0.613927,450,5,0,2252,0,0,1), - (3776,5996,0,6720,0,-10687.7,-3294.88,-8.20846,1.22173,450,0,0,2479,0,0,0), - (3777,5996,0,6722,0,-10595.7,-3327.39,6.8719,3.42085,450,0,0,2479,0,0,0), - (3778,5996,0,6719,0,-10572.7,-3370.5,0.097282,3.26377,450,0,0,2479,0,0,0), - (3779,5996,0,6721,0,-10530.7,-3231.19,4.09334,5.60251,450,0,0,2479,0,0,0), - (3780,5996,0,6722,0,-10576,-3345.35,3.85466,3.49066,450,0,0,2479,0,0,0), - (3781,5997,0,6712,0,-10735.1,-3638.72,-11.9657,5.30609,450,5,0,2476,0,0,1), - (3782,5996,0,6720,0,-10752,-3598.47,-12.3775,0.122173,450,0,0,2479,0,0,0), - (3783,5998,0,6726,0,-10737.6,-3330.59,-10.2139,0.148613,450,5,0,2252,0,0,1), - (3784,5996,0,6720,0,-10771.6,-3485.31,-23.476,2.9147,450,0,0,2479,0,0,0), - (3785,5996,0,6722,0,-10611.9,-3406.91,1.21536,0.017453,450,0,0,2479,0,0,0), - (3786,5997,0,6711,0,-10564,-3327.37,3.59845,1.29931,450,5,0,2476,0,0,1), - (3787,5996,0,6722,0,-10752.8,-3299.39,-13.6047,0.628319,450,0,0,2479,0,0,0), - (3788,5997,0,6711,0,-10768.2,-3594.56,-13.0471,0.434904,450,5,0,2476,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (1,2843,0,0,0,-14467.8,468.374,15.1064,0.139626,300,300,0,0,2766,0,0,0), + (2,7853,0,0,0,-14464.9,459.585,15.2488,3.735,300,300,0,0,1605,0,0,0), + (3,2499,0,0,0,-14355.9,433.399,7.55289,1.79769,300,300,0,0,2284,0,0,0), + (4,2838,0,0,0,-14430.2,410.963,15.3606,3.03687,300,300,0,0,3077,0,0,0), + (5,2839,0,0,0,-14340.6,414.604,6.71338,2.19912,300,300,0,0,2568,0,0,0), + (6,2626,0,0,0,-14451.3,471.164,4.28487,5.72468,300,300,0,0,2766,0,0,0), + (7,2482,0,0,0,-14379.1,412.672,6.8203,5.70723,300,300,0,0,2766,0,0,0), + (8,8123,0,0,0,-14421.9,528.898,5.24876,5.14872,300,300,0,0,4108,0,0,0), + (9,9459,0,0,0,-7647.31,-3051.95,131.25,1.71042,900,900,0,0,8017,0,0,0), + (10,9520,0,0,0,-7699.62,-1444.29,139.871,4.2586,900,900,0,0,21592,0,0,0), + (11,1215,0,0,0,-9056,152.629,115.116,3.159,250,250,0,0,1309,0,0,0), + (12,1218,0,0,0,-9060,148.566,115.222,1.606,180,180,0,0,413,0,0,0), + (13,12785,449,0,0,-9.11894,-4.26696,5.57096,0.139626,300,300,0,0,4108,0,0,0), + (15,12781,449,0,0,-3.68559,15.1514,-0.172549,5.49779,300,300,0,0,4108,0,0,0), + (16,12778,449,0,0,-2.79471,29.6844,1.18142,6.05629,300,300,0,0,4108,0,0,0), + (17,12786,449,0,0,-2.74466,3.60577,-0.172551,0.05236,300,300,0,0,6536,0,0,0), + (19,1061,0,0,0,-11514,724.968,61.104,3.381,540,540,0,0,1900,0,0,0), + (20,12787,449,0,0,2.04541,3.63727,-0.172552,3.10669,300,300,0,0,6536,0,0,0), + (21,12784,449,0,0,7.16394,4.2682,-0.172551,0.087266,300,300,0,0,4484,0,0,0), + (22,12783,449,0,0,6.30864,34.9575,1.13917,4.85202,300,300,0,0,3866,0,0,0), + (25,12780,449,0,0,2.65049,29.7101,1.18142,3.4383,300,300,0,0,4108,0,0,0), + (26,6569,0,0,0,-4835.97,-1260.58,501.951,4.55531,190,190,0,0,919,0,0,0), + (27,5123,0,0,0,-4913.43,-1284.47,505.377,4.20624,310,310,0,0,1605,0,0,0), + (28,5178,0,0,0,-4856.88,-1237.26,501.807,0.523599,310,310,0,0,1605,0,0,0), + (29,5177,0,0,0,-4863.04,-1240.3,501.807,3.75246,310,310,0,0,2016,0,0,0), + (30,794,0,0,0,-9387.13,-117.859,58.862,2.818,180,180,0,0,64,0,0,0), + (31,1246,0,0,0,-4863.04,-1238.05,501.807,2.19912,310,310,0,0,1605,0,0,0), + (32,11028,0,0,0,-4802.49,-1248.5,502.086,4.41568,190,190,0,0,1172,0,0,0), + (33,6169,0,0,0,-4812.48,-1250.62,502.014,4.62512,540,540,0,0,2972,0,0,0), + (34,7937,0,0,0,-4827.63,-1257.16,506.119,4.57276,6300,6300,0,0,80000,0,0,0), + (35,7950,0,0,0,-4823.04,-1265.7,501.951,4.60767,430,430,0,0,4356,0,0,0), + (36,7944,0,0,0,-4834.77,-1263.45,501.951,4.72984,430,430,0,0,4356,0,0,0), + (37,14724,0,0,0,-4823.65,-1299.36,501.951,0.959931,25000,25000,0,0,2016,0,0,0), + (38,15763,0,0,0,-4811.98,-1264.85,501.951,3.05433,300,300,0,0,3000,0,0,0), + (39,5122,0,0,0,-4921.13,-1280.97,512.044,5.8294,310,310,0,0,1605,0,0,0), + (40,4081,0,0,0,-4842.96,-1283.51,501.951,1.55334,250,250,0,0,1528,0,0,0), + (41,5174,0,0,0,-4798.97,-1254.84,502.086,5.21853,540,540,0,0,2972,0,0,0), + (42,5175,0,0,0,-4793.47,-1249.97,502.086,3.12414,310,310,0,0,1605,0,0,0), + (43,11029,0,0,0,-4795.64,-1247.08,502.086,3.7001,310,310,0,0,1684,0,0,0), + (44,5595,0,0,0,-4912.55,-1240.4,501.66,2.67035,300,300,0,0,5194,0,0,0), + (45,5595,0,0,0,-4917.7,-1250.29,501.66,2.68781,300,300,0,0,5194,0,0,0), + (46,5595,0,0,0,-4748.27,-1264.66,501.659,0.279253,300,300,0,0,5194,0,0,0), + (47,5595,0,0,0,-4745.03,-1275.25,501.659,0.366519,300,300,0,0,5194,0,0,0), + (48,5158,0,0,0,-4801.37,-1196.13,505.898,0.20944,310,310,0,0,1605,0,0,0), + (49,5157,0,0,0,-4809.03,-1186.13,512.564,3.26377,310,310,0,0,3829,0,0,0), + (50,11065,0,0,0,-4808.6,-1190.14,505.898,2.89725,250,250,0,0,1240,0,0,0), + (51,5124,0,0,0,-5002.89,-1160.73,501.743,3.43344,310,310,0,1,1605,0,0,2), + (52,15187,0,0,0,-4818.88,-1176.41,502.278,2.49582,430,430,0,0,4108,5013,0,0), + (53,5570,0,0,0,-4975.23,-1286.97,502.053,0.959931,430,430,0,0,3517,0,0,0), + (54,5140,0,0,0,-4969.12,-1284.82,510.386,0.994838,310,310,0,0,1605,0,0,0), + (55,5605,0,0,0,-4974.75,-1283.12,502.053,4.17134,310,310,0,0,1605,0,0,0), + (56,2695,0,0,0,-4924.32,-1215.65,502.594,3.87463,180,180,0,0,644,0,0,0), + (57,5595,0,0,0,-4992.17,-1155.41,501.743,3.96066,300,300,0,0,5194,0,0,2), + (58,5595,0,0,0,-4995.1,-1224.35,501.769,0.715585,300,300,0,0,5194,0,0,0), + (59,10090,0,0,0,-5022.09,-1273.85,507.839,5.48033,540,540,0,0,2471,1620,0,0), + (60,7976,0,0,0,-5041.1,-1200.23,502.318,0.628319,310,310,0,0,1605,0,0,0), + (61,5121,0,0,0,-5037.28,-1208.09,508.986,2.14675,310,310,0,0,1605,0,0,0), + (62,5119,0,0,0,-5034.4,-1205.31,502.318,2.02458,310,310,0,0,1605,0,0,0), + (63,7298,0,0,0,-5015.66,-1279.06,507.836,5.34071,540,540,0,0,2972,0,0,0), + (64,2832,0,0,0,-14451.7,495.417,15.1901,3.7001,300,300,0,0,2284,0,0,0), + (65,2622,0,0,0,-14437.3,408.212,15.1134,1.91986,300,300,0,0,3077,0,0,0), + (66,7390,0,0,0,-14332.5,425.102,6.63462,2.30658,300,300,0,0,64,0,0,0), + (67,2844,0,0,0,-14361.9,372.226,24.4477,5.84685,300,300,0,0,3077,0,0,0), + (68,2663,0,0,0,-14334.8,425.681,6.70968,4.41568,300,300,0,0,2666,0,0,0), + (69,2542,0,0,0,-14467,479.833,20.4677,0.279253,300,300,0,0,3517,0,0,0), + (70,2544,0,0,0,-14811.8,449.855,1.31822,0.973038,300,300,5,0,1829,0,0,1), + (71,2544,0,0,0,-14645.5,258.305,0.890634,0.007671,300,300,10,0,1829,0,0,1), + (72,2544,0,0,0,-14812.7,312.065,1.10458,0.065201,300,300,5,0,1829,0,0,1), + (73,2544,0,0,0,-14679.8,163.598,-0.325073,1.48668,300,300,5,0,1829,0,0,1), + (74,2544,0,0,0,-14908.7,-29.849,0.276198,5.28334,300,300,5,0,1829,0,0,1), + (75,2544,0,0,0,-14422.4,63.9523,1.38003,4.18235,300,300,10,0,1829,0,0,1), + (76,4624,0,0,0,-14439,436.395,20.5088,3.07178,300,300,0,0,12652,0,0,0), + (77,4624,0,0,0,-14278.3,553.193,8.90007,3.90954,300,300,0,0,12652,0,0,0), + (78,857,0,0,0,-5038.54,-1266.41,510.408,3.82227,1200,1200,0,0,7776,0,0,0), + (79,14982,0,0,0,-5038.58,-1272.53,510.408,2.60054,6300,6300,0,0,10626,8019,0,0), + (82,5117,0,0,0,-5006.6,-1266.04,507.837,3.78736,540,540,0,0,2471,1620,0,0), + (83,1901,0,0,0,-5044.87,-1243.06,507.837,5.46288,540,540,0,0,2972,0,0,0), + (84,5114,0,0,0,-5035.67,-1234.64,507.835,5.35816,540,540,0,0,2972,0,0,0), + (85,9984,0,0,0,-5010.22,-1261.46,507.839,3.76991,310,310,0,0,1605,0,0,0), + (86,5120,0,0,0,-5037.14,-1206.7,502.318,2.1293,310,310,0,0,1605,0,0,0), + (87,5116,0,0,0,-5010.39,-1274.05,507.835,2.26893,430,430,0,0,3517,2103,0,0), + (88,5595,0,0,0,-4988.81,-1232.08,501.769,0.785398,300,300,0,0,5194,0,0,0), + (89,13084,0,0,0,-5042.06,-1205.56,508.901,0.977384,430,430,0,0,6830,0,0,0), + (90,11865,0,0,0,-5041.53,-1197.25,508.985,5.2709,430,430,0,0,6830,0,0,0), + (91,14365,0,0,0,-4956.43,-906.791,503.922,3.83621,900,900,0,1,9298,0,0,2), + (92,5126,0,0,0,-5030.41,-1147.3,512.063,2.04204,310,310,0,0,1605,0,0,0), + (93,5125,0,0,0,-5032.96,-1139.38,505.396,3.4383,310,310,0,0,1605,0,0,0), + (94,5129,0,0,0,-5033.39,-1146.08,505.396,3.1765,310,310,0,0,1605,0,0,0), + (95,5138,0,0,0,-4883.2,-1149.06,505.853,5.3058,310,310,0,0,1605,0,0,0), + (96,5137,0,0,0,-4881.24,-1155.52,505.853,5.34071,310,310,0,0,2016,0,0,0), + (97,5595,0,0,0,-4883.04,-1115.6,502.296,3.16733,300,300,0,0,5194,0,0,2), + (98,5100,0,0,0,-4958.07,-1015.15,503.95,4.17134,310,310,0,0,1605,0,0,0), + (99,5101,0,0,0,-4962.1,-1023.77,503.952,1.13446,310,310,0,0,1605,0,0,0), + (100,2790,0,0,0,-5033.81,-1022.23,508.876,3.76026,540,540,0,0,2868,0,0,0), + (101,5595,0,0,0,-4946.28,-1013.47,501.524,1.18682,300,300,0,0,5194,0,0,0), + (102,5132,0,0,0,-4963.59,-1014.19,503.952,5.23599,370,370,0,0,1605,0,0,0), + (103,5130,0,0,0,-5016.19,-997.442,503.966,2.79253,490,490,0,0,3857,0,0,0), + (104,5049,0,0,0,-5020.17,-1000.65,503.964,1.98968,250,250,0,0,1240,0,0,0), + (105,5595,0,0,0,-5003.92,-1117.33,501.758,0.722695,300,300,0,0,5194,0,0,2), + (106,5595,0,0,0,-4981.89,-949.898,501.743,5.63741,300,300,0,0,5194,0,0,0), + (107,5595,0,0,0,-4995.79,-969.667,501.659,5.84685,300,300,0,0,5194,0,0,0), + (108,6175,0,0,0,-4895.61,-898.098,501.743,2.28638,310,310,0,1,334,0,0,2), + (109,14363,0,0,0,-4896.55,-996.009,504.024,0.696063,300,300,0,0,8635,0,0,2), + (110,5102,0,0,0,-4916,-996.633,502.08,4.03171,310,310,0,0,1605,0,0,0), + (111,5099,0,0,0,-4895.64,-1004.66,504.024,2.23402,540,540,0,0,5011,0,0,0), + (112,5103,0,0,0,-4914.14,-998.025,502.08,4.10152,310,310,0,0,1605,0,0,0), + (113,13843,0,0,0,-4903.01,-968.237,501.533,2.47837,490,490,0,0,4914,0,0,0), + (114,5595,0,0,0,-4906.75,-977.52,501.44,2.25148,300,300,0,0,5194,0,0,0), + (115,5595,0,0,0,-4902.07,-973.796,501.446,2.26893,300,300,0,0,5194,0,0,0), + (117,9560,0,0,0,-8378.54,-2748.94,186.725,4.38078,500,500,0,0,4108,0,0,0), + (119,9859,0,0,0,-4967.86,-917.619,505.169,0.785398,430,430,0,0,3517,0,0,0), + (121,5595,0,0,0,-4986.55,-963.816,501.743,5.70723,300,300,0,0,5194,0,0,2), + (122,5109,0,0,0,-4925.12,-947.695,501.649,4.04219,310,310,0,1,1605,0,0,2), + (123,9565,0,0,0,-8380.58,-2751.88,187.122,0.785398,500,500,0,0,4356,5340,0,0), + (124,9561,0,0,0,-8398.89,-2768.59,194.881,0.471239,500,500,0,0,4356,5340,0,0), + (125,9563,0,0,0,-7495.02,-2170.95,165.536,1.50098,500,500,0,0,4356,0,0,0), + (126,8720,0,0,0,-4963.19,-904.619,505.17,5.42797,430,430,0,0,3517,0,0,0), + (127,8671,0,0,0,-4948.01,-901.528,505.172,3.80482,430,430,0,0,3517,0,0,0), + (128,5595,0,0,0,-4975.55,-875.627,501.66,3.83972,300,300,0,0,5194,0,0,0), + (129,5595,0,0,0,-4989.41,-887.231,501.659,0.698132,300,300,0,0,5194,0,0,0), + (131,5595,0,0,0,-4914.67,-894.865,501.743,5.18363,300,300,0,0,5194,0,0,0), + (132,5595,0,0,0,-5030.98,-832.871,495.377,1.91986,300,300,0,0,5194,0,0,0), + (133,5595,0,0,0,-5021.62,-823.532,495.877,2.35619,300,300,0,0,5194,0,0,0), + (134,5595,0,0,0,-4902.16,-895.619,501.743,5.23599,300,300,0,1,5194,0,0,2), + (135,5595,0,0,0,-5083.85,-811.471,495.174,1.48353,300,300,0,0,5194,0,0,0), + (136,5595,0,0,0,-5061.78,-810.586,495.252,1.25664,300,300,0,0,5194,0,0,0), + (137,6181,0,0,0,-5089.28,-782.95,495.279,5.77704,310,310,0,0,1605,0,0,0), + (138,5595,0,0,0,-5089.79,-772.627,495.047,2.04204,300,300,0,0,5194,0,0,0), + (139,5595,0,0,0,-5038.17,-772.612,494.338,2.09439,300,300,0,0,5194,0,0,0), + (140,5595,0,0,0,-5170.23,-754.75,463.225,1.58825,300,300,0,0,5194,0,0,0), + (141,5595,0,0,0,-5194.21,-737.037,447.316,1.71042,300,300,0,0,5194,0,0,0), + (142,5595,0,0,0,-5180.04,-728.633,447.649,2.02458,300,300,0,0,5194,0,0,0), + (143,721,0,0,0,-5150.63,-667.736,407.423,5.32423,180,180,10,0,1,0,0,1), + (144,5595,0,0,0,-5050.71,-810.209,495.211,1.36172,300,300,0,1,5194,0,0,2), + (145,5595,0,0,0,-5254.44,-587.618,410.8,3.21141,300,300,0,0,5194,0,0,0), + (146,727,0,0,0,-5252.72,-509.481,386.113,2.01293,250,250,0,1,1918,0,0,2), + (147,721,0,0,0,-5184.31,-539.13,397.053,5.6955,180,180,10,0,1,0,0,1), + (148,721,0,0,0,-5341.28,-524.72,391.613,2.80499,180,180,10,0,1,0,0,1), + (149,727,0,0,0,-5264.38,-511.639,387.61,2.04204,250,250,0,0,1918,0,0,0), + (150,727,0,0,0,-5267.91,-513.285,388.708,2.1293,250,250,0,0,1918,0,0,0), + (151,1131,0,0,0,-5265.86,-448.053,388.326,3.20608,180,180,10,0,137,0,0,1), + (152,727,0,0,0,-5373.57,-544.752,400.413,0.471239,250,250,0,0,1918,0,0,0), + (153,1138,0,0,0,-5390.21,-454.251,396.055,3.18063,180,180,10,0,120,0,0,1), + (154,1126,0,0,0,-5365.24,-425.302,396.734,1.81252,180,180,10,0,120,0,0,1), + (155,1127,0,0,0,-5283.94,-433.078,392.817,3.54134,180,180,0,0,137,0,0,0), + (156,1126,0,0,0,-5245.93,-431.736,386.977,5.30743,180,180,10,0,120,0,0,1), + (157,1131,0,0,0,-5299.23,-417.984,395.192,0.249412,180,180,10,0,137,0,0,1), + (158,1126,0,0,0,-5428.32,-566.719,397.134,2.09425,180,180,10,0,120,0,0,1), + (159,727,0,0,0,-5449.36,-509,397.373,4.97419,250,250,0,0,1918,0,0,0), + (160,4624,0,0,0,-14286.5,540.747,8.91942,1.97222,300,300,0,0,12652,0,0,0), + (161,4624,0,0,0,-14488.5,460.438,30.7151,0.069813,300,300,0,0,12652,0,0,0), + (162,4624,0,0,0,-14448.4,409.794,25.1044,1.5708,300,300,0,0,12652,0,0,0), + (163,4624,0,0,0,-14461.7,478.294,26.8603,3.50811,300,300,0,0,12652,0,0,0), + (164,4624,0,0,0,-14442.6,454.548,3.72366,0.523599,300,300,0,0,12652,0,0,0), + (165,4624,0,0,0,-14466.6,447.94,15.5059,1.50098,300,300,0,0,12652,0,0,0), + (166,721,0,0,0,-5440.51,-511.881,396.606,1.55712,180,180,10,0,1,0,0,1), + (167,1138,0,0,0,-5393.23,-441.29,396.599,5.17167,180,180,10,0,120,0,0,1), + (168,1131,0,0,0,-5426.52,-462.828,396.976,4.44134,180,180,10,0,137,0,0,1), + (169,1125,0,0,0,-5488.25,-566.629,400.102,1.97222,180,180,10,0,102,0,0,1), + (170,5893,1,0,0,-246.258,-4009.98,187.293,1.81609,180,180,0,0,230,249,0,0), + (171,12363,0,0,0,-5458.53,-613.969,393.841,5.51524,180,180,0,0,42,0,0,0), + (172,12367,0,0,0,-5460.76,-616.167,393.68,6.02139,180,180,0,0,42,0,0,0), + (173,14553,0,0,0,-5449.28,-614.756,394.539,3.68265,180,180,0,0,64,53,0,0), + (174,14552,0,0,0,-5452.32,-613.089,394.51,4.29351,180,180,0,0,64,53,0,0), + (175,12366,0,0,0,-5455.75,-612.897,394.253,4.95674,180,180,0,0,42,0,0,0), + (176,14551,0,0,0,-5447.83,-617.37,394.511,3.19395,180,180,0,0,64,53,0,0), + (177,7955,0,0,0,-5451.6,-617.327,394.548,4.88692,430,430,0,0,3517,0,0,0), + (715,4624,0,0,0,-14437.2,399.063,31.7274,2.06051,300,300,0,0,12652,0,0,2), + (179,1269,0,0,0,-5497.94,-455.835,395.438,5.63683,190,190,0,0,919,0,0,0), + (180,1268,0,0,0,-5498.74,-457.929,395.438,0.074122,180,180,0,0,413,0,0,0), + (181,1128,0,0,0,-5497.36,-433.361,406.167,0.05236,180,180,10,0,122,0,0,1), + (182,4624,0,0,0,-14305,433.285,29.2265,1.39626,300,300,0,0,12652,0,0,0), + (183,1125,0,0,0,-5526.67,-448.986,404.968,0.413864,180,180,10,0,102,0,0,1), + (184,4631,0,0,0,-14298.2,539.636,8.9337,4.79965,300,300,0,0,2016,0,0,0), + (185,1151,0,0,0,-11595,1265.73,1.77801,0.603209,300,300,5,0,1403,0,0,1), + (186,5568,0,0,0,-5490.56,-454.01,398.021,3.78736,180,180,0,0,334,0,0,0), + (187,727,0,0,0,-5683.3,-482.562,395.93,0.0200809,250,250,0,1,1918,0,0,2), + (188,1234,0,0,0,-5604.44,-540.323,399.18,5.23599,180,180,0,0,500,0,0,0), + (189,68,0,0,0,-8528.64,689.028,97.6514,2.1921,25000,25000,0,0,3921,0,0,0), + (190,68,0,0,0,-8643.52,808.983,96.6525,5.3478,25000,25000,0,0,3921,0,0,0), + (191,1373,0,0,0,-5605.96,-544.451,392.43,0.977384,180,180,0,0,644,0,0,0), + (192,1228,0,0,0,-5586.94,-537.173,403.624,5.89921,180,180,0,0,413,370,0,0), + (193,1699,0,0,0,-5594.47,-545.82,398.85,1.81514,180,180,0,0,413,0,0,0), + (194,1232,0,0,0,-5586.76,-542.163,403.624,1.09956,180,180,0,0,500,444,0,0), + (195,1125,0,0,0,-5535.48,-584.877,407.413,4.65724,180,180,10,0,102,0,0,1), + (196,1229,0,0,0,-5605.73,-530.385,399.738,0.174533,180,180,0,0,413,0,0,0), + (197,2326,0,0,0,-5604.49,-521.427,399.741,5.32325,180,180,0,0,334,0,0,0), + (198,9980,0,0,0,-5606.07,-513.113,402.286,1.58825,310,310,0,0,1605,0,0,0), + (199,1247,0,0,0,-5601.6,-531.203,399.737,2.1293,310,310,0,0,1605,0,0,0), + (200,727,0,0,0,-5610.72,-490.063,397.544,2.19912,250,250,0,0,1918,0,0,0), + (201,1240,0,0,0,-5576.21,-422.031,397.409,4.20624,180,180,0,0,372,0,0,0), + (202,1691,0,0,0,-5597.66,-521.852,399.738,4.81711,180,180,0,0,413,0,0,0), + (203,1872,0,0,0,-5573.78,-464.455,402.145,3.9968,180,180,0,0,500,0,0,0), + (204,6806,0,0,0,-5590.81,-523.344,399.735,5.49779,180,180,0,0,413,0,0,0), + (205,727,0,0,0,-5565.45,-470.893,399.461,4.66003,250,250,0,0,1918,0,0,0), + (206,1226,0,0,0,-5590.56,-529.657,399.735,2.23402,180,180,0,0,413,370,0,0), + (207,1273,0,0,0,-5590.67,-428.416,397.409,5.46288,180,180,0,0,413,0,0,0), + (208,1690,0,0,0,-5568.99,-429.114,397.409,3.80482,250,250,0,0,1528,0,0,0), + (209,1238,0,0,0,-5582.02,-423.1,397.409,5.0091,180,180,0,0,372,0,0,0), + (210,1267,0,0,0,-5596.21,-504.132,400.714,2.44346,310,310,0,0,1605,0,0,0), + (211,727,0,0,0,-5550.9,-462.166,407.683,4.4855,250,250,0,0,1918,0,0,0), + (212,727,0,0,0,-5588.31,-464.238,401.724,4.01426,250,250,0,0,1918,0,0,0), + (213,1241,0,0,0,-5582.41,-430.97,397.326,5.39307,310,310,0,0,1605,0,0,0), + (214,727,0,0,0,-5591.73,-489.796,397.605,1.69297,250,250,0,0,1918,0,0,0), + (215,1128,0,0,0,-5523.85,-408.892,405.503,5.2709,180,180,10,0,122,0,0,1), + (216,1245,0,0,0,-5576.37,-429.771,397.326,2.9147,180,180,0,0,413,0,0,0), + (217,6328,0,0,0,-5639.4,-526.589,403.794,4.20288,180,180,0,0,594,710,0,0), + (218,5612,0,0,0,-5640,-528.801,404.379,1.71042,180,180,0,0,644,557,0,0), + (219,1692,0,0,0,-5633.44,-496.477,396.875,2.5392,180,180,0,0,413,0,0,2), + (220,1252,0,0,0,-5644.37,-499.163,396.752,1.79769,180,180,0,0,334,0,0,0), + (221,6119,0,0,0,-5642.65,-529.14,404.357,0,180,180,0,0,413,382,0,0), + (222,1231,0,0,0,-5618.54,-454.071,407.842,5.3058,120,120,0,0,500,444,0,0), + (223,2878,0,0,0,-5649.98,-497.144,396.752,0.785398,540,540,0,0,2471,1620,0,0), + (224,12427,0,0,0,-5668.69,-454.09,394.467,1.79769,180,180,0,0,228,0,0,0), + (225,727,0,0,0,-5692.5,-565.203,400.417,2.24126,250,250,0,0,1918,0,0,0), + (226,721,0,0,0,-5695.18,-538.38,399.051,3.18232,180,180,10,0,1,0,0,1), + (227,1125,0,0,0,-5749.12,-451.856,387.678,5.57795,180,180,10,0,102,0,0,1), + (228,1128,0,0,0,-5691.4,-401.73,366.018,0.637255,180,180,10,0,122,0,0,1), + (229,727,0,0,0,-5766.27,-538.857,417.184,2.3911,250,250,0,0,1918,0,0,0), + (230,1126,0,0,0,-5738.47,-563.367,398.559,3.67644,180,180,10,0,120,0,0,1), + (231,721,0,0,0,-5778.44,-563.254,400.871,2.40365,180,180,10,0,1,0,0,1), + (232,1125,0,0,0,-5815.77,-465.662,401.518,0.606264,180,180,10,0,102,0,0,1), + (233,1128,0,0,0,-5788.58,-441.91,365.206,4.69091,180,180,10,0,122,0,0,1), + (234,1201,0,0,0,-5818.51,-587.567,398.42,2.78763,180,180,10,0,137,0,0,1), + (235,1125,0,0,0,-5802.7,-590.052,398.471,6.1585,180,180,10,0,102,0,0,1), + (236,1125,0,0,0,-5851.36,-586.539,397.344,4.39186,180,180,10,0,102,0,0,1), + (237,721,0,0,0,-5825.82,-567.082,399.865,5.67838,180,180,10,0,1,0,0,1), + (238,1125,0,0,0,-5887.37,-531.523,398.322,5.45992,180,180,10,0,102,0,0,1), + (239,721,0,0,0,-5857.99,-422.537,408.207,0.086061,180,180,10,0,1,0,0,1), + (240,1199,0,0,0,-5796.58,-426.668,365.143,4.08298,180,180,0,0,102,0,0,0), + (241,1125,0,0,0,-5914.71,-409.512,426.089,4.66003,180,180,10,0,102,0,0,1), + (242,1196,0,0,0,-5957.03,-480.463,408.535,2.05878,180,180,10,0,164,0,0,1), + (243,1125,0,0,0,-5903.86,-459.132,413.971,1.45928,180,180,10,0,102,0,0,1), + (244,1201,0,0,0,-5956.08,-527.072,408.04,1.75645,180,180,10,0,137,0,0,1), + (245,727,0,0,0,-5907.85,27.7098,367.408,1.32261,250,250,0,1,1918,0,0,2), + (246,1125,0,0,0,-5980.07,-544.973,407.324,3.14159,180,180,10,0,102,0,0,1), + (247,80,0,0,0,-8534,-199,83.681,3.142,180,180,7,0,71,0,0,1), + (248,9046,0,0,0,-7575.14,-1289.98,278.258,1.67552,7200,7200,0,0,7842,0,0,0), + (249,7039,0,0,0,-7723.03,-2055.32,133.439,4.88479,500,500,5,0,3189,0,0,1), + (250,7037,0,0,0,-7829.94,-2138.96,134.546,3.85479,500,500,5,0,3217,0,0,1), + (251,7036,0,0,0,-7742.63,-1914,133.564,4.67949,500,500,5,0,3180,0,0,1), + (252,1126,0,0,0,-5975.72,-525.395,406.054,3.6832,180,180,10,0,120,0,0,1), + (253,1125,0,0,0,-5983.24,-433.158,406.853,4.51001,180,180,10,0,102,0,0,1), + (254,1125,0,0,0,-5972.71,-473.727,406.357,1.39024,180,180,10,0,102,0,0,1), + (255,1125,0,0,0,-5951.97,-378.858,421.829,0.506145,180,180,10,0,102,0,0,1), + (256,5875,1,0,0,1850.31,-4357.3,-14.7982,5.32325,300,300,0,0,2471,0,0,0), + (257,1125,0,0,0,-6042.85,-447.638,451.031,0.453786,180,180,10,0,102,0,0,1), + (258,1125,0,0,0,-6022.76,-417.791,412.982,5.74093,180,180,10,0,102,0,0,1), + (259,727,0,0,0,-6015.84,-332.487,427.603,5.93413,250,250,0,0,1918,0,0,0), + (260,721,0,0,0,-6070.58,-333.541,431.606,2.87431,180,180,10,0,1,0,0,1), + (261,1125,0,0,0,-6081.62,-382.515,435.241,0.034907,180,180,10,0,102,0,0,1), + (262,1125,0,0,0,-6054.22,-330.745,427.426,2.57226,180,180,10,0,102,0,0,1), + (263,1125,0,0,0,-6070.35,-285.94,428.22,1.49618,180,180,10,0,102,0,0,1), + (264,1125,0,0,0,-6095.82,-274.277,445.173,3.57032,180,180,10,0,102,0,0,1), + (265,1243,0,0,0,-6015.51,-201.511,407.437,0.0349066,180,180,0,0,372,0,0,0), + (266,10803,0,0,0,-6008.53,-199.145,406.687,4.37218,180,180,0,0,372,0,0,0), + (267,10611,0,0,0,-6007.46,-202.158,407.448,2.47837,900,900,0,0,413,0,0,0), + (268,10804,0,0,0,-6010.67,-199.434,406.792,5.53269,180,180,0,0,372,0,0,0), + (269,10610,0,0,0,-6009.25,-202.65,406.983,1.58825,180,180,0,0,456,0,0,2), + (270,1128,0,0,0,-6070.16,-261.253,429.958,5.52072,180,180,10,0,122,0,0,1), + (271,721,0,0,0,-6030.78,-210.303,413.423,2.28705,180,180,10,0,1,0,0,1), + (272,10805,0,0,0,-6007.3,-200.348,406.777,3.28222,180,180,0,0,196,0,0,0), + (273,679,0,0,0,-12464.3,-989.308,49.9095,3.83972,1800,1800,0,0,4119,1432,0,0), + (274,679,0,0,0,-12469.5,-986.406,49.377,5.28402,1800,1800,0,0,4119,1432,0,0), + (275,679,0,0,0,-12468.5,-996.564,49.8019,1.36136,1800,1800,0,0,4119,1432,0,0), + (276,679,0,0,0,-12462.2,-995.415,50.3674,2.60054,1800,1800,0,0,4119,1432,0,0), + (277,709,0,0,0,-12487.4,-985.333,46.7921,1.97851,1800,1800,2,0,4755,0,0,1), + (278,709,0,0,0,-12222.6,-786.589,15.2063,3.82823,1800,1800,5,0,4755,0,0,1), + (279,9559,0,0,0,-14289.1,556.613,8.97114,4.55531,300,300,0,0,2972,0,0,0), + (280,14876,0,0,0,-11899.4,1248.5,3.3889,3.45575,1800,1800,3,0,9298,2434,0,1), + (281,14876,0,0,0,-11747.5,1263.67,6.13123,4.85202,1800,1800,0,0,9298,2434,0,0), + (282,14876,0,0,0,-11851.6,1250.46,21.7965,4.39823,1800,1800,0,0,9298,2434,0,0), + (283,14876,0,0,0,-11751.1,1309.63,2.66289,5.13127,1800,1800,2,0,9298,2434,0,1), + (284,14876,0,0,0,-11870.5,1214.86,7.8051,5.07891,1800,1800,5,0,9298,2434,0,1), + (285,14876,0,0,0,-11787,1255.19,1.22209,2.77507,1800,1800,2,0,9298,2434,0,1), + (286,14876,0,0,0,-11809.8,1243.56,1.37701,0.830486,1800,1800,0,0,9298,2434,0,0), + (287,14876,0,0,0,-11813,1244.59,1.75118,5.91369,1800,1800,0,0,9298,2434,0,0), + (288,14902,0,0,0,-11782.7,1244.03,3.08304,2.47837,1800,1800,0,0,9298,0,0,0), + (289,1199,0,0,0,-5913.93,-194.244,369.35,2.70591,180,180,5,0,102,0,0,1), + (290,1125,0,0,0,-5988.83,-135.639,400.819,4.44141,180,180,10,0,102,0,0,1), + (291,727,0,0,0,-5909.02,-67.7806,387.788,0.346947,250,250,0,0,1918,0,0,0), + (292,1128,0,0,0,-5911.33,-111.367,371.934,3.11001,180,180,10,0,122,0,0,1), + (293,1128,0,0,0,-5882.76,-102.271,367.709,1.36421,180,180,10,0,122,0,0,1), + (294,1125,0,0,0,-5997.38,-99.8278,407.436,1.02963,180,180,10,0,102,0,0,1), + (295,721,0,0,0,-5898.93,-102.248,371.981,5.48674,180,180,10,0,1,0,0,1), + (296,1199,0,0,0,-5869.49,-101.402,363.042,1.43409,180,180,0,0,102,0,0,0), + (297,721,0,0,0,-5878.02,-13.7152,361.047,5.01189,180,180,10,0,1,0,0,1), + (298,1199,0,0,0,-5879.33,-110.48,364.747,0.742548,180,180,5,0,102,0,0,1), + (299,1125,0,0,0,-5946.83,4.37419,370.925,3.63692,180,180,10,0,102,0,0,1), + (300,1125,0,0,0,-5917.65,21.0367,366.743,2.194,180,180,10,0,102,0,0,1), + (301,1125,0,0,0,-5845.64,-2.04096,357.578,4.13459,180,180,10,0,102,0,0,1), + (302,1199,0,0,0,-5862.5,-4.16602,357.203,0.18115,180,180,5,0,102,0,0,1), + (303,1199,0,0,0,-5866.3,51.689,358.564,1.13511,180,180,5,0,102,0,0,1), + (304,1128,0,0,0,-5846.96,51.6326,357.689,0.791765,180,180,10,0,122,0,0,1), + (305,1128,0,0,0,-5830.62,105.799,381.817,0.548634,180,180,10,0,122,0,0,1), + (306,721,0,0,0,-5845.97,86.6038,369.356,0.688481,180,180,10,0,1,0,0,1), + (307,1125,0,0,0,-5834.05,78.9678,365.87,0.167019,180,180,10,0,102,0,0,1), + (309,14903,0,0,0,-11854.5,1242.12,21.7965,0.331613,1800,1800,0,0,9298,0,0,0), + (310,14905,0,0,0,-11752.3,1322.07,5.20288,5.21853,1800,1800,0,0,9298,0,0,0), + (311,14904,0,0,0,-11850.2,1244.7,4.65736,5.95157,1800,1800,0,0,9298,0,0,0), + (312,14910,0,0,0,-11828.3,1246.78,2.3936,5.82184,1800,1800,0,0,9298,0,0,0), + (313,14994,0,0,0,-11847,1280.86,3.16509,6.17846,300,300,0,0,64,0,0,0), + (314,14911,0,0,0,-11819.4,1243.47,1.92195,4.51576,1800,1800,0,0,9298,2434,0,0), + (315,16096,0,0,0,-12435.6,217.448,31.2913,5.02655,1800,1800,0,0,4700,0,0,0), + (316,1146,0,0,0,-12357.8,155.552,4.32853,1.29154,300,300,0,0,2471,0,0,0), + (318,1718,0,0,0,-6150.35,50.8235,416.672,0.777208,180,180,0,0,71,0,0,0), + (319,1718,0,0,0,-6122.96,79.1654,416.991,6.14859,180,180,0,0,71,0,0,0), + (321,1718,0,0,0,-6137.65,122.852,420.845,5.70716,180,180,0,0,71,0,0,0), + (322,1718,0,0,0,-6155.71,84.8144,415.915,4.8443,180,180,0,0,71,0,0,0), + (323,1718,0,0,0,-6167.99,135.883,423.093,0.434909,180,180,0,0,71,0,0,0), + (324,853,0,0,0,-6226.1,127.093,431.097,2.68781,300,300,0,0,5121,0,0,0), + (325,853,0,0,0,-6230.06,120.496,430.972,2.58309,300,300,0,0,5121,0,0,0), + (326,1718,0,0,0,-6205.47,99.902,430.335,2.27112,180,180,0,0,71,0,0,0), + (327,853,0,0,0,-6233.77,117.782,431.417,1.62316,300,300,0,0,5121,0,0,0), + (328,853,0,0,0,-6225.67,133.078,431.597,2.67035,300,300,0,0,5121,0,0,0), + (329,853,0,0,0,-6244.8,125.788,431.167,0.663225,300,300,0,0,5121,0,0,0), + (330,6782,0,0,0,-6248.84,135.042,431.673,1.5708,180,180,0,0,413,0,0,0), + (331,1965,0,0,0,-6235.87,152.989,428.399,2.04204,180,180,0,0,644,0,0,0), + (332,705,0,0,0,-6201.74,212.113,398.799,3.24573,370,370,5,0,42,0,0,1), + (333,708,0,0,0,-6230.69,212.32,395.626,4.70236,180,180,5,0,71,0,0,1), + (334,853,0,0,0,-6264,233.732,395.641,4.562,300,300,0,1,5121,0,0,2), + (335,707,0,0,0,-6322.07,208.885,395.879,1.19899,370,370,5,0,42,0,0,1), + (336,724,0,0,0,-6296.63,244.471,390.969,1.83944,370,370,5,0,55,0,0,1), + (337,705,0,0,0,-6176.97,254.691,386.853,1.16437,370,370,5,0,42,0,0,1), + (338,705,0,0,0,-6305.79,260.452,381.868,3.72226,370,370,0,0,42,0,0,0), + (339,708,0,0,0,-6150.36,264.527,391.214,1.23907,180,180,5,0,71,0,0,1), + (340,707,0,0,0,-6331.14,268.768,380.622,2.68239,370,370,0,0,42,0,0,0), + (341,707,0,0,0,-6305.15,272.656,380.252,5.06975,370,370,5,0,42,0,0,1), + (342,707,0,0,0,-6324.98,294.269,379.937,0.241638,370,370,0,0,42,0,0,0), + (343,721,0,0,0,-6318.27,272.283,380.002,0.752975,180,180,10,0,1,0,0,1), + (344,705,0,0,0,-6287.25,328.127,376.507,2.40855,370,370,0,0,42,0,0,0), + (345,705,0,0,0,-6312.6,309.104,378.437,3.57297,370,370,0,0,42,0,0,0), + (346,705,0,0,0,-6279.53,279.643,382.529,4.64011,370,370,0,0,42,0,0,0), + (347,705,0,0,0,-6326.06,287.113,379.794,4.54002,370,370,5,0,42,0,0,1), + (348,11941,0,0,0,-6230.39,320.446,383.144,0.925025,180,180,0,0,166,0,0,0), + (349,829,0,0,0,-6225.24,320.372,383.3,1.62316,180,180,0,0,166,0,0,0), + (350,853,0,0,0,-6213.2,333.578,383.914,3.36848,300,300,0,0,5121,0,0,0), + (351,658,0,0,0,-6214.85,328.181,383.669,2.61799,180,180,0,0,166,0,0,0), + (352,713,0,0,0,-6216.53,339.002,383.454,3.90954,180,180,0,0,166,0,0,0), + (353,853,0,0,0,-6218.55,321.674,383.447,2.16421,300,300,0,0,5121,0,0,0), + (354,853,0,0,0,-6228,345.671,383.536,4.712,300,300,0,1,5121,0,0,2), + (355,721,0,0,0,-6235.44,304.221,385.702,0.7135,180,180,10,0,1,0,0,1), + (356,721,0,0,0,-6247.97,307.132,383.503,5.39698,180,180,10,0,1,0,0,1), + (357,721,0,0,0,-6229.17,362.5,386.022,2.8039,180,180,10,0,1,0,0,1), + (358,705,0,0,0,-6144.06,268.387,393.634,1.97594,370,370,5,0,42,0,0,1), + (359,1064,0,0,0,-12375.3,130.875,21.1785,4.85202,300,300,0,0,5317,0,0,0), + (360,1148,0,0,0,-12412.3,134.007,3.94486,1.3439,300,300,0,0,2471,0,0,0), + (361,1387,0,0,0,-12417.5,144.474,3.36881,0.610865,1800,1800,0,0,7809,7071,0,0), + (362,1064,0,0,0,-12395.1,131.913,3.55804,4.60767,300,300,0,0,5317,0,0,0), + (363,1064,0,0,0,-12334.5,176.827,3.29848,6.23082,300,300,0,0,5317,0,0,0), + (364,1404,0,0,0,-12388.9,227.696,2.40931,4.39823,300,300,0,0,2471,1620,0,0), + (365,1064,0,0,0,-12349.7,194.657,4.29848,3.15905,300,300,0,0,5317,0,0,0), + (366,14921,0,0,0,-11849.5,1259.08,6.88076,4.41568,1800,1800,0,0,10672,0,0,0), + (367,943,0,0,0,-11610.5,-698.739,31.0895,1.0472,300,300,0,0,1064,1007,0,0), + (368,3149,0,0,0,-12441.3,215.018,31.3224,5.5676,300,300,0,0,4440,0,0,0), + (369,12137,0,0,0,-12417.8,208.329,31.3224,3.19395,300,300,0,0,2972,0,0,0), + (370,3945,0,0,0,-14320.3,474.437,8.61459,2.6529,300,300,0,0,1846,0,0,0), + (371,1550,0,0,0,-13273.9,-274.412,29.0968,4.73055,300,300,5,0,1902,0,0,1), + (372,1551,0,0,0,-13203.3,-501.962,4.54984,4.41568,300,300,2,0,2059,0,0,1), + (373,1551,0,0,0,-13228,-484.749,4.83109,5.74213,300,300,0,0,2059,0,0,0), + (374,1551,0,0,0,-13206.3,-548.123,4.64249,3.18943,300,300,3,0,2059,0,0,1), + (375,1653,0,0,0,-13461.9,186.569,45.1735,2.32945,300,300,5,0,1110,3293,0,1), + (376,1653,0,0,0,-13492.2,174.07,43.4458,0.415917,300,300,0,0,1110,3293,0,0), + (377,1653,0,0,0,-13478.1,178.634,42.8208,4.50553,300,300,0,0,1110,3293,0,0), + (378,1653,0,0,0,-13487.7,191.848,43.1105,5.28265,300,300,0,0,1110,3293,0,0), + (379,1653,0,0,0,-13483.3,182.835,42.852,3.4383,300,300,0,0,1110,3293,0,0), + (380,1565,0,0,0,-13477.1,209.896,37.3109,3.91042,300,300,3,0,1902,0,0,1), + (381,1565,0,0,0,-13484.4,180.311,42.7499,2.09439,300,300,0,0,1902,0,0,0), + (382,2672,0,0,0,-14677.5,497.89,1.76032,3.01942,300,300,0,0,2471,0,0,0), + (383,7794,0,0,0,-14377.2,378.481,23.465,3.29867,300,300,0,0,4108,0,0,0), + (384,7802,0,0,0,-12039.9,-1009.15,49.5048,3.56047,300,300,0,0,3857,0,0,0), + (385,15080,0,0,0,-11817.4,1336.96,1.11529,4.41568,1800,1800,0,0,9156,0,0,0), + (386,15070,0,0,0,-11842.3,1295.52,0.794699,4.46804,1800,1800,0,0,25369,0,0,0), + (387,7406,0,0,0,-14417,411.288,22.7816,1.25664,300,300,0,0,3517,0,0,0), + (388,2496,0,0,0,-14439,483.483,28.9285,2.33874,300,300,0,0,3857,0,0,0), + (389,2594,0,0,0,-14301.7,519.787,8.87545,4.43314,300,300,0,0,2192,0,0,0), + (390,2634,0,0,0,-14596.7,-237.967,24.8758,1.74533,300,300,0,0,2666,0,0,0), + (391,14875,0,0,0,-11812.3,1260.91,6.08752,4.27606,1800,1800,0,0,9298,0,0,0), + (392,1114,0,0,0,-12674.5,-914.881,54.0896,5.12293,300,300,5,0,1804,0,0,1), + (393,1094,0,0,0,-11460.3,385.785,77.5294,1.20428,300,300,0,0,1279,0,0,0), + (394,1094,0,0,0,-11498.9,446.148,65.999,2.3911,300,300,0,0,1279,0,0,0), + (395,1094,0,0,0,-11457.6,377.95,77.6057,6.16101,300,300,0,0,1279,0,0,0), + (396,721,0,0,0,-6269.71,365.458,382.195,1.20951,180,180,10,0,1,0,0,1), + (397,853,0,0,0,-6183.11,376.171,395.938,2.47837,300,300,0,0,5121,0,0,0), + (398,853,0,0,0,-6239,338.249,382.92,2.863,300,300,0,1,5121,0,0,2), + (399,853,0,0,0,-6170.6,393.397,398.906,3.54302,300,300,0,0,5121,0,0,0), + (400,705,0,0,0,-6252.84,387.126,383.278,6.2617,370,370,0,0,42,0,0,0), + (401,721,0,0,0,-6179.62,395.807,396.331,0.272581,180,180,10,0,1,0,0,1), + (402,705,0,0,0,-6245.87,395.645,385.851,1.13578,370,370,0,0,42,0,0,0), + (403,926,0,0,0,-6120.68,382.089,395.626,6.16101,180,180,0,0,166,190,0,0), + (404,853,0,0,0,-6115.09,372.263,395.626,0.645772,300,300,0,0,5121,0,0,0), + (405,721,0,0,0,-6198.79,410.615,391.015,2.21798,180,180,10,0,1,0,0,1), + (406,912,0,0,0,-6084.77,382.141,395.626,3.45575,180,180,0,0,166,0,0,0), + (407,895,0,0,0,-6091.79,365.141,395.623,2.33874,180,180,0,0,166,190,0,0), + (408,1104,0,0,0,-6104.5,384.03,395.626,0.226893,180,180,0,0,166,0,0,0), + (409,945,0,0,0,-6101.1,390.569,395.626,2.35619,180,180,0,0,166,0,0,0), + (410,853,0,0,0,-6086.53,390.964,395.625,3.57792,300,300,0,0,5121,0,0,0), + (411,853,0,0,0,-6113.04,396.871,395.542,0.128779,300,300,0,1,5121,0,0,2), + (412,8416,0,0,0,-6098.09,396.074,395.54,5.66209,180,180,0,0,87,0,0,0), + (413,708,0,0,0,-6275.36,412.548,383.871,1.7954,180,180,0,0,71,0,0,0), + (414,708,0,0,0,-6164.25,493.212,388.398,5.14312,180,180,5,0,71,0,0,1), + (415,721,0,0,0,-6178.3,430.212,393.56,3.6559,180,180,10,0,1,0,0,1), + (416,705,0,0,0,-6170.53,487.948,387.864,3.53623,370,370,5,0,42,0,0,1), + (417,724,0,0,0,-6245.59,461.45,386.191,4.02375,370,370,5,0,55,0,0,1), + (418,705,0,0,0,-6252.87,442.861,385.255,0.129051,370,370,5,0,42,0,0,1), + (419,705,0,0,0,-6211.56,454.966,388.063,2.96711,370,370,5,0,42,0,0,1), + (420,708,0,0,0,-6228.68,451.303,386.738,4.88148,180,180,5,0,71,0,0,1), + (421,916,0,0,0,-6093.75,404.918,395.62,4.5204,180,180,0,0,166,0,0,0), + (422,724,0,0,0,-6274.57,462.16,386.168,4.13748,370,370,5,0,55,0,0,1), + (423,724,0,0,0,-6278.65,478.98,386.248,3.5112,370,370,5,0,55,0,0,1), + (424,724,0,0,0,-6287.51,451.789,386.043,4.37634,370,370,5,0,55,0,0,1), + (426,724,0,0,0,-6279.3,506.935,386.91,3.30369,370,370,5,0,55,0,0,1), + (427,724,0,0,0,-6272.38,476.443,386.373,5.92463,370,370,5,0,55,0,0,1), + (428,705,0,0,0,-6281.97,424.786,384.282,0.545774,370,370,0,0,42,0,0,0), + (429,721,0,0,0,-6269.48,430.999,385.44,0.161788,180,180,10,0,1,0,0,1), + (430,705,0,0,0,-6205.04,522.914,387.066,0.881849,370,370,5,0,42,0,0,1), + (431,705,0,0,0,-6202.08,497.916,387.214,1.9424,370,370,5,0,42,0,0,1), + (432,705,0,0,0,-6148.82,519.066,388.465,5.80939,370,370,5,0,42,0,0,1), + (433,724,0,0,0,-6248.37,513.557,386.486,1.78673,370,370,0,0,55,0,0,0), + (434,708,0,0,0,-6148.25,522.294,388.297,0.027337,180,180,5,0,71,0,0,1), + (435,708,0,0,0,-6214.62,512.789,387.517,2.05862,180,180,5,0,71,0,0,1), + (436,15076,0,0,0,-14449.9,479.185,15.1874,5.35816,1800,1800,0,0,8017,0,0,0), + (437,873,0,0,0,-12189.2,653.294,-66.6704,4.72304,1800,1800,5,0,3150,1097,0,1), + (438,873,0,0,0,-12201.6,670.672,-69.9821,0.384944,1800,1800,5,0,3150,1097,0,1), + (439,871,0,0,0,-12221.9,663.417,-68.8666,3.22905,1800,1800,5,0,3660,0,0,1), + (440,877,0,0,0,-12247,686.78,-70.1439,5.78434,1800,1800,5,0,3660,0,0,1), + (441,905,0,0,0,-11885.1,-390.121,-14.0914,4.56714,300,300,5,0,1107,0,0,1), + (442,905,0,0,0,-12021.3,-453.707,-7.29134,3.82041,300,300,5,0,1107,0,0,1), + (443,4505,0,0,0,-14968,347.681,0.223372,2.29114,300,300,2,0,1902,0,0,1), + (444,1653,0,0,0,-14946.1,344.773,0.220533,3.55085,300,300,0,0,1110,3293,0,0), + (445,1565,0,0,0,-14938.9,346.107,0.220537,0.095112,300,300,0,0,1902,0,0,0), + (446,1565,0,0,0,-14955.8,342.362,0.220538,0.227723,300,300,0,0,1902,0,0,0), + (447,1565,0,0,0,-14958.1,354.254,0.220538,2.05083,300,300,0,0,1902,0,0,0), + (448,724,0,0,0,-6259.87,494.038,386.704,4.38358,370,370,0,0,55,0,0,0), + (449,3294,1,0,0,352.948,-4837.45,10.8906,1.29154,300,300,0,0,413,0,0,0), + (450,724,0,0,0,-6237.86,512.021,386.236,3.55947,370,370,5,0,55,0,0,1), + (451,724,0,0,0,-6245.66,512.381,386.236,5.63226,370,370,5,0,55,0,0,1), + (453,724,0,0,0,-6263.55,516.573,386.236,1.25046,370,370,5,0,55,0,0,1), + (454,724,0,0,0,-6238.18,492.689,386.519,4.57905,370,370,5,0,55,0,0,1), + (455,724,0,0,0,-6261.88,471.167,386.079,5.67875,370,370,5,0,55,0,0,1), + (456,708,0,0,0,-6128.48,492.554,398.005,1.48534,180,180,5,0,71,0,0,1), + (457,721,0,0,0,-6206.45,542.282,387.291,4.472,180,180,10,0,1,0,0,1), + (458,708,0,0,0,-6183.05,550.864,384.771,4.85416,180,180,5,0,71,0,0,1), + (459,724,0,0,0,-6256.19,538.589,386.236,2.16669,370,370,5,0,55,0,0,1), + (460,724,0,0,0,-6277.2,552.383,387.197,4.26797,370,370,5,0,55,0,0,1), + (461,707,0,0,0,-6208.34,605.062,393.214,6.11804,370,370,5,0,42,0,0,1), + (462,708,0,0,0,-6205.08,587.141,388.176,4.33873,180,180,5,0,71,0,0,1), + (463,708,0,0,0,-6147.97,589.708,386.771,6.10329,180,180,5,0,71,0,0,1), + (464,724,0,0,0,-6253.44,580.506,388.704,0.880808,370,370,5,0,55,0,0,1), + (465,708,0,0,0,-6121.88,546.368,405.512,2.40396,180,180,5,0,71,0,0,1), + (466,708,0,0,0,-6113.43,600.665,399.993,1.89682,180,180,5,0,71,0,0,1), + (467,724,0,0,0,-6259.61,624.484,386.861,4.2502,370,370,5,0,55,0,0,1), + (468,708,0,0,0,-6147.43,649.309,388.292,5.51988,180,180,5,0,71,0,0,1), + (469,708,0,0,0,-6257.62,618.614,387.499,4.89814,180,180,5,0,71,0,0,1), + (470,721,0,0,0,-6260.92,638.054,386.689,2.99341,180,180,10,0,1,0,0,1), + (471,708,0,0,0,-6127.96,640.685,392.637,1.13771,180,180,5,0,71,0,0,1), + (472,714,0,0,0,-6222.47,688.973,385.002,4.97419,180,180,0,0,166,0,0,0), + (473,708,0,0,0,-6181.81,684.008,386.396,4.47283,180,180,0,0,71,0,0,0), + (474,708,0,0,0,-6161,683.638,389.898,0.587998,180,180,0,0,71,0,0,0), + (475,708,0,0,0,-6157.49,708.563,387.258,3.85859,180,180,0,0,71,0,0,0), + (476,708,0,0,0,-6228.27,701.332,385.604,3.90886,180,180,0,0,71,0,0,0), + (477,708,0,0,0,-6256.98,678.106,386.439,0.610992,180,180,0,0,71,0,0,0), + (478,707,0,0,0,-6289.81,628.378,387.613,1.8356,370,370,0,0,42,0,0,0), + (479,724,0,0,0,-6279.13,683.893,385.689,0.617585,370,370,5,0,55,0,0,1), + (480,724,0,0,0,-6292.3,670.266,385.245,4.6479,370,370,0,0,55,0,0,0), + (481,721,0,0,0,-6225.68,741.284,387.285,4.11734,180,180,10,0,1,0,0,1), + (482,724,0,0,0,-6244.87,778.502,387.1,1.9426,370,370,5,0,55,0,0,1), + (483,724,0,0,0,-6234.01,758.701,387.065,6.18546,370,370,5,0,55,0,0,1), + (484,707,0,0,0,-6254.73,727.239,386.849,0.912837,370,370,5,0,42,0,0,1), + (485,708,0,0,0,-6147,753.035,391.736,6.18223,180,180,0,0,71,0,0,0), + (486,724,0,0,0,-6329.1,746.326,387.314,5.92397,370,370,5,0,55,0,0,1), + (487,724,0,0,0,-6316.68,777.084,389.439,0.857296,370,370,5,0,55,0,0,1), + (488,708,0,0,0,-6314.69,798.587,391.439,1.18626,180,180,0,0,71,0,0,0), + (489,708,0,0,0,-6287.02,779.763,387.473,1.02183,180,180,0,0,71,0,0,0), + (490,708,0,0,0,-6146.39,782.102,393.869,0.101813,180,180,0,0,71,0,0,0), + (491,724,0,0,0,-6190.24,786.846,396.064,3.97536,370,370,0,0,55,0,0,0), + (492,707,0,0,0,-6281.55,811.31,396.199,3.64983,370,370,5,0,42,0,0,1), + (493,708,0,0,0,-6287.74,823.978,403.299,5.46256,180,180,0,0,71,0,0,0), + (494,708,0,0,0,-6211.01,812.888,418.312,5.08815,180,180,0,0,71,0,0,0), + (495,708,0,0,0,-6250.45,821.948,399.551,0.161249,180,180,5,0,71,0,0,1), + (496,708,0,0,0,-6220.42,810.159,413.18,4.47168,180,180,0,0,71,0,0,0), + (497,724,0,0,0,-6225.05,805.382,408.788,4.48779,370,370,0,0,55,0,0,0), + (498,724,0,0,0,-6353.02,817.734,396.994,4.33628,370,370,5,0,55,0,0,1), + (499,707,0,0,0,-6321.23,845.768,415.479,0.772724,370,370,5,0,42,0,0,1), + (500,708,0,0,0,-6323.65,806.961,395.118,4.05297,180,180,5,0,71,0,0,1), + (501,724,0,0,0,-6249.1,845.619,417.631,0.873775,370,370,5,0,55,0,0,1), + (503,707,0,0,0,-6285.91,728.432,385.092,0.586018,370,370,5,0,42,0,0,1), + (504,724,0,0,0,-6284.28,745.43,387.058,0.802851,370,370,5,0,55,0,0,1), + (505,708,0,0,0,-6344.56,842.954,408.563,2.87768,180,180,5,0,71,0,0,1), + (506,708,0,0,0,-6182.81,748.547,387.185,4.90438,180,180,5,0,71,0,0,1), + (507,708,0,0,0,-6184.77,782.418,391.434,2.82743,180,180,0,0,71,0,0,0), + (508,708,0,0,0,-6222.85,727.866,386.919,5.69171,180,180,5,0,71,0,0,1), + (509,708,0,0,0,-6217.2,746.822,388.817,0.279253,180,180,0,0,71,0,0,0), + (510,708,0,0,0,-6248.16,751.081,388.195,1.48353,180,180,5,0,71,0,0,1), + (511,708,0,0,0,-6251.45,717.468,386.564,2.07583,180,180,5,0,71,0,0,1), + (512,708,0,0,0,-6310.84,781.122,389.648,4.66003,180,180,5,0,71,0,0,1), + (513,708,0,0,0,-6283.66,784.628,387.917,5.72468,180,180,5,0,71,0,0,1), + (514,708,0,0,0,-6284.56,814.025,397.898,0.733038,180,180,5,0,71,0,0,1), + (515,3304,1,0,0,-813.994,-4920.57,19.4341,2.94961,300,300,0,0,456,0,0,0), + (516,3336,1,0,0,271.805,-4650.83,11.7894,4.81711,300,300,0,0,1605,0,0,0), + (517,5912,43,0,0,3.99083,-48.7524,-66.0296,4.19185,43200,43200,0,0,1452,0,0,0), + (190429,14990,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,120,0,0,2471,0,0,0), + (519,4505,0,0,0,-15001,274.763,0.197927,3.96808,300,300,0,0,1902,0,0,0), + (520,773,0,0,0,-14453.3,501.465,26.3593,4.38078,300,300,0,0,2016,0,0,0), + (521,680,0,0,0,-12346.2,-1147.67,0.704383,2.54818,1800,1800,0,0,5544,0,0,0), + (522,680,0,0,0,-12353.4,-1153.67,1.81628,1.71042,1800,1800,0,0,5544,0,0,0), + (523,818,0,0,0,-12342.7,-1156.72,2.48357,2.25148,1800,1800,0,0,6830,1640,0,0), + (524,678,0,0,0,-12382.8,-1065.56,3.4339,5.51778,1800,1800,0,0,5148,0,0,0), + (525,679,0,0,0,-12344.1,-1108.29,1.39615,2.14183,1800,1800,0,0,4119,1432,0,0), + (526,680,0,0,0,-12302.7,-1105.11,5.84407,1.55334,1800,1800,0,0,5544,0,0,0), + (527,710,0,0,0,-12333.4,-1082,4.78021,0.615605,1800,1800,0,0,3603,3575,0,0), + (528,710,0,0,0,-12308.2,-1047.11,7.45672,0.818608,1800,1800,0,0,3603,3575,0,0), + (529,2483,0,0,0,-11622.1,-60.6165,11.038,1.46608,300,300,0,0,2376,0,0,0), + (530,717,0,0,0,-11620.5,-51.9023,11.2262,5.3058,300,300,0,0,2471,0,0,0), + (531,716,0,0,0,-11616.7,-54.8325,11.1371,2.86234,300,300,0,0,2471,0,0,0), + (532,715,0,0,0,-11628.6,-54.5569,11.0223,0.069813,300,300,0,0,2471,0,0,0), + (533,718,0,0,0,-11617.4,-48.0135,11.0552,4.59022,300,300,0,0,2471,0,0,0), + (534,469,0,0,0,-11296.9,-206.689,75.8833,2.77507,1800,1800,0,0,61040,0,0,0), + (535,737,0,0,0,-14449.8,497.925,26.3693,3.24631,300,300,0,0,2016,0,0,0), + (536,10060,0,0,0,-14454,479.107,15.1179,5.41052,300,300,0,0,3077,0,0,0), + (537,6807,0,0,0,-14457.7,495.348,15.2129,3.97935,300,300,0,0,3077,0,0,0), + (538,2687,0,0,0,-12666.6,-1032.14,97.9603,0.994838,300,300,0,0,2666,0,0,0), + (539,8679,0,0,0,-12667.6,-1037.03,97.705,0,300,300,0,0,2666,0,0,0), + (540,7871,0,0,0,-12619,-111.231,18.5,3.49066,300,300,0,0,2945,0,0,0), + (541,2465,0,0,0,-12412.8,171.235,3.41187,5.53269,300,300,0,0,2972,0,0,0), + (542,2486,0,0,0,-14433.2,458.988,15.5349,4.60767,300,300,0,0,2666,0,0,0), + (543,2487,0,0,0,-14444.8,486.81,28.809,0.506145,300,300,0,0,3857,0,0,0), + (544,2488,0,0,0,-14459.2,503,26.3593,4.67748,300,300,0,0,1930,0,0,0), + (545,2490,0,0,0,-14411.1,427.967,8.95735,0.698132,300,300,0,0,2868,0,0,0), + (546,2491,0,0,0,-14463.6,489.274,15.205,0.750492,300,300,0,0,2284,0,0,0), + (547,2493,0,0,0,-14397.6,396.286,22.7223,0.855211,300,300,0,0,2568,0,0,0), + (548,2494,0,0,0,-14418.2,513.462,4.95955,5.02655,300,300,0,0,2471,0,0,0), + (549,2498,0,0,0,-14453.4,490.262,15.2131,2.30383,300,300,0,0,1930,0,0,0), + (550,2500,0,0,0,-14300.4,517.43,8.96768,4.17134,300,300,0,0,2192,0,0,0), + (551,2501,0,0,0,-14447.4,448.001,15.8283,2.56563,300,300,0,0,2868,0,0,0), + (552,2502,0,0,0,-14299.4,504.577,9.12108,4.38078,300,300,0,0,2868,0,0,0), + (553,2495,0,0,0,-14469.6,415.382,25.452,1.58825,300,300,0,0,2972,0,0,0), + (554,16399,0,0,0,-14184.4,192.764,20.6905,3.735,300,300,0,0,2059,0,0,0), + (555,11355,0,0,0,-11880.7,-1052.26,116.184,1.64061,1800,1800,0,0,7599,0,0,0), + (556,11346,0,0,0,-11950.2,-1073.28,92.9322,1.18397,1800,1800,0,0,6273,6351,0,0), + (557,689,0,0,0,-11578.9,-920.47,68.8936,6.28123,300,300,2,0,1279,0,0,1), + (558,689,0,0,0,-11443.7,-841.505,74.9564,3.82609,300,300,5,0,1279,0,0,1), + (559,689,0,0,0,-11613,-889.063,68.5383,5.49755,300,300,2,0,1279,0,0,1), + (560,689,0,0,0,-11418.8,-804.184,88.9124,1.70921,300,300,5,0,1279,0,0,1), + (561,689,0,0,0,-11417,-750.643,77.8559,5.59195,300,300,5,0,1279,0,0,1), + (562,689,0,0,0,-11515.5,-855.115,69.0221,6.06282,300,300,3,0,1279,0,0,1), + (565,17249,0,0,0,-14397.5,426.08,7.97355,5.51524,300,300,0,0,2900,0,0,0), + (568,9858,0,0,0,-14446.5,448.414,4.12501,2.9147,300,300,0,0,8600,0,0,0), + (569,15677,0,0,0,-14398.5,406.925,9.50589,1.51844,300,300,0,0,1900,0,0,0), + (570,15681,0,0,0,-14416.8,524.1,7.66655,4.13643,300,300,0,0,2000,0,0,0), + (571,2849,0,0,0,-14468.3,424.603,25.4592,4.66003,300,300,0,0,2868,0,0,0), + (572,2842,0,0,0,-14444,433.765,4.27238,6.14356,300,300,0,0,2766,0,0,0), + (573,2859,0,0,0,-14477.9,464.101,36.4656,0.331613,1800,1800,0,0,7423,7071,0,0), + (574,2845,0,0,0,-14359.1,367.467,24.4626,1.64061,300,300,0,0,2471,0,0,0), + (575,2685,0,0,0,-14364.5,402.075,6.71338,1.62316,300,300,0,0,2100,0,0,0), + (576,2670,0,0,0,-14439.6,388.911,32.398,6.21337,300,300,0,0,2766,0,0,0), + (577,908,0,0,0,-14481.1,451.732,30.6957,6.03884,300,300,0,0,2868,0,0,0), + (578,2847,0,0,0,-14380,365.551,24.0385,1.15192,300,300,0,0,3404,0,0,0), + (579,7389,0,0,0,-14336,427.171,6.64303,5.72989,300,300,0,0,64,0,0,0), + (580,2834,0,0,0,-14449.2,468.424,15.3565,0.087266,300,300,0,0,2766,0,0,0), + (581,2544,0,0,0,-14821.8,463.619,1.69026,1.67563,300,300,10,0,1829,0,0,1), + (582,2544,0,0,0,-14892.6,382.394,3.04921,0.012038,300,300,5,0,1829,0,0,1), + (583,2544,0,0,0,-14824.1,54.907,3.0769,3.92266,300,300,10,0,1829,0,0,1), + (584,2544,0,0,0,-14903.5,-20.0375,2.2762,5.28066,300,300,5,0,1829,0,0,1), + (585,2544,0,0,0,-14797,252.215,-7.23766,5.97688,300,300,5,0,1829,0,0,1), + (586,2544,0,0,0,-14757.7,503.245,1.81095,4.92418,300,300,10,0,1829,0,0,1), + (587,2544,0,0,0,-14871.5,199.849,-0.578857,0.603538,300,300,5,0,1829,0,0,1), + (588,2544,0,0,0,-14669.2,353.523,1.13563,6.18683,300,300,10,0,1829,0,0,1), + (589,4624,0,0,0,-14386,399.288,6.56251,2.40855,300,300,0,0,12652,0,0,0), + (590,4624,0,0,0,-14465.1,474.928,14.9733,6.03884,300,300,0,0,12652,0,0,0), + (695,4624,0,0,0,-14473.9,487.356,26.8084,5.54734,300,300,0,0,12652,0,0,2), + (592,4624,0,0,0,-14303.2,442.825,28.2472,4.36332,300,300,0,0,12652,0,0,0), + (686,4624,0,0,0,-14302.3,511.123,8.82953,3.86082,300,300,0,0,12652,0,0,2), + (657,4624,0,0,0,-14299.9,503.528,9.25196,4.14756,300,300,0,0,12652,0,0,2), + (595,708,0,0,0,-6147.21,755.507,392.111,1.62206,180,180,0,0,71,0,0,0), + (596,4624,0,0,0,-14366.2,426.889,7.35109,1.78024,300,300,0,0,12652,0,0,0), + (597,4624,0,0,0,-14451,454.715,20.4486,0.746927,300,300,0,0,12652,0,0,0), + (656,4624,0,0,0,-14431.6,511.808,5.77141,2.60319,300,300,0,0,12652,0,0,2), + (654,4624,0,0,0,-14434.8,416.849,8.8187,0.661698,300,300,0,0,12652,0,0,2), + (600,708,0,0,0,-6148.5,783.281,393.515,3.45575,180,180,0,0,71,0,0,0), + (601,708,0,0,0,-6179.47,722.66,386.236,2.98566,180,180,5,0,71,0,0,1), + (602,781,0,0,0,-13106.9,-560.801,100.066,1.45323,300,300,5,0,2059,0,0,1), + (603,1064,0,0,0,-12389.2,131.967,3.55804,4.64258,300,300,0,0,5317,0,0,0), + (604,7485,0,0,0,-12414,166.158,3.4752,2.33874,300,300,0,0,2471,0,0,0), + (605,1149,0,0,0,-12358,207.355,4.23162,3.735,300,300,0,0,2471,0,0,0), + (606,16096,0,0,0,-12420.3,200.855,31.3747,2.61799,1800,1800,0,0,4700,0,0,0), + (607,1382,0,0,0,-12358.8,220.811,4.14172,5.0091,300,300,0,0,2471,0,0,0), + (608,1064,0,0,0,-12333.8,171.266,3.79848,0.069813,300,300,0,0,5317,0,0,0), + (609,16094,0,0,0,-12423.7,187.072,1.16645,5.20108,300,300,0,0,1605,0,0,0), + (610,1064,0,0,0,-12383.7,227.555,2.72805,1.6166,300,300,0,0,5317,0,0,2), + (611,1064,0,0,0,-12375.2,234.479,3.29447,1.8675,300,300,0,0,5317,0,0,0), + (612,1551,0,0,0,-13222.4,-502.163,9.54812,5.82651,300,300,0,0,2059,0,0,0), + (613,1551,0,0,0,-13224.9,-567.425,4.64249,5.14098,300,300,3,0,2059,0,0,1), + (614,1551,0,0,0,-13202.4,-576.864,12.9066,4.64581,300,300,2,0,2059,0,0,1), + (615,1653,0,0,0,-13476.3,194.444,41.1958,1.87436,300,300,2,0,1110,3293,0,1), + (616,1114,0,0,0,-12782.4,-882.02,55.5573,4.40298,300,300,10,0,1804,0,0,1), + (617,877,0,0,0,-12244.2,674.804,-70.7399,0.764799,1800,1800,5,0,3660,0,0,1), + (618,905,0,0,0,-11951.2,-388.433,-16.6945,4.46112,300,300,5,0,1107,0,0,1), + (619,905,0,0,0,-11912.3,-416.464,-3.62516,0.011711,300,300,5,0,1107,0,0,1), + (620,1152,0,0,0,-12050.4,-422.317,-13.5915,4.51646,300,300,5,0,1403,0,0,1), + (621,905,0,0,0,-12428.6,-293.198,7.85719,1.71789,300,300,5,0,1107,0,0,1), + (622,1565,0,0,0,-15012.1,262.318,0.19792,4.80177,300,300,0,0,1902,0,0,0), + (623,710,0,0,0,-12299,-1090.46,9.73399,0.911756,1800,1800,0,0,3603,3575,0,0), + (624,679,0,0,0,-12354.3,-1048.08,3.41143,4.1493,1800,1800,0,0,4119,1432,0,0), + (625,679,0,0,0,-12322.3,-1024.14,8.86001,6.15288,1800,1800,0,0,4119,1432,0,0), + (626,710,0,0,0,-12370.5,-1069.95,2.93786,0.175283,1800,1800,0,0,3603,3575,0,0), + (627,679,0,0,0,-12300.7,-1033.63,7.63361,1.90274,1800,1800,0,0,4119,1432,0,0), + (628,710,0,0,0,-12355.4,-1057.36,6.42984,1.77757,1800,1800,0,0,3603,3575,0,0), + (629,678,0,0,0,-12323,-1064.55,6.6119,3.17637,1800,1800,0,0,5148,0,0,0), + (630,2497,0,0,0,-12348.2,168.519,3.16495,3.19395,300,300,0,0,2568,0,0,0), + (631,2522,0,0,0,-14609.8,-107.464,1.35298,3.82712,300,300,5,0,1902,0,0,1), + (632,2522,0,0,0,-14587.2,-149.336,5.90323,0.06452,300,300,5,0,1902,0,0,1), + (633,11355,0,0,0,-11958.3,-1076.88,92.9911,5.39307,1800,1800,0,0,7599,0,0,0), + (634,11355,0,0,0,-11951.7,-1053.28,110.937,1.58825,1800,1800,0,0,7599,0,0,0), + (635,11355,0,0,0,-11885.5,-1072.62,96.459,5.14872,1800,1800,0,0,7599,0,0,0), + (636,14508,0,0,0,-13187.1,319.775,33.2346,4.41568,300,300,0,0,3184,5136,0,2), + (637,2836,0,0,0,-14383,370.766,24.006,5.39307,300,300,0,0,3986,0,0,0), + (638,2627,0,0,0,-14437.8,384.766,32.398,1.39626,300,300,0,0,1930,0,0,0), + (639,2840,0,0,0,-14368.6,416.774,6.71338,5.0091,300,300,0,0,2471,0,0,0), + (640,2837,0,0,0,-14486.7,431.513,34.6682,4.7822,300,300,0,0,3077,0,0,0), + (641,2858,0,0,0,-14448.6,506.129,26.3565,0.785398,1800,1800,0,0,7423,7071,0,0), + (642,2625,0,0,0,-14426.2,527.253,5.23553,5.21853,300,300,0,0,4108,0,0,0), + (643,2848,0,0,0,-14491.6,425.177,34.6765,0.959931,300,300,0,0,170,0,0,0), + (644,1411,0,0,0,-14450.8,509.668,21.8539,4.06662,300,300,0,0,3184,0,0,0), + (645,2846,0,0,0,-14467.5,418.34,25.4871,1.18682,300,300,0,0,2766,0,0,0), + (646,2664,0,0,0,-14331.2,419.298,6.71339,2.60054,300,300,0,0,2766,0,0,0), + (647,2544,0,0,0,-14900.7,310.248,5.21886,5.98986,300,300,10,0,1829,0,0,1), + (648,2544,0,0,0,-14893.9,387.732,2.16875,0.246875,300,300,5,0,1829,0,0,1), + (649,4624,0,0,0,-14437.5,462.809,3.90781,3.56047,300,300,0,0,12652,0,0,0), + (650,4624,0,0,0,-14445.7,519.022,26.399,5.34071,300,300,0,0,12652,0,0,0), + (651,4624,0,0,0,-14451,462.469,15.4349,3.68277,300,300,0,0,12652,0,0,2), + (652,4624,0,0,0,-14444.3,393.037,32.0601,1.51844,300,300,0,0,12652,0,0,0), + (653,4624,0,0,0,-14450.4,443.711,4.15101,2.18166,300,300,0,0,12652,0,0,0), + (599,4624,0,0,0,-14316.7,446.802,23.4093,1.79824,300,300,0,0,12652,0,0,2), + (655,4624,0,0,0,-14293.2,557.623,8.74147,5.21853,300,300,0,0,12652,0,0,0), + (598,4624,0,0,0,-14400.6,413.038,7.93467,0.712614,300,300,0,0,12652,0,0,2), + (594,4624,0,0,0,-14298.5,435.71,31.5745,0.612118,300,300,0,0,12652,0,0,2), + (658,783,0,0,0,-13055,-536.844,93.256,1.93373,300,300,5,0,2059,0,0,1), + (659,1064,0,0,0,-12332.8,190.914,25.6026,0.069813,300,300,0,0,5317,0,0,0), + (660,1064,0,0,0,-12384.4,147.201,2.63026,1.5708,300,300,0,0,5317,0,0,0), + (661,16096,0,0,0,-12434.5,195.617,31.3747,1.15192,1800,1800,0,0,4700,0,0,0), + (662,1385,0,0,0,-12398.2,195.151,2.43474,0.017453,300,300,0,0,2016,0,0,0), + (663,1381,0,0,0,-12357.7,142.379,4.56038,0.628319,300,300,0,0,2284,0,0,0), + (664,1064,0,0,0,-12367,223.998,3.35305,4.43314,300,300,0,0,5317,0,0,0), + (665,1064,0,0,0,-12382.9,234.091,2.91947,1.29154,300,300,0,0,5317,0,0,0), + (666,2856,0,0,0,-12335.5,163.185,2.9533,2.70526,300,300,0,0,2471,0,0,0), + (667,3624,0,0,0,-12399.8,235.511,2.21116,4.93928,300,300,0,0,2471,1620,0,0), + (668,879,0,0,0,-12229.9,716.409,-60.5316,2.5581,1800,1800,5,0,3660,0,0,1), + (669,879,0,0,0,-12233.3,742.54,-49.3907,3.69735,1800,1800,5,0,3660,0,0,1), + (670,905,0,0,0,-12259.7,-320.112,-0.04512,0.221858,300,300,5,0,1107,0,0,1), + (671,905,0,0,0,-12083.7,-359.335,-6.87913,3.92098,300,300,5,0,1107,0,0,1), + (672,905,0,0,0,-12583.2,-50.2432,7.11872,0.718373,300,300,5,0,1107,0,0,1), + (673,1152,0,0,0,-11981.7,-417.92,-13.3983,1.76213,300,300,5,0,1403,0,0,1), + (674,691,0,0,0,-12210.5,951.196,-12.2093,1.80938,300,300,5,0,1469,0,0,1), + (675,2522,0,0,0,-14851.9,-245.429,5.23979,4.92894,300,300,10,0,1902,0,0,1), + (676,2522,0,0,0,-14744.3,-108.589,2.14965,4.57074,300,300,10,0,1902,0,0,1), + (677,11346,0,0,0,-11880.9,-1067.96,96.9322,4.35853,1800,1800,0,0,6273,6351,0,0), + (678,2699,0,0,0,-14404,402.896,23.1433,1.39626,300,300,0,0,2766,0,0,0), + (679,4624,0,0,0,-14376.6,386.156,22.5742,4.85202,300,300,0,0,12652,0,0,0), + (680,4624,0,0,0,-14460.2,451.198,4.13525,5.98648,300,300,0,0,12652,0,0,0), + (681,4624,0,0,0,-14343.7,450.156,7.55052,5.58505,300,300,0,0,12652,0,0,0), + (682,4624,0,0,0,-14472,483.995,20.465,0.628319,300,300,0,0,12652,0,0,0), + (683,4624,0,0,0,-14352.8,378.367,23.6098,1.65806,300,300,0,0,12652,0,0,0), + (685,7039,0,0,0,-7767.35,-2268.56,134.875,1.04076,500,500,5,0,3189,0,0,1), + (593,4624,0,0,0,-14256.7,338.71,27.2934,2.56527,300,300,0,0,12652,0,0,2), + (687,4624,0,0,0,-14441.9,481.137,15.1943,4.57276,300,300,0,0,12652,0,0,0), + (688,4624,0,0,0,-14449,436.208,3.8145,1.06465,300,300,0,0,12652,0,0,0), + (689,4624,0,0,0,-14461,502.943,15.2054,4.76475,300,300,0,0,12652,0,0,0), + (690,5814,0,0,0,-12434.4,211.559,2.44848,0.907571,300,300,0,0,1454,0,0,0), + (691,1147,0,0,0,-12410.2,203.675,2.43441,0.034907,300,300,0,0,4100,0,0,0), + (692,4624,0,0,0,-14416.5,521.15,4.99321,3.97935,300,300,0,0,12652,0,0,0), + (693,4624,0,0,0,-14481.5,437.249,34.3722,6.17846,300,300,0,0,12652,0,0,0), + (694,4624,0,0,0,-14458.1,488.626,15.2077,1.93731,300,300,0,0,12652,0,0,0), + (591,4624,0,0,0,-14449.2,451.524,20.5557,5.00151,300,300,0,0,12652,0,0,2), + (696,4624,0,0,0,-14457.2,494.87,26.2741,1.02974,300,300,0,0,12652,0,0,0), + (697,4624,0,0,0,-14405.4,410.595,27.82,0.890118,300,300,0,0,12652,0,0,0), + (698,4624,0,0,0,-14427,522.174,4.9749,5.72468,300,300,0,0,12652,0,0,0), + (699,4624,0,0,0,-14427.2,456.51,15.3394,4.4855,300,300,0,0,12652,0,0,0), + (700,4624,0,0,0,-14463.3,502.349,26.2722,5.70723,300,300,0,0,12652,0,0,0), + (701,708,0,0,0,-6216.64,721.282,386.75,2.04511,180,180,5,0,71,0,0,1), + (702,8659,1,0,0,1955.1,-4459.36,54.7776,2.6529,300,300,0,0,3517,0,0,0), + (703,13842,1,0,0,1607.92,-4376.44,9.65736,4.06662,300,300,0,0,3857,0,0,0), + (704,9796,1,0,0,-561.628,-4221.8,41.6737,3.03687,300,300,0,0,334,0,0,0), + (705,11814,1,0,0,-808.565,-4930.14,23.0651,3.66519,300,300,0,0,500,0,0,0), + (706,5611,1,0,0,1640.83,-4446.99,15.4898,1.97222,300,300,0,0,546,0,0,0), + (707,5609,1,0,0,1633.94,-4445.62,15.4898,4.86947,300,300,0,0,594,0,0,0), + (708,5614,1,0,0,1639.56,-4443.74,15.4898,5.18363,300,300,0,0,1240,0,0,0), + (709,5610,1,0,0,1640.71,-4442.19,15.4898,2.96706,300,300,0,0,500,0,0,0), + (710,5613,1,0,0,1638.28,-4445,15.4898,5.58505,300,300,0,0,456,0,0,0), + (711,5606,1,0,0,1634.16,-4447.18,15.4898,1.64061,300,300,0,0,500,0,0,0), + (712,708,0,0,0,-6247.77,713.12,386.923,5.6182,180,180,5,0,71,0,0,1), + (713,721,0,0,0,-6247.15,694.244,386.053,5.95896,180,180,10,0,1,0,0,1), + (714,708,0,0,0,-6152.57,719.395,392.105,2.57734,180,180,5,0,71,0,0,1), + (178,4624,0,0,0,-14423.6,424.668,21.8532,3.71914,300,300,0,0,12652,0,0,2), + (716,4624,0,0,0,-14471.4,468.459,36.5393,4.29351,300,300,0,0,12652,0,0,0), + (717,4624,0,0,0,-14448.9,429.612,15.0229,3.735,300,300,0,0,12652,0,0,0), + (718,4624,0,0,0,-14451.8,454.594,4.12501,5.25344,300,300,0,0,12652,0,0,0), + (719,4624,0,0,0,-14390.9,414.861,22.757,2.74017,300,300,0,0,12652,0,0,0), + (721,2464,0,0,0,-12398.4,167.963,3.12308,3.27453,1800,1800,0,0,59535,0,0,0), + (722,2519,0,0,0,-12347.4,161.425,3.23635,1.26347,300,300,0,0,2376,0,0,0), + (723,15080,0,0,0,-11824.6,1339.33,1.13543,4.36332,1800,1800,0,0,9156,0,0,0), + (728,1096,0,0,0,-11462.5,379.446,76.2292,0.610865,300,300,5,0,1160,1067,0,1), + (729,11355,0,0,0,-11948.4,-1021.58,67.5313,5.24838,1800,1800,0,0,7599,0,0,0), + (730,11346,0,0,0,-11944.4,-1027.22,68.9063,5.40418,1800,1800,0,0,6273,6351,0,0), + (731,11355,0,0,0,-11882.5,-1016.14,69.6303,4.0997,1800,1800,0,0,7599,0,0,0), + (732,11346,0,0,0,-11881,-1023.91,70.0053,2.74142,1800,1800,0,0,6273,6351,0,0), + (733,11346,0,0,0,-11916.1,-1116.62,77.4038,4.72556,1800,1800,0,0,6273,6351,0,0), + (734,11355,0,0,0,-11922.7,-1072.47,77.3621,0.541052,1800,1800,0,0,7599,0,0,0), + (735,11355,0,0,0,-11909.6,-1072.58,77.3675,2.35619,1800,1800,0,0,7599,0,0,0), + (736,11346,0,0,0,-11880.8,-1114.16,83.3788,4.71239,1800,1800,0,0,6273,6351,0,0), + (737,11355,0,0,0,-11920.5,-1154.44,77.3621,1.25664,1800,1800,0,0,7599,0,0,0), + (738,11355,0,0,0,-11910.5,-1154.87,77.3621,1.69297,1800,1800,0,0,7599,0,0,0), + (739,11346,0,0,0,-11946,-1157.99,77.7556,3.97935,1800,1800,0,0,6273,6351,0,0), + (740,11355,0,0,0,-11949.8,-1159.28,78.3448,5.81195,1800,1800,0,0,7599,0,0,0), + (741,11355,0,0,0,-11946.5,-1162.69,77.4945,2.11185,1800,1800,0,0,7599,0,0,0), + (742,11346,0,0,0,-11885.2,-1153.59,77.3678,5.11381,1800,1800,0,0,6273,6351,0,0), + (743,11355,0,0,0,-11881.2,-1155.68,77.5816,3.59538,1800,1800,0,0,7599,0,0,0), + (744,11355,0,0,0,-11884.9,-1158.96,77.5344,1.06465,1800,1800,0,0,7599,0,0,0), + (745,11355,0,0,0,-11947.8,-1006.38,88.9789,1.48353,1800,1800,0,0,7599,0,0,0), + (746,11355,0,0,0,-11882.1,-1004.05,91.3802,1.6057,1800,1800,0,0,7599,0,0,0), + (747,11355,0,0,0,-11848.5,-988.542,70.0429,3.02209,1800,1800,0,0,7599,0,0,0), + (748,11346,0,0,0,-11915.2,-943.197,52.4557,4.76323,1800,1800,0,0,6273,6351,0,0), + (749,1558,0,0,0,-13836.2,-45.2313,58.1164,4.93094,300,300,5,0,1981,0,0,1), + (750,1653,0,0,0,-14917.7,76.5275,0.199879,1.62326,300,300,0,0,1110,3293,0,0), + (751,4505,0,0,0,-14927.5,92.2413,0.199662,6.12409,300,300,2,0,1902,0,0,1), + (752,4506,0,0,0,-14917.3,99.6151,0.199658,2.75565,300,300,0,0,1829,0,0,0), + (753,4505,0,0,0,-14919.6,81.1497,0.18739,4.18753,300,300,0,0,1902,0,0,0), + (754,4506,0,0,0,-14924,104.887,0.16385,4.94076,300,300,0,0,1829,0,0,0), + (755,678,0,0,0,-12348,-1018.82,8.01886,1.93921,1800,1800,0,0,5148,0,0,0), + (756,1551,0,0,0,-13269.1,-497.587,20.067,0,300,300,0,0,2059,0,0,0), + (757,595,0,0,0,-11677.4,773.066,50.8321,4.54629,300,300,5,0,1279,0,0,1), + (758,690,0,0,0,-12907.8,387.729,54.1609,4.10147,300,300,5,0,1678,0,0,1), + (759,1488,0,0,0,-13594,-415.615,0.714449,4.31908,300,300,5,0,2047,0,0,1), + (760,1491,0,0,0,-13572.2,-443.054,0.454261,5.27631,300,300,5,0,2116,0,0,1), + (761,680,0,0,0,-12499.4,-1006.05,51.8517,1.28534,1800,1800,0,0,5544,0,0,0), + (762,710,0,0,0,-12488.8,-991.375,48.002,0.595045,1800,1800,2,0,3603,3575,0,1), + (763,688,0,0,0,-11455.3,7.50279,31.2792,4.60056,300,300,5,0,1107,0,0,1), + (764,1060,0,0,0,-13051.4,-825.641,70.4015,1.22173,1800,1800,0,0,4278,2966,0,0), + (765,783,0,0,0,-13053.6,-820.605,70.2765,5.79449,300,300,5,0,2059,0,0,1), + (766,1653,0,0,0,-14926.2,121.127,7.52015,1.20442,300,300,0,0,1110,3293,0,0), + (767,2544,0,0,0,-14653.6,222.136,0.013959,2.8207,300,300,5,0,1829,0,0,1), + (768,2544,0,0,0,-14883.2,310.978,3.08525,3.58601,300,300,10,0,1829,0,0,1), + (769,6366,0,0,0,-13052.6,-824.574,70.4015,3.16757,300,300,0,0,1110,1067,0,0), + (770,1114,0,0,0,-12208.6,-444.257,22.6527,1.41399,300,300,5,0,1804,0,0,1), + (771,1550,0,0,0,-13386.7,-359.258,17.5539,4.13226,300,300,5,0,1902,0,0,1), + (772,1550,0,0,0,-13313.6,-272.939,14.6111,1.0683,300,300,5,0,1902,0,0,1), + (773,1550,0,0,0,-13381.9,-272.963,13.9835,2.84845,300,300,5,0,1902,0,0,1), + (774,688,0,0,0,-11455.8,-56.4749,43.6173,1.447,300,300,5,0,1107,0,0,1), + (775,1550,0,0,0,-13317,-220.694,14.1153,4.71309,300,300,5,0,1902,0,0,1), + (776,1150,0,0,0,-11513.4,-53.4103,13.7196,0.240713,300,300,5,0,1050,0,0,1), + (777,1150,0,0,0,-11513.3,15.6604,14.2887,5.42441,300,300,5,0,1050,0,0,1), + (778,905,0,0,0,-12110.6,-345.716,-4.51475,4.70831,300,300,5,0,1107,0,0,1), + (779,686,0,0,0,-11981.3,-289.584,27.1181,1.82768,300,300,5,0,1403,0,0,1), + (780,4506,0,0,0,-14916.5,113.326,12.5743,1.51444,300,300,0,0,1829,0,0,0), + (781,4506,0,0,0,-14926.8,113.699,12.5743,5.01759,300,300,0,0,1829,0,0,0), + (782,4505,0,0,0,-14928.6,111.185,7.52081,4.16761,300,300,0,0,1902,0,0,0), + (783,4505,0,0,0,-14917.1,95.096,7.52163,6.26069,300,300,2,0,1902,0,0,1), + (784,2550,0,0,0,-14921,123.1,7.51768,3.32135,300,300,0,0,1651,2762,0,0), + (785,4505,0,0,0,-14918.8,80.1793,7.52164,5.73942,300,300,2,0,1902,0,0,1), + (786,2522,0,0,0,-14814,-114.401,2.17874,3.35172,300,300,5,0,1902,0,0,1), + (787,2522,0,0,0,-14476.8,-260.661,6.36488,5.71534,300,300,5,0,1902,0,0,1), + (788,1108,0,0,0,-11881.3,-113.73,21.5637,1.14313,300,300,2,0,1427,0,0,1), + (789,2544,0,0,0,-14817.9,300.867,-0.612223,5.24464,300,300,5,0,1829,0,0,1), + (790,688,0,0,0,-11439.2,71.9779,39.2687,0.195955,300,300,5,0,1107,0,0,1), + (791,4459,0,0,0,-12152.9,-7.77777,-5.94299,1.83173,300,300,5,0,1208,1097,0,1), + (792,688,0,0,0,-11520.7,-114.772,31.8328,1.82762,300,300,5,0,1107,0,0,1), + (793,4458,0,0,0,-12200,30.0658,13.3411,2.75746,300,300,5,0,1403,0,0,1), + (794,940,0,0,0,-11471.9,-579.938,35.1285,4.68115,300,300,5,0,977,935,0,1), + (795,1151,0,0,0,-11682.7,1085.22,1.62942,6.09844,300,300,5,0,1403,0,0,1), + (796,686,0,0,0,-12010.5,-238.886,20.7653,2.58165,300,300,5,0,1403,0,0,1), + (797,686,0,0,0,-12108.5,-272.52,16.3848,1.09428,300,300,5,0,1403,0,0,1), + (798,686,0,0,0,-12089.5,-259.345,18.6734,0.712223,300,300,10,0,1403,0,0,1), + (799,2522,0,0,0,-14712.3,-145.981,4.58135,1.44661,300,300,5,0,1902,0,0,1), + (800,2521,0,0,0,-14456.4,-359.426,5.62095,4.14275,300,300,5,0,1902,0,0,1), + (801,686,0,0,0,-12040.6,-219.175,17.9755,0.478481,300,300,10,0,1403,0,0,1), + (802,2521,0,0,0,-14483.8,-451.293,2.78694,2.33961,300,300,5,0,1902,0,0,1), + (803,2521,0,0,0,-14479.3,-417.481,4.57412,1.90922,300,300,5,0,1902,0,0,1), + (804,772,0,0,0,-12647.3,-414.763,18.2433,2.01449,300,300,5,0,1536,0,0,1), + (805,2521,0,0,0,-14548.8,-351.087,6.7521,5.86926,300,300,5,0,1902,0,0,1), + (806,2521,0,0,0,-14591.9,-346.833,9.34343,4.11302,300,300,5,0,1902,0,0,1), + (807,2521,0,0,0,-14535.3,-378.371,3.74928,0.307545,300,300,5,0,1902,0,0,1), + (808,2521,0,0,0,-14549.1,-451.358,2.76172,3.78846,300,300,5,0,1902,0,0,1), + (809,2521,0,0,0,-14851.2,-275.917,5.32802,1.48544,300,300,5,0,1902,0,0,1), + (810,1114,0,0,0,-12379.3,-480.04,16.8166,3.85428,300,300,10,0,1804,0,0,1), + (811,1114,0,0,0,-12721.6,-745.421,66.242,2.61626,300,300,5,0,1804,0,0,1), + (812,2522,0,0,0,-14833.3,-181.244,4.77878,0.102278,300,300,10,0,1902,0,0,1), + (813,682,0,0,0,-11655.1,-804.113,39.5871,1.67109,300,300,5,0,1163,0,0,1), + (814,1152,0,0,0,-12084,-313.884,8.7841,5.68599,300,300,5,0,1403,0,0,1), + (815,2522,0,0,0,-14693.3,-174.051,9.29706,0.177271,300,300,10,0,1902,0,0,1), + (816,1152,0,0,0,-12142.1,-341.107,-0.853949,4.71228,300,300,5,0,1403,0,0,1), + (817,2522,0,0,0,-14638.8,-188.019,8.85728,0.60986,300,300,10,0,1902,0,0,1), + (818,2522,0,0,0,-14723.2,-180.903,6.77771,4.62571,300,300,10,0,1902,0,0,1), + (819,2522,0,0,0,-14571.3,-191.282,12.7512,3.29514,300,300,10,0,1902,0,0,1), + (820,2522,0,0,0,-14511.7,-157.93,6.41794,4.69091,300,300,5,0,1902,0,0,1), + (821,709,0,0,0,-12315.4,-919.677,9.56357,2.35067,1800,1800,5,0,4755,0,0,1), + (822,2522,0,0,0,-14627.6,-207.105,12.0161,3.12011,300,300,5,0,1902,0,0,1), + (823,1559,0,0,0,-14737.8,-392.236,8.25029,0.039769,360,360,0,0,11368,0,0,0), + (824,11355,0,0,0,-11922.4,-905.346,38.2594,1.39626,1800,1800,0,0,7599,0,0,0), + (825,11355,0,0,0,-11909.5,-905.186,37.7594,1.85005,1800,1800,0,0,7599,0,0,0), + (826,1152,0,0,0,-11920.2,-387.418,-13.9784,3.67825,300,300,5,0,1403,0,0,1), + (827,879,0,0,0,-12253.9,725.291,-65.8069,5.65946,1800,1800,5,0,3660,0,0,1), + (828,1114,0,0,0,-12483.1,-581.91,16.1407,5.27223,300,300,5,0,1804,0,0,1), + (829,1114,0,0,0,-12645.9,-752.681,42.6098,5.17532,300,300,5,0,1804,0,0,1), + (830,781,0,0,0,-13000.8,-837.263,70.5876,3.08923,300,300,5,0,2059,0,0,1), + (831,781,0,0,0,-13027.2,-834.528,71.5876,4.18863,300,300,0,0,2059,0,0,0), + (832,683,0,0,0,-11519.6,-161.325,41.0762,1.20363,300,300,5,0,1050,0,0,1), + (833,783,0,0,0,-13054.5,-843.752,71.3439,5.84718,300,300,0,0,2059,0,0,0), + (834,701,0,0,0,-11737.6,782.352,30.253,1.82968,300,300,5,0,1064,1007,0,1), + (835,672,0,0,0,-12980.3,-842.965,71.1753,3.99855,300,300,0,0,1711,1483,0,0), + (836,588,0,0,0,-11725.4,800.576,30.6501,5.62706,300,300,5,0,1279,0,0,1), + (837,783,0,0,0,-13086.1,-773.296,80.1471,3.69939,300,300,5,0,2059,0,0,1), + (838,4505,0,0,0,-14922.3,112.187,18.3043,5.11994,300,300,0,0,1902,0,0,0), + (839,595,0,0,0,-11713.1,794.439,30.3016,1.02239,300,300,5,0,1279,0,0,1), + (840,672,0,0,0,-13006.2,-821.781,70.9012,0.608192,300,300,3,0,1711,1483,0,1), + (841,781,0,0,0,-13069.1,-720.841,83.3851,0.094149,300,300,3,0,2059,0,0,1), + (842,709,0,0,0,-12484.7,-850.952,42.6037,0.808987,1800,1800,10,0,4755,0,0,1), + (843,2551,0,0,0,-14923.7,119.903,19.7946,4.97419,300,300,0,0,2746,0,0,0), + (844,709,0,0,0,-12507.6,-890.488,41.4671,5.5877,1800,1800,5,0,4755,0,0,1), + (845,709,0,0,0,-12478.9,-921.117,39.9359,2.14633,1800,1800,10,0,4755,0,0,1), + (846,2546,0,0,0,-15024.5,269.352,7.51611,0.593412,300,300,0,0,2600,0,0,0), + (847,709,0,0,0,-12442.8,-951.252,40.7153,0.063957,1800,1800,5,0,4755,0,0,1), + (848,674,0,0,0,-13036.8,-438.108,51.4721,5.02655,300,300,0,0,1829,0,0,0), + (849,709,0,0,0,-12369,-963.837,12.9651,2.86234,1800,1800,0,0,4755,0,0,2), + (850,691,0,0,0,-12182.8,955.174,-2.20975,4.52347,300,300,2,0,1469,0,0,1), + (851,709,0,0,0,-12448.6,-896.188,40.0089,3.22217,1800,1800,10,0,4755,0,0,1), + (852,1114,0,0,0,-12326.5,-617.203,27.8197,2.51503,300,300,5,0,1804,0,0,1), + (853,678,0,0,0,-12353,-1010.2,7.92674,2.13706,1800,1800,0,0,5148,0,0,0), + (854,678,0,0,0,-12348.5,-982.142,13.6156,0.069086,1800,1800,0,0,5148,0,0,0), + (855,679,0,0,0,-12357.4,-978.743,13.9662,2.15496,1800,1800,0,0,4119,1432,0,0), + (856,709,0,0,0,-12351.8,-969.239,13.1489,1.18682,1800,1800,0,0,4755,0,0,2), + (857,696,0,0,0,-12669.2,-796.117,59.0145,0.116569,300,300,0,0,1678,0,0,0), + (858,667,0,0,0,-12676.2,-799.077,59.1395,0.11756,300,300,0,0,1678,0,0,0), + (859,667,0,0,0,-12676.7,-794.864,59.8895,0.117622,300,300,0,0,1678,0,0,0), + (860,708,0,0,0,-6153.28,689.262,391.27,3.85932,180,180,5,0,71,0,0,1), + (861,708,0,0,0,-6180.28,688.397,386.271,1.73894,180,180,5,0,71,0,0,1), + (862,708,0,0,0,-6254.81,681.934,386.439,4.02974,180,180,5,0,71,0,0,1), + (863,724,0,0,0,-6262.62,726.327,386.344,4.38447,370,370,5,0,55,0,0,1), + (864,724,0,0,0,-6351.67,749.941,388.625,2.10987,370,370,5,0,55,0,0,1), + (865,706,0,0,0,-6370.09,778.613,387.368,4.591,180,180,5,0,71,0,0,1), + (866,706,0,0,0,-6373.48,753.763,386.581,2.63772,180,180,0,0,71,0,0,0), + (867,706,0,0,0,-6350.51,767.643,386.396,2.33019,180,180,5,0,71,0,0,1), + (868,706,0,0,0,-6381.01,775.867,386.396,0.698132,180,180,0,0,71,0,0,0), + (869,706,0,0,0,-6386.73,766.395,386.396,0.872665,180,180,0,0,71,0,0,0), + (870,708,0,0,0,-6348.91,780.219,387.109,4.97517,180,180,5,0,71,0,0,1), + (871,706,0,0,0,-6368.93,806.56,391.294,5.08483,180,180,0,0,71,0,0,0), + (872,708,0,0,0,-6438.84,745.375,389.9,6.21188,180,180,0,0,71,0,0,0), + (873,706,0,0,0,-6404.11,747.103,390.874,1.95675,180,180,0,0,71,0,0,0), + (874,706,0,0,0,-6436.92,748.841,389.681,4.32173,180,180,0,0,71,0,0,0), + (875,706,0,0,0,-6410.73,798.096,391.24,5.87893,180,180,0,0,71,0,0,0), + (876,724,0,0,0,-6415.32,752.254,388.874,3.96876,370,370,0,0,55,0,0,0), + (877,724,0,0,0,-6380.55,723.299,388.564,6.21112,370,370,0,0,55,0,0,0), + (878,707,0,0,0,-6381.16,681.892,386.189,5.82978,370,370,5,0,42,0,0,1), + (879,706,0,0,0,-6393.05,776.032,386.396,5.89921,180,180,0,0,71,0,0,0), + (880,724,0,0,0,-6422.27,816.429,406.864,4.8141,370,370,0,0,55,0,0,0), + (881,708,0,0,0,-6386.21,829.567,394.861,5.87893,180,180,0,0,71,0,0,0), + (882,724,0,0,0,-6445.56,720.402,396.763,1.82326,370,370,0,0,55,0,0,0), + (883,724,0,0,0,-6423.42,676.179,386.531,3.58777,370,370,5,0,55,0,0,1), + (884,705,0,0,0,-6445.78,690.27,387.426,0.163864,370,370,5,0,42,0,0,1), + (885,706,0,0,0,-6441.9,703.499,391.767,1.72181,180,180,5,0,71,0,0,1), + (886,706,0,0,0,-6465.66,714.069,394.008,0.452585,180,180,0,0,71,0,0,0), + (887,706,0,0,0,-6469.1,688.383,387.44,3.21184,180,180,5,0,71,0,0,1), + (888,706,0,0,0,-6481.51,702.798,391.894,1.1113,180,180,5,0,71,0,0,1), + (889,704,0,0,0,-6462.52,656.403,387.228,1.55778,180,180,5,0,55,0,0,1), + (890,704,0,0,0,-6427.95,658.449,387.031,3.10255,180,180,5,0,55,0,0,1), + (891,704,0,0,0,-6495.36,619.654,388.123,5.93399,180,180,5,0,55,0,0,1), + (892,705,0,0,0,-6433.64,626.254,386.714,3.94805,370,370,5,0,42,0,0,1), + (893,708,0,0,0,-6463.41,646.706,386.986,3.09145,180,180,5,0,71,0,0,1), + (894,708,0,0,0,-6464.88,619.142,387.306,6.11995,180,180,5,0,71,0,0,1), + (895,1550,0,0,0,-13290.3,-194.373,13.6193,4.12886,300,300,5,0,1902,0,0,1), + (896,724,0,0,0,-6490.67,621.998,386.873,0.328123,370,370,5,0,55,0,0,1), + (897,707,0,0,0,-6450.95,659.13,387.577,1.47783,370,370,5,0,42,0,0,1), + (898,707,0,0,0,-6414.76,614.131,387.768,4.15357,370,370,5,0,42,0,0,1), + (899,1114,0,0,0,-12518.2,-552.308,34.6411,1.63139,300,300,3,0,1804,0,0,1), + (900,905,0,0,0,-11952,-480.235,5.45914,5.75346,300,300,5,0,1107,0,0,1), + (901,1152,0,0,0,-11913.3,-315.227,8.38252,2.70773,300,300,5,0,1403,0,0,1), + (902,2544,0,0,0,-14824.2,220.495,-17.1338,6.17749,300,300,5,0,1829,0,0,1), + (903,2544,0,0,0,-14868,515.217,-1.28016,3.84245,300,300,5,0,1829,0,0,1), + (904,2544,0,0,0,-14916.1,227.585,-1.03747,1.856,300,300,5,0,1829,0,0,1), + (905,2544,0,0,0,-14822.5,575.968,1.06922,2.75492,300,300,5,0,1829,0,0,1), + (906,938,0,0,0,-11505.4,-596.632,36.3116,3.44258,300,300,0,0,1279,0,0,0), + (907,2544,0,0,0,-14747.1,542.796,1.95425,5.71631,300,300,10,0,1829,0,0,1), + (908,905,0,0,0,-12469.2,-269.454,7.80389,4.27271,300,300,5,0,1107,0,0,1), + (909,1114,0,0,0,-12622.9,-720.566,42.9661,0.472381,300,300,5,0,1804,0,0,1), + (910,11383,0,0,0,-11868,-1013.6,69.4701,3.50811,10800,10800,0,0,8770,16020,0,0), + (911,905,0,0,0,-12577.4,-79.8106,7.11872,3.18946,300,300,5,0,1107,0,0,1), + (912,2521,0,0,0,-14652.4,-386.239,8.97896,2.42817,300,300,10,0,1902,0,0,1), + (913,690,0,0,0,-12755.4,219.777,9.99924,3.43062,300,300,5,0,1678,0,0,1), + (914,683,0,0,0,-11476.9,-81.8145,32.7379,0.735715,300,300,5,0,1050,0,0,1), + (915,690,0,0,0,-12748.7,250.644,6.40254,2.16912,300,300,5,0,1678,0,0,1), + (916,2521,0,0,0,-14517.2,-282.895,6.10025,5.94532,300,300,10,0,1902,0,0,1), + (917,2521,0,0,0,-14658.7,-349.866,8.18186,3.68501,300,300,10,0,1902,0,0,1), + (918,690,0,0,0,-12768.7,310.99,8.27404,5.93425,300,300,5,0,1678,0,0,1), + (919,2521,0,0,0,-14619.4,-451.022,1.23011,2.72584,300,300,5,0,1902,0,0,1), + (920,690,0,0,0,-12819.5,384.791,7.98257,1.72953,300,300,5,0,1678,0,0,1), + (921,690,0,0,0,-12787.6,353.044,10.7839,1.74901,300,300,5,0,1678,0,0,1), + (922,690,0,0,0,-12854.8,415.111,15.375,0.989836,300,300,5,0,1678,0,0,1), + (923,2521,0,0,0,-14595.1,-386.874,8.19337,3.55803,300,300,5,0,1902,0,0,1), + (924,2521,0,0,0,-14736.2,-354.601,5.07526,2.92333,300,300,5,0,1902,0,0,1), + (925,2521,0,0,0,-14680.3,-450.125,1.61204,0.555481,300,300,5,0,1902,0,0,1), + (926,2521,0,0,0,-14849.3,-348.287,3.4122,0.676097,300,300,5,0,1902,0,0,1), + (927,706,0,0,0,-6502.58,652.826,391.748,2.35343,180,180,5,0,71,0,0,1), + (928,706,0,0,0,-6514.57,631.529,398.506,4.85335,180,180,5,0,71,0,0,1), + (929,724,0,0,0,-6394.9,652.947,386.861,4.47132,370,370,5,0,55,0,0,1), + (930,708,0,0,0,-6387.5,620.834,387.28,3.31946,180,180,5,0,71,0,0,1), + (931,706,0,0,0,-6482.32,669.669,386.69,0.073385,180,180,5,0,71,0,0,1), + (932,706,0,0,0,-6529.95,681.262,396.271,1.18125,180,180,0,0,71,0,0,0), + (933,706,0,0,0,-6502.67,685.902,387.463,1.41372,180,180,0,0,71,0,0,0), + (934,706,0,0,0,-6502.56,676.646,387.457,5.09636,180,180,0,0,71,0,0,0), + (935,706,0,0,0,-6508.07,676.876,387.476,0.471239,180,180,0,0,71,0,0,0), + (936,706,0,0,0,-6510.08,685.565,387.457,5.44543,180,180,0,0,71,0,0,0), + (937,724,0,0,0,-6352.44,673.251,386.547,1.06787,370,370,5,0,55,0,0,1), + (938,724,0,0,0,-6346.41,624.511,385.839,3.03396,370,370,5,0,55,0,0,1), + (939,724,0,0,0,-6314.67,610.542,386.956,5.53487,370,370,5,0,55,0,0,1), + (940,2521,0,0,0,-14748.6,-452.013,1.79884,4.84765,300,300,10,0,1902,0,0,1), + (941,4505,0,0,0,-14927.3,101.49,12.9676,1.67703,300,300,0,0,1902,0,0,0), + (942,7039,0,0,0,-7778.19,-1804.87,132.168,2.23828,500,500,5,0,3189,0,0,1), + (943,7033,0,0,0,-7853.94,-2615.34,120.061,4.91873,500,500,3,0,3322,0,0,1), + (944,1653,0,0,0,-14917.3,74.904,13.0733,0.837408,300,300,3,0,1110,3293,0,1), + (945,4506,0,0,0,-14927.6,89.3276,12.7946,4.05538,300,300,2,0,1829,0,0,1), + (946,1551,0,0,0,-13260,-524.051,16.2921,1.8032,300,300,5,0,2059,0,0,1), + (947,690,0,0,0,-12984.6,453.741,20.6765,3.15509,300,300,5,0,1678,0,0,1), + (948,7034,0,0,0,-7952.03,-2452.73,133.672,4.22834,500,500,5,0,2751,1864,0,1), + (949,1564,0,0,0,-13462.3,767.719,0.646089,2.5513,300,300,5,0,1292,3191,0,1), + (950,12779,449,0,0,-0.992282,31.6972,1.09809,5.00614,25,25,0,0,4108,5013,0,0), + (951,690,0,0,0,-12913.1,453.218,18.4354,2.02215,300,300,5,0,1678,0,0,1), + (952,1551,0,0,0,-13259.4,-554.017,16.9025,0.005587,300,300,2,0,2059,0,0,1), + (953,690,0,0,0,-12948.4,419.984,23.7607,3.54645,300,300,5,0,1678,0,0,1), + (954,1551,0,0,0,-13225.9,-587.313,4.64249,1.9197,300,300,3,0,2059,0,0,1), + (955,724,0,0,0,-6275.33,625.745,386.881,0.152946,370,370,5,0,55,0,0,1), + (956,724,0,0,0,-6311.85,662.651,385.36,1.27129,370,370,5,0,55,0,0,1), + (957,707,0,0,0,-6297.36,667.385,385.143,1.05383,370,370,5,0,42,0,0,1), + (958,724,0,0,0,-6321.53,674.132,385.397,2.89664,370,370,5,0,55,0,0,1), + (959,724,0,0,0,-6314.26,522.072,387.222,3.68445,370,370,5,0,55,0,0,1), + (960,724,0,0,0,-6287.1,489.977,386.248,6.25888,370,370,5,0,55,0,0,1), + (961,721,0,0,0,-6294.68,561.404,387.546,6.15205,180,180,10,0,1,0,0,1), + (962,724,0,0,0,-6312.53,579.139,387.461,3.92544,370,370,0,0,55,0,0,0), + (963,786,0,0,0,-6363,567.085,385.851,2.47837,180,180,0,0,166,0,0,0), + (964,1354,0,0,0,-6368.77,562.093,385.714,1.69297,180,180,0,0,112,0,0,0), + (965,12738,0,0,0,-6371.13,571.816,385.827,3.21141,180,180,0,0,166,0,0,0), + (966,721,0,0,0,-6389.1,570.198,386.873,2.59607,180,180,10,0,1,0,0,1), + (967,721,0,0,0,-6388.41,590.182,387.106,2.67532,180,180,10,0,1,0,0,1), + (968,704,0,0,0,-6445.39,578.852,386.218,2.30782,180,180,5,0,55,0,0,1), + (969,706,0,0,0,-6446.56,528.505,385.727,5.20051,180,180,5,0,71,0,0,1), + (970,708,0,0,0,-6479.99,586.318,391.053,4.6518,180,180,0,0,71,0,0,0), + (971,704,0,0,0,-6487.78,546.199,387.571,5.37015,180,180,5,0,55,0,0,1), + (972,705,0,0,0,-6440.49,542.028,385.691,2.9917,370,370,5,0,42,0,0,1), + (973,706,0,0,0,-6479.83,532.783,387.332,5.65844,180,180,5,0,71,0,0,1), + (974,706,0,0,0,-6482.98,501.095,386.034,3.30962,180,180,5,0,71,0,0,1), + (975,706,0,0,0,-6500.97,480.333,388.613,3.51687,180,180,5,0,71,0,0,1), + (976,706,0,0,0,-6502.78,514.775,391.445,5.56968,180,180,5,0,71,0,0,1), + (977,704,0,0,0,-6438.8,477.506,383.824,5.38052,180,180,5,0,55,0,0,1), + (978,706,0,0,0,-6518.71,466.018,387.506,5.07879,180,180,5,0,71,0,0,1), + (979,704,0,0,0,-6349.53,523.566,386.611,2.31079,180,180,5,0,55,0,0,1), + (980,704,0,0,0,-6379.72,478.035,379.206,4.21818,180,180,5,0,55,0,0,1), + (981,1551,0,0,0,-13257.9,-580.677,12.7041,1.68572,300,300,0,0,2059,0,0,0), + (982,1563,0,0,0,-13464.2,658.172,9.37183,1.36136,300,300,0,0,1829,0,0,0), + (983,1564,0,0,0,-13468.6,657.017,9.3285,3.05631,300,300,0,0,1292,3191,0,0), + (985,1564,0,0,0,-13414.1,658.998,8.26089,5.70966,300,300,5,0,1292,3191,0,1), + (986,1563,0,0,0,-13468.4,664.967,9.3285,6.12611,300,300,0,0,1829,0,0,0), + (987,1551,0,0,0,-13203.7,-599.1,4.64249,3.76313,300,300,3,0,2059,0,0,1), + (988,1563,0,0,0,-13458.5,661.099,9.62183,5.77229,300,300,0,0,1829,0,0,0), + (989,1551,0,0,0,-13134.5,-563.287,8.13007,2.07859,300,300,2,0,2059,0,0,1), + (990,588,0,0,0,-11688,565.3,49.8151,3.2476,300,300,3,0,1279,0,0,1), + (991,1551,0,0,0,-13170,-552.311,9.34697,4.88692,300,300,2,0,2059,0,0,1), + (992,1564,0,0,0,-13440.1,762.227,0.299731,4.91517,300,300,0,0,1292,3191,0,0), + (993,701,0,0,0,-11732.1,674.758,49.8358,4.69091,300,300,0,0,1064,1007,0,0), + (994,588,0,0,0,-11727.5,679.786,49.5311,3.47745,300,300,2,0,1279,0,0,1), + (995,704,0,0,0,-6440.43,418.379,390.032,5.46189,180,180,5,0,55,0,0,1), + (996,704,0,0,0,-6406.14,439.923,380.5,5.46004,180,180,5,0,55,0,0,1), + (997,721,0,0,0,-6307.87,509.554,387.454,1.55387,180,180,10,0,1,0,0,1), + (998,705,0,0,0,-6313.09,442.302,383.234,5.04897,370,370,5,0,42,0,0,1), + (999,705,0,0,0,-6331.21,502.435,386.204,1.95718,370,370,5,0,42,0,0,1), + (1000,705,0,0,0,-6338.66,420.6,378.351,3.52539,370,370,5,0,42,0,0,1), + (1001,704,0,0,0,-6375,425,376.634,2.54573,180,180,5,0,55,0,0,1), + (1002,705,0,0,0,-6356.1,412.38,375.956,0.663444,370,370,5,0,42,0,0,1), + (1003,724,0,0,0,-6389.16,438.166,379.265,0.94559,370,370,5,0,55,0,0,1), + (1004,704,0,0,0,-6352.28,452.276,377.099,0.544105,180,180,5,0,55,0,0,1), + (1005,704,0,0,0,-6342.14,482.296,381.859,2.51997,180,180,5,0,55,0,0,1), + (1006,721,0,0,0,-6348.45,437.051,376.212,3.78799,180,180,10,0,1,0,0,1), + (1008,701,0,0,0,-11685.9,543.793,49.9401,1.58221,300,300,3,0,1064,1007,0,1), + (1009,721,0,0,0,-6366.1,406.426,376.107,2.38381,180,180,10,0,1,0,0,1), + (1010,705,0,0,0,-6367.46,396.625,377.249,3.02104,370,370,5,0,42,0,0,1), + (1012,705,0,0,0,-6300.6,381.503,380.328,0.015216,370,370,5,0,42,0,0,1), + (1013,705,0,0,0,-6341.68,399.397,377.971,1.59262,370,370,5,0,42,0,0,1), + (1014,705,0,0,0,-6263.23,389.482,382.702,0.274929,370,370,5,0,42,0,0,1), + (1015,705,0,0,0,-6303.25,403.096,381.885,3.16371,370,370,5,0,42,0,0,1), + (1016,705,0,0,0,-6281.02,430.606,384.353,4.54342,370,370,5,0,42,0,0,1), + (1017,708,0,0,0,-6276.25,422.811,384.766,4.77347,180,180,5,0,71,0,0,1), + (1018,705,0,0,0,-6318.32,402.951,380.634,5.15062,370,370,5,0,42,0,0,1), + (1019,721,0,0,0,-6212.83,370.665,386.948,3.04286,180,180,10,0,1,0,0,1), + (1020,705,0,0,0,-6233,408.056,387.624,3.12402,370,370,5,0,42,0,0,1), + (1021,853,0,0,0,-6176.78,364.764,399.107,3.10624,300,300,0,1,5121,0,0,2), + (1022,6376,0,0,0,-6049.4,383.6,398.958,3.05433,180,180,0,0,166,230,0,0), + (1023,837,0,0,0,-6056.74,393.548,392.843,3.68265,180,180,0,0,166,190,0,0), + (1024,460,0,0,0,-6048.79,391.078,398.958,3.63029,180,180,0,0,166,190,0,0), + (1025,944,0,0,0,-6056.09,388.175,392.944,3.33358,180,180,0,0,166,190,0,0), + (1026,836,0,0,0,-6056.38,385.213,392.845,3.1765,180,180,0,0,166,0,0,0), + (1027,1095,0,0,0,-11977.5,-530.262,11.974,3.12123,25,25,0,0,1469,0,0,0), + (1028,721,0,0,0,-6292.65,319.852,376.661,4.53782,180,180,10,0,1,0,0,1), + (1029,721,0,0,0,-6313.43,351.942,377.131,5.22346,180,180,10,0,1,0,0,1), + (1030,721,0,0,0,-6242.14,290.56,384.94,5.28374,180,180,10,0,1,0,0,1), + (1031,705,0,0,0,-6323.52,374.581,378.122,1.49371,370,370,0,0,42,0,0,0), + (1032,705,0,0,0,-6340.77,308.916,380.04,5.47466,370,370,5,0,42,0,0,1), + (1033,705,0,0,0,-6368.8,362.586,382.422,1.43966,370,370,5,0,42,0,0,1), + (1034,705,0,0,0,-6315.59,341.114,376.661,3.12391,370,370,0,0,42,0,0,0), + (1035,704,0,0,0,-6332.99,341.316,377.984,5.60295,180,180,0,0,55,0,0,0), + (1036,705,0,0,0,-6329.87,358.147,377.479,3.73627,370,370,0,0,42,0,0,0), + (1037,707,0,0,0,-6355.96,361.262,378.436,0.083495,370,370,5,0,42,0,0,1), + (1038,707,0,0,0,-6387.92,381.837,381.279,4.0935,370,370,5,0,42,0,0,1), + (1039,707,0,0,0,-6322.9,320.929,378.445,2.58792,370,370,5,0,42,0,0,1), + (1040,707,0,0,0,-6340,328.682,379.238,2.02335,370,370,5,0,42,0,0,1), + (1041,724,0,0,0,-6323.79,308.756,379.02,2.70825,370,370,5,0,55,0,0,1), + (1042,724,0,0,0,-6339.62,361.6,378.311,1.02303,370,370,5,0,55,0,0,1), + (1043,705,0,0,0,-6437.53,362.414,396.99,3.15136,370,370,5,0,42,0,0,1), + (1044,704,0,0,0,-6402.77,385.843,383.118,3.2944,180,180,5,0,55,0,0,1), + (1045,724,0,0,0,-6429.5,362.923,392.971,2.31532,370,370,5,0,55,0,0,1), + (1046,707,0,0,0,-6408.81,375.605,385.025,3.03411,370,370,5,0,42,0,0,1), + (1047,707,0,0,0,-6426.25,380.859,388.458,4.9228,370,370,5,0,42,0,0,1), + (1048,724,0,0,0,-6438.87,395.094,391.465,3.66923,370,370,5,0,55,0,0,1), + (1049,705,0,0,0,-6410.02,349.491,389.555,0.59666,370,370,5,0,42,0,0,1), + (1050,678,0,0,0,-12302,-1070.13,11.6159,1.86042,1800,1800,0,0,5148,0,0,0), + (1051,1551,0,0,0,-13156.7,-563.239,4.64249,0.273099,300,300,2,0,2059,0,0,1), + (1052,701,0,0,0,-11696.8,544.549,49.8151,3.11847,300,300,3,0,1064,1007,0,1), + (1053,705,0,0,0,-6369.36,335.917,385.504,2.10787,370,370,5,0,42,0,0,1), + (1055,1551,0,0,0,-13118.8,-504.518,7.52939,5.88597,300,300,2,0,2059,0,0,1), + (1056,701,0,0,0,-11739.5,554.433,50.8083,4.34073,300,300,3,0,1064,1007,0,1), + (1057,707,0,0,0,-6381.1,342.258,386.207,5.70762,370,370,5,0,42,0,0,1), + (1058,724,0,0,0,-6360.37,318.976,381.04,2.08526,370,370,5,0,55,0,0,1), + (1059,706,0,0,0,-6452.47,464.686,392.024,2.867,180,180,5,0,71,0,0,1), + (1060,588,0,0,0,-11565.8,590.354,50.3581,3.32775,300,300,0,0,1279,0,0,0), + (1061,706,0,0,0,-6464.96,437.66,415.774,2.28154,180,180,5,0,71,0,0,1), + (1062,1551,0,0,0,-13122.1,-554.975,10.1675,2.9879,300,300,0,0,2059,0,0,0), + (1063,588,0,0,0,-11691.8,644.795,49.1912,5.43047,300,300,0,0,1279,0,0,0), + (1064,701,0,0,0,-11687,638.608,49.5495,2.19912,300,300,0,0,1064,1007,0,0), + (1065,706,0,0,0,-6449.12,502.617,385.646,0.14715,180,180,5,0,71,0,0,1), + (1066,588,0,0,0,-11692.8,638.552,49.5082,0.663225,300,300,0,0,1279,0,0,0), + (1067,588,0,0,0,-11708,647.552,49.6907,4.71978,300,300,2,0,1279,0,0,1), + (1068,701,0,0,0,-11732.1,539.068,51.0974,5.84257,300,300,3,0,1064,1007,0,1), + (1069,699,0,0,0,-11738.2,544.167,51.0167,0.383972,300,300,0,0,1279,0,0,0), + (1070,698,0,0,0,-11739.2,546.843,50.813,0.383972,300,300,2,0,1279,0,0,1), + (1071,588,0,0,0,-11739.9,595.899,50.6127,2.75792,300,300,5,0,1279,0,0,1), + (1072,7033,0,0,0,-8075.29,-2678.09,140.93,5.34104,500,500,5,0,3322,0,0,1), + (1073,701,0,0,0,-11687.6,696.657,49.9249,1.05262,300,300,2,0,1064,1007,0,1), + (1074,588,0,0,0,-11704.4,660.337,49.5657,5.63111,300,300,2,0,1279,0,0,1), + (1075,706,0,0,0,-6469.68,480.808,387.949,3.71985,180,180,5,0,71,0,0,1), + (1076,7035,0,0,0,-7800.81,-2652.94,173.296,5.43544,500,500,2,0,3556,0,0,1), + (1077,678,0,0,0,-12367.5,-1130.45,2.42295,3.55566,1800,1800,0,0,5148,0,0,0), + (1078,706,0,0,0,-6528.63,399.69,382.037,0.679748,180,180,5,0,71,0,0,1), + (1079,376,0,0,0,-8512,862.364,109.927,3.822,490,490,0,0,3139,2620,0,0), + (1080,706,0,0,0,-6477.3,389.722,383.13,2.87478,180,180,5,0,71,0,0,1), + (1081,595,0,0,0,-11586.1,563.206,49.973,0.933295,300,300,0,0,1279,0,0,0), + (1082,588,0,0,0,-11703,638.579,49.6907,4.52698,300,300,2,0,1279,0,0,1), + (1083,588,0,0,0,-11691.2,657.854,48.651,5.09366,300,300,2,0,1279,0,0,1), + (1084,706,0,0,0,-6491,400.313,384.83,4.83242,180,180,5,0,71,0,0,1), + (1085,706,0,0,0,-6539.19,473.222,385.998,4.62916,180,180,5,0,71,0,0,1), + (1086,588,0,0,0,-11565,552.824,50.1924,0.634076,300,300,0,0,1279,0,0,0), + (1087,706,0,0,0,-6538.67,424.174,385.934,1.65253,180,180,5,0,71,0,0,1), + (1088,706,0,0,0,-6511.86,418.936,386.521,4.5332,180,180,5,0,71,0,0,1), + (1089,595,0,0,0,-11569.2,561.876,49.973,6.09925,300,300,0,0,1279,0,0,0), + (1090,588,0,0,0,-11598.8,553.534,50.223,3.76091,300,300,5,0,1279,0,0,1), + (1091,706,0,0,0,-6522.17,422.68,386.235,3.76193,180,180,5,0,71,0,0,1), + (1092,701,0,0,0,-11686.5,554.669,49.5651,0.450803,300,300,3,0,1064,1007,0,1), + (1093,710,0,0,0,-12345.7,-1094.62,2.51668,1.76762,1800,1800,2,0,3603,3575,0,1), + (1094,595,0,0,0,-11707.6,567.696,49.816,4.70116,300,300,3,0,1279,0,0,1), + (1095,595,0,0,0,-11695.9,555.871,50.3151,3.76686,300,300,3,0,1279,0,0,1), + (1096,595,0,0,0,-11730.8,589.842,50.316,1.68738,300,300,5,0,1279,0,0,1), + (1097,595,0,0,0,-11708.5,553.321,49.5974,4.68042,300,300,3,0,1279,0,0,1), + (1098,1108,0,0,0,-11920.2,-281.911,13.7945,5.86932,300,300,5,0,1427,0,0,1), + (1099,1108,0,0,0,-11946,-251.844,15.2975,0.282857,300,300,10,0,1427,0,0,1), + (1100,1151,0,0,0,-11923.6,842.423,0.946231,0.737027,300,300,5,0,1403,0,0,1), + (1101,1564,0,0,0,-13448,722.787,4.11255,4.42121,300,300,0,0,1292,3191,0,0), + (1103,1563,0,0,0,-13414.4,743.018,1.70527,4.84614,300,300,5,0,1829,0,0,1), + (1104,1563,0,0,0,-13457.5,698.094,7.36411,1.42186,300,300,5,0,1829,0,0,1), + (1105,672,0,0,0,-13008.2,-845.519,71.4626,3.60306,300,300,0,0,1711,1483,0,0), + (1106,1558,0,0,0,-13867,-22.393,54.0785,4.24532,300,300,5,0,1981,0,0,1), + (1107,1114,0,0,0,-12541.4,-591.254,40.3123,5.31526,300,300,5,0,1804,0,0,1), + (1108,772,0,0,0,-12686.1,-88.5606,12.098,4.91893,300,300,10,0,1536,0,0,1), + (1109,684,0,0,0,-13093.7,-158.198,-1.5694,2.38863,300,300,5,0,1536,0,0,1), + (1110,691,0,0,0,-12185.5,824.453,2.92212,6.24122,300,300,5,0,1469,0,0,1), + (1111,691,0,0,0,-12205.1,825.094,2.2676,3.32716,300,300,5,0,1469,0,0,1), + (1112,595,0,0,0,-11526.1,566.36,49.7114,0.835486,300,300,3,0,1279,0,0,1), + (1113,588,0,0,0,-11551.6,568.261,50.5732,0.791847,300,300,0,0,1279,0,0,0), + (1114,699,0,0,0,-11553.9,608.401,50.6287,4.18879,300,300,0,0,1279,0,0,0), + (1115,698,0,0,0,-11551.4,608.711,50.6529,3.26576,300,300,2,0,1279,0,0,1), + (1116,1564,0,0,0,-14849.4,81.058,1.62692,0.519631,300,300,0,0,1292,3191,0,0), + (1118,588,0,0,0,-11551.3,593.914,50.5786,3.4383,300,300,0,0,1279,0,0,0), + (1119,1114,0,0,0,-12717,-628.685,41.875,4.38107,300,300,5,0,1804,0,0,1), + (1120,701,0,0,0,-11560.2,598.279,50.3787,2.23402,300,300,0,0,1064,1007,0,0), + (1121,701,0,0,0,-11549.3,554.973,50.6924,2.14275,300,300,0,0,1064,1007,0,0), + (1122,595,0,0,0,-11565.3,579.795,50.7537,1.3367,300,300,0,0,1279,0,0,0), + (1123,1563,0,0,0,-14834,61.073,3.92628,5.68464,300,300,5,0,1829,0,0,1), + (1124,1114,0,0,0,-12752.1,-783.398,61.8614,5.6376,300,300,10,0,1804,0,0,1), + (1125,691,0,0,0,-12155.3,853.595,22.2644,1.04379,300,300,5,0,1469,0,0,1), + (1126,691,0,0,0,-12218.3,847.128,2.63864,5.68991,300,300,5,0,1469,0,0,1), + (1127,1558,0,0,0,-13757,-194.707,29.1945,3.89385,300,300,5,0,1981,0,0,1), + (1128,701,0,0,0,-11540.2,560.394,51.3447,3.42473,300,300,0,0,1064,1007,0,0), + (1129,595,0,0,0,-11536.5,558.413,50.4629,2.65044,300,300,5,0,1279,0,0,1), + (1130,701,0,0,0,-11556.2,582.302,50.4572,1.66378,300,300,0,0,1064,1007,0,0), + (1131,696,0,0,0,-12785.3,-709.469,63.6127,2.64381,300,300,5,0,1678,0,0,1), + (1132,701,0,0,0,-11592.6,600.4,50.7008,4.6466,300,300,5,0,1064,1007,0,1), + (1133,691,0,0,0,-12180.1,855.868,17.8644,2.95685,300,300,5,0,1469,0,0,1), + (1134,696,0,0,0,-12820.4,-743.29,76.4155,2.82743,300,300,5,0,1678,0,0,1), + (1135,781,0,0,0,-12993.7,-815.52,69.9677,0.998287,300,300,0,0,2059,0,0,0), + (1136,783,0,0,0,-12996.2,-832.353,70.7177,4.74729,300,300,3,0,2059,0,0,1), + (1137,595,0,0,0,-11570.7,622.5,50.4508,1.44805,300,300,0,0,1279,0,0,0), + (1138,667,0,0,0,-12831.7,-745.379,75.5902,0.558505,300,300,5,0,1678,0,0,1), + (1139,701,0,0,0,-11564.2,617.736,50.3787,5.64958,300,300,0,0,1064,1007,0,0), + (1140,701,0,0,0,-11582.1,622.063,50.4508,0.268071,300,300,0,0,1064,1007,0,0), + (1141,691,0,0,0,-12176.1,884.02,9.31219,5.06967,300,300,5,0,1469,0,0,1), + (1142,1713,0,0,0,-13536.9,-40.1977,38.9878,0.052968,300,300,10,0,1981,0,0,1), + (1143,701,0,0,0,-11576.6,596.694,50.3361,5.78013,300,300,0,0,1064,1007,0,0), + (1144,1713,0,0,0,-13582.7,-90.0978,40.393,4.18663,300,300,10,0,1981,0,0,1), + (1145,701,0,0,0,-11595.6,579.611,50.4611,2.31254,300,300,0,0,1064,1007,0,0), + (1146,691,0,0,0,-12152.4,880.064,15.0745,4.38415,300,300,0,0,1469,0,0,0), + (1147,780,0,0,0,-12821.9,-751.606,77.152,5.39812,300,300,5,0,1357,1236,0,1), + (1148,595,0,0,0,-11590,620.125,50.4508,0.859254,300,300,0,0,1279,0,0,0), + (1149,691,0,0,0,-12185.7,919.497,1.35216,0.863703,300,300,5,0,1469,0,0,1), + (1150,691,0,0,0,-12154.6,919.183,1.59567,0.993224,300,300,5,0,1469,0,0,1), + (1151,691,0,0,0,-12214.7,882.646,-0.530996,1.00301,300,300,3,0,1469,0,0,1), + (1152,782,0,0,0,-12981.6,-730.518,56.0659,4.46915,300,300,3,0,1902,0,0,1), + (1153,1114,0,0,0,-12749.7,-847.831,64.5806,2.20637,300,300,5,0,1804,0,0,1), + (1154,1114,0,0,0,-12709.6,-880.494,53.7773,1.00162,300,300,10,0,1804,0,0,1), + (1155,1108,0,0,0,-11838.2,-222.077,17.0756,4.53832,300,300,5,0,1427,0,0,1), + (1156,1558,0,0,0,-13817,-148.928,17.4159,3.28741,300,300,5,0,1981,0,0,1), + (1157,669,0,0,0,-12996.7,-724.834,55.9969,2.19947,300,300,0,0,1902,0,0,0), + (590048,620,0,0,0,-4080.96,-1256.69,146.684,3.85709,60,60,5,0,1,0,0,1), + (1159,1108,0,0,0,-11884.7,-251.268,17.0014,2.53792,300,300,10,0,1427,0,0,1), + (1160,691,0,0,0,-12160.7,879.947,16.6484,3.46478,300,300,5,0,1469,0,0,1), + (1161,784,0,0,0,-12984.2,-609.516,53.7092,2.01469,300,300,0,0,1902,0,0,0), + (590047,620,0,0,0,-4137.29,-1102.33,168.916,3.74399,60,60,5,0,1,0,0,1), + (1163,1558,0,0,0,-13813.2,-188.739,16.1252,1.65491,300,300,5,0,1981,0,0,1), + (1164,1114,0,0,0,-12617,-921.85,54.7539,1.92408,300,300,5,0,1804,0,0,1), + (1165,1558,0,0,0,-13823.2,-102.857,18.1712,5.4895,300,300,5,0,1981,0,0,1), + (1166,781,0,0,0,-12978,-821.957,70.9677,0.554944,300,300,5,0,2059,0,0,1), + (1167,1558,0,0,0,-13862.8,-42.9449,40.4036,3.73393,300,300,5,0,1981,0,0,1), + (1168,1558,0,0,0,-13886,-94.17,13.9646,0.472381,300,300,5,0,1981,0,0,1), + (1169,1114,0,0,0,-12486.9,-510.538,13.827,2.01122,300,300,5,0,1804,0,0,1), + (1170,1114,0,0,0,-12524.4,-476.177,24.3429,2.37553,300,300,5,0,1804,0,0,1), + (1171,1152,0,0,0,-11911.5,-444.782,-6.42647,4.89874,300,300,5,0,1403,0,0,1), + (1172,1114,0,0,0,-12426.5,-719.995,32.9625,2.83364,300,300,5,0,1804,0,0,1), + (1173,699,0,0,0,-11620.4,619.192,50.4465,4.39823,300,300,0,0,1279,0,0,0), + (1174,4460,0,0,0,-12199.8,-51.9602,0.307009,3.30738,300,300,5,0,1116,2861,0,1), + (1175,691,0,0,0,-12214.6,921.441,-6.36757,5.9523,300,300,2,0,1469,0,0,1), + (1176,2521,0,0,0,-14785.8,-415.396,4.73664,2.28853,300,300,10,0,1902,0,0,1), + (1177,1114,0,0,0,-12390.1,-549.576,11.8177,3.80932,300,300,5,0,1804,0,0,1), + (1178,2521,0,0,0,-14823.1,-251.858,5.33484,2.50044,300,300,10,0,1902,0,0,1), + (1179,1114,0,0,0,-12283.3,-525.921,16.2471,1.89622,300,300,5,0,1804,0,0,1), + (1180,1114,0,0,0,-12346.3,-523.193,15.8524,5.8929,300,300,5,0,1804,0,0,1), + (1181,687,0,0,0,-13220.9,730.602,8.01241,6.11547,300,300,5,0,1829,0,0,1), + (1182,734,0,0,0,-11295.8,-201.343,75.7853,3.63029,300,300,0,0,2471,0,0,0), + (1183,1114,0,0,0,-12319.3,-480.983,15.3939,0.289026,300,300,5,0,1804,0,0,1), + (1184,4461,0,0,0,-12082.4,56.4907,-6.29707,4.27296,300,300,5,0,1403,0,0,1), + (1185,782,0,0,0,-12959.2,-718.144,54.7919,5.23304,300,300,0,0,1902,0,0,0), + (1186,4461,0,0,0,-12114.5,96.6799,-0.516428,1.20442,300,300,5,0,1403,0,0,1), + (1187,1114,0,0,0,-12275.2,-446.043,18.6231,4.66546,300,300,5,0,1804,0,0,1), + (1188,783,0,0,0,-13072.2,-749.43,88.7466,6.19499,300,300,5,0,2059,0,0,1), + (1189,4460,0,0,0,-12157.6,-50.2741,0.30701,2.9634,300,300,5,0,1116,2861,0,1), + (1190,1108,0,0,0,-11883.4,-172.051,18.1713,1.99597,300,300,10,0,1427,0,0,1), + (1191,4458,0,0,0,-12188.4,-22.4121,-10.7597,0.494968,300,300,2,0,1403,0,0,1), + (1192,4461,0,0,0,-12115,58.3161,-6.66363,2.42937,300,300,5,0,1403,0,0,1), + (1193,4459,0,0,0,-12135.2,-35.3363,-3.06799,0.853471,300,300,3,0,1208,1097,0,1), + (1194,690,0,0,0,-12944.3,-139.719,13.1456,2.07808,300,300,5,0,1678,0,0,1), + (1195,4457,0,0,0,-12158.5,52.921,1.21542,0.250663,300,300,5,0,1403,0,0,1), + (1196,4461,0,0,0,-12125.4,38.1136,-6.15627,4.34493,300,300,5,0,1403,0,0,1), + (1197,4461,0,0,0,-12046.6,51.3579,-0.713931,0.145401,300,300,3,0,1403,0,0,1), + (1198,4461,0,0,0,-12090.9,26.0623,-2.04527,4.03062,300,300,5,0,1403,0,0,1), + (1199,4458,0,0,0,-12088.6,70.0932,-6.95303,3.94154,300,300,5,0,1403,0,0,1), + (1200,674,0,0,0,-13063,-447.054,45.3497,2.51843,300,300,0,0,1829,0,0,0), + (1201,674,0,0,0,-13087.1,-478.032,51.2409,4.4855,300,300,0,0,1829,0,0,0), + (1202,677,0,0,0,-13068,-457.182,44.9375,4.08407,300,300,3,0,1292,3191,0,1), + (1203,4458,0,0,0,-12153.3,-25.727,-10.7597,6.14502,300,300,5,0,1403,0,0,1), + (1204,4461,0,0,0,-12160.1,-17.5942,-10.7597,3.75663,300,300,5,0,1403,0,0,1), + (1205,674,0,0,0,-13067.1,-432.447,49.193,2.75762,300,300,0,0,1829,0,0,0), + (1206,4461,0,0,0,-12165.7,10.464,-3.86931,2.05285,300,300,5,0,1403,0,0,1), + (1207,676,0,0,0,-13063.5,-462.918,44.8471,3.19892,300,300,3,0,1522,1332,0,1), + (1208,676,0,0,0,-13134.1,-465.054,49.762,2.99831,300,300,0,0,1522,1332,0,0), + (1209,674,0,0,0,-13135,-469.88,49.8355,4.95674,300,300,0,0,1829,0,0,0), + (1210,4461,0,0,0,-12170.6,-25.3623,-10.7597,3.82036,300,300,5,0,1403,0,0,1), + (1211,674,0,0,0,-13054.6,-477.555,51.6199,0,300,300,0,0,1829,0,0,0), + (1212,677,0,0,0,-13073.4,-471.905,45.6279,0.156153,300,300,2,0,1292,3191,0,1), + (1213,669,0,0,0,-12939.1,-716.33,54.4169,4.11228,300,300,0,0,1902,0,0,0), + (1214,674,0,0,0,-13130.5,-463.1,49.7,0.942478,300,300,0,0,1829,0,0,0), + (590046,620,0,0,0,-4117.23,-1101.1,168.953,3.54764,60,60,5,0,1,0,0,1), + (1216,674,0,0,0,-13090.5,-444.349,52.5006,2.9147,300,300,0,0,1829,0,0,0), + (1217,674,0,0,0,-13138.5,-460.855,51.1591,2.28638,300,300,0,0,1829,0,0,0), + (1218,905,0,0,0,-11850.7,-383.538,-5.7729,0.101765,300,300,5,0,1107,0,0,1), + (1219,1449,0,0,0,-13738.5,-29.7435,44.6395,1.81514,300,300,0,0,2666,0,0,0), + (1220,1713,0,0,0,-13652.9,-80.5765,36.37,2.9656,300,300,5,0,1981,0,0,1), + (1221,1713,0,0,0,-13626.4,-54.0693,36.1862,0.196629,300,300,5,0,1981,0,0,1), + (1222,702,0,0,0,-11697.1,232.748,40.3202,0,300,300,5,0,1221,0,0,1), + (1223,702,0,0,0,-11717.1,223.791,40.4573,0,300,300,0,0,1221,0,0,0), + (1224,684,0,0,0,-13105.9,-286.305,10.0925,0.639988,300,300,5,0,1536,0,0,1), + (1225,685,0,0,0,-11856.4,678.568,45.9035,6.1382,300,300,5,0,1221,0,0,1), + (1226,855,0,0,0,-11860.4,679.146,46.1837,4.36947,300,300,3,0,1051,0,0,1), + (1227,772,0,0,0,-12912.6,-353.317,13.4452,1.8268,300,300,5,0,1536,0,0,1), + (1228,681,0,0,0,-11822.1,-248.948,17.048,1.98466,300,300,10,0,1050,0,0,1), + (1229,736,0,0,0,-11607.8,-694.851,31.1587,4.08407,300,300,2,0,1163,0,0,1), + (1230,736,0,0,0,-11606.8,-701.346,31.1563,2.75762,300,300,3,0,1163,0,0,1), + (1231,684,0,0,0,-13047.7,-303,13.3939,5.5434,300,300,5,0,1536,0,0,1), + (1232,1488,0,0,0,-13648.7,-302.935,8.1844,5.64143,300,300,3,0,2047,0,0,1), + (1233,1108,0,0,0,-11948.5,-118.453,7.72756,5.53927,300,300,3,0,1427,0,0,1), + (1234,1491,0,0,0,-13637.8,-378.988,1.02494,0.822812,300,300,5,0,2116,0,0,1), + (1235,2530,0,0,0,-13650.9,-268.997,8.30007,2.29079,300,300,0,0,1902,0,0,0), + (1236,691,0,0,0,-12115.8,914.007,1.44607,2.64715,300,300,5,0,1469,0,0,1), + (1237,698,0,0,0,-11617.6,618.292,50.3413,4.39823,300,300,2,0,1279,0,0,1), + (1238,780,0,0,0,-12944.2,-865.516,70.4187,0.750492,300,300,5,0,1357,1236,0,1), + (1239,667,0,0,0,-12907.6,-875.31,70.104,0,300,300,5,0,1678,0,0,1), + (1240,687,0,0,0,-13145.7,415.928,18.9146,1.46899,300,300,5,0,1829,0,0,1), + (1241,879,0,0,0,-12182.4,674.705,-69.7535,3.62119,1800,1800,5,0,3660,0,0,1), + (1242,667,0,0,0,-12937.6,-871.019,70.6112,1.13446,300,300,5,0,1678,0,0,1), + (1243,1114,0,0,0,-12275.1,-379.787,15.3067,2.01698,300,300,5,0,1804,0,0,1), + (1244,1114,0,0,0,-12560.6,-853.063,47.2671,3.0265,300,300,5,0,1804,0,0,1), + (1245,672,0,0,0,-12963.2,-820.266,69.7316,1.55549,300,300,0,0,1711,1483,0,0), + (1246,685,0,0,0,-11824.3,707.507,44.7131,1.38223,300,300,10,0,1221,0,0,1), + (1247,696,0,0,0,-12866.1,-799.117,54.9599,5.95157,300,300,2,0,1678,0,0,1), + (1248,1114,0,0,0,-12548.1,-920.153,43.3442,5.92044,300,300,5,0,1804,0,0,1), + (1249,685,0,0,0,-11836.3,655.435,44.6837,1.74297,300,300,10,0,1221,0,0,1), + (1250,685,0,0,0,-11835.3,685.639,44.9337,6.25663,300,300,5,0,1221,0,0,1), + (1251,855,0,0,0,-11837.9,688.538,44.6837,2.07552,300,300,3,0,1051,0,0,1), + (1252,681,0,0,0,-11778.4,-162.78,8.46279,4.52897,300,300,5,0,1050,0,0,1), + (1253,696,0,0,0,-12860.7,-807.555,54.7235,5.75959,300,300,2,0,1678,0,0,1), + (1254,597,0,0,0,-11687.9,928.277,3.33555,3.62683,300,300,3,0,1469,0,0,1), + (1255,696,0,0,0,-12947.6,-781.391,58.6777,2.78168,300,300,5,0,1678,0,0,1), + (1256,597,0,0,0,-11673.8,951.461,3.87535,3.26584,300,300,3,0,1469,0,0,1), + (1257,660,0,0,0,-11670.5,928.085,2.96055,4.78662,300,300,3,0,1257,1142,0,1), + (1258,660,0,0,0,-11676.6,938.7,4.25035,5.92378,300,300,3,0,1257,1142,0,1), + (1259,671,0,0,0,-11665.2,941.734,3.59957,3.41787,300,300,3,0,1469,0,0,1), + (1260,684,0,0,0,-12282.8,-720.313,17.0055,1.18738,300,300,5,0,1536,0,0,1), + (1261,702,0,0,0,-11655.2,216.468,40.3143,0,300,300,5,0,1221,0,0,1), + (1262,597,0,0,0,-11682.4,945.556,3.97525,1.72788,300,300,0,0,1469,0,0,0), + (1263,660,0,0,0,-11684.9,952.836,3.87334,5.09636,300,300,0,0,1257,1142,0,0), + (1264,669,0,0,0,-13000.7,-713.202,54.8471,0.537549,300,300,0,0,1902,0,0,0), + (1265,709,0,0,0,-12246.9,-739.773,14.9438,1.02937,1800,1800,5,0,4755,0,0,1), + (1266,1152,0,0,0,-12231.6,-294.633,15.0018,0.2021,300,300,5,0,1403,0,0,1), + (1267,1152,0,0,0,-12525.2,-277.466,14.0303,2.90869,300,300,5,0,1403,0,0,1), + (1268,696,0,0,0,-12885.9,-713.052,53.5324,2.23654,300,300,5,0,1678,0,0,1), + (1269,691,0,0,0,-12152.6,783.397,2.39809,3.78705,300,300,5,0,1469,0,0,1), + (1270,1550,0,0,0,-13172.5,-285.998,6.82382,4.69582,300,300,3,0,1902,0,0,1), + (1271,691,0,0,0,-12153.3,806.859,9.7844,4.89392,300,300,5,0,1469,0,0,1), + (1272,1550,0,0,0,-13240.1,-357.62,11.9031,3.96708,300,300,3,0,1902,0,0,1), + (1273,1550,0,0,0,-13322.5,-355.86,14.0508,0.167439,300,300,10,0,1902,0,0,1), + (1274,691,0,0,0,-12122.2,852.726,15.0503,2.03978,300,300,5,0,1469,0,0,1), + (1275,691,0,0,0,-12122.2,814.553,2.44354,5.78316,300,300,5,0,1469,0,0,1), + (1276,1550,0,0,0,-13293.7,-381.127,12.6723,3.48467,300,300,5,0,1902,0,0,1), + (1277,691,0,0,0,-12110.3,879.462,7.07799,5.34047,300,300,5,0,1469,0,0,1), + (1278,1550,0,0,0,-13352.3,-389.739,18.4238,1.38498,300,300,5,0,1902,0,0,1), + (1279,1551,0,0,0,-13250.6,-508.303,17.9954,3.0168,300,300,2,0,2059,0,0,1), + (1280,1114,0,0,0,-12417,-649.187,15.3514,3.98939,300,300,5,0,1804,0,0,1), + (1281,772,0,0,0,-12314.1,-742.487,12.1928,4.8004,300,300,5,0,1536,0,0,1), + (1282,1551,0,0,0,-13166.3,-451.03,8.7133,3.33358,300,300,2,0,2059,0,0,1), + (1283,1551,0,0,0,-13178.8,-476.301,10.0844,2.44346,300,300,2,0,2059,0,0,1), + (1284,1551,0,0,0,-13168.8,-464.141,3.91933,0,300,300,5,0,2059,0,0,1), + (1285,772,0,0,0,-12944.7,-299.226,10.7879,0.361776,300,300,5,0,1536,0,0,1), + (1286,1907,0,0,0,-13788.8,438.879,92.0023,5.41516,300,300,3,0,2077,0,0,1), + (1287,1151,0,0,0,-11953.9,815.636,1.15183,5.71905,300,300,3,0,1403,0,0,1), + (1288,1114,0,0,0,-12351.8,-647.962,13.5733,0.786521,300,300,5,0,1804,0,0,1), + (1289,709,0,0,0,-12428.7,-844.576,40.9497,2.02458,1800,1800,0,0,4755,0,0,0), + (1290,709,0,0,0,-12433.5,-836.305,40.1195,5.37561,1800,1800,0,0,4755,0,0,0), + (1291,1151,0,0,0,-11874.4,822.77,2.6525,1.79079,300,300,5,0,1403,0,0,1), + (1292,772,0,0,0,-12156.2,-922.453,39.5709,3.97728,300,300,10,0,1536,0,0,1), + (1293,1151,0,0,0,-11848.5,842.866,3.09448,6.25201,300,300,5,0,1403,0,0,1), + (1294,772,0,0,0,-12148.9,-983.322,35.1428,0.305261,300,300,5,0,1536,0,0,1), + (1295,772,0,0,0,-12036.2,-922.681,43.3261,3.32987,300,300,5,0,1536,0,0,1), + (1296,772,0,0,0,-12095.7,-987.971,49.5976,2.62021,300,300,5,0,1536,0,0,1), + (1297,684,0,0,0,-12127.5,-743.169,14.0338,2.31471,300,300,5,0,1536,0,0,1), + (1298,699,0,0,0,-11650.4,758.54,42.2845,5.88176,300,300,0,0,1279,0,0,0), + (1299,709,0,0,0,-12386.6,-891.133,46.9426,2.48089,1800,1800,5,0,4755,0,0,1), + (1300,873,0,0,0,-12165.1,638.484,-66.5422,3.27504,1800,1800,5,0,3150,1097,0,1), + (1301,1152,0,0,0,-12502.9,-230.918,7.48236,5.35174,300,300,5,0,1403,0,0,1), + (1302,871,0,0,0,-12157.7,629.139,-67.5103,1.74869,1800,1800,5,0,3660,0,0,1), + (1303,702,0,0,0,-11682.7,206.408,43.3202,0,300,300,5,0,1221,0,0,1), + (1304,2635,0,0,0,-12552.5,87.8267,1.75886,2.38603,1800,1800,5,0,4185,0,0,1), + (1305,681,0,0,0,-11783.5,-281.14,15.9433,5.76017,300,300,10,0,1050,0,0,1), + (1306,709,0,0,0,-12341.2,-974.564,12.6574,0.942478,1800,1800,0,0,4755,0,0,2), + (1307,1151,0,0,0,-12519.5,48.737,1.26533,0.246272,300,300,10,0,1403,0,0,1), + (1308,681,0,0,0,-11749,-257.647,26.814,2.68231,300,300,5,0,1050,0,0,1), + (1309,706,0,0,0,-6532.21,441.461,385.135,1.31105,180,180,5,0,71,0,0,1), + (1310,685,0,0,0,-11857.5,657.036,46.8087,2.85118,300,300,10,0,1221,0,0,1), + (1311,706,0,0,0,-6529.17,401.571,382.483,0.949249,180,180,5,0,71,0,0,1), + (1312,698,0,0,0,-11649.2,761.251,42.2323,5.88176,300,300,3,0,1279,0,0,1), + (1313,1096,0,0,0,-11492.8,386.522,60.5504,4.10152,300,300,2,0,1160,1067,0,1), + (1314,1097,0,0,0,-11491.9,393.702,61.8004,1.53589,300,300,0,0,1279,0,0,0), + (1315,1096,0,0,0,-11495.9,391.412,59.3004,0,300,300,2,0,1160,1067,0,1), + (1316,690,0,0,0,-12956.7,-89.7532,11.8204,3.58314,300,300,10,0,1678,0,0,1), + (590045,620,0,0,0,-4126.41,-1091.58,168.916,4.29377,60,60,5,0,1,0,0,1), + (1318,667,0,0,0,-12787.9,-650.555,64.973,2.19001,300,300,5,0,1678,0,0,1), + (1319,873,0,0,0,-12232.9,655.832,-69.2444,1.49406,1800,1800,5,0,3150,1097,0,1), + (1320,871,0,0,0,-12211.5,644.056,-67.135,4.30619,1800,1800,5,0,3660,0,0,1), + (1321,696,0,0,0,-12847.6,-784.5,59.8349,3.97935,300,300,5,0,1678,0,0,1), + (1322,780,0,0,0,-12857.9,-774.717,61.0849,0.708065,300,300,5,0,1357,1236,0,1), + (1323,667,0,0,0,-12889.2,-750.62,54.1528,0.436332,300,300,5,0,1678,0,0,1), + (1324,978,0,0,0,-11424.7,-948.231,17.6417,0.872994,300,300,2,0,1305,1189,0,1), + (1325,685,0,0,0,-11852.4,640.934,46.3087,3.01067,300,300,5,0,1221,0,0,1), + (1326,855,0,0,0,-11851.2,641.523,46.1372,5.70854,300,300,3,0,1051,0,0,1), + (1327,1114,0,0,0,-12386.9,-681.325,16.4524,0.188823,300,300,5,0,1804,0,0,1), + (1328,684,0,0,0,-12150.1,-793.224,26.7442,3.90213,300,300,5,0,1536,0,0,1), + (1329,772,0,0,0,-12087.7,-852.536,41.6183,0.166622,300,300,5,0,1536,0,0,1), + (1330,1108,0,0,0,-11947.4,-182.479,17.1138,4.67518,300,300,5,0,1427,0,0,1), + (1331,979,0,0,0,-11414,-947.42,17.3143,4.68202,300,300,0,0,1604,0,0,0), + (1332,1108,0,0,0,-11856.9,-158.503,14.7682,0.588003,300,300,10,0,1427,0,0,1), + (1333,674,0,0,0,-13002.6,-455.469,55.4754,2.18166,300,300,0,0,1829,0,0,0), + (1334,674,0,0,0,-12979.7,-462.423,58.2229,2.87979,300,300,0,0,1829,0,0,0), + (1335,687,0,0,0,-13014.1,478.305,12.1516,2.07372,300,300,5,0,1829,0,0,1), + (1336,772,0,0,0,-12147.5,-846.319,40.2675,4.53568,300,300,5,0,1536,0,0,1), + (1337,1491,0,0,0,-13385.4,-13.2617,21.9685,0.35253,300,300,0,0,2116,0,0,0), + (1338,1550,0,0,0,-13319.9,-417.584,14.7499,3.79955,300,300,0,0,1902,0,0,0), + (1339,1150,0,0,0,-11782.9,-324.206,12.3672,2.83832,300,300,5,0,1050,0,0,1), + (1340,782,0,0,0,-13027.2,-623.455,53.8123,2.64135,300,300,5,0,1902,0,0,1), + (1341,1491,0,0,0,-13374.3,-24.8169,23.3435,2.02285,300,300,0,0,2116,0,0,0), + (1342,730,0,0,0,-13076.6,387.179,15.4089,3.01239,1800,1800,0,0,5235,0,0,0), + (1343,684,0,0,0,-12192.4,-949.117,33.2409,2.46563,300,300,10,0,1536,0,0,1), + (1344,669,0,0,0,-13044.2,-653.226,52.8061,5.66157,300,300,5,0,1902,0,0,1), + (590044,2098,0,0,0,-4131.62,-1063.01,167.925,4.41786,60,60,0,0,164,0,0,0), + (1346,772,0,0,0,-12351.8,-844.327,40.3441,2.86061,300,300,5,0,1536,0,0,1), + (1347,684,0,0,0,-12252.3,-951.109,44.5195,0.255408,300,300,5,0,1536,0,0,1), + (1348,728,0,0,0,-12191,-944.651,32.9082,0.187693,1800,1800,0,0,4572,0,0,0), + (1349,946,0,0,0,-6588.03,374.293,389.947,3.85162,180,180,5,0,69,79,0,1), + (1350,684,0,0,0,-12183.6,-898.137,39.5455,4.94159,300,300,10,0,1536,0,0,1), + (1351,772,0,0,0,-12118.4,-821.391,36.4835,2.26353,300,300,5,0,1536,0,0,1), + (1352,684,0,0,0,-12378.7,-747.576,31.4413,-0.894327,300,300,5,0,1536,0,0,1), + (1353,772,0,0,0,-12211.4,-923.087,39.9216,4.41719,300,300,5,0,1536,0,0,1), + (1354,684,0,0,0,-12218.6,-985.548,33.7145,0.149292,300,300,5,0,1536,0,0,1), + (1355,772,0,0,0,-12426.8,-776.325,35.791,5.49222,300,300,10,0,1536,0,0,1), + (1356,772,0,0,0,-12348.9,-779.705,31.5376,1.13463,300,300,5,0,1536,0,0,1), + (1357,1114,0,0,0,-12365.5,-382.095,16.5363,3.26926,300,300,5,0,1804,0,0,1), + (1358,1108,0,0,0,-11924.1,-154.623,12.7714,3.93954,300,300,10,0,1427,0,0,1), + (1359,1152,0,0,0,-11994.4,-356.408,10.6096,3.46469,300,300,5,0,1403,0,0,1), + (1360,669,0,0,0,-12990.2,-659.665,51.6074,3.43563,300,300,5,0,1902,0,0,1), + (590043,2098,0,0,0,-4142.79,-1053.89,167.925,5.52528,60,60,0,0,164,0,0,0), + (1362,670,0,0,0,-12988.6,-689.096,54.1074,3.78934,300,300,5,0,1522,1332,0,1), + (1363,782,0,0,0,-12998.7,-701.508,54.7469,1.99743,300,300,5,0,1902,0,0,1), + (1364,782,0,0,0,-12982.5,-715.423,54.2248,1.81514,300,300,2,0,1902,0,0,1), + (1365,672,0,0,0,-13076.9,-607.448,54.232,5.55015,300,300,0,0,1711,1483,0,0), + (1366,1059,0,0,0,-13083.2,-606.34,54.6776,5.61996,300,300,0,0,2218,0,0,0), + (1367,783,0,0,0,-13076.4,-602.553,54.8787,5.34071,300,300,0,0,2059,0,0,0), + (1368,784,0,0,0,-12908.7,-618.149,53.4428,5.38548,300,300,0,0,1902,0,0,0), + (590042,12998,0,0,12998,-4147.28,-1106.97,168.917,0.341632,60,60,0,0,644,0,0,0), + (1370,1108,0,0,0,-11917.2,-206.455,14.8643,1.38797,300,300,5,0,1427,0,0,1), + (1371,782,0,0,0,-12937.8,-649.335,53.4318,6.2664,300,300,3,0,1902,0,0,1), + (1372,670,0,0,0,-12942.7,-606.091,53.4235,1.95563,300,300,0,0,1522,1332,0,0), + (1373,669,0,0,0,-12943.5,-645.847,53.0568,4.75773,300,300,0,0,1902,0,0,0), + (590041,12998,0,0,12998,-4110.72,-1068.8,168.909,4.87338,60,60,5,0,644,0,0,1), + (1375,782,0,0,0,-12953.5,-616.617,52.4991,5.96903,300,300,0,0,1902,0,0,0), + (1376,784,0,0,0,-12938.8,-622.213,52.6735,5.20876,300,300,0,0,1902,0,0,0), + (590040,12998,0,0,12998,-4074.56,-1256.74,146.399,0.106011,60,60,0,0,644,0,0,2), + (1378,782,0,0,0,-12953.8,-628.37,53.5485,5.27218,300,300,0,0,1902,0,0,0), + (1379,772,0,0,0,-12832.3,-111.459,4.89921,0.403745,300,300,5,0,1536,0,0,1), + (1380,669,0,0,0,-12993.9,-673.287,53.1074,1.33225,300,300,5,0,1902,0,0,1), + (1381,784,0,0,0,-12945.3,-651.858,52.7068,1.25593,300,300,0,0,1902,0,0,0), + (590039,12998,0,0,12998,-4101.46,-1260.41,148.958,4.91972,60,60,0,0,644,0,0,0), + (590038,12998,0,0,12998,-4029.86,-1453.53,167.187,4.37309,60,60,5,0,644,0,0,1), + (1384,670,0,0,0,-12964.6,-607.433,53.6735,2.8483,300,300,0,0,1522,1332,0,0), + (1385,595,0,0,0,-11637.6,756.784,42.3613,5.75959,300,300,5,0,1279,0,0,1), + (1386,670,0,0,0,-12946.4,-702.076,54.1669,5.73791,300,300,0,0,1522,1332,0,0), + (1387,1152,0,0,0,-11848.1,-321.607,11.7539,4.04638,300,300,5,0,1403,0,0,1), + (1388,670,0,0,0,-12964.7,-686.102,53.4537,2.38736,300,300,2,0,1522,1332,0,1), + (1389,670,0,0,0,-12948.6,-649.326,52.8068,3.35635,300,300,3,0,1522,1332,0,1), + (1390,597,0,0,0,-11647.4,747.407,40.2323,2.06217,300,300,0,0,1469,0,0,0), + (1391,669,0,0,0,-13021.1,-700.964,55.3896,4.64595,300,300,5,0,1902,0,0,1), + (590037,727,0,0,727,-3985.24,-1508.53,168.705,4.14848,60,60,0,0,1918,0,0,0), + (1393,1422,0,0,0,-11313,-182.601,75.3137,4.4855,300,300,0,0,1863,0,0,0), + (1394,669,0,0,0,-12972.7,-710.152,53.8719,1.79807,300,300,0,0,1902,0,0,0), + (590036,727,0,0,727,-3972.82,-1513.31,169.195,5.53077,60,60,0,0,1918,0,0,0), + (1396,754,0,0,0,-11324,-213.784,76.4801,2.25148,300,300,0,0,1312,0,0,0), + (1397,739,0,0,0,-11320.2,-193.337,76.2277,4.99164,300,300,0,0,1747,0,0,0), + (1398,733,0,0,0,-11310.4,-205.115,75.3625,2.80998,300,300,0,0,2471,0,0,0), + (1399,770,0,0,0,-11309.1,-187.431,75.6492,3.78736,300,300,0,0,2471,0,0,0), + (1400,1096,0,0,0,-11975.4,-824.298,32.2502,4.69118,300,300,5,0,1160,1067,0,1), + (1401,1114,0,0,0,-12388.1,-620.891,15.4352,2.73388,300,300,5,0,1804,0,0,1), + (1402,682,0,0,0,-11913.6,-752.737,21.1681,3.09731,300,300,5,0,1163,0,0,1), + (1403,682,0,0,0,-11954.3,-788.995,22.7222,3.77182,300,300,5,0,1163,0,0,1), + (1404,597,0,0,0,-11568.2,643.287,59.7685,5.53545,300,300,3,0,1469,0,0,1), + (1405,696,0,0,0,-12599.6,-652.209,39.9914,1.88496,300,300,5,0,1678,0,0,1), + (1406,667,0,0,0,-12599,-660.75,40.0617,2.00713,300,300,5,0,1678,0,0,1), + (1407,780,0,0,0,-12595.2,-658.957,40.4367,2.00728,300,300,5,0,1357,1236,0,1), + (1408,696,0,0,0,-12801.6,-876.11,58.3438,2.23398,300,300,5,0,1678,0,0,1), + (1409,667,0,0,0,-12800.1,-874.984,58.2584,2.57862,300,300,5,0,1678,0,0,1), + (1410,1096,0,0,0,-11986.1,-762.374,15.4465,4.46173,300,300,5,0,1160,1067,0,1), + (1411,681,0,0,0,-11820.1,-83.5532,38.3083,5.17167,300,300,5,0,1050,0,0,1), + (1412,1114,0,0,0,-12382.4,-409.433,15.1534,1.28968,300,300,10,0,1804,0,0,1), + (1413,1096,0,0,0,-12111.8,-629.764,15.6088,2.86653,300,300,5,0,1160,1067,0,1), + (1414,1096,0,0,0,-11949.3,-502.706,17.0683,4.67608,300,300,0,0,1160,1067,0,0), + (1415,1096,0,0,0,-12023.4,-601.337,14.5046,4.78467,300,300,5,0,1160,1067,0,1), + (1416,1152,0,0,0,-12556.7,-194.933,17.4094,4.73481,300,300,5,0,1403,0,0,1), + (1417,1096,0,0,0,-11998.6,-528.026,12.0516,5.21853,300,300,0,0,1160,1067,0,0), + (1418,1097,0,0,0,-11990.2,-525.941,12.0516,4.92183,300,300,0,0,1279,0,0,0), + (1419,1096,0,0,0,-11990.6,-533.384,12.0516,1.3439,300,300,0,0,1160,1067,0,0), + (1420,1097,0,0,0,-11986.7,-531.318,12.0516,1.53589,300,300,0,0,1279,0,0,0), + (1421,1096,0,0,0,-11979.4,-525.557,12.0525,4.24115,300,300,0,0,1160,1067,0,0), + (1422,921,0,0,0,-11980.9,-543.238,12.0755,4.10152,300,300,0,0,1279,0,0,0), + (1423,1097,0,0,0,-11958.2,-500.145,17.0876,2.6466,300,300,0,0,1279,0,0,0), + (1424,684,0,0,0,-12051.4,-884.42,45.0339,3.49483,300,300,5,0,1536,0,0,1), + (1425,1096,0,0,0,-11953,-713.015,18.0497,2.41986,300,300,5,0,1160,1067,0,1), + (1426,943,0,0,0,-11570.3,-703.197,31.1548,2.54818,300,300,0,0,1064,1007,0,0), + (1427,943,0,0,0,-11580.4,-702.735,31.1554,0.837758,300,300,0,0,1064,1007,0,0), + (1428,977,0,0,0,-11579.5,-698.422,31.1548,4.59022,300,300,0,0,1163,0,0,0), + (1429,977,0,0,0,-11570,-698.598,31.1548,4.66003,300,300,0,0,1163,0,0,0), + (1430,976,0,0,0,-11576.4,-705.742,31.1552,1.53589,300,300,0,0,1163,0,0,0), + (1431,674,0,0,0,-12946.8,-466.292,55.7017,2.32129,300,300,0,0,1829,0,0,0), + (1432,674,0,0,0,-12930.2,-483.789,45.6186,5.11381,300,300,0,0,1829,0,0,0), + (1433,1096,0,0,0,-12064.4,-587.233,13.0391,2.48911,300,300,5,0,1160,1067,0,1), + (1434,2635,0,0,0,-11986.6,603.381,1.37604,2.66363,1800,1800,5,0,4185,0,0,1), + (1435,1096,0,0,0,-12171.9,-644.668,16.6749,5.38824,300,300,5,0,1160,1067,0,1), + (1436,1096,0,0,0,-12175.5,-658.973,14.4249,2.11675,300,300,5,0,1160,1067,0,1), + (1437,1096,0,0,0,-12134.2,-638.5,13.5992,2.05891,300,300,5,0,1160,1067,0,1), + (1438,939,0,0,0,-11446.3,-766.102,10.9047,0.784009,300,300,3,0,1469,0,0,1), + (1439,942,0,0,0,-11427.8,-835.608,14.6894,0.175758,300,300,2,0,1208,1097,0,1), + (1440,1096,0,0,0,-12139.2,-736.641,14.7784,1.6588,300,300,5,0,1160,1067,0,1), + (1441,939,0,0,0,-11441.1,-834.396,15.0216,2.842,300,300,3,0,1469,0,0,1), + (1442,1096,0,0,0,-12185,-745.703,15.376,3.33401,300,300,5,0,1160,1067,0,1), + (1443,942,0,0,0,-11450.6,-819.21,15.8363,2.46435,300,300,3,0,1208,1097,0,1), + (1444,939,0,0,0,-11448.5,-800.714,15.1804,1.27058,300,300,2,0,1469,0,0,1), + (1445,942,0,0,0,-11422,-811.847,14.9644,4.86011,300,300,2,0,1208,1097,0,1), + (1446,942,0,0,0,-11405,-812.786,14.9644,1.71287,300,300,0,0,1208,1097,0,0), + (1447,814,0,0,0,-11409.7,-795.418,15.0478,6.03884,300,300,0,0,1302,1189,0,0), + (1450,939,0,0,0,-11460.8,-822.056,15.5755,3.57982,300,300,3,0,1469,0,0,1), + (1451,939,0,0,0,-11432.8,-758.538,12.9404,1.8071,300,300,3,0,1469,0,0,1), + (1452,942,0,0,0,-11411.4,-803.704,14.9644,3.41382,300,300,0,0,1208,1097,0,0), + (1453,939,0,0,0,-11460.7,-834.283,14.4347,2.59179,300,300,3,0,1469,0,0,1), + (1454,939,0,0,0,-11448.1,-763.414,10.9909,0.799059,300,300,3,0,1469,0,0,1), + (1455,942,0,0,0,-11420.7,-770.761,14.9644,4.92354,300,300,3,0,1208,1097,0,1), + (1456,1096,0,0,0,-12153.6,-573.833,12.9658,1.94645,300,300,5,0,1160,1067,0,1), + (1457,942,0,0,0,-11476.8,-836.862,13.8383,0.508015,300,300,2,0,1208,1097,0,1), + (1458,938,0,0,0,-11472.2,-864.303,36.8603,0.802174,300,300,3,0,1279,0,0,1), + (1459,941,0,0,0,-11475.5,-849.57,35.9715,5.92151,300,300,2,0,1064,1007,0,1), + (1460,941,0,0,0,-11480.5,-868.516,37.2521,2.4262,300,300,2,0,1064,1007,0,1), + (1461,938,0,0,0,-11508,-610.643,36.3094,6.00398,300,300,0,0,1279,0,0,0), + (1462,938,0,0,0,-11509.6,-599.617,36.3104,0.621474,300,300,0,0,1279,0,0,0), + (1463,686,0,0,0,-12323.7,-73.1421,23.7492,5.55431,300,300,5,0,1403,0,0,1), + (1464,4461,0,0,0,-12082.8,-108.51,40.2177,4.51613,300,300,5,0,1403,0,0,1), + (1465,938,0,0,0,-11537.1,-712.119,36.4386,5.40278,300,300,5,0,1279,0,0,1), + (1466,905,0,0,0,-11603.7,-181.792,6.43916,4.55392,300,300,5,0,1107,0,0,1), + (1467,683,0,0,0,-11811.8,-17.9249,42.0101,6.05641,300,300,5,0,1050,0,0,1), + (1468,978,0,0,0,-11336.5,-924.059,30.7995,2.09439,300,300,2,0,1305,1189,0,1), + (1469,978,0,0,0,-11343.3,-924.928,31.0902,1.37881,300,300,2,0,1305,1189,0,1), + (1470,978,0,0,0,-11362.3,-893.441,21.2737,1.79495,300,300,2,0,1305,1189,0,1), + (1471,978,0,0,0,-11331.9,-947.405,29.9811,1.42549,300,300,2,0,1305,1189,0,1), + (1472,978,0,0,0,-11342.6,-941.6,32.3906,1.33862,300,300,3,0,1305,1189,0,1), + (1473,706,0,0,0,-6601.72,389.411,389.015,2.46914,180,180,0,0,71,0,0,0), + (1474,946,0,0,0,-6606.95,388.925,390.202,0.087266,180,180,0,0,69,79,0,0), + (1475,905,0,0,0,-12534.4,-167.586,7.78441,1.15858,300,300,5,0,1107,0,0,1), + (1476,978,0,0,0,-11340.7,-964.285,30.5455,0.244346,300,300,0,0,1305,1189,0,0), + (1477,979,0,0,0,-11325.4,-966.436,31.6059,5.47826,300,300,0,0,1604,0,0,0), + (1478,706,0,0,0,-6568.07,365.826,391.152,2.51327,180,180,0,0,71,0,0,0), + (1479,946,0,0,0,-6542.25,371.445,396.815,4.03171,180,180,0,0,69,79,0,0), + (1480,978,0,0,0,-11418.5,-902.782,18.9059,4.87451,300,300,3,0,1305,1189,0,1), + (1481,813,0,0,0,-11336.9,-966.252,29.9908,1.71042,1800,1800,0,0,4377,0,0,0), + (1482,979,0,0,0,-11408.6,-904.71,18.2051,4.01224,300,300,3,0,1604,0,0,1), + (1483,706,0,0,0,-6602.75,387.374,389.951,3.71317,180,180,0,0,71,0,0,0), + (1484,706,0,0,0,-6537.85,389.46,381.749,5.70587,180,180,0,0,71,0,0,0), + (1485,706,0,0,0,-6533.38,375.865,382.545,0.72174,180,180,0,0,71,0,0,0), + (1486,706,0,0,0,-6522.79,383.491,383.047,6.02372,180,180,0,0,71,0,0,0), + (1487,706,0,0,0,-6506.69,385.506,385.346,3.34341,180,180,5,0,71,0,0,1), + (1488,706,0,0,0,-6574.32,409.03,387.516,0.005852,180,180,5,0,71,0,0,1), + (1489,946,0,0,0,-6538.62,354.985,371.876,5.21853,180,180,0,0,69,79,0,0), + (1490,706,0,0,0,-6515.74,345.666,371.934,5.08914,180,180,5,0,71,0,0,1), + (1491,706,0,0,0,-6503.41,349.755,373.741,4.05633,180,180,5,0,71,0,0,1), + (1492,706,0,0,0,-6472.68,358.09,377.506,3.4828,180,180,5,0,71,0,0,1), + (1493,706,0,0,0,-6474.77,345.838,377.469,4.53927,180,180,5,0,71,0,0,1), + (1494,706,0,0,0,-6499.05,335.043,368.068,4.63547,180,180,5,0,71,0,0,1), + (1495,706,0,0,0,-6518.02,332.052,373.123,4.0484,180,180,5,0,71,0,0,1), + (1496,706,0,0,0,-6526.96,361.09,388.072,4.13482,180,180,0,0,71,0,0,0), + (1497,946,0,0,0,-6581.86,319.805,386.769,5.19229,180,180,0,0,69,79,0,0), + (1498,706,0,0,0,-6566.28,295.361,387.955,1.55334,180,180,0,0,71,0,0,0), + (1499,706,0,0,0,-6546.19,298.689,383.98,5.78063,180,180,0,0,71,0,0,0), + (1500,946,0,0,0,-6532.19,304.589,382.438,3.77789,180,180,0,0,69,79,0,0), + (1501,706,0,0,0,-6481.45,319.665,374.849,5.14384,180,180,5,0,71,0,0,1), + (1502,808,0,0,0,-6508.82,300.758,370.346,0,180,180,0,0,98,115,0,0), + (1503,706,0,0,0,-6504.5,295.569,370.05,0.855211,180,180,0,0,71,0,0,0), + (1504,946,0,0,0,-6512.54,313.134,372.942,5.95282,180,180,5,0,69,79,0,1), + (1505,706,0,0,0,-6497.89,320.4,368.648,1.57414,180,180,5,0,71,0,0,1), + (1506,706,0,0,0,-6527.04,302.087,382.4,0.146395,180,180,5,0,71,0,0,1), + (1507,946,0,0,0,-6488.63,301.039,371.558,0.880262,180,180,5,0,69,79,0,1), + (1508,707,0,0,0,-6436.73,329.411,399.458,5.16277,370,370,5,0,42,0,0,1), + (1509,707,0,0,0,-6423.97,307.389,402.87,3.96115,370,370,5,0,42,0,0,1), + (1510,707,0,0,0,-6427.08,335.416,393.846,3.67343,370,370,5,0,42,0,0,1), + (1511,707,0,0,0,-6405.95,289.275,397.2,3.63143,370,370,5,0,42,0,0,1), + (1512,724,0,0,0,-6419.02,326.417,393.29,2.16114,370,370,5,0,55,0,0,1), + (1513,707,0,0,0,-6393.23,322.423,387.027,5.86185,370,370,5,0,42,0,0,1), + (1514,724,0,0,0,-6381.34,310.343,385.717,1.35817,370,370,5,0,55,0,0,1), + (1515,705,0,0,0,-6287.51,361.461,379.378,0.21655,370,370,5,0,42,0,0,1), + (1516,705,0,0,0,-6294.7,382.96,381.026,2.08345,370,370,5,0,42,0,0,1), + (1517,705,0,0,0,-6328.12,372.374,377.872,4.7217,370,370,5,0,42,0,0,1), + (1518,705,0,0,0,-6304.24,361.936,378.313,0.176128,370,370,5,0,42,0,0,1), + (1519,705,0,0,0,-6322.98,330.81,377.445,4.60055,370,370,5,0,42,0,0,1), + (1520,721,0,0,0,-6355.8,308.005,380.642,1.09154,180,180,10,0,1,0,0,1), + (1521,707,0,0,0,-6336.78,301.407,380.04,4.92484,370,370,5,0,42,0,0,1), + (1522,707,0,0,0,-6321.7,287.677,379.97,2.02341,370,370,5,0,42,0,0,1), + (1523,724,0,0,0,-6343.94,290.787,380.511,0.743894,370,370,5,0,55,0,0,1), + (1524,707,0,0,0,-6362.91,290.958,382.193,5.48813,370,370,5,0,42,0,0,1), + (1525,705,0,0,0,-6298.13,301.962,376.715,4.04741,370,370,5,0,42,0,0,1), + (1526,705,0,0,0,-6297.01,323.488,376.854,5.8016,370,370,5,0,42,0,0,1), + (1527,705,0,0,0,-6272.15,285.559,382.647,0.870188,370,370,5,0,42,0,0,1), + (1529,704,0,0,0,-6331.19,334.28,378.138,5.74213,180,180,5,0,55,0,0,1), + (1530,705,0,0,0,-6302.47,257.043,382.875,3.29647,370,370,5,0,42,0,0,1), + (1531,707,0,0,0,-6364.17,235.656,393.514,1.61813,370,370,5,0,42,0,0,1), + (1532,707,0,0,0,-6377.9,247.727,390.166,1.30215,370,370,5,0,42,0,0,1), + (1533,707,0,0,0,-6327.21,235.496,383.984,1.15393,370,370,5,0,42,0,0,1), + (1534,707,0,0,0,-6343.28,220.553,389.224,2.13411,370,370,5,0,42,0,0,1), + (1535,707,0,0,0,-6371.4,262.984,386.541,2.91333,370,370,0,0,42,0,0,0), + (1536,724,0,0,0,-6371.76,242.244,392.42,3.44314,370,370,5,0,55,0,0,1), + (1537,724,0,0,0,-6351.15,262.955,384.014,6.21515,370,370,5,0,55,0,0,1), + (1538,724,0,0,0,-6379.88,280.975,388.764,5.00095,370,370,0,0,55,0,0,0), + (1539,705,0,0,0,-6366.61,280.354,384.017,2.96097,370,370,0,0,42,0,0,0), + (1540,707,0,0,0,-6332.22,269.696,380.627,3.98341,370,370,5,0,42,0,0,1), + (1541,705,0,0,0,-6312.16,384.127,380.073,0.160909,370,370,0,0,42,0,0,0), + (1542,707,0,0,0,-6392.55,258.839,391.166,3.64464,370,370,0,0,42,0,0,0), + (1543,707,0,0,0,-6384.78,227.313,405.294,2.38851,370,370,0,0,42,0,0,0), + (1544,724,0,0,0,-6397.44,240.061,399.291,0.186212,370,370,0,0,55,0,0,0), + (1545,707,0,0,0,-6424.57,242.535,410.675,3.77455,370,370,0,0,42,0,0,0), + (1546,707,0,0,0,-6346.38,184.912,395.67,5.48559,370,370,5,0,42,0,0,1), + (1547,724,0,0,0,-6367.66,207.263,403.366,2.74741,370,370,0,0,55,0,0,0), + (1548,707,0,0,0,-6367.79,213.707,399.919,3.79743,370,370,0,0,42,0,0,0), + (1549,707,0,0,0,-6353.7,159.999,399.31,5.79323,370,370,5,0,42,0,0,1), + (1553,1718,0,0,0,-6152.7,48.1789,416.72,0.306881,180,180,0,0,71,0,0,0), + (1556,1718,0,0,0,-6111.35,47.9522,412.837,2.55295,180,180,0,0,71,0,0,0), + (1558,1718,0,0,0,-6040.92,44.5182,407.748,3.17296,180,180,0,0,71,0,0,0), + (1562,1718,0,0,0,-6073.79,40.1757,409.231,3.7633,180,180,0,0,71,0,0,0), + (1563,1125,0,0,0,-5943.85,5.26828,369.662,5.01434,180,180,10,0,102,0,0,1), + (1564,1125,0,0,0,-5839.07,-61.8035,361.821,2.71723,180,180,10,0,102,0,0,1), + (1565,979,0,0,0,-11404.7,-879.341,18.2837,0.091073,300,300,3,0,1604,0,0,1), + (1566,978,0,0,0,-11397,-887.659,18.0874,6.21477,300,300,5,0,1305,1189,0,1), + (1567,978,0,0,0,-11412.4,-914.305,18.0441,2.55929,300,300,3,0,1305,1189,0,1), + (1568,978,0,0,0,-11416.1,-888.426,18.3662,4.66093,300,300,3,0,1305,1189,0,1), + (1569,978,0,0,0,-11438.6,-916.843,18.4055,0.163099,300,300,2,0,1305,1189,0,1), + (1570,979,0,0,0,-11379.2,-889.188,18.0362,5.76593,300,300,3,0,1604,0,0,1), + (1571,939,0,0,0,-11488.3,-923.414,23.8311,3.50762,300,300,3,0,1469,0,0,1), + (1572,978,0,0,0,-11430.9,-933.551,19.5131,2.94069,300,300,2,0,1305,1189,0,1), + (1573,978,0,0,0,-11456.9,-928.107,19.7195,4.19838,300,300,3,0,1305,1189,0,1), + (1574,942,0,0,0,-11472.9,-928.352,21.5836,0.373132,300,300,3,0,1208,1097,0,1), + (1575,1125,0,0,0,-5958.1,-136.413,396.513,3.69274,180,180,10,0,102,0,0,1), + (1576,721,0,0,0,-5911.57,-108.807,373.176,0.392838,180,180,10,0,1,0,0,1), + (1577,1552,0,0,0,-13113.2,-551.108,10.4963,5.2709,10800,10800,0,0,2218,0,0,0), + (1578,683,0,0,0,-11512.3,-412.56,38.1506,6.24747,300,300,10,0,1050,0,0,1), + (1579,691,0,0,0,-12086.5,925.098,4.77497,2.18867,300,300,5,0,1469,0,0,1), + (1580,691,0,0,0,-12087.9,948.292,5.60265,0.155994,300,300,5,0,1469,0,0,1), + (1581,691,0,0,0,-12117.8,981.056,6.56785,3.94712,300,300,5,0,1469,0,0,1), + (1582,940,0,0,0,-11654.8,-632.592,30.0412,6.2455,300,300,0,0,977,935,0,0), + (1583,691,0,0,0,-12138.8,944.342,3.32536,0.497094,300,300,5,0,1469,0,0,1), + (1584,937,0,0,0,-11594.1,-619.222,28.4113,0.178589,300,300,0,0,1163,0,0,0), + (1585,940,0,0,0,-11569,-584.142,28.9177,5.56764,300,300,0,0,977,935,0,0), + (1586,940,0,0,0,-11590.8,-619.667,28.4113,3.47321,300,300,0,0,977,935,0,0), + (1587,937,0,0,0,-11581.9,-581.516,28.9177,0.666713,300,300,0,0,1163,0,0,0), + (1588,940,0,0,0,-11585.3,-579.661,29.101,5.5676,300,300,0,0,977,935,0,0), + (1589,940,0,0,0,-11574.3,-568.077,33.8674,5.55015,300,300,0,0,977,935,0,0), + (1590,937,0,0,0,-11575.1,-567.464,29.5826,5.68977,300,300,0,0,1163,0,0,0), + (1591,940,0,0,0,-11574.3,-579.587,33.8695,5.67232,300,300,0,0,977,935,0,0), + (1592,940,0,0,0,-11585.4,-615.933,28.4113,2.77985,300,300,0,0,977,935,0,0), + (1593,940,0,0,0,-11569.3,-579.572,29.101,4.01426,300,300,0,0,977,935,0,0), + (1594,937,0,0,0,-11521.3,-647.336,31.0506,0.907988,300,300,0,0,1163,0,0,0), + (1595,937,0,0,0,-11524.2,-652.685,31.0645,5.49602,300,300,0,0,1163,0,0,0), + (1596,938,0,0,0,-11527.1,-679.908,33.8417,0.780186,300,300,5,0,1279,0,0,1), + (1597,4461,0,0,0,-12161.5,-33.0531,-10.7503,4.25463,300,300,5,0,1403,0,0,1), + (1598,4461,0,0,0,-12181.3,-37.2471,-10.758,2.67297,300,300,5,0,1403,0,0,1), + (1599,940,0,0,0,-11653.4,-641.946,30.0412,1.40699,300,300,0,0,977,935,0,0), + (1600,939,0,0,0,-11524.8,-928.102,29.3383,5.31694,300,300,0,0,1469,0,0,0), + (1601,939,0,0,0,-11503.3,-926.803,25.3398,4.2615,300,300,5,0,1469,0,0,1), + (1602,938,0,0,0,-11530.5,-622.376,34.1033,3.50811,300,300,0,0,1279,0,0,0), + (1603,942,0,0,0,-11540.1,-885.614,24.145,0.468097,300,300,3,0,1208,1097,0,1), + (1604,939,0,0,0,-11532.7,-897.53,24.477,1.24056,300,300,3,0,1469,0,0,1), + (1605,942,0,0,0,-11522.6,-939.925,29.4426,2.14489,300,300,0,0,1208,1097,0,0), + (1606,943,0,0,0,-11591.4,-704.627,31.0965,2.35619,300,300,0,0,1064,1007,0,0), + (1607,976,0,0,0,-11592.9,-707.045,31.0965,1.8675,300,300,0,0,1163,0,0,0), + (1608,939,0,0,0,-11497.4,-942.555,29.3472,1.98608,300,300,0,0,1469,0,0,0), + (1609,937,0,0,0,-11593.2,-627.449,28.4113,2.63153,300,300,0,0,1163,0,0,0), + (1610,686,0,0,0,-11984,-221.949,19.3987,3.35141,300,300,10,0,1403,0,0,1), + (1611,939,0,0,0,-11510.4,-914.73,26.816,0.490341,300,300,5,0,1469,0,0,1), + (1612,937,0,0,0,-11535.1,-640.864,31.2603,6.09972,300,300,3,0,1163,0,0,1), + (1613,942,0,0,0,-11486.4,-952.777,30.8131,4.81711,300,300,0,0,1208,1097,0,0), + (1614,939,0,0,0,-11536.8,-867.654,25.4519,2.78704,300,300,2,0,1469,0,0,1), + (1615,942,0,0,0,-11467.4,-832.404,14.47,0.541604,300,300,2,0,1208,1097,0,1), + (1616,940,0,0,0,-11571.3,-644.053,31.2554,5.01562,300,300,5,0,977,935,0,1), + (1617,938,0,0,0,-11492.6,-796.314,32.1351,4.97668,300,300,2,0,1279,0,0,1), + (1618,942,0,0,0,-11473.2,-930.012,21.782,0.219571,300,300,3,0,1208,1097,0,1), + (1619,938,0,0,0,-11469.3,-759.268,30.8946,2.56099,300,300,3,0,1279,0,0,1), + (1620,941,0,0,0,-11499.9,-825.312,34.342,4.58495,300,300,2,0,1064,1007,0,1), + (1621,941,0,0,0,-11525.8,-849.023,28.8221,4.70162,300,300,0,0,1064,1007,0,0), + (1622,941,0,0,0,-11478.9,-774.739,31.7754,0.334144,300,300,3,0,1064,1007,0,1), + (1623,941,0,0,0,-11464.7,-735.87,31.3389,2.4488,300,300,3,0,1064,1007,0,1), + (1624,941,0,0,0,-11453.4,-739.274,29.0699,3.81724,300,300,3,0,1064,1007,0,1), + (1625,938,0,0,0,-11463.5,-743.53,29.8838,0.504408,300,300,3,0,1279,0,0,1), + (1627,938,0,0,0,-11505,-710.347,34.2602,4.46915,300,300,0,0,1279,0,0,0), + (1628,940,0,0,0,-11573.8,-751.51,34.8154,5.82566,300,300,3,0,977,935,0,1), + (1629,941,0,0,0,-11503.4,-741.701,29.8792,1.83098,300,300,0,0,1064,1007,0,0), + (1630,1152,0,0,0,-12382.7,-255.873,15.8195,3.61397,300,300,10,0,1403,0,0,1), + (1631,938,0,0,0,-11499.8,-731.151,31.8437,3.24303,300,300,0,0,1279,0,0,0), + (1632,938,0,0,0,-11484.9,-736.486,34.3351,4.92012,300,300,2,0,1279,0,0,1), + (1633,938,0,0,0,-11513.1,-714.074,33.7644,0.90061,300,300,0,0,1279,0,0,0), + (1634,938,0,0,0,-11513.5,-697.291,35.4867,1.07153,300,300,0,0,1279,0,0,0), + (1635,1564,0,0,0,-14682.5,507.838,1.30348,0.624368,300,300,0,0,1292,3191,0,0), + (1637,699,0,0,0,-11524.9,781.633,41.7749,2.61799,300,300,0,0,1279,0,0,0), + (1638,782,0,0,0,-12949.1,-770.9,56.3027,3.46674,300,300,5,0,1902,0,0,1), + (1639,681,0,0,0,-11660.6,-158.973,17.0843,0.630231,300,300,5,0,1050,0,0,1), + (1640,683,0,0,0,-11754.2,-116.24,13.5445,5.07367,300,300,5,0,1050,0,0,1), + (1641,783,0,0,0,-13041.7,-792.05,72.1446,2.52068,300,300,3,0,2059,0,0,1), + (1642,672,0,0,0,-13027.4,-811.344,71.1512,0.737714,300,300,3,0,1711,1483,0,1), + (1643,783,0,0,0,-13054.2,-809.188,71.4015,4.83058,300,300,0,0,2059,0,0,0), + (1644,683,0,0,0,-11449,-276.263,45.397,5.4895,300,300,5,0,1050,0,0,1), + (1645,783,0,0,0,-13027.4,-827.92,70.783,2.85613,300,300,3,0,2059,0,0,1), + (1646,1114,0,0,0,-12616.1,-848.861,53.3241,0.681561,300,300,5,0,1804,0,0,1), + (1647,660,0,0,0,-11823.1,888.945,4.19054,1.82146,300,300,5,0,1257,1142,0,1), + (1648,772,0,0,0,-12709.7,-52.2938,5.97928,3.07905,300,300,5,0,1536,0,0,1), + (1649,736,0,0,0,-11846.8,377.952,41.3286,3.18049,300,300,5,0,1163,0,0,1), + (1650,940,0,0,0,-11566.5,-593.847,28.3394,3.48839,300,300,0,0,977,935,0,0), + (1651,940,0,0,0,-11540.7,-591.513,29.5894,5.30507,300,300,5,0,977,935,0,1), + (1652,660,0,0,0,-11720.1,889.058,3.89734,3.40062,300,300,5,0,1257,1142,0,1), + (1653,937,0,0,0,-11579.5,-594.973,28.2079,3.61016,300,300,0,0,1163,0,0,0), + (1654,660,0,0,0,-11744.8,880.253,2.77017,0.044257,300,300,2,0,1257,1142,0,1), + (1655,736,0,0,0,-11740.2,411.414,44.8147,6.16973,300,300,10,0,1163,0,0,1), + (1656,660,0,0,0,-11684.5,887.908,4.66363,4.12036,300,300,5,0,1257,1142,0,1), + (1657,660,0,0,0,-11776.9,912.484,4.34586,1.95732,300,300,5,0,1257,1142,0,1), + (1658,597,0,0,0,-11643.2,900.123,3.0653,4.70465,300,300,5,0,1469,0,0,1), + (1659,772,0,0,0,-12087.6,-920.919,51.2018,3.92699,300,300,5,0,1536,0,0,1), + (1660,597,0,0,0,-11714.9,984.982,3.22723,1.20529,300,300,5,0,1469,0,0,1), + (1661,671,0,0,0,-11744.1,940.844,4.01088,1.16526,300,300,5,0,1469,0,0,1), + (1662,772,0,0,0,-12244.5,-680.986,14.1356,2.97223,300,300,5,0,1536,0,0,1), + (1663,736,0,0,0,-11853.9,321.187,22.4205,5.57244,300,300,5,0,1163,0,0,1), + (1664,772,0,0,0,-12714.6,-410.374,18.4577,6.2343,300,300,10,0,1536,0,0,1), + (1665,698,0,0,0,-11526.3,779.093,41.3157,2.61799,300,300,2,0,1279,0,0,1), + (1666,684,0,0,0,-12114,-886.153,47.5352,6.19765,300,300,5,0,1536,0,0,1), + (1667,597,0,0,0,-11677.3,975.334,6.5606,5.33196,300,300,5,0,1469,0,0,1), + (1668,660,0,0,0,-11653.2,984.264,4.75243,5.04607,300,300,5,0,1257,1142,0,1), + (1669,660,0,0,0,-11719.4,917.759,4.27234,3.2805,300,300,5,0,1257,1142,0,1), + (1670,1491,0,0,0,-13681.5,-345.259,1.61632,3.93665,300,300,5,0,2116,0,0,1), + (1671,682,0,0,0,-11746.3,295.284,18.3508,1.08095,300,300,10,0,1163,0,0,1), + (1672,1493,0,0,0,-14236.2,737.019,2.43126,3.67262,7200,7200,10,0,7676,0,0,1), + (1673,2534,0,0,0,-13660.5,-305.782,8.3589,2.40855,300,300,0,0,1919,1587,0,0), + (1674,1114,0,0,0,-12342.8,-450.847,15.9569,3.54958,300,300,10,0,1804,0,0,1), + (1675,667,0,0,0,-12873.5,-592.193,60.7625,2.39555,300,300,2,0,1678,0,0,1), + (1676,1096,0,0,0,-12044.9,-618.187,13.7964,6.17814,300,300,5,0,1160,1067,0,1), + (1677,1150,0,0,0,-11769.8,-407.071,17.1193,6.01588,300,300,5,0,1050,0,0,1), + (1678,1096,0,0,0,-12034.9,-661.364,14.6015,0.585295,300,300,5,0,1160,1067,0,1), + (1679,681,0,0,0,-11591,-343.829,33.1044,2.92941,300,300,10,0,1050,0,0,1), + (1680,772,0,0,0,-12785.9,-43.8879,6.26619,1.48084,300,300,10,0,1536,0,0,1), + (1681,780,0,0,0,-12857,-605.656,56.872,0.994838,300,300,2,0,1357,1236,0,1), + (1682,1150,0,0,0,-11615.9,-130.834,16.15,2.85788,300,300,5,0,1050,0,0,1), + (1683,667,0,0,0,-12847.2,-597.482,56.195,0.138159,300,300,0,0,1678,0,0,0), + (1684,772,0,0,0,-12811.4,-246.76,18.1375,5.40466,300,300,5,0,1536,0,0,1), + (1685,772,0,0,0,-12768.4,-322.875,12.058,3.06739,300,300,5,0,1536,0,0,1), + (1686,674,0,0,0,-12930.5,-432.272,31.9485,0.244346,300,300,0,0,1829,0,0,0), + (1687,674,0,0,0,-13033.4,-422.727,54.2959,0.942478,300,300,0,0,1829,0,0,0), + (1688,772,0,0,0,-12854.2,-349.937,15.2196,3.87586,300,300,5,0,1536,0,0,1), + (1689,1152,0,0,0,-12473.2,-327.519,13.3538,5.57542,300,300,5,0,1403,0,0,1), + (1690,1114,0,0,0,-12555,-453.012,27.6376,4.9808,300,300,5,0,1804,0,0,1), + (1691,683,0,0,0,-11511.7,-282.032,38.22,4.36162,300,300,5,0,1050,0,0,1), + (1692,681,0,0,0,-11721.1,56.7261,16.1835,5.18542,300,300,5,0,1050,0,0,1), + (1693,1199,0,0,0,-5875.68,-84.7733,366.592,2.04335,180,180,0,0,102,0,0,0), + (1694,736,0,0,0,-11873,423.167,43.2502,2.83458,300,300,10,0,1163,0,0,1), + (1695,681,0,0,0,-11684,-17.0546,15.9423,0.234861,300,300,10,0,1050,0,0,1), + (1696,1096,0,0,0,-12013.3,-773.323,15.205,5.51075,300,300,5,0,1160,1067,0,1), + (1697,736,0,0,0,-11789.3,244.272,15.913,2.14896,300,300,10,0,1163,0,0,1), + (1698,772,0,0,0,-12879.3,-378.25,9.30467,3.42171,300,300,5,0,1536,0,0,1), + (1699,674,0,0,0,-12952.3,-406.844,24.8913,0.925025,300,300,0,0,1829,0,0,0), + (1700,1152,0,0,0,-12376.3,-340.79,18.8187,1.22503,300,300,5,0,1403,0,0,1), + (1701,772,0,0,0,-12823,-456.419,14.9604,0.720483,300,300,10,0,1536,0,0,1), + (1702,772,0,0,0,-12791.7,-475,21.2411,2.54872,300,300,10,0,1536,0,0,1), + (1703,1114,0,0,0,-12485,-452.049,15.7423,2.27673,300,300,5,0,1804,0,0,1), + (1704,772,0,0,0,-12794.7,-419.504,15.2032,2.79503,300,300,10,0,1536,0,0,1), + (1705,1152,0,0,0,-12326.9,-344.25,16.3755,0.350715,300,300,5,0,1403,0,0,1), + (1706,681,0,0,0,-11913.7,4.93999,30.5784,4.86919,300,300,5,0,1050,0,0,1), + (1707,772,0,0,0,-12822.1,-150.036,10.3581,1.95566,300,300,5,0,1536,0,0,1), + (1708,736,0,0,0,-11585,306.95,42.7036,5.76003,300,300,10,0,1163,0,0,1), + (1709,1152,0,0,0,-12424,-338.98,15.6376,5.52438,300,300,5,0,1403,0,0,1), + (1710,690,0,0,0,-12885.7,-213.9,3.95515,2.11991,300,300,5,0,1678,0,0,1), + (1711,736,0,0,0,-11649.1,249.097,37.4208,0.560499,300,300,10,0,1163,0,0,1), + (1712,690,0,0,0,-12879.3,-151.459,10.2591,2.5878,300,300,5,0,1678,0,0,1), + (1713,681,0,0,0,-11718.9,-74.9818,11.6402,5.95711,300,300,5,0,1050,0,0,1), + (1714,772,0,0,0,-12841.7,-208.334,10.465,0.4744,300,300,5,0,1536,0,0,1), + (1715,1128,0,0,0,-5864.03,-120.886,359.971,2.94305,180,180,10,0,122,0,0,1), + (1716,1125,0,0,0,-6104.47,-163.987,433.257,1.83388,180,180,10,0,102,0,0,1), + (1717,721,0,0,0,-5771.76,-570.915,399.181,2.80934,180,180,10,0,1,0,0,1), + (1718,1128,0,0,0,-5785.41,-427.887,366.031,4.43619,180,180,10,0,122,0,0,1), + (1719,1125,0,0,0,-5674.73,-613.753,402.727,2.68781,180,180,10,0,102,0,0,1), + (1720,1125,0,0,0,-5537.99,-437.938,404.183,1.91448,180,180,10,0,102,0,0,1), + (1721,1128,0,0,0,-5516.15,-566.643,402.559,4.46804,180,180,10,0,122,0,0,1), + (1722,5640,1,0,0,1781.55,-3997.07,53.1638,2.3911,300,300,0,0,2284,0,0,0), + (1724,7954,0,0,0,-5457.24,-618.481,394.177,4.97419,430,430,0,0,3517,0,0,0), + (1725,12365,0,0,0,-5461.16,-619.598,393.596,0.20944,180,180,0,0,42,0,0,0), + (1726,1126,0,0,0,-5420.51,-566.01,396.607,0.5564,180,180,10,0,120,0,0,1), + (1727,1131,0,0,0,-5423.3,-458.534,396.992,3.41024,180,180,10,0,137,0,0,1), + (1728,721,0,0,0,-5377.46,-607.377,392.053,3.25893,180,180,10,0,1,0,0,1), + (1729,1131,0,0,0,-5341.75,-607.219,391.056,1.26963,180,180,10,0,137,0,0,1), + (1730,1138,0,0,0,-5393.14,-447.577,396.001,5.21021,180,180,10,0,120,0,0,1), + (1731,1138,0,0,0,-5387.26,-450.499,396.528,3.00633,180,180,10,0,120,0,0,1), + (1732,721,0,0,0,-5331.87,-525.9,392.209,2.83405,180,180,10,0,1,0,0,1), + (1733,736,0,0,0,-11617.6,410.496,46.7766,4.12552,300,300,5,0,1163,0,0,1), + (1734,4343,1,0,0,-3618.52,-3176.49,29.1474,0.582522,360,360,10,0,1536,0,0,1), + (1735,721,0,0,0,-5170.98,-541.089,398.372,0.019529,180,180,10,0,1,0,0,1), + (1736,1131,0,0,0,-5260.86,-442.674,388.337,0.566879,180,180,10,0,137,0,0,1), + (1737,1127,0,0,0,-5261.36,-424.144,390.217,3.28122,180,180,0,0,137,0,0,0), + (1738,1126,0,0,0,-5296.75,-678.968,388.355,5.41275,180,180,10,0,120,0,0,1), + (1739,721,0,0,0,-5160.49,-667.872,407.608,2.75927,180,180,10,0,1,0,0,1), + (1740,721,0,0,0,-5256.49,-761.613,392.037,2.88904,180,180,10,0,1,0,0,1), + (1743,5595,0,0,0,-4893.07,-884.876,501.659,5.09636,300,300,0,0,5194,0,0,0), + (1744,14183,0,0,0,-4842.4,-868.648,501.997,2.82743,490,490,0,0,3857,2434,0,0), + (1745,5111,0,0,0,-4840.67,-857.094,501.997,4.86947,310,310,0,0,1605,0,0,0), + (1746,5110,0,0,0,-4865.23,-865.331,502.275,5.0091,310,310,0,0,1605,0,0,0), + (1747,5112,0,0,0,-4842.34,-860.934,501.997,4.57276,310,310,0,0,1605,0,0,0), + (1748,5595,0,0,0,-4958.85,-997.529,501.572,0.977868,300,300,0,0,5194,0,0,2), + (1749,7292,0,0,0,-4886.97,-978.31,504.024,5.39307,540,540,0,0,2471,0,0,0), + (1750,5595,0,0,0,-4859.47,-941.691,501.524,3.38594,300,300,0,0,5194,0,0,0), + (1751,5107,0,0,0,-4874.87,-966.2,505.157,3.7001,310,310,0,0,1605,0,0,0), + (1752,5106,0,0,0,-4876.68,-964.371,511.824,5.20108,310,310,0,0,1605,0,0,0), + (1753,8879,0,0,0,-4861.04,-1016.93,505.798,5.2709,430,430,0,0,3517,1807,0,0), + (1754,2461,0,0,0,-4886.55,-997.594,504.024,2.23402,540,540,0,0,2972,0,0,0), + (1755,5108,0,0,0,-4872.03,-971.529,505.157,3.63029,310,310,0,0,1605,0,0,0), + (1756,2460,0,0,0,-4877.43,-990.034,504.024,2.30383,540,540,0,0,2972,0,0,0), + (1757,5595,0,0,0,-4854.64,-1010.24,502.273,4.81711,300,300,0,0,5194,0,0,0), + (1758,5151,0,0,0,-4715.88,-961.253,505.371,2.35619,310,310,0,0,1605,0,0,0), + (1759,5595,0,0,0,-4771.91,-1021.36,502.296,1.19378,300,300,0,0,5194,0,0,2), + (1760,5595,0,0,0,-4635.69,-997.489,501.743,0.90164,300,300,0,0,5194,0,0,2), + (1761,5133,0,0,0,-4653.32,-896.476,502.281,2.44346,310,310,0,0,1605,0,0,0), + (1762,5152,0,0,0,-4653.22,-893.601,508.948,2.60054,310,310,0,0,1605,0,0,0), + (1763,1466,0,0,0,-4742.71,-1020.45,504.51,2.26893,190,190,0,0,1172,0,0,0), + (1764,8507,0,0,0,-4594.7,-958.391,508.962,5.84685,310,310,0,0,2016,2680,0,0), + (1765,5595,0,0,0,-4631.28,-937.003,502.85,3.78736,300,300,0,0,5194,0,0,0), + (1766,5595,0,0,0,-4631.2,-1022.72,501.724,1.8326,300,300,0,0,5194,0,0,0), + (1767,5595,0,0,0,-4638.94,-1024.92,501.724,1.79769,300,300,0,0,5194,0,0,0), + (1768,7978,0,0,0,-4715.61,-925.823,501.743,1.17942,310,310,0,0,1605,0,0,2), + (1769,5148,0,0,0,-4592.85,-907.687,502.85,3.21141,430,430,0,0,3517,2103,0,0), + (1770,5142,0,0,0,-4617.63,-906.666,501.156,4.45059,430,430,0,0,3517,2103,0,0), + (1771,2489,0,0,0,-4606.54,-915.167,501.146,3.10669,540,540,0,0,2972,0,0,0), + (1772,5143,0,0,0,-4625.99,-912.884,501.152,6.17846,540,540,0,0,2471,1620,0,0), + (1773,5144,0,0,0,-4613.03,-929.032,501.152,1.3439,540,540,0,0,2471,1620,0,0), + (1774,7312,0,0,0,-4614.48,-928.362,501.151,0.802851,540,540,0,0,2471,1620,0,0), + (1775,6179,0,0,0,-4633.52,-932.023,524.778,0.698132,490,490,0,0,3857,2434,0,0), + (1776,6178,0,0,0,-4613.03,-899.694,524.778,3.1765,180,180,0,0,413,191,0,0), + (1777,11406,0,0,0,-4612.27,-909.098,501.146,4.32842,25000,25000,0,0,3139,5751,0,2), + (1778,5147,0,0,0,-4596.14,-901.007,524.778,0.698132,490,490,0,0,3139,2620,0,0), + (1779,5145,0,0,0,-4604.94,-921.489,501.156,3.19395,430,430,0,0,3517,2103,0,0), + (1780,5141,0,0,0,-4613.63,-903.98,524.778,2.21657,490,490,0,0,3139,2620,0,0), + (1781,5149,0,0,0,-4601.65,-896.468,502.85,4.55531,430,430,0,0,3517,2103,0,0), + (1782,5146,0,0,0,-4601.8,-918.586,524.778,5.28835,490,490,0,0,3139,2620,0,0), + (1783,5595,0,0,0,-4637.93,-928.594,502.85,3.85718,300,300,0,0,5194,0,0,0), + (1784,5163,0,0,0,-4711.06,-1080.45,502.851,3.33358,310,310,0,0,1605,0,0,0), + (1785,6120,0,0,0,-4618.12,-1090.13,501.452,3.26377,310,310,0,0,1605,2175,0,0), + (1786,5170,0,0,0,-4605.08,-1069.33,503.673,5.65487,310,310,0,0,1605,0,0,0), + (1787,5162,0,0,0,-4603.59,-1094.51,505.063,1.43117,310,310,0,0,1605,0,0,0), + (1788,10456,0,0,0,-4608.51,-1080.87,503.673,1.43117,540,540,0,0,2471,0,0,0), + (1789,16070,0,0,0,-4641.59,-1106.97,501.389,1.11701,300,300,0,0,3000,0,0,0), + (1790,16069,0,0,0,-4643.21,-1105.58,501.39,0.820305,300,300,0,0,1300,0,0,0), + (1791,2943,0,0,0,-4636.22,-1110,501.411,0.628319,300,300,0,0,5400,0,0,0), + (1792,15186,0,0,0,-4638.07,-1109.05,501.327,4.1315,300,300,0,0,42,0,0,0), + (1793,10455,0,0,0,-4608.38,-1074.32,503.673,6.23082,540,540,0,0,2471,0,0,0), + (1794,5161,0,0,0,-4605.72,-1093.62,511.731,0.05236,310,310,0,0,2016,0,0,0), + (1795,5153,0,0,0,-4724.12,-1054.71,504.28,2.14675,310,310,0,0,2016,0,0,0), + (1796,1703,0,0,0,-4716.21,-1060.04,504.28,5.53269,190,190,0,0,1172,0,0,0), + (1797,8681,0,0,0,-4723.88,-1056.45,510.946,0.279253,310,310,0,0,2016,0,0,0), + (1798,5154,0,0,0,-4718.58,-1053.08,504.28,5.32325,310,310,0,0,1605,0,0,0), + (1799,6826,0,0,0,-4588.3,-1001.21,503.657,3.31613,430,430,0,0,3517,4393,0,0), + (1800,5155,0,0,0,-4596.43,-1016.03,512.041,3.38594,310,310,0,0,1605,0,0,0), + (1801,5156,0,0,0,-4600.87,-1019.38,505.372,0.541052,310,310,0,0,1605,0,0,0), + (1802,2786,0,0,0,-4598.87,-1115.45,505.022,1.76278,310,310,0,0,1605,0,0,0), + (1803,5173,0,0,0,-4608.55,-1109.55,511.691,1.69297,490,490,0,0,3139,2620,0,0), + (1804,5171,0,0,0,-4604.14,-1117.51,505.022,4.53786,540,540,0,0,2471,1620,0,0), + (1805,2737,0,0,0,-4648.22,-1118.83,508.633,3.1765,540,540,0,0,2471,0,0,0), + (1806,5166,0,0,0,-4648.42,-1131.72,508.634,0,430,430,0,0,3517,0,0,0), + (1807,5172,0,0,0,-4599.08,-1111.67,505.022,4.69494,430,430,0,0,3517,2103,0,0), + (1808,5169,0,0,0,-4641.6,-1132.24,507.244,0.122173,310,310,0,0,1605,0,0,0), + (1809,5167,0,0,0,-4650.12,-1120.8,508.634,1.5708,540,540,0,0,2471,0,0,0), + (1810,5165,0,0,0,-4647.56,-1124.38,501.967,1.55334,490,490,0,0,3139,0,0,0), + (1811,4254,0,0,0,-4707.96,-1108.91,504.529,5.32325,310,310,0,0,2016,0,0,0), + (1812,4256,0,0,0,-4708.06,-1120.93,504.531,1.44862,310,310,0,0,1605,0,0,0), + (1813,6382,0,0,0,-4601.3,-1130.24,501.966,4.08407,490,490,0,0,3857,5751,0,0), + (1814,14367,0,0,0,-4824.52,-1168.42,502.284,0.0530229,300,300,0,0,3167,0,0,2), + (1816,9099,0,0,0,-4756.99,-1154.73,502.296,3.70101,310,310,0,0,1605,0,0,2), + (1817,5595,0,0,0,-4645.63,-1178.09,501.644,4.29351,300,300,0,0,5194,0,0,0), + (1818,5595,0,0,0,-4638.39,-1181.83,501.641,4.17134,300,300,0,0,5194,0,0,0), + (1819,14723,0,0,0,-4735.8,-1055.28,502.296,3.80482,310,310,0,0,2016,0,0,0), + (1821,5595,0,0,0,-4738.61,-1159.53,502.194,3.76991,300,300,0,0,5194,0,0,0), + (1824,686,0,0,0,-12288.8,-52.2847,31.4475,4.24141,300,300,5,0,1403,0,0,1), + (1825,1152,0,0,0,-12218,-380.63,15.1063,2.96827,300,300,5,0,1403,0,0,1), + (1826,1152,0,0,0,-12112.3,-378.577,11.4291,6.18252,300,300,5,0,1403,0,0,1), + (1827,690,0,0,0,-12980.4,-111.96,13.2596,0.908401,300,300,10,0,1678,0,0,1), + (1828,1096,0,0,0,-12058.2,-534.057,11.6931,2.76362,300,300,5,0,1160,1067,0,1), + (1829,1152,0,0,0,-12084.4,-415.625,9,1.57919,300,300,5,0,1403,0,0,1), + (1830,685,0,0,0,-11877.1,479.703,43.3514,4.34451,300,300,10,0,1221,0,0,1), + (1831,690,0,0,0,-13022.3,-88.1126,11.8619,4.00172,300,300,10,0,1678,0,0,1), + (1832,686,0,0,0,-12214.8,-260.129,18.6681,4.46969,300,300,5,0,1403,0,0,1), + (1833,1152,0,0,0,-12070.7,-470.321,9.01655,3.48042,300,300,5,0,1403,0,0,1), + (1834,690,0,0,0,-12982,-54.6883,10.5361,4.87897,300,300,5,0,1678,0,0,1), + (1835,690,0,0,0,-12845.9,-46.4707,7.87176,5.56693,300,300,10,0,1678,0,0,1), + (1836,690,0,0,0,-12919.4,-105.87,6.13475,0.892037,300,300,10,0,1678,0,0,1), + (1837,686,0,0,0,-12355.8,-176.43,20.1582,1.2191,300,300,5,0,1403,0,0,1), + (1838,685,0,0,0,-11918.1,514.156,46.018,5.90702,300,300,5,0,1221,0,0,1), + (1839,1096,0,0,0,-12121.8,-559.539,13.432,4.91622,300,300,5,0,1160,1067,0,1), + (1840,736,0,0,0,-11789.9,383.486,43.5087,1.37225,300,300,10,0,1163,0,0,1), + (1841,685,0,0,0,-11895.8,560.891,45.7183,3.95479,300,300,5,0,1221,0,0,1), + (1842,1114,0,0,0,-12778.6,-610.438,59.0586,2.81111,300,300,5,0,1804,0,0,1), + (1843,687,0,0,0,-12751.6,142.875,13.301,1.36862,300,300,5,0,1829,0,0,1), + (1844,682,0,0,0,-11649.1,323.691,41.6854,1.63823,300,300,10,0,1163,0,0,1), + (1845,1085,0,0,0,-11995.4,53.3467,7.17649,2.84978,300,300,10,0,1279,0,0,1), + (1846,1096,0,0,0,-11958.5,-484.88,17.0796,5.15875,300,300,0,0,1160,1067,0,0), + (1847,736,0,0,0,-11622.6,276.726,42.7238,3.75504,300,300,10,0,1163,0,0,1), + (1848,667,0,0,0,-12879.6,-653.03,54.8808,5.68738,300,300,3,0,1678,0,0,1), + (1849,1085,0,0,0,-11971.2,-79.0433,3.71295,4.9764,300,300,3,0,1279,0,0,1), + (1850,1085,0,0,0,-11954.6,-45.8162,15.9723,2.11545,300,300,5,0,1279,0,0,1), + (1851,4458,0,0,0,-12050.1,-35.2786,16.0184,2.96595,300,300,5,0,1403,0,0,1), + (1852,1085,0,0,0,-11985.5,-13.926,15.8115,5.44659,300,300,5,0,1279,0,0,1), + (1853,1085,0,0,0,-12008.3,-41.6684,16.0434,0.491039,300,300,5,0,1279,0,0,1), + (1854,686,0,0,0,-12008.8,-192.47,16.2357,5.18892,300,300,5,0,1403,0,0,1), + (1855,1151,0,0,0,-11978.5,553.826,1.43868,4.92187,300,300,5,0,1403,0,0,1), + (1856,682,0,0,0,-11552.6,280.785,39.0944,4.21993,300,300,10,0,1163,0,0,1), + (1857,686,0,0,0,-12082.5,-187.014,28.4353,4.6497,300,300,5,0,1403,0,0,1), + (1858,1150,0,0,0,-11656.9,-325.357,15.3805,5.37029,300,300,5,0,1050,0,0,1), + (1859,1085,0,0,0,-11953.4,151.657,21.3806,6.13444,300,300,5,0,1279,0,0,1), + (1860,1085,0,0,0,-11943.6,223.182,15.7884,0.987879,300,300,5,0,1279,0,0,1), + (1861,780,0,0,0,-12845.9,-570.685,61.32,1.98168,300,300,5,0,1357,1236,0,1), + (1862,1151,0,0,0,-11919.8,773.787,3.75423,5.01962,300,300,5,0,1403,0,0,1), + (1863,1151,0,0,0,-11988.2,786.306,10.8121,2.98179,300,300,3,0,1403,0,0,1), + (1864,684,0,0,0,-12045.4,-1011.66,49.4925,1.10721,300,300,2,0,1536,0,0,1), + (1865,684,0,0,0,-12052.5,-952.927,48.3519,4.24438,300,300,5,0,1536,0,0,1), + (1866,684,0,0,0,-12028.2,-847.941,41.6001,2.29809,300,300,5,0,1536,0,0,1), + (1867,687,0,0,0,-12824.3,9.99175,9.00657,3.78296,300,300,10,0,1829,0,0,1), + (1868,682,0,0,0,-11817.7,-515.266,16.7378,2.38274,300,300,5,0,1163,0,0,1), + (1869,682,0,0,0,-11884,-786.599,31.3556,3.72959,300,300,10,0,1163,0,0,1), + (1870,772,0,0,0,-12704.8,-108.278,11.7571,0.601868,300,300,10,0,1536,0,0,1), + (1871,687,0,0,0,-12876.7,11.2347,17.9617,1.67455,300,300,10,0,1829,0,0,1), + (1872,772,0,0,0,-12681,-153.979,20.5652,4.26287,300,300,5,0,1536,0,0,1), + (1873,772,0,0,0,-12613,-78.5322,18.2388,6.14421,300,300,5,0,1536,0,0,1), + (1874,685,0,0,0,-11841.5,579.888,42.3934,5.51937,300,300,10,0,1221,0,0,1), + (1875,682,0,0,0,-11574.6,372.755,44.6122,5.61867,300,300,10,0,1163,0,0,1), + (1876,937,0,0,0,-11582.5,-559.468,28.9843,2.35343,300,300,5,0,1163,0,0,1), + (1877,736,0,0,0,-11554.5,344.974,44.5138,3.96104,300,300,5,0,1163,0,0,1), + (1878,595,0,0,0,-11692.9,660.16,48.8266,5.14774,300,300,2,0,1279,0,0,1), + (1879,681,0,0,0,-11871.5,-20.6267,38.8987,2.37553,300,300,5,0,1050,0,0,1), + (1880,940,0,0,0,-11680,-585.239,29.6644,0.986582,300,300,2,0,977,935,0,1), + (1883,7936,0,0,0,-4588.63,-1225.2,503.465,3.40339,540,540,0,0,2471,0,0,0), + (1884,5387,0,0,0,-4667.12,-1266.46,503.465,2.47837,490,490,0,0,3857,0,0,0), + (1886,17066,0,0,0,-4703.13,-1236.91,508.243,3.61284,300,300,0,0,300,0,0,0), + (1887,8256,0,0,0,-4652.28,-1278.88,503.465,0.781928,540,540,5,0,2972,0,0,2), + (1888,5637,0,0,0,-4681.39,-1266.61,503.465,1.96398,540,540,0,0,2471,0,0,2), + (1889,5595,0,0,0,-4721.12,-1265.6,501.743,0.756095,300,300,0,0,5194,0,0,2), + (1890,3842,0,0,0,-4765.85,-1129.21,499.795,4.11898,540,540,0,0,2471,0,0,0), + (1891,5160,0,0,0,-4766.43,-1187.03,502.812,3.57792,310,310,0,0,1605,0,0,0), + (1892,5159,0,0,0,-4761.46,-1188.56,509.479,0.558505,310,310,0,0,2016,0,0,0), + (1893,5595,0,0,0,-4753.13,-1171.57,502.19,0.680678,300,300,0,0,5194,0,0,0), + (1894,5595,0,0,0,-4800.57,-1027.36,502.289,6.1208,300,300,0,0,5194,0,0,2), + (1895,5595,0,0,0,-4874.09,-1090.3,502.297,4.76729,300,300,0,1,5194,0,0,2), + (1896,1356,0,0,0,-4631.19,-1303.73,503.465,2.6529,310,310,0,0,1605,0,0,0), + (1897,6294,0,0,0,-4618.8,-1300.12,503.465,0.488692,190,190,0,0,919,1202,0,0), + (1898,3979,0,0,0,-4635.11,-1306.36,503.465,2.02458,310,310,0,0,1605,0,0,0), + (1899,684,0,0,0,-12585.8,-291.52,17.8689,3.99338,300,300,5,0,1536,0,0,1), + (1900,684,0,0,0,-12566.7,-248.508,17.356,0.316794,300,300,5,0,1536,0,0,1), + (1901,937,0,0,0,-11657.7,-621.801,30.0425,1.80564,300,300,0,0,1163,0,0,0), + (1902,687,0,0,0,-12943.6,150.676,23.1953,1.22803,300,300,5,0,1829,0,0,1), + (1903,5639,1,0,0,1844.49,-4400.1,4.67796,3.51219,300,300,5,0,2016,0,0,2), + (1904,687,0,0,0,-12971,178.845,19.3534,2.00713,300,300,0,0,1829,0,0,0), + (1905,854,0,0,0,-12976,179.724,18.9694,1.51844,300,300,0,0,1469,0,0,0), + (1906,597,0,0,0,-11556.3,662.833,60.0542,2.53055,300,300,5,0,1469,0,0,1), + (1907,687,0,0,0,-13067.9,229.13,23.0706,5.79449,300,300,5,0,1829,0,0,1), + (1908,854,0,0,0,-13068.4,223.053,23.3671,0.122173,300,300,5,0,1469,0,0,1), + (1909,687,0,0,0,-13000.5,171.85,21.6897,1.71042,300,300,0,0,1829,0,0,0), + (1910,854,0,0,0,-13004,172.243,22.0472,1.41372,300,300,0,0,1469,0,0,0), + (1911,687,0,0,0,-12953.8,220.107,17.5266,2.90861,300,300,5,0,1829,0,0,1), + (1912,772,0,0,0,-12681.1,-305.207,13.6782,4.60864,300,300,3,0,1536,0,0,1), + (1913,937,0,0,0,-11704.6,-724.98,49.8275,5.25822,300,300,5,0,1163,0,0,1), + (1914,772,0,0,0,-12860.3,-416.644,13.7714,4.22427,300,300,10,0,1536,0,0,1), + (1915,1152,0,0,0,-12390.4,-296.731,7.50209,4.00227,300,300,5,0,1403,0,0,1), + (1916,772,0,0,0,-12907.7,-407.618,12.1279,0.521576,300,300,5,0,1536,0,0,1), + (1917,687,0,0,0,-13045,265.655,22.3769,0.349066,300,300,5,0,1829,0,0,1), + (1918,854,0,0,0,-13039.4,260.691,21.2641,1.15192,300,300,5,0,1469,0,0,1), + (1919,597,0,0,0,-11571.6,669.291,59.4476,3.3501,300,300,0,0,1469,0,0,0), + (1920,772,0,0,0,-12740.9,-22.3074,9.20442,2.0834,300,300,5,0,1536,0,0,1), + (1921,682,0,0,0,-11817.2,284.759,18.0271,5.41488,300,300,5,0,1163,0,0,1), + (1922,1558,0,0,0,-13719.3,-197.223,22.2587,1.30248,300,300,5,0,1981,0,0,1), + (1923,772,0,0,0,-12773.7,-364.65,10.2239,-0.027463,300,300,5,0,1536,0,0,1), + (1924,588,0,0,0,-11619.1,587.024,49.0494,2.43197,300,300,5,0,1279,0,0,1), + (1925,701,0,0,0,-11647.9,484.69,42.8809,4.45553,300,300,5,0,1064,1007,0,1), + (1926,701,0,0,0,-11654.4,532.546,45.6481,4.61793,300,300,3,0,1064,1007,0,1), + (1927,595,0,0,0,-11650.5,541.942,47.7986,4.5916,300,300,3,0,1279,0,0,1), + (1928,699,0,0,0,-11650.2,463.512,43.0984,4.79965,300,300,0,0,1279,0,0,0), + (1929,671,0,0,0,-11544.3,709.01,60.2896,0.04305,300,300,3,0,1469,0,0,1), + (1930,684,0,0,0,-12866.1,-276.616,5.04852,2.08677,300,300,10,0,1536,0,0,1), + (1931,588,0,0,0,-11664.5,459.877,42.9383,5.16617,300,300,0,0,1279,0,0,0), + (1932,772,0,0,0,-12651.1,-282.201,19.6694,0.17036,300,300,5,0,1536,0,0,1), + (1933,1085,0,0,0,-11947.7,81.276,15.732,2.40181,300,300,5,0,1279,0,0,1), + (1934,597,0,0,0,-11590.8,694.557,60.3226,1.47736,300,300,0,0,1469,0,0,0), + (1935,1152,0,0,0,-12436,-244.614,15.9766,0.85236,300,300,5,0,1403,0,0,1), + (1936,660,0,0,0,-11585.1,679.562,59.6976,0.187086,300,300,0,0,1257,1142,0,0), + (1937,660,0,0,0,-11593.4,687.518,60.1976,4.64807,300,300,0,0,1257,1142,0,0), + (1938,597,0,0,0,-11568.5,704.001,59.5396,5.19147,300,300,0,0,1469,0,0,0), + (1939,1557,0,0,0,-13828.4,25.4213,29.0691,3.44483,300,300,0,0,1829,0,0,0), + (1940,660,0,0,0,-11545.3,674.327,61.3042,1.58696,300,300,0,0,1257,1142,0,0), + (1941,660,0,0,0,-11517,717.09,61.3042,2.32129,300,300,0,0,1257,1142,0,0), + (1942,1114,0,0,0,-12723.6,-684.266,58.8648,1.11588,300,300,5,0,1804,0,0,1), + (1943,1114,0,0,0,-12687.9,-855.007,56.6605,3.74529,300,300,10,0,1804,0,0,1), + (1944,687,0,0,0,-12904.1,186.247,18.607,0.119507,300,300,5,0,1829,0,0,1), + (1945,696,0,0,0,-12849,-549.239,50.1049,4.08108,300,300,3,0,1678,0,0,1), + (1946,667,0,0,0,-12877.6,-573.535,51.1375,4.52403,300,300,3,0,1678,0,0,1), + (1947,698,0,0,0,-11647.2,463.771,43.0044,4.79965,300,300,0,0,1279,0,0,0), + (1948,1907,0,0,0,-13915.7,440.323,100.569,2.4658,300,300,5,0,2077,0,0,1), + (1949,687,0,0,0,-12751.7,87.2924,10.5272,6.14817,300,300,5,0,1829,0,0,1), + (1950,1114,0,0,0,-12787.2,-821.887,71.9082,1.52785,300,300,5,0,1804,0,0,1), + (1951,1907,0,0,0,-13908.8,420.657,98.8704,4.56638,300,300,5,0,2077,0,0,1), + (1952,780,0,0,0,-12820.6,-815.391,60.4378,2.0738,300,300,5,0,1357,1236,0,1), + (1953,1907,0,0,0,-13865.7,431.82,92.3035,2.74821,300,300,3,0,2077,0,0,1), + (1954,1907,0,0,0,-13853.7,434.658,91.2196,2.16421,300,300,5,0,2077,0,0,1), + (1955,687,0,0,0,-12900.3,207.685,18.2302,3.67721,300,300,5,0,1829,0,0,1), + (1956,701,0,0,0,-11636.5,460.606,43.0045,4.20624,300,300,0,0,1064,1007,0,0), + (1957,696,0,0,0,-12874.6,-887.234,54.6683,5.23057,300,300,5,0,1678,0,0,1), + (1958,1907,0,0,0,-13819.8,444.599,90.8997,0.801547,300,300,5,0,2077,0,0,1), + (1959,687,0,0,0,-12948.2,277.642,18.1618,2.80501,300,300,5,0,1829,0,0,1), + (1960,1907,0,0,0,-13848.2,481.084,92.7165,4.84837,300,300,3,0,2077,0,0,1), + (1961,1907,0,0,0,-13826.1,494.98,83.3073,0.109579,300,300,2,0,2077,0,0,1), + (1962,687,0,0,0,-12723.4,118.462,8.86663,0.365631,300,300,5,0,1829,0,0,1), + (1963,780,0,0,0,-12852.1,-852.084,54.9643,4.68561,300,300,5,0,1357,1236,0,1), + (1964,1907,0,0,0,-13878.8,501.771,95.6992,0.410636,300,300,5,0,2077,0,0,1), + (1965,687,0,0,0,-13013.3,212.142,20.5296,3.09076,300,300,5,0,1829,0,0,1), + (1966,1907,0,0,0,-13709.8,494.639,47.8328,6.20649,300,300,5,0,2077,0,0,1), + (1967,687,0,0,0,-13022,297.816,18.3315,1.98183,300,300,10,0,1829,0,0,1), + (1968,1907,0,0,0,-13747.8,497.911,60.6929,0.03108,300,300,3,0,2077,0,0,1), + (1969,1150,0,0,0,-11650.2,-250.292,5.68792,5.59137,300,300,5,0,1050,0,0,1), + (1970,687,0,0,0,-13047.6,375.794,19.3066,2.32783,300,300,10,0,1829,0,0,1), + (1971,683,0,0,0,-11771.2,-14.8227,30.5954,5.28926,300,300,0,0,1050,0,0,0), + (1972,681,0,0,0,-11685,-54.2969,17.589,5.66702,300,300,10,0,1050,0,0,1), + (1973,681,0,0,0,-11525.5,215.051,17.694,1.69004,300,300,5,0,1050,0,0,1), + (1974,671,0,0,0,-11615.7,645.494,59.8066,2.14026,300,300,3,0,1469,0,0,1), + (1975,687,0,0,0,-12982.1,377.878,21.6911,1.08968,300,300,5,0,1829,0,0,1), + (1976,667,0,0,0,-12913.9,-818.981,58.3478,5.38456,300,300,5,0,1678,0,0,1), + (1977,687,0,0,0,-13043.7,309.481,21.6071,5.796,300,300,10,0,1829,0,0,1), + (1978,905,0,0,0,-11674.8,-286.241,5.55464,0.670613,300,300,5,0,1107,0,0,1), + (1979,687,0,0,0,-13108.7,381.356,15.6093,2.13072,300,300,10,0,1829,0,0,1), + (1980,1096,0,0,0,-12053.1,-677.673,16.8367,4.13413,300,300,5,0,1160,1067,0,1), + (1981,681,0,0,0,-11575.8,152.607,18.9628,6.22845,300,300,10,0,1050,0,0,1), + (1982,905,0,0,0,-11780.4,-366.494,6.53847,4.9603,300,300,5,0,1107,0,0,1), + (1983,687,0,0,0,-13018.7,412.957,21.7158,0.099127,300,300,5,0,1829,0,0,1), + (1984,681,0,0,0,-11490.3,265.889,19.0247,0.624943,300,300,5,0,1050,0,0,1), + (1985,687,0,0,0,-12978.5,247.889,17.705,4.69027,300,300,5,0,1829,0,0,1), + (1986,681,0,0,0,-11575.8,111.379,17.4469,5.47845,300,300,10,0,1050,0,0,1), + (1987,687,0,0,0,-13215.3,469.203,5.14609,0.542666,300,300,5,0,1829,0,0,1), + (1988,681,0,0,0,-11591.7,208.334,16.1682,0.774792,300,300,5,0,1050,0,0,1), + (1989,687,0,0,0,-13177.6,437.064,12.7149,5.30765,300,300,5,0,1829,0,0,1), + (1990,687,0,0,0,-13021.8,349.124,19.344,2.51872,300,300,5,0,1829,0,0,1), + (1991,687,0,0,0,-13081.4,420.166,26.1687,1.73861,300,300,5,0,1829,0,0,1), + (1992,687,0,0,0,-13283.9,478.55,4.88579,0.062541,300,300,10,0,1829,0,0,1), + (1993,687,0,0,0,-13250.2,447.092,5.34076,5.01217,300,300,5,0,1829,0,0,1), + (1994,1114,0,0,0,-12651.6,-687.191,43.2249,4.98925,300,300,5,0,1804,0,0,1), + (1995,681,0,0,0,-11591.5,91.882,16.7514,6.18332,300,300,10,0,1050,0,0,1), + (1996,687,0,0,0,-13307.7,459.549,4.58118,0.009469,300,300,5,0,1829,0,0,1), + (1997,696,0,0,0,-12445.5,-747.227,36.8814,6.15205,300,300,10,0,1678,0,0,1), + (1998,1085,0,0,0,-11916.1,49.6719,17.0464,5.94152,300,300,10,0,1279,0,0,1), + (1999,683,0,0,0,-11740.8,-222.75,42.4359,3.56985,300,300,5,0,1050,0,0,1), + (2000,667,0,0,0,-12551,-781.51,40.7594,1.87626,300,300,5,0,1678,0,0,1), + (2001,667,0,0,0,-12585.5,-812.77,50.9768,5.67406,300,300,5,0,1678,0,0,1), + (2002,687,0,0,0,-13347,632.083,5.35864,1.81055,300,300,5,0,1829,0,0,1), + (2003,1085,0,0,0,-11976.5,173.143,15.6137,5.51904,300,300,5,0,1279,0,0,1), + (2004,696,0,0,0,-12619,-784.973,46.0201,3.6944,300,300,2,0,1678,0,0,1), + (2005,2916,0,0,0,-4631.63,-1326.66,503.465,1.76278,190,190,0,0,919,0,0,0), + (2006,2918,0,0,0,-4620.49,-1325.07,503.465,1.8675,540,540,0,0,2471,0,0,0), + (2007,9616,0,0,0,-4692.6,-1312.64,503.382,2.93215,430,430,0,0,3517,4393,0,0), + (2008,1573,0,0,0,-4821.13,-1152.4,502.295,4.31096,430,430,0,0,7423,7071,0,0), + (2009,5595,0,0,0,-4831.9,-1156.01,502.292,4.57276,300,300,0,0,5194,0,0,0), + (2010,11145,0,0,0,-4787.71,-1122.46,498.89,5.48033,430,430,0,0,3866,0,0,0), + (2011,10276,0,0,0,-4793.76,-1127.53,498.888,5.98648,310,310,0,0,1684,0,0,0), + (2012,10277,0,0,0,-4790.51,-1126.76,498.889,1.37881,250,250,0,0,1240,0,0,0), + (2013,4258,0,0,0,-4787.96,-1129.03,498.889,2.84489,540,540,0,0,2972,0,0,0), + (2014,4259,0,0,0,-4794.96,-1122.64,498.89,0.226893,310,310,0,0,1605,0,0,0), + (2015,5150,0,0,0,-4876.63,-1149.14,512.52,3.57792,310,310,0,0,2016,100,0,0), + (2016,10877,0,0,0,-4998.68,-1155.7,501.654,4.77808,180,180,5,0,112,0,0,2), + (2017,12197,0,0,0,-5046.11,-1265.85,510.408,5.46288,6300,6300,0,0,9563,0,0,0), + (2018,6114,0,0,0,-5045.53,-1273.09,510.408,0.837758,430,430,0,0,3517,0,0,0), + (2019,5113,0,0,0,-5047.54,-1269.69,510.408,6.24828,540,540,0,0,2972,0,0,0), + (2020,5115,0,0,0,-5043.04,-1274.67,510.408,1.51844,490,490,0,0,3139,2620,0,0), + (2021,8517,0,0,0,-5068.16,-1273.87,502.047,6.10865,540,540,0,0,2972,0,0,0), + (2022,2092,0,0,0,-5065.23,-1288.6,502.047,0.767945,190,190,0,0,1106,0,0,0), + (2023,5595,0,0,0,-4832.27,-1069.64,502.268,5.41052,300,300,0,0,5194,0,0,0), + (2024,5595,0,0,0,-4879.7,-1058.37,502.292,4.15388,300,300,0,0,5194,0,0,0), + (2025,5595,0,0,0,-4874.56,-1047.95,502.273,0.317069,300,300,0,0,5194,0,0,0), + (2026,16013,0,0,0,-4846.98,-1057.77,502.19,1.29154,25000,25000,0,0,4400,5751,0,0), + (2027,5595,0,0,0,-4879.81,-1031.88,502.273,6.04476,300,300,0,0,5194,0,0,0), + (2028,5595,0,0,0,-4858.89,-1056.43,502.19,1.15192,300,300,0,0,5194,0,0,0), + (2029,11146,0,0,0,-4799.05,-1111.48,498.89,5.58505,430,430,0,0,3986,0,0,0), + (2030,5164,0,0,0,-4795.11,-1108.57,498.89,5.28835,490,490,0,0,3857,0,0,0), + (2031,6031,0,0,0,-4793.38,-1098.17,498.89,4.60767,310,310,0,0,1605,0,0,0), + (2032,15764,0,0,0,-4814.48,-1055.52,502.267,6.21337,300,300,0,0,2600,0,0,0), + (2033,1085,0,0,0,-11978.1,120.834,11.4165,1.33434,300,300,5,0,1279,0,0,1), + (2034,1085,0,0,0,-12025.4,209.851,15.047,3.525,300,300,5,0,1279,0,0,1), + (2035,696,0,0,0,-12544.7,-713.784,38.807,1.4109,300,300,0,0,1678,0,0,0), + (2036,780,0,0,0,-12530.2,-717.453,39.6752,0.150046,300,300,0,0,1357,1236,0,0), + (2037,780,0,0,0,-12549.4,-729.72,39.7236,0.453786,300,300,0,0,1357,1236,0,0), + (2038,780,0,0,0,-12530.1,-728.655,38.9199,3.29867,300,300,0,0,1357,1236,0,0), + (2039,667,0,0,0,-12529.9,-740.899,39.7336,2.51026,300,300,0,0,1678,0,0,0), + (2040,667,0,0,0,-12544.7,-663.155,41.4966,4.94283,300,300,5,0,1678,0,0,1), + (2041,681,0,0,0,-11642.9,78.5515,15.1527,4.87609,300,300,10,0,1050,0,0,1), + (2042,780,0,0,0,-12618.1,-654.545,42.1584,4.72378,300,300,5,0,1357,1236,0,1), + (2043,1557,0,0,0,-13751,220.384,20.151,5.92405,300,300,5,0,1829,0,0,1), + (2044,780,0,0,0,-12517.3,-686.112,39.0106,4.78998,300,300,5,0,1357,1236,0,1), + (2045,681,0,0,0,-11650.8,46.8981,17.8964,3.04775,300,300,10,0,1050,0,0,1), + (2046,682,0,0,0,-11611.8,347.356,46.6151,0.4028,300,300,10,0,1163,0,0,1), + (2047,1096,0,0,0,-11961.4,-602.078,17.751,0.883038,300,300,5,0,1160,1067,0,1), + (2048,772,0,0,0,-12900.9,-312.683,14.5511,2.72667,300,300,5,0,1536,0,0,1), + (2049,671,0,0,0,-11602.7,859.722,0.923914,2.87979,300,300,0,0,1469,0,0,0), + (2050,671,0,0,0,-11606.5,851.883,0.923416,2.37365,300,300,0,0,1469,0,0,0), + (2051,671,0,0,0,-11535.6,769.693,41.6135,0,300,300,5,0,1469,0,0,1), + (2052,597,0,0,0,-11543.6,753.838,42.6073,5.9612,300,300,0,0,1469,0,0,0), + (2053,597,0,0,0,-11559.3,771.765,40.386,1.44703,300,300,3,0,1469,0,0,1), + (2054,671,0,0,0,-11579.4,770.888,40.6395,0.590032,300,300,5,0,1469,0,0,1), + (2055,772,0,0,0,-12749.9,-86.366,5.00393,3.13366,300,300,5,0,1536,0,0,1), + (2056,671,0,0,0,-11633.4,729.344,39.8573,4.73139,300,300,2,0,1469,0,0,1), + (2057,671,0,0,0,-11630.2,739.515,39.8573,4.70291,300,300,2,0,1469,0,0,1), + (2058,684,0,0,0,-12781.7,-281.666,15.4579,5.73306,300,300,5,0,1536,0,0,1), + (2059,671,0,0,0,-11627.7,772.283,41.2362,0.963657,300,300,5,0,1469,0,0,1), + (2060,671,0,0,0,-11600.8,757.202,40.0969,6.0829,300,300,3,0,1469,0,0,1), + (2061,597,0,0,0,-11623.9,743.999,39.9823,1.5533,300,300,2,0,1469,0,0,1), + (2062,684,0,0,0,-12776.8,-113.877,4.34917,4.00164,300,300,10,0,1536,0,0,1), + (2063,772,0,0,0,-12748,-250.8,32.9493,5.80207,300,300,5,0,1536,0,0,1), + (2064,1564,0,0,0,-14623.5,314.209,3.53531,1.82937,300,300,2,0,1292,3191,0,1), + (2065,6491,0,0,0,1819.41,219.233,60.0732,0.337883,25,25,0,0,7680,0,0,0), + (2066,1096,0,0,0,-12167.5,-554.15,16.6321,3.48251,300,300,5,0,1160,1067,0,1), + (2067,1564,0,0,0,-14637.7,327.342,3.49435,6.15315,300,300,2,0,1292,3191,0,1), + (2068,1564,0,0,0,-14611.8,330.743,2.8415,5.55015,300,300,0,0,1292,3191,0,0), + (2069,1096,0,0,0,-12151.2,-503.634,32.6106,4.71825,300,300,5,0,1160,1067,0,1), + (2071,1564,0,0,0,-14606.5,328.654,2.77135,3.03687,300,300,0,0,1292,3191,0,0), + (2073,1096,0,0,0,-12113.9,-481.884,17.1692,4.32136,300,300,5,0,1160,1067,0,1), + (2074,671,0,0,0,-11590.1,660.042,60.0185,5.10028,300,300,5,0,1469,0,0,1), + (2075,689,0,0,0,-11891.1,708.101,23.8675,4.17676,300,300,5,0,1279,0,0,1), + (2076,689,0,0,0,-11919.8,749.154,0.835124,2.45458,300,300,5,0,1279,0,0,1), + (2077,597,0,0,0,-11589.4,710.959,60.2896,1.74482,300,300,5,0,1469,0,0,1), + (2078,689,0,0,0,-11922.4,677.23,2.73473,0.516965,300,300,5,0,1279,0,0,1), + (2079,5595,0,0,0,-4826.26,-1064.85,502.268,5.48033,300,300,0,0,5194,0,0,0), + (2081,5595,0,0,0,-4833.88,-1035.62,502.19,3.37677,300,300,0,0,5194,0,0,0), + (2082,6291,0,0,0,-4740.69,-1028.76,504.515,2.49582,310,310,0,0,2016,0,0,0), + (2083,5128,0,0,0,-4751.19,-1026.82,504.515,0.977384,310,310,0,0,1605,0,0,0), + (2084,5127,0,0,0,-4746.93,-1031.74,504.515,2.54818,310,310,0,0,2016,0,0,0), + (2085,5595,0,0,0,-4828.64,-1015.7,502.294,0.418879,300,300,0,0,5194,0,0,0), + (2086,5595,0,0,0,-4838.84,-1018.82,502.273,4.17134,300,300,0,0,5194,0,0,0), + (2087,1274,0,0,0,-4872.56,-1026.28,505.798,5.60251,430,430,0,0,3517,0,0,0), + (2088,2784,0,0,0,-4865.73,-1022.67,505.798,5.42797,7200,7200,0,0,17000,0,0,0), + (2089,721,0,0,0,-5951,-570,405.164,5.763,180,180,10,0,1,0,0,1), + (2091,1201,0,0,0,-5951,-559,406.571,0.607,180,180,10,0,137,0,0,1), + (2092,7033,0,0,0,-7984,-2448.87,131.915,5.99131,500,500,5,0,3322,0,0,1), + (2094,7035,0,0,0,-7961.1,-2700.76,159.413,5.69973,500,500,2,0,3556,0,0,1), + (2095,1126,0,0,0,-5247.86,-427.964,386.681,1.56659,180,180,10,0,120,0,0,1), + (2096,1127,0,0,0,-5274.89,-429.966,391.942,3.54848,180,180,0,0,137,0,0,0), + (2097,1131,0,0,0,-5250.09,-418.439,387.104,1.36268,180,180,10,0,137,0,0,1), + (2098,1131,0,0,0,-5267.83,-408.268,393.361,2.18536,180,180,10,0,137,0,0,1), + (2099,1126,0,0,0,-5242.63,-416.974,386.95,5.07185,180,180,10,0,120,0,0,1), + (2100,721,0,0,0,-5122.62,-357.473,394.006,5.27327,180,180,10,0,1,0,0,1), + (2101,1126,0,0,0,-5125.41,-340.707,394.595,4.80325,180,180,10,0,120,0,0,1), + (2102,1126,0,0,0,-5003.25,-340.169,399.369,4.55558,180,180,10,0,120,0,0,1), + (2103,597,0,0,0,-11581.2,717.615,59.5396,3.6057,300,300,3,0,1469,0,0,1), + (2104,685,0,0,0,-11850.5,526.607,46.1151,4.01136,300,300,10,0,1221,0,0,1), + (2105,685,0,0,0,-11826.2,473.326,47.7552,1.38413,300,300,10,0,1221,0,0,1), + (2106,689,0,0,0,-11885.2,656.427,24.3197,3.02426,300,300,5,0,1279,0,0,1), + (2107,1062,0,0,0,-11574.3,719.819,59.5768,5.81195,300,300,0,0,1410,1283,0,0), + (2108,689,0,0,0,-11941.4,648.712,1.49843,1.6895,300,300,5,0,1279,0,0,1), + (2109,671,0,0,0,-11574.5,727.571,59.5396,2.20629,300,300,3,0,1469,0,0,1), + (2110,682,0,0,0,-11851.4,258.817,20.8077,1.50046,300,300,5,0,1163,0,0,1), + (2111,660,0,0,0,-11570.8,686.005,59.4476,2.10301,300,300,5,0,1257,1142,0,1), + (2112,689,0,0,0,-11891.5,647.228,24.5176,1.60399,300,300,5,0,1279,0,0,1), + (2113,671,0,0,0,-11542.4,725.288,59.4146,1.10347,300,300,0,0,1469,0,0,0), + (2114,3861,33,0,0,-212.892,2102.81,76.9773,6.00393,7200,7200,0,0,1251,0,0,0), + (2116,689,0,0,0,-11951.3,475.156,24.6139,4.86533,300,300,5,0,1279,0,0,1), + (2117,660,0,0,0,-11526.5,729.83,59.6792,5.97645,300,300,0,0,1257,1142,0,0), + (2118,689,0,0,0,-11921,618.742,23.4413,3.26498,300,300,5,0,1279,0,0,1), + (2119,685,0,0,0,-11920.4,462.843,43.1403,1.68552,300,300,5,0,1221,0,0,1), + (2120,689,0,0,0,-11955.1,480.523,24.0685,4.17977,300,300,5,0,1279,0,0,1), + (2121,689,0,0,0,-11938.4,545.611,31.9846,5.18303,300,300,5,0,1279,0,0,1), + (2122,671,0,0,0,-11527.9,718.947,59.9292,5.75666,300,300,0,0,1469,0,0,0), + (2123,683,0,0,0,-11711.9,-188.018,41.1985,5.49999,300,300,5,0,1050,0,0,1), + (2124,685,0,0,0,-11777.8,447.701,48.8132,5.28061,300,300,10,0,1221,0,0,1), + (2125,1564,0,0,0,-14628.7,345.468,3.64372,3.37468,300,300,0,0,1292,3191,0,0), + (2127,729,0,0,0,-11908.5,165.374,41.4222,3.35245,300,300,0,0,1609,0,0,0), + (2128,1094,0,0,0,-11494.1,375.043,57.6861,1.69297,300,300,0,0,1279,0,0,0), + (2129,11748,0,0,0,-11338,-411,66.757,1.725,300,300,0,1,1733,0,0,2), + (2130,1094,0,0,0,-11506.3,392.203,51.1708,5.88176,300,300,0,0,1279,0,0,0), + (2131,1094,0,0,0,-11482.4,374.042,62.0004,0,300,300,0,0,1279,0,0,0), + (2132,1094,0,0,0,-11483.5,348.799,54.3791,0.593412,300,300,0,0,1279,0,0,0), + (2133,1094,0,0,0,-11475.8,361.128,57.4834,5.28835,300,300,0,0,1279,0,0,0), + (2134,736,0,0,0,-11692,409.343,44.5187,4.29191,300,300,5,0,1163,0,0,1), + (2135,4457,0,0,0,-12165,-81.9044,17.2669,3.82099,300,300,5,0,1403,0,0,1), + (2136,1094,0,0,0,-11507.8,490.365,65.0211,1.3439,300,300,0,0,1279,0,0,0), + (2137,1557,0,0,0,-13910.2,-11.6762,26.9988,2.1149,300,300,2,0,1829,0,0,1), + (2138,721,0,0,0,-4987.15,-368.31,392.126,0.962972,180,180,10,0,1,0,0,1), + (2139,1397,0,0,0,-5054.49,-318.6,451.121,3.38155,180,180,5,0,148,165,0,1), + (2140,1557,0,0,0,-14007.4,21.8133,32.9874,4.47172,300,300,5,0,1829,0,0,1), + (2141,1094,0,0,0,-11485.6,483.841,71.3451,5.91667,300,300,0,0,1279,0,0,0), + (2142,1142,0,0,0,-12484.1,-47.4019,5.24444,0,300,300,5,0,1469,0,0,1), + (2143,1557,0,0,0,-13951.8,11.6138,15.7398,4.97166,300,300,5,0,1829,0,0,1), + (2144,1557,0,0,0,-13992.2,42.6848,22.8276,2.98865,300,300,5,0,1829,0,0,1), + (2145,1557,0,0,0,-14019.8,80.7788,10.5133,1.43774,300,300,5,0,1829,0,0,1), + (2146,1094,0,0,0,-11510.8,419.911,58.0586,5.75959,300,300,0,0,1279,0,0,0), + (2147,1557,0,0,0,-14041.2,60.2736,18.0785,0.481113,300,300,5,0,1829,0,0,1), + (2148,1094,0,0,0,-11515.3,413.912,55.2547,6.17846,300,300,0,0,1279,0,0,0), + (2149,1096,0,0,0,-11512.7,458.33,65.325,6.24828,300,300,0,0,1160,1067,0,0), + (2150,1151,0,0,0,-12043.8,411.597,6.33452,5.86492,300,300,10,0,1403,0,0,1), + (2151,1151,0,0,0,-12050.4,471.464,1.4942,5.00794,300,300,5,0,1403,0,0,1), + (2152,1142,0,0,0,-12471.8,-151.293,13.108,0.753889,300,300,0,0,1469,0,0,0), + (2153,905,0,0,0,-11520.5,121.193,6.41372,3.61887,300,300,5,0,1107,0,0,1), + (2154,1144,0,0,0,-12389.2,-141.079,15.731,0.313721,300,300,5,0,1208,1097,0,1), + (2155,1142,0,0,0,-12455.2,-197.203,15.2007,2.54678,300,300,5,0,1469,0,0,1), + (2156,1144,0,0,0,-12447.1,-214.01,14.9404,0,300,300,5,0,1208,1097,0,1), + (2157,772,0,0,0,-12738.9,-215.763,38.4689,4.76722,300,300,5,0,1536,0,0,1), + (2158,736,0,0,0,-11747,341.463,40.5989,5.02427,300,300,10,0,1163,0,0,1), + (2159,772,0,0,0,-12717.1,-179.31,35.0471,2.29955,300,300,5,0,1536,0,0,1), + (2160,697,0,0,0,-11996.4,318.117,1.56877,0.05236,300,300,0,0,1021,963,0,0), + (2161,697,0,0,0,-12007.7,313.275,2.52521,1.26247,300,300,0,0,1021,963,0,0), + (2162,1144,0,0,0,-12479.4,-151.314,13.858,5.47027,300,300,0,0,1208,1097,0,0), + (2163,587,0,0,0,-11981.5,318.064,2.56877,5.96731,300,300,0,0,1221,0,0,0), + (2164,4624,0,0,0,-14242.1,343.73,25.6769,5.39307,300,300,0,0,12652,0,0,0), + (2165,697,0,0,0,-11982.3,327.947,1.94377,3.55577,300,300,0,0,1021,963,0,0), + (2166,1144,0,0,0,-12489.4,-171.436,12.7854,0.663225,300,300,0,0,1208,1097,0,0), + (2167,4624,0,0,0,-14258.6,327.03,26.4269,5.55015,300,300,0,0,12652,0,0,0), + (2168,1142,0,0,0,-12482.7,-171.811,13.2883,2.28638,300,300,0,0,1469,0,0,0), + (2169,731,0,0,0,-12682.2,-217.205,37.6285,4.04744,1800,1800,0,0,5809,0,0,0), + (2170,701,0,0,0,-11638.1,569.141,50.6253,5.52542,300,300,0,0,1064,1007,0,0), + (2171,701,0,0,0,-11658.1,561.925,50.7986,2.90782,300,300,0,0,1064,1007,0,0), + (2172,588,0,0,0,-11685,583.326,50.5371,3.69945,300,300,5,0,1279,0,0,1), + (2173,694,0,0,0,-12003.4,326.332,2.15021,3.45434,300,300,0,0,1221,0,0,0), + (2174,588,0,0,0,-11714.7,609.335,50.3881,1.67383,300,300,5,0,1279,0,0,1), + (2175,701,0,0,0,-11689.4,603.252,49.821,1.69175,300,300,5,0,1064,1007,0,1), + (2176,697,0,0,0,-11987.8,333.595,1.67384,4.08407,300,300,0,0,1021,963,0,0), + (2177,588,0,0,0,-11734.6,684.8,50.4743,5.84837,300,300,2,0,1279,0,0,1), + (2178,588,0,0,0,-11739.1,619.6,50.7204,3.6833,300,300,2,0,1279,0,0,1), + (2179,1142,0,0,0,-12502,-161.412,12.7526,3.57746,300,300,0,0,1469,0,0,0), + (2180,1557,0,0,0,-14043.6,111.891,10.6574,3.55803,300,300,5,0,1829,0,0,1), + (2181,1557,0,0,0,-14079.9,157.474,14.8891,0.02431,300,300,5,0,1829,0,0,1), + (2182,1144,0,0,0,-12517,-84.2288,16.1056,0,300,300,5,0,1208,1097,0,1), + (2183,1557,0,0,0,-13982.3,171.875,15.0137,5.35289,300,300,5,0,1829,0,0,1), + (2184,1557,0,0,0,-13949.6,215.246,22.6267,4.8146,300,300,5,0,1829,0,0,1), + (2185,1142,0,0,0,-12503,-150.428,13.1276,0.47839,300,300,0,0,1469,0,0,0), + (2186,1144,0,0,0,-12490.2,-144.948,13.233,5.20975,300,300,0,0,1208,1097,0,0), + (2187,1563,0,0,0,-14674,419.177,3.335,1.55127,300,300,10,0,1829,0,0,1), + (2188,1564,0,0,0,-14679.3,456.319,3.38641,1.25991,300,300,0,0,1292,3191,0,0), + (2189,6118,1,0,0,2832.88,-3947.98,97.0875,4.2604,600,600,0,0,2578,0,0,2), + (2190,1557,0,0,0,-14003.7,142.635,14.6659,6.20275,300,300,10,0,1829,0,0,1), + (2191,1563,0,0,0,-14700,496.347,2.80739,0.15708,300,300,0,0,1829,0,0,0), + (2192,1557,0,0,0,-14043.3,185.231,13.1035,3.36695,300,300,5,0,1829,0,0,1), + (2193,1097,0,0,0,-11965,-469.31,17.1146,2.33697,300,300,0,0,1279,0,0,0), + (2194,871,0,0,0,-12200.4,497.054,-73.5151,1.35937,1800,1800,5,0,3660,0,0,1), + (2195,1564,0,0,0,-14677.5,477.714,3.68688,3.85865,300,300,0,0,1292,3191,0,0), + (2197,1557,0,0,0,-14007.4,250.055,17.3661,1.11588,300,300,5,0,1829,0,0,1), + (2198,1564,0,0,0,-14688.7,486.684,2.93688,0.806118,300,300,0,0,1292,3191,0,0), + (2199,11857,1,0,0,-263,-943,12.439,4.752,25,25,0,0,644,0,0,0), + (2200,1557,0,0,0,-14058.4,232.911,13.4458,1.02767,300,300,5,0,1829,0,0,1), + (2201,1097,0,0,0,-11946.8,-462.178,17.0915,1.20657,300,300,0,0,1279,0,0,0), + (2202,1096,0,0,0,-11958.8,-499.079,30.5058,5.09603,300,300,0,0,1160,1067,0,0), + (2203,1563,0,0,0,-14736,506.865,3.68595,1.3714,300,300,10,0,1829,0,0,1), + (2204,1097,0,0,0,-11956.7,-490.955,30.4389,5.02164,300,300,0,0,1279,0,0,0), + (2205,1563,0,0,0,-14698.7,503.829,2.35508,0.05236,300,300,0,0,1829,0,0,0), + (2206,1563,0,0,0,-14721.6,528.113,2.87372,2.72717,300,300,10,0,1829,0,0,1), + (2207,1096,0,0,0,-11981.3,-488.741,24.2411,5.07275,300,300,0,0,1160,1067,0,0), + (2208,4723,0,0,0,-11949.5,-500.392,30.7014,5.06145,300,300,0,0,1305,1189,0,0), + (2209,1563,0,0,0,-14715.3,485.173,3.35794,0.637758,300,300,10,0,1829,0,0,1), + (2210,1564,0,0,0,-14596.4,306.95,2.8664,3.32953,300,300,0,0,1292,3191,0,0), + (2211,1563,0,0,0,-14693,519.232,1.23709,5.42797,300,300,0,0,1829,0,0,0), + (2213,772,0,0,0,-12573.8,-180.401,14.704,0.763302,300,300,5,0,1536,0,0,1), + (2214,681,0,0,0,-11521.7,-358.08,38.049,4.19539,300,300,10,0,1050,0,0,1), + (2215,940,0,0,0,-11649.9,-586.777,29.9593,0.506584,300,300,3,0,977,935,0,1), + (2216,940,0,0,0,-11618,-584.292,26.3956,0.66924,300,300,3,0,977,935,0,1), + (2217,940,0,0,0,-11643.7,-635.678,31.456,2.90905,300,300,0,0,977,935,0,0), + (2218,701,0,0,0,-11657.9,644.768,50.9559,2.66215,300,300,5,0,1064,1007,0,1), + (2219,940,0,0,0,-11639.1,-661.675,29.9003,1.07781,300,300,0,0,977,935,0,0), + (2220,937,0,0,0,-11636.8,-629.572,31.4774,6.02983,300,300,0,0,1163,0,0,0), + (2221,1488,0,0,0,-13337.8,-27.3113,22.2773,2.29184,300,300,0,0,2047,0,0,0), + (2222,671,0,0,0,-11631.4,709.754,41.3573,5.53935,300,300,5,0,1469,0,0,1), + (2223,940,0,0,0,-11636,-660.454,30.1503,1.5971,300,300,0,0,977,935,0,0), + (2224,1491,0,0,0,-13344.3,-21.2062,22.2773,2.26225,300,300,0,0,2116,0,0,0), + (2225,2535,0,0,0,-13349.3,-28.5316,22.2773,3.64318,300,300,0,0,2059,0,0,0), + (2226,1713,0,0,0,-13659.4,232.277,28.0949,4.6635,300,300,5,0,1981,0,0,1), + (2227,660,0,0,0,-11621.9,652.713,58.1816,0.89563,300,300,3,0,1257,1142,0,1), + (2228,2536,0,0,0,-13374.3,-7.69423,22.044,0.872665,300,300,0,0,2059,0,0,0), + (2229,671,0,0,0,-11612.2,675.246,54.6317,2.1293,300,300,0,0,1469,0,0,0), + (2230,682,0,0,0,-11887.1,-714.829,16.0404,4.9578,300,300,5,0,1163,0,0,1), + (2231,683,0,0,0,-11615.4,-517.557,19.8188,4.67146,300,300,5,0,1050,0,0,1), + (2232,940,0,0,0,-11651.7,-666.166,30.3258,6.27313,300,300,0,0,977,935,0,0), + (2233,1491,0,0,0,-13712,-246.301,0.75,1.82098,300,300,5,0,2116,0,0,1), + (2234,937,0,0,0,-11648.1,-669.891,30.3135,0.4745,300,300,0,0,1163,0,0,0), + (2235,597,0,0,0,-11624,684.091,49.139,5.11553,300,300,5,0,1469,0,0,1), + (2236,683,0,0,0,-11600.1,-463.455,21.0941,2.47636,300,300,5,0,1050,0,0,1), + (2237,671,0,0,0,-11618.6,664.541,54.8951,4.85954,300,300,3,0,1469,0,0,1), + (2238,689,0,0,0,-11550,-885.743,68.8292,2.98038,300,300,10,0,1279,0,0,1), + (2239,660,0,0,0,-11607.5,645.048,59.6816,4.11148,300,300,3,0,1257,1142,0,1), + (2240,683,0,0,0,-11613.6,-420.651,16.4762,1.88662,300,300,5,0,1050,0,0,1), + (2241,677,0,0,0,-12938.4,-447.962,35.6715,3.07383,300,300,3,0,1292,3191,0,1), + (2242,1085,0,0,0,-11875.9,224.407,15.9899,0.839797,300,300,5,0,1279,0,0,1), + (2243,738,0,0,0,-11313.9,-202.766,75.576,5.5676,300,300,0,1,1110,0,0,2), + (2244,1488,0,0,0,-13640.3,-278.604,8.30007,1.42839,300,300,3,0,2047,0,0,1), + (2245,686,0,0,0,-12242.3,-232.24,16.6393,5.17473,300,300,10,0,1403,0,0,1), + (2246,875,0,0,0,-12192.3,624.437,-67.3605,5.79706,1800,1800,5,0,3279,1142,0,1), + (2247,683,0,0,0,-11575.4,-489.531,27.859,5.96946,300,300,5,0,1050,0,0,1), + (2248,937,0,0,0,-11613.1,-777.116,41.3618,1.74013,300,300,3,0,1163,0,0,1), + (2249,1490,0,0,0,-13367.1,-4.92871,22.6198,2.93215,300,300,0,0,1701,1483,0,0), + (2250,940,0,0,0,-11648.5,-746.885,32.666,0.459187,300,300,5,0,977,935,0,1), + (2251,597,0,0,0,-11537.2,629.721,62.9135,6.27701,300,300,0,0,1469,0,0,0), + (2252,682,0,0,0,-11719,-748.588,37.8223,4.39249,300,300,5,0,1163,0,0,1), + (2253,683,0,0,0,-11692.3,-526.917,27.3693,0.089573,300,300,5,0,1050,0,0,1), + (2254,671,0,0,0,-11554.8,633.098,62.5965,5.59209,300,300,0,0,1469,0,0,0), + (2255,1096,0,0,0,-12080.6,-733.46,14.2767,1.74558,300,300,5,0,1160,1067,0,1), + (2256,940,0,0,0,-11484.9,-786.402,51.3356,5.00759,300,300,5,0,977,935,0,1), + (2257,1490,0,0,0,-13576.9,-247.346,23.5591,4.25747,300,300,5,0,1701,1483,0,1), + (2258,682,0,0,0,-11751.3,-846.9,31.1947,1.52256,300,300,5,0,1163,0,0,1), + (2259,683,0,0,0,-11730.1,-479.097,17.7117,1.5575,300,300,5,0,1050,0,0,1), + (2260,674,0,0,0,-13009.7,-354.318,21.1658,1.0472,300,300,0,0,1829,0,0,0), + (2261,1488,0,0,0,-13620.1,-260.571,9.18035,6.05544,300,300,5,0,2047,0,0,1), + (2262,871,0,0,0,-12122.1,500.725,-54.4311,5.65625,1800,1800,5,0,3660,0,0,1), + (2263,937,0,0,0,-11648.4,-719.028,33.1811,5.68381,300,300,5,0,1163,0,0,1), + (2264,1488,0,0,0,-13659.1,-243.792,8.03223,0.182751,300,300,5,0,2047,0,0,1), + (2265,1490,0,0,0,-13630.5,-307.864,8.30566,4.49048,300,300,0,0,1701,1483,0,0), + (2266,1490,0,0,0,-13623.7,-317.88,9.18066,2.70822,300,300,0,0,1701,1483,0,0), + (2267,937,0,0,0,-11681.4,-712.248,42.4725,1.69157,300,300,5,0,1163,0,0,1), + (2268,686,0,0,0,-12282,-252.861,16.8458,1.06256,300,300,10,0,1403,0,0,1), + (2269,879,0,0,0,-12196.8,608,-68.2752,0.483042,1800,1800,5,0,3660,0,0,1), + (2270,683,0,0,0,-11711.1,-445.378,19.3901,1.08051,300,300,5,0,1050,0,0,1), + (2271,1491,0,0,0,-13689.2,-311.099,6.83193,5.73698,300,300,3,0,2116,0,0,1), + (2272,674,0,0,0,-13003,-381.27,30.7281,5.63741,300,300,0,0,1829,0,0,0), + (2273,587,0,0,0,-11754.6,87.5474,26.8715,0,300,300,5,0,1221,0,0,1), + (2274,2635,0,0,0,-12252.8,317.269,1.72703,1.65977,1800,1800,10,0,4185,0,0,1), + (2275,1201,0,0,0,-4893.65,-302.359,393.881,4.06442,180,180,5,0,137,0,0,1), + (2276,1201,0,0,0,-4870.32,-363.295,391.672,5.98458,180,180,10,0,137,0,0,1), + (2277,1127,0,0,0,-4928.95,-373.654,393.312,3.20023,180,180,0,0,137,0,0,0), + (2278,721,0,0,0,-4911.81,-382.468,394.54,1.27747,180,180,10,0,1,0,0,1), + (2279,1127,0,0,0,-4849.52,-344.175,394.044,6.18934,180,180,0,0,137,0,0,0), + (2280,1126,0,0,0,-4852.14,-360.3,392.243,4.05335,180,180,10,0,120,0,0,1), + (2281,1196,0,0,0,-4822.03,-356.884,396.206,6.185,180,180,10,0,164,0,0,1), + (2282,1127,0,0,0,-4862.23,-269.912,395.272,2.14472,180,180,0,0,137,0,0,0), + (2283,727,0,0,0,-4957.89,72.3122,386.754,1.59041,250,250,0,0,1918,0,0,2), + (2284,727,0,0,0,-4955.99,72.3495,386.746,1.59041,250,250,0,0,1918,0,0,2), + (2285,1126,0,0,0,-4879.74,-228.004,389.412,0.36998,180,180,10,0,120,0,0,1), + (2286,1196,0,0,0,-4834.81,-228.943,399.104,6.26547,180,180,10,0,164,0,0,1), + (2287,1127,0,0,0,-4879.7,-170.707,383.501,0.06339,180,180,0,0,137,0,0,0), + (2288,721,0,0,0,-4886.28,-232.116,388.86,1.81209,180,180,10,0,1,0,0,1), + (2289,1201,0,0,0,-4887.19,-173.153,383.471,3.17868,180,180,10,0,137,0,0,1), + (2290,1127,0,0,0,-4993.18,-142.228,387.933,3.16441,180,180,5,0,137,0,0,1), + (2291,721,0,0,0,-4955.12,-138.056,376.191,3.6559,180,180,10,0,1,0,0,1), + (2292,1196,0,0,0,-4990.84,-58.1003,386.758,2.88709,180,180,10,0,164,0,0,1), + (2293,1201,0,0,0,-4978.06,-83.9934,380.802,0.620476,180,180,10,0,137,0,0,1), + (2294,721,0,0,0,-4941.63,-15.9251,388.349,5.83264,180,180,10,0,1,0,0,1), + (2295,1201,0,0,0,-4891.43,-48.5917,388.231,5.05403,180,180,10,0,137,0,0,1), + (2296,1127,0,0,0,-5004.63,-19.6029,389.374,2.06118,180,180,5,0,137,0,0,1), + (2297,1127,0,0,0,-5046.93,-38.5521,392.065,1.8802,180,180,5,0,137,0,0,1), + (2298,1127,0,0,0,-4900.51,-9.61827,389.645,3.42085,180,180,0,0,137,0,0,0), + (2299,1201,0,0,0,-4923.45,-4.12424,391.335,4.96904,180,180,10,0,137,0,0,1), + (2300,1196,0,0,0,-4877.07,20.2735,388.366,2.92886,180,180,10,0,164,0,0,1), + (2301,1127,0,0,0,-5024.47,54.9933,393.753,0.48425,180,180,0,0,137,0,0,0), + (2302,1201,0,0,0,-5026.7,68.6194,391.014,1.29169,180,180,10,0,137,0,0,1), + (2303,721,0,0,0,-4883.14,104.94,389.13,3.71298,180,180,10,0,1,0,0,1), + (2304,1127,0,0,0,-4910.41,96.6889,389.135,1.28656,180,180,0,0,137,0,0,0), + (2305,1196,0,0,0,-4871.85,99.7302,389.402,5.81539,180,180,10,0,164,0,0,1), + (2306,1196,0,0,0,-4929.46,116.813,388.485,1.23168,180,180,10,0,164,0,0,1), + (2307,1127,0,0,0,-4897.84,134.463,393.656,5.2709,180,180,0,0,137,0,0,0), + (2308,1127,0,0,0,-5033.75,122.401,391.866,3.66461,180,180,5,0,137,0,0,1), + (2309,1201,0,0,0,-5034.99,123.871,391.994,0.676709,180,180,10,0,137,0,0,1), + (2310,1201,0,0,0,-5050.07,82.5392,394.513,0.020774,180,180,10,0,137,0,0,1), + (2311,1127,0,0,0,-5006.48,207.108,389.101,0.258715,180,180,0,0,137,0,0,0), + (2312,721,0,0,0,-4919.99,178.897,399.838,5.82652,180,180,10,0,1,0,0,1), + (2313,1127,0,0,0,-5109.58,170.163,397.847,2.40135,180,180,5,0,137,0,0,1), + (2314,1201,0,0,0,-5118.73,169.439,394.86,4.41289,180,180,10,0,137,0,0,1), + (2315,1196,0,0,0,-5085.34,159.369,397.85,3.00052,180,180,10,0,164,0,0,1), + (2316,677,0,0,0,-13035.1,-408.037,42.7482,0.785479,300,300,2,0,1292,3191,0,1), + (2317,686,0,0,0,-12318.4,-210.691,14.8108,0.779662,300,300,10,0,1403,0,0,1), + (2318,674,0,0,0,-13031.8,-354.199,38.4709,2.18166,300,300,0,0,1829,0,0,0), + (2319,1490,0,0,0,-13689.5,-280.019,7.6504,4.95464,300,300,5,0,1701,1483,0,1), + (2320,1488,0,0,0,-13337.7,22.1406,26.7672,5.03444,300,300,0,0,2047,0,0,0), + (2321,875,0,0,0,-12222.3,631.127,-69.6743,5.88356,1800,1800,5,0,3279,1142,0,1), + (2322,686,0,0,0,-12189.7,268.235,4.12953,2.15313,300,300,5,0,1403,0,0,1), + (2323,873,0,0,0,-12180.7,619.049,-66.3605,0.191908,1800,1800,5,0,3150,1097,0,1), + (2324,682,0,0,0,-11781.3,-751.351,35.7937,6.23231,300,300,10,0,1163,0,0,1), + (2325,702,0,0,0,-11779.6,213.12,21.1322,0,300,300,5,0,1221,0,0,1), + (2326,682,0,0,0,-11715.5,-816.102,35.2184,0.742006,300,300,10,0,1163,0,0,1), + (2327,1491,0,0,0,-13679.1,-302.795,8.20693,2.87593,300,300,3,0,2116,0,0,1), + (2328,682,0,0,0,-11686.8,-854.185,33.7327,3.71252,300,300,5,0,1163,0,0,1), + (2329,1488,0,0,0,-13683.7,-384.825,0.720356,4.10932,300,300,5,0,2047,0,0,1), + (2330,682,0,0,0,-11820.5,-719.82,40.0043,4.80081,300,300,10,0,1163,0,0,1), + (2331,675,0,0,0,-12981.3,-451.062,53.8734,5.54596,300,300,0,0,1981,0,0,0), + (2332,687,0,0,0,-13250.5,709.447,13.4614,5.73473,300,300,5,0,1829,0,0,1), + (2333,1489,0,0,0,-13668.8,-289.102,8.27158,4.08594,300,300,3,0,2052,0,0,1), + (2334,702,0,0,0,-11750.1,115.455,24.1583,0,300,300,5,0,1221,0,0,1), + (2335,682,0,0,0,-11853.2,-750.76,38.195,1.34696,300,300,10,0,1163,0,0,1), + (2336,687,0,0,0,-13353.6,552.762,8.01102,3.80291,300,300,5,0,1829,0,0,1), + (2337,674,0,0,0,-12968.6,-435.651,44.4588,4.86947,300,300,0,0,1829,0,0,0), + (2338,682,0,0,0,-11817.3,-786.911,35.0214,4.30647,300,300,5,0,1163,0,0,1), + (2339,686,0,0,0,-12177.7,262.339,2.06256,0.077508,300,300,5,0,1403,0,0,1), + (2340,588,0,0,0,-11718.8,604.738,50.4869,3.54526,300,300,5,0,1279,0,0,1), + (2341,587,0,0,0,-12088.5,321.573,3.79529,5.60111,300,300,10,0,1221,0,0,1), + (2342,683,0,0,0,-11740.6,-412.69,21.6476,2.56806,300,300,5,0,1050,0,0,1), + (2343,702,0,0,0,-11749.3,182.265,16.7817,0,300,300,10,0,1221,0,0,1), + (2344,674,0,0,0,-12998.3,-409.133,43.8658,1.81514,300,300,0,0,1829,0,0,0), + (2345,701,0,0,0,-11648.3,614.342,50.1792,2.75281,300,300,5,0,1064,1007,0,1), + (2346,1085,0,0,0,-11852.9,182.856,16.2022,0.676534,300,300,5,0,1279,0,0,1), + (2347,1490,0,0,0,-13636.5,-336.307,8.67954,0,300,300,0,0,1701,1483,0,0), + (2348,687,0,0,0,-13240.3,503.209,3.69451,5.22669,300,300,5,0,1829,0,0,1), + (2349,10558,329,0,0,3595.75,-3509.93,137.501,5.74213,604800,604800,0,0,6960,0,0,0), + (2350,10558,329,0,0,3680.27,-3512.37,136.152,2.04204,604800,604800,0,0,6960,0,0,0), + (2351,10558,329,0,0,3692.93,-3363.16,130.753,3.24631,604800,604800,0,0,6960,0,0,0), + (2352,10558,329,0,0,3683.75,-3334.07,125.32,3.14159,604800,604800,0,0,6960,0,0,0), + (2353,6652,1,0,0,4776.41,-6639.24,111.696,1.72771,28800,28800,0,0,3082,0,0,0), + (2354,6652,1,0,0,4499.01,-6388.19,127,4.06034,28800,28800,5,0,3082,0,0,1), + (2361,674,0,0,0,-12992.8,-436.674,51.8954,2.87979,300,300,0,0,1829,0,0,0), + (2362,1127,0,0,0,-5148.53,240.467,397.544,2.03686,180,180,0,0,137,0,0,0), + (2363,1196,0,0,0,-5145.86,236.282,397.908,6.27733,180,180,10,0,164,0,0,1), + (2364,721,0,0,0,-5043.89,293.138,394.414,6.03693,180,180,10,0,1,0,0,1), + (2365,1127,0,0,0,-5049.23,274.455,391.958,3.16112,180,180,0,0,137,0,0,0), + (2366,1196,0,0,0,-5028.83,294.899,396.038,1.72953,180,180,10,0,164,0,0,1), + (2367,674,0,0,0,-12973.6,-415.973,43.743,0.733038,300,300,0,0,1829,0,0,0), + (2368,14912,0,0,0,-11823.4,1244.34,2.12618,2.68025,1800,1800,0,0,9298,0,0,0), + (2369,686,0,0,0,-12217.9,289.246,3.12682,3.5045,300,300,5,0,1403,0,0,1), + (2370,1488,0,0,0,-13357,-2.28862,22.4023,4.03074,300,300,3,0,2047,0,0,1), + (2371,674,0,0,0,-13018.5,-430.765,39.8314,3.54302,300,300,0,0,1829,0,0,0), + (2372,697,0,0,0,-11992.1,261.024,16.1546,2.68536,300,300,5,0,1021,963,0,1), + (2373,687,0,0,0,-13308.4,725.699,4.49422,3.73041,300,300,10,0,1829,0,0,1), + (2374,683,0,0,0,-11653.7,-366.197,14.9354,0.898798,300,300,10,0,1050,0,0,1), + (2375,697,0,0,0,-12050.5,286.567,4.38142,1.31048,300,300,10,0,1021,963,0,1), + (2376,588,0,0,0,-11644.5,664.001,50.2059,4.7164,300,300,5,0,1279,0,0,1), + (2377,1488,0,0,0,-13371.5,9.74452,22.1422,3.35907,300,300,3,0,2047,0,0,1), + (2378,682,0,0,0,-11750.9,-587.018,36.6516,2.935,300,300,5,0,1163,0,0,1), + (2379,1151,0,0,0,-12152.5,317.662,2.46023,4.17132,300,300,5,0,1403,0,0,1), + (2380,697,0,0,0,-11938.3,270.393,13.6539,3.85408,300,300,5,0,1021,963,0,1), + (2381,687,0,0,0,-13291.2,558.799,1.4705,2.41712,300,300,5,0,1829,0,0,1), + (2382,682,0,0,0,-11787.1,-680.766,40.5718,1.68105,300,300,5,0,1163,0,0,1), + (2383,683,0,0,0,-11644.6,-373.013,16.2524,1.44141,300,300,10,0,1050,0,0,1), + (2384,1491,0,0,0,-13320,-11.0043,21.5484,2.24773,300,300,2,0,2116,0,0,1), + (2385,1489,0,0,0,-13389.8,26.387,22.5172,4.40135,300,300,3,0,2052,0,0,1), + (2386,686,0,0,0,-12168.5,264.402,2.93756,4.5418,300,300,5,0,1403,0,0,1), + (2387,856,0,0,0,-12167.7,269.265,2.62953,5.84903,300,300,0,0,1221,0,0,0), + (2388,1491,0,0,0,-13604.8,-325.415,13.1807,2.27144,300,300,5,0,2116,0,0,1), + (2389,1713,0,0,0,-13548.2,-122.63,46.0384,3.04131,300,300,5,0,1981,0,0,1), + (2390,694,0,0,0,-11982.3,371.483,5.25363,5.16002,300,300,3,0,1221,0,0,1), + (2391,1150,0,0,0,-11690.5,-356.701,13.4443,0.955718,300,300,5,0,1050,0,0,1), + (2392,2537,0,0,0,-13646.5,-331.611,8.36083,0,300,300,0,0,2059,0,0,0), + (2393,1713,0,0,0,-13519,-116.761,45.0334,2.38664,300,300,10,0,1981,0,0,1), + (2394,697,0,0,0,-11882.3,277.931,12.3391,3.65697,300,300,5,0,1021,963,0,1), + (2395,701,0,0,0,-11731.1,695.547,50.5621,5.40788,300,300,0,0,1064,1007,0,0), + (2396,595,0,0,0,-11728.4,699.182,50.7777,4.85366,300,300,2,0,1279,0,0,1), + (2397,1713,0,0,0,-13519.4,-94.5171,43.6685,4.87121,300,300,10,0,1981,0,0,1), + (2398,681,0,0,0,-11764.4,16.7766,22.4266,0.555494,300,300,5,0,1050,0,0,1), + (2399,694,0,0,0,-12017.5,382.114,1.86184,0.259086,300,300,10,0,1221,0,0,1), + (2400,674,0,0,0,-13024.5,-414.587,42.7185,3.56047,300,300,0,0,1829,0,0,0), + (2401,4260,0,0,0,-12014.1,-742.021,15.2867,2.95352,300,300,5,0,1536,0,0,1), + (2402,687,0,0,0,-13318.5,521.245,4.4735,2.8138,300,300,10,0,1829,0,0,1), + (2403,701,0,0,0,-11728,744.698,50.8225,3.68816,300,300,5,0,1064,1007,0,1), + (2404,687,0,0,0,-13282.4,753.035,2.95049,3.38596,300,300,5,0,1829,0,0,1), + (2405,1201,0,0,0,-5175.92,265.325,396.709,2.23852,180,180,10,0,137,0,0,1), + (2406,1201,0,0,0,-5170.2,265.714,397.161,5.36389,180,180,10,0,137,0,0,1), + (2407,1201,0,0,0,-5176.93,357.412,395.839,4.4411,180,180,10,0,137,0,0,1), + (2408,1127,0,0,0,-5137.51,318.338,396.594,2.30383,180,180,0,0,137,0,0,0), + (2409,1201,0,0,0,-5192.97,318.088,398.196,3.43679,180,180,10,0,137,0,0,1), + (2410,1127,0,0,0,-5189.83,363.919,395.653,1.48668,180,180,5,0,137,0,0,1), + (2411,1211,0,0,0,-5072.59,441.611,423.882,5.08146,180,180,0,0,156,0,0,0), + (2412,1211,0,0,0,-5081.57,420.627,415.969,3.11621,180,180,10,0,156,0,0,1), + (2413,1211,0,0,0,-5086.5,462.997,405.507,3.9202,180,180,0,0,156,0,0,2), + (2414,1211,0,0,0,-5071.98,459.991,410.507,0.401888,180,180,10,0,156,0,0,1), + (2415,1211,0,0,0,-5073.23,440.334,410.966,4.20571,180,180,0,0,156,0,0,0), + (2416,1211,0,0,0,-5089.25,438.164,410.257,0.111789,180,180,10,0,156,0,0,1), + (2417,1127,0,0,0,-5167.73,445.366,394.202,2.59486,180,180,5,0,137,0,0,1), + (2418,1211,0,0,0,-5102.02,459.913,403.395,3.41763,180,180,0,0,156,0,0,2), + (2419,721,0,0,0,-5068.57,411.23,422.493,5.87804,180,180,10,0,1,0,0,1), + (2420,1211,0,0,0,-5052.94,453.274,412.404,5.08973,180,180,10,0,156,0,0,1), + (2421,1211,0,0,0,-5056.98,418.321,421.568,5.51575,180,180,10,0,156,0,0,1), + (2422,1211,0,0,0,-5070.48,480.116,401.851,3.02022,180,180,10,0,156,0,0,1), + (2423,1211,0,0,0,-5092.1,515.032,406.702,2.64376,180,180,0,0,156,0,0,0), + (2424,1211,0,0,0,-5078.4,489.38,401.821,3.29002,180,180,0,0,156,0,0,0), + (2425,1211,0,0,0,-5120.27,524.759,407.995,1.85442,180,180,10,0,156,0,0,1), + (2426,1211,0,0,0,-5048.75,478.535,404.61,1.34722,180,180,10,0,156,0,0,1), + (2427,1211,0,0,0,-5047.46,506.11,408.735,5.59929,180,180,10,0,156,0,0,1), + (2428,1211,0,0,0,-5169.92,585.356,406.008,5.95157,180,180,10,0,156,0,0,1), + (2429,1211,0,0,0,-5183.35,555.4,395.28,4.4,180,180,0,0,156,0,0,0), + (2430,1096,0,0,0,-12047.5,-741.762,14.0319,3.13183,300,300,5,0,1160,1067,0,1), + (2431,676,0,0,0,-13024,-395.211,34.7281,1.57303,300,300,3,0,1522,1332,0,1), + (2432,1150,0,0,0,-11578.2,48.9084,16.1874,2.33895,300,300,5,0,1050,0,0,1), + (2433,701,0,0,0,-11705,729.052,49.8906,4.73328,300,300,5,0,1064,1007,0,1), + (2434,686,0,0,0,-12124.7,271.332,2.84982,4.04311,300,300,5,0,1403,0,0,1), + (2435,656,0,0,0,-8469,501.28,99.912,1.801,190,190,0,0,919,0,0,0), + (2436,1211,0,0,0,-5251.19,486.936,386.011,3.29077,180,180,5,0,156,0,0,1), + (2437,1211,0,0,0,-5192.73,576.49,401.55,4.81,180,180,0,0,156,0,0,0), + (2438,1211,0,0,0,-5215.26,519.81,387.39,0.4,180,180,10,0,156,0,0,1), + (2439,1211,0,0,0,-5178.42,607.865,408.964,4.70149,180,180,0,0,156,0,0,2), + (2440,1211,0,0,0,-5187.61,608.438,408.968,4.87859,180,180,0,0,156,0,0,0), + (2441,1211,0,0,0,-5246.06,585.74,402.989,6.2187,180,180,10,0,156,0,0,1), + (2442,7843,0,0,0,-5165.01,635.986,348.362,3.47321,190,190,0,0,582,618,0,0), + (2443,7843,0,0,0,-5162.95,636.182,348.362,1.74533,190,190,0,0,582,618,0,0), + (2444,6221,0,0,0,-5174.38,661.967,348.278,4.08332,300,300,0,0,582,618,0,0), + (2445,6221,0,0,0,-5154.36,642.31,348.579,1.65453,300,300,0,0,582,618,0,0), + (2446,6221,0,0,0,-5160.54,692.712,363.206,1.49376,300,300,0,0,582,618,0,0), + (2447,6221,0,0,0,-5161.55,692.698,363.156,1.494,300,300,0,0,582,618,0,0), + (2448,6221,0,0,0,-5159.92,678.097,355.474,4.37645,300,300,0,0,582,618,0,0), + (2449,6221,0,0,0,-5164.45,678.521,355.51,4.71333,300,300,0,0,582,618,0,0), + (2450,1211,0,0,0,-5279.25,515.387,385.885,0.503194,180,180,5,0,156,0,0,1), + (2451,1211,0,0,0,-5285.15,581.264,386.849,3.79016,180,180,10,0,156,0,0,1), + (2452,1211,0,0,0,-5288.18,536.86,384.41,5.98,180,180,5,0,156,0,0,1), + (2453,1211,0,0,0,-5288.18,585.727,387.349,6.03063,180,180,0,0,156,0,0,2), + (2454,1211,0,0,0,-5288.62,459.884,383.636,2.90539,180,180,5,0,156,0,0,1), + (2455,1211,0,0,0,-5314.89,483.713,384.31,5.90742,180,180,10,0,156,0,0,1), + (2456,1127,0,0,0,-5286.91,486.285,384.136,5.38031,180,180,5,0,137,0,0,1), + (2457,1211,0,0,0,-5281.59,486.986,384.511,3.90797,180,180,5,0,156,0,0,1), + (2458,1211,0,0,0,-5311.44,520.624,384.946,0.1246,180,180,10,0,156,0,0,1), + (2459,1201,0,0,0,-5272.7,442.675,385.828,4.67123,180,180,10,0,137,0,0,2), + (2460,1211,0,0,0,-5291.64,598.37,387.99,4.3,180,180,10,0,156,0,0,1), + (2461,1211,0,0,0,-5315.96,583.091,388.498,1.2087,180,180,10,0,156,0,0,1), + (2462,1211,0,0,0,-5309.6,598.931,390.544,5.93616,180,180,0,0,156,0,0,0), + (2463,1211,0,0,0,-5312.1,546.19,383.92,3.44,180,180,5,0,156,0,0,1), + (2464,1211,0,0,0,-5282.58,581.76,386.849,5.48548,180,180,5,0,156,0,0,2), + (2465,1211,0,0,0,-5334.27,561.942,395.756,4.08995,180,180,0,0,156,0,0,0), + (2466,1211,0,0,0,-5364.04,543.251,386.99,1.58291,180,180,5,0,156,0,0,1), + (2467,1211,0,0,0,-5349.01,548.26,385.74,3.68992,180,180,10,0,156,0,0,1), + (2468,1211,0,0,0,-5343.21,584.931,386.926,0.160166,180,180,10,0,156,0,0,1), + (2469,1211,0,0,0,-5302.24,620.919,391.968,5.37211,180,180,10,0,156,0,0,1), + (2470,8503,0,0,0,-5065.97,453.939,410.39,1.44,3600,3600,0,0,199,459,0,0), + (2471,1127,0,0,0,-5346.14,509.477,386.191,0.706894,180,180,5,0,137,0,0,1), + (2472,1127,0,0,0,-5400.75,524.191,387.264,0.755021,180,180,5,0,137,0,0,1), + (2473,68,0,0,0,-8857,937.947,102.143,0.53,430,430,0,0,3921,0,0,0), + (2474,1150,0,0,0,-11613.7,14.4775,14.6154,5.47441,300,300,5,0,1050,0,0,1), + (2475,1152,0,0,0,-11877.8,-488.848,13.1664,4.04493,300,300,5,0,1403,0,0,1), + (2476,687,0,0,0,-13280.5,682.581,3.28836,5.96526,300,300,10,0,1829,0,0,1), + (2477,683,0,0,0,-11721,-444.636,18.9891,0.089864,300,300,5,0,1050,0,0,1), + (2478,686,0,0,0,-12156.5,255.487,4.5443,2.73567,300,300,5,0,1403,0,0,1), + (2479,687,0,0,0,-13359.8,743.462,4.13672,3.783,300,300,10,0,1829,0,0,1), + (2480,1150,0,0,0,-11548.3,149.196,13.3478,0.774697,300,300,5,0,1050,0,0,1), + (2481,4260,0,0,0,-12150.7,-699.341,17.3149,4.48588,300,300,5,0,1536,0,0,1), + (2482,687,0,0,0,-12835.2,134.366,17.995,1.20176,300,300,5,0,1829,0,0,1), + (2483,2635,0,0,0,-12116.7,349.741,2.26199,4.05261,1800,1800,5,0,4185,0,0,1), + (2484,588,0,0,0,-11690.3,745.009,49.7335,6.19971,300,300,3,0,1279,0,0,1), + (2485,686,0,0,0,-12079.9,146.833,17.6012,5.62777,300,300,5,0,1403,0,0,1), + (2486,1096,0,0,0,-12003.1,-707.455,14.4309,2.81982,300,300,5,0,1160,1067,0,1), + (2487,588,0,0,0,-11703.7,750.105,49.6975,6.05148,300,300,5,0,1279,0,0,1), + (2488,697,0,0,0,-11995.5,337.262,1.79884,2.87495,300,300,0,0,1021,963,0,0), + (2489,1152,0,0,0,-11845.6,-455.045,12.5643,5.17142,300,300,5,0,1403,0,0,1), + (2490,683,0,0,0,-11714,-417.881,19.0145,5.95433,300,300,5,0,1050,0,0,1), + (2491,697,0,0,0,-12004.6,338.394,1.91759,5.58201,300,300,0,0,1021,963,0,0), + (2492,686,0,0,0,-12048.7,180.721,18.0314,5.90808,300,300,5,0,1403,0,0,1), + (2493,1150,0,0,0,-11752.4,-396.244,16.9198,4.19979,300,300,5,0,1050,0,0,1), + (2494,686,0,0,0,-12154.4,153.496,18.1044,2.55056,300,300,5,0,1403,0,0,1), + (2495,1152,0,0,0,-11821.5,-416.118,11.6578,3.85306,300,300,5,0,1403,0,0,1), + (2496,1713,0,0,0,-13636.7,321.925,43.1813,2.22895,300,300,5,0,1981,0,0,1), + (2497,1096,0,0,0,-11916.7,-616.969,16.4366,0,300,300,5,0,1160,1067,0,1), + (2498,588,0,0,0,-11682.1,774.436,50.9733,3.28799,300,300,5,0,1279,0,0,1), + (2499,6909,1,0,0,11077.9,1902.37,1342.63,2.18262,516,516,0,0,247,0,0,0), + (2500,683,0,0,0,-11731,-482.575,17.1606,-2.13443,300,300,5,0,1050,0,0,1), + (2501,595,0,0,0,-11681.3,731.25,50.5551,0.00945,300,300,5,0,1279,0,0,1), + (2502,686,0,0,0,-12214.7,153.484,16.3564,6.24219,300,300,5,0,1403,0,0,1), + (2503,1096,0,0,0,-11867.1,-635.283,15.5122,2.28853,300,300,5,0,1160,1067,0,1), + (2504,686,0,0,0,-12180.8,174.726,17.3447,4.56786,300,300,5,0,1403,0,0,1), + (2505,1150,0,0,0,-11517.5,-57.5501,12.8883,4.73784,300,300,5,0,1050,0,0,1), + (2506,1096,0,0,0,-11910.8,-584.254,17.0121,4.05383,300,300,10,0,1160,1067,0,1), + (2507,1096,0,0,0,-11863.2,-638.984,14.7718,4.24077,300,300,5,0,1160,1067,0,1), + (2508,701,0,0,0,-11689.2,757.673,50.7354,4.32842,300,300,0,0,1064,1007,0,0), + (2509,588,0,0,0,-11678.8,748.304,50.585,3.21141,300,300,0,0,1279,0,0,0), + (2510,683,0,0,0,-11748.4,-514.029,18.5639,0.436332,300,300,5,0,1050,0,0,1), + (2511,694,0,0,0,-12019.7,348.359,2.07972,4.74851,300,300,2,0,1221,0,0,1), + (2512,686,0,0,0,-12184.9,117.131,14.3079,2.9821,300,300,5,0,1403,0,0,1), + (2513,686,0,0,0,-12252.4,53.6517,19.2489,6.00136,300,300,10,0,1403,0,0,1), + (2514,588,0,0,0,-11682.9,753.264,50.6086,3.85718,300,300,0,0,1279,0,0,0), + (2515,686,0,0,0,-12213.3,89.2849,23.0177,3.58164,300,300,5,0,1403,0,0,1), + (2516,696,0,0,0,-12682.6,-505.198,29.4856,4.0101,300,300,0,0,1678,0,0,0), + (2517,667,0,0,0,-12679.2,-504.484,29.6106,4.0099,300,300,0,0,1678,0,0,0), + (2518,667,0,0,0,-12682.4,-501.765,29.6106,4.00976,300,300,0,0,1678,0,0,0), + (2519,587,0,0,0,-11788.6,34.5117,16.107,0,300,300,5,0,1221,0,0,1), + (2520,1557,0,0,0,-13635,151.881,21.9225,5.99137,300,300,10,0,1829,0,0,1), + (2521,1557,0,0,0,-13722.7,252.005,28.8683,0.170633,300,300,5,0,1829,0,0,1), + (2522,1557,0,0,0,-13816.3,76.6574,26.3121,0.82121,300,300,5,0,1829,0,0,1), + (2523,1557,0,0,0,-13867,104.081,15.5457,0.24555,300,300,5,0,1829,0,0,1), + (2524,1557,0,0,0,-13875.4,82.5736,15.656,0.853468,300,300,10,0,1829,0,0,1), + (2525,702,0,0,0,-11718.9,137.675,16.103,0,300,300,5,0,1221,0,0,1), + (2526,1557,0,0,0,-13981.5,113.066,14.8363,4.37386,300,300,10,0,1829,0,0,1), + (2527,1557,0,0,0,-13927.2,111.949,14.3495,4.57326,300,300,5,0,1829,0,0,1), + (2528,1557,0,0,0,-13953.3,140.875,13.7878,2.58175,300,300,5,0,1829,0,0,1), + (2529,1557,0,0,0,-13914.3,50.4349,15.7874,5.99173,300,300,5,0,1829,0,0,1), + (2530,1557,0,0,0,-13953.2,84.4285,16.0215,2.97484,300,300,10,0,1829,0,0,1), + (2531,694,0,0,0,-11833.9,68.5123,14.4539,-0.706283,300,300,0,0,1221,0,0,0), + (2532,587,0,0,0,-11882.7,48.4295,22.4074,0,300,300,5,0,1221,0,0,1), + (2533,694,0,0,0,-11892.9,84.2742,17.4863,0,300,300,5,0,1221,0,0,1), + (2534,694,0,0,0,-11844.4,55.266,14.6159,5.65123,300,300,0,0,1221,0,0,0), + (2535,694,0,0,0,-11832.8,79.0268,16.1609,-2.08475,300,300,0,0,1221,0,0,0), + (2536,694,0,0,0,-11849.6,15.2901,29.8645,0,300,300,5,0,1221,0,0,1), + (2537,694,0,0,0,-11825.3,54.0852,14.8659,0.069702,300,300,0,0,1221,0,0,0), + (2538,4260,0,0,0,-12154.6,-580.235,13.4685,2.71031,300,300,5,0,1536,0,0,1), + (2539,667,0,0,0,-12802.2,-878.674,58.5843,2.5783,300,300,5,0,1678,0,0,1), + (2540,1653,0,0,0,-14984.1,270.085,0.175609,5.84475,300,300,0,0,1110,3293,0,0), + (2541,1565,0,0,0,-14995.3,261.415,0.197927,4.74909,300,300,0,0,1902,0,0,0), + (2542,780,0,0,0,-12659.7,-485.694,29.7415,2.56486,300,300,0,0,1357,1236,0,0), + (2543,696,0,0,0,-12712,-454.655,30.497,2.34545,300,300,0,0,1678,0,0,0), + (2544,667,0,0,0,-12691.3,-471.014,29.6106,2.59841,300,300,3,0,1678,0,0,1), + (2545,667,0,0,0,-12704.8,-478.562,30.3764,4.1951,300,300,3,0,1678,0,0,1), + (2546,780,0,0,0,-12698.7,-453.238,30.9325,2.83472,300,300,0,0,1357,1236,0,0), + (2547,667,0,0,0,-12712.7,-466.762,29.6264,1.52549,300,300,3,0,1678,0,0,1), + (2548,667,0,0,0,-12749.4,-586.729,39.1964,4.93445,300,300,5,0,1678,0,0,1), + (2549,1561,0,0,0,-14217.5,157.066,6.43592,3.20293,300,300,10,0,1829,0,0,1), + (2550,772,0,0,0,-12334.7,-815.234,32.9202,2.54231,300,300,5,0,1536,0,0,1), + (2551,667,0,0,0,-12716.8,-544.787,31.7097,2.96488,300,300,5,0,1678,0,0,1), + (2552,780,0,0,0,-12630.8,-581.903,36.3017,3.30835,300,300,5,0,1357,1236,0,1), + (2553,1564,0,0,0,-14889.7,323.528,5.29551,4.72891,300,300,0,0,1292,3191,0,0), + (2555,772,0,0,0,-12307.8,-679.962,15.5986,2.66818,300,300,5,0,1536,0,0,1), + (2556,1563,0,0,0,-14455.1,116.533,4.94477,3.59651,300,300,10,0,1829,0,0,1), + (2557,780,0,0,0,-12675.9,-584.139,36.8937,0.718851,300,300,5,0,1357,1236,0,1), + (2558,684,0,0,0,-12347.8,-710.986,17.0866,5.36212,300,300,5,0,1536,0,0,1), + (2559,667,0,0,0,-12584,-488.308,29.567,2.79835,300,300,10,0,1678,0,0,1), + (2560,1563,0,0,0,-14549.5,182.202,2.75409,0.286373,300,300,10,0,1829,0,0,1), + (2561,667,0,0,0,-12573,-555.679,36.5284,5.70974,300,300,10,0,1678,0,0,1), + (2562,1563,0,0,0,-14617.7,245.016,0.681775,4.95792,300,300,10,0,1829,0,0,1), + (2563,4075,0,0,0,-14300.4,527.188,8.69527,1.70441,300,300,3,0,8,0,0,1), + (2564,667,0,0,0,-12646.6,-552.126,33.7973,5.55979,300,300,5,0,1678,0,0,1), + (2565,1561,0,0,0,-14315.1,110.832,4.78627,5.24799,300,300,10,0,1829,0,0,1), + (2566,4075,0,0,0,-14438.3,466.804,3.93243,5.62101,300,300,2,0,8,0,0,1), + (2567,1562,0,0,0,-14254.5,175.666,9.5479,0.172861,300,300,10,0,1292,3191,0,1), + (2568,1561,0,0,0,-14286,85.5296,6.41413,1.63792,300,300,5,0,1829,0,0,1), + (2569,1563,0,0,0,-14891.1,299.779,3.00018,1.06256,300,300,5,0,1829,0,0,1), + (2570,1561,0,0,0,-14279.3,150.584,9.07511,1.02234,300,300,10,0,1829,0,0,1), + (2571,1562,0,0,0,-14142.7,437.751,5.98081,0.238755,300,300,5,0,1292,3191,0,1), + (2572,1561,0,0,0,-14161.6,430.041,12.4065,2.25378,300,300,5,0,1829,0,0,1), + (2573,780,0,0,0,-12670.2,-487.287,29.8606,4.00715,300,300,0,0,1357,1236,0,0), + (2574,1561,0,0,0,-14122.9,459.651,2.47395,0.837188,300,300,0,0,1829,0,0,0), + (2575,1564,0,0,0,-14910.4,308.312,5.2055,0.017494,300,300,5,0,1292,3191,0,1), + (2576,1562,0,0,0,-14115,464.727,1.72395,4.88694,300,300,0,0,1292,3191,0,0), + (2578,684,0,0,0,-12312.9,-748.511,13.3077,5.41488,300,300,5,0,1536,0,0,1), + (2579,1550,0,0,0,-13080.6,-255.095,-5.36471,3.17638,300,300,5,0,1902,0,0,1), + (2580,2545,0,0,0,-14121.7,473.517,1.0327,0.001789,300,300,0,0,1672,0,0,0), + (2581,1561,0,0,0,-14130.8,465.017,2.31431,1.16937,300,300,0,0,1829,0,0,0), + (2582,772,0,0,0,-12687.1,-243.015,38.3067,2.13173,300,300,5,0,1536,0,0,1), + (2583,684,0,0,0,-12643.6,-225.073,39.1751,5.40503,300,300,5,0,1536,0,0,1), + (2584,1562,0,0,0,-14136.3,472.249,2.46785,3.9685,300,300,0,0,1292,3191,0,0), + (2585,684,0,0,0,-12979.5,-304.001,13.7637,0.359221,300,300,5,0,1536,0,0,1), + (2586,1561,0,0,0,-14145.2,479.077,4.19775,3.85932,300,300,3,0,1829,0,0,1), + (2587,1564,0,0,0,-13494,747.63,2.10713,2.80314,300,300,5,0,1292,3191,0,1), + (2589,1653,0,0,0,-14936.5,352.128,18.3463,1.83906,300,300,0,0,1110,3293,0,0), + (2590,1557,0,0,0,-13713.7,178.499,18.7668,1.62025,300,300,5,0,1829,0,0,1), + (2591,772,0,0,0,-12650.2,-114.033,16.8294,0,300,300,10,0,1536,0,0,1), + (2592,1653,0,0,0,-14954.6,352.924,7.5425,2.2841,300,300,2,0,1110,3293,0,1), + (2593,2676,0,0,0,-13009.8,-409.272,41.982,3.71505,300,300,0,0,1656,0,0,0), + (2594,1562,0,0,0,-14026.8,559.414,5.99513,0.453957,300,300,5,0,1292,3191,0,1), + (2595,1557,0,0,0,-13684.4,150.006,20.536,4.87732,300,300,10,0,1829,0,0,1), + (2596,1562,0,0,0,-14041.3,508.141,2.72868,1.30808,300,300,5,0,1292,3191,0,1), + (2597,4505,0,0,0,-14964.7,342.109,7.54262,6.00989,300,300,2,0,1902,0,0,1), + (2598,4505,0,0,0,-14972,341.299,7.54244,4.61377,300,300,0,0,1902,0,0,0), + (2599,1562,0,0,0,-13977.7,576.836,6.6788,2.54001,300,300,5,0,1292,3191,0,1), + (2600,1565,0,0,0,-14927.2,356.315,7.54123,0.931677,300,300,0,0,1902,0,0,0), + (2601,2549,0,0,0,-14946,357.498,7.54344,3.3627,300,300,0,0,1981,0,0,0), + (2602,772,0,0,0,-12517.5,-352.893,16.4823,4.2898,300,300,5,0,1536,0,0,1), + (2603,2548,0,0,0,-14924.9,349.625,8.12376,5.12892,300,300,0,0,2064,0,0,0), + (2604,1563,0,0,0,-13549.2,683.992,0.82436,5.97293,300,300,5,0,1829,0,0,1), + (2605,1564,0,0,0,-13489.4,673.744,9.08399,1.62163,300,300,2,0,1292,3191,0,1), + (2607,4505,0,0,0,-14974.4,341.71,13.1932,4.50453,300,300,2,0,1902,0,0,1), + (2608,1565,0,0,0,-14951.3,343.645,12.7543,2.17817,300,300,2,0,1902,0,0,1), + (2609,1907,0,0,0,-13824.1,549.091,46.766,0.524431,300,300,5,0,2077,0,0,1), + (2610,772,0,0,0,-12914.2,-280.606,6.30183,5.91554,300,300,5,0,1536,0,0,1), + (2611,4506,0,0,0,-14973,342.602,13.1349,5.59355,300,300,2,0,1829,0,0,1), + (2612,1907,0,0,0,-13749,541.011,46.0601,4.95704,300,300,5,0,2077,0,0,1), + (2613,1907,0,0,0,-13878.4,621.163,24.2508,1.29375,300,300,3,0,2077,0,0,1), + (2614,4505,0,0,0,-14994.4,268.904,12.8612,1.95004,300,300,3,0,1902,0,0,1), + (2615,1907,0,0,0,-13846.8,645.281,13.6611,6.23956,300,300,5,0,2077,0,0,1), + (2616,1907,0,0,0,-13777.6,582.591,45.945,3.71281,300,300,5,0,2077,0,0,1), + (2617,1907,0,0,0,-13857.1,583.676,45.5276,5.70186,300,300,5,0,2077,0,0,1), + (2618,1653,0,0,0,-14974.2,261.416,13.1295,4.64459,300,300,2,0,1110,3293,0,1), + (2619,1907,0,0,0,-13908.1,659.008,12.2333,0.469224,300,300,10,0,2077,0,0,1), + (2620,1907,0,0,0,-13875.4,690.943,3.20405,0.769526,300,300,5,0,2077,0,0,1), + (2621,4505,0,0,0,-15015.6,265.514,18.4555,3.16012,300,300,3,0,1902,0,0,1), + (2622,4506,0,0,0,-14976.1,273.198,13.0175,2.09121,300,300,2,0,1829,0,0,1), + (2623,1907,0,0,0,-13741.7,622.868,15.4835,5.29974,300,300,10,0,2077,0,0,1), + (2624,1907,0,0,0,-13818.5,681.93,5.22059,3.97404,300,300,5,0,2077,0,0,1), + (2625,1562,0,0,0,-14177.1,376.993,21.2941,6.03721,300,300,5,0,1292,3191,0,1), + (2626,1907,0,0,0,-13720.7,535.934,36.8568,1.23388,300,300,5,0,2077,0,0,1), + (2627,4505,0,0,0,-15014.7,268.293,12.5726,2.72379,300,300,0,0,1902,0,0,0), + (2628,1565,0,0,0,-15008,261.78,7.52066,5.96054,300,300,0,0,1902,0,0,0), + (2629,1565,0,0,0,-14981.5,266.424,7.52159,4.03832,300,300,3,0,1902,0,0,1), + (2630,1907,0,0,0,-13708.2,494.076,47.2308,2.68723,300,300,5,0,2077,0,0,1), + (2631,4505,0,0,0,-15025.2,262.333,7.51532,0.726259,300,300,0,0,1902,0,0,0), + (2632,2547,0,0,0,-15016.1,270.206,7.60322,4.76475,300,300,0,0,2059,0,0,0), + (2633,1565,0,0,0,-14992.9,267.757,7.52023,6.18523,300,300,0,0,1902,0,0,0), + (2634,1492,0,0,0,-14135.3,-137.275,-8.33448,3.85509,360,360,0,0,7960,0,0,0), + (2635,6007,0,0,0,-11485.7,-2686.88,6.57719,6.03774,450,450,5,0,3189,0,0,1), + (2636,6009,0,0,0,-11306.4,-2551.44,97.0359,1.86254,450,450,0,0,2305,4896,0,0), + (2637,6007,0,0,0,-11510.5,-2713.02,5.35989,2.24279,450,450,5,0,3189,0,0,1), + (2638,6009,0,0,0,-11513.1,-2685.72,8.02382,0.839288,450,450,5,0,2305,4896,0,1), + (2639,6008,0,0,0,-11458.9,-2657.35,16.6268,3.34818,450,450,1,0,2232,4765,0,1), + (2640,6007,0,0,0,-11250.9,-2531.56,97.0134,5.69075,450,450,0,0,3189,0,0,0), + (2641,6008,0,0,0,-11289.9,-2544.44,97.0121,0.782466,450,450,0,0,2232,4765,0,0), + (2642,6008,0,0,0,-11452.2,-2685.28,8.66579,5.23105,450,450,5,0,2232,4765,0,1), + (2643,6007,0,0,0,-11489.4,-2720.99,0.421272,3.11125,450,450,5,0,3189,0,0,1), + (2644,8675,0,0,0,-11519.9,-3005.47,13.3669,5.13934,450,450,5,0,2880,0,0,1), + (2645,5988,0,0,0,-10987.1,-3154.22,44.8503,2.78648,450,450,10,0,2495,0,0,1), + (2646,9540,0,0,0,-11027.4,-3373.31,65.1182,5.09636,450,450,0,0,3517,0,0,0), + (2647,12396,0,0,0,-12111.7,-2513.06,3.99984,0.440051,900,900,5,0,50300,12430,0,1), + (2648,8717,0,0,0,-12015.8,-2615.53,-36.3682,2.45695,900,900,5,0,56592,0,0,1), + (2649,12396,0,0,0,-12248.2,-2724.7,12.747,4.85346,900,900,5,0,50300,12430,0,1), + (2650,8718,0,0,0,-12009.8,-2589.16,-38.1604,5.81187,900,900,5,0,48832,0,0,1), + (2651,12396,0,0,0,-11989.9,-2399.11,3.16776,3.26377,900,900,0,0,50300,12430,0,0), + (2652,8717,0,0,0,-12246.8,-2564.68,-4.91918,3.59049,900,900,0,0,56592,0,0,0), + (2653,8718,0,0,0,-12242.8,-2566.75,-5.54418,3.15529,900,900,1,0,48832,0,0,1), + (2654,8718,0,0,0,-12164,-2572.68,-19.6496,2.67358,900,900,5,0,48832,0,0,1), + (2655,8717,0,0,0,-11779,-2389.06,-7.354,5.39801,900,900,5,0,56592,0,0,1), + (2656,8716,0,0,0,-12288,-2555.69,5.41969,3.92201,900,900,5,0,46558,12840,0,1), + (2657,8718,0,0,0,-11756,-2461.68,-15.2874,4.9389,900,900,5,0,48832,0,0,1), + (2658,8717,0,0,0,-11860.8,-2521.15,-20.1309,3.36429,900,900,0,0,56592,0,0,0), + (2659,6004,0,0,0,-11309.8,-3401.81,7.59274,2.50923,450,450,2,0,2980,0,0,1), + (2660,6006,0,0,0,-11267.1,-3489.57,9.51322,5.87988,450,450,1,0,2466,1923,0,1), + (2661,6004,0,0,0,-11234.8,-3496.78,11.8152,3.17691,450,450,0,0,2980,0,0,0), + (2662,6005,0,0,0,-11478.1,-3338.54,8.51435,5.95547,450,450,0,0,3082,0,0,0), + (2663,6005,0,0,0,-11445.3,-3381.67,10.1543,2.73824,450,450,5,0,3082,0,0,1), + (2664,6006,0,0,0,-11587.5,-3389.49,7.97954,4.88839,450,450,5,0,2466,1923,0,1), + (2665,6006,0,0,0,-11263.1,-3544.69,7.98947,1.82146,450,450,1,0,2466,1923,0,1), + (2666,6006,0,0,0,-11613.9,-3405.19,7.60613,1.87281,450,450,0,0,2466,1923,0,0), + (2667,6004,0,0,0,-11261.3,-3526.98,9.02054,5.87498,450,450,1,0,2980,0,0,1), + (2668,5385,0,0,0,-10994.7,-3507.89,103.225,0.977384,450,450,0,0,2972,0,0,0), + (2669,5393,0,0,0,-11044.3,-3470.16,65.0376,0.942478,450,450,0,0,3986,0,0,0), + (2670,7669,0,0,0,-10888.9,-2622.51,10.8857,5.81609,450,450,5,0,3189,0,0,1), + (2671,7669,0,0,0,-10804.2,-2694.91,8.7607,5.51524,450,450,0,0,3189,0,0,0), + (2672,7667,0,0,0,-11236.1,-2606.81,95.7706,2.80998,900,900,0,0,21321,28428,0,0), + (2673,7668,0,0,0,-11650.9,-3085.76,20.1169,0.659191,450,450,5,0,3758,0,0,1), + (2674,7671,0,0,0,-11462.1,-2614.81,43.9559,2.24996,450,450,1,0,3529,0,0,1), + (2675,5999,0,0,0,-10986.6,-3312.71,63.9635,5.63344,450,450,1,0,2661,0,0,1), + (2676,7851,0,0,0,-10934.9,-3369.31,66.5809,4.79965,900,900,0,0,8519,0,0,0), + (2677,5999,0,0,0,-11018.8,-3338.1,64.3369,1.62316,450,450,0,0,2661,0,0,0), + (2678,5999,0,0,0,-11021.5,-3273.91,55.0998,3.735,450,450,0,0,2661,0,0,0), + (2679,7851,0,0,0,-10993.1,-3493.36,68.7534,0.453786,900,900,0,0,8519,0,0,0), + (2680,5999,0,0,0,-11080.7,-3300.11,49.2032,0.855211,450,450,0,0,2661,0,0,0), + (2681,6000,0,0,0,-10978.3,-3278.64,49.5983,0.784552,450,450,1,0,2229,1750,0,1), + (2682,7851,0,0,0,-10941.9,-3418.85,66.5809,1.76278,900,900,0,0,8519,0,0,0), + (2683,5999,0,0,0,-11020.2,-3509.72,72.9543,4.81851,450,450,5,0,2661,0,0,1), + (2684,5999,0,0,0,-11002.2,-3333.93,65.0294,2.05949,450,450,0,0,2661,0,0,0), + (2685,7506,0,0,0,-10886,-2938.13,13.1398,1.50098,450,450,0,0,3866,0,0,0), + (2686,7505,0,0,0,-10883.9,-2935.1,13.0146,2.9147,450,450,0,0,3517,4393,0,0), + (2687,8022,0,0,0,-11001.5,-3482.74,103.227,5.67232,450,450,0,0,3517,0,0,0), + (2688,750,0,0,0,-10859.5,-3652.45,17.1831,1.82485,450,450,5,0,1981,0,0,1), + (2689,769,0,0,0,-10674.4,-3613.39,45.5039,2.2843,450,450,5,0,1829,0,0,1), + (2690,769,0,0,0,-10619.5,-3642.16,22.3119,1.26714,450,450,5,0,1829,0,0,1), + (2691,5998,0,0,0,-10579.7,-3299.28,1.10702,1.13032,450,450,5,0,2252,0,0,1), + (2692,5997,0,0,0,-10747.2,-3531.77,-31.13,3.41744,450,450,5,0,2476,0,0,1), + (2693,5996,0,0,0,-10660.8,-3666.9,-12.6275,0.610865,450,450,0,0,2479,0,0,0), + (2694,5996,0,0,0,-10735.5,-3406.5,-12.8032,3.01942,450,450,0,0,2479,0,0,0), + (2695,5996,0,0,0,-10775.4,-3544,-27.8369,3.15905,450,450,0,0,2479,0,0,0), + (2696,5996,0,0,0,-10723.9,-3291.74,-10.0672,2.82743,450,450,0,0,2479,0,0,0), + (2697,5996,0,0,0,-10762.8,-3353.55,-9.78763,2.44346,450,450,0,0,2479,0,0,0), + (2698,5996,0,0,0,-10521.9,-3337.04,-4.89052,3.87463,450,450,0,0,2479,0,0,0), + (2699,5996,0,0,0,-10621.8,-3255.69,-5.00244,5.96903,450,450,0,0,2479,0,0,0), + (2700,8178,0,0,0,-10974,-3481.8,103.222,2.77507,450,450,0,0,3404,2053,0,0), + (2701,5508,0,0,0,-10949.8,-3455.49,66.7557,2.81976,450,450,0,0,2471,0,0,0), + (2702,8609,0,0,0,-11110.2,-3437.1,79.282,2.67035,900,900,0,0,7423,7071,0,0), + (2703,3546,0,0,0,-10946.6,-3369.31,66.5809,6.07375,450,450,0,0,2972,0,0,0), + (2704,8816,0,0,0,-11083.2,-2854.86,11.0481,5.74213,450,450,0,0,3517,0,0,0), + (2705,5974,0,0,0,-10907.7,-2654.82,7.76072,5.51649,450,450,1,0,1679,3923,0,1), + (2706,5975,0,0,0,-10847.4,-2677.01,8.74413,5.34818,450,450,0,0,1752,3923,0,0), + (2707,5974,0,0,0,-10844.8,-2619.97,7.76071,0.677109,450,450,2,0,1679,3923,0,1), + (2708,5975,0,0,0,-10809.5,-2684.43,7.7607,1.44789,450,450,0,0,1752,3923,0,0), + (2709,5976,0,0,0,-10869.4,-2624.56,7.76072,5.90662,450,450,1,0,2399,0,0,1), + (2710,5976,0,0,0,-10848.2,-2722.31,7.65402,2.90214,450,450,0,0,2399,0,0,0), + (2711,5976,0,0,0,-10824.3,-2706.48,7.7607,4.6397,450,450,2,0,2399,0,0,1), + (2712,5975,0,0,0,-10850.7,-2657.42,8.74544,0.47329,450,450,0,0,1752,3923,0,0), + (2713,5974,0,0,0,-10893.7,-2638.58,7.7607,5.60475,450,450,2,0,1679,3923,0,1), + (2714,5977,0,0,0,-11517.2,-2906.36,27.6606,4.2277,450,450,5,0,3189,0,0,1), + (2715,5977,0,0,0,-11481.6,-2820.5,-0.662784,3.86804,450,450,3,0,3189,0,0,1), + (2716,5977,0,0,0,-11526.5,-2817.52,2.43685,5.68767,450,450,3,0,3189,0,0,1), + (2717,5977,0,0,0,-11480,-2886.7,8.44369,6.06141,450,450,5,0,3189,0,0,1), + (2718,6011,0,0,0,-11869,-3334.99,8.08631,3.75344,450,450,5,0,3293,0,0,1), + (2719,6010,0,0,0,-11867.4,-3336.46,8.97027,3.72497,450,450,5,0,3330,0,0,1), + (2720,6011,0,0,0,-11800.8,-3321.41,4.06468,0.401556,450,450,5,0,3293,0,0,1), + (2721,6010,0,0,0,-11805.3,-3323.34,4.7902,0.401511,450,450,5,0,3330,0,0,1), + (2722,14463,0,0,0,-11686.4,-2384.94,-0.199744,3.78736,450,450,0,0,3857,0,0,0), + (2723,12397,0,0,0,-12241.3,-2432.1,2.93936,3.26504,172800,345600,0,0,366410,0,0,2), + (2726,6009,0,0,0,-11261.1,-2525.3,97.0219,2.67461,450,450,0,0,2305,4896,0,0), + (2727,6008,0,0,0,-11338.9,-2556.07,87.4827,0.191033,450,450,5,0,2232,4765,0,1), + (2728,6007,0,0,0,-11290.4,-2551.78,97.0239,1.24853,450,450,0,0,3189,0,0,0), + (2729,6008,0,0,0,-11499.8,-2679.5,7.57719,4.36409,450,450,5,0,2232,4765,0,1), + (2730,6008,0,0,0,-11297.2,-2604.6,88.2991,3.40219,450,450,5,0,2232,4765,0,1), + (2731,6008,0,0,0,-11312.4,-2578.39,89.9251,2.52475,450,450,5,0,2232,4765,0,1), + (2732,6008,0,0,0,-11275.2,-2535.11,97.0855,4.05066,450,450,0,0,2232,4765,0,0), + (2733,6008,0,0,0,-11248.4,-2561.87,97.0332,5.11832,450,450,0,0,2232,4765,0,0), + (2734,6009,0,0,0,-11275.2,-2557.91,96.9977,1.77635,450,450,0,0,2305,4896,0,0), + (2735,6007,0,0,0,-11432.3,-2627.44,38.0941,0.719014,450,450,5,0,3189,0,0,1), + (2736,8675,0,0,0,-11555.3,-2963.46,39.3307,1.97075,450,450,5,0,2880,0,0,1), + (2737,5988,0,0,0,-10888.8,-2805.44,46.4878,0.182335,450,450,5,0,2495,0,0,1), + (2738,12396,0,0,0,-12206.7,-2751.73,17.5291,6.02139,900,900,5,0,50300,12430,0,1), + (2739,8718,0,0,0,-11883.2,-2692.7,0.601427,5.34638,900,900,5,0,48832,0,0,1), + (2740,8716,0,0,0,-12000.6,-2400.18,2.85095,5.75959,900,900,0,0,46558,12840,0,0), + (2741,8718,0,0,0,-12243.5,-2695.81,7.20349,5.01562,900,900,5,0,48832,0,0,1), + (2742,12396,0,0,0,-11981,-2584.65,-40.8031,5.21257,900,900,5,0,50300,12430,0,1), + (2743,8717,0,0,0,-11817.9,-2545.91,-13.0054,1.44935,900,900,5,0,56592,0,0,1), + (2744,12396,0,0,0,-12222,-2677.96,12.4503,1.91334,900,900,5,0,50300,12430,0,1), + (2745,8717,0,0,0,-11929.3,-2386.14,10.8776,2.81984,900,900,5,0,56592,0,0,1), + (2746,8716,0,0,0,-12146.4,-2410.7,3.2018,0.554378,900,900,2,0,46558,12840,0,1), + (2747,6004,0,0,0,-11274.5,-3453.26,8.10814,4.36638,450,450,1,0,2980,0,0,1), + (2748,6005,0,0,0,-11242.8,-3523.6,9.85982,4.45059,450,450,1,0,3082,0,0,1), + (2749,6004,0,0,0,-11261.3,-3472.12,7.914,1.32095,450,450,1,0,2980,0,0,1), + (2750,6005,0,0,0,-11511.7,-3381.13,8.4552,3.36429,450,450,5,0,3082,0,0,1), + (2751,6005,0,0,0,-11273.9,-3511.51,8.24128,2.99208,450,450,1,0,3082,0,0,1), + (2752,6006,0,0,0,-11629.5,-3407.24,9.10613,5.23646,450,450,1,0,2466,1923,0,1), + (2753,6006,0,0,0,-11260.1,-3547.26,7.4893,6.03162,450,450,1,0,2466,1923,0,1), + (2754,6006,0,0,0,-11642.1,-3387.65,17.6654,6.04058,450,450,5,0,2466,1923,0,1), + (2755,7363,0,0,0,-11362.8,-2982.84,0.798906,2.79076,450,450,0,0,3857,0,0,0), + (2756,7851,0,0,0,-11055.5,-3442.05,66.6365,2.16421,900,900,0,0,8519,0,0,0), + (2757,5999,0,0,0,-10919.8,-3452.08,65.7077,2.28289,450,450,1,0,2661,0,0,1), + (2758,5999,0,0,0,-10883.4,-3252.51,69.4235,2.02972,450,450,2,0,2661,0,0,1), + (2759,5999,0,0,0,-11045.7,-3278.93,53.3541,1.14295,450,450,5,0,2661,0,0,1), + (2760,5999,0,0,0,-11106.5,-3352.03,55.0949,4.93158,450,450,5,0,2661,0,0,1), + (2761,5999,0,0,0,-11152.6,-3400.61,76.5866,5.86174,450,450,5,0,2661,0,0,1), + (2762,5999,0,0,0,-11024.2,-3275.6,55.1284,0.506145,450,450,0,0,2661,0,0,0), + (2763,5999,0,0,0,-11085.3,-3479.63,66.7909,6.27733,450,450,2,0,2661,0,0,1), + (2764,5999,0,0,0,-10958.6,-3325.37,65.0546,4.34019,450,450,2,0,2661,0,0,1), + (2765,5996,0,0,0,-10519.3,-3309.95,-1.24627,0.872665,450,450,0,0,2479,0,0,0), + (2766,5996,0,0,0,-10553.1,-3355.76,-1.20768,0.541052,450,450,0,0,2479,0,0,0), + (2767,5998,0,0,0,-10678.3,-3633.63,-10.8863,0.2658,450,450,5,0,2252,0,0,1), + (2768,5998,0,0,0,-10698.7,-3300.77,-7.7379,6.23077,450,450,5,0,2252,0,0,1), + (2769,5996,0,0,0,-10694.9,-3415.11,-14.5371,0,450,450,0,0,2479,0,0,0), + (2770,5996,0,0,0,-10672.6,-3383.85,-12.0771,5.20108,450,450,0,0,2479,0,0,0), + (2771,5997,0,0,0,-10637.3,-3301.63,-7.08787,1.58414,450,450,5,0,2476,0,0,1), + (2772,5996,0,0,0,-10518.9,-3466.29,-11.4917,5.11381,450,450,0,0,2479,0,0,0), + (2773,5998,0,0,0,-10584.7,-3508.64,-3.61231,5.19755,450,450,5,0,2252,0,0,1), + (2774,5997,0,0,0,-10560.3,-3478.88,-5.03195,4.70406,450,450,5,0,2476,0,0,1), + (2775,5976,0,0,0,-10828.3,-2622.35,7.88571,2.54399,450,450,1,0,2399,0,0,1), + (2776,5975,0,0,0,-10868.2,-2662.13,8.8214,0.558505,450,450,0,0,1752,3923,0,0), + (2777,5974,0,0,0,-10855,-2681.45,8.82382,0.733038,450,450,0,0,1679,3923,0,0), + (2778,5975,0,0,0,-10836.9,-2720.07,7.71903,2.75762,450,450,0,0,1752,3923,0,0), + (2779,5974,0,0,0,-10873.3,-2677.81,8.73793,0.243874,450,450,5,1,1679,3923,0,2), + (2780,5977,0,0,0,-11503.7,-2844.98,4.80994,6.10946,450,450,3,0,3189,0,0,1), + (2781,5978,0,0,0,-11485.4,-2918.75,24.0836,4.02604,450,450,5,0,2305,4896,0,1), + (2782,1420,0,0,0,-10618.4,-3666.94,23.8673,3.49188,450,450,5,0,8,0,0,1), + (2783,6009,0,0,0,-11264.5,-2560.85,97.0773,2.51125,450,450,0,0,2305,4896,0,0), + (2784,6007,0,0,0,-11269.6,-2576.88,96.977,3.44843,450,450,0,0,3189,0,0,0), + (2785,6007,0,0,0,-11264.5,-2545.45,97.0609,3.28212,450,450,0,0,3189,0,0,0), + (2786,6007,0,0,0,-11251.5,-2604.09,94.8929,3.00633,450,450,5,0,3189,0,0,1), + (2787,5993,0,0,0,-11862,-2996.29,16.9151,5.23105,450,450,5,0,2727,0,0,1), + (2788,5985,0,0,0,-11844.9,-2996.68,14.0409,0.812789,450,450,10,0,2672,0,0,1), + (2789,12396,0,0,0,-12319.3,-2640.17,10.8436,1.98287,900,900,5,0,50300,12430,0,1), + (2790,8717,0,0,0,-11856.4,-2583.17,-14.7073,3.71457,900,900,5,0,56592,0,0,1), + (2791,8717,0,0,0,-11964.2,-2656.28,-12.3291,5.9485,900,900,0,0,56592,0,0,0), + (2792,8718,0,0,0,-11966.7,-2653.16,-12.8636,5.94127,900,900,1,0,48832,0,0,1), + (2793,8718,0,0,0,-11968.1,-2657.17,-11.2386,5.9473,900,900,1,0,48832,0,0,1), + (2794,8718,0,0,0,-12285,-2575.99,2.72914,1.64907,900,900,5,0,48832,0,0,1), + (2795,8717,0,0,0,-11774.9,-2518.76,-11.1947,6.08042,900,900,5,0,56592,0,0,1), + (2796,8718,0,0,0,-11925.4,-2414.17,0.619561,3.49237,900,900,5,0,48832,0,0,1), + (2797,8717,0,0,0,-11925.1,-2654.31,-1.92741,4.27057,900,900,5,0,56592,0,0,1), + (2798,8717,0,0,0,-11783.6,-2585.07,4.04247,4.95013,900,900,5,0,56592,0,0,1), + (2799,12396,0,0,0,-11989.9,-2411.92,4.1792,2.30383,900,900,0,0,50300,12430,0,0), + (2800,8717,0,0,0,-11917.1,-2522.79,-39.1208,4.81658,900,900,5,0,56592,0,0,1), + (2801,6006,0,0,0,-11484.8,-3310.4,9.02147,2.93597,450,450,5,0,2466,1923,0,1), + (2802,6006,0,0,0,-11320,-3445.15,7.71774,2.38318,450,450,5,0,2466,1923,0,1), + (2803,6004,0,0,0,-11560.2,-3360.27,10.2462,2.11421,450,450,5,0,2980,0,0,1), + (2804,6005,0,0,0,-11551.1,-3380.24,11.4795,3.5987,450,450,5,0,3082,0,0,1), + (2805,6006,0,0,0,-11490.2,-3339.76,7.76435,0.579944,450,450,0,0,2466,1923,0,0), + (2806,6006,0,0,0,-11217.8,-3498.09,8.03305,1.72187,450,450,0,0,2466,1923,0,0), + (2807,6005,0,0,0,-11442.3,-3358.14,8.68787,2.55273,450,450,5,0,3082,0,0,1), + (2808,6006,0,0,0,-11256.1,-3447.36,8.35604,1.97084,450,450,1,0,2466,1923,0,1), + (2809,6006,0,0,0,-11274.3,-3476.92,8.83595,1.55252,450,450,0,0,2466,1923,0,0), + (2810,6006,0,0,0,-11258.5,-3569.73,7.00287,5.41128,450,450,0,0,2466,1923,0,0), + (2811,7668,0,0,0,-11709.4,-3311.69,16.9198,2.22469,450,450,5,0,3758,0,0,1), + (2812,7826,0,0,0,-10997.5,-3505.23,103.211,0.767945,450,450,0,0,4108,0,0,0), + (2813,7670,0,0,0,-11331.6,-3398.19,7.59274,4.53786,450,450,2,0,3293,0,0,1), + (2814,5999,0,0,0,-10947.7,-3283.58,55.0592,1.90241,450,450,0,0,2661,0,0,0), + (2815,5999,0,0,0,-11055.7,-3307.14,50.8644,6.16239,450,450,1,0,2661,0,0,1), + (2816,5999,0,0,0,-10974.4,-3379.04,65.1799,0.837758,450,450,0,0,2661,0,0,0), + (2817,6003,0,0,0,-11040.5,-3447.2,65.8293,3.11952,450,450,0,0,4108,0,0,0), + (2818,6000,0,0,0,-10928.6,-3508.38,68.539,0.652482,450,450,5,0,2229,1750,0,1), + (2819,5999,0,0,0,-10944.8,-3507.29,73.6,3.89832,450,450,0,0,2661,0,0,0), + (2820,7851,0,0,0,-11069,-3391.42,66.6365,5.21853,900,900,0,0,8519,0,0,0), + (2821,6001,0,0,0,-11115.6,-3444.79,65.0793,5.55516,450,450,0,0,3294,0,0,0), + (2822,7851,0,0,0,-11072.5,-3393.22,66.6365,5.25344,900,900,0,0,8519,0,0,0), + (2823,5999,0,0,0,-10999.9,-3282.64,54.1348,1.81514,450,450,0,0,2661,0,0,0), + (2824,769,0,0,0,-10570.5,-3614,22.4278,0.165916,450,450,5,0,1829,0,0,1), + (2825,5996,0,0,0,-10700.8,-3274.46,-9.14291,6.23082,450,450,0,0,2479,0,0,0), + (2826,5996,0,0,0,-10812.8,-3474.37,-21.1346,5.32325,450,450,0,0,2479,0,0,0), + (2827,5996,0,0,0,-10864.6,-3051.76,47.8719,1.22173,450,450,0,0,2479,0,0,0), + (2828,5996,0,0,0,-10555.5,-3545.86,-8.21458,3.89208,450,450,0,0,2479,0,0,0), + (2829,5996,0,0,0,-10714.2,-3583.94,-31.3877,4.13643,450,450,0,0,2479,0,0,0), + (2830,5996,0,0,0,-10754.3,-3563.71,-33.4248,4.01426,450,450,0,0,2479,0,0,0), + (2831,5997,0,0,0,-10652.4,-3595.24,-7.64636,4.374,450,450,5,0,2476,0,0,1), + (2832,5996,0,0,0,-10600.4,-3187.21,12.874,4.27606,450,450,0,0,2479,0,0,0), + (2833,5998,0,0,0,-10764,-3642.1,-13.065,0.369457,450,450,5,0,2252,0,0,1), + (2834,5996,0,0,0,-10619.9,-3273.16,-6.31611,0.174533,450,450,0,0,2479,0,0,0), + (2835,5988,0,0,0,-11089.1,-3142.38,42.9618,5.11574,450,450,5,0,2495,0,0,1), + (2836,8717,0,0,0,-11752.8,-2486.95,-7.43404,3.90651,900,900,5,0,56592,0,0,1), + (2837,8717,0,0,0,-11716.7,-2442.07,-7.41575,1.82382,900,900,5,0,56592,0,0,1), + (2838,12396,0,0,0,-12323.9,-2580.36,8.9599,2.71287,900,900,5,0,50300,12430,0,1), + (2839,8717,0,0,0,-12189.9,-2588.87,-2.98258,4.16828,900,900,5,0,56592,0,0,1), + (2840,8717,0,0,0,-11811.8,-2624.23,4.25096,1.3078,900,900,5,0,56592,0,0,1), + (2841,8717,0,0,0,-12043.3,-2523.64,-38.7124,5.90628,900,900,5,0,56592,0,0,1), + (2842,8717,0,0,0,-11757,-2555.62,2.43561,4.09456,900,900,5,0,56592,0,0,1), + (2843,8717,0,0,0,-11947.6,-2546.65,-47.4309,1.3416,900,900,5,0,56592,0,0,1), + (2844,8717,0,0,0,-11884,-2544.6,-36.325,0.821294,900,900,5,0,56592,0,0,1), + (2845,6005,0,0,0,-11249.2,-3467.66,7.90503,4.05974,450,450,1,0,3082,0,0,1), + (2846,6005,0,0,0,-11326.9,-3424.21,7.59274,4.54259,450,450,5,0,3082,0,0,1), + (2847,6004,0,0,0,-11619,-3357.54,8.68237,4.54843,450,450,10,0,2980,0,0,1), + (2848,6006,0,0,0,-11522.4,-3353.17,9.94743,4.35728,450,450,5,0,2466,1923,0,1), + (2849,6005,0,0,0,-11256.9,-3409.38,15.6411,2.90721,450,450,5,0,3082,0,0,1), + (2850,6004,0,0,0,-11456.9,-3322.41,8.47633,2.9435,450,450,5,0,2980,0,0,1), + (2851,6004,0,0,0,-11279.2,-3476.89,7.94735,5.4126,450,450,0,0,2980,0,0,0), + (2852,6004,0,0,0,-11481,-3382.53,8.39437,5.62663,450,450,5,0,2980,0,0,1), + (2853,7666,0,0,0,-11219.6,-3475.74,9.85,4.50295,900,900,0,0,13782,45780,0,0), + (2854,7671,0,0,0,-11323.3,-2522.83,93.9779,1.47651,450,450,5,0,3529,0,0,1), + (2855,7665,0,0,0,-10857.3,-2667.71,7.88419,3.24631,900,900,0,0,22968,0,0,0), + (2856,7668,0,0,0,-11739,-3053.84,18.4111,4.22703,450,450,5,0,3758,0,0,1), + (2857,7668,0,0,0,-11842.3,-2974.43,10.0113,4.15581,450,450,10,0,3758,0,0,1), + (2858,5999,0,0,0,-11067.7,-3310.93,50.0931,0.837758,450,450,0,0,2661,0,0,0), + (2859,5999,0,0,0,-11006.5,-3348.3,65.1574,1.73948,450,450,1,1,2661,0,0,2), + (2860,5999,0,0,0,-11001.1,-3279.35,54.7213,5.044,450,450,0,0,2661,0,0,0), + (2861,5999,0,0,0,-10991.9,-3373.95,63.453,1.39626,450,450,0,0,2661,0,0,0), + (2862,6001,0,0,0,-10926.7,-3484.35,65.0793,5.81771,450,450,0,0,3294,0,0,0), + (2863,5999,0,0,0,-11018.8,-3316.18,59.9649,5.59869,450,450,1,0,2661,0,0,1), + (2864,5999,0,0,0,-10976,-3440.43,63.3245,0.10937,450,450,1,0,2661,0,0,1), + (2865,5999,0,0,0,-11163.1,-3440.09,61.7783,2.56579,450,450,5,0,2661,0,0,1), + (2866,5999,0,0,0,-10940.7,-3263.98,53.9229,5.15052,450,450,0,0,2661,0,0,0), + (2867,5999,0,0,0,-11057.3,-3291.48,51.8873,6.14356,450,450,0,0,2661,0,0,0), + (2868,5996,0,0,0,-10613.9,-3337.17,-7.95657,0.10472,450,450,0,0,2479,0,0,0), + (2869,5996,0,0,0,-10605,-3621.74,-12.6862,5.34071,450,450,0,0,2479,0,0,0), + (2870,5996,0,0,0,-10542.7,-3600.31,-14.7056,6.00393,450,450,0,0,2479,0,0,0), + (2871,5996,0,0,0,-10668.6,-3245.1,-1.31415,4.24115,450,450,0,0,2479,0,0,0), + (2872,5996,0,0,0,-10745.3,-3578.71,-33.0994,4.34587,450,450,0,0,2479,0,0,0), + (2873,5996,0,0,0,-10617.4,-3433.49,1.5664,6.23082,450,450,0,0,2479,0,0,0), + (2874,5997,0,0,0,-10643.4,-3374.95,-12.1814,4.24475,450,450,5,0,2476,0,0,1), + (2875,5996,0,0,0,-10617.6,-3376.93,-13.217,5.37561,450,450,0,0,2479,0,0,0), + (2876,5996,0,0,0,-10688.1,-3074.86,19.9263,4.24115,450,450,0,0,2479,0,0,0), + (2877,5996,0,0,0,-10667.4,-3511.52,-29.3017,0.122173,450,450,0,0,2479,0,0,0), + (2878,5991,0,0,0,-11738.7,-3389.13,14.4759,3.72791,450,450,5,0,2980,0,0,1), + (2879,12396,0,0,0,-12052.7,-2586.09,-37.803,4.11408,900,900,5,0,50300,12430,0,1), + (2880,8717,0,0,0,-11886.9,-2614.32,-4.11568,4.63022,900,900,5,0,56592,0,0,1), + (2881,8717,0,0,0,-12078.5,-2619.14,-31.5581,5.33667,900,900,5,0,56592,0,0,1), + (2882,8718,0,0,0,-12148.3,-2587.84,-21.0075,5.46741,900,900,5,0,48832,0,0,1), + (2883,8718,0,0,0,-11933,-2717.8,6.27571,5.04031,900,900,5,0,48832,0,0,1), + (2884,8717,0,0,0,-11950.4,-2618.1,-36.5232,0.453874,900,900,5,0,56592,0,0,1), + (2885,8717,0,0,0,-11752.7,-2420.61,-13.3446,4.78403,900,900,5,0,56592,0,0,1), + (2886,8717,0,0,0,-11882.1,-2681.98,0.476427,1.83067,900,900,5,0,56592,0,0,1), + (2887,12396,0,0,0,-12202.4,-2744.55,16.3448,5.39307,900,900,5,0,50300,12430,0,1), + (2888,8717,0,0,0,-11858.1,-2643.35,-1.83507,2.64474,900,900,5,0,56592,0,0,1), + (2889,6006,0,0,0,-11476.2,-3348.33,7.38935,6.10416,450,450,0,0,2466,1923,0,0), + (2890,6004,0,0,0,-11238.5,-3451.99,7.29774,3.6961,450,450,0,0,2980,0,0,0), + (2891,6004,0,0,0,-11231.8,-3506.31,13.0205,2.17889,450,450,1,0,2980,0,0,1), + (2892,6004,0,0,0,-11319.8,-3411.34,7.59274,0.537749,450,450,3,0,2980,0,0,1), + (2893,6006,0,0,0,-11624.2,-3390.11,9.35596,3.02998,450,450,0,0,2466,1923,0,0), + (2894,6004,0,0,0,-11304,-3419.41,9.37139,5.39922,450,450,0,0,2980,0,0,0), + (2895,6004,0,0,0,-11612.4,-3388.74,7.85596,3.9336,450,450,0,0,2980,0,0,0), + (2896,6005,0,0,0,-11261.1,-3561.94,7.47284,2.14633,450,450,0,0,3082,0,0,0), + (2897,7668,0,0,0,-11880.3,-3026.19,18.5392,4.44128,450,450,10,0,3758,0,0,1), + (2898,7668,0,0,0,-11811.4,-3355.22,6.96486,4.9189,450,450,5,0,3758,0,0,1), + (2899,7671,0,0,0,-11476.3,-2692.11,6.95219,4.93068,450,450,5,0,3529,0,0,1), + (2900,1196,0,0,0,-5399.57,546.408,387.271,2.96873,180,180,10,0,164,0,0,1), + (2901,6886,0,0,0,-5336.66,562.818,395.897,6.0912,180,180,0,0,500,0,0,0), + (2902,1201,0,0,0,-5418.4,481.374,384.49,3.20424,180,180,10,0,137,0,0,1), + (2903,1196,0,0,0,-5417.44,478.429,384.342,0.359238,180,180,10,0,164,0,0,1), + (2904,1201,0,0,0,-5417.58,536.185,386.756,0.545774,180,180,10,0,137,0,0,1), + (2905,1127,0,0,0,-5378.84,448.41,385.724,4.28846,180,180,5,0,137,0,0,1), + (2906,721,0,0,0,-5358.34,443.814,386.117,3.16295,180,180,10,0,1,0,0,1), + (2907,1120,0,0,0,-5515.93,513.092,387.936,5.5807,180,180,5,0,137,0,0,1), + (2908,1201,0,0,0,-5447.46,483.958,385.746,2.00944,180,180,10,0,137,0,0,1), + (2909,721,0,0,0,-5456.2,490.182,385.725,1.60536,180,180,10,0,1,0,0,1), + (2910,1121,0,0,0,-5521.19,551.901,391.715,2.06328,180,180,5,0,148,165,0,1), + (2911,1120,0,0,0,-5561.04,518.539,382.011,4.2237,180,180,0,0,137,0,0,0), + (2912,1123,0,0,0,-5567.64,521.862,381.425,4.93928,180,180,0,0,156,0,0,0), + (2913,1123,0,0,0,-5566.43,514.22,381.886,5.8294,180,180,0,0,156,0,0,0), + (2914,1120,0,0,0,-5568.12,517.603,381.675,4.10152,180,180,0,0,137,0,0,0), + (2915,1121,0,0,0,-5563.04,513.006,381.886,1.25664,180,180,0,0,148,165,0,0), + (2916,1124,0,0,0,-5556.3,521.664,382.386,4.04916,180,180,0,0,160,350,0,0), + (2917,1121,0,0,0,-5538.93,517.203,387.261,0.788232,180,180,5,0,148,165,0,1), + (2918,1121,0,0,0,-5585.96,552.711,388.179,2.77985,180,180,5,0,148,165,0,1), + (2919,1120,0,0,0,-5554.37,553.291,393.04,1.02446,180,180,5,0,137,0,0,1), + (2920,1121,0,0,0,-5565.6,637.562,398.912,0.505196,180,180,5,0,148,165,0,1), + (2921,1123,0,0,0,-5564.88,648.602,398.516,5.66578,180,180,5,0,156,0,0,1), + (2922,1123,0,0,0,-5547.14,546.356,391.621,4.53184,180,180,5,0,156,0,0,1), + (2923,1123,0,0,0,-5547.62,660.976,395.687,5.408,180,180,5,0,156,0,0,1), + (2924,1123,0,0,0,-5549.38,641.151,399.193,3.28741,180,180,5,0,156,0,0,1), + (2925,1123,0,0,0,-5547.56,605.561,396.011,2.01467,180,180,5,0,156,0,0,1), + (2926,1123,0,0,0,-5549.6,590.547,395.329,4.84886,180,180,5,0,156,0,0,1), + (2927,1120,0,0,0,-5612.4,528.935,386.806,2.39576,180,180,5,0,137,0,0,1), + (2928,1123,0,0,0,-5590.94,520.052,383.3,2.76605,180,180,5,0,156,0,0,1), + (2929,1120,0,0,0,-5565.55,487.368,382.804,3.12868,180,180,5,0,137,0,0,1), + (2930,1120,0,0,0,-5588.74,487.23,385.006,2.93619,180,180,5,0,137,0,0,1), + (2931,1123,0,0,0,-5625.43,624.892,385.988,2.06804,180,180,5,0,156,0,0,1), + (2932,1124,0,0,0,-5602.53,656.692,384.234,2.7131,180,180,5,0,160,350,0,1), + (2933,1122,0,0,0,-5591.88,624.357,396.503,1.01974,180,180,5,0,176,0,0,1), + (2934,1121,0,0,0,-5584.62,662.3,394.939,1.3894,180,180,5,0,148,165,0,1), + (2935,1122,0,0,0,-5636.02,629.53,386.394,5.43691,180,180,5,0,176,0,0,1), + (2936,1122,0,0,0,-5585.36,679.937,385.03,2.50185,180,180,5,0,176,0,0,1), + (2937,1121,0,0,0,-5533.71,688.133,397.071,5.01868,180,180,5,0,148,165,0,1), + (2938,1260,0,0,0,-5586.91,680.054,384.958,4.05244,3600,3600,0,0,208,205,0,0), + (2939,1124,0,0,0,-5526.6,700.04,395.057,1.5888,180,180,5,0,160,350,0,1), + (2940,1123,0,0,0,-5522.88,717.184,391.938,1.22618,180,180,5,0,156,0,0,1), + (2941,1122,0,0,0,-5560.95,719.393,382.593,3.30961,180,180,5,0,176,0,0,1), + (2942,1123,0,0,0,-5577.19,700.348,381.903,3.12328,180,180,5,0,156,0,0,1), + (2943,1124,0,0,0,-5590.15,736.674,391.81,2.6762,180,180,0,0,160,350,0,0), + (2944,1122,0,0,0,-5539.68,737.817,385.804,4.10152,180,180,0,0,176,0,0,0), + (2945,1123,0,0,0,-5550.1,759.476,384.11,0.593377,180,180,0,0,156,0,0,0), + (2946,1124,0,0,0,-5595.8,713.236,382.348,4.06796,180,180,5,0,160,350,0,1), + (2947,1121,0,0,0,-5546.07,738.924,385.216,2.41982,180,180,0,0,148,165,0,0), + (2948,1122,0,0,0,-5619.47,748.52,385.24,3.91135,180,180,0,0,176,0,0,0), + (2949,1122,0,0,0,-5615.6,732.865,388.432,2.83086,180,180,0,0,176,0,0,0), + (2950,1123,0,0,0,-5572.32,764.485,383.641,1.35039,180,180,0,0,156,0,0,0), + (2951,1124,0,0,0,-5635.81,763.415,387.562,0.922635,180,180,0,0,160,350,0,0), + (2952,1123,0,0,0,-5665.78,755.486,389.534,0.926931,180,180,0,0,156,0,0,0), + (2953,1122,0,0,0,-5675.03,736.744,387.582,1.12994,180,180,0,0,176,0,0,0), + (2954,1124,0,0,0,-5644.7,677.735,388.477,0.729619,180,180,0,0,160,350,0,0), + (2955,1122,0,0,0,-5681.95,722.136,386.857,2.68466,180,180,0,0,176,0,0,0), + (2956,1123,0,0,0,-5670.42,687.54,387.824,5.925,180,180,0,0,156,0,0,0), + (2957,1121,0,0,0,-5666.23,675.958,386.444,5.14592,180,180,0,0,148,165,0,0), + (2958,1122,0,0,0,-5676.78,658.393,387.489,6.2526,180,180,0,0,176,0,0,0), + (2959,1122,0,0,0,-5645.45,646.851,384.805,1.83865,180,180,0,0,176,0,0,0), + (2960,1196,0,0,0,-5707.71,555.298,393.455,5.94476,180,180,10,0,164,0,0,1), + (2961,721,0,0,0,-5573.03,464.959,383.778,4.42837,180,180,10,0,1,0,0,1), + (2962,1196,0,0,0,-5689.31,522.743,388.005,2.02134,180,180,10,0,164,0,0,1), + (2963,1127,0,0,0,-5685.56,490.94,387.707,0.05236,180,180,0,0,137,0,0,0), + (2964,1127,0,0,0,-5648.19,446.078,383.582,2.2902,180,180,0,0,137,0,0,0), + (2965,1196,0,0,0,-5722.07,487.089,394.889,2.4611,180,180,10,0,164,0,0,1), + (2966,1201,0,0,0,-5675.04,445.211,386.322,6.27733,180,180,10,0,137,0,0,1), + (2967,7670,0,0,0,-11612.3,-3395.03,7.60596,3.28177,450,450,0,0,3293,0,0,0), + (2968,5999,0,0,0,-10972.6,-3271.03,47.674,3.45964,450,450,1,1,2661,0,0,2), + (2969,7851,0,0,0,-11045,-3434.5,66.6365,1.97222,900,900,0,0,8519,0,0,0), + (2970,5999,0,0,0,-11018.9,-3449.99,64.9648,4.72666,450,450,1,0,2661,0,0,1), + (2971,5999,0,0,0,-11019.8,-3488.39,68.744,2.87882,450,450,5,0,2661,0,0,1), + (2972,7851,0,0,0,-10946.1,-3418.25,66.5809,1.65806,900,900,0,0,8519,0,0,0), + (2973,6001,0,0,0,-11087.8,-3444.94,65.0793,5.44032,450,450,0,0,3294,0,0,0), + (2974,5999,0,0,0,-11053.4,-3291.33,52.427,3.42085,450,450,0,0,2661,0,0,0), + (2975,6002,0,0,0,-10919.7,-3493.44,65.0793,4.42917,450,450,0,0,3517,4281,0,0), + (2976,6000,0,0,0,-10897.1,-3258.07,66.0693,3.96984,450,450,1,0,2229,1750,0,1), + (2977,5999,0,0,0,-10889.5,-3451.58,74.5793,4.41744,450,450,1,0,2661,0,0,1), + (2978,5996,0,0,0,-10691.6,-3648.49,-11.6835,4.74729,450,450,0,0,2479,0,0,0), + (2979,5997,0,0,0,-10689.8,-3537.39,-33.0173,1.23766,450,450,1,0,2476,0,0,1), + (2980,5996,0,0,0,-10545.2,-3327.93,0.715781,4.95674,450,450,0,0,2479,0,0,0), + (2981,5996,0,0,0,-10652.2,-3501.24,-8.947,5.5676,450,450,0,0,2479,0,0,0), + (2982,5996,0,0,0,-10790,-3380.49,-9.0306,5.23599,450,450,0,0,2479,0,0,0), + (2983,5996,0,0,0,-10535.4,-3261.23,1.81747,0.820305,450,450,0,0,2479,0,0,0), + (2984,5996,0,0,0,-10557.3,-3250.7,5.59019,3.26377,450,450,0,0,2479,0,0,0), + (2985,5997,0,0,0,-10708.9,-3553.84,-30.8365,4.675,450,450,1,0,2476,0,0,1), + (2986,5996,0,0,0,-10801.6,-3555.25,-7.94472,1.41372,450,450,0,0,2479,0,0,0), + (2987,5988,0,0,0,-11129,-3109.25,38.0945,0.441817,450,450,5,0,2495,0,0,1), + (2988,8717,0,0,0,-11944.6,-2682.44,0.156738,3.40603,900,900,5,0,56592,0,0,1), + (2989,8716,0,0,0,-12212.7,-2555.66,-9.51072,5.80922,900,900,5,0,46558,12840,0,1), + (2990,8717,0,0,0,-11884.2,-2410.27,-0.917114,0.86831,900,900,5,0,56592,0,0,1), + (2991,1201,0,0,0,-5656.36,368.805,388.055,0.433821,180,180,10,0,137,0,0,1), + (2992,1201,0,0,0,-5635.8,391.688,383.546,5.18477,180,180,10,0,137,0,0,1), + (2993,8718,0,0,0,-11812.7,-2511.8,-20.6063,1.15436,900,900,5,0,48832,0,0,1), + (2994,8718,0,0,0,-12074.8,-2647.25,-31.17,0.276692,900,900,5,0,48832,0,0,1), + (2995,12396,0,0,0,-12196.4,-2741.55,14.6566,4.92183,900,900,5,0,50300,12430,0,1), + (2996,8717,0,0,0,-11948.3,-2408.23,-0.650046,1.36229,900,900,5,0,56592,0,0,1), + (2997,721,0,0,0,-5663.18,404.866,386.43,6.12194,180,180,10,0,1,0,0,1), + (2998,1127,0,0,0,-5628.55,407.606,382.5,0.925025,180,180,0,0,137,0,0,0), + (2999,1196,0,0,0,-5666.91,420.541,385.653,4.36595,180,180,10,0,164,0,0,1), + (3000,721,0,0,0,-5604.46,428.967,381.82,5.07169,180,180,10,0,1,0,0,1), + (3001,1201,0,0,0,-5636.13,408.904,383.055,1.53886,180,180,10,0,137,0,0,1), + (3002,1196,0,0,0,-5592.17,418.139,380.449,1.46771,180,180,10,0,164,0,0,1), + (3003,1201,0,0,0,-5508.89,369.49,389.222,3.6358,180,180,10,0,137,0,0,1), + (3004,1201,0,0,0,-5483.22,414.599,386.078,6.14018,180,180,10,0,137,0,0,1), + (3005,1127,0,0,0,-5432.29,436.459,386.325,1.3733,180,180,0,0,137,0,0,0), + (3006,1196,0,0,0,-5437.89,406.142,391.565,1.4278,180,180,10,0,164,0,0,1), + (3007,1196,0,0,0,-5440.85,441.956,385.314,6.11634,180,180,10,0,164,0,0,1), + (3008,1201,0,0,0,-5353.79,415.879,388.774,3.41024,180,180,10,0,137,0,0,1), + (3009,1127,0,0,0,-5278.6,421.674,387.973,3.91042,180,180,0,0,137,0,0,0), + (3010,1196,0,0,0,-5292.11,420.857,388.86,4.78662,180,180,10,0,164,0,0,1), + (3011,1127,0,0,0,-5331.42,405.354,389.605,1.46608,180,180,0,0,137,0,0,0), + (3012,1196,0,0,0,-5278.4,371.068,394.756,4.62827,180,180,10,0,164,0,0,1), + (3013,721,0,0,0,-5226.08,426.809,389.288,4.55873,180,180,10,0,1,0,0,1), + (3014,1196,0,0,0,-5240.07,359.182,397.237,0.634801,180,180,10,0,164,0,0,1), + (3015,1127,0,0,0,-5270.96,344.558,396.134,3.0359,180,180,0,0,137,0,0,0), + (3016,1201,0,0,0,-5189.36,411.983,393.408,4.56624,180,180,10,0,137,0,0,1), + (3017,1196,0,0,0,-5264.65,315.338,396.436,4.78078,180,180,10,0,164,0,0,1), + (3018,1196,0,0,0,-5217.14,277.976,396.184,2.24331,180,180,10,0,164,0,0,1), + (3019,3162,0,0,0,-5363.67,319.114,394.197,4.39823,180,180,0,0,500,0,0,0), + (3020,1375,0,0,0,-5372.03,315.428,394.444,4.57276,180,180,0,0,500,0,0,0), + (3021,8717,0,0,0,-11853.5,-2682.96,2.92018,1.69566,900,900,5,0,56592,0,0,1), + (3022,13076,0,0,0,-5353.38,324.329,394.356,5.99117,250,250,0,0,1903,0,0,2), + (3023,13076,0,0,0,-5360.34,293.122,394.78,2.74017,250,250,0,0,1903,0,0,0), + (3024,721,0,0,0,-5361.96,316.658,394.201,2.20719,180,180,10,0,1,0,0,1), + (3025,8508,0,0,0,-5343.18,248.987,388.215,4.4855,180,180,0,0,413,0,0,0), + (3026,1697,0,0,0,-5387.62,302.251,394.054,0.715585,180,180,0,0,413,0,0,0), + (3027,1374,0,0,0,-5378.4,315.291,394.289,4.46804,180,180,0,0,413,0,0,0), + (3028,13076,0,0,0,-5383.14,318.846,394.364,3.45575,250,250,0,0,1903,0,0,0), + (3029,13076,0,0,0,-5398.17,315.192,395.989,3.28122,250,250,0,0,1903,0,0,0), + (3030,13076,0,0,0,-5382.49,296.601,393.884,0.890118,250,250,0,0,1903,0,0,0), + (3031,11807,0,0,0,-5334.86,254.826,388.16,1.93209,180,180,0,1,644,326,0,2), + (3032,6004,0,0,0,-11293.2,-3413.99,8.79251,1.36246,450,450,5,0,2980,0,0,1), + (3033,6006,0,0,0,-11219.5,-3491.96,8.29468,2.08067,450,450,0,0,2466,1923,0,0), + (3034,6005,0,0,0,-11225.9,-3488,8.76066,2.16793,450,450,0,0,3082,0,0,0), + (3035,6005,0,0,0,-11607.4,-3396.51,7.60596,1.98245,450,450,0,0,3082,0,0,0), + (3036,1127,0,0,0,-5423.16,214.629,396.949,4.37754,180,180,5,0,137,0,0,1), + (3037,1196,0,0,0,-5426.18,207.724,396.985,0.800395,180,180,10,0,164,0,0,1), + (3038,1127,0,0,0,-5508.31,344.682,394.113,3.37271,180,180,0,0,137,0,0,0), + (3039,6005,0,0,0,-11288.1,-3441.4,10.5,5.32283,450,450,0,0,3082,0,0,0), + (3040,721,0,0,0,-5484.92,335.328,397.017,3.46952,180,180,10,0,1,0,0,1), + (3041,6005,0,0,0,-11302.2,-3408.62,7.59274,1.24285,450,450,3,0,3082,0,0,1), + (3042,6004,0,0,0,-11489.2,-3351.57,7.38935,4.84003,450,450,0,0,2980,0,0,0), + (3043,1127,0,0,0,-5480.33,220.444,397.324,3.12414,180,180,0,0,137,0,0,0), + (3044,6005,0,0,0,-11243.4,-3449.49,8.28101,3.58595,450,450,0,0,3082,0,0,0), + (3045,1127,0,0,0,-5512.1,226.237,398.074,1.72374,180,180,5,0,137,0,0,1), + (3046,1201,0,0,0,-5545.66,349.785,391.841,6.09268,180,180,10,0,137,0,0,1), + (3047,6004,0,0,0,-11337.5,-3454.17,18.2737,4.85776,450,450,1,0,2980,0,0,1), + (3048,6005,0,0,0,-11649.1,-3348.88,8.56008,2.62,450,450,10,0,3082,0,0,1), + (3049,7728,0,0,0,-11254.4,-3562.16,7.93936,3.6257,900,900,0,0,10456,0,0,0), + (3050,5999,0,0,0,-11083.8,-3316.24,49.0646,1.29205,450,450,2,0,2661,0,0,1), + (3051,5999,0,0,0,-11003.2,-3403.04,61.9667,3.85421,450,450,1,0,2661,0,0,1), + (3052,6003,0,0,0,-10974.1,-3405.34,65.4901,4.71976,450,450,0,0,4108,0,0,0), + (3053,1196,0,0,0,-5574.92,338.128,391.483,4.78926,180,180,10,0,164,0,0,1), + (3054,5999,0,0,0,-10910.1,-3257.39,60.7225,4.74168,450,450,1,0,2661,0,0,1), + (3055,6003,0,0,0,-11049.1,-3375.91,65.3293,3.21335,450,450,0,0,4108,0,0,0), + (3056,721,0,0,0,-5612.19,215.909,394.726,4.13031,180,180,10,0,1,0,0,1), + (3057,5999,0,0,0,-11060.4,-3331.25,67.1477,1.80863,450,450,5,0,2661,0,0,1), + (3058,7851,0,0,0,-10931.3,-3369.88,66.5809,4.4855,900,900,0,0,8519,0,0,0), + (3059,1196,0,0,0,-5515.43,212.82,399.737,5.67476,180,180,10,0,164,0,0,1), + (3060,5999,0,0,0,-10876.3,-3480.09,65.3293,6.26206,450,450,5,0,2661,0,0,1), + (3061,1125,0,0,0,-5639.23,275.806,389.787,4.33619,180,180,10,0,102,0,0,1), + (3062,7851,0,0,0,-11041.8,-3432.47,66.6365,2.30383,900,900,0,0,8519,0,0,0), + (3063,721,0,0,0,-5607.16,309.348,392.829,3.51345,180,180,10,0,1,0,0,1), + (3064,5999,0,0,0,-11021.5,-3397.24,65.2414,1.37881,450,450,0,0,2661,0,0,0), + (3065,1127,0,0,0,-5582.53,317.776,394.461,4.73175,180,180,5,0,137,0,0,1), + (3066,5996,0,0,0,-10688.9,-3619.6,-7.81449,2.16421,450,450,0,0,2479,0,0,0), + (3067,1125,0,0,0,-5661.43,322.343,386.753,3.04956,180,180,10,0,102,0,0,1), + (3068,1128,0,0,0,-5703.75,306.151,387.225,4.70458,180,180,10,0,122,0,0,1), + (3069,5996,0,0,0,-10638,-3643.24,-13.9714,4.2237,450,450,0,0,2479,0,0,0), + (3070,721,0,0,0,-5672.29,269.747,385.403,5.18914,180,180,10,0,1,0,0,1), + (3071,5996,0,0,0,-10633.5,-3480.83,-6.24618,0.261799,450,450,0,0,2479,0,0,0), + (3072,5997,0,0,0,-10562.5,-3496.07,-6.3998,1.08212,450,450,5,0,2476,0,0,1), + (3073,5996,0,0,0,-10615.5,-3126.4,18.4905,0.15708,450,450,0,0,2479,0,0,0), + (3074,1125,0,0,0,-5752.24,192.971,369.937,1.0472,180,180,10,0,102,0,0,1), + (3075,5996,0,0,0,-10645.1,-3417.18,3.82311,3.1765,450,450,0,0,2479,0,0,0), + (3076,5996,0,0,0,-10784.8,-3643.68,-11.6478,3.24631,450,450,0,0,2479,0,0,0), + (3077,5996,0,0,0,-10740.8,-3663.81,-11.0506,0.034907,450,450,0,0,2479,0,0,0), + (3078,721,0,0,0,-5797.76,253.149,383.108,4.39055,180,180,10,0,1,0,0,1), + (3079,1125,0,0,0,-5778.59,258.034,378.761,4.18747,180,180,10,0,102,0,0,1), + (3080,8675,0,0,0,-11414.5,-2915.38,3.11745,3.96471,450,450,10,0,2880,0,0,1), + (3081,721,0,0,0,-5722.11,222.714,371.706,1.2123,180,180,10,0,1,0,0,1), + (3082,5988,0,0,0,-11056.2,-3136.22,45.5669,1.32203,450,450,5,0,2495,0,0,1), + (3083,1128,0,0,0,-5717.37,209.205,368.213,3.78001,180,180,10,0,122,0,0,1), + (3084,8717,0,0,0,-11781.9,-2448.57,-16.0607,0.821336,900,900,5,0,56592,0,0,1), + (3085,8716,0,0,0,-12154.6,-2486.75,2.43021,4.08374,900,900,5,0,46558,12840,0,1), + (3086,8717,0,0,0,-11982.2,-2649.32,-15.7386,0.567186,900,900,5,0,56592,0,0,1), + (3087,8717,0,0,0,-11902,-2717.96,6.13408,1.48927,900,900,5,0,56592,0,0,1), + (3088,1128,0,0,0,-5755.67,287.236,382.387,1.70193,180,180,10,0,122,0,0,1), + (3089,8717,0,0,0,-11923.7,-2586.02,-39.0151,3.51338,900,900,5,0,56592,0,0,1), + (3090,8717,0,0,0,-12085.4,-2553.96,-35.0681,3.54495,900,900,5,0,56592,0,0,1), + (3091,1128,0,0,0,-5777,202.862,371.963,5.01902,180,180,10,0,122,0,0,1), + (3092,1196,0,0,0,-5833.81,300.745,420.966,5.6057,180,180,10,0,164,0,0,1), + (3093,1125,0,0,0,-5754.01,106.97,366.7,4.08662,180,180,10,0,102,0,0,1), + (3094,1125,0,0,0,-5795.45,92.3595,364.558,0.296706,180,180,10,0,102,0,0,1), + (3095,8717,0,0,0,-11884.7,-2719.64,3.64841,1.94693,900,900,5,0,56592,0,0,1), + (3096,1125,0,0,0,-5830.37,144.311,402.566,4.08407,180,180,10,0,102,0,0,1), + (3097,8717,0,0,0,-11813.1,-2478.05,-20.9353,0.576621,900,900,5,0,56592,0,0,1), + (3098,8717,0,0,0,-12014.4,-2544.63,-40.8406,1.16942,900,900,5,0,56592,0,0,1), + (3099,6005,0,0,0,-11311.5,-3423.99,8.46774,2.78452,450,450,3,0,3082,0,0,1), + (3100,7668,0,0,0,-11835.4,-3346.96,6.55166,4.80872,450,450,5,0,3758,0,0,1), + (3101,721,0,0,0,-5703.79,114.366,385.582,1.85178,180,180,10,0,1,0,0,1), + (3102,7669,0,0,0,-11525.5,-2860.79,8.80994,0.822076,450,450,1,0,3189,0,0,1), + (3103,1126,0,0,0,-5703.74,111.435,385.084,5.03116,180,180,10,0,120,0,0,1), + (3104,1126,0,0,0,-5657.32,9.98776,406.614,5.66974,180,180,10,0,120,0,0,1), + (3105,1126,0,0,0,-5673.33,47.0355,397.099,4.93699,180,180,10,0,120,0,0,1), + (3106,5999,0,0,0,-10896.3,-3427.24,65.4543,2.02426,450,450,1,0,2661,0,0,1), + (3107,1126,0,0,0,-5608.4,-34.0437,415.53,0.667725,180,180,10,0,120,0,0,1), + (3108,1126,0,0,0,-5590.01,12.8294,440.07,4.69676,180,180,10,0,120,0,0,1), + (3109,5999,0,0,0,-10977.4,-3391.3,65.1364,2.1293,450,450,0,0,2661,0,0,0), + (3110,6003,0,0,0,-11063.8,-3472.37,65.0793,5.58784,450,450,0,0,4108,0,0,0), + (3111,1271,0,0,0,-5656,-96,419.074,1.042,180,180,0,0,666,0,0,2), + (3112,1126,0,0,0,-5553.34,-19.0612,433.458,1.10032,180,180,10,0,120,0,0,1), + (3113,1126,0,0,0,-5555.99,-75.3499,428.056,2.85168,180,180,10,0,120,0,0,1), + (3114,1127,0,0,0,-5580.63,-55.822,421.866,4.31096,180,180,0,0,137,0,0,0), + (3115,5999,0,0,0,-10957.4,-3291.1,54.707,4.33718,450,450,5,0,2661,0,0,1), + (3116,1126,0,0,0,-5550.97,-76.1191,426.931,3.03978,180,180,10,0,120,0,0,1), + (3117,721,0,0,0,-5588.77,-46.6101,419.793,3.44693,180,180,10,0,1,0,0,1), + (3118,1126,0,0,0,-5474.26,-101.815,431.55,1.4357,180,180,10,0,120,0,0,1), + (3119,1135,0,0,0,-5475.86,-152.694,346.827,3.28349,180,180,5,0,120,0,0,1), + (3120,1135,0,0,0,-5456.88,-139.219,346.827,6.04835,180,180,5,0,120,0,0,1), + (3121,1135,0,0,0,-5443.66,-153.336,351.376,3.65848,180,180,5,0,120,0,0,1), + (3122,1135,0,0,0,-5432.07,-134.393,350.506,4.36332,180,180,0,0,120,0,0,0), + (3123,1127,0,0,0,-5427.46,-190.397,404.276,1.8675,180,180,0,0,137,0,0,0), + (3124,1126,0,0,0,-5417.08,-146.935,399.831,6.08869,180,180,10,0,120,0,0,1), + (3125,1135,0,0,0,-5479.27,-121.141,346.827,2.51812,180,180,5,0,120,0,0,1), + (3126,1134,0,0,0,-5496.19,-127.459,346.827,6.16746,180,180,5,0,102,0,0,1), + (3127,1137,0,0,0,-5436.07,-117.846,347.834,4.10152,3600,3600,0,0,176,0,0,2), + (3128,721,0,0,0,-5415.57,-104.99,396.552,3.50652,180,180,10,0,1,0,0,1), + (3129,1135,0,0,0,-5465.78,-112.592,346.827,4.32155,180,180,5,0,120,0,0,1), + (3130,1126,0,0,0,-5456.89,-126.023,409.116,1.79681,180,180,10,0,120,0,0,1), + (3131,1126,0,0,0,-5411.45,-96.9262,395.562,3.42692,180,180,10,0,120,0,0,1), + (3132,721,0,0,0,-5427.28,-214.123,404.843,1.65673,180,180,10,0,1,0,0,1), + (3133,1135,0,0,0,-5445.74,-180.89,349.839,6.03884,180,180,0,0,120,0,0,0), + (3134,5999,0,0,0,-10874.3,-3284.88,88.4249,5.39078,450,450,5,0,2661,0,0,1), + (3135,1135,0,0,0,-5428.15,-164.489,351.642,3.56047,180,180,0,0,120,0,0,0), + (3136,1135,0,0,0,-5408.26,-192.625,349.73,3.96501,180,180,5,0,120,0,0,1), + (3137,1134,0,0,0,-5392.56,-180.219,370.357,0.747044,180,180,5,0,102,0,0,1), + (3138,1135,0,0,0,-5416.64,-193.357,371.891,0.541052,180,180,0,0,120,0,0,0), + (3139,1135,0,0,0,-5395.96,-130.405,368.136,5.28835,180,180,0,0,120,0,0,0), + (3140,1127,0,0,0,-5385.78,-60.9882,393.626,3.61283,180,180,0,0,137,0,0,0), + (3141,721,0,0,0,-5364.73,-23.461,396.984,3.6559,180,180,10,0,1,0,0,1), + (3142,721,0,0,0,-5317.28,-42.4254,395.951,4.86899,180,180,10,0,1,0,0,1), + (3143,1196,0,0,0,-5319.32,-26.9008,393.778,5.9792,180,180,10,0,164,0,0,1), + (3144,1196,0,0,0,-5417.8,34.0006,414.617,5.90087,180,180,10,0,164,0,0,1), + (3145,721,0,0,0,-5408.84,106.371,394.907,0.379782,180,180,10,0,1,0,0,1), + (3146,1201,0,0,0,-5441.79,108.379,396.552,2.44372,180,180,10,0,137,0,0,1), + (3147,1201,0,0,0,-5468.17,196.856,397.111,4.41572,180,180,10,0,137,0,0,1), + (3148,1127,0,0,0,-5453.67,151.212,401.204,3.03784,180,180,5,0,137,0,0,1), + (3149,1266,0,0,0,-5573.01,99.3317,483.91,5.11381,190,190,0,0,919,0,0,0), + (3150,721,0,0,0,-5488.26,211.658,397.739,4.37214,180,180,10,0,1,0,0,1), + (3151,1131,0,0,0,-5308.95,153.637,390.239,6.05101,180,180,10,0,137,0,0,1), + (3152,1131,0,0,0,-5310.41,135.794,388.544,2.69075,180,180,10,0,137,0,0,1), + (3153,1131,0,0,0,-5232.7,129.061,394.499,2.00446,180,180,10,0,137,0,0,1), + (3154,1132,0,0,0,-5249.14,117.021,394.068,5.334,3600,3600,0,0,198,0,0,0), + (3155,1133,0,0,0,-5251.37,117.746,394.126,4.65202,180,180,5,0,156,0,0,1), + (3156,1133,0,0,0,-5248.18,119.482,394.337,5.12932,180,180,5,0,156,0,0,1), + (3157,1131,0,0,0,-5263.62,129.356,393.841,1.82411,180,180,10,0,137,0,0,1), + (3158,1131,0,0,0,-5263.83,98.8485,391.355,5.69508,180,180,10,0,137,0,0,1), + (3159,1131,0,0,0,-5282.48,128.228,389.916,4.23383,180,180,10,0,137,0,0,1), + (3160,1131,0,0,0,-5223.96,130.097,392.736,1.92953,180,180,10,0,137,0,0,1), + (3161,1131,0,0,0,-5233.88,102.648,392.587,1.66699,180,180,10,0,137,0,0,1), + (3162,1700,0,0,0,-5197.73,54.8182,385.752,4.95674,180,180,0,0,413,0,0,0), + (3163,721,0,0,0,-5076.12,42.9078,397.57,4.97391,180,180,10,0,1,0,0,1), + (3164,1127,0,0,0,-5085.26,50.2602,396.851,1.39934,180,180,0,0,137,0,0,0), + (3165,1201,0,0,0,-5071.19,60.7926,397.726,2.99046,180,180,10,0,137,0,0,1), + (3166,1196,0,0,0,-5056.07,68.3708,395.328,5.66157,180,180,10,0,164,0,0,1), + (3167,1201,0,0,0,-5083.94,-47.5227,395.294,0.317807,180,180,10,0,137,0,0,1), + (3168,1201,0,0,0,-5110.62,-7.22357,397.551,4.4839,180,180,10,0,137,0,0,1), + (3169,1127,0,0,0,-5103.77,-45.8484,398.04,3.18852,180,180,0,0,137,0,0,0), + (3170,1196,0,0,0,-5285.84,-75.1347,401.91,1.5708,180,180,10,0,164,0,0,1), + (3171,1196,0,0,0,-5303.76,-94.899,400.886,4.5204,180,180,10,0,164,0,0,1), + (3172,1196,0,0,0,-5242.6,-56.3073,396.17,5.92624,180,180,10,0,164,0,0,1), + (3173,721,0,0,0,-5270.16,-177.562,440.994,2.1621,180,180,10,0,1,0,0,1), + (3174,1196,0,0,0,-5199.99,-114.405,407.844,2.00034,180,180,10,0,164,0,0,1), + (3175,721,0,0,0,-5218.75,-185.173,439.699,1.5708,180,180,10,0,1,0,0,1), + (3176,1397,0,0,0,-5284.24,-184.543,440.684,4.42848,180,180,0,0,148,165,0,0), + (3177,1397,0,0,0,-5350.38,-221.805,443.94,3.90228,180,180,5,0,148,165,0,1), + (3178,1397,0,0,0,-5354.94,-240.624,444.226,3.31181,180,180,5,0,148,165,0,1), + (3179,1397,0,0,0,-5334.12,-236.347,440.271,5.32325,180,180,0,0,148,165,0,0), + (3180,1397,0,0,0,-5337.22,-225.25,439.968,5.14872,180,180,0,0,148,165,0,0), + (3181,1121,0,0,0,-5328.04,-230.491,440.965,2.89725,180,180,0,0,148,165,0,0), + (3182,1397,0,0,0,-5315.96,-247.577,440.835,5.86799,180,180,5,0,148,165,0,1), + (3183,1123,0,0,0,-5316.35,-214.36,441.055,0.401843,180,180,5,0,156,0,0,1), + (3184,1397,0,0,0,-5371.72,-271.385,438.898,3.78877,180,180,5,0,148,165,0,1), + (3185,1397,0,0,0,-5341.22,-271.624,446.477,5.69854,180,180,5,0,148,165,0,1), + (3186,1135,0,0,0,-5403.29,-186.543,370.522,0.560124,180,180,5,0,120,0,0,1), + (3187,1135,0,0,0,-5419.45,-211.023,374.024,1.8675,180,180,0,0,120,0,0,0), + (3188,1135,0,0,0,-5366.75,-231.126,361.217,3.95842,180,180,5,0,120,0,0,1), + (3189,1397,0,0,0,-5372.22,-224.243,443.531,4.17533,180,180,5,0,148,165,0,1), + (3190,1123,0,0,0,-5054.89,-135.558,428.499,0.20944,180,180,0,0,156,0,0,0), + (3191,1201,0,0,0,-5137.58,-88.7495,387.329,3.54315,180,180,10,0,137,0,0,1), + (3192,721,0,0,0,-5127.48,-100.469,392.562,0.285279,180,180,10,0,1,0,0,1), + (3193,1121,0,0,0,-5080.07,-244.765,447.604,1.41399,180,180,5,0,148,165,0,1), + (3194,1397,0,0,0,-5023.36,-204.943,444.991,4.04916,180,180,0,0,148,165,0,0), + (3195,1397,0,0,0,-5025.73,-200.843,445.158,1.41372,180,180,0,0,148,165,0,0), + (3196,1397,0,0,0,-5004.57,-230.808,443.491,2.08519,180,180,5,0,148,165,0,1), + (3197,721,0,0,0,-5529,-2482,409.268,3.32,180,180,10,0,1,0,0,1), + (3198,1397,0,0,0,-5053.69,-259.261,441.392,2.30383,180,180,0,0,148,165,0,0), + (3199,1121,0,0,0,-5053.21,-261.452,441.392,3.7001,180,180,0,0,148,165,0,0), + (3200,1397,0,0,0,-5046.74,-257.153,441.392,5.48033,180,180,0,0,148,165,0,0), + (3201,1397,0,0,0,-5036.62,-243.857,444.904,0.155681,180,180,5,0,148,165,0,1), + (3202,1121,0,0,0,-5030.05,-204.617,444.677,2.47837,180,180,0,0,148,165,0,0), + (3203,1121,0,0,0,-5032.48,-118.388,408.916,2.15609,180,180,5,0,148,165,0,1), + (3204,1397,0,0,0,-5078.65,-278.59,448.999,0.797811,180,180,0,0,148,165,0,0), + (3205,1397,0,0,0,-5078.33,-306.902,446.493,5.95739,180,180,0,0,148,165,0,0), + (3206,1397,0,0,0,-5004.95,-269.739,443.545,0.404103,180,180,0,0,148,165,0,0), + (3207,1397,0,0,0,-5023.95,-281.668,442.452,4.8431,180,180,0,0,148,165,0,0), + (3208,1397,0,0,0,-5052.26,-289.23,441.594,6.0662,180,180,0,0,148,165,0,0), + (3209,1397,0,0,0,-5033.86,-254.408,444.205,1.93182,180,180,0,0,148,165,0,0), + (3210,1397,0,0,0,-4985.24,-293.565,449.149,1.65928,180,180,0,0,148,165,0,0), + (3211,1127,0,0,0,-5154.23,-284,396.659,3.45575,180,180,0,0,137,0,0,0), + (3212,1126,0,0,0,-5175.04,-249.373,388.378,0.650922,180,180,10,0,120,0,0,1), + (3213,1128,0,0,0,-5350.68,-351.551,395.694,2.63866,180,180,10,0,122,0,0,1), + (3214,1128,0,0,0,-5384.24,-319.039,400.042,2.35888,180,180,10,0,122,0,0,1), + (3215,1138,0,0,0,-5363.15,-382.777,396.849,5.65453,180,180,10,0,120,0,0,1), + (3216,1131,0,0,0,-5236.7,-410.519,387.246,2.47661,180,180,10,0,137,0,0,1), + (3217,1126,0,0,0,-5365.42,-423.569,397.307,5.67678,180,180,10,0,120,0,0,1), + (3218,1138,0,0,0,-5397.96,-330.858,400.987,1.35728,180,180,10,0,120,0,0,1), + (3219,1138,0,0,0,-5409.01,-448.11,396.435,6.03631,180,180,10,0,120,0,0,1), + (3220,1131,0,0,0,-5427.07,-451.892,398.03,3.81908,180,180,10,0,137,0,0,1), + (3221,1135,0,0,0,-5415.04,-301.539,358.165,5.98897,180,180,5,0,120,0,0,1), + (3222,1135,0,0,0,-5390.08,-278.356,363.174,3.24631,180,180,0,0,120,0,0,0), + (3223,1128,0,0,0,-5446.86,-378.347,399.087,5.51712,180,180,10,0,122,0,0,1), + (3224,1138,0,0,0,-5430.05,-392.442,401.018,3.64983,180,180,10,0,120,0,0,1), + (3225,1138,0,0,0,-5403.98,-328.518,401.243,5.6307,180,180,10,0,120,0,0,1), + (3226,1138,0,0,0,-5422.69,-394.905,400.65,4.16125,180,180,10,0,120,0,0,1), + (3227,1138,0,0,0,-5392.7,-460.928,394.507,0.768646,180,180,10,0,120,0,0,1), + (3228,1135,0,0,0,-5505.83,-343.944,356.39,1.41372,180,180,0,0,120,0,0,0), + (3229,1135,0,0,0,-5481.87,-323.972,356.727,3.21141,180,180,0,0,120,0,0,0), + (3230,1135,0,0,0,-5492.33,-329.985,355.766,1.89881,180,180,5,0,120,0,0,1), + (3231,1131,0,0,0,-5422.31,-327.733,401.327,4.93884,180,180,10,0,137,0,0,1), + (3232,1135,0,0,0,-5493.79,-282.648,353.295,0.497297,180,180,5,0,120,0,0,1), + (3233,1135,0,0,0,-5492.18,-300.152,353.771,5.05726,180,180,5,0,120,0,0,1), + (3234,1135,0,0,0,-5516.47,-303.547,354.383,4.29803,180,180,5,0,120,0,0,1), + (3235,1135,0,0,0,-5519.16,-317.705,355.389,5.04226,180,180,5,0,120,0,0,1), + (3236,1135,0,0,0,-5471.05,-277.054,354.215,2.05949,180,180,5,0,120,0,0,1), + (3237,1135,0,0,0,-5419.42,-267.922,360.669,4.83456,180,180,5,0,120,0,0,1), + (3238,1135,0,0,0,-5442.81,-273.531,356.713,5.70907,180,180,5,0,120,0,0,1), + (3239,1135,0,0,0,-5404.12,-275.588,362.427,5.67217,180,180,5,0,120,0,0,1), + (3240,1135,0,0,0,-5485.38,-245.197,355.013,2.74017,180,180,0,0,120,0,0,0), + (3241,1135,0,0,0,-5387.56,-261.729,363.08,2.31513,180,180,5,0,120,0,0,1), + (3242,1126,0,0,0,-5426.04,-227.76,404.73,4.42953,180,180,10,0,120,0,0,1), + (3243,1135,0,0,0,-5386.4,-264.176,362.947,3.74257,180,180,5,0,120,0,0,1), + (3244,1135,0,0,0,-5465.9,-265.863,354.531,4.63181,180,180,5,0,120,0,0,1), + (3245,721,0,0,0,-5416.17,-265.08,404.942,3.42062,180,180,10,0,1,0,0,1), + (3246,1135,0,0,0,-5380.1,-209.795,358.817,5.36908,180,180,5,0,120,0,0,1), + (3247,1135,0,0,0,-5361.56,-259.345,361.43,2.96706,180,180,0,0,120,0,0,0), + (3249,1128,0,0,0,-5550.08,-376.225,411.462,2.63545,180,180,10,0,122,0,0,1), + (3250,1125,0,0,0,-5517.96,-436.142,405.72,4.33007,180,180,10,0,102,0,0,1), + (3251,1125,0,0,0,-5613.71,-376.939,399.388,3.96922,180,180,10,0,102,0,0,1), + (3252,721,0,0,0,-5600.24,-359.723,402.411,2.39485,180,180,10,0,1,0,0,1), + (3253,1128,0,0,0,-5581.08,-352.124,408.071,0.15708,180,180,10,0,122,0,0,1), + (3254,10676,1,0,0,293.208,-4746.92,9.39871,3.16327,300,300,0,0,2016,0,0,2), + (3255,1134,0,0,0,-5678.49,-317.124,367.832,4.63795,180,180,0,0,102,0,0,0), + (3256,10682,1,0,0,295.658,-4740.84,9.33192,3.21144,300,300,0,0,2016,0,0,2), + (3257,1135,0,0,0,-5633.13,-278.188,369.626,3.68946,180,180,0,0,120,0,0,0), + (3258,1135,0,0,0,-5602.79,-276.331,370.282,2.73594,180,180,0,0,120,0,0,0), + (3259,1135,0,0,0,-5580.62,-301.221,365.249,3.57467,180,180,0,0,120,0,0,0), + (3260,1125,0,0,0,-5742.83,-283.556,358.19,1.2509,180,180,10,0,102,0,0,1), + (3261,1134,0,0,0,-5691.25,-310.021,365.835,4.4649,180,180,0,0,102,0,0,0), + (3262,1134,0,0,0,-5689.12,-304.902,366.042,4.10904,180,180,0,0,102,0,0,0), + (3263,721,0,0,0,-4413,-1527,481.34,6.195,180,180,10,0,1,0,0,1), + (3264,7034,0,0,0,-7914.43,-2559.97,124.077,0.707194,500,500,3,0,2751,1864,0,1), + (3265,7034,0,0,0,-7972.61,-2657.63,169.108,3.83477,500,500,5,0,2751,1864,0,1), + (3266,7034,0,0,0,-7891.02,-2579.24,122.583,2.08875,500,500,3,0,2751,1864,0,1), + (3267,7034,0,0,0,-7755.29,-2454.65,146.468,3.48984,500,500,5,0,2751,1864,0,1), + (3268,7025,0,0,0,-8088.2,-1895.17,149.054,3.81964,500,500,5,0,3529,0,0,1), + (3269,7027,0,0,0,-8092.27,-1901.63,147.753,4.84921,500,500,5,0,3644,0,0,1), + (3270,7026,0,0,0,-8086.34,-1725.5,132.032,4.64049,500,500,5,0,2471,5013,0,1), + (3271,7025,0,0,0,-8023.91,-1573.1,132.595,0.331613,500,500,0,0,3529,0,0,0), + (3272,7027,0,0,0,-8118.61,-1490.64,133.023,4.69715,500,500,5,0,3644,0,0,1), + (3273,7025,0,0,0,-8186.67,-1697.44,141.747,5.81639,500,500,5,0,3529,0,0,1), + (3274,7026,0,0,0,-8118.99,-1551.55,133.712,0.403249,500,500,10,0,2471,5013,0,1), + (3275,7028,0,0,0,-7603.77,-793.267,190.905,1.8675,500,500,0,0,2550,5206,0,0), + (3276,7028,0,0,0,-7593.33,-778.441,190.968,3.15905,500,500,0,0,2550,5206,0,0), + (3277,7028,0,0,0,-7620.57,-785.899,190.854,0.541052,500,500,0,0,2550,5206,0,0), + (3278,7028,0,0,0,-7620.51,-768.226,190.877,5.5676,500,500,0,0,2550,5206,0,0), + (3279,7028,0,0,0,-7603.22,-763.992,190.921,4.36332,500,500,0,0,2550,5206,0,0), + (3280,7047,0,0,0,-7627.55,-2812.74,133.833,3.65616,500,500,10,0,2384,1864,0,1), + (3281,7047,0,0,0,-7653.28,-2752.51,131.266,5.71453,500,500,10,0,2384,1864,0,1), + (3282,7047,0,0,0,-7782.45,-2957.47,131.602,3.36769,500,500,10,0,2384,1864,0,1), + (3283,9691,0,0,0,-7673.33,-2928.12,132.117,5.42386,500,500,10,0,3082,0,0,1), + (3284,7047,0,0,0,-7581.64,-2639.73,135.813,1.08968,500,500,10,0,2384,1864,0,1), + (3285,9690,0,0,0,-7811.14,-2920.99,132.634,5.54995,500,500,10,0,2980,0,0,1), + (3286,9690,0,0,0,-8115.59,-2805.98,133.871,3.38657,500,500,10,0,2980,0,0,1), + (3287,7048,0,0,0,-7648.67,-1953.5,133.434,0.682884,500,500,10,0,2232,4765,0,1), + (3288,9695,0,0,0,-8116.18,-2098.51,132.391,3.4207,500,500,10,0,3292,0,0,1), + (3289,9695,0,0,0,-7581.36,-1725.4,215.717,2.69043,500,500,5,0,3292,0,0,1), + (3290,9694,0,0,0,-7946.29,-2388.53,122.973,5.03025,500,500,5,0,3188,0,0,1), + (3291,7048,0,0,0,-7932.16,-1401.41,138.654,5.50638,500,500,5,0,2232,4765,0,1), + (3292,7048,0,0,0,-7641.02,-2057.19,127.03,3.39085,500,500,10,0,2232,4765,0,1), + (3293,7048,0,0,0,-8289.25,-1898.97,141.571,4.20852,500,500,10,0,2232,4765,0,1), + (3294,7048,0,0,0,-8149.2,-2135.01,135.623,4.1884,500,500,10,0,2232,4765,0,1), + (3295,9695,0,0,0,-7577.33,-2332.1,147.215,0.42954,500,500,5,0,3292,0,0,1), + (3296,7048,0,0,0,-7560.62,-2410.15,151.561,3.02486,500,500,5,0,2232,4765,0,1), + (3297,7046,0,0,0,-8055.33,-777.452,131.311,2.8381,500,500,5,0,7608,0,0,2), + (3298,7044,0,0,0,-7887.52,-2901.16,133.264,0.286463,500,500,5,0,6645,0,0,2), + (3299,7044,0,0,0,-7587,-2753.57,133.237,4.64548,500,500,5,0,6645,0,0,2), + (3300,7045,0,0,0,-8183.42,-2032.31,146.48,5.37468,500,500,5,0,7359,0,0,2), + (3301,7046,0,0,0,-8240.96,-1204.55,142.663,4.70984,500,500,5,0,7608,0,0,1), + (3302,7045,0,0,0,-8171.75,-2133.57,135.51,0.900328,500,500,5,0,7359,0,0,2), + (3303,7046,0,0,0,-8342.42,-985.418,183.41,5.5862,500,500,10,0,7608,0,0,1), + (3304,7032,0,0,0,-8248.07,-1117.93,141.206,1.46878,500,500,5,0,2953,0,0,1), + (3305,9778,0,0,0,-8215.35,-1345.94,141.734,0.523303,500,500,5,0,810,2041,0,1), + (3306,9778,0,0,0,-8222.71,-1353.26,141.734,3.99477,500,500,5,0,810,2041,0,1), + (3307,9779,0,0,0,-8208.15,-1344.75,141.734,5.47941,500,500,5,0,1013,0,0,1), + (3308,9779,0,0,0,-8214.52,-1351.61,141.734,3.54111,500,500,5,0,1013,0,0,1), + (3309,9779,0,0,0,-8213.54,-1345.89,141.734,2.50413,500,500,5,0,1013,0,0,1), + (3310,7032,0,0,0,-7883.22,-1558.22,131.612,2.30199,500,500,5,0,2953,0,0,1), + (3311,7032,0,0,0,-8251.78,-1872.77,143.699,1.44349,500,500,5,0,2953,0,0,1), + (3312,9778,0,0,0,-8274.9,-1321.57,167.86,0.688354,500,500,5,0,810,2041,0,1), + (3313,9778,0,0,0,-8264.12,-1320.17,164.998,3.12159,500,500,5,0,810,2041,0,1), + (3314,9779,0,0,0,-8277.07,-1318.92,167.985,6.25093,500,500,5,0,1013,0,0,1), + (3315,9779,0,0,0,-8277.72,-1310.28,165.61,4.69593,500,500,5,0,1013,0,0,1), + (3316,9779,0,0,0,-8290.62,-1315.65,177.86,0.768825,500,500,5,0,1013,0,0,1), + (3317,7031,0,0,0,-8162.29,-2020.21,131.37,2.90207,500,500,0,0,2521,0,0,0), + (3318,7031,0,0,0,-7699.67,-2620.82,138.439,6.13922,500,500,5,0,2521,0,0,1), + (3319,7031,0,0,0,-8200.68,-2311.91,131.522,1.81837,500,500,5,0,2521,0,0,1), + (3320,9697,0,0,0,-8158.09,-1043.28,134.523,0.98713,500,500,10,0,3529,0,0,1), + (3321,7049,0,0,0,-7952.33,-993.707,132.886,4.39405,500,500,10,0,2823,2117,0,1), + (3322,9697,0,0,0,-8256.4,-1042.67,147.307,2.0834,500,500,5,0,3529,0,0,1), + (3323,7049,0,0,0,-8346.38,-979.194,185.32,0.557152,500,500,10,0,2823,2117,0,1), + (3324,9698,0,0,0,-8160.42,-1081.25,138.819,5.35104,500,500,10,0,3644,0,0,1), + (3325,7049,0,0,0,-8159.94,-1106.07,138.177,0.910096,500,500,10,0,2823,2117,0,1), + (3326,9697,0,0,0,-8382.7,-983.502,187.957,5.58345,500,500,10,0,3529,0,0,1), + (3327,7049,0,0,0,-8376.17,-925.061,208.649,5.56968,500,500,10,0,2823,2117,0,1), + (3328,14387,0,0,0,-7508.63,-1039.84,180.995,3.85718,900,900,0,0,9298,2434,0,0), + (3329,14436,0,0,0,-7648.9,-638.269,200.981,4.97419,500,500,0,0,3967,2486,0,0), + (3330,9044,0,0,0,-7543.94,-1280.48,273.24,0.366519,500,500,0,0,7359,0,0,0), + (3331,9043,0,0,0,-7576.59,-1282.92,278.27,1.22173,500,500,0,0,7359,0,0,0), + (3332,9044,0,0,0,-7575.96,-1279.52,278.272,4.66003,500,500,0,0,7359,0,0,0), + (3333,9044,0,0,0,-7540.21,-1274.36,273.235,5.55015,500,500,0,0,7359,0,0,0), + (3334,9044,0,0,0,-7579.89,-1280.52,245.605,3.12414,500,500,0,0,7359,0,0,0), + (3335,9043,0,0,0,-7570.05,-1319.04,245.618,2.72271,500,500,0,0,7359,0,0,0), + (3336,9044,0,0,0,-7574.09,-1318.32,245.617,6.24828,500,500,0,0,7359,0,0,0), + (3337,9043,0,0,0,-7554.02,-1306.98,249.36,0.903905,500,500,5,0,7359,0,0,1), + (3338,9044,0,0,0,-7552.64,-1239.98,285.404,5.37561,500,500,0,0,7359,0,0,0), + (3339,9043,0,0,0,-7549.88,-1243.63,285.441,2.58309,500,500,0,0,7359,0,0,0), + (3340,9043,0,0,0,-7534.65,-1274.3,250.552,5.02655,500,500,0,0,7359,0,0,0), + (3341,9044,0,0,0,-7532.29,-1277.22,250.551,2.47837,500,500,0,0,7359,0,0,0), + (3342,9044,0,0,0,-7578.5,-1240.42,284.846,4.53786,500,500,0,0,7359,0,0,0), + (3343,8964,0,0,0,-7562.28,-1120.6,306.937,4.37475,900,900,5,0,13616,6459,0,2), + (3344,8964,0,0,0,-7686.98,-1121.87,287.51,4.70997,900,900,5,0,13616,6459,0,2), + (3345,10556,1,0,0,-228.477,-4283.62,65.1967,2.89447,200,200,0,0,138,0,0,0), + (3346,10556,1,0,0,-329.996,-4433.72,54.7811,5.10483,200,200,0,0,138,0,0,0), + (3347,10556,1,0,0,-231.603,-4452.81,63.9317,4.11774,200,200,0,0,138,0,0,0), + (3348,10556,1,0,0,-507.436,-4376.15,46.3741,6.21927,200,200,0,0,138,0,0,0), + (3349,10880,1,0,0,1568.96,-4207.38,43.4047,2.88835,200,200,5,0,112,0,0,2), + (3350,3110,1,0,0,887.155,-3811.98,15.4663,6.27799,300,300,10,0,176,0,0,1), + (3351,3110,1,0,0,585.592,-3777.59,16.7543,4.21289,300,300,10,0,176,0,0,1), + (3352,3110,1,0,0,670.287,-3787.67,15.7302,0.368488,300,300,10,0,176,0,0,1), + (3353,3110,1,0,0,52.5152,-3765.47,16.4437,1.6145,300,300,10,0,176,0,0,1), + (3354,3110,1,0,0,747.129,-3825.58,19.4839,4.40915,300,300,10,0,176,0,0,1), + (3355,3110,1,0,0,852.626,-3797.39,16.3928,4.68798,300,300,10,0,176,0,0,1), + (3356,3110,1,0,0,214.049,-3739.18,15.7797,0.010067,300,300,10,0,176,0,0,1), + (3357,3110,1,0,0,-106.542,-3804.4,20.9084,0.691155,300,300,10,0,176,0,0,1), + (3358,3110,1,0,0,-87.1646,-3787.89,17.2615,4.25566,300,300,10,0,176,0,0,1), + (3359,3103,1,0,0,52.0649,-5411.03,-21.5256,0.60796,300,300,10,0,120,0,0,1), + (3360,3103,1,0,0,-1452.73,-5251.27,-2.38763,5.42542,300,300,10,0,120,0,0,1), + (3361,3103,1,0,0,-1220.34,-5682.19,-3.91232,1.98237,300,300,10,0,120,0,0,1), + (3362,3105,1,0,0,877.412,-5154.16,-7.10624,3.73259,300,300,5,0,156,0,0,1), + (3363,3103,1,0,0,-914.995,-5647.28,-8.62248,1.17353,300,300,10,0,120,0,0,1), + (3364,3106,1,0,0,-117.738,-5334.21,-17.56,4.28366,200,200,10,0,102,0,0,1), + (3365,3106,1,0,0,-343.063,-5313.09,-11.1287,0.186668,200,200,10,0,102,0,0,1), + (3366,6586,1,0,0,608.499,-4896.18,25.7524,1.69297,300,300,0,0,2016,0,0,0), + (3367,6607,1,0,0,587.133,-4892.9,24.9198,1.09956,200,200,0,0,166,0,0,0), + (3368,10578,1,0,0,-848.704,-4908.38,21.3808,1.50535,300,300,0,0,334,0,0,0), + (3369,13157,1,0,0,-528.634,-5215.8,12.1806,0.593412,300,300,0,0,230,249,0,0), + (3370,6446,1,0,0,1772.94,-4279.93,7.95099,5.35816,300,300,0,0,919,0,0,0), + (3371,14304,1,0,0,1927.48,-4175.91,41.0052,3.15905,300,300,0,0,7552,0,0,0), + (3372,14304,1,0,0,1922.2,-4204.38,42.0703,4.92183,300,300,0,0,7552,0,0,0), + (3373,14304,1,0,0,1930.46,-4238.26,42.0164,4.39823,300,300,0,0,7552,0,0,0), + (3374,14304,1,0,0,1912.25,-4124.2,43.117,4.97419,300,300,0,0,7552,0,0,0), + (3375,14304,1,0,0,1901.27,-4171.16,43.5635,0.994838,300,300,0,0,7552,0,0,0), + (3376,14304,1,0,0,1890.67,-4150.02,43.5458,0.087266,300,300,0,0,7552,0,0,0), + (3377,14304,1,0,0,1902.47,-4150.23,40.9349,3.21379,300,300,0,0,7552,0,0,2), + (3378,14304,1,0,0,1951.96,-4145.71,43.5485,3.22886,300,300,0,0,7552,0,0,0), + (3379,14304,1,0,0,1898.32,-4149.7,40.9876,0.10472,300,300,0,0,7552,0,0,0), + (3380,14304,1,0,0,1898.44,-4128.35,43.5265,5.51524,300,300,0,0,7552,0,0,0), + (3381,5900,1,0,0,-269.97,-4000.87,168.218,3.37875,300,300,0,0,2016,0,0,0), + (3382,3296,1,0,0,1682.14,-4099.99,37.7947,1.5708,300,300,0,0,4957,0,0,0), + (3383,3296,1,0,0,2049.3,-4629.26,51.0382,0.434071,300,300,0,0,4957,0,0,0), + (3384,3296,1,0,0,1711.45,-3920.75,51.6336,3.7001,300,300,0,0,4957,0,0,0), + (3385,3296,1,0,0,1537.41,-4380.75,16.7599,3.42085,300,300,0,0,4957,0,0,0), + (3386,3296,1,0,0,1941.58,-4393.49,21.5581,1.78998,300,300,0,0,4957,0,0,2), + (3387,3296,1,0,0,1481.77,-4427.79,25.3187,0.191986,300,300,0,0,4957,0,0,0), + (3388,3296,1,0,0,1902.63,-4628.79,33.9763,0.593412,300,300,0,0,4957,0,0,0), + (3389,3296,1,0,0,1775.07,-4319.91,-7.87855,5.60251,300,300,0,0,4957,0,0,0), + (3390,3296,1,0,0,1479.39,-4406.25,25.3187,0.017453,300,300,0,0,4957,0,0,0), + (3391,3296,1,0,0,1690.52,-4262.62,53.7757,2.61799,300,300,0,0,4957,0,0,0), + (3392,3101,1,0,0,-168.068,-4403.07,77.5404,0.585295,200,200,5,0,70,79,0,1), + (3393,5941,1,0,0,-1067.89,-4778.09,17.4449,0.331613,300,300,0,0,594,0,0,0), + (3394,10540,1,0,0,1934.06,-4162.26,40.995,2.18166,43200,43200,0,0,329800,22085,0,0), + (3395,4047,1,0,0,1914.65,-4226.58,42.1789,0.663225,300,300,0,0,4079,0,0,0), + (3396,3142,1,0,0,287.265,-4724.88,13.2142,5.2709,300,300,0,0,804,0,0,0), + (3397,3125,1,0,0,197.564,-4969.24,13.6588,5.01189,200,200,10,0,102,0,0,1), + (3398,3125,1,0,0,188.641,-5019.8,12.6547,1.27263,200,200,10,0,102,0,0,1), + (3399,3125,1,0,0,-688.159,-4987.74,19.7873,1.46316,200,200,10,0,102,0,0,1), + (3400,3125,1,0,0,-284.233,-4857.56,34.3123,4.82708,200,200,10,0,102,0,0,1), + (3401,3125,1,0,0,-848.249,-4618.33,44.8452,3.47964,200,200,10,0,102,0,0,1), + (3402,3125,1,0,0,-344.096,-4845.91,39.8805,4.78467,200,200,10,0,102,0,0,1), + (3403,3125,1,0,0,-663.184,-4903.87,30.8102,5.48121,200,200,10,0,102,0,0,1), + (3404,3108,1,0,0,1271.97,-5022.56,0.621942,3.59418,300,300,5,0,176,0,0,1), + (3405,3108,1,0,0,1450.27,-4973.23,-10.5372,1.27129,300,300,5,0,176,0,0,1), + (3406,3108,1,0,0,1255.65,-5052.54,-0.46814,0.051609,300,300,5,0,176,0,0,1), + (3407,3108,1,0,0,1417.86,-4939.62,1.00858,1.57568,300,300,5,0,176,0,0,1), + (3408,3108,1,0,0,1323.36,-5044.44,-6.26821,0.590526,300,300,5,0,176,0,0,1), + (3409,3108,1,0,0,1374.44,-4985.78,-1.71755,3.33825,300,300,5,0,176,0,0,1), + (3410,3108,1,0,0,1511.56,-5023.87,-6.71243,4.33255,300,300,5,0,176,0,0,1), + (3411,3108,1,0,0,1487.26,-4952.2,-3.71864,2.51294,300,300,5,0,176,0,0,1), + (3412,3108,1,0,0,1222.43,-5089.12,-3.29107,5.71349,300,300,5,0,176,0,0,1), + (3415,3216,1,0,0,1800.66,-4374.51,-17.3475,4.57276,300,300,0,0,2192,0,0,0), + (3416,11943,1,0,0,-638.159,-4237.94,38.2173,0.017453,200,200,0,0,166,0,0,0), + (3417,5887,1,0,0,-630.02,-4204.55,38.2173,5.44543,300,300,0,0,334,0,0,0), + (3418,5892,1,0,0,1920.95,-4212.99,42.1782,5.41052,300,300,0,0,644,0,0,0), + (3419,5909,1,0,0,1839.54,-4340.73,-15.4344,3.59538,300,300,0,0,2471,0,0,0), + (3420,5910,1,0,0,1717.78,-4200.11,51.7367,4.43314,300,300,0,0,644,0,0,0), + (3421,14726,1,0,0,1794.68,-4572.71,22.8627,0.925025,300,300,0,0,2016,0,0,0), + (3422,14727,1,0,0,1451.64,-4209.35,43.6451,5.53269,300,300,0,0,2016,0,0,0), + (3423,5891,1,0,0,-877.79,-4290.36,72.7066,0.541052,300,300,0,0,644,0,0,0), + (3424,5890,1,0,0,-865.239,-4273.11,78.1182,2.10721,120,120,5,0,64,0,0,1), + (3425,5890,1,0,0,-921.403,-4296.98,77.538,0.947639,120,120,5,0,64,0,0,1), + (3426,9317,1,0,0,2045.53,-4753.81,29.2431,1.11701,300,300,0,0,1042,0,0,0), + (3427,11378,1,0,0,-611.587,-4322.08,40.0927,1.16937,200,200,0,0,138,0,0,0), + (3428,11176,1,0,0,2055.53,-4802.11,22.4662,5.95157,300,300,0,0,3866,0,0,0), + (3429,11177,1,0,0,2048.8,-4799.86,22.8961,6.00393,300,300,0,0,3748,0,0,0), + (3430,11178,1,0,0,2051.84,-4794.39,23.2673,5.35816,300,300,0,0,3632,0,0,0), + (3431,12430,1,0,0,170.596,-4769.92,14.4874,4.29351,300,300,0,0,228,0,0,0), + (3432,3099,1,0,0,47.2036,-4713.72,30.2001,4.72959,300,300,10,0,120,0,0,1), + (3433,3099,1,0,0,728.011,-4828.39,30.3341,2.08059,300,300,5,0,120,0,0,1), + (3434,3099,1,0,0,51.9119,-4807.97,22.05,4.56746,300,300,5,0,120,0,0,1), + (3435,3099,1,0,0,-438.139,-4686.37,37.3815,0.230755,300,300,10,0,120,0,0,1), + (3436,3099,1,0,0,343.559,-5048.52,19.1048,4.51384,300,300,5,0,120,0,0,1), + (3437,3099,1,0,0,474.453,-4022.52,22.9559,4.61149,300,300,10,0,120,0,0,1), + (3438,3099,1,0,0,239.77,-4479.44,17.9533,5.88163,300,300,10,0,120,0,0,1), + (3439,3099,1,0,0,648.155,-4215.57,15.2068,4.44886,300,300,10,0,120,0,0,1), + (3440,3099,1,0,0,469.149,-4839.71,30.163,6.2304,300,300,10,0,120,0,0,1), + (3441,3099,1,0,0,66.1406,-4669.99,36.3283,2.62402,300,300,5,0,120,0,0,1), + (3442,10176,1,0,0,-607.434,-4251.33,39.0393,3.28122,300,300,0,0,919,0,0,0), + (3443,3143,1,0,0,-600.132,-4186.19,41.2663,4.15388,200,200,0,0,166,0,0,0), + (3444,3145,1,0,0,-629.052,-4228.06,38.2334,5.0091,300,300,0,0,500,0,0,0), + (3445,3147,1,0,0,384.743,-4600.13,76.1716,3.89208,300,300,0,0,196,0,0,0), + (3446,3120,1,0,0,-929.787,-4488.4,29.5207,3.96277,300,300,3,0,130,138,0,1), + (3447,3119,1,0,0,-987.174,-4676.82,26.8719,3.34738,300,300,10,0,119,0,0,1), + (3448,3119,1,0,0,-1019.16,-4725.93,14.7198,3.85196,300,300,10,0,119,0,0,1), + (3449,3120,1,0,0,-1059.71,-4597.51,25.9093,4.59294,300,300,3,0,130,138,0,1), + (3450,3119,1,0,0,-1028.79,-4506.35,25.8569,2.76322,300,300,3,0,119,0,0,1), + (3451,3331,1,0,0,1750.38,-4320.91,5.99437,0.872665,300,300,0,0,1605,0,0,0), + (3452,3325,1,0,0,1834.66,-4362.52,-14.7825,2.09439,300,300,0,0,3517,2103,0,0), + (3454,3327,1,0,0,1792.34,-4279.38,7.33733,4.74729,300,300,0,0,2471,0,0,0), + (3455,3330,1,0,0,1823.88,-4302.59,-12.314,3.78736,300,300,0,0,1605,0,0,0), + (3456,5815,1,0,0,1836.86,-4347.13,-14.7621,3.33358,300,300,0,0,2972,3801,0,0), + (3457,3335,1,0,0,1846.54,-4325.67,-15.6193,3.80482,300,300,0,0,1605,0,0,0), + (3458,3334,1,0,0,1811.04,-4270.9,7.1692,3.94444,300,300,0,0,1605,0,0,0), + (3459,3329,1,0,0,1766.71,-4367.36,-15.9383,5.61996,300,300,0,0,1605,0,0,0), + (3460,5816,1,0,0,1820.77,-4300.23,-12.314,4.4855,300,300,0,0,1605,0,0,0), + (3461,3324,1,0,0,1844.21,-4353.61,-14.7982,3.31613,300,300,0,0,3517,2103,0,0), + (3462,3296,1,0,0,1332.76,-4633.4,24.0783,1.8675,300,300,0,0,4957,0,0,0), + (3463,12136,1,0,0,1354.03,-4642.61,53.6269,3.80482,300,300,0,0,2972,0,0,0), + (3464,9564,1,0,0,1331.11,-4649.45,53.6269,0,300,300,0,0,2196,0,0,0), + (3465,3296,1,0,0,1340.71,-4631.52,24.1187,1.81514,300,300,0,0,4957,0,0,0), + (3467,7010,1,0,0,1837.27,-4469.65,47.5199,1.6057,300,300,0,0,2016,2680,0,0), + (3468,7790,1,0,0,2064.33,-4791.98,22.9696,5.75959,300,300,0,0,2972,0,0,0), + (3469,7792,1,0,0,2055.71,-4815.9,22.9276,0.488692,300,300,0,0,3517,0,0,0), + (3470,7793,1,0,0,2053.86,-4808.95,22.4439,1.72788,300,300,0,0,3866,0,0,0), + (3471,5882,1,0,0,1473.55,-4218.57,43.0424,3.735,300,300,0,0,3139,2620,0,0), + (3472,6018,1,0,0,1452.43,-4179.82,44.1333,6.05629,300,300,0,0,2471,1620,0,0), + (3473,6014,1,0,0,1453.24,-4185.65,61.4171,1.32645,300,300,0,0,3517,2103,0,0), + (3474,5885,1,0,0,1468.18,-4219.88,43.0424,5.95157,300,300,0,0,2471,1620,0,0), + (3475,3349,1,0,0,1580.05,-4097.68,36.3245,5.18363,300,300,0,0,1605,0,0,0), + (3476,8404,1,0,0,1527.01,-4154.91,40.3947,0.069843,300,300,0,0,1605,0,0,2), + (3477,7565,1,0,0,1524.75,-4156.22,40.5173,0.019262,120,120,0,0,64,0,0,0), + (3478,3861,33,0,0,-236.623,2118.53,87.0845,6.00393,7200,7200,0,0,1251,0,0,0), + (3479,3851,33,0,0,-205.378,2117.15,81.1379,1.0472,7200,7200,0,0,1131,816,0,0), + (3480,3851,33,0,0,-246.705,2136.28,81.2629,2.32129,7200,7200,0,0,1131,816,0,0), + (3481,3861,33,0,0,-191.003,2125.8,81.585,0.418879,7200,7200,0,0,1251,0,0,0), + (3482,3851,33,0,0,-194.589,2133.5,81.584,6.03884,7200,7200,0,0,1131,816,0,0), + (3483,3851,33,0,0,-246.827,2115.07,87.0959,2.79253,7200,7200,0,0,1131,816,0,0), + (3484,15505,509,0,0,-8948.96,1861.46,3.36,0,30,30,3,0,9156,0,0,1), + (3485,15505,509,0,0,-8938.79,1854.3,2.76588,0,30,30,3,0,9156,0,0,1), + (3486,15505,509,0,0,-8930.02,1870.29,5.01374,0,30,30,3,0,9156,0,0,1), + (3487,15505,509,0,0,-8931.28,1852.24,4.11584,0,30,30,3,0,9156,0,0,1), + (3488,15505,509,0,0,-8939.11,1846.93,2.4288,0,30,30,3,0,9156,0,0,1), + (3489,15505,509,0,0,-8981.37,1815.49,4.08643,0,30,30,3,0,9156,0,0,1), + (3490,15505,509,0,0,-8996.21,1819.62,7.68891,0,30,30,3,0,9156,0,0,1), + (3491,15505,509,0,0,-8984.5,1807.39,5.57548,0,30,30,3,0,9156,0,0,1), + (3492,15505,509,0,0,-8972.43,1825.5,3.84647,0,30,30,3,0,9156,0,0,1), + (3493,15505,509,0,0,-8974.2,1807.21,1.86357,0,30,30,3,0,9156,0,0,1), + (3494,15505,509,0,0,-8865.27,2080.98,3.72569,0,30,30,3,0,9156,0,0,1), + (3495,15505,509,0,0,-8859.37,2069.79,4.91068,0,30,30,3,0,9156,0,0,1), + (3496,15505,509,0,0,-8874.9,2058.62,4.53535,0,30,30,3,0,9156,0,0,1), + (3497,15505,509,0,0,-8854.23,2062.05,4.94087,0,30,30,3,0,9156,0,0,1), + (3498,15505,509,0,0,-8860.42,2064.21,4.50275,0,30,30,3,0,9156,0,0,1), + (3499,15505,509,0,0,-8896.75,2136.01,5.99136,0,30,30,3,0,9156,0,0,1), + (3500,15505,509,0,0,-8888.75,2123.68,5.88528,0,30,30,3,0,9156,0,0,1), + (3501,15505,509,0,0,-8878.2,2128.49,7.60161,0,30,30,3,0,9156,0,0,1), + (3502,15505,509,0,0,-8870.66,2109.14,6.55681,0,30,30,3,0,9156,0,0,1), + (3503,15505,509,0,0,-8889.57,2115.47,7.0993,0,30,30,3,0,9156,0,0,1), + (3504,15505,509,0,0,-8879.05,1950.67,7.41129,0,30,30,3,0,9156,0,0,1), + (3505,15505,509,0,0,-8884.49,1926.34,4.51749,0,30,30,3,0,9156,0,0,1), + (3506,15505,509,0,0,-8869.73,1932.07,9.82024,0,30,30,3,0,9156,0,0,1), + (3507,15505,509,0,0,-8871.87,1957.29,6,0,30,30,3,0,9156,0,0,1), + (3508,15505,509,0,0,-8884.96,1936.57,5.73546,0,30,30,3,0,9156,0,0,1), + (3509,15505,509,0,0,-8918.05,2159.83,5.669,0,30,30,3,0,9156,0,0,1), + (3510,15505,509,0,0,-8919.87,2171.92,9.15629,0,30,30,3,0,9156,0,0,1), + (3511,15505,509,0,0,-8915.97,2154.23,5.85223,0,30,30,3,0,9156,0,0,1), + (3512,15505,509,0,0,-8925.8,2154.81,6.16087,0,30,30,3,0,9156,0,0,1), + (3513,15505,509,0,0,-8937.43,2176.47,4.86259,0,30,30,3,0,9156,0,0,1), + (3514,5435,0,0,0,3221.9,1710.47,-49.2366,0.715585,300,300,0,0,903,0,0,2), + (3515,5435,0,0,0,3234.78,1040.16,-49.0336,2.08338,300,300,0,0,903,0,0,2), + (3516,5435,0,0,0,3221.29,530.995,-49.0322,6.16568,300,300,0,0,903,0,0,2), + (3517,5435,1,0,0,1550.59,-5378.97,-32.535,3.28073,300,300,0,0,903,0,0,2), + (3518,5435,1,0,0,1284,-5408.57,-50.3039,3.49243,300,300,0,0,903,0,0,2), + (3519,5435,1,0,0,912.371,-5415.92,-55.1195,0,300,300,0,0,903,0,0,2), + (3520,5435,1,0,0,493.326,-5371.27,-49.8881,0,300,300,0,0,903,0,0,2), + (3521,5435,1,0,0,-326.584,-5558.28,-32.5737,3.88357,300,300,0,0,903,0,0,2), + (3522,5435,1,0,0,-576.123,-5817.38,-32.5473,3.15728,300,300,0,0,903,0,0,2), + (3523,5435,1,0,0,-1385.02,-5779.74,-18.0079,3.34814,300,300,0,0,903,0,0,2), + (3524,5435,1,0,0,-1753.7,-5591.55,-33.6493,3.02857,300,300,0,0,903,0,0,2), + (3525,5435,1,0,0,-1115.53,-4306.33,-7.68768,3.67432,300,300,0,0,903,0,0,2), + (3548,1134,0,0,0,-5700.23,-295.599,363.714,4.79845,180,180,0,0,102,0,0,0), + (3549,1125,0,0,0,-5710.13,-362.206,365.245,5.04837,180,180,10,0,102,0,0,1), + (3550,1125,0,0,0,-5712.29,-335.072,365.369,4.5662,180,180,10,0,102,0,0,1), + (3551,1134,0,0,0,-5698.56,-272.439,361.726,4.09784,180,180,0,0,102,0,0,0), + (3552,1135,0,0,0,-5689.54,-286.094,365.469,3.85877,180,180,0,0,120,0,0,0), + (3553,1134,0,0,0,-5670.8,-312.531,369.478,5.49779,180,180,5,0,102,0,0,1), + (3554,1134,0,0,0,-5696.72,-294.57,364.386,1.86563,180,180,5,0,102,0,0,1), + (3555,1134,0,0,0,-5682.07,-290.444,368.636,3.7407,180,180,5,0,102,0,0,1), + (3556,1134,0,0,0,-5676.76,-272.406,367.398,0.0979,180,180,5,0,102,0,0,1), + (3557,1199,0,0,0,-5730.94,-316.422,362.947,0.828249,180,180,5,0,102,0,0,1), + (3558,1134,0,0,0,-5688.39,-262.657,363.911,3.45717,180,180,0,0,102,0,0,0), + (3559,1135,0,0,0,-5651.38,-262.833,372.083,3.75246,180,180,0,0,120,0,0,0), + (3560,7562,1,0,0,1524.51,-4153.32,40.7925,0.023189,120,120,0,0,64,0,0,0), + (3561,721,0,0,0,-5721.43,-225.057,354.432,1.03808,180,180,10,0,1,0,0,1), + (3562,1135,0,0,0,-5566.94,-265.577,368.067,4.37941,180,180,0,0,120,0,0,0), + (3563,1135,0,0,0,-5532.2,-296.383,358.085,6.05629,180,180,0,0,120,0,0,0), + (3564,1135,0,0,0,-5625.61,-178.399,365.835,4.7822,180,180,0,0,120,0,0,0), + (3565,1135,0,0,0,-5540.85,-226.618,357.904,2.25122,180,180,0,0,120,0,0,0), + (3566,1135,0,0,0,-5539.3,-225.932,357.401,3.51747,180,180,0,0,120,0,0,0), + (3567,1135,0,0,0,-5503.14,-222.236,354.139,3.75353,180,180,0,0,120,0,0,0), + (3568,1135,0,0,0,-5497.66,-229.688,353.831,2.24045,180,180,0,0,120,0,0,0), + (3569,1135,0,0,0,-5493.41,-214.966,354.253,5.35553,180,180,5,0,120,0,0,1), + (3570,1135,0,0,0,-5484.74,-222.076,354.34,5.49622,180,180,5,0,120,0,0,1), + (3571,7567,1,0,0,1524.16,-4155.14,40.618,0.07424,120,120,0,0,64,0,0,0), + (3572,1135,0,0,0,-5536.94,-224.539,356.857,0.511921,180,180,0,0,120,0,0,0), + (3573,1135,0,0,0,-5495.45,-225.17,354.421,1.78024,180,180,0,0,120,0,0,0), + (3574,1135,0,0,0,-5568.05,-260.852,367.811,3.32337,180,180,0,0,120,0,0,0), + (3575,1135,0,0,0,-5584.69,-281.156,367.96,1.36272,180,180,0,0,120,0,0,0), + (3576,1135,0,0,0,-5628.93,-275.639,368.326,3.69808,180,180,0,0,120,0,0,0), + (3577,1135,0,0,0,-5603.97,-275.099,370.215,5.43168,180,180,5,0,120,0,0,1), + (3578,1135,0,0,0,-5578.61,-299.672,364.785,1.69743,180,180,0,0,120,0,0,0), + (3579,1135,0,0,0,-5608.62,-262.599,366.341,3.87463,180,180,0,0,120,0,0,0), + (3580,1135,0,0,0,-5639.5,-289.013,371.66,2.89725,180,180,0,0,120,0,0,0), + (3581,1134,0,0,0,-5669.4,-256.369,367.974,3.04775,180,180,0,0,102,0,0,0), + (3582,1135,0,0,0,-5512.97,-221.829,353.558,1.0821,180,180,0,0,120,0,0,0), + (3583,1134,0,0,0,-5694.36,-264.565,362.386,3.11438,180,180,0,0,102,0,0,0), + (3584,1125,0,0,0,-5729.84,-319.258,363.707,2.45861,180,180,10,0,102,0,0,1), + (3585,1125,0,0,0,-5702.66,-364.839,365.49,2.57471,180,180,10,0,102,0,0,1), + (3586,1128,0,0,0,-5689.55,-416.367,365.313,2.0005,180,180,10,0,122,0,0,1), + (3587,1199,0,0,0,-5778.82,-287.692,357.877,1.13394,180,180,5,0,102,0,0,1), + (3588,721,0,0,0,-5748.83,-389.46,365.621,1.44502,180,180,10,0,1,0,0,1), + (3589,1125,0,0,0,-5767.57,-402.11,365.758,1.67552,180,180,10,0,102,0,0,1), + (3590,1128,0,0,0,-5812.73,-341.238,365.735,4.42336,180,180,10,0,122,0,0,1), + (3591,1125,0,0,0,-5791.16,-226.238,353.896,2.64497,180,180,10,0,102,0,0,1), + (3592,1128,0,0,0,-5875.16,-161.104,363.707,0.658084,180,180,10,0,122,0,0,1), + (3593,1128,0,0,0,-5873.78,-191.256,359.874,1.23353,180,180,10,0,122,0,0,1), + (3594,1125,0,0,0,-5774.21,-142.599,353.906,5.05266,180,180,10,0,102,0,0,1), + (3595,1125,0,0,0,-5859.25,-260.521,360.628,4.08073,180,180,10,0,102,0,0,1), + (3596,1199,0,0,0,-5809.94,-178.809,351.845,2.52271,180,180,0,0,102,0,0,0), + (3597,1199,0,0,0,-5849.46,-158.364,360.678,2.97099,180,180,0,0,102,0,0,0), + (3598,1128,0,0,0,-5843.87,-244.907,360.418,3.58777,180,180,10,0,122,0,0,1), + (3599,1199,0,0,0,-5848.84,-242.486,360.284,5.21096,180,180,5,0,102,0,0,1), + (3600,5999,0,0,0,-11064.6,-3264.58,54.3061,6.06697,450,450,5,0,2661,0,0,1), + (3601,4343,1,0,0,-3409.38,-3309.92,33.6687,0.180552,360,360,10,0,1536,0,0,1), + (3602,4501,1,0,0,-3191.32,-2925.55,33.4429,0.698132,360,360,0,0,2471,0,0,0), + (3603,5999,0,0,0,-10970.8,-3520.83,65.0793,5.59524,450,450,1,0,2661,0,0,1), + (3604,5999,0,0,0,-11064.8,-3306.6,50.0069,4.27606,450,450,0,0,2661,0,0,0), + (3605,7851,0,0,0,-10929.5,-3421.9,66.5809,1.37881,900,900,0,0,8519,0,0,0), + (3606,1128,0,0,0,-5816.07,-149.073,353.275,4.3047,180,180,10,0,122,0,0,1), + (3607,721,0,0,0,-5811.14,-182.388,352.299,0.042942,180,180,10,0,1,0,0,1), + (3608,1125,0,0,0,-5863.55,-190.446,357.94,1.11327,180,180,10,0,102,0,0,1), + (3609,1125,0,0,0,-5831.44,-127.52,354.237,0.530984,180,180,10,0,102,0,0,1), + (3610,721,0,0,0,-5880.93,-114.085,364.667,1.28631,180,180,10,0,1,0,0,1), + (3611,721,0,0,0,-6019.93,-201.639,408.509,3.41199,180,180,10,0,1,0,0,1), + (3612,1125,0,0,0,-6025.49,-284.168,418.623,3.33768,180,180,10,0,102,0,0,1), + (3613,1125,0,0,0,-6038.17,-331.175,426.59,3.50288,180,180,10,0,102,0,0,1), + (3614,1125,0,0,0,-6031.34,-402.11,417.283,2.30782,180,180,10,0,102,0,0,1), + (3615,5994,1,0,0,1461.02,-4181.68,61.4171,2.82743,300,300,0,0,3857,0,0,0), + (3616,5883,1,0,0,1472.48,-4224.6,43.0424,2.05949,300,300,0,0,3517,2103,0,0), + (3617,1125,0,0,0,-5994.27,-468.651,409.205,0.528356,180,180,10,0,102,0,0,1), + (3618,1125,0,0,0,-5979.85,-431.649,406.978,5.09852,180,180,10,0,102,0,0,1), + (3619,1199,0,0,0,-5855.96,-328.377,364.033,1.71573,180,180,5,0,102,0,0,1), + (3620,1199,0,0,0,-5835.68,-347.367,369.943,3.65392,180,180,5,0,102,0,0,1), + (3621,1125,0,0,0,-5826.27,-376.716,376.191,0.040993,180,180,10,0,102,0,0,1), + (3622,1125,0,0,0,-5844.39,-281.916,359.531,1.2699,180,180,10,0,102,0,0,1), + (3623,1128,0,0,0,-5876.73,-251.731,362.662,1.47695,180,180,10,0,122,0,0,1), + (3624,1199,0,0,0,-5805.96,-432.479,368.143,4.10375,180,180,0,0,102,0,0,0), + (3625,1125,0,0,0,-5911.03,-473.427,412.88,1.01095,180,180,10,0,102,0,0,1), + (3626,1125,0,0,0,-5825.78,-491.851,406.413,4.33227,180,180,10,0,102,0,0,1), + (3627,1196,0,0,0,-5955.3,-498.318,409.149,5.07905,180,180,10,0,164,0,0,1), + (3628,1125,0,0,0,-5895.32,-517.856,398.953,1.69806,180,180,10,0,102,0,0,1), + (3629,1125,0,0,0,-5941.16,-595.159,402.174,5.27202,180,180,10,0,102,0,0,1), + (3630,6003,0,0,0,-11017.6,-3417.64,65.2167,6.01604,450,450,0,0,4108,0,0,0), + (3631,5996,0,0,0,-10834.9,-3601.65,-12.6425,3.89208,450,450,0,0,2479,0,0,0), + (3632,1201,0,0,0,-5910.72,-584.205,402.838,1.59622,180,180,10,0,137,0,0,1), + (3633,1125,0,0,0,-6024,-475.223,428.257,4.41568,180,180,10,0,102,0,0,1), + (3634,1196,0,0,0,-5921.85,-624.993,399.652,3.57032,180,180,10,0,164,0,0,1), + (3635,1201,0,0,0,-5906.02,-638.208,400.605,3.35762,180,180,10,0,137,0,0,1), + (3636,1125,0,0,0,-5906.25,-646.146,401.72,5.78538,180,180,10,0,102,0,0,1), + (3637,1126,0,0,0,-5932.72,-632.68,398.74,2.19241,180,180,10,0,120,0,0,1), + (3638,1126,0,0,0,-5796.12,-635.843,397.81,2.39352,180,180,10,0,120,0,0,1), + (3639,1125,0,0,0,-5824.06,-620.441,398.029,1.94695,180,180,10,0,102,0,0,1), + (3640,1201,0,0,0,-5853.82,-657.435,398.371,2.6608,180,180,10,0,137,0,0,1), + (3642,1126,0,0,0,-5740.6,-582.402,398.75,0.819164,180,180,10,0,120,0,0,1), + (3643,1201,0,0,0,-5733.19,-576.408,399.414,2.88073,180,180,10,0,137,0,0,1), + (3644,721,0,0,0,-5657.22,-630.851,403.333,3.2908,180,180,10,0,1,0,0,1), + (3645,1126,0,0,0,-5674.89,-623.361,402.4,5.50576,180,180,10,0,120,0,0,1), + (3646,5958,1,0,0,1474.97,-4223.14,59.0771,2.96706,300,300,0,0,2972,0,0,0), + (3647,1128,0,0,0,-5514.76,-567.666,402.626,5.64749,180,180,10,0,122,0,0,1), + (3648,7311,1,0,0,1466.88,-4229.92,43.0424,1.18682,300,300,0,0,2471,1620,0,0), + (3649,1128,0,0,0,-5551.74,-619.567,408.665,5.79449,180,180,10,0,122,0,0,1), + (3650,5997,0,0,0,-10633.4,-3627.04,-12.1647,4.68121,450,450,5,0,2476,0,0,1), + (3651,5996,0,0,0,-10729,-3309.9,-9.99005,1.8675,450,450,0,0,2479,0,0,0), + (3652,5996,0,0,0,-10774,-3520.37,-23.7448,3.56047,450,450,0,0,2479,0,0,0), + (3653,5996,0,0,0,-10601.3,-3582.42,-14.162,5.77704,450,450,0,0,2479,0,0,0), + (3654,5996,0,0,0,-10542.5,-3490.66,-8.59025,6.23082,450,450,0,0,2479,0,0,0), + (3655,5996,0,0,0,-10552.1,-3448.87,-3.93474,0.698132,450,450,0,0,2479,0,0,0), + (3656,5996,0,0,0,-10764,-3661.63,-11.7605,3.97935,450,450,0,0,2479,0,0,0), + (3657,8717,0,0,0,-11886.4,-2479.91,-16.4326,2.78282,900,900,0,0,56592,0,0,0), + (3658,12396,0,0,0,-12290.5,-2686.29,5.22149,3.39653,900,900,5,0,50300,12430,0,1), + (3659,8717,0,0,0,-12046.8,-2654.03,-28.7006,5.06316,900,900,5,0,56592,0,0,1), + (3660,8717,0,0,0,-12256,-2583.79,-0.237804,4.43758,900,900,5,0,56592,0,0,1), + (3661,8716,0,0,0,-12180.7,-2516.42,0.268373,0.983154,900,900,5,0,46558,12840,0,1), + (3662,8717,0,0,0,-12119.9,-2580.6,-27.1965,2.50591,900,900,5,0,56592,0,0,1), + (3663,5999,0,0,0,-10912.9,-3282.85,55.5791,4.86853,450,450,2,0,2661,0,0,1), + (3664,5999,0,0,0,-11016.6,-3289.24,55.0776,0.358567,450,450,1,0,2661,0,0,1), + (3665,5999,0,0,0,-10993.7,-3430.74,62.0155,5.22276,450,450,1,0,2661,0,0,1), + (3666,6000,0,0,0,-10997.4,-3384.64,62.3517,1.5747,450,450,0,0,2229,1750,0,0), + (3667,5999,0,0,0,-11078.1,-3296.31,49.8928,4.17134,450,450,0,0,2661,0,0,0), + (3668,6001,0,0,0,-10881.5,-3407.27,65.0793,4.1277,450,450,0,0,3294,0,0,0), + (3669,7851,0,0,0,-11083,-3399.61,66.6365,5.23599,900,900,0,0,8519,0,0,0), + (3670,6001,0,0,0,-11041.7,-3385.15,65.3293,4.99533,450,450,0,0,3294,0,0,0), + (3671,5999,0,0,0,-11003.4,-3378.29,62.2957,3.3979,450,450,0,0,2661,0,0,0), + (3672,5999,0,0,0,-10906.6,-3321.36,65.03,2.88784,450,450,2,0,2661,0,0,1), + (3673,5996,0,0,0,-10688.4,-3394.39,-13.6543,0,450,450,0,0,2479,0,0,0), + (3674,5996,0,0,0,-10675.5,-3065.13,19.6044,1.6057,450,450,0,0,2479,0,0,0), + (3675,5996,0,0,0,-10893,-3194.57,49.797,4.43314,450,450,0,0,2479,0,0,0), + (3676,5996,0,0,0,-10499,-3328.55,-4.55529,5.96903,450,450,0,0,2479,0,0,0), + (3677,5996,0,0,0,-10605.4,-3145.31,17.4588,0.261799,450,450,0,0,2479,0,0,0), + (3678,5997,0,0,0,-10672,-3340.36,-11.0246,0.786491,450,450,5,0,2476,0,0,1), + (3679,5996,0,0,0,-10772.1,-3383.18,-9.3987,4.29351,450,450,0,0,2479,0,0,0), + (3680,5998,0,0,0,-10623,-3236.48,-5.21397,5.4062,450,450,5,0,2252,0,0,1), + (3681,5996,0,0,0,-10893.2,-3197.68,49.4894,1.22173,450,450,0,0,2479,0,0,0), + (3682,5996,0,0,0,-10622.5,-3656.05,-15.8512,3.42085,450,450,0,0,2479,0,0,0), + (3683,5984,0,0,0,-10959,-3118.91,42.9477,6.11507,450,450,10,0,2310,0,0,1), + (3684,5999,0,0,0,-11028.4,-3385.99,65.1393,1.98968,450,450,0,0,2661,0,0,0), + (3685,5999,0,0,0,-11119.5,-3378,59.2828,0.015363,450,450,5,0,2661,0,0,1), + (3686,6002,0,0,0,-11022.6,-3409.4,65.3417,4.30751,450,450,0,0,3517,4281,0,0), + (3687,7851,0,0,0,-10977.9,-3492.34,68.7535,2.84489,900,900,0,0,8519,0,0,0), + (3688,7851,0,0,0,-10918.1,-3372.55,66.5809,4.45059,900,900,0,0,8519,0,0,0), + (3689,5999,0,0,0,-11005.3,-3257.61,55.5601,4.27392,450,450,0,0,2661,0,0,0), + (3690,6000,0,0,0,-11086.1,-3321.62,50.0008,4.20245,450,450,2,0,2229,1750,0,1), + (3691,5998,0,0,0,-10553.8,-3215.67,7.23844,1.76661,450,450,5,0,2252,0,0,1), + (3692,5996,0,0,0,-10863.9,-3047.23,48.4969,4.69494,450,450,0,0,2479,0,0,0), + (3693,5998,0,0,0,-10597,-3477.21,0.569794,1.21454,450,450,5,0,2252,0,0,1), + (3694,5996,0,0,0,-10710.1,-3631.59,-10.9109,1.5708,450,450,0,0,2479,0,0,0), + (3695,5996,0,0,0,-10745.9,-3252.1,-8.85246,3.54302,450,450,0,0,2479,0,0,0), + (3696,5996,0,0,0,-10618.4,-3216.82,-3.87653,0.907571,450,450,0,0,2479,0,0,0), + (3697,5996,0,0,0,-10807.3,-3182.07,37.2181,4.10152,450,450,0,0,2479,0,0,0), + (3698,5996,0,0,0,-10736.5,-3615.03,-10.8402,0.488692,450,450,0,0,2479,0,0,0), + (3699,5996,0,0,0,-10605.1,-3660.83,-15.5518,5.49779,450,450,0,0,2479,0,0,0), + (3700,5988,0,0,0,-11236.2,-2945,11.2975,3.85417,450,450,5,0,2495,0,0,1), + (3701,7670,0,0,0,-11478.5,-3363.06,7.38935,4.38448,450,450,5,0,3293,0,0,1), + (3702,5996,0,0,0,-10783.6,-3363.31,-10.4468,3.01942,450,450,0,0,2479,0,0,0), + (3703,5996,0,0,0,-10531.7,-3547.09,-9.46698,0.191986,450,450,0,0,2479,0,0,0), + (3704,5996,0,0,0,-10571.6,-3398.76,0.490726,2.30383,450,450,0,0,2479,0,0,0), + (3705,5996,0,0,0,-10684.3,-3669.66,-11.6068,3.19395,450,450,0,0,2479,0,0,0), + (3706,5996,0,0,0,-10785.2,-3476.97,-22.0887,4.74729,450,450,0,0,2479,0,0,0), + (3707,5997,0,0,0,-10608.2,-3604.62,-13.1465,1.355,450,450,5,0,2476,0,0,1), + (3708,5996,0,0,0,-10658.7,-3471.4,-5.52293,2.60054,450,450,0,0,2479,0,0,0), + (3709,5996,0,0,0,-10491.2,-3265.39,-4.7405,0.820305,450,450,0,0,2479,0,0,0), + (3710,5996,0,0,0,-10554.1,-3193.06,8.16165,0.261799,450,450,0,0,2479,0,0,0), + (3711,5996,0,0,0,-10547.2,-3149.99,6.76347,1.11701,450,450,0,0,2479,0,0,0), + (3712,5998,0,0,0,-10654.6,-3251.42,-4.24311,4.77184,450,450,5,0,2252,0,0,1), + (3713,5998,0,0,0,-10544.1,-3283.19,1.11511,1.8138,450,450,0,0,2252,0,0,0), + (3714,5996,0,0,0,-10610.5,-3319.58,-6.12211,0,450,450,0,0,2479,0,0,0), + (3715,5996,0,0,0,-10641.9,-3209.32,-2.59095,0.767945,450,450,0,0,2479,0,0,0), + (3716,5998,0,0,0,-10810.9,-3590.83,-12.8564,2.36842,450,450,5,0,2252,0,0,1), + (3717,5996,0,0,0,-10653.7,-3081.65,19.8254,0.820305,450,450,0,0,2479,0,0,0), + (3718,5996,0,0,0,-10610.9,-3525.99,-1.84958,2.68781,450,450,0,0,2479,0,0,0), + (3719,5996,0,0,0,-10747.7,-3472.59,-22.385,5.70723,450,450,0,0,2479,0,0,0), + (3720,5996,0,0,0,-10595.5,-3459.34,1.98787,2.6529,450,450,0,0,2479,0,0,0); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (3789,5996,0,6719,0,-10694.2,-3503.84,-27.3193,2.79253,450,0,0,2479,0,0,0), - (3790,5996,0,6722,0,-10610.8,-3166.12,15.0913,2.98451,450,0,0,2479,0,0,0), - (3791,5996,0,6721,0,-10631.7,-3568.03,-8.86307,1.67552,450,0,0,2479,0,0,0), - (3792,5996,0,6721,0,-10610.2,-3506.41,0.812838,3.28122,450,0,0,2479,0,0,0), - (3793,5996,0,6721,0,-10790.9,-3162.59,36.6571,5.14872,450,0,0,2479,0,0,0), - (3794,5996,0,6722,0,-10662,-3304.44,-9.97065,1.27409,450,0,0,2479,0,0,0), - (3795,5996,0,6721,0,-10754.6,-3426.59,-19.4833,1.5708,450,0,0,2479,0,0,0), - (3796,5996,0,6719,0,-10552.5,-3168.87,5.89756,5.65487,450,0,0,2479,0,0,0), - (3797,5996,0,6722,0,-10722,-3247.73,-9.4545,1.50098,450,0,0,2479,0,0,0), - (3798,5996,0,6722,0,-10750.3,-3388.28,-10.1733,5.16617,450,0,0,2479,0,0,0), - (3799,5996,0,6719,0,-10583.2,-3163.61,12.8275,1.44862,450,0,0,2479,0,0,0), - (3800,5996,0,6722,0,-10672.5,-3585.16,-8.937,1.90241,450,0,0,2479,0,0,0), - (3801,5996,0,6719,0,-10771.8,-3626.75,-11.541,2.49582,450,0,0,2479,0,0,0), - (3802,5996,0,6721,0,-10823,-3154.78,39.862,2.14675,450,0,0,2479,0,0,0), - (3803,5996,0,6720,0,-10642.2,-3396.12,-12.5202,4.83456,450,0,0,2479,0,0,0), - (3804,6011,0,9017,0,-11709.8,-3244.42,8.43686,4.13413,450,5,0,3293,0,0,1), - (3805,6010,0,1913,0,-11708.7,-3242.73,8.92269,4.13392,450,5,0,3330,0,0,1), - (3806,6010,0,1913,0,-11702.5,-3190.13,8.12633,3.44728,450,5,0,3330,0,0,1), - (3807,8675,0,7949,0,-11413.1,-3019.28,0.002855,5.22225,450,10,0,2880,0,0,1), - (3808,6006,0,6771,0,-11277.3,-3375.53,6.09979,0.250852,450,3,0,2466,1923,0,1), - (3809,6005,0,6794,0,-11239.5,-3377.5,9.33847,0.30252,450,5,0,3082,0,0,1), - (3810,6004,0,7838,0,-11320.9,-3394.71,7.59274,4.67631,450,3,0,2980,0,0,1), - (3811,6004,0,6779,0,-11343.5,-3412.51,7.85531,4.17097,450,1,0,2980,0,0,1), - (3812,6006,0,6770,0,-11353.8,-3388.22,7.59274,3.35859,450,5,0,2466,1923,0,1), - (3813,6004,0,6780,0,-11507.1,-3312.37,8.42717,0.904471,450,5,0,2980,0,0,1), - (3814,1082,0,807,0,-10477,-3452.45,19.8245,2.92927,450,5,0,1604,0,0,1), - (3815,1082,0,807,0,-10484.3,-3508.95,20.4991,1.76826,450,5,0,1604,0,0,1), - (3816,5988,0,6068,0,-11247.9,-2999.45,8.29462,0.490072,450,10,0,2495,0,0,1), - (3817,5977,0,14401,0,-11574.3,-2852.59,9.46175,5.8192,450,3,0,3189,0,0,1), - (3818,5978,0,11543,0,-11568.1,-2835.27,5.62737,4.12705,450,3,0,2305,4896,0,1), - (3819,5978,0,11543,0,-11555,-2852.03,7.95522,4.92611,450,3,0,2305,4896,0,1), - (3820,5978,0,11543,0,-11591.9,-2870.02,22.5026,3.31429,450,5,0,2305,4896,0,1), - (3821,5978,0,11543,0,-11583.7,-2827.13,4.16153,4.44911,450,3,0,2305,4896,0,1), - (3822,5984,0,8050,0,-11114.3,-2870.38,21.1716,3.3596,450,1,0,2310,0,0,1), - (3823,769,0,336,0,-10605.9,-3528.29,22.0877,4.93275,450,5,0,1829,0,0,1), - (3824,769,0,336,0,-10540.9,-3585.5,22.6224,4.83771,450,5,0,1829,0,0,1), - (3825,769,0,336,0,-10628.6,-3590.24,22.8241,0.846265,450,5,0,1829,0,0,1), - (3826,8675,0,7949,0,-11494.6,-2964.04,35.606,0.95895,450,5,0,2880,0,0,1), - (3827,769,0,336,0,-10576.1,-3553.9,22.0667,4.55314,450,5,0,1829,0,0,1), - (3828,769,0,336,0,-10566.1,-3517.28,23.4278,2.86491,450,5,0,1829,0,0,1), - (3829,769,0,336,0,-10636.2,-3684.73,22.5528,4.42272,450,5,0,1829,0,0,1), - (3830,769,0,336,0,-10689.7,-3721.61,23.6778,3.39981,450,5,0,1829,0,0,1), - (3831,769,0,336,0,-10573.9,-3493,22.5341,0.188587,450,5,0,1829,0,0,1), - (3832,8675,0,7949,0,-11479.4,-2809.31,-1.16278,4.54476,450,5,0,2880,0,0,1), - (3833,8675,0,7949,0,-11414.3,-2816.8,-0.151889,3.20488,450,10,0,2880,0,0,1), - (3834,5991,0,798,0,-11793.8,-2759.39,9.82908,2.01823,450,5,0,2980,0,0,1), - (3835,8675,0,7949,0,-11439.4,-2999.53,3.67968,1.44547,450,10,0,2880,0,0,1), - (3836,5982,0,10824,0,-11159.5,-3342.99,4.64402,5.63256,450,10,0,2488,0,0,1), - (3837,5982,0,10824,0,-11380.9,-3117.83,4.1014,2.56729,450,10,0,2488,0,0,1), - (3838,5982,0,10824,0,-11403.9,-3141.91,13.6571,2.9595,450,5,0,2488,0,0,1), - (3839,5983,0,1105,0,-11439.2,-3036.04,1.03353,0.313721,450,10,0,2779,0,0,1), - (3840,5993,0,11410,0,-11754.7,-2966.49,8.58804,1.89598,450,10,0,2727,0,0,1), - (3841,5993,0,11410,0,-11810.8,-2938.39,14.9059,4.12276,450,10,0,2727,0,0,1), - (3842,5993,0,11410,0,-11755.7,-2983.82,11.8835,6.28041,450,10,0,2727,0,0,1), - (3843,5993,0,11410,0,-11799.3,-2925.06,12.5663,5.37737,450,10,0,2727,0,0,1), - (3844,5993,0,11410,0,-11693.6,-3036.73,18.2434,3.34396,450,5,0,2727,0,0,1), - (3845,5991,0,798,0,-11669.7,-2818.97,5.31895,3.06137,450,5,0,2980,0,0,1), - (3846,5991,0,798,0,-11707,-2800.18,6.92886,3.65945,450,5,0,2980,0,0,1), - (3847,5974,0,14402,0,-10910.1,-2690.75,8.58908,4.11898,450,0,0,1679,3923,0,0), - (3848,5974,0,14402,0,-10896.7,-2711.09,7.99804,3.50811,450,0,0,1679,3923,0,0), - (3849,8675,0,7949,0,-11373.8,-2739.85,7.13812,1.47696,450,10,0,2880,0,0,1), - (3850,5999,0,6727,0,-10979,-3258.71,44.4579,0.509943,450,1,0,2661,0,0,1), - (3851,5976,0,11584,0,-10842.4,-2665.23,8.74483,1.47368,450,0,0,2399,0,0,0), - (3852,5978,0,11543,0,-11526.7,-2860.59,8.80994,1.04507,450,3,0,2305,4896,0,1), - (3853,5977,0,14401,0,-11535,-2840.33,6.20522,4.51601,450,3,0,3189,0,0,1), - (3854,6011,0,9017,0,-11774.7,-3071.83,7.70122,2.73388,450,5,0,3293,0,0,1), - (3855,6010,0,1913,0,-11752.1,-3084.32,9.37025,2.70169,450,5,0,3330,0,0,1), - (3856,5978,0,11543,0,-11542.6,-2814.6,3.27716,2.77415,450,3,0,2305,4896,0,1), - (3857,5977,0,14401,0,-11532.1,-2878.49,11.9849,2.17662,450,3,0,3189,0,0,1), - (3858,5988,0,6068,0,-11013.5,-2738.43,5.77976,1.34429,450,10,0,2495,0,0,1), - (3859,5984,0,8050,0,-10957.5,-2775.29,5.76888,6.09652,450,5,0,2310,0,0,1), - (3860,5979,0,152,0,-10997.1,-2773.44,4.16053,-2.44515,450,5,0,1836,1534,0,1), - (3861,5984,0,8050,0,-11092.1,-2842.07,15.6974,5.42038,450,1,0,2310,0,0,1), - (3862,5984,0,8050,0,-10965.2,-2859.8,5.77607,2.34005,450,5,0,2310,0,0,1), - (3863,5998,0,6726,0,-10829,-3048.59,47.1667,2.17203,450,0,0,2252,0,0,0), - (3864,5996,0,6722,0,-10816.3,-3089.04,43.643,3.42085,450,0,0,2479,0,0,0), - (3865,5996,0,6721,0,-10826,-3067.12,47.3622,4.10152,450,0,0,2479,0,0,0), - (3866,5996,0,6720,0,-10798.9,-3067.46,45.7997,6.16101,450,0,0,2479,0,0,0), - (3867,5996,0,6720,0,-10745.5,-3090.39,35.104,0.994838,450,0,0,2479,0,0,0), - (3868,5996,0,6720,0,-10778.9,-3096.31,39.7677,1.02974,450,0,0,2479,0,0,0), - (3869,5996,0,6719,0,-10721.6,-3095.86,34.5568,0.698132,450,0,0,2479,0,0,0), - (3870,5997,0,6711,0,-10786.8,-3111.34,41.1061,0.675923,450,1,0,2476,0,0,1), - (3871,5985,0,2714,0,-11418,-3022.54,0.440405,4.30031,450,10,0,2672,0,0,1), - (3872,752,0,386,0,-10850.6,-3671.4,20.3734,1.68615,450,5,0,1704,1483,0,1), - (3873,5997,0,6712,0,-10741.3,-3123.03,33.252,4.4658,450,1,0,2476,0,0,1), - (3874,8675,0,7949,0,-11491.2,-3048.67,2.53672,3.40219,450,10,0,2880,0,0,1), - (3875,5996,0,6722,0,-10722.2,-3154.79,30.5295,4.86947,450,0,0,2479,0,0,0), - (3876,5985,0,2714,0,-11433.2,-2970.75,3.09209,2.87054,450,10,0,2672,0,0,1), - (3877,5996,0,6720,0,-10701.2,-3128.53,26.8109,1.09956,450,0,0,2479,0,0,0), - (3878,5998,0,6725,0,-10652.6,-3194.84,23.4823,0.60608,450,0,0,2252,0,0,0), - (3879,6005,0,6794,0,-11588.4,-3354.33,8.80094,5.02985,450,5,0,3082,0,0,1), - (3880,5985,0,2714,0,-11460.1,-2957.49,9.9897,3.6382,450,5,0,2672,0,0,1), - (3881,5996,0,6721,0,-10704.1,-3166.76,25.5009,3.19395,450,0,0,2479,0,0,0), - (3882,5996,0,6721,0,-10690,-3187.2,19.0753,3.75246,450,0,0,2479,0,0,0), - (3883,6011,0,9017,0,-11696.2,-3118.67,15.0745,3.79812,450,5,0,3293,0,0,1), - (3884,6010,0,1913,0,-11694.6,-3119.92,15.4495,3.79278,450,5,0,3330,0,0,1), - (3885,5997,0,6712,0,-10712.9,-3389.28,-11.4771,4.42704,450,5,0,2476,0,0,1), - (3886,5984,0,8050,0,-11193.9,-2942.43,16.3545,6.24414,450,5,0,2310,0,0,1), - (3887,5996,0,6719,0,-10680.8,-3426.11,4.45148,1.55334,450,0,0,2479,0,0,0), - (3888,5996,0,6721,0,-10694,-3440.52,5.91505,4.20624,450,0,0,2479,0,0,0), - (3889,751,0,391,0,-10862.5,-3647.22,15.3779,2.17392,450,5,0,2059,0,0,1), - (3890,6009,0,6786,0,-11451.6,-2714.16,5.99178,2.2986,450,5,0,2305,4896,0,1), - (3891,5996,0,6721,0,-10670,-3454.2,6.95262,4.11898,450,0,0,2479,0,0,0), - (3892,5996,0,6720,0,-10666.2,-3434.55,6.04292,1.06465,450,0,0,2479,0,0,0), - (3893,5996,0,6720,0,-10619.6,-3484.04,5.52696,3.92699,450,0,0,2479,0,0,0), - (3894,5977,0,14401,0,-11484.5,-2852.97,4.03926,4.21547,450,3,0,3189,0,0,1), - (3895,5988,0,6068,0,-10941.5,-2894.21,9.55644,3.77643,450,5,0,2495,0,0,1), - (3896,5988,0,6068,0,-10946.5,-2915.18,8.56036,3.37243,450,5,0,2495,0,0,1), - (3897,5984,0,8050,0,-11007,-2841.82,9.08197,5.14384,450,10,0,2310,0,0,1), - (3898,5988,0,6068,0,-10954.9,-2923.4,9.81036,1.09206,450,5,0,2495,0,0,1), - (3899,5988,0,6068,0,-11000.6,-2874.81,9.47645,3.27682,450,5,0,2495,0,0,1), - (3900,5988,0,6068,0,-10986.6,-2840.5,11.6069,1.63918,450,10,0,2495,0,0,1), - (3901,5979,0,152,0,-11096.5,-2770.94,14.1177,5.70223,450,5,0,1836,1534,0,1), - (3902,8304,0,7844,0,-11431.6,-2626.02,39.1104,0.85454,900,5,1,3758,0,0,2), - (3903,5984,0,8050,0,-11034.3,-2804.99,8.67404,1.11183,450,10,0,2310,0,0,1), - (3904,5984,0,8050,0,-11044,-2765.01,2.89106,-1.79652,450,10,0,2310,0,0,1), - (3905,5979,0,152,0,-11108.2,-2763.62,16.4012,5.837,450,5,0,1836,1534,0,1), - (3906,5984,0,8050,0,-11137.2,-2713.41,11.5632,0.275831,450,5,0,2310,0,0,1), - (3907,5988,0,6068,0,-11081.7,-2714.15,23.4506,2.84249,450,5,0,2495,0,0,1), - (3908,5988,0,6068,0,-11118.2,-2765.16,18.126,4.2793,450,10,0,2495,0,0,1), - (3909,5988,0,6068,0,-11057.1,-2908.66,13.4684,1.75554,450,5,0,2495,0,0,1), - (3910,5988,0,6068,0,-11186,-2746.19,16.9086,2.66883,450,10,0,2495,0,0,1), - (3911,5992,0,3026,0,-11244.7,-3192.03,9.39468,3.73664,450,10,0,2578,0,0,1), - (3912,5988,0,6068,0,-11216.3,-2716.04,12.7789,6.1874,450,5,0,2495,0,0,1), - (3913,6011,0,9017,0,-11711.7,-3191.47,7.27935,4.5376,450,5,0,3293,0,0,1), - (3914,5985,0,2714,0,-11321.3,-2746.04,8.96753,3.14941,450,5,0,2672,0,0,1), - (3915,5985,0,2714,0,-11352.5,-2786.29,6.60958,3.62712,450,10,0,2672,0,0,1), - (3916,5983,0,1105,0,-11377.2,-3065.98,-4.3938,5.15054,450,10,0,2779,0,0,1), - (3917,5985,0,2714,0,-11383.2,-2886.37,0.884702,4.52188,450,5,0,2672,0,0,1), - (3918,5983,0,1105,0,-11361,-2763.36,6.37436,3.88834,450,10,0,2779,0,0,1), - (3919,5985,0,2714,0,-11380.9,-2951.26,3.05434,5.45913,450,5,0,2672,0,0,1), - (3920,8675,0,7949,0,-11317.8,-2985.12,5.29086,1.29389,450,5,0,2880,0,0,1), - (3921,5991,0,798,0,-11422.9,-3257.13,8.86528,2.49185,450,5,0,2980,0,0,1), - (3922,5991,0,798,0,-11511.7,-3242.37,8.71675,3.86336,450,5,0,2980,0,0,1), - (3923,5991,0,798,0,-11482.7,-3204.32,15.0471,3.42875,450,5,0,2980,0,0,1), - (3924,5991,0,798,0,-11556.9,-3281.1,7.44161,4.43567,450,10,0,2980,0,0,1), - (3925,5993,0,11410,0,-11585.9,-3284.63,9.74778,3.95737,450,10,0,2727,0,0,1), - (3926,5993,0,11410,0,-11578.6,-3214.74,6.11547,3.15364,450,5,0,2727,0,0,1), - (3927,5991,0,798,0,-11552.1,-3219.05,6.42475,4.93064,450,5,0,2980,0,0,1), - (3928,5983,0,1105,0,-11555,-3073.87,7.31927,4.73582,450,10,0,2779,0,0,1), - (3929,5983,0,1105,0,-11563.2,-3081.59,6.19427,2.93718,450,10,0,2779,0,0,1), - (3930,8298,0,10920,0,-11753,-2960.59,8.2707,0.082443,900,0,0,2634,2041,0,0), - (3931,5985,0,2714,0,-11517.4,-3079.21,0.328017,1.56103,450,10,0,2672,0,0,1), - (3932,5992,0,3026,0,-11370.4,-3229.61,9.74282,5.47568,450,5,0,2578,0,0,1), - (3933,5991,0,798,0,-11409.9,-3233.61,12.2938,1.19899,450,5,0,2980,0,0,1), - (3934,8296,0,11562,0,-10924.5,-2755.26,23.1939,1.93402,900,0,0,1804,4140,0,0), - (3935,5991,0,798,0,-11384.2,-3288.83,1.86742,4.84765,450,5,0,2980,0,0,1), - (3936,5990,0,2743,0,-11350.7,-3254.68,9.55909,4.98104,450,5,0,2488,0,0,1), - (3937,5990,0,2743,0,-11215.4,-3084.88,3.84497,1.67553,450,10,0,2488,0,0,1), - (3938,5982,0,10824,0,-11199.3,-3205.91,8.27191,5.09471,450,10,0,2488,0,0,1), - (3939,5990,0,2743,0,-11151.1,-3312.58,4.87022,1.72374,450,10,0,2488,0,0,1), - (3940,5992,0,3026,0,-11214,-3311.4,8.73824,1.86684,450,10,0,2578,0,0,1), - (3941,5992,0,3026,0,-11176,-3193.12,6.47681,2.04541,450,10,0,2578,0,0,1), - (3942,5992,0,3026,0,-11186.4,-3347.31,8.30331,2.89093,450,10,0,2578,0,0,1), - (3943,5990,0,2743,0,-11188.3,-3283.07,8.81045,3.78925,450,10,0,2488,0,0,1), - (3944,5990,0,2743,0,-11245.1,-3289.86,24.4082,6.26561,450,5,0,2488,0,0,1), - (3945,7376,0,10826,0,-10744.3,-1833.58,114.789,1.32437,600,5,0,3529,0,0,1), - (3946,7376,0,10826,0,-10615.1,-1914.32,118.778,5.97234,600,5,0,3529,0,0,1), - (3947,7376,0,10826,0,-10377.2,-1785.42,94.3243,3.70307,600,3,0,3529,0,0,1), - (3948,7376,0,10826,0,-10554.4,-1856.29,111.57,6.2301,600,5,0,3529,0,0,1), - (3949,7376,0,10826,0,-10282.9,-2013.07,51.0342,3.29945,600,5,0,3529,0,0,1), - (3950,7376,0,10826,0,-10554.8,-1781.01,94.3952,5.41337,600,5,0,3529,0,0,1), - (3951,7376,0,10826,0,-10689.3,-1867.43,114.377,2.03728,600,5,0,3529,0,0,1), - (3958,7376,0,10826,0,-10847.2,-1866.22,116.421,1.97594,600,5,0,3529,0,0,1), - (3959,7376,0,10826,0,-10552.6,-1722.18,92.1085,5.03333,600,3,0,3529,0,0,1), - (3960,7372,0,11538,0,-11162.1,-2487.77,105.364,2.30985,600,3,0,2631,5340,0,1), - (3961,12380,0,12431,0,-11153,-1969.56,35.7485,5.12761,600,5,0,4023,0,0,1), - (3962,7369,0,11533,0,-10860.2,-2279.32,117.256,3.02583,600,2,0,3529,0,0,1), - (3963,7372,0,11538,0,-10894.8,-2346.2,116.602,5.76345,600,0,0,2631,5340,0,0), - (3964,7379,0,11537,0,-10869.1,-2291.12,117.256,3.64645,600,2,0,2470,5013,0,1), - (3965,12380,0,12430,0,-11167.1,-1963.88,35.7485,1.27882,600,5,0,4023,0,0,1), - (3966,7370,0,4870,0,-11057.7,-1973.01,-24.1974,0.498566,600,5,0,5233,2991,0,1), - (3967,12377,0,11649,0,-11069.4,-1975.33,-23.6735,0.967485,600,5,0,2871,0,0,1), - (3968,12380,0,13950,0,-11182.5,-1966.57,35.7485,2.01588,600,5,0,4023,0,0,1), - (3969,7376,0,10826,0,-10649,-2085.55,107.406,2.13797,600,5,0,3529,0,0,1), - (3970,7372,0,11538,0,-11130.3,-2388.11,107.759,3.56311,600,2,0,2631,5340,0,1), - (3971,7371,0,11536,0,-11142.2,-2414.94,106.125,2.07753,600,3,0,3644,0,0,1), - (3972,7372,0,11538,0,-11121.6,-2416.26,108.653,5.40284,600,0,0,2631,5340,0,0), - (3973,7371,0,11536,0,-11104,-2466.51,109.803,4.35655,600,2,0,3644,0,0,1), - (3974,7372,0,11538,0,-11152,-2402.54,107.637,1.98321,600,3,0,2631,5340,0,1), - (3975,7371,0,11536,0,-11084.9,-2408.9,112.727,4.03457,600,2,0,3644,0,0,1), - (3976,12378,0,146,0,-11035.9,-1920.01,-29.6907,4.81475,600,3,0,2751,6882,0,1), - (3977,12377,0,11649,0,-11219,-2224.08,22.7275,4.74331,600,5,0,2871,0,0,1), - (3978,12378,0,146,0,-11241.1,-2222.73,22.7066,5.11464,600,3,0,2751,6882,0,1), - (3979,7370,0,4870,0,-11219.1,-2247.42,22.7062,0.968502,600,3,0,5233,2991,0,1), - (3980,7379,0,11537,0,-11012.1,-2307.38,117.256,1.27659,600,0,0,2470,5013,0,0), - (3981,7369,0,11533,0,-10947.9,-2281.99,117.256,3.57852,600,5,0,3529,0,0,1), - (3982,7379,0,11537,0,-11084.3,-2321.66,117.256,1.40672,600,3,0,2470,5013,0,1), - (3983,7369,0,11533,0,-10996.2,-2302.69,117.256,0.926236,600,0,0,3529,0,0,0), - (3984,7369,0,11533,0,-10914.9,-2217.93,117.756,2.17025,600,3,0,3529,0,0,1), - (3985,7369,0,11533,0,-11121.4,-2298.59,117.256,5.52805,600,5,0,3529,0,0,1), - (3986,12378,0,146,0,-11238.9,-2172.47,22.7053,4.83881,600,5,0,2751,6882,0,1), - (3987,12377,0,11649,0,-11176,-2252.9,22.7069,5.93557,600,3,0,2871,0,0,1), - (3988,7370,0,4870,0,-11194.6,-2229.39,22.7191,4.31329,600,5,0,5233,2991,0,1), - (3989,12377,0,11649,0,-11173.9,-2226.94,22.7307,0.155771,600,5,0,2871,0,0,1), - (3990,7376,0,10826,0,-10714.1,-2035.89,121.86,4.33529,600,5,0,3529,0,0,1), - (3991,7369,0,11533,0,-11145,-2270.49,121.577,3.94353,600,5,0,3529,0,0,1), - (3992,7369,0,11533,0,-10844.4,-2121.71,121.006,5.62481,600,5,0,3529,0,0,1), - (3993,7369,0,11533,0,-10811.9,-2195.57,117.256,4.59714,600,2,0,3529,0,0,1), - (3994,7379,0,11537,0,-10885.9,-2148.29,117.256,0.309782,600,0,0,2470,5013,0,0), - (3995,7379,0,11537,0,-10817.3,-2143.6,122.433,2.61112,600,5,0,2470,5013,0,1), - (3996,7379,0,11537,0,-10801.8,-2181.33,117.381,4.26981,600,0,0,2470,5013,0,0), - (3997,7369,0,11533,0,-10872.6,-2170.1,117.256,5.91976,600,5,0,3529,0,0,1), - (3998,7371,0,11536,0,-10945.9,-2156.91,116.167,1.62349,600,0,0,3644,0,0,0), - (3999,7379,0,11537,0,-10871.4,-2143.58,117.256,0.435553,600,2,0,2470,5013,0,1), - (4000,12378,0,146,0,-11149.5,-2200.07,22.7176,2.43424,600,5,0,2751,6882,0,1), - (4001,12380,0,13950,0,-11119,-2207.05,19.3354,4.61539,600,0,0,4023,0,0,0), - (4002,12377,0,11649,0,-11103.5,-2213.43,13.7435,3.01648,600,5,0,2871,0,0,1), - (4003,12379,0,13953,0,-11136.7,-2208.81,22.6004,1.55601,600,5,0,3984,0,0,1), - (4004,12379,0,13951,0,-11152.6,-2226.17,22.7048,1.89369,600,5,0,3984,0,0,1), - (4005,7376,0,10826,0,-10911.3,-1951.6,114.974,0.79285,600,5,0,3529,0,0,1), - (4006,12380,0,12431,0,-11059.6,-1882.03,50.9022,3.31025,600,5,0,4023,0,0,1), - (4007,12380,0,13949,0,-11173.4,-1853.5,73.8614,3.53313,600,0,0,4023,0,0,0), - (4008,12380,0,13949,0,-11153.8,-1878.56,63.4889,1.55712,600,5,0,4023,0,0,1), - (4009,12380,0,12430,0,-11182.3,-1857.33,73.8614,3.51744,600,0,0,4023,0,0,0), - (4010,7376,0,10826,0,-10525.6,-1749.51,88.6775,2.18968,600,5,0,3529,0,0,1), - (4011,12377,0,11649,0,-11167.7,-2154.6,22.7056,6.07526,600,3,0,2871,0,0,1), - (4012,12377,0,11649,0,-11149,-2180.09,22.7057,3.6202,600,3,0,2871,0,0,1), - (4013,12380,0,12430,0,-11218.6,-2013.83,47.2968,3.4487,600,5,0,4023,0,0,1), - (4014,12380,0,13950,0,-11116.1,-2081.22,48.2939,5.43225,600,0,0,4023,0,0,0), - (4015,12380,0,12431,0,-11163.9,-2072.78,48.1487,5.80394,600,2,0,4023,0,0,1), - (4016,12379,0,13953,0,-11212.1,-2149.29,22.7072,4.70704,600,5,0,3984,0,0,1), - (4017,12380,0,13950,0,-11160.6,-2006.35,47.2416,2.1954,600,5,0,4023,0,0,1), - (4018,12379,0,13951,0,-11131.7,-1923.86,-12.9777,3.82615,600,5,0,3984,0,0,1), - (4019,12378,0,146,0,-11130.4,-1894.97,-12.5358,5.39089,600,5,0,2751,6882,0,1), - (4020,12379,0,13953,0,-11079.6,-1936.85,-7.74261,0.308459,600,5,0,3984,0,0,1), - (4021,7370,0,4870,0,-11025.5,-1871.49,-31.0169,3.06556,600,5,0,5233,2991,0,1), - (4022,7370,0,4870,0,-11124.4,-1862.36,-10.4523,4.60088,600,0,0,5233,2991,0,0), - (4023,12377,0,11649,0,-11032.7,-1864.77,-30.735,1.9208,600,5,0,2871,0,0,1), - (4024,12377,0,11649,0,-11075.9,-1865.57,-25.3622,3.76628,600,5,0,2871,0,0,1), - (4025,12380,0,12431,0,-11067.9,-1935.48,-6.31704,3.9274,600,5,0,4023,0,0,1), - (4026,12378,0,146,0,-11032.7,-1907.96,-3.43615,0.048609,600,5,0,2751,6882,0,1), - (4027,12378,0,146,0,-11087.9,-1912.5,4.4202,2.90252,600,5,0,2751,6882,0,1), - (4028,12377,0,11649,0,-11107.1,-2003.89,13.3146,0.915445,600,5,0,2871,0,0,1), - (4029,12379,0,13951,0,-11097.8,-1952.58,1.76727,1.51809,600,5,0,3984,0,0,1), - (4030,12380,0,12430,0,-11097.9,-1928.7,4.47742,5.27257,600,5,0,4023,0,0,1), - (4031,12379,0,13954,0,-11094.7,-1920.44,4.04137,4.23282,600,5,0,3984,0,0,1), - (4032,12377,0,11649,0,-11147.3,-1972.2,22.9204,3.41783,600,5,0,2871,0,0,1), - (4033,12380,0,12431,0,-11155.6,-2003.63,35.7395,3.94401,600,3,0,4023,0,0,1), - (4034,7370,0,4870,0,-11175.3,-1968.83,22.8057,2.34401,600,5,0,5233,2991,0,1), - (4035,12380,0,12430,0,-11185.7,-1999.47,35.7395,3.70919,600,3,0,4023,0,0,1), - (4036,12380,0,13950,0,-11177.1,-1943.75,57.32,2.01464,600,5,0,4023,0,0,1), - (4037,7371,0,11536,0,-11079.6,-2388.76,113.257,2.17712,600,2,0,3644,0,0,1), - (4038,7379,0,11537,0,-11083.7,-2277.72,117.256,0.433147,600,5,0,2470,5013,0,1), - (4039,7371,0,11536,0,-11113.9,-2367.54,111.892,2.96159,600,2,0,3644,0,0,1), - (4040,12380,0,13950,0,-11114.6,-2051.79,47.9327,0.205186,600,0,0,4023,0,0,0), - (4041,12380,0,13949,0,-11189.2,-2030.44,47.1294,0.578405,600,2,0,4023,0,0,1), - (4042,12380,0,12430,0,-11140.9,-2064.43,47.7684,0.157939,600,0,0,4023,0,0,0), - (4043,12378,0,146,0,-11197.6,-2073.6,35.5048,5.42817,600,2,0,2751,6882,0,1), - (4044,12379,0,13954,0,-11167.2,-2078.46,35.5048,5.20435,600,2,0,3984,0,0,1), - (4045,7370,0,4870,0,-11201.7,-2099.18,31.2389,0.090357,600,3,0,5233,2991,0,1), - (4046,12378,0,146,0,-11170.1,-2105.08,31.2389,5.53605,600,5,0,2751,6882,0,1), - (4047,12378,0,146,0,-11201.6,-2127.23,26.9731,5.32298,600,3,0,2751,6882,0,1), - (4048,721,0,328,0,-5433.45,-491.95,396.753,6.14936,180,10,0,1,0,0,1), - (4049,7370,0,4870,0,-11170.8,-2132.68,26.9731,0.043694,600,3,0,5233,2991,0,1), - (4050,12377,0,11649,0,-11192.9,-2195.18,20.2818,3.76711,600,5,0,2871,0,0,1), - (4051,12377,0,11649,0,-11107.5,-2204.07,14.8382,2.71175,600,3,0,2871,0,0,1), - (4052,12379,0,13952,0,-11174.1,-2178.27,22.7358,3.31364,600,5,0,3984,0,0,1), - (4053,7370,0,4870,0,-11172.6,-2170.94,22.7176,6.21176,600,5,0,5233,2991,0,1), - (4054,7370,0,4870,0,-11173.4,-2199.74,22.7357,6.23542,600,5,0,5233,2991,0,1), - (4055,12377,0,11649,0,-11184.5,-2080.05,35.505,1.53675,600,3,0,2871,0,0,1), - (4056,12378,0,146,0,-11214.5,-2173.24,22.7096,2.86285,600,5,0,2751,6882,0,1), - (4057,7370,0,4870,0,-11212.4,-2193.44,22.7397,2.30048,600,5,0,5233,2991,0,1), - (4058,12377,0,11649,0,-11224.6,-2197.94,22.7143,3.35942,600,5,0,2871,0,0,1), - (4059,12377,0,11649,0,-11240.2,-2197.94,22.7016,3.9263,600,5,0,2871,0,0,1), - (4060,12377,0,11649,0,-11190.6,-2152.13,22.6994,2.11148,600,3,0,2871,0,0,1), - (4061,269,0,4309,0,-10557.3,-1110.01,30.1516,0.261799,300,0,0,2471,0,0,0), - (4062,2112,0,4319,0,-10499,-1154.68,34.9574,3.19395,300,0,0,804,0,0,0), - (4063,325,0,4320,0,-10583.5,-1117.82,30.069,0.071813,300,0,0,919,0,0,0), - (4064,3135,0,4337,0,-10515.5,-1312.47,40.0256,5.79733,300,0,0,1172,0,0,0), - (4065,721,0,328,0,-5387.47,-613.374,391.823,1.23724,180,10,0,1,0,0,1), - (4066,1126,0,381,0,-5431.18,-585.744,398.215,4.34728,180,10,0,120,0,0,1), - (4067,727,0,1598,0,-5407.53,-639.866,392.939,0,250,0,0,1918,0,0,0), - (4068,1131,0,785,0,-5342.04,-611.803,390.831,0.828064,180,10,0,137,0,0,1), - (4069,1138,0,604,0,-5338.55,-647.261,397.05,2.45713,180,10,0,120,0,0,1), - (4070,1131,0,785,0,-5353.06,-707.612,394.143,3.9897,180,10,0,137,0,0,1), - (4071,1196,0,8840,0,-5293.4,-717.5,388.457,5.09433,180,10,0,164,0,0,1), - (4072,1376,0,3389,0,-5488.99,-682.33,394.436,1.06465,180,0,0,500,0,0,0), - (4073,727,0,1598,0,-5491.22,-667.174,394.122,0.279253,250,0,0,1918,0,0,0), - (4074,1138,0,604,0,-5366.2,-725.721,396.505,3.16893,180,10,0,120,0,0,1), - (4075,1138,0,604,0,-5378.24,-724.417,396.858,0.229977,180,10,0,120,0,0,1), - (4076,1131,0,785,0,-5400.75,-739.903,395.847,1.51392,180,10,0,137,0,0,1), - (4077,721,0,328,0,-5440.52,-677.372,395.007,2.8075,180,10,0,1,0,0,1), - (4078,1694,0,3392,0,-5499.7,-664.575,395.395,0.453786,180,0,0,413,0,0,0), - (4079,1377,0,5106,0,-5473.19,-641.798,393.3,0.174533,190,0,0,919,0,0,0), - (4080,1378,0,5105,0,-5466.53,-632.141,393.939,0,180,0,0,804,0,0,0), - (4081,1676,0,4285,0,-10595.5,-1255.96,37.4719,2.85728,300,0,0,1684,0,0,0), - (4082,226,0,4332,0,-10595.1,-1162.55,30.0557,0.911122,300,0,0,1454,0,0,0), - (4083,1672,0,221,0,-10518.7,-1211.03,28.1175,2.3085,300,0,0,166,0,0,0), - (4084,3134,0,7131,0,-10072.5,-1375.86,30.2364,3.40339,300,0,0,1240,0,0,0), - (4085,3138,0,4339,0,-10593.3,-1214.02,28.5822,0.436332,300,0,0,1240,0,0,0), - (4086,225,0,4331,0,-10617.3,-1153.9,27.1127,3.02841,300,0,0,1003,0,0,0), - (4087,10062,0,9285,0,-10546.6,-1165.08,27.9454,3.1765,300,0,0,1605,0,0,0), - (4088,2669,0,4274,0,-10536.9,-1209.95,32.9673,6.02139,300,0,0,1684,0,0,0), - (4089,14991,0,15251,0,-8838.8,651.394,96.7842,2.42601,43200,0,0,2471,0,0,0), - (4090,14991,0,15251,0,-8876.83,542.382,106.366,0.558505,43200,0,0,2471,0,0,0), - (4091,1702,0,3394,0,-5531.17,-669.07,393.413,1.79769,190,0,0,1172,0,0,0), - (4092,721,0,328,0,-5492.78,-705.619,408.754,0.295197,180,10,0,1,0,0,1), - (4093,5392,0,3396,0,-5528.87,-660.74,393.413,5.11381,180,0,0,413,0,0,0), - (4094,1125,0,607,0,-5534.43,-632.649,407.643,5.6726,180,10,0,102,0,0,1), - (4095,1125,0,607,0,-5529.56,-626.38,407.379,5.00678,180,10,0,102,0,0,1), - (4096,1131,0,785,0,-5474.58,-761.771,397.99,2.95685,180,10,0,137,0,0,1), - (4097,1131,0,785,0,-5506.13,-736.207,405.499,2.77848,180,10,0,137,0,0,1), - (4098,1125,0,607,0,-5580.59,-665.595,407.085,5.45638,180,10,0,102,0,0,1), - (4099,1126,0,381,0,-5586.65,-684.371,407.144,1.86557,180,10,0,120,0,0,1), - (4100,1128,0,8843,0,-5576.94,-687.484,407.888,4.95674,180,10,0,122,0,0,1), - (4101,1125,0,607,0,-5627.95,-732.075,429.898,5.21532,180,10,0,102,0,0,1), - (4102,1196,0,8840,0,-5643.36,-677.035,403.874,0.060591,180,10,0,164,0,0,1), - (4103,1131,0,785,0,-5602.12,-693.98,412.863,3.47629,180,10,0,137,0,0,1), - (4104,1125,0,607,0,-5555.43,-723.027,409.76,0.523599,180,10,0,102,0,0,1), - (4105,1125,0,607,0,-5593.99,-709.286,415.534,2.94688,180,10,0,102,0,0,1), - (4106,721,0,328,0,-5842.31,-558.583,398.216,2.21853,180,10,0,1,0,0,1), - (4107,721,0,328,0,-5816.39,-691.582,397.525,1.54604,180,10,0,1,0,0,1), - (4108,1126,0,381,0,-5846.94,-686.651,398.131,5.52248,180,10,0,120,0,0,1), - (4109,1196,0,8840,0,-5826.37,-672.104,397.884,5.14807,180,10,0,164,0,0,1), - (4110,1201,0,954,0,-5865.53,-626.196,398.295,1.10286,180,10,0,137,0,0,1), - (4111,1125,0,607,0,-5798.57,-749.475,399.466,1.72192,180,10,0,102,0,0,1), - (4112,1127,0,744,0,-5786.77,-825.852,397.658,4.73582,180,0,0,137,0,0,0), - (4113,1201,0,954,0,-5773.27,-848.292,398.06,3.97464,180,10,0,137,0,0,1), - (4114,1127,0,744,0,-5760.85,-934.425,396.219,0.166754,180,5,0,137,0,0,1), - (4115,1201,0,954,0,-5755,-890.008,399.858,0.935108,180,10,0,137,0,0,1), - (4116,1201,0,954,0,-5733.47,-852.864,405.013,5.78026,180,10,0,137,0,0,1), - (4117,1127,0,744,0,-5761.06,-931.818,396.336,1.37238,180,5,0,137,0,0,1), - (4118,1201,0,954,0,-5812.78,-917.808,396.164,6.12445,180,10,0,137,0,0,1), - (4119,1201,0,954,0,-5780.67,-979.075,394.108,1.23184,180,10,0,137,0,0,1), - (4120,1127,0,744,0,-5813.92,-944.57,394.887,5.5877,180,5,0,137,0,0,1), - (4121,1201,0,954,0,-5860.78,-948.475,406.394,0.731508,180,10,0,137,0,0,1), - (4122,1127,0,744,0,-5848.48,-983.569,396.21,5.31396,180,5,0,137,0,0,1), - (4123,721,0,328,0,-5737.04,-969.141,397.395,3.9408,180,10,0,1,0,0,1), - (4124,1127,0,744,0,-5707.95,-939.301,397.939,4.14684,180,5,0,137,0,0,1), - (4125,1127,0,744,0,-5659.91,-989.56,394.778,4.5376,180,5,0,137,0,0,1), - (4126,1201,0,954,0,-5680.99,-979.516,393.724,2.10358,180,10,0,137,0,0,1), - (4127,1201,0,954,0,-5724.18,-1008.47,395.659,6.26042,180,10,0,137,0,0,1), - (4128,1127,0,744,0,-5660.91,-922.077,412.229,4.24612,180,0,0,137,0,0,0), - (4129,1126,0,381,0,-5606.35,-996.37,393.557,3.76481,180,10,0,120,0,0,1), - (4130,1201,0,954,0,-5606.11,-959.785,396.077,2.44885,180,10,0,137,0,0,1), - (4131,721,0,328,0,-5570.24,-999.479,393.585,2.96488,180,10,0,1,0,0,1), - (4132,1201,0,954,0,-5591.17,-972.52,393.615,4.02707,180,10,0,137,0,0,1), - (4133,727,0,1598,0,-5602.74,-1051.89,400.354,2.94961,250,0,0,1918,0,0,0), - (4134,1127,0,744,0,-5532.74,-1050.6,392.018,0.258959,180,5,0,137,0,0,1), - (4135,1127,0,744,0,-5561.14,-1065.55,391.877,0.236456,180,5,0,137,0,0,1), - (4136,1126,0,381,0,-5444.41,-963.839,393.383,1.08095,180,10,0,120,0,0,1), - (4137,1126,0,381,0,-5446.45,-950.9,394.087,5.15732,180,10,0,120,0,0,1), - (4138,721,0,328,0,-5389.26,-1052.22,392.095,0.325602,180,10,0,1,0,0,1), - (4139,1253,0,1616,0,-5350.61,-1040.98,394.991,1.62316,180,0,0,644,0,0,0), - (4140,1196,0,8840,0,-5297.75,-968.592,389.809,3.75646,180,10,0,164,0,0,1), - (4141,1127,0,744,0,-5520.82,-1114,398.645,6.12445,180,0,0,137,0,0,0), - (4142,1196,0,8840,0,-5583.75,-1116.98,390.672,3.9031,180,10,0,164,0,0,1), - (4143,1126,0,381,0,-5652.55,-1089.84,392.128,0.289276,180,10,0,120,0,0,1), - (4144,1388,0,1050,0,-5389,-1282,445.888,2.443,180,0,0,666,0,0,2), - (4145,3177,0,3411,0,-5514.98,-1295.75,406.161,4.86947,180,0,0,413,0,0,0), - (4146,1265,0,1651,0,-5513.78,-1304.71,404.609,3.50811,180,0,0,197,0,0,0), - (4147,12372,0,2785,0,-5524.53,-1354.1,398.694,1.43896,180,0,0,42,0,0,0), - (4148,12373,0,2736,0,-5534.72,-1349.27,398.769,4.74149,180,0,0,42,0,0,0), - (4149,14547,0,14346,0,-5536.3,-1335.36,398.769,1.80959,180,0,0,64,53,0,0), - (4150,4772,0,3410,0,-5521.92,-1347.17,398.747,4.03171,180,0,0,413,100,0,0), - (4151,1352,0,328,0,-5546.13,-1301.88,399.909,1.25519,370,0,0,1,0,0,0), - (4152,1261,0,2790,0,-5537.03,-1323.67,399.159,0.10472,180,0,0,413,0,0,0), - (4153,1263,0,1981,0,-5547.62,-1306.45,398.409,4.45606,180,0,0,64,0,0,0), - (4154,12374,0,2786,0,-5525.74,-1363.56,398.694,1.88225,180,0,0,42,0,0,0), - (4155,14548,0,14576,0,-5532.46,-1358.99,398.694,3.04284,180,0,0,64,53,0,0), - (4156,14546,0,14347,0,-5529.51,-1376.1,398.789,3.57943,180,0,0,64,53,0,0), - (4157,1126,0,381,0,-5526.14,-1416.24,403.215,5.79771,180,10,0,120,0,0,1), - (4158,1126,0,381,0,-5646.85,-1357.58,397.115,0.716266,180,10,0,120,0,0,1), - (4159,13076,0,1598,0,-5669.67,-1289.84,390.471,3.1765,250,0,0,1903,0,0,0), - (4160,721,0,328,0,-5635.58,-1235.55,390.24,6.16779,180,10,0,1,0,0,1), - (4161,1127,0,744,0,-5646.77,-1192.98,389.512,5.64476,180,5,0,137,0,0,1), - (4162,1127,0,744,0,-5738.9,-1217.05,381.252,2.75092,180,5,0,137,0,0,1), - (4163,1196,0,8840,0,-5744.2,-1200.85,384.621,4.34899,180,10,0,164,0,0,1), - (4164,1126,0,381,0,-5687.65,-1270.41,389.848,0.637812,180,10,0,120,0,0,1), - (4165,1126,0,381,0,-5691.55,-1141.73,385.954,4.96494,180,10,0,120,0,0,1), - (4166,1201,0,954,0,-5711.34,-1126.4,384.729,4.60282,180,10,0,137,0,0,1), - (4167,1127,0,744,0,-5777.36,-1104.89,383.245,3.59912,180,5,0,137,0,0,1), - (4168,1127,0,744,0,-5737.69,-1020.91,397.569,3.45202,180,0,0,137,0,0,0), - (4169,1201,0,954,0,-5709.45,-1044.85,397.31,6.11836,180,10,0,137,0,0,1), - (4170,721,0,328,0,-5868.52,-997.304,399.792,1.8172,180,10,0,1,0,0,1), - (4171,1196,0,8840,0,-5888.73,-1089.28,383.122,3.0675,180,10,0,164,0,0,1), - (4172,1201,0,954,0,-5835.53,-1078.58,386.062,2.9189,180,10,0,137,0,0,1), - (4173,1127,0,744,0,-5837.88,-1078.18,386.899,0.06449,180,0,0,137,0,0,0), - (4174,11040,0,10455,0,-10533.6,-1180.09,28.3919,5.44543,300,0,0,1605,852,0,0), - (4175,633,0,1571,0,-10593.1,-1200.6,28.4989,6.11116,300,0,0,804,0,0,0), - (4176,663,0,2027,0,-10572.9,-1211.98,26.2189,6.03826,300,0,0,919,0,0,0), - (4177,664,0,221,0,-10591.2,-1191.51,33.453,1.85005,300,0,0,87,0,0,0), - (4178,661,0,4338,0,-10599.1,-1200.37,28.4932,0.088876,300,0,0,1240,0,0,0), - (4179,886,0,2387,0,-10522.6,-1197.03,27.2522,0.533076,300,0,0,2100,0,0,0), - (4180,826,0,2389,0,-10565,-1245.47,29.7169,2.12421,300,0,0,2192,0,0,0), - (4181,885,0,2392,0,-10520.9,-1279.76,39.1491,5.22486,300,0,0,2192,0,0,0), - (4182,494,0,2379,0,-10542.4,-1143.26,26.3265,1.2394,300,0,0,2016,0,0,0), - (4183,2481,0,7130,0,-10695.1,346.264,44.5719,3.00197,300,0,0,2100,0,0,0), - (4184,5464,0,3249,0,-10547.4,-1212.5,26.9412,3.38594,300,0,0,1528,0,0,0), - (4185,468,0,4310,0,-10558.5,-1190.47,28.1623,0.410677,300,5,0,2016,0,0,2), - (4186,263,0,4321,0,-10552.2,-1108.79,31.5114,3.22886,300,0,0,1605,0,0,0), - (4187,267,0,1720,0,-10560,-1124.98,30.071,1.33736,300,0,0,1684,0,0,0), - (4188,268,0,4324,0,-10573.7,-1128,29.1669,3.47011,300,0,0,1172,0,0,0), - (4189,270,0,1724,0,-10576.9,-1108.48,30.0689,2.62081,300,0,0,1454,0,0,0), - (4190,271,0,1713,0,-10568.2,-1114.52,30.0689,2.88401,300,0,0,1605,0,0,0), - (4191,274,0,5039,0,-10509.6,-1155.54,28.0995,3.21891,300,0,0,1309,0,0,0), - (4192,272,0,1715,0,-10498.8,-1161.6,28.0865,4.57885,300,0,0,1605,0,0,0), - (4193,273,0,1731,0,-10517.4,-1158.66,28.0995,5.21853,300,0,0,1042,0,0,0), - (4194,264,0,4322,0,-10560.8,-1153.7,28.0765,3.55585,300,0,0,2972,0,0,0), - (4195,265,0,4323,0,-10532,-1213.64,28.1175,0.150732,300,0,0,1240,0,0,0), - (4196,275,0,1734,0,-10514.6,-1298.75,41.2925,3.62182,300,0,0,1380,0,0,0), - (4197,374,0,4287,0,-10593.2,-1253.74,37.4826,4.98203,300,0,0,1605,0,0,0), - (4198,276,0,4326,0,-10581.1,-1321.31,50.3933,0.466017,300,0,0,1454,0,0,0), - (4199,289,0,4328,0,-10283,74.4014,38.9313,2.02458,300,0,0,2016,0,0,0), - (4201,15384,0,11686,0,-10341.1,-431.15,46.1188,2.46091,300,0,0,42,0,0,0), - (4202,15384,0,11686,0,-10351,-420.696,46.0446,2.51327,300,0,0,42,0,0,0), - (4203,227,0,4340,0,-10523.2,-1170.43,27.4096,4.89115,300,0,0,788,0,0,0), - (4204,228,0,4334,0,-10517.2,-1138.53,26.1772,0.00819,300,0,0,1172,0,0,0), - (4205,1673,0,257,0,-10531.5,-1226.24,28.613,1.41372,300,0,0,228,1470,0,0), - (4206,3136,0,4330,0,-10590.5,-1164.79,30.1331,1.309,300,0,0,1684,0,0,0), - (4207,2668,0,4273,0,-10536.7,-1215.21,32.9701,0.855211,300,0,0,1380,0,0,0), - (4208,6790,0,8191,0,-10516,-1161.21,28.1161,4.03171,300,0,0,1605,0,0,0), - (4209,2409,0,5129,0,-10513.8,-1258.79,41.5138,4.36332,600,0,0,7423,7071,0,0), - (4210,960,0,4336,0,-10528.5,-1159.34,34.9574,2.75814,300,0,0,1605,0,0,0), - (4211,576,0,2375,0,-10546.2,-1179.32,28.1623,2.25222,300,0,0,1454,0,0,0), - (4212,2110,0,1141,0,-10794.6,172.928,34.4512,0.412075,300,5,0,1,0,0,1), - (4213,1201,0,954,0,-5880.71,-1130.18,381.141,1.3481,180,10,0,137,0,0,1), - (4214,2110,0,1141,0,-10962.7,-754.576,51.7638,0.50637,300,10,0,1,0,0,1), - (4215,2110,0,1141,0,-11136.3,-711.67,58.8964,2.69651,300,5,0,1,0,0,1), - (4216,7024,0,5783,0,-11035.2,619.354,35.4196,3.97935,180,0,0,1042,0,0,0), - (4217,15384,0,11686,0,-10340.9,-411.371,46.1471,3.52556,300,0,0,42,0,0,0), - (4218,923,0,246,0,-10993.9,123.941,41.9456,1.32819,300,5,0,617,0,0,1), - (4219,923,0,246,0,-11054.8,87.3422,40.5342,1.12472,300,5,0,617,0,0,1), - (4220,923,0,246,0,-11121.3,174.305,25.9656,2.85014,300,10,0,617,0,0,1), - (4221,15384,0,11686,0,-10337.2,-425.09,46.7262,5.0091,300,0,0,42,0,0,0), - (4223,15384,0,11686,0,-10338.3,-425.215,46.5136,3.22886,300,0,0,42,0,0,0), - (4224,15384,0,11686,0,-10349.7,-419.659,46.0446,5.46288,300,0,0,42,0,0,0), - (4225,923,0,246,0,-10847.7,68.5245,45.1277,2.98144,300,5,0,617,0,0,1), - (4226,688,0,12344,0,-11272.5,253.561,25.3843,5.03264,300,5,0,1107,0,0,1), - (4227,2110,0,1141,0,-10702.5,-964.127,72.8968,4.79497,300,5,0,1,0,0,1), - (4228,620,0,304,0,-10581.3,-1272.92,36.0592,1.37753,300,10,0,1,0,0,1), - (4229,2142,0,2377,0,-10071.1,-1378.51,30.214,3.35103,300,0,0,1764,0,0,0), - (4230,840,0,2380,0,-10320.5,-1125.69,21.832,5.43841,300,0,0,3712,0,0,2), - (4231,930,0,368,0,-10562.7,120.804,32.2756,0.803454,300,5,0,664,0,0,1), - (4232,930,0,368,0,-10654.6,-1517.7,91.4969,-0.361546,300,0,0,664,0,0,0), - (4233,920,0,1098,0,-11162.7,-871.558,77.2311,0.649119,300,3,0,892,852,0,1), - (4234,5414,0,4341,0,-10351.1,-1527.88,92.7248,3.14159,300,0,0,1739,0,0,0), - (4235,5418,0,4342,0,-10358,-1537.57,92.3121,2.46091,300,0,0,1714,0,0,0), - (4236,206,0,522,0,-11153.5,-857.924,77.0548,1.60327,300,0,0,950,0,0,0), - (4237,206,0,522,0,-11196.7,-830.396,77.1025,0.257334,300,3,0,950,0,0,1), - (4238,920,0,1098,0,-11186.7,-820.137,77.2275,5.64053,300,3,0,892,852,0,1), - (4239,920,0,1098,0,-11173.1,-811.162,73.7275,3.12399,300,5,0,892,852,0,1), - (4240,923,0,246,0,-11115.3,290.496,32.8466,0.639988,300,5,0,617,0,0,1), - (4241,569,0,2541,0,-10967.8,386.512,39.4026,3.66559,300,5,0,531,0,0,1), - (4242,3137,0,4333,0,-10610.1,-1166.52,27.0939,5.53856,300,0,0,919,0,0,0), - (4243,620,0,304,0,-10694.7,-1130.38,25.5715,3.55496,300,5,0,1,0,0,1), - (4244,827,0,2395,0,-10629.9,-1155.84,26.2189,0.645783,300,0,0,2100,0,0,0), - (4245,8310,0,7537,0,-10608.2,-1274.33,44.103,2.51445,300,0,0,1433,0,0,0), - (4246,3133,0,4286,0,-10586.6,-1272.46,37.0643,5.044,300,0,0,1605,0,0,0), - (4247,828,0,2397,0,-10553.7,-1248.46,31.4593,4.74948,300,0,0,2284,0,0,0), - (4248,999,0,2398,0,-10547.6,-1312.39,41.6949,4.66629,300,0,0,2016,0,0,0), - (4249,205,0,736,0,-10937.3,-933.468,76.8825,0.856556,300,0,0,896,0,0,0), - (4250,205,0,736,0,-10922.2,-938.945,76.8913,4.98051,300,0,0,896,0,0,0), - (4251,893,0,4329,0,-10314.2,625.039,26.6238,0.854613,300,0,0,804,0,0,0), - (4252,311,0,4327,0,-10329.9,623.241,26.8738,5.81832,300,0,0,919,0,0,0), - (4253,923,0,246,0,-11109.3,-341.284,48.2939,5.75483,300,5,0,617,0,0,1), - (4254,206,0,522,0,-11142.8,-859.332,76.8048,2.24977,300,0,0,950,0,0,0), - (4255,302,0,915,0,-10780.2,-1380.28,39.7193,0.113498,300,0,0,1847,0,0,0), - (4256,14890,0,15363,0,-10428.8,-392.176,43.7411,0.932375,604800,5,0,832750,0,0,2), - (4257,923,0,246,0,-10856.5,-431.643,40.6365,2.89195,300,5,0,617,0,0,1), - (4258,920,0,1098,0,-11221.8,-883.04,78.5899,0.351693,300,3,0,892,852,0,1), - (4259,920,0,1098,0,-11176.4,-850.787,77.109,0.63224,300,3,0,892,852,0,1), - (4260,920,0,1098,0,-11196.2,-849.706,77.109,1.07339,300,5,0,892,852,0,1), - (4261,920,0,1098,0,-11232.3,-883.932,80.1389,3.69541,300,0,0,892,852,0,0), - (4262,206,0,522,0,-11174.1,-835.758,77.484,3.7948,300,3,0,950,0,0,1), - (4263,206,0,522,0,-11190.1,-837.904,77.2252,5.5676,300,3,0,950,0,0,1), - (4264,215,0,4278,0,-10896.1,261.069,29.3083,4.93928,300,0,0,664,0,0,0), - (4265,215,0,4278,0,-10895.2,258.16,29.4333,4.7822,300,0,0,664,0,0,0), - (4266,215,0,4276,0,-10963.9,164.263,35.149,3.09747,300,5,0,664,0,0,1), - (4267,910,0,4282,0,-11111.6,-484.472,32.9734,1.3486,300,0,0,628,1707,0,0), - (4268,923,0,246,0,-10868.8,162.497,39.6097,3.62534,300,10,0,617,0,0,1), - (4269,930,0,368,0,-10567.7,92.893,35.5871,3.73935,300,5,0,664,0,0,1), - (4270,930,0,368,0,-10521.1,74.3897,42.4863,1.525,300,5,0,664,0,0,1), - (4271,923,0,246,0,-10887.6,353.831,42.9434,3.35613,300,10,0,617,0,0,1), - (4272,923,0,246,0,-11046.8,-457.927,30.3882,1.15692,300,0,0,617,0,0,0), - (4273,288,0,4325,0,-10731.3,337.1,38.5164,0.511814,300,0,0,1240,0,0,2), - (4274,2110,0,1141,0,-10696.3,244.533,41.8285,2.46565,300,5,0,1,0,0,1), - (4275,569,0,2541,0,-10125,-1005.22,30.2727,1.28708,300,10,0,531,0,0,1), - (4276,569,0,2541,0,-10083.4,-629.499,48.5981,3.81206,300,10,0,531,0,0,1), - (4277,534,0,11181,0,-11222.7,-880.728,78.5589,5.59484,3600,0,0,1279,0,0,0), - (4278,909,0,4279,0,-11005.2,223.901,27.0403,5.75976,300,10,0,734,0,0,1), - (4279,910,0,4282,0,-11037.1,257.015,27.6781,5.82641,300,0,0,628,1707,0,0), - (4280,909,0,4280,0,-11036.4,249.342,27.6349,0.993919,300,0,0,734,0,0,0), - (4281,910,0,4281,0,-11031,253.63,27.6266,5.52053,300,0,0,628,1707,0,0), - (4282,909,0,4279,0,-11030.6,249.512,27.6045,2.78959,300,0,0,734,0,0,0), - (4283,217,0,955,0,-10077.3,-1158.48,31.8094,0.009765,300,10,0,449,0,0,1), - (4284,217,0,955,0,-9978.58,-685.497,33.0329,3.24146,300,10,0,449,0,0,1), - (4285,923,0,246,0,-11087.5,-579.166,31.6049,3.34159,300,10,0,617,0,0,1), - (4286,2110,0,1141,0,-10863.8,417.215,39.657,0.441817,300,5,0,1,0,0,1), - (4287,923,0,246,0,-11012.5,341.254,30.3589,1.47388,300,5,0,617,0,0,1), - (4288,909,0,4279,0,-11024.5,279.51,26.6773,5.6631,300,10,0,734,0,0,1), - (4289,909,0,4280,0,-11036.2,202.242,27.7245,2.79071,300,10,0,734,0,0,1), - (4290,923,0,246,0,-11063.4,139.198,30.3047,4.4575,300,10,0,617,0,0,1), - (4291,923,0,246,0,-10894.5,65.323,45.208,4.50513,300,5,0,617,0,0,1), - (4292,923,0,246,0,-10843,5.37963,40.5648,1.29563,300,5,0,617,0,0,1), - (4293,565,0,802,0,-10961.5,484,39.6578,0.879653,300,10,0,494,0,0,1), - (4294,217,0,955,0,-10919.8,410.472,44.4851,2.88288,300,5,0,449,0,0,1), - (4295,205,0,736,0,-11091.9,-959.968,65.349,1.62726,300,0,0,896,0,0,0), - (4296,205,0,736,0,-10961.8,-948.852,71.1893,4.71702,300,0,0,896,0,0,0), - (4297,205,0,736,0,-11093.7,-950.464,65.3607,0.387038,300,0,0,896,0,0,0), - (4298,205,0,736,0,-10926.7,-938.475,72.1124,0.778737,300,0,0,896,0,0,0), - (4299,205,0,736,0,-11100.9,-958.057,65.4165,2.98246,300,0,0,896,0,0,0), - (4300,205,0,736,0,-10934.9,-933.305,72.1258,0.402458,300,0,0,896,0,0,0), - (4301,205,0,736,0,-10966,-946.383,71.2027,6.02964,300,0,0,896,0,0,0), - (4302,217,0,955,0,-10932.7,367.529,39.3417,1.06948,300,10,0,449,0,0,1), - (4303,923,0,246,0,-10933.2,111.892,39.4761,2.73209,300,10,0,617,0,0,1), - (4304,923,0,246,0,-11032.7,-608.898,26.4763,3.98269,300,10,0,617,0,0,1), - (4305,217,0,955,0,-10942.2,428.445,46.0212,2.06567,300,5,0,449,0,0,1), - (4306,569,0,2541,0,-10122.8,-1030.83,33.4214,3.89795,300,5,0,531,0,0,1), - (4307,569,0,2541,0,-10143.6,-1092.58,31.9396,3.0771,300,10,0,531,0,0,1), - (4308,569,0,2541,0,-10104.2,-1133.27,34.8486,2.09453,300,10,0,531,0,0,1), - (4309,217,0,955,0,-10105.2,-1078.63,32.9285,2.94688,300,10,0,449,0,0,1), - (4310,2110,0,1141,0,-10273.1,-1164.32,23.6694,2.42444,300,5,0,1,0,0,1), - (4311,213,0,801,0,-10918.2,494.41,39.1289,3.19517,300,10,0,449,0,0,1), - (4312,46,0,441,0,-9917.74,-847.071,19.9035,4.6241,300,5,0,176,0,0,1), - (4313,2110,0,1141,0,-10757.7,-1206.9,28.4225,1.93022,300,5,0,1,0,0,1), - (4314,217,0,955,0,-10931.6,442.484,47.5633,3.19299,300,5,0,449,0,0,1), - (4315,923,0,246,0,-10961.2,-515.972,35.8805,2.95923,300,5,0,617,0,0,1), - (4316,1270,0,559,0,-10322.3,-1297.48,41.5529,1.1595,300,5,0,950,0,0,1), - (4317,1270,0,559,0,-10385.4,-1227.92,37.3386,3.41734,300,5,0,950,0,0,1), - (4318,909,0,4279,0,-11100,-456.964,32.432,0.843282,300,5,0,734,0,0,1), - (4319,909,0,4279,0,-11075.5,-465.822,31.1601,5.12075,300,5,0,734,0,0,1), - (4320,909,0,4279,0,-11111.3,-484.464,32.9734,4.78156,300,5,0,734,0,0,1), - (4321,910,0,4282,0,-11011.9,259.023,27.0207,5.50587,300,0,0,628,1707,0,0), - (4322,909,0,4279,0,-11011.5,244.488,27.0207,5.73265,300,5,0,734,0,0,1), - (4323,215,0,4276,0,-10946.9,216.089,29.0794,5.08814,300,5,0,664,0,0,1), - (4324,215,0,4278,0,-10989.1,239.306,28.0703,3.95369,300,5,0,664,0,0,1), - (4325,217,0,955,0,-10153.2,-1272.66,38.8885,3.32214,300,5,0,449,0,0,1), - (4326,539,0,958,0,-10017.3,-422.885,32.2616,1.1736,300,10,0,417,0,0,1), - (4327,215,0,4276,0,-10940.1,290.202,29.8917,0.791473,300,10,0,664,0,0,1), - (4328,205,0,736,0,-11079.7,-933.854,63.7906,5.9858,300,5,0,896,0,0,1), - (4329,205,0,736,0,-11048,-954.857,64.324,4.73989,300,5,0,896,0,0,1), - (4330,205,0,736,0,-11067.8,-951.154,64.4156,6.22584,300,5,0,896,0,0,1), - (4331,205,0,736,0,-10930.3,-925.505,72.1258,2.77476,300,0,0,896,0,0,0), - (4332,909,0,4279,0,-10990.7,295.133,28.2302,4.12307,300,5,0,734,0,0,1), - (4333,909,0,4280,0,-11045.7,212.124,27.4745,4.29507,300,10,0,734,0,0,1), - (4334,787,0,7555,0,-10390.4,365.324,24.3922,0.802359,300,5,0,684,1039,0,1), - (4335,923,0,246,0,-11126.2,240.259,33.674,0.396567,300,10,0,617,0,0,1), - (4336,785,0,612,0,-10358.5,340.04,18.9315,3.44354,300,5,0,768,756,0,1), - (4337,785,0,612,0,-10355.7,363.335,15.9736,3.2159,300,3,0,768,756,0,1), - (4338,787,0,7555,0,-10346.6,376.899,15.9736,3.71006,300,5,0,684,1039,0,1), - (4339,785,0,612,0,-10336.9,459.666,12.9291,2.50054,300,5,0,768,756,0,1), - (4340,785,0,612,0,-10317.6,469.852,15.8267,1.57411,300,5,0,768,756,0,1), - (4341,785,0,612,0,-10302.9,453.865,12.9268,0.923961,300,5,0,768,756,0,1), - (4342,215,0,4278,0,-10874.6,187.37,39.0623,0.495515,300,5,0,664,0,0,1), - (4343,569,0,2541,0,-10882.4,458.619,43.3684,0.980084,300,5,0,531,0,0,1), - (4344,930,0,368,0,-10647.8,-1474.88,90.8654,3.05748,300,5,0,664,0,0,1), - (4345,1201,0,954,0,-5873.79,-1125.4,380.501,2.41008,180,10,0,137,0,0,1), - (4346,1127,0,744,0,-5849.08,-1131.81,380.284,2.68843,180,0,0,137,0,0,0), - (4347,539,0,958,0,-10032.1,-1185.16,28.8299,5.8239,300,10,0,417,0,0,1), - (4348,213,0,801,0,-10007.3,-1494.3,28.845,0.147197,300,5,0,449,0,0,1), - (4349,539,0,958,0,-10047.2,-1453.37,29.0274,2.66073,300,5,0,417,0,0,1), - (4350,539,0,958,0,-10052,-1046.14,28.541,6.09875,300,10,0,417,0,0,1), - (4351,930,0,368,0,-10753.4,-1428.93,66.2292,4.34903,300,5,0,664,0,0,1), - (4352,2110,0,1141,0,-10781.9,-923.515,54.2155,2.81607,300,10,0,1,0,0,1), - (4353,1201,0,954,0,-5802.28,-1108.04,382.6,2.90324,180,10,0,137,0,0,1), - (4354,4502,1,3193,0,-3131.99,-2936.71,35.5506,1.37881,360,0,0,2868,0,0,0), - (4355,533,0,203,0,-10961,-934.702,70.5505,1.47864,300,5,0,724,732,0,1), - (4356,565,0,802,0,-10320.8,521.075,39.1113,4.13143,300,10,0,494,0,0,1), - (4357,620,0,304,0,-10716.4,-1250.04,29.5194,2.82924,300,10,0,1,0,0,1), - (4358,2110,0,1141,0,-10689.2,-1252.9,29.5341,2.52588,300,5,0,1,0,0,1), - (4359,205,0,736,0,-11111.3,-936.804,64.2142,3.09516,300,5,0,896,0,0,1), - (4360,1127,0,744,0,-5810.24,-1090.12,383.544,3.25953,180,0,0,137,0,0,0), - (4361,1201,0,954,0,-5808.69,-1156.04,377.039,3.08685,180,10,0,137,0,0,1), - (4362,1201,0,954,0,-5847.75,-1170.07,380.302,5.42865,180,10,0,137,0,0,1), - (4363,1127,0,744,0,-5799.66,-1150.14,377.555,1.97671,180,0,0,137,0,0,0), - (4364,1127,0,744,0,-5793.72,-1224.04,377.218,2.84014,180,5,0,137,0,0,1), - (4365,1201,0,954,0,-5834.49,-1213.95,382.924,2.54926,180,10,0,137,0,0,1), - (4366,1201,0,954,0,-5782.21,-1150.9,377.571,3.11311,180,10,0,137,0,0,1), - (4367,721,0,328,0,-5797.95,-1186.46,376.938,3.38031,180,10,0,1,0,0,1), - (4368,1127,0,744,0,-5855.37,-1198.92,384.431,1.17796,180,0,0,137,0,0,0), - (4369,1201,0,954,0,-5748.95,-1243.53,382.002,6.24739,180,10,0,137,0,0,1), - (4370,1201,0,954,0,-5819.54,-1283.8,382.774,4.7041,180,10,0,137,0,0,1), - (4371,1127,0,744,0,-5820.53,-1304.53,383.693,4.0392,180,5,0,137,0,0,1), - (4372,1201,0,954,0,-5734.64,-1268.06,387.04,0.392004,180,10,0,137,0,0,1), - (4373,1201,0,954,0,-5759.38,-1298.25,388.219,3.34436,180,10,0,137,0,0,1), - (4374,1127,0,744,0,-5720.82,-1289.81,389.674,3.64888,180,5,0,137,0,0,1), - (4375,1127,0,744,0,-5861.94,-1343.63,390.563,5.41665,180,0,0,137,0,0,0), - (4376,1201,0,954,0,-5854.15,-1329.22,389.961,1.40404,180,10,0,137,0,0,1), - (4377,1196,0,8840,0,-5845.32,-1395.74,396.508,4.85732,180,10,0,164,0,0,1), - (4378,1115,0,726,0,-5837.54,-1502.03,358.889,4.71078,180,5,0,156,0,0,1), - (4379,1115,0,726,0,-5800.41,-1506.65,364.198,5.30201,180,5,0,156,0,0,1), - (4380,533,0,203,0,-11076.9,-981.591,65.1087,4.3927,300,5,0,724,732,0,1), - (4381,205,0,736,0,-11111.7,-982.346,62.7612,3.24869,300,5,0,896,0,0,1), - (4382,620,0,304,0,-10561.6,-1320.52,47.1949,2.26275,300,5,0,1,0,0,1), - (4383,930,0,368,0,-10299,-112.296,40.9179,5.13539,300,10,0,664,0,0,1), - (4384,930,0,368,0,-10654.2,-1370.83,54.6715,2.74213,300,5,0,664,0,0,1), - (4385,930,0,368,0,-10676.9,-1384.69,46.3996,0.044979,300,5,0,664,0,0,1), - (4386,570,0,569,0,-10264.6,172.465,0.619675,1.04032,300,5,0,896,0,0,1), - (4387,604,0,519,0,-10212,182.438,1.52941,1.14286,300,5,0,840,0,0,1), - (4388,570,0,569,0,-10219.8,163.878,0.046589,3.39944,300,5,0,896,0,0,1), - (4389,570,0,569,0,-10250.6,230.919,0.831005,2.63987,300,0,0,896,0,0,0), - (4390,1115,0,726,0,-5830.94,-1524.58,358.252,1.96921,180,5,0,156,0,0,1), - (4391,570,0,569,0,-10207.6,146.567,2.14198,4.43258,300,5,0,896,0,0,1), - (4392,570,0,569,0,-10234.9,274.555,2.7994,2.0774,300,5,0,896,0,0,1), - (4393,210,0,570,0,-10192.6,312.351,6.81366,0.678203,300,2,0,788,0,0,1), - (4394,604,0,519,0,-10223.2,205.621,2.80505,4.42601,300,0,0,840,0,0,0), - (4395,570,0,569,0,-10253.6,256.047,0.831001,4.05432,300,0,0,896,0,0,0), - (4396,570,0,569,0,-10226.2,248.183,2.7994,4.42911,300,5,0,896,0,0,1), - (4397,604,0,519,0,-10224.9,226.357,2.79939,4.97299,300,5,0,840,0,0,1), - (4398,570,0,569,0,-10202.3,237.301,0.831001,4.82226,300,2,0,896,0,0,1), - (4399,604,0,519,0,-10227.5,289.973,2.7994,1.08813,300,5,0,840,0,0,1), - (4400,570,0,569,0,-10257.5,278.095,0.863132,2.8457,300,2,0,896,0,0,1), - (4401,210,0,570,0,-10208,343.256,8.85151,0.107699,300,2,0,788,0,0,1), - (4402,785,0,612,0,-10221.2,379.972,10.4134,3.0298,300,5,0,768,756,0,1), - (4403,787,0,7555,0,-10197.4,297.698,2.92753,1.77033,300,2,0,684,1039,0,1), - (4404,785,0,612,0,-10222.3,369.688,10.4134,4.54056,300,5,0,768,756,0,1), - (4405,570,0,569,0,-10208.2,287.563,1.92269,5.4853,300,2,0,896,0,0,1), - (4406,539,0,958,0,-10906.8,559.45,33.5428,0.603069,300,10,0,417,0,0,1), - (4407,787,0,7555,0,-10238.4,378.578,10.4134,2.85168,300,5,0,684,1039,0,1), - (4408,2110,0,1141,0,-10817.1,-1061.09,45.6217,6.01642,300,5,0,1,0,0,1), - (4409,569,0,2541,0,-10119.5,-917.614,35.7456,0.9267,300,5,0,531,0,0,1), - (4410,217,0,955,0,-10081,-1019.46,31.9258,2.66658,300,10,0,449,0,0,1), - (4411,569,0,2541,0,-10084.6,-855.408,37.0334,1.28366,300,10,0,531,0,0,1), - (4412,539,0,958,0,-10003.6,-1009.51,27.4235,0.315036,300,10,0,417,0,0,1), - (4413,539,0,958,0,-10023.6,-955.806,30.0997,1.00122,300,10,0,417,0,0,1), - (4414,930,0,368,0,-10671.8,-1513.46,90.5826,2.60017,300,5,0,664,0,0,1), - (4415,930,0,368,0,-10654.2,-1487.5,90.7568,2.85713,300,5,0,664,0,0,1), - (4416,930,0,368,0,-10621.9,-1495.95,90.5155,5.90575,300,10,0,664,0,0,1), - (4417,923,0,246,0,-10894.7,-178.438,43.6833,2.60034,300,5,0,617,0,0,1), - (4418,217,0,955,0,-11023.9,409.361,33.9599,1.28394,300,10,0,449,0,0,1), - (4419,205,0,736,0,-11038.6,-886.392,62.6732,4.00848,300,10,0,896,0,0,1), - (4420,533,0,203,0,-10995.8,-954.637,65.7431,3.18138,300,10,0,724,732,0,1), - (4421,205,0,736,0,-11032.9,-905.15,63.6405,5.14121,300,10,0,896,0,0,1), - (4422,205,0,736,0,-11043.6,-893.206,62.9232,2.24078,300,10,0,896,0,0,1), - (4423,539,0,958,0,-10957,511.032,36.4292,3.79632,300,5,0,417,0,0,1), - (4424,539,0,958,0,-10982.8,477.493,37.6394,5.75483,300,5,0,417,0,0,1), - (4425,217,0,955,0,-11000.1,421.523,37.5395,2.13333,300,10,0,449,0,0,1), - (4426,205,0,736,0,-11053.5,-846.839,60.5264,4.32125,300,10,0,896,0,0,1), - (4427,205,0,736,0,-11072.3,-801.469,59.4588,6.02491,300,10,0,896,0,0,1), - (4428,205,0,736,0,-11078.8,-861.621,61.8146,2.81686,300,10,0,896,0,0,1), - (4429,205,0,736,0,-11075.4,-830.247,58.7088,0.805625,300,10,0,896,0,0,1), - (4430,205,0,736,0,-11086.7,-819.702,59.3338,0.716686,300,5,0,896,0,0,1), - (4431,533,0,203,0,-11066.4,-921.772,63.6348,0.233543,300,10,0,724,732,0,1), - (4432,205,0,736,0,-11070.1,-811.487,58.0838,4.13194,300,10,0,896,0,0,1), - (4433,205,0,736,0,-11024.4,-896.39,63.1358,2.38524,300,10,0,896,0,0,1), - (4434,205,0,736,0,-11057.2,-796.931,58.0183,2.31656,300,10,0,896,0,0,1), - (4435,205,0,736,0,-11075.3,-886.686,63.1067,1.45526,300,10,0,896,0,0,1), - (4436,533,0,203,0,-10990.5,-984.506,68.97,1.07196,300,10,0,724,732,0,1), - (4437,205,0,736,0,-11037,-816.254,60.6179,5.68857,300,10,0,896,0,0,1), - (4438,202,0,9786,0,-10830.4,-1317.73,50.072,4.69439,300,5,0,617,0,0,1), - (4439,948,0,137,0,-10363.8,251.911,36.4538,2.75067,300,10,0,734,0,0,1), - (4440,210,0,570,0,-10358.6,228.27,32.7617,0.457897,300,10,0,788,0,0,1), - (4441,569,0,2541,0,-10768,476.297,33.2032,2.80317,300,5,0,531,0,0,1), - (4442,539,0,958,0,-10811.4,584.07,26.1014,4.54949,300,5,0,417,0,0,1), - (4443,539,0,958,0,-10015.7,-808.916,33.137,1.09842,300,10,0,417,0,0,1), - (4444,511,0,828,0,-10995,-1290.2,52.9175,5.70029,300,0,0,788,0,0,0), - (4445,898,0,657,0,-10306.8,-810.627,44.6383,0.245833,300,5,0,787,0,0,1), - (4446,205,0,736,0,-10904.5,-916.936,71.0304,1.46832,300,10,0,896,0,0,1), - (4447,205,0,736,0,-10903.2,-937.391,71.1427,4.72465,300,10,0,896,0,0,1), - (4448,533,0,203,0,-10912.6,-959.442,71.1427,2.80774,300,10,0,724,732,0,1), - (4449,205,0,736,0,-10938.5,-957.141,71.0505,2.57924,300,10,0,896,0,0,1), - (4450,533,0,203,0,-10907.5,-903.306,71.2804,6.03056,300,10,0,724,732,0,1), - (4451,533,0,203,0,-10911.3,-923.87,71.0304,2.91614,300,5,0,724,732,0,1), - (4452,785,0,612,0,-10389.6,366.257,24.3922,5.03815,300,5,0,768,756,0,1), - (4453,930,0,368,0,-10846.5,-1345.17,49.5357,0.515742,300,10,0,664,0,0,1), - (4454,202,0,9786,0,-10806.1,-1372.95,41.2791,3.89937,300,5,0,617,0,0,1), - (4455,202,0,9786,0,-10728.3,-1356.06,39.1205,1.28202,300,10,0,617,0,0,1), - (4456,202,0,9786,0,-10745.1,-1380.39,36.758,2.33627,300,10,0,617,0,0,1), - (4457,202,0,9786,0,-10827.9,-1354.07,45.177,2.00816,300,5,0,617,0,0,1), - (4458,15896,531,0,0,-8570.25,1991.36,100.221,3.47,25,0,0,1332400,0,0,0), - (4459,930,0,368,0,-10587.3,20.7177,39.3966,1.58447,300,5,0,664,0,0,1), - (4460,930,0,368,0,-10555.5,33.402,39.7016,2.65175,300,5,0,664,0,0,1), - (4461,787,0,7555,0,-10331.8,430.925,15.8676,0.514041,300,5,0,684,1039,0,1), - (4462,930,0,368,0,-10638.1,20.2466,40.0044,2.41684,300,5,0,664,0,0,1), - (4463,930,0,368,0,-10605.6,34.169,37.9929,0.442648,300,5,0,664,0,0,1), - (4464,1115,0,726,0,-5853.01,-1524.74,358.855,4.16579,180,5,0,156,0,0,1), - (4465,13076,0,1598,0,-5723.48,-1553.96,382.184,5.24764,250,0,0,1903,0,0,0), - (4466,721,0,328,0,-5716.01,-1504.09,400.937,3.66079,180,10,0,1,0,0,1), - (4467,13076,0,1598,0,-5717.88,-1549.21,383.465,0.249084,250,0,0,1903,0,0,0), - (4468,1679,0,3413,0,-5719.53,-1553.67,382.965,2.88947,190,0,0,622,655,0,0), - (4469,1255,0,1623,0,-5670.19,-1594.28,383.388,3.1765,180,0,0,500,0,0,0), - (4470,1977,0,1570,0,-5714.72,-1580,383.288,1.0472,430,0,0,3517,0,0,0), - (4471,13076,0,1598,0,-5679.92,-1564,383.883,3.00197,250,0,0,1903,0,0,0), - (4472,1237,0,3418,0,-5671.19,-1577.15,383.329,3.4383,180,0,0,334,0,0,0), - (4473,930,0,368,0,-10657.8,125.063,38.6485,4.73657,300,10,0,664,0,0,1), - (4474,13076,0,1598,0,-5639.04,-1532.83,401.191,1.09956,250,0,0,1903,0,0,0), - (4475,13076,0,1598,0,-5681.81,-1548.1,390.85,1.27409,250,0,0,1903,0,0,0), - (4476,1355,0,3416,0,-5666.22,-1565.44,383.204,2.32129,180,0,0,372,0,0,0), - (4477,13076,0,1598,0,-5684.27,-1593.43,383.329,2.05949,250,0,0,1903,0,0,0), - (4478,1360,0,3421,0,-5685.68,-1596.67,383.329,4.08407,180,0,0,372,0,0,0), - (4479,727,0,1598,0,-5602.48,-1540.37,399.297,1.96379,250,0,0,1918,0,0,0), - (4480,727,0,1598,0,-5602.27,-1543.24,399.313,2.86578,250,0,0,1918,0,0,0), - (4481,727,0,1598,0,-5602.65,-1544.6,399.313,2.86574,250,0,0,1918,0,0,0), - (4482,1127,0,744,0,-5627.06,-1455.45,400.216,5.50089,180,5,0,137,0,0,1), - (4483,721,0,328,0,-5640.74,-1437.53,399.382,5.64693,180,10,0,1,0,0,1), - (4484,1127,0,744,0,-5608.13,-1456.82,399.215,3.99394,180,5,0,137,0,0,1), - (4485,1127,0,744,0,-5573.39,-1519,399.541,3.43305,180,5,0,137,0,0,1), - (4486,721,0,328,0,-5561.61,-1518.28,400.009,1.70193,180,10,0,1,0,0,1), - (4487,1126,0,381,0,-5529.09,-1496.24,405.536,5.48154,180,10,0,120,0,0,1), - (4488,1127,0,744,0,-5575.22,-1580.17,398.038,2.83219,180,5,0,137,0,0,1), - (4489,1196,0,8840,0,-5534.02,-1472.99,406.75,5.334,180,10,0,164,0,0,1), - (4490,1127,0,744,0,-5497.38,-1487.95,415.075,5.07984,180,0,0,137,0,0,0), - (4491,1701,0,3424,0,-5697.9,-1612.16,383.388,1.09956,180,0,0,413,0,0,0), - (4492,1256,0,3423,0,-5676.31,-1604.09,383.388,2.19912,180,0,0,413,0,0,0), - (4493,1254,0,1569,0,-5726.58,-1600.29,386.084,3.33358,180,0,0,500,0,0,0), - (4494,1358,0,3419,0,-5689.38,-1603.33,383.227,1.02974,180,0,0,334,0,0,0), - (4495,1698,0,3426,0,-5714.37,-1589.52,383.226,1.55334,180,0,0,334,0,0,0), - (4496,1115,0,726,0,-5751.1,-1628.34,359.028,2.84489,180,0,0,156,0,0,0), - (4497,1116,0,726,0,-5619.76,-1684.56,399.963,0.085832,180,5,0,176,0,0,1), - (4498,1117,0,726,0,-5692.81,-1675.11,360.795,2.57533,180,5,0,176,0,0,1), - (4499,1117,0,726,0,-5670.16,-1676.53,360.764,0.139849,180,5,0,176,0,0,1), - (4500,1115,0,726,0,-5648.38,-1685.14,360.795,5.26947,180,5,0,156,0,0,1), - (4501,1115,0,726,0,-5608.37,-1648.12,353.422,2.69495,180,5,0,156,0,0,1), - (4502,1117,0,726,0,-5626.2,-1665.76,362.718,4.96285,180,5,0,176,0,0,1), - (4503,1115,0,726,0,-5626.05,-1661.13,363.373,5.37437,180,5,0,156,0,0,1), - (4504,1117,0,726,0,-5607.03,-1656.15,351.759,2.17568,180,5,0,176,0,0,1), - (4505,1117,0,726,0,-5627.15,-1681.13,362.266,5.4328,180,5,0,176,0,0,1), - (4506,1117,0,726,0,-5670.03,-1693.03,360.795,6.20073,180,5,0,176,0,0,1), - (4507,721,0,328,0,-5595.93,-1637.26,398.341,1.62775,180,10,0,1,0,0,1), - (4508,1116,0,726,0,-5594.58,-1662.56,397.591,4.8092,180,5,0,176,0,0,1), - (4509,1115,0,726,0,-5753.34,-1660.34,358.905,4.69197,180,5,0,156,0,0,1), - (4510,1115,0,726,0,-5776.49,-1643.51,359.289,4.16765,180,5,0,156,0,0,1), - (4511,1115,0,726,0,-5789.7,-1636.12,358.903,4.38967,180,5,0,156,0,0,1), - (4512,1115,0,726,0,-5791.92,-1615.96,359.764,2.89076,180,5,0,156,0,0,1), - (4513,1115,0,726,0,-5808.03,-1623.19,359.492,5.31177,180,5,0,156,0,0,1), - (4514,1117,0,726,0,-5736.63,-1678.3,361.565,4.42851,180,5,0,176,0,0,1), - (4515,1115,0,726,0,-5752.65,-1669.76,358.896,3.24736,180,5,0,156,0,0,1), - (4516,1115,0,726,0,-5715.19,-1692.18,362.756,4.07007,180,5,0,156,0,0,1), - (4517,1115,0,726,0,-5783.98,-1577.96,358.713,4.35691,180,5,0,156,0,0,1), - (4518,1115,0,726,0,-5864.87,-1543.32,373.095,5.84685,180,0,0,156,0,0,0), - (4519,1115,0,726,0,-5837.93,-1580.96,362.362,1.58825,180,0,0,156,0,0,0), - (4520,1115,0,726,0,-5825.71,-1593.61,361.923,4.62512,180,0,0,156,0,0,0), - (4521,1115,0,726,0,-5840.64,-1590.02,362.181,0.907571,180,0,0,156,0,0,0), - (4522,1115,0,726,0,-5836.32,-1515.09,358.764,3.50373,180,5,0,156,0,0,1), - (4523,1115,0,726,0,-5825.85,-1547.09,358.611,2.26772,180,5,0,156,0,0,1), - (4524,1115,0,726,0,-5871.38,-1544.1,372.456,5.33421,180,5,0,156,0,0,1), - (4525,1115,0,726,0,-5810.3,-1670.7,359.036,3.50126,180,5,0,156,0,0,1), - (4526,1115,0,726,0,-5823.92,-1662.05,359.268,4.70249,180,5,0,156,0,0,1), - (4527,1115,0,726,0,-5793.42,-1670.55,359.05,2.48533,180,5,0,156,0,0,1), - (4528,1115,0,726,0,-5797.37,-1669.86,358.914,2.86381,180,5,0,156,0,0,1), - (4529,1115,0,726,0,-5692.58,-1703.72,361.136,2.53234,180,5,0,156,0,0,1), - (4530,1117,0,726,0,-5703.23,-1703.64,361.666,3.73503,180,5,0,176,0,0,1), - (4531,1127,0,744,0,-5702.81,-1721.38,399.568,0.657959,180,5,0,137,0,0,1), - (4532,1115,0,726,0,-5690.66,-1694.33,360.795,3.90543,180,5,0,156,0,0,1), - (4533,1116,0,726,0,-5683.61,-1748.78,400.095,5.42992,180,5,0,176,0,0,1), - (4534,1116,0,726,0,-5659.71,-1710.91,399.962,4.51634,180,5,0,176,0,0,1), - (4535,1115,0,726,0,-5646.83,-1701.79,362.065,4.73613,180,5,0,156,0,0,1), - (4536,1117,0,726,0,-5607.66,-1701.92,357.749,5.23663,180,0,0,176,0,0,0), - (4537,1117,0,726,0,-5604.1,-1674.69,350.246,6.27449,180,5,0,176,0,0,1), - (4538,1689,0,193,0,-5651.41,-1702.94,399.637,1.56259,180,5,0,176,0,0,1), - (4539,721,0,328,0,-5612.07,-1692.58,398.839,5.44517,180,10,0,1,0,0,1), - (4540,1115,0,726,0,-5602.73,-1680.42,349.859,5.85812,180,5,0,156,0,0,1), - (4541,1116,0,726,0,-5626.7,-1692.21,399.748,0.441817,180,5,0,176,0,0,1), - (4542,1117,0,726,0,-5626.98,-1692.32,399.727,3.53051,180,0,0,176,0,0,0), - (4543,1117,0,726,0,-5594.82,-1667.66,345.37,4.91682,180,5,0,176,0,0,1), - (4544,1117,0,726,0,-5590.86,-1663.1,344.395,5.33137,180,5,0,176,0,0,1), - (4545,1117,0,726,0,-5596.61,-1683.38,347.382,6.25858,180,5,0,176,0,0,1), - (4546,1115,0,726,0,-5632.73,-1768.09,355.831,1.12803,180,0,0,156,0,0,0), - (4547,1117,0,726,0,-5614.05,-1763.97,356.587,4.49675,180,5,0,176,0,0,1), - (4548,1116,0,726,0,-5645.25,-1772.55,399.833,4.29514,180,5,0,176,0,0,1), - (4549,1115,0,726,0,-5592.51,-1751.88,372.637,2.92985,180,5,0,156,0,0,1), - (4550,1117,0,726,0,-5589.66,-1743.19,371.879,2.12525,180,5,0,176,0,0,1), - (4551,1117,0,726,0,-5596.3,-1734.17,362.173,3.0581,180,5,0,176,0,0,1), - (4552,1127,0,744,0,-5570.26,-1685.72,396.608,2.07599,180,5,0,137,0,0,1), - (4553,1127,0,744,0,-5583.61,-1671.18,396.946,5.81925,180,5,0,137,0,0,1), - (4554,1115,0,726,0,-5578.44,-1723.56,353.167,5.24457,180,0,0,156,0,0,0), - (4555,1115,0,726,0,-5571.62,-1714.04,370.422,3.54512,180,5,0,156,0,0,1), - (4556,1117,0,726,0,-5589.52,-1730.65,363.612,1.22932,180,0,0,176,0,0,0), - (4557,1115,0,726,0,-5597.87,-1774.74,356.936,4.95012,180,5,0,156,0,0,1), - (4558,1117,0,726,0,-5560.47,-1728.78,342.93,3.34893,180,5,0,176,0,0,1), - (4559,1115,0,726,0,-5537.67,-1703.33,343.864,4.64766,180,5,0,156,0,0,1), - (4560,1115,0,726,0,-5569.95,-1721.18,370.228,2.7054,180,5,0,156,0,0,1), - (4561,1117,0,726,0,-5536.51,-1741,339.591,5.88313,180,5,0,176,0,0,1), - (4567,10262,0,9557,0,-7455.58,-2194.28,165.373,3.40339,500,6,0,2471,0,0,2), - (4568,10260,0,9561,0,-7459.08,-2196.61,165.109,3.00197,500,0,0,4231,0,0,0), - (4569,10267,0,9791,0,-7499.82,-2177.6,165.759,5.60251,500,0,0,3866,0,0,0), - (4570,3298,0,1442,0,-8354.43,-2734.1,185.179,4.66003,500,0,0,3866,0,0,0), - (4571,2299,0,1626,0,-8365.08,-2736.93,185.691,5.65487,900,0,0,7423,7071,0,0), - (4572,1296,0,1426,0,-8366.36,-2762.51,187.616,0.959931,500,0,0,3748,0,0,0), - (4573,9177,0,8872,0,-8371.9,-2743.43,186.183,5.58505,500,0,0,4108,0,0,0), - (4574,7041,0,8249,0,-7811.43,-2855.24,133.564,1.34804,500,10,0,5151,9530,0,1), - (4575,7040,0,143,0,-7562.26,-2768.33,135.802,0.850011,500,5,0,7113,0,0,1), - (4576,7041,0,8249,0,-8245.96,-2547.48,138.524,4.01007,500,10,0,5151,9530,0,1), - (4577,7041,0,8249,0,-8218.43,-1978.39,143.098,1.51668,500,10,0,5151,9530,0,1), - (4578,7041,0,8249,0,-7766.02,-2871.43,133.518,5.31486,500,5,0,5151,9530,0,1), - (4579,9562,0,8694,0,-8377.17,-2780.48,193.691,1.15192,500,0,0,4108,2117,0,0), - (4580,7042,0,2554,0,-7910.42,-877.084,130.869,1.54978,500,5,0,8097,0,0,1), - (4581,7043,0,8309,0,-8212.86,-1144.88,143.389,3.63149,500,5,0,5847,5340,0,1), - (4582,7043,0,8309,0,-7989.74,-1356.38,132.611,3.37552,500,10,0,5847,5340,0,1), - (4583,7042,0,2554,0,-8230.62,-1165.48,142.639,1.16056,500,5,0,8097,0,0,1), - (4584,7043,0,8309,0,-8248.81,-1219.71,142.813,3.41591,500,5,0,5847,5340,0,1), - (4585,7042,0,2554,0,-7913.1,-919.873,136.472,4.99569,500,5,0,8097,0,0,1), - (4586,9700,0,5560,0,-7882.11,-1561.79,131.174,4.35345,500,5,0,1,0,0,1), - (4587,9699,0,8971,0,-7639.2,-2746.94,132.356,0.033191,500,5,0,1,0,0,1), - (4588,9699,0,8971,0,-8384.9,-951.777,198.639,2.17832,500,5,0,1,0,0,1), - (4589,9700,0,5560,0,-7535.62,-2177.22,131.789,2.61061,500,5,0,1,0,0,1), - (4590,9700,0,5560,0,-8148.52,-2014.99,129.745,3.76767,500,5,0,1,0,0,1), - (4591,9700,0,5560,0,-7930.94,-2574.26,213.541,3.04952,500,5,0,1,0,0,1), - (4592,9699,0,8971,0,-8112.74,-2383.58,129.994,2.559,500,5,0,1,0,0,1), - (4593,9026,0,1070,0,-7291.86,-890.557,165.617,0.139794,900,0,0,11004,3728,0,2), - (4594,9536,0,8656,0,-7497.99,-2175.15,165.61,5.42797,500,0,0,2666,0,0,0), - (4595,9544,0,8665,0,-7459.77,-2201.64,165.37,2.54818,500,0,0,3632,0,0,0), - (4596,8977,0,11543,0,-7957.11,-2600.06,173.93,2.1084,500,0,0,2633,2041,0,0), - (4597,9836,0,9149,0,-7491.63,-2170.43,165.394,2.53073,500,0,0,3857,0,0,0), - (4598,3708,0,13970,0,-7498.05,-2191.42,165.738,1.78024,500,0,0,2935,0,0,0), - (4599,13177,0,1652,0,-7504.06,-2190.77,165.302,2.18166,900,0,0,7423,0,0,0), - (4600,16043,0,16021,0,-8158.69,-1303.3,131.595,4.06662,500,0,0,4120,0,0,0), - (4601,14437,0,14566,0,-7648.77,-630.917,200.577,5.23599,500,0,0,4108,0,0,0), - (4602,14529,0,14586,0,-8316.99,-1006.56,177.672,5.88163,900,0,0,9298,0,0,0), - (4603,8887,0,8175,0,-7442.29,-2257.15,347.476,5.51524,500,0,0,2215,0,0,0), - (4604,7037,0,8170,0,-7814.53,-1847.89,133.627,0.020379,500,5,0,3217,0,0,1), - (4605,7039,0,10806,0,-7870.81,-2047.42,132.04,0.844803,500,5,0,3189,0,0,1), - (4606,7038,0,6668,0,-7733.05,-1929.16,134.29,6.10648,500,0,0,3305,0,0,0), - (4607,7039,0,10806,0,-7845.96,-2155.29,133.538,3.97111,500,5,0,3189,0,0,1), - (4608,7037,0,8170,0,-7752.72,-2061.73,133.564,3.05143,500,5,0,3217,0,0,1), - (4609,7037,0,8170,0,-7850.21,-2056.63,136.276,0.131564,500,5,0,3217,0,0,1), - (4610,7035,0,10707,0,-7878.13,-2697.44,170.662,2.29243,500,2,0,3556,0,0,1), - (4611,7035,0,10707,0,-7871.06,-2585.14,122.891,4.95451,500,3,0,3556,0,0,1), - (4612,7035,0,10707,0,-7819.23,-2556.31,186.233,0.974977,500,5,0,3556,0,0,2), - (4613,7033,0,11549,0,-7911.2,-2585.44,124.381,3.02145,500,3,0,3322,0,0,1), - (4614,7034,0,11550,0,-7686.85,-2687.21,142.845,2.49554,500,5,0,2751,1864,0,1), - (4615,7035,0,10707,0,-7972.3,-2680.74,156.854,1.83402,500,2,0,3556,0,0,1), - (4616,7035,0,10707,0,-7752.77,-2739.28,163.923,2.9049,500,5,0,3556,0,0,1), - (4617,7027,0,6047,0,-8072.49,-1913.03,133.791,5.5676,500,0,0,3644,0,0,0), - (4618,7028,0,6048,0,-8234.47,-1744.39,148.666,0.10472,500,0,0,2550,5206,0,0), - (4619,7027,0,6047,0,-8067.69,-1907.75,133.893,5.48033,500,0,0,3644,0,0,0), - (4620,7028,0,6048,0,-8094.87,-1882.31,147.961,5.77704,500,0,0,2550,5206,0,0), - (4621,7027,0,6047,0,-8098.42,-1724.36,131.782,2.06602,500,5,0,3644,0,0,1), - (4622,7026,0,6046,0,-8056.56,-1830.89,132.363,3.80482,500,0,0,2471,5013,0,0), - (4623,7026,0,6046,0,-8061.63,-1835.2,132.376,0.750492,500,0,0,2471,5013,0,0), - (4624,7025,0,6045,0,-8018.7,-1571.15,132.595,3.52556,500,0,0,3529,0,0,0), - (4625,9691,0,8970,0,-7610.27,-2904.29,133.446,6.20686,500,10,0,3082,0,0,1), - (4626,7047,0,397,0,-7724.97,-2951.71,133.214,0.189274,500,10,0,2384,1864,0,1), - (4627,9691,0,8970,0,-7642.49,-2875.51,134.971,1.54058,500,10,0,3082,0,0,1), - (4628,9690,0,9371,0,-7628.96,-2589.5,132.739,0.168679,500,10,0,2980,0,0,1), - (4629,7047,0,397,0,-7548.09,-2650.04,136.896,1.90821,500,10,0,2384,1864,0,1), - (4630,9691,0,8970,0,-7895.84,-2959.13,139.424,5.8108,500,5,0,3082,0,0,1), - (4631,9695,0,10984,0,-8296.86,-2413.35,182.653,1.85608,500,5,0,3292,0,0,1), - (4632,7048,0,400,0,-8244.05,-2344.69,157.761,4.34493,500,10,0,2232,4765,0,1), - (4633,9695,0,10984,0,-8338.78,-1854.06,166.967,5.41488,500,5,0,3292,0,0,1), - (4634,9695,0,10984,0,-8156.81,-2089.5,134.833,2.26203,500,10,0,3292,0,0,1), - (4635,7048,0,400,0,-8278.75,-2020.17,148.05,3.05309,500,5,0,2232,4765,0,1), - (4636,9695,0,10984,0,-7600.71,-1674.68,197.68,0.973038,500,5,0,3292,0,0,1), - (4637,9695,0,10984,0,-8220.35,-2169.36,133.351,1.58697,500,10,0,3292,0,0,1), - (4638,9694,0,11420,0,-8221.29,-2263.31,142.976,2.09733,500,5,0,3188,0,0,1), - (4639,7032,0,5781,0,-8223.49,-1311.3,141.734,0.15375,500,5,0,2953,0,0,1), - (4640,9779,0,10814,0,-7610.62,-2181.11,131.9,1.687,500,5,0,1013,0,0,1), - (4641,9779,0,10814,0,-7596.87,-2192.71,131.9,3.98883,500,5,0,1013,0,0,1), - (4642,9778,0,10817,0,-7603.36,-2184.98,131.9,2.5014,500,5,0,810,2041,0,1), - (4643,9778,0,10817,0,-7598.78,-2180.59,131.9,3.31034,500,5,0,810,2041,0,1), - (4644,9778,0,10817,0,-7603.2,-2179.54,131.9,0.488133,500,5,0,810,2041,0,1), - (4645,7031,0,2075,0,-8019.81,-2628.6,153.933,0.355163,500,5,0,2521,0,0,1), - (4646,7032,0,5781,0,-7652.39,-2080.91,124.189,1.37062,500,5,0,2953,0,0,1), - (4647,9779,0,10814,0,-7712.85,-1764.88,131.236,5.12419,500,5,0,1013,0,0,1), - (4648,9779,0,10814,0,-7715.62,-1759.38,131.236,1.57056,500,5,0,1013,0,0,1), - (4649,9778,0,10817,0,-7711.5,-1766.2,131.236,3.24037,500,5,0,810,2041,0,1), - (4650,9778,0,10817,0,-7721.45,-1765.91,131.236,3.30541,500,5,0,810,2041,0,1), - (4651,9778,0,10817,0,-7713.65,-1759.77,131.236,1.63273,500,5,0,810,2041,0,1), - (4652,3317,1,1317,0,1583.8,-4473.31,7.81271,3.7001,300,0,0,1605,0,0,0), - (4653,3318,1,1318,0,1632.39,-4381.97,11.8003,3.57792,300,0,0,2972,0,0,0), - (4654,5817,1,4356,0,1522.3,-4352.53,18.9047,5.48033,300,0,0,1605,0,0,0), - (4655,3320,1,1320,0,1622.9,-4369.06,11.8099,3.57792,300,0,0,2972,0,0,0), - (4656,8724,1,8000,0,1667.62,-4463.76,20.1475,1.71042,300,0,0,3517,0,0,0), - (4657,3322,1,1322,0,1692.69,-4412.03,21.7019,3.89208,300,0,0,1605,0,0,0), - (4658,3312,1,1312,0,1618.96,-4307.28,3.19029,5.41052,300,0,0,3517,0,0,0), - (4659,8673,1,8001,0,1687.26,-4464.71,20.1476,2.00713,300,0,0,3517,0,0,0), - (4660,5188,1,3128,0,1579.36,-4294.5,26.1046,3.75246,300,0,0,1605,0,0,0), - (4661,6929,1,5706,0,1633.99,-4439.37,15.5167,2.75762,300,0,0,1605,0,0,0), - (4662,3342,1,1358,0,1784.44,-4205.35,40.0903,4.53786,300,0,0,2016,0,0,0), - (4663,3344,1,1360,0,1933.69,-4224.86,42.1782,0.05236,300,0,0,3139,2620,0,0), - (4664,13417,1,13341,0,1937.84,-4222.84,42.1781,3.78736,300,0,0,3517,2103,0,0), - (4665,3403,1,4231,0,1932.88,-4211.3,42.1782,6.24828,300,0,0,2471,1620,0,0), - (4666,3350,1,1371,0,1891.6,-4326.75,23.253,0.261799,300,0,0,1605,0,0,0), - (4667,3351,1,1372,0,1890.9,-4322.09,23.253,4.10152,300,0,0,1605,0,0,0), - (4668,3358,1,1380,0,2025.08,-4708.91,26.8865,1.81514,300,0,0,1605,0,0,0), - (4669,10266,1,9739,0,2052.21,-4813.46,22.4975,0.296706,300,0,0,1240,0,0,0), - (4670,3355,1,1377,0,2058.97,-4835.58,24.4342,3.31613,300,0,0,2972,1857,0,0), - (4671,3357,1,1379,0,2029.91,-4706.16,26.8865,3.35103,300,0,0,2016,0,0,0), - (4672,3412,1,7135,0,2036.22,-4746.5,29.2431,4.67748,300,0,0,2016,0,0,0), - (4673,3332,1,1332,0,2000.62,-4659.66,26.4954,5.3058,300,0,0,2016,0,0,0), - (4674,3333,1,1333,0,1995.41,-4662.32,26.8906,1.36136,300,0,0,1605,0,0,0), - (4675,11868,1,11801,0,2091.02,-4826.49,24.1938,0.261799,600,0,0,6830,0,0,0), - (4676,2857,1,4386,0,2047.99,-4746.01,29.2431,4.62512,300,0,0,1106,0,0,0), - (4677,4752,1,4464,0,2151.36,-4654.14,50.1143,1.93731,300,0,0,3517,100,0,0), - (4678,3371,1,1393,0,1843.11,-4468.53,47.5248,0.959931,300,0,0,1605,0,0,0), - (4679,3346,1,1367,0,1918.26,-4436.26,24.6302,1.98968,300,0,0,2016,0,0,0), - (4680,2855,1,4384,0,1813.26,-4563.33,22.8627,2.53073,300,0,0,1172,0,0,0), - (4681,3347,1,1368,0,1964.88,-4477.84,25.7814,5.25344,300,0,0,2016,0,0,0), - (4682,3366,1,1388,0,1848.01,-4564.89,24.8434,1.41372,300,0,0,1605,0,0,0), - (4683,3367,1,1389,0,1816.21,-4530.52,19.9835,0.014587,300,0,0,1605,0,0,2), - (4684,3368,1,1390,0,1775.1,-4482.91,45.5038,2.18166,300,0,0,1605,0,0,0), - (4685,3399,1,2734,0,1769.16,-4485.63,45.5038,1.79769,300,0,0,2016,0,0,0), - (4686,5811,1,4350,0,1855.31,-4568.12,24.8434,2.1293,300,0,0,1309,0,0,0), - (4687,3348,1,1369,0,1954.75,-4466.79,25.7916,3.50811,300,0,0,1605,0,0,0), - (4688,3098,1,503,0,-675.722,-4350.36,44.603,0.498482,120,5,0,42,0,0,1), - (4689,3098,1,503,0,-549.241,-4421.25,42.1042,5.20731,120,5,0,42,0,0,1), - (4690,3098,1,503,0,-485.464,-4381.5,48.2731,4.27681,120,5,0,42,0,0,1), - (4691,3098,1,503,0,-680.926,-4284.82,39.9806,1.84971,120,5,0,42,0,0,1), - (4692,3139,1,3736,0,274.988,-4709.3,17.5719,5.67232,300,0,0,413,0,0,0), - (4693,3124,1,2485,0,-378.179,-4125.45,50.7667,4.83762,200,10,0,71,0,0,1), - (4694,3124,1,2485,0,-180.7,-4243.65,56.9324,0.313795,200,5,0,71,0,0,1), - (4695,3124,1,2485,0,-304.944,-4437.49,59.0555,0.551751,200,10,0,71,0,0,1), - (4696,3124,1,2485,0,-513.156,-4156.63,77.3819,4.34319,200,5,0,71,0,0,1), - (4697,3124,1,2485,0,-248.867,-4181.38,55.9118,4.10963,200,10,0,71,0,0,1), - (4698,3124,1,2485,0,-448.054,-4486.25,54.7562,4.39538,200,5,0,71,0,0,1), - (4699,3140,1,4070,0,-774.774,-4830.36,19.8326,1.29704,300,0,0,228,0,0,0), - (4700,3102,1,850,0,-28.3296,-4234.66,67.7067,6.23747,200,3,0,72,0,0,1), - (4701,3101,1,0,0,-49.6528,-4223.18,62.2552,5.20108,200,0,0,70,79,0,2), - (4702,3101,1,1185,0,-117.284,-4217.52,54.4782,5.72857,200,3,0,70,79,0,1), - (4703,3102,1,850,0,-125.343,-4279.79,64.8964,3.04934,200,5,0,72,0,0,1), - (4704,3102,1,850,0,-41.6024,-4332.2,68.5942,4.94145,200,5,0,72,0,0,1), - (4705,3101,1,0,0,-147.092,-4273.76,63.1843,2.11357,200,0,0,70,79,0,2), - (4706,3101,1,1185,0,-79.4423,-4284.5,76.0449,5.13539,200,3,0,70,79,0,1), - (4707,3102,1,850,0,-55.4544,-4295.25,70.7236,4.50468,200,3,0,72,0,0,1), - (4708,3100,1,193,0,1259.58,-4654.98,17.217,2.92102,300,5,0,156,0,0,1), - (4709,3100,1,193,0,918.541,-4320.35,24.0849,6.05668,300,5,0,156,0,0,1), - (4710,3100,1,193,0,99.8162,-3973.65,43.3172,5.97674,300,5,0,156,0,0,1), - (4711,3100,1,193,0,-116.23,-3945.95,53.745,0.487601,300,10,0,156,0,0,1), - (4712,3100,1,193,0,226.015,-3913.86,39.9833,3.42687,300,10,0,156,0,0,1), - (4713,3100,1,193,0,944.079,-5016.22,4.9122,5.32232,300,5,0,156,0,0,1), - (4714,3100,1,193,0,1420.91,-4875.81,12.426,1.02779,300,5,0,156,0,0,1), - (4715,3100,1,193,0,73.4153,-3879.27,42.0055,2.79734,300,10,0,156,0,0,1), - (4716,3100,1,193,0,-146.719,-3888.08,41.2559,3.18775,300,10,0,156,0,0,1), - (4717,3100,1,193,0,1215.96,-4799.11,15.9298,2.18951,300,5,0,156,0,0,1), - (4718,3126,1,2487,0,665.084,-4255.48,15.8818,3.39653,300,10,0,137,0,0,1), - (4719,3126,1,2487,0,471.891,-3851.64,21.2425,6.10655,300,10,0,137,0,0,1), - (4720,3126,1,2487,0,691.491,-4908.61,23.3928,3.16744,300,10,0,137,0,0,1), - (4721,3126,1,2487,0,-13.5858,-4136.24,78.1668,4.87374,300,5,0,137,0,0,1), - (4722,3126,1,2487,0,495.384,-3918.39,22.271,0.716256,300,5,0,137,0,0,1), - (4723,3126,1,2487,0,510.582,-4548.97,50.2268,2.98257,300,5,0,137,0,0,1), - (4724,3126,1,2487,0,595.673,-3922.84,19.8631,5.82392,300,5,0,137,0,0,1), - (4725,3126,1,2487,0,794.855,-4179.5,20.3199,0.336352,300,10,0,137,0,0,1), - (4726,3126,1,2487,0,623.757,-4312.75,18.4193,5.32152,300,10,0,137,0,0,1), - (4727,3126,1,2487,0,204.414,-4272.58,38.2886,1.71147,300,5,0,137,0,0,1), - (4728,4485,1,5535,0,1953.59,-4735.77,48.5105,1.09956,300,0,0,2016,1067,0,0), - (4729,3127,1,2732,0,1294.18,-4970.53,2.84001,3.6976,300,5,0,176,0,0,1), - (4730,3127,1,2732,0,1064.04,-4212.57,18.9224,3.23654,300,10,0,176,0,0,1), - (4731,3127,1,2732,0,806.07,-3877.45,18.5046,2.65392,300,5,0,176,0,0,1), - (4732,3127,1,2732,0,1182.86,-4022.2,15.451,1.33915,300,10,0,176,0,0,1), - (4733,3127,1,2732,0,-81.0895,-3828.82,32.4952,4.06694,300,10,0,176,0,0,1), - (4734,3127,1,2732,0,143.211,-3883.41,39.5411,5.24734,300,10,0,176,0,0,1), - (4735,3127,1,2732,0,855.374,-3909.67,19.9425,2.44885,300,5,0,176,0,0,1), - (4736,3127,1,2732,0,1286.64,-4905.52,11.2412,1.1727,300,10,0,176,0,0,1), - (4737,3127,1,2732,0,1146.68,-4188.94,22.8695,3.17431,300,10,0,176,0,0,1), - (4738,3127,1,2732,0,18.7356,-3814.1,34.054,5.59471,300,10,0,176,0,0,1), - (4739,3123,1,1959,0,491.172,-3996.12,21.4062,5.15761,300,10,0,156,0,0,1), - (4740,3123,1,1959,0,84.0344,-3858.26,38.197,1.39955,300,10,0,156,0,0,1), - (4741,3123,1,1959,0,833.373,-3881.34,18.7598,4.73303,300,5,0,156,0,0,1), - (4742,3123,1,1959,0,1128.83,-4863.97,20.2508,6.17076,300,5,0,156,0,0,1), - (4743,3123,1,1959,0,-68.5253,-3869.09,43.5474,4.12943,300,10,0,156,0,0,1), - (4744,3123,1,1959,0,1345.02,-4882.5,12.6827,0.137286,300,10,0,156,0,0,1), - (4745,3123,1,1959,0,1385.33,-4911.25,8.47098,3.76957,300,10,0,156,0,0,1), - (4746,3123,1,1959,0,1369.98,-4763.24,27.5002,3.88385,300,5,0,156,0,0,1), - (4747,3123,1,1959,0,173.04,-3919.43,44.1306,4.58625,300,10,0,156,0,0,1), - (4748,3123,1,1959,0,84.7999,-3990.47,45.812,0.10152,300,5,0,156,0,0,1), - (4749,3107,1,1938,0,-990.279,-5455.54,2.89134,5.6182,300,5,0,137,0,0,1), - (4750,3107,1,1938,0,809.335,-5074.06,2.624,2.07261,300,5,0,137,0,0,1), - (4751,3107,1,1938,0,-801.224,-5301.3,-2.88575,5.14036,300,10,0,137,0,0,1), - (4752,3107,1,1938,0,-1463.44,-5314.72,-5.68222,2.49887,300,5,0,137,0,0,1), - (4753,3107,1,1938,0,-760.886,-5470.73,-1.76081,2.23607,300,10,0,137,0,0,1), - (4754,3107,1,1938,0,-1477.05,-5301.59,-1.2612,5.10087,300,5,0,137,0,0,1), - (4755,3107,1,1938,0,-885.142,-5507.15,-2.12263,4.85539,300,5,0,137,0,0,1), - (4756,3107,1,1938,0,-1059.25,-5285.51,-5.73464,0.844803,300,5,0,137,0,0,1), - (4757,3107,1,1938,0,-873.053,-5278.66,-9.99352,4.62633,300,10,0,137,0,0,1), - (4758,3107,1,1938,0,-686.708,-5462.52,-0.809426,1.86903,300,5,0,137,0,0,1), - (4759,5765,1,4209,0,-624.024,-4214.41,38.2173,5.61996,300,0,0,413,0,0,0), - (4760,14182,1,14216,0,2057.53,-4733.22,25.15,2.60812,300,0,0,3857,2434,0,2), - (4761,15006,1,15112,0,2002.26,-4796.74,56.8471,3.00197,600,0,0,9563,0,0,0), - (4764,14942,1,15033,0,1980.9,-4787.78,55.8796,5.13127,600,0,0,9563,0,0,0), - (4765,3890,1,15032,0,1990.41,-4794.15,55.9036,3.07178,600,0,0,10626,8019,0,0), - (4766,6986,1,5769,0,1931.78,-4514.99,29.1426,3.40339,300,0,0,2972,0,0,0), - (4767,6987,1,5770,0,1928.33,-4517.21,29.1426,0.959931,300,0,0,2471,0,0,0), - (4768,4311,1,4515,0,1352.45,-4395.7,29.2713,2.28638,300,0,0,1605,0,0,0), - (4769,5603,1,3564,0,1594.38,-4378.3,9.69994,3.45575,300,0,0,2284,0,0,0), - (4770,4949,1,4527,0,1920.01,-4123.95,43.3733,4.79965,7200,0,0,637000,50805,0,0), - (4771,3144,1,1619,0,1905.75,-4161.37,41.0035,0.488692,300,0,0,919,0,0,0), - (4772,3128,1,3734,0,-262.554,-5188.37,21.1489,4.32635,200,5,0,101,220,0,1), - (4773,3128,1,3734,0,-273.242,-4919.18,27.1867,4.78078,200,5,0,101,220,0,1), - (4774,3128,1,3734,0,-277.769,-5146.6,21.436,2.28441,200,5,0,101,220,0,1), - (4775,3122,1,1960,0,519.162,-4383.35,33.6531,0.141069,300,5,0,120,0,0,1), - (4776,3122,1,1960,0,481.397,-4410.52,40.3712,5.01022,300,5,0,120,0,0,1), - (4777,3122,1,1960,0,77.7896,-4196.88,60.786,3.14159,300,5,0,120,0,0,1), - (4778,3122,1,1960,0,664.271,-4838.06,26.4969,1.36104,300,5,0,120,0,0,1), - (4779,3122,1,1960,0,1130.52,-4572.23,17.2368,3.07753,300,10,0,120,0,0,1), - (4780,3122,1,1960,0,962.5,-4952.53,11.6496,4.71239,300,10,0,120,0,0,1), - (4781,3122,1,1960,0,125.764,-4091.38,53.872,3.8731,300,10,0,120,0,0,1), - (4782,3122,1,1960,0,595.818,-4201.23,13.8938,5.64964,300,10,0,120,0,0,1), - (4783,3122,1,1960,0,777.325,-4928.43,21.6668,0.215905,300,5,0,120,0,0,1), - (4784,3122,1,1960,0,-19.6653,-4050.76,62.2565,2.08576,300,5,0,120,0,0,1), - (4785,5597,1,3546,0,1568.65,-4386.24,5.3955,3.03687,300,0,0,2284,0,0,0), - (4786,6787,1,5730,0,344.605,-4675.81,16.5411,4.10152,300,0,0,695,0,0,0), - (4787,6786,1,5729,0,-599.449,-4715.32,35.2296,1.20428,200,0,0,138,0,0,0), - (4788,3130,1,2179,0,759.487,-4101.67,-10.1845,1.97032,300,3,0,179,220,0,1), - (4789,3130,1,2179,0,746.786,-4111.69,-10.1845,3.25886,300,3,0,179,220,0,1), - (4790,3130,1,2179,0,787.5,-4104.17,-9.39556,6.04683,300,3,0,179,220,0,1), - (4791,3115,1,3012,0,615.411,-4387,17.1267,5.10571,300,10,0,137,0,0,1), - (4792,3117,1,2166,0,968.545,-4702.7,30.2607,4.56841,300,5,0,176,0,0,1), - (4793,3117,1,2166,0,965.025,-4732.44,28.8712,4.02875,300,5,0,176,0,0,1), - (4794,3118,1,6815,0,1045.19,-4688.98,40.8734,2.18687,300,0,0,186,191,0,0), - (4795,5952,1,9794,0,-565.985,-4269.39,38.488,4.2237,300,0,0,4356,0,0,0), - (4796,3160,1,1881,0,-581.734,-4109.51,43.6077,3.75246,300,0,0,456,0,0,0), - (4797,3159,1,1883,0,-588.829,-4102.27,43.5465,4.67748,300,0,0,1930,0,0,0), - (4798,5884,1,4526,0,-625.296,-4210.17,38.2966,0.802851,300,0,0,413,370,0,0), - (4799,12776,1,14371,0,-604.013,-4107.27,43.5945,5.60251,300,0,0,372,0,0,0), - (4800,3156,1,1884,0,-606.874,-4111.87,43.028,0.244346,300,0,0,372,333,0,0), - (4801,3230,1,1872,0,1906.68,-4133.57,40.9176,5.29198,7200,0,0,4079,0,0,0), - (4828,930,0,368,0,-10653.4,111.563,39.5762,1.61036,300,10,0,664,0,0,1), - (4829,1270,0,559,0,-10345.2,-1277.58,35.4253,2.25282,300,10,0,950,0,0,1), - (4830,930,0,368,0,-10621.2,108.002,36.5209,1.36843,300,5,0,664,0,0,1), - (4831,215,0,4278,0,-11001.4,-536.417,33.1752,0.535548,300,5,0,664,0,0,1), - (4832,539,0,958,0,-10039.2,-967.166,32.9021,3.53443,300,10,0,417,0,0,1), - (4833,539,0,958,0,-9956.31,-621.104,32.3463,4.76081,300,10,0,417,0,0,1), - (4834,1115,0,726,0,-5551.12,-1756.35,341.539,1.12152,180,5,0,156,0,0,1), - (4835,721,0,328,0,-5543.23,-1636.38,392.114,0.621612,180,10,0,1,0,0,1), - (4836,1127,0,744,0,-5524.34,-1631.57,393.457,1.1054,180,5,0,137,0,0,1), - (4837,1115,0,726,0,-5528.19,-1718.87,341.195,0.12662,180,5,0,156,0,0,1), - (4838,1117,0,726,0,-5529.62,-1723.63,340.548,1.45178,180,5,0,176,0,0,1), - (4839,1115,0,726,0,-5607.12,-1788.2,355.541,5.75598,180,5,0,156,0,0,1), - (4840,1117,0,726,0,-5589.53,-1788.2,360.268,5.09102,180,5,0,176,0,0,1), - (4841,1117,0,726,0,-5542.18,-1751.72,340.69,5.97301,180,5,0,176,0,0,1), - (4842,1117,0,726,0,-5565.87,-1771.23,347.179,1.87752,180,5,0,176,0,0,1), - (4843,1115,0,726,0,-5551.54,-1765.83,343.15,6.24937,180,5,0,156,0,0,1), - (4844,1117,0,726,0,-5516.72,-1745.35,336.938,5.96219,180,5,0,176,0,0,1), - (4845,1117,0,726,0,-5527.83,-1739.77,338.177,1.21334,180,5,0,176,0,0,1), - (4846,1115,0,726,0,-5579.92,-1776.09,352.171,0.016283,180,5,0,156,0,0,1), - (4847,1117,0,726,0,-5569.05,-1765.98,346.307,3.44248,180,5,0,176,0,0,1), - (4848,1115,0,726,0,-5585.11,-1804.69,355.285,3.14114,180,5,0,156,0,0,1), - (4849,1116,0,726,0,-5610.71,-1818.99,400.642,0.529551,180,5,0,176,0,0,1), - (4850,1117,0,726,0,-5654.81,-1790.36,356.031,3.98252,180,5,0,176,0,0,1), - (4851,1115,0,726,0,-5627.67,-1804.32,355.679,0.062814,180,5,0,156,0,0,1), - (4852,1116,0,726,0,-5561.78,-1813.49,399.677,0.534462,180,5,0,176,0,0,1), - (4853,1689,0,193,0,-5539.88,-1817.02,399.186,5.70386,180,5,0,176,0,0,1), - (4854,1127,0,744,0,-5587.58,-1817.58,399.614,4.75725,180,5,0,137,0,0,1), - (4855,217,0,955,0,-10090.6,-967.468,34.595,1.93825,300,5,0,449,0,0,1), - (4856,539,0,958,0,-9972.97,-639.08,34.0573,1.2431,300,10,0,417,0,0,1), - (4857,569,0,2541,0,-10121.7,-970.383,32.4884,1.02574,300,10,0,531,0,0,1), - (4858,217,0,955,0,-10016.4,-628.851,40.192,1.59618,300,10,0,449,0,0,1), - (4859,923,0,246,0,-11028,-572.433,28.6536,1.56483,300,5,0,617,0,0,1), - (4860,217,0,955,0,-10051.8,-792.45,36.0026,0.946456,300,10,0,449,0,0,1), - (4861,539,0,958,0,-10002.4,-453.103,30.4168,4.0935,300,10,0,417,0,0,1), - (4862,215,0,4278,0,-11049,-517.66,31.7075,0.777467,300,10,0,664,0,0,1), - (4863,215,0,4278,0,-11016.3,-489.798,31.5139,5.8239,300,10,0,664,0,0,1), - (4864,1689,0,193,0,-5617.06,-1841.91,401.532,3.04387,180,5,0,176,0,0,1), - (4865,1116,0,726,0,-5568.54,-1838.73,400.318,1.66752,180,5,0,176,0,0,1), - (4866,217,0,955,0,-10570.9,479.243,36.7031,5.63634,300,5,0,449,0,0,1), - (4867,215,0,4276,0,-10979.4,-477.26,33.6424,1.33008,300,5,0,664,0,0,1), - (4868,923,0,246,0,-10981.5,-455.997,31.906,3.3842,300,5,0,617,0,0,1), - (4869,215,0,4278,0,-11054,-489.126,30.4426,4.8691,300,10,0,664,0,0,1), - (4870,909,0,4280,0,-11107.6,-514.6,32.2549,5.95997,300,5,0,734,0,0,1), - (4871,215,0,4276,0,-11022.8,-689,40.5509,2.26977,300,3,0,664,0,0,1), - (4872,923,0,246,0,-10885.7,-257.814,40.3748,0.224602,300,5,0,617,0,0,1), - (4873,923,0,246,0,-11050.8,-626.256,28.013,0.249842,300,10,0,617,0,0,1), - (4874,910,0,4281,0,-11109.2,-528.353,32.5049,5.36586,300,0,0,628,1707,0,0), - (4875,909,0,4280,0,-11103.6,-530.346,33.2204,1.56273,300,0,0,734,0,0,0), - (4876,215,0,4278,0,-11060.5,-599.711,29.7207,2.04454,300,10,0,664,0,0,1), - (4877,909,0,4280,0,-11101.4,-535.784,33.2066,5.38818,300,0,0,734,0,0,0), - (4878,898,0,657,0,-10956.7,-784.884,63.7371,2.39716,300,10,0,787,0,0,1), - (4879,898,0,657,0,-10275.6,-858.081,41.0037,0.066569,300,10,0,787,0,0,1), - (4880,787,0,7555,0,-10295.3,393.907,15.6853,1.43555,300,5,0,684,1039,0,1), - (4881,923,0,246,0,-10890.9,-489.428,49.6485,4.56746,300,5,0,617,0,0,1), - (4882,785,0,612,0,-10231.3,378.876,10.4134,5.83618,300,5,0,768,756,0,1), - (4883,785,0,612,0,-10281.4,398.006,15.6853,3.55691,300,5,0,768,756,0,1), - (4884,785,0,612,0,-10305.3,393.788,15.6853,5.88641,300,5,0,768,756,0,1), - (4885,1110,0,734,0,-10280.7,377.227,15.6853,5.96624,300,5,0,840,0,0,1), - (4886,785,0,612,0,-10258.9,379.612,10.4134,1.30483,300,5,0,768,756,0,1), - (4887,930,0,368,0,-10679.5,37.2484,38.0712,4.42093,300,5,0,664,0,0,1), - (4888,785,0,612,0,-10340.3,402.548,16.0422,3.14641,300,5,0,768,756,0,1), - (4889,1110,0,734,0,-10321.2,421.358,15.8676,3.84139,300,5,0,840,0,0,1), - (4890,930,0,368,0,-10691.2,-94.0919,35.9797,3.18259,300,5,0,664,0,0,1), - (4891,930,0,368,0,-10787.6,-173.836,39.6166,4.71629,300,5,0,664,0,0,1), - (4892,206,0,522,0,-10949.4,-1151.23,39.372,-0.338592,300,0,0,950,0,0,0), - (4893,206,0,522,0,-10929.5,-1121.77,38.1245,-0.159037,300,0,0,950,0,0,0), - (4894,930,0,368,0,-10751.2,-172.226,40.3346,2.55793,300,5,0,664,0,0,1), - (4895,203,0,9783,0,-11078.1,-1276.73,57.8131,2.12899,300,5,0,472,1357,0,1), - (4896,217,0,955,0,-10520.4,550.595,26.9447,5.6057,300,10,0,449,0,0,1), - (4897,930,0,368,0,-10365.3,1.54427,50.2516,3.89642,300,5,0,664,0,0,1), - (4898,570,0,569,0,-10240.2,140.189,2.28257,3.80161,300,5,0,896,0,0,1), - (4899,930,0,368,0,-10329.8,-30.0834,44.6032,4.07827,300,10,0,664,0,0,1), - (4900,930,0,368,0,-10364.8,-52.8607,45.8238,0.046932,300,10,0,664,0,0,1), - (4901,930,0,368,0,-10331.1,-73.0804,42.5125,1.06125,300,10,0,664,0,0,1), - (4902,930,0,368,0,-10305.9,-53.0144,42.2362,2.2823,300,10,0,664,0,0,1), - (4903,930,0,368,0,-10428,-56.0186,45.5057,1.00068,300,10,0,664,0,0,1), - (4904,930,0,368,0,-10480.5,-18.8253,51.3041,1.44428,300,10,0,664,0,0,1), - (4905,930,0,368,0,-10555.5,-26.0475,42.0699,4.16393,300,5,0,664,0,0,1), - (4906,1270,0,559,0,-10365.9,-1292.14,35.4253,3.55808,300,10,0,950,0,0,1), - (4907,930,0,368,0,-10611.5,-79.7923,34.2377,3.13,300,10,0,664,0,0,1), - (4908,930,0,368,0,-10607,-12.2057,34.7979,0.584769,300,10,0,664,0,0,1), - (4909,930,0,368,0,-10584.6,-46.0735,36.4867,3.09466,300,10,0,664,0,0,1), - (4910,930,0,368,0,-10709.7,12.7423,35.8945,-2.79562,300,0,0,664,0,0,0), - (4911,1689,0,193,0,-5688.48,-1817.11,400.234,5.93858,180,5,0,176,0,0,1), - (4912,3707,1,4068,0,-617.395,-4202.4,38.2966,4.86947,300,0,0,413,370,0,0), - (4913,898,0,657,0,-10706.1,-855.789,69.5749,0.862329,300,5,0,787,0,0,1), - (4914,48,0,200,0,-11044.4,-1256.62,57.1385,5.61546,300,5,0,531,0,0,1), - (4915,628,0,741,0,-10824.5,-477.642,42.0204,0.09234,300,5,0,664,0,0,1), - (4916,930,0,368,0,-10701.3,-127.67,32.8977,4.54371,300,5,0,664,0,0,1), - (4917,930,0,368,0,-10733.9,-11.0453,35.0279,4.69091,300,5,0,664,0,0,1), - (4918,930,0,368,0,-10702.1,-41.8802,32.9466,1.63918,300,10,0,664,0,0,1), - (4919,565,0,802,0,-10446.1,572.788,26.0642,6.23821,300,10,0,494,0,0,1), - (4920,569,0,2541,0,-10463.6,556.309,25.3876,2.76886,300,10,0,531,0,0,1), - (4921,930,0,368,0,-10705.3,-9.375,33.2124,0,300,5,0,664,0,0,1), - (4922,930,0,368,0,-10647.7,-52.8453,31.8996,5.03661,300,10,0,664,0,0,1), - (4923,930,0,368,0,-10744.6,-13.4821,34.8323,0.123386,300,10,0,664,0,0,1), - (4924,930,0,368,0,-10543.9,-109.268,52.4663,4.98738,300,5,0,664,0,0,1), - (4925,930,0,368,0,-10543,-69.5953,41.4502,4.71026,300,10,0,664,0,0,1), - (4926,930,0,368,0,-10333.6,-28.8128,45.3986,2.39209,300,10,0,664,0,0,1), - (4927,202,0,9786,0,-10578.7,352.894,28.4887,4.22402,300,5,0,617,0,0,1), - (4928,1116,0,726,0,-5710.72,-1774.1,400.033,2.49333,180,5,0,176,0,0,1), - (4929,1116,0,726,0,-5685.41,-1813.34,400.599,3.89437,180,5,0,176,0,0,1), - (4930,721,0,328,0,-5509.6,-1828.19,397.227,0.774637,180,10,0,1,0,0,1), - (4931,1689,0,193,0,-5843.59,-1791.36,409.097,2.65875,180,0,0,176,0,0,0), - (4932,1127,0,744,0,-5879.3,-1765.3,409.368,6.00033,180,0,0,137,0,0,0), - (4933,1689,0,193,0,-5891.4,-1688.04,403.992,3.23349,180,0,0,176,0,0,0), - (4934,1127,0,744,0,-5900.21,-1679.66,406.606,3.04581,180,0,0,137,0,0,0), - (4935,1117,0,726,0,-5906.37,-1925.97,405.007,0.822725,180,0,0,176,0,0,0), - (4936,930,0,368,0,-10642.4,-1307.47,44.9301,2.36955,300,5,0,664,0,0,1), - (4937,930,0,368,0,-10691,-1337.15,48.4064,4.55944,300,10,0,664,0,0,1), - (4938,923,0,246,0,-10840.2,-43.2947,38.9931,2.9816,300,10,0,617,0,0,1), - (4939,2110,0,1141,0,-10694.4,-1156.17,25.2412,1.9969,300,10,0,1,0,0,1), - (4940,620,0,304,0,-10730.6,-1211.44,27.6144,1.63981,300,10,0,1,0,0,1), - (4941,531,0,7550,0,-10487.3,394.844,36.3066,3.15101,300,5,0,664,0,0,1), - (4942,620,0,304,0,-10683.7,-1233.15,28.7227,5.27282,300,10,0,1,0,0,1), - (4943,202,0,9786,0,-10586,251.443,32.0284,4.01017,300,5,0,617,0,0,1), - (4944,531,0,7550,0,-10570.2,244.374,29.1534,0.977788,300,10,0,664,0,0,1), - (4945,202,0,9786,0,-10573.2,231.416,30.7439,6.20913,300,10,0,617,0,0,1), - (4946,202,0,9786,0,-10564.7,210.794,31.3689,2.90502,300,10,0,617,0,0,1), - (4947,930,0,368,0,-10767,-1267.6,35.1489,4.48969,300,5,0,664,0,0,1), - (4948,533,0,203,0,-10993.1,-804.993,58.1161,5.27492,300,10,0,724,732,0,1), - (4949,898,0,657,0,-10912.1,-818.611,60.0725,0.623199,300,5,0,787,0,0,1), - (4950,533,0,203,0,-11019.9,-853.802,61.3711,6.01642,300,5,0,724,732,0,1), - (4951,206,0,522,0,-11006.5,-1099.05,42.5339,0.415175,300,5,0,950,0,0,1), - (4952,206,0,522,0,-11018.3,-1108.94,40.6974,5.51524,300,0,0,950,0,0,0), - (4953,533,0,203,0,-10981.3,-875.705,65.9459,4.67598,300,10,0,724,732,0,1), - (4954,533,0,203,0,-10935.9,-901.084,69.83,1.78394,300,10,0,724,732,0,1), - (4955,533,0,203,0,-11015.7,-788.964,57.4645,1.7494,300,5,0,724,732,0,1), - (4956,898,0,657,0,-10951,-861.631,65.6743,4.52764,300,10,0,787,0,0,1), - (4957,205,0,736,0,-10962.5,-910.664,68.7206,1.74937,300,10,0,896,0,0,1), - (4958,206,0,522,0,-11003.4,-1085.17,47.6069,1.69806,300,5,0,950,0,0,1), - (4959,206,0,522,0,-11027.8,-1104.3,41.481,4.8627,300,5,0,950,0,0,1), - (4960,565,0,802,0,-10297.5,535.878,41.8532,5.73908,300,10,0,494,0,0,1), - (4961,3,0,987,0,-10404.2,156.617,35.311,5.32335,300,10,0,664,0,0,1), - (4962,210,0,570,0,-10308.5,136.767,38.0653,5.60996,300,10,0,788,0,0,1), - (4963,3,0,987,0,-10365.4,148.422,35.0639,-0.287933,300,10,0,664,0,0,1), - (4964,3,0,987,0,-10336.7,139.678,34.1651,0.297084,300,10,0,664,0,0,1), - (4965,948,0,137,0,-10320.2,141.062,39.4904,5.48179,300,0,0,734,0,0,0), - (4966,218,0,4275,0,-10515.7,434.195,37.9585,2.67561,300,3,0,664,0,0,1), - (4967,930,0,368,0,-10450.8,85.6862,39.535,2.065,300,5,0,664,0,0,1), - (4968,3,0,987,0,-10422.5,190.394,36.7266,0.666361,300,10,0,664,0,0,1), - (4969,202,0,9786,0,-10579,440.923,35.3432,6.27377,300,5,0,617,0,0,1), - (4970,3,0,987,0,-10420.2,217.386,34.1388,4.9478,300,5,0,664,0,0,1), - (4971,218,0,4275,0,-10515.9,440.823,37.8335,3.3949,300,3,0,664,0,0,1), - (4972,202,0,9786,0,-10586.6,391.76,32.0762,4.25658,300,10,0,617,0,0,1), - (4973,531,0,7550,0,-10445.5,221.74,31.8922,5.20089,300,5,0,664,0,0,1), - (4974,202,0,9786,0,-10476.2,453.765,35.4776,1.41335,300,5,0,617,0,0,1), - (4975,920,0,1098,0,-11222.7,-880.728,78.6422,5.59484,300,0,0,892,852,0,0), - (4976,604,0,519,0,-10332.4,350.98,58.9094,1.33608,300,5,0,840,0,0,1), - (4977,1110,0,734,0,-10345.5,370.055,58.4598,3.08695,300,3,0,840,0,0,1), - (4978,948,0,137,0,-10330.2,243.43,34.3995,6.1187,300,5,0,734,0,0,1), - (4979,604,0,519,0,-10329.9,193.118,34.241,5.08457,300,5,0,840,0,0,1), - (4980,785,0,612,0,-10367.6,462.576,25.0028,5.96354,300,5,0,768,756,0,1), - (4981,948,0,137,0,-10399.9,184.445,34.9638,1.94161,300,10,0,734,0,0,1), - (4982,787,0,7555,0,-10372.2,456.447,24.9963,1.35817,300,5,0,684,1039,0,1), - (4983,787,0,7555,0,-10370.1,468.445,25.0028,4.36404,300,5,0,684,1039,0,1), - (4984,210,0,570,0,-10332.6,214.927,33.1234,4.29405,300,5,0,788,0,0,1), - (4985,604,0,519,0,-10347.5,183.668,34.1374,3.24969,300,5,0,840,0,0,1), - (4986,570,0,569,0,-10365.4,133.559,1.66079,2.46732,300,5,0,896,0,0,1), - (4987,570,0,569,0,-10333.7,107.874,1.62558,3.73896,300,5,0,896,0,0,1), - (4988,3,0,987,0,-10303.8,238.125,34.7333,5.58743,300,5,0,664,0,0,1), - (4989,570,0,569,0,-10240,173.806,0.352823,3.73597,300,5,0,896,0,0,1), - (4990,210,0,570,0,-10392.4,176.114,35.1059,3.6222,300,5,0,788,0,0,1), - (4991,787,0,7555,0,-10396.1,383.551,46.9751,2.58682,300,3,0,684,1039,0,1), - (4992,570,0,569,0,-10253.1,160.311,0.046589,2.81827,300,5,0,896,0,0,1), - (4993,202,0,9786,0,-10565.2,356.918,30.8036,3.53443,300,5,0,617,0,0,1), - (4994,1127,0,744,0,-5890.96,-1874.8,403.664,1.53611,180,0,0,137,0,0,0), - (4995,1689,0,193,0,-5874.38,-1888.08,406.999,2.37277,180,0,0,176,0,0,0), - (4996,1117,0,726,0,-5857.03,-1949.11,407.885,5.67617,180,0,0,176,0,0,0), - (4997,1116,0,726,0,-5806.34,-1928.8,406.335,2.54585,180,5,0,176,0,0,1), - (4998,6123,0,4956,0,-5877.57,-1988.23,401.366,4.97435,180,0,0,176,0,0,0), - (4999,6123,0,4956,0,-5921.7,-1979.57,405.96,3.1506,180,0,0,176,0,0,0), - (5000,928,0,1499,0,-8577,881.698,106.519,5.433,490,0,0,3139,2620,0,0), - (5001,948,0,137,0,-10392.3,250.202,33.2436,4.26592,300,10,0,734,0,0,1), - (5002,787,0,7555,0,-10422,373.936,44.4667,3.12417,300,5,0,684,1039,0,1), - (5003,3,0,987,0,-10406,247.344,35.0885,1.64502,300,10,0,664,0,0,1), - (5004,3,0,987,0,-10381.9,234.047,33.0843,0.593242,300,10,0,664,0,0,1), - (5005,210,0,570,0,-10306.8,206.455,34.2484,5.13774,300,5,0,788,0,0,1), - (5006,217,0,955,0,-10091.6,-294.985,32.3655,1.50628,300,5,0,449,0,0,1), - (5007,217,0,955,0,-10038.9,-452.525,41.3584,1.67785,300,10,0,449,0,0,1), - (5008,48,0,200,0,-11016.3,-1243.26,59.9663,3.5616,300,5,0,531,0,0,1), - (5009,898,0,657,0,-10177.6,-746.247,42.7684,0.072028,300,5,0,787,0,0,1), - (5010,315,0,1562,0,-10368,-1254.99,35.9218,6.23491,300,0,0,1586,0,0,0), - (5011,205,0,736,0,-10963,-983.72,71.1192,3.79366,300,10,0,896,0,0,1), - (5012,205,0,736,0,-10976.8,-925.846,68.4887,3.96528,300,0,0,896,0,0,0), - (5013,215,0,4278,0,-11066.1,-539.748,32.9981,2.29442,300,5,0,664,0,0,1), - (5014,215,0,4276,0,-11099.7,-573.034,31.9702,1.83772,300,5,0,664,0,0,1), - (5015,574,0,963,0,-10573,-1498.31,91.4737,4.14558,3600,0,0,840,0,0,0), - (5016,923,0,246,0,-10954.4,237.452,28.7835,3.4326,300,10,0,617,0,0,1), - (5017,920,0,1098,0,-11137.8,-1154.13,42.9113,0.100879,300,3,0,892,852,0,1), - (5018,920,0,1098,0,-11103.3,-1151.91,41.9221,3.87621,300,0,0,892,852,0,0), - (5019,920,0,1098,0,-11149.3,-1166.35,43.9705,2.67035,300,3,0,892,852,0,1), - (5020,920,0,1098,0,-11133.2,-1167.76,43.0021,3.8951,300,3,0,892,852,0,1), - (5021,206,0,522,0,-11014.3,-1135.9,38.7108,5.49411,300,5,0,950,0,0,1), - (5022,206,0,522,0,-11061.5,-1111.64,38.9699,3.00651,300,5,0,950,0,0,1), - (5023,206,0,522,0,-10974.8,-1157.47,39.2097,-1.58065,300,0,0,950,0,0,0), - (5024,206,0,522,0,-10969.1,-1122.76,40.1916,6.17789,300,0,0,950,0,0,0), - (5025,909,0,4279,0,-11001.5,188.105,28.6022,5.97321,300,5,0,734,0,0,1), - (5026,910,0,4282,0,-11011.8,194.711,27.9932,6.12611,300,0,0,628,1707,0,0), - (5027,909,0,4280,0,-11014.5,184.263,28.8046,1.98493,300,0,0,734,0,0,0), - (5028,891,0,326,0,-11070.7,-145.736,30.9177,3.6559,300,5,0,628,1707,0,1), - (5029,889,0,415,0,-10985.7,-212.068,15.2536,2.82926,300,5,0,734,0,0,1), - (5030,889,0,415,0,-11012.3,-256.614,15.5519,5.96824,300,5,0,734,0,0,1), - (5031,2110,0,1141,0,-10804.9,310.986,31.3445,1.07723,300,10,0,1,0,0,1), - (5032,923,0,246,0,-10991.5,-325.699,38.7653,5.33903,300,5,0,617,0,0,1), - (5033,889,0,415,0,-10985.4,-258.918,19.8074,1.51606,300,5,0,734,0,0,1), - (5034,930,0,368,0,-10780.5,-102.105,34.702,2.12624,300,10,0,664,0,0,1), - (5035,930,0,368,0,-10764.2,-115.579,36.5147,4.64658,300,10,0,664,0,0,1), - (5036,949,0,545,0,-10549.4,253.538,30.8608,1.88266,300,10,0,734,0,0,1), - (5037,503,0,10626,0,-10206.1,262.436,0.831001,0.592555,3600,0,0,935,878,0,0), - (5038,531,0,7550,0,-10508.7,191.16,31.5408,2.28473,300,10,0,664,0,0,1), - (5039,531,0,7550,0,-10491.4,228.798,32.7765,2.19511,300,5,0,664,0,0,1), - (5040,531,0,7550,0,-10499,214.294,32.6515,1.45477,300,10,0,664,0,0,1), - (5041,531,0,7550,0,-10484.3,203.061,31.2289,5.80514,300,10,0,664,0,0,1), - (5042,202,0,9786,0,-10495.8,180.254,33.7712,1.94442,300,10,0,617,0,0,1), - (5043,202,0,9786,0,-10470.4,169.724,34.5176,5.08523,300,10,0,617,0,0,1), - (5044,3,0,987,0,-10419.2,148.395,35.7197,4.56723,300,10,0,664,0,0,1), - (5045,539,0,958,0,-10108.3,-250.434,31.1385,4.35293,300,5,0,417,0,0,1), - (5046,891,0,326,0,-10988.4,-112.422,14.5611,2.13591,300,10,0,628,1707,0,1), - (5047,892,0,11567,0,-10944.4,-77.8397,13.8789,0.447945,300,5,0,840,0,0,1), - (5048,891,0,326,0,-10993.1,-145.853,16.2234,3.01657,300,5,0,628,1707,0,1), - (5049,1110,0,734,0,-10320.8,368.276,60.5037,2.5315,300,0,0,840,0,0,0), - (5050,889,0,415,0,-11012.6,-179.322,13.8217,1.27316,300,10,0,734,0,0,1), - (5051,889,0,415,0,-11022.9,-205.552,15.2931,1.47041,300,10,0,734,0,0,1), - (5052,1110,0,734,0,-10317.1,364.18,65.2557,1.26683,300,0,0,840,0,0,0), - (5053,889,0,415,0,-11064.1,-211.042,19.9969,1.01724,300,5,0,734,0,0,1), - (5054,892,0,11567,0,-11066.5,-233.316,16.7171,0,300,0,0,840,0,0,0), - (5055,891,0,326,0,-11048.8,-246.148,13.9929,2.83169,300,10,0,628,1707,0,1), - (5056,1200,0,4272,0,-10317.9,376.991,65.3527,4.46804,240,0,0,3609,3543,0,0), - (5057,891,0,326,0,-11057.8,-227.837,17.2469,4.42751,300,10,0,628,1707,0,1), - (5058,892,0,11567,0,-11020.6,-154.027,15.0527,3.70034,300,10,0,840,0,0,1), - (5059,891,0,326,0,-11069.7,-257.207,14.6019,3.69169,300,10,0,628,1707,0,1), - (5060,889,0,415,0,-11084.1,-228.687,25.3826,4.36222,300,5,0,734,0,0,1), - (5061,891,0,326,0,-11013.8,-108.009,15.7022,1.23569,300,10,0,628,1707,0,1), - (5062,212,0,610,0,-11145,-119.826,7.47809,5.30858,300,5,0,950,0,0,1), - (5063,1251,0,3190,0,-11109.4,-152.087,12.5732,1.42139,300,0,0,702,1977,0,0), - (5064,212,0,610,0,-11135.5,-159.121,10.7201,6.15399,300,5,0,950,0,0,1), - (5065,1251,0,3190,0,-11151,-186.644,13.8223,0.767945,300,0,0,702,1977,0,0), - (5066,300,0,655,0,-11224.8,-160.547,5.96393,0.486025,300,0,0,1050,0,0,0), - (5067,1487,0,6170,0,-11171.4,-196.489,9.3029,2.05094,300,3,0,1050,0,0,1), - (5068,212,0,610,0,-11156.9,-154.141,9.68523,1.51752,300,5,0,950,0,0,1), - (5069,1251,0,3190,0,-11199.8,-167.271,5.09337,0.140647,300,5,0,702,1977,0,1), - (5070,1487,0,6170,0,-11179.5,-112.851,7.75238,6.02483,300,5,0,1050,0,0,1), - (5071,1487,0,6170,0,-11234.5,-186.625,5.07986,2.69294,300,5,0,1050,0,0,1), - (5072,1251,0,3190,0,-11231.4,-174.899,4.37882,5.31227,300,5,0,702,1977,0,1), - (5073,212,0,610,0,-11099.8,-86.0551,17.5726,0.459474,300,0,0,950,0,0,0), - (5074,212,0,610,0,-11070.4,-59.9084,14.7844,5.53269,300,0,0,950,0,0,0), - (5075,212,0,610,0,-11085.1,-75.8083,16.2433,2.96558,300,5,0,950,0,0,1), - (5076,212,0,610,0,-11078.4,-103.067,15.8003,0.712599,300,5,0,950,0,0,1), - (5077,1251,0,3190,0,-11011.3,-82.7747,14.5138,5.75774,300,10,0,702,1977,0,1), - (5078,1251,0,3190,0,-11047.5,-83.6758,15.0617,0.061161,300,10,0,702,1977,0,1), - (5079,212,0,610,0,-10996.6,-54.7006,15.5076,2.26134,300,0,0,950,0,0,0), - (5080,212,0,610,0,-10981.6,-40.6744,14.9899,4.79965,300,0,0,950,0,0,0), - (5081,212,0,610,0,-10959.7,-37.173,13.5567,3.44058,300,5,0,950,0,0,1), - (5082,892,0,11567,0,-10985.5,-80.2888,14.8933,1.63707,300,10,0,840,0,0,1), - (5083,212,0,610,0,-10968.8,-54.5537,14.1747,2.94287,300,10,0,950,0,0,1), - (5084,218,0,4277,0,-10518.2,439.154,37.7085,0.521587,300,3,0,664,0,0,1), - (5085,949,0,545,0,-10420.7,265.17,36.6561,3.23154,300,10,0,734,0,0,1), - (5086,522,0,612,0,-10389,383.148,46.9751,6.15685,600,0,0,3660,0,0,2), - (5087,949,0,545,0,-10474.6,322.601,35.1706,1.16392,300,5,0,734,0,0,1), - (5088,787,0,7555,0,-10445.1,429.635,43.1775,4.51323,300,10,0,684,1039,0,1), - (5089,787,0,7555,0,-10455.4,404.736,42.3885,5.38993,300,5,0,684,1039,0,1), - (5090,787,0,7555,0,-10444.2,378.12,44.1067,5.88163,300,5,0,684,1039,0,1), - (5091,1110,0,734,0,-10410.5,391.236,46.7028,0.373052,300,5,0,840,0,0,1), - (5092,949,0,545,0,-10429.4,375.514,43.9533,4.69091,300,5,0,734,0,0,1), - (5093,1110,0,734,0,-10380,424.26,29.0795,1.70369,300,5,0,840,0,0,1), - (5094,785,0,612,0,-10285.7,389.611,15.6853,6.04304,300,5,0,768,756,0,1), - (5095,785,0,612,0,-10387.7,399.898,29.0795,4.6725,300,5,0,768,756,0,1), - (5096,1110,0,734,0,-10332.7,362.263,60.5037,0.912559,300,0,0,840,0,0,0), - (5097,213,0,801,0,-10070.2,-218.419,29.4523,0.572277,300,5,0,449,0,0,1), - (5098,213,0,801,0,-10104.9,-158.168,28.7928,4.84159,300,5,0,449,0,0,1), - (5099,213,0,801,0,-10158.1,-128.633,30.2879,5.57795,300,5,0,449,0,0,1), - (5100,539,0,958,0,-10159.5,-83.5617,28.3063,1.51126,300,10,0,417,0,0,1), - (5101,785,0,612,0,-10392.7,378.706,24.3922,5.58852,300,5,0,768,756,0,1), - (5102,1110,0,734,0,-10368.4,445.35,24.8339,4.46606,300,5,0,840,0,0,1), - (5103,1110,0,734,0,-10422.3,418.311,46.8479,1.49568,300,3,0,840,0,0,1), - (5104,1117,0,726,0,-5874.96,-1991.99,401.241,4.14338,180,0,0,176,0,0,0), - (5105,6123,0,4956,0,-5924.28,-2009.03,409.357,1.97575,180,0,0,176,0,0,0), - (5106,6123,0,4956,0,-5908.14,-2040.67,406.734,2.98672,180,0,0,176,0,0,0), - (5107,6123,0,4956,0,-5889.97,-2007.89,405.741,1.76911,180,0,0,176,0,0,0), - (5108,6123,0,4956,0,-5915.86,-2029.11,408.249,1.56111,180,0,0,176,0,0,0), - (5109,6123,0,4956,0,-5924.42,-2037.06,408.249,0.273043,180,0,0,176,0,0,0), - (5110,6124,0,4957,0,-5920.45,-2034.19,400.833,3.29867,180,0,0,222,0,0,0), - (5111,6123,0,4956,0,-5886.01,-2049.35,402.962,4.38014,180,0,0,176,0,0,0), - (5112,6123,0,4956,0,-5824.98,-2010.75,401.934,3.59274,180,5,0,176,0,0,1), - (5113,6123,0,4956,0,-5862.38,-2012.77,401.199,3.22863,180,0,0,176,0,0,0), - (5114,1116,0,726,0,-5840.43,-2002.62,401.355,3.57828,180,0,0,176,0,0,0), - (5115,1116,0,726,0,-5790.92,-2000.73,401.487,3.71864,180,5,0,176,0,0,1), - (5116,1117,0,726,0,-5812.91,-2039.52,400.784,0.549287,180,5,0,176,0,0,1), - (5117,213,0,801,0,-10093.6,-133.702,27.2564,1.55127,300,5,0,449,0,0,1), - (5118,213,0,801,0,-10104.5,-119.622,25.8666,5.56968,300,5,0,449,0,0,1), - (5119,213,0,801,0,-10062.4,-185.204,27.1409,3.23698,300,5,0,449,0,0,1), - (5120,1110,0,734,0,-10427.1,397.733,45.7883,3.40219,300,3,0,840,0,0,1), - (5121,1110,0,734,0,-10406.3,422.916,47.5979,6.01205,300,3,0,840,0,0,1), - (5122,1110,0,734,0,-10401.1,407.209,46.9729,4.56552,300,3,0,840,0,0,1), - (5123,213,0,801,0,-10226.7,47.141,37.0137,0.472381,300,10,0,449,0,0,1), - (5124,565,0,802,0,-10251,397.549,56.2163,4.59893,300,0,0,494,0,0,0), - (5125,604,0,519,0,-10340.2,407.272,59.7126,0.279848,300,5,0,840,0,0,1), - (5126,771,0,7848,0,-10398.8,347.001,24.4756,1.22173,3600,0,0,1163,0,0,0), - (5127,604,0,519,0,-10304.5,378.958,59.8041,6.02095,300,3,0,840,0,0,1), - (5128,604,0,519,0,-10330.9,389.415,59.8041,3.1301,300,5,0,840,0,0,1), - (5129,565,0,802,0,-10237.7,286.451,38.2243,2.51998,300,5,0,494,0,0,1), - (5130,1110,0,734,0,-10304.6,354.795,59.7844,5.1986,300,3,0,840,0,0,1), - (5131,213,0,801,0,-10060.9,-247.356,30.1511,5.8475,300,5,0,449,0,0,1), - (5132,213,0,801,0,-10177,9.97424,26.52,5.37193,300,10,0,449,0,0,1), - (5133,213,0,801,0,-10205.4,-19.1645,29.2565,5.7478,300,10,0,449,0,0,1), - (5134,217,0,955,0,-10195.1,-27.7171,28.049,1.00826,300,10,0,449,0,0,1), - (5135,217,0,955,0,-10208.3,324.36,34.074,1.67811,300,5,0,449,0,0,1), - (5136,539,0,958,0,-10213.8,56.0146,32.5514,0.318916,300,10,0,417,0,0,1), - (5137,1110,0,734,0,-10384.8,359.584,48.4142,6.18741,300,5,0,840,0,0,1), - (5138,1110,0,734,0,-10436.4,316.283,40.5813,5.53092,300,5,0,840,0,0,1), - (5139,202,0,9786,0,-10548.8,444.955,37.6471,4.91781,300,5,0,617,0,0,1), - (5140,531,0,7550,0,-10551.5,420.895,36.6954,3.06307,300,10,0,664,0,0,1), - (5141,565,0,802,0,-10113.7,-249.476,31.1844,0.123386,300,5,0,494,0,0,1), - (5142,213,0,801,0,-10155.4,-18.5079,26.8007,0.15708,300,10,0,449,0,0,1), - (5143,213,0,801,0,-10083,-352.729,33.7705,5.20058,300,5,0,449,0,0,1), - (5144,565,0,802,0,-10179.5,-182.807,31.9188,0.295379,300,5,0,494,0,0,1), - (5145,213,0,801,0,-10052.5,-313.025,29.5993,2.33982,300,5,0,449,0,0,1), - (5146,213,0,801,0,-10085.4,-280.654,31.3857,2.25389,300,5,0,449,0,0,1), - (5147,565,0,802,0,-10184.9,-113.709,28.6633,1.14585,300,10,0,494,0,0,1), - (5148,213,0,801,0,-10157.3,-74.9967,28.1575,2.15012,300,10,0,449,0,0,1), - (5149,565,0,802,0,-10245,-61.3525,38.8538,6.11643,300,10,0,494,0,0,1), - (5150,565,0,802,0,-10254.5,152.618,33.0951,2.62509,300,5,0,494,0,0,1), - (5151,213,0,801,0,-10049.9,-381.846,30.2087,2.69978,300,10,0,449,0,0,1), - (5152,213,0,801,0,-10123.8,-41.6284,25.167,1.36705,300,5,0,449,0,0,1), - (5153,565,0,802,0,-10145.5,-219.234,31.8486,0.041476,300,5,0,494,0,0,1), - (5154,565,0,802,0,-10222.8,-85.6472,35.2971,3.15526,300,10,0,494,0,0,1), - (5155,213,0,801,0,-10198.1,-72.7319,33.7524,4.92761,300,5,0,449,0,0,1), - (5156,569,0,2541,0,-10471.6,535.221,30.3523,1.4416,300,10,0,531,0,0,1), - (5157,217,0,955,0,-10400.2,543.96,31.5288,5.80207,300,5,0,449,0,0,1), - (5158,217,0,955,0,-10436.9,583.493,29.0051,6.22259,300,10,0,449,0,0,1), - (5159,217,0,955,0,-10544.7,506.567,30.7313,2.46691,300,5,0,449,0,0,1), - (5160,531,0,7550,0,-10565.1,401.82,31.357,0.488432,300,10,0,664,0,0,1), - (5161,620,0,304,0,-10513.2,-1269.27,41.0241,3.36179,300,10,0,1,0,0,1), - (5162,202,0,9786,0,-10781.3,-1310.42,37.322,5.3532,300,5,0,617,0,0,1), - (5163,202,0,9786,0,-10536.4,393.403,31.3655,5.30163,300,10,0,617,0,0,1), - (5164,202,0,9786,0,-10805.4,-1330.33,36.697,1.61326,300,10,0,617,0,0,1), - (5165,6123,0,4956,0,-5847.49,-2046.01,402.308,3.64774,180,5,0,176,0,0,1), - (5166,1117,0,726,0,-5833.32,-2046.28,401.926,4.75081,180,5,0,176,0,0,1), - (5167,7031,0,2075,0,-7778.47,-2511.29,140.192,2.25944,500,5,0,2521,0,0,1), - (5168,531,0,7550,0,-10564.5,379.374,32.4905,2.16368,300,10,0,664,0,0,1), - (5169,957,0,3354,0,-8425,608.796,95.209,3.131,310,0,0,1605,0,0,0), - (5170,1689,0,193,0,-5774.89,-1924.9,402.554,2.15176,180,0,0,176,0,0,0), - (5171,6123,0,4956,0,-5845.53,-1985.89,401.241,5.98154,180,0,0,176,0,0,0), - (5172,898,0,657,0,-10211.4,-772.044,45.3547,0.639475,300,5,0,787,0,0,1), - (5173,1116,0,726,0,-5772.22,-1923.75,402.385,2.00648,180,0,0,176,0,0,0), - (5174,898,0,657,0,-10261.5,-820.327,43.8461,3.40264,300,10,0,787,0,0,1), - (5175,949,0,545,0,-10502.9,343.599,31.8454,3.57472,300,5,0,734,0,0,1), - (5176,531,0,7550,0,-10472.6,427.357,38.8509,0.966476,300,10,0,664,0,0,1), - (5177,923,0,246,0,-10271.3,-1042.27,44.1629,2.69541,300,3,0,617,0,0,1), - (5178,202,0,9786,0,-10489.4,259.269,30.3502,6.12297,300,5,0,617,0,0,1), - (5179,217,0,955,0,-10049.1,-853.868,33.3224,0.502578,300,10,0,449,0,0,1), - (5180,569,0,2541,0,-10082.7,-538.816,51.8756,1.82618,300,5,0,531,0,0,1), - (5181,569,0,2541,0,-10063.7,-553.04,52.3783,2.01661,300,10,0,531,0,0,1), - (5182,539,0,958,0,-10058.6,-1112.93,29.1197,2.67544,300,10,0,417,0,0,1), - (5183,569,0,2541,0,-10125.8,-1204.35,27.793,2.98062,300,10,0,531,0,0,1), - (5184,569,0,2541,0,-10084.6,-681.302,38.3835,3.57979,300,10,0,531,0,0,1), - (5185,569,0,2541,0,-10110.8,-784.759,36.2408,6.07468,300,10,0,531,0,0,1), - (5186,569,0,2541,0,-10095.3,-735.155,35.4259,2.18424,300,5,0,531,0,0,1), - (5187,217,0,955,0,-10021.4,-577.22,43.4487,0.019529,300,10,0,449,0,0,1), - (5188,620,0,304,0,-10672.2,-1153.13,25.833,1.41593,300,10,0,1,0,0,1), - (5189,1258,0,9562,0,-10404.8,-1043.11,51.784,3.58341,300,5,0,734,0,0,1), - (5190,898,0,657,0,-10447.8,-950.81,47.125,0.636352,300,10,0,787,0,0,1), - (5191,2110,0,1141,0,-10657.9,-1020.38,70.3454,3.43845,300,5,0,1,0,0,1), - (5192,213,0,801,0,-10129.5,388.368,28.8356,3.32214,300,5,0,449,0,0,1), - (5193,213,0,801,0,-10248.2,541.088,28.4343,2.06936,300,5,0,449,0,0,1), - (5194,565,0,802,0,-10171.8,322.592,29.0844,1.45889,300,10,0,494,0,0,1), - (5195,205,0,736,0,-10523.8,-956.97,44.9973,3.14469,300,10,0,896,0,0,1), - (5196,898,0,657,0,-10621.6,-755.048,55.346,3.256,300,10,0,787,0,0,1), - (5197,205,0,736,0,-10542.1,-991.466,52.6867,5.68617,300,5,0,896,0,0,1), - (5198,898,0,657,0,-10487.9,-973.03,44.707,4.73886,300,5,0,787,0,0,1), - (5199,898,0,657,0,-10683.3,-761.458,65.1996,3.78582,300,5,0,787,0,0,1), - (5200,7031,0,2075,0,-8381.24,-2465.65,131.506,0.083221,500,5,0,2521,0,0,1), - (5201,7031,0,2075,0,-7760.74,-2587.51,140.233,1.14656,500,5,0,2521,0,0,1), - (5202,9777,0,10816,0,-8015.73,-2565,155.861,0.418648,500,5,0,917,0,0,1), - (5203,9777,0,10816,0,-8027.25,-2536.48,143.751,0.949596,500,5,0,917,0,0,1), - (5204,9776,0,10815,0,-8023.2,-2556.16,150.752,3.19438,500,5,0,917,0,0,1), - (5205,9776,0,10815,0,-8035.7,-2543.18,141.609,0.954237,500,5,0,917,0,0,1), - (5206,9776,0,10815,0,-8027.27,-2552.17,148.251,4.89327,500,5,0,917,0,0,1), - (5207,9697,0,9370,0,-8192.04,-959.251,133.944,6.19774,500,5,0,3529,0,0,1), - (5208,9698,0,10985,0,-8220.08,-1015.91,145.968,1.22371,500,10,0,3644,0,0,1), - (5209,9698,0,10985,0,-8116.12,-1123.55,133.461,3.15526,500,10,0,3644,0,0,1), - (5210,9698,0,10985,0,-8114.62,-1216.12,136.202,5.48709,500,10,0,3644,0,0,1), - (5211,7049,0,457,0,-8408.87,-950.523,204.492,6.04058,500,10,0,2823,2117,0,1), - (5212,7049,0,457,0,-8180.5,-920.335,133.597,4.32515,500,10,0,2823,2117,0,1), - (5213,9698,0,10985,0,-8110.97,-1224.27,133.148,5.22902,500,10,0,3644,0,0,1), - (5214,9044,0,0,0,-7652.35,-1221.21,287.671,5.63741,500,0,0,7359,0,0,0), - (5215,9044,0,0,0,-7655.13,-1227,287.74,5.96903,500,0,0,7359,0,0,0), - (5216,9043,0,0,0,-7549,-1303.84,250.251,0.662354,500,5,0,7359,0,0,1), - (5217,9043,0,0,0,-7572.95,-1303.86,245.537,4.26253,500,5,0,7359,0,0,1), - (5218,9044,0,0,0,-7584.25,-1241.37,284.846,5.16617,500,0,0,7359,0,0,0), - (5219,9044,0,0,0,-7585.46,-1284.79,245.394,2.77507,500,0,0,7359,0,0,0), - (5220,8917,0,8891,0,-7369.12,-1058.19,178.819,3.80482,500,0,0,2003,1845,0,0), - (5221,8917,0,487,0,-7460.21,-881.148,172.428,1.15192,500,0,0,2003,1845,0,0), - (5222,8917,0,8893,0,-7352.28,-1045.89,180.045,4.93928,500,0,0,2003,1845,0,0), - (5223,8917,0,8893,0,-7433.47,-1049.26,177.515,5.37561,500,0,0,2003,1845,0,0), - (5224,8917,0,8891,0,-7456.12,-925.061,171.324,5.02655,500,0,0,2003,1845,0,0), - (5225,8917,0,487,0,-7435.09,-869.561,176.155,2.51327,500,0,0,2003,1845,0,0), - (5226,8917,0,8893,0,-7324.45,-1009.39,178.002,1.67552,500,0,0,2003,1845,0,0), - (5227,8917,0,8892,0,-7411.07,-863.725,173.036,2.19912,500,0,0,2003,1845,0,0), - (5228,8917,0,8891,0,-7385,-902.755,168.498,1.15192,500,0,0,2003,1845,0,0), - (5229,8917,0,8891,0,-7382.35,-868.261,179.248,5.89921,500,0,0,2003,1845,0,0), - (5240,7041,0,8249,0,-8239.67,-2531.44,139.964,0.779789,500,0,0,5151,9530,0,0), - (5241,7040,0,143,0,-7589.57,-2714.5,134.192,4.0518,500,10,0,7113,0,0,1), - (5242,7040,0,143,0,-8230.74,-1935.12,144.33,3.08858,500,5,0,7113,0,0,1), - (5243,7040,0,143,0,-7807.91,-2821.16,133.564,5.96722,500,5,0,7113,0,0,1), - (5244,7041,0,8249,0,-8251.27,-2513.37,140.918,3.75354,500,5,0,5151,9530,0,1), - (5245,7040,0,143,0,-7760.19,-2916.65,131.693,3.05313,500,10,0,7113,0,0,1), - (5246,7042,0,2554,0,-7983.66,-857.367,133.268,6.11258,500,10,0,8097,0,0,1), - (5247,7042,0,2554,0,-8421.2,-1256.81,211.804,0.356943,500,5,0,8097,0,0,1), - (5248,7043,0,8309,0,-8214.13,-1214.54,142.682,3.02715,500,5,0,5847,5340,0,1), - (5249,7042,0,2554,0,-8329.02,-1230.99,188.097,0.122173,500,0,0,8097,0,0,0), - (5250,7043,0,8309,0,-8257.26,-1146.35,146.409,3.57823,500,5,0,5847,5340,0,1), - (5251,7042,0,2554,0,-7980.95,-1282.44,133.456,5.47537,500,5,0,8097,0,0,1), - (5252,9699,0,8971,0,-8193.46,-768.238,125.792,2.81382,500,5,0,1,0,0,1), - (5253,9700,0,5560,0,-7577.89,-1417.89,166.185,4.36282,500,5,0,1,0,0,1), - (5254,9700,0,5560,0,-8402.36,-2473.42,131.462,2.88983,500,5,0,1,0,0,1), - (5255,9700,0,5560,0,-7613.47,-1393.54,139.782,6.2548,500,5,0,1,0,0,1), - (5256,9700,0,5560,0,-8253.52,-1861.73,143.751,2.45883,500,5,0,1,0,0,1), - (5257,9700,0,5560,0,-7906.26,-954.648,124.153,2.01877,500,5,0,1,0,0,1), - (5258,9700,0,5560,0,-7702.3,-2635.78,140.147,4.39867,500,5,0,1,0,0,1), - (5259,9699,0,8971,0,-8164.83,-1649.51,138.48,4.27234,500,5,0,1,0,0,1), - (5260,9700,0,5560,0,-7579.82,-840.943,174.28,5.6802,500,5,0,1,0,0,1), - (5261,9700,0,5560,0,-8228.08,-2327.05,148.543,3.15878,500,5,0,1,0,0,1), - (5262,2719,0,1120,0,-7392.65,-2241.63,235.011,3.41283,500,5,0,2138,0,0,1), - (5263,7039,0,10806,0,-7694.34,-1921.38,135.914,5.11138,500,5,0,3189,0,0,1), - (5264,7037,0,8170,0,-7842.03,-2181.88,133.439,4.911,500,5,0,3217,0,0,1), - (5265,7036,0,6649,0,-7751.8,-1889.23,133.564,0.339795,500,5,0,3180,0,0,1), - (5266,7039,0,10806,0,-7770.07,-2006.65,134.175,4.71044,500,5,0,3189,0,0,1), - (5267,7039,0,10806,0,-7715.49,-2049.14,133.439,3.07481,500,5,0,3189,0,0,2), - (5268,7039,0,10806,0,-7778.58,-1974.06,135.969,4.01965,500,5,0,3189,0,0,1), - (5269,7039,0,10806,0,-7821.92,-1898.25,135.187,4.90489,500,5,0,3189,0,0,1), - (5270,7037,0,8170,0,-7893.7,-2206.82,133.507,0.129818,500,5,0,3217,0,0,1), - (5271,7033,0,11549,0,-7913.66,-2529.05,128.703,5.91255,500,3,0,3322,0,0,1), - (5272,7034,0,11550,0,-7743.11,-2680.16,173.983,1.28907,500,5,0,2751,1864,0,1), - (5273,7033,0,11549,0,-7901.92,-2607.4,176.386,0.94323,500,2,0,3322,0,0,1), - (5274,7034,0,11550,0,-7880.87,-2591.19,175.665,0.651014,500,5,0,2751,1864,0,1), - (5275,7035,0,10707,0,-7867.1,-2626.27,172.87,0.739954,500,2,0,3556,0,0,1), - (5276,7035,0,10707,0,-7973.79,-2620.53,174.869,4.48588,500,5,0,3556,0,0,1), - (5277,7035,0,10707,0,-7916.41,-2756.47,157.527,6.05672,500,5,0,3556,0,0,1), - (5278,7033,0,11549,0,-8014.41,-2494.37,134.819,3.08623,500,5,0,3322,0,0,1), - (5279,7034,0,11550,0,-7831.32,-2625.75,121.743,6.01546,500,3,0,2751,1864,0,1), - (5280,7033,0,11549,0,-7974.79,-2475.78,135.254,2.27782,500,5,0,3322,0,0,1), - (5281,7026,0,6046,0,-8085.09,-1885.29,134.092,1.22173,500,5,0,2471,5013,0,1), - (5282,7025,0,6045,0,-8124.89,-1506.49,133.263,4.20624,500,0,0,3529,0,0,0), - (5283,7027,0,6047,0,-8084.57,-1886.15,182.641,0.523599,500,0,0,3644,0,0,0), - (5284,7025,0,6045,0,-8098.66,-1509.88,133.178,0.488692,500,0,0,3529,0,0,0), - (5285,7026,0,6046,0,-8228.58,-1744.55,148.666,2.98451,500,0,0,2471,5013,0,0), - (5286,7055,0,741,0,-8156.33,-1693.23,136.154,4.72984,500,0,0,3293,0,0,0), - (5287,9691,0,8970,0,-8154.94,-2799.23,135.872,3.88688,500,10,0,3082,0,0,1), - (5288,9691,0,8970,0,-7474.67,-2748.45,180.646,3.4348,500,5,0,3082,0,0,1), - (5289,7047,0,397,0,-7612.6,-2853.61,133.9,6.26952,500,10,0,2384,1864,0,1), - (5290,7047,0,397,0,-7684.17,-2838.58,133.918,2.83616,500,10,0,2384,1864,0,1), - (5291,7047,0,397,0,-7682.49,-2949.51,132.367,3.40658,500,10,0,2384,1864,0,1), - (5292,9691,0,8970,0,-7918.47,-2869.78,134.56,1.4416,500,10,0,3082,0,0,1), - (5293,7048,0,400,0,-8251.44,-1374.19,160.368,3.75776,500,10,0,2232,4765,0,1), - (5294,7048,0,400,0,-7581.13,-2387.28,140.692,1.96799,500,10,0,2232,4765,0,1), - (5295,7048,0,400,0,-8113.26,-1280.81,133.636,3.75183,500,10,0,2232,4765,0,1), - (5296,9695,0,10984,0,-7557.34,-2491.62,136.5,1.58018,500,5,0,3292,0,0,1), - (5297,9695,0,10984,0,-7551.35,-1942.55,184.763,1.45323,500,5,0,3292,0,0,1), - (5298,7048,0,400,0,-7568.08,-2562.76,135.583,6.17162,500,10,0,2232,4765,0,1), - (5299,7048,0,400,0,-7984,-1465.4,134.545,5.95088,500,5,0,2232,4765,0,1), - (5300,9694,0,11420,0,-8199.68,-2068.04,146.506,0.475011,500,5,0,3188,0,0,1), - (5301,7048,0,400,0,-7539.65,-1809.49,231.164,4.9872,500,5,0,2232,4765,0,1), - (5302,7032,0,5781,0,-7880.42,-1470.08,141.189,3.44607,500,5,0,2953,0,0,1), - (5303,5952,1,9795,0,-560.155,-4589.4,42.7146,1.8675,300,0,0,4356,0,0,0), - (5304,7032,0,5781,0,-7988.23,-1891.53,129.745,2.91287,500,5,0,2953,0,0,1), - (5305,9777,0,10816,0,-7948.33,-2597.33,213.555,0.120314,500,5,0,917,0,0,1), - (5306,9777,0,10816,0,-7952.52,-2605.25,212.738,2.82641,500,5,0,917,0,0,1), - (5307,9776,0,10815,0,-7923.15,-2570.37,213.531,1.81775,500,5,0,917,0,0,1), - (5308,9776,0,10815,0,-7941.22,-2587.76,213.555,2.57303,500,5,0,917,0,0,1), - (5309,9776,0,10815,0,-7933.67,-2579.61,213.555,4.05599,500,5,0,917,0,0,1), - (5310,9778,0,10817,0,-8163.3,-1294,131.622,3.3223,500,5,0,810,2041,0,1), - (5311,9778,0,10817,0,-8169.3,-1307.83,131.636,4.05311,500,5,0,810,2041,0,1), - (5312,9779,0,10814,0,-8149.67,-1292.55,131.622,1.99659,500,5,0,1013,0,0,1), - (5313,9779,0,10814,0,-8162.97,-1277.35,131.622,0.436014,500,5,0,1013,0,0,1), - (5314,9779,0,10814,0,-8177.82,-1297.7,131.622,1.71142,500,5,0,1013,0,0,1), - (5315,8917,0,487,0,-7326.05,-994.333,175.061,4.7822,500,0,0,2003,1845,0,0), - (5316,8917,0,487,0,-7386.42,-1057.58,177.617,3.75246,500,0,0,2003,1845,0,0), - (5317,8917,0,8893,0,-7351.24,-970.982,171.16,1.90241,500,0,0,2003,1845,0,0), - (5318,8917,0,8892,0,-7395.85,-1051.48,177.641,4.93928,500,0,0,2003,1845,0,0), - (5319,8917,0,8892,0,-7445.62,-975.489,171.975,2.68781,500,0,0,2003,1845,0,0), - (5320,8917,0,487,0,-7327.97,-967.319,173.452,1.13446,500,0,0,2003,1845,0,0), - (5321,8917,0,487,0,-7365.06,-965.985,170.796,0.226893,500,0,0,2003,1845,0,0), - (5322,8917,0,8892,0,-7438.75,-933.619,172.115,3.36848,500,0,0,2003,1845,0,0), - (5323,8917,0,8891,0,-7340.1,-1025.45,179.645,4.39823,500,0,0,2003,1845,0,0), - (5329,7040,0,143,0,-7550.91,-2678.87,135.888,1.32236,500,10,0,7113,0,0,1), - (5330,7040,0,143,0,-8290.28,-1973.31,145.301,2.19494,500,5,0,7113,0,0,1), - (5331,7040,0,143,0,-7717.38,-2820.81,145.161,6.10991,500,5,0,7113,0,0,1), - (5332,7040,0,143,0,-7781.54,-2915.87,131.943,6.00348,500,10,0,7113,0,0,1), - (5333,7040,0,143,0,-8251.72,-2479.46,150.727,5.57795,500,5,0,7113,0,0,1), - (5334,7040,0,143,0,-7584.55,-2814.06,134.333,0.12857,500,5,0,7113,0,0,1), - (5335,7040,0,143,0,-7742.75,-2858.46,133.457,1.95244,500,5,0,7113,0,0,1), - (5336,7040,0,143,0,-8287.42,-1909.95,141.512,1.64248,500,10,0,7113,0,0,1), - (5337,7043,0,8309,0,-7937.66,-894.705,130.835,5.01804,500,5,0,5847,5340,0,1), - (5338,7043,0,8309,0,-7916.74,-849.765,129.621,2.09974,500,5,0,5847,5340,0,1), - (5339,7042,0,2554,0,-8329.19,-1194.95,183.799,0.034907,500,0,0,8097,0,0,0), - (5340,7042,0,2554,0,-8418.43,-1221.26,196.795,4.45553,500,5,0,8097,0,0,1), - (5341,7042,0,2554,0,-7959.94,-952.5,133.423,4.71566,500,10,0,8097,0,0,1), - (5342,9700,0,5560,0,-8344.92,-1288.95,207.804,1.88147,500,5,0,1,0,0,1), - (5343,9700,0,5560,0,-7777.56,-2083.17,131.236,3.69543,500,5,0,1,0,0,1), - (5344,9699,0,8971,0,-7945.44,-1424.18,135.828,5.22499,500,0,0,1,0,0,0), - (5345,9700,0,5560,0,-7915.57,-1302.62,123.812,0.554931,500,5,0,1,0,0,1), - (5346,9699,0,8971,0,-8079.5,-1581.14,139.286,3.6944,500,5,0,1,0,0,1), - (5347,9700,0,5560,0,-7651.66,-2082.23,124.189,3.64834,500,5,0,1,0,0,1), - (5348,9700,0,5560,0,-7642.04,-2342.29,131.487,6.02661,500,5,0,1,0,0,1), - (5349,7036,0,6649,0,-7739.74,-2118.82,133.473,5.95013,500,5,0,3180,0,0,1), - (5350,7039,0,10806,0,-7707.46,-1933.75,136.564,0.869546,500,5,0,3189,0,0,2), - (5351,7039,0,10806,0,-7731.33,-1865.9,133.899,5.59478,500,5,0,3189,0,0,1), - (5352,7039,0,10806,0,-7819.29,-2222.72,133.559,6.19292,500,5,0,3189,0,0,1), - (5353,7034,0,11550,0,-7779.66,-2553.96,170.858,0.678443,500,5,0,2751,1864,0,1), - (5354,7033,0,11549,0,-7682.55,-2549.17,142.574,4.08704,500,5,0,3322,0,0,1), - (5355,7034,0,11550,0,-7927.92,-2657.54,159.626,0.053177,500,2,0,2751,1864,0,1), - (5356,7035,0,10707,0,-7901,-2596.92,176.833,2.33523,500,2,0,3556,0,0,1), - (5357,7034,0,11550,0,-7876.51,-2451.9,135.053,6.16219,500,5,0,2751,1864,0,1), - (5358,7034,0,11550,0,-7922.57,-2683.03,160.381,0.746173,500,2,0,2751,1864,0,1), - (5359,7035,0,10707,0,-7721.93,-2584,159.614,4.16828,500,5,0,3556,0,0,2), - (5360,7034,0,11550,0,-7786.63,-2715.5,173.058,0.833148,500,5,0,2751,1864,0,1), - (5361,7033,0,11549,0,-8114.04,-2570.38,133.445,5.92752,500,5,0,3322,0,0,1), - (5362,7026,0,6046,0,-8219.47,-1751.62,147.735,2.51327,500,0,0,2471,5013,0,0), - (5363,8888,0,8698,0,-7596,-1115,252.791,0.471,500,0,0,3857,0,0,0), - (5364,7027,0,6047,0,-8081.64,-1894.14,182.581,6.10865,500,0,0,3644,0,0,0), - (5365,7025,0,6045,0,-8126.3,-1511.73,133.369,1.309,500,0,0,3529,0,0,0), - (5366,7055,0,741,0,-8087.78,-1898.13,134.175,0.523599,500,0,0,3293,0,0,0), - (5367,7028,0,6048,0,-8095.66,-1897.66,134.175,3.15905,500,0,0,2550,5206,0,0), - (5368,7025,0,6045,0,-8028.29,-1586.28,132.753,2.54655,500,10,0,3529,0,0,1), - (5369,7055,0,741,0,-8172.86,-1706.69,140.054,1.55334,500,0,0,3293,0,0,0), - (5370,7025,0,6045,0,-8144.58,-1702.07,134.998,1.72462,500,5,0,3529,0,0,1), - (5371,9694,0,11420,0,-8091.92,-2113.65,132.375,4.82779,500,10,0,3188,0,0,1), - (5372,7048,0,400,0,-7661.54,-2000.53,132.553,3.56418,500,10,0,2232,4765,0,1), - (5373,7048,0,400,0,-8214.48,-2151.89,136.604,5.04508,500,5,0,2232,4765,0,1), - (5374,9695,0,10984,0,-8316.11,-1882.17,150.999,6.2304,500,5,0,3292,0,0,1), - (5375,8917,0,8891,0,-7423.08,-961.669,173.499,2.89725,500,0,0,2003,1845,0,0), - (5376,7041,0,8249,0,-7724.13,-2879.32,132.793,2.53889,500,10,0,5151,9530,0,1), - (5377,7041,0,8249,0,-8245.24,-1951.23,146.655,0.18938,500,5,0,5151,9530,0,1), - (5378,7041,0,8249,0,-7590.87,-2746.88,132.709,2.80639,500,10,0,5151,9530,0,1), - (5379,9700,0,5560,0,-7945.89,-1240.79,123.812,0.519371,500,5,0,1,0,0,1), - (5380,9700,0,5560,0,-7654.86,-733.841,176.238,2.38635,500,5,0,1,0,0,1), - (5381,9700,0,5560,0,-8020.66,-2546.32,150.001,0.505581,500,5,0,1,0,0,1), - (5382,9700,0,5560,0,-7643.66,-2194.57,131.89,6.20324,500,5,0,1,0,0,1), - (5383,9700,0,5560,0,-8252.91,-1710.98,139.94,3.6285,500,5,0,1,0,0,1), - (5384,9699,0,8971,0,-7989.52,-2200.69,129.698,4.52764,500,5,0,1,0,0,1), - (5385,9699,0,8971,0,-8207.17,-2162.5,135.655,1.85365,500,5,0,1,0,0,1), - (5386,9700,0,5560,0,-7716.94,-1761.92,131.281,0.164755,500,5,0,1,0,0,1), - (5387,7035,0,10707,0,-7901.01,-2609.93,221.258,0.619456,500,5,0,3556,0,0,1), - (5388,7033,0,11549,0,-7814.13,-2447.99,141.743,4.88031,500,5,0,3322,0,0,1), - (5389,7035,0,10707,0,-7740.38,-2779.93,164.432,0.893032,500,5,0,3556,0,0,1), - (5390,7033,0,11549,0,-7837.69,-2557.82,126.205,6.1652,500,3,0,3322,0,0,1), - (5391,7033,0,11549,0,-7914.38,-2819.09,138.741,3.50905,500,10,0,3322,0,0,1), - (5392,7034,0,11550,0,-8031.48,-2522.56,137.601,4.57342,500,5,0,2751,1864,0,1), - (5393,7033,0,11549,0,-7871.62,-2657.76,169.085,5.90042,500,2,0,3322,0,0,1), - (5394,7034,0,11550,0,-7836.33,-2655.79,171.177,3.33983,500,2,0,2751,1864,0,1), - (5395,7035,0,10707,0,-7852.17,-2664.94,172.833,2.01567,500,2,0,3556,0,0,1), - (5396,7034,0,11550,0,-7938.33,-2669.91,159.068,0.03919,500,2,0,2751,1864,0,1), - (5397,9700,0,5560,0,-8223.8,-1313.38,141.734,5.42242,500,5,0,1,0,0,1), - (5398,9700,0,5560,0,-8018.46,-1622.14,129.745,4.79243,500,5,0,1,0,0,1), - (5399,9699,0,8971,0,-7872.1,-2596.21,225.053,4.98532,500,5,0,1,0,0,1), - (5400,9700,0,5560,0,-7795.37,-2520.19,140.692,3.99378,500,5,0,1,0,0,1), - (5401,9699,0,8971,0,-7735.62,-2244.59,135.683,2.45311,500,5,0,1,0,0,1), - (5402,9700,0,5560,0,-8244.11,-1112.74,141.326,0.839861,500,5,0,1,0,0,1), - (5403,9700,0,5560,0,-7529.97,-2116.63,130.127,1.80198,500,5,0,1,0,0,1), - (5404,9700,0,5560,0,-8018.15,-1774.78,130.105,6.26123,500,5,0,1,0,0,1), - (5405,9699,0,8971,0,-8087.22,-1730.17,132.075,4.93002,500,5,0,1,0,0,1), - (5406,9700,0,5560,0,-7848.3,-907.117,123.674,0.557227,500,5,0,1,0,0,1), - (5407,7034,0,11550,0,-7863.14,-2611.26,174.235,5.54497,500,2,0,2751,1864,0,1), - (5408,7035,0,10707,0,-7846.71,-2652.8,221.182,5.02125,500,5,0,3556,0,0,1), - (5409,7033,0,11549,0,-7965.14,-2516.46,134.184,2.62624,500,3,0,3322,0,0,1), - (5410,7033,0,11549,0,-7915.39,-2468.36,137.511,4.83446,500,5,0,3322,0,0,1), - (5411,7035,0,10707,0,-7917.51,-2714.65,164.614,1.25955,500,2,0,3556,0,0,1), - (5412,7033,0,11549,0,-7883,-2525.8,128.062,5.1506,500,3,0,3322,0,0,1), - (5413,7034,0,11550,0,-7943.01,-2710.04,161.451,5.92873,500,2,0,2751,1864,0,1), - (5414,7033,0,11549,0,-7952.39,-2814.98,138.272,5.07312,500,5,0,3322,0,0,1), - (5415,9699,0,8971,0,-8141.33,-1872.63,135.8,3.0849,500,5,0,1,0,0,1), - (5416,9700,0,5560,0,-8156.01,-1290.21,131.622,1.88863,500,5,0,1,0,0,1), - (5417,9700,0,5560,0,-7614.53,-700.916,177.863,4.66905,500,5,0,1,0,0,1), - (5418,9699,0,8971,0,-8152.01,-1456.15,136.175,4.33007,500,5,0,1,0,0,1), - (5419,9700,0,5560,0,-8491.9,-2571.07,131.087,3.12154,500,5,0,1,0,0,1), - (5420,9699,0,8971,0,-7701.44,-2888.78,131.83,3.38671,500,5,0,1,0,0,1), - (5421,9700,0,5560,0,-7985.37,-1879.05,129.811,4.69635,500,5,0,1,0,0,1), - (5422,9700,0,5560,0,-7542.71,-2186.46,131.789,6.28206,500,5,0,1,0,0,1), - (5423,7034,0,11550,0,-7893.94,-2650.9,168.062,1.75864,500,2,0,2751,1864,0,1), - (5424,7034,0,11550,0,-7721.52,-2586.29,159.832,0.758972,500,5,0,2751,1864,0,1), - (5425,7034,0,11550,0,-7846.59,-2631.44,120.791,0.83621,500,3,0,2751,1864,0,1), - (5426,7033,0,11549,0,-7937.81,-2612.82,173.975,5.83788,500,5,0,3322,0,0,1), - (5427,7033,0,11549,0,-8077.72,-2722.1,142.767,2.48513,500,5,0,3322,0,0,1), - (5428,7033,0,11549,0,-7881.36,-2560.27,126.379,4.8014,500,3,0,3322,0,0,1), - (5429,7035,0,10707,0,-7911.77,-2621.47,177.223,0.466273,500,2,0,3556,0,0,1), - (5430,7035,0,10707,0,-7941.2,-2640.26,218.238,4.87711,500,5,0,3556,0,0,1), - (5431,7035,0,10707,0,-7948.58,-2746.76,158.321,0.356604,500,5,0,3556,0,0,1), - (5432,7033,0,11549,0,-7978.38,-2807.65,142.623,1.27302,500,5,0,3322,0,0,1), - (5433,9700,0,5560,0,-7676.99,-1330.57,123.812,3.55038,500,5,0,1,0,0,1), - (5434,7035,0,10707,0,-7855.76,-2595.18,211.648,2.82973,500,5,0,3556,0,0,1), - (5435,7034,0,11550,0,-7803.35,-2671.4,173.683,6.0089,500,2,0,2751,1864,0,1), - (5436,7034,0,11550,0,-7711.6,-2515.92,143.971,4.00521,500,5,0,2751,1864,0,1), - (5437,7034,0,11550,0,-8050.44,-2713.23,152.43,0.555039,500,5,0,2751,1864,0,1), - (5438,7033,0,11549,0,-7952.06,-2533.34,130.588,1.84419,500,3,0,3322,0,0,1), - (5439,7033,0,11549,0,-7781.69,-2447.06,143.591,1.80427,500,5,0,3322,0,0,1), - (5440,7047,0,397,0,-7887.98,-2887.42,135.936,3.4764,500,5,0,2384,1864,0,1), - (5441,9777,0,10816,0,-8501.92,-2549.26,131.087,3.06896,500,5,0,917,0,0,1), - (5442,9777,0,10816,0,-8463.52,-2566.83,131.087,1.33879,500,5,0,917,0,0,1), - (5443,9777,0,10816,0,-8493.42,-2568.01,131.087,1.36486,500,5,0,917,0,0,1), - (5444,9776,0,10815,0,-8500.45,-2539.52,131.087,5.56233,500,5,0,917,0,0,1), - (5445,9776,0,10815,0,-8489.58,-2539.58,131.087,5.5821,500,5,0,917,0,0,1), - (5446,7036,0,6649,0,-7738.41,-2346.71,136.35,1.90891,500,5,0,3180,0,0,1), - (5447,7032,0,5781,0,-7647.09,-2210.02,131.844,1.84117,500,5,0,2953,0,0,1), - (5448,7033,0,11549,0,-8102.46,-2543.7,133.82,6.09946,500,5,0,3322,0,0,1), - (5449,9699,0,8971,0,-7967.32,-2380.17,124.041,3.18852,500,5,0,1,0,0,1), - (5450,7039,0,10806,0,-7714.19,-2105.28,133.442,0.581701,500,5,0,3189,0,0,1), - (5451,7042,0,2554,0,-8185.05,-1180.39,143.215,4.58202,500,5,0,8097,0,0,1), - (5452,7039,0,10806,0,-7744.65,-2196.21,133.564,3.98961,500,5,0,3189,0,0,1), - (5453,7039,0,10806,0,-7739.3,-2219.71,133.581,4.41634,500,5,0,3189,0,0,1), - (5454,7043,0,8309,0,-8394.68,-1253.7,206.481,3.0552,500,5,0,5847,5340,0,1), - (5455,7042,0,2554,0,-8376.6,-1276.28,208.771,0.578257,500,5,0,8097,0,0,1), - (5456,7043,0,8309,0,-8387.39,-1212.86,187.901,4.24222,500,5,0,5847,5340,0,1), - (5457,7027,0,6047,0,-8116.27,-1418.61,131.726,2.07229,500,5,0,3644,0,0,1), - (5458,9176,0,11553,0,-8110.83,-1418.6,133.21,5.80481,500,6,0,3293,0,0,2), - (5459,7027,0,6047,0,-8089.65,-1402.06,136.792,5.34847,500,0,0,3644,0,0,2), - (5460,7039,0,10806,0,-7820.84,-2072.66,133.466,1.55047,500,5,0,3189,0,0,1), - (5461,7038,0,6668,0,-7700.1,-2160.54,131.126,4.22864,500,5,0,3305,0,0,2), - (5462,7055,0,741,0,-8095.52,-1399.87,130.93,4.25158,500,5,0,3293,0,0,1), - (5463,7038,0,6668,0,-7745.56,-2154.35,133.389,1.41007,500,5,0,3305,0,0,1), - (5464,9694,0,11420,0,-8279.38,-1977.32,146.801,2.80025,500,10,0,3188,0,0,1), - (5465,7038,0,6668,0,-7801.48,-2109.99,133.443,5.45969,500,5,0,3305,0,0,1), - (5466,9698,0,10985,0,-8111.71,-1067.56,129.572,1.36624,500,10,0,3644,0,0,1), - (5467,7036,0,6649,0,-7789.15,-2114.38,133.473,2.1608,500,5,0,3180,0,0,1), - (5468,7049,0,457,0,-7924.09,-1009.81,133.182,1.29974,500,5,0,2823,2117,0,1), - (5469,10119,0,12232,0,-7769.58,-2443.03,143.711,2.70171,43200,5,0,12210,4868,0,2), - (5470,7038,0,6668,0,-7813.25,-2192.52,133.482,3.6382,500,5,0,3305,0,0,1), - (5471,7037,0,8170,0,-7819.5,-2206.46,133.564,4.54676,500,5,0,3217,0,0,1), - (5472,7036,0,6649,0,-7785.22,-2302.36,134.439,5.94966,500,5,0,3180,0,0,1), - (5473,7043,0,8309,0,-8248.08,-1172.07,143.775,3.10019,500,5,0,5847,5340,0,1), - (5474,9690,0,9371,0,-8214.5,-2729.06,133.967,1.11327,500,10,0,2980,0,0,1), - (5475,7043,0,8309,0,-8228.43,-1187.51,142.674,4.4908,500,5,0,5847,5340,0,1), - (5476,7047,0,397,0,-7913.89,-2918.32,132.048,5.73038,500,10,0,2384,1864,0,1), - (5477,9690,0,9371,0,-8019.97,-2883.63,135.952,3.89507,500,10,0,2980,0,0,1), - (5478,7041,0,8249,0,-7556.16,-2748.01,136.04,4.79555,500,5,0,5151,9530,0,1), - (5479,7041,0,8249,0,-7556.41,-2726.92,136.111,2.16104,500,5,0,5151,9530,0,1), - (5480,9691,0,8970,0,-7616.54,-2792.79,134.091,4.72186,500,10,0,3082,0,0,1), - (5481,7041,0,8249,0,-8123.01,-2943.25,133.596,2.88672,500,10,0,5151,9530,0,1), - (5482,7041,0,8249,0,-8068.97,-2955.6,134.964,4.97585,500,5,0,5151,9530,0,1), - (5483,7041,0,8249,0,-8080.6,-2984.09,134.251,2.57238,500,5,0,5151,9530,0,1), - (5484,7043,0,8309,0,-7953.6,-1347.47,134.1,2.10507,500,10,0,5847,5340,0,1), - (5485,7041,0,8249,0,-8014.03,-2949.8,131.403,2.07448,500,5,0,5151,9530,0,1), - (5486,9691,0,8970,0,-8196.23,-2810.19,136.857,0.015624,500,10,0,3082,0,0,1), - (5487,7040,0,143,0,-8097.19,-2967.14,135.001,2.24038,500,5,0,7113,0,0,1), - (5488,9691,0,8970,0,-7753.41,-2977.46,134.872,2.79253,500,0,0,3082,0,0,0), - (5489,7047,0,397,0,-8025.25,-2917.08,132.895,6.2055,500,10,0,2384,1864,0,1), - (5490,7040,0,143,0,-8112.08,-3016.08,134.546,0.003226,500,5,0,7113,0,0,1), - (5491,7027,0,6047,0,-8076.25,-1761.53,132.031,4.32645,500,5,0,3644,0,0,2), - (5492,7055,0,741,0,-8073.71,-1761.39,133.408,3.29867,500,0,0,3293,0,0,0), - (5493,7026,0,6046,0,-8093.8,-1772.7,133.044,1.0195,500,5,0,2471,5013,0,1), - (5494,9691,0,8970,0,-8114.72,-2894.73,134.872,4.98759,500,10,0,3082,0,0,1), - (5495,7040,0,143,0,-8154.19,-2984.48,137.458,3.53067,500,10,0,7113,0,0,1), - (5496,7040,0,143,0,-8091.07,-2917.47,134.283,2.74367,500,10,0,7113,0,0,1), - (5497,7040,0,143,0,-8214.36,-1916.62,142.682,1.76267,500,10,0,7113,0,0,1), - (5498,7040,0,143,0,-8051.72,-2916.74,134.439,4.00432,500,10,0,7113,0,0,1), - (5499,7047,0,397,0,-7956.37,-2919.74,131.58,3.39414,500,10,0,2384,1864,0,1), - (5500,7047,0,397,0,-8243.41,-2744.53,136.316,1.85062,500,5,0,2384,1864,0,1), - (5501,9690,0,9371,0,-8189.02,-2957.34,134.617,0.771587,500,5,0,2980,0,0,1), - (5502,9690,0,9371,0,-8040.81,-2900.79,133.851,4.38199,500,10,0,2980,0,0,1), - (5503,7041,0,8249,0,-7762.67,-2852.92,133.457,0.373456,500,5,0,5151,9530,0,1), - (5504,7039,0,10806,0,-7790.35,-2277.33,136.814,2.88519,500,5,0,3189,0,0,1), - (5505,7044,0,6374,0,-8143.2,-2888.34,135.543,2.7803,500,0,0,6645,0,0,0), - (5506,7027,0,6047,0,-7697,-1545.76,131.629,0.558505,500,0,0,3644,0,0,0), - (5507,7028,0,6048,0,-7689.83,-1541.25,132.24,3.71755,500,0,0,2550,5206,0,0), - (5508,7027,0,6047,0,-7728.27,-1508.29,133.012,6.09232,500,5,0,3644,0,0,1), - (5509,7027,0,6047,0,-7721.64,-1541.94,133.98,1.32622,500,5,0,3644,0,0,1), - (5510,9699,0,8971,0,-8162.2,-2649.53,133.812,3.19633,500,5,0,1,0,0,1), - (5511,7028,0,6048,0,-7720.38,-1488.76,138.558,1.15342,500,5,0,2550,5206,0,2), - (5512,9699,0,8971,0,-7755.56,-1541.56,132.365,2.03142,500,5,0,1,0,0,1), - (5513,7026,0,6046,0,-7754.19,-1527.7,132.022,1.01229,500,0,0,2471,5013,0,0), - (5514,7028,0,6048,0,-7782.6,-1516.78,132.835,4.07634,500,5,0,2550,5206,0,1), - (5515,7028,0,6048,0,-7751.6,-1523.23,132.035,4.2237,500,0,0,2550,5206,0,0), - (5516,7027,0,6047,0,-7749.09,-1550.17,133.117,1.24318,500,5,0,3644,0,0,1), - (5517,7029,0,6049,0,-7712.94,-1471.64,140.802,2.86352,500,5,0,3758,0,0,1), - (5518,7028,0,6048,0,-7727.99,-1452.02,140.837,4.11898,500,0,0,2550,5206,0,0), - (5519,7028,0,6048,0,-7731.44,-1457.13,140.835,0.977384,500,0,0,2550,5206,0,0), - (5520,7027,0,6047,0,-7682.9,-1470.72,140.768,0.195068,500,5,0,3644,0,0,2), - (5521,7027,0,6047,0,-7680.34,-1469,140.741,3.84328,500,5,0,3644,0,0,2), - (5522,7029,0,6049,0,-7714.22,-1413.93,140.762,0.279253,500,0,0,3758,0,0,0), - (5523,7029,0,6049,0,-7671.49,-1433.11,140.845,5.88176,500,0,0,3758,0,0,0), - (5524,7029,0,6049,0,-7675.59,-1455.6,140.767,2.58363,500,3,0,3758,0,0,1), - (5525,7026,0,6046,0,-7667.62,-1453.69,140.74,0.684249,500,5,0,2471,5013,0,2), - (5526,7028,0,6048,0,-7726.08,-1432.56,140.753,5.27128,500,5,0,2550,5206,0,1), - (5527,7028,0,6048,0,-7709.42,-1413.03,140.763,3.26377,500,0,0,2550,5206,0,0), - (5528,7027,0,6047,0,-7666.49,-1435.28,140.845,2.72271,500,0,0,3644,0,0,0), - (5529,7029,0,6049,0,-7691.83,-1439.55,140.936,3.97812,500,3,0,3758,0,0,1), - (5530,7029,0,6049,0,-7695.15,-1455.44,140.936,5.01991,500,3,0,3758,0,0,1), - (5531,7029,0,6049,0,-7710.43,-1445.35,141.019,3.80482,500,3,0,3758,0,0,1), - (5532,7029,0,6049,0,-7705.71,-1433.95,140.936,3.25147,500,3,0,3758,0,0,1), - (5533,7027,0,6047,0,-7686.09,-1472.42,140.837,3.83972,500,0,0,3644,0,0,0), - (5534,7049,0,457,0,-8111.89,-763.338,133.25,5.11405,500,10,0,2823,2117,0,1), - (5535,9698,0,10985,0,-8210.74,-1048.11,143.117,0.384131,500,10,0,3644,0,0,1), - (5536,7028,0,6048,0,-7690.22,-1475.54,140.836,0.593412,500,0,0,2550,5206,0,0), - (5537,9699,0,8971,0,-7998.59,-817.519,131.262,3.77728,500,5,0,1,0,0,1), - (5538,7043,0,8309,0,-7956.66,-900.751,131.266,0.81365,500,5,0,5847,5340,0,1), - (5539,9695,0,10984,0,-7913.73,-2345.59,129.291,1.53175,500,5,0,3292,0,0,1), - (5540,7055,0,741,0,-8163.94,-1572.7,133.097,3.10603,500,5,0,3293,0,0,1), - (5541,7027,0,6047,0,-8110.05,-1473.4,132.762,4.71629,500,5,0,3644,0,0,1), - (5542,7025,0,6045,0,-8139.96,-1585.32,133.966,3.91318,500,5,0,3529,0,0,1), - (5543,7026,0,6046,0,-8149.51,-1577.2,135.402,2.7993,500,0,0,2471,5013,0,0), - (5544,7033,0,11549,0,-8131.44,-2494.45,140.027,1.10868,500,5,0,3322,0,0,1), - (5545,7033,0,11549,0,-8122.61,-2502.55,140.039,3.20293,500,5,0,3322,0,0,1), - (5546,7040,0,143,0,-7544.74,-2809.85,151.904,1.11783,500,5,0,7113,0,0,1), - (5547,9699,0,8971,0,-7969.92,-2888.88,135.217,5.65023,500,0,0,1,0,0,0), - (5548,9779,0,10814,0,-7645.92,-2341.66,131.737,5.75626,500,5,0,1013,0,0,1), - (5549,9779,0,10814,0,-7654.74,-2342.12,132.237,2.68294,500,5,0,1013,0,0,1), - (5550,9778,0,10817,0,-7641.64,-2346.07,132.307,3.60561,500,5,0,810,2041,0,1), - (5551,9778,0,10817,0,-7648.73,-2334.13,130.862,5.58181,500,5,0,810,2041,0,1), - (5552,9778,0,10817,0,-7647.05,-2326.45,131.403,3.69132,500,5,0,810,2041,0,1), - (5553,9699,0,8971,0,-7610.8,-2562.51,133.067,1.02669,500,5,0,1,0,0,1), - (5554,7025,0,6045,0,-8092.66,-1889.33,137.358,1.40586,500,5,0,3529,0,0,1), - (5555,7043,0,8309,0,-7989.26,-1313.79,133.705,2.36685,500,5,0,5847,5340,0,1), - (5556,7043,0,8309,0,-7979.36,-1323.79,133.33,2.84054,500,5,0,5847,5340,0,1), - (5557,7041,0,8249,0,-8213.39,-1953.58,142.58,0.118421,500,5,0,5151,9530,0,1), - (5558,7027,0,6047,0,-8091.44,-1780.24,133.251,2.38508,500,5,0,3644,0,0,2), - (5559,7036,0,6649,0,-7855.8,-2191.57,133.189,4.54922,500,5,0,3180,0,0,1), - (5560,7036,0,6649,0,-7866.09,-2199.17,133.439,3.53175,500,5,0,3180,0,0,1), - (5561,9699,0,8971,0,-8250.17,-1963.88,147.685,3.44296,500,10,0,1,0,0,1), - (5562,7039,0,10806,0,-7821.13,-2086.77,133.466,1.55047,500,5,0,3189,0,0,1), - (5563,7041,0,8249,0,-8233.13,-2526.21,138.866,5.41052,500,0,0,5151,9530,0,0), - (5564,7039,0,10806,0,-7764.63,-2241.76,133.567,3.71761,500,5,0,3189,0,0,1), - (5565,8917,0,8891,0,-7466.74,-1002.32,172.907,3.40339,500,0,0,2003,1845,0,0), - (5566,8436,0,7749,0,-6491.07,-982.717,335.561,0.907571,500,0,0,3517,0,0,0), - (5567,7868,0,7030,0,-7230.06,-1741.08,244.53,0.226893,500,0,0,2768,0,0,0), - (5568,11703,0,11666,0,-7215.12,-1248.97,254.75,0.837758,500,0,0,4484,0,0,0), - (5569,8417,0,7758,0,-6480.21,-1240.93,180.21,5.2709,500,0,0,3077,0,0,0), - (5570,9700,0,5560,0,-6800.74,-1519.62,176.941,4.36355,500,5,0,1,0,0,1), - (5571,9699,0,8971,0,-7095.51,-1056.34,240.916,4.01139,500,10,0,1,0,0,1), - (5572,9699,0,8971,0,-7139.2,-1423.64,242.594,2.17449,500,10,0,1,0,0,1), - (5573,9700,0,5560,0,-6748.43,-1012.36,238.115,1.51934,500,5,0,1,0,0,1), - (5574,9699,0,8971,0,-6706.48,-1478.28,240.825,5.95093,500,10,0,1,0,0,1), - (5575,9699,0,8971,0,-6654.73,-1572.87,243.979,1.1638,500,10,0,1,0,0,1), - (5576,9700,0,5560,0,-7243.91,-1637.16,267.854,4.81614,500,5,0,1,0,0,1), - (5577,9700,0,5560,0,-7209.55,-1096.09,248.837,1.51216,500,5,0,1,0,0,1), - (5578,9699,0,8971,0,-6538.29,-1963.08,245.983,5.10391,500,10,0,1,0,0,1), - (5579,8439,0,7834,0,-7214.83,-1237.47,254.776,5.81195,500,0,0,3294,4140,0,0), - (5580,5856,0,4456,0,-7122.66,-1674.65,241.234,1.45129,500,10,0,1997,0,0,1), - (5581,5843,0,7818,0,-6513.98,-1213.45,180.978,2.53073,500,0,0,2294,0,0,0), - (5582,5843,0,7817,0,-6424.22,-1210.08,181.013,1.0472,500,0,0,2294,0,0,0), - (5583,5843,0,7816,0,-6570.28,-1142.16,185.654,1.15192,500,0,0,2294,0,0,0), - (5584,14634,0,14662,0,-6495.11,-1164.92,309.276,2.89725,500,0,0,4612,0,0,0), - (5585,14626,0,14654,0,-6509.16,-1192.52,309.338,5.70723,500,0,0,3986,0,0,0), - (5586,14625,0,14653,0,-6501.13,-1173.36,325.947,2.30383,500,0,0,3857,0,0,0), - (5587,14627,0,14655,0,-6513.62,-1183.78,309.338,2.18166,500,0,0,3866,0,0,0), - (5588,14628,0,14656,0,-6512.7,-1178.62,309.335,2.00713,500,0,0,3632,0,0,0), - (5589,14624,0,14652,0,-6524.04,-1188.72,309.338,3.42085,500,0,0,3748,0,0,0), - (5590,14622,0,14670,0,-6494.71,-1158.48,309.366,2.07694,500,0,0,3517,0,0,0), - (5591,14622,0,14670,0,-6478.29,-1100.69,301.878,2.21657,500,0,0,3517,0,0,0), - (5592,14622,0,14669,0,-6531.8,-1179.24,312.19,1.5708,500,0,0,3517,0,0,0), - (5593,14622,0,14672,0,-6510.46,-1181.04,326.934,1.95477,500,0,0,3517,0,0,0), - (5594,14622,0,14669,0,-6488.87,-1165.86,324.619,2.26893,500,0,0,3517,0,0,0), - (5595,14622,0,14671,0,-6500.42,-1131.48,307.244,5.2709,500,0,0,3517,0,0,0), - (5596,3305,0,1874,0,-6559.26,-1100.23,310.353,0.10472,900,0,0,7614,7071,0,0), - (5597,2941,0,5091,0,-6559.06,-1169.38,309.809,0.10472,900,0,0,7423,1590,0,0), - (5598,8509,0,7842,0,-6680.07,-1196.85,240.329,1.59286,500,0,0,3748,0,0,0), - (5599,9700,0,5560,0,-7210.74,-1022.39,239.993,5.12625,500,5,0,1,0,0,1), - (5600,9699,0,8971,0,-7220.62,-800.581,309.218,2.95685,500,10,0,1,0,0,1), - (5601,9699,0,8971,0,-6759.42,-1543.42,195.991,3.41264,500,10,0,1,0,0,1), - (5602,9700,0,5560,0,-6885.86,-1581.1,244.069,2.94113,500,5,0,1,0,0,1), - (5603,9699,0,8971,0,-6392.49,-1989.17,247.089,2.08244,500,10,0,1,0,0,1), - (5604,9700,0,5560,0,-6865.49,-1430.63,160.303,0.959993,500,5,0,1,0,0,1), - (5605,9700,0,5560,0,-7038.68,-944.263,264.769,2.29533,500,5,0,1,0,0,1), - (5606,9699,0,8971,0,-7094.21,-1713.58,242.803,3.31379,500,10,0,1,0,0,1), - (5607,9700,0,5560,0,-6959.71,-1220.75,144.506,4.97301,500,10,0,1,0,0,1), - (5608,5854,0,10801,0,-6665.33,-1359.43,146.229,3.65097,500,5,0,2488,0,0,1), - (5609,5850,0,1070,0,-7245.15,-1623.73,272.77,5.76225,500,5,0,2310,0,0,1), - (5610,5855,0,2075,0,-7213.85,-1624.88,246.92,1.65686,500,5,0,2399,0,0,1), - (5611,5857,0,4457,0,-7142.74,-1523.48,240.484,3.21119,500,10,0,2310,0,0,1), - (5612,5857,0,4457,0,-7193.32,-1438.79,240.458,5.41199,500,10,0,2310,0,0,1), - (5613,5843,0,487,0,-6647.54,-1234.38,180.481,5.53269,500,0,0,2294,0,0,0), - (5614,5843,0,7817,0,-6601.63,-1250.75,188.064,4.18879,500,0,0,2294,0,0,0), - (5615,5843,0,7818,0,-6406.28,-1258.15,181.021,5.72468,500,0,0,2294,0,0,0), - (5616,5843,0,7816,0,-6634.9,-1171.01,185.475,2.33874,500,0,0,2294,0,0,0), - (5617,9699,0,8971,0,-6925.67,-1367.18,169.432,5.21222,500,10,0,1,0,0,1), - (5618,9700,0,5560,0,-7046.98,-1009.49,241.026,5.58977,500,0,0,1,0,0,0), - (5619,9699,0,8971,0,-7136.93,-1537.65,241.134,6.09844,500,10,0,1,0,0,1), - (5620,9700,0,5560,0,-6611.78,-1292.62,264.735,1.43331,500,5,0,1,0,0,1), - (5621,9700,0,5560,0,-6906.64,-1511.54,193.232,3.14513,500,5,0,1,0,0,1), - (5622,9700,0,5560,0,-7243.07,-1175.58,268.069,1.77389,500,5,0,1,0,0,1), - (5623,9700,0,5560,0,-7259.47,-1129.93,275.505,4.1513,500,5,0,1,0,0,1), - (5624,9699,0,8971,0,-7351.07,-1642.97,292.563,3.22748,500,10,0,1,0,0,1), - (5625,8837,0,5561,0,-6657.24,-673.27,233.754,5.33567,500,5,0,2488,0,0,2), - (5626,5855,0,2075,0,-7243.06,-1122.94,274.63,5.3967,500,5,0,2399,0,0,1), - (5627,5856,0,4456,0,-7140.2,-1662.65,241.595,1.10104,500,10,0,1997,0,0,1), - (5628,5843,0,7816,0,-6627.38,-1220.86,181.753,3.92699,500,0,0,2294,0,0,0), - (5629,5843,0,7818,0,-6682.63,-1229.59,181.794,4.32842,500,0,0,2294,0,0,0), - (5630,5843,0,7816,0,-6410.04,-1235.76,181.021,0.680678,500,0,0,2294,0,0,0), - (5631,9700,0,5560,0,-7029.85,-1495.16,241.199,4.02515,500,5,0,1,0,0,1), - (5632,9699,0,8971,0,-6644.32,-1845.19,246.999,4.82779,500,10,0,1,0,0,1), - (5633,9699,0,8971,0,-7170.49,-1113.87,242.833,0.655219,500,10,0,1,0,0,1), - (5634,9699,0,8971,0,-6917.55,-1854.68,251.073,6.06628,500,10,0,1,0,0,1), - (5635,9700,0,5560,0,-7193.46,-1621.02,243.978,3.80932,500,5,0,1,0,0,1), - (5636,9699,0,8971,0,-6489.36,-1608.56,309.516,2.29624,500,0,0,1,0,0,0), - (5637,9699,0,8971,0,-7149.89,-1715.14,243.027,5.10958,500,10,0,1,0,0,1), - (5638,9699,0,8971,0,-6710.32,-1323.34,144.933,5.03093,500,10,0,1,0,0,1), - (5639,9699,0,8971,0,-7032.07,-1442.25,241.75,4.07513,500,10,0,1,0,0,1), - (5640,5857,0,4457,0,-7183.71,-1487.96,240.443,4.86268,500,10,0,2310,0,0,1), - (5641,5843,0,7816,0,-6663.86,-1236.65,179.567,4.2237,500,0,0,2294,0,0,0), - (5642,9699,0,8971,0,-7159.83,-1292.28,249.094,0.099532,500,10,0,1,0,0,1), - (5643,9700,0,5560,0,-6688.06,-1575.92,190.271,0.835028,500,5,0,1,0,0,1), - (5644,9699,0,8971,0,-7005.91,-1635.41,244.679,4.78078,500,10,0,1,0,0,1), - (5645,9700,0,5560,0,-7190.12,-1184.59,246.507,4.15255,500,5,0,1,0,0,1), - (5646,9700,0,5560,0,-7148.84,-1054.65,238.509,0.69208,500,10,0,1,0,0,1), - (5647,9700,0,5560,0,-7008.47,-1353.99,239.511,0.832025,500,5,0,1,0,0,1), - (5648,9699,0,8971,0,-7118.4,-1386.66,240.512,0.521326,500,10,0,1,0,0,1), - (5649,5857,0,4457,0,-7168.66,-1395.6,240.517,3.36085,500,10,0,2310,0,0,1), - (5650,5856,0,4456,0,-7119.99,-1837.24,301.815,4.23738,500,5,0,1997,0,0,1), - (5651,5857,0,4457,0,-7075.7,-1577.81,249.075,2.03526,500,0,0,2310,0,0,0), - (5652,5857,0,4457,0,-7172.48,-1605.04,245.876,3.88414,500,5,0,2310,0,0,1), - (5653,5856,0,4456,0,-6373.71,-1909.9,273.042,0,500,5,0,1997,0,0,1), - (5654,9700,0,5560,0,-6806.16,-1340.15,167.392,5.14222,500,5,0,1,0,0,1), - (5655,9699,0,8971,0,-6640.99,-861.639,244.288,4.79905,500,10,0,1,0,0,1), - (5656,9700,0,5560,0,-6680.17,-1288.17,242.05,5.51853,500,5,0,1,0,0,1), - (5657,9700,0,5560,0,-6775.53,-1615.78,190.622,1.42365,500,5,0,1,0,0,1), - (5658,5857,0,4457,0,-7136.12,-1466.46,244.802,0.832696,500,10,0,2310,0,0,1), - (5659,5856,0,4456,0,-7156.59,-1715.9,243.591,2.83922,500,10,0,1997,0,0,1), - (5660,5856,0,4456,0,-6340.86,-1926.91,267.68,5.9466,500,5,0,1997,0,0,1), - (5661,5856,0,4456,0,-6346.92,-1964.33,251.007,1.30432,500,5,0,1997,0,0,1), - (5662,5843,0,7817,0,-6918.41,-1283.31,159.448,6.17846,500,0,0,2294,0,0,0), - (5663,5843,0,487,0,-6746.02,-1385.33,193.927,5.32325,500,0,0,2294,0,0,0), - (5664,5843,0,7818,0,-6639.85,-1222.6,180.135,5.53269,500,0,0,2294,0,0,0), - (5665,5843,0,487,0,-6451.76,-1192.1,181.019,0.925025,500,0,0,2294,0,0,0), - (5666,5843,0,7818,0,-6547.79,-1156.48,185.634,0.767945,500,0,0,2294,0,0,0), - (5667,5857,0,4457,0,-7317.83,-1656.28,281.075,5.0748,500,10,0,2310,0,0,1), - (5668,5858,0,7510,0,-7126.35,-1223.39,292.527,2.6176,500,5,0,2488,0,0,1), - (5669,5843,0,7817,0,-6473.03,-1195.83,183.112,3.00197,500,0,0,2294,0,0,0), - (5670,5843,0,487,0,-6755.16,-1365.42,196.336,1.81514,500,0,0,2294,0,0,0), - (5671,5843,0,7817,0,-6520.88,-1280.84,180.915,3.97935,500,0,0,2294,0,0,0), - (5672,5843,0,487,0,-6575.32,-1247.79,189.057,5.61996,500,0,0,2294,0,0,0), - (5673,5843,0,7818,0,-6910.17,-1321.51,167.782,0.191986,500,0,0,2294,0,0,0), - (5674,5843,0,7818,0,-6496.47,-1299.33,180.973,4.59022,500,0,0,2294,0,0,0), - (5675,5843,0,7817,0,-6590.39,-1145.79,185.654,2.42601,500,0,0,2294,0,0,0), - (5676,5843,0,7817,0,-6653.33,-1170.68,185.571,5.74213,500,0,0,2294,0,0,0), - (5677,5843,0,7816,0,-6486.32,-1208.78,179.895,1.39626,500,0,0,2294,0,0,0), - (5678,9699,0,8971,0,-7013.15,-1045.37,241.213,0.752261,500,10,0,1,0,0,1), - (5679,5843,0,7817,0,-6705.4,-1104.67,185.569,0.890118,500,5,0,2294,0,0,1), - (5680,5843,0,7816,0,-6763.86,-1114.98,185.658,2.54818,500,0,0,2294,0,0,0), - (5681,5843,0,7817,0,-6554.47,-1252.14,182.238,3.735,500,0,0,2294,0,0,0), - (5682,5843,0,7818,0,-6689.05,-1190.32,181.855,4.15388,500,0,0,2294,0,0,0), - (5683,5843,0,487,0,-6684.58,-1216.73,183.447,2.77507,500,0,0,2294,0,0,0), - (5684,5843,0,7817,0,-6681.5,-1142.78,185.571,1.02974,500,0,0,2294,0,0,0), - (5685,5843,0,7818,0,-6700.28,-1135.74,185.569,1.13446,500,5,0,2294,0,0,1), - (5686,5843,0,487,0,-6657.33,-1151.96,185.355,0.872665,500,0,0,2294,0,0,0), - (5687,5854,0,10801,0,-6675.9,-1321.53,200.633,0.185197,500,0,0,2488,0,0,0), - (5688,5843,0,7816,0,-6703.5,-1118.85,185.65,5.91667,500,0,0,2294,0,0,0), - (5689,5858,0,7510,0,-6655.39,-928.049,263.605,1.67158,500,5,0,2488,0,0,1), - (5690,5843,0,487,0,-6750.62,-1264.45,183.884,5.42797,500,0,0,2294,0,0,0), - (5691,5857,0,4457,0,-6484.23,-1656.41,295.853,1.09751,500,10,0,2310,0,0,1), - (5692,5843,0,7818,0,-6754.4,-1197,184.177,0.488692,500,0,0,2294,0,0,0), - (5693,5843,0,7816,0,-6719.51,-1250.78,183.354,5.48033,500,0,0,2294,0,0,0), - (5694,5843,0,7816,0,-6716.02,-1217.01,181.518,0.610865,500,0,0,2294,0,0,0), - (5695,5856,0,4456,0,-6853.89,-1870.32,252.939,1.51078,500,5,0,1997,0,0,1), - (5696,5856,0,4456,0,-6888.01,-1808.97,241.287,0.007812,500,10,0,1997,0,0,1), - (5697,5843,0,7817,0,-6766.07,-1138.57,186.106,2.42601,500,0,0,2294,0,0,0), - (5698,5856,0,4456,0,-6778.22,-1846.36,260.229,2.65611,500,10,0,1997,0,0,1), - (5699,5856,0,4456,0,-6882.89,-1637.47,244.096,3.50105,500,10,0,1997,0,0,1), - (5700,9699,0,8971,0,-6980.56,-1614.23,242.564,3.99256,500,10,0,1,0,0,1), - (5701,5855,0,2075,0,-6902.07,-866.07,251.016,6.25941,500,5,0,2399,0,0,1), - (5702,5843,0,7817,0,-6709.71,-1176.69,185.442,3.94444,500,0,0,2294,0,0,0), - (5703,5855,0,2075,0,-7218.6,-1112.98,246.755,0.186373,500,5,0,2399,0,0,1), - (5704,5857,0,4457,0,-7030.29,-1381.6,241.943,3.2781,500,10,0,2310,0,0,1), - (5705,5857,0,4457,0,-7076.19,-1420.06,242.054,3.26977,500,10,0,2310,0,0,1), - (5706,5857,0,4457,0,-7016.06,-1463.16,242.627,1.22002,500,10,0,2310,0,0,1), - (5707,5857,0,4457,0,-7183.51,-1581.6,242.3,3.88366,500,10,0,2310,0,0,1), - (5708,5857,0,4457,0,-7131.04,-1570.41,244.821,5.45572,500,10,0,2310,0,0,1), - (5709,5857,0,4457,0,-7132.72,-1590.4,245.809,4.08329,500,5,0,2310,0,0,1), - (5710,9699,0,8971,0,-6677.35,-1412.37,241.613,5.32861,500,10,0,1,0,0,1), - (5711,5852,0,5488,0,-6971.4,-1208.53,144.506,4.92401,500,5,0,2488,0,0,1), - (5712,9699,0,8971,0,-7183.32,-983.505,244.014,6.17755,500,10,0,1,0,0,1), - (5713,9699,0,8971,0,-6767.89,-1088.13,241.853,1.96905,500,10,0,1,0,0,1), - (5714,5853,0,5747,0,-6597.87,-1842.37,244.273,5.2096,500,10,0,2251,1286,0,1), - (5715,6491,1,5233,0,-8591.09,-3623.91,13.478,4.54902,60,0,0,7680,0,0,0), - (5716,5856,0,4456,0,-6612.57,-1795.73,244.255,5.49228,500,10,0,1997,0,0,1), - (5717,6491,1,5233,0,466.735,1466.16,12.8983,0.112288,60,0,0,7680,0,0,0), - (5718,6491,1,5233,0,2734.82,1279.54,295.79,2.00745,60,0,0,7680,0,0,0), - (5719,6491,1,5233,0,-8146.14,-4608.99,-125.103,4.16259,60,0,0,7680,0,0,0), - (5720,8917,0,8892,0,-7322.72,-1026.88,181.021,2.86234,500,0,0,2003,1845,0,0), - (5723,6491,1,5233,0,-4031.16,-3422.71,38.8247,1.69815,60,0,0,7680,0,0,0), - (5724,6491,1,5233,0,-3973.19,-2017.75,96.0305,0.966001,60,0,0,7680,0,0,0), - (5725,6491,0,5233,0,790.751,-418.588,136.861,5.48565,60,0,0,7680,0,0,0), - (5729,6491,0,5233,0,-6863.62,-1537.06,241.746,3.72703,60,0,0,7680,0,0,0), - (5731,5855,0,2075,0,-6864.68,-1431.31,160.301,0.217051,500,5,0,2399,0,0,1), - (5732,5850,0,1070,0,-6811.14,-1337.88,167.392,3.86941,500,10,0,2310,0,0,1), - (5733,5855,0,2075,0,-6802.15,-1522.84,176.941,5.49457,500,5,0,2399,0,0,1), - (5734,5850,0,1070,0,-6746.34,-1654.3,192.441,1.09744,500,10,0,2310,0,0,1), - (5735,5850,0,1070,0,-6769.65,-1607.13,189.605,2.47944,500,10,0,2310,0,0,1), - (5736,5855,0,2075,0,-6704.27,-1562.81,186.182,1.18129,500,5,0,2399,0,0,1), - (5737,5850,0,1070,0,-6794.66,-1607.16,189.605,2.28855,500,5,0,2310,0,0,1), - (5738,5844,0,7791,0,-6562.22,-1313.19,208.921,1.10414,500,5,0,2310,0,0,2), - (5739,5858,0,7510,0,-7113.81,-1301.22,258.402,4.44507,500,5,0,2488,0,0,1), - (5740,5844,0,7789,0,-6562.43,-1316.38,208.9,4.19384,500,5,0,2310,0,0,1), - (5741,5844,0,7791,0,-6527.81,-1347.81,208.834,3.49835,500,5,0,2310,0,0,1), - (5742,5846,0,7800,0,-6575.26,-1171.38,185.589,3.1454,500,5,0,2488,0,0,1), - (5743,9700,0,5560,0,-6707.14,-1178.17,240.432,0.33831,500,5,0,1,0,0,1), - (5744,5843,0,7818,0,-6901.81,-1220.58,179.275,0.628319,500,0,0,2294,0,0,0), - (5745,5843,0,7816,0,-6885.53,-1151.04,194.771,6.19592,500,0,0,2294,0,0,0), - (5748,5857,0,4457,0,-6438.21,-1608.26,318.129,6.2343,500,10,0,2310,0,0,1), - (5749,6491,1,5233,0,-7348.79,-1316.54,-260.86,2.90753,60,0,0,7680,0,0,0), - (5751,5843,0,7818,0,-6446.89,-1320.6,181.018,5.28835,500,0,0,2294,0,0,0), - (5752,6491,1,5233,0,6499.08,-2378.94,589.681,4.80547,60,0,0,7680,0,0,0), - (5753,5839,0,7793,0,-6586.39,-1870.26,245.411,0.296706,500,2,0,1441,3575,0,1), - (5754,5850,0,1070,0,-6646.35,-1230.8,248.813,2.20218,500,5,0,2310,0,0,1), - (5755,5853,0,5747,0,-6577.73,-1881.17,245.148,5.67628,500,10,0,2251,1286,0,1), - (5756,5839,0,7793,0,-6594.51,-1859.47,244.902,4.27606,500,0,0,1441,3575,0,0), - (5757,5839,0,7793,0,-6608.72,-1867,244.519,4.62512,500,2,0,1441,3575,0,1), - (5758,5852,0,5488,0,-7243.93,-991.062,242.245,3.73657,500,5,0,2488,0,0,1), - (5759,5858,0,7510,0,-7232.97,-971.864,247.013,5.81254,500,0,0,2488,0,0,0), - (5760,5858,0,7510,0,-7254.38,-968.601,256.113,0.884899,500,5,0,2488,0,0,1), - (5761,5855,0,2075,0,-7146.15,-1050.48,238.428,4.59226,500,10,0,2399,0,0,1), - (5762,5858,0,7510,0,-7221.21,-912.292,287.55,2.88477,500,5,0,2488,0,0,1), - (5763,5858,0,7510,0,-7153.95,-1000.73,243.149,1.47306,500,5,0,2488,0,0,1), - (5764,5858,0,7510,0,-7094.83,-945.729,269.552,4.62438,500,5,0,2488,0,0,1), - (5765,5852,0,5488,0,-7058.46,-942.979,264.066,6.04568,500,5,0,2488,0,0,1), - (5767,8441,0,10905,0,-7217.31,-1234.03,254.956,5.49779,500,0,0,3294,0,0,0), - (5768,8442,0,7812,0,-6475.76,-1653.2,296.978,0.382099,500,0,0,1988,1640,0,0), - (5769,8442,0,7810,0,-6477.43,-1649.56,297.103,0.397447,500,0,0,1988,1640,0,0), - (5770,8442,0,7812,0,-6479.65,-1654.76,296.228,0.401084,500,0,0,1988,1640,0,0), - (5771,8442,0,7812,0,-6472.22,-1651.78,297.728,0.381976,500,0,0,1988,1640,0,0), - (5772,8442,0,7811,0,-6474.44,-1656.98,297.853,0.389601,500,0,0,1988,1640,0,0), - (5773,5855,0,2075,0,-7060.31,-1005.89,239.526,2.96367,500,5,0,2399,0,0,1), - (5774,5843,0,7817,0,-6877.61,-1231.93,177.184,2.40855,500,0,0,2294,0,0,0), - (5775,5843,0,487,0,-6882.26,-1248.25,178.805,5.32325,500,0,0,2294,0,0,0), - (5776,5846,0,7801,0,-6738.26,-1115.7,185.556,1.20548,500,5,0,2488,0,0,1), - (5777,8566,0,7867,0,-7037.68,-1279.54,242.43,2.81047,500,5,0,2488,0,0,1), - (5778,5843,0,487,0,-6749.63,-1090.01,185.593,1.23918,500,0,0,2294,0,0,0), - (5779,5843,0,7817,0,-6423.84,-1300.68,180.944,5.84685,500,0,0,2294,0,0,0), - (5780,5858,0,7510,0,-7111.2,-1022.59,242.031,0.158732,500,10,0,2488,0,0,1), - (5781,5855,0,2075,0,-6797.63,-1563.06,192.805,5.97808,500,10,0,2399,0,0,1), - (5782,5855,0,2075,0,-6849.31,-1488.53,203.273,3.61414,500,10,0,2399,0,0,1), - (5783,5855,0,2075,0,-6779.69,-1479.29,177.858,1.87834,500,10,0,2399,0,0,1), - (5784,5850,0,1070,0,-6835.42,-1394.65,169.782,5.6182,500,10,0,2310,0,0,1), - (5785,5844,0,7789,0,-6535.32,-1251.29,180.981,3.05657,500,5,0,2310,0,0,1), - (5786,5846,0,7798,0,-6601,-1302.1,208.743,0.263823,500,5,0,2488,0,0,1), - (5787,5846,0,7801,0,-6600.64,-1303.87,208.743,3.84487,500,5,0,2488,0,0,1), - (5788,5858,0,7510,0,-7128.93,-904.009,296.198,0.43831,500,5,0,2488,0,0,1), - (5789,5858,0,7510,0,-7213.98,-832.555,315.205,3.98753,500,3,0,2488,0,0,1), - (5790,5857,0,4457,0,-7348.34,-1607.4,295.454,1.75362,500,5,0,2310,0,0,1), - (5791,5862,0,7831,0,-6666.3,-721.56,237.965,1.22604,500,3,0,4491,4281,0,1), - (5792,5858,0,7510,0,-7240.59,-877.813,292.204,5.60613,500,5,0,2488,0,0,1), - (5793,5857,0,4457,0,-7193.45,-1410.98,246.818,4.75722,500,5,0,2310,0,0,1), - (5794,5856,0,4456,0,-7111.21,-1751.21,247.887,1.28794,500,10,0,1997,0,0,1), - (5795,5858,0,7510,0,-7249.75,-814.523,296.623,2.47387,500,10,0,2488,0,0,1), - (5796,5856,0,4456,0,-6674.57,-1839,247.439,2.856,500,10,0,1997,0,0,1), - (5797,5856,0,4456,0,-6669.19,-1772.7,261.585,4.03216,500,5,0,1997,0,0,1), - (5798,5857,0,4457,0,-6625.93,-1574.72,257.774,5.99603,500,5,0,2310,0,0,1), - (5799,8400,0,13929,0,-6461.91,-1254.6,180.578,3.54302,500,0,0,15649,0,0,0), - (5800,5862,0,7833,0,-6701.31,-619.674,236.684,5.78993,500,3,0,4491,4281,0,1), - (5801,5862,0,7831,0,-6731.27,-619.556,239.007,3.79369,500,3,0,4491,4281,0,1), - (5802,5844,0,7789,0,-6576.65,-1221.07,187.249,3.8879,500,5,0,2310,0,0,1), - (5803,8837,0,5561,0,-6636.14,-680.606,233.754,5.96391,500,5,0,2488,0,0,1), - (5804,8402,0,7756,0,-6499.06,-1212.11,180.352,2.28919,500,0,0,3077,0,0,0), - (5805,5844,0,7791,0,-6665.91,-1179.48,182.789,1.12162,500,5,0,2310,0,0,1), - (5806,8402,0,7754,0,-6463.98,-1249.29,180.455,5.08271,500,0,0,3077,0,0,0), - (5807,8402,0,7756,0,-6452.48,-1258.55,180.688,2.74524,500,0,0,3077,0,0,0), - (5808,5846,0,7798,0,-6641.87,-1282.18,208.69,3.40393,500,2,0,2488,0,0,1), - (5809,8402,0,7751,0,-6459.25,-1253.23,180.556,3.61874,500,0,0,3077,0,0,0), - (5810,8837,0,5561,0,-6647.9,-680.267,233.754,2.08198,500,5,0,2488,0,0,1), - (5811,8402,0,7753,0,-6454.82,-1196.93,180.932,1.44846,500,0,0,3077,0,0,0), - (5812,5846,0,7801,0,-6641.07,-1276.64,208.774,4.08627,500,2,0,2488,0,0,1), - (5813,8402,0,7756,0,-6432.58,-1215.31,180.799,0.929468,500,0,0,3077,0,0,0), - (5814,5846,0,7801,0,-6627.6,-1317.29,208.743,4.82572,500,3,0,2488,0,0,1), - (5815,5862,0,7830,0,-6726.51,-733.284,235.186,3.52608,500,3,0,4491,4281,0,1), - (5816,5861,0,7825,0,-6674.18,-761.246,246.096,3.45072,500,3,0,6165,0,0,1), - (5817,5861,0,7828,0,-6678.74,-818.269,244.195,2.25702,500,5,0,6165,0,0,1), - (5818,5861,0,7828,0,-6685.95,-848.128,245.478,2.82466,500,5,0,6165,0,0,1), - (5819,5853,0,5747,0,-7021.05,-1684.2,240.903,1.89983,500,5,0,2251,1286,0,1), - (5820,5860,0,7823,0,-6608.14,-859.744,245.269,2.32477,500,5,0,4776,1640,0,1), - (5821,5854,0,10801,0,-7048.36,-1323.67,248.829,2.88288,500,10,0,2488,0,0,1), - (5822,8566,0,7866,0,-7030.76,-1276.01,242.328,0.891947,500,5,0,2488,0,0,1), - (5823,8566,0,7868,0,-7036.06,-1276.29,242.055,1.38538,500,5,0,2488,0,0,1), - (5824,5854,0,10801,0,-7043.3,-1251.95,244.771,1.37804,500,5,0,2488,0,0,1), - (5825,5857,0,4457,0,-6674.3,-1514.83,242.878,4.8939,500,10,0,2310,0,0,1), - (5826,5861,0,7826,0,-6613.07,-885.627,244.269,3.17423,500,5,0,6165,0,0,1), - (5827,5856,0,4456,0,-6826.77,-1784.11,257.509,1.94442,500,10,0,1997,0,0,1), - (5828,5855,0,2075,0,-6910.83,-1581.48,243.854,6.19653,500,5,0,2399,0,0,1), - (5829,5852,0,5488,0,-7023.5,-1492.53,239.048,3.44303,500,10,0,2488,0,0,1), - (5830,5843,0,7816,0,-6886.74,-1257.07,218.037,5.77704,500,0,0,2294,0,0,0), - (5831,5843,0,487,0,-6881.03,-1238.88,216.779,0.034907,500,0,0,2294,0,0,0), - (5832,5843,0,7816,0,-6891.44,-1177.48,196.616,5.93412,500,0,0,2294,0,0,0), - (5833,5852,0,5488,0,-6931.85,-1197.47,144.877,4.35192,500,5,0,2488,0,0,1), - (5834,5854,0,10801,0,-6928.73,-1347.68,166.932,2.84014,500,5,0,2488,0,0,1), - (5835,5843,0,487,0,-6896.69,-1341.66,175.332,0.645772,500,0,0,2294,0,0,0), - (5836,5846,0,7800,0,-6770.64,-1184.4,187.47,0.768058,500,5,0,2488,0,0,1), - (5837,5844,0,7791,0,-6663.24,-1196.25,182.436,1.81446,500,5,0,2310,0,0,1), - (5838,5846,0,7800,0,-6520.12,-1288.72,200.492,6.01589,500,5,0,2488,0,0,1), - (5839,5846,0,7799,0,-6569.65,-1273.33,208.743,0.277571,500,5,0,2488,0,0,1), - (5840,5843,0,7818,0,-6531.13,-1296.98,201.007,4.2586,500,0,0,2294,0,0,0), - (5841,5846,0,7798,0,-6564.21,-1284.31,208.743,1.68298,500,5,0,2488,0,0,1), - (5842,5844,0,7792,0,-6600.12,-1272.38,208.743,1.99035,500,0,0,2310,0,0,0), - (5843,5844,0,7791,0,-6562.62,-1288.67,208.743,4.78134,500,5,0,2310,0,0,1), - (5844,5846,0,7800,0,-6603.41,-1270.84,208.743,2.39453,500,0,0,2488,0,0,0), - (5845,14621,0,14665,0,-6633.88,-1232.66,209.835,2.01852,500,0,0,13644,3614,0,0), - (5846,8566,0,7865,0,-6636.48,-1233.76,209.839,2.97681,500,0,0,2488,0,0,0), - (5847,5844,0,7790,0,-6763.56,-1418.76,211.366,3.84942,500,3,0,2310,0,0,1), - (5850,5855,0,2075,0,-6894.54,-1501.4,193.352,4.89561,500,10,0,2399,0,0,1), - (5851,5855,0,2075,0,-6674.35,-1270.89,239.569,5.94251,500,5,0,2399,0,0,1), - (5852,8837,0,5561,0,-6658.57,-625.643,233.754,0.124773,500,5,0,2488,0,0,1), - (5853,8837,0,5561,0,-6624.85,-667.3,233.754,1.13545,500,5,0,2488,0,0,1), - (5854,8837,0,5561,0,-6634.78,-624.477,233.754,4.91413,500,5,0,2488,0,0,1), - (5855,5854,0,10801,0,-6754.87,-1288.1,241.829,2.83421,500,10,0,2488,0,0,1), - (5856,8837,0,5561,0,-6614.65,-643.404,233.754,3.69769,500,5,0,2488,0,0,1), - (5857,5861,0,7826,0,-6639.92,-805.495,244.545,4.5546,500,5,0,6165,0,0,1), - (5858,8837,0,5561,0,-6734.84,-716.688,232.921,1.2338,500,5,0,2488,0,0,1), - (5859,5860,0,7821,0,-6632.12,-748.933,248.817,4.2679,500,3,0,4776,1640,0,1), - (5860,5861,0,7827,0,-6629.06,-726.474,245.107,4.98316,500,3,0,6165,0,0,1), - (5861,5861,0,7827,0,-6603.01,-695.433,245.216,0.237266,500,3,0,6165,0,0,1), - (5862,8837,0,5561,0,-6671.03,-707.44,233.564,0.249962,500,5,0,2488,0,0,2), - (5863,5861,0,7828,0,-6676.16,-644.706,239.93,0.694109,500,5,0,6165,0,0,1), - (5864,5861,0,7827,0,-6596.75,-679.849,242.154,4.96588,500,3,0,6165,0,0,1), - (5865,5862,0,7830,0,-6744.27,-680.27,237.813,5.36262,500,3,0,4491,4281,0,1), - (5866,5862,0,7831,0,-6648.82,-648.8,241.986,4.76921,500,5,0,4491,4281,0,1), - (5867,5861,0,7828,0,-6763.56,-697.825,236.946,1.51177,500,3,0,6165,0,0,1), - (5868,5852,0,5488,0,-6752.4,-1013.48,237.925,1.93898,500,5,0,2488,0,0,1), - (5869,5861,0,7826,0,-6651.2,-751.522,247.988,2.21039,500,3,0,6165,0,0,1), - (5870,5861,0,7828,0,-6752.18,-714.348,237.16,3.47198,500,3,0,6165,0,0,1), - (5871,5861,0,7825,0,-6648.68,-736.472,247.676,3.74014,500,3,0,6165,0,0,1), - (5872,5861,0,7826,0,-6633.3,-787.345,245.556,4.11385,500,5,0,6165,0,0,1), - (5873,5861,0,7825,0,-6623.97,-844.385,244.269,2.54231,500,0,0,6165,0,0,0), - (5874,9318,0,8509,0,-6449.05,-1430.19,145.087,3.6814,500,10,0,2488,0,0,1), - (5875,5858,0,7510,0,-6921.02,-953.896,241.047,0.378009,500,10,0,2488,0,0,1), - (5876,9318,0,8509,0,-6417.64,-1388.79,139.706,6.11681,500,10,0,2488,0,0,1), - (5877,5858,0,7510,0,-6859.02,-908.624,240.138,0.38634,500,10,0,2488,0,0,1), - (5878,9318,0,8509,0,-6399.08,-1355.76,135.391,2.04262,500,10,0,2488,0,0,1), - (5879,9318,0,8509,0,-6419.64,-1330.23,136.034,1.37261,500,10,0,2488,0,0,1), - (5880,5858,0,7510,0,-7013.7,-1016.74,241.981,3.14711,500,10,0,2488,0,0,1), - (5881,9699,0,8971,0,-6938.9,-953.245,241.744,4.18991,500,10,0,1,0,0,1), - (5882,5858,0,7510,0,-6940.71,-982.498,241.335,1.49462,500,10,0,2488,0,0,1), - (5883,9318,0,8509,0,-6470.85,-1319.27,131.578,0.04458,500,10,0,2488,0,0,1), - (5884,205,0,736,0,-10609.6,-979.199,62.4861,4.40484,300,5,0,896,0,0,1), - (5885,533,0,203,0,-10512.5,-878.195,47.8963,4.28105,300,5,0,724,732,0,1), - (5886,205,0,736,0,-10576.1,-955.146,48.4027,5.92807,300,10,0,896,0,0,1), - (5887,533,0,203,0,-10540.1,-920.256,46.7445,6.23143,300,10,0,724,732,0,1), - (5888,533,0,203,0,-10488.2,-913.482,45.4971,1.0153,300,10,0,724,732,0,1), - (5889,898,0,657,0,-10650.5,-715.848,49.8388,3.89661,300,5,0,787,0,0,1), - (5890,533,0,203,0,-10667.1,-779.636,65.9586,3.17963,300,10,0,724,732,0,1), - (5891,898,0,657,0,-10674.5,-819.122,61.1378,5.93961,300,5,0,787,0,0,1), - (5892,565,0,802,0,-10173.2,281.199,23.632,6.26366,300,10,0,494,0,0,1), - (5893,565,0,802,0,-10221.6,311.562,37.8365,0.946633,300,5,0,494,0,0,1), - (5894,213,0,801,0,-10226,492.268,26.4498,5.22771,300,5,0,449,0,0,1), - (5895,213,0,801,0,-10238,239.361,32.0129,0.139135,300,5,0,449,0,0,1), - (5896,213,0,801,0,-10220.4,202.025,25.0565,1.73245,300,5,0,449,0,0,1), - (5897,565,0,802,0,-10264.9,252.252,34.5217,5.39537,300,5,0,494,0,0,1), - (5898,565,0,802,0,-10222.2,282.823,33.3391,3.55546,300,5,0,494,0,0,1), - (5899,9318,0,8509,0,-6511.42,-1404.26,148.319,6.27856,500,10,0,2488,0,0,1), - (5900,5855,0,2075,0,-7213.59,-1017.4,240.075,5.99173,500,5,0,2399,0,0,1), - (5901,9318,0,8509,0,-6518.38,-1291.91,136.961,3.38934,500,10,0,2488,0,0,1), - (5902,9318,0,8509,0,-6493.99,-1404.02,147.75,2.60939,500,10,0,2488,0,0,1), - (5903,5858,0,7510,0,-7028.12,-976.993,251.215,1.26388,500,5,0,2488,0,0,1), - (5904,9318,0,8509,0,-6485.05,-1446.41,151.352,6.19257,500,10,0,2488,0,0,1), - (5905,9318,0,8509,0,-6534.55,-1464.63,147.686,3.57925,500,10,0,2488,0,0,1), - (5906,9318,0,8509,0,-6678.41,-1438.05,167.703,2.03464,500,5,0,2488,0,0,1), - (5907,9318,0,8509,0,-6599.41,-1463.01,166.355,0.59699,500,10,0,2488,0,0,1), - (5908,9699,0,8971,0,-6752.69,-949.758,245.405,3.02403,500,10,0,1,0,0,1), - (5909,5858,0,7510,0,-6822.21,-929.073,242.213,4.49393,500,10,0,2488,0,0,1), - (5910,5858,0,7510,0,-6849.22,-947.294,242.568,2.18968,500,10,0,2488,0,0,1), - (5911,9318,0,8509,0,-6655.48,-1477.95,167.87,4.56943,500,5,0,2488,0,0,1), - (5912,5858,0,7510,0,-6746.39,-941.36,248.124,3.47071,500,10,0,2488,0,0,1), - (5913,213,0,801,0,-10183.7,223.565,23.7474,1.97141,300,5,0,449,0,0,1), - (5914,5858,0,7510,0,-6765.86,-950.991,243.282,5.99173,500,10,0,2488,0,0,1), - (5915,5855,0,2075,0,-6691.89,-1110.44,241.22,1.66732,500,10,0,2399,0,0,1), - (5916,5858,0,7510,0,-6692.21,-1043.04,243.047,0.785398,500,10,0,2488,0,0,1), - (5917,5858,0,7510,0,-6751.83,-980.873,240.564,1.62554,500,10,0,2488,0,0,1), - (5918,5858,0,7510,0,-6707.2,-1015.16,243.576,0.977525,500,5,0,2488,0,0,1), - (5919,5860,0,7821,0,-6711.71,-844.539,244.269,1.03775,500,5,0,4776,1640,0,1), - (5920,5861,0,7826,0,-6685.1,-879.374,257.649,3.95811,500,5,0,6165,0,0,1), - (5921,8479,0,7820,0,-6679.93,-1194.36,240.297,2.96706,120,0,0,15464,7071,0,0), - (5922,213,0,801,0,-10148.8,312.775,25.0292,6.20492,300,10,0,449,0,0,1), - (5923,213,0,801,0,-10135.4,364.584,30.3683,2.44177,300,10,0,449,0,0,1), - (5924,213,0,801,0,-10186.1,72.9431,26.4347,3.17186,300,10,0,449,0,0,1), - (5925,565,0,802,0,-10185.8,413.005,36.8115,3.18272,300,10,0,494,0,0,1), - (5926,213,0,801,0,-10184.4,147.96,27.2086,5.93165,300,10,0,449,0,0,1), - (5927,213,0,801,0,-10190.9,95.483,27.1476,5.44535,300,10,0,449,0,0,1), - (5928,539,0,958,0,-10099.5,-169.704,28.5794,5.07957,300,5,0,417,0,0,1), - (5929,217,0,955,0,-10224.1,237.008,28.2865,0.338426,300,5,0,449,0,0,1), - (5930,217,0,955,0,-10181.5,376.746,36.5766,2.66048,300,10,0,449,0,0,1), - (5931,202,0,9786,0,-10786.2,-1344.07,38.4342,3.27457,300,10,0,617,0,0,1), - (5932,202,0,9786,0,-10752.3,-1305.99,49.1337,5.24998,300,5,0,617,0,0,1), - (5933,202,0,9786,0,-10760.8,-1357.76,38.6829,2.18092,300,10,0,617,0,0,1), - (5934,923,0,246,0,-10900.1,-665.051,44.3963,3.71821,300,5,0,617,0,0,1), - (5935,1270,0,559,0,-10359.6,-1206.26,41.501,4.21648,300,5,0,950,0,0,1), - (5936,1270,0,559,0,-10378.8,-1197.9,43.2235,3.43652,300,5,0,950,0,0,1), - (5937,888,0,2384,0,-10923.2,-384.928,39.4344,0.942478,300,0,0,1707,0,0,0), - (5938,499,0,2396,0,-10934.5,-381.813,40.1976,0.174533,300,0,0,1454,0,0,0), - (5939,1270,0,559,0,-10320.3,-1268.85,36.0147,5.88851,300,10,0,950,0,0,1), - (5940,898,0,657,0,-10212.9,-716.786,39.0129,0.498921,300,5,0,787,0,0,1), - (5941,887,0,2390,0,-10624.6,-1185.56,28.9689,0.263761,300,5,0,3260,0,0,2), - (5942,202,0,9786,0,-10571.7,277.592,29.9497,3.01098,300,5,0,617,0,0,1), - (5943,213,0,801,0,-10060.3,-1248,29.5661,6.07171,300,10,0,449,0,0,1), - (5944,213,0,801,0,-10053.6,-1337.52,30.7027,3.90051,300,10,0,449,0,0,1), - (5945,565,0,802,0,-10048.2,-647.193,42.2363,0.950607,300,10,0,494,0,0,1), - (5946,217,0,955,0,-10050.7,-718.386,36.9141,3.39182,300,10,0,449,0,0,1), - (5947,569,0,2541,0,-10118.6,-713.653,41.285,2.19241,300,10,0,531,0,0,1), - (5948,565,0,802,0,-10069.9,-683.935,35.7575,2.71257,300,10,0,494,0,0,1), - (5949,565,0,802,0,-10041.3,-949.832,33.9731,5.43287,300,10,0,494,0,0,1), - (5950,213,0,801,0,-9997.15,-727.657,31.9249,3.78275,300,10,0,449,0,0,1), - (5951,569,0,2541,0,-10113.4,-649.301,48.6061,6.19129,300,10,0,531,0,0,1), - (5952,565,0,802,0,-10067,-826.614,36.4153,0.954632,300,10,0,494,0,0,1), - (5953,213,0,801,0,-10020.9,-753.347,35.8251,3.23932,300,10,0,449,0,0,1), - (5954,217,0,955,0,-10075.5,-1219.58,30.6103,5.28098,300,5,0,449,0,0,1), - (5955,213,0,801,0,-10024.7,-892.68,29.9796,4.2878,300,10,0,449,0,0,1), - (5956,569,0,2541,0,-10134.5,-836.731,36.7839,1.26936,300,10,0,531,0,0,1), - (5957,217,0,955,0,-10046.3,-511.442,47.441,1.10703,300,10,0,449,0,0,1), - (5958,531,0,7550,0,-10551.9,275.876,28.4794,0.160924,300,10,0,664,0,0,1), - (5959,202,0,9786,0,-10579.2,278.342,30.9914,0.384443,300,5,0,617,0,0,1), - (5960,2470,0,9232,0,-10580.2,-1185.24,27.1186,2.92245,300,0,0,2016,0,0,0), - (5961,531,0,7550,0,-10478.4,232.747,31.9005,5.8501,300,5,0,664,0,0,1), - (5962,923,0,246,0,-10148.4,-951.571,31.0314,5.93436,300,5,0,617,0,0,1), - (5963,923,0,246,0,-10258.3,-1038.85,44.238,4.39043,300,0,0,617,0,0,0), - (5964,949,0,545,0,-10377.3,200.989,33.8058,1.64113,300,0,0,734,0,0,0), - (5965,495,0,2391,0,-10551.6,-1181.89,28.0373,5.88565,300,5,0,2284,0,0,2), - (5966,604,0,519,0,-10305.9,142.479,1.78054,2.7089,300,5,0,840,0,0,1), - (5967,628,0,741,0,-10354.1,-1056.08,50.0961,4.31341,300,5,0,664,0,0,1), - (5968,48,0,200,0,-10970.9,-1298.52,53.0112,5.55031,300,10,0,531,0,0,1), - (5969,604,0,519,0,-10290.2,146.278,2.58409,4.31581,300,5,0,840,0,0,1), - (5970,604,0,519,0,-10350.8,134.42,3.42368,3.80592,300,5,0,840,0,0,1), - (5971,604,0,519,0,-10268.3,146.103,1.10352,2.17157,300,5,0,840,0,0,1), - (5972,210,0,570,0,-10341,164.789,11.2514,1.69798,300,0,0,788,0,0,0), - (5973,210,0,570,0,-10205.7,156.314,1.68362,4.58273,300,5,0,788,0,0,1), - (5974,48,0,200,0,-11013.2,-1335.94,52.1905,4.77493,300,5,0,531,0,0,1), - (5975,604,0,519,0,-10365.5,181.57,33.8229,0.116121,300,10,0,840,0,0,1), - (5976,604,0,519,0,-10377.8,195.893,34.1059,2.85307,300,10,0,840,0,0,1), - (5977,604,0,519,0,-10347.1,201.353,32.579,3.1559,300,0,0,840,0,0,0), - (5978,604,0,519,0,-10359.4,202.731,34.3771,5.92968,300,5,0,840,0,0,1), - (5979,604,0,519,0,-10341.7,172.724,15.8161,1.95127,300,0,0,840,0,0,0), - (5980,570,0,569,0,-10340.8,157.929,7.06713,0.926079,300,0,0,896,0,0,0), - (5981,604,0,519,0,-10334.9,137.397,4.02283,4.75137,300,0,0,840,0,0,0), - (5982,604,0,519,0,-10322.6,140.166,1.78054,1.8587,300,5,0,840,0,0,1), - (5983,604,0,519,0,-10332.3,122.914,3.04427,2.20922,300,5,0,840,0,0,1), - (5984,48,0,200,0,-11008.4,-1264.12,51.8593,3.281,300,5,0,531,0,0,1), - (5985,48,0,200,0,-10981.1,-1242.32,52.3393,2.34,300,5,0,531,0,0,1), - (5986,48,0,200,0,-10991.9,-1289.71,52.959,4.29132,300,10,0,531,0,0,1), - (5987,48,0,200,0,-10980.3,-1342.12,51.7402,2.75336,300,5,0,531,0,0,1), - (5988,48,0,200,0,-10954.2,-1320.83,52.6037,0.705983,300,10,0,531,0,0,1), - (5989,48,0,200,0,-10953.3,-1384.4,65.2462,5.53368,300,5,0,531,0,0,1), - (5990,203,0,9783,0,-10980.9,-1381.33,61.0203,1.32645,300,0,0,472,1357,0,0), - (5991,203,0,9783,0,-11012.2,-1381.75,54.623,0.145232,300,5,0,472,1357,0,1), - (5992,203,0,9783,0,-10998.9,-1314.28,52.8165,3.29435,300,10,0,472,1357,0,1), - (5993,203,0,9783,0,-10964.6,-1318.75,52.6037,6.05268,300,10,0,472,1357,0,1), - (5994,203,0,9783,0,-11009.8,-1295.63,53.5728,5.8722,300,10,0,472,1357,0,1), - (5995,48,0,200,0,-11045.4,-1349.42,54.927,5.33909,300,10,0,531,0,0,1), - (5996,203,0,9783,0,-11056.8,-1315.42,54.2223,2.93883,300,5,0,472,1357,0,1), - (5997,203,0,9783,0,-11030.9,-1288.73,51.5893,6.03245,300,5,0,472,1357,0,1), - (5998,48,0,200,0,-11030.6,-1319.88,53.4609,4.87156,300,10,0,531,0,0,1), - (5999,48,0,200,0,-10916.5,-1343.13,52.9256,6.21137,300,10,0,531,0,0,1), - (6000,203,0,9783,0,-10905.6,-1320.35,53.0418,0.621293,300,10,0,472,1357,0,1), - (6001,48,0,200,0,-10964.5,-1354.44,51.6321,3.09899,300,5,0,531,0,0,1), - (6002,203,0,9783,0,-11025.8,-1351.9,52.1104,6.1574,300,5,0,472,1357,0,1), - (6003,203,0,9783,0,-10943.6,-1243.62,51.9106,2.08254,300,10,0,472,1357,0,1), - (6004,203,0,9783,0,-10943.9,-1279.35,53.091,4.2428,300,10,0,472,1357,0,1), - (6005,48,0,200,0,-10922.9,-1273.56,52.7212,1.57861,300,10,0,531,0,0,1), - (6006,930,0,368,0,-10425,-38.9584,46.1307,2.65459,300,10,0,664,0,0,1), - (6007,2110,0,1141,0,-11009.4,-349.06,42.2594,0.829568,300,5,0,1,0,0,1), - (6008,565,0,802,0,-10645,544.111,28.2801,2.36448,300,10,0,494,0,0,1), - (6009,565,0,802,0,-10813.9,546.755,32.1653,3.83708,300,10,0,494,0,0,1), - (6010,565,0,802,0,-10747.4,521.399,35.0375,6.27733,300,10,0,494,0,0,1), - (6011,213,0,801,0,-10578,544.617,33.5339,0.384131,300,10,0,449,0,0,1), - (6012,1258,0,9562,0,-10348.6,-982.089,48.3296,1.30903,300,10,0,734,0,0,1), - (6013,1258,0,9562,0,-10307.6,-948.075,40.1439,3.30256,300,10,0,734,0,0,1), - (6014,628,0,741,0,-10233.8,-951.253,37.7644,6.2578,300,10,0,664,0,0,1), - (6015,1258,0,9562,0,-10279.2,-935.082,41.9086,4.6753,300,10,0,734,0,0,1), - (6016,569,0,2541,0,-10708,499.362,33.5438,0.463648,300,10,0,531,0,0,1), - (6017,539,0,958,0,-10713.7,543.197,34.112,2.8719,300,10,0,417,0,0,1), - (6018,539,0,958,0,-10844.5,519.354,30.2698,2.18789,300,10,0,417,0,0,1), - (6019,539,0,958,0,-10779.7,552.547,33.8605,1.68426,300,10,0,417,0,0,1), - (6020,217,0,955,0,-10556,542.744,26.69,5.80471,300,10,0,449,0,0,1), - (6021,539,0,958,0,-10670.7,542.129,29.2946,3.30256,300,5,0,417,0,0,1), - (6022,539,0,958,0,-10523.2,619.721,24.7277,2.63028,300,5,0,417,0,0,1), - (6023,539,0,958,0,-10451.3,621.156,24.2208,3.79694,300,5,0,417,0,0,1), - (6024,628,0,741,0,-10217,-887.59,38.0088,1.55127,300,10,0,664,0,0,1), - (6025,539,0,958,0,-10782,510.013,35.2679,3.32302,300,5,0,417,0,0,1), - (6026,217,0,955,0,-10703.2,530.951,32.6661,3.89153,300,10,0,449,0,0,1), - (6027,539,0,958,0,-10684.5,575.909,27.504,2.33686,300,5,0,417,0,0,1), - (6028,539,0,958,0,-10746,578.998,28.4273,0.217014,300,5,0,417,0,0,1), - (6029,569,0,2541,0,-10634.3,481.896,37.3885,4.84432,300,5,0,531,0,0,1), - (6030,539,0,958,0,-10639,509.369,31.9473,1.98939,300,10,0,417,0,0,1), - (6031,1258,0,9562,0,-10215.7,-876.666,40.9222,1.57539,300,10,0,734,0,0,1), - (6032,923,0,246,0,-10864.1,-640.348,38.7049,5.62713,300,5,0,617,0,0,1), - (6033,628,0,741,0,-10853.5,-590.733,36.5161,4.35316,300,5,0,664,0,0,1), - (6034,923,0,246,0,-10221.6,-980.957,35.9843,2.13768,300,10,0,617,0,0,1), - (6035,923,0,246,0,-10874.7,-677.248,49.4081,1.28177,300,5,0,617,0,0,1), - (6036,923,0,246,0,-10834.4,-690.781,43.0038,1.5708,300,10,0,617,0,0,1), - (6037,628,0,741,0,-10178.3,-898.208,36.2588,5.21741,300,10,0,664,0,0,1), - (6038,565,0,802,0,-10207,448.064,35.8234,0.327923,300,10,0,494,0,0,1), - (6039,565,0,802,0,-10265.9,478.121,38.2019,4.03918,300,10,0,494,0,0,1), - (6040,565,0,802,0,-10207,392.168,43.4146,4.49203,300,10,0,494,0,0,1), - (6041,628,0,741,0,-10288.9,-984.754,48.6702,1.42586,300,10,0,664,0,0,1), - (6042,923,0,246,0,-10887.7,-611.559,37.5137,2.01085,300,5,0,617,0,0,1), - (6043,628,0,741,0,-10316,-1012.54,44.8085,0.7348,300,10,0,664,0,0,1), - (6044,923,0,246,0,-10870.2,-548.889,45.5416,0.874648,300,5,0,617,0,0,1), - (6045,1258,0,9562,0,-10806.4,-538.414,38.4045,0.994175,300,10,0,734,0,0,1), - (6046,539,0,958,0,-10217.1,189.472,26.8599,6.02766,300,5,0,417,0,0,1), - (6047,539,0,958,0,-10234.9,497.136,26.3223,2.00953,300,10,0,417,0,0,1), - (6048,565,0,802,0,-10213.6,459.769,34.7191,5.14597,300,10,0,494,0,0,1), - (6049,2110,0,1141,0,-10928.7,-548.253,52.9982,4.50295,300,0,0,1,0,0,0), - (6050,2110,0,1141,0,-10886.2,-140.028,41.3713,3.74609,300,10,0,1,0,0,1), - (6051,2110,0,1141,0,-10875.3,-290.304,37.4904,1.60907,300,5,0,1,0,0,1), - (6052,565,0,802,0,-10552.3,562.217,28.5259,2.48944,300,10,0,494,0,0,1), - (6053,539,0,958,0,-10610.4,576.031,29.9522,5.92251,300,5,0,417,0,0,1), - (6054,539,0,958,0,-10547.9,590.534,31.7948,0.511024,300,10,0,417,0,0,1), - (6055,539,0,958,0,-10487.6,580.612,28.4964,3.54495,300,10,0,417,0,0,1), - (6056,2110,0,1141,0,-10874.8,-291.856,37.415,1.25748,300,5,0,1,0,0,1), - (6057,2110,0,1141,0,-11012.3,-353.886,43.223,4.37306,300,5,0,1,0,0,1), - (6058,2110,0,1141,0,-10393.7,-1102.31,20.4917,4.94623,300,5,0,1,0,0,1), - (6059,533,0,203,0,-10576.5,-840.75,50.5996,1.20994,300,5,0,724,732,0,1), - (6060,205,0,736,0,-10452.8,-890.506,44.148,6.23203,300,10,0,896,0,0,1), - (6061,898,0,657,0,-10255.5,-746.408,44.3482,6.09112,300,5,0,787,0,0,1), - (6062,533,0,203,0,-10542.4,-825.397,52.9808,4.47311,300,5,0,724,732,0,1), - (6063,898,0,657,0,-10277.7,-743.124,45.3868,1.26872,300,5,0,787,0,0,1), - (6064,898,0,657,0,-10477.5,-856.473,49.3007,2.39352,300,5,0,787,0,0,1), - (6065,898,0,657,0,-10413,-983.186,45.5472,5.87118,300,10,0,787,0,0,1), - (6066,533,0,203,0,-10385.7,-880.085,46.321,1.68282,300,5,0,724,732,0,1), - (6067,533,0,203,0,-10244.5,-740.199,43.4732,4.9537,300,5,0,724,732,0,1), - (6068,898,0,657,0,-10218.2,-842.935,40.4191,4.86919,300,10,0,787,0,0,1), - (6069,205,0,736,0,-10485.9,-844.425,51.3384,0.705421,300,5,0,896,0,0,1), - (6070,898,0,657,0,-10391.2,-956.975,45.6412,4.32391,300,10,0,787,0,0,1), - (6071,898,0,657,0,-10320.9,-887.667,38.4002,1.50241,300,5,0,787,0,0,1), - (6072,533,0,203,0,-10346.7,-855.665,41.8911,5.19855,300,5,0,724,732,0,1), - (6073,533,0,203,0,-10412.2,-924.673,45.631,4.76127,300,10,0,724,732,0,1), - (6074,898,0,657,0,-10335.8,-918.301,39.8606,5.97681,300,10,0,787,0,0,1), - (6075,898,0,657,0,-10254.2,-727.732,45.7757,5.09636,300,0,0,787,0,0,0), - (6076,2110,0,1141,0,-10820.5,5.51616,38.299,0.954632,300,5,0,1,0,0,1), - (6077,1270,0,559,0,-10327.9,-1213.87,36.0871,5.64823,300,10,0,950,0,0,1), - (6078,533,0,203,0,-10264.2,-714.354,45.2232,3.12174,300,5,0,724,732,0,1), - (6079,898,0,657,0,-10266.3,-734.526,45.7721,5.61996,300,0,0,787,0,0,0), - (6080,1270,0,559,0,-10348.4,-1255.68,35.3271,0.969484,300,10,0,950,0,0,1), - (6081,930,0,368,0,-10721.7,-131.072,34.6736,0.196629,300,5,0,664,0,0,1), - (6082,206,0,522,0,-10988.9,-1146.1,39.6792,3.21193,300,10,0,950,0,0,1), - (6083,206,0,522,0,-10980.1,-1119.2,38.7097,1.5054,300,5,0,950,0,0,1), - (6084,206,0,522,0,-10948,-1118.83,38.7397,6.14485,300,5,0,950,0,0,1), - (6085,930,0,368,0,-10710.1,19.4249,35.8904,0.056691,300,5,0,664,0,0,1), - (6086,5844,0,7792,0,-6850.19,-1186.73,183.582,5.31154,500,5,0,2310,0,0,1), - (6087,5844,0,7789,0,-6830.48,-1171.92,189.075,3.22305,500,5,0,2310,0,0,1), - (6088,5843,0,7817,0,-6865.81,-1199.7,180.539,3.38594,500,0,0,2294,0,0,0), - (6089,5843,0,487,0,-6728.56,-1087.35,185.669,2.33874,500,0,0,2294,0,0,0), - (6091,1270,0,559,0,-10305.4,-1243.93,36.9946,5.11767,300,10,0,950,0,0,1), - (6092,1270,0,559,0,-10265.2,-1237.26,35.9708,0.466826,300,5,0,950,0,0,1), - (6093,920,0,1098,0,-11106.5,-1160.67,42.2494,0.880033,300,0,0,892,852,0,0), - (6094,948,0,137,0,-10335.2,164.208,36.0561,2.14893,300,10,0,734,0,0,1), - (6095,16218,533,0,0,3487.76,-2911.2,319.406,3.90954,120,0,0,17010,0,0,2), - (6096,16218,533,0,0,3527.81,-2952.38,319.326,3.90954,120,0,0,17010,0,0,2), - (6097,1270,0,559,0,-10279.1,-1304.76,46.6425,4.30179,300,10,0,950,0,0,1), - (6098,210,0,570,0,-10363.6,155.524,35.5152,2.86801,300,10,0,788,0,0,1), - (6099,948,0,137,0,-10398.2,146.614,35.4252,3.04928,300,10,0,734,0,0,1), - (6100,930,0,368,0,-10642,20.2353,39.3563,5.69836,300,5,0,664,0,0,1), - (6101,1270,0,559,0,-10301.9,-1364.06,60.2068,4.01965,300,5,0,950,0,0,1), - (6102,205,0,736,0,-10454.8,-806.807,51.1735,4.45828,300,5,0,896,0,0,1), - (6103,205,0,736,0,-10453,-788.974,53.044,5.08302,300,5,0,896,0,0,1), - (6104,205,0,736,0,-10476.9,-798.508,53.7967,2.61108,300,5,0,896,0,0,1), - (6105,533,0,203,0,-10388,-815.53,47.7868,2.98672,300,5,0,724,732,0,1), - (6106,205,0,736,0,-10429.4,-787.449,53.7105,1.92439,300,5,0,896,0,0,1), - (6107,205,0,736,0,-10646.4,-898.438,49.8103,1.94255,300,0,0,896,0,0,0), - (6108,205,0,736,0,-10415.1,-845.732,48.9628,1.25762,300,5,0,896,0,0,1), - (6109,205,0,736,0,-10459.4,-818.188,50.9235,3.3291,300,5,0,896,0,0,1), - (6110,205,0,736,0,-10463.7,-806.927,51.6172,4.97419,300,0,0,896,0,0,0), - (6111,205,0,736,0,-10435.2,-801.963,51.9235,3.45948,300,5,0,896,0,0,1), - (6112,1270,0,559,0,-10309.5,-1322.55,50.1948,1.63833,300,10,0,950,0,0,1), - (6113,920,0,1098,0,-11077.6,-1140.17,42.8358,2.41111,300,0,0,892,852,0,0), - (6114,898,0,657,0,-10621.8,-825.516,51.4391,3.2519,300,5,0,787,0,0,1), - (6115,205,0,736,0,-10530.9,-786.683,57.4378,3.48063,300,5,0,896,0,0,1), - (6116,898,0,657,0,-10580,-795.042,57.0981,1.44547,300,5,0,787,0,0,1), - (6117,205,0,736,0,-10613.6,-894.087,48.9565,0.155291,300,10,0,896,0,0,1), - (6118,205,0,736,0,-10631.9,-902.151,49.5947,1.4357,300,10,0,896,0,0,1), - (6119,205,0,736,0,-10650.4,-912.464,52.1801,0.933282,300,10,0,896,0,0,1), - (6120,205,0,736,0,-10630.5,-874.173,49.2065,1.21812,300,10,0,896,0,0,1), - (6121,205,0,736,0,-10432.3,-811.614,50.0888,6.21725,300,5,0,896,0,0,1), - (6122,533,0,203,0,-10653.6,-839.113,61.197,5.27223,300,5,0,724,732,0,1), - (6123,533,0,203,0,-10260.7,-841.453,42.5025,0.989836,300,10,0,724,732,0,1), - (6124,205,0,736,0,-10467.1,-810.72,51.953,5.55015,300,0,0,896,0,0,0), - (6125,205,0,736,0,-10646.8,-884.137,50.1853,4.42309,300,0,0,896,0,0,0), - (6126,6170,0,203,0,-11105.7,-1161.75,42.1743,1.31907,300,5,0,977,935,0,2), - (6127,10038,0,2381,0,-10534.3,-1199.89,27.5723,1.32575,300,5,0,5402,0,0,1), - (6128,206,0,522,0,-11025.6,-1137.82,38.7108,6.19245,300,5,0,950,0,0,1), - (6129,6177,0,4890,0,-5784.32,-2055.22,408.232,0.05236,180,0,0,334,165,1,0), - (6130,1116,0,726,0,-5736.76,-1888.81,400.159,6.08237,180,0,0,176,0,0,0), - (6132,206,0,522,0,-11041.6,-1125.62,38.6025,3.69915,300,5,0,950,0,0,1), - (6133,10038,0,2381,0,-10581.3,-1194.23,27.7495,2.28695,300,5,0,5402,0,0,1), - (6134,628,0,741,0,-10756.9,-779.059,42.5009,3.30835,300,10,0,664,0,0,1), - (6135,628,0,741,0,-10775.7,-768.613,43.1391,5.03354,300,10,0,664,0,0,1), - (6136,923,0,246,0,-10811.1,-780.725,46.1914,2.97416,300,10,0,617,0,0,1), - (6137,923,0,246,0,-10783.3,-813.144,44.5475,2.28154,300,10,0,617,0,0,1), - (6138,206,0,522,0,-11023.3,-1147.91,38.7108,3.09107,300,5,0,950,0,0,1), - (6139,5620,0,3638,0,-9210.83,-2150.71,64.4372,3.19926,300,0,0,980,0,0,0), - (6140,6728,0,5448,0,-9224.18,-2157.7,64.0168,2.61799,300,0,0,64,0,0,0), - (6141,1680,0,3362,0,-9315.38,-2156.69,63.4832,4.83902,300,0,0,413,0,0,0), - (6142,790,0,3363,0,-9260.76,-2219.88,64.0168,3.45575,300,0,0,1042,0,0,0), - (6143,777,0,3366,0,-9260.21,-2203.09,64.0584,3.33358,300,0,0,919,0,0,0), - (6144,3089,0,3373,0,-9201.07,-2151.17,64.4242,1.64061,300,0,0,980,0,0,0), - (6145,1671,0,3382,0,-9244.62,-2028.25,77.1862,3.45575,300,0,0,1240,0,0,0), - (6146,721,0,328,0,-9521.69,-3276.14,49.0673,5.27993,300,5,0,1,0,0,1), - (6147,429,0,491,0,-9295.82,-3307.97,150.225,0.523599,300,0,0,640,655,0,0), - (6148,429,0,491,0,-9291.38,-3313.79,150.225,0.698132,300,0,0,640,655,0,0), - (6149,429,0,491,0,-9279.97,-3286.89,132.381,3.7001,300,0,0,640,655,0,0), - (6150,848,0,257,0,-9327.6,-2202.14,61.898,2.48597,300,0,0,166,0,0,2), - (6151,5607,0,338,0,-9349.74,-2184.76,62.3281,3.08923,300,0,0,64,8336,0,0), - (6152,851,0,344,0,-9238.86,-2034.53,78.1635,3.28305,300,0,0,166,0,0,0), - (6153,5608,0,221,0,-9349.57,-2186.43,62.2727,2.9147,300,0,0,64,0,0,0), - (6154,849,0,252,0,-9262.29,-2204.6,63.934,3.56748,300,0,0,112,0,0,2), - (6155,847,0,338,0,-9262.29,-2204.6,63.934,3.56748,300,0,0,166,0,0,0), - (6156,850,0,257,0,-9174.33,-2109.71,88.95,5.89073,300,0,0,166,0,0,2), - (6157,935,0,3447,0,-9416.56,-2289.82,67.7961,2.32129,300,0,0,2016,0,0,0), - (6158,933,0,3450,0,-9420.86,-2295.08,67.6711,0.152267,300,0,0,2016,0,0,0), - (6159,568,0,662,0,-9013.23,-3209.73,108.176,5.49779,300,0,0,664,0,0,0), - (6160,568,0,662,0,-9009.29,-3212.87,108.175,3.47321,300,0,0,664,0,0,0), - (6161,429,0,491,0,-9014.05,-3215.53,107.964,3.03687,300,0,0,640,655,0,0), - (6162,3096,0,5015,0,-9726.25,-3187.31,58.6922,0.820305,300,0,0,1042,0,0,0), - (6163,3097,0,5013,0,-9603.37,-3486.69,122.109,4.99164,300,0,0,919,0,0,0), - (6164,8965,0,221,0,-9351.62,-2207.26,62.1803,3.08923,300,0,0,64,0,0,0), - (6165,8962,0,257,0,-9351.52,-2205.56,62.1914,3.24631,300,0,0,64,0,0,0), - (6166,8963,0,5556,0,-9351.24,-2204.45,62.1808,4.85202,300,0,0,42,0,0,0), - (6167,2697,0,3357,0,-9601.07,-3503.22,122.039,1.50098,300,0,0,1684,0,0,0), - (6168,385,0,229,0,-9601.79,-3489.07,122.01,3.51012,300,5,0,164,0,0,1), - (6169,385,0,229,0,-9589.58,-3485.42,122.081,4.61424,300,5,0,164,0,0,1), - (6170,6295,0,4994,0,-9607.35,-3499.28,122.039,0.575959,300,0,0,1528,0,0,0), - (6171,6966,0,5752,0,-9328.45,-2180.02,64.0383,1.93731,300,0,0,919,0,0,0), - (6172,7009,0,5768,0,-9332.6,-2180.06,62.0734,1.309,500,0,0,5544,0,0,0), - (6173,266,0,1741,0,-9231.59,-2145.62,71.3951,5.35816,300,0,0,1309,0,0,0), - (6174,464,0,2150,0,-9609.64,-1902.4,59.8859,4.09018,300,0,0,1605,0,0,0), - (6175,346,0,3370,0,-9211.5,-2145.7,64.4372,3.62629,300,0,0,980,0,0,0), - (6176,343,0,3377,0,-9209.71,-2063.14,78.2817,3.54302,300,0,0,860,0,0,0), - (6177,381,0,3360,0,-9261.03,-2172.66,64.2033,1.27409,300,0,0,919,0,0,0), - (6178,545,0,5293,0,-9325.49,-2834.43,68.7136,3.71851,300,0,0,404,456,0,0), - (6179,545,0,5293,0,-9355.54,-2778.58,55.1189,2.43568,300,5,0,404,456,0,1), - (6180,578,0,391,0,-9339.6,-2806.3,55.9974,3.45575,300,0,0,449,0,0,0), - (6181,578,0,391,0,-9405.76,-2831.32,36.9438,1.60806,300,5,0,449,0,0,1), - (6182,578,0,391,0,-9333.28,-2835.81,66.327,3.33358,300,0,0,449,0,0,0), - (6183,578,0,391,0,-9328.36,-2829.11,69.4442,2.32129,300,0,0,449,0,0,0), - (6184,545,0,5293,0,-9323.29,-2827.97,68.8947,2.05949,300,0,0,404,456,0,0), - (6185,578,0,391,0,-9348.54,-2835.57,60.8664,2.42601,300,0,0,449,0,0,0), - (6186,578,0,391,0,-9377.07,-2792.06,54.227,4.14551,300,5,0,449,0,0,1), - (6187,578,0,391,0,-9365.6,-2811.07,44.392,3.33136,300,5,0,449,0,0,1), - (6188,545,0,5293,0,-9355.49,-2801.36,54.9687,3.62271,300,5,0,404,456,0,1), - (6189,545,0,5293,0,-9381,-2751.87,54.7918,2.18471,300,5,0,404,456,0,1), - (6190,578,0,391,0,-9312.15,-2810.88,73.8875,0.630311,300,0,0,449,0,0,0), - (6191,485,0,6034,0,-9580.23,-3257.62,49.4698,0,300,0,0,494,0,0,0), - (6192,485,0,6034,0,-9496.42,-3213.14,62.7444,4.34587,300,0,0,494,0,0,0), - (6193,485,0,6034,0,-9549.83,-3257.3,49.0535,3.9968,300,0,0,494,0,0,0), - (6194,437,0,6037,0,-9544.79,-3260.65,49.2277,3.10669,300,0,0,531,0,0,0), - (6195,485,0,6034,0,-9551.27,-3264.84,49.3943,1.85005,300,0,0,494,0,0,0), - (6196,437,0,6037,0,-9508.85,-3301.33,48.4504,5.74213,300,0,0,531,0,0,0), - (6197,437,0,6037,0,-9548.54,-3242.06,50.9698,4.34587,300,0,0,531,0,0,0), - (6198,545,0,5293,0,-9465.86,-3324.8,3.10257,2.14675,300,0,0,404,456,0,0), - (6199,545,0,5293,0,-9449.8,-3334.13,5.9687,1.309,300,0,0,404,456,0,0), - (6200,544,0,5243,0,-9422.61,-3324.81,2.2351,0.807696,300,0,0,531,0,0,0), - (6201,545,0,5293,0,-9434.12,-3332.06,5.1319,0.610865,300,0,0,404,456,0,0), - (6202,544,0,5243,0,-9438.08,-3333.73,5.81795,3.26377,300,0,0,531,0,0,0), - (6203,544,0,5243,0,-9439.37,-3331.28,4.79289,2.35619,300,0,0,531,0,0,0), - (6204,545,0,5293,0,-9461.09,-3335.59,6.49758,5.86431,300,0,0,404,456,0,0), - (6205,545,0,5293,0,-9460.58,-3349.75,6.60973,1.15192,300,0,0,404,456,0,0), - (6206,544,0,5243,0,-9445.09,-3345.27,6.57073,2.35619,300,0,0,531,0,0,0), - (6207,429,0,491,0,-9361.24,-3313.63,92.521,0.733038,300,0,0,640,655,0,0), - (6208,429,0,491,0,-9392.44,-3335.53,88.6527,2.68781,300,0,0,640,655,0,0), - (6209,429,0,491,0,-9373.74,-3317.14,92.2253,2.42601,300,0,0,640,655,0,0), - (6210,431,0,493,0,-9414.44,-3391.81,89.1361,0.750492,300,0,0,734,0,0,0), - (6211,429,0,491,0,-9413.65,-3381.52,89.4909,5.42797,300,0,0,640,655,0,0), - (6212,431,0,493,0,-9407.83,-3385.77,88.5991,0.401426,300,0,0,734,0,0,0), - (6213,429,0,491,0,-9347.46,-3360.01,89.3015,3.9619,300,0,0,640,655,0,0), - (6214,568,0,662,0,-9378.11,-3359.17,89.3708,0,300,0,0,664,0,0,0), - (6215,431,0,493,0,-9433.2,-3368.24,88.4603,2.37365,300,0,0,734,0,0,0), - (6216,5846,0,7801,0,-6749.3,-1229.09,181.929,1.8755,500,5,0,2488,0,0,1), - (6217,5855,0,2075,0,-6715.62,-1185.73,240.402,5.67996,500,10,0,2399,0,0,1), - (6218,8277,0,4458,0,-7189.3,-1704.58,242.323,1.25664,7200,10,0,2577,0,0,2), - (6219,9699,0,8971,0,-6492.92,-1114.86,305.234,3.76593,500,10,0,1,0,0,1), - (6220,5857,0,4457,0,-7333.46,-1589.53,315.578,5.50884,500,5,0,2310,0,0,1), - (6221,5855,0,2075,0,-7252,-1579.61,272.481,1.40597,500,5,0,2399,0,0,1), - (6222,5844,0,7789,0,-6859.4,-1226.64,176.612,5.11897,500,5,0,2310,0,0,2), - (6223,5855,0,2075,0,-6949.87,-1237.09,144.506,0.284127,500,5,0,2399,0,0,1), - (6224,5843,0,487,0,-6913.96,-1281.48,182.07,0.069813,500,0,0,2294,0,0,0), - (6225,5843,0,487,0,-6905.94,-1310.08,180.415,6.19592,500,0,0,2294,0,0,0), - (6226,5844,0,7790,0,-6843.74,-1379.45,169.087,0.928003,500,3,0,2310,0,0,1), - (6227,5844,0,7791,0,-6846.29,-1377.84,168.912,0.903507,500,3,0,2310,0,0,1), - (6228,5857,0,4457,0,-6596.13,-1570.88,272.538,0.035142,500,10,0,2310,0,0,1), - (6229,8278,0,5781,0,-7028.84,-981.844,249.998,2.61056,7200,0,0,2768,0,0,0), - (6230,5854,0,10801,0,-6708.54,-1109.27,244.616,1.1054,500,5,0,2488,0,0,1), - (6231,5854,0,10801,0,-6771.64,-1153.67,243.399,2.02511,500,10,0,2488,0,0,1), - (6232,5854,0,10801,0,-6687.32,-1386.22,240.638,4.84639,500,10,0,2488,0,0,1), - (6233,5857,0,4457,0,-6666.13,-1556.07,242.131,3.47569,500,5,0,2310,0,0,1), - (6234,5857,0,4457,0,-6609.41,-1451.65,265.908,1.07157,500,10,0,2310,0,0,1), - (6235,5854,0,10801,0,-6718.95,-1344.72,240.513,2.50979,500,10,0,2488,0,0,1), - (6236,5854,0,10801,0,-6813.49,-1176.91,239.917,0.348113,500,10,0,2488,0,0,1), - (6237,5854,0,10801,0,-6881.75,-1047.02,245.924,3.82883,500,10,0,2488,0,0,1), - (6238,5854,0,10801,0,-6812.6,-1079.57,242.737,6.14195,500,5,0,2488,0,0,1), - (6239,5854,0,10801,0,-6782.29,-1048.12,240.75,1.28091,500,10,0,2488,0,0,1), - (6240,8282,0,7835,0,-6653.42,-647.411,241.82,6.11187,43200,0,0,5502,3728,0,0), - (6241,5854,0,10801,0,-6715.64,-1252.52,242.069,0.210412,500,5,0,2488,0,0,1), - (6242,5856,0,4456,0,-7219.53,-1764.73,244.519,0.61637,500,10,0,1997,0,0,1), - (6243,5843,0,487,0,-6900.39,-1285.03,216.064,6.02139,500,0,0,2294,0,0,0), - (6244,5855,0,2075,0,-7018.55,-1353.97,239.518,1.66146,500,5,0,2399,0,0,1), - (6245,5855,0,2075,0,-6920.38,-1521.84,190.857,1.62795,500,5,0,2399,0,0,1), - (6246,5855,0,2075,0,-6752.88,-1562.62,195.454,4.36781,500,10,0,2399,0,0,1), - (6247,5854,0,10801,0,-6756.99,-1212.31,245.065,1.87403,500,5,0,2488,0,0,1), - (6248,5857,0,4457,0,-6512.39,-1617.92,300.874,0.922606,500,5,0,2310,0,0,1), - (6249,5857,0,4457,0,-6490.17,-1588.35,318.712,3.00633,500,10,0,2310,0,0,1), - (6250,8566,0,7866,0,-6941.07,-1479.42,235.674,0.574123,500,5,0,2488,0,0,2), - (6251,5846,0,7800,0,-6724.09,-1617.32,194.129,4.89442,500,5,0,2488,0,0,2), - (6252,431,0,493,0,-9384.97,-3346.69,88.6101,3.16096,300,5,0,734,0,0,1), - (6253,429,0,491,0,-9361.1,-3303.4,91.0516,1.68232,300,5,0,640,655,0,1), - (6254,429,0,491,0,-9337.67,-3411.72,90.5156,3.83708,300,5,0,640,655,0,1), - (6255,568,0,662,0,-9362.63,-3401.28,92.1525,5.61119,300,5,0,664,0,0,1), - (6256,431,0,493,0,-9370.03,-3344.07,90.3972,5.8852,300,5,0,734,0,0,1), - (6257,431,0,493,0,-9391.02,-3409.35,88.4583,3.8274,300,5,0,734,0,0,1), - (6258,431,0,493,0,-9406.09,-3408.26,87.128,0.405156,300,5,0,734,0,0,1), - (6259,3090,0,3381,0,-9170.52,-2115.84,88.9624,1.93888,300,0,0,1240,0,0,0), - (6260,3086,0,3378,0,-9215.79,-2066.68,82.855,3.49771,300,0,0,919,0,0,0), - (6261,9982,0,9255,0,-9249.09,-2152.7,64.0168,3.12414,300,0,0,1605,0,0,0), - (6262,3087,0,3379,0,-9204.44,-2065.39,78.0871,0.569116,300,0,0,1042,0,0,0), - (6263,3088,0,3380,0,-9173.33,-2088.29,89.0329,3.80482,300,0,0,1240,0,0,0), - (6264,812,0,1745,0,-9237.78,-2041.65,78.1678,4.64889,300,0,0,919,0,0,0), - (6265,3091,0,3376,0,-9234.38,-2160.86,71.2118,6.08985,300,0,0,1309,0,0,0), - (6266,791,0,3368,0,-9260.25,-2195.37,64.0168,3.45575,300,0,0,919,0,0,0), - (6267,721,0,328,0,-9254.87,-3144.46,107.969,0.158697,300,10,0,1,0,0,1), - (6268,397,0,3383,0,-9291.54,-3309.94,150.082,0.872665,300,0,0,1794,1707,0,0), - (6269,819,0,3916,0,-9293.8,-3285.93,150.225,5.93412,300,0,0,589,618,0,0), - (6270,342,0,1743,0,-9245.81,-2045.33,77.1861,5.23599,300,0,0,919,0,0,0), - (6271,348,0,3359,0,-9310.69,-2140.65,63.6901,1.91986,300,0,0,1240,0,0,0), - (6272,422,0,506,0,-9466.54,-2893.63,84.436,0,300,0,0,417,0,0,0), - (6273,578,0,391,0,-9312.34,-2808.69,74.1375,3.47321,300,0,0,449,0,0,0), - (6274,578,0,391,0,-9315.64,-2810.97,73.5125,1.0472,300,0,0,449,0,0,0), - (6275,429,0,491,0,-9368.86,-3330.47,92.19,3.85718,300,0,0,640,655,0,0), - (6276,3085,0,3375,0,-9204.98,-2149.53,64.3429,3.84107,300,0,0,919,0,0,0), - (6277,721,0,328,0,-9636.07,-3237.83,48.5948,1.15041,300,10,0,1,0,0,1), - (6278,819,0,3916,0,-9289.28,-3282.13,150.225,5.42797,300,0,0,589,618,0,0), - (6279,429,0,491,0,-9290.58,-3285.25,150.225,5.55015,300,0,0,640,655,0,0), - (6280,721,0,328,0,-9546.06,-2860.46,87.1434,0.537804,300,5,0,1,0,0,1), - (6281,721,0,328,0,-9097.18,-3334.1,100.401,0.255692,300,10,0,1,0,0,1), - (6282,721,0,328,0,-9681.8,-2985.66,52.3182,2.00448,300,5,0,1,0,0,1), - (6283,721,0,328,0,-9376.74,-3438.31,92.5444,4.26259,300,5,0,1,0,0,1), - (6284,721,0,328,0,-9716.21,-2573.71,60.4024,6.03763,300,10,0,1,0,0,1), - (6285,721,0,328,0,-9242.65,-3397.99,104.559,2.99544,300,5,0,1,0,0,1), - (6286,721,0,328,0,-9230.25,-3365.92,100.825,1.42593,300,5,0,1,0,0,1), - (6287,721,0,328,0,-9339.67,-3339.95,91.1765,3.09612,300,5,0,1,0,0,1), - (6288,615,0,6040,0,-8761.4,-2138.31,155.305,5.29189,300,0,0,617,0,0,0), - (6289,721,0,328,0,-9705.96,-2777.1,52.0657,5.52324,300,10,0,1,0,0,1), - (6290,568,0,662,0,-9423.74,-3432.85,88.868,2.84489,300,0,0,664,0,0,0), - (6291,721,0,328,0,-9095.73,-2453.36,120.865,5.35317,300,5,0,1,0,0,1), - (6292,721,0,328,0,-9272.89,-3165.61,111.298,1.63779,300,10,0,1,0,0,1), - (6293,721,0,328,0,-9708.34,-2615,61.9741,4.65457,300,10,0,1,0,0,1), - (6295,431,0,493,0,-9098.54,-3183.15,110.379,5.58505,300,0,0,734,0,0,0), - (6296,429,0,491,0,-9094.58,-3177.41,110.129,4.92183,300,0,0,640,655,0,0), - (6297,1083,0,1305,0,-9528.32,-2651.43,49.9202,4.59094,300,10,0,356,0,0,1), - (6298,1116,0,726,0,-5729.95,-1878.76,399.7,0.15708,180,0,0,176,0,0,0), - (6299,1117,0,726,0,-5725.38,-1876.18,399.7,3.57792,180,0,0,176,0,0,0), - (6300,1117,0,726,0,-5720.96,-1890.72,400.7,4.01414,180,0,0,176,0,0,0), - (6301,1117,0,726,0,-5713.44,-1875,400.325,2.63997,180,0,0,176,0,0,0), - (6302,1116,0,726,0,-5721.69,-1865.04,399.724,4.87633,180,0,0,176,0,0,0), - (6303,721,0,328,0,-5512.94,-1914.89,400.102,5.46832,180,10,0,1,0,0,1), - (6304,1689,0,193,0,-5513.86,-1926.36,400.18,6.2617,180,0,0,176,0,0,0), - (6305,1689,0,193,0,-5482.73,-1888.72,399.171,0.558185,180,0,0,176,0,0,0), - (6306,1196,0,8840,0,-5456.15,-1880.89,401.226,1.53009,180,10,0,164,0,0,1), - (6307,1127,0,744,0,-5475.9,-1812.29,407.771,3.81908,180,0,0,137,0,0,0), - (6308,1689,0,193,0,-5485.9,-1849.39,400.24,5.46936,180,0,0,176,0,0,0), - (6309,1127,0,744,0,-5459.84,-1928.9,404.081,4.15527,180,0,0,137,0,0,0), - (6310,1689,0,193,0,-5580.63,-2118.72,402.254,0.288692,180,5,0,176,0,0,1), - (6311,1118,0,723,0,-5653.54,-2107.26,400.946,4.81279,180,5,0,222,0,0,1), - (6312,1118,0,723,0,-5704.85,-2113.41,400.859,4.01139,180,5,0,222,0,0,1), - (6313,1689,0,193,0,-5709.52,-2107.53,401.053,3.06704,180,5,0,176,0,0,1), - (6314,1117,0,726,0,-5686.15,-2119.57,400.61,3.81152,180,5,0,176,0,0,1), - (6315,1118,0,723,0,-5672.98,-2106,400.615,0.981678,180,5,0,222,0,0,1), - (6316,1118,0,723,0,-5663.11,-2120.3,400.978,2.14675,180,0,0,222,0,0,0), - (6317,1117,0,726,0,-5668.62,-2120.08,401.243,4.38078,180,0,0,176,0,0,0), - (6318,1117,0,726,0,-5649.83,-2120.59,400.571,6.27184,180,5,0,176,0,0,1), - (6319,1118,0,723,0,-5751.74,-2163.47,400.682,0.069813,180,0,0,222,0,0,0), - (6320,721,0,328,0,-5704.01,-2155.43,414.866,3.8873,180,10,0,1,0,0,1), - (6321,1118,0,723,0,-5773.77,-2108.05,400.633,5.89879,180,5,0,222,0,0,1), - (6322,1117,0,726,0,-5783.03,-2125.94,401.723,4.38447,180,5,0,176,0,0,1), - (6323,1117,0,726,0,-5806.63,-2080.29,401.573,1.49599,180,0,0,176,0,0,0), - (6324,1689,0,193,0,-5824.76,-2075.19,400.758,3.03717,180,0,0,176,0,0,0), - (6325,1689,0,193,0,-5767.96,-2123.71,401.721,2.07201,180,5,0,176,0,0,1), - (6326,1127,0,744,0,-5756.74,-2099.08,401.181,1.53347,180,5,0,137,0,0,1), - (6327,1117,0,726,0,-5851.44,-2061.23,400.741,1.58664,180,0,0,176,0,0,0), - (6328,721,0,328,0,-5682.04,-2214.65,425.253,0.475058,180,10,0,1,0,0,1), - (6329,1689,0,193,0,-5697.08,-2216.21,430.253,3.84138,180,5,0,176,0,0,1), - (6330,1689,0,193,0,-5620.16,-2204.59,421.543,4.02515,180,5,0,176,0,0,1), - (6331,721,0,328,0,-5614.6,-2210.97,422.193,1.25904,180,10,0,1,0,0,1), - (6332,721,0,328,0,-5576.1,-2143.6,400.909,1.78353,180,10,0,1,0,0,1), - (6333,1689,0,193,0,-5540.59,-2378.91,400.681,3.91127,180,5,0,176,0,0,1), - (6334,721,0,328,0,-5531.46,-2362.01,400.888,5.92394,180,10,0,1,0,0,1), - (6335,13076,0,1598,0,-5560.16,-2369.22,400.748,2.01261,250,0,0,1903,0,0,0), - (6336,13076,0,1598,0,-5535.4,-2439.24,400.932,2.6529,250,0,0,1903,0,0,0), - (6337,14991,0,15251,0,-8873.52,544.724,106.367,3.82227,43200,0,0,2471,0,0,0), - (6338,13076,0,1598,0,-5536.79,-2392.37,400.772,3.21141,250,0,0,1903,0,0,0), - (6339,1689,0,193,0,-5461.71,-2369.54,402.994,2.26052,180,0,0,176,0,0,0), - (6340,1959,0,1891,0,-5479.75,-2447.09,400.675,3.54302,190,0,0,919,0,0,0), - (6341,1689,0,193,0,-5526.57,-2466.37,401.291,4.97299,180,0,0,176,0,0,0), - (6342,1689,0,193,0,-5436.96,-2446.61,400.82,5.62642,180,0,0,176,0,0,0), - (6343,721,0,328,0,-5431.24,-2390.28,402.47,2.59314,180,10,0,1,0,0,1), - (6344,1196,0,8840,0,-5473.11,-2141.55,413.534,1.07831,180,10,0,164,0,0,1), - (6345,1689,0,193,0,-5502.81,-2082.62,400.475,1.7138,180,0,0,176,0,0,0), - (6346,721,0,328,0,-5510.29,-2082.16,400.5,3.32857,180,10,0,1,0,0,1), - (6347,721,0,328,0,-5425.17,-2149.71,400.712,0.245576,180,10,0,1,0,0,1), - (6348,1689,0,193,0,-5437.94,-2145.82,401.087,5.86784,180,0,0,176,0,0,0), - (6349,1127,0,744,0,-5395.82,-2148.19,405.932,5.23528,180,0,0,137,0,0,0), - (6350,1689,0,193,0,-5399.14,-2127.66,400.982,3.1045,180,0,0,176,0,0,0), - (6351,1689,0,193,0,-5318.98,-2189.3,424.709,3.54036,180,0,0,176,0,0,0), - (6352,1689,0,193,0,-5317.21,-2141.46,420.23,0.285279,180,0,0,176,0,0,0), - (6353,721,0,328,0,-5288.72,-2137.8,425.352,0.611846,180,10,0,1,0,0,1), - (6354,721,0,328,0,-5310.51,-2197.95,424.622,6.24939,180,10,0,1,0,0,1), - (6355,1127,0,744,0,-5297.82,-2128.87,424.917,5.16404,180,0,0,137,0,0,0), - (6356,13076,0,1598,0,-5192.67,-2284.61,400.707,5.48033,250,0,0,1903,0,0,0), - (6357,1960,0,5131,0,-5163.74,-2329.58,400.675,1.46608,180,0,0,748,0,0,0), - (6358,13076,0,1598,0,-5175.93,-2326.68,400.778,1.16937,250,0,0,1903,0,0,0), - (6359,1689,0,193,0,-5129.17,-2295.83,400.547,4.31973,180,0,0,176,0,0,0), - (6360,1689,0,193,0,-5117.64,-2258.74,400.321,3.99517,180,5,0,176,0,0,1), - (6361,13076,0,1598,0,-5100.96,-2275.54,400.297,5.28835,250,0,0,1903,0,0,0), - (6362,13076,0,1598,0,-5065.83,-2318.03,412.623,0.279253,250,0,0,1903,0,0,0), - (6363,1201,0,954,0,-5111.65,-2247.34,400.825,5.14892,180,10,0,137,0,0,1), - (6364,13076,0,1598,0,-5001.71,-2292.66,408.549,5.32325,250,0,0,1903,0,0,0), - (6365,13076,0,1598,0,-5029.86,-2311.39,402.108,0.698132,250,0,0,1903,0,0,0), - (6366,1689,0,193,0,-5042.58,-2270.75,400.712,0.847772,180,5,0,176,0,0,1), - (6367,13076,0,1598,0,-5001.43,-2312.56,405.774,0.017576,250,0,0,1903,0,0,0), - (6368,1127,0,744,0,-5046.78,-2210.7,400.779,0.669971,180,5,0,137,0,0,1), - (6369,1689,0,193,0,-5034.7,-2178.65,406.084,0.508237,180,5,0,176,0,0,1), - (6370,1689,0,193,0,-5016.53,-2145.6,403.455,5.50884,180,5,0,176,0,0,1), - (6371,1201,0,954,0,-5057.21,-2155.61,401.272,3.37805,180,10,0,137,0,0,1), - (6372,1201,0,954,0,-5068.7,-2086.72,421.771,1.81341,180,10,0,137,0,0,1), - (6373,1201,0,954,0,-5037.98,-2099.96,418.704,1.23053,180,10,0,137,0,0,1), - (6374,1961,0,913,0,-5116.94,-2054.59,426.963,1.33575,180,0,0,222,0,0,0), - (6375,1201,0,954,0,-5098.37,-2091.35,414.859,0.355113,180,10,0,137,0,0,1), - (6376,1689,0,193,0,-4965.29,-2291.57,414.264,1.11568,180,0,0,176,0,0,0), - (6377,13076,0,1598,0,-4952.2,-2352.81,407.778,1.02974,250,0,0,1903,0,0,0), - (6378,5952,1,9796,0,-641.489,-4561.34,42.9932,6.05629,300,0,0,4356,0,0,0), - (6379,5952,1,9797,0,-610.798,-4599.89,41.4444,4.72984,300,0,0,4356,0,0,0), - (6380,5953,1,9799,0,261.857,-4645.88,11.763,5.3713,300,0,0,1573,0,0,2), - (6381,3168,1,3741,0,328.73,-4763.78,12.6269,2.09439,300,0,0,644,0,0,0), - (6382,5953,1,9798,0,398.973,-4707.58,9.7528,5.48033,300,0,0,1573,0,0,0), - (6383,5953,1,9799,0,390.671,-4591.46,55.2134,4.02328,300,0,0,1573,0,0,0), - (6384,5943,1,4611,0,330.355,-4826.93,10.6074,2.79253,300,0,0,644,0,0,0), - (6385,5953,1,9800,0,358.329,-4791.56,12.6601,1.0426,300,5,0,1573,0,0,1), - (6386,5953,1,9798,0,392.519,-4582.6,69.7285,0.977384,300,0,0,1573,0,0,0), - (6387,5953,1,9800,0,319.097,-4812.88,10.6054,4.60767,300,0,0,1573,0,0,0), - (6388,5953,1,9800,0,217.065,-4716.41,15.4771,0.366338,300,5,0,1573,0,0,1), - (6389,3172,1,3745,0,356.192,-4837.95,11.172,2.04204,300,0,0,2192,1481,0,0), - (6390,3121,1,598,0,-1553.21,-5350.96,4.72484,4.27125,300,5,0,137,0,0,1), - (6391,3121,1,598,0,-1584.37,-5307.1,9.23512,1.78176,300,10,0,137,0,0,1), - (6392,3121,1,598,0,-744.585,-5611.71,24.5514,3.47539,300,10,0,137,0,0,1), - (6393,3121,1,598,0,-1614.27,-5287.68,7.52334,3.00841,300,5,0,137,0,0,1), - (6394,3121,1,598,0,-648.184,-5618.89,7.47856,5.19248,300,5,0,137,0,0,1), - (6395,3121,1,598,0,-1022.93,-5614.99,4.98502,3.67255,300,5,0,137,0,0,1), - (6396,3184,1,4071,0,-798.274,-4892.27,22.983,3.90954,300,0,0,1240,0,0,0), - (6397,5942,1,4610,0,-778.514,-4926.86,22.9971,4.31096,300,0,0,594,0,0,0), - (6398,5880,1,10171,0,-839.287,-4939.83,21.0857,1.97222,300,0,0,594,519,0,0), - (6399,3297,1,4084,0,-844.133,-4924.52,20.9509,6.16101,300,0,0,1309,0,0,0), - (6400,3297,1,4083,0,-827.497,-4881.53,19.7186,1.02974,300,0,0,1309,0,0,0), - (6401,3297,1,4084,0,-821.04,-4941.13,21.4013,3.33843,300,0,0,1309,0,0,2), - (6402,7953,1,7040,0,-852.558,-4885.32,22.0868,1.64061,300,0,0,3517,100,0,0), - (6403,7952,1,7037,0,-858.232,-4882.66,22.1158,1.41372,300,0,0,2972,0,0,0), - (6404,14545,1,14339,0,-849.765,-4885.79,21.8995,1.15192,120,0,0,64,53,0,0), - (6405,14543,1,14344,0,-846.074,-4884.12,21.2854,2.54818,120,0,0,64,53,0,0), - (6406,12349,1,6472,0,-845.084,-4880,20.6724,2.46091,120,0,0,42,0,0,0), - (6407,12346,1,4806,0,-860.494,-4881.54,21.8775,1.55334,120,0,0,42,0,0,0), - (6408,12350,1,6473,0,-862.748,-4878.5,20.6181,0.610865,120,0,0,42,0,0,0), - (6409,14544,1,14342,0,-855.627,-4884.4,22.1798,1.32645,120,0,0,64,53,0,0), - (6410,3186,1,4089,0,-779.031,-4938.93,22.3297,3.31613,300,0,0,456,0,0,0), - (6411,3112,1,1252,0,58.3333,-4291.67,64.8786,5.32869,300,10,0,137,0,0,1), - (6412,3112,1,1252,0,117.878,-4459.38,37.6442,0.088007,300,10,0,137,0,0,1), - (6413,3112,1,1252,0,62.1836,-4454.37,46.8297,2.5243,300,3,0,137,0,0,1), - (6414,3112,1,1252,0,51.0283,-4468.06,48.8177,3.98646,300,3,0,137,0,0,1), - (6415,3111,1,1218,0,18.2329,-4617.23,44.7297,0.307545,300,5,0,120,0,0,1), - (6416,3111,1,1218,0,80.3499,-4406.12,43.4788,1.72691,300,5,0,120,0,0,1), - (6417,3197,1,4192,0,1450.39,-4691.18,-5.0319,1.42394,300,0,0,166,178,0,0), - (6418,3197,1,4192,0,1436.69,-4785.35,7.73808,4.94512,300,0,0,166,178,0,0), - (6419,3197,1,4192,0,1449.92,-4738.28,-1.99017,1.06659,300,0,0,166,178,0,0), - (6420,3198,1,4191,0,1499.2,-4855.49,10.7803,3.06868,300,0,0,178,382,0,0), - (6421,3197,1,4192,0,1458.77,-4804.13,10.7312,2.95202,300,0,0,166,178,0,0), - (6422,3197,1,4193,0,1483.43,-4779.73,5.94835,1.30609,300,0,0,166,178,0,0), - (6423,3198,1,4191,0,1477.11,-4769.06,6.44096,0.847762,300,0,0,178,382,0,0), - (6424,3198,1,4190,0,1535.37,-4783.95,12.4727,2.08328,300,0,0,178,382,0,0), - (6425,3198,1,4190,0,1420.28,-4728.08,-0.710633,4.48445,300,0,0,178,382,0,0), - (6426,3197,1,4193,0,1504.83,-4735.84,15.6554,0.989693,300,0,0,166,178,0,0), - (6427,3197,1,4192,0,871.684,-4183.83,-13.9273,4.03171,300,0,0,166,178,0,0), - (6428,3197,1,4192,0,860.271,-4198.58,-13.9487,0.925025,300,0,0,166,178,0,0), - (6429,3197,1,4192,0,881.009,-4196.7,-14.0806,0.994838,300,0,0,166,178,0,0), - (6430,3198,1,4190,0,861.762,-4177.55,-14.0174,0.122173,300,0,0,178,382,0,0), - (6431,3198,1,4190,0,876.708,-4229.61,-11.1555,5.044,300,0,0,178,382,0,0), - (6432,3197,1,4192,0,846.259,-4200.13,-10.6926,4.34767,300,0,0,166,178,0,0), - (6433,3199,1,4194,0,914.509,-4747.24,19.6063,3.66224,300,5,0,178,382,0,1), - (6434,3199,1,4194,0,943.456,-4724.34,21.3917,4.66289,300,5,0,178,382,0,1), - (6435,3196,1,4187,0,923.904,-4707.81,22.9414,5.72971,300,0,0,166,178,0,0), - (6436,3199,1,4194,0,929.706,-4719.18,19.9841,1.0005,300,0,0,178,382,0,0), - (6437,3114,1,1964,0,-78.1084,-4012.51,63.6847,3.22944,300,5,0,176,0,0,1), - (6438,3114,1,1964,0,-118.588,-3985.38,58.9729,1.79979,300,5,0,176,0,0,1), - (6440,3113,1,6088,0,-52.5952,-4017.01,65.3598,5.78543,300,5,0,148,165,0,1), - (6441,3113,1,6088,0,-86.0457,-4025.48,63.4506,1.03399,300,5,0,148,165,0,1), - (6442,3113,1,6088,0,-57.7837,-3979.82,62.8262,2.70352,300,5,0,148,165,0,1), - (6443,3113,1,6088,0,-57.1798,-4040.56,67.3281,2.90567,300,5,0,148,165,0,1), - (6444,3113,1,6088,0,-68.2943,-4052.45,67.3768,0.826492,300,5,0,148,165,0,1), - (6445,3114,1,1964,0,-87.4558,-4045.82,64.5018,4.33219,300,0,0,176,0,0,0), - (6446,3114,1,1964,0,-93.6433,-3984.71,61.0635,4.01332,300,5,0,176,0,0,1), - (6447,3114,1,1964,0,-137.058,-4010.05,59.3378,5.06668,300,5,0,176,0,0,1), - (6448,3114,1,1964,0,491.18,-4222.48,24.282,0.003392,300,10,0,176,0,0,1), - (6449,3114,1,1964,0,463.713,-4273.01,23.3364,4.47231,300,5,0,176,0,0,1), - (6450,3113,1,6088,0,493.807,-4256.06,21.1464,4.68197,300,10,0,148,165,0,1), - (6451,3114,1,1964,0,438.009,-4179.61,25.1933,0.712101,300,5,0,176,0,0,1), - (6452,3113,1,6088,0,461.106,-4298.42,25.2114,4.92346,300,5,0,148,165,0,1), - (6453,3114,1,1964,0,461.623,-4169.47,26.8051,5.69883,300,5,0,176,0,0,1), - (6454,3113,1,6088,0,484.983,-4293.99,22.3683,4.03371,300,10,0,148,165,0,1), - (6455,3203,1,7128,0,868.614,-4189.56,-14.0285,1.39128,300,0,0,219,537,0,0), - (6456,3204,1,240,0,1469.35,-4705.08,2.23116,1.0276,300,0,0,342,710,0,0), - (6457,3206,1,4076,0,-1165.43,-5588.42,13.7373,3.90321,300,0,0,148,165,0,0), - (6458,3189,1,4073,0,1772.72,-4343.18,-7.81578,0.715585,300,0,0,228,0,0,0), - (6459,3190,1,4075,0,1152.64,-4159,20.236,3.52556,300,0,0,334,0,0,0), - (6460,3191,1,3751,0,312.099,-4664.95,16.4254,4.17134,300,0,0,196,0,0,0), - (6461,3193,1,3750,0,742.385,-4241.65,18.762,2.75762,200,0,0,166,0,0,0), - (6462,3188,1,4072,0,-825.636,-4920.76,19.7409,0.261799,300,0,0,500,0,0,0), - (6463,3194,1,4074,0,-797.523,-4921.17,22.9571,2.26893,300,0,0,228,0,0,0), - (6464,3208,1,3752,0,1102.09,-4945.36,15.6857,2.35619,300,0,0,804,0,0,0), - (6465,3226,1,2488,0,776.656,-3895.71,18.0722,6.01083,300,5,0,198,0,0,1), - (6466,3227,1,787,0,-170.072,-3951.13,54.1506,5.14039,300,10,0,198,0,0,1), - (6467,3225,1,744,0,395.885,-3911.89,28.8793,2.8464,300,5,0,198,0,0,1), - (6468,3226,1,2488,0,101.942,-3887.27,42.142,2.10496,300,10,0,198,0,0,1), - (6469,3228,1,1000,0,1431.48,-4970.27,-5.57264,0.6342,300,5,0,198,0,0,1), - (6470,3228,1,1000,0,1040.59,-5153.78,-7.83558,3.29606,300,5,0,198,0,0,1), - (6471,3287,1,2025,0,-397.761,-4108.99,50.2876,1.41372,120,0,0,87,0,0,0), - (6472,3122,1,1960,0,-1328.27,-5490.06,5.9713,1.30592,300,5,0,120,0,0,1), - (6473,3122,1,1960,0,-1029.89,-5516.54,7.27228,5.73885,300,10,0,120,0,0,1), - (6474,3122,1,1960,0,-1294.94,-5129.05,2.11107,1.63687,300,10,0,120,0,0,1), - (6475,3122,1,1960,0,-1586,-5242.36,6.00324,2.91418,300,10,0,120,0,0,1), - (6476,3122,1,1960,0,-823.853,-5653.07,4.77193,5.81016,300,10,0,120,0,0,1), - (6477,3122,1,1960,0,-691.501,-5676.06,6.38531,3.85605,300,5,0,120,0,0,1), - (6478,3122,1,1960,0,-1147.91,-5580.94,8.62285,0.341721,300,0,0,120,0,0,0), - (6479,3293,1,7129,0,999.763,-4414.4,14.4718,5.42797,200,0,0,166,0,0,0), - (6480,10685,1,10015,0,1256.44,-4234.81,26.3166,0.006402,200,5,0,14,0,0,1), - (6481,5951,1,1560,0,24.2772,-3886.57,42.7989,2.40486,120,5,0,8,0,0,1), - (6482,6145,1,4878,0,-330.21,-5428.93,-7.69427,1.31428,120,10,0,42,0,0,1), - (6483,10685,1,10015,0,1284.41,-4237.23,25.9627,2.54944,200,5,0,14,0,0,1), - (6484,3300,1,1206,0,1105.35,-4309.69,23.0429,1.35943,120,5,0,1,0,0,1), - (6485,6145,1,4878,0,1299.74,-5172.93,-12.1661,4.68452,120,10,0,42,0,0,1), - (6486,3300,1,1206,0,906.414,-4367.44,16.4816,3.75504,120,10,0,1,0,0,1), - (6487,6145,1,4878,0,-257.392,-5325.94,-7.69238,6.19109,120,10,0,42,0,0,1), - (6488,5951,1,1560,0,-731.932,-4270.77,42.2732,2.468,120,5,0,8,0,0,1), - (6489,5951,1,1560,0,-425.309,-4108.64,49.3768,0.872555,120,5,0,8,0,0,1), - (6490,6408,1,5370,0,-811.913,-4940.15,20.6154,3.45575,300,0,0,2016,0,0,0), - (6491,16012,1,15966,0,1915.67,-4170.77,41.0061,0.750492,300,0,0,4000,0,0,0), - (6492,7951,1,15352,0,1991.32,-4652.35,27.1365,0.10472,300,0,0,2200,0,0,0), - (6493,15186,1,15369,0,1992.19,-4651.05,27.0636,6.14356,120,0,0,42,0,0,0), - (6494,14377,1,14415,0,1735.91,-4452.66,36.8017,4.39755,600,0,0,9298,0,0,2), - (6495,14376,1,14414,0,1699.08,-3925.13,51.5505,5.2951,600,0,0,9298,0,0,2), - (6496,14375,1,14413,0,1602.45,-4391.57,9.76626,4.31457,600,0,0,9298,0,0,2), - (6497,16076,1,15988,0,1989.31,-4655.91,27.5285,0.15708,300,0,0,2900,0,0,0), - (6498,16069,1,15984,0,1989.83,-4656.83,27.4343,0.628319,120,0,0,1300,0,0,0), - (6499,14720,1,14732,0,1565.79,-4395.27,6.9866,3.35103,600,0,0,5500,0,0,0), - (6500,14392,1,14429,0,1568,-4405.87,8.13371,3.31613,600,0,0,43341,0,0,0), - (6504,15188,1,15322,0,1658.71,-4348.8,29.2574,4.39823,300,0,0,1729,5013,0,0), - (6505,15350,1,15387,0,1989.93,-4799.55,55.9036,2.3911,300,0,0,2148,0,0,0), - (6507,3100,1,193,0,1270.51,-4287.87,24.8377,6.09709,300,5,0,156,0,0,1), - (6508,3100,1,193,0,1123.9,-4393.71,24.9768,5.71978,300,0,0,156,0,0,0), - (6509,3100,1,193,0,1170.5,-4253.13,22.6952,3.73231,300,10,0,156,0,0,1), - (6510,3100,1,193,0,1260.82,-4387.59,28.5276,3.3681,300,5,0,156,0,0,1), - (6511,3100,1,193,0,1237.44,-4337.45,24.8574,5.5992,300,5,0,156,0,0,1), - (6512,14451,1,14499,0,2038.21,-4672.55,25.1536,3.9968,300,0,0,413,0,0,0), - (6513,14499,1,14616,0,2061.85,-4668.64,25.4659,5.55897,200,3,0,112,0,0,1), - (6514,14499,1,14616,0,2055.98,-4678.32,25.4659,5.24283,200,3,0,112,0,0,1), - (6515,14499,1,14589,0,2064.18,-4673.23,25.4659,3.24586,200,3,0,112,0,0,1), - (6516,14498,1,3850,0,2052.27,-4670.94,25.5492,5.28835,300,0,0,1930,0,0,0), - (6517,14499,1,14589,0,2028.51,-4660.47,26.5089,6.18222,200,5,0,112,0,0,2), - (6518,14499,1,14616,0,2063.66,-4677.23,25.4659,4.24657,200,3,0,112,0,0,1), - (6519,15765,1,15724,0,1911.7,-4276.77,31.6557,4.88692,300,0,0,2400,0,0,0), - (6520,15761,1,15731,0,1945.32,-4330.31,22.1011,3.50811,300,0,0,2100,0,0,0), - (6521,6020,1,2835,0,-815.378,-4011.51,-17.75,1.88749,300,5,0,417,0,0,1), - (6522,6020,1,2835,0,-838.969,-4041.83,-21.08,0.837024,300,5,0,417,0,0,1), - (6523,10556,1,10038,0,-320.191,-4122.77,51.3316,1.09659,200,0,0,138,0,0,0), - (6524,10556,1,10038,0,-634.882,-4480.31,46.2619,4.71333,200,0,0,138,0,0,0), - (6525,10556,1,10038,0,-757.896,-4324.19,45.1184,4.301,200,0,0,138,0,0,0), - (6526,10556,1,10038,0,-375.545,-4018.32,50.3465,2.86373,200,0,0,138,0,0,0), - (6527,10556,1,10038,0,-754.196,-4141.18,39.4156,1.54425,200,0,0,138,0,0,0), - (6528,3110,1,1250,0,144.051,-3753.78,17.4501,3.39226,300,10,0,176,0,0,1), - (6529,3110,1,1250,0,940.631,-3825.67,17.1279,4.31137,300,10,0,176,0,0,1), - (6530,3110,1,1250,0,425.915,-3817.55,19.5345,0.224568,300,10,0,176,0,0,1), - (6531,3110,1,1250,0,3.92897,-3745.33,13.8359,6.22634,300,10,0,176,0,0,1), - (6532,3110,1,1250,0,-210.053,-3845.67,20.401,4.64011,300,10,0,176,0,0,1), - (6533,3110,1,1250,0,-274.501,-3850.62,16.3609,0.647013,300,10,0,176,0,0,1), - (6534,3104,1,1246,0,-1181.96,-4811.86,-10.2187,0.256981,300,10,0,120,0,0,1), - (6535,3104,1,1246,0,-782.621,-5149.96,-7.58769,5.28467,300,10,0,120,0,0,1), - (6536,3104,1,1246,0,228.761,-5211.39,-14.3357,0.463958,300,10,0,120,0,0,1), - (6537,3103,1,1940,0,-1092.15,-5689.7,-1.77134,5.05747,300,10,0,120,0,0,1), - (6538,3104,1,1246,0,308.333,-5191.67,-6.44524,4.28275,300,10,0,120,0,0,1), - (6539,3103,1,1940,0,-1024.7,-5228.54,-7.43464,3.83286,300,10,0,120,0,0,1), - (6540,3103,1,1940,0,-145.727,-5347.04,-15.5414,0.507353,300,10,0,120,0,0,1), - (6541,3105,1,1248,0,1200.39,-5153.47,-8.24905,3.29686,300,5,0,156,0,0,1), - (6542,3106,1,1307,0,257.787,-5265.34,-15.4273,4.62244,200,10,0,102,0,0,1), - (6543,3106,1,1307,0,-76.1168,-5453.05,-28.3831,3.36203,200,10,0,102,0,0,1), - (6544,3106,1,1307,0,210.615,-5317.22,-15.0752,3.15917,200,10,0,102,0,0,1), - (6545,3106,1,1307,0,116.822,-5299.04,-14.484,4.91515,200,10,0,102,0,0,1), - (6546,3106,1,1307,0,-128.692,-5289.08,-9.75062,6.14005,200,10,0,102,0,0,1), - (6547,3106,1,1307,0,-244.156,-5275.92,-6.42236,0.35117,200,10,0,102,0,0,1), - (6548,14304,1,14363,0,1924.79,-4238.43,42.0145,5.20108,300,0,0,7552,0,0,0), - (6549,14304,1,14361,0,1926.54,-4135.56,40.4858,4.7822,300,0,0,7552,0,0,0), - (6550,14304,1,14362,0,1928.19,-4203.37,42.0497,4.69494,300,0,0,7552,0,0,0), - (6551,14304,1,14360,0,1944.79,-4168.14,43.5445,2.3911,300,0,0,7552,0,0,0), - (6552,14304,1,14361,0,1933.29,-4168.81,41.0098,2.37365,300,0,0,7552,0,0,0), - (6553,14304,1,14363,0,1910.21,-4169.48,41.0084,0.837758,300,0,0,7552,0,0,0), - (6554,14304,1,14362,0,1928.03,-4246.21,41.6868,4.75941,300,0,0,7552,0,0,2), - (6555,14304,1,14360,0,1919.36,-4176.05,41.005,0.05236,300,0,0,7552,0,0,0), - (6556,14304,1,14360,0,1944.36,-4146.45,40.958,3.26377,300,0,0,7552,0,0,0), - (6557,14304,1,14362,0,1931.52,-4244.78,41.921,2.98451,300,0,0,7552,0,0,0), - (6558,3296,1,4601,0,1963.01,-4730.91,48.9608,2.49582,300,0,0,4957,0,0,0), - (6559,3296,1,4601,0,1845.49,-4395.95,5.19264,3.80482,300,0,0,4957,0,0,0), - (6560,3296,1,4601,0,1952.53,-4368.57,22.659,3.68265,300,0,0,4957,0,0,0), - (6561,3296,1,4602,0,1673.2,-4250,51.8765,5.044,300,0,0,4957,0,0,0), - (6562,3296,1,4601,0,1729.87,-4401.11,34.4732,2.48023,300,0,0,4957,0,0,2), - (6563,3296,1,4601,0,1623.15,-4279.64,22.5694,6.16101,300,0,0,4957,0,0,0), - (6564,3296,1,4259,0,1921.7,-4375.67,22.5724,5.84685,300,0,0,4957,0,0,0), - (6565,3296,1,4601,0,1387.28,-4379.89,27.0983,3.29867,300,0,0,4957,0,0,0), - (6566,3296,1,4260,0,1889.53,-4485.08,21.3103,1.44862,300,0,0,4957,0,0,0), - (6567,3296,1,4602,0,1576.2,-4394.43,6.55505,4.57276,300,0,0,4957,0,0,0), - (6568,3101,1,1185,0,-151.647,-4278.49,81.3672,0.256826,200,5,0,70,79,0,1), - (6569,3125,1,2486,0,304.512,-4987.1,17.1312,0.056691,200,5,0,102,0,0,1), - (6570,3125,1,2486,0,294.561,-5019.29,13.4365,5.79937,200,10,0,102,0,0,1), - (6571,3125,1,2486,0,232.716,-5084.86,11.0905,0.00069,200,10,0,102,0,0,1), - (6572,3125,1,2486,0,-691.481,-4957.31,23.1926,2.13768,200,10,0,102,0,0,1), - (6573,3125,1,2486,0,-746.218,-4744.62,31.5489,5.28711,200,5,0,102,0,0,1), - (6574,3108,1,999,0,1344.83,-5015.87,-1.6721,2.86017,300,5,0,176,0,0,1), - (6575,3108,1,999,0,1406.53,-5019.38,-12.1501,3.45479,300,5,0,176,0,0,1), - (6576,3108,1,999,0,1383.85,-5035.62,-9.95541,1.51895,300,5,0,176,0,0,1), - (6577,3099,1,381,0,697.205,-4182.74,16.444,0.017576,300,5,0,120,0,0,1), - (6578,3099,1,381,0,278.605,-4482.53,20.8936,4.60075,300,10,0,120,0,0,1), - (6579,3099,1,381,0,190.843,-4516.5,27.1425,3.42687,300,5,0,120,0,0,1), - (6580,3099,1,381,0,-366.239,-4712.35,40.6338,2.74875,300,10,0,120,0,0,1), - (6581,3099,1,381,0,-80.2372,-4695.25,31.092,1.89687,300,5,0,120,0,0,1), - (6582,3099,1,381,0,-746.004,-4692.73,36.4169,2.28302,300,5,0,120,0,0,1), - (6583,3099,1,381,0,124.993,-4075.51,51.9981,1.65133,300,10,0,120,0,0,1), - (6584,3099,1,381,0,-203.557,-4743.34,28.9322,2.04318,300,10,0,120,0,0,1), - (6585,3099,1,381,0,158.545,-5025.47,9.16172,3.98915,300,10,0,120,0,0,1), - (6586,3119,1,9442,0,-928.932,-4505.76,29.6424,3.90473,300,3,0,119,0,0,1), - (6587,3119,1,9442,0,-1012.65,-4600.56,25.663,4.256,300,3,0,119,0,0,1), - (6588,3120,1,9443,0,-983.211,-4425.96,29.374,3.36949,300,3,0,130,138,0,1), - (6589,3120,1,9443,0,-1030.43,-4609.78,25.6606,1.80301,300,3,0,130,138,0,1), - (6590,3120,1,9443,0,-986.968,-4410,29.374,5.83829,300,3,0,130,138,0,1), - (6591,3119,1,9442,0,-1030.65,-4432.2,26.1578,3.4357,300,5,0,119,0,0,1), - (6592,3119,1,9442,0,-1011.17,-4511.45,25.7319,5.39772,300,5,0,119,0,0,1), - (6593,3328,1,1328,0,1762.88,-4296.38,7.53086,5.41052,300,0,0,3517,0,0,0), - (6594,3401,1,4360,0,1771.21,-4284.42,7.84054,5.75959,300,0,0,3139,0,0,0), - (6595,3402,1,4361,0,1778.55,-4279.88,7.59196,4.62512,300,0,0,2016,0,0,0), - (6596,3326,1,1326,0,1848.96,-4360.43,-14.7982,0.855211,300,0,0,3517,2103,0,0), - (6597,3373,1,1395,0,1482.72,-4159.95,43.8771,0.837758,300,0,0,2016,0,0,0), - (6598,3309,1,1310,0,1627.32,-4376.07,11.814,3.4383,300,0,0,2972,0,0,0), - (6599,3319,1,1319,0,1593.54,-4465.65,7.75103,2.3911,300,0,0,1605,0,0,0), - (6600,3310,1,1311,0,1676.25,-4313.45,61.7176,5.25344,600,0,0,7423,7071,0,0), - (6601,9856,1,9133,0,1695.92,-4455.55,20.1475,2.00713,300,0,0,3517,0,0,0), - (6602,3370,1,1392,0,1575.8,-4292.67,26.0391,4.38078,300,0,0,2972,0,0,0), - (6603,3314,1,1314,0,1634.23,-4347.62,4.3796,2.6529,300,0,0,1605,0,0,0), - (6604,3313,1,1313,0,1520.54,-4355.58,18.8509,6.02139,300,0,0,1605,0,0,0), - (6605,3321,1,1321,0,1589.02,-4469.48,7.74864,2.07694,300,0,0,1605,0,0,0), - (6606,10088,1,9336,0,2135.33,-4610.78,54.3865,4.17134,300,0,0,2471,1620,0,0), - (6607,7294,1,6064,0,2067.86,-4598.88,54.3227,5.02655,300,0,0,2016,0,0,0), - (6608,9988,1,9261,0,2133.44,-4667.45,46.5122,1.51844,300,0,0,4484,0,0,0), - (6609,11871,1,782,0,2091.5,-4828.94,24.1904,0.610865,600,0,0,6381,0,0,0), - (6610,3408,1,4242,0,1997.93,-4807.95,56.848,2.44346,300,0,0,2471,0,0,0), - (6611,3359,1,1381,0,1878.64,-4708.13,39.351,0.523599,300,0,0,1605,0,0,0), - (6612,3361,1,1383,0,2097.42,-4824.92,24.1042,3.47321,300,0,0,1605,0,0,0), - (6613,7231,1,6006,0,2105.33,-4829.99,24.0865,4.5204,300,0,0,3857,0,0,0), - (6614,14540,1,14573,0,2161.67,-4648.08,50.3632,4.18879,300,0,0,64,53,0,0), - (6615,12353,1,247,0,2165,-4653.57,50.5475,3.1765,300,0,0,198,0,0,0), - (6616,12351,1,2327,0,2162.76,-4659.62,49.7548,2.25148,300,0,0,198,0,0,0), - (6617,14539,1,14575,0,2153.65,-4657.14,49.9992,1.51844,300,0,0,64,53,0,0), - (6618,14541,1,14574,0,2155.59,-4649.18,50.0618,5.3058,300,0,0,64,53,0,0), - (6619,5195,1,2328,0,2158.74,-4661.51,49.7,2.00713,300,0,0,413,370,0,0), - (6620,3407,1,4241,0,2107.35,-4633.78,58.7371,2.11185,300,0,0,2471,1620,0,0), - (6621,3405,1,4362,0,1904.86,-4451.63,53.2776,3.68265,300,0,0,1605,0,0,0), - (6622,7088,1,5846,0,1849.04,-4569.23,24.8434,4.72984,300,0,0,2016,0,0,0), - (6623,3315,1,1315,0,1802.08,-4561.55,22.8627,1.51844,300,0,0,1605,0,0,0), - (6624,11046,1,10578,0,1966.15,-4463.1,25.7796,1.5708,300,0,0,1106,0,0,0), - (6625,3404,1,4358,0,1904.76,-4460.69,53.2776,2.86234,300,0,0,2016,0,0,0), - (6626,3345,1,1366,0,1912.18,-4436.61,24.6554,2.86234,300,0,0,2016,0,0,0), - (6627,14991,0,15251,0,-8850.69,589.49,93.6973,4.06662,43200,0,0,2471,0,0,0), - (6628,3369,1,1391,0,1780.63,-4505.51,27.6019,3.76991,300,0,0,1605,0,0,0), - (6629,3363,1,1385,0,1806.85,-4573.32,22.8627,1.6057,300,0,0,2016,0,0,0), - (6630,3365,1,1387,0,1860.9,-4561.51,24.8434,2.58309,300,0,0,2016,0,0,0), - (6631,3400,1,2735,0,1779.08,-4488.08,45.5038,4.69494,300,0,0,1605,0,0,0), - (6632,3098,1,503,0,-747.256,-4181.42,30.2402,5.9414,120,10,0,42,0,0,1), - (6633,3098,1,503,0,-452.91,-4421.99,50.3803,4.97336,120,10,0,42,0,0,1), - (6634,3098,1,503,0,-375.04,-4314.96,51.8979,5.99972,120,5,0,42,0,0,1), - (6635,3124,1,2485,0,-756.204,-4352.79,52.2143,1.72013,200,5,0,71,0,0,1), - (6636,3124,1,2485,0,-380.768,-4449.68,52.4944,4.51997,200,10,0,71,0,0,1), - (6637,3124,1,2485,0,-582.936,-4082.73,72.6444,2.28972,200,10,0,71,0,0,1), - (6638,3124,1,2485,0,-289.924,-4246.46,65.532,5.04897,200,5,0,71,0,0,1), - (6639,3124,1,2485,0,-248.622,-4252.35,63.0932,5.3856,200,10,0,71,0,0,1), - (6640,3124,1,2485,0,-610.693,-4084.09,77.4566,2.75703,200,5,0,71,0,0,1), - (6641,3124,1,2485,0,-414.235,-4455.12,50.3399,4.02693,200,10,0,71,0,0,1), - (6642,3101,1,1185,0,-79.5128,-4235.76,53.5811,5.98719,200,3,0,70,79,0,1), - (6643,3101,1,1185,0,-47.9176,-4312.65,68.7943,6.19661,200,3,0,70,79,0,1), - (6644,3101,1,1185,0,-139.632,-4301.54,65.8615,5.17426,200,3,0,70,79,0,1), - (6645,3101,1,1185,0,-43.4144,-4226.15,63.7573,1.62159,200,3,0,70,79,0,1), - (6646,3101,1,1185,0,-149.295,-4259.93,60.8065,5.21439,200,3,0,70,79,0,1), - (6647,3100,1,193,0,215.747,-3953.06,41.9481,4.69676,300,10,0,156,0,0,1), - (6648,3100,1,193,0,202.218,-3842.42,35.3245,4.53723,300,5,0,156,0,0,1), - (6649,3100,1,193,0,1151.27,-4878.34,21.4794,1.95747,300,10,0,156,0,0,1), - (6650,3100,1,193,0,882.518,-4285.03,26.7538,2.87832,300,5,0,156,0,0,1), - (6651,3100,1,193,0,1181.82,-4978.9,11.5814,1.7703,300,5,0,156,0,0,1), - (6652,3100,1,193,0,878.71,-3929.26,22.0116,3.76048,300,5,0,156,0,0,1), - (6653,3100,1,193,0,855.287,-4322.91,21.0991,4.97267,300,5,0,156,0,0,1), - (6654,3100,1,193,0,107.606,-3911.93,45.3509,2.63507,300,10,0,156,0,0,1), - (6655,3100,1,193,0,1240.33,-4894.29,11.7185,0.376152,300,10,0,156,0,0,1), - (6656,3100,1,193,0,953.472,-3874.6,18.5725,1.20203,300,10,0,156,0,0,1), - (6657,3126,1,2487,0,1004.63,-4928.55,14.4181,2.16584,300,10,0,137,0,0,1), - (6658,3126,1,2487,0,595.226,-4209.57,14.1492,0.611846,300,10,0,137,0,0,1), - (6659,3126,1,2487,0,549.336,-4022.86,17.8119,4.6831,300,5,0,137,0,0,1), - (6660,3126,1,2487,0,102.895,-4134.6,54.6121,5.55865,300,5,0,137,0,0,1), - (6661,3126,1,2487,0,1126.08,-4756.21,53.4932,3.71256,300,5,0,137,0,0,1), - (6662,3126,1,2487,0,555.863,-4439.33,30.2038,2.36448,300,5,0,137,0,0,1), - (6663,3126,1,2487,0,995.23,-4867.07,55.7516,0.807494,300,5,0,137,0,0,1), - (6664,3126,1,2487,0,371.599,-3984.99,32.4619,5.51988,300,10,0,137,0,0,1), - (6665,3126,1,2487,0,169.66,-3968.09,46.1483,0.512622,300,10,0,137,0,0,1), - (6666,3126,1,2487,0,1055.27,-4948.55,14.6178,4.27707,300,10,0,137,0,0,1), - (6667,3127,1,2732,0,149.93,-3850,34.6387,6.25099,300,10,0,176,0,0,1), - (6668,3127,1,2732,0,1209.35,-4184.02,24.3287,3.0084,300,10,0,176,0,0,1), - (6669,3127,1,2732,0,23.2439,-3947.88,47.391,1.13948,300,10,0,176,0,0,1), - (6670,3127,1,2732,0,1081.5,-4183.44,20.8084,4.91272,300,10,0,176,0,0,1), - (6671,3127,1,2732,0,716.864,-3924.58,14.8461,5.9602,300,5,0,176,0,0,1), - (6672,3127,1,2732,0,1013.18,-4013.28,26.567,3.51956,300,5,0,176,0,0,1), - (6673,3127,1,2732,0,1086.31,-4336.55,24.309,0.991801,300,5,0,176,0,0,1), - (6674,3127,1,2732,0,1390.54,-4783.11,26.4654,2.58854,300,5,0,176,0,0,1), - (6675,3127,1,2732,0,-155.267,-3907.38,45.5747,0.019529,300,10,0,176,0,0,1), - (6676,3127,1,2732,0,49.6605,-3968.14,46.4412,0.604804,300,10,0,176,0,0,1), - (6677,3123,1,1959,0,665.598,-3946.56,13.8067,3.05943,300,5,0,156,0,0,1), - (6678,3123,1,1959,0,-127.479,-3929.17,51.2787,3.14159,300,10,0,156,0,0,1), - (6679,3123,1,1959,0,1241.82,-4100.96,24.477,-0.181695,300,10,0,156,0,0,1), - (6680,3123,1,1959,0,1174.51,-4841.17,19.0334,3.26186,300,5,0,156,0,0,1), - (6681,3123,1,1959,0,1136.23,-4035.16,14.2331,-2.20479,300,10,0,156,0,0,1), - (6682,3123,1,1959,0,534.862,-3944.88,19.4005,5.3548,300,10,0,156,0,0,1), - (6683,3123,1,1959,0,141.591,-3923.81,45.7105,0.229185,300,10,0,156,0,0,1), - (6684,3123,1,1959,0,1394.49,-4820.22,23.915,1.9593,300,5,0,156,0,0,1), - (6685,3123,1,1959,0,1279.63,-4973.57,3.43435,2.1236,300,5,0,156,0,0,1), - (6686,3123,1,1959,0,1434.07,-4717.99,32.3669,5.42313,300,5,0,156,0,0,1), - (6687,3107,1,1938,0,-1538.25,-5234.88,4.21149,5.12625,300,5,0,137,0,0,1), - (6688,3107,1,1938,0,-961.545,-5556.51,-2.59561,3.71558,300,5,0,137,0,0,1), - (6689,3107,1,1938,0,1005.01,-5144.69,-3.25583,2.83187,300,5,0,137,0,0,1), - (6690,5844,0,7792,0,-6724.89,-1612.74,193.754,4.88032,500,0,0,2310,0,0,0), - (6691,5844,0,7792,0,-6725.4,-1609.78,193.254,4.90689,500,0,0,2310,0,0,0), - (6692,568,0,662,0,-9260.82,-3282.74,113.012,2.05949,300,0,0,664,0,0,0), - (6693,429,0,491,0,-9270.97,-3426.32,114.625,1.16937,300,0,0,640,655,0,0), - (6694,721,0,328,0,-9734.67,-2286.66,65.1827,5.00331,300,5,0,1,0,0,1), - (6695,548,0,1079,0,-9464.83,-2870.54,85.2708,3.61283,300,0,0,350,390,0,0), - (6696,422,0,506,0,-9459.3,-2860.05,85.8851,1.22173,300,0,0,417,0,0,0), - (6697,721,0,328,0,-9240.66,-2124.49,64.2043,4.18082,300,5,0,1,0,0,1), - (6698,721,0,328,0,-9463.46,-1994.94,96.8868,4.98646,300,5,0,1,0,0,1), - (6699,721,0,328,0,-9777.8,-1848.04,42.9162,6.25841,300,3,0,1,0,0,1), - (6700,721,0,328,0,-9189.63,-2302.47,90.0411,5.77696,300,5,0,1,0,0,1), - (6701,442,0,366,0,-9925.31,-1818.71,37.3149,3.45964,300,3,0,328,0,0,1), - (6702,442,0,366,0,-9922.58,-1860.25,41.2872,3.3122,300,3,0,328,0,0,1), - (6703,548,0,1079,0,-9477.96,-2878.64,82.4428,1.76278,300,0,0,350,390,0,0), - (6704,422,0,506,0,-9473.96,-2877.97,82.5811,2.28638,300,0,0,417,0,0,0), - (6705,422,0,506,0,-9483.51,-2873.07,81.1915,0.994838,300,0,0,417,0,0,0), - (6706,620,0,304,0,-9256.64,-2011.83,77.1152,6.15256,300,5,0,1,0,0,1), - (6707,547,0,3035,0,-9292.48,-1896.93,78.0168,4.59657,300,5,0,356,0,0,1), - (6708,721,0,328,0,-9645.99,-1821.4,52.5443,2.88023,300,5,0,1,0,0,1), - (6709,437,0,6037,0,-9576.34,-3281.13,49.7415,2.25148,300,0,0,531,0,0,0), - (6710,14273,0,5229,0,-9542.72,-3499.75,128.686,3.60517,3600,5,0,699,0,0,2), - (6711,721,0,328,0,-9664.38,-2409.04,61.2977,2.97324,300,10,0,1,0,0,1), - (6712,721,0,328,0,-9552.02,-2109.9,80.53,3.93276,300,5,0,1,0,0,1), - (6713,1070,0,2151,0,-9443.69,-2238,70.6904,3.735,300,0,0,1846,0,0,0), - (6714,931,0,3364,0,-9435.21,-2234.88,69.1882,4.81711,180,0,0,7423,7071,0,0), - (6715,932,0,3384,0,-9411.45,-2263.29,67.44,2.96349,300,0,0,2016,0,0,0), - (6716,903,0,3446,0,-9412.65,-2255.45,67.6043,3.735,300,0,0,1605,0,0,0), - (6717,956,0,3353,0,-9247.4,-2241.15,64.0584,4.64487,300,0,0,1042,0,0,0), - (6718,793,0,3356,0,-9247.73,-2234.38,64.1168,3.89208,300,0,0,1240,0,0,0), - (6719,415,0,3358,0,-9259.44,-2243.22,64.0584,3.14159,300,0,0,1240,0,0,0), - (6720,382,0,3454,0,-9284.03,-2298.16,67.5772,1.13446,300,0,0,1389,0,0,0), - (6721,1678,0,3361,0,-9267.56,-2167.64,62.6756,1.08577,300,0,0,413,0,0,0), - (6722,4065,0,6029,0,-9357.39,-3079.56,164.784,4.69494,300,0,0,1563,0,0,0), - (6723,620,0,304,0,-9238.75,-2055.19,77.099,4.86356,300,5,0,1,0,0,1), - (6724,4462,0,6031,0,-9362.42,-3081.44,164.784,5.88176,300,0,0,1815,0,0,0), - (6725,721,0,328,0,-9302.52,-1893.62,74.3531,1.00089,300,5,0,1,0,0,1), - (6726,485,0,6034,0,-9709.6,-3067.4,58.5783,0.122173,300,0,0,494,0,0,0), - (6727,485,0,6034,0,-9658.43,-3122.69,50.6427,4.40298,300,5,0,494,0,0,1), - (6728,485,0,6034,0,-9686.17,-3088.98,53.7543,2.01969,300,0,0,494,0,0,0), - (6729,485,0,6034,0,-9650.84,-3201.15,48.4217,1.7654,300,10,0,494,0,0,1), - (6730,485,0,6034,0,-9625.69,-3206.58,49.3529,2.63545,300,0,0,494,0,0,0), - (6731,440,0,6033,0,-9651.1,-3235.98,48.5948,1.37223,300,10,0,449,0,0,1), - (6732,721,0,328,0,-9638.02,-3164.06,49.1948,3.11049,300,5,0,1,0,0,1), - (6733,485,0,6034,0,-9655.76,-3152.79,48.9073,1.81288,300,5,0,494,0,0,1), - (6734,437,0,6037,0,-9575.66,-3222.61,49.6391,3.59538,300,0,0,531,0,0,0), - (6735,485,0,6034,0,-9635.62,-3261.43,48.9526,5.06145,300,0,0,494,0,0,0), - (6736,440,0,6033,0,-9713.84,-3106.15,58.6999,1.74959,300,0,0,449,0,0,0), - (6737,485,0,6034,0,-9547.44,-3246.41,49.814,3.36429,300,10,0,494,0,0,1), - (6738,437,0,6037,0,-9545.27,-3245.48,49.8128,3.27189,300,5,0,531,0,0,1), - (6739,485,0,6034,0,-9734.4,-3142.29,59.0314,1.29154,300,0,0,494,0,0,0), - (6740,485,0,6034,0,-9757.48,-3140.41,59.0104,0.523599,300,0,0,494,0,0,0), - (6741,440,0,6033,0,-9708.8,-3174.06,58.7933,3.57792,300,0,0,449,0,0,0), - (6742,440,0,6033,0,-9719.51,-3167.96,58.8588,5.32325,300,0,0,449,0,0,0), - (6743,485,0,6034,0,-9715.42,-3185.43,58.7338,1.69297,300,0,0,494,0,0,0), - (6744,4463,0,6030,0,-9723.13,-3178.2,58.7338,5.96903,300,0,0,472,1357,0,0), - (6745,721,0,328,0,-9730.23,-3238.66,58.9906,0.848534,300,0,0,1,0,0,0), - (6746,440,0,6033,0,-9741.87,-3232.41,59.1882,1.2237,300,5,0,449,0,0,1), - (6748,721,0,328,0,-9763.29,-3236.58,58.7338,4.72915,300,5,0,1,0,0,1), - (6749,485,0,6034,0,-9815.55,-3250.74,58.9556,4.38078,300,0,0,494,0,0,0), - (6750,440,0,6033,0,-9821.79,-3254.66,59.2902,0.558505,300,0,0,449,0,0,0), - (6751,721,0,328,0,-9726.11,-2153.46,59.4309,0.755662,300,10,0,1,0,0,1), - (6752,485,0,6034,0,-9815.77,-3259.52,58.9768,1.5708,300,0,0,494,0,0,0), - (6753,485,0,6034,0,-9782.14,-3242.63,59.0191,1.51844,300,0,0,494,0,0,0), - (6754,431,0,493,0,-9010.03,-3218.55,108.742,2.51327,300,0,0,734,0,0,0), - (6755,721,0,328,0,-9660.08,-2673.83,61.5783,4.37926,300,5,0,1,0,0,1), - (6756,579,0,550,0,-9361.86,-3285.76,88.4632,0.114317,300,0,0,617,0,0,0), - (6757,428,0,490,0,-9676.46,-2868.88,51.6369,0.98872,300,10,0,417,0,0,1), - (6758,505,0,520,0,-9683.55,-3029.79,52.6831,1.55396,300,10,0,449,0,0,1), - (6759,721,0,328,0,-9625.32,-2916.41,52.3696,0.668232,300,5,0,1,0,0,1), - (6760,441,0,387,0,-9684.24,-3023.38,52.6559,1.35571,300,10,0,330,938,0,1), - (6761,721,0,328,0,-9642.26,-2925.89,49.7281,3.24515,300,5,0,1,0,0,1), - (6762,428,0,490,0,-9686.68,-2770.42,52.8004,3.27686,300,10,0,417,0,0,1), - (6763,5860,0,7824,0,-6643.61,-847.679,246.269,1.54497,500,5,0,4776,1640,0,1), - (6764,8566,0,7867,0,-6918.87,-1474.2,235.52,2.21625,500,3,0,2488,0,0,1), - (6765,8566,0,7867,0,-6971.87,-1517.71,245.622,5.35487,500,5,0,2488,0,0,1), - (6766,8566,0,7866,0,-6975.88,-1504.63,242.914,-0.73282,500,0,0,2488,0,0,0), - (6767,5846,0,7798,0,-6903.86,-1330.82,212.845,5.10719,500,5,0,2488,0,0,1), - (6768,5854,0,10801,0,-6989.24,-1115.94,241.865,3.49671,500,5,0,2488,0,0,1), - (6769,8444,0,7795,0,-6873.29,-1097.47,192.749,4.97419,500,0,0,2217,1534,0,0), - (6770,8447,0,6569,0,-6871.87,-1096.94,193.035,4.38078,500,0,0,6186,0,0,0), - (6771,5846,0,7799,0,-6916.65,-1283.56,182.456,1.37618,500,5,0,2488,0,0,2), - (6772,5844,0,7791,0,-6723,-1131.01,185.577,5.51183,500,5,0,2310,0,0,1), - (6773,5846,0,7801,0,-6689.6,-1159.43,184.911,3.71936,500,5,0,2488,0,0,1), - (6774,5846,0,7801,0,-6447.02,-1242.4,180.713,1.95249,500,5,0,2488,0,0,1), - (6775,8566,0,7865,0,-6896.37,-1063.49,240.138,5.12531,500,5,0,2488,0,0,1), - (6776,8566,0,7865,0,-6916.08,-1047.83,240.125,1.63807,500,5,0,2488,0,0,1), - (6777,5846,0,7799,0,-6789.11,-1087.8,243.103,2.69697,500,5,0,2488,0,0,1), - (6778,5844,0,7791,0,-6456.94,-1289.57,180.93,5.00036,500,5,0,2310,0,0,1), - (6779,5846,0,7798,0,-6799.06,-1092.28,243.978,4.73821,500,5,0,2488,0,0,1), - (6780,5854,0,10801,0,-6772.92,-1106.81,242.542,2.87483,500,5,0,2488,0,0,1), - (6782,5846,0,7799,0,-6700.57,-1284.96,240.956,5.54251,500,0,0,2488,0,0,0), - (6783,8419,0,7729,0,-6496.72,-972.616,335.212,0.087266,500,0,0,5130,3500,0,0), - (6784,5844,0,7791,0,-6703.07,-1278.2,241.081,0.914561,500,0,0,2310,0,0,0), - (6785,8419,0,7729,0,-6485.55,-984.542,335.441,1.64061,500,0,0,5130,3500,0,0), - (6786,5853,0,5747,0,-7048.98,-1778.9,265.066,5.12711,500,5,0,2251,1286,0,1), - (6787,5846,0,7799,0,-6682.65,-1345.57,247.976,3.01567,500,0,0,2488,0,0,0), - (6788,5853,0,5747,0,-7039.55,-1716.07,241.701,1.65684,500,10,0,2251,1286,0,1), - (6789,5855,0,2075,0,-6665.7,-1451.7,245.516,2.35067,500,10,0,2399,0,0,1), - (6790,5846,0,7799,0,-6689.86,-1342.14,247.976,3.99753,500,0,0,2488,0,0,0), - (6791,5861,0,7827,0,-6497.63,-981.827,335.315,5.2837,500,5,0,6165,0,0,1), - (6792,5854,0,10801,0,-6675.88,-1458.57,243.511,2.89273,500,10,0,2488,0,0,1), - (6793,5853,0,5747,0,-6989.58,-1718.75,243.284,4.55795,500,5,0,2251,1286,0,1), - (6794,5846,0,7798,0,-6685.11,-1422.08,241.863,2.17012,500,0,0,2488,0,0,0), - (6795,8637,0,7931,0,-6972.51,-1729.94,241.75,2.3911,500,0,0,2138,0,0,0), - (6796,5862,0,7831,0,-6482.17,-985.253,335.314,0.401426,500,0,0,4491,4281,0,0), - (6797,5846,0,7798,0,-6693.95,-1419.49,242.363,4.45182,500,0,0,2488,0,0,0), - (6798,8637,0,7931,0,-6970.2,-1726.1,241.754,3.36848,500,0,0,2138,0,0,0), - (6799,5839,0,7793,0,-7023.96,-1721.88,241.764,0.034543,500,0,0,1441,3575,0,0), - (6800,5861,0,7827,0,-6490.95,-1009.03,341.16,4.35014,500,5,0,6165,0,0,1), - (6801,5846,0,7799,0,-6570.24,-1307.18,208.655,1.91491,500,5,0,2488,0,0,1), - (6802,8637,0,7931,0,-7017.13,-1716.09,241.764,4.67085,500,5,0,2138,0,0,1), - (6803,5846,0,7799,0,-6475.93,-1360.2,212.189,3.97935,500,0,0,2488,0,0,0), - (6804,5839,0,7793,0,-6998.33,-1748.73,234.196,1.08012,500,5,0,1441,3575,0,1), - (6805,8637,0,7930,0,-6964.62,-1722.47,243.559,5.91321,500,5,0,2138,0,0,1), - (6806,8637,0,7931,0,-7027.77,-1713.81,241.764,4.54096,500,0,0,2138,0,0,0), - (6807,5844,0,7789,0,-6478.69,-1363.26,212.107,3.76705,500,0,0,2310,0,0,0), - (6808,5839,0,7794,0,-7012.38,-1731.65,234.099,4.93445,500,5,0,1441,3575,0,1), - (6809,5840,0,7796,0,-6863.97,-1174.06,240.303,1.8135,500,5,0,2399,0,0,1), - (6810,5839,0,7794,0,-6986,-1729.99,241.659,0.132366,500,5,0,1441,3575,0,1), - (6811,5856,0,4456,0,-6906.36,-1724.62,242.33,3.3363,500,10,0,1997,0,0,1), - (6812,5839,0,7794,0,-6981.44,-1743.3,242.696,0.417546,500,5,0,1441,3575,0,1), - (6813,5853,0,5747,0,-6965.98,-1750.8,245.078,4.55944,500,5,0,2251,1286,0,1), - (6814,5840,0,7797,0,-6838.51,-1163.79,241.167,1.70469,500,5,0,2399,0,0,1), - (6815,5856,0,4456,0,-6855.49,-1740.54,251.591,5.34912,500,10,0,1997,0,0,1), - (6816,5840,0,7797,0,-6818.91,-1215.62,240.036,1.01467,500,5,0,2399,0,0,1), - (6817,5840,0,7797,0,-6836.02,-1228.32,240.263,3.16779,500,5,0,2399,0,0,1), - (6818,5856,0,4456,0,-6860.15,-1700.02,250.563,4.8142,500,10,0,1997,0,0,1), - (6819,5844,0,7791,0,-6873,-1286.76,243.016,3.57072,500,5,0,2310,0,0,1), - (6820,5840,0,7797,0,-6868.71,-1281.88,242.891,1.81154,500,5,0,2399,0,0,1), - (6821,5846,0,7801,0,-6872.4,-1322.4,243.141,1.53944,500,5,0,2488,0,0,1), - (6822,5858,0,7510,0,-6595.89,-1170.97,273.366,4.4602,500,5,0,2488,0,0,1), - (6823,8284,0,7760,0,-7007.21,-1749.16,234.182,1.37881,500,0,0,2972,0,0,0), - (6824,5854,0,10801,0,-7022.67,-1152.27,242.906,3.70996,500,5,0,2488,0,0,1), - (6825,5833,0,0,0,-7324.43,-1963.29,298.114,0.372189,500,0,0,6186,0,0,2), - (6826,8566,0,7867,0,-7024,-1107.26,240.183,2.22054,500,0,0,2488,0,0,0), - (6827,8566,0,7866,0,-7004.47,-1151.25,241.782,5.75181,500,0,0,2488,0,0,0), - (6828,8566,0,7867,0,-6973.01,-1481.47,241.75,1.02883,500,5,0,2488,0,0,1), - (6829,8566,0,7867,0,-6925.37,-1454.41,238.62,1.78237,500,3,0,2488,0,0,1), - (6830,8566,0,7865,0,-6906.53,-1093.65,256.74,0.942478,500,0,0,2488,0,0,0), - (6831,8566,0,7868,0,-6995.07,-1144.61,257.58,1.41372,500,0,0,2488,0,0,0), - (6832,8566,0,7866,0,-6931.85,-1419.82,256.156,4.85202,500,0,0,2488,0,0,0), - (6833,8566,0,7866,0,-6925.87,-1051.08,240.125,1.23046,500,5,0,2488,0,0,1), - (6834,8566,0,7866,0,-6872.32,-1074.97,240.078,4.90943,500,5,0,2488,0,0,1), - (6835,5854,0,10801,0,-6981.74,-1477.09,241.75,0.971895,500,5,0,2488,0,0,1), - (6836,5846,0,7798,0,-6906.5,-1326.17,178.632,4.9186,500,5,0,2488,0,0,1), - (6837,5854,0,10801,0,-6913.02,-1227.42,178.381,1.40955,500,5,0,2488,0,0,1), - (6838,5844,0,7791,0,-6983.18,-1174.53,225.548,3.64888,500,5,0,2310,0,0,2), - (6839,5844,0,7792,0,-6981.63,-1177.12,225.561,3.64016,500,5,0,2310,0,0,2), - (6840,8566,0,7866,0,-6954.58,-1488.57,237.984,3.75803,500,5,0,2488,0,0,2), - (6841,5846,0,7798,0,-6860.7,-1227.1,176.497,3.82227,500,0,0,2488,0,0,0), - (6842,5854,0,10801,0,-7014.28,-1138.36,242.304,1.59511,500,5,0,2488,0,0,1), - (6843,9700,0,5560,0,-6498.96,-972.537,335.19,4.71239,500,5,0,1,0,0,1), - (6844,5861,0,7828,0,-6489.66,-819.278,320.702,3.50927,500,0,0,6165,0,0,0), - (6845,9699,0,8971,0,-6622.98,-890.797,244.712,5.77059,500,10,0,1,0,0,1), - (6846,5862,0,7830,0,-6512.2,-848.033,323.538,6.07762,500,5,0,4491,4281,0,1), - (6847,5862,0,7831,0,-6454.17,-937.5,334.48,1.33845,500,5,0,4491,4281,0,1), - (6848,5860,0,7822,0,-6653.2,-882.197,249.269,3.32534,500,5,0,4776,1640,0,1), - (6849,6491,1,5233,0,-7748.02,-4978.67,6.00826,2.27058,60,0,0,7680,0,0,0), - (6850,8419,0,7729,0,-6490.58,-963.602,335.212,5.86431,500,0,0,5130,3500,0,0), - (6851,8419,0,7730,0,-6477.95,-962.255,335.212,4.20624,500,0,0,5130,3500,0,0), - (6852,5862,0,7830,0,-6470.11,-894.34,324.171,6.24828,500,0,0,4491,4281,0,0), - (6853,5861,0,7827,0,-6488.71,-904.842,324.312,4.21957,500,5,0,6165,0,0,2), - (6854,5862,0,7830,0,-6490.32,-873.726,323.75,1.44862,500,0,0,4491,4281,0,0), - (6855,5861,0,7827,0,-6472.99,-962.571,335.34,4.24115,500,0,0,6165,0,0,0), - (6856,5862,0,7832,0,-6479.03,-920.239,332.385,2.54818,500,0,0,4491,4281,0,0), - (6857,2785,0,4903,0,-7164.42,-3357.41,244.933,5.68414,300,0,0,1605,0,0,0), - (154671,8920,230,0,0,773.925,3.11658,-53.7172,3.9619,7200,0,0,2614,0,0,2), - (6859,6868,0,5646,0,-6653.35,-2139.33,251.908,5.48033,300,0,0,2016,2680,0,0), - (6860,1068,0,2740,0,-6645.85,-2151.67,245.434,4.03171,300,0,0,2471,0,0,0), - (6861,4618,0,4898,0,-6763.39,-3129.3,241.384,4.06662,300,0,0,2666,0,0,0), - (6862,2817,0,7033,0,-6767.33,-3133.6,240.675,5.20016,300,0,0,2192,0,0,0), - (6863,2908,0,4902,0,-6651.26,-2156.89,245.434,2.44346,300,0,0,2868,0,0,0), - (6864,8155,0,7373,0,-6675.74,-2173.84,244.228,4.10152,300,0,0,5182,0,0,0), - (6865,2861,0,4148,0,-6632.22,-2178.42,244.227,4.38078,600,0,0,7693,7071,0,0), - (6866,8155,0,7375,0,-6666.14,-2179.9,244.269,4.11898,300,0,0,5182,0,0,0), - (6868,1407,0,4385,0,-6673.13,-2151.46,244.227,3.735,300,0,0,2471,0,0,0), - (6869,8155,0,7375,0,-6667.88,-2236.93,278.586,5.39307,300,0,0,5182,0,0,0), - (6870,10058,0,9281,0,-6678.65,-2170.2,244.245,4.01426,300,0,0,1605,0,0,0), - (6871,2888,0,9752,0,-6789.41,-3619.82,244.215,0.715585,300,0,0,3517,0,0,0), - (6872,2921,0,4896,0,-6633.66,-2724.62,243.43,3.01942,300,0,0,2100,0,0,0), - (6873,2920,0,4895,0,-6623.19,-2721.47,244.684,3.19395,300,0,0,1684,0,0,0), - (6874,5394,0,4897,0,-6672.05,-2240.34,278.482,4.66003,300,0,0,2972,0,0,0), - (154655,8907,230,0,0,789.356,-42.4263,-53.6514,1.95477,7200,0,0,7842,0,0,0), - (6876,6491,1,5233,0,5633.21,-4765.75,777.907,1.47459,60,0,0,7680,0,0,0), - (6877,9085,0,8351,0,-6687.94,-2159.12,244.195,3.9968,300,6,0,2466,1923,0,2), - (6878,9077,0,8331,0,-6677.64,-2223.66,278.634,2.56563,300,0,0,3857,0,0,2), - (6879,9081,0,8334,0,-6681.06,-2227.46,278.58,2.67035,300,0,0,4484,2289,0,0), - (6880,9083,0,8349,0,-6690.19,-2156.94,244.195,4.01426,300,6,0,3082,0,0,2), - (6881,9079,0,8332,0,-6682.35,-2154.34,244.195,1.29154,300,0,0,4484,2289,0,0), - (6882,9080,0,8333,0,-6679.48,-2225.47,278.598,2.67035,300,0,0,4484,0,0,0), - (6883,9086,0,8352,0,-6692.72,-2159.63,244.195,4.03171,300,6,0,3748,0,0,2), - (6884,9078,0,8330,0,-6681.58,-2151.27,244.195,4.67748,300,0,0,4484,2289,0,0), - (6885,9082,0,8335,0,-6686.64,-2162.67,244.195,3.80482,300,6,0,4108,0,0,2), - (6886,9084,0,8350,0,-6690.13,-2161.77,244.195,3.9968,300,6,0,2754,1923,0,2), - (6887,9179,0,13050,0,-6760.19,-3135.55,241.247,3.71755,300,0,0,2284,0,0,0), - (6888,2732,0,1055,0,-6886.39,-3314.08,262.674,4.58126,300,5,0,1604,0,0,1), - (6889,9356,0,8633,0,-6650.01,-2149.09,245.434,3.9968,300,0,0,1605,0,0,0), - (6890,2731,0,632,0,-6394.99,-3586.84,270.382,0.707991,300,5,0,1469,0,0,1), - (6891,2731,0,632,0,-6542,-3615.67,252.631,4.2513,300,5,0,1469,0,0,1), - (6892,2731,0,632,0,-6659.94,-3027.08,271.949,3.14159,300,10,0,1469,0,0,1), - (6893,2731,0,632,0,-6504.05,-3704.3,273.491,3.58015,300,10,0,1469,0,0,1), - (6894,2731,0,632,0,-6511.7,-3715.16,282.449,1.33814,300,5,0,1469,0,0,1), - (6895,2730,0,161,0,-6447.64,-3827.81,308.149,4.84159,300,10,0,1981,0,0,1), - (6896,2731,0,632,0,-6607.43,-2911.96,244.883,3.49671,300,10,0,1469,0,0,1), - (6897,2730,0,161,0,-6399.62,-3796.44,295.316,0.853068,300,10,0,1981,0,0,1), - (6898,8155,0,7375,0,-6613.29,-2220.65,244.269,5.03745,300,10,0,5182,0,0,2), - (6899,8155,0,7373,0,-6655.88,-2236.99,256.139,6.12611,300,0,0,5182,0,0,0), - (6900,2732,0,1055,0,-6734.86,-3108.33,266.579,4.27234,300,5,0,1604,0,0,1), - (6901,2731,0,632,0,-6561.49,-3203.69,249.73,2.41008,300,10,0,1469,0,0,1), - (6902,2731,0,632,0,-6568.43,-2914.68,253.944,1.14897,300,5,0,1469,0,0,1), - (6903,2725,0,715,0,-6398.84,-4103.88,269.616,0.244505,300,3,0,1522,1332,0,1), - (6904,2725,0,715,0,-6363.87,-4182.18,285.838,1.55712,300,3,0,1522,1332,0,1), - (6905,2725,0,715,0,-6388.5,-4103.65,275.793,1.05251,300,0,0,1522,1332,0,0), - (6906,2725,0,715,0,-6363.04,-4211.82,292.495,3.16698,300,3,0,1522,1332,0,1), - (6907,2725,0,715,0,-6350.83,-4210.97,303.02,2.4934,300,3,0,1522,1332,0,1), - (6908,2725,0,715,0,-6383.89,-4187.71,277.542,1.37298,300,3,0,1522,1332,0,1), - (6909,2725,0,715,0,-6395.58,-4161.5,270.867,4.70989,300,5,0,1522,1332,0,1), - (6910,2732,0,1055,0,-6709.01,-2995.9,259.146,5.50055,300,0,0,1604,0,0,0), - (6911,2732,0,1055,0,-7132.52,-3488.62,253.374,3.02619,300,0,0,1604,0,0,0), - (6912,2893,0,1194,0,-6956.01,-3314.42,263.466,6.1832,300,5,0,1678,0,0,1), - (6913,2718,0,11545,0,-7152.95,-2286.86,262.457,4.74616,300,5,0,1585,1381,0,1), - (6914,2730,0,161,0,-6490.28,-3804.55,321.746,1.39216,300,5,0,1981,0,0,1), - (6915,2732,0,1055,0,-6649.06,-3482.49,259.517,4.37896,300,0,0,1604,0,0,0), - (6916,2730,0,161,0,-6466.47,-3857.28,316.597,3.20192,300,5,0,1981,0,0,1), - (6917,2730,0,161,0,-6432.91,-3827.31,303.123,5.49779,300,10,0,1981,0,0,1), - (6918,2731,0,632,0,-6385.9,-3621.2,244.461,6.11836,300,10,0,1469,0,0,1), - (6919,2728,0,557,0,-7016.81,-3480.98,241.858,2.84022,300,10,0,1536,0,0,1), - (6920,2732,0,1055,0,-7023.81,-3696.23,245.084,5.94758,300,3,0,1604,0,0,1), - (6921,4872,0,2695,0,-6221.57,-3064.46,220.1,1.92399,600,0,0,4743,0,0,0), - (6922,2725,0,715,0,-6509.4,-4085.57,264.318,6.19259,300,10,0,1522,1332,0,1), - (6923,2725,0,715,0,-6431.15,-4105.01,264.176,1.23487,300,10,0,1522,1332,0,1), - (6924,2732,0,1055,0,-6760.77,-3279.66,242.453,2.71028,300,10,0,1604,0,0,1), - (6925,2731,0,632,0,-6615.12,-3587.55,243.498,2.59314,300,5,0,1469,0,0,1), - (6926,2732,0,1055,0,-6651.58,-3552.83,259.551,2.85444,300,0,0,1604,0,0,0), - (6927,2717,0,1120,0,-7144.22,-2313.79,246.382,6.1951,300,5,0,1902,0,0,1), - (6928,2725,0,715,0,-6537.23,-4121.35,264.566,3.74785,300,10,0,1522,1332,0,1), - (6929,2734,0,917,0,-6748.14,-2457.52,273.449,4.09237,300,3,0,1829,0,0,1), - (6930,2731,0,632,0,-6658.02,-3637.38,242.7,3.11035,300,10,0,1469,0,0,1), - (6931,7867,0,6916,0,-6841.53,-3638.87,253.046,1.37881,300,0,0,3517,0,0,0), - (6932,2743,0,4936,0,-6448.81,-3112.52,315.68,0.058234,300,5,0,1604,0,0,1), - (6933,2734,0,917,0,-6781.13,-2480.96,250.812,2.11319,300,3,0,1829,0,0,1), - (6934,2727,0,161,0,-6656.4,-3317.18,244.712,2.24828,300,10,0,1403,0,0,1), - (6935,2727,0,161,0,-6715.29,-3282.92,242.283,4.90276,300,10,0,1403,0,0,1), - (6936,2732,0,1055,0,-6662.4,-3219.94,249.273,5.14548,300,5,0,1604,0,0,1), - (6937,2732,0,1055,0,-6909.57,-3080.63,250.484,6.25585,300,10,0,1604,0,0,1), - (6938,2731,0,632,0,-6607.49,-2977.74,245.683,0.857296,300,10,0,1469,0,0,1), - (6939,2728,0,557,0,-6895.19,-3382.88,242.167,4.11092,300,10,0,1536,0,0,1), - (6940,92,0,171,0,-7239.29,-3209.78,295.571,3.4019,300,5,0,1678,0,0,1), - (6941,2727,0,161,0,-6461.71,-3285.31,241.792,1.91987,300,10,0,1403,0,0,1), - (6942,92,0,171,0,-7281.54,-3182.07,296.312,0.824036,300,5,0,1678,0,0,1), - (6943,2727,0,161,0,-6577.79,-3317.75,247.233,2.72515,300,10,0,1403,0,0,1), - (6944,92,0,171,0,-7352.14,-3143.63,330.918,2.30907,300,3,0,1678,0,0,1), - (6945,92,0,171,0,-7312.8,-3179.51,301.539,5.94697,300,10,0,1678,0,0,1), - (6946,92,0,171,0,-7320.22,-3149.37,315.999,4.26246,300,10,0,1678,0,0,1), - (6947,2732,0,1055,0,-7119.99,-3164.64,252.634,1.41785,300,0,0,1604,0,0,0), - (6948,2732,0,1055,0,-6952.67,-3083.37,251.16,0.56677,300,5,0,1604,0,0,1), - (6949,92,0,171,0,-7253.62,-3186.42,293.077,3.56962,300,10,0,1678,0,0,1), - (6950,92,0,171,0,-7285.84,-3156.65,304.816,4.72408,300,10,0,1678,0,0,1), - (6951,2728,0,557,0,-7004.47,-3460.06,241.792,2.56873,300,10,0,1536,0,0,1), - (6952,2728,0,557,0,-7078.45,-3581.64,241.792,2.27266,300,10,0,1536,0,0,1), - (6953,2728,0,557,0,-7063.92,-3552.41,242.479,5.76186,300,10,0,1536,0,0,1), - (6954,2732,0,1055,0,-6856.04,-3086.52,243.659,3.12597,300,10,0,1604,0,0,1), - (6955,2728,0,557,0,-6740.64,-3648.87,241.444,5.74779,300,10,0,1536,0,0,1), - (6956,2731,0,632,0,-6481.35,-3192.97,269.361,2.44885,300,5,0,1469,0,0,1), - (6957,2728,0,557,0,-6714.25,-3613.57,241.726,0.074513,300,10,0,1536,0,0,1), - (6958,2728,0,557,0,-7021.26,-3517.39,243.65,1.80286,300,10,0,1536,0,0,1), - (6959,2728,0,557,0,-6939.19,-3589.3,241.792,4.73818,300,10,0,1536,0,0,1), - (6960,2728,0,557,0,-7014.44,-3558.15,243.146,4.99506,300,10,0,1536,0,0,1), - (6961,2734,0,917,0,-6848.45,-2287.74,255.339,2.1588,300,5,0,1829,0,0,1), - (6962,2731,0,632,0,-6380.84,-3648.39,242.758,0.295197,300,10,0,1469,0,0,1), - (6963,2726,0,9586,0,-6815.69,-4185.57,266.455,5.99862,600,10,0,5148,0,0,1), - (6964,2725,0,715,0,-6431.41,-4149.19,286.491,3.14159,300,3,0,1522,1332,0,1), - (6965,2726,0,9586,0,-6684.39,-4114.64,264.291,4.14266,600,10,0,5148,0,0,1), - (6966,2726,0,9586,0,-6747.73,-4120.96,264.014,0.605971,600,10,0,5148,0,0,1), - (6967,2726,0,9586,0,-6776.84,-4148.54,264.014,3.43681,600,10,0,5148,0,0,1), - (6968,2726,0,9586,0,-6683.23,-4061.53,264.625,3.01627,600,10,0,5148,0,0,1), - (6969,3107,1,1938,0,-868.156,-5688.42,-2.09878,6.01674,300,5,0,137,0,0,1), - (6970,2726,0,9586,0,-6778.25,-4079.73,265.108,1.58409,600,10,0,5148,0,0,1), - (6971,2726,0,9586,0,-6756.74,-4049.98,264.77,5.23757,600,10,0,5148,0,0,1), - (6972,2726,0,9586,0,-6643.67,-4094.69,264.765,3.19503,600,10,0,5148,0,0,1), - (6973,2716,0,11548,0,-7122.8,-2390.85,241.028,3.04374,300,5,0,1829,0,0,2), - (6974,2718,0,11545,0,-7130.88,-2384.62,240.53,3.0676,300,5,0,1585,1381,0,2), - (6975,2716,0,11548,0,-7111.07,-2397.69,241.78,2.98611,300,5,0,1829,0,0,2), - (6976,2728,0,557,0,-7025.65,-3454.77,242.792,2.88216,300,10,0,1536,0,0,1), - (6977,2732,0,1055,0,-6717.56,-2880,242.362,4.02789,300,10,0,1604,0,0,1), - (6978,2732,0,1055,0,-6938.5,-3101.4,254.736,5.45086,300,5,0,1604,0,0,1), - (6979,2732,0,1055,0,-6921.95,-3588.56,242.43,3.86167,300,10,0,1604,0,0,1), - (6980,2732,0,1055,0,-6704.56,-2928.19,241.744,0.429337,300,10,0,1604,0,0,1), - (6981,2731,0,632,0,-6556.03,-3615.98,247.367,6.01213,300,5,0,1469,0,0,1), - (6982,92,0,171,0,-7249.61,-3146.73,302.688,4.30904,300,5,0,1678,0,0,1), - (6983,2732,0,1055,0,-6544.29,-3412.58,284.547,6.02195,300,5,0,1604,0,0,1), - (6984,2728,0,557,0,-7107.95,-3220.94,241.792,4.5476,300,10,0,1536,0,0,1), - (6985,2729,0,1164,0,-7073.2,-3113.55,242.11,0.17424,300,10,0,1678,0,0,1), - (6986,2732,0,1055,0,-6679.67,-3185.45,269.247,3.27204,300,5,0,1604,0,0,1), - (6987,2734,0,917,0,-6808.34,-2395.24,275.593,2.35619,300,5,0,1829,0,0,1), - (6988,2728,0,557,0,-6686.7,-3590.75,242.162,4.84352,300,10,0,1536,0,0,1), - (6989,2717,0,1120,0,-7111.62,-2402.39,241.682,3.23501,300,5,0,1902,0,0,2), - (6990,92,0,171,0,-7177.04,-3225.97,258.048,4.88926,300,3,0,1678,0,0,1), - (6991,2727,0,161,0,-6654.62,-3314.11,244.619,2.96052,300,5,0,1403,0,0,1), - (6992,2728,0,557,0,-6749.66,-3548.51,245.588,1.61179,300,10,0,1536,0,0,1), - (6993,92,0,171,0,-7226.02,-3184.33,289.542,2.7614,300,10,0,1678,0,0,1), - (6994,2728,0,557,0,-6882.11,-3518.28,242.17,4.05573,300,10,0,1536,0,0,1), - (6995,2728,0,557,0,-6893.05,-3575.5,243.745,1.75471,300,10,0,1536,0,0,1), - (6996,2728,0,557,0,-6949.67,-3521.92,241.792,5.00878,300,10,0,1536,0,0,1), - (6997,2728,0,557,0,-6828.98,-3397.55,241.792,1.99275,300,10,0,1536,0,0,1), - (6998,2830,0,1105,0,-6839.92,-3642.16,256.303,-1.06123,300,5,0,1536,0,0,1), - (6999,2728,0,557,0,-6826.85,-3521.33,242.568,4.6831,300,10,0,1536,0,0,1), - (7000,2728,0,557,0,-6790.47,-3541.29,244.694,2.42258,300,10,0,1536,0,0,1), - (7001,2728,0,557,0,-6810.14,-3543.92,244.05,3.32214,300,5,0,1536,0,0,1), - (7002,2727,0,161,0,-6733.6,-3353.22,241.758,1.38019,300,10,0,1403,0,0,1), - (7003,2728,0,557,0,-6892.71,-3554.88,242.623,0.08022,300,10,0,1536,0,0,1), - (7004,2716,0,11548,0,-7150.69,-2382.56,240.554,0.400447,300,5,0,1829,0,0,1), - (7005,2717,0,1120,0,-7147.54,-2346.24,243.091,0.968147,300,10,0,1902,0,0,1), - (7006,2830,0,1105,0,-6723.06,-3389.29,241.786,1.07506,300,10,0,1536,0,0,1), - (7007,2728,0,557,0,-6854.26,-3409.51,241.917,0.549797,300,10,0,1536,0,0,1), - (7008,92,0,171,0,-7189.53,-3139.41,277.685,1.89418,300,5,0,1678,0,0,1), - (7009,2728,0,557,0,-6782.34,-3461.3,241.792,1.86965,300,5,0,1536,0,0,1), - (7010,2732,0,1055,0,-6749.38,-3262.25,241.083,1.58837,300,10,0,1604,0,0,1), - (7011,2717,0,1120,0,-7118,-2419.81,240.557,2.37933,300,5,0,1902,0,0,1), - (7012,2718,0,11545,0,-7132.82,-2418.76,240.64,2.80998,300,3,0,1585,1381,0,1), - (7013,2717,0,1120,0,-7149.4,-2426.23,240.64,4.62876,300,3,0,1902,0,0,1), - (7014,2717,0,1120,0,-7141.33,-2415.1,240.64,1.39362,300,3,0,1902,0,0,1), - (7015,2728,0,557,0,-6812.61,-3586.13,241.792,1.99247,300,5,0,1536,0,0,1), - (7016,2732,0,1055,0,-7000.8,-3111.75,249.61,3.80658,300,10,0,1604,0,0,1), - (7017,2728,0,557,0,-6856.16,-3451.97,243.972,3.49237,300,10,0,1536,0,0,1), - (7018,2728,0,557,0,-6868.49,-3477.24,244.121,2.97618,300,10,0,1536,0,0,1), - (7019,2728,0,557,0,-6978.82,-3612.08,241.792,1.08159,300,10,0,1536,0,0,1), - (7020,2728,0,557,0,-6829.46,-3460.28,244.192,3.32784,300,10,0,1536,0,0,1), - (7021,2734,0,917,0,-7091.8,-2573.16,275.312,6.08656,300,3,0,1829,0,0,1), - (7022,2731,0,632,0,-6358.5,-3499.81,243.568,0.905814,300,10,0,1469,0,0,1), - (7023,2734,0,917,0,-6992.59,-2782.51,241.978,0.941665,300,5,0,1829,0,0,1), - (7024,2717,0,1120,0,-7280.22,-2318.62,265.148,0.796735,300,5,0,1902,0,0,1), - (7025,2718,0,11545,0,-7320.55,-2313.17,267.682,4.06458,300,5,0,1585,1381,0,1), - (7026,4846,0,6052,0,-6140.1,-3093.43,224.161,0.959931,600,0,0,3660,0,0,0), - (7027,4845,0,6053,0,-6149.64,-3100.09,223.099,3.72574,600,3,0,3959,0,0,1), - (7028,4846,0,6052,0,-6143.95,-3100.59,223.354,5.8294,600,0,0,3660,0,0,0), - (7029,2716,0,11548,0,-7088.37,-2278.62,268.787,2.27846,300,0,0,1829,0,0,0), - (7030,2740,0,4933,0,-6425.52,-3416.14,241.585,5.86639,300,5,0,1075,2763,0,1), - (7031,2726,0,9586,0,-6814.47,-4124.14,264.014,5.36298,600,10,0,5148,0,0,1), - (7032,2740,0,4933,0,-6459.15,-3359.78,241.792,3.69234,300,3,0,1075,2763,0,1), - (7033,2892,0,722,0,-6572.99,-3671.21,263.162,1.7642,300,3,0,3540,1236,0,1), - (7034,2743,0,4936,0,-6396.83,-3206.45,286.565,1.16095,300,5,0,1604,0,0,1), - (7035,2743,0,4936,0,-6378.09,-3179.05,304.904,1.05496,300,0,0,1604,0,0,0), - (7036,2732,0,1055,0,-7112.24,-3648.1,260.663,5.17275,300,5,0,1604,0,0,1), - (7037,2717,0,1120,0,-7248.81,-2326.43,244.888,5.49131,300,0,0,1902,0,0,0), - (7038,2716,0,11548,0,-7186.63,-2281.79,257.953,1.37386,300,3,0,1829,0,0,1), - (7039,2892,0,722,0,-6570.95,-3691.65,270.287,6.18252,300,10,0,3540,1236,0,1), - (7040,6733,0,721,0,-6593.88,-3675.37,263.412,0.369629,300,3,0,4377,0,0,1), - (7041,6733,0,721,0,-6643.69,-3681.06,265.6,4.08517,300,3,0,4377,0,0,1), - (7042,2718,0,11545,0,-7218.41,-2352.19,243.131,3.87586,300,10,0,1585,1381,0,1), - (7043,2728,0,557,0,-6722.25,-3593.26,242.112,0.165281,300,10,0,1536,0,0,1), - (7044,2718,0,11545,0,-7180.41,-2316.32,244.006,5.7141,300,5,0,1585,1381,0,1), - (7045,4845,0,6053,0,-6211.33,-3042.59,218.183,0.073109,600,3,0,3959,0,0,1), - (7046,4872,0,2695,0,-6203.15,-3037.36,220.307,4.45822,600,0,0,4743,0,0,0), - (7047,4845,0,6053,0,-6199.12,-3041.23,220.716,2.68855,600,5,0,3959,0,0,1), - (7048,4845,0,6053,0,-6202.76,-3068.32,217.917,1.95722,600,3,0,3959,0,0,1), - (7049,4844,0,6051,0,-6186.31,-3063.4,219.534,5.29839,600,3,0,2877,2680,0,1), - (7050,4846,0,6052,0,-6184.66,-3071.73,219.745,5.37561,600,0,0,3660,0,0,0), - (7051,4846,0,6052,0,-6181.63,-3064.46,219.775,0.122173,600,0,0,3660,0,0,0), - (7052,4846,0,6052,0,-6221.12,-3044.96,217.104,2.35619,600,0,0,3660,0,0,0), - (7053,4846,0,6052,0,-6224.89,-3048.51,217.203,3.08923,600,0,0,3660,0,0,0), - (7054,4845,0,6053,0,-6222.58,-3060.06,220.102,4.19398,600,3,0,3959,0,0,1), - (7055,2727,0,161,0,-6540.28,-3391.42,275.114,1.79115,300,5,0,1403,0,0,1), - (7056,4856,0,722,0,-6133.31,-2911.57,212.09,1.44253,600,3,0,3831,0,0,1), - (7057,4856,0,722,0,-6124.96,-2903.37,212.112,2.75974,600,3,0,3831,0,0,1), - (7058,4856,0,722,0,-6134.03,-2892.17,212.463,6.05786,600,3,0,3831,0,0,1), - (7059,4851,0,721,0,-6152.18,-2887.32,211.567,3.79184,600,3,0,3831,0,0,1), - (7060,4851,0,721,0,-6167.5,-2913.95,214.326,5.72389,600,3,0,3831,0,0,1), - (7061,4851,0,721,0,-6185.6,-2913.41,214.326,0.834793,600,3,0,3831,0,0,1), - (7062,4851,0,721,0,-6192.58,-2917.32,214.335,3.46034,600,3,0,3831,0,0,1), - (7063,4856,0,722,0,-6175.19,-2932.49,214.333,2.59227,600,3,0,3831,0,0,1), - (7064,4846,0,6052,0,-6037.76,-3193.46,282.134,0.349066,600,0,0,3660,0,0,0), - (7065,4846,0,6052,0,-6047.97,-3179.56,281.767,0.610865,600,0,0,3660,0,0,0), - (7066,2739,0,4932,0,-6406.5,-3383.53,229.835,1.0599,300,3,0,1403,0,0,1), - (7067,2739,0,4932,0,-6420.64,-3386.57,229.835,5.51885,300,3,0,1403,0,0,1), - (7068,4846,0,6052,0,-6040,-3190.74,282.134,1.79769,600,0,0,3660,0,0,0), - (7069,4844,0,6051,0,-6054.49,-3185.87,281.259,0.279108,600,5,0,2877,2680,0,1), - (7070,2739,0,4932,0,-6444.16,-3423.79,229.835,5.98727,300,3,0,1403,0,0,1), - (7071,4844,0,6051,0,-6069.81,-3171.53,281.207,3.9907,600,5,0,2877,2680,0,1), - (7072,2739,0,4932,0,-6432.3,-3379.82,229.835,2.20025,300,3,0,1403,0,0,1), - (7073,2739,0,4932,0,-6431.03,-3405.91,229.835,4.95165,300,5,0,1403,0,0,2), - (7074,2739,0,4932,0,-6455.75,-3424.18,229.835,0.954772,300,3,0,1403,0,0,1), - (7075,2739,0,4932,0,-6444.1,-3408.19,229.835,3.73487,300,3,0,1403,0,0,1), - (7076,2739,0,4932,0,-6452.09,-3435.45,229.747,2.69318,300,3,0,1403,0,0,1), - (7077,2727,0,161,0,-6660.58,-3524.1,244.952,5.9035,300,10,0,1403,0,0,1), - (7078,2739,0,4932,0,-6416.74,-3370.02,229.835,0.028638,300,3,0,1403,0,0,1), - (7079,2727,0,161,0,-6691.1,-3245.07,240.813,2.88852,300,10,0,1403,0,0,1), - (7080,2728,0,557,0,-6900.66,-3488.65,242.667,5.75415,300,10,0,1536,0,0,1), - (7081,2727,0,161,0,-6593.08,-3294.38,242.322,0.364914,300,10,0,1403,0,0,1), - (7082,2728,0,557,0,-6750.66,-3407.98,241.792,1.47567,300,10,0,1536,0,0,1), - (7083,2715,0,10714,0,-6841.86,-2816.69,241.792,0.604905,300,0,0,1678,0,0,0), - (7084,4846,0,6052,0,-6171.1,-3042.67,220.586,2.26893,600,0,0,3660,0,0,0), - (7085,4844,0,6051,0,-6175.13,-3051.63,220.25,2.17825,600,3,0,2877,2680,0,1), - (7086,4846,0,6052,0,-6197.13,-3051.45,213.755,2.49582,600,0,0,3660,0,0,0), - (7087,4846,0,6052,0,-6204.06,-3050.66,212.993,1.44862,600,0,0,3660,0,0,0), - (7088,4844,0,6051,0,-6216.72,-3062.47,220.105,2.20687,600,3,0,2877,2680,0,1), - (7089,2728,0,557,0,-6906.72,-3410.28,243.451,2.24554,300,10,0,1536,0,0,1), - (7090,2728,0,557,0,-6946.87,-3447.26,241.842,1.88819,300,10,0,1536,0,0,1), - (7091,2732,0,1055,0,-6836.91,-3327.52,242.355,4.55372,300,5,0,1604,0,0,1), - (7092,2732,0,1055,0,-6956.95,-3649.25,243.985,0.286389,300,10,0,1604,0,0,1), - (7093,2732,0,1055,0,-6853.11,-3366.48,241.769,5.04917,300,10,0,1604,0,0,1), - (7094,2734,0,917,0,-7057.52,-2563.13,266.034,1.4079,300,5,0,1829,0,0,1), - (7095,2732,0,1055,0,-7097.61,-3183.33,241.792,0,300,10,0,1604,0,0,1), - (7096,2727,0,161,0,-6685.39,-3415.24,246.211,3.97175,300,10,0,1403,0,0,1), - (7097,2727,0,161,0,-6519.44,-3280.95,241.792,1.86402,300,10,0,1403,0,0,1), - (7098,2728,0,557,0,-7128.34,-3428.16,242.874,4.54564,300,10,0,1536,0,0,1), - (7099,2732,0,1055,0,-6717.05,-2828.31,246.429,3.01046,300,10,0,1604,0,0,1), - (7100,2728,0,557,0,-6726.21,-3542.46,245.638,1.98409,300,10,0,1536,0,0,1), - (7101,2729,0,1164,0,-6878.03,-2889.45,243.126,1.95143,300,10,0,1678,0,0,1), - (7102,2727,0,161,0,-6549.1,-3268.95,242.078,1.58252,300,10,0,1403,0,0,1), - (7103,2729,0,1164,0,-7026.89,-3075.78,241.702,5.99339,300,10,0,1678,0,0,1), - (7104,2732,0,1055,0,-7042.32,-3153.8,244.233,5.8239,300,5,0,1604,0,0,1), - (7105,2729,0,1164,0,-6847.49,-3008.19,242.1,2.87108,300,10,0,1678,0,0,1), - (7106,2734,0,917,0,-7032.59,-2608.62,272.813,0.413864,300,5,0,1829,0,0,1), - (7107,2734,0,917,0,-6951.09,-2723.04,250.212,2.82915,300,5,0,1829,0,0,1), - (7108,2732,0,1055,0,-6714.52,-3240.3,240.932,4.29429,300,10,0,1604,0,0,1), - (7109,2729,0,1164,0,-6902.46,-2971.98,243.897,3.25699,300,10,0,1678,0,0,1), - (7110,2729,0,1164,0,-7047.94,-3042.42,241.415,0.178178,300,10,0,1678,0,0,1), - (7111,2734,0,917,0,-6717.76,-2490.63,253.298,3.14159,300,3,0,1829,0,0,1), - (7112,2732,0,1055,0,-6644.78,-2826.45,245.154,3.61223,300,10,0,1604,0,0,1), - (7113,2734,0,917,0,-6864.99,-2336.71,244.54,3.60961,300,5,0,1829,0,0,1), - (7114,2734,0,917,0,-6818.44,-2449.31,253.956,1.20772,300,3,0,1829,0,0,1), - (7115,2729,0,1164,0,-7036,-3020.89,241.785,3.39415,300,10,0,1678,0,0,1), - (7116,2729,0,1164,0,-7110.73,-2870.52,241.748,5.44676,300,10,0,1678,0,0,1), - (7117,2732,0,1055,0,-6745.66,-2862.6,244.619,2.17763,300,10,0,1604,0,0,1), - (7118,2731,0,632,0,-6581.93,-2943.27,246.624,4.80484,300,10,0,1469,0,0,1), - (7119,2729,0,1164,0,-6934.1,-3013.93,242.295,3.39842,300,10,0,1678,0,0,1), - (7120,2729,0,1164,0,-6996.95,-3022.56,241.792,3.25521,300,10,0,1678,0,0,1), - (7121,2729,0,1164,0,-7108.61,-2968.25,247.224,2.6809,300,10,0,1678,0,0,1), - (7122,2727,0,161,0,-6621.54,-3240.23,243.13,6.08993,300,5,0,1403,0,0,1), - (7123,2729,0,1164,0,-7007.46,-3054.04,241.761,4.41584,300,10,0,1678,0,0,1), - (7124,2729,0,1164,0,-6783.45,-2546.29,247.758,4.01351,300,10,0,1678,0,0,1), - (7125,2729,0,1164,0,-6911.68,-2940.94,245.286,0.271811,300,10,0,1678,0,0,1), - (7126,2725,0,715,0,-6547.18,-4171.65,290.355,3.02619,300,5,0,1522,1332,0,1), - (7127,2729,0,1164,0,-6793.03,-2911.05,242.19,0.252554,300,10,0,1678,0,0,1), - (7128,2729,0,1164,0,-7017.47,-2811.03,242.15,1.72802,300,10,0,1678,0,0,1), - (7129,2726,0,9586,0,-6719.14,-4077.69,264.231,3.3728,600,10,0,5148,0,0,1), - (7130,2743,0,4936,0,-6316.69,-3090.41,310.833,2.15632,300,5,0,1604,0,0,2), - (7131,2742,0,4935,0,-6318.37,-3084.75,301.112,3.54614,300,0,0,1305,1189,0,0), - (7132,2732,0,1055,0,-6666.72,-2869.63,242.187,5.76622,300,10,0,1604,0,0,1), - (7133,2742,0,4935,0,-6349.88,-3065.45,311.712,2.63188,300,0,0,1305,1189,0,0), - (7134,2743,0,4936,0,-6319.32,-3089.9,301.113,2.85956,300,0,0,1604,0,0,0), - (7135,2892,0,722,0,-6619.78,-3717.98,268.609,1.46015,300,3,0,3540,1236,0,1), - (7136,6733,0,721,0,-6633.46,-3725.84,266.878,0.947018,300,3,0,4377,0,0,1), - (7137,2830,0,1105,0,-7066.08,-3546.31,242.56,2.90514,300,10,0,1536,0,0,1), - (7138,2831,0,1106,0,-7084.31,-2795.93,242.095,0.970321,300,10,0,1751,0,0,1), - (7139,2743,0,4936,0,-6329.24,-3077.83,310.917,4.04916,300,0,0,1604,0,0,0), - (7140,2723,0,10804,0,-6342.34,-3078.52,310.834,0.092626,300,0,0,1674,0,0,0), - (7141,2742,0,4935,0,-6342.9,-3068.71,301.11,3.75901,300,0,0,1305,1189,0,0), - (7142,2723,0,10804,0,-6328.85,-3090.91,310.834,1.17607,300,0,0,1674,0,0,0), - (7143,2723,0,10804,0,-6347.08,-3067.93,301.111,5.39252,300,0,0,1674,0,0,0), - (7144,2931,0,1210,0,-6913.21,-3474.79,242.675,1.47093,43200,0,0,7842,0,0,0), - (7145,2831,0,1106,0,-6886.22,-2452.98,245.292,3.07839,300,5,0,1751,0,0,1), - (7146,2831,0,1106,0,-6906.8,-2506.38,241.895,2.17275,300,5,0,1751,0,0,1), - (7147,2717,0,1120,0,-7224.46,-2313.62,244.397,3.24356,300,3,0,1902,0,0,1), - (7148,2718,0,11545,0,-7280.9,-2281.56,244.629,3.10809,300,3,0,1585,1381,0,1), - (7149,2791,0,8550,0,-7256.03,-3415.02,292.681,3.66474,300,5,0,1981,0,0,1), - (7150,2791,0,8550,0,-7245.94,-3417.48,292.431,3.41882,300,5,0,1981,0,0,1), - (7151,2791,0,8550,0,-7258.47,-3418.17,293.449,4.89102,300,5,0,1981,0,0,1), - (7152,2791,0,8550,0,-7309.3,-3454.39,312.392,5.21189,300,5,0,1981,0,0,1), - (7153,2791,0,8550,0,-7262.07,-3473.31,315.593,1.75554,300,5,0,1981,0,0,1), - (7154,2791,0,8550,0,-7308.56,-3427.94,303.681,2.41053,300,5,0,1981,0,0,1), - (7155,2791,0,8550,0,-7335.81,-3461.4,325.084,3.71821,300,5,0,1981,0,0,1), - (7156,2791,0,8550,0,-7281.08,-3419.07,296.641,5.46323,300,5,0,1981,0,0,1), - (7157,2791,0,8550,0,-7308.36,-3387.34,296.057,3.10698,300,5,0,1981,0,0,1), - (7158,2791,0,8550,0,-7276.56,-3485.74,320.908,2.89533,300,5,0,1981,0,0,1), - (7159,2860,0,1568,0,-6607.66,-3417.49,279.394,2.6529,300,0,0,2471,0,0,0), - (7160,2894,0,721,0,-6992.24,-3314.51,245.511,5.72413,300,2,0,1471,1283,0,1), - (7161,2910,0,4900,0,-6609.19,-3408.01,279.195,4.08407,300,0,0,2016,0,0,0), - (7162,2892,0,722,0,-6611.19,-3688.73,265.941,1.88891,300,3,0,3540,1236,0,1), - (7163,2739,0,4932,0,-6410.71,-3435.3,248.542,5.50982,300,0,0,1403,0,0,0), - (7164,2739,0,4932,0,-6398.51,-3415.45,241.727,4.0888,300,0,0,1403,0,0,0), - (7165,2740,0,4933,0,-6405.26,-3411.88,241.585,4.2337,300,0,0,1075,2763,0,0), - (7166,4846,0,6052,0,-6029.4,-3205.65,281.255,1.23918,600,0,0,3660,0,0,0), - (7167,4844,0,6051,0,-6031.37,-3210.69,281.174,1.28006,600,5,0,2877,2680,0,1), - (7168,2743,0,4936,0,-6438.74,-3139.27,307.752,2.4151,300,0,0,1604,0,0,0), - (7169,2736,0,14328,0,-7165.74,-2215.55,306.857,3.14027,300,5,0,1981,0,0,1), - (7170,2736,0,14328,0,-7218.68,-2251.88,284.935,6.22197,300,3,0,1981,0,0,1), - (7171,2736,0,14328,0,-7215.21,-2220.19,294.954,5.1131,300,3,0,1981,0,0,1), - (7172,2736,0,14328,0,-7186.69,-2148.1,321.408,3.67473,300,3,0,1981,0,0,1), - (7173,2736,0,14328,0,-7213.02,-2153.75,308.015,4.32697,300,10,0,1981,0,0,1), - (7174,2736,0,14328,0,-7172.01,-2181.99,315.891,1.06457,300,5,0,1981,0,0,1), - (7175,2736,0,14328,0,-7251.15,-2114.87,300.405,6.11451,300,10,0,1981,0,0,1), - (7176,2736,0,14328,0,-7214.71,-2181.37,302.126,1.01965,300,3,0,1981,0,0,1), - (7177,2736,0,14328,0,-7219.18,-2114.88,313.999,4.17964,300,10,0,1981,0,0,1), - (7178,2736,0,14328,0,-7252.46,-2150.89,295.978,1.27864,300,10,0,1981,0,0,1), - (7179,2736,0,14328,0,-7291.04,-2118.21,297.682,3.77231,300,3,0,1981,0,0,1), - (7180,2736,0,14328,0,-7252.41,-2172.12,294.135,1.29867,300,10,0,1981,0,0,1), - (7181,2736,0,14328,0,-7253.86,-2215.52,285.375,1.51119,300,5,0,1981,0,0,1), - (7182,2736,0,14328,0,-7194.27,-2102.41,327.341,4.1878,300,3,0,1981,0,0,1), - (7183,2736,0,14328,0,-7278.02,-2201.79,294.993,5.45638,300,5,0,1981,0,0,1), - (7184,2732,0,1055,0,-6683.41,-2840.86,242.496,3.33439,300,10,0,1604,0,0,1), - (7185,2734,0,917,0,-7074.41,-2717.87,245.503,5.07984,300,3,0,1829,0,0,1), - (7186,2740,0,4933,0,-6448.33,-3387.3,241.682,3.92748,300,0,0,1075,2763,0,0), - (7187,2731,0,632,0,-6512.79,-3227.73,246.746,1.40597,300,10,0,1469,0,0,1), - (7188,2740,0,4933,0,-6458.57,-3404.86,241.71,0.325448,300,0,0,1075,2763,0,0), - (7189,2731,0,632,0,-6313.74,-3549.1,249.81,4.43523,300,5,0,1469,0,0,1), - (7190,2740,0,4933,0,-6461.13,-3393.59,241.682,2.74647,300,0,0,1075,2763,0,0), - (7191,2701,0,10704,0,-7024.54,-3634.25,241.792,1.75424,300,5,0,1604,0,0,1), - (7192,2731,0,632,0,-6556.67,-3145.33,260.401,0.332208,300,10,0,1469,0,0,1), - (7193,2715,0,10714,0,-7043.26,-3643.96,241.974,5.58367,300,0,0,1678,0,0,0), - (7194,2701,0,10704,0,-7053.39,-3620.12,241.792,0.235529,300,5,0,1604,0,0,1), - (7195,2907,0,1122,0,-6275.86,-3737.66,243.978,0.881584,300,5,0,1208,1097,0,1), - (7196,2906,0,5782,0,-6305.53,-3772.68,244.064,1.26943,300,3,0,1403,0,0,1), - (7197,2907,0,1122,0,-6313.28,-3688.24,258.007,5.46769,300,3,0,1208,1097,0,1), - (7198,2732,0,1055,0,-6818.15,-2962.58,247.732,3.36851,300,10,0,1604,0,0,1), - (7199,2791,0,8550,0,-7248.63,-3435.37,296.652,1.51996,300,5,0,1981,0,0,1), - (7200,2791,0,8550,0,-7283.12,-3473.3,317.946,2.88666,300,5,0,1981,0,0,1), - (7201,2719,0,1120,0,-7388.79,-2267.97,237.65,1.14724,300,3,0,2138,0,0,1), - (7203,2720,0,11546,0,-7394.96,-2255.8,235.006,4.26436,300,3,0,1441,3575,0,1), - (7204,2736,0,14328,0,-7114.21,-2244.57,288.323,0.083281,300,3,0,1981,0,0,1), - (7205,2726,0,9586,0,-6781.84,-4005.58,264.584,0.463087,600,10,0,5148,0,0,1), - (7206,2736,0,14328,0,-7154.56,-2242.7,288.741,1.10101,300,3,0,1981,0,0,1), - (7207,2831,0,1106,0,-6914.82,-2453.27,244.18,1.6862,300,5,0,1751,0,0,1), - (7208,2831,0,1106,0,-6912.71,-2481.48,242.869,4.96382,300,5,0,1751,0,0,1), - (7209,2944,0,10170,0,-7141.52,-2393.12,240.575,3.68867,300,5,0,1902,0,0,2), - (7210,2907,0,1122,0,-7105.74,-2399.21,241.78,2.93326,300,5,0,1208,1097,0,2), - (7211,2831,0,1106,0,-6860.07,-2464.61,241.792,5.46749,300,0,0,1751,0,0,0), - (7212,2831,0,1106,0,-6862.55,-2477.67,242.042,1.11397,300,5,0,1751,0,0,1), - (7213,2729,0,1164,0,-6887.04,-2852.49,241.873,4.1044,300,10,0,1678,0,0,1), - (7214,2743,0,4936,0,-6405.8,-3172.11,294.793,0.941493,300,10,0,1604,0,0,1), - (7215,2743,0,4936,0,-6404.9,-3174.49,294.277,0.94136,300,5,0,1604,0,0,2), - (7216,2742,0,4935,0,-6408.37,-3172.04,293.527,0.936265,300,10,0,1305,1189,0,1), - (7217,4845,0,6053,0,-6105.86,-2974.33,207.25,6.27464,600,3,0,3959,0,0,1), - (7218,4845,0,6053,0,-6117.26,-2970.29,206.514,1.88284,600,3,0,3959,0,0,1), - (7219,4846,0,6052,0,-6147.88,-3036.91,224.662,2.54154,600,0,0,3660,0,0,0), - (7220,4844,0,6051,0,-6143.34,-3083.25,226.319,5.09942,600,5,0,2877,2680,0,1), - (7221,4845,0,6053,0,-6121.7,-2941.82,207.801,4.18759,600,3,0,3959,0,0,1), - (7222,4846,0,6052,0,-6147.96,-3044.24,224.778,6.12611,600,0,0,3660,0,0,0), - (7223,4844,0,6051,0,-6135.16,-2938.23,208.635,4.51491,600,3,0,2877,2680,0,1), - (7224,4846,0,6052,0,-6151.7,-3060.31,225.265,0.471239,600,0,0,3660,0,0,0), - (7225,4846,0,6052,0,-6163.68,-3042.96,221.087,1.48353,600,0,0,3660,0,0,0), - (7226,4844,0,6051,0,-6150.25,-3073.55,226.701,1.56642,600,0,0,2877,2680,0,0), - (7227,4844,0,6051,0,-6157.16,-3087.3,227.211,4.34484,600,0,0,2877,2680,0,0), - (7228,4872,0,2695,0,-6154.87,-3090.72,227.512,1.27409,600,0,0,4743,0,0,0), - (7229,2736,0,14328,0,-7384.58,-2476.47,326.071,6.01457,300,5,0,1981,0,0,1), - (7230,92,0,171,0,-7118.1,-2990.62,252.611,5.60513,300,10,0,1678,0,0,1), - (7231,92,0,171,0,-7145.5,-2977.33,265.566,0.662281,300,10,0,1678,0,0,1), - (7232,2736,0,14328,0,-7350.56,-2482.29,322.608,0.843073,300,5,0,1981,0,0,1), - (7233,92,0,171,0,-7140.37,-2951.74,263.307,3.76321,300,3,0,1678,0,0,1), - (7234,2736,0,14328,0,-7306.99,-2481.18,315.67,0.509746,300,5,0,1981,0,0,1), - (7235,2736,0,14328,0,-7287.63,-2502.72,306.857,4.68511,300,5,0,1981,0,0,1), - (7236,92,0,171,0,-7178.94,-3050.41,280.428,4.53953,300,3,0,1678,0,0,1), - (7237,2736,0,14328,0,-7321.38,-2443.62,295.672,1.50436,300,5,0,1981,0,0,1), - (7238,2736,0,14328,0,-7345,-2409.29,290.886,2.0626,300,5,0,1981,0,0,1), - (7239,92,0,171,0,-7167.55,-3118.94,266.54,0.9944,300,5,0,1678,0,0,1), - (7240,92,0,171,0,-7146.01,-3085.18,262.645,2.77011,300,3,0,1678,0,0,1), - (7241,92,0,171,0,-7108.7,-3035.9,244.387,3.65597,300,10,0,1678,0,0,1), - (7242,2736,0,14328,0,-7349.08,-2452.89,303.762,2.9767,300,5,0,1981,0,0,1), - (7243,92,0,171,0,-7187.82,-3086.84,287.461,0.509943,300,3,0,1678,0,0,1), - (7244,92,0,171,0,-7204.48,-3098.33,299.665,0.766064,300,5,0,1678,0,0,1), - (7245,92,0,171,0,-7276.83,-3118.82,319.658,6.1374,300,5,0,1678,0,0,1), - (7246,92,0,171,0,-7252.49,-3106.61,315.891,2.38649,300,5,0,1678,0,0,1), - (7247,2734,0,917,0,-7003.57,-2525.78,242.711,0.065095,300,5,0,1829,0,0,1), - (7248,2729,0,1164,0,-7085.82,-2782.52,242.917,0.324722,300,10,0,1678,0,0,1), - (7249,2922,0,1150,0,-6631.39,-2726.79,243.559,2.96706,300,0,0,102,0,0,0), - (7250,2734,0,917,0,-7128.71,-2727.96,244.098,5.91578,300,3,0,1829,0,0,1), - (7251,2830,0,1105,0,-6879.02,-3328.7,247.978,1.25838,300,5,0,1536,0,0,1), - (7252,2830,0,1105,0,-7096.77,-3592.06,243.711,1.18667,300,5,0,1536,0,0,1), - (7253,2830,0,1105,0,-7123.32,-3358.68,243.004,2.37277,300,5,0,1536,0,0,1), - (7254,2720,0,11546,0,-7374.23,-2269.75,234.981,5.89084,300,5,0,1441,3575,0,1), - (7255,2717,0,1120,0,-7250.08,-2278.16,245.769,1.12391,300,3,0,1902,0,0,1), - (7256,3107,1,1938,0,-969.116,-5648.95,-5.54658,0.309366,300,5,0,137,0,0,1), - (7257,3107,1,1938,0,917.165,-5132.88,-4.89163,4.7323,300,5,0,137,0,0,1), - (7258,3107,1,1938,0,-710.822,-5723.1,-1.67147,5.72244,300,5,0,137,0,0,1), - (7259,3107,1,1938,0,-1511.35,-5376.41,2.6803,1.14385,300,10,0,137,0,0,1), - (7260,3107,1,1938,0,-1391.8,-5504.85,-12.3106,4.35293,300,5,0,137,0,0,1), - (7261,3128,1,3735,0,-64.1312,-4982.18,19.6142,4.30752,200,0,0,101,220,0,0), - (7262,3128,1,3734,0,-51.3995,-4961.7,21.4127,5.99301,200,0,0,101,220,0,0), - (7263,3129,1,1860,0,-312.696,-5145.91,21.4262,0.515886,300,10,0,125,220,0,1), - (7264,3122,1,1960,0,946.397,-4977.17,9.32296,1.99556,300,10,0,120,0,0,1), - (7265,3122,1,1960,0,149.9,-4035.82,48.9886,4.4114,300,10,0,120,0,0,1), - (7266,3122,1,1960,0,167.115,-4103.98,49.6889,1.38631,300,5,0,120,0,0,1), - (7267,3122,1,1960,0,508.203,-4548.33,50.2061,3.77078,300,5,0,120,0,0,1), - (7268,3122,1,1960,0,168.14,-4252.11,49.4872,5.95093,300,10,0,120,0,0,1), - (7269,3122,1,1960,0,561.871,-4629.33,38.2371,0.85002,300,5,0,120,0,0,1), - (7270,3122,1,1960,0,733.031,-4886.37,28.3956,1.7138,300,10,0,120,0,0,1), - (7271,3122,1,1960,0,803.126,-5009.11,10.4341,2.40457,300,10,0,120,0,0,1), - (7272,3122,1,1960,0,208.815,-4300.84,43.8047,0.226506,300,10,0,120,0,0,1), - (7273,3122,1,1960,0,879.705,-5041.08,4.46972,4.81922,300,10,0,120,0,0,1), - (7274,3130,1,2179,0,818.703,-4088.31,-12.9096,3.02428,300,5,0,179,220,0,1), - (7275,3117,1,2166,0,951.958,-4754.93,23.7635,4.42527,300,5,0,176,0,0,1), - (7276,3118,1,6815,0,995.057,-4678.42,46.6831,4.40175,300,0,0,186,191,0,0), - (7277,3115,1,3012,0,890.98,-4636.45,17.1632,1.93447,300,5,0,137,0,0,1), - (7278,3118,1,6815,0,1100.94,-4713.27,32.2506,2.66671,300,0,0,186,191,0,0), - (7279,5952,1,9795,0,-603.613,-4218.63,38.655,1.58411,300,0,0,4356,0,0,2), - (7280,5952,1,9794,0,-582.478,-4262.37,37.9499,4.31222,300,0,0,4356,0,0,2), - (7281,3157,1,1878,0,-623.939,-4203.88,38.4285,5.48033,300,0,0,413,370,0,0), - (7282,3158,1,1879,0,-565.428,-4214.2,41.6737,5.18363,300,0,0,413,0,0,0), - (7283,5952,1,9797,0,-618.247,-4222.78,38.1343,0.277248,300,0,0,4356,0,0,2), - (7284,3155,1,1886,0,-588.703,-4144.94,41.1033,3.63029,300,0,0,334,0,0,0), - (7285,3161,1,1885,0,-582.434,-4102.68,42.7049,4.01426,300,0,0,413,0,0,0), - (7286,5952,1,9794,0,-582.795,-4550.96,42.7249,1.74533,300,0,0,4356,0,0,0), - (7287,5952,1,9796,0,-606.797,-4193.87,41.1824,4.69494,300,0,0,4356,0,0,0), - (7288,5952,1,9796,0,-597.633,-4604.42,41.2763,4.50295,300,0,0,4356,0,0,0), - (7289,3167,1,3742,0,358.128,-4706.73,14.4772,4.50295,300,0,0,594,0,0,0), - (7290,5953,1,9800,0,310.868,-4768.06,9.64285,1.85005,300,0,0,1573,0,0,0), - (7291,3169,1,3743,0,311.352,-4827.79,9.66294,1.62316,300,0,0,2766,0,0,0), - (7292,5953,1,9801,0,265.272,-4639.39,11.8796,2.37365,300,0,0,1573,0,0,0), - (7293,3171,1,3744,0,275.341,-4704,11.7122,4.62512,300,0,0,695,596,0,0), - (7294,5953,1,9800,0,295.851,-4645.38,16.5149,3.3721,300,0,0,1573,0,0,0), - (7295,6027,1,4728,0,345.426,-4855.27,10.4265,1.29154,300,0,0,748,938,0,0), - (7296,5953,1,9798,0,400.766,-4741.05,10.6397,2.18166,300,0,0,1573,0,0,0), - (7297,5953,1,9799,0,394.053,-4599.19,76.1657,5.44543,300,0,0,1573,0,0,0), - (7298,5953,1,9799,0,382.72,-4582.98,76.1647,2.16421,300,0,0,1573,0,0,0), - (7299,3121,1,598,0,-1047.05,-5383.41,8.13052,1.60108,300,5,0,137,0,0,1), - (7300,3121,1,598,0,-1312.22,-5379.77,1.86377,1.67066,300,5,0,137,0,0,1), - (7301,3121,1,598,0,-780.59,-5680.04,7.83769,0.833484,300,5,0,137,0,0,1), - (7302,3121,1,598,0,-757.669,-5651.24,15.7503,3.02203,300,10,0,137,0,0,1), - (7303,2732,0,1055,0,-6884.61,-3059.88,241.996,3.3681,300,10,0,1604,0,0,1), - (7304,2716,0,11548,0,-7177,-2342.51,244.489,1.55899,300,10,0,1829,0,0,1), - (7305,2719,0,1120,0,-7432.39,-2320.33,237.194,0.436286,300,3,0,2138,0,0,1), - (7306,2729,0,1164,0,-6952.72,-2818.37,242.417,0.132191,300,5,0,1678,0,0,1), - (7307,2719,0,1120,0,-7420.68,-2326.18,241.224,2.47717,300,3,0,2138,0,0,1), - (7308,2720,0,11546,0,-7421.53,-2278.06,234.152,1.76852,300,3,0,1441,3575,0,1), - (7309,2719,0,1120,0,-7474.28,-2268.06,232.145,4.10745,300,3,0,2138,0,0,1), - (7310,2719,0,1120,0,-7457.23,-2255.44,233.945,2.40875,300,3,0,2138,0,0,1), - (7311,2732,0,1055,0,-7162.07,-3245.44,245.762,0.072097,300,10,0,1604,0,0,1), - (7312,2719,0,1120,0,-7452.64,-2274.41,231.3,4.55875,300,3,0,2138,0,0,1), - (7313,2720,0,11546,0,-7353.1,-2291.79,239.693,3.61272,300,3,0,1441,3575,0,1), - (7314,3121,1,598,0,-684.319,-5516.27,5.70708,2.20272,300,10,0,137,0,0,1), - (7315,3121,1,598,0,-1621.3,-5345.82,7.22336,2.71226,300,5,0,137,0,0,1), - (7316,3121,1,598,0,-1383.46,-5082.28,1.35365,5.26371,300,5,0,137,0,0,1), - (7317,3121,1,598,0,-1020.3,-5413.44,3.54369,4.88095,300,5,0,137,0,0,1), - (7318,3297,1,4084,0,-751.532,-4937.42,22.0626,1.39087,300,0,0,1309,0,0,0), - (7319,3297,1,4083,0,-832.469,-4936.41,21.019,1.29154,300,0,0,1309,0,0,0), - (7320,3297,1,4083,0,-780.758,-4890.76,19.6926,1.53589,300,0,0,1309,0,0,0), - (7321,3185,1,4085,0,-838.362,-4893.98,23.5962,5.35816,300,0,0,594,0,0,0), - (7322,3187,1,4087,0,-792.59,-4945.02,22.3297,0.453786,300,0,0,500,0,0,0), - (7323,10369,1,9768,0,-769.15,-4948.53,22.9324,2.79253,300,0,0,500,0,0,0), - (7324,3297,1,4084,0,-789.483,-4944.22,38.2811,2.03416,300,0,0,1309,0,0,0), - (7325,3933,1,4082,0,-786.558,-4903.8,19.6826,3.61283,300,0,0,594,0,0,0), - (7326,3112,1,1252,0,34.2625,-4290.57,69.2536,4.9251,300,0,0,137,0,0,0), - (7327,3111,1,1218,0,111.28,-4446.82,38.8782,1.45769,300,10,0,120,0,0,1), - (7328,3111,1,1218,0,69.3384,-4468.37,45.4963,2.64105,300,3,0,120,0,0,1), - (7329,3112,1,1252,0,44.381,-4312.11,65.3864,5.25649,300,5,0,137,0,0,1), - (7330,3112,1,1252,0,19.0145,-4251.52,72.9204,5.55443,300,5,0,137,0,0,1), - (7331,3112,1,1252,0,30.8559,-4335.03,71.3453,5.42057,300,3,0,137,0,0,1), - (7332,3111,1,1218,0,92.7794,-4557.56,54.6971,4.50553,300,5,0,120,0,0,1), - (7333,3197,1,4193,0,1463.08,-4871,12.7991,0.034462,300,0,0,166,178,0,0), - (7334,3197,1,4193,0,1518.22,-4716.15,11.8973,4.03466,300,0,0,166,178,0,0), - (7335,3197,1,4192,0,1495.63,-4834.51,11.4586,5.77765,300,0,0,166,178,0,0), - (7336,3198,1,4191,0,1418.35,-4770.97,4.41271,0.934965,300,0,0,178,382,0,0), - (7337,3197,1,4192,0,1495.84,-4806.1,10.1796,1.95768,300,0,0,166,178,0,0), - (7338,3197,1,4192,0,1484.82,-4683.48,7.90963,5.35261,300,0,0,166,178,0,0), - (7339,3198,1,4191,0,1477.1,-4808.38,10.4719,1.62391,300,0,0,178,382,0,0), - (7340,3197,1,4193,0,1425.93,-4704.94,-2.13797,1.81685,300,0,0,166,178,0,0), - (7341,3197,1,4192,0,1483,-4736.77,-3.46713,4.38322,300,0,0,166,178,0,0), - (7342,3197,1,4192,0,1478.44,-4855.39,10.9293,2.87519,300,0,0,166,178,0,0), - (7343,3199,1,4194,0,927.625,-4745.27,20.7256,4.04846,300,5,0,178,382,0,1), - (7344,3195,1,4189,0,781.005,-4772.92,36.7114,1.45235,300,5,0,156,0,0,1), - (7345,3114,1,1964,0,-58.5116,-4029.94,66.5457,4.9383,300,5,0,176,0,0,1), - (7346,721,0,328,0,-9233,-2057.44,77.5281,3.19405,300,5,0,1,0,0,1), - (7347,3114,1,1964,0,425.345,-4295.34,29.0014,5.70493,300,5,0,176,0,0,1), - (7348,3113,1,6088,0,431.878,-4251.52,25.5356,0.165809,300,0,0,148,165,0,0), - (7349,3114,1,1964,0,492.111,-4323.12,22.4243,5.85954,300,10,0,176,0,0,1), - (7350,3114,1,1964,0,410.892,-4314.54,25.1954,4.60914,300,5,0,176,0,0,1), - (7351,3114,1,1964,0,435.848,-4211.84,24.6614,2.30432,300,0,0,176,0,0,0), - (7352,3114,1,1964,0,420.398,-4197.62,25.4994,5.33523,300,5,0,176,0,0,1), - (7353,3114,1,1964,0,437.596,-4239.34,25.1242,5.97648,300,0,0,176,0,0,0), - (7354,3114,1,1964,0,387.255,-4175.69,27.1643,2.82014,300,5,0,176,0,0,1), - (7355,3231,1,1034,0,-49.238,-3773.76,16.5083,3.29816,300,0,0,222,0,0,0), - (7356,3122,1,1960,0,-1261.3,-5584.93,7.85018,1.11152,300,10,0,120,0,0,1), - (7357,3122,1,1960,0,-1144.04,-5339.8,5.29149,1.51135,300,5,0,120,0,0,1), - (7358,3122,1,1960,0,-697.752,-5605.07,26.8175,0.122868,300,5,0,120,0,0,1), - (7359,3122,1,1960,0,-824.783,-5591.58,4.33208,4.60767,300,0,0,120,0,0,0), - (7360,5951,1,1560,0,401.143,-4861.65,17.0926,4.70278,120,10,0,8,0,0,1), - (7361,5951,1,1560,0,1364.04,-4907.81,9.0159,4.52284,120,5,0,8,0,0,1), - (7362,10685,1,10015,0,749.569,-4261.16,17.5349,0.062147,200,3,0,14,0,0,1), - (7363,3300,1,1206,0,260.763,-4937.98,20.0156,0.236456,120,5,0,1,0,0,1), - (7364,10685,1,10015,0,1274.09,-4227.71,26.7512,4.11377,200,5,0,14,0,0,1), - (7365,3300,1,1206,0,-935.408,-4827.64,14.7627,5.6756,120,10,0,1,0,0,1), - (7366,5951,1,1560,0,597.528,-4864.34,24.7242,2.41284,120,5,0,8,0,0,1), - (7367,3300,1,1206,0,-125.057,-4808.86,24.6767,3.20729,120,5,0,1,0,0,1), - (7368,10685,1,10015,0,1274.96,-4218.34,27.0012,1.63188,200,5,0,14,0,0,1), - (7369,3127,1,2732,0,1165.86,-4266.76,21.9886,-2.67167,300,10,0,176,0,0,1), - (7370,3127,1,2732,0,1218.23,-4293.08,21.3825,6.1111,300,10,0,176,0,0,1), - (7371,6020,1,2835,0,-916.678,-4039.06,-47.3603,3.9881,300,5,0,417,0,0,1), - (7372,10556,1,10038,0,-213.599,-4220.75,62.2392,1.93932,200,0,0,138,0,0,0), - (7373,10556,1,10038,0,-775.806,-4196.64,44.5941,2.26289,200,0,0,138,0,0,0), - (7374,10556,1,10038,0,-622.255,-4348.61,41.0623,4.83115,200,0,0,138,0,0,0), - (7375,10556,1,10038,0,-265.354,-4145.13,55.767,5.78542,200,0,0,138,0,0,0), - (7376,10556,1,10038,0,-498.072,-4455.45,51.0777,3.27999,200,0,0,138,0,0,0), - (7377,3110,1,1250,0,786.578,-3790.09,16.6458,0.316323,300,10,0,176,0,0,1), - (7378,3110,1,1250,0,-42.1534,-3747.41,16.613,2.72219,300,10,0,176,0,0,1), - (7379,3110,1,1250,0,810.259,-3828.33,18.2792,4.35487,300,10,0,176,0,0,1), - (7380,3110,1,1250,0,-173.849,-3827.64,21.4363,2.09648,300,10,0,176,0,0,1), - (7381,3110,1,1250,0,1024.93,-3891.26,18.1148,4.56706,300,10,0,176,0,0,1), - (7382,3110,1,1250,0,916.199,-3850.16,18.8256,6.05629,300,0,0,176,0,0,0), - (7383,3110,1,1250,0,111.849,-3777.91,20.556,6.2116,300,10,0,176,0,0,1), - (7384,3110,1,1250,0,1029.46,-3909.23,18.2572,5.4916,300,10,0,176,0,0,1), - (7385,3110,1,1250,0,247.797,-3785.48,24.2875,3.89109,300,10,0,176,0,0,1), - (7386,3104,1,1246,0,55.4818,-5247.92,-19.3946,4.21175,300,10,0,120,0,0,1), - (7387,3103,1,1940,0,-843.956,-5703.44,-2.45975,1.10942,300,10,0,120,0,0,1), - (7388,3141,1,1818,0,1349.02,-5083.3,-11.2597,6.05131,300,10,0,156,0,0,1), - (7389,3103,1,1940,0,-1320.08,-5659.41,-4.26491,4.13143,300,10,0,120,0,0,1), - (7390,3105,1,1248,0,789.085,-5126.38,-8.9907,5.33876,300,5,0,156,0,0,1), - (7391,3103,1,1940,0,-1587.39,-5183.62,-2.90685,2.4835,300,10,0,120,0,0,1), - (7392,3106,1,1307,0,-785.422,-5122.69,-2.48281,5.65413,200,10,0,102,0,0,1), - (7393,14304,1,14361,0,1914.56,-4136.63,40.4915,4.69494,300,0,0,7552,0,0,0), - (7394,14304,1,14362,0,1927.04,-4123.48,43.0489,4.45059,300,0,0,7552,0,0,0), - (7395,14304,1,14362,0,1924.73,-4245.42,41.9408,6.24828,300,0,0,7552,0,0,0), - (7396,14304,1,14360,0,1941.71,-4124.25,43.543,3.90954,300,0,0,7552,0,0,0), - (7397,3296,1,4259,0,1648.13,-3834.6,51.7923,2.44346,300,0,0,4957,0,0,0), - (7398,3296,1,4259,0,1628.89,-4274.76,24.0855,5.13127,300,0,0,4957,0,0,0), - (7399,3296,1,4259,0,1696.56,-3929.77,51.6336,0.663225,300,0,0,4957,0,0,0), - (7401,2720,0,11546,0,-7396.91,-2279.69,234.773,1.42001,300,3,0,1441,3575,0,1), - (7402,2720,0,11546,0,-7310.72,-2267.36,245.399,6.24311,300,3,0,1441,3575,0,1), - (7403,2720,0,11546,0,-7398.74,-2294.12,237.769,0.661569,300,3,0,1441,3575,0,1), - (7404,2831,0,1106,0,-7066.29,-2384.52,241.678,4.52259,300,10,0,1751,0,0,1), - (7405,2732,0,1055,0,-7102.51,-3070.84,243.392,5.65453,300,10,0,1604,0,0,1), - (7406,2732,0,1055,0,-6651.4,-3417.6,263.405,5.34133,300,5,0,1604,0,0,1), - (7407,2831,0,1106,0,-6884.91,-2506.49,243.619,6.09225,300,5,0,1751,0,0,1), - (7408,2831,0,1106,0,-6857.21,-2504.49,241.22,2.04432,300,5,0,1751,0,0,1), - (7409,721,0,328,0,-9235.8,-3146.64,109.469,1.00546,300,10,0,1,0,0,1), - (7410,721,0,328,0,-9234.85,-3097.38,107.299,0.725107,300,5,0,1,0,0,1), - (7411,2727,0,161,0,-6553.04,-3329.48,251.412,1.72567,300,10,0,1403,0,0,1), - (7412,2717,0,1120,0,-7114.04,-2277.85,268.662,0.600637,300,0,0,1902,0,0,0), - (7413,2729,0,1164,0,-6936.34,-2357.22,241.937,3.41523,300,10,0,1678,0,0,1), - (7414,2728,0,557,0,-7154.02,-3289.23,246.48,1.49066,300,5,0,1536,0,0,1), - (7415,3296,1,4601,0,1928.32,-4424.41,23.7505,0.558505,300,0,0,4957,0,0,0), - (7416,3296,1,4259,0,1906.25,-4564.21,33.9758,0.628319,300,0,0,4957,0,0,0), - (7417,3296,1,4602,0,1557.74,-4364.25,1.07971,0.226893,300,0,0,4957,0,0,0), - (7418,3296,1,4259,0,1909.78,-4633.55,32.12,2.23512,300,0,0,4957,0,0,2), - (7419,3296,1,4259,0,1637.63,-3829.64,50.7225,2.22586,300,0,0,4957,0,0,2), - (7420,3296,1,4601,0,1886.46,-4415.86,11.7157,3.76991,300,0,0,4957,0,0,0), - (7421,3296,1,4259,0,1910.66,-4754.65,33.3433,1.76827,300,0,0,4957,0,0,2), - (7422,3125,1,2486,0,-486.359,-4824.19,36.5391,3.16307,200,10,0,102,0,0,1), - (7423,3125,1,2486,0,-688.767,-5045.84,17.2011,5.91665,200,10,0,102,0,0,1), - (7424,3125,1,2486,0,-591.821,-4809.46,32.2656,6.02258,200,10,0,102,0,0,1), - (7425,3125,1,2486,0,-786.505,-4714.73,31.3035,0.391032,200,5,0,102,0,0,1), - (7426,3125,1,2486,0,-680.672,-4655.35,38.1271,5.48074,200,10,0,102,0,0,1), - (7427,3125,1,2486,0,236.772,-5057.58,11.2487,3.62075,200,10,0,102,0,0,1), - (7428,3125,1,2486,0,-781.204,-4705.88,32.8319,0.871088,200,5,0,102,0,0,1), - (7429,3099,1,381,0,171.961,-4274.22,50.0297,2.86895,300,10,0,120,0,0,1), - (7430,3099,1,381,0,-568.891,-4848.4,36.6668,5.38987,300,10,0,120,0,0,1), - (7431,3099,1,381,0,587.507,-4311.35,17.6603,1.61374,300,10,0,120,0,0,1), - (7432,3099,1,381,0,138.558,-4077.7,51.1614,2.97649,300,10,0,120,0,0,1), - (7433,3099,1,381,0,411.135,-4931.82,31.039,2.44335,300,5,0,120,0,0,1), - (7434,3099,1,381,0,-410.943,-4724.38,41.8735,0.123386,300,10,0,120,0,0,1), - (7435,3099,1,381,0,243.958,-4995.52,19.0482,1.46931,300,5,0,120,0,0,1), - (7436,3099,1,381,0,301.101,-4447.74,25.3546,3.24146,300,10,0,120,0,0,1), - (7437,3119,1,9442,0,-959.571,-4608.54,25.6792,4.07964,300,5,0,119,0,0,1), - (7438,3119,1,9442,0,-994.767,-4418.23,29.374,0.111486,300,3,0,119,0,0,1), - (7439,3119,1,9442,0,-887.45,-4713.57,25.6345,1.20702,300,10,0,119,0,0,1), - (7440,3120,1,9443,0,-944.713,-4481.49,28.5132,4.23487,300,5,0,130,138,0,1), - (7441,3119,1,9442,0,-1027.43,-4589.02,26.4615,0.824254,300,3,0,119,0,0,1), - (7442,3323,1,1323,0,1744.9,-4317.86,33.3935,4.2237,300,0,0,1605,0,0,0), - (7443,3354,1,1375,0,1970.95,-4808.17,56.848,0.837758,300,0,0,3517,0,0,0), - (7444,4043,1,4612,0,2097.44,-4834.81,24.1196,0.017453,300,0,0,334,0,0,0), - (7445,3360,1,1382,0,2098.59,-4823.44,34.1185,2.86234,300,0,0,1605,0,0,0), - (7446,2704,1,12989,0,2090.27,-4824.21,24.2055,0.541052,300,0,0,3517,0,0,0), - (7447,3362,1,1384,0,2159.36,-4653.74,49.7412,2.80998,300,0,0,2972,0,0,0), - (7448,5812,1,4351,0,2053.4,-4838.88,24.4342,3.08923,300,0,0,1605,0,0,0), - (7449,3352,1,1373,0,2100.58,-4606.96,58.7863,4.5204,300,0,0,3139,2620,0,0), - (7450,1212,0,5548,0,-8529,855.316,106.518,3.886,540,0,0,2471,0,0,0), - (7451,3410,1,4359,0,1914.16,-4775.87,36.3381,1.11701,300,0,0,1605,0,0,0), - (7452,2729,0,1164,0,-6848.71,-2887.55,242.592,3.3076,300,10,0,1678,0,0,1), - (7453,3409,1,4363,0,2099.23,-4818.85,24.1587,3.68265,300,0,0,1605,1170,0,0), - (7454,440,0,6033,0,-9195.06,-2894.82,113.073,3.63029,300,0,0,449,0,0,0), - (7455,440,0,6033,0,-9203.43,-2898.08,112.992,1.5708,300,0,0,449,0,0,0), - (7456,485,0,6034,0,-9198.21,-2887.29,113.073,4.67748,300,0,0,494,0,0,0), - (7457,4463,0,6030,0,-9207.29,-2893.75,112.992,0.226893,300,0,0,472,1357,0,0), - (7459,434,0,275,0,-9356.05,-3164.54,83.9201,3.47321,300,0,0,530,200,0,0), - (7460,433,0,275,0,-9368.75,-3161.73,83.7005,3.31613,300,0,0,573,0,0,0), - (7461,433,0,275,0,-9381.67,-3163.85,83.5755,1.29154,300,0,0,573,0,0,0), - (7462,2729,0,1164,0,-7054.4,-2933.3,242.551,4.2079,300,10,0,1678,0,0,1), - (7463,7230,1,6005,0,2054.63,-4805.99,22.4195,3.31613,300,0,0,3857,0,0,0), - (7464,2732,0,1055,0,-6738.85,-2944.51,244.062,1.75135,300,10,0,1604,0,0,1), - (7465,2729,0,1164,0,-7001.55,-2337.2,242.603,5.63344,300,10,0,1678,0,0,1), - (7466,2728,0,557,0,-7083.5,-3183.78,242.905,0.485478,300,10,0,1536,0,0,1), - (7467,2720,0,11546,0,-7351.14,-2274.42,238.961,5.3058,300,0,0,1441,3575,0,0), - (7468,2720,0,11546,0,-7370.25,-2318.47,238.908,2.02348,300,3,0,1441,3575,0,1), - (7469,2729,0,1164,0,-6955.67,-2949.85,241.792,2.12272,300,10,0,1678,0,0,1), - (7470,2720,0,11546,0,-7353.03,-2319.87,241.192,5.65325,300,3,0,1441,3575,0,1), - (7471,2734,0,917,0,-6836,-2443.11,245.687,4.49966,300,10,0,1829,0,0,1), - (7472,2893,0,1194,0,-7082.39,-3291.11,241.792,4.90148,300,5,0,1678,0,0,1), - (7473,2729,0,1164,0,-6768.77,-2734.77,241.867,5.42884,300,10,0,1678,0,0,1), - (7474,2731,0,632,0,-6525.17,-3164.94,264.414,0.210412,300,10,0,1469,0,0,1), - (7475,2893,0,1194,0,-7049.61,-3279.86,243.004,4.1426,300,10,0,1678,0,0,1), - (7476,92,0,171,0,-7148.63,-3010.08,266.692,6.04419,300,5,0,1678,0,0,1), - (7477,2729,0,1164,0,-6945.92,-2340.44,240.895,1.69694,300,10,0,1678,0,0,1), - (7478,3316,1,1316,0,1855.82,-4562.49,24.8434,2.26893,300,0,0,1605,0,0,0), - (7479,11066,1,10589,0,1913.25,-4430.54,24.6477,3.68265,300,0,0,1309,0,0,0), - (7480,3372,1,1394,0,1836.77,-4461.59,47.4541,1.50098,300,0,0,1605,0,0,0), - (7481,3364,1,1386,0,1792.65,-4565.39,22.8627,0.977384,300,0,0,1605,0,0,0), - (7482,3098,1,503,0,-486.181,-4454.21,50.132,3.11397,120,10,0,42,0,0,1), - (7484,3098,1,503,0,-486.279,-4144.73,54.7459,3.74728,120,5,0,42,0,0,1), - (7485,433,0,275,0,-9376.52,-3167.18,83.6684,0.575959,300,0,0,573,0,0,0), - (7486,432,0,1887,0,-9370.36,-3166.04,83.5755,2.72271,300,0,0,617,0,0,0), - (7487,3098,1,503,0,-360.833,-4312.15,49.0128,3.09699,120,5,0,42,0,0,1), - (7488,3098,1,503,0,-744.55,-4255.23,43.5246,6.14916,120,10,0,42,0,0,1), - (7489,2894,0,721,0,-7021.91,-3279.85,255.076,5.96421,300,5,0,1471,1283,0,1), - (7490,3098,1,503,0,-344.253,-4260.39,61.6241,5.09684,120,5,0,42,0,0,1), - (7491,3098,1,503,0,-348.51,-4212.4,60.171,4.11747,120,5,0,42,0,0,1), - (7492,2729,0,1164,0,-7069.02,-2915.11,242.543,6.17586,300,10,0,1678,0,0,1), - (7493,3124,1,2485,0,-282.794,-4416.63,56.6823,1.39555,200,10,0,71,0,0,1), - (7494,2729,0,1164,0,-6947.05,-2415.2,241.3,2.87843,300,10,0,1678,0,0,1), - (7495,3124,1,2485,0,-310.417,-4414.58,56.9974,6.09144,200,10,0,71,0,0,1), - (7496,3124,1,2485,0,-788.542,-4286.46,52.8241,4.1216,200,5,0,71,0,0,1), - (7497,3124,1,2485,0,-448.264,-4459.52,50.2802,4.84749,200,10,0,71,0,0,1), - (7498,3124,1,2485,0,-518.958,-4076.93,69.8705,6.11225,200,5,0,71,0,0,1), - (7499,424,0,551,0,-9597.7,-2508.09,59.4286,3.7001,300,0,0,356,0,0,0), - (7500,424,0,551,0,-9606.94,-2511.6,59.3492,0,300,0,0,356,0,0,0), - (7501,423,0,487,0,-9604.01,-2517.84,59.7036,1.25664,300,0,0,328,0,0,0), - (7502,431,0,493,0,-9089.53,-3181.91,109.397,4.39823,300,0,0,734,0,0,0), - (7503,429,0,491,0,-9338.75,-3312.22,90.4582,3.75246,300,0,0,640,655,0,0), - (7504,3102,1,850,0,-142.249,-4236.41,58.2515,0.713284,200,3,0,72,0,0,1), - (7505,3101,1,1185,0,-106.37,-4247.68,53.6425,2.3254,200,3,0,70,79,0,1), - (7506,3102,1,850,0,-89.8741,-4249.98,51.7437,1.35716,200,3,0,72,0,0,1), - (7507,3101,1,1185,0,-104.777,-4285.94,62.7633,2.47363,200,3,0,70,79,0,1), - (7508,3101,1,1185,0,-76.6151,-4266.42,52.2091,4.67274,200,3,0,70,79,0,1), - (7509,3101,1,1185,0,-140.697,-4282.97,64.2632,1.78955,200,3,0,70,79,0,1), - (7510,620,0,304,0,-9246.32,-2010.21,77.1152,3.59324,300,5,0,1,0,0,1), - (7511,721,0,328,0,-9716.62,-2500.04,60.7618,1.55931,300,3,0,1,0,0,1), - (7512,721,0,328,0,-9695.4,-2514.26,61.3341,5.28154,300,10,0,1,0,0,1), - (7513,432,0,1887,0,-9162.64,-3314.33,105.371,0.942478,300,0,0,617,0,0,0), - (7514,430,0,10789,0,-9001.13,-2267.11,142.432,0.174533,300,0,0,354,1020,0,0), - (7515,446,0,609,0,-8997.39,-2275.13,146.015,0.733038,300,0,0,417,0,0,0), - (7516,446,0,609,0,-9000.36,-2271.87,145.062,0.471239,300,0,0,417,0,0,0), - (7517,721,0,328,0,-9174.16,-3005.37,93.5232,5.22918,300,10,0,1,0,0,1), - (7518,432,0,1887,0,-9116.21,-3232.83,100.599,2.82743,300,0,0,617,0,0,0), - (7519,442,0,366,0,-9808.46,-1849.79,39.5704,5.71631,300,5,0,328,0,0,1), - (7520,432,0,1887,0,-9168.75,-3285.69,100.751,0.541052,300,0,0,617,0,0,0), - (7521,721,0,328,0,-9164.75,-3131.95,100.556,2.78914,300,5,0,1,0,0,1), - (7522,721,0,328,0,-9668.58,-2620.37,63.3236,2.058,300,10,0,1,0,0,1), - (7523,721,0,328,0,-9554.63,-1893.61,70.6377,0.975219,300,10,0,1,0,0,1), - (7524,429,0,491,0,-9246.05,-3303.4,106.243,0.418879,300,0,0,640,655,0,0), - (7525,568,0,662,0,-9107.18,-3218.99,105.012,4.27606,300,0,0,664,0,0,0), - (7526,568,0,662,0,-9230.71,-3305.59,101.551,0.506145,300,0,0,664,0,0,0), - (7527,3101,1,1185,0,-43.8409,-4274.3,68.2898,0.919327,200,3,0,70,79,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (3721,5996,0,0,0,-10826.7,-3457.37,-21.4826,2.42601,450,450,0,0,2479,0,0,0), + (3722,5996,0,0,0,-10507.4,-3264.43,-1.63699,1.79769,450,450,0,0,2479,0,0,0), + (3723,5996,0,0,0,-10803.2,-3449,-19.6628,1.79769,450,450,0,0,2479,0,0,0), + (3724,5996,0,0,0,-10676.3,-3121.49,24.4147,2.87979,450,450,0,0,2479,0,0,0), + (3725,5996,0,0,0,-10782.7,-3665.86,-12.9732,5.3058,450,450,0,0,2479,0,0,0), + (3726,5996,0,0,0,-10812,-3133.74,40.2013,3.08923,450,450,0,0,2479,0,0,0), + (3727,5998,0,0,0,-10648.9,-3127.77,23.504,3.88964,450,450,5,0,2252,0,0,1), + (3728,5996,0,0,0,-10546.2,-3528.74,-11.3421,0.733038,450,450,0,0,2479,0,0,0), + (3729,5996,0,0,0,-10854.3,-3168.17,46.486,1.309,450,450,0,0,2479,0,0,0), + (3730,5996,0,0,0,-10784.4,-3408.42,-17.5568,1.44862,450,450,0,0,2479,0,0,0), + (3731,5996,0,0,0,-10651.7,-3189.52,24.3635,0.575959,450,450,0,0,2479,0,0,0), + (3732,5996,0,0,0,-10553.3,-3423.84,-2.45979,5.65487,450,450,0,0,2479,0,0,0), + (3733,5996,0,0,0,-10738.5,-3450.14,-16.4603,5.67232,450,450,0,0,2479,0,0,0), + (3734,5996,0,0,0,-10759.9,-3328.43,-12.4974,3.7001,450,450,0,0,2479,0,0,0), + (3735,5996,0,0,0,-10629.6,-3146.92,20.5668,4.5204,450,450,0,0,2479,0,0,0), + (3736,5996,0,0,0,-10606.1,-3243.61,-4.63481,5.09636,450,450,0,0,2479,0,0,0), + (3737,5996,0,0,0,-10664.8,-3172.06,20.8985,0.471239,450,450,0,0,2479,0,0,0), + (3738,5996,0,0,0,-10581.3,-3616.01,-13.3081,5.11381,450,450,0,0,2479,0,0,0), + (3739,5996,0,0,0,-10550.6,-3395.06,-2.67994,0.593412,450,450,0,0,2479,0,0,0), + (3740,5996,0,0,0,-10673.4,-3094.46,20.9696,4.2237,450,450,0,0,2479,0,0,0), + (3741,5996,0,0,0,-10750.1,-3683.36,-11.7155,4.13643,450,450,0,0,2479,0,0,0), + (3742,5996,0,0,0,-10613,-3547.9,-8.50613,1.6057,450,450,0,0,2479,0,0,0), + (3743,5996,0,0,0,-10576.6,-3436.77,-1.06565,3.28122,450,450,0,0,2479,0,0,0), + (3744,5996,0,0,0,-10514.7,-3288.97,-0.060867,5.25344,450,450,0,0,2479,0,0,0), + (3745,5996,0,0,0,-10780.3,-3298.52,-10.2559,2.67035,450,450,0,0,2479,0,0,0), + (3746,8917,0,0,0,-7342.71,-1044.4,180.434,4.43314,500,500,0,0,2003,1845,0,0), + (3747,8917,0,0,0,-7471.42,-927.598,174.644,4.66003,500,500,0,0,2003,1845,0,0), + (3748,8917,0,0,0,-7468.06,-980.512,173.567,1.0821,500,500,0,0,2003,1845,0,0), + (3749,8917,0,0,0,-7477.86,-916.018,173.522,4.15388,500,500,0,0,2003,1845,0,0), + (3750,8917,0,0,0,-7424.38,-904.418,172.948,4.46804,500,500,0,0,2003,1845,0,0), + (3751,8917,0,0,0,-7431.54,-912.519,171.774,0.890118,500,500,0,0,2003,1845,0,0), + (3752,8917,0,0,0,-7445.86,-877.988,171.799,2.6529,500,500,0,0,2003,1845,0,0), + (3753,8917,0,0,0,-7388.94,-873.726,171.725,5.75959,500,500,0,0,2003,1845,0,0), + (3754,8917,0,0,0,-7356.39,-898.963,168.811,2.74017,500,500,0,0,2003,1845,0,0), + (3755,8924,0,0,0,-7435.55,-892.563,172.306,6.18023,43200,43200,0,0,11075,0,0,2), + (3758,5996,0,0,0,-10671.7,-3693.57,-10.736,6.26573,450,450,0,0,2479,0,0,0), + (3759,5996,0,0,0,-10582.1,-3545.1,-9.65466,5.32325,450,450,0,0,2479,0,0,0), + (3760,5998,0,0,0,-10714.3,-3637.92,-12.2945,3.08526,450,450,5,0,2252,0,0,1), + (3761,5996,0,0,0,-10572.3,-3592.93,-13.982,1.309,450,450,0,0,2479,0,0,0), + (3762,5996,0,0,0,-10804.9,-3665.31,-11.7727,3.10669,450,450,0,0,2479,0,0,0), + (3763,5996,0,0,0,-10813.5,-3109.38,41.7052,3.03687,450,450,0,0,2479,0,0,0), + (3764,5996,0,0,0,-10675.3,-3562.15,-33.6553,4.53786,450,450,0,0,2479,0,0,0), + (3765,5996,0,0,0,-10477.9,-3281.1,-4.06687,5.48033,450,450,0,0,2479,0,0,0), + (3766,5998,0,0,0,-10806.1,-3571.23,-10.4688,1.89615,450,450,5,0,2252,0,0,1), + (3767,5996,0,0,0,-10656.1,-3281.83,-7.47843,4.2237,450,450,0,0,2479,0,0,0), + (3768,5996,0,0,0,-10501.1,-3440.04,-12.6378,0.401426,450,450,0,0,2479,0,0,0), + (3769,5996,0,0,0,-10658.5,-3389.36,-12.5127,3.9619,450,450,0,0,2479,0,0,0), + (3770,5996,0,0,0,-10829.2,-3182.08,42.9416,4.93928,450,450,0,0,2479,0,0,0), + (3771,5997,0,0,0,-10602.2,-3489.02,0.286836,1.88802,450,450,5,0,2476,0,0,1), + (3772,5998,0,0,0,-10634.8,-3124.18,23.1423,5.12605,450,450,5,0,2252,0,0,1), + (3773,5996,0,0,0,-10568.7,-3234.44,8.87041,4.43314,450,450,0,0,2479,0,0,0), + (3774,5998,0,0,0,-10764.8,-3445.98,-19.0121,0.376827,450,450,5,0,2252,0,0,1), + (3775,5998,0,0,0,-10716.5,-3366.56,-11.8839,0.613927,450,450,5,0,2252,0,0,1), + (3776,5996,0,0,0,-10687.7,-3294.88,-8.20846,1.22173,450,450,0,0,2479,0,0,0), + (3777,5996,0,0,0,-10595.7,-3327.39,6.8719,3.42085,450,450,0,0,2479,0,0,0), + (3778,5996,0,0,0,-10572.7,-3370.5,0.097282,3.26377,450,450,0,0,2479,0,0,0), + (3779,5996,0,0,0,-10530.7,-3231.19,4.09334,5.60251,450,450,0,0,2479,0,0,0), + (3780,5996,0,0,0,-10576,-3345.35,3.85466,3.49066,450,450,0,0,2479,0,0,0), + (3781,5997,0,0,0,-10735.1,-3638.72,-11.9657,5.30609,450,450,5,0,2476,0,0,1), + (3782,5996,0,0,0,-10752,-3598.47,-12.3775,0.122173,450,450,0,0,2479,0,0,0), + (3783,5998,0,0,0,-10737.6,-3330.59,-10.2139,0.148613,450,450,5,0,2252,0,0,1), + (3784,5996,0,0,0,-10771.6,-3485.31,-23.476,2.9147,450,450,0,0,2479,0,0,0), + (3785,5996,0,0,0,-10611.9,-3406.91,1.21536,0.017453,450,450,0,0,2479,0,0,0), + (3786,5997,0,0,0,-10564,-3327.37,3.59845,1.29931,450,450,5,0,2476,0,0,1), + (3787,5996,0,0,0,-10752.8,-3299.39,-13.6047,0.628319,450,450,0,0,2479,0,0,0), + (3788,5997,0,0,0,-10768.2,-3594.56,-13.0471,0.434904,450,450,5,0,2476,0,0,1), + (3789,5996,0,0,0,-10694.2,-3503.84,-27.3193,2.79253,450,450,0,0,2479,0,0,0), + (3790,5996,0,0,0,-10610.8,-3166.12,15.0913,2.98451,450,450,0,0,2479,0,0,0), + (3791,5996,0,0,0,-10631.7,-3568.03,-8.86307,1.67552,450,450,0,0,2479,0,0,0), + (3792,5996,0,0,0,-10610.2,-3506.41,0.812838,3.28122,450,450,0,0,2479,0,0,0), + (3793,5996,0,0,0,-10790.9,-3162.59,36.6571,5.14872,450,450,0,0,2479,0,0,0), + (3794,5996,0,0,0,-10662,-3304.44,-9.97065,1.27409,450,450,0,0,2479,0,0,0), + (3795,5996,0,0,0,-10754.6,-3426.59,-19.4833,1.5708,450,450,0,0,2479,0,0,0), + (3796,5996,0,0,0,-10552.5,-3168.87,5.89756,5.65487,450,450,0,0,2479,0,0,0), + (3797,5996,0,0,0,-10722,-3247.73,-9.4545,1.50098,450,450,0,0,2479,0,0,0), + (3798,5996,0,0,0,-10750.3,-3388.28,-10.1733,5.16617,450,450,0,0,2479,0,0,0), + (3799,5996,0,0,0,-10583.2,-3163.61,12.8275,1.44862,450,450,0,0,2479,0,0,0), + (3800,5996,0,0,0,-10672.5,-3585.16,-8.937,1.90241,450,450,0,0,2479,0,0,0), + (3801,5996,0,0,0,-10771.8,-3626.75,-11.541,2.49582,450,450,0,0,2479,0,0,0), + (3802,5996,0,0,0,-10823,-3154.78,39.862,2.14675,450,450,0,0,2479,0,0,0), + (3803,5996,0,0,0,-10642.2,-3396.12,-12.5202,4.83456,450,450,0,0,2479,0,0,0), + (3804,6011,0,0,0,-11709.8,-3244.42,8.43686,4.13413,450,450,5,0,3293,0,0,1), + (3805,6010,0,0,0,-11708.7,-3242.73,8.92269,4.13392,450,450,5,0,3330,0,0,1), + (3806,6010,0,0,0,-11702.5,-3190.13,8.12633,3.44728,450,450,5,0,3330,0,0,1), + (3807,8675,0,0,0,-11413.1,-3019.28,0.002855,5.22225,450,450,10,0,2880,0,0,1), + (3808,6006,0,0,0,-11277.3,-3375.53,6.09979,0.250852,450,450,3,0,2466,1923,0,1), + (3809,6005,0,0,0,-11239.5,-3377.5,9.33847,0.30252,450,450,5,0,3082,0,0,1), + (3810,6004,0,0,0,-11320.9,-3394.71,7.59274,4.67631,450,450,3,0,2980,0,0,1), + (3811,6004,0,0,0,-11343.5,-3412.51,7.85531,4.17097,450,450,1,0,2980,0,0,1), + (3812,6006,0,0,0,-11353.8,-3388.22,7.59274,3.35859,450,450,5,0,2466,1923,0,1), + (3813,6004,0,0,0,-11507.1,-3312.37,8.42717,0.904471,450,450,5,0,2980,0,0,1), + (3814,1082,0,0,0,-10477,-3452.45,19.8245,2.92927,450,450,5,0,1604,0,0,1), + (3815,1082,0,0,0,-10484.3,-3508.95,20.4991,1.76826,450,450,5,0,1604,0,0,1), + (3816,5988,0,0,0,-11247.9,-2999.45,8.29462,0.490072,450,450,10,0,2495,0,0,1), + (3817,5977,0,0,0,-11574.3,-2852.59,9.46175,5.8192,450,450,3,0,3189,0,0,1), + (3818,5978,0,0,0,-11568.1,-2835.27,5.62737,4.12705,450,450,3,0,2305,4896,0,1), + (3819,5978,0,0,0,-11555,-2852.03,7.95522,4.92611,450,450,3,0,2305,4896,0,1), + (3820,5978,0,0,0,-11591.9,-2870.02,22.5026,3.31429,450,450,5,0,2305,4896,0,1), + (3821,5978,0,0,0,-11583.7,-2827.13,4.16153,4.44911,450,450,3,0,2305,4896,0,1), + (3822,5984,0,0,0,-11114.3,-2870.38,21.1716,3.3596,450,450,1,0,2310,0,0,1), + (3823,769,0,0,0,-10605.9,-3528.29,22.0877,4.93275,450,450,5,0,1829,0,0,1), + (3824,769,0,0,0,-10540.9,-3585.5,22.6224,4.83771,450,450,5,0,1829,0,0,1), + (3825,769,0,0,0,-10628.6,-3590.24,22.8241,0.846265,450,450,5,0,1829,0,0,1), + (3826,8675,0,0,0,-11494.6,-2964.04,35.606,0.95895,450,450,5,0,2880,0,0,1), + (3827,769,0,0,0,-10576.1,-3553.9,22.0667,4.55314,450,450,5,0,1829,0,0,1), + (3828,769,0,0,0,-10566.1,-3517.28,23.4278,2.86491,450,450,5,0,1829,0,0,1), + (3829,769,0,0,0,-10636.2,-3684.73,22.5528,4.42272,450,450,5,0,1829,0,0,1), + (3830,769,0,0,0,-10689.7,-3721.61,23.6778,3.39981,450,450,5,0,1829,0,0,1), + (3831,769,0,0,0,-10573.9,-3493,22.5341,0.188587,450,450,5,0,1829,0,0,1), + (3832,8675,0,0,0,-11479.4,-2809.31,-1.16278,4.54476,450,450,5,0,2880,0,0,1), + (3833,8675,0,0,0,-11414.3,-2816.8,-0.151889,3.20488,450,450,10,0,2880,0,0,1), + (3834,5991,0,0,0,-11793.8,-2759.39,9.82908,2.01823,450,450,5,0,2980,0,0,1), + (3835,8675,0,0,0,-11439.4,-2999.53,3.67968,1.44547,450,450,10,0,2880,0,0,1), + (3836,5982,0,0,0,-11159.5,-3342.99,4.64402,5.63256,450,450,10,0,2488,0,0,1), + (3837,5982,0,0,0,-11380.9,-3117.83,4.1014,2.56729,450,450,10,0,2488,0,0,1), + (3838,5982,0,0,0,-11403.9,-3141.91,13.6571,2.9595,450,450,5,0,2488,0,0,1), + (3839,5983,0,0,0,-11439.2,-3036.04,1.03353,0.313721,450,450,10,0,2779,0,0,1), + (3840,5993,0,0,0,-11754.7,-2966.49,8.58804,1.89598,450,450,10,0,2727,0,0,1), + (3841,5993,0,0,0,-11810.8,-2938.39,14.9059,4.12276,450,450,10,0,2727,0,0,1), + (3842,5993,0,0,0,-11755.7,-2983.82,11.8835,6.28041,450,450,10,0,2727,0,0,1), + (3843,5993,0,0,0,-11799.3,-2925.06,12.5663,5.37737,450,450,10,0,2727,0,0,1), + (3844,5993,0,0,0,-11693.6,-3036.73,18.2434,3.34396,450,450,5,0,2727,0,0,1), + (3845,5991,0,0,0,-11669.7,-2818.97,5.31895,3.06137,450,450,5,0,2980,0,0,1), + (3846,5991,0,0,0,-11707,-2800.18,6.92886,3.65945,450,450,5,0,2980,0,0,1), + (3847,5974,0,0,0,-10910.1,-2690.75,8.58908,4.11898,450,450,0,0,1679,3923,0,0), + (3848,5974,0,0,0,-10896.7,-2711.09,7.99804,3.50811,450,450,0,0,1679,3923,0,0), + (3849,8675,0,0,0,-11373.8,-2739.85,7.13812,1.47696,450,450,10,0,2880,0,0,1), + (3850,5999,0,0,0,-10979,-3258.71,44.4579,0.509943,450,450,1,0,2661,0,0,1), + (3851,5976,0,0,0,-10842.4,-2665.23,8.74483,1.47368,450,450,0,0,2399,0,0,0), + (3852,5978,0,0,0,-11526.7,-2860.59,8.80994,1.04507,450,450,3,0,2305,4896,0,1), + (3853,5977,0,0,0,-11535,-2840.33,6.20522,4.51601,450,450,3,0,3189,0,0,1), + (3854,6011,0,0,0,-11774.7,-3071.83,7.70122,2.73388,450,450,5,0,3293,0,0,1), + (3855,6010,0,0,0,-11752.1,-3084.32,9.37025,2.70169,450,450,5,0,3330,0,0,1), + (3856,5978,0,0,0,-11542.6,-2814.6,3.27716,2.77415,450,450,3,0,2305,4896,0,1), + (3857,5977,0,0,0,-11532.1,-2878.49,11.9849,2.17662,450,450,3,0,3189,0,0,1), + (3858,5988,0,0,0,-11013.5,-2738.43,5.77976,1.34429,450,450,10,0,2495,0,0,1), + (3859,5984,0,0,0,-10957.5,-2775.29,5.76888,6.09652,450,450,5,0,2310,0,0,1), + (3860,5979,0,0,0,-10997.1,-2773.44,4.16053,-2.44515,450,450,5,0,1836,1534,0,1), + (3861,5984,0,0,0,-11092.1,-2842.07,15.6974,5.42038,450,450,1,0,2310,0,0,1), + (3862,5984,0,0,0,-10965.2,-2859.8,5.77607,2.34005,450,450,5,0,2310,0,0,1), + (3863,5998,0,0,0,-10829,-3048.59,47.1667,2.17203,450,450,0,0,2252,0,0,0), + (3864,5996,0,0,0,-10816.3,-3089.04,43.643,3.42085,450,450,0,0,2479,0,0,0), + (3865,5996,0,0,0,-10826,-3067.12,47.3622,4.10152,450,450,0,0,2479,0,0,0), + (3866,5996,0,0,0,-10798.9,-3067.46,45.7997,6.16101,450,450,0,0,2479,0,0,0), + (3867,5996,0,0,0,-10745.5,-3090.39,35.104,0.994838,450,450,0,0,2479,0,0,0), + (3868,5996,0,0,0,-10778.9,-3096.31,39.7677,1.02974,450,450,0,0,2479,0,0,0), + (3869,5996,0,0,0,-10721.6,-3095.86,34.5568,0.698132,450,450,0,0,2479,0,0,0), + (3870,5997,0,0,0,-10786.8,-3111.34,41.1061,0.675923,450,450,1,0,2476,0,0,1), + (3871,5985,0,0,0,-11418,-3022.54,0.440405,4.30031,450,450,10,0,2672,0,0,1), + (3872,752,0,0,0,-10850.6,-3671.4,20.3734,1.68615,450,450,5,0,1704,1483,0,1), + (3873,5997,0,0,0,-10741.3,-3123.03,33.252,4.4658,450,450,1,0,2476,0,0,1), + (3874,8675,0,0,0,-11491.2,-3048.67,2.53672,3.40219,450,450,10,0,2880,0,0,1), + (3875,5996,0,0,0,-10722.2,-3154.79,30.5295,4.86947,450,450,0,0,2479,0,0,0), + (3876,5985,0,0,0,-11433.2,-2970.75,3.09209,2.87054,450,450,10,0,2672,0,0,1), + (3877,5996,0,0,0,-10701.2,-3128.53,26.8109,1.09956,450,450,0,0,2479,0,0,0), + (3878,5998,0,0,0,-10652.6,-3194.84,23.4823,0.60608,450,450,0,0,2252,0,0,0), + (3879,6005,0,0,0,-11588.4,-3354.33,8.80094,5.02985,450,450,5,0,3082,0,0,1), + (3880,5985,0,0,0,-11460.1,-2957.49,9.9897,3.6382,450,450,5,0,2672,0,0,1), + (3881,5996,0,0,0,-10704.1,-3166.76,25.5009,3.19395,450,450,0,0,2479,0,0,0), + (3882,5996,0,0,0,-10690,-3187.2,19.0753,3.75246,450,450,0,0,2479,0,0,0), + (3883,6011,0,0,0,-11696.2,-3118.67,15.0745,3.79812,450,450,5,0,3293,0,0,1), + (3884,6010,0,0,0,-11694.6,-3119.92,15.4495,3.79278,450,450,5,0,3330,0,0,1), + (3885,5997,0,0,0,-10712.9,-3389.28,-11.4771,4.42704,450,450,5,0,2476,0,0,1), + (3886,5984,0,0,0,-11193.9,-2942.43,16.3545,6.24414,450,450,5,0,2310,0,0,1), + (3887,5996,0,0,0,-10680.8,-3426.11,4.45148,1.55334,450,450,0,0,2479,0,0,0), + (3888,5996,0,0,0,-10694,-3440.52,5.91505,4.20624,450,450,0,0,2479,0,0,0), + (3889,751,0,0,0,-10862.5,-3647.22,15.3779,2.17392,450,450,5,0,2059,0,0,1), + (3890,6009,0,0,0,-11451.6,-2714.16,5.99178,2.2986,450,450,5,0,2305,4896,0,1), + (3891,5996,0,0,0,-10670,-3454.2,6.95262,4.11898,450,450,0,0,2479,0,0,0), + (3892,5996,0,0,0,-10666.2,-3434.55,6.04292,1.06465,450,450,0,0,2479,0,0,0), + (3893,5996,0,0,0,-10619.6,-3484.04,5.52696,3.92699,450,450,0,0,2479,0,0,0), + (3894,5977,0,0,0,-11484.5,-2852.97,4.03926,4.21547,450,450,3,0,3189,0,0,1), + (3895,5988,0,0,0,-10941.5,-2894.21,9.55644,3.77643,450,450,5,0,2495,0,0,1), + (3896,5988,0,0,0,-10946.5,-2915.18,8.56036,3.37243,450,450,5,0,2495,0,0,1), + (3897,5984,0,0,0,-11007,-2841.82,9.08197,5.14384,450,450,10,0,2310,0,0,1), + (3898,5988,0,0,0,-10954.9,-2923.4,9.81036,1.09206,450,450,5,0,2495,0,0,1), + (3899,5988,0,0,0,-11000.6,-2874.81,9.47645,3.27682,450,450,5,0,2495,0,0,1), + (3900,5988,0,0,0,-10986.6,-2840.5,11.6069,1.63918,450,450,10,0,2495,0,0,1), + (3901,5979,0,0,0,-11096.5,-2770.94,14.1177,5.70223,450,450,5,0,1836,1534,0,1), + (3902,8304,0,0,0,-11431.6,-2626.02,39.1104,0.85454,900,900,5,1,3758,0,0,2), + (3903,5984,0,0,0,-11034.3,-2804.99,8.67404,1.11183,450,450,10,0,2310,0,0,1), + (3904,5984,0,0,0,-11044,-2765.01,2.89106,-1.79652,450,450,10,0,2310,0,0,1), + (3905,5979,0,0,0,-11108.2,-2763.62,16.4012,5.837,450,450,5,0,1836,1534,0,1), + (3906,5984,0,0,0,-11137.2,-2713.41,11.5632,0.275831,450,450,5,0,2310,0,0,1), + (3907,5988,0,0,0,-11081.7,-2714.15,23.4506,2.84249,450,450,5,0,2495,0,0,1), + (3908,5988,0,0,0,-11118.2,-2765.16,18.126,4.2793,450,450,10,0,2495,0,0,1), + (3909,5988,0,0,0,-11057.1,-2908.66,13.4684,1.75554,450,450,5,0,2495,0,0,1), + (3910,5988,0,0,0,-11186,-2746.19,16.9086,2.66883,450,450,10,0,2495,0,0,1), + (3911,5992,0,0,0,-11244.7,-3192.03,9.39468,3.73664,450,450,10,0,2578,0,0,1), + (3912,5988,0,0,0,-11216.3,-2716.04,12.7789,6.1874,450,450,5,0,2495,0,0,1), + (3913,6011,0,0,0,-11711.7,-3191.47,7.27935,4.5376,450,450,5,0,3293,0,0,1), + (3914,5985,0,0,0,-11321.3,-2746.04,8.96753,3.14941,450,450,5,0,2672,0,0,1), + (3915,5985,0,0,0,-11352.5,-2786.29,6.60958,3.62712,450,450,10,0,2672,0,0,1), + (3916,5983,0,0,0,-11377.2,-3065.98,-4.3938,5.15054,450,450,10,0,2779,0,0,1), + (3917,5985,0,0,0,-11383.2,-2886.37,0.884702,4.52188,450,450,5,0,2672,0,0,1), + (3918,5983,0,0,0,-11361,-2763.36,6.37436,3.88834,450,450,10,0,2779,0,0,1), + (3919,5985,0,0,0,-11380.9,-2951.26,3.05434,5.45913,450,450,5,0,2672,0,0,1), + (3920,8675,0,0,0,-11317.8,-2985.12,5.29086,1.29389,450,450,5,0,2880,0,0,1), + (3921,5991,0,0,0,-11422.9,-3257.13,8.86528,2.49185,450,450,5,0,2980,0,0,1), + (3922,5991,0,0,0,-11511.7,-3242.37,8.71675,3.86336,450,450,5,0,2980,0,0,1), + (3923,5991,0,0,0,-11482.7,-3204.32,15.0471,3.42875,450,450,5,0,2980,0,0,1), + (3924,5991,0,0,0,-11556.9,-3281.1,7.44161,4.43567,450,450,10,0,2980,0,0,1), + (3925,5993,0,0,0,-11585.9,-3284.63,9.74778,3.95737,450,450,10,0,2727,0,0,1), + (3926,5993,0,0,0,-11578.6,-3214.74,6.11547,3.15364,450,450,5,0,2727,0,0,1), + (3927,5991,0,0,0,-11552.1,-3219.05,6.42475,4.93064,450,450,5,0,2980,0,0,1), + (3928,5983,0,0,0,-11555,-3073.87,7.31927,4.73582,450,450,10,0,2779,0,0,1), + (3929,5983,0,0,0,-11563.2,-3081.59,6.19427,2.93718,450,450,10,0,2779,0,0,1), + (3930,8298,0,0,0,-11753,-2960.59,8.2707,0.082443,900,900,0,0,2634,2041,0,0), + (3931,5985,0,0,0,-11517.4,-3079.21,0.328017,1.56103,450,450,10,0,2672,0,0,1), + (3932,5992,0,0,0,-11370.4,-3229.61,9.74282,5.47568,450,450,5,0,2578,0,0,1), + (3933,5991,0,0,0,-11409.9,-3233.61,12.2938,1.19899,450,450,5,0,2980,0,0,1), + (3934,8296,0,0,0,-10924.5,-2755.26,23.1939,1.93402,900,900,0,0,1804,4140,0,0), + (3935,5991,0,0,0,-11384.2,-3288.83,1.86742,4.84765,450,450,5,0,2980,0,0,1), + (3936,5990,0,0,0,-11350.7,-3254.68,9.55909,4.98104,450,450,5,0,2488,0,0,1), + (3937,5990,0,0,0,-11215.4,-3084.88,3.84497,1.67553,450,450,10,0,2488,0,0,1), + (3938,5982,0,0,0,-11199.3,-3205.91,8.27191,5.09471,450,450,10,0,2488,0,0,1), + (3939,5990,0,0,0,-11151.1,-3312.58,4.87022,1.72374,450,450,10,0,2488,0,0,1), + (3940,5992,0,0,0,-11214,-3311.4,8.73824,1.86684,450,450,10,0,2578,0,0,1), + (3941,5992,0,0,0,-11176,-3193.12,6.47681,2.04541,450,450,10,0,2578,0,0,1), + (3942,5992,0,0,0,-11186.4,-3347.31,8.30331,2.89093,450,450,10,0,2578,0,0,1), + (3943,5990,0,0,0,-11188.3,-3283.07,8.81045,3.78925,450,450,10,0,2488,0,0,1), + (3944,5990,0,0,0,-11245.1,-3289.86,24.4082,6.26561,450,450,5,0,2488,0,0,1), + (3945,7376,0,0,0,-10744.3,-1833.58,114.789,1.32437,600,600,5,0,3529,0,0,1), + (3946,7376,0,0,0,-10615.1,-1914.32,118.778,5.97234,600,600,5,0,3529,0,0,1), + (3947,7376,0,0,0,-10377.2,-1785.42,94.3243,3.70307,600,600,3,0,3529,0,0,1), + (3948,7376,0,0,0,-10554.4,-1856.29,111.57,6.2301,600,600,5,0,3529,0,0,1), + (3949,7376,0,0,0,-10282.9,-2013.07,51.0342,3.29945,600,600,5,0,3529,0,0,1), + (3950,7376,0,0,0,-10554.8,-1781.01,94.3952,5.41337,600,600,5,0,3529,0,0,1), + (3951,7376,0,0,0,-10689.3,-1867.43,114.377,2.03728,600,600,5,0,3529,0,0,1), + (3958,7376,0,0,0,-10847.2,-1866.22,116.421,1.97594,600,600,5,0,3529,0,0,1), + (3959,7376,0,0,0,-10552.6,-1722.18,92.1085,5.03333,600,600,3,0,3529,0,0,1), + (3960,7372,0,0,0,-11162.1,-2487.77,105.364,2.30985,600,600,3,0,2631,5340,0,1), + (3961,12380,0,0,0,-11153,-1969.56,35.7485,5.12761,600,600,5,0,4023,0,0,1), + (3962,7369,0,0,0,-10860.2,-2279.32,117.256,3.02583,600,600,2,0,3529,0,0,1), + (3963,7372,0,0,0,-10894.8,-2346.2,116.602,5.76345,600,600,0,0,2631,5340,0,0), + (3964,7379,0,0,0,-10869.1,-2291.12,117.256,3.64645,600,600,2,0,2470,5013,0,1), + (3965,12380,0,0,0,-11167.1,-1963.88,35.7485,1.27882,600,600,5,0,4023,0,0,1), + (3966,7370,0,0,0,-11057.7,-1973.01,-24.1974,0.498566,600,600,5,0,5233,2991,0,1), + (3967,12377,0,0,0,-11069.4,-1975.33,-23.6735,0.967485,600,600,5,0,2871,0,0,1), + (3968,12380,0,0,0,-11182.5,-1966.57,35.7485,2.01588,600,600,5,0,4023,0,0,1), + (3969,7376,0,0,0,-10649,-2085.55,107.406,2.13797,600,600,5,0,3529,0,0,1), + (3970,7372,0,0,0,-11130.3,-2388.11,107.759,3.56311,600,600,2,0,2631,5340,0,1), + (3971,7371,0,0,0,-11142.2,-2414.94,106.125,2.07753,600,600,3,0,3644,0,0,1), + (3972,7372,0,0,0,-11121.6,-2416.26,108.653,5.40284,600,600,0,0,2631,5340,0,0), + (3973,7371,0,0,0,-11104,-2466.51,109.803,4.35655,600,600,2,0,3644,0,0,1), + (3974,7372,0,0,0,-11152,-2402.54,107.637,1.98321,600,600,3,0,2631,5340,0,1), + (3975,7371,0,0,0,-11084.9,-2408.9,112.727,4.03457,600,600,2,0,3644,0,0,1), + (3976,12378,0,0,0,-11035.9,-1920.01,-29.6907,4.81475,600,600,3,0,2751,6882,0,1), + (3977,12377,0,0,0,-11219,-2224.08,22.7275,4.74331,600,600,5,0,2871,0,0,1), + (3978,12378,0,0,0,-11241.1,-2222.73,22.7066,5.11464,600,600,3,0,2751,6882,0,1), + (3979,7370,0,0,0,-11219.1,-2247.42,22.7062,0.968502,600,600,3,0,5233,2991,0,1), + (3980,7379,0,0,0,-11012.1,-2307.38,117.256,1.27659,600,600,0,0,2470,5013,0,0), + (3981,7369,0,0,0,-10947.9,-2281.99,117.256,3.57852,600,600,5,0,3529,0,0,1), + (3982,7379,0,0,0,-11084.3,-2321.66,117.256,1.40672,600,600,3,0,2470,5013,0,1), + (3983,7369,0,0,0,-10996.2,-2302.69,117.256,0.926236,600,600,0,0,3529,0,0,0), + (3984,7369,0,0,0,-10914.9,-2217.93,117.756,2.17025,600,600,3,0,3529,0,0,1), + (3985,7369,0,0,0,-11121.4,-2298.59,117.256,5.52805,600,600,5,0,3529,0,0,1), + (3986,12378,0,0,0,-11238.9,-2172.47,22.7053,4.83881,600,600,5,0,2751,6882,0,1), + (3987,12377,0,0,0,-11176,-2252.9,22.7069,5.93557,600,600,3,0,2871,0,0,1), + (3988,7370,0,0,0,-11194.6,-2229.39,22.7191,4.31329,600,600,5,0,5233,2991,0,1), + (3989,12377,0,0,0,-11173.9,-2226.94,22.7307,0.155771,600,600,5,0,2871,0,0,1), + (3990,7376,0,0,0,-10714.1,-2035.89,121.86,4.33529,600,600,5,0,3529,0,0,1), + (3991,7369,0,0,0,-11145,-2270.49,121.577,3.94353,600,600,5,0,3529,0,0,1), + (3992,7369,0,0,0,-10844.4,-2121.71,121.006,5.62481,600,600,5,0,3529,0,0,1), + (3993,7369,0,0,0,-10811.9,-2195.57,117.256,4.59714,600,600,2,0,3529,0,0,1), + (3994,7379,0,0,0,-10885.9,-2148.29,117.256,0.309782,600,600,0,0,2470,5013,0,0), + (3995,7379,0,0,0,-10817.3,-2143.6,122.433,2.61112,600,600,5,0,2470,5013,0,1), + (3996,7379,0,0,0,-10801.8,-2181.33,117.381,4.26981,600,600,0,0,2470,5013,0,0), + (3997,7369,0,0,0,-10872.6,-2170.1,117.256,5.91976,600,600,5,0,3529,0,0,1), + (3998,7371,0,0,0,-10945.9,-2156.91,116.167,1.62349,600,600,0,0,3644,0,0,0), + (3999,7379,0,0,0,-10871.4,-2143.58,117.256,0.435553,600,600,2,0,2470,5013,0,1), + (4000,12378,0,0,0,-11149.5,-2200.07,22.7176,2.43424,600,600,5,0,2751,6882,0,1), + (4001,12380,0,0,0,-11119,-2207.05,19.3354,4.61539,600,600,0,0,4023,0,0,0), + (4002,12377,0,0,0,-11103.5,-2213.43,13.7435,3.01648,600,600,5,0,2871,0,0,1), + (4003,12379,0,0,0,-11136.7,-2208.81,22.6004,1.55601,600,600,5,0,3984,0,0,1), + (4004,12379,0,0,0,-11152.6,-2226.17,22.7048,1.89369,600,600,5,0,3984,0,0,1), + (4005,7376,0,0,0,-10911.3,-1951.6,114.974,0.79285,600,600,5,0,3529,0,0,1), + (4006,12380,0,0,0,-11059.6,-1882.03,50.9022,3.31025,600,600,5,0,4023,0,0,1), + (4007,12380,0,0,0,-11173.4,-1853.5,73.8614,3.53313,600,600,0,0,4023,0,0,0), + (4008,12380,0,0,0,-11153.8,-1878.56,63.4889,1.55712,600,600,5,0,4023,0,0,1), + (4009,12380,0,0,0,-11182.3,-1857.33,73.8614,3.51744,600,600,0,0,4023,0,0,0), + (4010,7376,0,0,0,-10525.6,-1749.51,88.6775,2.18968,600,600,5,0,3529,0,0,1), + (4011,12377,0,0,0,-11167.7,-2154.6,22.7056,6.07526,600,600,3,0,2871,0,0,1), + (4012,12377,0,0,0,-11149,-2180.09,22.7057,3.6202,600,600,3,0,2871,0,0,1), + (4013,12380,0,0,0,-11218.6,-2013.83,47.2968,3.4487,600,600,5,0,4023,0,0,1), + (4014,12380,0,0,0,-11116.1,-2081.22,48.2939,5.43225,600,600,0,0,4023,0,0,0), + (4015,12380,0,0,0,-11163.9,-2072.78,48.1487,5.80394,600,600,2,0,4023,0,0,1), + (4016,12379,0,0,0,-11212.1,-2149.29,22.7072,4.70704,600,600,5,0,3984,0,0,1), + (4017,12380,0,0,0,-11160.6,-2006.35,47.2416,2.1954,600,600,5,0,4023,0,0,1), + (4018,12379,0,0,0,-11131.7,-1923.86,-12.9777,3.82615,600,600,5,0,3984,0,0,1), + (4019,12378,0,0,0,-11130.4,-1894.97,-12.5358,5.39089,600,600,5,0,2751,6882,0,1), + (4020,12379,0,0,0,-11079.6,-1936.85,-7.74261,0.308459,600,600,5,0,3984,0,0,1), + (4021,7370,0,0,0,-11025.5,-1871.49,-31.0169,3.06556,600,600,5,0,5233,2991,0,1), + (4022,7370,0,0,0,-11124.4,-1862.36,-10.4523,4.60088,600,600,0,0,5233,2991,0,0), + (4023,12377,0,0,0,-11032.7,-1864.77,-30.735,1.9208,600,600,5,0,2871,0,0,1), + (4024,12377,0,0,0,-11075.9,-1865.57,-25.3622,3.76628,600,600,5,0,2871,0,0,1), + (4025,12380,0,0,0,-11067.9,-1935.48,-6.31704,3.9274,600,600,5,0,4023,0,0,1), + (4026,12378,0,0,0,-11032.7,-1907.96,-3.43615,0.048609,600,600,5,0,2751,6882,0,1), + (4027,12378,0,0,0,-11087.9,-1912.5,4.4202,2.90252,600,600,5,0,2751,6882,0,1), + (4028,12377,0,0,0,-11107.1,-2003.89,13.3146,0.915445,600,600,5,0,2871,0,0,1), + (4029,12379,0,0,0,-11097.8,-1952.58,1.76727,1.51809,600,600,5,0,3984,0,0,1), + (4030,12380,0,0,0,-11097.9,-1928.7,4.47742,5.27257,600,600,5,0,4023,0,0,1), + (4031,12379,0,0,0,-11094.7,-1920.44,4.04137,4.23282,600,600,5,0,3984,0,0,1), + (4032,12377,0,0,0,-11147.3,-1972.2,22.9204,3.41783,600,600,5,0,2871,0,0,1), + (4033,12380,0,0,0,-11155.6,-2003.63,35.7395,3.94401,600,600,3,0,4023,0,0,1), + (4034,7370,0,0,0,-11175.3,-1968.83,22.8057,2.34401,600,600,5,0,5233,2991,0,1), + (4035,12380,0,0,0,-11185.7,-1999.47,35.7395,3.70919,600,600,3,0,4023,0,0,1), + (4036,12380,0,0,0,-11177.1,-1943.75,57.32,2.01464,600,600,5,0,4023,0,0,1), + (4037,7371,0,0,0,-11079.6,-2388.76,113.257,2.17712,600,600,2,0,3644,0,0,1), + (4038,7379,0,0,0,-11083.7,-2277.72,117.256,0.433147,600,600,5,0,2470,5013,0,1), + (4039,7371,0,0,0,-11113.9,-2367.54,111.892,2.96159,600,600,2,0,3644,0,0,1), + (4040,12380,0,0,0,-11114.6,-2051.79,47.9327,0.205186,600,600,0,0,4023,0,0,0), + (4041,12380,0,0,0,-11189.2,-2030.44,47.1294,0.578405,600,600,2,0,4023,0,0,1), + (4042,12380,0,0,0,-11140.9,-2064.43,47.7684,0.157939,600,600,0,0,4023,0,0,0), + (4043,12378,0,0,0,-11197.6,-2073.6,35.5048,5.42817,600,600,2,0,2751,6882,0,1), + (4044,12379,0,0,0,-11167.2,-2078.46,35.5048,5.20435,600,600,2,0,3984,0,0,1), + (4045,7370,0,0,0,-11201.7,-2099.18,31.2389,0.090357,600,600,3,0,5233,2991,0,1), + (4046,12378,0,0,0,-11170.1,-2105.08,31.2389,5.53605,600,600,5,0,2751,6882,0,1), + (4047,12378,0,0,0,-11201.6,-2127.23,26.9731,5.32298,600,600,3,0,2751,6882,0,1), + (4048,721,0,0,0,-5433.45,-491.95,396.753,6.14936,180,180,10,0,1,0,0,1), + (4049,7370,0,0,0,-11170.8,-2132.68,26.9731,0.043694,600,600,3,0,5233,2991,0,1), + (4050,12377,0,0,0,-11192.9,-2195.18,20.2818,3.76711,600,600,5,0,2871,0,0,1), + (4051,12377,0,0,0,-11107.5,-2204.07,14.8382,2.71175,600,600,3,0,2871,0,0,1), + (4052,12379,0,0,0,-11174.1,-2178.27,22.7358,3.31364,600,600,5,0,3984,0,0,1), + (4053,7370,0,0,0,-11172.6,-2170.94,22.7176,6.21176,600,600,5,0,5233,2991,0,1), + (4054,7370,0,0,0,-11173.4,-2199.74,22.7357,6.23542,600,600,5,0,5233,2991,0,1), + (4055,12377,0,0,0,-11184.5,-2080.05,35.505,1.53675,600,600,3,0,2871,0,0,1), + (4056,12378,0,0,0,-11214.5,-2173.24,22.7096,2.86285,600,600,5,0,2751,6882,0,1), + (4057,7370,0,0,0,-11212.4,-2193.44,22.7397,2.30048,600,600,5,0,5233,2991,0,1), + (4058,12377,0,0,0,-11224.6,-2197.94,22.7143,3.35942,600,600,5,0,2871,0,0,1), + (4059,12377,0,0,0,-11240.2,-2197.94,22.7016,3.9263,600,600,5,0,2871,0,0,1), + (4060,12377,0,0,0,-11190.6,-2152.13,22.6994,2.11148,600,600,3,0,2871,0,0,1), + (4061,269,0,0,0,-10557.3,-1110.01,30.1516,0.261799,300,300,0,0,2471,0,0,0), + (4062,2112,0,0,0,-10499,-1154.68,34.9574,3.19395,300,300,0,0,804,0,0,0), + (4063,325,0,0,0,-10583.5,-1117.82,30.069,0.071813,300,300,0,0,919,0,0,0), + (4064,3135,0,0,0,-10515.5,-1312.47,40.0256,5.79733,300,300,0,0,1172,0,0,0), + (4065,721,0,0,0,-5387.47,-613.374,391.823,1.23724,180,180,10,0,1,0,0,1), + (4066,1126,0,0,0,-5431.18,-585.744,398.215,4.34728,180,180,10,0,120,0,0,1), + (4067,727,0,0,0,-5407.53,-639.866,392.939,0,250,250,0,0,1918,0,0,0), + (4068,1131,0,0,0,-5342.04,-611.803,390.831,0.828064,180,180,10,0,137,0,0,1), + (4069,1138,0,0,0,-5338.55,-647.261,397.05,2.45713,180,180,10,0,120,0,0,1), + (4070,1131,0,0,0,-5353.06,-707.612,394.143,3.9897,180,180,10,0,137,0,0,1), + (4071,1196,0,0,0,-5293.4,-717.5,388.457,5.09433,180,180,10,0,164,0,0,1), + (4072,1376,0,0,0,-5488.99,-682.33,394.436,1.06465,180,180,0,0,500,0,0,0), + (4073,727,0,0,0,-5491.22,-667.174,394.122,0.279253,250,250,0,0,1918,0,0,0), + (4074,1138,0,0,0,-5366.2,-725.721,396.505,3.16893,180,180,10,0,120,0,0,1), + (4075,1138,0,0,0,-5378.24,-724.417,396.858,0.229977,180,180,10,0,120,0,0,1), + (4076,1131,0,0,0,-5400.75,-739.903,395.847,1.51392,180,180,10,0,137,0,0,1), + (4077,721,0,0,0,-5440.52,-677.372,395.007,2.8075,180,180,10,0,1,0,0,1), + (4078,1694,0,0,0,-5499.7,-664.575,395.395,0.453786,180,180,0,0,413,0,0,0), + (4079,1377,0,0,0,-5473.19,-641.798,393.3,0.174533,190,190,0,0,919,0,0,0), + (4080,1378,0,0,0,-5466.53,-632.141,393.939,0,180,180,0,0,804,0,0,0), + (4081,1676,0,0,0,-10595.5,-1255.96,37.4719,2.85728,300,300,0,0,1684,0,0,0), + (4082,226,0,0,0,-10595.1,-1162.55,30.0557,0.911122,300,300,0,0,1454,0,0,0), + (4083,1672,0,0,0,-10518.7,-1211.03,28.1175,2.3085,300,300,0,0,166,0,0,0), + (4084,3134,0,0,0,-10072.5,-1375.86,30.2364,3.40339,300,300,0,0,1240,0,0,0), + (4085,3138,0,0,0,-10593.3,-1214.02,28.5822,0.436332,300,300,0,0,1240,0,0,0), + (4086,225,0,0,0,-10617.3,-1153.9,27.1127,3.02841,300,300,0,0,1003,0,0,0), + (4087,10062,0,0,0,-10546.6,-1165.08,27.9454,3.1765,300,300,0,0,1605,0,0,0), + (4088,2669,0,0,0,-10536.9,-1209.95,32.9673,6.02139,300,300,0,0,1684,0,0,0), + (190428,14990,1,0,0,1936.91,-4712.06,37.331,1.18682,120,120,0,0,2471,0,0,0), + (190421,14990,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,120,0,0,2471,0,0,0), + (4091,1702,0,0,0,-5531.17,-669.07,393.413,1.79769,190,190,0,0,1172,0,0,0), + (4092,721,0,0,0,-5492.78,-705.619,408.754,0.295197,180,180,10,0,1,0,0,1), + (4093,5392,0,0,0,-5528.87,-660.74,393.413,5.11381,180,180,0,0,413,0,0,0), + (4094,1125,0,0,0,-5534.43,-632.649,407.643,5.6726,180,180,10,0,102,0,0,1), + (4095,1125,0,0,0,-5529.56,-626.38,407.379,5.00678,180,180,10,0,102,0,0,1), + (4096,1131,0,0,0,-5474.58,-761.771,397.99,2.95685,180,180,10,0,137,0,0,1), + (4097,1131,0,0,0,-5506.13,-736.207,405.499,2.77848,180,180,10,0,137,0,0,1), + (4098,1125,0,0,0,-5580.59,-665.595,407.085,5.45638,180,180,10,0,102,0,0,1), + (4099,1126,0,0,0,-5586.65,-684.371,407.144,1.86557,180,180,10,0,120,0,0,1), + (4100,1128,0,0,0,-5576.94,-687.484,407.888,4.95674,180,180,10,0,122,0,0,1), + (4101,1125,0,0,0,-5627.95,-732.075,429.898,5.21532,180,180,10,0,102,0,0,1), + (4102,1196,0,0,0,-5643.36,-677.035,403.874,0.060591,180,180,10,0,164,0,0,1), + (4103,1131,0,0,0,-5602.12,-693.98,412.863,3.47629,180,180,10,0,137,0,0,1), + (4104,1125,0,0,0,-5555.43,-723.027,409.76,0.523599,180,180,10,0,102,0,0,1), + (4105,1125,0,0,0,-5593.99,-709.286,415.534,2.94688,180,180,10,0,102,0,0,1), + (4106,721,0,0,0,-5842.31,-558.583,398.216,2.21853,180,180,10,0,1,0,0,1), + (4107,721,0,0,0,-5816.39,-691.582,397.525,1.54604,180,180,10,0,1,0,0,1), + (4108,1126,0,0,0,-5846.94,-686.651,398.131,5.52248,180,180,10,0,120,0,0,1), + (4109,1196,0,0,0,-5826.37,-672.104,397.884,5.14807,180,180,10,0,164,0,0,1), + (4110,1201,0,0,0,-5865.53,-626.196,398.295,1.10286,180,180,10,0,137,0,0,1), + (4111,1125,0,0,0,-5798.57,-749.475,399.466,1.72192,180,180,10,0,102,0,0,1), + (4112,1127,0,0,0,-5786.77,-825.852,397.658,4.73582,180,180,0,0,137,0,0,0), + (4113,1201,0,0,0,-5773.27,-848.292,398.06,3.97464,180,180,10,0,137,0,0,1), + (4114,1127,0,0,0,-5760.85,-934.425,396.219,0.166754,180,180,5,0,137,0,0,1), + (4115,1201,0,0,0,-5755,-890.008,399.858,0.935108,180,180,10,0,137,0,0,1), + (4116,1201,0,0,0,-5733.47,-852.864,405.013,5.78026,180,180,10,0,137,0,0,1), + (4117,1127,0,0,0,-5761.06,-931.818,396.336,1.37238,180,180,5,0,137,0,0,1), + (4118,1201,0,0,0,-5812.78,-917.808,396.164,6.12445,180,180,10,0,137,0,0,1), + (4119,1201,0,0,0,-5780.67,-979.075,394.108,1.23184,180,180,10,0,137,0,0,1), + (4120,1127,0,0,0,-5813.92,-944.57,394.887,5.5877,180,180,5,0,137,0,0,1), + (4121,1201,0,0,0,-5860.78,-948.475,406.394,0.731508,180,180,10,0,137,0,0,1), + (4122,1127,0,0,0,-5848.48,-983.569,396.21,5.31396,180,180,5,0,137,0,0,1), + (4123,721,0,0,0,-5737.04,-969.141,397.395,3.9408,180,180,10,0,1,0,0,1), + (4124,1127,0,0,0,-5707.95,-939.301,397.939,4.14684,180,180,5,0,137,0,0,1), + (4125,1127,0,0,0,-5659.91,-989.56,394.778,4.5376,180,180,5,0,137,0,0,1), + (4126,1201,0,0,0,-5680.99,-979.516,393.724,2.10358,180,180,10,0,137,0,0,1), + (4127,1201,0,0,0,-5724.18,-1008.47,395.659,6.26042,180,180,10,0,137,0,0,1), + (4128,1127,0,0,0,-5660.91,-922.077,412.229,4.24612,180,180,0,0,137,0,0,0), + (4129,1126,0,0,0,-5606.35,-996.37,393.557,3.76481,180,180,10,0,120,0,0,1), + (4130,1201,0,0,0,-5606.11,-959.785,396.077,2.44885,180,180,10,0,137,0,0,1), + (4131,721,0,0,0,-5570.24,-999.479,393.585,2.96488,180,180,10,0,1,0,0,1), + (4132,1201,0,0,0,-5591.17,-972.52,393.615,4.02707,180,180,10,0,137,0,0,1), + (4133,727,0,0,0,-5602.74,-1051.89,400.354,2.94961,250,250,0,0,1918,0,0,0), + (4134,1127,0,0,0,-5532.74,-1050.6,392.018,0.258959,180,180,5,0,137,0,0,1), + (4135,1127,0,0,0,-5561.14,-1065.55,391.877,0.236456,180,180,5,0,137,0,0,1), + (4136,1126,0,0,0,-5444.41,-963.839,393.383,1.08095,180,180,10,0,120,0,0,1), + (4137,1126,0,0,0,-5446.45,-950.9,394.087,5.15732,180,180,10,0,120,0,0,1), + (4138,721,0,0,0,-5389.26,-1052.22,392.095,0.325602,180,180,10,0,1,0,0,1), + (4139,1253,0,0,0,-5350.61,-1040.98,394.991,1.62316,180,180,0,0,644,0,0,0), + (4140,1196,0,0,0,-5297.75,-968.592,389.809,3.75646,180,180,10,0,164,0,0,1), + (4141,1127,0,0,0,-5520.82,-1114,398.645,6.12445,180,180,0,0,137,0,0,0), + (4142,1196,0,0,0,-5583.75,-1116.98,390.672,3.9031,180,180,10,0,164,0,0,1), + (4143,1126,0,0,0,-5652.55,-1089.84,392.128,0.289276,180,180,10,0,120,0,0,1), + (4144,1388,0,0,0,-5389,-1282,445.888,2.443,180,180,0,0,666,0,0,2), + (4145,3177,0,0,0,-5514.98,-1295.75,406.161,4.86947,180,180,0,0,413,0,0,0), + (4146,1265,0,0,0,-5513.78,-1304.71,404.609,3.50811,180,180,0,0,197,0,0,0), + (4147,12372,0,0,0,-5524.53,-1354.1,398.694,1.43896,180,180,0,0,42,0,0,0), + (4148,12373,0,0,0,-5534.72,-1349.27,398.769,4.74149,180,180,0,0,42,0,0,0), + (4149,14547,0,0,0,-5536.3,-1335.36,398.769,1.80959,180,180,0,0,64,53,0,0), + (4150,4772,0,0,0,-5521.92,-1347.17,398.747,4.03171,180,180,0,0,413,100,0,0), + (4151,1352,0,0,0,-5546.13,-1301.88,399.909,1.25519,370,370,0,0,1,0,0,0), + (4152,1261,0,0,0,-5537.03,-1323.67,399.159,0.10472,180,180,0,0,413,0,0,0), + (4153,1263,0,0,0,-5547.62,-1306.45,398.409,4.45606,180,180,0,0,64,0,0,0), + (4154,12374,0,0,0,-5525.74,-1363.56,398.694,1.88225,180,180,0,0,42,0,0,0), + (4155,14548,0,0,0,-5532.46,-1358.99,398.694,3.04284,180,180,0,0,64,53,0,0), + (4156,14546,0,0,0,-5529.51,-1376.1,398.789,3.57943,180,180,0,0,64,53,0,0), + (4157,1126,0,0,0,-5526.14,-1416.24,403.215,5.79771,180,180,10,0,120,0,0,1), + (4158,1126,0,0,0,-5646.85,-1357.58,397.115,0.716266,180,180,10,0,120,0,0,1), + (4159,13076,0,0,0,-5669.67,-1289.84,390.471,3.1765,250,250,0,0,1903,0,0,0), + (4160,721,0,0,0,-5635.58,-1235.55,390.24,6.16779,180,180,10,0,1,0,0,1), + (4161,1127,0,0,0,-5646.77,-1192.98,389.512,5.64476,180,180,5,0,137,0,0,1), + (4162,1127,0,0,0,-5738.9,-1217.05,381.252,2.75092,180,180,5,0,137,0,0,1), + (4163,1196,0,0,0,-5744.2,-1200.85,384.621,4.34899,180,180,10,0,164,0,0,1), + (4164,1126,0,0,0,-5687.65,-1270.41,389.848,0.637812,180,180,10,0,120,0,0,1), + (4165,1126,0,0,0,-5691.55,-1141.73,385.954,4.96494,180,180,10,0,120,0,0,1), + (4166,1201,0,0,0,-5711.34,-1126.4,384.729,4.60282,180,180,10,0,137,0,0,1), + (4167,1127,0,0,0,-5777.36,-1104.89,383.245,3.59912,180,180,5,0,137,0,0,1), + (4168,1127,0,0,0,-5737.69,-1020.91,397.569,3.45202,180,180,0,0,137,0,0,0), + (4169,1201,0,0,0,-5709.45,-1044.85,397.31,6.11836,180,180,10,0,137,0,0,1), + (4170,721,0,0,0,-5868.52,-997.304,399.792,1.8172,180,180,10,0,1,0,0,1), + (4171,1196,0,0,0,-5888.73,-1089.28,383.122,3.0675,180,180,10,0,164,0,0,1), + (4172,1201,0,0,0,-5835.53,-1078.58,386.062,2.9189,180,180,10,0,137,0,0,1), + (4173,1127,0,0,0,-5837.88,-1078.18,386.899,0.06449,180,180,0,0,137,0,0,0), + (4174,11040,0,0,0,-10533.6,-1180.09,28.3919,5.44543,300,300,0,0,1605,852,0,0), + (4175,633,0,0,0,-10593.1,-1200.6,28.4989,6.11116,300,300,0,0,804,0,0,0), + (4176,663,0,0,0,-10572.9,-1211.98,26.2189,6.03826,300,300,0,0,919,0,0,0), + (4177,664,0,0,0,-10591.2,-1191.51,33.453,1.85005,300,300,0,0,87,0,0,0), + (4178,661,0,0,0,-10599.1,-1200.37,28.4932,0.088876,300,300,0,0,1240,0,0,0), + (4179,886,0,0,0,-10522.6,-1197.03,27.2522,0.533076,300,300,0,0,2100,0,0,0), + (4180,826,0,0,0,-10565,-1245.47,29.7169,2.12421,300,300,0,0,2192,0,0,0), + (4181,885,0,0,0,-10520.9,-1279.76,39.1491,5.22486,300,300,0,0,2192,0,0,0), + (4182,494,0,0,0,-10542.4,-1143.26,26.3265,1.2394,300,300,0,0,2016,0,0,0), + (4183,2481,0,0,0,-10695.1,346.264,44.5719,3.00197,300,300,0,0,2100,0,0,0), + (4184,5464,0,0,0,-10547.4,-1212.5,26.9412,3.38594,300,300,0,0,1528,0,0,0), + (4185,468,0,0,0,-10558.5,-1190.47,28.1623,0.410677,300,300,5,0,2016,0,0,2), + (4186,263,0,0,0,-10552.2,-1108.79,31.5114,3.22886,300,300,0,0,1605,0,0,0), + (4187,267,0,0,0,-10560,-1124.98,30.071,1.33736,300,300,0,0,1684,0,0,0), + (4188,268,0,0,0,-10573.7,-1128,29.1669,3.47011,300,300,0,0,1172,0,0,0), + (4189,270,0,0,0,-10576.9,-1108.48,30.0689,2.62081,300,300,0,0,1454,0,0,0), + (4190,271,0,0,0,-10568.2,-1114.52,30.0689,2.88401,300,300,0,0,1605,0,0,0), + (4191,274,0,0,0,-10509.6,-1155.54,28.0995,3.21891,300,300,0,0,1309,0,0,0), + (4192,272,0,0,0,-10498.8,-1161.6,28.0865,4.57885,300,300,0,0,1605,0,0,0), + (4193,273,0,0,0,-10517.4,-1158.66,28.0995,5.21853,300,300,0,0,1042,0,0,0), + (4194,264,0,0,0,-10560.8,-1153.7,28.0765,3.55585,300,300,0,0,2972,0,0,0), + (4195,265,0,0,0,-10532,-1213.64,28.1175,0.150732,300,300,0,0,1240,0,0,0), + (4196,275,0,0,0,-10514.6,-1298.75,41.2925,3.62182,300,300,0,0,1380,0,0,0), + (4197,374,0,0,0,-10593.2,-1253.74,37.4826,4.98203,300,300,0,0,1605,0,0,0), + (4198,276,0,0,0,-10581.1,-1321.31,50.3933,0.466017,300,300,0,0,1454,0,0,0), + (4199,289,0,0,0,-10283,74.4014,38.9313,2.02458,300,300,0,0,2016,0,0,0), + (4201,15384,0,0,0,-10341.1,-431.15,46.1188,2.46091,300,300,0,0,42,0,0,0), + (4202,15384,0,0,0,-10351,-420.696,46.0446,2.51327,300,300,0,0,42,0,0,0), + (4203,227,0,0,0,-10523.2,-1170.43,27.4096,4.89115,300,300,0,0,788,0,0,0), + (4204,228,0,0,0,-10517.2,-1138.53,26.1772,0.00819,300,300,0,0,1172,0,0,0), + (4205,1673,0,0,0,-10531.5,-1226.24,28.613,1.41372,300,300,0,0,228,1470,0,0), + (4206,3136,0,0,0,-10590.5,-1164.79,30.1331,1.309,300,300,0,0,1684,0,0,0), + (4207,2668,0,0,0,-10536.7,-1215.21,32.9701,0.855211,300,300,0,0,1380,0,0,0), + (4208,6790,0,0,0,-10516,-1161.21,28.1161,4.03171,300,300,0,0,1605,0,0,0), + (4209,2409,0,0,0,-10513.8,-1258.79,41.5138,4.36332,600,600,0,0,7423,7071,0,0), + (4210,960,0,0,0,-10528.5,-1159.34,34.9574,2.75814,300,300,0,0,1605,0,0,0), + (4211,576,0,0,0,-10546.2,-1179.32,28.1623,2.25222,300,300,0,0,1454,0,0,0), + (4212,2110,0,0,0,-10794.6,172.928,34.4512,0.412075,300,300,5,0,1,0,0,1), + (4213,1201,0,0,0,-5880.71,-1130.18,381.141,1.3481,180,180,10,0,137,0,0,1), + (4214,2110,0,0,0,-10962.7,-754.576,51.7638,0.50637,300,300,10,0,1,0,0,1), + (4215,2110,0,0,0,-11136.3,-711.67,58.8964,2.69651,300,300,5,0,1,0,0,1), + (4216,7024,0,0,0,-11035.2,619.354,35.4196,3.97935,180,180,0,0,1042,0,0,0), + (4217,15384,0,0,0,-10340.9,-411.371,46.1471,3.52556,300,300,0,0,42,0,0,0), + (4218,923,0,0,0,-10993.9,123.941,41.9456,1.32819,300,300,5,0,617,0,0,1), + (4219,923,0,0,0,-11054.8,87.3422,40.5342,1.12472,300,300,5,0,617,0,0,1), + (4220,923,0,0,0,-11121.3,174.305,25.9656,2.85014,300,300,10,0,617,0,0,1), + (4221,15384,0,0,0,-10337.2,-425.09,46.7262,5.0091,300,300,0,0,42,0,0,0), + (4223,15384,0,0,0,-10338.3,-425.215,46.5136,3.22886,300,300,0,0,42,0,0,0), + (4224,15384,0,0,0,-10349.7,-419.659,46.0446,5.46288,300,300,0,0,42,0,0,0), + (4225,923,0,0,0,-10847.7,68.5245,45.1277,2.98144,300,300,5,0,617,0,0,1), + (4226,688,0,0,0,-11272.5,253.561,25.3843,5.03264,300,300,5,0,1107,0,0,1), + (4227,2110,0,0,0,-10702.5,-964.127,72.8968,4.79497,300,300,5,0,1,0,0,1), + (4228,620,0,0,0,-10581.3,-1272.92,36.0592,1.37753,300,300,10,0,1,0,0,1), + (4229,2142,0,0,0,-10071.1,-1378.51,30.214,3.35103,300,300,0,0,1764,0,0,0), + (4230,840,0,0,0,-10320.5,-1125.69,21.832,5.43841,300,300,0,0,3712,0,0,2), + (4231,930,0,0,0,-10562.7,120.804,32.2756,0.803454,300,300,5,0,664,0,0,1), + (4232,930,0,0,0,-10654.6,-1517.7,91.4969,-0.361546,300,300,0,0,664,0,0,0), + (4233,920,0,0,0,-11162.7,-871.558,77.2311,0.649119,300,300,3,0,892,852,0,1), + (4234,5414,0,0,0,-10351.1,-1527.88,92.7248,3.14159,300,300,0,0,1739,0,0,0), + (4235,5418,0,0,0,-10358,-1537.57,92.3121,2.46091,300,300,0,0,1714,0,0,0), + (4236,206,0,0,0,-11153.5,-857.924,77.0548,1.60327,300,300,0,0,950,0,0,0), + (4237,206,0,0,0,-11196.7,-830.396,77.1025,0.257334,300,300,3,0,950,0,0,1), + (4238,920,0,0,0,-11186.7,-820.137,77.2275,5.64053,300,300,3,0,892,852,0,1), + (4239,920,0,0,0,-11173.1,-811.162,73.7275,3.12399,300,300,5,0,892,852,0,1), + (4240,923,0,0,0,-11115.3,290.496,32.8466,0.639988,300,300,5,0,617,0,0,1), + (4241,569,0,0,0,-10967.8,386.512,39.4026,3.66559,300,300,5,0,531,0,0,1), + (4242,3137,0,0,0,-10610.1,-1166.52,27.0939,5.53856,300,300,0,0,919,0,0,0), + (4243,620,0,0,0,-10694.7,-1130.38,25.5715,3.55496,300,300,5,0,1,0,0,1), + (4244,827,0,0,0,-10629.9,-1155.84,26.2189,0.645783,300,300,0,0,2100,0,0,0), + (4245,8310,0,0,0,-10608.2,-1274.33,44.103,2.51445,300,300,0,0,1433,0,0,0), + (4246,3133,0,0,0,-10586.6,-1272.46,37.0643,5.044,300,300,0,0,1605,0,0,0), + (4247,828,0,0,0,-10553.7,-1248.46,31.4593,4.74948,300,300,0,0,2284,0,0,0), + (4248,999,0,0,0,-10547.6,-1312.39,41.6949,4.66629,300,300,0,0,2016,0,0,0), + (4249,205,0,0,0,-10937.3,-933.468,76.8825,0.856556,300,300,0,0,896,0,0,0), + (4250,205,0,0,0,-10922.2,-938.945,76.8913,4.98051,300,300,0,0,896,0,0,0), + (4251,893,0,0,0,-10314.2,625.039,26.6238,0.854613,300,300,0,0,804,0,0,0), + (4252,311,0,0,0,-10329.9,623.241,26.8738,5.81832,300,300,0,0,919,0,0,0), + (4253,923,0,0,0,-11109.3,-341.284,48.2939,5.75483,300,300,5,0,617,0,0,1), + (4254,206,0,0,0,-11142.8,-859.332,76.8048,2.24977,300,300,0,0,950,0,0,0), + (4255,302,0,0,0,-10780.2,-1380.28,39.7193,0.113498,300,300,0,0,1847,0,0,0), + (4256,14890,0,0,0,-10428.8,-392.176,43.7411,0.932375,172800,345600,5,0,832750,0,0,2), + (4257,923,0,0,0,-10856.5,-431.643,40.6365,2.89195,300,300,5,0,617,0,0,1), + (4258,920,0,0,0,-11221.8,-883.04,78.5899,0.351693,300,300,3,0,892,852,0,1), + (4259,920,0,0,0,-11176.4,-850.787,77.109,0.63224,300,300,3,0,892,852,0,1), + (4260,920,0,0,0,-11196.2,-849.706,77.109,1.07339,300,300,5,0,892,852,0,1), + (4261,920,0,0,0,-11232.3,-883.932,80.1389,3.69541,300,300,0,0,892,852,0,0), + (4262,206,0,0,0,-11174.1,-835.758,77.484,3.7948,300,300,3,0,950,0,0,1), + (4263,206,0,0,0,-11190.1,-837.904,77.2252,5.5676,300,300,3,0,950,0,0,1), + (4264,215,0,0,0,-10896.1,261.069,29.3083,4.93928,300,300,0,0,664,0,0,0), + (4265,215,0,0,0,-10895.2,258.16,29.4333,4.7822,300,300,0,0,664,0,0,0), + (4266,215,0,0,0,-10963.9,164.263,35.149,3.09747,300,300,5,0,664,0,0,1), + (4267,910,0,0,0,-11111.6,-484.472,32.9734,1.3486,300,300,0,0,628,1707,0,0), + (4268,923,0,0,0,-10868.8,162.497,39.6097,3.62534,300,300,10,0,617,0,0,1), + (4269,930,0,0,0,-10567.7,92.893,35.5871,3.73935,300,300,5,0,664,0,0,1), + (4270,930,0,0,0,-10521.1,74.3897,42.4863,1.525,300,300,5,0,664,0,0,1), + (4271,923,0,0,0,-10887.6,353.831,42.9434,3.35613,300,300,10,0,617,0,0,1), + (4272,923,0,0,0,-11046.8,-457.927,30.3882,1.15692,300,300,0,0,617,0,0,0), + (4273,288,0,0,0,-10731.3,337.1,38.5164,0.511814,300,300,0,0,1240,0,0,2), + (4274,2110,0,0,0,-10696.3,244.533,41.8285,2.46565,300,300,5,0,1,0,0,1), + (4275,569,0,0,0,-10125,-1005.22,30.2727,1.28708,300,300,10,0,531,0,0,1), + (4276,569,0,0,0,-10083.4,-629.499,48.5981,3.81206,300,300,10,0,531,0,0,1), + (4277,534,0,0,0,-11222.7,-880.728,78.5589,5.59484,3600,3600,0,0,1279,0,0,0), + (4278,909,0,0,0,-11005.2,223.901,27.0403,5.75976,300,300,10,0,734,0,0,1), + (4279,910,0,0,0,-11037.1,257.015,27.6781,5.82641,300,300,0,0,628,1707,0,0), + (4280,909,0,0,0,-11036.4,249.342,27.6349,0.993919,300,300,0,0,734,0,0,0), + (4281,910,0,0,0,-11031,253.63,27.6266,5.52053,300,300,0,0,628,1707,0,0), + (4282,909,0,0,0,-11030.6,249.512,27.6045,2.78959,300,300,0,0,734,0,0,0), + (4283,217,0,0,0,-10077.3,-1158.48,31.8094,0.009765,300,300,10,0,449,0,0,1), + (4284,217,0,0,0,-9978.58,-685.497,33.0329,3.24146,300,300,10,0,449,0,0,1), + (4285,923,0,0,0,-11087.5,-579.166,31.6049,3.34159,300,300,10,0,617,0,0,1), + (4286,2110,0,0,0,-10863.8,417.215,39.657,0.441817,300,300,5,0,1,0,0,1), + (4287,923,0,0,0,-11012.5,341.254,30.3589,1.47388,300,300,5,0,617,0,0,1), + (4288,909,0,0,0,-11024.5,279.51,26.6773,5.6631,300,300,10,0,734,0,0,1), + (4289,909,0,0,0,-11036.2,202.242,27.7245,2.79071,300,300,10,0,734,0,0,1), + (4290,923,0,0,0,-11063.4,139.198,30.3047,4.4575,300,300,10,0,617,0,0,1), + (4291,923,0,0,0,-10894.5,65.323,45.208,4.50513,300,300,5,0,617,0,0,1), + (4292,923,0,0,0,-10843,5.37963,40.5648,1.29563,300,300,5,0,617,0,0,1), + (4293,565,0,0,0,-10961.5,484,39.6578,0.879653,300,300,10,0,494,0,0,1), + (4294,217,0,0,0,-10919.8,410.472,44.4851,2.88288,300,300,5,0,449,0,0,1), + (4295,205,0,0,0,-11091.9,-959.968,65.349,1.62726,300,300,0,0,896,0,0,0), + (4296,205,0,0,0,-10961.8,-948.852,71.1893,4.71702,300,300,0,0,896,0,0,0), + (4297,205,0,0,0,-11093.7,-950.464,65.3607,0.387038,300,300,0,0,896,0,0,0), + (4298,205,0,0,0,-10926.7,-938.475,72.1124,0.778737,300,300,0,0,896,0,0,0), + (4299,205,0,0,0,-11100.9,-958.057,65.4165,2.98246,300,300,0,0,896,0,0,0), + (4300,205,0,0,0,-10934.9,-933.305,72.1258,0.402458,300,300,0,0,896,0,0,0), + (4301,205,0,0,0,-10966,-946.383,71.2027,6.02964,300,300,0,0,896,0,0,0), + (4302,217,0,0,0,-10932.7,367.529,39.3417,1.06948,300,300,10,0,449,0,0,1), + (4303,923,0,0,0,-10933.2,111.892,39.4761,2.73209,300,300,10,0,617,0,0,1), + (4304,923,0,0,0,-11032.7,-608.898,26.4763,3.98269,300,300,10,0,617,0,0,1), + (4305,217,0,0,0,-10942.2,428.445,46.0212,2.06567,300,300,5,0,449,0,0,1), + (4306,569,0,0,0,-10122.8,-1030.83,33.4214,3.89795,300,300,5,0,531,0,0,1), + (4307,569,0,0,0,-10143.6,-1092.58,31.9396,3.0771,300,300,10,0,531,0,0,1), + (4308,569,0,0,0,-10104.2,-1133.27,34.8486,2.09453,300,300,10,0,531,0,0,1), + (4309,217,0,0,0,-10105.2,-1078.63,32.9285,2.94688,300,300,10,0,449,0,0,1), + (4310,2110,0,0,0,-10273.1,-1164.32,23.6694,2.42444,300,300,5,0,1,0,0,1), + (4311,213,0,0,0,-10918.2,494.41,39.1289,3.19517,300,300,10,0,449,0,0,1), + (4312,46,0,0,0,-9917.74,-847.071,19.9035,4.6241,300,300,5,0,176,0,0,1), + (4313,2110,0,0,0,-10757.7,-1206.9,28.4225,1.93022,300,300,5,0,1,0,0,1), + (4314,217,0,0,0,-10931.6,442.484,47.5633,3.19299,300,300,5,0,449,0,0,1), + (4315,923,0,0,0,-10961.2,-515.972,35.8805,2.95923,300,300,5,0,617,0,0,1), + (4316,1270,0,0,0,-10322.3,-1297.48,41.5529,1.1595,300,300,5,0,950,0,0,1), + (4317,1270,0,0,0,-10385.4,-1227.92,37.3386,3.41734,300,300,5,0,950,0,0,1), + (4318,909,0,0,0,-11100,-456.964,32.432,0.843282,300,300,5,0,734,0,0,1), + (4319,909,0,0,0,-11075.5,-465.822,31.1601,5.12075,300,300,5,0,734,0,0,1), + (4320,909,0,0,0,-11111.3,-484.464,32.9734,4.78156,300,300,5,0,734,0,0,1), + (4321,910,0,0,0,-11011.9,259.023,27.0207,5.50587,300,300,0,0,628,1707,0,0), + (4322,909,0,0,0,-11011.5,244.488,27.0207,5.73265,300,300,5,0,734,0,0,1), + (4323,215,0,0,0,-10946.9,216.089,29.0794,5.08814,300,300,5,0,664,0,0,1), + (4324,215,0,0,0,-10989.1,239.306,28.0703,3.95369,300,300,5,0,664,0,0,1), + (4325,217,0,0,0,-10153.2,-1272.66,38.8885,3.32214,300,300,5,0,449,0,0,1), + (4326,539,0,0,0,-10017.3,-422.885,32.2616,1.1736,300,300,10,0,417,0,0,1), + (4327,215,0,0,0,-10940.1,290.202,29.8917,0.791473,300,300,10,0,664,0,0,1), + (4328,205,0,0,0,-11079.7,-933.854,63.7906,5.9858,300,300,5,0,896,0,0,1), + (4329,205,0,0,0,-11048,-954.857,64.324,4.73989,300,300,5,0,896,0,0,1), + (4330,205,0,0,0,-11067.8,-951.154,64.4156,6.22584,300,300,5,0,896,0,0,1), + (4331,205,0,0,0,-10930.3,-925.505,72.1258,2.77476,300,300,0,0,896,0,0,0), + (4332,909,0,0,0,-10990.7,295.133,28.2302,4.12307,300,300,5,0,734,0,0,1), + (4333,909,0,0,0,-11045.7,212.124,27.4745,4.29507,300,300,10,0,734,0,0,1), + (4334,787,0,0,0,-10390.4,365.324,24.3922,0.802359,300,300,5,0,684,1039,0,1), + (4335,923,0,0,0,-11126.2,240.259,33.674,0.396567,300,300,10,0,617,0,0,1), + (4336,785,0,0,0,-10358.5,340.04,18.9315,3.44354,300,300,5,0,768,756,0,1), + (4337,785,0,0,0,-10355.7,363.335,15.9736,3.2159,300,300,3,0,768,756,0,1), + (4338,787,0,0,0,-10346.6,376.899,15.9736,3.71006,300,300,5,0,684,1039,0,1), + (4339,785,0,0,0,-10336.9,459.666,12.9291,2.50054,300,300,5,0,768,756,0,1), + (4340,785,0,0,0,-10317.6,469.852,15.8267,1.57411,300,300,5,0,768,756,0,1), + (4341,785,0,0,0,-10302.9,453.865,12.9268,0.923961,300,300,5,0,768,756,0,1), + (4342,215,0,0,0,-10874.6,187.37,39.0623,0.495515,300,300,5,0,664,0,0,1), + (4343,569,0,0,0,-10882.4,458.619,43.3684,0.980084,300,300,5,0,531,0,0,1), + (4344,930,0,0,0,-10647.8,-1474.88,90.8654,3.05748,300,300,5,0,664,0,0,1), + (4345,1201,0,0,0,-5873.79,-1125.4,380.501,2.41008,180,180,10,0,137,0,0,1), + (4346,1127,0,0,0,-5849.08,-1131.81,380.284,2.68843,180,180,0,0,137,0,0,0), + (4347,539,0,0,0,-10032.1,-1185.16,28.8299,5.8239,300,300,10,0,417,0,0,1), + (4348,213,0,0,0,-10007.3,-1494.3,28.845,0.147197,300,300,5,0,449,0,0,1), + (4349,539,0,0,0,-10047.2,-1453.37,29.0274,2.66073,300,300,5,0,417,0,0,1), + (4350,539,0,0,0,-10052,-1046.14,28.541,6.09875,300,300,10,0,417,0,0,1), + (4351,930,0,0,0,-10753.4,-1428.93,66.2292,4.34903,300,300,5,0,664,0,0,1), + (4352,2110,0,0,0,-10781.9,-923.515,54.2155,2.81607,300,300,10,0,1,0,0,1), + (4353,1201,0,0,0,-5802.28,-1108.04,382.6,2.90324,180,180,10,0,137,0,0,1), + (4354,4502,1,0,0,-3131.99,-2936.71,35.5506,1.37881,360,360,0,0,2868,0,0,0), + (4355,533,0,0,0,-10961,-934.702,70.5505,1.47864,300,300,5,0,724,732,0,1), + (4356,565,0,0,0,-10320.8,521.075,39.1113,4.13143,300,300,10,0,494,0,0,1), + (4357,620,0,0,0,-10716.4,-1250.04,29.5194,2.82924,300,300,10,0,1,0,0,1), + (4358,2110,0,0,0,-10689.2,-1252.9,29.5341,2.52588,300,300,5,0,1,0,0,1), + (4359,205,0,0,0,-11111.3,-936.804,64.2142,3.09516,300,300,5,0,896,0,0,1), + (4360,1127,0,0,0,-5810.24,-1090.12,383.544,3.25953,180,180,0,0,137,0,0,0), + (4361,1201,0,0,0,-5808.69,-1156.04,377.039,3.08685,180,180,10,0,137,0,0,1), + (4362,1201,0,0,0,-5847.75,-1170.07,380.302,5.42865,180,180,10,0,137,0,0,1), + (4363,1127,0,0,0,-5799.66,-1150.14,377.555,1.97671,180,180,0,0,137,0,0,0), + (4364,1127,0,0,0,-5793.72,-1224.04,377.218,2.84014,180,180,5,0,137,0,0,1), + (4365,1201,0,0,0,-5834.49,-1213.95,382.924,2.54926,180,180,10,0,137,0,0,1), + (4366,1201,0,0,0,-5782.21,-1150.9,377.571,3.11311,180,180,10,0,137,0,0,1), + (4367,721,0,0,0,-5797.95,-1186.46,376.938,3.38031,180,180,10,0,1,0,0,1), + (4368,1127,0,0,0,-5855.37,-1198.92,384.431,1.17796,180,180,0,0,137,0,0,0), + (4369,1201,0,0,0,-5748.95,-1243.53,382.002,6.24739,180,180,10,0,137,0,0,1), + (4370,1201,0,0,0,-5819.54,-1283.8,382.774,4.7041,180,180,10,0,137,0,0,1), + (4371,1127,0,0,0,-5820.53,-1304.53,383.693,4.0392,180,180,5,0,137,0,0,1), + (4372,1201,0,0,0,-5734.64,-1268.06,387.04,0.392004,180,180,10,0,137,0,0,1), + (4373,1201,0,0,0,-5759.38,-1298.25,388.219,3.34436,180,180,10,0,137,0,0,1), + (4374,1127,0,0,0,-5720.82,-1289.81,389.674,3.64888,180,180,5,0,137,0,0,1), + (4375,1127,0,0,0,-5861.94,-1343.63,390.563,5.41665,180,180,0,0,137,0,0,0), + (4376,1201,0,0,0,-5854.15,-1329.22,389.961,1.40404,180,180,10,0,137,0,0,1), + (4377,1196,0,0,0,-5845.32,-1395.74,396.508,4.85732,180,180,10,0,164,0,0,1), + (4378,1115,0,0,0,-5837.54,-1502.03,358.889,4.71078,180,180,5,0,156,0,0,1), + (4379,1115,0,0,0,-5800.41,-1506.65,364.198,5.30201,180,180,5,0,156,0,0,1), + (4380,533,0,0,0,-11076.9,-981.591,65.1087,4.3927,300,300,5,0,724,732,0,1), + (4381,205,0,0,0,-11111.7,-982.346,62.7612,3.24869,300,300,5,0,896,0,0,1), + (4382,620,0,0,0,-10561.6,-1320.52,47.1949,2.26275,300,300,5,0,1,0,0,1), + (4383,930,0,0,0,-10299,-112.296,40.9179,5.13539,300,300,10,0,664,0,0,1), + (4384,930,0,0,0,-10654.2,-1370.83,54.6715,2.74213,300,300,5,0,664,0,0,1), + (4385,930,0,0,0,-10676.9,-1384.69,46.3996,0.044979,300,300,5,0,664,0,0,1), + (4386,570,0,0,0,-10264.6,172.465,0.619675,1.04032,300,300,5,0,896,0,0,1), + (4387,604,0,0,0,-10212,182.438,1.52941,1.14286,300,300,5,0,840,0,0,1), + (4388,570,0,0,0,-10219.8,163.878,0.046589,3.39944,300,300,5,0,896,0,0,1), + (4389,570,0,0,0,-10250.6,230.919,0.831005,2.63987,300,300,0,0,896,0,0,0), + (4390,1115,0,0,0,-5830.94,-1524.58,358.252,1.96921,180,180,5,0,156,0,0,1), + (4391,570,0,0,0,-10207.6,146.567,2.14198,4.43258,300,300,5,0,896,0,0,1), + (4392,570,0,0,0,-10234.9,274.555,2.7994,2.0774,300,300,5,0,896,0,0,1), + (4393,210,0,0,0,-10192.6,312.351,6.81366,0.678203,300,300,2,0,788,0,0,1), + (4394,604,0,0,0,-10223.2,205.621,2.80505,4.42601,300,300,0,0,840,0,0,0), + (4395,570,0,0,0,-10253.6,256.047,0.831001,4.05432,300,300,0,0,896,0,0,0), + (4396,570,0,0,0,-10226.2,248.183,2.7994,4.42911,300,300,5,0,896,0,0,1), + (4397,604,0,0,0,-10224.9,226.357,2.79939,4.97299,300,300,5,0,840,0,0,1), + (4398,570,0,0,0,-10202.3,237.301,0.831001,4.82226,300,300,2,0,896,0,0,1), + (4399,604,0,0,0,-10227.5,289.973,2.7994,1.08813,300,300,5,0,840,0,0,1), + (4400,570,0,0,0,-10257.5,278.095,0.863132,2.8457,300,300,2,0,896,0,0,1), + (4401,210,0,0,0,-10208,343.256,8.85151,0.107699,300,300,2,0,788,0,0,1), + (4402,785,0,0,0,-10221.2,379.972,10.4134,3.0298,300,300,5,0,768,756,0,1), + (4403,787,0,0,0,-10197.4,297.698,2.92753,1.77033,300,300,2,0,684,1039,0,1), + (4404,785,0,0,0,-10222.3,369.688,10.4134,4.54056,300,300,5,0,768,756,0,1), + (4405,570,0,0,0,-10208.2,287.563,1.92269,5.4853,300,300,2,0,896,0,0,1), + (4406,539,0,0,0,-10906.8,559.45,33.5428,0.603069,300,300,10,0,417,0,0,1), + (4407,787,0,0,0,-10238.4,378.578,10.4134,2.85168,300,300,5,0,684,1039,0,1), + (4408,2110,0,0,0,-10817.1,-1061.09,45.6217,6.01642,300,300,5,0,1,0,0,1), + (4409,569,0,0,0,-10119.5,-917.614,35.7456,0.9267,300,300,5,0,531,0,0,1), + (4410,217,0,0,0,-10081,-1019.46,31.9258,2.66658,300,300,10,0,449,0,0,1), + (4411,569,0,0,0,-10084.6,-855.408,37.0334,1.28366,300,300,10,0,531,0,0,1), + (4412,539,0,0,0,-10003.6,-1009.51,27.4235,0.315036,300,300,10,0,417,0,0,1), + (4413,539,0,0,0,-10023.6,-955.806,30.0997,1.00122,300,300,10,0,417,0,0,1), + (4414,930,0,0,0,-10671.8,-1513.46,90.5826,2.60017,300,300,5,0,664,0,0,1), + (4415,930,0,0,0,-10654.2,-1487.5,90.7568,2.85713,300,300,5,0,664,0,0,1), + (4416,930,0,0,0,-10621.9,-1495.95,90.5155,5.90575,300,300,10,0,664,0,0,1), + (4417,923,0,0,0,-10894.7,-178.438,43.6833,2.60034,300,300,5,0,617,0,0,1), + (4418,217,0,0,0,-11023.9,409.361,33.9599,1.28394,300,300,10,0,449,0,0,1), + (4419,205,0,0,0,-11038.6,-886.392,62.6732,4.00848,300,300,10,0,896,0,0,1), + (4420,533,0,0,0,-10995.8,-954.637,65.7431,3.18138,300,300,10,0,724,732,0,1), + (4421,205,0,0,0,-11032.9,-905.15,63.6405,5.14121,300,300,10,0,896,0,0,1), + (4422,205,0,0,0,-11043.6,-893.206,62.9232,2.24078,300,300,10,0,896,0,0,1), + (4423,539,0,0,0,-10957,511.032,36.4292,3.79632,300,300,5,0,417,0,0,1), + (4424,539,0,0,0,-10982.8,477.493,37.6394,5.75483,300,300,5,0,417,0,0,1), + (4425,217,0,0,0,-11000.1,421.523,37.5395,2.13333,300,300,10,0,449,0,0,1), + (4426,205,0,0,0,-11053.5,-846.839,60.5264,4.32125,300,300,10,0,896,0,0,1), + (4427,205,0,0,0,-11072.3,-801.469,59.4588,6.02491,300,300,10,0,896,0,0,1), + (4428,205,0,0,0,-11078.8,-861.621,61.8146,2.81686,300,300,10,0,896,0,0,1), + (4429,205,0,0,0,-11075.4,-830.247,58.7088,0.805625,300,300,10,0,896,0,0,1), + (4430,205,0,0,0,-11086.7,-819.702,59.3338,0.716686,300,300,5,0,896,0,0,1), + (4431,533,0,0,0,-11066.4,-921.772,63.6348,0.233543,300,300,10,0,724,732,0,1), + (4432,205,0,0,0,-11070.1,-811.487,58.0838,4.13194,300,300,10,0,896,0,0,1), + (4433,205,0,0,0,-11024.4,-896.39,63.1358,2.38524,300,300,10,0,896,0,0,1), + (4434,205,0,0,0,-11057.2,-796.931,58.0183,2.31656,300,300,10,0,896,0,0,1), + (4435,205,0,0,0,-11075.3,-886.686,63.1067,1.45526,300,300,10,0,896,0,0,1), + (4436,533,0,0,0,-10990.5,-984.506,68.97,1.07196,300,300,10,0,724,732,0,1), + (4437,205,0,0,0,-11037,-816.254,60.6179,5.68857,300,300,10,0,896,0,0,1), + (4438,202,0,0,0,-10830.4,-1317.73,50.072,4.69439,300,300,5,0,617,0,0,1), + (4439,948,0,0,0,-10363.8,251.911,36.4538,2.75067,300,300,10,0,734,0,0,1), + (4440,210,0,0,0,-10358.6,228.27,32.7617,0.457897,300,300,10,0,788,0,0,1), + (4441,569,0,0,0,-10768,476.297,33.2032,2.80317,300,300,5,0,531,0,0,1), + (4442,539,0,0,0,-10811.4,584.07,26.1014,4.54949,300,300,5,0,417,0,0,1), + (4443,539,0,0,0,-10015.7,-808.916,33.137,1.09842,300,300,10,0,417,0,0,1), + (4444,511,0,0,0,-10995,-1290.2,52.9175,5.70029,300,300,0,0,788,0,0,0), + (4445,898,0,0,0,-10306.8,-810.627,44.6383,0.245833,300,300,5,0,787,0,0,1), + (4446,205,0,0,0,-10904.5,-916.936,71.0304,1.46832,300,300,10,0,896,0,0,1), + (4447,205,0,0,0,-10903.2,-937.391,71.1427,4.72465,300,300,10,0,896,0,0,1), + (4448,533,0,0,0,-10912.6,-959.442,71.1427,2.80774,300,300,10,0,724,732,0,1), + (4449,205,0,0,0,-10938.5,-957.141,71.0505,2.57924,300,300,10,0,896,0,0,1), + (4450,533,0,0,0,-10907.5,-903.306,71.2804,6.03056,300,300,10,0,724,732,0,1), + (4451,533,0,0,0,-10911.3,-923.87,71.0304,2.91614,300,300,5,0,724,732,0,1), + (4452,785,0,0,0,-10389.6,366.257,24.3922,5.03815,300,300,5,0,768,756,0,1), + (4453,930,0,0,0,-10846.5,-1345.17,49.5357,0.515742,300,300,10,0,664,0,0,1), + (4454,202,0,0,0,-10806.1,-1372.95,41.2791,3.89937,300,300,5,0,617,0,0,1), + (4455,202,0,0,0,-10728.3,-1356.06,39.1205,1.28202,300,300,10,0,617,0,0,1), + (4456,202,0,0,0,-10745.1,-1380.39,36.758,2.33627,300,300,10,0,617,0,0,1), + (4457,202,0,0,0,-10827.9,-1354.07,45.177,2.00816,300,300,5,0,617,0,0,1), + (4458,15896,531,0,0,-8570.25,1991.36,100.221,3.47,25,25,0,0,1332400,0,0,0), + (4459,930,0,0,0,-10587.3,20.7177,39.3966,1.58447,300,300,5,0,664,0,0,1), + (4460,930,0,0,0,-10555.5,33.402,39.7016,2.65175,300,300,5,0,664,0,0,1), + (4461,787,0,0,0,-10331.8,430.925,15.8676,0.514041,300,300,5,0,684,1039,0,1), + (4462,930,0,0,0,-10638.1,20.2466,40.0044,2.41684,300,300,5,0,664,0,0,1), + (4463,930,0,0,0,-10605.6,34.169,37.9929,0.442648,300,300,5,0,664,0,0,1), + (4464,1115,0,0,0,-5853.01,-1524.74,358.855,4.16579,180,180,5,0,156,0,0,1), + (4465,13076,0,0,0,-5723.48,-1553.96,382.184,5.24764,250,250,0,0,1903,0,0,0), + (4466,721,0,0,0,-5716.01,-1504.09,400.937,3.66079,180,180,10,0,1,0,0,1), + (4467,13076,0,0,0,-5717.88,-1549.21,383.465,0.249084,250,250,0,0,1903,0,0,0), + (4468,1679,0,0,0,-5719.53,-1553.67,382.965,2.88947,190,190,0,0,622,655,0,0), + (4469,1255,0,0,0,-5670.19,-1594.28,383.388,3.1765,180,180,0,0,500,0,0,0), + (4470,1977,0,0,0,-5714.72,-1580,383.288,1.0472,430,430,0,0,3517,0,0,0), + (4471,13076,0,0,0,-5679.92,-1564,383.883,3.00197,250,250,0,0,1903,0,0,0), + (4472,1237,0,0,0,-5671.19,-1577.15,383.329,3.4383,180,180,0,0,334,0,0,0), + (4473,930,0,0,0,-10657.8,125.063,38.6485,4.73657,300,300,10,0,664,0,0,1), + (4474,13076,0,0,0,-5639.04,-1532.83,401.191,1.09956,250,250,0,0,1903,0,0,0), + (4475,13076,0,0,0,-5681.81,-1548.1,390.85,1.27409,250,250,0,0,1903,0,0,0), + (4476,1355,0,0,0,-5666.22,-1565.44,383.204,2.32129,180,180,0,0,372,0,0,0), + (4477,13076,0,0,0,-5684.27,-1593.43,383.329,2.05949,250,250,0,0,1903,0,0,0), + (4478,1360,0,0,0,-5685.68,-1596.67,383.329,4.08407,180,180,0,0,372,0,0,0), + (4479,727,0,0,0,-5602.48,-1540.37,399.297,1.96379,250,250,0,0,1918,0,0,0), + (4480,727,0,0,0,-5602.27,-1543.24,399.313,2.86578,250,250,0,0,1918,0,0,0), + (4481,727,0,0,0,-5602.65,-1544.6,399.313,2.86574,250,250,0,0,1918,0,0,0), + (4482,1127,0,0,0,-5627.06,-1455.45,400.216,5.50089,180,180,5,0,137,0,0,1), + (4483,721,0,0,0,-5640.74,-1437.53,399.382,5.64693,180,180,10,0,1,0,0,1), + (4484,1127,0,0,0,-5608.13,-1456.82,399.215,3.99394,180,180,5,0,137,0,0,1), + (4485,1127,0,0,0,-5573.39,-1519,399.541,3.43305,180,180,5,0,137,0,0,1), + (4486,721,0,0,0,-5561.61,-1518.28,400.009,1.70193,180,180,10,0,1,0,0,1), + (4487,1126,0,0,0,-5529.09,-1496.24,405.536,5.48154,180,180,10,0,120,0,0,1), + (4488,1127,0,0,0,-5575.22,-1580.17,398.038,2.83219,180,180,5,0,137,0,0,1), + (4489,1196,0,0,0,-5534.02,-1472.99,406.75,5.334,180,180,10,0,164,0,0,1), + (4490,1127,0,0,0,-5497.38,-1487.95,415.075,5.07984,180,180,0,0,137,0,0,0), + (4491,1701,0,0,0,-5697.9,-1612.16,383.388,1.09956,180,180,0,0,413,0,0,0), + (4492,1256,0,0,0,-5676.31,-1604.09,383.388,2.19912,180,180,0,0,413,0,0,0), + (4493,1254,0,0,0,-5726.58,-1600.29,386.084,3.33358,180,180,0,0,500,0,0,0), + (4494,1358,0,0,0,-5689.38,-1603.33,383.227,1.02974,180,180,0,0,334,0,0,0), + (4495,1698,0,0,0,-5714.37,-1589.52,383.226,1.55334,180,180,0,0,334,0,0,0), + (4496,1115,0,0,0,-5751.1,-1628.34,359.028,2.84489,180,180,0,0,156,0,0,0), + (4497,1116,0,0,0,-5619.76,-1684.56,399.963,0.085832,180,180,5,0,176,0,0,1), + (4498,1117,0,0,0,-5692.81,-1675.11,360.795,2.57533,180,180,5,0,176,0,0,1), + (4499,1117,0,0,0,-5670.16,-1676.53,360.764,0.139849,180,180,5,0,176,0,0,1), + (4500,1115,0,0,0,-5648.38,-1685.14,360.795,5.26947,180,180,5,0,156,0,0,1), + (4501,1115,0,0,0,-5608.37,-1648.12,353.422,2.69495,180,180,5,0,156,0,0,1), + (4502,1117,0,0,0,-5626.2,-1665.76,362.718,4.96285,180,180,5,0,176,0,0,1), + (4503,1115,0,0,0,-5626.05,-1661.13,363.373,5.37437,180,180,5,0,156,0,0,1), + (4504,1117,0,0,0,-5607.03,-1656.15,351.759,2.17568,180,180,5,0,176,0,0,1), + (4505,1117,0,0,0,-5627.15,-1681.13,362.266,5.4328,180,180,5,0,176,0,0,1), + (4506,1117,0,0,0,-5670.03,-1693.03,360.795,6.20073,180,180,5,0,176,0,0,1), + (4507,721,0,0,0,-5595.93,-1637.26,398.341,1.62775,180,180,10,0,1,0,0,1), + (4508,1116,0,0,0,-5594.58,-1662.56,397.591,4.8092,180,180,5,0,176,0,0,1), + (4509,1115,0,0,0,-5753.34,-1660.34,358.905,4.69197,180,180,5,0,156,0,0,1), + (4510,1115,0,0,0,-5776.49,-1643.51,359.289,4.16765,180,180,5,0,156,0,0,1), + (4511,1115,0,0,0,-5789.7,-1636.12,358.903,4.38967,180,180,5,0,156,0,0,1), + (4512,1115,0,0,0,-5791.92,-1615.96,359.764,2.89076,180,180,5,0,156,0,0,1), + (4513,1115,0,0,0,-5808.03,-1623.19,359.492,5.31177,180,180,5,0,156,0,0,1), + (4514,1117,0,0,0,-5736.63,-1678.3,361.565,4.42851,180,180,5,0,176,0,0,1), + (4515,1115,0,0,0,-5752.65,-1669.76,358.896,3.24736,180,180,5,0,156,0,0,1), + (4516,1115,0,0,0,-5715.19,-1692.18,362.756,4.07007,180,180,5,0,156,0,0,1), + (4517,1115,0,0,0,-5783.98,-1577.96,358.713,4.35691,180,180,5,0,156,0,0,1), + (4518,1115,0,0,0,-5864.87,-1543.32,373.095,5.84685,180,180,0,0,156,0,0,0), + (4519,1115,0,0,0,-5837.93,-1580.96,362.362,1.58825,180,180,0,0,156,0,0,0), + (4520,1115,0,0,0,-5825.71,-1593.61,361.923,4.62512,180,180,0,0,156,0,0,0), + (4521,1115,0,0,0,-5840.64,-1590.02,362.181,0.907571,180,180,0,0,156,0,0,0), + (4522,1115,0,0,0,-5836.32,-1515.09,358.764,3.50373,180,180,5,0,156,0,0,1), + (4523,1115,0,0,0,-5825.85,-1547.09,358.611,2.26772,180,180,5,0,156,0,0,1), + (4524,1115,0,0,0,-5871.38,-1544.1,372.456,5.33421,180,180,5,0,156,0,0,1), + (4525,1115,0,0,0,-5810.3,-1670.7,359.036,3.50126,180,180,5,0,156,0,0,1), + (4526,1115,0,0,0,-5823.92,-1662.05,359.268,4.70249,180,180,5,0,156,0,0,1), + (4527,1115,0,0,0,-5793.42,-1670.55,359.05,2.48533,180,180,5,0,156,0,0,1), + (4528,1115,0,0,0,-5797.37,-1669.86,358.914,2.86381,180,180,5,0,156,0,0,1), + (4529,1115,0,0,0,-5692.58,-1703.72,361.136,2.53234,180,180,5,0,156,0,0,1), + (4530,1117,0,0,0,-5703.23,-1703.64,361.666,3.73503,180,180,5,0,176,0,0,1), + (4531,1127,0,0,0,-5702.81,-1721.38,399.568,0.657959,180,180,5,0,137,0,0,1), + (4532,1115,0,0,0,-5690.66,-1694.33,360.795,3.90543,180,180,5,0,156,0,0,1), + (4533,1116,0,0,0,-5683.61,-1748.78,400.095,5.42992,180,180,5,0,176,0,0,1), + (4534,1116,0,0,0,-5659.71,-1710.91,399.962,4.51634,180,180,5,0,176,0,0,1), + (4535,1115,0,0,0,-5646.83,-1701.79,362.065,4.73613,180,180,5,0,156,0,0,1), + (4536,1117,0,0,0,-5607.66,-1701.92,357.749,5.23663,180,180,0,0,176,0,0,0), + (4537,1117,0,0,0,-5604.1,-1674.69,350.246,6.27449,180,180,5,0,176,0,0,1), + (4538,1689,0,0,0,-5651.41,-1702.94,399.637,1.56259,180,180,5,0,176,0,0,1), + (4539,721,0,0,0,-5612.07,-1692.58,398.839,5.44517,180,180,10,0,1,0,0,1), + (4540,1115,0,0,0,-5602.73,-1680.42,349.859,5.85812,180,180,5,0,156,0,0,1), + (4541,1116,0,0,0,-5626.7,-1692.21,399.748,0.441817,180,180,5,0,176,0,0,1), + (4542,1117,0,0,0,-5626.98,-1692.32,399.727,3.53051,180,180,0,0,176,0,0,0), + (4543,1117,0,0,0,-5594.82,-1667.66,345.37,4.91682,180,180,5,0,176,0,0,1), + (4544,1117,0,0,0,-5590.86,-1663.1,344.395,5.33137,180,180,5,0,176,0,0,1), + (4545,1117,0,0,0,-5596.61,-1683.38,347.382,6.25858,180,180,5,0,176,0,0,1), + (4546,1115,0,0,0,-5632.73,-1768.09,355.831,1.12803,180,180,0,0,156,0,0,0), + (4547,1117,0,0,0,-5614.05,-1763.97,356.587,4.49675,180,180,5,0,176,0,0,1), + (4548,1116,0,0,0,-5645.25,-1772.55,399.833,4.29514,180,180,5,0,176,0,0,1), + (4549,1115,0,0,0,-5592.51,-1751.88,372.637,2.92985,180,180,5,0,156,0,0,1), + (4550,1117,0,0,0,-5589.66,-1743.19,371.879,2.12525,180,180,5,0,176,0,0,1), + (4551,1117,0,0,0,-5596.3,-1734.17,362.173,3.0581,180,180,5,0,176,0,0,1), + (4552,1127,0,0,0,-5570.26,-1685.72,396.608,2.07599,180,180,5,0,137,0,0,1), + (4553,1127,0,0,0,-5583.61,-1671.18,396.946,5.81925,180,180,5,0,137,0,0,1), + (4554,1115,0,0,0,-5578.44,-1723.56,353.167,5.24457,180,180,0,0,156,0,0,0), + (4555,1115,0,0,0,-5571.62,-1714.04,370.422,3.54512,180,180,5,0,156,0,0,1), + (4556,1117,0,0,0,-5589.52,-1730.65,363.612,1.22932,180,180,0,0,176,0,0,0), + (4557,1115,0,0,0,-5597.87,-1774.74,356.936,4.95012,180,180,5,0,156,0,0,1), + (4558,1117,0,0,0,-5560.47,-1728.78,342.93,3.34893,180,180,5,0,176,0,0,1), + (4559,1115,0,0,0,-5537.67,-1703.33,343.864,4.64766,180,180,5,0,156,0,0,1), + (4560,1115,0,0,0,-5569.95,-1721.18,370.228,2.7054,180,180,5,0,156,0,0,1), + (4561,1117,0,0,0,-5536.51,-1741,339.591,5.88313,180,180,5,0,176,0,0,1), + (4567,10262,0,0,0,-7455.58,-2194.28,165.373,3.40339,500,500,6,0,2471,0,0,2), + (4568,10260,0,0,0,-7459.08,-2196.61,165.109,3.00197,500,500,0,0,4231,0,0,0), + (4569,10267,0,0,0,-7499.82,-2177.6,165.759,5.60251,500,500,0,0,3866,0,0,0), + (4570,3298,0,0,0,-8354.43,-2734.1,185.179,4.66003,500,500,0,0,3866,0,0,0), + (4571,2299,0,0,0,-8365.08,-2736.93,185.691,5.65487,900,900,0,0,7423,7071,0,0), + (4572,1296,0,0,0,-8366.36,-2762.51,187.616,0.959931,500,500,0,0,3748,0,0,0), + (4573,9177,0,0,0,-8371.9,-2743.43,186.183,5.58505,500,500,0,0,4108,0,0,0), + (4574,7041,0,0,0,-7811.43,-2855.24,133.564,1.34804,500,500,10,0,5151,9530,0,1), + (4575,7040,0,0,0,-7562.26,-2768.33,135.802,0.850011,500,500,5,0,7113,0,0,1), + (4576,7041,0,0,0,-8245.96,-2547.48,138.524,4.01007,500,500,10,0,5151,9530,0,1), + (4577,7041,0,0,0,-8218.43,-1978.39,143.098,1.51668,500,500,10,0,5151,9530,0,1), + (4578,7041,0,0,0,-7766.02,-2871.43,133.518,5.31486,500,500,5,0,5151,9530,0,1), + (4579,9562,0,0,0,-8377.17,-2780.48,193.691,1.15192,500,500,0,0,4108,2117,0,0), + (4580,7042,0,0,0,-7910.42,-877.084,130.869,1.54978,500,500,5,0,8097,0,0,1), + (4581,7043,0,0,0,-8212.86,-1144.88,143.389,3.63149,500,500,5,0,5847,5340,0,1), + (4582,7043,0,0,0,-7989.74,-1356.38,132.611,3.37552,500,500,10,0,5847,5340,0,1), + (4583,7042,0,0,0,-8230.62,-1165.48,142.639,1.16056,500,500,5,0,8097,0,0,1), + (4584,7043,0,0,0,-8248.81,-1219.71,142.813,3.41591,500,500,5,0,5847,5340,0,1), + (4585,7042,0,0,0,-7913.1,-919.873,136.472,4.99569,500,500,5,0,8097,0,0,1), + (4586,9700,0,0,0,-7882.11,-1561.79,131.174,4.35345,500,500,5,0,1,0,0,1), + (4587,9699,0,0,0,-7639.2,-2746.94,132.356,0.033191,500,500,5,0,1,0,0,1), + (4588,9699,0,0,0,-8384.9,-951.777,198.639,2.17832,500,500,5,0,1,0,0,1), + (4589,9700,0,0,0,-7535.62,-2177.22,131.789,2.61061,500,500,5,0,1,0,0,1), + (4590,9700,0,0,0,-8148.52,-2014.99,129.745,3.76767,500,500,5,0,1,0,0,1), + (4591,9700,0,0,0,-7930.94,-2574.26,213.541,3.04952,500,500,5,0,1,0,0,1), + (4592,9699,0,0,0,-8112.74,-2383.58,129.994,2.559,500,500,5,0,1,0,0,1), + (4593,9026,0,0,0,-7291.86,-890.557,165.617,0.139794,900,900,0,0,11004,3728,0,2), + (4594,9536,0,0,0,-7497.99,-2175.15,165.61,5.42797,500,500,0,0,2666,0,0,0), + (4595,9544,0,0,0,-7459.77,-2201.64,165.37,2.54818,500,500,0,0,3632,0,0,0), + (4596,8977,0,0,0,-7957.11,-2600.06,173.93,2.1084,500,500,0,0,2633,2041,0,0), + (4597,9836,0,0,0,-7491.63,-2170.43,165.394,2.53073,500,500,0,0,3857,0,0,0), + (4598,3708,0,0,0,-7498.05,-2191.42,165.738,1.78024,500,500,0,0,2935,0,0,0), + (4599,13177,0,0,0,-7504.06,-2190.77,165.302,2.18166,900,900,0,0,7423,0,0,0), + (4600,16043,0,0,0,-8158.69,-1303.3,131.595,4.06662,500,500,0,0,4120,0,0,0), + (4601,14437,0,0,0,-7648.77,-630.917,200.577,5.23599,500,500,0,0,4108,0,0,0), + (4602,14529,0,0,0,-8316.99,-1006.56,177.672,5.88163,900,900,0,0,9298,0,0,0), + (4603,8887,0,0,0,-7442.29,-2257.15,347.476,5.51524,500,500,0,0,2215,0,0,0), + (4604,7037,0,0,0,-7814.53,-1847.89,133.627,0.020379,500,500,5,0,3217,0,0,1), + (4605,7039,0,0,0,-7870.81,-2047.42,132.04,0.844803,500,500,5,0,3189,0,0,1), + (4606,7038,0,0,0,-7733.05,-1929.16,134.29,6.10648,500,500,0,0,3305,0,0,0), + (4607,7039,0,0,0,-7845.96,-2155.29,133.538,3.97111,500,500,5,0,3189,0,0,1), + (4608,7037,0,0,0,-7752.72,-2061.73,133.564,3.05143,500,500,5,0,3217,0,0,1), + (4609,7037,0,0,0,-7850.21,-2056.63,136.276,0.131564,500,500,5,0,3217,0,0,1), + (4610,7035,0,0,0,-7878.13,-2697.44,170.662,2.29243,500,500,2,0,3556,0,0,1), + (4611,7035,0,0,0,-7871.06,-2585.14,122.891,4.95451,500,500,3,0,3556,0,0,1), + (4612,7035,0,0,0,-7819.23,-2556.31,186.233,0.974977,500,500,5,0,3556,0,0,2), + (4613,7033,0,0,0,-7911.2,-2585.44,124.381,3.02145,500,500,3,0,3322,0,0,1), + (4614,7034,0,0,0,-7686.85,-2687.21,142.845,2.49554,500,500,5,0,2751,1864,0,1), + (4615,7035,0,0,0,-7972.3,-2680.74,156.854,1.83402,500,500,2,0,3556,0,0,1), + (4616,7035,0,0,0,-7752.77,-2739.28,163.923,2.9049,500,500,5,0,3556,0,0,1), + (4617,7027,0,0,0,-8072.49,-1913.03,133.791,5.5676,500,500,0,0,3644,0,0,0), + (4618,7028,0,0,0,-8234.47,-1744.39,148.666,0.10472,500,500,0,0,2550,5206,0,0), + (4619,7027,0,0,0,-8067.69,-1907.75,133.893,5.48033,500,500,0,0,3644,0,0,0), + (4620,7028,0,0,0,-8094.87,-1882.31,147.961,5.77704,500,500,0,0,2550,5206,0,0), + (4621,7027,0,0,0,-8098.42,-1724.36,131.782,2.06602,500,500,5,0,3644,0,0,1), + (4622,7026,0,0,0,-8056.56,-1830.89,132.363,3.80482,500,500,0,0,2471,5013,0,0), + (4623,7026,0,0,0,-8061.63,-1835.2,132.376,0.750492,500,500,0,0,2471,5013,0,0), + (4624,7025,0,0,0,-8018.7,-1571.15,132.595,3.52556,500,500,0,0,3529,0,0,0), + (4625,9691,0,0,0,-7610.27,-2904.29,133.446,6.20686,500,500,10,0,3082,0,0,1), + (4626,7047,0,0,0,-7724.97,-2951.71,133.214,0.189274,500,500,10,0,2384,1864,0,1), + (4627,9691,0,0,0,-7642.49,-2875.51,134.971,1.54058,500,500,10,0,3082,0,0,1), + (4628,9690,0,0,0,-7628.96,-2589.5,132.739,0.168679,500,500,10,0,2980,0,0,1), + (4629,7047,0,0,0,-7548.09,-2650.04,136.896,1.90821,500,500,10,0,2384,1864,0,1), + (4630,9691,0,0,0,-7895.84,-2959.13,139.424,5.8108,500,500,5,0,3082,0,0,1), + (4631,9695,0,0,0,-8296.86,-2413.35,182.653,1.85608,500,500,5,0,3292,0,0,1), + (4632,7048,0,0,0,-8244.05,-2344.69,157.761,4.34493,500,500,10,0,2232,4765,0,1), + (4633,9695,0,0,0,-8338.78,-1854.06,166.967,5.41488,500,500,5,0,3292,0,0,1), + (4634,9695,0,0,0,-8156.81,-2089.5,134.833,2.26203,500,500,10,0,3292,0,0,1), + (4635,7048,0,0,0,-8278.75,-2020.17,148.05,3.05309,500,500,5,0,2232,4765,0,1), + (4636,9695,0,0,0,-7600.71,-1674.68,197.68,0.973038,500,500,5,0,3292,0,0,1), + (4637,9695,0,0,0,-8220.35,-2169.36,133.351,1.58697,500,500,10,0,3292,0,0,1), + (4638,9694,0,0,0,-8221.29,-2263.31,142.976,2.09733,500,500,5,0,3188,0,0,1), + (4639,7032,0,0,0,-8223.49,-1311.3,141.734,0.15375,500,500,5,0,2953,0,0,1), + (4640,9779,0,0,0,-7610.62,-2181.11,131.9,1.687,500,500,5,0,1013,0,0,1), + (4641,9779,0,0,0,-7596.87,-2192.71,131.9,3.98883,500,500,5,0,1013,0,0,1), + (4642,9778,0,0,0,-7603.36,-2184.98,131.9,2.5014,500,500,5,0,810,2041,0,1), + (4643,9778,0,0,0,-7598.78,-2180.59,131.9,3.31034,500,500,5,0,810,2041,0,1), + (4644,9778,0,0,0,-7603.2,-2179.54,131.9,0.488133,500,500,5,0,810,2041,0,1), + (4645,7031,0,0,0,-8019.81,-2628.6,153.933,0.355163,500,500,5,0,2521,0,0,1), + (4646,7032,0,0,0,-7652.39,-2080.91,124.189,1.37062,500,500,5,0,2953,0,0,1), + (4647,9779,0,0,0,-7712.85,-1764.88,131.236,5.12419,500,500,5,0,1013,0,0,1), + (4648,9779,0,0,0,-7715.62,-1759.38,131.236,1.57056,500,500,5,0,1013,0,0,1), + (4649,9778,0,0,0,-7711.5,-1766.2,131.236,3.24037,500,500,5,0,810,2041,0,1), + (4650,9778,0,0,0,-7721.45,-1765.91,131.236,3.30541,500,500,5,0,810,2041,0,1), + (4651,9778,0,0,0,-7713.65,-1759.77,131.236,1.63273,500,500,5,0,810,2041,0,1), + (4652,3317,1,0,0,1583.8,-4473.31,7.81271,3.7001,300,300,0,0,1605,0,0,0), + (4653,3318,1,0,0,1632.39,-4381.97,11.8003,3.57792,300,300,0,0,2972,0,0,0), + (4654,5817,1,0,0,1522.3,-4352.53,18.9047,5.48033,300,300,0,0,1605,0,0,0), + (4655,3320,1,0,0,1622.9,-4369.06,11.8099,3.57792,300,300,0,0,2972,0,0,0), + (4656,8724,1,0,0,1667.62,-4463.76,20.1475,1.71042,300,300,0,0,3517,0,0,0), + (4657,3322,1,0,0,1692.69,-4412.03,21.7019,3.89208,300,300,0,0,1605,0,0,0), + (4658,3312,1,0,0,1618.96,-4307.28,3.19029,5.41052,300,300,0,0,3517,0,0,0), + (4659,8673,1,0,0,1687.26,-4464.71,20.1476,2.00713,300,300,0,0,3517,0,0,0), + (4660,5188,1,0,0,1579.36,-4294.5,26.1046,3.75246,300,300,0,0,1605,0,0,0), + (4661,6929,1,0,0,1633.99,-4439.37,15.5167,2.75762,300,300,0,0,1605,0,0,0), + (4662,3342,1,0,0,1784.44,-4205.35,40.0903,4.53786,300,300,0,0,2016,0,0,0), + (4663,3344,1,0,0,1933.69,-4224.86,42.1782,0.05236,300,300,0,0,3139,2620,0,0), + (4664,13417,1,0,0,1937.84,-4222.84,42.1781,3.78736,300,300,0,0,3517,2103,0,0), + (4665,3403,1,0,0,1932.88,-4211.3,42.1782,6.24828,300,300,0,0,2471,1620,0,0), + (4666,3350,1,0,0,1891.6,-4326.75,23.253,0.261799,300,300,0,0,1605,0,0,0), + (4667,3351,1,0,0,1890.9,-4322.09,23.253,4.10152,300,300,0,0,1605,0,0,0), + (4668,3358,1,0,0,2025.08,-4708.91,26.8865,1.81514,300,300,0,0,1605,0,0,0), + (4669,10266,1,0,0,2052.21,-4813.46,22.4975,0.296706,300,300,0,0,1240,0,0,0), + (4670,3355,1,0,0,2058.97,-4835.58,24.4342,3.31613,300,300,0,0,2972,1857,0,0), + (4671,3357,1,0,0,2029.91,-4706.16,26.8865,3.35103,300,300,0,0,2016,0,0,0), + (4672,3412,1,0,0,2036.22,-4746.5,29.2431,4.67748,300,300,0,0,2016,0,0,0), + (4673,3332,1,0,0,2000.62,-4659.66,26.4954,5.3058,300,300,0,0,2016,0,0,0), + (4674,3333,1,0,0,1995.41,-4662.32,26.8906,1.36136,300,300,0,0,1605,0,0,0), + (4675,11868,1,0,0,2091.02,-4826.49,24.1938,0.261799,600,600,0,0,6830,0,0,0), + (4676,2857,1,0,0,2047.99,-4746.01,29.2431,4.62512,300,300,0,0,1106,0,0,0), + (4677,4752,1,0,0,2151.36,-4654.14,50.1143,1.93731,300,300,0,0,3517,100,0,0), + (4678,3371,1,0,0,1843.11,-4468.53,47.5248,0.959931,300,300,0,0,1605,0,0,0), + (4679,3346,1,0,0,1918.26,-4436.26,24.6302,1.98968,300,300,0,0,2016,0,0,0), + (4680,2855,1,0,0,1813.26,-4563.33,22.8627,2.53073,300,300,0,0,1172,0,0,0), + (4681,3347,1,0,0,1964.88,-4477.84,25.7814,5.25344,300,300,0,0,2016,0,0,0), + (4682,3366,1,0,0,1848.01,-4564.89,24.8434,1.41372,300,300,0,0,1605,0,0,0), + (4683,3367,1,0,0,1816.21,-4530.52,19.9835,0.014587,300,300,0,0,1605,0,0,2), + (4684,3368,1,0,0,1775.1,-4482.91,45.5038,2.18166,300,300,0,0,1605,0,0,0), + (4685,3399,1,0,0,1769.16,-4485.63,45.5038,1.79769,300,300,0,0,2016,0,0,0), + (4686,5811,1,0,0,1855.31,-4568.12,24.8434,2.1293,300,300,0,0,1309,0,0,0), + (4687,3348,1,0,0,1954.75,-4466.79,25.7916,3.50811,300,300,0,0,1605,0,0,0), + (4688,3098,1,0,0,-675.722,-4350.36,44.603,0.498482,120,120,5,0,42,0,0,1), + (4689,3098,1,0,0,-549.241,-4421.25,42.1042,5.20731,120,120,5,0,42,0,0,1), + (4690,3098,1,0,0,-485.464,-4381.5,48.2731,4.27681,120,120,5,0,42,0,0,1), + (4691,3098,1,0,0,-680.926,-4284.82,39.9806,1.84971,120,120,5,0,42,0,0,1), + (4692,3139,1,0,0,274.988,-4709.3,17.5719,5.67232,300,300,0,0,413,0,0,0), + (4693,3124,1,0,0,-378.179,-4125.45,50.7667,4.83762,200,200,10,0,71,0,0,1), + (4694,3124,1,0,0,-180.7,-4243.65,56.9324,0.313795,200,200,5,0,71,0,0,1), + (4695,3124,1,0,0,-304.944,-4437.49,59.0555,0.551751,200,200,10,0,71,0,0,1), + (4696,3124,1,0,0,-513.156,-4156.63,77.3819,4.34319,200,200,5,0,71,0,0,1), + (4697,3124,1,0,0,-248.867,-4181.38,55.9118,4.10963,200,200,10,0,71,0,0,1), + (4698,3124,1,0,0,-448.054,-4486.25,54.7562,4.39538,200,200,5,0,71,0,0,1), + (4699,3140,1,0,0,-774.774,-4830.36,19.8326,1.29704,300,300,0,0,228,0,0,0), + (4700,3102,1,0,0,-28.3296,-4234.66,67.7067,6.23747,200,200,3,0,72,0,0,1), + (4701,3101,1,0,0,-49.6528,-4223.18,62.2552,5.20108,200,200,0,0,70,79,0,2), + (4702,3101,1,0,0,-117.284,-4217.52,54.4782,5.72857,200,200,3,0,70,79,0,1), + (4703,3102,1,0,0,-125.343,-4279.79,64.8964,3.04934,200,200,5,0,72,0,0,1), + (4704,3102,1,0,0,-41.6024,-4332.2,68.5942,4.94145,200,200,5,0,72,0,0,1), + (4705,3101,1,0,0,-147.092,-4273.76,63.1843,2.11357,200,200,0,0,70,79,0,2), + (4706,3101,1,0,0,-79.4423,-4284.5,76.0449,5.13539,200,200,3,0,70,79,0,1), + (4707,3102,1,0,0,-55.4544,-4295.25,70.7236,4.50468,200,200,3,0,72,0,0,1), + (4708,3100,1,0,0,1259.58,-4654.98,17.217,2.92102,300,300,5,0,156,0,0,1), + (4709,3100,1,0,0,918.541,-4320.35,24.0849,6.05668,300,300,5,0,156,0,0,1), + (4710,3100,1,0,0,99.8162,-3973.65,43.3172,5.97674,300,300,5,0,156,0,0,1), + (4711,3100,1,0,0,-116.23,-3945.95,53.745,0.487601,300,300,10,0,156,0,0,1), + (4712,3100,1,0,0,226.015,-3913.86,39.9833,3.42687,300,300,10,0,156,0,0,1), + (4713,3100,1,0,0,944.079,-5016.22,4.9122,5.32232,300,300,5,0,156,0,0,1), + (4714,3100,1,0,0,1420.91,-4875.81,12.426,1.02779,300,300,5,0,156,0,0,1), + (4715,3100,1,0,0,73.4153,-3879.27,42.0055,2.79734,300,300,10,0,156,0,0,1), + (4716,3100,1,0,0,-146.719,-3888.08,41.2559,3.18775,300,300,10,0,156,0,0,1), + (4717,3100,1,0,0,1215.96,-4799.11,15.9298,2.18951,300,300,5,0,156,0,0,1), + (4718,3126,1,0,0,665.084,-4255.48,15.8818,3.39653,300,300,10,0,137,0,0,1), + (4719,3126,1,0,0,471.891,-3851.64,21.2425,6.10655,300,300,10,0,137,0,0,1), + (4720,3126,1,0,0,691.491,-4908.61,23.3928,3.16744,300,300,10,0,137,0,0,1), + (4721,3126,1,0,0,-13.5858,-4136.24,78.1668,4.87374,300,300,5,0,137,0,0,1), + (4722,3126,1,0,0,495.384,-3918.39,22.271,0.716256,300,300,5,0,137,0,0,1), + (4723,3126,1,0,0,510.582,-4548.97,50.2268,2.98257,300,300,5,0,137,0,0,1), + (4724,3126,1,0,0,595.673,-3922.84,19.8631,5.82392,300,300,5,0,137,0,0,1), + (4725,3126,1,0,0,794.855,-4179.5,20.3199,0.336352,300,300,10,0,137,0,0,1), + (4726,3126,1,0,0,623.757,-4312.75,18.4193,5.32152,300,300,10,0,137,0,0,1), + (4727,3126,1,0,0,204.414,-4272.58,38.2886,1.71147,300,300,5,0,137,0,0,1), + (4728,4485,1,0,0,1953.59,-4735.77,48.5105,1.09956,300,300,0,0,2016,1067,0,0), + (4729,3127,1,0,0,1294.18,-4970.53,2.84001,3.6976,300,300,5,0,176,0,0,1), + (4730,3127,1,0,0,1064.04,-4212.57,18.9224,3.23654,300,300,10,0,176,0,0,1), + (4731,3127,1,0,0,806.07,-3877.45,18.5046,2.65392,300,300,5,0,176,0,0,1), + (4732,3127,1,0,0,1182.86,-4022.2,15.451,1.33915,300,300,10,0,176,0,0,1), + (4733,3127,1,0,0,-81.0895,-3828.82,32.4952,4.06694,300,300,10,0,176,0,0,1), + (4734,3127,1,0,0,143.211,-3883.41,39.5411,5.24734,300,300,10,0,176,0,0,1), + (4735,3127,1,0,0,855.374,-3909.67,19.9425,2.44885,300,300,5,0,176,0,0,1), + (4736,3127,1,0,0,1286.64,-4905.52,11.2412,1.1727,300,300,10,0,176,0,0,1), + (4737,3127,1,0,0,1146.68,-4188.94,22.8695,3.17431,300,300,10,0,176,0,0,1), + (4738,3127,1,0,0,18.7356,-3814.1,34.054,5.59471,300,300,10,0,176,0,0,1), + (4739,3123,1,0,0,491.172,-3996.12,21.4062,5.15761,300,300,10,0,156,0,0,1), + (4740,3123,1,0,0,84.0344,-3858.26,38.197,1.39955,300,300,10,0,156,0,0,1), + (4741,3123,1,0,0,833.373,-3881.34,18.7598,4.73303,300,300,5,0,156,0,0,1), + (4742,3123,1,0,0,1128.83,-4863.97,20.2508,6.17076,300,300,5,0,156,0,0,1), + (4743,3123,1,0,0,-68.5253,-3869.09,43.5474,4.12943,300,300,10,0,156,0,0,1), + (4744,3123,1,0,0,1345.02,-4882.5,12.6827,0.137286,300,300,10,0,156,0,0,1), + (4745,3123,1,0,0,1385.33,-4911.25,8.47098,3.76957,300,300,10,0,156,0,0,1), + (4746,3123,1,0,0,1369.98,-4763.24,27.5002,3.88385,300,300,5,0,156,0,0,1), + (4747,3123,1,0,0,173.04,-3919.43,44.1306,4.58625,300,300,10,0,156,0,0,1), + (4748,3123,1,0,0,84.7999,-3990.47,45.812,0.10152,300,300,5,0,156,0,0,1), + (4749,3107,1,0,0,-990.279,-5455.54,2.89134,5.6182,300,300,5,0,137,0,0,1), + (4750,3107,1,0,0,809.335,-5074.06,2.624,2.07261,300,300,5,0,137,0,0,1), + (4751,3107,1,0,0,-801.224,-5301.3,-2.88575,5.14036,300,300,10,0,137,0,0,1), + (4752,3107,1,0,0,-1463.44,-5314.72,-5.68222,2.49887,300,300,5,0,137,0,0,1), + (4753,3107,1,0,0,-760.886,-5470.73,-1.76081,2.23607,300,300,10,0,137,0,0,1), + (4754,3107,1,0,0,-1477.05,-5301.59,-1.2612,5.10087,300,300,5,0,137,0,0,1), + (4755,3107,1,0,0,-885.142,-5507.15,-2.12263,4.85539,300,300,5,0,137,0,0,1), + (4756,3107,1,0,0,-1059.25,-5285.51,-5.73464,0.844803,300,300,5,0,137,0,0,1), + (4757,3107,1,0,0,-873.053,-5278.66,-9.99352,4.62633,300,300,10,0,137,0,0,1), + (4758,3107,1,0,0,-686.708,-5462.52,-0.809426,1.86903,300,300,5,0,137,0,0,1), + (4759,5765,1,0,0,-624.024,-4214.41,38.2173,5.61996,300,300,0,0,413,0,0,0), + (4760,14182,1,0,0,2057.53,-4733.22,25.15,2.60812,300,300,0,0,3857,2434,0,2), + (4761,15006,1,0,0,2002.26,-4796.74,56.8471,3.00197,600,600,0,0,9563,0,0,0), + (4764,14942,1,0,0,1980.9,-4787.78,55.8796,5.13127,600,600,0,0,9563,0,0,0), + (4765,3890,1,0,0,1990.41,-4794.15,55.9036,3.07178,600,600,0,0,10626,8019,0,0), + (4766,6986,1,0,0,1931.78,-4514.99,29.1426,3.40339,300,300,0,0,2972,0,0,0), + (4767,6987,1,0,0,1928.33,-4517.21,29.1426,0.959931,300,300,0,0,2471,0,0,0), + (4768,4311,1,0,0,1352.45,-4395.7,29.2713,2.28638,300,300,0,0,1605,0,0,0), + (4769,5603,1,0,0,1594.38,-4378.3,9.69994,3.45575,300,300,0,0,2284,0,0,0), + (4770,4949,1,0,0,1920.01,-4123.95,43.3733,4.79965,7200,7200,0,0,637000,50805,0,0), + (4771,3144,1,0,0,1905.75,-4161.37,41.0035,0.488692,300,300,0,0,919,0,0,0), + (4772,3128,1,0,0,-262.554,-5188.37,21.1489,4.32635,200,200,5,0,101,220,0,1), + (4773,3128,1,0,0,-273.242,-4919.18,27.1867,4.78078,200,200,5,0,101,220,0,1), + (4774,3128,1,0,0,-277.769,-5146.6,21.436,2.28441,200,200,5,0,101,220,0,1), + (4775,3122,1,0,0,519.162,-4383.35,33.6531,0.141069,300,300,5,0,120,0,0,1), + (4776,3122,1,0,0,481.397,-4410.52,40.3712,5.01022,300,300,5,0,120,0,0,1), + (4777,3122,1,0,0,77.7896,-4196.88,60.786,3.14159,300,300,5,0,120,0,0,1), + (4778,3122,1,0,0,664.271,-4838.06,26.4969,1.36104,300,300,5,0,120,0,0,1), + (4779,3122,1,0,0,1130.52,-4572.23,17.2368,3.07753,300,300,10,0,120,0,0,1), + (4780,3122,1,0,0,962.5,-4952.53,11.6496,4.71239,300,300,10,0,120,0,0,1), + (4781,3122,1,0,0,125.764,-4091.38,53.872,3.8731,300,300,10,0,120,0,0,1), + (4782,3122,1,0,0,595.818,-4201.23,13.8938,5.64964,300,300,10,0,120,0,0,1), + (4783,3122,1,0,0,777.325,-4928.43,21.6668,0.215905,300,300,5,0,120,0,0,1), + (4784,3122,1,0,0,-19.6653,-4050.76,62.2565,2.08576,300,300,5,0,120,0,0,1), + (4785,5597,1,0,0,1568.65,-4386.24,5.3955,3.03687,300,300,0,0,2284,0,0,0), + (4786,6787,1,0,0,344.605,-4675.81,16.5411,4.10152,300,300,0,0,695,0,0,0), + (4787,6786,1,0,0,-599.449,-4715.32,35.2296,1.20428,200,200,0,0,138,0,0,0), + (4788,3130,1,0,0,759.487,-4101.67,-10.1845,1.97032,300,300,3,0,179,220,0,1), + (4789,3130,1,0,0,746.786,-4111.69,-10.1845,3.25886,300,300,3,0,179,220,0,1), + (4790,3130,1,0,0,787.5,-4104.17,-9.39556,6.04683,300,300,3,0,179,220,0,1), + (4791,3115,1,0,0,615.411,-4387,17.1267,5.10571,300,300,10,0,137,0,0,1), + (4792,3117,1,0,0,968.545,-4702.7,30.2607,4.56841,300,300,5,0,176,0,0,1), + (4793,3117,1,0,0,965.025,-4732.44,28.8712,4.02875,300,300,5,0,176,0,0,1), + (4794,3118,1,0,0,1045.19,-4688.98,40.8734,2.18687,300,300,0,0,186,191,0,0), + (4795,5952,1,0,0,-565.985,-4269.39,38.488,4.2237,300,300,0,0,4356,0,0,0), + (4796,3160,1,0,0,-581.734,-4109.51,43.6077,3.75246,300,300,0,0,456,0,0,0), + (4797,3159,1,0,0,-588.829,-4102.27,43.5465,4.67748,300,300,0,0,1930,0,0,0), + (4798,5884,1,0,0,-625.296,-4210.17,38.2966,0.802851,300,300,0,0,413,370,0,0), + (4799,12776,1,0,0,-604.013,-4107.27,43.5945,5.60251,300,300,0,0,372,0,0,0), + (4800,3156,1,0,0,-606.874,-4111.87,43.028,0.244346,300,300,0,0,372,333,0,0), + (4801,3230,1,0,0,1906.68,-4133.57,40.9176,5.29198,7200,7200,0,0,4079,0,0,0), + (4828,930,0,0,0,-10653.4,111.563,39.5762,1.61036,300,300,10,0,664,0,0,1), + (4829,1270,0,0,0,-10345.2,-1277.58,35.4253,2.25282,300,300,10,0,950,0,0,1), + (4830,930,0,0,0,-10621.2,108.002,36.5209,1.36843,300,300,5,0,664,0,0,1), + (4831,215,0,0,0,-11001.4,-536.417,33.1752,0.535548,300,300,5,0,664,0,0,1), + (4832,539,0,0,0,-10039.2,-967.166,32.9021,3.53443,300,300,10,0,417,0,0,1), + (4833,539,0,0,0,-9956.31,-621.104,32.3463,4.76081,300,300,10,0,417,0,0,1), + (4834,1115,0,0,0,-5551.12,-1756.35,341.539,1.12152,180,180,5,0,156,0,0,1), + (4835,721,0,0,0,-5543.23,-1636.38,392.114,0.621612,180,180,10,0,1,0,0,1), + (4836,1127,0,0,0,-5524.34,-1631.57,393.457,1.1054,180,180,5,0,137,0,0,1), + (4837,1115,0,0,0,-5528.19,-1718.87,341.195,0.12662,180,180,5,0,156,0,0,1), + (4838,1117,0,0,0,-5529.62,-1723.63,340.548,1.45178,180,180,5,0,176,0,0,1), + (4839,1115,0,0,0,-5607.12,-1788.2,355.541,5.75598,180,180,5,0,156,0,0,1), + (4840,1117,0,0,0,-5589.53,-1788.2,360.268,5.09102,180,180,5,0,176,0,0,1), + (4841,1117,0,0,0,-5542.18,-1751.72,340.69,5.97301,180,180,5,0,176,0,0,1), + (4842,1117,0,0,0,-5565.87,-1771.23,347.179,1.87752,180,180,5,0,176,0,0,1), + (4843,1115,0,0,0,-5551.54,-1765.83,343.15,6.24937,180,180,5,0,156,0,0,1), + (4844,1117,0,0,0,-5516.72,-1745.35,336.938,5.96219,180,180,5,0,176,0,0,1), + (4845,1117,0,0,0,-5527.83,-1739.77,338.177,1.21334,180,180,5,0,176,0,0,1), + (4846,1115,0,0,0,-5579.92,-1776.09,352.171,0.016283,180,180,5,0,156,0,0,1), + (4847,1117,0,0,0,-5569.05,-1765.98,346.307,3.44248,180,180,5,0,176,0,0,1), + (4848,1115,0,0,0,-5585.11,-1804.69,355.285,3.14114,180,180,5,0,156,0,0,1), + (4849,1116,0,0,0,-5610.71,-1818.99,400.642,0.529551,180,180,5,0,176,0,0,1), + (4850,1117,0,0,0,-5654.81,-1790.36,356.031,3.98252,180,180,5,0,176,0,0,1), + (4851,1115,0,0,0,-5627.67,-1804.32,355.679,0.062814,180,180,5,0,156,0,0,1), + (4852,1116,0,0,0,-5561.78,-1813.49,399.677,0.534462,180,180,5,0,176,0,0,1), + (4853,1689,0,0,0,-5539.88,-1817.02,399.186,5.70386,180,180,5,0,176,0,0,1), + (4854,1127,0,0,0,-5587.58,-1817.58,399.614,4.75725,180,180,5,0,137,0,0,1), + (4855,217,0,0,0,-10090.6,-967.468,34.595,1.93825,300,300,5,0,449,0,0,1), + (4856,539,0,0,0,-9972.97,-639.08,34.0573,1.2431,300,300,10,0,417,0,0,1), + (4857,569,0,0,0,-10121.7,-970.383,32.4884,1.02574,300,300,10,0,531,0,0,1), + (4858,217,0,0,0,-10016.4,-628.851,40.192,1.59618,300,300,10,0,449,0,0,1), + (4859,923,0,0,0,-11028,-572.433,28.6536,1.56483,300,300,5,0,617,0,0,1), + (4860,217,0,0,0,-10051.8,-792.45,36.0026,0.946456,300,300,10,0,449,0,0,1), + (4861,539,0,0,0,-10002.4,-453.103,30.4168,4.0935,300,300,10,0,417,0,0,1), + (4862,215,0,0,0,-11049,-517.66,31.7075,0.777467,300,300,10,0,664,0,0,1), + (4863,215,0,0,0,-11016.3,-489.798,31.5139,5.8239,300,300,10,0,664,0,0,1), + (4864,1689,0,0,0,-5617.06,-1841.91,401.532,3.04387,180,180,5,0,176,0,0,1), + (4865,1116,0,0,0,-5568.54,-1838.73,400.318,1.66752,180,180,5,0,176,0,0,1), + (4866,217,0,0,0,-10570.9,479.243,36.7031,5.63634,300,300,5,0,449,0,0,1), + (4867,215,0,0,0,-10979.4,-477.26,33.6424,1.33008,300,300,5,0,664,0,0,1), + (4868,923,0,0,0,-10981.5,-455.997,31.906,3.3842,300,300,5,0,617,0,0,1), + (4869,215,0,0,0,-11054,-489.126,30.4426,4.8691,300,300,10,0,664,0,0,1), + (4870,909,0,0,0,-11107.6,-514.6,32.2549,5.95997,300,300,5,0,734,0,0,1), + (4871,215,0,0,0,-11022.8,-689,40.5509,2.26977,300,300,3,0,664,0,0,1), + (4872,923,0,0,0,-10885.7,-257.814,40.3748,0.224602,300,300,5,0,617,0,0,1), + (4873,923,0,0,0,-11050.8,-626.256,28.013,0.249842,300,300,10,0,617,0,0,1), + (4874,910,0,0,0,-11109.2,-528.353,32.5049,5.36586,300,300,0,0,628,1707,0,0), + (4875,909,0,0,0,-11103.6,-530.346,33.2204,1.56273,300,300,0,0,734,0,0,0), + (4876,215,0,0,0,-11060.5,-599.711,29.7207,2.04454,300,300,10,0,664,0,0,1), + (4877,909,0,0,0,-11101.4,-535.784,33.2066,5.38818,300,300,0,0,734,0,0,0), + (4878,898,0,0,0,-10956.7,-784.884,63.7371,2.39716,300,300,10,0,787,0,0,1), + (4879,898,0,0,0,-10275.6,-858.081,41.0037,0.066569,300,300,10,0,787,0,0,1), + (4880,787,0,0,0,-10295.3,393.907,15.6853,1.43555,300,300,5,0,684,1039,0,1), + (4881,923,0,0,0,-10890.9,-489.428,49.6485,4.56746,300,300,5,0,617,0,0,1), + (4882,785,0,0,0,-10231.3,378.876,10.4134,5.83618,300,300,5,0,768,756,0,1), + (4883,785,0,0,0,-10281.4,398.006,15.6853,3.55691,300,300,5,0,768,756,0,1), + (4884,785,0,0,0,-10305.3,393.788,15.6853,5.88641,300,300,5,0,768,756,0,1), + (4885,1110,0,0,0,-10280.7,377.227,15.6853,5.96624,300,300,5,0,840,0,0,1), + (4886,785,0,0,0,-10258.9,379.612,10.4134,1.30483,300,300,5,0,768,756,0,1), + (4887,930,0,0,0,-10679.5,37.2484,38.0712,4.42093,300,300,5,0,664,0,0,1), + (4888,785,0,0,0,-10340.3,402.548,16.0422,3.14641,300,300,5,0,768,756,0,1), + (4889,1110,0,0,0,-10321.2,421.358,15.8676,3.84139,300,300,5,0,840,0,0,1), + (4890,930,0,0,0,-10691.2,-94.0919,35.9797,3.18259,300,300,5,0,664,0,0,1), + (4891,930,0,0,0,-10787.6,-173.836,39.6166,4.71629,300,300,5,0,664,0,0,1), + (4892,206,0,0,0,-10949.4,-1151.23,39.372,-0.338592,300,300,0,0,950,0,0,0), + (4893,206,0,0,0,-10929.5,-1121.77,38.1245,-0.159037,300,300,0,0,950,0,0,0), + (4894,930,0,0,0,-10751.2,-172.226,40.3346,2.55793,300,300,5,0,664,0,0,1), + (4895,203,0,0,0,-11078.1,-1276.73,57.8131,2.12899,300,300,5,0,472,1357,0,1), + (4896,217,0,0,0,-10520.4,550.595,26.9447,5.6057,300,300,10,0,449,0,0,1), + (4897,930,0,0,0,-10365.3,1.54427,50.2516,3.89642,300,300,5,0,664,0,0,1), + (4898,570,0,0,0,-10240.2,140.189,2.28257,3.80161,300,300,5,0,896,0,0,1), + (4899,930,0,0,0,-10329.8,-30.0834,44.6032,4.07827,300,300,10,0,664,0,0,1), + (4900,930,0,0,0,-10364.8,-52.8607,45.8238,0.046932,300,300,10,0,664,0,0,1), + (4901,930,0,0,0,-10331.1,-73.0804,42.5125,1.06125,300,300,10,0,664,0,0,1), + (4902,930,0,0,0,-10305.9,-53.0144,42.2362,2.2823,300,300,10,0,664,0,0,1), + (4903,930,0,0,0,-10428,-56.0186,45.5057,1.00068,300,300,10,0,664,0,0,1), + (4904,930,0,0,0,-10480.5,-18.8253,51.3041,1.44428,300,300,10,0,664,0,0,1), + (4905,930,0,0,0,-10555.5,-26.0475,42.0699,4.16393,300,300,5,0,664,0,0,1), + (4906,1270,0,0,0,-10365.9,-1292.14,35.4253,3.55808,300,300,10,0,950,0,0,1), + (4907,930,0,0,0,-10611.5,-79.7923,34.2377,3.13,300,300,10,0,664,0,0,1), + (4908,930,0,0,0,-10607,-12.2057,34.7979,0.584769,300,300,10,0,664,0,0,1), + (4909,930,0,0,0,-10584.6,-46.0735,36.4867,3.09466,300,300,10,0,664,0,0,1), + (4910,930,0,0,0,-10709.7,12.7423,35.8945,-2.79562,300,300,0,0,664,0,0,0), + (4911,1689,0,0,0,-5688.48,-1817.11,400.234,5.93858,180,180,5,0,176,0,0,1), + (4912,3707,1,0,0,-617.395,-4202.4,38.2966,4.86947,300,300,0,0,413,370,0,0), + (4913,898,0,0,0,-10706.1,-855.789,69.5749,0.862329,300,300,5,0,787,0,0,1), + (4914,48,0,0,0,-11044.4,-1256.62,57.1385,5.61546,300,300,5,0,531,0,0,1), + (4915,628,0,0,0,-10824.5,-477.642,42.0204,0.09234,300,300,5,0,664,0,0,1), + (4916,930,0,0,0,-10701.3,-127.67,32.8977,4.54371,300,300,5,0,664,0,0,1), + (4917,930,0,0,0,-10733.9,-11.0453,35.0279,4.69091,300,300,5,0,664,0,0,1), + (4918,930,0,0,0,-10702.1,-41.8802,32.9466,1.63918,300,300,10,0,664,0,0,1), + (4919,565,0,0,0,-10446.1,572.788,26.0642,6.23821,300,300,10,0,494,0,0,1), + (4920,569,0,0,0,-10463.6,556.309,25.3876,2.76886,300,300,10,0,531,0,0,1), + (4921,930,0,0,0,-10705.3,-9.375,33.2124,0,300,300,5,0,664,0,0,1), + (4922,930,0,0,0,-10647.7,-52.8453,31.8996,5.03661,300,300,10,0,664,0,0,1), + (4923,930,0,0,0,-10744.6,-13.4821,34.8323,0.123386,300,300,10,0,664,0,0,1), + (4924,930,0,0,0,-10543.9,-109.268,52.4663,4.98738,300,300,5,0,664,0,0,1), + (4925,930,0,0,0,-10543,-69.5953,41.4502,4.71026,300,300,10,0,664,0,0,1), + (4926,930,0,0,0,-10333.6,-28.8128,45.3986,2.39209,300,300,10,0,664,0,0,1), + (4927,202,0,0,0,-10578.7,352.894,28.4887,4.22402,300,300,5,0,617,0,0,1), + (4928,1116,0,0,0,-5710.72,-1774.1,400.033,2.49333,180,180,5,0,176,0,0,1), + (4929,1116,0,0,0,-5685.41,-1813.34,400.599,3.89437,180,180,5,0,176,0,0,1), + (4930,721,0,0,0,-5509.6,-1828.19,397.227,0.774637,180,180,10,0,1,0,0,1), + (4931,1689,0,0,0,-5843.59,-1791.36,409.097,2.65875,180,180,0,0,176,0,0,0), + (4932,1127,0,0,0,-5879.3,-1765.3,409.368,6.00033,180,180,0,0,137,0,0,0), + (4933,1689,0,0,0,-5891.4,-1688.04,403.992,3.23349,180,180,0,0,176,0,0,0), + (4934,1127,0,0,0,-5900.21,-1679.66,406.606,3.04581,180,180,0,0,137,0,0,0), + (4935,1117,0,0,0,-5906.37,-1925.97,405.007,0.822725,180,180,0,0,176,0,0,0), + (4936,930,0,0,0,-10642.4,-1307.47,44.9301,2.36955,300,300,5,0,664,0,0,1), + (4937,930,0,0,0,-10691,-1337.15,48.4064,4.55944,300,300,10,0,664,0,0,1), + (4938,923,0,0,0,-10840.2,-43.2947,38.9931,2.9816,300,300,10,0,617,0,0,1), + (4939,2110,0,0,0,-10694.4,-1156.17,25.2412,1.9969,300,300,10,0,1,0,0,1), + (4940,620,0,0,0,-10730.6,-1211.44,27.6144,1.63981,300,300,10,0,1,0,0,1), + (4941,531,0,0,0,-10487.3,394.844,36.3066,3.15101,300,300,5,0,664,0,0,1), + (4942,620,0,0,0,-10683.7,-1233.15,28.7227,5.27282,300,300,10,0,1,0,0,1), + (4943,202,0,0,0,-10586,251.443,32.0284,4.01017,300,300,5,0,617,0,0,1), + (4944,531,0,0,0,-10570.2,244.374,29.1534,0.977788,300,300,10,0,664,0,0,1), + (4945,202,0,0,0,-10573.2,231.416,30.7439,6.20913,300,300,10,0,617,0,0,1), + (4946,202,0,0,0,-10564.7,210.794,31.3689,2.90502,300,300,10,0,617,0,0,1), + (4947,930,0,0,0,-10767,-1267.6,35.1489,4.48969,300,300,5,0,664,0,0,1), + (4948,533,0,0,0,-10993.1,-804.993,58.1161,5.27492,300,300,10,0,724,732,0,1), + (4949,898,0,0,0,-10912.1,-818.611,60.0725,0.623199,300,300,5,0,787,0,0,1), + (4950,533,0,0,0,-11019.9,-853.802,61.3711,6.01642,300,300,5,0,724,732,0,1), + (4951,206,0,0,0,-11006.5,-1099.05,42.5339,0.415175,300,300,5,0,950,0,0,1), + (4952,206,0,0,0,-11018.3,-1108.94,40.6974,5.51524,300,300,0,0,950,0,0,0), + (4953,533,0,0,0,-10981.3,-875.705,65.9459,4.67598,300,300,10,0,724,732,0,1), + (4954,533,0,0,0,-10935.9,-901.084,69.83,1.78394,300,300,10,0,724,732,0,1), + (4955,533,0,0,0,-11015.7,-788.964,57.4645,1.7494,300,300,5,0,724,732,0,1), + (4956,898,0,0,0,-10951,-861.631,65.6743,4.52764,300,300,10,0,787,0,0,1), + (4957,205,0,0,0,-10962.5,-910.664,68.7206,1.74937,300,300,10,0,896,0,0,1), + (4958,206,0,0,0,-11003.4,-1085.17,47.6069,1.69806,300,300,5,0,950,0,0,1), + (4959,206,0,0,0,-11027.8,-1104.3,41.481,4.8627,300,300,5,0,950,0,0,1), + (4960,565,0,0,0,-10297.5,535.878,41.8532,5.73908,300,300,10,0,494,0,0,1), + (4961,3,0,0,0,-10404.2,156.617,35.311,5.32335,300,300,10,0,664,0,0,1), + (4962,210,0,0,0,-10308.5,136.767,38.0653,5.60996,300,300,10,0,788,0,0,1), + (4963,3,0,0,0,-10365.4,148.422,35.0639,-0.287933,300,300,10,0,664,0,0,1), + (4964,3,0,0,0,-10336.7,139.678,34.1651,0.297084,300,300,10,0,664,0,0,1), + (4965,948,0,0,0,-10320.2,141.062,39.4904,5.48179,300,300,0,0,734,0,0,0), + (4966,218,0,0,0,-10515.7,434.195,37.9585,2.67561,300,300,3,0,664,0,0,1), + (4967,930,0,0,0,-10450.8,85.6862,39.535,2.065,300,300,5,0,664,0,0,1), + (4968,3,0,0,0,-10422.5,190.394,36.7266,0.666361,300,300,10,0,664,0,0,1), + (4969,202,0,0,0,-10579,440.923,35.3432,6.27377,300,300,5,0,617,0,0,1), + (4970,3,0,0,0,-10420.2,217.386,34.1388,4.9478,300,300,5,0,664,0,0,1), + (4971,218,0,0,0,-10515.9,440.823,37.8335,3.3949,300,300,3,0,664,0,0,1), + (4972,202,0,0,0,-10586.6,391.76,32.0762,4.25658,300,300,10,0,617,0,0,1), + (4973,531,0,0,0,-10445.5,221.74,31.8922,5.20089,300,300,5,0,664,0,0,1), + (4974,202,0,0,0,-10476.2,453.765,35.4776,1.41335,300,300,5,0,617,0,0,1), + (4975,920,0,0,0,-11222.7,-880.728,78.6422,5.59484,300,300,0,0,892,852,0,0), + (4976,604,0,0,0,-10332.4,350.98,58.9094,1.33608,300,300,5,0,840,0,0,1), + (4977,1110,0,0,0,-10345.5,370.055,58.4598,3.08695,300,300,3,0,840,0,0,1), + (4978,948,0,0,0,-10330.2,243.43,34.3995,6.1187,300,300,5,0,734,0,0,1), + (4979,604,0,0,0,-10329.9,193.118,34.241,5.08457,300,300,5,0,840,0,0,1), + (4980,785,0,0,0,-10367.6,462.576,25.0028,5.96354,300,300,5,0,768,756,0,1), + (4981,948,0,0,0,-10399.9,184.445,34.9638,1.94161,300,300,10,0,734,0,0,1), + (4982,787,0,0,0,-10372.2,456.447,24.9963,1.35817,300,300,5,0,684,1039,0,1), + (4983,787,0,0,0,-10370.1,468.445,25.0028,4.36404,300,300,5,0,684,1039,0,1), + (4984,210,0,0,0,-10332.6,214.927,33.1234,4.29405,300,300,5,0,788,0,0,1), + (4985,604,0,0,0,-10347.5,183.668,34.1374,3.24969,300,300,5,0,840,0,0,1), + (4986,570,0,0,0,-10365.4,133.559,1.66079,2.46732,300,300,5,0,896,0,0,1), + (4987,570,0,0,0,-10333.7,107.874,1.62558,3.73896,300,300,5,0,896,0,0,1), + (4988,3,0,0,0,-10303.8,238.125,34.7333,5.58743,300,300,5,0,664,0,0,1), + (4989,570,0,0,0,-10240,173.806,0.352823,3.73597,300,300,5,0,896,0,0,1), + (4990,210,0,0,0,-10392.4,176.114,35.1059,3.6222,300,300,5,0,788,0,0,1), + (4991,787,0,0,0,-10396.1,383.551,46.9751,2.58682,300,300,3,0,684,1039,0,1), + (4992,570,0,0,0,-10253.1,160.311,0.046589,2.81827,300,300,5,0,896,0,0,1), + (4993,202,0,0,0,-10565.2,356.918,30.8036,3.53443,300,300,5,0,617,0,0,1), + (4994,1127,0,0,0,-5890.96,-1874.8,403.664,1.53611,180,180,0,0,137,0,0,0), + (4995,1689,0,0,0,-5874.38,-1888.08,406.999,2.37277,180,180,0,0,176,0,0,0), + (4996,1117,0,0,0,-5857.03,-1949.11,407.885,5.67617,180,180,0,0,176,0,0,0), + (4997,1116,0,0,0,-5806.34,-1928.8,406.335,2.54585,180,180,5,0,176,0,0,1), + (4998,6123,0,0,0,-5877.57,-1988.23,401.366,4.97435,180,180,0,0,176,0,0,0), + (4999,6123,0,0,0,-5921.7,-1979.57,405.96,3.1506,180,180,0,0,176,0,0,0), + (5000,928,0,0,0,-8577,881.698,106.519,5.433,490,490,0,0,3139,2620,0,0), + (5001,948,0,0,0,-10392.3,250.202,33.2436,4.26592,300,300,10,0,734,0,0,1), + (5002,787,0,0,0,-10422,373.936,44.4667,3.12417,300,300,5,0,684,1039,0,1), + (5003,3,0,0,0,-10406,247.344,35.0885,1.64502,300,300,10,0,664,0,0,1), + (5004,3,0,0,0,-10381.9,234.047,33.0843,0.593242,300,300,10,0,664,0,0,1), + (5005,210,0,0,0,-10306.8,206.455,34.2484,5.13774,300,300,5,0,788,0,0,1), + (5006,217,0,0,0,-10091.6,-294.985,32.3655,1.50628,300,300,5,0,449,0,0,1), + (5007,217,0,0,0,-10038.9,-452.525,41.3584,1.67785,300,300,10,0,449,0,0,1), + (5008,48,0,0,0,-11016.3,-1243.26,59.9663,3.5616,300,300,5,0,531,0,0,1), + (5009,898,0,0,0,-10177.6,-746.247,42.7684,0.072028,300,300,5,0,787,0,0,1), + (5010,315,0,0,0,-10368,-1254.99,35.9218,6.23491,300,300,0,0,1586,0,0,0), + (5011,205,0,0,0,-10963,-983.72,71.1192,3.79366,300,300,10,0,896,0,0,1), + (5012,205,0,0,0,-10976.8,-925.846,68.4887,3.96528,300,300,0,0,896,0,0,0), + (5013,215,0,0,0,-11066.1,-539.748,32.9981,2.29442,300,300,5,0,664,0,0,1), + (5014,215,0,0,0,-11099.7,-573.034,31.9702,1.83772,300,300,5,0,664,0,0,1), + (5015,574,0,0,0,-10573,-1498.31,91.4737,4.14558,3600,3600,0,0,840,0,0,0), + (5016,923,0,0,0,-10954.4,237.452,28.7835,3.4326,300,300,10,0,617,0,0,1), + (5017,920,0,0,0,-11137.8,-1154.13,42.9113,0.100879,300,300,3,0,892,852,0,1), + (5018,920,0,0,0,-11103.3,-1151.91,41.9221,3.87621,300,300,0,0,892,852,0,0), + (5019,920,0,0,0,-11149.3,-1166.35,43.9705,2.67035,300,300,3,0,892,852,0,1), + (5020,920,0,0,0,-11133.2,-1167.76,43.0021,3.8951,300,300,3,0,892,852,0,1), + (5021,206,0,0,0,-11014.3,-1135.9,38.7108,5.49411,300,300,5,0,950,0,0,1), + (5022,206,0,0,0,-11061.5,-1111.64,38.9699,3.00651,300,300,5,0,950,0,0,1), + (5023,206,0,0,0,-10974.8,-1157.47,39.2097,-1.58065,300,300,0,0,950,0,0,0), + (5024,206,0,0,0,-10969.1,-1122.76,40.1916,6.17789,300,300,0,0,950,0,0,0), + (5025,909,0,0,0,-11001.5,188.105,28.6022,5.97321,300,300,5,0,734,0,0,1), + (5026,910,0,0,0,-11011.8,194.711,27.9932,6.12611,300,300,0,0,628,1707,0,0), + (5027,909,0,0,0,-11014.5,184.263,28.8046,1.98493,300,300,0,0,734,0,0,0), + (5028,891,0,0,0,-11070.7,-145.736,30.9177,3.6559,300,300,5,0,628,1707,0,1), + (5029,889,0,0,0,-10985.7,-212.068,15.2536,2.82926,300,300,5,0,734,0,0,1), + (5030,889,0,0,0,-11012.3,-256.614,15.5519,5.96824,300,300,5,0,734,0,0,1), + (5031,2110,0,0,0,-10804.9,310.986,31.3445,1.07723,300,300,10,0,1,0,0,1), + (5032,923,0,0,0,-10991.5,-325.699,38.7653,5.33903,300,300,5,0,617,0,0,1), + (5033,889,0,0,0,-10985.4,-258.918,19.8074,1.51606,300,300,5,0,734,0,0,1), + (5034,930,0,0,0,-10780.5,-102.105,34.702,2.12624,300,300,10,0,664,0,0,1), + (5035,930,0,0,0,-10764.2,-115.579,36.5147,4.64658,300,300,10,0,664,0,0,1), + (5036,949,0,0,0,-10549.4,253.538,30.8608,1.88266,300,300,10,0,734,0,0,1), + (5037,503,0,0,0,-10206.1,262.436,0.831001,0.592555,3600,3600,0,0,935,878,0,0), + (5038,531,0,0,0,-10508.7,191.16,31.5408,2.28473,300,300,10,0,664,0,0,1), + (5039,531,0,0,0,-10491.4,228.798,32.7765,2.19511,300,300,5,0,664,0,0,1), + (5040,531,0,0,0,-10499,214.294,32.6515,1.45477,300,300,10,0,664,0,0,1), + (5041,531,0,0,0,-10484.3,203.061,31.2289,5.80514,300,300,10,0,664,0,0,1), + (5042,202,0,0,0,-10495.8,180.254,33.7712,1.94442,300,300,10,0,617,0,0,1), + (5043,202,0,0,0,-10470.4,169.724,34.5176,5.08523,300,300,10,0,617,0,0,1), + (5044,3,0,0,0,-10419.2,148.395,35.7197,4.56723,300,300,10,0,664,0,0,1), + (5045,539,0,0,0,-10108.3,-250.434,31.1385,4.35293,300,300,5,0,417,0,0,1), + (5046,891,0,0,0,-10988.4,-112.422,14.5611,2.13591,300,300,10,0,628,1707,0,1), + (5047,892,0,0,0,-10944.4,-77.8397,13.8789,0.447945,300,300,5,0,840,0,0,1), + (5048,891,0,0,0,-10993.1,-145.853,16.2234,3.01657,300,300,5,0,628,1707,0,1), + (5049,1110,0,0,0,-10320.8,368.276,60.5037,2.5315,300,300,0,0,840,0,0,0), + (5050,889,0,0,0,-11012.6,-179.322,13.8217,1.27316,300,300,10,0,734,0,0,1), + (5051,889,0,0,0,-11022.9,-205.552,15.2931,1.47041,300,300,10,0,734,0,0,1), + (5052,1110,0,0,0,-10317.1,364.18,65.2557,1.26683,300,300,0,0,840,0,0,0), + (5053,889,0,0,0,-11064.1,-211.042,19.9969,1.01724,300,300,5,0,734,0,0,1), + (5054,892,0,0,0,-11066.5,-233.316,16.7171,0,300,300,0,0,840,0,0,0), + (5055,891,0,0,0,-11048.8,-246.148,13.9929,2.83169,300,300,10,0,628,1707,0,1), + (5056,1200,0,0,0,-10317.9,376.991,65.3527,4.46804,240,240,0,0,3609,3543,0,0), + (5057,891,0,0,0,-11057.8,-227.837,17.2469,4.42751,300,300,10,0,628,1707,0,1), + (5058,892,0,0,0,-11020.6,-154.027,15.0527,3.70034,300,300,10,0,840,0,0,1), + (5059,891,0,0,0,-11069.7,-257.207,14.6019,3.69169,300,300,10,0,628,1707,0,1), + (5060,889,0,0,0,-11084.1,-228.687,25.3826,4.36222,300,300,5,0,734,0,0,1), + (5061,891,0,0,0,-11013.8,-108.009,15.7022,1.23569,300,300,10,0,628,1707,0,1), + (5062,212,0,0,0,-11145,-119.826,7.47809,5.30858,300,300,5,0,950,0,0,1), + (5063,1251,0,0,0,-11109.4,-152.087,12.5732,1.42139,300,300,0,0,702,1977,0,0), + (5064,212,0,0,0,-11135.5,-159.121,10.7201,6.15399,300,300,5,0,950,0,0,1), + (5065,1251,0,0,0,-11151,-186.644,13.8223,0.767945,300,300,0,0,702,1977,0,0), + (5066,300,0,0,0,-11224.8,-160.547,5.96393,0.486025,300,300,0,0,1050,0,0,0), + (5067,1487,0,0,0,-11171.4,-196.489,9.3029,2.05094,300,300,3,0,1050,0,0,1), + (5068,212,0,0,0,-11156.9,-154.141,9.68523,1.51752,300,300,5,0,950,0,0,1), + (5069,1251,0,0,0,-11199.8,-167.271,5.09337,0.140647,300,300,5,0,702,1977,0,1), + (5070,1487,0,0,0,-11179.5,-112.851,7.75238,6.02483,300,300,5,0,1050,0,0,1), + (5071,1487,0,0,0,-11234.5,-186.625,5.07986,2.69294,300,300,5,0,1050,0,0,1), + (5072,1251,0,0,0,-11231.4,-174.899,4.37882,5.31227,300,300,5,0,702,1977,0,1), + (5073,212,0,0,0,-11099.8,-86.0551,17.5726,0.459474,300,300,0,0,950,0,0,0), + (5074,212,0,0,0,-11070.4,-59.9084,14.7844,5.53269,300,300,0,0,950,0,0,0), + (5075,212,0,0,0,-11085.1,-75.8083,16.2433,2.96558,300,300,5,0,950,0,0,1), + (5076,212,0,0,0,-11078.4,-103.067,15.8003,0.712599,300,300,5,0,950,0,0,1), + (5077,1251,0,0,0,-11011.3,-82.7747,14.5138,5.75774,300,300,10,0,702,1977,0,1), + (5078,1251,0,0,0,-11047.5,-83.6758,15.0617,0.061161,300,300,10,0,702,1977,0,1), + (5079,212,0,0,0,-10996.6,-54.7006,15.5076,2.26134,300,300,0,0,950,0,0,0), + (5080,212,0,0,0,-10981.6,-40.6744,14.9899,4.79965,300,300,0,0,950,0,0,0), + (5081,212,0,0,0,-10959.7,-37.173,13.5567,3.44058,300,300,5,0,950,0,0,1), + (5082,892,0,0,0,-10985.5,-80.2888,14.8933,1.63707,300,300,10,0,840,0,0,1), + (5083,212,0,0,0,-10968.8,-54.5537,14.1747,2.94287,300,300,10,0,950,0,0,1), + (5084,218,0,0,0,-10518.2,439.154,37.7085,0.521587,300,300,3,0,664,0,0,1), + (5085,949,0,0,0,-10420.7,265.17,36.6561,3.23154,300,300,10,0,734,0,0,1), + (5086,522,0,0,0,-10389,383.148,46.9751,6.15685,600,600,0,0,3660,0,0,2), + (5087,949,0,0,0,-10474.6,322.601,35.1706,1.16392,300,300,5,0,734,0,0,1), + (5088,787,0,0,0,-10445.1,429.635,43.1775,4.51323,300,300,10,0,684,1039,0,1), + (5089,787,0,0,0,-10455.4,404.736,42.3885,5.38993,300,300,5,0,684,1039,0,1), + (5090,787,0,0,0,-10444.2,378.12,44.1067,5.88163,300,300,5,0,684,1039,0,1), + (5091,1110,0,0,0,-10410.5,391.236,46.7028,0.373052,300,300,5,0,840,0,0,1), + (5092,949,0,0,0,-10429.4,375.514,43.9533,4.69091,300,300,5,0,734,0,0,1), + (5093,1110,0,0,0,-10380,424.26,29.0795,1.70369,300,300,5,0,840,0,0,1), + (5094,785,0,0,0,-10285.7,389.611,15.6853,6.04304,300,300,5,0,768,756,0,1), + (5095,785,0,0,0,-10387.7,399.898,29.0795,4.6725,300,300,5,0,768,756,0,1), + (5096,1110,0,0,0,-10332.7,362.263,60.5037,0.912559,300,300,0,0,840,0,0,0), + (5097,213,0,0,0,-10070.2,-218.419,29.4523,0.572277,300,300,5,0,449,0,0,1), + (5098,213,0,0,0,-10104.9,-158.168,28.7928,4.84159,300,300,5,0,449,0,0,1), + (5099,213,0,0,0,-10158.1,-128.633,30.2879,5.57795,300,300,5,0,449,0,0,1), + (5100,539,0,0,0,-10159.5,-83.5617,28.3063,1.51126,300,300,10,0,417,0,0,1), + (5101,785,0,0,0,-10392.7,378.706,24.3922,5.58852,300,300,5,0,768,756,0,1), + (5102,1110,0,0,0,-10368.4,445.35,24.8339,4.46606,300,300,5,0,840,0,0,1), + (5103,1110,0,0,0,-10422.3,418.311,46.8479,1.49568,300,300,3,0,840,0,0,1), + (5104,1117,0,0,0,-5874.96,-1991.99,401.241,4.14338,180,180,0,0,176,0,0,0), + (5105,6123,0,0,0,-5924.28,-2009.03,409.357,1.97575,180,180,0,0,176,0,0,0), + (5106,6123,0,0,0,-5908.14,-2040.67,406.734,2.98672,180,180,0,0,176,0,0,0), + (5107,6123,0,0,0,-5889.97,-2007.89,405.741,1.76911,180,180,0,0,176,0,0,0), + (5108,6123,0,0,0,-5915.86,-2029.11,408.249,1.56111,180,180,0,0,176,0,0,0), + (5109,6123,0,0,0,-5924.42,-2037.06,408.249,0.273043,180,180,0,0,176,0,0,0), + (5110,6124,0,0,0,-5920.45,-2034.19,400.833,3.29867,180,180,0,0,222,0,0,0), + (5111,6123,0,0,0,-5886.01,-2049.35,402.962,4.38014,180,180,0,0,176,0,0,0), + (5112,6123,0,0,0,-5824.98,-2010.75,401.934,3.59274,180,180,5,0,176,0,0,1), + (5113,6123,0,0,0,-5862.38,-2012.77,401.199,3.22863,180,180,0,0,176,0,0,0), + (5114,1116,0,0,0,-5840.43,-2002.62,401.355,3.57828,180,180,0,0,176,0,0,0), + (5115,1116,0,0,0,-5790.92,-2000.73,401.487,3.71864,180,180,5,0,176,0,0,1), + (5116,1117,0,0,0,-5812.91,-2039.52,400.784,0.549287,180,180,5,0,176,0,0,1), + (5117,213,0,0,0,-10093.6,-133.702,27.2564,1.55127,300,300,5,0,449,0,0,1), + (5118,213,0,0,0,-10104.5,-119.622,25.8666,5.56968,300,300,5,0,449,0,0,1), + (5119,213,0,0,0,-10062.4,-185.204,27.1409,3.23698,300,300,5,0,449,0,0,1), + (5120,1110,0,0,0,-10427.1,397.733,45.7883,3.40219,300,300,3,0,840,0,0,1), + (5121,1110,0,0,0,-10406.3,422.916,47.5979,6.01205,300,300,3,0,840,0,0,1), + (5122,1110,0,0,0,-10401.1,407.209,46.9729,4.56552,300,300,3,0,840,0,0,1), + (5123,213,0,0,0,-10226.7,47.141,37.0137,0.472381,300,300,10,0,449,0,0,1), + (5124,565,0,0,0,-10251,397.549,56.2163,4.59893,300,300,0,0,494,0,0,0), + (5125,604,0,0,0,-10340.2,407.272,59.7126,0.279848,300,300,5,0,840,0,0,1), + (5126,771,0,0,0,-10398.8,347.001,24.4756,1.22173,3600,3600,0,0,1163,0,0,0), + (5127,604,0,0,0,-10304.5,378.958,59.8041,6.02095,300,300,3,0,840,0,0,1), + (5128,604,0,0,0,-10330.9,389.415,59.8041,3.1301,300,300,5,0,840,0,0,1), + (5129,565,0,0,0,-10237.7,286.451,38.2243,2.51998,300,300,5,0,494,0,0,1), + (5130,1110,0,0,0,-10304.6,354.795,59.7844,5.1986,300,300,3,0,840,0,0,1), + (5131,213,0,0,0,-10060.9,-247.356,30.1511,5.8475,300,300,5,0,449,0,0,1), + (5132,213,0,0,0,-10177,9.97424,26.52,5.37193,300,300,10,0,449,0,0,1), + (5133,213,0,0,0,-10205.4,-19.1645,29.2565,5.7478,300,300,10,0,449,0,0,1), + (5134,217,0,0,0,-10195.1,-27.7171,28.049,1.00826,300,300,10,0,449,0,0,1), + (5135,217,0,0,0,-10208.3,324.36,34.074,1.67811,300,300,5,0,449,0,0,1), + (5136,539,0,0,0,-10213.8,56.0146,32.5514,0.318916,300,300,10,0,417,0,0,1), + (5137,1110,0,0,0,-10384.8,359.584,48.4142,6.18741,300,300,5,0,840,0,0,1), + (5138,1110,0,0,0,-10436.4,316.283,40.5813,5.53092,300,300,5,0,840,0,0,1), + (5139,202,0,0,0,-10548.8,444.955,37.6471,4.91781,300,300,5,0,617,0,0,1), + (5140,531,0,0,0,-10551.5,420.895,36.6954,3.06307,300,300,10,0,664,0,0,1), + (5141,565,0,0,0,-10113.7,-249.476,31.1844,0.123386,300,300,5,0,494,0,0,1), + (5142,213,0,0,0,-10155.4,-18.5079,26.8007,0.15708,300,300,10,0,449,0,0,1), + (5143,213,0,0,0,-10083,-352.729,33.7705,5.20058,300,300,5,0,449,0,0,1), + (5144,565,0,0,0,-10179.5,-182.807,31.9188,0.295379,300,300,5,0,494,0,0,1), + (5145,213,0,0,0,-10052.5,-313.025,29.5993,2.33982,300,300,5,0,449,0,0,1), + (5146,213,0,0,0,-10085.4,-280.654,31.3857,2.25389,300,300,5,0,449,0,0,1), + (5147,565,0,0,0,-10184.9,-113.709,28.6633,1.14585,300,300,10,0,494,0,0,1), + (5148,213,0,0,0,-10157.3,-74.9967,28.1575,2.15012,300,300,10,0,449,0,0,1), + (5149,565,0,0,0,-10245,-61.3525,38.8538,6.11643,300,300,10,0,494,0,0,1), + (5150,565,0,0,0,-10254.5,152.618,33.0951,2.62509,300,300,5,0,494,0,0,1), + (5151,213,0,0,0,-10049.9,-381.846,30.2087,2.69978,300,300,10,0,449,0,0,1), + (5152,213,0,0,0,-10123.8,-41.6284,25.167,1.36705,300,300,5,0,449,0,0,1), + (5153,565,0,0,0,-10145.5,-219.234,31.8486,0.041476,300,300,5,0,494,0,0,1), + (5154,565,0,0,0,-10222.8,-85.6472,35.2971,3.15526,300,300,10,0,494,0,0,1), + (5155,213,0,0,0,-10198.1,-72.7319,33.7524,4.92761,300,300,5,0,449,0,0,1), + (5156,569,0,0,0,-10471.6,535.221,30.3523,1.4416,300,300,10,0,531,0,0,1), + (5157,217,0,0,0,-10400.2,543.96,31.5288,5.80207,300,300,5,0,449,0,0,1), + (5158,217,0,0,0,-10436.9,583.493,29.0051,6.22259,300,300,10,0,449,0,0,1), + (5159,217,0,0,0,-10544.7,506.567,30.7313,2.46691,300,300,5,0,449,0,0,1), + (5160,531,0,0,0,-10565.1,401.82,31.357,0.488432,300,300,10,0,664,0,0,1), + (5161,620,0,0,0,-10513.2,-1269.27,41.0241,3.36179,300,300,10,0,1,0,0,1), + (5162,202,0,0,0,-10781.3,-1310.42,37.322,5.3532,300,300,5,0,617,0,0,1), + (5163,202,0,0,0,-10536.4,393.403,31.3655,5.30163,300,300,10,0,617,0,0,1), + (5164,202,0,0,0,-10805.4,-1330.33,36.697,1.61326,300,300,10,0,617,0,0,1), + (5165,6123,0,0,0,-5847.49,-2046.01,402.308,3.64774,180,180,5,0,176,0,0,1), + (5166,1117,0,0,0,-5833.32,-2046.28,401.926,4.75081,180,180,5,0,176,0,0,1), + (5167,7031,0,0,0,-7778.47,-2511.29,140.192,2.25944,500,500,5,0,2521,0,0,1), + (5168,531,0,0,0,-10564.5,379.374,32.4905,2.16368,300,300,10,0,664,0,0,1), + (5169,957,0,0,0,-8425,608.796,95.209,3.131,310,310,0,0,1605,0,0,0), + (5170,1689,0,0,0,-5774.89,-1924.9,402.554,2.15176,180,180,0,0,176,0,0,0), + (5171,6123,0,0,0,-5845.53,-1985.89,401.241,5.98154,180,180,0,0,176,0,0,0), + (5172,898,0,0,0,-10211.4,-772.044,45.3547,0.639475,300,300,5,0,787,0,0,1), + (5173,1116,0,0,0,-5772.22,-1923.75,402.385,2.00648,180,180,0,0,176,0,0,0), + (5174,898,0,0,0,-10261.5,-820.327,43.8461,3.40264,300,300,10,0,787,0,0,1), + (5175,949,0,0,0,-10502.9,343.599,31.8454,3.57472,300,300,5,0,734,0,0,1), + (5176,531,0,0,0,-10472.6,427.357,38.8509,0.966476,300,300,10,0,664,0,0,1), + (5177,923,0,0,0,-10271.3,-1042.27,44.1629,2.69541,300,300,3,0,617,0,0,1), + (5178,202,0,0,0,-10489.4,259.269,30.3502,6.12297,300,300,5,0,617,0,0,1), + (5179,217,0,0,0,-10049.1,-853.868,33.3224,0.502578,300,300,10,0,449,0,0,1), + (5180,569,0,0,0,-10082.7,-538.816,51.8756,1.82618,300,300,5,0,531,0,0,1), + (5181,569,0,0,0,-10063.7,-553.04,52.3783,2.01661,300,300,10,0,531,0,0,1), + (5182,539,0,0,0,-10058.6,-1112.93,29.1197,2.67544,300,300,10,0,417,0,0,1), + (5183,569,0,0,0,-10125.8,-1204.35,27.793,2.98062,300,300,10,0,531,0,0,1), + (5184,569,0,0,0,-10084.6,-681.302,38.3835,3.57979,300,300,10,0,531,0,0,1), + (5185,569,0,0,0,-10110.8,-784.759,36.2408,6.07468,300,300,10,0,531,0,0,1), + (5186,569,0,0,0,-10095.3,-735.155,35.4259,2.18424,300,300,5,0,531,0,0,1), + (5187,217,0,0,0,-10021.4,-577.22,43.4487,0.019529,300,300,10,0,449,0,0,1), + (5188,620,0,0,0,-10672.2,-1153.13,25.833,1.41593,300,300,10,0,1,0,0,1), + (5189,1258,0,0,0,-10404.8,-1043.11,51.784,3.58341,300,300,5,0,734,0,0,1), + (5190,898,0,0,0,-10447.8,-950.81,47.125,0.636352,300,300,10,0,787,0,0,1), + (5191,2110,0,0,0,-10657.9,-1020.38,70.3454,3.43845,300,300,5,0,1,0,0,1), + (5192,213,0,0,0,-10129.5,388.368,28.8356,3.32214,300,300,5,0,449,0,0,1), + (5193,213,0,0,0,-10248.2,541.088,28.4343,2.06936,300,300,5,0,449,0,0,1), + (5194,565,0,0,0,-10171.8,322.592,29.0844,1.45889,300,300,10,0,494,0,0,1), + (5195,205,0,0,0,-10523.8,-956.97,44.9973,3.14469,300,300,10,0,896,0,0,1), + (5196,898,0,0,0,-10621.6,-755.048,55.346,3.256,300,300,10,0,787,0,0,1), + (5197,205,0,0,0,-10542.1,-991.466,52.6867,5.68617,300,300,5,0,896,0,0,1), + (5198,898,0,0,0,-10487.9,-973.03,44.707,4.73886,300,300,5,0,787,0,0,1), + (5199,898,0,0,0,-10683.3,-761.458,65.1996,3.78582,300,300,5,0,787,0,0,1), + (5200,7031,0,0,0,-8381.24,-2465.65,131.506,0.083221,500,500,5,0,2521,0,0,1), + (5201,7031,0,0,0,-7760.74,-2587.51,140.233,1.14656,500,500,5,0,2521,0,0,1), + (5202,9777,0,0,0,-8015.73,-2565,155.861,0.418648,500,500,5,0,917,0,0,1), + (5203,9777,0,0,0,-8027.25,-2536.48,143.751,0.949596,500,500,5,0,917,0,0,1), + (5204,9776,0,0,0,-8023.2,-2556.16,150.752,3.19438,500,500,5,0,917,0,0,1), + (5205,9776,0,0,0,-8035.7,-2543.18,141.609,0.954237,500,500,5,0,917,0,0,1), + (5206,9776,0,0,0,-8027.27,-2552.17,148.251,4.89327,500,500,5,0,917,0,0,1), + (5207,9697,0,0,0,-8192.04,-959.251,133.944,6.19774,500,500,5,0,3529,0,0,1), + (5208,9698,0,0,0,-8220.08,-1015.91,145.968,1.22371,500,500,10,0,3644,0,0,1), + (5209,9698,0,0,0,-8116.12,-1123.55,133.461,3.15526,500,500,10,0,3644,0,0,1), + (5210,9698,0,0,0,-8114.62,-1216.12,136.202,5.48709,500,500,10,0,3644,0,0,1), + (5211,7049,0,0,0,-8408.87,-950.523,204.492,6.04058,500,500,10,0,2823,2117,0,1), + (5212,7049,0,0,0,-8180.5,-920.335,133.597,4.32515,500,500,10,0,2823,2117,0,1), + (5213,9698,0,0,0,-8110.97,-1224.27,133.148,5.22902,500,500,10,0,3644,0,0,1), + (5214,9044,0,0,0,-7652.35,-1221.21,287.671,5.63741,500,500,0,0,7359,0,0,0), + (5215,9044,0,0,0,-7655.13,-1227,287.74,5.96903,500,500,0,0,7359,0,0,0), + (5216,9043,0,0,0,-7549,-1303.84,250.251,0.662354,500,500,5,0,7359,0,0,1), + (5217,9043,0,0,0,-7572.95,-1303.86,245.537,4.26253,500,500,5,0,7359,0,0,1), + (5218,9044,0,0,0,-7584.25,-1241.37,284.846,5.16617,500,500,0,0,7359,0,0,0), + (5219,9044,0,0,0,-7585.46,-1284.79,245.394,2.77507,500,500,0,0,7359,0,0,0), + (5220,8917,0,0,0,-7369.12,-1058.19,178.819,3.80482,500,500,0,0,2003,1845,0,0), + (5221,8917,0,0,0,-7460.21,-881.148,172.428,1.15192,500,500,0,0,2003,1845,0,0), + (5222,8917,0,0,0,-7352.28,-1045.89,180.045,4.93928,500,500,0,0,2003,1845,0,0), + (5223,8917,0,0,0,-7433.47,-1049.26,177.515,5.37561,500,500,0,0,2003,1845,0,0), + (5224,8917,0,0,0,-7456.12,-925.061,171.324,5.02655,500,500,0,0,2003,1845,0,0), + (5225,8917,0,0,0,-7435.09,-869.561,176.155,2.51327,500,500,0,0,2003,1845,0,0), + (5226,8917,0,0,0,-7324.45,-1009.39,178.002,1.67552,500,500,0,0,2003,1845,0,0), + (5227,8917,0,0,0,-7411.07,-863.725,173.036,2.19912,500,500,0,0,2003,1845,0,0), + (5228,8917,0,0,0,-7385,-902.755,168.498,1.15192,500,500,0,0,2003,1845,0,0), + (5229,8917,0,0,0,-7382.35,-868.261,179.248,5.89921,500,500,0,0,2003,1845,0,0), + (5240,7041,0,0,0,-8239.67,-2531.44,139.964,0.779789,500,500,0,0,5151,9530,0,0), + (5241,7040,0,0,0,-7589.57,-2714.5,134.192,4.0518,500,500,10,0,7113,0,0,1), + (5242,7040,0,0,0,-8230.74,-1935.12,144.33,3.08858,500,500,5,0,7113,0,0,1), + (5243,7040,0,0,0,-7807.91,-2821.16,133.564,5.96722,500,500,5,0,7113,0,0,1), + (5244,7041,0,0,0,-8251.27,-2513.37,140.918,3.75354,500,500,5,0,5151,9530,0,1), + (5245,7040,0,0,0,-7760.19,-2916.65,131.693,3.05313,500,500,10,0,7113,0,0,1), + (5246,7042,0,0,0,-7983.66,-857.367,133.268,6.11258,500,500,10,0,8097,0,0,1), + (5247,7042,0,0,0,-8421.2,-1256.81,211.804,0.356943,500,500,5,0,8097,0,0,1), + (5248,7043,0,0,0,-8214.13,-1214.54,142.682,3.02715,500,500,5,0,5847,5340,0,1), + (5249,7042,0,0,0,-8329.02,-1230.99,188.097,0.122173,500,500,0,0,8097,0,0,0), + (5250,7043,0,0,0,-8257.26,-1146.35,146.409,3.57823,500,500,5,0,5847,5340,0,1), + (5251,7042,0,0,0,-7980.95,-1282.44,133.456,5.47537,500,500,5,0,8097,0,0,1), + (5252,9699,0,0,0,-8193.46,-768.238,125.792,2.81382,500,500,5,0,1,0,0,1), + (5253,9700,0,0,0,-7577.89,-1417.89,166.185,4.36282,500,500,5,0,1,0,0,1), + (5254,9700,0,0,0,-8402.36,-2473.42,131.462,2.88983,500,500,5,0,1,0,0,1), + (5255,9700,0,0,0,-7613.47,-1393.54,139.782,6.2548,500,500,5,0,1,0,0,1), + (5256,9700,0,0,0,-8253.52,-1861.73,143.751,2.45883,500,500,5,0,1,0,0,1), + (5257,9700,0,0,0,-7906.26,-954.648,124.153,2.01877,500,500,5,0,1,0,0,1), + (5258,9700,0,0,0,-7702.3,-2635.78,140.147,4.39867,500,500,5,0,1,0,0,1), + (5259,9699,0,0,0,-8164.83,-1649.51,138.48,4.27234,500,500,5,0,1,0,0,1), + (5260,9700,0,0,0,-7579.82,-840.943,174.28,5.6802,500,500,5,0,1,0,0,1), + (5261,9700,0,0,0,-8228.08,-2327.05,148.543,3.15878,500,500,5,0,1,0,0,1), + (5262,2719,0,0,0,-7392.65,-2241.63,235.011,3.41283,500,500,5,0,2138,0,0,1), + (5263,7039,0,0,0,-7694.34,-1921.38,135.914,5.11138,500,500,5,0,3189,0,0,1), + (5264,7037,0,0,0,-7842.03,-2181.88,133.439,4.911,500,500,5,0,3217,0,0,1), + (5265,7036,0,0,0,-7751.8,-1889.23,133.564,0.339795,500,500,5,0,3180,0,0,1), + (5266,7039,0,0,0,-7770.07,-2006.65,134.175,4.71044,500,500,5,0,3189,0,0,1), + (5267,7039,0,0,0,-7715.49,-2049.14,133.439,3.07481,500,500,5,0,3189,0,0,2), + (5268,7039,0,0,0,-7778.58,-1974.06,135.969,4.01965,500,500,5,0,3189,0,0,1), + (5269,7039,0,0,0,-7821.92,-1898.25,135.187,4.90489,500,500,5,0,3189,0,0,1), + (5270,7037,0,0,0,-7893.7,-2206.82,133.507,0.129818,500,500,5,0,3217,0,0,1), + (5271,7033,0,0,0,-7913.66,-2529.05,128.703,5.91255,500,500,3,0,3322,0,0,1), + (5272,7034,0,0,0,-7743.11,-2680.16,173.983,1.28907,500,500,5,0,2751,1864,0,1), + (5273,7033,0,0,0,-7901.92,-2607.4,176.386,0.94323,500,500,2,0,3322,0,0,1), + (5274,7034,0,0,0,-7880.87,-2591.19,175.665,0.651014,500,500,5,0,2751,1864,0,1), + (5275,7035,0,0,0,-7867.1,-2626.27,172.87,0.739954,500,500,2,0,3556,0,0,1), + (5276,7035,0,0,0,-7973.79,-2620.53,174.869,4.48588,500,500,5,0,3556,0,0,1), + (5277,7035,0,0,0,-7916.41,-2756.47,157.527,6.05672,500,500,5,0,3556,0,0,1), + (5278,7033,0,0,0,-8014.41,-2494.37,134.819,3.08623,500,500,5,0,3322,0,0,1), + (5279,7034,0,0,0,-7831.32,-2625.75,121.743,6.01546,500,500,3,0,2751,1864,0,1), + (5280,7033,0,0,0,-7974.79,-2475.78,135.254,2.27782,500,500,5,0,3322,0,0,1), + (5281,7026,0,0,0,-8085.09,-1885.29,134.092,1.22173,500,500,5,0,2471,5013,0,1), + (5282,7025,0,0,0,-8124.89,-1506.49,133.263,4.20624,500,500,0,0,3529,0,0,0), + (5283,7027,0,0,0,-8084.57,-1886.15,182.641,0.523599,500,500,0,0,3644,0,0,0), + (5284,7025,0,0,0,-8098.66,-1509.88,133.178,0.488692,500,500,0,0,3529,0,0,0), + (5285,7026,0,0,0,-8228.58,-1744.55,148.666,2.98451,500,500,0,0,2471,5013,0,0), + (5286,7055,0,0,0,-8156.33,-1693.23,136.154,4.72984,500,500,0,0,3293,0,0,0), + (5287,9691,0,0,0,-8154.94,-2799.23,135.872,3.88688,500,500,10,0,3082,0,0,1), + (5288,9691,0,0,0,-7474.67,-2748.45,180.646,3.4348,500,500,5,0,3082,0,0,1), + (5289,7047,0,0,0,-7612.6,-2853.61,133.9,6.26952,500,500,10,0,2384,1864,0,1), + (5290,7047,0,0,0,-7684.17,-2838.58,133.918,2.83616,500,500,10,0,2384,1864,0,1), + (5291,7047,0,0,0,-7682.49,-2949.51,132.367,3.40658,500,500,10,0,2384,1864,0,1), + (5292,9691,0,0,0,-7918.47,-2869.78,134.56,1.4416,500,500,10,0,3082,0,0,1), + (5293,7048,0,0,0,-8251.44,-1374.19,160.368,3.75776,500,500,10,0,2232,4765,0,1), + (5294,7048,0,0,0,-7581.13,-2387.28,140.692,1.96799,500,500,10,0,2232,4765,0,1), + (5295,7048,0,0,0,-8113.26,-1280.81,133.636,3.75183,500,500,10,0,2232,4765,0,1), + (5296,9695,0,0,0,-7557.34,-2491.62,136.5,1.58018,500,500,5,0,3292,0,0,1), + (5297,9695,0,0,0,-7551.35,-1942.55,184.763,1.45323,500,500,5,0,3292,0,0,1), + (5298,7048,0,0,0,-7568.08,-2562.76,135.583,6.17162,500,500,10,0,2232,4765,0,1), + (5299,7048,0,0,0,-7984,-1465.4,134.545,5.95088,500,500,5,0,2232,4765,0,1), + (5300,9694,0,0,0,-8199.68,-2068.04,146.506,0.475011,500,500,5,0,3188,0,0,1), + (5301,7048,0,0,0,-7539.65,-1809.49,231.164,4.9872,500,500,5,0,2232,4765,0,1), + (5302,7032,0,0,0,-7880.42,-1470.08,141.189,3.44607,500,500,5,0,2953,0,0,1), + (5303,5952,1,0,0,-560.155,-4589.4,42.7146,1.8675,300,300,0,0,4356,0,0,0), + (5304,7032,0,0,0,-7988.23,-1891.53,129.745,2.91287,500,500,5,0,2953,0,0,1), + (5305,9777,0,0,0,-7948.33,-2597.33,213.555,0.120314,500,500,5,0,917,0,0,1), + (5306,9777,0,0,0,-7952.52,-2605.25,212.738,2.82641,500,500,5,0,917,0,0,1), + (5307,9776,0,0,0,-7923.15,-2570.37,213.531,1.81775,500,500,5,0,917,0,0,1), + (5308,9776,0,0,0,-7941.22,-2587.76,213.555,2.57303,500,500,5,0,917,0,0,1), + (5309,9776,0,0,0,-7933.67,-2579.61,213.555,4.05599,500,500,5,0,917,0,0,1), + (5310,9778,0,0,0,-8163.3,-1294,131.622,3.3223,500,500,5,0,810,2041,0,1), + (5311,9778,0,0,0,-8169.3,-1307.83,131.636,4.05311,500,500,5,0,810,2041,0,1), + (5312,9779,0,0,0,-8149.67,-1292.55,131.622,1.99659,500,500,5,0,1013,0,0,1), + (5313,9779,0,0,0,-8162.97,-1277.35,131.622,0.436014,500,500,5,0,1013,0,0,1), + (5314,9779,0,0,0,-8177.82,-1297.7,131.622,1.71142,500,500,5,0,1013,0,0,1), + (5315,8917,0,0,0,-7326.05,-994.333,175.061,4.7822,500,500,0,0,2003,1845,0,0), + (5316,8917,0,0,0,-7386.42,-1057.58,177.617,3.75246,500,500,0,0,2003,1845,0,0), + (5317,8917,0,0,0,-7351.24,-970.982,171.16,1.90241,500,500,0,0,2003,1845,0,0), + (5318,8917,0,0,0,-7395.85,-1051.48,177.641,4.93928,500,500,0,0,2003,1845,0,0), + (5319,8917,0,0,0,-7445.62,-975.489,171.975,2.68781,500,500,0,0,2003,1845,0,0), + (5320,8917,0,0,0,-7327.97,-967.319,173.452,1.13446,500,500,0,0,2003,1845,0,0), + (5321,8917,0,0,0,-7365.06,-965.985,170.796,0.226893,500,500,0,0,2003,1845,0,0), + (5322,8917,0,0,0,-7438.75,-933.619,172.115,3.36848,500,500,0,0,2003,1845,0,0), + (5323,8917,0,0,0,-7340.1,-1025.45,179.645,4.39823,500,500,0,0,2003,1845,0,0), + (5329,7040,0,0,0,-7550.91,-2678.87,135.888,1.32236,500,500,10,0,7113,0,0,1), + (5330,7040,0,0,0,-8290.28,-1973.31,145.301,2.19494,500,500,5,0,7113,0,0,1), + (5331,7040,0,0,0,-7717.38,-2820.81,145.161,6.10991,500,500,5,0,7113,0,0,1), + (5332,7040,0,0,0,-7781.54,-2915.87,131.943,6.00348,500,500,10,0,7113,0,0,1), + (5333,7040,0,0,0,-8251.72,-2479.46,150.727,5.57795,500,500,5,0,7113,0,0,1), + (5334,7040,0,0,0,-7584.55,-2814.06,134.333,0.12857,500,500,5,0,7113,0,0,1), + (5335,7040,0,0,0,-7742.75,-2858.46,133.457,1.95244,500,500,5,0,7113,0,0,1), + (5336,7040,0,0,0,-8287.42,-1909.95,141.512,1.64248,500,500,10,0,7113,0,0,1), + (5337,7043,0,0,0,-7937.66,-894.705,130.835,5.01804,500,500,5,0,5847,5340,0,1), + (5338,7043,0,0,0,-7916.74,-849.765,129.621,2.09974,500,500,5,0,5847,5340,0,1), + (5339,7042,0,0,0,-8329.19,-1194.95,183.799,0.034907,500,500,0,0,8097,0,0,0), + (5340,7042,0,0,0,-8418.43,-1221.26,196.795,4.45553,500,500,5,0,8097,0,0,1), + (5341,7042,0,0,0,-7959.94,-952.5,133.423,4.71566,500,500,10,0,8097,0,0,1), + (5342,9700,0,0,0,-8344.92,-1288.95,207.804,1.88147,500,500,5,0,1,0,0,1), + (5343,9700,0,0,0,-7777.56,-2083.17,131.236,3.69543,500,500,5,0,1,0,0,1), + (5344,9699,0,0,0,-7945.44,-1424.18,135.828,5.22499,500,500,0,0,1,0,0,0), + (5345,9700,0,0,0,-7915.57,-1302.62,123.812,0.554931,500,500,5,0,1,0,0,1), + (5346,9699,0,0,0,-8079.5,-1581.14,139.286,3.6944,500,500,5,0,1,0,0,1), + (5347,9700,0,0,0,-7651.66,-2082.23,124.189,3.64834,500,500,5,0,1,0,0,1), + (5348,9700,0,0,0,-7642.04,-2342.29,131.487,6.02661,500,500,5,0,1,0,0,1), + (5349,7036,0,0,0,-7739.74,-2118.82,133.473,5.95013,500,500,5,0,3180,0,0,1), + (5350,7039,0,0,0,-7707.46,-1933.75,136.564,0.869546,500,500,5,0,3189,0,0,2), + (5351,7039,0,0,0,-7731.33,-1865.9,133.899,5.59478,500,500,5,0,3189,0,0,1), + (5352,7039,0,0,0,-7819.29,-2222.72,133.559,6.19292,500,500,5,0,3189,0,0,1), + (5353,7034,0,0,0,-7779.66,-2553.96,170.858,0.678443,500,500,5,0,2751,1864,0,1), + (5354,7033,0,0,0,-7682.55,-2549.17,142.574,4.08704,500,500,5,0,3322,0,0,1), + (5355,7034,0,0,0,-7927.92,-2657.54,159.626,0.053177,500,500,2,0,2751,1864,0,1), + (5356,7035,0,0,0,-7901,-2596.92,176.833,2.33523,500,500,2,0,3556,0,0,1), + (5357,7034,0,0,0,-7876.51,-2451.9,135.053,6.16219,500,500,5,0,2751,1864,0,1), + (5358,7034,0,0,0,-7922.57,-2683.03,160.381,0.746173,500,500,2,0,2751,1864,0,1), + (5359,7035,0,0,0,-7721.93,-2584,159.614,4.16828,500,500,5,0,3556,0,0,2), + (5360,7034,0,0,0,-7786.63,-2715.5,173.058,0.833148,500,500,5,0,2751,1864,0,1), + (5361,7033,0,0,0,-8114.04,-2570.38,133.445,5.92752,500,500,5,0,3322,0,0,1), + (5362,7026,0,0,0,-8219.47,-1751.62,147.735,2.51327,500,500,0,0,2471,5013,0,0), + (5363,8888,0,0,0,-7596,-1115,252.791,0.471,500,500,0,0,3857,0,0,0), + (5364,7027,0,0,0,-8081.64,-1894.14,182.581,6.10865,500,500,0,0,3644,0,0,0), + (5365,7025,0,0,0,-8126.3,-1511.73,133.369,1.309,500,500,0,0,3529,0,0,0), + (5366,7055,0,0,0,-8087.78,-1898.13,134.175,0.523599,500,500,0,0,3293,0,0,0), + (5367,7028,0,0,0,-8095.66,-1897.66,134.175,3.15905,500,500,0,0,2550,5206,0,0), + (5368,7025,0,0,0,-8028.29,-1586.28,132.753,2.54655,500,500,10,0,3529,0,0,1), + (5369,7055,0,0,0,-8172.86,-1706.69,140.054,1.55334,500,500,0,0,3293,0,0,0), + (5370,7025,0,0,0,-8144.58,-1702.07,134.998,1.72462,500,500,5,0,3529,0,0,1), + (5371,9694,0,0,0,-8091.92,-2113.65,132.375,4.82779,500,500,10,0,3188,0,0,1), + (5372,7048,0,0,0,-7661.54,-2000.53,132.553,3.56418,500,500,10,0,2232,4765,0,1), + (5373,7048,0,0,0,-8214.48,-2151.89,136.604,5.04508,500,500,5,0,2232,4765,0,1), + (5374,9695,0,0,0,-8316.11,-1882.17,150.999,6.2304,500,500,5,0,3292,0,0,1), + (5375,8917,0,0,0,-7423.08,-961.669,173.499,2.89725,500,500,0,0,2003,1845,0,0), + (5376,7041,0,0,0,-7724.13,-2879.32,132.793,2.53889,500,500,10,0,5151,9530,0,1), + (5377,7041,0,0,0,-8245.24,-1951.23,146.655,0.18938,500,500,5,0,5151,9530,0,1), + (5378,7041,0,0,0,-7590.87,-2746.88,132.709,2.80639,500,500,10,0,5151,9530,0,1), + (5379,9700,0,0,0,-7945.89,-1240.79,123.812,0.519371,500,500,5,0,1,0,0,1), + (5380,9700,0,0,0,-7654.86,-733.841,176.238,2.38635,500,500,5,0,1,0,0,1), + (5381,9700,0,0,0,-8020.66,-2546.32,150.001,0.505581,500,500,5,0,1,0,0,1), + (5382,9700,0,0,0,-7643.66,-2194.57,131.89,6.20324,500,500,5,0,1,0,0,1), + (5383,9700,0,0,0,-8252.91,-1710.98,139.94,3.6285,500,500,5,0,1,0,0,1), + (5384,9699,0,0,0,-7989.52,-2200.69,129.698,4.52764,500,500,5,0,1,0,0,1), + (5385,9699,0,0,0,-8207.17,-2162.5,135.655,1.85365,500,500,5,0,1,0,0,1), + (5386,9700,0,0,0,-7716.94,-1761.92,131.281,0.164755,500,500,5,0,1,0,0,1), + (5387,7035,0,0,0,-7901.01,-2609.93,221.258,0.619456,500,500,5,0,3556,0,0,1), + (5388,7033,0,0,0,-7814.13,-2447.99,141.743,4.88031,500,500,5,0,3322,0,0,1), + (5389,7035,0,0,0,-7740.38,-2779.93,164.432,0.893032,500,500,5,0,3556,0,0,1), + (5390,7033,0,0,0,-7837.69,-2557.82,126.205,6.1652,500,500,3,0,3322,0,0,1), + (5391,7033,0,0,0,-7914.38,-2819.09,138.741,3.50905,500,500,10,0,3322,0,0,1), + (5392,7034,0,0,0,-8031.48,-2522.56,137.601,4.57342,500,500,5,0,2751,1864,0,1), + (5393,7033,0,0,0,-7871.62,-2657.76,169.085,5.90042,500,500,2,0,3322,0,0,1), + (5394,7034,0,0,0,-7836.33,-2655.79,171.177,3.33983,500,500,2,0,2751,1864,0,1), + (5395,7035,0,0,0,-7852.17,-2664.94,172.833,2.01567,500,500,2,0,3556,0,0,1), + (5396,7034,0,0,0,-7938.33,-2669.91,159.068,0.03919,500,500,2,0,2751,1864,0,1), + (5397,9700,0,0,0,-8223.8,-1313.38,141.734,5.42242,500,500,5,0,1,0,0,1), + (5398,9700,0,0,0,-8018.46,-1622.14,129.745,4.79243,500,500,5,0,1,0,0,1), + (5399,9699,0,0,0,-7872.1,-2596.21,225.053,4.98532,500,500,5,0,1,0,0,1), + (5400,9700,0,0,0,-7795.37,-2520.19,140.692,3.99378,500,500,5,0,1,0,0,1), + (5401,9699,0,0,0,-7735.62,-2244.59,135.683,2.45311,500,500,5,0,1,0,0,1), + (5402,9700,0,0,0,-8244.11,-1112.74,141.326,0.839861,500,500,5,0,1,0,0,1), + (5403,9700,0,0,0,-7529.97,-2116.63,130.127,1.80198,500,500,5,0,1,0,0,1), + (5404,9700,0,0,0,-8018.15,-1774.78,130.105,6.26123,500,500,5,0,1,0,0,1), + (5405,9699,0,0,0,-8087.22,-1730.17,132.075,4.93002,500,500,5,0,1,0,0,1), + (5406,9700,0,0,0,-7848.3,-907.117,123.674,0.557227,500,500,5,0,1,0,0,1), + (5407,7034,0,0,0,-7863.14,-2611.26,174.235,5.54497,500,500,2,0,2751,1864,0,1), + (5408,7035,0,0,0,-7846.71,-2652.8,221.182,5.02125,500,500,5,0,3556,0,0,1), + (5409,7033,0,0,0,-7965.14,-2516.46,134.184,2.62624,500,500,3,0,3322,0,0,1), + (5410,7033,0,0,0,-7915.39,-2468.36,137.511,4.83446,500,500,5,0,3322,0,0,1), + (5411,7035,0,0,0,-7917.51,-2714.65,164.614,1.25955,500,500,2,0,3556,0,0,1), + (5412,7033,0,0,0,-7883,-2525.8,128.062,5.1506,500,500,3,0,3322,0,0,1), + (5413,7034,0,0,0,-7943.01,-2710.04,161.451,5.92873,500,500,2,0,2751,1864,0,1), + (5414,7033,0,0,0,-7952.39,-2814.98,138.272,5.07312,500,500,5,0,3322,0,0,1), + (5415,9699,0,0,0,-8141.33,-1872.63,135.8,3.0849,500,500,5,0,1,0,0,1), + (5416,9700,0,0,0,-8156.01,-1290.21,131.622,1.88863,500,500,5,0,1,0,0,1), + (5417,9700,0,0,0,-7614.53,-700.916,177.863,4.66905,500,500,5,0,1,0,0,1), + (5418,9699,0,0,0,-8152.01,-1456.15,136.175,4.33007,500,500,5,0,1,0,0,1), + (5419,9700,0,0,0,-8491.9,-2571.07,131.087,3.12154,500,500,5,0,1,0,0,1), + (5420,9699,0,0,0,-7701.44,-2888.78,131.83,3.38671,500,500,5,0,1,0,0,1), + (5421,9700,0,0,0,-7985.37,-1879.05,129.811,4.69635,500,500,5,0,1,0,0,1), + (5422,9700,0,0,0,-7542.71,-2186.46,131.789,6.28206,500,500,5,0,1,0,0,1), + (5423,7034,0,0,0,-7893.94,-2650.9,168.062,1.75864,500,500,2,0,2751,1864,0,1), + (5424,7034,0,0,0,-7721.52,-2586.29,159.832,0.758972,500,500,5,0,2751,1864,0,1), + (5425,7034,0,0,0,-7846.59,-2631.44,120.791,0.83621,500,500,3,0,2751,1864,0,1), + (5426,7033,0,0,0,-7937.81,-2612.82,173.975,5.83788,500,500,5,0,3322,0,0,1), + (5427,7033,0,0,0,-8077.72,-2722.1,142.767,2.48513,500,500,5,0,3322,0,0,1), + (5428,7033,0,0,0,-7881.36,-2560.27,126.379,4.8014,500,500,3,0,3322,0,0,1), + (5429,7035,0,0,0,-7911.77,-2621.47,177.223,0.466273,500,500,2,0,3556,0,0,1), + (5430,7035,0,0,0,-7941.2,-2640.26,218.238,4.87711,500,500,5,0,3556,0,0,1), + (5431,7035,0,0,0,-7948.58,-2746.76,158.321,0.356604,500,500,5,0,3556,0,0,1), + (5432,7033,0,0,0,-7978.38,-2807.65,142.623,1.27302,500,500,5,0,3322,0,0,1), + (5433,9700,0,0,0,-7676.99,-1330.57,123.812,3.55038,500,500,5,0,1,0,0,1), + (5434,7035,0,0,0,-7855.76,-2595.18,211.648,2.82973,500,500,5,0,3556,0,0,1), + (5435,7034,0,0,0,-7803.35,-2671.4,173.683,6.0089,500,500,2,0,2751,1864,0,1), + (5436,7034,0,0,0,-7711.6,-2515.92,143.971,4.00521,500,500,5,0,2751,1864,0,1), + (5437,7034,0,0,0,-8050.44,-2713.23,152.43,0.555039,500,500,5,0,2751,1864,0,1), + (5438,7033,0,0,0,-7952.06,-2533.34,130.588,1.84419,500,500,3,0,3322,0,0,1), + (5439,7033,0,0,0,-7781.69,-2447.06,143.591,1.80427,500,500,5,0,3322,0,0,1), + (5440,7047,0,0,0,-7887.98,-2887.42,135.936,3.4764,500,500,5,0,2384,1864,0,1), + (5441,9777,0,0,0,-8501.92,-2549.26,131.087,3.06896,500,500,5,0,917,0,0,1), + (5442,9777,0,0,0,-8463.52,-2566.83,131.087,1.33879,500,500,5,0,917,0,0,1), + (5443,9777,0,0,0,-8493.42,-2568.01,131.087,1.36486,500,500,5,0,917,0,0,1), + (5444,9776,0,0,0,-8500.45,-2539.52,131.087,5.56233,500,500,5,0,917,0,0,1), + (5445,9776,0,0,0,-8489.58,-2539.58,131.087,5.5821,500,500,5,0,917,0,0,1), + (5446,7036,0,0,0,-7738.41,-2346.71,136.35,1.90891,500,500,5,0,3180,0,0,1), + (5447,7032,0,0,0,-7647.09,-2210.02,131.844,1.84117,500,500,5,0,2953,0,0,1), + (5448,7033,0,0,0,-8102.46,-2543.7,133.82,6.09946,500,500,5,0,3322,0,0,1), + (5449,9699,0,0,0,-7967.32,-2380.17,124.041,3.18852,500,500,5,0,1,0,0,1), + (5450,7039,0,0,0,-7714.19,-2105.28,133.442,0.581701,500,500,5,0,3189,0,0,1), + (5451,7042,0,0,0,-8185.05,-1180.39,143.215,4.58202,500,500,5,0,8097,0,0,1), + (5452,7039,0,0,0,-7744.65,-2196.21,133.564,3.98961,500,500,5,0,3189,0,0,1), + (5453,7039,0,0,0,-7739.3,-2219.71,133.581,4.41634,500,500,5,0,3189,0,0,1), + (5454,7043,0,0,0,-8394.68,-1253.7,206.481,3.0552,500,500,5,0,5847,5340,0,1), + (5455,7042,0,0,0,-8376.6,-1276.28,208.771,0.578257,500,500,5,0,8097,0,0,1), + (5456,7043,0,0,0,-8387.39,-1212.86,187.901,4.24222,500,500,5,0,5847,5340,0,1), + (5457,7027,0,0,0,-8116.27,-1418.61,131.726,2.07229,500,500,5,0,3644,0,0,1), + (5458,9176,0,0,0,-8110.83,-1418.6,133.21,5.80481,500,500,6,0,3293,0,0,2), + (5459,7027,0,0,0,-8089.65,-1402.06,136.792,5.34847,500,500,0,0,3644,0,0,2), + (5460,7039,0,0,0,-7820.84,-2072.66,133.466,1.55047,500,500,5,0,3189,0,0,1), + (5461,7038,0,0,0,-7700.1,-2160.54,131.126,4.22864,500,500,5,0,3305,0,0,2), + (5462,7055,0,0,0,-8095.52,-1399.87,130.93,4.25158,500,500,5,0,3293,0,0,1), + (5463,7038,0,0,0,-7745.56,-2154.35,133.389,1.41007,500,500,5,0,3305,0,0,1), + (5464,9694,0,0,0,-8279.38,-1977.32,146.801,2.80025,500,500,10,0,3188,0,0,1), + (5465,7038,0,0,0,-7801.48,-2109.99,133.443,5.45969,500,500,5,0,3305,0,0,1), + (5466,9698,0,0,0,-8111.71,-1067.56,129.572,1.36624,500,500,10,0,3644,0,0,1), + (5467,7036,0,0,0,-7789.15,-2114.38,133.473,2.1608,500,500,5,0,3180,0,0,1), + (5468,7049,0,0,0,-7924.09,-1009.81,133.182,1.29974,500,500,5,0,2823,2117,0,1), + (5469,10119,0,0,0,-7769.58,-2443.03,143.711,2.70171,43200,43200,5,0,12210,4868,0,2), + (5470,7038,0,0,0,-7813.25,-2192.52,133.482,3.6382,500,500,5,0,3305,0,0,1), + (5471,7037,0,0,0,-7819.5,-2206.46,133.564,4.54676,500,500,5,0,3217,0,0,1), + (5472,7036,0,0,0,-7785.22,-2302.36,134.439,5.94966,500,500,5,0,3180,0,0,1), + (5473,7043,0,0,0,-8248.08,-1172.07,143.775,3.10019,500,500,5,0,5847,5340,0,1), + (5474,9690,0,0,0,-8214.5,-2729.06,133.967,1.11327,500,500,10,0,2980,0,0,1), + (5475,7043,0,0,0,-8228.43,-1187.51,142.674,4.4908,500,500,5,0,5847,5340,0,1), + (5476,7047,0,0,0,-7913.89,-2918.32,132.048,5.73038,500,500,10,0,2384,1864,0,1), + (5477,9690,0,0,0,-8019.97,-2883.63,135.952,3.89507,500,500,10,0,2980,0,0,1), + (5478,7041,0,0,0,-7556.16,-2748.01,136.04,4.79555,500,500,5,0,5151,9530,0,1), + (5479,7041,0,0,0,-7556.41,-2726.92,136.111,2.16104,500,500,5,0,5151,9530,0,1), + (5480,9691,0,0,0,-7616.54,-2792.79,134.091,4.72186,500,500,10,0,3082,0,0,1), + (5481,7041,0,0,0,-8123.01,-2943.25,133.596,2.88672,500,500,10,0,5151,9530,0,1), + (5482,7041,0,0,0,-8068.97,-2955.6,134.964,4.97585,500,500,5,0,5151,9530,0,1), + (5483,7041,0,0,0,-8080.6,-2984.09,134.251,2.57238,500,500,5,0,5151,9530,0,1), + (5484,7043,0,0,0,-7953.6,-1347.47,134.1,2.10507,500,500,10,0,5847,5340,0,1), + (5485,7041,0,0,0,-8014.03,-2949.8,131.403,2.07448,500,500,5,0,5151,9530,0,1), + (5486,9691,0,0,0,-8196.23,-2810.19,136.857,0.015624,500,500,10,0,3082,0,0,1), + (5487,7040,0,0,0,-8097.19,-2967.14,135.001,2.24038,500,500,5,0,7113,0,0,1), + (5488,9691,0,0,0,-7753.41,-2977.46,134.872,2.79253,500,500,0,0,3082,0,0,0), + (5489,7047,0,0,0,-8025.25,-2917.08,132.895,6.2055,500,500,10,0,2384,1864,0,1), + (5490,7040,0,0,0,-8112.08,-3016.08,134.546,0.003226,500,500,5,0,7113,0,0,1), + (5491,7027,0,0,0,-8076.25,-1761.53,132.031,4.32645,500,500,5,0,3644,0,0,2), + (5492,7055,0,0,0,-8073.71,-1761.39,133.408,3.29867,500,500,0,0,3293,0,0,0), + (5493,7026,0,0,0,-8093.8,-1772.7,133.044,1.0195,500,500,5,0,2471,5013,0,1), + (5494,9691,0,0,0,-8114.72,-2894.73,134.872,4.98759,500,500,10,0,3082,0,0,1), + (5495,7040,0,0,0,-8154.19,-2984.48,137.458,3.53067,500,500,10,0,7113,0,0,1), + (5496,7040,0,0,0,-8091.07,-2917.47,134.283,2.74367,500,500,10,0,7113,0,0,1), + (5497,7040,0,0,0,-8214.36,-1916.62,142.682,1.76267,500,500,10,0,7113,0,0,1), + (5498,7040,0,0,0,-8051.72,-2916.74,134.439,4.00432,500,500,10,0,7113,0,0,1), + (5499,7047,0,0,0,-7956.37,-2919.74,131.58,3.39414,500,500,10,0,2384,1864,0,1), + (5500,7047,0,0,0,-8243.41,-2744.53,136.316,1.85062,500,500,5,0,2384,1864,0,1), + (5501,9690,0,0,0,-8189.02,-2957.34,134.617,0.771587,500,500,5,0,2980,0,0,1), + (5502,9690,0,0,0,-8040.81,-2900.79,133.851,4.38199,500,500,10,0,2980,0,0,1), + (5503,7041,0,0,0,-7762.67,-2852.92,133.457,0.373456,500,500,5,0,5151,9530,0,1), + (5504,7039,0,0,0,-7790.35,-2277.33,136.814,2.88519,500,500,5,0,3189,0,0,1), + (5505,7044,0,0,0,-8143.2,-2888.34,135.543,2.7803,500,500,0,0,6645,0,0,0), + (5506,7027,0,0,0,-7697,-1545.76,131.629,0.558505,500,500,0,0,3644,0,0,0), + (5507,7028,0,0,0,-7689.83,-1541.25,132.24,3.71755,500,500,0,0,2550,5206,0,0), + (5508,7027,0,0,0,-7728.27,-1508.29,133.012,6.09232,500,500,5,0,3644,0,0,1), + (5509,7027,0,0,0,-7721.64,-1541.94,133.98,1.32622,500,500,5,0,3644,0,0,1), + (5510,9699,0,0,0,-8162.2,-2649.53,133.812,3.19633,500,500,5,0,1,0,0,1), + (5511,7028,0,0,0,-7720.38,-1488.76,138.558,1.15342,500,500,5,0,2550,5206,0,2), + (5512,9699,0,0,0,-7755.56,-1541.56,132.365,2.03142,500,500,5,0,1,0,0,1), + (5513,7026,0,0,0,-7754.19,-1527.7,132.022,1.01229,500,500,0,0,2471,5013,0,0), + (5514,7028,0,0,0,-7782.6,-1516.78,132.835,4.07634,500,500,5,0,2550,5206,0,1), + (5515,7028,0,0,0,-7751.6,-1523.23,132.035,4.2237,500,500,0,0,2550,5206,0,0), + (5516,7027,0,0,0,-7749.09,-1550.17,133.117,1.24318,500,500,5,0,3644,0,0,1), + (5517,7029,0,0,0,-7712.94,-1471.64,140.802,2.86352,500,500,5,0,3758,0,0,1), + (5518,7028,0,0,0,-7727.99,-1452.02,140.837,4.11898,500,500,0,0,2550,5206,0,0), + (5519,7028,0,0,0,-7731.44,-1457.13,140.835,0.977384,500,500,0,0,2550,5206,0,0), + (5520,7027,0,0,0,-7682.9,-1470.72,140.768,0.195068,500,500,5,0,3644,0,0,2), + (5521,7027,0,0,0,-7680.34,-1469,140.741,3.84328,500,500,5,0,3644,0,0,2), + (5522,7029,0,0,0,-7714.22,-1413.93,140.762,0.279253,500,500,0,0,3758,0,0,0), + (5523,7029,0,0,0,-7671.49,-1433.11,140.845,5.88176,500,500,0,0,3758,0,0,0), + (5524,7029,0,0,0,-7675.59,-1455.6,140.767,2.58363,500,500,3,0,3758,0,0,1), + (5525,7026,0,0,0,-7667.62,-1453.69,140.74,0.684249,500,500,5,0,2471,5013,0,2), + (5526,7028,0,0,0,-7726.08,-1432.56,140.753,5.27128,500,500,5,0,2550,5206,0,1), + (5527,7028,0,0,0,-7709.42,-1413.03,140.763,3.26377,500,500,0,0,2550,5206,0,0), + (5528,7027,0,0,0,-7666.49,-1435.28,140.845,2.72271,500,500,0,0,3644,0,0,0), + (5529,7029,0,0,0,-7691.83,-1439.55,140.936,3.97812,500,500,3,0,3758,0,0,1), + (5530,7029,0,0,0,-7695.15,-1455.44,140.936,5.01991,500,500,3,0,3758,0,0,1), + (5531,7029,0,0,0,-7710.43,-1445.35,141.019,3.80482,500,500,3,0,3758,0,0,1), + (5532,7029,0,0,0,-7705.71,-1433.95,140.936,3.25147,500,500,3,0,3758,0,0,1), + (5533,7027,0,0,0,-7686.09,-1472.42,140.837,3.83972,500,500,0,0,3644,0,0,0), + (5534,7049,0,0,0,-8111.89,-763.338,133.25,5.11405,500,500,10,0,2823,2117,0,1), + (5535,9698,0,0,0,-8210.74,-1048.11,143.117,0.384131,500,500,10,0,3644,0,0,1), + (5536,7028,0,0,0,-7690.22,-1475.54,140.836,0.593412,500,500,0,0,2550,5206,0,0), + (5537,9699,0,0,0,-7998.59,-817.519,131.262,3.77728,500,500,5,0,1,0,0,1), + (5538,7043,0,0,0,-7956.66,-900.751,131.266,0.81365,500,500,5,0,5847,5340,0,1), + (5539,9695,0,0,0,-7913.73,-2345.59,129.291,1.53175,500,500,5,0,3292,0,0,1), + (5540,7055,0,0,0,-8163.94,-1572.7,133.097,3.10603,500,500,5,0,3293,0,0,1), + (5541,7027,0,0,0,-8110.05,-1473.4,132.762,4.71629,500,500,5,0,3644,0,0,1), + (5542,7025,0,0,0,-8139.96,-1585.32,133.966,3.91318,500,500,5,0,3529,0,0,1), + (5543,7026,0,0,0,-8149.51,-1577.2,135.402,2.7993,500,500,0,0,2471,5013,0,0), + (5544,7033,0,0,0,-8131.44,-2494.45,140.027,1.10868,500,500,5,0,3322,0,0,1), + (5545,7033,0,0,0,-8122.61,-2502.55,140.039,3.20293,500,500,5,0,3322,0,0,1), + (5546,7040,0,0,0,-7544.74,-2809.85,151.904,1.11783,500,500,5,0,7113,0,0,1), + (5547,9699,0,0,0,-7969.92,-2888.88,135.217,5.65023,500,500,0,0,1,0,0,0), + (5548,9779,0,0,0,-7645.92,-2341.66,131.737,5.75626,500,500,5,0,1013,0,0,1), + (5549,9779,0,0,0,-7654.74,-2342.12,132.237,2.68294,500,500,5,0,1013,0,0,1), + (5550,9778,0,0,0,-7641.64,-2346.07,132.307,3.60561,500,500,5,0,810,2041,0,1), + (5551,9778,0,0,0,-7648.73,-2334.13,130.862,5.58181,500,500,5,0,810,2041,0,1), + (5552,9778,0,0,0,-7647.05,-2326.45,131.403,3.69132,500,500,5,0,810,2041,0,1), + (5553,9699,0,0,0,-7610.8,-2562.51,133.067,1.02669,500,500,5,0,1,0,0,1), + (5554,7025,0,0,0,-8092.66,-1889.33,137.358,1.40586,500,500,5,0,3529,0,0,1), + (5555,7043,0,0,0,-7989.26,-1313.79,133.705,2.36685,500,500,5,0,5847,5340,0,1), + (5556,7043,0,0,0,-7979.36,-1323.79,133.33,2.84054,500,500,5,0,5847,5340,0,1), + (5557,7041,0,0,0,-8213.39,-1953.58,142.58,0.118421,500,500,5,0,5151,9530,0,1), + (5558,7027,0,0,0,-8091.44,-1780.24,133.251,2.38508,500,500,5,0,3644,0,0,2), + (5559,7036,0,0,0,-7855.8,-2191.57,133.189,4.54922,500,500,5,0,3180,0,0,1), + (5560,7036,0,0,0,-7866.09,-2199.17,133.439,3.53175,500,500,5,0,3180,0,0,1), + (5561,9699,0,0,0,-8250.17,-1963.88,147.685,3.44296,500,500,10,0,1,0,0,1), + (5562,7039,0,0,0,-7821.13,-2086.77,133.466,1.55047,500,500,5,0,3189,0,0,1), + (5563,7041,0,0,0,-8233.13,-2526.21,138.866,5.41052,500,500,0,0,5151,9530,0,0), + (5564,7039,0,0,0,-7764.63,-2241.76,133.567,3.71761,500,500,5,0,3189,0,0,1), + (5565,8917,0,0,0,-7466.74,-1002.32,172.907,3.40339,500,500,0,0,2003,1845,0,0), + (5566,8436,0,0,0,-6491.07,-982.717,335.561,0.907571,500,500,0,0,3517,0,0,0), + (5567,7868,0,0,0,-7230.06,-1741.08,244.53,0.226893,500,500,0,0,2768,0,0,0), + (5568,11703,0,0,0,-7215.12,-1248.97,254.75,0.837758,500,500,0,0,4484,0,0,0), + (5569,8417,0,0,0,-6480.21,-1240.93,180.21,5.2709,500,500,0,0,3077,0,0,0), + (5570,9700,0,0,0,-6800.74,-1519.62,176.941,4.36355,500,500,5,0,1,0,0,1), + (5571,9699,0,0,0,-7095.51,-1056.34,240.916,4.01139,500,500,10,0,1,0,0,1), + (5572,9699,0,0,0,-7139.2,-1423.64,242.594,2.17449,500,500,10,0,1,0,0,1), + (5573,9700,0,0,0,-6748.43,-1012.36,238.115,1.51934,500,500,5,0,1,0,0,1), + (5574,9699,0,0,0,-6706.48,-1478.28,240.825,5.95093,500,500,10,0,1,0,0,1), + (5575,9699,0,0,0,-6654.73,-1572.87,243.979,1.1638,500,500,10,0,1,0,0,1), + (5576,9700,0,0,0,-7243.91,-1637.16,267.854,4.81614,500,500,5,0,1,0,0,1), + (5577,9700,0,0,0,-7209.55,-1096.09,248.837,1.51216,500,500,5,0,1,0,0,1), + (5578,9699,0,0,0,-6538.29,-1963.08,245.983,5.10391,500,500,10,0,1,0,0,1), + (5579,8439,0,0,0,-7214.83,-1237.47,254.776,5.81195,500,500,0,0,3294,4140,0,0), + (5580,5856,0,0,0,-7122.66,-1674.65,241.234,1.45129,500,500,10,0,1997,0,0,1), + (5581,5843,0,0,0,-6513.98,-1213.45,180.978,2.53073,500,500,0,0,2294,0,0,0), + (5582,5843,0,0,0,-6424.22,-1210.08,181.013,1.0472,500,500,0,0,2294,0,0,0), + (5583,5843,0,0,0,-6570.28,-1142.16,185.654,1.15192,500,500,0,0,2294,0,0,0), + (5584,14634,0,0,0,-6495.11,-1164.92,309.276,2.89725,500,500,0,0,4612,0,0,0), + (5585,14626,0,0,0,-6509.16,-1192.52,309.338,5.70723,500,500,0,0,3986,0,0,0), + (5586,14625,0,0,0,-6501.13,-1173.36,325.947,2.30383,500,500,0,0,3857,0,0,0), + (5587,14627,0,0,0,-6513.62,-1183.78,309.338,2.18166,500,500,0,0,3866,0,0,0), + (5588,14628,0,0,0,-6512.7,-1178.62,309.335,2.00713,500,500,0,0,3632,0,0,0), + (5589,14624,0,0,0,-6524.04,-1188.72,309.338,3.42085,500,500,0,0,3748,0,0,0), + (5590,14622,0,0,0,-6494.71,-1158.48,309.366,2.07694,500,500,0,0,3517,0,0,0), + (5591,14622,0,0,0,-6478.29,-1100.69,301.878,2.21657,500,500,0,0,3517,0,0,0), + (5592,14622,0,0,0,-6531.8,-1179.24,312.19,1.5708,500,500,0,0,3517,0,0,0), + (5593,14622,0,0,0,-6510.46,-1181.04,326.934,1.95477,500,500,0,0,3517,0,0,0), + (5594,14622,0,0,0,-6488.87,-1165.86,324.619,2.26893,500,500,0,0,3517,0,0,0), + (5595,14622,0,0,0,-6500.42,-1131.48,307.244,5.2709,500,500,0,0,3517,0,0,0), + (5596,3305,0,0,0,-6559.26,-1100.23,310.353,0.10472,900,900,0,0,7614,7071,0,0), + (5597,2941,0,0,0,-6559.06,-1169.38,309.809,0.10472,900,900,0,0,7423,1590,0,0), + (5598,8509,0,0,0,-6680.07,-1196.85,240.329,1.59286,500,500,0,0,3748,0,0,0), + (5599,9700,0,0,0,-7210.74,-1022.39,239.993,5.12625,500,500,5,0,1,0,0,1), + (5600,9699,0,0,0,-7220.62,-800.581,309.218,2.95685,500,500,10,0,1,0,0,1), + (5601,9699,0,0,0,-6759.42,-1543.42,195.991,3.41264,500,500,10,0,1,0,0,1), + (5602,9700,0,0,0,-6885.86,-1581.1,244.069,2.94113,500,500,5,0,1,0,0,1), + (5603,9699,0,0,0,-6392.49,-1989.17,247.089,2.08244,500,500,10,0,1,0,0,1), + (5604,9700,0,0,0,-6865.49,-1430.63,160.303,0.959993,500,500,5,0,1,0,0,1), + (5605,9700,0,0,0,-7038.68,-944.263,264.769,2.29533,500,500,5,0,1,0,0,1), + (5606,9699,0,0,0,-7094.21,-1713.58,242.803,3.31379,500,500,10,0,1,0,0,1), + (5607,9700,0,0,0,-6959.71,-1220.75,144.506,4.97301,500,500,10,0,1,0,0,1), + (5608,5854,0,0,0,-6665.33,-1359.43,146.229,3.65097,500,500,5,0,2488,0,0,1), + (5609,5850,0,0,0,-7245.15,-1623.73,272.77,5.76225,500,500,5,0,2310,0,0,1), + (5610,5855,0,0,0,-7213.85,-1624.88,246.92,1.65686,500,500,5,0,2399,0,0,1), + (5611,5857,0,0,0,-7142.74,-1523.48,240.484,3.21119,500,500,10,0,2310,0,0,1), + (5612,5857,0,0,0,-7193.32,-1438.79,240.458,5.41199,500,500,10,0,2310,0,0,1), + (5613,5843,0,0,0,-6647.54,-1234.38,180.481,5.53269,500,500,0,0,2294,0,0,0), + (5614,5843,0,0,0,-6601.63,-1250.75,188.064,4.18879,500,500,0,0,2294,0,0,0), + (5615,5843,0,0,0,-6406.28,-1258.15,181.021,5.72468,500,500,0,0,2294,0,0,0), + (5616,5843,0,0,0,-6634.9,-1171.01,185.475,2.33874,500,500,0,0,2294,0,0,0), + (5617,9699,0,0,0,-6925.67,-1367.18,169.432,5.21222,500,500,10,0,1,0,0,1), + (5618,9700,0,0,0,-7046.98,-1009.49,241.026,5.58977,500,500,0,0,1,0,0,0), + (5619,9699,0,0,0,-7136.93,-1537.65,241.134,6.09844,500,500,10,0,1,0,0,1), + (5620,9700,0,0,0,-6611.78,-1292.62,264.735,1.43331,500,500,5,0,1,0,0,1), + (5621,9700,0,0,0,-6906.64,-1511.54,193.232,3.14513,500,500,5,0,1,0,0,1), + (5622,9700,0,0,0,-7243.07,-1175.58,268.069,1.77389,500,500,5,0,1,0,0,1), + (5623,9700,0,0,0,-7259.47,-1129.93,275.505,4.1513,500,500,5,0,1,0,0,1), + (5624,9699,0,0,0,-7351.07,-1642.97,292.563,3.22748,500,500,10,0,1,0,0,1), + (5625,8837,0,0,0,-6657.24,-673.27,233.754,5.33567,500,500,5,0,2488,0,0,2), + (5626,5855,0,0,0,-7243.06,-1122.94,274.63,5.3967,500,500,5,0,2399,0,0,1), + (5627,5856,0,0,0,-7140.2,-1662.65,241.595,1.10104,500,500,10,0,1997,0,0,1), + (5628,5843,0,0,0,-6627.38,-1220.86,181.753,3.92699,500,500,0,0,2294,0,0,0), + (5629,5843,0,0,0,-6682.63,-1229.59,181.794,4.32842,500,500,0,0,2294,0,0,0), + (5630,5843,0,0,0,-6410.04,-1235.76,181.021,0.680678,500,500,0,0,2294,0,0,0), + (5631,9700,0,0,0,-7029.85,-1495.16,241.199,4.02515,500,500,5,0,1,0,0,1), + (5632,9699,0,0,0,-6644.32,-1845.19,246.999,4.82779,500,500,10,0,1,0,0,1), + (5633,9699,0,0,0,-7170.49,-1113.87,242.833,0.655219,500,500,10,0,1,0,0,1), + (5634,9699,0,0,0,-6917.55,-1854.68,251.073,6.06628,500,500,10,0,1,0,0,1), + (5635,9700,0,0,0,-7193.46,-1621.02,243.978,3.80932,500,500,5,0,1,0,0,1), + (5636,9699,0,0,0,-6489.36,-1608.56,309.516,2.29624,500,500,0,0,1,0,0,0), + (5637,9699,0,0,0,-7149.89,-1715.14,243.027,5.10958,500,500,10,0,1,0,0,1), + (5638,9699,0,0,0,-6710.32,-1323.34,144.933,5.03093,500,500,10,0,1,0,0,1), + (5639,9699,0,0,0,-7032.07,-1442.25,241.75,4.07513,500,500,10,0,1,0,0,1), + (5640,5857,0,0,0,-7183.71,-1487.96,240.443,4.86268,500,500,10,0,2310,0,0,1), + (5641,5843,0,0,0,-6663.86,-1236.65,179.567,4.2237,500,500,0,0,2294,0,0,0), + (5642,9699,0,0,0,-7159.83,-1292.28,249.094,0.099532,500,500,10,0,1,0,0,1), + (5643,9700,0,0,0,-6688.06,-1575.92,190.271,0.835028,500,500,5,0,1,0,0,1), + (5644,9699,0,0,0,-7005.91,-1635.41,244.679,4.78078,500,500,10,0,1,0,0,1), + (5645,9700,0,0,0,-7190.12,-1184.59,246.507,4.15255,500,500,5,0,1,0,0,1), + (5646,9700,0,0,0,-7148.84,-1054.65,238.509,0.69208,500,500,10,0,1,0,0,1), + (5647,9700,0,0,0,-7008.47,-1353.99,239.511,0.832025,500,500,5,0,1,0,0,1), + (5648,9699,0,0,0,-7118.4,-1386.66,240.512,0.521326,500,500,10,0,1,0,0,1), + (5649,5857,0,0,0,-7168.66,-1395.6,240.517,3.36085,500,500,10,0,2310,0,0,1), + (5650,5856,0,0,0,-7119.99,-1837.24,301.815,4.23738,500,500,5,0,1997,0,0,1), + (5651,5857,0,0,0,-7075.7,-1577.81,249.075,2.03526,500,500,0,0,2310,0,0,0), + (5652,5857,0,0,0,-7172.48,-1605.04,245.876,3.88414,500,500,5,0,2310,0,0,1), + (5653,5856,0,0,0,-6373.71,-1909.9,273.042,0,500,500,5,0,1997,0,0,1), + (5654,9700,0,0,0,-6806.16,-1340.15,167.392,5.14222,500,500,5,0,1,0,0,1), + (5655,9699,0,0,0,-6640.99,-861.639,244.288,4.79905,500,500,10,0,1,0,0,1), + (5656,9700,0,0,0,-6680.17,-1288.17,242.05,5.51853,500,500,5,0,1,0,0,1), + (5657,9700,0,0,0,-6775.53,-1615.78,190.622,1.42365,500,500,5,0,1,0,0,1), + (5658,5857,0,0,0,-7136.12,-1466.46,244.802,0.832696,500,500,10,0,2310,0,0,1), + (5659,5856,0,0,0,-7156.59,-1715.9,243.591,2.83922,500,500,10,0,1997,0,0,1), + (5660,5856,0,0,0,-6340.86,-1926.91,267.68,5.9466,500,500,5,0,1997,0,0,1), + (5661,5856,0,0,0,-6346.92,-1964.33,251.007,1.30432,500,500,5,0,1997,0,0,1), + (5662,5843,0,0,0,-6918.41,-1283.31,159.448,6.17846,500,500,0,0,2294,0,0,0), + (5663,5843,0,0,0,-6746.02,-1385.33,193.927,5.32325,500,500,0,0,2294,0,0,0), + (5664,5843,0,0,0,-6639.85,-1222.6,180.135,5.53269,500,500,0,0,2294,0,0,0), + (5665,5843,0,0,0,-6451.76,-1192.1,181.019,0.925025,500,500,0,0,2294,0,0,0), + (5666,5843,0,0,0,-6547.79,-1156.48,185.634,0.767945,500,500,0,0,2294,0,0,0), + (5667,5857,0,0,0,-7317.83,-1656.28,281.075,5.0748,500,500,10,0,2310,0,0,1), + (5668,5858,0,0,0,-7126.35,-1223.39,292.527,2.6176,500,500,5,0,2488,0,0,1), + (5669,5843,0,0,0,-6473.03,-1195.83,183.112,3.00197,500,500,0,0,2294,0,0,0), + (5670,5843,0,0,0,-6755.16,-1365.42,196.336,1.81514,500,500,0,0,2294,0,0,0), + (5671,5843,0,0,0,-6520.88,-1280.84,180.915,3.97935,500,500,0,0,2294,0,0,0), + (5672,5843,0,0,0,-6575.32,-1247.79,189.057,5.61996,500,500,0,0,2294,0,0,0), + (5673,5843,0,0,0,-6910.17,-1321.51,167.782,0.191986,500,500,0,0,2294,0,0,0), + (5674,5843,0,0,0,-6496.47,-1299.33,180.973,4.59022,500,500,0,0,2294,0,0,0), + (5675,5843,0,0,0,-6590.39,-1145.79,185.654,2.42601,500,500,0,0,2294,0,0,0), + (5676,5843,0,0,0,-6653.33,-1170.68,185.571,5.74213,500,500,0,0,2294,0,0,0), + (5677,5843,0,0,0,-6486.32,-1208.78,179.895,1.39626,500,500,0,0,2294,0,0,0), + (5678,9699,0,0,0,-7013.15,-1045.37,241.213,0.752261,500,500,10,0,1,0,0,1), + (5679,5843,0,0,0,-6705.4,-1104.67,185.569,0.890118,500,500,5,0,2294,0,0,1), + (5680,5843,0,0,0,-6763.86,-1114.98,185.658,2.54818,500,500,0,0,2294,0,0,0), + (5681,5843,0,0,0,-6554.47,-1252.14,182.238,3.735,500,500,0,0,2294,0,0,0), + (5682,5843,0,0,0,-6689.05,-1190.32,181.855,4.15388,500,500,0,0,2294,0,0,0), + (5683,5843,0,0,0,-6684.58,-1216.73,183.447,2.77507,500,500,0,0,2294,0,0,0), + (5684,5843,0,0,0,-6681.5,-1142.78,185.571,1.02974,500,500,0,0,2294,0,0,0), + (5685,5843,0,0,0,-6700.28,-1135.74,185.569,1.13446,500,500,5,0,2294,0,0,1), + (5686,5843,0,0,0,-6657.33,-1151.96,185.355,0.872665,500,500,0,0,2294,0,0,0), + (5687,5854,0,0,0,-6675.9,-1321.53,200.633,0.185197,500,500,0,0,2488,0,0,0), + (5688,5843,0,0,0,-6703.5,-1118.85,185.65,5.91667,500,500,0,0,2294,0,0,0), + (5689,5858,0,0,0,-6655.39,-928.049,263.605,1.67158,500,500,5,0,2488,0,0,1), + (5690,5843,0,0,0,-6750.62,-1264.45,183.884,5.42797,500,500,0,0,2294,0,0,0), + (5691,5857,0,0,0,-6484.23,-1656.41,295.853,1.09751,500,500,10,0,2310,0,0,1), + (5692,5843,0,0,0,-6754.4,-1197,184.177,0.488692,500,500,0,0,2294,0,0,0), + (5693,5843,0,0,0,-6719.51,-1250.78,183.354,5.48033,500,500,0,0,2294,0,0,0), + (5694,5843,0,0,0,-6716.02,-1217.01,181.518,0.610865,500,500,0,0,2294,0,0,0), + (5695,5856,0,0,0,-6853.89,-1870.32,252.939,1.51078,500,500,5,0,1997,0,0,1), + (5696,5856,0,0,0,-6888.01,-1808.97,241.287,0.007812,500,500,10,0,1997,0,0,1), + (5697,5843,0,0,0,-6766.07,-1138.57,186.106,2.42601,500,500,0,0,2294,0,0,0), + (5698,5856,0,0,0,-6778.22,-1846.36,260.229,2.65611,500,500,10,0,1997,0,0,1), + (5699,5856,0,0,0,-6882.89,-1637.47,244.096,3.50105,500,500,10,0,1997,0,0,1), + (5700,9699,0,0,0,-6980.56,-1614.23,242.564,3.99256,500,500,10,0,1,0,0,1), + (5701,5855,0,0,0,-6902.07,-866.07,251.016,6.25941,500,500,5,0,2399,0,0,1), + (5702,5843,0,0,0,-6709.71,-1176.69,185.442,3.94444,500,500,0,0,2294,0,0,0), + (5703,5855,0,0,0,-7218.6,-1112.98,246.755,0.186373,500,500,5,0,2399,0,0,1), + (5704,5857,0,0,0,-7030.29,-1381.6,241.943,3.2781,500,500,10,0,2310,0,0,1), + (5705,5857,0,0,0,-7076.19,-1420.06,242.054,3.26977,500,500,10,0,2310,0,0,1), + (5706,5857,0,0,0,-7016.06,-1463.16,242.627,1.22002,500,500,10,0,2310,0,0,1), + (5707,5857,0,0,0,-7183.51,-1581.6,242.3,3.88366,500,500,10,0,2310,0,0,1), + (5708,5857,0,0,0,-7131.04,-1570.41,244.821,5.45572,500,500,10,0,2310,0,0,1), + (5709,5857,0,0,0,-7132.72,-1590.4,245.809,4.08329,500,500,5,0,2310,0,0,1), + (5710,9699,0,0,0,-6677.35,-1412.37,241.613,5.32861,500,500,10,0,1,0,0,1), + (5711,5852,0,0,0,-6971.4,-1208.53,144.506,4.92401,500,500,5,0,2488,0,0,1), + (5712,9699,0,0,0,-7183.32,-983.505,244.014,6.17755,500,500,10,0,1,0,0,1), + (5713,9699,0,0,0,-6767.89,-1088.13,241.853,1.96905,500,500,10,0,1,0,0,1), + (5714,5853,0,0,0,-6597.87,-1842.37,244.273,5.2096,500,500,10,0,2251,1286,0,1), + (5715,6491,1,0,0,-8591.09,-3623.91,13.478,4.54902,60,60,0,0,7680,0,0,0), + (5716,5856,0,0,0,-6612.57,-1795.73,244.255,5.49228,500,500,10,0,1997,0,0,1), + (5717,6491,1,0,0,466.735,1466.16,12.8983,0.112288,60,60,0,0,7680,0,0,0), + (5718,6491,1,0,0,2734.82,1279.54,295.79,2.00745,60,60,0,0,7680,0,0,0), + (5719,6491,1,0,0,-8146.14,-4608.99,-125.103,4.16259,60,60,0,0,7680,0,0,0), + (5720,8917,0,0,0,-7322.72,-1026.88,181.021,2.86234,500,500,0,0,2003,1845,0,0), + (5723,6491,1,0,0,-4031.16,-3422.71,38.8247,1.69815,60,60,0,0,7680,0,0,0), + (5724,6491,1,0,0,-3973.19,-2017.75,96.0305,0.966001,60,60,0,0,7680,0,0,0), + (5725,6491,0,0,0,790.751,-418.588,136.861,5.48565,60,60,0,0,7680,0,0,0), + (5729,6491,0,0,0,-6863.62,-1537.06,241.746,3.72703,60,60,0,0,7680,0,0,0), + (5731,5855,0,0,0,-6864.68,-1431.31,160.301,0.217051,500,500,5,0,2399,0,0,1), + (5732,5850,0,0,0,-6811.14,-1337.88,167.392,3.86941,500,500,10,0,2310,0,0,1), + (5733,5855,0,0,0,-6802.15,-1522.84,176.941,5.49457,500,500,5,0,2399,0,0,1), + (5734,5850,0,0,0,-6746.34,-1654.3,192.441,1.09744,500,500,10,0,2310,0,0,1), + (5735,5850,0,0,0,-6769.65,-1607.13,189.605,2.47944,500,500,10,0,2310,0,0,1), + (5736,5855,0,0,0,-6704.27,-1562.81,186.182,1.18129,500,500,5,0,2399,0,0,1), + (5737,5850,0,0,0,-6794.66,-1607.16,189.605,2.28855,500,500,5,0,2310,0,0,1), + (5738,5844,0,0,0,-6562.22,-1313.19,208.921,1.10414,500,500,5,0,2310,0,0,2), + (5739,5858,0,0,0,-7113.81,-1301.22,258.402,4.44507,500,500,5,0,2488,0,0,1), + (5740,5844,0,0,0,-6562.43,-1316.38,208.9,4.19384,500,500,5,0,2310,0,0,1), + (5741,5844,0,0,0,-6527.81,-1347.81,208.834,3.49835,500,500,5,0,2310,0,0,1), + (5742,5846,0,0,0,-6575.26,-1171.38,185.589,3.1454,500,500,5,0,2488,0,0,1), + (5743,9700,0,0,0,-6707.14,-1178.17,240.432,0.33831,500,500,5,0,1,0,0,1), + (5744,5843,0,0,0,-6901.81,-1220.58,179.275,0.628319,500,500,0,0,2294,0,0,0), + (5745,5843,0,0,0,-6885.53,-1151.04,194.771,6.19592,500,500,0,0,2294,0,0,0), + (5748,5857,0,0,0,-6438.21,-1608.26,318.129,6.2343,500,500,10,0,2310,0,0,1), + (5749,6491,1,0,0,-7348.79,-1316.54,-260.86,2.90753,60,60,0,0,7680,0,0,0), + (5751,5843,0,0,0,-6446.89,-1320.6,181.018,5.28835,500,500,0,0,2294,0,0,0), + (5752,6491,1,0,0,6499.08,-2378.94,589.681,4.80547,60,60,0,0,7680,0,0,0), + (5753,5839,0,0,0,-6586.39,-1870.26,245.411,0.296706,500,500,2,0,1441,3575,0,1), + (5754,5850,0,0,0,-6646.35,-1230.8,248.813,2.20218,500,500,5,0,2310,0,0,1), + (5755,5853,0,0,0,-6577.73,-1881.17,245.148,5.67628,500,500,10,0,2251,1286,0,1), + (5756,5839,0,0,0,-6594.51,-1859.47,244.902,4.27606,500,500,0,0,1441,3575,0,0), + (5757,5839,0,0,0,-6608.72,-1867,244.519,4.62512,500,500,2,0,1441,3575,0,1), + (5758,5852,0,0,0,-7243.93,-991.062,242.245,3.73657,500,500,5,0,2488,0,0,1), + (5759,5858,0,0,0,-7232.97,-971.864,247.013,5.81254,500,500,0,0,2488,0,0,0), + (5760,5858,0,0,0,-7254.38,-968.601,256.113,0.884899,500,500,5,0,2488,0,0,1), + (5761,5855,0,0,0,-7146.15,-1050.48,238.428,4.59226,500,500,10,0,2399,0,0,1), + (5762,5858,0,0,0,-7221.21,-912.292,287.55,2.88477,500,500,5,0,2488,0,0,1), + (5763,5858,0,0,0,-7153.95,-1000.73,243.149,1.47306,500,500,5,0,2488,0,0,1), + (5764,5858,0,0,0,-7094.83,-945.729,269.552,4.62438,500,500,5,0,2488,0,0,1), + (5765,5852,0,0,0,-7058.46,-942.979,264.066,6.04568,500,500,5,0,2488,0,0,1), + (5767,8441,0,0,0,-7217.31,-1234.03,254.956,5.49779,500,500,0,0,3294,0,0,0), + (5768,8442,0,0,0,-6475.76,-1653.2,296.978,0.382099,500,500,0,0,1988,1640,0,0), + (5769,8442,0,0,0,-6477.43,-1649.56,297.103,0.397447,500,500,0,0,1988,1640,0,0), + (5770,8442,0,0,0,-6479.65,-1654.76,296.228,0.401084,500,500,0,0,1988,1640,0,0), + (5771,8442,0,0,0,-6472.22,-1651.78,297.728,0.381976,500,500,0,0,1988,1640,0,0), + (5772,8442,0,0,0,-6474.44,-1656.98,297.853,0.389601,500,500,0,0,1988,1640,0,0), + (5773,5855,0,0,0,-7060.31,-1005.89,239.526,2.96367,500,500,5,0,2399,0,0,1), + (5774,5843,0,0,0,-6877.61,-1231.93,177.184,2.40855,500,500,0,0,2294,0,0,0), + (5775,5843,0,0,0,-6882.26,-1248.25,178.805,5.32325,500,500,0,0,2294,0,0,0), + (5776,5846,0,0,0,-6738.26,-1115.7,185.556,1.20548,500,500,5,0,2488,0,0,1), + (5777,8504,0,0,0,-7037.68,-1279.54,242.43,2.81047,500,500,5,0,4950,1695,0,1), + (5778,5843,0,0,0,-6749.63,-1090.01,185.593,1.23918,500,500,0,0,2294,0,0,0), + (5779,5843,0,0,0,-6423.84,-1300.68,180.944,5.84685,500,500,0,0,2294,0,0,0), + (5780,5858,0,0,0,-7111.2,-1022.59,242.031,0.158732,500,500,10,0,2488,0,0,1), + (5781,5855,0,0,0,-6797.63,-1563.06,192.805,5.97808,500,500,10,0,2399,0,0,1), + (5782,5855,0,0,0,-6849.31,-1488.53,203.273,3.61414,500,500,10,0,2399,0,0,1), + (5783,5855,0,0,0,-6779.69,-1479.29,177.858,1.87834,500,500,10,0,2399,0,0,1), + (5784,5850,0,0,0,-6835.42,-1394.65,169.782,5.6182,500,500,10,0,2310,0,0,1), + (5785,5844,0,0,0,-6535.32,-1251.29,180.981,3.05657,500,500,5,0,2310,0,0,1), + (5786,5846,0,0,0,-6601,-1302.1,208.743,0.263823,500,500,5,0,2488,0,0,1), + (5787,5846,0,0,0,-6600.64,-1303.87,208.743,3.84487,500,500,5,0,2488,0,0,1), + (5788,5858,0,0,0,-7128.93,-904.009,296.198,0.43831,500,500,5,0,2488,0,0,1), + (5789,5858,0,0,0,-7213.98,-832.555,315.205,3.98753,500,500,3,0,2488,0,0,1), + (5790,5857,0,0,0,-7348.34,-1607.4,295.454,1.75362,500,500,5,0,2310,0,0,1), + (5791,5862,0,0,0,-6666.3,-721.56,237.965,1.22604,500,500,3,0,4491,4281,0,1), + (5792,5858,0,0,0,-7240.59,-877.813,292.204,5.60613,500,500,5,0,2488,0,0,1), + (5793,5857,0,0,0,-7193.45,-1410.98,246.818,4.75722,500,500,5,0,2310,0,0,1), + (5794,5856,0,0,0,-7111.21,-1751.21,247.887,1.28794,500,500,10,0,1997,0,0,1), + (5795,5858,0,0,0,-7249.75,-814.523,296.623,2.47387,500,500,10,0,2488,0,0,1), + (5796,5856,0,0,0,-6674.57,-1839,247.439,2.856,500,500,10,0,1997,0,0,1), + (5797,5856,0,0,0,-6669.19,-1772.7,261.585,4.03216,500,500,5,0,1997,0,0,1), + (5798,5857,0,0,0,-6625.93,-1574.72,257.774,5.99603,500,500,5,0,2310,0,0,1), + (5799,8400,0,0,0,-6461.91,-1254.6,180.578,3.54302,500,500,0,0,15649,0,0,0), + (5800,5862,0,0,0,-6701.31,-619.674,236.684,5.78993,500,500,3,0,4491,4281,0,1), + (5801,5862,0,0,0,-6731.27,-619.556,239.007,3.79369,500,500,3,0,4491,4281,0,1), + (5802,5844,0,0,0,-6576.65,-1221.07,187.249,3.8879,500,500,5,0,2310,0,0,1), + (5803,8837,0,0,0,-6636.14,-680.606,233.754,5.96391,500,500,5,0,2488,0,0,1), + (5804,8402,0,0,0,-6499.06,-1212.11,180.352,2.28919,500,500,0,0,3077,0,0,0), + (5805,5844,0,0,0,-6665.91,-1179.48,182.789,1.12162,500,500,5,0,2310,0,0,1), + (5806,8402,0,0,0,-6463.98,-1249.29,180.455,5.08271,500,500,0,0,3077,0,0,0), + (5807,8402,0,0,0,-6452.48,-1258.55,180.688,2.74524,500,500,0,0,3077,0,0,0), + (5808,5846,0,0,0,-6641.87,-1282.18,208.69,3.40393,500,500,2,0,2488,0,0,1), + (5809,8402,0,0,0,-6459.25,-1253.23,180.556,3.61874,500,500,0,0,3077,0,0,0), + (5810,8837,0,0,0,-6647.9,-680.267,233.754,2.08198,500,500,5,0,2488,0,0,1), + (5811,8402,0,0,0,-6454.82,-1196.93,180.932,1.44846,500,500,0,0,3077,0,0,0), + (5812,5846,0,0,0,-6641.07,-1276.64,208.774,4.08627,500,500,2,0,2488,0,0,1), + (5813,8402,0,0,0,-6432.58,-1215.31,180.799,0.929468,500,500,0,0,3077,0,0,0), + (5814,5846,0,0,0,-6627.6,-1317.29,208.743,4.82572,500,500,3,0,2488,0,0,1), + (5815,5862,0,0,0,-6726.51,-733.284,235.186,3.52608,500,500,3,0,4491,4281,0,1), + (5816,5861,0,0,0,-6674.18,-761.246,246.096,3.45072,500,500,3,0,6165,0,0,1), + (5817,5861,0,0,0,-6678.74,-818.269,244.195,2.25702,500,500,5,0,6165,0,0,1), + (5818,5861,0,0,0,-6685.95,-848.128,245.478,2.82466,500,500,5,0,6165,0,0,1), + (5819,5853,0,0,0,-7021.05,-1684.2,240.903,1.89983,500,500,5,0,2251,1286,0,1), + (5820,5860,0,0,0,-6608.14,-859.744,245.269,2.32477,500,500,5,0,4776,1640,0,1), + (5821,5854,0,0,0,-7048.36,-1323.67,248.829,2.88288,500,500,10,0,2488,0,0,1), + (5822,8566,0,0,0,-7030.76,-1276.01,242.328,0.891947,500,500,5,0,2488,0,0,1), + (5823,8566,0,0,0,-7036.06,-1276.29,242.055,1.38538,500,500,5,0,2488,0,0,1), + (5824,5854,0,0,0,-7043.3,-1251.95,244.771,1.37804,500,500,5,0,2488,0,0,1), + (5825,5857,0,0,0,-6674.3,-1514.83,242.878,4.8939,500,500,10,0,2310,0,0,1), + (5826,5861,0,0,0,-6613.07,-885.627,244.269,3.17423,500,500,5,0,6165,0,0,1), + (5827,5856,0,0,0,-6826.77,-1784.11,257.509,1.94442,500,500,10,0,1997,0,0,1), + (5828,5855,0,0,0,-6910.83,-1581.48,243.854,6.19653,500,500,5,0,2399,0,0,1), + (5829,5852,0,0,0,-7023.5,-1492.53,239.048,3.44303,500,500,10,0,2488,0,0,1), + (5830,5843,0,0,0,-6886.74,-1257.07,218.037,5.77704,500,500,0,0,2294,0,0,0), + (5831,5843,0,0,0,-6881.03,-1238.88,216.779,0.034907,500,500,0,0,2294,0,0,0), + (5832,5843,0,0,0,-6891.44,-1177.48,196.616,5.93412,500,500,0,0,2294,0,0,0), + (5833,5852,0,0,0,-6931.85,-1197.47,144.877,4.35192,500,500,5,0,2488,0,0,1), + (5834,5854,0,0,0,-6928.73,-1347.68,166.932,2.84014,500,500,5,0,2488,0,0,1), + (5835,5843,0,0,0,-6896.69,-1341.66,175.332,0.645772,500,500,0,0,2294,0,0,0), + (5836,5846,0,0,0,-6770.64,-1184.4,187.47,0.768058,500,500,5,0,2488,0,0,1), + (5837,5844,0,0,0,-6663.24,-1196.25,182.436,1.81446,500,500,5,0,2310,0,0,1), + (5838,5846,0,0,0,-6520.12,-1288.72,200.492,6.01589,500,500,5,0,2488,0,0,1), + (5839,5846,0,0,0,-6569.65,-1273.33,208.743,0.277571,500,500,5,0,2488,0,0,1), + (5840,5843,0,0,0,-6531.13,-1296.98,201.007,4.2586,500,500,0,0,2294,0,0,0), + (5841,5846,0,0,0,-6564.21,-1284.31,208.743,1.68298,500,500,5,0,2488,0,0,1), + (5842,5844,0,0,0,-6600.12,-1272.38,208.743,1.99035,500,500,0,0,2310,0,0,0), + (5843,5844,0,0,0,-6562.62,-1288.67,208.743,4.78134,500,500,5,0,2310,0,0,1), + (5844,5846,0,0,0,-6603.41,-1270.84,208.743,2.39453,500,500,0,0,2488,0,0,0), + (5845,14621,0,0,0,-6633.88,-1232.66,209.835,2.01852,500,500,0,0,13644,3614,0,0), + (5846,8504,0,0,0,-6636.48,-1233.76,209.839,2.97681,500,500,0,0,4950,1695,0,0), + (5847,5844,0,0,0,-6763.56,-1418.76,211.366,3.84942,500,500,3,0,2310,0,0,1), + (5850,5855,0,0,0,-6894.54,-1501.4,193.352,4.89561,500,500,10,0,2399,0,0,1), + (5851,5855,0,0,0,-6674.35,-1270.89,239.569,5.94251,500,500,5,0,2399,0,0,1), + (5852,8837,0,0,0,-6658.57,-625.643,233.754,0.124773,500,500,5,0,2488,0,0,1), + (5853,8837,0,0,0,-6624.85,-667.3,233.754,1.13545,500,500,5,0,2488,0,0,1), + (5854,8837,0,0,0,-6634.78,-624.477,233.754,4.91413,500,500,5,0,2488,0,0,1), + (5855,5854,0,0,0,-6754.87,-1288.1,241.829,2.83421,500,500,10,0,2488,0,0,1), + (5856,8837,0,0,0,-6614.65,-643.404,233.754,3.69769,500,500,5,0,2488,0,0,1), + (5857,5861,0,0,0,-6639.92,-805.495,244.545,4.5546,500,500,5,0,6165,0,0,1), + (5858,8837,0,0,0,-6734.84,-716.688,232.921,1.2338,500,500,5,0,2488,0,0,1), + (5859,5860,0,0,0,-6632.12,-748.933,248.817,4.2679,500,500,3,0,4776,1640,0,1), + (5860,5861,0,0,0,-6629.06,-726.474,245.107,4.98316,500,500,3,0,6165,0,0,1), + (5861,5861,0,0,0,-6603.01,-695.433,245.216,0.237266,500,500,3,0,6165,0,0,1), + (5862,8837,0,0,0,-6671.03,-707.44,233.564,0.249962,500,500,5,0,2488,0,0,2), + (5863,5861,0,0,0,-6676.16,-644.706,239.93,0.694109,500,500,5,0,6165,0,0,1), + (5864,5861,0,0,0,-6596.75,-679.849,242.154,4.96588,500,500,3,0,6165,0,0,1), + (5865,5862,0,0,0,-6744.27,-680.27,237.813,5.36262,500,500,3,0,4491,4281,0,1), + (5866,5862,0,0,0,-6648.82,-648.8,241.986,4.76921,500,500,5,0,4491,4281,0,1), + (5867,5861,0,0,0,-6763.56,-697.825,236.946,1.51177,500,500,3,0,6165,0,0,1), + (5868,5852,0,0,0,-6752.4,-1013.48,237.925,1.93898,500,500,5,0,2488,0,0,1), + (5869,5861,0,0,0,-6651.2,-751.522,247.988,2.21039,500,500,3,0,6165,0,0,1), + (5870,5861,0,0,0,-6752.18,-714.348,237.16,3.47198,500,500,3,0,6165,0,0,1), + (5871,5861,0,0,0,-6648.68,-736.472,247.676,3.74014,500,500,3,0,6165,0,0,1), + (5872,5861,0,0,0,-6633.3,-787.345,245.556,4.11385,500,500,5,0,6165,0,0,1), + (5873,5861,0,0,0,-6623.97,-844.385,244.269,2.54231,500,500,0,0,6165,0,0,0), + (5874,9318,0,0,0,-6449.05,-1430.19,145.087,3.6814,500,500,10,0,2488,0,0,1), + (5875,5858,0,0,0,-6921.02,-953.896,241.047,0.378009,500,500,10,0,2488,0,0,1), + (5876,9318,0,0,0,-6417.64,-1388.79,139.706,6.11681,500,500,10,0,2488,0,0,1), + (5877,5858,0,0,0,-6859.02,-908.624,240.138,0.38634,500,500,10,0,2488,0,0,1), + (5878,9318,0,0,0,-6399.08,-1355.76,135.391,2.04262,500,500,10,0,2488,0,0,1), + (5879,9318,0,0,0,-6419.64,-1330.23,136.034,1.37261,500,500,10,0,2488,0,0,1), + (5880,5858,0,0,0,-7013.7,-1016.74,241.981,3.14711,500,500,10,0,2488,0,0,1), + (5881,9699,0,0,0,-6938.9,-953.245,241.744,4.18991,500,500,10,0,1,0,0,1), + (5882,5858,0,0,0,-6940.71,-982.498,241.335,1.49462,500,500,10,0,2488,0,0,1), + (5883,9318,0,0,0,-6470.85,-1319.27,131.578,0.04458,500,500,10,0,2488,0,0,1), + (5884,205,0,0,0,-10609.6,-979.199,62.4861,4.40484,300,300,5,0,896,0,0,1), + (5885,533,0,0,0,-10512.5,-878.195,47.8963,4.28105,300,300,5,0,724,732,0,1), + (5886,205,0,0,0,-10576.1,-955.146,48.4027,5.92807,300,300,10,0,896,0,0,1), + (5887,533,0,0,0,-10540.1,-920.256,46.7445,6.23143,300,300,10,0,724,732,0,1), + (5888,533,0,0,0,-10488.2,-913.482,45.4971,1.0153,300,300,10,0,724,732,0,1), + (5889,898,0,0,0,-10650.5,-715.848,49.8388,3.89661,300,300,5,0,787,0,0,1), + (5890,533,0,0,0,-10667.1,-779.636,65.9586,3.17963,300,300,10,0,724,732,0,1), + (5891,898,0,0,0,-10674.5,-819.122,61.1378,5.93961,300,300,5,0,787,0,0,1), + (5892,565,0,0,0,-10173.2,281.199,23.632,6.26366,300,300,10,0,494,0,0,1), + (5893,565,0,0,0,-10221.6,311.562,37.8365,0.946633,300,300,5,0,494,0,0,1), + (5894,213,0,0,0,-10226,492.268,26.4498,5.22771,300,300,5,0,449,0,0,1), + (5895,213,0,0,0,-10238,239.361,32.0129,0.139135,300,300,5,0,449,0,0,1), + (5896,213,0,0,0,-10220.4,202.025,25.0565,1.73245,300,300,5,0,449,0,0,1), + (5897,565,0,0,0,-10264.9,252.252,34.5217,5.39537,300,300,5,0,494,0,0,1), + (5898,565,0,0,0,-10222.2,282.823,33.3391,3.55546,300,300,5,0,494,0,0,1), + (5899,9318,0,0,0,-6511.42,-1404.26,148.319,6.27856,500,500,10,0,2488,0,0,1), + (5900,5855,0,0,0,-7213.59,-1017.4,240.075,5.99173,500,500,5,0,2399,0,0,1), + (5901,9318,0,0,0,-6518.38,-1291.91,136.961,3.38934,500,500,10,0,2488,0,0,1), + (5902,9318,0,0,0,-6493.99,-1404.02,147.75,2.60939,500,500,10,0,2488,0,0,1), + (5903,5858,0,0,0,-7028.12,-976.993,251.215,1.26388,500,500,5,0,2488,0,0,1), + (5904,9318,0,0,0,-6485.05,-1446.41,151.352,6.19257,500,500,10,0,2488,0,0,1), + (5905,9318,0,0,0,-6534.55,-1464.63,147.686,3.57925,500,500,10,0,2488,0,0,1), + (5906,9318,0,0,0,-6678.41,-1438.05,167.703,2.03464,500,500,5,0,2488,0,0,1), + (5907,9318,0,0,0,-6599.41,-1463.01,166.355,0.59699,500,500,10,0,2488,0,0,1), + (5908,9699,0,0,0,-6752.69,-949.758,245.405,3.02403,500,500,10,0,1,0,0,1), + (5909,5858,0,0,0,-6822.21,-929.073,242.213,4.49393,500,500,10,0,2488,0,0,1), + (5910,5858,0,0,0,-6849.22,-947.294,242.568,2.18968,500,500,10,0,2488,0,0,1), + (5911,9318,0,0,0,-6655.48,-1477.95,167.87,4.56943,500,500,5,0,2488,0,0,1), + (5912,5858,0,0,0,-6746.39,-941.36,248.124,3.47071,500,500,10,0,2488,0,0,1), + (5913,213,0,0,0,-10183.7,223.565,23.7474,1.97141,300,300,5,0,449,0,0,1), + (5914,5858,0,0,0,-6765.86,-950.991,243.282,5.99173,500,500,10,0,2488,0,0,1), + (5915,5855,0,0,0,-6691.89,-1110.44,241.22,1.66732,500,500,10,0,2399,0,0,1), + (5916,5858,0,0,0,-6692.21,-1043.04,243.047,0.785398,500,500,10,0,2488,0,0,1), + (5917,5858,0,0,0,-6751.83,-980.873,240.564,1.62554,500,500,10,0,2488,0,0,1), + (5918,5858,0,0,0,-6707.2,-1015.16,243.576,0.977525,500,500,5,0,2488,0,0,1), + (5919,5860,0,0,0,-6711.71,-844.539,244.269,1.03775,500,500,5,0,4776,1640,0,1), + (5920,5861,0,0,0,-6685.1,-879.374,257.649,3.95811,500,500,5,0,6165,0,0,1), + (5921,8479,0,0,0,-6679.93,-1194.36,240.297,2.96706,120,120,0,0,15464,7071,0,0), + (5922,213,0,0,0,-10148.8,312.775,25.0292,6.20492,300,300,10,0,449,0,0,1), + (5923,213,0,0,0,-10135.4,364.584,30.3683,2.44177,300,300,10,0,449,0,0,1), + (5924,213,0,0,0,-10186.1,72.9431,26.4347,3.17186,300,300,10,0,449,0,0,1), + (5925,565,0,0,0,-10185.8,413.005,36.8115,3.18272,300,300,10,0,494,0,0,1), + (5926,213,0,0,0,-10184.4,147.96,27.2086,5.93165,300,300,10,0,449,0,0,1), + (5927,213,0,0,0,-10190.9,95.483,27.1476,5.44535,300,300,10,0,449,0,0,1), + (5928,539,0,0,0,-10099.5,-169.704,28.5794,5.07957,300,300,5,0,417,0,0,1), + (5929,217,0,0,0,-10224.1,237.008,28.2865,0.338426,300,300,5,0,449,0,0,1), + (5930,217,0,0,0,-10181.5,376.746,36.5766,2.66048,300,300,10,0,449,0,0,1), + (5931,202,0,0,0,-10786.2,-1344.07,38.4342,3.27457,300,300,10,0,617,0,0,1), + (5932,202,0,0,0,-10752.3,-1305.99,49.1337,5.24998,300,300,5,0,617,0,0,1), + (5933,202,0,0,0,-10760.8,-1357.76,38.6829,2.18092,300,300,10,0,617,0,0,1), + (5934,923,0,0,0,-10900.1,-665.051,44.3963,3.71821,300,300,5,0,617,0,0,1), + (5935,1270,0,0,0,-10359.6,-1206.26,41.501,4.21648,300,300,5,0,950,0,0,1), + (5936,1270,0,0,0,-10378.8,-1197.9,43.2235,3.43652,300,300,5,0,950,0,0,1), + (5937,888,0,0,0,-10923.2,-384.928,39.4344,0.942478,300,300,0,0,1707,0,0,0), + (5938,499,0,0,0,-10934.5,-381.813,40.1976,0.174533,300,300,0,0,1454,0,0,0), + (5939,1270,0,0,0,-10320.3,-1268.85,36.0147,5.88851,300,300,10,0,950,0,0,1), + (5940,898,0,0,0,-10212.9,-716.786,39.0129,0.498921,300,300,5,0,787,0,0,1), + (5941,887,0,0,0,-10624.6,-1185.56,28.9689,0.263761,300,300,5,0,3260,0,0,2), + (5942,202,0,0,0,-10571.7,277.592,29.9497,3.01098,300,300,5,0,617,0,0,1), + (5943,213,0,0,0,-10060.3,-1248,29.5661,6.07171,300,300,10,0,449,0,0,1), + (5944,213,0,0,0,-10053.6,-1337.52,30.7027,3.90051,300,300,10,0,449,0,0,1), + (5945,565,0,0,0,-10048.2,-647.193,42.2363,0.950607,300,300,10,0,494,0,0,1), + (5946,217,0,0,0,-10050.7,-718.386,36.9141,3.39182,300,300,10,0,449,0,0,1), + (5947,569,0,0,0,-10118.6,-713.653,41.285,2.19241,300,300,10,0,531,0,0,1), + (5948,565,0,0,0,-10069.9,-683.935,35.7575,2.71257,300,300,10,0,494,0,0,1), + (5949,565,0,0,0,-10041.3,-949.832,33.9731,5.43287,300,300,10,0,494,0,0,1), + (5950,213,0,0,0,-9997.15,-727.657,31.9249,3.78275,300,300,10,0,449,0,0,1), + (5951,569,0,0,0,-10113.4,-649.301,48.6061,6.19129,300,300,10,0,531,0,0,1), + (5952,565,0,0,0,-10067,-826.614,36.4153,0.954632,300,300,10,0,494,0,0,1), + (5953,213,0,0,0,-10020.9,-753.347,35.8251,3.23932,300,300,10,0,449,0,0,1), + (5954,217,0,0,0,-10075.5,-1219.58,30.6103,5.28098,300,300,5,0,449,0,0,1), + (5955,213,0,0,0,-10024.7,-892.68,29.9796,4.2878,300,300,10,0,449,0,0,1), + (5956,569,0,0,0,-10134.5,-836.731,36.7839,1.26936,300,300,10,0,531,0,0,1), + (5957,217,0,0,0,-10046.3,-511.442,47.441,1.10703,300,300,10,0,449,0,0,1), + (5958,531,0,0,0,-10551.9,275.876,28.4794,0.160924,300,300,10,0,664,0,0,1), + (5959,202,0,0,0,-10579.2,278.342,30.9914,0.384443,300,300,5,0,617,0,0,1), + (5960,2470,0,0,0,-10580.2,-1185.24,27.1186,2.92245,300,300,0,0,2016,0,0,0), + (5961,531,0,0,0,-10478.4,232.747,31.9005,5.8501,300,300,5,0,664,0,0,1), + (5962,923,0,0,0,-10148.4,-951.571,31.0314,5.93436,300,300,5,0,617,0,0,1), + (5963,923,0,0,0,-10258.3,-1038.85,44.238,4.39043,300,300,0,0,617,0,0,0), + (5964,949,0,0,0,-10377.3,200.989,33.8058,1.64113,300,300,0,0,734,0,0,0), + (5965,495,0,0,0,-10551.6,-1181.89,28.0373,5.88565,300,300,5,0,2284,0,0,2), + (5966,604,0,0,0,-10305.9,142.479,1.78054,2.7089,300,300,5,0,840,0,0,1), + (5967,628,0,0,0,-10354.1,-1056.08,50.0961,4.31341,300,300,5,0,664,0,0,1), + (5968,48,0,0,0,-10970.9,-1298.52,53.0112,5.55031,300,300,10,0,531,0,0,1), + (5969,604,0,0,0,-10290.2,146.278,2.58409,4.31581,300,300,5,0,840,0,0,1), + (5970,604,0,0,0,-10350.8,134.42,3.42368,3.80592,300,300,5,0,840,0,0,1), + (5971,604,0,0,0,-10268.3,146.103,1.10352,2.17157,300,300,5,0,840,0,0,1), + (5972,210,0,0,0,-10341,164.789,11.2514,1.69798,300,300,0,0,788,0,0,0), + (5973,210,0,0,0,-10205.7,156.314,1.68362,4.58273,300,300,5,0,788,0,0,1), + (5974,48,0,0,0,-11013.2,-1335.94,52.1905,4.77493,300,300,5,0,531,0,0,1), + (5975,604,0,0,0,-10365.5,181.57,33.8229,0.116121,300,300,10,0,840,0,0,1), + (5976,604,0,0,0,-10377.8,195.893,34.1059,2.85307,300,300,10,0,840,0,0,1), + (5977,604,0,0,0,-10347.1,201.353,32.579,3.1559,300,300,0,0,840,0,0,0), + (5978,604,0,0,0,-10359.4,202.731,34.3771,5.92968,300,300,5,0,840,0,0,1), + (5979,604,0,0,0,-10341.7,172.724,15.8161,1.95127,300,300,0,0,840,0,0,0), + (5980,570,0,0,0,-10340.8,157.929,7.06713,0.926079,300,300,0,0,896,0,0,0), + (5981,604,0,0,0,-10334.9,137.397,4.02283,4.75137,300,300,0,0,840,0,0,0), + (5982,604,0,0,0,-10322.6,140.166,1.78054,1.8587,300,300,5,0,840,0,0,1), + (5983,604,0,0,0,-10332.3,122.914,3.04427,2.20922,300,300,5,0,840,0,0,1), + (5984,48,0,0,0,-11008.4,-1264.12,51.8593,3.281,300,300,5,0,531,0,0,1), + (5985,48,0,0,0,-10981.1,-1242.32,52.3393,2.34,300,300,5,0,531,0,0,1), + (5986,48,0,0,0,-10991.9,-1289.71,52.959,4.29132,300,300,10,0,531,0,0,1), + (5987,48,0,0,0,-10980.3,-1342.12,51.7402,2.75336,300,300,5,0,531,0,0,1), + (5988,48,0,0,0,-10954.2,-1320.83,52.6037,0.705983,300,300,10,0,531,0,0,1), + (5989,48,0,0,0,-10953.3,-1384.4,65.2462,5.53368,300,300,5,0,531,0,0,1), + (5990,203,0,0,0,-10980.9,-1381.33,61.0203,1.32645,300,300,0,0,472,1357,0,0), + (5991,203,0,0,0,-11012.2,-1381.75,54.623,0.145232,300,300,5,0,472,1357,0,1), + (5992,203,0,0,0,-10998.9,-1314.28,52.8165,3.29435,300,300,10,0,472,1357,0,1), + (5993,203,0,0,0,-10964.6,-1318.75,52.6037,6.05268,300,300,10,0,472,1357,0,1), + (5994,203,0,0,0,-11009.8,-1295.63,53.5728,5.8722,300,300,10,0,472,1357,0,1), + (5995,48,0,0,0,-11045.4,-1349.42,54.927,5.33909,300,300,10,0,531,0,0,1), + (5996,203,0,0,0,-11056.8,-1315.42,54.2223,2.93883,300,300,5,0,472,1357,0,1), + (5997,203,0,0,0,-11030.9,-1288.73,51.5893,6.03245,300,300,5,0,472,1357,0,1), + (5998,48,0,0,0,-11030.6,-1319.88,53.4609,4.87156,300,300,10,0,531,0,0,1), + (5999,48,0,0,0,-10916.5,-1343.13,52.9256,6.21137,300,300,10,0,531,0,0,1), + (6000,203,0,0,0,-10905.6,-1320.35,53.0418,0.621293,300,300,10,0,472,1357,0,1), + (6001,48,0,0,0,-10964.5,-1354.44,51.6321,3.09899,300,300,5,0,531,0,0,1), + (6002,203,0,0,0,-11025.8,-1351.9,52.1104,6.1574,300,300,5,0,472,1357,0,1), + (6003,203,0,0,0,-10943.6,-1243.62,51.9106,2.08254,300,300,10,0,472,1357,0,1), + (6004,203,0,0,0,-10943.9,-1279.35,53.091,4.2428,300,300,10,0,472,1357,0,1), + (6005,48,0,0,0,-10922.9,-1273.56,52.7212,1.57861,300,300,10,0,531,0,0,1), + (6006,930,0,0,0,-10425,-38.9584,46.1307,2.65459,300,300,10,0,664,0,0,1), + (6007,2110,0,0,0,-11009.4,-349.06,42.2594,0.829568,300,300,5,0,1,0,0,1), + (6008,565,0,0,0,-10645,544.111,28.2801,2.36448,300,300,10,0,494,0,0,1), + (6009,565,0,0,0,-10813.9,546.755,32.1653,3.83708,300,300,10,0,494,0,0,1), + (6010,565,0,0,0,-10747.4,521.399,35.0375,6.27733,300,300,10,0,494,0,0,1), + (6011,213,0,0,0,-10578,544.617,33.5339,0.384131,300,300,10,0,449,0,0,1), + (6012,1258,0,0,0,-10348.6,-982.089,48.3296,1.30903,300,300,10,0,734,0,0,1), + (6013,1258,0,0,0,-10307.6,-948.075,40.1439,3.30256,300,300,10,0,734,0,0,1), + (6014,628,0,0,0,-10233.8,-951.253,37.7644,6.2578,300,300,10,0,664,0,0,1), + (6015,1258,0,0,0,-10279.2,-935.082,41.9086,4.6753,300,300,10,0,734,0,0,1), + (6016,569,0,0,0,-10708,499.362,33.5438,0.463648,300,300,10,0,531,0,0,1), + (6017,539,0,0,0,-10713.7,543.197,34.112,2.8719,300,300,10,0,417,0,0,1), + (6018,539,0,0,0,-10844.5,519.354,30.2698,2.18789,300,300,10,0,417,0,0,1), + (6019,539,0,0,0,-10779.7,552.547,33.8605,1.68426,300,300,10,0,417,0,0,1), + (6020,217,0,0,0,-10556,542.744,26.69,5.80471,300,300,10,0,449,0,0,1), + (6021,539,0,0,0,-10670.7,542.129,29.2946,3.30256,300,300,5,0,417,0,0,1), + (6022,539,0,0,0,-10523.2,619.721,24.7277,2.63028,300,300,5,0,417,0,0,1), + (6023,539,0,0,0,-10451.3,621.156,24.2208,3.79694,300,300,5,0,417,0,0,1), + (6024,628,0,0,0,-10217,-887.59,38.0088,1.55127,300,300,10,0,664,0,0,1), + (6025,539,0,0,0,-10782,510.013,35.2679,3.32302,300,300,5,0,417,0,0,1), + (6026,217,0,0,0,-10703.2,530.951,32.6661,3.89153,300,300,10,0,449,0,0,1), + (6027,539,0,0,0,-10684.5,575.909,27.504,2.33686,300,300,5,0,417,0,0,1), + (6028,539,0,0,0,-10746,578.998,28.4273,0.217014,300,300,5,0,417,0,0,1), + (6029,569,0,0,0,-10634.3,481.896,37.3885,4.84432,300,300,5,0,531,0,0,1), + (6030,539,0,0,0,-10639,509.369,31.9473,1.98939,300,300,10,0,417,0,0,1), + (6031,1258,0,0,0,-10215.7,-876.666,40.9222,1.57539,300,300,10,0,734,0,0,1), + (6032,923,0,0,0,-10864.1,-640.348,38.7049,5.62713,300,300,5,0,617,0,0,1), + (6033,628,0,0,0,-10853.5,-590.733,36.5161,4.35316,300,300,5,0,664,0,0,1), + (6034,923,0,0,0,-10221.6,-980.957,35.9843,2.13768,300,300,10,0,617,0,0,1), + (6035,923,0,0,0,-10874.7,-677.248,49.4081,1.28177,300,300,5,0,617,0,0,1), + (6036,923,0,0,0,-10834.4,-690.781,43.0038,1.5708,300,300,10,0,617,0,0,1), + (6037,628,0,0,0,-10178.3,-898.208,36.2588,5.21741,300,300,10,0,664,0,0,1), + (6038,565,0,0,0,-10207,448.064,35.8234,0.327923,300,300,10,0,494,0,0,1), + (6039,565,0,0,0,-10265.9,478.121,38.2019,4.03918,300,300,10,0,494,0,0,1), + (6040,565,0,0,0,-10207,392.168,43.4146,4.49203,300,300,10,0,494,0,0,1), + (6041,628,0,0,0,-10288.9,-984.754,48.6702,1.42586,300,300,10,0,664,0,0,1), + (6042,923,0,0,0,-10887.7,-611.559,37.5137,2.01085,300,300,5,0,617,0,0,1), + (6043,628,0,0,0,-10316,-1012.54,44.8085,0.7348,300,300,10,0,664,0,0,1), + (6044,923,0,0,0,-10870.2,-548.889,45.5416,0.874648,300,300,5,0,617,0,0,1), + (6045,1258,0,0,0,-10806.4,-538.414,38.4045,0.994175,300,300,10,0,734,0,0,1), + (6046,539,0,0,0,-10217.1,189.472,26.8599,6.02766,300,300,5,0,417,0,0,1), + (6047,539,0,0,0,-10234.9,497.136,26.3223,2.00953,300,300,10,0,417,0,0,1), + (6048,565,0,0,0,-10213.6,459.769,34.7191,5.14597,300,300,10,0,494,0,0,1), + (6049,2110,0,0,0,-10928.7,-548.253,52.9982,4.50295,300,300,0,0,1,0,0,0), + (6050,2110,0,0,0,-10886.2,-140.028,41.3713,3.74609,300,300,10,0,1,0,0,1), + (6051,2110,0,0,0,-10875.3,-290.304,37.4904,1.60907,300,300,5,0,1,0,0,1), + (6052,565,0,0,0,-10552.3,562.217,28.5259,2.48944,300,300,10,0,494,0,0,1), + (6053,539,0,0,0,-10610.4,576.031,29.9522,5.92251,300,300,5,0,417,0,0,1), + (6054,539,0,0,0,-10547.9,590.534,31.7948,0.511024,300,300,10,0,417,0,0,1), + (6055,539,0,0,0,-10487.6,580.612,28.4964,3.54495,300,300,10,0,417,0,0,1), + (6056,2110,0,0,0,-10874.8,-291.856,37.415,1.25748,300,300,5,0,1,0,0,1), + (6057,2110,0,0,0,-11012.3,-353.886,43.223,4.37306,300,300,5,0,1,0,0,1), + (6058,2110,0,0,0,-10393.7,-1102.31,20.4917,4.94623,300,300,5,0,1,0,0,1), + (6059,533,0,0,0,-10576.5,-840.75,50.5996,1.20994,300,300,5,0,724,732,0,1), + (6060,205,0,0,0,-10452.8,-890.506,44.148,6.23203,300,300,10,0,896,0,0,1), + (6061,898,0,0,0,-10255.5,-746.408,44.3482,6.09112,300,300,5,0,787,0,0,1), + (6062,533,0,0,0,-10542.4,-825.397,52.9808,4.47311,300,300,5,0,724,732,0,1), + (6063,898,0,0,0,-10277.7,-743.124,45.3868,1.26872,300,300,5,0,787,0,0,1), + (6064,898,0,0,0,-10477.5,-856.473,49.3007,2.39352,300,300,5,0,787,0,0,1), + (6065,898,0,0,0,-10413,-983.186,45.5472,5.87118,300,300,10,0,787,0,0,1), + (6066,533,0,0,0,-10385.7,-880.085,46.321,1.68282,300,300,5,0,724,732,0,1), + (6067,533,0,0,0,-10244.5,-740.199,43.4732,4.9537,300,300,5,0,724,732,0,1), + (6068,898,0,0,0,-10218.2,-842.935,40.4191,4.86919,300,300,10,0,787,0,0,1), + (6069,205,0,0,0,-10485.9,-844.425,51.3384,0.705421,300,300,5,0,896,0,0,1), + (6070,898,0,0,0,-10391.2,-956.975,45.6412,4.32391,300,300,10,0,787,0,0,1), + (6071,898,0,0,0,-10320.9,-887.667,38.4002,1.50241,300,300,5,0,787,0,0,1), + (6072,533,0,0,0,-10346.7,-855.665,41.8911,5.19855,300,300,5,0,724,732,0,1), + (6073,533,0,0,0,-10412.2,-924.673,45.631,4.76127,300,300,10,0,724,732,0,1), + (6074,898,0,0,0,-10335.8,-918.301,39.8606,5.97681,300,300,10,0,787,0,0,1), + (6075,898,0,0,0,-10254.2,-727.732,45.7757,5.09636,300,300,0,0,787,0,0,0), + (6076,2110,0,0,0,-10820.5,5.51616,38.299,0.954632,300,300,5,0,1,0,0,1), + (6077,1270,0,0,0,-10327.9,-1213.87,36.0871,5.64823,300,300,10,0,950,0,0,1), + (6078,533,0,0,0,-10264.2,-714.354,45.2232,3.12174,300,300,5,0,724,732,0,1), + (6079,898,0,0,0,-10266.3,-734.526,45.7721,5.61996,300,300,0,0,787,0,0,0), + (6080,1270,0,0,0,-10348.4,-1255.68,35.3271,0.969484,300,300,10,0,950,0,0,1), + (6081,930,0,0,0,-10721.7,-131.072,34.6736,0.196629,300,300,5,0,664,0,0,1), + (6082,206,0,0,0,-10988.9,-1146.1,39.6792,3.21193,300,300,10,0,950,0,0,1), + (6083,206,0,0,0,-10980.1,-1119.2,38.7097,1.5054,300,300,5,0,950,0,0,1), + (6084,206,0,0,0,-10948,-1118.83,38.7397,6.14485,300,300,5,0,950,0,0,1), + (6085,930,0,0,0,-10710.1,19.4249,35.8904,0.056691,300,300,5,0,664,0,0,1), + (6086,5844,0,0,0,-6850.19,-1186.73,183.582,5.31154,500,500,5,0,2310,0,0,1), + (6087,5844,0,0,0,-6830.48,-1171.92,189.075,3.22305,500,500,5,0,2310,0,0,1), + (6088,5843,0,0,0,-6865.81,-1199.7,180.539,3.38594,500,500,0,0,2294,0,0,0), + (6089,5843,0,0,0,-6728.56,-1087.35,185.669,2.33874,500,500,0,0,2294,0,0,0), + (6091,1270,0,0,0,-10305.4,-1243.93,36.9946,5.11767,300,300,10,0,950,0,0,1), + (6092,1270,0,0,0,-10265.2,-1237.26,35.9708,0.466826,300,300,5,0,950,0,0,1), + (6093,920,0,0,0,-11106.5,-1160.67,42.2494,0.880033,300,300,0,0,892,852,0,0), + (6094,948,0,0,0,-10335.2,164.208,36.0561,2.14893,300,300,10,0,734,0,0,1), + (6095,16218,533,0,0,3487.76,-2911.2,319.406,3.90954,120,120,0,0,17010,0,0,2), + (6096,16218,533,0,0,3527.81,-2952.38,319.326,3.90954,120,120,0,0,17010,0,0,2), + (6097,1270,0,0,0,-10279.1,-1304.76,46.6425,4.30179,300,300,10,0,950,0,0,1), + (6098,210,0,0,0,-10363.6,155.524,35.5152,2.86801,300,300,10,0,788,0,0,1), + (6099,948,0,0,0,-10398.2,146.614,35.4252,3.04928,300,300,10,0,734,0,0,1), + (6100,930,0,0,0,-10642,20.2353,39.3563,5.69836,300,300,5,0,664,0,0,1), + (6101,1270,0,0,0,-10301.9,-1364.06,60.2068,4.01965,300,300,5,0,950,0,0,1), + (6102,205,0,0,0,-10454.8,-806.807,51.1735,4.45828,300,300,5,0,896,0,0,1), + (6103,205,0,0,0,-10453,-788.974,53.044,5.08302,300,300,5,0,896,0,0,1), + (6104,205,0,0,0,-10476.9,-798.508,53.7967,2.61108,300,300,5,0,896,0,0,1), + (6105,533,0,0,0,-10388,-815.53,47.7868,2.98672,300,300,5,0,724,732,0,1), + (6106,205,0,0,0,-10429.4,-787.449,53.7105,1.92439,300,300,5,0,896,0,0,1), + (6107,205,0,0,0,-10646.4,-898.438,49.8103,1.94255,300,300,0,0,896,0,0,0), + (6108,205,0,0,0,-10415.1,-845.732,48.9628,1.25762,300,300,5,0,896,0,0,1), + (6109,205,0,0,0,-10459.4,-818.188,50.9235,3.3291,300,300,5,0,896,0,0,1), + (6110,205,0,0,0,-10463.7,-806.927,51.6172,4.97419,300,300,0,0,896,0,0,0), + (6111,205,0,0,0,-10435.2,-801.963,51.9235,3.45948,300,300,5,0,896,0,0,1), + (6112,1270,0,0,0,-10309.5,-1322.55,50.1948,1.63833,300,300,10,0,950,0,0,1), + (6113,920,0,0,0,-11077.6,-1140.17,42.8358,2.41111,300,300,0,0,892,852,0,0), + (6114,898,0,0,0,-10621.8,-825.516,51.4391,3.2519,300,300,5,0,787,0,0,1), + (6115,205,0,0,0,-10530.9,-786.683,57.4378,3.48063,300,300,5,0,896,0,0,1), + (6116,898,0,0,0,-10580,-795.042,57.0981,1.44547,300,300,5,0,787,0,0,1), + (6117,205,0,0,0,-10613.6,-894.087,48.9565,0.155291,300,300,10,0,896,0,0,1), + (6118,205,0,0,0,-10631.9,-902.151,49.5947,1.4357,300,300,10,0,896,0,0,1), + (6119,205,0,0,0,-10650.4,-912.464,52.1801,0.933282,300,300,10,0,896,0,0,1), + (6120,205,0,0,0,-10630.5,-874.173,49.2065,1.21812,300,300,10,0,896,0,0,1), + (6121,205,0,0,0,-10432.3,-811.614,50.0888,6.21725,300,300,5,0,896,0,0,1), + (6122,533,0,0,0,-10653.6,-839.113,61.197,5.27223,300,300,5,0,724,732,0,1), + (6123,533,0,0,0,-10260.7,-841.453,42.5025,0.989836,300,300,10,0,724,732,0,1), + (6124,205,0,0,0,-10467.1,-810.72,51.953,5.55015,300,300,0,0,896,0,0,0), + (6125,205,0,0,0,-10646.8,-884.137,50.1853,4.42309,300,300,0,0,896,0,0,0), + (6126,6170,0,0,0,-11105.7,-1161.75,42.1743,1.31907,300,300,5,0,977,935,0,2), + (6127,10038,0,0,0,-10534.3,-1199.89,27.5723,1.32575,300,300,5,0,5402,0,0,1), + (6128,206,0,0,0,-11025.6,-1137.82,38.7108,6.19245,300,300,5,0,950,0,0,1), + (6129,6177,0,0,0,-5784.32,-2055.22,408.232,0.05236,180,180,0,0,334,165,1,0), + (6130,1116,0,0,0,-5736.76,-1888.81,400.159,6.08237,180,180,0,0,176,0,0,0), + (6132,206,0,0,0,-11041.6,-1125.62,38.6025,3.69915,300,300,5,0,950,0,0,1), + (6133,10038,0,0,0,-10581.3,-1194.23,27.7495,2.28695,300,300,5,0,5402,0,0,1), + (6134,628,0,0,0,-10756.9,-779.059,42.5009,3.30835,300,300,10,0,664,0,0,1), + (6135,628,0,0,0,-10775.7,-768.613,43.1391,5.03354,300,300,10,0,664,0,0,1), + (6136,923,0,0,0,-10811.1,-780.725,46.1914,2.97416,300,300,10,0,617,0,0,1), + (6137,923,0,0,0,-10783.3,-813.144,44.5475,2.28154,300,300,10,0,617,0,0,1), + (6138,206,0,0,0,-11023.3,-1147.91,38.7108,3.09107,300,300,5,0,950,0,0,1), + (6139,5620,0,0,0,-9210.83,-2150.71,64.4372,3.19926,300,300,0,0,980,0,0,0), + (6140,6728,0,0,0,-9224.18,-2157.7,64.0168,2.61799,300,300,0,0,64,0,0,0), + (6141,1680,0,0,0,-9315.38,-2156.69,63.4832,4.83902,300,300,0,0,413,0,0,0), + (6142,790,0,0,0,-9260.76,-2219.88,64.0168,3.45575,300,300,0,0,1042,0,0,0), + (6143,777,0,0,0,-9260.21,-2203.09,64.0584,3.33358,300,300,0,0,919,0,0,0), + (6144,3089,0,0,0,-9201.07,-2151.17,64.4242,1.64061,300,300,0,0,980,0,0,0), + (6145,1671,0,0,0,-9244.62,-2028.25,77.1862,3.45575,300,300,0,0,1240,0,0,0), + (6146,721,0,0,0,-9521.69,-3276.14,49.0673,5.27993,300,300,5,0,1,0,0,1), + (6147,429,0,0,0,-9295.82,-3307.97,150.225,0.523599,300,300,0,0,640,655,0,0), + (6148,429,0,0,0,-9291.38,-3313.79,150.225,0.698132,300,300,0,0,640,655,0,0), + (6149,429,0,0,0,-9279.97,-3286.89,132.381,3.7001,300,300,0,0,640,655,0,0), + (6150,848,0,0,0,-9327.6,-2202.14,61.898,2.48597,300,300,0,0,166,0,0,2), + (6151,5607,0,0,0,-9349.74,-2184.76,62.3281,3.08923,300,300,0,0,64,8336,0,0), + (6152,851,0,0,0,-9238.86,-2034.53,78.1635,3.28305,300,300,0,0,166,0,0,0), + (6153,5608,0,0,0,-9349.57,-2186.43,62.2727,2.9147,300,300,0,0,64,0,0,0), + (6154,849,0,0,0,-9262.29,-2204.6,63.934,3.56748,300,300,0,0,112,0,0,2), + (6155,847,0,0,0,-9262.29,-2204.6,63.934,3.56748,300,300,0,0,166,0,0,0), + (6156,850,0,0,0,-9174.33,-2109.71,88.95,5.89073,300,300,0,0,166,0,0,2), + (6157,935,0,0,0,-9416.56,-2289.82,67.7961,2.32129,300,300,0,0,2016,0,0,0), + (6158,933,0,0,0,-9420.86,-2295.08,67.6711,0.152267,300,300,0,0,2016,0,0,0), + (6159,568,0,0,0,-9013.23,-3209.73,108.176,5.49779,300,300,0,0,664,0,0,0), + (6160,568,0,0,0,-9009.29,-3212.87,108.175,3.47321,300,300,0,0,664,0,0,0), + (6161,429,0,0,0,-9014.05,-3215.53,107.964,3.03687,300,300,0,0,640,655,0,0), + (6162,3096,0,0,0,-9726.25,-3187.31,58.6922,0.820305,300,300,0,0,1042,0,0,0), + (6163,3097,0,0,0,-9603.37,-3486.69,122.109,4.99164,300,300,0,0,919,0,0,0), + (6164,8965,0,0,0,-9351.62,-2207.26,62.1803,3.08923,300,300,0,0,64,0,0,0), + (6165,8962,0,0,0,-9351.52,-2205.56,62.1914,3.24631,300,300,0,0,64,0,0,0), + (6166,8963,0,0,0,-9351.24,-2204.45,62.1808,4.85202,300,300,0,0,42,0,0,0), + (6167,2697,0,0,0,-9601.07,-3503.22,122.039,1.50098,300,300,0,0,1684,0,0,0), + (6168,385,0,0,0,-9601.79,-3489.07,122.01,3.51012,300,300,5,0,164,0,0,1), + (6169,385,0,0,0,-9589.58,-3485.42,122.081,4.61424,300,300,5,0,164,0,0,1), + (6170,6295,0,0,0,-9607.35,-3499.28,122.039,0.575959,300,300,0,0,1528,0,0,0), + (6171,6966,0,0,0,-9328.45,-2180.02,64.0383,1.93731,300,300,0,0,919,0,0,0), + (6172,7009,0,0,0,-9332.6,-2180.06,62.0734,1.309,500,500,0,0,5544,0,0,0), + (6173,266,0,0,0,-9231.59,-2145.62,71.3951,5.35816,300,300,0,0,1309,0,0,0), + (6174,464,0,0,0,-9609.64,-1902.4,59.8859,4.09018,300,300,0,0,1605,0,0,0), + (6175,346,0,0,0,-9211.5,-2145.7,64.4372,3.62629,300,300,0,0,980,0,0,0), + (6176,343,0,0,0,-9209.71,-2063.14,78.2817,3.54302,300,300,0,0,860,0,0,0), + (6177,381,0,0,0,-9261.03,-2172.66,64.2033,1.27409,300,300,0,0,919,0,0,0), + (6178,545,0,0,0,-9325.49,-2834.43,68.7136,3.71851,300,300,0,0,404,456,0,0), + (6179,545,0,0,0,-9355.54,-2778.58,55.1189,2.43568,300,300,5,0,404,456,0,1), + (6180,578,0,0,0,-9339.6,-2806.3,55.9974,3.45575,300,300,0,0,449,0,0,0), + (6181,578,0,0,0,-9405.76,-2831.32,36.9438,1.60806,300,300,5,0,449,0,0,1), + (6182,578,0,0,0,-9333.28,-2835.81,66.327,3.33358,300,300,0,0,449,0,0,0), + (6183,578,0,0,0,-9328.36,-2829.11,69.4442,2.32129,300,300,0,0,449,0,0,0), + (6184,545,0,0,0,-9323.29,-2827.97,68.8947,2.05949,300,300,0,0,404,456,0,0), + (6185,578,0,0,0,-9348.54,-2835.57,60.8664,2.42601,300,300,0,0,449,0,0,0), + (6186,578,0,0,0,-9377.07,-2792.06,54.227,4.14551,300,300,5,0,449,0,0,1), + (6187,578,0,0,0,-9365.6,-2811.07,44.392,3.33136,300,300,5,0,449,0,0,1), + (6188,545,0,0,0,-9355.49,-2801.36,54.9687,3.62271,300,300,5,0,404,456,0,1), + (6189,545,0,0,0,-9381,-2751.87,54.7918,2.18471,300,300,5,0,404,456,0,1), + (6190,578,0,0,0,-9312.15,-2810.88,73.8875,0.630311,300,300,0,0,449,0,0,0), + (6191,485,0,0,0,-9580.23,-3257.62,49.4698,0,300,300,0,0,494,0,0,0), + (6192,485,0,0,0,-9496.42,-3213.14,62.7444,4.34587,300,300,0,0,494,0,0,0), + (6193,485,0,0,0,-9549.83,-3257.3,49.0535,3.9968,300,300,0,0,494,0,0,0), + (6194,437,0,0,0,-9544.79,-3260.65,49.2277,3.10669,300,300,0,0,531,0,0,0), + (6195,485,0,0,0,-9551.27,-3264.84,49.3943,1.85005,300,300,0,0,494,0,0,0), + (6196,437,0,0,0,-9508.85,-3301.33,48.4504,5.74213,300,300,0,0,531,0,0,0), + (6197,437,0,0,0,-9548.54,-3242.06,50.9698,4.34587,300,300,0,0,531,0,0,0), + (6198,545,0,0,0,-9465.86,-3324.8,3.10257,2.14675,300,300,0,0,404,456,0,0), + (6199,545,0,0,0,-9449.8,-3334.13,5.9687,1.309,300,300,0,0,404,456,0,0), + (6200,544,0,0,0,-9422.61,-3324.81,2.2351,0.807696,300,300,0,0,531,0,0,0), + (6201,545,0,0,0,-9434.12,-3332.06,5.1319,0.610865,300,300,0,0,404,456,0,0), + (6202,544,0,0,0,-9438.08,-3333.73,5.81795,3.26377,300,300,0,0,531,0,0,0), + (6203,544,0,0,0,-9439.37,-3331.28,4.79289,2.35619,300,300,0,0,531,0,0,0), + (6204,545,0,0,0,-9461.09,-3335.59,6.49758,5.86431,300,300,0,0,404,456,0,0), + (6205,545,0,0,0,-9460.58,-3349.75,6.60973,1.15192,300,300,0,0,404,456,0,0), + (6206,544,0,0,0,-9445.09,-3345.27,6.57073,2.35619,300,300,0,0,531,0,0,0), + (6207,429,0,0,0,-9361.24,-3313.63,92.521,0.733038,300,300,0,0,640,655,0,0), + (6208,429,0,0,0,-9392.44,-3335.53,88.6527,2.68781,300,300,0,0,640,655,0,0), + (6209,429,0,0,0,-9373.74,-3317.14,92.2253,2.42601,300,300,0,0,640,655,0,0), + (6210,431,0,0,0,-9414.44,-3391.81,89.1361,0.750492,300,300,0,0,734,0,0,0), + (6211,429,0,0,0,-9413.65,-3381.52,89.4909,5.42797,300,300,0,0,640,655,0,0), + (6212,431,0,0,0,-9407.83,-3385.77,88.5991,0.401426,300,300,0,0,734,0,0,0), + (6213,429,0,0,0,-9347.46,-3360.01,89.3015,3.9619,300,300,0,0,640,655,0,0), + (6214,568,0,0,0,-9378.11,-3359.17,89.3708,0,300,300,0,0,664,0,0,0), + (6215,431,0,0,0,-9433.2,-3368.24,88.4603,2.37365,300,300,0,0,734,0,0,0), + (6216,5846,0,0,0,-6749.3,-1229.09,181.929,1.8755,500,500,5,0,2488,0,0,1), + (6217,5855,0,0,0,-6715.62,-1185.73,240.402,5.67996,500,500,10,0,2399,0,0,1), + (6218,8277,0,0,0,-7189.3,-1704.58,242.323,1.25664,7200,7200,10,0,2577,0,0,2), + (6219,9699,0,0,0,-6492.92,-1114.86,305.234,3.76593,500,500,10,0,1,0,0,1), + (6220,5857,0,0,0,-7333.46,-1589.53,315.578,5.50884,500,500,5,0,2310,0,0,1), + (6221,5855,0,0,0,-7252,-1579.61,272.481,1.40597,500,500,5,0,2399,0,0,1), + (6222,5844,0,0,0,-6859.4,-1226.64,176.612,5.11897,500,500,5,0,2310,0,0,2), + (6223,5855,0,0,0,-6949.87,-1237.09,144.506,0.284127,500,500,5,0,2399,0,0,1), + (6224,5843,0,0,0,-6913.96,-1281.48,182.07,0.069813,500,500,0,0,2294,0,0,0), + (6225,5843,0,0,0,-6905.94,-1310.08,180.415,6.19592,500,500,0,0,2294,0,0,0), + (6226,5844,0,0,0,-6843.74,-1379.45,169.087,0.928003,500,500,3,0,2310,0,0,1), + (6227,5844,0,0,0,-6846.29,-1377.84,168.912,0.903507,500,500,3,0,2310,0,0,1), + (6228,5857,0,0,0,-6596.13,-1570.88,272.538,0.035142,500,500,10,0,2310,0,0,1), + (6229,8278,0,0,0,-7028.84,-981.844,249.998,2.61056,7200,7200,0,0,2768,0,0,0), + (6230,5854,0,0,0,-6708.54,-1109.27,244.616,1.1054,500,500,5,0,2488,0,0,1), + (6231,5854,0,0,0,-6771.64,-1153.67,243.399,2.02511,500,500,10,0,2488,0,0,1), + (6232,5854,0,0,0,-6687.32,-1386.22,240.638,4.84639,500,500,10,0,2488,0,0,1), + (6233,5857,0,0,0,-6666.13,-1556.07,242.131,3.47569,500,500,5,0,2310,0,0,1), + (6234,5857,0,0,0,-6609.41,-1451.65,265.908,1.07157,500,500,10,0,2310,0,0,1), + (6235,5854,0,0,0,-6718.95,-1344.72,240.513,2.50979,500,500,10,0,2488,0,0,1), + (6236,5854,0,0,0,-6813.49,-1176.91,239.917,0.348113,500,500,10,0,2488,0,0,1), + (6237,5854,0,0,0,-6881.75,-1047.02,245.924,3.82883,500,500,10,0,2488,0,0,1), + (6238,5854,0,0,0,-6812.6,-1079.57,242.737,6.14195,500,500,5,0,2488,0,0,1), + (6239,5854,0,0,0,-6782.29,-1048.12,240.75,1.28091,500,500,10,0,2488,0,0,1), + (6240,8282,0,0,0,-6653.42,-647.411,241.82,6.11187,43200,43200,0,0,5502,3728,0,0), + (6241,5854,0,0,0,-6715.64,-1252.52,242.069,0.210412,500,500,5,0,2488,0,0,1), + (6242,5856,0,0,0,-7219.53,-1764.73,244.519,0.61637,500,500,10,0,1997,0,0,1), + (6243,5843,0,0,0,-6900.39,-1285.03,216.064,6.02139,500,500,0,0,2294,0,0,0), + (6244,5855,0,0,0,-7018.55,-1353.97,239.518,1.66146,500,500,5,0,2399,0,0,1), + (6245,5855,0,0,0,-6920.38,-1521.84,190.857,1.62795,500,500,5,0,2399,0,0,1), + (6246,5855,0,0,0,-6752.88,-1562.62,195.454,4.36781,500,500,10,0,2399,0,0,1), + (6247,5854,0,0,0,-6756.99,-1212.31,245.065,1.87403,500,500,5,0,2488,0,0,1), + (6248,5857,0,0,0,-6512.39,-1617.92,300.874,0.922606,500,500,5,0,2310,0,0,1), + (6249,5857,0,0,0,-6490.17,-1588.35,318.712,3.00633,500,500,10,0,2310,0,0,1), + (6250,8566,0,0,0,-6941.07,-1479.42,235.674,0.574123,500,500,5,0,2488,0,0,2), + (6251,5846,0,0,0,-6724.09,-1617.32,194.129,4.89442,500,500,5,0,2488,0,0,2), + (6252,431,0,0,0,-9384.97,-3346.69,88.6101,3.16096,300,300,5,0,734,0,0,1), + (6253,429,0,0,0,-9361.1,-3303.4,91.0516,1.68232,300,300,5,0,640,655,0,1), + (6254,429,0,0,0,-9337.67,-3411.72,90.5156,3.83708,300,300,5,0,640,655,0,1), + (6255,568,0,0,0,-9362.63,-3401.28,92.1525,5.61119,300,300,5,0,664,0,0,1), + (6256,431,0,0,0,-9370.03,-3344.07,90.3972,5.8852,300,300,5,0,734,0,0,1), + (6257,431,0,0,0,-9391.02,-3409.35,88.4583,3.8274,300,300,5,0,734,0,0,1), + (6258,431,0,0,0,-9406.09,-3408.26,87.128,0.405156,300,300,5,0,734,0,0,1), + (6259,3090,0,0,0,-9170.52,-2115.84,88.9624,1.93888,300,300,0,0,1240,0,0,0), + (6260,3086,0,0,0,-9215.79,-2066.68,82.855,3.49771,300,300,0,0,919,0,0,0), + (6261,9982,0,0,0,-9249.09,-2152.7,64.0168,3.12414,300,300,0,0,1605,0,0,0), + (6262,3087,0,0,0,-9204.44,-2065.39,78.0871,0.569116,300,300,0,0,1042,0,0,0), + (6263,3088,0,0,0,-9173.33,-2088.29,89.0329,3.80482,300,300,0,0,1240,0,0,0), + (6264,812,0,0,0,-9237.78,-2041.65,78.1678,4.64889,300,300,0,0,919,0,0,0), + (6265,3091,0,0,0,-9234.38,-2160.86,71.2118,6.08985,300,300,0,0,1309,0,0,0), + (6266,791,0,0,0,-9260.25,-2195.37,64.0168,3.45575,300,300,0,0,919,0,0,0), + (6267,721,0,0,0,-9254.87,-3144.46,107.969,0.158697,300,300,10,0,1,0,0,1), + (6268,397,0,0,0,-9291.54,-3309.94,150.082,0.872665,300,300,0,0,1794,1707,0,0), + (6269,819,0,0,0,-9293.8,-3285.93,150.225,5.93412,300,300,0,0,589,618,0,0), + (6270,342,0,0,0,-9245.81,-2045.33,77.1861,5.23599,300,300,0,0,919,0,0,0), + (6271,348,0,0,0,-9310.69,-2140.65,63.6901,1.91986,300,300,0,0,1240,0,0,0), + (6272,422,0,0,0,-9466.54,-2893.63,84.436,0,300,300,0,0,417,0,0,0), + (6273,578,0,0,0,-9312.34,-2808.69,74.1375,3.47321,300,300,0,0,449,0,0,0), + (6274,578,0,0,0,-9315.64,-2810.97,73.5125,1.0472,300,300,0,0,449,0,0,0), + (6275,429,0,0,0,-9368.86,-3330.47,92.19,3.85718,300,300,0,0,640,655,0,0), + (6276,3085,0,0,0,-9204.98,-2149.53,64.3429,3.84107,300,300,0,0,919,0,0,0), + (6277,721,0,0,0,-9636.07,-3237.83,48.5948,1.15041,300,300,10,0,1,0,0,1), + (6278,819,0,0,0,-9289.28,-3282.13,150.225,5.42797,300,300,0,0,589,618,0,0), + (6279,429,0,0,0,-9290.58,-3285.25,150.225,5.55015,300,300,0,0,640,655,0,0), + (6280,721,0,0,0,-9546.06,-2860.46,87.1434,0.537804,300,300,5,0,1,0,0,1), + (6281,721,0,0,0,-9097.18,-3334.1,100.401,0.255692,300,300,10,0,1,0,0,1), + (6282,721,0,0,0,-9681.8,-2985.66,52.3182,2.00448,300,300,5,0,1,0,0,1), + (6283,721,0,0,0,-9376.74,-3438.31,92.5444,4.26259,300,300,5,0,1,0,0,1), + (6284,721,0,0,0,-9716.21,-2573.71,60.4024,6.03763,300,300,10,0,1,0,0,1), + (6285,721,0,0,0,-9242.65,-3397.99,104.559,2.99544,300,300,5,0,1,0,0,1), + (6286,721,0,0,0,-9230.25,-3365.92,100.825,1.42593,300,300,5,0,1,0,0,1), + (6287,721,0,0,0,-9339.67,-3339.95,91.1765,3.09612,300,300,5,0,1,0,0,1), + (6288,615,0,0,0,-8761.4,-2138.31,155.305,5.29189,300,300,0,0,617,0,0,0), + (6289,721,0,0,0,-9705.96,-2777.1,52.0657,5.52324,300,300,10,0,1,0,0,1), + (6290,568,0,0,0,-9423.74,-3432.85,88.868,2.84489,300,300,0,0,664,0,0,0), + (6291,721,0,0,0,-9095.73,-2453.36,120.865,5.35317,300,300,5,0,1,0,0,1), + (6292,721,0,0,0,-9272.89,-3165.61,111.298,1.63779,300,300,10,0,1,0,0,1), + (6293,721,0,0,0,-9708.34,-2615,61.9741,4.65457,300,300,10,0,1,0,0,1), + (6295,431,0,0,0,-9098.54,-3183.15,110.379,5.58505,300,300,0,0,734,0,0,0), + (6296,429,0,0,0,-9094.58,-3177.41,110.129,4.92183,300,300,0,0,640,655,0,0), + (6297,1083,0,0,0,-9528.32,-2651.43,49.9202,4.59094,300,300,10,0,356,0,0,1), + (6298,1116,0,0,0,-5729.95,-1878.76,399.7,0.15708,180,180,0,0,176,0,0,0), + (6299,1117,0,0,0,-5725.38,-1876.18,399.7,3.57792,180,180,0,0,176,0,0,0), + (6300,1117,0,0,0,-5720.96,-1890.72,400.7,4.01414,180,180,0,0,176,0,0,0), + (6301,1117,0,0,0,-5713.44,-1875,400.325,2.63997,180,180,0,0,176,0,0,0), + (6302,1116,0,0,0,-5721.69,-1865.04,399.724,4.87633,180,180,0,0,176,0,0,0), + (6303,721,0,0,0,-5512.94,-1914.89,400.102,5.46832,180,180,10,0,1,0,0,1), + (6304,1689,0,0,0,-5513.86,-1926.36,400.18,6.2617,180,180,0,0,176,0,0,0), + (6305,1689,0,0,0,-5482.73,-1888.72,399.171,0.558185,180,180,0,0,176,0,0,0), + (6306,1196,0,0,0,-5456.15,-1880.89,401.226,1.53009,180,180,10,0,164,0,0,1), + (6307,1127,0,0,0,-5475.9,-1812.29,407.771,3.81908,180,180,0,0,137,0,0,0), + (6308,1689,0,0,0,-5485.9,-1849.39,400.24,5.46936,180,180,0,0,176,0,0,0), + (6309,1127,0,0,0,-5459.84,-1928.9,404.081,4.15527,180,180,0,0,137,0,0,0), + (6310,1689,0,0,0,-5580.63,-2118.72,402.254,0.288692,180,180,5,0,176,0,0,1), + (6311,1118,0,0,0,-5653.54,-2107.26,400.946,4.81279,180,180,5,0,222,0,0,1), + (6312,1118,0,0,0,-5704.85,-2113.41,400.859,4.01139,180,180,5,0,222,0,0,1), + (6313,1689,0,0,0,-5709.52,-2107.53,401.053,3.06704,180,180,5,0,176,0,0,1), + (6314,1117,0,0,0,-5686.15,-2119.57,400.61,3.81152,180,180,5,0,176,0,0,1), + (6315,1118,0,0,0,-5672.98,-2106,400.615,0.981678,180,180,5,0,222,0,0,1), + (6316,1118,0,0,0,-5663.11,-2120.3,400.978,2.14675,180,180,0,0,222,0,0,0), + (6317,1117,0,0,0,-5668.62,-2120.08,401.243,4.38078,180,180,0,0,176,0,0,0), + (6318,1117,0,0,0,-5649.83,-2120.59,400.571,6.27184,180,180,5,0,176,0,0,1), + (6319,1118,0,0,0,-5751.74,-2163.47,400.682,0.069813,180,180,0,0,222,0,0,0), + (6320,721,0,0,0,-5704.01,-2155.43,414.866,3.8873,180,180,10,0,1,0,0,1), + (6321,1118,0,0,0,-5773.77,-2108.05,400.633,5.89879,180,180,5,0,222,0,0,1), + (6322,1117,0,0,0,-5783.03,-2125.94,401.723,4.38447,180,180,5,0,176,0,0,1), + (6323,1117,0,0,0,-5806.63,-2080.29,401.573,1.49599,180,180,0,0,176,0,0,0), + (6324,1689,0,0,0,-5824.76,-2075.19,400.758,3.03717,180,180,0,0,176,0,0,0), + (6325,1689,0,0,0,-5767.96,-2123.71,401.721,2.07201,180,180,5,0,176,0,0,1), + (6326,1127,0,0,0,-5756.74,-2099.08,401.181,1.53347,180,180,5,0,137,0,0,1), + (6327,1117,0,0,0,-5851.44,-2061.23,400.741,1.58664,180,180,0,0,176,0,0,0), + (6328,721,0,0,0,-5682.04,-2214.65,425.253,0.475058,180,180,10,0,1,0,0,1), + (6329,1689,0,0,0,-5697.08,-2216.21,430.253,3.84138,180,180,5,0,176,0,0,1), + (6330,1689,0,0,0,-5620.16,-2204.59,421.543,4.02515,180,180,5,0,176,0,0,1), + (6331,721,0,0,0,-5614.6,-2210.97,422.193,1.25904,180,180,10,0,1,0,0,1), + (6332,721,0,0,0,-5576.1,-2143.6,400.909,1.78353,180,180,10,0,1,0,0,1), + (6333,1689,0,0,0,-5540.59,-2378.91,400.681,3.91127,180,180,5,0,176,0,0,1), + (6334,721,0,0,0,-5531.46,-2362.01,400.888,5.92394,180,180,10,0,1,0,0,1), + (6335,13076,0,0,0,-5560.16,-2369.22,400.748,2.01261,250,250,0,0,1903,0,0,0), + (6336,13076,0,0,0,-5535.4,-2439.24,400.932,2.6529,250,250,0,0,1903,0,0,0), + (190420,14990,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,120,0,0,2471,0,0,0), + (6338,13076,0,0,0,-5536.79,-2392.37,400.772,3.21141,250,250,0,0,1903,0,0,0), + (6339,1689,0,0,0,-5461.71,-2369.54,402.994,2.26052,180,180,0,0,176,0,0,0), + (6340,1959,0,0,0,-5479.75,-2447.09,400.675,3.54302,190,190,0,0,919,0,0,0), + (6341,1689,0,0,0,-5526.57,-2466.37,401.291,4.97299,180,180,0,0,176,0,0,0), + (6342,1689,0,0,0,-5436.96,-2446.61,400.82,5.62642,180,180,0,0,176,0,0,0), + (6343,721,0,0,0,-5431.24,-2390.28,402.47,2.59314,180,180,10,0,1,0,0,1), + (6344,1196,0,0,0,-5473.11,-2141.55,413.534,1.07831,180,180,10,0,164,0,0,1), + (6345,1689,0,0,0,-5502.81,-2082.62,400.475,1.7138,180,180,0,0,176,0,0,0), + (6346,721,0,0,0,-5510.29,-2082.16,400.5,3.32857,180,180,10,0,1,0,0,1), + (6347,721,0,0,0,-5425.17,-2149.71,400.712,0.245576,180,180,10,0,1,0,0,1), + (6348,1689,0,0,0,-5437.94,-2145.82,401.087,5.86784,180,180,0,0,176,0,0,0), + (6349,1127,0,0,0,-5395.82,-2148.19,405.932,5.23528,180,180,0,0,137,0,0,0), + (6350,1689,0,0,0,-5399.14,-2127.66,400.982,3.1045,180,180,0,0,176,0,0,0), + (6351,1689,0,0,0,-5318.98,-2189.3,424.709,3.54036,180,180,0,0,176,0,0,0), + (6352,1689,0,0,0,-5317.21,-2141.46,420.23,0.285279,180,180,0,0,176,0,0,0), + (6353,721,0,0,0,-5288.72,-2137.8,425.352,0.611846,180,180,10,0,1,0,0,1), + (6354,721,0,0,0,-5310.51,-2197.95,424.622,6.24939,180,180,10,0,1,0,0,1), + (6355,1127,0,0,0,-5297.82,-2128.87,424.917,5.16404,180,180,0,0,137,0,0,0), + (6356,13076,0,0,0,-5192.67,-2284.61,400.707,5.48033,250,250,0,0,1903,0,0,0), + (6357,1960,0,0,0,-5163.74,-2329.58,400.675,1.46608,180,180,0,0,748,0,0,0), + (6358,13076,0,0,0,-5175.93,-2326.68,400.778,1.16937,250,250,0,0,1903,0,0,0), + (6359,1689,0,0,0,-5129.17,-2295.83,400.547,4.31973,180,180,0,0,176,0,0,0), + (6360,1689,0,0,0,-5117.64,-2258.74,400.321,3.99517,180,180,5,0,176,0,0,1), + (6361,13076,0,0,0,-5100.96,-2275.54,400.297,5.28835,250,250,0,0,1903,0,0,0), + (6362,13076,0,0,0,-5065.83,-2318.03,412.623,0.279253,250,250,0,0,1903,0,0,0), + (6363,1201,0,0,0,-5111.65,-2247.34,400.825,5.14892,180,180,10,0,137,0,0,1), + (6364,13076,0,0,0,-5001.71,-2292.66,408.549,5.32325,250,250,0,0,1903,0,0,0), + (6365,13076,0,0,0,-5029.86,-2311.39,402.108,0.698132,250,250,0,0,1903,0,0,0), + (6366,1689,0,0,0,-5042.58,-2270.75,400.712,0.847772,180,180,5,0,176,0,0,1), + (6367,13076,0,0,0,-5001.43,-2312.56,405.774,0.017576,250,250,0,0,1903,0,0,0), + (6368,1127,0,0,0,-5046.78,-2210.7,400.779,0.669971,180,180,5,0,137,0,0,1), + (6369,1689,0,0,0,-5034.7,-2178.65,406.084,0.508237,180,180,5,0,176,0,0,1), + (6370,1689,0,0,0,-5016.53,-2145.6,403.455,5.50884,180,180,5,0,176,0,0,1), + (6371,1201,0,0,0,-5057.21,-2155.61,401.272,3.37805,180,180,10,0,137,0,0,1), + (6372,1201,0,0,0,-5068.7,-2086.72,421.771,1.81341,180,180,10,0,137,0,0,1), + (6373,1201,0,0,0,-5037.98,-2099.96,418.704,1.23053,180,180,10,0,137,0,0,1), + (6374,1961,0,0,0,-5116.94,-2054.59,426.963,1.33575,180,180,0,0,222,0,0,0), + (6375,1201,0,0,0,-5098.37,-2091.35,414.859,0.355113,180,180,10,0,137,0,0,1), + (6376,1689,0,0,0,-4965.29,-2291.57,414.264,1.11568,180,180,0,0,176,0,0,0), + (6377,13076,0,0,0,-4952.2,-2352.81,407.778,1.02974,250,250,0,0,1903,0,0,0), + (6378,5952,1,0,0,-641.489,-4561.34,42.9932,6.05629,300,300,0,0,4356,0,0,0), + (6379,5952,1,0,0,-610.798,-4599.89,41.4444,4.72984,300,300,0,0,4356,0,0,0), + (6380,5953,1,0,0,261.857,-4645.88,11.763,5.3713,300,300,0,0,1573,0,0,2), + (6381,3168,1,0,0,328.73,-4763.78,12.6269,2.09439,300,300,0,0,644,0,0,0), + (6382,5953,1,0,0,398.973,-4707.58,9.7528,5.48033,300,300,0,0,1573,0,0,0), + (6383,5953,1,0,0,390.671,-4591.46,55.2134,4.02328,300,300,0,0,1573,0,0,0), + (6384,5943,1,0,0,330.355,-4826.93,10.6074,2.79253,300,300,0,0,644,0,0,0), + (6385,5953,1,0,0,358.329,-4791.56,12.6601,1.0426,300,300,5,0,1573,0,0,1), + (6386,5953,1,0,0,392.519,-4582.6,69.7285,0.977384,300,300,0,0,1573,0,0,0), + (6387,5953,1,0,0,319.097,-4812.88,10.6054,4.60767,300,300,0,0,1573,0,0,0), + (6388,5953,1,0,0,217.065,-4716.41,15.4771,0.366338,300,300,5,0,1573,0,0,1), + (6389,3172,1,0,0,356.192,-4837.95,11.172,2.04204,300,300,0,0,2192,1481,0,0), + (6390,3121,1,0,0,-1553.21,-5350.96,4.72484,4.27125,300,300,5,0,137,0,0,1), + (6391,3121,1,0,0,-1584.37,-5307.1,9.23512,1.78176,300,300,10,0,137,0,0,1), + (6392,3121,1,0,0,-744.585,-5611.71,24.5514,3.47539,300,300,10,0,137,0,0,1), + (6393,3121,1,0,0,-1614.27,-5287.68,7.52334,3.00841,300,300,5,0,137,0,0,1), + (6394,3121,1,0,0,-648.184,-5618.89,7.47856,5.19248,300,300,5,0,137,0,0,1), + (6395,3121,1,0,0,-1022.93,-5614.99,4.98502,3.67255,300,300,5,0,137,0,0,1), + (6396,3184,1,0,0,-798.274,-4892.27,22.983,3.90954,300,300,0,0,1240,0,0,0), + (6397,5942,1,0,0,-778.514,-4926.86,22.9971,4.31096,300,300,0,0,594,0,0,0), + (6398,5880,1,0,0,-839.287,-4939.83,21.0857,1.97222,300,300,0,0,594,519,0,0), + (6399,3297,1,0,0,-844.133,-4924.52,20.9509,6.16101,300,300,0,0,1309,0,0,0), + (6400,3297,1,0,0,-827.497,-4881.53,19.7186,1.02974,300,300,0,0,1309,0,0,0), + (6401,3297,1,0,0,-821.04,-4941.13,21.4013,3.33843,300,300,0,0,1309,0,0,2), + (6402,7953,1,0,0,-852.558,-4885.32,22.0868,1.64061,300,300,0,0,3517,100,0,0), + (6403,7952,1,0,0,-858.232,-4882.66,22.1158,1.41372,300,300,0,0,2972,0,0,0), + (6404,14545,1,0,0,-849.765,-4885.79,21.8995,1.15192,120,120,0,0,64,53,0,0), + (6405,14543,1,0,0,-846.074,-4884.12,21.2854,2.54818,120,120,0,0,64,53,0,0), + (6406,12349,1,0,0,-845.084,-4880,20.6724,2.46091,120,120,0,0,42,0,0,0), + (6407,12346,1,0,0,-860.494,-4881.54,21.8775,1.55334,120,120,0,0,42,0,0,0), + (6408,12350,1,0,0,-862.748,-4878.5,20.6181,0.610865,120,120,0,0,42,0,0,0), + (6409,14544,1,0,0,-855.627,-4884.4,22.1798,1.32645,120,120,0,0,64,53,0,0), + (6410,3186,1,0,0,-779.031,-4938.93,22.3297,3.31613,300,300,0,0,456,0,0,0), + (6411,3112,1,0,0,58.3333,-4291.67,64.8786,5.32869,300,300,10,0,137,0,0,1), + (6412,3112,1,0,0,117.878,-4459.38,37.6442,0.088007,300,300,10,0,137,0,0,1), + (6413,3112,1,0,0,62.1836,-4454.37,46.8297,2.5243,300,300,3,0,137,0,0,1), + (6414,3112,1,0,0,51.0283,-4468.06,48.8177,3.98646,300,300,3,0,137,0,0,1), + (6415,3111,1,0,0,18.2329,-4617.23,44.7297,0.307545,300,300,5,0,120,0,0,1), + (6416,3111,1,0,0,80.3499,-4406.12,43.4788,1.72691,300,300,5,0,120,0,0,1), + (6417,3197,1,0,0,1450.39,-4691.18,-5.0319,1.42394,300,300,0,0,166,178,0,0), + (6418,3197,1,0,0,1436.69,-4785.35,7.73808,4.94512,300,300,0,0,166,178,0,0), + (6419,3197,1,0,0,1449.92,-4738.28,-1.99017,1.06659,300,300,0,0,166,178,0,0), + (6420,3198,1,0,0,1499.2,-4855.49,10.7803,3.06868,300,300,0,0,178,382,0,0), + (6421,3197,1,0,0,1458.77,-4804.13,10.7312,2.95202,300,300,0,0,166,178,0,0), + (6422,3197,1,0,0,1483.43,-4779.73,5.94835,1.30609,300,300,0,0,166,178,0,0), + (6423,3198,1,0,0,1477.11,-4769.06,6.44096,0.847762,300,300,0,0,178,382,0,0), + (6424,3198,1,0,0,1535.37,-4783.95,12.4727,2.08328,300,300,0,0,178,382,0,0), + (6425,3198,1,0,0,1420.28,-4728.08,-0.710633,4.48445,300,300,0,0,178,382,0,0), + (6426,3197,1,0,0,1504.83,-4735.84,15.6554,0.989693,300,300,0,0,166,178,0,0), + (6427,3197,1,0,0,871.684,-4183.83,-13.9273,4.03171,300,300,0,0,166,178,0,0), + (6428,3197,1,0,0,860.271,-4198.58,-13.9487,0.925025,300,300,0,0,166,178,0,0), + (6429,3197,1,0,0,881.009,-4196.7,-14.0806,0.994838,300,300,0,0,166,178,0,0), + (6430,3198,1,0,0,861.762,-4177.55,-14.0174,0.122173,300,300,0,0,178,382,0,0), + (6431,3198,1,0,0,876.708,-4229.61,-11.1555,5.044,300,300,0,0,178,382,0,0), + (6432,3197,1,0,0,846.259,-4200.13,-10.6926,4.34767,300,300,0,0,166,178,0,0), + (6433,3199,1,0,0,914.509,-4747.24,19.6063,3.66224,300,300,5,0,178,382,0,1), + (6434,3199,1,0,0,943.456,-4724.34,21.3917,4.66289,300,300,5,0,178,382,0,1), + (6435,3196,1,0,0,923.904,-4707.81,22.9414,5.72971,300,300,0,0,166,178,0,0), + (6436,3199,1,0,0,929.706,-4719.18,19.9841,1.0005,300,300,0,0,178,382,0,0), + (6437,3114,1,0,0,-78.1084,-4012.51,63.6847,3.22944,300,300,5,0,176,0,0,1), + (6438,3114,1,0,0,-118.588,-3985.38,58.9729,1.79979,300,300,5,0,176,0,0,1), + (6440,3113,1,0,0,-52.5952,-4017.01,65.3598,5.78543,300,300,5,0,148,165,0,1), + (6441,3113,1,0,0,-86.0457,-4025.48,63.4506,1.03399,300,300,5,0,148,165,0,1), + (6442,3113,1,0,0,-57.7837,-3979.82,62.8262,2.70352,300,300,5,0,148,165,0,1), + (6443,3113,1,0,0,-57.1798,-4040.56,67.3281,2.90567,300,300,5,0,148,165,0,1), + (6444,3113,1,0,0,-68.2943,-4052.45,67.3768,0.826492,300,300,5,0,148,165,0,1), + (6445,3114,1,0,0,-87.4558,-4045.82,64.5018,4.33219,300,300,0,0,176,0,0,0), + (6446,3114,1,0,0,-93.6433,-3984.71,61.0635,4.01332,300,300,5,0,176,0,0,1), + (6447,3114,1,0,0,-137.058,-4010.05,59.3378,5.06668,300,300,5,0,176,0,0,1), + (6448,3114,1,0,0,491.18,-4222.48,24.282,0.003392,300,300,10,0,176,0,0,1), + (6449,3114,1,0,0,463.713,-4273.01,23.3364,4.47231,300,300,5,0,176,0,0,1), + (6450,3113,1,0,0,493.807,-4256.06,21.1464,4.68197,300,300,10,0,148,165,0,1), + (6451,3114,1,0,0,438.009,-4179.61,25.1933,0.712101,300,300,5,0,176,0,0,1), + (6452,3113,1,0,0,461.106,-4298.42,25.2114,4.92346,300,300,5,0,148,165,0,1), + (6453,3114,1,0,0,461.623,-4169.47,26.8051,5.69883,300,300,5,0,176,0,0,1), + (6454,3113,1,0,0,484.983,-4293.99,22.3683,4.03371,300,300,10,0,148,165,0,1), + (6455,3203,1,0,0,868.614,-4189.56,-14.0285,1.39128,300,300,0,0,219,537,0,0), + (6456,3204,1,0,0,1469.35,-4705.08,2.23116,1.0276,300,300,0,0,342,710,0,0), + (6457,3206,1,0,0,-1165.43,-5588.42,13.7373,3.90321,300,300,0,0,148,165,0,0), + (6458,3189,1,0,0,1772.72,-4343.18,-7.81578,0.715585,300,300,0,0,228,0,0,0), + (6459,3190,1,0,0,1152.64,-4159,20.236,3.52556,300,300,0,0,334,0,0,0), + (6460,3191,1,0,0,312.099,-4664.95,16.4254,4.17134,300,300,0,0,196,0,0,0), + (6461,3193,1,0,0,742.385,-4241.65,18.762,2.75762,200,200,0,0,166,0,0,0), + (6462,3188,1,0,0,-825.636,-4920.76,19.7409,0.261799,300,300,0,0,500,0,0,0), + (6463,3194,1,0,0,-797.523,-4921.17,22.9571,2.26893,300,300,0,0,228,0,0,0), + (6464,3208,1,0,0,1102.09,-4945.36,15.6857,2.35619,300,300,0,0,804,0,0,0), + (6465,3226,1,0,0,776.656,-3895.71,18.0722,6.01083,300,300,5,0,198,0,0,1), + (6466,3227,1,0,0,-170.072,-3951.13,54.1506,5.14039,300,300,10,0,198,0,0,1), + (6467,3225,1,0,0,395.885,-3911.89,28.8793,2.8464,300,300,5,0,198,0,0,1), + (6468,3226,1,0,0,101.942,-3887.27,42.142,2.10496,300,300,10,0,198,0,0,1), + (6469,3228,1,0,0,1431.48,-4970.27,-5.57264,0.6342,300,300,5,0,198,0,0,1), + (6470,3228,1,0,0,1040.59,-5153.78,-7.83558,3.29606,300,300,5,0,198,0,0,1), + (6471,3287,1,0,0,-397.761,-4108.99,50.2876,1.41372,120,120,0,0,87,0,0,0), + (6472,3122,1,0,0,-1328.27,-5490.06,5.9713,1.30592,300,300,5,0,120,0,0,1), + (6473,3122,1,0,0,-1029.89,-5516.54,7.27228,5.73885,300,300,10,0,120,0,0,1), + (6474,3122,1,0,0,-1294.94,-5129.05,2.11107,1.63687,300,300,10,0,120,0,0,1), + (6475,3122,1,0,0,-1586,-5242.36,6.00324,2.91418,300,300,10,0,120,0,0,1), + (6476,3122,1,0,0,-823.853,-5653.07,4.77193,5.81016,300,300,10,0,120,0,0,1), + (6477,3122,1,0,0,-691.501,-5676.06,6.38531,3.85605,300,300,5,0,120,0,0,1), + (6478,3122,1,0,0,-1147.91,-5580.94,8.62285,0.341721,300,300,0,0,120,0,0,0), + (6479,3293,1,0,0,999.763,-4414.4,14.4718,5.42797,200,200,0,0,166,0,0,0), + (6480,10685,1,0,0,1256.44,-4234.81,26.3166,0.006402,200,200,5,0,14,0,0,1), + (6481,5951,1,0,0,24.2772,-3886.57,42.7989,2.40486,120,120,5,0,8,0,0,1), + (6482,6145,1,0,0,-330.21,-5428.93,-7.69427,1.31428,120,120,10,0,42,0,0,1), + (6483,10685,1,0,0,1284.41,-4237.23,25.9627,2.54944,200,200,5,0,14,0,0,1), + (6484,3300,1,0,0,1105.35,-4309.69,23.0429,1.35943,120,120,5,0,1,0,0,1), + (6485,6145,1,0,0,1299.74,-5172.93,-12.1661,4.68452,120,120,10,0,42,0,0,1), + (6486,3300,1,0,0,906.414,-4367.44,16.4816,3.75504,120,120,10,0,1,0,0,1), + (6487,6145,1,0,0,-257.392,-5325.94,-7.69238,6.19109,120,120,10,0,42,0,0,1), + (6488,5951,1,0,0,-731.932,-4270.77,42.2732,2.468,120,120,5,0,8,0,0,1), + (6489,5951,1,0,0,-425.309,-4108.64,49.3768,0.872555,120,120,5,0,8,0,0,1), + (6490,6408,1,0,0,-811.913,-4940.15,20.6154,3.45575,300,300,0,0,2016,0,0,0), + (6491,16012,1,0,0,1915.67,-4170.77,41.0061,0.750492,300,300,0,0,4000,0,0,0), + (6492,7951,1,0,0,1991.32,-4652.35,27.1365,0.10472,300,300,0,0,2200,0,0,0), + (6493,15186,1,0,0,1992.19,-4651.05,27.0636,6.14356,120,120,0,0,42,0,0,0), + (6494,14377,1,0,0,1735.91,-4452.66,36.8017,4.39755,600,600,0,0,9298,0,0,2), + (6495,14376,1,0,0,1699.08,-3925.13,51.5505,5.2951,600,600,0,0,9298,0,0,2), + (6496,14375,1,0,0,1602.45,-4391.57,9.76626,4.31457,600,600,0,0,9298,0,0,2), + (6497,16076,1,0,0,1989.31,-4655.91,27.5285,0.15708,300,300,0,0,2900,0,0,0), + (6498,16069,1,0,0,1989.83,-4656.83,27.4343,0.628319,120,120,0,0,1300,0,0,0), + (6499,14720,1,0,0,1565.79,-4395.27,6.9866,3.35103,600,600,0,0,5500,0,0,0), + (6500,14392,1,0,0,1568,-4405.87,8.13371,3.31613,600,600,0,0,43341,0,0,0), + (6504,15188,1,0,0,1658.71,-4348.8,29.2574,4.39823,300,300,0,0,1729,5013,0,0), + (6505,15350,1,0,0,1989.93,-4799.55,55.9036,2.3911,300,300,0,0,2148,0,0,0), + (6507,3100,1,0,0,1270.51,-4287.87,24.8377,6.09709,300,300,5,0,156,0,0,1), + (6508,3100,1,0,0,1123.9,-4393.71,24.9768,5.71978,300,300,0,0,156,0,0,0), + (6509,3100,1,0,0,1170.5,-4253.13,22.6952,3.73231,300,300,10,0,156,0,0,1), + (6510,3100,1,0,0,1260.82,-4387.59,28.5276,3.3681,300,300,5,0,156,0,0,1), + (6511,3100,1,0,0,1237.44,-4337.45,24.8574,5.5992,300,300,5,0,156,0,0,1), + (6512,14451,1,0,0,2038.21,-4672.55,25.1536,3.9968,300,300,0,0,413,0,0,0), + (6513,14499,1,0,0,2061.85,-4668.64,25.4659,5.55897,200,200,3,0,112,0,0,1), + (6514,14499,1,0,0,2055.98,-4678.32,25.4659,5.24283,200,200,3,0,112,0,0,1), + (6515,14499,1,0,0,2064.18,-4673.23,25.4659,3.24586,200,200,3,0,112,0,0,1), + (6516,14498,1,0,0,2052.27,-4670.94,25.5492,5.28835,300,300,0,0,1930,0,0,0), + (6517,14499,1,0,0,2028.51,-4660.47,26.5089,6.18222,200,200,5,0,112,0,0,2), + (6518,14499,1,0,0,2063.66,-4677.23,25.4659,4.24657,200,200,3,0,112,0,0,1), + (6519,15765,1,0,0,1911.7,-4276.77,31.6557,4.88692,300,300,0,0,2400,0,0,0), + (6520,15761,1,0,0,1945.32,-4330.31,22.1011,3.50811,300,300,0,0,2100,0,0,0), + (6521,6020,1,0,0,-815.378,-4011.51,-17.75,1.88749,300,300,5,0,417,0,0,1), + (6522,6020,1,0,0,-838.969,-4041.83,-21.08,0.837024,300,300,5,0,417,0,0,1), + (6523,10556,1,0,0,-320.966,-4127.11,51.7729,3.5617,200,200,0,0,138,0,0,0), + (6524,10556,1,0,0,-635.911,-4477.31,46.4219,2.25568,200,200,0,0,138,0,0,0), + (6525,10556,1,0,0,-762.903,-4322.07,46.4172,3.03877,200,200,0,0,138,0,0,0), + (6526,10556,1,0,0,-370.284,-4015.48,50.7604,2.49231,200,200,0,0,138,0,0,0), + (6527,10556,1,0,0,-754.03,-4144.65,38.4804,0.589697,200,200,0,0,138,0,0,0), + (6528,3110,1,0,0,144.051,-3753.78,17.4501,3.39226,300,300,10,0,176,0,0,1), + (6529,3110,1,0,0,940.631,-3825.67,17.1279,4.31137,300,300,10,0,176,0,0,1), + (6530,3110,1,0,0,425.915,-3817.55,19.5345,0.224568,300,300,10,0,176,0,0,1), + (6531,3110,1,0,0,3.92897,-3745.33,13.8359,6.22634,300,300,10,0,176,0,0,1), + (6532,3110,1,0,0,-210.053,-3845.67,20.401,4.64011,300,300,10,0,176,0,0,1), + (6533,3110,1,0,0,-274.501,-3850.62,16.3609,0.647013,300,300,10,0,176,0,0,1), + (6534,3104,1,0,0,-1181.96,-4811.86,-10.2187,0.256981,300,300,10,0,120,0,0,1), + (6535,3104,1,0,0,-782.621,-5149.96,-7.58769,5.28467,300,300,10,0,120,0,0,1), + (6536,3104,1,0,0,228.761,-5211.39,-14.3357,0.463958,300,300,10,0,120,0,0,1), + (6537,3103,1,0,0,-1092.15,-5689.7,-1.77134,5.05747,300,300,10,0,120,0,0,1), + (6538,3104,1,0,0,308.333,-5191.67,-6.44524,4.28275,300,300,10,0,120,0,0,1), + (6539,3103,1,0,0,-1024.7,-5228.54,-7.43464,3.83286,300,300,10,0,120,0,0,1), + (6540,3103,1,0,0,-145.727,-5347.04,-15.5414,0.507353,300,300,10,0,120,0,0,1), + (6541,3105,1,0,0,1200.39,-5153.47,-8.24905,3.29686,300,300,5,0,156,0,0,1), + (6542,3106,1,0,0,257.787,-5265.34,-15.4273,4.62244,200,200,10,0,102,0,0,1), + (6543,3106,1,0,0,-76.1168,-5453.05,-28.3831,3.36203,200,200,10,0,102,0,0,1), + (6544,3106,1,0,0,210.615,-5317.22,-15.0752,3.15917,200,200,10,0,102,0,0,1), + (6545,3106,1,0,0,116.822,-5299.04,-14.484,4.91515,200,200,10,0,102,0,0,1), + (6546,3106,1,0,0,-128.692,-5289.08,-9.75062,6.14005,200,200,10,0,102,0,0,1), + (6547,3106,1,0,0,-244.156,-5275.92,-6.42236,0.35117,200,200,10,0,102,0,0,1), + (6548,14304,1,0,0,1924.79,-4238.43,42.0145,5.20108,300,300,0,0,7552,0,0,0), + (6549,14304,1,0,0,1926.54,-4135.56,40.4858,4.7822,300,300,0,0,7552,0,0,0), + (6550,14304,1,0,0,1928.19,-4203.37,42.0497,4.69494,300,300,0,0,7552,0,0,0), + (6551,14304,1,0,0,1944.79,-4168.14,43.5445,2.3911,300,300,0,0,7552,0,0,0), + (6552,14304,1,0,0,1933.29,-4168.81,41.0098,2.37365,300,300,0,0,7552,0,0,0), + (6553,14304,1,0,0,1910.21,-4169.48,41.0084,0.837758,300,300,0,0,7552,0,0,0), + (6554,14304,1,0,0,1928.03,-4246.21,41.6868,4.75941,300,300,0,0,7552,0,0,2), + (6555,14304,1,0,0,1919.36,-4176.05,41.005,0.05236,300,300,0,0,7552,0,0,0), + (6556,14304,1,0,0,1944.36,-4146.45,40.958,3.26377,300,300,0,0,7552,0,0,0), + (6557,14304,1,0,0,1931.52,-4244.78,41.921,2.98451,300,300,0,0,7552,0,0,0), + (6558,3296,1,0,0,1963.01,-4730.91,48.9608,2.49582,300,300,0,0,4957,0,0,0), + (6559,3296,1,0,0,1845.49,-4395.95,5.19264,3.80482,300,300,0,0,4957,0,0,0), + (6560,3296,1,0,0,1952.53,-4368.57,22.659,3.68265,300,300,0,0,4957,0,0,0), + (6561,3296,1,0,0,1673.2,-4250,51.8765,5.044,300,300,0,0,4957,0,0,0), + (6562,3296,1,0,0,1729.87,-4401.11,34.4732,2.48023,300,300,0,0,4957,0,0,2), + (6563,3296,1,0,0,1623.15,-4279.64,22.5694,6.16101,300,300,0,0,4957,0,0,0), + (6564,3296,1,0,0,1921.7,-4375.67,22.5724,5.84685,300,300,0,0,4957,0,0,0), + (6565,3296,1,0,0,1387.28,-4379.89,27.0983,3.29867,300,300,0,0,4957,0,0,0), + (6566,3296,1,0,0,1889.53,-4485.08,21.3103,1.44862,300,300,0,0,4957,0,0,0), + (6567,3296,1,0,0,1576.2,-4394.43,6.55505,4.57276,300,300,0,0,4957,0,0,0), + (6568,3101,1,0,0,-151.647,-4278.49,81.3672,0.256826,200,200,5,0,70,79,0,1), + (6569,3125,1,0,0,304.512,-4987.1,17.1312,0.056691,200,200,5,0,102,0,0,1), + (6570,3125,1,0,0,294.561,-5019.29,13.4365,5.79937,200,200,10,0,102,0,0,1), + (6571,3125,1,0,0,232.716,-5084.86,11.0905,0.00069,200,200,10,0,102,0,0,1), + (6572,3125,1,0,0,-691.481,-4957.31,23.1926,2.13768,200,200,10,0,102,0,0,1), + (6573,3125,1,0,0,-746.218,-4744.62,31.5489,5.28711,200,200,5,0,102,0,0,1), + (6574,3108,1,0,0,1344.83,-5015.87,-1.6721,2.86017,300,300,5,0,176,0,0,1), + (6575,3108,1,0,0,1406.53,-5019.38,-12.1501,3.45479,300,300,5,0,176,0,0,1), + (6576,3108,1,0,0,1383.85,-5035.62,-9.95541,1.51895,300,300,5,0,176,0,0,1), + (6577,3099,1,0,0,697.205,-4182.74,16.444,0.017576,300,300,5,0,120,0,0,1), + (6578,3099,1,0,0,278.605,-4482.53,20.8936,4.60075,300,300,10,0,120,0,0,1), + (6579,3099,1,0,0,190.843,-4516.5,27.1425,3.42687,300,300,5,0,120,0,0,1), + (6580,3099,1,0,0,-366.239,-4712.35,40.6338,2.74875,300,300,10,0,120,0,0,1), + (6581,3099,1,0,0,-80.2372,-4695.25,31.092,1.89687,300,300,5,0,120,0,0,1), + (6582,3099,1,0,0,-746.004,-4692.73,36.4169,2.28302,300,300,5,0,120,0,0,1), + (6583,3099,1,0,0,124.993,-4075.51,51.9981,1.65133,300,300,10,0,120,0,0,1), + (6584,3099,1,0,0,-203.557,-4743.34,28.9322,2.04318,300,300,10,0,120,0,0,1), + (6585,3099,1,0,0,158.545,-5025.47,9.16172,3.98915,300,300,10,0,120,0,0,1), + (6586,3119,1,0,0,-928.932,-4505.76,29.6424,3.90473,300,300,3,0,119,0,0,1), + (6587,3119,1,0,0,-1012.65,-4600.56,25.663,4.256,300,300,3,0,119,0,0,1), + (6588,3120,1,0,0,-983.211,-4425.96,29.374,3.36949,300,300,3,0,130,138,0,1), + (6589,3120,1,0,0,-1030.43,-4609.78,25.6606,1.80301,300,300,3,0,130,138,0,1), + (6590,3120,1,0,0,-986.968,-4410,29.374,5.83829,300,300,3,0,130,138,0,1), + (6591,3119,1,0,0,-1030.65,-4432.2,26.1578,3.4357,300,300,5,0,119,0,0,1), + (6592,3119,1,0,0,-1011.17,-4511.45,25.7319,5.39772,300,300,5,0,119,0,0,1), + (6593,3328,1,0,0,1762.88,-4296.38,7.53086,5.41052,300,300,0,0,3517,0,0,0), + (6594,3401,1,0,0,1771.21,-4284.42,7.84054,5.75959,300,300,0,0,3139,0,0,0), + (6595,3402,1,0,0,1778.55,-4279.88,7.59196,4.62512,300,300,0,0,2016,0,0,0), + (6596,3326,1,0,0,1848.96,-4360.43,-14.7982,0.855211,300,300,0,0,3517,2103,0,0), + (6597,3373,1,0,0,1482.72,-4159.95,43.8771,0.837758,300,300,0,0,2016,0,0,0), + (6598,3309,1,0,0,1627.32,-4376.07,11.814,3.4383,300,300,0,0,2972,0,0,0), + (6599,3319,1,0,0,1593.54,-4465.65,7.75103,2.3911,300,300,0,0,1605,0,0,0), + (6600,3310,1,0,0,1676.25,-4313.45,61.7176,5.25344,600,600,0,0,7423,7071,0,0), + (6601,9856,1,0,0,1695.92,-4455.55,20.1475,2.00713,300,300,0,0,3517,0,0,0), + (6602,3370,1,0,0,1575.8,-4292.67,26.0391,4.38078,300,300,0,0,2972,0,0,0), + (6603,3314,1,0,0,1634.23,-4347.62,4.3796,2.6529,300,300,0,0,1605,0,0,0), + (6604,3313,1,0,0,1520.54,-4355.58,18.8509,6.02139,300,300,0,0,1605,0,0,0), + (6605,3321,1,0,0,1589.02,-4469.48,7.74864,2.07694,300,300,0,0,1605,0,0,0), + (6606,10088,1,0,0,2135.33,-4610.78,54.3865,4.17134,300,300,0,0,2471,1620,0,0), + (6607,7294,1,0,0,2067.86,-4598.88,54.3227,5.02655,300,300,0,0,2016,0,0,0), + (6608,9988,1,0,0,2133.44,-4667.45,46.5122,1.51844,300,300,0,0,4484,0,0,0), + (6609,11871,1,0,0,2091.5,-4828.94,24.1904,0.610865,600,600,0,0,6381,0,0,0), + (6610,3408,1,0,0,1997.93,-4807.95,56.848,2.44346,300,300,0,0,2471,0,0,0), + (6611,3359,1,0,0,1878.64,-4708.13,39.351,0.523599,300,300,0,0,1605,0,0,0), + (6612,3361,1,0,0,2097.42,-4824.92,24.1042,3.47321,300,300,0,0,1605,0,0,0), + (6613,7231,1,0,0,2105.33,-4829.99,24.0865,4.5204,300,300,0,0,3857,0,0,0), + (6614,14540,1,0,0,2161.67,-4648.08,50.3632,4.18879,300,300,0,0,64,53,0,0), + (6615,12353,1,0,0,2165,-4653.57,50.5475,3.1765,300,300,0,0,198,0,0,0), + (6616,12351,1,0,0,2162.76,-4659.62,49.7548,2.25148,300,300,0,0,198,0,0,0), + (6617,14539,1,0,0,2153.65,-4657.14,49.9992,1.51844,300,300,0,0,64,53,0,0), + (6618,14541,1,0,0,2155.59,-4649.18,50.0618,5.3058,300,300,0,0,64,53,0,0), + (6619,5195,1,0,0,2158.74,-4661.51,49.7,2.00713,300,300,0,0,413,370,0,0), + (6620,3407,1,0,0,2107.35,-4633.78,58.7371,2.11185,300,300,0,0,2471,1620,0,0), + (6621,3405,1,0,0,1904.86,-4451.63,53.2776,3.68265,300,300,0,0,1605,0,0,0), + (6622,7088,1,0,0,1849.04,-4569.23,24.8434,4.72984,300,300,0,0,2016,0,0,0), + (6623,3315,1,0,0,1802.08,-4561.55,22.8627,1.51844,300,300,0,0,1605,0,0,0), + (6624,11046,1,0,0,1966.15,-4463.1,25.7796,1.5708,300,300,0,0,1106,0,0,0), + (6625,3404,1,0,0,1904.76,-4460.69,53.2776,2.86234,300,300,0,0,2016,0,0,0), + (6626,3345,1,0,0,1912.18,-4436.61,24.6554,2.86234,300,300,0,0,2016,0,0,0), + (190413,14990,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,120,0,0,2471,0,0,0), + (6628,3369,1,0,0,1780.63,-4505.51,27.6019,3.76991,300,300,0,0,1605,0,0,0), + (6629,3363,1,0,0,1806.85,-4573.32,22.8627,1.6057,300,300,0,0,2016,0,0,0), + (6630,3365,1,0,0,1860.9,-4561.51,24.8434,2.58309,300,300,0,0,2016,0,0,0), + (6631,3400,1,0,0,1779.08,-4488.08,45.5038,4.69494,300,300,0,0,1605,0,0,0), + (6632,3098,1,0,0,-747.256,-4181.42,30.2402,5.9414,120,120,10,0,42,0,0,1), + (6633,3098,1,0,0,-452.91,-4421.99,50.3803,4.97336,120,120,10,0,42,0,0,1), + (6634,3098,1,0,0,-375.04,-4314.96,51.8979,5.99972,120,120,5,0,42,0,0,1), + (6635,3124,1,0,0,-756.204,-4352.79,52.2143,1.72013,200,200,5,0,71,0,0,1), + (6636,3124,1,0,0,-380.768,-4449.68,52.4944,4.51997,200,200,10,0,71,0,0,1), + (6637,3124,1,0,0,-582.936,-4082.73,72.6444,2.28972,200,200,10,0,71,0,0,1), + (6638,3124,1,0,0,-289.924,-4246.46,65.532,5.04897,200,200,5,0,71,0,0,1), + (6639,3124,1,0,0,-248.622,-4252.35,63.0932,5.3856,200,200,10,0,71,0,0,1), + (6640,3124,1,0,0,-610.693,-4084.09,77.4566,2.75703,200,200,5,0,71,0,0,1), + (6641,3124,1,0,0,-414.235,-4455.12,50.3399,4.02693,200,200,10,0,71,0,0,1), + (6642,3101,1,0,0,-79.5128,-4235.76,53.5811,5.98719,200,200,3,0,70,79,0,1), + (6643,3101,1,0,0,-47.9176,-4312.65,68.7943,6.19661,200,200,3,0,70,79,0,1), + (6644,3101,1,0,0,-139.632,-4301.54,65.8615,5.17426,200,200,3,0,70,79,0,1), + (6645,3101,1,0,0,-43.4144,-4226.15,63.7573,1.62159,200,200,3,0,70,79,0,1), + (6646,3101,1,0,0,-149.295,-4259.93,60.8065,5.21439,200,200,3,0,70,79,0,1), + (6647,3100,1,0,0,215.747,-3953.06,41.9481,4.69676,300,300,10,0,156,0,0,1), + (6648,3100,1,0,0,202.218,-3842.42,35.3245,4.53723,300,300,5,0,156,0,0,1), + (6649,3100,1,0,0,1151.27,-4878.34,21.4794,1.95747,300,300,10,0,156,0,0,1), + (6650,3100,1,0,0,882.518,-4285.03,26.7538,2.87832,300,300,5,0,156,0,0,1), + (6651,3100,1,0,0,1181.82,-4978.9,11.5814,1.7703,300,300,5,0,156,0,0,1), + (6652,3100,1,0,0,878.71,-3929.26,22.0116,3.76048,300,300,5,0,156,0,0,1), + (6653,3100,1,0,0,855.287,-4322.91,21.0991,4.97267,300,300,5,0,156,0,0,1), + (6654,3100,1,0,0,107.606,-3911.93,45.3509,2.63507,300,300,10,0,156,0,0,1), + (6655,3100,1,0,0,1240.33,-4894.29,11.7185,0.376152,300,300,10,0,156,0,0,1), + (6656,3100,1,0,0,953.472,-3874.6,18.5725,1.20203,300,300,10,0,156,0,0,1), + (6657,3126,1,0,0,1004.63,-4928.55,14.4181,2.16584,300,300,10,0,137,0,0,1), + (6658,3126,1,0,0,595.226,-4209.57,14.1492,0.611846,300,300,10,0,137,0,0,1), + (6659,3126,1,0,0,549.336,-4022.86,17.8119,4.6831,300,300,5,0,137,0,0,1), + (6660,3126,1,0,0,102.895,-4134.6,54.6121,5.55865,300,300,5,0,137,0,0,1), + (6661,3126,1,0,0,1126.08,-4756.21,53.4932,3.71256,300,300,5,0,137,0,0,1), + (6662,3126,1,0,0,555.863,-4439.33,30.2038,2.36448,300,300,5,0,137,0,0,1), + (6663,3126,1,0,0,995.23,-4867.07,55.7516,0.807494,300,300,5,0,137,0,0,1), + (6664,3126,1,0,0,371.599,-3984.99,32.4619,5.51988,300,300,10,0,137,0,0,1), + (6665,3126,1,0,0,169.66,-3968.09,46.1483,0.512622,300,300,10,0,137,0,0,1), + (6666,3126,1,0,0,1055.27,-4948.55,14.6178,4.27707,300,300,10,0,137,0,0,1), + (6667,3127,1,0,0,149.93,-3850,34.6387,6.25099,300,300,10,0,176,0,0,1), + (6668,3127,1,0,0,1209.35,-4184.02,24.3287,3.0084,300,300,10,0,176,0,0,1), + (6669,3127,1,0,0,23.2439,-3947.88,47.391,1.13948,300,300,10,0,176,0,0,1), + (6670,3127,1,0,0,1081.5,-4183.44,20.8084,4.91272,300,300,10,0,176,0,0,1), + (6671,3127,1,0,0,716.864,-3924.58,14.8461,5.9602,300,300,5,0,176,0,0,1), + (6672,3127,1,0,0,1013.18,-4013.28,26.567,3.51956,300,300,5,0,176,0,0,1), + (6673,3127,1,0,0,1086.31,-4336.55,24.309,0.991801,300,300,5,0,176,0,0,1), + (6674,3127,1,0,0,1390.54,-4783.11,26.4654,2.58854,300,300,5,0,176,0,0,1), + (6675,3127,1,0,0,-155.267,-3907.38,45.5747,0.019529,300,300,10,0,176,0,0,1), + (6676,3127,1,0,0,49.6605,-3968.14,46.4412,0.604804,300,300,10,0,176,0,0,1), + (6677,3123,1,0,0,665.598,-3946.56,13.8067,3.05943,300,300,5,0,156,0,0,1), + (6678,3123,1,0,0,-127.479,-3929.17,51.2787,3.14159,300,300,10,0,156,0,0,1), + (6679,3123,1,0,0,1241.82,-4100.96,24.477,-0.181695,300,300,10,0,156,0,0,1), + (6680,3123,1,0,0,1174.51,-4841.17,19.0334,3.26186,300,300,5,0,156,0,0,1), + (6681,3123,1,0,0,1136.23,-4035.16,14.2331,-2.20479,300,300,10,0,156,0,0,1), + (6682,3123,1,0,0,534.862,-3944.88,19.4005,5.3548,300,300,10,0,156,0,0,1), + (6683,3123,1,0,0,141.591,-3923.81,45.7105,0.229185,300,300,10,0,156,0,0,1), + (6684,3123,1,0,0,1394.49,-4820.22,23.915,1.9593,300,300,5,0,156,0,0,1), + (6685,3123,1,0,0,1279.63,-4973.57,3.43435,2.1236,300,300,5,0,156,0,0,1), + (6686,3123,1,0,0,1434.07,-4717.99,32.3669,5.42313,300,300,5,0,156,0,0,1), + (6687,3107,1,0,0,-1538.25,-5234.88,4.21149,5.12625,300,300,5,0,137,0,0,1), + (6688,3107,1,0,0,-961.545,-5556.51,-2.59561,3.71558,300,300,5,0,137,0,0,1), + (6689,3107,1,0,0,1005.01,-5144.69,-3.25583,2.83187,300,300,5,0,137,0,0,1), + (6690,5844,0,0,0,-6724.89,-1612.74,193.754,4.88032,500,500,0,0,2310,0,0,0), + (6691,5844,0,0,0,-6725.4,-1609.78,193.254,4.90689,500,500,0,0,2310,0,0,0), + (6692,568,0,0,0,-9260.82,-3282.74,113.012,2.05949,300,300,0,0,664,0,0,0), + (6693,429,0,0,0,-9270.97,-3426.32,114.625,1.16937,300,300,0,0,640,655,0,0), + (6694,721,0,0,0,-9734.67,-2286.66,65.1827,5.00331,300,300,5,0,1,0,0,1), + (6695,548,0,0,0,-9464.83,-2870.54,85.2708,3.61283,300,300,0,0,350,390,0,0), + (6696,422,0,0,0,-9459.3,-2860.05,85.8851,1.22173,300,300,0,0,417,0,0,0), + (6697,721,0,0,0,-9240.66,-2124.49,64.2043,4.18082,300,300,5,0,1,0,0,1), + (6698,721,0,0,0,-9463.46,-1994.94,96.8868,4.98646,300,300,5,0,1,0,0,1), + (6699,721,0,0,0,-9777.8,-1848.04,42.9162,6.25841,300,300,3,0,1,0,0,1), + (6700,721,0,0,0,-9189.63,-2302.47,90.0411,5.77696,300,300,5,0,1,0,0,1), + (6701,442,0,0,0,-9925.31,-1818.71,37.3149,3.45964,300,300,3,0,328,0,0,1), + (6702,442,0,0,0,-9922.58,-1860.25,41.2872,3.3122,300,300,3,0,328,0,0,1), + (6703,548,0,0,0,-9477.96,-2878.64,82.4428,1.76278,300,300,0,0,350,390,0,0), + (6704,422,0,0,0,-9473.96,-2877.97,82.5811,2.28638,300,300,0,0,417,0,0,0), + (6705,422,0,0,0,-9483.51,-2873.07,81.1915,0.994838,300,300,0,0,417,0,0,0), + (6706,620,0,0,0,-9256.64,-2011.83,77.1152,6.15256,300,300,5,0,1,0,0,1), + (6707,547,0,0,0,-9292.48,-1896.93,78.0168,4.59657,300,300,5,0,356,0,0,1), + (6708,721,0,0,0,-9645.99,-1821.4,52.5443,2.88023,300,300,5,0,1,0,0,1), + (6709,437,0,0,0,-9576.34,-3281.13,49.7415,2.25148,300,300,0,0,531,0,0,0), + (6710,14273,0,0,0,-9542.72,-3499.75,128.686,3.60517,3600,3600,5,0,699,0,0,2), + (6711,721,0,0,0,-9664.38,-2409.04,61.2977,2.97324,300,300,10,0,1,0,0,1), + (6712,721,0,0,0,-9552.02,-2109.9,80.53,3.93276,300,300,5,0,1,0,0,1), + (6713,1070,0,0,0,-9443.69,-2238,70.6904,3.735,300,300,0,0,1846,0,0,0), + (6714,931,0,0,0,-9435.21,-2234.88,69.1882,4.81711,180,180,0,0,7423,7071,0,0), + (6715,932,0,0,0,-9411.45,-2263.29,67.44,2.96349,300,300,0,0,2016,0,0,0), + (6716,903,0,0,0,-9412.65,-2255.45,67.6043,3.735,300,300,0,0,1605,0,0,0), + (6717,956,0,0,0,-9247.4,-2241.15,64.0584,4.64487,300,300,0,0,1042,0,0,0), + (6718,793,0,0,0,-9247.73,-2234.38,64.1168,3.89208,300,300,0,0,1240,0,0,0), + (6719,415,0,0,0,-9259.44,-2243.22,64.0584,3.14159,300,300,0,0,1240,0,0,0), + (6720,382,0,0,0,-9284.03,-2298.16,67.5772,1.13446,300,300,0,0,1389,0,0,0), + (6721,1678,0,0,0,-9267.56,-2167.64,62.6756,1.08577,300,300,0,0,413,0,0,0), + (6722,4065,0,0,0,-9357.39,-3079.56,164.784,4.69494,300,300,0,0,1563,0,0,0), + (6723,620,0,0,0,-9238.75,-2055.19,77.099,4.86356,300,300,5,0,1,0,0,1), + (6724,4462,0,0,0,-9362.42,-3081.44,164.784,5.88176,300,300,0,0,1815,0,0,0), + (6725,721,0,0,0,-9302.52,-1893.62,74.3531,1.00089,300,300,5,0,1,0,0,1), + (6726,485,0,0,0,-9709.6,-3067.4,58.5783,0.122173,300,300,0,0,494,0,0,0), + (6727,485,0,0,0,-9658.43,-3122.69,50.6427,4.40298,300,300,5,0,494,0,0,1), + (6728,485,0,0,0,-9686.17,-3088.98,53.7543,2.01969,300,300,0,0,494,0,0,0), + (6729,485,0,0,0,-9650.84,-3201.15,48.4217,1.7654,300,300,10,0,494,0,0,1), + (6730,485,0,0,0,-9625.69,-3206.58,49.3529,2.63545,300,300,0,0,494,0,0,0), + (6731,440,0,0,0,-9651.1,-3235.98,48.5948,1.37223,300,300,10,0,449,0,0,1), + (6732,721,0,0,0,-9638.02,-3164.06,49.1948,3.11049,300,300,5,0,1,0,0,1), + (6733,485,0,0,0,-9655.76,-3152.79,48.9073,1.81288,300,300,5,0,494,0,0,1), + (6734,437,0,0,0,-9575.66,-3222.61,49.6391,3.59538,300,300,0,0,531,0,0,0), + (6735,485,0,0,0,-9635.62,-3261.43,48.9526,5.06145,300,300,0,0,494,0,0,0), + (6736,440,0,0,0,-9713.84,-3106.15,58.6999,1.74959,300,300,0,0,449,0,0,0), + (6737,485,0,0,0,-9547.44,-3246.41,49.814,3.36429,300,300,10,0,494,0,0,1), + (6738,437,0,0,0,-9545.27,-3245.48,49.8128,3.27189,300,300,5,0,531,0,0,1), + (6739,485,0,0,0,-9734.4,-3142.29,59.0314,1.29154,300,300,0,0,494,0,0,0), + (6740,485,0,0,0,-9757.48,-3140.41,59.0104,0.523599,300,300,0,0,494,0,0,0), + (6741,440,0,0,0,-9708.8,-3174.06,58.7933,3.57792,300,300,0,0,449,0,0,0), + (6742,440,0,0,0,-9719.51,-3167.96,58.8588,5.32325,300,300,0,0,449,0,0,0), + (6743,485,0,0,0,-9715.42,-3185.43,58.7338,1.69297,300,300,0,0,494,0,0,0), + (6744,4463,0,0,0,-9723.13,-3178.2,58.7338,5.96903,300,300,0,0,472,1357,0,0), + (6745,721,0,0,0,-9730.23,-3238.66,58.9906,0.848534,300,300,0,0,1,0,0,0), + (6746,440,0,0,0,-9741.87,-3232.41,59.1882,1.2237,300,300,5,0,449,0,0,1), + (6748,721,0,0,0,-9763.29,-3236.58,58.7338,4.72915,300,300,5,0,1,0,0,1), + (6749,485,0,0,0,-9815.55,-3250.74,58.9556,4.38078,300,300,0,0,494,0,0,0), + (6750,440,0,0,0,-9821.79,-3254.66,59.2902,0.558505,300,300,0,0,449,0,0,0), + (6751,721,0,0,0,-9726.11,-2153.46,59.4309,0.755662,300,300,10,0,1,0,0,1), + (6752,485,0,0,0,-9815.77,-3259.52,58.9768,1.5708,300,300,0,0,494,0,0,0), + (6753,485,0,0,0,-9782.14,-3242.63,59.0191,1.51844,300,300,0,0,494,0,0,0), + (6754,431,0,0,0,-9010.03,-3218.55,108.742,2.51327,300,300,0,0,734,0,0,0), + (6755,721,0,0,0,-9660.08,-2673.83,61.5783,4.37926,300,300,5,0,1,0,0,1), + (6756,579,0,0,0,-9361.86,-3285.76,88.4632,0.114317,300,300,0,0,617,0,0,0), + (6757,428,0,0,0,-9676.46,-2868.88,51.6369,0.98872,300,300,10,0,417,0,0,1), + (6758,505,0,0,0,-9683.55,-3029.79,52.6831,1.55396,300,300,10,0,449,0,0,1), + (6759,721,0,0,0,-9625.32,-2916.41,52.3696,0.668232,300,300,5,0,1,0,0,1), + (6760,441,0,0,0,-9684.24,-3023.38,52.6559,1.35571,300,300,10,0,330,938,0,1), + (6761,721,0,0,0,-9642.26,-2925.89,49.7281,3.24515,300,300,5,0,1,0,0,1), + (6762,428,0,0,0,-9686.68,-2770.42,52.8004,3.27686,300,300,10,0,417,0,0,1), + (6763,5860,0,0,0,-6643.61,-847.679,246.269,1.54497,500,500,5,0,4776,1640,0,1), + (6764,8566,0,0,0,-6918.87,-1474.2,235.52,2.21625,500,500,3,0,2488,0,0,1), + (6765,8566,0,0,0,-6971.87,-1517.71,245.622,5.35487,500,500,5,0,2488,0,0,1), + (6766,8566,0,0,0,-6975.88,-1504.63,242.914,-0.73282,500,500,0,0,2488,0,0,0), + (6767,5846,0,0,0,-6903.86,-1330.82,212.845,5.10719,500,500,5,0,2488,0,0,1), + (6768,5854,0,0,0,-6989.24,-1115.94,241.865,3.49671,500,500,5,0,2488,0,0,1), + (6769,8444,0,0,0,-6873.29,-1097.47,192.749,4.97419,500,500,0,0,2658,1807,0,0), + (6770,8447,0,0,0,-6871.87,-1096.94,193.035,4.38078,500,500,0,0,6186,0,0,0), + (6771,5846,0,0,0,-6916.65,-1283.56,182.456,1.37618,500,500,5,0,2488,0,0,2), + (6772,5844,0,0,0,-6723,-1131.01,185.577,5.51183,500,500,5,0,2310,0,0,1), + (6773,5846,0,0,0,-6689.6,-1159.43,184.911,3.71936,500,500,5,0,2488,0,0,1), + (6774,5846,0,0,0,-6447.02,-1242.4,180.713,1.95249,500,500,5,0,2488,0,0,1), + (6775,8566,0,0,0,-6896.37,-1063.49,240.138,5.12531,500,500,5,0,2488,0,0,1), + (6776,8566,0,0,0,-6916.08,-1047.83,240.125,1.63807,500,500,5,0,2488,0,0,1), + (6777,5846,0,0,0,-6789.11,-1087.8,243.103,2.69697,500,500,5,0,2488,0,0,1), + (6778,5844,0,0,0,-6456.94,-1289.57,180.93,5.00036,500,500,5,0,2310,0,0,1), + (6779,5846,0,0,0,-6799.06,-1092.28,243.978,4.73821,500,500,5,0,2488,0,0,1), + (6780,5854,0,0,0,-6772.92,-1106.81,242.542,2.87483,500,500,5,0,2488,0,0,1), + (6782,5846,0,0,0,-6700.57,-1284.96,240.956,5.54251,500,500,0,0,2488,0,0,0), + (6783,8419,0,0,0,-6496.72,-972.616,335.212,0.087266,500,500,0,0,5130,3500,0,0), + (6784,5844,0,0,0,-6703.07,-1278.2,241.081,0.914561,500,500,0,0,2310,0,0,0), + (6785,8419,0,0,0,-6485.55,-984.542,335.441,1.64061,500,500,0,0,5130,3500,0,0), + (6786,5853,0,0,0,-7048.98,-1778.9,265.066,5.12711,500,500,5,0,2251,1286,0,1), + (6787,5846,0,0,0,-6682.65,-1345.57,247.976,3.01567,500,500,0,0,2488,0,0,0), + (6788,5853,0,0,0,-7039.55,-1716.07,241.701,1.65684,500,500,10,0,2251,1286,0,1), + (6789,5855,0,0,0,-6665.7,-1451.7,245.516,2.35067,500,500,10,0,2399,0,0,1), + (6790,5846,0,0,0,-6689.86,-1342.14,247.976,3.99753,500,500,0,0,2488,0,0,0), + (6791,5861,0,0,0,-6497.63,-981.827,335.315,5.2837,500,500,5,0,6165,0,0,1), + (6792,5854,0,0,0,-6675.88,-1458.57,243.511,2.89273,500,500,10,0,2488,0,0,1), + (6793,5853,0,0,0,-6989.58,-1718.75,243.284,4.55795,500,500,5,0,2251,1286,0,1), + (6794,5846,0,0,0,-6685.11,-1422.08,241.863,2.17012,500,500,0,0,2488,0,0,0), + (6795,8637,0,0,0,-6972.51,-1729.94,241.75,2.3911,500,500,0,0,2138,0,0,0), + (6796,5862,0,0,0,-6482.17,-985.253,335.314,0.401426,500,500,0,0,4491,4281,0,0), + (6797,5846,0,0,0,-6693.95,-1419.49,242.363,4.45182,500,500,0,0,2488,0,0,0), + (6798,8637,0,0,0,-6970.2,-1726.1,241.754,3.36848,500,500,0,0,2138,0,0,0), + (6799,5839,0,0,0,-7023.96,-1721.88,241.764,0.034543,500,500,0,0,1441,3575,0,0), + (6800,5861,0,0,0,-6490.95,-1009.03,341.16,4.35014,500,500,5,0,6165,0,0,1), + (6801,5846,0,0,0,-6570.24,-1307.18,208.655,1.91491,500,500,5,0,2488,0,0,1), + (6802,8637,0,0,0,-7017.13,-1716.09,241.764,4.67085,500,500,5,0,2138,0,0,1), + (6803,5846,0,0,0,-6475.93,-1360.2,212.189,3.97935,500,500,0,0,2488,0,0,0), + (6804,5839,0,0,0,-6998.33,-1748.73,234.196,1.08012,500,500,5,0,1441,3575,0,1), + (6805,8637,0,0,0,-6964.62,-1722.47,243.559,5.91321,500,500,5,0,2138,0,0,1), + (6806,8637,0,0,0,-7027.77,-1713.81,241.764,4.54096,500,500,0,0,2138,0,0,0), + (6807,5844,0,0,0,-6478.69,-1363.26,212.107,3.76705,500,500,0,0,2310,0,0,0), + (6808,5839,0,0,0,-7012.38,-1731.65,234.099,4.93445,500,500,5,0,1441,3575,0,1), + (6809,5840,0,0,0,-6863.97,-1174.06,240.303,1.8135,500,500,5,0,2399,0,0,1), + (6810,5839,0,0,0,-6986,-1729.99,241.659,0.132366,500,500,5,0,1441,3575,0,1), + (6811,5856,0,0,0,-6906.36,-1724.62,242.33,3.3363,500,500,10,0,1997,0,0,1), + (6812,5839,0,0,0,-6981.44,-1743.3,242.696,0.417546,500,500,5,0,1441,3575,0,1), + (6813,5853,0,0,0,-6965.98,-1750.8,245.078,4.55944,500,500,5,0,2251,1286,0,1), + (6814,5840,0,0,0,-6838.51,-1163.79,241.167,1.70469,500,500,5,0,2399,0,0,1), + (6815,5856,0,0,0,-6855.49,-1740.54,251.591,5.34912,500,500,10,0,1997,0,0,1), + (6816,5840,0,0,0,-6818.91,-1215.62,240.036,1.01467,500,500,5,0,2399,0,0,1), + (6817,5840,0,0,0,-6836.02,-1228.32,240.263,3.16779,500,500,5,0,2399,0,0,1), + (6818,5856,0,0,0,-6860.15,-1700.02,250.563,4.8142,500,500,10,0,1997,0,0,1), + (6819,5844,0,0,0,-6873,-1286.76,243.016,3.57072,500,500,5,0,2310,0,0,1), + (6820,5840,0,0,0,-6868.71,-1281.88,242.891,1.81154,500,500,5,0,2399,0,0,1), + (6821,5846,0,0,0,-6872.4,-1322.4,243.141,1.53944,500,500,5,0,2488,0,0,1), + (6822,5858,0,0,0,-6595.89,-1170.97,273.366,4.4602,500,500,5,0,2488,0,0,1), + (6823,8284,0,0,0,-7007.21,-1749.16,234.182,1.37881,500,500,0,0,2972,0,0,0), + (6824,5854,0,0,0,-7022.67,-1152.27,242.906,3.70996,500,500,5,0,2488,0,0,1), + (6825,5833,0,0,0,-7324.43,-1963.29,298.114,0.372189,500,500,0,0,6186,0,0,2), + (6826,8566,0,0,0,-7024,-1107.26,240.183,2.22054,500,500,0,0,2488,0,0,0), + (6827,8566,0,0,0,-7004.47,-1151.25,241.782,5.75181,500,500,0,0,2488,0,0,0), + (6828,8566,0,0,0,-6973.01,-1481.47,241.75,1.02883,500,500,5,0,2488,0,0,1), + (6829,8566,0,0,0,-6925.37,-1454.41,238.62,1.78237,500,500,3,0,2488,0,0,1), + (6830,8504,0,0,0,-6906.53,-1093.65,256.74,0.942478,500,500,0,0,4950,1695,0,0), + (6831,8504,0,0,0,-6995.07,-1144.61,257.58,1.41372,500,500,0,0,4950,1695,0,0), + (6832,8504,0,0,0,-6931.85,-1419.82,256.156,4.85202,500,500,0,0,4950,1695,0,0), + (6833,8566,0,0,0,-6925.87,-1051.08,240.125,1.23046,500,500,5,0,2488,0,0,1), + (6834,8566,0,0,0,-6872.32,-1074.97,240.078,4.90943,500,500,5,0,2488,0,0,1), + (6835,5854,0,0,0,-6981.74,-1477.09,241.75,0.971895,500,500,5,0,2488,0,0,1), + (6836,5846,0,0,0,-6906.5,-1326.17,178.632,4.9186,500,500,5,0,2488,0,0,1), + (6837,5854,0,0,0,-6913.02,-1227.42,178.381,1.40955,500,500,5,0,2488,0,0,1), + (6838,5844,0,0,0,-6983.18,-1174.53,225.548,3.64888,500,500,5,0,2310,0,0,2), + (6839,5844,0,0,0,-6981.63,-1177.12,225.561,3.64016,500,500,5,0,2310,0,0,2), + (6840,8566,0,0,0,-6954.58,-1488.57,237.984,3.75803,500,500,5,0,2488,0,0,2), + (6841,5846,0,0,0,-6860.7,-1227.1,176.497,3.82227,500,500,0,0,2488,0,0,0), + (6842,5854,0,0,0,-7014.28,-1138.36,242.304,1.59511,500,500,5,0,2488,0,0,1), + (6843,9700,0,0,0,-6498.96,-972.537,335.19,4.71239,500,500,5,0,1,0,0,1), + (6844,5861,0,0,0,-6489.66,-819.278,320.702,3.50927,500,500,0,0,6165,0,0,0), + (6845,9699,0,0,0,-6622.98,-890.797,244.712,5.77059,500,500,10,0,1,0,0,1), + (6846,5862,0,0,0,-6512.2,-848.033,323.538,6.07762,500,500,5,0,4491,4281,0,1), + (6847,5862,0,0,0,-6454.17,-937.5,334.48,1.33845,500,500,5,0,4491,4281,0,1), + (6848,5860,0,0,0,-6653.2,-882.197,249.269,3.32534,500,500,5,0,4776,1640,0,1), + (6849,6491,1,0,0,-7748.02,-4978.67,6.00826,2.27058,60,60,0,0,7680,0,0,0), + (6850,8419,0,0,0,-6490.58,-963.602,335.212,5.86431,500,500,0,0,5130,3500,0,0), + (6851,8419,0,0,0,-6477.95,-962.255,335.212,4.20624,500,500,0,0,5130,3500,0,0), + (6852,5862,0,0,0,-6470.11,-894.34,324.171,6.24828,500,500,0,0,4491,4281,0,0), + (6853,5861,0,0,0,-6488.71,-904.842,324.312,4.21957,500,500,5,0,6165,0,0,2), + (6854,5862,0,0,0,-6490.32,-873.726,323.75,1.44862,500,500,0,0,4491,4281,0,0), + (6855,5861,0,0,0,-6472.99,-962.571,335.34,4.24115,500,500,0,0,6165,0,0,0), + (6856,5862,0,0,0,-6479.03,-920.239,332.385,2.54818,500,500,0,0,4491,4281,0,0), + (6857,2785,0,0,0,-7164.42,-3357.41,244.933,5.68414,300,300,0,0,1605,0,0,0), + (154671,8920,230,0,0,773.925,3.11658,-53.7172,3.9619,7200,7200,0,0,2614,0,0,2), + (6859,6868,0,0,0,-6653.35,-2139.33,251.908,5.48033,300,300,0,0,2016,2680,0,0), + (6860,1068,0,0,0,-6645.85,-2151.67,245.434,4.03171,300,300,0,0,2471,0,0,0), + (6861,4618,0,0,0,-6763.39,-3129.3,241.384,4.06662,300,300,0,0,2666,0,0,0), + (6862,2817,0,0,0,-6767.33,-3133.6,240.675,5.20016,300,300,0,0,2192,0,0,0), + (6863,2908,0,0,0,-6651.26,-2156.89,245.434,2.44346,300,300,0,0,2868,0,0,0), + (6864,8155,0,0,0,-6675.74,-2173.84,244.228,4.10152,300,300,0,0,5182,0,0,0), + (6865,2861,0,0,0,-6632.22,-2178.42,244.227,4.38078,600,600,0,0,7693,7071,0,0), + (6866,8155,0,0,0,-6666.14,-2179.9,244.269,4.11898,300,300,0,0,5182,0,0,0), + (6868,1407,0,0,0,-6673.13,-2151.46,244.227,3.735,300,300,0,0,2471,0,0,0), + (6869,8155,0,0,0,-6667.88,-2236.93,278.586,5.39307,300,300,0,0,5182,0,0,0), + (6870,10058,0,0,0,-6678.65,-2170.2,244.245,4.01426,300,300,0,0,1605,0,0,0), + (6871,2888,0,0,0,-6789.41,-3619.82,244.215,0.715585,300,300,0,0,3517,0,0,0), + (6872,2921,0,0,0,-6633.66,-2724.62,243.43,3.01942,300,300,0,0,2100,0,0,0), + (6873,2920,0,0,0,-6623.19,-2721.47,244.684,3.19395,300,300,0,0,1684,0,0,0), + (6874,5394,0,0,0,-6672.05,-2240.34,278.482,4.66003,300,300,0,0,2972,0,0,0), + (154655,8907,230,0,0,789.356,-42.4263,-53.6514,1.95477,7200,7200,0,0,7842,0,0,0), + (6876,6491,1,0,0,5633.21,-4765.75,777.907,1.47459,60,60,0,0,7680,0,0,0), + (6877,9085,0,0,0,-6687.94,-2159.12,244.195,3.9968,300,300,6,0,2466,1923,0,2), + (6878,9077,0,0,0,-6677.64,-2223.66,278.634,2.56563,300,300,0,0,3857,0,0,2), + (6879,9081,0,0,0,-6681.06,-2227.46,278.58,2.67035,300,300,0,0,4484,2289,0,0), + (6880,9083,0,0,0,-6690.19,-2156.94,244.195,4.01426,300,300,6,0,3082,0,0,2), + (6881,9079,0,0,0,-6682.35,-2154.34,244.195,1.29154,300,300,0,0,4484,2289,0,0), + (6882,9080,0,0,0,-6679.48,-2225.47,278.598,2.67035,300,300,0,0,4484,0,0,0), + (6883,9086,0,0,0,-6692.72,-2159.63,244.195,4.03171,300,300,6,0,3748,0,0,2), + (6884,9078,0,0,0,-6681.58,-2151.27,244.195,4.67748,300,300,0,0,4484,2289,0,0), + (6885,9082,0,0,0,-6686.64,-2162.67,244.195,3.80482,300,300,6,0,4108,0,0,2), + (6886,9084,0,0,0,-6690.13,-2161.77,244.195,3.9968,300,300,6,0,2754,1923,0,2), + (6887,9179,0,0,0,-6760.19,-3135.55,241.247,3.71755,300,300,0,0,2284,0,0,0), + (6888,2732,0,0,0,-6886.39,-3314.08,262.674,4.58126,300,300,5,0,1604,0,0,1), + (6889,9356,0,0,0,-6650.01,-2149.09,245.434,3.9968,300,300,0,0,1605,0,0,0), + (6890,2731,0,0,0,-6394.99,-3586.84,270.382,0.707991,300,300,5,0,1469,0,0,1), + (6891,2731,0,0,0,-6542,-3615.67,252.631,4.2513,300,300,5,0,1469,0,0,1), + (6892,2731,0,0,0,-6659.94,-3027.08,271.949,3.14159,300,300,10,0,1469,0,0,1), + (6893,2731,0,0,0,-6504.05,-3704.3,273.491,3.58015,300,300,10,0,1469,0,0,1), + (6894,2731,0,0,0,-6511.7,-3715.16,282.449,1.33814,300,300,5,0,1469,0,0,1), + (6895,2730,0,0,0,-6447.64,-3827.81,308.149,4.84159,300,300,10,0,1981,0,0,1), + (6896,2731,0,0,0,-6607.43,-2911.96,244.883,3.49671,300,300,10,0,1469,0,0,1), + (6897,2730,0,0,0,-6399.62,-3796.44,295.316,0.853068,300,300,10,0,1981,0,0,1), + (6898,8155,0,0,0,-6613.29,-2220.65,244.269,5.03745,300,300,10,0,5182,0,0,2), + (6899,8155,0,0,0,-6655.88,-2236.99,256.139,6.12611,300,300,0,0,5182,0,0,0), + (6900,2732,0,0,0,-6734.86,-3108.33,266.579,4.27234,300,300,5,0,1604,0,0,1), + (6901,2731,0,0,0,-6561.49,-3203.69,249.73,2.41008,300,300,10,0,1469,0,0,1), + (6902,2731,0,0,0,-6568.43,-2914.68,253.944,1.14897,300,300,5,0,1469,0,0,1), + (6903,2725,0,0,0,-6398.84,-4103.88,269.616,0.244505,300,300,3,0,1522,1332,0,1), + (6904,2725,0,0,0,-6363.87,-4182.18,285.838,1.55712,300,300,3,0,1522,1332,0,1), + (6905,2725,0,0,0,-6388.5,-4103.65,275.793,1.05251,300,300,0,0,1522,1332,0,0), + (6906,2725,0,0,0,-6363.04,-4211.82,292.495,3.16698,300,300,3,0,1522,1332,0,1), + (6907,2725,0,0,0,-6350.83,-4210.97,303.02,2.4934,300,300,3,0,1522,1332,0,1), + (6908,2725,0,0,0,-6383.89,-4187.71,277.542,1.37298,300,300,3,0,1522,1332,0,1), + (6909,2725,0,0,0,-6395.58,-4161.5,270.867,4.70989,300,300,5,0,1522,1332,0,1), + (6910,2732,0,0,0,-6709.01,-2995.9,259.146,5.50055,300,300,0,0,1604,0,0,0), + (6911,2732,0,0,0,-7132.52,-3488.62,253.374,3.02619,300,300,0,0,1604,0,0,0), + (6912,2893,0,0,0,-6956.01,-3314.42,263.466,6.1832,300,300,5,0,1678,0,0,1), + (6913,2718,0,0,0,-7152.95,-2286.86,262.457,4.74616,300,300,5,0,1585,1381,0,1), + (6914,2730,0,0,0,-6490.28,-3804.55,321.746,1.39216,300,300,5,0,1981,0,0,1), + (6915,2732,0,0,0,-6649.06,-3482.49,259.517,4.37896,300,300,0,0,1604,0,0,0), + (6916,2730,0,0,0,-6466.47,-3857.28,316.597,3.20192,300,300,5,0,1981,0,0,1), + (6917,2730,0,0,0,-6432.91,-3827.31,303.123,5.49779,300,300,10,0,1981,0,0,1), + (6918,2731,0,0,0,-6385.9,-3621.2,244.461,6.11836,300,300,10,0,1469,0,0,1), + (6919,2728,0,0,0,-7016.81,-3480.98,241.858,2.84022,300,300,10,0,1536,0,0,1), + (6920,2732,0,0,0,-7023.81,-3696.23,245.084,5.94758,300,300,3,0,1604,0,0,1), + (6921,4872,0,0,0,-6221.39,-3065.05,220.183,0.959737,1800,1800,1,0,4743,0,0,1), + (6922,2725,0,0,0,-6509.4,-4085.57,264.318,6.19259,300,300,10,0,1522,1332,0,1), + (6923,2725,0,0,0,-6431.15,-4105.01,264.176,1.23487,300,300,10,0,1522,1332,0,1), + (6924,2732,0,0,0,-6760.77,-3279.66,242.453,2.71028,300,300,10,0,1604,0,0,1), + (6925,2731,0,0,0,-6615.12,-3587.55,243.498,2.59314,300,300,5,0,1469,0,0,1), + (6926,2732,0,0,0,-6651.58,-3552.83,259.551,2.85444,300,300,0,0,1604,0,0,0), + (6927,2717,0,0,0,-7144.22,-2313.79,246.382,6.1951,300,300,5,0,1902,0,0,1), + (6928,2725,0,0,0,-6537.23,-4121.35,264.566,3.74785,300,300,10,0,1522,1332,0,1), + (6929,2734,0,0,0,-6748.14,-2457.52,273.449,4.09237,300,300,3,0,1829,0,0,1), + (6930,2731,0,0,0,-6658.02,-3637.38,242.7,3.11035,300,300,10,0,1469,0,0,1), + (6931,7867,0,0,0,-6841.53,-3638.87,253.046,1.37881,300,300,0,0,3517,0,0,0), + (6932,2743,0,0,0,-6448.81,-3112.52,315.68,0.058234,300,300,5,0,1604,0,0,1), + (6933,2734,0,0,0,-6781.13,-2480.96,250.812,2.11319,300,300,3,0,1829,0,0,1), + (6934,2727,0,0,0,-6656.4,-3317.18,244.712,2.24828,300,300,10,0,1403,0,0,1), + (6935,2727,0,0,0,-6715.29,-3282.92,242.283,4.90276,300,300,10,0,1403,0,0,1), + (6936,2732,0,0,0,-6662.4,-3219.94,249.273,5.14548,300,300,5,0,1604,0,0,1), + (6937,2732,0,0,0,-6909.57,-3080.63,250.484,6.25585,300,300,10,0,1604,0,0,1), + (6938,2731,0,0,0,-6607.49,-2977.74,245.683,0.857296,300,300,10,0,1469,0,0,1), + (6939,2728,0,0,0,-6895.19,-3382.88,242.167,4.11092,300,300,10,0,1536,0,0,1), + (6940,92,0,0,0,-7239.29,-3209.78,295.571,3.4019,300,300,5,0,1678,0,0,1), + (6941,2727,0,0,0,-6461.71,-3285.31,241.792,1.91987,300,300,10,0,1403,0,0,1), + (6942,92,0,0,0,-7281.54,-3182.07,296.312,0.824036,300,300,5,0,1678,0,0,1), + (6943,2727,0,0,0,-6577.79,-3317.75,247.233,2.72515,300,300,10,0,1403,0,0,1), + (6944,92,0,0,0,-7352.14,-3143.63,330.918,2.30907,300,300,3,0,1678,0,0,1), + (6945,92,0,0,0,-7312.8,-3179.51,301.539,5.94697,300,300,10,0,1678,0,0,1), + (6946,92,0,0,0,-7320.22,-3149.37,315.999,4.26246,300,300,10,0,1678,0,0,1), + (6947,2732,0,0,0,-7119.99,-3164.64,252.634,1.41785,300,300,0,0,1604,0,0,0), + (6948,2732,0,0,0,-6952.67,-3083.37,251.16,0.56677,300,300,5,0,1604,0,0,1), + (6949,92,0,0,0,-7253.62,-3186.42,293.077,3.56962,300,300,10,0,1678,0,0,1), + (6950,92,0,0,0,-7285.84,-3156.65,304.816,4.72408,300,300,10,0,1678,0,0,1), + (6951,2728,0,0,0,-7004.47,-3460.06,241.792,2.56873,300,300,10,0,1536,0,0,1), + (6952,2728,0,0,0,-7078.45,-3581.64,241.792,2.27266,300,300,10,0,1536,0,0,1), + (6953,2728,0,0,0,-7063.92,-3552.41,242.479,5.76186,300,300,10,0,1536,0,0,1), + (6954,2732,0,0,0,-6856.04,-3086.52,243.659,3.12597,300,300,10,0,1604,0,0,1), + (6955,2728,0,0,0,-6740.64,-3648.87,241.444,5.74779,300,300,10,0,1536,0,0,1), + (6956,2731,0,0,0,-6481.35,-3192.97,269.361,2.44885,300,300,5,0,1469,0,0,1), + (6957,2728,0,0,0,-6714.25,-3613.57,241.726,0.074513,300,300,10,0,1536,0,0,1), + (6958,2728,0,0,0,-7021.26,-3517.39,243.65,1.80286,300,300,10,0,1536,0,0,1), + (6959,2728,0,0,0,-6939.19,-3589.3,241.792,4.73818,300,300,10,0,1536,0,0,1), + (6960,2728,0,0,0,-7014.44,-3558.15,243.146,4.99506,300,300,10,0,1536,0,0,1), + (6961,2734,0,0,0,-6848.45,-2287.74,255.339,2.1588,300,300,5,0,1829,0,0,1), + (6962,2731,0,0,0,-6380.84,-3648.39,242.758,0.295197,300,300,10,0,1469,0,0,1), + (6963,2726,0,0,0,-6815.69,-4185.57,266.455,5.99862,600,600,10,0,5148,0,0,1), + (6964,2725,0,0,0,-6431.41,-4149.19,286.491,3.14159,300,300,3,0,1522,1332,0,1), + (6965,2726,0,0,0,-6684.39,-4114.64,264.291,4.14266,600,600,10,0,5148,0,0,1), + (6966,2726,0,0,0,-6747.73,-4120.96,264.014,0.605971,600,600,10,0,5148,0,0,1), + (6967,2726,0,0,0,-6776.84,-4148.54,264.014,3.43681,600,600,10,0,5148,0,0,1), + (6968,2726,0,0,0,-6683.23,-4061.53,264.625,3.01627,600,600,10,0,5148,0,0,1), + (6969,3107,1,0,0,-868.156,-5688.42,-2.09878,6.01674,300,300,5,0,137,0,0,1), + (6970,2726,0,0,0,-6778.25,-4079.73,265.108,1.58409,600,600,10,0,5148,0,0,1), + (6971,2726,0,0,0,-6756.74,-4049.98,264.77,5.23757,600,600,10,0,5148,0,0,1), + (6972,2726,0,0,0,-6643.67,-4094.69,264.765,3.19503,600,600,10,0,5148,0,0,1), + (6973,2716,0,0,0,-7122.8,-2390.85,241.028,3.04374,300,300,5,0,1829,0,0,2), + (6974,2718,0,0,0,-7130.88,-2384.62,240.53,3.0676,300,300,5,0,1585,1381,0,2), + (6975,2716,0,0,0,-7111.07,-2397.69,241.78,2.98611,300,300,5,0,1829,0,0,2), + (6976,2728,0,0,0,-7025.65,-3454.77,242.792,2.88216,300,300,10,0,1536,0,0,1), + (6977,2732,0,0,0,-6717.56,-2880,242.362,4.02789,300,300,10,0,1604,0,0,1), + (6978,2732,0,0,0,-6938.5,-3101.4,254.736,5.45086,300,300,5,0,1604,0,0,1), + (6979,2732,0,0,0,-6921.95,-3588.56,242.43,3.86167,300,300,10,0,1604,0,0,1), + (6980,2732,0,0,0,-6704.56,-2928.19,241.744,0.429337,300,300,10,0,1604,0,0,1), + (6981,2731,0,0,0,-6556.03,-3615.98,247.367,6.01213,300,300,5,0,1469,0,0,1), + (6982,92,0,0,0,-7249.61,-3146.73,302.688,4.30904,300,300,5,0,1678,0,0,1), + (6983,2732,0,0,0,-6544.29,-3412.58,284.547,6.02195,300,300,5,0,1604,0,0,1), + (6984,2728,0,0,0,-7107.95,-3220.94,241.792,4.5476,300,300,10,0,1536,0,0,1), + (6985,2729,0,0,0,-7073.2,-3113.55,242.11,0.17424,300,300,10,0,1678,0,0,1), + (6986,2732,0,0,0,-6679.67,-3185.45,269.247,3.27204,300,300,5,0,1604,0,0,1), + (6987,2734,0,0,0,-6808.34,-2395.24,275.593,2.35619,300,300,5,0,1829,0,0,1), + (6988,2728,0,0,0,-6686.7,-3590.75,242.162,4.84352,300,300,10,0,1536,0,0,1), + (6989,2717,0,0,0,-7111.62,-2402.39,241.682,3.23501,300,300,5,0,1902,0,0,2), + (6990,92,0,0,0,-7177.04,-3225.97,258.048,4.88926,300,300,3,0,1678,0,0,1), + (6991,2727,0,0,0,-6654.62,-3314.11,244.619,2.96052,300,300,5,0,1403,0,0,1), + (6992,2728,0,0,0,-6749.66,-3548.51,245.588,1.61179,300,300,10,0,1536,0,0,1), + (6993,92,0,0,0,-7226.02,-3184.33,289.542,2.7614,300,300,10,0,1678,0,0,1), + (6994,2728,0,0,0,-6882.11,-3518.28,242.17,4.05573,300,300,10,0,1536,0,0,1), + (6995,2728,0,0,0,-6893.05,-3575.5,243.745,1.75471,300,300,10,0,1536,0,0,1), + (6996,2728,0,0,0,-6949.67,-3521.92,241.792,5.00878,300,300,10,0,1536,0,0,1), + (6997,2728,0,0,0,-6828.98,-3397.55,241.792,1.99275,300,300,10,0,1536,0,0,1), + (6998,2830,0,0,0,-6839.92,-3642.16,256.303,-1.06123,300,300,5,0,1536,0,0,1), + (6999,2728,0,0,0,-6826.85,-3521.33,242.568,4.6831,300,300,10,0,1536,0,0,1), + (7000,2728,0,0,0,-6790.47,-3541.29,244.694,2.42258,300,300,10,0,1536,0,0,1), + (7001,2728,0,0,0,-6810.14,-3543.92,244.05,3.32214,300,300,5,0,1536,0,0,1), + (7002,2727,0,0,0,-6733.6,-3353.22,241.758,1.38019,300,300,10,0,1403,0,0,1), + (7003,2728,0,0,0,-6892.71,-3554.88,242.623,0.08022,300,300,10,0,1536,0,0,1), + (7004,2716,0,0,0,-7150.69,-2382.56,240.554,0.400447,300,300,5,0,1829,0,0,1), + (7005,2717,0,0,0,-7147.54,-2346.24,243.091,0.968147,300,300,10,0,1902,0,0,1), + (7006,2830,0,0,0,-6723.06,-3389.29,241.786,1.07506,300,300,10,0,1536,0,0,1), + (7007,2728,0,0,0,-6854.26,-3409.51,241.917,0.549797,300,300,10,0,1536,0,0,1), + (7008,92,0,0,0,-7189.53,-3139.41,277.685,1.89418,300,300,5,0,1678,0,0,1), + (7009,2728,0,0,0,-6782.34,-3461.3,241.792,1.86965,300,300,5,0,1536,0,0,1), + (7010,2732,0,0,0,-6749.38,-3262.25,241.083,1.58837,300,300,10,0,1604,0,0,1), + (7011,2717,0,0,0,-7118,-2419.81,240.557,2.37933,300,300,5,0,1902,0,0,1), + (7012,2718,0,0,0,-7132.82,-2418.76,240.64,2.80998,300,300,3,0,1585,1381,0,1), + (7013,2717,0,0,0,-7149.4,-2426.23,240.64,4.62876,300,300,3,0,1902,0,0,1), + (7014,2717,0,0,0,-7141.33,-2415.1,240.64,1.39362,300,300,3,0,1902,0,0,1), + (7015,2728,0,0,0,-6812.61,-3586.13,241.792,1.99247,300,300,5,0,1536,0,0,1), + (7016,2732,0,0,0,-7000.8,-3111.75,249.61,3.80658,300,300,10,0,1604,0,0,1), + (7017,2728,0,0,0,-6856.16,-3451.97,243.972,3.49237,300,300,10,0,1536,0,0,1), + (7018,2728,0,0,0,-6868.49,-3477.24,244.121,2.97618,300,300,10,0,1536,0,0,1), + (7019,2728,0,0,0,-6978.82,-3612.08,241.792,1.08159,300,300,10,0,1536,0,0,1), + (7020,2728,0,0,0,-6829.46,-3460.28,244.192,3.32784,300,300,10,0,1536,0,0,1), + (7021,2734,0,0,0,-7091.8,-2573.16,275.312,6.08656,300,300,3,0,1829,0,0,1), + (7022,2731,0,0,0,-6358.5,-3499.81,243.568,0.905814,300,300,10,0,1469,0,0,1), + (7023,2734,0,0,0,-6992.59,-2782.51,241.978,0.941665,300,300,5,0,1829,0,0,1), + (7024,2717,0,0,0,-7280.22,-2318.62,265.148,0.796735,300,300,5,0,1902,0,0,1), + (7025,2718,0,0,0,-7320.55,-2313.17,267.682,4.06458,300,300,5,0,1585,1381,0,1), + (7026,4846,0,0,0,-6140.1,-3093.32,224.161,0.959931,1800,1800,0,0,3660,0,0,0), + (7027,4845,0,0,0,-6149.28,-3099.46,223.173,4.96295,1800,1800,2,0,3959,0,0,1), + (7028,4846,0,0,0,-6143.94,-3100.47,223.354,5.8294,1800,1800,0,0,3660,0,0,0), + (7029,2716,0,0,0,-7088.37,-2278.62,268.787,2.27846,300,300,0,0,1829,0,0,0), + (7030,2740,0,0,0,-6425.52,-3416.14,241.585,5.86639,300,300,5,0,1075,2763,0,1), + (7031,2726,0,0,0,-6814.47,-4124.14,264.014,5.36298,600,600,10,0,5148,0,0,1), + (7032,2740,0,0,0,-6459.15,-3359.78,241.792,3.69234,300,300,3,0,1075,2763,0,1), + (7033,2892,0,0,0,-6572.99,-3671.21,263.162,1.7642,300,300,3,0,3540,1236,0,1), + (7034,2743,0,0,0,-6396.83,-3206.45,286.565,1.16095,300,300,5,0,1604,0,0,1), + (7035,2743,0,0,0,-6378.09,-3179.05,304.904,1.05496,300,300,0,0,1604,0,0,0), + (7036,2732,0,0,0,-7112.24,-3648.1,260.663,5.17275,300,300,5,0,1604,0,0,1), + (7037,2717,0,0,0,-7248.81,-2326.43,244.888,5.49131,300,300,0,0,1902,0,0,0), + (7038,2716,0,0,0,-7186.63,-2281.79,257.953,1.37386,300,300,3,0,1829,0,0,1), + (7039,2892,0,0,0,-6570.95,-3691.65,270.287,6.18252,300,300,10,0,3540,1236,0,1), + (7040,6733,0,0,0,-6593.88,-3675.37,263.412,0.369629,300,300,3,0,4377,0,0,1), + (7041,6733,0,0,0,-6643.69,-3681.06,265.6,4.08517,300,300,3,0,4377,0,0,1), + (7042,2718,0,0,0,-7218.41,-2352.19,243.131,3.87586,300,300,10,0,1585,1381,0,1), + (7043,2728,0,0,0,-6722.25,-3593.26,242.112,0.165281,300,300,10,0,1536,0,0,1), + (7044,2718,0,0,0,-7180.41,-2316.32,244.006,5.7141,300,300,5,0,1585,1381,0,1), + (7045,4845,0,0,0,-6211.91,-3042.56,218.25,3.48821,1800,1800,2,0,3959,0,0,1), + (7046,4872,0,0,0,-6203.17,-3038.7,220.365,3.01873,1800,1800,1,0,4743,0,0,1), + (7047,4845,0,0,0,-6198.85,-3040.98,220.803,3.20722,1800,1800,2,0,3959,0,0,1), + (7048,4845,0,0,0,-6202.1,-3068.48,217.92,2.07919,1800,1800,2,0,3959,0,0,1), + (7049,4844,0,0,0,-6187.13,-3062.26,219.499,1.39183,1800,1800,2,0,2877,2680,0,1), + (7050,4846,0,0,0,-6184.66,-3071.61,219.745,5.37561,1800,1800,0,0,3660,0,0,0), + (7051,4846,0,0,0,-6181.63,-3064.34,219.775,0.122173,1800,1800,0,0,3660,0,0,0), + (7052,4846,0,0,0,-6221.12,-3044.85,217.104,2.35619,1800,1800,0,0,3660,0,0,0), + (7053,4846,0,0,0,-6224.88,-3048.4,217.203,3.08923,1800,1800,0,0,3660,0,0,0), + (7054,4845,0,0,0,-6222.01,-3058.95,220.186,5.16049,1800,1800,1,0,3959,0,0,1), + (7055,2727,0,0,0,-6540.28,-3391.42,275.114,1.79115,300,300,5,0,1403,0,0,1), + (7056,4856,0,0,0,-6133.27,-2911.92,211.981,1.02974,1800,1800,2,0,3831,0,0,1), + (7057,4856,0,0,0,-6123.48,-2903.98,211.972,4.89621,1800,1800,2,0,3831,0,0,1), + (7058,4856,0,0,0,-6133.83,-2892.09,212.516,3.0187,1800,1800,2,0,3831,0,0,1), + (7059,4851,0,0,0,-6151.84,-2886.31,211.65,6.1655,1800,1800,2,0,3831,0,0,1), + (7060,4856,0,0,0,-6169.08,-2912.83,214.429,2.45777,1800,1800,2,0,3831,0,0,1), + (7061,4851,0,0,0,-6185.8,-2913.57,214.429,4.25653,1800,1800,2,0,3831,0,0,1), + (7062,4851,0,0,0,-6191.59,-2916.4,214.429,1.01478,1800,1800,2,0,3831,0,0,1), + (7063,4851,0,0,0,-6176.05,-2933,214.429,0.31458,1800,1800,2,0,3831,0,0,1), + (7064,4846,0,0,0,-6037.76,-3193.46,282.203,0.349066,600,600,0,0,3660,0,0,0), + (7065,4846,0,0,0,-6047.97,-3179.56,281.766,0.610865,600,600,0,0,3660,0,0,0), + (7066,2739,0,0,0,-6406.5,-3383.53,229.835,1.0599,300,300,3,0,1403,0,0,1), + (7067,2739,0,0,0,-6420.64,-3386.57,229.835,5.51885,300,300,3,0,1403,0,0,1), + (7068,4846,0,0,0,-6040,-3190.74,282.265,1.79769,600,600,0,0,3660,0,0,0), + (7069,4844,0,0,0,-6053.89,-3183.01,281.255,1.72125,600,600,5,0,2877,2680,0,1), + (7070,2739,0,0,0,-6444.16,-3423.79,229.835,5.98727,300,300,3,0,1403,0,0,1), + (7071,4844,0,0,0,-6067.64,-3170.23,281.255,4.59857,600,600,5,0,2877,2680,0,1), + (7072,2739,0,0,0,-6432.3,-3379.82,229.835,2.20025,300,300,3,0,1403,0,0,1), + (7073,2739,0,0,0,-6431.03,-3405.91,229.835,4.95165,300,300,5,0,1403,0,0,2), + (7074,2739,0,0,0,-6455.75,-3424.18,229.835,0.954772,300,300,3,0,1403,0,0,1), + (7075,2739,0,0,0,-6444.1,-3408.19,229.835,3.73487,300,300,3,0,1403,0,0,1), + (7076,2739,0,0,0,-6452.09,-3435.45,229.747,2.69318,300,300,3,0,1403,0,0,1), + (7077,2727,0,0,0,-6660.58,-3524.1,244.952,5.9035,300,300,10,0,1403,0,0,1), + (7078,2739,0,0,0,-6416.74,-3370.02,229.835,0.028638,300,300,3,0,1403,0,0,1), + (7079,2727,0,0,0,-6691.1,-3245.07,240.813,2.88852,300,300,10,0,1403,0,0,1), + (7080,2728,0,0,0,-6900.66,-3488.65,242.667,5.75415,300,300,10,0,1536,0,0,1), + (7081,2727,0,0,0,-6593.08,-3294.38,242.322,0.364914,300,300,10,0,1403,0,0,1), + (7082,2728,0,0,0,-6750.66,-3407.98,241.792,1.47567,300,300,10,0,1536,0,0,1), + (7083,2715,0,0,0,-6841.86,-2816.69,241.792,0.604905,300,300,0,0,1678,0,0,0), + (7084,4846,0,0,0,-6171.1,-3042.55,220.586,2.26893,1800,1800,0,0,3660,0,0,0), + (7085,4844,0,0,0,-6174.38,-3052.58,220.485,6.05339,1800,1800,2,0,2877,2680,0,1), + (7086,4846,0,0,0,-6197.12,-3051.33,213.755,2.49582,1800,1800,0,0,3660,0,0,0), + (7087,4846,0,0,0,-6204.06,-3050.54,212.993,1.44862,1800,1800,0,0,3660,0,0,0), + (7088,4844,0,0,0,-6215.17,-3063.48,220.189,4.84371,1800,1800,1,0,2877,2680,0,1), + (7089,2728,0,0,0,-6906.72,-3410.28,243.451,2.24554,300,300,10,0,1536,0,0,1), + (7090,2728,0,0,0,-6946.87,-3447.26,241.842,1.88819,300,300,10,0,1536,0,0,1), + (7091,2732,0,0,0,-6836.91,-3327.52,242.355,4.55372,300,300,5,0,1604,0,0,1), + (7092,2732,0,0,0,-6956.95,-3649.25,243.985,0.286389,300,300,10,0,1604,0,0,1), + (7093,2732,0,0,0,-6853.11,-3366.48,241.769,5.04917,300,300,10,0,1604,0,0,1), + (7094,2734,0,0,0,-7057.52,-2563.13,266.034,1.4079,300,300,5,0,1829,0,0,1), + (7095,2732,0,0,0,-7097.61,-3183.33,241.792,0,300,300,10,0,1604,0,0,1), + (7096,2727,0,0,0,-6685.39,-3415.24,246.211,3.97175,300,300,10,0,1403,0,0,1), + (7097,2727,0,0,0,-6519.44,-3280.95,241.792,1.86402,300,300,10,0,1403,0,0,1), + (7098,2728,0,0,0,-7128.34,-3428.16,242.874,4.54564,300,300,10,0,1536,0,0,1), + (7099,2732,0,0,0,-6717.05,-2828.31,246.429,3.01046,300,300,10,0,1604,0,0,1), + (7100,2728,0,0,0,-6726.21,-3542.46,245.638,1.98409,300,300,10,0,1536,0,0,1), + (7101,2729,0,0,0,-6878.03,-2889.45,243.126,1.95143,300,300,10,0,1678,0,0,1), + (7102,2727,0,0,0,-6549.1,-3268.95,242.078,1.58252,300,300,10,0,1403,0,0,1), + (7103,2729,0,0,0,-7026.89,-3075.78,241.702,5.99339,300,300,10,0,1678,0,0,1), + (7104,2732,0,0,0,-7042.32,-3153.8,244.233,5.8239,300,300,5,0,1604,0,0,1), + (7105,2729,0,0,0,-6847.49,-3008.19,242.1,2.87108,300,300,10,0,1678,0,0,1), + (7106,2734,0,0,0,-7032.59,-2608.62,272.813,0.413864,300,300,5,0,1829,0,0,1), + (7107,2734,0,0,0,-6951.09,-2723.04,250.212,2.82915,300,300,5,0,1829,0,0,1), + (7108,2732,0,0,0,-6714.52,-3240.3,240.932,4.29429,300,300,10,0,1604,0,0,1), + (7109,2729,0,0,0,-6902.46,-2971.98,243.897,3.25699,300,300,10,0,1678,0,0,1), + (7110,2729,0,0,0,-7047.94,-3042.42,241.415,0.178178,300,300,10,0,1678,0,0,1), + (7111,2734,0,0,0,-6717.76,-2490.63,253.298,3.14159,300,300,3,0,1829,0,0,1), + (7112,2732,0,0,0,-6644.78,-2826.45,245.154,3.61223,300,300,10,0,1604,0,0,1), + (7113,2734,0,0,0,-6864.99,-2336.71,244.54,3.60961,300,300,5,0,1829,0,0,1), + (7114,2734,0,0,0,-6818.44,-2449.31,253.956,1.20772,300,300,3,0,1829,0,0,1), + (7115,2729,0,0,0,-7036,-3020.89,241.785,3.39415,300,300,10,0,1678,0,0,1), + (7116,2729,0,0,0,-7110.73,-2870.52,241.748,5.44676,300,300,10,0,1678,0,0,1), + (7117,2732,0,0,0,-6745.66,-2862.6,244.619,2.17763,300,300,10,0,1604,0,0,1), + (7118,2731,0,0,0,-6581.93,-2943.27,246.624,4.80484,300,300,10,0,1469,0,0,1), + (7119,2729,0,0,0,-6934.1,-3013.93,242.295,3.39842,300,300,10,0,1678,0,0,1), + (7120,2729,0,0,0,-6996.95,-3022.56,241.792,3.25521,300,300,10,0,1678,0,0,1), + (7121,2729,0,0,0,-7108.61,-2968.25,247.224,2.6809,300,300,10,0,1678,0,0,1), + (7122,2727,0,0,0,-6621.54,-3240.23,243.13,6.08993,300,300,5,0,1403,0,0,1), + (7123,2729,0,0,0,-7007.46,-3054.04,241.761,4.41584,300,300,10,0,1678,0,0,1), + (7124,2729,0,0,0,-6783.45,-2546.29,247.758,4.01351,300,300,10,0,1678,0,0,1), + (7125,2729,0,0,0,-6911.68,-2940.94,245.286,0.271811,300,300,10,0,1678,0,0,1), + (7126,2725,0,0,0,-6547.18,-4171.65,290.355,3.02619,300,300,5,0,1522,1332,0,1), + (7127,2729,0,0,0,-6793.03,-2911.05,242.19,0.252554,300,300,10,0,1678,0,0,1), + (7128,2729,0,0,0,-7017.47,-2811.03,242.15,1.72802,300,300,10,0,1678,0,0,1), + (7129,2726,0,0,0,-6719.14,-4077.69,264.231,3.3728,600,600,10,0,5148,0,0,1), + (7130,2743,0,0,0,-6316.69,-3090.41,310.833,2.15632,300,300,5,0,1604,0,0,2), + (7131,2742,0,0,0,-6318.37,-3084.75,301.112,3.54614,300,300,0,0,1305,1189,0,0), + (7132,2732,0,0,0,-6666.72,-2869.63,242.187,5.76622,300,300,10,0,1604,0,0,1), + (7133,2742,0,0,0,-6349.88,-3065.45,311.712,2.63188,300,300,0,0,1305,1189,0,0), + (7134,2743,0,0,0,-6319.32,-3089.9,301.113,2.85956,300,300,0,0,1604,0,0,0), + (7135,2892,0,0,0,-6619.78,-3717.98,268.609,1.46015,300,300,3,0,3540,1236,0,1), + (7136,6733,0,0,0,-6633.46,-3725.84,266.878,0.947018,300,300,3,0,4377,0,0,1), + (7137,2830,0,0,0,-7066.08,-3546.31,242.56,2.90514,300,300,10,0,1536,0,0,1), + (7138,2831,0,0,0,-7084.31,-2795.93,242.095,0.970321,300,300,10,0,1751,0,0,1), + (7139,2743,0,0,0,-6329.24,-3077.83,310.917,4.04916,300,300,0,0,1604,0,0,0), + (7140,2723,0,0,0,-6342.34,-3078.52,310.834,0.092626,300,300,0,0,1674,0,0,0), + (7141,2742,0,0,0,-6342.9,-3068.71,301.11,3.75901,300,300,0,0,1305,1189,0,0), + (7142,2723,0,0,0,-6328.85,-3090.91,310.834,1.17607,300,300,0,0,1674,0,0,0), + (7143,2723,0,0,0,-6347.08,-3067.93,301.111,5.39252,300,300,0,0,1674,0,0,0), + (7144,2931,0,0,0,-6913.21,-3474.79,242.675,1.47093,43200,43200,0,0,7842,0,0,0), + (7145,2831,0,0,0,-6886.22,-2452.98,245.292,3.07839,300,300,5,0,1751,0,0,1), + (7146,2831,0,0,0,-6906.8,-2506.38,241.895,2.17275,300,300,5,0,1751,0,0,1), + (7147,2717,0,0,0,-7224.46,-2313.62,244.397,3.24356,300,300,3,0,1902,0,0,1), + (7148,2718,0,0,0,-7280.9,-2281.56,244.629,3.10809,300,300,3,0,1585,1381,0,1), + (7149,2791,0,0,0,-7256.03,-3415.02,292.681,3.66474,300,300,5,0,1981,0,0,1), + (7150,2791,0,0,0,-7245.94,-3417.48,292.431,3.41882,300,300,5,0,1981,0,0,1), + (7151,2791,0,0,0,-7258.47,-3418.17,293.449,4.89102,300,300,5,0,1981,0,0,1), + (7152,2791,0,0,0,-7309.3,-3454.39,312.392,5.21189,300,300,5,0,1981,0,0,1), + (7153,2791,0,0,0,-7262.07,-3473.31,315.593,1.75554,300,300,5,0,1981,0,0,1), + (7154,2791,0,0,0,-7308.56,-3427.94,303.681,2.41053,300,300,5,0,1981,0,0,1), + (7155,2791,0,0,0,-7335.81,-3461.4,325.084,3.71821,300,300,5,0,1981,0,0,1), + (7156,2791,0,0,0,-7281.08,-3419.07,296.641,5.46323,300,300,5,0,1981,0,0,1), + (7157,2791,0,0,0,-7308.36,-3387.34,296.057,3.10698,300,300,5,0,1981,0,0,1), + (7158,2791,0,0,0,-7276.56,-3485.74,320.908,2.89533,300,300,5,0,1981,0,0,1), + (7159,2860,0,0,0,-6607.66,-3417.49,279.394,2.6529,300,300,0,0,2471,0,0,0), + (7160,2894,0,0,0,-6992.24,-3314.51,245.511,5.72413,300,300,2,0,1471,1283,0,1), + (7161,2910,0,0,0,-6609.19,-3408.01,279.195,4.08407,300,300,0,0,2016,0,0,0), + (7162,2892,0,0,0,-6611.19,-3688.73,265.941,1.88891,300,300,3,0,3540,1236,0,1), + (7163,2739,0,0,0,-6410.71,-3435.3,248.542,5.50982,300,300,0,0,1403,0,0,0), + (7164,2739,0,0,0,-6398.51,-3415.45,241.727,4.0888,300,300,0,0,1403,0,0,0), + (7165,2740,0,0,0,-6405.26,-3411.88,241.585,4.2337,300,300,0,0,1075,2763,0,0), + (7166,4846,0,0,0,-6029.4,-3205.65,281.255,1.23918,600,600,0,0,3660,0,0,0), + (7167,4844,0,0,0,-6032.5,-3213.58,281.255,5.36266,600,600,5,0,2877,2680,0,1), + (7168,2743,0,0,0,-6438.74,-3139.27,307.752,2.4151,300,300,0,0,1604,0,0,0), + (7169,2736,0,0,0,-7165.74,-2215.55,306.857,3.14027,300,300,5,0,1981,0,0,1), + (7170,2736,0,0,0,-7218.68,-2251.88,284.935,6.22197,300,300,3,0,1981,0,0,1), + (7171,2736,0,0,0,-7215.21,-2220.19,294.954,5.1131,300,300,3,0,1981,0,0,1), + (7172,2736,0,0,0,-7186.69,-2148.1,321.408,3.67473,300,300,3,0,1981,0,0,1), + (7173,2736,0,0,0,-7213.02,-2153.75,308.015,4.32697,300,300,10,0,1981,0,0,1), + (7174,2736,0,0,0,-7172.01,-2181.99,315.891,1.06457,300,300,5,0,1981,0,0,1), + (7175,2736,0,0,0,-7251.15,-2114.87,300.405,6.11451,300,300,10,0,1981,0,0,1), + (7176,2736,0,0,0,-7214.71,-2181.37,302.126,1.01965,300,300,3,0,1981,0,0,1), + (7177,2736,0,0,0,-7219.18,-2114.88,313.999,4.17964,300,300,10,0,1981,0,0,1), + (7178,2736,0,0,0,-7252.46,-2150.89,295.978,1.27864,300,300,10,0,1981,0,0,1), + (7179,2736,0,0,0,-7291.04,-2118.21,297.682,3.77231,300,300,3,0,1981,0,0,1), + (7180,2736,0,0,0,-7252.41,-2172.12,294.135,1.29867,300,300,10,0,1981,0,0,1), + (7181,2736,0,0,0,-7253.86,-2215.52,285.375,1.51119,300,300,5,0,1981,0,0,1), + (7182,2736,0,0,0,-7194.27,-2102.41,327.341,4.1878,300,300,3,0,1981,0,0,1), + (7183,2736,0,0,0,-7278.02,-2201.79,294.993,5.45638,300,300,5,0,1981,0,0,1), + (7184,2732,0,0,0,-6683.41,-2840.86,242.496,3.33439,300,300,10,0,1604,0,0,1), + (7185,2734,0,0,0,-7074.41,-2717.87,245.503,5.07984,300,300,3,0,1829,0,0,1), + (7186,2740,0,0,0,-6448.33,-3387.3,241.682,3.92748,300,300,0,0,1075,2763,0,0), + (7187,2731,0,0,0,-6512.79,-3227.73,246.746,1.40597,300,300,10,0,1469,0,0,1), + (7188,2740,0,0,0,-6458.57,-3404.86,241.71,0.325448,300,300,0,0,1075,2763,0,0), + (7189,2731,0,0,0,-6313.74,-3549.1,249.81,4.43523,300,300,5,0,1469,0,0,1), + (7190,2740,0,0,0,-6461.13,-3393.59,241.682,2.74647,300,300,0,0,1075,2763,0,0), + (7191,2701,0,0,0,-7024.54,-3634.25,241.792,1.75424,300,300,5,0,1604,0,0,1), + (7192,2731,0,0,0,-6556.67,-3145.33,260.401,0.332208,300,300,10,0,1469,0,0,1), + (7193,2715,0,0,0,-7043.26,-3643.96,241.974,5.58367,300,300,0,0,1678,0,0,0), + (7194,2701,0,0,0,-7053.39,-3620.12,241.792,0.235529,300,300,5,0,1604,0,0,1), + (7195,2907,0,0,0,-6275.86,-3737.66,243.978,0.881584,300,300,5,0,1208,1097,0,1), + (7196,2906,0,0,0,-6305.53,-3772.68,244.064,1.26943,300,300,3,0,1403,0,0,1), + (7197,2907,0,0,0,-6313.28,-3688.24,258.007,5.46769,300,300,3,0,1208,1097,0,1), + (7198,2732,0,0,0,-6818.15,-2962.58,247.732,3.36851,300,300,10,0,1604,0,0,1), + (7199,2791,0,0,0,-7248.63,-3435.37,296.652,1.51996,300,300,5,0,1981,0,0,1), + (7200,2791,0,0,0,-7283.12,-3473.3,317.946,2.88666,300,300,5,0,1981,0,0,1), + (7201,2719,0,0,0,-7388.79,-2267.97,237.65,1.14724,300,300,3,0,2138,0,0,1), + (7203,2720,0,0,0,-7394.96,-2255.8,235.006,4.26436,300,300,3,0,1441,3575,0,1), + (7204,2736,0,0,0,-7114.21,-2244.57,288.323,0.083281,300,300,3,0,1981,0,0,1), + (7205,2726,0,0,0,-6781.84,-4005.58,264.584,0.463087,600,600,10,0,5148,0,0,1), + (7206,2736,0,0,0,-7154.56,-2242.7,288.741,1.10101,300,300,3,0,1981,0,0,1), + (7207,2831,0,0,0,-6914.82,-2453.27,244.18,1.6862,300,300,5,0,1751,0,0,1), + (7208,2831,0,0,0,-6912.71,-2481.48,242.869,4.96382,300,300,5,0,1751,0,0,1), + (7209,2944,0,0,0,-7141.52,-2393.12,240.575,3.68867,300,300,5,0,1902,0,0,2), + (7210,2907,0,0,0,-7105.74,-2399.21,241.78,2.93326,300,300,5,0,1208,1097,0,2), + (7211,2831,0,0,0,-6860.07,-2464.61,241.792,5.46749,300,300,0,0,1751,0,0,0), + (7212,2831,0,0,0,-6862.55,-2477.67,242.042,1.11397,300,300,5,0,1751,0,0,1), + (7213,2729,0,0,0,-6887.04,-2852.49,241.873,4.1044,300,300,10,0,1678,0,0,1), + (7214,2743,0,0,0,-6405.8,-3172.11,294.793,0.941493,300,300,10,0,1604,0,0,1), + (7215,2743,0,0,0,-6404.9,-3174.49,294.277,0.94136,300,300,5,0,1604,0,0,2), + (7216,2742,0,0,0,-6408.37,-3172.04,293.527,0.936265,300,300,10,0,1305,1189,0,1), + (7217,4845,0,0,0,-6106.1,-2974.39,207.374,0.94613,1800,1800,2,0,3959,0,0,1), + (7218,4844,0,0,0,-6117.25,-2970.75,206.608,4.57535,1800,1800,2,0,2877,2680,0,1), + (7219,4846,0,0,0,-6148.08,-3036.6,224.735,2.18166,1800,1800,0,0,3660,0,0,0), + (7220,4845,0,0,0,-6141.81,-3087.35,225.732,1.93696,1800,1800,0,0,3959,0,0,2), + (7221,4845,0,0,0,-6121,-2940.49,208.013,3.80978,1800,1800,2,0,3959,0,0,1), + (7222,4846,0,0,0,-6147.96,-3044.12,224.864,6.12611,1800,1800,0,0,3660,0,0,0), + (7223,4844,0,0,0,-6135.16,-2938.11,208.747,2.6529,1800,1800,2,0,2877,2680,0,1), + (7224,4846,0,0,0,-6151.21,-3060.5,225.371,0.767945,1800,1800,0,0,3660,0,0,2), + (7225,4846,0,0,0,-6163.68,-3042.84,221.087,1.48353,1800,1800,0,0,3660,0,0,0), + (7226,4844,0,0,0,-6150.22,-3072.79,226.814,4.66322,1800,1800,2,0,2877,2680,0,1), + (7227,4844,0,0,0,-6157.35,-3087.05,227.263,2.42601,1800,1800,2,0,2877,2680,0,1), + (7228,4872,0,0,0,-6154.87,-3090.6,227.512,1.27409,1800,1800,0,0,4743,0,0,0), + (7229,2736,0,0,0,-7384.58,-2476.47,326.071,6.01457,300,300,5,0,1981,0,0,1), + (7230,92,0,0,0,-7118.1,-2990.62,252.611,5.60513,300,300,10,0,1678,0,0,1), + (7231,92,0,0,0,-7145.5,-2977.33,265.566,0.662281,300,300,10,0,1678,0,0,1), + (7232,2736,0,0,0,-7350.56,-2482.29,322.608,0.843073,300,300,5,0,1981,0,0,1), + (7233,92,0,0,0,-7140.37,-2951.74,263.307,3.76321,300,300,3,0,1678,0,0,1), + (7234,2736,0,0,0,-7306.99,-2481.18,315.67,0.509746,300,300,5,0,1981,0,0,1), + (7235,2736,0,0,0,-7287.63,-2502.72,306.857,4.68511,300,300,5,0,1981,0,0,1), + (7236,92,0,0,0,-7178.94,-3050.41,280.428,4.53953,300,300,3,0,1678,0,0,1), + (7237,2736,0,0,0,-7321.38,-2443.62,295.672,1.50436,300,300,5,0,1981,0,0,1), + (7238,2736,0,0,0,-7345,-2409.29,290.886,2.0626,300,300,5,0,1981,0,0,1), + (7239,92,0,0,0,-7167.55,-3118.94,266.54,0.9944,300,300,5,0,1678,0,0,1), + (7240,92,0,0,0,-7146.01,-3085.18,262.645,2.77011,300,300,3,0,1678,0,0,1), + (7241,92,0,0,0,-7108.7,-3035.9,244.387,3.65597,300,300,10,0,1678,0,0,1), + (7242,2736,0,0,0,-7349.08,-2452.89,303.762,2.9767,300,300,5,0,1981,0,0,1), + (7243,92,0,0,0,-7187.82,-3086.84,287.461,0.509943,300,300,3,0,1678,0,0,1), + (7244,92,0,0,0,-7204.48,-3098.33,299.665,0.766064,300,300,5,0,1678,0,0,1), + (7245,92,0,0,0,-7276.83,-3118.82,319.658,6.1374,300,300,5,0,1678,0,0,1), + (7246,92,0,0,0,-7252.49,-3106.61,315.891,2.38649,300,300,5,0,1678,0,0,1), + (7247,2734,0,0,0,-7003.57,-2525.78,242.711,0.065095,300,300,5,0,1829,0,0,1), + (7248,2729,0,0,0,-7085.82,-2782.52,242.917,0.324722,300,300,10,0,1678,0,0,1), + (7249,2922,0,0,0,-6631.39,-2726.79,243.559,2.96706,300,300,0,0,102,0,0,0), + (7250,2734,0,0,0,-7128.71,-2727.96,244.098,5.91578,300,300,3,0,1829,0,0,1), + (7251,2830,0,0,0,-6879.02,-3328.7,247.978,1.25838,300,300,5,0,1536,0,0,1), + (7252,2830,0,0,0,-7096.77,-3592.06,243.711,1.18667,300,300,5,0,1536,0,0,1), + (7253,2830,0,0,0,-7123.32,-3358.68,243.004,2.37277,300,300,5,0,1536,0,0,1), + (7254,2720,0,0,0,-7374.23,-2269.75,234.981,5.89084,300,300,5,0,1441,3575,0,1), + (7255,2717,0,0,0,-7250.08,-2278.16,245.769,1.12391,300,300,3,0,1902,0,0,1), + (7256,3107,1,0,0,-969.116,-5648.95,-5.54658,0.309366,300,300,5,0,137,0,0,1), + (7257,3107,1,0,0,917.165,-5132.88,-4.89163,4.7323,300,300,5,0,137,0,0,1), + (7258,3107,1,0,0,-710.822,-5723.1,-1.67147,5.72244,300,300,5,0,137,0,0,1), + (7259,3107,1,0,0,-1511.35,-5376.41,2.6803,1.14385,300,300,10,0,137,0,0,1), + (7260,3107,1,0,0,-1391.8,-5504.85,-12.3106,4.35293,300,300,5,0,137,0,0,1), + (7261,3128,1,0,0,-64.1312,-4982.18,19.6142,4.30752,200,200,0,0,101,220,0,0), + (7262,3128,1,0,0,-51.3995,-4961.7,21.4127,5.99301,200,200,0,0,101,220,0,0), + (7263,3129,1,0,0,-312.696,-5145.91,21.4262,0.515886,300,300,10,0,125,220,0,1), + (7264,3122,1,0,0,946.397,-4977.17,9.32296,1.99556,300,300,10,0,120,0,0,1), + (7265,3122,1,0,0,149.9,-4035.82,48.9886,4.4114,300,300,10,0,120,0,0,1), + (7266,3122,1,0,0,167.115,-4103.98,49.6889,1.38631,300,300,5,0,120,0,0,1), + (7267,3122,1,0,0,508.203,-4548.33,50.2061,3.77078,300,300,5,0,120,0,0,1), + (7268,3122,1,0,0,168.14,-4252.11,49.4872,5.95093,300,300,10,0,120,0,0,1), + (7269,3122,1,0,0,561.871,-4629.33,38.2371,0.85002,300,300,5,0,120,0,0,1), + (7270,3122,1,0,0,733.031,-4886.37,28.3956,1.7138,300,300,10,0,120,0,0,1), + (7271,3122,1,0,0,803.126,-5009.11,10.4341,2.40457,300,300,10,0,120,0,0,1), + (7272,3122,1,0,0,208.815,-4300.84,43.8047,0.226506,300,300,10,0,120,0,0,1), + (7273,3122,1,0,0,879.705,-5041.08,4.46972,4.81922,300,300,10,0,120,0,0,1), + (7274,3130,1,0,0,818.703,-4088.31,-12.9096,3.02428,300,300,5,0,179,220,0,1), + (7275,3117,1,0,0,951.958,-4754.93,23.7635,4.42527,300,300,5,0,176,0,0,1), + (7276,3118,1,0,0,995.057,-4678.42,46.6831,4.40175,300,300,0,0,186,191,0,0), + (7277,3115,1,0,0,890.98,-4636.45,17.1632,1.93447,300,300,5,0,137,0,0,1), + (7278,3118,1,0,0,1100.94,-4713.27,32.2506,2.66671,300,300,0,0,186,191,0,0), + (7279,5952,1,0,0,-603.613,-4218.63,38.655,1.58411,300,300,0,0,4356,0,0,2), + (7280,5952,1,0,0,-582.478,-4262.37,37.9499,4.31222,300,300,0,0,4356,0,0,2), + (7281,3157,1,0,0,-623.939,-4203.88,38.4285,5.48033,300,300,0,0,413,370,0,0), + (7282,3158,1,0,0,-565.428,-4214.2,41.6737,5.18363,300,300,0,0,413,0,0,0), + (7283,5952,1,0,0,-618.247,-4222.78,38.1343,0.277248,300,300,0,0,4356,0,0,2), + (7284,3155,1,0,0,-588.703,-4144.94,41.1033,3.63029,300,300,0,0,334,0,0,0), + (7285,3161,1,0,0,-582.434,-4102.68,42.7049,4.01426,300,300,0,0,413,0,0,0), + (7286,5952,1,0,0,-582.795,-4550.96,42.7249,1.74533,300,300,0,0,4356,0,0,0), + (7287,5952,1,0,0,-606.797,-4193.87,41.1824,4.69494,300,300,0,0,4356,0,0,0), + (7288,5952,1,0,0,-597.633,-4604.42,41.2763,4.50295,300,300,0,0,4356,0,0,0), + (7289,3167,1,0,0,358.128,-4706.73,14.4772,4.50295,300,300,0,0,594,0,0,0), + (7290,5953,1,0,0,310.868,-4768.06,9.64285,1.85005,300,300,0,0,1573,0,0,0), + (7291,3169,1,0,0,311.352,-4827.79,9.66294,1.62316,300,300,0,0,2766,0,0,0), + (7292,5953,1,0,0,265.272,-4639.39,11.8796,2.37365,300,300,0,0,1573,0,0,0), + (7293,3171,1,0,0,275.341,-4704,11.7122,4.62512,300,300,0,0,695,596,0,0), + (7294,5953,1,0,0,295.851,-4645.38,16.5149,3.3721,300,300,0,0,1573,0,0,0), + (7295,6027,1,0,0,345.426,-4855.27,10.4265,1.29154,300,300,0,0,748,938,0,0), + (7296,5953,1,0,0,400.766,-4741.05,10.6397,2.18166,300,300,0,0,1573,0,0,0), + (7297,5953,1,0,0,394.053,-4599.19,76.1657,5.44543,300,300,0,0,1573,0,0,0), + (7298,5953,1,0,0,382.72,-4582.98,76.1647,2.16421,300,300,0,0,1573,0,0,0), + (7299,3121,1,0,0,-1047.05,-5383.41,8.13052,1.60108,300,300,5,0,137,0,0,1), + (7300,3121,1,0,0,-1312.22,-5379.77,1.86377,1.67066,300,300,5,0,137,0,0,1), + (7301,3121,1,0,0,-780.59,-5680.04,7.83769,0.833484,300,300,5,0,137,0,0,1), + (7302,3121,1,0,0,-757.669,-5651.24,15.7503,3.02203,300,300,10,0,137,0,0,1), + (7303,2732,0,0,0,-6884.61,-3059.88,241.996,3.3681,300,300,10,0,1604,0,0,1), + (7304,2716,0,0,0,-7177,-2342.51,244.489,1.55899,300,300,10,0,1829,0,0,1), + (7305,2719,0,0,0,-7432.39,-2320.33,237.194,0.436286,300,300,3,0,2138,0,0,1), + (7306,2729,0,0,0,-6952.72,-2818.37,242.417,0.132191,300,300,5,0,1678,0,0,1), + (7307,2719,0,0,0,-7420.68,-2326.18,241.224,2.47717,300,300,3,0,2138,0,0,1), + (7308,2720,0,0,0,-7421.53,-2278.06,234.152,1.76852,300,300,3,0,1441,3575,0,1), + (7309,2719,0,0,0,-7474.28,-2268.06,232.145,4.10745,300,300,3,0,2138,0,0,1), + (7310,2719,0,0,0,-7457.23,-2255.44,233.945,2.40875,300,300,3,0,2138,0,0,1), + (7311,2732,0,0,0,-7162.07,-3245.44,245.762,0.072097,300,300,10,0,1604,0,0,1), + (7312,2719,0,0,0,-7452.64,-2274.41,231.3,4.55875,300,300,3,0,2138,0,0,1), + (7313,2720,0,0,0,-7353.1,-2291.79,239.693,3.61272,300,300,3,0,1441,3575,0,1), + (7314,3121,1,0,0,-684.319,-5516.27,5.70708,2.20272,300,300,10,0,137,0,0,1), + (7315,3121,1,0,0,-1621.3,-5345.82,7.22336,2.71226,300,300,5,0,137,0,0,1), + (7316,3121,1,0,0,-1383.46,-5082.28,1.35365,5.26371,300,300,5,0,137,0,0,1), + (7317,3121,1,0,0,-1020.3,-5413.44,3.54369,4.88095,300,300,5,0,137,0,0,1), + (7318,3297,1,0,0,-751.532,-4937.42,22.0626,1.39087,300,300,0,0,1309,0,0,0), + (7319,3297,1,0,0,-832.469,-4936.41,21.019,1.29154,300,300,0,0,1309,0,0,0), + (7320,3297,1,0,0,-780.758,-4890.76,19.6926,1.53589,300,300,0,0,1309,0,0,0), + (7321,3185,1,0,0,-838.362,-4893.98,23.5962,5.35816,300,300,0,0,594,0,0,0), + (7322,3187,1,0,0,-792.59,-4945.02,22.3297,0.453786,300,300,0,0,500,0,0,0), + (7323,10369,1,0,0,-769.15,-4948.53,22.9324,2.79253,300,300,0,0,500,0,0,0), + (7324,3297,1,0,0,-789.483,-4944.22,38.2811,2.03416,300,300,0,0,1309,0,0,0), + (7325,3933,1,0,0,-786.558,-4903.8,19.6826,3.61283,300,300,0,0,594,0,0,0), + (7326,3112,1,0,0,34.2625,-4290.57,69.2536,4.9251,300,300,0,0,137,0,0,0), + (7327,3111,1,0,0,111.28,-4446.82,38.8782,1.45769,300,300,10,0,120,0,0,1), + (7328,3111,1,0,0,69.3384,-4468.37,45.4963,2.64105,300,300,3,0,120,0,0,1), + (7329,3112,1,0,0,44.381,-4312.11,65.3864,5.25649,300,300,5,0,137,0,0,1), + (7330,3112,1,0,0,19.0145,-4251.52,72.9204,5.55443,300,300,5,0,137,0,0,1), + (7331,3112,1,0,0,30.8559,-4335.03,71.3453,5.42057,300,300,3,0,137,0,0,1), + (7332,3111,1,0,0,92.7794,-4557.56,54.6971,4.50553,300,300,5,0,120,0,0,1), + (7333,3197,1,0,0,1463.08,-4871,12.7991,0.034462,300,300,0,0,166,178,0,0), + (7334,3197,1,0,0,1518.22,-4716.15,11.8973,4.03466,300,300,0,0,166,178,0,0), + (7335,3197,1,0,0,1495.63,-4834.51,11.4586,5.77765,300,300,0,0,166,178,0,0), + (7336,3198,1,0,0,1418.35,-4770.97,4.41271,0.934965,300,300,0,0,178,382,0,0), + (7337,3197,1,0,0,1495.84,-4806.1,10.1796,1.95768,300,300,0,0,166,178,0,0), + (7338,3197,1,0,0,1484.82,-4683.48,7.90963,5.35261,300,300,0,0,166,178,0,0), + (7339,3198,1,0,0,1477.1,-4808.38,10.4719,1.62391,300,300,0,0,178,382,0,0), + (7340,3197,1,0,0,1425.93,-4704.94,-2.13797,1.81685,300,300,0,0,166,178,0,0), + (7341,3197,1,0,0,1483,-4736.77,-3.46713,4.38322,300,300,0,0,166,178,0,0), + (7342,3197,1,0,0,1478.44,-4855.39,10.9293,2.87519,300,300,0,0,166,178,0,0), + (7343,3199,1,0,0,927.625,-4745.27,20.7256,4.04846,300,300,5,0,178,382,0,1), + (7344,3195,1,0,0,781.005,-4772.92,36.7114,1.45235,300,300,5,0,156,0,0,1), + (7345,3114,1,0,0,-58.5116,-4029.94,66.5457,4.9383,300,300,5,0,176,0,0,1), + (7346,721,0,0,0,-9233,-2057.44,77.5281,3.19405,300,300,5,0,1,0,0,1), + (7347,3114,1,0,0,425.345,-4295.34,29.0014,5.70493,300,300,5,0,176,0,0,1), + (7348,3113,1,0,0,431.878,-4251.52,25.5356,0.165809,300,300,0,0,148,165,0,0), + (7349,3114,1,0,0,492.111,-4323.12,22.4243,5.85954,300,300,10,0,176,0,0,1), + (7350,3114,1,0,0,410.892,-4314.54,25.1954,4.60914,300,300,5,0,176,0,0,1), + (7351,3114,1,0,0,435.848,-4211.84,24.6614,2.30432,300,300,0,0,176,0,0,0), + (7352,3114,1,0,0,420.398,-4197.62,25.4994,5.33523,300,300,5,0,176,0,0,1), + (7353,3114,1,0,0,437.596,-4239.34,25.1242,5.97648,300,300,0,0,176,0,0,0), + (7354,3114,1,0,0,387.255,-4175.69,27.1643,2.82014,300,300,5,0,176,0,0,1), + (7355,3231,1,0,0,-49.238,-3773.76,16.5083,3.29816,300,300,0,0,222,0,0,0), + (7356,3122,1,0,0,-1261.3,-5584.93,7.85018,1.11152,300,300,10,0,120,0,0,1), + (7357,3122,1,0,0,-1144.04,-5339.8,5.29149,1.51135,300,300,5,0,120,0,0,1), + (7358,3122,1,0,0,-697.752,-5605.07,26.8175,0.122868,300,300,5,0,120,0,0,1), + (7359,3122,1,0,0,-824.783,-5591.58,4.33208,4.60767,300,300,0,0,120,0,0,0), + (7360,5951,1,0,0,401.143,-4861.65,17.0926,4.70278,120,120,10,0,8,0,0,1), + (7361,5951,1,0,0,1364.04,-4907.81,9.0159,4.52284,120,120,5,0,8,0,0,1), + (7362,10685,1,0,0,749.569,-4261.16,17.5349,0.062147,200,200,3,0,14,0,0,1), + (7363,3300,1,0,0,260.763,-4937.98,20.0156,0.236456,120,120,5,0,1,0,0,1), + (7364,10685,1,0,0,1274.09,-4227.71,26.7512,4.11377,200,200,5,0,14,0,0,1), + (7365,3300,1,0,0,-935.408,-4827.64,14.7627,5.6756,120,120,10,0,1,0,0,1), + (7366,5951,1,0,0,597.528,-4864.34,24.7242,2.41284,120,120,5,0,8,0,0,1), + (7367,3300,1,0,0,-125.057,-4808.86,24.6767,3.20729,120,120,5,0,1,0,0,1), + (7368,10685,1,0,0,1274.96,-4218.34,27.0012,1.63188,200,200,5,0,14,0,0,1), + (7369,3127,1,0,0,1165.86,-4266.76,21.9886,-2.67167,300,300,10,0,176,0,0,1), + (7370,3127,1,0,0,1218.23,-4293.08,21.3825,6.1111,300,300,10,0,176,0,0,1), + (7371,6020,1,0,0,-916.678,-4039.06,-47.3603,3.9881,300,300,5,0,417,0,0,1), + (7372,10556,1,0,0,-209.51,-4227.29,63.727,1.11955,200,200,0,0,138,0,0,0), + (7373,10556,1,0,0,-773.777,-4201.21,45.3498,5.09712,200,200,0,0,138,0,0,0), + (7374,10556,1,0,0,-628.48,-4340.7,41.8407,2.21349,200,200,0,0,138,0,0,0), + (7375,10556,1,0,0,-269.336,-4144.42,55.1774,4.24184,200,200,0,0,138,0,0,0), + (7376,10556,1,0,0,-506.526,-4466.79,54.4749,3.65577,200,200,0,0,138,0,0,0), + (7377,3110,1,0,0,786.578,-3790.09,16.6458,0.316323,300,300,10,0,176,0,0,1), + (7378,3110,1,0,0,-42.1534,-3747.41,16.613,2.72219,300,300,10,0,176,0,0,1), + (7379,3110,1,0,0,810.259,-3828.33,18.2792,4.35487,300,300,10,0,176,0,0,1), + (7380,3110,1,0,0,-173.849,-3827.64,21.4363,2.09648,300,300,10,0,176,0,0,1), + (7381,3110,1,0,0,1024.93,-3891.26,18.1148,4.56706,300,300,10,0,176,0,0,1), + (7382,3110,1,0,0,916.199,-3850.16,18.8256,6.05629,300,300,0,0,176,0,0,0), + (7383,3110,1,0,0,111.849,-3777.91,20.556,6.2116,300,300,10,0,176,0,0,1), + (7384,3110,1,0,0,1029.46,-3909.23,18.2572,5.4916,300,300,10,0,176,0,0,1), + (7385,3110,1,0,0,247.797,-3785.48,24.2875,3.89109,300,300,10,0,176,0,0,1), + (7386,3104,1,0,0,55.4818,-5247.92,-19.3946,4.21175,300,300,10,0,120,0,0,1), + (7387,3103,1,0,0,-843.956,-5703.44,-2.45975,1.10942,300,300,10,0,120,0,0,1), + (7388,3141,1,0,0,1349.02,-5083.3,-11.2597,6.05131,300,300,10,0,156,0,0,1), + (7389,3103,1,0,0,-1320.08,-5659.41,-4.26491,4.13143,300,300,10,0,120,0,0,1), + (7390,3105,1,0,0,789.085,-5126.38,-8.9907,5.33876,300,300,5,0,156,0,0,1), + (7391,3103,1,0,0,-1587.39,-5183.62,-2.90685,2.4835,300,300,10,0,120,0,0,1), + (7392,3106,1,0,0,-785.422,-5122.69,-2.48281,5.65413,200,200,10,0,102,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (7528,3100,1,193,0,246.518,-4053.72,39.6223,0.119507,300,5,0,156,0,0,1), - (7529,3100,1,193,0,846.225,-5049.74,5.19411,4.77546,300,5,0,156,0,0,1), - (7530,3100,1,193,0,420.817,-3842.8,24.1288,0.83192,300,5,0,156,0,0,1), - (7531,2729,0,1164,0,-7006.84,-2399.65,241.232,1.28177,300,5,0,1678,0,0,1), - (7532,3100,1,193,0,323.819,-3985.72,35.9289,1.85062,300,10,0,156,0,0,1), - (7533,3100,1,193,0,689.869,-3920.57,15.8479,1.71545,300,5,0,156,0,0,1), - (7534,3100,1,193,0,170.342,-3814.81,30.2373,6.13217,300,10,0,156,0,0,1), - (7535,3100,1,193,0,1087.55,-4883.97,14.7821,2.03451,300,5,0,156,0,0,1), - (7536,3100,1,193,0,1087.76,-4495.67,19.1597,4.96681,300,10,0,156,0,0,1), - (7537,3100,1,193,0,438.843,-3883.92,24.4023,0.143001,300,10,0,156,0,0,1), - (7538,3100,1,193,0,150.001,-3850.14,34.7701,2.60815,300,10,0,156,0,0,1), - (7539,3126,1,2487,0,613.725,-3987.51,8.12993,3.93219,300,5,0,137,0,0,1), - (7540,568,0,662,0,-9226.43,-3303.31,101.301,3.14159,300,0,0,664,0,0,0), - (7541,429,0,491,0,-9229.09,-3300.47,101.301,4.67748,300,0,0,640,655,0,0), - (7542,434,0,275,0,-9253.17,-3218.56,100.743,2.49582,300,0,0,530,200,0,0), - (7543,434,0,275,0,-9253.66,-3212.86,101.015,4.06662,300,0,0,530,200,0,0), - (7544,433,0,275,0,-9258.04,-3213.46,101.493,4.74729,300,0,0,573,0,0,0), - (7545,433,0,275,0,-9263.24,-3216.68,102.041,6.07375,300,0,0,573,0,0,0), - (7546,441,0,387,0,-9703.79,-2515.29,61.6603,2.39151,300,10,0,330,938,0,1), - (7547,441,0,387,0,-9656.37,-2694.85,60.5456,5.11636,300,10,0,330,938,0,1), - (7548,441,0,387,0,-9678.67,-2739.32,57.5843,2.11326,300,5,0,330,938,0,1), - (7549,441,0,387,0,-9641.97,-2756.33,58.7697,5.42165,300,5,0,330,938,0,1), - (7550,441,0,387,0,-9657.63,-2843.86,52.6266,3.81048,300,10,0,330,938,0,1), - (7551,441,0,387,0,-9709.88,-2822.38,51.817,1.61849,300,10,0,330,938,0,1), - (7552,428,0,490,0,-9678.88,-2809.53,51.9944,0.588012,300,10,0,417,0,0,1), - (7553,441,0,387,0,-9694.52,-2827.44,51.7868,1.4471,300,10,0,330,938,0,1), - (7554,3126,1,2487,0,719.271,-5005.74,14.2681,4.71133,300,5,0,137,0,0,1), - (7555,3126,1,2487,0,1048.4,-4640.38,56.7653,0.513849,300,5,0,137,0,0,1), - (7556,3126,1,2487,0,196.804,-4319.27,45.0519,6.22259,300,10,0,137,0,0,1), - (7557,3126,1,2487,0,731.237,-4530.49,41.9796,4.92703,300,5,0,137,0,0,1), - (7558,2893,0,1194,0,-7045.83,-3356.53,241.792,5.0255,300,5,0,1678,0,0,1), - (7559,2729,0,1164,0,-6978.92,-2498.58,243.304,5.22669,300,5,0,1678,0,0,1), - (7560,2734,0,917,0,-6918.24,-2584.51,257.114,4.82391,300,5,0,1829,0,0,1), - (7561,2829,0,10824,0,-6514.25,-3702.77,272.333,2.80934,300,10,0,1403,0,0,1), - (7562,2893,0,1194,0,-7048.61,-3255.78,246.894,1.1351,300,10,0,1678,0,0,1), - (7563,2894,0,721,0,-7047.09,-3311.21,240.576,5.22757,300,5,0,1471,1283,0,1), - (7564,2729,0,1164,0,-6891.25,-2762.79,241.874,2.26233,300,10,0,1678,0,0,1), - (7565,2894,0,721,0,-7023.58,-3320.27,238.076,5.28158,300,5,0,1471,1283,0,1), - (7566,1284,0,5072,0,-8523,848.783,106.702,3.718,7200,0,0,180111,153080,0,0), - (7567,3126,1,2487,0,516.452,-4569.28,51.2529,0.163572,300,5,0,137,0,0,1), - (7568,3126,1,2487,0,784.755,-4952.48,17.0766,5.06379,300,10,0,137,0,0,1), - (7569,3126,1,2487,0,508.883,-3878.33,19.1456,0.180762,300,10,0,137,0,0,1), - (7570,3126,1,2487,0,508.755,-4476.79,47.816,2.57471,300,5,0,137,0,0,1), - (7571,3126,1,2487,0,167.265,-4132.29,48.74,5.32423,300,5,0,137,0,0,1), - (7572,3127,1,2732,0,1162.1,-4923.65,16.607,3.48566,300,10,0,176,0,0,1), - (7573,3127,1,2732,0,1159.91,-4067.91,16.9003,2.51135,300,10,0,176,0,0,1), - (7574,3127,1,2732,0,1393.98,-4838.57,19.1535,0.838537,300,5,0,176,0,0,1), - (7575,2893,0,1194,0,-7012.24,-3346.05,241.792,0.850432,300,10,0,1678,0,0,1), - (7576,3127,1,2732,0,922.277,-3898.09,19.328,2.25027,300,5,0,176,0,0,1), - (7577,3127,1,2732,0,1186.25,-4625.29,18.4965,3.29215,300,5,0,176,0,0,1), - (7578,3127,1,2732,0,28.6475,-3901.26,44.2482,3.98639,300,10,0,176,0,0,1), - (7579,3127,1,2732,0,-45.3741,-3882.7,46.9387,1.7414,300,10,0,176,0,0,1), - (7580,3127,1,2732,0,-89.5839,-3908.08,48.8087,5.34552,300,5,0,176,0,0,1), - (7581,3127,1,2732,0,1361.13,-4797.83,26.937,1.94604,300,5,0,176,0,0,1), - (7582,3123,1,1959,0,398.411,-3968.33,31.2429,5.6057,300,10,0,156,0,0,1), - (7583,428,0,490,0,-9708.37,-2890.48,52.0665,4.76025,300,10,0,417,0,0,1), - (7584,431,0,493,0,-9266.8,-3354.83,105.851,0.663225,300,0,0,734,0,0,0), - (7585,568,0,662,0,-9250.13,-3342.32,100.933,5.21741,300,5,0,664,0,0,1), - (7586,431,0,493,0,-9278.9,-3329.47,115.809,4.41568,300,0,0,734,0,0,0), - (7587,441,0,387,0,-9663.54,-2885.31,50.6445,5.94581,300,10,0,330,938,0,1), - (7588,441,0,387,0,-9713.34,-2902.82,53.4733,3.65389,300,5,0,330,938,0,1), - (7589,568,0,662,0,-9276.11,-3338.37,112.084,5.16617,300,0,0,664,0,0,0), - (7590,428,0,490,0,-9681.56,-2906.01,51.5517,1.53756,300,10,0,417,0,0,1), - (7591,3123,1,1959,0,1155.25,-4228.23,21.5566,0.046886,300,10,0,156,0,0,1), - (7592,3123,1,1959,0,600.708,-3905.59,21.6422,4.83242,300,5,0,156,0,0,1), - (7593,3123,1,1959,0,1243.33,-4776.68,15.9428,1.99764,300,10,0,156,0,0,1), - (7594,431,0,493,0,-9285.2,-3328.77,115.817,4.83456,300,0,0,734,0,0,0), - (7595,3123,1,1959,0,1206.02,-4038.88,18.3657,3.85231,300,10,0,156,0,0,1), - (7596,441,0,387,0,-9489.85,-2089.22,99.2507,1.93828,300,10,0,330,938,0,1), - (7597,3123,1,1959,0,688.322,-3866.52,21.1147,3.10641,300,5,0,156,0,0,1), - (7598,3123,1,1959,0,851.198,-3905.79,20.0902,2.06414,300,5,0,156,0,0,1), - (7599,3123,1,1959,0,1249.48,-4916.13,9.44487,5.42564,300,10,0,156,0,0,1), - (7600,3123,1,1959,0,763.151,-3913.08,18.5097,4.34767,300,5,0,156,0,0,1), - (7601,3107,1,1938,0,937.858,-5149.32,-3.69777,3.18984,300,5,0,137,0,0,1), - (7602,3107,1,1938,0,-1215.61,-5145.7,-9.53559,3.55546,300,5,0,137,0,0,1), - (7603,3107,1,1938,0,-798.381,-5715.48,-2.34845,2.74357,300,5,0,137,0,0,1), - (7604,3107,1,1938,0,1184.18,-5183.25,-7.50019,0.593206,300,5,0,137,0,0,1), - (7605,3107,1,1938,0,-1482.23,-5408.15,-11.436,1.28552,300,5,0,137,0,0,1), - (7606,3107,1,1938,0,-971.17,-5354.41,-2.77355,5.50493,300,5,0,137,0,0,1), - (7607,2829,0,10824,0,-6651.81,-3668.92,261.704,5.6811,300,3,0,1403,0,0,1), - (7608,2831,0,1106,0,-7015.73,-2383,240.91,4.62438,300,10,0,1751,0,0,1), - (7609,2727,0,161,0,-6521.13,-3347.13,256.069,0.039043,300,5,0,1403,0,0,1), - (7610,2893,0,1194,0,-7044,-3384.62,243.167,5.6694,300,10,0,1678,0,0,1), - (7611,3107,1,1938,0,-1330.08,-5341.29,-4.08426,0.541424,300,5,0,137,0,0,1), - (7612,2729,0,1164,0,-6854.17,-2645.83,241.744,2.50567,300,10,0,1678,0,0,1), - (7613,2893,0,1194,0,-6985.61,-3348.09,241.792,1.86649,300,10,0,1678,0,0,1), - (7614,2830,0,1105,0,-6650.07,-3484.77,258.771,1.16804,300,5,0,1536,0,0,1), - (7615,2729,0,1164,0,-6832.31,-2599.42,241.255,5.71361,300,10,0,1678,0,0,1), - (7616,2729,0,1164,0,-6678.88,-2781.99,241.786,4.73049,300,10,0,1678,0,0,1), - (7617,3107,1,1938,0,-905.512,-5327.26,-4.39526,5.54747,300,5,0,137,0,0,1), - (7618,2729,0,1164,0,-6860.94,-2683.85,244.163,3.30722,300,10,0,1678,0,0,1), - (7619,3107,1,1938,0,-1230.31,-5076.37,-9.22163,0.052654,300,5,0,137,0,0,1), - (7620,2727,0,161,0,-6485.95,-3244.75,243.2,0.084178,300,5,0,1403,0,0,1), - (7621,2893,0,1194,0,-6983.44,-3384.18,241.792,0.17297,300,10,0,1678,0,0,1), - (7622,2729,0,1164,0,-7019,-2430.47,241.692,2.6283,300,5,0,1678,0,0,1), - (7623,2893,0,1194,0,-7018.29,-3380.5,241.792,1.07365,300,10,0,1678,0,0,1), - (7624,3107,1,1938,0,-988.221,-5245.89,-5.17295,1.65325,300,5,0,137,0,0,1), - (7625,6145,1,4878,0,-865.093,-4001.66,-38.713,5.40944,120,10,0,42,0,0,1), - (7626,1348,0,1503,0,-8633,886.661,103.181,5.375,310,0,0,1605,0,0,0), - (7627,3128,1,3734,0,-220.082,-4908.83,26.9168,4.63994,200,5,0,101,220,0,1), - (7628,3122,1,1960,0,993.052,-5028.1,12.1355,5.49779,300,5,0,120,0,0,1), - (7629,1351,0,1501,0,-8519,797.796,106.519,0.74,310,0,0,1605,0,0,0), - (7630,14991,0,15251,0,-8853.08,587.01,93.9332,0.680678,43200,0,0,2471,0,0,0), - (7631,3122,1,1960,0,511.469,-4480.06,47.7049,2.5861,300,5,0,120,0,0,1), - (7632,2729,0,1164,0,-6981.21,-2400.35,241.539,1.63139,300,5,0,1678,0,0,1), - (7633,3122,1,1960,0,593.222,-4865.46,24.5547,5.62141,300,5,0,120,0,0,1), - (7634,3122,1,1960,0,34.0617,-4139.97,68.2903,3.65856,300,5,0,120,0,0,1), - (7635,3122,1,1960,0,461.779,-4104.26,29.4362,4.95814,300,5,0,120,0,0,1), - (7636,3122,1,1960,0,582.534,-4115.9,22.7451,3.92664,300,5,0,120,0,0,1), - (7637,3122,1,1960,0,493.719,-4887.28,24.0111,1.21385,300,10,0,120,0,0,1), - (7638,2893,0,1194,0,-7002.62,-3327.03,242.329,1.81561,300,5,0,1678,0,0,1), - (7639,2729,0,1164,0,-6818.67,-2713.3,242.542,1.31494,300,10,0,1678,0,0,1), - (7640,3122,1,1960,0,504.167,-4595.83,49.1586,5.85217,300,10,0,120,0,0,1), - (7641,3122,1,1960,0,864.631,-4969.7,8.45053,5.98081,300,5,0,120,0,0,1), - (7642,3122,1,1960,0,611.027,-4312.82,18.6202,5.79334,300,10,0,120,0,0,1), - (7643,3116,1,6814,0,763.479,-4458.79,15.7935,2.91207,300,5,0,137,0,0,1), - (7644,3115,1,3012,0,785.479,-4341.53,16.2496,2.69936,300,10,0,137,0,0,1), - (7645,3116,1,6814,0,1057.88,-4555.91,17.0987,5.43642,300,10,0,137,0,0,1), - (7646,3118,1,6815,0,978.974,-4705.17,46.4214,5.42478,300,0,0,186,191,0,0), - (7647,3116,1,6814,0,1081.7,-4549.16,18.5441,4.67407,300,10,0,137,0,0,1), - (7648,5952,1,9797,0,-599.939,-4191.99,41.1824,4.17134,300,0,0,4356,0,0,0), - (7649,3154,1,1882,0,-635.462,-4227.52,38.371,5.09636,300,0,0,334,297,0,0), - (7650,5952,1,9794,0,-645.423,-4260.63,38.163,5.14872,300,0,0,4356,0,0,0), - (7651,3153,1,1880,0,-639.344,-4230.19,38.5605,5.72468,300,0,0,456,0,0,0), - (7652,2894,0,721,0,-7004.76,-3346.22,241.792,4.89741,300,0,0,1471,1283,0,0), - (7653,2893,0,1194,0,-7077.84,-3352.25,242.542,5.53658,300,5,0,1678,0,0,1), - (7654,579,0,550,0,-9285.41,-3311.42,115.852,0.855211,300,0,0,617,0,0,0), - (7655,436,0,6039,0,-9358.35,-3084.53,153.787,5.68977,300,0,0,1389,1357,0,0), - (7656,5952,1,9795,0,-604.891,-4540.98,41.8096,1.11138,300,0,0,4356,0,0,0), - (7657,721,0,328,0,-9499.36,-2126.38,101.559,0.253355,300,5,0,1,0,0,1), - (7658,721,0,328,0,-9109.66,-2734.6,93.8307,2.57083,300,5,0,1,0,0,1), - (7659,721,0,328,0,-9612.94,-2252.23,85.0148,1.00015,300,10,0,1,0,0,1), - (7660,3882,1,3753,0,-560.125,-4217.2,41.6737,3.33358,300,0,0,372,0,0,0), - (7661,2945,0,1194,0,-6989.15,-3313.63,244.636,6.21276,300,0,0,1981,0,0,0), - (7662,2893,0,1194,0,-7078.63,-3315.34,242.667,0.421242,300,5,0,1678,0,0,1), - (7663,2729,0,1164,0,-6922.95,-2842.11,243.228,4.74969,300,10,0,1678,0,0,1), - (7664,5952,1,9795,0,-598.932,-4583.58,40.3863,4.52526,300,0,0,4356,0,0,2), - (7665,9987,1,9262,0,333.313,-4711.64,14.614,2.79253,300,0,0,1605,0,0,0), - (7666,11025,1,10570,0,370.195,-4721.57,13.359,4.67748,300,0,0,1309,0,0,0), - (7667,3165,1,3739,0,362.105,-4763.84,12.5525,4.57276,300,0,0,546,0,0,0), - (7668,5953,1,9799,0,384.548,-4851.25,13.9003,2.80291,300,5,0,1573,0,0,1), - (7669,5953,1,9798,0,383.808,-4619.08,52.9673,2.64986,300,5,0,1573,0,0,1), - (7670,3164,1,3737,0,321.548,-4838.4,10.6074,2.05949,300,0,0,594,0,0,0), - (7671,6928,1,5705,0,340.362,-4686.29,16.5411,4.18879,300,0,0,1605,0,0,0), - (7672,3166,1,3740,0,367.885,-4770.91,12.5988,2.61799,300,0,0,594,0,0,0), - (7673,3620,1,4296,0,273.274,-4713.46,11.7121,1.27409,300,0,0,2471,1620,0,0), - (7674,3175,1,3748,0,367.18,-4702.14,16.3944,3.90954,300,0,0,695,0,0,0), - (7675,3121,1,598,0,-788.724,-5623.24,13.0798,3.89904,300,5,0,137,0,0,1), - (7676,3121,1,598,0,-1546.26,-5262.28,6.85467,3.0385,300,10,0,137,0,0,1), - (7677,3121,1,598,0,-1181.88,-5618.09,5.26861,3.54762,300,5,0,137,0,0,1), - (7678,3121,1,598,0,-793.014,-5540.35,4.6598,5.6284,300,5,0,137,0,0,1), - (7679,3121,1,598,0,-1186.91,-5380.54,8.47154,1.68448,300,10,0,137,0,0,1), - (7680,2732,0,1055,0,-6857.57,-3309.95,266.496,4.22864,300,5,0,1604,0,0,1), - (7681,2732,0,1055,0,-6883.37,-3115.32,260.899,3.81755,300,5,0,1604,0,0,1), - (7682,2731,0,632,0,-6146.03,-3417.89,246.869,6.2578,300,10,0,1469,0,0,1), - (7683,2893,0,1194,0,-6956.96,-3345.77,242.889,4.89293,300,3,0,1678,0,0,1), - (7684,2729,0,1164,0,-7120.21,-2841.91,241.874,5.01011,300,10,0,1678,0,0,1), - (7685,4844,0,6051,0,-6022.23,-3231.17,280.174,0.940124,600,5,0,2877,2680,0,1), - (7686,2727,0,161,0,-6473.97,-3326.87,241.792,5.5468,300,10,0,1403,0,0,1), - (7687,2729,0,1164,0,-6948.22,-2827.7,242.171,1.74397,300,5,0,1678,0,0,1), - (7688,2743,0,4936,0,-6462.27,-3106.82,313.68,2.55803,300,5,0,1604,0,0,1), - (7689,2736,0,14328,0,-7385.82,-2421.31,303.94,1.1738,300,5,0,1981,0,0,1), - (7690,4844,0,6051,0,-6029.81,-3230.39,280.674,4.48805,600,5,0,2877,2680,0,2), - (7691,2736,0,14328,0,-7317.67,-2411.69,280.345,4.74485,300,5,0,1981,0,0,1), - (7692,2736,0,14328,0,-7283.98,-2410.49,272.681,0.091729,300,5,0,1981,0,0,1), - (7693,2736,0,14328,0,-7389.7,-2445.93,311.469,4.38817,300,5,0,1981,0,0,1), - (7694,2729,0,1164,0,-6823.7,-2611.82,241.628,2.00492,300,10,0,1678,0,0,1), - (7695,2742,0,4935,0,-6380.79,-3107.8,301.111,5.91269,300,3,0,1305,1189,0,1), - (7696,2743,0,4936,0,-6378.38,-3094.61,299.723,1.19689,300,5,0,1604,0,0,2), - (7697,2742,0,4935,0,-6368.35,-3089.56,299.722,5.58615,300,0,0,1305,1189,0,0), - (7698,2743,0,4936,0,-6389.06,-3131.91,302.583,4.74729,300,0,0,1604,0,0,0), - (7699,2742,0,4935,0,-6399.97,-3125.88,302.5,5.53083,300,3,0,1305,1189,0,1), - (7700,2743,0,4936,0,-6373.48,-3098.71,299.723,0.898386,300,0,0,1604,0,0,0), - (7701,2727,0,161,0,-6584.82,-3319.68,247.527,4.32391,300,10,0,1403,0,0,1), - (7702,2734,0,917,0,-6982.94,-2539.71,242.366,1.39216,300,5,0,1829,0,0,1), - (7703,2735,0,1161,0,-6512.6,-2454.05,302.732,5.13785,300,10,0,1536,0,0,1), - (7704,2831,0,1106,0,-6881.46,-2910.45,242.693,2.76109,300,10,0,1751,0,0,1), - (7705,2829,0,10824,0,-6321.86,-3390.97,240.391,5.44717,300,10,0,1403,0,0,1), - (7706,2829,0,10824,0,-6358.34,-3589.82,242.582,4.5238,300,10,0,1403,0,0,1), - (7707,2831,0,1106,0,-6915.89,-2720.09,241.917,4.58138,300,10,0,1751,0,0,1), - (7708,2725,0,715,0,-6462.66,-4129.25,268.264,1.59101,300,3,0,1522,1332,0,1), - (7709,2726,0,9586,0,-6846.41,-4150.45,266.873,2.09343,600,5,0,5148,0,0,1), - (7710,92,0,171,0,-6474.88,-2453.17,306.818,6.15248,300,3,0,1678,0,0,1), - (7711,2727,0,161,0,-6717.8,-3448.37,241.792,1.77475,300,10,0,1403,0,0,1), - (7712,2734,0,917,0,-7204.99,-2710.01,269.828,4.49976,300,5,0,1829,0,0,1), - (7713,2831,0,1106,0,-6704.62,-2515.35,243.917,4.73344,300,10,0,1751,0,0,1), - (7714,4844,0,6051,0,-6073.97,-3238.39,259.069,0.905591,600,5,0,2877,2680,0,1), - (7715,6491,1,5233,0,-6154.23,-1142.67,-216.588,2.99628,60,0,0,7680,0,0,0), - (7716,6491,1,5233,0,-7981.09,1556.57,3.64432,3.17291,60,0,0,7680,0,0,0), - (7717,2729,0,1164,0,-7065.56,-2849.96,242.566,0.502929,300,10,0,1678,0,0,1), - (7718,4846,0,6052,0,-6054.18,-3205.83,255.706,5.72468,600,0,0,3660,0,0,0), - (7719,2725,0,715,0,-6431.2,-3977.69,264.843,3.28653,300,10,0,1522,1332,0,1), - (7720,2725,0,715,0,-6459.68,-4017.89,279.68,5.87122,300,5,0,1522,1332,0,1), - (7721,2725,0,715,0,-6479.39,-4053.18,264.429,4.30468,300,10,0,1522,1332,0,1), - (7722,2725,0,715,0,-6600.45,-4137.34,279.281,0.599372,300,5,0,1522,1332,0,1), - (7723,2909,0,4899,0,-6065.44,-3022.03,230.348,2.18166,300,0,0,2331,0,0,0), - (7724,2829,0,10824,0,-6278.52,-3423.51,238.755,3.63146,300,10,0,1403,0,0,1), - (7725,4846,0,6052,0,-6117.14,-3052.61,247.503,3.05433,600,0,0,3660,0,0,0), - (7726,4846,0,6052,0,-6110.56,-3044.06,247.207,2.16421,600,0,0,3660,0,0,0), - (7728,4845,0,6053,0,-6101.98,-3038.42,248.875,2.4483,600,0,0,3959,0,0,0), - (7729,4844,0,6051,0,-6097.68,-3039.76,249.394,4.43314,600,0,0,2877,2680,0,0), - (7730,4845,0,6053,0,-6080.75,-3050.54,251.678,6.11193,600,3,0,3959,0,0,1), - (7731,4844,0,6051,0,-6083.14,-3042.6,250.889,2.63806,600,3,0,2877,2680,0,1), - (7732,4844,0,6051,0,-6074.66,-3066.61,248.717,1.47706,600,3,0,2877,2680,0,1), - (7733,4845,0,6053,0,-6070.42,-3082.97,250.059,2.22447,600,3,0,3959,0,0,1), - (7734,4846,0,6052,0,-6118.71,-2993.37,222.962,1.90241,600,0,0,3660,0,0,0), - (7735,4846,0,6052,0,-6129.47,-2977.53,208.139,0.79269,600,0,0,3660,0,0,0), - (7736,4846,0,6052,0,-6123.77,-3009.48,221.832,3.46667,600,0,0,3660,0,0,0), - (7737,4846,0,6052,0,-6113.16,-3017.3,221.561,5.98648,600,0,0,3660,0,0,0), - (7738,4846,0,6052,0,-6117.44,-3020.04,220.555,5.63741,600,0,0,3660,0,0,0), - (7739,4856,0,722,0,-6160.92,-3018.3,219.839,3.53776,600,3,0,3831,0,0,1), - (7740,3121,1,598,0,-1056.33,-5446.19,8.03804,2.79547,300,5,0,137,0,0,1), - (7741,441,0,387,0,-9679.82,-3002.19,52.1318,4.50198,300,0,0,330,938,0,0), - (7742,3111,1,1218,0,128.805,-4583.54,63.5881,5.48767,300,5,0,120,0,0,1), - (7743,4846,0,6052,0,-6120.88,-3030.07,224.847,4.88692,600,0,0,3660,0,0,0), - (7765,441,0,387,0,-9662.78,-2922.04,50.2507,2.83833,300,10,0,330,938,0,1), - (7766,721,0,328,0,-9635.54,-2915.91,50.3531,3.78187,300,5,0,1,0,0,1), - (7767,428,0,490,0,-9681.44,-2962.72,51.9669,1.57801,300,5,0,417,0,0,1), - (7768,819,0,3916,0,-9272.54,-3297.95,120.518,3.97935,300,0,0,589,618,0,0), - (7769,485,0,6034,0,-9800.33,-3220.85,59.1028,0.20944,300,0,0,494,0,0,0), - (7770,440,0,6033,0,-9792.49,-3201.28,58.7338,3.26577,300,5,0,449,0,0,1), - (7771,819,0,3916,0,-9275.99,-3287.19,123.296,3.49066,300,0,0,589,618,0,0), - (7772,4846,0,6052,0,-6126.19,-3033.51,225.993,5.61996,600,0,0,3660,0,0,0), - (7773,4851,0,721,0,-6177.07,-3020.39,221.961,1.60055,600,3,0,3831,0,0,1), - (7774,4856,0,722,0,-6180.34,-3026.66,221.257,0.551569,600,5,0,3831,0,0,1), - (7775,4851,0,721,0,-6185.06,-3005.58,224.57,1.29372,600,5,0,3831,0,0,1), - (7776,4856,0,722,0,-6195.07,-3011.28,224.939,3.76383,600,5,0,3831,0,0,1), - (7777,4851,0,721,0,-6194.28,-2994.95,225.691,3.3226,600,5,0,3831,0,0,1), - (7778,4856,0,722,0,-6166.96,-3004.4,227.8,4.47921,600,5,0,3831,0,0,1), - (7779,4856,0,722,0,-6171.8,-2990.86,228.491,2.35092,600,5,0,3831,0,0,1), - (7780,4856,0,722,0,-6202.35,-2962.89,222.925,1.98767,600,3,0,3831,0,0,1), - (7781,2752,0,8550,0,-7370.91,-2445.66,305.004,4.59644,10200,0,0,2218,0,0,0), - (7782,4856,0,722,0,-6218.48,-2960.89,222.928,3.54088,600,3,0,3831,0,0,1), - (7783,4856,0,722,0,-6250.62,-2965.61,223.559,1.09832,600,3,0,3831,0,0,1), - (7784,4856,0,722,0,-6261.49,-2960.13,223.589,5.759,600,3,0,3831,0,0,1), - (7785,4856,0,722,0,-6245.5,-2954.13,223.571,3.18614,600,5,0,3831,0,0,1), - (7786,4856,0,722,0,-6275.59,-2961.71,223.618,3.52201,600,5,0,3831,0,0,1), - (7787,4856,0,722,0,-6273.12,-2976.3,223.596,4.25651,600,3,0,3831,0,0,1), - (7788,2735,0,1161,0,-6519.18,-2410.5,290.26,0.413911,300,10,0,1536,0,0,1), - (7789,4856,0,722,0,-6249.05,-2935.45,222.198,1.80952,600,5,0,3831,0,0,1), - (7790,4851,0,721,0,-6267.46,-2947.63,222.191,3.26939,600,3,0,3831,0,0,1), - (7791,4851,0,721,0,-6265.38,-2937.56,222.213,3.8883,600,5,0,3831,0,0,1), - (7792,2735,0,1161,0,-6539.62,-2406.09,286.75,0.400735,300,10,0,1536,0,0,1), - (7793,4851,0,721,0,-6255.39,-2922.26,222.206,2.9934,600,5,0,3831,0,0,1), - (7794,92,0,171,0,-6491.27,-2424.04,294.146,6.10405,300,10,0,1678,0,0,1), - (7795,92,0,171,0,-6457.95,-2377.25,296.798,1.67959,300,3,0,1678,0,0,1), - (7796,2829,0,10824,0,-6364.59,-3486.1,245.441,4.89906,300,10,0,1403,0,0,1), - (7797,92,0,171,0,-6450.99,-2447.3,313.419,2.35619,300,3,0,1678,0,0,1), - (7798,92,0,171,0,-6443.94,-2413.38,303.51,0.835041,300,3,0,1678,0,0,1), - (7799,92,0,171,0,-6423.73,-2465.14,327.172,5.70656,300,3,0,1678,0,0,1), - (7800,4845,0,6053,0,-6120.18,-2960.39,204.416,6.23466,600,5,0,3959,0,0,2), - (7801,2731,0,632,0,-6515.01,-3076.95,283.645,0.779873,300,10,0,1469,0,0,1), - (7802,4846,0,6052,0,-6153.97,-2990.82,216.382,2.9147,600,0,0,3660,0,0,0), - (7803,4844,0,6051,0,-6160.91,-2971.3,210.426,2.22389,600,3,0,2877,2680,0,1), - (7804,4845,0,6053,0,-6155.05,-2959.7,210.276,3.04553,600,3,0,3959,0,0,1), - (7805,4844,0,6051,0,-6156.03,-2952.89,210.841,2.33341,600,3,0,2877,2680,0,1), - (7806,2729,0,1164,0,-6987.14,-2885.09,243.356,1.95494,300,10,0,1678,0,0,1), - (7807,2729,0,1164,0,-6921.58,-2759.55,243.2,1.7954,300,10,0,1678,0,0,1), - (7808,2731,0,632,0,-6559.01,-2952.91,257.009,5.20223,300,5,0,1469,0,0,1), - (7809,2732,0,1055,0,-6716.36,-2997.47,243.542,2.12637,300,10,0,1604,0,0,1), - (7810,2716,0,11548,0,-7115.81,-2343.08,242.814,2.25086,300,10,0,1829,0,0,1), - (7811,2743,0,4936,0,-6449.88,-3215.04,257.57,5.40567,300,5,0,1604,0,0,1), - (7812,2743,0,4936,0,-6395.83,-3151.24,301.111,3.46027,300,0,0,1604,0,0,0), - (7813,2743,0,4936,0,-6387.52,-3157.89,301.11,5.99547,300,0,0,1604,0,0,0), - (7814,2743,0,4936,0,-6380.72,-3140.86,301.111,1.48807,300,5,0,1604,0,0,1), - (7815,2743,0,4936,0,-6445.78,-3183.25,277.177,2.00236,300,5,0,1604,0,0,1), - (7816,2743,0,4936,0,-6414.05,-3185.2,285.247,0.645638,300,5,0,1604,0,0,2), - (7817,2743,0,4936,0,-6370.52,-3146.81,302.583,3.68265,300,0,0,1604,0,0,0), - (7818,2742,0,4935,0,-6345.74,-3137.37,301.111,0.88111,300,0,0,1305,1189,0,0), - (7819,2742,0,4935,0,-6361.89,-3157.43,302.5,2.80954,300,0,0,1305,1189,0,0), - (7820,2723,0,10804,0,-6331.92,-3116.09,299.723,4.7888,300,0,0,1674,0,0,0), - (7821,2743,0,4936,0,-6336.51,-3129.26,299.723,2.15801,300,0,0,1604,0,0,0), - (7822,2742,0,4935,0,-6336.75,-3120.49,299.723,1.45324,300,0,0,1305,1189,0,0), - (7823,2743,0,4936,0,-6349.14,-3119.56,293.139,1.22173,300,0,0,1604,0,0,0), - (7824,2742,0,4935,0,-6338.96,-3118.39,293.057,2.79446,300,0,0,1305,1189,0,0), - (7825,2742,0,4935,0,-6337.35,-3124.61,293.057,2.37992,300,0,0,1305,1189,0,0), - (7826,2745,0,5488,0,-6368.56,-3126.34,283.973,0.925025,600,0,0,3963,1381,0,0), - (7827,2742,0,4935,0,-6365.14,-3104.83,293.139,0.959931,300,0,0,1305,1189,0,0), - (7828,2742,0,4935,0,-6369.12,-3095.97,293.056,0.909082,300,0,0,1305,1189,0,0), - (7829,2723,0,10804,0,-6357.77,-3113.28,285.362,4.03171,300,0,0,1674,0,0,0), - (7830,2743,0,4936,0,-6373.52,-3093.91,293.14,6.16101,300,0,0,1604,0,0,0), - (7831,4844,0,6051,0,-6112.85,-3064.98,248.423,2.43048,600,3,0,2877,2680,0,1), - (7832,4846,0,6052,0,-6112.42,-3082.15,252.204,4.34587,600,0,0,3660,0,0,0), - (7833,4846,0,6052,0,-6103.29,-3099.5,252.208,4.06662,600,0,0,3660,0,0,0), - (7834,2906,0,5782,0,-6283.48,-3680.1,244.617,6.28061,300,10,0,1403,0,0,1), - (7835,2906,0,5782,0,-6255.24,-3708.97,244.113,2.43553,300,5,0,1403,0,0,1), - (7836,2906,0,5782,0,-6279.05,-3712.41,244.257,0.240016,300,5,0,1403,0,0,1), - (7837,2906,0,5782,0,-6255.97,-3749.05,243.237,4.01161,300,5,0,1403,0,0,1), - (7838,2907,0,1122,0,-6255.23,-3729.2,243.988,5.35344,300,0,0,1208,1097,0,0), - (7839,2727,0,161,0,-6132.13,-3394.23,258.758,0.893533,300,5,0,1403,0,0,1), - (7840,2731,0,632,0,-6139.87,-3451.86,252.258,4.91584,300,10,0,1469,0,0,1), - (7841,2701,0,10704,0,-6831.36,-2810.22,242.167,4.62468,300,0,0,1604,0,0,0), - (7842,2701,0,10704,0,-6825.58,-2821.8,242.167,5.12529,300,0,0,1604,0,0,0), - (7843,92,0,171,0,-6488.99,-2490.99,324.462,4.66546,300,3,0,1678,0,0,1), - (7844,2734,0,917,0,-6885.79,-2586.4,244.904,6.13825,300,5,0,1829,0,0,1), - (7845,2729,0,1164,0,-6745.11,-2659.32,241.814,0.216035,300,10,0,1678,0,0,1), - (7846,2735,0,1161,0,-6512.39,-2487.42,315.891,0.284799,300,3,0,1536,0,0,1), - (7847,2831,0,1106,0,-7153.02,-2685.15,243.731,0.151015,300,3,0,1751,0,0,1), - (7848,2734,0,917,0,-6888.25,-2647.73,241.993,2.27053,300,5,0,1829,0,0,1), - (7849,2727,0,161,0,-6298.96,-3382.19,243.554,4.71239,300,10,0,1403,0,0,1), - (7850,2735,0,1161,0,-6620.89,-2609.79,264.897,5.25497,300,5,0,1536,0,0,1), - (7851,2831,0,1106,0,-7176.56,-2548.17,248.478,2.29679,300,5,0,1751,0,0,1), - (7852,2735,0,1161,0,-6602.48,-2547.01,270.787,2.14954,300,3,0,1536,0,0,1), - (7853,2735,0,1161,0,-6650.44,-2606.51,251.723,3.90848,300,5,0,1536,0,0,1), - (7854,2735,0,1161,0,-6605.75,-2579.38,269.412,1.69111,300,5,0,1536,0,0,1), - (7855,2735,0,1161,0,-6574.44,-2519.28,289.491,3.46078,300,5,0,1536,0,0,1), - (7856,2735,0,1161,0,-6598.35,-2497.14,272.415,3.7439,300,3,0,1536,0,0,1), - (7857,2735,0,1161,0,-6582.73,-2445.82,286.685,2.27623,300,3,0,1536,0,0,1), - (7858,2735,0,1161,0,-6574.5,-2558.6,290.78,2.16421,300,0,0,1536,0,0,0), - (7859,2735,0,1161,0,-6683.29,-2616.4,242.346,1.02036,300,10,0,1536,0,0,1), - (7860,2735,0,1161,0,-6648.3,-2554.05,249.412,5.03043,300,5,0,1536,0,0,1), - (7861,2735,0,1161,0,-6681.4,-2653.75,241.959,5.6478,300,10,0,1536,0,0,1), - (7862,7057,0,7220,0,-6272.73,-2939.81,222.31,5.72468,43200,0,0,6975,0,0,0), - (7863,2735,0,1161,0,-6643.63,-2664.42,253.84,3.64365,300,3,0,1536,0,0,1), - (7864,2735,0,1161,0,-6684.62,-2580.44,241.778,1.71863,300,10,0,1536,0,0,1), - (7865,2735,0,1161,0,-6613.6,-2636.94,265.85,1.19804,300,3,0,1536,0,0,1), - (7866,2734,0,917,0,-7052.11,-2347.56,241.925,2.40243,300,10,0,1829,0,0,1), - (7867,2831,0,1106,0,-7114.67,-2708.79,241.813,1.33986,300,10,0,1751,0,0,1), - (7868,2725,0,715,0,-6961.49,-3874.03,286.713,3.68737,300,3,0,1522,1332,0,1), - (7869,2725,0,715,0,-6447.96,-4150.07,283.594,1.10715,300,3,0,1522,1332,0,1), - (7870,2725,0,715,0,-6830.21,-4065.63,266.465,1.34156,300,5,0,1522,1332,0,1), - (7871,2727,0,161,0,-6687.18,-3448.19,246.39,2.64302,300,10,0,1403,0,0,1), - (7872,2728,0,557,0,-6752.18,-3447.79,241.902,2.20922,300,10,0,1536,0,0,1), - (7873,2727,0,161,0,-6300.94,-3444.42,239.082,2.95912,300,5,0,1403,0,0,1), - (7874,2727,0,161,0,-6230.36,-3380.79,239.862,2.93922,300,10,0,1403,0,0,1), - (7875,2727,0,161,0,-6179.87,-3417.21,239.23,5.82544,300,10,0,1403,0,0,1), - (7876,3112,1,1252,0,60.082,-4298.42,64.1204,1.94442,300,10,0,137,0,0,1), - (7877,3111,1,1218,0,58.2777,-4478.91,48.9058,4.33877,300,3,0,120,0,0,1), - (7878,3111,1,1218,0,95.0306,-4476.37,40.7528,3.01627,300,5,0,120,0,0,1), - (7879,3111,1,1218,0,92.6001,-4458.62,41.2049,5.86771,300,5,0,120,0,0,1), - (7880,3198,1,4191,0,1522.88,-4691.65,11.2139,3.03297,300,0,0,178,382,0,0), - (7881,4503,1,655,0,-3372.29,-2820.57,33.5242,2.32129,360,0,0,2666,0,0,0), - (7882,3198,1,4190,0,1461.35,-4716.99,-2.47625,2.24259,300,0,0,178,382,0,0), - (7883,3198,1,4191,0,1506.92,-4793.95,9.31567,4.39168,300,0,0,178,382,0,0), - (7884,3198,1,4191,0,1436.21,-4692.01,-5.35309,3.36368,300,0,0,178,382,0,0), - (7885,3198,1,4191,0,1454.97,-4778.24,9.32472,0.73731,300,0,0,178,382,0,0), - (7886,4346,1,2700,0,-2633.17,-3748.08,53.6637,5.81195,360,0,0,1403,0,0,0), - (7887,4414,1,2542,0,-2572.63,-3742.22,23.0639,2.47837,360,0,0,1469,0,0,0), - (7888,4346,1,2700,0,-2482.07,-3736.57,46.8086,2.11185,360,0,0,1403,0,0,0), - (7889,4366,1,9134,0,-2803.68,-4945.23,68.3132,5.5478,1200,0,0,8883,0,0,0), - (7890,4374,1,2423,0,-2683.77,-4615.72,-21.2543,5.61709,1200,10,0,8883,0,0,1), - (7891,4364,1,9135,0,-2562.5,-4901.34,31.6963,4.55558,1200,5,0,8883,0,0,1), - (7892,4368,1,11258,0,-2717.16,-5021.07,22.5459,1.69876,1200,0,0,9156,0,0,0), - (7893,4370,1,11266,0,-2809.82,-4993.07,56.7292,2.10787,1200,0,0,7326,4868,0,0), - (7894,4374,1,2423,0,-2749.06,-4614.49,-14.6502,2.33693,1200,10,0,8883,0,0,1), - (7895,4968,1,2970,0,-3749.69,-4454.15,64.9879,1.15777,43200,0,0,185910,612320,0,0), - (7896,2616,1,1926,0,-3896.16,-4588.84,9.22015,3.89208,360,0,0,2666,0,0,0), - (7897,3198,1,4190,0,1540.54,-4759.55,11.1785,0.295789,300,0,0,178,382,0,0), - (7898,3197,1,4192,0,1419.02,-4749.12,2.2756,3.60804,300,0,0,166,178,0,0), - (7899,3197,1,4192,0,1519.5,-4783.29,11.0798,0.093742,300,0,0,166,178,0,0), - (7900,3197,1,4192,0,1502.88,-4679.02,11.9689,1.75869,300,0,0,166,178,0,0), - (7901,3197,1,4192,0,1492.96,-4762.44,5.7537,1.90486,300,0,0,166,178,0,0), - (7902,3114,1,1964,0,462.983,-4234.37,24.7492,1.92355,300,3,0,176,0,0,1), - (7903,3113,1,6088,0,449.461,-4169.09,25.951,3.51752,300,5,0,148,165,0,1), - (7904,3114,1,1964,0,484.674,-4348.81,27.1747,0.566512,300,5,0,176,0,0,1), - (7905,3113,1,6088,0,439.975,-4229.21,25.4114,2.50876,300,3,0,148,165,0,1), - (7906,3114,1,1964,0,495.711,-4196.06,24.1587,2.80727,300,5,0,176,0,0,1), - (7907,3114,1,1964,0,342.624,-4230.38,23.6101,4.63357,300,5,0,176,0,0,1), - (7908,3206,1,4076,0,-1285.31,-5508.77,8.46731,0.929717,300,0,0,148,165,0,0), - (7909,3122,1,1960,0,-673.941,-5652.9,9.65711,2.53073,300,0,0,120,0,0,0), - (7910,3122,1,1960,0,-1093.47,-5393.64,10.5502,1.12573,300,5,0,120,0,0,1), - (7911,3122,1,1960,0,-1084.46,-5622.65,3.96953,1.02683,300,5,0,120,0,0,1), - (7912,3122,1,1960,0,-721.791,-5573.39,27.9249,5.44706,300,10,0,120,0,0,1), - (7913,3122,1,1960,0,-1251.62,-5345.36,4.86702,0.428786,300,5,0,120,0,0,1), - (7914,3122,1,1960,0,-776.658,-5377.5,4.60076,4.54468,300,5,0,120,0,0,1), - (7915,3122,1,1960,0,-702.447,-5513.37,7.68584,5.47556,300,10,0,120,0,0,1), - (7916,3300,1,1206,0,989.929,-3973.73,23.1841,5.65029,120,5,0,1,0,0,1), - (7917,6145,1,4878,0,-973.913,-5673.6,-6.26644,4.154,120,10,0,42,0,0,1), - (7918,6145,1,4878,0,-1478.9,-5451.51,-17.1755,1.6137,120,10,0,42,0,0,1), - (7919,3300,1,1206,0,1266.15,-4542.36,20.8351,1.5708,120,10,0,1,0,0,1), - (7920,3300,1,1206,0,520.532,-3993.46,19.1736,3.08101,120,5,0,1,0,0,1), - (7921,5951,1,1560,0,824.178,-3922.6,19.3718,2.47173,120,5,0,8,0,0,1), - (7922,5951,1,1560,0,222.988,-3967.91,41.5509,4.82207,120,5,0,8,0,0,1), - (7923,5951,1,1560,0,-648.15,-4768.83,28.2864,5.54196,120,5,0,8,0,0,1), - (7924,3110,1,1250,0,1070.63,-3882.36,17.0437,3.27695,300,10,0,176,0,0,1), - (7925,3110,1,1250,0,-27.7077,-3793.91,24.634,4.74961,300,10,0,176,0,0,1), - (7926,3110,1,1250,0,185.579,-3767.86,17.1535,1.22988,300,10,0,176,0,0,1), - (7927,3110,1,1250,0,982.749,-3850.66,16.2294,5.63744,300,10,0,176,0,0,1), - (7928,3103,1,1940,0,-310.844,-5319.98,-10.4259,6.16528,300,10,0,120,0,0,1), - (7929,3103,1,1940,0,-178.758,-5291.73,-6.77493,5.35679,300,10,0,120,0,0,1), - (7930,3104,1,1246,0,-786.658,-5446.35,-5.16885,2.26263,300,10,0,120,0,0,1), - (7931,3105,1,1248,0,1477.16,-5004.15,-25.3573,0.558267,300,5,0,156,0,0,1), - (7932,3103,1,1940,0,-1416.87,-5090.03,-3.21669,0.918631,300,10,0,120,0,0,1), - (7933,3103,1,1940,0,-1280.95,-5085.2,-4.87893,5.52264,300,10,0,120,0,0,1), - (7934,3104,1,1246,0,-107.572,-5212.53,-1.12561,3.63816,300,10,0,120,0,0,1), - (7935,3106,1,1307,0,-76.0647,-5224.97,-7.04592,2.6221,200,10,0,102,0,0,1), - (7936,3106,1,1307,0,-969.564,-5039.14,-4.73749,4.08646,200,10,0,102,0,0,1), - (7937,3106,1,1307,0,-1116.24,-4844.35,-5.00127,2.85631,200,10,0,102,0,0,1), - (7938,3106,1,1307,0,41.1562,-5185.72,-8.72162,5.7421,200,10,0,102,0,0,1), - (7939,3106,1,1307,0,249.011,-5303.71,-14.8436,1.62138,200,10,0,102,0,0,1), - (7940,3106,1,1307,0,115.517,-5197.6,-14.76,4.78078,200,10,0,102,0,0,1), - (7941,3296,1,4602,0,1936.76,-4407.65,21.5679,1.77517,300,0,0,4957,0,0,2), - (7942,3296,1,4602,0,1759.03,-4301.89,7.01614,5.46288,300,0,0,4957,0,0,0), - (7943,3296,1,4602,0,1668.56,-4323.66,61.3295,5.96903,300,0,0,4957,0,0,0), - (7944,16096,1,11375,0,1340.38,-4638.02,53.6269,4.90438,600,0,0,4700,0,0,0), - (7945,3296,1,4601,0,1768.53,-4307.2,6.96165,4.14839,300,0,0,4957,0,0,2), - (7946,3296,1,4602,0,2004.18,-4719.8,26.2996,0.959931,300,0,0,4957,0,0,0), - (7947,16096,1,11375,0,1339.43,-4663.11,53.6269,1.36136,600,0,0,4700,0,0,0), - (7948,3296,1,4601,0,1552.41,-4324.75,21.8029,5.51524,300,0,0,4957,0,0,0), - (7949,3296,1,4602,0,1688.53,-4474.58,20.1537,1.95477,300,0,0,4957,0,0,0), - (7950,3296,1,4601,0,1696.31,-4096.76,39.3368,1.51844,300,0,0,4957,0,0,0), - (7951,3125,1,2486,0,345.725,-5016.48,19.2973,3.53756,200,5,0,102,0,0,1), - (7952,3125,1,2486,0,210.404,-4972.72,14.4258,4.35227,200,10,0,102,0,0,1), - (7953,3125,1,2486,0,-103.086,-4657.6,33.676,5.68737,200,10,0,102,0,0,1), - (7954,3125,1,2486,0,326.787,-5118.37,3.74095,5.82804,200,10,0,102,0,0,1), - (7955,3125,1,2486,0,27.9387,-5073.43,8.73164,1.389,200,5,0,102,0,0,1), - (7956,3125,1,2486,0,114.34,-5121.52,1.79737,1.3141,200,5,0,102,0,0,1), - (7957,3125,1,2486,0,-788.5,-4724.95,30.19,5.00945,200,5,0,102,0,0,1), - (7958,3099,1,381,0,41.4945,-4232.38,66.6346,2.92123,300,0,0,120,0,0,0), - (7959,3099,1,381,0,511.293,-4773.91,30.6922,1.922,300,5,0,120,0,0,1), - (7960,3099,1,381,0,457.497,-4460.24,46.6362,1.62749,300,5,0,120,0,0,1), - (7961,3099,1,381,0,281.87,-4286.22,35.33,1.28613,300,5,0,120,0,0,1), - (7962,3099,1,381,0,185.981,-4221.18,45.954,4.0642,300,10,0,120,0,0,1), - (7963,3099,1,381,0,653.326,-4783.98,24.6785,2.94046,300,5,0,120,0,0,1), - (7964,3099,1,381,0,577.883,-4393.72,21.9884,4.61855,300,5,0,120,0,0,1), - (7965,3099,1,381,0,433.768,-4924.7,24.665,1.93643,300,10,0,120,0,0,1), - (7966,3099,1,381,0,233.277,-4431.73,26.743,1.87461,300,5,0,120,0,0,1), - (7967,3099,1,381,0,575.451,-4792.15,26.0777,3.97514,300,10,0,120,0,0,1), - (7968,3413,1,7136,0,2036.63,-4739.49,29.2431,3.83972,300,0,0,1605,0,0,0), - (7969,11017,1,10472,0,2038.4,-4748.98,29.2431,4.27606,300,0,0,3077,0,0,0), - (7970,1383,1,4382,0,2055.83,-4797.07,22.9063,5.44543,300,0,0,1684,0,0,0), - (7971,3353,1,1374,0,1980,-4799.74,55.8813,1.32645,300,0,0,3139,0,0,0), - (7972,3406,1,4239,0,2084.96,-4623.77,58.6761,0.15708,300,0,0,3517,2103,0,0), - (7973,3356,1,1378,0,2049.79,-4839.13,24.4342,0.174533,300,0,0,1605,0,0,0), - (7974,3098,1,503,0,-477.985,-4182.53,50.7865,0.662395,120,5,0,42,0,0,1), - (7975,3098,1,503,0,-714.937,-4221.35,40.2762,1.49268,120,5,0,42,0,0,1), - (7976,3098,1,503,0,-391.309,-4283.43,49.0554,2.41323,120,5,0,42,0,0,1), - (7977,3098,1,503,0,-716.996,-4150.75,30.0694,4.95713,120,10,0,42,0,0,1), - (7979,3098,1,503,0,-680.794,-4317.67,47.2347,1.83299,120,5,0,42,0,0,1), - (7980,3098,1,503,0,-754.894,-4219.76,42.8502,3.31808,120,10,0,42,0,0,1), - (7981,3098,1,503,0,-411.091,-4411.85,45.83,0.517397,120,10,0,42,0,0,1), - (7982,3124,1,2485,0,-544.639,-4116.73,65.7142,5.70841,200,10,0,71,0,0,1), - (7983,3124,1,2485,0,-354.141,-4421.33,50.6012,3.11921,200,10,0,71,0,0,1), - (7984,3124,1,2485,0,-346.629,-4045.22,51.1096,5.92702,200,5,0,71,0,0,1), - (7985,3102,1,850,0,-127.806,-4315.17,66.3736,0.499695,200,3,0,72,0,0,1), - (7986,3102,1,850,0,-101.482,-4206.17,52.5035,5.59085,200,3,0,72,0,0,1), - (7988,3102,1,850,0,-77.6159,-4210.9,50.596,2.91483,200,10,0,72,0,0,1), - (7989,3100,1,193,0,1342.82,-4688.55,33.3423,5.29958,300,5,0,156,0,0,1), - (7990,3100,1,193,0,1062.02,-4322.98,20.0218,4.08646,300,5,0,156,0,0,1), - (7991,3100,1,193,0,1287,-4614.38,20.4332,1.14385,300,5,0,156,0,0,1), - (7992,3100,1,193,0,246.015,-4001.79,39.2477,4.51398,300,10,0,156,0,0,1), - (7993,3100,1,193,0,1186.37,-4046.63,14.7298,2.58271,300,5,0,156,0,0,1), - (7994,3100,1,193,0,1043.42,-4921.25,14.9446,2.8825,300,10,0,156,0,0,1), - (7995,3100,1,193,0,-153.058,-3947.95,54.2896,0.319747,300,10,0,156,0,0,1), - (7996,3100,1,193,0,1481.16,-4812.48,38.1654,4.19457,300,5,0,156,0,0,1), - (7997,3100,1,193,0,1249.14,-4739,17.5909,1.64907,300,5,0,156,0,0,1), - (7998,3126,1,2487,0,1180.45,-4664.57,55.6671,5.30893,300,5,0,137,0,0,1), - (7999,3126,1,2487,0,1030.38,-4872.93,56.8278,4.65692,300,5,0,137,0,0,1), - (8000,3126,1,2487,0,843.415,-4986.65,9.65833,4.91091,300,5,0,137,0,0,1), - (8001,3126,1,2487,0,552.9,-4477.65,40.8258,5.10845,300,5,0,137,0,0,1), - (8002,3126,1,2487,0,615.995,-4839.65,25.7154,4.52752,300,5,0,137,0,0,1), - (8003,3126,1,2487,0,417.942,-4089.58,32.1657,1.59813,300,5,0,137,0,0,1), - (8004,3126,1,2487,0,356.249,-3882.48,32.6063,5.74612,300,5,0,137,0,0,1), - (8005,3126,1,2487,0,348.125,-4151.63,31.3764,4.6479,300,5,0,137,0,0,1), - (8006,3127,1,2732,0,641.999,-3838.74,21.2052,2.11414,300,5,0,176,0,0,1), - (8007,3127,1,2732,0,1100.8,-4152.94,17.1562,4.25297,300,10,0,176,0,0,1), - (8008,3127,1,2732,0,84.8203,-3917.05,43.5674,1.80915,300,5,0,176,0,0,1), - (8009,3127,1,2732,0,742.509,-3893.23,19.4178,3.99063,300,5,0,176,0,0,1), - (8010,3127,1,2732,0,52.057,-3855.7,37.6042,2.88593,300,10,0,176,0,0,1), - (8011,3127,1,2732,0,1096.01,-3979.64,19.9407,2.45094,300,10,0,176,0,0,1), - (8012,3127,1,2732,0,1211.74,-4131.34,23.4459,0.260854,300,10,0,176,0,0,1), - (8013,3127,1,2732,0,1030.95,-4047.37,18.5481,2.37621,300,5,0,176,0,0,1), - (8014,6145,1,4878,0,-2485.54,-3940.06,-2.42383,2.3161,360,5,0,42,0,0,1), - (8015,2914,1,1206,0,-4487.84,-3886.27,35.2164,5.08854,360,10,0,8,0,0,1), - (8016,6145,1,4878,0,-4191.63,-4181.22,-9.1274,2.87467,360,5,0,42,0,0,1), - (8017,2914,1,1206,0,-3107.69,-3933.37,38.1539,4.41606,360,10,0,8,0,0,1), - (8018,6546,1,5375,0,-4031.56,-3392.97,38.9974,2.1293,360,0,0,4079,6015,0,0), - (8019,12919,1,13099,0,-4135.29,-4052.02,1.517,5.01289,360,0,0,2972,0,0,0), - (8020,4415,1,11348,0,-4369.77,-3917.44,55.8698,4.08216,360,5,0,1751,0,0,1), - (8021,4415,1,11348,0,-4289.88,-3679.18,74.8618,0.892329,360,5,0,1751,0,0,1), - (8022,4397,1,7836,0,-2583.58,-4250.03,-15.016,3.71821,360,10,0,1403,0,0,1), - (8023,4397,1,7836,0,-2229.14,-4257.65,-2.75096,4.47014,360,10,0,1403,0,0,1), - (8024,4389,1,2601,0,-3409.19,-3761.68,-14.4791,3.34767,360,5,0,1532,0,0,1), - (8166,440,0,6033,0,-9776.07,-3212.41,58.7338,3.6975,300,5,0,449,0,0,1), - (8167,431,0,493,0,-9291.78,-3301.33,129.117,0.122173,300,0,0,734,0,0,0), - (8168,440,0,6033,0,-9776.01,-3229.15,58.8148,3.40073,300,5,0,449,0,0,1), - (8169,1416,0,4998,0,-8387,685.202,95.356,2.286,430,0,0,3517,0,0,0), - (8170,2727,0,161,0,-6257.48,-3415.84,238.88,3.14445,300,10,0,1403,0,0,1), - (8171,2730,0,161,0,-6443.31,-3886.98,305.882,4.79261,300,5,0,1981,0,0,1), - (8172,2725,0,715,0,-6841.18,-3878.56,264.445,1.19238,300,10,0,1522,1332,0,1), - (8173,2725,0,715,0,-6781.94,-3812.13,264.368,1.25348,300,10,0,1522,1332,0,1), - (8174,2725,0,715,0,-6759.27,-3890.45,264.57,4.2793,300,10,0,1522,1332,0,1), - (8175,2725,0,715,0,-6746.91,-3847.29,264.793,0.450548,300,10,0,1522,1332,0,1), - (8176,4844,0,6051,0,-6046.38,-3263.41,259.183,4.55041,600,3,0,2877,2680,0,1), - (8177,4844,0,6051,0,-6108.18,-3253.21,259.027,4.42279,600,5,0,2877,2680,0,1), - (8178,2725,0,715,0,-6933.42,-3900.44,270.764,2.11999,300,5,0,1522,1332,0,1), - (8179,2725,0,715,0,-7011.12,-3925.59,264.014,5.16843,300,10,0,1522,1332,0,1), - (8180,4844,0,6051,0,-6086.38,-3214.84,262.956,2.0784,600,3,0,2877,2680,0,1), - (8181,2725,0,715,0,-6941,-4000.05,264.237,5.11675,300,10,0,1522,1332,0,1), - (8182,2727,0,161,0,-6752.48,-3402.09,241.792,4.69434,300,10,0,1403,0,0,1), - (8183,4846,0,6052,0,-6070.78,-3249.08,259.143,2.16421,600,0,0,3660,0,0,0), - (8184,2725,0,715,0,-6983.3,-3950.5,264.121,4.62512,300,3,0,1522,1332,0,1), - (8185,4844,0,6051,0,-6098.13,-3235.86,262.146,5.32192,600,5,0,2877,2680,0,1), - (8186,4846,0,6052,0,-6072.2,-3278.83,256.242,1.76278,600,0,0,3660,0,0,0), - (8187,4846,0,6052,0,-6082.18,-3236.15,259.322,5.93412,600,0,0,3660,0,0,0), - (8188,4846,0,6052,0,-6057.05,-3271.67,256.462,4.92183,600,0,0,3660,0,0,0), - (8189,4844,0,6051,0,-6053.86,-3223.89,262.96,5.79736,600,5,0,2877,2680,0,1), - (8190,4846,0,6052,0,-6060.98,-3242.04,259.143,4.57276,600,0,0,3660,0,0,0), - (8191,4844,0,6051,0,-6078.59,-3195.14,255.582,5.31697,600,5,0,2877,2680,0,1), - (8192,4844,0,6051,0,-6095.86,-3195.86,255.582,1.58498,600,5,0,2877,2680,0,1), - (8193,4844,0,6051,0,-6066.19,-3196.59,256.101,1.89019,600,5,0,2877,2680,0,1), - (8194,2932,0,4938,0,-6190.17,-3042.32,220.489,0.034925,600,0,0,4185,0,0,0), - (8195,2850,0,6082,0,-6376.69,-3563.98,262.806,2.1523,10200,0,0,1603,0,0,0), - (8196,6030,0,4949,0,-5854.74,-2646.69,309.057,3.1765,300,0,0,980,0,0,0), - (8197,6577,0,5376,0,-5368.99,-3746.97,304.797,2.00713,300,0,0,695,0,0,0), - (8198,1093,0,1685,0,-4737.9,-3263.86,310.34,2.82743,300,0,0,1635,0,0,0), - (8199,1344,0,3437,0,-5694.65,-3812.45,321.7,1.09956,300,0,0,644,0,0,0), - (8200,1345,0,3432,0,-5713.75,-3783.78,323.018,5.55015,300,0,0,644,0,0,0), - (8201,1092,0,1630,0,-5842.82,-2634.58,323.051,6.03884,300,0,0,2471,0,0,0), - (8202,1091,0,1625,0,-5893.03,-2642.99,311.015,1.88496,300,0,0,1605,0,0,0), - (8203,1090,0,1629,0,-5858.19,-2641.15,309.157,3.05433,300,0,0,1605,0,0,0), - (8204,1343,0,1894,0,-4825.92,-2676.82,341.206,3.68265,300,0,0,1605,0,0,0), - (8205,1193,0,1004,0,-4808.29,-3347.25,286.873,3.46602,300,10,0,247,0,0,1), - (8206,1193,0,1004,0,-4806.88,-3217.98,281.485,6.20484,300,10,0,247,0,0,1), - (8207,1193,0,1004,0,-4798.76,-3318.09,288.85,4.09622,300,10,0,247,0,0,1), - (8208,1193,0,1004,0,-4748.58,-3484.42,283.419,0,300,0,0,247,0,0,0), - (8209,1193,0,1004,0,-4814.6,-3411.13,289.629,2.24103,300,10,0,247,0,0,1), - (8210,1193,0,1004,0,-4760.76,-3194.68,275.976,0.632042,300,10,0,247,0,0,1), - (8211,1193,0,1004,0,-4749.81,-3416.72,284.223,0,300,0,0,247,0,0,0), - (8212,1224,0,867,0,-5350.48,-3474.03,257.472,2.42082,300,10,0,439,0,0,1), - (8213,1224,0,867,0,-5619.49,-3417.65,274.453,5.2212,300,10,0,439,0,0,1), - (8214,1224,0,867,0,-5608.87,-3489.78,288.625,5.33942,300,10,0,439,0,0,1), - (8215,1224,0,867,0,-5411.29,-3644.19,284.877,6.10661,300,10,0,439,0,0,1), - (8216,1224,0,867,0,-5350.9,-3350.11,254.935,2.79951,300,10,0,439,0,0,1), - (8217,1224,0,867,0,-5627.3,-3337.89,283.577,2.58467,300,10,0,439,0,0,1), - (8218,1693,0,1034,0,-5129.01,-3405.82,300.637,1.54492,300,10,0,300,0,0,1), - (8219,6734,0,5434,0,-5377.91,-2973.91,323.252,1.78024,300,0,0,1605,0,0,0), - (8220,1683,0,1848,0,-5217.58,-3113.32,301.089,4.03683,300,0,0,644,0,0,0), - (8221,1777,0,1851,0,-5275.26,-2971.02,338.737,1.72788,300,0,0,644,0,0,0), - (8222,1470,0,1834,0,-5395.86,-3016.18,327.663,0.436332,300,0,0,1240,0,0,0), - (8223,1473,0,1841,0,-5380.47,-2999.76,330.719,0.226893,300,0,0,594,0,0,0), - (8224,1474,0,1846,0,-5331.39,-2985.24,325.259,3.89208,300,0,0,644,0,0,0), - (8225,1682,0,1850,0,-5381.88,-2952.48,322.147,4.43314,300,0,0,644,0,0,0), - (8226,1412,0,134,0,-4813.13,-3656.2,303.59,5.11833,300,10,0,8,0,0,1), - (8227,2098,0,10001,0,-5810.16,-3443.85,312.033,3.69274,300,10,0,164,0,0,1), - (8228,1412,0,134,0,-5793.39,-2575.87,310.206,0.875695,300,10,0,8,0,0,1), - (8229,1412,0,134,0,-5349.2,-3092.89,350.315,6.10937,300,10,0,8,0,0,1), - (8230,1412,0,134,0,-5327.41,-3092.74,347.524,0.896611,300,10,0,8,0,0,1), - (8231,1412,0,134,0,-5440.63,-2917.19,347.246,3.14159,300,10,0,8,0,0,1), - (8232,1412,0,134,0,-5330.88,-2919.93,345.486,3.46567,300,10,0,8,0,0,1), - (8233,2518,0,1805,0,-5392.88,-3024.56,349.883,4.15255,300,5,0,1605,0,0,1), - (8234,2509,0,1778,0,-5274.46,-2924.05,349.38,2.54521,300,5,0,1605,0,0,1), - (8235,1338,0,1779,0,-5254.35,-2994.23,332.375,2.52565,300,0,0,1454,0,0,0), - (8236,2514,0,1797,0,-5313.02,-3029.74,324.076,4.82194,300,5,0,1605,0,0,2), - (8237,2513,0,1791,0,-5305.82,-2970.57,346.63,3.66186,300,0,0,1605,0,0,0), - (8238,2515,0,1782,0,-5345.79,-3071.23,344.19,4.78405,300,5,0,1901,0,0,1), - (8239,2506,0,1790,0,-5415.97,-2996.45,350.51,3.48619,300,5,0,1605,0,0,1), - (8240,2508,0,1810,0,-5252.89,-2970.47,344.827,0.034754,300,0,0,1605,0,0,0), - (8241,2524,0,1788,0,-4689.34,-3168.04,310.133,5.92774,300,0,0,1605,0,0,0), - (8242,2527,0,1774,0,-4753.14,-3333.06,310.257,5.43724,300,0,0,1454,0,0,0), - (8243,2528,0,1787,0,-4689.47,-3456.61,310.122,3.02006,300,5,0,1605,0,0,1), - (8244,2526,0,1798,0,-4747.9,-3269.12,310.257,3.28589,300,5,0,2039,0,0,1), - (8245,2525,0,1775,0,-4695.35,-3192.09,310.181,0.777376,300,5,0,1605,0,0,2), - (8246,1214,0,1821,0,-5702.52,-3781.79,322.902,4.38078,300,0,0,804,0,0,0), - (8247,222,0,1845,0,-4669.42,-3176.2,310.367,3.22886,300,0,0,898,0,0,0), - (8248,1362,0,1835,0,-4822.43,-2659.41,327.212,0.680678,300,0,0,804,0,0,0), - (8249,3290,0,1832,0,-4734.76,-3260.17,310.34,2.60054,300,0,0,836,0,0,0), - (8250,6241,0,4911,0,-5313.59,-2985.5,322.204,0.942478,300,0,0,919,0,0,0), - (8251,1330,0,1807,0,-5849.86,-2623.93,322.967,4.36332,300,0,0,1605,0,0,0), - (8252,1329,0,1800,0,-5886.33,-2634.9,310.668,5.48033,300,0,0,1605,0,0,0), - (8253,1187,0,1356,0,-5691.63,-4296.11,407.828,5.72972,300,0,0,644,0,0,0), - (8254,1156,0,1643,0,-5667.48,-4248.17,407.194,4.67748,300,0,0,644,0,0,0), - (8255,1154,0,1596,0,-5621.8,-4248.88,408.011,4.34587,300,0,0,644,0,0,0), - (8256,1155,0,1618,0,-5676.11,-4253.59,407.193,5.8294,300,0,0,644,0,0,0), - (8257,1178,0,1122,0,-5072.94,-3885.23,321.944,0.028778,300,5,0,1251,0,0,1), - (8258,1181,0,1045,0,-4815.28,-3932.62,322.511,1.73562,300,5,0,1131,408,0,1), - (8259,1572,0,5037,0,-5424.85,-2929.87,347.645,1.64061,600,0,0,7423,7071,0,0), - (8260,1197,0,763,0,-6169.23,-2961.12,387.5,3.28122,300,2,0,301,326,0,1), - (8261,1197,0,763,0,-6214.65,-3008.06,385.102,5.70263,300,2,0,301,326,0,1), - (8262,1335,0,1811,0,-4813.38,-2676.2,341.306,5.20108,300,0,0,1605,0,0,0), - (8263,1334,0,1789,0,-4827.79,-2669.17,341.292,3.24631,300,0,0,1605,0,0,0), - (8264,1332,0,1799,0,-4801.49,-2638.06,328.694,6.19066,300,0,0,1605,0,0,0), - (8265,1331,0,1796,0,-4810.78,-2660.48,327.212,1.8675,300,0,0,1605,0,0,0), - (8266,1283,0,1793,0,-6022.93,-2491.44,309.861,2.33874,300,0,0,1605,0,0,0), - (8267,1277,0,1784,0,-4860.33,-2660.15,341.36,1.03567,300,5,0,1902,0,0,2), - (8268,1184,0,827,0,-5830.15,-3346.6,299.772,0.846068,300,10,0,273,0,0,1), - (8269,1191,0,3027,0,-5838.66,-3432.58,317.348,2.37277,300,10,0,300,0,0,1), - (8270,1192,0,1208,0,-5182.3,-3928.02,332.139,0.212369,300,10,0,356,0,0,1), - (8271,1189,0,762,0,-5274.63,-3877.53,332.972,5.04279,300,10,0,427,0,0,1), - (8272,1188,0,762,0,-5394.18,-3866.54,333.047,4.42093,300,10,0,328,0,0,1), - (8273,1686,0,1839,0,-5654.18,-4287.37,407.812,0.614804,300,0,0,644,0,0,0), - (8274,954,0,1842,0,-5666.85,-4273.62,407.843,5.77704,300,0,0,748,0,0,0), - (8275,1685,0,1849,0,-5652.9,-4268.63,407.756,1.95584,300,0,0,644,0,0,0), - (8276,3545,0,7915,0,-5643.46,-4261.78,407.911,5.74213,300,0,0,2471,1620,0,0), - (8277,10930,0,10245,0,-5635.34,-4266.36,407.91,2.54818,300,0,0,1240,957,0,0), - (8278,1687,0,1823,0,-5645.74,-4283.84,407.812,2.60336,300,0,0,644,0,0,0), - (8279,2057,0,1416,0,-5762.77,-3433.36,305.765,5.3058,300,0,0,644,0,0,0), - (8280,1963,0,1404,0,-5394.1,-2954.41,322.141,0.349066,300,0,0,413,0,0,0), - (8281,1193,0,1004,0,-4853.26,-3481.02,292.204,2.93309,300,10,0,247,0,0,1), - (8282,1193,0,1004,0,-4750.45,-3479.55,291.801,3.72182,300,10,0,247,0,0,1), - (8283,1193,0,1004,0,-4798.74,-3383.09,290.05,0.111058,300,10,0,247,0,0,1), - (8284,1193,0,1004,0,-4750.65,-3449.61,280.813,0,300,0,0,247,0,0,0), - (8285,1193,0,1004,0,-4983.18,-3251.37,284.121,0,300,0,0,247,0,0,0), - (8286,1193,0,1004,0,-4784.14,-3219.27,276.369,0.435996,300,10,0,247,0,0,1), - (8287,1224,0,867,0,-5494.19,-3609.26,288.356,5.55697,300,10,0,439,0,0,1), - (8288,1224,0,867,0,-5350.9,-3619.04,276.314,4.45128,300,10,0,439,0,0,1), - (8289,1224,0,867,0,-5355.54,-3415.15,260.929,1.0888,300,10,0,439,0,0,1), - (8290,1224,0,867,0,-5413.69,-3590.88,285.794,0.337169,300,10,0,439,0,0,1), - (8291,1224,0,867,0,-5349.08,-3555.68,270.435,0.227965,300,10,0,439,0,0,1), - (8292,1224,0,867,0,-5108.35,-3339.48,262.235,0.554918,300,10,0,439,0,0,1), - (8293,1224,0,867,0,-5294.23,-3581.53,288.066,2.22245,300,10,0,439,0,0,1), - (8294,372,0,8089,0,-5355,-3017.81,318.815,3.21141,300,0,0,695,0,0,0), - (8295,1469,0,1847,0,-5286.92,-2981.99,341.792,5.0566,300,0,0,644,0,0,0), - (8296,1465,0,1820,0,-5391.73,-2974.88,325.947,0.30745,300,0,0,644,0,0,0), - (8297,3948,0,2036,0,-5402.34,-2968.12,321.257,0.994838,300,0,0,413,0,0,0), - (8298,1684,0,1843,0,-5210.09,-3104.74,303.171,5.55015,300,0,0,644,0,0,0), - (8299,1412,0,134,0,-4687.16,-2826.72,323.904,0.921565,300,10,0,8,0,0,1), - (8300,1412,0,134,0,-5179.51,-3822.7,327.227,3.72692,300,10,0,8,0,0,1), - (8301,1412,0,134,0,-4779.29,-3614.36,305.851,3.91318,300,10,0,8,0,0,1), - (8302,2507,0,1808,0,-5255.89,-3037.94,336.023,2.2509,300,5,0,1454,0,0,1), - (8303,2511,0,1776,0,-5285.33,-3068.26,341.881,0.064079,300,5,0,1605,0,0,1), - (8304,1337,0,1786,0,-5305.85,-2984.95,340.724,5.85614,300,5,0,1454,0,0,2), - (8305,2516,0,1794,0,-5310.92,-2912.51,339.342,1.32645,300,5,0,1454,0,0,1), - (8306,2512,0,1803,0,-5430.2,-2954.97,349.267,1.50046,300,5,0,1454,0,0,1), - (8307,1166,0,764,0,-5985.84,-2762.76,401.388,3.92699,300,0,0,253,264,0,0), - (8308,4463,0,6030,0,-8789.97,-2132.73,156.699,2.06383,300,3,0,472,1357,0,1), - (8309,440,0,6033,0,-9756.7,-3196.37,58.7338,2.55302,300,0,0,449,0,0,0), - (8310,4463,0,6030,0,-8803.14,-2166.81,150.828,3.44501,300,0,0,472,1357,0,0), - (8312,435,0,6044,0,-8812.68,-2162.45,151.061,0.122173,300,0,0,664,0,0,0), - (8314,429,0,491,0,-9282.08,-3297.04,115.852,4.7822,300,0,0,640,655,0,0), - (8315,819,0,3916,0,-9280.29,-3311.32,126.169,1.98968,300,0,0,589,618,0,0), - (8316,819,0,3916,0,-9282.91,-3310.91,126.169,1.29154,300,0,0,589,618,0,0), - (8317,819,0,3916,0,-9268.45,-3301.96,135.784,3.08923,300,0,0,589,618,0,0), - (8318,3127,1,2732,0,-186.969,-3862.59,32.9047,1.42365,300,5,0,176,0,0,1), - (8319,3123,1,1959,0,1296.4,-4702.9,20.3528,2.12629,300,5,0,156,0,0,1), - (8320,3123,1,1959,0,912.044,-3906.22,20.2188,3.44728,300,5,0,156,0,0,1), - (8321,1194,0,410,0,-5863.66,-3954.47,356.613,6.16174,300,5,0,328,0,0,1), - (8322,1189,0,762,0,-5228.42,-3972.01,330.162,0.585295,300,10,0,427,0,0,1), - (8323,1185,0,520,0,-5186.54,-4084.42,323.033,0.236456,300,10,0,386,0,0,1), - (8324,1192,0,1208,0,-5216.29,-3681.33,303.968,1.59032,300,10,0,356,0,0,1), - (8325,1192,0,1208,0,-5201.9,-3784.95,318.127,3.21954,300,10,0,356,0,0,1), - (8326,1189,0,762,0,-5141.29,-4012.85,329.362,3.43128,300,10,0,427,0,0,1), - (8327,1191,0,3027,0,-5581.64,-3647.15,308.569,3.58601,300,10,0,300,0,0,1), - (8328,1193,0,1004,0,-4884.76,-3215.82,277.521,0,300,0,0,247,0,0,0), - (8329,1193,0,1004,0,-4780.41,-3485.11,289.505,0,300,0,0,247,0,0,0), - (8330,1193,0,1004,0,-4929.92,-3179.79,279.322,6.07756,300,10,0,247,0,0,1), - (8331,1193,0,1004,0,-4811.91,-3286.37,288.512,6.16099,300,10,0,247,0,0,1), - (8332,1224,0,867,0,-5415.41,-3391.13,262.328,4.57889,300,10,0,439,0,0,1), - (8333,1412,0,134,0,-5248.67,-3814.41,320.581,5.28631,300,10,0,8,0,0,1), - (8334,1412,0,134,0,-5825.9,-2575.49,308.987,3.50074,300,10,0,8,0,0,1), - (8335,1933,0,856,0,-5063.14,-3755.42,311.951,6.20325,300,5,0,14,0,0,1), - (8336,1163,0,160,0,-5980.93,-2765.49,400.062,4.4855,300,0,0,273,0,0,0), - (8337,1164,0,722,0,-6202.29,-3021.71,386.595,2.23489,300,2,0,328,0,0,1), - (8338,1166,0,764,0,-6159.63,-2958.6,400.459,4.07093,300,2,0,253,264,0,1), - (8339,1164,0,722,0,-6186.95,-3023.44,389.874,2.92048,300,2,0,328,0,0,1), - (8340,1197,0,763,0,-6208.3,-2998.87,386.201,1.45448,300,2,0,301,326,0,1), - (8341,1166,0,764,0,-6139.04,-2947.42,396.833,4.93773,300,2,0,253,264,0,1), - (8342,1191,0,3027,0,-5861.55,-3441.74,315.156,0.595045,300,10,0,300,0,0,1), - (8343,1192,0,1208,0,-5247.3,-3851.91,327.243,5.31015,300,10,0,356,0,0,1), - (8344,1192,0,1208,0,-5212.61,-3844.17,324.552,0.652482,300,10,0,356,0,0,1), - (8345,1191,0,3027,0,-5542.43,-3692.5,303.02,5.56931,300,10,0,300,0,0,1), - (8346,1191,0,3027,0,-5545.48,-3730.98,315.717,1.41882,300,10,0,300,0,0,1), - (8347,1412,0,134,0,-5919.98,-3619.79,353.017,5.35871,300,10,0,8,0,0,1), - (8348,1194,0,410,0,-5850.84,-3940.13,353.715,1.28739,300,10,0,328,0,0,1), - (8349,1188,0,762,0,-5963.1,-3736.61,345.402,0.244979,300,5,0,328,0,0,1), - (8350,1189,0,762,0,-5232,-3974.55,328.959,4.18286,300,10,0,427,0,0,1), - (8351,1189,0,762,0,-5310.43,-4003.19,334.899,6.16527,300,5,0,427,0,0,1), - (8352,1189,0,762,0,-5157.38,-3883.6,329.077,3.40836,300,10,0,427,0,0,1), - (8353,1192,0,1208,0,-5192.25,-3818.22,327.477,2.95984,300,10,0,356,0,0,1), - (8354,1192,0,1208,0,-5225.52,-3823.44,321.206,2.01397,300,10,0,356,0,0,1), - (8355,1205,0,1194,0,-6151.45,-2952.78,411.501,2.67035,300,0,0,386,0,0,0), - (8356,1206,0,721,0,-6158.13,-2951.27,410.714,6.24828,300,0,0,354,436,0,0), - (8357,1207,0,721,0,-6153.27,-2949.13,411.771,4.36332,300,0,0,340,0,0,0), - (8358,1412,0,134,0,-5775.32,-3586.25,332.782,5.97498,300,10,0,8,0,0,1), - (8359,1412,0,134,0,-5817.96,-3316.81,298.802,2.01236,300,10,0,8,0,0,1), - (8360,1412,0,134,0,-5268.33,-3065.3,344.019,4.0487,300,10,0,8,0,0,1), - (8361,1412,0,134,0,-5212.5,-2795.83,340.396,5.17142,300,10,0,8,0,0,1), - (8362,1191,0,3027,0,-5842.4,-4142.2,387.139,0.818646,300,10,0,300,0,0,1), - (8363,1188,0,762,0,-5823.62,-3880.9,349.803,2.96907,300,10,0,328,0,0,1), - (8364,1192,0,1208,0,-5259.04,-3796.77,319.419,4.59288,300,10,0,356,0,0,1), - (8365,1192,0,1208,0,-5193.48,-3714.52,307.996,5.20223,300,10,0,356,0,0,1), - (8366,1179,0,6692,0,-5080.04,-3825.57,317.04,5.65999,300,5,0,1131,408,0,1), - (8367,1178,0,1122,0,-5009.46,-3890.06,309.664,2.09648,300,10,0,1251,0,0,1), - (8368,1412,0,134,0,-5021.65,-2770.7,323.943,5.97564,300,10,0,8,0,0,1), - (8369,3836,0,1927,0,-6032.95,-2495.33,310.092,5.8294,300,0,0,2868,0,0,0), - (8370,14266,0,1103,0,-5450.6,-4147.61,392.301,1.53796,9200,5,0,449,0,0,2), - (8371,1224,0,867,0,-5193.04,-3325.69,240.593,5.68654,300,10,0,439,0,0,1), - (8372,1185,0,520,0,-5223.81,-4221.46,360.702,5.42461,300,5,0,386,0,0,1), - (8373,1185,0,520,0,-5228.96,-4210.46,355.98,4.82003,300,5,0,386,0,0,1), - (8374,1185,0,520,0,-5117.74,-4131.25,324.063,2.71028,300,5,0,386,0,0,1), - (8375,1693,0,1034,0,-5521.67,-3489.78,298.684,4.15465,300,10,0,300,0,0,1), - (8376,1278,0,1804,0,-5400.81,-2890.18,342.151,3.8275,300,0,0,1454,0,0,2), - (8377,1336,0,1813,0,-4820.65,-2700.55,327.03,6.21337,300,0,0,1605,0,0,0), - (8378,1194,0,410,0,-5819.78,-3954.28,362.533,3.53623,300,10,0,328,0,0,1), - (8379,1188,0,762,0,-5419.24,-4051.78,339.084,4.33344,300,10,0,328,0,0,1), - (8380,1184,0,827,0,-5423.12,-3957.26,344.253,4.92193,300,10,0,273,0,0,1), - (8381,1693,0,1034,0,-5182.86,-3541.25,301.929,4.55751,300,10,0,300,0,0,1), - (8382,1693,0,1034,0,-5165.32,-3614.6,298.505,5.87368,300,10,0,300,0,0,1), - (8383,1185,0,520,0,-5157.04,-4140.59,331.765,4.2793,300,5,0,386,0,0,1), - (8384,1189,0,762,0,-5256.28,-4101.75,326.35,1.87461,300,10,0,427,0,0,1), - (8385,1185,0,520,0,-5186.22,-4094.25,322.345,1.28177,300,10,0,386,0,0,1), - (8386,1189,0,762,0,-5252.85,-4145.94,335.38,3.49237,300,5,0,427,0,0,1), - (8387,1189,0,762,0,-5302.79,-4083.21,328.336,3.18454,300,10,0,427,0,0,1), - (8388,1189,0,762,0,-5310.41,-4039.75,332.223,3.92962,300,10,0,427,0,0,1), - (8389,1693,0,1034,0,-5254.51,-3498.19,299.739,3.47481,300,10,0,300,0,0,1), - (8390,1693,0,1034,0,-5207.08,-3562.47,299.665,1.90922,300,10,0,300,0,0,1), - (8391,1693,0,1034,0,-5210.48,-3483.99,297.755,5.16197,300,10,0,300,0,0,1), - (8392,1194,0,410,0,-5455.28,-3948.33,344.884,2.15878,300,10,0,328,0,0,1), - (8393,1194,0,410,0,-5416.81,-3879.94,334.016,3.52558,300,10,0,328,0,0,1), - (8394,1184,0,827,0,-5437.28,-3917.53,339.824,2.01085,300,10,0,273,0,0,1), - (8395,1194,0,410,0,-5658.74,-4111.37,388.702,4.46343,300,5,0,328,0,0,1), - (8396,1188,0,762,0,-5752.11,-4146.75,387.985,4.85739,300,10,0,328,0,0,1), - (8397,1693,0,1034,0,-5435.31,-3716.03,298.035,0.877084,300,10,0,300,0,0,1), - (8398,1176,0,10912,0,-4944.92,-3014.32,328.808,5.39307,300,0,0,222,0,0,0), - (8399,2098,0,10002,0,-4780.57,-2870.39,324.846,4.9872,300,10,0,164,0,0,1), - (8400,3107,1,1938,0,850.432,-5128.96,-2.25513,4.6257,300,5,0,137,0,0,1), - (8401,3107,1,1938,0,-1476.89,-5328.13,-3.03193,1.20951,300,5,0,137,0,0,1), - (8402,3107,1,1938,0,-1593.28,-5380.13,-0.242896,3.02619,300,5,0,137,0,0,1), - (8403,3107,1,1938,0,-1443.96,-5150.13,-3.77407,1.63139,300,5,0,137,0,0,1), - (8404,3107,1,1938,0,-879.573,-5610.25,-6.08767,0.892426,300,10,0,137,0,0,1), - (8405,3107,1,1938,0,-1359.53,-5402.94,-4.94379,1.62554,300,5,0,137,0,0,1), - (8406,3107,1,1938,0,-852.655,-5519.09,-1.75894,3.79247,300,5,0,137,0,0,1), - (8407,3107,1,1938,0,-735.358,-5352.52,-5.66184,5.23897,300,5,0,137,0,0,1), - (8408,3129,1,1862,0,-284.439,-5174.54,21.2768,1.66599,300,5,0,125,220,0,1), - (8409,3128,1,3734,0,-312.365,-5070.01,21.6341,4.78691,200,5,0,101,220,0,1), - (8410,3128,1,3734,0,-64.9716,-4961.5,21.4108,2.54243,200,0,0,101,220,0,0), - (8411,3128,1,3734,0,-182.394,-4942.46,21.1166,6.04668,200,5,0,101,220,0,1), - (8412,3122,1,1960,0,623.504,-4298.57,17.8049,4.93152,300,10,0,120,0,0,1), - (8413,3118,1,6815,0,983.955,-4686.89,27.0107,5.23543,300,5,0,186,191,0,1), - (8414,3118,1,6815,0,1118.89,-4657.44,39.0227,1.93923,300,5,0,186,191,0,1), - (8415,5953,1,9801,0,302.014,-4815.57,10.6028,5.21853,300,0,0,1573,0,0,0), - (8416,5953,1,9799,0,365.533,-4827.24,11.4965,6.21337,300,0,0,1573,0,0,0), - (8417,5953,1,9801,0,247.37,-4857.42,14.023,5.03274,300,5,0,1573,0,0,1), - (8418,5953,1,9800,0,243.619,-4742.1,10.1855,3.14159,300,0,0,1573,0,0,0), - (8419,3173,1,3746,0,307.114,-4839.91,10.6075,1.27409,300,0,0,644,557,0,0), - (8420,5953,1,9800,0,306.286,-4772.54,9.41494,1.88806,300,0,0,1573,0,0,2), - (8421,5953,1,9801,0,256.624,-4831.34,11.1914,3.7001,300,0,0,1573,0,0,0), - (8422,3170,1,3749,0,268.13,-4710.94,17.572,3.87463,300,0,0,594,0,0,0), - (8423,5953,1,9800,0,368.937,-4761.18,12.2796,0.820305,300,0,0,1573,0,0,0), - (8424,5953,1,9800,0,217.875,-4650.91,16.4066,6.08567,300,5,0,1573,0,0,1), - (8425,3112,1,1252,0,22.1264,-4314.94,71.1994,3.51712,300,3,0,137,0,0,1), - (8426,3112,1,1252,0,37.5445,-4270.67,68.5036,2.9238,300,5,0,137,0,0,1), - (8427,3111,1,1218,0,107.173,-4552.57,56.8097,1.06049,300,5,0,120,0,0,1), - (8428,3197,1,4193,0,1529.11,-4749.48,13.8338,2.70923,300,0,0,166,178,0,0), - (8429,3198,1,4190,0,1518.48,-4743.73,15.1645,1.14649,300,0,0,178,382,0,0), - (8430,3114,1,1964,0,385.936,-4221.34,25.6301,6.01415,300,3,0,176,0,0,1), - (8431,3122,1,1960,0,-1519.97,-5298.45,7.61597,1.43593,300,5,0,120,0,0,1), - (8432,3122,1,1960,0,-1029.9,-5561.69,4.82141,4.11951,300,10,0,120,0,0,1), - (8433,3122,1,1960,0,-818.032,-5319.66,3.73925,3.88806,300,10,0,120,0,0,1), - (8434,3122,1,1960,0,-653.125,-5544.12,4.45992,5.14691,300,5,0,120,0,0,1), - (8435,3122,1,1960,0,-1311.75,-5567.6,7.2208,0.104594,300,5,0,120,0,0,1), - (8436,3300,1,1206,0,-712.476,-4722.72,34.5482,1.51841,120,5,0,1,0,0,1), - (8437,3300,1,1206,0,600.437,-4066.6,9.27573,1.16937,120,0,0,1,0,0,0), - (8438,3300,1,1206,0,-133.916,-3924.15,49.7274,6.00837,120,10,0,1,0,0,1), - (8439,3300,1,1206,0,1273.78,-4829.16,17.3572,4.41752,120,5,0,1,0,0,1), - (8440,10685,1,10015,0,1281.58,-4226.79,26.3762,0.000947,200,5,0,14,0,0,1), - (8441,10685,1,10015,0,1256.38,-4515.99,21.0941,5.10794,200,3,0,14,0,0,1), - (8442,6145,1,4878,0,48.6827,-5250.64,-17.3013,4.5359,120,10,0,42,0,0,1), - (8443,3103,1,1940,0,-744.021,-5118.75,-0.680583,6.21795,300,10,0,120,0,0,1), - (8444,4389,1,2601,0,-3483.61,-3537.7,-4.21832,3.78546,360,5,0,1532,0,0,1), - (8445,4401,1,2426,0,-3337.4,-3562.45,7.25181,4.41632,360,5,0,1403,0,0,1), - (8446,4404,1,2600,0,-4309.18,-3926.11,-2.03914,4.95899,360,5,0,1211,1067,0,1), - (8447,4401,1,2426,0,-4246.27,-3842.73,-12.7999,0.977384,360,0,0,1403,0,0,0), - (8448,4404,1,2600,0,-4311.1,-4159.46,-2.2661,6.15592,360,5,0,1211,1067,0,1), - (8449,4403,1,2599,0,-4445.98,-4198.86,10.4403,2.10351,360,5,0,1464,0,0,1), - (8450,4403,1,2599,0,-4306.27,-4198.06,11.2712,4.63022,360,5,0,1464,0,0,1), - (8451,4403,1,2599,0,-4384.76,-4179.2,-7.83681,2.49582,360,0,0,1464,0,0,0), - (8452,4361,1,478,0,-2425.4,-4017.73,14.0855,5.03661,360,5,0,1469,0,0,1), - (8453,4363,1,5286,0,-2288.14,-4286.91,3.41443,5.78794,360,0,0,1208,1097,0,0), - (8454,5057,1,3016,0,-3913.12,-2882.31,46.4922,5.98271,360,5,0,1542,0,0,1), - (8455,5057,1,3016,0,-3924.16,-2887.04,46.469,6.20877,360,5,0,1542,0,0,1), - (8456,5085,1,2978,0,-3485.74,-4108.76,17.1038,0.366519,360,0,0,2284,0,0,0), - (8457,5086,1,4667,0,-3471.3,-4107.65,17.0589,4.03171,360,1,0,1846,0,0,1), - (8458,5085,1,2979,0,-3468.55,-4112.46,17.0568,1.08875,360,1,0,2284,0,0,1), - (8459,5085,1,2979,0,-3476.12,-4103.31,17.1079,5.11381,360,0,0,2284,0,0,0), - (8460,5087,1,655,0,-3111.08,-2892.66,35.1222,3.01942,360,0,0,1605,0,0,0), - (8461,4321,1,2417,0,-3828.88,-4517.51,10.7437,0.453786,1200,0,0,7423,7071,0,0), - (8462,4901,1,13169,0,-3612.74,-4471.26,21.1032,4.37692,360,0,0,87,0,0,0), - (8463,13277,1,251,0,-3612.15,-4482,21.1032,3.92003,360,0,0,166,0,0,0), - (8464,12716,1,7330,0,-4003.41,-4717.35,4.85833,0.750492,360,0,0,2972,0,0,0), - (8465,14560,1,14338,0,-3848.56,-4402.28,10.3649,2.37365,360,0,0,64,53,0,0), - (8466,12376,1,2404,0,-3834.13,-4395.26,10.9591,4.86947,360,0,0,42,0,0,0), - (8467,4791,1,4685,0,-3106.37,-2823.56,34.5374,4.43314,360,0,0,3294,0,0,0), - (8468,4792,1,4686,0,-2952.76,-3885.41,34.3089,2.28638,360,0,0,2666,0,0,0), - (8469,3103,1,1940,0,-1087.16,-5080.06,-3.05925,1.58549,300,10,0,120,0,0,1), - (8471,10036,1,10704,0,-3147.92,-2951.04,33.9813,4.93928,360,0,0,5215,0,0,0), - (8472,4884,1,10704,0,-3146.33,-2873.78,34.3575,5.75959,360,0,0,2766,0,0,0), - (8473,10036,1,10704,0,-3095.79,-2854.26,34.7793,2.94961,360,0,0,5215,0,0,0), - (8474,10036,1,10704,0,-3055.29,-2815.12,33.1568,0.05236,360,0,0,5215,0,0,0), - (8475,10036,1,10704,0,-3149.8,-2912.47,34.9411,0.820305,360,0,0,5215,0,0,0), - (8476,10036,1,10704,0,-3096.61,-2816.63,34.6193,0.488692,360,0,0,5215,0,0,0), - (8477,9552,1,8671,0,-3086.6,-2838.95,34.5123,3.24631,360,0,0,2766,0,0,0), - (8478,11899,1,11850,0,-3149.14,-2842.13,34.6649,0.017453,1200,0,0,7423,7071,0,0), - (8479,10036,1,0,0,-3175.54,-2868.45,34.8193,1.96348,360,0,0,5215,0,0,2), - (8480,10036,1,10704,0,-3051.97,-2822.01,33.5318,0.785398,360,0,0,5215,0,0,0), - (8481,4979,1,2977,0,-3776.12,-4629.17,10.8455,4.66003,360,0,0,4665,0,0,0), - (8482,4889,1,4828,0,-3712.46,-4519.1,11.9936,1.44862,360,0,0,2766,0,0,0), - (8483,5202,1,3020,0,-3763.59,-4554.74,10.4832,2.11185,360,0,0,64,0,0,0), - (8484,5202,1,3020,0,-3757.62,-4551.02,10.2767,2.18166,360,0,0,64,0,0,0), - (8485,11052,1,10587,0,-3846.73,-4449.22,17.3314,0.017453,360,0,0,3632,0,0,0), - (8486,4979,1,2979,0,-3854.85,-4433.75,10.4376,0.087266,360,0,0,4665,0,0,0), - (8487,4979,1,2979,0,-3733.43,-4380.58,11.3613,1.23918,360,0,0,4665,0,0,0), - (8488,4896,1,4854,0,-3843.46,-4516.15,9.845,5.63741,360,0,0,2016,0,0,0), - (8489,4952,1,3019,0,-3693.99,-4510.12,11.7406,0,360,0,0,64,0,0,0), - (8490,4926,1,2972,0,-3149.24,-2887.01,34.1953,6.13627,360,0,0,2471,0,0,0), - (8491,4941,1,2950,0,-3798.24,-4374.62,16.8658,1.85005,360,0,0,2016,0,0,0), - (8492,15384,1,11686,0,-3995.57,-4735.74,7.16088,0.069813,360,0,0,42,0,0,0), - (8511,3103,1,1940,0,-911.796,-5594.51,-10.0736,5.21163,300,10,0,120,0,0,1), - (8512,3103,1,1940,0,-918.012,-5190.05,-1.41376,1.61495,300,10,0,120,0,0,1), - (8513,3104,1,1246,0,14.4124,-5387.74,-8.56462,5.72065,300,10,0,120,0,0,1), - (8514,3105,1,1248,0,1448.58,-5054.85,-14.1117,4.28971,300,5,0,156,0,0,1), - (8515,3141,1,1818,0,1239.39,-5124.41,-6.96037,3.69467,300,10,0,156,0,0,1), - (8516,3106,1,1307,0,-368.552,-5204.55,1.60823,0.395653,200,10,0,102,0,0,1), - (8517,3106,1,1307,0,14.0715,-5446.72,-25.3549,0.405876,200,10,0,102,0,0,1), - (8518,3106,1,1307,0,-120.58,-5305.61,-11.0429,2.19181,200,10,0,102,0,0,1), - (8519,3106,1,1307,0,-130.132,-5392.05,-18.3684,4.01139,200,10,0,102,0,0,1), - (8520,3106,1,1307,0,-10.1825,-5282.24,-12.3681,3.42747,200,10,0,102,0,0,1), - (8521,3296,1,4601,0,1902.14,-4275.21,31.7987,4.17134,300,0,0,4957,0,0,0), - (8522,3296,1,4601,0,1950.89,-4374.69,22.043,2.70526,300,0,0,4957,0,0,0), - (8523,3296,1,4260,0,1923.98,-4447.8,44.9684,0.715585,300,0,0,4957,0,0,0), - (8524,3296,1,4601,0,1751.45,-4208.82,42.7326,5.34071,300,0,0,4957,0,0,0), - (8525,3296,1,4260,0,1913.71,-4559.36,33.9759,3.71755,300,0,0,4957,0,0,0), - (8526,3296,1,4259,0,1518.15,-4425.35,18.7986,1.27409,300,0,0,4957,0,0,0), - (8527,3296,1,4602,0,1402.14,-4367.3,25.2354,0.110254,300,0,0,4957,0,0,2), - (8528,3296,1,4260,0,1561.79,-4360.5,1.19455,4.85202,300,0,0,4957,0,0,0), - (8529,3296,1,4260,0,1829.26,-4507.27,21.4564,4.95674,300,0,0,4957,0,0,0), - (8530,3296,1,4602,0,1672.28,-4473.2,20.1537,1.44862,300,0,0,4957,0,0,0), - (8531,3125,1,2486,0,77.7985,-4921.86,12.4946,4.80623,200,5,0,102,0,0,1), - (8532,3125,1,2486,0,104.669,-4977.64,11.5578,5.67838,200,5,0,102,0,0,1), - (8533,3125,1,2486,0,244.559,-5122.25,5.86734,4.03674,200,10,0,102,0,0,1), - (8534,3125,1,2486,0,-731.343,-5038.89,15.7219,0.526424,200,10,0,102,0,0,1), - (8535,3125,1,2486,0,-553.688,-4840.2,36.8342,0.307318,200,10,0,102,0,0,1), - (8536,3099,1,381,0,374.988,-4112.86,33.3129,4.86919,300,5,0,120,0,0,1), - (8537,3099,1,381,0,653.533,-4889.87,23.8089,3.02855,300,10,0,120,0,0,1), - (8538,3099,1,381,0,-592.132,-4792.75,32.6171,1.85909,300,10,0,120,0,0,1), - (8539,3099,1,381,0,-214.372,-4845.64,29.1739,1.79037,300,10,0,120,0,0,1), - (8540,3099,1,381,0,283.609,-4229.75,33.9136,4.57906,300,10,0,120,0,0,1), - (8541,3099,1,381,0,352.12,-4935.23,23.7035,2.48792,300,5,0,120,0,0,1), - (8542,3099,1,381,0,-162.008,-4645.55,39.3934,2.79481,300,10,0,120,0,0,1), - (8543,3099,1,381,0,81.3329,-4088.64,58.3462,1.61773,300,5,0,120,0,0,1), - (8544,3099,1,381,0,510.304,-4134.23,24.7646,4.25572,300,5,0,120,0,0,1), - (8545,3098,1,503,0,-453.527,-4182.39,46.4166,0.808659,120,10,0,42,0,0,1), - (8546,3098,1,503,0,-726.486,-4188.09,30.2252,2.59936,120,10,0,42,0,0,1), - (8547,3098,1,503,0,-714.713,-4286.47,43.2732,3.9581,120,10,0,42,0,0,1), - (8548,3098,1,503,0,-317.699,-4281.69,59.5233,1.63676,120,5,0,42,0,0,1), - (8549,3098,1,503,0,-555.417,-4384.57,45.3301,5.6643,120,10,0,42,0,0,1), - (8550,3098,1,503,0,-612.622,-4448.09,45.5919,6.14394,120,10,0,42,0,0,1), - (8551,3124,1,2485,0,-676.942,-4114.47,39.304,3.65357,200,5,0,71,0,0,1), - (8552,3124,1,2485,0,-680.309,-4145.69,36.0694,1.65108,200,5,0,71,0,0,1), - (8654,422,0,506,0,-9320.45,-2582.09,22.2616,5.07281,300,10,0,417,0,0,1), - (8655,578,0,391,0,-9312.76,-2555.84,18.925,2.1909,300,10,0,449,0,0,1), - (8656,578,0,391,0,-9355.62,-2416.32,40.8724,2.94156,300,10,0,449,0,0,1), - (8657,721,0,328,0,-9229.27,-3050.24,100.863,2.0931,300,10,0,1,0,0,1), - (8658,3124,1,2485,0,-579.552,-4114.32,74.1403,5.62348,200,10,0,71,0,0,1), - (8659,3124,1,2485,0,-509.617,-4117.39,59.5013,2.42814,200,5,0,71,0,0,1), - (8660,3124,1,2485,0,-707.628,-4346.49,47.975,1.85982,200,5,0,71,0,0,1), - (8661,3124,1,2485,0,-353.203,-4452.88,53.6991,4.17099,200,10,0,71,0,0,1), - (8662,3124,1,2485,0,-212.5,-4170.83,64.5858,1.5979,200,5,0,71,0,0,1), - (8663,3124,1,2485,0,-787.391,-4246.54,52.6586,6.20025,200,5,0,71,0,0,1), - (8664,3100,1,193,0,576.57,-3862.04,20.7616,3.83957,300,5,0,156,0,0,1), - (8665,3100,1,193,0,1308.42,-4761.22,22.5638,5.57419,300,5,0,156,0,0,1), - (8666,3100,1,193,0,1097.25,-4453.69,20.6646,2.87483,300,10,0,156,0,0,1), - (8667,3100,1,193,0,1156.5,-4202.82,23.2881,0.872079,300,5,0,156,0,0,1), - (8668,3100,1,193,0,1190.81,-4761.39,18.3047,4.29158,300,5,0,156,0,0,1), - (8669,1933,0,856,0,-9257.42,-1986.1,77.1864,1.35658,300,10,0,14,0,0,1), - (8670,1202,0,26,0,-4941.14,-3014.38,328.308,3.94444,300,0,0,222,0,0,0), - (8671,431,0,493,0,-9278.04,-3313.14,141.358,3.41041,300,5,0,734,0,0,2), - (8672,819,0,3916,0,-9267.43,-3297.84,141.443,1.74533,300,0,0,589,618,0,0), - (8673,819,0,3916,0,-9273.7,-3309.71,141.443,3.33358,300,0,0,589,618,0,0), - (8674,3100,1,193,0,824.101,-4244.03,21.4591,2.96396,300,5,0,156,0,0,1), - (8675,3100,1,193,0,1343.24,-4949.2,6.45251,2.61106,300,5,0,156,0,0,1), - (8676,819,0,3916,0,-9261.71,-3289.28,150.225,3.9968,300,0,0,589,618,0,0), - (8677,3100,1,193,0,1219.03,-4178.16,24.1252,5.4531,300,10,0,156,0,0,1), - (8678,3100,1,193,0,1138.53,-3930.24,20.0965,1.99927,300,5,0,156,0,0,1), - (8679,3100,1,193,0,1250.48,-4515.17,19.1968,5.09636,300,0,0,156,0,0,0), - (8680,3126,1,2487,0,767.878,-4998.12,13.1251,2.80902,300,10,0,137,0,0,1), - (8681,2098,0,10000,0,-4711.65,-2745.29,325.609,0.65935,300,10,0,164,0,0,1), - (8682,1412,0,134,0,-5076.24,-2855.04,323.012,5.77611,300,10,0,8,0,0,1), - (8683,1194,0,410,0,-5863.22,-4097.45,390.512,0.505127,300,5,0,328,0,0,1), - (8684,1412,0,134,0,-5137.66,-3077.8,322.204,0.160971,300,10,0,8,0,0,1), - (8685,1224,0,867,0,-5420.07,-3320.86,265.697,0.83365,300,10,0,439,0,0,1), - (8686,1693,0,1034,0,-5157.03,-3553.47,302.961,6.11533,300,10,0,300,0,0,1), - (8687,1693,0,1034,0,-5175.78,-3471.34,303.965,0.066438,300,10,0,300,0,0,1), - (8688,1163,0,160,0,-4922.77,-3407.41,304.863,2.71691,300,10,0,273,0,0,1), - (8689,1166,0,764,0,-4916.49,-3401.62,305.363,2.08688,300,10,0,253,264,0,1), - (8690,14268,0,14313,0,-5865.87,-4138.18,387.28,0.43605,9200,0,0,356,0,0,0), - (8691,1185,0,520,0,-5125.52,-4043.33,323.041,3.89937,300,10,0,386,0,0,1), - (8692,1185,0,520,0,-5240.03,-4170.24,358.853,5.54571,300,5,0,386,0,0,1), - (8693,1412,0,134,0,-5381.27,-3078.8,352.051,3.50134,300,10,0,8,0,0,1), - (8694,1163,0,160,0,-6067.52,-2752.58,417.535,5.18363,300,0,0,273,0,0,0), - (8695,1166,0,764,0,-6070.43,-2765.21,414.785,4.97648,300,3,0,253,264,0,1), - (8696,1166,0,764,0,-6061.31,-2750.79,418.191,4.34587,300,0,0,253,264,0,0), - (8697,1193,0,1004,0,-4975.69,-3190.81,279.047,0.304033,300,10,0,247,0,0,1), - (8698,1163,0,160,0,-4928.6,-3387.28,304.436,4.9983,300,3,0,273,0,0,1), - (8699,1224,0,867,0,-5552.41,-3379.55,281.788,0.424615,300,10,0,439,0,0,1), - (8700,819,0,3916,0,-9265.99,-3284.34,150.225,3.92699,300,0,0,589,618,0,0), - (8701,429,0,491,0,-9264.64,-3287.75,150.225,4.11898,300,0,0,640,655,0,0), - (8702,1193,0,1004,0,-4816.79,-3183.81,285.566,0,300,0,0,247,0,0,0), - (8703,3126,1,2487,0,941.952,-4984.88,8.67157,3.06535,300,10,0,137,0,0,1), - (8704,1440,0,5553,0,-8346,383.928,122.274,2.242,180,0,0,644,0,0,0), - (8705,1197,0,763,0,-4926.93,-3443.27,307.911,0,300,2,0,301,326,0,1), - (8706,423,0,487,0,-9436.92,-1910.12,88.1318,5.5877,300,5,0,328,0,0,1), - (8707,721,0,328,0,-9663.12,-2086.9,58.1338,5.45578,300,5,0,1,0,0,1), - (8708,3126,1,2487,0,160.705,-4375.37,39.7452,3.79408,300,5,0,137,0,0,1), - (8709,1166,0,764,0,-4929.85,-3397,303.936,4.26407,300,10,0,253,264,0,1), - (8710,1166,0,764,0,-5029.35,-3340.53,299.371,1.60981,300,0,0,253,264,0,0), - (8711,1166,0,764,0,-5037.87,-3342.51,299.51,0.959931,300,0,0,253,264,0,0), - (8712,1166,0,764,0,-4948.31,-3389.18,306.929,4.04268,300,5,0,253,264,0,1), - (8713,721,0,328,0,-9243.07,-2259.9,64.0584,0.728615,300,5,0,1,0,0,1), - (8714,1166,0,764,0,-5038.03,-3334.71,299.51,5.44543,300,0,0,253,264,0,0), - (8715,1166,0,764,0,-4875.31,-3309.27,306.629,4.11376,300,10,0,253,264,0,1), - (8716,1163,0,160,0,-4867.4,-3324.54,305.129,3.19395,300,0,0,273,0,0,0), - (8717,1166,0,764,0,-4891.53,-3346.09,309.352,3.43789,300,5,0,253,264,0,1), - (8718,1693,0,1034,0,-5209.3,-3459.75,298.952,3.55469,300,10,0,300,0,0,1), - (8719,1164,0,722,0,-4930.66,-3434.37,306.786,4.71951,300,2,0,328,0,0,1), - (8720,1163,0,160,0,-4872.61,-3321.07,305.504,4.53786,300,0,0,273,0,0,0), - (8721,1693,0,1034,0,-5230.93,-3476.59,302.812,5.93241,300,10,0,300,0,0,1), - (8722,1412,0,134,0,-5153.17,-3715.96,312.427,1.9028,300,10,0,8,0,0,1), - (8723,1166,0,764,0,-5038.67,-3361.67,298.385,5.11615,300,3,0,253,264,0,1), - (8724,1192,0,1208,0,-5133.26,-3736.91,311.365,1.65491,300,5,0,356,0,0,1), - (8725,1192,0,1208,0,-5249.05,-3685.56,304.121,1.79382,300,10,0,356,0,0,1), - (8726,1192,0,1208,0,-5222.33,-3730.97,312.939,4.68505,300,10,0,356,0,0,1), - (8727,1163,0,160,0,-4877.12,-3326.42,305.754,3.68265,300,0,0,273,0,0,0), - (8728,1185,0,520,0,-5148.45,-4079.78,321.607,1.26511,300,10,0,386,0,0,1), - (8729,3126,1,2487,0,508.686,-3852.1,20.3784,3.35701,300,10,0,137,0,0,1), - (8730,1166,0,764,0,-4873.57,-3335.92,307.102,6.06798,300,0,0,253,264,0,0), - (8731,1189,0,762,0,-5121.69,-3783.72,316.927,5.04648,300,5,0,427,0,0,1), - (8732,1189,0,762,0,-5095.41,-3707.06,312.909,4.27198,300,10,0,427,0,0,1), - (8733,1472,0,5570,0,-8469,582.931,95.917,5.376,430,0,0,3866,0,0,0), - (8734,1192,0,1208,0,-5184.57,-3648.87,303.686,2.09622,300,10,0,356,0,0,1), - (8735,1189,0,762,0,-5029.34,-3771.12,318.406,3.93804,300,5,0,427,0,0,1), - (8736,2517,0,1795,0,-5350.79,-2981.75,324.074,4.20276,300,0,0,1605,0,0,0), - (8737,1153,0,1656,0,-5366.19,-3021.68,319.565,2.46091,300,0,0,644,0,0,0), - (8738,1681,0,1822,0,-5366.93,-3014.87,319.565,0.139626,300,0,0,644,0,0,0), - (8739,3126,1,2487,0,615.273,-3932.5,20.0922,2.63866,300,5,0,137,0,0,1), - (8740,3126,1,2487,0,779.892,-5055.18,4.57275,4.32059,300,10,0,137,0,0,1), - (8741,1139,0,1597,0,-5305.5,-2948.04,334.176,4.95674,300,0,0,919,0,0,0), - (8742,1340,0,1892,0,-5365.12,-2938.79,326.76,2.33269,300,5,0,1605,0,0,2), - (8743,9989,0,9263,0,-5372.23,-2949.25,324.02,0.314159,300,0,0,1605,0,0,0), - (8744,1412,0,134,0,-4921.92,-3680.99,310.186,5.20487,300,10,0,8,0,0,1), - (8745,2510,0,1801,0,-5346.88,-2962.26,323.759,4.82375,300,0,0,1605,0,0,0), - (8746,1105,0,1572,0,-5359.14,-3020.87,319.565,4.06662,300,0,0,644,0,0,0), - (8747,712,0,489,0,-9751,-2197.41,58.7863,5.38349,300,10,0,300,0,0,1), - (8748,423,0,487,0,-9796.33,-2209.32,58.6922,0.837758,300,0,0,328,0,0,0), - (8749,424,0,551,0,-9786.23,-2206.33,58.7238,3.35103,300,0,0,356,0,0,0), - (8750,424,0,551,0,-9796.81,-2201.91,58.6944,5.84685,300,0,0,356,0,0,0), - (8751,568,0,662,0,-9121.81,-3226.07,101.099,4.15388,300,0,0,664,0,0,0), - (8752,568,0,662,0,-9122.63,-3234.79,101.131,2.53073,300,0,0,664,0,0,0), - (8753,568,0,662,0,-9127.42,-3228.96,101.224,5.07891,300,0,0,664,0,0,0), - (8754,568,0,662,0,-9087.19,-3233.6,100.718,3.90739,300,5,0,664,0,0,1), - (8755,429,0,491,0,-9076.99,-3225.82,101.795,3.64888,300,5,0,640,655,0,1), - (8756,721,0,328,0,-9479.18,-2311.76,70.5857,3.10598,300,5,0,1,0,0,1), - (8757,441,0,387,0,-9695.26,-2620.16,63.9601,4.75974,300,10,0,330,938,0,1), - (8758,441,0,387,0,-9491.3,-2173.03,89.904,3.2296,300,5,0,330,938,0,1), - (8759,721,0,328,0,-9445.47,-2315.14,66.8164,4.71825,300,5,0,1,0,0,1), - (8760,441,0,387,0,-9705.64,-2658.01,62.272,0.327923,300,10,0,330,938,0,1), - (8761,721,0,328,0,-9449.66,-2232.9,70.7507,3.68725,300,5,0,1,0,0,1), - (8762,721,0,328,0,-9399.42,-1988.04,58.5099,1.82779,300,10,0,1,0,0,1), - (8763,1933,0,856,0,-9186.84,-2315.71,89.2911,2.93069,300,10,0,14,0,0,1), - (8764,721,0,328,0,-9528,-2165.03,98.1932,6.17005,300,5,0,1,0,0,1), - (8765,440,0,6033,0,-9231.29,-2925.42,113.094,0.715585,300,0,0,449,0,0,0), - (8766,440,0,6033,0,-9235.94,-2928.61,113.094,0,300,0,0,449,0,0,0), - (8767,485,0,6034,0,-9234.39,-2932.01,113.094,5.53269,300,0,0,494,0,0,0), - (8768,442,0,366,0,-9742.04,-1803.77,49.293,1.03105,300,5,0,328,0,0,1), - (8769,442,0,366,0,-9727.92,-1813.05,52.1567,2.76797,300,5,0,328,0,0,1), - (8770,422,0,506,0,-9473.58,-2823.81,70.994,5.54988,300,0,0,417,0,0,0), - (8771,548,0,1079,0,-9469.64,-2818.11,69.6798,1.13446,300,0,0,350,390,0,0), - (8772,422,0,506,0,-9435.85,-2841.01,61.21,3.9433,300,5,0,417,0,0,1), - (8773,721,0,328,0,-9736.48,-1805.41,50.2891,2.68977,300,5,0,1,0,0,1), - (8774,442,0,366,0,-9685.2,-1784.13,56.9312,2.70054,300,5,0,328,0,0,1), - (8775,422,0,506,0,-9477.99,-2873.35,81.3754,4.44346,300,0,0,417,0,0,0), - (8776,548,0,1079,0,-9452.05,-2827.89,65.9558,3.18387,300,0,0,350,390,0,0), - (8777,548,0,1079,0,-9449.14,-2831.65,65.9558,2.52134,300,0,0,350,390,0,0), - (8778,442,0,366,0,-9764.31,-1869.49,47.5215,2.22875,300,10,0,328,0,0,1), - (8779,548,0,1079,0,-9468.89,-2771.14,52.0017,0.559841,300,10,0,350,390,0,1), - (8780,14357,0,14390,0,-9387.5,-2558.74,40.1086,2.10565,600,10,0,2082,0,0,1), - (8781,422,0,506,0,-9360.33,-2523.19,15.713,4.3984,300,10,0,417,0,0,1), - (8782,422,0,506,0,-9448.16,-2785.49,52.7319,0.918165,300,10,0,417,0,0,1), - (8783,548,0,1079,0,-9444.55,-2785.03,52.986,0.997763,300,10,0,350,390,0,1), - (8784,548,0,1079,0,-9448.33,-2843.2,65.6741,0.087266,300,0,0,350,390,0,0), - (8785,422,0,506,0,-9472.33,-2819.64,70.0674,2.47837,300,0,0,417,0,0,0), - (8786,430,0,10789,0,-8901.67,-2299.45,145.079,4.70946,300,0,0,354,1020,0,0), - (8787,3126,1,2487,0,93.5152,-4210.62,56.2072,0.305683,300,5,0,137,0,0,1), - (8788,167,0,1844,0,-5343.68,-2932.13,324.444,4.15388,300,0,0,656,0,0,0), - (8789,1179,0,6692,0,-5043.65,-3852.05,326.241,2.35101,300,5,0,1131,408,0,1), - (8790,1281,0,1812,0,-5789.18,-2622.18,320.483,0.709525,300,5,0,1454,0,0,2), - (8791,1189,0,762,0,-5162.28,-3976.72,330.24,4.34493,300,10,0,427,0,0,1), - (8792,1189,0,762,0,-5250.22,-3886.85,329.485,0.716934,300,10,0,427,0,0,1), - (8793,1189,0,762,0,-5106.28,-3748.49,312.754,0.521326,300,5,0,427,0,0,1), - (8794,1185,0,520,0,-5183.01,-4043.84,327.37,2.78031,300,10,0,386,0,0,1), - (8795,1192,0,1208,0,-5353.63,-4125.63,336.224,1.4987,300,10,0,356,0,0,1), - (8796,1089,0,1628,0,-5832.74,-2602.53,314.068,0.191986,300,0,0,1605,0,0,0), - (8797,1412,0,134,0,-5019.88,-3717.24,311.639,1.86599,300,10,0,8,0,0,1), - (8798,1178,0,1122,0,-5111,-3845.37,320.988,4.76514,300,5,0,1251,0,0,1), - (8799,1194,0,410,0,-5659.12,-4178.31,391.667,3.23738,300,5,0,328,0,0,1), - (8800,1188,0,762,0,-5497.98,-4084.99,368.062,0.348938,300,10,0,328,0,0,1), - (8801,1194,0,410,0,-5560.28,-4120.28,371.971,3.02209,300,5,0,328,0,0,1), - (8802,1194,0,410,0,-5510.17,-4113.74,370.012,5.88599,300,10,0,328,0,0,1), - (8803,1194,0,410,0,-5553.7,-4159.63,377.058,2.83219,300,10,0,328,0,0,1), - (8804,1188,0,762,0,-5439.31,-4093.54,358.986,2.52543,300,10,0,328,0,0,1), - (8805,1188,0,762,0,-5505.39,-4033.09,360.755,4.38817,300,5,0,328,0,0,1), - (8806,1194,0,410,0,-5542.17,-4122.51,372.264,5.03228,300,10,0,328,0,0,1), - (8807,1186,0,707,0,-4678.49,-2836.32,324.194,4.75469,300,5,0,266,0,0,1), - (8808,1194,0,410,0,-5576.09,-4169.37,378.078,1.78101,300,10,0,328,0,0,1), - (8809,1191,0,3027,0,-5452.25,-4048.94,349.694,5.93073,300,10,0,300,0,0,1), - (8810,1194,0,410,0,-5848.7,-4116.88,389.729,0.859994,300,10,0,328,0,0,1), - (8811,1194,0,410,0,-5818.07,-4087.03,380.477,4.55558,300,10,0,328,0,0,1), - (8812,1194,0,410,0,-5783.71,-4084.27,374.773,0.523995,300,5,0,328,0,0,1), - (8813,1197,0,763,0,-4920.56,-3425.78,304.613,0.080063,300,5,0,301,326,0,1), - (8814,1412,0,134,0,-4808.75,-2777.94,324.816,3.76463,300,10,0,8,0,0,1), - (8815,1166,0,764,0,-4877.43,-3276.4,304.3,0.491698,300,5,0,253,264,0,1), - (8816,1166,0,764,0,-4912.14,-3313.35,305.66,0.884102,300,5,0,253,264,0,1), - (8817,1166,0,764,0,-4921.02,-3371.95,304.264,1.61702,300,10,0,253,264,0,1), - (8818,1190,0,704,0,-4792.17,-2837.8,322.495,4.47973,300,10,0,198,0,0,1), - (8819,1184,0,827,0,-5927.89,-3517.8,329.576,3.47817,300,5,0,273,0,0,1), - (8820,1194,0,410,0,-5732.27,-4055.08,367.854,3.4378,300,10,0,328,0,0,1), - (8821,1194,0,410,0,-5821.82,-4047.22,376.477,1.7337,300,10,0,328,0,0,1), - (8822,1184,0,827,0,-5908.9,-3596.76,353.94,4.85732,300,10,0,273,0,0,1), - (8823,1188,0,762,0,-5867.93,-3610.42,347.848,4.90902,300,10,0,328,0,0,1), - (8824,1194,0,410,0,-5717.37,-4181.8,383.965,1.8314,300,10,0,328,0,0,1), - (8825,1194,0,410,0,-5901.32,-4160.42,394.301,1.92957,300,5,0,328,0,0,1), - (8826,1194,0,410,0,-5886.18,-4149.77,392.562,3.89385,300,10,0,328,0,0,1), - (8827,1184,0,827,0,-5913.25,-3655.08,353.962,1.36843,300,10,0,273,0,0,1), - (8828,1188,0,762,0,-5852.58,-3811.6,345.652,5.34832,300,10,0,328,0,0,1), - (8829,1194,0,410,0,-5872.16,-4126.43,389.58,6.07399,300,10,0,328,0,0,1), - (8830,1164,0,722,0,-4907.48,-3458.91,304.411,5.49455,300,3,0,328,0,0,1), - (8831,1164,0,722,0,-4888.36,-3432.79,303.619,4.20377,300,5,0,328,0,0,1), - (8832,1188,0,762,0,-5886.3,-3819.88,348.473,3.71715,300,10,0,328,0,0,1), - (8833,1197,0,763,0,-4965.48,-3487.5,306.286,4.65677,300,0,0,301,326,0,0), - (8834,1197,0,763,0,-4948.81,-3474.56,311.286,2.67248,300,5,0,301,326,0,1), - (8835,1197,0,763,0,-4973.64,-3497.32,305.357,2.7342,300,0,0,301,326,0,0), - (8836,1279,0,1783,0,-5043.09,-2809.42,327.259,0.556077,300,5,0,1890,0,0,2), - (8837,3291,0,1837,0,-4705.12,-2698.64,318.819,6.27799,300,0,0,1172,0,0,2), - (8838,1164,0,722,0,-4978.94,-3494.52,305.357,5.25344,300,0,0,328,0,0,0), - (8839,1164,0,722,0,-4983.94,-3498.03,304.607,0.233162,300,0,0,328,0,0,0), - (8840,1280,0,1781,0,-5412.14,-2889.73,343.151,3.9968,300,0,0,1454,0,0,0), - (8841,1164,0,722,0,-4946.33,-3447.03,311.772,4.85334,300,5,0,328,0,0,1), - (8842,1412,0,134,0,-5684.42,-3186.19,319.406,4.86311,300,10,0,8,0,0,1), - (8843,1197,0,763,0,-4987.33,-3484.19,305.565,5.35816,300,0,0,301,326,0,0), - (8844,1194,0,410,0,-5882.43,-3882.32,355.352,0.321751,300,10,0,328,0,0,1), - (8845,1191,0,3027,0,-5821.91,-4053.53,376.194,1.63561,300,10,0,300,0,0,1), - (8846,1188,0,762,0,-5835.52,-3866.86,351.366,3.90213,300,10,0,328,0,0,1), - (8847,1191,0,3027,0,-5696.3,-3752.91,321.777,5.69247,300,5,0,300,0,0,1), - (8848,1164,0,722,0,-4979.87,-3450.4,304.13,1.05383,300,10,0,328,0,0,1), - (8849,1194,0,410,0,-5820.05,-4146.27,389.036,1.9426,300,10,0,328,0,0,1), - (8850,1195,0,827,0,-4797.09,-2785.63,325.496,3.11816,300,10,0,198,0,0,1), - (8851,1190,0,704,0,-4770.01,-2835.94,326.215,5.08419,300,10,0,198,0,0,1), - (8852,1186,0,707,0,-4733.99,-2795.99,320.722,5.51436,300,10,0,266,0,0,1), - (8853,1164,0,722,0,-4942.63,-3432.58,309.023,4.11325,300,5,0,328,0,0,1), - (8854,1197,0,763,0,-4940.63,-3421.88,305.523,5.92704,300,0,0,301,326,0,0), - (8855,1282,0,1809,0,-5726.18,-2584.1,336.948,2.88288,300,5,0,1605,0,0,2), - (8856,1693,0,1034,0,-5110.04,-3524.94,299.553,3.55188,300,10,0,300,0,0,1), - (8857,1693,0,1034,0,-5149.02,-3529.49,303.79,1.51801,300,10,0,300,0,0,1), - (8858,1693,0,1034,0,-5178.41,-3546.29,299.185,6.16368,300,10,0,300,0,0,1), - (8859,1393,0,721,0,-5697.53,-3869.47,331.662,4.13643,300,0,0,449,0,0,0), - (8860,1167,0,722,0,-5702.59,-3869.02,331.645,5.20108,300,0,0,417,0,0,0), - (8861,1169,0,3456,0,-4792.08,-3581.65,306.592,2.02494,300,10,0,417,0,0,1), - (8862,1191,0,3027,0,-5624.71,-3650.93,316.384,1.40035,300,10,0,300,0,0,1), - (8863,2098,0,10003,0,-4714.85,-2828.46,327.379,0.033191,300,10,0,164,0,0,1), - (8864,1193,0,1004,0,-4852.69,-3186.71,285.763,5.94152,300,10,0,247,0,0,1), - (8865,1188,0,762,0,-5839.44,-3770,334.055,2.83219,300,5,0,328,0,0,1), - (8866,1191,0,3027,0,-5754.73,-3825.62,325.064,3.8161,300,5,0,300,0,0,1), - (8867,1188,0,762,0,-5770.57,-3799.99,328.564,4.38199,300,10,0,328,0,0,1), - (8868,1412,0,134,0,-4808.33,-2575,355.322,1.06428,300,10,0,8,0,0,1), - (8869,1412,0,134,0,-5806.2,-2564.17,308.547,2.44699,300,10,0,8,0,0,1), - (8870,1194,0,410,0,-5669.82,-4048.23,366.463,0.196629,300,5,0,328,0,0,1), - (8871,1412,0,134,0,-5388.69,-3079.99,352.676,2.50047,300,10,0,8,0,0,1), - (8872,1191,0,3027,0,-5652.99,-3786.76,323.624,0.453158,300,5,0,300,0,0,1), - (8873,1693,0,1034,0,-5546.21,-3614.42,296.989,5.88515,300,10,0,300,0,0,1), - (8874,1191,0,3027,0,-5614.48,-3606.76,310.023,1.93914,300,10,0,300,0,0,1), - (8875,1191,0,3027,0,-5590.31,-3722.43,314.221,0.396514,300,10,0,300,0,0,1), - (8876,1165,0,160,0,-5627.92,-3998.87,324.25,3.47977,300,5,0,330,938,0,1), - (8877,1225,0,706,0,-5653.35,-3039.6,385.959,0.84825,300,10,0,1452,0,0,1), - (8878,1188,0,762,0,-5758,-3605.67,324.896,3.3122,300,5,0,328,0,0,1), - (8879,1184,0,827,0,-5819.44,-3337.41,301.897,5.71808,300,5,0,273,0,0,1), - (8880,1167,0,722,0,-5702.67,-3898.59,328.454,2.98451,300,5,0,417,0,0,2), - (8881,1165,0,160,0,-5710.49,-3923.7,345.97,0.349066,300,0,0,330,938,0,0), - (8882,1167,0,722,0,-5703.36,-3927.25,347.21,1.71042,300,0,0,417,0,0,0), - (8883,1165,0,160,0,-5702.33,-3903.39,329.172,2.37951,300,2,0,330,938,0,1), - (8884,1393,0,721,0,-5635.5,-3888.33,330.057,2.28638,300,0,0,449,0,0,0), - (8885,1167,0,722,0,-5639.52,-3876.94,328.173,6.24308,300,2,0,417,0,0,1), - (8886,1167,0,722,0,-5574.65,-3865.8,327.849,1.64292,300,5,0,417,0,0,1), - (8887,1393,0,721,0,-5638.17,-3875.81,330.045,3.97935,300,0,0,449,0,0,0), - (8888,1167,0,722,0,-5590.77,-3941.31,325.722,2.40855,300,3,0,417,0,0,1), - (8889,1167,0,722,0,-5578.88,-3914.01,330.469,3.35814,300,5,0,417,0,0,1), - (8890,1165,0,160,0,-5586.21,-3898.31,329.254,5.41692,300,3,0,330,938,0,1), - (8891,1193,0,1004,0,-4895.23,-3227.19,283.794,3.98231,300,10,0,247,0,0,1), - (8892,1224,0,867,0,-5220.43,-3229.75,272.009,0.77066,300,10,0,439,0,0,1), - (8893,1224,0,867,0,-5416.85,-3250.33,273.037,3.72009,300,10,0,439,0,0,1), - (8894,1191,0,3027,0,-5554.86,-3804.33,323.489,3.57468,300,10,0,300,0,0,1), - (8895,1184,0,827,0,-5488.45,-3721.56,305.85,1.61569,300,10,0,273,0,0,1), - (8896,1191,0,3027,0,-5578.3,-3763.42,318.401,5.33287,300,10,0,300,0,0,1), - (8897,1191,0,3027,0,-5596.44,-3719.97,313.944,3.71281,300,10,0,300,0,0,1), - (8898,1693,0,1034,0,-5255.74,-3648.27,298.106,4.13847,300,10,0,300,0,0,1), - (8899,1693,0,1034,0,-5069.4,-3577.85,295.966,1.97382,300,10,0,300,0,0,1), - (8900,1276,0,1777,0,-4796.1,-2711.34,326.946,3.12206,300,5,0,1892,0,0,2), - (8901,1342,0,1893,0,-4678.5,-2695.41,319.614,4.06662,300,0,0,1904,0,0,0), - (8902,1192,0,1208,0,-5111.33,-3654.63,302.341,5.6002,300,10,0,356,0,0,1), - (8903,1192,0,1208,0,-5262.62,-4056.08,323.898,6.16562,300,10,0,356,0,0,1), - (8904,1163,0,160,0,-5022.75,-3321.28,300.781,0.526437,300,5,0,273,0,0,1), - (8905,1224,0,867,0,-5242.1,-3238.45,257.962,3.96708,300,10,0,439,0,0,1), - (8906,1224,0,867,0,-5220.32,-3319.59,247.09,6.23097,300,10,0,439,0,0,1), - (8907,422,0,506,0,-9455.76,-2827.15,66.893,0.645772,300,0,0,417,0,0,0), - (8908,446,0,609,0,-9016.46,-2185.59,136.916,3.05433,300,0,0,417,0,0,0), - (8909,446,0,609,0,-9011.64,-2197.92,135.014,3.59538,300,0,0,417,0,0,0), - (8910,441,0,387,0,-9670.7,-2238.34,63.8374,2.6072,300,10,0,330,938,0,1), - (8911,430,0,10789,0,-8984.06,-2191.3,132.605,2.63545,300,0,0,354,1020,0,0), - (8912,430,0,10789,0,-9034.54,-2108.23,135.29,2.58309,300,0,0,354,1020,0,0), - (8913,446,0,609,0,-8971.23,-2167.7,134.312,4.10152,300,0,0,417,0,0,0), - (8914,446,0,609,0,-9001.08,-2165.23,132.809,5.51524,300,0,0,417,0,0,0), - (8915,446,0,609,0,-9026.62,-2219.27,137.391,2.28638,300,0,0,417,0,0,0), - (8916,424,0,551,0,-9788.65,-2338.09,80.5448,0.820305,300,0,0,356,0,0,0), - (8917,424,0,551,0,-9778.1,-2323.93,69.8824,0.925025,300,0,0,356,0,0,0), - (8918,424,0,551,0,-9774.4,-2323.92,69.9317,1.97222,300,0,0,356,0,0,0), - (8919,423,0,487,0,-9775.31,-2318.87,68.9146,4.50295,300,0,0,328,0,0,0), - (8920,430,0,10789,0,-8993.24,-2179.93,133.105,1.74222,300,5,0,354,1020,0,1), - (8921,426,0,500,0,-9080.4,-2091.86,128.964,6.18892,300,10,0,386,0,0,1), - (8922,446,0,609,0,-9030.87,-2190.52,131.859,3.03687,300,0,0,417,0,0,0), - (8923,441,0,387,0,-9084.83,-2087.52,128.787,0.976732,300,10,0,330,938,0,1), - (8924,430,0,10789,0,-8958.85,-2062.95,135.461,4.81711,300,0,0,354,1020,0,0), - (8925,442,0,366,0,-9806.7,-1765.23,29.9013,5.7669,300,5,0,328,0,0,1), - (8926,446,0,609,0,-8888.94,-1994.86,135.626,1.11414,300,0,0,417,0,0,0), - (8927,1169,0,3456,0,-4842.24,-3581.17,309.718,2.66209,300,10,0,417,0,0,1), - (8928,1193,0,1004,0,-5002.41,-3564.71,294.021,1.86567,300,10,0,247,0,0,1), - (8929,1192,0,1208,0,-5345.56,-4082.43,332.389,0.178631,300,10,0,356,0,0,1), - (8930,1189,0,762,0,-5181.65,-3986.29,333.055,5.55865,300,10,0,427,0,0,1), - (8931,1166,0,764,0,-4839,-3318.81,300.853,2.67358,300,5,0,253,264,0,1), - (8932,1197,0,763,0,-4983.4,-3515.61,301.391,5.65368,300,5,0,301,326,0,1), - (8933,1222,0,870,0,-4724.68,-3545.28,304.775,2.46091,300,0,0,386,0,0,0), - (8934,1222,0,870,0,-4729.49,-3549.41,304.15,1.72788,300,0,0,386,0,0,0), - (8935,1192,0,1208,0,-5419.91,-4056.35,340.834,3.29889,300,10,0,356,0,0,1), - (8936,1412,0,134,0,-5566.35,-2777.42,367.304,0.978462,300,10,0,8,0,0,1), - (8937,1195,0,827,0,-4824.95,-2748.67,325.49,2.60017,300,5,0,198,0,0,1), - (8938,1412,0,134,0,-5886.81,-2530.09,306.23,4.0064,300,10,0,8,0,0,1), - (8939,1163,0,160,0,-6086.08,-2771.28,414.094,4.66003,300,0,0,273,0,0,0), - (8940,1166,0,764,0,-6099.2,-2799.65,417.386,0.087266,300,0,0,253,264,0,0), - (8941,1166,0,764,0,-6101.02,-2793.96,419.251,5.98648,300,0,0,253,264,0,0), - (8942,1166,0,764,0,-6022.88,-2768.41,410.204,5.98648,300,0,0,253,264,0,0), - (8943,1163,0,160,0,-6088.56,-2774.65,414.63,0.506145,300,0,0,273,0,0,0), - (8944,1166,0,764,0,-6021.62,-2764.05,410.318,5.46288,300,0,0,253,264,0,0), - (8945,1176,0,10912,0,-4944.1,-3018.56,328.308,0.88845,300,0,0,222,0,0,0), - (8946,1184,0,827,0,-5424.72,-3804.16,313.385,4.97727,300,10,0,273,0,0,1), - (8947,1191,0,3027,0,-5419.35,-3743.18,302.393,2.84513,300,10,0,300,0,0,1), - (8948,1191,0,3027,0,-5378.48,-3792.92,309.312,1.38413,300,10,0,300,0,0,1), - (8949,1188,0,762,0,-5283.55,-3718.89,303.35,1.5165,300,10,0,328,0,0,1), - (8950,1191,0,3027,0,-5353.03,-3745.86,303.876,1.42177,300,10,0,300,0,0,1), - (8951,1176,0,10912,0,-4938.22,-3022.89,326.933,2.68129,300,5,0,222,0,0,1), - (8952,1412,0,134,0,-5030.73,-3102.87,317.872,5.19342,300,10,0,8,0,0,1), - (8953,1191,0,3027,0,-5803.83,-3394.82,306.051,5.57244,300,10,0,300,0,0,1), - (8954,1165,0,160,0,-5656.39,-3947.77,319.839,2.37365,300,3,0,330,938,0,1), - (8955,1393,0,721,0,-5669.92,-3948.64,319.831,5.32325,300,3,0,449,0,0,1), - (8956,1167,0,722,0,-5679.24,-3942.09,325.242,2.49582,300,3,0,417,0,0,1), - (8957,1165,0,160,0,-5640.51,-3925.52,324.62,4.76169,300,3,0,330,938,0,1), - (8958,1197,0,763,0,-6227.16,-2945.09,403.271,5.78787,300,2,0,301,326,0,1), - (8959,1186,0,707,0,-4681.11,-2743.72,324.886,5.5116,300,5,0,266,0,0,1), - (8960,1186,0,707,0,-4748.61,-2750.1,325.166,2.01323,300,10,0,266,0,0,1), - (8961,1164,0,722,0,-6215.5,-2983.16,397.499,4.17822,300,2,0,328,0,0,1), - (8962,1164,0,722,0,-6218.13,-2972.06,397.541,2.12964,300,2,0,328,0,0,1), - (8963,1197,0,763,0,-6223.23,-2952.53,402.89,5.27555,300,2,0,301,326,0,1), - (8964,1172,0,10913,0,-4757.07,-2987.27,318.069,4.06146,300,3,0,198,324,0,1), - (8965,1197,0,763,0,-6231.66,-2950.16,402.494,5.02683,300,2,0,301,326,0,1), - (8966,1197,0,763,0,-6219.45,-2990.93,397.339,1.5708,300,0,0,301,326,0,0), - (8967,1412,0,134,0,-5243.06,-2818.98,345.414,0.740547,300,10,0,8,0,0,1), - (8968,1164,0,722,0,-6181.51,-2982.54,387.791,1.9741,300,3,0,328,0,0,1), - (8969,14849,0,14914,0,-9528.68,92.4662,58.9648,6.0912,180,0,0,1240,0,0,0), - (8970,1197,0,763,0,-6189.73,-2989.47,388.558,0.659419,300,3,0,301,326,0,1), - (8971,14849,0,14914,0,-9530.22,96.3252,58.9648,0.628319,180,0,0,1240,0,0,0), - (8972,1197,0,763,0,-6144.43,-3028.81,393.484,4.70981,300,2,0,301,326,0,1), - (8973,1197,0,763,0,-6161.83,-2993.71,388.766,4.74389,300,2,0,301,326,0,1), - (8974,2098,0,10002,0,-5085.08,-3051.94,323.495,6.10036,300,5,0,164,0,0,1), - (8975,1379,0,1417,0,-5764.81,-3433.93,305.89,5.3058,300,0,0,644,0,0,0), - (8976,1412,0,134,0,-5152.97,-2981.87,331.468,5.01574,300,10,0,8,0,0,1), - (8977,1167,0,722,0,-5723.6,-3907.66,322.167,4.72984,300,0,0,417,0,0,0), - (8978,2098,0,10003,0,-5550.1,-2783.45,365.523,6.05288,300,10,0,164,0,0,1), - (8979,1167,0,722,0,-5701.61,-3950.38,327.559,5.03043,300,3,0,417,0,0,1), - (8980,1167,0,722,0,-5748.18,-3957.81,324.184,0,300,5,0,417,0,0,1), - (8981,1162,0,764,0,-5395.74,-2713.9,365.712,0,300,0,0,222,0,0,0), - (8982,1167,0,722,0,-5716.1,-3996.91,330.267,3.66477,300,2,0,417,0,0,1), - (8983,1162,0,764,0,-5389.64,-2708.84,365.962,5.044,300,0,0,222,0,0,0), - (8984,1172,0,10913,0,-4819.36,-3097.05,315.728,5.73617,300,10,0,198,324,0,1), - (8985,1165,0,160,0,-5742.98,-3987.34,329.758,2.65743,300,5,0,330,938,0,1), - (8986,1162,0,764,0,-5381.85,-2706.15,366.087,3.88085,300,3,0,222,0,0,1), - (8987,1172,0,10913,0,-4872.63,-3076.58,317.647,1.0277,300,10,0,198,324,0,1), - (8988,1167,0,722,0,-5668.78,-3992.98,326.047,1.67066,300,5,0,417,0,0,2), - (8989,1165,0,160,0,-5677.81,-3996.1,327.197,4.99013,300,5,0,330,938,0,1), - (8990,1393,0,721,0,-5651.99,-3996.89,325.447,5.92764,300,5,0,449,0,0,1), - (8991,1173,0,365,0,-4963.79,-3026.27,330.502,3.77455,300,5,0,198,0,0,1), - (8992,1186,0,707,0,-5453.85,-3119.81,348.77,0.922588,300,10,0,266,0,0,1), - (8993,1167,0,722,0,-5727,-3928.46,318.931,0.017453,300,5,0,417,0,0,1), - (8994,1165,0,160,0,-5652.04,-3897.33,322.784,1.11157,300,5,0,330,938,0,1), - (8995,1162,0,764,0,-5542.12,-2721.15,366.898,5.44543,300,0,0,222,0,0,0), - (8996,1167,0,722,0,-5748.5,-3970.06,326.133,4.34239,300,3,0,417,0,0,1), - (8997,1162,0,764,0,-5531.22,-2725.84,366.729,4.44703,300,0,0,222,0,0,0), - (8998,1172,0,10913,0,-4845.35,-3115.9,316.81,5.9109,300,3,0,198,324,0,1), - (8999,1191,0,3027,0,-5430.33,-3069.12,351.568,2.60619,300,10,0,300,0,0,1), - (9000,1195,0,827,0,-5829.71,-3082.85,325.352,1.50826,300,10,0,198,0,0,1), - (9001,1165,0,160,0,-5651.75,-3899.96,322.93,4.5754,300,5,0,330,938,0,2), - (9002,1693,0,1034,0,-5454.85,-3550.91,297.482,2.77596,300,10,0,300,0,0,1), - (9003,1693,0,1034,0,-5457.31,-3520.34,299.324,3.20847,300,10,0,300,0,0,1), - (9004,1161,0,763,0,-5537.48,-2743.61,367.436,1.42361,300,3,0,222,0,0,1), - (9005,1162,0,764,0,-5550.5,-2754.59,365.436,3.13573,300,3,0,222,0,0,1), - (9006,1162,0,764,0,-5543.76,-2730.51,366.608,2.61957,300,0,0,222,0,0,0), - (9007,1165,0,160,0,-5580.44,-3842.25,322.863,1.91108,300,5,0,330,938,0,1), - (9008,1184,0,827,0,-5667.23,-3720.89,318.466,0.361285,300,10,0,273,0,0,1), - (9009,1191,0,3027,0,-5698.82,-3613.57,313.573,4.96305,300,10,0,300,0,0,1), - (9010,1191,0,3027,0,-5642.9,-3213.4,324.298,1.81341,300,5,0,300,0,0,1), - (9011,1191,0,3027,0,-5660.15,-3643.19,314.007,3.06931,300,10,0,300,0,0,1), - (9012,1161,0,763,0,-5527.64,-2737.98,366.313,5.37652,300,3,0,222,0,0,1), - (9013,1161,0,763,0,-5410.77,-2747.3,368.554,4.94747,300,3,0,222,0,0,1), - (9014,1186,0,707,0,-5807.12,-3109.11,322.277,2.75658,300,10,0,266,0,0,1), - (9015,1693,0,1034,0,-5460.37,-3513.13,299.899,6.01025,300,10,0,300,0,0,1), - (9016,1693,0,1034,0,-5471.27,-3523.89,299.633,2.64302,300,10,0,300,0,0,1), - (9017,1161,0,763,0,-5410.36,-2726.76,376.239,3.07912,300,5,0,222,0,0,1), - (9018,1161,0,763,0,-5389.63,-2715.08,364.587,5.68282,300,0,0,222,0,0,0), - (9019,1693,0,1034,0,-5290.9,-3684.81,298.595,5.94476,300,10,0,300,0,0,1), - (9020,1693,0,1034,0,-5502.91,-3482.96,298.3,2.94387,300,10,0,300,0,0,1), - (9021,1693,0,1034,0,-5322.85,-3700.15,296.665,1.84802,300,10,0,300,0,0,1), - (9022,1161,0,763,0,-5389.19,-2726.9,363.212,3.85094,300,3,0,222,0,0,1), - (9023,1191,0,3027,0,-5534.65,-3768.13,325.2,0.041876,300,10,0,300,0,0,1), - (9024,1184,0,827,0,-5468.78,-3777.23,317.529,3.06542,300,10,0,273,0,0,1), - (9025,1188,0,762,0,-5323.95,-3823.55,321.223,2.30514,300,10,0,328,0,0,1), - (9026,1161,0,763,0,-5346.48,-2742.64,359.195,1.41785,300,5,0,222,0,0,1), - (9027,1412,0,134,0,-5287.36,-2775.95,353.213,2.15649,300,10,0,8,0,0,1), - (9028,1161,0,763,0,-5378.05,-2718.7,362.587,4.70866,300,3,0,222,0,0,1), - (9029,1398,0,1194,0,-5700.31,-3871.31,331.594,4.64258,9200,0,0,573,0,0,0), - (9030,1161,0,763,0,-5440.49,-2712.82,366.358,6.15135,300,10,0,222,0,0,1), - (9031,1186,0,707,0,-5099.17,-3089.45,314.19,3.12987,300,10,0,266,0,0,1), - (9032,1933,0,856,0,-4978.98,-3076.33,318.058,5.18914,300,5,0,14,0,0,1), - (9033,1190,0,704,0,-5112.22,-2972.75,338.404,2.65322,300,10,0,198,0,0,1), - (9034,1195,0,827,0,-5054.17,-3004.17,325.958,5.41232,300,10,0,198,0,0,1), - (9035,1195,0,827,0,-5068.3,-3056.41,320.76,0.849024,300,5,0,198,0,0,1), - (9036,1412,0,134,0,-5283.44,-3781.63,313.129,5.2868,300,10,0,8,0,0,1), - (9037,1186,0,707,0,-4954.16,-2649.74,330.384,1.63724,300,5,0,266,0,0,1), - (9038,1162,0,764,0,-5516.64,-2749.18,363.024,0.250455,300,3,0,222,0,0,1), - (9039,1190,0,704,0,-4930.84,-2871.47,331.576,0.785277,300,5,0,198,0,0,1), - (9040,1186,0,707,0,-5078.11,-2986.15,332.205,1.12201,300,10,0,266,0,0,1), - (9041,1186,0,707,0,-4941.34,-2824.88,320.932,0.038565,300,10,0,266,0,0,1), - (9042,2098,0,10001,0,-5661.11,-3619.42,311.279,2.0315,300,10,0,164,0,0,1), - (9043,1202,0,26,0,-5291.55,-2696.65,344.716,3.17606,300,3,0,222,0,0,1), - (9044,1202,0,26,0,-5285.2,-2697.88,344.526,5.32325,300,0,0,222,0,0,0), - (9045,1412,0,134,0,-5423.07,-2973.56,350.986,0.230633,300,10,0,8,0,0,1), - (9046,1412,0,134,0,-5096.56,-2717.9,342.902,3.48794,300,10,0,8,0,0,1), - (9047,1933,0,856,0,-6003.01,-2526.57,306.804,0.41378,300,3,0,14,0,0,1), - (9048,1933,0,856,0,-5622.58,-3719.98,314.66,1.09668,300,10,0,14,0,0,1), - (9050,1166,0,764,0,-6069.44,-2996.55,409.971,5.50627,300,2,0,253,264,0,1), - (9051,1163,0,160,0,-6073.62,-2785.56,411.893,2.55441,300,5,0,273,0,0,1), - (9052,1163,0,160,0,-6057.93,-2857.48,413.368,0.93117,300,3,0,273,0,0,1), - (9053,1166,0,764,0,-6095.56,-2924.44,418.894,3.04447,300,2,0,253,264,0,1), - (9054,1166,0,764,0,-6082.85,-2805.3,413.116,3.61245,300,5,0,253,264,0,1), - (9055,1163,0,160,0,-6079.31,-2991.73,413.243,6.26756,300,2,0,273,0,0,1), - (9056,1163,0,160,0,-6096.8,-2972,418.846,5.53446,300,2,0,273,0,0,1), - (9057,1166,0,764,0,-6032.59,-2823.83,411.258,3.1369,300,2,0,253,264,0,1), - (9058,1166,0,764,0,-6114.71,-2919.23,418.866,2.51186,300,2,0,253,264,0,1), - (9059,1190,0,704,0,-4743.03,-2690.83,326.452,3.40895,300,5,0,198,0,0,1), - (9060,1191,0,3027,0,-5639.43,-2936.08,402.739,2.06818,300,5,0,300,0,0,1), - (9061,1193,0,1004,0,-4919.14,-3252.14,290.283,5.91179,300,10,0,247,0,0,1), - (9062,1193,0,1004,0,-4951.1,-3555.3,292.67,5.71883,300,10,0,247,0,0,1), - (9063,1193,0,1004,0,-4820.94,-3455.15,290.966,2.93358,300,10,0,247,0,0,1), - (9064,1193,0,1004,0,-4884.38,-3501.98,291.612,1.3294,300,10,0,247,0,0,1), - (9065,1195,0,827,0,-5182.02,-2692.73,349.64,1.99352,300,10,0,198,0,0,1), - (9066,1172,0,10913,0,-4750.55,-3053.95,309.525,1.5668,300,10,0,198,324,0,1), - (9067,1185,0,520,0,-4916.53,-3629.65,300.909,1.59423,300,10,0,386,0,0,1), - (9068,1192,0,1208,0,-5153.84,-3658.45,304.682,1.12638,300,10,0,356,0,0,1), - (9069,1195,0,827,0,-5536.03,-2781.71,364.148,3.33867,300,10,0,198,0,0,1), - (9070,1161,0,763,0,-5484.62,-2742.06,364.417,5.20924,300,3,0,222,0,0,1), - (9071,1162,0,764,0,-5380.66,-2759.59,366.409,5.07368,300,10,0,222,0,0,1), - (9072,1161,0,763,0,-5386.92,-2775.22,366.928,1.28981,300,10,0,222,0,0,1), - (9073,1163,0,160,0,-6044.86,-2986.07,402.595,0.783776,300,5,0,273,0,0,1), - (9074,1166,0,764,0,-5917.78,-3007.37,378.085,5.2927,300,2,0,253,264,0,1), - (9075,1163,0,160,0,-6036.36,-2984.18,401.835,5.86431,300,0,0,273,0,0,0), - (9076,1166,0,764,0,-6036.23,-3004.81,401.22,1.12279,300,3,0,253,264,0,1), - (9077,1197,0,763,0,-6073.78,-3027.42,401.764,4.86481,300,0,0,301,326,0,0), - (9078,1164,0,722,0,-6088.1,-3038.66,400.857,0.650958,300,0,0,328,0,0,0), - (9079,1163,0,160,0,-6057.66,-3017.69,403.47,3.88856,300,2,0,273,0,0,1), - (9080,1197,0,763,0,-6100.81,-3048.24,400.726,2.08385,300,0,0,301,326,0,0), - (9081,1197,0,763,0,-6101.32,-3044.54,400.729,4.10801,300,0,0,301,326,0,0), - (9082,1179,0,6692,0,-4926.33,-3947.55,298.394,4.66741,300,10,0,1131,408,0,1), - (9083,1195,0,827,0,-5348.8,-2809.79,349.257,1.66559,300,10,0,198,0,0,1), - (9084,1195,0,827,0,-5390.71,-2782.09,365.115,5.71796,300,10,0,198,0,0,1), - (9085,1169,0,3456,0,-4830.79,-3613.56,303.945,3.83398,300,10,0,417,0,0,1), - (9086,1172,0,10913,0,-4849.54,-3050.96,316.534,4.43946,300,5,0,198,324,0,1), - (9087,1172,0,10913,0,-5289.7,-2757.66,352.135,0.413864,300,5,0,198,324,0,1), - (9088,1172,0,10913,0,-4820.57,-3011.15,313.382,5.65453,300,3,0,198,324,0,1), - (9089,1172,0,10913,0,-4909.39,-3059.63,318.172,3.81279,300,10,0,198,324,0,1), - (9090,1178,0,1122,0,-4957.42,-3915.39,305.241,1.86585,300,10,0,1251,0,0,1), - (9091,1162,0,764,0,-5889,-2945.34,366.167,1.1999,300,5,0,222,0,0,1), - (9092,1162,0,764,0,-5895.53,-2962.39,367.911,1.71042,300,0,0,222,0,0,0), - (9093,1172,0,10913,0,-5307.84,-2749.61,352.598,0.007812,300,5,0,198,324,0,1), - (9094,1178,0,1122,0,-4958.24,-3946.78,301.179,3.28957,300,5,0,1251,0,0,1), - (9095,1176,0,10912,0,-5293.88,-2703.4,344.139,5.04951,300,3,0,222,0,0,1), - (9096,1172,0,10913,0,-5254.66,-2747.74,353.25,3.05895,300,5,0,198,324,0,1), - (9097,1162,0,764,0,-5900.02,-2950.9,368.093,0.249553,300,5,0,222,0,0,1), - (9098,1162,0,764,0,-5890.97,-2958.01,367.085,2.28638,300,0,0,222,0,0,0), - (9099,1195,0,827,0,-6022.96,-2525.81,308.506,2.10084,300,5,0,198,0,0,1), - (9100,1186,0,707,0,-5875.74,-2516.05,307.355,5.99682,300,5,0,266,0,0,1), - (9101,1190,0,704,0,-5349.17,-2818.89,345.523,4.955,300,10,0,198,0,0,1), - (9102,1195,0,827,0,-5308.79,-2821.55,343.283,0.271051,300,10,0,198,0,0,1), - (9103,1176,0,10912,0,-5282.43,-2718.7,342.362,2.24709,300,5,0,222,0,0,1), - (9104,1172,0,10913,0,-5250.52,-2731.25,348.862,0.587931,300,0,0,198,324,0,0), - (9105,1176,0,10912,0,-5297.74,-2723.39,342.737,5.37174,300,0,0,222,0,0,0), - (9106,1202,0,26,0,-5296.09,-2716.71,342.862,4.16762,300,0,0,222,0,0,0), - (9107,1202,0,26,0,-5274.9,-2703.02,343.608,2.82743,300,0,0,222,0,0,0), - (9108,1172,0,10913,0,-5030.43,-3014.49,330.606,3.33267,300,10,0,198,324,0,1), - (9109,1178,0,1122,0,-4981.38,-3914.15,305.894,4.63279,300,3,0,1251,0,0,1), - (9110,1202,0,26,0,-5293.48,-2723.72,342.737,4.96419,300,0,0,222,0,0,0), - (9111,1202,0,26,0,-5299.25,-2716.79,343.498,5.32325,300,0,0,222,0,0,0), - (9112,1195,0,827,0,-5258.08,-2759.08,350.75,1.75049,300,10,0,198,0,0,1), - (9113,1195,0,827,0,-4801.71,-2880.06,327.736,4.23301,300,10,0,198,0,0,1), - (9114,1190,0,704,0,-5152.15,-3055.77,327.605,0.486358,300,10,0,198,0,0,1), - (9115,1186,0,707,0,-5228.34,-2719.61,347.097,5.07509,300,10,0,266,0,0,1), - (9116,1162,0,764,0,-5828.3,-2809.33,374.867,5.5676,300,0,0,222,0,0,0), - (9117,1162,0,764,0,-5974.49,-2842.64,384.083,1.76001,300,5,0,222,0,0,1), - (9118,1166,0,764,0,-6014.02,-2995.8,400.396,4.06026,300,0,0,253,264,0,0), - (9119,1163,0,160,0,-6025.89,-2995.16,401.646,1.48353,300,0,0,273,0,0,0), - (9120,1162,0,764,0,-5959.98,-2896.36,370.827,0.541052,300,0,0,222,0,0,0), - (9121,1161,0,763,0,-5951.7,-2879.5,372.999,6.0912,300,0,0,222,0,0,0), - (9122,1162,0,764,0,-5856.19,-2872.65,365.829,1.94575,300,10,0,222,0,0,1), - (9123,1162,0,764,0,-5856.74,-2856.84,366.549,3.81512,300,3,0,222,0,0,1), - (9124,1190,0,704,0,-5221.5,-3019.54,335.496,4.10991,300,10,0,198,0,0,1), - (9125,1190,0,704,0,-5122.52,-3013.14,330.742,0.052403,300,0,0,198,0,0,0), - (9126,1190,0,704,0,-5072.47,-2927.5,330.399,2.79128,300,0,0,198,0,0,0), - (9127,1190,0,704,0,-5194.18,-3026.58,332.019,4.53376,300,10,0,198,0,0,1), - (9128,1163,0,160,0,-6024.48,-2989.89,401.646,3.90954,300,0,0,273,0,0,0), - (9129,1195,0,827,0,-5861.46,-3081.95,328.189,4.45556,300,10,0,198,0,0,1), - (9130,1161,0,763,0,-5824.08,-2825.93,370.331,5.35513,300,3,0,222,0,0,1), - (9131,1162,0,764,0,-5865.91,-2876.33,366.954,3.14902,300,10,0,222,0,0,1), - (9132,1161,0,763,0,-5946.95,-2897.86,368.517,4.26987,300,10,0,222,0,0,1), - (9133,1162,0,764,0,-5789.95,-2927.43,363.788,1.69297,300,0,0,222,0,0,0), - (9134,1161,0,763,0,-5781.92,-2916.92,364.663,2.1293,300,0,0,222,0,0,0), - (9135,1161,0,763,0,-5972.97,-2864.08,381.222,0.890118,300,0,0,222,0,0,0), - (9136,1161,0,763,0,-5958.16,-2855.62,376.789,2.12064,300,5,0,222,0,0,1), - (9137,1161,0,763,0,-5779.94,-2914.01,364.913,2.79253,300,0,0,222,0,0,0), - (9138,1162,0,764,0,-5975.71,-2858.99,380.806,0.20944,300,0,0,222,0,0,0), - (9139,1161,0,763,0,-5821.97,-2811.06,374.588,3.82227,300,0,0,222,0,0,0), - (9140,1161,0,763,0,-5943.57,-2877.78,372.892,2.57016,300,10,0,222,0,0,1), - (9141,1161,0,763,0,-5810.42,-2822.92,373.956,0.354761,300,3,0,222,0,0,1), - (9142,1161,0,763,0,-5775.28,-2905.82,364.288,0.010984,300,0,0,222,0,0,0), - (9143,1162,0,764,0,-5957.1,-2892.18,370.762,5.3058,300,0,0,222,0,0,0), - (9144,1186,0,707,0,-5478.31,-2837.02,354.127,3.83315,300,5,0,266,0,0,1), - (9145,1195,0,827,0,-5442.9,-2788.44,363.531,6.10071,300,10,0,198,0,0,1), - (9146,1412,0,134,0,-4978.62,-2678.24,325.06,3.76674,300,10,0,8,0,0,1), - (9147,1174,0,163,0,-4950.03,-3004.33,318.998,0.882561,300,3,0,219,537,0,1), - (9148,1190,0,704,0,-5102.77,-2913.51,326.845,5.99128,300,10,0,198,0,0,1), - (9149,1175,0,373,0,-4985.5,-2986.5,314.815,3.17603,300,3,0,247,0,0,1), - (9150,1175,0,373,0,-4968.1,-2998.11,317.135,0.471108,300,3,0,247,0,0,1), - (9151,1174,0,163,0,-5001.08,-2974.44,314.262,5.41805,300,3,0,219,537,0,1), - (9152,1173,0,365,0,-4824.12,-3002.2,317.248,1.74943,300,3,0,198,0,0,1), - (9153,1177,0,2299,0,-4987.96,-2959.71,315.753,5.6414,300,3,0,300,0,0,1), - (9154,1177,0,2299,0,-4970.86,-2956.68,315.758,3.11552,300,5,0,300,0,0,1), - (9155,1174,0,163,0,-4959.42,-3003,318.647,2.50504,300,3,0,219,537,0,1), - (9156,1177,0,2299,0,-4980.77,-2943.54,316.165,4.11357,300,3,0,300,0,0,1), - (9157,1412,0,134,0,-5877.24,-2605.28,313.543,5.97048,300,10,0,8,0,0,1), - (9158,1190,0,704,0,-4881.68,-2663.33,334.605,5.87111,300,5,0,198,0,0,1), - (9159,1172,0,10913,0,-5312.15,-2774.34,350.108,0.515563,300,5,0,198,324,0,1), - (9160,1186,0,707,0,-5857.61,-3082,327.758,5.33673,300,10,0,266,0,0,1), - (9161,1166,0,764,0,-5986.07,-2809.8,382.277,4.14692,300,5,0,253,264,0,1), - (9162,1166,0,764,0,-6027.34,-2779.61,405.579,2.01622,300,3,0,253,264,0,1), - (9163,1163,0,160,0,-5981.69,-2794.35,383.541,5.58505,300,0,0,273,0,0,0), - (9164,1163,0,160,0,-6049.89,-2791.67,406.34,3.63867,300,3,0,273,0,0,1), - (9165,1166,0,764,0,-5975.48,-2794.96,383.067,4.24115,300,0,0,253,264,0,0), - (9166,1161,0,763,0,-5873.54,-2866.63,366.818,3.14159,300,0,0,222,0,0,0), - (9167,1161,0,763,0,-5894.53,-2860.85,370.504,4.54692,300,0,0,222,0,0,0), - (9168,1161,0,763,0,-5870.22,-2847.22,366.309,5.77156,300,3,0,222,0,0,1), - (9169,1162,0,764,0,-5871.43,-2836.29,368.087,5.46288,300,0,0,222,0,0,0), - (9170,1162,0,764,0,-5807.29,-2849.22,365.768,2.98941,300,10,0,222,0,0,1), - (9171,1161,0,763,0,-5855.08,-2843.59,365.589,5.18363,300,0,0,222,0,0,0), - (9172,1162,0,764,0,-5897.72,-2867.98,368.859,1.0765,300,0,0,222,0,0,0), - (9173,1161,0,763,0,-5920.19,-2878.36,369.614,2.32422,300,10,0,222,0,0,1), - (9174,1161,0,763,0,-5907.1,-2864.25,372.416,1.49091,300,0,0,222,0,0,0), - (9175,1161,0,763,0,-5849.42,-2844.52,365.469,4.11898,300,0,0,222,0,0,0), - (9176,1161,0,763,0,-5880.33,-2863.61,366.158,5.75959,300,0,0,222,0,0,0), - (9177,1161,0,763,0,-5876.25,-2840.54,367.971,5.77704,300,0,0,222,0,0,0), - (9178,1399,0,160,0,-5708.75,-3927.99,347.076,0.942478,9200,0,0,473,1020,0,0), - (9179,1190,0,704,0,-5206.86,-2745.32,339.354,6.09844,300,10,0,198,0,0,1), - (9180,1190,0,704,0,-4977.61,-2758.9,322.034,1.708,300,5,0,198,0,0,1), - (9181,1184,0,827,0,-5844.42,-3387.75,304.417,4.45367,300,10,0,273,0,0,1), - (9182,1412,0,134,0,-5342.69,-2948.52,323.634,2.31135,300,10,0,8,0,0,1), - (9183,1412,0,134,0,-5919.09,-2545.42,306.623,0.765955,300,10,0,8,0,0,1), - (9184,1162,0,764,0,-5579.5,-2778.03,368.657,4.26797,300,3,0,222,0,0,1), - (9185,1195,0,827,0,-5420,-2818.2,356.917,1.88823,300,5,0,198,0,0,1), - (9186,1184,0,827,0,-5511.81,-3717.62,307.966,0.777457,300,10,0,273,0,0,1), - (9187,1188,0,762,0,-5358.32,-3808.45,317.737,1.4723,300,10,0,328,0,0,1), - (9188,1188,0,762,0,-5273.82,-3819.43,325.844,2.41964,300,10,0,328,0,0,1), - (9189,1190,0,704,0,-5090.96,-2797.15,324.876,3.46582,300,10,0,198,0,0,1), - (9190,1195,0,827,0,-5050.53,-2851.5,329.115,0.411764,300,5,0,198,0,0,1), - (9191,1195,0,827,0,-5484.46,-2940.26,354.283,1.60505,300,10,0,198,0,0,1), - (9192,1425,0,774,0,-4985.45,-2947.45,315.513,5.03197,9200,0,0,301,326,0,0), - (9193,1184,0,827,0,-5686.63,-3567.92,309.079,3.63464,300,10,0,273,0,0,1), - (9194,1188,0,762,0,-5659.83,-3183.49,319.929,3.34818,300,10,0,328,0,0,1), - (9195,1191,0,3027,0,-5657.6,-3552.43,302.41,5.73908,300,5,0,300,0,0,1), - (9196,1191,0,3027,0,-5709.46,-3251.34,313.201,3.39905,300,10,0,300,0,0,1), - (9197,1191,0,3027,0,-5504.3,-3146.72,344.428,3.54059,300,10,0,300,0,0,1), - (9198,1191,0,3027,0,-5748.91,-3347.13,301.441,3.73397,300,10,0,300,0,0,1), - (9199,1184,0,827,0,-5819.36,-3272.03,296.655,2.13768,300,10,0,273,0,0,1), - (9200,1184,0,827,0,-5699.12,-3555.08,306.413,6.2659,300,10,0,273,0,0,1), - (9201,1191,0,3027,0,-5693.98,-3655.5,312.163,1.36831,300,10,0,300,0,0,1), - (9202,2476,0,831,0,-5058.99,-3618.54,301.828,3.93826,9200,0,0,573,0,0,0), - (9203,2478,0,3442,0,-5721.18,-3523.37,302.885,4.21382,600,5,0,1347,0,0,2), - (9204,2477,0,3443,0,-5717.65,-3523.15,303.383,4.44362,600,2,0,1347,0,0,2), - (9205,7170,0,3443,0,-5718.85,-3519.08,302.758,3.73505,600,2,0,1000,0,0,2), - (9206,14267,0,0,0,-4983.44,-4009.71,299.554,2.87157,43200,0,0,1347,0,0,2), - (9207,1184,0,827,0,-5451.61,-3854.4,324.354,4.83577,300,10,0,273,0,0,1), - (9208,1178,0,1122,0,-5082.26,-4080.96,311.608,1.07957,300,10,0,1251,0,0,1), - (9209,1181,0,1045,0,-5049.74,-4050.34,306.859,6.09468,300,5,0,1131,408,0,1), - (9210,1178,0,1122,0,-4963.93,-4022.95,301.358,3.79229,300,3,0,1251,0,0,1), - (9211,1179,0,6692,0,-5016.72,-4019.24,301.117,5.51988,300,5,0,1131,408,0,1), - (9212,1183,0,1052,0,-4950.14,-4067.94,299.082,1.0647,300,2,0,1212,456,0,1), - (9213,1183,0,1052,0,-4944.48,-4074.96,300.194,2.32642,300,2,0,1212,456,0,1), - (9214,1178,0,1122,0,-4915.2,-3986.09,296.665,0.226805,300,3,0,1251,0,0,1), - (9215,1180,0,14403,0,-4950.75,-4055.1,299.379,1.78892,300,5,0,1347,0,0,2), - (9216,1179,0,6692,0,-4951.57,-3981.5,297.183,2.20612,300,10,0,1131,408,0,1), - (9217,1179,0,6692,0,-4941.95,-4032.99,301.019,1.46608,300,3,0,1131,408,0,1), - (9218,1183,0,1052,0,-4750.63,-4111.35,311.86,3.28939,300,2,0,1212,456,0,1), - (9219,1180,0,14403,0,-4781.49,-4065.03,309.883,1.88265,300,3,0,1347,0,0,1), - (9220,1180,0,14403,0,-4809.6,-4085.61,309.713,0.49911,300,2,0,1347,0,0,1), - (9221,1180,0,14403,0,-4740.96,-4125.55,307.928,2.6529,300,2,0,1347,0,0,1), - (9222,1180,0,14403,0,-4743.45,-4130.74,307.382,1.79769,300,0,0,1347,0,0,0), - (9223,1169,0,3456,0,-4777.65,-3656.21,306.977,5.70328,300,10,0,417,0,0,1), - (9224,1169,0,3456,0,-4733.15,-3621.94,305.85,3.50811,300,0,0,417,0,0,0), - (9225,1169,0,3456,0,-4736.1,-3619.66,306.09,2.16421,300,0,0,417,0,0,0), - (9226,1169,0,3456,0,-4739.08,-3627.18,305.978,2.3911,300,0,0,417,0,0,0), - (9227,1179,0,6692,0,-5045.7,-3876.8,316.553,2.87086,300,5,0,1131,408,0,1), - (9228,4845,0,6053,0,-6063.47,-3134.51,253.671,3.84518,600,2,0,3959,0,0,1), - (9229,1188,0,762,0,-5615.08,-3203.63,327.017,3.76322,300,5,0,328,0,0,1), - (9230,4845,0,6053,0,-6072.96,-3135.56,254.271,2.59175,600,2,0,3959,0,0,1), - (9231,1172,0,10913,0,-4949.3,-3091.93,314.621,6.2304,300,5,0,198,324,0,1), - (9232,1172,0,10913,0,-4916.9,-3107.57,321.002,3.19499,300,5,0,198,324,0,1), - (9233,1186,0,707,0,-5040.57,-2916.17,333.815,-1.72715,300,10,0,266,0,0,1), - (9234,1172,0,10913,0,-4960.75,-3053.7,325.869,4.0141,300,5,0,198,324,0,1), - (9235,1172,0,10913,0,-4991.56,-3042.33,326.521,2.21588,300,5,0,198,324,0,1), - (9236,1412,0,134,0,-5311.62,-2987.33,340.849,4.4466,300,10,0,8,0,0,1), - (9237,1195,0,827,0,-5847.18,-3011.74,340.284,5.65998,300,3,0,198,0,0,1), - (9238,1172,0,10913,0,-4981.97,-3012.39,334.75,3.00827,300,5,0,198,324,0,1), - (9239,1166,0,764,0,-4988.61,-3376.03,302.026,5.89035,300,5,0,253,264,0,1), - (9240,1163,0,160,0,-5011.51,-3311.96,301.656,0.475575,300,5,0,273,0,0,1), - (9241,1166,0,764,0,-5018.78,-3336.18,299.371,3.82285,300,3,0,253,264,0,1), - (9242,1163,0,160,0,-5985.34,-3000.65,392.002,5.45425,300,3,0,273,0,0,1), - (9243,1166,0,764,0,-6003.44,-2952.18,398.815,4.55154,300,2,0,253,264,0,1), - (9244,1163,0,160,0,-5975.02,-2976.78,387.773,5.88176,300,0,0,273,0,0,0), - (9245,1166,0,764,0,-5991.85,-2941.89,394.655,4.62946,300,5,0,253,264,0,1), - (9246,1166,0,764,0,-6006.28,-2967.4,397.19,5.79449,300,2,0,253,264,0,1), - (9247,1166,0,764,0,-5960.94,-2971.57,386.767,1.23963,300,5,0,253,264,0,1), - (9248,1163,0,160,0,-6013.09,-2968.57,400.02,4.38078,300,0,0,273,0,0,0), - (9249,1166,0,764,0,-5953.92,-3003.51,383.775,3.65898,300,3,0,253,264,0,1), - (9250,1163,0,160,0,-6033.33,-2963.31,403.613,4.57834,300,3,0,273,0,0,1), - (9251,1166,0,764,0,-6048.75,-2948.88,402.644,1.05871,300,0,0,253,264,0,0), - (9252,1188,0,762,0,-5320.71,-3786.01,311.641,3.40274,300,10,0,328,0,0,1), - (9253,1166,0,764,0,-6051.26,-2931.99,401.721,1.17368,300,2,0,253,264,0,1), - (9254,1163,0,160,0,-6067.83,-2935.77,402.321,3.45469,300,2,0,273,0,0,1), - (9255,1195,0,827,0,-5804.4,-2577.09,309.838,4.76779,300,5,0,198,0,0,1), - (9256,1186,0,707,0,-5911.85,-2565.78,311.417,1.15079,300,5,0,266,0,0,1), - (9257,1166,0,764,0,-6096.31,-2965.64,401.277,3.97261,300,3,0,253,264,0,1), - (9258,1163,0,160,0,-6140.52,-2897.49,403.497,2.41297,300,2,0,273,0,0,1), - (9259,1163,0,160,0,-6119.81,-2956.39,397.416,3.12147,300,2,0,273,0,0,1), - (9260,1166,0,764,0,-6125.86,-2924.74,401.462,3.70439,300,2,0,253,264,0,1), - (9261,1163,0,160,0,-6099.55,-2942.16,401.196,4.49587,300,3,0,273,0,0,1), - (9262,1166,0,764,0,-6133.97,-2976.72,399.963,3.378,300,3,0,253,264,0,1), - (9263,1166,0,764,0,-6144.05,-2955.71,396.622,1.00645,300,2,0,253,264,0,1), - (9264,1163,0,160,0,-6112.89,-2996.46,399.343,4.38202,300,3,0,273,0,0,1), - (9265,1197,0,763,0,-6214.35,-2926.16,401.98,6.18262,300,5,0,301,326,0,1), - (9266,1164,0,722,0,-6171.04,-2946.97,407.357,5.80556,300,2,0,328,0,0,1), - (9267,1197,0,763,0,-6172.88,-2938.95,405.831,1.89966,300,2,0,301,326,0,1), - (9268,1164,0,722,0,-6161.34,-2913.41,404.586,4.42331,300,2,0,328,0,0,1), - (9269,1164,0,722,0,-6166.45,-2903.7,405.652,3.70873,300,5,0,328,0,0,1), - (9270,1412,0,134,0,-5421.16,-2846.81,345.524,1.71854,300,10,0,8,0,0,1), - (9271,1412,0,134,0,-5353.48,-2993.77,328.249,1.599,300,10,0,8,0,0,1), - (9272,1161,0,763,0,-5820.76,-2957.22,358.242,3.44415,300,3,0,222,0,0,1), - (9273,1161,0,763,0,-5784.19,-2879.61,363.965,1.93018,300,10,0,222,0,0,1), - (9274,1162,0,764,0,-5883.62,-2912.25,366.912,1.7635,300,5,0,222,0,0,1), - (9275,1162,0,764,0,-5794.35,-2970.61,374.773,2.70526,300,0,0,222,0,0,0), - (9276,1161,0,763,0,-5810.56,-2965.8,365.578,1.53403,300,3,0,222,0,0,1), - (9277,1161,0,763,0,-5919.47,-2914.03,367.476,2.92901,300,10,0,222,0,0,1), - (9278,1162,0,764,0,-5852.71,-2916.36,364.014,3.88566,300,10,0,222,0,0,1), - (9279,1161,0,763,0,-5847.88,-2951.3,357.556,5.51138,300,10,0,222,0,0,1), - (9280,1162,0,764,0,-5809.13,-2924.11,363.754,1.98632,300,10,0,222,0,0,1), - (9281,1161,0,763,0,-5796.46,-2926.09,363.899,1.0821,300,0,0,222,0,0,0), - (9282,1161,0,763,0,-5818.7,-2886.62,364.753,4.4505,300,10,0,222,0,0,1), - (9283,1161,0,763,0,-5799.58,-2952.05,375.123,2.58309,300,0,0,222,0,0,0), - (9284,1161,0,763,0,-5792.14,-2907.88,365.413,6.04967,300,3,0,222,0,0,1), - (9285,1162,0,764,0,-5793.35,-2966.46,374.344,3.40339,300,0,0,222,0,0,0), - (9286,1172,0,10913,0,-5119.48,-2654.07,334.603,4.17279,300,5,0,198,324,0,1), - (9287,1190,0,704,0,-5025.01,-3083.72,314.387,3.18204,300,5,0,198,0,0,1), - (9288,1195,0,827,0,-5252.09,-2851.05,344.607,1.70921,300,5,0,198,0,0,1), - (9289,1186,0,707,0,-5158.09,-2676.76,343.293,3.80528,300,10,0,266,0,0,1), - (9290,1195,0,827,0,-4903.86,-2818.61,322.607,0.810255,300,10,0,198,0,0,1), - (9291,1195,0,827,0,-4827.29,-2813.8,322.138,2.62072,300,10,0,198,0,0,1), - (9292,1186,0,707,0,-5035.18,-2935.55,336.171,2.7444,300,10,0,266,0,0,1), - (9293,1202,0,26,0,-4793.29,-2980.28,323.272,1.19696,300,0,0,222,0,0,0), - (9294,1172,0,10913,0,-4801.66,-2946.82,326.293,5.13207,300,5,0,198,324,0,1), - (9295,1172,0,10913,0,-4720.54,-2917.08,321.74,5.50196,300,3,0,198,324,0,1), - (9296,1173,0,365,0,-4948,-2998.16,343.712,6.24414,300,5,0,198,0,0,2), - (9297,1202,0,26,0,-4803.08,-2971.95,321.599,2.10747,300,0,0,222,0,0,0), - (9298,1176,0,10912,0,-4787.6,-2966.72,322.022,0.077542,300,3,0,222,0,0,1), - (9299,1176,0,10912,0,-4781.77,-2975.52,323.022,3.85409,300,0,0,222,0,0,0), - (9300,1172,0,10913,0,-4705.79,-3003.58,314.832,2.92504,300,3,0,198,324,0,1), - (9301,1202,0,26,0,-4801.65,-2964.45,321.83,5.72468,300,0,0,222,0,0,0), - (9302,1176,0,10912,0,-4919.13,-2995.94,332.209,3.9968,300,0,0,222,0,0,0), - (9303,1172,0,10913,0,-4771.95,-2973.05,321.272,4.39453,300,5,0,198,324,0,1), - (9304,1172,0,10913,0,-4979.77,-2982.26,347.959,3.72959,300,3,0,198,324,0,1), - (9305,1172,0,10913,0,-4679.73,-2947.55,317.373,0.112,300,5,0,198,324,0,1), - (9306,1202,0,26,0,-4725.87,-3081.51,307.612,1.98558,300,5,0,222,0,0,1), - (9307,1202,0,26,0,-4800.12,-3033.36,303.33,3.58412,300,5,0,222,0,0,1), - (9308,1176,0,10912,0,-4785.39,-3029.02,301.152,6.09698,300,0,0,222,0,0,0), - (9309,1202,0,26,0,-4714.93,-3090.72,307.237,2.01586,300,0,0,222,0,0,0), - (9310,1176,0,10912,0,-4789.48,-3023.86,301.603,4.60767,300,0,0,222,0,0,0), - (9311,1175,0,373,0,-4846.65,-2974.62,322.513,3.01124,300,0,0,247,0,0,0), - (9312,1172,0,10913,0,-4781.85,-3051.55,305.59,3.69274,300,10,0,198,324,0,1), - (9313,1172,0,10913,0,-4681.74,-3067.66,314.009,1.82244,300,5,0,198,324,0,1), - (9314,1202,0,26,0,-4709.32,-3077.75,309.237,0.62669,300,0,0,222,0,0,0), - (9315,1172,0,10913,0,-4671.42,-3110.04,304.273,2.16636,300,5,0,198,324,0,1), - (9316,1172,0,10913,0,-4718.61,-3042.37,313.143,1.81157,300,10,0,198,324,0,1), - (9317,1174,0,163,0,-4875.06,-2975.29,317.392,6.23157,300,0,0,219,537,0,0), - (9318,1175,0,373,0,-4865.22,-2998.41,317.342,0.416861,300,3,0,247,0,0,1), - (9319,1174,0,163,0,-4903.73,-2974.38,317.01,5.6412,300,3,0,219,537,0,1), - (9320,1172,0,10913,0,-5125.03,-2708.52,339.024,2.21624,300,10,0,198,324,0,1), - (9321,1175,0,373,0,-4919.11,-2959.93,316.433,2.41555,300,5,0,247,0,0,1), - (9322,1174,0,163,0,-4898.24,-2981.27,317.935,4.00892,300,3,0,219,537,0,1), - (9323,1175,0,373,0,-4927.8,-2973.65,317.133,3.70382,300,3,0,247,0,0,1), - (9324,1195,0,827,0,-4878.45,-2758.73,326.389,3.68134,300,10,0,198,0,0,1), - (9325,1175,0,373,0,-4918.11,-2994.26,319.612,0.387501,300,3,0,247,0,0,1), - (9326,1175,0,373,0,-4934.72,-2963.43,317.749,2.49517,300,3,0,247,0,0,1), - (9327,1175,0,373,0,-4897.95,-2984.34,318.131,2.957,300,3,0,247,0,0,1), - (9328,1175,0,373,0,-4941.95,-2976.12,321.678,1.27428,300,3,0,247,0,0,1), - (9329,1172,0,10913,0,-4689.28,-3023.4,315.952,0.657959,300,3,0,198,324,0,1), - (9330,1173,0,365,0,-5012.29,-2637.54,326.401,1.03891,300,5,0,198,0,0,1), - (9331,1172,0,10913,0,-5012.53,-2612.6,331.888,0.089247,300,5,0,198,324,0,1), - (9332,1174,0,163,0,-4934.7,-2991.84,321.195,0.119857,300,3,0,219,537,0,1), - (9333,1175,0,373,0,-4945.46,-2963.57,321.353,0.586142,300,3,0,247,0,0,1), - (9334,1172,0,10913,0,-4814.89,-3047.39,306.455,1.55793,300,10,0,198,324,0,1), - (9335,1172,0,10913,0,-5066.39,-2716.22,319.015,0.975115,300,2,0,198,324,0,1), - (9336,1173,0,365,0,-4981.5,-2723.31,324.716,2.11891,300,5,0,198,0,0,1), - (9337,1172,0,10913,0,-5073.24,-2717.48,319.521,5.98209,300,2,0,198,324,0,1), - (9338,1172,0,10913,0,-4967.21,-2646.91,331.664,0.271854,300,2,0,198,324,0,1), - (9339,1195,0,827,0,-4852.08,-2821.61,326.055,1.59793,300,10,0,198,0,0,1), - (9340,1693,0,1034,0,-4887.46,-3574.73,298.763,0.720345,300,10,0,300,0,0,1), - (9341,1693,0,1034,0,-4928.4,-3602.55,297.711,0.433089,300,10,0,300,0,0,1), - (9342,1412,0,134,0,-5517.17,-2888.82,355.458,3.25311,300,10,0,8,0,0,1), - (9343,1173,0,365,0,-5029.95,-2669.15,319.526,0.940278,300,0,0,198,0,0,0), - (9344,1189,0,762,0,-5082.32,-3616.29,302.411,0.917237,300,10,0,427,0,0,1), - (9345,1189,0,762,0,-4982.97,-3649.8,304.863,0.939462,300,10,0,427,0,0,1), - (9346,1189,0,762,0,-4951.55,-3621.24,299.616,2.13461,300,10,0,427,0,0,1), - (9347,1189,0,762,0,-5016.37,-3619.72,300.009,4.23928,300,10,0,427,0,0,1), - (9348,1172,0,10913,0,-5042.87,-2651.76,322.929,1.65102,300,5,0,198,324,0,1), - (9349,1172,0,10913,0,-5089.66,-2685.34,336.236,3.12924,300,5,0,198,324,0,1), - (9350,1172,0,10913,0,-5047.08,-2674.53,319.745,2.72543,300,5,0,198,324,0,1), - (9351,1172,0,10913,0,-5039.53,-2674.9,319.4,5.23599,300,0,0,198,324,0,0), - (9352,1173,0,365,0,-5078.82,-2756.08,334.231,5.96514,300,10,0,198,0,0,1), - (9353,1173,0,365,0,-5032.69,-2680.43,319.468,2.80998,300,0,0,198,0,0,0), - (9354,1173,0,365,0,-5036.17,-2694.64,319.495,4.34221,300,3,0,198,0,0,1), - (9355,1412,0,134,0,-5320.06,-2999.37,336.224,4.51518,300,10,0,8,0,0,1), - (9356,1172,0,10913,0,-5013.65,-2683.57,324.276,0.000697,300,5,0,198,324,0,1), - (9357,1173,0,365,0,-5074.26,-2712.17,319.911,3.34748,300,2,0,198,0,0,1), - (9358,1210,0,1054,0,-4758,-4189.11,303.079,2.02106,600,0,0,1686,0,0,0), - (9359,1180,0,14403,0,-4762.5,-4186.84,302.867,5.38499,300,2,0,1347,0,0,1), - (9360,1180,0,14403,0,-4767.12,-4194.76,303.242,2.19912,300,2,0,1347,0,0,1), - (9361,1178,0,1122,0,-4880.8,-3747.4,312.49,0.888788,300,10,0,1251,0,0,1), - (9362,1179,0,6692,0,-4914.54,-3852.15,304.682,5.07223,300,3,0,1131,408,0,1), - (9363,1179,0,6692,0,-4898.55,-3905.85,300.536,3.12414,300,0,0,1131,408,0,0), - (9364,1178,0,1122,0,-4874.72,-3906.17,302.602,3.10669,300,0,0,1251,0,0,0), - (9365,1179,0,6692,0,-4853.22,-3782.59,307.549,3.58164,300,5,0,1131,408,0,1), - (9366,1183,0,1052,0,-4831.06,-3878.74,302.56,3.94444,300,3,0,1212,456,0,1), - (9367,1178,0,1122,0,-4948.55,-3748.52,318.755,0.36412,300,5,0,1251,0,0,1), - (9368,1178,0,1122,0,-4902.35,-3910.26,300.735,1.74533,300,0,0,1251,0,0,0), - (9369,1183,0,1052,0,-4835.05,-3886.15,301.368,2.80211,300,3,0,1212,456,0,1), - (9370,1178,0,1122,0,-4884.67,-3813.78,304.126,1.87155,300,5,0,1251,0,0,1), - (9371,1181,0,1045,0,-4896.16,-3884.95,302.782,1.44547,300,10,0,1131,408,0,1), - (9372,1181,0,1045,0,-4885.09,-3848.9,302.692,2.16486,300,10,0,1131,408,0,1), - (9373,1180,0,14403,0,-4860.08,-3892.7,303.227,0.256854,300,5,0,1347,0,0,2), - (9374,1180,0,14403,0,-4826.42,-4079.79,309.875,2.38447,300,5,0,1347,0,0,2), - (9375,1178,0,1122,0,-4879.88,-3884.42,303.659,2.4162,300,0,0,1251,0,0,0), - (9376,1179,0,6692,0,-4851.38,-3980.5,303.126,2.27311,300,5,0,1131,408,0,1), - (9377,1181,0,1045,0,-4850.74,-4017.31,311.65,0,300,0,0,1131,408,0,0), - (9378,1195,0,827,0,-5447.51,-2852.44,346.203,6.26059,300,5,0,198,0,0,1), - (9379,1186,0,707,0,-5517.09,-3044.83,360.901,2.62136,300,5,0,266,0,0,1), - (9380,1186,0,707,0,-5459.44,-3020,356.374,1.60818,300,10,0,266,0,0,1), - (9381,1188,0,762,0,-5632.9,-3121.73,350.146,0.457337,300,5,0,328,0,0,2), - (9382,1933,0,856,0,-5559.05,-2859.77,361.332,3.59446,300,5,0,14,0,0,1), - (9383,1190,0,704,0,-5158.59,-2818.77,331.172,0.097727,300,10,0,198,0,0,1), - (9384,1195,0,827,0,-5239.23,-2929.43,340.108,2.34514,300,5,0,198,0,0,1), - (9385,1190,0,704,0,-5157.63,-2953.91,333.585,4.06582,300,5,0,198,0,0,1), - (9386,6491,0,5233,0,1989.31,-3650.44,120.369,3.70566,60,0,0,7680,0,0,0), - (9387,1188,0,762,0,-5714.6,-3118.53,315.817,5.26788,300,5,0,328,0,0,1), - (9388,1186,0,707,0,-5228.57,-2804.31,341.796,4.98532,300,10,0,266,0,0,1), - (9389,1190,0,704,0,-5153.1,-3020.75,332.497,3.79978,300,10,0,198,0,0,1), - (9390,1195,0,827,0,-5053.48,-2785.7,326.446,6.26938,300,5,0,198,0,0,1), - (9391,1186,0,707,0,-5034.82,-2889.04,337.445,4.3511,300,10,0,266,0,0,1), - (9392,1190,0,704,0,-5120.05,-3019.98,329.341,3.79242,300,10,0,198,0,0,1), - (9393,1195,0,827,0,-5050.67,-2898.73,335.773,3.6559,300,10,0,198,0,0,1), - (9394,1195,0,827,0,-5233.13,-2919.52,338.286,4.61023,300,5,0,198,0,0,1), - (9395,1186,0,707,0,-5091.51,-3019.98,324.161,3.01239,300,5,0,266,0,0,1), - (9396,1190,0,704,0,-5133.22,-2901.81,332.927,2.39352,300,10,0,198,0,0,1), - (9397,1195,0,827,0,-5087.17,-2887.14,325.893,0.154876,300,10,0,198,0,0,1), - (9398,1190,0,704,0,-4914.79,-2783.21,328.342,4.17264,300,10,0,198,0,0,1), - (9399,1195,0,827,0,-5060.23,-3002.1,325.868,6.0946,300,10,0,198,0,0,1), - (9400,1190,0,704,0,-5185.48,-3046.39,330.774,1.75938,300,10,0,198,0,0,1), - (9401,1195,0,827,0,-5120.98,-2985.48,335.24,3.35624,300,10,0,198,0,0,1), - (9402,1190,0,704,0,-5048.86,-2941.15,333.748,4.79261,300,10,0,198,0,0,1), - (9403,1190,0,704,0,-5117.34,-3046.97,327.374,1.30591,300,10,0,198,0,0,1), - (9404,1186,0,707,0,-5015.33,-2753.08,327.756,5.65884,300,10,0,266,0,0,1), - (9405,1195,0,827,0,-5459.24,-2976.95,357.309,2.00211,300,5,0,198,0,0,1), - (9406,8055,0,1598,0,-5309.88,-2987.97,340.697,-2.93215,300,0,0,2000,0,0,0), - (9407,1175,0,373,0,-4892.78,-2974.56,317.074,0.832015,300,5,0,247,0,0,2), - (9408,1174,0,163,0,-4884.37,-2970.6,316.923,5.92138,300,0,0,219,537,0,0), - (9409,1174,0,163,0,-4911.3,-2968.12,316.566,5.43842,300,3,0,219,537,0,1), - (9410,1175,0,373,0,-4940.28,-2969.32,321.57,5.18458,300,3,0,247,0,0,1), - (9412,1195,0,827,0,-5316.55,-2834.93,336.855,6.14356,300,2,0,198,0,0,1), - (9413,1172,0,10913,0,-4808.38,-2946.72,325.148,4.63022,300,2,0,198,324,0,1), - (9414,1174,0,163,0,-4927.74,-2963.38,317.67,0.058681,300,3,0,219,537,0,1), - (9415,2098,0,10001,0,-4165.49,-2469.87,210.461,5.15421,300,5,0,164,0,0,1), - (9416,2111,0,1407,0,-3746.29,-877.423,10.1325,1.18682,300,0,0,919,0,0,0), - (9417,1007,0,3199,0,-4181.26,-2884.55,12.2847,4.5204,300,0,0,494,0,0,0), - (9418,1008,0,355,0,-4150.9,-2851.43,12.1226,0.890118,300,0,0,531,0,0,0), - (9419,15384,0,11686,0,-3895.13,-627.5,6.87212,0.645772,300,0,0,42,0,0,0), - (9420,15384,0,11686,0,-3739.14,-604.76,9.6443,2.86234,300,0,0,42,0,0,0), - (9421,2595,0,11254,0,-2207.81,-1707.91,-64.187,3.9074,300,10,0,1604,0,0,1), - (9422,1418,0,391,0,-2615.01,-1450.99,-15.7628,5.32325,300,0,0,896,0,0,0), - (9423,1418,0,391,0,-2549.32,-1586.18,-13.1381,3.28531,300,10,0,896,0,0,1), - (9424,1418,0,391,0,-2613,-1388.05,-13.7176,1.22002,300,10,0,896,0,0,1), - (9425,1418,0,391,0,-2522.4,-1547.3,-21.728,2.92119,300,10,0,896,0,0,1), - (9426,1418,0,391,0,-2613.37,-1507,-10.1222,1.03153,300,10,0,896,0,0,1), - (9427,1418,0,391,0,-2597.06,-1470.13,-13.517,2.53179,300,10,0,896,0,0,1), - (9428,1418,0,391,0,-2405.29,-1695.5,-16.3056,4.95776,300,10,0,896,0,0,1), - (9429,1418,0,391,0,-2510.58,-1622.05,-19.5504,3.70143,300,10,0,896,0,0,1), - (9430,1418,0,391,0,-2592.15,-1554.63,-9.76612,3.76223,300,10,0,896,0,0,1), - (9431,1032,0,767,0,-2944.3,-2824.74,27.3129,4.9512,300,10,0,617,0,0,1), - (9432,4963,0,2964,0,-3822.89,-827.898,10.2984,5.16617,300,0,0,1605,0,0,0), - (9433,3180,0,3471,0,-2654.2,-2314.79,77.6986,6.19592,300,0,0,1684,0,0,0), - (9434,2911,0,1650,0,-3813.62,-837.888,17.1641,1.43117,300,0,0,2868,0,0,0), - (9435,1050,0,8315,0,-4063.72,-3972.15,181.661,1.02974,600,0,0,9432,0,0,0), - (9436,1048,0,716,0,-3882.3,-4050.14,164.135,6.17651,600,10,0,9156,0,0,1), - (9437,1049,0,8314,0,-3622.64,-3985.91,114.946,2.00453,600,3,0,7545,4972,0,1), - (9438,1049,0,8314,0,-3583.05,-4015.14,109.921,0.901763,600,10,0,7545,4972,0,1), - (9439,1048,0,716,0,-3919.93,-4085.11,172.07,2.91742,600,10,0,9156,0,0,1), - (9440,1047,0,8313,0,-3525.42,-3925.34,98.4791,3.89743,600,3,0,8883,0,0,1), - (9441,1049,0,8314,0,-3712.23,-4077.41,138.499,3.1438,600,3,0,7545,4972,0,1), - (9442,1050,0,8315,0,-4114.78,-3814.43,192.92,0,600,0,0,9432,0,0,0), - (9443,2097,0,1674,0,-3688.57,-838.11,11.2478,0.453786,300,0,0,1240,0,0,0), - (9444,1217,0,3460,0,-3818.05,-827.299,9.67523,5.91667,300,0,0,1240,0,0,0), - (9445,2096,0,1677,0,-3584.85,-865.268,12.9323,5.03926,300,0,0,633,0,0,0), - (9446,1239,0,1699,0,-3792.5,-840.038,9.90435,0.969448,300,0,0,1605,0,0,0), - (9447,5082,0,3011,0,-3849.96,-736.444,8.66354,1.37881,300,0,0,1605,0,0,0), - (9448,1571,0,5130,0,-3793.2,-782.052,9.09773,5.2709,600,0,0,7423,7071,0,0), - (9449,1434,0,2679,0,-3732,-574.424,5.96492,4.5204,300,0,0,2187,0,0,0), - (9450,1434,0,2678,0,-3748.8,-815.171,11.4795,4.06622,300,5,0,2187,0,0,1), - (9451,1434,0,2679,0,-3845.64,-881.299,6.4364,2.22328,300,3,0,2187,0,0,1), - (9452,1434,0,2678,0,-3724.95,-777.123,35.5055,5.31195,300,0,0,2187,0,0,0), - (9453,1434,0,2678,0,-3726.81,-853.776,10.9955,3.3703,300,0,0,2187,0,0,0), - (9454,1434,0,2678,0,-3668.1,-878.826,9.70652,0.821608,300,0,0,2187,0,0,0), - (9455,1434,0,2680,0,-3904.06,-605.163,5.33632,0.506145,300,0,0,2187,0,0,0), - (9456,1434,0,2679,0,-3646.55,-833.802,9.80127,2.10158,300,0,0,2187,0,0,0), - (9457,12658,0,12609,0,-3906.42,-609.037,5.21179,4.76475,300,0,0,919,0,0,0), - (9458,3179,0,3470,0,-3762.84,-723.912,8.20166,4.43314,300,0,0,1240,0,0,0), - (9459,1453,0,1895,0,-3700.87,-718.832,11.2287,2.53515,300,0,0,1240,0,0,0), - (9460,1464,0,3479,0,-3827.93,-831.901,10.0906,0.401426,300,0,0,1605,0,0,0), - (9461,1441,0,3473,0,-3790.54,-866.239,11.5981,2.20502,300,0,0,1240,0,0,0), - (9462,1457,0,3464,0,-3807.19,-823.611,17.1563,3.1765,300,0,0,1240,0,0,0), - (9463,1452,0,3476,0,-3746.03,-888.592,11.0244,1.18804,300,0,0,1240,0,0,0), - (9464,1462,0,3466,0,-3755.46,-849.402,10.0241,5.32655,300,0,0,1240,0,0,0), - (9465,12657,0,12610,0,-3720.61,-596.261,6.6216,4.36332,300,0,0,480,0,0,0), - (9466,10046,0,9264,0,-3794.34,-824.898,9.84759,0.05236,300,0,0,1605,0,0,0), - (9467,2099,0,793,0,-3730.98,-591.753,6.46108,6.03884,300,3,0,484,0,0,1), - (9468,1437,0,3484,0,-3644.89,-754.985,9.97506,3.57897,300,0,0,919,0,0,0), - (9469,12375,0,2405,0,-3643.86,-755.805,9.97506,4.27265,300,0,0,42,0,0,0), - (9470,1480,0,3486,0,-3769.18,-881.015,10.9641,0.895416,300,0,0,919,0,0,0), - (9471,5406,0,2408,0,-3644.73,-720.112,9.96778,4.15388,300,0,0,42,0,0,0), - (9472,1448,0,3459,0,-3712.16,-834.066,11.4796,2.58165,300,0,0,919,0,0,0), - (9473,1446,0,252,0,-3673.07,-731.084,10.9426,5.70723,300,0,0,87,0,0,0), - (9474,1447,0,3640,0,-3741.19,-888.798,11.0104,1.71042,300,0,0,87,0,0,0), - (9475,1481,0,4429,0,-3768.65,-776.745,8.77108,5.30743,300,0,0,919,0,0,0), - (9476,2102,0,4927,0,-3966.17,-2396.23,161.237,3.28535,300,5,0,494,0,0,1), - (9477,2102,0,4927,0,-3980.46,-2358.27,157.511,3.90004,300,5,0,494,0,0,1), - (9478,1017,0,649,0,-2740.98,-2818.75,60.5157,5.85624,300,0,0,734,0,0,0), - (9479,1007,0,3199,0,-4214.16,-2979.46,11.764,6.22145,300,0,0,494,0,0,0), - (9480,1418,0,391,0,-2649.33,-1416.17,-13.5259,4.03374,300,10,0,896,0,0,1), - (9481,1418,0,391,0,-2658.56,-1352.44,-11.033,3.52228,300,10,0,896,0,0,1), - (9482,1418,0,391,0,-2639.1,-1292.5,-12.1898,0.066106,300,10,0,896,0,0,1), - (9483,1418,0,391,0,-2458.36,-1644.37,-23.9631,2.55973,300,10,0,896,0,0,1), - (9484,1418,0,391,0,-2643.2,-1215.43,-14.7044,4.05034,300,10,0,896,0,0,1), - (9485,1418,0,391,0,-2485.8,-1594.88,-27.7009,1.4278,300,10,0,896,0,0,1), - (9486,1418,0,391,0,-2685.77,-1182.18,-13.1759,2.30947,300,10,0,896,0,0,1), - (9487,1418,0,391,0,-2615.52,-1243.67,-14.2569,5.8947,300,10,0,896,0,0,1), - (9488,1400,0,1036,0,-3711.17,-1239.44,-7.03479,2.57709,300,10,0,617,0,0,1), - (9489,1420,0,901,0,-2885.81,-1303.43,9.62749,4.91898,300,10,0,8,0,0,1), - (9490,1420,0,901,0,-4127.74,-3173.25,11.311,2.29533,300,10,0,8,0,0,1), - (9491,1420,0,901,0,-2933.64,-1839.42,6.34453,5.85847,300,10,0,8,0,0,1), - (9492,1028,0,1079,0,-3051.04,-931.25,-4.76749,6.15883,300,5,0,504,1443,0,1), - (9493,1047,0,8313,0,-3571.06,-3912.59,100.901,1.69629,600,3,0,8883,0,0,1), - (9494,1049,0,8314,0,-3746.53,-3995.52,142.89,5.6198,600,3,0,7545,4972,0,1), - (9495,1050,0,8315,0,-4017.14,-3921.73,181.185,3.78736,600,0,0,9432,0,0,0), - (9496,1050,0,8315,0,-3975.4,-3960.23,178.066,4.45059,600,0,0,9432,0,0,0), - (9497,1046,0,8312,0,-3372.48,-3654.41,63.6958,3.39842,600,5,0,6891,4578,0,1), - (9498,1050,0,8315,0,-3975.85,-4014.45,172.776,5.84685,600,0,0,9432,0,0,0), - (9499,1050,0,8315,0,-4051.29,-3878.18,186.769,3.22886,600,0,0,9432,0,0,0), - (9500,1050,0,8315,0,-4091.13,-3948.79,179.216,0.785398,600,0,0,9432,0,0,0), - (9501,1049,0,8314,0,-3813.79,-4045.87,152.633,5.2955,600,10,0,7545,4972,0,1), - (9502,4455,0,796,0,-3745.55,-801.538,11.5629,0.471239,300,0,0,1042,0,0,0), - (9503,2086,0,3480,0,-3716.14,-807.058,10.0639,5.91667,300,0,0,1240,0,0,0), - (9504,1242,0,3461,0,-3761.23,-733.229,8.04967,1.36835,300,0,0,1605,0,0,0), - (9505,2104,0,5409,0,-3732.46,-797.345,26.7802,5.77704,300,0,0,2016,0,0,0), - (9506,1018,0,180,0,-2953.05,-3311.23,54.206,2.51745,300,3,0,840,0,0,1), - (9507,1018,0,180,0,-3147.92,-3172.18,65.6812,1.5708,300,3,0,840,0,0,1), - (9508,1019,0,788,0,-3019.5,-3245.56,58.4111,1.12521,300,3,0,950,0,0,1), - (9509,1018,0,180,0,-3194.84,-3167.43,79.5633,6.09039,300,2,0,840,0,0,1), - (9510,1434,0,2679,0,-3691.05,-793.791,11.4796,5.57588,300,5,0,2187,0,0,1), - (9511,1434,0,2679,0,-3654.92,-850.519,9.67627,6.18187,300,0,0,2187,0,0,0), - (9512,1434,0,2678,0,-3721.14,-800.339,25.403,1.81113,300,0,0,2187,0,0,0), - (9513,1434,0,2679,0,-3741.1,-590.141,6.30289,0.31862,300,0,0,2187,0,0,0), - (9514,1434,0,2678,0,-3822.52,-767.024,8.04894,3.24575,300,0,0,2187,0,0,0), - (9515,1434,0,2679,0,-3525.32,-897.442,9.44792,0.511234,300,3,0,2187,0,0,1), - (9516,1434,0,2678,0,-3723.75,-798.595,11.4796,4.26498,300,5,0,2187,0,0,2), - (9517,1434,0,2679,0,-3728.33,-776.706,11.4795,4.92563,300,5,0,2187,0,0,1), - (9518,1434,0,2680,0,-3720.14,-589.24,6.44147,2.98451,300,0,0,2187,0,0,0), - (9519,3181,0,3469,0,-3840.27,-836.852,16.9484,2.77257,300,0,0,1605,0,0,0), - (9520,1456,0,3478,0,-3818.65,-818.816,9.55073,5.28835,300,0,0,1240,0,0,0), - (9521,1458,0,1898,0,-3687.09,-719.98,11.2215,4.61373,300,0,0,1240,0,0,0), - (9522,1450,0,3474,0,-3797.76,-866.926,11.5981,4.0856,300,0,0,1240,0,0,0), - (9523,1454,0,5033,0,-3687.1,-725.396,16.0801,3.80482,300,0,0,1240,0,0,0), - (9524,1460,0,3465,0,-3645.77,-744.079,9.85006,3.86039,300,0,0,1240,0,0,0), - (9525,1451,0,3462,0,-3771.83,-806.461,10.4091,0.736331,300,0,0,1240,0,0,0), - (9526,3182,0,3481,0,-3807.91,-837.641,10.0663,2.6529,300,0,0,919,0,0,0), - (9527,1461,0,3477,0,-3790.13,-858.467,11.5981,1.12372,300,0,0,2766,0,0,0), - (9528,1463,0,3467,0,-3704.24,-734.737,10.8371,2.79539,300,0,0,1240,0,0,0), - (9529,2099,0,793,0,-3914.25,-619.929,4.96821,2.55767,300,3,0,484,0,0,1), - (9530,5405,0,2409,0,-3649.77,-728.612,15.2705,5.36092,300,0,0,42,0,0,0), - (9531,2099,0,793,0,-3838.25,-794.124,8.3318,3.04502,300,5,0,484,0,0,1), - (9532,8881,0,2786,0,-3796.53,-827.717,9.8649,3.42085,300,0,0,42,0,0,0), - (9533,2099,0,793,0,-3849.69,-731.295,8.52667,0.669959,300,0,0,484,0,0,0), - (9534,2099,0,793,0,-3858.47,-812.472,8.12129,0.435042,300,5,0,484,0,0,1), - (9535,1476,0,3491,0,-3816.11,-831.261,9.4674,3.64644,300,0,0,919,0,0,0), - (9536,5404,0,2402,0,-3635.94,-724.132,10.007,4.32842,300,0,0,42,0,0,0), - (9537,8881,0,2784,0,-3796.54,-830.003,9.73768,3.1765,300,0,0,42,0,0,0), - (9538,2099,0,793,0,-3915.33,-627.699,4.79788,6.03106,300,3,0,484,0,0,1), - (9539,2102,0,4927,0,-4425.6,-2427.09,252.665,0.981529,300,5,0,494,0,0,1), - (9540,1016,0,673,0,-2758.16,-2927.16,51.0279,2.64852,300,3,0,664,0,0,1), - (9541,2596,0,5765,0,-2221.49,-1520.33,-35.9927,4.62531,300,10,0,1196,3075,0,1), - (9542,1417,0,1035,0,-4105.13,-3093.6,9.64633,4.25747,300,10,0,531,0,0,1), - (9543,1027,0,506,0,-2724.18,-979.468,-13.2423,0.139161,300,10,0,664,0,0,1), - (9544,1027,0,506,0,-2745.85,-1092.08,-9.53117,4.68115,300,10,0,664,0,0,1), - (9545,1027,0,506,0,-2721.67,-1034.6,-13.0759,2.17969,300,10,0,664,0,0,1), - (9546,1049,0,8314,0,-3782.52,-4014.72,148.531,3.92133,600,10,0,7545,4972,0,1), - (9547,1050,0,8315,0,-4115.67,-3848.33,190.087,0.034907,600,0,0,9432,0,0,0), - (9548,1048,0,716,0,-3595.13,-3984.96,108.992,0.182924,600,5,0,9156,0,0,1), - (9549,1049,0,8314,0,-3752.87,-4060.52,145.397,5.8967,600,5,0,7545,4972,0,1), - (9550,1050,0,8315,0,-4056.75,-3781.45,194.749,3.19395,600,0,0,9432,0,0,0), - (9551,1048,0,716,0,-3843.86,-4014.66,159.226,0.483717,600,5,0,9156,0,0,1), - (9552,1049,0,8314,0,-3679.62,-3994.1,127.343,1.46122,600,3,0,7545,4972,0,1), - (9553,1434,0,2678,0,-3542.41,-896.957,9.50667,5.82098,300,5,0,2187,0,0,2), - (9554,1434,0,2679,0,-3734.41,-817.711,20.3013,2.72242,300,0,0,2187,0,0,0), - (9555,1434,0,2678,0,-3776.45,-826.227,11.6295,5.59802,300,0,0,2187,0,0,0), - (9556,1434,0,2678,0,-3689.83,-774.054,11.0056,6.19077,300,5,0,2187,0,0,1), - (9557,1434,0,2678,0,-3725.67,-799.735,20.3013,1.0162,300,5,0,2187,0,0,2), - (9558,1434,0,2678,0,-3886.3,-595.664,5.78198,3.56047,300,0,0,2187,0,0,0), - (9559,1434,0,2680,0,-3865.2,-594.814,6.40026,3.57792,300,0,0,2187,0,0,0), - (9560,1434,0,2679,0,-3530.14,-914.874,9.19879,2.96362,300,3,0,2187,0,0,1), - (9561,1434,0,2677,0,-3744.99,-759.752,9.67399,2.97243,300,0,0,2187,0,0,0), - (9562,3178,0,3468,0,-3755.63,-720.676,8.18917,3.68849,300,0,0,1240,0,0,0), - (9563,1459,0,3463,0,-3758.33,-855.729,10.0241,4.46419,300,0,0,1240,0,0,0), - (9564,12376,0,2404,0,-3638.66,-714.83,9.9453,4.29351,300,0,0,42,0,0,0), - (9565,5403,0,2410,0,-3659.51,-753.616,9.97506,5.63593,300,0,0,42,0,0,0), - (9566,1445,0,338,0,-3667.39,-733.498,10.9584,2.74017,300,0,0,87,0,0,0), - (9567,2099,0,793,0,-3842.65,-737.782,8.74897,4.08407,300,0,0,484,0,0,0), - (9568,1479,0,3506,0,-3713.98,-811.793,25.403,2.41864,300,0,0,919,0,0,0), - (9569,1484,0,3489,0,-3743.43,-886.878,11.0121,3.57173,300,0,0,919,0,0,0), - (9570,1483,0,2733,0,-3743.22,-797.57,11.4796,2.64953,300,0,0,919,0,0,0), - (9571,2099,0,793,0,-3869.46,-598.839,6.15847,4.78435,300,0,0,484,0,0,0), - (9572,2099,0,793,0,-3904.43,-619.818,4.80411,1.08794,300,3,0,484,0,0,1), - (9573,2595,0,11254,0,-2216.49,-1555.45,-29.9376,0.563939,300,10,0,1604,0,0,1), - (9574,1400,0,1036,0,-3753,-1186.43,-18.9764,1.51493,300,10,0,617,0,0,1), - (9575,1048,0,716,0,-3611.21,-3955.03,109.977,4.34546,600,0,0,9156,0,0,0), - (9576,1049,0,8314,0,-3697.11,-4042.26,130.018,2.86407,600,10,0,7545,4972,0,1), - (9577,1050,0,8315,0,-4055.31,-3815.43,190.218,3.15905,600,0,0,9432,0,0,0), - (9578,1048,0,716,0,-3563.04,-3990.05,108.922,3.42683,600,0,0,9156,0,0,0), - (9579,1049,0,8314,0,-3787.48,-4087.3,155.636,5.81517,600,5,0,7545,4972,0,1), - (9580,1048,0,716,0,-3913.05,-4014.33,167.195,0.869833,600,10,0,9156,0,0,1), - (9581,1049,0,8314,0,-3706.81,-4012.17,130.885,6.15205,600,5,0,7545,4972,0,2), - (9582,1050,0,8315,0,-3951.23,-3992.42,173.433,5.14872,600,0,0,9432,0,0,0), - (9583,1482,0,3485,0,-3674.24,-734.237,10.9442,0.688427,300,0,0,919,0,0,0), - (9584,2595,0,11254,0,-2254.42,-1478.97,-43.5668,0.026295,300,10,0,1604,0,0,1), - (9585,1028,0,1079,0,-3048.89,-847.357,-14.215,3.00197,300,0,0,504,1443,0,0), - (9586,1050,0,8315,0,-4060.55,-3843.45,189.637,3.33358,600,0,0,9432,0,0,0), - (9587,1050,0,8315,0,-3993.36,-3986.63,176.335,0.767945,600,0,0,9432,0,0,0), - (9588,1050,0,8315,0,-3959.8,-4005.61,171.482,5.48033,600,0,0,9432,0,0,0), - (9589,1047,0,8313,0,-3543.94,-3941.29,102.124,1.6903,600,0,0,8883,0,0,0), - (9590,1050,0,8315,0,-4107.91,-3886.97,184.357,6.24828,600,0,0,9432,0,0,0), - (9591,1050,0,8315,0,-4051.59,-3903.66,184.044,4.08407,600,0,0,9432,0,0,0), - (9592,1050,0,8315,0,-4115.38,-3781.06,196.03,6.21337,600,0,0,9432,0,0,0), - (9593,1017,0,649,0,-2731.8,-2826.96,59.4968,2.97676,300,0,0,734,0,0,0), - (9594,1016,0,673,0,-2785.79,-2942.42,64.8738,3.93566,300,3,0,664,0,0,1), - (9595,2098,0,10002,0,-4040.71,-2557.35,140.166,5.55719,300,5,0,164,0,0,1), - (9596,1030,0,360,0,-4324.85,-2943.6,16.7937,5.48369,300,3,0,494,0,0,1), - (9597,2102,0,4927,0,-4229.39,-2376.94,202.896,4.7822,300,0,0,494,0,0,0), - (9598,1418,0,391,0,-2485.33,-1688.66,-13.4243,6.12231,300,10,0,896,0,0,1), - (9599,1030,0,360,0,-4312.4,-2945.19,14.8118,1.73177,300,10,0,494,0,0,1), - (9600,1019,0,788,0,-2654.07,-2048.08,75.7558,5.21797,300,5,0,950,0,0,1), - (9601,2679,0,1620,0,-2859.09,-1448.46,8.68912,4.53786,300,0,0,1454,0,0,0), - (9602,1078,0,1402,0,-3550.55,-1968.44,114.889,1.62341,300,0,0,1240,0,0,0), - (9603,1025,0,983,0,-3146.13,-890.037,-11.0565,4.06856,300,5,0,531,0,0,1), - (9604,1024,0,486,0,-3224.38,-894.487,-5.92772,4.10566,300,10,0,494,0,0,1), - (9605,1027,0,506,0,-2781.43,-919.248,-13.8136,4.65193,300,10,0,664,0,0,1), - (9606,1420,0,901,0,-3015.1,-2127.85,6.21251,3.53794,300,10,0,8,0,0,1), - (9607,1027,0,506,0,-2762.24,-958.632,-13.6919,3.2676,300,10,0,664,0,0,1), - (9608,1016,0,673,0,-2899.84,-2718.1,29.7199,0.566879,300,10,0,664,0,0,1), - (9609,1035,0,4917,0,-3409.53,-2284.12,51.8988,0.473012,300,0,0,635,0,0,0), - (9610,1034,0,4916,0,-3399.82,-2284.89,51.8992,0.128286,300,0,0,635,0,0,0), - (9611,1420,0,901,0,-4019.82,-2935.42,7.71254,1.80923,300,10,0,8,0,0,1), - (9612,1015,0,670,0,-2940.19,-2712.81,20.3167,0.86831,300,5,0,617,0,0,1), - (9613,2103,0,4925,0,-4245.94,-2454.22,259.783,0.633085,300,5,0,449,0,0,1), - (9614,1018,0,180,0,-3055.58,-3205.67,56.5263,3.85101,300,3,0,840,0,0,1), - (9615,1018,0,180,0,-3031.89,-3257.53,66.4442,5.28936,300,3,0,840,0,0,1), - (9616,1018,0,180,0,-2961.8,-3174.1,58.3581,4.98599,300,3,0,840,0,0,1), - (9617,1019,0,788,0,-3018.54,-3184.15,55.4953,2.2638,300,3,0,950,0,0,1), - (9618,1018,0,180,0,-2999.05,-3163.38,57.4992,0.867506,300,3,0,840,0,0,1), - (9619,1019,0,788,0,-2906.97,-3199.05,59.5109,3.56311,300,3,0,950,0,0,1), - (9620,1018,0,180,0,-2936.64,-3174.81,57.0274,2.73028,300,3,0,840,0,0,1), - (9621,1018,0,180,0,-2942.61,-3245.34,58.9836,5.40015,300,3,0,840,0,0,1), - (9622,1019,0,788,0,-2950.49,-3270.71,62.197,3.88905,300,3,0,950,0,0,1), - (9623,1019,0,788,0,-2969.06,-3255.33,54.206,2.59226,300,3,0,950,0,0,1), - (9624,1034,0,4916,0,-3414.8,-2298.29,52.5738,4.00815,300,0,0,635,0,0,0), - (9625,1034,0,4916,0,-3404.98,-2295.85,51.9004,0.473791,300,0,0,635,0,0,0), - (9626,1057,0,4918,0,-3398.99,-2270.39,51.8997,5.33934,300,0,0,519,1443,0,0), - (9627,1057,0,4918,0,-3410.47,-2291.42,51.8986,0.030041,300,0,0,519,1443,0,0), - (9628,1053,0,3488,0,-2817.57,-2881.88,32.7418,2.04204,300,0,0,2715,0,0,0), - (9631,1032,0,767,0,-3570.25,-3100.41,22.3196,1.66838,300,5,0,617,0,0,1), - (9632,1033,0,11139,0,-3597.07,-3243.25,26.6115,2.90278,300,5,0,734,0,0,1), - (9633,1043,0,956,0,-3485.02,-3139.48,22.2691,1.58642,300,10,0,582,618,0,1), - (9634,1043,0,956,0,-3578.67,-3164.21,24.1407,1.28177,300,10,0,582,618,0,1), - (9635,1042,0,9583,0,-3492.88,-3012.88,18.0758,2.37417,300,5,0,617,0,0,1), - (9636,1042,0,9583,0,-3549.44,-3021.78,11.0234,4.888,300,0,0,617,0,0,0), - (9637,1043,0,956,0,-3458.86,-3045.01,23.0215,1.44852,300,10,0,582,618,0,1), - (9638,1017,0,649,0,-2735.83,-2853.3,54.1952,2.32858,300,0,0,734,0,0,0), - (9639,1042,0,9583,0,-3228.17,-2850.52,16.5934,2.39761,300,5,0,617,0,0,1), - (9640,1043,0,956,0,-3564.16,-3245.41,26.2497,3.92699,300,10,0,582,618,0,1), - (9641,1043,0,956,0,-3545.01,-3205.13,26.8285,5.15422,300,10,0,582,618,0,1), - (9642,1043,0,956,0,-3490.15,-3067.27,22.0232,2.77414,300,10,0,582,618,0,1), - (9643,1032,0,767,0,-3516.48,-3044.27,14.8346,3.15331,300,5,0,617,0,0,1), - (9644,1042,0,9583,0,-3581.09,-3048.91,20.0439,2.83786,300,5,0,617,0,0,1), - (9645,1069,0,505,0,-3121.32,-3022.41,28.9901,1.63199,300,10,0,603,655,0,1), - (9646,1069,0,505,0,-3478.15,-3195.61,23.5374,4.80011,300,10,0,603,655,0,1), - (9647,1069,0,505,0,-3389.06,-3189.21,24.2305,0.777111,300,10,0,603,655,0,1), - (9648,1069,0,505,0,-3525.4,-3280.05,28.8772,2.39273,300,10,0,603,655,0,1), - (9649,1044,0,8712,0,-3485.77,-3317.69,29.6723,5.54301,300,5,0,684,693,0,1), - (9650,1032,0,767,0,-3787.36,-1337.68,24.9005,4.00164,300,10,0,617,0,0,1), - (9651,1417,0,1035,0,-4175.77,-3035.61,3.39675,0.247068,300,10,0,531,0,0,1), - (9652,1018,0,180,0,-2914.52,-3232.13,56.6167,0.105692,300,3,0,840,0,0,1), - (9653,1019,0,788,0,-2926.42,-3246.81,54.206,5.10494,300,3,0,950,0,0,1), - (9654,1019,0,788,0,-2929.81,-3292.57,54.206,3.33254,300,3,0,950,0,0,1), - (9655,1019,0,788,0,-3010.48,-3229.75,54.0775,4.21503,300,3,0,950,0,0,1), - (9656,1018,0,180,0,-2985,-3270.96,54.206,0.245902,300,3,0,840,0,0,1), - (9657,1019,0,788,0,-3030.82,-3279.76,65.7966,6.04398,300,3,0,950,0,0,1), - (9658,1019,0,788,0,-2997.37,-3313.15,64.1,1.72991,300,3,0,950,0,0,1), - (9659,1018,0,180,0,-3060.94,-3218.62,60.9622,2.07174,300,3,0,840,0,0,1), - (9660,1018,0,180,0,-2974.63,-3296.74,54.206,3.21453,300,3,0,840,0,0,1), - (9661,1019,0,788,0,-3040.75,-3196.58,56.1458,6.09223,300,3,0,950,0,0,1), - (9662,1018,0,180,0,-2995.32,-3195.16,59.5059,2.90957,300,3,0,840,0,0,1), - (9663,1420,0,901,0,-3514.09,-2816.25,9.39165,0.755021,300,10,0,8,0,0,1), - (9664,442,0,366,0,-9825.96,-1788.55,23.6652,0.92759,300,5,0,328,0,0,1), - (9665,1083,0,1305,0,-9610.93,-2620.03,57.0042,5.0087,300,5,0,356,0,0,1), - (9666,580,0,551,0,-8823,-1919.77,124.308,2.91731,300,0,0,494,0,0,0), - (9667,422,0,506,0,-9601.31,-2663.82,59.1656,0.765713,300,5,0,417,0,0,1), - (9668,548,0,1079,0,-9620.42,-2630.88,58.3792,2.13711,300,5,0,350,390,0,1), - (9669,548,0,1079,0,-9620.42,-2623.75,58.6292,5.6398,300,5,0,350,390,0,1), - (9670,721,0,328,0,-9182.64,-2097.79,87.8603,2.1628,300,5,0,1,0,0,1), - (9671,1083,0,1305,0,-9564.15,-2607.25,53.9951,6.11436,300,5,0,356,0,0,1), - (9672,1083,0,1305,0,-9590,-2630.72,60.7542,5.19776,300,5,0,356,0,0,1), - (9673,422,0,506,0,-9606.21,-2606.38,56.5042,4.35914,300,5,0,417,0,0,1), - (9674,441,0,387,0,-9627.7,-2360.86,64.1231,3.38325,300,10,0,330,938,0,1), - (9675,1053,0,3488,0,-2813.24,-2870.04,32.8668,3.45575,300,10,0,2715,0,0,1), - (9676,1035,0,4917,0,-3435.72,-2461.81,61.8125,4.17134,300,0,0,635,0,0,0), - (9677,1140,0,11316,0,-2953.2,-3281.3,62.3925,1.97076,7200,0,0,1106,0,0,0), - (9678,2098,0,10001,0,-3956.82,-2386.34,156.403,0.851786,300,5,0,164,0,0,1), - (9679,1420,0,901,0,-3633.57,-933.727,-9.41595,4.87035,300,10,0,8,0,0,1), - (9680,1400,0,1036,0,-3749.56,-1269.27,-8.1395,0.850314,300,10,0,617,0,0,1), - (9681,1417,0,1035,0,-3656.25,-941.667,-8.64649,1.9513,300,10,0,531,0,0,1), - (9682,1028,0,1079,0,-2988.56,-855.009,-9.10766,2.44978,300,5,0,504,1443,0,1), - (9683,1025,0,983,0,-3212.57,-815.264,-14.4519,4.72702,300,5,0,531,0,0,1), - (9684,1028,0,1079,0,-3017.56,-883.99,-11.267,5.3605,300,5,0,504,1443,0,1), - (9685,1025,0,983,0,-3146.98,-808.208,-13.7409,4.57757,300,5,0,531,0,0,1), - (9686,1027,0,506,0,-2846.8,-904.611,-8.65137,1.20925,300,10,0,664,0,0,1), - (9687,1025,0,983,0,-3183.08,-851.42,-13.0701,3.89376,300,5,0,531,0,0,1), - (9688,1077,0,1399,0,-3591.81,-1994.5,116.97,0.226893,300,0,0,1605,0,0,0), - (9689,1076,0,1401,0,-3590.51,-1998.6,117.02,0.890118,300,0,0,1605,0,0,0), - (9690,1027,0,506,0,-2936.06,-871.457,-10.8332,0.016706,300,10,0,664,0,0,1), - (9691,2682,0,3482,0,-2857.93,-1481.26,10.1697,0.238355,300,0,0,1172,0,0,0), - (9692,1019,0,788,0,-2618.64,-2031.02,72.9202,4.85732,300,5,0,950,0,0,1), - (9693,2103,0,4925,0,-4268,-2486.26,249.123,0.027337,300,5,0,449,0,0,1), - (9694,1035,0,4917,0,-3441.65,-2286.62,52.3614,0.115658,300,5,0,635,0,0,1), - (9695,1434,0,2678,0,-3641.42,-695.895,5.85869,6.14212,300,5,0,2187,0,0,1), - (9696,1434,0,2678,0,-3715.39,-701.697,4.7581,3.37283,300,5,0,2187,0,0,1), - (9697,2094,0,1408,0,-3684.2,-743.032,10.1033,5.06965,300,0,0,1240,0,0,0), - (9698,1069,0,505,0,-3307.2,-3021.42,24.5583,3.36195,300,10,0,603,655,0,1), - (9699,1069,0,505,0,-3410.88,-3279.18,23.9106,3.95333,300,10,0,603,655,0,1), - (9700,1043,0,956,0,-3511.92,-3082.55,19.8717,0.067202,300,10,0,582,618,0,1), - (9701,1417,0,1035,0,-4148.08,-3034.12,5.84343,0.695473,300,10,0,531,0,0,1), - (9702,2102,0,4927,0,-4272.12,-2340.12,219.474,3.99139,300,0,0,494,0,0,0), - (9703,1111,0,711,0,-3769,-2458.7,27.2349,4.34262,300,3,0,531,0,0,1), - (9704,1420,0,901,0,-3048.7,-1271.09,11.7266,5.42589,300,10,0,8,0,0,1), - (9705,1417,0,1035,0,-4135.14,-3114.8,5.2408,6.0849,300,10,0,531,0,0,1), - (9706,2595,0,11254,0,-2208.21,-1653.71,-48.1949,6.04705,300,10,0,1604,0,0,1), - (9707,1036,0,4919,0,-3419.45,-2436.73,52.0294,3.11783,300,0,0,600,618,0,0), - (9708,1015,0,670,0,-2974.57,-2693.96,12.0918,0.809005,300,10,0,617,0,0,1), - (9709,1017,0,649,0,-2909.08,-2741.77,28.8417,2.92123,300,10,0,734,0,0,1), - (9710,1052,0,3490,0,-2822.17,-2868.12,32.7418,3.80482,300,0,0,2559,0,0,0), - (9711,1053,0,3488,0,-2827.15,-2875.44,32.7418,1.01229,300,0,0,2715,0,0,0), - (9712,1054,0,3487,0,-2819.34,-2875.17,32.7418,3.10669,300,0,0,2865,0,0,0), - (9713,1032,0,767,0,-2840.48,-2705.67,45.2247,2.56647,300,10,0,617,0,0,1), - (9714,1028,0,1079,0,-3075.52,-820.704,-12.7779,5.06933,300,5,0,504,1443,0,1), - (9715,1024,0,486,0,-3246.6,-842.02,-15.1982,0.161731,300,10,0,494,0,0,1), - (9716,1400,0,1036,0,-3564.55,-1141.54,-11.6649,4.46526,300,10,0,617,0,0,1), - (9717,2595,0,11254,0,-2298.31,-1521.21,-38.3267,3.33605,300,10,0,1604,0,0,1), - (9718,1020,0,960,0,-3797.17,-1341.44,25.3554,0.232657,300,3,0,573,0,0,1), - (9719,1020,0,960,0,-3773.13,-1320.33,28.7508,1.02502,300,3,0,573,0,0,1), - (9720,1019,0,788,0,-2614.87,-1983.65,64.8758,1.38797,300,0,0,950,0,0,0), - (9721,1034,0,4916,0,-3320.04,-2264.43,51.8954,3.63902,300,3,0,635,0,0,1), - (9722,1017,0,649,0,-2593.41,-1680.81,9.67474,5.11399,300,10,0,734,0,0,1), - (9723,1111,0,711,0,-3904.74,-2676.89,32.038,0.033191,300,10,0,531,0,0,1), - (9724,1111,0,711,0,-3945.5,-2614.18,40.9056,3.78431,300,10,0,531,0,0,1), - (9725,1111,0,711,0,-3949.43,-2581.94,52.9613,1.13334,300,5,0,531,0,0,1), - (9726,1111,0,711,0,-3827.89,-2469.02,31.872,0.309867,300,3,0,531,0,0,1), - (9727,1015,0,670,0,-3169.37,-2748.18,17.1753,6.17943,300,10,0,617,0,0,1), - (9728,1015,0,670,0,-2985.18,-2586.01,15.4678,5.79507,300,10,0,617,0,0,1), - (9729,1044,0,8712,0,-3388.41,-3299.46,25.8421,3.66292,300,5,0,684,693,0,1), - (9730,1420,0,901,0,-3076.73,-2380.4,6.96654,1.76743,300,10,0,8,0,0,1), - (9731,2595,0,11254,0,-2326.77,-1785.46,-37.16,1.25681,300,10,0,1604,0,0,1), - (9732,1034,0,4916,0,-3430.93,-2316.92,52.2578,0.013553,300,0,0,635,0,0,0), - (9733,1034,0,4916,0,-3425.41,-2314.67,53.1409,0.712558,300,0,0,635,0,0,0), - (9734,1057,0,4918,0,-3444.61,-2298.93,52.0236,5.2596,300,5,0,519,1443,0,1), - (9735,1034,0,4916,0,-3427.86,-2305.2,53.2804,1.47047,300,3,0,635,0,0,1), - (9736,1057,0,4918,0,-3448.01,-2315.44,52.4983,0.82644,300,0,0,519,1443,0,0), - (9737,1034,0,4916,0,-3333.23,-2267.97,51.9893,5.52397,300,0,0,635,0,0,0), - (9738,1057,0,4918,0,-3342,-2277.68,51.8993,1.56164,300,0,0,519,1443,0,0), - (9739,1057,0,4918,0,-3318.75,-2276.12,51.8988,2.49234,300,0,0,519,1443,0,0), - (9744,1042,0,9583,0,-3618.66,-3112,22.9303,6.13603,300,5,0,617,0,0,1), - (9745,1069,0,505,0,-3178.51,-2993.31,23.1223,2.02089,300,10,0,603,655,0,1), - (9746,1054,0,3487,0,-2866.67,-2953.65,33.7424,2.79253,300,0,0,2865,0,0,0), - (9747,1052,0,3490,0,-2863.89,-2948.53,33.7424,3.34439,300,0,0,2559,0,0,0), - (9748,1052,0,3490,0,-2880.49,-2952.03,33.7843,1.48015,300,5,0,2559,0,0,1), - (9749,1054,0,3487,0,-2873.08,-2958.27,33.7843,1.48353,300,0,0,2865,0,0,0), - (9750,1054,0,3487,0,-2880.25,-2946.53,34.2777,4.62512,300,0,0,2865,0,0,0), - (9751,1035,0,4917,0,-3329.55,-2266.85,51.9188,4.4951,300,0,0,635,0,0,0), - (9752,1034,0,4916,0,-3322.01,-2255.04,51.886,3.09358,300,5,0,635,0,0,1), - (9753,1053,0,3488,0,-2859.92,-2973.38,40.3179,0.812122,300,5,0,2715,0,0,1), - (9754,8305,0,7529,0,-3188.03,-2465.57,9.67295,2.44346,300,0,0,1240,0,0,0), - (9755,1030,0,360,0,-3836.19,-3136.48,15.8488,6.1728,300,5,0,494,0,0,1), - (9756,1025,0,983,0,-3118.24,-846.084,-14.2927,5.6518,300,5,0,531,0,0,1), - (9757,1028,0,1079,0,-3078.07,-881.472,-12.8637,0.564671,300,5,0,504,1443,0,1), - (9758,1418,0,391,0,-2656.98,-1480.59,-6.70235,0.862434,300,10,0,896,0,0,1), - (9759,1027,0,506,0,-2718.64,-1120.17,-9.72419,0.936343,300,10,0,664,0,0,1), - (9760,1016,0,673,0,-2798.03,-2002.36,28.9523,1.54321,300,5,0,664,0,0,1), - (9761,1019,0,788,0,-2580.41,-1963.54,52.7538,6.09944,300,0,0,950,0,0,0), - (9762,1018,0,180,0,-2550.91,-1719.09,9.46367,4.03124,300,10,0,840,0,0,1), - (9763,1040,0,2023,0,-3171.13,-1522.04,4.68814,2.76075,300,10,0,664,0,0,1), - (9764,1018,0,180,0,-3010.57,-3110.42,64.6486,0,300,5,0,840,0,0,1), - (9765,1018,0,180,0,-3051.7,-3134.37,64.6635,5.88474,300,2,0,840,0,0,1), - (9766,1018,0,180,0,-3134.56,-3201.66,64.4624,5.57733,300,5,0,840,0,0,1), - (9767,1034,0,4916,0,-3305.8,-2294.36,59.4077,4.05351,300,5,0,635,0,0,1), - (9768,1420,0,901,0,-2837.81,-1424.41,12.7294,1.46759,300,10,0,8,0,0,1), - (9769,1018,0,180,0,-2979.01,-3090.92,64.6092,6.09914,300,5,0,840,0,0,1), - (9770,1434,0,2678,0,-3815.1,-791.049,11.2613,3.52786,300,5,0,2187,0,0,1), - (9771,1057,0,4918,0,-3440.09,-2434.04,52.0411,0.97762,300,0,0,519,1443,0,0), - (9772,1036,0,4919,0,-3421.48,-2432.87,52.0294,3.24742,300,0,0,600,618,0,0), - (9773,1038,0,4924,0,-3427.76,-2442.14,52.0236,1.82883,300,0,0,519,1443,0,0), - (9774,1036,0,4919,0,-3639.59,-2599.13,52.0392,3.20385,300,0,0,600,618,0,0), - (9775,1030,0,360,0,-3536,-2595.39,30.9806,6.06275,300,5,0,494,0,0,1), - (9776,1417,0,1035,0,-4047.35,-3098.63,7.20349,1.81767,300,10,0,531,0,0,1), - (9778,2098,0,10001,0,-4210.79,-2482.6,277.307,5.52457,300,5,0,164,0,0,1), - (9779,2595,0,11254,0,-2218.83,-1626.6,-46.8877,4.3511,300,10,0,1604,0,0,1), - (9780,2595,0,11254,0,-2222.57,-1593.89,-54.3714,4.05526,300,10,0,1604,0,0,1), - (9781,1043,0,956,0,-3505.69,-3156.42,23.3777,3.23665,300,10,0,582,618,0,1), - (9782,1069,0,505,0,-3493.45,-3221.02,22.1007,5.94936,300,10,0,603,655,0,1), - (9783,1043,0,956,0,-3557.93,-3115.11,23.4445,0.449859,300,10,0,582,618,0,1), - (9784,1036,0,4919,0,-3653.12,-2611.11,51.8989,1.2859,300,0,0,600,618,0,0), - (9785,1035,0,4917,0,-3641.61,-2602.89,51.8991,2.17105,300,0,0,635,0,0,0), - (9786,1420,0,901,0,-3074.1,-1408.84,13.7846,5.94909,300,10,0,8,0,0,1), - (9787,1420,0,901,0,-3219.34,-2537.86,7.21249,0.592735,300,10,0,8,0,0,1), - (9788,1027,0,506,0,-3154.44,-1279.5,9.46256,6.16229,300,10,0,664,0,0,1), - (9789,2099,0,793,0,-3785.02,-750.936,8.10555,4.88692,300,0,0,484,0,0,0), - (9790,1038,0,4924,0,-3647.66,-2609.58,51.8987,1.30399,300,0,0,519,1443,0,0), - (9791,2102,0,4927,0,-4270.37,-2456.72,251.359,5.69939,300,5,0,494,0,0,1), - (9792,2102,0,4927,0,-4277.4,-2404.28,234.061,6.13024,300,5,0,494,0,0,1), - (9793,2103,0,4925,0,-4339.67,-2506.99,252.204,1.27141,300,5,0,449,0,0,1), - (9794,2102,0,4927,0,-4310.64,-2519.36,256.747,5.8779,300,5,0,494,0,0,1), - (9795,2103,0,4925,0,-4268.95,-2428.3,252.499,0.095784,300,5,0,449,0,0,1), - (9796,1027,0,506,0,-2907.18,-909.878,-11.3953,2.74937,300,10,0,664,0,0,1), - (9797,1017,0,649,0,-2794.17,-1942.71,24.7936,3.06829,300,5,0,734,0,0,1), - (9798,1017,0,649,0,-2776.05,-1933.47,24.7936,1.33866,300,5,0,734,0,0,1), - (9799,1017,0,649,0,-2777.25,-1955.5,24.7936,0.425907,300,5,0,734,0,0,1), - (9800,1417,0,1035,0,-4046.45,-3064.82,6.21252,4.68218,300,10,0,531,0,0,1), - (9801,1038,0,4924,0,-3647.57,-2620.44,51.9576,2.83706,300,5,0,519,1443,0,1), - (9802,2153,0,3492,0,-3283.56,-1523.95,9.22938,2.67035,300,0,0,1240,0,0,0), - (9803,1244,0,480,0,-3261.47,-2720.74,9.53705,5.38068,300,0,0,1041,0,0,0), - (9804,1015,0,670,0,-2868.12,-2688.13,38.3704,0.230755,300,10,0,617,0,0,1), - (9805,1040,0,2023,0,-2855.38,-1754.75,7.40909,5.93425,300,10,0,664,0,0,1), - (9806,1032,0,767,0,-2960.58,-2737.9,19.0723,1.86843,300,10,0,617,0,0,1), - (9807,1400,0,1036,0,-2910.28,-1985.11,6.71253,1.39636,300,10,0,617,0,0,1), - (9808,1400,0,1036,0,-2987.08,-2249.38,6.21252,1.98636,300,10,0,617,0,0,1), - (9809,1074,0,1675,0,-2650.41,-2443.47,80.1627,1.01229,300,0,0,1605,0,0,0), - (9810,1071,0,1671,0,-2651.19,-2449.16,80.1164,3.76991,300,0,0,2016,0,0,0), - (9811,1072,0,1673,0,-2646.41,-2451.15,80.5034,0.401426,300,0,0,1605,0,0,0), - (9812,1075,0,1676,0,-2650.06,-2453.92,80.2021,5.71577,300,0,0,1240,0,0,0), - (9813,1073,0,1672,0,-2648.59,-2459.22,80.4825,0.401426,300,0,0,1380,608,0,0), - (9814,1015,0,670,0,-2938.87,-2738.14,22.4646,0.152946,300,10,0,617,0,0,1), - (9815,1033,0,11139,0,-3557.51,-3291.37,33.9249,2.26793,300,5,0,734,0,0,1), - (9816,1018,0,180,0,-3191.48,-3291.56,64.9634,0.749502,300,5,0,840,0,0,1), - (9817,1042,0,9583,0,-3571.21,-2983.29,12.1561,4.28765,300,5,0,617,0,0,1), - (9818,1018,0,180,0,-3053.98,-3153.26,63.5223,1.55501,300,3,0,840,0,0,1), - (9819,1018,0,180,0,-3027.22,-3141.05,69.7436,1.96544,300,2,0,840,0,0,1), - (9820,1010,0,714,0,-3752.95,-2917.71,12.0631,2.32129,300,0,0,573,0,0,0), - (9821,1018,0,180,0,-2936.58,-3116.23,90.3715,5.69356,300,5,0,840,0,0,1), - (9822,1009,0,3197,0,-3758.21,-2923.19,12.0631,1.5708,300,0,0,472,1357,0,0), - (9823,1027,0,506,0,-2890.64,-951.245,-10.7269,3.06931,300,10,0,664,0,0,1), - (9824,1026,0,1305,0,-3207.85,-1424.52,11.1169,5.73473,300,5,0,573,0,0,1), - (9825,1420,0,901,0,-3456.52,-2707.06,7.63688,1.39794,300,10,0,8,0,0,1), - (9826,2098,0,10001,0,-4142,-2416.2,183.576,2.71464,300,5,0,164,0,0,1), - (9827,1034,0,4916,0,-3480.47,-2334.13,63.4623,0.998043,300,5,0,635,0,0,1), - (9828,2099,0,793,0,-3730.76,-699.272,8.2462,0.174533,300,0,0,484,0,0,0), - (9829,2099,0,793,0,-3892.08,-661.003,8.22165,4.32842,300,0,0,484,0,0,0), - (9830,1016,0,673,0,-2785.98,-1983.01,26.2826,3.39415,300,5,0,664,0,0,1), - (9831,1017,0,649,0,-2765.25,-1948.41,25.5172,4.29723,300,5,0,734,0,0,1), - (9832,1015,0,670,0,-2824.07,-2042.2,27.7338,3.30256,300,10,0,617,0,0,1), - (9833,2099,0,793,0,-3755.84,-631.038,8.80592,5.74213,300,0,0,484,0,0,0), - (9834,1032,0,767,0,-3077.98,-2737.56,19.2906,0.349672,300,10,0,617,0,0,1), - (9835,1042,0,9583,0,-3491.43,-3014.49,19.4602,5.91138,300,5,0,617,0,0,1), - (9836,1069,0,505,0,-3553.73,-3236.37,27.1817,3.89742,300,10,0,603,655,0,1), - (9837,1043,0,956,0,-3457.83,-3025.73,22.3965,2.70399,300,10,0,582,618,0,1), - (9838,1018,0,180,0,-2938.41,-3082.9,64.6275,0.650929,300,3,0,840,0,0,1), - (9839,2098,0,10003,0,-4468.37,-2721.4,270.107,1.07129,300,5,0,164,0,0,1), - (9840,1111,0,711,0,-3879.15,-2745.98,23.2621,0.53445,300,10,0,531,0,0,1), - (9841,1030,0,360,0,-3654.79,-2661.6,35.8537,6.20701,300,5,0,494,0,0,1), - (9842,1111,0,711,0,-3981.61,-2760.11,22.2584,4.95349,300,10,0,531,0,0,1), - (9843,1019,0,788,0,-2559.65,-1782.75,11.0862,4.68695,300,10,0,950,0,0,1), - (9844,1043,0,956,0,-3594.09,-3179.11,22.8539,3.30642,300,10,0,582,618,0,1), - (9845,1032,0,767,0,-3006.93,-2745.79,16.6463,2.0803,300,10,0,617,0,0,1), - (9846,1016,0,673,0,-3124.78,-2780.09,23.0896,1.82524,300,10,0,664,0,0,1), - (9847,1028,0,1079,0,-3187.48,-1295.42,9.64602,3.38668,300,10,0,504,1443,0,1), - (9848,1028,0,1079,0,-3147.65,-1222.12,7.65265,2.02023,300,5,0,504,1443,0,1), - (9849,1030,0,360,0,-4158.84,-2674.83,37.2243,2.99902,300,10,0,494,0,0,1), - (9850,1400,0,1036,0,-3681.23,-1174.29,-16.5576,0.269343,300,10,0,617,0,0,1), - (9851,1046,0,8312,0,-3423.23,-3612.36,50.0207,2.10503,600,10,0,6891,4578,0,1), - (9852,1047,0,8313,0,-3444.89,-3779.02,71.5652,5.97299,600,3,0,8883,0,0,1), - (9853,1045,0,363,0,-3480.7,-3679.04,61.955,2.28705,600,3,0,8352,0,0,1), - (9854,1046,0,8312,0,-3511.86,-3786.42,78.8632,5.85525,600,10,0,6891,4578,0,1), - (9855,1045,0,363,0,-3452.04,-3646.33,57.8932,3.99349,600,10,0,8352,0,0,1), - (9856,1047,0,8313,0,-3484.26,-3745.09,63.2385,1.01181,600,5,0,8883,0,0,1), - (9857,1047,0,8313,0,-3556.32,-3893.49,97.7166,0.695489,600,3,0,8883,0,0,1), - (9858,1417,0,1035,0,-4212.01,-2960.97,13.4557,4.82993,300,10,0,531,0,0,1), - (9859,1044,0,8712,0,-3154.6,-3012.87,24.0722,1.67366,300,0,0,684,693,0,0), - (9860,1043,0,956,0,-3264.06,-2913.29,18.537,0.126064,300,10,0,582,618,0,1), - (9861,1043,0,956,0,-3253.18,-2944.98,18.7682,3.11035,300,10,0,582,618,0,1), - (9862,1042,0,9583,0,-3642.83,-3149.72,19.0329,0.39455,300,5,0,617,0,0,1), - (9863,1043,0,956,0,-3295.12,-2950.9,22.4927,3.41828,300,10,0,582,618,0,1), - (9864,1069,0,505,0,-3281.83,-2956.49,22.319,1.58056,300,10,0,603,655,0,1), - (9865,1043,0,956,0,-3366.7,-2970.17,24.7587,5.49365,300,10,0,582,618,0,1), - (9866,1011,0,8598,0,-3124.8,-1492.89,9.5725,5.19437,300,5,0,617,0,0,1), - (9867,1008,0,355,0,-4218.65,-2910.12,13.1277,2.29183,300,10,0,531,0,0,1), - (9868,1009,0,3197,0,-3764.58,-2917.38,12.0631,6.16101,300,0,0,472,1357,0,0), - (9869,1030,0,360,0,-4327.63,-2734.78,61.1731,4.65657,300,5,0,494,0,0,1), - (9870,1040,0,2023,0,-3126.84,-1437.12,5.54483,1.2122,300,10,0,664,0,0,1), - (9871,1047,0,8313,0,-3513.2,-3850.33,83.1046,0.212327,600,10,0,8883,0,0,1), - (9872,1158,0,11372,0,-2792.15,-1027.22,-10.0862,5.15372,300,5,0,860,686,0,1), - (9873,1047,0,8313,0,-3484.05,-3820.51,77.1792,4.87526,600,10,0,8883,0,0,1), - (9874,12899,0,12821,0,-3477.62,-3773.35,63.8701,1.62749,600,5,0,38844,0,0,2), - (9875,1018,0,180,0,-3225.12,-3356.63,64.5236,2.68922,300,10,0,840,0,0,1), - (9876,1018,0,180,0,-3247.1,-3368.1,64.6847,1.46704,300,10,0,840,0,0,1), - (9877,1400,0,1036,0,-2885.92,-1782.42,8.46252,3.28597,300,10,0,617,0,0,1), - (9878,1019,0,788,0,-3050.74,-3279.93,68.6312,4.17098,300,3,0,950,0,0,1), - (9879,1019,0,788,0,-3025.34,-3293.27,67.0128,2.43429,300,3,0,950,0,0,1), - (9880,1019,0,788,0,-3054.74,-3255.58,68.4882,3.48409,300,3,0,950,0,0,1), - (9881,1032,0,767,0,-2849.16,-2351.82,40.0888,4.09863,300,10,0,617,0,0,1), - (9882,1034,0,4916,0,-3473.61,-2360.97,57.2745,3.72959,300,3,0,635,0,0,1), - (9883,1069,0,505,0,-3255.89,-3023.39,20.8256,2.07282,300,10,0,603,655,0,1), - (9884,1034,0,4916,0,-3452.49,-2348.45,51.8991,5.8845,300,0,0,635,0,0,0), - (9885,1032,0,767,0,-2830.78,-2309.33,41.7878,5.70927,300,5,0,617,0,0,1), - (9886,1016,0,673,0,-2847.44,-2760.27,39.6678,1.64113,300,10,0,664,0,0,1), - (9887,1015,0,670,0,-2908.11,-2454.07,35.9253,1.0566,300,5,0,617,0,0,1), - (9888,1400,0,1036,0,-3684.96,-1112.54,-31.5504,1.99825,300,10,0,617,0,0,1), - (9889,1417,0,1035,0,-3797.94,-986.413,-18.128,2.92109,300,10,0,531,0,0,1), - (9890,1158,0,11372,0,-2793.94,-1023.41,-2.56807,2.30531,300,5,0,860,686,0,1), - (9891,1158,0,11372,0,-2799.34,-1014.51,-12.8674,4.72992,300,5,0,860,686,0,1), - (9892,1012,0,3196,0,-2907.23,-1853.38,9.96253,3.72775,300,10,0,664,0,0,1), - (9893,1014,0,543,0,-2901.99,-1838.34,9.52633,4.74729,300,6,0,840,0,0,1), - (9894,1013,0,714,0,-2907.53,-1840.89,9.52633,6.00393,300,6,0,640,655,0,1), - (9895,1012,0,3196,0,-2894.7,-1846.4,10.2125,4.75122,300,10,0,664,0,0,1), - (9896,1420,0,901,0,-3789.42,-2853.77,6.97134,2.83836,300,10,0,8,0,0,1), - (9897,1007,0,3199,0,-3904.01,-2892.13,9.80041,4.77688,300,0,0,494,0,0,0), - (9898,1158,0,11372,0,-2811.39,-1030.42,-13.1133,4.59202,300,5,0,860,686,0,1), - (9899,1028,0,1079,0,-3176.48,-1417.18,6.33753,5.05316,300,5,0,504,1443,0,1), - (9900,1014,0,543,0,-2960.18,-1950.52,9.36439,4.46804,300,10,0,840,0,0,1), - (9901,1013,0,714,0,-2969.24,-1947.17,9.42335,2.3911,300,6,0,640,655,0,1), - (9902,1013,0,714,0,-2971.06,-1956.5,9.42335,0.314159,300,6,0,640,655,0,1), - (9903,1012,0,3196,0,-2907.87,-1829.29,10.0434,4.29284,300,6,0,664,0,0,1), - (9904,1012,0,3196,0,-2903.27,-2021.54,9.75689,2.30931,300,10,0,664,0,0,1), - (9905,1012,0,3196,0,-2878.12,-2047.74,15.2468,5.30932,300,10,0,664,0,0,1), - (9906,1012,0,3196,0,-2914.4,-2064.65,10.9649,3.91594,300,10,0,664,0,0,1), - (9907,1012,0,3196,0,-2892.45,-2074.91,14.9472,4.66517,300,10,0,664,0,0,1), - (9908,1012,0,3196,0,-2905.49,-2039.93,9.27914,4.53786,300,0,0,664,0,0,0), - (9909,1013,0,714,0,-2904.91,-2051.77,9.27872,1.64061,300,0,0,640,655,0,0), - (9910,1014,0,543,0,-2900.11,-2046.31,9.27872,2.80998,300,0,0,840,0,0,0), - (9911,1400,0,1036,0,-3011.58,-1808.43,6.34904,4.54949,300,10,0,617,0,0,1), - (9912,1158,0,11372,0,-2808.35,-1012.68,3.50767,1.60211,300,3,0,860,686,0,1), - (9913,1157,0,3505,0,-2802.3,-1011.06,4.28959,2.14675,300,0,0,791,686,0,0), - (9914,1158,0,11372,0,-2796.56,-1016.59,5.98166,3.10138,300,3,0,860,686,0,1), - (9915,1400,0,1036,0,-3709.6,-1179.73,-18.3148,1.68087,300,10,0,617,0,0,1), - (9916,1420,0,901,0,-3156.83,-1679.32,10.3775,1.99793,300,10,0,8,0,0,1), - (9917,1400,0,1036,0,-2956.45,-1897.55,7.96253,4.97168,300,10,0,617,0,0,1), - (9918,1017,0,649,0,-2886.44,-2795.47,33.2931,1.42132,300,10,0,734,0,0,1), - (9919,1015,0,670,0,-3071,-2766.68,22.544,4.16896,300,10,0,617,0,0,1), - (9920,1033,0,11139,0,-2831.5,-2241.43,-0.927713,3.0586,300,5,0,734,0,0,1), - (9921,1033,0,11139,0,-2834.59,-2230.05,-1.61327,2.98391,300,5,0,734,0,0,1), - (9922,1033,0,11139,0,-2823.79,-2233.09,-1.61327,2.46047,300,5,0,734,0,0,1), - (9923,1158,0,11372,0,-2834.3,-971.43,-12.9049,1.55115,300,5,0,860,686,0,1), - (9924,1158,0,11372,0,-2822.06,-982.347,-2.52766,1.0298,300,5,0,860,686,0,1), - (9925,1158,0,11372,0,-2794.22,-1010.05,-4.7156,4.56572,300,5,0,860,686,0,1), - (9926,1158,0,11372,0,-2819.26,-993.662,-8.91584,3.46654,300,3,0,860,686,0,1), - (9927,1158,0,11372,0,-2816.88,-1002.81,-0.509189,4.61859,300,5,0,860,686,0,1), - (9928,1158,0,11372,0,-2804.22,-988.54,-7.53415,0.927363,300,5,0,860,686,0,1), - (9929,1158,0,11372,0,-2800.69,-993.143,0.826834,2.59387,300,5,0,860,686,0,1), - (9930,1016,0,673,0,-2769.37,-2715.52,61.6703,0.625925,300,3,0,664,0,0,1), - (9931,1015,0,670,0,-2849.44,-2556.78,51.5897,3.97835,300,5,0,617,0,0,1), - (9932,1160,0,3494,0,-2798.54,-1028.4,7.51422,1.88496,300,0,0,1003,0,0,0), - (9933,1158,0,11372,0,-2808.29,-978.692,-0.657851,1.56117,300,5,0,860,686,0,1), - (9934,1400,0,1036,0,-3056.19,-2201.7,6.21254,2.7288,300,10,0,617,0,0,1), - (9935,1400,0,1036,0,-2919.57,-1919.61,8.96254,1.43706,300,10,0,617,0,0,1), - (9936,1417,0,1035,0,-3006.86,-2653.31,8.2768,3.49671,300,10,0,531,0,0,1), - (9937,1015,0,670,0,-2791.77,-2558.89,63.4574,5.81239,300,10,0,617,0,0,1), - (9938,1017,0,649,0,-2910.34,-2766.49,28.3951,3.8222,300,10,0,734,0,0,1), - (9939,1017,0,649,0,-3014.13,-2720.36,10.3659,1.48939,300,10,0,734,0,0,1), - (9940,1015,0,670,0,-2828.39,-2685.37,48.0371,3.08685,300,10,0,617,0,0,1), - (9941,1016,0,673,0,-2794.08,-2763.48,54.0806,5.06066,300,2,0,664,0,0,1), - (9942,1111,0,711,0,-3931.65,-2652.62,37.6396,6.2343,300,10,0,531,0,0,1), - (9943,1032,0,767,0,-2913.93,-2211.12,21.6942,0.80772,300,10,0,617,0,0,1), - (9944,1069,0,505,0,-3081.35,-2924.4,25.4796,0.67083,300,10,0,603,655,0,1), - (9945,1043,0,956,0,-3177.35,-2976.82,23.2575,4.75338,300,10,0,582,618,0,1), - (9946,1043,0,956,0,-3049.23,-2851.87,25.8122,1.56338,300,10,0,582,618,0,1), - (9947,1042,0,9583,0,-3433.67,-2951.71,21.0274,3.1123,300,5,0,617,0,0,1), - (9948,1032,0,767,0,-3180.3,-2948.59,22.6084,4.47973,300,10,0,617,0,0,1), - (9949,1033,0,11139,0,-3116.31,-2976.28,27.6056,1.69418,300,10,0,734,0,0,1), - (9950,1032,0,767,0,-3254.06,-2852.02,13.0956,3.50796,300,10,0,617,0,0,1), - (9951,1111,0,711,0,-3985.29,-2655.15,37.1073,4.14952,300,10,0,531,0,0,1), - (9952,1030,0,360,0,-3950.22,-2935.86,12.1557,2.94078,300,10,0,494,0,0,1), - (9953,1030,0,360,0,-4283.15,-2896.2,19.0364,2.55206,300,3,0,494,0,0,1), - (9954,1111,0,711,0,-3982.5,-2656.46,36.9942,4.76713,300,10,0,531,0,0,1), - (9955,5683,0,3989,0,-2495,-2453.08,79.7397,1.69274,300,0,0,508,545,0,0), - (9956,1400,0,1036,0,-2906.03,-1884.42,8.49297,0.293328,300,10,0,617,0,0,1), - (9957,1030,0,360,0,-4144.37,-2624.26,50.1289,0.201693,300,10,0,494,0,0,1), - (9958,1169,0,3456,0,-4285.9,-3009.98,9.80131,4.84577,300,3,0,417,0,0,2), - (9959,1169,0,3456,0,-4278.27,-3004.02,9.42749,5.31662,300,0,0,417,0,0,0), - (9960,1169,0,3456,0,-4296,-3021.21,9.08154,5.06967,300,3,0,417,0,0,1), - (9961,1039,0,713,0,-3787.26,-2968.68,6.86915,3.3224,300,10,0,494,0,0,1), - (9962,1039,0,713,0,-3950.07,-3026.53,6.50215,3.77425,300,10,0,494,0,0,1), - (9963,1032,0,767,0,-3374.06,-2749.98,26.6317,1.00122,300,5,0,617,0,0,1), - (9964,1169,0,3456,0,-4304.28,-3028.85,8.64129,0.032712,300,3,0,417,0,0,1), - (9965,1169,0,3456,0,-4309.47,-3026.43,9.41542,5.30742,300,3,0,417,0,0,1), - (9966,1008,0,355,0,-3903.12,-3038.49,11.1327,0.087266,300,0,0,531,0,0,0), - (9967,1417,0,1035,0,-3479.55,-2747.36,9.11974,1.64308,300,10,0,531,0,0,1), - (9968,1417,0,1035,0,-3979.24,-3013.5,11.7125,1.66448,300,10,0,531,0,0,1), - (9969,1417,0,1035,0,-3045.13,-2613.86,11.6107,0.554655,300,10,0,531,0,0,1), - (9970,1417,0,1035,0,-4138.52,-3037.75,6.09343,1.3698,300,10,0,531,0,0,1), - (9971,1417,0,1035,0,-3955.59,-3019.75,7.93103,0.240708,300,10,0,531,0,0,1), - (9972,1417,0,1035,0,-3065.96,-2583.93,10.9405,6.19323,300,10,0,531,0,0,1), - (9973,1007,0,3199,0,-3906.38,-3032.66,11.0875,0.570531,300,5,0,494,0,0,1), - (9974,1008,0,355,0,-3901.93,-3028.46,11.217,5.37561,300,0,0,531,0,0,0), - (9975,1420,0,901,0,-3608.71,-839,-11.8743,5.56693,300,10,0,8,0,0,1), - (9976,1069,0,505,0,-3061.06,-2953.17,30.9704,4.55557,300,10,0,603,655,0,1), - (9977,1417,0,1035,0,-3029.19,-2469.18,10.2581,4.72216,300,10,0,531,0,0,1), - (9978,1015,0,670,0,-2788.57,-2638.62,63.2169,2.18696,300,10,0,617,0,0,1), - (9979,1018,0,180,0,-3177.58,-3275.04,63.6232,4.18403,300,5,0,840,0,0,1), - (9980,1018,0,180,0,-3148.33,-3202.53,66.0555,0.218457,300,3,0,840,0,0,1), - (9981,1018,0,180,0,-3106.43,-3251.73,65.3692,5.41186,300,0,0,840,0,0,0), - (9982,1018,0,180,0,-3070.9,-3268.34,68.0449,0.362248,300,3,0,840,0,0,1), - (9983,1420,0,901,0,-3149.51,-1975.58,11.788,0.83377,300,10,0,8,0,0,1), - (9984,1018,0,180,0,-3094.99,-3262.41,65.9833,0.771076,300,3,0,840,0,0,1), - (9985,1420,0,901,0,-3192.29,-2451.89,9.83452,1.87834,300,10,0,8,0,0,1), - (9986,1018,0,180,0,-3215.13,-3283.68,64.4398,0.444056,300,10,0,840,0,0,1), - (9987,1011,0,8598,0,-3006.67,-1733.17,9.50193,4.36345,300,10,0,617,0,0,1), - (9988,1014,0,543,0,-3049.8,-1683.27,9.37588,3.49066,300,0,0,840,0,0,0), - (9989,1013,0,714,0,-3050.7,-1686.57,9.37588,2.63545,300,0,0,640,655,0,0), - (9990,1013,0,714,0,-3058.06,-1684.53,9.28363,0.226893,300,0,0,640,655,0,0), - (9991,1011,0,8598,0,-3060.26,-1768.02,9.53579,1.94678,300,10,0,617,0,0,1), - (9992,1011,0,8598,0,-3045.78,-1705.38,9.9669,0.470239,300,10,0,617,0,0,1), - (9993,1012,0,3196,0,-2950.76,-1671.85,10.3625,5.95009,300,10,0,664,0,0,1), - (9994,1010,0,714,0,-3096.67,-1818.68,9.27133,4.88768,300,5,0,573,0,0,1), - (9995,1011,0,8598,0,-3064.98,-1697.12,10.6528,5.32736,300,10,0,617,0,0,1), - (9996,1011,0,8598,0,-3037.98,-1671.8,10.3616,1.37624,300,10,0,617,0,0,1), - (9997,1012,0,3196,0,-3060.91,-1663.63,9.34726,4.90107,300,10,0,664,0,0,1), - (9998,1012,0,3196,0,-2940.25,-1685.92,9.58912,2.97432,300,10,0,664,0,0,1), - (9999,1011,0,8598,0,-3075.11,-1721.02,10.6863,3.27991,300,5,0,617,0,0,1), - (10000,1051,0,825,0,-2782.35,-2867.91,40.1713,3.98208,300,10,0,2400,0,0,1), - (10001,1053,0,3488,0,-2869.12,-2934.05,33.5343,2.73744,300,10,0,2715,0,0,1), - (10002,1053,0,3488,0,-2826.58,-2864.39,32.8648,0.785398,300,0,0,2715,0,0,0), - (10003,1026,0,1305,0,-3250.68,-1443.74,9.71209,1.35018,300,5,0,573,0,0,1), - (10004,1028,0,1079,0,-3244.59,-1353.08,6.16203,4.204,300,10,0,504,1443,0,1), - (10005,1157,0,3505,0,-2991.4,-973.823,-1.93475,1.31403,300,5,0,791,686,0,1), - (10006,1158,0,11372,0,-2937.95,-964.599,-8.41711,4.96361,300,5,0,860,686,0,1), - (10007,1030,0,360,0,-4184.38,-2776.04,29.5681,5.64129,300,0,0,494,0,0,0), - (10008,2595,0,11254,0,-2279.74,-1771.47,-29.0504,5.86238,300,10,0,1604,0,0,1), - (10009,4040,0,959,0,-3772.06,-2437.41,28.4265,0.025153,300,3,0,531,0,0,1), - (10010,2595,0,11254,0,-2295.54,-1672.87,-35.1069,2.97814,300,10,0,1604,0,0,1), - (10011,1158,0,11372,0,-2964.73,-940.219,-6.21906,5.08633,300,5,0,860,686,0,1), - (10012,1040,0,2023,0,-2952.42,-2308.9,5.21326,1.28364,300,10,0,664,0,0,1), - (10013,2103,0,4925,0,-4255.28,-2352.59,206.457,0.306222,300,3,0,449,0,0,1), - (10014,2103,0,4925,0,-4265.13,-2360.76,208.082,5.19876,300,3,0,449,0,0,1), - (10015,1157,0,3505,0,-2983.49,-948.184,8.70823,0.932232,300,3,0,791,686,0,1), - (10016,1054,0,3487,0,-2946.89,-2974.61,30.7854,2.42601,300,10,0,2865,0,0,1), - (10017,1015,0,670,0,-2945.52,-2515.49,28.5266,1.00679,300,10,0,617,0,0,1), - (10018,1052,0,3490,0,-2907.68,-2955.41,33.1593,5.51712,300,10,0,2559,0,0,1), - (10019,1157,0,3505,0,-2995.48,-961.819,14.8458,3.2928,300,3,0,791,686,0,1), - (10020,2596,0,5765,0,-2291.65,-1654.1,-62.0212,3.69488,300,10,0,1196,3075,0,1), - (10021,2595,0,11254,0,-2290.21,-1627.34,-65.6208,5.32466,300,10,0,1604,0,0,1), - (10022,1052,0,3490,0,-2903.86,-2991.96,38.2958,2.659,300,10,0,2559,0,0,1), - (10023,1053,0,3488,0,-2849,-2951.57,35.6174,5.70062,300,10,0,2715,0,0,1), - (10024,2102,0,4927,0,-4207.18,-2366.54,202.947,1.50098,300,3,0,494,0,0,1), - (10025,1052,0,3490,0,-2941.24,-3006.21,39.5239,5.26622,300,0,0,2559,0,0,0), - (10026,1157,0,3505,0,-2989.6,-950.5,3.1611,1.58374,300,5,0,791,686,0,1), - (10027,2103,0,4925,0,-4207.41,-2384.15,202.912,3.75246,300,3,0,449,0,0,1), - (10028,1157,0,3505,0,-2967.88,-957.781,-3.34713,0.695266,300,5,0,791,686,0,1), - (10029,2103,0,4925,0,-4188.47,-2382.44,209.79,3.71755,300,3,0,449,0,0,1), - (10030,2102,0,4927,0,-4197.09,-2368.17,216.912,4.41568,300,0,0,494,0,0,0), - (10031,2103,0,4925,0,-4194.16,-2364.87,209.79,1.5708,300,0,0,449,0,0,0), - (10032,1012,0,3196,0,-2981.17,-1675.98,12.9082,5.17829,300,10,0,664,0,0,1), - (10033,1012,0,3196,0,-2977.12,-1709.27,10.1701,1.99483,300,3,0,664,0,0,1), - (10034,1012,0,3196,0,-2970.6,-1694.16,9.3784,1.0821,300,6,0,664,0,0,1), - (10035,1013,0,714,0,-2965.75,-1686.36,9.54598,4.2586,300,6,0,640,655,0,1), - (10036,1014,0,543,0,-2962.15,-1689.57,9.50232,3.33358,300,6,0,840,0,0,1), - (10037,1012,0,3196,0,-2959.88,-1714.29,17.0197,5.74274,300,3,0,664,0,0,1), - (10038,1011,0,8598,0,-3110.26,-1548.53,9.26969,5.42844,300,10,0,617,0,0,1), - (10039,1157,0,3505,0,-2987.77,-965.611,4.11485,4.01243,300,5,0,791,686,0,1), - (10040,1053,0,3488,0,-2899.07,-2935.4,33.9093,3.75196,300,10,0,2715,0,0,1), - (10041,1157,0,3505,0,-2944.46,-969.674,-7.46979,5.85377,300,5,0,791,686,0,1), - (10042,2595,0,11254,0,-2219.23,-1679.22,-55.3374,1.78254,300,10,0,1604,0,0,1), - (10043,1364,0,1398,0,-2931.11,-2973.81,30.6708,5.28254,300,0,0,4487,1007,0,0), - (10044,1159,0,3512,0,-2979.71,-959.726,-7.1871,1.48353,300,0,0,950,0,0,0), - (10045,1054,0,3487,0,-2919.98,-2960.97,30.7631,0.855211,300,0,0,2865,0,0,0), - (10046,1157,0,3505,0,-2979.69,-968.229,-6,4.87257,300,5,0,791,686,0,1), - (10047,1043,0,956,0,-3202.53,-2923.19,18.1638,6.22455,300,10,0,582,618,0,1), - (10048,1069,0,505,0,-3372.73,-3142.61,27.1277,0.164828,300,10,0,603,655,0,1), - (10049,1069,0,505,0,-3414.23,-3118.49,23.2006,0.916534,300,10,0,603,655,0,1), - (10050,1043,0,956,0,-3410.05,-2963.19,24.0631,1.28364,300,10,0,582,618,0,1), - (10051,1069,0,505,0,-3291.03,-3044.47,22.1266,1.28981,300,10,0,603,655,0,1), - (10052,548,0,1079,0,-9597.92,-2597.92,59.2067,3.25283,300,5,0,350,390,0,1), - (10053,434,0,275,0,-9376.47,-3260.9,88.6246,3.82735,300,0,0,530,200,0,0), - (10054,433,0,275,0,-9364.7,-3250.32,90.5373,3.87381,300,5,0,573,0,0,1), - (10055,548,0,1079,0,-9567.36,-2661.01,54.2981,4.84979,300,10,0,350,390,0,1), - (10056,442,0,366,0,-9706.65,-1844.74,53.2409,2.67826,300,5,0,328,0,0,1), - (10057,1083,0,1305,0,-9593.32,-2659.87,61.1731,3.29915,300,5,0,356,0,0,1), - (10058,1083,0,1305,0,-9578.9,-2676.87,55.983,4.73583,300,10,0,356,0,0,1), - (10059,431,0,493,0,-9354.9,-3244.91,92.3338,0.915454,300,5,0,734,0,0,1), - (10060,548,0,1079,0,-9580.47,-2628.25,54.3792,4.45043,300,5,0,350,390,0,1), - (10061,548,0,1079,0,-9550.6,-2618.56,53.6192,5.40032,300,10,0,350,390,0,1), - (10062,431,0,493,0,-9378.08,-3253.93,89.7537,0.541052,300,0,0,734,0,0,0), - (10063,431,0,493,0,-9341.65,-3276.9,94.1245,3.68265,300,0,0,734,0,0,0), - (10064,1083,0,1305,0,-9575.58,-2574.05,54.0817,1.70354,300,5,0,356,0,0,1), - (10065,1083,0,1305,0,-9533.82,-2597.37,52.3236,6.00936,300,5,0,356,0,0,1), - (10066,434,0,275,0,-9298.52,-3199.46,105.035,6.07375,300,0,0,530,200,0,0), - (10067,433,0,275,0,-9296.33,-3203.91,105.471,1.27409,300,0,0,573,0,0,0), - (10068,434,0,275,0,-9293.82,-3199.09,105.443,3.9968,300,0,0,530,200,0,0), - (10069,434,0,275,0,-9420.73,-3155.85,78.4672,0.471239,300,0,0,530,200,0,0), - (10070,433,0,275,0,-9314.32,-3218.88,101.299,5.34071,300,0,0,573,0,0,0), - (10071,434,0,275,0,-9360.39,-3119.73,86.1343,6.12611,300,0,0,530,200,0,0), - (10072,433,0,275,0,-9330.33,-3197.1,105.392,4.39823,300,0,0,573,0,0,0), - (10073,433,0,275,0,-9320.23,-3139.82,99.9838,0.872665,300,0,0,573,0,0,0), - (10074,1069,0,505,0,-3374.77,-3116.8,24.5551,3.1057,300,10,0,603,655,0,1), - (10075,433,0,275,0,-9427.83,-3123.26,78.4761,5.65487,300,0,0,573,0,0,0), - (10076,6727,0,5407,0,-9223.98,-2157.12,64.0168,3.05433,300,0,0,1605,0,0,0), - (10077,6166,0,4944,0,-9222.58,-2147.87,63.814,3.92699,300,0,0,1172,0,0,0), - (10078,434,0,275,0,-9368.99,-3149.92,88.7154,1.25664,300,0,0,530,200,0,0), - (10079,433,0,275,0,-9428.49,-3145.47,78.4672,0.418879,300,0,0,573,0,0,0), - (10080,936,0,0,0,-9245.81,-2167.49,64.1168,3.58002,300,0,0,2016,0,0,2), - (10081,789,0,3369,0,-9234.49,-2158.75,64.4407,2.11185,300,0,0,919,0,0,0), - (10082,859,0,3453,0,-9249.39,-2140.79,64.2329,3.78736,300,0,0,2434,0,0,0), - (10083,379,0,3367,0,-9217.04,-2151.47,64.3539,4.47915,300,0,0,644,0,0,0), - (10084,900,0,5009,0,-9215.92,-2215.91,66.5231,1.78024,300,0,0,1605,0,0,0), - (10085,344,0,1753,0,-9218.61,-2221.8,67.6227,1.5708,500,0,0,2100,0,0,0), - (10086,712,0,489,0,-9556.2,-1866.17,71.2841,2.48671,300,10,0,300,0,0,1), - (10087,341,0,1748,0,-9279.22,-2268.53,67.6306,5.25344,300,0,0,919,0,0,0), - (10088,934,0,0,0,-9266.45,-2181.94,64.2375,4.7822,300,0,0,2100,0,0,2), - (10089,441,0,387,0,-9053.15,-2491.32,126.266,5.6682,300,10,0,330,938,0,1), - (10090,422,0,506,0,-9272.92,-2441.92,53.701,4.52793,300,10,0,417,0,0,1), - (10091,578,0,391,0,-9273.21,-2442.02,54.676,4.92605,300,10,0,449,0,0,1), - (10092,712,0,489,0,-9463.05,-1899.34,82.5449,1.6057,300,0,0,300,0,0,0), - (10093,423,0,487,0,-9457.9,-1897.8,82.7276,2.56563,300,0,0,328,0,0,0), - (10094,423,0,487,0,-9465.01,-1893.03,82.7339,4.11898,300,0,0,328,0,0,0), - (10095,423,0,487,0,-9471.53,-1924.84,81.6729,1.2675,300,5,0,328,0,0,1), - (10096,422,0,506,0,-9226.94,-2442.88,55.8612,0.15708,300,0,0,417,0,0,0), - (10097,578,0,391,0,-9221.97,-2448.36,57.1582,0.401426,300,0,0,449,0,0,0), - (10098,578,0,391,0,-9246.59,-2457.74,55.5778,2.30383,300,10,0,449,0,0,1), - (10099,578,0,391,0,-9243.79,-2461.53,55.5547,3.50811,300,10,0,449,0,0,1), - (10100,578,0,391,0,-9255.61,-2489.65,48.1957,0.778502,300,10,0,449,0,0,1), - (10101,442,0,366,0,-9689.64,-1840.16,57.2991,3.6542,300,5,0,328,0,0,1), - (10102,578,0,391,0,-9277.77,-2513.42,35.0234,0.592334,300,10,0,449,0,0,1), - (10103,422,0,506,0,-9290.65,-2479.95,41.8993,5.05603,300,10,0,417,0,0,1), - (10104,422,0,506,0,-9305.71,-2494.28,35.1084,1.69564,300,10,0,417,0,0,1), - (10105,345,0,703,0,-9288.95,-1911.28,74.9346,2.34692,300,0,0,1139,0,0,0), - (10106,422,0,506,0,-9380.57,-2455.62,29.2163,2.00002,300,10,0,417,0,0,1), - (10107,545,0,5293,0,-9338.86,-2744.99,65.0039,4.15388,300,0,0,404,456,0,0), - (10108,430,0,10789,0,-9088.42,-2034.96,129.188,5.11564,300,5,0,354,1020,0,1), - (10109,426,0,500,0,-9129.67,-2046.02,128.702,1.56268,300,10,0,386,0,0,1), - (10110,426,0,500,0,-9099.5,-2037.44,128.835,2.05949,300,0,0,386,0,0,0), - (10111,426,0,500,0,-9097.62,-2031.9,128.834,4.06662,300,0,0,386,0,0,0), - (10112,426,0,500,0,-9102.25,-2031.16,128.834,4.67748,300,0,0,386,0,0,0), - (10113,547,0,3035,0,-9254.54,-1944.67,78.7819,0.144185,300,10,0,356,0,0,1), - (10114,426,0,500,0,-9056.48,-2008.05,146.581,2.96706,300,0,0,386,0,0,0), - (10115,430,0,10789,0,-9052.12,-2010.23,146.676,4.08407,300,0,0,354,1020,0,0), - (10116,446,0,609,0,-8921.28,-1994.36,139.284,1.03094,300,0,0,417,0,0,0), - (10117,446,0,609,0,-8796.43,-2047.03,128.337,0.674926,300,0,0,417,0,0,0), - (10118,547,0,3035,0,-8822.79,-2574.16,131.618,3.65856,300,5,0,356,0,0,1), - (10119,547,0,3035,0,-8781.58,-2587.95,130.887,6.09005,300,5,0,356,0,0,1), - (10120,547,0,3035,0,-8725.97,-2577.49,132.657,2.98679,300,5,0,356,0,0,1), - (10121,446,0,609,0,-8862.41,-1952.15,122.668,2.96281,300,0,0,417,0,0,0), - (10122,446,0,609,0,-8837.81,-1975.2,122.928,2.68993,300,0,0,417,0,0,0), - (10123,712,0,489,0,-9547.88,-1897.94,71.8418,1.50241,300,10,0,300,0,0,1), - (10124,580,0,551,0,-8879.73,-2011.24,124.55,1.70791,300,0,0,494,0,0,0), - (10125,580,0,551,0,-8881.47,-1915.72,133.626,5.35102,300,0,0,494,0,0,0), - (10126,446,0,609,0,-8869.47,-1973.2,123.229,4.51326,300,0,0,417,0,0,0), - (10127,580,0,551,0,-8848.17,-1917.24,126.024,3.12162,300,0,0,494,0,0,0), - (10128,547,0,3035,0,-8940.86,-2624.51,132.326,6.13825,300,5,0,356,0,0,1), - (10129,547,0,3035,0,-9206.77,-1972.63,110.657,1.70412,300,5,0,356,0,0,1), - (10130,547,0,3035,0,-9153.69,-2001.35,121.791,5.334,300,5,0,356,0,0,1), - (10131,547,0,3035,0,-8871.61,-2551.55,130.748,3.29852,300,5,0,356,0,0,1), - (10132,433,0,275,0,-9230.7,-3233.01,101.509,0.201456,300,5,0,573,0,0,1), - (10133,432,0,1887,0,-9245.68,-3201.98,102.128,3.00231,300,10,0,617,0,0,1), - (10134,568,0,662,0,-9226.05,-3258.2,105.659,0.471239,300,0,0,664,0,0,0), - (10135,547,0,3035,0,-9710.89,-2107.72,60.2623,0.905814,300,5,0,356,0,0,1), - (10136,442,0,366,0,-9522.01,-2008.15,77.698,2.82355,300,5,0,328,0,0,1), - (10137,442,0,366,0,-9535.8,-2057.83,73.0253,2.52975,300,5,0,328,0,0,1), - (10138,4064,0,6038,0,-9284.25,-2990.19,119.661,5.25344,300,0,0,1452,0,0,0), - (10139,423,0,487,0,-9528.05,-1885.81,75.7695,0.746743,300,5,0,328,0,0,1), - (10140,712,0,489,0,-9534.82,-1906.52,73.8987,1.61694,300,10,0,300,0,0,1), - (10141,424,0,551,0,-9766.32,-2271.59,60.3345,2.67035,300,0,0,356,0,0,0), - (10142,424,0,551,0,-9772.92,-2265.75,59.2384,5.28835,300,0,0,356,0,0,0), - (10143,424,0,551,0,-9775.33,-2267.72,59.2384,5.88176,300,0,0,356,0,0,0), - (10144,423,0,487,0,-9774.22,-2275.15,59.7384,0.959931,300,0,0,328,0,0,0), - (10145,423,0,487,0,-9791.47,-2244.93,69.8174,2.18166,300,0,0,328,0,0,0), - (10146,424,0,551,0,-9794.47,-2241.88,69.4882,0.05236,300,0,0,356,0,0,0), - (10147,423,0,487,0,-9792.97,-2219.13,58.7108,0.610865,300,0,0,328,0,0,0), - (10148,442,0,366,0,-9670.91,-1877.15,56.6459,1.92549,300,10,0,328,0,0,1), - (10149,442,0,366,0,-9627.13,-1824.03,52.5922,3.00029,300,10,0,328,0,0,1), - (10150,712,0,489,0,-9526.26,-1937.34,74.2911,3.86061,300,10,0,300,0,0,1), - (10151,423,0,487,0,-9487.25,-1934.2,78.9822,2.44346,300,0,0,328,0,0,0), - (10152,712,0,489,0,-9495.04,-1929.04,78.7979,5.84685,300,0,0,300,0,0,0), - (10153,712,0,489,0,-9494.87,-1933.57,78.7322,0.942478,300,0,0,300,0,0,0), - (10154,433,0,275,0,-9286.96,-3182.63,111.418,5.09636,300,0,0,573,0,0,0), - (10155,505,0,520,0,-9101.7,-2736.89,93.9311,5.19703,300,5,0,449,0,0,1), - (10156,433,0,275,0,-9236.79,-3062.57,101.252,0.616924,300,5,0,573,0,0,1), - (10157,441,0,387,0,-9657.49,-2265.16,69.626,2.16313,300,10,0,330,938,0,1), - (10158,4463,0,6030,0,-8731.73,-2166.8,159.346,5.3497,300,0,0,472,1357,0,0), - (10159,435,0,6044,0,-8810.62,-2167.45,150.841,1.0472,300,0,0,664,0,0,0), - (10160,547,0,3035,0,-9620.74,-2252.31,85.1398,3.37291,300,10,0,356,0,0,1), - (10162,441,0,387,0,-9637.32,-2314.26,74.0737,1.33244,300,10,0,330,938,0,1), - (10163,441,0,387,0,-9003.36,-2496.67,136.223,1.09856,300,5,0,330,938,0,1), - (10164,547,0,3035,0,-9636.79,-2200.59,69.9214,1.73412,300,5,0,356,0,0,1), - (10165,433,0,275,0,-9236.28,-3238.88,101.831,1.51844,300,0,0,573,0,0,0), - (10166,432,0,1887,0,-9233.28,-3243.59,101.602,0.593412,300,0,0,617,0,0,0), - (10167,437,0,6037,0,-8754.89,-2534.21,138.162,5.96903,300,0,0,531,0,0,0), - (10168,4463,0,6030,0,-8758.51,-2528.69,138.038,0.558505,300,0,0,472,1357,0,0), - (10169,14270,0,5243,0,-9390.02,-2410.67,45.8668,3.16112,3600,0,0,449,0,0,0), - (10170,547,0,3035,0,-8811.43,-2488.36,132.978,0.025147,300,5,0,356,0,0,1), - (10171,435,0,6044,0,-8741.08,-2191.45,165.599,4.2237,300,0,0,664,0,0,0), - (10172,568,0,662,0,-9028.8,-3214.91,108.066,2.1383,300,0,0,664,0,0,0), - (10173,4463,0,6030,0,-8746.27,-2187.97,163.924,5.17681,300,0,0,472,1357,0,0), - (10174,1069,0,505,0,-3367.2,-3062.04,22.3519,2.29128,300,10,0,603,655,0,1), - (10175,1044,0,8712,0,-3192.59,-3042.74,22.4549,0.720535,300,5,0,684,693,0,1), - (10176,1420,0,901,0,-3173.6,-1790.31,5.62321,0.219262,300,10,0,8,0,0,1), - (10177,1400,0,1036,0,-2930.52,-2084.97,10.4352,5.99645,300,10,0,617,0,0,1), - (10178,1420,0,901,0,-3441.89,-1030.08,7.81,5.78898,300,10,0,8,0,0,1), - (10179,3126,1,2487,0,988.543,-5052.46,8.54728,5.81179,300,10,0,137,0,0,1), - (10180,3126,1,2487,0,479.54,-4658.7,41.7243,1.27672,300,10,0,137,0,0,1), - (10181,3126,1,2487,0,439.81,-4113.13,29.0612,2.58924,300,5,0,137,0,0,1), - (10182,3107,1,1938,0,-1136.39,-5044.12,-4.92716,6.06473,300,5,0,137,0,0,1), - (10183,3107,1,1938,0,-892.788,-5246.16,-9.60551,3.32634,300,10,0,137,0,0,1), - (10184,3107,1,1938,0,-1416.03,-5449.03,-14.8445,3.35969,300,5,0,137,0,0,1), - (10185,3107,1,1938,0,-657.773,-5457.19,-3.84413,3.96715,300,5,0,137,0,0,1), - (10186,3107,1,1938,0,-1645.65,-5309.75,1.41598,0.844803,300,5,0,137,0,0,1), - (10187,3107,1,1938,0,-1015.17,-5687.38,-3.67909,5.20281,300,5,0,137,0,0,1), - (10188,3107,1,1938,0,-1249.54,-5187.26,-0.994212,0.560637,300,5,0,137,0,0,1), - (10189,3107,1,1938,0,-1272.3,-5216.3,-2.94252,6.15399,300,5,0,137,0,0,1), - (10190,3107,1,1938,0,-1086.5,-5211.26,-5.25851,1.24039,300,5,0,137,0,0,1), - (10191,1417,0,1035,0,-3049.87,-2587.82,10.2878,0.234557,300,10,0,531,0,0,1), - (10192,568,0,662,0,-9078.26,-3257.91,114.709,2.96706,300,0,0,664,0,0,0), - (10193,435,0,6044,0,-8779.75,-2213.76,142.154,4.71012,300,5,0,664,0,0,1), - (10194,547,0,3035,0,-9666.22,-2172.84,60.6417,2.78709,300,5,0,356,0,0,1), - (10195,14271,0,500,0,-9520.45,-1921.31,75.5956,2.0231,3600,0,0,386,0,0,0), - (10197,440,0,6033,0,-9207.73,-2852.03,108.482,1.50098,300,0,0,449,0,0,0), - (10198,1400,0,1036,0,-2854.27,-1287.98,9.95721,2.81552,300,10,0,617,0,0,1), - (10199,1040,0,2023,0,-2912.45,-1155.48,6.3309,5.27223,300,10,0,664,0,0,1), - (10201,1028,0,1079,0,-3222.27,-1312.22,5.45145,2.10261,300,5,0,504,1443,0,1), - (10202,1028,0,1079,0,-3017.84,-1076.38,6.83754,1.44506,300,5,0,504,1443,0,1), - (10203,1158,0,11372,0,-2826.93,-1002.23,-13.1342,0.035789,300,3,0,860,686,0,1), - (10204,1158,0,11372,0,-2790.38,-985.121,-13.3029,2.98869,300,5,0,860,686,0,1), - (10205,1032,0,767,0,-3376.25,-3022.11,22.8072,1.98156,300,5,0,617,0,0,1), - (10206,3128,1,3734,0,-58.7476,-4955.55,21.4143,4.69806,200,0,0,101,220,0,0), - (10207,1033,0,11139,0,-3450.16,-3278.43,22.5055,6.16174,300,5,0,734,0,0,1), - (10208,1033,0,11139,0,-3331.16,-3163.76,25.021,2.15522,300,5,0,734,0,0,1), - (10209,3128,1,3734,0,-253.261,-4945.05,23.1006,5.31719,200,5,0,101,220,0,1), - (10210,1032,0,767,0,-3418.67,-3075.84,22.7925,4.35821,300,10,0,617,0,0,1), - (10211,440,0,6033,0,-9216.93,-2861.03,109.607,1.76278,300,0,0,449,0,0,0), - (10212,440,0,6033,0,-9182.41,-2868.55,112.914,0.471239,300,0,0,449,0,0,0), - (10213,440,0,6033,0,-9186.1,-2864.6,112.981,1.39626,300,0,0,449,0,0,0), - (10214,485,0,6034,0,-9185.07,-2878.34,112.948,1.958,300,5,0,494,0,0,1), - (10215,440,0,6033,0,-9174.41,-2926.43,107.849,0.698132,300,0,0,449,0,0,0), - (10216,485,0,6034,0,-9175.15,-2930.81,107.984,5.61996,300,0,0,494,0,0,0), - (10217,1033,0,11139,0,-3423.51,-3146.79,25.6862,6.19518,300,5,0,734,0,0,1), - (10218,1033,0,11139,0,-3433.94,-3196.21,25.0158,5.36189,300,5,0,734,0,0,1), - (10219,1033,0,11139,0,-3347.32,-3280.58,23.1303,1.12025,300,5,0,734,0,0,1), - (10220,1033,0,11139,0,-3165.29,-3072.28,22.4123,2.2408,300,5,0,734,0,0,1), - (10221,1158,0,11372,0,-2812.35,-956.133,-11.4615,0.86985,300,5,0,860,686,0,1), - (10222,1033,0,11139,0,-3307.63,-3087.52,22.8309,0.258715,300,5,0,734,0,0,1), - (10223,1035,0,4917,0,-3488.09,-2370.81,63.1625,6.13077,300,0,0,635,0,0,0), - (10224,1158,0,11372,0,-2808.98,-978.878,-8.4262,4.62968,300,5,0,860,686,0,1), - (10225,1015,0,670,0,-2813.09,-2111.1,31.6429,0.401556,300,10,0,617,0,0,1), - (10226,1019,0,788,0,-2586.12,-1968.27,52.9162,4.84285,300,0,0,950,0,0,0), - (10227,1158,0,11372,0,-2812.34,-991.279,-13.1359,4.82748,300,5,0,860,686,0,1), - (10228,1069,0,505,0,-3105.88,-2955,27.349,0.228408,300,10,0,603,655,0,1), - (10229,1044,0,8712,0,-3291.67,-3141.67,21.771,4.57612,300,5,0,684,693,0,1), - (10230,1044,0,8712,0,-3455.11,-3350.47,22.5885,2.81552,300,5,0,684,693,0,1), - (10231,1069,0,505,0,-3346.43,-3083.7,24.0296,6.24354,300,10,0,603,655,0,1), - (10232,1044,0,8712,0,-3336.69,-3185.38,24.1883,2.33962,300,5,0,684,693,0,1), - (10233,1069,0,505,0,-3153.52,-2990.41,24.6164,0.588003,300,10,0,603,655,0,1), - (10234,1069,0,505,0,-3086.91,-2986.43,32.0765,1.57097,300,10,0,603,655,0,1), - (10235,1069,0,505,0,-3423.58,-3205.35,24.0859,4.25747,300,10,0,603,655,0,1), - (10236,1042,0,9583,0,-3263.48,-2885.99,15.0777,6.12233,300,5,0,617,0,0,1), - (10237,2089,0,925,0,-2893.1,-1149.15,8.84016,2.97676,300,10,0,734,0,0,1), - (10238,1400,0,1036,0,-3018.4,-1738.71,8.46251,1.2808,300,10,0,617,0,0,1), - (10239,1417,0,1035,0,-3179.57,-2587.15,7.04787,1.28552,300,10,0,531,0,0,1), - (10240,1034,0,4916,0,-3393.46,-2303.26,52.0236,5.38539,300,10,0,635,0,0,1), - (10241,1417,0,1035,0,-3080.69,-2478.01,17.0224,0.897623,300,10,0,531,0,0,1), - (10242,2089,0,925,0,-2950.27,-1117.76,9.46234,3.47053,300,10,0,734,0,0,1), - (10243,1400,0,1036,0,-3102.98,-2398.35,6.90465,2.00825,300,10,0,617,0,0,1), - (10244,2089,0,925,0,-2780.53,-1184.59,6.46909,3.24729,300,10,0,734,0,0,1), - (10245,1400,0,1036,0,-3071.34,-2315.29,8.63481,3.01239,300,10,0,617,0,0,1), - (10246,1031,0,11138,0,-2828.59,-2221.94,22.0105,3.37454,300,3,0,664,0,0,1), - (10247,1033,0,11139,0,-2850.21,-2203.48,7.7202,0.095101,300,3,0,734,0,0,1), - (10248,1031,0,11138,0,-2814.67,-2232.97,16.3191,0.413737,300,3,0,664,0,0,1), - (10249,1031,0,11138,0,-2848.96,-2218.74,31.3827,2.30164,300,3,0,664,0,0,1), - (10250,6523,0,825,0,-2589.44,-2409.56,84.1975,3.76991,300,0,0,2400,0,0,0), - (10251,1031,0,11138,0,-2830.41,-2235.33,16.317,3.87717,300,3,0,664,0,0,1), - (10252,1032,0,767,0,-2850.17,-2242.9,30.8348,2.02382,300,5,0,617,0,0,1), - (10253,1032,0,767,0,-2854.43,-2215.41,31.5077,5.59173,300,3,0,617,0,0,1), - (10254,1031,0,11138,0,-2816.46,-2240.37,16.3169,5.3601,300,3,0,664,0,0,1), - (10255,1031,0,11138,0,-2814.44,-2209.07,6.92762,1.25853,300,5,0,664,0,0,1), - (10256,1033,0,11139,0,-2816.78,-2202.98,6.92762,4.32053,300,5,0,734,0,0,1), - (10257,1052,0,3490,0,-2646.61,-2378.7,90.6888,4.06435,300,0,0,2559,0,0,0), - (10258,441,0,387,0,-9166.64,-2518.35,110.556,0.097727,300,5,0,330,938,0,1), - (10259,423,0,487,0,-9769.44,-2266.68,59.4884,4.08407,300,0,0,328,0,0,0), - (10260,3115,1,3012,0,641.431,-4485.48,30.728,3.2016,300,0,0,137,0,0,0), - (10261,441,0,387,0,-9087.18,-2575.17,126.563,0.638421,300,10,0,330,938,0,1), - (10262,1053,0,3488,0,-2667.45,-2373.61,87.6332,0.041711,300,3,0,2715,0,0,1), - (10263,1031,0,11138,0,-2847.37,-2239.42,16.3135,3.99883,300,3,0,664,0,0,1), - (10264,1033,0,11139,0,-2828.22,-2210.34,7.69857,5.96883,300,3,0,734,0,0,1), - (10265,1008,0,355,0,-4136.65,-2940.41,11.7057,0.244346,300,0,0,531,0,0,0), - (10266,1052,0,3490,0,-2661.03,-2379.38,87.6332,4.03896,300,3,0,2559,0,0,1), - (10267,1033,0,11139,0,-2813.15,-2200.87,6.92762,3.93057,300,5,0,734,0,0,1), - (10268,1031,0,11138,0,-2843.38,-2201.32,6.92763,3.82089,300,3,0,664,0,0,1), - (10269,1033,0,11139,0,-2843.91,-2208.26,6.92763,3.8737,300,3,0,734,0,0,1), - (10270,3118,1,6815,0,975.515,-4677.04,27.0107,5.86604,300,5,0,186,191,0,1), - (10271,5953,1,9801,0,379.145,-4665.41,16.1352,4.70528,300,0,0,1573,0,0,0), - (10272,3163,1,3738,0,382.365,-4713.01,16.1009,3.56047,300,0,0,644,0,0,0), - (10273,5953,1,9798,0,376.554,-4553.53,53.3642,3.8604,300,5,0,1573,0,0,1), - (10274,5953,1,9799,0,417.89,-4616.26,53.9566,5.47325,300,5,0,1573,0,0,1), - (10275,5953,1,9800,0,300.146,-4770.21,9.58312,1.41372,300,0,0,1573,0,0,0), - (10276,5953,1,9801,0,311.827,-4924.32,17.7045,4.26167,300,5,0,1573,0,0,1), - (10277,5953,1,9800,0,369.885,-4818.79,12.303,5.53269,300,0,0,1573,0,0,0), - (10278,5953,1,9800,0,257.462,-4675.47,15.0878,0.986645,300,5,0,1573,0,0,1), - (10279,5953,1,9801,0,273.009,-4592.76,21.0327,0.330848,300,5,0,1573,0,0,1), - (10280,3174,1,3747,0,373.106,-4713.63,15.8902,5.18363,300,0,0,1380,0,0,0), - (10281,3300,1,1206,0,-63.299,-3871.44,44.4826,5.28475,120,5,0,1,0,0,1), - (10282,3300,1,1206,0,-59.8748,-4767.93,22.9728,2.7426,120,5,0,1,0,0,1), - (10283,10685,1,10015,0,1284.28,-4214.69,26.7512,4.61843,200,5,0,14,0,0,1), - (10284,5951,1,1560,0,-733.915,-4896.72,20.8722,5.18456,120,5,0,8,0,0,1), - (10285,5951,1,1560,0,224.848,-4507.94,15.074,0.527757,120,5,0,8,0,0,1), - (10286,5951,1,1560,0,-726.128,-4630.69,40.2089,1.25585,120,5,0,8,0,0,1), - (10287,3104,1,1246,0,-222.912,-5345.09,-7.40329,1.73439,300,10,0,120,0,0,1), - (10288,3141,1,1818,0,984.694,-5192.07,-7.13118,4.98106,300,10,0,156,0,0,1), - (10289,3104,1,1246,0,-945.453,-5486.17,-6.2602,1.85519,300,10,0,120,0,0,1), - (10290,3103,1,1940,0,89.062,-5380.92,-15.7342,3.79949,300,10,0,120,0,0,1), - (10291,3104,1,1246,0,-793.518,-5317.13,0.298935,1.76398,300,10,0,120,0,0,1), - (10292,3104,1,1246,0,-1193.34,-5040.05,-11.3024,2.04779,300,10,0,120,0,0,1), - (10293,3103,1,1940,0,-8.08803,-5412.46,-13.7311,4.35496,300,10,0,120,0,0,1), - (10294,3105,1,1248,0,1275.76,-5072.65,-4.58265,2.16978,300,5,0,156,0,0,1), - (10295,3106,1,1307,0,217.904,-5151.4,-1.13319,5.72889,200,10,0,102,0,0,1), - (10296,3106,1,1307,0,-35.1875,-5185.78,-6.03879,0.386561,200,10,0,102,0,0,1), - (10297,3296,1,4260,0,2126.41,-4738.09,50.4491,2.74017,300,0,0,4957,0,0,0), - (10298,3296,1,4602,0,1684.94,-3911.59,51.6336,0.628319,300,0,0,4957,0,0,0), - (10299,3296,1,4602,0,1620.45,-4252.84,47.5273,3.7001,300,0,0,4957,0,0,0), - (10300,1008,0,355,0,-4141.91,-2938.76,11.7057,5.39307,300,0,0,531,0,0,0), - (10301,1007,0,3199,0,-4162.66,-2921,11.9572,3.08228,300,10,0,494,0,0,1), - (10302,1007,0,3199,0,-4162.28,-2944.59,12.7057,1.53543,300,10,0,494,0,0,1), - (10303,1007,0,3199,0,-4152.68,-2977.34,12.7964,5.34055,300,10,0,494,0,0,1), - (10304,1008,0,355,0,-4138.8,-2946.87,11.7057,1.65806,300,0,0,531,0,0,0), - (10305,1008,0,355,0,-4150.86,-2934.45,11.8647,5.41052,300,0,0,531,0,0,0), - (10306,1008,0,355,0,-4146.9,-2944.04,11.773,0.872665,300,0,0,531,0,0,0), - (10307,1008,0,355,0,-4144.46,-2947.21,11.7644,4.06662,300,0,0,531,0,0,0), - (10308,1030,0,360,0,-3963.87,-2755.25,23.4898,6.07659,300,10,0,494,0,0,1), - (10309,1030,0,360,0,-3982.64,-2649.28,37.4823,1.34909,300,10,0,494,0,0,1), - (10310,1054,0,3487,0,-2661.39,-2320.36,77.0608,3.78494,300,3,0,2865,0,0,1), - (10311,1053,0,3488,0,-2641.13,-2324.54,77.6194,0.906131,300,3,0,2715,0,0,1), - (10312,1054,0,3487,0,-2661.47,-2315.37,70.394,3.74976,300,3,0,2865,0,0,1), - (10313,1069,0,505,0,-3336.33,-3048.23,22.8705,6.17943,300,10,0,603,655,0,1), - (10314,1044,0,8712,0,-3329.34,-3142.63,24.0506,4.49393,300,5,0,684,693,0,1), - (10315,1043,0,956,0,-3162.01,-2913.56,20.2841,6.12379,300,0,0,582,618,0,0), - (10316,1044,0,8712,0,-3023.14,-3042.27,48.1438,5.34306,300,5,0,684,693,0,1), - (10317,1054,0,3487,0,-2664.33,-2312.39,77.0616,0.304429,300,0,0,2865,0,0,0), - (10318,1053,0,3488,0,-2656.31,-2334.48,81.5044,4.51855,300,3,0,2715,0,0,1), - (10319,1420,0,901,0,-3850.16,-790.834,5.61526,1.88266,300,10,0,8,0,0,1), - (10320,1024,0,486,0,-3213.06,-1177.98,6.21252,0.247256,300,10,0,494,0,0,1), - (10321,1024,0,486,0,-3283.66,-880.341,-11.4841,4.83463,300,10,0,494,0,0,1), - (10322,1417,0,1035,0,-4223.42,-3041.68,6.04878,0.976977,300,10,0,531,0,0,1), - (10323,1417,0,1035,0,-4146.04,-3118.94,4.47797,1.47015,300,10,0,531,0,0,1), - (10324,1417,0,1035,0,-4224.32,-3012.97,6.48726,2.65989,300,10,0,531,0,0,1), - (10325,1417,0,1035,0,-4152.13,-3132.46,5.73965,0.928255,300,10,0,531,0,0,1), - (10326,1417,0,1035,0,-3555.18,-2825.63,12.8271,5.92375,300,10,0,531,0,0,1), - (10327,1417,0,1035,0,-3547.99,-2807.82,12.3492,4.74764,300,10,0,531,0,0,1), - (10328,1400,0,1036,0,-3646.75,-1099.32,-30.7649,1.50231,300,10,0,617,0,0,1), - (10329,1111,0,711,0,-3848.16,-2734.02,24.1045,5.07367,300,5,0,531,0,0,1), - (10330,1420,0,901,0,-4067.34,-2893.05,6.2549,2.52712,300,10,0,8,0,0,1), - (10331,1028,0,1079,0,-3122.4,-1250.55,4.76509,0.525685,300,5,0,504,1443,0,1), - (10332,1007,0,3199,0,-4132.52,-2958.87,12.6349,2.41405,300,10,0,494,0,0,1), - (10333,1007,0,3199,0,-4129,-2948.98,12.0394,3.02874,300,10,0,494,0,0,1), - (10334,1030,0,360,0,-4100.48,-2834.35,13.5845,3.9049,300,10,0,494,0,0,1), - (10335,1007,0,3199,0,-4220.1,-2686.8,41.3762,4.69494,300,0,0,494,0,0,0), - (10336,1007,0,3199,0,-4225.24,-2692.61,41.3766,0.087266,300,0,0,494,0,0,0), - (10337,1008,0,355,0,-4209.15,-2694.54,40.9661,0.055853,300,10,0,531,0,0,1), - (10338,1007,0,3199,0,-4204.14,-2707.92,41.1559,6.23044,300,10,0,494,0,0,1), - (10339,1007,0,3199,0,-4240.82,-2702.66,44.1965,4.18837,300,3,0,494,0,0,1), - (10340,1007,0,3199,0,-4215.04,-2683.88,41.2623,3.22886,300,0,0,494,0,0,0), - (10341,1007,0,3199,0,-4216.07,-2735.79,37.9881,2.36172,300,10,0,494,0,0,1), - (10342,1052,0,3490,0,-2579.64,-2379.24,80.6647,5.61045,300,0,0,2559,0,0,0), - (10343,1007,0,3199,0,-4221.58,-2701.88,41.2771,2.1412,300,10,0,494,0,0,1), - (10344,1007,0,3199,0,-4052.08,-3002.08,13.1214,1.3084,300,10,0,494,0,0,1), - (10345,1007,0,3199,0,-4225.75,-2671.04,41.6694,0.021914,300,0,0,494,0,0,0), - (10346,1007,0,3199,0,-4189.91,-2681.84,40.1847,6.24746,300,10,0,494,0,0,1), - (10347,3296,1,4259,0,1579.4,-4177.05,38.0978,1.43262,300,0,0,4957,0,0,2), - (10348,3296,1,4602,0,1615.63,-4376.11,12.4018,4.24115,300,0,0,4957,0,0,0), - (10349,16096,1,10747,0,1354.36,-4658.82,53.6269,2.54818,600,0,0,4700,0,0,0), - (10350,3296,1,4602,0,1603.48,-4449.95,8.1165,2.3911,300,0,0,4957,0,0,0), - (10351,3296,1,4259,0,1384.62,-4358.56,27.0983,3.38594,300,0,0,4957,0,0,0), - (10352,3296,1,4260,0,1748.53,-4260.13,27.0722,2.33874,300,0,0,4957,0,0,0), - (10353,3296,1,4260,0,2131.15,-4729.88,50.4302,2.60054,300,0,0,4957,0,0,0), - (10354,3125,1,2486,0,-761.495,-4582.7,51.4225,2.88905,200,5,0,102,0,0,1), - (10355,3125,1,2486,0,-658.536,-4858.06,40.104,6.23604,200,5,0,102,0,0,1), - (10356,3125,1,2486,0,-622.742,-4823.74,26.245,5.37773,200,5,0,102,0,0,1), - (10357,3125,1,2486,0,318.62,-5042.76,12.2757,1.22002,200,5,0,102,0,0,1), - (10358,3125,1,2486,0,158.573,-5011.06,9.11651,0.315578,200,10,0,102,0,0,1), - (10359,3125,1,2486,0,-588.754,-4895.5,34.1713,5.79334,200,10,0,102,0,0,1), - (10360,3125,1,2486,0,-832.27,-4638.75,41.8502,0.36212,200,10,0,102,0,0,1), - (10361,3099,1,381,0,605.423,-4686.46,22.6738,3.70085,300,5,0,120,0,0,1), - (10362,3099,1,381,0,276.336,-4343.16,35.3487,1.73562,300,5,0,120,0,0,1), - (10363,3099,1,381,0,562.059,-4914.65,27.6581,5.48398,300,5,0,120,0,0,1), - (10364,3099,1,381,0,585.429,-4653.6,29.3109,3.32022,300,10,0,120,0,0,1), - (10365,3099,1,381,0,-482.757,-4750.06,35.2596,3.03344,300,10,0,120,0,0,1), - (10366,3099,1,381,0,693.534,-4813.27,28.1343,0.400325,300,5,0,120,0,0,1), - (10367,3099,1,381,0,258.896,-4241.86,35.2909,0.863459,300,10,0,120,0,0,1), - (10368,3099,1,381,0,387.021,-4883.43,17.1592,0.692683,300,10,0,120,0,0,1), - (10369,3099,1,381,0,-186.539,-4732.15,30.682,2.19241,300,10,0,120,0,0,1), - (10370,3099,1,381,0,501.369,-4318.61,21.9166,6.19129,300,10,0,120,0,0,1), - (10371,3098,1,503,0,-514.764,-4414.54,52.1484,4.56331,120,5,0,42,0,0,1), - (10372,3098,1,503,0,-616.183,-4417.66,45.7873,4.53689,120,10,0,42,0,0,1), - (10373,3098,1,503,0,-381.385,-4256.06,56.0754,5.86932,120,5,0,42,0,0,1), - (10374,3098,1,503,0,-647.283,-4353.27,44.5734,5.67901,120,5,0,42,0,0,1), - (10375,3098,1,503,0,-346.066,-4290.66,57.4324,0.619598,120,5,0,42,0,0,1), - (10376,3098,1,503,0,-715.746,-4320.25,43.4214,6.15125,120,5,0,42,0,0,1), - (10377,3098,1,503,0,-749.724,-4281.92,43.2103,6.19323,120,5,0,42,0,0,1), - (10378,3124,1,2485,0,-585.422,-4151.6,76.4519,5.23609,200,5,0,71,0,0,1), - (10379,3124,1,2485,0,-252.066,-4227.22,62.8692,5.16003,200,5,0,71,0,0,1), - (10380,3124,1,2485,0,-546.414,-4148.11,73.5143,3.45665,200,5,0,71,0,0,1), - (10381,3124,1,2485,0,-511.388,-4174.16,77.2973,5.16868,200,5,0,71,0,0,1), - (10382,3124,1,2485,0,-548.718,-4080.81,70.8147,0.494206,200,5,0,71,0,0,1), - (10383,3124,1,2485,0,-607.076,-4113.04,74.9527,3.32366,200,5,0,71,0,0,1), - (10384,3100,1,193,0,350.821,-3925.56,32.0908,2.78896,300,10,0,156,0,0,1), - (10385,3100,1,193,0,1079.04,-4529.97,17.898,0.283681,300,10,0,156,0,0,1), - (10386,3100,1,193,0,617.739,-4084.65,10.2801,0.034907,300,0,0,156,0,0,0), - (10387,3100,1,193,0,1148.27,-4053.48,15.6102,4.97538,300,10,0,156,0,0,1), - (10388,3100,1,193,0,817.242,-4879.1,36.543,4.15993,300,5,0,156,0,0,1), - (10389,3100,1,193,0,63.9385,-4054.78,53.6712,0.015624,300,5,0,156,0,0,1), - (10390,3100,1,193,0,793.892,-4849.49,37.9546,0.329637,300,5,0,156,0,0,1), - (10391,3100,1,193,0,986.871,-4313.26,23.9862,2.57512,300,5,0,156,0,0,1), - (10392,3100,1,193,0,-157.508,-3960.32,55.2023,1.81341,300,10,0,156,0,0,1), - (10393,3100,1,193,0,310.81,-4113.59,32.4873,2.93118,300,5,0,156,0,0,1), - (10394,3126,1,2487,0,21.6208,-4151.76,71.1454,3.33018,300,5,0,137,0,0,1), - (10395,3126,1,2487,0,311.612,-3954.06,34.3623,2.94075,300,10,0,137,0,0,1), - (10396,3126,1,2487,0,516.81,-4857.93,29.302,1.2262,300,5,0,137,0,0,1), - (10397,3126,1,2487,0,872.585,-4356.52,17.8088,3.66946,300,10,0,137,0,0,1), - (10398,3126,1,2487,0,1120.85,-4632.31,58.4326,4.70568,300,5,0,137,0,0,1), - (10399,3126,1,2487,0,238.143,-4318.42,37.9371,3.34797,300,10,0,137,0,0,1), - (10400,3126,1,2487,0,112.752,-4254.03,51.0269,5.59419,300,10,0,137,0,0,1), - (10401,3126,1,2487,0,322.829,-4036.32,33.1214,0.532714,300,5,0,137,0,0,1), - (10402,3107,1,1938,0,-1276.97,-5639.94,-2.56702,3.82183,300,5,0,137,0,0,1), - (10403,3107,1,1938,0,-1383.3,-5244.66,-2.5659,2.79082,300,5,0,137,0,0,1), - (10404,3107,1,1938,0,-614.52,-5552.22,-0.5282,5.98092,300,5,0,137,0,0,1), - (10405,3107,1,1938,0,913.37,-5177.98,-6.04051,1.32297,300,5,0,137,0,0,1), - (10406,3107,1,1938,0,-623.455,-5691.47,-4.31615,4.15588,300,5,0,137,0,0,1), - (10407,3107,1,1938,0,-822.853,-5425.31,-8.38241,3.9793,300,5,0,137,0,0,1), - (10408,3107,1,1938,0,-950.246,-5625.07,-9.9581,4.68198,300,5,0,137,0,0,1), - (10409,3107,1,1938,0,-1654.57,-5378.45,-2.87589,2.44239,300,5,0,137,0,0,1), - (10410,3115,1,3012,0,1026.84,-4560.86,19.3892,1.6048,300,5,0,137,0,0,1), - (10411,3116,1,6814,0,1077.13,-4522.47,17.7387,0.805437,300,10,0,137,0,0,1), - (10412,721,0,328,0,-9054.36,-2623.27,126.53,5.32357,300,10,0,1,0,0,1), - (10413,547,0,3035,0,-9724.1,-2153.24,59.8127,4.1799,300,10,0,356,0,0,1), - (10414,505,0,520,0,-9139.37,-2719.14,92.8897,0.826811,300,10,0,449,0,0,1), - (10415,505,0,520,0,-9127.57,-2738.82,93.8815,3.48619,300,10,0,449,0,0,1), - (10416,712,0,489,0,-9741.46,-2162.6,58.7255,4.40214,300,10,0,300,0,0,1), - (10417,428,0,490,0,-9158.19,-2750.46,90.6553,2.32019,300,10,0,417,0,0,1), - (10418,505,0,520,0,-9200.28,-2740.55,88.9286,3.04979,300,10,0,449,0,0,1), - (10419,505,0,520,0,-9206.27,-2739.03,89.164,3.1045,300,10,0,449,0,0,1), - (10420,505,0,520,0,-9199.77,-2767.51,90.0616,3.88781,300,10,0,449,0,0,1), - (10421,3116,1,6814,0,692.844,-4518.25,25.5056,5.53212,300,5,0,137,0,0,1), - (10422,3115,1,3012,0,653.016,-4343.42,18.4986,5.76174,300,10,0,137,0,0,1), - (10423,3118,1,6815,0,967.296,-4765.49,39.5934,5.66092,300,0,0,186,191,0,0), - (10424,3118,1,6815,0,971.102,-4783.22,42.5103,4.27378,300,0,0,186,191,0,0), - (10425,3881,1,3755,0,305.722,-4665.87,16.527,4.95674,300,0,0,594,0,0,0), - (10426,5953,1,9801,0,383.786,-4598.72,69.7285,4.20624,300,0,0,1573,0,0,0), - (10427,5953,1,9800,0,412.868,-4586.3,53.4592,0.103752,300,5,0,1573,0,0,1), - (10428,5953,1,9801,0,244.253,-4730.2,10.1855,3.14159,300,0,0,1573,0,0,0), - (10429,3706,1,1897,0,294.884,-4831.49,10.6074,0.645772,300,0,0,804,674,0,0), - (10430,5953,1,9799,0,256.351,-4644.71,11.9089,2.07694,300,0,0,1573,0,0,0), - (10431,3300,1,1206,0,65.846,-5008.04,11.505,5.9219,120,5,0,1,0,0,1), - (10432,5951,1,1560,0,1155.71,-4832.39,19.1646,3.45463,120,5,0,8,0,0,1), - (10433,10685,1,10015,0,744.991,-4280.11,18.1599,2.0485,200,3,0,14,0,0,1), - (10434,5951,1,1560,0,341.76,-3908.22,32.9658,5.55506,120,5,0,8,0,0,1), - (10435,3300,1,1206,0,533.498,-4173.89,18.0563,3.62707,120,5,0,1,0,0,1), - (10436,5951,1,1560,0,1134.9,-4428.62,23.1947,3.27673,120,5,0,8,0,0,1), - (10437,6145,1,4878,0,-1384.97,-5288.2,-15.1388,4.45802,120,10,0,42,0,0,1), - (10438,5951,1,1560,0,-723.068,-4169.88,30.0904,3.54699,120,5,0,8,0,0,1), - (10439,5951,1,1560,0,-1037.11,-4779.67,15.0982,1.31023,120,10,0,8,0,0,1), - (10440,3103,1,1940,0,18.1143,-5320.35,-21.7979,2.55494,300,10,0,120,0,0,1), - (10441,3103,1,1940,0,-747.651,-5190.88,-9.43668,0.091213,300,10,0,120,0,0,1), - (10442,3103,1,1940,0,-619.458,-5245.9,-13.7097,5.82652,300,10,0,120,0,0,1), - (10443,3104,1,1246,0,-157.369,-5317.58,-10.988,0.657328,300,10,0,120,0,0,1), - (10444,3104,1,1246,0,382.685,-5183.32,-8.17548,0.257544,300,10,0,120,0,0,1), - (10445,3103,1,1940,0,-252.989,-5315.19,-7.42286,4.9531,300,10,0,120,0,0,1), - (10446,505,0,520,0,-9202.88,-2784.69,91.3231,4.83338,300,10,0,449,0,0,1), - (10447,3103,1,1940,0,-913.74,-5521.05,-2.1964,1.14155,300,10,0,120,0,0,1), - (10448,3103,1,1940,0,293.246,-5217.67,-14.8444,6.06281,300,10,0,120,0,0,1), - (10449,3103,1,1940,0,-125.069,-5381.75,-20.7173,2.52907,300,10,0,120,0,0,1), - (10450,3296,1,4602,0,1523.92,-4429.44,16.7349,0.506145,300,0,0,4957,0,0,0), - (10451,505,0,520,0,-9130.94,-2713.36,92.0353,4.89714,300,10,0,449,0,0,1), - (10452,428,0,490,0,-9242.59,-2768.72,89.5943,1.08095,300,10,0,417,0,0,1), - (10453,505,0,520,0,-9171.93,-2696.6,90.2813,1.54931,300,10,0,449,0,0,1), - (10454,428,0,490,0,-9136.67,-2708.56,91.2302,2.14304,300,10,0,417,0,0,1), - (10455,505,0,520,0,-9162.79,-2669.13,93.6677,1.28406,300,10,0,449,0,0,1), - (10456,505,0,520,0,-9250.13,-2810.99,93.3725,5.91573,300,10,0,449,0,0,1), - (10457,545,0,5293,0,-9314.87,-2806.96,73.6326,3.03687,300,0,0,404,456,0,0), - (10458,428,0,490,0,-9225.42,-2814.38,93.3098,4.48779,300,0,0,417,0,0,0), - (10459,14272,0,497,0,-9023.74,-2492.91,129.57,5.60712,3600,0,0,354,1020,0,0), - (10460,1007,0,3199,0,-4138.96,-2921.73,12.9417,4.71629,300,10,0,494,0,0,1), - (10461,1008,0,355,0,-4058.9,-2985.91,11.8979,2.56563,300,0,0,531,0,0,0), - (10462,3296,1,4259,0,1886.2,-4546.68,28.5148,1.09956,300,0,0,4957,0,0,0), - (10463,3296,1,4259,0,1566.22,-4194.07,42.6709,0.15708,300,0,0,4957,0,0,0), - (10464,3296,1,4260,0,1953.01,-4431.15,25.1469,3.31613,300,0,0,4957,0,0,0), - (10465,3296,1,4602,0,1639.98,-3841.02,51.4255,2.30383,300,0,0,4957,0,0,0), - (10466,3296,1,4601,0,1596.65,-4388.67,9.98323,5.98648,300,0,0,4957,0,0,0), - (10467,3296,1,4259,0,1717.29,-4359.8,27.4567,1.49299,300,0,0,4957,0,0,2), - (10468,3296,1,4601,0,1910.24,-4623.92,33.9762,3.735,300,0,0,4957,0,0,0), - (10469,3296,1,4601,0,1698.85,-3902.94,51.6336,3.66519,300,0,0,4957,0,0,0), - (10470,3296,1,4602,0,1908.22,-4560.1,33.8923,5.33948,300,0,0,4957,0,0,2), - (10471,3125,1,2486,0,-432.512,-4854.03,37.6829,3.34396,200,5,0,102,0,0,1), - (10472,3125,1,2486,0,-188.732,-4844.76,24.6295,0.350773,200,5,0,102,0,0,1), - (10473,3125,1,2486,0,-823.612,-4577.57,51.0542,2.32748,200,10,0,102,0,0,1), - (10474,3125,1,2486,0,-405.919,-4717.56,44.4453,1.7138,200,10,0,102,0,0,1), - (10475,3125,1,2486,0,-478.389,-4839.04,37.4476,5.6407,200,10,0,102,0,0,1), - (10476,3125,1,2486,0,-725.941,-4613.79,41.1353,2.89472,200,10,0,102,0,0,1), - (10477,3125,1,2486,0,-622.387,-4837.24,26.4352,2.81737,200,5,0,102,0,0,1), - (10478,3125,1,2486,0,189.8,-5111.89,5.41148,4.58126,200,10,0,102,0,0,1), - (10479,3099,1,381,0,18.7963,-4114.17,68.1918,0.957353,300,5,0,120,0,0,1), - (10480,3099,1,381,0,-275.812,-4809.69,29.7265,3.54315,300,10,0,120,0,0,1), - (10481,721,0,328,0,-9202,-2279.96,89.9499,0.059304,300,10,0,1,0,0,1), - (10482,1007,0,3199,0,-4052.45,-2982.59,11.7729,0.593412,300,0,0,494,0,0,0), - (10483,1051,0,825,0,-2624.68,-2376.85,85.9369,0.521326,300,0,0,2400,0,0,0), - (10484,1051,0,825,0,-2635.07,-2381.64,89.4912,1.38104,300,5,0,2400,0,0,1), - (10485,6523,0,825,0,-2632.87,-2399.91,88.3979,4.41568,300,0,0,2400,0,0,0), - (10486,1007,0,3199,0,-4073.08,-2976.33,12.0071,0.539413,300,10,0,494,0,0,1), - (10487,1052,0,3490,0,-2619.26,-2335.63,79.94,1.22507,300,5,0,2559,0,0,1), - (10488,1052,0,3490,0,-2566.06,-2378.67,77.6092,3.35033,300,3,0,2559,0,0,1), - (10489,1053,0,3488,0,-2560.64,-2382.81,77.6092,3.19873,300,3,0,2715,0,0,1), - (10490,1009,0,3197,0,-4058.04,-2981.57,11.9348,3.14159,300,0,0,472,1357,0,0), - (10491,1008,0,355,0,-4063.15,-2975.87,11.9583,4.57276,300,0,0,531,0,0,0), - (10492,1008,0,355,0,-4032.78,-2986.63,11.9904,0.839611,300,10,0,531,0,0,1), - (10493,1008,0,355,0,-4066.44,-2987.48,11.9348,1.309,300,0,0,531,0,0,0), - (10494,1747,0,11655,0,-8439.71,331.023,122.579,2.34047,180,0,0,166,0,0,0), - (10495,1748,0,5566,0,-8439.98,329.392,122.579,2.293,390,0,0,999300,0,0,0), - (10497,1749,0,8769,0,-8437.94,331.014,122.579,2.34047,2100,0,0,4743,2727,0,0), - (10498,1750,0,5565,0,-8394,281.82,120.885,3.728,2100,0,0,4079,0,0,0), - (10499,1751,0,5077,0,-8402,276.816,120.885,0.432,2100,0,0,4079,0,0,0), - (10500,1752,0,4731,0,-8534,367.126,108.569,2.286,490,0,0,3857,0,0,0), - (10501,1008,0,355,0,-4072.41,-2958.66,11.6208,1.52948,300,10,0,531,0,0,1), - (10502,1754,0,2051,0,-8334,394.722,122.274,2.596,10,0,0,1881,0,0,0), - (10503,3099,1,381,0,580.153,-4580.05,35.279,1.0364,300,5,0,120,0,0,1), - (10505,3099,1,381,0,149.435,-4020.74,48.94,6.02019,300,10,0,120,0,0,1), - (10506,1756,0,3167,0,-8533,456.912,104.917,2.281,430,0,0,6209,0,0,0), - (10507,1756,0,3167,0,-8532,392.07,108.386,0.674,430,0,0,6209,0,0,0), - (10508,1756,0,3167,0,-8530.93,439.034,105.049,0.652942,430,0,0,6209,0,0,0), - (10509,1756,0,3167,0,-8526,385.38,108.386,0.729,430,0,0,6209,0,0,0), - (10510,1756,0,3167,0,-8524,444.517,105.022,3.863,430,0,0,6209,0,0,0), - (10511,1756,0,3167,0,-8470,361.367,116.683,0.639,430,0,0,6209,0,0,0), - (10512,1756,0,3167,0,-8463,366.948,116.756,3.791,430,0,0,6209,0,0,0), - (10513,1756,0,3167,0,-8457,325.899,120.886,0.327,430,0,0,6209,0,0,0), - (10514,1756,0,3167,0,-8456,340.124,120.885,5.791,430,0,0,6209,0,0,0), - (10515,1756,0,3167,0,-8449,314.38,120.886,1.144,430,0,0,6209,0,0,0), - (10516,1756,0,3167,0,-8445,348.184,120.886,4.914,430,0,0,6209,0,0,0), - (10517,1756,0,3167,0,-8434,312.775,120.886,1.894,430,0,0,6209,0,0,0), - (10518,1756,0,3167,0,-8431,346.566,120.886,4.204,430,0,0,6209,0,0,0), - (10519,1756,0,3167,0,-8424,322.168,120.886,2.667,430,0,0,6209,0,0,0), - (10520,1756,0,3167,0,-8421,336.007,120.885,3.345,430,0,0,6209,0,0,0), - (10521,1756,0,3167,0,-8418,296.459,120.886,2.23,430,0,0,6209,0,0,0), - (10522,1756,0,3167,0,-8411,302.34,120.886,2.219,430,0,0,6209,0,0,0), - (10523,1756,0,3167,0,-8394,448.942,123.76,0.711,430,0,0,6209,0,0,0), - (10524,1756,0,3167,0,-8389,452.936,123.76,3.773,430,0,0,6209,0,0,0), - (10525,1756,0,3167,0,-8363,407.922,122.274,5.43,430,0,0,6209,0,0,0), - (10526,1756,0,3167,0,-8355,414.346,122.274,5.35,430,0,0,6209,0,0,0), - (10527,1756,0,3167,0,-8527.76,441.73,105.034,2.23726,350,0,0,6209,0,0,2), - (10528,1756,0,3167,0,-8532.2,386.405,108.386,3.7782,350,0,0,6209,0,0,2), - (10529,3099,1,381,0,641.337,-4664.37,22.1062,3.67171,300,5,0,120,0,0,1), - (10530,1008,0,355,0,-4067.02,-2978.21,11.9397,5.34071,300,0,0,531,0,0,0), - (10531,1007,0,3199,0,-4049.52,-2969.08,12.8979,0.57369,300,10,0,494,0,0,1), - (10532,1032,0,767,0,-2952.29,-2176.22,18.7521,3.04387,300,10,0,617,0,0,1), - (10533,1032,0,767,0,-2918.34,-2181.64,22.291,2.2323,300,10,0,617,0,0,1), - (10534,1007,0,3199,0,-4072.19,-2990.71,11.7917,1.98968,300,0,0,494,0,0,0), - (10535,1400,0,1036,0,-2961.87,-2015.78,7.8746,6.04338,300,10,0,617,0,0,1), - (10536,1400,0,1036,0,-2919.05,-1780.01,7.99276,4.59393,300,10,0,617,0,0,1), - (10537,1400,0,1036,0,-3009.87,-2352.35,7.52375,0.212903,300,10,0,617,0,0,1), - (10538,2089,0,925,0,-2723.12,-1316.69,7.00648,3.25505,300,10,0,734,0,0,1), - (10539,1400,0,1036,0,-2961.38,-1775.9,9.15042,0.392838,300,10,0,617,0,0,1), - (10540,2089,0,925,0,-2699.69,-1288.06,3.9075,2.96488,300,10,0,734,0,0,1), - (10541,2089,0,925,0,-2831.14,-1176.66,6.53969,0.571813,300,10,0,734,0,0,1), - (10542,1034,0,4916,0,-3450.57,-2350.7,51.8991,6.17739,300,0,0,635,0,0,0), - (10543,1057,0,4918,0,-3455.21,-2365.63,52.0236,4.39069,300,5,0,519,1443,0,1), - (10544,1034,0,4916,0,-3442.35,-2347.5,51.9232,1.26079,300,0,0,635,0,0,0), - (10545,1057,0,4918,0,-3441.87,-2357.99,51.9392,4.50485,300,0,0,519,1443,0,0), - (10546,1053,0,3488,0,-2574.07,-2355.85,86.6012,4.45303,300,0,0,2715,0,0,0), - (10549,1054,0,3487,0,-2561.05,-2349.46,79.9347,3.07294,300,3,0,2865,0,0,1), - (10550,1054,0,3487,0,-2553.87,-2357,82.9894,5.99716,300,5,0,2865,0,0,2), - (10551,1007,0,3199,0,-3988.22,-2935.29,11.8705,1.81235,300,10,0,494,0,0,1), - (10552,1012,0,3196,0,-2961.54,-1559.72,9.40382,3.67879,300,5,0,664,0,0,1), - (10553,1010,0,714,0,-2997.37,-2508.08,11.5544,4.17134,300,0,0,573,0,0,0), - (10554,1011,0,8598,0,-2999.13,-2502.48,11.504,5.51524,300,0,0,617,0,0,0), - (10555,1012,0,3196,0,-2980.33,-1920.25,10.4625,5.37076,300,10,0,664,0,0,1), - (10556,1010,0,714,0,-3017.43,-1854.96,9.08751,5.04519,300,5,0,573,0,0,1), - (10557,1012,0,3196,0,-2969.38,-1571.86,10.271,0.120485,300,5,0,664,0,0,1), - (10558,1012,0,3196,0,-2985.86,-1989.31,9.20004,0.439952,300,10,0,664,0,0,1), - (10559,1012,0,3196,0,-2963.5,-1991.14,9.54453,0.698654,300,5,0,664,0,0,1), - (10560,1011,0,8598,0,-2943.19,-1746.06,9.65555,2.85631,300,10,0,617,0,0,1), - (10561,1012,0,3196,0,-2936.18,-1972.67,9.46417,0.163102,300,5,0,664,0,0,1), - (10562,1012,0,3196,0,-2989.63,-1974.86,9.95004,4.97555,300,5,0,664,0,0,1), - (10563,1010,0,714,0,-2909.42,-2570.6,34.0353,5.0091,300,0,0,573,0,0,0), - (10564,1011,0,8598,0,-2903.53,-2575.16,34.0366,3.08923,300,0,0,617,0,0,0), - (10565,1010,0,714,0,-2996.48,-2519.35,11.5754,1.91986,300,0,0,573,0,0,0), - (10566,1011,0,8598,0,-3001.08,-2521.09,11.5754,1.43117,300,0,0,617,0,0,0), - (10567,1012,0,3196,0,-2970.71,-1837.39,9.21251,1.80215,300,5,0,664,0,0,1), - (10568,1012,0,3196,0,-2953.42,-1925.16,9.81386,3.8377,300,5,0,664,0,0,1), - (10569,1032,0,767,0,-3384.22,-2820.02,14.0655,2.61571,300,5,0,617,0,0,1), - (10570,1032,0,767,0,-3368.08,-2942.86,18.8802,2.35605,300,5,0,617,0,0,1), - (10571,1035,0,4917,0,-3411.65,-1970.36,114.906,0.694054,300,5,0,635,0,0,1), - (10572,1043,0,956,0,-3369.17,-2906.79,15.0815,6.15786,300,10,0,582,618,0,1), - (10573,1044,0,8712,0,-3241.62,-3047.09,21.994,1.08499,300,5,0,684,693,0,1), - (10574,1035,0,4917,0,-3423.25,-1982.46,114.531,5.50889,300,0,0,635,0,0,0), - (10575,1008,0,355,0,-4018.76,-2923.33,11.2542,4.6545,300,10,0,531,0,0,1), - (10576,1007,0,3199,0,-4117.07,-2882.74,12.0424,1.37532,300,5,0,494,0,0,1), - (10577,1015,0,670,0,-2911.27,-2656.49,30.0462,2.59582,300,10,0,617,0,0,1), - (10578,1051,0,825,0,-2628.55,-2410.74,80.8096,6.0885,300,5,0,2400,0,0,1), - (10579,1036,0,4919,0,-3625.65,-2561.56,52.7885,0.120346,300,0,0,600,618,0,0), - (10580,1036,0,4919,0,-3638.55,-2591.83,52.1486,4.12677,300,0,0,600,618,0,0), - (10581,2091,0,4915,0,-3654.34,-2600.74,52.0236,0.257145,300,0,0,3171,0,0,0), - (10582,1038,0,4924,0,-3614.18,-2585.11,60.1395,1.41454,300,3,0,519,1443,0,1), - (10583,1051,0,825,0,-2615.77,-2357.83,80.9065,3.3842,300,5,0,2400,0,0,1), - (10584,1038,0,4924,0,-3632.92,-2562.3,57.3804,0.044979,300,0,0,519,1443,0,0), - (10585,1051,0,825,0,-2580.31,-2341.27,85.1971,3.78567,300,0,0,2400,0,0,0), - (10586,1052,0,3490,0,-2592.45,-2360.88,84.2905,3.79443,300,3,0,2559,0,0,1), - (10587,1038,0,4924,0,-3672.87,-2579.32,61.1975,0.46533,300,5,0,519,1443,0,1), - (10588,1051,0,825,0,-2605.72,-2375.2,80.1824,1.30846,300,3,0,2400,0,0,1), - (10589,1053,0,3488,0,-2564.88,-2352.4,86.6005,4.19405,300,0,0,2715,0,0,0), - (10590,1052,0,3490,0,-2593.98,-2310.07,90.3138,0.798688,300,3,0,2559,0,0,1), - (10591,1417,0,1035,0,-3655.25,-2913.18,11.7598,3.16548,300,10,0,531,0,0,1), - (10592,1417,0,1035,0,-3611.06,-2926.68,6.33752,4.63346,300,10,0,531,0,0,1), - (10593,1053,0,3488,0,-2605.34,-2295.3,90.183,3.82891,300,6,0,2715,0,0,2), - (10594,1051,0,825,0,-2594.12,-2393.93,80.3494,3.40527,300,3,0,2400,0,0,1), - (10595,1053,0,3488,0,-2612.45,-2289.9,88.4282,6.19592,300,0,0,2715,0,0,0), - (10596,1053,0,3488,0,-2612.31,-2277.39,86.0164,2.74761,300,5,0,2715,0,0,1), - (10597,1053,0,3488,0,-2596.92,-2289.51,88.4366,2.28224,300,2,0,2715,0,0,1), - (10598,1041,0,2024,0,-2924.95,-1615.11,0.673246,4.36125,300,5,0,734,0,0,1), - (10599,1040,0,2023,0,-3029.99,-1364.51,3.29891,4.08374,300,10,0,664,0,0,1), - (10600,1039,0,713,0,-3547.11,-2877.89,5.00173,2.61466,300,10,0,494,0,0,1), - (10601,1041,0,2024,0,-2885.07,-1723.14,6.98897,4.61382,300,10,0,734,0,0,1), - (10602,1039,0,713,0,-4077.4,-2907.07,5.19628,1.84254,300,10,0,494,0,0,1), - (10603,1039,0,713,0,-3304.95,-1098.66,6.42006,2.09548,300,10,0,494,0,0,1), - (10604,1039,0,713,0,-3395.44,-1260.92,6.59872,0.317463,300,10,0,494,0,0,1), - (10605,1039,0,713,0,-2922.37,-1607.61,1.2473,4.74168,300,10,0,494,0,0,1), - (10606,1053,0,3488,0,-2605.17,-2302.67,90.1847,3.57677,300,0,0,2715,0,0,0), - (10607,1040,0,2023,0,-2974.8,-1318.68,6.30867,0.710745,300,10,0,664,0,0,1), - (10608,1040,0,2023,0,-3026.21,-1458.46,6.94646,0.384486,300,10,0,664,0,0,1), - (10609,1039,0,713,0,-3481.11,-1205.24,6.66533,1.60967,300,10,0,494,0,0,1), - (10610,1039,0,713,0,-3391.39,-1330.32,3.01132,3.43062,300,10,0,494,0,0,1), - (10611,1420,0,901,0,-3423.01,-1158.42,6.67042,3.00976,300,10,0,8,0,0,1), - (10612,1018,0,180,0,-2569.85,-1741.01,9.87233,1.25895,300,10,0,840,0,0,1), - (10613,1032,0,767,0,-2825.97,-2380.27,55.8684,2.35316,300,3,0,617,0,0,1), - (10614,1032,0,767,0,-2819.52,-2247.79,43.1277,2.3341,300,5,0,617,0,0,1), - (10615,1053,0,3488,0,-2629.79,-2336.43,82.3376,6.16872,300,0,0,2715,0,0,0), - (10616,1053,0,3488,0,-2641.74,-2337.64,78.7263,5.69895,300,0,0,2715,0,0,0), - (10617,1053,0,3488,0,-2594.06,-2278.74,86.0163,3.17752,300,5,0,2715,0,0,1), - (10618,1420,0,901,0,-3273.3,-1476.96,8.13431,4.19106,300,10,0,8,0,0,1), - (10619,1034,0,4916,0,-3340.36,-2302.65,52.1486,0.028497,300,5,0,635,0,0,1), - (10620,1009,0,3197,0,-3753.81,-2920.49,12.0631,3.22886,300,0,0,472,1357,0,0), - (10621,1052,0,3490,0,-2622.38,-2322.33,79.815,5.40063,300,5,0,2559,0,0,1), - (10622,1400,0,1036,0,-3626.95,-1150.84,-13.262,6.2304,300,10,0,617,0,0,1), - (10623,1015,0,670,0,-2856.39,-2651.73,44.817,2.74004,300,10,0,617,0,0,1), - (10624,1057,0,4918,0,-3407,-2450.98,52.4743,4.13643,300,0,0,519,1443,0,0), - (10625,1053,0,3488,0,-2646.83,-2328.37,77.6169,0.736778,300,3,0,2715,0,0,1), - (10626,1028,0,1079,0,-3138.87,-1061.58,9.24119,1.75327,300,5,0,504,1443,0,1), - (10627,1035,0,4917,0,-3380.86,-2450.67,60.1379,5.32325,300,0,0,635,0,0,0), - (10628,1026,0,1305,0,-3278.71,-1311.49,9.33755,0.897971,300,10,0,573,0,0,1), - (10629,1052,0,3490,0,-2601.05,-2325.3,87.315,2.05797,300,5,0,2559,0,0,1), - (10630,1008,0,355,0,-3777.58,-2934.21,13.224,2.90903,300,5,0,531,0,0,1), - (10631,1035,0,4917,0,-3373.59,-2472.91,53.6203,0.15708,300,0,0,635,0,0,0), - (10632,1417,0,1035,0,-3847.47,-2910.66,6.05337,2.92993,300,10,0,531,0,0,1), - (10633,1417,0,1035,0,-3851.13,-2947.73,11.7605,0.828167,300,10,0,531,0,0,1), - (10634,1417,0,1035,0,-3899.99,-2889.88,8.25753,2.88477,300,10,0,531,0,0,1), - (10635,1039,0,713,0,-3307.77,-1236.44,6.43564,4.85986,300,10,0,494,0,0,1), - (10636,1039,0,713,0,-3851.69,-2874.98,4.60769,3.3501,300,10,0,494,0,0,1), - (10637,1040,0,2023,0,-3051.6,-2357.8,6.35521,2.53902,300,10,0,664,0,0,1), - (10638,1051,0,825,0,-2962.53,-2967.82,33.1604,1.63364,300,10,0,2400,0,0,1), - (10639,1400,0,1036,0,-2888.7,-1415.56,6.29486,0.084454,300,10,0,617,0,0,1), - (10640,2089,0,925,0,-2888.13,-1091.87,8.17581,1.06895,300,10,0,734,0,0,1), - (10641,1400,0,1036,0,-2889.06,-1823.62,8.21253,3.43329,300,10,0,617,0,0,1), - (10642,1400,0,1036,0,-2945.88,-1819.83,2.55004,5.96255,300,10,0,617,0,0,1), - (10643,1400,0,1036,0,-2980.81,-1847.41,8.67743,0.418224,300,10,0,617,0,0,1), - (10644,1400,0,1036,0,-2882.06,-1955.16,6.3417,5.32855,300,10,0,617,0,0,1), - (10645,1417,0,1035,0,-3046.68,-1545.77,3.86978,5.03378,300,10,0,531,0,0,1), - (10646,1417,0,1035,0,-3142.05,-2057.34,9.31714,5.40919,300,10,0,531,0,0,1), - (10647,1051,0,825,0,-2962.81,-2995.52,37.1024,0.836583,300,10,0,2400,0,0,1), - (10648,1042,0,9583,0,-3363.83,-2854.13,13.6016,3.38005,300,5,0,617,0,0,1), - (10649,1051,0,825,0,-2937.96,-2953.86,31.8491,5.78664,300,5,0,2400,0,0,1), - (10650,1008,0,355,0,-3920.36,-2901.42,12.1544,1.63144,300,10,0,531,0,0,1), - (10651,1008,0,355,0,-3841.69,-2942.02,11.6355,0.426645,300,5,0,531,0,0,1), - (10652,2093,0,1409,0,-3232.96,-2453.78,15.471,3.82227,300,0,0,919,0,0,0), - (10653,1417,0,1035,0,-3446.69,-1181.37,9.18676,3.22031,300,10,0,531,0,0,1), - (10654,1417,0,1035,0,-3377.8,-1273.79,6.97816,3.51157,300,10,0,531,0,0,1), - (10655,1008,0,355,0,-3783.92,-2891.24,9.39308,0.763302,300,5,0,531,0,0,1), - (10656,1010,0,714,0,-3764.27,-2913.63,12.0631,0,300,0,0,573,0,0,0), - (10657,1042,0,9583,0,-3275.08,-2860.93,13.2735,3.43864,300,5,0,617,0,0,1), - (10658,1069,0,505,0,-3310.97,-3061.34,21.8519,2.40361,300,10,0,603,655,0,1), - (10659,1008,0,355,0,-3743.18,-2923.83,12.3131,2.38279,300,5,0,531,0,0,1), - (10660,1011,0,8598,0,-3181.95,-1570.11,9.21252,3.50676,300,5,0,617,0,0,1), - (10661,1010,0,714,0,-3105.28,-2196.08,9.14616,1.29154,300,6,0,573,0,0,1), - (10662,1011,0,8598,0,-3100.93,-2190.84,9.27304,4.5204,300,6,0,617,0,0,1), - (10663,1010,0,714,0,-3123.12,-2279.55,9.22124,5.12226,300,5,0,573,0,0,1), - (10664,1010,0,714,0,-3021.93,-2277.45,9.06767,3.65858,300,10,0,573,0,0,1), - (10665,1011,0,8598,0,-3039.15,-2160.94,9.54253,3.9619,300,6,0,617,0,0,1), - (10666,1012,0,3196,0,-3040.23,-2165.8,9.49591,2.00713,300,6,0,664,0,0,1), - (10667,1010,0,714,0,-3089.05,-2262.01,9.71255,1.41251,300,5,0,573,0,0,1), - (10668,1010,0,714,0,-3083.97,-2019.31,9.24696,0.020649,300,5,0,573,0,0,1), - (10669,1011,0,8598,0,-3114.41,-1759.17,9.76753,4.19786,300,10,0,617,0,0,1), - (10670,1011,0,8598,0,-3054.1,-2170.46,10.4786,4.93699,300,10,0,617,0,0,1), - (10671,1010,0,714,0,-3104.2,-2288.1,10.7212,1.33776,300,5,0,573,0,0,1), - (10672,1011,0,8598,0,-3025.86,-2150.13,9.41924,0.467851,300,5,0,617,0,0,1), - (10673,1011,0,8598,0,-2995.66,-2083.72,9.3249,3.98088,300,5,0,617,0,0,1), - (10674,1011,0,8598,0,-3103.28,-1885.09,9.28619,0.877841,300,5,0,617,0,0,1), - (10675,1011,0,8598,0,-3047.6,-2156.1,10.8375,4.07545,300,10,0,617,0,0,1), - (10676,1010,0,714,0,-3086.91,-2198.32,10.2686,1.15872,300,10,0,573,0,0,1), - (10677,1011,0,8598,0,-3085.95,-2081.94,9.68361,5.47017,300,10,0,617,0,0,1), - (10678,1010,0,714,0,-3110.67,-2209.49,9.8259,4.98503,300,10,0,573,0,0,1), - (10679,1010,0,714,0,-3095.84,-1989.96,9.70878,4.21077,300,5,0,573,0,0,1), - (10680,1011,0,8598,0,-3100.18,-2209.37,10.3705,1.57371,300,10,0,617,0,0,1), - (10681,1010,0,714,0,-2925.21,-2559.57,33.2695,1.90816,300,10,0,573,0,0,1), - (10682,1010,0,714,0,-2896.41,-2589.75,34.227,0.884447,300,5,0,573,0,0,1), - (10683,1011,0,8598,0,-3095.71,-2017.71,9.35232,4.66003,300,0,0,617,0,0,0), - (10684,1010,0,714,0,-3104.27,-2029.63,9.21252,4.86326,300,5,0,573,0,0,1), - (10685,1010,0,714,0,-3020.88,-2236.79,10.3375,3.7208,300,10,0,573,0,0,1), - (10686,1012,0,3196,0,-3032.62,-2149.32,10.1658,5.46875,300,10,0,664,0,0,1), - (10687,1011,0,8598,0,-3023.89,-2252.6,9.45238,4.41568,300,6,0,617,0,0,1), - (10688,1009,0,3197,0,-3026.76,-2257.01,9.4601,0.680678,300,0,0,472,1357,0,0), - (10689,1010,0,714,0,-3043.41,-2264.44,9.08754,4.99057,300,5,0,573,0,0,1), - (10690,1010,0,714,0,-3120.39,-2193.95,11.4181,4.21657,300,5,0,573,0,0,1), - (10691,1011,0,8598,0,-3029.81,-2167.48,8.58754,1.7353,300,5,0,617,0,0,1), - (10692,1010,0,714,0,-3172.76,-1484.11,9.22361,5.9411,300,5,0,573,0,0,1), - (10693,1010,0,714,0,-2919.58,-2586.52,34.203,3.44478,300,10,0,573,0,0,1), - (10694,1010,0,714,0,-2897.21,-2547.49,34.0922,0.289988,300,5,0,573,0,0,1), - (10695,1010,0,714,0,-3106.99,-2274.28,9.62043,0.034907,300,0,0,573,0,0,0), - (10696,1009,0,3197,0,-3097.47,-2274.87,9.49688,3.00197,300,0,0,472,1357,0,0), - (10697,1010,0,714,0,-3089.81,-2177.93,9.71255,1.23313,300,10,0,573,0,0,1), - (10698,1010,0,714,0,-3113.04,-2260.02,10.6641,3.31431,300,5,0,573,0,0,1), - (10699,1010,0,714,0,-3104.27,-2175.38,13.6681,1.04401,300,10,0,573,0,0,1), - (10700,1032,0,767,0,-3481.86,-1378.65,9.91199,2.78465,300,10,0,617,0,0,1), - (10701,1008,0,355,0,-3761.63,-2896.29,12.3451,4.93509,300,5,0,531,0,0,1), - (10702,1008,0,355,0,-3721.31,-2915.48,9.85315,5.37602,300,5,0,531,0,0,1), - (10703,1010,0,714,0,-3087.12,-1995.68,9.27326,4.74729,300,0,0,573,0,0,0), - (10704,1009,0,3197,0,-3086.42,-2001.68,9.17675,2.54818,300,0,0,472,1357,0,0), - (10705,2098,0,10001,0,-4023.03,-2456.18,158.217,0.65347,300,3,0,164,0,0,1), - (10706,1010,0,714,0,-3762.72,-2926.57,12.2263,0.523599,300,0,0,573,0,0,0), - (10707,1010,0,714,0,-3758.66,-2913.84,12.2035,4.5204,300,0,0,573,0,0,0), - (10708,2098,0,10001,0,-4097.21,-2386.05,116.412,3.83368,300,5,0,164,0,0,1), - (10709,2098,0,10003,0,-4013.6,-2368.71,117.78,2.69621,300,3,0,164,0,0,1), - (10710,1020,0,960,0,-3424.44,-1395.02,10.3222,3.04482,300,10,0,573,0,0,1), - (10711,426,0,500,0,-9047.37,-2094.47,130.774,5.70277,300,5,0,386,0,0,1), - (10712,430,0,10789,0,-9091.3,-2153.33,140.738,1.73922,300,0,0,354,1020,0,0), - (10713,1111,0,711,0,-3948.89,-2757.73,23.9067,1.62835,300,10,0,531,0,0,1), - (10714,1040,0,2023,0,-3227.09,-1512.41,6.21253,3.01962,300,10,0,664,0,0,1), - (10715,1417,0,1035,0,-3784.85,-2978.29,6.33752,4.64163,300,10,0,531,0,0,1), - (10716,1417,0,1035,0,-3448.2,-1224.49,7.627,5.90525,300,10,0,531,0,0,1), - (10717,1008,0,355,0,-3889.16,-3033.16,11.3367,3.29867,300,0,0,531,0,0,0), - (10718,1111,0,711,0,-4020.52,-2710.89,27.8989,4.58619,300,10,0,531,0,0,1), - (10719,1008,0,355,0,-3890.06,-3027.6,10.9625,2.51526,300,5,0,531,0,0,1), - (10720,1008,0,355,0,-3894.85,-3034.39,11.1587,0.379598,300,5,0,531,0,0,1), - (10721,1111,0,711,0,-3951.43,-2716.34,27.2922,6.27928,300,10,0,531,0,0,1), - (10722,1030,0,360,0,-3956.55,-2862.28,13.4987,1.61578,300,10,0,494,0,0,1), - (10723,1030,0,360,0,-3840.27,-3127.92,12.4003,2.21186,300,5,0,494,0,0,1), - (10724,1030,0,360,0,-3986.11,-2716.72,28.4196,4.73406,300,10,0,494,0,0,1), - (10725,1030,0,360,0,-4169.94,-2735.18,28.889,3.77571,300,10,0,494,0,0,1), - (10726,1030,0,360,0,-4055.26,-2847.83,12.2057,2.66796,300,10,0,494,0,0,1), - (10727,1111,0,711,0,-3883.62,-2686.51,31.887,4.84159,300,10,0,531,0,0,1), - (10728,1028,0,1079,0,-3145.03,-1069.74,7.11862,1.02669,300,5,0,504,1443,0,1), - (10729,1029,0,486,0,-2994.88,-1073.86,9.21253,1.69509,300,5,0,640,655,0,1), - (10730,1027,0,506,0,-2984.46,-1073.05,6.46253,1.50746,300,10,0,664,0,0,1), - (10731,1029,0,486,0,-2987.16,-1054.28,8.58753,1.82759,300,5,0,640,655,0,1), - (10732,1007,0,3199,0,-4180.03,-2638.2,50.7976,0.361285,300,10,0,494,0,0,1), - (10733,1008,0,355,0,-3798.29,-3017.28,12.3842,2.80874,300,5,0,531,0,0,1), - (10734,1020,0,960,0,-3447.55,-1377.62,9.64268,1.39216,300,5,0,573,0,0,1), - (10735,1008,0,355,0,-3746,-2947.81,10.4912,3.87586,300,5,0,531,0,0,1), - (10736,2089,0,925,0,-2870.85,-1059.29,5.88389,0.882933,300,10,0,734,0,0,1), - (10737,1417,0,1035,0,-3095.16,-1547.46,8.6007,2.10787,300,10,0,531,0,0,1), - (10738,2089,0,925,0,-2796.87,-1112.82,1.564,5.31448,300,10,0,734,0,0,1), - (10740,1400,0,1036,0,-2905.71,-1574.22,7.55099,4.71316,300,10,0,617,0,0,1), - (10741,1417,0,1035,0,-3146.27,-1574.95,9.13194,3.71777,300,10,0,531,0,0,1), - (10742,2089,0,925,0,-2953.41,-1020.38,10.0086,3.91594,300,10,0,734,0,0,1), - (10743,1010,0,714,0,-3666.91,-3082.91,22.9545,5.51924,300,5,0,573,0,0,1), - (10744,1030,0,360,0,-4165.91,-2834.26,42.4215,5.07201,300,5,0,494,0,0,1), - (10745,2108,0,4913,0,-3417.5,-1978.6,114.781,3.09212,7200,0,0,812,811,0,0), - (10746,1420,0,901,0,-3245.84,-1761.96,7.66431,1.9513,300,10,0,8,0,0,1), - (10747,1008,0,355,0,-3815.94,-3021.42,12.0012,3.71724,300,5,0,531,0,0,1), - (10748,1417,0,1035,0,-3839.61,-2957.33,11.6369,1.8449,300,10,0,531,0,0,1), - (10749,1417,0,1035,0,-3617.09,-2856.91,13.6351,4.26317,300,10,0,531,0,0,1), - (10750,1417,0,1035,0,-3712.94,-2946.66,8.68038,0.779873,300,10,0,531,0,0,1), - (10751,1417,0,1035,0,-3656.7,-2896.95,12.0807,2.00583,300,10,0,531,0,0,1), - (10752,1034,0,4916,0,-3383.16,-2545.65,20.9215,5.27292,300,0,0,635,0,0,0), - (10753,1034,0,4916,0,-3477.48,-2477.4,39.2882,2.10727,300,5,0,635,0,0,1), - (10754,1034,0,4916,0,-3415.36,-2551.52,23.3441,4.08919,300,0,0,635,0,0,0), - (10755,1034,0,4916,0,-3422.27,-2505.7,27.598,2.00389,300,3,0,635,0,0,1), - (10756,1057,0,4918,0,-3482.03,-2521.21,59.0515,3.30449,300,3,0,519,1443,0,1), - (10758,1034,0,4916,0,-3482.19,-2451.44,46.5434,2.62933,300,10,0,635,0,0,1), - (10759,1034,0,4916,0,-3452.64,-2503.42,32.9613,4.55653,300,3,0,635,0,0,1), - (10760,1035,0,4917,0,-3513.62,-2486.72,49.5643,1.94877,300,5,0,635,0,0,1), - (10761,1057,0,4918,0,-3466.3,-2451.86,50.6378,3.05433,300,0,0,519,1443,0,0), - (10762,1057,0,4918,0,-3548.87,-2478.99,52.1044,1.97477,300,5,0,519,1443,0,1), - (10763,1057,0,4918,0,-3548.32,-2515.38,54.6855,2.51998,300,5,0,519,1443,0,1), - (10765,1057,0,4918,0,-3512.27,-2532.81,54.2758,5.36684,300,3,0,519,1443,0,1), - (10766,1057,0,4918,0,-3438.78,-2412.45,52.2603,1.22173,300,3,0,519,1443,0,1), - (10768,1057,0,4918,0,-3553.23,-2448.85,51.7919,4.2231,300,5,0,519,1443,0,1), - (10769,1057,0,4918,0,-3416.82,-2401.1,52.2226,3.4383,300,3,0,519,1443,0,1), - (10770,1015,0,670,0,-2812.32,-1983.41,26.6175,0.013671,300,5,0,617,0,0,1), - (10771,1015,0,670,0,-2751.15,-2047.13,28.9513,2.23952,300,10,0,617,0,0,1), - (10772,1016,0,673,0,-2726.05,-2028.14,24.9813,3.81743,300,10,0,664,0,0,1), - (10773,1034,0,4916,0,-3486.07,-2411.88,52.9049,3.84235,300,5,0,635,0,0,1), - (10774,1057,0,4918,0,-3456.43,-2427.7,51.5538,3.71755,300,3,0,519,1443,0,1), - (10775,1034,0,4916,0,-3396.71,-2324.7,52.2736,5.86098,300,10,0,635,0,0,1), - (10776,1057,0,4918,0,-3393.46,-2420.86,53.8191,5.61996,300,0,0,519,1443,0,0), - (10777,1034,0,4916,0,-3459.93,-2392.25,53.7736,4.54463,300,10,0,635,0,0,1), - (10778,1420,0,901,0,-3737.14,-688.094,9.00203,5.63766,300,10,0,8,0,0,1), - (10779,1032,0,767,0,-2825.92,-2189.54,31.0674,3.51153,300,5,0,617,0,0,1), - (10780,1032,0,767,0,-2874.27,-2162.57,23.6703,1.79391,300,10,0,617,0,0,1), - (10781,1032,0,767,0,-2884,-2196.79,24.9409,6.02747,300,10,0,617,0,0,1), - (10782,1032,0,767,0,-2819.38,-2226.36,39.1192,0.05691,300,5,0,617,0,0,1), - (10783,1032,0,767,0,-2851.48,-2188.83,29.474,5.11138,300,5,0,617,0,0,1), - (10785,1400,0,1036,0,-3620.56,-1123.99,-22.1098,1.20943,300,10,0,617,0,0,1), - (10786,1417,0,1035,0,-3448.21,-1158.23,8.47542,4.80817,300,10,0,531,0,0,1), - (10787,1400,0,1036,0,-3376.31,-1439.36,10.5498,3.4642,300,10,0,617,0,0,1), - (10788,1040,0,2023,0,-3153.88,-2589.24,5.14947,1.7276,300,10,0,664,0,0,1), - (10789,1040,0,2023,0,-3172.16,-2663.24,3.52938,5.79942,300,10,0,664,0,0,1), - (10790,1040,0,2023,0,-3427.55,-2665.35,5.93089,0.086417,300,10,0,664,0,0,1), - (10791,1021,0,677,0,-3609.48,-1386.57,10.4573,5.92453,300,10,0,664,0,0,1), - (10792,1417,0,1035,0,-3315.07,-2586.18,13.3016,1.54699,300,0,0,531,0,0,0), - (10793,1417,0,1035,0,-3446.08,-2759.4,6.47716,5.17597,300,10,0,531,0,0,1), - (10794,1417,0,1035,0,-3123.54,-2536.38,9.07637,1.58642,300,10,0,531,0,0,1), - (10795,1417,0,1035,0,-3510.6,-2846.47,6.19728,3.21893,300,10,0,531,0,0,1), - (10796,1417,0,1035,0,-3146.61,-2548.36,10.1527,2.13422,300,10,0,531,0,0,1), - (10797,1417,0,1035,0,-3048.48,-2557.4,9.69563,3.38628,300,10,0,531,0,0,1), - (10798,1417,0,1035,0,-3406.25,-2668.75,6.53275,3.11891,300,10,0,531,0,0,1), - (10799,1010,0,714,0,-3031.08,-2045.52,9.94132,0.699736,300,5,0,573,0,0,1), - (10800,1400,0,1036,0,-3135.25,-2134.49,7.81505,0.810255,300,10,0,617,0,0,1), - (10801,1417,0,1035,0,-3102.21,-1932.39,9.23509,5.47293,300,10,0,531,0,0,1), - (10802,1400,0,1036,0,-3162.97,-2301.09,7.08212,3.12402,300,10,0,617,0,0,1), - (10803,1400,0,1036,0,-3136.66,-2232.07,5.41866,1.64419,300,10,0,617,0,0,1), - (10804,1020,0,960,0,-3478.34,-1388.82,9.52102,0.397022,300,10,0,573,0,0,1), - (10805,1020,0,960,0,-3558.39,-1355.16,9.57783,0.220051,300,10,0,573,0,0,1), - (10806,1020,0,960,0,-3528.43,-1339.03,10.396,2.55542,300,10,0,573,0,0,1), - (10807,1417,0,1035,0,-3207.14,-2519.12,6.21249,0.475394,300,10,0,531,0,0,1), - (10808,1417,0,1035,0,-3238.35,-2557.09,10.0968,2.5059,300,10,0,531,0,0,1), - (10809,1040,0,2023,0,-3288.08,-2622.67,5.95052,3.57291,300,10,0,664,0,0,1), - (10810,1040,0,2023,0,-3069.79,-1859.95,6.69675,5.89048,300,10,0,664,0,0,1), - (10811,1040,0,2023,0,-3055.27,-2070.32,6.66067,0.198545,300,10,0,664,0,0,1), - (10812,1040,0,2023,0,-3068.14,-1936.45,5.30099,4.81614,300,10,0,664,0,0,1), - (10813,1024,0,486,0,-3314.26,-914.791,2.90813,3.87586,300,10,0,494,0,0,1), - (10814,1024,0,486,0,-3244.29,-906.829,4.09774,3.83709,300,10,0,494,0,0,1), - (10819,1157,0,3505,0,-2994.7,-934.442,-1.21161,1.94411,300,5,0,791,686,0,1), - (10820,1158,0,11372,0,-3000.9,-948.685,-0.900929,0.118955,300,5,0,860,686,0,1), - (10821,1158,0,11372,0,-2948.4,-990.206,-0.432613,2.42543,300,5,0,860,686,0,1), - (10822,1157,0,3505,0,-2954.42,-964.05,2.54737,1.39627,300,0,0,791,686,0,0), - (10824,1024,0,486,0,-3273.98,-1124.94,9.14344,3.61203,300,10,0,494,0,0,1), - (10825,1157,0,3505,0,-2956.03,-972.967,4.38566,0.664962,300,0,0,791,686,0,0), - (10826,1158,0,11372,0,-2946.88,-973.204,1.77673,6.1875,300,0,0,860,686,0,0), - (10827,1034,0,4916,0,-3442.42,-2022.01,108.535,5.08242,300,5,0,635,0,0,1), - (10828,1157,0,3505,0,-2969.59,-952.345,3.91034,2.40022,300,3,0,791,686,0,1), - (10829,1158,0,11372,0,-2973.79,-966.492,6.94902,6.18774,300,3,0,860,686,0,1), - (10830,1034,0,4916,0,-3435.76,-2052.45,103.606,3.41657,300,3,0,635,0,0,1), - (10831,1157,0,3505,0,-2982.4,-969.608,10.7521,3.08142,300,3,0,791,686,0,1), - (10832,1420,0,901,0,-3692.62,-873.584,10.3455,3.53443,300,10,0,8,0,0,1), - (10833,1034,0,4916,0,-3346.54,-2264.43,52.035,5.93135,300,10,0,635,0,0,1), - (10834,1034,0,4916,0,-3429.89,-2257.38,53.2926,4.91485,300,5,0,635,0,0,1), - (10835,1034,0,4916,0,-3425.95,-2235.32,68.633,3.57271,300,5,0,635,0,0,1), - (10836,1034,0,4916,0,-3456.82,-2271.11,61.2736,1.84805,300,5,0,635,0,0,1), - (10837,1417,0,1035,0,-3136.89,-1987.3,10.0022,0.130438,300,10,0,531,0,0,1), - (10838,1400,0,1036,0,-3063.72,-1994.58,6.06275,3.92769,300,10,0,617,0,0,1), - (10839,1417,0,1035,0,-3221.88,-1647.43,8.58752,5.14157,300,10,0,531,0,0,1), - (10840,1417,0,1035,0,-3137.97,-1839.65,7.46252,0.99672,300,10,0,531,0,0,1), - (10841,1400,0,1036,0,-3051.28,-2112.39,6.21251,0.604161,300,10,0,617,0,0,1), - (10842,1400,0,1036,0,-3045.27,-1610.39,6.54449,5.13934,300,10,0,617,0,0,1), - (10843,3099,1,381,0,224.826,-4135.44,41.5693,2.7756,300,5,0,120,0,0,1), - (10844,1417,0,1035,0,-3238.66,-1541.1,6.6119,3.94915,300,10,0,531,0,0,1), - (10845,1021,0,677,0,-3591.38,-1378.98,10.5027,3.36285,300,10,0,664,0,0,1), - (10846,1021,0,677,0,-3595.69,-1391.35,10.1277,2.45437,300,10,0,664,0,0,1), - (10847,1051,0,825,0,-2619.57,-2417.34,79.3542,5.86121,300,5,0,2400,0,0,1), - (10848,6523,0,825,0,-2580.12,-2417.66,90.2756,3.76991,300,0,0,2400,0,0,0), - (10849,1420,0,901,0,-3645.31,-798.438,10.7048,0.091039,300,10,0,8,0,0,1), - (10850,1015,0,670,0,-2749.18,-2112.6,32.6343,1.35412,300,3,0,617,0,0,1), - (10851,1400,0,1036,0,-3017.97,-1885.95,8.92457,0.623199,300,10,0,617,0,0,1), - (10852,1417,0,1035,0,-3216.07,-1590.1,6.77309,4.73229,300,10,0,531,0,0,1), - (10853,1010,0,714,0,-3133.91,-1726.86,9.98386,0.502031,300,5,0,573,0,0,1), - (10854,1011,0,8598,0,-3116.9,-1610.03,10.5594,1.71656,300,10,0,617,0,0,1), - (10855,1011,0,8598,0,-3174.39,-1626.49,9.83752,6.27353,300,10,0,617,0,0,1), - (10856,1012,0,3196,0,-3039.58,-1601.73,7.76527,5.14183,300,5,0,664,0,0,1), - (10857,1032,0,767,0,-3585.61,-1271.04,9.66313,0.08022,300,5,0,617,0,0,1), - (10858,1021,0,677,0,-3545.56,-1331.21,10.271,2.06434,300,10,0,664,0,0,1), - (10859,1417,0,1035,0,-3170.89,-1932.43,13.521,3.89452,300,10,0,531,0,0,1), - (10860,1417,0,1035,0,-3282.24,-1484.19,9.69634,2.2752,300,10,0,531,0,0,1), - (10861,1400,0,1036,0,-3009.84,-2032.88,6.65056,4.8637,300,10,0,617,0,0,1), - (10862,1400,0,1036,0,-3016.95,-1939.85,7.9617,0.377968,300,10,0,617,0,0,1), - (10863,3099,1,381,0,-331.918,-4724.17,36.5575,5.22233,300,5,0,120,0,0,1), - (10864,2089,0,925,0,-2769.88,-1469.99,7.03469,0.782636,300,10,0,734,0,0,1), - (10865,1400,0,1036,0,-2998.06,-2064.21,9.47545,5.3856,300,10,0,617,0,0,1), - (10866,1039,0,713,0,-3435.6,-1131.51,5.13572,3.17316,300,10,0,494,0,0,1), - (10867,1417,0,1035,0,-3507.08,-1161.34,7.89006,4.62049,300,10,0,531,0,0,1), - (10868,1020,0,960,0,-3537.81,-1386.58,9.64602,0.947744,300,10,0,573,0,0,1), - (10869,1020,0,960,0,-3622.1,-1307.26,10.9249,5.82911,300,5,0,573,0,0,1), - (10870,1020,0,960,0,-3578.58,-1273.26,10.0837,1.76994,300,5,0,573,0,0,1), - (10871,1020,0,960,0,-3519.68,-1432.48,9.37599,5.95494,300,5,0,573,0,0,1), - (10872,2090,0,4914,0,-4206.79,-2377.14,216.914,0.645772,7200,0,0,617,0,0,0), - (10873,4962,0,2963,0,-3808.82,-825.612,10.3019,3.89208,9,0,0,1167,0,0,0), - (10874,1417,0,1035,0,-3571.52,-1156.53,-1.51096,2.71723,300,10,0,531,0,0,1), - (10875,1418,0,391,0,-3945.32,-901.314,0.49137,2.73309,300,10,0,896,0,0,1), - (10876,1418,0,391,0,-3920.67,-911.41,-3.26268,5.64644,300,10,0,896,0,0,1), - (10877,1418,0,391,0,-3947.87,-915.522,14.1164,4.93079,300,10,0,896,0,0,1), - (10878,1418,0,391,0,-3975.57,-812.086,-14.587,0.772635,300,10,0,896,0,0,1), - (10879,1418,0,391,0,-3954.51,-857.452,-13.8065,4.3654,300,10,0,896,0,0,1), - (10880,1418,0,391,0,-3952.01,-878.466,-12.6668,0.067415,300,10,0,896,0,0,1), - (10881,3099,1,381,0,610.45,-4277.99,15.8049,1.18307,300,10,0,120,0,0,1), - (10882,1418,0,391,0,-3922.33,-875.716,0.927041,5.42652,300,10,0,896,0,0,1), - (10883,1032,0,767,0,-3407.64,-1557.93,9.55212,4.08101,300,10,0,617,0,0,1), - (10884,3099,1,381,0,586.392,-4848.33,25.2785,0.295589,300,5,0,120,0,0,1), - (10885,1034,0,4916,0,-3249.32,-2084.92,26.9734,4.48701,300,3,0,635,0,0,1), - (10886,1034,0,4916,0,-3267.82,-2121.21,39.8033,4.71449,300,0,0,635,0,0,0), - (10887,1417,0,1035,0,-3614.78,-992.443,-20.2283,1.75204,300,10,0,531,0,0,1), - (10888,1417,0,1035,0,-3587.77,-1025.4,-16.5019,3.95945,300,10,0,531,0,0,1), - (10889,1418,0,391,0,-3986.65,-783.288,-16.173,4.23228,300,10,0,896,0,0,1), - (10890,1418,0,391,0,-3901.76,-923.839,-11.0153,2.24568,300,10,0,896,0,0,1), - (10891,1418,0,391,0,-4112.93,-813.672,5.53032,0.887816,300,10,0,896,0,0,1), - (10892,1418,0,391,0,-4120.97,-845.95,16.0536,1.01086,300,10,0,896,0,0,1), - (10893,1418,0,391,0,-4020.45,-750.533,-12.1309,3.92457,300,10,0,896,0,0,1), - (10894,1418,0,391,0,-3982.16,-901.355,9.24404,2.52375,300,10,0,896,0,0,1), - (10895,1418,0,391,0,-4050.24,-786.281,-12.6247,4.54779,300,10,0,896,0,0,1), - (10896,1418,0,391,0,-3912.08,-954.466,5.13928,6.19467,300,10,0,896,0,0,1), - (10897,1418,0,391,0,-4146.76,-784.352,0.40399,4.92287,300,10,0,896,0,0,1), - (10898,1418,0,391,0,-3899.52,-885.082,-3.2349,4.6818,300,10,0,896,0,0,1), - (10899,1418,0,391,0,-4118.64,-783.42,-4.45337,4.15697,300,10,0,896,0,0,1), - (10900,1418,0,391,0,-4080.95,-779.825,-10.7,0.959091,300,10,0,896,0,0,1), - (10901,1418,0,391,0,-4085.93,-750.638,-15.0888,4.60586,300,10,0,896,0,0,1), - (10902,1418,0,391,0,-4018.35,-783.367,-14.4094,2.45562,300,10,0,896,0,0,1), - (10903,1418,0,391,0,-4114.43,-748.462,-12.7518,4.69749,300,10,0,896,0,0,1), - (10904,1418,0,391,0,-3978.62,-880.35,7.41457,6.23625,300,10,0,896,0,0,1), - (10905,1418,0,391,0,-4049.84,-746.692,-13.3935,2.29976,300,10,0,896,0,0,1), - (10906,1418,0,391,0,-4088.19,-810.431,2.04923,2.9244,300,10,0,896,0,0,1), - (10907,1034,0,4916,0,-3345.93,-2141.74,43.9921,3.64452,300,3,0,635,0,0,1), - (10908,1034,0,4916,0,-3404.28,-2108.48,82.5375,2.64303,300,5,0,635,0,0,1), - (10909,1025,0,983,0,-3282.83,-952.803,8.65014,4.41586,300,0,0,531,0,0,0), - (10910,1034,0,4916,0,-3401.06,-2084.66,101.46,4.53786,300,0,0,635,0,0,0), - (10911,1034,0,4916,0,-3376.76,-2133.07,58.7149,0.471212,300,3,0,635,0,0,1), - (10912,1024,0,486,0,-3270.44,-968.283,6.40014,2.9249,300,10,0,494,0,0,1), - (10913,1024,0,486,0,-3306.93,-948.141,9.04199,1.31119,300,10,0,494,0,0,1), - (10914,1024,0,486,0,-3281.98,-936.932,8.52514,2.63218,300,0,0,494,0,0,0), - (10915,1024,0,486,0,-3247.93,-947.564,9.90014,3.77443,300,10,0,494,0,0,1), - (10916,1034,0,4916,0,-3427.63,-2085.65,102.45,0.611909,300,0,0,635,0,0,0), - (10917,1034,0,4916,0,-3332.03,-2246.96,51.636,4.54714,300,5,0,635,0,0,1), - (10918,1034,0,4916,0,-3323.53,-2143.74,37.0919,1.69916,300,3,0,635,0,0,1), - (10919,1034,0,4916,0,-3306.63,-2244.11,53.136,0.416722,300,3,0,635,0,0,1), - (10920,1027,0,506,0,-2975.56,-1065.76,6.21253,1.08712,300,10,0,664,0,0,1), - (10921,1028,0,1079,0,-3127.61,-1322.57,7.18994,0.023531,300,10,0,504,1443,0,1), - (10922,1028,0,1079,0,-3177.48,-1343.32,7.31851,0.231951,300,5,0,504,1443,0,1), - (10923,1028,0,1079,0,-3150.33,-1397.19,7.20142,0.860063,300,5,0,504,1443,0,1), - (10924,1028,0,1079,0,-3079.35,-1280.75,6.58755,4.55446,300,10,0,504,1443,0,1), - (10925,1027,0,506,0,-2995.71,-1059.72,9.21253,2.81251,300,10,0,664,0,0,1), - (10926,1028,0,1079,0,-3017.69,-1017.35,9.86585,4.85852,300,5,0,504,1443,0,1), - (10927,1025,0,983,0,-3086.65,-948.313,7.28797,3.67265,300,5,0,531,0,0,1), - (10928,1027,0,506,0,-3098.48,-947.478,8.1345,2.08994,300,10,0,664,0,0,1), - (10929,1024,0,486,0,-3203.43,-1153.68,6.58752,0.526661,300,10,0,494,0,0,1), - (10930,1025,0,983,0,-3225.47,-1156.83,7.71252,1.2402,300,5,0,531,0,0,1), - (10931,1020,0,960,0,-3789.5,-1343.2,25.8197,3.00786,300,3,0,573,0,0,1), - (10932,1021,0,677,0,-3691.99,-1359.35,19.319,0.008749,300,10,0,664,0,0,1), - (10933,1020,0,960,0,-3639.27,-1350.64,11.5035,0.751346,300,10,0,573,0,0,1), - (10934,1024,0,486,0,-3248.29,-1090.11,6.52715,6.18981,300,10,0,494,0,0,1), - (10935,1025,0,983,0,-3243.97,-1134.85,8.91188,1.23559,300,5,0,531,0,0,1), - (10936,1024,0,486,0,-3257.93,-1159.55,9.28688,3.16613,300,10,0,494,0,0,1), - (10937,1025,0,983,0,-3236.53,-1151.03,9.78688,6.24104,300,5,0,531,0,0,1), - (10938,1417,0,1035,0,-3390.04,-1206.74,9.79091,0.121447,300,10,0,531,0,0,1), - (10939,1420,0,901,0,-3762.63,-803.182,10.4381,1.33434,300,10,0,8,0,0,1), - (10940,1111,0,711,0,-3827.56,-2712.84,26.0083,0.128014,300,10,0,531,0,0,1), - (10941,1030,0,360,0,-3760.46,-3094.11,12.6452,4.07156,300,5,0,494,0,0,1), - (10942,1111,0,711,0,-3878.51,-2655.37,41.1001,6.03848,300,3,0,531,0,0,1), - (10943,1111,0,711,0,-3892.88,-2624.26,40.3309,4.84348,300,3,0,531,0,0,1), - (10944,1111,0,711,0,-3845.78,-2703.56,28.525,3.88138,300,10,0,531,0,0,1), - (10945,1111,0,711,0,-3879.19,-2556.56,42.6882,5.84503,300,3,0,531,0,0,1), - (10946,1111,0,711,0,-3884.96,-2567.45,43.4415,0.404278,300,3,0,531,0,0,1), - (10947,1111,0,711,0,-3885.03,-2528,37.6418,4.66,300,3,0,531,0,0,1), - (10948,1111,0,711,0,-3852.41,-2504.9,38.0198,1.95593,300,3,0,531,0,0,1), - (10949,4040,0,959,0,-3828.54,-2516.71,35.989,4.42501,300,3,0,531,0,0,1), - (10950,1111,0,711,0,-3860.25,-2521.91,42.0532,2.83675,300,3,0,531,0,0,1), - (10951,4040,0,959,0,-3858.38,-2489.62,40.1712,5.61041,300,3,0,531,0,0,1), - (10952,4040,0,959,0,-3885.93,-2450.01,30.9604,1.74873,300,3,0,531,0,0,1), - (10953,1111,0,711,0,-3876.62,-2416.5,25.6684,2.04915,300,3,0,531,0,0,1), - (10954,1111,0,711,0,-3881.52,-2472.27,37.1314,2.19407,300,3,0,531,0,0,1), - (10955,4040,0,959,0,-3857.05,-2398.86,26.4964,0.970392,300,3,0,531,0,0,1), - (10956,1022,0,648,0,-3440.66,-1706.21,57.0167,2.98022,300,5,0,734,0,0,1), - (10957,4040,0,959,0,-3877.76,-2401.01,26.3338,3.84709,300,3,0,531,0,0,1), - (10958,1111,0,711,0,-3840.77,-2416.32,26.1111,4.00691,300,0,0,531,0,0,0), - (10959,1111,0,711,0,-3789.73,-2468.13,25.5645,2.67257,300,3,0,531,0,0,1), - (10960,4040,0,959,0,-3811.75,-2426.81,25.3721,4.55847,300,3,0,531,0,0,1), - (10961,4040,0,959,0,-3821.3,-2391.74,26.5047,5.4227,300,3,0,531,0,0,1), - (10962,4040,0,959,0,-3809.58,-2447.52,25.8696,2.41659,300,3,0,531,0,0,1), - (10963,1111,0,711,0,-3797.35,-2371.37,30.3793,2.33727,300,3,0,531,0,0,1), - (10964,4040,0,959,0,-3780.79,-2471.97,25.5881,0.464292,300,3,0,531,0,0,1), - (10965,4040,0,959,0,-3785.52,-2334.23,34.9953,1.68928,300,3,0,531,0,0,1), - (10966,4040,0,959,0,-3781.48,-2329.15,34.7976,4.31618,300,3,0,531,0,0,1), - (10967,1111,0,711,0,-3784.74,-2300.21,33.1942,5.5496,300,3,0,531,0,0,1), - (10968,1022,0,648,0,-3491.11,-1654.28,62.576,4.24776,300,3,0,734,0,0,1), - (10969,4040,0,959,0,-3790.27,-2353.16,33.3457,3.33578,300,3,0,531,0,0,1), - (10970,4040,0,959,0,-3817.96,-2288.59,34.1731,2.73513,300,3,0,531,0,0,1), - (10971,1111,0,711,0,-3857.94,-2310.78,22.6066,0.487887,300,3,0,531,0,0,1), - (10972,1353,0,755,0,-3567.61,-1765.01,80.6865,5.82891,300,0,0,950,0,0,0), - (10973,1111,0,711,0,-3900.17,-2323.35,23.7099,2.65471,300,3,0,531,0,0,1), - (10974,4040,0,959,0,-3891.51,-2352.33,22.6008,4.20518,300,3,0,531,0,0,1), - (10975,1111,0,711,0,-3881.61,-2329.92,21.8709,5.67312,300,3,0,531,0,0,1), - (10976,4040,0,959,0,-3835.94,-2278.69,36.4393,2.73883,300,3,0,531,0,0,1), - (10977,4040,0,959,0,-3907.27,-2320,23.6573,4.56956,300,3,0,531,0,0,1), - (10978,1111,0,711,0,-3863.88,-2295.75,42.2189,5.82394,300,3,0,531,0,0,1), - (10979,1022,0,648,0,-3554.14,-1746.71,78.8366,5.74131,300,5,0,734,0,0,1), - (10980,1111,0,711,0,-3856.06,-2325.97,44.2324,5.20635,300,3,0,531,0,0,1), - (10981,1023,0,949,0,-3478.4,-1789.35,17.335,5.82652,300,10,0,788,0,0,1), - (10982,1021,0,677,0,-3362.33,-1638.55,11.2151,2.66446,300,10,0,664,0,0,1), - (10983,1021,0,677,0,-3679.07,-1342.2,12.819,4.53754,300,10,0,664,0,0,1), - (10984,1020,0,960,0,-3429.17,-1608.77,10.382,1.5708,300,3,0,573,0,0,1), - (10985,1020,0,960,0,-3594.02,-1207.03,11.646,1.68555,300,5,0,573,0,0,1), - (10986,1021,0,677,0,-3704.94,-1339.35,17.6875,4.55755,300,5,0,664,0,0,1), - (10987,1020,0,960,0,-3308.28,-1692.74,9.67704,4.37479,300,10,0,573,0,0,1), - (10988,1021,0,677,0,-3372.72,-1624.83,10.8356,2.26398,300,10,0,664,0,0,1), - (10989,1020,0,960,0,-3436.82,-1514.93,11.9798,4.91093,300,3,0,573,0,0,1), - (10990,1021,0,677,0,-3393.91,-1620.16,9.58555,5.98735,300,3,0,664,0,0,1), - (10991,1020,0,960,0,-3425.11,-1480.43,11.9405,1.07831,300,10,0,573,0,0,1), - (10992,1020,0,960,0,-3316.88,-1582.54,9.27104,6.22023,300,10,0,573,0,0,1), - (10995,1020,0,960,0,-3456.24,-1464.93,10.6347,1.37608,300,10,0,573,0,0,1), - (10996,6231,0,7288,0,-4925.46,827.751,247.47,4.58277,25,0,0,4327,0,0,0), - (11012,1020,0,960,0,-3420.3,-1616.64,10.3352,0.329679,300,3,0,573,0,0,1), - (11013,1021,0,677,0,-3813.99,-1367.74,26.58,1.6676,300,5,0,664,0,0,1), - (11014,3098,1,503,0,-619.219,-4382.64,43.2194,1.614,120,5,0,42,0,0,1), - (11015,1021,0,677,0,-3494.26,-1456.36,10.146,2.62402,300,5,0,664,0,0,1), - (11016,1021,0,677,0,-3502.58,-1472.69,9.27101,4.53466,300,5,0,664,0,0,1), - (11017,1021,0,677,0,-3486.69,-1469.99,9.27101,0.094553,300,5,0,664,0,0,1), - (11018,1020,0,960,0,-3493.08,-1246.5,10.5789,2.58045,300,5,0,573,0,0,1), - (11019,1020,0,960,0,-3346.43,-1513.6,9.55044,3.68814,300,10,0,573,0,0,1), - (11020,1020,0,960,0,-3316.31,-1607.73,10.6575,5.88926,300,10,0,573,0,0,1), - (11021,1023,0,949,0,-3423.08,-1844.35,17.3932,2.99666,300,3,0,788,0,0,1), - (11022,1022,0,648,0,-3362.59,-1866.05,23.881,3.56933,300,3,0,734,0,0,1), - (11023,1023,0,949,0,-3445.97,-1823.6,23.7985,5.95543,300,5,0,788,0,0,1), - (11024,1022,0,648,0,-3377.73,-1779.3,33.4907,6.22871,300,5,0,734,0,0,1), - (11025,1023,0,949,0,-3442.01,-1767.15,23.8632,2.11836,300,5,0,788,0,0,1), - (11026,1024,0,486,0,-3284.94,-977.369,9.77514,0.692611,300,10,0,494,0,0,1), - (11027,1024,0,486,0,-3245.83,-1020.83,8.65014,0.178867,300,10,0,494,0,0,1), - (11028,1024,0,486,0,-3238.57,-1005.42,5.59601,1.24559,300,10,0,494,0,0,1), - (11029,3098,1,503,0,-550.962,-4351.29,41.2188,3.9879,120,5,0,42,0,0,1), - (11031,1022,0,648,0,-3484.29,-1684.83,54.1485,5.57613,300,5,0,734,0,0,1), - (11032,1020,0,960,0,-3312.27,-1922.47,34.4467,1.65395,300,5,0,573,0,0,1), - (11033,1024,0,486,0,-3221.4,-1022.76,7.77514,0.62985,300,0,0,494,0,0,0), - (11034,1024,0,486,0,-3215.16,-1012.35,9.77514,5.49631,300,0,0,494,0,0,0), - (11035,1022,0,648,0,-3510.5,-1874.02,23.525,0.612291,300,5,0,734,0,0,1), - (11036,1022,0,648,0,-3351.6,-1813.42,24.747,2.67742,300,5,0,734,0,0,1), - (11037,1022,0,648,0,-3549.24,-1842.73,23.6151,3.20413,300,5,0,734,0,0,1), - (11038,1024,0,486,0,-3212.56,-1027.55,8.52514,2.22694,300,0,0,494,0,0,0), - (11039,1024,0,486,0,-3221.05,-1035.13,6.04052,2.28184,300,10,0,494,0,0,1), - (11040,1025,0,983,0,-3200.23,-938.637,9.14364,2.67035,300,0,0,531,0,0,0), - (11041,1025,0,983,0,-3207.74,-1018.33,10.7751,4.82225,300,5,0,531,0,0,1), - (11042,1025,0,983,0,-3193.43,-949.018,9.77194,3.96604,300,5,0,531,0,0,1), - (11043,1025,0,983,0,-3205.48,-957.19,8.15014,1.09838,300,5,0,531,0,0,1), - (11044,1022,0,648,0,-3511.91,-1849.37,22.4388,5.10703,300,10,0,734,0,0,1), - (11045,1023,0,949,0,-3513.64,-1809.07,25.05,1.52582,300,5,0,788,0,0,1), - (11046,1022,0,648,0,-3409.11,-1814.36,17.5763,6.00478,300,5,0,734,0,0,1), - (11047,1022,0,648,0,-3577.12,-1862.63,33.4269,4.73934,300,3,0,734,0,0,1), - (11048,1022,0,648,0,-3551.23,-1813.87,25.3162,1.6862,300,3,0,734,0,0,1), - (11049,1023,0,949,0,-3421.09,-1779.82,24.8787,2.8217,300,5,0,788,0,0,1), - (11050,1022,0,648,0,-3480.99,-1880.51,23.4294,0.656766,300,5,0,734,0,0,1), - (11051,1023,0,949,0,-3478.14,-1748.96,23.9907,5.89592,300,3,0,788,0,0,1), - (11052,1023,0,949,0,-3521.59,-1783.81,23.7833,3.31749,300,3,0,788,0,0,1), - (11053,1023,0,949,0,-3490.06,-1721.54,33.9626,3.56658,300,3,0,788,0,0,1), - (11054,1026,0,1305,0,-3204.69,-948.438,8.15014,5.60154,300,5,0,573,0,0,1), - (11055,1027,0,506,0,-3052.38,-1181.35,9.22636,4.51975,300,10,0,664,0,0,1), - (11056,1027,0,506,0,-3115.16,-964.348,9.59679,4.21582,300,10,0,664,0,0,1), - (11057,1025,0,983,0,-3083.34,-1017.27,10.0743,6.08454,300,5,0,531,0,0,1), - (11058,1027,0,506,0,-3052.08,-968.75,9.21252,0.151604,300,10,0,664,0,0,1), - (11059,1028,0,1079,0,-3149.55,-1051.27,8.24119,1.24844,300,5,0,504,1443,0,1), - (11060,1028,0,1079,0,-3151.77,-1061.51,6.86619,2.40806,300,5,0,504,1443,0,1), - (11061,1026,0,1305,0,-3125.14,-990.975,7.08752,5.36208,300,5,0,573,0,0,1), - (11062,1025,0,983,0,-3156.9,-951.207,7.53215,2.76377,300,5,0,531,0,0,1), - (11063,1025,0,983,0,-3120.48,-984.066,6.21252,2.3856,300,5,0,531,0,0,1), - (11064,1025,0,983,0,-3111.51,-920.388,2.86049,0.562534,300,5,0,531,0,0,1), - (11065,1025,0,983,0,-3168.25,-913.972,3.47972,0.293199,300,5,0,531,0,0,1), - (11066,1040,0,2023,0,-2929.39,-1249.22,6.21254,5.97662,300,10,0,664,0,0,1), - (11067,1417,0,1035,0,-3170.02,-2494.42,6.21249,3.54384,300,10,0,531,0,0,1), - (11068,1400,0,1036,0,-2980.29,-1381.5,6.77303,0.703835,300,10,0,617,0,0,1), - (11069,1417,0,1035,0,-3079.41,-1578.33,7.76148,0.911293,300,10,0,531,0,0,1), - (11070,1400,0,1036,0,-2954.51,-1414.69,9.17781,3.0888,300,10,0,617,0,0,1), - (11071,2466,0,1785,0,-4435.51,-2566.6,234.988,1.44221,300,5,0,1100,0,0,2), - (11072,2105,0,1780,0,-4490.57,-2691.05,266.965,0.031014,300,5,0,2081,0,0,2), - (11073,2468,0,1806,0,-4483.21,-2693.89,266.07,0.488692,300,0,0,2065,0,0,0), - (11074,1019,0,788,0,-2506.45,-1755.68,9.59888,5.26469,300,10,0,950,0,0,1), - (11075,2469,0,1802,0,-4446.8,-2676.68,266.058,3.80482,300,0,0,1987,0,0,0), - (11076,1016,0,673,0,-2744.46,-1636.79,8.93813,3.17471,300,10,0,664,0,0,1), - (11077,2103,0,4925,0,-4340.38,-2460.58,212.3,1.53272,300,5,0,449,0,0,1), - (11078,2103,0,4925,0,-4325.79,-2442.2,213.328,0.007773,300,3,0,449,0,0,1), - (11079,2102,0,4927,0,-4355.33,-2421.2,228.484,1.04819,300,0,0,494,0,0,0), - (11080,1039,0,713,0,-2901.19,-1713.85,2.77578,0.240713,300,10,0,494,0,0,1), - (11081,2103,0,4925,0,-4323.74,-2412.63,210.255,1.68925,300,3,0,449,0,0,2), - (11082,2103,0,4925,0,-4304.44,-2384.4,208.507,4.99709,300,3,0,449,0,0,1), - (11083,2103,0,4925,0,-4346.12,-2429.92,218.617,3.72578,300,0,0,449,0,0,0), - (11084,2102,0,4927,0,-4238.02,-2382.77,204.725,4.71533,300,0,0,494,0,0,0), - (11085,2102,0,4927,0,-4231.12,-2358.6,204.157,3.87403,300,0,0,494,0,0,0), - (11086,2103,0,4925,0,-4275.35,-2370.03,209.148,1.33577,300,3,0,449,0,0,1), - (11087,2103,0,4925,0,-4248.17,-2372.45,204.475,0.711944,300,0,0,449,0,0,0), - (11088,2102,0,4927,0,-4236.09,-2348.67,204.332,2.55793,300,0,0,494,0,0,0), - (11089,2103,0,4925,0,-4239.4,-2369.76,204.1,3.99296,300,0,0,449,0,0,0), - (11090,1016,0,673,0,-2719.18,-1654.54,9.53253,4.76473,300,10,0,664,0,0,1), - (11091,1017,0,649,0,-2687.26,-1970.17,15.7527,0.926065,300,10,0,734,0,0,1), - (11092,1016,0,673,0,-2836.87,-1860.85,10.3141,2.41819,300,5,0,664,0,0,1), - (11093,1015,0,670,0,-2786.2,-2083.55,31.0434,3.72527,300,10,0,617,0,0,1), - (11094,1017,0,649,0,-2769.26,-1902.2,18.687,5.97161,300,5,0,734,0,0,1), - (11095,1017,0,649,0,-2703.57,-1937.88,14.8985,2.06505,300,10,0,734,0,0,1), - (11096,1016,0,673,0,-2730.87,-1641.32,9.90753,3.63516,300,10,0,664,0,0,1), - (11097,1017,0,649,0,-2681.7,-1943.82,16.0096,1.7711,300,10,0,734,0,0,1), - (11098,2102,0,4927,0,-4218.48,-2352.51,204.282,0.57933,300,3,0,494,0,0,1), - (11099,1041,0,2024,0,-2761.67,-1680.81,2.5099,5.8038,300,5,0,734,0,0,1), - (11100,1400,0,1036,0,-3101.22,-2084.92,9.06914,3.14159,300,10,0,617,0,0,1), - (11101,1417,0,1035,0,-3042.48,-1492.37,5.85782,5.25243,300,10,0,531,0,0,1), - (11102,2089,0,925,0,-2814.2,-1240.65,6.21252,1.75966,300,10,0,734,0,0,1), - (11103,1417,0,1035,0,-3185.49,-1814.78,6.54428,2.85014,300,0,0,531,0,0,0), - (11104,1400,0,1036,0,-2845.78,-1713.94,6.9231,0.618835,300,10,0,617,0,0,1), - (11105,1039,0,713,0,-2760.62,-1685.52,4.18069,3.30247,300,10,0,494,0,0,1), - (11106,1018,0,180,0,-2710.71,-1844.01,10.5275,2.77886,300,10,0,840,0,0,1), - (11107,1018,0,180,0,-2617.12,-1780.34,10.7606,6.26923,300,10,0,840,0,0,1), - (11108,1017,0,649,0,-2610.87,-1645.91,9.36932,0.479769,300,5,0,734,0,0,1), - (11109,1016,0,673,0,-2708.77,-1657.34,11.6575,1.49925,300,10,0,664,0,0,1), - (11110,1016,0,673,0,-2720.49,-1635.16,13.7825,3.32618,300,10,0,664,0,0,1), - (11111,1019,0,788,0,-2490.88,-1793.71,10.1623,3.3501,300,10,0,950,0,0,1), - (11112,1018,0,180,0,-2664.69,-1853.42,9.27165,4.00293,300,10,0,840,0,0,1), - (11113,1016,0,673,0,-2686.17,-1720.64,9.38602,4.54015,300,10,0,664,0,0,1), - (11114,1018,0,180,0,-2686.75,-1857.63,9.52165,5.63594,300,10,0,840,0,0,1), - (11115,1017,0,649,0,-2648.02,-1754.86,9.78473,5.27223,300,5,0,734,0,0,1), - (11116,1017,0,649,0,-2751.6,-1852.26,12.0443,4.34847,300,10,0,734,0,0,1), - (11117,1017,0,649,0,-2717.3,-1817.57,9.72714,5.20243,300,10,0,734,0,0,1), - (11118,2102,0,4927,0,-4244.62,-2342.75,204.457,1.07217,300,0,0,494,0,0,0), - (11119,1417,0,1035,0,-3569.86,-984.558,-12.8106,6.19518,300,10,0,531,0,0,1), - (11120,1400,0,1036,0,-2846.74,-1549.85,7.85648,3.63925,300,10,0,617,0,0,1), - (11121,1400,0,1036,0,-3157.57,-2117.5,10.1699,3.23574,300,10,0,617,0,0,1), - (11122,1417,0,1035,0,-3124.07,-1782.43,9.29432,5.76452,300,10,0,531,0,0,1), - (11123,1400,0,1036,0,-2867.19,-1623.76,8.81753,6.15526,300,10,0,617,0,0,1), - (11124,2089,0,925,0,-2681.48,-1506.69,7.6715,1.16259,300,10,0,734,0,0,1), - (11125,1400,0,1036,0,-2898.02,-1221.69,9.97597,0.254936,300,10,0,617,0,0,1), - (11126,1024,0,486,0,-3272.26,-1040.97,9.43597,4.67329,300,10,0,494,0,0,1), - (11127,1040,0,2023,0,-2711.59,-1584.04,6.71583,3.92705,300,10,0,664,0,0,1), - (11128,1039,0,713,0,-3287.85,-1076.32,7.04304,2.45717,300,10,0,494,0,0,1), - (11129,1259,0,652,0,-3245.94,-1136.65,9.15107,3.46334,300,0,0,573,0,0,0), - (11130,1417,0,1035,0,-3285.11,-2589.94,11.4449,3.17481,300,10,0,531,0,0,1), - (11131,1010,0,714,0,-3703.69,-3073.62,18.8806,0.837515,300,5,0,573,0,0,1), - (11132,1010,0,714,0,-3757.94,-3014.21,12.9283,6.04135,300,5,0,573,0,0,1), - (11133,1010,0,714,0,-3715.45,-3057.05,16.6653,4.30603,300,5,0,573,0,0,1), - (11134,1032,0,767,0,-2910.63,-2351.29,22.2882,0.889372,300,10,0,617,0,0,1), - (11135,1032,0,767,0,-2878.69,-2249.29,26.716,5.7561,300,10,0,617,0,0,1), - (11136,1032,0,767,0,-2881.36,-2319.46,30.2488,5.03041,300,10,0,617,0,0,1), - (11137,1032,0,767,0,-2879.14,-2217.82,23.6571,0.587799,300,10,0,617,0,0,1), - (11138,1010,0,714,0,-3677,-3055.2,14.827,0.98713,300,5,0,573,0,0,1), - (11139,1010,0,714,0,-3751.58,-2855.14,11.6684,6.13077,300,5,0,573,0,0,1), - (11140,1010,0,714,0,-3644.47,-2898.53,12.9557,4.82254,300,5,0,573,0,0,1), - (11141,1010,0,714,0,-3680.1,-2855.25,11.4369,3.04311,300,5,0,573,0,0,1), - (11142,1008,0,355,0,-3679.55,-2920.51,11.7696,6.1761,300,5,0,531,0,0,1), - (11143,1039,0,713,0,-3713.03,-2871.68,5.62299,1.16924,300,10,0,494,0,0,1), - (11144,1010,0,714,0,-3720.22,-2984.14,11.7477,3.81206,300,5,0,573,0,0,1), - (11145,1008,0,355,0,-3935.26,-3095.5,13.2071,6.18428,300,10,0,531,0,0,1), - (11146,1030,0,360,0,-3886.7,-2679.02,32.9005,2.78516,300,10,0,494,0,0,1), - (11147,1030,0,360,0,-3844.85,-3092.84,11.7315,4.79353,300,5,0,494,0,0,1), - (11148,1030,0,360,0,-4313.62,-2638.05,81.441,3.33439,300,5,0,494,0,0,1), - (11149,1008,0,355,0,-3819.35,-3077.35,12.0321,5.5116,300,5,0,531,0,0,1), - (11150,1007,0,3199,0,-4079.75,-3146.84,10.6866,5.06359,300,5,0,494,0,0,1), - (11151,1007,0,3199,0,-3913.66,-3045.47,11.7577,2.8956,300,5,0,494,0,0,1), - (11152,1417,0,1035,0,-3426.56,-1041.64,8.91536,2.50634,300,10,0,531,0,0,1), - (11153,1039,0,713,0,-3462.29,-1054.24,7.62512,6.12626,300,10,0,494,0,0,1), - (11154,1007,0,3199,0,-3895.26,-3046.43,11.9087,1.83576,300,5,0,494,0,0,1), - (11155,1007,0,3199,0,-3869.76,-3041.1,12.9087,0.55678,300,5,0,494,0,0,1), - (11156,1034,0,4916,0,-3248.46,-2148.56,24.0214,5.72527,300,10,0,635,0,0,1), - (11157,1007,0,3199,0,-3868.23,-3026.98,12.4495,0.087482,300,5,0,494,0,0,1), - (11158,1024,0,486,0,-3282.06,-1245.29,9.4277,5.71129,300,10,0,494,0,0,1), - (11159,1034,0,4916,0,-3328.94,-2196.34,41.0129,5.22962,300,3,0,635,0,0,1), - (11160,1024,0,486,0,-3280.77,-1173.35,9.11705,0.793781,300,10,0,494,0,0,1), - (11162,1021,0,677,0,-3398.36,-1604.39,10.0856,3.86108,300,10,0,664,0,0,1), - (11163,1021,0,677,0,-3687.45,-1324.83,12.5067,4.96978,300,10,0,664,0,0,1), - (11164,1020,0,960,0,-3327.89,-1549.92,10.1191,0.204705,300,10,0,573,0,0,1), - (11165,1020,0,960,0,-3437.04,-1405.65,10.4727,0.751912,300,10,0,573,0,0,1), - (11166,1028,0,1079,0,-3191.24,-1250.26,9.67357,5.03617,300,10,0,504,1443,0,1), - (11167,1024,0,486,0,-3251.78,-1209.42,9.19991,1.67665,300,10,0,494,0,0,1), - (11168,1034,0,4916,0,-3335.87,-2214.24,47.4742,5.96906,300,5,0,635,0,0,1), - (11169,1034,0,4916,0,-3275.76,-2177.27,31.7346,0.634733,300,3,0,635,0,0,1), - (11170,1034,0,4916,0,-3348.98,-2213.43,47.4327,5.75651,300,3,0,635,0,0,1), - (11171,1034,0,4916,0,-3354.55,-2234.26,50.535,5.80454,300,10,0,635,0,0,1), - (11172,1034,0,4916,0,-3345.65,-2196.71,43.8519,0.739787,300,0,0,635,0,0,0), - (11173,1034,0,4916,0,-3379.35,-2221.07,52.6826,5.6182,300,3,0,635,0,0,1), - (11174,1034,0,4916,0,-3397.86,-2242.38,63.2277,0.845274,300,0,0,635,0,0,0), - (11175,1034,0,4916,0,-3392.04,-2282.38,51.9,3.64687,300,0,0,635,0,0,0), - (11176,1034,0,4916,0,-3379.93,-2247.5,52.0003,0.667432,300,10,0,635,0,0,1), - (11177,1034,0,4916,0,-3366.71,-2300.08,52.0185,1.50098,300,0,0,635,0,0,0), - (11178,1034,0,4916,0,-3386.51,-2361.2,54.0784,5.83003,300,3,0,635,0,0,1), - (11179,1034,0,4916,0,-3423.66,-2364.84,52.0978,0.13697,300,10,0,635,0,0,1), - (11180,1034,0,4916,0,-3419.55,-2338.84,52.0236,4.12124,300,10,0,635,0,0,1), - (11181,1417,0,1035,0,-3463.88,-1015.16,7.50012,3.02998,300,10,0,531,0,0,1), - (11182,1417,0,1035,0,-3582.6,-1086.48,-16.3328,5.09575,300,10,0,531,0,0,1), - (11183,14425,0,543,0,-2995.24,-1633.39,10.494,2.66954,7200,0,0,664,0,0,0), - (11186,1420,0,901,0,-3201.27,-1712.71,5.82326,0.332251,300,10,0,8,0,0,1), - (11187,2102,0,4927,0,-4065.71,-2451.51,153.162,1.9909,300,5,0,494,0,0,1), - (11188,1417,0,1035,0,-3319.16,-2616.13,9.03193,2.12015,300,10,0,531,0,0,1), - (11189,1069,0,505,0,-3481.82,-3247.18,23.5313,0.606409,300,10,0,603,655,0,1), - (11190,1042,0,9583,0,-3411.46,-2856.2,12.2732,3.37995,300,5,0,617,0,0,1), - (11191,1051,0,825,0,-2833.24,-2889.64,34.0047,3.76991,300,10,0,2400,0,0,1), - (11192,1051,0,825,0,-2845.82,-2862.97,32.6576,1.30195,300,10,0,2400,0,0,1), - (11193,1016,0,673,0,-2983.96,-2851.53,29.3976,4.63816,300,10,0,664,0,0,1), - (11194,1015,0,670,0,-3185.57,-2781.74,16.7459,2.23026,300,10,0,617,0,0,1), - (11195,1051,0,825,0,-2798.78,-2882.04,35.9993,0.298219,300,10,0,2400,0,0,1), - (11196,1051,0,825,0,-2802.98,-2849.65,41.8773,2.97906,300,5,0,2400,0,0,1), - (11197,2636,0,11357,0,-2088.72,-2061.83,2.59395,1.29923,400,3,0,2284,0,0,1), - (11198,2636,0,11357,0,-2101,-2047.51,4.45795,0.368756,400,5,0,2284,0,0,1), - (11199,2636,0,11357,0,-2070.47,-1997.27,13.3708,3.96493,400,3,0,2284,0,0,1), - (11200,2698,0,3680,0,-415.486,-1877.95,73.2646,2.40855,400,0,0,1684,0,0,0), - (11201,2620,0,1072,0,-866.201,-3165.42,70.5633,5.18477,400,10,0,8,0,0,1), - (11202,2620,0,1072,0,-644.655,-1849.93,54.3997,0.041485,400,10,0,8,0,0,1), - (11203,2579,0,1105,0,-1383.47,-1579.86,40.4819,4.76338,400,10,0,1279,0,0,1), - (11204,9555,0,8677,0,-933.85,-3477.47,51.3872,3.28122,400,0,0,2016,0,0,0), - (11205,2621,0,4034,0,-861.001,-3517.15,72.5261,0.15708,400,0,0,2770,0,0,0), - (11206,2851,0,3972,0,-917.658,-3496.94,70.4505,3.22695,650,0,0,7423,7071,0,0), - (11207,2819,0,3951,0,-963.249,-3561.47,58.8009,4.7288,400,0,0,1930,0,0,0), - (11208,15126,0,15276,0,-845.512,-3507.93,73.6511,3.47321,650,0,0,2000,0,0,0), - (11209,2621,0,4035,0,-978.749,-3476.68,57.1784,4.24115,400,0,0,2770,0,0,0), - (11210,2621,0,4034,0,-975.482,-3561.2,70.6806,6.24828,400,0,0,2770,0,0,0), - (11211,4954,0,3957,0,-948.304,-3537.25,71.5343,5.68977,400,0,0,2100,0,0,0), - (11212,2621,0,4034,0,-830.753,-3541.73,72.5673,0.942478,400,0,0,2770,0,0,0), - (11213,2563,0,1103,0,-1444.94,-1583.73,34.1682,3.20398,400,5,0,1163,0,0,1), - (11214,15022,0,15141,0,-847.556,-3511.22,73.2761,3.89208,400,0,0,4079,0,0,0), - (11216,10696,0,4137,0,-1175.51,-2551.73,59.7133,0.86925,400,5,0,3291,0,0,1), - (11217,10696,0,4138,0,-1173.34,-2532.3,55.5334,4.49393,400,5,0,3291,0,0,1), - (11218,2766,0,610,0,-2117.71,-2010.82,6.29982,2.91768,400,0,0,2376,0,0,0), - (11219,2767,0,7032,0,-2088.96,-2047.39,3.49737,5.007,400,0,0,1678,0,0,0), - (11220,2769,0,1280,0,-2072.44,-2090.78,9.2663,0.226893,400,0,0,2376,0,0,0), - (11221,2774,0,4051,0,-2064.04,-2085.47,9.15848,3.82227,400,0,0,2284,0,0,0), - (11222,2792,0,4048,0,-947.559,-3481.63,51.4059,1.8326,400,0,0,2471,0,0,2), - (11223,15021,0,15140,0,-846.947,-3503.78,73.9011,3.33358,400,0,0,4079,0,0,0), - (11224,2620,0,1072,0,-1128.02,-1972.22,68.6104,0.504457,400,10,0,8,0,0,1), - (11225,2620,0,1072,0,-1336.35,-1663.31,53.8125,5.55939,400,10,0,8,0,0,1), - (11226,2620,0,1072,0,-1754.05,-2280.02,40.9319,4.23844,400,10,0,8,0,0,1), - (11227,2620,0,1072,0,-1256.51,-3463.37,38.7758,1.82362,400,10,0,8,0,0,1), - (11228,2564,0,1054,0,-1251.99,-2054.92,50.2847,6.07375,400,0,0,1221,0,0,0), - (11229,2560,0,180,0,-1449.87,-1626.45,33.6743,3.49391,400,10,0,1221,0,0,1), - (11230,2580,0,388,0,-1841.41,-1723.41,54.7649,0.234557,400,3,0,1536,0,0,1), - (11231,2580,0,388,0,-1786.39,-1742.23,44.714,1.20699,400,3,0,1536,0,0,1), - (11232,2580,0,388,0,-1876.24,-1642.1,36.1237,1.08795,400,3,0,1536,0,0,1), - (11233,2621,0,4035,0,-967.201,-3548.33,57.0722,2.56563,400,0,0,2770,0,0,0), - (11234,2818,0,3950,0,-944.927,-3533.55,71.533,2.3911,400,0,0,2284,0,0,0), - (11235,2621,0,4035,0,-828.82,-3538.35,72.5673,4.32842,400,0,0,2770,0,0,0), - (11236,2621,0,4034,0,-860.473,-3505.75,73.1511,5.98648,400,0,0,2770,0,0,0), - (11237,2621,0,4035,0,-844.953,-3501.15,74.1511,1.58825,400,0,0,2770,0,0,0), - (11238,2621,0,4035,0,-862.5,-3501.56,73.2761,1.48353,400,0,0,2770,0,0,0), - (11239,3098,1,503,0,-317.835,-4243.54,61.7041,2.80837,120,5,0,42,0,0,1), - (11240,2621,0,4035,0,-860.528,-3556.43,72.3744,0.20944,400,0,0,2770,0,0,0), - (11241,15127,0,15277,0,-1218.48,-2521.56,21.9227,3.66519,650,0,0,10672,0,0,0), - (11242,2557,0,3999,0,-2090.04,-3346.53,41.5335,6.00393,400,0,0,1160,1067,0,0), - (11243,3100,1,193,0,683.26,-3875.76,18.8849,1.70315,300,5,0,156,0,0,1), - (11244,2620,0,1072,0,-935.582,-2810.28,62.0185,5.80644,400,10,0,8,0,0,1), - (11245,2620,0,1072,0,-1026.51,-2511.94,52.3814,4.25361,400,10,0,8,0,0,1), - (11246,2620,0,1072,0,-1633.55,-2072.84,37.1567,3.472,400,10,0,8,0,0,1), - (11247,2560,0,180,0,-1457.43,-1549.03,42.2813,4.95689,400,10,0,1221,0,0,1), - (11248,2560,0,180,0,-1617.04,-2094.17,32.9033,1.90738,400,10,0,1221,0,0,1), - (11249,2565,0,1104,0,-914.545,-2412.42,52.9941,1.29169,400,5,0,1403,0,0,1), - (11250,2579,0,1105,0,-1719.14,-2088.41,50.7157,5.05082,400,5,0,1279,0,0,1), - (11251,2580,0,388,0,-2093.57,-2555.97,76.3401,1.71083,400,5,0,1536,0,0,1), - (11252,2578,0,10824,0,-958.157,-1876.76,66.2413,4.38602,400,10,0,1189,0,0,1), - (11253,2621,0,4035,0,-860.637,-3539.48,72.2494,0,400,0,0,2770,0,0,0), - (11254,2621,0,4034,0,-876.137,-3527.28,71.8778,1.10715,400,0,0,2770,0,0,0), - (11255,2821,0,3953,0,-918.911,-3533.79,72.781,0.977384,400,0,0,1846,0,0,0), - (11256,2621,0,4035,0,-936.625,-3493.21,53.619,2.80998,400,0,0,2770,0,0,0), - (11257,2820,0,3952,0,-910.288,-3534.85,72.818,2.44346,400,0,0,1684,0,0,0), - (11258,15128,0,15284,0,-840.304,-3513.8,73.2761,4.10152,650,0,0,7125,0,0,0), - (11259,15128,0,15286,0,-826.774,-3511.83,73.3599,3.82227,650,0,0,7125,0,0,0), - (11260,15128,0,15287,0,-822.536,-3518.07,73.4445,3.52556,650,0,0,7125,0,0,0), - (11261,15128,0,15286,0,-833.9,-3530.08,72.5261,2.79253,650,0,0,7125,0,0,0), - (11262,2621,0,4034,0,-903.685,-3519.28,71.3417,1.53589,400,0,0,2770,0,0,0), - (11263,2835,0,4044,0,-1240.03,-2513.96,21.9831,4.22309,400,0,0,7609,7071,0,0), - (11264,15124,0,15278,0,-1221.37,-2539.85,21.9912,2.18166,400,0,0,1605,0,0,0), - (11265,2595,0,11254,0,-2180.14,-1754.03,-60.1176,3.33252,400,10,0,1604,0,0,1), - (11266,2595,0,11254,0,-2215.1,-1611.98,-47.0127,1.5708,400,3,0,1604,0,0,1), - (11267,2560,0,180,0,-1477.19,-1589.51,33.4803,4.77103,400,10,0,1221,0,0,1), - (11268,2578,0,10824,0,-608.638,-1915.99,59.9733,6.16197,400,10,0,1189,0,0,1), - (11269,2578,0,10824,0,-1603.17,-2428.98,84.4498,0.538711,400,5,0,1189,0,0,1), - (11270,15125,0,15279,0,-836.217,-3538.05,72.5592,3.01942,400,0,0,1605,0,0,0), - (11272,2621,0,4034,0,-894.346,-3519.28,71.2814,1.5708,400,0,0,2770,0,0,0), - (11273,9501,0,8634,0,-912.374,-3524.92,72.7679,3.14159,400,0,0,1605,0,0,0), - (11274,10696,0,4137,0,-1173.98,-2486.28,51.5804,0.85021,400,5,0,3291,0,0,1), - (11275,2563,0,1103,0,-1721.65,-2124.73,43.6073,2.51136,400,10,0,1163,0,0,1), - (11276,2563,0,1103,0,-1690.42,-2089.47,42.2187,3.69709,400,10,0,1163,0,0,1), - (11277,2563,0,1103,0,-1346.15,-1582.06,45.9623,1.69214,400,10,0,1163,0,0,1), - (11278,2563,0,1103,0,-1443.15,-1672.94,44.5214,0.623904,400,10,0,1163,0,0,1), - (11279,2620,0,1072,0,-1996.84,-2607.68,77.4941,1.29974,400,10,0,8,0,0,1), - (11280,2563,0,1103,0,-1835.57,-2297.17,48.2659,2.33962,400,5,0,1163,0,0,1), - (11281,10696,0,4137,0,-1291.37,-2422.09,63.2107,0.221263,400,5,0,3291,0,0,1), - (11282,2619,0,4032,0,-1591.37,-3185.25,24.8968,2.32439,400,5,0,1187,970,0,1), - (11283,4075,0,1141,0,-1645.91,-1780.95,80.2928,5.55683,400,10,0,8,0,0,1), - (11284,2565,0,1104,0,-841.208,-2403,64.7188,1.63334,400,5,0,1403,0,0,1), - (11285,2565,0,1104,0,-722.906,-2209.91,58.2049,5.68814,400,5,0,1403,0,0,1), - (11286,2620,0,1072,0,-749.787,-2221.51,57.1944,4.48957,400,10,0,8,0,0,1), - (11287,2555,0,3996,0,-1852.68,-3196.91,49.9101,1.66075,400,3,0,1021,963,0,1), - (11288,2579,0,1105,0,-1617.95,-2094.02,32.9845,5.32583,400,10,0,1279,0,0,1), - (11289,4075,0,1141,0,-1710.38,-1915.79,88.4788,1.84387,400,0,0,8,0,0,0), - (11290,2620,0,1072,0,-1699.71,-2940.49,35.7932,1.18593,400,10,0,8,0,0,1), - (11291,2706,0,4047,0,-1004.31,-3556.5,57.2718,2.89725,400,0,0,2471,0,0,0), - (11292,2787,0,4463,0,-988.722,-3550.14,56.7753,2.33874,400,0,0,3857,0,0,0), - (11293,2621,0,4034,0,-1031.18,-3545.43,56.1831,2.76474,400,0,0,2770,0,0,0), - (11294,6574,0,5367,0,-1008.15,-3483.49,62.7655,3.56047,400,0,0,1684,0,0,0), - (11295,2621,0,4035,0,-1011.16,-3573.5,56.6392,1.75367,400,0,0,2770,0,0,0), - (11296,2772,0,4046,0,-926.977,-3532.09,71.0668,2.9147,400,0,0,2016,0,0,0), - (11297,2621,0,4035,0,-1007.7,-3504.07,61.3551,5.68977,400,0,0,2770,0,0,0), - (11298,2771,0,4045,0,-947.488,-3539.4,71.0106,0.453786,400,0,0,1605,0,0,0), - (11299,9976,0,9250,0,-928.382,-3528.02,71.0294,3.21141,400,0,0,1605,0,0,0), - (11300,2703,0,4013,0,-948.284,-3523.49,71.0174,3.05433,400,0,0,2471,0,0,0), - (11301,2696,0,1668,0,-2356.74,-2423.36,74.8731,5.79449,400,0,0,1605,0,0,0), - (11302,4075,0,1141,0,-1688.74,-1840.24,81.5915,3.71471,400,5,0,8,0,0,1), - (11303,2578,0,10824,0,-1179.82,-1511.35,53.3462,3.72296,400,5,0,1189,0,0,1), - (11304,2560,0,180,0,-1698.15,-1993.05,47.9,1.60789,400,5,0,1221,0,0,1), - (11305,2560,0,180,0,-1277.85,-1616.64,49.3771,3.52746,400,5,0,1221,0,0,1), - (11306,2563,0,1103,0,-1642.03,-2256.39,31.5439,5.01376,400,5,0,1163,0,0,1), - (11307,2563,0,1103,0,-1595.09,-2044.76,35.2811,5.27657,400,5,0,1163,0,0,1), - (11308,2565,0,1104,0,-742.028,-2247.93,64.1072,5.77495,400,5,0,1403,0,0,1), - (11309,2560,0,180,0,-1688.41,-2343.53,30.3985,4.37688,400,10,0,1221,0,0,1), - (11310,2560,0,180,0,-1692.96,-2276.93,36.4169,0.293328,400,10,0,1221,0,0,1), - (11311,2610,0,11358,0,-2086.35,-2028.79,3.18854,2.67035,400,0,0,1753,0,0,0), - (11312,2578,0,10824,0,-1262.51,-1592.76,50.5526,5.78368,400,10,0,1189,0,0,1), - (11313,2560,0,180,0,-1290.26,-1590.21,53.7461,1.22605,400,10,0,1221,0,0,1), - (11314,2560,0,180,0,-1302.79,-1552.75,52.6917,3.20608,400,5,0,1221,0,0,1), - (11315,7869,0,6918,0,-1215.47,-1884.28,87.6176,0.15708,400,0,0,3517,0,0,0), - (11316,2560,0,180,0,-1277.7,-1659.69,55.4869,2.72949,400,5,0,1221,0,0,1), - (11317,2563,0,1103,0,-1291.45,-1723.82,61.1729,2.84209,400,10,0,1163,0,0,1), - (11318,2565,0,1104,0,-799.795,-2280.42,53.9854,3.37615,400,5,0,1403,0,0,1), - (11319,2565,0,1104,0,-909.675,-2396.05,52.7533,0.514304,400,5,0,1403,0,0,1), - (11320,2563,0,1103,0,-855.281,-3128.7,81.7694,1.24287,400,5,0,1163,0,0,1), - (11321,2565,0,1104,0,-1713.24,-2938.35,36.9996,1.48418,400,10,0,1403,0,0,1), - (11322,2563,0,1103,0,-1179.54,-1565.45,58.176,1.41206,400,5,0,1163,0,0,1), - (11323,2582,0,3959,0,-1067.54,-2853.91,42.567,4.80659,400,5,0,1116,0,0,1), - (11324,2620,0,1072,0,-1027.37,-2208.04,61.062,5.32843,400,10,0,8,0,0,1), - (11325,2565,0,1104,0,-968.832,-2512.11,60.1541,2.99666,400,5,0,1403,0,0,1), - (11326,2595,0,11254,0,-2231.71,-1784.73,-60.8044,3.2196,400,10,0,1604,0,0,1), - (11327,2565,0,1104,0,-893.847,-2318.52,51.7748,1.51216,400,5,0,1403,0,0,1), - (11328,2595,0,11254,0,-2178.85,-1781.72,-57.4926,5.92807,400,3,0,1604,0,0,1), - (11329,4075,0,1141,0,-1640.43,-1852.88,80.5411,4.26979,400,5,0,8,0,0,1), - (11330,2595,0,11254,0,-2156.49,-1629.91,-30.1165,1.25826,400,5,0,1604,0,0,1), - (11331,2595,0,11254,0,-2215.47,-1680.55,-55.3374,5.04162,400,5,0,1604,0,0,1), - (11332,2595,0,11254,0,-2301.5,-1694.31,-65.3201,1.44177,400,5,0,1604,0,0,1), - (11333,2563,0,1103,0,-1388.37,-1516.62,50.9029,2.71835,400,10,0,1163,0,0,1), - (11334,2582,0,3959,0,-1083.2,-2922.52,42.7983,4.53593,400,3,0,1116,0,0,1), - (11335,2582,0,3958,0,-1084.82,-2928.57,42.8404,0.840643,400,3,0,1116,0,0,1), - (11336,2582,0,3959,0,-1091.67,-2919.68,42.8171,2.85417,400,3,0,1116,0,0,1), - (11337,2559,0,11316,0,-630.746,-1846.19,54.8203,0.40171,400,10,0,1050,0,0,1), - (11338,2559,0,11316,0,-547.7,-1885.31,56.0776,6.25585,400,10,0,1050,0,0,1), - (11339,2563,0,1103,0,-633.879,-1884.02,55.3314,0.097727,400,10,0,1163,0,0,1), - (11340,3100,1,193,0,1125.54,-4858.68,19.4236,5.66862,300,5,0,156,0,0,1), - (11341,2559,0,11316,0,-640.131,-1956.13,57.163,0.960898,400,10,0,1050,0,0,1), - (11342,2560,0,180,0,-1319.24,-1645.75,55.8013,0.5197,400,10,0,1221,0,0,1), - (11343,3100,1,193,0,1021.37,-4214.88,21.6896,1.07309,300,10,0,156,0,0,1), - (11344,2563,0,1103,0,-1406.86,-1615.86,37.7718,0.082168,400,10,0,1163,0,0,1), - (11345,2580,0,388,0,-1763.1,-1852.77,44.8928,5.25614,400,3,0,1536,0,0,1), - (11346,2621,0,4034,0,-1050.32,-3542.67,55.7488,3.26377,400,0,0,2770,0,0,0), - (11347,2621,0,4034,0,-1038.97,-3554.21,55.8738,2.79253,400,0,0,2770,0,0,0), - (11348,2768,0,4049,0,-2066.46,-2085.97,9.08255,0.096521,400,0,0,2284,0,0,0), - (11349,2563,0,1103,0,-1347.3,-3077.96,37.5012,4.49775,400,5,0,1163,0,0,1), - (11350,2565,0,1104,0,-1753.47,-2914.13,41.2831,1.67652,400,10,0,1403,0,0,1), - (11351,2560,0,180,0,-1418.98,-1653.45,42.5243,3.71979,400,10,0,1221,0,0,1), - (11352,2582,0,3959,0,-1056.62,-2828.12,47.3186,4.47016,400,0,0,1116,0,0,0), - (11353,2620,0,1072,0,-1389.69,-2526.83,71.4941,1.06961,400,10,0,8,0,0,1), - (11354,10696,0,4138,0,-1376.38,-2477.35,59.5168,3.64016,400,5,0,3291,0,0,2), - (11355,2582,0,3959,0,-1074.43,-2848.4,42.442,1.84148,400,5,0,1116,0,0,1), - (11356,2582,0,3958,0,-1092.79,-2873.11,42.3166,2.9337,400,5,0,1116,0,0,1), - (11357,2582,0,3959,0,-1107.21,-2875,42.2912,4.24754,400,5,0,1116,0,0,1), - (11358,2563,0,1103,0,-1689.33,-2491.86,60.0257,5.41338,400,10,0,1163,0,0,1), - (11359,2560,0,180,0,-1785.97,-2296.56,37.2855,1.42973,400,5,0,1221,0,0,1), - (11360,2563,0,1103,0,-1634.47,-2345.83,76.7967,2.76109,400,3,0,1163,0,0,1), - (11361,2559,0,11316,0,-1618.25,-2306.34,66.8418,1.65516,400,3,0,1050,0,0,1), - (11362,10696,0,4138,0,-1242.59,-2441.54,52.4055,2.8416,400,5,0,3291,0,0,1), - (11363,2579,0,1105,0,-773.951,-2224.1,53.7886,3.9684,400,10,0,1279,0,0,1), - (11364,2579,0,1105,0,-866.089,-2278.18,55.0666,0.740039,400,5,0,1279,0,0,1), - (11365,2563,0,1103,0,-1609.58,-2399.95,96.1429,3.76048,400,3,0,1163,0,0,1), - (11366,2560,0,180,0,-1245.59,-1533.79,53.98,2.04191,400,10,0,1221,0,0,1), - (11367,2580,0,388,0,-1681.98,-1442.02,46.2105,1.59695,400,3,0,1536,0,0,1), - (11368,2580,0,388,0,-1807.2,-1415.97,50.8887,4.40496,400,3,0,1536,0,0,1), - (11369,2580,0,388,0,-1737.09,-1457.88,73.2122,2.99473,400,3,0,1536,0,0,1), - (11370,2559,0,11316,0,-1317.8,-2641.54,64.7662,1.27129,400,5,0,1050,0,0,1), - (11371,2563,0,1103,0,-1221.58,-1487.17,55.908,3.79526,400,10,0,1163,0,0,1), - (11372,2563,0,1103,0,-1350.4,-1517.32,50.9121,0.977058,400,10,0,1163,0,0,1), - (11373,2560,0,180,0,-1690.04,-2213.45,31.3651,6.0946,400,5,0,1221,0,0,1), - (11374,2560,0,180,0,-1732.88,-2195.3,43.4929,5.94042,400,10,0,1221,0,0,1), - (11375,2560,0,180,0,-1746.32,-2249.58,42.5954,3.26498,400,5,0,1221,0,0,1), - (11376,2560,0,180,0,-1696.08,-2168.84,32.9813,2.29128,400,10,0,1221,0,0,1), - (11377,2560,0,180,0,-1670,-2181.1,26.4029,0,400,10,0,1221,0,0,1), - (11378,3100,1,193,0,1221,-4692.24,16.9644,2.78205,300,10,0,156,0,0,1), - (11379,2563,0,1103,0,-1349.9,-3228.5,42.1462,4.74948,400,5,0,1163,0,0,1), - (11380,2557,0,4000,0,-2024.19,-3382.05,59.3607,1.5708,400,5,0,1160,1067,0,1), - (11381,2565,0,1104,0,-1986.97,-2587.07,74.1786,1.04173,400,10,0,1403,0,0,1), - (11382,2563,0,1103,0,-1045.11,-2604.27,53.3362,4.94514,400,10,0,1163,0,0,1), - (11383,2592,0,9587,0,-1592.37,-2184.38,28.5993,3.00089,400,10,0,1604,0,0,1), - (11384,2592,0,9587,0,-1585.57,-2222.11,33.549,0.898897,400,5,0,1604,0,0,1), - (11385,2592,0,9587,0,-1586.36,-2148.02,23.0151,3.40366,400,5,0,1604,0,0,1), - (11386,2563,0,1103,0,-1825.86,-2457.03,53.8348,0.975752,400,5,0,1163,0,0,1), - (11387,2559,0,11316,0,-1705.1,-2483.54,61.2704,0.722322,400,10,0,1050,0,0,1), - (11388,2563,0,1103,0,-1751.96,-2497.88,58.6767,4.41906,400,10,0,1163,0,0,1), - (11389,3100,1,193,0,808.545,-4970.58,14.4481,5.61119,300,5,0,156,0,0,1), - (11391,2563,0,1103,0,-1759.55,-2334.66,31.4735,4.34493,400,10,0,1163,0,0,1), - (11392,2560,0,180,0,-1714.46,-2288.33,36.9053,3.26506,400,10,0,1221,0,0,1), - (11393,2579,0,1105,0,-1724.32,-2181.05,41.1846,6.22263,400,10,0,1279,0,0,1), - (11394,2571,0,448,0,-1795.16,-1537.29,61.0591,0.309163,400,5,0,4377,0,0,1), - (11395,2563,0,1103,0,-1394.93,-3278.06,42.2723,3.36537,400,10,0,1163,0,0,1), - (11396,2557,0,4000,0,-2038.88,-3375.71,59.9498,6.05258,400,5,0,1160,1067,0,1), - (11397,2557,0,4000,0,-2029.69,-3395.46,57.8137,5.44463,400,5,0,1160,1067,0,1), - (11398,2618,0,4030,0,-1510.86,-3070.68,14.4165,0.048761,400,5,0,1203,0,0,1), - (11399,2618,0,4030,0,-1498.3,-3074.87,14.2533,2.36476,400,5,0,1203,0,0,1), - (11400,2560,0,180,0,-1784.14,-2881.43,46.8833,2.52815,400,5,0,1221,0,0,1), - (11401,2618,0,4030,0,-1509.36,-3094.38,14.5415,4.65232,400,5,0,1203,0,0,1), - (11402,2618,0,4030,0,-1534.84,-3092.16,14.6775,4.25028,400,5,0,1203,0,0,1), - (11403,2556,0,3997,0,-2005.52,-3377.73,50.7367,4.86753,400,5,0,1279,0,0,1), - (11405,2556,0,3997,0,-2010.25,-3402.83,53.0716,3.74343,400,5,0,1279,0,0,1), - (11406,2556,0,3998,0,-2021.63,-3350.43,51.1321,5.70183,400,5,0,1279,0,0,1), - (11407,2618,0,4030,0,-1531.06,-3069.33,14.4165,5.53629,400,5,0,1203,0,0,1), - (11408,2618,0,4030,0,-1523.28,-3082.03,14.1665,1.48946,400,5,0,1203,0,0,1), - (11409,2556,0,3998,0,-1989.41,-3388.27,51.5585,0.888197,400,5,0,1279,0,0,1), - (11410,2585,0,4143,0,-1544.1,-1660.66,73.4835,0.45344,400,5,0,4438,0,0,1), - (11411,2557,0,3999,0,-2065.54,-3297.58,67.6664,1.43117,400,0,0,1160,1067,0,0), - (11412,2618,0,4030,0,-1537.69,-3014.55,12.9004,2.90545,400,5,0,1203,0,0,1), - (11413,2563,0,1103,0,-1258.76,-3520.74,43.5191,4.05717,400,10,0,1163,0,0,1), - (11418,2620,0,1072,0,-1276.4,-2325.28,59.5583,5.10863,400,10,0,8,0,0,1), - (11419,2563,0,1103,0,-1947.14,-2378.62,66.5545,3.74912,400,5,0,1163,0,0,1), - (11421,2556,0,3998,0,-2073.25,-3285.28,67.3342,1.61012,400,5,0,1279,0,0,1), - (11422,2563,0,1103,0,-879.432,-2223.62,46.6946,3.85888,400,10,0,1163,0,0,1), - (11423,2555,0,3995,0,-2064.77,-3290.73,67.5814,4.64258,400,0,0,1021,963,0,0), - (11425,2565,0,1104,0,-898.981,-2342.68,49.5903,0.313721,400,5,0,1403,0,0,1), - (11426,2563,0,1103,0,-1075.03,-2474.61,52.3603,0.889389,400,10,0,1163,0,0,1), - (11427,2560,0,180,0,-1742.56,-2309.84,39.2227,6.08656,400,10,0,1221,0,0,1), - (11428,2563,0,1103,0,-1025.58,-2382.81,49.4548,3.08295,400,5,0,1163,0,0,1), - (11429,2563,0,1103,0,-1049.34,-2350.34,51.4158,5.21524,400,5,0,1163,0,0,1), - (11430,2563,0,1103,0,-1023.9,-3382.23,59.7039,3.23543,400,10,0,1163,0,0,1), - (11431,2563,0,1103,0,-1347.5,-3085.36,35.5296,5.68543,400,5,0,1163,0,0,1), - (11432,2563,0,1103,0,-913.496,-2821.35,67.2764,3.78431,400,5,0,1163,0,0,1), - (11433,2578,0,10824,0,-1112.31,-3260.98,39.8925,3.53255,400,10,0,1189,0,0,1), - (11434,2618,0,4030,0,-1468.98,-3094.52,13.0033,3.87934,400,5,0,1203,0,0,1), - (11435,2619,0,4032,0,-1480.55,-3061.23,13.0457,0.199938,400,5,0,1187,970,0,1), - (11436,2563,0,1103,0,-1051.66,-3148.29,50.2909,1.21502,400,10,0,1163,0,0,1), - (11437,2619,0,4032,0,-1504.72,-3014.73,12.7872,5.34543,400,3,0,1187,970,0,1), - (11438,2618,0,4030,0,-1505.34,-3005.73,12.836,3.34729,400,3,0,1203,0,0,1), - (11439,2619,0,4032,0,-1471.22,-3126.67,14.1407,2.63261,400,5,0,1187,970,0,1), - (11440,2618,0,4030,0,-1526.72,-3149.71,13.1428,1.25798,400,5,0,1203,0,0,1), - (11441,2618,0,4030,0,-1526.15,-3125.2,14.0982,3.28826,400,5,0,1203,0,0,1), - (11442,2578,0,10824,0,-1323.34,-3343.38,43.3236,3.27492,400,10,0,1189,0,0,1), - (11443,2618,0,4030,0,-1513.96,-3154.23,13.3928,4.56949,400,5,0,1203,0,0,1), - (11444,2578,0,10824,0,-1251.84,-3528.59,44.875,1.44749,400,3,0,1189,0,0,1), - (11445,2559,0,11316,0,-1381.37,-3353.22,43.9903,4.70653,400,10,0,1050,0,0,1), - (11446,2618,0,4030,0,-1544.24,-3139.05,13.6859,2.48363,400,5,0,1203,0,0,1), - (11447,2618,0,4030,0,-1479.9,-3108.4,13.9976,0.690661,400,3,0,1203,0,0,1), - (11448,2618,0,4030,0,-1559.57,-3123.6,13.8027,3.62892,400,5,0,1203,0,0,1), - (11449,2618,0,4030,0,-1479.7,-3119.47,14.0793,3.04097,400,3,0,1203,0,0,1), - (11450,2618,0,4030,0,-1470.28,-3117.45,14.0733,2.9762,400,3,0,1203,0,0,1), - (11451,2578,0,10824,0,-1410.61,-3327.88,40.1239,5.30616,400,10,0,1189,0,0,1), - (11452,2578,0,10824,0,-1391.6,-3360.48,42.9499,2.27053,400,10,0,1189,0,0,1), - (11453,2619,0,4032,0,-1532.21,-3108.96,14.0549,3.07094,400,5,0,1187,970,0,2), - (11454,2618,0,4030,0,-1512.39,-3138.92,13.6428,2.0979,400,5,0,1203,0,0,1), - (11455,2618,0,4030,0,-1556.86,-3145.14,13.5609,0.21898,400,5,0,1203,0,0,1), - (11456,2618,0,4030,0,-1541.43,-3158.01,13.1859,4.25577,400,5,0,1203,0,0,1), - (11457,2619,0,4032,0,-1532.22,-3170.69,12.4111,3.31144,400,5,0,1187,970,0,1), - (11458,2578,0,10824,0,-1130.48,-3027.66,36.5562,3.78001,400,10,0,1189,0,0,1), - (11459,2565,0,1104,0,-1677.8,-3040.59,27.3019,0.559841,400,5,0,1403,0,0,1), - (11460,2559,0,11316,0,-2043.79,-2408.86,77.698,4.72606,400,3,0,1050,0,0,1), - (11461,2559,0,11316,0,-1021.15,-1834.61,62.0058,4.48672,400,5,0,1050,0,0,1), - (11462,2559,0,11316,0,-1096.47,-1773.51,58.674,0.472381,400,10,0,1050,0,0,1), - (11463,2564,0,1054,0,-1166.84,-1985.47,27.3983,1.64514,400,3,0,1221,0,0,1), - (11464,2565,0,1104,0,-1776.49,-3023.49,43.1459,4.34676,400,10,0,1403,0,0,1), - (11465,2565,0,1104,0,-1789.41,-2920.03,54.1073,5.70223,400,10,0,1403,0,0,1), - (11466,2579,0,1105,0,-1808.91,-3075.93,46.6679,3.53879,400,5,0,1279,0,0,1), - (11467,2595,0,11254,0,-2172.15,-1712.25,-46.9012,3.49908,400,3,0,1604,0,0,1), - (11468,2559,0,11316,0,-1181.53,-2316.5,56.6448,4.69481,400,10,0,1050,0,0,1), - (11469,2596,0,5765,0,-2157.72,-1674.73,-41.2976,1.45709,400,0,0,1196,3075,0,0), - (11470,2596,0,5765,0,-2169.48,-1721.63,-39.903,0.676672,400,5,0,1196,3075,0,1), - (11471,2595,0,11254,0,-2157.6,-1695.23,-35.6819,3.52331,400,3,0,1604,0,0,1), - (11472,2595,0,11254,0,-2168.11,-1703.97,-38.4068,1.18635,400,5,0,1604,0,0,1), - (11473,2619,0,4032,0,-1576.84,-3081.32,15.0582,3.98767,400,5,0,1187,970,0,1), - (11474,2578,0,10824,0,-976.268,-1777.7,48.2945,4.84552,400,10,0,1189,0,0,1), - (11475,2595,0,11254,0,-2170.54,-1710.06,-31.044,3.3373,400,10,0,1604,0,0,1), - (11476,2596,0,5765,0,-2164.42,-1685.2,-25.2668,4.36692,400,10,0,1196,3075,0,1), - (11477,2595,0,11254,0,-2209.93,-1705.89,-64.6176,3.91886,400,10,0,1604,0,0,1), - (11478,2595,0,11254,0,-2186.51,-1651.93,-47.4427,0.656811,400,5,0,1604,0,0,1), - (11479,2595,0,11254,0,-2247.78,-1703.28,-66.7463,5.61817,400,5,0,1604,0,0,1), - (11480,2595,0,11254,0,-2217.44,-1653.27,-49.5646,2.6425,400,5,0,1604,0,0,1), - (11481,2596,0,5765,0,-2168.51,-1606.38,-31.4455,0.023118,400,5,0,1196,3075,0,1), - (11482,2596,0,5765,0,-2173.45,-1610.2,-48.3585,5.88448,400,3,0,1196,3075,0,1), - (11483,2595,0,11254,0,-2156.71,-1629.56,-47.7553,5.1571,400,5,0,1604,0,0,1), - (11484,2596,0,5765,0,-2151.36,-1632.39,-38.9054,6.06101,400,3,0,1196,3075,0,1), - (11485,2552,0,3990,0,-1241.2,-2130.3,81.1168,5.35657,400,3,0,1050,0,0,1), - (11486,2559,0,11316,0,-1259.91,-2384.92,56.5929,1.99767,400,10,0,1050,0,0,1), - (11487,2595,0,11254,0,-2182.06,-1608.94,-41.6865,2.97989,400,5,0,1604,0,0,1), - (11489,2559,0,11316,0,-1246.19,-2300.56,58.0568,2.62365,400,5,0,1050,0,0,1), - (11490,2559,0,11316,0,-1208.49,-2343.68,60.2987,6.1084,400,10,0,1050,0,0,1), - (11491,2563,0,1103,0,-1338.94,-3384.6,44.8438,3.32826,400,10,0,1163,0,0,1), - (11492,2559,0,11316,0,-1185.44,-2395.57,54.9218,0.282857,400,10,0,1050,0,0,1), - (11493,2559,0,11316,0,-1358.31,-3407.4,47.9261,5.97257,400,10,0,1050,0,0,1), - (11494,2595,0,11254,0,-2219.7,-1589.07,-55.0913,0.871489,400,3,0,1604,0,0,1), - (11495,2595,0,11254,0,-2287.87,-1621.42,-27.6914,3.35849,400,5,0,1604,0,0,1), - (11496,2595,0,11254,0,-2294.38,-1624.51,-65.8493,3.01916,400,5,0,1604,0,0,1), - (11497,2585,0,4143,0,-1546.63,-1907.09,68.0578,5.71145,400,5,0,4438,0,0,1), - (11498,2596,0,5765,0,-2288.97,-1652.69,-61.7458,0.007027,400,5,0,1196,3075,0,1), - (11500,2595,0,11254,0,-2291.68,-1673.03,-35.1069,0.061157,400,10,0,1604,0,0,1), - (11503,2595,0,11254,0,-2257.57,-1735.6,-64.9007,6.20913,400,5,0,1604,0,0,1), - (11504,2579,0,1105,0,-1739.91,-2319.71,37.1249,1.01261,400,10,0,1279,0,0,1), - (11505,2596,0,5765,0,-2289.71,-1722.61,-60.2961,2.35323,400,5,0,1196,3075,0,1), - (11506,2559,0,11316,0,-941.214,-2600.57,70.9026,5.89035,400,3,0,1050,0,0,1), - (11507,2552,0,3990,0,-1116.13,-2216.56,59.6012,5.71895,400,10,0,1050,0,0,1), - (11508,2595,0,11254,0,-2213.2,-1748.48,-32.8292,4.02949,400,10,0,1604,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (7393,14304,1,0,0,1914.56,-4136.63,40.4915,4.69494,300,300,0,0,7552,0,0,0), + (7394,14304,1,0,0,1927.04,-4123.48,43.0489,4.45059,300,300,0,0,7552,0,0,0), + (7395,14304,1,0,0,1924.73,-4245.42,41.9408,6.24828,300,300,0,0,7552,0,0,0), + (7396,14304,1,0,0,1941.71,-4124.25,43.543,3.90954,300,300,0,0,7552,0,0,0), + (7397,3296,1,0,0,1648.13,-3834.6,51.7923,2.44346,300,300,0,0,4957,0,0,0), + (7398,3296,1,0,0,1628.89,-4274.76,24.0855,5.13127,300,300,0,0,4957,0,0,0), + (7399,3296,1,0,0,1696.56,-3929.77,51.6336,0.663225,300,300,0,0,4957,0,0,0), + (7401,2720,0,0,0,-7396.91,-2279.69,234.773,1.42001,300,300,3,0,1441,3575,0,1), + (7402,2720,0,0,0,-7310.72,-2267.36,245.399,6.24311,300,300,3,0,1441,3575,0,1), + (7403,2720,0,0,0,-7398.74,-2294.12,237.769,0.661569,300,300,3,0,1441,3575,0,1), + (7404,2831,0,0,0,-7066.29,-2384.52,241.678,4.52259,300,300,10,0,1751,0,0,1), + (7405,2732,0,0,0,-7102.51,-3070.84,243.392,5.65453,300,300,10,0,1604,0,0,1), + (7406,2732,0,0,0,-6651.4,-3417.6,263.405,5.34133,300,300,5,0,1604,0,0,1), + (7407,2831,0,0,0,-6884.91,-2506.49,243.619,6.09225,300,300,5,0,1751,0,0,1), + (7408,2831,0,0,0,-6857.21,-2504.49,241.22,2.04432,300,300,5,0,1751,0,0,1), + (7409,721,0,0,0,-9235.8,-3146.64,109.469,1.00546,300,300,10,0,1,0,0,1), + (7410,721,0,0,0,-9234.85,-3097.38,107.299,0.725107,300,300,5,0,1,0,0,1), + (7411,2727,0,0,0,-6553.04,-3329.48,251.412,1.72567,300,300,10,0,1403,0,0,1), + (7412,2717,0,0,0,-7114.04,-2277.85,268.662,0.600637,300,300,0,0,1902,0,0,0), + (7413,2729,0,0,0,-6936.34,-2357.22,241.937,3.41523,300,300,10,0,1678,0,0,1), + (7414,2728,0,0,0,-7154.02,-3289.23,246.48,1.49066,300,300,5,0,1536,0,0,1), + (7415,3296,1,0,0,1928.32,-4424.41,23.7505,0.558505,300,300,0,0,4957,0,0,0), + (7416,3296,1,0,0,1906.25,-4564.21,33.9758,0.628319,300,300,0,0,4957,0,0,0), + (7417,3296,1,0,0,1557.74,-4364.25,1.07971,0.226893,300,300,0,0,4957,0,0,0), + (7418,3296,1,0,0,1909.78,-4633.55,32.12,2.23512,300,300,0,0,4957,0,0,2), + (7419,3296,1,0,0,1637.63,-3829.64,50.7225,2.22586,300,300,0,0,4957,0,0,2), + (7420,3296,1,0,0,1886.46,-4415.86,11.7157,3.76991,300,300,0,0,4957,0,0,0), + (7421,3296,1,0,0,1910.66,-4754.65,33.3433,1.76827,300,300,0,0,4957,0,0,2), + (7422,3125,1,0,0,-486.359,-4824.19,36.5391,3.16307,200,200,10,0,102,0,0,1), + (7423,3125,1,0,0,-688.767,-5045.84,17.2011,5.91665,200,200,10,0,102,0,0,1), + (7424,3125,1,0,0,-591.821,-4809.46,32.2656,6.02258,200,200,10,0,102,0,0,1), + (7425,3125,1,0,0,-786.505,-4714.73,31.3035,0.391032,200,200,5,0,102,0,0,1), + (7426,3125,1,0,0,-680.672,-4655.35,38.1271,5.48074,200,200,10,0,102,0,0,1), + (7427,3125,1,0,0,236.772,-5057.58,11.2487,3.62075,200,200,10,0,102,0,0,1), + (7428,3125,1,0,0,-781.204,-4705.88,32.8319,0.871088,200,200,5,0,102,0,0,1), + (7429,3099,1,0,0,171.961,-4274.22,50.0297,2.86895,300,300,10,0,120,0,0,1), + (7430,3099,1,0,0,-568.891,-4848.4,36.6668,5.38987,300,300,10,0,120,0,0,1), + (7431,3099,1,0,0,587.507,-4311.35,17.6603,1.61374,300,300,10,0,120,0,0,1), + (7432,3099,1,0,0,138.558,-4077.7,51.1614,2.97649,300,300,10,0,120,0,0,1), + (7433,3099,1,0,0,411.135,-4931.82,31.039,2.44335,300,300,5,0,120,0,0,1), + (7434,3099,1,0,0,-410.943,-4724.38,41.8735,0.123386,300,300,10,0,120,0,0,1), + (7435,3099,1,0,0,243.958,-4995.52,19.0482,1.46931,300,300,5,0,120,0,0,1), + (7436,3099,1,0,0,301.101,-4447.74,25.3546,3.24146,300,300,10,0,120,0,0,1), + (7437,3119,1,0,0,-959.571,-4608.54,25.6792,4.07964,300,300,5,0,119,0,0,1), + (7438,3119,1,0,0,-994.767,-4418.23,29.374,0.111486,300,300,3,0,119,0,0,1), + (7439,3119,1,0,0,-887.45,-4713.57,25.6345,1.20702,300,300,10,0,119,0,0,1), + (7440,3120,1,0,0,-944.713,-4481.49,28.5132,4.23487,300,300,5,0,130,138,0,1), + (7441,3119,1,0,0,-1027.43,-4589.02,26.4615,0.824254,300,300,3,0,119,0,0,1), + (7442,3323,1,0,0,1744.9,-4317.86,33.3935,4.2237,300,300,0,0,1605,0,0,0), + (7443,3354,1,0,0,1970.95,-4808.17,56.848,0.837758,300,300,0,0,3517,0,0,0), + (7444,4043,1,0,0,2097.44,-4834.81,24.1196,0.017453,300,300,0,0,334,0,0,0), + (7445,3360,1,0,0,2098.59,-4823.44,34.1185,2.86234,300,300,0,0,1605,0,0,0), + (7446,2704,1,0,0,2090.27,-4824.21,24.2055,0.541052,300,300,0,0,3517,0,0,0), + (7447,3362,1,0,0,2159.36,-4653.74,49.7412,2.80998,300,300,0,0,2972,0,0,0), + (7448,5812,1,0,0,2053.4,-4838.88,24.4342,3.08923,300,300,0,0,1605,0,0,0), + (7449,3352,1,0,0,2100.58,-4606.96,58.7863,4.5204,300,300,0,0,3139,2620,0,0), + (7450,1212,0,0,0,-8529,855.316,106.518,3.886,540,540,0,0,2471,0,0,0), + (7451,3410,1,0,0,1914.16,-4775.87,36.3381,1.11701,300,300,0,0,1605,0,0,0), + (7452,2729,0,0,0,-6848.71,-2887.55,242.592,3.3076,300,300,10,0,1678,0,0,1), + (7453,3409,1,0,0,2099.23,-4818.85,24.1587,3.68265,300,300,0,0,1605,1170,0,0), + (7454,440,0,0,0,-9195.06,-2894.82,113.073,3.63029,300,300,0,0,449,0,0,0), + (7455,440,0,0,0,-9203.43,-2898.08,112.992,1.5708,300,300,0,0,449,0,0,0), + (7456,485,0,0,0,-9198.21,-2887.29,113.073,4.67748,300,300,0,0,494,0,0,0), + (7457,4463,0,0,0,-9207.29,-2893.75,112.992,0.226893,300,300,0,0,472,1357,0,0), + (7459,434,0,0,0,-9356.05,-3164.54,83.9201,3.47321,300,300,0,0,530,200,0,0), + (7460,433,0,0,0,-9368.75,-3161.73,83.7005,3.31613,300,300,0,0,573,0,0,0), + (7461,433,0,0,0,-9381.67,-3163.85,83.5755,1.29154,300,300,0,0,573,0,0,0), + (7462,2729,0,0,0,-7054.4,-2933.3,242.551,4.2079,300,300,10,0,1678,0,0,1), + (7463,7230,1,0,0,2054.63,-4805.99,22.4195,3.31613,300,300,0,0,3857,0,0,0), + (7464,2732,0,0,0,-6738.85,-2944.51,244.062,1.75135,300,300,10,0,1604,0,0,1), + (7465,2729,0,0,0,-7001.55,-2337.2,242.603,5.63344,300,300,10,0,1678,0,0,1), + (7466,2728,0,0,0,-7083.5,-3183.78,242.905,0.485478,300,300,10,0,1536,0,0,1), + (7467,2720,0,0,0,-7351.14,-2274.42,238.961,5.3058,300,300,0,0,1441,3575,0,0), + (7468,2720,0,0,0,-7370.25,-2318.47,238.908,2.02348,300,300,3,0,1441,3575,0,1), + (7469,2729,0,0,0,-6955.67,-2949.85,241.792,2.12272,300,300,10,0,1678,0,0,1), + (7470,2720,0,0,0,-7353.03,-2319.87,241.192,5.65325,300,300,3,0,1441,3575,0,1), + (7471,2734,0,0,0,-6836,-2443.11,245.687,4.49966,300,300,10,0,1829,0,0,1), + (7472,2893,0,0,0,-7082.39,-3291.11,241.792,4.90148,300,300,5,0,1678,0,0,1), + (7473,2729,0,0,0,-6768.77,-2734.77,241.867,5.42884,300,300,10,0,1678,0,0,1), + (7474,2731,0,0,0,-6525.17,-3164.94,264.414,0.210412,300,300,10,0,1469,0,0,1), + (7475,2893,0,0,0,-7049.61,-3279.86,243.004,4.1426,300,300,10,0,1678,0,0,1), + (7476,92,0,0,0,-7148.63,-3010.08,266.692,6.04419,300,300,5,0,1678,0,0,1), + (7477,2729,0,0,0,-6945.92,-2340.44,240.895,1.69694,300,300,10,0,1678,0,0,1), + (7478,3316,1,0,0,1855.82,-4562.49,24.8434,2.26893,300,300,0,0,1605,0,0,0), + (7479,11066,1,0,0,1913.25,-4430.54,24.6477,3.68265,300,300,0,0,1309,0,0,0), + (7480,3372,1,0,0,1836.77,-4461.59,47.4541,1.50098,300,300,0,0,1605,0,0,0), + (7481,3364,1,0,0,1792.65,-4565.39,22.8627,0.977384,300,300,0,0,1605,0,0,0), + (7482,3098,1,0,0,-486.181,-4454.21,50.132,3.11397,120,120,10,0,42,0,0,1), + (7484,3098,1,0,0,-486.279,-4144.73,54.7459,3.74728,120,120,5,0,42,0,0,1), + (7485,433,0,0,0,-9376.52,-3167.18,83.6684,0.575959,300,300,0,0,573,0,0,0), + (7486,432,0,0,0,-9370.36,-3166.04,83.5755,2.72271,300,300,0,0,617,0,0,0), + (7487,3098,1,0,0,-360.833,-4312.15,49.0128,3.09699,120,120,5,0,42,0,0,1), + (7488,3098,1,0,0,-744.55,-4255.23,43.5246,6.14916,120,120,10,0,42,0,0,1), + (7489,2894,0,0,0,-7021.91,-3279.85,255.076,5.96421,300,300,5,0,1471,1283,0,1), + (7490,3098,1,0,0,-344.253,-4260.39,61.6241,5.09684,120,120,5,0,42,0,0,1), + (7491,3098,1,0,0,-348.51,-4212.4,60.171,4.11747,120,120,5,0,42,0,0,1), + (7492,2729,0,0,0,-7069.02,-2915.11,242.543,6.17586,300,300,10,0,1678,0,0,1), + (7493,3124,1,0,0,-282.794,-4416.63,56.6823,1.39555,200,200,10,0,71,0,0,1), + (7494,2729,0,0,0,-6947.05,-2415.2,241.3,2.87843,300,300,10,0,1678,0,0,1), + (7495,3124,1,0,0,-310.417,-4414.58,56.9974,6.09144,200,200,10,0,71,0,0,1), + (7496,3124,1,0,0,-788.542,-4286.46,52.8241,4.1216,200,200,5,0,71,0,0,1), + (7497,3124,1,0,0,-448.264,-4459.52,50.2802,4.84749,200,200,10,0,71,0,0,1), + (7498,3124,1,0,0,-518.958,-4076.93,69.8705,6.11225,200,200,5,0,71,0,0,1), + (7499,424,0,0,0,-9597.7,-2508.09,59.4286,3.7001,300,300,0,0,356,0,0,0), + (7500,424,0,0,0,-9606.94,-2511.6,59.3492,0,300,300,0,0,356,0,0,0), + (7501,423,0,0,0,-9604.01,-2517.84,59.7036,1.25664,300,300,0,0,328,0,0,0), + (7502,431,0,0,0,-9089.53,-3181.91,109.397,4.39823,300,300,0,0,734,0,0,0), + (7503,429,0,0,0,-9338.75,-3312.22,90.4582,3.75246,300,300,0,0,640,655,0,0), + (7504,3102,1,0,0,-142.249,-4236.41,58.2515,0.713284,200,200,3,0,72,0,0,1), + (7505,3101,1,0,0,-106.37,-4247.68,53.6425,2.3254,200,200,3,0,70,79,0,1), + (7506,3102,1,0,0,-89.8741,-4249.98,51.7437,1.35716,200,200,3,0,72,0,0,1), + (7507,3101,1,0,0,-104.777,-4285.94,62.7633,2.47363,200,200,3,0,70,79,0,1), + (7508,3101,1,0,0,-76.6151,-4266.42,52.2091,4.67274,200,200,3,0,70,79,0,1), + (7509,3101,1,0,0,-140.697,-4282.97,64.2632,1.78955,200,200,3,0,70,79,0,1), + (7510,620,0,0,0,-9246.32,-2010.21,77.1152,3.59324,300,300,5,0,1,0,0,1), + (7511,721,0,0,0,-9716.62,-2500.04,60.7618,1.55931,300,300,3,0,1,0,0,1), + (7512,721,0,0,0,-9695.4,-2514.26,61.3341,5.28154,300,300,10,0,1,0,0,1), + (7513,432,0,0,0,-9162.64,-3314.33,105.371,0.942478,300,300,0,0,617,0,0,0), + (7514,430,0,0,0,-9001.13,-2267.11,142.432,0.174533,300,300,0,0,354,1020,0,0), + (7515,446,0,0,0,-8997.39,-2275.13,146.015,0.733038,300,300,0,0,417,0,0,0), + (7516,446,0,0,0,-9000.36,-2271.87,145.062,0.471239,300,300,0,0,417,0,0,0), + (7517,721,0,0,0,-9174.16,-3005.37,93.5232,5.22918,300,300,10,0,1,0,0,1), + (7518,432,0,0,0,-9116.21,-3232.83,100.599,2.82743,300,300,0,0,617,0,0,0), + (7519,442,0,0,0,-9808.46,-1849.79,39.5704,5.71631,300,300,5,0,328,0,0,1), + (7520,432,0,0,0,-9168.75,-3285.69,100.751,0.541052,300,300,0,0,617,0,0,0), + (7521,721,0,0,0,-9164.75,-3131.95,100.556,2.78914,300,300,5,0,1,0,0,1), + (7522,721,0,0,0,-9668.58,-2620.37,63.3236,2.058,300,300,10,0,1,0,0,1), + (7523,721,0,0,0,-9554.63,-1893.61,70.6377,0.975219,300,300,10,0,1,0,0,1), + (7524,429,0,0,0,-9246.05,-3303.4,106.243,0.418879,300,300,0,0,640,655,0,0), + (7525,568,0,0,0,-9107.18,-3218.99,105.012,4.27606,300,300,0,0,664,0,0,0), + (7526,568,0,0,0,-9230.71,-3305.59,101.551,0.506145,300,300,0,0,664,0,0,0), + (7527,3101,1,0,0,-43.8409,-4274.3,68.2898,0.919327,200,200,3,0,70,79,0,1), + (7528,3100,1,0,0,246.518,-4053.72,39.6223,0.119507,300,300,5,0,156,0,0,1), + (7529,3100,1,0,0,846.225,-5049.74,5.19411,4.77546,300,300,5,0,156,0,0,1), + (7530,3100,1,0,0,420.817,-3842.8,24.1288,0.83192,300,300,5,0,156,0,0,1), + (7531,2729,0,0,0,-7006.84,-2399.65,241.232,1.28177,300,300,5,0,1678,0,0,1), + (7532,3100,1,0,0,323.819,-3985.72,35.9289,1.85062,300,300,10,0,156,0,0,1), + (7533,3100,1,0,0,689.869,-3920.57,15.8479,1.71545,300,300,5,0,156,0,0,1), + (7534,3100,1,0,0,170.342,-3814.81,30.2373,6.13217,300,300,10,0,156,0,0,1), + (7535,3100,1,0,0,1087.55,-4883.97,14.7821,2.03451,300,300,5,0,156,0,0,1), + (7536,3100,1,0,0,1087.76,-4495.67,19.1597,4.96681,300,300,10,0,156,0,0,1), + (7537,3100,1,0,0,438.843,-3883.92,24.4023,0.143001,300,300,10,0,156,0,0,1), + (7538,3100,1,0,0,150.001,-3850.14,34.7701,2.60815,300,300,10,0,156,0,0,1), + (7539,3126,1,0,0,613.725,-3987.51,8.12993,3.93219,300,300,5,0,137,0,0,1), + (7540,568,0,0,0,-9226.43,-3303.31,101.301,3.14159,300,300,0,0,664,0,0,0), + (7541,429,0,0,0,-9229.09,-3300.47,101.301,4.67748,300,300,0,0,640,655,0,0), + (7542,434,0,0,0,-9253.17,-3218.56,100.743,2.49582,300,300,0,0,530,200,0,0), + (7543,434,0,0,0,-9253.66,-3212.86,101.015,4.06662,300,300,0,0,530,200,0,0), + (7544,433,0,0,0,-9258.04,-3213.46,101.493,4.74729,300,300,0,0,573,0,0,0), + (7545,433,0,0,0,-9263.24,-3216.68,102.041,6.07375,300,300,0,0,573,0,0,0), + (7546,441,0,0,0,-9703.79,-2515.29,61.6603,2.39151,300,300,10,0,330,938,0,1), + (7547,441,0,0,0,-9656.37,-2694.85,60.5456,5.11636,300,300,10,0,330,938,0,1), + (7548,441,0,0,0,-9678.67,-2739.32,57.5843,2.11326,300,300,5,0,330,938,0,1), + (7549,441,0,0,0,-9641.97,-2756.33,58.7697,5.42165,300,300,5,0,330,938,0,1), + (7550,441,0,0,0,-9657.63,-2843.86,52.6266,3.81048,300,300,10,0,330,938,0,1), + (7551,441,0,0,0,-9709.88,-2822.38,51.817,1.61849,300,300,10,0,330,938,0,1), + (7552,428,0,0,0,-9678.88,-2809.53,51.9944,0.588012,300,300,10,0,417,0,0,1), + (7553,441,0,0,0,-9694.52,-2827.44,51.7868,1.4471,300,300,10,0,330,938,0,1), + (7554,3126,1,0,0,719.271,-5005.74,14.2681,4.71133,300,300,5,0,137,0,0,1), + (7555,3126,1,0,0,1048.4,-4640.38,56.7653,0.513849,300,300,5,0,137,0,0,1), + (7556,3126,1,0,0,196.804,-4319.27,45.0519,6.22259,300,300,10,0,137,0,0,1), + (7557,3126,1,0,0,731.237,-4530.49,41.9796,4.92703,300,300,5,0,137,0,0,1), + (7558,2893,0,0,0,-7045.83,-3356.53,241.792,5.0255,300,300,5,0,1678,0,0,1), + (7559,2729,0,0,0,-6978.92,-2498.58,243.304,5.22669,300,300,5,0,1678,0,0,1), + (7560,2734,0,0,0,-6918.24,-2584.51,257.114,4.82391,300,300,5,0,1829,0,0,1), + (7561,2829,0,0,0,-6514.25,-3702.77,272.333,2.80934,300,300,10,0,1403,0,0,1), + (7562,2893,0,0,0,-7048.61,-3255.78,246.894,1.1351,300,300,10,0,1678,0,0,1), + (7563,2894,0,0,0,-7047.09,-3311.21,240.576,5.22757,300,300,5,0,1471,1283,0,1), + (7564,2729,0,0,0,-6891.25,-2762.79,241.874,2.26233,300,300,10,0,1678,0,0,1), + (7565,2894,0,0,0,-7023.58,-3320.27,238.076,5.28158,300,300,5,0,1471,1283,0,1), + (7566,1284,0,0,0,-8523,848.783,106.702,3.718,7200,7200,0,0,180111,153080,0,0), + (7567,3126,1,0,0,516.452,-4569.28,51.2529,0.163572,300,300,5,0,137,0,0,1), + (7568,3126,1,0,0,784.755,-4952.48,17.0766,5.06379,300,300,10,0,137,0,0,1), + (7569,3126,1,0,0,508.883,-3878.33,19.1456,0.180762,300,300,10,0,137,0,0,1), + (7570,3126,1,0,0,508.755,-4476.79,47.816,2.57471,300,300,5,0,137,0,0,1), + (7571,3126,1,0,0,167.265,-4132.29,48.74,5.32423,300,300,5,0,137,0,0,1), + (7572,3127,1,0,0,1162.1,-4923.65,16.607,3.48566,300,300,10,0,176,0,0,1), + (7573,3127,1,0,0,1159.91,-4067.91,16.9003,2.51135,300,300,10,0,176,0,0,1), + (7574,3127,1,0,0,1393.98,-4838.57,19.1535,0.838537,300,300,5,0,176,0,0,1), + (7575,2893,0,0,0,-7012.24,-3346.05,241.792,0.850432,300,300,10,0,1678,0,0,1), + (7576,3127,1,0,0,922.277,-3898.09,19.328,2.25027,300,300,5,0,176,0,0,1), + (7577,3127,1,0,0,1186.25,-4625.29,18.4965,3.29215,300,300,5,0,176,0,0,1), + (7578,3127,1,0,0,28.6475,-3901.26,44.2482,3.98639,300,300,10,0,176,0,0,1), + (7579,3127,1,0,0,-45.3741,-3882.7,46.9387,1.7414,300,300,10,0,176,0,0,1), + (7580,3127,1,0,0,-89.5839,-3908.08,48.8087,5.34552,300,300,5,0,176,0,0,1), + (7581,3127,1,0,0,1361.13,-4797.83,26.937,1.94604,300,300,5,0,176,0,0,1), + (7582,3123,1,0,0,398.411,-3968.33,31.2429,5.6057,300,300,10,0,156,0,0,1), + (7583,428,0,0,0,-9708.37,-2890.48,52.0665,4.76025,300,300,10,0,417,0,0,1), + (7584,431,0,0,0,-9266.8,-3354.83,105.851,0.663225,300,300,0,0,734,0,0,0), + (7585,568,0,0,0,-9250.13,-3342.32,100.933,5.21741,300,300,5,0,664,0,0,1), + (7586,431,0,0,0,-9278.9,-3329.47,115.809,4.41568,300,300,0,0,734,0,0,0), + (7587,441,0,0,0,-9663.54,-2885.31,50.6445,5.94581,300,300,10,0,330,938,0,1), + (7588,441,0,0,0,-9713.34,-2902.82,53.4733,3.65389,300,300,5,0,330,938,0,1), + (7589,568,0,0,0,-9276.11,-3338.37,112.084,5.16617,300,300,0,0,664,0,0,0), + (7590,428,0,0,0,-9681.56,-2906.01,51.5517,1.53756,300,300,10,0,417,0,0,1), + (7591,3123,1,0,0,1155.25,-4228.23,21.5566,0.046886,300,300,10,0,156,0,0,1), + (7592,3123,1,0,0,600.708,-3905.59,21.6422,4.83242,300,300,5,0,156,0,0,1), + (7593,3123,1,0,0,1243.33,-4776.68,15.9428,1.99764,300,300,10,0,156,0,0,1), + (7594,431,0,0,0,-9285.2,-3328.77,115.817,4.83456,300,300,0,0,734,0,0,0), + (7595,3123,1,0,0,1206.02,-4038.88,18.3657,3.85231,300,300,10,0,156,0,0,1), + (7596,441,0,0,0,-9489.85,-2089.22,99.2507,1.93828,300,300,10,0,330,938,0,1), + (7597,3123,1,0,0,688.322,-3866.52,21.1147,3.10641,300,300,5,0,156,0,0,1), + (7598,3123,1,0,0,851.198,-3905.79,20.0902,2.06414,300,300,5,0,156,0,0,1), + (7599,3123,1,0,0,1249.48,-4916.13,9.44487,5.42564,300,300,10,0,156,0,0,1), + (7600,3123,1,0,0,763.151,-3913.08,18.5097,4.34767,300,300,5,0,156,0,0,1), + (7601,3107,1,0,0,937.858,-5149.32,-3.69777,3.18984,300,300,5,0,137,0,0,1), + (7602,3107,1,0,0,-1215.61,-5145.7,-9.53559,3.55546,300,300,5,0,137,0,0,1), + (7603,3107,1,0,0,-798.381,-5715.48,-2.34845,2.74357,300,300,5,0,137,0,0,1), + (7604,3107,1,0,0,1184.18,-5183.25,-7.50019,0.593206,300,300,5,0,137,0,0,1), + (7605,3107,1,0,0,-1482.23,-5408.15,-11.436,1.28552,300,300,5,0,137,0,0,1), + (7606,3107,1,0,0,-971.17,-5354.41,-2.77355,5.50493,300,300,5,0,137,0,0,1), + (7607,2829,0,0,0,-6651.81,-3668.92,261.704,5.6811,300,300,3,0,1403,0,0,1), + (7608,2831,0,0,0,-7015.73,-2383,240.91,4.62438,300,300,10,0,1751,0,0,1), + (7609,2727,0,0,0,-6521.13,-3347.13,256.069,0.039043,300,300,5,0,1403,0,0,1), + (7610,2893,0,0,0,-7044,-3384.62,243.167,5.6694,300,300,10,0,1678,0,0,1), + (7611,3107,1,0,0,-1330.08,-5341.29,-4.08426,0.541424,300,300,5,0,137,0,0,1), + (7612,2729,0,0,0,-6854.17,-2645.83,241.744,2.50567,300,300,10,0,1678,0,0,1), + (7613,2893,0,0,0,-6985.61,-3348.09,241.792,1.86649,300,300,10,0,1678,0,0,1), + (7614,2830,0,0,0,-6650.07,-3484.77,258.771,1.16804,300,300,5,0,1536,0,0,1), + (7615,2729,0,0,0,-6832.31,-2599.42,241.255,5.71361,300,300,10,0,1678,0,0,1), + (7616,2729,0,0,0,-6678.88,-2781.99,241.786,4.73049,300,300,10,0,1678,0,0,1), + (7617,3107,1,0,0,-905.512,-5327.26,-4.39526,5.54747,300,300,5,0,137,0,0,1), + (7618,2729,0,0,0,-6860.94,-2683.85,244.163,3.30722,300,300,10,0,1678,0,0,1), + (7619,3107,1,0,0,-1230.31,-5076.37,-9.22163,0.052654,300,300,5,0,137,0,0,1), + (7620,2727,0,0,0,-6485.95,-3244.75,243.2,0.084178,300,300,5,0,1403,0,0,1), + (7621,2893,0,0,0,-6983.44,-3384.18,241.792,0.17297,300,300,10,0,1678,0,0,1), + (7622,2729,0,0,0,-7019,-2430.47,241.692,2.6283,300,300,5,0,1678,0,0,1), + (7623,2893,0,0,0,-7018.29,-3380.5,241.792,1.07365,300,300,10,0,1678,0,0,1), + (7624,3107,1,0,0,-988.221,-5245.89,-5.17295,1.65325,300,300,5,0,137,0,0,1), + (7625,6145,1,0,0,-865.093,-4001.66,-38.713,5.40944,120,120,10,0,42,0,0,1), + (7626,1348,0,0,0,-8633,886.661,103.181,5.375,310,310,0,0,1605,0,0,0), + (7627,3128,1,0,0,-220.082,-4908.83,26.9168,4.63994,200,200,5,0,101,220,0,1), + (7628,3122,1,0,0,993.052,-5028.1,12.1355,5.49779,300,300,5,0,120,0,0,1), + (7629,1351,0,0,0,-8519,797.796,106.519,0.74,310,310,0,0,1605,0,0,0), + (190412,14990,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,120,0,0,2471,0,0,0), + (7631,3122,1,0,0,511.469,-4480.06,47.7049,2.5861,300,300,5,0,120,0,0,1), + (7632,2729,0,0,0,-6981.21,-2400.35,241.539,1.63139,300,300,5,0,1678,0,0,1), + (7633,3122,1,0,0,593.222,-4865.46,24.5547,5.62141,300,300,5,0,120,0,0,1), + (7634,3122,1,0,0,34.0617,-4139.97,68.2903,3.65856,300,300,5,0,120,0,0,1), + (7635,3122,1,0,0,461.779,-4104.26,29.4362,4.95814,300,300,5,0,120,0,0,1), + (7636,3122,1,0,0,582.534,-4115.9,22.7451,3.92664,300,300,5,0,120,0,0,1), + (7637,3122,1,0,0,493.719,-4887.28,24.0111,1.21385,300,300,10,0,120,0,0,1), + (7638,2893,0,0,0,-7002.62,-3327.03,242.329,1.81561,300,300,5,0,1678,0,0,1), + (7639,2729,0,0,0,-6818.67,-2713.3,242.542,1.31494,300,300,10,0,1678,0,0,1), + (7640,3122,1,0,0,504.167,-4595.83,49.1586,5.85217,300,300,10,0,120,0,0,1), + (7641,3122,1,0,0,864.631,-4969.7,8.45053,5.98081,300,300,5,0,120,0,0,1), + (7642,3122,1,0,0,611.027,-4312.82,18.6202,5.79334,300,300,10,0,120,0,0,1), + (7643,3116,1,0,0,763.479,-4458.79,15.7935,2.91207,300,300,5,0,137,0,0,1), + (7644,3115,1,0,0,785.479,-4341.53,16.2496,2.69936,300,300,10,0,137,0,0,1), + (7645,3116,1,0,0,1057.88,-4555.91,17.0987,5.43642,300,300,10,0,137,0,0,1), + (7646,3118,1,0,0,978.974,-4705.17,46.4214,5.42478,300,300,0,0,186,191,0,0), + (7647,3116,1,0,0,1081.7,-4549.16,18.5441,4.67407,300,300,10,0,137,0,0,1), + (7648,5952,1,0,0,-599.939,-4191.99,41.1824,4.17134,300,300,0,0,4356,0,0,0), + (7649,3154,1,0,0,-635.462,-4227.52,38.371,5.09636,300,300,0,0,334,297,0,0), + (7650,5952,1,0,0,-645.423,-4260.63,38.163,5.14872,300,300,0,0,4356,0,0,0), + (7651,3153,1,0,0,-639.344,-4230.19,38.5605,5.72468,300,300,0,0,456,0,0,0), + (7652,2894,0,0,0,-7004.76,-3346.22,241.792,4.89741,300,300,0,0,1471,1283,0,0), + (7653,2893,0,0,0,-7077.84,-3352.25,242.542,5.53658,300,300,5,0,1678,0,0,1), + (7654,579,0,0,0,-9285.41,-3311.42,115.852,0.855211,300,300,0,0,617,0,0,0), + (7655,436,0,0,0,-9358.35,-3084.53,153.787,5.68977,300,300,0,0,1389,1357,0,0), + (7656,5952,1,0,0,-604.891,-4540.98,41.8096,1.11138,300,300,0,0,4356,0,0,0), + (7657,721,0,0,0,-9499.36,-2126.38,101.559,0.253355,300,300,5,0,1,0,0,1), + (7658,721,0,0,0,-9109.66,-2734.6,93.8307,2.57083,300,300,5,0,1,0,0,1), + (7659,721,0,0,0,-9612.94,-2252.23,85.0148,1.00015,300,300,10,0,1,0,0,1), + (7660,3882,1,0,0,-560.125,-4217.2,41.6737,3.33358,300,300,0,0,372,0,0,0), + (7661,2945,0,0,0,-6989.15,-3313.63,244.636,6.21276,300,300,0,0,1981,0,0,0), + (7662,2893,0,0,0,-7078.63,-3315.34,242.667,0.421242,300,300,5,0,1678,0,0,1), + (7663,2729,0,0,0,-6922.95,-2842.11,243.228,4.74969,300,300,10,0,1678,0,0,1), + (7664,5952,1,0,0,-598.932,-4583.58,40.3863,4.52526,300,300,0,0,4356,0,0,2), + (7665,9987,1,0,0,333.313,-4711.64,14.614,2.79253,300,300,0,0,1605,0,0,0), + (7666,11025,1,0,0,370.195,-4721.57,13.359,4.67748,300,300,0,0,1309,0,0,0), + (7667,3165,1,0,0,362.105,-4763.84,12.5525,4.57276,300,300,0,0,546,0,0,0), + (7668,5953,1,0,0,384.548,-4851.25,13.9003,2.80291,300,300,5,0,1573,0,0,1), + (7669,5953,1,0,0,383.808,-4619.08,52.9673,2.64986,300,300,5,0,1573,0,0,1), + (7670,3164,1,0,0,321.548,-4838.4,10.6074,2.05949,300,300,0,0,594,0,0,0), + (7671,6928,1,0,0,340.362,-4686.29,16.5411,4.18879,300,300,0,0,1605,0,0,0), + (7672,3166,1,0,0,367.885,-4770.91,12.5988,2.61799,300,300,0,0,594,0,0,0), + (7673,3620,1,0,0,273.274,-4713.46,11.7121,1.27409,300,300,0,0,2471,1620,0,0), + (7674,3175,1,0,0,367.18,-4702.14,16.3944,3.90954,300,300,0,0,695,0,0,0), + (7675,3121,1,0,0,-788.724,-5623.24,13.0798,3.89904,300,300,5,0,137,0,0,1), + (7676,3121,1,0,0,-1546.26,-5262.28,6.85467,3.0385,300,300,10,0,137,0,0,1), + (7677,3121,1,0,0,-1181.88,-5618.09,5.26861,3.54762,300,300,5,0,137,0,0,1), + (7678,3121,1,0,0,-793.014,-5540.35,4.6598,5.6284,300,300,5,0,137,0,0,1), + (7679,3121,1,0,0,-1186.91,-5380.54,8.47154,1.68448,300,300,10,0,137,0,0,1), + (7680,2732,0,0,0,-6857.57,-3309.95,266.496,4.22864,300,300,5,0,1604,0,0,1), + (7681,2732,0,0,0,-6883.37,-3115.32,260.899,3.81755,300,300,5,0,1604,0,0,1), + (7682,2731,0,0,0,-6146.03,-3417.89,246.869,6.2578,300,300,10,0,1469,0,0,1), + (7683,2893,0,0,0,-6956.96,-3345.77,242.889,4.89293,300,300,3,0,1678,0,0,1), + (7684,2729,0,0,0,-7120.21,-2841.91,241.874,5.01011,300,300,10,0,1678,0,0,1), + (7685,4844,0,0,0,-6023.34,-3232.38,279.825,0.725811,600,600,5,0,2877,2680,0,1), + (7686,2727,0,0,0,-6473.97,-3326.87,241.792,5.5468,300,300,10,0,1403,0,0,1), + (7687,2729,0,0,0,-6948.22,-2827.7,242.171,1.74397,300,300,5,0,1678,0,0,1), + (7688,2743,0,0,0,-6462.27,-3106.82,313.68,2.55803,300,300,5,0,1604,0,0,1), + (7689,2736,0,0,0,-7385.82,-2421.31,303.94,1.1738,300,300,5,0,1981,0,0,1), + (7690,4844,0,0,0,-6061.62,-3172.19,281.255,3.00477,600,600,5,0,2877,2680,0,1), + (7691,2736,0,0,0,-7317.67,-2411.69,280.345,4.74485,300,300,5,0,1981,0,0,1), + (7692,2736,0,0,0,-7283.98,-2410.49,272.681,0.091729,300,300,5,0,1981,0,0,1), + (7693,2736,0,0,0,-7389.7,-2445.93,311.469,4.38817,300,300,5,0,1981,0,0,1), + (7694,2729,0,0,0,-6823.7,-2611.82,241.628,2.00492,300,300,10,0,1678,0,0,1), + (7695,2742,0,0,0,-6380.79,-3107.8,301.111,5.91269,300,300,3,0,1305,1189,0,1), + (7696,2743,0,0,0,-6378.38,-3094.61,299.723,1.19689,300,300,5,0,1604,0,0,2), + (7697,2742,0,0,0,-6368.35,-3089.56,299.722,5.58615,300,300,0,0,1305,1189,0,0), + (7698,2743,0,0,0,-6389.06,-3131.91,302.583,4.74729,300,300,0,0,1604,0,0,0), + (7699,2742,0,0,0,-6399.97,-3125.88,302.5,5.53083,300,300,3,0,1305,1189,0,1), + (7700,2743,0,0,0,-6373.48,-3098.71,299.723,0.898386,300,300,0,0,1604,0,0,0), + (7701,2727,0,0,0,-6584.82,-3319.68,247.527,4.32391,300,300,10,0,1403,0,0,1), + (7702,2734,0,0,0,-6982.94,-2539.71,242.366,1.39216,300,300,5,0,1829,0,0,1), + (7703,2735,0,0,0,-6512.6,-2454.05,302.732,5.13785,300,300,10,0,1536,0,0,1), + (7704,2831,0,0,0,-6881.46,-2910.45,242.693,2.76109,300,300,10,0,1751,0,0,1), + (7705,2829,0,0,0,-6321.86,-3390.97,240.391,5.44717,300,300,10,0,1403,0,0,1), + (7706,2829,0,0,0,-6358.34,-3589.82,242.582,4.5238,300,300,10,0,1403,0,0,1), + (7707,2831,0,0,0,-6915.89,-2720.09,241.917,4.58138,300,300,10,0,1751,0,0,1), + (7708,2725,0,0,0,-6462.66,-4129.25,268.264,1.59101,300,300,3,0,1522,1332,0,1), + (7709,2726,0,0,0,-6846.41,-4150.45,266.873,2.09343,600,600,5,0,5148,0,0,1), + (7710,92,0,0,0,-6474.88,-2453.17,306.818,6.15248,300,300,3,0,1678,0,0,1), + (7711,2727,0,0,0,-6717.8,-3448.37,241.792,1.77475,300,300,10,0,1403,0,0,1), + (7712,2734,0,0,0,-7204.99,-2710.01,269.828,4.49976,300,300,5,0,1829,0,0,1), + (7713,2831,0,0,0,-6704.62,-2515.35,243.917,4.73344,300,300,10,0,1751,0,0,1), + (7714,4844,0,0,0,-6074.79,-3240.16,261.906,6.18451,600,600,5,0,2877,2680,0,1), + (7715,6491,1,0,0,-6154.23,-1142.67,-216.588,2.99628,60,60,0,0,7680,0,0,0), + (7716,6491,1,0,0,-7981.09,1556.57,3.64432,3.17291,60,60,0,0,7680,0,0,0), + (7717,2729,0,0,0,-7065.56,-2849.96,242.566,0.502929,300,300,10,0,1678,0,0,1), + (7718,4846,0,0,0,-6054.18,-3205.83,255.705,5.72468,600,600,0,0,3660,0,0,0), + (7719,2725,0,0,0,-6431.2,-3977.69,264.843,3.28653,300,300,10,0,1522,1332,0,1), + (7720,2725,0,0,0,-6459.68,-4017.89,279.68,5.87122,300,300,5,0,1522,1332,0,1), + (7721,2725,0,0,0,-6479.39,-4053.18,264.429,4.30468,300,300,10,0,1522,1332,0,1), + (7722,2725,0,0,0,-6600.45,-4137.34,279.281,0.599372,300,300,5,0,1522,1332,0,1), + (7723,2909,0,0,0,-6065.44,-3022.03,230.348,2.18166,300,300,0,0,2331,0,0,0), + (7724,2829,0,0,0,-6278.52,-3423.51,238.755,3.63146,300,300,10,0,1403,0,0,1), + (7725,4846,0,0,0,-6117.14,-3052.49,247.503,3.05433,1800,1800,0,0,3660,0,0,0), + (7726,4846,0,0,0,-6110.56,-3043.94,247.207,2.16421,1800,1800,0,0,3660,0,0,0), + (7728,4845,0,0,0,-6101.98,-3038.3,248.956,4.71064,1800,1800,1,0,3959,0,0,1), + (7729,4844,0,0,0,-6097.68,-3039.64,249.394,4.43314,1800,1800,0,0,2877,2680,0,0), + (7730,4844,0,0,0,-6080.86,-3050.7,251.825,2.38004,1800,1800,1,0,2877,2680,0,1), + (7731,4844,0,0,0,-6082.88,-3042.22,250.941,2.33874,1800,1800,2,0,2877,2680,0,1), + (7732,4844,0,0,0,-6073.93,-3065.75,249.034,3.82014,1800,1800,2,0,2877,2680,0,1), + (7733,4845,0,0,0,-6070.05,-3082.56,250.145,4.79734,1800,1800,2,0,3959,0,0,1), + (7734,4846,0,0,0,-6118.71,-2993.25,223.06,1.90241,1800,1800,0,0,3660,0,0,0), + (7735,4846,0,0,0,-6130.19,-2978,208.335,1.99706,1800,1800,2,0,3660,0,0,1), + (7736,4846,0,0,0,-6123.91,-3009.62,221.865,3.24631,1800,1800,0,0,3660,0,0,2), + (7737,4846,0,0,0,-6113.16,-3017.18,221.561,5.98648,1800,1800,0,0,3660,0,0,0), + (7738,4846,0,0,0,-6117.47,-3020.12,220.615,5.63741,1800,1800,0,0,3660,0,0,0), + (7739,4851,0,0,0,-6159.68,-3020.36,219.789,1.9013,1800,1800,2,0,3831,0,0,1), + (7740,3121,1,0,0,-1056.33,-5446.19,8.03804,2.79547,300,300,5,0,137,0,0,1), + (7741,441,0,0,0,-9679.82,-3002.19,52.1318,4.50198,300,300,0,0,330,938,0,0), + (7742,3111,1,0,0,128.805,-4583.54,63.5881,5.48767,300,300,5,0,120,0,0,1), + (7743,4846,0,0,0,-6120.88,-3029.95,224.846,4.88692,1800,1800,0,0,3660,0,0,0), + (7765,441,0,0,0,-9662.78,-2922.04,50.2507,2.83833,300,300,10,0,330,938,0,1), + (7766,721,0,0,0,-9635.54,-2915.91,50.3531,3.78187,300,300,5,0,1,0,0,1), + (7767,428,0,0,0,-9681.44,-2962.72,51.9669,1.57801,300,300,5,0,417,0,0,1), + (7768,819,0,0,0,-9272.54,-3297.95,120.518,3.97935,300,300,0,0,589,618,0,0), + (7769,485,0,0,0,-9800.33,-3220.85,59.1028,0.20944,300,300,0,0,494,0,0,0), + (7770,440,0,0,0,-9792.49,-3201.28,58.7338,3.26577,300,300,5,0,449,0,0,1), + (7771,819,0,0,0,-9275.99,-3287.19,123.296,3.49066,300,300,0,0,589,618,0,0), + (7772,4846,0,0,0,-6126.19,-3033.4,225.992,5.61996,1800,1800,0,0,3660,0,0,0), + (7773,4851,0,0,0,-6175.87,-3022.67,221.801,3.04285,1800,1800,2,0,3831,0,0,1), + (7774,4851,0,0,0,-6179.11,-3027.08,221.246,0.118119,1800,1800,2,0,3831,0,0,1), + (7775,4851,0,0,0,-6181.26,-3006.44,224.489,0.260325,1800,1800,2,0,3831,0,0,1), + (7776,4856,0,0,0,-6195.07,-3011.17,225.022,0.574782,1800,1800,2,0,3831,0,0,1), + (7777,4856,0,0,0,-6191.97,-2993.79,225.786,4.2369,1800,1800,2,0,3831,0,0,1), + (7778,4851,0,0,0,-6166.72,-3003.94,227.874,4.22577,1800,1800,2,0,3831,0,0,1), + (7779,4856,0,0,0,-6170.87,-2991.58,228.401,2.77277,1800,1800,2,0,3831,0,0,1), + (7780,4856,0,0,0,-6198.42,-2964.11,223.01,2.12347,1800,1800,2,0,3831,0,0,1), + (7781,2752,0,0,0,-7370.91,-2445.66,305.004,4.59644,10200,10200,0,0,2218,0,0,0), + (7782,4851,0,0,0,-6215.85,-2958.42,223.01,0.858623,1800,1800,2,0,3831,0,0,1), + (7783,4856,0,0,0,-6251.17,-2966.58,223.701,0.944198,1800,1800,2,0,3831,0,0,1), + (7784,4851,0,0,0,-6262.1,-2959.67,223.701,3.98471,1800,1800,2,0,3831,0,0,1), + (7785,4851,0,0,0,-6243.52,-2953.92,223.702,2.14237,1800,1800,2,0,3831,0,0,1), + (7786,4851,0,0,0,-6273.11,-2960.6,223.701,5.69585,1800,1800,2,0,3831,0,0,1), + (7787,4856,0,0,0,-6271.93,-2973.76,223.702,2.02616,1800,1800,2,0,3831,0,0,1), + (7788,2735,0,0,0,-6519.18,-2410.5,290.26,0.413911,300,300,10,0,1536,0,0,1), + (7789,4851,0,0,0,-6248.96,-2935.66,222.313,1.37966,1800,1800,2,0,3831,0,0,1), + (7790,4856,0,0,0,-6264.81,-2947.17,222.312,3.71139,1800,1800,2,0,3831,0,0,1), + (7791,4851,0,0,0,-6263.41,-2935.62,222.309,1.24286,1800,1800,2,0,3831,0,0,1), + (7792,2735,0,0,0,-6539.62,-2406.09,286.75,0.400735,300,300,10,0,1536,0,0,1), + (7793,4856,0,0,0,-6253.13,-2922.48,222.312,1.15501,1800,1800,2,0,3831,0,0,1), + (7794,92,0,0,0,-6491.27,-2424.04,294.146,6.10405,300,300,10,0,1678,0,0,1), + (7795,92,0,0,0,-6457.95,-2377.25,296.798,1.67959,300,300,3,0,1678,0,0,1), + (7796,2829,0,0,0,-6364.59,-3486.1,245.441,4.89906,300,300,10,0,1403,0,0,1), + (7797,92,0,0,0,-6450.99,-2447.3,313.419,2.35619,300,300,3,0,1678,0,0,1), + (7798,92,0,0,0,-6443.94,-2413.38,303.51,0.835041,300,300,3,0,1678,0,0,1), + (7799,92,0,0,0,-6423.73,-2465.14,327.172,5.70656,300,300,3,0,1678,0,0,1), + (7800,4845,0,0,0,-6132.2,-2959.77,205.276,6.23119,1800,1800,0,0,3959,0,0,2), + (7801,2731,0,0,0,-6515.01,-3076.95,283.645,0.779873,300,300,10,0,1469,0,0,1), + (7802,4846,0,0,0,-6153.97,-2990.7,216.382,2.9147,1800,1800,0,0,3660,0,0,0), + (7803,4845,0,0,0,-6161.32,-2970.4,210.443,4.01312,1800,1800,0,0,3959,0,0,0), + (7804,4845,0,0,0,-6155.15,-2959.55,210.383,1.16513,1800,1800,2,0,3959,0,0,1), + (7805,4844,0,0,0,-6155.53,-2954.11,210.768,1.96606,1800,1800,2,0,2877,2680,0,1), + (7806,2729,0,0,0,-6987.14,-2885.09,243.356,1.95494,300,300,10,0,1678,0,0,1), + (7807,2729,0,0,0,-6921.58,-2759.55,243.2,1.7954,300,300,10,0,1678,0,0,1), + (7808,2731,0,0,0,-6559.01,-2952.91,257.009,5.20223,300,300,5,0,1469,0,0,1), + (7809,2732,0,0,0,-6716.36,-2997.47,243.542,2.12637,300,300,10,0,1604,0,0,1), + (7810,2716,0,0,0,-7115.81,-2343.08,242.814,2.25086,300,300,10,0,1829,0,0,1), + (7811,2743,0,0,0,-6449.88,-3215.04,257.57,5.40567,300,300,5,0,1604,0,0,1), + (7812,2743,0,0,0,-6395.83,-3151.24,301.111,3.46027,300,300,0,0,1604,0,0,0), + (7813,2743,0,0,0,-6387.52,-3157.89,301.11,5.99547,300,300,0,0,1604,0,0,0), + (7814,2743,0,0,0,-6380.72,-3140.86,301.111,1.48807,300,300,5,0,1604,0,0,1), + (7815,2743,0,0,0,-6445.78,-3183.25,277.177,2.00236,300,300,5,0,1604,0,0,1), + (7816,2743,0,0,0,-6414.05,-3185.2,285.247,0.645638,300,300,5,0,1604,0,0,2), + (7817,2743,0,0,0,-6370.52,-3146.81,302.583,3.68265,300,300,0,0,1604,0,0,0), + (7818,2742,0,0,0,-6345.74,-3137.37,301.111,0.88111,300,300,0,0,1305,1189,0,0), + (7819,2742,0,0,0,-6361.89,-3157.43,302.5,2.80954,300,300,0,0,1305,1189,0,0), + (7820,2723,0,0,0,-6331.92,-3116.09,299.723,4.7888,300,300,0,0,1674,0,0,0), + (7821,2743,0,0,0,-6336.51,-3129.26,299.723,2.15801,300,300,0,0,1604,0,0,0), + (7822,2742,0,0,0,-6336.75,-3120.49,299.723,1.45324,300,300,0,0,1305,1189,0,0), + (7823,2743,0,0,0,-6349.14,-3119.56,293.139,1.22173,300,300,0,0,1604,0,0,0), + (7824,2742,0,0,0,-6338.96,-3118.39,293.057,2.79446,300,300,0,0,1305,1189,0,0), + (7825,2742,0,0,0,-6337.35,-3124.61,293.057,2.37992,300,300,0,0,1305,1189,0,0), + (7826,2745,0,0,0,-6368.56,-3126.34,283.973,0.925025,600,600,0,0,3963,1381,0,0), + (7827,2742,0,0,0,-6365.14,-3104.83,293.139,0.959931,300,300,0,0,1305,1189,0,0), + (7828,2742,0,0,0,-6369.12,-3095.97,293.056,0.909082,300,300,0,0,1305,1189,0,0), + (7829,2723,0,0,0,-6357.77,-3113.28,285.362,4.03171,300,300,0,0,1674,0,0,0), + (7830,2743,0,0,0,-6373.52,-3093.91,293.14,6.16101,300,300,0,0,1604,0,0,0), + (7831,4844,0,0,0,-6112.85,-3064.86,248.507,1.52988,1800,1800,2,0,2877,2680,0,1), + (7832,4846,0,0,0,-6112.42,-3082.03,252.204,4.34587,1800,1800,0,0,3660,0,0,0), + (7833,4846,0,0,0,-6103.29,-3099.38,252.208,4.06662,1800,1800,0,0,3660,0,0,0), + (7834,2906,0,0,0,-6283.48,-3680.1,244.617,6.28061,300,300,10,0,1403,0,0,1), + (7835,2906,0,0,0,-6255.24,-3708.97,244.113,2.43553,300,300,5,0,1403,0,0,1), + (7836,2906,0,0,0,-6279.05,-3712.41,244.257,0.240016,300,300,5,0,1403,0,0,1), + (7837,2906,0,0,0,-6255.97,-3749.05,243.237,4.01161,300,300,5,0,1403,0,0,1), + (7838,2907,0,0,0,-6255.23,-3729.2,243.988,5.35344,300,300,0,0,1208,1097,0,0), + (7839,2727,0,0,0,-6132.13,-3394.23,258.758,0.893533,300,300,5,0,1403,0,0,1), + (7840,2731,0,0,0,-6139.87,-3451.86,252.258,4.91584,300,300,10,0,1469,0,0,1), + (7841,2701,0,0,0,-6831.36,-2810.22,242.167,4.62468,300,300,0,0,1604,0,0,0), + (7842,2701,0,0,0,-6825.58,-2821.8,242.167,5.12529,300,300,0,0,1604,0,0,0), + (7843,92,0,0,0,-6488.99,-2490.99,324.462,4.66546,300,300,3,0,1678,0,0,1), + (7844,2734,0,0,0,-6885.79,-2586.4,244.904,6.13825,300,300,5,0,1829,0,0,1), + (7845,2729,0,0,0,-6745.11,-2659.32,241.814,0.216035,300,300,10,0,1678,0,0,1), + (7846,2735,0,0,0,-6512.39,-2487.42,315.891,0.284799,300,300,3,0,1536,0,0,1), + (7847,2831,0,0,0,-7153.02,-2685.15,243.731,0.151015,300,300,3,0,1751,0,0,1), + (7848,2734,0,0,0,-6888.25,-2647.73,241.993,2.27053,300,300,5,0,1829,0,0,1), + (7849,2727,0,0,0,-6298.96,-3382.19,243.554,4.71239,300,300,10,0,1403,0,0,1), + (7850,2735,0,0,0,-6620.89,-2609.79,264.897,5.25497,300,300,5,0,1536,0,0,1), + (7851,2831,0,0,0,-7176.56,-2548.17,248.478,2.29679,300,300,5,0,1751,0,0,1), + (7852,2735,0,0,0,-6602.48,-2547.01,270.787,2.14954,300,300,3,0,1536,0,0,1), + (7853,2735,0,0,0,-6650.44,-2606.51,251.723,3.90848,300,300,5,0,1536,0,0,1), + (7854,2735,0,0,0,-6605.75,-2579.38,269.412,1.69111,300,300,5,0,1536,0,0,1), + (7855,2735,0,0,0,-6574.44,-2519.28,289.491,3.46078,300,300,5,0,1536,0,0,1), + (7856,2735,0,0,0,-6598.35,-2497.14,272.415,3.7439,300,300,3,0,1536,0,0,1), + (7857,2735,0,0,0,-6582.73,-2445.82,286.685,2.27623,300,300,3,0,1536,0,0,1), + (7858,2735,0,0,0,-6574.5,-2558.6,290.78,2.16421,300,300,0,0,1536,0,0,0), + (7859,2735,0,0,0,-6683.29,-2616.4,242.346,1.02036,300,300,10,0,1536,0,0,1), + (7860,2735,0,0,0,-6648.3,-2554.05,249.412,5.03043,300,300,5,0,1536,0,0,1), + (7861,2735,0,0,0,-6681.4,-2653.75,241.959,5.6478,300,300,10,0,1536,0,0,1), + (7862,7057,0,0,0,-6272.73,-2939.81,222.31,5.72468,43200,43200,0,0,6975,0,0,0), + (7863,2735,0,0,0,-6643.63,-2664.42,253.84,3.64365,300,300,3,0,1536,0,0,1), + (7864,2735,0,0,0,-6684.62,-2580.44,241.778,1.71863,300,300,10,0,1536,0,0,1), + (7865,2735,0,0,0,-6613.6,-2636.94,265.85,1.19804,300,300,3,0,1536,0,0,1), + (7866,2734,0,0,0,-7052.11,-2347.56,241.925,2.40243,300,300,10,0,1829,0,0,1), + (7867,2831,0,0,0,-7114.67,-2708.79,241.813,1.33986,300,300,10,0,1751,0,0,1), + (7868,2725,0,0,0,-6961.49,-3874.03,286.713,3.68737,300,300,3,0,1522,1332,0,1), + (7869,2725,0,0,0,-6447.96,-4150.07,283.594,1.10715,300,300,3,0,1522,1332,0,1), + (7870,2725,0,0,0,-6830.21,-4065.63,266.465,1.34156,300,300,5,0,1522,1332,0,1), + (7871,2727,0,0,0,-6687.18,-3448.19,246.39,2.64302,300,300,10,0,1403,0,0,1), + (7872,2728,0,0,0,-6752.18,-3447.79,241.902,2.20922,300,300,10,0,1536,0,0,1), + (7873,2727,0,0,0,-6300.94,-3444.42,239.082,2.95912,300,300,5,0,1403,0,0,1), + (7874,2727,0,0,0,-6230.36,-3380.79,239.862,2.93922,300,300,10,0,1403,0,0,1), + (7875,2727,0,0,0,-6179.87,-3417.21,239.23,5.82544,300,300,10,0,1403,0,0,1), + (7876,3112,1,0,0,60.082,-4298.42,64.1204,1.94442,300,300,10,0,137,0,0,1), + (7877,3111,1,0,0,58.2777,-4478.91,48.9058,4.33877,300,300,3,0,120,0,0,1), + (7878,3111,1,0,0,95.0306,-4476.37,40.7528,3.01627,300,300,5,0,120,0,0,1), + (7879,3111,1,0,0,92.6001,-4458.62,41.2049,5.86771,300,300,5,0,120,0,0,1), + (7880,3198,1,0,0,1522.88,-4691.65,11.2139,3.03297,300,300,0,0,178,382,0,0), + (7881,4503,1,0,0,-3372.29,-2820.57,33.5242,2.32129,360,360,0,0,2666,0,0,0), + (7882,3198,1,0,0,1461.35,-4716.99,-2.47625,2.24259,300,300,0,0,178,382,0,0), + (7883,3198,1,0,0,1506.92,-4793.95,9.31567,4.39168,300,300,0,0,178,382,0,0), + (7884,3198,1,0,0,1436.21,-4692.01,-5.35309,3.36368,300,300,0,0,178,382,0,0), + (7885,3198,1,0,0,1454.97,-4778.24,9.32472,0.73731,300,300,0,0,178,382,0,0), + (7886,4346,1,0,0,-2633.17,-3748.08,53.6637,5.81195,360,360,0,0,1403,0,0,0), + (7887,4414,1,0,0,-2572.63,-3742.22,23.0639,2.47837,360,360,0,0,1469,0,0,0), + (7888,4346,1,0,0,-2482.07,-3736.57,46.8086,2.11185,360,360,0,0,1403,0,0,0), + (7889,4366,1,0,0,-2803.68,-4945.23,68.3132,5.5478,1200,1200,0,0,8883,0,0,0), + (7890,4374,1,0,0,-2683.77,-4615.72,-21.2543,5.61709,1200,1200,10,0,8883,0,0,1), + (7891,4364,1,0,0,-2562.5,-4901.34,31.6963,4.55558,1200,1200,5,0,8883,0,0,1), + (7892,4368,1,0,0,-2717.16,-5021.07,22.5459,1.69876,1200,1200,0,0,9156,0,0,0), + (7893,4370,1,0,0,-2809.82,-4993.07,56.7292,2.10787,1200,1200,0,0,7326,4868,0,0), + (7894,4374,1,0,0,-2749.06,-4614.49,-14.6502,2.33693,1200,1200,10,0,8883,0,0,1), + (7895,4968,1,0,0,-3749.69,-4454.15,64.9879,1.15777,43200,43200,0,0,185910,612320,0,0), + (7896,2616,1,0,0,-3896.16,-4588.84,9.22015,3.89208,360,360,0,0,2666,0,0,0), + (7897,3198,1,0,0,1540.54,-4759.55,11.1785,0.295789,300,300,0,0,178,382,0,0), + (7898,3197,1,0,0,1419.02,-4749.12,2.2756,3.60804,300,300,0,0,166,178,0,0), + (7899,3197,1,0,0,1519.5,-4783.29,11.0798,0.093742,300,300,0,0,166,178,0,0), + (7900,3197,1,0,0,1502.88,-4679.02,11.9689,1.75869,300,300,0,0,166,178,0,0), + (7901,3197,1,0,0,1492.96,-4762.44,5.7537,1.90486,300,300,0,0,166,178,0,0), + (7902,3114,1,0,0,462.983,-4234.37,24.7492,1.92355,300,300,3,0,176,0,0,1), + (7903,3113,1,0,0,449.461,-4169.09,25.951,3.51752,300,300,5,0,148,165,0,1), + (7904,3114,1,0,0,484.674,-4348.81,27.1747,0.566512,300,300,5,0,176,0,0,1), + (7905,3113,1,0,0,439.975,-4229.21,25.4114,2.50876,300,300,3,0,148,165,0,1), + (7906,3114,1,0,0,495.711,-4196.06,24.1587,2.80727,300,300,5,0,176,0,0,1), + (7907,3114,1,0,0,342.624,-4230.38,23.6101,4.63357,300,300,5,0,176,0,0,1), + (7908,3206,1,0,0,-1285.31,-5508.77,8.46731,0.929717,300,300,0,0,148,165,0,0), + (7909,3122,1,0,0,-673.941,-5652.9,9.65711,2.53073,300,300,0,0,120,0,0,0), + (7910,3122,1,0,0,-1093.47,-5393.64,10.5502,1.12573,300,300,5,0,120,0,0,1), + (7911,3122,1,0,0,-1084.46,-5622.65,3.96953,1.02683,300,300,5,0,120,0,0,1), + (7912,3122,1,0,0,-721.791,-5573.39,27.9249,5.44706,300,300,10,0,120,0,0,1), + (7913,3122,1,0,0,-1251.62,-5345.36,4.86702,0.428786,300,300,5,0,120,0,0,1), + (7914,3122,1,0,0,-776.658,-5377.5,4.60076,4.54468,300,300,5,0,120,0,0,1), + (7915,3122,1,0,0,-702.447,-5513.37,7.68584,5.47556,300,300,10,0,120,0,0,1), + (7916,3300,1,0,0,989.929,-3973.73,23.1841,5.65029,120,120,5,0,1,0,0,1), + (7917,6145,1,0,0,-973.913,-5673.6,-6.26644,4.154,120,120,10,0,42,0,0,1), + (7918,6145,1,0,0,-1478.9,-5451.51,-17.1755,1.6137,120,120,10,0,42,0,0,1), + (7919,3300,1,0,0,1266.15,-4542.36,20.8351,1.5708,120,120,10,0,1,0,0,1), + (7920,3300,1,0,0,520.532,-3993.46,19.1736,3.08101,120,120,5,0,1,0,0,1), + (7921,5951,1,0,0,824.178,-3922.6,19.3718,2.47173,120,120,5,0,8,0,0,1), + (7922,5951,1,0,0,222.988,-3967.91,41.5509,4.82207,120,120,5,0,8,0,0,1), + (7923,5951,1,0,0,-648.15,-4768.83,28.2864,5.54196,120,120,5,0,8,0,0,1), + (7924,3110,1,0,0,1070.63,-3882.36,17.0437,3.27695,300,300,10,0,176,0,0,1), + (7925,3110,1,0,0,-27.7077,-3793.91,24.634,4.74961,300,300,10,0,176,0,0,1), + (7926,3110,1,0,0,185.579,-3767.86,17.1535,1.22988,300,300,10,0,176,0,0,1), + (7927,3110,1,0,0,982.749,-3850.66,16.2294,5.63744,300,300,10,0,176,0,0,1), + (7928,3103,1,0,0,-310.844,-5319.98,-10.4259,6.16528,300,300,10,0,120,0,0,1), + (7929,3103,1,0,0,-178.758,-5291.73,-6.77493,5.35679,300,300,10,0,120,0,0,1), + (7930,3104,1,0,0,-786.658,-5446.35,-5.16885,2.26263,300,300,10,0,120,0,0,1), + (7931,3105,1,0,0,1477.16,-5004.15,-25.3573,0.558267,300,300,5,0,156,0,0,1), + (7932,3103,1,0,0,-1416.87,-5090.03,-3.21669,0.918631,300,300,10,0,120,0,0,1), + (7933,3103,1,0,0,-1280.95,-5085.2,-4.87893,5.52264,300,300,10,0,120,0,0,1), + (7934,3104,1,0,0,-107.572,-5212.53,-1.12561,3.63816,300,300,10,0,120,0,0,1), + (7935,3106,1,0,0,-76.0647,-5224.97,-7.04592,2.6221,200,200,10,0,102,0,0,1), + (7936,3106,1,0,0,-969.564,-5039.14,-4.73749,4.08646,200,200,10,0,102,0,0,1), + (7937,3106,1,0,0,-1116.24,-4844.35,-5.00127,2.85631,200,200,10,0,102,0,0,1), + (7938,3106,1,0,0,41.1562,-5185.72,-8.72162,5.7421,200,200,10,0,102,0,0,1), + (7939,3106,1,0,0,249.011,-5303.71,-14.8436,1.62138,200,200,10,0,102,0,0,1), + (7940,3106,1,0,0,115.517,-5197.6,-14.76,4.78078,200,200,10,0,102,0,0,1), + (7941,3296,1,0,0,1936.76,-4407.65,21.5679,1.77517,300,300,0,0,4957,0,0,2), + (7942,3296,1,0,0,1759.03,-4301.89,7.01614,5.46288,300,300,0,0,4957,0,0,0), + (7943,3296,1,0,0,1668.56,-4323.66,61.3295,5.96903,300,300,0,0,4957,0,0,0), + (7944,16096,1,0,0,1340.38,-4638.02,53.6269,4.90438,600,600,0,0,4700,0,0,0), + (7945,3296,1,0,0,1768.53,-4307.2,6.96165,4.14839,300,300,0,0,4957,0,0,2), + (7946,3296,1,0,0,2004.18,-4719.8,26.2996,0.959931,300,300,0,0,4957,0,0,0), + (7947,16096,1,0,0,1339.43,-4663.11,53.6269,1.36136,600,600,0,0,4700,0,0,0), + (7948,3296,1,0,0,1552.41,-4324.75,21.8029,5.51524,300,300,0,0,4957,0,0,0), + (7949,3296,1,0,0,1688.53,-4474.58,20.1537,1.95477,300,300,0,0,4957,0,0,0), + (7950,3296,1,0,0,1696.31,-4096.76,39.3368,1.51844,300,300,0,0,4957,0,0,0), + (7951,3125,1,0,0,345.725,-5016.48,19.2973,3.53756,200,200,5,0,102,0,0,1), + (7952,3125,1,0,0,210.404,-4972.72,14.4258,4.35227,200,200,10,0,102,0,0,1), + (7953,3125,1,0,0,-103.086,-4657.6,33.676,5.68737,200,200,10,0,102,0,0,1), + (7954,3125,1,0,0,326.787,-5118.37,3.74095,5.82804,200,200,10,0,102,0,0,1), + (7955,3125,1,0,0,27.9387,-5073.43,8.73164,1.389,200,200,5,0,102,0,0,1), + (7956,3125,1,0,0,114.34,-5121.52,1.79737,1.3141,200,200,5,0,102,0,0,1), + (7957,3125,1,0,0,-788.5,-4724.95,30.19,5.00945,200,200,5,0,102,0,0,1), + (7958,3099,1,0,0,41.4945,-4232.38,66.6346,2.92123,300,300,0,0,120,0,0,0), + (7959,3099,1,0,0,511.293,-4773.91,30.6922,1.922,300,300,5,0,120,0,0,1), + (7960,3099,1,0,0,457.497,-4460.24,46.6362,1.62749,300,300,5,0,120,0,0,1), + (7961,3099,1,0,0,281.87,-4286.22,35.33,1.28613,300,300,5,0,120,0,0,1), + (7962,3099,1,0,0,185.981,-4221.18,45.954,4.0642,300,300,10,0,120,0,0,1), + (7963,3099,1,0,0,653.326,-4783.98,24.6785,2.94046,300,300,5,0,120,0,0,1), + (7964,3099,1,0,0,577.883,-4393.72,21.9884,4.61855,300,300,5,0,120,0,0,1), + (7965,3099,1,0,0,433.768,-4924.7,24.665,1.93643,300,300,10,0,120,0,0,1), + (7966,3099,1,0,0,233.277,-4431.73,26.743,1.87461,300,300,5,0,120,0,0,1), + (7967,3099,1,0,0,575.451,-4792.15,26.0777,3.97514,300,300,10,0,120,0,0,1), + (7968,3413,1,0,0,2036.63,-4739.49,29.2431,3.83972,300,300,0,0,1605,0,0,0), + (7969,11017,1,0,0,2038.4,-4748.98,29.2431,4.27606,300,300,0,0,3077,0,0,0), + (7970,1383,1,0,0,2055.83,-4797.07,22.9063,5.44543,300,300,0,0,1684,0,0,0), + (7971,3353,1,0,0,1980,-4799.74,55.8813,1.32645,300,300,0,0,3139,0,0,0), + (7972,3406,1,0,0,2084.96,-4623.77,58.6761,0.15708,300,300,0,0,3517,2103,0,0), + (7973,3356,1,0,0,2049.79,-4839.13,24.4342,0.174533,300,300,0,0,1605,0,0,0), + (7974,3098,1,0,0,-477.985,-4182.53,50.7865,0.662395,120,120,5,0,42,0,0,1), + (7975,3098,1,0,0,-714.937,-4221.35,40.2762,1.49268,120,120,5,0,42,0,0,1), + (7976,3098,1,0,0,-391.309,-4283.43,49.0554,2.41323,120,120,5,0,42,0,0,1), + (7977,3098,1,0,0,-716.996,-4150.75,30.0694,4.95713,120,120,10,0,42,0,0,1), + (7979,3098,1,0,0,-680.794,-4317.67,47.2347,1.83299,120,120,5,0,42,0,0,1), + (7980,3098,1,0,0,-754.894,-4219.76,42.8502,3.31808,120,120,10,0,42,0,0,1), + (7981,3098,1,0,0,-411.091,-4411.85,45.83,0.517397,120,120,10,0,42,0,0,1), + (7982,3124,1,0,0,-544.639,-4116.73,65.7142,5.70841,200,200,10,0,71,0,0,1), + (7983,3124,1,0,0,-354.141,-4421.33,50.6012,3.11921,200,200,10,0,71,0,0,1), + (7984,3124,1,0,0,-346.629,-4045.22,51.1096,5.92702,200,200,5,0,71,0,0,1), + (7985,3102,1,0,0,-127.806,-4315.17,66.3736,0.499695,200,200,3,0,72,0,0,1), + (7986,3102,1,0,0,-101.482,-4206.17,52.5035,5.59085,200,200,3,0,72,0,0,1), + (7988,3102,1,0,0,-77.6159,-4210.9,50.596,2.91483,200,200,10,0,72,0,0,1), + (7989,3100,1,0,0,1342.82,-4688.55,33.3423,5.29958,300,300,5,0,156,0,0,1), + (7990,3100,1,0,0,1062.02,-4322.98,20.0218,4.08646,300,300,5,0,156,0,0,1), + (7991,3100,1,0,0,1287,-4614.38,20.4332,1.14385,300,300,5,0,156,0,0,1), + (7992,3100,1,0,0,246.015,-4001.79,39.2477,4.51398,300,300,10,0,156,0,0,1), + (7993,3100,1,0,0,1186.37,-4046.63,14.7298,2.58271,300,300,5,0,156,0,0,1), + (7994,3100,1,0,0,1043.42,-4921.25,14.9446,2.8825,300,300,10,0,156,0,0,1), + (7995,3100,1,0,0,-153.058,-3947.95,54.2896,0.319747,300,300,10,0,156,0,0,1), + (7996,3100,1,0,0,1481.16,-4812.48,38.1654,4.19457,300,300,5,0,156,0,0,1), + (7997,3100,1,0,0,1249.14,-4739,17.5909,1.64907,300,300,5,0,156,0,0,1), + (7998,3126,1,0,0,1180.45,-4664.57,55.6671,5.30893,300,300,5,0,137,0,0,1), + (7999,3126,1,0,0,1030.38,-4872.93,56.8278,4.65692,300,300,5,0,137,0,0,1), + (8000,3126,1,0,0,843.415,-4986.65,9.65833,4.91091,300,300,5,0,137,0,0,1), + (8001,3126,1,0,0,552.9,-4477.65,40.8258,5.10845,300,300,5,0,137,0,0,1), + (8002,3126,1,0,0,615.995,-4839.65,25.7154,4.52752,300,300,5,0,137,0,0,1), + (8003,3126,1,0,0,417.942,-4089.58,32.1657,1.59813,300,300,5,0,137,0,0,1), + (8004,3126,1,0,0,356.249,-3882.48,32.6063,5.74612,300,300,5,0,137,0,0,1), + (8005,3126,1,0,0,348.125,-4151.63,31.3764,4.6479,300,300,5,0,137,0,0,1), + (8006,3127,1,0,0,641.999,-3838.74,21.2052,2.11414,300,300,5,0,176,0,0,1), + (8007,3127,1,0,0,1100.8,-4152.94,17.1562,4.25297,300,300,10,0,176,0,0,1), + (8008,3127,1,0,0,84.8203,-3917.05,43.5674,1.80915,300,300,5,0,176,0,0,1), + (8009,3127,1,0,0,742.509,-3893.23,19.4178,3.99063,300,300,5,0,176,0,0,1), + (8010,3127,1,0,0,52.057,-3855.7,37.6042,2.88593,300,300,10,0,176,0,0,1), + (8011,3127,1,0,0,1096.01,-3979.64,19.9407,2.45094,300,300,10,0,176,0,0,1), + (8012,3127,1,0,0,1211.74,-4131.34,23.4459,0.260854,300,300,10,0,176,0,0,1), + (8013,3127,1,0,0,1030.95,-4047.37,18.5481,2.37621,300,300,5,0,176,0,0,1), + (8014,6145,1,0,0,-2485.54,-3940.06,-2.42383,2.3161,360,360,5,0,42,0,0,1), + (8015,2914,1,0,0,-4487.84,-3886.27,35.2164,5.08854,360,360,10,0,8,0,0,1), + (8016,6145,1,0,0,-4191.63,-4181.22,-9.1274,2.87467,360,360,5,0,42,0,0,1), + (8017,2914,1,0,0,-3107.69,-3933.37,38.1539,4.41606,360,360,10,0,8,0,0,1), + (8018,6546,1,0,0,-4031.56,-3392.97,38.9974,2.1293,360,360,0,0,4079,6015,0,0), + (8019,12919,1,0,0,-4135.29,-4052.02,1.517,5.01289,360,360,0,0,2972,0,0,0), + (8020,4415,1,0,0,-4369.77,-3917.44,55.8698,4.08216,360,360,5,0,1751,0,0,1), + (8021,4415,1,0,0,-4289.88,-3679.18,74.8618,0.892329,360,360,5,0,1751,0,0,1), + (8022,4397,1,0,0,-2583.58,-4250.03,-15.016,3.71821,360,360,10,0,1403,0,0,1), + (8023,4397,1,0,0,-2229.14,-4257.65,-2.75096,4.47014,360,360,10,0,1403,0,0,1), + (8024,4389,1,0,0,-3409.19,-3761.68,-14.4791,3.34767,360,360,5,0,1532,0,0,1), + (8166,440,0,0,0,-9776.07,-3212.41,58.7338,3.6975,300,300,5,0,449,0,0,1), + (8167,431,0,0,0,-9291.78,-3301.33,129.117,0.122173,300,300,0,0,734,0,0,0), + (8168,440,0,0,0,-9776.01,-3229.15,58.8148,3.40073,300,300,5,0,449,0,0,1), + (8169,1416,0,0,0,-8387,685.202,95.356,2.286,430,430,0,0,3517,0,0,0), + (8170,2727,0,0,0,-6257.48,-3415.84,238.88,3.14445,300,300,10,0,1403,0,0,1), + (8171,2730,0,0,0,-6443.31,-3886.98,305.882,4.79261,300,300,5,0,1981,0,0,1), + (8172,2725,0,0,0,-6841.18,-3878.56,264.445,1.19238,300,300,10,0,1522,1332,0,1), + (8173,2725,0,0,0,-6781.94,-3812.13,264.368,1.25348,300,300,10,0,1522,1332,0,1), + (8174,2725,0,0,0,-6759.27,-3890.45,264.57,4.2793,300,300,10,0,1522,1332,0,1), + (8175,2725,0,0,0,-6746.91,-3847.29,264.793,0.450548,300,300,10,0,1522,1332,0,1), + (8176,4844,0,0,0,-6048.6,-3261.72,259.142,5.62197,600,600,5,0,2877,2680,0,1), + (8177,4844,0,0,0,-6107.35,-3250.42,259.25,3.87315,600,600,7,0,2877,2680,0,1), + (8178,2725,0,0,0,-6933.42,-3900.44,270.764,2.11999,300,300,5,0,1522,1332,0,1), + (8179,2725,0,0,0,-7011.12,-3925.59,264.014,5.16843,300,300,10,0,1522,1332,0,1), + (8180,4844,0,0,0,-6084.95,-3217.41,262.968,5.00398,600,600,7,0,2877,2680,0,1), + (8181,2725,0,0,0,-6941,-4000.05,264.237,5.11675,300,300,10,0,1522,1332,0,1), + (8182,2727,0,0,0,-6752.48,-3402.09,241.792,4.69434,300,300,10,0,1403,0,0,1), + (8183,4846,0,0,0,-6070.78,-3249.08,259.142,2.16421,600,600,0,0,3660,0,0,0), + (8184,2725,0,0,0,-6983.3,-3950.5,264.121,4.62512,300,300,3,0,1522,1332,0,1), + (8185,4844,0,0,0,-6099.8,-3233.47,261.943,0.879156,600,600,7,0,2877,2680,0,1), + (8186,4846,0,0,0,-6072.2,-3278.83,256.242,1.76278,600,600,0,0,3660,0,0,0), + (8187,4846,0,0,0,-6082.18,-3236.15,259.321,5.93412,600,600,0,0,3660,0,0,0), + (8188,4846,0,0,0,-6057.05,-3271.67,256.461,4.92183,600,600,0,0,3660,0,0,0), + (8189,4844,0,0,0,-6056.39,-3222.55,262.968,5.493,600,600,7,0,2877,2680,0,1), + (8190,4846,0,0,0,-6060.98,-3242.04,259.142,4.57276,600,600,0,0,3660,0,0,0), + (8191,4844,0,0,0,-6079.91,-3193.24,255.595,2.58309,600,600,5,0,2877,2680,0,1), + (8192,4844,0,0,0,-6095.83,-3197.79,255.564,5.68977,600,600,5,0,2877,2680,0,1), + (8193,4844,0,0,0,-6065.29,-3199.32,255.637,2.66246,600,600,5,0,2877,2680,0,1), + (8194,2932,0,0,0,-6190.17,-3042.32,220.489,0.034925,600,600,0,0,4185,0,0,0), + (8195,2850,0,0,0,-6376.69,-3563.98,262.806,2.1523,10200,10200,0,0,1603,0,0,0), + (8196,6030,0,0,0,-5854.74,-2646.69,309.057,3.1765,300,300,0,0,980,0,0,0), + (8197,6577,0,0,0,-5368.99,-3746.97,304.797,2.00713,300,300,0,0,695,0,0,0), + (8198,1093,0,0,0,-4737.9,-3263.86,310.34,2.82743,300,300,0,0,1635,0,0,0), + (8199,1344,0,0,0,-5694.65,-3812.45,321.7,1.09956,300,300,0,0,644,0,0,0), + (8200,1345,0,0,0,-5713.75,-3783.78,323.018,5.55015,300,300,0,0,644,0,0,0), + (8201,1092,0,0,0,-5842.82,-2634.58,323.051,6.03884,300,300,0,0,2471,0,0,0), + (8202,1091,0,0,0,-5893.03,-2642.99,311.015,1.88496,300,300,0,0,1605,0,0,0), + (8203,1090,0,0,0,-5858.19,-2641.15,309.157,3.05433,300,300,0,0,1605,0,0,0), + (8204,1343,0,0,0,-4825.92,-2676.82,341.206,3.68265,300,300,0,0,1605,0,0,0), + (8205,1193,0,0,0,-4808.29,-3347.25,286.873,3.46602,300,300,10,0,247,0,0,1), + (8206,1193,0,0,0,-4806.88,-3217.98,281.485,6.20484,300,300,10,0,247,0,0,1), + (8207,1193,0,0,0,-4798.76,-3318.09,288.85,4.09622,300,300,10,0,247,0,0,1), + (8208,1193,0,0,0,-4748.58,-3484.42,283.419,0,300,300,0,0,247,0,0,0), + (8209,1193,0,0,0,-4814.6,-3411.13,289.629,2.24103,300,300,10,0,247,0,0,1), + (8210,1193,0,0,0,-4760.76,-3194.68,275.976,0.632042,300,300,10,0,247,0,0,1), + (8211,1193,0,0,0,-4749.81,-3416.72,284.223,0,300,300,0,0,247,0,0,0), + (8212,1224,0,0,0,-5350.48,-3474.03,257.472,2.42082,300,300,10,0,439,0,0,1), + (8213,1224,0,0,0,-5619.49,-3417.65,274.453,5.2212,300,300,10,0,439,0,0,1), + (8214,1224,0,0,0,-5608.87,-3489.78,288.625,5.33942,300,300,10,0,439,0,0,1), + (8215,1224,0,0,0,-5411.29,-3644.19,284.877,6.10661,300,300,10,0,439,0,0,1), + (8216,1224,0,0,0,-5350.9,-3350.11,254.935,2.79951,300,300,10,0,439,0,0,1), + (8217,1224,0,0,0,-5627.3,-3337.89,283.577,2.58467,300,300,10,0,439,0,0,1), + (8218,1693,0,0,0,-5129.01,-3405.82,300.637,1.54492,300,300,10,0,300,0,0,1), + (8219,6734,0,0,0,-5377.91,-2973.91,323.252,1.78024,300,300,0,0,1605,0,0,0), + (8220,1683,0,0,0,-5217.58,-3113.32,301.089,4.03683,300,300,0,0,644,0,0,0), + (8221,1777,0,0,0,-5275.26,-2971.02,338.737,1.72788,300,300,0,0,644,0,0,0), + (8222,1470,0,0,0,-5395.86,-3016.18,327.663,0.436332,300,300,0,0,1240,0,0,0), + (8223,1473,0,0,0,-5380.47,-2999.76,330.719,0.226893,300,300,0,0,594,0,0,0), + (8224,1474,0,0,0,-5331.39,-2985.24,325.259,3.89208,300,300,0,0,644,0,0,0), + (8225,1682,0,0,0,-5381.88,-2952.48,322.147,4.43314,300,300,0,0,644,0,0,0), + (8226,1412,0,0,0,-4813.13,-3656.2,303.59,5.11833,300,300,10,0,8,0,0,1), + (8227,2098,0,0,0,-5810.16,-3443.85,312.033,3.69274,300,300,10,0,164,0,0,1), + (8228,1412,0,0,0,-5793.39,-2575.87,310.206,0.875695,300,300,10,0,8,0,0,1), + (8229,1412,0,0,0,-5349.2,-3092.89,350.315,6.10937,300,300,10,0,8,0,0,1), + (8230,1412,0,0,0,-5327.41,-3092.74,347.524,0.896611,300,300,10,0,8,0,0,1), + (8231,1412,0,0,0,-5440.63,-2917.19,347.246,3.14159,300,300,10,0,8,0,0,1), + (8232,1412,0,0,0,-5330.88,-2919.93,345.486,3.46567,300,300,10,0,8,0,0,1), + (8233,2518,0,0,0,-5392.88,-3024.56,349.883,4.15255,300,300,5,0,1605,0,0,1), + (8234,2509,0,0,0,-5274.46,-2924.05,349.38,2.54521,300,300,5,0,1605,0,0,1), + (8235,1338,0,0,0,-5254.35,-2994.23,332.375,2.52565,300,300,0,0,1454,0,0,0), + (8236,2514,0,0,0,-5313.02,-3029.74,324.076,4.82194,300,300,5,0,1605,0,0,2), + (8237,2513,0,0,0,-5305.82,-2970.57,346.63,3.66186,300,300,0,0,1605,0,0,0), + (8238,2515,0,0,0,-5345.79,-3071.23,344.19,4.78405,300,300,5,0,1901,0,0,1), + (8239,2506,0,0,0,-5415.97,-2996.45,350.51,3.48619,300,300,5,0,1605,0,0,1), + (8240,2508,0,0,0,-5252.89,-2970.47,344.827,0.034754,300,300,0,0,1605,0,0,0), + (8241,2524,0,0,0,-4689.34,-3168.04,310.133,5.92774,300,300,0,0,1605,0,0,0), + (8242,2527,0,0,0,-4753.14,-3333.06,310.257,5.43724,300,300,0,0,1454,0,0,0), + (8243,2528,0,0,0,-4689.47,-3456.61,310.122,3.02006,300,300,5,0,1605,0,0,1), + (8244,2526,0,0,0,-4747.9,-3269.12,310.257,3.28589,300,300,5,0,2039,0,0,1), + (8245,2525,0,0,0,-4695.35,-3192.09,310.181,0.777376,300,300,5,0,1605,0,0,2), + (8246,1214,0,0,0,-5702.52,-3781.79,322.902,4.38078,300,300,0,0,804,0,0,0), + (8247,222,0,0,0,-4669.42,-3176.2,310.367,3.22886,300,300,0,0,898,0,0,0), + (8248,1362,0,0,0,-4822.43,-2659.41,327.212,0.680678,300,300,0,0,804,0,0,0), + (8249,3290,0,0,0,-4734.76,-3260.17,310.34,2.60054,300,300,0,0,836,0,0,0), + (8250,6241,0,0,0,-5313.59,-2985.5,322.204,0.942478,300,300,0,0,919,0,0,0), + (8251,1330,0,0,0,-5849.86,-2623.93,322.967,4.36332,300,300,0,0,1605,0,0,0), + (8252,1329,0,0,0,-5886.33,-2634.9,310.668,5.48033,300,300,0,0,1605,0,0,0), + (8253,1187,0,0,0,-5691.63,-4296.11,407.828,5.72972,300,300,0,0,644,0,0,0), + (8254,1156,0,0,0,-5667.48,-4248.17,407.194,4.67748,300,300,0,0,644,0,0,0), + (8255,1154,0,0,0,-5621.8,-4248.88,408.011,4.34587,300,300,0,0,644,0,0,0), + (8256,1155,0,0,0,-5676.11,-4253.59,407.193,5.8294,300,300,0,0,644,0,0,0), + (8257,1178,0,0,0,-5072.94,-3885.23,321.944,0.028778,300,300,5,0,1251,0,0,1), + (8258,1181,0,0,0,-4815.28,-3932.62,322.511,1.73562,300,300,5,0,1131,408,0,1), + (8259,1572,0,0,0,-5424.85,-2929.87,347.645,1.64061,600,600,0,0,7423,7071,0,0), + (8260,1197,0,0,0,-6169.23,-2961.12,387.5,3.28122,300,300,2,0,301,326,0,1), + (8261,1197,0,0,0,-6214.65,-3008.06,385.102,5.70263,300,300,2,0,301,326,0,1), + (8262,1335,0,0,0,-4813.38,-2676.2,341.306,5.20108,300,300,0,0,1605,0,0,0), + (8263,1334,0,0,0,-4827.79,-2669.17,341.292,3.24631,300,300,0,0,1605,0,0,0), + (8264,1332,0,0,0,-4801.49,-2638.06,328.694,6.19066,300,300,0,0,1605,0,0,0), + (8265,1331,0,0,0,-4810.78,-2660.48,327.212,1.8675,300,300,0,0,1605,0,0,0), + (8266,1283,0,0,0,-6022.93,-2491.44,309.861,2.33874,300,300,0,0,1605,0,0,0), + (8267,1277,0,0,0,-4860.33,-2660.15,341.36,1.03567,300,300,5,0,1902,0,0,2), + (8268,1184,0,0,0,-5830.15,-3346.6,299.772,0.846068,300,300,10,0,273,0,0,1), + (8269,1191,0,0,0,-5838.66,-3432.58,317.348,2.37277,300,300,10,0,300,0,0,1), + (8270,1192,0,0,0,-5182.3,-3928.02,332.139,0.212369,300,300,10,0,356,0,0,1), + (8271,1189,0,0,0,-5274.63,-3877.53,332.972,5.04279,300,300,10,0,427,0,0,1), + (8272,1188,0,0,0,-5394.18,-3866.54,333.047,4.42093,300,300,10,0,328,0,0,1), + (8273,1686,0,0,0,-5654.18,-4287.37,407.812,0.614804,300,300,0,0,644,0,0,0), + (8274,954,0,0,0,-5666.85,-4273.62,407.843,5.77704,300,300,0,0,748,0,0,0), + (8275,1685,0,0,0,-5652.9,-4268.63,407.756,1.95584,300,300,0,0,644,0,0,0), + (8276,3545,0,0,0,-5643.46,-4261.78,407.911,5.74213,300,300,0,0,2471,1620,0,0), + (8277,10930,0,0,0,-5635.34,-4266.36,407.91,2.54818,300,300,0,0,1240,957,0,0), + (8278,1687,0,0,0,-5645.74,-4283.84,407.812,2.60336,300,300,0,0,644,0,0,0), + (8279,2057,0,0,0,-5762.77,-3433.36,305.765,5.3058,300,300,0,0,644,0,0,0), + (8280,1963,0,0,0,-5394.1,-2954.41,322.141,0.349066,300,300,0,0,413,0,0,0), + (8281,1193,0,0,0,-4853.26,-3481.02,292.204,2.93309,300,300,10,0,247,0,0,1), + (8282,1193,0,0,0,-4750.45,-3479.55,291.801,3.72182,300,300,10,0,247,0,0,1), + (8283,1193,0,0,0,-4798.74,-3383.09,290.05,0.111058,300,300,10,0,247,0,0,1), + (8284,1193,0,0,0,-4750.65,-3449.61,280.813,0,300,300,0,0,247,0,0,0), + (8285,1193,0,0,0,-4983.18,-3251.37,284.121,0,300,300,0,0,247,0,0,0), + (8286,1193,0,0,0,-4784.14,-3219.27,276.369,0.435996,300,300,10,0,247,0,0,1), + (8287,1224,0,0,0,-5494.19,-3609.26,288.356,5.55697,300,300,10,0,439,0,0,1), + (8288,1224,0,0,0,-5350.9,-3619.04,276.314,4.45128,300,300,10,0,439,0,0,1), + (8289,1224,0,0,0,-5355.54,-3415.15,260.929,1.0888,300,300,10,0,439,0,0,1), + (8290,1224,0,0,0,-5413.69,-3590.88,285.794,0.337169,300,300,10,0,439,0,0,1), + (8291,1224,0,0,0,-5349.08,-3555.68,270.435,0.227965,300,300,10,0,439,0,0,1), + (8292,1224,0,0,0,-5108.35,-3339.48,262.235,0.554918,300,300,10,0,439,0,0,1), + (8293,1224,0,0,0,-5294.23,-3581.53,288.066,2.22245,300,300,10,0,439,0,0,1), + (8294,372,0,0,0,-5355,-3017.81,318.815,3.21141,300,300,0,0,695,0,0,0), + (8295,1469,0,0,0,-5286.92,-2981.99,341.792,5.0566,300,300,0,0,644,0,0,0), + (8296,1465,0,0,0,-5391.73,-2974.88,325.947,0.30745,300,300,0,0,644,0,0,0), + (8297,3948,0,0,0,-5402.34,-2968.12,321.257,0.994838,300,300,0,0,413,0,0,0), + (8298,1684,0,0,0,-5210.09,-3104.74,303.171,5.55015,300,300,0,0,644,0,0,0), + (8299,1412,0,0,0,-4687.16,-2826.72,323.904,0.921565,300,300,10,0,8,0,0,1), + (8300,1412,0,0,0,-5179.51,-3822.7,327.227,3.72692,300,300,10,0,8,0,0,1), + (8301,1412,0,0,0,-4779.29,-3614.36,305.851,3.91318,300,300,10,0,8,0,0,1), + (8302,2507,0,0,0,-5255.89,-3037.94,336.023,2.2509,300,300,5,0,1454,0,0,1), + (8303,2511,0,0,0,-5285.33,-3068.26,341.881,0.064079,300,300,5,0,1605,0,0,1), + (8304,1337,0,0,0,-5305.85,-2984.95,340.724,5.85614,300,300,5,0,1454,0,0,2), + (8305,2516,0,0,0,-5310.92,-2912.51,339.342,1.32645,300,300,5,0,1454,0,0,1), + (8306,2512,0,0,0,-5430.2,-2954.97,349.267,1.50046,300,300,5,0,1454,0,0,1), + (8307,1166,0,0,0,-5985.84,-2762.76,401.388,3.92699,300,300,0,0,253,264,0,0), + (8308,4463,0,0,0,-8789.97,-2132.73,156.699,2.06383,300,300,3,0,472,1357,0,1), + (8309,440,0,0,0,-9756.7,-3196.37,58.7338,2.55302,300,300,0,0,449,0,0,0), + (8310,4463,0,0,0,-8803.14,-2166.81,150.828,3.44501,300,300,0,0,472,1357,0,0), + (8312,435,0,0,0,-8812.68,-2162.45,151.061,0.122173,300,300,0,0,664,0,0,0), + (8314,429,0,0,0,-9282.08,-3297.04,115.852,4.7822,300,300,0,0,640,655,0,0), + (8315,819,0,0,0,-9280.29,-3311.32,126.169,1.98968,300,300,0,0,589,618,0,0), + (8316,819,0,0,0,-9282.91,-3310.91,126.169,1.29154,300,300,0,0,589,618,0,0), + (8317,819,0,0,0,-9268.45,-3301.96,135.784,3.08923,300,300,0,0,589,618,0,0), + (8318,3127,1,0,0,-186.969,-3862.59,32.9047,1.42365,300,300,5,0,176,0,0,1), + (8319,3123,1,0,0,1296.4,-4702.9,20.3528,2.12629,300,300,5,0,156,0,0,1), + (8320,3123,1,0,0,912.044,-3906.22,20.2188,3.44728,300,300,5,0,156,0,0,1), + (8321,1194,0,0,0,-5863.66,-3954.47,356.613,6.16174,300,300,5,0,328,0,0,1), + (8322,1189,0,0,0,-5228.42,-3972.01,330.162,0.585295,300,300,10,0,427,0,0,1), + (8323,1185,0,0,0,-5186.54,-4084.42,323.033,0.236456,300,300,10,0,386,0,0,1), + (8324,1192,0,0,0,-5216.29,-3681.33,303.968,1.59032,300,300,10,0,356,0,0,1), + (8325,1192,0,0,0,-5201.9,-3784.95,318.127,3.21954,300,300,10,0,356,0,0,1), + (8326,1189,0,0,0,-5141.29,-4012.85,329.362,3.43128,300,300,10,0,427,0,0,1), + (8327,1191,0,0,0,-5581.64,-3647.15,308.569,3.58601,300,300,10,0,300,0,0,1), + (8328,1193,0,0,0,-4884.76,-3215.82,277.521,0,300,300,0,0,247,0,0,0), + (8329,1193,0,0,0,-4780.41,-3485.11,289.505,0,300,300,0,0,247,0,0,0), + (8330,1193,0,0,0,-4929.92,-3179.79,279.322,6.07756,300,300,10,0,247,0,0,1), + (8331,1193,0,0,0,-4811.91,-3286.37,288.512,6.16099,300,300,10,0,247,0,0,1), + (8332,1224,0,0,0,-5415.41,-3391.13,262.328,4.57889,300,300,10,0,439,0,0,1), + (8333,1412,0,0,0,-5248.67,-3814.41,320.581,5.28631,300,300,10,0,8,0,0,1), + (8334,1412,0,0,0,-5825.9,-2575.49,308.987,3.50074,300,300,10,0,8,0,0,1), + (8335,1933,0,0,0,-5063.14,-3755.42,311.951,6.20325,300,300,5,0,14,0,0,1), + (8336,1163,0,0,0,-5980.93,-2765.49,400.062,4.4855,300,300,0,0,273,0,0,0), + (8337,1164,0,0,0,-6202.29,-3021.71,386.595,2.23489,300,300,2,0,328,0,0,1), + (8338,1166,0,0,0,-6159.63,-2958.6,400.459,4.07093,300,300,2,0,253,264,0,1), + (8339,1164,0,0,0,-6186.95,-3023.44,389.874,2.92048,300,300,2,0,328,0,0,1), + (8340,1197,0,0,0,-6208.3,-2998.87,386.201,1.45448,300,300,2,0,301,326,0,1), + (8341,1166,0,0,0,-6139.04,-2947.42,396.833,4.93773,300,300,2,0,253,264,0,1), + (8342,1191,0,0,0,-5861.55,-3441.74,315.156,0.595045,300,300,10,0,300,0,0,1), + (8343,1192,0,0,0,-5247.3,-3851.91,327.243,5.31015,300,300,10,0,356,0,0,1), + (8344,1192,0,0,0,-5212.61,-3844.17,324.552,0.652482,300,300,10,0,356,0,0,1), + (8345,1191,0,0,0,-5542.43,-3692.5,303.02,5.56931,300,300,10,0,300,0,0,1), + (8346,1191,0,0,0,-5545.48,-3730.98,315.717,1.41882,300,300,10,0,300,0,0,1), + (8347,1412,0,0,0,-5919.98,-3619.79,353.017,5.35871,300,300,10,0,8,0,0,1), + (8348,1194,0,0,0,-5850.84,-3940.13,353.715,1.28739,300,300,10,0,328,0,0,1), + (8349,1188,0,0,0,-5963.1,-3736.61,345.402,0.244979,300,300,5,0,328,0,0,1), + (8350,1189,0,0,0,-5232,-3974.55,328.959,4.18286,300,300,10,0,427,0,0,1), + (8351,1189,0,0,0,-5310.43,-4003.19,334.899,6.16527,300,300,5,0,427,0,0,1), + (8352,1189,0,0,0,-5157.38,-3883.6,329.077,3.40836,300,300,10,0,427,0,0,1), + (8353,1192,0,0,0,-5192.25,-3818.22,327.477,2.95984,300,300,10,0,356,0,0,1), + (8354,1192,0,0,0,-5225.52,-3823.44,321.206,2.01397,300,300,10,0,356,0,0,1), + (8355,1205,0,0,0,-6151.45,-2952.78,411.501,2.67035,300,300,0,0,386,0,0,0), + (8356,1206,0,0,0,-6158.13,-2951.27,410.714,6.24828,300,300,0,0,354,436,0,0), + (8357,1207,0,0,0,-6153.27,-2949.13,411.771,4.36332,300,300,0,0,340,0,0,0), + (8358,1412,0,0,0,-5775.32,-3586.25,332.782,5.97498,300,300,10,0,8,0,0,1), + (8359,1412,0,0,0,-5817.96,-3316.81,298.802,2.01236,300,300,10,0,8,0,0,1), + (8360,1412,0,0,0,-5268.33,-3065.3,344.019,4.0487,300,300,10,0,8,0,0,1), + (8361,1412,0,0,0,-5212.5,-2795.83,340.396,5.17142,300,300,10,0,8,0,0,1), + (8362,1191,0,0,0,-5842.4,-4142.2,387.139,0.818646,300,300,10,0,300,0,0,1), + (8363,1188,0,0,0,-5823.62,-3880.9,349.803,2.96907,300,300,10,0,328,0,0,1), + (8364,1192,0,0,0,-5259.04,-3796.77,319.419,4.59288,300,300,10,0,356,0,0,1), + (8365,1192,0,0,0,-5193.48,-3714.52,307.996,5.20223,300,300,10,0,356,0,0,1), + (8366,1179,0,0,0,-5080.04,-3825.57,317.04,5.65999,300,300,5,0,1131,408,0,1), + (8367,1178,0,0,0,-5009.46,-3890.06,309.664,2.09648,300,300,10,0,1251,0,0,1), + (8368,1412,0,0,0,-5021.65,-2770.7,323.943,5.97564,300,300,10,0,8,0,0,1), + (8369,3836,0,0,0,-6032.95,-2495.33,310.092,5.8294,300,300,0,0,2868,0,0,0), + (8370,14266,0,0,0,-5450.6,-4147.61,392.301,1.53796,9200,9200,5,0,449,0,0,2), + (8371,1224,0,0,0,-5193.04,-3325.69,240.593,5.68654,300,300,10,0,439,0,0,1), + (8372,1185,0,0,0,-5223.81,-4221.46,360.702,5.42461,300,300,5,0,386,0,0,1), + (8373,1185,0,0,0,-5228.96,-4210.46,355.98,4.82003,300,300,5,0,386,0,0,1), + (8374,1185,0,0,0,-5117.74,-4131.25,324.063,2.71028,300,300,5,0,386,0,0,1), + (8375,1693,0,0,0,-5521.67,-3489.78,298.684,4.15465,300,300,10,0,300,0,0,1), + (8376,1278,0,0,0,-5400.81,-2890.18,342.151,3.8275,300,300,0,0,1454,0,0,2), + (8377,1336,0,0,0,-4820.65,-2700.55,327.03,6.21337,300,300,0,0,1605,0,0,0), + (8378,1194,0,0,0,-5819.78,-3954.28,362.533,3.53623,300,300,10,0,328,0,0,1), + (8379,1188,0,0,0,-5419.24,-4051.78,339.084,4.33344,300,300,10,0,328,0,0,1), + (8380,1184,0,0,0,-5423.12,-3957.26,344.253,4.92193,300,300,10,0,273,0,0,1), + (8381,1693,0,0,0,-5182.86,-3541.25,301.929,4.55751,300,300,10,0,300,0,0,1), + (8382,1693,0,0,0,-5165.32,-3614.6,298.505,5.87368,300,300,10,0,300,0,0,1), + (8383,1185,0,0,0,-5157.04,-4140.59,331.765,4.2793,300,300,5,0,386,0,0,1), + (8384,1189,0,0,0,-5256.28,-4101.75,326.35,1.87461,300,300,10,0,427,0,0,1), + (8385,1185,0,0,0,-5186.22,-4094.25,322.345,1.28177,300,300,10,0,386,0,0,1), + (8386,1189,0,0,0,-5252.85,-4145.94,335.38,3.49237,300,300,5,0,427,0,0,1), + (8387,1189,0,0,0,-5302.79,-4083.21,328.336,3.18454,300,300,10,0,427,0,0,1), + (8388,1189,0,0,0,-5310.41,-4039.75,332.223,3.92962,300,300,10,0,427,0,0,1), + (8389,1693,0,0,0,-5254.51,-3498.19,299.739,3.47481,300,300,10,0,300,0,0,1), + (8390,1693,0,0,0,-5207.08,-3562.47,299.665,1.90922,300,300,10,0,300,0,0,1), + (8391,1693,0,0,0,-5210.48,-3483.99,297.755,5.16197,300,300,10,0,300,0,0,1), + (8392,1194,0,0,0,-5455.28,-3948.33,344.884,2.15878,300,300,10,0,328,0,0,1), + (8393,1194,0,0,0,-5416.81,-3879.94,334.016,3.52558,300,300,10,0,328,0,0,1), + (8394,1184,0,0,0,-5437.28,-3917.53,339.824,2.01085,300,300,10,0,273,0,0,1), + (8395,1194,0,0,0,-5658.74,-4111.37,388.702,4.46343,300,300,5,0,328,0,0,1), + (8396,1188,0,0,0,-5752.11,-4146.75,387.985,4.85739,300,300,10,0,328,0,0,1), + (8397,1693,0,0,0,-5435.31,-3716.03,298.035,0.877084,300,300,10,0,300,0,0,1), + (8398,1176,0,0,0,-4944.92,-3014.32,328.808,5.39307,300,300,0,0,222,0,0,0), + (8399,2098,0,0,0,-4780.57,-2870.39,324.846,4.9872,300,300,10,0,164,0,0,1), + (8400,3107,1,0,0,850.432,-5128.96,-2.25513,4.6257,300,300,5,0,137,0,0,1), + (8401,3107,1,0,0,-1476.89,-5328.13,-3.03193,1.20951,300,300,5,0,137,0,0,1), + (8402,3107,1,0,0,-1593.28,-5380.13,-0.242896,3.02619,300,300,5,0,137,0,0,1), + (8403,3107,1,0,0,-1443.96,-5150.13,-3.77407,1.63139,300,300,5,0,137,0,0,1), + (8404,3107,1,0,0,-879.573,-5610.25,-6.08767,0.892426,300,300,10,0,137,0,0,1), + (8405,3107,1,0,0,-1359.53,-5402.94,-4.94379,1.62554,300,300,5,0,137,0,0,1), + (8406,3107,1,0,0,-852.655,-5519.09,-1.75894,3.79247,300,300,5,0,137,0,0,1), + (8407,3107,1,0,0,-735.358,-5352.52,-5.66184,5.23897,300,300,5,0,137,0,0,1), + (8408,3129,1,0,0,-284.439,-5174.54,21.2768,1.66599,300,300,5,0,125,220,0,1), + (8409,3128,1,0,0,-312.365,-5070.01,21.6341,4.78691,200,200,5,0,101,220,0,1), + (8410,3128,1,0,0,-64.9716,-4961.5,21.4108,2.54243,200,200,0,0,101,220,0,0), + (8411,3128,1,0,0,-182.394,-4942.46,21.1166,6.04668,200,200,5,0,101,220,0,1), + (8412,3122,1,0,0,623.504,-4298.57,17.8049,4.93152,300,300,10,0,120,0,0,1), + (8413,3118,1,0,0,983.955,-4686.89,27.0107,5.23543,300,300,5,0,186,191,0,1), + (8414,3118,1,0,0,1118.89,-4657.44,39.0227,1.93923,300,300,5,0,186,191,0,1), + (8415,5953,1,0,0,302.014,-4815.57,10.6028,5.21853,300,300,0,0,1573,0,0,0), + (8416,5953,1,0,0,365.533,-4827.24,11.4965,6.21337,300,300,0,0,1573,0,0,0), + (8417,5953,1,0,0,247.37,-4857.42,14.023,5.03274,300,300,5,0,1573,0,0,1), + (8418,5953,1,0,0,243.619,-4742.1,10.1855,3.14159,300,300,0,0,1573,0,0,0), + (8419,3173,1,0,0,307.114,-4839.91,10.6075,1.27409,300,300,0,0,644,557,0,0), + (8420,5953,1,0,0,306.286,-4772.54,9.41494,1.88806,300,300,0,0,1573,0,0,2), + (8421,5953,1,0,0,256.624,-4831.34,11.1914,3.7001,300,300,0,0,1573,0,0,0), + (8422,3170,1,0,0,268.13,-4710.94,17.572,3.87463,300,300,0,0,594,0,0,0), + (8423,5953,1,0,0,368.937,-4761.18,12.2796,0.820305,300,300,0,0,1573,0,0,0), + (8424,5953,1,0,0,217.875,-4650.91,16.4066,6.08567,300,300,5,0,1573,0,0,1), + (8425,3112,1,0,0,22.1264,-4314.94,71.1994,3.51712,300,300,3,0,137,0,0,1), + (8426,3112,1,0,0,37.5445,-4270.67,68.5036,2.9238,300,300,5,0,137,0,0,1), + (8427,3111,1,0,0,107.173,-4552.57,56.8097,1.06049,300,300,5,0,120,0,0,1), + (8428,3197,1,0,0,1529.11,-4749.48,13.8338,2.70923,300,300,0,0,166,178,0,0), + (8429,3198,1,0,0,1518.48,-4743.73,15.1645,1.14649,300,300,0,0,178,382,0,0), + (8430,3114,1,0,0,385.936,-4221.34,25.6301,6.01415,300,300,3,0,176,0,0,1), + (8431,3122,1,0,0,-1519.97,-5298.45,7.61597,1.43593,300,300,5,0,120,0,0,1), + (8432,3122,1,0,0,-1029.9,-5561.69,4.82141,4.11951,300,300,10,0,120,0,0,1), + (8433,3122,1,0,0,-818.032,-5319.66,3.73925,3.88806,300,300,10,0,120,0,0,1), + (8434,3122,1,0,0,-653.125,-5544.12,4.45992,5.14691,300,300,5,0,120,0,0,1), + (8435,3122,1,0,0,-1311.75,-5567.6,7.2208,0.104594,300,300,5,0,120,0,0,1), + (8436,3300,1,0,0,-712.476,-4722.72,34.5482,1.51841,120,120,5,0,1,0,0,1), + (8437,3300,1,0,0,600.437,-4066.6,9.27573,1.16937,120,120,0,0,1,0,0,0), + (8438,3300,1,0,0,-133.916,-3924.15,49.7274,6.00837,120,120,10,0,1,0,0,1), + (8439,3300,1,0,0,1273.78,-4829.16,17.3572,4.41752,120,120,5,0,1,0,0,1), + (8440,10685,1,0,0,1281.58,-4226.79,26.3762,0.000947,200,200,5,0,14,0,0,1), + (8441,10685,1,0,0,1256.38,-4515.99,21.0941,5.10794,200,200,3,0,14,0,0,1), + (8442,6145,1,0,0,48.6827,-5250.64,-17.3013,4.5359,120,120,10,0,42,0,0,1), + (8443,3103,1,0,0,-744.021,-5118.75,-0.680583,6.21795,300,300,10,0,120,0,0,1), + (8444,4389,1,0,0,-3483.61,-3537.7,-4.21832,3.78546,360,360,5,0,1532,0,0,1), + (8445,4401,1,0,0,-3337.4,-3562.45,7.25181,4.41632,360,360,5,0,1403,0,0,1), + (8446,4404,1,0,0,-4309.18,-3926.11,-2.03914,4.95899,360,360,5,0,1211,1067,0,1), + (8447,4401,1,0,0,-4246.27,-3842.73,-12.7999,0.977384,360,360,0,0,1403,0,0,0), + (8448,4404,1,0,0,-4311.1,-4159.46,-2.2661,6.15592,360,360,5,0,1211,1067,0,1), + (8449,4403,1,0,0,-4445.98,-4198.86,10.4403,2.10351,360,360,5,0,1464,0,0,1), + (8450,4403,1,0,0,-4306.27,-4198.06,11.2712,4.63022,360,360,5,0,1464,0,0,1), + (8451,4403,1,0,0,-4384.76,-4179.2,-7.83681,2.49582,360,360,0,0,1464,0,0,0), + (8452,4361,1,0,0,-2425.4,-4017.73,14.0855,5.03661,360,360,5,0,1469,0,0,1), + (8453,4363,1,0,0,-2288.14,-4286.91,3.41443,5.78794,360,360,0,0,1208,1097,0,0), + (8454,5057,1,0,0,-3913.12,-2882.31,46.4922,5.98271,360,360,5,0,1542,0,0,1), + (8455,5057,1,0,0,-3924.16,-2887.04,46.469,6.20877,360,360,5,0,1542,0,0,1), + (8456,5085,1,0,0,-3485.74,-4108.76,17.1038,0.366519,360,360,0,0,2284,0,0,0), + (8457,5086,1,0,0,-3471.3,-4107.65,17.0589,4.03171,360,360,1,0,1846,0,0,1), + (8458,5085,1,0,0,-3468.55,-4112.46,17.0568,1.08875,360,360,1,0,2284,0,0,1), + (8459,5085,1,0,0,-3476.12,-4103.31,17.1079,5.11381,360,360,0,0,2284,0,0,0), + (8460,5087,1,0,0,-3111.08,-2892.66,35.1222,3.01942,360,360,0,0,1605,0,0,0), + (8461,4321,1,0,0,-3828.88,-4517.51,10.7437,0.453786,1200,1200,0,0,7423,7071,0,0), + (8462,4901,1,0,0,-3612.74,-4471.26,21.1032,4.37692,360,360,0,0,87,0,0,0), + (8463,13277,1,0,0,-3612.15,-4482,21.1032,3.92003,360,360,0,0,166,0,0,0), + (8464,12716,1,0,0,-4003.41,-4717.35,4.85833,0.750492,360,360,0,0,2972,0,0,0), + (8465,14560,1,0,0,-3848.56,-4402.28,10.3649,2.37365,360,360,0,0,64,53,0,0), + (8466,12376,1,0,0,-3834.13,-4395.26,10.9591,4.86947,360,360,0,0,42,0,0,0), + (8467,4791,1,0,0,-3106.37,-2823.56,34.5374,4.43314,360,360,0,0,3294,0,0,0), + (8468,4792,1,0,0,-2952.76,-3885.41,34.3089,2.28638,360,360,0,0,2666,0,0,0), + (8469,3103,1,0,0,-1087.16,-5080.06,-3.05925,1.58549,300,300,10,0,120,0,0,1), + (8471,10036,1,0,0,-3147.92,-2951.04,33.9813,4.93928,360,360,0,0,5215,0,0,0), + (8472,4884,1,0,0,-3146.33,-2873.78,34.3575,5.75959,360,360,0,0,2766,0,0,0), + (8473,10036,1,0,0,-3095.79,-2854.26,34.7793,2.94961,360,360,0,0,5215,0,0,0), + (8474,10036,1,0,0,-3055.29,-2815.12,33.1568,0.05236,360,360,0,0,5215,0,0,0), + (8475,10036,1,0,0,-3149.8,-2912.47,34.9411,0.820305,360,360,0,0,5215,0,0,0), + (8476,10036,1,0,0,-3096.61,-2816.63,34.6193,0.488692,360,360,0,0,5215,0,0,0), + (8477,9552,1,0,0,-3086.6,-2838.95,34.5123,3.24631,360,360,0,0,2766,0,0,0), + (8478,11899,1,0,0,-3149.14,-2842.13,34.6649,0.017453,1200,1200,0,0,7423,7071,0,0), + (8479,10036,1,0,0,-3175.54,-2868.45,34.8193,1.96348,360,360,0,0,5215,0,0,2), + (8480,10036,1,0,0,-3051.97,-2822.01,33.5318,0.785398,360,360,0,0,5215,0,0,0), + (8481,4979,1,0,0,-3776.12,-4629.17,10.8455,4.66003,360,360,0,0,4665,0,0,0), + (8482,4889,1,0,0,-3712.46,-4519.1,11.9936,1.44862,360,360,0,0,2766,0,0,0), + (8483,5202,1,0,0,-3763.59,-4554.74,10.4832,2.11185,360,360,0,0,64,0,0,0), + (8484,5202,1,0,0,-3757.62,-4551.02,10.2767,2.18166,360,360,0,0,64,0,0,0), + (8485,11052,1,0,0,-3846.73,-4449.22,17.3314,0.017453,360,360,0,0,3632,0,0,0), + (8486,4979,1,0,0,-3854.85,-4433.75,10.4376,0.087266,360,360,0,0,4665,0,0,0), + (8487,4979,1,0,0,-3733.43,-4380.58,11.3613,1.23918,360,360,0,0,4665,0,0,0), + (8488,4896,1,0,0,-3843.46,-4516.15,9.845,5.63741,360,360,0,0,2016,0,0,0), + (8489,4952,1,0,0,-3693.99,-4510.12,11.7406,0,360,360,0,0,64,0,0,0), + (8490,4926,1,0,0,-3149.24,-2887.01,34.1953,6.13627,360,360,0,0,2471,0,0,0), + (8491,4941,1,0,0,-3798.24,-4374.62,16.8658,1.85005,360,360,0,0,2016,0,0,0), + (8492,15384,1,0,0,-3995.57,-4735.74,7.16088,0.069813,360,360,0,0,42,0,0,0), + (8511,3103,1,0,0,-911.796,-5594.51,-10.0736,5.21163,300,300,10,0,120,0,0,1), + (8512,3103,1,0,0,-918.012,-5190.05,-1.41376,1.61495,300,300,10,0,120,0,0,1), + (8513,3104,1,0,0,14.4124,-5387.74,-8.56462,5.72065,300,300,10,0,120,0,0,1), + (8514,3105,1,0,0,1448.58,-5054.85,-14.1117,4.28971,300,300,5,0,156,0,0,1), + (8515,3141,1,0,0,1239.39,-5124.41,-6.96037,3.69467,300,300,10,0,156,0,0,1), + (8516,3106,1,0,0,-368.552,-5204.55,1.60823,0.395653,200,200,10,0,102,0,0,1), + (8517,3106,1,0,0,14.0715,-5446.72,-25.3549,0.405876,200,200,10,0,102,0,0,1), + (8518,3106,1,0,0,-120.58,-5305.61,-11.0429,2.19181,200,200,10,0,102,0,0,1), + (8519,3106,1,0,0,-130.132,-5392.05,-18.3684,4.01139,200,200,10,0,102,0,0,1), + (8520,3106,1,0,0,-10.1825,-5282.24,-12.3681,3.42747,200,200,10,0,102,0,0,1), + (8521,3296,1,0,0,1902.14,-4275.21,31.7987,4.17134,300,300,0,0,4957,0,0,0), + (8522,3296,1,0,0,1950.89,-4374.69,22.043,2.70526,300,300,0,0,4957,0,0,0), + (8523,3296,1,0,0,1923.98,-4447.8,44.9684,0.715585,300,300,0,0,4957,0,0,0), + (8524,3296,1,0,0,1751.45,-4208.82,42.7326,5.34071,300,300,0,0,4957,0,0,0), + (8525,3296,1,0,0,1913.71,-4559.36,33.9759,3.71755,300,300,0,0,4957,0,0,0), + (8526,3296,1,0,0,1518.15,-4425.35,18.7986,1.27409,300,300,0,0,4957,0,0,0), + (8527,3296,1,0,0,1402.14,-4367.3,25.2354,0.110254,300,300,0,0,4957,0,0,2), + (8528,3296,1,0,0,1561.79,-4360.5,1.19455,4.85202,300,300,0,0,4957,0,0,0), + (8529,3296,1,0,0,1829.26,-4507.27,21.4564,4.95674,300,300,0,0,4957,0,0,0), + (8530,3296,1,0,0,1672.28,-4473.2,20.1537,1.44862,300,300,0,0,4957,0,0,0), + (8531,3125,1,0,0,77.7985,-4921.86,12.4946,4.80623,200,200,5,0,102,0,0,1), + (8532,3125,1,0,0,104.669,-4977.64,11.5578,5.67838,200,200,5,0,102,0,0,1), + (8533,3125,1,0,0,244.559,-5122.25,5.86734,4.03674,200,200,10,0,102,0,0,1), + (8534,3125,1,0,0,-731.343,-5038.89,15.7219,0.526424,200,200,10,0,102,0,0,1), + (8535,3125,1,0,0,-553.688,-4840.2,36.8342,0.307318,200,200,10,0,102,0,0,1), + (8536,3099,1,0,0,374.988,-4112.86,33.3129,4.86919,300,300,5,0,120,0,0,1), + (8537,3099,1,0,0,653.533,-4889.87,23.8089,3.02855,300,300,10,0,120,0,0,1), + (8538,3099,1,0,0,-592.132,-4792.75,32.6171,1.85909,300,300,10,0,120,0,0,1), + (8539,3099,1,0,0,-214.372,-4845.64,29.1739,1.79037,300,300,10,0,120,0,0,1), + (8540,3099,1,0,0,283.609,-4229.75,33.9136,4.57906,300,300,10,0,120,0,0,1), + (8541,3099,1,0,0,352.12,-4935.23,23.7035,2.48792,300,300,5,0,120,0,0,1), + (8542,3099,1,0,0,-162.008,-4645.55,39.3934,2.79481,300,300,10,0,120,0,0,1), + (8543,3099,1,0,0,81.3329,-4088.64,58.3462,1.61773,300,300,5,0,120,0,0,1), + (8544,3099,1,0,0,510.304,-4134.23,24.7646,4.25572,300,300,5,0,120,0,0,1), + (8545,3098,1,0,0,-453.527,-4182.39,46.4166,0.808659,120,120,10,0,42,0,0,1), + (8546,3098,1,0,0,-726.486,-4188.09,30.2252,2.59936,120,120,10,0,42,0,0,1), + (8547,3098,1,0,0,-714.713,-4286.47,43.2732,3.9581,120,120,10,0,42,0,0,1), + (8548,3098,1,0,0,-317.699,-4281.69,59.5233,1.63676,120,120,5,0,42,0,0,1), + (8549,3098,1,0,0,-555.417,-4384.57,45.3301,5.6643,120,120,10,0,42,0,0,1), + (8550,3098,1,0,0,-612.622,-4448.09,45.5919,6.14394,120,120,10,0,42,0,0,1), + (8551,3124,1,0,0,-676.942,-4114.47,39.304,3.65357,200,200,5,0,71,0,0,1), + (8552,3124,1,0,0,-680.309,-4145.69,36.0694,1.65108,200,200,5,0,71,0,0,1), + (8654,422,0,0,0,-9320.45,-2582.09,22.2616,5.07281,300,300,10,0,417,0,0,1), + (8655,578,0,0,0,-9312.76,-2555.84,18.925,2.1909,300,300,10,0,449,0,0,1), + (8656,578,0,0,0,-9355.62,-2416.32,40.8724,2.94156,300,300,10,0,449,0,0,1), + (8657,721,0,0,0,-9229.27,-3050.24,100.863,2.0931,300,300,10,0,1,0,0,1), + (8658,3124,1,0,0,-579.552,-4114.32,74.1403,5.62348,200,200,10,0,71,0,0,1), + (8659,3124,1,0,0,-509.617,-4117.39,59.5013,2.42814,200,200,5,0,71,0,0,1), + (8660,3124,1,0,0,-707.628,-4346.49,47.975,1.85982,200,200,5,0,71,0,0,1), + (8661,3124,1,0,0,-353.203,-4452.88,53.6991,4.17099,200,200,10,0,71,0,0,1), + (8662,3124,1,0,0,-212.5,-4170.83,64.5858,1.5979,200,200,5,0,71,0,0,1), + (8663,3124,1,0,0,-787.391,-4246.54,52.6586,6.20025,200,200,5,0,71,0,0,1), + (8664,3100,1,0,0,576.57,-3862.04,20.7616,3.83957,300,300,5,0,156,0,0,1), + (8665,3100,1,0,0,1308.42,-4761.22,22.5638,5.57419,300,300,5,0,156,0,0,1), + (8666,3100,1,0,0,1097.25,-4453.69,20.6646,2.87483,300,300,10,0,156,0,0,1), + (8667,3100,1,0,0,1156.5,-4202.82,23.2881,0.872079,300,300,5,0,156,0,0,1), + (8668,3100,1,0,0,1190.81,-4761.39,18.3047,4.29158,300,300,5,0,156,0,0,1), + (8669,1933,0,0,0,-9257.42,-1986.1,77.1864,1.35658,300,300,10,0,14,0,0,1), + (8670,1202,0,0,0,-4941.14,-3014.38,328.308,3.94444,300,300,0,0,222,0,0,0), + (8671,431,0,0,0,-9278.04,-3313.14,141.358,3.41041,300,300,5,0,734,0,0,2), + (8672,819,0,0,0,-9267.43,-3297.84,141.443,1.74533,300,300,0,0,589,618,0,0), + (8673,819,0,0,0,-9273.7,-3309.71,141.443,3.33358,300,300,0,0,589,618,0,0), + (8674,3100,1,0,0,824.101,-4244.03,21.4591,2.96396,300,300,5,0,156,0,0,1), + (8675,3100,1,0,0,1343.24,-4949.2,6.45251,2.61106,300,300,5,0,156,0,0,1), + (8676,819,0,0,0,-9261.71,-3289.28,150.225,3.9968,300,300,0,0,589,618,0,0), + (8677,3100,1,0,0,1219.03,-4178.16,24.1252,5.4531,300,300,10,0,156,0,0,1), + (8678,3100,1,0,0,1138.53,-3930.24,20.0965,1.99927,300,300,5,0,156,0,0,1), + (8679,3100,1,0,0,1250.48,-4515.17,19.1968,5.09636,300,300,0,0,156,0,0,0), + (8680,3126,1,0,0,767.878,-4998.12,13.1251,2.80902,300,300,10,0,137,0,0,1), + (8681,2098,0,0,0,-4711.65,-2745.29,325.609,0.65935,300,300,10,0,164,0,0,1), + (8682,1412,0,0,0,-5076.24,-2855.04,323.012,5.77611,300,300,10,0,8,0,0,1), + (8683,1194,0,0,0,-5863.22,-4097.45,390.512,0.505127,300,300,5,0,328,0,0,1), + (8684,1412,0,0,0,-5137.66,-3077.8,322.204,0.160971,300,300,10,0,8,0,0,1), + (8685,1224,0,0,0,-5420.07,-3320.86,265.697,0.83365,300,300,10,0,439,0,0,1), + (8686,1693,0,0,0,-5157.03,-3553.47,302.961,6.11533,300,300,10,0,300,0,0,1), + (8687,1693,0,0,0,-5175.78,-3471.34,303.965,0.066438,300,300,10,0,300,0,0,1), + (8688,1163,0,0,0,-4922.77,-3407.41,304.863,2.71691,300,300,10,0,273,0,0,1), + (8689,1166,0,0,0,-4916.49,-3401.62,305.363,2.08688,300,300,10,0,253,264,0,1), + (8690,14268,0,0,0,-5865.87,-4138.18,387.28,0.43605,9200,9200,0,0,356,0,0,0), + (8691,1185,0,0,0,-5125.52,-4043.33,323.041,3.89937,300,300,10,0,386,0,0,1), + (8692,1185,0,0,0,-5240.03,-4170.24,358.853,5.54571,300,300,5,0,386,0,0,1), + (8693,1412,0,0,0,-5381.27,-3078.8,352.051,3.50134,300,300,10,0,8,0,0,1), + (8694,1163,0,0,0,-6067.52,-2752.58,417.535,5.18363,300,300,0,0,273,0,0,0), + (8695,1166,0,0,0,-6070.43,-2765.21,414.785,4.97648,300,300,3,0,253,264,0,1), + (8696,1166,0,0,0,-6061.31,-2750.79,418.191,4.34587,300,300,0,0,253,264,0,0), + (8697,1193,0,0,0,-4975.69,-3190.81,279.047,0.304033,300,300,10,0,247,0,0,1), + (8698,1163,0,0,0,-4928.6,-3387.28,304.436,4.9983,300,300,3,0,273,0,0,1), + (8699,1224,0,0,0,-5552.41,-3379.55,281.788,0.424615,300,300,10,0,439,0,0,1), + (8700,819,0,0,0,-9265.99,-3284.34,150.225,3.92699,300,300,0,0,589,618,0,0), + (8701,429,0,0,0,-9264.64,-3287.75,150.225,4.11898,300,300,0,0,640,655,0,0), + (8702,1193,0,0,0,-4816.79,-3183.81,285.566,0,300,300,0,0,247,0,0,0), + (8703,3126,1,0,0,941.952,-4984.88,8.67157,3.06535,300,300,10,0,137,0,0,1), + (8704,1440,0,0,0,-8346,383.928,122.274,2.242,180,180,0,0,644,0,0,0), + (8705,1197,0,0,0,-4926.93,-3443.27,307.911,0,300,300,2,0,301,326,0,1), + (8706,423,0,0,0,-9436.92,-1910.12,88.1318,5.5877,300,300,5,0,328,0,0,1), + (8707,721,0,0,0,-9663.12,-2086.9,58.1338,5.45578,300,300,5,0,1,0,0,1), + (8708,3126,1,0,0,160.705,-4375.37,39.7452,3.79408,300,300,5,0,137,0,0,1), + (8709,1166,0,0,0,-4929.85,-3397,303.936,4.26407,300,300,10,0,253,264,0,1), + (8710,1166,0,0,0,-5029.35,-3340.53,299.371,1.60981,300,300,0,0,253,264,0,0), + (8711,1166,0,0,0,-5037.87,-3342.51,299.51,0.959931,300,300,0,0,253,264,0,0), + (8712,1166,0,0,0,-4948.31,-3389.18,306.929,4.04268,300,300,5,0,253,264,0,1), + (8713,721,0,0,0,-9243.07,-2259.9,64.0584,0.728615,300,300,5,0,1,0,0,1), + (8714,1166,0,0,0,-5038.03,-3334.71,299.51,5.44543,300,300,0,0,253,264,0,0), + (8715,1166,0,0,0,-4875.31,-3309.27,306.629,4.11376,300,300,10,0,253,264,0,1), + (8716,1163,0,0,0,-4867.4,-3324.54,305.129,3.19395,300,300,0,0,273,0,0,0), + (8717,1166,0,0,0,-4891.53,-3346.09,309.352,3.43789,300,300,5,0,253,264,0,1), + (8718,1693,0,0,0,-5209.3,-3459.75,298.952,3.55469,300,300,10,0,300,0,0,1), + (8719,1164,0,0,0,-4930.66,-3434.37,306.786,4.71951,300,300,2,0,328,0,0,1), + (8720,1163,0,0,0,-4872.61,-3321.07,305.504,4.53786,300,300,0,0,273,0,0,0), + (8721,1693,0,0,0,-5230.93,-3476.59,302.812,5.93241,300,300,10,0,300,0,0,1), + (8722,1412,0,0,0,-5153.17,-3715.96,312.427,1.9028,300,300,10,0,8,0,0,1), + (8723,1166,0,0,0,-5038.67,-3361.67,298.385,5.11615,300,300,3,0,253,264,0,1), + (8724,1192,0,0,0,-5133.26,-3736.91,311.365,1.65491,300,300,5,0,356,0,0,1), + (8725,1192,0,0,0,-5249.05,-3685.56,304.121,1.79382,300,300,10,0,356,0,0,1), + (8726,1192,0,0,0,-5222.33,-3730.97,312.939,4.68505,300,300,10,0,356,0,0,1), + (8727,1163,0,0,0,-4877.12,-3326.42,305.754,3.68265,300,300,0,0,273,0,0,0), + (8728,1185,0,0,0,-5148.45,-4079.78,321.607,1.26511,300,300,10,0,386,0,0,1), + (8729,3126,1,0,0,508.686,-3852.1,20.3784,3.35701,300,300,10,0,137,0,0,1), + (8730,1166,0,0,0,-4873.57,-3335.92,307.102,6.06798,300,300,0,0,253,264,0,0), + (8731,1189,0,0,0,-5121.69,-3783.72,316.927,5.04648,300,300,5,0,427,0,0,1), + (8732,1189,0,0,0,-5095.41,-3707.06,312.909,4.27198,300,300,10,0,427,0,0,1), + (8733,1472,0,0,0,-8469,582.931,95.917,5.376,430,430,0,0,3866,0,0,0), + (8734,1192,0,0,0,-5184.57,-3648.87,303.686,2.09622,300,300,10,0,356,0,0,1), + (8735,1189,0,0,0,-5029.34,-3771.12,318.406,3.93804,300,300,5,0,427,0,0,1), + (8736,2517,0,0,0,-5350.79,-2981.75,324.074,4.20276,300,300,0,0,1605,0,0,0), + (8737,1153,0,0,0,-5366.19,-3021.68,319.565,2.46091,300,300,0,0,644,0,0,0), + (8738,1681,0,0,0,-5366.93,-3014.87,319.565,0.139626,300,300,0,0,644,0,0,0), + (8739,3126,1,0,0,615.273,-3932.5,20.0922,2.63866,300,300,5,0,137,0,0,1), + (8740,3126,1,0,0,779.892,-5055.18,4.57275,4.32059,300,300,10,0,137,0,0,1), + (8741,1139,0,0,0,-5305.5,-2948.04,334.176,4.95674,300,300,0,0,919,0,0,0), + (8742,1340,0,0,0,-5365.12,-2938.79,326.76,2.33269,300,300,5,0,1605,0,0,2), + (8743,9989,0,0,0,-5372.23,-2949.25,324.02,0.314159,300,300,0,0,1605,0,0,0), + (8744,1412,0,0,0,-4921.92,-3680.99,310.186,5.20487,300,300,10,0,8,0,0,1), + (8745,2510,0,0,0,-5346.88,-2962.26,323.759,4.82375,300,300,0,0,1605,0,0,0), + (8746,1105,0,0,0,-5359.14,-3020.87,319.565,4.06662,300,300,0,0,644,0,0,0), + (8747,712,0,0,0,-9751,-2197.41,58.7863,5.38349,300,300,10,0,300,0,0,1), + (8748,423,0,0,0,-9796.33,-2209.32,58.6922,0.837758,300,300,0,0,328,0,0,0), + (8749,424,0,0,0,-9786.23,-2206.33,58.7238,3.35103,300,300,0,0,356,0,0,0), + (8750,424,0,0,0,-9796.81,-2201.91,58.6944,5.84685,300,300,0,0,356,0,0,0), + (8751,568,0,0,0,-9121.81,-3226.07,101.099,4.15388,300,300,0,0,664,0,0,0), + (8752,568,0,0,0,-9122.63,-3234.79,101.131,2.53073,300,300,0,0,664,0,0,0), + (8753,568,0,0,0,-9127.42,-3228.96,101.224,5.07891,300,300,0,0,664,0,0,0), + (8754,568,0,0,0,-9087.19,-3233.6,100.718,3.90739,300,300,5,0,664,0,0,1), + (8755,429,0,0,0,-9076.99,-3225.82,101.795,3.64888,300,300,5,0,640,655,0,1), + (8756,721,0,0,0,-9479.18,-2311.76,70.5857,3.10598,300,300,5,0,1,0,0,1), + (8757,441,0,0,0,-9695.26,-2620.16,63.9601,4.75974,300,300,10,0,330,938,0,1), + (8758,441,0,0,0,-9491.3,-2173.03,89.904,3.2296,300,300,5,0,330,938,0,1), + (8759,721,0,0,0,-9445.47,-2315.14,66.8164,4.71825,300,300,5,0,1,0,0,1), + (8760,441,0,0,0,-9705.64,-2658.01,62.272,0.327923,300,300,10,0,330,938,0,1), + (8761,721,0,0,0,-9449.66,-2232.9,70.7507,3.68725,300,300,5,0,1,0,0,1), + (8762,721,0,0,0,-9399.42,-1988.04,58.5099,1.82779,300,300,10,0,1,0,0,1), + (8763,1933,0,0,0,-9186.84,-2315.71,89.2911,2.93069,300,300,10,0,14,0,0,1), + (8764,721,0,0,0,-9528,-2165.03,98.1932,6.17005,300,300,5,0,1,0,0,1), + (8765,440,0,0,0,-9231.29,-2925.42,113.094,0.715585,300,300,0,0,449,0,0,0), + (8766,440,0,0,0,-9235.94,-2928.61,113.094,0,300,300,0,0,449,0,0,0), + (8767,485,0,0,0,-9234.39,-2932.01,113.094,5.53269,300,300,0,0,494,0,0,0), + (8768,442,0,0,0,-9742.04,-1803.77,49.293,1.03105,300,300,5,0,328,0,0,1), + (8769,442,0,0,0,-9727.92,-1813.05,52.1567,2.76797,300,300,5,0,328,0,0,1), + (8770,422,0,0,0,-9473.58,-2823.81,70.994,5.54988,300,300,0,0,417,0,0,0), + (8771,548,0,0,0,-9469.64,-2818.11,69.6798,1.13446,300,300,0,0,350,390,0,0), + (8772,422,0,0,0,-9435.85,-2841.01,61.21,3.9433,300,300,5,0,417,0,0,1), + (8773,721,0,0,0,-9736.48,-1805.41,50.2891,2.68977,300,300,5,0,1,0,0,1), + (8774,442,0,0,0,-9685.2,-1784.13,56.9312,2.70054,300,300,5,0,328,0,0,1), + (8775,422,0,0,0,-9477.99,-2873.35,81.3754,4.44346,300,300,0,0,417,0,0,0), + (8776,548,0,0,0,-9452.05,-2827.89,65.9558,3.18387,300,300,0,0,350,390,0,0), + (8777,548,0,0,0,-9449.14,-2831.65,65.9558,2.52134,300,300,0,0,350,390,0,0), + (8778,442,0,0,0,-9764.31,-1869.49,47.5215,2.22875,300,300,10,0,328,0,0,1), + (8779,548,0,0,0,-9468.89,-2771.14,52.0017,0.559841,300,300,10,0,350,390,0,1), + (8780,14357,0,0,0,-9387.5,-2558.74,40.1086,2.10565,600,600,10,0,2082,0,0,1), + (8781,422,0,0,0,-9360.33,-2523.19,15.713,4.3984,300,300,10,0,417,0,0,1), + (8782,422,0,0,0,-9448.16,-2785.49,52.7319,0.918165,300,300,10,0,417,0,0,1), + (8783,548,0,0,0,-9444.55,-2785.03,52.986,0.997763,300,300,10,0,350,390,0,1), + (8784,548,0,0,0,-9448.33,-2843.2,65.6741,0.087266,300,300,0,0,350,390,0,0), + (8785,422,0,0,0,-9472.33,-2819.64,70.0674,2.47837,300,300,0,0,417,0,0,0), + (8786,430,0,0,0,-8901.67,-2299.45,145.079,4.70946,300,300,0,0,354,1020,0,0), + (8787,3126,1,0,0,93.5152,-4210.62,56.2072,0.305683,300,300,5,0,137,0,0,1), + (8788,167,0,0,0,-5343.68,-2932.13,324.444,4.15388,300,300,0,0,656,0,0,0), + (8789,1179,0,0,0,-5043.65,-3852.05,326.241,2.35101,300,300,5,0,1131,408,0,1), + (8790,1281,0,0,0,-5789.18,-2622.18,320.483,0.709525,300,300,5,0,1454,0,0,2), + (8791,1189,0,0,0,-5162.28,-3976.72,330.24,4.34493,300,300,10,0,427,0,0,1), + (8792,1189,0,0,0,-5250.22,-3886.85,329.485,0.716934,300,300,10,0,427,0,0,1), + (8793,1189,0,0,0,-5106.28,-3748.49,312.754,0.521326,300,300,5,0,427,0,0,1), + (8794,1185,0,0,0,-5183.01,-4043.84,327.37,2.78031,300,300,10,0,386,0,0,1), + (8795,1192,0,0,0,-5353.63,-4125.63,336.224,1.4987,300,300,10,0,356,0,0,1), + (8796,1089,0,0,0,-5832.74,-2602.53,314.068,0.191986,300,300,0,0,1605,0,0,0), + (8797,1412,0,0,0,-5019.88,-3717.24,311.639,1.86599,300,300,10,0,8,0,0,1), + (8798,1178,0,0,0,-5111,-3845.37,320.988,4.76514,300,300,5,0,1251,0,0,1), + (8799,1194,0,0,0,-5659.12,-4178.31,391.667,3.23738,300,300,5,0,328,0,0,1), + (8800,1188,0,0,0,-5497.98,-4084.99,368.062,0.348938,300,300,10,0,328,0,0,1), + (8801,1194,0,0,0,-5560.28,-4120.28,371.971,3.02209,300,300,5,0,328,0,0,1), + (8802,1194,0,0,0,-5510.17,-4113.74,370.012,5.88599,300,300,10,0,328,0,0,1), + (8803,1194,0,0,0,-5553.7,-4159.63,377.058,2.83219,300,300,10,0,328,0,0,1), + (8804,1188,0,0,0,-5439.31,-4093.54,358.986,2.52543,300,300,10,0,328,0,0,1), + (8805,1188,0,0,0,-5505.39,-4033.09,360.755,4.38817,300,300,5,0,328,0,0,1), + (8806,1194,0,0,0,-5542.17,-4122.51,372.264,5.03228,300,300,10,0,328,0,0,1), + (8807,1186,0,0,0,-4678.49,-2836.32,324.194,4.75469,300,300,5,0,266,0,0,1), + (8808,1194,0,0,0,-5576.09,-4169.37,378.078,1.78101,300,300,10,0,328,0,0,1), + (8809,1191,0,0,0,-5452.25,-4048.94,349.694,5.93073,300,300,10,0,300,0,0,1), + (8810,1194,0,0,0,-5848.7,-4116.88,389.729,0.859994,300,300,10,0,328,0,0,1), + (8811,1194,0,0,0,-5818.07,-4087.03,380.477,4.55558,300,300,10,0,328,0,0,1), + (8812,1194,0,0,0,-5783.71,-4084.27,374.773,0.523995,300,300,5,0,328,0,0,1), + (8813,1197,0,0,0,-4920.56,-3425.78,304.613,0.080063,300,300,5,0,301,326,0,1), + (8814,1412,0,0,0,-4808.75,-2777.94,324.816,3.76463,300,300,10,0,8,0,0,1), + (8815,1166,0,0,0,-4877.43,-3276.4,304.3,0.491698,300,300,5,0,253,264,0,1), + (8816,1166,0,0,0,-4912.14,-3313.35,305.66,0.884102,300,300,5,0,253,264,0,1), + (8817,1166,0,0,0,-4921.02,-3371.95,304.264,1.61702,300,300,10,0,253,264,0,1), + (8818,1190,0,0,0,-4792.17,-2837.8,322.495,4.47973,300,300,10,0,198,0,0,1), + (8819,1184,0,0,0,-5927.89,-3517.8,329.576,3.47817,300,300,5,0,273,0,0,1), + (8820,1194,0,0,0,-5732.27,-4055.08,367.854,3.4378,300,300,10,0,328,0,0,1), + (8821,1194,0,0,0,-5821.82,-4047.22,376.477,1.7337,300,300,10,0,328,0,0,1), + (8822,1184,0,0,0,-5908.9,-3596.76,353.94,4.85732,300,300,10,0,273,0,0,1), + (8823,1188,0,0,0,-5867.93,-3610.42,347.848,4.90902,300,300,10,0,328,0,0,1), + (8824,1194,0,0,0,-5717.37,-4181.8,383.965,1.8314,300,300,10,0,328,0,0,1), + (8825,1194,0,0,0,-5901.32,-4160.42,394.301,1.92957,300,300,5,0,328,0,0,1), + (8826,1194,0,0,0,-5886.18,-4149.77,392.562,3.89385,300,300,10,0,328,0,0,1), + (8827,1184,0,0,0,-5913.25,-3655.08,353.962,1.36843,300,300,10,0,273,0,0,1), + (8828,1188,0,0,0,-5852.58,-3811.6,345.652,5.34832,300,300,10,0,328,0,0,1), + (8829,1194,0,0,0,-5872.16,-4126.43,389.58,6.07399,300,300,10,0,328,0,0,1), + (8830,1164,0,0,0,-4907.48,-3458.91,304.411,5.49455,300,300,3,0,328,0,0,1), + (8831,1164,0,0,0,-4888.36,-3432.79,303.619,4.20377,300,300,5,0,328,0,0,1), + (8832,1188,0,0,0,-5886.3,-3819.88,348.473,3.71715,300,300,10,0,328,0,0,1), + (8833,1197,0,0,0,-4965.48,-3487.5,306.286,4.65677,300,300,0,0,301,326,0,0), + (8834,1197,0,0,0,-4948.81,-3474.56,311.286,2.67248,300,300,5,0,301,326,0,1), + (8835,1197,0,0,0,-4973.64,-3497.32,305.357,2.7342,300,300,0,0,301,326,0,0), + (8836,1279,0,0,0,-5043.09,-2809.42,327.259,0.556077,300,300,5,0,1890,0,0,2), + (8837,3291,0,0,0,-4705.12,-2698.64,318.819,6.27799,300,300,0,0,1172,0,0,2), + (8838,1164,0,0,0,-4978.94,-3494.52,305.357,5.25344,300,300,0,0,328,0,0,0), + (8839,1164,0,0,0,-4983.94,-3498.03,304.607,0.233162,300,300,0,0,328,0,0,0), + (8840,1280,0,0,0,-5412.14,-2889.73,343.151,3.9968,300,300,0,0,1454,0,0,0), + (8841,1164,0,0,0,-4946.33,-3447.03,311.772,4.85334,300,300,5,0,328,0,0,1), + (8842,1412,0,0,0,-5684.42,-3186.19,319.406,4.86311,300,300,10,0,8,0,0,1), + (8843,1197,0,0,0,-4987.33,-3484.19,305.565,5.35816,300,300,0,0,301,326,0,0), + (8844,1194,0,0,0,-5882.43,-3882.32,355.352,0.321751,300,300,10,0,328,0,0,1), + (8845,1191,0,0,0,-5821.91,-4053.53,376.194,1.63561,300,300,10,0,300,0,0,1), + (8846,1188,0,0,0,-5835.52,-3866.86,351.366,3.90213,300,300,10,0,328,0,0,1), + (8847,1191,0,0,0,-5696.3,-3752.91,321.777,5.69247,300,300,5,0,300,0,0,1), + (8848,1164,0,0,0,-4979.87,-3450.4,304.13,1.05383,300,300,10,0,328,0,0,1), + (8849,1194,0,0,0,-5820.05,-4146.27,389.036,1.9426,300,300,10,0,328,0,0,1), + (8850,1195,0,0,0,-4797.09,-2785.63,325.496,3.11816,300,300,10,0,198,0,0,1), + (8851,1190,0,0,0,-4770.01,-2835.94,326.215,5.08419,300,300,10,0,198,0,0,1), + (8852,1186,0,0,0,-4733.99,-2795.99,320.722,5.51436,300,300,10,0,266,0,0,1), + (8853,1164,0,0,0,-4942.63,-3432.58,309.023,4.11325,300,300,5,0,328,0,0,1), + (8854,1197,0,0,0,-4940.63,-3421.88,305.523,5.92704,300,300,0,0,301,326,0,0), + (8855,1282,0,0,0,-5726.18,-2584.1,336.948,2.88288,300,300,5,0,1605,0,0,2), + (8856,1693,0,0,0,-5110.04,-3524.94,299.553,3.55188,300,300,10,0,300,0,0,1), + (8857,1693,0,0,0,-5149.02,-3529.49,303.79,1.51801,300,300,10,0,300,0,0,1), + (8858,1693,0,0,0,-5178.41,-3546.29,299.185,6.16368,300,300,10,0,300,0,0,1), + (8859,1393,0,0,0,-5697.53,-3869.47,331.662,4.13643,300,300,0,0,449,0,0,0), + (8860,1167,0,0,0,-5702.59,-3869.02,331.645,5.20108,300,300,0,0,417,0,0,0), + (8861,1169,0,0,0,-4792.08,-3581.65,306.592,2.02494,300,300,10,0,417,0,0,1), + (8862,1191,0,0,0,-5624.71,-3650.93,316.384,1.40035,300,300,10,0,300,0,0,1), + (8863,2098,0,0,0,-4714.85,-2828.46,327.379,0.033191,300,300,10,0,164,0,0,1), + (8864,1193,0,0,0,-4852.69,-3186.71,285.763,5.94152,300,300,10,0,247,0,0,1), + (8865,1188,0,0,0,-5839.44,-3770,334.055,2.83219,300,300,5,0,328,0,0,1), + (8866,1191,0,0,0,-5754.73,-3825.62,325.064,3.8161,300,300,5,0,300,0,0,1), + (8867,1188,0,0,0,-5770.57,-3799.99,328.564,4.38199,300,300,10,0,328,0,0,1), + (8868,1412,0,0,0,-4808.33,-2575,355.322,1.06428,300,300,10,0,8,0,0,1), + (8869,1412,0,0,0,-5806.2,-2564.17,308.547,2.44699,300,300,10,0,8,0,0,1), + (8870,1194,0,0,0,-5669.82,-4048.23,366.463,0.196629,300,300,5,0,328,0,0,1), + (8871,1412,0,0,0,-5388.69,-3079.99,352.676,2.50047,300,300,10,0,8,0,0,1), + (8872,1191,0,0,0,-5652.99,-3786.76,323.624,0.453158,300,300,5,0,300,0,0,1), + (8873,1693,0,0,0,-5546.21,-3614.42,296.989,5.88515,300,300,10,0,300,0,0,1), + (8874,1191,0,0,0,-5614.48,-3606.76,310.023,1.93914,300,300,10,0,300,0,0,1), + (8875,1191,0,0,0,-5590.31,-3722.43,314.221,0.396514,300,300,10,0,300,0,0,1), + (8876,1165,0,0,0,-5627.92,-3998.87,324.25,3.47977,300,300,5,0,330,938,0,1), + (8877,1225,0,0,0,-5653.35,-3039.6,385.959,0.84825,300,300,10,0,1452,0,0,1), + (8878,1188,0,0,0,-5758,-3605.67,324.896,3.3122,300,300,5,0,328,0,0,1), + (8879,1184,0,0,0,-5819.44,-3337.41,301.897,5.71808,300,300,5,0,273,0,0,1), + (8880,1167,0,0,0,-5702.67,-3898.59,328.454,2.98451,300,300,5,0,417,0,0,2), + (8881,1165,0,0,0,-5710.49,-3923.7,345.97,0.349066,300,300,0,0,330,938,0,0), + (8882,1167,0,0,0,-5703.36,-3927.25,347.21,1.71042,300,300,0,0,417,0,0,0), + (8883,1165,0,0,0,-5702.33,-3903.39,329.172,2.37951,300,300,2,0,330,938,0,1), + (8884,1393,0,0,0,-5635.5,-3888.33,330.057,2.28638,300,300,0,0,449,0,0,0), + (8885,1167,0,0,0,-5639.52,-3876.94,328.173,6.24308,300,300,2,0,417,0,0,1), + (8886,1167,0,0,0,-5574.65,-3865.8,327.849,1.64292,300,300,5,0,417,0,0,1), + (8887,1393,0,0,0,-5638.17,-3875.81,330.045,3.97935,300,300,0,0,449,0,0,0), + (8888,1167,0,0,0,-5590.77,-3941.31,325.722,2.40855,300,300,3,0,417,0,0,1), + (8889,1167,0,0,0,-5578.88,-3914.01,330.469,3.35814,300,300,5,0,417,0,0,1), + (8890,1165,0,0,0,-5586.21,-3898.31,329.254,5.41692,300,300,3,0,330,938,0,1), + (8891,1193,0,0,0,-4895.23,-3227.19,283.794,3.98231,300,300,10,0,247,0,0,1), + (8892,1224,0,0,0,-5220.43,-3229.75,272.009,0.77066,300,300,10,0,439,0,0,1), + (8893,1224,0,0,0,-5416.85,-3250.33,273.037,3.72009,300,300,10,0,439,0,0,1), + (8894,1191,0,0,0,-5554.86,-3804.33,323.489,3.57468,300,300,10,0,300,0,0,1), + (8895,1184,0,0,0,-5488.45,-3721.56,305.85,1.61569,300,300,10,0,273,0,0,1), + (8896,1191,0,0,0,-5578.3,-3763.42,318.401,5.33287,300,300,10,0,300,0,0,1), + (8897,1191,0,0,0,-5596.44,-3719.97,313.944,3.71281,300,300,10,0,300,0,0,1), + (8898,1693,0,0,0,-5255.74,-3648.27,298.106,4.13847,300,300,10,0,300,0,0,1), + (8899,1693,0,0,0,-5069.4,-3577.85,295.966,1.97382,300,300,10,0,300,0,0,1), + (8900,1276,0,0,0,-4796.1,-2711.34,326.946,3.12206,300,300,5,0,1892,0,0,2), + (8901,1342,0,0,0,-4678.5,-2695.41,319.614,4.06662,300,300,0,0,1904,0,0,0), + (8902,1192,0,0,0,-5111.33,-3654.63,302.341,5.6002,300,300,10,0,356,0,0,1), + (8903,1192,0,0,0,-5262.62,-4056.08,323.898,6.16562,300,300,10,0,356,0,0,1), + (8904,1163,0,0,0,-5022.75,-3321.28,300.781,0.526437,300,300,5,0,273,0,0,1), + (8905,1224,0,0,0,-5242.1,-3238.45,257.962,3.96708,300,300,10,0,439,0,0,1), + (8906,1224,0,0,0,-5220.32,-3319.59,247.09,6.23097,300,300,10,0,439,0,0,1), + (8907,422,0,0,0,-9455.76,-2827.15,66.893,0.645772,300,300,0,0,417,0,0,0), + (8908,446,0,0,0,-9016.46,-2185.59,136.916,3.05433,300,300,0,0,417,0,0,0), + (8909,446,0,0,0,-9011.64,-2197.92,135.014,3.59538,300,300,0,0,417,0,0,0), + (8910,441,0,0,0,-9670.7,-2238.34,63.8374,2.6072,300,300,10,0,330,938,0,1), + (8911,430,0,0,0,-8984.06,-2191.3,132.605,2.63545,300,300,0,0,354,1020,0,0), + (8912,430,0,0,0,-9034.54,-2108.23,135.29,2.58309,300,300,0,0,354,1020,0,0), + (8913,446,0,0,0,-8971.23,-2167.7,134.312,4.10152,300,300,0,0,417,0,0,0), + (8914,446,0,0,0,-9001.08,-2165.23,132.809,5.51524,300,300,0,0,417,0,0,0), + (8915,446,0,0,0,-9026.62,-2219.27,137.391,2.28638,300,300,0,0,417,0,0,0), + (8916,424,0,0,0,-9788.65,-2338.09,80.5448,0.820305,300,300,0,0,356,0,0,0), + (8917,424,0,0,0,-9778.1,-2323.93,69.8824,0.925025,300,300,0,0,356,0,0,0), + (8918,424,0,0,0,-9774.4,-2323.92,69.9317,1.97222,300,300,0,0,356,0,0,0), + (8919,423,0,0,0,-9775.31,-2318.87,68.9146,4.50295,300,300,0,0,328,0,0,0), + (8920,430,0,0,0,-8993.24,-2179.93,133.105,1.74222,300,300,5,0,354,1020,0,1), + (8921,426,0,0,0,-9080.4,-2091.86,128.964,6.18892,300,300,10,0,386,0,0,1), + (8922,446,0,0,0,-9030.87,-2190.52,131.859,3.03687,300,300,0,0,417,0,0,0), + (8923,441,0,0,0,-9084.83,-2087.52,128.787,0.976732,300,300,10,0,330,938,0,1), + (8924,430,0,0,0,-8958.85,-2062.95,135.461,4.81711,300,300,0,0,354,1020,0,0), + (8925,442,0,0,0,-9806.7,-1765.23,29.9013,5.7669,300,300,5,0,328,0,0,1), + (8926,446,0,0,0,-8888.94,-1994.86,135.626,1.11414,300,300,0,0,417,0,0,0), + (8927,1169,0,0,0,-4842.24,-3581.17,309.718,2.66209,300,300,10,0,417,0,0,1), + (8928,1193,0,0,0,-5002.41,-3564.71,294.021,1.86567,300,300,10,0,247,0,0,1), + (8929,1192,0,0,0,-5345.56,-4082.43,332.389,0.178631,300,300,10,0,356,0,0,1), + (8930,1189,0,0,0,-5181.65,-3986.29,333.055,5.55865,300,300,10,0,427,0,0,1), + (8931,1166,0,0,0,-4839,-3318.81,300.853,2.67358,300,300,5,0,253,264,0,1), + (8932,1197,0,0,0,-4983.4,-3515.61,301.391,5.65368,300,300,5,0,301,326,0,1), + (8933,1222,0,0,0,-4724.68,-3545.28,304.775,2.46091,300,300,0,0,386,0,0,0), + (8934,1222,0,0,0,-4729.49,-3549.41,304.15,1.72788,300,300,0,0,386,0,0,0), + (8935,1192,0,0,0,-5419.91,-4056.35,340.834,3.29889,300,300,10,0,356,0,0,1), + (8936,1412,0,0,0,-5566.35,-2777.42,367.304,0.978462,300,300,10,0,8,0,0,1), + (8937,1195,0,0,0,-4824.95,-2748.67,325.49,2.60017,300,300,5,0,198,0,0,1), + (8938,1412,0,0,0,-5886.81,-2530.09,306.23,4.0064,300,300,10,0,8,0,0,1), + (8939,1163,0,0,0,-6086.08,-2771.28,414.094,4.66003,300,300,0,0,273,0,0,0), + (8940,1166,0,0,0,-6099.2,-2799.65,417.386,0.087266,300,300,0,0,253,264,0,0), + (8941,1166,0,0,0,-6101.02,-2793.96,419.251,5.98648,300,300,0,0,253,264,0,0), + (8942,1166,0,0,0,-6022.88,-2768.41,410.204,5.98648,300,300,0,0,253,264,0,0), + (8943,1163,0,0,0,-6088.56,-2774.65,414.63,0.506145,300,300,0,0,273,0,0,0), + (8944,1166,0,0,0,-6021.62,-2764.05,410.318,5.46288,300,300,0,0,253,264,0,0), + (8945,1176,0,0,0,-4944.1,-3018.56,328.308,0.88845,300,300,0,0,222,0,0,0), + (8946,1184,0,0,0,-5424.72,-3804.16,313.385,4.97727,300,300,10,0,273,0,0,1), + (8947,1191,0,0,0,-5419.35,-3743.18,302.393,2.84513,300,300,10,0,300,0,0,1), + (8948,1191,0,0,0,-5378.48,-3792.92,309.312,1.38413,300,300,10,0,300,0,0,1), + (8949,1188,0,0,0,-5283.55,-3718.89,303.35,1.5165,300,300,10,0,328,0,0,1), + (8950,1191,0,0,0,-5353.03,-3745.86,303.876,1.42177,300,300,10,0,300,0,0,1), + (8951,1176,0,0,0,-4938.22,-3022.89,326.933,2.68129,300,300,5,0,222,0,0,1), + (8952,1412,0,0,0,-5030.73,-3102.87,317.872,5.19342,300,300,10,0,8,0,0,1), + (8953,1191,0,0,0,-5803.83,-3394.82,306.051,5.57244,300,300,10,0,300,0,0,1), + (8954,1165,0,0,0,-5656.39,-3947.77,319.839,2.37365,300,300,3,0,330,938,0,1), + (8955,1393,0,0,0,-5669.92,-3948.64,319.831,5.32325,300,300,3,0,449,0,0,1), + (8956,1167,0,0,0,-5679.24,-3942.09,325.242,2.49582,300,300,3,0,417,0,0,1), + (8957,1165,0,0,0,-5640.51,-3925.52,324.62,4.76169,300,300,3,0,330,938,0,1), + (8958,1197,0,0,0,-6227.16,-2945.09,403.271,5.78787,300,300,2,0,301,326,0,1), + (8959,1186,0,0,0,-4681.11,-2743.72,324.886,5.5116,300,300,5,0,266,0,0,1), + (8960,1186,0,0,0,-4748.61,-2750.1,325.166,2.01323,300,300,10,0,266,0,0,1), + (8961,1164,0,0,0,-6215.5,-2983.16,397.499,4.17822,300,300,2,0,328,0,0,1), + (8962,1164,0,0,0,-6218.13,-2972.06,397.541,2.12964,300,300,2,0,328,0,0,1), + (8963,1197,0,0,0,-6223.23,-2952.53,402.89,5.27555,300,300,2,0,301,326,0,1), + (8964,1172,0,0,0,-4757.07,-2987.27,318.069,4.06146,300,300,3,0,198,324,0,1), + (8965,1197,0,0,0,-6231.66,-2950.16,402.494,5.02683,300,300,2,0,301,326,0,1), + (8966,1197,0,0,0,-6219.45,-2990.93,397.339,1.5708,300,300,0,0,301,326,0,0), + (8967,1412,0,0,0,-5243.06,-2818.98,345.414,0.740547,300,300,10,0,8,0,0,1), + (8968,1164,0,0,0,-6181.51,-2982.54,387.791,1.9741,300,300,3,0,328,0,0,1), + (8969,14849,0,0,0,-9528.68,92.4662,58.9648,6.0912,180,180,0,0,1240,0,0,0), + (8970,1197,0,0,0,-6189.73,-2989.47,388.558,0.659419,300,300,3,0,301,326,0,1), + (8971,14849,0,0,0,-9530.22,96.3252,58.9648,0.628319,180,180,0,0,1240,0,0,0), + (8972,1197,0,0,0,-6144.43,-3028.81,393.484,4.70981,300,300,2,0,301,326,0,1), + (8973,1197,0,0,0,-6161.83,-2993.71,388.766,4.74389,300,300,2,0,301,326,0,1), + (8974,2098,0,0,0,-5085.08,-3051.94,323.495,6.10036,300,300,5,0,164,0,0,1), + (8975,1379,0,0,0,-5764.81,-3433.93,305.89,5.3058,300,300,0,0,644,0,0,0), + (8976,1412,0,0,0,-5152.97,-2981.87,331.468,5.01574,300,300,10,0,8,0,0,1), + (8977,1167,0,0,0,-5723.6,-3907.66,322.167,4.72984,300,300,0,0,417,0,0,0), + (8978,2098,0,0,0,-5550.1,-2783.45,365.523,6.05288,300,300,10,0,164,0,0,1), + (8979,1167,0,0,0,-5701.61,-3950.38,327.559,5.03043,300,300,3,0,417,0,0,1), + (8980,1167,0,0,0,-5748.18,-3957.81,324.184,0,300,300,5,0,417,0,0,1), + (8981,1162,0,0,0,-5395.74,-2713.9,365.712,0,300,300,0,0,222,0,0,0), + (8982,1167,0,0,0,-5716.1,-3996.91,330.267,3.66477,300,300,2,0,417,0,0,1), + (8983,1162,0,0,0,-5389.64,-2708.84,365.962,5.044,300,300,0,0,222,0,0,0), + (8984,1172,0,0,0,-4819.36,-3097.05,315.728,5.73617,300,300,10,0,198,324,0,1), + (8985,1165,0,0,0,-5742.98,-3987.34,329.758,2.65743,300,300,5,0,330,938,0,1), + (8986,1162,0,0,0,-5381.85,-2706.15,366.087,3.88085,300,300,3,0,222,0,0,1), + (8987,1172,0,0,0,-4872.63,-3076.58,317.647,1.0277,300,300,10,0,198,324,0,1), + (8988,1167,0,0,0,-5668.78,-3992.98,326.047,1.67066,300,300,5,0,417,0,0,2), + (8989,1165,0,0,0,-5677.81,-3996.1,327.197,4.99013,300,300,5,0,330,938,0,1), + (8990,1393,0,0,0,-5651.99,-3996.89,325.447,5.92764,300,300,5,0,449,0,0,1), + (8991,1173,0,0,0,-4963.79,-3026.27,330.502,3.77455,300,300,5,0,198,0,0,1), + (8992,1186,0,0,0,-5453.85,-3119.81,348.77,0.922588,300,300,10,0,266,0,0,1), + (8993,1167,0,0,0,-5727,-3928.46,318.931,0.017453,300,300,5,0,417,0,0,1), + (8994,1165,0,0,0,-5652.04,-3897.33,322.784,1.11157,300,300,5,0,330,938,0,1), + (8995,1162,0,0,0,-5542.12,-2721.15,366.898,5.44543,300,300,0,0,222,0,0,0), + (8996,1167,0,0,0,-5748.5,-3970.06,326.133,4.34239,300,300,3,0,417,0,0,1), + (8997,1162,0,0,0,-5531.22,-2725.84,366.729,4.44703,300,300,0,0,222,0,0,0), + (8998,1172,0,0,0,-4845.35,-3115.9,316.81,5.9109,300,300,3,0,198,324,0,1), + (8999,1191,0,0,0,-5430.33,-3069.12,351.568,2.60619,300,300,10,0,300,0,0,1), + (9000,1195,0,0,0,-5829.71,-3082.85,325.352,1.50826,300,300,10,0,198,0,0,1), + (9001,1165,0,0,0,-5651.75,-3899.96,322.93,4.5754,300,300,5,0,330,938,0,2), + (9002,1693,0,0,0,-5454.85,-3550.91,297.482,2.77596,300,300,10,0,300,0,0,1), + (9003,1693,0,0,0,-5457.31,-3520.34,299.324,3.20847,300,300,10,0,300,0,0,1), + (9004,1161,0,0,0,-5537.48,-2743.61,367.436,1.42361,300,300,3,0,222,0,0,1), + (9005,1162,0,0,0,-5550.5,-2754.59,365.436,3.13573,300,300,3,0,222,0,0,1), + (9006,1162,0,0,0,-5543.76,-2730.51,366.608,2.61957,300,300,0,0,222,0,0,0), + (9007,1165,0,0,0,-5580.44,-3842.25,322.863,1.91108,300,300,5,0,330,938,0,1), + (9008,1184,0,0,0,-5667.23,-3720.89,318.466,0.361285,300,300,10,0,273,0,0,1), + (9009,1191,0,0,0,-5698.82,-3613.57,313.573,4.96305,300,300,10,0,300,0,0,1), + (9010,1191,0,0,0,-5642.9,-3213.4,324.298,1.81341,300,300,5,0,300,0,0,1), + (9011,1191,0,0,0,-5660.15,-3643.19,314.007,3.06931,300,300,10,0,300,0,0,1), + (9012,1161,0,0,0,-5527.64,-2737.98,366.313,5.37652,300,300,3,0,222,0,0,1), + (9013,1161,0,0,0,-5410.77,-2747.3,368.554,4.94747,300,300,3,0,222,0,0,1), + (9014,1186,0,0,0,-5807.12,-3109.11,322.277,2.75658,300,300,10,0,266,0,0,1), + (9015,1693,0,0,0,-5460.37,-3513.13,299.899,6.01025,300,300,10,0,300,0,0,1), + (9016,1693,0,0,0,-5471.27,-3523.89,299.633,2.64302,300,300,10,0,300,0,0,1), + (9017,1161,0,0,0,-5410.36,-2726.76,376.239,3.07912,300,300,5,0,222,0,0,1), + (9018,1161,0,0,0,-5389.63,-2715.08,364.587,5.68282,300,300,0,0,222,0,0,0), + (9019,1693,0,0,0,-5290.9,-3684.81,298.595,5.94476,300,300,10,0,300,0,0,1), + (9020,1693,0,0,0,-5502.91,-3482.96,298.3,2.94387,300,300,10,0,300,0,0,1), + (9021,1693,0,0,0,-5322.85,-3700.15,296.665,1.84802,300,300,10,0,300,0,0,1), + (9022,1161,0,0,0,-5389.19,-2726.9,363.212,3.85094,300,300,3,0,222,0,0,1), + (9023,1191,0,0,0,-5534.65,-3768.13,325.2,0.041876,300,300,10,0,300,0,0,1), + (9024,1184,0,0,0,-5468.78,-3777.23,317.529,3.06542,300,300,10,0,273,0,0,1), + (9025,1188,0,0,0,-5323.95,-3823.55,321.223,2.30514,300,300,10,0,328,0,0,1), + (9026,1161,0,0,0,-5346.48,-2742.64,359.195,1.41785,300,300,5,0,222,0,0,1), + (9027,1412,0,0,0,-5287.36,-2775.95,353.213,2.15649,300,300,10,0,8,0,0,1), + (9028,1161,0,0,0,-5378.05,-2718.7,362.587,4.70866,300,300,3,0,222,0,0,1), + (9029,1398,0,0,0,-5700.31,-3871.31,331.594,4.64258,9200,9200,0,0,573,0,0,0), + (9030,1161,0,0,0,-5440.49,-2712.82,366.358,6.15135,300,300,10,0,222,0,0,1), + (9031,1186,0,0,0,-5099.17,-3089.45,314.19,3.12987,300,300,10,0,266,0,0,1), + (9032,1933,0,0,0,-4978.98,-3076.33,318.058,5.18914,300,300,5,0,14,0,0,1), + (9033,1190,0,0,0,-5112.22,-2972.75,338.404,2.65322,300,300,10,0,198,0,0,1), + (9034,1195,0,0,0,-5054.17,-3004.17,325.958,5.41232,300,300,10,0,198,0,0,1), + (9035,1195,0,0,0,-5068.3,-3056.41,320.76,0.849024,300,300,5,0,198,0,0,1), + (9036,1412,0,0,0,-5283.44,-3781.63,313.129,5.2868,300,300,10,0,8,0,0,1), + (9037,1186,0,0,0,-4954.16,-2649.74,330.384,1.63724,300,300,5,0,266,0,0,1), + (9038,1162,0,0,0,-5516.64,-2749.18,363.024,0.250455,300,300,3,0,222,0,0,1), + (9039,1190,0,0,0,-4930.84,-2871.47,331.576,0.785277,300,300,5,0,198,0,0,1), + (9040,1186,0,0,0,-5078.11,-2986.15,332.205,1.12201,300,300,10,0,266,0,0,1), + (9041,1186,0,0,0,-4941.34,-2824.88,320.932,0.038565,300,300,10,0,266,0,0,1), + (9042,2098,0,0,0,-5661.11,-3619.42,311.279,2.0315,300,300,10,0,164,0,0,1), + (9043,1202,0,0,0,-5291.55,-2696.65,344.716,3.17606,300,300,3,0,222,0,0,1), + (9044,1202,0,0,0,-5285.2,-2697.88,344.526,5.32325,300,300,0,0,222,0,0,0), + (9045,1412,0,0,0,-5423.07,-2973.56,350.986,0.230633,300,300,10,0,8,0,0,1), + (9046,1412,0,0,0,-5096.56,-2717.9,342.902,3.48794,300,300,10,0,8,0,0,1), + (9047,1933,0,0,0,-6003.01,-2526.57,306.804,0.41378,300,300,3,0,14,0,0,1), + (9048,1933,0,0,0,-5622.58,-3719.98,314.66,1.09668,300,300,10,0,14,0,0,1), + (9050,1166,0,0,0,-6069.44,-2996.55,409.971,5.50627,300,300,2,0,253,264,0,1), + (9051,1163,0,0,0,-6073.62,-2785.56,411.893,2.55441,300,300,5,0,273,0,0,1), + (9052,1163,0,0,0,-6057.93,-2857.48,413.368,0.93117,300,300,3,0,273,0,0,1), + (9053,1166,0,0,0,-6095.56,-2924.44,418.894,3.04447,300,300,2,0,253,264,0,1), + (9054,1166,0,0,0,-6082.85,-2805.3,413.116,3.61245,300,300,5,0,253,264,0,1), + (9055,1163,0,0,0,-6079.31,-2991.73,413.243,6.26756,300,300,2,0,273,0,0,1), + (9056,1163,0,0,0,-6096.8,-2972,418.846,5.53446,300,300,2,0,273,0,0,1), + (9057,1166,0,0,0,-6032.59,-2823.83,411.258,3.1369,300,300,2,0,253,264,0,1), + (9058,1166,0,0,0,-6114.71,-2919.23,418.866,2.51186,300,300,2,0,253,264,0,1), + (9059,1190,0,0,0,-4743.03,-2690.83,326.452,3.40895,300,300,5,0,198,0,0,1), + (9060,1191,0,0,0,-5639.43,-2936.08,402.739,2.06818,300,300,5,0,300,0,0,1), + (9061,1193,0,0,0,-4919.14,-3252.14,290.283,5.91179,300,300,10,0,247,0,0,1), + (9062,1193,0,0,0,-4951.1,-3555.3,292.67,5.71883,300,300,10,0,247,0,0,1), + (9063,1193,0,0,0,-4820.94,-3455.15,290.966,2.93358,300,300,10,0,247,0,0,1), + (9064,1193,0,0,0,-4884.38,-3501.98,291.612,1.3294,300,300,10,0,247,0,0,1), + (9065,1195,0,0,0,-5182.02,-2692.73,349.64,1.99352,300,300,10,0,198,0,0,1), + (9066,1172,0,0,0,-4750.55,-3053.95,309.525,1.5668,300,300,10,0,198,324,0,1), + (9067,1185,0,0,0,-4916.53,-3629.65,300.909,1.59423,300,300,10,0,386,0,0,1), + (9068,1192,0,0,0,-5153.84,-3658.45,304.682,1.12638,300,300,10,0,356,0,0,1), + (9069,1195,0,0,0,-5536.03,-2781.71,364.148,3.33867,300,300,10,0,198,0,0,1), + (9070,1161,0,0,0,-5484.62,-2742.06,364.417,5.20924,300,300,3,0,222,0,0,1), + (9071,1162,0,0,0,-5380.66,-2759.59,366.409,5.07368,300,300,10,0,222,0,0,1), + (9072,1161,0,0,0,-5386.92,-2775.22,366.928,1.28981,300,300,10,0,222,0,0,1), + (9073,1163,0,0,0,-6044.86,-2986.07,402.595,0.783776,300,300,5,0,273,0,0,1), + (9074,1166,0,0,0,-5917.78,-3007.37,378.085,5.2927,300,300,2,0,253,264,0,1), + (9075,1163,0,0,0,-6036.36,-2984.18,401.835,5.86431,300,300,0,0,273,0,0,0), + (9076,1166,0,0,0,-6036.23,-3004.81,401.22,1.12279,300,300,3,0,253,264,0,1), + (9077,1197,0,0,0,-6073.78,-3027.42,401.764,4.86481,300,300,0,0,301,326,0,0), + (9078,1164,0,0,0,-6088.1,-3038.66,400.857,0.650958,300,300,0,0,328,0,0,0), + (9079,1163,0,0,0,-6057.66,-3017.69,403.47,3.88856,300,300,2,0,273,0,0,1), + (9080,1197,0,0,0,-6100.81,-3048.24,400.726,2.08385,300,300,0,0,301,326,0,0), + (9081,1197,0,0,0,-6101.32,-3044.54,400.729,4.10801,300,300,0,0,301,326,0,0), + (9082,1179,0,0,0,-4926.33,-3947.55,298.394,4.66741,300,300,10,0,1131,408,0,1), + (9083,1195,0,0,0,-5348.8,-2809.79,349.257,1.66559,300,300,10,0,198,0,0,1), + (9084,1195,0,0,0,-5390.71,-2782.09,365.115,5.71796,300,300,10,0,198,0,0,1), + (9085,1169,0,0,0,-4830.79,-3613.56,303.945,3.83398,300,300,10,0,417,0,0,1), + (9086,1172,0,0,0,-4849.54,-3050.96,316.534,4.43946,300,300,5,0,198,324,0,1), + (9087,1172,0,0,0,-5289.7,-2757.66,352.135,0.413864,300,300,5,0,198,324,0,1), + (9088,1172,0,0,0,-4820.57,-3011.15,313.382,5.65453,300,300,3,0,198,324,0,1), + (9089,1172,0,0,0,-4909.39,-3059.63,318.172,3.81279,300,300,10,0,198,324,0,1), + (9090,1178,0,0,0,-4957.42,-3915.39,305.241,1.86585,300,300,10,0,1251,0,0,1), + (9091,1162,0,0,0,-5889,-2945.34,366.167,1.1999,300,300,5,0,222,0,0,1), + (9092,1162,0,0,0,-5895.53,-2962.39,367.911,1.71042,300,300,0,0,222,0,0,0), + (9093,1172,0,0,0,-5307.84,-2749.61,352.598,0.007812,300,300,5,0,198,324,0,1), + (9094,1178,0,0,0,-4958.24,-3946.78,301.179,3.28957,300,300,5,0,1251,0,0,1), + (9095,1176,0,0,0,-5293.88,-2703.4,344.139,5.04951,300,300,3,0,222,0,0,1), + (9096,1172,0,0,0,-5254.66,-2747.74,353.25,3.05895,300,300,5,0,198,324,0,1), + (9097,1162,0,0,0,-5900.02,-2950.9,368.093,0.249553,300,300,5,0,222,0,0,1), + (9098,1162,0,0,0,-5890.97,-2958.01,367.085,2.28638,300,300,0,0,222,0,0,0), + (9099,1195,0,0,0,-6022.96,-2525.81,308.506,2.10084,300,300,5,0,198,0,0,1), + (9100,1186,0,0,0,-5875.74,-2516.05,307.355,5.99682,300,300,5,0,266,0,0,1), + (9101,1190,0,0,0,-5349.17,-2818.89,345.523,4.955,300,300,10,0,198,0,0,1), + (9102,1195,0,0,0,-5308.79,-2821.55,343.283,0.271051,300,300,10,0,198,0,0,1), + (9103,1176,0,0,0,-5282.43,-2718.7,342.362,2.24709,300,300,5,0,222,0,0,1), + (9104,1172,0,0,0,-5250.52,-2731.25,348.862,0.587931,300,300,0,0,198,324,0,0), + (9105,1176,0,0,0,-5297.74,-2723.39,342.737,5.37174,300,300,0,0,222,0,0,0), + (9106,1202,0,0,0,-5296.09,-2716.71,342.862,4.16762,300,300,0,0,222,0,0,0), + (9107,1202,0,0,0,-5274.9,-2703.02,343.608,2.82743,300,300,0,0,222,0,0,0), + (9108,1172,0,0,0,-5030.43,-3014.49,330.606,3.33267,300,300,10,0,198,324,0,1), + (9109,1178,0,0,0,-4981.38,-3914.15,305.894,4.63279,300,300,3,0,1251,0,0,1), + (9110,1202,0,0,0,-5293.48,-2723.72,342.737,4.96419,300,300,0,0,222,0,0,0), + (9111,1202,0,0,0,-5299.25,-2716.79,343.498,5.32325,300,300,0,0,222,0,0,0), + (9112,1195,0,0,0,-5258.08,-2759.08,350.75,1.75049,300,300,10,0,198,0,0,1), + (9113,1195,0,0,0,-4801.71,-2880.06,327.736,4.23301,300,300,10,0,198,0,0,1), + (9114,1190,0,0,0,-5152.15,-3055.77,327.605,0.486358,300,300,10,0,198,0,0,1), + (9115,1186,0,0,0,-5228.34,-2719.61,347.097,5.07509,300,300,10,0,266,0,0,1), + (9116,1162,0,0,0,-5828.3,-2809.33,374.867,5.5676,300,300,0,0,222,0,0,0), + (9117,1162,0,0,0,-5974.49,-2842.64,384.083,1.76001,300,300,5,0,222,0,0,1), + (9118,1166,0,0,0,-6014.02,-2995.8,400.396,4.06026,300,300,0,0,253,264,0,0), + (9119,1163,0,0,0,-6025.89,-2995.16,401.646,1.48353,300,300,0,0,273,0,0,0), + (9120,1162,0,0,0,-5959.98,-2896.36,370.827,0.541052,300,300,0,0,222,0,0,0), + (9121,1161,0,0,0,-5951.7,-2879.5,372.999,6.0912,300,300,0,0,222,0,0,0), + (9122,1162,0,0,0,-5856.19,-2872.65,365.829,1.94575,300,300,10,0,222,0,0,1), + (9123,1162,0,0,0,-5856.74,-2856.84,366.549,3.81512,300,300,3,0,222,0,0,1), + (9124,1190,0,0,0,-5221.5,-3019.54,335.496,4.10991,300,300,10,0,198,0,0,1), + (9125,1190,0,0,0,-5122.52,-3013.14,330.742,0.052403,300,300,0,0,198,0,0,0), + (9126,1190,0,0,0,-5072.47,-2927.5,330.399,2.79128,300,300,0,0,198,0,0,0), + (9127,1190,0,0,0,-5194.18,-3026.58,332.019,4.53376,300,300,10,0,198,0,0,1), + (9128,1163,0,0,0,-6024.48,-2989.89,401.646,3.90954,300,300,0,0,273,0,0,0), + (9129,1195,0,0,0,-5861.46,-3081.95,328.189,4.45556,300,300,10,0,198,0,0,1), + (9130,1161,0,0,0,-5824.08,-2825.93,370.331,5.35513,300,300,3,0,222,0,0,1), + (9131,1162,0,0,0,-5865.91,-2876.33,366.954,3.14902,300,300,10,0,222,0,0,1), + (9132,1161,0,0,0,-5946.95,-2897.86,368.517,4.26987,300,300,10,0,222,0,0,1), + (9133,1162,0,0,0,-5789.95,-2927.43,363.788,1.69297,300,300,0,0,222,0,0,0), + (9134,1161,0,0,0,-5781.92,-2916.92,364.663,2.1293,300,300,0,0,222,0,0,0), + (9135,1161,0,0,0,-5972.97,-2864.08,381.222,0.890118,300,300,0,0,222,0,0,0), + (9136,1161,0,0,0,-5958.16,-2855.62,376.789,2.12064,300,300,5,0,222,0,0,1), + (9137,1161,0,0,0,-5779.94,-2914.01,364.913,2.79253,300,300,0,0,222,0,0,0), + (9138,1162,0,0,0,-5975.71,-2858.99,380.806,0.20944,300,300,0,0,222,0,0,0), + (9139,1161,0,0,0,-5821.97,-2811.06,374.588,3.82227,300,300,0,0,222,0,0,0), + (9140,1161,0,0,0,-5943.57,-2877.78,372.892,2.57016,300,300,10,0,222,0,0,1), + (9141,1161,0,0,0,-5810.42,-2822.92,373.956,0.354761,300,300,3,0,222,0,0,1), + (9142,1161,0,0,0,-5775.28,-2905.82,364.288,0.010984,300,300,0,0,222,0,0,0), + (9143,1162,0,0,0,-5957.1,-2892.18,370.762,5.3058,300,300,0,0,222,0,0,0), + (9144,1186,0,0,0,-5478.31,-2837.02,354.127,3.83315,300,300,5,0,266,0,0,1), + (9145,1195,0,0,0,-5442.9,-2788.44,363.531,6.10071,300,300,10,0,198,0,0,1), + (9146,1412,0,0,0,-4978.62,-2678.24,325.06,3.76674,300,300,10,0,8,0,0,1), + (9147,1174,0,0,0,-4950.03,-3004.33,318.998,0.882561,300,300,3,0,219,537,0,1), + (9148,1190,0,0,0,-5102.77,-2913.51,326.845,5.99128,300,300,10,0,198,0,0,1), + (9149,1175,0,0,0,-4985.5,-2986.5,314.815,3.17603,300,300,3,0,247,0,0,1), + (9150,1175,0,0,0,-4968.1,-2998.11,317.135,0.471108,300,300,3,0,247,0,0,1), + (9151,1174,0,0,0,-5001.08,-2974.44,314.262,5.41805,300,300,3,0,219,537,0,1), + (9152,1173,0,0,0,-4824.12,-3002.2,317.248,1.74943,300,300,3,0,198,0,0,1), + (9153,1177,0,0,0,-4987.96,-2959.71,315.753,5.6414,300,300,3,0,300,0,0,1), + (9154,1177,0,0,0,-4970.86,-2956.68,315.758,3.11552,300,300,5,0,300,0,0,1), + (9155,1174,0,0,0,-4959.42,-3003,318.647,2.50504,300,300,3,0,219,537,0,1), + (9156,1177,0,0,0,-4980.77,-2943.54,316.165,4.11357,300,300,3,0,300,0,0,1), + (9157,1412,0,0,0,-5877.24,-2605.28,313.543,5.97048,300,300,10,0,8,0,0,1), + (9158,1190,0,0,0,-4881.68,-2663.33,334.605,5.87111,300,300,5,0,198,0,0,1), + (9159,1172,0,0,0,-5312.15,-2774.34,350.108,0.515563,300,300,5,0,198,324,0,1), + (9160,1186,0,0,0,-5857.61,-3082,327.758,5.33673,300,300,10,0,266,0,0,1), + (9161,1166,0,0,0,-5986.07,-2809.8,382.277,4.14692,300,300,5,0,253,264,0,1), + (9162,1166,0,0,0,-6027.34,-2779.61,405.579,2.01622,300,300,3,0,253,264,0,1), + (9163,1163,0,0,0,-5981.69,-2794.35,383.541,5.58505,300,300,0,0,273,0,0,0), + (9164,1163,0,0,0,-6049.89,-2791.67,406.34,3.63867,300,300,3,0,273,0,0,1), + (9165,1166,0,0,0,-5975.48,-2794.96,383.067,4.24115,300,300,0,0,253,264,0,0), + (9166,1161,0,0,0,-5873.54,-2866.63,366.818,3.14159,300,300,0,0,222,0,0,0), + (9167,1161,0,0,0,-5894.53,-2860.85,370.504,4.54692,300,300,0,0,222,0,0,0), + (9168,1161,0,0,0,-5870.22,-2847.22,366.309,5.77156,300,300,3,0,222,0,0,1), + (9169,1162,0,0,0,-5871.43,-2836.29,368.087,5.46288,300,300,0,0,222,0,0,0), + (9170,1162,0,0,0,-5807.29,-2849.22,365.768,2.98941,300,300,10,0,222,0,0,1), + (9171,1161,0,0,0,-5855.08,-2843.59,365.589,5.18363,300,300,0,0,222,0,0,0), + (9172,1162,0,0,0,-5897.72,-2867.98,368.859,1.0765,300,300,0,0,222,0,0,0), + (9173,1161,0,0,0,-5920.19,-2878.36,369.614,2.32422,300,300,10,0,222,0,0,1), + (9174,1161,0,0,0,-5907.1,-2864.25,372.416,1.49091,300,300,0,0,222,0,0,0), + (9175,1161,0,0,0,-5849.42,-2844.52,365.469,4.11898,300,300,0,0,222,0,0,0), + (9176,1161,0,0,0,-5880.33,-2863.61,366.158,5.75959,300,300,0,0,222,0,0,0), + (9177,1161,0,0,0,-5876.25,-2840.54,367.971,5.77704,300,300,0,0,222,0,0,0), + (9178,1399,0,0,0,-5708.75,-3927.99,347.076,0.942478,9200,9200,0,0,473,1020,0,0), + (9179,1190,0,0,0,-5206.86,-2745.32,339.354,6.09844,300,300,10,0,198,0,0,1), + (9180,1190,0,0,0,-4977.61,-2758.9,322.034,1.708,300,300,5,0,198,0,0,1), + (9181,1184,0,0,0,-5844.42,-3387.75,304.417,4.45367,300,300,10,0,273,0,0,1), + (9182,1412,0,0,0,-5342.69,-2948.52,323.634,2.31135,300,300,10,0,8,0,0,1), + (9183,1412,0,0,0,-5919.09,-2545.42,306.623,0.765955,300,300,10,0,8,0,0,1), + (9184,1162,0,0,0,-5579.5,-2778.03,368.657,4.26797,300,300,3,0,222,0,0,1), + (9185,1195,0,0,0,-5420,-2818.2,356.917,1.88823,300,300,5,0,198,0,0,1), + (9186,1184,0,0,0,-5511.81,-3717.62,307.966,0.777457,300,300,10,0,273,0,0,1), + (9187,1188,0,0,0,-5358.32,-3808.45,317.737,1.4723,300,300,10,0,328,0,0,1), + (9188,1188,0,0,0,-5273.82,-3819.43,325.844,2.41964,300,300,10,0,328,0,0,1), + (9189,1190,0,0,0,-5090.96,-2797.15,324.876,3.46582,300,300,10,0,198,0,0,1), + (9190,1195,0,0,0,-5050.53,-2851.5,329.115,0.411764,300,300,5,0,198,0,0,1), + (9191,1195,0,0,0,-5484.46,-2940.26,354.283,1.60505,300,300,10,0,198,0,0,1), + (9192,1425,0,0,0,-4985.45,-2947.45,315.513,5.03197,9200,9200,0,0,301,326,0,0), + (9193,1184,0,0,0,-5686.63,-3567.92,309.079,3.63464,300,300,10,0,273,0,0,1), + (9194,1188,0,0,0,-5659.83,-3183.49,319.929,3.34818,300,300,10,0,328,0,0,1), + (9195,1191,0,0,0,-5657.6,-3552.43,302.41,5.73908,300,300,5,0,300,0,0,1), + (9196,1191,0,0,0,-5709.46,-3251.34,313.201,3.39905,300,300,10,0,300,0,0,1), + (9197,1191,0,0,0,-5504.3,-3146.72,344.428,3.54059,300,300,10,0,300,0,0,1), + (9198,1191,0,0,0,-5748.91,-3347.13,301.441,3.73397,300,300,10,0,300,0,0,1), + (9199,1184,0,0,0,-5819.36,-3272.03,296.655,2.13768,300,300,10,0,273,0,0,1), + (9200,1184,0,0,0,-5699.12,-3555.08,306.413,6.2659,300,300,10,0,273,0,0,1), + (9201,1191,0,0,0,-5693.98,-3655.5,312.163,1.36831,300,300,10,0,300,0,0,1), + (9202,2476,0,0,0,-5058.99,-3618.54,301.828,3.93826,9200,9200,0,0,573,0,0,0), + (9203,2478,0,0,0,-5721.18,-3523.37,302.885,4.21382,600,600,5,0,1347,0,0,2), + (9204,2477,0,0,0,-5717.65,-3523.15,303.383,4.44362,600,600,2,0,1347,0,0,2), + (9205,7170,0,0,0,-5718.85,-3519.08,302.758,3.73505,600,600,2,0,1000,0,0,2), + (9206,14267,0,0,0,-4983.44,-4009.71,299.554,2.87157,43200,43200,0,0,1347,0,0,2), + (9207,1184,0,0,0,-5451.61,-3854.4,324.354,4.83577,300,300,10,0,273,0,0,1), + (9208,1178,0,0,0,-5082.26,-4080.96,311.608,1.07957,300,300,10,0,1251,0,0,1), + (9209,1181,0,0,0,-5049.74,-4050.34,306.859,6.09468,300,300,5,0,1131,408,0,1), + (9210,1178,0,0,0,-4963.93,-4022.95,301.358,3.79229,300,300,3,0,1251,0,0,1), + (9211,1179,0,0,0,-5016.72,-4019.24,301.117,5.51988,300,300,5,0,1131,408,0,1), + (9212,1183,0,0,0,-4950.14,-4067.94,299.082,1.0647,300,300,2,0,1212,456,0,1), + (9213,1183,0,0,0,-4944.48,-4074.96,300.194,2.32642,300,300,2,0,1212,456,0,1), + (9214,1178,0,0,0,-4915.2,-3986.09,296.665,0.226805,300,300,3,0,1251,0,0,1), + (9215,1180,0,0,0,-4950.75,-4055.1,299.379,1.78892,300,300,5,0,1347,0,0,2), + (9216,1179,0,0,0,-4951.57,-3981.5,297.183,2.20612,300,300,10,0,1131,408,0,1), + (9217,1179,0,0,0,-4941.95,-4032.99,301.019,1.46608,300,300,3,0,1131,408,0,1), + (9218,1183,0,0,0,-4750.63,-4111.35,311.86,3.28939,300,300,2,0,1212,456,0,1), + (9219,1180,0,0,0,-4781.49,-4065.03,309.883,1.88265,300,300,3,0,1347,0,0,1), + (9220,1180,0,0,0,-4809.6,-4085.61,309.713,0.49911,300,300,2,0,1347,0,0,1), + (9221,1180,0,0,0,-4740.96,-4125.55,307.928,2.6529,300,300,2,0,1347,0,0,1), + (9222,1180,0,0,0,-4743.45,-4130.74,307.382,1.79769,300,300,0,0,1347,0,0,0), + (9223,1169,0,0,0,-4777.65,-3656.21,306.977,5.70328,300,300,10,0,417,0,0,1), + (9224,1169,0,0,0,-4733.15,-3621.94,305.85,3.50811,300,300,0,0,417,0,0,0), + (9225,1169,0,0,0,-4736.1,-3619.66,306.09,2.16421,300,300,0,0,417,0,0,0), + (9226,1169,0,0,0,-4739.08,-3627.18,305.978,2.3911,300,300,0,0,417,0,0,0), + (9227,1179,0,0,0,-5045.7,-3876.8,316.553,2.87086,300,300,5,0,1131,408,0,1), + (9228,4845,0,0,0,-6062.77,-3133.79,253.733,1.65799,1800,1800,2,0,3959,0,0,1), + (9229,1188,0,0,0,-5615.08,-3203.63,327.017,3.76322,300,300,5,0,328,0,0,1), + (9230,4845,0,0,0,-6076.11,-3130.26,254.291,5.65936,1800,1800,0,0,3959,0,0,2), + (9231,1172,0,0,0,-4949.3,-3091.93,314.621,6.2304,300,300,5,0,198,324,0,1), + (9232,1172,0,0,0,-4916.9,-3107.57,321.002,3.19499,300,300,5,0,198,324,0,1), + (9233,1186,0,0,0,-5040.57,-2916.17,333.815,-1.72715,300,300,10,0,266,0,0,1), + (9234,1172,0,0,0,-4960.75,-3053.7,325.869,4.0141,300,300,5,0,198,324,0,1), + (9235,1172,0,0,0,-4991.56,-3042.33,326.521,2.21588,300,300,5,0,198,324,0,1), + (9236,1412,0,0,0,-5311.62,-2987.33,340.849,4.4466,300,300,10,0,8,0,0,1), + (9237,1195,0,0,0,-5847.18,-3011.74,340.284,5.65998,300,300,3,0,198,0,0,1), + (9238,1172,0,0,0,-4981.97,-3012.39,334.75,3.00827,300,300,5,0,198,324,0,1), + (9239,1166,0,0,0,-4988.61,-3376.03,302.026,5.89035,300,300,5,0,253,264,0,1), + (9240,1163,0,0,0,-5011.51,-3311.96,301.656,0.475575,300,300,5,0,273,0,0,1), + (9241,1166,0,0,0,-5018.78,-3336.18,299.371,3.82285,300,300,3,0,253,264,0,1), + (9242,1163,0,0,0,-5985.34,-3000.65,392.002,5.45425,300,300,3,0,273,0,0,1), + (9243,1166,0,0,0,-6003.44,-2952.18,398.815,4.55154,300,300,2,0,253,264,0,1), + (9244,1163,0,0,0,-5975.02,-2976.78,387.773,5.88176,300,300,0,0,273,0,0,0), + (9245,1166,0,0,0,-5991.85,-2941.89,394.655,4.62946,300,300,5,0,253,264,0,1), + (9246,1166,0,0,0,-6006.28,-2967.4,397.19,5.79449,300,300,2,0,253,264,0,1), + (9247,1166,0,0,0,-5960.94,-2971.57,386.767,1.23963,300,300,5,0,253,264,0,1), + (9248,1163,0,0,0,-6013.09,-2968.57,400.02,4.38078,300,300,0,0,273,0,0,0), + (9249,1166,0,0,0,-5953.92,-3003.51,383.775,3.65898,300,300,3,0,253,264,0,1), + (9250,1163,0,0,0,-6033.33,-2963.31,403.613,4.57834,300,300,3,0,273,0,0,1), + (9251,1166,0,0,0,-6048.75,-2948.88,402.644,1.05871,300,300,0,0,253,264,0,0), + (9252,1188,0,0,0,-5320.71,-3786.01,311.641,3.40274,300,300,10,0,328,0,0,1), + (9253,1166,0,0,0,-6051.26,-2931.99,401.721,1.17368,300,300,2,0,253,264,0,1), + (9254,1163,0,0,0,-6067.83,-2935.77,402.321,3.45469,300,300,2,0,273,0,0,1), + (9255,1195,0,0,0,-5804.4,-2577.09,309.838,4.76779,300,300,5,0,198,0,0,1), + (9256,1186,0,0,0,-5911.85,-2565.78,311.417,1.15079,300,300,5,0,266,0,0,1), + (9257,1166,0,0,0,-6096.31,-2965.64,401.277,3.97261,300,300,3,0,253,264,0,1), + (9258,1163,0,0,0,-6140.52,-2897.49,403.497,2.41297,300,300,2,0,273,0,0,1), + (9259,1163,0,0,0,-6119.81,-2956.39,397.416,3.12147,300,300,2,0,273,0,0,1), + (9260,1166,0,0,0,-6125.86,-2924.74,401.462,3.70439,300,300,2,0,253,264,0,1), + (9261,1163,0,0,0,-6099.55,-2942.16,401.196,4.49587,300,300,3,0,273,0,0,1), + (9262,1166,0,0,0,-6133.97,-2976.72,399.963,3.378,300,300,3,0,253,264,0,1), + (9263,1166,0,0,0,-6144.05,-2955.71,396.622,1.00645,300,300,2,0,253,264,0,1), + (9264,1163,0,0,0,-6112.89,-2996.46,399.343,4.38202,300,300,3,0,273,0,0,1), + (9265,1197,0,0,0,-6214.35,-2926.16,401.98,6.18262,300,300,5,0,301,326,0,1), + (9266,1164,0,0,0,-6171.04,-2946.97,407.357,5.80556,300,300,2,0,328,0,0,1), + (9267,1197,0,0,0,-6172.88,-2938.95,405.831,1.89966,300,300,2,0,301,326,0,1), + (9268,1164,0,0,0,-6161.34,-2913.41,404.586,4.42331,300,300,2,0,328,0,0,1), + (9269,1164,0,0,0,-6166.45,-2903.7,405.652,3.70873,300,300,5,0,328,0,0,1), + (9270,1412,0,0,0,-5421.16,-2846.81,345.524,1.71854,300,300,10,0,8,0,0,1), + (9271,1412,0,0,0,-5353.48,-2993.77,328.249,1.599,300,300,10,0,8,0,0,1), + (9272,1161,0,0,0,-5820.76,-2957.22,358.242,3.44415,300,300,3,0,222,0,0,1), + (9273,1161,0,0,0,-5784.19,-2879.61,363.965,1.93018,300,300,10,0,222,0,0,1), + (9274,1162,0,0,0,-5883.62,-2912.25,366.912,1.7635,300,300,5,0,222,0,0,1), + (9275,1162,0,0,0,-5794.35,-2970.61,374.773,2.70526,300,300,0,0,222,0,0,0), + (9276,1161,0,0,0,-5810.56,-2965.8,365.578,1.53403,300,300,3,0,222,0,0,1), + (9277,1161,0,0,0,-5919.47,-2914.03,367.476,2.92901,300,300,10,0,222,0,0,1), + (9278,1162,0,0,0,-5852.71,-2916.36,364.014,3.88566,300,300,10,0,222,0,0,1), + (9279,1161,0,0,0,-5847.88,-2951.3,357.556,5.51138,300,300,10,0,222,0,0,1), + (9280,1162,0,0,0,-5809.13,-2924.11,363.754,1.98632,300,300,10,0,222,0,0,1), + (9281,1161,0,0,0,-5796.46,-2926.09,363.899,1.0821,300,300,0,0,222,0,0,0), + (9282,1161,0,0,0,-5818.7,-2886.62,364.753,4.4505,300,300,10,0,222,0,0,1), + (9283,1161,0,0,0,-5799.58,-2952.05,375.123,2.58309,300,300,0,0,222,0,0,0), + (9284,1161,0,0,0,-5792.14,-2907.88,365.413,6.04967,300,300,3,0,222,0,0,1), + (9285,1162,0,0,0,-5793.35,-2966.46,374.344,3.40339,300,300,0,0,222,0,0,0), + (9286,1172,0,0,0,-5119.48,-2654.07,334.603,4.17279,300,300,5,0,198,324,0,1), + (9287,1190,0,0,0,-5025.01,-3083.72,314.387,3.18204,300,300,5,0,198,0,0,1), + (9288,1195,0,0,0,-5252.09,-2851.05,344.607,1.70921,300,300,5,0,198,0,0,1), + (9289,1186,0,0,0,-5158.09,-2676.76,343.293,3.80528,300,300,10,0,266,0,0,1), + (9290,1195,0,0,0,-4903.86,-2818.61,322.607,0.810255,300,300,10,0,198,0,0,1), + (9291,1195,0,0,0,-4827.29,-2813.8,322.138,2.62072,300,300,10,0,198,0,0,1), + (9292,1186,0,0,0,-5035.18,-2935.55,336.171,2.7444,300,300,10,0,266,0,0,1), + (9293,1202,0,0,0,-4793.29,-2980.28,323.272,1.19696,300,300,0,0,222,0,0,0), + (9294,1172,0,0,0,-4801.66,-2946.82,326.293,5.13207,300,300,5,0,198,324,0,1), + (9295,1172,0,0,0,-4720.54,-2917.08,321.74,5.50196,300,300,3,0,198,324,0,1), + (9296,1173,0,0,0,-4948,-2998.16,343.712,6.24414,300,300,5,0,198,0,0,2), + (9297,1202,0,0,0,-4803.08,-2971.95,321.599,2.10747,300,300,0,0,222,0,0,0), + (9298,1176,0,0,0,-4787.6,-2966.72,322.022,0.077542,300,300,3,0,222,0,0,1), + (9299,1176,0,0,0,-4781.77,-2975.52,323.022,3.85409,300,300,0,0,222,0,0,0), + (9300,1172,0,0,0,-4705.79,-3003.58,314.832,2.92504,300,300,3,0,198,324,0,1), + (9301,1202,0,0,0,-4801.65,-2964.45,321.83,5.72468,300,300,0,0,222,0,0,0), + (9302,1176,0,0,0,-4919.13,-2995.94,332.209,3.9968,300,300,0,0,222,0,0,0), + (9303,1172,0,0,0,-4771.95,-2973.05,321.272,4.39453,300,300,5,0,198,324,0,1), + (9304,1172,0,0,0,-4979.77,-2982.26,347.959,3.72959,300,300,3,0,198,324,0,1), + (9305,1172,0,0,0,-4679.73,-2947.55,317.373,0.112,300,300,5,0,198,324,0,1), + (9306,1202,0,0,0,-4725.87,-3081.51,307.612,1.98558,300,300,5,0,222,0,0,1), + (9307,1202,0,0,0,-4800.12,-3033.36,303.33,3.58412,300,300,5,0,222,0,0,1), + (9308,1176,0,0,0,-4785.39,-3029.02,301.152,6.09698,300,300,0,0,222,0,0,0), + (9309,1202,0,0,0,-4714.93,-3090.72,307.237,2.01586,300,300,0,0,222,0,0,0), + (9310,1176,0,0,0,-4789.48,-3023.86,301.603,4.60767,300,300,0,0,222,0,0,0), + (9311,1175,0,0,0,-4846.65,-2974.62,322.513,3.01124,300,300,0,0,247,0,0,0), + (9312,1172,0,0,0,-4781.85,-3051.55,305.59,3.69274,300,300,10,0,198,324,0,1), + (9313,1172,0,0,0,-4681.74,-3067.66,314.009,1.82244,300,300,5,0,198,324,0,1), + (9314,1202,0,0,0,-4709.32,-3077.75,309.237,0.62669,300,300,0,0,222,0,0,0), + (9315,1172,0,0,0,-4671.42,-3110.04,304.273,2.16636,300,300,5,0,198,324,0,1), + (9316,1172,0,0,0,-4718.61,-3042.37,313.143,1.81157,300,300,10,0,198,324,0,1), + (9317,1174,0,0,0,-4875.06,-2975.29,317.392,6.23157,300,300,0,0,219,537,0,0), + (9318,1175,0,0,0,-4865.22,-2998.41,317.342,0.416861,300,300,3,0,247,0,0,1), + (9319,1174,0,0,0,-4903.73,-2974.38,317.01,5.6412,300,300,3,0,219,537,0,1), + (9320,1172,0,0,0,-5125.03,-2708.52,339.024,2.21624,300,300,10,0,198,324,0,1), + (9321,1175,0,0,0,-4919.11,-2959.93,316.433,2.41555,300,300,5,0,247,0,0,1), + (9322,1174,0,0,0,-4898.24,-2981.27,317.935,4.00892,300,300,3,0,219,537,0,1), + (9323,1175,0,0,0,-4927.8,-2973.65,317.133,3.70382,300,300,3,0,247,0,0,1), + (9324,1195,0,0,0,-4878.45,-2758.73,326.389,3.68134,300,300,10,0,198,0,0,1), + (9325,1175,0,0,0,-4918.11,-2994.26,319.612,0.387501,300,300,3,0,247,0,0,1), + (9326,1175,0,0,0,-4934.72,-2963.43,317.749,2.49517,300,300,3,0,247,0,0,1), + (9327,1175,0,0,0,-4897.95,-2984.34,318.131,2.957,300,300,3,0,247,0,0,1), + (9328,1175,0,0,0,-4941.95,-2976.12,321.678,1.27428,300,300,3,0,247,0,0,1), + (9329,1172,0,0,0,-4689.28,-3023.4,315.952,0.657959,300,300,3,0,198,324,0,1), + (9330,1173,0,0,0,-5012.29,-2637.54,326.401,1.03891,300,300,5,0,198,0,0,1), + (9331,1172,0,0,0,-5012.53,-2612.6,331.888,0.089247,300,300,5,0,198,324,0,1), + (9332,1174,0,0,0,-4934.7,-2991.84,321.195,0.119857,300,300,3,0,219,537,0,1), + (9333,1175,0,0,0,-4945.46,-2963.57,321.353,0.586142,300,300,3,0,247,0,0,1), + (9334,1172,0,0,0,-4814.89,-3047.39,306.455,1.55793,300,300,10,0,198,324,0,1), + (9335,1172,0,0,0,-5066.39,-2716.22,319.015,0.975115,300,300,2,0,198,324,0,1), + (9336,1173,0,0,0,-4981.5,-2723.31,324.716,2.11891,300,300,5,0,198,0,0,1), + (9337,1172,0,0,0,-5073.24,-2717.48,319.521,5.98209,300,300,2,0,198,324,0,1), + (9338,1172,0,0,0,-4967.21,-2646.91,331.664,0.271854,300,300,2,0,198,324,0,1), + (9339,1195,0,0,0,-4852.08,-2821.61,326.055,1.59793,300,300,10,0,198,0,0,1), + (9340,1693,0,0,0,-4887.46,-3574.73,298.763,0.720345,300,300,10,0,300,0,0,1), + (9341,1693,0,0,0,-4928.4,-3602.55,297.711,0.433089,300,300,10,0,300,0,0,1), + (9342,1412,0,0,0,-5517.17,-2888.82,355.458,3.25311,300,300,10,0,8,0,0,1), + (9343,1173,0,0,0,-5029.95,-2669.15,319.526,0.940278,300,300,0,0,198,0,0,0), + (9344,1189,0,0,0,-5082.32,-3616.29,302.411,0.917237,300,300,10,0,427,0,0,1), + (9345,1189,0,0,0,-4982.97,-3649.8,304.863,0.939462,300,300,10,0,427,0,0,1), + (9346,1189,0,0,0,-4951.55,-3621.24,299.616,2.13461,300,300,10,0,427,0,0,1), + (9347,1189,0,0,0,-5016.37,-3619.72,300.009,4.23928,300,300,10,0,427,0,0,1), + (9348,1172,0,0,0,-5042.87,-2651.76,322.929,1.65102,300,300,5,0,198,324,0,1), + (9349,1172,0,0,0,-5089.66,-2685.34,336.236,3.12924,300,300,5,0,198,324,0,1), + (9350,1172,0,0,0,-5047.08,-2674.53,319.745,2.72543,300,300,5,0,198,324,0,1), + (9351,1172,0,0,0,-5039.53,-2674.9,319.4,5.23599,300,300,0,0,198,324,0,0), + (9352,1173,0,0,0,-5078.82,-2756.08,334.231,5.96514,300,300,10,0,198,0,0,1), + (9353,1173,0,0,0,-5032.69,-2680.43,319.468,2.80998,300,300,0,0,198,0,0,0), + (9354,1173,0,0,0,-5036.17,-2694.64,319.495,4.34221,300,300,3,0,198,0,0,1), + (9355,1412,0,0,0,-5320.06,-2999.37,336.224,4.51518,300,300,10,0,8,0,0,1), + (9356,1172,0,0,0,-5013.65,-2683.57,324.276,0.000697,300,300,5,0,198,324,0,1), + (9357,1173,0,0,0,-5074.26,-2712.17,319.911,3.34748,300,300,2,0,198,0,0,1), + (9358,1210,0,0,0,-4758,-4189.11,303.079,2.02106,600,600,0,0,1686,0,0,0), + (9359,1180,0,0,0,-4762.5,-4186.84,302.867,5.38499,300,300,2,0,1347,0,0,1), + (9360,1180,0,0,0,-4767.12,-4194.76,303.242,2.19912,300,300,2,0,1347,0,0,1), + (9361,1178,0,0,0,-4880.8,-3747.4,312.49,0.888788,300,300,10,0,1251,0,0,1), + (9362,1179,0,0,0,-4914.54,-3852.15,304.682,5.07223,300,300,3,0,1131,408,0,1), + (9363,1179,0,0,0,-4898.55,-3905.85,300.536,3.12414,300,300,0,0,1131,408,0,0), + (9364,1178,0,0,0,-4874.72,-3906.17,302.602,3.10669,300,300,0,0,1251,0,0,0), + (9365,1179,0,0,0,-4853.22,-3782.59,307.549,3.58164,300,300,5,0,1131,408,0,1), + (9366,1183,0,0,0,-4831.06,-3878.74,302.56,3.94444,300,300,3,0,1212,456,0,1), + (9367,1178,0,0,0,-4948.55,-3748.52,318.755,0.36412,300,300,5,0,1251,0,0,1), + (9368,1178,0,0,0,-4902.35,-3910.26,300.735,1.74533,300,300,0,0,1251,0,0,0), + (9369,1183,0,0,0,-4835.05,-3886.15,301.368,2.80211,300,300,3,0,1212,456,0,1), + (9370,1178,0,0,0,-4884.67,-3813.78,304.126,1.87155,300,300,5,0,1251,0,0,1), + (9371,1181,0,0,0,-4896.16,-3884.95,302.782,1.44547,300,300,10,0,1131,408,0,1), + (9372,1181,0,0,0,-4885.09,-3848.9,302.692,2.16486,300,300,10,0,1131,408,0,1), + (9373,1180,0,0,0,-4860.08,-3892.7,303.227,0.256854,300,300,5,0,1347,0,0,2), + (9374,1180,0,0,0,-4826.42,-4079.79,309.875,2.38447,300,300,5,0,1347,0,0,2), + (9375,1178,0,0,0,-4879.88,-3884.42,303.659,2.4162,300,300,0,0,1251,0,0,0), + (9376,1179,0,0,0,-4851.38,-3980.5,303.126,2.27311,300,300,5,0,1131,408,0,1), + (9377,1181,0,0,0,-4850.74,-4017.31,311.65,0,300,300,0,0,1131,408,0,0), + (9378,1195,0,0,0,-5447.51,-2852.44,346.203,6.26059,300,300,5,0,198,0,0,1), + (9379,1186,0,0,0,-5517.09,-3044.83,360.901,2.62136,300,300,5,0,266,0,0,1), + (9380,1186,0,0,0,-5459.44,-3020,356.374,1.60818,300,300,10,0,266,0,0,1), + (9381,1188,0,0,0,-5632.9,-3121.73,350.146,0.457337,300,300,5,0,328,0,0,2), + (9382,1933,0,0,0,-5559.05,-2859.77,361.332,3.59446,300,300,5,0,14,0,0,1), + (9383,1190,0,0,0,-5158.59,-2818.77,331.172,0.097727,300,300,10,0,198,0,0,1), + (9384,1195,0,0,0,-5239.23,-2929.43,340.108,2.34514,300,300,5,0,198,0,0,1), + (9385,1190,0,0,0,-5157.63,-2953.91,333.585,4.06582,300,300,5,0,198,0,0,1), + (9386,6491,0,0,0,1989.31,-3650.44,120.369,3.70566,60,60,0,0,7680,0,0,0), + (9387,1188,0,0,0,-5714.6,-3118.53,315.817,5.26788,300,300,5,0,328,0,0,1), + (9388,1186,0,0,0,-5228.57,-2804.31,341.796,4.98532,300,300,10,0,266,0,0,1), + (9389,1190,0,0,0,-5153.1,-3020.75,332.497,3.79978,300,300,10,0,198,0,0,1), + (9390,1195,0,0,0,-5053.48,-2785.7,326.446,6.26938,300,300,5,0,198,0,0,1), + (9391,1186,0,0,0,-5034.82,-2889.04,337.445,4.3511,300,300,10,0,266,0,0,1), + (9392,1190,0,0,0,-5120.05,-3019.98,329.341,3.79242,300,300,10,0,198,0,0,1), + (9393,1195,0,0,0,-5050.67,-2898.73,335.773,3.6559,300,300,10,0,198,0,0,1), + (9394,1195,0,0,0,-5233.13,-2919.52,338.286,4.61023,300,300,5,0,198,0,0,1), + (9395,1186,0,0,0,-5091.51,-3019.98,324.161,3.01239,300,300,5,0,266,0,0,1), + (9396,1190,0,0,0,-5133.22,-2901.81,332.927,2.39352,300,300,10,0,198,0,0,1), + (9397,1195,0,0,0,-5087.17,-2887.14,325.893,0.154876,300,300,10,0,198,0,0,1), + (9398,1190,0,0,0,-4914.79,-2783.21,328.342,4.17264,300,300,10,0,198,0,0,1), + (9399,1195,0,0,0,-5060.23,-3002.1,325.868,6.0946,300,300,10,0,198,0,0,1), + (9400,1190,0,0,0,-5185.48,-3046.39,330.774,1.75938,300,300,10,0,198,0,0,1), + (9401,1195,0,0,0,-5120.98,-2985.48,335.24,3.35624,300,300,10,0,198,0,0,1), + (9402,1190,0,0,0,-5048.86,-2941.15,333.748,4.79261,300,300,10,0,198,0,0,1), + (9403,1190,0,0,0,-5117.34,-3046.97,327.374,1.30591,300,300,10,0,198,0,0,1), + (9404,1186,0,0,0,-5015.33,-2753.08,327.756,5.65884,300,300,10,0,266,0,0,1), + (9405,1195,0,0,0,-5459.24,-2976.95,357.309,2.00211,300,300,5,0,198,0,0,1), + (9406,8055,0,0,0,-5309.88,-2987.97,340.697,-2.93215,300,300,0,0,2000,0,0,0), + (9407,1175,0,0,0,-4892.78,-2974.56,317.074,0.832015,300,300,5,0,247,0,0,2), + (9408,1174,0,0,0,-4884.37,-2970.6,316.923,5.92138,300,300,0,0,219,537,0,0), + (9409,1174,0,0,0,-4911.3,-2968.12,316.566,5.43842,300,300,3,0,219,537,0,1), + (9410,1175,0,0,0,-4940.28,-2969.32,321.57,5.18458,300,300,3,0,247,0,0,1), + (9412,1195,0,0,0,-5316.55,-2834.93,336.855,6.14356,300,300,2,0,198,0,0,1), + (9413,1172,0,0,0,-4808.38,-2946.72,325.148,4.63022,300,300,2,0,198,324,0,1), + (9414,1174,0,0,0,-4927.74,-2963.38,317.67,0.058681,300,300,3,0,219,537,0,1), + (9415,2098,0,0,0,-4165.49,-2469.87,210.461,5.15421,300,300,5,0,164,0,0,1), + (9416,2111,0,0,0,-3746.29,-877.423,10.1325,1.18682,300,300,0,0,919,0,0,0), + (9417,1007,0,0,0,-4181.26,-2884.55,12.2847,4.5204,300,300,0,0,494,0,0,0), + (9418,1008,0,0,0,-4150.9,-2851.43,12.1226,0.890118,300,300,0,0,531,0,0,0), + (9419,15384,0,0,0,-3895.13,-627.5,6.87212,0.645772,300,300,0,0,42,0,0,0), + (9420,15384,0,0,0,-3739.14,-604.76,9.6443,2.86234,300,300,0,0,42,0,0,0), + (9421,2595,0,0,0,-2207.81,-1707.91,-64.187,3.9074,300,300,10,0,1604,0,0,1), + (9422,1418,0,0,0,-2615.01,-1450.99,-15.7628,5.32325,300,300,0,0,896,0,0,0), + (9423,1418,0,0,0,-2549.32,-1586.18,-13.1381,3.28531,300,300,10,0,896,0,0,1), + (9424,1418,0,0,0,-2613,-1388.05,-13.7176,1.22002,300,300,10,0,896,0,0,1), + (9425,1418,0,0,0,-2522.4,-1547.3,-21.728,2.92119,300,300,10,0,896,0,0,1), + (9426,1418,0,0,0,-2613.37,-1507,-10.1222,1.03153,300,300,10,0,896,0,0,1), + (9427,1418,0,0,0,-2597.06,-1470.13,-13.517,2.53179,300,300,10,0,896,0,0,1), + (9428,1418,0,0,0,-2405.29,-1695.5,-16.3056,4.95776,300,300,10,0,896,0,0,1), + (9429,1418,0,0,0,-2510.58,-1622.05,-19.5504,3.70143,300,300,10,0,896,0,0,1), + (9430,1418,0,0,0,-2592.15,-1554.63,-9.76612,3.76223,300,300,10,0,896,0,0,1), + (9431,1032,0,0,0,-2944.3,-2824.74,27.3129,4.9512,300,300,10,0,617,0,0,1), + (9432,4963,0,0,0,-3822.89,-827.898,10.2984,5.16617,300,300,0,0,1605,0,0,0), + (9433,3180,0,0,0,-2654.2,-2314.79,77.6986,6.19592,300,300,0,0,1684,0,0,0), + (9434,2911,0,0,0,-3813.62,-837.888,17.1641,1.43117,300,300,0,0,2868,0,0,0), + (9435,1050,0,0,0,-4063.72,-3972.15,181.661,1.02974,600,600,0,0,9432,0,0,0), + (9436,1048,0,0,0,-3882.3,-4050.14,164.135,6.17651,600,600,10,0,9156,0,0,1), + (9437,1049,0,0,0,-3622.64,-3985.91,114.946,2.00453,600,600,3,0,7545,4972,0,1), + (9438,1049,0,0,0,-3583.05,-4015.14,109.921,0.901763,600,600,10,0,7545,4972,0,1), + (9439,1048,0,0,0,-3919.93,-4085.11,172.07,2.91742,600,600,10,0,9156,0,0,1), + (9440,1047,0,0,0,-3525.42,-3925.34,98.4791,3.89743,600,600,3,0,8883,0,0,1), + (9441,1049,0,0,0,-3712.23,-4077.41,138.499,3.1438,600,600,3,0,7545,4972,0,1), + (9442,1050,0,0,0,-4114.78,-3814.43,192.92,0,600,600,0,0,9432,0,0,0), + (9443,2097,0,0,0,-3688.57,-838.11,11.2478,0.453786,300,300,0,0,1240,0,0,0), + (9444,1217,0,0,0,-3818.05,-827.299,9.67523,5.91667,300,300,0,0,1240,0,0,0), + (9445,2096,0,0,0,-3584.85,-865.268,12.9323,5.03926,300,300,0,0,633,0,0,0), + (9446,1239,0,0,0,-3792.5,-840.038,9.90435,0.969448,300,300,0,0,1605,0,0,0), + (9447,5082,0,0,0,-3849.96,-736.444,8.66354,1.37881,300,300,0,0,1605,0,0,0), + (9448,1571,0,0,0,-3793.2,-782.052,9.09773,5.2709,600,600,0,0,7423,7071,0,0), + (9449,1434,0,0,0,-3732,-574.424,5.96492,4.5204,300,300,0,0,2187,0,0,0), + (9450,1434,0,0,0,-3748.8,-815.171,11.4795,4.06622,300,300,5,0,2187,0,0,1), + (9451,1434,0,0,0,-3845.64,-881.299,6.4364,2.22328,300,300,3,0,2187,0,0,1), + (9452,1434,0,0,0,-3724.95,-777.123,35.5055,5.31195,300,300,0,0,2187,0,0,0), + (9453,1434,0,0,0,-3726.81,-853.776,10.9955,3.3703,300,300,0,0,2187,0,0,0), + (9454,1434,0,0,0,-3668.1,-878.826,9.70652,0.821608,300,300,0,0,2187,0,0,0), + (9455,1434,0,0,0,-3904.06,-605.163,5.33632,0.506145,300,300,0,0,2187,0,0,0), + (9456,1434,0,0,0,-3646.55,-833.802,9.80127,2.10158,300,300,0,0,2187,0,0,0), + (9457,12658,0,0,0,-3906.42,-609.037,5.21179,4.76475,300,300,0,0,919,0,0,0), + (9458,3179,0,0,0,-3762.84,-723.912,8.20166,4.43314,300,300,0,0,1240,0,0,0), + (9459,1453,0,0,0,-3700.87,-718.832,11.2287,2.53515,300,300,0,0,1240,0,0,0), + (9460,1464,0,0,0,-3827.93,-831.901,10.0906,0.401426,300,300,0,0,1605,0,0,0), + (9461,1441,0,0,0,-3790.54,-866.239,11.5981,2.20502,300,300,0,0,1240,0,0,0), + (9462,1457,0,0,0,-3807.19,-823.611,17.1563,3.1765,300,300,0,0,1240,0,0,0), + (9463,1452,0,0,0,-3746.03,-888.592,11.0244,1.18804,300,300,0,0,1240,0,0,0), + (9464,1462,0,0,0,-3755.46,-849.402,10.0241,5.32655,300,300,0,0,1240,0,0,0), + (9465,12657,0,0,0,-3720.61,-596.261,6.6216,4.36332,300,300,0,0,480,0,0,0), + (9466,10046,0,0,0,-3794.34,-824.898,9.84759,0.05236,300,300,0,0,1605,0,0,0), + (9467,2099,0,0,0,-3730.98,-591.753,6.46108,6.03884,300,300,3,0,484,0,0,1), + (9468,1437,0,0,0,-3644.89,-754.985,9.97506,3.57897,300,300,0,0,919,0,0,0), + (9469,12375,0,0,0,-3643.86,-755.805,9.97506,4.27265,300,300,0,0,42,0,0,0), + (9470,1480,0,0,0,-3769.18,-881.015,10.9641,0.895416,300,300,0,0,919,0,0,0), + (9471,5406,0,0,0,-3644.73,-720.112,9.96778,4.15388,300,300,0,0,42,0,0,0), + (9472,1448,0,0,0,-3712.16,-834.066,11.4796,2.58165,300,300,0,0,919,0,0,0), + (9473,1446,0,0,0,-3673.07,-731.084,10.9426,5.70723,300,300,0,0,87,0,0,0), + (9474,1447,0,0,0,-3741.19,-888.798,11.0104,1.71042,300,300,0,0,87,0,0,0), + (9475,1481,0,0,0,-3768.65,-776.745,8.77108,5.30743,300,300,0,0,919,0,0,0), + (9476,2102,0,0,0,-3966.17,-2396.23,161.237,3.28535,300,300,5,0,494,0,0,1), + (9477,2102,0,0,0,-3980.46,-2358.27,157.511,3.90004,300,300,5,0,494,0,0,1), + (9478,1017,0,0,0,-2740.98,-2818.75,60.5157,5.85624,300,300,0,0,734,0,0,0), + (9479,1007,0,0,0,-4214.16,-2979.46,11.764,6.22145,300,300,0,0,494,0,0,0), + (9480,1418,0,0,0,-2649.33,-1416.17,-13.5259,4.03374,300,300,10,0,896,0,0,1), + (9481,1418,0,0,0,-2658.56,-1352.44,-11.033,3.52228,300,300,10,0,896,0,0,1), + (9482,1418,0,0,0,-2639.1,-1292.5,-12.1898,0.066106,300,300,10,0,896,0,0,1), + (9483,1418,0,0,0,-2458.36,-1644.37,-23.9631,2.55973,300,300,10,0,896,0,0,1), + (9484,1418,0,0,0,-2643.2,-1215.43,-14.7044,4.05034,300,300,10,0,896,0,0,1), + (9485,1418,0,0,0,-2485.8,-1594.88,-27.7009,1.4278,300,300,10,0,896,0,0,1), + (9486,1418,0,0,0,-2685.77,-1182.18,-13.1759,2.30947,300,300,10,0,896,0,0,1), + (9487,1418,0,0,0,-2615.52,-1243.67,-14.2569,5.8947,300,300,10,0,896,0,0,1), + (9488,1400,0,0,0,-3711.17,-1239.44,-7.03479,2.57709,300,300,10,0,617,0,0,1), + (9489,1420,0,0,0,-2885.81,-1303.43,9.62749,4.91898,300,300,10,0,8,0,0,1), + (9490,1420,0,0,0,-4127.74,-3173.25,11.311,2.29533,300,300,10,0,8,0,0,1), + (9491,1420,0,0,0,-2933.64,-1839.42,6.34453,5.85847,300,300,10,0,8,0,0,1), + (9492,1028,0,0,0,-3051.04,-931.25,-4.76749,6.15883,300,300,5,0,504,1443,0,1), + (9493,1047,0,0,0,-3571.06,-3912.59,100.901,1.69629,600,600,3,0,8883,0,0,1), + (9494,1049,0,0,0,-3746.53,-3995.52,142.89,5.6198,600,600,3,0,7545,4972,0,1), + (9495,1050,0,0,0,-4017.14,-3921.73,181.185,3.78736,600,600,0,0,9432,0,0,0), + (9496,1050,0,0,0,-3975.4,-3960.23,178.066,4.45059,600,600,0,0,9432,0,0,0), + (9497,1046,0,0,0,-3372.48,-3654.41,63.6958,3.39842,600,600,5,0,6891,4578,0,1), + (9498,1050,0,0,0,-3975.85,-4014.45,172.776,5.84685,600,600,0,0,9432,0,0,0), + (9499,1050,0,0,0,-4051.29,-3878.18,186.769,3.22886,600,600,0,0,9432,0,0,0), + (9500,1050,0,0,0,-4091.13,-3948.79,179.216,0.785398,600,600,0,0,9432,0,0,0), + (9501,1049,0,0,0,-3813.79,-4045.87,152.633,5.2955,600,600,10,0,7545,4972,0,1), + (9502,4455,0,0,0,-3745.55,-801.538,11.5629,0.471239,300,300,0,0,1042,0,0,0), + (9503,2086,0,0,0,-3716.14,-807.058,10.0639,5.91667,300,300,0,0,1240,0,0,0), + (9504,1242,0,0,0,-3761.23,-733.229,8.04967,1.36835,300,300,0,0,1605,0,0,0), + (9505,2104,0,0,0,-3732.46,-797.345,26.7802,5.77704,300,300,0,0,2016,0,0,0), + (9506,1018,0,0,0,-2953.05,-3311.23,54.206,2.51745,300,300,3,0,840,0,0,1), + (9507,1018,0,0,0,-3147.92,-3172.18,65.6812,1.5708,300,300,3,0,840,0,0,1), + (9508,1019,0,0,0,-3019.5,-3245.56,58.4111,1.12521,300,300,3,0,950,0,0,1), + (9509,1018,0,0,0,-3194.84,-3167.43,79.5633,6.09039,300,300,2,0,840,0,0,1), + (9510,1434,0,0,0,-3691.05,-793.791,11.4796,5.57588,300,300,5,0,2187,0,0,1), + (9511,1434,0,0,0,-3654.92,-850.519,9.67627,6.18187,300,300,0,0,2187,0,0,0), + (9512,1434,0,0,0,-3721.14,-800.339,25.403,1.81113,300,300,0,0,2187,0,0,0), + (9513,1434,0,0,0,-3741.1,-590.141,6.30289,0.31862,300,300,0,0,2187,0,0,0), + (9514,1434,0,0,0,-3822.52,-767.024,8.04894,3.24575,300,300,0,0,2187,0,0,0), + (9515,1434,0,0,0,-3525.32,-897.442,9.44792,0.511234,300,300,3,0,2187,0,0,1), + (9516,1434,0,0,0,-3723.75,-798.595,11.4796,4.26498,300,300,5,0,2187,0,0,2), + (9517,1434,0,0,0,-3728.33,-776.706,11.4795,4.92563,300,300,5,0,2187,0,0,1), + (9518,1434,0,0,0,-3720.14,-589.24,6.44147,2.98451,300,300,0,0,2187,0,0,0), + (9519,3181,0,0,0,-3840.27,-836.852,16.9484,2.77257,300,300,0,0,1605,0,0,0), + (9520,1456,0,0,0,-3818.65,-818.816,9.55073,5.28835,300,300,0,0,1240,0,0,0), + (9521,1458,0,0,0,-3687.09,-719.98,11.2215,4.61373,300,300,0,0,1240,0,0,0), + (9522,1450,0,0,0,-3797.76,-866.926,11.5981,4.0856,300,300,0,0,1240,0,0,0), + (9523,1454,0,0,0,-3687.1,-725.396,16.0801,3.80482,300,300,0,0,1240,0,0,0), + (9524,1460,0,0,0,-3645.77,-744.079,9.85006,3.86039,300,300,0,0,1240,0,0,0), + (9525,1451,0,0,0,-3771.83,-806.461,10.4091,0.736331,300,300,0,0,1240,0,0,0), + (9526,3182,0,0,0,-3807.91,-837.641,10.0663,2.6529,300,300,0,0,919,0,0,0), + (9527,1461,0,0,0,-3790.13,-858.467,11.5981,1.12372,300,300,0,0,2766,0,0,0), + (9528,1463,0,0,0,-3704.24,-734.737,10.8371,2.79539,300,300,0,0,1240,0,0,0), + (9529,2099,0,0,0,-3914.25,-619.929,4.96821,2.55767,300,300,3,0,484,0,0,1), + (9530,5405,0,0,0,-3649.77,-728.612,15.2705,5.36092,300,300,0,0,42,0,0,0), + (9531,2099,0,0,0,-3838.25,-794.124,8.3318,3.04502,300,300,5,0,484,0,0,1), + (9532,8881,0,0,0,-3796.53,-827.717,9.8649,3.42085,300,300,0,0,42,0,0,0), + (9533,2099,0,0,0,-3849.69,-731.295,8.52667,0.669959,300,300,0,0,484,0,0,0), + (9534,2099,0,0,0,-3858.47,-812.472,8.12129,0.435042,300,300,5,0,484,0,0,1), + (9535,1476,0,0,0,-3816.11,-831.261,9.4674,3.64644,300,300,0,0,919,0,0,0), + (9536,5404,0,0,0,-3635.94,-724.132,10.007,4.32842,300,300,0,0,42,0,0,0), + (9537,8881,0,0,0,-3796.54,-830.003,9.73768,3.1765,300,300,0,0,42,0,0,0), + (9538,2099,0,0,0,-3915.33,-627.699,4.79788,6.03106,300,300,3,0,484,0,0,1), + (9539,2102,0,0,0,-4425.6,-2427.09,252.665,0.981529,300,300,5,0,494,0,0,1), + (9540,1016,0,0,0,-2758.16,-2927.16,51.0279,2.64852,300,300,3,0,664,0,0,1), + (9541,2596,0,0,0,-2221.49,-1520.33,-35.9927,4.62531,300,300,10,0,1196,3075,0,1), + (9542,1417,0,0,0,-4105.13,-3093.6,9.64633,4.25747,300,300,10,0,531,0,0,1), + (9543,1027,0,0,0,-2724.18,-979.468,-13.2423,0.139161,300,300,10,0,664,0,0,1), + (9544,1027,0,0,0,-2745.85,-1092.08,-9.53117,4.68115,300,300,10,0,664,0,0,1), + (9545,1027,0,0,0,-2721.67,-1034.6,-13.0759,2.17969,300,300,10,0,664,0,0,1), + (9546,1049,0,0,0,-3782.52,-4014.72,148.531,3.92133,600,600,10,0,7545,4972,0,1), + (9547,1050,0,0,0,-4115.67,-3848.33,190.087,0.034907,600,600,0,0,9432,0,0,0), + (9548,1048,0,0,0,-3595.13,-3984.96,108.992,0.182924,600,600,5,0,9156,0,0,1), + (9549,1049,0,0,0,-3752.87,-4060.52,145.397,5.8967,600,600,5,0,7545,4972,0,1), + (9550,1050,0,0,0,-4056.75,-3781.45,194.749,3.19395,600,600,0,0,9432,0,0,0), + (9551,1048,0,0,0,-3843.86,-4014.66,159.226,0.483717,600,600,5,0,9156,0,0,1), + (9552,1049,0,0,0,-3679.62,-3994.1,127.343,1.46122,600,600,3,0,7545,4972,0,1), + (9553,1434,0,0,0,-3542.41,-896.957,9.50667,5.82098,300,300,5,0,2187,0,0,2), + (9554,1434,0,0,0,-3734.41,-817.711,20.3013,2.72242,300,300,0,0,2187,0,0,0), + (9555,1434,0,0,0,-3776.45,-826.227,11.6295,5.59802,300,300,0,0,2187,0,0,0), + (9556,1434,0,0,0,-3689.83,-774.054,11.0056,6.19077,300,300,5,0,2187,0,0,1), + (9557,1434,0,0,0,-3725.67,-799.735,20.3013,1.0162,300,300,5,0,2187,0,0,2), + (9558,1434,0,0,0,-3886.3,-595.664,5.78198,3.56047,300,300,0,0,2187,0,0,0), + (9559,1434,0,0,0,-3865.2,-594.814,6.40026,3.57792,300,300,0,0,2187,0,0,0), + (9560,1434,0,0,0,-3530.14,-914.874,9.19879,2.96362,300,300,3,0,2187,0,0,1), + (9561,1434,0,0,0,-3744.99,-759.752,9.67399,2.97243,300,300,0,0,2187,0,0,0), + (9562,3178,0,0,0,-3755.63,-720.676,8.18917,3.68849,300,300,0,0,1240,0,0,0), + (9563,1459,0,0,0,-3758.33,-855.729,10.0241,4.46419,300,300,0,0,1240,0,0,0), + (9564,12376,0,0,0,-3638.66,-714.83,9.9453,4.29351,300,300,0,0,42,0,0,0), + (9565,5403,0,0,0,-3659.51,-753.616,9.97506,5.63593,300,300,0,0,42,0,0,0), + (9566,1445,0,0,0,-3667.39,-733.498,10.9584,2.74017,300,300,0,0,87,0,0,0), + (9567,2099,0,0,0,-3842.65,-737.782,8.74897,4.08407,300,300,0,0,484,0,0,0), + (9568,1479,0,0,0,-3713.98,-811.793,25.403,2.41864,300,300,0,0,919,0,0,0), + (9569,1484,0,0,0,-3743.43,-886.878,11.0121,3.57173,300,300,0,0,919,0,0,0), + (9570,1483,0,0,0,-3743.22,-797.57,11.4796,2.64953,300,300,0,0,919,0,0,0), + (9571,2099,0,0,0,-3869.46,-598.839,6.15847,4.78435,300,300,0,0,484,0,0,0), + (9572,2099,0,0,0,-3904.43,-619.818,4.80411,1.08794,300,300,3,0,484,0,0,1), + (9573,2595,0,0,0,-2216.49,-1555.45,-29.9376,0.563939,300,300,10,0,1604,0,0,1), + (9574,1400,0,0,0,-3753,-1186.43,-18.9764,1.51493,300,300,10,0,617,0,0,1), + (9575,1048,0,0,0,-3611.21,-3955.03,109.977,4.34546,600,600,0,0,9156,0,0,0), + (9576,1049,0,0,0,-3697.11,-4042.26,130.018,2.86407,600,600,10,0,7545,4972,0,1), + (9577,1050,0,0,0,-4055.31,-3815.43,190.218,3.15905,600,600,0,0,9432,0,0,0), + (9578,1048,0,0,0,-3563.04,-3990.05,108.922,3.42683,600,600,0,0,9156,0,0,0), + (9579,1049,0,0,0,-3787.48,-4087.3,155.636,5.81517,600,600,5,0,7545,4972,0,1), + (9580,1048,0,0,0,-3913.05,-4014.33,167.195,0.869833,600,600,10,0,9156,0,0,1), + (9581,1049,0,0,0,-3706.81,-4012.17,130.885,6.15205,600,600,5,0,7545,4972,0,2), + (9582,1050,0,0,0,-3951.23,-3992.42,173.433,5.14872,600,600,0,0,9432,0,0,0), + (9583,1482,0,0,0,-3674.24,-734.237,10.9442,0.688427,300,300,0,0,919,0,0,0), + (9584,2595,0,0,0,-2254.42,-1478.97,-43.5668,0.026295,300,300,10,0,1604,0,0,1), + (9585,1028,0,0,0,-3048.89,-847.357,-14.215,3.00197,300,300,0,0,504,1443,0,0), + (9586,1050,0,0,0,-4060.55,-3843.45,189.637,3.33358,600,600,0,0,9432,0,0,0), + (9587,1050,0,0,0,-3993.36,-3986.63,176.335,0.767945,600,600,0,0,9432,0,0,0), + (9588,1050,0,0,0,-3959.8,-4005.61,171.482,5.48033,600,600,0,0,9432,0,0,0), + (9589,1047,0,0,0,-3543.94,-3941.29,102.124,1.6903,600,600,0,0,8883,0,0,0), + (9590,1050,0,0,0,-4107.91,-3886.97,184.357,6.24828,600,600,0,0,9432,0,0,0), + (9591,1050,0,0,0,-4051.59,-3903.66,184.044,4.08407,600,600,0,0,9432,0,0,0), + (9592,1050,0,0,0,-4115.38,-3781.06,196.03,6.21337,600,600,0,0,9432,0,0,0), + (9593,1017,0,0,0,-2731.8,-2826.96,59.4968,2.97676,300,300,0,0,734,0,0,0), + (9594,1016,0,0,0,-2785.79,-2942.42,64.8738,3.93566,300,300,3,0,664,0,0,1), + (9595,2098,0,0,0,-4040.71,-2557.35,140.166,5.55719,300,300,5,0,164,0,0,1), + (9596,1030,0,0,0,-4324.85,-2943.6,16.7937,5.48369,300,300,3,0,494,0,0,1), + (9597,2102,0,0,0,-4229.39,-2376.94,202.896,4.7822,300,300,0,0,494,0,0,0), + (9598,1418,0,0,0,-2485.33,-1688.66,-13.4243,6.12231,300,300,10,0,896,0,0,1), + (9599,1030,0,0,0,-4312.4,-2945.19,14.8118,1.73177,300,300,10,0,494,0,0,1), + (9600,1019,0,0,0,-2654.07,-2048.08,75.7558,5.21797,300,300,5,0,950,0,0,1), + (9601,2679,0,0,0,-2859.09,-1448.46,8.68912,4.53786,300,300,0,0,1454,0,0,0), + (9602,1078,0,0,0,-3550.55,-1968.44,114.889,1.62341,300,300,0,0,1240,0,0,0), + (9603,1025,0,0,0,-3146.13,-890.037,-11.0565,4.06856,300,300,5,0,531,0,0,1), + (9604,1024,0,0,0,-3224.38,-894.487,-5.92772,4.10566,300,300,10,0,494,0,0,1), + (9605,1027,0,0,0,-2781.43,-919.248,-13.8136,4.65193,300,300,10,0,664,0,0,1), + (9606,1420,0,0,0,-3015.1,-2127.85,6.21251,3.53794,300,300,10,0,8,0,0,1), + (9607,1027,0,0,0,-2762.24,-958.632,-13.6919,3.2676,300,300,10,0,664,0,0,1), + (9608,1016,0,0,0,-2899.84,-2718.1,29.7199,0.566879,300,300,10,0,664,0,0,1), + (9609,1035,0,0,0,-3409.53,-2284.12,51.8988,0.473012,300,300,0,0,635,0,0,0), + (9610,1034,0,0,0,-3399.82,-2284.89,51.8992,0.128286,300,300,0,0,635,0,0,0), + (9611,1420,0,0,0,-4019.82,-2935.42,7.71254,1.80923,300,300,10,0,8,0,0,1), + (9612,1015,0,0,0,-2940.19,-2712.81,20.3167,0.86831,300,300,5,0,617,0,0,1), + (9613,2103,0,0,0,-4245.94,-2454.22,259.783,0.633085,300,300,5,0,449,0,0,1), + (9614,1018,0,0,0,-3055.58,-3205.67,56.5263,3.85101,300,300,3,0,840,0,0,1), + (9615,1018,0,0,0,-3031.89,-3257.53,66.4442,5.28936,300,300,3,0,840,0,0,1), + (9616,1018,0,0,0,-2961.8,-3174.1,58.3581,4.98599,300,300,3,0,840,0,0,1), + (9617,1019,0,0,0,-3018.54,-3184.15,55.4953,2.2638,300,300,3,0,950,0,0,1), + (9618,1018,0,0,0,-2999.05,-3163.38,57.4992,0.867506,300,300,3,0,840,0,0,1), + (9619,1019,0,0,0,-2906.97,-3199.05,59.5109,3.56311,300,300,3,0,950,0,0,1), + (9620,1018,0,0,0,-2936.64,-3174.81,57.0274,2.73028,300,300,3,0,840,0,0,1), + (9621,1018,0,0,0,-2942.61,-3245.34,58.9836,5.40015,300,300,3,0,840,0,0,1), + (9622,1019,0,0,0,-2950.49,-3270.71,62.197,3.88905,300,300,3,0,950,0,0,1), + (9623,1019,0,0,0,-2969.06,-3255.33,54.206,2.59226,300,300,3,0,950,0,0,1), + (9624,1034,0,0,0,-3414.8,-2298.29,52.5738,4.00815,300,300,0,0,635,0,0,0), + (9625,1034,0,0,0,-3404.98,-2295.85,51.9004,0.473791,300,300,0,0,635,0,0,0), + (9626,1057,0,0,0,-3398.99,-2270.39,51.8997,5.33934,300,300,0,0,519,1443,0,0), + (9627,1057,0,0,0,-3410.47,-2291.42,51.8986,0.030041,300,300,0,0,519,1443,0,0), + (9628,1053,0,0,0,-2817.57,-2881.88,32.7418,2.04204,300,300,0,0,2715,0,0,0), + (9631,1032,0,0,0,-3570.25,-3100.41,22.3196,1.66838,300,300,5,0,617,0,0,1), + (9632,1033,0,0,0,-3597.07,-3243.25,26.6115,2.90278,300,300,5,0,734,0,0,1), + (9633,1043,0,0,0,-3485.02,-3139.48,22.2691,1.58642,300,300,10,0,582,618,0,1), + (9634,1043,0,0,0,-3578.67,-3164.21,24.1407,1.28177,300,300,10,0,582,618,0,1), + (9635,1042,0,0,0,-3492.88,-3012.88,18.0758,2.37417,300,300,5,0,617,0,0,1), + (9636,1042,0,0,0,-3549.44,-3021.78,11.0234,4.888,300,300,0,0,617,0,0,0), + (9637,1043,0,0,0,-3458.86,-3045.01,23.0215,1.44852,300,300,10,0,582,618,0,1), + (9638,1017,0,0,0,-2735.83,-2853.3,54.1952,2.32858,300,300,0,0,734,0,0,0), + (9639,1042,0,0,0,-3228.17,-2850.52,16.5934,2.39761,300,300,5,0,617,0,0,1), + (9640,1043,0,0,0,-3564.16,-3245.41,26.2497,3.92699,300,300,10,0,582,618,0,1), + (9641,1043,0,0,0,-3545.01,-3205.13,26.8285,5.15422,300,300,10,0,582,618,0,1), + (9642,1043,0,0,0,-3490.15,-3067.27,22.0232,2.77414,300,300,10,0,582,618,0,1), + (9643,1032,0,0,0,-3516.48,-3044.27,14.8346,3.15331,300,300,5,0,617,0,0,1), + (9644,1042,0,0,0,-3581.09,-3048.91,20.0439,2.83786,300,300,5,0,617,0,0,1), + (9645,1069,0,0,0,-3121.32,-3022.41,28.9901,1.63199,300,300,10,0,603,655,0,1), + (9646,1069,0,0,0,-3478.15,-3195.61,23.5374,4.80011,300,300,10,0,603,655,0,1), + (9647,1069,0,0,0,-3389.06,-3189.21,24.2305,0.777111,300,300,10,0,603,655,0,1), + (9648,1069,0,0,0,-3525.4,-3280.05,28.8772,2.39273,300,300,10,0,603,655,0,1), + (9649,1044,0,0,0,-3485.77,-3317.69,29.6723,5.54301,300,300,5,0,684,693,0,1), + (9650,1032,0,0,0,-3787.36,-1337.68,24.9005,4.00164,300,300,10,0,617,0,0,1), + (9651,1417,0,0,0,-4175.77,-3035.61,3.39675,0.247068,300,300,10,0,531,0,0,1), + (9652,1018,0,0,0,-2914.52,-3232.13,56.6167,0.105692,300,300,3,0,840,0,0,1), + (9653,1019,0,0,0,-2926.42,-3246.81,54.206,5.10494,300,300,3,0,950,0,0,1), + (9654,1019,0,0,0,-2929.81,-3292.57,54.206,3.33254,300,300,3,0,950,0,0,1), + (9655,1019,0,0,0,-3010.48,-3229.75,54.0775,4.21503,300,300,3,0,950,0,0,1), + (9656,1018,0,0,0,-2985,-3270.96,54.206,0.245902,300,300,3,0,840,0,0,1), + (9657,1019,0,0,0,-3030.82,-3279.76,65.7966,6.04398,300,300,3,0,950,0,0,1), + (9658,1019,0,0,0,-2997.37,-3313.15,64.1,1.72991,300,300,3,0,950,0,0,1), + (9659,1018,0,0,0,-3060.94,-3218.62,60.9622,2.07174,300,300,3,0,840,0,0,1), + (9660,1018,0,0,0,-2974.63,-3296.74,54.206,3.21453,300,300,3,0,840,0,0,1), + (9661,1019,0,0,0,-3040.75,-3196.58,56.1458,6.09223,300,300,3,0,950,0,0,1), + (9662,1018,0,0,0,-2995.32,-3195.16,59.5059,2.90957,300,300,3,0,840,0,0,1), + (9663,1420,0,0,0,-3514.09,-2816.25,9.39165,0.755021,300,300,10,0,8,0,0,1), + (9664,442,0,0,0,-9825.96,-1788.55,23.6652,0.92759,300,300,5,0,328,0,0,1), + (9665,1083,0,0,0,-9610.93,-2620.03,57.0042,5.0087,300,300,5,0,356,0,0,1), + (9666,580,0,0,0,-8823,-1919.77,124.308,2.91731,300,300,0,0,494,0,0,0), + (9667,422,0,0,0,-9601.31,-2663.82,59.1656,0.765713,300,300,5,0,417,0,0,1), + (9668,548,0,0,0,-9620.42,-2630.88,58.3792,2.13711,300,300,5,0,350,390,0,1), + (9669,548,0,0,0,-9620.42,-2623.75,58.6292,5.6398,300,300,5,0,350,390,0,1), + (9670,721,0,0,0,-9182.64,-2097.79,87.8603,2.1628,300,300,5,0,1,0,0,1), + (9671,1083,0,0,0,-9564.15,-2607.25,53.9951,6.11436,300,300,5,0,356,0,0,1), + (9672,1083,0,0,0,-9590,-2630.72,60.7542,5.19776,300,300,5,0,356,0,0,1), + (9673,422,0,0,0,-9606.21,-2606.38,56.5042,4.35914,300,300,5,0,417,0,0,1), + (9674,441,0,0,0,-9627.7,-2360.86,64.1231,3.38325,300,300,10,0,330,938,0,1), + (9675,1053,0,0,0,-2813.24,-2870.04,32.8668,3.45575,300,300,10,0,2715,0,0,1), + (9676,1035,0,0,0,-3435.72,-2461.81,61.8125,4.17134,300,300,0,0,635,0,0,0), + (9677,1140,0,0,0,-2953.2,-3281.3,62.3925,1.97076,7200,7200,0,0,1106,0,0,0), + (9678,2098,0,0,0,-3956.82,-2386.34,156.403,0.851786,300,300,5,0,164,0,0,1), + (9679,1420,0,0,0,-3633.57,-933.727,-9.41595,4.87035,300,300,10,0,8,0,0,1), + (9680,1400,0,0,0,-3749.56,-1269.27,-8.1395,0.850314,300,300,10,0,617,0,0,1), + (9681,1417,0,0,0,-3656.25,-941.667,-8.64649,1.9513,300,300,10,0,531,0,0,1), + (9682,1028,0,0,0,-2988.56,-855.009,-9.10766,2.44978,300,300,5,0,504,1443,0,1), + (9683,1025,0,0,0,-3212.57,-815.264,-14.4519,4.72702,300,300,5,0,531,0,0,1), + (9684,1028,0,0,0,-3017.56,-883.99,-11.267,5.3605,300,300,5,0,504,1443,0,1), + (9685,1025,0,0,0,-3146.98,-808.208,-13.7409,4.57757,300,300,5,0,531,0,0,1), + (9686,1027,0,0,0,-2846.8,-904.611,-8.65137,1.20925,300,300,10,0,664,0,0,1), + (9687,1025,0,0,0,-3183.08,-851.42,-13.0701,3.89376,300,300,5,0,531,0,0,1), + (9688,1077,0,0,0,-3591.81,-1994.5,116.97,0.226893,300,300,0,0,1605,0,0,0), + (9689,1076,0,0,0,-3590.51,-1998.6,117.02,0.890118,300,300,0,0,1605,0,0,0), + (9690,1027,0,0,0,-2936.06,-871.457,-10.8332,0.016706,300,300,10,0,664,0,0,1), + (9691,2682,0,0,0,-2857.93,-1481.26,10.1697,0.238355,300,300,0,0,1172,0,0,0), + (9692,1019,0,0,0,-2618.64,-2031.02,72.9202,4.85732,300,300,5,0,950,0,0,1), + (9693,2103,0,0,0,-4268,-2486.26,249.123,0.027337,300,300,5,0,449,0,0,1), + (9694,1035,0,0,0,-3441.65,-2286.62,52.3614,0.115658,300,300,5,0,635,0,0,1), + (9695,1434,0,0,0,-3641.42,-695.895,5.85869,6.14212,300,300,5,0,2187,0,0,1), + (9696,1434,0,0,0,-3715.39,-701.697,4.7581,3.37283,300,300,5,0,2187,0,0,1), + (9697,2094,0,0,0,-3684.2,-743.032,10.1033,5.06965,300,300,0,0,1240,0,0,0), + (9698,1069,0,0,0,-3307.2,-3021.42,24.5583,3.36195,300,300,10,0,603,655,0,1), + (9699,1069,0,0,0,-3410.88,-3279.18,23.9106,3.95333,300,300,10,0,603,655,0,1), + (9700,1043,0,0,0,-3511.92,-3082.55,19.8717,0.067202,300,300,10,0,582,618,0,1), + (9701,1417,0,0,0,-4148.08,-3034.12,5.84343,0.695473,300,300,10,0,531,0,0,1), + (9702,2102,0,0,0,-4272.12,-2340.12,219.474,3.99139,300,300,0,0,494,0,0,0), + (9703,1111,0,0,0,-3769,-2458.7,27.2349,4.34262,300,300,3,0,531,0,0,1), + (9704,1420,0,0,0,-3048.7,-1271.09,11.7266,5.42589,300,300,10,0,8,0,0,1), + (9705,1417,0,0,0,-4135.14,-3114.8,5.2408,6.0849,300,300,10,0,531,0,0,1), + (9706,2595,0,0,0,-2208.21,-1653.71,-48.1949,6.04705,300,300,10,0,1604,0,0,1), + (9707,1036,0,0,0,-3419.45,-2436.73,52.0294,3.11783,300,300,0,0,600,618,0,0), + (9708,1015,0,0,0,-2974.57,-2693.96,12.0918,0.809005,300,300,10,0,617,0,0,1), + (9709,1017,0,0,0,-2909.08,-2741.77,28.8417,2.92123,300,300,10,0,734,0,0,1), + (9710,1052,0,0,0,-2822.17,-2868.12,32.7418,3.80482,300,300,0,0,2559,0,0,0), + (9711,1053,0,0,0,-2827.15,-2875.44,32.7418,1.01229,300,300,0,0,2715,0,0,0), + (9712,1054,0,0,0,-2819.34,-2875.17,32.7418,3.10669,300,300,0,0,2865,0,0,0), + (9713,1032,0,0,0,-2840.48,-2705.67,45.2247,2.56647,300,300,10,0,617,0,0,1), + (9714,1028,0,0,0,-3075.52,-820.704,-12.7779,5.06933,300,300,5,0,504,1443,0,1), + (9715,1024,0,0,0,-3246.6,-842.02,-15.1982,0.161731,300,300,10,0,494,0,0,1), + (9716,1400,0,0,0,-3564.55,-1141.54,-11.6649,4.46526,300,300,10,0,617,0,0,1), + (9717,2595,0,0,0,-2298.31,-1521.21,-38.3267,3.33605,300,300,10,0,1604,0,0,1), + (9718,1020,0,0,0,-3797.17,-1341.44,25.3554,0.232657,300,300,3,0,573,0,0,1), + (9719,1020,0,0,0,-3773.13,-1320.33,28.7508,1.02502,300,300,3,0,573,0,0,1), + (9720,1019,0,0,0,-2614.87,-1983.65,64.8758,1.38797,300,300,0,0,950,0,0,0), + (9721,1034,0,0,0,-3320.04,-2264.43,51.8954,3.63902,300,300,3,0,635,0,0,1), + (9722,1017,0,0,0,-2593.41,-1680.81,9.67474,5.11399,300,300,10,0,734,0,0,1), + (9723,1111,0,0,0,-3904.74,-2676.89,32.038,0.033191,300,300,10,0,531,0,0,1), + (9724,1111,0,0,0,-3945.5,-2614.18,40.9056,3.78431,300,300,10,0,531,0,0,1), + (9725,1111,0,0,0,-3949.43,-2581.94,52.9613,1.13334,300,300,5,0,531,0,0,1), + (9726,1111,0,0,0,-3827.89,-2469.02,31.872,0.309867,300,300,3,0,531,0,0,1), + (9727,1015,0,0,0,-3169.37,-2748.18,17.1753,6.17943,300,300,10,0,617,0,0,1), + (9728,1015,0,0,0,-2985.18,-2586.01,15.4678,5.79507,300,300,10,0,617,0,0,1), + (9729,1044,0,0,0,-3388.41,-3299.46,25.8421,3.66292,300,300,5,0,684,693,0,1), + (9730,1420,0,0,0,-3076.73,-2380.4,6.96654,1.76743,300,300,10,0,8,0,0,1), + (9731,2595,0,0,0,-2326.77,-1785.46,-37.16,1.25681,300,300,10,0,1604,0,0,1), + (9732,1034,0,0,0,-3430.93,-2316.92,52.2578,0.013553,300,300,0,0,635,0,0,0), + (9733,1034,0,0,0,-3425.41,-2314.67,53.1409,0.712558,300,300,0,0,635,0,0,0), + (9734,1057,0,0,0,-3444.61,-2298.93,52.0236,5.2596,300,300,5,0,519,1443,0,1), + (9735,1034,0,0,0,-3427.86,-2305.2,53.2804,1.47047,300,300,3,0,635,0,0,1), + (9736,1057,0,0,0,-3448.01,-2315.44,52.4983,0.82644,300,300,0,0,519,1443,0,0), + (9737,1034,0,0,0,-3333.23,-2267.97,51.9893,5.52397,300,300,0,0,635,0,0,0), + (9738,1057,0,0,0,-3342,-2277.68,51.8993,1.56164,300,300,0,0,519,1443,0,0), + (9739,1057,0,0,0,-3318.75,-2276.12,51.8988,2.49234,300,300,0,0,519,1443,0,0), + (9744,1042,0,0,0,-3618.66,-3112,22.9303,6.13603,300,300,5,0,617,0,0,1), + (9745,1069,0,0,0,-3178.51,-2993.31,23.1223,2.02089,300,300,10,0,603,655,0,1), + (9746,1054,0,0,0,-2866.67,-2953.65,33.7424,2.79253,300,300,0,0,2865,0,0,0), + (9747,1052,0,0,0,-2863.89,-2948.53,33.7424,3.34439,300,300,0,0,2559,0,0,0), + (9748,1052,0,0,0,-2880.49,-2952.03,33.7843,1.48015,300,300,5,0,2559,0,0,1), + (9749,1054,0,0,0,-2873.08,-2958.27,33.7843,1.48353,300,300,0,0,2865,0,0,0), + (9750,1054,0,0,0,-2880.25,-2946.53,34.2777,4.62512,300,300,0,0,2865,0,0,0), + (9751,1035,0,0,0,-3329.55,-2266.85,51.9188,4.4951,300,300,0,0,635,0,0,0), + (9752,1034,0,0,0,-3322.01,-2255.04,51.886,3.09358,300,300,5,0,635,0,0,1), + (9753,1053,0,0,0,-2859.92,-2973.38,40.3179,0.812122,300,300,5,0,2715,0,0,1), + (9754,8305,0,0,0,-3188.03,-2465.57,9.67295,2.44346,300,300,0,0,1240,0,0,0), + (9755,1030,0,0,0,-3836.19,-3136.48,15.8488,6.1728,300,300,5,0,494,0,0,1), + (9756,1025,0,0,0,-3118.24,-846.084,-14.2927,5.6518,300,300,5,0,531,0,0,1), + (9757,1028,0,0,0,-3078.07,-881.472,-12.8637,0.564671,300,300,5,0,504,1443,0,1), + (9758,1418,0,0,0,-2656.98,-1480.59,-6.70235,0.862434,300,300,10,0,896,0,0,1), + (9759,1027,0,0,0,-2718.64,-1120.17,-9.72419,0.936343,300,300,10,0,664,0,0,1), + (9760,1016,0,0,0,-2798.03,-2002.36,28.9523,1.54321,300,300,5,0,664,0,0,1), + (9761,1019,0,0,0,-2580.41,-1963.54,52.7538,6.09944,300,300,0,0,950,0,0,0), + (9762,1018,0,0,0,-2550.91,-1719.09,9.46367,4.03124,300,300,10,0,840,0,0,1), + (9763,1040,0,0,0,-3171.13,-1522.04,4.68814,2.76075,300,300,10,0,664,0,0,1), + (9764,1018,0,0,0,-3010.57,-3110.42,64.6486,0,300,300,5,0,840,0,0,1), + (9765,1018,0,0,0,-3051.7,-3134.37,64.6635,5.88474,300,300,2,0,840,0,0,1), + (9766,1018,0,0,0,-3134.56,-3201.66,64.4624,5.57733,300,300,5,0,840,0,0,1), + (9767,1034,0,0,0,-3305.8,-2294.36,59.4077,4.05351,300,300,5,0,635,0,0,1), + (9768,1420,0,0,0,-2837.81,-1424.41,12.7294,1.46759,300,300,10,0,8,0,0,1), + (9769,1018,0,0,0,-2979.01,-3090.92,64.6092,6.09914,300,300,5,0,840,0,0,1), + (9770,1434,0,0,0,-3815.1,-791.049,11.2613,3.52786,300,300,5,0,2187,0,0,1), + (9771,1057,0,0,0,-3440.09,-2434.04,52.0411,0.97762,300,300,0,0,519,1443,0,0), + (9772,1036,0,0,0,-3421.48,-2432.87,52.0294,3.24742,300,300,0,0,600,618,0,0), + (9773,1038,0,0,0,-3427.76,-2442.14,52.0236,1.82883,300,300,0,0,519,1443,0,0), + (9774,1036,0,0,0,-3639.59,-2599.13,52.0392,3.20385,300,300,0,0,600,618,0,0), + (9775,1030,0,0,0,-3536,-2595.39,30.9806,6.06275,300,300,5,0,494,0,0,1), + (9776,1417,0,0,0,-4047.35,-3098.63,7.20349,1.81767,300,300,10,0,531,0,0,1), + (9778,2098,0,0,0,-4210.79,-2482.6,277.307,5.52457,300,300,5,0,164,0,0,1), + (9779,2595,0,0,0,-2218.83,-1626.6,-46.8877,4.3511,300,300,10,0,1604,0,0,1), + (9780,2595,0,0,0,-2222.57,-1593.89,-54.3714,4.05526,300,300,10,0,1604,0,0,1), + (9781,1043,0,0,0,-3505.69,-3156.42,23.3777,3.23665,300,300,10,0,582,618,0,1), + (9782,1069,0,0,0,-3493.45,-3221.02,22.1007,5.94936,300,300,10,0,603,655,0,1), + (9783,1043,0,0,0,-3557.93,-3115.11,23.4445,0.449859,300,300,10,0,582,618,0,1), + (9784,1036,0,0,0,-3653.12,-2611.11,51.8989,1.2859,300,300,0,0,600,618,0,0), + (9785,1035,0,0,0,-3641.61,-2602.89,51.8991,2.17105,300,300,0,0,635,0,0,0), + (9786,1420,0,0,0,-3074.1,-1408.84,13.7846,5.94909,300,300,10,0,8,0,0,1), + (9787,1420,0,0,0,-3219.34,-2537.86,7.21249,0.592735,300,300,10,0,8,0,0,1), + (9788,1027,0,0,0,-3154.44,-1279.5,9.46256,6.16229,300,300,10,0,664,0,0,1), + (9789,2099,0,0,0,-3785.02,-750.936,8.10555,4.88692,300,300,0,0,484,0,0,0), + (9790,1038,0,0,0,-3647.66,-2609.58,51.8987,1.30399,300,300,0,0,519,1443,0,0), + (9791,2102,0,0,0,-4270.37,-2456.72,251.359,5.69939,300,300,5,0,494,0,0,1), + (9792,2102,0,0,0,-4277.4,-2404.28,234.061,6.13024,300,300,5,0,494,0,0,1), + (9793,2103,0,0,0,-4339.67,-2506.99,252.204,1.27141,300,300,5,0,449,0,0,1), + (9794,2102,0,0,0,-4310.64,-2519.36,256.747,5.8779,300,300,5,0,494,0,0,1), + (9795,2103,0,0,0,-4268.95,-2428.3,252.499,0.095784,300,300,5,0,449,0,0,1), + (9796,1027,0,0,0,-2907.18,-909.878,-11.3953,2.74937,300,300,10,0,664,0,0,1), + (9797,1017,0,0,0,-2794.17,-1942.71,24.7936,3.06829,300,300,5,0,734,0,0,1), + (9798,1017,0,0,0,-2776.05,-1933.47,24.7936,1.33866,300,300,5,0,734,0,0,1), + (9799,1017,0,0,0,-2777.25,-1955.5,24.7936,0.425907,300,300,5,0,734,0,0,1), + (9800,1417,0,0,0,-4046.45,-3064.82,6.21252,4.68218,300,300,10,0,531,0,0,1), + (9801,1038,0,0,0,-3647.57,-2620.44,51.9576,2.83706,300,300,5,0,519,1443,0,1), + (9802,2153,0,0,0,-3283.56,-1523.95,9.22938,2.67035,300,300,0,0,1240,0,0,0), + (9803,1244,0,0,0,-3261.47,-2720.74,9.53705,5.38068,300,300,0,0,1041,0,0,0), + (9804,1015,0,0,0,-2868.12,-2688.13,38.3704,0.230755,300,300,10,0,617,0,0,1), + (9805,1040,0,0,0,-2855.38,-1754.75,7.40909,5.93425,300,300,10,0,664,0,0,1), + (9806,1032,0,0,0,-2960.58,-2737.9,19.0723,1.86843,300,300,10,0,617,0,0,1), + (9807,1400,0,0,0,-2910.28,-1985.11,6.71253,1.39636,300,300,10,0,617,0,0,1), + (9808,1400,0,0,0,-2987.08,-2249.38,6.21252,1.98636,300,300,10,0,617,0,0,1), + (9809,1074,0,0,0,-2650.41,-2443.47,80.1627,1.01229,300,300,0,0,1605,0,0,0), + (9810,1071,0,0,0,-2651.19,-2449.16,80.1164,3.76991,300,300,0,0,2016,0,0,0), + (9811,1072,0,0,0,-2646.41,-2451.15,80.5034,0.401426,300,300,0,0,1605,0,0,0), + (9812,1075,0,0,0,-2650.06,-2453.92,80.2021,5.71577,300,300,0,0,1240,0,0,0), + (9813,1073,0,0,0,-2648.59,-2459.22,80.4825,0.401426,300,300,0,0,1380,608,0,0), + (9814,1015,0,0,0,-2938.87,-2738.14,22.4646,0.152946,300,300,10,0,617,0,0,1), + (9815,1033,0,0,0,-3557.51,-3291.37,33.9249,2.26793,300,300,5,0,734,0,0,1), + (9816,1018,0,0,0,-3191.48,-3291.56,64.9634,0.749502,300,300,5,0,840,0,0,1), + (9817,1042,0,0,0,-3571.21,-2983.29,12.1561,4.28765,300,300,5,0,617,0,0,1), + (9818,1018,0,0,0,-3053.98,-3153.26,63.5223,1.55501,300,300,3,0,840,0,0,1), + (9819,1018,0,0,0,-3027.22,-3141.05,69.7436,1.96544,300,300,2,0,840,0,0,1), + (9820,1010,0,0,0,-3752.95,-2917.71,12.0631,2.32129,300,300,0,0,573,0,0,0), + (9821,1018,0,0,0,-2936.58,-3116.23,90.3715,5.69356,300,300,5,0,840,0,0,1), + (9822,1009,0,0,0,-3758.21,-2923.19,12.0631,1.5708,300,300,0,0,472,1357,0,0), + (9823,1027,0,0,0,-2890.64,-951.245,-10.7269,3.06931,300,300,10,0,664,0,0,1), + (9824,1026,0,0,0,-3207.85,-1424.52,11.1169,5.73473,300,300,5,0,573,0,0,1), + (9825,1420,0,0,0,-3456.52,-2707.06,7.63688,1.39794,300,300,10,0,8,0,0,1), + (9826,2098,0,0,0,-4142,-2416.2,183.576,2.71464,300,300,5,0,164,0,0,1), + (9827,1034,0,0,0,-3480.47,-2334.13,63.4623,0.998043,300,300,5,0,635,0,0,1), + (9828,2099,0,0,0,-3730.76,-699.272,8.2462,0.174533,300,300,0,0,484,0,0,0), + (9829,2099,0,0,0,-3892.08,-661.003,8.22165,4.32842,300,300,0,0,484,0,0,0), + (9830,1016,0,0,0,-2785.98,-1983.01,26.2826,3.39415,300,300,5,0,664,0,0,1), + (9831,1017,0,0,0,-2765.25,-1948.41,25.5172,4.29723,300,300,5,0,734,0,0,1), + (9832,1015,0,0,0,-2824.07,-2042.2,27.7338,3.30256,300,300,10,0,617,0,0,1), + (9833,2099,0,0,0,-3755.84,-631.038,8.80592,5.74213,300,300,0,0,484,0,0,0), + (9834,1032,0,0,0,-3077.98,-2737.56,19.2906,0.349672,300,300,10,0,617,0,0,1), + (9835,1042,0,0,0,-3491.43,-3014.49,19.4602,5.91138,300,300,5,0,617,0,0,1), + (9836,1069,0,0,0,-3553.73,-3236.37,27.1817,3.89742,300,300,10,0,603,655,0,1), + (9837,1043,0,0,0,-3457.83,-3025.73,22.3965,2.70399,300,300,10,0,582,618,0,1), + (9838,1018,0,0,0,-2938.41,-3082.9,64.6275,0.650929,300,300,3,0,840,0,0,1), + (9839,2098,0,0,0,-4468.37,-2721.4,270.107,1.07129,300,300,5,0,164,0,0,1), + (9840,1111,0,0,0,-3879.15,-2745.98,23.2621,0.53445,300,300,10,0,531,0,0,1), + (9841,1030,0,0,0,-3654.79,-2661.6,35.8537,6.20701,300,300,5,0,494,0,0,1), + (9842,1111,0,0,0,-3981.61,-2760.11,22.2584,4.95349,300,300,10,0,531,0,0,1), + (9843,1019,0,0,0,-2559.65,-1782.75,11.0862,4.68695,300,300,10,0,950,0,0,1), + (9844,1043,0,0,0,-3594.09,-3179.11,22.8539,3.30642,300,300,10,0,582,618,0,1), + (9845,1032,0,0,0,-3006.93,-2745.79,16.6463,2.0803,300,300,10,0,617,0,0,1), + (9846,1016,0,0,0,-3124.78,-2780.09,23.0896,1.82524,300,300,10,0,664,0,0,1), + (9847,1028,0,0,0,-3187.48,-1295.42,9.64602,3.38668,300,300,10,0,504,1443,0,1), + (9848,1028,0,0,0,-3147.65,-1222.12,7.65265,2.02023,300,300,5,0,504,1443,0,1), + (9849,1030,0,0,0,-4158.84,-2674.83,37.2243,2.99902,300,300,10,0,494,0,0,1), + (9850,1400,0,0,0,-3681.23,-1174.29,-16.5576,0.269343,300,300,10,0,617,0,0,1), + (9851,1046,0,0,0,-3423.23,-3612.36,50.0207,2.10503,600,600,10,0,6891,4578,0,1), + (9852,1047,0,0,0,-3444.89,-3779.02,71.5652,5.97299,600,600,3,0,8883,0,0,1), + (9853,1045,0,0,0,-3480.7,-3679.04,61.955,2.28705,600,600,3,0,8352,0,0,1), + (9854,1046,0,0,0,-3511.86,-3786.42,78.8632,5.85525,600,600,10,0,6891,4578,0,1), + (9855,1045,0,0,0,-3452.04,-3646.33,57.8932,3.99349,600,600,10,0,8352,0,0,1), + (9856,1047,0,0,0,-3484.26,-3745.09,63.2385,1.01181,600,600,5,0,8883,0,0,1), + (9857,1047,0,0,0,-3556.32,-3893.49,97.7166,0.695489,600,600,3,0,8883,0,0,1), + (9858,1417,0,0,0,-4212.01,-2960.97,13.4557,4.82993,300,300,10,0,531,0,0,1), + (9859,1044,0,0,0,-3154.6,-3012.87,24.0722,1.67366,300,300,0,0,684,693,0,0), + (9860,1043,0,0,0,-3264.06,-2913.29,18.537,0.126064,300,300,10,0,582,618,0,1), + (9861,1043,0,0,0,-3253.18,-2944.98,18.7682,3.11035,300,300,10,0,582,618,0,1), + (9862,1042,0,0,0,-3642.83,-3149.72,19.0329,0.39455,300,300,5,0,617,0,0,1), + (9863,1043,0,0,0,-3295.12,-2950.9,22.4927,3.41828,300,300,10,0,582,618,0,1), + (9864,1069,0,0,0,-3281.83,-2956.49,22.319,1.58056,300,300,10,0,603,655,0,1), + (9865,1043,0,0,0,-3366.7,-2970.17,24.7587,5.49365,300,300,10,0,582,618,0,1), + (9866,1011,0,0,0,-3124.8,-1492.89,9.5725,5.19437,300,300,5,0,617,0,0,1), + (9867,1008,0,0,0,-4218.65,-2910.12,13.1277,2.29183,300,300,10,0,531,0,0,1), + (9868,1009,0,0,0,-3764.58,-2917.38,12.0631,6.16101,300,300,0,0,472,1357,0,0), + (9869,1030,0,0,0,-4327.63,-2734.78,61.1731,4.65657,300,300,5,0,494,0,0,1), + (9870,1040,0,0,0,-3126.84,-1437.12,5.54483,1.2122,300,300,10,0,664,0,0,1), + (9871,1047,0,0,0,-3513.2,-3850.33,83.1046,0.212327,600,600,10,0,8883,0,0,1), + (9872,1158,0,0,0,-2792.15,-1027.22,-10.0862,5.15372,300,300,5,0,860,686,0,1), + (9873,1047,0,0,0,-3484.05,-3820.51,77.1792,4.87526,600,600,10,0,8883,0,0,1), + (9874,12899,0,0,0,-3477.62,-3773.35,63.8701,1.62749,600,600,5,0,38844,0,0,2), + (9875,1018,0,0,0,-3225.12,-3356.63,64.5236,2.68922,300,300,10,0,840,0,0,1), + (9876,1018,0,0,0,-3247.1,-3368.1,64.6847,1.46704,300,300,10,0,840,0,0,1), + (9877,1400,0,0,0,-2885.92,-1782.42,8.46252,3.28597,300,300,10,0,617,0,0,1), + (9878,1019,0,0,0,-3050.74,-3279.93,68.6312,4.17098,300,300,3,0,950,0,0,1), + (9879,1019,0,0,0,-3025.34,-3293.27,67.0128,2.43429,300,300,3,0,950,0,0,1), + (9880,1019,0,0,0,-3054.74,-3255.58,68.4882,3.48409,300,300,3,0,950,0,0,1), + (9881,1032,0,0,0,-2849.16,-2351.82,40.0888,4.09863,300,300,10,0,617,0,0,1), + (9882,1034,0,0,0,-3473.61,-2360.97,57.2745,3.72959,300,300,3,0,635,0,0,1), + (9883,1069,0,0,0,-3255.89,-3023.39,20.8256,2.07282,300,300,10,0,603,655,0,1), + (9884,1034,0,0,0,-3452.49,-2348.45,51.8991,5.8845,300,300,0,0,635,0,0,0), + (9885,1032,0,0,0,-2830.78,-2309.33,41.7878,5.70927,300,300,5,0,617,0,0,1), + (9886,1016,0,0,0,-2847.44,-2760.27,39.6678,1.64113,300,300,10,0,664,0,0,1), + (9887,1015,0,0,0,-2908.11,-2454.07,35.9253,1.0566,300,300,5,0,617,0,0,1), + (9888,1400,0,0,0,-3684.96,-1112.54,-31.5504,1.99825,300,300,10,0,617,0,0,1), + (9889,1417,0,0,0,-3797.94,-986.413,-18.128,2.92109,300,300,10,0,531,0,0,1), + (9890,1158,0,0,0,-2793.94,-1023.41,-2.56807,2.30531,300,300,5,0,860,686,0,1), + (9891,1158,0,0,0,-2799.34,-1014.51,-12.8674,4.72992,300,300,5,0,860,686,0,1), + (9892,1012,0,0,0,-2907.23,-1853.38,9.96253,3.72775,300,300,10,0,664,0,0,1), + (9893,1014,0,0,0,-2901.99,-1838.34,9.52633,4.74729,300,300,6,0,840,0,0,1), + (9894,1013,0,0,0,-2907.53,-1840.89,9.52633,6.00393,300,300,6,0,640,655,0,1), + (9895,1012,0,0,0,-2894.7,-1846.4,10.2125,4.75122,300,300,10,0,664,0,0,1), + (9896,1420,0,0,0,-3789.42,-2853.77,6.97134,2.83836,300,300,10,0,8,0,0,1), + (9897,1007,0,0,0,-3904.01,-2892.13,9.80041,4.77688,300,300,0,0,494,0,0,0), + (9898,1158,0,0,0,-2811.39,-1030.42,-13.1133,4.59202,300,300,5,0,860,686,0,1), + (9899,1028,0,0,0,-3176.48,-1417.18,6.33753,5.05316,300,300,5,0,504,1443,0,1), + (9900,1014,0,0,0,-2960.18,-1950.52,9.36439,4.46804,300,300,10,0,840,0,0,1), + (9901,1013,0,0,0,-2969.24,-1947.17,9.42335,2.3911,300,300,6,0,640,655,0,1), + (9902,1013,0,0,0,-2971.06,-1956.5,9.42335,0.314159,300,300,6,0,640,655,0,1), + (9903,1012,0,0,0,-2907.87,-1829.29,10.0434,4.29284,300,300,6,0,664,0,0,1), + (9904,1012,0,0,0,-2903.27,-2021.54,9.75689,2.30931,300,300,10,0,664,0,0,1), + (9905,1012,0,0,0,-2878.12,-2047.74,15.2468,5.30932,300,300,10,0,664,0,0,1), + (9906,1012,0,0,0,-2914.4,-2064.65,10.9649,3.91594,300,300,10,0,664,0,0,1), + (9907,1012,0,0,0,-2892.45,-2074.91,14.9472,4.66517,300,300,10,0,664,0,0,1), + (9908,1012,0,0,0,-2905.49,-2039.93,9.27914,4.53786,300,300,0,0,664,0,0,0), + (9909,1013,0,0,0,-2904.91,-2051.77,9.27872,1.64061,300,300,0,0,640,655,0,0), + (9910,1014,0,0,0,-2900.11,-2046.31,9.27872,2.80998,300,300,0,0,840,0,0,0), + (9911,1400,0,0,0,-3011.58,-1808.43,6.34904,4.54949,300,300,10,0,617,0,0,1), + (9912,1158,0,0,0,-2808.35,-1012.68,3.50767,1.60211,300,300,3,0,860,686,0,1), + (9913,1157,0,0,0,-2802.3,-1011.06,4.28959,2.14675,300,300,0,0,791,686,0,0), + (9914,1158,0,0,0,-2796.56,-1016.59,5.98166,3.10138,300,300,3,0,860,686,0,1), + (9915,1400,0,0,0,-3709.6,-1179.73,-18.3148,1.68087,300,300,10,0,617,0,0,1), + (9916,1420,0,0,0,-3156.83,-1679.32,10.3775,1.99793,300,300,10,0,8,0,0,1), + (9917,1400,0,0,0,-2956.45,-1897.55,7.96253,4.97168,300,300,10,0,617,0,0,1), + (9918,1017,0,0,0,-2886.44,-2795.47,33.2931,1.42132,300,300,10,0,734,0,0,1), + (9919,1015,0,0,0,-3071,-2766.68,22.544,4.16896,300,300,10,0,617,0,0,1), + (9920,1033,0,0,0,-2831.5,-2241.43,-0.927713,3.0586,300,300,5,0,734,0,0,1), + (9921,1033,0,0,0,-2834.59,-2230.05,-1.61327,2.98391,300,300,5,0,734,0,0,1), + (9922,1033,0,0,0,-2823.79,-2233.09,-1.61327,2.46047,300,300,5,0,734,0,0,1), + (9923,1158,0,0,0,-2834.3,-971.43,-12.9049,1.55115,300,300,5,0,860,686,0,1), + (9924,1158,0,0,0,-2822.06,-982.347,-2.52766,1.0298,300,300,5,0,860,686,0,1), + (9925,1158,0,0,0,-2794.22,-1010.05,-4.7156,4.56572,300,300,5,0,860,686,0,1), + (9926,1158,0,0,0,-2819.26,-993.662,-8.91584,3.46654,300,300,3,0,860,686,0,1), + (9927,1158,0,0,0,-2816.88,-1002.81,-0.509189,4.61859,300,300,5,0,860,686,0,1), + (9928,1158,0,0,0,-2804.22,-988.54,-7.53415,0.927363,300,300,5,0,860,686,0,1), + (9929,1158,0,0,0,-2800.69,-993.143,0.826834,2.59387,300,300,5,0,860,686,0,1), + (9930,1016,0,0,0,-2769.37,-2715.52,61.6703,0.625925,300,300,3,0,664,0,0,1), + (9931,1015,0,0,0,-2849.44,-2556.78,51.5897,3.97835,300,300,5,0,617,0,0,1), + (9932,1160,0,0,0,-2798.54,-1028.4,7.51422,1.88496,300,300,0,0,1003,0,0,0), + (9933,1158,0,0,0,-2808.29,-978.692,-0.657851,1.56117,300,300,5,0,860,686,0,1), + (9934,1400,0,0,0,-3056.19,-2201.7,6.21254,2.7288,300,300,10,0,617,0,0,1), + (9935,1400,0,0,0,-2919.57,-1919.61,8.96254,1.43706,300,300,10,0,617,0,0,1), + (9936,1417,0,0,0,-3006.86,-2653.31,8.2768,3.49671,300,300,10,0,531,0,0,1), + (9937,1015,0,0,0,-2791.77,-2558.89,63.4574,5.81239,300,300,10,0,617,0,0,1), + (9938,1017,0,0,0,-2910.34,-2766.49,28.3951,3.8222,300,300,10,0,734,0,0,1), + (9939,1017,0,0,0,-3014.13,-2720.36,10.3659,1.48939,300,300,10,0,734,0,0,1), + (9940,1015,0,0,0,-2828.39,-2685.37,48.0371,3.08685,300,300,10,0,617,0,0,1), + (9941,1016,0,0,0,-2794.08,-2763.48,54.0806,5.06066,300,300,2,0,664,0,0,1), + (9942,1111,0,0,0,-3931.65,-2652.62,37.6396,6.2343,300,300,10,0,531,0,0,1), + (9943,1032,0,0,0,-2913.93,-2211.12,21.6942,0.80772,300,300,10,0,617,0,0,1), + (9944,1069,0,0,0,-3081.35,-2924.4,25.4796,0.67083,300,300,10,0,603,655,0,1), + (9945,1043,0,0,0,-3177.35,-2976.82,23.2575,4.75338,300,300,10,0,582,618,0,1), + (9946,1043,0,0,0,-3049.23,-2851.87,25.8122,1.56338,300,300,10,0,582,618,0,1), + (9947,1042,0,0,0,-3433.67,-2951.71,21.0274,3.1123,300,300,5,0,617,0,0,1), + (9948,1032,0,0,0,-3180.3,-2948.59,22.6084,4.47973,300,300,10,0,617,0,0,1), + (9949,1033,0,0,0,-3116.31,-2976.28,27.6056,1.69418,300,300,10,0,734,0,0,1), + (9950,1032,0,0,0,-3254.06,-2852.02,13.0956,3.50796,300,300,10,0,617,0,0,1), + (9951,1111,0,0,0,-3985.29,-2655.15,37.1073,4.14952,300,300,10,0,531,0,0,1), + (9952,1030,0,0,0,-3950.22,-2935.86,12.1557,2.94078,300,300,10,0,494,0,0,1), + (9953,1030,0,0,0,-4283.15,-2896.2,19.0364,2.55206,300,300,3,0,494,0,0,1), + (9954,1111,0,0,0,-3982.5,-2656.46,36.9942,4.76713,300,300,10,0,531,0,0,1), + (9955,5683,0,0,0,-2495,-2453.08,79.7397,1.69274,300,300,0,0,508,545,0,0), + (9956,1400,0,0,0,-2906.03,-1884.42,8.49297,0.293328,300,300,10,0,617,0,0,1), + (9957,1030,0,0,0,-4144.37,-2624.26,50.1289,0.201693,300,300,10,0,494,0,0,1), + (9958,1169,0,0,0,-4285.9,-3009.98,9.80131,4.84577,300,300,3,0,417,0,0,2), + (9959,1169,0,0,0,-4278.27,-3004.02,9.42749,5.31662,300,300,0,0,417,0,0,0), + (9960,1169,0,0,0,-4296,-3021.21,9.08154,5.06967,300,300,3,0,417,0,0,1), + (9961,1039,0,0,0,-3787.26,-2968.68,6.86915,3.3224,300,300,10,0,494,0,0,1), + (9962,1039,0,0,0,-3950.07,-3026.53,6.50215,3.77425,300,300,10,0,494,0,0,1), + (9963,1032,0,0,0,-3374.06,-2749.98,26.6317,1.00122,300,300,5,0,617,0,0,1), + (9964,1169,0,0,0,-4304.28,-3028.85,8.64129,0.032712,300,300,3,0,417,0,0,1), + (9965,1169,0,0,0,-4309.47,-3026.43,9.41542,5.30742,300,300,3,0,417,0,0,1), + (9966,1008,0,0,0,-3903.12,-3038.49,11.1327,0.087266,300,300,0,0,531,0,0,0), + (9967,1417,0,0,0,-3479.55,-2747.36,9.11974,1.64308,300,300,10,0,531,0,0,1), + (9968,1417,0,0,0,-3979.24,-3013.5,11.7125,1.66448,300,300,10,0,531,0,0,1), + (9969,1417,0,0,0,-3045.13,-2613.86,11.6107,0.554655,300,300,10,0,531,0,0,1), + (9970,1417,0,0,0,-4138.52,-3037.75,6.09343,1.3698,300,300,10,0,531,0,0,1), + (9971,1417,0,0,0,-3955.59,-3019.75,7.93103,0.240708,300,300,10,0,531,0,0,1), + (9972,1417,0,0,0,-3065.96,-2583.93,10.9405,6.19323,300,300,10,0,531,0,0,1), + (9973,1007,0,0,0,-3906.38,-3032.66,11.0875,0.570531,300,300,5,0,494,0,0,1), + (9974,1008,0,0,0,-3901.93,-3028.46,11.217,5.37561,300,300,0,0,531,0,0,0), + (9975,1420,0,0,0,-3608.71,-839,-11.8743,5.56693,300,300,10,0,8,0,0,1), + (9976,1069,0,0,0,-3061.06,-2953.17,30.9704,4.55557,300,300,10,0,603,655,0,1), + (9977,1417,0,0,0,-3029.19,-2469.18,10.2581,4.72216,300,300,10,0,531,0,0,1), + (9978,1015,0,0,0,-2788.57,-2638.62,63.2169,2.18696,300,300,10,0,617,0,0,1), + (9979,1018,0,0,0,-3177.58,-3275.04,63.6232,4.18403,300,300,5,0,840,0,0,1), + (9980,1018,0,0,0,-3148.33,-3202.53,66.0555,0.218457,300,300,3,0,840,0,0,1), + (9981,1018,0,0,0,-3106.43,-3251.73,65.3692,5.41186,300,300,0,0,840,0,0,0), + (9982,1018,0,0,0,-3070.9,-3268.34,68.0449,0.362248,300,300,3,0,840,0,0,1), + (9983,1420,0,0,0,-3149.51,-1975.58,11.788,0.83377,300,300,10,0,8,0,0,1), + (9984,1018,0,0,0,-3094.99,-3262.41,65.9833,0.771076,300,300,3,0,840,0,0,1), + (9985,1420,0,0,0,-3192.29,-2451.89,9.83452,1.87834,300,300,10,0,8,0,0,1), + (9986,1018,0,0,0,-3215.13,-3283.68,64.4398,0.444056,300,300,10,0,840,0,0,1), + (9987,1011,0,0,0,-3006.67,-1733.17,9.50193,4.36345,300,300,10,0,617,0,0,1), + (9988,1014,0,0,0,-3049.8,-1683.27,9.37588,3.49066,300,300,0,0,840,0,0,0), + (9989,1013,0,0,0,-3050.7,-1686.57,9.37588,2.63545,300,300,0,0,640,655,0,0), + (9990,1013,0,0,0,-3058.06,-1684.53,9.28363,0.226893,300,300,0,0,640,655,0,0), + (9991,1011,0,0,0,-3060.26,-1768.02,9.53579,1.94678,300,300,10,0,617,0,0,1), + (9992,1011,0,0,0,-3045.78,-1705.38,9.9669,0.470239,300,300,10,0,617,0,0,1), + (9993,1012,0,0,0,-2950.76,-1671.85,10.3625,5.95009,300,300,10,0,664,0,0,1), + (9994,1010,0,0,0,-3096.67,-1818.68,9.27133,4.88768,300,300,5,0,573,0,0,1), + (9995,1011,0,0,0,-3064.98,-1697.12,10.6528,5.32736,300,300,10,0,617,0,0,1), + (9996,1011,0,0,0,-3037.98,-1671.8,10.3616,1.37624,300,300,10,0,617,0,0,1), + (9997,1012,0,0,0,-3060.91,-1663.63,9.34726,4.90107,300,300,10,0,664,0,0,1), + (9998,1012,0,0,0,-2940.25,-1685.92,9.58912,2.97432,300,300,10,0,664,0,0,1), + (9999,1011,0,0,0,-3075.11,-1721.02,10.6863,3.27991,300,300,5,0,617,0,0,1), + (10000,1051,0,0,0,-2782.35,-2867.91,40.1713,3.98208,300,300,10,0,2400,0,0,1), + (10001,1053,0,0,0,-2869.12,-2934.05,33.5343,2.73744,300,300,10,0,2715,0,0,1), + (10002,1053,0,0,0,-2826.58,-2864.39,32.8648,0.785398,300,300,0,0,2715,0,0,0), + (10003,1026,0,0,0,-3250.68,-1443.74,9.71209,1.35018,300,300,5,0,573,0,0,1), + (10004,1028,0,0,0,-3244.59,-1353.08,6.16203,4.204,300,300,10,0,504,1443,0,1), + (10005,1157,0,0,0,-2991.4,-973.823,-1.93475,1.31403,300,300,5,0,791,686,0,1), + (10006,1158,0,0,0,-2937.95,-964.599,-8.41711,4.96361,300,300,5,0,860,686,0,1), + (10007,1030,0,0,0,-4184.38,-2776.04,29.5681,5.64129,300,300,0,0,494,0,0,0), + (10008,2595,0,0,0,-2279.74,-1771.47,-29.0504,5.86238,300,300,10,0,1604,0,0,1), + (10009,4040,0,0,0,-3772.06,-2437.41,28.4265,0.025153,300,300,3,0,531,0,0,1), + (10010,2595,0,0,0,-2295.54,-1672.87,-35.1069,2.97814,300,300,10,0,1604,0,0,1), + (10011,1158,0,0,0,-2964.73,-940.219,-6.21906,5.08633,300,300,5,0,860,686,0,1), + (10012,1040,0,0,0,-2952.42,-2308.9,5.21326,1.28364,300,300,10,0,664,0,0,1), + (10013,2103,0,0,0,-4255.28,-2352.59,206.457,0.306222,300,300,3,0,449,0,0,1), + (10014,2103,0,0,0,-4265.13,-2360.76,208.082,5.19876,300,300,3,0,449,0,0,1), + (10015,1157,0,0,0,-2983.49,-948.184,8.70823,0.932232,300,300,3,0,791,686,0,1), + (10016,1054,0,0,0,-2946.89,-2974.61,30.7854,2.42601,300,300,10,0,2865,0,0,1), + (10017,1015,0,0,0,-2945.52,-2515.49,28.5266,1.00679,300,300,10,0,617,0,0,1), + (10018,1052,0,0,0,-2907.68,-2955.41,33.1593,5.51712,300,300,10,0,2559,0,0,1), + (10019,1157,0,0,0,-2995.48,-961.819,14.8458,3.2928,300,300,3,0,791,686,0,1), + (10020,2596,0,0,0,-2291.65,-1654.1,-62.0212,3.69488,300,300,10,0,1196,3075,0,1), + (10021,2595,0,0,0,-2290.21,-1627.34,-65.6208,5.32466,300,300,10,0,1604,0,0,1), + (10022,1052,0,0,0,-2903.86,-2991.96,38.2958,2.659,300,300,10,0,2559,0,0,1), + (10023,1053,0,0,0,-2849,-2951.57,35.6174,5.70062,300,300,10,0,2715,0,0,1), + (10024,2102,0,0,0,-4207.18,-2366.54,202.947,1.50098,300,300,3,0,494,0,0,1), + (10025,1052,0,0,0,-2941.24,-3006.21,39.5239,5.26622,300,300,0,0,2559,0,0,0), + (10026,1157,0,0,0,-2989.6,-950.5,3.1611,1.58374,300,300,5,0,791,686,0,1), + (10027,2103,0,0,0,-4207.41,-2384.15,202.912,3.75246,300,300,3,0,449,0,0,1), + (10028,1157,0,0,0,-2967.88,-957.781,-3.34713,0.695266,300,300,5,0,791,686,0,1), + (10029,2103,0,0,0,-4188.47,-2382.44,209.79,3.71755,300,300,3,0,449,0,0,1), + (10030,2102,0,0,0,-4197.09,-2368.17,216.912,4.41568,300,300,0,0,494,0,0,0), + (10031,2103,0,0,0,-4194.16,-2364.87,209.79,1.5708,300,300,0,0,449,0,0,0), + (10032,1012,0,0,0,-2981.17,-1675.98,12.9082,5.17829,300,300,10,0,664,0,0,1), + (10033,1012,0,0,0,-2977.12,-1709.27,10.1701,1.99483,300,300,3,0,664,0,0,1), + (10034,1012,0,0,0,-2970.6,-1694.16,9.3784,1.0821,300,300,6,0,664,0,0,1), + (10035,1013,0,0,0,-2965.75,-1686.36,9.54598,4.2586,300,300,6,0,640,655,0,1), + (10036,1014,0,0,0,-2962.15,-1689.57,9.50232,3.33358,300,300,6,0,840,0,0,1), + (10037,1012,0,0,0,-2959.88,-1714.29,17.0197,5.74274,300,300,3,0,664,0,0,1), + (10038,1011,0,0,0,-3110.26,-1548.53,9.26969,5.42844,300,300,10,0,617,0,0,1), + (10039,1157,0,0,0,-2987.77,-965.611,4.11485,4.01243,300,300,5,0,791,686,0,1), + (10040,1053,0,0,0,-2899.07,-2935.4,33.9093,3.75196,300,300,10,0,2715,0,0,1), + (10041,1157,0,0,0,-2944.46,-969.674,-7.46979,5.85377,300,300,5,0,791,686,0,1), + (10042,2595,0,0,0,-2219.23,-1679.22,-55.3374,1.78254,300,300,10,0,1604,0,0,1), + (10043,1364,0,0,0,-2931.11,-2973.81,30.6708,5.28254,300,300,0,0,4487,1007,0,0), + (10044,1159,0,0,0,-2979.71,-959.726,-7.1871,1.48353,300,300,0,0,950,0,0,0), + (10045,1054,0,0,0,-2919.98,-2960.97,30.7631,0.855211,300,300,0,0,2865,0,0,0), + (10046,1157,0,0,0,-2979.69,-968.229,-6,4.87257,300,300,5,0,791,686,0,1), + (10047,1043,0,0,0,-3202.53,-2923.19,18.1638,6.22455,300,300,10,0,582,618,0,1), + (10048,1069,0,0,0,-3372.73,-3142.61,27.1277,0.164828,300,300,10,0,603,655,0,1), + (10049,1069,0,0,0,-3414.23,-3118.49,23.2006,0.916534,300,300,10,0,603,655,0,1), + (10050,1043,0,0,0,-3410.05,-2963.19,24.0631,1.28364,300,300,10,0,582,618,0,1), + (10051,1069,0,0,0,-3291.03,-3044.47,22.1266,1.28981,300,300,10,0,603,655,0,1), + (10052,548,0,0,0,-9597.92,-2597.92,59.2067,3.25283,300,300,5,0,350,390,0,1), + (10053,434,0,0,0,-9376.47,-3260.9,88.6246,3.82735,300,300,0,0,530,200,0,0), + (10054,433,0,0,0,-9364.7,-3250.32,90.5373,3.87381,300,300,5,0,573,0,0,1), + (10055,548,0,0,0,-9567.36,-2661.01,54.2981,4.84979,300,300,10,0,350,390,0,1), + (10056,442,0,0,0,-9706.65,-1844.74,53.2409,2.67826,300,300,5,0,328,0,0,1), + (10057,1083,0,0,0,-9593.32,-2659.87,61.1731,3.29915,300,300,5,0,356,0,0,1), + (10058,1083,0,0,0,-9578.9,-2676.87,55.983,4.73583,300,300,10,0,356,0,0,1), + (10059,431,0,0,0,-9354.9,-3244.91,92.3338,0.915454,300,300,5,0,734,0,0,1), + (10060,548,0,0,0,-9580.47,-2628.25,54.3792,4.45043,300,300,5,0,350,390,0,1), + (10061,548,0,0,0,-9550.6,-2618.56,53.6192,5.40032,300,300,10,0,350,390,0,1), + (10062,431,0,0,0,-9378.08,-3253.93,89.7537,0.541052,300,300,0,0,734,0,0,0), + (10063,431,0,0,0,-9341.65,-3276.9,94.1245,3.68265,300,300,0,0,734,0,0,0), + (10064,1083,0,0,0,-9575.58,-2574.05,54.0817,1.70354,300,300,5,0,356,0,0,1), + (10065,1083,0,0,0,-9533.82,-2597.37,52.3236,6.00936,300,300,5,0,356,0,0,1), + (10066,434,0,0,0,-9298.52,-3199.46,105.035,6.07375,300,300,0,0,530,200,0,0), + (10067,433,0,0,0,-9296.33,-3203.91,105.471,1.27409,300,300,0,0,573,0,0,0), + (10068,434,0,0,0,-9293.82,-3199.09,105.443,3.9968,300,300,0,0,530,200,0,0), + (10069,434,0,0,0,-9420.73,-3155.85,78.4672,0.471239,300,300,0,0,530,200,0,0), + (10070,433,0,0,0,-9314.32,-3218.88,101.299,5.34071,300,300,0,0,573,0,0,0), + (10071,434,0,0,0,-9360.39,-3119.73,86.1343,6.12611,300,300,0,0,530,200,0,0), + (10072,433,0,0,0,-9330.33,-3197.1,105.392,4.39823,300,300,0,0,573,0,0,0), + (10073,433,0,0,0,-9320.23,-3139.82,99.9838,0.872665,300,300,0,0,573,0,0,0), + (10074,1069,0,0,0,-3374.77,-3116.8,24.5551,3.1057,300,300,10,0,603,655,0,1), + (10075,433,0,0,0,-9427.83,-3123.26,78.4761,5.65487,300,300,0,0,573,0,0,0), + (10076,6727,0,0,0,-9223.98,-2157.12,64.0168,3.05433,300,300,0,0,1605,0,0,0), + (10077,6166,0,0,0,-9222.58,-2147.87,63.814,3.92699,300,300,0,0,1172,0,0,0), + (10078,434,0,0,0,-9368.99,-3149.92,88.7154,1.25664,300,300,0,0,530,200,0,0), + (10079,433,0,0,0,-9428.49,-3145.47,78.4672,0.418879,300,300,0,0,573,0,0,0), + (10080,936,0,0,0,-9245.81,-2167.49,64.1168,3.58002,300,300,0,0,2016,0,0,2), + (10081,789,0,0,0,-9234.49,-2158.75,64.4407,2.11185,300,300,0,0,919,0,0,0), + (10082,859,0,0,0,-9249.39,-2140.79,64.2329,3.78736,300,300,0,0,2434,0,0,0), + (10083,379,0,0,0,-9217.04,-2151.47,64.3539,4.47915,300,300,0,0,644,0,0,0), + (10084,900,0,0,0,-9215.92,-2215.91,66.5231,1.78024,300,300,0,0,1605,0,0,0), + (10085,344,0,0,0,-9218.61,-2221.8,67.6227,1.5708,500,500,0,0,2100,0,0,0), + (10086,712,0,0,0,-9556.2,-1866.17,71.2841,2.48671,300,300,10,0,300,0,0,1), + (10087,341,0,0,0,-9279.22,-2268.53,67.6306,5.25344,300,300,0,0,919,0,0,0), + (10088,934,0,0,0,-9266.45,-2181.94,64.2375,4.7822,300,300,0,0,2100,0,0,2), + (10089,441,0,0,0,-9053.15,-2491.32,126.266,5.6682,300,300,10,0,330,938,0,1), + (10090,422,0,0,0,-9272.92,-2441.92,53.701,4.52793,300,300,10,0,417,0,0,1), + (10091,578,0,0,0,-9273.21,-2442.02,54.676,4.92605,300,300,10,0,449,0,0,1), + (10092,712,0,0,0,-9463.05,-1899.34,82.5449,1.6057,300,300,0,0,300,0,0,0), + (10093,423,0,0,0,-9457.9,-1897.8,82.7276,2.56563,300,300,0,0,328,0,0,0), + (10094,423,0,0,0,-9465.01,-1893.03,82.7339,4.11898,300,300,0,0,328,0,0,0), + (10095,423,0,0,0,-9471.53,-1924.84,81.6729,1.2675,300,300,5,0,328,0,0,1), + (10096,422,0,0,0,-9226.94,-2442.88,55.8612,0.15708,300,300,0,0,417,0,0,0), + (10097,578,0,0,0,-9221.97,-2448.36,57.1582,0.401426,300,300,0,0,449,0,0,0), + (10098,578,0,0,0,-9246.59,-2457.74,55.5778,2.30383,300,300,10,0,449,0,0,1), + (10099,578,0,0,0,-9243.79,-2461.53,55.5547,3.50811,300,300,10,0,449,0,0,1), + (10100,578,0,0,0,-9255.61,-2489.65,48.1957,0.778502,300,300,10,0,449,0,0,1), + (10101,442,0,0,0,-9689.64,-1840.16,57.2991,3.6542,300,300,5,0,328,0,0,1), + (10102,578,0,0,0,-9277.77,-2513.42,35.0234,0.592334,300,300,10,0,449,0,0,1), + (10103,422,0,0,0,-9290.65,-2479.95,41.8993,5.05603,300,300,10,0,417,0,0,1), + (10104,422,0,0,0,-9305.71,-2494.28,35.1084,1.69564,300,300,10,0,417,0,0,1), + (10105,345,0,0,0,-9288.95,-1911.28,74.9346,2.34692,300,300,0,0,1139,0,0,0), + (10106,422,0,0,0,-9380.57,-2455.62,29.2163,2.00002,300,300,10,0,417,0,0,1), + (10107,545,0,0,0,-9338.86,-2744.99,65.0039,4.15388,300,300,0,0,404,456,0,0), + (10108,430,0,0,0,-9088.42,-2034.96,129.188,5.11564,300,300,5,0,354,1020,0,1), + (10109,426,0,0,0,-9129.67,-2046.02,128.702,1.56268,300,300,10,0,386,0,0,1), + (10110,426,0,0,0,-9099.5,-2037.44,128.835,2.05949,300,300,0,0,386,0,0,0), + (10111,426,0,0,0,-9097.62,-2031.9,128.834,4.06662,300,300,0,0,386,0,0,0), + (10112,426,0,0,0,-9102.25,-2031.16,128.834,4.67748,300,300,0,0,386,0,0,0), + (10113,547,0,0,0,-9254.54,-1944.67,78.7819,0.144185,300,300,10,0,356,0,0,1), + (10114,426,0,0,0,-9056.48,-2008.05,146.581,2.96706,300,300,0,0,386,0,0,0), + (10115,430,0,0,0,-9052.12,-2010.23,146.676,4.08407,300,300,0,0,354,1020,0,0), + (10116,446,0,0,0,-8921.28,-1994.36,139.284,1.03094,300,300,0,0,417,0,0,0), + (10117,446,0,0,0,-8796.43,-2047.03,128.337,0.674926,300,300,0,0,417,0,0,0), + (10118,547,0,0,0,-8822.79,-2574.16,131.618,3.65856,300,300,5,0,356,0,0,1), + (10119,547,0,0,0,-8781.58,-2587.95,130.887,6.09005,300,300,5,0,356,0,0,1), + (10120,547,0,0,0,-8725.97,-2577.49,132.657,2.98679,300,300,5,0,356,0,0,1), + (10121,446,0,0,0,-8862.41,-1952.15,122.668,2.96281,300,300,0,0,417,0,0,0), + (10122,446,0,0,0,-8837.81,-1975.2,122.928,2.68993,300,300,0,0,417,0,0,0), + (10123,712,0,0,0,-9547.88,-1897.94,71.8418,1.50241,300,300,10,0,300,0,0,1), + (10124,580,0,0,0,-8879.73,-2011.24,124.55,1.70791,300,300,0,0,494,0,0,0), + (10125,580,0,0,0,-8881.47,-1915.72,133.626,5.35102,300,300,0,0,494,0,0,0), + (10126,446,0,0,0,-8869.47,-1973.2,123.229,4.51326,300,300,0,0,417,0,0,0), + (10127,580,0,0,0,-8848.17,-1917.24,126.024,3.12162,300,300,0,0,494,0,0,0), + (10128,547,0,0,0,-8940.86,-2624.51,132.326,6.13825,300,300,5,0,356,0,0,1), + (10129,547,0,0,0,-9206.77,-1972.63,110.657,1.70412,300,300,5,0,356,0,0,1), + (10130,547,0,0,0,-9153.69,-2001.35,121.791,5.334,300,300,5,0,356,0,0,1), + (10131,547,0,0,0,-8871.61,-2551.55,130.748,3.29852,300,300,5,0,356,0,0,1), + (10132,433,0,0,0,-9230.7,-3233.01,101.509,0.201456,300,300,5,0,573,0,0,1), + (10133,432,0,0,0,-9245.68,-3201.98,102.128,3.00231,300,300,10,0,617,0,0,1), + (10134,568,0,0,0,-9226.05,-3258.2,105.659,0.471239,300,300,0,0,664,0,0,0), + (10135,547,0,0,0,-9710.89,-2107.72,60.2623,0.905814,300,300,5,0,356,0,0,1), + (10136,442,0,0,0,-9522.01,-2008.15,77.698,2.82355,300,300,5,0,328,0,0,1), + (10137,442,0,0,0,-9535.8,-2057.83,73.0253,2.52975,300,300,5,0,328,0,0,1), + (10138,4064,0,0,0,-9284.25,-2990.19,119.661,5.25344,300,300,0,0,1452,0,0,0), + (10139,423,0,0,0,-9528.05,-1885.81,75.7695,0.746743,300,300,5,0,328,0,0,1), + (10140,712,0,0,0,-9534.82,-1906.52,73.8987,1.61694,300,300,10,0,300,0,0,1), + (10141,424,0,0,0,-9766.32,-2271.59,60.3345,2.67035,300,300,0,0,356,0,0,0), + (10142,424,0,0,0,-9772.92,-2265.75,59.2384,5.28835,300,300,0,0,356,0,0,0), + (10143,424,0,0,0,-9775.33,-2267.72,59.2384,5.88176,300,300,0,0,356,0,0,0), + (10144,423,0,0,0,-9774.22,-2275.15,59.7384,0.959931,300,300,0,0,328,0,0,0), + (10145,423,0,0,0,-9791.47,-2244.93,69.8174,2.18166,300,300,0,0,328,0,0,0), + (10146,424,0,0,0,-9794.47,-2241.88,69.4882,0.05236,300,300,0,0,356,0,0,0), + (10147,423,0,0,0,-9792.97,-2219.13,58.7108,0.610865,300,300,0,0,328,0,0,0), + (10148,442,0,0,0,-9670.91,-1877.15,56.6459,1.92549,300,300,10,0,328,0,0,1), + (10149,442,0,0,0,-9627.13,-1824.03,52.5922,3.00029,300,300,10,0,328,0,0,1), + (10150,712,0,0,0,-9526.26,-1937.34,74.2911,3.86061,300,300,10,0,300,0,0,1), + (10151,423,0,0,0,-9487.25,-1934.2,78.9822,2.44346,300,300,0,0,328,0,0,0), + (10152,712,0,0,0,-9495.04,-1929.04,78.7979,5.84685,300,300,0,0,300,0,0,0), + (10153,712,0,0,0,-9494.87,-1933.57,78.7322,0.942478,300,300,0,0,300,0,0,0), + (10154,433,0,0,0,-9286.96,-3182.63,111.418,5.09636,300,300,0,0,573,0,0,0), + (10155,505,0,0,0,-9101.7,-2736.89,93.9311,5.19703,300,300,5,0,449,0,0,1), + (10156,433,0,0,0,-9236.79,-3062.57,101.252,0.616924,300,300,5,0,573,0,0,1), + (10157,441,0,0,0,-9657.49,-2265.16,69.626,2.16313,300,300,10,0,330,938,0,1), + (10158,4463,0,0,0,-8731.73,-2166.8,159.346,5.3497,300,300,0,0,472,1357,0,0), + (10159,435,0,0,0,-8810.62,-2167.45,150.841,1.0472,300,300,0,0,664,0,0,0), + (10160,547,0,0,0,-9620.74,-2252.31,85.1398,3.37291,300,300,10,0,356,0,0,1), + (10162,441,0,0,0,-9637.32,-2314.26,74.0737,1.33244,300,300,10,0,330,938,0,1), + (10163,441,0,0,0,-9003.36,-2496.67,136.223,1.09856,300,300,5,0,330,938,0,1), + (10164,547,0,0,0,-9636.79,-2200.59,69.9214,1.73412,300,300,5,0,356,0,0,1), + (10165,433,0,0,0,-9236.28,-3238.88,101.831,1.51844,300,300,0,0,573,0,0,0), + (10166,432,0,0,0,-9233.28,-3243.59,101.602,0.593412,300,300,0,0,617,0,0,0), + (10167,437,0,0,0,-8754.89,-2534.21,138.162,5.96903,300,300,0,0,531,0,0,0), + (10168,4463,0,0,0,-8758.51,-2528.69,138.038,0.558505,300,300,0,0,472,1357,0,0), + (10169,14270,0,0,0,-9390.02,-2410.67,45.8668,3.16112,3600,3600,0,0,449,0,0,0), + (10170,547,0,0,0,-8811.43,-2488.36,132.978,0.025147,300,300,5,0,356,0,0,1), + (10171,435,0,0,0,-8741.08,-2191.45,165.599,4.2237,300,300,0,0,664,0,0,0), + (10172,568,0,0,0,-9028.8,-3214.91,108.066,2.1383,300,300,0,0,664,0,0,0), + (10173,4463,0,0,0,-8746.27,-2187.97,163.924,5.17681,300,300,0,0,472,1357,0,0), + (10174,1069,0,0,0,-3367.2,-3062.04,22.3519,2.29128,300,300,10,0,603,655,0,1), + (10175,1044,0,0,0,-3192.59,-3042.74,22.4549,0.720535,300,300,5,0,684,693,0,1), + (10176,1420,0,0,0,-3173.6,-1790.31,5.62321,0.219262,300,300,10,0,8,0,0,1), + (10177,1400,0,0,0,-2930.52,-2084.97,10.4352,5.99645,300,300,10,0,617,0,0,1), + (10178,1420,0,0,0,-3441.89,-1030.08,7.81,5.78898,300,300,10,0,8,0,0,1), + (10179,3126,1,0,0,988.543,-5052.46,8.54728,5.81179,300,300,10,0,137,0,0,1), + (10180,3126,1,0,0,479.54,-4658.7,41.7243,1.27672,300,300,10,0,137,0,0,1), + (10181,3126,1,0,0,439.81,-4113.13,29.0612,2.58924,300,300,5,0,137,0,0,1), + (10182,3107,1,0,0,-1136.39,-5044.12,-4.92716,6.06473,300,300,5,0,137,0,0,1), + (10183,3107,1,0,0,-892.788,-5246.16,-9.60551,3.32634,300,300,10,0,137,0,0,1), + (10184,3107,1,0,0,-1416.03,-5449.03,-14.8445,3.35969,300,300,5,0,137,0,0,1), + (10185,3107,1,0,0,-657.773,-5457.19,-3.84413,3.96715,300,300,5,0,137,0,0,1), + (10186,3107,1,0,0,-1645.65,-5309.75,1.41598,0.844803,300,300,5,0,137,0,0,1), + (10187,3107,1,0,0,-1015.17,-5687.38,-3.67909,5.20281,300,300,5,0,137,0,0,1), + (10188,3107,1,0,0,-1249.54,-5187.26,-0.994212,0.560637,300,300,5,0,137,0,0,1), + (10189,3107,1,0,0,-1272.3,-5216.3,-2.94252,6.15399,300,300,5,0,137,0,0,1), + (10190,3107,1,0,0,-1086.5,-5211.26,-5.25851,1.24039,300,300,5,0,137,0,0,1), + (10191,1417,0,0,0,-3049.87,-2587.82,10.2878,0.234557,300,300,10,0,531,0,0,1), + (10192,568,0,0,0,-9078.26,-3257.91,114.709,2.96706,300,300,0,0,664,0,0,0), + (10193,435,0,0,0,-8779.75,-2213.76,142.154,4.71012,300,300,5,0,664,0,0,1), + (10194,547,0,0,0,-9666.22,-2172.84,60.6417,2.78709,300,300,5,0,356,0,0,1), + (10195,14271,0,0,0,-9520.45,-1921.31,75.5956,2.0231,3600,3600,0,0,386,0,0,0), + (10197,440,0,0,0,-9207.73,-2852.03,108.482,1.50098,300,300,0,0,449,0,0,0), + (10198,1400,0,0,0,-2854.27,-1287.98,9.95721,2.81552,300,300,10,0,617,0,0,1), + (10199,1040,0,0,0,-2912.45,-1155.48,6.3309,5.27223,300,300,10,0,664,0,0,1), + (10201,1028,0,0,0,-3222.27,-1312.22,5.45145,2.10261,300,300,5,0,504,1443,0,1), + (10202,1028,0,0,0,-3017.84,-1076.38,6.83754,1.44506,300,300,5,0,504,1443,0,1), + (10203,1158,0,0,0,-2826.93,-1002.23,-13.1342,0.035789,300,300,3,0,860,686,0,1), + (10204,1158,0,0,0,-2790.38,-985.121,-13.3029,2.98869,300,300,5,0,860,686,0,1), + (10205,1032,0,0,0,-3376.25,-3022.11,22.8072,1.98156,300,300,5,0,617,0,0,1), + (10206,3128,1,0,0,-58.7476,-4955.55,21.4143,4.69806,200,200,0,0,101,220,0,0), + (10207,1033,0,0,0,-3450.16,-3278.43,22.5055,6.16174,300,300,5,0,734,0,0,1), + (10208,1033,0,0,0,-3331.16,-3163.76,25.021,2.15522,300,300,5,0,734,0,0,1), + (10209,3128,1,0,0,-253.261,-4945.05,23.1006,5.31719,200,200,5,0,101,220,0,1), + (10210,1032,0,0,0,-3418.67,-3075.84,22.7925,4.35821,300,300,10,0,617,0,0,1), + (10211,440,0,0,0,-9216.93,-2861.03,109.607,1.76278,300,300,0,0,449,0,0,0), + (10212,440,0,0,0,-9182.41,-2868.55,112.914,0.471239,300,300,0,0,449,0,0,0), + (10213,440,0,0,0,-9186.1,-2864.6,112.981,1.39626,300,300,0,0,449,0,0,0), + (10214,485,0,0,0,-9185.07,-2878.34,112.948,1.958,300,300,5,0,494,0,0,1), + (10215,440,0,0,0,-9174.41,-2926.43,107.849,0.698132,300,300,0,0,449,0,0,0), + (10216,485,0,0,0,-9175.15,-2930.81,107.984,5.61996,300,300,0,0,494,0,0,0), + (10217,1033,0,0,0,-3423.51,-3146.79,25.6862,6.19518,300,300,5,0,734,0,0,1), + (10218,1033,0,0,0,-3433.94,-3196.21,25.0158,5.36189,300,300,5,0,734,0,0,1), + (10219,1033,0,0,0,-3347.32,-3280.58,23.1303,1.12025,300,300,5,0,734,0,0,1), + (10220,1033,0,0,0,-3165.29,-3072.28,22.4123,2.2408,300,300,5,0,734,0,0,1), + (10221,1158,0,0,0,-2812.35,-956.133,-11.4615,0.86985,300,300,5,0,860,686,0,1), + (10222,1033,0,0,0,-3307.63,-3087.52,22.8309,0.258715,300,300,5,0,734,0,0,1), + (10223,1035,0,0,0,-3488.09,-2370.81,63.1625,6.13077,300,300,0,0,635,0,0,0), + (10224,1158,0,0,0,-2808.98,-978.878,-8.4262,4.62968,300,300,5,0,860,686,0,1), + (10225,1015,0,0,0,-2813.09,-2111.1,31.6429,0.401556,300,300,10,0,617,0,0,1), + (10226,1019,0,0,0,-2586.12,-1968.27,52.9162,4.84285,300,300,0,0,950,0,0,0), + (10227,1158,0,0,0,-2812.34,-991.279,-13.1359,4.82748,300,300,5,0,860,686,0,1), + (10228,1069,0,0,0,-3105.88,-2955,27.349,0.228408,300,300,10,0,603,655,0,1), + (10229,1044,0,0,0,-3291.67,-3141.67,21.771,4.57612,300,300,5,0,684,693,0,1), + (10230,1044,0,0,0,-3455.11,-3350.47,22.5885,2.81552,300,300,5,0,684,693,0,1), + (10231,1069,0,0,0,-3346.43,-3083.7,24.0296,6.24354,300,300,10,0,603,655,0,1), + (10232,1044,0,0,0,-3336.69,-3185.38,24.1883,2.33962,300,300,5,0,684,693,0,1), + (10233,1069,0,0,0,-3153.52,-2990.41,24.6164,0.588003,300,300,10,0,603,655,0,1), + (10234,1069,0,0,0,-3086.91,-2986.43,32.0765,1.57097,300,300,10,0,603,655,0,1), + (10235,1069,0,0,0,-3423.58,-3205.35,24.0859,4.25747,300,300,10,0,603,655,0,1), + (10236,1042,0,0,0,-3263.48,-2885.99,15.0777,6.12233,300,300,5,0,617,0,0,1), + (10237,2089,0,0,0,-2893.1,-1149.15,8.84016,2.97676,300,300,10,0,734,0,0,1), + (10238,1400,0,0,0,-3018.4,-1738.71,8.46251,1.2808,300,300,10,0,617,0,0,1), + (10239,1417,0,0,0,-3179.57,-2587.15,7.04787,1.28552,300,300,10,0,531,0,0,1), + (10240,1034,0,0,0,-3393.46,-2303.26,52.0236,5.38539,300,300,10,0,635,0,0,1), + (10241,1417,0,0,0,-3080.69,-2478.01,17.0224,0.897623,300,300,10,0,531,0,0,1), + (10242,2089,0,0,0,-2950.27,-1117.76,9.46234,3.47053,300,300,10,0,734,0,0,1), + (10243,1400,0,0,0,-3102.98,-2398.35,6.90465,2.00825,300,300,10,0,617,0,0,1), + (10244,2089,0,0,0,-2780.53,-1184.59,6.46909,3.24729,300,300,10,0,734,0,0,1), + (10245,1400,0,0,0,-3071.34,-2315.29,8.63481,3.01239,300,300,10,0,617,0,0,1), + (10246,1031,0,0,0,-2828.59,-2221.94,22.0105,3.37454,300,300,3,0,664,0,0,1), + (10247,1033,0,0,0,-2850.21,-2203.48,7.7202,0.095101,300,300,3,0,734,0,0,1), + (10248,1031,0,0,0,-2814.67,-2232.97,16.3191,0.413737,300,300,3,0,664,0,0,1), + (10249,1031,0,0,0,-2848.96,-2218.74,31.3827,2.30164,300,300,3,0,664,0,0,1), + (10250,6523,0,0,0,-2589.44,-2409.56,84.1975,3.76991,300,300,0,0,2400,0,0,0), + (10251,1031,0,0,0,-2830.41,-2235.33,16.317,3.87717,300,300,3,0,664,0,0,1), + (10252,1032,0,0,0,-2850.17,-2242.9,30.8348,2.02382,300,300,5,0,617,0,0,1), + (10253,1032,0,0,0,-2854.43,-2215.41,31.5077,5.59173,300,300,3,0,617,0,0,1), + (10254,1031,0,0,0,-2816.46,-2240.37,16.3169,5.3601,300,300,3,0,664,0,0,1), + (10255,1031,0,0,0,-2814.44,-2209.07,6.92762,1.25853,300,300,5,0,664,0,0,1), + (10256,1033,0,0,0,-2816.78,-2202.98,6.92762,4.32053,300,300,5,0,734,0,0,1), + (10257,1052,0,0,0,-2646.61,-2378.7,90.6888,4.06435,300,300,0,0,2559,0,0,0), + (10258,441,0,0,0,-9166.64,-2518.35,110.556,0.097727,300,300,5,0,330,938,0,1), + (10259,423,0,0,0,-9769.44,-2266.68,59.4884,4.08407,300,300,0,0,328,0,0,0), + (10260,3115,1,0,0,641.431,-4485.48,30.728,3.2016,300,300,0,0,137,0,0,0), + (10261,441,0,0,0,-9087.18,-2575.17,126.563,0.638421,300,300,10,0,330,938,0,1), + (10262,1053,0,0,0,-2667.45,-2373.61,87.6332,0.041711,300,300,3,0,2715,0,0,1), + (10263,1031,0,0,0,-2847.37,-2239.42,16.3135,3.99883,300,300,3,0,664,0,0,1), + (10264,1033,0,0,0,-2828.22,-2210.34,7.69857,5.96883,300,300,3,0,734,0,0,1), + (10265,1008,0,0,0,-4136.65,-2940.41,11.7057,0.244346,300,300,0,0,531,0,0,0), + (10266,1052,0,0,0,-2661.03,-2379.38,87.6332,4.03896,300,300,3,0,2559,0,0,1), + (10267,1033,0,0,0,-2813.15,-2200.87,6.92762,3.93057,300,300,5,0,734,0,0,1), + (10268,1031,0,0,0,-2843.38,-2201.32,6.92763,3.82089,300,300,3,0,664,0,0,1), + (10269,1033,0,0,0,-2843.91,-2208.26,6.92763,3.8737,300,300,3,0,734,0,0,1), + (10270,3118,1,0,0,975.515,-4677.04,27.0107,5.86604,300,300,5,0,186,191,0,1), + (10271,5953,1,0,0,379.145,-4665.41,16.1352,4.70528,300,300,0,0,1573,0,0,0), + (10272,3163,1,0,0,382.365,-4713.01,16.1009,3.56047,300,300,0,0,644,0,0,0), + (10273,5953,1,0,0,376.554,-4553.53,53.3642,3.8604,300,300,5,0,1573,0,0,1), + (10274,5953,1,0,0,417.89,-4616.26,53.9566,5.47325,300,300,5,0,1573,0,0,1), + (10275,5953,1,0,0,300.146,-4770.21,9.58312,1.41372,300,300,0,0,1573,0,0,0), + (10276,5953,1,0,0,311.827,-4924.32,17.7045,4.26167,300,300,5,0,1573,0,0,1), + (10277,5953,1,0,0,369.885,-4818.79,12.303,5.53269,300,300,0,0,1573,0,0,0), + (10278,5953,1,0,0,257.462,-4675.47,15.0878,0.986645,300,300,5,0,1573,0,0,1), + (10279,5953,1,0,0,273.009,-4592.76,21.0327,0.330848,300,300,5,0,1573,0,0,1), + (10280,3174,1,0,0,373.106,-4713.63,15.8902,5.18363,300,300,0,0,1380,0,0,0), + (10281,3300,1,0,0,-63.299,-3871.44,44.4826,5.28475,120,120,5,0,1,0,0,1), + (10282,3300,1,0,0,-59.8748,-4767.93,22.9728,2.7426,120,120,5,0,1,0,0,1), + (10283,10685,1,0,0,1284.28,-4214.69,26.7512,4.61843,200,200,5,0,14,0,0,1), + (10284,5951,1,0,0,-733.915,-4896.72,20.8722,5.18456,120,120,5,0,8,0,0,1), + (10285,5951,1,0,0,224.848,-4507.94,15.074,0.527757,120,120,5,0,8,0,0,1), + (10286,5951,1,0,0,-726.128,-4630.69,40.2089,1.25585,120,120,5,0,8,0,0,1), + (10287,3104,1,0,0,-222.912,-5345.09,-7.40329,1.73439,300,300,10,0,120,0,0,1), + (10288,3141,1,0,0,984.694,-5192.07,-7.13118,4.98106,300,300,10,0,156,0,0,1), + (10289,3104,1,0,0,-945.453,-5486.17,-6.2602,1.85519,300,300,10,0,120,0,0,1), + (10290,3103,1,0,0,89.062,-5380.92,-15.7342,3.79949,300,300,10,0,120,0,0,1), + (10291,3104,1,0,0,-793.518,-5317.13,0.298935,1.76398,300,300,10,0,120,0,0,1), + (10292,3104,1,0,0,-1193.34,-5040.05,-11.3024,2.04779,300,300,10,0,120,0,0,1), + (10293,3103,1,0,0,-8.08803,-5412.46,-13.7311,4.35496,300,300,10,0,120,0,0,1), + (10294,3105,1,0,0,1275.76,-5072.65,-4.58265,2.16978,300,300,5,0,156,0,0,1), + (10295,3106,1,0,0,217.904,-5151.4,-1.13319,5.72889,200,200,10,0,102,0,0,1), + (10296,3106,1,0,0,-35.1875,-5185.78,-6.03879,0.386561,200,200,10,0,102,0,0,1), + (10297,3296,1,0,0,2126.41,-4738.09,50.4491,2.74017,300,300,0,0,4957,0,0,0), + (10298,3296,1,0,0,1684.94,-3911.59,51.6336,0.628319,300,300,0,0,4957,0,0,0), + (10299,3296,1,0,0,1620.45,-4252.84,47.5273,3.7001,300,300,0,0,4957,0,0,0), + (10300,1008,0,0,0,-4141.91,-2938.76,11.7057,5.39307,300,300,0,0,531,0,0,0), + (10301,1007,0,0,0,-4162.66,-2921,11.9572,3.08228,300,300,10,0,494,0,0,1), + (10302,1007,0,0,0,-4162.28,-2944.59,12.7057,1.53543,300,300,10,0,494,0,0,1), + (10303,1007,0,0,0,-4152.68,-2977.34,12.7964,5.34055,300,300,10,0,494,0,0,1), + (10304,1008,0,0,0,-4138.8,-2946.87,11.7057,1.65806,300,300,0,0,531,0,0,0), + (10305,1008,0,0,0,-4150.86,-2934.45,11.8647,5.41052,300,300,0,0,531,0,0,0), + (10306,1008,0,0,0,-4146.9,-2944.04,11.773,0.872665,300,300,0,0,531,0,0,0), + (10307,1008,0,0,0,-4144.46,-2947.21,11.7644,4.06662,300,300,0,0,531,0,0,0), + (10308,1030,0,0,0,-3963.87,-2755.25,23.4898,6.07659,300,300,10,0,494,0,0,1), + (10309,1030,0,0,0,-3982.64,-2649.28,37.4823,1.34909,300,300,10,0,494,0,0,1), + (10310,1054,0,0,0,-2661.39,-2320.36,77.0608,3.78494,300,300,3,0,2865,0,0,1), + (10311,1053,0,0,0,-2641.13,-2324.54,77.6194,0.906131,300,300,3,0,2715,0,0,1), + (10312,1054,0,0,0,-2661.47,-2315.37,70.394,3.74976,300,300,3,0,2865,0,0,1), + (10313,1069,0,0,0,-3336.33,-3048.23,22.8705,6.17943,300,300,10,0,603,655,0,1), + (10314,1044,0,0,0,-3329.34,-3142.63,24.0506,4.49393,300,300,5,0,684,693,0,1), + (10315,1043,0,0,0,-3162.01,-2913.56,20.2841,6.12379,300,300,0,0,582,618,0,0), + (10316,1044,0,0,0,-3023.14,-3042.27,48.1438,5.34306,300,300,5,0,684,693,0,1), + (10317,1054,0,0,0,-2664.33,-2312.39,77.0616,0.304429,300,300,0,0,2865,0,0,0), + (10318,1053,0,0,0,-2656.31,-2334.48,81.5044,4.51855,300,300,3,0,2715,0,0,1), + (10319,1420,0,0,0,-3850.16,-790.834,5.61526,1.88266,300,300,10,0,8,0,0,1), + (10320,1024,0,0,0,-3213.06,-1177.98,6.21252,0.247256,300,300,10,0,494,0,0,1), + (10321,1024,0,0,0,-3283.66,-880.341,-11.4841,4.83463,300,300,10,0,494,0,0,1), + (10322,1417,0,0,0,-4223.42,-3041.68,6.04878,0.976977,300,300,10,0,531,0,0,1), + (10323,1417,0,0,0,-4146.04,-3118.94,4.47797,1.47015,300,300,10,0,531,0,0,1), + (10324,1417,0,0,0,-4224.32,-3012.97,6.48726,2.65989,300,300,10,0,531,0,0,1), + (10325,1417,0,0,0,-4152.13,-3132.46,5.73965,0.928255,300,300,10,0,531,0,0,1), + (10326,1417,0,0,0,-3555.18,-2825.63,12.8271,5.92375,300,300,10,0,531,0,0,1), + (10327,1417,0,0,0,-3547.99,-2807.82,12.3492,4.74764,300,300,10,0,531,0,0,1), + (10328,1400,0,0,0,-3646.75,-1099.32,-30.7649,1.50231,300,300,10,0,617,0,0,1), + (10329,1111,0,0,0,-3848.16,-2734.02,24.1045,5.07367,300,300,5,0,531,0,0,1), + (10330,1420,0,0,0,-4067.34,-2893.05,6.2549,2.52712,300,300,10,0,8,0,0,1), + (10331,1028,0,0,0,-3122.4,-1250.55,4.76509,0.525685,300,300,5,0,504,1443,0,1), + (10332,1007,0,0,0,-4132.52,-2958.87,12.6349,2.41405,300,300,10,0,494,0,0,1), + (10333,1007,0,0,0,-4129,-2948.98,12.0394,3.02874,300,300,10,0,494,0,0,1), + (10334,1030,0,0,0,-4100.48,-2834.35,13.5845,3.9049,300,300,10,0,494,0,0,1), + (10335,1007,0,0,0,-4220.1,-2686.8,41.3762,4.69494,300,300,0,0,494,0,0,0), + (10336,1007,0,0,0,-4225.24,-2692.61,41.3766,0.087266,300,300,0,0,494,0,0,0), + (10337,1008,0,0,0,-4209.15,-2694.54,40.9661,0.055853,300,300,10,0,531,0,0,1), + (10338,1007,0,0,0,-4204.14,-2707.92,41.1559,6.23044,300,300,10,0,494,0,0,1), + (10339,1007,0,0,0,-4240.82,-2702.66,44.1965,4.18837,300,300,3,0,494,0,0,1), + (10340,1007,0,0,0,-4215.04,-2683.88,41.2623,3.22886,300,300,0,0,494,0,0,0), + (10341,1007,0,0,0,-4216.07,-2735.79,37.9881,2.36172,300,300,10,0,494,0,0,1), + (10342,1052,0,0,0,-2579.64,-2379.24,80.6647,5.61045,300,300,0,0,2559,0,0,0), + (10343,1007,0,0,0,-4221.58,-2701.88,41.2771,2.1412,300,300,10,0,494,0,0,1), + (10344,1007,0,0,0,-4052.08,-3002.08,13.1214,1.3084,300,300,10,0,494,0,0,1), + (10345,1007,0,0,0,-4225.75,-2671.04,41.6694,0.021914,300,300,0,0,494,0,0,0), + (10346,1007,0,0,0,-4189.91,-2681.84,40.1847,6.24746,300,300,10,0,494,0,0,1), + (10347,3296,1,0,0,1579.4,-4177.05,38.0978,1.43262,300,300,0,0,4957,0,0,2), + (10348,3296,1,0,0,1615.63,-4376.11,12.4018,4.24115,300,300,0,0,4957,0,0,0), + (10349,16096,1,0,0,1354.36,-4658.82,53.6269,2.54818,600,600,0,0,4700,0,0,0), + (10350,3296,1,0,0,1603.48,-4449.95,8.1165,2.3911,300,300,0,0,4957,0,0,0), + (10351,3296,1,0,0,1384.62,-4358.56,27.0983,3.38594,300,300,0,0,4957,0,0,0), + (10352,3296,1,0,0,1748.53,-4260.13,27.0722,2.33874,300,300,0,0,4957,0,0,0), + (10353,3296,1,0,0,2131.15,-4729.88,50.4302,2.60054,300,300,0,0,4957,0,0,0), + (10354,3125,1,0,0,-761.495,-4582.7,51.4225,2.88905,200,200,5,0,102,0,0,1), + (10355,3125,1,0,0,-658.536,-4858.06,40.104,6.23604,200,200,5,0,102,0,0,1), + (10356,3125,1,0,0,-622.742,-4823.74,26.245,5.37773,200,200,5,0,102,0,0,1), + (10357,3125,1,0,0,318.62,-5042.76,12.2757,1.22002,200,200,5,0,102,0,0,1), + (10358,3125,1,0,0,158.573,-5011.06,9.11651,0.315578,200,200,10,0,102,0,0,1), + (10359,3125,1,0,0,-588.754,-4895.5,34.1713,5.79334,200,200,10,0,102,0,0,1), + (10360,3125,1,0,0,-832.27,-4638.75,41.8502,0.36212,200,200,10,0,102,0,0,1), + (10361,3099,1,0,0,605.423,-4686.46,22.6738,3.70085,300,300,5,0,120,0,0,1), + (10362,3099,1,0,0,276.336,-4343.16,35.3487,1.73562,300,300,5,0,120,0,0,1), + (10363,3099,1,0,0,562.059,-4914.65,27.6581,5.48398,300,300,5,0,120,0,0,1), + (10364,3099,1,0,0,585.429,-4653.6,29.3109,3.32022,300,300,10,0,120,0,0,1), + (10365,3099,1,0,0,-482.757,-4750.06,35.2596,3.03344,300,300,10,0,120,0,0,1), + (10366,3099,1,0,0,693.534,-4813.27,28.1343,0.400325,300,300,5,0,120,0,0,1), + (10367,3099,1,0,0,258.896,-4241.86,35.2909,0.863459,300,300,10,0,120,0,0,1), + (10368,3099,1,0,0,387.021,-4883.43,17.1592,0.692683,300,300,10,0,120,0,0,1), + (10369,3099,1,0,0,-186.539,-4732.15,30.682,2.19241,300,300,10,0,120,0,0,1), + (10370,3099,1,0,0,501.369,-4318.61,21.9166,6.19129,300,300,10,0,120,0,0,1), + (10371,3098,1,0,0,-514.764,-4414.54,52.1484,4.56331,120,120,5,0,42,0,0,1), + (10372,3098,1,0,0,-616.183,-4417.66,45.7873,4.53689,120,120,10,0,42,0,0,1), + (10373,3098,1,0,0,-381.385,-4256.06,56.0754,5.86932,120,120,5,0,42,0,0,1), + (10374,3098,1,0,0,-647.283,-4353.27,44.5734,5.67901,120,120,5,0,42,0,0,1), + (10375,3098,1,0,0,-346.066,-4290.66,57.4324,0.619598,120,120,5,0,42,0,0,1), + (10376,3098,1,0,0,-715.746,-4320.25,43.4214,6.15125,120,120,5,0,42,0,0,1), + (10377,3098,1,0,0,-749.724,-4281.92,43.2103,6.19323,120,120,5,0,42,0,0,1), + (10378,3124,1,0,0,-585.422,-4151.6,76.4519,5.23609,200,200,5,0,71,0,0,1), + (10379,3124,1,0,0,-252.066,-4227.22,62.8692,5.16003,200,200,5,0,71,0,0,1), + (10380,3124,1,0,0,-546.414,-4148.11,73.5143,3.45665,200,200,5,0,71,0,0,1), + (10381,3124,1,0,0,-511.388,-4174.16,77.2973,5.16868,200,200,5,0,71,0,0,1), + (10382,3124,1,0,0,-548.718,-4080.81,70.8147,0.494206,200,200,5,0,71,0,0,1), + (10383,3124,1,0,0,-607.076,-4113.04,74.9527,3.32366,200,200,5,0,71,0,0,1), + (10384,3100,1,0,0,350.821,-3925.56,32.0908,2.78896,300,300,10,0,156,0,0,1), + (10385,3100,1,0,0,1079.04,-4529.97,17.898,0.283681,300,300,10,0,156,0,0,1), + (10386,3100,1,0,0,617.739,-4084.65,10.2801,0.034907,300,300,0,0,156,0,0,0), + (10387,3100,1,0,0,1148.27,-4053.48,15.6102,4.97538,300,300,10,0,156,0,0,1), + (10388,3100,1,0,0,817.242,-4879.1,36.543,4.15993,300,300,5,0,156,0,0,1), + (10389,3100,1,0,0,63.9385,-4054.78,53.6712,0.015624,300,300,5,0,156,0,0,1), + (10390,3100,1,0,0,793.892,-4849.49,37.9546,0.329637,300,300,5,0,156,0,0,1), + (10391,3100,1,0,0,986.871,-4313.26,23.9862,2.57512,300,300,5,0,156,0,0,1), + (10392,3100,1,0,0,-157.508,-3960.32,55.2023,1.81341,300,300,10,0,156,0,0,1), + (10393,3100,1,0,0,310.81,-4113.59,32.4873,2.93118,300,300,5,0,156,0,0,1), + (10394,3126,1,0,0,21.6208,-4151.76,71.1454,3.33018,300,300,5,0,137,0,0,1), + (10395,3126,1,0,0,311.612,-3954.06,34.3623,2.94075,300,300,10,0,137,0,0,1), + (10396,3126,1,0,0,516.81,-4857.93,29.302,1.2262,300,300,5,0,137,0,0,1), + (10397,3126,1,0,0,872.585,-4356.52,17.8088,3.66946,300,300,10,0,137,0,0,1), + (10398,3126,1,0,0,1120.85,-4632.31,58.4326,4.70568,300,300,5,0,137,0,0,1), + (10399,3126,1,0,0,238.143,-4318.42,37.9371,3.34797,300,300,10,0,137,0,0,1), + (10400,3126,1,0,0,112.752,-4254.03,51.0269,5.59419,300,300,10,0,137,0,0,1), + (10401,3126,1,0,0,322.829,-4036.32,33.1214,0.532714,300,300,5,0,137,0,0,1), + (10402,3107,1,0,0,-1276.97,-5639.94,-2.56702,3.82183,300,300,5,0,137,0,0,1), + (10403,3107,1,0,0,-1383.3,-5244.66,-2.5659,2.79082,300,300,5,0,137,0,0,1), + (10404,3107,1,0,0,-614.52,-5552.22,-0.5282,5.98092,300,300,5,0,137,0,0,1), + (10405,3107,1,0,0,913.37,-5177.98,-6.04051,1.32297,300,300,5,0,137,0,0,1), + (10406,3107,1,0,0,-623.455,-5691.47,-4.31615,4.15588,300,300,5,0,137,0,0,1), + (10407,3107,1,0,0,-822.853,-5425.31,-8.38241,3.9793,300,300,5,0,137,0,0,1), + (10408,3107,1,0,0,-950.246,-5625.07,-9.9581,4.68198,300,300,5,0,137,0,0,1), + (10409,3107,1,0,0,-1654.57,-5378.45,-2.87589,2.44239,300,300,5,0,137,0,0,1), + (10410,3115,1,0,0,1026.84,-4560.86,19.3892,1.6048,300,300,5,0,137,0,0,1), + (10411,3116,1,0,0,1077.13,-4522.47,17.7387,0.805437,300,300,10,0,137,0,0,1), + (10412,721,0,0,0,-9054.36,-2623.27,126.53,5.32357,300,300,10,0,1,0,0,1), + (10413,547,0,0,0,-9724.1,-2153.24,59.8127,4.1799,300,300,10,0,356,0,0,1), + (10414,505,0,0,0,-9139.37,-2719.14,92.8897,0.826811,300,300,10,0,449,0,0,1), + (10415,505,0,0,0,-9127.57,-2738.82,93.8815,3.48619,300,300,10,0,449,0,0,1), + (10416,712,0,0,0,-9741.46,-2162.6,58.7255,4.40214,300,300,10,0,300,0,0,1), + (10417,428,0,0,0,-9158.19,-2750.46,90.6553,2.32019,300,300,10,0,417,0,0,1), + (10418,505,0,0,0,-9200.28,-2740.55,88.9286,3.04979,300,300,10,0,449,0,0,1), + (10419,505,0,0,0,-9206.27,-2739.03,89.164,3.1045,300,300,10,0,449,0,0,1), + (10420,505,0,0,0,-9199.77,-2767.51,90.0616,3.88781,300,300,10,0,449,0,0,1), + (10421,3116,1,0,0,692.844,-4518.25,25.5056,5.53212,300,300,5,0,137,0,0,1), + (10422,3115,1,0,0,653.016,-4343.42,18.4986,5.76174,300,300,10,0,137,0,0,1), + (10423,3118,1,0,0,967.296,-4765.49,39.5934,5.66092,300,300,0,0,186,191,0,0), + (10424,3118,1,0,0,971.102,-4783.22,42.5103,4.27378,300,300,0,0,186,191,0,0), + (10425,3881,1,0,0,305.722,-4665.87,16.527,4.95674,300,300,0,0,594,0,0,0), + (10426,5953,1,0,0,383.786,-4598.72,69.7285,4.20624,300,300,0,0,1573,0,0,0), + (10427,5953,1,0,0,412.868,-4586.3,53.4592,0.103752,300,300,5,0,1573,0,0,1), + (10428,5953,1,0,0,244.253,-4730.2,10.1855,3.14159,300,300,0,0,1573,0,0,0), + (10429,3706,1,0,0,294.884,-4831.49,10.6074,0.645772,300,300,0,0,804,674,0,0), + (10430,5953,1,0,0,256.351,-4644.71,11.9089,2.07694,300,300,0,0,1573,0,0,0), + (10431,3300,1,0,0,65.846,-5008.04,11.505,5.9219,120,120,5,0,1,0,0,1), + (10432,5951,1,0,0,1155.71,-4832.39,19.1646,3.45463,120,120,5,0,8,0,0,1), + (10433,10685,1,0,0,744.991,-4280.11,18.1599,2.0485,200,200,3,0,14,0,0,1), + (10434,5951,1,0,0,341.76,-3908.22,32.9658,5.55506,120,120,5,0,8,0,0,1), + (10435,3300,1,0,0,533.498,-4173.89,18.0563,3.62707,120,120,5,0,1,0,0,1), + (10436,5951,1,0,0,1134.9,-4428.62,23.1947,3.27673,120,120,5,0,8,0,0,1), + (10437,6145,1,0,0,-1384.97,-5288.2,-15.1388,4.45802,120,120,10,0,42,0,0,1), + (10438,5951,1,0,0,-723.068,-4169.88,30.0904,3.54699,120,120,5,0,8,0,0,1), + (10439,5951,1,0,0,-1037.11,-4779.67,15.0982,1.31023,120,120,10,0,8,0,0,1), + (10440,3103,1,0,0,18.1143,-5320.35,-21.7979,2.55494,300,300,10,0,120,0,0,1), + (10441,3103,1,0,0,-747.651,-5190.88,-9.43668,0.091213,300,300,10,0,120,0,0,1), + (10442,3103,1,0,0,-619.458,-5245.9,-13.7097,5.82652,300,300,10,0,120,0,0,1), + (10443,3104,1,0,0,-157.369,-5317.58,-10.988,0.657328,300,300,10,0,120,0,0,1), + (10444,3104,1,0,0,382.685,-5183.32,-8.17548,0.257544,300,300,10,0,120,0,0,1), + (10445,3103,1,0,0,-252.989,-5315.19,-7.42286,4.9531,300,300,10,0,120,0,0,1), + (10446,505,0,0,0,-9202.88,-2784.69,91.3231,4.83338,300,300,10,0,449,0,0,1), + (10447,3103,1,0,0,-913.74,-5521.05,-2.1964,1.14155,300,300,10,0,120,0,0,1), + (10448,3103,1,0,0,293.246,-5217.67,-14.8444,6.06281,300,300,10,0,120,0,0,1), + (10449,3103,1,0,0,-125.069,-5381.75,-20.7173,2.52907,300,300,10,0,120,0,0,1), + (10450,3296,1,0,0,1523.92,-4429.44,16.7349,0.506145,300,300,0,0,4957,0,0,0), + (10451,505,0,0,0,-9130.94,-2713.36,92.0353,4.89714,300,300,10,0,449,0,0,1), + (10452,428,0,0,0,-9242.59,-2768.72,89.5943,1.08095,300,300,10,0,417,0,0,1), + (10453,505,0,0,0,-9171.93,-2696.6,90.2813,1.54931,300,300,10,0,449,0,0,1), + (10454,428,0,0,0,-9136.67,-2708.56,91.2302,2.14304,300,300,10,0,417,0,0,1), + (10455,505,0,0,0,-9162.79,-2669.13,93.6677,1.28406,300,300,10,0,449,0,0,1), + (10456,505,0,0,0,-9250.13,-2810.99,93.3725,5.91573,300,300,10,0,449,0,0,1), + (10457,545,0,0,0,-9314.87,-2806.96,73.6326,3.03687,300,300,0,0,404,456,0,0), + (10458,428,0,0,0,-9225.42,-2814.38,93.3098,4.48779,300,300,0,0,417,0,0,0), + (10459,14272,0,0,0,-9023.74,-2492.91,129.57,5.60712,3600,3600,0,0,354,1020,0,0), + (10460,1007,0,0,0,-4138.96,-2921.73,12.9417,4.71629,300,300,10,0,494,0,0,1), + (10461,1008,0,0,0,-4058.9,-2985.91,11.8979,2.56563,300,300,0,0,531,0,0,0), + (10462,3296,1,0,0,1886.2,-4546.68,28.5148,1.09956,300,300,0,0,4957,0,0,0), + (10463,3296,1,0,0,1566.22,-4194.07,42.6709,0.15708,300,300,0,0,4957,0,0,0), + (10464,3296,1,0,0,1953.01,-4431.15,25.1469,3.31613,300,300,0,0,4957,0,0,0), + (10465,3296,1,0,0,1639.98,-3841.02,51.4255,2.30383,300,300,0,0,4957,0,0,0), + (10466,3296,1,0,0,1596.65,-4388.67,9.98323,5.98648,300,300,0,0,4957,0,0,0), + (10467,3296,1,0,0,1717.29,-4359.8,27.4567,1.49299,300,300,0,0,4957,0,0,2), + (10468,3296,1,0,0,1910.24,-4623.92,33.9762,3.735,300,300,0,0,4957,0,0,0), + (10469,3296,1,0,0,1698.85,-3902.94,51.6336,3.66519,300,300,0,0,4957,0,0,0), + (10470,3296,1,0,0,1908.22,-4560.1,33.8923,5.33948,300,300,0,0,4957,0,0,2), + (10471,3125,1,0,0,-432.512,-4854.03,37.6829,3.34396,200,200,5,0,102,0,0,1), + (10472,3125,1,0,0,-188.732,-4844.76,24.6295,0.350773,200,200,5,0,102,0,0,1), + (10473,3125,1,0,0,-823.612,-4577.57,51.0542,2.32748,200,200,10,0,102,0,0,1), + (10474,3125,1,0,0,-405.919,-4717.56,44.4453,1.7138,200,200,10,0,102,0,0,1), + (10475,3125,1,0,0,-478.389,-4839.04,37.4476,5.6407,200,200,10,0,102,0,0,1), + (10476,3125,1,0,0,-725.941,-4613.79,41.1353,2.89472,200,200,10,0,102,0,0,1), + (10477,3125,1,0,0,-622.387,-4837.24,26.4352,2.81737,200,200,5,0,102,0,0,1), + (10478,3125,1,0,0,189.8,-5111.89,5.41148,4.58126,200,200,10,0,102,0,0,1), + (10479,3099,1,0,0,18.7963,-4114.17,68.1918,0.957353,300,300,5,0,120,0,0,1), + (10480,3099,1,0,0,-275.812,-4809.69,29.7265,3.54315,300,300,10,0,120,0,0,1), + (10481,721,0,0,0,-9202,-2279.96,89.9499,0.059304,300,300,10,0,1,0,0,1), + (10482,1007,0,0,0,-4052.45,-2982.59,11.7729,0.593412,300,300,0,0,494,0,0,0), + (10483,1051,0,0,0,-2624.68,-2376.85,85.9369,0.521326,300,300,0,0,2400,0,0,0), + (10484,1051,0,0,0,-2635.07,-2381.64,89.4912,1.38104,300,300,5,0,2400,0,0,1), + (10485,6523,0,0,0,-2632.87,-2399.91,88.3979,4.41568,300,300,0,0,2400,0,0,0), + (10486,1007,0,0,0,-4073.08,-2976.33,12.0071,0.539413,300,300,10,0,494,0,0,1), + (10487,1052,0,0,0,-2619.26,-2335.63,79.94,1.22507,300,300,5,0,2559,0,0,1), + (10488,1052,0,0,0,-2566.06,-2378.67,77.6092,3.35033,300,300,3,0,2559,0,0,1), + (10489,1053,0,0,0,-2560.64,-2382.81,77.6092,3.19873,300,300,3,0,2715,0,0,1), + (10490,1009,0,0,0,-4058.04,-2981.57,11.9348,3.14159,300,300,0,0,472,1357,0,0), + (10491,1008,0,0,0,-4063.15,-2975.87,11.9583,4.57276,300,300,0,0,531,0,0,0), + (10492,1008,0,0,0,-4032.78,-2986.63,11.9904,0.839611,300,300,10,0,531,0,0,1), + (10493,1008,0,0,0,-4066.44,-2987.48,11.9348,1.309,300,300,0,0,531,0,0,0), + (10494,1747,0,0,0,-8439.71,331.023,122.579,2.34047,180,180,0,0,166,0,0,0), + (10495,1748,0,0,0,-8439.98,329.392,122.579,2.293,390,390,0,0,999300,0,0,0), + (10497,1749,0,0,0,-8437.94,331.014,122.579,2.34047,2100,2100,0,0,4743,2727,0,0), + (10498,1750,0,0,0,-8394,281.82,120.885,3.728,2100,2100,0,0,4079,0,0,0), + (10499,1751,0,0,0,-8402,276.816,120.885,0.432,2100,2100,0,0,4079,0,0,0), + (10500,1752,0,0,0,-8534,367.126,108.569,2.286,490,490,0,0,3857,0,0,0), + (10501,1008,0,0,0,-4072.41,-2958.66,11.6208,1.52948,300,300,10,0,531,0,0,1), + (10502,1754,0,0,0,-8334,394.722,122.274,2.596,10,10,0,0,1881,0,0,0), + (10503,3099,1,0,0,580.153,-4580.05,35.279,1.0364,300,300,5,0,120,0,0,1), + (10505,3099,1,0,0,149.435,-4020.74,48.94,6.02019,300,300,10,0,120,0,0,1), + (10506,1756,0,0,0,-8533,456.912,104.917,2.281,430,430,0,0,6209,0,0,0), + (10507,1756,0,0,0,-8532,392.07,108.386,0.674,430,430,0,0,6209,0,0,0), + (10508,1756,0,0,0,-8530.93,439.034,105.049,0.652942,430,430,0,0,6209,0,0,0), + (10509,1756,0,0,0,-8526,385.38,108.386,0.729,430,430,0,0,6209,0,0,0), + (10510,1756,0,0,0,-8524,444.517,105.022,3.863,430,430,0,0,6209,0,0,0), + (10511,1756,0,0,0,-8470,361.367,116.683,0.639,430,430,0,0,6209,0,0,0), + (10512,1756,0,0,0,-8463,366.948,116.756,3.791,430,430,0,0,6209,0,0,0), + (10513,1756,0,0,0,-8457,325.899,120.886,0.327,430,430,0,0,6209,0,0,0), + (10514,1756,0,0,0,-8456,340.124,120.885,5.791,430,430,0,0,6209,0,0,0), + (10515,1756,0,0,0,-8449,314.38,120.886,1.144,430,430,0,0,6209,0,0,0), + (10516,1756,0,0,0,-8445,348.184,120.886,4.914,430,430,0,0,6209,0,0,0), + (10517,1756,0,0,0,-8434,312.775,120.886,1.894,430,430,0,0,6209,0,0,0), + (10518,1756,0,0,0,-8431,346.566,120.886,4.204,430,430,0,0,6209,0,0,0), + (10519,1756,0,0,0,-8424,322.168,120.886,2.667,430,430,0,0,6209,0,0,0), + (10520,1756,0,0,0,-8421,336.007,120.885,3.345,430,430,0,0,6209,0,0,0), + (10521,1756,0,0,0,-8418,296.459,120.886,2.23,430,430,0,0,6209,0,0,0), + (10522,1756,0,0,0,-8411,302.34,120.886,2.219,430,430,0,0,6209,0,0,0), + (10523,1756,0,0,0,-8394,448.942,123.76,0.711,430,430,0,0,6209,0,0,0), + (10524,1756,0,0,0,-8389,452.936,123.76,3.773,430,430,0,0,6209,0,0,0), + (10525,1756,0,0,0,-8363,407.922,122.274,5.43,430,430,0,0,6209,0,0,0), + (10526,1756,0,0,0,-8355,414.346,122.274,5.35,430,430,0,0,6209,0,0,0), + (10527,1756,0,0,0,-8527.76,441.73,105.034,2.23726,350,350,0,0,6209,0,0,2), + (10528,1756,0,0,0,-8532.2,386.405,108.386,3.7782,350,350,0,0,6209,0,0,2), + (10529,3099,1,0,0,641.337,-4664.37,22.1062,3.67171,300,300,5,0,120,0,0,1), + (10530,1008,0,0,0,-4067.02,-2978.21,11.9397,5.34071,300,300,0,0,531,0,0,0), + (10531,1007,0,0,0,-4049.52,-2969.08,12.8979,0.57369,300,300,10,0,494,0,0,1), + (10532,1032,0,0,0,-2952.29,-2176.22,18.7521,3.04387,300,300,10,0,617,0,0,1), + (10533,1032,0,0,0,-2918.34,-2181.64,22.291,2.2323,300,300,10,0,617,0,0,1), + (10534,1007,0,0,0,-4072.19,-2990.71,11.7917,1.98968,300,300,0,0,494,0,0,0), + (10535,1400,0,0,0,-2961.87,-2015.78,7.8746,6.04338,300,300,10,0,617,0,0,1), + (10536,1400,0,0,0,-2919.05,-1780.01,7.99276,4.59393,300,300,10,0,617,0,0,1), + (10537,1400,0,0,0,-3009.87,-2352.35,7.52375,0.212903,300,300,10,0,617,0,0,1), + (10538,2089,0,0,0,-2723.12,-1316.69,7.00648,3.25505,300,300,10,0,734,0,0,1), + (10539,1400,0,0,0,-2961.38,-1775.9,9.15042,0.392838,300,300,10,0,617,0,0,1), + (10540,2089,0,0,0,-2699.69,-1288.06,3.9075,2.96488,300,300,10,0,734,0,0,1), + (10541,2089,0,0,0,-2831.14,-1176.66,6.53969,0.571813,300,300,10,0,734,0,0,1), + (10542,1034,0,0,0,-3450.57,-2350.7,51.8991,6.17739,300,300,0,0,635,0,0,0), + (10543,1057,0,0,0,-3455.21,-2365.63,52.0236,4.39069,300,300,5,0,519,1443,0,1), + (10544,1034,0,0,0,-3442.35,-2347.5,51.9232,1.26079,300,300,0,0,635,0,0,0), + (10545,1057,0,0,0,-3441.87,-2357.99,51.9392,4.50485,300,300,0,0,519,1443,0,0), + (10546,1053,0,0,0,-2574.07,-2355.85,86.6012,4.45303,300,300,0,0,2715,0,0,0), + (10549,1054,0,0,0,-2561.05,-2349.46,79.9347,3.07294,300,300,3,0,2865,0,0,1), + (10550,1054,0,0,0,-2553.87,-2357,82.9894,5.99716,300,300,5,0,2865,0,0,2), + (10551,1007,0,0,0,-3988.22,-2935.29,11.8705,1.81235,300,300,10,0,494,0,0,1), + (10552,1012,0,0,0,-2961.54,-1559.72,9.40382,3.67879,300,300,5,0,664,0,0,1), + (10553,1010,0,0,0,-2997.37,-2508.08,11.5544,4.17134,300,300,0,0,573,0,0,0), + (10554,1011,0,0,0,-2999.13,-2502.48,11.504,5.51524,300,300,0,0,617,0,0,0), + (10555,1012,0,0,0,-2980.33,-1920.25,10.4625,5.37076,300,300,10,0,664,0,0,1), + (10556,1010,0,0,0,-3017.43,-1854.96,9.08751,5.04519,300,300,5,0,573,0,0,1), + (10557,1012,0,0,0,-2969.38,-1571.86,10.271,0.120485,300,300,5,0,664,0,0,1), + (10558,1012,0,0,0,-2985.86,-1989.31,9.20004,0.439952,300,300,10,0,664,0,0,1), + (10559,1012,0,0,0,-2963.5,-1991.14,9.54453,0.698654,300,300,5,0,664,0,0,1), + (10560,1011,0,0,0,-2943.19,-1746.06,9.65555,2.85631,300,300,10,0,617,0,0,1), + (10561,1012,0,0,0,-2936.18,-1972.67,9.46417,0.163102,300,300,5,0,664,0,0,1), + (10562,1012,0,0,0,-2989.63,-1974.86,9.95004,4.97555,300,300,5,0,664,0,0,1), + (10563,1010,0,0,0,-2909.42,-2570.6,34.0353,5.0091,300,300,0,0,573,0,0,0), + (10564,1011,0,0,0,-2903.53,-2575.16,34.0366,3.08923,300,300,0,0,617,0,0,0), + (10565,1010,0,0,0,-2996.48,-2519.35,11.5754,1.91986,300,300,0,0,573,0,0,0), + (10566,1011,0,0,0,-3001.08,-2521.09,11.5754,1.43117,300,300,0,0,617,0,0,0), + (10567,1012,0,0,0,-2970.71,-1837.39,9.21251,1.80215,300,300,5,0,664,0,0,1), + (10568,1012,0,0,0,-2953.42,-1925.16,9.81386,3.8377,300,300,5,0,664,0,0,1), + (10569,1032,0,0,0,-3384.22,-2820.02,14.0655,2.61571,300,300,5,0,617,0,0,1), + (10570,1032,0,0,0,-3368.08,-2942.86,18.8802,2.35605,300,300,5,0,617,0,0,1), + (10571,1035,0,0,0,-3411.65,-1970.36,114.906,0.694054,300,300,5,0,635,0,0,1), + (10572,1043,0,0,0,-3369.17,-2906.79,15.0815,6.15786,300,300,10,0,582,618,0,1), + (10573,1044,0,0,0,-3241.62,-3047.09,21.994,1.08499,300,300,5,0,684,693,0,1), + (10574,1035,0,0,0,-3423.25,-1982.46,114.531,5.50889,300,300,0,0,635,0,0,0), + (10575,1008,0,0,0,-4018.76,-2923.33,11.2542,4.6545,300,300,10,0,531,0,0,1), + (10576,1007,0,0,0,-4117.07,-2882.74,12.0424,1.37532,300,300,5,0,494,0,0,1), + (10577,1015,0,0,0,-2911.27,-2656.49,30.0462,2.59582,300,300,10,0,617,0,0,1), + (10578,1051,0,0,0,-2628.55,-2410.74,80.8096,6.0885,300,300,5,0,2400,0,0,1), + (10579,1036,0,0,0,-3625.65,-2561.56,52.7885,0.120346,300,300,0,0,600,618,0,0), + (10580,1036,0,0,0,-3638.55,-2591.83,52.1486,4.12677,300,300,0,0,600,618,0,0), + (10581,2091,0,0,0,-3654.34,-2600.74,52.0236,0.257145,300,300,0,0,3171,0,0,0), + (10582,1038,0,0,0,-3614.18,-2585.11,60.1395,1.41454,300,300,3,0,519,1443,0,1), + (10583,1051,0,0,0,-2615.77,-2357.83,80.9065,3.3842,300,300,5,0,2400,0,0,1), + (10584,1038,0,0,0,-3632.92,-2562.3,57.3804,0.044979,300,300,0,0,519,1443,0,0), + (10585,1051,0,0,0,-2580.31,-2341.27,85.1971,3.78567,300,300,0,0,2400,0,0,0), + (10586,1052,0,0,0,-2592.45,-2360.88,84.2905,3.79443,300,300,3,0,2559,0,0,1), + (10587,1038,0,0,0,-3672.87,-2579.32,61.1975,0.46533,300,300,5,0,519,1443,0,1), + (10588,1051,0,0,0,-2605.72,-2375.2,80.1824,1.30846,300,300,3,0,2400,0,0,1), + (10589,1053,0,0,0,-2564.88,-2352.4,86.6005,4.19405,300,300,0,0,2715,0,0,0), + (10590,1052,0,0,0,-2593.98,-2310.07,90.3138,0.798688,300,300,3,0,2559,0,0,1), + (10591,1417,0,0,0,-3655.25,-2913.18,11.7598,3.16548,300,300,10,0,531,0,0,1), + (10592,1417,0,0,0,-3611.06,-2926.68,6.33752,4.63346,300,300,10,0,531,0,0,1), + (10593,1053,0,0,0,-2605.34,-2295.3,90.183,3.82891,300,300,6,0,2715,0,0,2), + (10594,1051,0,0,0,-2594.12,-2393.93,80.3494,3.40527,300,300,3,0,2400,0,0,1), + (10595,1053,0,0,0,-2612.45,-2289.9,88.4282,6.19592,300,300,0,0,2715,0,0,0), + (10596,1053,0,0,0,-2612.31,-2277.39,86.0164,2.74761,300,300,5,0,2715,0,0,1), + (10597,1053,0,0,0,-2596.92,-2289.51,88.4366,2.28224,300,300,2,0,2715,0,0,1), + (10598,1041,0,0,0,-2924.95,-1615.11,0.673246,4.36125,300,300,5,0,734,0,0,1), + (10599,1040,0,0,0,-3029.99,-1364.51,3.29891,4.08374,300,300,10,0,664,0,0,1), + (10600,1039,0,0,0,-3547.11,-2877.89,5.00173,2.61466,300,300,10,0,494,0,0,1), + (10601,1041,0,0,0,-2885.07,-1723.14,6.98897,4.61382,300,300,10,0,734,0,0,1), + (10602,1039,0,0,0,-4077.4,-2907.07,5.19628,1.84254,300,300,10,0,494,0,0,1), + (10603,1039,0,0,0,-3304.95,-1098.66,6.42006,2.09548,300,300,10,0,494,0,0,1), + (10604,1039,0,0,0,-3395.44,-1260.92,6.59872,0.317463,300,300,10,0,494,0,0,1), + (10605,1039,0,0,0,-2922.37,-1607.61,1.2473,4.74168,300,300,10,0,494,0,0,1), + (10606,1053,0,0,0,-2605.17,-2302.67,90.1847,3.57677,300,300,0,0,2715,0,0,0), + (10607,1040,0,0,0,-2974.8,-1318.68,6.30867,0.710745,300,300,10,0,664,0,0,1), + (10608,1040,0,0,0,-3026.21,-1458.46,6.94646,0.384486,300,300,10,0,664,0,0,1), + (10609,1039,0,0,0,-3481.11,-1205.24,6.66533,1.60967,300,300,10,0,494,0,0,1), + (10610,1039,0,0,0,-3391.39,-1330.32,3.01132,3.43062,300,300,10,0,494,0,0,1), + (10611,1420,0,0,0,-3423.01,-1158.42,6.67042,3.00976,300,300,10,0,8,0,0,1), + (10612,1018,0,0,0,-2569.85,-1741.01,9.87233,1.25895,300,300,10,0,840,0,0,1), + (10613,1032,0,0,0,-2825.97,-2380.27,55.8684,2.35316,300,300,3,0,617,0,0,1), + (10614,1032,0,0,0,-2819.52,-2247.79,43.1277,2.3341,300,300,5,0,617,0,0,1), + (10615,1053,0,0,0,-2629.79,-2336.43,82.3376,6.16872,300,300,0,0,2715,0,0,0), + (10616,1053,0,0,0,-2641.74,-2337.64,78.7263,5.69895,300,300,0,0,2715,0,0,0), + (10617,1053,0,0,0,-2594.06,-2278.74,86.0163,3.17752,300,300,5,0,2715,0,0,1), + (10618,1420,0,0,0,-3273.3,-1476.96,8.13431,4.19106,300,300,10,0,8,0,0,1), + (10619,1034,0,0,0,-3340.36,-2302.65,52.1486,0.028497,300,300,5,0,635,0,0,1), + (10620,1009,0,0,0,-3753.81,-2920.49,12.0631,3.22886,300,300,0,0,472,1357,0,0), + (10621,1052,0,0,0,-2622.38,-2322.33,79.815,5.40063,300,300,5,0,2559,0,0,1), + (10622,1400,0,0,0,-3626.95,-1150.84,-13.262,6.2304,300,300,10,0,617,0,0,1), + (10623,1015,0,0,0,-2856.39,-2651.73,44.817,2.74004,300,300,10,0,617,0,0,1), + (10624,1057,0,0,0,-3407,-2450.98,52.4743,4.13643,300,300,0,0,519,1443,0,0), + (10625,1053,0,0,0,-2646.83,-2328.37,77.6169,0.736778,300,300,3,0,2715,0,0,1), + (10626,1028,0,0,0,-3138.87,-1061.58,9.24119,1.75327,300,300,5,0,504,1443,0,1), + (10627,1035,0,0,0,-3380.86,-2450.67,60.1379,5.32325,300,300,0,0,635,0,0,0), + (10628,1026,0,0,0,-3278.71,-1311.49,9.33755,0.897971,300,300,10,0,573,0,0,1), + (10629,1052,0,0,0,-2601.05,-2325.3,87.315,2.05797,300,300,5,0,2559,0,0,1), + (10630,1008,0,0,0,-3777.58,-2934.21,13.224,2.90903,300,300,5,0,531,0,0,1), + (10631,1035,0,0,0,-3373.59,-2472.91,53.6203,0.15708,300,300,0,0,635,0,0,0), + (10632,1417,0,0,0,-3847.47,-2910.66,6.05337,2.92993,300,300,10,0,531,0,0,1), + (10633,1417,0,0,0,-3851.13,-2947.73,11.7605,0.828167,300,300,10,0,531,0,0,1), + (10634,1417,0,0,0,-3899.99,-2889.88,8.25753,2.88477,300,300,10,0,531,0,0,1), + (10635,1039,0,0,0,-3307.77,-1236.44,6.43564,4.85986,300,300,10,0,494,0,0,1), + (10636,1039,0,0,0,-3851.69,-2874.98,4.60769,3.3501,300,300,10,0,494,0,0,1), + (10637,1040,0,0,0,-3051.6,-2357.8,6.35521,2.53902,300,300,10,0,664,0,0,1), + (10638,1051,0,0,0,-2962.53,-2967.82,33.1604,1.63364,300,300,10,0,2400,0,0,1), + (10639,1400,0,0,0,-2888.7,-1415.56,6.29486,0.084454,300,300,10,0,617,0,0,1), + (10640,2089,0,0,0,-2888.13,-1091.87,8.17581,1.06895,300,300,10,0,734,0,0,1), + (10641,1400,0,0,0,-2889.06,-1823.62,8.21253,3.43329,300,300,10,0,617,0,0,1), + (10642,1400,0,0,0,-2945.88,-1819.83,2.55004,5.96255,300,300,10,0,617,0,0,1), + (10643,1400,0,0,0,-2980.81,-1847.41,8.67743,0.418224,300,300,10,0,617,0,0,1), + (10644,1400,0,0,0,-2882.06,-1955.16,6.3417,5.32855,300,300,10,0,617,0,0,1), + (10645,1417,0,0,0,-3046.68,-1545.77,3.86978,5.03378,300,300,10,0,531,0,0,1), + (10646,1417,0,0,0,-3142.05,-2057.34,9.31714,5.40919,300,300,10,0,531,0,0,1), + (10647,1051,0,0,0,-2962.81,-2995.52,37.1024,0.836583,300,300,10,0,2400,0,0,1), + (10648,1042,0,0,0,-3363.83,-2854.13,13.6016,3.38005,300,300,5,0,617,0,0,1), + (10649,1051,0,0,0,-2937.96,-2953.86,31.8491,5.78664,300,300,5,0,2400,0,0,1), + (10650,1008,0,0,0,-3920.36,-2901.42,12.1544,1.63144,300,300,10,0,531,0,0,1), + (10651,1008,0,0,0,-3841.69,-2942.02,11.6355,0.426645,300,300,5,0,531,0,0,1), + (10652,2093,0,0,0,-3232.96,-2453.78,15.471,3.82227,300,300,0,0,919,0,0,0), + (10653,1417,0,0,0,-3446.69,-1181.37,9.18676,3.22031,300,300,10,0,531,0,0,1), + (10654,1417,0,0,0,-3377.8,-1273.79,6.97816,3.51157,300,300,10,0,531,0,0,1), + (10655,1008,0,0,0,-3783.92,-2891.24,9.39308,0.763302,300,300,5,0,531,0,0,1), + (10656,1010,0,0,0,-3764.27,-2913.63,12.0631,0,300,300,0,0,573,0,0,0), + (10657,1042,0,0,0,-3275.08,-2860.93,13.2735,3.43864,300,300,5,0,617,0,0,1), + (10658,1069,0,0,0,-3310.97,-3061.34,21.8519,2.40361,300,300,10,0,603,655,0,1), + (10659,1008,0,0,0,-3743.18,-2923.83,12.3131,2.38279,300,300,5,0,531,0,0,1), + (10660,1011,0,0,0,-3181.95,-1570.11,9.21252,3.50676,300,300,5,0,617,0,0,1), + (10661,1010,0,0,0,-3105.28,-2196.08,9.14616,1.29154,300,300,6,0,573,0,0,1), + (10662,1011,0,0,0,-3100.93,-2190.84,9.27304,4.5204,300,300,6,0,617,0,0,1), + (10663,1010,0,0,0,-3123.12,-2279.55,9.22124,5.12226,300,300,5,0,573,0,0,1), + (10664,1010,0,0,0,-3021.93,-2277.45,9.06767,3.65858,300,300,10,0,573,0,0,1), + (10665,1011,0,0,0,-3039.15,-2160.94,9.54253,3.9619,300,300,6,0,617,0,0,1), + (10666,1012,0,0,0,-3040.23,-2165.8,9.49591,2.00713,300,300,6,0,664,0,0,1), + (10667,1010,0,0,0,-3089.05,-2262.01,9.71255,1.41251,300,300,5,0,573,0,0,1), + (10668,1010,0,0,0,-3083.97,-2019.31,9.24696,0.020649,300,300,5,0,573,0,0,1), + (10669,1011,0,0,0,-3114.41,-1759.17,9.76753,4.19786,300,300,10,0,617,0,0,1), + (10670,1011,0,0,0,-3054.1,-2170.46,10.4786,4.93699,300,300,10,0,617,0,0,1), + (10671,1010,0,0,0,-3104.2,-2288.1,10.7212,1.33776,300,300,5,0,573,0,0,1), + (10672,1011,0,0,0,-3025.86,-2150.13,9.41924,0.467851,300,300,5,0,617,0,0,1), + (10673,1011,0,0,0,-2995.66,-2083.72,9.3249,3.98088,300,300,5,0,617,0,0,1), + (10674,1011,0,0,0,-3103.28,-1885.09,9.28619,0.877841,300,300,5,0,617,0,0,1), + (10675,1011,0,0,0,-3047.6,-2156.1,10.8375,4.07545,300,300,10,0,617,0,0,1), + (10676,1010,0,0,0,-3086.91,-2198.32,10.2686,1.15872,300,300,10,0,573,0,0,1), + (10677,1011,0,0,0,-3085.95,-2081.94,9.68361,5.47017,300,300,10,0,617,0,0,1), + (10678,1010,0,0,0,-3110.67,-2209.49,9.8259,4.98503,300,300,10,0,573,0,0,1), + (10679,1010,0,0,0,-3095.84,-1989.96,9.70878,4.21077,300,300,5,0,573,0,0,1), + (10680,1011,0,0,0,-3100.18,-2209.37,10.3705,1.57371,300,300,10,0,617,0,0,1), + (10681,1010,0,0,0,-2925.21,-2559.57,33.2695,1.90816,300,300,10,0,573,0,0,1), + (10682,1010,0,0,0,-2896.41,-2589.75,34.227,0.884447,300,300,5,0,573,0,0,1), + (10683,1011,0,0,0,-3095.71,-2017.71,9.35232,4.66003,300,300,0,0,617,0,0,0), + (10684,1010,0,0,0,-3104.27,-2029.63,9.21252,4.86326,300,300,5,0,573,0,0,1), + (10685,1010,0,0,0,-3020.88,-2236.79,10.3375,3.7208,300,300,10,0,573,0,0,1), + (10686,1012,0,0,0,-3032.62,-2149.32,10.1658,5.46875,300,300,10,0,664,0,0,1), + (10687,1011,0,0,0,-3023.89,-2252.6,9.45238,4.41568,300,300,6,0,617,0,0,1), + (10688,1009,0,0,0,-3026.76,-2257.01,9.4601,0.680678,300,300,0,0,472,1357,0,0), + (10689,1010,0,0,0,-3043.41,-2264.44,9.08754,4.99057,300,300,5,0,573,0,0,1), + (10690,1010,0,0,0,-3120.39,-2193.95,11.4181,4.21657,300,300,5,0,573,0,0,1), + (10691,1011,0,0,0,-3029.81,-2167.48,8.58754,1.7353,300,300,5,0,617,0,0,1), + (10692,1010,0,0,0,-3172.76,-1484.11,9.22361,5.9411,300,300,5,0,573,0,0,1), + (10693,1010,0,0,0,-2919.58,-2586.52,34.203,3.44478,300,300,10,0,573,0,0,1), + (10694,1010,0,0,0,-2897.21,-2547.49,34.0922,0.289988,300,300,5,0,573,0,0,1), + (10695,1010,0,0,0,-3106.99,-2274.28,9.62043,0.034907,300,300,0,0,573,0,0,0), + (10696,1009,0,0,0,-3097.47,-2274.87,9.49688,3.00197,300,300,0,0,472,1357,0,0), + (10697,1010,0,0,0,-3089.81,-2177.93,9.71255,1.23313,300,300,10,0,573,0,0,1), + (10698,1010,0,0,0,-3113.04,-2260.02,10.6641,3.31431,300,300,5,0,573,0,0,1), + (10699,1010,0,0,0,-3104.27,-2175.38,13.6681,1.04401,300,300,10,0,573,0,0,1), + (10700,1032,0,0,0,-3481.86,-1378.65,9.91199,2.78465,300,300,10,0,617,0,0,1), + (10701,1008,0,0,0,-3761.63,-2896.29,12.3451,4.93509,300,300,5,0,531,0,0,1), + (10702,1008,0,0,0,-3721.31,-2915.48,9.85315,5.37602,300,300,5,0,531,0,0,1), + (10703,1010,0,0,0,-3087.12,-1995.68,9.27326,4.74729,300,300,0,0,573,0,0,0), + (10704,1009,0,0,0,-3086.42,-2001.68,9.17675,2.54818,300,300,0,0,472,1357,0,0), + (10705,2098,0,0,0,-4023.03,-2456.18,158.217,0.65347,300,300,3,0,164,0,0,1), + (10706,1010,0,0,0,-3762.72,-2926.57,12.2263,0.523599,300,300,0,0,573,0,0,0), + (10707,1010,0,0,0,-3758.66,-2913.84,12.2035,4.5204,300,300,0,0,573,0,0,0), + (10708,2098,0,0,0,-4097.21,-2386.05,116.412,3.83368,300,300,5,0,164,0,0,1), + (10709,2098,0,0,0,-4013.6,-2368.71,117.78,2.69621,300,300,3,0,164,0,0,1), + (10710,1020,0,0,0,-3424.44,-1395.02,10.3222,3.04482,300,300,10,0,573,0,0,1), + (10711,426,0,0,0,-9047.37,-2094.47,130.774,5.70277,300,300,5,0,386,0,0,1), + (10712,430,0,0,0,-9091.3,-2153.33,140.738,1.73922,300,300,0,0,354,1020,0,0), + (10713,1111,0,0,0,-3948.89,-2757.73,23.9067,1.62835,300,300,10,0,531,0,0,1), + (10714,1040,0,0,0,-3227.09,-1512.41,6.21253,3.01962,300,300,10,0,664,0,0,1), + (10715,1417,0,0,0,-3784.85,-2978.29,6.33752,4.64163,300,300,10,0,531,0,0,1), + (10716,1417,0,0,0,-3448.2,-1224.49,7.627,5.90525,300,300,10,0,531,0,0,1), + (10717,1008,0,0,0,-3889.16,-3033.16,11.3367,3.29867,300,300,0,0,531,0,0,0), + (10718,1111,0,0,0,-4020.52,-2710.89,27.8989,4.58619,300,300,10,0,531,0,0,1), + (10719,1008,0,0,0,-3890.06,-3027.6,10.9625,2.51526,300,300,5,0,531,0,0,1), + (10720,1008,0,0,0,-3894.85,-3034.39,11.1587,0.379598,300,300,5,0,531,0,0,1), + (10721,1111,0,0,0,-3951.43,-2716.34,27.2922,6.27928,300,300,10,0,531,0,0,1), + (10722,1030,0,0,0,-3956.55,-2862.28,13.4987,1.61578,300,300,10,0,494,0,0,1), + (10723,1030,0,0,0,-3840.27,-3127.92,12.4003,2.21186,300,300,5,0,494,0,0,1), + (10724,1030,0,0,0,-3986.11,-2716.72,28.4196,4.73406,300,300,10,0,494,0,0,1), + (10725,1030,0,0,0,-4169.94,-2735.18,28.889,3.77571,300,300,10,0,494,0,0,1), + (10726,1030,0,0,0,-4055.26,-2847.83,12.2057,2.66796,300,300,10,0,494,0,0,1), + (10727,1111,0,0,0,-3883.62,-2686.51,31.887,4.84159,300,300,10,0,531,0,0,1), + (10728,1028,0,0,0,-3145.03,-1069.74,7.11862,1.02669,300,300,5,0,504,1443,0,1), + (10729,1029,0,0,0,-2994.88,-1073.86,9.21253,1.69509,300,300,5,0,640,655,0,1), + (10730,1027,0,0,0,-2984.46,-1073.05,6.46253,1.50746,300,300,10,0,664,0,0,1), + (10731,1029,0,0,0,-2987.16,-1054.28,8.58753,1.82759,300,300,5,0,640,655,0,1), + (10732,1007,0,0,0,-4180.03,-2638.2,50.7976,0.361285,300,300,10,0,494,0,0,1), + (10733,1008,0,0,0,-3798.29,-3017.28,12.3842,2.80874,300,300,5,0,531,0,0,1), + (10734,1020,0,0,0,-3447.55,-1377.62,9.64268,1.39216,300,300,5,0,573,0,0,1), + (10735,1008,0,0,0,-3746,-2947.81,10.4912,3.87586,300,300,5,0,531,0,0,1), + (10736,2089,0,0,0,-2870.85,-1059.29,5.88389,0.882933,300,300,10,0,734,0,0,1), + (10737,1417,0,0,0,-3095.16,-1547.46,8.6007,2.10787,300,300,10,0,531,0,0,1), + (10738,2089,0,0,0,-2796.87,-1112.82,1.564,5.31448,300,300,10,0,734,0,0,1), + (10740,1400,0,0,0,-2905.71,-1574.22,7.55099,4.71316,300,300,10,0,617,0,0,1), + (10741,1417,0,0,0,-3146.27,-1574.95,9.13194,3.71777,300,300,10,0,531,0,0,1), + (10742,2089,0,0,0,-2953.41,-1020.38,10.0086,3.91594,300,300,10,0,734,0,0,1), + (10743,1010,0,0,0,-3666.91,-3082.91,22.9545,5.51924,300,300,5,0,573,0,0,1), + (10744,1030,0,0,0,-4165.91,-2834.26,42.4215,5.07201,300,300,5,0,494,0,0,1), + (10745,2108,0,0,0,-3417.5,-1978.6,114.781,3.09212,7200,7200,0,0,812,811,0,0), + (10746,1420,0,0,0,-3245.84,-1761.96,7.66431,1.9513,300,300,10,0,8,0,0,1), + (10747,1008,0,0,0,-3815.94,-3021.42,12.0012,3.71724,300,300,5,0,531,0,0,1), + (10748,1417,0,0,0,-3839.61,-2957.33,11.6369,1.8449,300,300,10,0,531,0,0,1), + (10749,1417,0,0,0,-3617.09,-2856.91,13.6351,4.26317,300,300,10,0,531,0,0,1), + (10750,1417,0,0,0,-3712.94,-2946.66,8.68038,0.779873,300,300,10,0,531,0,0,1), + (10751,1417,0,0,0,-3656.7,-2896.95,12.0807,2.00583,300,300,10,0,531,0,0,1), + (10752,1034,0,0,0,-3383.16,-2545.65,20.9215,5.27292,300,300,0,0,635,0,0,0), + (10753,1034,0,0,0,-3477.48,-2477.4,39.2882,2.10727,300,300,5,0,635,0,0,1), + (10754,1034,0,0,0,-3415.36,-2551.52,23.3441,4.08919,300,300,0,0,635,0,0,0), + (10755,1034,0,0,0,-3422.27,-2505.7,27.598,2.00389,300,300,3,0,635,0,0,1), + (10756,1057,0,0,0,-3482.03,-2521.21,59.0515,3.30449,300,300,3,0,519,1443,0,1), + (10758,1034,0,0,0,-3482.19,-2451.44,46.5434,2.62933,300,300,10,0,635,0,0,1), + (10759,1034,0,0,0,-3452.64,-2503.42,32.9613,4.55653,300,300,3,0,635,0,0,1), + (10760,1035,0,0,0,-3513.62,-2486.72,49.5643,1.94877,300,300,5,0,635,0,0,1), + (10761,1057,0,0,0,-3466.3,-2451.86,50.6378,3.05433,300,300,0,0,519,1443,0,0), + (10762,1057,0,0,0,-3548.87,-2478.99,52.1044,1.97477,300,300,5,0,519,1443,0,1), + (10763,1057,0,0,0,-3548.32,-2515.38,54.6855,2.51998,300,300,5,0,519,1443,0,1), + (10765,1057,0,0,0,-3512.27,-2532.81,54.2758,5.36684,300,300,3,0,519,1443,0,1), + (10766,1057,0,0,0,-3438.78,-2412.45,52.2603,1.22173,300,300,3,0,519,1443,0,1), + (10768,1057,0,0,0,-3553.23,-2448.85,51.7919,4.2231,300,300,5,0,519,1443,0,1), + (10769,1057,0,0,0,-3416.82,-2401.1,52.2226,3.4383,300,300,3,0,519,1443,0,1), + (10770,1015,0,0,0,-2812.32,-1983.41,26.6175,0.013671,300,300,5,0,617,0,0,1), + (10771,1015,0,0,0,-2751.15,-2047.13,28.9513,2.23952,300,300,10,0,617,0,0,1), + (10772,1016,0,0,0,-2726.05,-2028.14,24.9813,3.81743,300,300,10,0,664,0,0,1), + (10773,1034,0,0,0,-3486.07,-2411.88,52.9049,3.84235,300,300,5,0,635,0,0,1), + (10774,1057,0,0,0,-3456.43,-2427.7,51.5538,3.71755,300,300,3,0,519,1443,0,1), + (10775,1034,0,0,0,-3396.71,-2324.7,52.2736,5.86098,300,300,10,0,635,0,0,1), + (10776,1057,0,0,0,-3393.46,-2420.86,53.8191,5.61996,300,300,0,0,519,1443,0,0), + (10777,1034,0,0,0,-3459.93,-2392.25,53.7736,4.54463,300,300,10,0,635,0,0,1), + (10778,1420,0,0,0,-3737.14,-688.094,9.00203,5.63766,300,300,10,0,8,0,0,1), + (10779,1032,0,0,0,-2825.92,-2189.54,31.0674,3.51153,300,300,5,0,617,0,0,1), + (10780,1032,0,0,0,-2874.27,-2162.57,23.6703,1.79391,300,300,10,0,617,0,0,1), + (10781,1032,0,0,0,-2884,-2196.79,24.9409,6.02747,300,300,10,0,617,0,0,1), + (10782,1032,0,0,0,-2819.38,-2226.36,39.1192,0.05691,300,300,5,0,617,0,0,1), + (10783,1032,0,0,0,-2851.48,-2188.83,29.474,5.11138,300,300,5,0,617,0,0,1), + (10785,1400,0,0,0,-3620.56,-1123.99,-22.1098,1.20943,300,300,10,0,617,0,0,1), + (10786,1417,0,0,0,-3448.21,-1158.23,8.47542,4.80817,300,300,10,0,531,0,0,1), + (10787,1400,0,0,0,-3376.31,-1439.36,10.5498,3.4642,300,300,10,0,617,0,0,1), + (10788,1040,0,0,0,-3153.88,-2589.24,5.14947,1.7276,300,300,10,0,664,0,0,1), + (10789,1040,0,0,0,-3172.16,-2663.24,3.52938,5.79942,300,300,10,0,664,0,0,1), + (10790,1040,0,0,0,-3427.55,-2665.35,5.93089,0.086417,300,300,10,0,664,0,0,1), + (10791,1021,0,0,0,-3609.48,-1386.57,10.4573,5.92453,300,300,10,0,664,0,0,1), + (10792,1417,0,0,0,-3315.07,-2586.18,13.3016,1.54699,300,300,0,0,531,0,0,0), + (10793,1417,0,0,0,-3446.08,-2759.4,6.47716,5.17597,300,300,10,0,531,0,0,1), + (10794,1417,0,0,0,-3123.54,-2536.38,9.07637,1.58642,300,300,10,0,531,0,0,1), + (10795,1417,0,0,0,-3510.6,-2846.47,6.19728,3.21893,300,300,10,0,531,0,0,1), + (10796,1417,0,0,0,-3146.61,-2548.36,10.1527,2.13422,300,300,10,0,531,0,0,1), + (10797,1417,0,0,0,-3048.48,-2557.4,9.69563,3.38628,300,300,10,0,531,0,0,1), + (10798,1417,0,0,0,-3406.25,-2668.75,6.53275,3.11891,300,300,10,0,531,0,0,1), + (10799,1010,0,0,0,-3031.08,-2045.52,9.94132,0.699736,300,300,5,0,573,0,0,1), + (10800,1400,0,0,0,-3135.25,-2134.49,7.81505,0.810255,300,300,10,0,617,0,0,1), + (10801,1417,0,0,0,-3102.21,-1932.39,9.23509,5.47293,300,300,10,0,531,0,0,1), + (10802,1400,0,0,0,-3162.97,-2301.09,7.08212,3.12402,300,300,10,0,617,0,0,1), + (10803,1400,0,0,0,-3136.66,-2232.07,5.41866,1.64419,300,300,10,0,617,0,0,1), + (10804,1020,0,0,0,-3478.34,-1388.82,9.52102,0.397022,300,300,10,0,573,0,0,1), + (10805,1020,0,0,0,-3558.39,-1355.16,9.57783,0.220051,300,300,10,0,573,0,0,1), + (10806,1020,0,0,0,-3528.43,-1339.03,10.396,2.55542,300,300,10,0,573,0,0,1), + (10807,1417,0,0,0,-3207.14,-2519.12,6.21249,0.475394,300,300,10,0,531,0,0,1), + (10808,1417,0,0,0,-3238.35,-2557.09,10.0968,2.5059,300,300,10,0,531,0,0,1), + (10809,1040,0,0,0,-3288.08,-2622.67,5.95052,3.57291,300,300,10,0,664,0,0,1), + (10810,1040,0,0,0,-3069.79,-1859.95,6.69675,5.89048,300,300,10,0,664,0,0,1), + (10811,1040,0,0,0,-3055.27,-2070.32,6.66067,0.198545,300,300,10,0,664,0,0,1), + (10812,1040,0,0,0,-3068.14,-1936.45,5.30099,4.81614,300,300,10,0,664,0,0,1), + (10813,1024,0,0,0,-3314.26,-914.791,2.90813,3.87586,300,300,10,0,494,0,0,1), + (10814,1024,0,0,0,-3244.29,-906.829,4.09774,3.83709,300,300,10,0,494,0,0,1), + (10819,1157,0,0,0,-2994.7,-934.442,-1.21161,1.94411,300,300,5,0,791,686,0,1), + (10820,1158,0,0,0,-3000.9,-948.685,-0.900929,0.118955,300,300,5,0,860,686,0,1), + (10821,1158,0,0,0,-2948.4,-990.206,-0.432613,2.42543,300,300,5,0,860,686,0,1), + (10822,1157,0,0,0,-2954.42,-964.05,2.54737,1.39627,300,300,0,0,791,686,0,0), + (10824,1024,0,0,0,-3273.98,-1124.94,9.14344,3.61203,300,300,10,0,494,0,0,1), + (10825,1157,0,0,0,-2956.03,-972.967,4.38566,0.664962,300,300,0,0,791,686,0,0), + (10826,1158,0,0,0,-2946.88,-973.204,1.77673,6.1875,300,300,0,0,860,686,0,0), + (10827,1034,0,0,0,-3442.42,-2022.01,108.535,5.08242,300,300,5,0,635,0,0,1), + (10828,1157,0,0,0,-2969.59,-952.345,3.91034,2.40022,300,300,3,0,791,686,0,1), + (10829,1158,0,0,0,-2973.79,-966.492,6.94902,6.18774,300,300,3,0,860,686,0,1), + (10830,1034,0,0,0,-3435.76,-2052.45,103.606,3.41657,300,300,3,0,635,0,0,1), + (10831,1157,0,0,0,-2982.4,-969.608,10.7521,3.08142,300,300,3,0,791,686,0,1), + (10832,1420,0,0,0,-3692.62,-873.584,10.3455,3.53443,300,300,10,0,8,0,0,1), + (10833,1034,0,0,0,-3346.54,-2264.43,52.035,5.93135,300,300,10,0,635,0,0,1), + (10834,1034,0,0,0,-3429.89,-2257.38,53.2926,4.91485,300,300,5,0,635,0,0,1), + (10835,1034,0,0,0,-3425.95,-2235.32,68.633,3.57271,300,300,5,0,635,0,0,1), + (10836,1034,0,0,0,-3456.82,-2271.11,61.2736,1.84805,300,300,5,0,635,0,0,1), + (10837,1417,0,0,0,-3136.89,-1987.3,10.0022,0.130438,300,300,10,0,531,0,0,1), + (10838,1400,0,0,0,-3063.72,-1994.58,6.06275,3.92769,300,300,10,0,617,0,0,1), + (10839,1417,0,0,0,-3221.88,-1647.43,8.58752,5.14157,300,300,10,0,531,0,0,1), + (10840,1417,0,0,0,-3137.97,-1839.65,7.46252,0.99672,300,300,10,0,531,0,0,1), + (10841,1400,0,0,0,-3051.28,-2112.39,6.21251,0.604161,300,300,10,0,617,0,0,1), + (10842,1400,0,0,0,-3045.27,-1610.39,6.54449,5.13934,300,300,10,0,617,0,0,1), + (10843,3099,1,0,0,224.826,-4135.44,41.5693,2.7756,300,300,5,0,120,0,0,1), + (10844,1417,0,0,0,-3238.66,-1541.1,6.6119,3.94915,300,300,10,0,531,0,0,1), + (10845,1021,0,0,0,-3591.38,-1378.98,10.5027,3.36285,300,300,10,0,664,0,0,1), + (10846,1021,0,0,0,-3595.69,-1391.35,10.1277,2.45437,300,300,10,0,664,0,0,1), + (10847,1051,0,0,0,-2619.57,-2417.34,79.3542,5.86121,300,300,5,0,2400,0,0,1), + (10848,6523,0,0,0,-2580.12,-2417.66,90.2756,3.76991,300,300,0,0,2400,0,0,0), + (10849,1420,0,0,0,-3645.31,-798.438,10.7048,0.091039,300,300,10,0,8,0,0,1), + (10850,1015,0,0,0,-2749.18,-2112.6,32.6343,1.35412,300,300,3,0,617,0,0,1), + (10851,1400,0,0,0,-3017.97,-1885.95,8.92457,0.623199,300,300,10,0,617,0,0,1), + (10852,1417,0,0,0,-3216.07,-1590.1,6.77309,4.73229,300,300,10,0,531,0,0,1), + (10853,1010,0,0,0,-3133.91,-1726.86,9.98386,0.502031,300,300,5,0,573,0,0,1), + (10854,1011,0,0,0,-3116.9,-1610.03,10.5594,1.71656,300,300,10,0,617,0,0,1), + (10855,1011,0,0,0,-3174.39,-1626.49,9.83752,6.27353,300,300,10,0,617,0,0,1), + (10856,1012,0,0,0,-3039.58,-1601.73,7.76527,5.14183,300,300,5,0,664,0,0,1), + (10857,1032,0,0,0,-3585.61,-1271.04,9.66313,0.08022,300,300,5,0,617,0,0,1), + (10858,1021,0,0,0,-3545.56,-1331.21,10.271,2.06434,300,300,10,0,664,0,0,1), + (10859,1417,0,0,0,-3170.89,-1932.43,13.521,3.89452,300,300,10,0,531,0,0,1), + (10860,1417,0,0,0,-3282.24,-1484.19,9.69634,2.2752,300,300,10,0,531,0,0,1), + (10861,1400,0,0,0,-3009.84,-2032.88,6.65056,4.8637,300,300,10,0,617,0,0,1), + (10862,1400,0,0,0,-3016.95,-1939.85,7.9617,0.377968,300,300,10,0,617,0,0,1), + (10863,3099,1,0,0,-331.918,-4724.17,36.5575,5.22233,300,300,5,0,120,0,0,1), + (10864,2089,0,0,0,-2769.88,-1469.99,7.03469,0.782636,300,300,10,0,734,0,0,1), + (10865,1400,0,0,0,-2998.06,-2064.21,9.47545,5.3856,300,300,10,0,617,0,0,1), + (10866,1039,0,0,0,-3435.6,-1131.51,5.13572,3.17316,300,300,10,0,494,0,0,1), + (10867,1417,0,0,0,-3507.08,-1161.34,7.89006,4.62049,300,300,10,0,531,0,0,1), + (10868,1020,0,0,0,-3537.81,-1386.58,9.64602,0.947744,300,300,10,0,573,0,0,1), + (10869,1020,0,0,0,-3622.1,-1307.26,10.9249,5.82911,300,300,5,0,573,0,0,1), + (10870,1020,0,0,0,-3578.58,-1273.26,10.0837,1.76994,300,300,5,0,573,0,0,1), + (10871,1020,0,0,0,-3519.68,-1432.48,9.37599,5.95494,300,300,5,0,573,0,0,1), + (10872,2090,0,0,0,-4206.79,-2377.14,216.914,0.645772,7200,7200,0,0,617,0,0,0), + (10873,4962,0,0,0,-3808.82,-825.612,10.3019,3.89208,9,9,0,0,1167,0,0,0), + (10874,1417,0,0,0,-3571.52,-1156.53,-1.51096,2.71723,300,300,10,0,531,0,0,1), + (10875,1418,0,0,0,-3945.32,-901.314,0.49137,2.73309,300,300,10,0,896,0,0,1), + (10876,1418,0,0,0,-3920.67,-911.41,-3.26268,5.64644,300,300,10,0,896,0,0,1), + (10877,1418,0,0,0,-3947.87,-915.522,14.1164,4.93079,300,300,10,0,896,0,0,1), + (10878,1418,0,0,0,-3975.57,-812.086,-14.587,0.772635,300,300,10,0,896,0,0,1), + (10879,1418,0,0,0,-3954.51,-857.452,-13.8065,4.3654,300,300,10,0,896,0,0,1), + (10880,1418,0,0,0,-3952.01,-878.466,-12.6668,0.067415,300,300,10,0,896,0,0,1), + (10881,3099,1,0,0,610.45,-4277.99,15.8049,1.18307,300,300,10,0,120,0,0,1), + (10882,1418,0,0,0,-3922.33,-875.716,0.927041,5.42652,300,300,10,0,896,0,0,1), + (10883,1032,0,0,0,-3407.64,-1557.93,9.55212,4.08101,300,300,10,0,617,0,0,1), + (10884,3099,1,0,0,586.392,-4848.33,25.2785,0.295589,300,300,5,0,120,0,0,1), + (10885,1034,0,0,0,-3249.32,-2084.92,26.9734,4.48701,300,300,3,0,635,0,0,1), + (10886,1034,0,0,0,-3267.82,-2121.21,39.8033,4.71449,300,300,0,0,635,0,0,0), + (10887,1417,0,0,0,-3614.78,-992.443,-20.2283,1.75204,300,300,10,0,531,0,0,1), + (10888,1417,0,0,0,-3587.77,-1025.4,-16.5019,3.95945,300,300,10,0,531,0,0,1), + (10889,1418,0,0,0,-3986.65,-783.288,-16.173,4.23228,300,300,10,0,896,0,0,1), + (10890,1418,0,0,0,-3901.76,-923.839,-11.0153,2.24568,300,300,10,0,896,0,0,1), + (10891,1418,0,0,0,-4112.93,-813.672,5.53032,0.887816,300,300,10,0,896,0,0,1), + (10892,1418,0,0,0,-4120.97,-845.95,16.0536,1.01086,300,300,10,0,896,0,0,1), + (10893,1418,0,0,0,-4020.45,-750.533,-12.1309,3.92457,300,300,10,0,896,0,0,1), + (10894,1418,0,0,0,-3982.16,-901.355,9.24404,2.52375,300,300,10,0,896,0,0,1), + (10895,1418,0,0,0,-4050.24,-786.281,-12.6247,4.54779,300,300,10,0,896,0,0,1), + (10896,1418,0,0,0,-3912.08,-954.466,5.13928,6.19467,300,300,10,0,896,0,0,1), + (10897,1418,0,0,0,-4146.76,-784.352,0.40399,4.92287,300,300,10,0,896,0,0,1), + (10898,1418,0,0,0,-3899.52,-885.082,-3.2349,4.6818,300,300,10,0,896,0,0,1), + (10899,1418,0,0,0,-4118.64,-783.42,-4.45337,4.15697,300,300,10,0,896,0,0,1), + (10900,1418,0,0,0,-4080.95,-779.825,-10.7,0.959091,300,300,10,0,896,0,0,1), + (10901,1418,0,0,0,-4085.93,-750.638,-15.0888,4.60586,300,300,10,0,896,0,0,1), + (10902,1418,0,0,0,-4018.35,-783.367,-14.4094,2.45562,300,300,10,0,896,0,0,1), + (10903,1418,0,0,0,-4114.43,-748.462,-12.7518,4.69749,300,300,10,0,896,0,0,1), + (10904,1418,0,0,0,-3978.62,-880.35,7.41457,6.23625,300,300,10,0,896,0,0,1), + (10905,1418,0,0,0,-4049.84,-746.692,-13.3935,2.29976,300,300,10,0,896,0,0,1), + (10906,1418,0,0,0,-4088.19,-810.431,2.04923,2.9244,300,300,10,0,896,0,0,1), + (10907,1034,0,0,0,-3345.93,-2141.74,43.9921,3.64452,300,300,3,0,635,0,0,1), + (10908,1034,0,0,0,-3404.28,-2108.48,82.5375,2.64303,300,300,5,0,635,0,0,1), + (10909,1025,0,0,0,-3282.83,-952.803,8.65014,4.41586,300,300,0,0,531,0,0,0), + (10910,1034,0,0,0,-3401.06,-2084.66,101.46,4.53786,300,300,0,0,635,0,0,0), + (10911,1034,0,0,0,-3376.76,-2133.07,58.7149,0.471212,300,300,3,0,635,0,0,1), + (10912,1024,0,0,0,-3270.44,-968.283,6.40014,2.9249,300,300,10,0,494,0,0,1), + (10913,1024,0,0,0,-3306.93,-948.141,9.04199,1.31119,300,300,10,0,494,0,0,1), + (10914,1024,0,0,0,-3281.98,-936.932,8.52514,2.63218,300,300,0,0,494,0,0,0), + (10915,1024,0,0,0,-3247.93,-947.564,9.90014,3.77443,300,300,10,0,494,0,0,1), + (10916,1034,0,0,0,-3427.63,-2085.65,102.45,0.611909,300,300,0,0,635,0,0,0), + (10917,1034,0,0,0,-3332.03,-2246.96,51.636,4.54714,300,300,5,0,635,0,0,1), + (10918,1034,0,0,0,-3323.53,-2143.74,37.0919,1.69916,300,300,3,0,635,0,0,1), + (10919,1034,0,0,0,-3306.63,-2244.11,53.136,0.416722,300,300,3,0,635,0,0,1), + (10920,1027,0,0,0,-2975.56,-1065.76,6.21253,1.08712,300,300,10,0,664,0,0,1), + (10921,1028,0,0,0,-3127.61,-1322.57,7.18994,0.023531,300,300,10,0,504,1443,0,1), + (10922,1028,0,0,0,-3177.48,-1343.32,7.31851,0.231951,300,300,5,0,504,1443,0,1), + (10923,1028,0,0,0,-3150.33,-1397.19,7.20142,0.860063,300,300,5,0,504,1443,0,1), + (10924,1028,0,0,0,-3079.35,-1280.75,6.58755,4.55446,300,300,10,0,504,1443,0,1), + (10925,1027,0,0,0,-2995.71,-1059.72,9.21253,2.81251,300,300,10,0,664,0,0,1), + (10926,1028,0,0,0,-3017.69,-1017.35,9.86585,4.85852,300,300,5,0,504,1443,0,1), + (10927,1025,0,0,0,-3086.65,-948.313,7.28797,3.67265,300,300,5,0,531,0,0,1), + (10928,1027,0,0,0,-3098.48,-947.478,8.1345,2.08994,300,300,10,0,664,0,0,1), + (10929,1024,0,0,0,-3203.43,-1153.68,6.58752,0.526661,300,300,10,0,494,0,0,1), + (10930,1025,0,0,0,-3225.47,-1156.83,7.71252,1.2402,300,300,5,0,531,0,0,1), + (10931,1020,0,0,0,-3789.5,-1343.2,25.8197,3.00786,300,300,3,0,573,0,0,1), + (10932,1021,0,0,0,-3691.99,-1359.35,19.319,0.008749,300,300,10,0,664,0,0,1), + (10933,1020,0,0,0,-3639.27,-1350.64,11.5035,0.751346,300,300,10,0,573,0,0,1), + (10934,1024,0,0,0,-3248.29,-1090.11,6.52715,6.18981,300,300,10,0,494,0,0,1), + (10935,1025,0,0,0,-3243.97,-1134.85,8.91188,1.23559,300,300,5,0,531,0,0,1), + (10936,1024,0,0,0,-3257.93,-1159.55,9.28688,3.16613,300,300,10,0,494,0,0,1), + (10937,1025,0,0,0,-3236.53,-1151.03,9.78688,6.24104,300,300,5,0,531,0,0,1), + (10938,1417,0,0,0,-3390.04,-1206.74,9.79091,0.121447,300,300,10,0,531,0,0,1), + (10939,1420,0,0,0,-3762.63,-803.182,10.4381,1.33434,300,300,10,0,8,0,0,1), + (10940,1111,0,0,0,-3827.56,-2712.84,26.0083,0.128014,300,300,10,0,531,0,0,1), + (10941,1030,0,0,0,-3760.46,-3094.11,12.6452,4.07156,300,300,5,0,494,0,0,1), + (10942,1111,0,0,0,-3878.51,-2655.37,41.1001,6.03848,300,300,3,0,531,0,0,1), + (10943,1111,0,0,0,-3892.88,-2624.26,40.3309,4.84348,300,300,3,0,531,0,0,1), + (10944,1111,0,0,0,-3845.78,-2703.56,28.525,3.88138,300,300,10,0,531,0,0,1), + (10945,1111,0,0,0,-3879.19,-2556.56,42.6882,5.84503,300,300,3,0,531,0,0,1), + (10946,1111,0,0,0,-3884.96,-2567.45,43.4415,0.404278,300,300,3,0,531,0,0,1), + (10947,1111,0,0,0,-3885.03,-2528,37.6418,4.66,300,300,3,0,531,0,0,1), + (10948,1111,0,0,0,-3852.41,-2504.9,38.0198,1.95593,300,300,3,0,531,0,0,1), + (10949,4040,0,0,0,-3828.54,-2516.71,35.989,4.42501,300,300,3,0,531,0,0,1), + (10950,1111,0,0,0,-3860.25,-2521.91,42.0532,2.83675,300,300,3,0,531,0,0,1), + (10951,4040,0,0,0,-3858.38,-2489.62,40.1712,5.61041,300,300,3,0,531,0,0,1), + (10952,4040,0,0,0,-3885.93,-2450.01,30.9604,1.74873,300,300,3,0,531,0,0,1), + (10953,1111,0,0,0,-3876.62,-2416.5,25.6684,2.04915,300,300,3,0,531,0,0,1), + (10954,1111,0,0,0,-3881.52,-2472.27,37.1314,2.19407,300,300,3,0,531,0,0,1), + (10955,4040,0,0,0,-3857.05,-2398.86,26.4964,0.970392,300,300,3,0,531,0,0,1), + (10956,1022,0,0,0,-3440.66,-1706.21,57.0167,2.98022,300,300,5,0,734,0,0,1), + (10957,4040,0,0,0,-3877.76,-2401.01,26.3338,3.84709,300,300,3,0,531,0,0,1), + (10958,1111,0,0,0,-3840.77,-2416.32,26.1111,4.00691,300,300,0,0,531,0,0,0), + (10959,1111,0,0,0,-3789.73,-2468.13,25.5645,2.67257,300,300,3,0,531,0,0,1), + (10960,4040,0,0,0,-3811.75,-2426.81,25.3721,4.55847,300,300,3,0,531,0,0,1), + (10961,4040,0,0,0,-3821.3,-2391.74,26.5047,5.4227,300,300,3,0,531,0,0,1), + (10962,4040,0,0,0,-3809.58,-2447.52,25.8696,2.41659,300,300,3,0,531,0,0,1), + (10963,1111,0,0,0,-3797.35,-2371.37,30.3793,2.33727,300,300,3,0,531,0,0,1), + (10964,4040,0,0,0,-3780.79,-2471.97,25.5881,0.464292,300,300,3,0,531,0,0,1), + (10965,4040,0,0,0,-3785.52,-2334.23,34.9953,1.68928,300,300,3,0,531,0,0,1), + (10966,4040,0,0,0,-3781.48,-2329.15,34.7976,4.31618,300,300,3,0,531,0,0,1), + (10967,1111,0,0,0,-3784.74,-2300.21,33.1942,5.5496,300,300,3,0,531,0,0,1), + (10968,1022,0,0,0,-3491.11,-1654.28,62.576,4.24776,300,300,3,0,734,0,0,1), + (10969,4040,0,0,0,-3790.27,-2353.16,33.3457,3.33578,300,300,3,0,531,0,0,1), + (10970,4040,0,0,0,-3817.96,-2288.59,34.1731,2.73513,300,300,3,0,531,0,0,1), + (10971,1111,0,0,0,-3857.94,-2310.78,22.6066,0.487887,300,300,3,0,531,0,0,1), + (10972,1353,0,0,0,-3567.61,-1765.01,80.6865,5.82891,300,300,0,0,950,0,0,0), + (10973,1111,0,0,0,-3900.17,-2323.35,23.7099,2.65471,300,300,3,0,531,0,0,1), + (10974,4040,0,0,0,-3891.51,-2352.33,22.6008,4.20518,300,300,3,0,531,0,0,1), + (10975,1111,0,0,0,-3881.61,-2329.92,21.8709,5.67312,300,300,3,0,531,0,0,1), + (10976,4040,0,0,0,-3835.94,-2278.69,36.4393,2.73883,300,300,3,0,531,0,0,1), + (10977,4040,0,0,0,-3907.27,-2320,23.6573,4.56956,300,300,3,0,531,0,0,1), + (10978,1111,0,0,0,-3863.88,-2295.75,42.2189,5.82394,300,300,3,0,531,0,0,1), + (10979,1022,0,0,0,-3554.14,-1746.71,78.8366,5.74131,300,300,5,0,734,0,0,1), + (10980,1111,0,0,0,-3856.06,-2325.97,44.2324,5.20635,300,300,3,0,531,0,0,1), + (10981,1023,0,0,0,-3478.4,-1789.35,17.335,5.82652,300,300,10,0,788,0,0,1), + (10982,1021,0,0,0,-3362.33,-1638.55,11.2151,2.66446,300,300,10,0,664,0,0,1), + (10983,1021,0,0,0,-3679.07,-1342.2,12.819,4.53754,300,300,10,0,664,0,0,1), + (10984,1020,0,0,0,-3429.17,-1608.77,10.382,1.5708,300,300,3,0,573,0,0,1), + (10985,1020,0,0,0,-3594.02,-1207.03,11.646,1.68555,300,300,5,0,573,0,0,1), + (10986,1021,0,0,0,-3704.94,-1339.35,17.6875,4.55755,300,300,5,0,664,0,0,1), + (10987,1020,0,0,0,-3308.28,-1692.74,9.67704,4.37479,300,300,10,0,573,0,0,1), + (10988,1021,0,0,0,-3372.72,-1624.83,10.8356,2.26398,300,300,10,0,664,0,0,1), + (10989,1020,0,0,0,-3436.82,-1514.93,11.9798,4.91093,300,300,3,0,573,0,0,1), + (10990,1021,0,0,0,-3393.91,-1620.16,9.58555,5.98735,300,300,3,0,664,0,0,1), + (10991,1020,0,0,0,-3425.11,-1480.43,11.9405,1.07831,300,300,10,0,573,0,0,1), + (10992,1020,0,0,0,-3316.88,-1582.54,9.27104,6.22023,300,300,10,0,573,0,0,1), + (10995,1020,0,0,0,-3456.24,-1464.93,10.6347,1.37608,300,300,10,0,573,0,0,1), + (10996,6231,0,0,0,-4925.46,827.751,247.47,4.58277,25,25,0,0,4327,0,0,0), + (11012,1020,0,0,0,-3420.3,-1616.64,10.3352,0.329679,300,300,3,0,573,0,0,1), + (11013,1021,0,0,0,-3813.99,-1367.74,26.58,1.6676,300,300,5,0,664,0,0,1), + (11014,3098,1,0,0,-619.219,-4382.64,43.2194,1.614,120,120,5,0,42,0,0,1), + (11015,1021,0,0,0,-3494.26,-1456.36,10.146,2.62402,300,300,5,0,664,0,0,1), + (11016,1021,0,0,0,-3502.58,-1472.69,9.27101,4.53466,300,300,5,0,664,0,0,1), + (11017,1021,0,0,0,-3486.69,-1469.99,9.27101,0.094553,300,300,5,0,664,0,0,1), + (11018,1020,0,0,0,-3493.08,-1246.5,10.5789,2.58045,300,300,5,0,573,0,0,1), + (11019,1020,0,0,0,-3346.43,-1513.6,9.55044,3.68814,300,300,10,0,573,0,0,1), + (11020,1020,0,0,0,-3316.31,-1607.73,10.6575,5.88926,300,300,10,0,573,0,0,1), + (11021,1023,0,0,0,-3423.08,-1844.35,17.3932,2.99666,300,300,3,0,788,0,0,1), + (11022,1022,0,0,0,-3362.59,-1866.05,23.881,3.56933,300,300,3,0,734,0,0,1), + (11023,1023,0,0,0,-3445.97,-1823.6,23.7985,5.95543,300,300,5,0,788,0,0,1), + (11024,1022,0,0,0,-3377.73,-1779.3,33.4907,6.22871,300,300,5,0,734,0,0,1), + (11025,1023,0,0,0,-3442.01,-1767.15,23.8632,2.11836,300,300,5,0,788,0,0,1), + (11026,1024,0,0,0,-3284.94,-977.369,9.77514,0.692611,300,300,10,0,494,0,0,1), + (11027,1024,0,0,0,-3245.83,-1020.83,8.65014,0.178867,300,300,10,0,494,0,0,1), + (11028,1024,0,0,0,-3238.57,-1005.42,5.59601,1.24559,300,300,10,0,494,0,0,1), + (11029,3098,1,0,0,-550.962,-4351.29,41.2188,3.9879,120,120,5,0,42,0,0,1), + (11031,1022,0,0,0,-3484.29,-1684.83,54.1485,5.57613,300,300,5,0,734,0,0,1), + (11032,1020,0,0,0,-3312.27,-1922.47,34.4467,1.65395,300,300,5,0,573,0,0,1), + (11033,1024,0,0,0,-3221.4,-1022.76,7.77514,0.62985,300,300,0,0,494,0,0,0), + (11034,1024,0,0,0,-3215.16,-1012.35,9.77514,5.49631,300,300,0,0,494,0,0,0), + (11035,1022,0,0,0,-3510.5,-1874.02,23.525,0.612291,300,300,5,0,734,0,0,1), + (11036,1022,0,0,0,-3351.6,-1813.42,24.747,2.67742,300,300,5,0,734,0,0,1), + (11037,1022,0,0,0,-3549.24,-1842.73,23.6151,3.20413,300,300,5,0,734,0,0,1), + (11038,1024,0,0,0,-3212.56,-1027.55,8.52514,2.22694,300,300,0,0,494,0,0,0), + (11039,1024,0,0,0,-3221.05,-1035.13,6.04052,2.28184,300,300,10,0,494,0,0,1), + (11040,1025,0,0,0,-3200.23,-938.637,9.14364,2.67035,300,300,0,0,531,0,0,0), + (11041,1025,0,0,0,-3207.74,-1018.33,10.7751,4.82225,300,300,5,0,531,0,0,1), + (11042,1025,0,0,0,-3193.43,-949.018,9.77194,3.96604,300,300,5,0,531,0,0,1), + (11043,1025,0,0,0,-3205.48,-957.19,8.15014,1.09838,300,300,5,0,531,0,0,1), + (11044,1022,0,0,0,-3511.91,-1849.37,22.4388,5.10703,300,300,10,0,734,0,0,1), + (11045,1023,0,0,0,-3513.64,-1809.07,25.05,1.52582,300,300,5,0,788,0,0,1), + (11046,1022,0,0,0,-3409.11,-1814.36,17.5763,6.00478,300,300,5,0,734,0,0,1), + (11047,1022,0,0,0,-3577.12,-1862.63,33.4269,4.73934,300,300,3,0,734,0,0,1), + (11048,1022,0,0,0,-3551.23,-1813.87,25.3162,1.6862,300,300,3,0,734,0,0,1), + (11049,1023,0,0,0,-3421.09,-1779.82,24.8787,2.8217,300,300,5,0,788,0,0,1), + (11050,1022,0,0,0,-3480.99,-1880.51,23.4294,0.656766,300,300,5,0,734,0,0,1), + (11051,1023,0,0,0,-3478.14,-1748.96,23.9907,5.89592,300,300,3,0,788,0,0,1), + (11052,1023,0,0,0,-3521.59,-1783.81,23.7833,3.31749,300,300,3,0,788,0,0,1), + (11053,1023,0,0,0,-3490.06,-1721.54,33.9626,3.56658,300,300,3,0,788,0,0,1), + (11054,1026,0,0,0,-3204.69,-948.438,8.15014,5.60154,300,300,5,0,573,0,0,1), + (11055,1027,0,0,0,-3052.38,-1181.35,9.22636,4.51975,300,300,10,0,664,0,0,1), + (11056,1027,0,0,0,-3115.16,-964.348,9.59679,4.21582,300,300,10,0,664,0,0,1), + (11057,1025,0,0,0,-3083.34,-1017.27,10.0743,6.08454,300,300,5,0,531,0,0,1), + (11058,1027,0,0,0,-3052.08,-968.75,9.21252,0.151604,300,300,10,0,664,0,0,1), + (11059,1028,0,0,0,-3149.55,-1051.27,8.24119,1.24844,300,300,5,0,504,1443,0,1), + (11060,1028,0,0,0,-3151.77,-1061.51,6.86619,2.40806,300,300,5,0,504,1443,0,1), + (11061,1026,0,0,0,-3125.14,-990.975,7.08752,5.36208,300,300,5,0,573,0,0,1), + (11062,1025,0,0,0,-3156.9,-951.207,7.53215,2.76377,300,300,5,0,531,0,0,1), + (11063,1025,0,0,0,-3120.48,-984.066,6.21252,2.3856,300,300,5,0,531,0,0,1), + (11064,1025,0,0,0,-3111.51,-920.388,2.86049,0.562534,300,300,5,0,531,0,0,1), + (11065,1025,0,0,0,-3168.25,-913.972,3.47972,0.293199,300,300,5,0,531,0,0,1), + (11066,1040,0,0,0,-2929.39,-1249.22,6.21254,5.97662,300,300,10,0,664,0,0,1), + (11067,1417,0,0,0,-3170.02,-2494.42,6.21249,3.54384,300,300,10,0,531,0,0,1), + (11068,1400,0,0,0,-2980.29,-1381.5,6.77303,0.703835,300,300,10,0,617,0,0,1), + (11069,1417,0,0,0,-3079.41,-1578.33,7.76148,0.911293,300,300,10,0,531,0,0,1), + (11070,1400,0,0,0,-2954.51,-1414.69,9.17781,3.0888,300,300,10,0,617,0,0,1), + (11071,2466,0,0,0,-4435.51,-2566.6,234.988,1.44221,300,300,5,0,1100,0,0,2), + (11072,2105,0,0,0,-4490.57,-2691.05,266.965,0.031014,300,300,5,0,2081,0,0,2), + (11073,2468,0,0,0,-4483.21,-2693.89,266.07,0.488692,300,300,0,0,2065,0,0,0), + (11074,1019,0,0,0,-2506.45,-1755.68,9.59888,5.26469,300,300,10,0,950,0,0,1), + (11075,2469,0,0,0,-4446.8,-2676.68,266.058,3.80482,300,300,0,0,1987,0,0,0), + (11076,1016,0,0,0,-2744.46,-1636.79,8.93813,3.17471,300,300,10,0,664,0,0,1), + (11077,2103,0,0,0,-4340.38,-2460.58,212.3,1.53272,300,300,5,0,449,0,0,1), + (11078,2103,0,0,0,-4325.79,-2442.2,213.328,0.007773,300,300,3,0,449,0,0,1), + (11079,2102,0,0,0,-4355.33,-2421.2,228.484,1.04819,300,300,0,0,494,0,0,0), + (11080,1039,0,0,0,-2901.19,-1713.85,2.77578,0.240713,300,300,10,0,494,0,0,1), + (11081,2103,0,0,0,-4323.74,-2412.63,210.255,1.68925,300,300,3,0,449,0,0,2), + (11082,2103,0,0,0,-4304.44,-2384.4,208.507,4.99709,300,300,3,0,449,0,0,1), + (11083,2103,0,0,0,-4346.12,-2429.92,218.617,3.72578,300,300,0,0,449,0,0,0), + (11084,2102,0,0,0,-4238.02,-2382.77,204.725,4.71533,300,300,0,0,494,0,0,0), + (11085,2102,0,0,0,-4231.12,-2358.6,204.157,3.87403,300,300,0,0,494,0,0,0), + (11086,2103,0,0,0,-4275.35,-2370.03,209.148,1.33577,300,300,3,0,449,0,0,1), + (11087,2103,0,0,0,-4248.17,-2372.45,204.475,0.711944,300,300,0,0,449,0,0,0), + (11088,2102,0,0,0,-4236.09,-2348.67,204.332,2.55793,300,300,0,0,494,0,0,0), + (11089,2103,0,0,0,-4239.4,-2369.76,204.1,3.99296,300,300,0,0,449,0,0,0), + (11090,1016,0,0,0,-2719.18,-1654.54,9.53253,4.76473,300,300,10,0,664,0,0,1), + (11091,1017,0,0,0,-2687.26,-1970.17,15.7527,0.926065,300,300,10,0,734,0,0,1), + (11092,1016,0,0,0,-2836.87,-1860.85,10.3141,2.41819,300,300,5,0,664,0,0,1), + (11093,1015,0,0,0,-2786.2,-2083.55,31.0434,3.72527,300,300,10,0,617,0,0,1), + (11094,1017,0,0,0,-2769.26,-1902.2,18.687,5.97161,300,300,5,0,734,0,0,1), + (11095,1017,0,0,0,-2703.57,-1937.88,14.8985,2.06505,300,300,10,0,734,0,0,1), + (11096,1016,0,0,0,-2730.87,-1641.32,9.90753,3.63516,300,300,10,0,664,0,0,1), + (11097,1017,0,0,0,-2681.7,-1943.82,16.0096,1.7711,300,300,10,0,734,0,0,1), + (11098,2102,0,0,0,-4218.48,-2352.51,204.282,0.57933,300,300,3,0,494,0,0,1), + (11099,1041,0,0,0,-2761.67,-1680.81,2.5099,5.8038,300,300,5,0,734,0,0,1), + (11100,1400,0,0,0,-3101.22,-2084.92,9.06914,3.14159,300,300,10,0,617,0,0,1), + (11101,1417,0,0,0,-3042.48,-1492.37,5.85782,5.25243,300,300,10,0,531,0,0,1), + (11102,2089,0,0,0,-2814.2,-1240.65,6.21252,1.75966,300,300,10,0,734,0,0,1), + (11103,1417,0,0,0,-3185.49,-1814.78,6.54428,2.85014,300,300,0,0,531,0,0,0), + (11104,1400,0,0,0,-2845.78,-1713.94,6.9231,0.618835,300,300,10,0,617,0,0,1), + (11105,1039,0,0,0,-2760.62,-1685.52,4.18069,3.30247,300,300,10,0,494,0,0,1), + (11106,1018,0,0,0,-2710.71,-1844.01,10.5275,2.77886,300,300,10,0,840,0,0,1), + (11107,1018,0,0,0,-2617.12,-1780.34,10.7606,6.26923,300,300,10,0,840,0,0,1), + (11108,1017,0,0,0,-2610.87,-1645.91,9.36932,0.479769,300,300,5,0,734,0,0,1), + (11109,1016,0,0,0,-2708.77,-1657.34,11.6575,1.49925,300,300,10,0,664,0,0,1), + (11110,1016,0,0,0,-2720.49,-1635.16,13.7825,3.32618,300,300,10,0,664,0,0,1), + (11111,1019,0,0,0,-2490.88,-1793.71,10.1623,3.3501,300,300,10,0,950,0,0,1), + (11112,1018,0,0,0,-2664.69,-1853.42,9.27165,4.00293,300,300,10,0,840,0,0,1), + (11113,1016,0,0,0,-2686.17,-1720.64,9.38602,4.54015,300,300,10,0,664,0,0,1), + (11114,1018,0,0,0,-2686.75,-1857.63,9.52165,5.63594,300,300,10,0,840,0,0,1), + (11115,1017,0,0,0,-2648.02,-1754.86,9.78473,5.27223,300,300,5,0,734,0,0,1), + (11116,1017,0,0,0,-2751.6,-1852.26,12.0443,4.34847,300,300,10,0,734,0,0,1), + (11117,1017,0,0,0,-2717.3,-1817.57,9.72714,5.20243,300,300,10,0,734,0,0,1), + (11118,2102,0,0,0,-4244.62,-2342.75,204.457,1.07217,300,300,0,0,494,0,0,0), + (11119,1417,0,0,0,-3569.86,-984.558,-12.8106,6.19518,300,300,10,0,531,0,0,1), + (11120,1400,0,0,0,-2846.74,-1549.85,7.85648,3.63925,300,300,10,0,617,0,0,1), + (11121,1400,0,0,0,-3157.57,-2117.5,10.1699,3.23574,300,300,10,0,617,0,0,1), + (11122,1417,0,0,0,-3124.07,-1782.43,9.29432,5.76452,300,300,10,0,531,0,0,1), + (11123,1400,0,0,0,-2867.19,-1623.76,8.81753,6.15526,300,300,10,0,617,0,0,1), + (11124,2089,0,0,0,-2681.48,-1506.69,7.6715,1.16259,300,300,10,0,734,0,0,1), + (11125,1400,0,0,0,-2898.02,-1221.69,9.97597,0.254936,300,300,10,0,617,0,0,1), + (11126,1024,0,0,0,-3272.26,-1040.97,9.43597,4.67329,300,300,10,0,494,0,0,1), + (11127,1040,0,0,0,-2711.59,-1584.04,6.71583,3.92705,300,300,10,0,664,0,0,1), + (11128,1039,0,0,0,-3287.85,-1076.32,7.04304,2.45717,300,300,10,0,494,0,0,1), + (11129,1259,0,0,0,-3245.94,-1136.65,9.15107,3.46334,300,300,0,0,573,0,0,0), + (11130,1417,0,0,0,-3285.11,-2589.94,11.4449,3.17481,300,300,10,0,531,0,0,1), + (11131,1010,0,0,0,-3703.69,-3073.62,18.8806,0.837515,300,300,5,0,573,0,0,1), + (11132,1010,0,0,0,-3757.94,-3014.21,12.9283,6.04135,300,300,5,0,573,0,0,1), + (11133,1010,0,0,0,-3715.45,-3057.05,16.6653,4.30603,300,300,5,0,573,0,0,1), + (11134,1032,0,0,0,-2910.63,-2351.29,22.2882,0.889372,300,300,10,0,617,0,0,1), + (11135,1032,0,0,0,-2878.69,-2249.29,26.716,5.7561,300,300,10,0,617,0,0,1), + (11136,1032,0,0,0,-2881.36,-2319.46,30.2488,5.03041,300,300,10,0,617,0,0,1), + (11137,1032,0,0,0,-2879.14,-2217.82,23.6571,0.587799,300,300,10,0,617,0,0,1), + (11138,1010,0,0,0,-3677,-3055.2,14.827,0.98713,300,300,5,0,573,0,0,1), + (11139,1010,0,0,0,-3751.58,-2855.14,11.6684,6.13077,300,300,5,0,573,0,0,1), + (11140,1010,0,0,0,-3644.47,-2898.53,12.9557,4.82254,300,300,5,0,573,0,0,1), + (11141,1010,0,0,0,-3680.1,-2855.25,11.4369,3.04311,300,300,5,0,573,0,0,1), + (11142,1008,0,0,0,-3679.55,-2920.51,11.7696,6.1761,300,300,5,0,531,0,0,1), + (11143,1039,0,0,0,-3713.03,-2871.68,5.62299,1.16924,300,300,10,0,494,0,0,1), + (11144,1010,0,0,0,-3720.22,-2984.14,11.7477,3.81206,300,300,5,0,573,0,0,1), + (11145,1008,0,0,0,-3935.26,-3095.5,13.2071,6.18428,300,300,10,0,531,0,0,1), + (11146,1030,0,0,0,-3886.7,-2679.02,32.9005,2.78516,300,300,10,0,494,0,0,1), + (11147,1030,0,0,0,-3844.85,-3092.84,11.7315,4.79353,300,300,5,0,494,0,0,1), + (11148,1030,0,0,0,-4313.62,-2638.05,81.441,3.33439,300,300,5,0,494,0,0,1), + (11149,1008,0,0,0,-3819.35,-3077.35,12.0321,5.5116,300,300,5,0,531,0,0,1), + (11150,1007,0,0,0,-4079.75,-3146.84,10.6866,5.06359,300,300,5,0,494,0,0,1), + (11151,1007,0,0,0,-3913.66,-3045.47,11.7577,2.8956,300,300,5,0,494,0,0,1), + (11152,1417,0,0,0,-3426.56,-1041.64,8.91536,2.50634,300,300,10,0,531,0,0,1), + (11153,1039,0,0,0,-3462.29,-1054.24,7.62512,6.12626,300,300,10,0,494,0,0,1), + (11154,1007,0,0,0,-3895.26,-3046.43,11.9087,1.83576,300,300,5,0,494,0,0,1), + (11155,1007,0,0,0,-3869.76,-3041.1,12.9087,0.55678,300,300,5,0,494,0,0,1), + (11156,1034,0,0,0,-3248.46,-2148.56,24.0214,5.72527,300,300,10,0,635,0,0,1), + (11157,1007,0,0,0,-3868.23,-3026.98,12.4495,0.087482,300,300,5,0,494,0,0,1), + (11158,1024,0,0,0,-3282.06,-1245.29,9.4277,5.71129,300,300,10,0,494,0,0,1), + (11159,1034,0,0,0,-3328.94,-2196.34,41.0129,5.22962,300,300,3,0,635,0,0,1), + (11160,1024,0,0,0,-3280.77,-1173.35,9.11705,0.793781,300,300,10,0,494,0,0,1), + (11162,1021,0,0,0,-3398.36,-1604.39,10.0856,3.86108,300,300,10,0,664,0,0,1), + (11163,1021,0,0,0,-3687.45,-1324.83,12.5067,4.96978,300,300,10,0,664,0,0,1), + (11164,1020,0,0,0,-3327.89,-1549.92,10.1191,0.204705,300,300,10,0,573,0,0,1), + (11165,1020,0,0,0,-3437.04,-1405.65,10.4727,0.751912,300,300,10,0,573,0,0,1), + (11166,1028,0,0,0,-3191.24,-1250.26,9.67357,5.03617,300,300,10,0,504,1443,0,1), + (11167,1024,0,0,0,-3251.78,-1209.42,9.19991,1.67665,300,300,10,0,494,0,0,1), + (11168,1034,0,0,0,-3335.87,-2214.24,47.4742,5.96906,300,300,5,0,635,0,0,1), + (11169,1034,0,0,0,-3275.76,-2177.27,31.7346,0.634733,300,300,3,0,635,0,0,1), + (11170,1034,0,0,0,-3348.98,-2213.43,47.4327,5.75651,300,300,3,0,635,0,0,1), + (11171,1034,0,0,0,-3354.55,-2234.26,50.535,5.80454,300,300,10,0,635,0,0,1), + (11172,1034,0,0,0,-3345.65,-2196.71,43.8519,0.739787,300,300,0,0,635,0,0,0), + (11173,1034,0,0,0,-3379.35,-2221.07,52.6826,5.6182,300,300,3,0,635,0,0,1), + (11174,1034,0,0,0,-3397.86,-2242.38,63.2277,0.845274,300,300,0,0,635,0,0,0), + (11175,1034,0,0,0,-3392.04,-2282.38,51.9,3.64687,300,300,0,0,635,0,0,0), + (11176,1034,0,0,0,-3379.93,-2247.5,52.0003,0.667432,300,300,10,0,635,0,0,1), + (11177,1034,0,0,0,-3366.71,-2300.08,52.0185,1.50098,300,300,0,0,635,0,0,0), + (11178,1034,0,0,0,-3386.51,-2361.2,54.0784,5.83003,300,300,3,0,635,0,0,1), + (11179,1034,0,0,0,-3423.66,-2364.84,52.0978,0.13697,300,300,10,0,635,0,0,1), + (11180,1034,0,0,0,-3419.55,-2338.84,52.0236,4.12124,300,300,10,0,635,0,0,1), + (11181,1417,0,0,0,-3463.88,-1015.16,7.50012,3.02998,300,300,10,0,531,0,0,1), + (11182,1417,0,0,0,-3582.6,-1086.48,-16.3328,5.09575,300,300,10,0,531,0,0,1), + (11183,14425,0,0,0,-2995.24,-1633.39,10.494,2.66954,7200,7200,0,0,664,0,0,0), + (11186,1420,0,0,0,-3201.27,-1712.71,5.82326,0.332251,300,300,10,0,8,0,0,1), + (11187,2102,0,0,0,-4065.71,-2451.51,153.162,1.9909,300,300,5,0,494,0,0,1), + (11188,1417,0,0,0,-3319.16,-2616.13,9.03193,2.12015,300,300,10,0,531,0,0,1), + (11189,1069,0,0,0,-3481.82,-3247.18,23.5313,0.606409,300,300,10,0,603,655,0,1), + (11190,1042,0,0,0,-3411.46,-2856.2,12.2732,3.37995,300,300,5,0,617,0,0,1), + (11191,1051,0,0,0,-2833.24,-2889.64,34.0047,3.76991,300,300,10,0,2400,0,0,1), + (11192,1051,0,0,0,-2845.82,-2862.97,32.6576,1.30195,300,300,10,0,2400,0,0,1), + (11193,1016,0,0,0,-2983.96,-2851.53,29.3976,4.63816,300,300,10,0,664,0,0,1), + (11194,1015,0,0,0,-3185.57,-2781.74,16.7459,2.23026,300,300,10,0,617,0,0,1), + (11195,1051,0,0,0,-2798.78,-2882.04,35.9993,0.298219,300,300,10,0,2400,0,0,1), + (11196,1051,0,0,0,-2802.98,-2849.65,41.8773,2.97906,300,300,5,0,2400,0,0,1), + (11197,2636,0,0,0,-2088.72,-2061.83,2.59395,1.29923,400,400,3,0,2284,0,0,1), + (11198,2636,0,0,0,-2101,-2047.51,4.45795,0.368756,400,400,5,0,2284,0,0,1), + (11199,2636,0,0,0,-2070.47,-1997.27,13.3708,3.96493,400,400,3,0,2284,0,0,1), + (11200,2698,0,0,0,-415.486,-1877.95,73.2646,2.40855,400,400,0,0,1684,0,0,0), + (11201,2620,0,0,0,-866.201,-3165.42,70.5633,5.18477,400,400,10,0,8,0,0,1), + (11202,2620,0,0,0,-644.655,-1849.93,54.3997,0.041485,400,400,10,0,8,0,0,1), + (11203,2579,0,0,0,-1383.47,-1579.86,40.4819,4.76338,400,400,10,0,1279,0,0,1), + (11204,9555,0,0,0,-933.85,-3477.47,51.3872,3.28122,400,400,0,0,2016,0,0,0), + (11205,2621,0,0,0,-861.001,-3517.15,72.5261,0.15708,400,400,0,0,2770,0,0,0), + (11206,2851,0,0,0,-917.658,-3496.94,70.4505,3.22695,650,650,0,0,7423,7071,0,0), + (11207,2819,0,0,0,-963.249,-3561.47,58.8009,4.7288,400,400,0,0,1930,0,0,0), + (11208,15126,0,0,0,-845.512,-3507.93,73.6511,3.47321,650,650,0,0,2000,0,0,0), + (11209,2621,0,0,0,-978.749,-3476.68,57.1784,4.24115,400,400,0,0,2770,0,0,0), + (11210,2621,0,0,0,-975.482,-3561.2,70.6806,6.24828,400,400,0,0,2770,0,0,0), + (11211,4954,0,0,0,-948.304,-3537.25,71.5343,5.68977,400,400,0,0,2100,0,0,0), + (11212,2621,0,0,0,-830.753,-3541.73,72.5673,0.942478,400,400,0,0,2770,0,0,0), + (11213,2563,0,0,0,-1444.94,-1583.73,34.1682,3.20398,400,400,5,0,1163,0,0,1), + (11214,15022,0,0,0,-847.556,-3511.22,73.2761,3.89208,400,400,0,0,4079,0,0,0), + (11216,10696,0,0,0,-1175.51,-2551.73,59.7133,0.86925,400,400,5,0,3291,0,0,1), + (11217,10696,0,0,0,-1173.34,-2532.3,55.5334,4.49393,400,400,5,0,3291,0,0,1), + (11218,2766,0,0,0,-2117.71,-2010.82,6.29982,2.91768,400,400,0,0,2376,0,0,0), + (11219,2767,0,0,0,-2088.96,-2047.39,3.49737,5.007,400,400,0,0,1678,0,0,0), + (11220,2769,0,0,0,-2072.44,-2090.78,9.2663,0.226893,400,400,0,0,2376,0,0,0), + (11221,2774,0,0,0,-2064.04,-2085.47,9.15848,3.82227,400,400,0,0,2284,0,0,0), + (11222,2792,0,0,0,-947.559,-3481.63,51.4059,1.8326,400,400,0,0,2471,0,0,2), + (11223,15021,0,0,0,-846.947,-3503.78,73.9011,3.33358,400,400,0,0,4079,0,0,0), + (11224,2620,0,0,0,-1128.02,-1972.22,68.6104,0.504457,400,400,10,0,8,0,0,1), + (11225,2620,0,0,0,-1336.35,-1663.31,53.8125,5.55939,400,400,10,0,8,0,0,1), + (11226,2620,0,0,0,-1754.05,-2280.02,40.9319,4.23844,400,400,10,0,8,0,0,1), + (11227,2620,0,0,0,-1256.51,-3463.37,38.7758,1.82362,400,400,10,0,8,0,0,1), + (11228,2564,0,0,0,-1251.99,-2054.92,50.2847,6.07375,400,400,0,0,1221,0,0,0), + (11229,2560,0,0,0,-1449.87,-1626.45,33.6743,3.49391,400,400,10,0,1221,0,0,1), + (11230,2580,0,0,0,-1841.41,-1723.41,54.7649,0.234557,400,400,3,0,1536,0,0,1), + (11231,2580,0,0,0,-1786.39,-1742.23,44.714,1.20699,400,400,3,0,1536,0,0,1), + (11232,2580,0,0,0,-1876.24,-1642.1,36.1237,1.08795,400,400,3,0,1536,0,0,1), + (11233,2621,0,0,0,-967.201,-3548.33,57.0722,2.56563,400,400,0,0,2770,0,0,0), + (11234,2818,0,0,0,-944.927,-3533.55,71.533,2.3911,400,400,0,0,2284,0,0,0), + (11235,2621,0,0,0,-828.82,-3538.35,72.5673,4.32842,400,400,0,0,2770,0,0,0), + (11236,2621,0,0,0,-860.473,-3505.75,73.1511,5.98648,400,400,0,0,2770,0,0,0), + (11237,2621,0,0,0,-844.953,-3501.15,74.1511,1.58825,400,400,0,0,2770,0,0,0), + (11238,2621,0,0,0,-862.5,-3501.56,73.2761,1.48353,400,400,0,0,2770,0,0,0), + (11239,3098,1,0,0,-317.835,-4243.54,61.7041,2.80837,120,120,5,0,42,0,0,1), + (11240,2621,0,0,0,-860.528,-3556.43,72.3744,0.20944,400,400,0,0,2770,0,0,0), + (11241,15127,0,0,0,-1218.48,-2521.56,21.9227,3.66519,650,650,0,0,10672,0,0,0), + (11242,2557,0,0,0,-2090.04,-3346.53,41.5335,6.00393,400,400,0,0,1160,1067,0,0), + (11243,3100,1,0,0,683.26,-3875.76,18.8849,1.70315,300,300,5,0,156,0,0,1), + (11244,2620,0,0,0,-935.582,-2810.28,62.0185,5.80644,400,400,10,0,8,0,0,1), + (11245,2620,0,0,0,-1026.51,-2511.94,52.3814,4.25361,400,400,10,0,8,0,0,1), + (11246,2620,0,0,0,-1633.55,-2072.84,37.1567,3.472,400,400,10,0,8,0,0,1), + (11247,2560,0,0,0,-1457.43,-1549.03,42.2813,4.95689,400,400,10,0,1221,0,0,1), + (11248,2560,0,0,0,-1617.04,-2094.17,32.9033,1.90738,400,400,10,0,1221,0,0,1), + (11249,2565,0,0,0,-914.545,-2412.42,52.9941,1.29169,400,400,5,0,1403,0,0,1), + (11250,2579,0,0,0,-1719.14,-2088.41,50.7157,5.05082,400,400,5,0,1279,0,0,1), + (11251,2580,0,0,0,-2093.57,-2555.97,76.3401,1.71083,400,400,5,0,1536,0,0,1), + (11252,2578,0,0,0,-958.157,-1876.76,66.2413,4.38602,400,400,10,0,1189,0,0,1), + (11253,2621,0,0,0,-860.637,-3539.48,72.2494,0,400,400,0,0,2770,0,0,0), + (11254,2621,0,0,0,-876.137,-3527.28,71.8778,1.10715,400,400,0,0,2770,0,0,0), + (11255,2821,0,0,0,-918.911,-3533.79,72.781,0.977384,400,400,0,0,1846,0,0,0), + (11256,2621,0,0,0,-936.625,-3493.21,53.619,2.80998,400,400,0,0,2770,0,0,0), + (11257,2820,0,0,0,-910.288,-3534.85,72.818,2.44346,400,400,0,0,1684,0,0,0), + (11258,15128,0,0,0,-840.304,-3513.8,73.2761,4.10152,650,650,0,0,7125,0,0,0), + (11259,15128,0,0,0,-826.774,-3511.83,73.3599,3.82227,650,650,0,0,7125,0,0,0), + (11260,15128,0,0,0,-822.536,-3518.07,73.4445,3.52556,650,650,0,0,7125,0,0,0), + (11261,15128,0,0,0,-833.9,-3530.08,72.5261,2.79253,650,650,0,0,7125,0,0,0), + (11262,2621,0,0,0,-903.685,-3519.28,71.3417,1.53589,400,400,0,0,2770,0,0,0), + (11263,2835,0,0,0,-1240.03,-2513.96,21.9831,4.22309,400,400,0,0,7609,7071,0,0), + (11264,15124,0,0,0,-1221.37,-2539.85,21.9912,2.18166,400,400,0,0,1605,0,0,0), + (11265,2595,0,0,0,-2180.14,-1754.03,-60.1176,3.33252,400,400,10,0,1604,0,0,1), + (11266,2595,0,0,0,-2215.1,-1611.98,-47.0127,1.5708,400,400,3,0,1604,0,0,1), + (11267,2560,0,0,0,-1477.19,-1589.51,33.4803,4.77103,400,400,10,0,1221,0,0,1), + (11268,2578,0,0,0,-608.638,-1915.99,59.9733,6.16197,400,400,10,0,1189,0,0,1), + (11269,2578,0,0,0,-1603.17,-2428.98,84.4498,0.538711,400,400,5,0,1189,0,0,1), + (11270,15125,0,0,0,-836.217,-3538.05,72.5592,3.01942,400,400,0,0,1605,0,0,0), + (11272,2621,0,0,0,-894.346,-3519.28,71.2814,1.5708,400,400,0,0,2770,0,0,0), + (11273,9501,0,0,0,-912.374,-3524.92,72.7679,3.14159,400,400,0,0,1605,0,0,0), + (11274,10696,0,0,0,-1173.98,-2486.28,51.5804,0.85021,400,400,5,0,3291,0,0,1), + (11275,2563,0,0,0,-1721.65,-2124.73,43.6073,2.51136,400,400,10,0,1163,0,0,1), + (11276,2563,0,0,0,-1690.42,-2089.47,42.2187,3.69709,400,400,10,0,1163,0,0,1), + (11277,2563,0,0,0,-1346.15,-1582.06,45.9623,1.69214,400,400,10,0,1163,0,0,1), + (11278,2563,0,0,0,-1443.15,-1672.94,44.5214,0.623904,400,400,10,0,1163,0,0,1), + (11279,2620,0,0,0,-1996.84,-2607.68,77.4941,1.29974,400,400,10,0,8,0,0,1), + (11280,2563,0,0,0,-1835.57,-2297.17,48.2659,2.33962,400,400,5,0,1163,0,0,1), + (11281,10696,0,0,0,-1291.37,-2422.09,63.2107,0.221263,400,400,5,0,3291,0,0,1), + (11282,2619,0,0,0,-1591.37,-3185.25,24.8968,2.32439,400,400,5,0,1187,970,0,1), + (11283,4075,0,0,0,-1645.91,-1780.95,80.2928,5.55683,400,400,10,0,8,0,0,1), + (11284,2565,0,0,0,-841.208,-2403,64.7188,1.63334,400,400,5,0,1403,0,0,1), + (11285,2565,0,0,0,-722.906,-2209.91,58.2049,5.68814,400,400,5,0,1403,0,0,1), + (11286,2620,0,0,0,-749.787,-2221.51,57.1944,4.48957,400,400,10,0,8,0,0,1), + (11287,2555,0,0,0,-1852.68,-3196.91,49.9101,1.66075,400,400,3,0,1021,963,0,1), + (11288,2579,0,0,0,-1617.95,-2094.02,32.9845,5.32583,400,400,10,0,1279,0,0,1), + (11289,4075,0,0,0,-1710.38,-1915.79,88.4788,1.84387,400,400,0,0,8,0,0,0), + (11290,2620,0,0,0,-1699.71,-2940.49,35.7932,1.18593,400,400,10,0,8,0,0,1), + (11291,2706,0,0,0,-1004.31,-3556.5,57.2718,2.89725,400,400,0,0,2471,0,0,0), + (11292,2787,0,0,0,-988.722,-3550.14,56.7753,2.33874,400,400,0,0,3857,0,0,0), + (11293,2621,0,0,0,-1031.18,-3545.43,56.1831,2.76474,400,400,0,0,2770,0,0,0), + (11294,6574,0,0,0,-1008.15,-3483.49,62.7655,3.56047,400,400,0,0,1684,0,0,0), + (11295,2621,0,0,0,-1011.16,-3573.5,56.6392,1.75367,400,400,0,0,2770,0,0,0), + (11296,2772,0,0,0,-926.977,-3532.09,71.0668,2.9147,400,400,0,0,2016,0,0,0), + (11297,2621,0,0,0,-1007.7,-3504.07,61.3551,5.68977,400,400,0,0,2770,0,0,0), + (11298,2771,0,0,0,-947.488,-3539.4,71.0106,0.453786,400,400,0,0,1605,0,0,0); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) +VALUES + (11299,9976,0,0,0,-928.382,-3528.02,71.0294,3.21141,400,400,0,0,1605,0,0,0), + (11300,2703,0,0,0,-948.284,-3523.49,71.0174,3.05433,400,400,0,0,2471,0,0,0), + (11301,2696,0,0,0,-2356.74,-2423.36,74.8731,5.79449,400,400,0,0,1605,0,0,0), + (11302,4075,0,0,0,-1688.74,-1840.24,81.5915,3.71471,400,400,5,0,8,0,0,1), + (11303,2578,0,0,0,-1179.82,-1511.35,53.3462,3.72296,400,400,5,0,1189,0,0,1), + (11304,2560,0,0,0,-1698.15,-1993.05,47.9,1.60789,400,400,5,0,1221,0,0,1), + (11305,2560,0,0,0,-1277.85,-1616.64,49.3771,3.52746,400,400,5,0,1221,0,0,1), + (11306,2563,0,0,0,-1642.03,-2256.39,31.5439,5.01376,400,400,5,0,1163,0,0,1), + (11307,2563,0,0,0,-1595.09,-2044.76,35.2811,5.27657,400,400,5,0,1163,0,0,1), + (11308,2565,0,0,0,-742.028,-2247.93,64.1072,5.77495,400,400,5,0,1403,0,0,1), + (11309,2560,0,0,0,-1688.41,-2343.53,30.3985,4.37688,400,400,10,0,1221,0,0,1), + (11310,2560,0,0,0,-1692.96,-2276.93,36.4169,0.293328,400,400,10,0,1221,0,0,1), + (11311,2610,0,0,0,-2086.35,-2028.79,3.18854,2.67035,400,400,0,0,1753,0,0,0), + (11312,2578,0,0,0,-1262.51,-1592.76,50.5526,5.78368,400,400,10,0,1189,0,0,1), + (11313,2560,0,0,0,-1290.26,-1590.21,53.7461,1.22605,400,400,10,0,1221,0,0,1), + (11314,2560,0,0,0,-1302.79,-1552.75,52.6917,3.20608,400,400,5,0,1221,0,0,1), + (11315,7869,0,0,0,-1215.47,-1884.28,87.6176,0.15708,400,400,0,0,3517,0,0,0), + (11316,2560,0,0,0,-1277.7,-1659.69,55.4869,2.72949,400,400,5,0,1221,0,0,1), + (11317,2563,0,0,0,-1291.45,-1723.82,61.1729,2.84209,400,400,10,0,1163,0,0,1), + (11318,2565,0,0,0,-799.795,-2280.42,53.9854,3.37615,400,400,5,0,1403,0,0,1), + (11319,2565,0,0,0,-909.675,-2396.05,52.7533,0.514304,400,400,5,0,1403,0,0,1), + (11320,2563,0,0,0,-855.281,-3128.7,81.7694,1.24287,400,400,5,0,1163,0,0,1), + (11321,2565,0,0,0,-1713.24,-2938.35,36.9996,1.48418,400,400,10,0,1403,0,0,1), + (11322,2563,0,0,0,-1179.54,-1565.45,58.176,1.41206,400,400,5,0,1163,0,0,1), + (11323,2582,0,0,0,-1067.54,-2853.91,42.567,4.80659,400,400,5,0,1116,0,0,1), + (11324,2620,0,0,0,-1027.37,-2208.04,61.062,5.32843,400,400,10,0,8,0,0,1), + (11325,2565,0,0,0,-968.832,-2512.11,60.1541,2.99666,400,400,5,0,1403,0,0,1), + (11326,2595,0,0,0,-2231.71,-1784.73,-60.8044,3.2196,400,400,10,0,1604,0,0,1), + (11327,2565,0,0,0,-893.847,-2318.52,51.7748,1.51216,400,400,5,0,1403,0,0,1), + (11328,2595,0,0,0,-2178.85,-1781.72,-57.4926,5.92807,400,400,3,0,1604,0,0,1), + (11329,4075,0,0,0,-1640.43,-1852.88,80.5411,4.26979,400,400,5,0,8,0,0,1), + (11330,2595,0,0,0,-2156.49,-1629.91,-30.1165,1.25826,400,400,5,0,1604,0,0,1), + (11331,2595,0,0,0,-2215.47,-1680.55,-55.3374,5.04162,400,400,5,0,1604,0,0,1), + (11332,2595,0,0,0,-2301.5,-1694.31,-65.3201,1.44177,400,400,5,0,1604,0,0,1), + (11333,2563,0,0,0,-1388.37,-1516.62,50.9029,2.71835,400,400,10,0,1163,0,0,1), + (11334,2582,0,0,0,-1083.2,-2922.52,42.7983,4.53593,400,400,3,0,1116,0,0,1), + (11335,2582,0,0,0,-1084.82,-2928.57,42.8404,0.840643,400,400,3,0,1116,0,0,1), + (11336,2582,0,0,0,-1091.67,-2919.68,42.8171,2.85417,400,400,3,0,1116,0,0,1), + (11337,2559,0,0,0,-630.746,-1846.19,54.8203,0.40171,400,400,10,0,1050,0,0,1), + (11338,2559,0,0,0,-547.7,-1885.31,56.0776,6.25585,400,400,10,0,1050,0,0,1), + (11339,2563,0,0,0,-633.879,-1884.02,55.3314,0.097727,400,400,10,0,1163,0,0,1), + (11340,3100,1,0,0,1125.54,-4858.68,19.4236,5.66862,300,300,5,0,156,0,0,1), + (11341,2559,0,0,0,-640.131,-1956.13,57.163,0.960898,400,400,10,0,1050,0,0,1), + (11342,2560,0,0,0,-1319.24,-1645.75,55.8013,0.5197,400,400,10,0,1221,0,0,1), + (11343,3100,1,0,0,1021.37,-4214.88,21.6896,1.07309,300,300,10,0,156,0,0,1), + (11344,2563,0,0,0,-1406.86,-1615.86,37.7718,0.082168,400,400,10,0,1163,0,0,1), + (11345,2580,0,0,0,-1763.1,-1852.77,44.8928,5.25614,400,400,3,0,1536,0,0,1), + (11346,2621,0,0,0,-1050.32,-3542.67,55.7488,3.26377,400,400,0,0,2770,0,0,0), + (11347,2621,0,0,0,-1038.97,-3554.21,55.8738,2.79253,400,400,0,0,2770,0,0,0), + (11348,2768,0,0,0,-2066.46,-2085.97,9.08255,0.096521,400,400,0,0,2284,0,0,0), + (11349,2563,0,0,0,-1347.3,-3077.96,37.5012,4.49775,400,400,5,0,1163,0,0,1), + (11350,2565,0,0,0,-1753.47,-2914.13,41.2831,1.67652,400,400,10,0,1403,0,0,1), + (11351,2560,0,0,0,-1418.98,-1653.45,42.5243,3.71979,400,400,10,0,1221,0,0,1), + (11352,2582,0,0,0,-1056.62,-2828.12,47.3186,4.47016,400,400,0,0,1116,0,0,0), + (11353,2620,0,0,0,-1389.69,-2526.83,71.4941,1.06961,400,400,10,0,8,0,0,1), + (11354,10696,0,0,0,-1376.38,-2477.35,59.5168,3.64016,400,400,5,0,3291,0,0,2), + (11355,2582,0,0,0,-1074.43,-2848.4,42.442,1.84148,400,400,5,0,1116,0,0,1), + (11356,2582,0,0,0,-1092.79,-2873.11,42.3166,2.9337,400,400,5,0,1116,0,0,1), + (11357,2582,0,0,0,-1107.21,-2875,42.2912,4.24754,400,400,5,0,1116,0,0,1), + (11358,2563,0,0,0,-1689.33,-2491.86,60.0257,5.41338,400,400,10,0,1163,0,0,1), + (11359,2560,0,0,0,-1785.97,-2296.56,37.2855,1.42973,400,400,5,0,1221,0,0,1), + (11360,2563,0,0,0,-1634.47,-2345.83,76.7967,2.76109,400,400,3,0,1163,0,0,1), + (11361,2559,0,0,0,-1618.25,-2306.34,66.8418,1.65516,400,400,3,0,1050,0,0,1), + (11362,10696,0,0,0,-1242.59,-2441.54,52.4055,2.8416,400,400,5,0,3291,0,0,1), + (11363,2579,0,0,0,-773.951,-2224.1,53.7886,3.9684,400,400,10,0,1279,0,0,1), + (11364,2579,0,0,0,-866.089,-2278.18,55.0666,0.740039,400,400,5,0,1279,0,0,1), + (11365,2563,0,0,0,-1609.58,-2399.95,96.1429,3.76048,400,400,3,0,1163,0,0,1), + (11366,2560,0,0,0,-1245.59,-1533.79,53.98,2.04191,400,400,10,0,1221,0,0,1), + (11367,2580,0,0,0,-1681.98,-1442.02,46.2105,1.59695,400,400,3,0,1536,0,0,1), + (11368,2580,0,0,0,-1807.2,-1415.97,50.8887,4.40496,400,400,3,0,1536,0,0,1), + (11369,2580,0,0,0,-1737.09,-1457.88,73.2122,2.99473,400,400,3,0,1536,0,0,1), + (11370,2559,0,0,0,-1317.8,-2641.54,64.7662,1.27129,400,400,5,0,1050,0,0,1), + (11371,2563,0,0,0,-1221.58,-1487.17,55.908,3.79526,400,400,10,0,1163,0,0,1), + (11372,2563,0,0,0,-1350.4,-1517.32,50.9121,0.977058,400,400,10,0,1163,0,0,1), + (11373,2560,0,0,0,-1690.04,-2213.45,31.3651,6.0946,400,400,5,0,1221,0,0,1), + (11374,2560,0,0,0,-1732.88,-2195.3,43.4929,5.94042,400,400,10,0,1221,0,0,1), + (11375,2560,0,0,0,-1746.32,-2249.58,42.5954,3.26498,400,400,5,0,1221,0,0,1), + (11376,2560,0,0,0,-1696.08,-2168.84,32.9813,2.29128,400,400,10,0,1221,0,0,1), + (11377,2560,0,0,0,-1670,-2181.1,26.4029,0,400,400,10,0,1221,0,0,1), + (11378,3100,1,0,0,1221,-4692.24,16.9644,2.78205,300,300,10,0,156,0,0,1), + (11379,2563,0,0,0,-1349.9,-3228.5,42.1462,4.74948,400,400,5,0,1163,0,0,1), + (11380,2557,0,0,0,-2024.19,-3382.05,59.3607,1.5708,400,400,5,0,1160,1067,0,1), + (11381,2565,0,0,0,-1986.97,-2587.07,74.1786,1.04173,400,400,10,0,1403,0,0,1), + (11382,2563,0,0,0,-1045.11,-2604.27,53.3362,4.94514,400,400,10,0,1163,0,0,1), + (11383,2592,0,0,0,-1592.37,-2184.38,28.5993,3.00089,400,400,10,0,1604,0,0,1), + (11384,2592,0,0,0,-1585.57,-2222.11,33.549,0.898897,400,400,5,0,1604,0,0,1), + (11385,2592,0,0,0,-1586.36,-2148.02,23.0151,3.40366,400,400,5,0,1604,0,0,1), + (11386,2563,0,0,0,-1825.86,-2457.03,53.8348,0.975752,400,400,5,0,1163,0,0,1), + (11387,2559,0,0,0,-1705.1,-2483.54,61.2704,0.722322,400,400,10,0,1050,0,0,1), + (11388,2563,0,0,0,-1751.96,-2497.88,58.6767,4.41906,400,400,10,0,1163,0,0,1), + (11389,3100,1,0,0,808.545,-4970.58,14.4481,5.61119,300,300,5,0,156,0,0,1), + (11391,2563,0,0,0,-1759.55,-2334.66,31.4735,4.34493,400,400,10,0,1163,0,0,1), + (11392,2560,0,0,0,-1714.46,-2288.33,36.9053,3.26506,400,400,10,0,1221,0,0,1), + (11393,2579,0,0,0,-1724.32,-2181.05,41.1846,6.22263,400,400,10,0,1279,0,0,1), + (11394,2571,0,0,0,-1795.16,-1537.29,61.0591,0.309163,400,400,5,0,4377,0,0,1), + (11395,2563,0,0,0,-1394.93,-3278.06,42.2723,3.36537,400,400,10,0,1163,0,0,1), + (11396,2557,0,0,0,-2038.88,-3375.71,59.9498,6.05258,400,400,5,0,1160,1067,0,1), + (11397,2557,0,0,0,-2029.69,-3395.46,57.8137,5.44463,400,400,5,0,1160,1067,0,1), + (11398,2618,0,0,0,-1510.86,-3070.68,14.4165,0.048761,400,400,5,0,1203,0,0,1), + (11399,2618,0,0,0,-1498.3,-3074.87,14.2533,2.36476,400,400,5,0,1203,0,0,1), + (11400,2560,0,0,0,-1784.14,-2881.43,46.8833,2.52815,400,400,5,0,1221,0,0,1), + (11401,2618,0,0,0,-1509.36,-3094.38,14.5415,4.65232,400,400,5,0,1203,0,0,1), + (11402,2618,0,0,0,-1534.84,-3092.16,14.6775,4.25028,400,400,5,0,1203,0,0,1), + (11403,2556,0,0,0,-2005.52,-3377.73,50.7367,4.86753,400,400,5,0,1279,0,0,1), + (11405,2556,0,0,0,-2010.25,-3402.83,53.0716,3.74343,400,400,5,0,1279,0,0,1), + (11406,2556,0,0,0,-2021.63,-3350.43,51.1321,5.70183,400,400,5,0,1279,0,0,1), + (11407,2618,0,0,0,-1531.06,-3069.33,14.4165,5.53629,400,400,5,0,1203,0,0,1), + (11408,2618,0,0,0,-1523.28,-3082.03,14.1665,1.48946,400,400,5,0,1203,0,0,1), + (11409,2556,0,0,0,-1989.41,-3388.27,51.5585,0.888197,400,400,5,0,1279,0,0,1), + (11410,2585,0,0,0,-1544.1,-1660.66,73.4835,0.45344,400,400,5,0,4438,0,0,1), + (11411,2557,0,0,0,-2065.54,-3297.58,67.6664,1.43117,400,400,0,0,1160,1067,0,0), + (11412,2618,0,0,0,-1537.69,-3014.55,12.9004,2.90545,400,400,5,0,1203,0,0,1), + (11413,2563,0,0,0,-1258.76,-3520.74,43.5191,4.05717,400,400,10,0,1163,0,0,1), + (11418,2620,0,0,0,-1276.4,-2325.28,59.5583,5.10863,400,400,10,0,8,0,0,1), + (11419,2563,0,0,0,-1947.14,-2378.62,66.5545,3.74912,400,400,5,0,1163,0,0,1), + (11421,2556,0,0,0,-2073.25,-3285.28,67.3342,1.61012,400,400,5,0,1279,0,0,1), + (11422,2563,0,0,0,-879.432,-2223.62,46.6946,3.85888,400,400,10,0,1163,0,0,1), + (11423,2555,0,0,0,-2064.77,-3290.73,67.5814,4.64258,400,400,0,0,1021,963,0,0), + (11425,2565,0,0,0,-898.981,-2342.68,49.5903,0.313721,400,400,5,0,1403,0,0,1), + (11426,2563,0,0,0,-1075.03,-2474.61,52.3603,0.889389,400,400,10,0,1163,0,0,1), + (11427,2560,0,0,0,-1742.56,-2309.84,39.2227,6.08656,400,400,10,0,1221,0,0,1), + (11428,2563,0,0,0,-1025.58,-2382.81,49.4548,3.08295,400,400,5,0,1163,0,0,1), + (11429,2563,0,0,0,-1049.34,-2350.34,51.4158,5.21524,400,400,5,0,1163,0,0,1), + (11430,2563,0,0,0,-1023.9,-3382.23,59.7039,3.23543,400,400,10,0,1163,0,0,1), + (11431,2563,0,0,0,-1347.5,-3085.36,35.5296,5.68543,400,400,5,0,1163,0,0,1), + (11432,2563,0,0,0,-913.496,-2821.35,67.2764,3.78431,400,400,5,0,1163,0,0,1), + (11433,2578,0,0,0,-1112.31,-3260.98,39.8925,3.53255,400,400,10,0,1189,0,0,1), + (11434,2618,0,0,0,-1468.98,-3094.52,13.0033,3.87934,400,400,5,0,1203,0,0,1), + (11435,2619,0,0,0,-1480.55,-3061.23,13.0457,0.199938,400,400,5,0,1187,970,0,1), + (11436,2563,0,0,0,-1051.66,-3148.29,50.2909,1.21502,400,400,10,0,1163,0,0,1), + (11437,2619,0,0,0,-1504.72,-3014.73,12.7872,5.34543,400,400,3,0,1187,970,0,1), + (11438,2618,0,0,0,-1505.34,-3005.73,12.836,3.34729,400,400,3,0,1203,0,0,1), + (11439,2619,0,0,0,-1471.22,-3126.67,14.1407,2.63261,400,400,5,0,1187,970,0,1), + (11440,2618,0,0,0,-1526.72,-3149.71,13.1428,1.25798,400,400,5,0,1203,0,0,1), + (11441,2618,0,0,0,-1526.15,-3125.2,14.0982,3.28826,400,400,5,0,1203,0,0,1), + (11442,2578,0,0,0,-1323.34,-3343.38,43.3236,3.27492,400,400,10,0,1189,0,0,1), + (11443,2618,0,0,0,-1513.96,-3154.23,13.3928,4.56949,400,400,5,0,1203,0,0,1), + (11444,2578,0,0,0,-1251.84,-3528.59,44.875,1.44749,400,400,3,0,1189,0,0,1), + (11445,2559,0,0,0,-1381.37,-3353.22,43.9903,4.70653,400,400,10,0,1050,0,0,1), + (11446,2618,0,0,0,-1544.24,-3139.05,13.6859,2.48363,400,400,5,0,1203,0,0,1), + (11447,2618,0,0,0,-1479.9,-3108.4,13.9976,0.690661,400,400,3,0,1203,0,0,1), + (11448,2618,0,0,0,-1559.57,-3123.6,13.8027,3.62892,400,400,5,0,1203,0,0,1), + (11449,2618,0,0,0,-1479.7,-3119.47,14.0793,3.04097,400,400,3,0,1203,0,0,1), + (11450,2618,0,0,0,-1470.28,-3117.45,14.0733,2.9762,400,400,3,0,1203,0,0,1), + (11451,2578,0,0,0,-1410.61,-3327.88,40.1239,5.30616,400,400,10,0,1189,0,0,1), + (11452,2578,0,0,0,-1391.6,-3360.48,42.9499,2.27053,400,400,10,0,1189,0,0,1), + (11453,2619,0,0,0,-1532.21,-3108.96,14.0549,3.07094,400,400,5,0,1187,970,0,2), + (11454,2618,0,0,0,-1512.39,-3138.92,13.6428,2.0979,400,400,5,0,1203,0,0,1), + (11455,2618,0,0,0,-1556.86,-3145.14,13.5609,0.21898,400,400,5,0,1203,0,0,1), + (11456,2618,0,0,0,-1541.43,-3158.01,13.1859,4.25577,400,400,5,0,1203,0,0,1), + (11457,2619,0,0,0,-1532.22,-3170.69,12.4111,3.31144,400,400,5,0,1187,970,0,1), + (11458,2578,0,0,0,-1130.48,-3027.66,36.5562,3.78001,400,400,10,0,1189,0,0,1), + (11459,2565,0,0,0,-1677.8,-3040.59,27.3019,0.559841,400,400,5,0,1403,0,0,1), + (11460,2559,0,0,0,-2043.79,-2408.86,77.698,4.72606,400,400,3,0,1050,0,0,1), + (11461,2559,0,0,0,-1021.15,-1834.61,62.0058,4.48672,400,400,5,0,1050,0,0,1), + (11462,2559,0,0,0,-1096.47,-1773.51,58.674,0.472381,400,400,10,0,1050,0,0,1), + (11463,2564,0,0,0,-1166.84,-1985.47,27.3983,1.64514,400,400,3,0,1221,0,0,1), + (11464,2565,0,0,0,-1776.49,-3023.49,43.1459,4.34676,400,400,10,0,1403,0,0,1), + (11465,2565,0,0,0,-1789.41,-2920.03,54.1073,5.70223,400,400,10,0,1403,0,0,1), + (11466,2579,0,0,0,-1808.91,-3075.93,46.6679,3.53879,400,400,5,0,1279,0,0,1), + (11467,2595,0,0,0,-2172.15,-1712.25,-46.9012,3.49908,400,400,3,0,1604,0,0,1), + (11468,2559,0,0,0,-1181.53,-2316.5,56.6448,4.69481,400,400,10,0,1050,0,0,1), + (11469,2596,0,0,0,-2157.72,-1674.73,-41.2976,1.45709,400,400,0,0,1196,3075,0,0), + (11470,2596,0,0,0,-2169.48,-1721.63,-39.903,0.676672,400,400,5,0,1196,3075,0,1), + (11471,2595,0,0,0,-2157.6,-1695.23,-35.6819,3.52331,400,400,3,0,1604,0,0,1), + (11472,2595,0,0,0,-2168.11,-1703.97,-38.4068,1.18635,400,400,5,0,1604,0,0,1), + (11473,2619,0,0,0,-1576.84,-3081.32,15.0582,3.98767,400,400,5,0,1187,970,0,1), + (11474,2578,0,0,0,-976.268,-1777.7,48.2945,4.84552,400,400,10,0,1189,0,0,1), + (11475,2595,0,0,0,-2170.54,-1710.06,-31.044,3.3373,400,400,10,0,1604,0,0,1), + (11476,2596,0,0,0,-2164.42,-1685.2,-25.2668,4.36692,400,400,10,0,1196,3075,0,1), + (11477,2595,0,0,0,-2209.93,-1705.89,-64.6176,3.91886,400,400,10,0,1604,0,0,1), + (11478,2595,0,0,0,-2186.51,-1651.93,-47.4427,0.656811,400,400,5,0,1604,0,0,1), + (11479,2595,0,0,0,-2247.78,-1703.28,-66.7463,5.61817,400,400,5,0,1604,0,0,1), + (11480,2595,0,0,0,-2217.44,-1653.27,-49.5646,2.6425,400,400,5,0,1604,0,0,1), + (11481,2596,0,0,0,-2168.51,-1606.38,-31.4455,0.023118,400,400,5,0,1196,3075,0,1), + (11482,2596,0,0,0,-2173.45,-1610.2,-48.3585,5.88448,400,400,3,0,1196,3075,0,1), + (11483,2595,0,0,0,-2156.71,-1629.56,-47.7553,5.1571,400,400,5,0,1604,0,0,1), + (11484,2596,0,0,0,-2151.36,-1632.39,-38.9054,6.06101,400,400,3,0,1196,3075,0,1), + (11485,2552,0,0,0,-1241.2,-2130.3,81.1168,5.35657,400,400,3,0,1050,0,0,1), + (11486,2559,0,0,0,-1259.91,-2384.92,56.5929,1.99767,400,400,10,0,1050,0,0,1), + (11487,2595,0,0,0,-2182.06,-1608.94,-41.6865,2.97989,400,400,5,0,1604,0,0,1), + (11489,2559,0,0,0,-1246.19,-2300.56,58.0568,2.62365,400,400,5,0,1050,0,0,1), + (11490,2559,0,0,0,-1208.49,-2343.68,60.2987,6.1084,400,400,10,0,1050,0,0,1), + (11491,2563,0,0,0,-1338.94,-3384.6,44.8438,3.32826,400,400,10,0,1163,0,0,1), + (11492,2559,0,0,0,-1185.44,-2395.57,54.9218,0.282857,400,400,10,0,1050,0,0,1), + (11493,2559,0,0,0,-1358.31,-3407.4,47.9261,5.97257,400,400,10,0,1050,0,0,1), + (11494,2595,0,0,0,-2219.7,-1589.07,-55.0913,0.871489,400,400,3,0,1604,0,0,1), + (11495,2595,0,0,0,-2287.87,-1621.42,-27.6914,3.35849,400,400,5,0,1604,0,0,1), + (11496,2595,0,0,0,-2294.38,-1624.51,-65.8493,3.01916,400,400,5,0,1604,0,0,1), + (11497,2585,0,0,0,-1546.63,-1907.09,68.0578,5.71145,400,400,5,0,4438,0,0,1), + (11498,2596,0,0,0,-2288.97,-1652.69,-61.7458,0.007027,400,400,5,0,1196,3075,0,1), + (11500,2595,0,0,0,-2291.68,-1673.03,-35.1069,0.061157,400,400,10,0,1604,0,0,1), + (11503,2595,0,0,0,-2257.57,-1735.6,-64.9007,6.20913,400,400,5,0,1604,0,0,1), + (11504,2579,0,0,0,-1739.91,-2319.71,37.1249,1.01261,400,400,10,0,1279,0,0,1), + (11505,2596,0,0,0,-2289.71,-1722.61,-60.2961,2.35323,400,400,5,0,1196,3075,0,1), + (11506,2559,0,0,0,-941.214,-2600.57,70.9026,5.89035,400,400,3,0,1050,0,0,1), + (11507,2552,0,0,0,-1116.13,-2216.56,59.6012,5.71895,400,400,10,0,1050,0,0,1), + (11508,2595,0,0,0,-2213.2,-1748.48,-32.8292,4.02949,400,400,10,0,1604,0,0,1), + (11509,2619,0,0,0,-1403.6,-3123.32,30.27,4.22427,400,400,5,0,1187,970,0,1), + (11510,2563,0,0,0,-1003.78,-1613.31,41.4963,3.35814,400,400,10,0,1163,0,0,1), + (11512,2560,0,0,0,-1675.84,-2122.29,34.6154,0.617294,400,400,10,0,1221,0,0,1), + (11513,2560,0,0,0,-1811.33,-2342.22,30.9212,6.10456,400,400,5,0,1221,0,0,1), + (11514,3851,33,0,0,-206.364,2130.33,86.5839,5.88176,7200,7200,0,0,1131,816,0,0), + (11515,2560,0,0,0,-1790.95,-2258.61,47.7251,0.818535,400,400,5,0,1221,0,0,1), + (11516,2560,0,0,0,-1048.99,-2197.13,62.2936,3.4122,400,400,10,0,1221,0,0,1), + (11517,2560,0,0,0,-1810.1,-2289.14,38.4827,3.70502,400,400,5,0,1221,0,0,1), + (11518,2560,0,0,0,-1014.69,-2181.41,59.1217,4.76561,400,400,10,0,1221,0,0,1), + (11519,2560,0,0,0,-1266.51,-1516,53.8796,5.78212,400,400,10,0,1221,0,0,1), + (11520,2618,0,0,0,-1464.88,-3080.34,14.271,3.97988,400,400,5,0,1203,0,0,1), + (11521,2618,0,0,0,-1481.36,-3018.46,12.255,0.203858,400,400,5,0,1203,0,0,1), + (11522,2563,0,0,0,-1327.39,-1490.16,56.7869,6.24219,400,400,10,0,1163,0,0,1), + (11523,2559,0,0,0,-1292.18,-3530.55,53.5782,3.50288,400,400,3,0,1050,0,0,1), + (11524,2619,0,0,0,-1585.72,-3128.52,13.3453,1.89687,400,400,5,0,1187,970,0,1), + (11525,2559,0,0,0,-1050.77,-1604.48,43.2941,5.80644,400,400,10,0,1050,0,0,1), + (11526,2559,0,0,0,-1915.18,-2345.83,53.3949,5.89726,400,400,5,0,1050,0,0,1), + (11527,2781,0,0,0,-1578.81,-1913.16,47.3377,3.47247,400,400,0,0,4755,0,0,0), + (11528,2618,0,0,0,-1504.83,-3052.92,14.304,2.03541,400,400,5,0,1203,0,0,1), + (11529,2618,0,0,0,-1523.15,-3051.18,14.429,5.84759,400,400,5,0,1203,0,0,1), + (11530,2563,0,0,0,-1614.57,-2369.07,91.5608,1.80725,400,400,3,0,1163,0,0,1), + (11531,2782,0,0,0,-1565.7,-1909.84,47.3377,3.34318,400,400,0,0,4755,0,0,0), + (11532,2780,0,0,0,-1560.81,-1918.54,47.1491,2.87929,400,400,0,0,4755,0,0,0), + (11533,2563,0,0,0,-1380.84,-1684.89,54.5361,4.22163,400,400,10,0,1163,0,0,1), + (11534,2559,0,0,0,-1108.94,-1747.85,49.0719,4.25726,400,400,10,0,1050,0,0,1), + (11535,2619,0,0,0,-1432.74,-2975.95,42.3855,2.07638,400,400,5,0,1187,970,0,1), + (11536,2560,0,0,0,-1326.18,-1700.12,57.0609,4.37025,400,400,10,0,1221,0,0,1), + (11537,2583,0,0,0,-1563.95,-1662.68,68.7178,4.04595,400,400,0,0,3359,1142,0,0), + (11538,2563,0,0,0,-1114.47,-2516.77,57.2454,4.11643,400,400,10,0,1163,0,0,1), + (11539,2560,0,0,0,-849.943,-2301.8,53.2836,1.62554,400,400,5,0,1221,0,0,1), + (11540,2565,0,0,0,-832.512,-2314.82,57.1093,0.356943,400,400,5,0,1403,0,0,1), + (11541,2560,0,0,0,-950.022,-2448.45,53.2326,3.21777,400,400,5,0,1221,0,0,1), + (11542,2560,0,0,0,-932.942,-2226.05,42.2614,5.60041,400,400,5,0,1221,0,0,1), + (11543,2620,0,0,0,-1277.47,-2904.9,41.3603,1.71795,400,400,10,0,8,0,0,1), + (11544,2560,0,0,0,-927.072,-2174.33,51.735,2.94018,400,400,10,0,1221,0,0,1), + (11545,2563,0,0,0,-1050.45,-1716.25,38.8128,1.63561,400,400,10,0,1163,0,0,1), + (11546,2559,0,0,0,-1000.47,-2043.76,60.2376,5.65726,400,400,5,0,1050,0,0,1), + (11547,2586,0,0,0,-898.096,-2026.39,34.5152,4.4442,400,400,5,0,1050,0,0,1), + (11548,2578,0,0,0,-1045.53,-1842.54,67.8062,3.37523,400,400,5,0,1189,0,0,1), + (11549,2565,0,0,0,-1789.66,-3089.44,39.9493,4.49058,400,400,5,0,1403,0,0,1), + (11550,2586,0,0,0,-777.788,-1922.04,43.6986,5.51954,400,400,5,0,1050,0,0,1), + (11551,2559,0,0,0,-1312.81,-3339.91,42.9183,0.441772,400,400,10,0,1050,0,0,1), + (11552,2563,0,0,0,-1316.64,-3383.46,41.0318,1.58053,400,400,10,0,1163,0,0,1), + (11553,2563,0,0,0,-1637.15,-2433.7,81.4215,5.4439,400,400,5,0,1163,0,0,1), + (11554,2563,0,0,0,-1435.42,-3425.91,55.7631,1.5708,400,400,5,0,1163,0,0,1), + (11555,2563,0,0,0,-1345.61,-3451.12,49.4164,2.47815,400,400,10,0,1163,0,0,1), + (11556,2592,0,0,0,-1584.55,-2119.19,27.9018,4.05977,400,400,5,0,1604,0,0,1), + (11557,2563,0,0,0,-1456.81,-3377.41,45.0877,5.50811,400,400,10,0,1163,0,0,1), + (11558,2592,0,0,0,-1475.39,-2123.6,17.3469,5.64477,400,400,5,0,1604,0,0,1), + (11566,3100,1,0,0,751.511,-3954.12,18.9971,1.82335,300,300,5,0,156,0,0,1), + (11567,2592,0,0,0,-1552.32,-2112.78,19.2517,0.983634,400,400,5,0,1604,0,0,1), + (11570,2563,0,0,0,-1481.5,-3380.74,43.7823,4.78691,400,400,10,0,1163,0,0,1), + (11571,2563,0,0,0,-1408.92,-3316.13,42.5473,5.02611,400,400,10,0,1163,0,0,1), + (11572,2560,0,0,0,-1713.19,-2142.66,43.8753,4.13757,400,400,10,0,1221,0,0,1), + (11573,2563,0,0,0,-1315.66,-3263.79,41.9204,4.61253,400,400,10,0,1163,0,0,1), + (11574,2563,0,0,0,-1348.54,-3350.49,45.7336,4.53887,400,400,10,0,1163,0,0,1), + (11575,2563,0,0,0,-1293.12,-3386.53,37.8884,4.23613,400,400,10,0,1163,0,0,1), + (11576,2563,0,0,0,-1283.53,-3350.37,37.3615,4.82784,400,400,10,0,1163,0,0,1), + (11577,2586,0,0,0,-882.313,-2003.83,34.2652,4.67274,400,400,5,0,1050,0,0,1), + (11578,2565,0,0,0,-878.854,-2453.83,61.1948,4.48818,400,400,5,0,1403,0,0,1), + (11579,2565,0,0,0,-892.79,-2470.87,60.9296,3.16423,400,400,5,0,1403,0,0,1), + (11580,2356,0,0,0,-511.27,-1802.18,67.2102,1.2262,400,400,5,0,944,0,0,1), + (11581,10696,0,0,0,-1288.48,-2606.22,60.969,2.7085,400,400,5,0,3291,0,0,1), + (11582,2572,0,0,0,-1025.66,-3815.28,142.459,5.47112,400,400,3,0,1403,0,0,1), + (11583,2574,0,0,0,-902.786,-3869.73,139.12,4.84225,400,400,5,0,1469,0,0,1), + (11584,2579,0,0,0,-1701.9,-2820.94,39.9237,5.21626,400,400,5,0,1279,0,0,1), + (11585,2565,0,0,0,-779.128,-2231.42,53.4042,4.34059,400,400,10,0,1403,0,0,1), + (11586,2565,0,0,0,-952.34,-2377.55,46.4981,2.86673,400,400,5,0,1403,0,0,1), + (11587,2572,0,0,0,-993.827,-3812.06,141.678,3.92077,400,400,5,0,1403,0,0,1), + (11588,2620,0,0,0,-1745.95,-2662.81,40.3101,0.35212,400,400,10,0,8,0,0,1), + (11589,2621,0,0,0,-1054.39,-3557.02,54.2488,2.72271,400,400,0,0,2770,0,0,2), + (11590,2565,0,0,0,-1017.03,-2483.33,56.5775,3.41049,400,400,10,0,1403,0,0,1), + (11591,2579,0,0,0,-1835.29,-2677.68,54.1097,2.72773,400,400,10,0,1279,0,0,1), + (11592,2563,0,0,0,-985.014,-2748.35,56.3779,6.13254,400,400,5,0,1163,0,0,1), + (11593,2572,0,0,0,-1198.78,-3603.36,54.1965,3.23543,400,400,5,0,1403,0,0,1), + (11594,2556,0,0,0,-2100.19,-3305.81,53.6545,0.772878,400,400,5,0,1279,0,0,1), + (11595,2572,0,0,0,-1197.4,-3635.48,57.2949,1.15694,400,400,3,0,1403,0,0,1), + (11596,2565,0,0,0,-835.472,-2250.44,54.4955,3.11164,400,400,10,0,1403,0,0,1), + (11597,2556,0,0,0,-2041.25,-3320.83,58.1544,2.4765,400,400,5,0,1279,0,0,1), + (11598,2572,0,0,0,-1129.64,-3713.64,85.9936,1.43166,400,400,0,0,1403,0,0,0), + (11602,3100,1,0,0,891.443,-3868.43,23.1061,1.1466,300,300,5,0,156,0,0,1), + (11603,2563,0,0,0,-1181.95,-3179.54,44.2552,0.087651,400,400,10,0,1163,0,0,1), + (11604,2563,0,0,0,-1439.53,-2048.48,17.9272,5.79771,400,400,10,0,1163,0,0,1), + (11605,2560,0,0,0,-1498.8,-2037.1,24.8876,5.4314,400,400,10,0,1221,0,0,1), + (11606,2586,0,0,0,-728.36,-2022.5,39.4002,6.28123,400,400,0,0,1050,0,0,0), + (11607,2565,0,0,0,-1484.84,-2828.7,39.1067,4.64011,400,400,10,0,1403,0,0,1), + (11608,2586,0,0,0,-826.294,-1959.94,34.2652,3.92936,400,400,5,0,1050,0,0,1), + (11609,2560,0,0,0,-1473.94,-1996.01,31.2101,3.56823,400,400,10,0,1221,0,0,1), + (11610,2565,0,0,0,-1521.63,-2899.67,26.2778,5.04279,400,400,10,0,1403,0,0,1), + (11611,2565,0,0,0,-1585.81,-2909.56,25.8705,1.27747,400,400,10,0,1403,0,0,1), + (11612,2586,0,0,0,-749.713,-1969.37,34.6402,2.58377,400,400,3,0,1050,0,0,1), + (11613,2567,0,0,0,-2084.98,-2832.49,77.7331,3.42634,400,400,3,0,1075,2763,0,1), + (11614,2559,0,0,0,-610.762,-1944.37,55.4123,0.918315,400,400,10,0,1050,0,0,1), + (11615,2560,0,0,0,-1699.86,-3114.34,31.6198,5.83264,400,400,5,0,1221,0,0,1), + (11616,2566,0,0,0,-2063.33,-2836.13,77.3628,4.1037,400,400,3,0,1403,0,0,1), + (11617,2563,0,0,0,-1511.35,-2417.82,70.3286,4.71771,400,400,5,0,1163,0,0,1), + (11618,2566,0,0,0,-2077.28,-2821.97,79.4504,5.96836,400,400,5,0,1403,0,0,1), + (11619,2559,0,0,0,-1676.96,-2543.34,60.6224,2.85557,400,400,5,0,1050,0,0,1), + (11620,2560,0,0,0,-1491.44,-2039.76,24.5675,5.24311,400,400,10,0,1221,0,0,1), + (11621,2563,0,0,0,-1205.66,-1516.91,53.7721,4.0722,400,400,10,0,1163,0,0,1), + (11622,2563,0,0,0,-1217.82,-1680.35,53.0944,6.13217,400,400,10,0,1163,0,0,1), + (11623,2559,0,0,0,-1213.55,-1608.96,51.2849,3.03501,400,400,10,0,1050,0,0,1), + (11624,2559,0,0,0,-1117.25,-1551.64,47.7031,6.2568,400,400,5,0,1050,0,0,1), + (11625,2560,0,0,0,-1213.47,-1588.6,57.9075,4.80817,400,400,5,0,1221,0,0,1), + (11626,2564,0,0,0,-1181.52,-1984.42,25.557,1.20071,400,400,3,0,1221,0,0,1), + (11627,2555,0,0,0,-1178.71,-1965.35,24.0847,5.8793,400,400,3,0,1021,963,0,1), + (11628,2563,0,0,0,-1044.76,-2686.62,47.8006,2.87559,400,400,10,0,1163,0,0,1), + (11629,2559,0,0,0,-1146.29,-1573.14,51.2662,3.64546,400,400,5,0,1050,0,0,1), + (11630,2579,0,0,0,-983.719,-2493.3,54.1787,5.67838,400,400,5,0,1279,0,0,1), + (11631,2578,0,0,0,-1032.12,-1580.81,47.8714,2.95685,400,400,10,0,1189,0,0,1), + (11632,2563,0,0,0,-1117.13,-1584.89,46.6332,6.07917,400,400,5,0,1163,0,0,1), + (11633,2559,0,0,0,-1097.65,-1516.67,47.4856,0.38989,400,400,10,0,1050,0,0,1), + (11634,2559,0,0,0,-1048.9,-1546.75,51.3139,1.01589,400,400,10,0,1050,0,0,1), + (11635,2559,0,0,0,-1143.2,-1483.41,53.3852,3.11352,400,400,10,0,1050,0,0,1), + (11636,2563,0,0,0,-1476.62,-3317.56,35.8843,6.12582,400,400,10,0,1163,0,0,1), + (11637,2558,0,0,0,-1695.48,-1692.2,60.0567,3.06348,400,400,0,0,3831,0,0,0), + (11638,2565,0,0,0,-1015.03,-2542.98,57.2111,3.90213,400,400,10,0,1403,0,0,1), + (11639,2559,0,0,0,-954.021,-1568.99,50.859,4.79456,400,400,10,0,1050,0,0,1), + (11640,2563,0,0,0,-984.557,-1521.47,52.0021,0.477938,400,400,5,0,1163,0,0,1), + (11641,2563,0,0,0,-1007.32,-2579.71,60.2985,2.0851,400,400,10,0,1163,0,0,1), + (11642,2559,0,0,0,-1045.4,-1585.7,47.656,0.194713,400,400,10,0,1050,0,0,1), + (11643,2588,0,0,0,-1654.92,-1780.71,80.1678,2.22505,400,400,5,0,3831,0,0,1), + (11644,2566,0,0,0,-2013.14,-2835.32,74.8883,4.4869,400,400,5,0,1403,0,0,2), + (11645,2578,0,0,0,-729.573,-1828.85,61.7222,3.71963,400,400,5,0,1189,0,0,1), + (11646,2559,0,0,0,-1074.44,-2417.71,53.6453,2.81984,400,400,5,0,1050,0,0,1), + (11647,2570,0,0,0,-1730.41,-1538.98,55.7751,4.29797,400,400,5,0,3405,1189,0,1), + (11648,2560,0,0,0,-936.941,-2235.53,43.367,1.39869,400,400,5,0,1221,0,0,1), + (11649,2560,0,0,0,-1061.57,-2237.13,58.408,0.430592,400,400,10,0,1221,0,0,1), + (11651,2570,0,0,0,-1792.11,-1508.03,90.6093,1.53697,400,400,5,0,3405,1189,0,2), + (11652,2571,0,0,0,-1770.99,-1522.36,75.2385,2.1557,400,400,0,0,4377,0,0,0), + (11653,2560,0,0,0,-1053.99,-2284.67,46.2456,6.16368,400,400,5,0,1221,0,0,1), + (11654,2586,0,0,0,-814.36,-1912.49,50.7638,1.72181,400,400,5,0,1050,0,0,1), + (11655,2559,0,0,0,-1126.84,-2353.32,52.0306,0.174785,400,400,5,0,1050,0,0,1), + (11656,2590,0,0,0,-1634.63,-1774.24,81.3997,2.92247,400,400,0,0,2706,2680,0,0), + (11658,2571,0,0,0,-1790.2,-1515.49,78.3072,4.86952,400,400,5,0,4377,0,0,2), + (11659,2560,0,0,0,-978.653,-2188.99,56.2593,0.127261,400,400,10,0,1221,0,0,1), + (11660,2560,0,0,0,-1120.47,-2313.82,52.747,4.24704,400,400,5,0,1221,0,0,1), + (11661,2559,0,0,0,-1122.11,-2423.36,49.1983,4.12439,400,400,5,0,1050,0,0,1), + (11662,2563,0,0,0,-983.107,-2274.86,50.6165,4.56695,400,400,5,0,1163,0,0,1), + (11663,2569,0,0,0,-1774.47,-1497.12,99.3345,2.96706,400,400,5,0,4008,0,0,2), + (11664,2559,0,0,0,-1139.48,-2372.84,53.5185,0.782636,400,400,5,0,1050,0,0,1), + (11665,2560,0,0,0,-1084.1,-2369.18,49.9017,1.52785,400,400,5,0,1221,0,0,1), + (11666,2579,0,0,0,-1063.25,-2424.65,55.2181,2.76283,400,400,5,0,1279,0,0,1), + (11667,3100,1,0,0,1051.5,-4217.67,18.8802,0.892691,300,300,10,0,156,0,0,1), + (11668,430,0,0,0,-9114.83,-2092.02,124.509,2.30046,300,300,10,0,354,1020,0,1), + (11669,426,0,0,0,-9115,-2092.94,124.588,1.7857,300,300,10,0,386,0,0,1), + (11670,430,0,0,0,-9114,-2156.62,127.722,1.35651,300,300,5,0,354,1020,0,1), + (11671,426,0,0,0,-9123.46,-2211.76,123.6,0.18237,300,300,5,0,386,0,0,1), + (11672,578,0,0,0,-9286.42,-2422.26,54.0042,0.559841,300,300,10,0,449,0,0,1), + (11673,578,0,0,0,-9322.46,-2419.87,51.9804,6.13934,300,300,10,0,449,0,0,1), + (11674,422,0,0,0,-9256.88,-2420.52,54.17,1.58724,300,300,10,0,417,0,0,1), + (11675,578,0,0,0,-9285.89,-2451.05,51.6323,5.84485,300,300,10,0,449,0,0,1), + (11676,442,0,0,0,-9690.13,-1761.46,58.9996,2.9219,300,300,5,0,328,0,0,1), + (11677,580,0,0,0,-8972.89,-2004.04,135.57,3.61283,300,300,0,0,494,0,0,0), + (11678,580,0,0,0,-8917.21,-2040.44,129.415,3.48608,300,300,0,0,494,0,0,0), + (11679,446,0,0,0,-9020.63,-1992.94,136.114,6.24163,300,300,5,0,417,0,0,1), + (11680,446,0,0,0,-8949.78,-1991.45,137.57,6.16778,300,300,0,0,417,0,0,0), + (11681,580,0,0,0,-8826.46,-2032.74,129.648,0.068146,300,300,0,0,494,0,0,0), + (11682,2559,0,0,0,-1117.4,-2455.11,53.177,4.28107,400,400,5,0,1050,0,0,1), + (11683,2570,0,0,0,-1784.03,-1502.15,72.3654,0.322193,400,400,0,0,3405,1189,0,0), + (11684,2574,0,0,0,-1000.33,-3822.26,145.279,3.31016,400,400,0,0,1469,0,0,0), + (11685,2595,0,0,0,-2216.53,-1549.83,-23.4962,1.02669,400,400,3,0,1604,0,0,1), + (11686,2560,0,0,0,-1007.25,-2415.34,52.8654,6.12638,400,400,5,0,1221,0,0,1), + (11687,2595,0,0,0,-2174.14,-1546.85,-42.9366,5.364,400,400,3,0,1604,0,0,1), + (11688,2595,0,0,0,-2145.94,-1553.34,-46.6641,4.3522,400,400,10,0,1604,0,0,1), + (11689,2559,0,0,0,-1080.16,-2547.63,54.3962,1.9173,400,400,10,0,1050,0,0,1), + (11690,2595,0,0,0,-2149.24,-1587.97,-48.822,4.03541,400,400,5,0,1604,0,0,1), + (11691,2563,0,0,0,-1222.95,-2284.37,57.1346,5.9775,400,400,5,0,1163,0,0,1), + (11692,2590,0,0,0,-1706.69,-1854.4,81.2459,3.14202,400,400,3,0,2706,2680,0,1), + (11694,2562,0,0,0,-1170.2,-2117.06,70.9982,2.98837,400,400,5,0,1163,0,0,1), + (11695,2595,0,0,0,-2147.36,-1656.12,-45.1224,3.53954,400,400,10,0,1604,0,0,1), + (11696,2586,0,0,0,-717.268,-1957.32,48.7821,0.172861,400,400,10,0,1050,0,0,1), + (11697,2595,0,0,0,-2285.14,-1768.57,-28.924,1.69322,400,400,5,0,1604,0,0,1), + (11698,2595,0,0,0,-2322.65,-1784.94,-37.8452,0.086679,400,400,5,0,1604,0,0,1), + (11701,2557,0,0,0,-2074.76,-3335.6,58.1021,4.79237,400,400,5,0,1160,1067,0,1), + (11702,2563,0,0,0,-1044.33,-1815.78,65.8377,3.91047,400,400,0,0,1163,0,0,0), + (11703,2556,0,0,0,-2111.21,-3357.37,59.2209,3.2185,400,400,5,0,1279,0,0,1), + (11704,2557,0,0,0,-2090.35,-3350.92,58.3268,4.3813,400,400,5,0,1160,1067,0,1), + (11705,2556,0,0,0,-2093.07,-3356.85,58.7944,5.3058,400,400,0,0,1279,0,0,0), + (11706,2555,0,0,0,-2089.15,-3360.8,58.8401,2.53073,400,400,0,0,1021,963,0,0), + (11707,1420,0,0,0,-2114.76,-1988.48,3.52068,4.7219,400,400,10,0,8,0,0,1), + (11708,2556,0,0,0,-2054.84,-3325.09,58.3167,1.67215,400,400,5,0,1279,0,0,1), + (11709,2557,0,0,0,-2107.6,-3336.62,58.1798,5.12937,400,400,5,0,1160,1067,0,1), + (11710,2559,0,0,0,-972.579,-1818.55,55.1211,1.86599,400,400,10,0,1050,0,0,1), + (11711,2556,0,0,0,-2091.26,-3370.43,59.3611,3.37247,400,400,5,0,1279,0,0,1), + (11712,2556,0,0,0,-2080.51,-3382.43,59.5002,5.28621,400,400,5,0,1279,0,0,1), + (11713,2582,0,0,0,-1119.16,-2857.64,42.4879,2.53114,400,400,5,0,1116,0,0,1), + (11714,1420,0,0,0,-2086.15,-2082.28,8.00408,1.41641,400,400,10,0,8,0,0,1), + (11715,2582,0,0,0,-1109.23,-2848.16,42.3629,6.15726,400,400,5,0,1116,0,0,1), + (11716,2582,0,0,0,-1091.29,-2848.44,42.317,5.59828,400,400,5,0,1116,0,0,1), + (11717,2582,0,0,0,-1105.97,-2860.83,42.3629,2.51934,400,400,5,0,1116,0,0,1), + (11718,2567,0,0,0,-1999.13,-2819.28,76.9886,4.21639,400,400,3,0,1075,2763,0,1), + (11719,2760,0,0,0,-818.011,-1789.77,45.7543,6.01157,400,400,3,0,1604,0,0,1), + (11720,2805,0,0,0,-1545.36,-1837.41,68.0302,4.95674,400,400,0,0,2972,0,0,0), + (11721,2760,0,0,0,-813.588,-1814.71,48.2193,2.73644,400,400,10,0,1604,0,0,1), + (11722,2582,0,0,0,-1090.08,-2862.4,42.442,5.8805,400,400,5,0,1116,0,0,1), + (11723,2582,0,0,0,-1079.74,-2860.33,42.442,2.19645,400,400,5,0,1116,0,0,1), + (11724,2582,0,0,0,-989.118,-2889.17,62.4779,4.05259,400,400,5,0,1116,0,0,1), + (11725,2581,0,0,0,-971.571,-2893.53,64.6029,4.90574,400,400,5,0,1145,0,0,1), + (11726,2582,0,0,0,-1010.35,-2898.73,62.8881,3.13557,400,400,5,0,1116,0,0,1), + (11727,2581,0,0,0,-1037.4,-2921.57,47.9526,5.01807,400,400,5,0,1145,0,0,1), + (11728,2620,0,0,0,-955.402,-3324.01,68.5541,3.37805,400,400,10,0,8,0,0,1), + (11729,2578,0,0,0,-1026.13,-3362.36,54.4076,2.12629,400,400,10,0,1189,0,0,1), + (11730,2563,0,0,0,-982.81,-3347.18,57.3025,4.75236,400,400,10,0,1163,0,0,1), + (11731,2559,0,0,0,-1007.77,-1638.27,36.9072,0.737372,400,400,10,0,1050,0,0,1), + (11732,2559,0,0,0,-1073.86,-1655.63,36.0047,5.39273,400,400,10,0,1050,0,0,1), + (11733,2557,0,0,0,-2064.82,-3252.97,65.5721,3.82401,400,400,5,0,1160,1067,0,1), + (11734,2557,0,0,0,-2109.19,-3278.29,67.0548,1.1455,400,400,5,0,1160,1067,0,1), + (11735,2559,0,0,0,-2000.07,-2420.68,80.6609,3.0771,400,400,5,0,1050,0,0,1), + (11736,2563,0,0,0,-1145.4,-1617.18,50.3602,5.72935,400,400,10,0,1163,0,0,1), + (11737,2556,0,0,0,-2107.12,-3252.57,67.4713,3.1778,400,400,5,0,1279,0,0,1), + (11738,2560,0,0,0,-1486.13,-1964.63,49.1435,3.80678,400,400,5,0,1221,0,0,1), + (11739,2588,0,0,0,-1694.27,-1926.13,82.0507,5.49661,400,400,5,0,3831,0,0,1), + (11740,2556,0,0,0,-2091.45,-3298.59,67.1056,4.96072,400,400,5,0,1279,0,0,1), + (11741,2557,0,0,0,-2078.06,-3301.02,67.2773,3.75662,400,400,5,0,1160,1067,0,1), + (11742,2588,0,0,0,-1653.96,-1886.37,81.3425,0.445155,400,400,5,0,3831,0,0,1), + (11743,2556,0,0,0,-2098.48,-3243.78,67.1193,3.7916,400,400,5,0,1279,0,0,1), + (11744,2588,0,0,0,-1621.35,-1857.81,81.4997,4.54018,400,400,5,0,3831,0,0,1), + (11745,2560,0,0,0,-1548.28,-2023.8,31.3452,1.72181,400,400,5,0,1221,0,0,1), + (11746,2590,0,0,0,-1625.24,-1831.54,81.0414,5.01836,400,400,0,0,2706,2680,0,0), + (11748,2565,0,0,0,-1693.75,-2931.77,35.75,0.266766,400,400,5,0,1403,0,0,1), + (11749,2560,0,0,0,-1669.08,-2031.88,41.4577,5.17429,400,400,10,0,1221,0,0,1), + (11750,2560,0,0,0,-1579.68,-2021.36,33.2863,5.55049,400,400,5,0,1221,0,0,1), + (11751,2560,0,0,0,-1762.63,-2212.09,50.5645,6.12517,400,400,5,0,1221,0,0,1), + (11752,2563,0,0,0,-1878.82,-2378.92,49.4567,0.778688,400,400,5,0,1163,0,0,1), + (11753,2552,0,0,0,-1319.18,-2148.71,65.4284,0.399777,400,400,10,0,1050,0,0,1), + (11754,2761,0,0,0,-817.885,-3292.26,80.6197,5.43711,400,400,10,0,1305,1189,0,1), + (11755,2563,0,0,0,-1254.57,-3405.48,39.5732,2.92029,400,400,10,0,1163,0,0,1), + (11756,2563,0,0,0,-1265.56,-3496.11,42.5341,4.40019,400,400,10,0,1163,0,0,1), + (11757,2761,0,0,0,-877.641,-3219.66,82.2891,6.09017,400,400,10,0,1305,1189,0,1), + (11758,2569,0,0,0,-1702.74,-1655.14,59.5538,5.49004,400,400,5,0,4008,0,0,1), + (11759,2761,0,0,0,-811.062,-3249.74,81.7931,0.283103,400,400,5,0,1305,1189,0,1), + (11760,2761,0,0,0,-824.973,-3217.56,80.6138,2.47506,400,400,10,0,1305,1189,0,1), + (11761,2570,0,0,0,-1709.54,-1617.86,60.2576,5.12367,400,400,0,0,3405,1189,0,0), + (11762,2619,0,0,0,-1483.31,-3191.41,30.4717,0.107593,400,400,5,0,1187,970,0,1), + (11763,2554,0,0,0,-1642.16,-3243.38,33.3912,0.236459,400,400,5,0,1163,0,0,1), + (11764,3100,1,0,0,1420.02,-4845,16.0309,4.88921,300,300,5,0,156,0,0,1), + (11765,3100,1,0,0,1287.12,-4723.31,19.0129,4.11235,300,300,10,0,156,0,0,1), + (11766,3126,1,0,0,191.695,-4213.88,44.9269,3.38799,300,300,10,0,137,0,0,1), + (11767,3126,1,0,0,703.195,-4369.4,19.572,2.49507,300,300,10,0,137,0,0,1), + (11768,3126,1,0,0,814.095,-4353.96,14.1164,0.126423,300,300,10,0,137,0,0,1), + (11769,3107,1,0,0,975.653,-5123.24,-0.210044,2.93183,300,300,5,0,137,0,0,1), + (11770,3107,1,0,0,-1044.68,-5244.82,-7.59438,5.0889,300,300,5,0,137,0,0,1), + (11771,3107,1,0,0,-857.67,-5448.66,-4.81423,2.95525,300,300,5,0,137,0,0,1), + (11772,3107,1,0,0,-1058,-5115.31,-6.8831,3.40408,300,300,5,0,137,0,0,1), + (11773,3107,1,0,0,-750.315,-5405.99,-2.86913,1.4882,300,300,5,0,137,0,0,1), + (11774,5951,1,0,0,-562.347,-4092.51,71.2573,3.30642,120,120,10,0,8,0,0,1), + (11775,6145,1,0,0,1078.4,-5217.97,-5.65915,6.11687,120,120,10,0,42,0,0,1), + (11776,3300,1,0,0,-88.7794,-4780.53,22.8267,2.4934,120,120,5,0,1,0,0,1), + (11777,6145,1,0,0,-146.757,-5355.17,-20.1626,0.086061,120,120,10,0,42,0,0,1), + (11778,5951,1,0,0,-197.35,-4701.16,32.3841,6.11225,120,120,10,0,8,0,0,1), + (11779,3300,1,0,0,192.268,-4961.57,13.0391,4.79894,120,120,10,0,1,0,0,1), + (11780,3300,1,0,0,780.811,-4185.62,20.9119,0.688046,120,120,5,0,1,0,0,1), + (11781,5951,1,0,0,475.596,-3891.98,21.2888,0.336315,120,120,5,0,8,0,0,1), + (11782,5951,1,0,0,154.859,-4394.59,38.0822,3.64717,120,120,5,0,8,0,0,1), + (11783,3103,1,0,0,291.451,-5284.86,-16.5794,6.2746,300,300,10,0,120,0,0,1), + (11784,3104,1,0,0,89.6418,-5213.35,-17.229,3.38228,300,300,10,0,120,0,0,1), + (11785,3105,1,0,0,752.531,-5147.15,-7.33846,0.371605,300,300,5,0,156,0,0,1), + (11786,3103,1,0,0,-751.566,-5752.4,-6.41139,2.77507,300,300,0,0,120,0,0,0), + (11787,3103,1,0,0,-93.9309,-5426.42,-16.5996,4.0419,300,300,10,0,120,0,0,1), + (11788,3105,1,0,0,1156.57,-5158.04,-6.94557,5.64279,300,300,5,0,156,0,0,1), + (11789,3296,1,0,0,1908.35,-4412.74,47.9468,1.38462,300,300,0,0,4957,0,0,0), + (11790,3296,1,0,0,1566.45,-4179.18,41.0285,5.42797,300,300,0,0,4957,0,0,0), + (11791,3296,1,0,0,1689.99,-4279.85,32.1304,4.11898,300,300,0,0,4957,0,0,0), + (11792,3296,1,0,0,1920.62,-4365.93,22.804,0.296706,300,300,0,0,4957,0,0,0), + (11793,3296,1,0,0,1882.15,-4483.99,20.6388,2.09439,300,300,0,0,4957,0,0,0), + (11794,3296,1,0,0,1817.08,-4357.14,-9.81641,2.30383,300,300,0,0,4957,0,0,0), + (11795,3296,1,0,0,1876.84,-4265.46,31.9919,2.3029,300,300,0,0,4957,0,0,2), + (11796,3296,1,0,0,1696.02,-4463.71,20.1522,2.3911,300,300,0,0,4957,0,0,0), + (11797,2554,0,0,0,-1681.16,-3226.86,33.6883,2.95802,400,400,5,0,1163,0,0,1), + (11798,2555,0,0,0,-1684.17,-3521.41,61.8668,0.814831,400,400,5,0,1021,963,0,1), + (11799,2620,0,0,0,-1198.09,-1885.65,86.489,5.38588,400,400,10,0,8,0,0,1), + (11800,2554,0,0,0,-1702.96,-3532.49,68.1043,5.45384,400,400,5,0,1163,0,0,1), + (11801,2554,0,0,0,-1613.14,-3417.97,43.7392,5.11224,400,400,5,0,1163,0,0,1), + (11802,2554,0,0,0,-1552.85,-3459.97,57.1583,5.65233,400,400,3,0,1163,0,0,1), + (11803,2555,0,0,0,-1232.65,-2001.66,37.635,5.77354,400,400,3,0,1021,963,0,1), + (11804,2816,0,0,0,-1257.2,-2489.44,22.1224,4.09096,400,400,0,0,2192,0,0,0), + (11805,2700,0,0,0,-1274.69,-2516.63,21.4792,5.27122,400,400,0,0,2568,0,0,0), + (11806,2814,0,0,0,-1275.9,-2506.19,21.9792,2.26458,400,400,0,0,2376,0,0,0), + (11807,2808,0,0,0,-1275.75,-2538.73,21.6325,1.0472,400,400,0,0,2100,0,0,0), + (11808,1471,0,0,0,-1278.57,-2522,21.4577,5.68977,400,400,0,0,3077,0,0,0), + (11809,10696,0,0,0,-1277.1,-2492.56,25.2877,3.41175,400,400,3,0,3291,0,0,1), + (11810,14984,0,0,0,-1220.17,-2518.3,21.7949,3.76991,400,400,0,0,3237,0,0,0), + (11811,2563,0,0,0,-1249.11,-3328.12,32.6827,1.56439,400,400,10,0,1163,0,0,1), + (11812,2586,0,0,0,-804.614,-1957.49,34.2652,0.227649,400,400,5,0,1050,0,0,1), + (11813,2812,0,0,0,-1262.41,-2534.12,21.8507,0.365405,400,400,0,0,2471,0,0,0), + (11814,2620,0,0,0,-1336.86,-3344.23,43.727,5.95896,400,400,10,0,8,0,0,1), + (11815,2563,0,0,0,-1353.26,-2619.61,73.1422,1.48279,400,400,10,0,1163,0,0,1), + (11816,2788,0,0,0,-1279.41,-2529.77,21.5095,0.418879,400,400,0,0,1605,0,0,0), + (11817,2554,0,0,0,-1663.56,-3520.08,71.7296,4.02728,400,400,5,0,1163,0,0,1), + (11818,2559,0,0,0,-1383.98,-2650.37,70.6748,3.24108,400,400,10,0,1050,0,0,1), + (11819,2789,0,0,0,-1261.6,-2546.09,21.7138,1.5708,400,400,0,0,2100,0,0,0), + (11820,10696,0,0,0,-1290.57,-2544.73,22.062,3.7443,400,400,5,0,3291,0,0,1), + (11821,2810,0,0,0,-1271.28,-2540.19,21.7145,1.46608,400,400,0,0,2016,0,0,0), + (11822,10696,0,0,0,-1267.11,-2560.08,21.687,0.700593,400,400,5,0,3291,0,0,1), + (11823,2555,0,0,0,-1731.55,-3372.45,32.3185,2.57471,400,400,3,0,1021,963,0,1), + (11824,2555,0,0,0,-2003.42,-3381.53,51.095,5.15109,400,400,5,0,1021,963,0,1), + (11825,2608,0,0,0,-1255.31,-2521.46,21.0734,1.20699,400,400,0,0,2972,0,0,2), + (11826,2563,0,0,0,-750.989,-1822.58,61.2429,1.53811,400,400,10,0,1163,0,0,1), + (11827,2559,0,0,0,-709.983,-1826.45,60.3459,4.63485,400,400,5,0,1050,0,0,1), + (11828,2563,0,0,0,-964.578,-1913.63,63.9859,3.09661,400,400,10,0,1163,0,0,1), + (11829,3099,1,0,0,248.372,-4188.16,36.981,2.31613,300,300,10,0,120,0,0,1), + (11830,3099,1,0,0,-257.892,-4773.12,29.4216,1.34004,300,300,10,0,120,0,0,1), + (11831,3099,1,0,0,95.6387,-4362.22,51.018,1.67649,300,300,5,0,120,0,0,1), + (11832,3099,1,0,0,106.738,-4393.27,41.7143,3.68003,300,300,10,0,120,0,0,1), + (11833,3099,1,0,0,185.393,-4696.78,18.2125,4.27234,300,300,10,0,120,0,0,1), + (11834,3099,1,0,0,516.177,-4641.42,36.3581,1.35515,300,300,10,0,120,0,0,1), + (11835,3099,1,0,0,226.966,-4118.4,41.3173,2.72079,300,300,5,0,120,0,0,1), + (11836,3099,1,0,0,704.63,-4768.71,26.5982,2.43085,300,300,5,0,120,0,0,1), + (11837,580,0,0,0,-8872.49,-2056.09,126.45,3.22705,300,300,0,0,494,0,0,0), + (11838,580,0,0,0,-8766.61,-2009.28,130.254,0,300,300,0,0,494,0,0,0), + (11839,3099,1,0,0,514.352,-4952.17,41.5337,3.46558,300,300,5,0,120,0,0,1), + (11840,3100,1,0,0,1040.28,-4087.09,17.525,1.51059,300,300,10,0,156,0,0,1), + (11841,3100,1,0,0,69.0059,-3820.44,33.1902,6.07742,300,300,10,0,156,0,0,1), + (11842,3100,1,0,0,1005.81,-4186.09,22.4068,5.0773,300,300,5,0,156,0,0,1), + (11843,3100,1,0,0,1048.93,-4285.95,16.6591,1.33384,300,300,5,0,156,0,0,1), + (11844,3100,1,0,0,759.396,-4978.06,15.5497,5.06502,300,300,10,0,156,0,0,1), + (11845,3100,1,0,0,1116.56,-4041.96,14.5495,6.01428,300,300,10,0,156,0,0,1), + (11846,3100,1,0,0,-153.509,-3836.66,29.049,1.89993,300,300,5,0,156,0,0,1), + (11847,3100,1,0,0,818.712,-3918.78,19.3186,2.52342,300,300,5,0,156,0,0,1), + (11848,3100,1,0,0,1314.01,-4880.69,12.8864,0.270265,300,300,10,0,156,0,0,1), + (11849,3300,1,0,0,762.717,-4296.78,18.7849,0.771513,120,120,0,0,1,0,0,0), + (11850,3300,1,0,0,-389.318,-4358.72,40.8954,3.86887,120,120,5,0,1,0,0,1), + (11851,3300,1,0,0,1120.18,-4775.96,54.8817,1.90738,120,120,5,0,1,0,0,1), + (11852,5951,1,0,0,-339.386,-4730.74,36.9125,4.19651,120,120,5,0,8,0,0,1), + (11853,5951,1,0,0,131.286,-4794.66,14.8704,1.82259,120,120,5,0,8,0,0,1), + (11854,3300,1,0,0,1368.4,-4765.38,27.5577,4.85442,120,120,5,0,1,0,0,1), + (11855,5951,1,0,0,-246.927,-4442.23,64.0354,3.71821,120,120,5,0,8,0,0,1), + (11856,6145,1,0,0,-236.482,-5440.27,-10.6801,2.94431,120,120,10,0,42,0,0,1), + (11857,3103,1,0,0,379.342,-5247.86,-18.7021,2.94119,300,300,10,0,120,0,0,1), + (11858,3141,1,0,0,445.538,-5186.74,-12.199,3.93747,300,300,10,0,156,0,0,1), + (11859,3103,1,0,0,-911.47,-5379.71,-3.0263,1.26104,300,300,10,0,120,0,0,1), + (11860,3103,1,0,0,220.364,-5285.17,-10.3533,4.72704,300,300,10,0,120,0,0,1), + (11861,3103,1,0,0,-345.864,-5282.59,-9.81598,3.15336,300,300,10,0,120,0,0,1), + (11862,3104,1,0,0,-720.453,-5438.75,-3.92819,1.87614,300,300,10,0,120,0,0,1), + (11863,3099,1,0,0,-272.57,-4696.94,40.8646,0.67509,300,300,5,0,120,0,0,1), + (11864,3099,1,0,0,413.197,-4890.04,20.6314,5.84652,300,300,10,0,120,0,0,1), + (11865,3099,1,0,0,-551.221,-4706.09,37.0685,1.86879,300,300,10,0,120,0,0,1), + (11866,3099,1,0,0,520.16,-4045.76,23.5679,0.251142,300,300,10,0,120,0,0,1), + (11867,3099,1,0,0,-262.383,-4904.76,27.8355,2.35896,300,300,10,0,120,0,0,1), + (11868,3099,1,0,0,653.632,-4101.06,11.7635,4.42523,300,300,5,0,120,0,0,1), + (11869,3099,1,0,0,481.357,-4679.16,36.8019,1.42291,300,300,10,0,120,0,0,1), + (11870,3099,1,0,0,243.812,-4404.4,30.0523,0.39369,300,300,10,0,120,0,0,1), + (11871,3099,1,0,0,223.729,-4004.62,41.4051,1.87461,300,300,10,0,120,0,0,1), + (11872,3099,1,0,0,353.604,-4353.5,24.9207,0.001953,300,300,10,0,120,0,0,1), + (11873,3100,1,0,0,1207.23,-4084.26,20.9636,5.71896,300,300,10,0,156,0,0,1), + (11874,3100,1,0,0,1048.04,-4102.8,18.1339,5.6014,300,300,10,0,156,0,0,1), + (11875,3100,1,0,0,1094.51,-5012.36,24.917,6.04864,300,300,5,0,156,0,0,1), + (11876,3100,1,0,0,1024.98,-4394.06,17.0952,2.89322,300,300,0,0,156,0,0,0), + (11877,580,0,0,0,-8796.47,-1977.42,125.81,4.09946,300,300,0,0,494,0,0,0), + (11878,3100,1,0,0,941.068,-4969.79,9.10522,2.62463,300,300,10,0,156,0,0,1), + (11879,3100,1,0,0,182.609,-3912.88,43.0926,5.94476,300,300,10,0,156,0,0,1), + (11880,3100,1,0,0,844.863,-4360.83,14.202,1.83868,300,300,5,0,156,0,0,1), + (11881,10685,1,0,0,1255.83,-4529.67,20.8441,4.11942,200,200,5,0,14,0,0,1), + (11882,6145,1,0,0,85.0317,-5320.08,-14.8261,5.73573,120,120,10,0,42,0,0,1), + (11883,3300,1,0,0,662.525,-4198.51,15.4996,0.077106,120,120,5,0,1,0,0,1), + (11884,6145,1,0,0,-843.322,-5238.01,-19.9319,0.982266,120,120,10,0,42,0,0,1), + (11885,3300,1,0,0,660.648,-3895.62,16.6228,2.60746,120,120,5,0,1,0,0,1), + (11886,10685,1,0,0,1245.43,-4528.42,20.8441,3.1899,200,200,5,0,14,0,0,1), + (11887,10685,1,0,0,1238.6,-4528.63,20.8441,4.31817,200,200,3,0,14,0,0,1), + (11888,3099,1,0,0,236.645,-4380.86,34.0282,4.3263,300,300,10,0,120,0,0,1), + (11889,3099,1,0,0,-380.167,-4687.84,43.2321,5.77078,300,300,10,0,120,0,0,1), + (11890,3099,1,0,0,442.683,-4845.96,27.7442,3.23543,300,300,5,0,120,0,0,1), + (11891,580,0,0,0,-8814.67,-2053.96,128.905,5.35062,300,300,0,0,494,0,0,0), + (11892,3099,1,0,0,391.575,-4512.24,51.3053,3.90489,300,300,5,0,120,0,0,1), + (11893,446,0,0,0,-8839.9,-2072.49,128.146,5.71264,300,300,0,0,417,0,0,0), + (11894,3099,1,0,0,-90.137,-4646.95,36.1969,2.20175,300,300,10,0,120,0,0,1), + (11895,3099,1,0,0,-173.753,-4908.61,19.3733,4.78861,300,300,10,0,120,0,0,1), + (11896,3099,1,0,0,146.589,-4184.84,49.4646,0.159692,300,300,10,0,120,0,0,1), + (11897,580,0,0,0,-8798.13,-1964.68,126.984,1.88472,300,300,0,0,494,0,0,0), + (11898,3100,1,0,0,1391.2,-4702.03,29.9044,1.06178,300,300,5,0,156,0,0,1), + (11899,3100,1,0,0,953.786,-5084.64,6.11703,5.65865,300,300,10,0,156,0,0,1), + (11900,3100,1,0,0,1060.85,-4010.61,20.3246,6.00371,300,300,5,0,156,0,0,1), + (11901,3100,1,0,0,-38.2486,-3925.65,56.0989,0.448789,300,300,5,0,156,0,0,1), + (11902,2582,0,0,0,-1070.13,-2809.03,42.0659,2.35786,400,400,5,0,1116,0,0,1), + (11903,2582,0,0,0,-1089.42,-2833.03,42.3159,1.10975,400,400,5,0,1116,0,0,1), + (11904,2565,0,0,0,-1731.12,-2709.74,41.3087,1.85862,400,400,5,0,1403,0,0,1), + (11905,2582,0,0,0,-1077.61,-2836.66,42.317,0.136782,400,400,5,0,1116,0,0,1), + (11906,2562,0,0,0,-1340.05,-2050.09,69.6539,1.75135,400,400,5,0,1163,0,0,1), + (11907,10696,0,0,0,-1221.45,-2598.59,35.5403,5.63741,400,400,0,0,3291,0,0,0), + (11908,10696,0,0,0,-1202.66,-2597.58,37.9893,4.46804,400,400,0,0,3291,0,0,0), + (11909,10696,0,0,0,-1224.24,-2542.39,21.5331,5.044,400,400,0,0,3291,0,0,0), + (11910,10696,0,0,0,-1234.52,-2560.25,23.5786,0.994175,400,400,5,0,3291,0,0,2), + (11911,10696,0,0,0,-1223.35,-2545.28,22.0671,1.8326,400,400,0,0,3291,0,0,0), + (11912,10696,0,0,0,-1240.11,-2535.17,21.2457,3.02417,400,400,5,0,3291,0,0,2), + (11913,2581,0,0,0,-1000.44,-2843.03,54.197,5.45262,400,400,5,0,1145,0,0,1), + (11914,2582,0,0,0,-1054.02,-2810.99,42.2394,0.359575,400,400,3,0,1116,0,0,1), + (11915,14983,0,0,0,-1224.39,-2516.14,21.6434,3.56047,400,400,0,0,4079,0,0,0), + (11916,2573,0,0,0,-872.507,-3904.73,141.982,2.49441,400,400,5,0,1116,2861,0,1), + (11917,2573,0,0,0,-871.334,-3903.34,141.884,2.16079,400,400,5,0,1116,2861,0,2), + (11918,15130,0,0,0,-1214.73,-2524.21,21.8917,4.29351,650,650,0,0,1550,0,0,0), + (11919,15130,0,0,0,-1207.97,-2527.71,22.7542,3.10669,650,650,0,0,1550,0,0,0), + (11920,15130,0,0,0,-1208.08,-2536.25,22.8421,2.96706,650,650,0,0,1550,0,0,0), + (11921,15130,0,0,0,-1217.72,-2537.66,21.7332,1.36136,650,650,0,0,1550,0,0,0), + (11922,2586,0,0,0,-780.92,-2097.37,34.596,4.60671,400,400,0,0,1050,0,0,0), + (11923,2581,0,0,0,-1041.02,-2789.22,47.235,2.32306,400,400,5,0,1145,0,0,1), + (11924,2566,0,0,0,-1977.68,-2738.37,79.7477,4.84867,400,400,3,0,1403,0,0,1), + (11925,2564,0,0,0,-1238.22,-2032.17,48.0969,2.58345,400,400,3,0,1221,0,0,1), + (11926,2561,0,0,0,-2069.23,-2576.16,75.1825,0.47064,400,400,10,0,1469,0,0,1), + (11927,2561,0,0,0,-2111.99,-2595.17,83.4955,4.65375,400,400,5,0,1469,0,0,1), + (11928,2561,0,0,0,-1972.85,-2510.3,72.6677,1.02,400,400,5,0,1469,0,0,1), + (11929,4075,0,0,0,-1584.48,-1859.38,70.623,5.20176,400,400,5,0,8,0,0,1), + (11930,2561,0,0,0,-2022.75,-2553.07,70.5154,5.59746,400,400,10,0,1469,0,0,1), + (11931,2561,0,0,0,-2041.35,-2507.85,69.7927,1.0307,400,400,3,0,1469,0,0,1), + (11932,2561,0,0,0,-1957.4,-2540.7,72.046,2.24732,400,400,10,0,1469,0,0,1), + (11933,2561,0,0,0,-1938.41,-2580.12,73.7587,0.252554,400,400,10,0,1469,0,0,1), + (11934,2565,0,0,0,-1920.77,-2524.43,62.6904,5.9775,400,400,10,0,1403,0,0,1), + (11935,2577,0,0,0,-2227.27,-2595.43,81.874,5.51251,400,400,0,0,847,2253,0,0), + (11936,2578,0,0,0,-1492.25,-2392.08,65.4576,5.02797,400,400,5,0,1189,0,0,1), + (11937,2563,0,0,0,-1545.18,-2351.45,70.2544,3.16893,400,400,5,0,1163,0,0,1), + (11938,2559,0,0,0,-1547.45,-2310.37,61.524,5.27223,400,400,5,0,1050,0,0,1), + (11939,2563,0,0,0,-1579.09,-2343.97,83.6777,2.77955,400,400,3,0,1163,0,0,1), + (11940,2563,0,0,0,-1548.48,-2413.47,76.1915,4.44134,400,400,5,0,1163,0,0,1), + (11941,2572,0,0,0,-1178.05,-3646.73,56.1699,5.12139,400,400,5,0,1403,0,0,1), + (11942,2563,0,0,0,-1221.74,-2881.08,44.7765,1.1406,400,400,10,0,1163,0,0,1), + (11943,2559,0,0,0,-950.722,-3287.24,73.5314,5.92362,400,400,10,0,1050,0,0,1), + (11944,2573,0,0,0,-926.139,-3857.23,145.728,0.976427,400,400,5,0,1116,2861,0,1), + (11945,2574,0,0,0,-996.711,-3846.9,149.212,3.989,400,400,3,0,1469,0,0,1), + (11946,2573,0,0,0,-941.734,-3880.33,151.775,6.2447,400,400,3,0,1116,2861,0,1), + (11947,2574,0,0,0,-952.787,-3886.93,153.702,6.21786,400,400,3,0,1469,0,0,1), + (11948,2574,0,0,0,-928.474,-3949.84,149.112,5.33506,400,400,3,0,1469,0,0,1), + (11949,2574,0,0,0,-957.172,-3927.99,145.278,4.61869,400,400,3,0,1469,0,0,1), + (11950,2573,0,0,0,-914.471,-3947.19,150.945,5.83419,400,400,3,0,1116,2861,0,1), + (11951,2574,0,0,0,-883.057,-3951.6,133.157,5.29223,400,400,5,0,1469,0,0,1), + (11952,2574,0,0,0,-882.64,-3934.29,132.956,4.07637,400,400,3,0,1469,0,0,1), + (11953,2573,0,0,0,-889.383,-3976.09,138.778,4.81526,400,400,3,0,1116,2861,0,1), + (11954,2574,0,0,0,-859.034,-3964.08,152.172,4.45716,400,400,3,0,1469,0,0,1), + (11955,2573,0,0,0,-858.739,-3982.02,148.134,1.38851,400,400,3,0,1116,2861,0,1), + (11956,2574,0,0,0,-854.448,-3943.57,151.681,1.83818,400,400,3,0,1469,0,0,1), + (11957,2573,0,0,0,-849.809,-3903.44,141.502,5.24662,400,400,3,0,1116,2861,0,1), + (11958,2577,0,0,0,-2237.79,-2624.21,78.451,0.848974,400,400,0,0,847,2253,0,0), + (11959,4062,0,0,0,-2269.08,-2653.52,80.7818,3.34231,400,400,3,0,1050,0,0,1), + (11960,2575,0,0,0,-2232.4,-2609.49,77.8902,4.42582,400,400,0,0,935,878,0,0), + (11961,4062,0,0,0,-2263.59,-2614.88,84.576,0.913065,400,400,3,0,1050,0,0,1), + (11962,2577,0,0,0,-2247.03,-2601.74,79.2406,3.4404,400,400,5,0,847,2253,0,2), + (11963,2559,0,0,0,-1276.65,-2814.96,49.0949,0.37947,400,400,10,0,1050,0,0,1), + (11964,2559,0,0,0,-1254.05,-2819.86,48.9108,4.34676,400,400,10,0,1050,0,0,1), + (11965,2559,0,0,0,-1235.65,-2784.86,53.2132,1.24287,400,400,10,0,1050,0,0,1), + (11966,2559,0,0,0,-1228.29,-2803.12,51.6583,1.72953,400,400,10,0,1050,0,0,1), + (11967,2559,0,0,0,-1027.31,-3039.03,47.2546,5.55022,400,400,10,0,1050,0,0,1), + (11968,2559,0,0,0,-1188.54,-2778.4,53.2011,2.33806,400,400,10,0,1050,0,0,1), + (11969,2565,0,0,0,-1443.5,-2876.94,37.6187,1.33961,400,400,10,0,1403,0,0,1), + (11970,2559,0,0,0,-781.369,-3379.26,79.2393,3.49991,400,400,5,0,1050,0,0,1), + (11971,2592,0,0,0,-1555.31,-2216.14,30.4497,4.19764,400,400,5,0,1604,0,0,1), + (11972,2592,0,0,0,-1545.33,-2151.53,17.4597,1.28753,400,400,10,0,1604,0,0,1), + (11973,2592,0,0,0,-1547.96,-2182.48,17.2277,1.80732,400,400,10,0,1604,0,0,1), + (11974,2587,0,0,0,-760.938,-1993.53,34.5926,5.80461,400,400,0,0,1163,0,0,0), + (11975,2587,0,0,0,-764.147,-1985.69,34.5763,0.506708,400,400,3,0,1163,0,0,1), + (11976,2586,0,0,0,-744.846,-1990.65,34.3902,3.29374,400,400,3,0,1050,0,0,1), + (11977,2589,0,0,0,-761.055,-1979.22,34.6042,6.13435,400,400,3,0,1107,0,0,1), + (11978,2560,0,0,0,-1019.97,-2230.33,59.9111,4.72216,400,400,10,0,1221,0,0,1), + (11979,2560,0,0,0,-980.998,-2349.49,50.118,1.12201,400,400,5,0,1221,0,0,1), + (11980,2559,0,0,0,-976.055,-3238.75,57.1854,4.8792,400,400,10,0,1050,0,0,1), + (11981,2560,0,0,0,-1016.39,-2313.08,47.4585,3.87572,400,400,5,0,1221,0,0,1), + (11982,2559,0,0,0,-1019.5,-3299.55,53.2934,5.25899,400,400,10,0,1050,0,0,1), + (11983,2560,0,0,0,-1055.65,-2445.43,54.8936,2.83781,400,400,5,0,1221,0,0,1), + (11984,2560,0,0,0,-981.326,-2312.65,51.0202,3.02471,400,400,5,0,1221,0,0,1), + (11985,10696,0,0,0,-1347.51,-2420.07,60.0086,4.61657,400,400,5,0,3291,0,0,2), + (11986,2560,0,0,0,-850.313,-2201.3,42.3874,1.20517,400,400,10,0,1221,0,0,1), + (11987,10696,0,0,0,-1267.74,-2494.85,22.2367,5.37035,400,400,5,0,3291,0,0,2), + (11988,10696,0,0,0,-1297.82,-2470.11,36.3428,2.19912,400,400,0,0,3291,0,0,0), + (11989,10696,0,0,0,-1293.79,-2462.41,37.2271,2.9147,400,400,0,0,3291,0,0,0), + (11990,10696,0,0,0,-1325.31,-2514.43,65.7108,4.36194,400,400,3,0,3291,0,0,2), + (11991,2563,0,0,0,-1296.48,-3452.65,43.0661,0.076322,400,400,10,0,1163,0,0,1), + (11992,3100,1,0,0,1194.27,-4831.29,17.4248,1.38605,300,300,10,0,156,0,0,1), + (11993,10696,0,0,0,-1301.44,-2581.84,65.3777,3.58672,400,400,3,0,3291,0,0,1), + (11994,2554,0,0,0,-1545.22,-3412.28,48.3283,4.35871,400,400,5,0,1163,0,0,1), + (11995,3100,1,0,0,1352.54,-4901.31,10.917,0.573919,300,300,10,0,156,0,0,1), + (11996,3100,1,0,0,811.604,-4223.2,21.5221,1.21911,300,300,5,0,156,0,0,1), + (11997,3100,1,0,0,1348.4,-4785.8,24.7409,5.74089,300,300,5,0,156,0,0,1), + (11998,2554,0,0,0,-1581.15,-3502.02,64.4481,5.46015,400,400,3,0,1163,0,0,1), + (11999,2554,0,0,0,-1713.62,-3501.39,59.8543,0.947723,400,400,5,0,1163,0,0,1), + (12000,2619,0,0,0,-1437.09,-3114.05,12.573,0.501918,400,400,5,0,1187,970,0,1), + (12001,2619,0,0,0,-1477.48,-3006.94,12.38,3.003,400,400,5,0,1187,970,0,1), + (12002,2555,0,0,0,-1713.23,-3489.25,54.5515,1.03113,400,400,5,0,1021,963,0,1), + (12003,2618,0,0,0,-1506.02,-3021.27,12.7417,0.99972,400,400,3,0,1203,0,0,1), + (12004,2619,0,0,0,-1576.69,-3064.7,12.9802,1.69191,400,400,5,0,1187,970,0,1), + (12005,2618,0,0,0,-1553.38,-3050.03,12.9359,2.8323,400,400,5,0,1203,0,0,1), + (12006,2733,0,0,0,-1556.97,-3029.93,13.7285,5.98648,400,400,0,0,1469,0,0,0), + (12007,2584,0,0,0,-1549.16,-1871.9,67.4959,1.49143,400,400,5,0,4264,0,0,2), + (12008,2585,0,0,0,-1525.11,-1875.93,69.5533,6.11612,400,400,0,0,4438,0,0,0), + (12009,2619,0,0,0,-1467.63,-2973.69,35.631,5.66974,400,400,5,0,1187,970,0,1), + (12010,2554,0,0,0,-1687.45,-3495.57,58.3591,0.770039,400,400,5,0,1163,0,0,1), + (12011,2585,0,0,0,-1517.09,-1856.85,67.5023,5.41268,400,400,5,0,4438,0,0,1), + (12012,2585,0,0,0,-1545.93,-1850.46,67.3592,0.281537,400,400,5,0,4438,0,0,1), + (12013,2607,0,0,0,-1528.05,-1887.79,70.2477,1.07055,400,400,0,0,4278,1483,0,0), + (12014,2585,0,0,0,-1532.43,-1882.56,69.5533,3.84376,400,400,0,0,4438,0,0,0), + (12015,2554,0,0,0,-1587.35,-3444.74,52.6701,3.13729,400,400,5,0,1163,0,0,1), + (12016,2555,0,0,0,-1701.51,-3503.55,59.3543,4.11418,400,400,5,0,1021,963,0,1), + (12017,2587,0,0,0,-813.597,-1972.58,34.1597,0.773406,400,400,0,0,1163,0,0,0), + (12018,2554,0,0,0,-1585.47,-3414.25,42.6175,3.50972,400,400,5,0,1163,0,0,1), + (12019,2555,0,0,0,-1617.39,-3444.12,50.8936,1.41376,400,400,10,0,1021,963,0,1), + (12020,2589,0,0,0,-789.401,-2081.5,34.9836,1.93408,400,400,10,0,1107,0,0,1), + (12021,2559,0,0,0,-1484.12,-3282.4,34.9913,4.81162,400,400,10,0,1050,0,0,1), + (12022,2563,0,0,0,-1484.05,-3348.9,38.3783,5.5468,400,400,10,0,1163,0,0,1), + (12023,2559,0,0,0,-1345.13,-3169.52,37.1279,1.19263,400,400,5,0,1050,0,0,1), + (12024,2563,0,0,0,-1349.99,-2979.25,45.2571,2.32249,400,400,5,0,1163,0,0,1), + (12025,2563,0,0,0,-1325.8,-3020.88,37.299,0.164828,400,400,5,0,1163,0,0,1), + (12026,2563,0,0,0,-1315.14,-3083.53,34.5866,1.0583,400,400,5,0,1163,0,0,1), + (12027,2560,0,0,0,-852.815,-2344.02,58.9418,4.47047,400,400,5,0,1221,0,0,1), + (12028,2559,0,0,0,-1301.26,-2248,64.6177,0.009765,400,400,5,0,1050,0,0,1), + (12029,2559,0,0,0,-1373.15,-2249.61,60.6383,0.3423,400,400,5,0,1050,0,0,1), + (12030,2559,0,0,0,-1348.29,-2293.64,63.2907,4.91448,400,400,5,0,1050,0,0,1), + (12031,2563,0,0,0,-1014.02,-2647.81,55.414,3.76643,400,400,5,0,1163,0,0,1), + (12032,2559,0,0,0,-1319.88,-2369.73,66.5202,2.09496,400,400,5,0,1050,0,0,1), + (12033,2559,0,0,0,-1327.91,-2351.92,65.3357,6.25975,400,400,5,0,1050,0,0,1), + (12034,2559,0,0,0,-1352.85,-2380.41,61.6228,0.479853,400,400,5,0,1050,0,0,1), + (12035,2563,0,0,0,-973.965,-2592.32,60.7465,0.719963,400,400,10,0,1163,0,0,1), + (12036,2563,0,0,0,-1379.64,-2308.36,65.84,1.00557,400,400,0,0,1163,0,0,0), + (12037,2559,0,0,0,-892.536,-3378.47,73.2238,5.94292,400,400,10,0,1050,0,0,1), + (12038,2559,0,0,0,-1341.48,-2209.72,61.0571,1.83756,400,400,5,0,1050,0,0,1), + (12039,1052,0,0,0,-2374.99,-2492.29,82.2887,2.57976,400,400,0,0,2559,0,0,0), + (12040,2761,0,0,0,-880.819,-3312.67,79.7718,2.68117,400,400,10,0,1305,1189,0,1), + (12041,2761,0,0,0,-873.371,-3271.06,81.8459,4.80966,400,400,5,0,1305,1189,0,1), + (12042,1052,0,0,0,-2368.5,-2495.57,75.4273,3.735,400,400,0,0,2559,0,0,0), + (12043,2761,0,0,0,-880.726,-3242.99,84.6242,1.17325,400,400,10,0,1305,1189,0,1), + (12044,2761,0,0,0,-880.36,-3280.16,82.7209,6.13941,400,400,10,0,1305,1189,0,1), + (12045,2581,0,0,0,-1066.41,-2943.08,46.3451,0.369327,400,400,5,0,1145,0,0,1), + (12046,4479,0,0,0,-1062.09,-2902.44,42.1514,5.88471,400,400,0,0,1221,0,0,0), + (12047,2582,0,0,0,-1094.36,-2901.17,41.7307,2.42093,400,400,5,0,1116,0,0,1), + (12048,2581,0,0,0,-1069.24,-2933.47,42.2993,1.35668,400,400,5,0,1145,0,0,1), + (12049,2581,0,0,0,-1144.57,-2874.9,43.3847,2.14614,400,400,5,0,1145,0,0,1), + (12050,2581,0,0,0,-1058.7,-2866.05,42.398,4.15424,400,400,5,0,1145,0,0,2), + (12051,2582,0,0,0,-1077.72,-2896.73,42.2081,4.63378,400,400,5,0,1116,0,0,1), + (12052,2582,0,0,0,-1006.95,-2888.92,62.7631,4.69826,400,400,5,0,1116,0,0,1), + (12053,2582,0,0,0,-1083.57,-2913.4,42.7441,3.8375,400,400,3,0,1116,0,0,1), + (12054,4480,0,0,0,-999.388,-2896.35,63.7213,1.44862,400,400,0,0,1339,0,0,0), + (12055,2581,0,0,0,-1120.26,-2834.23,42.1644,3.95561,400,400,5,0,1145,0,0,2), + (12056,2582,0,0,0,-1041.09,-2825.47,42.2394,0.365457,400,400,5,0,1116,0,0,1), + (12057,2582,0,0,0,-1036.25,-2844.95,42.398,5.66198,400,400,5,0,1116,0,0,1), + (12058,4481,0,0,0,-1048.93,-2815.72,42.2394,2.04687,400,400,0,0,1279,0,0,0), + (12059,2563,0,0,0,-1301.08,-2358.34,59.7208,3.3681,400,400,5,0,1163,0,0,1), + (12060,2761,0,0,0,-847.264,-3306.12,78.2572,0.918254,400,400,10,0,1305,1189,0,1), + (12061,2761,0,0,0,-849.749,-3281.32,77.8205,3.67878,400,400,5,0,1305,1189,0,1), + (12062,2761,0,0,0,-835.016,-3270.11,79.1955,3.88654,400,400,5,0,1305,1189,0,1), + (12063,2559,0,0,0,-1015.88,-3183.13,44.2152,1.59941,400,400,10,0,1050,0,0,1), + (12064,3100,1,0,0,924.659,-4363.43,16.4217,2.47834,300,300,10,0,156,0,0,1), + (12065,3100,1,0,0,1154.45,-5003.49,13.682,1.21759,300,300,5,0,156,0,0,1), + (12066,10685,1,0,0,1238.59,-4538.64,20.8351,3.17099,200,200,3,0,14,0,0,1), + (12067,2567,0,0,0,-1918.74,-2786.16,71.2197,0.942478,400,400,0,0,1075,2763,0,0), + (12068,5951,1,0,0,20.9083,-4808.78,23.6258,3.4437,120,120,5,0,8,0,0,1), + (12069,2566,0,0,0,-1923.33,-2804.45,74.1791,1.1903,400,400,5,0,1403,0,0,1), + (12070,2566,0,0,0,-1909.23,-2769.52,73.1297,2.73644,400,400,3,0,1403,0,0,1), + (12071,2761,0,0,0,-850.903,-3262.96,78.2393,5.19097,400,400,5,0,1305,1189,0,1), + (12072,2563,0,0,0,-1085.99,-3055.88,46.4953,1.5337,400,400,10,0,1163,0,0,1), + (12073,2566,0,0,0,-1948.45,-2818.39,77.3947,4.59893,400,400,5,0,1403,0,0,1), + (12074,2761,0,0,0,-848.462,-3207.26,82.2388,1.70378,400,400,5,0,1305,1189,0,1), + (12075,2566,0,0,0,-1961.04,-2795.6,81.3171,3.34991,400,400,5,0,1403,0,0,1), + (12076,2566,0,0,0,-1920.96,-2777.43,71.4667,5.72468,400,400,0,0,1403,0,0,0), + (12077,2762,0,0,0,-1318.93,-2742.73,59.8839,4.94884,400,400,10,0,1305,1486,0,1), + (12078,2762,0,0,0,-1342.75,-2738.18,59.0828,4.96474,400,400,5,0,1305,1486,0,1), + (12079,2567,0,0,0,-1981.89,-2773.34,81.3213,2.0549,400,400,5,0,1075,2763,0,1), + (12080,2762,0,0,0,-1356.53,-2731.87,58.5652,1.42319,400,400,5,0,1305,1486,0,1), + (12081,2566,0,0,0,-1955.77,-2778.44,79.8171,0.901862,400,400,5,0,1403,0,0,1), + (12082,6145,1,0,0,1463.23,-5013.32,-24.2837,2.38451,120,120,10,0,42,0,0,1), + (12083,3300,1,0,0,130.686,-4076.38,51.5468,5.96329,120,120,5,0,1,0,0,1), + (12084,10685,1,0,0,1266.92,-4234.52,26.5877,2.88785,200,200,5,0,14,0,0,1), + (12085,3300,1,0,0,627.793,-4295.55,17.8019,4.77883,120,120,10,0,1,0,0,1), + (12086,5951,1,0,0,1227.76,-4024.97,19.3046,2.61254,120,120,5,0,8,0,0,1), + (12087,6145,1,0,0,112.299,-5199.4,-14.1885,4.50705,120,120,10,0,42,0,0,1), + (12088,1976,0,0,0,-8530.34,695.554,97.6074,3.74562,25000,25000,0,0,5079,0,0,2), + (12089,3099,1,0,0,428.823,-4405.92,40.966,2.19322,300,300,5,0,120,0,0,1), + (12090,3099,1,0,0,-497.03,-4690.69,37.2641,2.6358,300,300,10,0,120,0,0,1), + (12091,3099,1,0,0,544.12,-4838.42,33.1617,4.18067,300,300,5,0,120,0,0,1), + (12092,3099,1,0,0,-513.408,-4696.69,36.5647,5.46724,300,300,10,0,120,0,0,1), + (12093,1976,0,0,0,-8605.83,862.834,96.6586,0.770742,350,350,0,0,5079,0,0,2), + (12094,3099,1,0,0,-173.371,-4812.66,27.0133,1.28981,300,300,5,0,120,0,0,1), + (12095,424,0,0,0,-9749.78,-2250.4,61.8218,4.83585,300,300,10,0,356,0,0,1), + (12096,3099,1,0,0,515.935,-4516.2,49.7147,2.98255,300,300,5,0,120,0,0,1), + (12097,3099,1,0,0,176.708,-4444.47,35.632,5.5116,300,300,10,0,120,0,0,1), + (12098,2762,0,0,0,-1351.79,-2747.35,59.0828,2.97203,400,400,5,0,1305,1486,0,1), + (12099,2592,0,0,0,-1467.87,-2155.01,18.4125,4.94222,400,400,5,0,1604,0,0,1), + (12100,2554,0,0,0,-1590.07,-3321.7,31.0902,2.51484,400,400,5,0,1163,0,0,1), + (12101,3099,1,0,0,258.573,-4890.93,18.0308,3.56676,300,300,5,0,120,0,0,1), + (12102,3099,1,0,0,127.476,-4226.04,51.0778,4.8509,300,300,10,0,120,0,0,1), + (12103,3099,1,0,0,-686.186,-4821.91,35.702,3.83509,300,300,10,0,120,0,0,1), + (12104,3100,1,0,0,984.351,-4974.47,15.0182,1.60106,300,300,5,0,156,0,0,1), + (12105,3100,1,0,0,1127,-4983.91,19.5138,6.24022,300,300,5,0,156,0,0,1), + (12106,3100,1,0,0,790.821,-3985.48,24.7213,4.96009,300,300,5,0,156,0,0,1), + (12107,3100,1,0,0,716.31,-3847.78,19.8554,2.24447,300,300,5,0,156,0,0,1), + (12108,3100,1,0,0,1360.49,-4484.77,27.7505,2.03444,300,300,5,0,156,0,0,1), + (12109,3100,1,0,0,1141.19,-4818.62,17.9146,1.17996,300,300,5,0,156,0,0,1), + (12110,3100,1,0,0,86.0148,-3999.21,46.5746,2.56442,300,300,5,0,156,0,0,1), + (12111,3100,1,0,0,1207.81,-4931.38,17.1661,1.749,300,300,5,0,156,0,0,1), + (12112,3100,1,0,0,1052.25,-4248.49,18.9622,2.40798,300,300,10,0,156,0,0,1), + (12113,3100,1,0,0,1456.47,-4913.08,8.27247,6.03408,300,300,5,0,156,0,0,1), + (12114,3300,1,0,0,219.689,-4614.9,17.0433,4.46362,120,120,5,0,1,0,0,1), + (12115,6145,1,0,0,-673.017,-5250.22,-12.9315,1.66661,120,120,10,0,42,0,0,1), + (12116,5951,1,0,0,1326.23,-4676.07,24.9263,6.22927,120,120,5,0,8,0,0,1), + (12117,6145,1,0,0,287.644,-5286.85,-16.7941,0.323954,120,120,10,0,42,0,0,1), + (12118,10685,1,0,0,742.637,-4265.6,17.4099,4.1675,200,200,3,0,14,0,0,1), + (12119,10685,1,0,0,748.166,-4279.31,18.1599,2.7973,200,200,3,0,14,0,0,1), + (12120,5951,1,0,0,1181.05,-4219.46,23.9175,2.40812,120,120,0,0,8,0,0,0), + (12121,3300,1,0,0,185.165,-4155.59,46.022,2.55418,120,120,10,0,1,0,0,1), + (12122,6145,1,0,0,-719.988,-5426.94,-4.14204,1.26665,120,120,10,0,42,0,0,1), + (12123,3099,1,0,0,544.057,-3977.39,19.0682,5.47293,300,300,10,0,120,0,0,1), + (12124,3099,1,0,0,-17.9955,-4661.04,37.2567,2.46242,300,300,10,0,120,0,0,1), + (12125,3099,1,0,0,457.622,-4376.38,36.3021,6.0183,300,300,5,0,120,0,0,1), + (12126,3100,1,0,0,-12.8648,-4047.54,60.3533,5.32106,300,300,5,0,156,0,0,1), + (12127,3100,1,0,0,1188.5,-4219.9,24.6479,0.246637,300,300,10,0,156,0,0,1), + (12128,3100,1,0,0,1158.73,-4491.68,20.7351,0.430301,300,300,10,0,156,0,0,1), + (12129,3100,1,0,0,1022.03,-4330.38,16.8225,4.51826,300,300,5,0,156,0,0,1), + (12130,5951,1,0,0,-841.311,-4798.64,21.4665,0.875308,120,120,5,0,8,0,0,1), + (12131,6145,1,0,0,-1047.87,-5041.03,-9.89081,1.80774,120,120,10,0,42,0,0,1), + (12132,6145,1,0,0,-13.8299,-5387.71,-13.719,4.2146,120,120,10,0,42,0,0,1), + (12133,3300,1,0,0,808.906,-4992.82,11.6878,0.624675,120,120,5,0,1,0,0,1), + (12134,5951,1,0,0,748.274,-4860.77,31.8674,0.919091,120,120,5,0,8,0,0,1), + (12135,10685,1,0,0,1247.96,-4514.62,21.7191,2.28008,200,200,5,0,14,0,0,1), + (12136,5951,1,0,0,509.314,-4072.79,27.6293,5.18651,120,120,5,0,8,0,0,1), + (12137,3300,1,0,0,1142.5,-4105.74,18.8877,0.898303,120,120,5,0,1,0,0,1), + (12138,6145,1,0,0,-84.6329,-5286.65,-12.4048,3.94196,120,120,10,0,42,0,0,1), + (12139,5951,1,0,0,-494.774,-4337.04,38.654,6.04483,120,120,5,0,8,0,0,1), + (12140,3300,1,0,0,-734.956,-5018.11,17.2524,5.56693,120,120,5,0,1,0,0,1), + (12141,10685,1,0,0,1244.47,-4551.34,20.9601,4.2353,200,200,3,0,14,0,0,1), + (12142,6145,1,0,0,249.882,-5201.97,-13.2683,2.87646,120,120,10,0,42,0,0,1), + (12143,3300,1,0,0,-452.442,-4429.01,51.3504,2.99708,120,120,10,0,1,0,0,1), + (12144,5951,1,0,0,198.329,-4231.71,45.0838,4.98869,120,120,5,0,8,0,0,1), + (12145,6145,1,0,0,432.397,-5225.85,-17.8752,1.54137,120,120,10,0,42,0,0,1), + (12146,3300,1,0,0,1046.83,-4103.85,18.2137,3.94088,120,120,5,0,1,0,0,1), + (12147,10685,1,0,0,1252.73,-4543.59,20.8351,1.43647,200,200,3,0,14,0,0,1), + (12148,5951,1,0,0,205.012,-5060.46,13.6258,0.796973,120,120,5,0,8,0,0,1), + (12149,5951,1,0,0,-630.041,-4896.66,30.26,0.805863,120,120,10,0,8,0,0,1), + (12150,3300,1,0,0,1029.39,-4047.15,18.6835,3.76967,120,120,5,0,1,0,0,1), + (12151,5951,1,0,0,304.09,-5070.64,8.58249,5.45599,120,120,5,0,8,0,0,1), + (12152,3300,1,0,0,192.992,-4035.16,46.1641,0.324484,120,120,5,0,1,0,0,1), + (12153,5951,1,0,0,-562.988,-4832.2,35.9989,1.94487,120,120,10,0,8,0,0,1), + (12154,10685,1,0,0,746.692,-4268.77,17.4099,4.66608,200,200,3,0,14,0,0,1), + (12155,3300,1,0,0,903.469,-4994.7,7.56755,0.108174,120,120,10,0,1,0,0,1), + (12156,10685,1,0,0,1264.97,-4220.59,26.6097,1.38081,200,200,5,0,14,0,0,1), + (12157,10685,1,0,0,744.463,-4272.11,17.5349,2.67798,200,200,3,0,14,0,0,1), + (12164,6489,189,0,0,1749.61,1247.4,18.1576,0.051613,3600,3600,0,0,3171,0,0,0), + (12165,3454,1,0,0,-2214.33,-3779.01,130.863,4.74363,180,180,0,0,449,0,0,0), + (12166,3455,1,0,0,-2087.68,-3500.49,130.085,0.335198,180,180,0,0,449,0,0,0), + (12167,3125,1,0,0,284.559,-5082.87,9.10461,5.91688,200,200,10,0,102,0,0,1), + (12168,3100,1,0,0,449.76,-3889.83,23.7893,4.71044,300,300,10,0,156,0,0,1), + (12169,3101,1,0,0,-93.5185,-4294.79,60.9882,3.86485,200,200,0,0,70,79,0,2), + (12170,5891,1,0,0,-3031.36,-720.833,44.8901,3.04866,120,120,0,0,644,0,0,0), + (12171,5890,1,0,0,-871.527,-4305.86,76.0244,6.28066,120,120,5,0,64,0,0,1), + (12172,5890,1,0,0,-2999.83,-727.16,44.9812,6.17854,120,120,20,0,64,0,0,1), + (12173,5890,1,0,0,-3018.78,-687.172,42.187,5.45912,120,120,20,0,64,0,0,1), + (105972,8718,0,0,0,-11891,-3199,-14,0.175,6300,6300,0,0,48832,0,0,0), + (12175,5890,1,0,0,-3039.04,-740.04,43.3674,0.563712,120,120,20,0,64,0,0,1), + (12176,3099,1,0,0,-721.736,-4630.73,39.8793,5.20051,300,300,10,0,120,0,0,1), + (12178,3098,1,0,0,-319.209,-4317.22,54.7874,4.13306,120,120,5,0,42,0,0,1), + (12179,3300,1,0,0,-432.987,-4234.34,53.3792,5.87815,120,120,5,0,1,0,0,1), + (12180,3300,1,0,0,-296.813,-4287.95,61.4483,0.187595,120,120,5,0,1,0,0,1), + (12181,3098,1,0,0,-476.114,-4255.08,46.1353,5.24222,120,120,10,0,42,0,0,1), + (12182,3195,1,0,0,776.376,-4756.83,37.4377,4.89759,300,300,5,0,156,0,0,1), + (12183,3195,1,0,0,823.937,-4747.32,36.0367,3.24997,300,300,0,0,156,0,0,0), + (12184,3199,1,0,0,863.606,-4733.89,34.1155,1.94788,300,300,0,0,178,382,0,0), + (12185,3195,1,0,0,858.907,-4786.1,37.0383,0.450417,300,300,0,0,156,0,0,0), + (12186,3195,1,0,0,828.064,-4766.75,36.8359,0.748984,300,300,0,0,156,0,0,0), + (12187,3195,1,0,0,779.311,-4738.29,38.5627,0.699011,300,300,5,0,156,0,0,1), + (12188,3196,1,0,0,804.402,-4753.21,36.8738,0.407807,300,300,0,0,166,178,0,0), + (12189,3098,1,0,0,-281.01,-4322.8,61.7573,5.29926,120,120,5,0,42,0,0,1), + (12190,3199,1,0,0,877.988,-4745.62,30.4963,4.67472,300,300,0,0,178,382,0,0), + (12191,3126,1,0,0,920.937,-5048.43,4.45522,1.00392,300,300,10,0,137,0,0,1), + (12192,3101,1,0,0,-193.396,-4403.29,68.6726,6.21113,200,200,10,0,70,79,0,1), + (12193,3101,1,0,0,-210.65,-4419.36,64.7843,5.70493,200,200,10,0,70,79,0,1), + (12194,3101,1,0,0,-210.927,-4448.35,68.2828,1.36713,200,200,5,0,70,79,0,1), + (12195,3196,1,0,0,862.303,-4755.56,39.0076,1.88079,300,300,0,0,166,178,0,0), + (12196,3125,1,0,0,-646.478,-4928.2,30.3386,0.305683,200,200,10,0,102,0,0,1), + (12197,3131,1,0,0,948.611,-4182.74,-8.25159,4.02534,300,300,5,0,206,240,0,1), + (12198,3131,1,0,0,947.264,-4206.73,-8.29875,2.17691,300,300,5,0,206,240,0,1), + (12199,3124,1,0,0,-261.13,-4373.69,61.5519,0.317264,200,200,10,0,71,0,0,1), + (12200,3131,1,0,0,945.767,-4112.83,-11.6364,3.24927,300,300,3,0,206,240,0,1), + (12201,3098,1,0,0,-351.906,-4384.64,48.7124,1.36532,120,120,10,0,42,0,0,1), + (12202,3196,1,0,0,880.983,-4705.74,28.8841,3.93944,300,300,0,0,166,178,0,0), + (12203,3098,1,0,0,-320.586,-4354.29,54.8292,3.9594,120,120,10,0,42,0,0,1), + (12204,3199,1,0,0,901.917,-4705.98,23.7635,3.80687,300,300,0,0,178,382,0,0), + (12205,3131,1,0,0,947.709,-4249.95,-6.30324,3.30208,300,300,5,0,206,240,0,1), + (12206,3131,1,0,0,971.703,-4229,-8.27848,3.7697,300,300,5,0,206,240,0,1), + (12207,3098,1,0,0,-414.888,-4341.82,43.1272,2.55533,120,120,5,0,42,0,0,1), + (12208,3098,1,0,0,-389.932,-4374.94,40.1369,1.75657,120,120,0,0,42,0,0,0), + (12209,5822,1,0,0,1492.44,-4753.37,21.1028,4.04916,14400,14400,0,0,624,307,0,0), + (12210,3131,1,0,0,957.349,-4269.43,-8.19251,2.86512,300,300,5,0,206,240,0,1), + (12211,3098,1,0,0,-448.447,-4240.06,51.5052,1.43251,120,120,10,0,42,0,0,1), + (12212,3098,1,0,0,-420.524,-4319.37,44.686,3.76086,120,120,10,0,42,0,0,1), + (12213,3098,1,0,0,-420.536,-4246.93,50.6249,3.34924,120,120,5,0,42,0,0,1), + (12214,3131,1,0,0,950.408,-4151.12,-9.04927,0.658552,300,300,5,0,206,240,0,1), + (12215,3130,1,0,0,870.653,-4037.13,-13.2415,4.64142,300,300,3,0,179,220,0,1), + (12216,3131,1,0,0,955.581,-4086.62,-11.3931,1.40597,300,300,3,0,206,240,0,1), + (12217,3131,1,0,0,917.586,-4018.24,-13.5464,1.96244,300,300,3,0,206,240,0,1), + (12218,5824,1,0,0,-94.3403,-4010.99,62.5894,0.418879,14400,14400,0,0,666,0,0,0), + (12219,3131,1,0,0,978.62,-4052.36,-12.9618,1.05231,300,300,3,0,206,240,0,1), + (12220,3130,1,0,0,776.012,-4032.4,-6.29539,2.12497,300,300,5,0,179,220,0,1), + (12221,5951,1,0,0,-588.684,-4387.13,43.235,0.542422,120,120,5,0,8,0,0,1), + (12222,3130,1,0,0,817.613,-4057.75,-12.9741,5.25093,300,300,5,0,179,220,0,1), + (12223,3131,1,0,0,930.449,-4043.55,-13.3189,0.414402,300,300,3,0,206,240,0,1), + (12224,3123,1,0,0,1056.48,-4187.47,20.9068,2.95353,300,300,10,0,156,0,0,1), + (12225,3130,1,0,0,745.847,-4029.78,-6.55799,2.38135,300,300,5,0,179,220,0,1), + (12226,3130,1,0,0,704.714,-4029.92,-6.47961,0.060297,300,300,5,0,179,220,0,1), + (12227,3116,1,0,0,742.712,-4485.95,39.666,5.31496,300,300,5,0,137,0,0,1), + (12228,3130,1,0,0,723.438,-4030.15,-6.24065,4.61115,300,300,5,0,179,220,0,1), + (12229,5951,1,0,0,395.378,-3991.95,31.7945,3.5047,120,120,5,0,8,0,0,1), + (12230,3110,1,0,0,499.038,-3779.24,17.1513,0.013957,300,300,10,0,176,0,0,1), + (12231,3115,1,0,0,644.679,-4509.12,29.0872,2.24459,300,300,0,0,137,0,0,0), + (12232,3130,1,0,0,803.238,-4035.98,-11.3491,3.68179,300,300,3,0,179,220,0,1), + (12233,3118,1,0,0,988.622,-4670.71,27.0107,3.62704,300,300,5,0,186,191,0,1), + (12237,3227,1,0,0,692.011,-4274.71,17.3082,6.18934,300,300,5,0,198,0,0,1), + (12238,3115,1,0,0,748.51,-4387.57,19.2612,4.1323,300,300,10,0,137,0,0,1), + (12239,3116,1,0,0,746.422,-4454.22,15.7935,5.06903,300,300,5,0,137,0,0,1), + (12240,3116,1,0,0,743.619,-4421.42,19.2064,1.54129,300,300,5,0,137,0,0,1), + (12241,3116,1,0,0,736.727,-4435.51,18.4716,5.88955,300,300,5,0,137,0,0,1), + (12242,3116,1,0,0,730.406,-4471.12,15.7607,4.34448,300,300,5,0,137,0,0,1), + (12243,3115,1,0,0,678.607,-4510.79,14.9557,2.71529,300,300,5,0,137,0,0,1), + (12244,3115,1,0,0,716.682,-4353.27,18.8379,4.46779,300,300,10,0,137,0,0,1), + (12245,3115,1,0,0,669.175,-4535.78,8.95567,4.59208,300,300,5,0,137,0,0,1), + (12246,3115,1,0,0,697.126,-4505.01,13.0807,2.91775,300,300,5,0,137,0,0,1), + (12247,3115,1,0,0,711.49,-4486.62,15.6357,3.22314,300,300,5,0,137,0,0,1), + (12248,3227,1,0,0,1107.78,-4065.56,14.6708,0.796682,300,300,10,0,198,0,0,1), + (12249,3118,1,0,0,1020.36,-4823.5,15.9218,2.51941,300,300,3,0,186,191,0,1), + (12250,3118,1,0,0,1046.03,-4778.52,14.0468,6.05371,300,300,5,0,186,191,0,1), + (12251,3117,1,0,0,945.736,-4820.83,16.8331,3.90105,300,300,3,0,176,0,0,1), + (12252,3118,1,0,0,1053.67,-4712.36,16.1625,5.47776,300,300,5,0,186,191,0,1), + (12253,3118,1,0,0,1103.62,-4698.06,17.3793,2.96546,300,300,3,0,186,191,0,1), + (12254,3117,1,0,0,1055.75,-4751.77,16.2219,4.43359,300,300,5,0,176,0,0,1), + (12255,3117,1,0,0,977.91,-4819.45,17.3065,3.53275,300,300,3,0,176,0,0,1), + (12256,3117,1,0,0,1076.21,-4718.31,13.8847,1.65542,300,300,5,0,176,0,0,1), + (12257,3118,1,0,0,1131.94,-4673.4,17.7543,2.27283,300,300,3,0,186,191,0,1), + (12258,3117,1,0,0,925.645,-4810.8,14.9581,6.14487,300,300,5,0,176,0,0,1), + (12259,3100,1,0,0,620.225,-4003.89,5.77349,1.21853,300,300,5,0,156,0,0,1), + (12260,5808,1,0,0,-918.928,-4494.03,29.6457,3.01942,14400,14400,0,0,176,0,0,0), + (12261,3117,1,0,0,844.778,-4821.34,11.3737,3.90942,300,300,5,0,176,0,0,1), + (12262,3098,1,0,0,-509.872,-4377.28,45.7495,3.56854,120,120,5,0,42,0,0,1), + (12263,3281,1,0,0,-547.335,-4103.85,70.0987,6.07659,200,200,0,0,86,0,0,0), + (12264,3125,1,0,0,-121.162,-4709.15,28.195,0.263307,200,200,5,0,102,0,0,1), + (12265,3099,1,0,0,-191.507,-4670.98,33.6052,3.12011,300,300,10,0,120,0,0,1), + (12266,3128,1,0,0,-128.271,-4958.23,20.2083,4.00808,200,200,10,0,101,220,0,1), + (12267,3129,1,0,0,-78.0601,-5110.51,17.0959,0.738431,300,300,10,0,125,220,0,1), + (12275,3129,1,0,0,-120.032,-5131.44,21.6015,5.32546,300,300,5,0,125,220,0,1), + (12276,3129,1,0,0,-146.828,-5106.02,21.3111,5.58744,300,300,10,0,125,220,0,1), + (12277,3125,1,0,0,65.0834,-5017.19,10.4039,3.16893,200,200,5,0,102,0,0,1), + (12278,3118,1,0,0,1137.51,-4689.39,18.0381,3.0203,300,300,3,0,186,191,0,1), + (12279,3117,1,0,0,1008.14,-4812.83,16.3155,2.89725,300,300,3,0,176,0,0,1), + (12280,3117,1,0,0,826.808,-4813.78,11.2454,1.93247,300,300,5,0,176,0,0,1), + (12281,3117,1,0,0,1036.55,-4801.56,13.5467,2.01694,300,300,5,0,176,0,0,1), + (12282,3115,1,0,0,836.883,-4604.06,4.14846,3.06609,300,300,5,0,137,0,0,1), + (12283,3118,1,0,0,1096.48,-4676.93,16.547,5.19715,300,300,3,0,186,191,0,1), + (12284,3116,1,0,0,846.324,-4677.83,10.7134,1.21235,300,300,10,0,137,0,0,1), + (12285,3126,1,0,0,212.425,-4081.03,44.7797,2.6535,300,300,5,0,137,0,0,1), + (12286,3102,1,0,0,-101.987,-4304.45,62.3086,3.38476,200,200,3,0,72,0,0,1), + (12287,3126,1,0,0,123.5,-4057.29,49.4281,2.25814,300,300,10,0,137,0,0,1), + (12288,3128,1,0,0,-209.532,-4982.4,21.5041,0.752623,200,200,5,0,101,220,0,1), + (12289,3110,1,0,0,-348.614,-3888.38,16.8497,5.1935,300,300,10,0,176,0,0,1), + (12290,3101,1,0,0,-88.303,-4285.01,62.0652,4.09696,200,200,3,0,70,79,0,1), + (12291,3128,1,0,0,-255.313,-5010.76,22.1318,2.83695,200,200,0,0,101,220,0,0), + (12292,3128,1,0,0,-87.4879,-4920.75,18.605,0.759671,200,200,5,0,101,220,0,1), + (12293,3128,1,0,0,-259.423,-5018.76,22.1559,2.13929,200,200,0,0,101,220,0,0), + (12294,3129,1,0,0,-178.005,-5108.49,22.1404,3.964,300,300,0,0,125,220,0,0), + (12295,3129,1,0,0,-191.936,-5113.18,22.104,1.83978,300,300,0,0,125,220,0,0), + (12296,3129,1,0,0,-149.138,-5035.27,21.9753,1.76718,300,300,0,0,125,220,0,0), + (12297,3126,1,0,0,446.878,-4518.25,51.6458,2.99251,300,300,5,0,137,0,0,1), + (12298,3129,1,0,0,-141.465,-5003.08,22.1861,4.44902,300,300,5,0,125,220,0,1), + (12299,3113,1,0,0,495.607,-4170.69,25.7837,5.75703,300,300,5,0,148,165,0,1), + (12300,3129,1,0,0,-151.218,-5087.12,21.4715,4.39797,300,300,10,0,125,220,0,1), + (12301,3113,1,0,0,483.502,-4148.08,24.8225,6.03896,300,300,5,0,148,165,0,1), + (12302,3129,1,0,0,-87.9146,-5018.34,16.5591,3.86208,300,300,10,0,125,220,0,1), + (12303,3183,1,0,0,-58.1846,-4220.64,62.3418,4.98307,200,200,0,0,98,138,0,0), + (12304,3128,1,0,0,-119.671,-4988.08,19.4948,4.19106,200,200,10,0,101,220,0,1), + (12305,3111,1,0,0,82.9627,-4643.34,37.4577,0.69553,300,300,5,0,120,0,0,1), + (12306,3112,1,0,0,70.3385,-4597.89,52.774,6.1741,300,300,5,0,137,0,0,1), + (12307,3112,1,0,0,76.3949,-4578.71,56.6506,0.64357,300,300,5,0,137,0,0,1), + (12308,3128,1,0,0,-192.284,-4996.99,22.5548,0.237846,200,200,0,0,101,220,0,0), + (12309,3112,1,0,0,92.4038,-4572.77,56.7136,1.49199,300,300,5,0,137,0,0,1), + (12310,3300,1,0,0,101.863,-4664.55,33.3511,4.62611,120,120,5,0,1,0,0,1), + (12311,3111,1,0,0,78.5015,-4623.69,44.1086,5.08336,300,300,5,0,120,0,0,1), + (12312,3099,1,0,0,-61.8657,-4828.86,22.8456,1.96017,300,300,5,0,120,0,0,1), + (12313,3111,1,0,0,89.8585,-4548.56,56.8221,5.77515,300,300,5,0,120,0,0,1), + (12314,3112,1,0,0,77.7998,-4562.97,55.3221,0.793935,300,300,5,0,137,0,0,1), + (12315,3111,1,0,0,85.4167,-4543.75,58.0721,0.172791,300,300,5,0,120,0,0,1), + (12316,3112,1,0,0,124.53,-4582.72,63.7189,0.157053,300,300,5,0,137,0,0,1), + (12317,3112,1,0,0,121.581,-4477.19,37.9417,0.57122,300,300,5,0,137,0,0,1), + (12318,3111,1,0,0,110.593,-4572.87,58.2189,3.74363,300,300,5,0,120,0,0,1), + (12319,3125,1,0,0,19.2551,-4813.54,23.2508,2.94343,200,200,5,0,102,0,0,1), + (12320,3112,1,0,0,52.693,-4613.99,46.7336,0.742624,300,300,5,0,137,0,0,1), + (12321,3125,1,0,0,-706.37,-5014.12,17.3949,3.1391,200,200,10,0,102,0,0,1), + (12322,5823,1,0,0,7.38613,-3980.17,51.9434,0.606317,14400,14400,0,0,222,0,0,0), + (12323,3113,1,0,0,406.918,-4288.94,30.3293,2.10131,300,300,5,0,148,165,0,1), + (12324,3113,1,0,0,380.849,-4282.82,25.978,2.69221,300,300,10,0,148,165,0,1), + (12325,6466,1,0,0,1637.52,-4438.05,15.4898,2.07694,300,300,0,0,236,0,0,0), + (12326,3113,1,0,0,413.141,-4243.35,27.0356,2.38263,300,300,3,0,148,165,0,1), + (12327,3100,1,0,0,1353.44,-4616.96,26.4937,2.70591,300,300,5,0,156,0,0,1), + (12328,3114,1,0,0,427.358,-4215.38,24.5284,3.59049,300,300,3,0,176,0,0,1), + (12329,3300,1,0,0,298.04,-4268.98,31.1493,4.05979,120,120,5,0,1,0,0,1), + (12330,3113,1,0,0,424.512,-4228.85,25.1545,1.2222,300,300,3,0,148,165,0,1), + (12331,3128,1,0,0,-243.801,-4996.51,21.3111,4.89723,200,200,0,0,101,220,0,0), + (12332,3114,1,0,0,348.268,-4282.86,23.7379,3.7854,300,300,10,0,176,0,0,1), + (12333,3114,1,0,0,380.718,-4248.74,24.6459,2.59745,300,300,5,0,176,0,0,1), + (12334,3125,1,0,0,286.425,-4947.95,22.0564,0.37362,200,200,5,0,102,0,0,1), + (12335,3100,1,0,0,1015.87,-5012.18,13.9331,3.43277,300,300,5,0,156,0,0,1), + (12336,3129,1,0,0,-252.393,-5118.68,42.6406,4.48888,300,300,0,0,125,220,0,0), + (12337,3099,1,0,0,33.6282,-4164.96,67.9828,3.89937,300,300,5,0,120,0,0,1), + (12338,3128,1,0,0,-208.333,-5025,21.7622,4.82745,200,200,10,0,101,220,0,1), + (12339,3099,1,0,0,88.5582,-4780.85,20.1313,0.058641,300,300,5,0,120,0,0,1), + (12340,3100,1,0,0,1176.96,-4412.65,21.6106,3.62086,300,300,5,0,156,0,0,1), + (12341,3129,1,0,0,-252.959,-5104.31,41.3467,1.31538,300,300,3,0,125,220,0,1), + (12342,3128,1,0,0,-7.65502,-4982.83,13.485,5.8889,200,200,10,0,101,220,0,1), + (12343,3119,1,0,0,-1005.58,-4766.97,12.6655,1.1689,300,300,10,0,119,0,0,1), + (12344,3119,1,0,0,-1054.21,-4745.53,16.6612,5.2394,300,300,10,0,119,0,0,1), + (12345,3300,1,0,0,-409.7,-4823.61,37.2846,5.9135,120,120,10,0,1,0,0,1), + (12346,3129,1,0,0,17.5113,-4951.48,14.3885,4.69752,300,300,10,0,125,220,0,1), + (12347,3128,1,0,0,-18.868,-4917.26,16.7475,2.3986,200,200,5,0,101,220,0,1), + (12348,3128,1,0,0,-48.0292,-5080.86,10.2239,0.825444,200,200,10,0,101,220,0,1), + (12349,3128,1,0,0,-193.487,-5039.54,21.1663,3.41265,200,200,10,0,101,220,0,1), + (12350,3128,1,0,0,-47.2603,-5019.83,13.3476,5.72347,200,200,10,0,101,220,0,1), + (12351,3100,1,0,0,1018.98,-4285.32,21.7484,5.56984,300,300,5,0,156,0,0,1), + (12352,3121,1,0,0,-1286.12,-5415.65,5.032,2.31512,300,300,5,0,137,0,0,1), + (12353,3123,1,0,0,1333.96,-4814.29,24.4838,5.58094,300,300,5,0,156,0,0,1), + (12354,3128,1,0,0,-85.9882,-5052.96,16.3209,6.20669,200,200,10,0,101,220,0,1), + (12355,3127,1,0,0,1256.58,-4793.38,20.5,0.849024,300,300,10,0,176,0,0,1), + (12356,3100,1,0,0,548.732,-3881.98,20.2963,4.56939,300,300,10,0,156,0,0,1), + (12357,3206,1,0,0,-1243.89,-5513.5,9.4805,0.94187,300,300,0,0,148,165,0,0), + (12358,3206,1,0,0,-1253.65,-5534.9,5.25236,5.29332,300,300,0,0,148,165,0,0), + (12359,3127,1,0,0,1270.69,-4917.01,9.88924,6.2324,300,300,10,0,176,0,0,1), + (12360,3123,1,0,0,502.811,-3867.73,19.9907,5.93425,300,300,10,0,156,0,0,1), + (12361,3206,1,0,0,-1270.25,-5516.54,4.98094,4.35964,300,300,0,0,148,165,0,0), + (12362,3128,1,0,0,-269.669,-5126.73,24.3418,1.4915,200,200,5,0,101,220,0,1), + (12363,3123,1,0,0,430.074,-3899.37,25.4312,2.96873,300,300,10,0,156,0,0,1), + (12364,3128,1,0,0,-218.587,-5056.1,21.2766,3.38166,200,200,5,0,101,220,0,1), + (12365,3123,1,0,0,1120.63,-4034.2,14.3587,4.55944,300,300,10,0,156,0,0,1), + (12366,3129,1,0,0,-242.582,-5112.19,25.2439,3.82558,300,300,2,0,125,220,0,1), + (12367,3207,1,0,0,-1134.72,-5544.55,10.623,4.16657,300,300,0,0,150,165,0,0), + (12368,3127,1,0,0,1185.49,-4016.61,16.5608,-2.05866,300,300,10,0,176,0,0,1), + (12369,3100,1,0,0,1182.31,-4325.72,21.4531,0.180981,300,300,10,0,156,0,0,1), + (12370,3127,1,0,0,1191.04,-4591.65,18.4584,1.81341,300,300,10,0,176,0,0,1), + (12371,3127,1,0,0,1382.05,-4917.68,7.82264,4.59099,300,300,10,0,176,0,0,1), + (12372,3300,1,0,0,1206.22,-4340.18,21.3167,1.542,120,120,5,0,1,0,0,1), + (12373,3100,1,0,0,1153.37,-4349.22,26.3771,6.25784,300,300,0,0,156,0,0,0), + (12374,3207,1,0,0,-1141.04,-5542.15,7.372,0.599164,300,300,0,0,150,165,0,0), + (12375,3192,1,0,0,-245.52,-5119.95,42.6406,5.88537,300,300,2,0,156,0,0,1), + (12376,3125,1,0,0,250.882,-4982.37,19.254,0.367454,200,200,10,0,102,0,0,1), + (12377,3207,1,0,0,-1125.52,-5573.58,9.90778,5.45052,300,300,0,0,150,165,0,0), + (12378,3207,1,0,0,-1144.54,-5566.72,9.90789,1.19876,300,300,0,0,150,165,0,0), + (12379,3100,1,0,0,1222.19,-4367.85,28.1284,5.0174,300,300,5,0,156,0,0,1), + (12380,3206,1,0,0,-1135.93,-5585.65,10.5047,4.90739,300,300,0,0,148,165,0,0), + (12381,3100,1,0,0,1119.3,-4317.4,24.9811,5.56757,300,300,5,0,156,0,0,1), + (12382,3207,1,0,0,-1136.2,-5563.91,9.90795,1.54613,300,300,0,0,150,165,0,0), + (12383,3106,1,0,0,-657.209,-5185.14,-2.7149,0.11152,200,200,10,0,102,0,0,1), + (12384,5826,1,0,0,424.321,-4245.13,26.3462,1.74533,14400,14400,0,0,166,178,0,0), + (12385,3098,1,0,0,-479.686,-4280.64,43.8398,6.08916,120,120,5,0,42,0,0,1), + (12386,3127,1,0,0,1149.78,-4282.23,21.1547,0.960805,300,300,10,0,176,0,0,1), + (12387,3300,1,0,0,1198.32,-4202.5,24.9285,3.9111,120,120,5,0,1,0,0,1), + (12388,3098,1,0,0,-456.403,-4280.85,41.6329,2.91952,120,120,5,0,42,0,0,1), + (12389,3103,1,0,0,-555.171,-5250.68,-13.7383,4.22691,300,300,10,0,120,0,0,1), + (12390,3128,1,0,0,-269.383,-5102.15,25.2449,0.50976,200,200,2,0,101,220,0,1), + (12391,3098,1,0,0,-447.311,-4355.99,46.1737,4.66552,120,120,5,0,42,0,0,1), + (12392,3129,1,0,0,-253.491,-5052.29,21.317,1.24354,300,300,5,0,125,220,0,1), + (12393,3098,1,0,0,-488.73,-4352.5,40.1998,3.52405,120,120,10,0,42,0,0,1), + (12394,3098,1,0,0,-514.337,-4344.96,38.308,1.7611,120,120,10,0,42,0,0,1), + (12395,3227,1,0,0,1154.61,-4016.37,16.6161,4.09702,300,300,10,0,198,0,0,1), + (12397,3125,1,0,0,-747.245,-4649.64,41.1089,1.13075,200,200,5,0,102,0,0,1), + (12398,3105,1,0,0,1079.11,-5149.71,-9.53212,3.30547,300,300,5,0,156,0,0,1), + (12399,3125,1,0,0,-781.648,-4611.14,45.3457,1.09142,200,200,10,0,102,0,0,1), + (12400,3125,1,0,0,-138.576,-4819.18,23.9827,2.97676,200,200,5,0,102,0,0,1), + (12402,15214,1,0,0,1311.11,-4664.86,55.7475,1.42664,120,120,5,0,25,0,0,1), + (12405,3106,1,0,0,69.8332,-5423.17,-28.5528,5.94042,200,200,10,0,102,0,0,1), + (12406,3125,1,0,0,-79.0009,-4787.46,24.0587,1.52928,200,200,5,0,102,0,0,1), + (12407,3125,1,0,0,80.1492,-4814.94,18.7142,1.11149,200,200,5,0,102,0,0,1), + (12408,3226,1,0,0,1310.66,-4679.15,21.7369,4.88692,300,300,0,0,198,0,0,0), + (12409,3125,1,0,0,-677.986,-4930.12,25.1055,5.28631,200,200,10,0,102,0,0,1), + (12596,7319,1,0,0,10950.3,1397.79,1311.63,2.32941,300,300,5,0,275,249,0,1), + (12601,2555,0,0,0,-1664.53,-3256.47,25.7662,3.2538,400,400,5,0,1021,963,0,1), + (12602,3122,1,0,0,-1104.86,-5148.86,1.4629,5.63553,300,300,5,0,120,0,0,1), + (12604,14849,0,0,0,-9581.36,59.2771,61.5242,0.308834,180,180,0,0,1240,0,0,0), + (12783,6491,0,0,0,-10602.4,293.623,31.7491,3.09761,25,25,0,0,7680,0,0,0), + (12836,3106,1,0,0,415.779,-5213.34,-15.7766,1.62749,200,200,10,0,102,0,0,1), + (12893,580,0,0,0,-8926.91,-1979.36,140.028,0.488692,300,300,0,0,494,0,0,0), + (12895,2554,0,0,0,-1661.81,-3270.73,24.7963,3.91391,400,400,5,0,1163,0,0,1), + (12896,2589,0,0,0,-741.614,-2022.72,34.7894,1.70838,400,400,0,0,1107,0,0,0), + (12897,2554,0,0,0,-1687.13,-3254.36,25.2944,5.39852,400,400,5,0,1163,0,0,1), + (12898,2554,0,0,0,-1614.1,-3274.43,27.3162,1.74574,400,400,5,0,1163,0,0,1), + (12899,2589,0,0,0,-823.448,-1983.53,34.1597,1.80913,400,400,5,0,1107,0,0,1), + (12900,2587,0,0,0,-812.596,-2028.35,34.4026,4.55558,400,400,5,0,1163,0,0,2), + (12901,2555,0,0,0,-1787.69,-3215.57,36.2624,3.53162,400,400,5,0,1021,963,0,1), + (12902,2554,0,0,0,-1755.54,-3215.57,30.3793,0.774067,400,400,5,0,1163,0,0,2), + (12903,2556,0,0,0,-1895.61,-3341.38,62.2845,1.62793,400,400,5,0,1279,0,0,1), + (12904,2586,0,0,0,-848.401,-1981.73,35.9706,1.36644,400,400,5,0,1050,0,0,1), + (12905,2592,0,0,0,-1487.69,-2223.82,24.2419,3.60654,400,400,5,0,1604,0,0,1), + (12906,2589,0,0,0,-875.226,-2022.61,34.5165,4.38252,400,400,5,0,1107,0,0,1), + (12907,2587,0,0,0,-882.812,-2041.15,34.0576,3.11816,400,400,5,0,1163,0,0,1), + (12908,2555,0,0,0,-1856.33,-3252.49,44.0941,1.37404,400,400,5,0,1021,963,0,1), + (12909,2587,0,0,0,-882.22,-2022.57,34.4813,4.63799,400,400,5,0,1163,0,0,1), + (12910,2586,0,0,0,-888.559,-2073.09,35.1964,2.04763,400,400,5,0,1050,0,0,1), + (12911,2589,0,0,0,-882.541,-2028.72,34.4464,1.71346,400,400,5,0,1107,0,0,1), + (12912,2586,0,0,0,-871.817,-2083.12,35.0714,6.0909,400,400,5,0,1050,0,0,1), + (12913,3106,1,0,0,145.836,-5349.61,-10.6658,4.35319,200,200,10,0,102,0,0,1), + (12914,3125,1,0,0,-554.579,-4777.85,36.107,5.90087,200,200,10,0,102,0,0,1), + (12915,3106,1,0,0,282.905,-5152.91,0.894415,0.982643,200,200,10,0,102,0,0,1), + (12916,3100,1,0,0,283.734,-3812.65,26.2332,1.33498,300,300,5,0,156,0,0,1), + (12917,3119,1,0,0,-999.198,-4554.26,25.6802,3.42161,300,300,3,0,119,0,0,1), + (12918,3100,1,0,0,1252.83,-4850.85,17.2145,0.044936,300,300,10,0,156,0,0,1), + (12919,3106,1,0,0,-396.503,-5279.09,-11.1467,3.38603,200,200,10,0,102,0,0,1), + (12920,3119,1,0,0,-984.816,-4503.66,26.8016,2.35067,300,300,3,0,119,0,0,1), + (12921,3119,1,0,0,-984.496,-4614.14,25.4188,2.44212,300,300,10,0,119,0,0,1), + (12925,15214,1,0,0,1268.49,-4898.24,54.97,1.26268,120,120,5,0,25,0,0,1), + (12926,3120,1,0,0,-956.766,-4504.15,26.2437,3.67364,300,300,5,0,130,138,0,1), + (12927,3104,1,0,0,-648.596,-5211.55,-9.31795,5.54616,300,300,10,0,120,0,0,1), + (12928,3106,1,0,0,-206.62,-5343.49,-8.28776,3.5047,200,200,10,0,102,0,0,1), + (12929,3125,1,0,0,132.915,-4918.65,12.9131,0.240713,200,200,5,0,102,0,0,1), + (12930,3122,1,0,0,151.262,-4162.34,49.6573,0.283403,300,300,10,0,120,0,0,1), + (12931,3104,1,0,0,-1175.52,-5189.02,-7.37558,4.27219,300,300,10,0,120,0,0,1), + (12932,3119,1,0,0,-964.186,-4481.59,25.8882,1.91045,300,300,3,0,119,0,0,1), + (12933,3116,1,0,0,1121,-4544.22,18.1416,1.65747,300,300,10,0,137,0,0,1), + (12934,3115,1,0,0,661.947,-4599.93,-0.391483,1.62726,300,300,5,0,137,0,0,1), + (12935,3117,1,0,0,880.661,-4815.5,14.807,2.80792,300,300,3,0,176,0,0,1), + (12936,3118,1,0,0,953.471,-4771.75,23.5511,2.39116,300,300,5,0,186,191,0,1), + (12937,3117,1,0,0,935.446,-4781.74,21.9261,1.02392,300,300,5,0,176,0,0,1), + (12938,3117,1,0,0,1072.86,-4681.6,13.8102,0.597732,300,300,5,0,176,0,0,1), + (12939,3116,1,0,0,866.723,-4633.01,13.9123,1.309,300,300,0,0,137,0,0,0), + (12940,3104,1,0,0,-861.486,-5146.85,-6.32345,2.57907,300,300,10,0,120,0,0,1), + (12941,3106,1,0,0,-1115.69,-4787.79,2.79105,5.54892,200,200,10,0,102,0,0,1), + (12942,3119,1,0,0,-1083.06,-4716.26,15.5697,0.097727,300,300,10,0,119,0,0,1), + (12943,3099,1,0,0,-176.27,-4848.81,21.6146,3.59203,300,300,5,0,120,0,0,1), + (12944,3106,1,0,0,-1118.72,-4748.75,1.60479,2.88565,200,200,10,0,102,0,0,1), + (12945,3106,1,0,0,-1151.48,-4718.65,-7.07198,3.81715,200,200,10,0,102,0,0,1), + (12946,3106,1,0,0,263.487,-5184.92,-8.68706,5.76622,200,200,10,0,102,0,0,1), + (12947,3125,1,0,0,-17.9669,-4769.81,25.2121,3.4207,200,200,5,0,102,0,0,1), + (12948,3106,1,0,0,-1117.79,-4813.51,-0.318909,1.95517,200,200,10,0,102,0,0,1), + (12949,3103,1,0,0,-1256.84,-5110.69,-2.76829,5.13803,300,300,10,0,120,0,0,1), + (12950,3106,1,0,0,-1121.4,-4723.77,0.891993,5.32343,200,200,10,0,102,0,0,1), + (12951,3196,1,0,0,848.081,-4771.15,37.3687,0.915698,300,300,0,0,166,178,0,0), + (12952,3098,1,0,0,-487.311,-4213.77,50.1885,2.7969,120,120,5,0,42,0,0,1), + (12953,3103,1,0,0,-1184.38,-4748.11,-8.84738,2.54383,300,300,10,0,120,0,0,1), + (12954,16109,0,0,0,1696.74,189.555,-62.1733,2.1594,25,25,0,0,53,0,0,0), + (12955,3104,1,0,0,-1112.06,-4874.9,-11.5298,1.0904,300,300,10,0,120,0,0,1), + (12956,3196,1,0,0,861.024,-4715.78,32.4921,2.41886,300,300,0,0,166,178,0,0), + (12957,3106,1,0,0,-1153.62,-4687.12,-5.44698,3.83381,200,200,10,0,102,0,0,1), + (12958,3106,1,0,0,-1009.4,-4890.24,1.63781,0.477747,200,200,10,0,102,0,0,1), + (12959,3104,1,0,0,-714.954,-5151.59,-2.91735,4.68708,300,300,10,0,120,0,0,1), + (12960,3098,1,0,0,-516.59,-4286.81,40.0634,5.20659,120,120,10,0,42,0,0,1), + (12961,3106,1,0,0,-1021.34,-4915.17,-3.78212,5.97744,200,200,10,0,102,0,0,1), + (12962,3106,1,0,0,-1150.91,-4852.97,-9.56159,4.63622,200,200,10,0,102,0,0,1), + (12963,3103,1,0,0,14.311,-5219.2,-13.0752,6.03824,300,300,10,0,120,0,0,1), + (12964,3115,1,0,0,923.345,-4614.37,18.1378,4.06662,300,300,0,0,137,0,0,0), + (12965,3098,1,0,0,-486.307,-4314.94,43.5488,3.98066,120,120,5,0,42,0,0,1), + (12966,3098,1,0,0,-449.98,-4314.05,45.8115,0.31945,120,120,10,0,42,0,0,1), + (12968,3125,1,0,0,249.331,-4915.08,20.4446,1.65686,200,200,10,0,102,0,0,1), + (12969,3125,1,0,0,41.419,-4856.5,18.8172,0.117801,200,200,5,0,102,0,0,1), + (12970,3125,1,0,0,-815.818,-4781.79,23.1941,3.73485,200,200,5,0,102,0,0,1), + (12971,3106,1,0,0,-1073.27,-4881.63,-3.47997,5.45913,200,200,10,0,102,0,0,1), + (12972,3099,1,0,0,181.171,-4787.45,14.7097,4.91619,300,300,5,0,120,0,0,1), + (12973,3098,1,0,0,-385.317,-4351.71,41.3647,2.38644,120,120,5,0,42,0,0,1), + (12974,3098,1,0,0,-412.563,-4382.79,39.2734,4.54908,120,120,5,0,42,0,0,1), + (12975,3106,1,0,0,-980.695,-4951.13,2.18266,3.89823,200,200,10,0,102,0,0,1), + (12976,3098,1,0,0,-414.492,-4277.36,42.9012,0.83101,120,120,5,0,42,0,0,1), + (12977,3125,1,0,0,-451.499,-4820.5,38.2678,4.0887,200,200,10,0,102,0,0,1), + (12978,3103,1,0,0,-1183.86,-4680.59,-10.2516,1.93137,300,300,10,0,120,0,0,1), + (12979,3103,1,0,0,-1012.46,-4994.26,-6.20651,5.09201,300,300,10,0,120,0,0,1), + (12980,3125,1,0,0,-1021.26,-4858.54,10.0914,4.92695,200,200,10,0,102,0,0,1), + (12981,3106,1,0,0,-985.224,-4987.36,-0.373544,2.40863,200,200,10,0,102,0,0,1), + (12982,3099,1,0,0,121.255,-4722.92,20.2642,0.626107,300,300,10,0,120,0,0,1), + (12983,3106,1,0,0,-943.098,-4986.07,6.46365,1.3696,200,200,10,0,102,0,0,1), + (12984,3099,1,0,0,-945.482,-4698.85,22.708,3.05169,300,300,10,0,120,0,0,1), + (12985,3124,1,0,0,-320.45,-4153.63,53.2861,0.893706,200,200,10,0,71,0,0,1), + (12986,6145,1,0,0,142.716,-5281.61,-9.99255,0.422947,120,120,10,0,42,0,0,1), + (12987,3124,1,0,0,-350.135,-4113.14,50.8045,0.226893,200,200,10,0,71,0,0,1), + (12988,3125,1,0,0,208.736,-4882.42,14.6597,6.22455,200,200,10,0,102,0,0,1), + (12989,3106,1,0,0,82.8563,-5284.09,-21.841,4.65565,200,200,10,0,102,0,0,1), + (12990,3121,1,0,0,-1012.25,-5144.59,2.50305,5.90115,300,300,5,0,137,0,0,1), + (12991,3122,1,0,0,-945.296,-5210.26,2.34282,5.01002,300,300,5,0,120,0,0,1), + (12992,3121,1,0,0,-1092.71,-5170.71,1.18827,2.76661,300,300,5,0,137,0,0,1), + (12993,3099,1,0,0,-397.917,-4812.84,37.283,1.5708,300,300,10,0,120,0,0,1), + (12994,3121,1,0,0,-1177.98,-5114.76,3.25374,0.668331,300,300,5,0,137,0,0,1), + (12995,3121,1,0,0,-1127.64,-5126.02,3.52817,0.390639,300,300,10,0,137,0,0,1), + (12996,3121,1,0,0,-1319.94,-5180,1.356,3.81678,300,300,5,0,137,0,0,1), + (12997,3122,1,0,0,-1148.28,-5102.96,4.25242,3.70393,300,300,5,0,120,0,0,1), + (12998,3129,1,0,0,-230.775,-5123.68,42.5604,4.53786,300,300,0,0,125,220,0,2), + (12999,3106,1,0,0,88.5314,-5352.77,-12.5145,5.77773,200,200,10,0,102,0,0,1), + (13000,3129,1,0,0,-191.896,-5092.67,22.1366,1.48353,300,300,0,0,125,220,0,0), + (13001,3205,1,0,0,-1286.96,-5534.33,15.202,2.68693,300,300,5,0,186,191,0,2), + (13002,3125,1,0,0,-327.766,-4760.08,36.7095,6.08023,200,200,5,0,102,0,0,1), + (13003,3122,1,0,0,-1349.64,-5127.29,2.48994,4.06915,300,300,10,0,120,0,0,1), + (13004,3106,1,0,0,-1015.59,-4946.77,-4.43157,2.16484,200,200,10,0,102,0,0,1), + (13005,3103,1,0,0,151.385,-5280.08,-10.2197,1.57372,300,300,10,0,120,0,0,1), + (13006,3121,1,0,0,-1350.45,-5215.19,3.8588,2.02042,300,300,5,0,137,0,0,1), + (13007,3207,1,0,0,-1317.58,-5520.55,4.22827,4.96224,300,300,5,0,150,165,0,1), + (13008,3121,1,0,0,-1384.28,-5185.67,2.32902,3.91514,300,300,10,0,137,0,0,1), + (13009,3106,1,0,0,80.2951,-5152.26,-1.02294,3.57418,200,200,10,0,102,0,0,1), + (13010,3121,1,0,0,-1411.09,-5210.54,4.25019,1.26129,300,300,5,0,137,0,0,1), + (13011,3106,1,0,0,-1082.13,-4850.85,3.17436,6.10263,200,200,10,0,102,0,0,1), + (13012,3121,1,0,0,-1413.26,-5152.44,2.84778,6.11791,300,300,5,0,137,0,0,1), + (13013,5951,1,0,0,-292.734,-4178.04,52.6329,1.31399,120,120,10,0,8,0,0,1), + (13014,3106,1,0,0,-987.052,-4920.34,0.995402,6.19976,200,200,10,0,102,0,0,1), + (13015,3106,1,0,0,149.939,-5152.86,1.02443,6.19592,200,200,0,0,102,0,0,0), + (13016,3207,1,0,0,-1251.06,-5582.51,8.08332,5.48795,300,300,3,0,150,165,0,1), + (13017,3119,1,0,0,-916.154,-4749.1,21.2628,2.42722,300,300,10,0,119,0,0,1), + (13018,3207,1,0,0,-1220.26,-5552.95,5.53587,5.84137,300,300,3,0,150,165,0,1), + (13019,3207,1,0,0,-1221.02,-5512.09,5.60975,3.18255,300,300,5,0,150,165,0,1), + (13020,3207,1,0,0,-1187.5,-5512.5,5.6852,2.17714,300,300,5,0,150,165,0,1), + (13021,3206,1,0,0,-1110.47,-5447.91,9.71767,1.55628,300,300,5,0,148,165,0,1), + (13022,3125,1,0,0,-886.264,-4782.01,20.216,3.31259,200,200,5,0,102,0,0,1), + (13023,3106,1,0,0,-1088.46,-4820.06,4.84342,4.39695,200,200,10,0,102,0,0,1), + (13024,3207,1,0,0,-1152.97,-5446.21,8.70802,4.72997,300,300,10,0,150,165,0,1), + (13025,3098,1,0,0,-308.834,-4217.85,52.5989,2.77551,120,120,5,0,42,0,0,1), + (13026,3207,1,0,0,-1138.31,-5597.88,7.7215,3.24477,300,300,0,0,150,165,0,0), + (13027,3206,1,0,0,-1102.46,-5526.49,11.773,5.0943,300,300,0,0,148,165,0,0), + (13028,3124,1,0,0,-427.062,-4080.09,49.5018,2.75415,200,200,10,0,71,0,0,1), + (13029,3124,1,0,0,-415.359,-4055.64,52.2608,4.64114,200,200,5,0,71,0,0,1), + (13030,3206,1,0,0,-1094.85,-5579.36,11.1797,0.53464,300,300,5,0,148,165,0,1), + (13031,3124,1,0,0,-448.071,-4082.53,53.1445,5.99819,200,200,5,0,71,0,0,1), + (13032,3206,1,0,0,-1084.12,-5548.47,10.2811,1.85226,300,300,0,0,148,165,0,0), + (13033,3207,1,0,0,-1248.95,-5480.5,5.21741,3.41997,300,300,3,0,150,165,0,1), + (13034,3124,1,0,0,-410.204,-4120.98,50.2176,4.26844,200,200,10,0,71,0,0,1), + (13035,6145,1,0,0,-931.857,-5136.39,-6.90581,3.69709,120,120,10,0,42,0,0,1), + (13036,3207,1,0,0,-1287.27,-5481.16,4.22497,2.13658,300,300,5,0,150,165,0,1), + (13037,3098,1,0,0,-415.534,-4188.62,51.1441,4.005,120,120,5,0,42,0,0,1), + (13038,3098,1,0,0,-382.127,-4181.93,56.4121,1.58156,120,120,5,0,42,0,0,1), + (13039,3206,1,0,0,-1247.7,-5448.08,5.47132,0.555686,300,300,5,0,148,165,0,1), + (13040,3122,1,0,0,-969.792,-5184.38,1.96031,1.15182,300,300,5,0,120,0,0,1), + (13041,3102,1,0,0,-63.8178,-4334.02,68.1422,0.654413,200,200,3,0,72,0,0,1), + (13042,3206,1,0,0,-1264.6,-5498.64,4.98397,2.66075,300,300,0,0,148,165,0,0), + (13043,3102,1,0,0,-44.0381,-4332.91,68.5392,2.92865,200,200,3,0,72,0,0,1), + (13044,3124,1,0,0,-279.493,-4214.26,55.2843,5.68814,200,200,10,0,71,0,0,1), + (13045,3206,1,0,0,-1251.9,-5508.89,5.85606,3.98105,300,300,0,0,148,165,0,0), + (13046,3207,1,0,0,-1118.81,-5485.68,7.90532,3.88268,300,300,10,0,150,165,0,1), + (13047,3098,1,0,0,-519.185,-4314.91,39.3783,1.54976,120,120,5,0,42,0,0,1), + (13048,3124,1,0,0,-355.606,-4075.84,51.8144,2.16719,200,200,5,0,71,0,0,1), + (13049,3124,1,0,0,-386.839,-4051.39,51.8339,-1.09711,200,200,10,0,71,0,0,1), + (13051,3102,1,0,0,-29.4838,-4265.14,66.5683,5.17441,200,200,3,0,72,0,0,1), + (13052,3124,1,0,0,-379.617,-4088.91,49.3236,4.62413,200,200,10,0,71,0,0,1), + (13053,3124,1,0,0,-287.857,-4286.79,60.4528,5.24688,200,200,5,0,71,0,0,1), + (13054,3101,1,0,0,-246.558,-4279.26,61.6414,0.255442,200,200,10,0,70,79,0,1), + (13055,3101,1,0,0,-253.593,-4316.13,56.0352,4.1604,200,200,5,0,70,79,0,1), + (13056,3101,1,0,0,-244.718,-4342.81,62.7066,3.59214,200,200,10,0,70,79,0,1), + (13057,3101,1,0,0,-207.922,-4309.4,63.9191,0.825043,200,200,10,0,70,79,0,1), + (13058,3101,1,0,0,-49.3166,-4222.96,62.2687,2.78015,200,200,3,0,70,79,0,1), + (13059,3101,1,0,0,-200.79,-4295.73,64.2941,2.58129,200,200,10,0,70,79,0,1), + (13060,3101,1,0,0,-86.673,-4328.19,65.8605,3.87065,200,200,3,0,70,79,0,1), + (13061,3102,1,0,0,-114.123,-4328.78,66.0343,0.207349,200,200,3,0,72,0,0,1), + (13062,3101,1,0,0,-160.814,-4359.21,67.1468,0.314468,200,200,0,0,70,79,0,2), + (13063,3101,1,0,0,-195.434,-4376.55,66.5687,1.37608,200,200,10,0,70,79,0,1), + (13064,3101,1,0,0,-132.968,-4349.6,67.1474,2.61551,200,200,3,0,70,79,0,1), + (13065,3101,1,0,0,-176.948,-4360.68,68.4505,1.53969,200,200,5,0,70,79,0,1), + (13066,3102,1,0,0,-142.261,-4370.21,66.9266,3.31496,200,200,3,0,72,0,0,1), + (13067,3101,1,0,0,-166.438,-4320.16,71.1002,0.3446,200,200,5,0,70,79,0,1), + (13068,3102,1,0,0,-155.104,-4357.65,66.8764,2.73135,200,200,3,0,72,0,0,1), + (13069,3124,1,0,0,-457.278,-4156.35,47.5627,4.24282,200,200,5,0,71,0,0,1), + (13070,3101,1,0,0,-211.553,-4351.95,64.4947,5.57668,200,200,10,0,70,79,0,1), + (13071,3124,1,0,0,-448.941,-4118.7,51.1081,6.04742,200,200,10,0,71,0,0,1), + (13072,3124,1,0,0,-425.434,-4150.13,52.0528,3.52404,200,200,10,0,71,0,0,1), + (13073,3101,1,0,0,-198.088,-4333.76,68.3462,5.83675,200,200,10,0,70,79,0,1), + (13074,3124,1,0,0,-379.151,-4149.79,52.1301,3.63162,200,200,10,0,71,0,0,1), + (13075,3124,1,0,0,-354.449,-4152.44,53.0701,5.65346,200,200,10,0,71,0,0,1), + (13076,3101,1,0,0,-213.201,-4382.11,63.6607,0.564076,200,200,10,0,70,79,0,1), + (13077,3098,1,0,0,-349.288,-4184.41,59.1999,0.802851,120,120,10,0,42,0,0,1), + (13078,3124,1,0,0,-284.146,-4386.08,57.6236,4.70264,200,200,10,0,71,0,0,1), + (13079,3124,1,0,0,-283.734,-4353.08,54.2889,2.46091,200,200,10,0,71,0,0,1), + (13080,3101,1,0,0,-252.915,-4381.57,62.5709,1.92834,200,200,10,0,70,79,0,1), + (13081,3124,1,0,0,-311.728,-4383.49,55.4956,4.99568,200,200,10,0,71,0,0,1), + (13082,6145,1,0,0,-1945.04,-3793,-6.01435,4.47599,275,275,5,0,42,0,0,1), + (13083,4097,1,0,0,-4875.31,-2334.52,-53.3456,1.83979,275,275,5,0,586,693,0,1), + (13084,6145,1,0,0,-2046.64,-3815.71,-7.00129,1.25541,275,275,5,0,42,0,0,1), + (13085,4097,1,0,0,-4890.35,-2293.54,-59.587,1.73335,275,275,5,0,586,693,0,1), + (13086,6145,1,0,0,-878.792,-3997.69,-42.3498,1.87903,275,275,5,0,42,0,0,1), + (13087,6145,1,0,0,-1149.55,-3982.92,-59.4034,1.90392,275,275,5,0,42,0,0,1), + (13088,6145,1,0,0,-1397.8,-4039.25,-4.3446,0.470641,275,275,5,0,42,0,0,1), + (13089,6145,1,0,0,-1792.83,-3840.65,-5.60623,1.05471,275,275,5,0,42,0,0,1), + (13090,6145,1,0,0,-981.84,-3952.1,-44.8364,3.20661,275,275,5,0,42,0,0,1), + (13091,6145,1,0,0,-1113.12,-3850.49,-27.7106,3.32077,275,275,5,0,42,0,0,1), + (13092,12034,1,0,0,-390.928,-2182.54,158.68,3.36848,275,275,0,0,3857,0,0,0), + (13093,14850,1,0,0,-537.488,-2986.61,92.9323,2.40044,275,275,0,0,64,0,0,2), + (13094,4099,1,0,0,-4897.38,-2300.09,-59.5308,4.68063,275,275,5,0,788,0,0,1), + (13095,4099,1,0,0,-4874.19,-2323.64,-54.8132,4.02008,275,275,5,0,788,0,0,1), + (13096,4099,1,0,0,-4881.34,-2353.11,-55.0591,2.24497,275,275,5,0,788,0,0,1), + (13097,4099,1,0,0,-4926.5,-2368.05,-50.981,0.133784,275,275,5,0,788,0,0,1), + (13098,4099,1,0,0,-4889.61,-2355.93,-55.0498,3.19425,275,275,5,0,788,0,0,1), + (13099,4099,1,0,0,-4913.14,-2264.11,-70.1497,2.27025,275,275,5,0,788,0,0,1), + (13100,9990,1,0,0,-292.942,-1909.36,91.6668,2.13,275,275,10,0,87,0,0,1), + (13101,12296,1,0,0,4.2843,-2322.3,92.2618,4.40534,275,275,20,0,14,0,0,1), + (13102,12296,1,0,0,228.093,-1680.61,92.142,6.24804,275,275,20,0,14,0,0,1), + (13103,12296,1,0,0,-990.866,-2560.16,92.4236,2.92504,275,275,20,0,14,0,0,1), + (13104,12296,1,0,0,632.261,-2252.25,92,3.09521,275,275,20,0,14,0,0,1), + (13105,12296,1,0,0,580.354,-1715.06,91.9904,3.61283,275,275,0,0,14,0,0,0), + (13106,12296,1,0,0,413.53,-3373.89,91.9167,5.00291,275,275,20,0,14,0,0,1), + (13107,12296,1,0,0,-820.8,-1708.22,93.966,2.63149,275,275,20,0,14,0,0,1), + (13108,12296,1,0,0,-122.425,-1549.66,91.7917,5.9045,275,275,20,0,14,0,0,1), + (13109,12296,1,0,0,130.578,-2890.14,92.3712,5.98752,275,275,20,0,14,0,0,2), + (13110,12296,1,0,0,-412.769,-2916.86,93.2666,6.25,275,275,20,0,14,0,0,1), + (13111,12296,1,0,0,231.333,-2619.72,92.0426,3.30835,275,275,20,0,14,0,0,1), + (13112,12296,1,0,0,207.635,-3221.62,76.2662,3.87282,275,275,20,0,14,0,0,1), + (13113,12296,1,0,0,731.682,-2496.07,91.8909,3.78628,275,275,20,0,14,0,0,1), + (13114,12296,1,0,0,647.393,-2686.95,95.296,5.90438,275,275,20,0,14,0,0,1), + (13115,12296,1,0,0,-411.537,-2046.71,91.7917,0.502608,275,275,20,0,14,0,0,1), + (13116,12296,1,0,0,207.06,-2792.86,92.5197,1.59895,275,275,20,0,14,0,0,1), + (13117,12296,1,0,0,-188.935,-1981.7,93.2949,1.72344,275,275,20,0,14,0,0,1), + (13118,12296,1,0,0,-1020.34,-3146.37,91.7917,2.91483,275,275,20,0,14,0,0,1), + (13119,12296,1,0,0,-668.229,-1907.38,91.9167,2.42999,275,275,20,0,14,0,0,1), + (13120,12296,1,0,0,40.7164,-2462.06,92.4958,1.52754,275,275,20,0,14,0,0,2), + (13121,12296,1,0,0,-287.931,-3486.74,93.0438,4.86147,275,275,20,0,14,0,0,1), + (13122,12296,1,0,0,-891.549,-3257.78,93.0416,4.04977,275,275,20,0,14,0,0,1), + (13123,12296,1,0,0,786.244,-2830.19,91.7917,4.49704,275,275,20,0,14,0,0,1), + (13124,12296,1,0,0,386.961,-3189.06,91.7055,3.39076,275,275,15,0,14,0,0,1), + (13125,12296,1,0,0,78.9691,-1581.7,94.5038,2.53073,275,275,0,0,14,0,0,0), + (13126,12296,1,0,0,898.401,-2917.14,92.2547,3.14941,275,275,20,0,14,0,0,1), + (13127,12296,1,0,0,277.451,-1856.28,91.9167,4.09178,275,275,20,0,14,0,0,1), + (13128,12296,1,0,0,490.491,-3113.94,94.4204,2.99569,275,275,20,0,14,0,0,1), + (13129,12296,1,0,0,358.173,-2724.31,94.3818,2.37155,275,275,20,0,14,0,0,1), + (13130,12296,1,0,0,388.409,-3117.62,91.7919,3.13335,275,275,20,0,14,0,0,1), + (13131,12296,1,0,0,-166.768,-2273.45,92.2056,3.65856,275,275,20,0,14,0,0,1), + (13132,12296,1,0,0,423.04,-1888.46,93.2928,5.89036,275,275,20,0,14,0,0,1), + (13133,12296,1,0,0,215.654,-1512.44,91.995,1.11701,275,275,0,0,14,0,0,0), + (13134,12296,1,0,0,-482.937,-3450.76,92.7981,4.68747,275,275,20,0,14,0,0,1), + (13135,12296,1,0,0,-287.367,-1762.14,92.418,1.62358,275,275,20,0,14,0,0,1), + (13136,12296,1,0,0,-852.224,-2318.1,93.2945,3.58777,275,275,0,0,14,0,0,0), + (13137,12296,1,0,0,751.815,-2688.48,92.1101,4.70397,275,275,20,0,14,0,0,1), + (13138,12296,1,0,0,-1044.52,-1809.25,91.8003,0.659114,275,275,20,0,14,0,0,1), + (13139,12296,1,0,0,-227.462,-2368.57,92.8337,0.673215,275,275,20,0,14,0,0,1), + (13140,12296,1,0,0,711.115,-2949.51,94.8996,5.81954,275,275,20,0,14,0,0,1), + (13141,12296,1,0,0,-19.5105,-2139.65,93.4409,3.76451,275,275,20,0,14,0,0,1), + (13142,12296,1,0,0,-730.274,-3298.76,96.2657,0.705238,275,275,20,0,14,0,0,1), + (13143,12296,1,0,0,616.046,-1991.18,93.3509,4.78467,275,275,20,0,14,0,0,1), + (13144,12296,1,0,0,-770.23,-3489.79,92.4315,3.41641,275,275,20,0,14,0,0,1), + (13145,12296,1,0,0,297.827,-2547.03,91.7917,3.33394,275,275,20,0,14,0,0,1), + (13146,12296,1,0,0,574.142,-2483.52,95.8737,6.26655,275,275,20,0,14,0,0,1), + (13147,12296,1,0,0,-683.209,-3197.04,93.1298,0.252554,275,275,20,0,14,0,0,1), + (13148,12296,1,0,0,-555.262,-2899.86,92.1657,1.45323,275,275,20,0,14,0,0,1), + (13149,12296,1,0,0,-200.733,-2792.22,93.801,3.59973,275,275,20,0,14,0,0,1), + (13150,12296,1,0,0,-803.19,-2491.33,92.1717,5.1935,275,275,0,0,14,0,0,0), + (13151,12296,1,0,0,-492.237,-2444.31,93.5025,2.46134,275,275,20,0,14,0,0,1), + (13152,12296,1,0,0,-384.217,-2319.49,95.8697,2.54818,275,275,0,0,14,0,0,0), + (13153,12296,1,0,0,-781.887,-2959.77,94.1294,4.46964,275,275,20,0,14,0,0,1), + (13154,12296,1,0,0,-1002.28,-2949.58,92.9167,0.041183,275,275,20,0,14,0,0,1), + (13155,12296,1,0,0,-952.037,-2775.86,93.3972,1.48668,275,275,20,0,14,0,0,1), + (13156,12296,1,0,0,-0.713121,-3277.15,91.8039,0.836425,275,275,20,0,14,0,0,1), + (13157,12296,1,0,0,-484.997,-2440.04,93.5729,1.74366,275,275,20,0,14,0,0,1), + (13158,12296,1,0,0,-814.521,-2514.7,94.5681,3.86912,275,275,20,0,14,0,0,1), + (13159,12296,1,0,0,-880.562,-2313.22,91.7502,2.42601,275,275,0,0,14,0,0,0), + (13160,12296,1,0,0,-20.3283,-2874.87,91.7916,4.96876,275,275,20,0,14,0,0,1), + (13161,12296,1,0,0,141.301,-2879.71,92.2847,2.41835,275,275,20,0,14,0,0,1), + (13162,12296,1,0,0,228.128,-3213,78.0607,2.97869,275,275,20,0,14,0,0,2), + (13163,12296,1,0,0,118.227,-3327.25,51.5959,3.40501,275,275,20,0,14,0,0,1), + (13164,12296,1,0,0,151.258,-3483.96,29.8975,0.705015,275,275,20,0,14,0,0,1), + (13165,3337,1,0,0,303.432,-3686.16,27.1502,5.09636,275,275,0,0,644,0,0,0), + (13166,14857,1,0,0,-29.1102,-2617.33,97.2083,5.59088,275,275,6,0,87,0,0,2), + (13167,3338,1,0,0,-482.475,-2670.19,97.522,0.733038,600,600,0,0,6800,0,0,0), + (13168,5899,1,0,0,-3617.51,-1776.77,135.658,3.54302,275,275,0,0,1106,581,0,0), + (13169,3339,1,0,0,-1024.59,-3688.91,23.1962,2.26893,275,275,0,0,1240,0,0,0), + (13170,14859,1,0,0,-532.145,-2988.94,93.5285,2.60054,275,275,0,0,2471,0,0,2), + (13171,6668,1,0,0,-4182.04,-2146.93,69.5093,0.279797,275,275,0,0,617,0,0,0), + (13172,5901,1,0,0,-1345.12,-4047.61,5.97224,4.34587,275,275,0,0,2192,0,0,0), + (13173,3341,1,0,0,-3589.96,-2027.71,91.7917,5.78916,275,275,5,0,434,0,0,2), + (13174,5907,1,0,0,268.899,-3055.15,97.1642,5.48952,275,275,0,0,644,0,0,0), + (13175,5908,1,0,0,-1622.75,-1765.32,91.75,4.01426,275,275,0,0,1200,0,0,0), + (13176,5911,1,0,0,-2392.16,-1898.79,95.9604,0.244346,275,275,0,0,919,0,0,0), + (13177,15384,1,0,0,-988.422,-3835.92,8.23931,5.02655,275,275,5,0,42,0,0,1), + (13178,14872,1,0,0,180.182,-2862.82,93.2346,4.49849,275,275,5,0,87,0,0,2), + (13179,14873,1,0,0,210.989,-3156.73,90.8194,0.895064,275,275,0,0,64,0,0,2), + (13180,14874,1,0,0,240.791,-2901.43,98.0385,5.77704,275,275,0,0,64,0,0,0), + (13182,5406,1,0,0,-2057.99,-3692.92,21.8427,3.89208,275,275,0,0,42,0,0,0), + (13183,4127,1,0,0,-484.568,-1649.33,92.2822,5.91391,275,275,20,0,328,0,0,1), + (13184,4127,1,0,0,350.189,-1923.54,93.0029,1.55718,275,275,20,0,328,0,0,1), + (13185,4127,1,0,0,1025.49,-3689.71,29.8651,2.17212,275,275,20,0,328,0,0,1), + (13186,4127,1,0,0,-852.479,-1828.15,93.6669,4.28722,275,275,20,0,328,0,0,1), + (13187,4127,1,0,0,783.177,-2817.77,92.0244,1.55734,275,275,20,0,328,0,0,1), + (13188,4127,1,0,0,378.826,-3283.18,102.065,1.54151,275,275,3,0,328,0,0,1), + (13189,4127,1,0,0,-1227.67,-2097.51,92.2898,0.816746,275,275,15,0,328,0,0,1), + (13190,4127,1,0,0,-1424.16,-2869.49,92.936,2.91268,275,275,20,0,328,0,0,1), + (13191,4127,1,0,0,1097.96,-3807.25,28.1157,2.58286,275,275,20,0,328,0,0,1), + (13192,4127,1,0,0,278.975,-1686.37,91.8328,2.86244,275,275,20,0,328,0,0,1), + (13193,4127,1,0,0,212.124,-1827.45,95.8954,4.12601,275,275,20,0,328,0,0,1), + (13194,4127,1,0,0,388.732,-3380.19,92.7932,6.06664,275,275,3,0,328,0,0,1), + (13195,4127,1,0,0,785.277,-2921.97,91.7916,5.70688,275,275,20,0,328,0,0,1), + (13196,4127,1,0,0,-1121.63,-1765.23,92.7848,1.7973,275,275,20,0,328,0,0,1), + (13197,4127,1,0,0,1043.5,-3614.22,49.8898,0.190689,275,275,20,0,328,0,0,1), + (13198,4127,1,0,0,-218.237,-3741.27,28.9453,4.55159,275,275,20,0,328,0,0,1), + (13199,4127,1,0,0,427.119,-3074.8,91.7917,4.79428,275,275,20,0,328,0,0,1), + (13200,4127,1,0,0,926.197,-2920.88,91.7917,1.49206,275,275,20,0,328,0,0,1), + (13201,4127,1,0,0,-284.576,-3727.71,27.552,1.90305,275,275,20,0,328,0,0,1), + (13202,4127,1,0,0,213.534,-1680.84,91.7917,2.0069,275,275,20,0,328,0,0,1), + (13203,4127,1,0,0,-169.682,-1585.66,91.8784,2.92478,275,275,20,0,328,0,0,1), + (13204,4127,1,0,0,675.502,-2687.36,93.7302,0.238815,275,275,20,0,328,0,0,1), + (13205,4127,1,0,0,953.017,-3021.55,91.7916,4.71448,275,275,20,0,328,0,0,1), + (13206,4127,1,0,0,435.631,-3116.38,92.9462,3.34058,275,275,20,0,328,0,0,1), + (13207,4127,1,0,0,-1454.43,-2873.57,94.9874,4.12387,275,275,20,0,328,0,0,1), + (13208,4127,1,0,0,-1211.6,-3410.92,91.8979,4.29398,275,275,20,0,328,0,0,1), + (13209,4127,1,0,0,156.6,-1657.99,91.9167,1.3531,275,275,20,0,328,0,0,1), + (13210,4127,1,0,0,725.939,-2654.46,91.7917,5.90742,275,275,20,0,328,0,0,1), + (13211,4127,1,0,0,862.623,-2845.98,94.7871,3.35006,275,275,20,0,328,0,0,1), + (13212,4127,1,0,0,376.213,-3184.68,91.8852,3.5221,275,275,3,0,328,0,0,1), + (13213,4127,1,0,0,-1252.15,-2247.36,95.0636,5.41014,275,275,20,0,328,0,0,1), + (13214,4127,1,0,0,-783.331,-3493.09,91.789,4.19417,275,275,20,0,328,0,0,1), + (13215,4127,1,0,0,-339.063,-3714.37,27.3163,2.91703,275,275,20,0,328,0,0,1), + (13216,4127,1,0,0,1300.44,-3867.26,23.1729,2.34791,275,275,3,0,328,0,0,1), + (13217,4127,1,0,0,752.075,-2919.17,94.4301,5.38362,275,275,20,0,328,0,0,1), + (13218,4127,1,0,0,565.375,-3084.23,93.1667,5.08237,275,275,20,0,328,0,0,1), + (13219,4127,1,0,0,817.35,-2893.1,91.7916,3.18628,275,275,20,0,328,0,0,1), + (13220,4127,1,0,0,-1275.13,-2021.93,94.0313,2.56206,275,275,20,0,328,0,0,1), + (13221,4127,1,0,0,-1217.84,-3571.1,93.8073,4.74558,275,275,20,0,328,0,0,1), + (13222,4127,1,0,0,-1205.3,-3649.5,94.8356,0.909598,275,275,20,0,328,0,0,1), + (13223,4127,1,0,0,82.2374,-1478.04,91.7917,2.2793,275,275,20,0,328,0,0,1), + (13224,4127,1,0,0,-550.529,-1517.81,93.2917,5.21524,275,275,20,0,328,0,0,1), + (13225,4127,1,0,0,379.388,-1900.66,93.5143,1.78579,275,275,20,0,328,0,0,1), + (13226,4127,1,0,0,-802.82,-1743.34,94.8597,4.15793,275,275,20,0,328,0,0,1), + (13227,4127,1,0,0,807.147,-2957.2,91.7916,3.17803,275,275,20,0,328,0,0,1), + (13228,4127,1,0,0,517.578,-3186.66,91.8655,4.21117,275,275,20,0,328,0,0,1), + (13229,4127,1,0,0,-1263.91,-1948.74,93.6207,3.28363,275,275,20,0,328,0,0,1), + (13237,4127,1,0,0,-1078.31,-2370.97,91.7917,1.73053,275,275,20,0,328,0,0,1), + (13238,2592,0,0,0,-1480.56,-2178.74,17.7642,1.45414,400,400,5,0,1604,0,0,1), + (13239,2556,0,0,0,-1788.09,-3180.57,39.2468,2.67212,400,400,5,0,1279,0,0,1), + (13240,2554,0,0,0,-1756.43,-3126.98,32.743,2.37002,400,400,5,0,1163,0,0,1), + (13241,2554,0,0,0,-1742.82,-3151.56,29.5796,0.098429,400,400,5,0,1163,0,0,1), + (13242,2555,0,0,0,-1759.84,-3138.71,30.5796,0.243307,400,400,5,0,1021,963,0,1), + (13243,2589,0,0,0,-748.745,-2013.54,34.3811,4.91374,400,400,0,0,1107,0,0,0), + (13244,2554,0,0,0,-1769.81,-3169.25,38.6218,3.98069,400,400,5,0,1163,0,0,1), + (13245,2556,0,0,0,-1645.89,-3454.44,53.515,1.9513,400,400,5,0,1279,0,0,1), + (13246,2556,0,0,0,-1679.58,-3483.1,54.0604,1.91356,400,400,5,0,1279,0,0,1), + (13247,2555,0,0,0,-1612.23,-3384.3,34.3492,1.08045,400,400,5,0,1021,963,0,1), + (13248,2555,0,0,0,-1682.86,-3449.78,50.2302,3.06497,400,400,5,0,1021,963,0,1), + (13249,2620,0,0,0,-984.217,-3667.76,82.8598,0.238353,400,400,10,0,8,0,0,1), + (13250,2572,0,0,0,-970.39,-3656.41,79.6211,0.078271,400,400,10,0,1403,0,0,1), + (13251,2586,0,0,0,-924.869,-2010.71,52.1717,1.33955,400,400,5,0,1050,0,0,1), + (13252,2574,0,0,0,-892.545,-3999.57,145.279,3.15002,400,400,3,0,1469,0,0,1), + (13253,2572,0,0,0,-1121,-3690.8,92.2208,3.78158,400,400,3,0,1403,0,0,1), + (13254,2574,0,0,0,-827.224,-3899.4,144.724,0.71805,400,400,3,0,1469,0,0,1), + (13256,2760,0,0,0,-886.764,-1854.16,59.454,1.20355,400,400,10,0,1604,0,0,1), + (13257,2574,0,0,0,-983.5,-3869.23,149.239,1.14465,400,400,3,0,1469,0,0,1), + (13258,2572,0,0,0,-960.315,-3691.94,90.1212,2.4156,400,400,0,0,1403,0,0,0), + (13259,2761,0,0,0,-806.399,-3314.1,79.3342,1.5133,400,400,3,0,1305,1189,0,1), + (13260,2559,0,0,0,-861.829,-3387.52,75.1961,1.37918,400,400,5,0,1050,0,0,1), + (13261,2760,0,0,0,-840.773,-1743.89,46.6874,1.85627,400,400,3,0,1604,0,0,1), + (13262,2592,0,0,0,-1510.63,-2123.24,18.8566,2.12938,400,400,3,0,1604,0,0,1), + (13263,2592,0,0,0,-1513.65,-2150.64,17.3566,4.75411,400,400,10,0,1604,0,0,1), + (13264,2563,0,0,0,-987.2,-2664.5,64.9016,1.45626,400,400,5,0,1163,0,0,1), + (13265,2563,0,0,0,-1011.2,-2711.05,60.0725,1.77547,400,400,3,0,1163,0,0,1), + (13266,2559,0,0,0,-621.928,-1976.64,58.2363,2.22317,400,400,10,0,1050,0,0,1), + (13267,2563,0,0,0,-1148.65,-1485.06,53.7977,1.55655,400,400,10,0,1163,0,0,1), + (13269,2760,0,0,0,-817.706,-1758.89,48.3385,4.792,400,400,10,0,1604,0,0,1), + (13270,2620,0,0,0,-1301.8,-1495.26,57.2567,1.48279,400,400,10,0,8,0,0,1), + (13271,2563,0,0,0,-1182.42,-1475.37,55.1526,1.55908,400,400,10,0,1163,0,0,1), + (13272,2559,0,0,0,-1414.65,-2357.69,61.6348,5.02415,400,400,5,0,1050,0,0,1), + (13273,2567,0,0,0,-2053.25,-2798.53,72.5243,2.34442,400,400,3,0,1075,2763,0,1), + (13274,2566,0,0,0,-2020.39,-2829.26,74.8795,5.52859,400,400,3,0,1403,0,0,1), + (13275,2793,0,0,0,-2098.22,-2837.68,79.1394,0.628319,400,400,0,0,1345,1236,0,0), + (13276,2559,0,0,0,-974.747,-2076.56,54.3054,4.80745,400,400,10,0,1050,0,0,1), + (13277,2559,0,0,0,-1084.85,-2716.7,43.236,6.18108,400,400,10,0,1050,0,0,1), + (13278,2760,0,0,0,-877.01,-1819.88,44.0376,0.064321,400,400,3,0,1604,0,0,1), + (13279,2760,0,0,0,-915.854,-1821.03,51.7005,2.74012,400,400,10,0,1604,0,0,1), + (13280,2556,0,0,0,-2040.35,-3355.3,60.8212,3.22886,400,400,0,0,1279,0,0,0), + (13281,2563,0,0,0,-930.881,-2898.27,70.2132,5.78368,400,400,5,0,1163,0,0,1), + (13282,2563,0,0,0,-945.816,-2951.12,72.2057,3.54674,400,400,5,0,1163,0,0,1), + (13283,2563,0,0,0,-941.528,-2858.24,65.789,6.28226,400,400,5,0,1163,0,0,1), + (13284,2589,0,0,0,-878.305,-2055.3,34.8076,4.24011,400,400,5,0,1107,0,0,1), + (13285,2555,0,0,0,-2046.56,-3355.6,61.0729,0.034907,400,400,0,0,1021,963,0,0), + (13286,2442,0,0,0,-814.737,-2041.95,34.6381,1.51899,400,400,10,0,1,0,0,1), + (13287,2442,0,0,0,-841.587,-2020.29,34.3902,1.96309,400,400,10,0,1,0,0,1), + (13288,2555,0,0,0,-2037.86,-3319.09,58.5201,3.65856,400,400,5,0,1021,963,0,1), + (13289,2563,0,0,0,-932.445,-2785,61.1521,5.4742,400,400,5,0,1163,0,0,1), + (13290,2557,0,0,0,-2083.95,-3270.32,51.2645,5.93646,400,400,5,0,1160,1067,0,1), + (13291,2442,0,0,0,-841.109,-2043.25,34.7063,3.32009,400,400,10,0,1,0,0,1), + (13292,2559,0,0,0,-911.686,-2748.97,61.707,1.39794,400,400,5,0,1050,0,0,1), + (13293,2557,0,0,0,-2095.68,-3288.88,51.7259,2.48169,400,400,5,0,1160,1067,0,1), + (13294,2442,0,0,0,-818.987,-2026.75,34.2396,4.79028,400,400,10,0,1,0,0,1), + (13295,2557,0,0,0,-2065.27,-3268.88,50.428,5.59376,400,400,5,0,1160,1067,0,1), + (13296,2579,0,0,0,-1781.92,-2908.32,47.0598,3.09466,400,400,10,0,1279,0,0,1), + (13297,2559,0,0,0,-1106.65,-2714.57,46.0795,4.41533,400,400,10,0,1050,0,0,1), + (13298,2442,0,0,0,-805.896,-2029.88,34.8646,4.98771,400,400,10,0,1,0,0,1), + (13299,2442,0,0,0,-821.191,-2038.89,34.4726,3.74054,400,400,5,0,1,0,0,1), + (13300,2587,0,0,0,-873.377,-2071.21,35.6325,1.96048,400,400,0,0,1163,0,0,0), + (13301,2578,0,0,0,-1140.68,-2675.56,53.6252,0.659503,400,400,10,0,1189,0,0,1), + (13302,2559,0,0,0,-1210.79,-2740.85,50.3182,4.17391,400,400,10,0,1050,0,0,1), + (13303,2586,0,0,0,-813.693,-2114.93,34.3693,5.09721,400,400,10,0,1050,0,0,1), + (13304,2586,0,0,0,-842.455,-2090.78,35.3338,5.73309,400,400,10,0,1050,0,0,1), + (13305,2563,0,0,0,-1137.5,-2686.74,54.7356,5.55823,400,400,10,0,1163,0,0,1), + (13306,2559,0,0,0,-1270.58,-2705.92,46.4409,5.73741,400,400,5,0,1050,0,0,1), + (13307,2589,0,0,0,-848.618,-2078.6,34.9588,5.17929,400,400,5,0,1107,0,0,1), + (13308,2554,0,0,0,-1911.25,-3020.16,65.8273,6.14771,400,400,5,0,1163,0,0,1), + (13309,2554,0,0,0,-1898.97,-3175.27,64.8953,2.41213,400,400,5,0,1163,0,0,1), + (13310,2586,0,0,0,-850.393,-2115.6,41.7632,4.24175,400,400,10,0,1050,0,0,1), + (13311,2586,0,0,0,-910.356,-2052.62,49.6462,2.94708,400,400,5,0,1050,0,0,1), + (13312,2554,0,0,0,-1881.57,-3189.09,56.6453,2.87899,400,400,3,0,1163,0,0,1), + (13313,2586,0,0,0,-923.797,-2087.77,48.1807,2.89714,400,400,10,0,1050,0,0,1), + (13314,2554,0,0,0,-1909.41,-3209.53,60.5089,3.7391,400,400,5,0,1163,0,0,1), + (13315,2586,0,0,0,-893.874,-2114.54,45.949,3.07211,400,400,10,0,1050,0,0,1), + (13317,2555,0,0,0,-1894.63,-3207.35,56.618,4.7082,400,400,5,0,1021,963,0,1), + (13318,711,0,0,0,-8827.31,-1941.14,133.214,4.88692,300,300,0,0,582,618,0,0), + (13319,445,0,0,0,-8833.12,-1945.19,133.058,5.58505,300,300,0,0,458,0,0,0), + (13320,430,0,0,0,-8831.77,-1937.72,133.103,5.13127,300,300,0,0,354,1020,0,0), + (13321,580,0,0,0,-8834.44,-1940.76,132.951,5.41052,300,300,0,0,494,0,0,0), + (13322,446,0,0,0,-8909.85,-1969.12,136.705,1.23576,300,300,0,0,417,0,0,0), + (13323,446,0,0,0,-8892.43,-1933.47,136.948,4.24115,300,300,0,0,417,0,0,0), + (13324,441,0,0,0,-9565.94,-2327.43,63.8336,5.77058,300,300,10,0,330,938,0,1), + (13325,721,0,0,0,-9660.25,-2372.76,63.2419,1.29917,300,300,10,0,1,0,0,1), + (13326,547,0,0,0,-9527.5,-2294.12,73.1432,0.710953,300,300,10,0,356,0,0,1), + (13327,547,0,0,0,-9459.22,-2307.58,69.6735,0.393812,300,300,5,0,356,0,0,1), + (13328,441,0,0,0,-9544.73,-2292.84,72.6954,3.49053,300,300,10,0,330,938,0,1), + (13329,441,0,0,0,-9487.16,-2374.11,63.3982,2.13423,300,300,3,0,330,938,0,1), + (13330,441,0,0,0,-9491.05,-2290.11,74.458,1.16607,300,300,10,0,330,938,0,1), + (13331,547,0,0,0,-9606.78,-2306.57,70.7103,5.44983,300,300,10,0,356,0,0,1), + (13332,428,0,0,0,-9591.83,-2340.67,60.8864,5.30347,300,300,10,0,417,0,0,1), + (13333,442,0,0,0,-9662.16,-2331.09,69.1524,4.3539,300,300,10,0,328,0,0,1), + (13334,441,0,0,0,-9681.88,-2307.25,66.4207,0.327923,300,300,10,0,330,938,0,1), + (13335,2555,0,0,0,-1886.22,-3188.74,56.6453,6.0465,400,400,3,0,1021,963,0,1), + (13336,2554,0,0,0,-1886.15,-3209.98,55.868,2.58637,400,400,5,0,1163,0,0,1), + (13337,2555,0,0,0,-1897.7,-3284.09,68.2106,0.88748,400,400,5,0,1021,963,0,1), + (13338,2559,0,0,0,-1452.61,-2480.53,61.1891,1.78055,400,400,10,0,1050,0,0,1), + (13339,2559,0,0,0,-1345.59,-2549.62,68.6987,5.91573,400,400,10,0,1050,0,0,1), + (13340,2559,0,0,0,-1405.33,-2550.33,73.481,2.59579,400,400,10,0,1050,0,0,1), + (13341,2563,0,0,0,-1515.09,-2591.81,63.5558,4.79845,400,400,10,0,1163,0,0,1), + (13342,2556,0,0,0,-1860.94,-3351.78,52.098,3.1768,400,400,3,0,1279,0,0,1), + (13343,2563,0,0,0,-1601.23,-2590.2,43.9912,2.71464,400,400,10,0,1163,0,0,1), + (13344,2556,0,0,0,-1855.43,-3387.21,58.4013,3.67612,400,400,3,0,1279,0,0,1), + (13345,2556,0,0,0,-1804.76,-3409.78,45.4108,4.4555,400,400,3,0,1279,0,0,1), + (13346,2555,0,0,0,-1824.67,-3406.51,45.7858,0.069917,400,400,5,0,1021,963,0,1), + (13347,2563,0,0,0,-1609.38,-2673.48,39.7516,5.11294,400,400,10,0,1163,0,0,1), + (13348,2556,0,0,0,-1749.75,-3419.51,44.9633,5.96143,400,400,3,0,1279,0,0,1), + (13349,2555,0,0,0,-1793.47,-3424.43,47.1484,0.376473,400,400,5,0,1021,963,0,1), + (13350,2561,0,0,0,-1683.4,-2685.94,43.6452,1.56689,400,400,5,0,1469,0,0,1), + (13351,2556,0,0,0,-1811.49,-3431.56,55.1608,4.15272,400,400,5,0,1279,0,0,1), + (13352,3861,33,0,0,-255.29,2129.89,81.2629,1.74533,7200,7200,0,0,1251,0,0,0), + (13353,3861,33,0,0,-258.757,2121.37,81.2629,1.50098,7200,7200,0,0,1251,0,0,0), + (13354,2110,33,0,0,-212.2,2295.34,96.0127,1.76915,7200,7200,2,0,1,0,0,1), + (13355,2110,33,0,0,-204.552,2255.98,76.2013,6.02718,7200,7200,5,0,1,0,0,1), + (13356,2110,33,0,0,-154.571,2184.39,99.9595,5.3058,7200,7200,2,0,1,0,0,1), + (13357,2110,129,0,0,2529.98,1044.96,46.5896,5.9076,7200,7200,5,0,1,0,0,1), + (13358,7347,129,0,0,2558.54,1047.76,51.3461,3.28056,7200,7200,0,0,3831,0,0,0), + (13359,7347,129,0,0,2567.77,1061.9,53.6076,1.63284,7200,7200,0,0,3831,0,0,0), + (13360,7353,129,0,0,2559.09,1052.18,51.5293,3.18938,7200,7200,0,0,3150,1097,0,0), + (13361,7353,129,0,0,2561.93,1058.15,52.8307,5.28222,7200,7200,0,0,3150,1097,0,0), + (13362,7342,129,0,0,2565.01,1053.82,52.6331,3.80795,7200,7200,0,0,2805,2763,0,0), + (13363,7332,129,0,0,2578.18,1024.74,50.9252,3.6748,7200,7200,0,0,3543,0,0,0), + (13364,7333,129,0,0,2572.42,1019.27,51.6643,2.04549,7200,7200,1,0,1279,0,0,1), + (13365,7333,129,0,0,2576.18,1024.76,50.8063,3.49232,7200,7200,1,0,1279,0,0,1), + (13366,7333,129,0,0,2576.04,1021.49,51.3276,3.7573,7200,7200,1,0,1279,0,0,1), + (13367,2556,0,0,0,-1715.15,-3429.85,45.4451,0.862805,400,400,3,0,1279,0,0,1), + (13368,441,0,0,0,-9628.67,-2390.41,60.461,2.25103,300,300,10,0,330,938,0,1), + (13369,2555,0,0,0,-1743.89,-3442.71,52.4415,5.0755,400,400,3,0,1021,963,0,1), + (13370,2555,0,0,0,-1781.99,-3362.81,33.5837,3.68758,400,400,5,0,1021,963,0,1), + (13371,2565,0,0,0,-1597.97,-2760.01,38.2208,2.74621,400,400,5,0,1403,0,0,1), + (13372,2556,0,0,0,-1781.05,-3385.63,40.9666,0.982794,400,400,5,0,1279,0,0,1), + (13373,2560,0,0,0,-1564.03,-2828.72,38.9518,0.739787,400,400,5,0,1221,0,0,1), + (13374,2556,0,0,0,-1967.18,-3334.6,55.5845,0.346548,400,400,0,0,1279,0,0,0), + (13375,2609,0,0,0,-906.833,-3847.56,141.588,4.11898,7200,7200,0,0,1239,3191,0,0), + (13376,2556,0,0,0,-1969.16,-3312.24,56.2644,4.77856,400,400,5,0,1279,0,0,1), + (13377,2556,0,0,0,-1982.89,-3305.47,56.4155,5.63451,400,400,0,0,1279,0,0,0), + (13378,2556,0,0,0,-1986.88,-3302.13,55.4795,5.8162,400,400,5,0,1279,0,0,1), + (13379,2565,0,0,0,-1546.55,-2781.53,39.9493,4.26403,400,400,5,0,1403,0,0,1), + (13380,2555,0,0,0,-2020.43,-3316.22,54.7064,2.51327,400,400,0,0,1021,963,0,0), + (13381,2565,0,0,0,-1551.24,-2882.89,25.4928,4.68113,400,400,10,0,1403,0,0,1), + (13382,2555,0,0,0,-1978.56,-3312.65,57.2553,4.98269,400,400,5,0,1021,963,0,1), + (13383,2557,0,0,0,-2022.13,-3292.49,53.0674,5.09881,400,400,5,0,1160,1067,0,1), + (13384,2565,0,0,0,-1488.09,-2789.51,46.8214,1.21593,400,400,10,0,1403,0,0,1), + (13385,2556,0,0,0,-2023.14,-3313.78,54.8828,5.42797,400,400,0,0,1279,0,0,0), + (13386,2565,0,0,0,-1450.83,-2824.29,44.4413,1.4416,400,400,10,0,1403,0,0,1), + (13387,2557,0,0,0,-2032.18,-3276.97,55.7733,4.11658,400,400,5,0,1160,1067,0,1), + (13388,2564,0,0,0,-1203.61,-2075.38,46.5408,0.073239,400,400,5,0,1221,0,0,1), + (13389,2564,0,0,0,-1186.38,-2038.28,35.693,4.92561,400,400,3,0,1221,0,0,1), + (13390,2564,0,0,0,-1186.49,-2065.48,41.2948,0.971378,400,400,3,0,1221,0,0,1), + (13391,2555,0,0,0,-1199.68,-2040.94,38.7946,3.17742,400,400,5,0,1021,963,0,1), + (13392,2564,0,0,0,-1202.86,-2087.67,49.5209,0.130087,400,400,5,0,1221,0,0,1), + (13394,2564,0,0,0,-1194.16,-2109.44,54.0963,3.68236,400,400,5,0,1221,0,0,2), + (13417,2564,0,0,0,-1168.74,-2048.22,37.7092,3.94033,400,400,3,0,1221,0,0,1), + (13419,3615,1,0,0,-437.137,-2596,95.8708,3.7001,600,600,0,0,7423,7071,0,0), + (13420,4127,1,0,0,185.964,-1580.81,93.0799,1.17187,275,275,20,0,328,0,0,1), + (13421,4127,1,0,0,-831.079,-1848.48,92.6014,3.94909,275,275,20,0,328,0,0,1), + (13422,4127,1,0,0,-298.398,-1633.68,94.4124,0.756361,275,275,20,0,328,0,0,1), + (13430,4127,1,0,0,108.688,-1580.55,94.5806,5.33564,275,275,20,0,328,0,0,1), + (13431,4127,1,0,0,450.785,-3204.42,91.7917,4.39967,275,275,20,0,328,0,0,1), + (13432,4127,1,0,0,-1151.2,-3215.3,91.9167,1.59036,275,275,20,0,328,0,0,1), + (13433,4127,1,0,0,-1247.74,-2259.12,94.4242,1.98902,275,275,20,0,328,0,0,1), + (13434,4127,1,0,0,-55.3077,-1551.39,91.8642,2.86936,275,275,20,0,328,0,0,1), + (13435,4127,1,0,0,-1205.87,-1770.79,91.6968,0.742563,275,275,20,0,328,0,0,1), + (13436,4127,1,0,0,-1155.36,-1884.43,94.646,1.68426,275,275,20,0,328,0,0,1), + (13437,4127,1,0,0,-844.103,-1738.39,93.9739,1.81151,275,275,20,0,328,0,0,1), + (13438,4127,1,0,0,-87.4176,-1550.03,91.7917,0.220659,275,275,20,0,328,0,0,1), + (13439,4127,1,0,0,-1418.06,-2835.85,93.696,3.44449,275,275,20,0,328,0,0,1), + (13440,4127,1,0,0,-578.211,-1545.61,93.3424,3.86208,275,275,3,0,328,0,0,1), + (13441,4127,1,0,0,-317.225,-1480.71,91.8791,2.00825,275,275,20,0,328,0,0,1), + (13442,4127,1,0,0,-942.436,-1651.95,92.6606,4.52396,275,275,0,0,328,0,0,0), + (13443,4127,1,0,0,-1423.18,-2447.53,95.9034,4.71096,275,275,20,0,328,0,0,1), + (13444,4127,1,0,0,-1129.5,-3045.02,93.1445,0.135494,275,275,20,0,328,0,0,1), + (13445,4127,1,0,0,-362.071,-1487.59,92.1504,0.256826,275,275,20,0,328,0,0,1), + (13446,4127,1,0,0,-884.329,-1734.93,95.1329,1.65102,275,275,20,0,328,0,0,1), + (13447,4127,1,0,0,-1182.22,-2149.02,92.5774,1.11701,275,275,0,0,328,0,0,0), + (13448,4127,1,0,0,-1188.69,-3218.61,92.2917,5.59777,275,275,20,0,328,0,0,1), + (13449,4127,1,0,0,-1404.84,-3031.45,92.375,1.8802,275,275,20,0,328,0,0,1), + (13450,4127,1,0,0,-1239.65,-1882.52,82.0707,0.147924,275,275,20,0,328,0,0,1), + (13451,4127,1,0,0,-1069.5,-1812.31,91.8781,3.45833,275,275,20,0,328,0,0,1), + (13452,4127,1,0,0,-1074.31,-2859.01,92.3204,2.71975,275,275,20,0,328,0,0,1), + (13453,4127,1,0,0,-1036.89,-3044,92.1667,4.07171,275,275,20,0,328,0,0,1), + (13454,4127,1,0,0,-1105.7,-2864.98,93.9313,1.2729,275,275,20,0,328,0,0,1), + (13455,4127,1,0,0,-1361.19,-2776.54,93.8477,4.06172,275,275,20,0,328,0,0,1), + (13456,4127,1,0,0,-1281.28,-2021.61,94.0151,4.65765,275,275,20,0,328,0,0,1), + (13457,4127,1,0,0,-1215.72,-2113.73,89.6058,0.610865,275,275,0,0,328,0,0,0), + (13458,4127,1,0,0,-1431.57,-2841.5,94.1848,6.04863,275,275,20,0,328,0,0,1), + (13459,4127,1,0,0,-792.711,-1672.45,98.9027,3.66461,275,275,20,0,328,0,0,1), + (13460,4127,1,0,0,-1208.34,-3490.25,92.4167,0.769749,275,275,20,0,328,0,0,1), + (13461,4127,1,0,0,-942.238,-3386.48,92.7336,3.28289,275,275,20,0,328,0,0,1), + (13462,4127,1,0,0,-1554.56,-3051.54,95.8767,4.84388,275,275,20,0,328,0,0,1), + (13463,4127,1,0,0,-1228.47,-2042.08,91.7917,5.30613,275,275,20,0,328,0,0,1), + (13464,4127,1,0,0,182.123,-1647.79,93.5687,2.91097,275,275,20,0,328,0,0,1), + (13465,4127,1,0,0,-421.103,-3540.48,93.5497,5.14807,275,275,20,0,328,0,0,1), + (13466,4127,1,0,0,-351.366,-3380.44,91.8163,1.81344,275,275,3,0,328,0,0,1), + (13467,4127,1,0,0,-1088.51,-1916.01,91.8147,2.76155,275,275,20,0,328,0,0,1), + (13468,4127,1,0,0,-224.605,-3470.76,92.3681,1.94078,275,275,20,0,328,0,0,1), + (13469,4127,1,0,0,713.162,-2918.51,92.078,3.79793,275,275,20,0,328,0,0,1), + (13470,4127,1,0,0,651.987,-2649.92,94.3128,0.121447,275,275,20,0,328,0,0,1), + (13471,4127,1,0,0,-1372.44,-2584.5,94.7541,0.049967,275,275,20,0,328,0,0,1), + (13472,4127,1,0,0,-921.949,-3279.76,95.7527,2.82601,275,275,20,0,328,0,0,1), + (13473,4127,1,0,0,-1213.13,-2388.54,92.2819,5.95511,275,275,20,0,328,0,0,1), + (13474,4127,1,0,0,-1123.95,-2343.22,94.49,1.89687,275,275,20,0,328,0,0,1), + (13475,4127,1,0,0,-1195.95,-2342.03,91.7917,2.35544,275,275,20,0,328,0,0,1), + (13476,4127,1,0,0,-1072.59,-3004.06,92.9624,5.13875,275,275,20,0,328,0,0,1), + (13477,4127,1,0,0,-1189.35,-3086.35,93.6473,2.43057,275,275,20,0,328,0,0,1), + (13478,4127,1,0,0,-1374.52,-2550.41,98.4413,5.78078,275,275,20,0,328,0,0,1), + (13479,4127,1,0,0,-1086.59,-3101.16,94.5496,3.72255,275,275,20,0,328,0,0,1), + (13480,4127,1,0,0,-1003.14,-2975.27,92.1667,0.50928,275,275,20,0,328,0,0,1), + (13481,4127,1,0,0,-1280.52,-2548.56,91.8941,4.79354,275,275,20,0,328,0,0,1), + (13482,4127,1,0,0,-1494.69,-2845.83,94.6654,0.191184,275,275,20,0,328,0,0,1), + (13483,4127,1,0,0,-1424.34,-2972.37,93.0294,3.14944,275,275,20,0,328,0,0,1), + (13484,4127,1,0,0,-449.494,-3402.98,92.2559,1.58642,275,275,20,0,328,0,0,1), + (13485,4127,1,0,0,-731.679,-3240.54,94.1398,6.07851,275,275,20,0,328,0,0,1), + (13486,4127,1,0,0,-1225,-3175,93.3676,2.35086,275,275,20,0,328,0,0,1), + (13487,4128,1,0,0,-3420.06,-2272.54,94.8075,5.94845,275,275,20,0,573,0,0,1), + (13488,4128,1,0,0,-3420.05,-1862.57,92.0861,4.72997,275,275,20,0,573,0,0,1), + (13489,4128,1,0,0,-3363.92,-2225.28,92.2683,3.94535,275,275,20,0,573,0,0,1), + (13490,4128,1,0,0,-3753.76,-1847.93,94.4521,2.66518,275,275,15,0,573,0,0,1), + (13491,4128,1,0,0,-3518.73,-2406.33,92.9157,3.01245,275,275,20,0,573,0,0,1), + (13492,4128,1,0,0,-3356.7,-2186.16,92.1667,0.159168,275,275,20,0,573,0,0,1), + (13493,4128,1,0,0,-3495.31,-2389.94,91.8233,4.98163,275,275,20,0,573,0,0,1), + (13494,4128,1,0,0,-3449.58,-1833.96,91.9647,4.87423,275,275,20,0,573,0,0,1), + (13495,4128,1,0,0,-3454.79,-1896.77,95.5229,4.61082,275,275,20,0,573,0,0,1), + (13496,4128,1,0,0,-3725.73,-2445.07,95.5917,4.39064,275,275,3,0,573,0,0,1), + (13497,4128,1,0,0,-3317.96,-2193.26,91.9502,4.70899,275,275,20,0,573,0,0,1), + (13498,4128,1,0,0,-3588.48,-2418.25,98.5417,1.16221,275,275,20,0,573,0,0,1), + (13499,4128,1,0,0,-3520.72,-1979.54,94.3689,4.39886,275,275,20,0,573,0,0,1), + (13500,4128,1,0,0,-3382.76,-2154.74,92.3367,5.39963,275,275,20,0,573,0,0,1), + (13501,4128,1,0,0,-3450.21,-1930.48,94.324,4.59699,275,275,20,0,573,0,0,1), + (13502,4128,1,0,0,-3432.49,-1987.82,92.9167,2.09027,275,275,20,0,573,0,0,1), + (13503,4128,1,0,0,-3559.2,-1824.44,91.8326,0.159715,275,275,20,0,573,0,0,1), + (13504,4128,1,0,0,-3435.62,-2218.97,92.6983,0.363899,275,275,20,0,573,0,0,1), + (13505,4128,1,0,0,-3605.52,-1981.64,91.7917,1.3049,275,275,20,0,573,0,0,1), + (13506,4128,1,0,0,-3571.46,-1897.01,93.251,1.21853,275,275,20,0,573,0,0,1), + (13507,4128,1,0,0,-3655.84,-1952.2,92.2036,1.03984,275,275,20,0,573,0,0,1), + (13508,4128,1,0,0,-3568.31,-1989.8,91.7917,4.50436,275,275,20,0,573,0,0,1), + (13509,4128,1,0,0,-3619.55,-1945.36,94.1575,4.2305,275,275,20,0,573,0,0,1), + (13510,4128,1,0,0,-3722.8,-1965.37,95.2059,5.08419,275,275,20,0,573,0,0,1), + (13511,4128,1,0,0,-3490.44,-2250.83,92.7009,4.14985,275,275,20,0,573,0,0,1), + (13512,4128,1,0,0,-3852.04,-2158.06,93.9873,4.63622,275,275,20,0,573,0,0,1), + (13513,4128,1,0,0,-3880.7,-2116.49,93.4198,0.616029,275,275,20,0,573,0,0,1), + (13514,4128,1,0,0,-3914.34,-2080.18,95.2917,0.851109,275,275,20,0,573,0,0,1), + (13515,4128,1,0,0,-3787.51,-2111.85,92.9471,5.44666,275,275,20,0,573,0,0,1), + (13516,4128,1,0,0,-3894.34,-2176.36,91.9167,2.66903,275,275,20,0,573,0,0,1), + (13517,4128,1,0,0,-3856.93,-2077.45,91.8449,2.18619,275,275,20,0,573,0,0,1), + (13518,4128,1,0,0,-3615.28,-2150.61,91.8202,2.55392,275,275,20,0,573,0,0,1), + (13519,4128,1,0,0,-3856.51,-2274.9,91.7917,2.22972,275,275,20,0,573,0,0,1), + (13520,4128,1,0,0,-3764.4,-2284.94,91.8808,0.018613,275,275,20,0,573,0,0,1), + (13521,4128,1,0,0,-3742.11,-2335.98,94.8468,2.01085,275,275,20,0,573,0,0,1), + (13522,4129,1,0,0,-2119.74,-2088.68,94.0417,4.17156,275,275,20,0,417,0,0,1), + (13523,4129,1,0,0,-1653.7,-2183.39,91.4495,4.87529,275,275,20,0,417,0,0,1), + (13524,4129,1,0,0,-2227.48,-1758.61,91.7917,4.93918,275,275,20,0,417,0,0,1), + (13525,4129,1,0,0,-1510.68,-1906.12,92.9254,4.31339,275,275,20,0,417,0,0,1), + (13526,4129,1,0,0,-1975.24,-1876.08,93.4562,2.87483,275,275,20,0,417,0,0,1), + (13527,4129,1,0,0,-2081.27,-2381,91.7917,4.00553,275,275,20,0,417,0,0,1), + (13528,4129,1,0,0,-1507.86,-1927.57,91.791,5.17499,275,275,20,0,417,0,0,1), + (13529,4129,1,0,0,-1487.26,-1823.76,95.412,3.01254,275,275,20,0,417,0,0,1), + (13530,4129,1,0,0,-2004.94,-1781.69,91.9746,0.136161,275,275,20,0,417,0,0,1), + (13531,4129,1,0,0,-1546.04,-2120.59,82.9506,1.61942,275,275,20,0,417,0,0,1), + (13532,4129,1,0,0,-1547.92,-1771.94,92.2447,2.175,275,275,20,0,417,0,0,1), + (13533,4129,1,0,0,-1436.23,-1754.84,92.5058,5.97378,275,275,20,0,417,0,0,1), + (13534,4129,1,0,0,-2382.54,-2484.64,91.7917,4.73417,275,275,20,0,417,0,0,1), + (13535,4129,1,0,0,-1616.6,-2185.71,90.8282,3.51337,275,275,20,0,417,0,0,1), + (13536,4129,1,0,0,-1578.82,-2094.38,91.7246,1.11831,275,275,20,0,417,0,0,1), + (13537,4129,1,0,0,-1482.3,-1783.05,91.8475,3.15801,275,275,20,0,417,0,0,1), + (13538,4129,1,0,0,-2115,-2423.53,91.9167,0.269462,275,275,20,0,417,0,0,1), + (13539,4129,1,0,0,-1716.88,-1983.83,92.6667,5.60603,275,275,20,0,417,0,0,1), + (13540,4129,1,0,0,-1481.41,-2183.13,88.5757,1.37034,275,275,20,0,417,0,0,1), + (13541,4129,1,0,0,-1407.36,-1979.16,82.7522,3.00052,275,275,20,0,417,0,0,1), + (13542,4129,1,0,0,-2277.25,-1721.38,92.8075,5.70412,275,275,15,0,417,0,0,1), + (13543,4129,1,0,0,-1661.2,-2024.72,92.9167,3.55732,275,275,20,0,417,0,0,1), + (13544,4129,1,0,0,-1720.64,-2072.25,93.2917,2.10583,275,275,20,0,417,0,0,1), + (13545,4129,1,0,0,-1453.4,-1912.13,93.211,2.83923,275,275,20,0,417,0,0,1), + (13546,4129,1,0,0,-2181.17,-2477.37,95.7301,2.31833,275,275,20,0,417,0,0,1), + (13547,4129,1,0,0,-1956.48,-1907.33,94.2019,0.593076,275,275,20,0,417,0,0,1), + (13548,4129,1,0,0,-1931.8,-1982.75,92.1049,5.96329,275,275,20,0,417,0,0,1), + (13549,4129,1,0,0,-2144.16,-2125.37,92.0891,5.18648,275,275,20,0,417,0,0,1), + (13550,7714,1,0,0,-2376.27,-1995.74,96.7881,1.06465,275,275,0,0,1605,0,0,0), + (13551,16418,1,0,0,-944.93,-3580.12,27.5845,3.68265,275,275,0,0,1500,0,0,0), + (13552,8738,1,0,0,-836.957,-3729.88,19.9708,4.13643,275,275,0,0,2471,0,0,0), + (13553,3110,1,0,0,670.975,-3782.76,15.8008,1.32582,275,275,5,0,176,0,0,1), + (13554,3110,1,0,0,850.161,-3790.45,16.3887,1.54309,275,275,5,0,176,0,0,1), + (13555,3110,1,0,0,579.723,-3768.4,16.6287,2.74163,275,275,5,0,176,0,0,1), + (13556,3110,1,0,0,-653.088,-3961.34,17.0594,2.36448,275,275,5,0,176,0,0,1), + (13557,3110,1,0,0,901.132,-3779.37,15.6839,2.98171,275,275,5,0,176,0,0,1), + (13558,3110,1,0,0,-520.066,-3942.33,22.8473,4.67941,275,275,5,0,176,0,0,1), + (13559,3110,1,0,0,-345.174,-3891.57,16.5222,4.7202,275,275,5,0,176,0,0,1), + (13560,3110,1,0,0,1201.58,-3906.99,15.8521,0.433018,275,275,5,0,176,0,0,1), + (13561,3110,1,0,0,1250.89,-3922.28,15.1088,5.4125,275,275,5,0,176,0,0,1), + (13562,3110,1,0,0,-592.96,-3953.02,16.5175,2.70064,275,275,5,0,176,0,0,1), + (13563,3110,1,0,0,1049.17,-3840.36,15.0622,4.21788,275,275,5,0,176,0,0,1), + (13565,3110,1,0,0,566.883,-3729.24,20.1244,1.91986,275,275,0,0,176,0,0,0), + (13566,3110,1,0,0,201.138,-3748.54,15.0297,3.09772,275,275,5,0,176,0,0,1), + (13567,3110,1,0,0,-713.083,-3997.5,15.4585,4.83616,275,275,5,0,176,0,0,1), + (13568,3110,1,0,0,-384.928,-3911.26,15.787,5.42038,275,275,5,0,176,0,0,1), + (13569,3110,1,0,0,-146.488,-3781.52,14.2056,3.30413,275,275,5,0,176,0,0,1), + (13570,3110,1,0,0,251.447,-3780.23,21.2629,0.634115,275,275,5,0,176,0,0,1), + (13571,3110,1,0,0,12.6142,-3732.27,17.2314,6.26419,275,275,5,0,176,0,0,1), + (13572,3110,1,0,0,-214.576,-3853.52,21.3208,3.70535,275,275,5,0,176,0,0,1), + (13573,8236,1,0,0,-1680.04,-4307.64,-7.71996,4.55591,275,275,5,0,300,0,0,1), + (13574,8236,1,0,0,-1678.16,-4323.39,-8.4926,1.3953,275,275,5,0,300,0,0,1), + (13575,8236,1,0,0,-1678.81,-4328.9,-8.70404,4.05111,275,275,5,0,300,0,0,1), + (13576,8236,1,0,0,-1678.3,-4263.1,-8.5369,6.1828,275,275,5,0,300,0,0,1), + (13577,8236,1,0,0,-1679.54,-4284.89,-9.54847,4.82538,275,275,5,0,300,0,0,1), + (13578,14892,1,0,0,-26.3665,-2618.95,97.31,5.43324,275,275,6,0,42,0,0,2), + (13579,14893,1,0,0,52.7833,-2696.62,92.0416,6.04953,275,275,0,0,3016,0,0,0), + (13580,4397,1,0,0,-2350.69,-3918.57,-10.4931,1.36135,275,275,5,0,1403,0,0,1), + (13581,3374,1,0,0,-4198.33,-2283.81,55.44,5.55015,275,275,0,0,531,0,0,0), + (13582,3374,1,0,0,-4080.26,-2195.02,53.0787,5.39307,275,275,0,0,531,0,0,0), + (13583,3374,1,0,0,-4065.9,-2188.94,54.2709,1.309,275,275,0,0,531,0,0,0), + (13584,3374,1,0,0,-4219.26,-2282.07,52.3081,3.8863,275,275,0,0,531,0,0,0), + (13585,3374,1,0,0,-4180.62,-2166.62,54.9298,2.40855,275,275,0,0,531,0,0,0), + (13586,14894,1,0,0,186.99,-2876.54,92.3946,2.40786,275,275,2,0,64,0,0,2), + (13587,14894,1,0,0,181.584,-2874.58,92.5366,4.75777,275,275,2,0,64,0,0,2), + (13588,14894,1,0,0,178.04,-2878.44,92.3464,0.227594,275,275,2,0,64,0,0,2), + (13589,14894,1,0,0,181.763,-2878.53,92.3009,6.25945,275,275,2,0,64,0,0,2), + (13590,3374,1,0,0,-4201.58,-2240.32,52.5536,2.56563,275,275,0,0,531,0,0,0), + (13591,3374,1,0,0,-4192.03,-2214.28,53.3081,2.58911,275,275,5,0,531,0,0,1), + (13592,3374,1,0,0,-4223.21,-2260.73,53.3923,2.79253,275,275,0,0,531,0,0,0), + (13593,3374,1,0,0,-4052.7,-2145.54,90.1713,0.614874,275,275,5,0,531,0,0,1), + (13594,3374,1,0,0,-4121.3,-2175.81,50.3081,0.220147,275,275,0,0,531,0,0,0), + (13595,3630,1,0,0,-619.786,-2025.69,62.9112,2.80845,275,275,5,0,984,0,0,1), + (13596,3630,1,0,0,-719.266,-2116.27,67.2122,3.54302,275,275,0,0,984,0,0,0), + (13597,3630,1,0,0,-686.555,-2010.41,64.9932,1.19007,275,275,5,0,984,0,0,1), + (13598,3374,1,0,0,-4069.71,-2180.49,50.5461,3.16957,275,275,0,0,531,0,0,0), + (13599,3374,1,0,0,-4122.04,-2237.25,51.2195,5.3058,275,275,0,0,531,0,0,0), + (13600,3374,1,0,0,-4168.84,-2177.13,50.3081,2.88804,275,275,0,0,531,0,0,0), + (13601,3630,1,0,0,-769.856,-2052.69,74.8799,4.6311,275,275,3,0,984,0,0,1), + (13602,3374,1,0,0,-4143.26,-2243.15,53.1644,4.72984,275,275,0,0,531,0,0,0), + (13603,3374,1,0,0,-4162.53,-2246.74,59.3965,5.16617,275,275,0,0,531,0,0,0), + (13604,3374,1,0,0,-4184.92,-2262.35,51.035,5.61996,275,275,0,0,531,0,0,0), + (13605,3374,1,0,0,-4188.96,-2131.35,71.3358,5.86174,275,275,0,0,531,0,0,0), + (13606,3374,1,0,0,-4169.54,-2125.04,70.5858,2.04908,275,275,3,0,531,0,0,1), + (13607,3374,1,0,0,-4187.13,-2147.34,70.1343,2.75535,275,275,0,0,531,0,0,0), + (13608,3374,1,0,0,-4067.38,-2143.3,51.6791,5.81195,275,275,0,0,531,0,0,0), + (13609,3374,1,0,0,-4081.97,-2128.28,53.2427,2.18166,275,275,0,0,531,0,0,0), + (13610,3374,1,0,0,-4063.82,-2175.99,51.0358,3.29068,275,275,0,0,531,0,0,0), + (13611,3374,1,0,0,-4126.74,-2161.65,50.8614,0.15708,275,275,0,0,531,0,0,0), + (13612,3374,1,0,0,-4179.5,-2197.13,50.3081,2.42294,275,275,5,0,531,0,0,1), + (13613,3374,1,0,0,-4161.41,-2223.22,51.5581,5.87214,275,275,5,0,531,0,0,1), + (13614,3374,1,0,0,-4114.86,-2186.04,50.3966,5.74213,275,275,0,0,531,0,0,0), + (13615,3374,1,0,0,-4146.53,-2160.73,51.4417,4.45059,275,275,0,0,531,0,0,0), + (13616,3374,1,0,0,-4151.9,-2179.89,50.6746,5.18363,275,275,0,0,531,0,0,0), + (13617,3374,1,0,0,-4105,-2211.54,53.2454,0.314159,275,275,0,0,531,0,0,0), + (13618,3631,1,0,0,-593.004,-2200.08,45.8833,4.61233,275,275,5,0,1068,0,0,1), + (13619,3631,1,0,0,-555.096,-2307.4,31.0662,0.503856,275,275,5,0,1068,0,0,1), + (13620,3631,1,0,0,-628.441,-2383.79,26.9375,0.169598,275,275,5,0,1068,0,0,1), + (13621,3631,1,0,0,-715.282,-2290.64,16.5748,5.02594,275,275,5,0,1068,0,0,1), + (13622,3631,1,0,0,-683.101,-2291.08,16.4169,2.02506,275,275,5,0,1068,0,0,1), + (13623,3631,1,0,0,-709.715,-2259.26,15.0438,2.3403,275,275,5,0,1068,0,0,1), + (13624,3631,1,0,0,-588.815,-2179.65,48.4941,3.5211,275,275,5,0,1068,0,0,1), + (13625,3375,1,0,0,-4124.47,-2194.2,50.3896,5.00217,275,275,0,0,573,0,0,0), + (13626,3375,1,0,0,-4135.51,-2158.88,50.699,1.52386,275,275,0,0,573,0,0,0), + (13627,3375,1,0,0,-4148.83,-2202.24,50.3081,6.08441,275,275,0,0,573,0,0,0), + (13628,3375,1,0,0,-4078.73,-2158.83,50.3654,2.59044,275,275,0,0,573,0,0,2), + (13629,3375,1,0,0,-4086.57,-2190.37,50.5521,6.00131,275,275,5,0,573,0,0,1), + (13630,3375,1,0,0,-4125.4,-2210.24,50.341,2.10908,275,275,5,0,573,0,0,1), + (13631,3375,1,0,0,-4157.34,-2189.23,50.3081,1.16312,275,275,5,0,573,0,0,1), + (13632,3375,1,0,0,-4164.1,-2184.44,50.8827,6.0912,275,275,0,0,573,0,0,0), + (13633,3376,1,0,0,-4059,-2386.02,126.13,6.23289,275,275,0,0,617,0,0,0), + (13634,3376,1,0,0,-4070.94,-2357.54,108.909,0.003681,275,275,2,0,617,0,0,1), + (13635,3376,1,0,0,-4058.86,-2412.24,135.854,1.32954,275,275,0,0,617,0,0,0), + (13636,3376,1,0,0,-4068.98,-2377.65,110.381,2.1293,275,275,0,0,617,0,0,0), + (13637,8496,1,0,0,-1004.47,-3705.17,4.64174,5.70723,275,275,0,0,748,0,0,0), + (13638,3376,1,0,0,-4091.6,-2385.19,124.743,0.917954,275,275,5,0,617,0,0,2), + (13639,3376,1,0,0,-4059.14,-2417.05,126.133,4.1868,275,275,2,0,617,0,0,1), + (13640,3376,1,0,0,-4050.95,-2409.87,135.854,2.81914,275,275,2,0,617,0,0,1), + (13641,3376,1,0,0,-4117.55,-2311.4,127.675,0.217328,275,275,0,0,617,0,0,0), + (13642,3376,1,0,0,-4099.82,-2328.2,126.129,1.88496,275,275,0,0,617,0,0,0), + (13643,3376,1,0,0,-4086.07,-2322.53,126.131,2.04204,275,275,0,0,617,0,0,0), + (13644,3376,1,0,0,-4108.06,-2353.78,127.52,1.74922,275,275,2,0,617,0,0,1), + (13645,3376,1,0,0,-4071.5,-2360.22,126.13,1.78653,275,275,5,0,617,0,0,1), + (13646,3376,1,0,0,-4098.33,-2373.1,126.13,6.23739,275,275,3,0,617,0,0,1), + (13647,3376,1,0,0,-4080.39,-2368.03,126.13,4.17354,275,275,2,0,617,0,0,1), + (13648,3376,1,0,0,-4073.13,-2275.63,123.19,3.43134,275,275,0,0,617,0,0,0), + (13649,3376,1,0,0,-4045.87,-2288.26,119.641,4.16589,275,275,2,0,617,0,0,1), + (13650,3632,1,0,0,-586.087,-2071.17,56.5537,-2.25764,275,275,0,0,984,0,0,0), + (13651,3632,1,0,0,-699.78,-2096.64,65.7264,1.71005,275,275,5,0,984,0,0,1), + (13652,3632,1,0,0,-620.265,-2026.42,62.9523,4.24967,275,275,5,0,984,0,0,2), + (13653,3632,1,0,0,-702.455,-2057.59,65.516,2.0034,275,275,5,0,984,0,0,1), + (13654,3632,1,0,0,-654.005,-2029.85,65.9875,0.434632,275,275,5,0,984,0,0,1), + (13655,3632,1,0,0,-738.699,-2058.32,70.5042,1.71042,275,275,0,0,984,0,0,0), + (13656,3632,1,0,0,-584.58,-2047.01,57.6679,5.14236,275,275,5,0,984,0,0,1), + (13657,3632,1,0,0,-756.016,-2068.75,70.8579,3.3913,275,275,5,0,984,0,0,1), + (13658,3632,1,0,0,-792.941,-2028.69,79.6854,4.59415,275,275,5,0,984,0,0,1), + (13659,3632,1,0,0,-770.182,-2056.52,75.0576,4.20922,275,275,5,0,984,0,0,2), + (13660,3632,1,0,0,-737.278,-2098.99,74.9887,5.88898,275,275,5,0,984,0,0,1), + (13661,3632,1,0,0,-690.418,-2016.85,65.7357,4.09559,275,275,5,0,984,0,0,1), + (13662,3376,1,0,0,-4036.3,-2397.58,135.856,5.07047,275,275,2,0,617,0,0,1), + (13663,3377,1,0,0,-4092.78,-2378.36,135.855,3.3581,275,275,2,0,664,0,0,1), + (13664,3377,1,0,0,-4086.65,-2389.44,118.076,3.97791,275,275,2,0,664,0,0,1), + (13665,3377,1,0,0,-4078.41,-2369.83,108.992,1.67552,275,275,0,0,664,0,0,0), + (13666,3377,1,0,0,-4082.9,-2398.66,135.856,2.3115,275,275,2,0,664,0,0,1), + (13667,3377,1,0,0,-4056.19,-2380.15,118.076,2.24807,275,275,5,0,664,0,0,2), + (13668,3377,1,0,0,-4072.65,-2391.81,118.076,0.636946,275,275,5,0,664,0,0,2), + (13669,3377,1,0,0,-4106.18,-2294.98,126.465,3.19993,275,275,0,0,664,0,0,0), + (13670,3377,1,0,0,-4085.58,-2336.61,126.13,2.76589,275,275,6,0,664,0,0,2), + (13671,3377,1,0,0,-4124.23,-2334.84,128.679,4.72586,275,275,0,0,664,0,0,0), + (13672,3377,1,0,0,-4085.55,-2348.75,126.13,4.36414,275,275,0,0,664,0,0,0), + (13673,3377,1,0,0,-4064.48,-2333.4,127.519,4.49862,275,275,3,0,664,0,0,1), + (13674,3377,1,0,0,-4054.32,-2352.61,126.13,2.5463,275,275,3,0,664,0,0,2), + (13675,3633,1,0,0,-574.995,-2202.39,46.3733,4.95041,275,275,5,0,1068,0,0,1), + (13676,3633,1,0,0,-591.547,-2231.25,42.0023,2.18189,275,275,5,0,1068,0,0,1), + (13677,3633,1,0,0,-602.303,-2177.95,49.7213,3.32647,275,275,5,0,1068,0,0,1), + (13678,3633,1,0,0,-587.023,-2320.77,27.0485,3.32951,275,275,5,0,1068,0,0,1), + (13679,3633,1,0,0,-558.996,-2245.18,40.3244,0.697156,275,275,5,0,1068,0,0,1), + (13680,3633,1,0,0,-605.579,-2202.85,47.1908,2.80694,275,275,5,0,1068,0,0,1), + (13681,3633,1,0,0,-637.737,-2359.97,20.6555,4.54861,275,275,5,0,1068,0,0,1), + (13682,3633,1,0,0,-597.991,-2361.27,24.1485,3.45914,275,275,5,0,1068,0,0,1), + (13683,3633,1,0,0,-568.798,-2286.27,31.869,2.01627,275,275,5,0,1068,0,0,1), + (13684,3633,1,0,0,-548.19,-2325.85,31.8243,5.56724,275,275,5,0,1068,0,0,1), + (13685,3633,1,0,0,-682.315,-2338.5,18.083,4.43314,275,275,0,0,1068,0,0,0), + (13686,3633,1,0,0,-701.556,-2275.48,16.4813,5.27352,275,275,5,0,1068,0,0,1), + (13687,3633,1,0,0,-694.132,-2193.38,30.9833,5.50887,275,275,5,0,1068,0,0,1), + (13688,3633,1,0,0,-643.7,-2181.51,45.0998,1.81398,275,275,5,0,1068,0,0,1), + (13689,3377,1,0,0,-4056.12,-2305.36,127.175,2.25591,275,275,2,0,664,0,0,1), + (13690,3377,1,0,0,-4069.81,-2299.57,124.815,1.40607,275,275,0,0,664,0,0,0), + (13691,3377,1,0,0,-4043.01,-2379.94,135.857,1.5438,275,275,2,0,664,0,0,1), + (13692,3378,1,0,0,-4050.22,-2368.29,118.076,5.21282,275,275,2,0,788,0,0,1), + (13693,3378,1,0,0,-4068.24,-2364.63,108.992,2.46091,275,275,0,0,788,0,0,0), + (13694,3378,1,0,0,-4068.6,-2419.86,135.853,6.07644,275,275,2,0,788,0,0,1), + (13695,3378,1,0,0,-4083.7,-2363.32,108.909,1.82801,275,275,2,0,788,0,0,1), + (13696,3378,1,0,0,-4085.39,-2395.63,124.742,4.35946,275,275,0,0,788,0,0,0), + (13697,3378,1,0,0,-4056.48,-2356.24,135.855,0.057369,275,275,2,0,788,0,0,1), + (13698,3378,1,0,0,-4033.32,-2403.64,126.131,0.156323,275,275,0,0,788,0,0,0), + (13699,3378,1,0,0,-4059.56,-2393.52,126.13,6.03654,275,275,0,0,788,0,0,0), + (13700,3378,1,0,0,-4079.03,-2305.74,125.778,1.81514,275,275,0,0,788,0,0,0), + (13701,3378,1,0,0,-4071.59,-2382.75,126.13,4.86794,275,275,0,0,788,0,0,0), + (13702,3634,1,0,0,-554.679,-2228.17,46.7477,0.69493,275,275,5,0,984,0,0,1), + (13703,3634,1,0,0,-685.966,-2248.91,17.2685,4.31427,275,275,5,0,984,0,0,1), + (13704,3634,1,0,0,-669.561,-1996.79,62.1532,0.009996,275,275,5,0,984,0,0,2), + (13705,3634,1,0,0,-752.352,-2086.72,75.123,5.96912,275,275,5,0,984,0,0,2), + (13706,3379,1,0,0,345.156,-2276.85,242.759,3.00494,275,275,0,0,198,0,0,0), + (13707,3379,1,0,0,322.296,-2156.63,212.436,1.34358,275,275,5,0,198,0,0,1), + (13708,3379,1,0,0,389.586,-2218.86,184.238,4.9167,275,275,0,0,198,0,0,0), + (13709,3379,1,0,0,542.434,-2228.31,92.4059,1.53639,275,275,5,0,198,0,0,1), + (13710,3379,1,0,0,404.083,-2204.68,182.761,5.628,275,275,0,0,198,0,0,0), + (13711,3379,1,0,0,318.887,-2225.73,212.504,5.68724,275,275,5,0,198,0,0,2), + (13712,3379,1,0,0,316.669,-2211.67,213.354,2.71823,275,275,0,0,198,0,0,0), + (13713,3379,1,0,0,338.578,-2248.21,240.117,5.96469,275,275,0,0,198,0,0,0), + (13714,3379,1,0,0,387.361,-2067.34,133.031,3.50722,275,275,5,0,198,0,0,2), + (13715,3379,1,0,0,351.639,-2160.61,213.542,3.54302,275,275,0,0,198,0,0,0), + (13716,3379,1,0,0,589.491,-2264.52,91.7917,3.2918,275,275,5,0,198,0,0,1), + (13717,3379,1,0,0,298.653,-2178.85,213.197,3.57518,275,275,0,0,198,0,0,0), + (13718,3379,1,0,0,331.321,-2289.56,241.433,3.39171,275,275,0,0,198,0,0,0), + (13719,3379,1,0,0,604.197,-2231.59,91.7917,0.388831,275,275,5,0,198,0,0,1), + (13720,3379,1,0,0,393.528,-2236.48,188.572,4.16879,275,275,0,0,198,0,0,0), + (13721,3379,1,0,0,542.827,-2139.62,92.1667,5.44498,275,275,5,0,198,0,0,1), + (13722,3379,1,0,0,393.371,-2107.34,136.743,0.866531,275,275,0,0,198,0,0,0), + (13723,3379,1,0,0,350.552,-2177.84,210.553,5.83003,275,275,5,0,198,0,0,2), + (13724,3379,1,0,0,400.656,-2088.59,133.726,0.878769,275,275,0,0,198,0,0,0), + (13725,3379,1,0,0,323.201,-2177.82,213.923,4.15639,275,275,3,0,198,0,0,2), + (13726,3379,1,0,0,314.15,-2194.63,213.048,3.76847,275,275,3,0,198,0,0,1), + (13727,3379,1,0,0,597.596,-2198.71,91.7917,3.30767,275,275,5,0,198,0,0,1), + (13728,3379,1,0,0,404.072,-2219.44,183.636,5.46074,275,275,0,0,198,0,0,0), + (13729,3379,1,0,0,394.449,-2071.46,132.199,2.98646,275,275,6,0,198,0,0,2), + (13730,3379,1,0,0,380.576,-2086.33,134.074,4.75078,275,275,0,0,198,0,0,0), + (13731,3379,1,0,0,380.776,-2105.6,135.118,2.02733,275,275,2,0,198,0,0,1), + (13732,3380,1,0,0,352.614,-2278.37,244.634,5.91114,275,275,0,0,199,459,0,0), + (13733,3380,1,0,0,298.438,-2189.37,213.322,2.41297,275,275,0,0,199,459,0,0), + (13734,3380,1,0,0,327.431,-2192.19,212.423,4.56637,275,275,3,0,199,459,0,1), + (13735,3380,1,0,0,326.624,-2244.81,241.131,3.55063,275,275,0,0,199,459,0,0), + (13736,3380,1,0,0,568.561,-2267.84,95.5417,0.265934,275,275,3,0,199,459,0,1), + (13737,3380,1,0,0,572.237,-2233.42,94.1149,2.93898,275,275,5,0,199,459,0,1), + (13738,3380,1,0,0,395.265,-2206.66,183.738,0.064694,275,275,0,0,199,459,0,0), + (13739,3380,1,0,0,374.69,-2161.41,212.271,2.13908,275,275,0,0,199,459,0,0), + (13740,3380,1,0,0,402.647,-2228.35,185.386,1.7662,275,275,0,0,199,459,0,0), + (13741,3380,1,0,0,315.606,-2246.67,214.393,4.74649,275,275,0,0,199,459,0,0), + (13742,3380,1,0,0,388.859,-2093.44,132.199,3.52428,275,275,0,0,199,459,0,0), + (13743,3380,1,0,0,296.875,-2209.38,213.065,1.48674,275,275,0,0,199,459,0,0), + (13744,3380,1,0,0,392.509,-2223.86,184.363,5.55611,275,275,0,0,199,459,0,0), + (13745,3380,1,0,0,571.659,-2196.09,100.656,1.10426,275,275,0,0,199,459,0,0), + (13746,3380,1,0,0,343.56,-2203.23,219.577,0.655561,275,275,0,0,199,459,0,0), + (13747,3380,1,0,0,543.371,-2130.23,92.1667,1.18613,275,275,5,0,199,459,0,1), + (13748,3380,1,0,0,310.424,-2173.85,214.548,4.25947,275,275,3,0,199,459,0,1), + (13749,3380,1,0,0,326.662,-2287.95,243.058,2.01997,275,275,0,0,199,459,0,0), + (13750,3380,1,0,0,305.66,-2255.47,244.234,3.45575,275,275,0,0,199,459,0,0), + (13751,14901,1,0,0,-623.98,-3180.06,91.75,2.40855,275,275,0,0,138,0,0,2), + (13752,14901,1,0,0,-576.141,-3149.49,95.0499,2.37365,275,275,0,0,138,0,0,0), + (13753,14901,1,0,0,-545.502,-3163.96,93.6604,5.44543,275,275,0,0,138,0,0,0), + (13754,14901,1,0,0,-527.328,-3155.94,96.5555,2.70526,275,275,0,0,138,0,0,0), + (13755,3381,1,0,0,-1543.04,-3905.79,13.8268,1.37915,275,275,5,0,247,0,0,2), + (13756,14901,1,0,0,-573.482,-3157.51,94.8628,4.60767,275,275,0,0,138,0,0,0), + (13757,14901,1,0,0,-510.815,-3162.06,94.881,5.32325,275,275,0,0,138,0,0,0), + (13758,3381,1,0,0,-1364.86,-3902.58,10.714,5.93721,275,275,0,0,247,0,0,0), + (13759,14901,1,0,0,-3.25799,-3652.25,27.4868,0.907133,275,275,0,0,138,0,0,0), + (13760,3381,1,0,0,-1355.43,-3909.21,9.08899,3.40444,275,275,0,0,247,0,0,0), + (13761,14901,1,0,0,-559.173,-3152.34,95.5284,0.383972,275,275,0,0,138,0,0,0), + (13762,14901,1,0,0,-510.429,-3155.92,95.2224,0.314159,275,275,0,0,138,0,0,0), + (13763,14901,1,0,0,-558.887,-3163.22,94.3713,3.61283,275,275,0,0,138,0,0,0), + (13764,14901,1,0,0,-545.446,-3158.18,94.4741,1.88496,275,275,0,0,138,0,0,0), + (13765,14901,1,0,0,-637.907,-3183.19,91.7917,4.67215,275,275,0,0,138,0,0,2), + (13766,3381,1,0,0,-1511.47,-3820.35,22.8555,3.83987,275,275,0,0,247,0,0,0), + (13767,3381,1,0,0,-1503.98,-3828.93,23.4805,4.1928,275,275,0,0,247,0,0,0), + (13768,3381,1,0,0,-1575.23,-3890.42,14.9673,4.81056,275,275,0,0,247,0,0,0), + (13769,14901,1,0,0,-523.563,-3138.01,94.5256,0.855211,275,275,0,0,138,0,0,0), + (13770,14901,1,0,0,-2405.6,-1630.36,91.3014,1.80851,275,275,0,0,138,0,0,0), + (13771,3381,1,0,0,-1694.18,-3822.89,14.0629,3.16988,275,275,10,0,247,0,0,1), + (13772,14901,1,0,0,-627.443,-3180.37,91.75,0.837758,275,275,0,0,138,0,0,0), + (13773,14901,1,0,0,-14.359,-3596.14,29.4378,6.10608,275,275,0,0,138,0,0,0), + (13775,14901,1,0,0,-628.982,-3160.92,92.2917,1.20787,275,275,0,0,138,0,0,2), + (13776,14901,1,0,0,-614.354,-3171.92,91.6669,3.83255,275,275,0,0,138,0,0,0), + (13777,3381,1,0,0,-1322.96,-3884.7,11.2829,4.5612,275,275,5,0,247,0,0,1), + (13778,3381,1,0,0,-1356.29,-3871.02,16.3233,1.28062,275,275,15,0,247,0,0,1), + (13779,3381,1,0,0,-1379.15,-3878.25,15.4789,0.994576,275,275,15,0,247,0,0,1), + (13780,3381,1,0,0,-1449.32,-3851.92,19.6078,1.12461,275,275,15,0,247,0,0,1), + (13781,3381,1,0,0,-1420.13,-3851.93,18.3638,4.48549,275,275,15,0,247,0,0,1), + (13782,3381,1,0,0,-1475.19,-3824.18,23.9217,0.29135,275,275,15,0,247,0,0,1), + (13783,3381,1,0,0,-1484.97,-3845.57,22.3606,6.11632,275,275,15,0,247,0,0,1), + (13784,3381,1,0,0,-1556.19,-3844.3,19.3562,2.11123,275,275,15,0,247,0,0,1), + (13785,3381,1,0,0,-1585.06,-3863.53,16.6472,2.09521,275,275,15,0,247,0,0,1), + (13786,3381,1,0,0,-1710.46,-3853.85,9.36928,4.64775,275,275,5,0,247,0,0,1), + (13787,3381,1,0,0,-1652.93,-3845.09,13.9604,2.23863,275,275,15,0,247,0,0,1), + (13788,3381,1,0,0,-1710.5,-3815.38,13.1143,1.58423,275,275,6,0,247,0,0,2), + (13789,3381,1,0,0,-1742.9,-3730.12,13.7647,5.00424,275,275,0,0,247,0,0,0), + (13790,3381,1,0,0,-1719.14,-3822.49,12.2393,2.11395,275,275,0,0,247,0,0,0), + (13791,3381,1,0,0,-1779.11,-3746.11,6.99488,1.16129,275,275,5,0,247,0,0,1), + (13792,3381,1,0,0,-1316.59,-3819.8,18.2767,5.45288,275,275,15,0,247,0,0,1), + (13793,3381,1,0,0,-1387.12,-3820.48,23.6107,4.45402,275,275,2,0,247,0,0,1), + (13794,3382,1,0,0,-1362.63,-3753.26,59.8992,2.50069,275,275,3,0,273,0,0,1), + (13795,3382,1,0,0,-1500.4,-3819.95,23.7305,4.44864,275,275,0,0,273,0,0,0), + (13796,3382,1,0,0,-1551.75,-3879.11,17.9673,2.60781,275,275,10,0,273,0,0,1), + (13797,3382,1,0,0,-1364.4,-3922.69,10.464,4.67184,275,275,0,0,273,0,0,0), + (13798,3382,1,0,0,-1584.63,-3893.37,13.8423,0.76581,275,275,5,0,273,0,0,1), + (13799,3382,1,0,0,-1614.85,-3881.7,14.5977,5.25441,275,275,15,0,273,0,0,1), + (13800,3382,1,0,0,-1563.96,-3906.81,12.5768,4.07916,275,275,5,0,273,0,0,1), + (13801,3638,1,0,0,-588.715,-2200.04,45.6285,5.36316,275,275,5,0,1068,0,0,2), + (13802,3638,1,0,0,-556.093,-2315.58,29.8233,4.80549,275,275,5,0,1068,0,0,1), + (13803,3638,1,0,0,-565.809,-2266.46,34.8986,3.56449,275,275,5,0,1068,0,0,1), + (13804,3638,1,0,0,-642.9,-2353.11,19.7135,1.81058,275,275,5,0,1068,0,0,1), + (13805,3638,1,0,0,-674.48,-2371.77,24.0559,3.28122,275,275,0,0,1068,0,0,0), + (13806,3638,1,0,0,-682.4,-2232.42,17.3706,5.89921,275,275,0,0,1068,0,0,0), + (13807,3638,1,0,0,-703.857,-2195.14,26.31,2.89072,275,275,5,0,1068,0,0,2), + (13808,3382,1,0,0,-1488.66,-3812.55,25.2301,1.2821,275,275,5,0,273,0,0,1), + (13809,3382,1,0,0,-1541.96,-3819.97,19.0987,2.02569,275,275,5,0,273,0,0,1), + (13810,3638,1,0,0,-620.707,-2198.56,49.8051,4.4277,275,275,5,0,1068,0,0,1), + (13811,3382,1,0,0,-1519.15,-3850.85,21.0148,3.94356,275,275,5,0,273,0,0,1), + (13812,3638,1,0,0,-677.419,-2049.47,67.1401,3.35103,275,275,0,0,1068,0,0,0), + (13813,3638,1,0,0,-641.45,-2024.57,64.999,3.20455,275,275,5,0,1068,0,0,1), + (13814,3382,1,0,0,-1729.21,-3839.87,10.4943,0.205792,275,275,5,0,273,0,0,1), + (13815,3382,1,0,0,-1685.82,-3849.45,12.5808,3.78859,275,275,10,0,273,0,0,1), + (13816,3382,1,0,0,-1715.62,-3828.13,12.1143,2.35616,275,275,0,0,273,0,0,0), + (13817,3382,1,0,0,-1714.95,-3773.84,13.0647,4.02789,275,275,5,0,273,0,0,1), + (13818,3382,1,0,0,-1751.15,-3732.45,12.8897,2.18992,275,275,0,0,273,0,0,0), + (13819,3382,1,0,0,-1745.06,-3755.27,10.4459,2.73388,275,275,5,0,273,0,0,1), + (13820,3382,1,0,0,-1731.59,-3715.31,16.9736,5.86292,275,275,0,0,273,0,0,0), + (13821,3382,1,0,0,-1778.44,-3724.77,10.1538,6.2148,275,275,5,0,273,0,0,1), + (13822,3382,1,0,0,-1348.52,-3848.37,17.9376,0.617578,275,275,15,0,273,0,0,1), + (13823,3383,1,0,0,-1383.15,-3687.65,93.5383,4.19021,275,275,15,0,270,0,0,1), + (13824,3383,1,0,0,-1319.45,-3680.38,94.4891,1.42223,275,275,5,0,270,0,0,1), + (13825,3383,1,0,0,-1476.24,-3680.36,93.3553,3.91796,275,275,5,0,270,0,0,2), + (13826,3383,1,0,0,-1380.79,-3598.68,91.9223,4.4005,275,275,0,0,270,0,0,0), + (13827,3383,1,0,0,-1454.21,-3678.04,94.2608,2.46724,275,275,5,0,270,0,0,1), + (13828,3383,1,0,0,-1343.98,-3655.04,94.2917,5.24186,275,275,5,0,270,0,0,1), + (13829,3383,1,0,0,-1377.99,-3621.68,93.0595,4.8394,275,275,15,0,270,0,0,1), + (13830,3383,1,0,0,-1435.13,-3655.66,92.164,0.707225,275,275,0,0,270,0,0,0), + (13831,3383,1,0,0,-1632.72,-3611.71,91.7791,4.81137,275,275,0,0,270,0,0,0), + (13832,3383,1,0,0,-1466.42,-3654.79,92.164,4.82182,275,275,0,0,270,0,0,0), + (13833,3383,1,0,0,-1689.12,-3609.2,92.6125,0.986458,275,275,0,0,270,0,0,0), + (13834,2564,0,0,0,-1207.1,-2032.84,39.2927,1.41958,400,400,3,0,1221,0,0,1), + (13835,3383,1,0,0,-1354.75,-3609.21,95.0417,1.40191,275,275,3,0,270,0,0,1), + (13836,3383,1,0,0,-1717.36,-3586.68,91.7917,0.442002,275,275,5,0,270,0,0,1), + (13837,3383,1,0,0,-1504.79,-3685.6,91.81,4.80416,275,275,0,0,270,0,0,0), + (13838,3383,1,0,0,-1647.02,-3584.82,94.2038,1.85839,275,275,5,0,270,0,0,1), + (13839,3383,1,0,0,-1492.01,-3658.11,92.2071,4.97259,275,275,0,0,270,0,0,0), + (13840,3383,1,0,0,-1359.43,-3677.66,92.9133,0.121495,275,275,0,0,270,0,0,0), + (13841,3383,1,0,0,-1418.62,-3707.99,93.7039,5.51736,275,275,0,0,270,0,0,0), + (13842,3383,1,0,0,-1512.1,-3715.74,92.0046,0.465637,275,275,5,0,270,0,0,1), + (13843,3383,1,0,0,-1605.69,-3688.5,91.6631,5.11785,275,275,5,0,270,0,0,1), + (13844,3383,1,0,0,-1580.98,-3704.66,91.7976,0.743618,275,275,5,0,270,0,0,1), + (13845,3383,1,0,0,-1614.56,-3655.39,94.3884,5.05761,275,275,5,0,270,0,0,1), + (13846,3384,1,0,0,-1372.47,-3597.1,91.7973,1.43257,275,275,0,0,300,0,0,0), + (13847,3384,1,0,0,-1547.45,-3680.81,100.81,6.27123,275,275,0,0,300,0,0,0), + (13848,5944,1,0,0,-2396.19,-1937.91,96.8255,1.62316,275,275,0,0,1240,0,0,0), + (13849,3384,1,0,0,-1628.84,-3619.29,91.7791,3.49144,275,275,0,0,300,0,0,0), + (13850,3384,1,0,0,-1590.6,-3680.03,91.9167,1.9592,275,275,0,0,300,0,0,0), + (13851,3384,1,0,0,-1694.16,-3605.53,92.1125,5.54986,275,275,0,0,300,0,0,0), + (13852,3384,1,0,0,-1462.93,-3638.82,92.164,1.24317,275,275,0,0,300,0,0,0), + (13853,3384,1,0,0,-1388.78,-3648.11,93.3095,3.16945,275,275,5,0,300,0,0,1), + (13854,3384,1,0,0,-1695.83,-3617.48,91.9875,3.14334,275,275,5,0,300,0,0,1), + (13855,3384,1,0,0,-1365.35,-3667.45,93.1633,0.753877,275,275,0,0,300,0,0,0), + (13856,3384,1,0,0,-1467.05,-3661.02,92.2071,5.79127,275,275,0,0,300,0,0,0), + (13857,3384,1,0,0,-1498.93,-3680.29,91.8797,1.29545,275,275,0,0,300,0,0,0), + (13858,3384,1,0,0,-1679.05,-3584.12,93.2891,0.212183,275,275,5,0,300,0,0,1), + (13859,3384,1,0,0,-1713.15,-3609.62,92.0634,1.11498,275,275,15,0,300,0,0,1), + (13860,3384,1,0,0,-1415.42,-3681.08,93.8858,3.89734,275,275,15,0,300,0,0,1), + (13861,3384,1,0,0,-1481.86,-3709.45,93.8452,2.80532,275,275,5,0,300,0,0,1), + (13862,3384,1,0,0,-1542.27,-3713.02,92.0002,0.405506,275,275,5,0,300,0,0,1), + (13863,3384,1,0,0,-1644.85,-3648.26,91.9672,5.67541,275,275,5,0,300,0,0,1), + (13864,3385,1,0,0,-2047.22,-3469,99.9157,2.12752,275,275,0,0,334,0,0,0), + (13865,3385,1,0,0,-2102.72,-3547.09,93.5763,1.03446,275,275,0,0,334,0,0,0), + (13866,3385,1,0,0,-2150.47,-3585.64,91.777,0.829631,275,275,0,0,334,0,0,0), + (13867,3385,1,0,0,-2191.69,-3698.57,90.6591,3.98492,275,275,5,0,334,0,0,2), + (13868,3385,1,0,0,-1938.34,-3713.84,7.20031,2.56931,275,275,5,0,334,0,0,1), + (13869,3385,1,0,0,-1996.04,-3604.83,23.5696,0.795989,275,275,0,0,334,0,0,0), + (13870,3385,1,0,0,-2112.75,-3667.29,61.3254,1.92946,275,275,0,0,334,0,0,0), + (13871,3385,1,0,0,-2122.1,-3653.21,61.3179,5.84166,275,275,0,0,334,0,0,0), + (13872,3385,1,0,0,-2214.54,-3773.77,95.7741,5.04926,275,275,0,0,334,0,0,0), + (13873,3385,1,0,0,-1999.21,-3611.73,23.5696,2.06045,275,275,0,0,334,0,0,0), + (13874,3385,1,0,0,-2004.69,-3638.1,23.0931,1.13588,275,275,3,0,334,0,0,1), + (13875,3385,1,0,0,-2063.93,-3645.5,66.1376,5.03229,275,275,2,0,334,0,0,1), + (13876,3385,1,0,0,-2032.23,-3618.07,22.2906,1.80797,275,275,0,0,334,0,0,0), + (13877,3385,1,0,0,-1912.53,-3687.93,9.46631,5.50055,275,275,5,0,334,0,0,2), + (13878,3385,1,0,0,-2145.21,-3535.41,91.8284,6.25357,275,275,0,0,334,0,0,0), + (13879,3385,1,0,0,-2108.07,-3660.6,96.1894,2.83512,275,275,6,0,334,0,0,2), + (13880,3385,1,0,0,-2060.42,-3506.78,91.7265,2.74872,275,275,2,0,334,0,0,1), + (13881,3385,1,0,0,-2021.26,-3628.24,21.8637,4.79745,275,275,5,0,334,0,0,2), + (13882,3385,1,0,0,-2205.21,-3736.46,92.7907,3.25012,275,275,0,0,334,0,0,0), + (13883,3385,1,0,0,-1975.95,-3594.04,21.8843,0.075859,275,275,2,0,334,0,0,1), + (13884,3385,1,0,0,-2098.78,-3500.2,94.9946,3.34538,275,275,0,0,334,0,0,0), + (13885,3385,1,0,0,-2086.35,-3660.21,96.2157,3.84519,275,275,0,0,334,0,0,0), + (13886,3385,1,0,0,-2201.31,-3686.65,92.5723,1.89485,275,275,0,0,334,0,0,0), + (13887,3385,1,0,0,-2013.44,-3622.13,21.8843,0.974825,275,275,5,0,334,0,0,1), + (13888,3385,1,0,0,-2145.71,-3556.55,91.7034,1.24178,275,275,5,0,334,0,0,2), + (13889,3385,1,0,0,-2040.09,-3683.91,22.0093,3.03726,275,275,0,0,334,0,0,0), + (13890,3385,1,0,0,-2211.22,-3766.09,95.7716,2.50998,275,275,0,0,334,0,0,0), + (13891,3385,1,0,0,-1998.96,-3582.29,22.0093,1.19337,275,275,2,0,334,0,0,1), + (13892,3385,1,0,0,-2106.93,-3620.33,61.0757,4.85111,275,275,0,0,334,0,0,0), + (13893,3385,1,0,0,-2095.53,-3543.93,92.4939,2.78322,275,275,0,0,334,0,0,0), + (13894,3385,1,0,0,-2031.88,-3607.08,22.1949,2.94866,275,275,0,0,334,0,0,0), + (13895,3385,1,0,0,-2096.57,-3653.64,61.716,0.942478,275,275,0,0,334,0,0,0), + (13896,3385,1,0,0,-2142.53,-3527.31,91.9534,4.53173,275,275,0,0,334,0,0,0), + (13897,3385,1,0,0,-2093.11,-3638.3,61.716,1.71153,275,275,6,0,334,0,0,2), + (13898,3385,1,0,0,-2123.88,-3515.17,92.5272,5.92259,275,275,0,0,334,0,0,0), + (13899,3385,1,0,0,-2228.27,-3712.82,91.943,2.53004,275,275,0,0,334,0,0,0), + (13900,3385,1,0,0,-2174.74,-3622.77,91.9471,4.60728,275,275,2,0,334,0,0,1), + (13901,3385,1,0,0,-2118.53,-3525.12,92.2578,4.63096,275,275,0,0,334,0,0,0), + (13902,3385,1,0,0,-2135.97,-3595.74,92.652,1.24138,275,275,5,0,334,0,0,1), + (13903,3385,1,0,0,-2230.87,-3729.8,92.068,2.29312,275,275,0,0,334,0,0,0), + (13904,3385,1,0,0,-2011.81,-3564.49,22.5093,0.56363,275,275,3,0,334,0,0,1), + (13905,3385,1,0,0,-2192.42,-3677.57,91.747,1.12606,275,275,0,0,334,0,0,0), + (13906,3385,1,0,0,-2046.68,-3693.21,21.8843,1.44959,275,275,0,0,334,0,0,0), + (13907,3385,1,0,0,-2041.75,-3495.95,92.2907,0.116608,275,275,0,0,334,0,0,0), + (13908,3641,1,0,0,-575.642,-2113.77,38.6434,4.78286,275,275,5,0,1068,0,0,1), + (13909,3641,1,0,0,-659.187,-2244.31,12.9283,2.14437,275,275,5,0,1068,0,0,1), + (13910,3641,1,0,0,-650.032,-2269.3,12.6655,3.50359,275,275,5,0,1068,0,0,1), + (13911,3641,1,0,0,-626.137,-2250.59,12.6655,1.54253,275,275,5,0,1068,0,0,1), + (13912,3641,1,0,0,-645.486,-2233.58,12.6982,5.04233,275,275,5,0,1068,0,0,1), + (13913,3641,1,0,0,-626.358,-2277.41,15.2251,3.77782,275,275,5,0,1068,0,0,1), + (13914,3641,1,0,0,-645.988,-2296.02,14.0147,0.090112,275,275,5,0,1068,0,0,1), + (13915,3641,1,0,0,-585.333,-2113,40.8668,4.25881,275,275,5,0,1068,0,0,1), + (13916,3385,1,0,0,-1877.66,-3660.91,10.4404,3.61516,275,275,5,0,334,0,0,1), + (13917,3385,1,0,0,-1905.31,-3481.39,41.3597,0.193798,275,275,3,0,334,0,0,1), + (13918,3385,1,0,0,-1940.88,-3538.09,26.2773,2.00904,275,275,5,0,334,0,0,1), + (13919,3385,1,0,0,-1906.11,-3578.02,19.4245,0.530097,275,275,3,0,334,0,0,1), + (13920,3385,1,0,0,-1923.51,-3514.79,30.0445,1.86599,275,275,5,0,334,0,0,2), + (13921,3385,1,0,0,-1907.38,-3616.16,11.7975,4.62438,275,275,5,0,334,0,0,2), + (13922,3385,1,0,0,-1977.61,-3674.55,17.7637,2.36234,275,275,3,0,334,0,0,1), + (13923,3385,1,0,0,-1928.6,-3653.89,15.0444,3.48066,275,275,2,0,334,0,0,1), + (13924,3385,1,0,0,-2010.92,-3675.91,22.1733,5.96903,275,275,0,0,334,0,0,0), + (13925,3385,1,0,0,-2005.04,-3667.33,22.3008,5.34071,275,275,0,0,334,0,0,0), + (13926,3385,1,0,0,-1990.74,-3695.62,18.3887,6.20817,275,275,3,0,334,0,0,1), + (13927,3385,1,0,0,-2094.75,-3644.64,72.4356,3.31713,275,275,5,0,334,0,0,2), + (13928,3385,1,0,0,-2037.48,-3678.57,21.9316,0.949582,275,275,5,0,334,0,0,2), + (13929,3385,1,0,0,-2106.81,-3640.48,87.3589,3.95535,275,275,6,0,334,0,0,2), + (13930,3385,1,0,0,-2110.61,-3635.96,96.1894,0.617702,275,275,0,0,334,0,0,0), + (13931,3385,1,0,0,-2099.77,-3634.95,87.3654,3.42484,275,275,6,0,334,0,0,2), + (13932,3385,1,0,0,-2111.08,-3649.55,87.4044,0.392215,275,275,0,0,334,0,0,0), + (13933,3385,1,0,0,-2099.32,-3651.84,61.7993,0.715585,275,275,0,0,334,0,0,0), + (13934,3385,1,0,0,-2089.48,-3631.79,96.2149,4.40373,275,275,0,0,334,0,0,0), + (13935,3386,1,0,0,-2011.42,-3601.86,21.8843,5.9262,275,275,5,0,336,357,0,1), + (13936,3386,1,0,0,-2150.59,-3596.17,92.277,5.79597,275,275,0,0,336,357,0,0), + (13937,3386,1,0,0,-2117.84,-3659.22,61.0679,0.131016,275,275,3,0,336,357,0,1), + (13938,3386,1,0,0,-2134.64,-3506.05,92.4534,5.98842,275,275,5,0,336,357,0,1), + (13939,3386,1,0,0,-2045.33,-3680.98,21.8843,5.27978,275,275,0,0,336,357,0,0), + (13940,3386,1,0,0,-2093.81,-3509.29,130.084,0.009634,275,275,2,0,336,357,0,1), + (13941,3386,1,0,0,-2091.77,-3502.5,94.9972,4.0438,275,275,0,0,336,357,0,0), + (13942,3386,1,0,0,-2201.4,-3678.58,92.9473,4.55901,275,275,0,0,336,357,0,0), + (13943,3386,1,0,0,-1997.42,-3589.75,22.2593,3.43819,275,275,2,0,336,357,0,1), + (13944,3386,1,0,0,-2017.57,-3562.02,23.1343,2.89181,275,275,3,0,336,357,0,1), + (13945,3386,1,0,0,-2098.35,-3641.68,61.716,4.97756,275,275,3,0,336,357,0,1), + (13946,3386,1,0,0,-2220.71,-3770.01,95.7766,5.32644,275,275,0,0,336,357,0,0), + (13947,3386,1,0,0,-1998.05,-3633.93,23.1615,2.34987,275,275,3,0,336,357,0,1), + (13948,3386,1,0,0,-2080.84,-3642.75,96.1716,4.78062,275,275,0,0,336,357,0,0), + (13949,3387,1,0,0,-2382.81,-1922.69,95.8663,0.017453,275,275,0,0,1764,0,0,0), + (13950,3388,1,0,0,-1350.74,-4048.38,6.23952,5.3058,275,275,0,0,1764,0,0,0), + (13951,2620,1,0,0,-724.921,-2947.51,96.5691,2.99859,275,275,20,0,8,0,0,1), + (13952,2620,1,0,0,-625.659,-2608.47,92.2445,5.5627,275,275,20,0,8,0,0,1), + (13953,2620,1,0,0,-2019.21,-2731.06,91.9898,1.5298,275,275,20,0,8,0,0,1), + (13954,2620,1,0,0,-2264.5,-2323.76,94.3514,2.72773,275,275,20,0,8,0,0,1), + (13955,2620,1,0,0,569.126,-1631.37,91.7917,1.76022,275,275,20,0,8,0,0,1), + (13956,2620,1,0,0,-403.389,-2337.43,96.6765,2.02044,275,275,20,0,8,0,0,1), + (13957,2620,1,0,0,720.811,-2245.91,92.767,0.86831,275,275,20,0,8,0,0,1), + (13958,2620,1,0,0,-1259.92,-2173.78,91.932,3.03007,275,275,20,0,8,0,0,1), + (13959,2620,1,0,0,-3787.27,-1576.56,92.3558,2.04144,275,275,20,0,8,0,0,1), + (13960,2620,1,0,0,-1712.46,-1701.31,91.927,4.19439,275,275,20,0,8,0,0,1), + (13961,2620,1,0,0,-1447,-1627,92.0196,0.226506,275,275,20,0,8,0,0,1), + (13962,2620,1,0,0,-752.698,-3311.46,92.3753,0.944853,275,275,20,0,8,0,0,1), + (13963,2620,1,0,0,-1179.01,-1765.52,88.189,2.78462,275,275,20,0,8,0,0,1), + (13964,14908,1,0,0,1017.95,-2224.33,93.08,4.7,275,275,5,0,64,0,0,2), + (13965,2620,1,0,0,-1014.78,-2784.56,93.993,0.129198,275,275,20,0,8,0,0,1), + (13966,2620,1,0,0,-974.754,-2982.22,92.3395,0.766638,275,275,20,0,8,0,0,1), + (13967,2620,1,0,0,-1691.41,-3552.41,95.6794,1.30831,275,275,20,0,8,0,0,1), + (13968,2620,1,0,0,336.312,-1532.2,94.5918,0.472241,275,275,20,0,8,0,0,1), + (13969,2620,1,0,0,-1316.92,-1916.8,82.4067,2.42972,275,275,20,0,8,0,0,1), + (13970,2620,1,0,0,-3899.39,-1752.01,93.2426,2.7541,275,275,20,0,8,0,0,1), + (13971,2620,1,0,0,-67.3944,-1613.49,92.042,6.03013,275,275,20,0,8,0,0,1), + (13972,2620,1,0,0,667.883,-1334.32,92.6511,5.5254,275,275,20,0,8,0,0,1), + (13973,2620,1,0,0,-1558.38,-2724.95,91.9749,1.00557,275,275,20,0,8,0,0,1), + (13974,2620,1,0,0,747.434,-2777.88,93.6922,5.91138,275,275,20,0,8,0,0,1), + (13975,2620,1,0,0,-1941.82,-3384.47,60.4097,5.76113,275,275,20,0,8,0,0,1), + (13976,2620,1,0,0,234.225,-1867.35,92.1805,0.349066,275,275,0,0,8,0,0,0), + (13977,2620,1,0,0,483.333,-2783.33,93.7676,0.705569,275,275,20,0,8,0,0,1), + (13978,2620,1,0,0,-2472.95,-2041.59,92.365,3.30932,275,275,20,0,8,0,0,1), + (13979,3389,1,0,0,-307.136,-1971.95,96.48,4.64258,275,275,0,0,1454,0,0,0), + (13980,14909,1,0,0,1017.95,-2224.33,93.08,4.7,275,275,0,0,644,0,0,0), + (13982,3390,1,0,0,-424.542,-2589.88,95.9052,6.23082,275,275,0,0,1042,0,0,0), + (13983,3391,1,0,0,-835.563,-3728.66,26.3746,3.21141,275,275,0,0,3857,0,0,0), + (13984,3392,1,0,0,-4212.91,-2274.4,50.3081,3.14864,275,275,0,0,701,618,0,0), + (13985,7233,1,0,0,1236.78,-2994.62,91.7917,4.46804,600,600,0,0,7577,0,0,0), + (13986,3393,1,0,0,-2079.88,-3644.3,96.2664,3.08923,275,275,0,0,484,0,0,0), + (13987,12865,1,0,0,-4847.45,-2294.25,86.7429,5.70723,275,275,0,0,3150,2194,0,0), + (13988,3394,1,0,0,23.4936,-1714.62,101.474,0.41741,275,275,5,0,356,0,0,2), + (13989,12866,1,0,0,-4801.73,-2343.74,116.104,1.32645,275,275,0,0,2016,1067,0,0), + (13990,3396,1,0,0,-1167.06,-2042.27,92.2584,0.481288,275,275,0,0,449,0,0,2), + (13991,3397,1,0,0,-1168.06,-2040.54,92.2584,0.481264,275,275,0,0,234,295,0,0), + (13992,3397,1,0,0,-1168.91,-2043.24,92.2584,0.481511,275,275,0,0,234,295,0,0), + (13993,3397,1,0,0,-1210.58,-2725.92,106.76,5.34415,275,275,0,0,234,295,0,0), + (13994,3397,1,0,0,-1394.55,-2734.76,91.7917,2.35791,275,275,0,0,234,295,0,0), + (13995,3397,1,0,0,-1127.29,-2796.91,92.0417,0.976338,275,275,0,0,234,295,0,0), + (13996,3397,1,0,0,-1147.34,-2797.74,92.0417,1.04386,275,275,3,0,234,295,0,1), + (13997,3397,1,0,0,-1417.4,-2738.95,91.7917,2.42907,275,275,0,0,234,295,0,0), + (13998,3397,1,0,0,-1351.32,-2986.78,92.9249,3.40368,275,275,5,0,234,295,0,1), + (13999,3397,1,0,0,-1219.27,-3081.98,94.3349,2.04425,275,275,5,0,234,295,0,1), + (14000,3397,1,0,0,-1284.39,-2915.93,93.8497,1.24586,275,275,5,0,234,295,0,1), + (14001,3397,1,0,0,-1179.61,-2985.06,93.4407,4.23902,275,275,5,0,234,295,0,1), + (14002,3397,1,0,0,-1160.35,-3168.6,91.7917,0.357612,275,275,0,0,234,295,0,0), + (14003,3397,1,0,0,-1493.2,-3043.02,91.7917,5.10249,275,275,5,0,234,295,0,1), + (14004,3397,1,0,0,-1320.35,-3127.96,91.7917,2.60621,275,275,0,0,234,295,0,0), + (14005,3397,1,0,0,-1334.89,-3135.21,91.7917,0.825739,275,275,0,0,234,295,0,0), + (14006,3397,1,0,0,-1150.59,-2887.54,94.5679,2.98672,275,275,5,0,234,295,0,2), + (14007,3397,1,0,0,-1157.47,-3127.11,91.6667,3.0509,275,275,0,0,234,295,0,0), + (14008,3397,1,0,0,-1250.49,-3090.42,92.84,0.129407,275,275,5,0,234,295,0,1), + (14009,4166,1,0,0,-564.859,-2551.99,92.5417,0.873921,275,275,0,0,14,0,0,2), + (14010,4166,1,0,0,-1550.76,-1884.09,96.6302,0.202371,275,275,0,0,14,0,0,2), + (14011,4166,1,0,0,-1571.99,-1886.69,94.9803,0.831814,275,275,0,0,14,0,0,2), + (14012,4166,1,0,0,-1578.91,-1891.93,94.646,0.774671,275,275,0,0,14,0,0,2), + (14013,4166,1,0,0,-1565.4,-1886.46,95.4469,0.787829,275,275,0,0,14,0,0,2), + (14014,4166,1,0,0,-1566.32,-1894.35,95.5814,0.6607,275,275,0,0,14,0,0,2), + (14015,4166,1,0,0,-1571.1,-1892.25,95.3899,0.734267,275,275,0,0,14,0,0,2), + (14016,4166,1,0,0,-1571.88,-1894.16,95.3724,0.664982,275,275,20,0,14,0,0,1), + (14017,4166,1,0,0,-1573.7,-1892.6,95.0577,0.818535,275,275,0,0,14,0,0,2), + (14018,4166,1,0,0,647.492,-1979.11,93.5238,1.79159,275,275,20,0,14,0,0,1), + (14019,4166,1,0,0,652.578,-1992.11,94.1957,1.70369,275,275,20,0,14,0,0,1), + (14020,4166,1,0,0,652.067,-1998.06,94.0989,1.81568,275,275,20,0,14,0,0,1), + (14021,4166,1,0,0,656.101,-1988.64,93.9044,1.59713,275,275,20,0,14,0,0,1), + (14022,4166,1,0,0,645.567,-1992.18,94.3211,1.80077,275,275,20,0,14,0,0,1), + (14023,4166,1,0,0,-571.005,-2556.43,92.2069,0.938803,275,275,0,0,14,0,0,2), + (14024,4166,1,0,0,-562.784,-2554.2,92.2917,0.885524,275,275,0,0,14,0,0,2), + (14025,4166,1,0,0,-572.897,-2552.29,92.4569,0.899247,275,275,0,0,14,0,0,2), + (14026,4166,1,0,0,-570.469,-2547.67,92.8319,0.91193,275,275,0,0,14,0,0,2), + (14027,4166,1,0,0,-2298.94,-2281.05,92.4972,3.26885,275,275,20,0,14,0,0,1), + (14028,4166,1,0,0,-2243.09,-2228.98,92.9267,4.03752,275,275,20,0,14,0,0,1), + (14029,4166,1,0,0,-2253.33,-2241.21,93.1163,3.91184,275,275,20,0,14,0,0,1), + (14030,4166,1,0,0,-2256.42,-2248.3,93.4277,3.93069,275,275,20,0,14,0,0,1), + (14031,4166,1,0,0,-2255.7,-2233.26,92.9592,4.01906,275,275,20,0,14,0,0,1), + (14032,4166,1,0,0,-557.923,-2539.76,93.1667,0.89557,275,275,20,0,14,0,0,1), + (14033,3398,1,0,0,-1053.21,-2090.78,51.7808,3.06066,43200,43200,0,0,1452,0,0,0), + (14034,4166,1,0,0,-1305.42,-2170.09,94.3055,6.18934,275,275,20,0,14,0,0,1), + (14035,4166,1,0,0,-1289.34,-2162.99,92.0365,0.323703,275,275,20,0,14,0,0,1), + (14036,4166,1,0,0,-1295.2,-2161.68,92.3015,0.450548,275,275,20,0,14,0,0,1), + (14037,4166,1,0,0,-1315.29,-2177.78,95.2035,0.073869,275,275,0,0,14,0,0,0), + (14038,4166,1,0,0,-1299.2,-2167.56,93.2594,0.407713,275,275,20,0,14,0,0,1), + (14039,4166,1,0,0,-1293.71,-2170.16,92.8328,0.428727,275,275,20,0,14,0,0,1), + (14040,4166,1,0,0,-1297.92,-2173.1,93.8321,0.446182,275,275,20,0,14,0,0,1), + (14041,4166,1,0,0,-1299.7,-2163.3,92.9623,0.441817,275,275,20,0,14,0,0,1), + (14042,4166,1,0,0,-502.584,-1996.39,94.4326,2.27603,275,275,0,0,14,0,0,2), + (14043,4166,1,0,0,-487.622,-2010.14,93.2034,2.38933,275,275,0,0,14,0,0,2), + (14044,4166,1,0,0,-491.924,-2010.56,93.1708,2.4934,275,275,0,0,14,0,0,2), + (14045,4166,1,0,0,-487.935,-2014.8,92.7294,2.46136,275,275,0,0,14,0,0,2), + (14046,4166,1,0,0,-490.426,-2006.42,93.5692,2.39076,275,275,0,0,14,0,0,2), + (14047,4166,1,0,0,-480.071,-2014.89,93.3745,2.51567,275,275,0,0,14,0,0,2), + (14048,4166,1,0,0,-950.849,-2690.34,94.8764,4.80418,275,275,20,0,14,0,0,1), + (14049,4166,1,0,0,-2624.33,-1883.84,94.6177,0.534173,275,275,0,0,14,0,0,2), + (14050,4166,1,0,0,-2636.45,-1899.12,95.8501,0.54262,275,275,0,0,14,0,0,2), + (14051,4166,1,0,0,-2630.93,-1904.7,96.5375,0.156463,275,275,0,0,14,0,0,2), + (14052,4166,1,0,0,-2635.23,-1905.69,96.4277,0.447744,275,275,0,0,14,0,0,2), + (14053,4166,1,0,0,-2634.93,-1899.94,95.9287,0.289682,275,275,0,0,14,0,0,2), + (14054,4166,1,0,0,-2640.7,-1899.03,95.8037,0.548667,275,275,0,0,14,0,0,2), + (14055,3655,1,0,0,-658.948,-2006.91,61.6745,3.46793,275,275,0,0,1251,0,0,0), + (14056,3658,1,0,0,-974.165,-3635,19.1651,5.31583,275,275,0,0,860,0,0,0), + (14057,3659,1,0,0,-971.694,-3633.29,18.9822,5.41288,275,275,0,0,2192,0,0,0), + (14058,5198,1,0,0,0.290961,-3632.87,27.4159,2.30383,275,275,0,0,413,370,0,0), + (14059,10063,1,0,0,-1036.32,-3678.48,23.109,5.96903,275,275,0,0,2016,0,0,0), + (14060,8016,1,0,0,1268.25,-2225.67,91.8273,0.366519,275,275,0,0,3026,0,0,0), + (14061,8016,1,0,0,1248.74,-2203.71,113.479,0.593412,275,275,0,0,3026,0,0,0), + (14062,8016,1,0,0,1250.6,-2244.22,92.7232,2.87974,275,275,5,0,3026,0,0,1), + (14063,8016,1,0,0,1231.25,-2281.25,94.4186,6.03819,275,275,5,0,3026,0,0,1), + (14064,8016,1,0,0,1193.02,-2259.09,91.7917,1.60011,275,275,5,0,3026,0,0,1), + (14065,8016,1,0,0,1263.86,-2216.21,92.0113,0.226893,275,275,0,0,3026,0,0,0), + (14066,8016,1,0,0,1238.94,-2212.8,92.0417,1.92637,275,275,5,0,3026,0,0,1), + (14067,8016,1,0,0,1264.56,-2250.38,114.89,0.698132,275,275,0,0,3026,0,0,0), + (14068,8016,1,0,0,-394.932,-1363.17,91.7855,0.977384,275,275,0,0,3026,0,0,0), + (14069,8016,1,0,0,-436.993,-1341.18,99.2917,1.68265,275,275,2,0,3026,0,0,1), + (14070,8016,1,0,0,-424.496,-1372.76,92.4504,0.036124,275,275,5,0,3026,0,0,1), + (14071,8016,1,0,0,-378.638,-1394.49,93.5754,6.07137,275,275,0,0,3026,0,0,0), + (14072,8016,1,0,0,-410.014,-1358.16,113.945,0.890118,275,275,0,0,3026,0,0,0), + (14073,8016,1,0,0,-356.251,-1392.92,99.0416,4.36188,275,275,0,0,3026,0,0,0), + (14074,8016,1,0,0,-383.605,-1371.59,91.9623,1.01229,275,275,0,0,3026,0,0,0), + (14075,3665,1,0,0,-928.34,-3769.83,6.39278,2.47837,275,275,0,0,804,0,0,0), + (14077,9558,1,0,0,-996.145,-3815.62,5.25929,0.942478,275,275,0,0,2972,0,0,0), + (14078,3415,1,0,0,30.5093,-2467.74,91.7916,1.82157,275,275,0,0,222,0,0,0), + (14079,3415,1,0,0,-447.847,-2926.19,92.4167,4.29007,275,275,0,0,222,0,0,0), + (14080,3415,1,0,0,512.061,-2462.28,91.7917,5.80288,275,275,0,0,222,0,0,0), + (14081,3415,1,0,0,-485.549,-2938.35,91.7917,6.00382,275,275,5,0,222,0,0,1), + (14082,3415,1,0,0,249.44,-2596.17,94.1303,4.87336,275,275,15,0,222,0,0,1), + (14083,3415,1,0,0,22.0531,-2478.83,91.7916,1.84941,275,275,0,0,222,0,0,0), + (14084,3415,1,0,0,555.586,-2485.47,95.8442,5.24243,275,275,5,0,222,0,0,1), + (14085,3415,1,0,0,188.886,-2560.18,91.7917,4.36376,275,275,0,0,222,0,0,0), + (14086,3415,1,0,0,236.392,-2545.73,91.7917,4.84635,275,275,0,0,222,0,0,0), + (14087,3415,1,0,0,570.64,-2443.24,93.1667,6.21243,275,275,0,0,222,0,0,0), + (14088,3415,1,0,0,589.905,-2415.16,91.8713,2.51437,275,275,10,0,222,0,0,1), + (14089,3415,1,0,0,-347.472,-2946.46,92.2917,4.82578,275,275,5,0,222,0,0,1), + (14090,3415,1,0,0,211.446,-2561.79,91.7917,5.99855,275,275,0,0,222,0,0,0), + (14091,3415,1,0,0,578.788,-2421.03,92.3846,0.31016,275,275,0,0,222,0,0,0), + (14092,3415,1,0,0,-468.699,-2917.37,93.0417,0.143001,275,275,0,0,222,0,0,0), + (14093,3415,1,0,0,58.4571,-2466.66,92.5223,0.632959,275,275,15,0,222,0,0,1), + (14094,3415,1,0,0,559.884,-2407.02,91.7917,0.533374,275,275,10,0,222,0,0,1), + (14095,3415,1,0,0,211.035,-2609.35,91.8531,3.23603,275,275,15,0,222,0,0,1), + (14096,3415,1,0,0,-464.826,-2971.25,91.7917,1.89662,275,275,5,0,222,0,0,1), + (14097,3415,1,0,0,174.884,-2558.57,91.7917,0.692726,275,275,5,0,222,0,0,1), + (14098,3415,1,0,0,-423.659,-2952.93,91.7917,3.72504,275,275,0,0,222,0,0,0), + (14099,3415,1,0,0,-444.449,-3011.4,91.8065,2.25577,275,275,5,0,222,0,0,1), + (14100,3415,1,0,0,21.8563,-2441.04,99.9166,2.78568,275,275,0,0,222,0,0,0), + (14101,3415,1,0,0,-8.12921,-2566.53,91.7654,4.13774,275,275,5,0,222,0,0,1), + (14102,3415,1,0,0,45.15,-2525.76,93.1387,3.16698,275,275,5,0,222,0,0,1), + (14103,3415,1,0,0,-385.087,-2937.43,91.7261,4.45054,275,275,15,0,222,0,0,1), + (14104,3415,1,0,0,-414.39,-2926.09,92.159,3.03149,275,275,15,0,222,0,0,1), + (14105,3415,1,0,0,585.346,-2483.27,95.855,1.59813,275,275,5,0,222,0,0,1), + (14106,3415,1,0,0,482.434,-3051.85,93.5769,1.19207,275,275,15,0,222,0,0,1), + (14107,3415,1,0,0,488.783,-3027.61,92.9835,1.29031,275,275,15,0,222,0,0,1), + (14108,3415,1,0,0,-124.206,-2619.95,92.2479,4.07776,275,275,5,0,222,0,0,1), + (14109,3415,1,0,0,-218.843,-2573.06,92.467,4.57326,275,275,15,0,222,0,0,1), + (14110,3415,1,0,0,-512.574,-2516.44,94.6508,4.34188,275,275,5,0,222,0,0,1), + (14111,3415,1,0,0,-486.092,-2836.97,92.4767,1.37608,275,275,5,0,222,0,0,1), + (14112,3415,1,0,0,-143.75,-2621.34,94.2157,4.60665,275,275,0,0,222,0,0,0), + (14113,3415,1,0,0,-440.654,-2902.29,91.7917,3.63402,275,275,15,0,222,0,0,1), + (14114,3415,1,0,0,-151.654,-2647.26,91.792,4.90571,275,275,5,0,222,0,0,1), + (14115,3415,1,0,0,-413.69,-2881.85,91.8349,4.76161,275,275,5,0,222,0,0,1), + (14116,3415,1,0,0,-157.622,-2580.64,91.7917,4.55779,275,275,5,0,222,0,0,1), + (14117,3415,1,0,0,-205.966,-2377.57,91.8251,6.19896,275,275,5,0,222,0,0,1), + (14118,3415,1,0,0,-508.564,-2883.98,92.5417,6.02346,275,275,15,0,222,0,0,1), + (14119,3415,1,0,0,-251.709,-2393.11,91.887,1.6692,275,275,5,0,222,0,0,1), + (14120,3415,1,0,0,-251.909,-2352.19,91.8317,4.10227,275,275,5,0,222,0,0,1), + (14121,3415,1,0,0,-248.027,-2804.71,91.9761,0.047758,275,275,15,0,222,0,0,1), + (14122,3415,1,0,0,-535.577,-2444.97,91.7917,0.832856,275,275,5,0,222,0,0,1), + (14123,3415,1,0,0,-372.218,-2881.21,91.9142,0.465392,275,275,15,0,222,0,0,1), + (14124,3415,1,0,0,-224.436,-2791.11,93.3145,2.8786,275,275,15,0,222,0,0,1), + (14125,3416,1,0,0,-724.259,-3595.44,93.7229,3.96822,275,275,3,0,386,0,0,1), + (14126,3416,1,0,0,-551.085,-3410.97,91.789,6.11163,275,275,5,0,386,0,0,1), + (14127,3928,1,0,0,1414.76,-2281.38,92.1746,0.755504,275,275,5,0,494,0,0,1), + (14128,3416,1,0,0,-643.476,-3506.5,92.039,5.03341,275,275,5,0,386,0,0,1), + (14129,3416,1,0,0,-579.999,-3667.71,92.3273,2.36653,275,275,0,0,386,0,0,0), + (14130,3416,1,0,0,-570.428,-3651.8,92.5157,0.687021,275,275,0,0,386,0,0,0), + (14131,3416,1,0,0,-578.047,-3630.01,93.2917,5.66708,275,275,5,0,386,0,0,1), + (14132,3416,1,0,0,-642.149,-3646.26,94.584,6.0415,275,275,0,0,386,0,0,0), + (14133,3416,1,0,0,-651.599,-3745.18,91.789,4.79968,275,275,10,0,386,0,0,1), + (14134,3416,1,0,0,-616.894,-3677.34,92.914,3.98031,275,275,0,0,386,0,0,0), + (14135,3416,1,0,0,-622.125,-3631.82,92.539,3.62613,275,275,0,0,386,0,0,0), + (14136,3418,1,0,0,-2347.39,-1925.27,95.8728,2.6529,275,275,0,0,1042,0,0,0), + (14137,6236,1,0,0,-1709.14,-4330.07,4.33387,6.14356,275,275,0,0,4079,0,0,0), + (14138,3421,1,0,0,-4218.66,-2339.58,91.731,1.86429,60,60,0,0,860,0,0,0), + (14139,3934,1,0,0,-407.123,-2645.22,96.3063,3.4383,275,275,0,0,1605,0,0,0), + (14140,6494,1,0,0,-1379.84,-3772.38,50.8543,4.98344,275,275,5,0,287,0,0,2), + (14141,3424,1,0,0,-2475.74,-2448.61,92.5943,5.9219,275,275,20,0,442,490,0,1), + (14142,3424,1,0,0,-2912.17,-1990.71,92.8868,1.49454,275,275,20,0,442,490,0,1), + (14143,3424,1,0,0,-2597.64,-2323.55,92.1667,3.37385,275,275,20,0,442,490,0,1), + (14144,3424,1,0,0,-2542.13,-2108.51,91.7917,5.72359,275,275,20,0,442,490,0,1), + (14145,3424,1,0,0,-2444.34,-2254.62,95.1493,5.9799,275,275,20,0,442,490,0,1), + (14146,3424,1,0,0,-2647.46,-1913.86,97.3011,1.67649,275,275,20,0,442,490,0,1), + (14148,3425,1,0,0,-623.1,-1737.7,91.7917,6.21223,275,275,0,0,300,0,0,0), + (14149,3425,1,0,0,583.989,-2847.66,91.7916,0.749473,275,275,0,0,300,0,0,0), + (14150,3425,1,0,0,580.833,-2825.16,91.7916,5.56836,275,275,0,0,300,0,0,0), + (14151,3425,1,0,0,614.767,-3031.96,91.7917,3.58766,275,275,0,0,300,0,0,0), + (14152,3425,1,0,0,-243.727,-3722.56,29.3098,2.51835,275,275,5,0,300,0,0,1), + (14153,3425,1,0,0,1081.71,-3481.79,78.8154,4.69214,275,275,5,0,300,0,0,1), + (14154,3425,1,0,0,-643.547,-1726.97,91.7917,0.151273,275,275,0,0,300,0,0,0), + (14155,3425,1,0,0,-1027.6,-1795.12,91.7114,4.51337,275,275,15,0,300,0,0,1), + (14156,3425,1,0,0,-726.7,-1678.04,91.7917,3.29169,275,275,5,0,300,0,0,1), + (14157,3425,1,0,0,-195.994,-1532.05,91.7917,0.295704,275,275,5,0,300,0,0,1), + (14158,3425,1,0,0,697.51,-2823.2,91.7925,6.03966,275,275,5,0,300,0,0,1), + (14159,3425,1,0,0,660.696,-2835.21,92.6667,1.58635,275,275,0,0,300,0,0,0), + (14160,3425,1,0,0,593.563,-2868.82,91.7916,0.623108,275,275,0,0,300,0,0,0), + (14161,3425,1,0,0,1079.38,-3519.58,71.2561,3.89391,275,275,5,0,300,0,0,1), + (14162,3425,1,0,0,-328.572,-3742.22,27.8265,5.72334,275,275,10,0,300,0,0,1), + (14163,3425,1,0,0,-382.082,-3782.55,29.0678,5.34535,275,275,10,0,300,0,0,1), + (14164,3425,1,0,0,-773.66,-1775.08,91.7917,4.66317,275,275,0,0,300,0,0,0), + (14165,3425,1,0,0,205.274,-1520.83,92.4167,0.66472,275,275,5,0,300,0,0,1), + (14166,3425,1,0,0,-186.737,-1526.89,91.7917,0.210852,275,275,5,0,300,0,0,1), + (14167,3425,1,0,0,-779.098,-1812.64,91.7917,4.04292,275,275,0,0,300,0,0,0), + (14168,3425,1,0,0,592.506,-2923.81,92.2935,1.29523,275,275,0,0,300,0,0,0), + (14169,3425,1,0,0,625.135,-2915.44,91.7917,4.49676,275,275,0,0,300,0,0,0), + (14170,3425,1,0,0,613.112,-2934.84,91.7917,1.07006,275,275,0,0,300,0,0,0), + (14171,3425,1,0,0,-283.735,-3777.42,31.1709,2.87243,275,275,5,0,300,0,0,1), + (14172,3425,1,0,0,-589.333,-1819.35,91.7917,1.25809,275,275,5,0,300,0,0,1), + (14173,3425,1,0,0,161.509,-1527.07,91.7917,5.53855,275,275,5,0,300,0,0,1), + (14174,3425,1,0,0,-951.066,-1808.73,91.7917,5.8404,275,275,5,0,300,0,0,1), + (14175,3425,1,0,0,-21.4678,-1577.63,91.7917,1.48935,275,275,5,0,300,0,0,1), + (14176,3425,1,0,0,-212.861,-1551.53,92.4167,5.10771,275,275,5,0,300,0,0,1), + (14177,3425,1,0,0,-223.006,-1528.96,91.7917,3.69074,275,275,5,0,300,0,0,1), + (14178,3425,1,0,0,250.104,-1471.37,92.0417,0.654419,275,275,0,0,300,0,0,0), + (14179,3425,1,0,0,-611.595,-1828.76,92.2917,2.53593,275,275,0,0,300,0,0,0), + (14180,3425,1,0,0,495.836,-3011.28,92.2917,1.48046,275,275,5,0,300,0,0,1), + (14181,3425,1,0,0,598.856,-2832.8,91.7916,1.78834,275,275,5,0,300,0,0,1), + (14182,3425,1,0,0,632.126,-2903.96,91.7917,5.54682,275,275,5,0,300,0,0,1), + (14183,3425,1,0,0,536.455,-3020.42,91.7917,1.30725,275,275,0,0,300,0,0,0), + (14184,3425,1,0,0,564.398,-2764.35,91.7916,4.71142,275,275,0,0,300,0,0,0), + (14185,3425,1,0,0,1120.09,-3787.3,31.0933,5.06842,275,275,5,0,300,0,0,1), + (14186,3425,1,0,0,-761.839,-1791.1,91.7917,1.54006,275,275,15,0,300,0,0,1), + (14187,3425,1,0,0,-30.432,-1562.82,91.9776,2.99187,275,275,5,0,300,0,0,1), + (14188,3425,1,0,0,24.1306,-1632.79,91.7917,5.90929,275,275,5,0,300,0,0,1), + (14189,3425,1,0,0,550.608,-2817.21,92.4166,3.03418,275,275,0,0,300,0,0,0), + (14190,3425,1,0,0,562.702,-2848.99,91.7917,1.09097,275,275,0,0,300,0,0,0), + (14191,3425,1,0,0,522.085,-3034.6,91.7917,5.82986,275,275,0,0,300,0,0,0), + (14192,3425,1,0,0,1251.83,-3814.86,30.2619,6.27615,275,275,5,0,300,0,0,1), + (14193,3425,1,0,0,-245.772,-3773.56,26.7364,4.41462,275,275,5,0,300,0,0,1), + (14194,3425,1,0,0,1212.51,-3809.67,29.4422,5.48674,275,275,5,0,300,0,0,1), + (14195,3425,1,0,0,191.573,-1535.1,91.7916,3.42627,275,275,0,0,300,0,0,0), + (14196,3425,1,0,0,-596.552,-1699.07,91.9167,5.76479,275,275,15,0,300,0,0,1), + (14197,3425,1,0,0,627.214,-3016.09,91.7917,0.009777,275,275,5,0,300,0,0,1), + (14198,3425,1,0,0,701.618,-2848.94,93.5417,4.59193,275,275,0,0,300,0,0,0), + (14199,3425,1,0,0,530.502,-2998.06,91.7917,0.243649,275,275,5,0,300,0,0,1), + (14200,3425,1,0,0,67.9893,-1508.81,91.7917,1.23727,275,275,0,0,300,0,0,0), + (14201,3425,1,0,0,-726.87,-1704.52,91.7917,5.09542,275,275,0,0,300,0,0,0), + (14202,3425,1,0,0,-785.75,-1791.6,91.7917,5.55341,275,275,15,0,300,0,0,1), + (14203,3425,1,0,0,671.407,-2818.26,92.6675,5.06565,275,275,5,0,300,0,0,1), + (14204,3425,1,0,0,213.95,-1461.04,91.7917,1.64183,275,275,0,0,300,0,0,0), + (14205,3425,1,0,0,-326.443,-1572.02,92.4504,2.11041,275,275,0,0,300,0,0,0), + (14206,3425,1,0,0,595.169,-3016.06,91.7917,2.45169,275,275,5,0,300,0,0,1), + (14207,3425,1,0,0,588.18,-2949.65,91.7917,5.34071,275,275,0,0,300,0,0,0), + (14208,3425,1,0,0,-578.373,-1658.35,91.7917,4.75526,275,275,5,0,300,0,0,1), + (14209,3425,1,0,0,-336.325,-1692.76,92.1685,2.41186,275,275,0,0,300,0,0,0), + (14210,3425,1,0,0,-601.742,-1669.68,92.1667,1.8202,275,275,15,0,300,0,0,1), + (14211,3425,1,0,0,509.516,-3010.84,91.7917,1.26005,275,275,0,0,300,0,0,0), + (14212,3425,1,0,0,609.354,-3000.2,91.7917,3.07618,275,275,5,0,300,0,0,1), + (14213,3425,1,0,0,526.193,-2777.86,91.7916,1.53237,275,275,5,0,300,0,0,1), + (14214,3425,1,0,0,178.275,-1531.03,91.7917,0.009926,275,275,0,0,300,0,0,0), + (14215,3425,1,0,0,207.82,-1544.65,91.7916,3.52187,275,275,0,0,300,0,0,0), + (14216,3425,1,0,0,-603.582,-1854.04,91.7917,4.1247,275,275,15,0,300,0,0,1), + (14217,3425,1,0,0,41.0318,-1605.1,91.7917,4.42402,275,275,0,0,300,0,0,0), + (14218,3425,1,0,0,-1050.82,-1792.73,91.7114,1.50366,275,275,0,0,300,0,0,0), + (14219,3425,1,0,0,-618.787,-1696.16,92.0417,5.37938,275,275,0,0,300,0,0,0), + (14220,3425,1,0,0,-495.233,-1859.01,91.7916,5.98023,275,275,0,0,300,0,0,0), + (14221,3425,1,0,0,608.808,-2951.09,92.0417,3.95861,275,275,0,0,300,0,0,0), + (14222,3425,1,0,0,-667.842,-1723.48,91.7917,5.12722,275,275,5,0,300,0,0,1), + (14223,3425,1,0,0,-305.936,-1561,92.1461,0.125204,275,275,5,0,300,0,0,1), + (14224,3425,1,0,0,-641.743,-1714.21,91.7917,4.92183,275,275,0,0,300,0,0,0), + (14225,3425,1,0,0,-636.869,-1758.03,92.9167,0.575425,275,275,0,0,300,0,0,0), + (14226,3425,1,0,0,-753.458,-1710.97,91.7917,4.71999,275,275,0,0,300,0,0,0), + (14227,3425,1,0,0,195.221,-1497.17,91.7917,0.370352,275,275,5,0,300,0,0,1), + (14228,3425,1,0,0,-523.428,-1852.56,91.7916,5.06731,275,275,0,0,300,0,0,0), + (14229,3425,1,0,0,-1045.08,-1781.89,91.7114,3.72076,275,275,5,0,300,0,0,1), + (14230,3425,1,0,0,-760.046,-1684.79,91.7917,1.67274,275,275,0,0,300,0,0,0), + (14231,2564,0,0,0,-1194.16,-2005.66,31.2917,0.552554,400,400,3,0,1221,0,0,1), + (14232,2564,0,0,0,-1223.81,-2047.64,44.8272,2.35394,400,400,3,0,1221,0,0,1), + (14233,2564,0,0,0,-1236.94,-2077.03,51.9654,3.32885,400,400,3,0,1221,0,0,1), + (14234,3425,1,0,0,92.1645,-1491.53,91.7917,5.58131,275,275,0,0,300,0,0,0), + (14235,3425,1,0,0,-328.422,-1588.06,92.0754,0.914523,275,275,0,0,300,0,0,0), + (14236,3425,1,0,0,-664.897,-1756.43,91.7917,0.720486,275,275,5,0,300,0,0,1), + (14237,3425,1,0,0,227.476,-1460.16,91.7917,6.13365,275,275,3,0,300,0,0,1), + (14238,2562,0,0,0,-1254.15,-2170.66,62.1793,4.84724,400,400,5,0,1163,0,0,1), + (14239,2562,0,0,0,-1276.15,-2170.15,60.2254,0.988823,400,400,10,0,1163,0,0,1), + (14240,2562,0,0,0,-1185.73,-2150.31,58.739,5.62094,400,400,5,0,1163,0,0,1), + (14242,2562,0,0,0,-1219.8,-2151.89,75.243,0.577388,400,400,5,0,1163,0,0,1), + (14243,2562,0,0,0,-1276.99,-2110.54,64.8585,4.58934,400,400,10,0,1163,0,0,1), + (14244,2562,0,0,0,-1281.18,-2050.35,63.0741,4.82263,400,400,10,0,1163,0,0,1), + (14245,2552,0,0,0,-1244.33,-2020.27,67.5625,2.75204,400,400,10,0,1050,0,0,1), + (14246,2562,0,0,0,-1220.37,-1982.39,67.5082,3.22077,400,400,10,0,1163,0,0,1), + (14247,3425,1,0,0,536.564,-2803.46,91.7916,1.64009,275,275,0,0,300,0,0,0), + (14248,3425,1,0,0,-712.652,-3424.57,91.789,0.759314,275,275,0,0,300,0,0,0), + (14249,3425,1,0,0,588.891,-2775.86,92.0416,1.25888,275,275,0,0,300,0,0,0), + (14250,3425,1,0,0,1187.22,-3830.57,27.8495,1.33684,275,275,5,0,300,0,0,1), + (14251,3425,1,0,0,-631.735,-1706.08,91.8263,2.7825,275,275,15,0,300,0,0,1), + (14252,3425,1,0,0,-163.338,-1516.19,91.7917,2.57115,275,275,0,0,300,0,0,0), + (14253,3425,1,0,0,139.278,-1523.24,91.7917,3.90243,275,275,0,0,300,0,0,0), + (14254,3425,1,0,0,572.299,-2795.51,91.7916,2.94549,275,275,5,0,300,0,0,1), + (14255,3425,1,0,0,-539.658,-1890.55,93.0392,2.22039,275,275,15,0,300,0,0,1), + (14256,3425,1,0,0,-927.175,-1819.05,92.4167,5.65395,275,275,5,0,300,0,0,1), + (14257,3425,1,0,0,-851.938,-3356.92,91.789,4.41964,275,275,5,0,300,0,0,1), + (14258,3425,1,0,0,-1042.86,-3227.71,91.7917,2.91209,275,275,15,0,300,0,0,1), + (14259,3425,1,0,0,-1142.66,-3314.15,91.9167,2.43474,275,275,0,0,300,0,0,0), + (14260,3425,1,0,0,-1144.96,-3390.34,91.7082,5.48148,275,275,0,0,300,0,0,0), + (14261,3425,1,0,0,-1150.96,-3411.59,91.7916,4.24164,275,275,0,0,300,0,0,0), + (14262,3425,1,0,0,-1157.84,-3378.62,91.7082,5.37853,275,275,0,0,300,0,0,0), + (14263,3426,1,0,0,641.315,-2117,93.8856,0.238776,275,275,20,0,386,0,0,1), + (14264,3426,1,0,0,-519.696,-3473.15,94.385,2.43012,275,275,20,0,386,0,0,1), + (14265,3426,1,0,0,857.218,-3491.63,94.3606,1.64809,275,275,3,0,386,0,0,1), + (14266,3426,1,0,0,1161.22,-3279.11,91.7745,3.09224,275,275,20,0,386,0,0,1), + (14267,3426,1,0,0,-80.8064,-1379.42,92.0656,4.82354,275,275,20,0,386,0,0,1), + (14268,3426,1,0,0,-155.451,-1181.68,61.9255,0.450548,275,275,20,0,386,0,0,1), + (14269,3426,1,0,0,-211.939,-1193.41,65.9102,5.85446,275,275,20,0,386,0,0,1), + (14270,3426,1,0,0,-341.672,-1359.11,92.5947,5.66166,275,275,20,0,386,0,0,1), + (14271,3426,1,0,0,-1335.79,-2081.18,92.0016,0.02055,275,275,20,0,386,0,0,1), + (14272,3426,1,0,0,-1770.82,-2956.91,91.7917,2.29238,275,275,20,0,386,0,0,1), + (14273,3426,1,0,0,-1543.14,-2663.74,91.7832,0.77144,275,275,20,0,386,0,0,1), + (14274,3682,1,0,0,787.375,-1815.08,91.75,3.45575,275,275,0,0,3294,0,0,0), + (14275,3426,1,0,0,536.771,-1781.92,92.1398,0.059777,275,275,20,0,386,0,0,1), + (14276,3426,1,0,0,634.711,-1808.1,91.7917,0.53477,275,275,20,0,386,0,0,1), + (14277,3426,1,0,0,-711.656,-3627.16,93.137,4.48969,275,275,3,0,386,0,0,1), + (14278,3426,1,0,0,-282.782,-1055.41,40.165,3.77025,275,275,20,0,386,0,0,1), + (14279,3426,1,0,0,-284.265,-1125.03,51.6399,2.20922,275,275,20,0,386,0,0,1), + (14280,3426,1,0,0,-1692.81,-2711.14,93.7313,3.43679,275,275,20,0,386,0,0,1), + (14281,3426,1,0,0,-1567.23,-3146.49,96.5599,0.285279,275,275,20,0,386,0,0,1), + (14282,3426,1,0,0,-1274.98,-1856.97,93.3805,5.45615,275,275,20,0,386,0,0,1), + (14283,3426,1,0,0,-1688.24,-2293.96,94.8446,1.25735,275,275,20,0,386,0,0,1), + (14284,3426,1,0,0,823.794,-2231.66,92.1294,1.67074,275,275,20,0,386,0,0,1), + (14285,3426,1,0,0,619.246,-1950.29,91.7917,5.84652,275,275,20,0,386,0,0,1), + (14286,3426,1,0,0,702.26,-1822.08,91.7917,6.27048,275,275,20,0,386,0,0,1), + (14287,3426,1,0,0,-548.547,-3583.84,94.6916,2.63117,275,275,20,0,386,0,0,1), + (14288,3426,1,0,0,-1757.27,-2242.03,90.6101,1.11879,275,275,20,0,386,0,0,1), + (14289,3426,1,0,0,-1968.39,-3357.24,59.4933,3.11733,275,275,20,0,386,0,0,1), + (14290,3426,1,0,0,525.807,-1966.22,92.627,5.00385,275,275,20,0,386,0,0,1), + (14291,3426,1,0,0,-657.473,-3515.64,91.789,4.27305,275,275,20,0,386,0,0,1), + (14292,3426,1,0,0,-1623.06,-2849.84,92.3251,3.13964,275,275,20,0,386,0,0,1), + (14293,3426,1,0,0,-1789.74,-2692.37,92.0366,1.82951,275,275,20,0,386,0,0,1), + (14294,3426,1,0,0,-1664.78,-2272.15,93.0756,4.14281,275,275,2,0,386,0,0,1), + (14295,3426,1,0,0,570.979,-1917.71,91.7917,3.23694,275,275,20,0,386,0,0,1), + (14296,3426,1,0,0,622.804,-1673.04,91.7917,1.10297,275,275,3,0,386,0,0,1), + (14297,3426,1,0,0,721.662,-1922.65,93.5001,5.38288,275,275,20,0,386,0,0,1), + (14298,3426,1,0,0,784.218,-2257.06,93.0513,2.44398,275,275,20,0,386,0,0,1), + (14299,3426,1,0,0,-1451.87,-2227.75,92.1464,4.18403,275,275,20,0,386,0,0,1), + (14300,3426,1,0,0,-1749.68,-3443.86,93.9375,3.68876,275,275,20,0,386,0,0,1), + (14301,3426,1,0,0,-1654.08,-2919.32,88.6484,3.7464,275,275,20,0,386,0,0,1), + (14302,3426,1,0,0,-1338.75,-1897.36,92.5348,4.04894,275,275,20,0,386,0,0,1), + (14303,3426,1,0,0,-1786.78,-2348.2,93.9462,0.531649,275,275,3,0,386,0,0,1), + (14304,3426,1,0,0,-1710.23,-2423.88,92.8387,1.20517,275,275,20,0,386,0,0,1), + (14305,3426,1,0,0,-1803.36,-3174.24,87.9693,3.67431,275,275,20,0,386,0,0,1), + (14306,3426,1,0,0,-1686.35,-3079.84,92.1028,5.46525,275,275,20,0,386,0,0,1), + (14307,3426,1,0,0,-1582.59,-2795.14,93.4336,5.69518,275,275,20,0,386,0,0,1), + (14308,3426,1,0,0,-1717.75,-3053.42,94.45,0.141802,275,275,20,0,386,0,0,1), + (14309,3426,1,0,0,-1918.12,-2811.37,92.0417,3.57387,275,275,20,0,386,0,0,1), + (14310,3426,1,0,0,-1597.61,-3116.79,91.7916,3.12098,275,275,20,0,386,0,0,1), + (14311,3426,1,0,0,-1550.02,-2328.69,92.7474,1.36229,275,275,20,0,386,0,0,1), + (14312,3426,1,0,0,-1383.71,-2184.08,91.7917,0.24706,275,275,20,0,386,0,0,1), + (14313,3426,1,0,0,-1804.36,-2784.99,91.6743,0.07131,275,275,20,0,386,0,0,1), + (14314,3426,1,0,0,-597.255,-3513.32,92.991,0.278806,275,275,20,0,386,0,0,1), + (14315,3426,1,0,0,-1810.7,-3091.07,84.9743,5.39963,275,275,20,0,386,0,0,1), + (14316,3426,1,0,0,-1774.79,-3592.18,92.2382,3.456,275,275,3,0,386,0,0,1), + (14317,3426,1,0,0,-566.818,-3380.83,93.4681,3.84259,275,275,20,0,386,0,0,1), + (14318,3426,1,0,0,-617.044,-3715.96,91.815,3.72452,275,275,20,0,386,0,0,1), + (14319,3426,1,0,0,-1811.32,-3273.29,92.6648,1.28552,275,275,20,0,386,0,0,1), + (14320,3426,1,0,0,-1522.42,-2390.21,93.0343,0.053488,275,275,20,0,386,0,0,1), + (14321,3426,1,0,0,-1850.74,-2963.75,92.078,5.94833,275,275,20,0,386,0,0,1), + (14322,3683,1,0,0,-1001.69,-1611.83,91.8646,5.28835,275,275,0,0,1764,0,0,0), + (14323,16227,1,0,0,-898.246,-3769.65,11.7932,5.41052,600,600,0,0,2400,0,0,0), + (14333,6244,1,0,0,-2245.07,-2373.57,91.75,2.24601,275,275,0,0,2972,3801,0,0), + (14334,3428,1,0,0,-389.282,-2552.14,98.9925,5.37561,275,275,0,0,500,0,0,0), + (14335,9316,1,0,0,858.144,-2347.64,91.9167,2.72271,275,275,0,0,860,0,0,0), + (14336,3684,1,0,0,-996.787,-1609.89,91.75,4.99164,275,275,0,0,1846,0,0,0), + (14344,3429,1,0,0,-473.202,-2595.7,103.806,5.67232,275,275,0,0,1975,0,0,0), + (14345,3430,1,0,0,-2391.57,-1891.09,95.7874,5.44543,275,275,0,0,748,0,0,0), + (14347,3431,1,0,0,-402.271,-2609.39,95.8329,1.76278,275,275,0,0,413,0,0,0), + (14348,3432,1,0,0,-520.983,-2641.41,95.8708,4.43314,275,275,0,0,644,0,0,0), + (14349,6248,1,0,0,-1686.14,-4323.04,4.28091,6.07092,275,275,0,0,2016,0,0,0), + (14350,3433,1,0,0,-2284.69,-1947.39,96.0461,2.72271,275,275,0,0,594,0,0,0), + (14351,6249,1,0,0,-1679.18,-4334.65,2.82848,1.92945,275,275,0,0,2666,0,0,0), + (14352,6249,1,0,0,-1674.48,-4332.89,2.8208,2.7649,275,275,0,0,2666,0,0,0), + (14353,6249,1,0,0,-1687.6,-4329.71,4.64065,1.04224,275,275,0,0,2666,0,0,0), + (14354,6249,1,0,0,-1682.46,-4321.78,3.43824,4.90589,275,275,0,0,2666,0,0,0), + (14355,6249,1,0,0,-1685.71,-4324.92,3.38441,4.33625,275,275,0,0,2666,0,0,0), + (14356,6249,1,0,0,-1679.41,-4323.77,2.72724,3.02319,275,275,0,0,2666,0,0,0), + (14357,6249,1,0,0,-1681.5,-4323.53,2.83051,4.81817,275,275,0,0,2666,0,0,0), + (14358,6249,1,0,0,-1686.72,-4326.52,3.89036,0.359438,275,275,0,0,2666,0,0,0), + (14359,6249,1,0,0,-1683.83,-4323.44,2.8478,3.80685,275,275,0,0,2666,0,0,0), + (14360,6249,1,0,0,-1682.45,-4334.78,2.88185,0.05322,275,275,0,0,2666,0,0,0), + (14361,6249,1,0,0,-1684.82,-4334.15,2.90219,6.0246,275,275,0,0,2666,0,0,0), + (14362,6249,1,0,0,-1686.65,-4328.08,3.91416,5.72401,275,275,0,0,2666,0,0,0), + (14363,6249,1,0,0,-1676.47,-4334.46,2.79803,2.58242,275,275,0,0,2666,0,0,0), + (14364,6249,1,0,0,-1674.11,-4330.47,2.83819,3.1309,275,275,0,0,2666,0,0,0), + (14365,3434,1,0,0,-4001.8,-1816.72,92.5149,6.09076,275,275,0,0,544,581,0,0), + (14366,6251,1,0,0,-785.912,-3723.26,40.5152,2.05949,275,275,0,0,3857,5751,0,0), + (14367,3435,1,0,0,-3829.2,-1445.56,134.164,5.78225,275,275,0,0,713,0,0,0), + (14368,620,1,0,0,8.78987,-3622.67,27.3235,1.52124,275,275,5,0,1,0,0,1), + (14369,620,1,0,0,-3.14563,-3637.42,27.4868,5.44621,275,275,2,0,1,0,0,1), + (14370,6252,1,0,0,-767.662,-3716.64,42.4589,4.2237,275,275,0,0,919,1202,0,0), + (14371,620,1,0,0,-2223.01,-3716.29,91.8053,3.83362,275,275,5,0,1,0,0,1), + (14372,620,1,0,0,-2011.36,-3635.41,22.5931,5.10824,275,275,5,0,1,0,0,1), + (14373,620,1,0,0,-1.60994,-3636.86,27.4868,1.27318,275,275,2,0,1,0,0,1), + (14374,620,1,0,0,-27.2613,-3621.9,27.8321,3.7023,275,275,5,0,1,0,0,1), + (14375,620,1,0,0,-2136.48,-3534.57,91.7034,0.968994,275,275,5,0,1,0,0,1), + (14376,620,1,0,0,-2219.84,-3730.83,91.693,4.70469,275,275,5,0,1,0,0,1), + (14377,620,1,0,0,7.62982,-3632.44,27.3235,4.67577,275,275,2,0,1,0,0,1), + (14378,620,1,0,0,-2039.09,-3685.45,22.1343,6.16645,275,275,5,0,1,0,0,1), + (14379,620,1,0,0,-22.831,-3664.09,27.5595,4.5351,275,275,5,0,1,0,0,1), + (14380,620,1,0,0,-2004.06,-3587.73,21.8843,4.83495,275,275,5,0,1,0,0,1), + (14381,620,1,0,0,-1989.99,-3628.78,22.2682,4.9761,275,275,5,0,1,0,0,1), + (14382,620,1,0,0,-1.51041,-3656.38,27.4868,4.58248,275,275,5,0,1,0,0,1), + (14383,3436,1,0,0,-3814.72,-1955.13,94.0317,1.31559,275,275,0,0,893,1272,0,0), + (14384,6253,1,0,0,-763.689,-3723.68,42.367,2.70526,275,275,0,0,919,1202,0,0), + (14385,6254,1,0,0,-772.736,-3724.86,42.5687,0.820305,275,275,0,0,919,1202,0,0), + (14386,3438,1,0,0,-214.253,-3307.53,91.7917,5.16115,275,275,0,0,335,0,0,0), + (14387,3439,1,0,0,1109.15,-3104.11,82.4108,2.86234,275,275,0,0,804,0,0,0), + (14388,3442,1,0,0,-902.036,-3759.4,11.6138,1.309,275,275,0,0,644,0,0,0), + (14389,8306,1,0,0,-534.552,-2979.56,93.147,5.91667,275,275,0,0,804,0,0,0), + (14390,3443,1,0,0,-534.982,-2982.22,93.0775,1.3439,275,275,0,0,546,0,0,2), + (14391,8307,1,0,0,-555.578,-2965.65,91.7917,1.54989,275,275,0,0,573,0,0,0), + (14392,3444,1,0,0,-4057.36,-2378.25,118.076,5.05553,275,275,2,0,42,0,0,1), + (14393,3444,1,0,0,-4052.29,-2314.87,130.8,5.51306,275,275,5,0,42,0,0,1), + (14394,3444,1,0,0,-4071.39,-2420.06,126.133,2.70281,275,275,5,0,42,0,0,1), + (14395,3444,1,0,0,-4086.52,-2388.37,135.855,5.58818,275,275,5,0,42,0,0,1), + (14396,3444,1,0,0,-4149.42,-2208.05,50.3081,5.49578,275,275,5,0,42,0,0,1), + (14397,3444,1,0,0,-4195.88,-2246.05,50.3081,2.15643,275,275,5,0,42,0,0,1), + (14398,3444,1,0,0,-4046.22,-2402.96,126.131,4.83418,275,275,5,0,42,0,0,1), + (14399,3444,1,0,0,-4046,-2369.77,135.856,0.790002,275,275,5,0,42,0,0,1), + (14400,14964,1,0,0,1050.66,-2112.74,124.384,4.34587,275,275,0,0,64,0,0,0), + (14401,3444,1,0,0,-4214.94,-2274.71,50.3081,2.24407,275,275,5,0,42,0,0,1), + (14402,3444,1,0,0,-4162.26,-2311.94,92.4289,2.9343,275,275,0,0,42,0,0,0), + (14403,3444,1,0,0,-4094.5,-2388.58,118.077,3.52872,275,275,5,0,42,0,0,1), + (14404,3444,1,0,0,-4074.46,-2375.37,126.13,4.68013,275,275,0,0,42,0,0,0), + (14405,3444,1,0,0,-4129.52,-2174.58,50.3081,5.58627,275,275,5,0,42,0,0,1), + (14406,3444,1,0,0,-4118.65,-2317.82,128.06,4.11898,275,275,0,0,42,0,0,0), + (14407,3445,1,0,0,1032.8,-3078.84,105.099,5.18081,275,275,5,0,417,0,0,2), + (14408,3446,1,0,0,-928.982,-3697.23,8.06642,3.08923,275,275,0,0,748,0,0,0), + (14409,7287,1,0,0,1209.16,-2930.39,91.75,3.92699,275,275,0,0,573,0,0,0), + (14410,3703,1,0,0,-2404.44,-1921.1,96.8255,0.331613,275,275,0,0,2666,0,0,0), + (14411,3448,1,0,0,-544.992,-2672.77,95.8709,1.16937,275,275,0,0,1042,0,0,0), + (14412,7288,1,0,0,1235.16,-2925.27,141.818,6.0912,600,600,0,0,1815,0,0,0), + (14413,3704,1,0,0,-2400.33,-1929.77,96.8255,0.994838,275,275,0,0,1684,0,0,0), + (14414,9336,1,0,0,1333.82,-3455.81,94.9572,0.802851,275,275,0,0,449,0,0,0), + (14415,3449,1,0,0,-474.894,-2607.74,127.885,5.74213,275,275,0,0,594,0,0,0), + (14416,3705,1,0,0,-2402.17,-1911.01,96.8255,5.72468,275,275,0,0,1240,0,0,0), + (14417,6266,1,0,0,-782.55,-3711.31,41.3629,3.26377,275,275,0,0,3517,0,0,0), + (14418,3452,1,0,0,790.369,-1345.77,90.6152,5.34071,275,275,0,0,629,0,0,0), + (14419,3453,1,0,0,-985.599,-3796.71,5.20934,0.244346,275,275,0,0,644,0,0,0), + (14420,14717,1,0,0,1030.89,-2095.89,123.948,4.74729,600,600,0,0,8017,0,0,0), + (14421,14717,1,0,0,1037.71,-2096.09,123.695,4.64258,600,600,0,0,8017,0,0,0), + (14422,14717,1,0,0,1031.97,-2092.39,124.969,4.72984,600,600,0,0,8017,0,0,0), + (14423,14717,1,0,0,1036.42,-2092.04,125.016,4.66003,600,600,0,0,8017,0,0,0), + (14424,14717,1,0,0,1062.25,-2155.6,123.919,5.79449,600,600,0,0,8017,0,0,0), + (14425,14717,1,0,0,1060,-2161.91,123.7,6.02139,600,600,0,0,8017,0,0,0), + (14426,14717,1,0,0,1055.4,-2165.34,122.715,5.23599,600,600,0,0,8017,0,0,0), + (14427,14717,1,0,0,1048.67,-2164.75,123.919,4.4855,600,600,0,0,8017,0,0,0), + (14428,14718,1,0,0,1029.65,-2105.91,123.07,2.58302,275,275,0,0,1309,0,0,0), + (14429,14718,1,0,0,1029.83,-2154.75,123.049,1.19849,275,275,0,0,1309,0,0,0), + (14430,14718,1,0,0,1010.26,-2134.29,126.945,0.612264,275,275,0,0,1309,0,0,0), + (14431,14718,1,0,0,1019.54,-2142.49,124.767,0.882199,275,275,0,0,1309,0,0,0), + (14432,14718,1,0,0,1015.51,-2138.34,125.82,0.753775,275,275,0,0,1309,0,0,0), + (14433,14718,1,0,0,1048.24,-2107.62,123.129,3.57792,275,275,0,0,1309,0,0,0), + (14434,3456,1,0,0,-3789.69,-1870.38,93.7852,2.63866,275,275,5,0,494,0,0,1), + (14435,3456,1,0,0,-3826.67,-1832.66,92.5425,0.460709,275,275,0,0,494,0,0,0), + (14436,3456,1,0,0,-3845.51,-1810.63,91.7917,1.12432,275,275,5,0,494,0,0,1), + (14437,3456,1,0,0,-3806.64,-1865.37,92.7821,1.27747,275,275,15,0,494,0,0,1), + (14438,3456,1,0,0,-3801.42,-1814.44,92.9885,1.25522,275,275,15,0,494,0,0,1), + (14439,3456,1,0,0,-3843.02,-1853.53,91.7917,0.10993,275,275,5,0,494,0,0,1), + (14440,3456,1,0,0,-4070.92,-1817.04,92.5648,1.02242,275,275,5,0,494,0,0,1), + (14441,3456,1,0,0,-3875.6,-1753.32,91.8435,4.70768,275,275,15,0,494,0,0,1), + (14442,3456,1,0,0,-3786.07,-1979.71,94.2917,1.06822,275,275,5,0,494,0,0,2), + (14443,3456,1,0,0,-3871.58,-1902.95,92.5974,1.00107,275,275,0,0,494,0,0,0), + (14444,3456,1,0,0,-3812.9,-1983.24,91.7917,3.80242,275,275,5,0,494,0,0,1), + (14445,3456,1,0,0,-3823.2,-1690.26,92.141,6.11579,275,275,15,0,494,0,0,1), + (14446,3456,1,0,0,-4077.81,-1971.24,91.8165,2.09915,275,275,5,0,494,0,0,2), + (14447,3457,1,0,0,-3953.73,-1846.55,91.7977,5.31314,275,275,5,0,506,0,0,1), + (14448,3457,1,0,0,-4055.13,-1858.32,93.6898,4.10304,275,275,5,0,506,0,0,2), + (14449,3457,1,0,0,-3995.2,-1753.01,96.2917,3.47406,275,275,15,0,506,0,0,2), + (14450,3457,1,0,0,-3984.79,-1749.49,94.5893,5.25816,275,275,15,0,506,0,0,1), + (14451,3457,1,0,0,-3991.2,-1781.86,91.7917,1.54561,275,275,15,0,506,0,0,1), + (14452,3457,1,0,0,-3951.34,-1824.68,93.4172,4.59157,275,275,5,0,506,0,0,1), + (14453,3457,1,0,0,-4016.95,-1825.51,94.6836,4.64312,275,275,15,0,506,0,0,1), + (14454,3457,1,0,0,-4016.22,-1774.84,96.5483,4.82044,275,275,15,0,506,0,0,1), + (14455,3457,1,0,0,-4010.49,-1850.49,91.9167,3.68362,275,275,15,0,506,0,0,1), + (14456,3457,1,0,0,-3963.28,-1723.97,91.7917,1.37874,275,275,15,0,506,0,0,2), + (14457,3457,1,0,0,-3914.5,-1845.09,92.1074,5.87769,275,275,5,0,506,0,0,1), + (14458,3457,1,0,0,-3929.58,-1674.14,92.2391,0.70149,275,275,15,0,506,0,0,2), + (14459,3457,1,0,0,-3904.4,-1684.77,93.8187,5.68638,275,275,5,0,506,0,0,2), + (14460,3457,1,0,0,-3884.27,-1684.87,92.6667,4.94022,275,275,5,0,506,0,0,1), + (14461,3457,1,0,0,-3739.75,-1617.23,93.4167,4.74585,275,275,15,0,506,0,0,1), + (14462,3457,1,0,0,-3887.73,-1653.66,92.0332,3.70578,275,275,10,0,506,0,0,1), + (14463,3457,1,0,0,-3970.72,-1778.08,92.4015,4.81808,275,275,15,0,506,0,0,1), + (14464,3458,1,0,0,-4015.03,-1733.05,101.076,1.28536,275,275,0,0,544,581,0,0), + (14465,3458,1,0,0,-3676.61,-1650.81,91.7916,0.458653,275,275,15,0,544,581,0,1), + (14466,3458,1,0,0,-3951.05,-1675.71,92.3193,2.55921,275,275,15,0,544,581,0,1), + (14467,3458,1,0,0,-3929.86,-1645.06,91.7917,4.49467,275,275,5,0,544,581,0,1), + (14468,3458,1,0,0,-3703.96,-1581.82,92.0417,3.60745,275,275,0,0,544,581,0,0), + (14469,3458,1,0,0,-3936.95,-1611.9,92.5417,1.02684,275,275,5,0,544,581,0,1), + (14470,3458,1,0,0,-4019.68,-1880.3,92.0455,2.59425,275,275,5,0,544,581,0,1), + (14471,3458,1,0,0,-3897.72,-1590.44,91.7917,0.112415,275,275,10,0,544,581,0,1), + (14472,3458,1,0,0,-3983.66,-1817.99,92.4188,4.10065,275,275,15,0,544,581,0,1), + (14473,3458,1,0,0,-3688.13,-1598.96,100.001,4.40844,275,275,5,0,544,581,0,1), + (14474,3458,1,0,0,-3705.55,-1606.26,92.4891,3.14187,275,275,0,0,544,581,0,0), + (14475,3458,1,0,0,-4002.21,-1698.93,110.906,3.58,275,275,5,0,544,581,0,1), + (14476,3458,1,0,0,-3947.74,-1573.23,94.8549,1.3024,275,275,5,0,544,581,0,1), + (14477,3458,1,0,0,-3735.15,-1547.96,109.243,0.332783,275,275,5,0,544,581,0,1), + (14478,3458,1,0,0,-3715.32,-1690.89,93.4519,1.69765,275,275,15,0,544,581,0,1), + (14479,3458,1,0,0,-3820.49,-1519.62,108.711,0.891577,275,275,0,0,544,581,0,0), + (14480,3458,1,0,0,-3850.66,-1480.51,125.171,2.99603,275,275,5,0,544,581,0,2), + (14481,3458,1,0,0,-3811.32,-1554.8,99.0995,5.71862,275,275,5,0,544,581,0,1), + (14482,3458,1,0,0,-3874.58,-1637.57,91.7917,1.17373,275,275,0,0,544,581,0,0), + (14483,3458,1,0,0,-3852.93,-1575.41,94.0757,1.92807,275,275,5,0,544,581,0,1), + (14484,2562,0,0,0,-1321.1,-2090.92,58.2376,4.38949,400,400,10,0,1163,0,0,1), + (14485,2562,0,0,0,-1117.84,-2013.22,63.3482,5.5807,400,400,10,0,1163,0,0,1), + (14486,2562,0,0,0,-1286.47,-1988.54,64.0455,5.42684,400,400,10,0,1163,0,0,1), + (14487,2562,0,0,0,-1112.33,-2060.16,58.637,1.19718,400,400,5,0,1163,0,0,1), + (14488,2562,0,0,0,-1124.32,-2148.72,54.9609,2.81495,400,400,5,0,1163,0,0,1), + (14489,2553,0,0,0,-1081.29,-2112.12,51.4452,2.35969,400,400,10,0,847,2253,0,1), + (14491,2553,0,0,0,-1150.18,-1983.7,64.4856,1.3959,400,400,10,0,847,2253,0,1), + (14492,2562,0,0,0,-1081.85,-2051.48,62.2639,5.68851,400,400,10,0,1163,0,0,1), + (14493,2562,0,0,0,-1179.68,-2205.32,56.9194,1.20963,400,400,10,0,1163,0,0,1), + (14494,2562,0,0,0,-1154.67,-2191.18,58.3234,3.06585,400,400,10,0,1163,0,0,1), + (14495,2559,0,0,0,-1279.89,-2291.01,60.0373,3.37425,400,400,5,0,1050,0,0,1), + (14496,2562,0,0,0,-1241.94,-2221.55,56.7471,3.14745,400,400,5,0,1163,0,0,1), + (14497,2559,0,0,0,-1315.44,-2324.49,58.3446,6.02447,400,400,5,0,1050,0,0,1), + (14498,2600,0,0,0,-877.05,-2029.76,34.4662,4.60921,7200,7200,0,0,1064,1007,0,0), + (14499,2560,0,0,0,-974.721,-2541.71,62.5297,4.69481,400,400,10,0,1221,0,0,1), + (14500,2560,0,0,0,-954.08,-2301.96,48.1373,1.60984,400,400,5,0,1221,0,0,1), + (14501,2563,0,0,0,-946.286,-2166.15,54.0519,4.46788,400,400,10,0,1163,0,0,1), + (14502,2760,0,0,0,-845.871,-1818.27,43.4931,4.68572,400,400,10,0,1604,0,0,1), + (14503,2760,0,0,0,-865.67,-1774.11,40.3907,4.70675,400,400,5,0,1604,0,0,1), + (14504,2760,0,0,0,-848.952,-1789.83,40.3907,5.84351,400,400,5,0,1604,0,0,1), + (14505,2760,0,0,0,-868.848,-1795.75,41.221,6.11843,400,400,5,0,1604,0,0,1), + (14506,2563,0,0,0,-944.454,-3355.57,64.1904,0.427244,400,400,10,0,1163,0,0,1), + (14507,2559,0,0,0,-1012.07,-3350.67,52.8741,2.04581,400,400,10,0,1050,0,0,1), + (14508,2559,0,0,0,-1017.99,-3314.89,52.9859,0.061916,400,400,10,0,1050,0,0,1), + (14509,2559,0,0,0,-992.667,-3380.8,55.8901,1.82381,400,400,10,0,1050,0,0,1), + (14510,2559,0,0,0,-1071.81,-3275.16,42.9651,5.02425,400,400,10,0,1050,0,0,1), + (14511,2559,0,0,0,-1218.65,-3216.66,42.466,3.9516,400,400,10,0,1050,0,0,1), + (14512,2563,0,0,0,-1156.36,-3107.4,45.2701,5.71466,400,400,10,0,1163,0,0,1), + (14513,2559,0,0,0,-1045.42,-3229.63,42.0618,4.92089,400,400,10,0,1050,0,0,1), + (14514,2611,0,0,0,-1037,-3305,53.475,3.286,2568,2568,0,1,5102,0,0,2), + (14515,2764,0,0,0,-1035,-3303,53.475,4.405,2568,2568,0,1,184,1283,0,0), + (14516,2765,0,0,0,-1039,-3307,53.475,2.621,2568,2568,0,1,219,0,0,0), + (14517,4063,0,0,0,-1041,-3309,53.475,1.971,2568,2568,0,1,156,3075,0,0), + (14518,2592,0,0,0,-1516.54,-2214.58,18.2403,1.96272,400,400,5,0,1604,0,0,1), + (14519,2592,0,0,0,-1516.58,-2182.69,17.3096,0.279253,400,400,10,0,1604,0,0,1), + (14520,12920,0,0,0,-1018.77,-3509.47,63.0335,0.855211,400,400,0,0,3294,0,0,0), + (14521,2572,0,0,0,-971.368,-3716.26,93.8112,4.13143,400,400,0,0,1403,0,0,0), + (14523,2572,0,0,0,-1065.84,-3836.19,132.583,3.89852,400,400,3,0,1403,0,0,1), + (14524,2572,0,0,0,-1092.57,-3748.28,90.1582,2.31382,400,400,3,0,1403,0,0,1), + (14525,2559,0,0,0,-1181.23,-3246.57,30.6327,1.47885,400,400,10,0,1050,0,0,1), + (14526,2762,0,0,0,-1379.65,-2716.35,57.4799,1.61179,400,400,10,0,1305,1486,0,1), + (14527,2762,0,0,0,-1383.47,-2757.88,53.0001,3.12402,400,400,10,0,1305,1486,0,1), + (14528,2588,0,0,0,-1721.11,-1880,81.6367,5.6397,400,400,3,0,3831,0,0,1), + (14529,2574,0,0,0,-887.565,-3911.44,135.023,1.44862,400,400,3,0,1469,0,0,1), + (14530,2762,0,0,0,-1316.9,-2785.59,57.0789,4.16393,400,400,10,0,1305,1486,0,1), + (14531,2762,0,0,0,-1353.3,-2680.84,69.1467,2.76242,400,400,10,0,1305,1486,0,1), + (14532,2762,0,0,0,-1329.93,-2706.24,60.0018,3.13371,400,400,10,0,1305,1486,0,1), + (14533,2762,0,0,0,-1278.76,-2744.07,52.9249,2.1649,400,400,10,0,1305,1486,0,1), + (14534,2762,0,0,0,-1352.93,-2780.61,52.8388,3.02566,400,400,5,0,1305,1486,0,1), + (14535,2591,0,0,0,-1645.85,-1919.64,73.8104,3.54302,400,400,0,0,2910,2861,0,0), + (14536,2588,0,0,0,-1633.51,-1794.7,80.2895,0.069125,400,400,3,0,3831,0,0,1), + (14537,2588,0,0,0,-1627.86,-1916.75,73.7215,0.609328,400,400,3,0,3831,0,0,1), + (14541,2590,0,0,0,-1696.89,-1926.68,86.5763,6.26573,400,400,0,0,2706,2680,0,0), + (14542,2590,0,0,0,-1694.56,-1910.39,81.7269,1.55334,400,400,0,0,2706,2680,0,0), + (14545,2588,0,0,0,-1711.4,-1895.82,80.6097,0.988817,400,400,5,0,3831,0,0,1), + (14546,2590,0,0,0,-1636.87,-1894.07,81.6696,4.76974,400,400,3,0,2706,2680,0,1), + (14549,2590,0,0,0,-1715.45,-1908.69,81.295,2.96819,400,400,0,0,2706,2680,0,0), + (14550,2569,0,0,0,-1757.61,-1666,53.47,4.99135,400,400,5,0,4008,0,0,1), + (14552,2588,0,0,0,-1681.81,-1780.65,84.3108,0.476071,400,400,5,0,3831,0,0,1), + (14556,2591,0,0,0,-1680.75,-1820.69,100.414,1.83006,400,400,3,0,2910,2861,0,2), + (14557,2590,0,0,0,-1713.94,-1780.49,83.4918,4.97419,400,400,0,0,2706,2680,0,0), + (14559,4075,0,0,0,-1777.47,-1619.28,52.8882,2.59774,400,400,5,0,8,0,0,1), + (14560,2590,0,0,0,-1696.67,-1797.34,84.3108,4.73097,400,400,0,0,2706,2680,0,0), + (14562,2564,0,0,0,-1239.17,-2057.78,48.4124,1.90842,400,400,3,0,1221,0,0,1), + (14563,2569,0,0,0,-1791.11,-1614.43,53.1394,1.4137,400,400,0,0,4008,0,0,0), + (14564,2591,0,0,0,-1698.05,-1818.78,93.1325,1.25581,400,400,3,0,2910,2861,0,2), + (14565,2588,0,0,0,-1674.7,-1796.07,100.414,4.99897,400,400,3,0,3831,0,0,1), + (14566,2591,0,0,0,-1699.67,-1806.6,101.671,3.20664,400,400,0,0,2910,2861,0,0), + (14568,2591,0,0,0,-1703.68,-1801.47,101.708,3.07838,400,400,0,0,2910,2861,0,0), + (14570,2588,0,0,0,-1708.19,-1829.74,108.337,5.80644,400,400,0,0,3831,0,0,0), + (14571,2564,0,0,0,-1238.57,-2015.16,44.0483,3.04785,400,400,3,0,1221,0,0,1), + (14572,2612,0,0,0,-1383.28,-2071.62,62.6082,4.64595,400,400,0,0,5493,1783,0,2), + (14573,2599,0,0,0,-1706.6,-1810.7,101.791,0.628319,400,400,0,0,4185,0,0,0), + (14574,2738,0,0,0,-1380.1,-2068.97,62.3833,4.64584,400,400,0,0,3804,0,0,0), + (14575,2738,0,0,0,-1382.89,-2065.77,62.3199,4.64595,400,400,0,0,3804,0,0,0), + (14576,2597,0,0,0,-1709.68,-1803.8,101.791,0.069813,400,400,0,0,11034,0,0,0), + (14577,2590,0,0,0,-1663.5,-1803.53,83.0723,3.42668,400,400,0,0,2706,2680,0,0), + (14578,2588,0,0,0,-1658.59,-1820.37,81.4324,2.61343,400,400,5,0,3831,0,0,1), + (14581,4075,0,0,0,-1745.05,-1574.52,52.6795,5.5426,400,400,5,0,8,0,0,1), + (14582,2569,0,0,0,-1735.24,-1587.4,51.7258,5.35673,400,400,5,0,4008,0,0,1), + (14583,2349,0,0,0,-482.703,-1818.6,70.2587,0.468014,400,400,5,0,664,0,0,1), + (14585,2570,0,0,0,-1733.33,-1604.25,53.2191,5.55564,400,400,0,0,3405,1189,0,0), + (14586,2588,0,0,0,-1678.68,-1930.02,80.6493,2.05374,400,400,5,0,3831,0,0,1), + (14587,2570,0,0,0,-1684.29,-1568.41,56.196,3.93163,400,400,5,0,3405,1189,0,1), + (14588,2571,0,0,0,-1710.64,-1584.16,54.2143,0.941179,400,400,5,0,4377,0,0,1), + (14589,2571,0,0,0,-1715.73,-1548.63,55.7366,0.391977,400,400,5,0,4377,0,0,1), + (14590,4075,0,0,0,-1696.02,-1552.24,55.4542,6.20962,400,400,5,0,8,0,0,1), + (14591,2570,0,0,0,-1751.9,-1619.8,52.8001,1.72672,400,400,5,0,3405,1189,0,1), + (14592,4075,0,0,0,-1709.69,-1716.47,53.8838,1.49603,400,400,10,0,8,0,0,1), + (14593,2569,0,0,0,-1737.47,-1694.55,53.1683,4.14017,400,400,5,0,4008,0,0,1), + (14594,2569,0,0,0,-1734.1,-1643.9,52.4077,2.90514,400,400,5,0,4008,0,0,1), + (14595,2570,0,0,0,-1740.46,-1643.3,52.0271,1.31898,400,400,5,0,3405,1189,0,2), + (14596,2558,0,0,0,-1723.22,-1740.31,52.671,3.12991,400,400,0,0,3831,0,0,0), + (14597,2559,0,0,0,-1110.19,-2649.74,50.441,3.13183,400,400,10,0,1050,0,0,1), + (14598,2569,0,0,0,-1712.11,-1721.47,53.1158,4.49069,400,400,5,0,4008,0,0,1), + (14599,2571,0,0,0,-1772.13,-1609.34,52.0132,1.25789,400,400,5,0,4377,0,0,1), + (14600,2559,0,0,0,-1120.04,-2550.2,52.9232,3.45508,400,400,10,0,1050,0,0,1), + (14601,2558,0,0,0,-1697.65,-1731.96,56.1629,5.51098,400,400,0,0,3831,0,0,0), + (14602,2571,0,0,0,-1750.67,-1522.96,61.0096,0.014966,400,400,5,0,4377,0,0,1), + (14603,2584,0,0,0,-1580.57,-1720.48,67.8083,4.66003,400,400,0,0,4264,0,0,0), + (14604,2570,0,0,0,-1753.47,-1585.43,51.8045,5.32192,400,400,5,0,3405,1189,0,1), + (14605,2584,0,0,0,-1590.86,-1720.1,68.0504,5.07891,400,400,0,0,4264,0,0,0), + (14606,2584,0,0,0,-1614.8,-1681.66,66.614,3.01121,400,400,10,0,4264,0,0,1), + (14607,2583,0,0,0,-1587.04,-1726.65,67.4434,-1.69229,400,400,0,0,3359,1142,0,0), + (14608,2583,0,0,0,-1645.01,-1660.96,69.0798,4.98349,400,400,0,0,3359,1142,0,0), + (14609,2584,0,0,0,-1629.53,-1633.74,66.9207,4.97469,400,400,10,0,4264,0,0,1), + (14610,2583,0,0,0,-1649.05,-1706.52,69.0118,5.74404,400,400,0,0,3359,1142,0,0), + (14611,2585,0,0,0,-1586.1,-1628.74,68.6193,5.60115,400,400,0,0,4438,0,0,0), + (14612,2583,0,0,0,-1608.8,-1651.05,68.1707,3.14862,400,400,10,0,3359,1142,0,1), + (14613,4075,0,0,0,-1599.14,-1633.68,68.6073,2.58599,400,400,5,0,8,0,0,1), + (14614,2583,0,0,0,-1651.96,-1628.02,68.7301,2.47161,400,400,0,0,3359,1142,0,0), + (14615,2584,0,0,0,-1531.71,-1721.79,66.2183,5.55479,400,400,10,0,4264,0,0,1), + (14616,2773,0,0,0,-1723.2,-1534.92,55.9884,5.37561,400,400,0,0,5334,0,0,0), + (14617,2583,0,0,0,-1563.03,-1714.86,67.3969,3.92116,400,400,0,0,3359,1142,0,0), + (14618,2585,0,0,0,-1528.26,-1689.72,68.897,4.81189,400,400,0,0,4438,0,0,0), + (14619,2584,0,0,0,-1527.74,-1774.07,67.664,4.58871,400,400,6,0,4264,0,0,2), + (14620,2583,0,0,0,-1504.05,-1722.82,68.9775,5.71604,400,400,0,0,3359,1142,0,0), + (14621,4075,0,0,0,-1502.67,-1703.97,68.2183,4.80365,400,400,5,0,8,0,0,1), + (14622,2583,0,0,0,-1522.76,-1760.03,67.1573,0.486498,400,400,10,0,3359,1142,0,1), + (14623,2583,0,0,0,-1545.08,-1744.71,68.3035,5.65337,400,400,0,0,3359,1142,0,0), + (14624,2584,0,0,0,-1524.14,-1780.98,68.0966,1.91986,400,400,0,0,4264,0,0,0), + (14625,2584,0,0,0,-1533.86,-1780.24,68.4454,1.25664,400,400,0,0,4264,0,0,0), + (14626,2585,0,0,0,-1504.84,-1762.03,68.676,4.02844,400,400,3,0,4438,0,0,1), + (14627,2570,0,0,0,-1792.71,-1594.79,53.4594,0.139354,400,400,3,0,3405,1189,0,1), + (14628,2584,0,0,0,-1533.06,-1831.08,68.1607,1.39626,400,400,0,0,4264,0,0,0), + (14629,2571,0,0,0,-1790.7,-1569.19,53.0372,5.28264,400,400,0,0,4377,0,0,0), + (14630,2583,0,0,0,-1542.16,-1773.03,68.7674,4.79417,400,400,3,0,3359,1142,0,1), + (14631,4075,0,0,0,-1559.07,-1802.18,67.6051,5.02751,400,400,10,0,8,0,0,1), + (14632,2584,0,0,0,-1524.05,-1831.03,68.2974,1.79769,400,400,0,0,4264,0,0,0), + (14633,2590,0,0,0,-1580.67,-1859.8,68.4255,0.139626,400,400,0,0,2706,2680,0,0), + (14636,2570,0,0,0,-1777.45,-1582.35,53.0013,3.61837,400,400,0,0,3405,1189,0,0), + (14637,2590,0,0,0,-1594.04,-1830.74,68.44,1.17384,400,400,0,0,2706,2680,0,0), + (14639,2588,0,0,0,-1605.55,-1918.79,67.6552,0.045068,400,400,3,0,3831,0,0,1), + (14642,2569,0,0,0,-1627.05,-1744.24,67.5658,3.15475,400,400,5,0,4008,0,0,2), + (14643,2591,0,0,0,-1586.96,-1881.76,68.5317,2.26183,400,400,0,0,2910,2861,0,0), + (14644,2570,0,0,0,-1774.07,-1642.56,53.2363,1.39997,400,400,5,0,3405,1189,0,1), + (14645,2591,0,0,0,-1628.39,-1919.25,68.9609,0.997192,400,400,0,0,2910,2861,0,0), + (14646,4075,0,0,0,-1599.92,-1926.27,67.9631,3.24679,400,400,5,0,8,0,0,1), + (14647,2588,0,0,0,-1639.4,-1918.76,68.9529,0.958364,400,400,0,0,3831,0,0,0), + (14650,2712,0,0,0,-1425.68,-3033.32,32.8839,3.07178,400,400,0,0,1609,0,0,0), + (14652,2783,0,0,0,-1644.56,-1933.05,68.1722,0.174533,400,400,0,0,4572,0,0,0), + (14653,2713,0,0,0,-1427.4,-3035.18,32.268,3.14159,400,400,0,0,1200,1189,0,0), + (14654,2567,0,0,0,-1855.55,-2812.6,63.0485,3.06358,400,400,10,0,1075,2763,0,1), + (14655,2559,0,0,0,-1482.24,-2585.73,63.5937,0.867047,400,400,10,0,1050,0,0,1), + (14656,2566,0,0,0,-1879.21,-2852.16,64.0606,3.46952,400,400,5,0,1403,0,0,1), + (14657,2762,0,0,0,-1413.11,-2684.88,51.4271,6.03152,400,400,10,0,1305,1486,0,1), + (14658,2572,0,0,0,-1044.19,-3840.4,147.458,5.35506,400,400,0,0,1403,0,0,0), + (14659,2566,0,0,0,-1904.57,-2830.04,66.0962,3.46877,400,400,5,0,1403,0,0,1), + (14660,2566,0,0,0,-1882.69,-2790.81,66.4753,2.25834,400,400,3,0,1403,0,0,1), + (14661,2566,0,0,0,-1848.96,-2748.08,52.4,4.04039,400,400,10,0,1403,0,0,1), + (14662,2566,0,0,0,-1908.87,-2735.49,65.6033,1.50789,400,400,5,0,1403,0,0,1), + (14663,2566,0,0,0,-1877.38,-2722.49,56.1828,5.10228,400,400,10,0,1403,0,0,1), + (14664,2567,0,0,0,-1947.7,-2753.07,76.8121,5.27109,400,400,5,0,1075,2763,0,2), + (14665,2567,0,0,0,-2001,-2716.59,81.0618,1.43937,400,400,3,0,1075,2763,0,1), + (14666,2566,0,0,0,-2048.78,-2688.57,79.1041,5.54839,400,400,5,0,1403,0,0,1), + (14667,2566,0,0,0,-2018.83,-2649.62,80.7815,3.45359,400,400,10,0,1403,0,0,1), + (14668,2559,0,0,0,-1059.22,-3352.79,46.9394,6.2539,400,400,10,0,1050,0,0,1), + (14669,2559,0,0,0,-1105.91,-3240.22,36.7675,0.883775,400,400,10,0,1050,0,0,1), + (14670,2566,0,0,0,-1970.81,-2696.38,80.3125,2.72042,400,400,3,0,1403,0,0,1), + (14671,2559,0,0,0,-1147.51,-3298.86,42.1707,1.30215,400,400,10,0,1050,0,0,1), + (14672,2567,0,0,0,-1915.55,-2682.25,68.3667,5.4798,400,400,5,0,1075,2763,0,1), + (14673,2566,0,0,0,-1945.53,-2652.67,80.5085,5.54943,400,400,10,0,1403,0,0,1), + (14674,2561,0,0,0,-1792.3,-2652.75,51.2646,3.49237,400,400,5,0,1469,0,0,1), + (14675,2559,0,0,0,-1086.66,-3215.08,43.6514,3.24729,400,400,10,0,1050,0,0,1), + (14676,2620,0,0,0,-1132.52,-3163.76,45.7034,0.997597,400,400,10,0,8,0,0,1), + (14677,2559,0,0,0,-1147.28,-3084.02,41.0106,4.79845,400,400,10,0,1050,0,0,1), + (14678,2559,0,0,0,-1151.99,-3221.7,32.5901,2.45859,400,400,10,0,1050,0,0,1), + (14679,2559,0,0,0,-1084.9,-1719.08,39.8159,2.4187,400,400,10,0,1050,0,0,1), + (14680,2561,0,0,0,-1753.44,-2680.2,40.5151,0.093841,400,400,5,0,1469,0,0,1), + (14681,2559,0,0,0,-1115.4,-3184.86,45.9685,4.78467,400,400,5,0,1050,0,0,1), + (14682,2559,0,0,0,-1146.65,-3149.91,44.358,5.68605,400,400,10,0,1050,0,0,1), + (14683,2572,0,0,0,-1090.65,-3675.36,71.5291,2.15425,400,400,5,0,1403,0,0,1), + (14684,2559,0,0,0,-1117.55,-3050.62,41.8368,1.31513,400,400,10,0,1050,0,0,1), + (14685,2561,0,0,0,-1784.04,-2777.99,53.1458,1.57666,400,400,10,0,1469,0,0,1), + (14686,2561,0,0,0,-1783.3,-2705.52,49.821,1.11611,400,400,10,0,1469,0,0,1), + (14687,2559,0,0,0,-880.177,-3613.46,76.9783,1.24472,400,400,5,0,1050,0,0,1), + (14688,2559,0,0,0,-1147.31,-3055.67,38.7543,4.78687,400,400,10,0,1050,0,0,1), + (14689,2572,0,0,0,-1152.85,-3610.92,41.5629,2.30437,400,400,10,0,1403,0,0,1), + (14690,2572,0,0,0,-1017.96,-3684.89,86.0248,4.418,400,400,5,0,1403,0,0,1), + (14691,2561,0,0,0,-1752.37,-2850.71,44.9665,2.8686,400,400,10,0,1469,0,0,1), + (14692,2572,0,0,0,-1039.77,-3694.41,88.1248,1.16937,400,400,0,0,1403,0,0,0), + (14693,2561,0,0,0,-1760.5,-2801.48,48.3108,2.28711,400,400,10,0,1469,0,0,1), + (14694,2561,0,0,0,-1768.61,-2748.84,48.8114,3.27273,400,400,10,0,1469,0,0,1), + (14695,2572,0,0,0,-958.466,-3705.81,92.1076,4.06767,400,400,5,0,1403,0,0,1), + (14696,2559,0,0,0,-1120.29,-2980.8,41.9999,1.91415,400,400,10,0,1050,0,0,1), + (14697,2561,0,0,0,-1683.36,-2749.53,47.2354,4.71757,400,400,5,0,1469,0,0,1), + (14698,2561,0,0,0,-1684.6,-2811.87,39.6426,2.75678,400,400,5,0,1469,0,0,1), + (14699,2559,0,0,0,-1179.6,-3048.14,40.5965,0.24445,400,400,10,0,1050,0,0,1), + (14700,2559,0,0,0,-1181.46,-2981.05,48.9406,0.578335,400,400,10,0,1050,0,0,1), + (14701,2572,0,0,0,-988.764,-3657.44,79.1515,0.293328,400,400,10,0,1403,0,0,1), + (14702,2559,0,0,0,-1216.98,-3012.95,45.8092,1.57666,400,400,10,0,1050,0,0,1), + (14703,2559,0,0,0,-1249.01,-3116.92,42.6192,4.4357,400,400,10,0,1050,0,0,1), + (14704,441,0,0,0,-9644.54,-2351.72,68.7737,3.02133,300,300,10,0,330,938,0,1), + (14705,2559,0,0,0,-1219.16,-3083.64,39.2356,3.76649,400,400,10,0,1050,0,0,1), + (14706,2572,0,0,0,-927.195,-3727.74,94.3904,0.158475,400,400,3,0,1403,0,0,1), + (14707,2559,0,0,0,-1216.28,-3144.88,41.3683,0.950289,400,400,10,0,1050,0,0,1), + (14708,2565,0,0,0,-1716.27,-2793.39,48.2109,4.6714,400,400,5,0,1403,0,0,1), + (14709,2559,0,0,0,-1246.76,-3180.18,42.1805,0.868392,400,400,10,0,1050,0,0,1), + (14710,2572,0,0,0,-988.332,-3718.31,93.4459,4.74739,400,400,5,0,1403,0,0,1), + (14711,2563,0,0,0,-1250.94,-3048.49,38.0866,3.97005,400,400,10,0,1163,0,0,1), + (14712,2561,0,0,0,-1823.33,-2668.38,55.1846,4.2636,400,400,10,0,1469,0,0,1), + (14713,2559,0,0,0,-1252.48,-2914.47,39.6326,3.20218,400,400,10,0,1050,0,0,1), + (14714,2559,0,0,0,-1312.48,-2851.17,52.8456,0.029288,400,400,3,0,1050,0,0,1), + (14715,2563,0,0,0,-1217.1,-2948.59,43.5186,1.57861,400,400,10,0,1163,0,0,1), + (14716,2559,0,0,0,-1286.13,-2883.84,49.3905,3.30835,400,400,3,0,1050,0,0,1), + (14717,2565,0,0,0,-1620.68,-2916.09,32.4332,3.37815,400,400,10,0,1403,0,0,1), + (14718,2560,0,0,0,-1516.83,-2813.33,39.4612,2.79117,400,400,5,0,1221,0,0,1), + (14719,2579,0,0,0,-1470.94,-2881.32,32.3176,3.78988,400,400,10,0,1279,0,0,1), + (14720,2565,0,0,0,-1683.36,-2983.13,36.5165,6.2578,400,400,5,0,1403,0,0,1), + (14721,2565,0,0,0,-1713.44,-3018.49,30.6646,4.589,400,400,5,0,1403,0,0,1), + (14722,2565,0,0,0,-1745.9,-3051.29,27.5883,0.089953,400,400,5,0,1403,0,0,1), + (14723,2565,0,0,0,-1714.32,-3078.84,25.1839,1.61179,400,400,5,0,1403,0,0,1), + (14724,2554,0,0,0,-1777.36,-3132.49,40.3376,6.26573,400,400,0,0,1163,0,0,0), + (14725,2556,0,0,0,-1889.48,-3118.35,63.2067,2.42258,400,400,5,0,1279,0,0,1), + (14726,2554,0,0,0,-1881.6,-3084.64,60.7827,0.363095,400,400,3,0,1163,0,0,1), + (14727,2554,0,0,0,-1848.77,-3086.99,54.8648,5.13913,400,400,0,0,1163,0,0,0), + (14728,2555,0,0,0,-1864.62,-3064.38,57.9381,0.832552,400,400,0,0,1021,963,0,0), + (14729,2554,0,0,0,-1863.77,-3084.92,57.6053,3.4066,400,400,5,0,1163,0,0,1), + (14732,2554,0,0,0,-1873.72,-3043.09,60.256,5.6982,400,400,0,0,1163,0,0,0), + (14733,2554,0,0,0,-1853.73,-3069.63,59.9803,3.9359,400,400,5,0,1163,0,0,1), + (14734,2554,0,0,0,-1881.19,-3152.55,61.2294,5.04031,400,400,5,0,1163,0,0,1), + (14735,2556,0,0,0,-1852.68,-3024.19,60.4887,4.82933,400,400,3,0,1279,0,0,1), + (14736,2556,0,0,0,-1816.89,-3281.7,27.1672,6.27795,400,400,5,0,1279,0,0,1), + (14737,2555,0,0,0,-1854.99,-3185.95,51.416,1.83425,400,400,0,0,1021,963,0,0), + (14738,2556,0,0,0,-1852.73,-3152.88,51.214,3.72276,400,400,3,0,1279,0,0,1), + (14739,2565,0,0,0,-1682.05,-3043.81,26.6807,0.734267,400,400,5,0,1403,0,0,1), + (14740,15351,0,0,0,-8399.07,266.236,120.885,2.20104,300,300,0,0,3857,0,0,0), + (14741,2760,0,0,0,-919.272,-1751.73,47.802,0.535839,400,400,10,0,1604,0,0,1), + (14742,2571,0,0,0,-1757.13,-1558.48,57.0591,5.06145,400,400,0,0,4377,0,0,0), + (14743,2560,0,0,0,-1748.73,-2984.09,36.2353,4.94563,400,400,10,0,1221,0,0,1), + (14744,2561,0,0,0,-1666.14,-2672.47,41.776,2.58879,400,400,10,0,1469,0,0,1), + (14745,2559,0,0,0,-1016.76,-1764.54,47.8095,3.64281,400,400,5,0,1050,0,0,1), + (14746,2760,0,0,0,-898.133,-1766.28,45.0305,3.01972,400,400,5,0,1604,0,0,1), + (14747,2563,0,0,0,-1588.78,-2597.44,42.9769,6.25544,400,400,10,0,1163,0,0,1), + (14748,2559,0,0,0,-982.226,-1718.53,40.2659,1.61883,400,400,10,0,1050,0,0,1), + (14749,2760,0,0,0,-865.859,-1744.28,45.5624,0.180076,400,400,10,0,1604,0,0,1), + (14750,2563,0,0,0,-1680.64,-2510.14,55.8918,0.312247,400,400,10,0,1163,0,0,1), + (14751,2563,0,0,0,-1682.05,-2418.46,70.3634,0.842046,400,400,5,0,1163,0,0,1), + (14752,2560,0,0,0,-1516.91,-1985.9,41.6086,4.2237,400,400,0,0,1221,0,0,0), + (14753,2560,0,0,0,-1479.68,-1949.11,53.5054,4.08407,400,400,0,0,1221,0,0,0), + (14754,4075,0,0,0,-1500.98,-1804.97,68.0896,3.26377,400,400,10,0,8,0,0,1), + (14755,4075,0,0,0,-1588.02,-1749.34,66.8503,2.26628,400,400,10,0,8,0,0,1), + (14756,4075,0,0,0,-1551.56,-1811.1,67.9552,2.8869,400,400,10,0,8,0,0,1), + (14757,2583,0,0,0,-1581.41,-1693.47,66.0647,0.132868,400,400,10,0,3359,1142,0,1), + (14758,2563,0,0,0,-1260.6,-3425.63,36.8092,0.565341,400,400,10,0,1163,0,0,1), + (14759,2585,0,0,0,-1543.37,-1863.06,67.3592,3.76332,400,400,5,0,4438,0,0,1), + (14760,2559,0,0,0,-1121.31,-3333.73,46.0919,6.06049,400,400,10,0,1050,0,0,1), + (14761,2584,0,0,0,-1555.09,-1669.84,68.8011,5.06145,400,400,0,0,4264,0,0,0), + (14762,2587,0,0,0,-811.636,-1999.46,34.0347,4.08847,400,400,5,0,1163,0,0,1), + (14763,2589,0,0,0,-803.064,-1981.05,34.0347,2.89369,400,400,10,0,1107,0,0,1), + (14764,2589,0,0,0,-835.366,-2076.21,34.3338,0.895788,400,400,10,0,1107,0,0,1), + (14765,2587,0,0,0,-796.255,-2069.11,33.846,6.27065,400,400,5,0,1163,0,0,1), + (14766,2589,0,0,0,-854.12,-2002.11,34.7652,5.03986,400,400,5,0,1107,0,0,1), + (14767,2589,0,0,0,-775.245,-2035.73,34.1738,3.64671,400,400,5,0,1107,0,0,1), + (14768,2587,0,0,0,-777.069,-2020.99,34.4424,3.13701,400,400,5,0,1163,0,0,1), + (14769,2586,0,0,0,-781.302,-2116.04,38.1838,6.07277,400,400,5,0,1050,0,0,1), + (14770,2589,0,0,0,-755.565,-2031.31,34.0643,4.5204,400,400,0,0,1107,0,0,0), + (14771,2586,0,0,0,-769.643,-2087.32,34.3055,1.91986,400,400,0,0,1050,0,0,0), + (14772,2714,0,0,0,-1609.97,-2755.76,37.3943,1.45734,400,400,0,0,1342,0,0,2), + (14773,2721,0,0,0,-1610.32,-2758.76,37.2522,1.46045,400,400,0,0,610,0,0,0), + (14774,2721,0,0,0,-1613.64,-2761.4,37.2522,1.45847,400,400,0,0,610,0,0,0), + (14775,2721,0,0,0,-1611,-2764.72,36.8772,1.45718,400,400,0,0,610,0,0,0), + (14776,2721,0,0,0,-1607.68,-2762.08,37.1272,1.45799,400,400,0,0,610,0,0,0), + (14777,2618,0,0,0,-1477.12,-3037.43,12.4207,4.59089,400,400,5,0,1203,0,0,1), + (14778,2619,0,0,0,-1480.27,-3059.95,13.0457,6.01345,400,400,5,0,1187,970,0,2), + (14779,2778,0,0,0,-2054.78,-2040.69,19.6389,2.93215,400,400,0,0,1536,0,0,0), + (14780,6777,0,0,0,7.32368,-1623.33,189.58,3.03687,300,300,0,0,3857,0,0,0), + (14781,7325,0,0,0,-18.1861,-1568.21,194.976,1.43117,300,300,0,0,4079,0,0,0), + (14782,6766,0,0,0,65.3193,-1497.15,174.148,4.89914,300,300,5,0,2769,0,0,1), + (14783,6766,0,0,0,-28.8082,-1404.96,170.132,3.10789,300,300,5,0,2769,0,0,1), + (14784,6766,0,0,0,42.3709,-1512.08,173.93,3.16863,300,300,5,0,2769,0,0,1), + (14785,6779,0,0,0,14.5248,-1628.05,189.581,2.80998,300,300,0,0,2972,0,0,0), + (14786,6707,0,0,0,0.704047,-1581.18,203.877,1.5708,300,300,0,0,3857,0,0,0), + (14787,6771,0,0,0,4.32297,-1592.5,204.003,3.9968,300,300,0,0,2769,0,0,0), + (14788,6766,0,0,0,14.8673,-1604.13,195.502,0.802851,300,300,0,0,2769,0,0,0), + (14789,6768,0,0,0,27.6115,-1625.33,204.003,3.12414,300,300,0,0,4120,0,0,0), + (14790,7075,0,0,0,-1251.87,571.952,30.2319,1.81913,600,600,3,0,6891,6867,0,1), + (14791,7071,0,0,0,-1319.1,457.083,37.618,3.90954,600,600,0,0,7349,4482,0,0), + (14792,7075,0,0,0,-1321.62,519.507,99.2873,3.25392,600,600,0,0,6891,6867,0,0), + (14793,7070,0,0,0,-1326.72,546.228,100.942,5.60251,600,600,0,0,7817,7107,0,0), + (14794,7069,0,0,0,-1379.81,632.899,51.5099,0.826559,600,600,0,0,8613,0,0,0), + (14795,7075,0,0,0,-1353.38,543.865,101.984,3.76991,600,600,0,0,6891,6867,0,0), + (14796,7072,0,0,0,-1345.56,575.438,103.609,5.32325,600,600,0,0,6891,0,0,0), + (14797,7068,0,0,0,-1262.56,479.974,10.5137,5.06174,600,600,0,0,7349,6723,0,0), + (14799,2370,0,0,0,-1325.8,-877.878,-9.63101,1.90241,300,300,0,0,812,811,0,0), + (14800,2405,0,0,0,-188.843,-907.371,55.8682,0.698132,300,300,0,0,3514,0,0,0), + (14801,3536,0,0,0,-429.726,-1497.85,88.2668,0.191986,300,300,0,0,1605,0,0,0), + (14802,620,0,0,0,-506.071,-1459.12,51.0499,5.32325,300,300,0,0,1,0,0,0), + (14803,5405,0,0,0,-779.294,-610.004,15.2348,2.33874,300,300,0,0,42,0,0,0), + (14804,12375,0,0,0,-779.103,-600.73,15.2348,5.49779,300,300,0,0,42,0,0,0), + (14805,12376,0,0,0,-786.315,-607.03,15.2348,5.46288,300,300,0,0,42,0,0,0), + (14806,14561,0,0,0,-781.823,-611.991,15.2348,2.25148,300,300,0,0,64,53,0,0), + (14807,14560,0,0,0,-774.887,-606.126,15.2348,2.30383,300,300,0,0,64,53,0,0), + (14808,14559,0,0,0,-777.081,-608.085,15.2348,2.32129,300,300,0,0,64,53,0,0), + (14809,16090,0,0,0,-1389.69,-1106.36,39.022,2.37365,300,300,0,0,1200,0,0,0), + (14810,13936,0,0,0,19.3358,-1449.73,176.424,3.27511,300,300,0,0,64,0,0,0), + (14811,6766,0,0,0,30.7071,-1585.19,193.232,1.64061,300,300,0,0,2769,0,0,0), + (14812,6771,0,0,0,-4.39963,-1596.07,195.07,5.06145,300,300,0,0,2769,0,0,0), + (14813,6771,0,0,0,3.24376,-1595.77,195.07,4.45059,300,300,0,0,2769,0,0,0), + (14814,11776,0,0,0,14.9235,-1629.47,189.498,4.93305,300,300,0,0,1,0,0,0), + (14815,6766,0,0,0,23.3013,-1612.92,195.502,0.872665,300,300,0,0,2769,0,0,0), + (14816,6766,0,0,0,18.2469,-1583.38,194.37,1.55334,300,300,0,0,2769,0,0,0), + (14817,6771,0,0,0,26.954,-1622.12,204.003,3.47321,300,300,0,0,2769,0,0,0), + (14818,7323,0,0,0,23.7691,-1622.14,197.632,4.67748,300,300,0,0,3748,0,0,0), + (14819,6771,0,0,0,-4.05452,-1592.45,204.003,5.2709,300,300,0,0,2769,0,0,0), + (14820,7070,0,0,0,-1315.18,512.496,99.9123,1.41913,600,600,0,0,7817,7107,0,0), + (14821,7075,0,0,0,-1412.1,548.535,80.6403,4.18879,600,600,0,0,6891,6867,0,0), + (14822,7070,0,0,0,-1367.22,648.284,50.3003,3.80482,600,600,0,0,7817,7107,0,0), + (14823,7072,0,0,0,-1390.78,616.502,54.3849,0.978326,600,600,5,0,6891,0,0,2), + (14824,7069,0,0,0,-1307.52,637.362,47.8771,2.00713,600,600,0,0,8613,0,0,0), + (14825,7075,0,0,0,-1393.76,619.646,53.6349,5.05238,600,600,5,0,6891,6867,0,1), + (14826,2368,0,0,0,-1351.94,-981.076,-4.38645,2.54464,300,300,10,0,896,0,0,1), + (14827,6771,0,0,0,26.9875,-1628.55,204.003,2.75762,300,300,0,0,2769,0,0,0), + (14828,6766,0,0,0,121.93,-1524.03,168.466,3.39281,300,300,5,0,2769,0,0,1), + (14829,7324,0,0,0,10.6412,-1562.82,189.28,1.5708,300,300,0,0,2972,0,0,0), + (14830,8309,0,0,0,-40.4379,-1584.87,194.543,0.698132,300,300,0,0,3517,0,0,0), + (14831,13085,0,0,0,-0.489312,-1594.8,195.07,4.64258,600,600,0,0,8519,0,0,0), + (14832,6766,0,0,0,-27.6602,-1421.12,174.007,2.67889,300,300,5,0,2769,0,0,1), + (14833,7072,0,0,0,-1312.72,566.287,106.176,2.46091,600,600,0,0,6891,0,0,0), + (14834,7075,0,0,0,-1349.32,597.778,103.529,0.547157,600,600,5,0,6891,6867,0,2), + (14835,7071,0,0,0,-1233.07,560.679,33.5691,0.872665,600,600,0,0,7349,4482,0,0), + (14836,7070,0,0,0,-1317.12,531.126,99.7401,3.61283,600,600,0,0,7817,7107,0,0), + (14837,7069,0,0,0,-1256.24,553.844,27.4701,4.55558,600,600,5,0,8613,0,0,2), + (14838,7071,0,0,0,-1265.33,476.39,10.6086,5.77704,600,600,0,0,7349,4482,0,0), + (14839,7069,0,0,0,-1246.71,566.755,28.5484,3.83972,600,600,0,0,8613,0,0,0), + (14840,7075,0,0,0,-1326.6,639.302,50.5369,2.27374,600,600,5,0,6891,6867,0,2), + (14841,2405,0,0,0,-182.133,-902.327,55.8559,2.80998,300,300,0,0,3514,0,0,0), + (14842,7071,0,0,0,-1377.69,644.3,50.7874,2.53073,600,600,0,0,7349,4482,0,0), + (14843,2349,0,0,0,-751.546,315.025,49.6503,3.12892,300,300,10,0,664,0,0,1), + (14844,2356,0,0,0,-677.415,-1445.49,63.7163,4.78078,300,300,10,0,944,0,0,1), + (14845,2349,0,0,0,-819.015,300.974,45.7465,4.54756,300,300,5,0,664,0,0,1), + (14846,2349,0,0,0,-849.395,276.146,37.1476,3.09227,300,300,3,0,664,0,0,1), + (14847,2349,0,0,0,-816.585,281.929,40.8958,1.35839,300,300,10,0,664,0,0,1), + (14848,721,0,0,0,-885.865,-612.692,7.70098,1.92957,300,300,10,0,1,0,0,1), + (14849,1933,0,0,0,-966.983,-130.301,26.3039,1.93825,300,300,5,0,14,0,0,1), + (14850,2356,0,0,0,-231.367,150.752,71.9621,2.4934,300,300,10,0,944,0,0,1), + (14851,2347,0,0,0,-343.74,-1451.68,68.3545,3.35103,300,300,0,0,1753,0,0,0), + (14852,3458,1,0,0,-3894.82,-1638.85,91.7917,1.39713,275,275,0,0,544,581,0,0), + (14853,2405,0,0,0,-11.101,-940.193,61.9443,1.93731,300,300,0,0,3514,0,0,0), + (14854,2405,0,0,0,-9.0185,-935.933,61.9307,3.28122,300,300,0,0,3514,0,0,0), + (14855,2371,0,0,0,-1249.76,-758.425,-44.5542,5.50398,300,300,10,0,935,878,0,1), + (14857,721,0,0,0,-868.487,-281.627,40.3866,4.79297,300,300,10,0,1,0,0,1), + (14858,2349,0,0,0,-288.344,134.765,76.6337,1.51216,300,300,10,0,664,0,0,1), + (14859,2356,0,0,0,-614.494,-1673.26,61.3654,3.59475,300,300,10,0,944,0,0,1), + (14860,2356,0,0,0,-1010.29,142.993,57.5302,2.38511,300,300,10,0,944,0,0,1), + (14861,2349,0,0,0,-956.325,50.0884,52.0403,5.36606,300,300,5,0,664,0,0,1), + (14862,2356,0,0,0,-330.917,202.579,87.4494,0.784019,300,300,10,0,944,0,0,1), + (14863,3541,0,0,0,-774.517,-505.746,23.7108,3.50811,300,300,0,0,2471,0,0,0), + (14864,2386,0,0,0,-883.759,-454.059,10.6827,2.64474,300,300,5,0,3330,0,0,1), + (14865,2356,0,0,0,-1018.39,-1398.95,56.5173,0.450548,300,300,10,0,944,0,0,1), + (14866,2356,0,0,0,-999.111,120.493,54.7334,5.92174,300,300,10,0,944,0,0,1), + (14867,7071,0,0,0,-1220.88,416.147,3.81308,4.31096,600,600,0,0,7349,4482,0,0), + (14868,7068,0,0,0,-1267.31,436.379,16.4786,0.916549,600,600,5,0,7349,6723,0,1), + (14870,3458,1,0,0,-3948.73,-1750.06,93.8365,6.14356,275,275,15,0,544,581,0,1), + (14871,7068,0,0,0,-1232.49,480.7,13.6295,5.2709,600,600,0,0,7349,6723,0,0), + (14872,7068,0,0,0,-1240.95,434.424,3.14377,1.66122,600,600,5,0,7349,6723,0,1), + (14873,2356,0,0,0,-598.9,-1604.41,61.6481,5.11871,300,300,3,0,944,0,0,1), + (14874,7071,0,0,0,-1232.39,479.16,13.6295,5.67232,600,600,0,0,7349,4482,0,0), + (14875,7071,0,0,0,-1233.45,434.88,3.64377,4.4855,600,600,0,0,7349,4482,0,0), + (14876,7071,0,0,0,-1234.14,512.85,14.1555,2.72271,600,600,0,0,7349,4482,0,0), + (14877,2349,0,0,0,-979.548,41.6456,51.9874,1.61374,300,300,5,0,664,0,0,1), + (14878,2349,0,0,0,-1046.15,184.351,66.7327,4.48905,300,300,3,0,664,0,0,1), + (14879,2375,0,0,0,-1178.33,-54.7851,-12.6767,2.96766,300,300,10,0,1016,0,0,1), + (14880,2374,0,0,0,-1181.16,217.909,-8.26112,1.45092,300,300,10,0,978,0,0,1), + (14881,2374,0,0,0,-1230.53,247.405,-9.98713,3.55549,300,300,10,0,978,0,0,1), + (14882,2349,0,0,0,-311.256,216.687,89.726,6.05668,300,300,10,0,664,0,0,1), + (14883,2386,0,0,0,-824.231,-593.458,14.7112,5.11754,300,300,5,0,3330,0,0,1), + (14884,2349,0,0,0,-1017.38,118.039,54.1227,0.044493,300,300,5,0,664,0,0,1), + (14885,721,0,0,0,-631.237,-360.387,40.6537,4.27916,300,300,10,0,1,0,0,1), + (14886,2356,0,0,0,-381.533,-1587.1,71.7978,0.121447,300,300,10,0,944,0,0,1), + (14887,2350,0,0,0,-728.96,486.825,77.6756,3.26793,300,300,5,0,494,0,0,1), + (14888,2356,0,0,0,-359.228,-1541.89,71.2492,0.271051,300,300,10,0,944,0,0,1), + (14889,2349,0,0,0,-1008.25,9.30925,40.2305,3.91498,300,300,5,0,664,0,0,1), + (14890,2356,0,0,0,-369.407,-1471.97,67.4952,3.72948,300,300,3,0,944,0,0,1), + (14891,2356,0,0,0,-362.476,-1499.41,67.7939,0.686423,300,300,10,0,944,0,0,1), + (14892,2356,0,0,0,-718.576,-1552.33,56.9426,4.26605,300,300,10,0,944,0,0,1), + (14893,2371,0,0,0,-1345.49,-906.37,-6.1125,1.73889,300,300,10,0,935,878,0,1), + (14894,2349,0,0,0,-571.402,-1622.24,64.1769,0.056691,300,300,3,0,664,0,0,1), + (14895,2350,0,0,0,-679.31,-1446.81,63.9523,0.814436,300,300,10,0,494,0,0,1), + (14896,620,0,0,0,-814.948,-616.612,13.8203,1.96799,300,300,5,0,1,0,0,1), + (14897,2370,0,0,0,-1440.63,-1027.13,-5.3661,4.955,300,300,10,0,812,811,0,1), + (14898,2356,0,0,0,-708.808,-1564.22,57.1721,2.4516,300,300,10,0,944,0,0,1), + (14899,3459,1,0,0,-3711.8,-1563.59,91.7917,4.30051,275,275,5,0,664,0,0,1), + (14900,3459,1,0,0,-3939.9,-1636.86,91.7917,4.53459,275,275,5,0,664,0,0,1), + (14901,3459,1,0,0,-3744.86,-1572.2,92.4934,5.18684,275,275,5,0,664,0,0,1), + (14902,3459,1,0,0,-3719.58,-1645.6,91.9651,1.90456,275,275,15,0,664,0,0,1), + (14903,3459,1,0,0,-3678.46,-1580.83,100.626,1.43135,275,275,0,0,664,0,0,0), + (14904,3459,1,0,0,-3913.39,-1594.97,92.4167,0.460497,275,275,10,0,664,0,0,1), + (14905,3459,1,0,0,-3719.35,-1596.41,92.5417,5.39333,275,275,0,0,664,0,0,0), + (14906,3459,1,0,0,-3885.93,-1505.84,138.421,2.35896,275,275,5,0,664,0,0,1), + (14907,3459,1,0,0,-3905.14,-1655.28,91.9167,4.99218,275,275,0,0,664,0,0,0), + (14908,3459,1,0,0,-3705.8,-1637.19,93.9167,4.67075,275,275,3,0,664,0,0,1), + (14909,3459,1,0,0,-3773.91,-1542.83,89.7457,1.04511,275,275,5,0,664,0,0,1), + (14910,3459,1,0,0,-3848.12,-1543.35,107.33,0.066438,275,275,0,0,664,0,0,0), + (14911,3459,1,0,0,-3844.49,-1513.32,110.776,1.08262,275,275,5,0,664,0,0,2), + (14912,3459,1,0,0,-3828.55,-1646.49,91.9416,0.082748,275,275,15,0,664,0,0,1), + (14913,3459,1,0,0,-3861.17,-1645.63,92.0417,6.00067,275,275,5,0,664,0,0,1), + (14914,3459,1,0,0,-3843.41,-1612.88,94.6511,2.87875,275,275,10,0,664,0,0,1), + (14915,3459,1,0,0,-3878.83,-1609.59,91.7917,5.40887,275,275,10,0,664,0,0,1), + (14916,6020,1,0,0,-1938.55,-3780.98,-4.69518,0.269965,275,275,20,0,417,0,0,1), + (14917,6020,1,0,0,-919.33,-3856.08,-28.9752,2.82887,275,275,20,0,417,0,0,1), + (14918,6020,1,0,0,-1616.86,-3993.28,-1.02718,1.76647,275,275,20,0,417,0,0,1), + (14919,6020,1,0,0,-2094.71,-3844.41,-9.28631,3.08823,275,275,3,0,417,0,0,1), + (14920,6020,1,0,0,-1980.51,-3817.54,-7.08373,1.41271,275,275,20,0,417,0,0,1), + (14921,6020,1,0,0,-881.043,-3874.47,-12.2578,4.10054,275,275,20,0,417,0,0,1), + (14922,6020,1,0,0,-1911.48,-3806.37,-9.39712,1.15931,275,275,20,0,417,0,0,1), + (14923,6020,1,0,0,-887.954,-3939.1,-38.3178,5.42038,275,275,20,0,417,0,0,1), + (14924,6020,1,0,0,-918.57,-3917.96,-40.01,1.63078,275,275,20,0,417,0,0,1), + (14925,6020,1,0,0,-1573.97,-4011.45,-6.4412,0.780819,275,275,20,0,417,0,0,1), + (14926,6020,1,0,0,-1786.47,-3890.24,-3.70966,1.35807,275,275,20,0,417,0,0,1), + (14927,6020,1,0,0,-1643.48,-4014.59,0.330268,4.23738,275,275,20,0,417,0,0,1), + (14928,6020,1,0,0,-2052.96,-3816.56,-6.50129,2.26989,275,275,20,0,417,0,0,1), + (14929,6020,1,0,0,-1673.8,-3982.2,-1.58122,0.500623,275,275,20,0,417,0,0,1), + (14930,6020,1,0,0,-1751.13,-3922.36,-2.49935,1.60433,275,275,20,0,417,0,0,1), + (14931,6020,1,0,0,-2113.89,-3880.76,-9.3266,3.84683,275,275,20,0,417,0,0,1), + (14932,6020,1,0,0,-944.337,-4010.75,-56.4463,3.92718,275,275,20,0,417,0,0,1), + (14933,6020,1,0,0,-920.619,-3977.64,-53.1573,1.9803,275,275,20,0,417,0,0,1), + (14934,6020,1,0,0,-1709.36,-3958.65,-5.94327,5.69862,275,275,20,0,417,0,0,1), + (14935,6020,1,0,0,-1247.07,-3950.29,-11.7909,6.11514,275,275,20,0,417,0,0,1), + (14936,6020,1,0,0,-1074.33,-3844.84,-25.6434,0.663584,275,275,20,0,417,0,0,1), + (14937,6020,1,0,0,-1116.47,-3820.69,-24.2644,5.8991,275,275,20,0,417,0,0,1), + (14938,6020,1,0,0,-1480.63,-3977.07,-3.73841,4.71055,275,275,20,0,417,0,0,1), + (14939,3461,1,0,0,-1012.07,-2048.75,67.429,1.47745,275,275,5,0,328,0,0,1), + (14940,3461,1,0,0,-1111.46,-2126.04,78.6348,1.78716,275,275,5,0,328,0,0,1), + (14941,3461,1,0,0,-1122.4,-2086.23,80.3876,0.232657,275,275,5,0,328,0,0,1), + (14942,3461,1,0,0,-1013.69,-2087.56,65.2322,2.28283,275,275,5,0,328,0,0,1), + (14943,3461,1,0,0,-1281.78,-3054.53,83.598,4.8892,275,275,5,0,328,0,0,1), + (14944,3461,1,0,0,-1076.84,-2057.31,69.2989,3.64396,275,275,5,0,328,0,0,1), + (14945,3461,1,0,0,-1082.63,-2150.72,65.4004,0.532896,275,275,5,0,328,0,0,1), + (14946,3461,1,0,0,-1130.84,-2252.62,80.4574,0.463648,275,275,5,0,328,0,0,1), + (14947,3461,1,0,0,-1093.22,-2238.89,74.6269,5.70332,275,275,5,0,328,0,0,1), + (14948,3461,1,0,0,-1085.62,-2117.11,62.6041,3.17965,275,275,5,0,328,0,0,1), + (14949,3461,1,0,0,-1074.92,-2095.66,60.0722,2.04771,275,275,5,0,328,0,0,1), + (14950,3461,1,0,0,-1062.42,-2137.31,65.3661,5.59636,275,275,5,0,328,0,0,1), + (14951,3461,1,0,0,-1105.09,-2214.58,70.8436,6.0188,275,275,5,0,328,0,0,1), + (14952,3461,1,0,0,-1043.49,-2054.37,63.6424,2.64002,275,275,5,0,328,0,0,1), + (14953,3461,1,0,0,-1223.93,-3048.36,93.7596,4.3571,275,275,5,0,328,0,0,1), + (14954,3461,1,0,0,-1091.65,-2184.83,65.979,3.07342,275,275,5,0,328,0,0,1), + (14955,3461,1,0,0,-978.042,-2061.38,76.3325,5.72543,275,275,5,0,328,0,0,1), + (14956,3461,1,0,0,-1024.42,-2011.46,77.5684,0.839715,275,275,5,0,328,0,0,1), + (14957,3461,1,0,0,-1084.52,-2248.63,78.6269,4.02439,275,275,5,0,328,0,0,1), + (14958,3461,1,0,0,-1190.59,-3013.13,93.8572,1.82147,275,275,5,0,328,0,0,1), + (14959,3461,1,0,0,-1053.58,-2116.91,63.4102,3.91752,275,275,5,0,328,0,0,1), + (14960,3461,1,0,0,-1090.26,-2081.36,62.5722,2.26184,275,275,5,0,328,0,0,1), + (14961,3461,1,0,0,-1284.34,-3018.71,73.7016,2.10564,275,275,5,0,328,0,0,1), + (14962,3461,1,0,0,-1052.88,-2203.54,82.3212,5.10208,275,275,5,0,328,0,0,1), + (14963,3461,1,0,0,-1050.47,-2023.29,66.1531,1.31279,275,275,5,0,328,0,0,1), + (14964,3461,1,0,0,-1045.78,-2080.94,51.0776,6.26555,275,275,5,0,328,0,0,1), + (14965,3461,1,0,0,-1254.22,-3011.18,81.3683,2.14174,275,275,5,0,328,0,0,1), + (14966,3461,1,0,0,-1117.6,-2031.12,85.6693,3.40031,275,275,5,0,328,0,0,1), + (14967,3461,1,0,0,-1252.16,-3060.85,90.4883,5.6007,275,275,5,0,328,0,0,1), + (14968,3461,1,0,0,-1240.82,-2950.69,92.3646,0.905814,275,275,5,0,328,0,0,1), + (14969,3461,1,0,0,-1291.18,-2959.77,90.3159,5.65487,275,275,0,0,328,0,0,0), + (14970,3461,1,0,0,-1251.33,-2982.91,80.604,3.02877,275,275,5,0,328,0,0,1), + (14971,3461,1,0,0,-1220.71,-2984.88,81.8145,2.38666,275,275,5,0,328,0,0,1), + (14972,3461,1,0,0,-1282.15,-2978.69,81.5856,0.963961,275,275,5,0,328,0,0,1), + (14973,3461,1,0,0,-1334.19,-3014.49,91.2894,0.532714,275,275,5,0,328,0,0,1), + (14974,3461,1,0,0,-1316.63,-3044.07,85.2496,4.34587,275,275,0,0,328,0,0,0), + (14975,3461,1,0,0,-1311.25,-3017.22,84.1451,2.35619,275,275,0,0,328,0,0,0), + (14976,8582,1,0,0,1246.34,-2253.31,108.372,2.96706,275,275,0,0,1684,0,0,0), + (14977,5766,1,0,0,-554.024,-3417.99,91.789,2.16284,275,275,3,0,86,0,0,1), + (14978,5766,1,0,0,-641.312,-3525.44,92.2731,3.55803,275,275,5,0,86,0,0,1), + (14979,5766,1,0,0,-579.545,-3664.54,92.0026,1.5886,275,275,2,0,86,0,0,1), + (14980,5766,1,0,0,-570.424,-3651.81,92.4943,2.03019,275,275,2,0,86,0,0,1), + (14981,5766,1,0,0,-580.664,-3631.85,93.2917,6.08609,275,275,5,0,86,0,0,1), + (14982,5766,1,0,0,-618.937,-3674.69,93.3746,2.40897,275,275,2,0,86,0,0,1), + (14983,5766,1,0,0,-644.685,-3649.31,94.959,4.28498,275,275,2,0,86,0,0,1), + (14984,5766,1,0,0,-621.184,-3630.96,92.404,3.88515,275,275,2,0,86,0,0,1), + (14985,5766,1,0,0,-645.13,-3690.17,94.4621,4.15958,275,275,0,0,86,0,0,0), + (14986,6791,1,0,0,-1050.04,-3664.8,23.9684,6.00393,275,275,0,0,2016,0,0,0), + (14987,3463,1,0,0,-2118.18,-2437.56,92.9489,3.50105,275,275,20,0,417,0,0,1), + (14988,3463,1,0,0,-1984.55,-2023.8,92.5843,3.01046,275,275,20,0,417,0,0,1), + (14989,5767,1,0,0,-796.8,-2037.08,96.8029,2.86234,275,275,0,0,594,0,0,0), + (14990,3463,1,0,0,-1621.78,-2042.67,91.8995,3.09966,275,275,20,0,417,0,0,1), + (14991,3463,1,0,0,-2215.38,-2121.73,92.4166,4.93294,275,275,20,0,417,0,0,1), + (14992,3463,1,0,0,-1848.71,-2250.94,94.2983,6.23151,275,275,20,0,417,0,0,1), + (14993,3463,1,0,0,-2441.59,-2508.11,95.6667,1.79697,275,275,3,0,417,0,0,1), + (14994,3463,1,0,0,-1485.26,-2048.18,83.8851,1.60984,275,275,20,0,417,0,0,1), + (14995,3463,1,0,0,-1824.94,-1786.47,92.0417,3.5027,275,275,20,0,417,0,0,1), + (14996,3463,1,0,0,-1822.53,-2105.59,91.7917,2.87952,275,275,20,0,417,0,0,1), + (14997,3463,1,0,0,-1578.75,-2219.47,94.2712,4.00103,275,275,20,0,417,0,0,1), + (14998,3463,1,0,0,-2077.65,-2712.55,93.2176,4.1526,275,275,20,0,417,0,0,1), + (14999,3463,1,0,0,-2176.88,-2380.22,92.9466,6.22649,275,275,20,0,417,0,0,1), + (15000,3463,1,0,0,-1682.9,-1969.19,93.622,0.495065,275,275,20,0,417,0,0,1), + (15001,3463,1,0,0,-1500.99,-1715.85,92.7305,3.17868,275,275,20,0,417,0,0,1), + (15002,3463,1,0,0,-2172.47,-2292.23,96.3885,2.20375,275,275,20,0,417,0,0,1), + (15003,3463,1,0,0,-2195.98,-2447.72,96.7016,3.3719,275,275,20,0,417,0,0,1), + (15004,3463,1,0,0,-2217.1,-2049.94,92.7684,0.088005,275,275,20,0,417,0,0,1), + (15005,3463,1,0,0,-2087.13,-2314.46,95.3892,5.82848,275,275,20,0,417,0,0,1), + (15006,3463,1,0,0,-2230.34,-2659.81,91.7917,1.42813,275,275,20,0,417,0,0,1), + (15007,3463,1,0,0,-1760.85,-1851.93,93.4297,4.8043,275,275,20,0,417,0,0,1), + (15008,3463,1,0,0,-1482.94,-1828.71,94.7423,1.55322,275,275,20,0,417,0,0,1), + (15009,3463,1,0,0,-1591.43,-1954.78,92.7869,3.36582,275,275,20,0,417,0,0,1), + (15010,3463,1,0,0,-2252.5,-1883.41,94.063,2.83923,275,275,20,0,417,0,0,1), + (15011,3463,1,0,0,-1811.32,-2180.48,93.2212,1.80229,275,275,20,0,417,0,0,1), + (15012,3463,1,0,0,-1443.78,-2094.11,86.1619,5.64494,275,275,20,0,417,0,0,1), + (15013,3463,1,0,0,-1994.87,-1805.37,91.7917,2.64893,275,275,20,0,417,0,0,1), + (15014,3463,1,0,0,-1713.39,-2109.57,91.7917,5.66141,275,275,20,0,417,0,0,1), + (15015,3463,1,0,0,-2149.45,-2782.12,91.7917,0.366449,275,275,3,0,417,0,0,1), + (15016,3463,1,0,0,-1517.38,-2013.85,93.7917,1.7398,275,275,20,0,417,0,0,1), + (15017,3463,1,0,0,-1441.4,-1673.5,91.7916,0.469257,275,275,20,0,417,0,0,1), + (15018,3463,1,0,0,-1547.45,-1846.95,93.8333,3.54683,275,275,20,0,417,0,0,1), + (15019,3463,1,0,0,-1791.32,-1758.16,94.3563,1.53956,275,275,20,0,417,0,0,1), + (15020,3463,1,0,0,-1715.09,-2016.92,92.2278,2.26064,275,275,20,0,417,0,0,1), + (15021,3463,1,0,0,-1977.85,-2516.18,95.1001,4.321,275,275,20,0,417,0,0,1), + (15022,3463,1,0,0,-2184.61,-1978.1,91.7917,0.014639,275,275,20,0,417,0,0,1), + (15023,3463,1,0,0,-2069.49,-2482,92.6778,6.17746,275,275,20,0,417,0,0,1), + (15024,3463,1,0,0,-2001.64,-2650.68,92.246,5.83088,275,275,20,0,417,0,0,1), + (15025,3463,1,0,0,-1949.63,-1828.1,92.2881,1.54118,275,275,20,0,417,0,0,1), + (15026,3463,1,0,0,-2201.64,-1897.3,91.7917,5.69059,275,275,20,0,417,0,0,1), + (15027,3463,1,0,0,-2147,-2635.68,94.1137,1.36866,275,275,20,0,417,0,0,1), + (15028,3463,1,0,0,-2344.1,-2388.69,92.9167,2.63587,275,275,20,0,417,0,0,1), + (15029,3464,1,0,0,-435.952,-2639.21,96.3588,3.35103,275,275,0,0,1240,0,0,0), + (15030,5768,1,0,0,-802.192,-2039.24,96.6199,1.79769,275,275,0,0,594,0,0,0), + (15031,3465,1,0,0,-2100.96,-3656.17,61.7993,0.942478,275,275,0,0,748,368,0,0), + (15032,3466,1,0,0,-2920.79,-1940.51,92.1276,1.80155,275,275,3,0,494,0,0,1), + (15033,10378,1,0,0,-2384.08,-1880.94,95.9336,6.05629,600,600,0,0,7423,7071,0,0), + (15034,3466,1,0,0,-2753.02,-2128.84,94.4154,3.62707,275,275,20,0,494,0,0,1), + (15035,3466,1,0,0,-2817.2,-2093.72,95.6056,1.84983,275,275,20,0,494,0,0,1), + (15036,3466,1,0,0,-2981.51,-2023.31,93.8502,5.31448,275,275,20,0,494,0,0,1), + (15037,3466,1,0,0,-3069.21,-2108.44,92.1253,5.87983,275,275,20,0,494,0,0,1), + (15038,3466,1,0,0,-2781.98,-2205.49,95.7917,0.72744,275,275,20,0,494,0,0,1), + (15039,3466,1,0,0,-2752.79,-1910.43,91.7917,3.98575,275,275,3,0,494,0,0,1), + (15040,3466,1,0,0,-3148.13,-2116.1,91.7917,3.91525,275,275,20,0,494,0,0,1), + (15041,3466,1,0,0,-2504.48,-2442.21,92.1205,0.21655,275,275,20,0,494,0,0,1), + (15042,3466,1,0,0,-2486.04,-1782.38,93.2917,2.29938,275,275,20,0,494,0,0,1), + (15043,3466,1,0,0,-2715.11,-2154.07,93.5417,5.59093,275,275,20,0,494,0,0,1), + (15044,3466,1,0,0,-2950.14,-2089.21,92.0972,1.58065,275,275,20,0,494,0,0,1), + (15045,3466,1,0,0,-2762.9,-2236.18,93.0417,2.34432,275,275,20,0,494,0,0,1), + (15046,3466,1,0,0,-2446.94,-2433.79,91.961,1.4651,275,275,20,0,494,0,0,1), + (15047,3466,1,0,0,-2536.75,-2256.48,94.4442,0.106542,275,275,20,0,494,0,0,1), + (15048,3466,1,0,0,-2282.94,-2312.8,93.9579,2.43084,275,275,20,0,494,0,0,1), + (15049,3466,1,0,0,-2620.88,-1921.3,97.2567,2.09175,275,275,20,0,494,0,0,1), + (15050,3466,1,0,0,-2659.04,-1944.09,98.9418,0.285279,275,275,20,0,494,0,0,1), + (15051,3466,1,0,0,-2621.5,-2118.47,93.9662,5.72769,275,275,20,0,494,0,0,1), + (15052,3466,1,0,0,-2681.04,-2101.74,95.4878,1.45928,275,275,20,0,494,0,0,1), + (15053,3466,1,0,0,-2555.85,-2309.39,92.2748,4.41719,275,275,20,0,494,0,0,1), + (15054,3466,1,0,0,-2632.91,-2273.04,92.1886,5.76792,275,275,20,0,494,0,0,1), + (15055,3466,1,0,0,-2598.11,-2325.47,92.4119,3.5616,275,275,20,0,494,0,0,1), + (15056,3466,1,0,0,-2321.01,-2348.9,94.8627,2.85828,275,275,20,0,494,0,0,1), + (15057,3466,1,0,0,-2508.27,-2219.36,92.0364,4.90571,275,275,20,0,494,0,0,1), + (15058,3466,1,0,0,-2452.25,-2322.89,94.6814,1.78121,275,275,20,0,494,0,0,1), + (15059,3466,1,0,0,-2612.99,-2062.32,91.7917,5.15188,275,275,20,0,494,0,0,1), + (15060,3466,1,0,0,-2382.71,-2288.71,92.0803,1.48863,275,275,20,0,494,0,0,1), + (15061,3466,1,0,0,-2531.81,-1887.55,92.9111,6.06657,275,275,20,0,494,0,0,1), + (15062,3466,1,0,0,-2538.86,-2042.07,94.1667,0.505401,275,275,20,0,494,0,0,1), + (15063,3466,1,0,0,-2391.73,-2257.74,91.9305,6.11041,275,275,20,0,494,0,0,1), + (15064,3466,1,0,0,-2548.75,-1882.23,92.7916,6.05436,275,275,20,0,494,0,0,1), + (15065,3466,1,0,0,-2579.17,-2087.5,92.6667,1.57084,275,275,20,0,494,0,0,1), + (15066,3467,1,0,0,-1571.79,-3884.28,16.2173,3.83286,275,275,0,0,356,0,0,0), + (15067,7307,1,0,0,1238.85,-2925.31,120.677,4.77334,275,275,5,0,617,0,0,2), + (15068,7307,1,0,0,1222.56,-2914.28,120.677,3.78877,275,275,5,0,617,0,0,2), + (15069,7307,1,0,0,1219.03,-2928.51,120.677,1.96323,275,275,5,0,617,0,0,2), + (15070,7308,1,0,0,1234.63,-2931.05,107.019,0.61149,275,275,0,0,573,0,0,0), + (15071,7308,1,0,0,1228.97,-2915.53,107.089,5.97962,275,275,2,0,573,0,0,2), + (15072,10636,1,0,0,1044.77,-2133.54,124.249,0.418879,275,275,0,0,1029,0,0,0), + (15073,10636,1,0,0,1045.73,-2127.23,124.166,5.65487,275,275,0,0,1029,0,0,0), + (15074,10380,1,0,0,-2374.26,-1948.79,96.1699,1.0472,275,275,0,0,644,0,0,0), + (15075,7310,1,0,0,1227.4,-2920.36,93.2948,0.929012,275,275,0,0,759,0,0,0), + (15076,7310,1,0,0,1223.83,-2921.81,93.2948,1.75548,275,275,0,0,759,0,0,0), + (15077,5774,1,0,0,-386.021,-2621.25,95.7438,3.80482,275,275,0,0,64,53,0,0), + (15078,5774,1,0,0,-381.542,-2625.43,95.7435,3.89208,275,275,0,0,64,53,0,0), + (15079,3470,1,0,0,317.657,-2236.17,212.109,2.75762,19900,19900,0,0,328,0,0,0), + (15080,3471,1,0,0,910.296,-2731.76,99.9028,3.90954,275,275,0,0,360,0,0,0), + (15081,3472,1,0,0,-3854.66,-1752.77,93.4167,1.86562,275,275,0,0,713,0,0,0), + (15082,3473,1,0,0,-2509.89,-2377.26,92.4167,0.187438,275,275,5,0,664,0,0,2), + (15083,3474,1,0,0,-1837.25,-2188.44,94.937,0.149199,275,275,5,0,573,0,0,2), + (15084,3986,1,0,0,318.999,-2263.8,243.122,4.97419,275,275,0,0,568,1633,0,0), + (15085,3476,1,0,0,-2025.94,-3814.75,-7.26146,3.77136,275,275,0,0,840,0,0,2), + (15086,3477,1,0,0,-343.921,-2558.13,97.9411,3.29867,275,275,0,0,804,0,0,0), + (15087,3478,1,0,0,-340.694,-2575.09,97.6699,3.03687,275,275,0,0,1684,0,0,0), + (15088,5783,1,0,0,-799.152,-2027.68,97.3228,3.66519,275,275,0,0,1380,0,0,0), + (15089,3479,1,0,0,-356.996,-2568.86,95.8708,3.35103,275,275,0,0,2016,0,0,0), + (15090,5784,1,0,0,-809.578,-2035.4,97.234,1.36136,275,275,0,0,1454,0,0,0), + (15091,3480,1,0,0,-451.129,-2684.29,95.7333,1.88496,275,275,0,0,804,0,0,0), + (15092,3481,1,0,0,-410.837,-2612.91,95.8219,2.35619,275,275,0,0,594,0,0,0), + (15093,3482,1,0,0,-416.915,-2614.44,95.7625,2.75762,275,275,0,0,594,0,0,0), + (15094,7067,1,0,0,1209.1,-2953.97,91.7917,2.16971,275,275,5,0,573,0,0,2), + (15095,7067,1,0,0,1207.27,-2954.4,91.7917,2.2891,275,275,5,0,573,0,0,2), + (15096,3483,1,0,0,-350.079,-2566.59,97.4414,2.68781,275,275,0,0,980,0,0,0), + (15097,3484,1,0,0,-529.43,-2667.07,95.8709,3.28122,275,275,0,0,1240,0,0,0), + (15098,3485,1,0,0,-528.839,-2671.6,95.8709,2.53073,275,275,0,0,804,0,0,0), + (15099,3486,1,0,0,-539.841,-2672.23,95.8709,2.23402,275,275,0,0,860,0,0,0), + (15100,3231,1,0,0,894.119,-3787.17,16.6159,-0.398671,275,275,0,0,222,0,0,0), + (15101,3487,1,0,0,-550.864,-2673.2,95.8709,0.715585,275,275,0,0,1106,0,0,0), + (15102,11680,1,0,0,1428.64,-2319.68,93.5165,3.22239,275,275,5,0,677,693,0,1), + (15103,3488,1,0,0,-351.184,-2556.51,95.8708,3.05433,275,275,0,0,695,0,0,0), + (15104,3489,1,0,0,-403.68,-2709.34,97.7294,1.85005,275,275,0,0,695,0,0,0), + (15105,3234,1,0,0,-25.6081,-1445.02,95.5837,1.81692,275,275,20,0,299,0,0,1), + (15106,3234,1,0,0,-933.667,-1672.85,94.3744,2.98904,275,275,20,0,299,0,0,1), + (15107,3234,1,0,0,-1315.81,-2015.47,92.8235,1.50669,275,275,20,0,299,0,0,1), + (15108,3490,1,0,0,-428.153,-2584.92,95.8808,3.92699,275,275,0,0,1605,0,0,0), + (15109,14754,1,0,0,1046.54,-2104.31,123.065,3.94444,600,600,0,0,15464,7071,0,0), + (15110,3234,1,0,0,541.894,-3161.28,91.7917,5.8568,275,275,20,0,299,0,0,1), + (15111,3234,1,0,0,-1188.38,-2854.78,93.7878,0.668486,275,275,20,0,299,0,0,1), + (15112,3234,1,0,0,901.133,-2913.79,92.0652,6.10857,275,275,20,0,299,0,0,1), + (15113,3234,1,0,0,-113.847,-1548.18,91.7917,3.38186,275,275,20,0,299,0,0,1), + (15114,3234,1,0,0,163.27,-1585.48,93.2205,6.05931,275,275,20,0,299,0,0,1), + (15115,3234,1,0,0,-421.559,-1644.72,92.3227,0.210412,275,275,20,0,299,0,0,1), + (15116,3234,1,0,0,216.282,-1643.45,93.0895,0.508127,275,275,20,0,299,0,0,1), + (15117,3234,1,0,0,282.459,-1819.85,91.7917,1.59694,275,275,20,0,299,0,0,1), + (15118,3234,1,0,0,716.168,-2718.16,92.2917,6.26601,275,275,20,0,299,0,0,1), + (15119,3234,1,0,0,802,-2807.32,92.0645,2.23852,275,275,20,0,299,0,0,1), + (15120,3234,1,0,0,415.485,-3164.18,93.1379,4.83771,275,275,20,0,299,0,0,1), + (15121,3234,1,0,0,-1098.96,-2932.29,92.6667,0.450637,275,275,20,0,299,0,0,1), + (15122,3234,1,0,0,-1482.89,-2798.21,92.8563,4.95971,275,275,20,0,299,0,0,1), + (15123,3234,1,0,0,-1483.93,-2976.75,92.0791,1.96183,275,275,20,0,299,0,0,1), + (15124,3234,1,0,0,-1409.1,-2890.9,93.0108,4.54249,275,275,20,0,299,0,0,1), + (15125,3234,1,0,0,-1212.21,-1807.11,86.4244,6.02825,275,275,20,0,299,0,0,1), + (15126,3234,1,0,0,-1313.22,-2161.12,94.0685,5.69603,275,275,20,0,299,0,0,1), + (15127,3234,1,0,0,-1322.6,-2712.57,94.0946,1.35807,275,275,20,0,299,0,0,1), + (15128,3234,1,0,0,-1178.71,-3469.62,92.1169,1.79349,275,275,20,0,299,0,0,1), + (15129,3234,1,0,0,-1098.19,-3068.57,95.3867,1.6926,275,275,20,0,299,0,0,1), + (15130,3234,1,0,0,-1143.19,-1914.61,91.7706,4.9803,275,275,20,0,299,0,0,1), + (15131,3234,1,0,0,-1288.38,-2590.38,91.7916,5.93839,275,275,20,0,299,0,0,1), + (15132,3234,1,0,0,-1408.7,-2641.65,92.0417,4.90296,275,275,20,0,299,0,0,1), + (15133,3234,1,0,0,-1202.43,-3623.93,92.8904,6.12638,275,275,15,0,299,0,0,1), + (15134,3491,1,0,0,-919.616,-3683.76,8.23924,3.75246,275,275,0,0,1106,0,0,0), + (15135,3235,1,0,0,-2878.89,-2157.24,91.9184,2.6047,275,275,0,0,659,0,0,0), + (15136,3492,1,0,0,-985.328,-3675.99,9.62932,6.16101,275,275,0,0,1172,0,0,0), + (15137,3236,1,0,0,-2969.24,-2018.15,95.2449,0.119507,275,275,0,0,447,0,0,0), + (15138,3236,1,0,0,-2985.06,-2010.02,91.8387,0.035329,275,275,0,0,447,0,0,0), + (15139,3236,1,0,0,-2979.44,-2017.6,92.7704,6.22656,275,275,0,0,447,0,0,0), + (15140,3236,1,0,0,-2989.56,-2018.65,92.6055,6.22439,275,275,0,0,447,0,0,0), + (15141,3236,1,0,0,-2923.16,-2130.44,92.0033,2.37849,275,275,20,0,447,0,0,1), + (15142,3236,1,0,0,-2885.86,-2153.55,92.6616,2.60247,275,275,20,0,447,0,0,1), + (15143,3493,1,0,0,-982.713,-3680.53,9.63783,1.20428,275,275,0,0,1106,0,0,0), + (15144,3237,1,0,0,-2882.92,-2155.85,92.0426,2.6034,275,275,0,0,786,0,0,0), + (15145,5797,1,0,0,-3726.98,-2202.04,91.6936,0.980106,420,420,2,0,1686,0,0,2), + (15146,3238,1,0,0,-3511.5,-1841.88,91.7917,3.19275,275,275,5,0,573,0,0,1), + (15147,3238,1,0,0,-3449.83,-2337.53,92.0305,0.472381,275,275,5,0,573,0,0,1), + (15148,3238,1,0,0,-3384.69,-1919.82,92.3379,2.41835,275,275,5,0,573,0,0,1), + (15149,3494,1,0,0,-840.882,-3727.2,19.9711,4.7822,275,275,0,0,1240,0,0,0), + (15150,3238,1,0,0,-3377.95,-2236.94,92.1868,5.13319,275,275,5,0,573,0,0,1), + (15151,3238,1,0,0,-3367.52,-2296.75,93.9167,3.17649,275,275,5,0,573,0,0,1), + (15152,3238,1,0,0,-3378.75,-1815.86,91.9675,4.76259,275,275,5,0,573,0,0,1), + (15153,3238,1,0,0,-3400.23,-1885.1,91.9798,5.62426,275,275,5,0,573,0,0,1), + (15154,3238,1,0,0,-3429.32,-2282.69,105.886,4.15958,275,275,5,0,573,0,0,1), + (15155,3238,1,0,0,-3536.26,-2359.93,92.3614,4.30267,275,275,5,0,573,0,0,1), + (15156,3238,1,0,0,-3818.83,-2454.58,91.7917,1.22801,275,275,5,0,573,0,0,1), + (15157,3238,1,0,0,-3506.62,-1797.84,94.4352,2.20752,275,275,5,0,573,0,0,1), + (15158,3238,1,0,0,-3483.87,-2286.05,91.8823,5.26129,275,275,5,0,573,0,0,1), + (15159,3238,1,0,0,-3587.38,-2483.19,81.5571,4.56137,275,275,5,0,573,0,0,1), + (15160,3238,1,0,0,-3529.7,-2481.57,86.0827,3.14941,275,275,3,0,573,0,0,1), + (15161,3238,1,0,0,-3286.11,-2118.45,91.9921,3.65381,275,275,5,0,573,0,0,1), + (15162,3238,1,0,0,-3318.32,-2119.09,92.2414,3.82235,275,275,5,0,573,0,0,1), + (15163,3238,1,0,0,-3589.21,-2337.57,92.9745,4.80817,275,275,5,0,573,0,0,1), + (15164,3238,1,0,0,-3553.99,-2309.53,96.9622,1.06256,275,275,5,0,573,0,0,1), + (15165,3238,1,0,0,-3498.22,-1906.3,95.6341,2.89108,275,275,5,0,573,0,0,1), + (15166,3238,1,0,0,-3447.52,-1984.1,92.7114,3.25108,275,275,5,0,573,0,0,1), + (15167,3238,1,0,0,-3555.1,-1852.88,91.8278,3.38497,275,275,5,0,573,0,0,1), + (15168,3238,1,0,0,-3694.37,-1883.98,92.4808,3.02015,275,275,5,0,573,0,0,1), + (15169,5798,1,0,0,-3730.11,-2206.64,91.7255,0.965182,420,420,2,0,2249,0,0,2), + (15170,3238,1,0,0,-3585.22,-1910.8,94.5708,0.489453,275,275,5,0,573,0,0,1), + (15171,3238,1,0,0,-3683.83,-1753.58,91.8691,4.99343,275,275,5,0,573,0,0,1), + (15172,3238,1,0,0,-3741.39,-1896.3,92.7338,5.29613,275,275,5,0,573,0,0,1), + (15173,3238,1,0,0,-3573.44,-1952.8,91.7917,5.8525,275,275,5,0,573,0,0,1), + (15174,3238,1,0,0,-3746.36,-2379.49,94.7012,1.46576,275,275,5,0,573,0,0,1), + (15175,3238,1,0,0,-3799.52,-2398.64,103.222,0.887816,275,275,3,0,573,0,0,1), + (15176,3238,1,0,0,-3518.67,-2282.22,96.7917,0.485373,275,275,5,0,573,0,0,1), + (15177,3238,1,0,0,-3549,-2247.44,92.6712,3.89946,275,275,5,0,573,0,0,1), + (15178,3238,1,0,0,-3478.94,-2182.68,95.2209,1.26623,275,275,5,0,573,0,0,1), + (15179,3238,1,0,0,-3418.27,-2122.4,94.9604,1.60009,275,275,5,0,573,0,0,1), + (15180,3238,1,0,0,-3436.79,-2150.69,91.7917,3.00721,275,275,5,0,573,0,0,1), + (15181,3238,1,0,0,-3515.89,-2224.06,94.2393,2.85071,275,275,5,0,573,0,0,1), + (15182,3238,1,0,0,-3778.32,-2092.08,91.7917,4.31603,275,275,5,0,573,0,0,1), + (15183,3238,1,0,0,-3882.87,-2239.15,91.7917,4.71775,275,275,5,0,573,0,0,1), + (15184,3238,1,0,0,-3620.65,-2124.26,91.7916,4.71408,275,275,5,0,573,0,0,1), + (15185,3238,1,0,0,-3734.95,-2084.25,93.5368,3.10255,275,275,5,0,573,0,0,1), + (15186,3238,1,0,0,-3605.2,-2064.72,93.703,5.51988,275,275,5,0,573,0,0,1), + (15187,3238,1,0,0,-3949.54,-2153.62,92.1999,6.13436,275,275,5,0,573,0,0,1), + (15188,3238,1,0,0,-3820.99,-2216.32,92.3251,2.68843,275,275,5,0,573,0,0,1), + (15189,3238,1,0,0,-3696.11,-2350.67,93.5732,2.81984,275,275,5,0,573,0,0,1), + (15190,3239,1,0,0,-2886.46,-2043.4,92.6842,3.53448,275,275,20,0,510,0,0,1), + (15191,3239,1,0,0,-2474.78,-1738.54,92.0609,3.85615,275,275,20,0,510,0,0,1), + (15192,3239,1,0,0,-2969.66,-1974.89,99.6755,5.85446,275,275,3,0,510,0,0,1), + (15193,3239,1,0,0,-2789.18,-2152.49,94.05,1.29786,275,275,20,0,510,0,0,1), + (15194,3495,1,0,0,-837.804,-3724.94,26.3722,3.92699,275,275,0,0,919,0,0,0), + (15195,3239,1,0,0,-3017.17,-2106.79,92.0043,3.30642,275,275,20,0,510,0,0,1), + (15196,3239,1,0,0,-2425.84,-2459.12,91.7917,3.89029,275,275,20,0,510,0,0,1), + (15197,3239,1,0,0,-2890.99,-2184.72,92.3333,3.15917,275,275,20,0,510,0,0,1), + (15198,3239,1,0,0,-2518.5,-1712.59,93.6581,4.79845,275,275,20,0,510,0,0,1), + (15199,3239,1,0,0,-2458.66,-2479.58,91.7897,0.170054,275,275,20,0,510,0,0,1), + (15200,3239,1,0,0,-2455.25,-1687.59,92.8252,5.1201,275,275,20,0,510,0,0,1), + (15201,3239,1,0,0,-2719.43,-2221.44,91.7917,4.01877,275,275,20,0,510,0,0,1), + (15202,3239,1,0,0,-2515.82,-2443.5,91.7917,4.44343,275,275,20,0,510,0,0,1), + (15203,3239,1,0,0,-2407.92,-2396.09,91.7917,5.46566,275,275,20,0,510,0,0,1), + (15204,3239,1,0,0,-2510.17,-2286.93,95.0517,5.69245,275,275,20,0,510,0,0,1), + (15205,3239,1,0,0,-2593.97,-1817.42,94.293,6.06664,275,275,20,0,510,0,0,1), + (15206,3239,1,0,0,-2587.93,-1788.53,92.5417,6.09364,275,275,20,0,510,0,0,1), + (15207,3239,1,0,0,-2715.72,-2262.29,92.0967,4.40484,275,275,20,0,510,0,0,1), + (15208,3239,1,0,0,-2646.91,-2146.51,96.3647,0.208133,275,275,20,0,510,0,0,1), + (15209,3239,1,0,0,-2604.74,-2285.65,92.1247,2.92123,275,275,20,0,510,0,0,1), + (15210,3239,1,0,0,-2656.74,-2238.81,95.3412,3.3861,275,275,20,0,510,0,0,1), + (15211,3239,1,0,0,-2524.8,-2336.74,93.4405,2.1416,275,275,20,0,510,0,0,1), + (15212,3239,1,0,0,-2615.59,-2379.29,91.9746,0.765211,275,275,3,0,510,0,0,1), + (15213,3239,1,0,0,-2477.62,-2319.84,94.508,4.62827,275,275,20,0,510,0,0,1), + (15214,3239,1,0,0,-2702.98,-2055.48,97.8233,5.31991,275,275,3,0,510,0,0,1), + (15216,2327,0,0,0,-8513,801.809,106.519,2.164,310,310,0,0,2016,0,0,0), + (15218,423,0,0,0,-9612.85,-2480.53,60.1214,5.48097,300,300,10,0,328,0,0,1), + (15219,424,0,0,0,-9614.47,-2479.05,59.8986,5.49129,300,300,10,0,356,0,0,1), + (15220,2371,0,0,0,-1173.67,-754.479,-12.5778,3.31562,300,300,10,0,935,878,0,1), + (15221,2369,0,0,0,-1254.53,-818.144,-5.98989,5.15025,300,300,10,0,1050,0,0,1), + (15226,2351,0,0,0,217.499,-982.938,77.076,3.22886,300,300,0,0,677,0,0,0), + (15227,3239,1,0,0,-2406.19,-2290.01,92.226,2.57636,275,275,20,0,510,0,0,1), + (15228,3239,1,0,0,-2681.87,-2011.95,95.9509,1.58256,275,275,20,0,510,0,0,1), + (15229,3239,1,0,0,-2484.63,-1816.18,93.7917,6.23425,275,275,20,0,510,0,0,1), + (15230,3239,1,0,0,-2523.04,-1850.07,92.314,3.09865,275,275,20,0,510,0,0,1), + (15231,3239,1,0,0,-2559.1,-2349.37,92.0135,3.04775,275,275,20,0,510,0,0,1), + (15232,3239,1,0,0,-2683.58,-2085.01,96.3607,0.003906,275,275,20,0,510,0,0,1), + (15233,3239,1,0,0,-2575.35,-2370.83,94.7511,3.14168,275,275,20,0,510,0,0,1), + (15234,3239,1,0,0,-2434.34,-2269.69,95.3725,1.07981,275,275,20,0,510,0,0,1), + (15235,3239,1,0,0,-2373.9,-2337.36,93.1667,1.54918,275,275,20,0,510,0,0,1), + (15236,3239,1,0,0,-2568.47,-2083.56,91.7917,2.8924,275,275,20,0,510,0,0,1), + (15237,3239,1,0,0,-2421.92,-2337.69,92.1515,5.5677,275,275,20,0,510,0,0,1), + (15238,3239,1,0,0,-2298.13,-2295.72,91.7917,0.698981,275,275,20,0,510,0,0,1), + (15239,3239,1,0,0,-2498.94,-2254.37,94.9707,1.27467,275,275,20,0,510,0,0,1), + (15240,3239,1,0,0,-2335.08,-2249.02,91.8233,0.21335,275,275,20,0,510,0,0,1), + (15241,3239,1,0,0,-3052.46,-2092.01,91.8932,5.44972,275,275,20,0,510,0,0,1), + (15242,3239,1,0,0,-2657.63,-1980.3,98.6057,3.00136,275,275,20,0,510,0,0,1), + (15243,3239,1,0,0,-2499.17,-2188.99,95.9167,3.82546,275,275,20,0,510,0,0,1), + (15244,3239,1,0,0,-2873.31,-2019.58,92.4216,3.83708,275,275,20,0,510,0,0,1), + (15245,3239,1,0,0,-2709.38,-1875.57,91.9278,5.20132,275,275,20,0,510,0,0,1), + (15246,5799,1,0,0,-3720.09,-2192.11,91.6669,0.964398,420,420,2,0,2096,0,0,2), + (15247,3239,1,0,0,-2889.78,-1957.38,96.2062,5.42589,275,275,3,0,510,0,0,1), + (15248,3239,1,0,0,-2914.84,-2004.73,91.8582,0.337134,275,275,20,0,510,0,0,1), + (15249,3239,1,0,0,-3050.28,-2017.21,95.7631,2.14219,275,275,20,0,510,0,0,1), + (15250,3239,1,0,0,-2578.29,-2144.51,92.6332,4.04735,275,275,20,0,510,0,0,1), + (15251,3239,1,0,0,-2289.56,-2250.98,92.0872,1.85112,275,275,20,0,510,0,0,1), + (15252,3239,1,0,0,-2775.32,-1960.69,93.8734,2.09485,275,275,20,0,510,0,0,1), + (15253,3239,1,0,0,-2914.2,-2148.64,92.0602,0.911165,275,275,20,0,510,0,0,1), + (15254,3239,1,0,0,-2652.46,-1882.54,93.3483,3.17673,275,275,20,0,510,0,0,1), + (15255,3496,1,0,0,-915.813,-3724.49,9.71071,3.50811,275,275,0,0,2972,0,0,0), + (15256,3240,1,0,0,-1857.85,-2334.29,91.8065,2.03453,275,275,20,0,417,0,0,1), + (15257,3240,1,0,0,-2146.57,-2312.53,95.2127,0.116202,275,275,20,0,417,0,0,1), + (15258,3240,1,0,0,-1839.72,-2134.83,92.2686,4.10326,275,275,20,0,417,0,0,1), + (15259,3240,1,0,0,-1556.03,-1722.88,91.7967,4.0105,275,275,20,0,417,0,0,1), + (15260,3240,1,0,0,-1619.04,-2120.82,93.936,4.61104,275,275,20,0,417,0,0,1), + (15261,3240,1,0,0,-2213.96,-2730.7,92.8205,5.91138,275,275,20,0,417,0,0,1), + (15262,3240,1,0,0,-1648.32,-2148.57,92.1256,0.001872,275,275,20,0,417,0,0,1), + (15263,3240,1,0,0,-1549.49,-1888.2,96.4652,4.70262,275,275,20,0,417,0,0,1), + (15264,3240,1,0,0,-2205.84,-2681.4,91.7917,3.16103,275,275,20,0,417,0,0,1), + (15265,3240,1,0,0,-1480.02,-1652.01,92.3716,0.532685,275,275,20,0,417,0,0,1), + (15266,3240,1,0,0,-2246.83,-2677.43,92.3552,4.82585,275,275,20,0,417,0,0,1), + (15267,3240,1,0,0,-2012.55,-2384.78,92.0341,5.60254,275,275,20,0,417,0,0,1), + (15268,3240,1,0,0,-2116.7,-2319.05,94.6368,4.81614,275,275,20,0,417,0,0,1), + (15269,3240,1,0,0,-1708.91,-2190.07,93.9932,5.67406,275,275,20,0,417,0,0,1), + (15270,3240,1,0,0,-1662.87,-2083,93.4784,3.15722,275,275,20,0,417,0,0,1), + (15271,3240,1,0,0,-1546.46,-2176.15,83.603,4.65765,275,275,20,0,417,0,0,1), + (15272,3240,1,0,0,-1681.08,-1648.78,93.7491,1.30191,275,275,20,0,417,0,0,1), + (15273,3240,1,0,0,-1886.89,-2213.2,94.8755,2.37008,275,275,20,0,417,0,0,1), + (15274,3240,1,0,0,-1722.7,-1905.32,91.7917,2.38279,275,275,20,0,417,0,0,1), + (15275,3240,1,0,0,-2047.85,-2681.26,91.7917,1.96805,275,275,20,0,417,0,0,2), + (15276,3240,1,0,0,-2118.29,-2705.53,91.7917,4.97431,275,275,20,0,417,0,0,1), + (15277,2369,0,0,0,-1141.93,-721.775,-8.46211,0.658607,300,300,10,0,1050,0,0,1), + (15278,2386,0,0,0,-807.068,-453.121,16.905,1.97503,300,300,5,0,3330,0,0,1), + (15279,721,0,0,0,-755.913,-445.653,27.9506,0.875889,300,300,10,0,1,0,0,1), + (15280,2349,0,0,0,-946.295,-1284.99,58.9015,0.172861,300,300,10,0,664,0,0,1), + (15281,2356,0,0,0,-776.073,-1424.26,64.9163,5.53653,300,300,10,0,944,0,0,1), + (15282,2405,0,0,0,-119.22,-839.064,57.0811,0.672238,300,300,0,0,3514,0,0,0), + (15283,2437,0,0,0,-46.5685,-901.259,57.344,5.77704,300,300,0,0,1930,0,0,0), + (15284,3982,0,0,0,-2.84012,-938.718,57.2441,3.10669,300,300,0,0,228,0,0,0), + (15285,2402,0,0,0,-51.3964,-970.416,56.9741,0.785398,300,300,0,0,1174,0,0,0), + (15286,2399,0,0,0,-43.4272,-973.3,56.9741,1.5708,300,300,0,0,4033,0,0,0), + (15287,2388,0,0,0,-5.96873,-942.282,57.1621,2.7415,300,300,0,0,1605,0,0,0), + (15288,2397,0,0,0,-14.0007,-952.195,56.2737,2.45524,300,300,0,0,1764,0,0,0), + (15289,2395,0,0,0,-23.8614,-960.033,55.3987,5.65594,300,300,5,0,1764,0,0,2), + (15290,2429,0,0,0,-19.4786,-977.401,55.9044,2.07694,300,300,0,0,1605,0,0,0), + (15291,2229,0,0,0,-40.6782,-956.998,56.2796,2.05949,300,300,0,0,1240,0,0,0), + (15292,2393,0,0,0,-6.24961,-926.643,57.1723,3.81366,300,300,0,0,1764,0,0,0), + (15293,2391,0,0,0,-9.28586,-905.473,57.5575,1.37881,300,300,0,0,1764,0,0,0), + (15294,2349,0,0,0,-703.476,-223.847,37.6781,2.99058,300,300,5,0,664,0,0,1), + (15295,2369,0,0,0,-1220.21,-783.002,-10.1712,5.08925,300,300,10,0,1050,0,0,1), + (15296,2356,0,0,0,-809.068,-207.296,35.9963,2.03183,300,300,5,0,944,0,0,1), + (15297,2559,0,0,0,-1158.26,-1485.18,53.2455,3.13723,300,300,5,0,1050,0,0,1), + (15298,2563,0,0,0,-994.444,-1564.45,47.5073,3.31726,300,300,5,0,1163,0,0,1), + (15299,2389,0,0,0,2.67557,-857.919,58.889,3.80482,600,600,0,0,6200,7071,0,0), + (15300,2410,0,0,0,-44.7427,-904.614,57.3454,0.279253,300,300,0,0,2666,0,0,0), + (15301,2216,0,0,0,-6.60232,-899.436,57.6278,0.191986,300,300,0,0,2016,0,0,0), + (15302,2392,0,0,0,-14.5396,-936.531,57.1723,3.73869,300,300,0,0,1162,0,0,0), + (15303,2405,0,0,0,-76.0431,-943.101,56.2815,3.89519,300,300,0,0,3514,0,0,0), + (15304,2386,0,0,0,-801.281,-482.328,17.4128,5.92971,300,300,5,0,3330,0,0,1), + (15305,2228,0,0,0,-845.604,-580.169,11.6872,4.69494,300,300,0,0,1240,0,0,0), + (15306,2405,0,0,0,-76.6222,-982.212,56.2737,3.8623,300,300,0,0,3514,0,0,0), + (15307,2405,0,0,0,-40.6804,-1024.49,55.4482,4.51027,300,300,0,0,3514,0,0,0), + (15308,2368,0,0,0,-1446.44,-1078.33,13.3182,2.61799,300,300,0,0,896,0,0,0), + (15309,2349,0,0,0,-784.152,-163.407,34.6365,1.66464,300,300,5,0,664,0,0,1), + (15310,2405,0,0,0,-62.0452,-967.522,54.3645,2.94961,300,300,0,0,3514,0,0,0), + (15311,2362,0,0,0,-849.358,-561.279,18.6293,4.69494,300,300,0,0,644,0,0,0), + (15312,3542,0,0,0,-859.126,-559.593,18.6293,4.34587,300,300,0,0,2471,0,0,0), + (15313,2366,0,0,0,-849.45,-583.486,11.6872,2.05949,300,300,0,0,2471,0,0,0), + (15314,2705,0,0,0,-853.016,-601.581,4.5201,6.0494,300,300,0,0,1846,0,0,0), + (15315,3980,0,0,0,-844.878,-580.284,18.5459,2.3911,300,300,0,0,1605,0,0,0), + (15316,2361,0,0,0,-846.431,-562.743,18.6293,3.57792,300,300,0,0,644,0,0,0), + (15317,2430,0,0,0,-851.781,-593.688,11.6743,1.27409,300,300,0,0,2016,0,0,0), + (15319,2381,0,0,0,-773.919,-499.294,18.9325,3.08923,300,300,0,0,2471,0,0,0), + (15320,2365,0,0,0,-820.298,-493.174,16.5359,4.27606,300,300,0,0,2376,0,0,0), + (15321,2367,0,0,0,-902.066,-558.307,6.96295,2.68781,300,300,0,0,1684,0,0,0), + (15322,2276,0,0,0,-860.984,-473.702,13.3554,3.52556,600,600,0,0,2210,24340,0,0), + (15323,2386,0,0,0,-670.167,-432.392,66.7262,1.02825,300,300,0,0,3330,0,0,0), + (15324,2432,0,0,0,-715.146,-512.134,26.6793,4.74729,600,600,0,0,8005,7071,0,0), + (15325,2711,0,0,0,-859.667,-544.376,9.9764,1.15192,300,300,0,0,2100,0,0,0), + (15326,2352,0,0,0,-857.096,-570.751,11.0649,1.55334,300,300,0,0,1605,0,0,0), + (15327,2386,0,0,0,-869.167,-513.7,11.7194,4.76475,300,300,0,0,3330,0,0,0), + (15328,2263,0,0,0,-852.928,-516.48,12.185,4.67748,300,300,0,0,2568,0,0,0), + (15329,2378,0,0,0,-858.971,-489.688,13.3579,3.9968,300,300,0,0,1930,0,0,0), + (15330,2356,0,0,0,-287.524,124.381,72.8622,1.65296,300,300,10,0,944,0,0,1), + (15331,2368,0,0,0,-1253.13,-886.391,-3.63164,3.91644,300,300,10,0,896,0,0,1), + (15332,2368,0,0,0,-1277.74,-906.294,-3.93388,3.29017,300,300,10,0,896,0,0,1), + (15333,2356,0,0,0,-716.667,-1450,64.7344,1.3221,300,300,10,0,944,0,0,1), + (15334,2349,0,0,0,-645.327,-1592.3,58.0816,4.69481,300,300,10,0,664,0,0,1), + (15335,2349,0,0,0,-711.86,-1512,57.919,4.32826,300,300,10,0,664,0,0,1), + (15336,2349,0,0,0,-693.396,-1416.79,63.5335,4.34676,300,300,10,0,664,0,0,1), + (15337,2349,0,0,0,-675.074,-1638.41,54.9762,4.81429,300,300,10,0,664,0,0,1), + (15338,2349,0,0,0,-644.674,-1638.12,59.2541,5.86496,300,300,10,0,664,0,0,1), + (15339,2349,0,0,0,-277.077,-1461.78,90.127,2.08606,300,300,10,0,664,0,0,1), + (15340,2350,0,0,0,-739.838,437.633,76.247,1.11897,300,300,5,0,494,0,0,1), + (15341,2348,0,0,0,-1255.49,-1056.74,32.7343,2.02134,300,300,3,0,788,0,0,1), + (15342,2348,0,0,0,-1118.27,-1036,51.3854,2.84617,300,300,10,0,788,0,0,1), + (15343,2385,0,0,0,-1157.18,-1016.31,52.8875,5.56821,300,300,10,0,840,0,0,1), + (15344,2385,0,0,0,-1123.78,-937.332,60.3508,4.76106,300,300,5,0,840,0,0,1), + (15345,2356,0,0,0,-913.083,-62.5935,20.6685,1.84806,300,300,10,0,944,0,0,1), + (15346,2386,0,0,0,-842.243,-636.948,15.2535,2.09648,300,300,10,0,3330,0,0,1), + (15347,2386,0,0,0,-889.39,-580.6,7.18159,5.40061,300,300,3,0,3330,0,0,1), + (15348,2368,0,0,0,-1457.81,-1084.31,8.63779,3.24631,300,300,0,0,896,0,0,0), + (15349,2348,0,0,0,-1111.19,-961.218,59.3508,0.910866,300,300,10,0,788,0,0,1), + (15350,2385,0,0,0,-1077.51,-1009.13,55.4019,4.30724,300,300,5,0,840,0,0,1), + (15351,2356,0,0,0,-845.23,-136.44,33.2369,5.75047,300,300,5,0,944,0,0,1), + (15352,2385,0,0,0,-1016.44,-1012.79,42.5018,2.51561,300,300,5,0,840,0,0,1), + (15353,2405,0,0,0,8.31741,-1030.88,55.3114,4.71887,300,300,0,0,3514,0,0,0), + (15354,2405,0,0,0,26.2819,-981.049,56.5633,5.86675,300,300,0,0,3514,0,0,0), + (15355,2405,0,0,0,21.3959,-879.059,58.3443,2.47706,300,300,0,0,3514,0,0,0), + (15356,2349,0,0,0,-733.792,-1572.47,55.0892,5.12883,300,300,10,0,664,0,0,1), + (15357,2374,0,0,0,-1152.81,256.502,-5.16617,2.25598,300,300,10,0,978,0,0,1), + (15358,2356,0,0,0,-973.241,-54.3898,21.0261,5.02128,300,300,3,0,944,0,0,1), + (15359,2408,0,0,0,220.06,-1246.31,31.8931,5.94117,300,300,10,0,1050,0,0,1), + (15360,2386,0,0,0,-926.245,-518.473,6.87962,4.16864,300,300,3,0,3330,0,0,1), + (15361,2383,0,0,0,-900.226,-553.434,6.96295,3.22886,300,300,0,0,1528,0,0,0), + (15362,3540,0,0,0,-931.449,-528.687,6.96295,3.05433,300,300,0,0,2471,0,0,0), + (15363,2386,0,0,0,-840.33,-501.805,14.935,3.12407,300,300,5,0,3330,0,0,1), + (15364,2386,0,0,0,-876.758,-492.688,12.4533,1.09956,300,300,0,0,3330,0,0,0), + (15365,2350,0,0,0,-742.279,330.834,51.3856,1.19283,300,300,3,0,494,0,0,1), + (15366,2351,0,0,0,-714.147,428.114,75.3286,1.70606,300,300,5,0,677,0,0,1), + (15367,2351,0,0,0,-804.377,362.568,58.0971,2.79625,300,300,5,0,677,0,0,1), + (15368,2351,0,0,0,-742.916,420.455,74.3727,1.42729,300,300,5,0,677,0,0,1), + (15369,2351,0,0,0,-512.414,377.835,90.4411,1.82762,300,300,10,0,677,0,0,1), + (15370,2377,0,0,0,-1108.39,-299.275,-7.03991,1.34207,300,300,10,0,931,878,0,1), + (15371,2348,0,0,0,-1015.99,-977.847,42.1637,5.55732,300,300,5,0,788,0,0,1), + (15372,2349,0,0,0,-573.045,-1712.99,66.2345,6.27537,300,300,10,0,664,0,0,1), + (15373,2375,0,0,0,-1108.67,-39.2486,-2.84983,0.361285,300,300,10,0,1016,0,0,1), + (15374,2375,0,0,0,-1221.46,112.739,-6.49664,0.243338,300,300,10,0,1016,0,0,1), + (15375,2356,0,0,0,-435.174,-1678.54,85.5527,6.15205,300,300,10,0,944,0,0,1), + (15376,2349,0,0,0,-355.635,-1622.73,84.0428,4.68896,300,300,10,0,664,0,0,1), + (15377,2356,0,0,0,-449.045,-1742.75,85.1255,3.34232,300,300,10,0,944,0,0,1), + (15378,2356,0,0,0,-311.404,-1644.78,91.9629,0.095784,300,300,10,0,944,0,0,1), + (15379,2349,0,0,0,-480.979,-1752.55,80.6661,6.15525,300,300,10,0,664,0,0,1), + (15380,2349,0,0,0,-457.379,-1801.74,75.5199,0.591222,300,300,10,0,664,0,0,1), + (15381,2356,0,0,0,-807.772,-36.9599,28.1008,0.910693,300,300,10,0,944,0,0,1), + (15382,2377,0,0,0,-1149.32,-293.114,-8.80224,4.60162,300,300,10,0,931,878,0,1), + (15383,2376,0,0,0,-1153.74,-149.897,-8.32204,0.786744,300,300,10,0,898,852,0,1), + (15384,2374,0,0,0,-1153.04,-16.7084,-3.09852,2.39294,300,300,10,0,978,0,0,1), + (15385,2368,0,0,0,-1419.58,-1046.94,0.149249,1.72567,300,300,10,0,896,0,0,1), + (15386,2351,0,0,0,-536.471,319.465,84.3939,6.10071,300,300,10,0,677,0,0,1), + (15387,2370,0,0,0,-1437.3,-1071.42,5.5258,1.44862,300,300,0,0,812,811,0,0), + (15388,2368,0,0,0,-1442.17,-1062.45,0.746869,0.330403,300,300,10,0,896,0,0,1), + (15389,2356,0,0,0,-673.206,-953.951,34.3057,3.39414,300,300,5,0,944,0,0,1), + (15390,2349,0,0,0,-658.64,-218.901,42.6064,2.71464,300,300,5,0,664,0,0,1), + (15391,2356,0,0,0,-350.965,-1654.61,85.1407,5.41251,300,300,10,0,944,0,0,1), + (15392,2349,0,0,0,-713.209,-253.896,34.5753,0.141069,300,300,5,0,664,0,0,1), + (15393,2356,0,0,0,-751.606,-1604.24,54.3439,4.05637,300,300,3,0,944,0,0,1), + (15394,2349,0,0,0,-370.715,-1671.28,87.0631,3.46334,300,300,10,0,664,0,0,1), + (15395,2349,0,0,0,-934.267,-1433.1,56.6677,1.61968,300,300,5,0,664,0,0,1), + (15396,2356,0,0,0,-521.376,-1813.02,64.3255,0,300,300,3,0,944,0,0,1), + (15397,2269,0,0,0,-825.513,142.003,17.6065,2.51327,300,300,0,0,788,0,0,0), + (15398,2269,0,0,0,-820.924,156.135,17.5591,1.16937,300,300,0,0,788,0,0,0), + (15399,2356,0,0,0,-755.428,243.031,47.8912,0.502929,300,300,10,0,944,0,0,1), + (15400,2349,0,0,0,-724.619,13.4224,30.413,1.58642,300,300,5,0,664,0,0,1), + (15401,2349,0,0,0,-825.032,-24.6927,26.2036,0.764753,300,300,10,0,664,0,0,1), + (15402,2356,0,0,0,-990.571,88.243,52.563,6.07851,300,300,10,0,944,0,0,1), + (15403,620,0,0,0,-790.13,-605.027,22.1652,4.44376,300,300,3,0,1,0,0,1), + (15404,2349,0,0,0,-620.666,-881.21,32.8759,3.17283,300,300,5,0,664,0,0,1), + (15405,2261,0,0,0,-547.707,-1586.13,64.8159,4.4098,300,300,3,0,494,0,0,1), + (15406,2349,0,0,0,-975.307,-1409.65,55.8655,5.01003,300,300,10,0,664,0,0,1), + (15407,2349,0,0,0,-948.019,-14.989,27.3577,0.287388,300,300,10,0,664,0,0,1), + (15408,2261,0,0,0,-615.019,-1455.05,64.6909,1.34723,300,300,3,0,494,0,0,1), + (15409,2356,0,0,0,-818.808,-216.651,35.1432,0.211719,300,300,0,0,944,0,0,0), + (15410,2349,0,0,0,-858.729,-88.7984,24.4019,1.082,300,300,10,0,664,0,0,1), + (15411,2375,0,0,0,-1183.21,78.7967,-3.68572,3.90913,300,300,10,0,1016,0,0,1), + (15412,2375,0,0,0,-1227.25,44.9151,-14.0616,2.53806,300,300,10,0,1016,0,0,1), + (15413,2371,0,0,0,-1163.2,-857.758,10.6167,5.58189,300,300,10,0,935,878,0,1), + (15414,620,0,0,0,-548.025,-1473.82,53.6909,1.41287,300,300,5,0,1,0,0,1), + (15415,2349,0,0,0,-816.842,-1048.31,43.1163,4.77688,300,300,10,0,664,0,0,1), + (15416,2377,0,0,0,-1117.29,-167.988,-3.31741,2.05382,300,300,10,0,931,878,0,1), + (15417,2356,0,0,0,-1026.78,-1235.22,55.3446,4.40132,300,300,10,0,944,0,0,1), + (15418,2349,0,0,0,-919.97,-1219.14,53.7411,3.39653,300,300,10,0,664,0,0,1), + (15419,2356,0,0,0,-711.968,280.62,50.3726,3.18022,300,300,10,0,944,0,0,1), + (15420,2356,0,0,0,-999.128,-1244.96,55.4553,4.97112,300,300,10,0,944,0,0,1), + (15421,2356,0,0,0,-486.045,-1762.78,78.3197,1.89502,300,300,10,0,944,0,0,1), + (15422,2377,0,0,0,-1097.98,-91.1097,-1.81696,1.65686,300,300,10,0,931,878,0,1), + (15423,3538,0,0,0,-37.248,-914.605,55.343,0.826,300,300,0,0,1764,0,0,0), + (15424,3537,0,0,0,-36.31,-916.366,55.075,1.062,300,300,0,0,1764,0,0,2), + (15425,2356,0,0,0,-218.005,-1152.81,47.0572,1.08909,300,300,10,0,944,0,0,1), + (15426,2390,0,0,0,-16.3703,-908.12,56.1884,2.30383,300,300,0,0,1528,0,0,0), + (15427,2349,0,0,0,-687.576,314.395,50.4038,4.84352,300,300,10,0,664,0,0,1), + (15428,2348,0,0,0,-1141.21,-942.323,62.4647,1.14413,300,300,5,0,788,0,0,1), + (15429,2348,0,0,0,-1148.87,-1046.83,46.2244,1.11719,300,300,10,0,788,0,0,1), + (15430,2348,0,0,0,-1169.41,-979.525,60.5595,5.85364,300,300,5,0,788,0,0,1), + (15431,2356,0,0,0,-717.384,217.487,51.0391,6.15266,300,300,10,0,944,0,0,1), + (15432,2349,0,0,0,-987.892,178.131,54.2532,3.27073,300,300,5,0,664,0,0,1), + (15433,2349,0,0,0,-877.795,-1379.65,58.1157,1.42177,300,300,10,0,664,0,0,1), + (15434,2349,0,0,0,-789.316,-1389.04,67.4975,3.03784,300,300,10,0,664,0,0,1), + (15435,2442,0,0,0,-813.096,-648.89,11.9309,5.2284,300,300,5,0,1,0,0,1), + (15436,2442,0,0,0,-804.987,-666.105,11.9309,4.61598,300,300,5,0,1,0,0,1), + (15437,2442,0,0,0,-789.018,-652.528,11.9309,6.17616,300,300,5,0,1,0,0,1), + (15438,2442,0,0,0,-790.355,-664.267,11.9309,3.91381,300,300,5,0,1,0,0,1), + (15439,2382,0,0,0,-793.884,-610.77,15.2482,1.91986,300,300,0,0,1605,0,0,0), + (15440,721,0,0,0,-811.929,-656.869,11.9221,2.40774,300,300,10,0,1,0,0,1), + (15441,2371,0,0,0,-1090.64,-723.856,-4.07477,3.72969,300,300,10,0,935,878,0,1), + (15442,2349,0,0,0,-41.5147,-1213.58,59.9535,5.26522,300,300,10,0,664,0,0,1), + (15443,2349,0,0,0,-123.908,-1325.92,102.367,4.16828,300,300,5,0,664,0,0,1), + (15444,2354,0,0,0,-621.161,-632.938,35.3213,4.21554,300,300,10,0,742,0,0,1), + (15445,2354,0,0,0,-590.513,-688.493,38.6466,2.25888,300,300,10,0,742,0,0,1), + (15446,2356,0,0,0,-694.844,260.69,49.3467,2.96819,300,300,10,0,944,0,0,1), + (15447,2376,0,0,0,-1119.57,-226.283,-3.09946,2.9715,300,300,10,0,898,852,0,1), + (15448,2356,0,0,0,-975.31,6.93124,33.4362,2.66478,300,300,10,0,944,0,0,1), + (15449,2349,0,0,0,-937.112,37.7426,33.7009,0.505581,300,300,10,0,664,0,0,1), + (15450,2408,0,0,0,-217.324,-1112.84,36.5141,3.04408,300,300,10,0,1050,0,0,1), + (15451,2385,0,0,0,-1206.92,-1055.9,42.6447,1.04244,300,300,10,0,840,0,0,1), + (15452,2356,0,0,0,-723.421,-1241.92,59.0946,2.0372,300,300,5,0,944,0,0,1), + (15453,2349,0,0,0,-720.266,-1141.5,58.0178,1.60984,300,300,10,0,664,0,0,1), + (15454,2349,0,0,0,-710.382,-1181.39,59.1191,2.9208,300,300,10,0,664,0,0,1), + (15455,2349,0,0,0,-231.621,-1332.96,86.8639,1.19055,300,300,5,0,664,0,0,1), + (15456,2349,0,0,0,-747.829,-1284.9,63.3884,4.66741,300,300,10,0,664,0,0,1), + (15457,2354,0,0,0,-718.933,-688.474,12.338,0.548523,300,300,5,0,742,0,0,1), + (15458,2356,0,0,0,-931.532,-1205,52.6331,3.82457,300,300,10,0,944,0,0,1), + (15459,2356,0,0,0,-473.383,-1739.4,81.8203,3.91594,300,300,10,0,944,0,0,1), + (15460,2349,0,0,0,-920.548,-1355.1,57.9813,3.60153,300,300,10,0,664,0,0,1), + (15461,2354,0,0,0,-647.702,-1381.23,58.8744,1.02375,300,300,5,0,742,0,0,1), + (15462,2349,0,0,0,-854.266,-1067.59,45.5398,2.43784,300,300,10,0,664,0,0,1), + (15463,2349,0,0,0,-189.609,-1167.86,52.2846,6.28123,300,300,10,0,664,0,0,1), + (15464,2356,0,0,0,-921.308,-1268.8,51.6933,1.67843,300,300,10,0,944,0,0,1), + (15465,2350,0,0,0,-478.186,-1229.83,54.4965,1.45487,300,300,5,0,494,0,0,1), + (15466,2349,0,0,0,-285.62,-1156.22,53.6537,6.20492,300,300,10,0,664,0,0,1), + (15467,2356,0,0,0,-82.5978,-1282.8,87.5094,1.74943,300,300,5,0,944,0,0,1), + (15468,2349,0,0,0,-790.511,-1278.47,57.4798,2.06986,300,300,10,0,664,0,0,1), + (15469,2354,0,0,0,-344.704,-1207.3,62.0968,3.17478,300,300,10,0,742,0,0,1), + (15470,2348,0,0,0,-1046.31,-1059.8,45.2312,3.55546,300,300,10,0,788,0,0,1), + (15471,2354,0,0,0,-335.445,-1302.79,66.7841,3.1084,300,300,10,0,742,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (11509,2619,0,4032,0,-1403.6,-3123.32,30.27,4.22427,400,5,0,1187,970,0,1), - (11510,2563,0,1103,0,-1003.78,-1613.31,41.4963,3.35814,400,10,0,1163,0,0,1), - (11512,2560,0,180,0,-1675.84,-2122.29,34.6154,0.617294,400,10,0,1221,0,0,1), - (11513,2560,0,180,0,-1811.33,-2342.22,30.9212,6.10456,400,5,0,1221,0,0,1), - (11514,3851,33,729,0,-206.364,2130.33,86.5839,5.88176,7200,0,0,1131,816,0,0), - (11515,2560,0,180,0,-1790.95,-2258.61,47.7251,0.818535,400,5,0,1221,0,0,1), - (11516,2560,0,180,0,-1048.99,-2197.13,62.2936,3.4122,400,10,0,1221,0,0,1), - (11517,2560,0,180,0,-1810.1,-2289.14,38.4827,3.70502,400,5,0,1221,0,0,1), - (11518,2560,0,180,0,-1014.69,-2181.41,59.1217,4.76561,400,10,0,1221,0,0,1), - (11519,2560,0,180,0,-1266.51,-1516,53.8796,5.78212,400,10,0,1221,0,0,1), - (11520,2618,0,4030,0,-1464.88,-3080.34,14.271,3.97988,400,5,0,1203,0,0,1), - (11521,2618,0,4030,0,-1481.36,-3018.46,12.255,0.203858,400,5,0,1203,0,0,1), - (11522,2563,0,1103,0,-1327.39,-1490.16,56.7869,6.24219,400,10,0,1163,0,0,1), - (11523,2559,0,11316,0,-1292.18,-3530.55,53.5782,3.50288,400,3,0,1050,0,0,1), - (11524,2619,0,4032,0,-1585.72,-3128.52,13.3453,1.89687,400,5,0,1187,970,0,1), - (11525,2559,0,11316,0,-1050.77,-1604.48,43.2941,5.80644,400,10,0,1050,0,0,1), - (11526,2559,0,11316,0,-1915.18,-2345.83,53.3949,5.89726,400,5,0,1050,0,0,1), - (11527,2781,0,2436,0,-1578.81,-1913.16,47.3377,3.47247,400,0,0,4755,0,0,0), - (11528,2618,0,4030,0,-1504.83,-3052.92,14.304,2.03541,400,5,0,1203,0,0,1), - (11529,2618,0,4030,0,-1523.15,-3051.18,14.429,5.84759,400,5,0,1203,0,0,1), - (11530,2563,0,1103,0,-1614.57,-2369.07,91.5608,1.80725,400,3,0,1163,0,0,1), - (11531,2782,0,2434,0,-1565.7,-1909.84,47.3377,3.34318,400,0,0,4755,0,0,0), - (11532,2780,0,2435,0,-1560.81,-1918.54,47.1491,2.87929,400,0,0,4755,0,0,0), - (11533,2563,0,1103,0,-1380.84,-1684.89,54.5361,4.22163,400,10,0,1163,0,0,1), - (11534,2559,0,11316,0,-1108.94,-1747.85,49.0719,4.25726,400,10,0,1050,0,0,1), - (11535,2619,0,4032,0,-1432.74,-2975.95,42.3855,2.07638,400,5,0,1187,970,0,1), - (11536,2560,0,180,0,-1326.18,-1700.12,57.0609,4.37025,400,10,0,1221,0,0,1), - (11537,2583,0,4140,0,-1563.95,-1662.68,68.7178,4.04595,400,0,0,3359,1142,0,0), - (11538,2563,0,1103,0,-1114.47,-2516.77,57.2454,4.11643,400,10,0,1163,0,0,1), - (11539,2560,0,180,0,-849.943,-2301.8,53.2836,1.62554,400,5,0,1221,0,0,1), - (11540,2565,0,1104,0,-832.512,-2314.82,57.1093,0.356943,400,5,0,1403,0,0,1), - (11541,2560,0,180,0,-950.022,-2448.45,53.2326,3.21777,400,5,0,1221,0,0,1), - (11542,2560,0,180,0,-932.942,-2226.05,42.2614,5.60041,400,5,0,1221,0,0,1), - (11543,2620,0,1072,0,-1277.47,-2904.9,41.3603,1.71795,400,10,0,8,0,0,1), - (11544,2560,0,180,0,-927.072,-2174.33,51.735,2.94018,400,10,0,1221,0,0,1), - (11545,2563,0,1103,0,-1050.45,-1716.25,38.8128,1.63561,400,10,0,1163,0,0,1), - (11546,2559,0,11316,0,-1000.47,-2043.76,60.2376,5.65726,400,5,0,1050,0,0,1), - (11547,2586,0,3984,0,-898.096,-2026.39,34.5152,4.4442,400,5,0,1050,0,0,1), - (11548,2578,0,10824,0,-1045.53,-1842.54,67.8062,3.37523,400,5,0,1189,0,0,1), - (11549,2565,0,1104,0,-1789.66,-3089.44,39.9493,4.49058,400,5,0,1403,0,0,1), - (11550,2586,0,3984,0,-777.788,-1922.04,43.6986,5.51954,400,5,0,1050,0,0,1), - (11551,2559,0,11316,0,-1312.81,-3339.91,42.9183,0.441772,400,10,0,1050,0,0,1), - (11552,2563,0,1103,0,-1316.64,-3383.46,41.0318,1.58053,400,10,0,1163,0,0,1), - (11553,2563,0,1103,0,-1637.15,-2433.7,81.4215,5.4439,400,5,0,1163,0,0,1), - (11554,2563,0,1103,0,-1435.42,-3425.91,55.7631,1.5708,400,5,0,1163,0,0,1), - (11555,2563,0,1103,0,-1345.61,-3451.12,49.4164,2.47815,400,10,0,1163,0,0,1), - (11556,2592,0,9587,0,-1584.55,-2119.19,27.9018,4.05977,400,5,0,1604,0,0,1), - (11557,2563,0,1103,0,-1456.81,-3377.41,45.0877,5.50811,400,10,0,1163,0,0,1), - (11558,2592,0,9587,0,-1475.39,-2123.6,17.3469,5.64477,400,5,0,1604,0,0,1), - (11566,3100,1,193,0,751.511,-3954.12,18.9971,1.82335,300,5,0,156,0,0,1), - (11567,2592,0,9587,0,-1552.32,-2112.78,19.2517,0.983634,400,5,0,1604,0,0,1), - (11570,2563,0,1103,0,-1481.5,-3380.74,43.7823,4.78691,400,10,0,1163,0,0,1), - (11571,2563,0,1103,0,-1408.92,-3316.13,42.5473,5.02611,400,10,0,1163,0,0,1), - (11572,2560,0,180,0,-1713.19,-2142.66,43.8753,4.13757,400,10,0,1221,0,0,1), - (11573,2563,0,1103,0,-1315.66,-3263.79,41.9204,4.61253,400,10,0,1163,0,0,1), - (11574,2563,0,1103,0,-1348.54,-3350.49,45.7336,4.53887,400,10,0,1163,0,0,1), - (11575,2563,0,1103,0,-1293.12,-3386.53,37.8884,4.23613,400,10,0,1163,0,0,1), - (11576,2563,0,1103,0,-1283.53,-3350.37,37.3615,4.82784,400,10,0,1163,0,0,1), - (11577,2586,0,3984,0,-882.313,-2003.83,34.2652,4.67274,400,5,0,1050,0,0,1), - (11578,2565,0,1104,0,-878.854,-2453.83,61.1948,4.48818,400,5,0,1403,0,0,1), - (11579,2565,0,1104,0,-892.79,-2470.87,60.9296,3.16423,400,5,0,1403,0,0,1), - (11580,2356,0,3201,0,-511.27,-1802.18,67.2102,1.2262,400,5,0,944,0,0,1), - (11581,10696,0,4137,0,-1288.48,-2606.22,60.969,2.7085,400,5,0,3291,0,0,1), - (11582,2572,0,2153,0,-1025.66,-3815.28,142.459,5.47112,400,3,0,1403,0,0,1), - (11583,2574,0,511,0,-902.786,-3869.73,139.12,4.84225,400,5,0,1469,0,0,1), - (11584,2579,0,1105,0,-1701.9,-2820.94,39.9237,5.21626,400,5,0,1279,0,0,1), - (11585,2565,0,1104,0,-779.128,-2231.42,53.4042,4.34059,400,10,0,1403,0,0,1), - (11586,2565,0,1104,0,-952.34,-2377.55,46.4981,2.86673,400,5,0,1403,0,0,1), - (11587,2572,0,2153,0,-993.827,-3812.06,141.678,3.92077,400,5,0,1403,0,0,1), - (11588,2620,0,1072,0,-1745.95,-2662.81,40.3101,0.35212,400,10,0,8,0,0,1), - (11589,2621,0,4034,0,-1054.39,-3557.02,54.2488,2.72271,400,0,0,2770,0,0,2), - (11590,2565,0,1104,0,-1017.03,-2483.33,56.5775,3.41049,400,10,0,1403,0,0,1), - (11591,2579,0,1105,0,-1835.29,-2677.68,54.1097,2.72773,400,10,0,1279,0,0,1), - (11592,2563,0,1103,0,-985.014,-2748.35,56.3779,6.13254,400,5,0,1163,0,0,1), - (11593,2572,0,2153,0,-1198.78,-3603.36,54.1965,3.23543,400,5,0,1403,0,0,1), - (11594,2556,0,3997,0,-2100.19,-3305.81,53.6545,0.772878,400,5,0,1279,0,0,1), - (11595,2572,0,2153,0,-1197.4,-3635.48,57.2949,1.15694,400,3,0,1403,0,0,1), - (11596,2565,0,1104,0,-835.472,-2250.44,54.4955,3.11164,400,10,0,1403,0,0,1), - (11597,2556,0,3997,0,-2041.25,-3320.83,58.1544,2.4765,400,5,0,1279,0,0,1), - (11598,2572,0,2153,0,-1129.64,-3713.64,85.9936,1.43166,400,0,0,1403,0,0,0), - (11602,3100,1,193,0,891.443,-3868.43,23.1061,1.1466,300,5,0,156,0,0,1), - (11603,2563,0,1103,0,-1181.95,-3179.54,44.2552,0.087651,400,10,0,1163,0,0,1), - (11604,2563,0,1103,0,-1439.53,-2048.48,17.9272,5.79771,400,10,0,1163,0,0,1), - (11605,2560,0,180,0,-1498.8,-2037.1,24.8876,5.4314,400,10,0,1221,0,0,1), - (11606,2586,0,3984,0,-728.36,-2022.5,39.4002,6.28123,400,0,0,1050,0,0,0), - (11607,2565,0,1104,0,-1484.84,-2828.7,39.1067,4.64011,400,10,0,1403,0,0,1), - (11608,2586,0,3984,0,-826.294,-1959.94,34.2652,3.92936,400,5,0,1050,0,0,1), - (11609,2560,0,180,0,-1473.94,-1996.01,31.2101,3.56823,400,10,0,1221,0,0,1), - (11610,2565,0,1104,0,-1521.63,-2899.67,26.2778,5.04279,400,10,0,1403,0,0,1), - (11611,2565,0,1104,0,-1585.81,-2909.56,25.8705,1.27747,400,10,0,1403,0,0,1), - (11612,2586,0,3984,0,-749.713,-1969.37,34.6402,2.58377,400,3,0,1050,0,0,1), - (11613,2567,0,6170,0,-2084.98,-2832.49,77.7331,3.42634,400,3,0,1075,2763,0,1), - (11614,2559,0,11316,0,-610.762,-1944.37,55.4123,0.918315,400,10,0,1050,0,0,1), - (11615,2560,0,180,0,-1699.86,-3114.34,31.6198,5.83264,400,5,0,1221,0,0,1), - (11616,2566,0,3193,0,-2063.33,-2836.13,77.3628,4.1037,400,3,0,1403,0,0,1), - (11617,2563,0,1103,0,-1511.35,-2417.82,70.3286,4.71771,400,5,0,1163,0,0,1), - (11618,2566,0,3193,0,-2077.28,-2821.97,79.4504,5.96836,400,5,0,1403,0,0,1), - (11619,2559,0,11316,0,-1676.96,-2543.34,60.6224,2.85557,400,5,0,1050,0,0,1), - (11620,2560,0,180,0,-1491.44,-2039.76,24.5675,5.24311,400,10,0,1221,0,0,1), - (11621,2563,0,1103,0,-1205.66,-1516.91,53.7721,4.0722,400,10,0,1163,0,0,1), - (11622,2563,0,1103,0,-1217.82,-1680.35,53.0944,6.13217,400,10,0,1163,0,0,1), - (11623,2559,0,11316,0,-1213.55,-1608.96,51.2849,3.03501,400,10,0,1050,0,0,1), - (11624,2559,0,11316,0,-1117.25,-1551.64,47.7031,6.2568,400,5,0,1050,0,0,1), - (11625,2560,0,180,0,-1213.47,-1588.6,57.9075,4.80817,400,5,0,1221,0,0,1), - (11626,2564,0,1054,0,-1181.52,-1984.42,25.557,1.20071,400,3,0,1221,0,0,1), - (11627,2555,0,3996,0,-1178.71,-1965.35,24.0847,5.8793,400,3,0,1021,963,0,1), - (11628,2563,0,1103,0,-1044.76,-2686.62,47.8006,2.87559,400,10,0,1163,0,0,1), - (11629,2559,0,11316,0,-1146.29,-1573.14,51.2662,3.64546,400,5,0,1050,0,0,1), - (11630,2579,0,1105,0,-983.719,-2493.3,54.1787,5.67838,400,5,0,1279,0,0,1), - (11631,2578,0,10824,0,-1032.12,-1580.81,47.8714,2.95685,400,10,0,1189,0,0,1), - (11632,2563,0,1103,0,-1117.13,-1584.89,46.6332,6.07917,400,5,0,1163,0,0,1), - (11633,2559,0,11316,0,-1097.65,-1516.67,47.4856,0.38989,400,10,0,1050,0,0,1), - (11634,2559,0,11316,0,-1048.9,-1546.75,51.3139,1.01589,400,10,0,1050,0,0,1), - (11635,2559,0,11316,0,-1143.2,-1483.41,53.3852,3.11352,400,10,0,1050,0,0,1), - (11636,2563,0,1103,0,-1476.62,-3317.56,35.8843,6.12582,400,10,0,1163,0,0,1), - (11637,2558,0,4001,0,-1695.48,-1692.2,60.0567,3.06348,400,0,0,3831,0,0,0), - (11638,2565,0,1104,0,-1015.03,-2542.98,57.2111,3.90213,400,10,0,1403,0,0,1), - (11639,2559,0,11316,0,-954.021,-1568.99,50.859,4.79456,400,10,0,1050,0,0,1), - (11640,2563,0,1103,0,-984.557,-1521.47,52.0021,0.477938,400,5,0,1163,0,0,1), - (11641,2563,0,1103,0,-1007.32,-2579.71,60.2985,2.0851,400,10,0,1163,0,0,1), - (11642,2559,0,11316,0,-1045.4,-1585.7,47.656,0.194713,400,10,0,1050,0,0,1), - (11643,2588,0,4017,0,-1654.92,-1780.71,80.1678,2.22505,400,5,0,3831,0,0,1), - (11644,2566,0,3193,0,-2013.14,-2835.32,74.8883,4.4869,400,5,0,1403,0,0,2), - (11645,2578,0,10824,0,-729.573,-1828.85,61.7222,3.71963,400,5,0,1189,0,0,1), - (11646,2559,0,11316,0,-1074.44,-2417.71,53.6453,2.81984,400,5,0,1050,0,0,1), - (11647,2570,0,416,0,-1730.41,-1538.98,55.7751,4.29797,400,5,0,3405,1189,0,1), - (11648,2560,0,180,0,-936.941,-2235.53,43.367,1.39869,400,5,0,1221,0,0,1), - (11649,2560,0,180,0,-1061.57,-2237.13,58.408,0.430592,400,10,0,1221,0,0,1), - (11651,2570,0,416,0,-1792.11,-1508.03,90.6093,1.53697,400,5,0,3405,1189,0,2), - (11652,2571,0,448,0,-1770.99,-1522.36,75.2385,2.1557,400,0,0,4377,0,0,0), - (11653,2560,0,180,0,-1053.99,-2284.67,46.2456,6.16368,400,5,0,1221,0,0,1), - (11654,2586,0,3984,0,-814.36,-1912.49,50.7638,1.72181,400,5,0,1050,0,0,1), - (11655,2559,0,11316,0,-1126.84,-2353.32,52.0306,0.174785,400,5,0,1050,0,0,1), - (11656,2590,0,4014,0,-1634.63,-1774.24,81.3997,2.92247,400,0,0,2706,2680,0,0), - (11658,2571,0,448,0,-1790.2,-1515.49,78.3072,4.86952,400,5,0,4377,0,0,2), - (11659,2560,0,180,0,-978.653,-2188.99,56.2593,0.127261,400,10,0,1221,0,0,1), - (11660,2560,0,180,0,-1120.47,-2313.82,52.747,4.24704,400,5,0,1221,0,0,1), - (11661,2559,0,11316,0,-1122.11,-2423.36,49.1983,4.12439,400,5,0,1050,0,0,1), - (11662,2563,0,1103,0,-983.107,-2274.86,50.6165,4.56695,400,5,0,1163,0,0,1), - (11663,2569,0,1051,0,-1774.47,-1497.12,99.3345,2.96706,400,5,0,4008,0,0,2), - (11664,2559,0,11316,0,-1139.48,-2372.84,53.5185,0.782636,400,5,0,1050,0,0,1), - (11665,2560,0,180,0,-1084.1,-2369.18,49.9017,1.52785,400,5,0,1221,0,0,1), - (11666,2579,0,1105,0,-1063.25,-2424.65,55.2181,2.76283,400,5,0,1279,0,0,1), - (11667,3100,1,193,0,1051.5,-4217.67,18.8802,0.892691,300,10,0,156,0,0,1), - (11668,430,0,10789,0,-9114.83,-2092.02,124.509,2.30046,300,10,0,354,1020,0,1), - (11669,426,0,500,0,-9115,-2092.94,124.588,1.7857,300,10,0,386,0,0,1), - (11670,430,0,10789,0,-9114,-2156.62,127.722,1.35651,300,5,0,354,1020,0,1), - (11671,426,0,500,0,-9123.46,-2211.76,123.6,0.18237,300,5,0,386,0,0,1), - (11672,578,0,391,0,-9286.42,-2422.26,54.0042,0.559841,300,10,0,449,0,0,1), - (11673,578,0,391,0,-9322.46,-2419.87,51.9804,6.13934,300,10,0,449,0,0,1), - (11674,422,0,506,0,-9256.88,-2420.52,54.17,1.58724,300,10,0,417,0,0,1), - (11675,578,0,391,0,-9285.89,-2451.05,51.6323,5.84485,300,10,0,449,0,0,1), - (11676,442,0,366,0,-9690.13,-1761.46,58.9996,2.9219,300,5,0,328,0,0,1), - (11677,580,0,551,0,-8972.89,-2004.04,135.57,3.61283,300,0,0,494,0,0,0), - (11678,580,0,551,0,-8917.21,-2040.44,129.415,3.48608,300,0,0,494,0,0,0), - (11679,446,0,609,0,-9020.63,-1992.94,136.114,6.24163,300,5,0,417,0,0,1), - (11680,446,0,609,0,-8949.78,-1991.45,137.57,6.16778,300,0,0,417,0,0,0), - (11681,580,0,551,0,-8826.46,-2032.74,129.648,0.068146,300,0,0,494,0,0,0), - (11682,2559,0,11316,0,-1117.4,-2455.11,53.177,4.28107,400,5,0,1050,0,0,1), - (11683,2570,0,416,0,-1784.03,-1502.15,72.3654,0.322193,400,0,0,3405,1189,0,0), - (11684,2574,0,511,0,-1000.33,-3822.26,145.279,3.31016,400,0,0,1469,0,0,0), - (11685,2595,0,11254,0,-2216.53,-1549.83,-23.4962,1.02669,400,3,0,1604,0,0,1), - (11686,2560,0,180,0,-1007.25,-2415.34,52.8654,6.12638,400,5,0,1221,0,0,1), - (11687,2595,0,11254,0,-2174.14,-1546.85,-42.9366,5.364,400,3,0,1604,0,0,1), - (11688,2595,0,11254,0,-2145.94,-1553.34,-46.6641,4.3522,400,10,0,1604,0,0,1), - (11689,2559,0,11316,0,-1080.16,-2547.63,54.3962,1.9173,400,10,0,1050,0,0,1), - (11690,2595,0,11254,0,-2149.24,-1587.97,-48.822,4.03541,400,5,0,1604,0,0,1), - (11691,2563,0,1103,0,-1222.95,-2284.37,57.1346,5.9775,400,5,0,1163,0,0,1), - (11692,2590,0,4015,0,-1706.69,-1854.4,81.2459,3.14202,400,3,0,2706,2680,0,1), - (11694,2562,0,1052,0,-1170.2,-2117.06,70.9982,2.98837,400,5,0,1163,0,0,1), - (11695,2595,0,11254,0,-2147.36,-1656.12,-45.1224,3.53954,400,10,0,1604,0,0,1), - (11696,2586,0,3984,0,-717.268,-1957.32,48.7821,0.172861,400,10,0,1050,0,0,1), - (11697,2595,0,11254,0,-2285.14,-1768.57,-28.924,1.69322,400,5,0,1604,0,0,1), - (11698,2595,0,11254,0,-2322.65,-1784.94,-37.8452,0.086679,400,5,0,1604,0,0,1), - (11701,2557,0,4000,0,-2074.76,-3335.6,58.1021,4.79237,400,5,0,1160,1067,0,1), - (11702,2563,0,1103,0,-1044.33,-1815.78,65.8377,3.91047,400,0,0,1163,0,0,0), - (11703,2556,0,3997,0,-2111.21,-3357.37,59.2209,3.2185,400,5,0,1279,0,0,1), - (11704,2557,0,4000,0,-2090.35,-3350.92,58.3268,4.3813,400,5,0,1160,1067,0,1), - (11705,2556,0,3998,0,-2093.07,-3356.85,58.7944,5.3058,400,0,0,1279,0,0,0), - (11706,2555,0,3995,0,-2089.15,-3360.8,58.8401,2.53073,400,0,0,1021,963,0,0), - (11707,1420,0,901,0,-2114.76,-1988.48,3.52068,4.7219,400,10,0,8,0,0,1), - (11708,2556,0,3998,0,-2054.84,-3325.09,58.3167,1.67215,400,5,0,1279,0,0,1), - (11709,2557,0,4000,0,-2107.6,-3336.62,58.1798,5.12937,400,5,0,1160,1067,0,1), - (11710,2559,0,11316,0,-972.579,-1818.55,55.1211,1.86599,400,10,0,1050,0,0,1), - (11711,2556,0,3998,0,-2091.26,-3370.43,59.3611,3.37247,400,5,0,1279,0,0,1), - (11712,2556,0,3997,0,-2080.51,-3382.43,59.5002,5.28621,400,5,0,1279,0,0,1), - (11713,2582,0,3959,0,-1119.16,-2857.64,42.4879,2.53114,400,5,0,1116,0,0,1), - (11714,1420,0,901,0,-2086.15,-2082.28,8.00408,1.41641,400,10,0,8,0,0,1), - (11715,2582,0,3959,0,-1109.23,-2848.16,42.3629,6.15726,400,5,0,1116,0,0,1), - (11716,2582,0,3958,0,-1091.29,-2848.44,42.317,5.59828,400,5,0,1116,0,0,1), - (11717,2582,0,3958,0,-1105.97,-2860.83,42.3629,2.51934,400,5,0,1116,0,0,1), - (11718,2567,0,6170,0,-1999.13,-2819.28,76.9886,4.21639,400,3,0,1075,2763,0,1), - (11719,2760,0,2172,0,-818.011,-1789.77,45.7543,6.01157,400,3,0,1604,0,0,1), - (11720,2805,0,1506,0,-1545.36,-1837.41,68.0302,4.95674,400,0,0,2972,0,0,0), - (11721,2760,0,2172,0,-813.588,-1814.71,48.2193,2.73644,400,10,0,1604,0,0,1), - (11722,2582,0,3958,0,-1090.08,-2862.4,42.442,5.8805,400,5,0,1116,0,0,1), - (11723,2582,0,3959,0,-1079.74,-2860.33,42.442,2.19645,400,5,0,1116,0,0,1), - (11724,2582,0,3958,0,-989.118,-2889.17,62.4779,4.05259,400,5,0,1116,0,0,1), - (11725,2581,0,3961,0,-971.571,-2893.53,64.6029,4.90574,400,5,0,1145,0,0,1), - (11726,2582,0,3959,0,-1010.35,-2898.73,62.8881,3.13557,400,5,0,1116,0,0,1), - (11727,2581,0,3960,0,-1037.4,-2921.57,47.9526,5.01807,400,5,0,1145,0,0,1), - (11728,2620,0,1072,0,-955.402,-3324.01,68.5541,3.37805,400,10,0,8,0,0,1), - (11729,2578,0,10824,0,-1026.13,-3362.36,54.4076,2.12629,400,10,0,1189,0,0,1), - (11730,2563,0,1103,0,-982.81,-3347.18,57.3025,4.75236,400,10,0,1163,0,0,1), - (11731,2559,0,11316,0,-1007.77,-1638.27,36.9072,0.737372,400,10,0,1050,0,0,1), - (11732,2559,0,11316,0,-1073.86,-1655.63,36.0047,5.39273,400,10,0,1050,0,0,1), - (11733,2557,0,3999,0,-2064.82,-3252.97,65.5721,3.82401,400,5,0,1160,1067,0,1), - (11734,2557,0,3999,0,-2109.19,-3278.29,67.0548,1.1455,400,5,0,1160,1067,0,1), - (11735,2559,0,11316,0,-2000.07,-2420.68,80.6609,3.0771,400,5,0,1050,0,0,1), - (11736,2563,0,1103,0,-1145.4,-1617.18,50.3602,5.72935,400,10,0,1163,0,0,1), - (11737,2556,0,3997,0,-2107.12,-3252.57,67.4713,3.1778,400,5,0,1279,0,0,1), - (11738,2560,0,180,0,-1486.13,-1964.63,49.1435,3.80678,400,5,0,1221,0,0,1), - (11739,2588,0,4016,0,-1694.27,-1926.13,82.0507,5.49661,400,5,0,3831,0,0,1), - (11740,2556,0,3998,0,-2091.45,-3298.59,67.1056,4.96072,400,5,0,1279,0,0,1), - (11741,2557,0,4000,0,-2078.06,-3301.02,67.2773,3.75662,400,5,0,1160,1067,0,1), - (11742,2588,0,4016,0,-1653.96,-1886.37,81.3425,0.445155,400,5,0,3831,0,0,1), - (11743,2556,0,3998,0,-2098.48,-3243.78,67.1193,3.7916,400,5,0,1279,0,0,1), - (11744,2588,0,4016,0,-1621.35,-1857.81,81.4997,4.54018,400,5,0,3831,0,0,1), - (11745,2560,0,180,0,-1548.28,-2023.8,31.3452,1.72181,400,5,0,1221,0,0,1), - (11746,2590,0,4015,0,-1625.24,-1831.54,81.0414,5.01836,400,0,0,2706,2680,0,0), - (11748,2565,0,1104,0,-1693.75,-2931.77,35.75,0.266766,400,5,0,1403,0,0,1), - (11749,2560,0,180,0,-1669.08,-2031.88,41.4577,5.17429,400,10,0,1221,0,0,1), - (11750,2560,0,180,0,-1579.68,-2021.36,33.2863,5.55049,400,5,0,1221,0,0,1), - (11751,2560,0,180,0,-1762.63,-2212.09,50.5645,6.12517,400,5,0,1221,0,0,1), - (11752,2563,0,1103,0,-1878.82,-2378.92,49.4567,0.778688,400,5,0,1163,0,0,1), - (11753,2552,0,3990,0,-1319.18,-2148.71,65.4284,0.399777,400,10,0,1050,0,0,1), - (11754,2761,0,5561,0,-817.885,-3292.26,80.6197,5.43711,400,10,0,1305,1189,0,1), - (11755,2563,0,1103,0,-1254.57,-3405.48,39.5732,2.92029,400,10,0,1163,0,0,1), - (11756,2563,0,1103,0,-1265.56,-3496.11,42.5341,4.40019,400,10,0,1163,0,0,1), - (11757,2761,0,5561,0,-877.641,-3219.66,82.2891,6.09017,400,10,0,1305,1189,0,1), - (11758,2569,0,1051,0,-1702.74,-1655.14,59.5538,5.49004,400,5,0,4008,0,0,1), - (11759,2761,0,5561,0,-811.062,-3249.74,81.7931,0.283103,400,5,0,1305,1189,0,1), - (11760,2761,0,5561,0,-824.973,-3217.56,80.6138,2.47506,400,10,0,1305,1189,0,1), - (11761,2570,0,416,0,-1709.54,-1617.86,60.2576,5.12367,400,0,0,3405,1189,0,0), - (11762,2619,0,4032,0,-1483.31,-3191.41,30.4717,0.107593,400,5,0,1187,970,0,1), - (11763,2554,0,3991,0,-1642.16,-3243.38,33.3912,0.236459,400,5,0,1163,0,0,1), - (11764,3100,1,193,0,1420.02,-4845,16.0309,4.88921,300,5,0,156,0,0,1), - (11765,3100,1,193,0,1287.12,-4723.31,19.0129,4.11235,300,10,0,156,0,0,1), - (11766,3126,1,2487,0,191.695,-4213.88,44.9269,3.38799,300,10,0,137,0,0,1), - (11767,3126,1,2487,0,703.195,-4369.4,19.572,2.49507,300,10,0,137,0,0,1), - (11768,3126,1,2487,0,814.095,-4353.96,14.1164,0.126423,300,10,0,137,0,0,1), - (11769,3107,1,1938,0,975.653,-5123.24,-0.210044,2.93183,300,5,0,137,0,0,1), - (11770,3107,1,1938,0,-1044.68,-5244.82,-7.59438,5.0889,300,5,0,137,0,0,1), - (11771,3107,1,1938,0,-857.67,-5448.66,-4.81423,2.95525,300,5,0,137,0,0,1), - (11772,3107,1,1938,0,-1058,-5115.31,-6.8831,3.40408,300,5,0,137,0,0,1), - (11773,3107,1,1938,0,-750.315,-5405.99,-2.86913,1.4882,300,5,0,137,0,0,1), - (11774,5951,1,1560,0,-562.347,-4092.51,71.2573,3.30642,120,10,0,8,0,0,1), - (11775,6145,1,4878,0,1078.4,-5217.97,-5.65915,6.11687,120,10,0,42,0,0,1), - (11776,3300,1,1206,0,-88.7794,-4780.53,22.8267,2.4934,120,5,0,1,0,0,1), - (11777,6145,1,4878,0,-146.757,-5355.17,-20.1626,0.086061,120,10,0,42,0,0,1), - (11778,5951,1,1560,0,-197.35,-4701.16,32.3841,6.11225,120,10,0,8,0,0,1), - (11779,3300,1,1206,0,192.268,-4961.57,13.0391,4.79894,120,10,0,1,0,0,1), - (11780,3300,1,1206,0,780.811,-4185.62,20.9119,0.688046,120,5,0,1,0,0,1), - (11781,5951,1,1560,0,475.596,-3891.98,21.2888,0.336315,120,5,0,8,0,0,1), - (11782,5951,1,1560,0,154.859,-4394.59,38.0822,3.64717,120,5,0,8,0,0,1), - (11783,3103,1,1940,0,291.451,-5284.86,-16.5794,6.2746,300,10,0,120,0,0,1), - (11784,3104,1,1246,0,89.6418,-5213.35,-17.229,3.38228,300,10,0,120,0,0,1), - (11785,3105,1,1248,0,752.531,-5147.15,-7.33846,0.371605,300,5,0,156,0,0,1), - (11786,3103,1,1940,0,-751.566,-5752.4,-6.41139,2.77507,300,0,0,120,0,0,0), - (11787,3103,1,1940,0,-93.9309,-5426.42,-16.5996,4.0419,300,10,0,120,0,0,1), - (11788,3105,1,1248,0,1156.57,-5158.04,-6.94557,5.64279,300,5,0,156,0,0,1), - (11789,3296,1,4260,0,1908.35,-4412.74,47.9468,1.38462,300,0,0,4957,0,0,0), - (11790,3296,1,4602,0,1566.45,-4179.18,41.0285,5.42797,300,0,0,4957,0,0,0), - (11791,3296,1,4260,0,1689.99,-4279.85,32.1304,4.11898,300,0,0,4957,0,0,0), - (11792,3296,1,4260,0,1920.62,-4365.93,22.804,0.296706,300,0,0,4957,0,0,0), - (11793,3296,1,4259,0,1882.15,-4483.99,20.6388,2.09439,300,0,0,4957,0,0,0), - (11794,3296,1,4259,0,1817.08,-4357.14,-9.81641,2.30383,300,0,0,4957,0,0,0), - (11795,3296,1,4259,0,1876.84,-4265.46,31.9919,2.3029,300,0,0,4957,0,0,2), - (11796,3296,1,4602,0,1696.02,-4463.71,20.1522,2.3911,300,0,0,4957,0,0,0), - (11797,2554,0,3992,0,-1681.16,-3226.86,33.6883,2.95802,400,5,0,1163,0,0,1), - (11798,2555,0,3996,0,-1684.17,-3521.41,61.8668,0.814831,400,5,0,1021,963,0,1), - (11799,2620,0,1072,0,-1198.09,-1885.65,86.489,5.38588,400,10,0,8,0,0,1), - (11800,2554,0,3991,0,-1702.96,-3532.49,68.1043,5.45384,400,5,0,1163,0,0,1), - (11801,2554,0,3992,0,-1613.14,-3417.97,43.7392,5.11224,400,5,0,1163,0,0,1), - (11802,2554,0,3992,0,-1552.85,-3459.97,57.1583,5.65233,400,3,0,1163,0,0,1), - (11803,2555,0,3996,0,-1232.65,-2001.66,37.635,5.77354,400,3,0,1021,963,0,1), - (11804,2816,0,3965,0,-1257.2,-2489.44,22.1224,4.09096,400,0,0,2192,0,0,0), - (11805,2700,0,4147,0,-1274.69,-2516.63,21.4792,5.27122,400,0,0,2568,0,0,0), - (11806,2814,0,3962,0,-1275.9,-2506.19,21.9792,2.26458,400,0,0,2376,0,0,0), - (11807,2808,0,3966,0,-1275.75,-2538.73,21.6325,1.0472,400,0,0,2100,0,0,0), - (11808,1471,0,3963,0,-1278.57,-2522,21.4577,5.68977,400,0,0,3077,0,0,0), - (11809,10696,0,4137,0,-1277.1,-2492.56,25.2877,3.41175,400,3,0,3291,0,0,1), - (11810,14984,0,15143,0,-1220.17,-2518.3,21.7949,3.76991,400,0,0,3237,0,0,0), - (11811,2563,0,1103,0,-1249.11,-3328.12,32.6827,1.56439,400,10,0,1163,0,0,1), - (11812,2586,0,3984,0,-804.614,-1957.49,34.2652,0.227649,400,5,0,1050,0,0,1), - (11813,2812,0,3964,0,-1262.41,-2534.12,21.8507,0.365405,400,0,0,2471,0,0,0), - (11814,2620,0,1072,0,-1336.86,-3344.23,43.727,5.95896,400,10,0,8,0,0,1), - (11815,2563,0,1103,0,-1353.26,-2619.61,73.1422,1.48279,400,10,0,1163,0,0,1), - (11816,2788,0,4043,0,-1279.41,-2529.77,21.5095,0.418879,400,0,0,1605,0,0,0), - (11817,2554,0,3992,0,-1663.56,-3520.08,71.7296,4.02728,400,5,0,1163,0,0,1), - (11818,2559,0,11316,0,-1383.98,-2650.37,70.6748,3.24108,400,10,0,1050,0,0,1), - (11819,2789,0,4042,0,-1261.6,-2546.09,21.7138,1.5708,400,0,0,2100,0,0,0), - (11820,10696,0,4138,0,-1290.57,-2544.73,22.062,3.7443,400,5,0,3291,0,0,1), - (11821,2810,0,3967,0,-1271.28,-2540.19,21.7145,1.46608,400,0,0,2016,0,0,0), - (11822,10696,0,4138,0,-1267.11,-2560.08,21.687,0.700593,400,5,0,3291,0,0,1), - (11823,2555,0,3996,0,-1731.55,-3372.45,32.3185,2.57471,400,3,0,1021,963,0,1), - (11824,2555,0,3995,0,-2003.42,-3381.53,51.095,5.15109,400,5,0,1021,963,0,1), - (11825,2608,0,4146,0,-1255.31,-2521.46,21.0734,1.20699,400,0,0,2972,0,0,2), - (11826,2563,0,1103,0,-750.989,-1822.58,61.2429,1.53811,400,10,0,1163,0,0,1), - (11827,2559,0,11316,0,-709.983,-1826.45,60.3459,4.63485,400,5,0,1050,0,0,1), - (11828,2563,0,1103,0,-964.578,-1913.63,63.9859,3.09661,400,10,0,1163,0,0,1), - (11829,3099,1,381,0,248.372,-4188.16,36.981,2.31613,300,10,0,120,0,0,1), - (11830,3099,1,381,0,-257.892,-4773.12,29.4216,1.34004,300,10,0,120,0,0,1), - (11831,3099,1,381,0,95.6387,-4362.22,51.018,1.67649,300,5,0,120,0,0,1), - (11832,3099,1,381,0,106.738,-4393.27,41.7143,3.68003,300,10,0,120,0,0,1), - (11833,3099,1,381,0,185.393,-4696.78,18.2125,4.27234,300,10,0,120,0,0,1), - (11834,3099,1,381,0,516.177,-4641.42,36.3581,1.35515,300,10,0,120,0,0,1), - (11835,3099,1,381,0,226.966,-4118.4,41.3173,2.72079,300,5,0,120,0,0,1), - (11836,3099,1,381,0,704.63,-4768.71,26.5982,2.43085,300,5,0,120,0,0,1), - (11837,580,0,551,0,-8872.49,-2056.09,126.45,3.22705,300,0,0,494,0,0,0), - (11838,580,0,551,0,-8766.61,-2009.28,130.254,0,300,0,0,494,0,0,0), - (11839,3099,1,381,0,514.352,-4952.17,41.5337,3.46558,300,5,0,120,0,0,1), - (11840,3100,1,193,0,1040.28,-4087.09,17.525,1.51059,300,10,0,156,0,0,1), - (11841,3100,1,193,0,69.0059,-3820.44,33.1902,6.07742,300,10,0,156,0,0,1), - (11842,3100,1,193,0,1005.81,-4186.09,22.4068,5.0773,300,5,0,156,0,0,1), - (11843,3100,1,193,0,1048.93,-4285.95,16.6591,1.33384,300,5,0,156,0,0,1), - (11844,3100,1,193,0,759.396,-4978.06,15.5497,5.06502,300,10,0,156,0,0,1), - (11845,3100,1,193,0,1116.56,-4041.96,14.5495,6.01428,300,10,0,156,0,0,1), - (11846,3100,1,193,0,-153.509,-3836.66,29.049,1.89993,300,5,0,156,0,0,1), - (11847,3100,1,193,0,818.712,-3918.78,19.3186,2.52342,300,5,0,156,0,0,1), - (11848,3100,1,193,0,1314.01,-4880.69,12.8864,0.270265,300,10,0,156,0,0,1), - (11849,3300,1,1206,0,762.717,-4296.78,18.7849,0.771513,120,0,0,1,0,0,0), - (11850,3300,1,1206,0,-389.318,-4358.72,40.8954,3.86887,120,5,0,1,0,0,1), - (11851,3300,1,1206,0,1120.18,-4775.96,54.8817,1.90738,120,5,0,1,0,0,1), - (11852,5951,1,1560,0,-339.386,-4730.74,36.9125,4.19651,120,5,0,8,0,0,1), - (11853,5951,1,1560,0,131.286,-4794.66,14.8704,1.82259,120,5,0,8,0,0,1), - (11854,3300,1,1206,0,1368.4,-4765.38,27.5577,4.85442,120,5,0,1,0,0,1), - (11855,5951,1,1560,0,-246.927,-4442.23,64.0354,3.71821,120,5,0,8,0,0,1), - (11856,6145,1,4878,0,-236.482,-5440.27,-10.6801,2.94431,120,10,0,42,0,0,1), - (11857,3103,1,1940,0,379.342,-5247.86,-18.7021,2.94119,300,10,0,120,0,0,1), - (11858,3141,1,1818,0,445.538,-5186.74,-12.199,3.93747,300,10,0,156,0,0,1), - (11859,3103,1,1940,0,-911.47,-5379.71,-3.0263,1.26104,300,10,0,120,0,0,1), - (11860,3103,1,1940,0,220.364,-5285.17,-10.3533,4.72704,300,10,0,120,0,0,1), - (11861,3103,1,1940,0,-345.864,-5282.59,-9.81598,3.15336,300,10,0,120,0,0,1), - (11862,3104,1,1246,0,-720.453,-5438.75,-3.92819,1.87614,300,10,0,120,0,0,1), - (11863,3099,1,381,0,-272.57,-4696.94,40.8646,0.67509,300,5,0,120,0,0,1), - (11864,3099,1,381,0,413.197,-4890.04,20.6314,5.84652,300,10,0,120,0,0,1), - (11865,3099,1,381,0,-551.221,-4706.09,37.0685,1.86879,300,10,0,120,0,0,1), - (11866,3099,1,381,0,520.16,-4045.76,23.5679,0.251142,300,10,0,120,0,0,1), - (11867,3099,1,381,0,-262.383,-4904.76,27.8355,2.35896,300,10,0,120,0,0,1), - (11868,3099,1,381,0,653.632,-4101.06,11.7635,4.42523,300,5,0,120,0,0,1), - (11869,3099,1,381,0,481.357,-4679.16,36.8019,1.42291,300,10,0,120,0,0,1), - (11870,3099,1,381,0,243.812,-4404.4,30.0523,0.39369,300,10,0,120,0,0,1), - (11871,3099,1,381,0,223.729,-4004.62,41.4051,1.87461,300,10,0,120,0,0,1), - (11872,3099,1,381,0,353.604,-4353.5,24.9207,0.001953,300,10,0,120,0,0,1), - (11873,3100,1,193,0,1207.23,-4084.26,20.9636,5.71896,300,10,0,156,0,0,1), - (11874,3100,1,193,0,1048.04,-4102.8,18.1339,5.6014,300,10,0,156,0,0,1), - (11875,3100,1,193,0,1094.51,-5012.36,24.917,6.04864,300,5,0,156,0,0,1), - (11876,3100,1,193,0,1024.98,-4394.06,17.0952,2.89322,300,0,0,156,0,0,0), - (11877,580,0,551,0,-8796.47,-1977.42,125.81,4.09946,300,0,0,494,0,0,0), - (11878,3100,1,193,0,941.068,-4969.79,9.10522,2.62463,300,10,0,156,0,0,1), - (11879,3100,1,193,0,182.609,-3912.88,43.0926,5.94476,300,10,0,156,0,0,1), - (11880,3100,1,193,0,844.863,-4360.83,14.202,1.83868,300,5,0,156,0,0,1), - (11881,10685,1,10015,0,1255.83,-4529.67,20.8441,4.11942,200,5,0,14,0,0,1), - (11882,6145,1,4878,0,85.0317,-5320.08,-14.8261,5.73573,120,10,0,42,0,0,1), - (11883,3300,1,1206,0,662.525,-4198.51,15.4996,0.077106,120,5,0,1,0,0,1), - (11884,6145,1,4878,0,-843.322,-5238.01,-19.9319,0.982266,120,10,0,42,0,0,1), - (11885,3300,1,1206,0,660.648,-3895.62,16.6228,2.60746,120,5,0,1,0,0,1), - (11886,10685,1,10015,0,1245.43,-4528.42,20.8441,3.1899,200,5,0,14,0,0,1), - (11887,10685,1,10015,0,1238.6,-4528.63,20.8441,4.31817,200,3,0,14,0,0,1), - (11888,3099,1,381,0,236.645,-4380.86,34.0282,4.3263,300,10,0,120,0,0,1), - (11889,3099,1,381,0,-380.167,-4687.84,43.2321,5.77078,300,10,0,120,0,0,1), - (11890,3099,1,381,0,442.683,-4845.96,27.7442,3.23543,300,5,0,120,0,0,1), - (11891,580,0,551,0,-8814.67,-2053.96,128.905,5.35062,300,0,0,494,0,0,0), - (11892,3099,1,381,0,391.575,-4512.24,51.3053,3.90489,300,5,0,120,0,0,1), - (11893,446,0,609,0,-8839.9,-2072.49,128.146,5.71264,300,0,0,417,0,0,0), - (11894,3099,1,381,0,-90.137,-4646.95,36.1969,2.20175,300,10,0,120,0,0,1), - (11895,3099,1,381,0,-173.753,-4908.61,19.3733,4.78861,300,10,0,120,0,0,1), - (11896,3099,1,381,0,146.589,-4184.84,49.4646,0.159692,300,10,0,120,0,0,1), - (11897,580,0,551,0,-8798.13,-1964.68,126.984,1.88472,300,0,0,494,0,0,0), - (11898,3100,1,193,0,1391.2,-4702.03,29.9044,1.06178,300,5,0,156,0,0,1), - (11899,3100,1,193,0,953.786,-5084.64,6.11703,5.65865,300,10,0,156,0,0,1), - (11900,3100,1,193,0,1060.85,-4010.61,20.3246,6.00371,300,5,0,156,0,0,1), - (11901,3100,1,193,0,-38.2486,-3925.65,56.0989,0.448789,300,5,0,156,0,0,1), - (11902,2582,0,3958,0,-1070.13,-2809.03,42.0659,2.35786,400,5,0,1116,0,0,1), - (11903,2582,0,3958,0,-1089.42,-2833.03,42.3159,1.10975,400,5,0,1116,0,0,1), - (11904,2565,0,1104,0,-1731.12,-2709.74,41.3087,1.85862,400,5,0,1403,0,0,1), - (11905,2582,0,3958,0,-1077.61,-2836.66,42.317,0.136782,400,5,0,1116,0,0,1), - (11906,2562,0,1052,0,-1340.05,-2050.09,69.6539,1.75135,400,5,0,1163,0,0,1), - (11907,10696,0,4138,0,-1221.45,-2598.59,35.5403,5.63741,400,0,0,3291,0,0,0), - (11908,10696,0,4137,0,-1202.66,-2597.58,37.9893,4.46804,400,0,0,3291,0,0,0), - (11909,10696,0,4138,0,-1224.24,-2542.39,21.5331,5.044,400,0,0,3291,0,0,0), - (11910,10696,0,4138,0,-1234.52,-2560.25,23.5786,0.994175,400,5,0,3291,0,0,2), - (11911,10696,0,4137,0,-1223.35,-2545.28,22.0671,1.8326,400,0,0,3291,0,0,0), - (11912,10696,0,4138,0,-1240.11,-2535.17,21.2457,3.02417,400,5,0,3291,0,0,2), - (11913,2581,0,3960,0,-1000.44,-2843.03,54.197,5.45262,400,5,0,1145,0,0,1), - (11914,2582,0,3959,0,-1054.02,-2810.99,42.2394,0.359575,400,3,0,1116,0,0,1), - (11915,14983,0,15142,0,-1224.39,-2516.14,21.6434,3.56047,400,0,0,4079,0,0,0), - (11916,2573,0,371,0,-872.507,-3904.73,141.982,2.49441,400,5,0,1116,2861,0,1), - (11917,2573,0,371,0,-871.334,-3903.34,141.884,2.16079,400,5,0,1116,2861,0,2), - (11918,15130,0,15283,0,-1214.73,-2524.21,21.8917,4.29351,650,0,0,1550,0,0,0), - (11919,15130,0,15282,0,-1207.97,-2527.71,22.7542,3.10669,650,0,0,1550,0,0,0), - (11920,15130,0,15283,0,-1208.08,-2536.25,22.8421,2.96706,650,0,0,1550,0,0,0), - (11921,15130,0,15281,0,-1217.72,-2537.66,21.7332,1.36136,650,0,0,1550,0,0,0), - (11922,2586,0,3984,0,-780.92,-2097.37,34.596,4.60671,400,0,0,1050,0,0,0), - (11923,2581,0,3961,0,-1041.02,-2789.22,47.235,2.32306,400,5,0,1145,0,0,1), - (11924,2566,0,3193,0,-1977.68,-2738.37,79.7477,4.84867,400,3,0,1403,0,0,1), - (11925,2564,0,1054,0,-1238.22,-2032.17,48.0969,2.58345,400,3,0,1221,0,0,1), - (11926,2561,0,961,0,-2069.23,-2576.16,75.1825,0.47064,400,10,0,1469,0,0,1), - (11927,2561,0,961,0,-2111.99,-2595.17,83.4955,4.65375,400,5,0,1469,0,0,1), - (11928,2561,0,961,0,-1972.85,-2510.3,72.6677,1.02,400,5,0,1469,0,0,1), - (11929,4075,0,1141,0,-1584.48,-1859.38,70.623,5.20176,400,5,0,8,0,0,1), - (11930,2561,0,961,0,-2022.75,-2553.07,70.5154,5.59746,400,10,0,1469,0,0,1), - (11931,2561,0,961,0,-2041.35,-2507.85,69.7927,1.0307,400,3,0,1469,0,0,1), - (11932,2561,0,961,0,-1957.4,-2540.7,72.046,2.24732,400,10,0,1469,0,0,1), - (11933,2561,0,961,0,-1938.41,-2580.12,73.7587,0.252554,400,10,0,1469,0,0,1), - (11934,2565,0,1104,0,-1920.77,-2524.43,62.6904,5.9775,400,10,0,1403,0,0,1), - (11935,2577,0,3970,0,-2227.27,-2595.43,81.874,5.51251,400,0,0,847,2253,0,0), - (11936,2578,0,10824,0,-1492.25,-2392.08,65.4576,5.02797,400,5,0,1189,0,0,1), - (11937,2563,0,1103,0,-1545.18,-2351.45,70.2544,3.16893,400,5,0,1163,0,0,1), - (11938,2559,0,11316,0,-1547.45,-2310.37,61.524,5.27223,400,5,0,1050,0,0,1), - (11939,2563,0,1103,0,-1579.09,-2343.97,83.6777,2.77955,400,3,0,1163,0,0,1), - (11940,2563,0,1103,0,-1548.48,-2413.47,76.1915,4.44134,400,5,0,1163,0,0,1), - (11941,2572,0,2153,0,-1178.05,-3646.73,56.1699,5.12139,400,5,0,1403,0,0,1), - (11942,2563,0,1103,0,-1221.74,-2881.08,44.7765,1.1406,400,10,0,1163,0,0,1), - (11943,2559,0,11316,0,-950.722,-3287.24,73.5314,5.92362,400,10,0,1050,0,0,1), - (11944,2573,0,371,0,-926.139,-3857.23,145.728,0.976427,400,5,0,1116,2861,0,1), - (11945,2574,0,511,0,-996.711,-3846.9,149.212,3.989,400,3,0,1469,0,0,1), - (11946,2573,0,371,0,-941.734,-3880.33,151.775,6.2447,400,3,0,1116,2861,0,1), - (11947,2574,0,511,0,-952.787,-3886.93,153.702,6.21786,400,3,0,1469,0,0,1), - (11948,2574,0,511,0,-928.474,-3949.84,149.112,5.33506,400,3,0,1469,0,0,1), - (11949,2574,0,511,0,-957.172,-3927.99,145.278,4.61869,400,3,0,1469,0,0,1), - (11950,2573,0,371,0,-914.471,-3947.19,150.945,5.83419,400,3,0,1116,2861,0,1), - (11951,2574,0,511,0,-883.057,-3951.6,133.157,5.29223,400,5,0,1469,0,0,1), - (11952,2574,0,511,0,-882.64,-3934.29,132.956,4.07637,400,3,0,1469,0,0,1), - (11953,2573,0,371,0,-889.383,-3976.09,138.778,4.81526,400,3,0,1116,2861,0,1), - (11954,2574,0,511,0,-859.034,-3964.08,152.172,4.45716,400,3,0,1469,0,0,1), - (11955,2573,0,371,0,-858.739,-3982.02,148.134,1.38851,400,3,0,1116,2861,0,1), - (11956,2574,0,511,0,-854.448,-3943.57,151.681,1.83818,400,3,0,1469,0,0,1), - (11957,2573,0,371,0,-849.809,-3903.44,141.502,5.24662,400,3,0,1116,2861,0,1), - (11958,2577,0,3970,0,-2237.79,-2624.21,78.451,0.848974,400,0,0,847,2253,0,0), - (11959,4062,0,3954,0,-2269.08,-2653.52,80.7818,3.34231,400,3,0,1050,0,0,1), - (11960,2575,0,3969,0,-2232.4,-2609.49,77.8902,4.42582,400,0,0,935,878,0,0), - (11961,4062,0,3954,0,-2263.59,-2614.88,84.576,0.913065,400,3,0,1050,0,0,1), - (11962,2577,0,3970,0,-2247.03,-2601.74,79.2406,3.4404,400,5,0,847,2253,0,2), - (11963,2559,0,11316,0,-1276.65,-2814.96,49.0949,0.37947,400,10,0,1050,0,0,1), - (11964,2559,0,11316,0,-1254.05,-2819.86,48.9108,4.34676,400,10,0,1050,0,0,1), - (11965,2559,0,11316,0,-1235.65,-2784.86,53.2132,1.24287,400,10,0,1050,0,0,1), - (11966,2559,0,11316,0,-1228.29,-2803.12,51.6583,1.72953,400,10,0,1050,0,0,1), - (11967,2559,0,11316,0,-1027.31,-3039.03,47.2546,5.55022,400,10,0,1050,0,0,1), - (11968,2559,0,11316,0,-1188.54,-2778.4,53.2011,2.33806,400,10,0,1050,0,0,1), - (11969,2565,0,1104,0,-1443.5,-2876.94,37.6187,1.33961,400,10,0,1403,0,0,1), - (11970,2559,0,11316,0,-781.369,-3379.26,79.2393,3.49991,400,5,0,1050,0,0,1), - (11971,2592,0,9587,0,-1555.31,-2216.14,30.4497,4.19764,400,5,0,1604,0,0,1), - (11972,2592,0,9587,0,-1545.33,-2151.53,17.4597,1.28753,400,10,0,1604,0,0,1), - (11973,2592,0,9587,0,-1547.96,-2182.48,17.2277,1.80732,400,10,0,1604,0,0,1), - (11974,2587,0,3983,0,-760.938,-1993.53,34.5926,5.80461,400,0,0,1163,0,0,0), - (11975,2587,0,3983,0,-764.147,-1985.69,34.5763,0.506708,400,3,0,1163,0,0,1), - (11976,2586,0,3984,0,-744.846,-1990.65,34.3902,3.29374,400,3,0,1050,0,0,1), - (11977,2589,0,3987,0,-761.055,-1979.22,34.6042,6.13435,400,3,0,1107,0,0,1), - (11978,2560,0,180,0,-1019.97,-2230.33,59.9111,4.72216,400,10,0,1221,0,0,1), - (11979,2560,0,180,0,-980.998,-2349.49,50.118,1.12201,400,5,0,1221,0,0,1), - (11980,2559,0,11316,0,-976.055,-3238.75,57.1854,4.8792,400,10,0,1050,0,0,1), - (11981,2560,0,180,0,-1016.39,-2313.08,47.4585,3.87572,400,5,0,1221,0,0,1), - (11982,2559,0,11316,0,-1019.5,-3299.55,53.2934,5.25899,400,10,0,1050,0,0,1), - (11983,2560,0,180,0,-1055.65,-2445.43,54.8936,2.83781,400,5,0,1221,0,0,1), - (11984,2560,0,180,0,-981.326,-2312.65,51.0202,3.02471,400,5,0,1221,0,0,1), - (11985,10696,0,4138,0,-1347.51,-2420.07,60.0086,4.61657,400,5,0,3291,0,0,2), - (11986,2560,0,180,0,-850.313,-2201.3,42.3874,1.20517,400,10,0,1221,0,0,1), - (11987,10696,0,4138,0,-1267.74,-2494.85,22.2367,5.37035,400,5,0,3291,0,0,2), - (11988,10696,0,4137,0,-1297.82,-2470.11,36.3428,2.19912,400,0,0,3291,0,0,0), - (11989,10696,0,4138,0,-1293.79,-2462.41,37.2271,2.9147,400,0,0,3291,0,0,0), - (11990,10696,0,4137,0,-1325.31,-2514.43,65.7108,4.36194,400,3,0,3291,0,0,2), - (11991,2563,0,1103,0,-1296.48,-3452.65,43.0661,0.076322,400,10,0,1163,0,0,1), - (11992,3100,1,193,0,1194.27,-4831.29,17.4248,1.38605,300,10,0,156,0,0,1), - (11993,10696,0,4137,0,-1301.44,-2581.84,65.3777,3.58672,400,3,0,3291,0,0,1), - (11994,2554,0,3991,0,-1545.22,-3412.28,48.3283,4.35871,400,5,0,1163,0,0,1), - (11995,3100,1,193,0,1352.54,-4901.31,10.917,0.573919,300,10,0,156,0,0,1), - (11996,3100,1,193,0,811.604,-4223.2,21.5221,1.21911,300,5,0,156,0,0,1), - (11997,3100,1,193,0,1348.4,-4785.8,24.7409,5.74089,300,5,0,156,0,0,1), - (11998,2554,0,3991,0,-1581.15,-3502.02,64.4481,5.46015,400,3,0,1163,0,0,1), - (11999,2554,0,3992,0,-1713.62,-3501.39,59.8543,0.947723,400,5,0,1163,0,0,1), - (12000,2619,0,4032,0,-1437.09,-3114.05,12.573,0.501918,400,5,0,1187,970,0,1), - (12001,2619,0,4032,0,-1477.48,-3006.94,12.38,3.003,400,5,0,1187,970,0,1), - (12002,2555,0,3995,0,-1713.23,-3489.25,54.5515,1.03113,400,5,0,1021,963,0,1), - (12003,2618,0,4030,0,-1506.02,-3021.27,12.7417,0.99972,400,3,0,1203,0,0,1), - (12004,2619,0,4032,0,-1576.69,-3064.7,12.9802,1.69191,400,5,0,1187,970,0,1), - (12005,2618,0,4030,0,-1553.38,-3050.03,12.9359,2.8323,400,5,0,1203,0,0,1), - (12006,2733,0,4040,0,-1556.97,-3029.93,13.7285,5.98648,400,0,0,1469,0,0,0), - (12007,2584,0,4138,0,-1549.16,-1871.9,67.4959,1.49143,400,5,0,4264,0,0,2), - (12008,2585,0,4143,0,-1525.11,-1875.93,69.5533,6.11612,400,0,0,4438,0,0,0), - (12009,2619,0,4032,0,-1467.63,-2973.69,35.631,5.66974,400,5,0,1187,970,0,1), - (12010,2554,0,3992,0,-1687.45,-3495.57,58.3591,0.770039,400,5,0,1163,0,0,1), - (12011,2585,0,4144,0,-1517.09,-1856.85,67.5023,5.41268,400,5,0,4438,0,0,1), - (12012,2585,0,4143,0,-1545.93,-1850.46,67.3592,0.281537,400,5,0,4438,0,0,1), - (12013,2607,0,1364,0,-1528.05,-1887.79,70.2477,1.07055,400,0,0,4278,1483,0,0), - (12014,2585,0,4144,0,-1532.43,-1882.56,69.5533,3.84376,400,0,0,4438,0,0,0), - (12015,2554,0,3991,0,-1587.35,-3444.74,52.6701,3.13729,400,5,0,1163,0,0,1), - (12016,2555,0,3996,0,-1701.51,-3503.55,59.3543,4.11418,400,5,0,1021,963,0,1), - (12017,2587,0,3982,0,-813.597,-1972.58,34.1597,0.773406,400,0,0,1163,0,0,0), - (12018,2554,0,3991,0,-1585.47,-3414.25,42.6175,3.50972,400,5,0,1163,0,0,1), - (12019,2555,0,3995,0,-1617.39,-3444.12,50.8936,1.41376,400,10,0,1021,963,0,1), - (12020,2589,0,3988,0,-789.401,-2081.5,34.9836,1.93408,400,10,0,1107,0,0,1), - (12021,2559,0,11316,0,-1484.12,-3282.4,34.9913,4.81162,400,10,0,1050,0,0,1), - (12022,2563,0,1103,0,-1484.05,-3348.9,38.3783,5.5468,400,10,0,1163,0,0,1), - (12023,2559,0,11316,0,-1345.13,-3169.52,37.1279,1.19263,400,5,0,1050,0,0,1), - (12024,2563,0,1103,0,-1349.99,-2979.25,45.2571,2.32249,400,5,0,1163,0,0,1), - (12025,2563,0,1103,0,-1325.8,-3020.88,37.299,0.164828,400,5,0,1163,0,0,1), - (12026,2563,0,1103,0,-1315.14,-3083.53,34.5866,1.0583,400,5,0,1163,0,0,1), - (12027,2560,0,180,0,-852.815,-2344.02,58.9418,4.47047,400,5,0,1221,0,0,1), - (12028,2559,0,11316,0,-1301.26,-2248,64.6177,0.009765,400,5,0,1050,0,0,1), - (12029,2559,0,11316,0,-1373.15,-2249.61,60.6383,0.3423,400,5,0,1050,0,0,1), - (12030,2559,0,11316,0,-1348.29,-2293.64,63.2907,4.91448,400,5,0,1050,0,0,1), - (12031,2563,0,1103,0,-1014.02,-2647.81,55.414,3.76643,400,5,0,1163,0,0,1), - (12032,2559,0,11316,0,-1319.88,-2369.73,66.5202,2.09496,400,5,0,1050,0,0,1), - (12033,2559,0,11316,0,-1327.91,-2351.92,65.3357,6.25975,400,5,0,1050,0,0,1), - (12034,2559,0,11316,0,-1352.85,-2380.41,61.6228,0.479853,400,5,0,1050,0,0,1), - (12035,2563,0,1103,0,-973.965,-2592.32,60.7465,0.719963,400,10,0,1163,0,0,1), - (12036,2563,0,1103,0,-1379.64,-2308.36,65.84,1.00557,400,0,0,1163,0,0,0), - (12037,2559,0,11316,0,-892.536,-3378.47,73.2238,5.94292,400,10,0,1050,0,0,1), - (12038,2559,0,11316,0,-1341.48,-2209.72,61.0571,1.83756,400,5,0,1050,0,0,1), - (12039,1052,0,3490,0,-2374.99,-2492.29,82.2887,2.57976,400,0,0,2559,0,0,0), - (12040,2761,0,5561,0,-880.819,-3312.67,79.7718,2.68117,400,10,0,1305,1189,0,1), - (12041,2761,0,5561,0,-873.371,-3271.06,81.8459,4.80966,400,5,0,1305,1189,0,1), - (12042,1052,0,3490,0,-2368.5,-2495.57,75.4273,3.735,400,0,0,2559,0,0,0), - (12043,2761,0,5561,0,-880.726,-3242.99,84.6242,1.17325,400,10,0,1305,1189,0,1), - (12044,2761,0,5561,0,-880.36,-3280.16,82.7209,6.13941,400,10,0,1305,1189,0,1), - (12045,2581,0,3961,0,-1066.41,-2943.08,46.3451,0.369327,400,5,0,1145,0,0,1), - (12046,4479,0,4021,0,-1062.09,-2902.44,42.1514,5.88471,400,0,0,1221,0,0,0), - (12047,2582,0,3959,0,-1094.36,-2901.17,41.7307,2.42093,400,5,0,1116,0,0,1), - (12048,2581,0,3961,0,-1069.24,-2933.47,42.2993,1.35668,400,5,0,1145,0,0,1), - (12049,2581,0,3960,0,-1144.57,-2874.9,43.3847,2.14614,400,5,0,1145,0,0,1), - (12050,2581,0,3961,0,-1058.7,-2866.05,42.398,4.15424,400,5,0,1145,0,0,2), - (12051,2582,0,3958,0,-1077.72,-2896.73,42.2081,4.63378,400,5,0,1116,0,0,1), - (12052,2582,0,3958,0,-1006.95,-2888.92,62.7631,4.69826,400,5,0,1116,0,0,1), - (12053,2582,0,3959,0,-1083.57,-2913.4,42.7441,3.8375,400,3,0,1116,0,0,1), - (12054,4480,0,4025,0,-999.388,-2896.35,63.7213,1.44862,400,0,0,1339,0,0,0), - (12055,2581,0,3961,0,-1120.26,-2834.23,42.1644,3.95561,400,5,0,1145,0,0,2), - (12056,2582,0,3958,0,-1041.09,-2825.47,42.2394,0.365457,400,5,0,1116,0,0,1), - (12057,2582,0,3958,0,-1036.25,-2844.95,42.398,5.66198,400,5,0,1116,0,0,1), - (12058,4481,0,4024,0,-1048.93,-2815.72,42.2394,2.04687,400,0,0,1279,0,0,0), - (12059,2563,0,1103,0,-1301.08,-2358.34,59.7208,3.3681,400,5,0,1163,0,0,1), - (12060,2761,0,5561,0,-847.264,-3306.12,78.2572,0.918254,400,10,0,1305,1189,0,1), - (12061,2761,0,5561,0,-849.749,-3281.32,77.8205,3.67878,400,5,0,1305,1189,0,1), - (12062,2761,0,5561,0,-835.016,-3270.11,79.1955,3.88654,400,5,0,1305,1189,0,1), - (12063,2559,0,11316,0,-1015.88,-3183.13,44.2152,1.59941,400,10,0,1050,0,0,1), - (12064,3100,1,193,0,924.659,-4363.43,16.4217,2.47834,300,10,0,156,0,0,1), - (12065,3100,1,193,0,1154.45,-5003.49,13.682,1.21759,300,5,0,156,0,0,1), - (12066,10685,1,10015,0,1238.59,-4538.64,20.8351,3.17099,200,3,0,14,0,0,1), - (12067,2567,0,6170,0,-1918.74,-2786.16,71.2197,0.942478,400,0,0,1075,2763,0,0), - (12068,5951,1,1560,0,20.9083,-4808.78,23.6258,3.4437,120,5,0,8,0,0,1), - (12069,2566,0,3193,0,-1923.33,-2804.45,74.1791,1.1903,400,5,0,1403,0,0,1), - (12070,2566,0,3193,0,-1909.23,-2769.52,73.1297,2.73644,400,3,0,1403,0,0,1), - (12071,2761,0,5561,0,-850.903,-3262.96,78.2393,5.19097,400,5,0,1305,1189,0,1), - (12072,2563,0,1103,0,-1085.99,-3055.88,46.4953,1.5337,400,10,0,1163,0,0,1), - (12073,2566,0,3193,0,-1948.45,-2818.39,77.3947,4.59893,400,5,0,1403,0,0,1), - (12074,2761,0,5561,0,-848.462,-3207.26,82.2388,1.70378,400,5,0,1305,1189,0,1), - (12075,2566,0,3193,0,-1961.04,-2795.6,81.3171,3.34991,400,5,0,1403,0,0,1), - (12076,2566,0,3193,0,-1920.96,-2777.43,71.4667,5.72468,400,0,0,1403,0,0,0), - (12077,2762,0,5490,0,-1318.93,-2742.73,59.8839,4.94884,400,10,0,1305,1486,0,1), - (12078,2762,0,5490,0,-1342.75,-2738.18,59.0828,4.96474,400,5,0,1305,1486,0,1), - (12079,2567,0,6170,0,-1981.89,-2773.34,81.3213,2.0549,400,5,0,1075,2763,0,1), - (12080,2762,0,5490,0,-1356.53,-2731.87,58.5652,1.42319,400,5,0,1305,1486,0,1), - (12081,2566,0,3193,0,-1955.77,-2778.44,79.8171,0.901862,400,5,0,1403,0,0,1), - (12082,6145,1,4878,0,1463.23,-5013.32,-24.2837,2.38451,120,10,0,42,0,0,1), - (12083,3300,1,1206,0,130.686,-4076.38,51.5468,5.96329,120,5,0,1,0,0,1), - (12084,10685,1,10015,0,1266.92,-4234.52,26.5877,2.88785,200,5,0,14,0,0,1), - (12085,3300,1,1206,0,627.793,-4295.55,17.8019,4.77883,120,10,0,1,0,0,1), - (12086,5951,1,1560,0,1227.76,-4024.97,19.3046,2.61254,120,5,0,8,0,0,1), - (12087,6145,1,4878,0,112.299,-5199.4,-14.1885,4.50705,120,10,0,42,0,0,1), - (12088,1976,0,3167,0,-8530.34,695.554,97.6074,3.74562,25000,0,0,5079,0,0,2), - (12089,3099,1,381,0,428.823,-4405.92,40.966,2.19322,300,5,0,120,0,0,1), - (12090,3099,1,381,0,-497.03,-4690.69,37.2641,2.6358,300,10,0,120,0,0,1), - (12091,3099,1,381,0,544.12,-4838.42,33.1617,4.18067,300,5,0,120,0,0,1), - (12092,3099,1,381,0,-513.408,-4696.69,36.5647,5.46724,300,10,0,120,0,0,1), - (12093,1976,0,3167,0,-8605.83,862.834,96.6586,0.770742,350,0,0,5079,0,0,2), - (12094,3099,1,381,0,-173.371,-4812.66,27.0133,1.28981,300,5,0,120,0,0,1), - (12095,424,0,551,0,-9749.78,-2250.4,61.8218,4.83585,300,10,0,356,0,0,1), - (12096,3099,1,381,0,515.935,-4516.2,49.7147,2.98255,300,5,0,120,0,0,1), - (12097,3099,1,381,0,176.708,-4444.47,35.632,5.5116,300,10,0,120,0,0,1), - (12098,2762,0,5490,0,-1351.79,-2747.35,59.0828,2.97203,400,5,0,1305,1486,0,1), - (12099,2592,0,9587,0,-1467.87,-2155.01,18.4125,4.94222,400,5,0,1604,0,0,1), - (12100,2554,0,3991,0,-1590.07,-3321.7,31.0902,2.51484,400,5,0,1163,0,0,1), - (12101,3099,1,381,0,258.573,-4890.93,18.0308,3.56676,300,5,0,120,0,0,1), - (12102,3099,1,381,0,127.476,-4226.04,51.0778,4.8509,300,10,0,120,0,0,1), - (12103,3099,1,381,0,-686.186,-4821.91,35.702,3.83509,300,10,0,120,0,0,1), - (12104,3100,1,193,0,984.351,-4974.47,15.0182,1.60106,300,5,0,156,0,0,1), - (12105,3100,1,193,0,1127,-4983.91,19.5138,6.24022,300,5,0,156,0,0,1), - (12106,3100,1,193,0,790.821,-3985.48,24.7213,4.96009,300,5,0,156,0,0,1), - (12107,3100,1,193,0,716.31,-3847.78,19.8554,2.24447,300,5,0,156,0,0,1), - (12108,3100,1,193,0,1360.49,-4484.77,27.7505,2.03444,300,5,0,156,0,0,1), - (12109,3100,1,193,0,1141.19,-4818.62,17.9146,1.17996,300,5,0,156,0,0,1), - (12110,3100,1,193,0,86.0148,-3999.21,46.5746,2.56442,300,5,0,156,0,0,1), - (12111,3100,1,193,0,1207.81,-4931.38,17.1661,1.749,300,5,0,156,0,0,1), - (12112,3100,1,193,0,1052.25,-4248.49,18.9622,2.40798,300,10,0,156,0,0,1), - (12113,3100,1,193,0,1456.47,-4913.08,8.27247,6.03408,300,5,0,156,0,0,1), - (12114,3300,1,1206,0,219.689,-4614.9,17.0433,4.46362,120,5,0,1,0,0,1), - (12115,6145,1,4878,0,-673.017,-5250.22,-12.9315,1.66661,120,10,0,42,0,0,1), - (12116,5951,1,1560,0,1326.23,-4676.07,24.9263,6.22927,120,5,0,8,0,0,1), - (12117,6145,1,4878,0,287.644,-5286.85,-16.7941,0.323954,120,10,0,42,0,0,1), - (12118,10685,1,10015,0,742.637,-4265.6,17.4099,4.1675,200,3,0,14,0,0,1), - (12119,10685,1,10015,0,748.166,-4279.31,18.1599,2.7973,200,3,0,14,0,0,1), - (12120,5951,1,1560,0,1181.05,-4219.46,23.9175,2.40812,120,0,0,8,0,0,0), - (12121,3300,1,1206,0,185.165,-4155.59,46.022,2.55418,120,10,0,1,0,0,1), - (12122,6145,1,4878,0,-719.988,-5426.94,-4.14204,1.26665,120,10,0,42,0,0,1), - (12123,3099,1,381,0,544.057,-3977.39,19.0682,5.47293,300,10,0,120,0,0,1), - (12124,3099,1,381,0,-17.9955,-4661.04,37.2567,2.46242,300,10,0,120,0,0,1), - (12125,3099,1,381,0,457.622,-4376.38,36.3021,6.0183,300,5,0,120,0,0,1), - (12126,3100,1,193,0,-12.8648,-4047.54,60.3533,5.32106,300,5,0,156,0,0,1), - (12127,3100,1,193,0,1188.5,-4219.9,24.6479,0.246637,300,10,0,156,0,0,1), - (12128,3100,1,193,0,1158.73,-4491.68,20.7351,0.430301,300,10,0,156,0,0,1), - (12129,3100,1,193,0,1022.03,-4330.38,16.8225,4.51826,300,5,0,156,0,0,1), - (12130,5951,1,1560,0,-841.311,-4798.64,21.4665,0.875308,120,5,0,8,0,0,1), - (12131,6145,1,4878,0,-1047.87,-5041.03,-9.89081,1.80774,120,10,0,42,0,0,1), - (12132,6145,1,4878,0,-13.8299,-5387.71,-13.719,4.2146,120,10,0,42,0,0,1), - (12133,3300,1,1206,0,808.906,-4992.82,11.6878,0.624675,120,5,0,1,0,0,1), - (12134,5951,1,1560,0,748.274,-4860.77,31.8674,0.919091,120,5,0,8,0,0,1), - (12135,10685,1,10015,0,1247.96,-4514.62,21.7191,2.28008,200,5,0,14,0,0,1), - (12136,5951,1,1560,0,509.314,-4072.79,27.6293,5.18651,120,5,0,8,0,0,1), - (12137,3300,1,1206,0,1142.5,-4105.74,18.8877,0.898303,120,5,0,1,0,0,1), - (12138,6145,1,4878,0,-84.6329,-5286.65,-12.4048,3.94196,120,10,0,42,0,0,1), - (12139,5951,1,1560,0,-494.774,-4337.04,38.654,6.04483,120,5,0,8,0,0,1), - (12140,3300,1,1206,0,-734.956,-5018.11,17.2524,5.56693,120,5,0,1,0,0,1), - (12141,10685,1,10015,0,1244.47,-4551.34,20.9601,4.2353,200,3,0,14,0,0,1), - (12142,6145,1,4878,0,249.882,-5201.97,-13.2683,2.87646,120,10,0,42,0,0,1), - (12143,3300,1,1206,0,-452.442,-4429.01,51.3504,2.99708,120,10,0,1,0,0,1), - (12144,5951,1,1560,0,198.329,-4231.71,45.0838,4.98869,120,5,0,8,0,0,1), - (12145,6145,1,4878,0,432.397,-5225.85,-17.8752,1.54137,120,10,0,42,0,0,1), - (12146,3300,1,1206,0,1046.83,-4103.85,18.2137,3.94088,120,5,0,1,0,0,1), - (12147,10685,1,10015,0,1252.73,-4543.59,20.8351,1.43647,200,3,0,14,0,0,1), - (12148,5951,1,1560,0,205.012,-5060.46,13.6258,0.796973,120,5,0,8,0,0,1), - (12149,5951,1,1560,0,-630.041,-4896.66,30.26,0.805863,120,10,0,8,0,0,1), - (12150,3300,1,1206,0,1029.39,-4047.15,18.6835,3.76967,120,5,0,1,0,0,1), - (12151,5951,1,1560,0,304.09,-5070.64,8.58249,5.45599,120,5,0,8,0,0,1), - (12152,3300,1,1206,0,192.992,-4035.16,46.1641,0.324484,120,5,0,1,0,0,1), - (12153,5951,1,1560,0,-562.988,-4832.2,35.9989,1.94487,120,10,0,8,0,0,1), - (12154,10685,1,10015,0,746.692,-4268.77,17.4099,4.66608,200,3,0,14,0,0,1), - (12155,3300,1,1206,0,903.469,-4994.7,7.56755,0.108174,120,10,0,1,0,0,1), - (12156,10685,1,10015,0,1264.97,-4220.59,26.6097,1.38081,200,5,0,14,0,0,1), - (12157,10685,1,10015,0,744.463,-4272.11,17.5349,2.67798,200,3,0,14,0,0,1), - (12164,6489,189,5231,0,1749.61,1247.4,18.1576,0.051613,3600,0,0,3171,0,0,0), - (12165,3454,1,1863,0,-2214.33,-3779.01,130.863,4.74363,180,0,0,449,0,0,0), - (12166,3455,1,1864,0,-2087.68,-3500.49,130.085,0.335198,180,0,0,449,0,0,0), - (12167,3125,1,2486,0,284.559,-5082.87,9.10461,5.91688,200,10,0,102,0,0,1), - (12168,3100,1,193,0,449.76,-3889.83,23.7893,4.71044,300,10,0,156,0,0,1), - (12169,3101,1,0,0,-93.5185,-4294.79,60.9882,3.86485,200,0,0,70,79,0,2), - (12170,5891,1,12110,0,-3031.36,-720.833,44.8901,3.04866,120,0,0,644,0,0,0), - (12171,5890,1,1128,0,-871.527,-4305.86,76.0244,6.28066,120,5,0,64,0,0,1), - (12172,5890,1,1128,0,-2999.83,-727.16,44.9812,6.17854,120,20,0,64,0,0,1), - (12173,5890,1,1128,0,-3018.78,-687.172,42.187,5.45912,120,20,0,64,0,0,1), - (105972,8718,0,0,0,-11891,-3199,-14,0.175,6300,0,0,48832,0,0,0), - (12175,5890,1,1128,0,-3039.04,-740.04,43.3674,0.563712,120,20,0,64,0,0,1), - (12176,3099,1,381,0,-721.736,-4630.73,39.8793,5.20051,300,10,0,120,0,0,1), - (12178,3098,1,503,0,-319.209,-4317.22,54.7874,4.13306,120,5,0,42,0,0,1), - (12179,3300,1,1206,0,-432.987,-4234.34,53.3792,5.87815,120,5,0,1,0,0,1), - (12180,3300,1,1206,0,-296.813,-4287.95,61.4483,0.187595,120,5,0,1,0,0,1), - (12181,3098,1,503,0,-476.114,-4255.08,46.1353,5.24222,120,10,0,42,0,0,1), - (12182,3195,1,4188,0,776.376,-4756.83,37.4377,4.89759,300,5,0,156,0,0,1), - (12183,3195,1,4189,0,823.937,-4747.32,36.0367,3.24997,300,0,0,156,0,0,0), - (12184,3199,1,4195,0,863.606,-4733.89,34.1155,1.94788,300,0,0,178,382,0,0), - (12185,3195,1,4188,0,858.907,-4786.1,37.0383,0.450417,300,0,0,156,0,0,0), - (12186,3195,1,4188,0,828.064,-4766.75,36.8359,0.748984,300,0,0,156,0,0,0), - (12187,3195,1,4189,0,779.311,-4738.29,38.5627,0.699011,300,5,0,156,0,0,1), - (12188,3196,1,4186,0,804.402,-4753.21,36.8738,0.407807,300,0,0,166,178,0,0), - (12189,3098,1,503,0,-281.01,-4322.8,61.7573,5.29926,120,5,0,42,0,0,1), - (12190,3199,1,4194,0,877.988,-4745.62,30.4963,4.67472,300,0,0,178,382,0,0), - (12191,3126,1,2487,0,920.937,-5048.43,4.45522,1.00392,300,10,0,137,0,0,1), - (12192,3101,1,1185,0,-193.396,-4403.29,68.6726,6.21113,200,10,0,70,79,0,1), - (12193,3101,1,1185,0,-210.65,-4419.36,64.7843,5.70493,200,10,0,70,79,0,1), - (12194,3101,1,1185,0,-210.927,-4448.35,68.2828,1.36713,200,5,0,70,79,0,1), - (12195,3196,1,4187,0,862.303,-4755.56,39.0076,1.88079,300,0,0,166,178,0,0), - (12196,3125,1,2486,0,-646.478,-4928.2,30.3386,0.305683,200,10,0,102,0,0,1), - (12197,3131,1,1533,0,948.611,-4182.74,-8.25159,4.02534,300,5,0,206,240,0,1), - (12198,3131,1,1532,0,947.264,-4206.73,-8.29875,2.17691,300,5,0,206,240,0,1), - (12199,3124,1,2485,0,-261.13,-4373.69,61.5519,0.317264,200,10,0,71,0,0,1), - (12200,3131,1,1533,0,945.767,-4112.83,-11.6364,3.24927,300,3,0,206,240,0,1), - (12201,3098,1,503,0,-351.906,-4384.64,48.7124,1.36532,120,10,0,42,0,0,1), - (12202,3196,1,4187,0,880.983,-4705.74,28.8841,3.93944,300,0,0,166,178,0,0), - (12203,3098,1,503,0,-320.586,-4354.29,54.8292,3.9594,120,10,0,42,0,0,1), - (12204,3199,1,4194,0,901.917,-4705.98,23.7635,3.80687,300,0,0,178,382,0,0), - (12205,3131,1,1532,0,947.709,-4249.95,-6.30324,3.30208,300,5,0,206,240,0,1), - (12206,3131,1,1532,0,971.703,-4229,-8.27848,3.7697,300,5,0,206,240,0,1), - (12207,3098,1,503,0,-414.888,-4341.82,43.1272,2.55533,120,5,0,42,0,0,1), - (12208,3098,1,503,0,-389.932,-4374.94,40.1369,1.75657,120,0,0,42,0,0,0), - (12209,5822,1,4594,0,1492.44,-4753.37,21.1028,4.04916,14400,0,0,624,307,0,0), - (12210,3131,1,1533,0,957.349,-4269.43,-8.19251,2.86512,300,5,0,206,240,0,1), - (12211,3098,1,503,0,-448.447,-4240.06,51.5052,1.43251,120,10,0,42,0,0,1), - (12212,3098,1,503,0,-420.524,-4319.37,44.686,3.76086,120,10,0,42,0,0,1), - (12213,3098,1,503,0,-420.536,-4246.93,50.6249,3.34924,120,5,0,42,0,0,1), - (12214,3131,1,1533,0,950.408,-4151.12,-9.04927,0.658552,300,5,0,206,240,0,1), - (12215,3130,1,2179,0,870.653,-4037.13,-13.2415,4.64142,300,3,0,179,220,0,1), - (12216,3131,1,1533,0,955.581,-4086.62,-11.3931,1.40597,300,3,0,206,240,0,1), - (12217,3131,1,1533,0,917.586,-4018.24,-13.5464,1.96244,300,3,0,206,240,0,1), - (12218,5824,1,1346,0,-94.3403,-4010.99,62.5894,0.418879,14400,0,0,666,0,0,0), - (12219,3131,1,1533,0,978.62,-4052.36,-12.9618,1.05231,300,3,0,206,240,0,1), - (12220,3130,1,2179,0,776.012,-4032.4,-6.29539,2.12497,300,5,0,179,220,0,1), - (12221,5951,1,1560,0,-588.684,-4387.13,43.235,0.542422,120,5,0,8,0,0,1), - (12222,3130,1,2179,0,817.613,-4057.75,-12.9741,5.25093,300,5,0,179,220,0,1), - (12223,3131,1,1532,0,930.449,-4043.55,-13.3189,0.414402,300,3,0,206,240,0,1), - (12224,3123,1,1959,0,1056.48,-4187.47,20.9068,2.95353,300,10,0,156,0,0,1), - (12225,3130,1,2179,0,745.847,-4029.78,-6.55799,2.38135,300,5,0,179,220,0,1), - (12226,3130,1,2179,0,704.714,-4029.92,-6.47961,0.060297,300,5,0,179,220,0,1), - (12227,3116,1,6814,0,742.712,-4485.95,39.666,5.31496,300,5,0,137,0,0,1), - (12228,3130,1,2179,0,723.438,-4030.15,-6.24065,4.61115,300,5,0,179,220,0,1), - (12229,5951,1,1560,0,395.378,-3991.95,31.7945,3.5047,120,5,0,8,0,0,1), - (12230,3110,1,1250,0,499.038,-3779.24,17.1513,0.013957,300,10,0,176,0,0,1), - (12231,3115,1,3012,0,644.679,-4509.12,29.0872,2.24459,300,0,0,137,0,0,0), - (12232,3130,1,2179,0,803.238,-4035.98,-11.3491,3.68179,300,3,0,179,220,0,1), - (12233,3118,1,6815,0,988.622,-4670.71,27.0107,3.62704,300,5,0,186,191,0,1), - (12237,3227,1,787,0,692.011,-4274.71,17.3082,6.18934,300,5,0,198,0,0,1), - (12238,3115,1,3012,0,748.51,-4387.57,19.2612,4.1323,300,10,0,137,0,0,1), - (12239,3116,1,6814,0,746.422,-4454.22,15.7935,5.06903,300,5,0,137,0,0,1), - (12240,3116,1,6814,0,743.619,-4421.42,19.2064,1.54129,300,5,0,137,0,0,1), - (12241,3116,1,6814,0,736.727,-4435.51,18.4716,5.88955,300,5,0,137,0,0,1), - (12242,3116,1,6814,0,730.406,-4471.12,15.7607,4.34448,300,5,0,137,0,0,1), - (12243,3115,1,3012,0,678.607,-4510.79,14.9557,2.71529,300,5,0,137,0,0,1), - (12244,3115,1,3012,0,716.682,-4353.27,18.8379,4.46779,300,10,0,137,0,0,1), - (12245,3115,1,3012,0,669.175,-4535.78,8.95567,4.59208,300,5,0,137,0,0,1), - (12246,3115,1,3012,0,697.126,-4505.01,13.0807,2.91775,300,5,0,137,0,0,1), - (12247,3115,1,3012,0,711.49,-4486.62,15.6357,3.22314,300,5,0,137,0,0,1), - (12248,3227,1,787,0,1107.78,-4065.56,14.6708,0.796682,300,10,0,198,0,0,1), - (12249,3118,1,6815,0,1020.36,-4823.5,15.9218,2.51941,300,3,0,186,191,0,1), - (12250,3118,1,6815,0,1046.03,-4778.52,14.0468,6.05371,300,5,0,186,191,0,1), - (12251,3117,1,2166,0,945.736,-4820.83,16.8331,3.90105,300,3,0,176,0,0,1), - (12252,3118,1,6815,0,1053.67,-4712.36,16.1625,5.47776,300,5,0,186,191,0,1), - (12253,3118,1,6815,0,1103.62,-4698.06,17.3793,2.96546,300,3,0,186,191,0,1), - (12254,3117,1,2166,0,1055.75,-4751.77,16.2219,4.43359,300,5,0,176,0,0,1), - (12255,3117,1,2166,0,977.91,-4819.45,17.3065,3.53275,300,3,0,176,0,0,1), - (12256,3117,1,2166,0,1076.21,-4718.31,13.8847,1.65542,300,5,0,176,0,0,1), - (12257,3118,1,6815,0,1131.94,-4673.4,17.7543,2.27283,300,3,0,186,191,0,1), - (12258,3117,1,2166,0,925.645,-4810.8,14.9581,6.14487,300,5,0,176,0,0,1), - (12259,3100,1,193,0,620.225,-4003.89,5.77349,1.21853,300,5,0,156,0,0,1), - (12260,5808,1,9444,0,-918.928,-4494.03,29.6457,3.01942,14400,0,0,176,0,0,0), - (12261,3117,1,2166,0,844.778,-4821.34,11.3737,3.90942,300,5,0,176,0,0,1), - (12262,3098,1,503,0,-509.872,-4377.28,45.7495,3.56854,120,5,0,42,0,0,1), - (12263,3281,1,2864,0,-547.335,-4103.85,70.0987,6.07659,200,0,0,86,0,0,0), - (12264,3125,1,2486,0,-121.162,-4709.15,28.195,0.263307,200,5,0,102,0,0,1), - (12265,3099,1,381,0,-191.507,-4670.98,33.6052,3.12011,300,10,0,120,0,0,1), - (12266,3128,1,3734,0,-128.271,-4958.23,20.2083,4.00808,200,10,0,101,220,0,1), - (12267,3129,1,1860,0,-78.0601,-5110.51,17.0959,0.738431,300,10,0,125,220,0,1), - (12275,3129,1,1860,0,-120.032,-5131.44,21.6015,5.32546,300,5,0,125,220,0,1), - (12276,3129,1,1862,0,-146.828,-5106.02,21.3111,5.58744,300,10,0,125,220,0,1), - (12277,3125,1,2486,0,65.0834,-5017.19,10.4039,3.16893,200,5,0,102,0,0,1), - (12278,3118,1,6815,0,1137.51,-4689.39,18.0381,3.0203,300,3,0,186,191,0,1), - (12279,3117,1,2166,0,1008.14,-4812.83,16.3155,2.89725,300,3,0,176,0,0,1), - (12280,3117,1,2166,0,826.808,-4813.78,11.2454,1.93247,300,5,0,176,0,0,1), - (12281,3117,1,2166,0,1036.55,-4801.56,13.5467,2.01694,300,5,0,176,0,0,1), - (12282,3115,1,3012,0,836.883,-4604.06,4.14846,3.06609,300,5,0,137,0,0,1), - (12283,3118,1,6815,0,1096.48,-4676.93,16.547,5.19715,300,3,0,186,191,0,1), - (12284,3116,1,6814,0,846.324,-4677.83,10.7134,1.21235,300,10,0,137,0,0,1), - (12285,3126,1,2487,0,212.425,-4081.03,44.7797,2.6535,300,5,0,137,0,0,1), - (12286,3102,1,850,0,-101.987,-4304.45,62.3086,3.38476,200,3,0,72,0,0,1), - (12287,3126,1,2487,0,123.5,-4057.29,49.4281,2.25814,300,10,0,137,0,0,1), - (12288,3128,1,3735,0,-209.532,-4982.4,21.5041,0.752623,200,5,0,101,220,0,1), - (12289,3110,1,1250,0,-348.614,-3888.38,16.8497,5.1935,300,10,0,176,0,0,1), - (12290,3101,1,1185,0,-88.303,-4285.01,62.0652,4.09696,200,3,0,70,79,0,1), - (12291,3128,1,3735,0,-255.313,-5010.76,22.1318,2.83695,200,0,0,101,220,0,0), - (12292,3128,1,3735,0,-87.4879,-4920.75,18.605,0.759671,200,5,0,101,220,0,1), - (12293,3128,1,3734,0,-259.423,-5018.76,22.1559,2.13929,200,0,0,101,220,0,0), - (12294,3129,1,1862,0,-178.005,-5108.49,22.1404,3.964,300,0,0,125,220,0,0), - (12295,3129,1,1860,0,-191.936,-5113.18,22.104,1.83978,300,0,0,125,220,0,0), - (12296,3129,1,1862,0,-149.138,-5035.27,21.9753,1.76718,300,0,0,125,220,0,0), - (12297,3126,1,2487,0,446.878,-4518.25,51.6458,2.99251,300,5,0,137,0,0,1), - (12298,3129,1,1862,0,-141.465,-5003.08,22.1861,4.44902,300,5,0,125,220,0,1), - (12299,3113,1,6088,0,495.607,-4170.69,25.7837,5.75703,300,5,0,148,165,0,1), - (12300,3129,1,1862,0,-151.218,-5087.12,21.4715,4.39797,300,10,0,125,220,0,1), - (12301,3113,1,6088,0,483.502,-4148.08,24.8225,6.03896,300,5,0,148,165,0,1), - (12302,3129,1,1860,0,-87.9146,-5018.34,16.5591,3.86208,300,10,0,125,220,0,1), - (12303,3183,1,1876,0,-58.1846,-4220.64,62.3418,4.98307,200,0,0,98,138,0,0), - (12304,3128,1,3735,0,-119.671,-4988.08,19.4948,4.19106,200,10,0,101,220,0,1), - (12305,3111,1,1218,0,82.9627,-4643.34,37.4577,0.69553,300,5,0,120,0,0,1), - (12306,3112,1,1252,0,70.3385,-4597.89,52.774,6.1741,300,5,0,137,0,0,1), - (12307,3112,1,1252,0,76.3949,-4578.71,56.6506,0.64357,300,5,0,137,0,0,1), - (12308,3128,1,3735,0,-192.284,-4996.99,22.5548,0.237846,200,0,0,101,220,0,0), - (12309,3112,1,1252,0,92.4038,-4572.77,56.7136,1.49199,300,5,0,137,0,0,1), - (12310,3300,1,1206,0,101.863,-4664.55,33.3511,4.62611,120,5,0,1,0,0,1), - (12311,3111,1,1218,0,78.5015,-4623.69,44.1086,5.08336,300,5,0,120,0,0,1), - (12312,3099,1,381,0,-61.8657,-4828.86,22.8456,1.96017,300,5,0,120,0,0,1), - (12313,3111,1,1218,0,89.8585,-4548.56,56.8221,5.77515,300,5,0,120,0,0,1), - (12314,3112,1,1252,0,77.7998,-4562.97,55.3221,0.793935,300,5,0,137,0,0,1), - (12315,3111,1,1218,0,85.4167,-4543.75,58.0721,0.172791,300,5,0,120,0,0,1), - (12316,3112,1,1252,0,124.53,-4582.72,63.7189,0.157053,300,5,0,137,0,0,1), - (12317,3112,1,1252,0,121.581,-4477.19,37.9417,0.57122,300,5,0,137,0,0,1), - (12318,3111,1,1218,0,110.593,-4572.87,58.2189,3.74363,300,5,0,120,0,0,1), - (12319,3125,1,2486,0,19.2551,-4813.54,23.2508,2.94343,200,5,0,102,0,0,1), - (12320,3112,1,1252,0,52.693,-4613.99,46.7336,0.742624,300,5,0,137,0,0,1), - (12321,3125,1,2486,0,-706.37,-5014.12,17.3949,3.1391,200,10,0,102,0,0,1), - (12322,5823,1,2491,0,7.38613,-3980.17,51.9434,0.606317,14400,0,0,222,0,0,0), - (12323,3113,1,6088,0,406.918,-4288.94,30.3293,2.10131,300,5,0,148,165,0,1), - (12324,3113,1,6088,0,380.849,-4282.82,25.978,2.69221,300,10,0,148,165,0,1), - (12325,6466,1,5205,0,1637.52,-4438.05,15.4898,2.07694,300,0,0,236,0,0,0), - (12326,3113,1,6088,0,413.141,-4243.35,27.0356,2.38263,300,3,0,148,165,0,1), - (12327,3100,1,193,0,1353.44,-4616.96,26.4937,2.70591,300,5,0,156,0,0,1), - (12328,3114,1,1964,0,427.358,-4215.38,24.5284,3.59049,300,3,0,176,0,0,1), - (12329,3300,1,1206,0,298.04,-4268.98,31.1493,4.05979,120,5,0,1,0,0,1), - (12330,3113,1,6088,0,424.512,-4228.85,25.1545,1.2222,300,3,0,148,165,0,1), - (12331,3128,1,3734,0,-243.801,-4996.51,21.3111,4.89723,200,0,0,101,220,0,0), - (12332,3114,1,1964,0,348.268,-4282.86,23.7379,3.7854,300,10,0,176,0,0,1), - (12333,3114,1,1964,0,380.718,-4248.74,24.6459,2.59745,300,5,0,176,0,0,1), - (12334,3125,1,2486,0,286.425,-4947.95,22.0564,0.37362,200,5,0,102,0,0,1), - (12335,3100,1,193,0,1015.87,-5012.18,13.9331,3.43277,300,5,0,156,0,0,1), - (12336,3129,1,1860,0,-252.393,-5118.68,42.6406,4.48888,300,0,0,125,220,0,0), - (12337,3099,1,381,0,33.6282,-4164.96,67.9828,3.89937,300,5,0,120,0,0,1), - (12338,3128,1,3735,0,-208.333,-5025,21.7622,4.82745,200,10,0,101,220,0,1), - (12339,3099,1,381,0,88.5582,-4780.85,20.1313,0.058641,300,5,0,120,0,0,1), - (12340,3100,1,193,0,1176.96,-4412.65,21.6106,3.62086,300,5,0,156,0,0,1), - (12341,3129,1,1860,0,-252.959,-5104.31,41.3467,1.31538,300,3,0,125,220,0,1), - (12342,3128,1,3734,0,-7.65502,-4982.83,13.485,5.8889,200,10,0,101,220,0,1), - (12343,3119,1,9442,0,-1005.58,-4766.97,12.6655,1.1689,300,10,0,119,0,0,1), - (12344,3119,1,9442,0,-1054.21,-4745.53,16.6612,5.2394,300,10,0,119,0,0,1), - (12345,3300,1,1206,0,-409.7,-4823.61,37.2846,5.9135,120,10,0,1,0,0,1), - (12346,3129,1,1862,0,17.5113,-4951.48,14.3885,4.69752,300,10,0,125,220,0,1), - (12347,3128,1,3735,0,-18.868,-4917.26,16.7475,2.3986,200,5,0,101,220,0,1), - (12348,3128,1,3735,0,-48.0292,-5080.86,10.2239,0.825444,200,10,0,101,220,0,1), - (12349,3128,1,3734,0,-193.487,-5039.54,21.1663,3.41265,200,10,0,101,220,0,1), - (12350,3128,1,3735,0,-47.2603,-5019.83,13.3476,5.72347,200,10,0,101,220,0,1), - (12351,3100,1,193,0,1018.98,-4285.32,21.7484,5.56984,300,5,0,156,0,0,1), - (12352,3121,1,598,0,-1286.12,-5415.65,5.032,2.31512,300,5,0,137,0,0,1), - (12353,3123,1,1959,0,1333.96,-4814.29,24.4838,5.58094,300,5,0,156,0,0,1), - (12354,3128,1,3734,0,-85.9882,-5052.96,16.3209,6.20669,200,10,0,101,220,0,1), - (12355,3127,1,2732,0,1256.58,-4793.38,20.5,0.849024,300,10,0,176,0,0,1), - (12356,3100,1,193,0,548.732,-3881.98,20.2963,4.56939,300,10,0,156,0,0,1), - (12357,3206,1,4077,0,-1243.89,-5513.5,9.4805,0.94187,300,0,0,148,165,0,0), - (12358,3206,1,4076,0,-1253.65,-5534.9,5.25236,5.29332,300,0,0,148,165,0,0), - (12359,3127,1,2732,0,1270.69,-4917.01,9.88924,6.2324,300,10,0,176,0,0,1), - (12360,3123,1,1959,0,502.811,-3867.73,19.9907,5.93425,300,10,0,156,0,0,1), - (12361,3206,1,4077,0,-1270.25,-5516.54,4.98094,4.35964,300,0,0,148,165,0,0), - (12362,3128,1,3734,0,-269.669,-5126.73,24.3418,1.4915,200,5,0,101,220,0,1), - (12363,3123,1,1959,0,430.074,-3899.37,25.4312,2.96873,300,10,0,156,0,0,1), - (12364,3128,1,3735,0,-218.587,-5056.1,21.2766,3.38166,200,5,0,101,220,0,1), - (12365,3123,1,1959,0,1120.63,-4034.2,14.3587,4.55944,300,10,0,156,0,0,1), - (12366,3129,1,1860,0,-242.582,-5112.19,25.2439,3.82558,300,2,0,125,220,0,1), - (12367,3207,1,4080,0,-1134.72,-5544.55,10.623,4.16657,300,0,0,150,165,0,0), - (12368,3127,1,2732,0,1185.49,-4016.61,16.5608,-2.05866,300,10,0,176,0,0,1), - (12369,3100,1,193,0,1182.31,-4325.72,21.4531,0.180981,300,10,0,156,0,0,1), - (12370,3127,1,2732,0,1191.04,-4591.65,18.4584,1.81341,300,10,0,176,0,0,1), - (12371,3127,1,2732,0,1382.05,-4917.68,7.82264,4.59099,300,10,0,176,0,0,1), - (12372,3300,1,1206,0,1206.22,-4340.18,21.3167,1.542,120,5,0,1,0,0,1), - (12373,3100,1,193,0,1153.37,-4349.22,26.3771,6.25784,300,0,0,156,0,0,0), - (12374,3207,1,4079,0,-1141.04,-5542.15,7.372,0.599164,300,0,0,150,165,0,0), - (12375,3192,1,1276,0,-245.52,-5119.95,42.6406,5.88537,300,2,0,156,0,0,1), - (12376,3125,1,2486,0,250.882,-4982.37,19.254,0.367454,200,10,0,102,0,0,1), - (12377,3207,1,4079,0,-1125.52,-5573.58,9.90778,5.45052,300,0,0,150,165,0,0), - (12378,3207,1,4079,0,-1144.54,-5566.72,9.90789,1.19876,300,0,0,150,165,0,0), - (12379,3100,1,193,0,1222.19,-4367.85,28.1284,5.0174,300,5,0,156,0,0,1), - (12380,3206,1,4076,0,-1135.93,-5585.65,10.5047,4.90739,300,0,0,148,165,0,0), - (12381,3100,1,193,0,1119.3,-4317.4,24.9811,5.56757,300,5,0,156,0,0,1), - (12382,3207,1,4080,0,-1136.2,-5563.91,9.90795,1.54613,300,0,0,150,165,0,0), - (12383,3106,1,1307,0,-657.209,-5185.14,-2.7149,0.11152,200,10,0,102,0,0,1), - (12384,5826,1,6113,0,424.321,-4245.13,26.3462,1.74533,14400,0,0,166,178,0,0), - (12385,3098,1,503,0,-479.686,-4280.64,43.8398,6.08916,120,5,0,42,0,0,1), - (12386,3127,1,2732,0,1149.78,-4282.23,21.1547,0.960805,300,10,0,176,0,0,1), - (12387,3300,1,1206,0,1198.32,-4202.5,24.9285,3.9111,120,5,0,1,0,0,1), - (12388,3098,1,503,0,-456.403,-4280.85,41.6329,2.91952,120,5,0,42,0,0,1), - (12389,3103,1,1940,0,-555.171,-5250.68,-13.7383,4.22691,300,10,0,120,0,0,1), - (12390,3128,1,3735,0,-269.383,-5102.15,25.2449,0.50976,200,2,0,101,220,0,1), - (12391,3098,1,503,0,-447.311,-4355.99,46.1737,4.66552,120,5,0,42,0,0,1), - (12392,3129,1,1862,0,-253.491,-5052.29,21.317,1.24354,300,5,0,125,220,0,1), - (12393,3098,1,503,0,-488.73,-4352.5,40.1998,3.52405,120,10,0,42,0,0,1), - (12394,3098,1,503,0,-514.337,-4344.96,38.308,1.7611,120,10,0,42,0,0,1), - (12395,3227,1,787,0,1154.61,-4016.37,16.6161,4.09702,300,10,0,198,0,0,1), - (12397,3125,1,2486,0,-747.245,-4649.64,41.1089,1.13075,200,5,0,102,0,0,1), - (12398,3105,1,1248,0,1079.11,-5149.71,-9.53212,3.30547,300,5,0,156,0,0,1), - (12399,3125,1,2486,0,-781.648,-4611.14,45.3457,1.09142,200,10,0,102,0,0,1), - (12400,3125,1,2486,0,-138.576,-4819.18,23.9827,2.97676,200,5,0,102,0,0,1), - (12402,15214,1,11686,0,1311.11,-4664.86,55.7475,1.42664,120,5,0,25,0,0,1), - (12405,3106,1,1307,0,69.8332,-5423.17,-28.5528,5.94042,200,10,0,102,0,0,1), - (12406,3125,1,2486,0,-79.0009,-4787.46,24.0587,1.52928,200,5,0,102,0,0,1), - (12407,3125,1,2486,0,80.1492,-4814.94,18.7142,1.11149,200,5,0,102,0,0,1), - (12408,3226,1,2488,0,1310.66,-4679.15,21.7369,4.88692,300,0,0,198,0,0,0), - (12409,3125,1,2486,0,-677.986,-4930.12,25.1055,5.28631,200,10,0,102,0,0,1), - (12596,7319,1,6214,0,10950.3,1397.79,1311.63,2.32941,300,5,0,275,249,0,1), - (12601,2555,0,3996,0,-1664.53,-3256.47,25.7662,3.2538,400,5,0,1021,963,0,1), - (12602,3122,1,1960,0,-1104.86,-5148.86,1.4629,5.63553,300,5,0,120,0,0,1), - (12604,14849,0,14914,0,-9581.36,59.2771,61.5242,0.308834,180,0,0,1240,0,0,0), - (12783,6491,0,5233,0,-10602.4,293.623,31.7491,3.09761,25,0,0,7680,0,0,0), - (12836,3106,1,1307,0,415.779,-5213.34,-15.7766,1.62749,200,10,0,102,0,0,1), - (12893,580,0,551,0,-8926.91,-1979.36,140.028,0.488692,300,0,0,494,0,0,0), - (12895,2554,0,3991,0,-1661.81,-3270.73,24.7963,3.91391,400,5,0,1163,0,0,1), - (12896,2589,0,3988,0,-741.614,-2022.72,34.7894,1.70838,400,0,0,1107,0,0,0), - (12897,2554,0,3991,0,-1687.13,-3254.36,25.2944,5.39852,400,5,0,1163,0,0,1), - (12898,2554,0,3991,0,-1614.1,-3274.43,27.3162,1.74574,400,5,0,1163,0,0,1), - (12899,2589,0,3987,0,-823.448,-1983.53,34.1597,1.80913,400,5,0,1107,0,0,1), - (12900,2587,0,3983,0,-812.596,-2028.35,34.4026,4.55558,400,5,0,1163,0,0,2), - (12901,2555,0,3996,0,-1787.69,-3215.57,36.2624,3.53162,400,5,0,1021,963,0,1), - (12902,2554,0,3991,0,-1755.54,-3215.57,30.3793,0.774067,400,5,0,1163,0,0,2), - (12903,2556,0,3998,0,-1895.61,-3341.38,62.2845,1.62793,400,5,0,1279,0,0,1), - (12904,2586,0,3984,0,-848.401,-1981.73,35.9706,1.36644,400,5,0,1050,0,0,1), - (12905,2592,0,9587,0,-1487.69,-2223.82,24.2419,3.60654,400,5,0,1604,0,0,1), - (12906,2589,0,3988,0,-875.226,-2022.61,34.5165,4.38252,400,5,0,1107,0,0,1), - (12907,2587,0,3982,0,-882.812,-2041.15,34.0576,3.11816,400,5,0,1163,0,0,1), - (12908,2555,0,3995,0,-1856.33,-3252.49,44.0941,1.37404,400,5,0,1021,963,0,1), - (12909,2587,0,3983,0,-882.22,-2022.57,34.4813,4.63799,400,5,0,1163,0,0,1), - (12910,2586,0,3984,0,-888.559,-2073.09,35.1964,2.04763,400,5,0,1050,0,0,1), - (12911,2589,0,3988,0,-882.541,-2028.72,34.4464,1.71346,400,5,0,1107,0,0,1), - (12912,2586,0,3984,0,-871.817,-2083.12,35.0714,6.0909,400,5,0,1050,0,0,1), - (12913,3106,1,1307,0,145.836,-5349.61,-10.6658,4.35319,200,10,0,102,0,0,1), - (12914,3125,1,2486,0,-554.579,-4777.85,36.107,5.90087,200,10,0,102,0,0,1), - (12915,3106,1,1307,0,282.905,-5152.91,0.894415,0.982643,200,10,0,102,0,0,1), - (12916,3100,1,193,0,283.734,-3812.65,26.2332,1.33498,300,5,0,156,0,0,1), - (12917,3119,1,9442,0,-999.198,-4554.26,25.6802,3.42161,300,3,0,119,0,0,1), - (12918,3100,1,193,0,1252.83,-4850.85,17.2145,0.044936,300,10,0,156,0,0,1), - (12919,3106,1,1307,0,-396.503,-5279.09,-11.1467,3.38603,200,10,0,102,0,0,1), - (12920,3119,1,9442,0,-984.816,-4503.66,26.8016,2.35067,300,3,0,119,0,0,1), - (12921,3119,1,9442,0,-984.496,-4614.14,25.4188,2.44212,300,10,0,119,0,0,1), - (12925,15214,1,11686,0,1268.49,-4898.24,54.97,1.26268,120,5,0,25,0,0,1), - (12926,3120,1,9443,0,-956.766,-4504.15,26.2437,3.67364,300,5,0,130,138,0,1), - (12927,3104,1,1246,0,-648.596,-5211.55,-9.31795,5.54616,300,10,0,120,0,0,1), - (12928,3106,1,1307,0,-206.62,-5343.49,-8.28776,3.5047,200,10,0,102,0,0,1), - (12929,3125,1,2486,0,132.915,-4918.65,12.9131,0.240713,200,5,0,102,0,0,1), - (12930,3122,1,1960,0,151.262,-4162.34,49.6573,0.283403,300,10,0,120,0,0,1), - (12931,3104,1,1246,0,-1175.52,-5189.02,-7.37558,4.27219,300,10,0,120,0,0,1), - (12932,3119,1,9442,0,-964.186,-4481.59,25.8882,1.91045,300,3,0,119,0,0,1), - (12933,3116,1,6814,0,1121,-4544.22,18.1416,1.65747,300,10,0,137,0,0,1), - (12934,3115,1,3012,0,661.947,-4599.93,-0.391483,1.62726,300,5,0,137,0,0,1), - (12935,3117,1,2166,0,880.661,-4815.5,14.807,2.80792,300,3,0,176,0,0,1), - (12936,3118,1,6815,0,953.471,-4771.75,23.5511,2.39116,300,5,0,186,191,0,1), - (12937,3117,1,2166,0,935.446,-4781.74,21.9261,1.02392,300,5,0,176,0,0,1), - (12938,3117,1,2166,0,1072.86,-4681.6,13.8102,0.597732,300,5,0,176,0,0,1), - (12939,3116,1,6814,0,866.723,-4633.01,13.9123,1.309,300,0,0,137,0,0,0), - (12940,3104,1,1246,0,-861.486,-5146.85,-6.32345,2.57907,300,10,0,120,0,0,1), - (12941,3106,1,1307,0,-1115.69,-4787.79,2.79105,5.54892,200,10,0,102,0,0,1), - (12942,3119,1,9442,0,-1083.06,-4716.26,15.5697,0.097727,300,10,0,119,0,0,1), - (12943,3099,1,381,0,-176.27,-4848.81,21.6146,3.59203,300,5,0,120,0,0,1), - (12944,3106,1,1307,0,-1118.72,-4748.75,1.60479,2.88565,200,10,0,102,0,0,1), - (12945,3106,1,1307,0,-1151.48,-4718.65,-7.07198,3.81715,200,10,0,102,0,0,1), - (12946,3106,1,1307,0,263.487,-5184.92,-8.68706,5.76622,200,10,0,102,0,0,1), - (12947,3125,1,2486,0,-17.9669,-4769.81,25.2121,3.4207,200,5,0,102,0,0,1), - (12948,3106,1,1307,0,-1117.79,-4813.51,-0.318909,1.95517,200,10,0,102,0,0,1), - (12949,3103,1,1940,0,-1256.84,-5110.69,-2.76829,5.13803,300,10,0,120,0,0,1), - (12950,3106,1,1307,0,-1121.4,-4723.77,0.891993,5.32343,200,10,0,102,0,0,1), - (12951,3196,1,4186,0,848.081,-4771.15,37.3687,0.915698,300,0,0,166,178,0,0), - (12952,3098,1,503,0,-487.311,-4213.77,50.1885,2.7969,120,5,0,42,0,0,1), - (12953,3103,1,1940,0,-1184.38,-4748.11,-8.84738,2.54383,300,10,0,120,0,0,1), - (12954,16109,0,16009,0,1696.74,189.555,-62.1733,2.1594,25,0,0,53,0,0,0), - (12955,3104,1,1246,0,-1112.06,-4874.9,-11.5298,1.0904,300,10,0,120,0,0,1), - (12956,3196,1,4187,0,861.024,-4715.78,32.4921,2.41886,300,0,0,166,178,0,0), - (12957,3106,1,1307,0,-1153.62,-4687.12,-5.44698,3.83381,200,10,0,102,0,0,1), - (12958,3106,1,1307,0,-1009.4,-4890.24,1.63781,0.477747,200,10,0,102,0,0,1), - (12959,3104,1,1246,0,-714.954,-5151.59,-2.91735,4.68708,300,10,0,120,0,0,1), - (12960,3098,1,503,0,-516.59,-4286.81,40.0634,5.20659,120,10,0,42,0,0,1), - (12961,3106,1,1307,0,-1021.34,-4915.17,-3.78212,5.97744,200,10,0,102,0,0,1), - (12962,3106,1,1307,0,-1150.91,-4852.97,-9.56159,4.63622,200,10,0,102,0,0,1), - (12963,3103,1,1940,0,14.311,-5219.2,-13.0752,6.03824,300,10,0,120,0,0,1), - (12964,3115,1,3012,0,923.345,-4614.37,18.1378,4.06662,300,0,0,137,0,0,0), - (12965,3098,1,503,0,-486.307,-4314.94,43.5488,3.98066,120,5,0,42,0,0,1), - (12966,3098,1,503,0,-449.98,-4314.05,45.8115,0.31945,120,10,0,42,0,0,1), - (12968,3125,1,2486,0,249.331,-4915.08,20.4446,1.65686,200,10,0,102,0,0,1), - (12969,3125,1,2486,0,41.419,-4856.5,18.8172,0.117801,200,5,0,102,0,0,1), - (12970,3125,1,2486,0,-815.818,-4781.79,23.1941,3.73485,200,5,0,102,0,0,1), - (12971,3106,1,1307,0,-1073.27,-4881.63,-3.47997,5.45913,200,10,0,102,0,0,1), - (12972,3099,1,381,0,181.171,-4787.45,14.7097,4.91619,300,5,0,120,0,0,1), - (12973,3098,1,503,0,-385.317,-4351.71,41.3647,2.38644,120,5,0,42,0,0,1), - (12974,3098,1,503,0,-412.563,-4382.79,39.2734,4.54908,120,5,0,42,0,0,1), - (12975,3106,1,1307,0,-980.695,-4951.13,2.18266,3.89823,200,10,0,102,0,0,1), - (12976,3098,1,503,0,-414.492,-4277.36,42.9012,0.83101,120,5,0,42,0,0,1), - (12977,3125,1,2486,0,-451.499,-4820.5,38.2678,4.0887,200,10,0,102,0,0,1), - (12978,3103,1,1940,0,-1183.86,-4680.59,-10.2516,1.93137,300,10,0,120,0,0,1), - (12979,3103,1,1940,0,-1012.46,-4994.26,-6.20651,5.09201,300,10,0,120,0,0,1), - (12980,3125,1,2486,0,-1021.26,-4858.54,10.0914,4.92695,200,10,0,102,0,0,1), - (12981,3106,1,1307,0,-985.224,-4987.36,-0.373544,2.40863,200,10,0,102,0,0,1), - (12982,3099,1,381,0,121.255,-4722.92,20.2642,0.626107,300,10,0,120,0,0,1), - (12983,3106,1,1307,0,-943.098,-4986.07,6.46365,1.3696,200,10,0,102,0,0,1), - (12984,3099,1,381,0,-945.482,-4698.85,22.708,3.05169,300,10,0,120,0,0,1), - (12985,3124,1,2485,0,-320.45,-4153.63,53.2861,0.893706,200,10,0,71,0,0,1), - (12986,6145,1,4878,0,142.716,-5281.61,-9.99255,0.422947,120,10,0,42,0,0,1), - (12987,3124,1,2485,0,-350.135,-4113.14,50.8045,0.226893,200,10,0,71,0,0,1), - (12988,3125,1,2486,0,208.736,-4882.42,14.6597,6.22455,200,10,0,102,0,0,1), - (12989,3106,1,1307,0,82.8563,-5284.09,-21.841,4.65565,200,10,0,102,0,0,1), - (12990,3121,1,598,0,-1012.25,-5144.59,2.50305,5.90115,300,5,0,137,0,0,1), - (12991,3122,1,1960,0,-945.296,-5210.26,2.34282,5.01002,300,5,0,120,0,0,1), - (12992,3121,1,598,0,-1092.71,-5170.71,1.18827,2.76661,300,5,0,137,0,0,1), - (12993,3099,1,381,0,-397.917,-4812.84,37.283,1.5708,300,10,0,120,0,0,1), - (12994,3121,1,598,0,-1177.98,-5114.76,3.25374,0.668331,300,5,0,137,0,0,1), - (12995,3121,1,598,0,-1127.64,-5126.02,3.52817,0.390639,300,10,0,137,0,0,1), - (12996,3121,1,598,0,-1319.94,-5180,1.356,3.81678,300,5,0,137,0,0,1), - (12997,3122,1,1960,0,-1148.28,-5102.96,4.25242,3.70393,300,5,0,120,0,0,1), - (12998,3129,1,1860,0,-230.775,-5123.68,42.5604,4.53786,300,0,0,125,220,0,2), - (12999,3106,1,1307,0,88.5314,-5352.77,-12.5145,5.77773,200,10,0,102,0,0,1), - (13000,3129,1,1860,0,-191.896,-5092.67,22.1366,1.48353,300,0,0,125,220,0,0), - (13001,3205,1,4078,0,-1286.96,-5534.33,15.202,2.68693,300,5,0,186,191,0,2), - (13002,3125,1,2486,0,-327.766,-4760.08,36.7095,6.08023,200,5,0,102,0,0,1), - (13003,3122,1,1960,0,-1349.64,-5127.29,2.48994,4.06915,300,10,0,120,0,0,1), - (13004,3106,1,1307,0,-1015.59,-4946.77,-4.43157,2.16484,200,10,0,102,0,0,1), - (13005,3103,1,1940,0,151.385,-5280.08,-10.2197,1.57372,300,10,0,120,0,0,1), - (13006,3121,1,598,0,-1350.45,-5215.19,3.8588,2.02042,300,5,0,137,0,0,1), - (13007,3207,1,4079,0,-1317.58,-5520.55,4.22827,4.96224,300,5,0,150,165,0,1), - (13008,3121,1,598,0,-1384.28,-5185.67,2.32902,3.91514,300,10,0,137,0,0,1), - (13009,3106,1,1307,0,80.2951,-5152.26,-1.02294,3.57418,200,10,0,102,0,0,1), - (13010,3121,1,598,0,-1411.09,-5210.54,4.25019,1.26129,300,5,0,137,0,0,1), - (13011,3106,1,1307,0,-1082.13,-4850.85,3.17436,6.10263,200,10,0,102,0,0,1), - (13012,3121,1,598,0,-1413.26,-5152.44,2.84778,6.11791,300,5,0,137,0,0,1), - (13013,5951,1,1560,0,-292.734,-4178.04,52.6329,1.31399,120,10,0,8,0,0,1), - (13014,3106,1,1307,0,-987.052,-4920.34,0.995402,6.19976,200,10,0,102,0,0,1), - (13015,3106,1,1307,0,149.939,-5152.86,1.02443,6.19592,200,0,0,102,0,0,0), - (13016,3207,1,4080,0,-1251.06,-5582.51,8.08332,5.48795,300,3,0,150,165,0,1), - (13017,3119,1,9442,0,-916.154,-4749.1,21.2628,2.42722,300,10,0,119,0,0,1), - (13018,3207,1,4079,0,-1220.26,-5552.95,5.53587,5.84137,300,3,0,150,165,0,1), - (13019,3207,1,4080,0,-1221.02,-5512.09,5.60975,3.18255,300,5,0,150,165,0,1), - (13020,3207,1,4080,0,-1187.5,-5512.5,5.6852,2.17714,300,5,0,150,165,0,1), - (13021,3206,1,4077,0,-1110.47,-5447.91,9.71767,1.55628,300,5,0,148,165,0,1), - (13022,3125,1,2486,0,-886.264,-4782.01,20.216,3.31259,200,5,0,102,0,0,1), - (13023,3106,1,1307,0,-1088.46,-4820.06,4.84342,4.39695,200,10,0,102,0,0,1), - (13024,3207,1,4079,0,-1152.97,-5446.21,8.70802,4.72997,300,10,0,150,165,0,1), - (13025,3098,1,503,0,-308.834,-4217.85,52.5989,2.77551,120,5,0,42,0,0,1), - (13026,3207,1,4079,0,-1138.31,-5597.88,7.7215,3.24477,300,0,0,150,165,0,0), - (13027,3206,1,4077,0,-1102.46,-5526.49,11.773,5.0943,300,0,0,148,165,0,0), - (13028,3124,1,2485,0,-427.062,-4080.09,49.5018,2.75415,200,10,0,71,0,0,1), - (13029,3124,1,2485,0,-415.359,-4055.64,52.2608,4.64114,200,5,0,71,0,0,1), - (13030,3206,1,4076,0,-1094.85,-5579.36,11.1797,0.53464,300,5,0,148,165,0,1), - (13031,3124,1,2485,0,-448.071,-4082.53,53.1445,5.99819,200,5,0,71,0,0,1), - (13032,3206,1,4076,0,-1084.12,-5548.47,10.2811,1.85226,300,0,0,148,165,0,0), - (13033,3207,1,4079,0,-1248.95,-5480.5,5.21741,3.41997,300,3,0,150,165,0,1), - (13034,3124,1,2485,0,-410.204,-4120.98,50.2176,4.26844,200,10,0,71,0,0,1), - (13035,6145,1,4878,0,-931.857,-5136.39,-6.90581,3.69709,120,10,0,42,0,0,1), - (13036,3207,1,4080,0,-1287.27,-5481.16,4.22497,2.13658,300,5,0,150,165,0,1), - (13037,3098,1,503,0,-415.534,-4188.62,51.1441,4.005,120,5,0,42,0,0,1), - (13038,3098,1,503,0,-382.127,-4181.93,56.4121,1.58156,120,5,0,42,0,0,1), - (13039,3206,1,4077,0,-1247.7,-5448.08,5.47132,0.555686,300,5,0,148,165,0,1), - (13040,3122,1,1960,0,-969.792,-5184.38,1.96031,1.15182,300,5,0,120,0,0,1), - (13041,3102,1,850,0,-63.8178,-4334.02,68.1422,0.654413,200,3,0,72,0,0,1), - (13042,3206,1,4077,0,-1264.6,-5498.64,4.98397,2.66075,300,0,0,148,165,0,0), - (13043,3102,1,850,0,-44.0381,-4332.91,68.5392,2.92865,200,3,0,72,0,0,1), - (13044,3124,1,2485,0,-279.493,-4214.26,55.2843,5.68814,200,10,0,71,0,0,1), - (13045,3206,1,4077,0,-1251.9,-5508.89,5.85606,3.98105,300,0,0,148,165,0,0), - (13046,3207,1,4080,0,-1118.81,-5485.68,7.90532,3.88268,300,10,0,150,165,0,1), - (13047,3098,1,503,0,-519.185,-4314.91,39.3783,1.54976,120,5,0,42,0,0,1), - (13048,3124,1,2485,0,-355.606,-4075.84,51.8144,2.16719,200,5,0,71,0,0,1), - (13049,3124,1,2485,0,-386.839,-4051.39,51.8339,-1.09711,200,10,0,71,0,0,1), - (13051,3102,1,850,0,-29.4838,-4265.14,66.5683,5.17441,200,3,0,72,0,0,1), - (13052,3124,1,2485,0,-379.617,-4088.91,49.3236,4.62413,200,10,0,71,0,0,1), - (13053,3124,1,2485,0,-287.857,-4286.79,60.4528,5.24688,200,5,0,71,0,0,1), - (13054,3101,1,1185,0,-246.558,-4279.26,61.6414,0.255442,200,10,0,70,79,0,1), - (13055,3101,1,1185,0,-253.593,-4316.13,56.0352,4.1604,200,5,0,70,79,0,1), - (13056,3101,1,1185,0,-244.718,-4342.81,62.7066,3.59214,200,10,0,70,79,0,1), - (13057,3101,1,1185,0,-207.922,-4309.4,63.9191,0.825043,200,10,0,70,79,0,1), - (13058,3101,1,1185,0,-49.3166,-4222.96,62.2687,2.78015,200,3,0,70,79,0,1), - (13059,3101,1,1185,0,-200.79,-4295.73,64.2941,2.58129,200,10,0,70,79,0,1), - (13060,3101,1,1185,0,-86.673,-4328.19,65.8605,3.87065,200,3,0,70,79,0,1), - (13061,3102,1,850,0,-114.123,-4328.78,66.0343,0.207349,200,3,0,72,0,0,1), - (13062,3101,1,0,0,-160.814,-4359.21,67.1468,0.314468,200,0,0,70,79,0,2), - (13063,3101,1,1185,0,-195.434,-4376.55,66.5687,1.37608,200,10,0,70,79,0,1), - (13064,3101,1,1185,0,-132.968,-4349.6,67.1474,2.61551,200,3,0,70,79,0,1), - (13065,3101,1,1185,0,-176.948,-4360.68,68.4505,1.53969,200,5,0,70,79,0,1), - (13066,3102,1,850,0,-142.261,-4370.21,66.9266,3.31496,200,3,0,72,0,0,1), - (13067,3101,1,1185,0,-166.438,-4320.16,71.1002,0.3446,200,5,0,70,79,0,1), - (13068,3102,1,850,0,-155.104,-4357.65,66.8764,2.73135,200,3,0,72,0,0,1), - (13069,3124,1,2485,0,-457.278,-4156.35,47.5627,4.24282,200,5,0,71,0,0,1), - (13070,3101,1,1185,0,-211.553,-4351.95,64.4947,5.57668,200,10,0,70,79,0,1), - (13071,3124,1,2485,0,-448.941,-4118.7,51.1081,6.04742,200,10,0,71,0,0,1), - (13072,3124,1,2485,0,-425.434,-4150.13,52.0528,3.52404,200,10,0,71,0,0,1), - (13073,3101,1,1185,0,-198.088,-4333.76,68.3462,5.83675,200,10,0,70,79,0,1), - (13074,3124,1,2485,0,-379.151,-4149.79,52.1301,3.63162,200,10,0,71,0,0,1), - (13075,3124,1,2485,0,-354.449,-4152.44,53.0701,5.65346,200,10,0,71,0,0,1), - (13076,3101,1,1185,0,-213.201,-4382.11,63.6607,0.564076,200,10,0,70,79,0,1), - (13077,3098,1,503,0,-349.288,-4184.41,59.1999,0.802851,120,10,0,42,0,0,1), - (13078,3124,1,2485,0,-284.146,-4386.08,57.6236,4.70264,200,10,0,71,0,0,1), - (13079,3124,1,2485,0,-283.734,-4353.08,54.2889,2.46091,200,10,0,71,0,0,1), - (13080,3101,1,1185,0,-252.915,-4381.57,62.5709,1.92834,200,10,0,70,79,0,1), - (13081,3124,1,2485,0,-311.728,-4383.49,55.4956,4.99568,200,10,0,71,0,0,1), - (13082,6145,1,4878,0,-1945.04,-3793,-6.01435,4.47599,275,5,0,42,0,0,1), - (13083,4097,1,9416,0,-4875.31,-2334.52,-53.3456,1.83979,275,5,0,586,693,0,1), - (13084,6145,1,4878,0,-2046.64,-3815.71,-7.00129,1.25541,275,5,0,42,0,0,1), - (13085,4097,1,9416,0,-4890.35,-2293.54,-59.587,1.73335,275,5,0,586,693,0,1), - (13086,6145,1,4878,0,-878.792,-3997.69,-42.3498,1.87903,275,5,0,42,0,0,1), - (13087,6145,1,4878,0,-1149.55,-3982.92,-59.4034,1.90392,275,5,0,42,0,0,1), - (13088,6145,1,4878,0,-1397.8,-4039.25,-4.3446,0.470641,275,5,0,42,0,0,1), - (13089,6145,1,4878,0,-1792.83,-3840.65,-5.60623,1.05471,275,5,0,42,0,0,1), - (13090,6145,1,4878,0,-981.84,-3952.1,-44.8364,3.20661,275,5,0,42,0,0,1), - (13091,6145,1,4878,0,-1113.12,-3850.49,-27.7106,3.32077,275,5,0,42,0,0,1), - (13092,12034,1,5233,0,-390.928,-2182.54,158.68,3.36848,275,0,0,3857,0,0,0), - (13093,14850,1,14589,0,-537.488,-2986.61,92.9323,2.40044,275,0,0,64,0,0,2), - (13094,4099,1,9415,0,-4897.38,-2300.09,-59.5308,4.68063,275,5,0,788,0,0,1), - (13095,4099,1,9415,0,-4874.19,-2323.64,-54.8132,4.02008,275,5,0,788,0,0,1), - (13096,4099,1,9415,0,-4881.34,-2353.11,-55.0591,2.24497,275,5,0,788,0,0,1), - (13097,4099,1,9415,0,-4926.5,-2368.05,-50.981,0.133784,275,5,0,788,0,0,1), - (13098,4099,1,9415,0,-4889.61,-2355.93,-55.0498,3.19425,275,5,0,788,0,0,1), - (13099,4099,1,9415,0,-4913.14,-2264.11,-70.1497,2.27025,275,5,0,788,0,0,1), - (13100,9990,1,9574,0,-292.942,-1909.36,91.6668,2.13,275,10,0,87,0,0,1), - (13101,12296,1,14951,0,4.2843,-2322.3,92.2618,4.40534,275,20,0,14,0,0,1), - (13102,12296,1,14951,0,228.093,-1680.61,92.142,6.24804,275,20,0,14,0,0,1), - (13103,12296,1,14951,0,-990.866,-2560.16,92.4236,2.92504,275,20,0,14,0,0,1), - (13104,12296,1,14951,0,632.261,-2252.25,92,3.09521,275,20,0,14,0,0,1), - (13105,12296,1,14951,0,580.354,-1715.06,91.9904,3.61283,275,0,0,14,0,0,0), - (13106,12296,1,14951,0,413.53,-3373.89,91.9167,5.00291,275,20,0,14,0,0,1), - (13107,12296,1,14951,0,-820.8,-1708.22,93.966,2.63149,275,20,0,14,0,0,1), - (13108,12296,1,14951,0,-122.425,-1549.66,91.7917,5.9045,275,20,0,14,0,0,1), - (13109,12296,1,14951,0,130.578,-2890.14,92.3712,5.98752,275,20,0,14,0,0,2), - (13110,12296,1,14951,0,-412.769,-2916.86,93.2666,6.25,275,20,0,14,0,0,1), - (13111,12296,1,14951,0,231.333,-2619.72,92.0426,3.30835,275,20,0,14,0,0,1), - (13112,12296,1,14951,0,207.635,-3221.62,76.2662,3.87282,275,20,0,14,0,0,1), - (13113,12296,1,14951,0,731.682,-2496.07,91.8909,3.78628,275,20,0,14,0,0,1), - (13114,12296,1,14951,0,647.393,-2686.95,95.296,5.90438,275,20,0,14,0,0,1), - (13115,12296,1,14951,0,-411.537,-2046.71,91.7917,0.502608,275,20,0,14,0,0,1), - (13116,12296,1,14951,0,207.06,-2792.86,92.5197,1.59895,275,20,0,14,0,0,1), - (13117,12296,1,14951,0,-188.935,-1981.7,93.2949,1.72344,275,20,0,14,0,0,1), - (13118,12296,1,14951,0,-1020.34,-3146.37,91.7917,2.91483,275,20,0,14,0,0,1), - (13119,12296,1,14951,0,-668.229,-1907.38,91.9167,2.42999,275,20,0,14,0,0,1), - (13120,12296,1,14951,0,40.7164,-2462.06,92.4958,1.52754,275,20,0,14,0,0,2), - (13121,12296,1,14951,0,-287.931,-3486.74,93.0438,4.86147,275,20,0,14,0,0,1), - (13122,12296,1,14951,0,-891.549,-3257.78,93.0416,4.04977,275,20,0,14,0,0,1), - (13123,12296,1,14951,0,786.244,-2830.19,91.7917,4.49704,275,20,0,14,0,0,1), - (13124,12296,1,14951,0,386.961,-3189.06,91.7055,3.39076,275,15,0,14,0,0,1), - (13125,12296,1,14951,0,78.9691,-1581.7,94.5038,2.53073,275,0,0,14,0,0,0), - (13126,12296,1,14951,0,898.401,-2917.14,92.2547,3.14941,275,20,0,14,0,0,1), - (13127,12296,1,14951,0,277.451,-1856.28,91.9167,4.09178,275,20,0,14,0,0,1), - (13128,12296,1,14951,0,490.491,-3113.94,94.4204,2.99569,275,20,0,14,0,0,1), - (13129,12296,1,14951,0,358.173,-2724.31,94.3818,2.37155,275,20,0,14,0,0,1), - (13130,12296,1,14951,0,388.409,-3117.62,91.7919,3.13335,275,20,0,14,0,0,1), - (13131,12296,1,14951,0,-166.768,-2273.45,92.2056,3.65856,275,20,0,14,0,0,1), - (13132,12296,1,14951,0,423.04,-1888.46,93.2928,5.89036,275,20,0,14,0,0,1), - (13133,12296,1,14951,0,215.654,-1512.44,91.995,1.11701,275,0,0,14,0,0,0), - (13134,12296,1,14951,0,-482.937,-3450.76,92.7981,4.68747,275,20,0,14,0,0,1), - (13135,12296,1,14951,0,-287.367,-1762.14,92.418,1.62358,275,20,0,14,0,0,1), - (13136,12296,1,14951,0,-852.224,-2318.1,93.2945,3.58777,275,0,0,14,0,0,0), - (13137,12296,1,14951,0,751.815,-2688.48,92.1101,4.70397,275,20,0,14,0,0,1), - (13138,12296,1,14951,0,-1044.52,-1809.25,91.8003,0.659114,275,20,0,14,0,0,1), - (13139,12296,1,14951,0,-227.462,-2368.57,92.8337,0.673215,275,20,0,14,0,0,1), - (13140,12296,1,14951,0,711.115,-2949.51,94.8996,5.81954,275,20,0,14,0,0,1), - (13141,12296,1,14951,0,-19.5105,-2139.65,93.4409,3.76451,275,20,0,14,0,0,1), - (13142,12296,1,14951,0,-730.274,-3298.76,96.2657,0.705238,275,20,0,14,0,0,1), - (13143,12296,1,14951,0,616.046,-1991.18,93.3509,4.78467,275,20,0,14,0,0,1), - (13144,12296,1,14951,0,-770.23,-3489.79,92.4315,3.41641,275,20,0,14,0,0,1), - (13145,12296,1,14951,0,297.827,-2547.03,91.7917,3.33394,275,20,0,14,0,0,1), - (13146,12296,1,14951,0,574.142,-2483.52,95.8737,6.26655,275,20,0,14,0,0,1), - (13147,12296,1,14951,0,-683.209,-3197.04,93.1298,0.252554,275,20,0,14,0,0,1), - (13148,12296,1,14951,0,-555.262,-2899.86,92.1657,1.45323,275,20,0,14,0,0,1), - (13149,12296,1,14951,0,-200.733,-2792.22,93.801,3.59973,275,20,0,14,0,0,1), - (13150,12296,1,14951,0,-803.19,-2491.33,92.1717,5.1935,275,0,0,14,0,0,0), - (13151,12296,1,14951,0,-492.237,-2444.31,93.5025,2.46134,275,20,0,14,0,0,1), - (13152,12296,1,14951,0,-384.217,-2319.49,95.8697,2.54818,275,0,0,14,0,0,0), - (13153,12296,1,14951,0,-781.887,-2959.77,94.1294,4.46964,275,20,0,14,0,0,1), - (13154,12296,1,14951,0,-1002.28,-2949.58,92.9167,0.041183,275,20,0,14,0,0,1), - (13155,12296,1,14951,0,-952.037,-2775.86,93.3972,1.48668,275,20,0,14,0,0,1), - (13156,12296,1,14951,0,-0.713121,-3277.15,91.8039,0.836425,275,20,0,14,0,0,1), - (13157,12296,1,14951,0,-484.997,-2440.04,93.5729,1.74366,275,20,0,14,0,0,1), - (13158,12296,1,14951,0,-814.521,-2514.7,94.5681,3.86912,275,20,0,14,0,0,1), - (13159,12296,1,14951,0,-880.562,-2313.22,91.7502,2.42601,275,0,0,14,0,0,0), - (13160,12296,1,14951,0,-20.3283,-2874.87,91.7916,4.96876,275,20,0,14,0,0,1), - (13161,12296,1,14951,0,141.301,-2879.71,92.2847,2.41835,275,20,0,14,0,0,1), - (13162,12296,1,14951,0,228.128,-3213,78.0607,2.97869,275,20,0,14,0,0,2), - (13163,12296,1,14951,0,118.227,-3327.25,51.5959,3.40501,275,20,0,14,0,0,1), - (13164,12296,1,14951,0,151.258,-3483.96,29.8975,0.705015,275,20,0,14,0,0,1), - (13165,3337,1,3852,0,303.432,-3686.16,27.1502,5.09636,275,0,0,644,0,0,0), - (13166,14857,1,14589,0,-29.1102,-2617.33,97.2083,5.59088,275,6,0,87,0,0,2), - (13167,3338,1,3850,0,-482.475,-2670.19,97.522,0.733038,600,0,0,6800,0,0,0), - (13168,5899,1,4536,0,-3617.51,-1776.77,135.658,3.54302,275,0,0,1106,581,0,0), - (13169,3339,1,4245,0,-1024.59,-3688.91,23.1962,2.26893,275,0,0,1240,0,0,0), - (13170,14859,1,14894,0,-532.145,-2988.94,93.5285,2.60054,275,0,0,2471,0,0,2), - (13171,6668,1,5385,0,-4182.04,-2146.93,69.5093,0.279797,275,0,0,617,0,0,0), - (13172,5901,1,4538,0,-1345.12,-4047.61,5.97224,4.34587,275,0,0,2192,0,0,0), - (13173,3341,1,3844,0,-3589.96,-2027.71,91.7917,5.78916,275,5,0,434,0,0,2), - (13174,5907,1,4543,0,268.899,-3055.15,97.1642,5.48952,275,0,0,644,0,0,0), - (13175,5908,1,4544,0,-1622.75,-1765.32,91.75,4.01426,275,0,0,1200,0,0,0), - (13176,5911,1,4547,0,-2392.16,-1898.79,95.9604,0.244346,275,0,0,919,0,0,0), - (13177,15384,1,11686,0,-988.422,-3835.92,8.23931,5.02655,275,5,0,42,0,0,1), - (13178,14872,1,14589,0,180.182,-2862.82,93.2346,4.49849,275,5,0,87,0,0,2), - (13179,14873,1,14616,0,210.989,-3156.73,90.8194,0.895064,275,0,0,64,0,0,2), - (13180,14874,1,14616,0,240.791,-2901.43,98.0385,5.77704,275,0,0,64,0,0,0), - (13182,5406,1,2408,0,-2057.99,-3692.92,21.8427,3.89208,275,0,0,42,0,0,0), - (13183,4127,1,2710,0,-484.568,-1649.33,92.2822,5.91391,275,20,0,328,0,0,1), - (13184,4127,1,2710,0,350.189,-1923.54,93.0029,1.55718,275,20,0,328,0,0,1), - (13185,4127,1,2710,0,1025.49,-3689.71,29.8651,2.17212,275,20,0,328,0,0,1), - (13186,4127,1,2710,0,-852.479,-1828.15,93.6669,4.28722,275,20,0,328,0,0,1), - (13187,4127,1,2710,0,783.177,-2817.77,92.0244,1.55734,275,20,0,328,0,0,1), - (13188,4127,1,2710,0,378.826,-3283.18,102.065,1.54151,275,3,0,328,0,0,1), - (13189,4127,1,2710,0,-1227.67,-2097.51,92.2898,0.816746,275,15,0,328,0,0,1), - (13190,4127,1,2710,0,-1424.16,-2869.49,92.936,2.91268,275,20,0,328,0,0,1), - (13191,4127,1,2710,0,1097.96,-3807.25,28.1157,2.58286,275,20,0,328,0,0,1), - (13192,4127,1,2710,0,278.975,-1686.37,91.8328,2.86244,275,20,0,328,0,0,1), - (13193,4127,1,2710,0,212.124,-1827.45,95.8954,4.12601,275,20,0,328,0,0,1), - (13194,4127,1,2710,0,388.732,-3380.19,92.7932,6.06664,275,3,0,328,0,0,1), - (13195,4127,1,2710,0,785.277,-2921.97,91.7916,5.70688,275,20,0,328,0,0,1), - (13196,4127,1,2710,0,-1121.63,-1765.23,92.7848,1.7973,275,20,0,328,0,0,1), - (13197,4127,1,2710,0,1043.5,-3614.22,49.8898,0.190689,275,20,0,328,0,0,1), - (13198,4127,1,2710,0,-218.237,-3741.27,28.9453,4.55159,275,20,0,328,0,0,1), - (13199,4127,1,2710,0,427.119,-3074.8,91.7917,4.79428,275,20,0,328,0,0,1), - (13200,4127,1,2710,0,926.197,-2920.88,91.7917,1.49206,275,20,0,328,0,0,1), - (13201,4127,1,2710,0,-284.576,-3727.71,27.552,1.90305,275,20,0,328,0,0,1), - (13202,4127,1,2710,0,213.534,-1680.84,91.7917,2.0069,275,20,0,328,0,0,1), - (13203,4127,1,2710,0,-169.682,-1585.66,91.8784,2.92478,275,20,0,328,0,0,1), - (13204,4127,1,2710,0,675.502,-2687.36,93.7302,0.238815,275,20,0,328,0,0,1), - (13205,4127,1,2710,0,953.017,-3021.55,91.7916,4.71448,275,20,0,328,0,0,1), - (13206,4127,1,2710,0,435.631,-3116.38,92.9462,3.34058,275,20,0,328,0,0,1), - (13207,4127,1,2710,0,-1454.43,-2873.57,94.9874,4.12387,275,20,0,328,0,0,1), - (13208,4127,1,2710,0,-1211.6,-3410.92,91.8979,4.29398,275,20,0,328,0,0,1), - (13209,4127,1,2710,0,156.6,-1657.99,91.9167,1.3531,275,20,0,328,0,0,1), - (13210,4127,1,2710,0,725.939,-2654.46,91.7917,5.90742,275,20,0,328,0,0,1), - (13211,4127,1,2710,0,862.623,-2845.98,94.7871,3.35006,275,20,0,328,0,0,1), - (13212,4127,1,2710,0,376.213,-3184.68,91.8852,3.5221,275,3,0,328,0,0,1), - (13213,4127,1,2710,0,-1252.15,-2247.36,95.0636,5.41014,275,20,0,328,0,0,1), - (13214,4127,1,2710,0,-783.331,-3493.09,91.789,4.19417,275,20,0,328,0,0,1), - (13215,4127,1,2710,0,-339.063,-3714.37,27.3163,2.91703,275,20,0,328,0,0,1), - (13216,4127,1,2710,0,1300.44,-3867.26,23.1729,2.34791,275,3,0,328,0,0,1), - (13217,4127,1,2710,0,752.075,-2919.17,94.4301,5.38362,275,20,0,328,0,0,1), - (13218,4127,1,2710,0,565.375,-3084.23,93.1667,5.08237,275,20,0,328,0,0,1), - (13219,4127,1,2710,0,817.35,-2893.1,91.7916,3.18628,275,20,0,328,0,0,1), - (13220,4127,1,2710,0,-1275.13,-2021.93,94.0313,2.56206,275,20,0,328,0,0,1), - (13221,4127,1,2710,0,-1217.84,-3571.1,93.8073,4.74558,275,20,0,328,0,0,1), - (13222,4127,1,2710,0,-1205.3,-3649.5,94.8356,0.909598,275,20,0,328,0,0,1), - (13223,4127,1,2710,0,82.2374,-1478.04,91.7917,2.2793,275,20,0,328,0,0,1), - (13224,4127,1,2710,0,-550.529,-1517.81,93.2917,5.21524,275,20,0,328,0,0,1), - (13225,4127,1,2710,0,379.388,-1900.66,93.5143,1.78579,275,20,0,328,0,0,1), - (13226,4127,1,2710,0,-802.82,-1743.34,94.8597,4.15793,275,20,0,328,0,0,1), - (13227,4127,1,2710,0,807.147,-2957.2,91.7916,3.17803,275,20,0,328,0,0,1), - (13228,4127,1,2710,0,517.578,-3186.66,91.8655,4.21117,275,20,0,328,0,0,1), - (13229,4127,1,2710,0,-1263.91,-1948.74,93.6207,3.28363,275,20,0,328,0,0,1), - (13237,4127,1,2710,0,-1078.31,-2370.97,91.7917,1.73053,275,20,0,328,0,0,1), - (13238,2592,0,9587,0,-1480.56,-2178.74,17.7642,1.45414,400,5,0,1604,0,0,1), - (13239,2556,0,3997,0,-1788.09,-3180.57,39.2468,2.67212,400,5,0,1279,0,0,1), - (13240,2554,0,3991,0,-1756.43,-3126.98,32.743,2.37002,400,5,0,1163,0,0,1), - (13241,2554,0,3991,0,-1742.82,-3151.56,29.5796,0.098429,400,5,0,1163,0,0,1), - (13242,2555,0,3995,0,-1759.84,-3138.71,30.5796,0.243307,400,5,0,1021,963,0,1), - (13243,2589,0,3987,0,-748.745,-2013.54,34.3811,4.91374,400,0,0,1107,0,0,0), - (13244,2554,0,3992,0,-1769.81,-3169.25,38.6218,3.98069,400,5,0,1163,0,0,1), - (13245,2556,0,3997,0,-1645.89,-3454.44,53.515,1.9513,400,5,0,1279,0,0,1), - (13246,2556,0,3997,0,-1679.58,-3483.1,54.0604,1.91356,400,5,0,1279,0,0,1), - (13247,2555,0,3996,0,-1612.23,-3384.3,34.3492,1.08045,400,5,0,1021,963,0,1), - (13248,2555,0,3995,0,-1682.86,-3449.78,50.2302,3.06497,400,5,0,1021,963,0,1), - (13249,2620,0,1072,0,-984.217,-3667.76,82.8598,0.238353,400,10,0,8,0,0,1), - (13250,2572,0,2153,0,-970.39,-3656.41,79.6211,0.078271,400,10,0,1403,0,0,1), - (13251,2586,0,3984,0,-924.869,-2010.71,52.1717,1.33955,400,5,0,1050,0,0,1), - (13252,2574,0,511,0,-892.545,-3999.57,145.279,3.15002,400,3,0,1469,0,0,1), - (13253,2572,0,2153,0,-1121,-3690.8,92.2208,3.78158,400,3,0,1403,0,0,1), - (13254,2574,0,511,0,-827.224,-3899.4,144.724,0.71805,400,3,0,1469,0,0,1), - (13256,2760,0,2172,0,-886.764,-1854.16,59.454,1.20355,400,10,0,1604,0,0,1), - (13257,2574,0,511,0,-983.5,-3869.23,149.239,1.14465,400,3,0,1469,0,0,1), - (13258,2572,0,2153,0,-960.315,-3691.94,90.1212,2.4156,400,0,0,1403,0,0,0), - (13259,2761,0,5561,0,-806.399,-3314.1,79.3342,1.5133,400,3,0,1305,1189,0,1), - (13260,2559,0,11316,0,-861.829,-3387.52,75.1961,1.37918,400,5,0,1050,0,0,1), - (13261,2760,0,2172,0,-840.773,-1743.89,46.6874,1.85627,400,3,0,1604,0,0,1), - (13262,2592,0,9587,0,-1510.63,-2123.24,18.8566,2.12938,400,3,0,1604,0,0,1), - (13263,2592,0,9587,0,-1513.65,-2150.64,17.3566,4.75411,400,10,0,1604,0,0,1), - (13264,2563,0,1103,0,-987.2,-2664.5,64.9016,1.45626,400,5,0,1163,0,0,1), - (13265,2563,0,1103,0,-1011.2,-2711.05,60.0725,1.77547,400,3,0,1163,0,0,1), - (13266,2559,0,11316,0,-621.928,-1976.64,58.2363,2.22317,400,10,0,1050,0,0,1), - (13267,2563,0,1103,0,-1148.65,-1485.06,53.7977,1.55655,400,10,0,1163,0,0,1), - (13269,2760,0,2172,0,-817.706,-1758.89,48.3385,4.792,400,10,0,1604,0,0,1), - (13270,2620,0,1072,0,-1301.8,-1495.26,57.2567,1.48279,400,10,0,8,0,0,1), - (13271,2563,0,1103,0,-1182.42,-1475.37,55.1526,1.55908,400,10,0,1163,0,0,1), - (13272,2559,0,11316,0,-1414.65,-2357.69,61.6348,5.02415,400,5,0,1050,0,0,1), - (13273,2567,0,6170,0,-2053.25,-2798.53,72.5243,2.34442,400,3,0,1075,2763,0,1), - (13274,2566,0,3193,0,-2020.39,-2829.26,74.8795,5.52859,400,3,0,1403,0,0,1), - (13275,2793,0,6168,0,-2098.22,-2837.68,79.1394,0.628319,400,0,0,1345,1236,0,0), - (13276,2559,0,11316,0,-974.747,-2076.56,54.3054,4.80745,400,10,0,1050,0,0,1), - (13277,2559,0,11316,0,-1084.85,-2716.7,43.236,6.18108,400,10,0,1050,0,0,1), - (13278,2760,0,2172,0,-877.01,-1819.88,44.0376,0.064321,400,3,0,1604,0,0,1), - (13279,2760,0,2172,0,-915.854,-1821.03,51.7005,2.74012,400,10,0,1604,0,0,1), - (13280,2556,0,3997,0,-2040.35,-3355.3,60.8212,3.22886,400,0,0,1279,0,0,0), - (13281,2563,0,1103,0,-930.881,-2898.27,70.2132,5.78368,400,5,0,1163,0,0,1), - (13282,2563,0,1103,0,-945.816,-2951.12,72.2057,3.54674,400,5,0,1163,0,0,1), - (13283,2563,0,1103,0,-941.528,-2858.24,65.789,6.28226,400,5,0,1163,0,0,1), - (13284,2589,0,3987,0,-878.305,-2055.3,34.8076,4.24011,400,5,0,1107,0,0,1), - (13285,2555,0,3996,0,-2046.56,-3355.6,61.0729,0.034907,400,0,0,1021,963,0,0), - (13286,2442,0,1060,0,-814.737,-2041.95,34.6381,1.51899,400,10,0,1,0,0,1), - (13287,2442,0,1060,0,-841.587,-2020.29,34.3902,1.96309,400,10,0,1,0,0,1), - (13288,2555,0,3996,0,-2037.86,-3319.09,58.5201,3.65856,400,5,0,1021,963,0,1), - (13289,2563,0,1103,0,-932.445,-2785,61.1521,5.4742,400,5,0,1163,0,0,1), - (13290,2557,0,4000,0,-2083.95,-3270.32,51.2645,5.93646,400,5,0,1160,1067,0,1), - (13291,2442,0,1060,0,-841.109,-2043.25,34.7063,3.32009,400,10,0,1,0,0,1), - (13292,2559,0,11316,0,-911.686,-2748.97,61.707,1.39794,400,5,0,1050,0,0,1), - (13293,2557,0,3999,0,-2095.68,-3288.88,51.7259,2.48169,400,5,0,1160,1067,0,1), - (13294,2442,0,1060,0,-818.987,-2026.75,34.2396,4.79028,400,10,0,1,0,0,1), - (13295,2557,0,4000,0,-2065.27,-3268.88,50.428,5.59376,400,5,0,1160,1067,0,1), - (13296,2579,0,1105,0,-1781.92,-2908.32,47.0598,3.09466,400,10,0,1279,0,0,1), - (13297,2559,0,11316,0,-1106.65,-2714.57,46.0795,4.41533,400,10,0,1050,0,0,1), - (13298,2442,0,1060,0,-805.896,-2029.88,34.8646,4.98771,400,10,0,1,0,0,1), - (13299,2442,0,1060,0,-821.191,-2038.89,34.4726,3.74054,400,5,0,1,0,0,1), - (13300,2587,0,3982,0,-873.377,-2071.21,35.6325,1.96048,400,0,0,1163,0,0,0), - (13301,2578,0,10824,0,-1140.68,-2675.56,53.6252,0.659503,400,10,0,1189,0,0,1), - (13302,2559,0,11316,0,-1210.79,-2740.85,50.3182,4.17391,400,10,0,1050,0,0,1), - (13303,2586,0,3984,0,-813.693,-2114.93,34.3693,5.09721,400,10,0,1050,0,0,1), - (13304,2586,0,3984,0,-842.455,-2090.78,35.3338,5.73309,400,10,0,1050,0,0,1), - (13305,2563,0,1103,0,-1137.5,-2686.74,54.7356,5.55823,400,10,0,1163,0,0,1), - (13306,2559,0,11316,0,-1270.58,-2705.92,46.4409,5.73741,400,5,0,1050,0,0,1), - (13307,2589,0,3987,0,-848.618,-2078.6,34.9588,5.17929,400,5,0,1107,0,0,1), - (13308,2554,0,3992,0,-1911.25,-3020.16,65.8273,6.14771,400,5,0,1163,0,0,1), - (13309,2554,0,3992,0,-1898.97,-3175.27,64.8953,2.41213,400,5,0,1163,0,0,1), - (13310,2586,0,3984,0,-850.393,-2115.6,41.7632,4.24175,400,10,0,1050,0,0,1), - (13311,2586,0,3984,0,-910.356,-2052.62,49.6462,2.94708,400,5,0,1050,0,0,1), - (13312,2554,0,3992,0,-1881.57,-3189.09,56.6453,2.87899,400,3,0,1163,0,0,1), - (13313,2586,0,3984,0,-923.797,-2087.77,48.1807,2.89714,400,10,0,1050,0,0,1), - (13314,2554,0,3992,0,-1909.41,-3209.53,60.5089,3.7391,400,5,0,1163,0,0,1), - (13315,2586,0,3984,0,-893.874,-2114.54,45.949,3.07211,400,10,0,1050,0,0,1), - (13317,2555,0,3996,0,-1894.63,-3207.35,56.618,4.7082,400,5,0,1021,963,0,1), - (13318,711,0,603,0,-8827.31,-1941.14,133.214,4.88692,300,0,0,582,618,0,0), - (13319,445,0,609,0,-8833.12,-1945.19,133.058,5.58505,300,0,0,458,0,0,0), - (13320,430,0,10789,0,-8831.77,-1937.72,133.103,5.13127,300,0,0,354,1020,0,0), - (13321,580,0,551,0,-8834.44,-1940.76,132.951,5.41052,300,0,0,494,0,0,0), - (13322,446,0,609,0,-8909.85,-1969.12,136.705,1.23576,300,0,0,417,0,0,0), - (13323,446,0,609,0,-8892.43,-1933.47,136.948,4.24115,300,0,0,417,0,0,0), - (13324,441,0,387,0,-9565.94,-2327.43,63.8336,5.77058,300,10,0,330,938,0,1), - (13325,721,0,328,0,-9660.25,-2372.76,63.2419,1.29917,300,10,0,1,0,0,1), - (13326,547,0,3035,0,-9527.5,-2294.12,73.1432,0.710953,300,10,0,356,0,0,1), - (13327,547,0,3035,0,-9459.22,-2307.58,69.6735,0.393812,300,5,0,356,0,0,1), - (13328,441,0,387,0,-9544.73,-2292.84,72.6954,3.49053,300,10,0,330,938,0,1), - (13329,441,0,387,0,-9487.16,-2374.11,63.3982,2.13423,300,3,0,330,938,0,1), - (13330,441,0,387,0,-9491.05,-2290.11,74.458,1.16607,300,10,0,330,938,0,1), - (13331,547,0,3035,0,-9606.78,-2306.57,70.7103,5.44983,300,10,0,356,0,0,1), - (13332,428,0,490,0,-9591.83,-2340.67,60.8864,5.30347,300,10,0,417,0,0,1), - (13333,442,0,366,0,-9662.16,-2331.09,69.1524,4.3539,300,10,0,328,0,0,1), - (13334,441,0,387,0,-9681.88,-2307.25,66.4207,0.327923,300,10,0,330,938,0,1), - (13335,2555,0,3995,0,-1886.22,-3188.74,56.6453,6.0465,400,3,0,1021,963,0,1), - (13336,2554,0,3991,0,-1886.15,-3209.98,55.868,2.58637,400,5,0,1163,0,0,1), - (13337,2555,0,3995,0,-1897.7,-3284.09,68.2106,0.88748,400,5,0,1021,963,0,1), - (13338,2559,0,11316,0,-1452.61,-2480.53,61.1891,1.78055,400,10,0,1050,0,0,1), - (13339,2559,0,11316,0,-1345.59,-2549.62,68.6987,5.91573,400,10,0,1050,0,0,1), - (13340,2559,0,11316,0,-1405.33,-2550.33,73.481,2.59579,400,10,0,1050,0,0,1), - (13341,2563,0,1103,0,-1515.09,-2591.81,63.5558,4.79845,400,10,0,1163,0,0,1), - (13342,2556,0,3998,0,-1860.94,-3351.78,52.098,3.1768,400,3,0,1279,0,0,1), - (13343,2563,0,1103,0,-1601.23,-2590.2,43.9912,2.71464,400,10,0,1163,0,0,1), - (13344,2556,0,3998,0,-1855.43,-3387.21,58.4013,3.67612,400,3,0,1279,0,0,1), - (13345,2556,0,3998,0,-1804.76,-3409.78,45.4108,4.4555,400,3,0,1279,0,0,1), - (13346,2555,0,3995,0,-1824.67,-3406.51,45.7858,0.069917,400,5,0,1021,963,0,1), - (13347,2563,0,1103,0,-1609.38,-2673.48,39.7516,5.11294,400,10,0,1163,0,0,1), - (13348,2556,0,3997,0,-1749.75,-3419.51,44.9633,5.96143,400,3,0,1279,0,0,1), - (13349,2555,0,3996,0,-1793.47,-3424.43,47.1484,0.376473,400,5,0,1021,963,0,1), - (13350,2561,0,961,0,-1683.4,-2685.94,43.6452,1.56689,400,5,0,1469,0,0,1), - (13351,2556,0,3997,0,-1811.49,-3431.56,55.1608,4.15272,400,5,0,1279,0,0,1), - (13352,3861,33,801,0,-255.29,2129.89,81.2629,1.74533,7200,0,0,1251,0,0,0), - (13353,3861,33,801,0,-258.757,2121.37,81.2629,1.50098,7200,0,0,1251,0,0,0), - (13354,2110,33,1141,0,-212.2,2295.34,96.0127,1.76915,7200,2,0,1,0,0,1), - (13355,2110,33,1141,0,-204.552,2255.98,76.2013,6.02718,7200,5,0,1,0,0,1), - (13356,2110,33,1141,0,-154.571,2184.39,99.9595,5.3058,7200,2,0,1,0,0,1), - (13357,2110,129,1141,0,2529.98,1044.96,46.5896,5.9076,7200,5,0,1,0,0,1), - (13358,7347,129,1065,0,2558.54,1047.76,51.3461,3.28056,7200,0,0,3831,0,0,0), - (13359,7347,129,1065,0,2567.77,1061.9,53.6076,1.63284,7200,0,0,3831,0,0,0), - (13360,7353,129,146,0,2559.09,1052.18,51.5293,3.18938,7200,0,0,3150,1097,0,0), - (13361,7353,129,146,0,2561.93,1058.15,52.8307,5.28222,7200,0,0,3150,1097,0,0), - (13362,7342,129,1245,0,2565.01,1053.82,52.6331,3.80795,7200,0,0,2805,2763,0,0), - (13363,7332,129,11385,0,2578.18,1024.74,50.9252,3.6748,7200,0,0,3543,0,0,0), - (13364,7333,129,6121,0,2572.42,1019.27,51.6643,2.04549,7200,1,0,1279,0,0,1), - (13365,7333,129,6121,0,2576.18,1024.76,50.8063,3.49232,7200,1,0,1279,0,0,1), - (13366,7333,129,6121,0,2576.04,1021.49,51.3276,3.7573,7200,1,0,1279,0,0,1), - (13367,2556,0,3998,0,-1715.15,-3429.85,45.4451,0.862805,400,3,0,1279,0,0,1), - (13368,441,0,387,0,-9628.67,-2390.41,60.461,2.25103,300,10,0,330,938,0,1), - (13369,2555,0,3995,0,-1743.89,-3442.71,52.4415,5.0755,400,3,0,1021,963,0,1), - (13370,2555,0,3995,0,-1781.99,-3362.81,33.5837,3.68758,400,5,0,1021,963,0,1), - (13371,2565,0,1104,0,-1597.97,-2760.01,38.2208,2.74621,400,5,0,1403,0,0,1), - (13372,2556,0,3998,0,-1781.05,-3385.63,40.9666,0.982794,400,5,0,1279,0,0,1), - (13373,2560,0,180,0,-1564.03,-2828.72,38.9518,0.739787,400,5,0,1221,0,0,1), - (13374,2556,0,3998,0,-1967.18,-3334.6,55.5845,0.346548,400,0,0,1279,0,0,0), - (13375,2609,0,10911,0,-906.833,-3847.56,141.588,4.11898,7200,0,0,1239,3191,0,0), - (13376,2556,0,3998,0,-1969.16,-3312.24,56.2644,4.77856,400,5,0,1279,0,0,1), - (13377,2556,0,3998,0,-1982.89,-3305.47,56.4155,5.63451,400,0,0,1279,0,0,0), - (13378,2556,0,3997,0,-1986.88,-3302.13,55.4795,5.8162,400,5,0,1279,0,0,1), - (13379,2565,0,1104,0,-1546.55,-2781.53,39.9493,4.26403,400,5,0,1403,0,0,1), - (13380,2555,0,3995,0,-2020.43,-3316.22,54.7064,2.51327,400,0,0,1021,963,0,0), - (13381,2565,0,1104,0,-1551.24,-2882.89,25.4928,4.68113,400,10,0,1403,0,0,1), - (13382,2555,0,3995,0,-1978.56,-3312.65,57.2553,4.98269,400,5,0,1021,963,0,1), - (13383,2557,0,4000,0,-2022.13,-3292.49,53.0674,5.09881,400,5,0,1160,1067,0,1), - (13384,2565,0,1104,0,-1488.09,-2789.51,46.8214,1.21593,400,10,0,1403,0,0,1), - (13385,2556,0,3998,0,-2023.14,-3313.78,54.8828,5.42797,400,0,0,1279,0,0,0), - (13386,2565,0,1104,0,-1450.83,-2824.29,44.4413,1.4416,400,10,0,1403,0,0,1), - (13387,2557,0,4000,0,-2032.18,-3276.97,55.7733,4.11658,400,5,0,1160,1067,0,1), - (13388,2564,0,1054,0,-1203.61,-2075.38,46.5408,0.073239,400,5,0,1221,0,0,1), - (13389,2564,0,1054,0,-1186.38,-2038.28,35.693,4.92561,400,3,0,1221,0,0,1), - (13390,2564,0,1054,0,-1186.49,-2065.48,41.2948,0.971378,400,3,0,1221,0,0,1), - (13391,2555,0,3995,0,-1199.68,-2040.94,38.7946,3.17742,400,5,0,1021,963,0,1), - (13392,2564,0,1054,0,-1202.86,-2087.67,49.5209,0.130087,400,5,0,1221,0,0,1), - (13394,2564,0,1054,0,-1194.16,-2109.44,54.0963,3.68236,400,5,0,1221,0,0,2), - (13417,2564,0,1054,0,-1168.74,-2048.22,37.7092,3.94033,400,3,0,1221,0,0,1), - (13419,3615,1,1652,0,-437.137,-2596,95.8708,3.7001,600,0,0,7423,7071,0,0), - (13420,4127,1,2710,0,185.964,-1580.81,93.0799,1.17187,275,20,0,328,0,0,1), - (13421,4127,1,2710,0,-831.079,-1848.48,92.6014,3.94909,275,20,0,328,0,0,1), - (13422,4127,1,2710,0,-298.398,-1633.68,94.4124,0.756361,275,20,0,328,0,0,1), - (13430,4127,1,2710,0,108.688,-1580.55,94.5806,5.33564,275,20,0,328,0,0,1), - (13431,4127,1,2710,0,450.785,-3204.42,91.7917,4.39967,275,20,0,328,0,0,1), - (13432,4127,1,2710,0,-1151.2,-3215.3,91.9167,1.59036,275,20,0,328,0,0,1), - (13433,4127,1,2710,0,-1247.74,-2259.12,94.4242,1.98902,275,20,0,328,0,0,1), - (13434,4127,1,2710,0,-55.3077,-1551.39,91.8642,2.86936,275,20,0,328,0,0,1), - (13435,4127,1,2710,0,-1205.87,-1770.79,91.6968,0.742563,275,20,0,328,0,0,1), - (13436,4127,1,2710,0,-1155.36,-1884.43,94.646,1.68426,275,20,0,328,0,0,1), - (13437,4127,1,2710,0,-844.103,-1738.39,93.9739,1.81151,275,20,0,328,0,0,1), - (13438,4127,1,2710,0,-87.4176,-1550.03,91.7917,0.220659,275,20,0,328,0,0,1), - (13439,4127,1,2710,0,-1418.06,-2835.85,93.696,3.44449,275,20,0,328,0,0,1), - (13440,4127,1,2710,0,-578.211,-1545.61,93.3424,3.86208,275,3,0,328,0,0,1), - (13441,4127,1,2710,0,-317.225,-1480.71,91.8791,2.00825,275,20,0,328,0,0,1), - (13442,4127,1,2710,0,-942.436,-1651.95,92.6606,4.52396,275,0,0,328,0,0,0), - (13443,4127,1,2710,0,-1423.18,-2447.53,95.9034,4.71096,275,20,0,328,0,0,1), - (13444,4127,1,2710,0,-1129.5,-3045.02,93.1445,0.135494,275,20,0,328,0,0,1), - (13445,4127,1,2710,0,-362.071,-1487.59,92.1504,0.256826,275,20,0,328,0,0,1), - (13446,4127,1,2710,0,-884.329,-1734.93,95.1329,1.65102,275,20,0,328,0,0,1), - (13447,4127,1,2710,0,-1182.22,-2149.02,92.5774,1.11701,275,0,0,328,0,0,0), - (13448,4127,1,2710,0,-1188.69,-3218.61,92.2917,5.59777,275,20,0,328,0,0,1), - (13449,4127,1,2710,0,-1404.84,-3031.45,92.375,1.8802,275,20,0,328,0,0,1), - (13450,4127,1,2710,0,-1239.65,-1882.52,82.0707,0.147924,275,20,0,328,0,0,1), - (13451,4127,1,2710,0,-1069.5,-1812.31,91.8781,3.45833,275,20,0,328,0,0,1), - (13452,4127,1,2710,0,-1074.31,-2859.01,92.3204,2.71975,275,20,0,328,0,0,1), - (13453,4127,1,2710,0,-1036.89,-3044,92.1667,4.07171,275,20,0,328,0,0,1), - (13454,4127,1,2710,0,-1105.7,-2864.98,93.9313,1.2729,275,20,0,328,0,0,1), - (13455,4127,1,2710,0,-1361.19,-2776.54,93.8477,4.06172,275,20,0,328,0,0,1), - (13456,4127,1,2710,0,-1281.28,-2021.61,94.0151,4.65765,275,20,0,328,0,0,1), - (13457,4127,1,2710,0,-1215.72,-2113.73,89.6058,0.610865,275,0,0,328,0,0,0), - (13458,4127,1,2710,0,-1431.57,-2841.5,94.1848,6.04863,275,20,0,328,0,0,1), - (13459,4127,1,2710,0,-792.711,-1672.45,98.9027,3.66461,275,20,0,328,0,0,1), - (13460,4127,1,2710,0,-1208.34,-3490.25,92.4167,0.769749,275,20,0,328,0,0,1), - (13461,4127,1,2710,0,-942.238,-3386.48,92.7336,3.28289,275,20,0,328,0,0,1), - (13462,4127,1,2710,0,-1554.56,-3051.54,95.8767,4.84388,275,20,0,328,0,0,1), - (13463,4127,1,2710,0,-1228.47,-2042.08,91.7917,5.30613,275,20,0,328,0,0,1), - (13464,4127,1,2710,0,182.123,-1647.79,93.5687,2.91097,275,20,0,328,0,0,1), - (13465,4127,1,2710,0,-421.103,-3540.48,93.5497,5.14807,275,20,0,328,0,0,1), - (13466,4127,1,2710,0,-351.366,-3380.44,91.8163,1.81344,275,3,0,328,0,0,1), - (13467,4127,1,2710,0,-1088.51,-1916.01,91.8147,2.76155,275,20,0,328,0,0,1), - (13468,4127,1,2710,0,-224.605,-3470.76,92.3681,1.94078,275,20,0,328,0,0,1), - (13469,4127,1,2710,0,713.162,-2918.51,92.078,3.79793,275,20,0,328,0,0,1), - (13470,4127,1,2710,0,651.987,-2649.92,94.3128,0.121447,275,20,0,328,0,0,1), - (13471,4127,1,2710,0,-1372.44,-2584.5,94.7541,0.049967,275,20,0,328,0,0,1), - (13472,4127,1,2710,0,-921.949,-3279.76,95.7527,2.82601,275,20,0,328,0,0,1), - (13473,4127,1,2710,0,-1213.13,-2388.54,92.2819,5.95511,275,20,0,328,0,0,1), - (13474,4127,1,2710,0,-1123.95,-2343.22,94.49,1.89687,275,20,0,328,0,0,1), - (13475,4127,1,2710,0,-1195.95,-2342.03,91.7917,2.35544,275,20,0,328,0,0,1), - (13476,4127,1,2710,0,-1072.59,-3004.06,92.9624,5.13875,275,20,0,328,0,0,1), - (13477,4127,1,2710,0,-1189.35,-3086.35,93.6473,2.43057,275,20,0,328,0,0,1), - (13478,4127,1,2710,0,-1374.52,-2550.41,98.4413,5.78078,275,20,0,328,0,0,1), - (13479,4127,1,2710,0,-1086.59,-3101.16,94.5496,3.72255,275,20,0,328,0,0,1), - (13480,4127,1,2710,0,-1003.14,-2975.27,92.1667,0.50928,275,20,0,328,0,0,1), - (13481,4127,1,2710,0,-1280.52,-2548.56,91.8941,4.79354,275,20,0,328,0,0,1), - (13482,4127,1,2710,0,-1494.69,-2845.83,94.6654,0.191184,275,20,0,328,0,0,1), - (13483,4127,1,2710,0,-1424.34,-2972.37,93.0294,3.14944,275,20,0,328,0,0,1), - (13484,4127,1,2710,0,-449.494,-3402.98,92.2559,1.58642,275,20,0,328,0,0,1), - (13485,4127,1,2710,0,-731.679,-3240.54,94.1398,6.07851,275,20,0,328,0,0,1), - (13486,4127,1,2710,0,-1225,-3175,93.3676,2.35086,275,20,0,328,0,0,1), - (13487,4128,1,2712,0,-3420.06,-2272.54,94.8075,5.94845,275,20,0,573,0,0,1), - (13488,4128,1,2712,0,-3420.05,-1862.57,92.0861,4.72997,275,20,0,573,0,0,1), - (13489,4128,1,2712,0,-3363.92,-2225.28,92.2683,3.94535,275,20,0,573,0,0,1), - (13490,4128,1,2712,0,-3753.76,-1847.93,94.4521,2.66518,275,15,0,573,0,0,1), - (13491,4128,1,2712,0,-3518.73,-2406.33,92.9157,3.01245,275,20,0,573,0,0,1), - (13492,4128,1,2712,0,-3356.7,-2186.16,92.1667,0.159168,275,20,0,573,0,0,1), - (13493,4128,1,2712,0,-3495.31,-2389.94,91.8233,4.98163,275,20,0,573,0,0,1), - (13494,4128,1,2712,0,-3449.58,-1833.96,91.9647,4.87423,275,20,0,573,0,0,1), - (13495,4128,1,2712,0,-3454.79,-1896.77,95.5229,4.61082,275,20,0,573,0,0,1), - (13496,4128,1,2712,0,-3725.73,-2445.07,95.5917,4.39064,275,3,0,573,0,0,1), - (13497,4128,1,2712,0,-3317.96,-2193.26,91.9502,4.70899,275,20,0,573,0,0,1), - (13498,4128,1,2712,0,-3588.48,-2418.25,98.5417,1.16221,275,20,0,573,0,0,1), - (13499,4128,1,2712,0,-3520.72,-1979.54,94.3689,4.39886,275,20,0,573,0,0,1), - (13500,4128,1,2712,0,-3382.76,-2154.74,92.3367,5.39963,275,20,0,573,0,0,1), - (13501,4128,1,2712,0,-3450.21,-1930.48,94.324,4.59699,275,20,0,573,0,0,1), - (13502,4128,1,2712,0,-3432.49,-1987.82,92.9167,2.09027,275,20,0,573,0,0,1), - (13503,4128,1,2712,0,-3559.2,-1824.44,91.8326,0.159715,275,20,0,573,0,0,1), - (13504,4128,1,2712,0,-3435.62,-2218.97,92.6983,0.363899,275,20,0,573,0,0,1), - (13505,4128,1,2712,0,-3605.52,-1981.64,91.7917,1.3049,275,20,0,573,0,0,1), - (13506,4128,1,2712,0,-3571.46,-1897.01,93.251,1.21853,275,20,0,573,0,0,1), - (13507,4128,1,2712,0,-3655.84,-1952.2,92.2036,1.03984,275,20,0,573,0,0,1), - (13508,4128,1,2712,0,-3568.31,-1989.8,91.7917,4.50436,275,20,0,573,0,0,1), - (13509,4128,1,2712,0,-3619.55,-1945.36,94.1575,4.2305,275,20,0,573,0,0,1), - (13510,4128,1,2712,0,-3722.8,-1965.37,95.2059,5.08419,275,20,0,573,0,0,1), - (13511,4128,1,2712,0,-3490.44,-2250.83,92.7009,4.14985,275,20,0,573,0,0,1), - (13512,4128,1,2712,0,-3852.04,-2158.06,93.9873,4.63622,275,20,0,573,0,0,1), - (13513,4128,1,2712,0,-3880.7,-2116.49,93.4198,0.616029,275,20,0,573,0,0,1), - (13514,4128,1,2712,0,-3914.34,-2080.18,95.2917,0.851109,275,20,0,573,0,0,1), - (13515,4128,1,2712,0,-3787.51,-2111.85,92.9471,5.44666,275,20,0,573,0,0,1), - (13516,4128,1,2712,0,-3894.34,-2176.36,91.9167,2.66903,275,20,0,573,0,0,1), - (13517,4128,1,2712,0,-3856.93,-2077.45,91.8449,2.18619,275,20,0,573,0,0,1), - (13518,4128,1,2712,0,-3615.28,-2150.61,91.8202,2.55392,275,20,0,573,0,0,1), - (13519,4128,1,2712,0,-3856.51,-2274.9,91.7917,2.22972,275,20,0,573,0,0,1), - (13520,4128,1,2712,0,-3764.4,-2284.94,91.8808,0.018613,275,20,0,573,0,0,1), - (13521,4128,1,2712,0,-3742.11,-2335.98,94.8468,2.01085,275,20,0,573,0,0,1), - (13522,4129,1,2711,0,-2119.74,-2088.68,94.0417,4.17156,275,20,0,417,0,0,1), - (13523,4129,1,2711,0,-1653.7,-2183.39,91.4495,4.87529,275,20,0,417,0,0,1), - (13524,4129,1,2711,0,-2227.48,-1758.61,91.7917,4.93918,275,20,0,417,0,0,1), - (13525,4129,1,2711,0,-1510.68,-1906.12,92.9254,4.31339,275,20,0,417,0,0,1), - (13526,4129,1,2711,0,-1975.24,-1876.08,93.4562,2.87483,275,20,0,417,0,0,1), - (13527,4129,1,2711,0,-2081.27,-2381,91.7917,4.00553,275,20,0,417,0,0,1), - (13528,4129,1,2711,0,-1507.86,-1927.57,91.791,5.17499,275,20,0,417,0,0,1), - (13529,4129,1,2711,0,-1487.26,-1823.76,95.412,3.01254,275,20,0,417,0,0,1), - (13530,4129,1,2711,0,-2004.94,-1781.69,91.9746,0.136161,275,20,0,417,0,0,1), - (13531,4129,1,2711,0,-1546.04,-2120.59,82.9506,1.61942,275,20,0,417,0,0,1), - (13532,4129,1,2711,0,-1547.92,-1771.94,92.2447,2.175,275,20,0,417,0,0,1), - (13533,4129,1,2711,0,-1436.23,-1754.84,92.5058,5.97378,275,20,0,417,0,0,1), - (13534,4129,1,2711,0,-2382.54,-2484.64,91.7917,4.73417,275,20,0,417,0,0,1), - (13535,4129,1,2711,0,-1616.6,-2185.71,90.8282,3.51337,275,20,0,417,0,0,1), - (13536,4129,1,2711,0,-1578.82,-2094.38,91.7246,1.11831,275,20,0,417,0,0,1), - (13537,4129,1,2711,0,-1482.3,-1783.05,91.8475,3.15801,275,20,0,417,0,0,1), - (13538,4129,1,2711,0,-2115,-2423.53,91.9167,0.269462,275,20,0,417,0,0,1), - (13539,4129,1,2711,0,-1716.88,-1983.83,92.6667,5.60603,275,20,0,417,0,0,1), - (13540,4129,1,2711,0,-1481.41,-2183.13,88.5757,1.37034,275,20,0,417,0,0,1), - (13541,4129,1,2711,0,-1407.36,-1979.16,82.7522,3.00052,275,20,0,417,0,0,1), - (13542,4129,1,2711,0,-2277.25,-1721.38,92.8075,5.70412,275,15,0,417,0,0,1), - (13543,4129,1,2711,0,-1661.2,-2024.72,92.9167,3.55732,275,20,0,417,0,0,1), - (13544,4129,1,2711,0,-1720.64,-2072.25,93.2917,2.10583,275,20,0,417,0,0,1), - (13545,4129,1,2711,0,-1453.4,-1912.13,93.211,2.83923,275,20,0,417,0,0,1), - (13546,4129,1,2711,0,-2181.17,-2477.37,95.7301,2.31833,275,20,0,417,0,0,1), - (13547,4129,1,2711,0,-1956.48,-1907.33,94.2019,0.593076,275,20,0,417,0,0,1), - (13548,4129,1,2711,0,-1931.8,-1982.75,92.1049,5.96329,275,20,0,417,0,0,1), - (13549,4129,1,2711,0,-2144.16,-2125.37,92.0891,5.18648,275,20,0,417,0,0,1), - (13550,7714,1,6550,0,-2376.27,-1995.74,96.7881,1.06465,275,0,0,1605,0,0,0), - (13551,16418,1,16171,0,-944.93,-3580.12,27.5845,3.68265,275,0,0,1500,0,0,0), - (13552,8738,1,8009,0,-836.957,-3729.88,19.9708,4.13643,275,0,0,2471,0,0,0), - (13553,3110,1,1250,0,670.975,-3782.76,15.8008,1.32582,275,5,0,176,0,0,1), - (13554,3110,1,1250,0,850.161,-3790.45,16.3887,1.54309,275,5,0,176,0,0,1), - (13555,3110,1,1250,0,579.723,-3768.4,16.6287,2.74163,275,5,0,176,0,0,1), - (13556,3110,1,1250,0,-653.088,-3961.34,17.0594,2.36448,275,5,0,176,0,0,1), - (13557,3110,1,1250,0,901.132,-3779.37,15.6839,2.98171,275,5,0,176,0,0,1), - (13558,3110,1,1250,0,-520.066,-3942.33,22.8473,4.67941,275,5,0,176,0,0,1), - (13559,3110,1,1250,0,-345.174,-3891.57,16.5222,4.7202,275,5,0,176,0,0,1), - (13560,3110,1,1250,0,1201.58,-3906.99,15.8521,0.433018,275,5,0,176,0,0,1), - (13561,3110,1,1250,0,1250.89,-3922.28,15.1088,5.4125,275,5,0,176,0,0,1), - (13562,3110,1,1250,0,-592.96,-3953.02,16.5175,2.70064,275,5,0,176,0,0,1), - (13563,3110,1,1250,0,1049.17,-3840.36,15.0622,4.21788,275,5,0,176,0,0,1), - (13565,3110,1,1250,0,566.883,-3729.24,20.1244,1.91986,275,0,0,176,0,0,0), - (13566,3110,1,1250,0,201.138,-3748.54,15.0297,3.09772,275,5,0,176,0,0,1), - (13567,3110,1,1250,0,-713.083,-3997.5,15.4585,4.83616,275,5,0,176,0,0,1), - (13568,3110,1,1250,0,-384.928,-3911.26,15.787,5.42038,275,5,0,176,0,0,1), - (13569,3110,1,1250,0,-146.488,-3781.52,14.2056,3.30413,275,5,0,176,0,0,1), - (13570,3110,1,1250,0,251.447,-3780.23,21.2629,0.634115,275,5,0,176,0,0,1), - (13571,3110,1,1250,0,12.6142,-3732.27,17.2314,6.26419,275,5,0,176,0,0,1), - (13572,3110,1,1250,0,-214.576,-3853.52,21.3208,3.70535,275,5,0,176,0,0,1), - (13573,8236,1,7449,0,-1680.04,-4307.64,-7.71996,4.55591,275,5,0,300,0,0,1), - (13574,8236,1,7449,0,-1678.16,-4323.39,-8.4926,1.3953,275,5,0,300,0,0,1), - (13575,8236,1,7449,0,-1678.81,-4328.9,-8.70404,4.05111,275,5,0,300,0,0,1), - (13576,8236,1,7449,0,-1678.3,-4263.1,-8.5369,6.1828,275,5,0,300,0,0,1), - (13577,8236,1,7449,0,-1679.54,-4284.89,-9.54847,4.82538,275,5,0,300,0,0,1), - (13578,14892,1,10209,0,-26.3665,-2618.95,97.31,5.43324,275,6,0,42,0,0,2), - (13579,14893,1,14972,0,52.7833,-2696.62,92.0416,6.04953,275,0,0,3016,0,0,0), - (13580,4397,1,7836,0,-2350.69,-3918.57,-10.4931,1.36135,275,5,0,1403,0,0,1), - (13581,3374,1,1969,0,-4198.33,-2283.81,55.44,5.55015,275,0,0,531,0,0,0), - (13582,3374,1,1969,0,-4080.26,-2195.02,53.0787,5.39307,275,0,0,531,0,0,0), - (13583,3374,1,1968,0,-4065.9,-2188.94,54.2709,1.309,275,0,0,531,0,0,0), - (13584,3374,1,1969,0,-4219.26,-2282.07,52.3081,3.8863,275,0,0,531,0,0,0), - (13585,3374,1,1968,0,-4180.62,-2166.62,54.9298,2.40855,275,0,0,531,0,0,0), - (13586,14894,1,14985,0,186.99,-2876.54,92.3946,2.40786,275,2,0,64,0,0,2), - (13587,14894,1,14985,0,181.584,-2874.58,92.5366,4.75777,275,2,0,64,0,0,2), - (13588,14894,1,14985,0,178.04,-2878.44,92.3464,0.227594,275,2,0,64,0,0,2), - (13589,14894,1,14985,0,181.763,-2878.53,92.3009,6.25945,275,2,0,64,0,0,2), - (13590,3374,1,1969,0,-4201.58,-2240.32,52.5536,2.56563,275,0,0,531,0,0,0), - (13591,3374,1,1968,0,-4192.03,-2214.28,53.3081,2.58911,275,5,0,531,0,0,1), - (13592,3374,1,1969,0,-4223.21,-2260.73,53.3923,2.79253,275,0,0,531,0,0,0), - (13593,3374,1,1969,0,-4052.7,-2145.54,90.1713,0.614874,275,5,0,531,0,0,1), - (13594,3374,1,1968,0,-4121.3,-2175.81,50.3081,0.220147,275,0,0,531,0,0,0), - (13595,3630,1,1742,0,-619.786,-2025.69,62.9112,2.80845,275,5,0,984,0,0,1), - (13596,3630,1,1742,0,-719.266,-2116.27,67.2122,3.54302,275,0,0,984,0,0,0), - (13597,3630,1,1742,0,-686.555,-2010.41,64.9932,1.19007,275,5,0,984,0,0,1), - (13598,3374,1,1969,0,-4069.71,-2180.49,50.5461,3.16957,275,0,0,531,0,0,0), - (13599,3374,1,1969,0,-4122.04,-2237.25,51.2195,5.3058,275,0,0,531,0,0,0), - (13600,3374,1,1968,0,-4168.84,-2177.13,50.3081,2.88804,275,0,0,531,0,0,0), - (13601,3630,1,1742,0,-769.856,-2052.69,74.8799,4.6311,275,3,0,984,0,0,1), - (13602,3374,1,1969,0,-4143.26,-2243.15,53.1644,4.72984,275,0,0,531,0,0,0), - (13603,3374,1,1969,0,-4162.53,-2246.74,59.3965,5.16617,275,0,0,531,0,0,0), - (13604,3374,1,1969,0,-4184.92,-2262.35,51.035,5.61996,275,0,0,531,0,0,0), - (13605,3374,1,1969,0,-4188.96,-2131.35,71.3358,5.86174,275,0,0,531,0,0,0), - (13606,3374,1,1969,0,-4169.54,-2125.04,70.5858,2.04908,275,3,0,531,0,0,1), - (13607,3374,1,1968,0,-4187.13,-2147.34,70.1343,2.75535,275,0,0,531,0,0,0), - (13608,3374,1,1969,0,-4067.38,-2143.3,51.6791,5.81195,275,0,0,531,0,0,0), - (13609,3374,1,1969,0,-4081.97,-2128.28,53.2427,2.18166,275,0,0,531,0,0,0), - (13610,3374,1,1968,0,-4063.82,-2175.99,51.0358,3.29068,275,0,0,531,0,0,0), - (13611,3374,1,1968,0,-4126.74,-2161.65,50.8614,0.15708,275,0,0,531,0,0,0), - (13612,3374,1,1969,0,-4179.5,-2197.13,50.3081,2.42294,275,5,0,531,0,0,1), - (13613,3374,1,1969,0,-4161.41,-2223.22,51.5581,5.87214,275,5,0,531,0,0,1), - (13614,3374,1,1968,0,-4114.86,-2186.04,50.3966,5.74213,275,0,0,531,0,0,0), - (13615,3374,1,1969,0,-4146.53,-2160.73,51.4417,4.45059,275,0,0,531,0,0,0), - (13616,3374,1,1969,0,-4151.9,-2179.89,50.6746,5.18363,275,0,0,531,0,0,0), - (13617,3374,1,1969,0,-4105,-2211.54,53.2454,0.314159,275,0,0,531,0,0,0), - (13618,3631,1,4091,0,-593.004,-2200.08,45.8833,4.61233,275,5,0,1068,0,0,1), - (13619,3631,1,4091,0,-555.096,-2307.4,31.0662,0.503856,275,5,0,1068,0,0,1), - (13620,3631,1,4091,0,-628.441,-2383.79,26.9375,0.169598,275,5,0,1068,0,0,1), - (13621,3631,1,4091,0,-715.282,-2290.64,16.5748,5.02594,275,5,0,1068,0,0,1), - (13622,3631,1,4091,0,-683.101,-2291.08,16.4169,2.02506,275,5,0,1068,0,0,1), - (13623,3631,1,4091,0,-709.715,-2259.26,15.0438,2.3403,275,5,0,1068,0,0,1), - (13624,3631,1,4091,0,-588.815,-2179.65,48.4941,3.5211,275,5,0,1068,0,0,1), - (13625,3375,1,1970,0,-4124.47,-2194.2,50.3896,5.00217,275,0,0,573,0,0,0), - (13626,3375,1,1970,0,-4135.51,-2158.88,50.699,1.52386,275,0,0,573,0,0,0), - (13627,3375,1,1970,0,-4148.83,-2202.24,50.3081,6.08441,275,0,0,573,0,0,0), - (13628,3375,1,1970,0,-4078.73,-2158.83,50.3654,2.59044,275,0,0,573,0,0,2), - (13629,3375,1,1970,0,-4086.57,-2190.37,50.5521,6.00131,275,5,0,573,0,0,1), - (13630,3375,1,1970,0,-4125.4,-2210.24,50.341,2.10908,275,5,0,573,0,0,1), - (13631,3375,1,1970,0,-4157.34,-2189.23,50.3081,1.16312,275,5,0,573,0,0,1), - (13632,3375,1,1970,0,-4164.1,-2184.44,50.8827,6.0912,275,0,0,573,0,0,0), - (13633,3376,1,3840,0,-4059,-2386.02,126.13,6.23289,275,0,0,617,0,0,0), - (13634,3376,1,3840,0,-4070.94,-2357.54,108.909,0.003681,275,2,0,617,0,0,1), - (13635,3376,1,3840,0,-4058.86,-2412.24,135.854,1.32954,275,0,0,617,0,0,0), - (13636,3376,1,3840,0,-4068.98,-2377.65,110.381,2.1293,275,0,0,617,0,0,0), - (13637,8496,1,7909,0,-1004.47,-3705.17,4.64174,5.70723,275,0,0,748,0,0,0), - (13638,3376,1,3839,0,-4091.6,-2385.19,124.743,0.917954,275,5,0,617,0,0,2), - (13639,3376,1,3840,0,-4059.14,-2417.05,126.133,4.1868,275,2,0,617,0,0,1), - (13640,3376,1,3840,0,-4050.95,-2409.87,135.854,2.81914,275,2,0,617,0,0,1), - (13641,3376,1,3839,0,-4117.55,-2311.4,127.675,0.217328,275,0,0,617,0,0,0), - (13642,3376,1,3840,0,-4099.82,-2328.2,126.129,1.88496,275,0,0,617,0,0,0), - (13643,3376,1,3840,0,-4086.07,-2322.53,126.131,2.04204,275,0,0,617,0,0,0), - (13644,3376,1,3839,0,-4108.06,-2353.78,127.52,1.74922,275,2,0,617,0,0,1), - (13645,3376,1,3840,0,-4071.5,-2360.22,126.13,1.78653,275,5,0,617,0,0,1), - (13646,3376,1,3840,0,-4098.33,-2373.1,126.13,6.23739,275,3,0,617,0,0,1), - (13647,3376,1,3839,0,-4080.39,-2368.03,126.13,4.17354,275,2,0,617,0,0,1), - (13648,3376,1,3839,0,-4073.13,-2275.63,123.19,3.43134,275,0,0,617,0,0,0), - (13649,3376,1,3839,0,-4045.87,-2288.26,119.641,4.16589,275,2,0,617,0,0,1), - (13650,3632,1,1744,0,-586.087,-2071.17,56.5537,-2.25764,275,0,0,984,0,0,0), - (13651,3632,1,1744,0,-699.78,-2096.64,65.7264,1.71005,275,5,0,984,0,0,1), - (13652,3632,1,1744,0,-620.265,-2026.42,62.9523,4.24967,275,5,0,984,0,0,2), - (13653,3632,1,1744,0,-702.455,-2057.59,65.516,2.0034,275,5,0,984,0,0,1), - (13654,3632,1,1744,0,-654.005,-2029.85,65.9875,0.434632,275,5,0,984,0,0,1), - (13655,3632,1,1744,0,-738.699,-2058.32,70.5042,1.71042,275,0,0,984,0,0,0), - (13656,3632,1,1744,0,-584.58,-2047.01,57.6679,5.14236,275,5,0,984,0,0,1), - (13657,3632,1,1744,0,-756.016,-2068.75,70.8579,3.3913,275,5,0,984,0,0,1), - (13658,3632,1,1744,0,-792.941,-2028.69,79.6854,4.59415,275,5,0,984,0,0,1), - (13659,3632,1,1744,0,-770.182,-2056.52,75.0576,4.20922,275,5,0,984,0,0,2), - (13660,3632,1,1744,0,-737.278,-2098.99,74.9887,5.88898,275,5,0,984,0,0,1), - (13661,3632,1,1744,0,-690.418,-2016.85,65.7357,4.09559,275,5,0,984,0,0,1), - (13662,3376,1,3839,0,-4036.3,-2397.58,135.856,5.07047,275,2,0,617,0,0,1), - (13663,3377,1,3838,0,-4092.78,-2378.36,135.855,3.3581,275,2,0,664,0,0,1), - (13664,3377,1,3838,0,-4086.65,-2389.44,118.076,3.97791,275,2,0,664,0,0,1), - (13665,3377,1,3838,0,-4078.41,-2369.83,108.992,1.67552,275,0,0,664,0,0,0), - (13666,3377,1,3838,0,-4082.9,-2398.66,135.856,2.3115,275,2,0,664,0,0,1), - (13667,3377,1,3837,0,-4056.19,-2380.15,118.076,2.24807,275,5,0,664,0,0,2), - (13668,3377,1,3838,0,-4072.65,-2391.81,118.076,0.636946,275,5,0,664,0,0,2), - (13669,3377,1,3837,0,-4106.18,-2294.98,126.465,3.19993,275,0,0,664,0,0,0), - (13670,3377,1,3838,0,-4085.58,-2336.61,126.13,2.76589,275,6,0,664,0,0,2), - (13671,3377,1,3838,0,-4124.23,-2334.84,128.679,4.72586,275,0,0,664,0,0,0), - (13672,3377,1,3838,0,-4085.55,-2348.75,126.13,4.36414,275,0,0,664,0,0,0), - (13673,3377,1,3837,0,-4064.48,-2333.4,127.519,4.49862,275,3,0,664,0,0,1), - (13674,3377,1,3838,0,-4054.32,-2352.61,126.13,2.5463,275,3,0,664,0,0,2), - (13675,3633,1,949,0,-574.995,-2202.39,46.3733,4.95041,275,5,0,1068,0,0,1), - (13676,3633,1,949,0,-591.547,-2231.25,42.0023,2.18189,275,5,0,1068,0,0,1), - (13677,3633,1,949,0,-602.303,-2177.95,49.7213,3.32647,275,5,0,1068,0,0,1), - (13678,3633,1,949,0,-587.023,-2320.77,27.0485,3.32951,275,5,0,1068,0,0,1), - (13679,3633,1,949,0,-558.996,-2245.18,40.3244,0.697156,275,5,0,1068,0,0,1), - (13680,3633,1,949,0,-605.579,-2202.85,47.1908,2.80694,275,5,0,1068,0,0,1), - (13681,3633,1,949,0,-637.737,-2359.97,20.6555,4.54861,275,5,0,1068,0,0,1), - (13682,3633,1,949,0,-597.991,-2361.27,24.1485,3.45914,275,5,0,1068,0,0,1), - (13683,3633,1,949,0,-568.798,-2286.27,31.869,2.01627,275,5,0,1068,0,0,1), - (13684,3633,1,949,0,-548.19,-2325.85,31.8243,5.56724,275,5,0,1068,0,0,1), - (13685,3633,1,949,0,-682.315,-2338.5,18.083,4.43314,275,0,0,1068,0,0,0), - (13686,3633,1,949,0,-701.556,-2275.48,16.4813,5.27352,275,5,0,1068,0,0,1), - (13687,3633,1,949,0,-694.132,-2193.38,30.9833,5.50887,275,5,0,1068,0,0,1), - (13688,3633,1,949,0,-643.7,-2181.51,45.0998,1.81398,275,5,0,1068,0,0,1), - (13689,3377,1,3837,0,-4056.12,-2305.36,127.175,2.25591,275,2,0,664,0,0,1), - (13690,3377,1,3838,0,-4069.81,-2299.57,124.815,1.40607,275,0,0,664,0,0,0), - (13691,3377,1,3837,0,-4043.01,-2379.94,135.857,1.5438,275,2,0,664,0,0,1), - (13692,3378,1,3870,0,-4050.22,-2368.29,118.076,5.21282,275,2,0,788,0,0,1), - (13693,3378,1,3870,0,-4068.24,-2364.63,108.992,2.46091,275,0,0,788,0,0,0), - (13694,3378,1,3870,0,-4068.6,-2419.86,135.853,6.07644,275,2,0,788,0,0,1), - (13695,3378,1,3870,0,-4083.7,-2363.32,108.909,1.82801,275,2,0,788,0,0,1), - (13696,3378,1,3870,0,-4085.39,-2395.63,124.742,4.35946,275,0,0,788,0,0,0), - (13697,3378,1,3870,0,-4056.48,-2356.24,135.855,0.057369,275,2,0,788,0,0,1), - (13698,3378,1,3870,0,-4033.32,-2403.64,126.131,0.156323,275,0,0,788,0,0,0), - (13699,3378,1,3870,0,-4059.56,-2393.52,126.13,6.03654,275,0,0,788,0,0,0), - (13700,3378,1,3870,0,-4079.03,-2305.74,125.778,1.81514,275,0,0,788,0,0,0), - (13701,3378,1,3870,0,-4071.59,-2382.75,126.13,4.86794,275,0,0,788,0,0,0), - (13702,3634,1,1746,0,-554.679,-2228.17,46.7477,0.69493,275,5,0,984,0,0,1), - (13703,3634,1,1746,0,-685.966,-2248.91,17.2685,4.31427,275,5,0,984,0,0,1), - (13704,3634,1,1746,0,-669.561,-1996.79,62.1532,0.009996,275,5,0,984,0,0,2), - (13705,3634,1,1746,0,-752.352,-2086.72,75.123,5.96912,275,5,0,984,0,0,2), - (13706,3379,1,4199,0,345.156,-2276.85,242.759,3.00494,275,0,0,198,0,0,0), - (13707,3379,1,4199,0,322.296,-2156.63,212.436,1.34358,275,5,0,198,0,0,1), - (13708,3379,1,4199,0,389.586,-2218.86,184.238,4.9167,275,0,0,198,0,0,0), - (13709,3379,1,4199,0,542.434,-2228.31,92.4059,1.53639,275,5,0,198,0,0,1), - (13710,3379,1,4198,0,404.083,-2204.68,182.761,5.628,275,0,0,198,0,0,0), - (13711,3379,1,4198,0,318.887,-2225.73,212.504,5.68724,275,5,0,198,0,0,2), - (13712,3379,1,4198,0,316.669,-2211.67,213.354,2.71823,275,0,0,198,0,0,0), - (13713,3379,1,4199,0,338.578,-2248.21,240.117,5.96469,275,0,0,198,0,0,0), - (13714,3379,1,4199,0,387.361,-2067.34,133.031,3.50722,275,5,0,198,0,0,2), - (13715,3379,1,4198,0,351.639,-2160.61,213.542,3.54302,275,0,0,198,0,0,0), - (13716,3379,1,4198,0,589.491,-2264.52,91.7917,3.2918,275,5,0,198,0,0,1), - (13717,3379,1,4198,0,298.653,-2178.85,213.197,3.57518,275,0,0,198,0,0,0), - (13718,3379,1,4198,0,331.321,-2289.56,241.433,3.39171,275,0,0,198,0,0,0), - (13719,3379,1,4199,0,604.197,-2231.59,91.7917,0.388831,275,5,0,198,0,0,1), - (13720,3379,1,4199,0,393.528,-2236.48,188.572,4.16879,275,0,0,198,0,0,0), - (13721,3379,1,4198,0,542.827,-2139.62,92.1667,5.44498,275,5,0,198,0,0,1), - (13722,3379,1,4199,0,393.371,-2107.34,136.743,0.866531,275,0,0,198,0,0,0), - (13723,3379,1,4199,0,350.552,-2177.84,210.553,5.83003,275,5,0,198,0,0,2), - (13724,3379,1,4199,0,400.656,-2088.59,133.726,0.878769,275,0,0,198,0,0,0), - (13725,3379,1,4199,0,323.201,-2177.82,213.923,4.15639,275,3,0,198,0,0,2), - (13726,3379,1,4198,0,314.15,-2194.63,213.048,3.76847,275,3,0,198,0,0,1), - (13727,3379,1,4198,0,597.596,-2198.71,91.7917,3.30767,275,5,0,198,0,0,1), - (13728,3379,1,4199,0,404.072,-2219.44,183.636,5.46074,275,0,0,198,0,0,0), - (13729,3379,1,4199,0,394.449,-2071.46,132.199,2.98646,275,6,0,198,0,0,2), - (13730,3379,1,4199,0,380.576,-2086.33,134.074,4.75078,275,0,0,198,0,0,0), - (13731,3379,1,4199,0,380.776,-2105.6,135.118,2.02733,275,2,0,198,0,0,1), - (13732,3380,1,4197,0,352.614,-2278.37,244.634,5.91114,275,0,0,199,459,0,0), - (13733,3380,1,4196,0,298.438,-2189.37,213.322,2.41297,275,0,0,199,459,0,0), - (13734,3380,1,4196,0,327.431,-2192.19,212.423,4.56637,275,3,0,199,459,0,1), - (13735,3380,1,4196,0,326.624,-2244.81,241.131,3.55063,275,0,0,199,459,0,0), - (13736,3380,1,4197,0,568.561,-2267.84,95.5417,0.265934,275,3,0,199,459,0,1), - (13737,3380,1,4196,0,572.237,-2233.42,94.1149,2.93898,275,5,0,199,459,0,1), - (13738,3380,1,4196,0,395.265,-2206.66,183.738,0.064694,275,0,0,199,459,0,0), - (13739,3380,1,4196,0,374.69,-2161.41,212.271,2.13908,275,0,0,199,459,0,0), - (13740,3380,1,4197,0,402.647,-2228.35,185.386,1.7662,275,0,0,199,459,0,0), - (13741,3380,1,4196,0,315.606,-2246.67,214.393,4.74649,275,0,0,199,459,0,0), - (13742,3380,1,4196,0,388.859,-2093.44,132.199,3.52428,275,0,0,199,459,0,0), - (13743,3380,1,4197,0,296.875,-2209.38,213.065,1.48674,275,0,0,199,459,0,0), - (13744,3380,1,4197,0,392.509,-2223.86,184.363,5.55611,275,0,0,199,459,0,0), - (13745,3380,1,4196,0,571.659,-2196.09,100.656,1.10426,275,0,0,199,459,0,0), - (13746,3380,1,4197,0,343.56,-2203.23,219.577,0.655561,275,0,0,199,459,0,0), - (13747,3380,1,4197,0,543.371,-2130.23,92.1667,1.18613,275,5,0,199,459,0,1), - (13748,3380,1,4196,0,310.424,-2173.85,214.548,4.25947,275,3,0,199,459,0,1), - (13749,3380,1,4197,0,326.662,-2287.95,243.058,2.01997,275,0,0,199,459,0,0), - (13750,3380,1,4196,0,305.66,-2255.47,244.234,3.45575,275,0,0,199,459,0,0), - (13751,14901,1,10038,0,-623.98,-3180.06,91.75,2.40855,275,0,0,138,0,0,2), - (13752,14901,1,10038,0,-576.141,-3149.49,95.0499,2.37365,275,0,0,138,0,0,0), - (13753,14901,1,10038,0,-545.502,-3163.96,93.6604,5.44543,275,0,0,138,0,0,0), - (13754,14901,1,10038,0,-527.328,-3155.94,96.5555,2.70526,275,0,0,138,0,0,0), - (13755,3381,1,3830,0,-1543.04,-3905.79,13.8268,1.37915,275,5,0,247,0,0,2), - (13756,14901,1,10038,0,-573.482,-3157.51,94.8628,4.60767,275,0,0,138,0,0,0), - (13757,14901,1,10038,0,-510.815,-3162.06,94.881,5.32325,275,0,0,138,0,0,0), - (13758,3381,1,4639,0,-1364.86,-3902.58,10.714,5.93721,275,0,0,247,0,0,0), - (13759,14901,1,10038,0,-3.25799,-3652.25,27.4868,0.907133,275,0,0,138,0,0,0), - (13760,3381,1,374,0,-1355.43,-3909.21,9.08899,3.40444,275,0,0,247,0,0,0), - (13761,14901,1,10038,0,-559.173,-3152.34,95.5284,0.383972,275,0,0,138,0,0,0), - (13762,14901,1,10038,0,-510.429,-3155.92,95.2224,0.314159,275,0,0,138,0,0,0), - (13763,14901,1,10038,0,-558.887,-3163.22,94.3713,3.61283,275,0,0,138,0,0,0), - (13764,14901,1,10038,0,-545.446,-3158.18,94.4741,1.88496,275,0,0,138,0,0,0), - (13765,14901,1,10038,0,-637.907,-3183.19,91.7917,4.67215,275,0,0,138,0,0,2), - (13766,3381,1,374,0,-1511.47,-3820.35,22.8555,3.83987,275,0,0,247,0,0,0), - (13767,3381,1,3830,0,-1503.98,-3828.93,23.4805,4.1928,275,0,0,247,0,0,0), - (13768,3381,1,3830,0,-1575.23,-3890.42,14.9673,4.81056,275,0,0,247,0,0,0), - (13769,14901,1,10038,0,-523.563,-3138.01,94.5256,0.855211,275,0,0,138,0,0,0), - (13770,14901,1,10038,0,-2405.6,-1630.36,91.3014,1.80851,275,0,0,138,0,0,0), - (13771,3381,1,3830,0,-1694.18,-3822.89,14.0629,3.16988,275,10,0,247,0,0,1), - (13772,14901,1,10038,0,-627.443,-3180.37,91.75,0.837758,275,0,0,138,0,0,0), - (13773,14901,1,10038,0,-14.359,-3596.14,29.4378,6.10608,275,0,0,138,0,0,0), - (13775,14901,1,10038,0,-628.982,-3160.92,92.2917,1.20787,275,0,0,138,0,0,2), - (13776,14901,1,10038,0,-614.354,-3171.92,91.6669,3.83255,275,0,0,138,0,0,0), - (13777,3381,1,3830,0,-1322.96,-3884.7,11.2829,4.5612,275,5,0,247,0,0,1), - (13778,3381,1,3829,0,-1356.29,-3871.02,16.3233,1.28062,275,15,0,247,0,0,1), - (13779,3381,1,3829,0,-1379.15,-3878.25,15.4789,0.994576,275,15,0,247,0,0,1), - (13780,3381,1,374,0,-1449.32,-3851.92,19.6078,1.12461,275,15,0,247,0,0,1), - (13781,3381,1,3830,0,-1420.13,-3851.93,18.3638,4.48549,275,15,0,247,0,0,1), - (13782,3381,1,4639,0,-1475.19,-3824.18,23.9217,0.29135,275,15,0,247,0,0,1), - (13783,3381,1,3829,0,-1484.97,-3845.57,22.3606,6.11632,275,15,0,247,0,0,1), - (13784,3381,1,374,0,-1556.19,-3844.3,19.3562,2.11123,275,15,0,247,0,0,1), - (13785,3381,1,3830,0,-1585.06,-3863.53,16.6472,2.09521,275,15,0,247,0,0,1), - (13786,3381,1,374,0,-1710.46,-3853.85,9.36928,4.64775,275,5,0,247,0,0,1), - (13787,3381,1,4639,0,-1652.93,-3845.09,13.9604,2.23863,275,15,0,247,0,0,1), - (13788,3381,1,374,0,-1710.5,-3815.38,13.1143,1.58423,275,6,0,247,0,0,2), - (13789,3381,1,4639,0,-1742.9,-3730.12,13.7647,5.00424,275,0,0,247,0,0,0), - (13790,3381,1,374,0,-1719.14,-3822.49,12.2393,2.11395,275,0,0,247,0,0,0), - (13791,3381,1,4639,0,-1779.11,-3746.11,6.99488,1.16129,275,5,0,247,0,0,1), - (13792,3381,1,3830,0,-1316.59,-3819.8,18.2767,5.45288,275,15,0,247,0,0,1), - (13793,3381,1,4639,0,-1387.12,-3820.48,23.6107,4.45402,275,2,0,247,0,0,1), - (13794,3382,1,4637,0,-1362.63,-3753.26,59.8992,2.50069,275,3,0,273,0,0,1), - (13795,3382,1,3828,0,-1500.4,-3819.95,23.7305,4.44864,275,0,0,273,0,0,0), - (13796,3382,1,3828,0,-1551.75,-3879.11,17.9673,2.60781,275,10,0,273,0,0,1), - (13797,3382,1,3827,0,-1364.4,-3922.69,10.464,4.67184,275,0,0,273,0,0,0), - (13798,3382,1,4637,0,-1584.63,-3893.37,13.8423,0.76581,275,5,0,273,0,0,1), - (13799,3382,1,3828,0,-1614.85,-3881.7,14.5977,5.25441,275,15,0,273,0,0,1), - (13800,3382,1,3827,0,-1563.96,-3906.81,12.5768,4.07916,275,5,0,273,0,0,1), - (13801,3638,1,4266,0,-588.715,-2200.04,45.6285,5.36316,275,5,0,1068,0,0,2), - (13802,3638,1,4266,0,-556.093,-2315.58,29.8233,4.80549,275,5,0,1068,0,0,1), - (13803,3638,1,4266,0,-565.809,-2266.46,34.8986,3.56449,275,5,0,1068,0,0,1), - (13804,3638,1,4266,0,-642.9,-2353.11,19.7135,1.81058,275,5,0,1068,0,0,1), - (13805,3638,1,4266,0,-674.48,-2371.77,24.0559,3.28122,275,0,0,1068,0,0,0), - (13806,3638,1,4266,0,-682.4,-2232.42,17.3706,5.89921,275,0,0,1068,0,0,0), - (13807,3638,1,4266,0,-703.857,-2195.14,26.31,2.89072,275,5,0,1068,0,0,2), - (13808,3382,1,4637,0,-1488.66,-3812.55,25.2301,1.2821,275,5,0,273,0,0,1), - (13809,3382,1,3828,0,-1541.96,-3819.97,19.0987,2.02569,275,5,0,273,0,0,1), - (13810,3638,1,4266,0,-620.707,-2198.56,49.8051,4.4277,275,5,0,1068,0,0,1), - (13811,3382,1,4637,0,-1519.15,-3850.85,21.0148,3.94356,275,5,0,273,0,0,1), - (13812,3638,1,4266,0,-677.419,-2049.47,67.1401,3.35103,275,0,0,1068,0,0,0), - (13813,3638,1,4266,0,-641.45,-2024.57,64.999,3.20455,275,5,0,1068,0,0,1), - (13814,3382,1,4637,0,-1729.21,-3839.87,10.4943,0.205792,275,5,0,273,0,0,1), - (13815,3382,1,4637,0,-1685.82,-3849.45,12.5808,3.78859,275,10,0,273,0,0,1), - (13816,3382,1,3827,0,-1715.62,-3828.13,12.1143,2.35616,275,0,0,273,0,0,0), - (13817,3382,1,3827,0,-1714.95,-3773.84,13.0647,4.02789,275,5,0,273,0,0,1), - (13818,3382,1,3828,0,-1751.15,-3732.45,12.8897,2.18992,275,0,0,273,0,0,0), - (13819,3382,1,3827,0,-1745.06,-3755.27,10.4459,2.73388,275,5,0,273,0,0,1), - (13820,3382,1,3828,0,-1731.59,-3715.31,16.9736,5.86292,275,0,0,273,0,0,0), - (13821,3382,1,3827,0,-1778.44,-3724.77,10.1538,6.2148,275,5,0,273,0,0,1), - (13822,3382,1,3828,0,-1348.52,-3848.37,17.9376,0.617578,275,15,0,273,0,0,1), - (13823,3383,1,4638,0,-1383.15,-3687.65,93.5383,4.19021,275,15,0,270,0,0,1), - (13824,3383,1,4638,0,-1319.45,-3680.38,94.4891,1.42223,275,5,0,270,0,0,1), - (13825,3383,1,3835,0,-1476.24,-3680.36,93.3553,3.91796,275,5,0,270,0,0,2), - (13826,3383,1,3836,0,-1380.79,-3598.68,91.9223,4.4005,275,0,0,270,0,0,0), - (13827,3383,1,4640,0,-1454.21,-3678.04,94.2608,2.46724,275,5,0,270,0,0,1), - (13828,3383,1,4638,0,-1343.98,-3655.04,94.2917,5.24186,275,5,0,270,0,0,1), - (13829,3383,1,4640,0,-1377.99,-3621.68,93.0595,4.8394,275,15,0,270,0,0,1), - (13830,3383,1,4640,0,-1435.13,-3655.66,92.164,0.707225,275,0,0,270,0,0,0), - (13831,3383,1,3835,0,-1632.72,-3611.71,91.7791,4.81137,275,0,0,270,0,0,0), - (13832,3383,1,4638,0,-1466.42,-3654.79,92.164,4.82182,275,0,0,270,0,0,0), - (13833,3383,1,3836,0,-1689.12,-3609.2,92.6125,0.986458,275,0,0,270,0,0,0), - (13834,2564,0,1054,0,-1207.1,-2032.84,39.2927,1.41958,400,3,0,1221,0,0,1), - (13835,3383,1,4638,0,-1354.75,-3609.21,95.0417,1.40191,275,3,0,270,0,0,1), - (13836,3383,1,4640,0,-1717.36,-3586.68,91.7917,0.442002,275,5,0,270,0,0,1), - (13837,3383,1,4640,0,-1504.79,-3685.6,91.81,4.80416,275,0,0,270,0,0,0), - (13838,3383,1,4638,0,-1647.02,-3584.82,94.2038,1.85839,275,5,0,270,0,0,1), - (13839,3383,1,4640,0,-1492.01,-3658.11,92.2071,4.97259,275,0,0,270,0,0,0), - (13840,3383,1,3836,0,-1359.43,-3677.66,92.9133,0.121495,275,0,0,270,0,0,0), - (13841,3383,1,3835,0,-1418.62,-3707.99,93.7039,5.51736,275,0,0,270,0,0,0), - (13842,3383,1,4638,0,-1512.1,-3715.74,92.0046,0.465637,275,5,0,270,0,0,1), - (13843,3383,1,3835,0,-1605.69,-3688.5,91.6631,5.11785,275,5,0,270,0,0,1), - (13844,3383,1,3836,0,-1580.98,-3704.66,91.7976,0.743618,275,5,0,270,0,0,1), - (13845,3383,1,4640,0,-1614.56,-3655.39,94.3884,5.05761,275,5,0,270,0,0,1), - (13846,3384,1,3834,0,-1372.47,-3597.1,91.7973,1.43257,275,0,0,300,0,0,0), - (13847,3384,1,3833,0,-1547.45,-3680.81,100.81,6.27123,275,0,0,300,0,0,0), - (13848,5944,1,4614,0,-2396.19,-1937.91,96.8255,1.62316,275,0,0,1240,0,0,0), - (13849,3384,1,3833,0,-1628.84,-3619.29,91.7791,3.49144,275,0,0,300,0,0,0), - (13850,3384,1,3834,0,-1590.6,-3680.03,91.9167,1.9592,275,0,0,300,0,0,0), - (13851,3384,1,3833,0,-1694.16,-3605.53,92.1125,5.54986,275,0,0,300,0,0,0), - (13852,3384,1,3834,0,-1462.93,-3638.82,92.164,1.24317,275,0,0,300,0,0,0), - (13853,3384,1,3833,0,-1388.78,-3648.11,93.3095,3.16945,275,5,0,300,0,0,1), - (13854,3384,1,3833,0,-1695.83,-3617.48,91.9875,3.14334,275,5,0,300,0,0,1), - (13855,3384,1,3834,0,-1365.35,-3667.45,93.1633,0.753877,275,0,0,300,0,0,0), - (13856,3384,1,3834,0,-1467.05,-3661.02,92.2071,5.79127,275,0,0,300,0,0,0), - (13857,3384,1,3833,0,-1498.93,-3680.29,91.8797,1.29545,275,0,0,300,0,0,0), - (13858,3384,1,3834,0,-1679.05,-3584.12,93.2891,0.212183,275,5,0,300,0,0,1), - (13859,3384,1,3833,0,-1713.15,-3609.62,92.0634,1.11498,275,15,0,300,0,0,1), - (13860,3384,1,3834,0,-1415.42,-3681.08,93.8858,3.89734,275,15,0,300,0,0,1), - (13861,3384,1,3833,0,-1481.86,-3709.45,93.8452,2.80532,275,5,0,300,0,0,1), - (13862,3384,1,3833,0,-1542.27,-3713.02,92.0002,0.405506,275,5,0,300,0,0,1), - (13863,3384,1,3834,0,-1644.85,-3648.26,91.9672,5.67541,275,5,0,300,0,0,1), - (13864,3385,1,1858,0,-2047.22,-3469,99.9157,2.12752,275,0,0,334,0,0,0), - (13865,3385,1,1858,0,-2102.72,-3547.09,93.5763,1.03446,275,0,0,334,0,0,0), - (13866,3385,1,1858,0,-2150.47,-3585.64,91.777,0.829631,275,0,0,334,0,0,0), - (13867,3385,1,1858,0,-2191.69,-3698.57,90.6591,3.98492,275,5,0,334,0,0,2), - (13868,3385,1,1858,0,-1938.34,-3713.84,7.20031,2.56931,275,5,0,334,0,0,1), - (13869,3385,1,1858,0,-1996.04,-3604.83,23.5696,0.795989,275,0,0,334,0,0,0), - (13870,3385,1,1858,0,-2112.75,-3667.29,61.3254,1.92946,275,0,0,334,0,0,0), - (13871,3385,1,1858,0,-2122.1,-3653.21,61.3179,5.84166,275,0,0,334,0,0,0), - (13872,3385,1,1858,0,-2214.54,-3773.77,95.7741,5.04926,275,0,0,334,0,0,0), - (13873,3385,1,1858,0,-1999.21,-3611.73,23.5696,2.06045,275,0,0,334,0,0,0), - (13874,3385,1,1858,0,-2004.69,-3638.1,23.0931,1.13588,275,3,0,334,0,0,1), - (13875,3385,1,1858,0,-2063.93,-3645.5,66.1376,5.03229,275,2,0,334,0,0,1), - (13876,3385,1,1858,0,-2032.23,-3618.07,22.2906,1.80797,275,0,0,334,0,0,0), - (13877,3385,1,1858,0,-1912.53,-3687.93,9.46631,5.50055,275,5,0,334,0,0,2), - (13878,3385,1,1858,0,-2145.21,-3535.41,91.8284,6.25357,275,0,0,334,0,0,0), - (13879,3385,1,1858,0,-2108.07,-3660.6,96.1894,2.83512,275,6,0,334,0,0,2), - (13880,3385,1,1858,0,-2060.42,-3506.78,91.7265,2.74872,275,2,0,334,0,0,1), - (13881,3385,1,1858,0,-2021.26,-3628.24,21.8637,4.79745,275,5,0,334,0,0,2), - (13882,3385,1,1858,0,-2205.21,-3736.46,92.7907,3.25012,275,0,0,334,0,0,0), - (13883,3385,1,1858,0,-1975.95,-3594.04,21.8843,0.075859,275,2,0,334,0,0,1), - (13884,3385,1,1858,0,-2098.78,-3500.2,94.9946,3.34538,275,0,0,334,0,0,0), - (13885,3385,1,1858,0,-2086.35,-3660.21,96.2157,3.84519,275,0,0,334,0,0,0), - (13886,3385,1,1858,0,-2201.31,-3686.65,92.5723,1.89485,275,0,0,334,0,0,0), - (13887,3385,1,1858,0,-2013.44,-3622.13,21.8843,0.974825,275,5,0,334,0,0,1), - (13888,3385,1,1858,0,-2145.71,-3556.55,91.7034,1.24178,275,5,0,334,0,0,2), - (13889,3385,1,1858,0,-2040.09,-3683.91,22.0093,3.03726,275,0,0,334,0,0,0), - (13890,3385,1,1858,0,-2211.22,-3766.09,95.7716,2.50998,275,0,0,334,0,0,0), - (13891,3385,1,1858,0,-1998.96,-3582.29,22.0093,1.19337,275,2,0,334,0,0,1), - (13892,3385,1,1858,0,-2106.93,-3620.33,61.0757,4.85111,275,0,0,334,0,0,0), - (13893,3385,1,1858,0,-2095.53,-3543.93,92.4939,2.78322,275,0,0,334,0,0,0), - (13894,3385,1,1858,0,-2031.88,-3607.08,22.1949,2.94866,275,0,0,334,0,0,0), - (13895,3385,1,1858,0,-2096.57,-3653.64,61.716,0.942478,275,0,0,334,0,0,0), - (13896,3385,1,1858,0,-2142.53,-3527.31,91.9534,4.53173,275,0,0,334,0,0,0), - (13897,3385,1,1858,0,-2093.11,-3638.3,61.716,1.71153,275,6,0,334,0,0,2), - (13898,3385,1,1858,0,-2123.88,-3515.17,92.5272,5.92259,275,0,0,334,0,0,0), - (13899,3385,1,1858,0,-2228.27,-3712.82,91.943,2.53004,275,0,0,334,0,0,0), - (13900,3385,1,1858,0,-2174.74,-3622.77,91.9471,4.60728,275,2,0,334,0,0,1), - (13901,3385,1,1858,0,-2118.53,-3525.12,92.2578,4.63096,275,0,0,334,0,0,0), - (13902,3385,1,1858,0,-2135.97,-3595.74,92.652,1.24138,275,5,0,334,0,0,1), - (13903,3385,1,1858,0,-2230.87,-3729.8,92.068,2.29312,275,0,0,334,0,0,0), - (13904,3385,1,1858,0,-2011.81,-3564.49,22.5093,0.56363,275,3,0,334,0,0,1), - (13905,3385,1,1858,0,-2192.42,-3677.57,91.747,1.12606,275,0,0,334,0,0,0), - (13906,3385,1,1858,0,-2046.68,-3693.21,21.8843,1.44959,275,0,0,334,0,0,0), - (13907,3385,1,1858,0,-2041.75,-3495.95,92.2907,0.116608,275,0,0,334,0,0,0), - (13908,3641,1,1752,0,-575.642,-2113.77,38.6434,4.78286,275,5,0,1068,0,0,1), - (13909,3641,1,1752,0,-659.187,-2244.31,12.9283,2.14437,275,5,0,1068,0,0,1), - (13910,3641,1,1752,0,-650.032,-2269.3,12.6655,3.50359,275,5,0,1068,0,0,1), - (13911,3641,1,1752,0,-626.137,-2250.59,12.6655,1.54253,275,5,0,1068,0,0,1), - (13912,3641,1,1752,0,-645.486,-2233.58,12.6982,5.04233,275,5,0,1068,0,0,1), - (13913,3641,1,1752,0,-626.358,-2277.41,15.2251,3.77782,275,5,0,1068,0,0,1), - (13914,3641,1,1752,0,-645.988,-2296.02,14.0147,0.090112,275,5,0,1068,0,0,1), - (13915,3641,1,1752,0,-585.333,-2113,40.8668,4.25881,275,5,0,1068,0,0,1), - (13916,3385,1,1858,0,-1877.66,-3660.91,10.4404,3.61516,275,5,0,334,0,0,1), - (13917,3385,1,1858,0,-1905.31,-3481.39,41.3597,0.193798,275,3,0,334,0,0,1), - (13918,3385,1,1858,0,-1940.88,-3538.09,26.2773,2.00904,275,5,0,334,0,0,1), - (13919,3385,1,1858,0,-1906.11,-3578.02,19.4245,0.530097,275,3,0,334,0,0,1), - (13920,3385,1,1858,0,-1923.51,-3514.79,30.0445,1.86599,275,5,0,334,0,0,2), - (13921,3385,1,1858,0,-1907.38,-3616.16,11.7975,4.62438,275,5,0,334,0,0,2), - (13922,3385,1,1858,0,-1977.61,-3674.55,17.7637,2.36234,275,3,0,334,0,0,1), - (13923,3385,1,1858,0,-1928.6,-3653.89,15.0444,3.48066,275,2,0,334,0,0,1), - (13924,3385,1,1858,0,-2010.92,-3675.91,22.1733,5.96903,275,0,0,334,0,0,0), - (13925,3385,1,1858,0,-2005.04,-3667.33,22.3008,5.34071,275,0,0,334,0,0,0), - (13926,3385,1,1858,0,-1990.74,-3695.62,18.3887,6.20817,275,3,0,334,0,0,1), - (13927,3385,1,1858,0,-2094.75,-3644.64,72.4356,3.31713,275,5,0,334,0,0,2), - (13928,3385,1,1858,0,-2037.48,-3678.57,21.9316,0.949582,275,5,0,334,0,0,2), - (13929,3385,1,1858,0,-2106.81,-3640.48,87.3589,3.95535,275,6,0,334,0,0,2), - (13930,3385,1,1858,0,-2110.61,-3635.96,96.1894,0.617702,275,0,0,334,0,0,0), - (13931,3385,1,1858,0,-2099.77,-3634.95,87.3654,3.42484,275,6,0,334,0,0,2), - (13932,3385,1,1858,0,-2111.08,-3649.55,87.4044,0.392215,275,0,0,334,0,0,0), - (13933,3385,1,1858,0,-2099.32,-3651.84,61.7993,0.715585,275,0,0,334,0,0,0), - (13934,3385,1,1858,0,-2089.48,-3631.79,96.2149,4.40373,275,0,0,334,0,0,0), - (13935,3386,1,1857,0,-2011.42,-3601.86,21.8843,5.9262,275,5,0,336,357,0,1), - (13936,3386,1,1857,0,-2150.59,-3596.17,92.277,5.79597,275,0,0,336,357,0,0), - (13937,3386,1,1856,0,-2117.84,-3659.22,61.0679,0.131016,275,3,0,336,357,0,1), - (13938,3386,1,1856,0,-2134.64,-3506.05,92.4534,5.98842,275,5,0,336,357,0,1), - (13939,3386,1,1856,0,-2045.33,-3680.98,21.8843,5.27978,275,0,0,336,357,0,0), - (13940,3386,1,1856,0,-2093.81,-3509.29,130.084,0.009634,275,2,0,336,357,0,1), - (13941,3386,1,1856,0,-2091.77,-3502.5,94.9972,4.0438,275,0,0,336,357,0,0), - (13942,3386,1,1857,0,-2201.4,-3678.58,92.9473,4.55901,275,0,0,336,357,0,0), - (13943,3386,1,1856,0,-1997.42,-3589.75,22.2593,3.43819,275,2,0,336,357,0,1), - (13944,3386,1,1856,0,-2017.57,-3562.02,23.1343,2.89181,275,3,0,336,357,0,1), - (13945,3386,1,1857,0,-2098.35,-3641.68,61.716,4.97756,275,3,0,336,357,0,1), - (13946,3386,1,1857,0,-2220.71,-3770.01,95.7766,5.32644,275,0,0,336,357,0,0), - (13947,3386,1,1856,0,-1998.05,-3633.93,23.1615,2.34987,275,3,0,336,357,0,1), - (13948,3386,1,1857,0,-2080.84,-3642.75,96.1716,4.78062,275,0,0,336,357,0,0), - (13949,3387,1,3845,0,-2382.81,-1922.69,95.8663,0.017453,275,0,0,1764,0,0,0), - (13950,3388,1,3848,0,-1350.74,-4048.38,6.23952,5.3058,275,0,0,1764,0,0,0), - (13951,2620,1,1072,0,-724.921,-2947.51,96.5691,2.99859,275,20,0,8,0,0,1), - (13952,2620,1,1072,0,-625.659,-2608.47,92.2445,5.5627,275,20,0,8,0,0,1), - (13953,2620,1,1072,0,-2019.21,-2731.06,91.9898,1.5298,275,20,0,8,0,0,1), - (13954,2620,1,1072,0,-2264.5,-2323.76,94.3514,2.72773,275,20,0,8,0,0,1), - (13955,2620,1,1072,0,569.126,-1631.37,91.7917,1.76022,275,20,0,8,0,0,1), - (13956,2620,1,1072,0,-403.389,-2337.43,96.6765,2.02044,275,20,0,8,0,0,1), - (13957,2620,1,1072,0,720.811,-2245.91,92.767,0.86831,275,20,0,8,0,0,1), - (13958,2620,1,1072,0,-1259.92,-2173.78,91.932,3.03007,275,20,0,8,0,0,1), - (13959,2620,1,1072,0,-3787.27,-1576.56,92.3558,2.04144,275,20,0,8,0,0,1), - (13960,2620,1,1072,0,-1712.46,-1701.31,91.927,4.19439,275,20,0,8,0,0,1), - (13961,2620,1,1072,0,-1447,-1627,92.0196,0.226506,275,20,0,8,0,0,1), - (13962,2620,1,1072,0,-752.698,-3311.46,92.3753,0.944853,275,20,0,8,0,0,1), - (13963,2620,1,1072,0,-1179.01,-1765.52,88.189,2.78462,275,20,0,8,0,0,1), - (13964,14908,1,14589,0,1017.95,-2224.33,93.08,4.7,275,5,0,64,0,0,2), - (13965,2620,1,1072,0,-1014.78,-2784.56,93.993,0.129198,275,20,0,8,0,0,1), - (13966,2620,1,1072,0,-974.754,-2982.22,92.3395,0.766638,275,20,0,8,0,0,1), - (13967,2620,1,1072,0,-1691.41,-3552.41,95.6794,1.30831,275,20,0,8,0,0,1), - (13968,2620,1,1072,0,336.312,-1532.2,94.5918,0.472241,275,20,0,8,0,0,1), - (13969,2620,1,1072,0,-1316.92,-1916.8,82.4067,2.42972,275,20,0,8,0,0,1), - (13970,2620,1,1072,0,-3899.39,-1752.01,93.2426,2.7541,275,20,0,8,0,0,1), - (13971,2620,1,1072,0,-67.3944,-1613.49,92.042,6.03013,275,20,0,8,0,0,1), - (13972,2620,1,1072,0,667.883,-1334.32,92.6511,5.5254,275,20,0,8,0,0,1), - (13973,2620,1,1072,0,-1558.38,-2724.95,91.9749,1.00557,275,20,0,8,0,0,1), - (13974,2620,1,1072,0,747.434,-2777.88,93.6922,5.91138,275,20,0,8,0,0,1), - (13975,2620,1,1072,0,-1941.82,-3384.47,60.4097,5.76113,275,20,0,8,0,0,1), - (13976,2620,1,1072,0,234.225,-1867.35,92.1805,0.349066,275,0,0,8,0,0,0), - (13977,2620,1,1072,0,483.333,-2783.33,93.7676,0.705569,275,20,0,8,0,0,1), - (13978,2620,1,1072,0,-2472.95,-2041.59,92.365,3.30932,275,20,0,8,0,0,1), - (13979,3389,1,3847,0,-307.136,-1971.95,96.48,4.64258,275,0,0,1454,0,0,0), - (13980,14909,1,15002,0,1017.95,-2224.33,93.08,4.7,275,0,0,644,0,0,0), - (13982,3390,1,1965,0,-424.542,-2589.88,95.9052,6.23082,275,0,0,1042,0,0,0), - (13983,3391,1,7052,0,-835.563,-3728.66,26.3746,3.21141,275,0,0,3857,0,0,0), - (13984,3392,1,1400,0,-4212.91,-2274.4,50.3081,3.14864,275,0,0,701,618,0,0), - (13985,7233,1,5986,0,1236.78,-2994.62,91.7917,4.46804,600,0,0,7577,0,0,0), - (13986,3393,1,1855,0,-2079.88,-3644.3,96.2664,3.08923,275,0,0,484,0,0,0), - (13987,12865,1,12909,0,-4847.45,-2294.25,86.7429,5.70723,275,0,0,3150,2194,0,0), - (13988,3394,1,4874,0,23.4936,-1714.62,101.474,0.41741,275,5,0,356,0,0,2), - (13989,12866,1,12964,0,-4801.73,-2343.74,116.104,1.32645,275,0,0,2016,1067,0,0), - (13990,3396,1,9448,0,-1167.06,-2042.27,92.2584,0.481288,275,0,0,449,0,0,2), - (13991,3397,1,9447,0,-1168.06,-2040.54,92.2584,0.481264,275,0,0,234,295,0,0), - (13992,3397,1,9447,0,-1168.91,-2043.24,92.2584,0.481511,275,0,0,234,295,0,0), - (13993,3397,1,9447,0,-1210.58,-2725.92,106.76,5.34415,275,0,0,234,295,0,0), - (13994,3397,1,9447,0,-1394.55,-2734.76,91.7917,2.35791,275,0,0,234,295,0,0), - (13995,3397,1,9447,0,-1127.29,-2796.91,92.0417,0.976338,275,0,0,234,295,0,0), - (13996,3397,1,9447,0,-1147.34,-2797.74,92.0417,1.04386,275,3,0,234,295,0,1), - (13997,3397,1,9447,0,-1417.4,-2738.95,91.7917,2.42907,275,0,0,234,295,0,0), - (13998,3397,1,9447,0,-1351.32,-2986.78,92.9249,3.40368,275,5,0,234,295,0,1), - (13999,3397,1,9447,0,-1219.27,-3081.98,94.3349,2.04425,275,5,0,234,295,0,1), - (14000,3397,1,9447,0,-1284.39,-2915.93,93.8497,1.24586,275,5,0,234,295,0,1), - (14001,3397,1,9447,0,-1179.61,-2985.06,93.4407,4.23902,275,5,0,234,295,0,1), - (14002,3397,1,9447,0,-1160.35,-3168.6,91.7917,0.357612,275,0,0,234,295,0,0), - (14003,3397,1,9447,0,-1493.2,-3043.02,91.7917,5.10249,275,5,0,234,295,0,1), - (14004,3397,1,9447,0,-1320.35,-3127.96,91.7917,2.60621,275,0,0,234,295,0,0), - (14005,3397,1,9447,0,-1334.89,-3135.21,91.7917,0.825739,275,0,0,234,295,0,0), - (14006,3397,1,9447,0,-1150.59,-2887.54,94.5679,2.98672,275,5,0,234,295,0,2), - (14007,3397,1,9447,0,-1157.47,-3127.11,91.6667,3.0509,275,0,0,234,295,0,0), - (14008,3397,1,9447,0,-1250.49,-3090.42,92.84,0.129407,275,5,0,234,295,0,1), - (14009,4166,1,2238,0,-564.859,-2551.99,92.5417,0.873921,275,0,0,14,0,0,2), - (14010,4166,1,1547,0,-1550.76,-1884.09,96.6302,0.202371,275,0,0,14,0,0,2), - (14011,4166,1,2238,0,-1571.99,-1886.69,94.9803,0.831814,275,0,0,14,0,0,2), - (14012,4166,1,2238,0,-1578.91,-1891.93,94.646,0.774671,275,0,0,14,0,0,2), - (14013,4166,1,1547,0,-1565.4,-1886.46,95.4469,0.787829,275,0,0,14,0,0,2), - (14014,4166,1,2238,0,-1566.32,-1894.35,95.5814,0.6607,275,0,0,14,0,0,2), - (14015,4166,1,2237,0,-1571.1,-1892.25,95.3899,0.734267,275,0,0,14,0,0,2), - (14016,4166,1,2238,0,-1571.88,-1894.16,95.3724,0.664982,275,20,0,14,0,0,1), - (14017,4166,1,2238,0,-1573.7,-1892.6,95.0577,0.818535,275,0,0,14,0,0,2), - (14018,4166,1,2238,0,647.492,-1979.11,93.5238,1.79159,275,20,0,14,0,0,1), - (14019,4166,1,2237,0,652.578,-1992.11,94.1957,1.70369,275,20,0,14,0,0,1), - (14020,4166,1,2238,0,652.067,-1998.06,94.0989,1.81568,275,20,0,14,0,0,1), - (14021,4166,1,1547,0,656.101,-1988.64,93.9044,1.59713,275,20,0,14,0,0,1), - (14022,4166,1,2238,0,645.567,-1992.18,94.3211,1.80077,275,20,0,14,0,0,1), - (14023,4166,1,2238,0,-571.005,-2556.43,92.2069,0.938803,275,0,0,14,0,0,2), - (14024,4166,1,2238,0,-562.784,-2554.2,92.2917,0.885524,275,0,0,14,0,0,2), - (14025,4166,1,2238,0,-572.897,-2552.29,92.4569,0.899247,275,0,0,14,0,0,2), - (14026,4166,1,2238,0,-570.469,-2547.67,92.8319,0.91193,275,0,0,14,0,0,2), - (14027,4166,1,1547,0,-2298.94,-2281.05,92.4972,3.26885,275,20,0,14,0,0,1), - (14028,4166,1,2237,0,-2243.09,-2228.98,92.9267,4.03752,275,20,0,14,0,0,1), - (14029,4166,1,1547,0,-2253.33,-2241.21,93.1163,3.91184,275,20,0,14,0,0,1), - (14030,4166,1,2238,0,-2256.42,-2248.3,93.4277,3.93069,275,20,0,14,0,0,1), - (14031,4166,1,2238,0,-2255.7,-2233.26,92.9592,4.01906,275,20,0,14,0,0,1), - (14032,4166,1,1547,0,-557.923,-2539.76,93.1667,0.89557,275,20,0,14,0,0,1), - (14033,3398,1,1397,0,-1053.21,-2090.78,51.7808,3.06066,43200,0,0,1452,0,0,0), - (14034,4166,1,2238,0,-1305.42,-2170.09,94.3055,6.18934,275,20,0,14,0,0,1), - (14035,4166,1,2238,0,-1289.34,-2162.99,92.0365,0.323703,275,20,0,14,0,0,1), - (14036,4166,1,1547,0,-1295.2,-2161.68,92.3015,0.450548,275,20,0,14,0,0,1), - (14037,4166,1,2238,0,-1315.29,-2177.78,95.2035,0.073869,275,0,0,14,0,0,0), - (14038,4166,1,1547,0,-1299.2,-2167.56,93.2594,0.407713,275,20,0,14,0,0,1), - (14039,4166,1,2238,0,-1293.71,-2170.16,92.8328,0.428727,275,20,0,14,0,0,1), - (14040,4166,1,1547,0,-1297.92,-2173.1,93.8321,0.446182,275,20,0,14,0,0,1), - (14041,4166,1,2237,0,-1299.7,-2163.3,92.9623,0.441817,275,20,0,14,0,0,1), - (14042,4166,1,1547,0,-502.584,-1996.39,94.4326,2.27603,275,0,0,14,0,0,2), - (14043,4166,1,2237,0,-487.622,-2010.14,93.2034,2.38933,275,0,0,14,0,0,2), - (14044,4166,1,1547,0,-491.924,-2010.56,93.1708,2.4934,275,0,0,14,0,0,2), - (14045,4166,1,2238,0,-487.935,-2014.8,92.7294,2.46136,275,0,0,14,0,0,2), - (14046,4166,1,1547,0,-490.426,-2006.42,93.5692,2.39076,275,0,0,14,0,0,2), - (14047,4166,1,1547,0,-480.071,-2014.89,93.3745,2.51567,275,0,0,14,0,0,2), - (14048,4166,1,2238,0,-950.849,-2690.34,94.8764,4.80418,275,20,0,14,0,0,1), - (14049,4166,1,2238,0,-2624.33,-1883.84,94.6177,0.534173,275,0,0,14,0,0,2), - (14050,4166,1,1547,0,-2636.45,-1899.12,95.8501,0.54262,275,0,0,14,0,0,2), - (14051,4166,1,2238,0,-2630.93,-1904.7,96.5375,0.156463,275,0,0,14,0,0,2), - (14052,4166,1,2237,0,-2635.23,-1905.69,96.4277,0.447744,275,0,0,14,0,0,2), - (14053,4166,1,2237,0,-2634.93,-1899.94,95.9287,0.289682,275,0,0,14,0,0,2), - (14054,4166,1,1547,0,-2640.7,-1899.03,95.8037,0.548667,275,0,0,14,0,0,2), - (14055,3655,1,7221,0,-658.948,-2006.91,61.6745,3.46793,275,0,0,1251,0,0,0), - (14056,3658,1,7057,0,-974.165,-3635,19.1651,5.31583,275,0,0,860,0,0,0), - (14057,3659,1,10704,0,-971.694,-3633.29,18.9822,5.41288,275,0,0,2192,0,0,0), - (14058,5198,1,1166,0,0.290961,-3632.87,27.4159,2.30383,275,0,0,413,370,0,0), - (14059,10063,1,9286,0,-1036.32,-3678.48,23.109,5.96903,275,0,0,2016,0,0,0), - (14060,8016,1,4264,0,1268.25,-2225.67,91.8273,0.366519,275,0,0,3026,0,0,0), - (14061,8016,1,4263,0,1248.74,-2203.71,113.479,0.593412,275,0,0,3026,0,0,0), - (14062,8016,1,4261,0,1250.6,-2244.22,92.7232,2.87974,275,5,0,3026,0,0,1), - (14063,8016,1,4261,0,1231.25,-2281.25,94.4186,6.03819,275,5,0,3026,0,0,1), - (14064,8016,1,4261,0,1193.02,-2259.09,91.7917,1.60011,275,5,0,3026,0,0,1), - (14065,8016,1,4264,0,1263.86,-2216.21,92.0113,0.226893,275,0,0,3026,0,0,0), - (14066,8016,1,4261,0,1238.94,-2212.8,92.0417,1.92637,275,5,0,3026,0,0,1), - (14067,8016,1,4261,0,1264.56,-2250.38,114.89,0.698132,275,0,0,3026,0,0,0), - (14068,8016,1,4261,0,-394.932,-1363.17,91.7855,0.977384,275,0,0,3026,0,0,0), - (14069,8016,1,4261,0,-436.993,-1341.18,99.2917,1.68265,275,2,0,3026,0,0,1), - (14070,8016,1,4261,0,-424.496,-1372.76,92.4504,0.036124,275,5,0,3026,0,0,1), - (14071,8016,1,4263,0,-378.638,-1394.49,93.5754,6.07137,275,0,0,3026,0,0,0), - (14072,8016,1,4264,0,-410.014,-1358.16,113.945,0.890118,275,0,0,3026,0,0,0), - (14073,8016,1,4264,0,-356.251,-1392.92,99.0416,4.36188,275,0,0,3026,0,0,0), - (14074,8016,1,4261,0,-383.605,-1371.59,91.9623,1.01229,275,0,0,3026,0,0,0), - (14075,3665,1,7051,0,-928.34,-3769.83,6.39278,2.47837,275,0,0,804,0,0,0), - (14077,9558,1,8846,0,-996.145,-3815.62,5.25929,0.942478,275,0,0,2972,0,0,0), - (14078,3415,1,1056,0,30.5093,-2467.74,91.7916,1.82157,275,0,0,222,0,0,0), - (14079,3415,1,1056,0,-447.847,-2926.19,92.4167,4.29007,275,0,0,222,0,0,0), - (14080,3415,1,1056,0,512.061,-2462.28,91.7917,5.80288,275,0,0,222,0,0,0), - (14081,3415,1,1056,0,-485.549,-2938.35,91.7917,6.00382,275,5,0,222,0,0,1), - (14082,3415,1,1056,0,249.44,-2596.17,94.1303,4.87336,275,15,0,222,0,0,1), - (14083,3415,1,1056,0,22.0531,-2478.83,91.7916,1.84941,275,0,0,222,0,0,0), - (14084,3415,1,1056,0,555.586,-2485.47,95.8442,5.24243,275,5,0,222,0,0,1), - (14085,3415,1,1056,0,188.886,-2560.18,91.7917,4.36376,275,0,0,222,0,0,0), - (14086,3415,1,1056,0,236.392,-2545.73,91.7917,4.84635,275,0,0,222,0,0,0), - (14087,3415,1,1056,0,570.64,-2443.24,93.1667,6.21243,275,0,0,222,0,0,0), - (14088,3415,1,1056,0,589.905,-2415.16,91.8713,2.51437,275,10,0,222,0,0,1), - (14089,3415,1,1056,0,-347.472,-2946.46,92.2917,4.82578,275,5,0,222,0,0,1), - (14090,3415,1,1056,0,211.446,-2561.79,91.7917,5.99855,275,0,0,222,0,0,0), - (14091,3415,1,1056,0,578.788,-2421.03,92.3846,0.31016,275,0,0,222,0,0,0), - (14092,3415,1,1056,0,-468.699,-2917.37,93.0417,0.143001,275,0,0,222,0,0,0), - (14093,3415,1,1056,0,58.4571,-2466.66,92.5223,0.632959,275,15,0,222,0,0,1), - (14094,3415,1,1056,0,559.884,-2407.02,91.7917,0.533374,275,10,0,222,0,0,1), - (14095,3415,1,1056,0,211.035,-2609.35,91.8531,3.23603,275,15,0,222,0,0,1), - (14096,3415,1,1056,0,-464.826,-2971.25,91.7917,1.89662,275,5,0,222,0,0,1), - (14097,3415,1,1056,0,174.884,-2558.57,91.7917,0.692726,275,5,0,222,0,0,1), - (14098,3415,1,1056,0,-423.659,-2952.93,91.7917,3.72504,275,0,0,222,0,0,0), - (14099,3415,1,1056,0,-444.449,-3011.4,91.8065,2.25577,275,5,0,222,0,0,1), - (14100,3415,1,1056,0,21.8563,-2441.04,99.9166,2.78568,275,0,0,222,0,0,0), - (14101,3415,1,1056,0,-8.12921,-2566.53,91.7654,4.13774,275,5,0,222,0,0,1), - (14102,3415,1,1056,0,45.15,-2525.76,93.1387,3.16698,275,5,0,222,0,0,1), - (14103,3415,1,1056,0,-385.087,-2937.43,91.7261,4.45054,275,15,0,222,0,0,1), - (14104,3415,1,1056,0,-414.39,-2926.09,92.159,3.03149,275,15,0,222,0,0,1), - (14105,3415,1,1056,0,585.346,-2483.27,95.855,1.59813,275,5,0,222,0,0,1), - (14106,3415,1,1056,0,482.434,-3051.85,93.5769,1.19207,275,15,0,222,0,0,1), - (14107,3415,1,1056,0,488.783,-3027.61,92.9835,1.29031,275,15,0,222,0,0,1), - (14108,3415,1,1056,0,-124.206,-2619.95,92.2479,4.07776,275,5,0,222,0,0,1), - (14109,3415,1,1056,0,-218.843,-2573.06,92.467,4.57326,275,15,0,222,0,0,1), - (14110,3415,1,1056,0,-512.574,-2516.44,94.6508,4.34188,275,5,0,222,0,0,1), - (14111,3415,1,1056,0,-486.092,-2836.97,92.4767,1.37608,275,5,0,222,0,0,1), - (14112,3415,1,1056,0,-143.75,-2621.34,94.2157,4.60665,275,0,0,222,0,0,0), - (14113,3415,1,1056,0,-440.654,-2902.29,91.7917,3.63402,275,15,0,222,0,0,1), - (14114,3415,1,1056,0,-151.654,-2647.26,91.792,4.90571,275,5,0,222,0,0,1), - (14115,3415,1,1056,0,-413.69,-2881.85,91.8349,4.76161,275,5,0,222,0,0,1), - (14116,3415,1,1056,0,-157.622,-2580.64,91.7917,4.55779,275,5,0,222,0,0,1), - (14117,3415,1,1056,0,-205.966,-2377.57,91.8251,6.19896,275,5,0,222,0,0,1), - (14118,3415,1,1056,0,-508.564,-2883.98,92.5417,6.02346,275,15,0,222,0,0,1), - (14119,3415,1,1056,0,-251.709,-2393.11,91.887,1.6692,275,5,0,222,0,0,1), - (14120,3415,1,1056,0,-251.909,-2352.19,91.8317,4.10227,275,5,0,222,0,0,1), - (14121,3415,1,1056,0,-248.027,-2804.71,91.9761,0.047758,275,15,0,222,0,0,1), - (14122,3415,1,1056,0,-535.577,-2444.97,91.7917,0.832856,275,5,0,222,0,0,1), - (14123,3415,1,1056,0,-372.218,-2881.21,91.9142,0.465392,275,15,0,222,0,0,1), - (14124,3415,1,1056,0,-224.436,-2791.11,93.3145,2.8786,275,15,0,222,0,0,1), - (14125,3416,1,1058,0,-724.259,-3595.44,93.7229,3.96822,275,3,0,386,0,0,1), - (14126,3416,1,1058,0,-551.085,-3410.97,91.789,6.11163,275,5,0,386,0,0,1), - (14127,3928,1,2028,0,1414.76,-2281.38,92.1746,0.755504,275,5,0,494,0,0,1), - (14128,3416,1,1058,0,-643.476,-3506.5,92.039,5.03341,275,5,0,386,0,0,1), - (14129,3416,1,1058,0,-579.999,-3667.71,92.3273,2.36653,275,0,0,386,0,0,0), - (14130,3416,1,1058,0,-570.428,-3651.8,92.5157,0.687021,275,0,0,386,0,0,0), - (14131,3416,1,1058,0,-578.047,-3630.01,93.2917,5.66708,275,5,0,386,0,0,1), - (14132,3416,1,1058,0,-642.149,-3646.26,94.584,6.0415,275,0,0,386,0,0,0), - (14133,3416,1,1058,0,-651.599,-3745.18,91.789,4.79968,275,10,0,386,0,0,1), - (14134,3416,1,1058,0,-616.894,-3677.34,92.914,3.98031,275,0,0,386,0,0,0), - (14135,3416,1,1058,0,-622.125,-3631.82,92.539,3.62613,275,0,0,386,0,0,0), - (14136,3418,1,3818,0,-2347.39,-1925.27,95.8728,2.6529,275,0,0,1042,0,0,0), - (14137,6236,1,4955,0,-1709.14,-4330.07,4.33387,6.14356,275,0,0,4079,0,0,0), - (14138,3421,1,1406,0,-4218.66,-2339.58,91.731,1.86429,60,0,0,860,0,0,0), - (14139,3934,1,3881,0,-407.123,-2645.22,96.3063,3.4383,275,0,0,1605,0,0,0), - (14140,6494,1,5236,0,-1379.84,-3772.38,50.8543,4.98344,275,5,0,287,0,0,2), - (14141,3424,1,1975,0,-2475.74,-2448.61,92.5943,5.9219,275,20,0,442,490,0,1), - (14142,3424,1,1975,0,-2912.17,-1990.71,92.8868,1.49454,275,20,0,442,490,0,1), - (14143,3424,1,1975,0,-2597.64,-2323.55,92.1667,3.37385,275,20,0,442,490,0,1), - (14144,3424,1,1975,0,-2542.13,-2108.51,91.7917,5.72359,275,20,0,442,490,0,1), - (14145,3424,1,1975,0,-2444.34,-2254.62,95.1493,5.9799,275,20,0,442,490,0,1), - (14146,3424,1,1975,0,-2647.46,-1913.86,97.3011,1.67649,275,20,0,442,490,0,1), - (14148,3425,1,1973,0,-623.1,-1737.7,91.7917,6.21223,275,0,0,300,0,0,0), - (14149,3425,1,1973,0,583.989,-2847.66,91.7916,0.749473,275,0,0,300,0,0,0), - (14150,3425,1,1973,0,580.833,-2825.16,91.7916,5.56836,275,0,0,300,0,0,0), - (14151,3425,1,1973,0,614.767,-3031.96,91.7917,3.58766,275,0,0,300,0,0,0), - (14152,3425,1,1973,0,-243.727,-3722.56,29.3098,2.51835,275,5,0,300,0,0,1), - (14153,3425,1,1973,0,1081.71,-3481.79,78.8154,4.69214,275,5,0,300,0,0,1), - (14154,3425,1,1973,0,-643.547,-1726.97,91.7917,0.151273,275,0,0,300,0,0,0), - (14155,3425,1,1973,0,-1027.6,-1795.12,91.7114,4.51337,275,15,0,300,0,0,1), - (14156,3425,1,1973,0,-726.7,-1678.04,91.7917,3.29169,275,5,0,300,0,0,1), - (14157,3425,1,1973,0,-195.994,-1532.05,91.7917,0.295704,275,5,0,300,0,0,1), - (14158,3425,1,1973,0,697.51,-2823.2,91.7925,6.03966,275,5,0,300,0,0,1), - (14159,3425,1,1973,0,660.696,-2835.21,92.6667,1.58635,275,0,0,300,0,0,0), - (14160,3425,1,1973,0,593.563,-2868.82,91.7916,0.623108,275,0,0,300,0,0,0), - (14161,3425,1,1973,0,1079.38,-3519.58,71.2561,3.89391,275,5,0,300,0,0,1), - (14162,3425,1,1973,0,-328.572,-3742.22,27.8265,5.72334,275,10,0,300,0,0,1), - (14163,3425,1,1973,0,-382.082,-3782.55,29.0678,5.34535,275,10,0,300,0,0,1), - (14164,3425,1,1973,0,-773.66,-1775.08,91.7917,4.66317,275,0,0,300,0,0,0), - (14165,3425,1,1973,0,205.274,-1520.83,92.4167,0.66472,275,5,0,300,0,0,1), - (14166,3425,1,1973,0,-186.737,-1526.89,91.7917,0.210852,275,5,0,300,0,0,1), - (14167,3425,1,1973,0,-779.098,-1812.64,91.7917,4.04292,275,0,0,300,0,0,0), - (14168,3425,1,1973,0,592.506,-2923.81,92.2935,1.29523,275,0,0,300,0,0,0), - (14169,3425,1,1973,0,625.135,-2915.44,91.7917,4.49676,275,0,0,300,0,0,0), - (14170,3425,1,1973,0,613.112,-2934.84,91.7917,1.07006,275,0,0,300,0,0,0), - (14171,3425,1,1973,0,-283.735,-3777.42,31.1709,2.87243,275,5,0,300,0,0,1), - (14172,3425,1,1973,0,-589.333,-1819.35,91.7917,1.25809,275,5,0,300,0,0,1), - (14173,3425,1,1973,0,161.509,-1527.07,91.7917,5.53855,275,5,0,300,0,0,1), - (14174,3425,1,1973,0,-951.066,-1808.73,91.7917,5.8404,275,5,0,300,0,0,1), - (14175,3425,1,1973,0,-21.4678,-1577.63,91.7917,1.48935,275,5,0,300,0,0,1), - (14176,3425,1,1973,0,-212.861,-1551.53,92.4167,5.10771,275,5,0,300,0,0,1), - (14177,3425,1,1973,0,-223.006,-1528.96,91.7917,3.69074,275,5,0,300,0,0,1), - (14178,3425,1,1973,0,250.104,-1471.37,92.0417,0.654419,275,0,0,300,0,0,0), - (14179,3425,1,1973,0,-611.595,-1828.76,92.2917,2.53593,275,0,0,300,0,0,0), - (14180,3425,1,1973,0,495.836,-3011.28,92.2917,1.48046,275,5,0,300,0,0,1), - (14181,3425,1,1973,0,598.856,-2832.8,91.7916,1.78834,275,5,0,300,0,0,1), - (14182,3425,1,1973,0,632.126,-2903.96,91.7917,5.54682,275,5,0,300,0,0,1), - (14183,3425,1,1973,0,536.455,-3020.42,91.7917,1.30725,275,0,0,300,0,0,0), - (14184,3425,1,1973,0,564.398,-2764.35,91.7916,4.71142,275,0,0,300,0,0,0), - (14185,3425,1,1973,0,1120.09,-3787.3,31.0933,5.06842,275,5,0,300,0,0,1), - (14186,3425,1,1973,0,-761.839,-1791.1,91.7917,1.54006,275,15,0,300,0,0,1), - (14187,3425,1,1973,0,-30.432,-1562.82,91.9776,2.99187,275,5,0,300,0,0,1), - (14188,3425,1,1973,0,24.1306,-1632.79,91.7917,5.90929,275,5,0,300,0,0,1), - (14189,3425,1,1973,0,550.608,-2817.21,92.4166,3.03418,275,0,0,300,0,0,0), - (14190,3425,1,1973,0,562.702,-2848.99,91.7917,1.09097,275,0,0,300,0,0,0), - (14191,3425,1,1973,0,522.085,-3034.6,91.7917,5.82986,275,0,0,300,0,0,0), - (14192,3425,1,1973,0,1251.83,-3814.86,30.2619,6.27615,275,5,0,300,0,0,1), - (14193,3425,1,1973,0,-245.772,-3773.56,26.7364,4.41462,275,5,0,300,0,0,1), - (14194,3425,1,1973,0,1212.51,-3809.67,29.4422,5.48674,275,5,0,300,0,0,1), - (14195,3425,1,1973,0,191.573,-1535.1,91.7916,3.42627,275,0,0,300,0,0,0), - (14196,3425,1,1973,0,-596.552,-1699.07,91.9167,5.76479,275,15,0,300,0,0,1), - (14197,3425,1,1973,0,627.214,-3016.09,91.7917,0.009777,275,5,0,300,0,0,1), - (14198,3425,1,1973,0,701.618,-2848.94,93.5417,4.59193,275,0,0,300,0,0,0), - (14199,3425,1,1973,0,530.502,-2998.06,91.7917,0.243649,275,5,0,300,0,0,1), - (14200,3425,1,1973,0,67.9893,-1508.81,91.7917,1.23727,275,0,0,300,0,0,0), - (14201,3425,1,1973,0,-726.87,-1704.52,91.7917,5.09542,275,0,0,300,0,0,0), - (14202,3425,1,1973,0,-785.75,-1791.6,91.7917,5.55341,275,15,0,300,0,0,1), - (14203,3425,1,1973,0,671.407,-2818.26,92.6675,5.06565,275,5,0,300,0,0,1), - (14204,3425,1,1973,0,213.95,-1461.04,91.7917,1.64183,275,0,0,300,0,0,0), - (14205,3425,1,1973,0,-326.443,-1572.02,92.4504,2.11041,275,0,0,300,0,0,0), - (14206,3425,1,1973,0,595.169,-3016.06,91.7917,2.45169,275,5,0,300,0,0,1), - (14207,3425,1,1973,0,588.18,-2949.65,91.7917,5.34071,275,0,0,300,0,0,0), - (14208,3425,1,1973,0,-578.373,-1658.35,91.7917,4.75526,275,5,0,300,0,0,1), - (14209,3425,1,1973,0,-336.325,-1692.76,92.1685,2.41186,275,0,0,300,0,0,0), - (14210,3425,1,1973,0,-601.742,-1669.68,92.1667,1.8202,275,15,0,300,0,0,1), - (14211,3425,1,1973,0,509.516,-3010.84,91.7917,1.26005,275,0,0,300,0,0,0), - (14212,3425,1,1973,0,609.354,-3000.2,91.7917,3.07618,275,5,0,300,0,0,1), - (14213,3425,1,1973,0,526.193,-2777.86,91.7916,1.53237,275,5,0,300,0,0,1), - (14214,3425,1,1973,0,178.275,-1531.03,91.7917,0.009926,275,0,0,300,0,0,0), - (14215,3425,1,1973,0,207.82,-1544.65,91.7916,3.52187,275,0,0,300,0,0,0), - (14216,3425,1,1973,0,-603.582,-1854.04,91.7917,4.1247,275,15,0,300,0,0,1), - (14217,3425,1,1973,0,41.0318,-1605.1,91.7917,4.42402,275,0,0,300,0,0,0), - (14218,3425,1,1973,0,-1050.82,-1792.73,91.7114,1.50366,275,0,0,300,0,0,0), - (14219,3425,1,1973,0,-618.787,-1696.16,92.0417,5.37938,275,0,0,300,0,0,0), - (14220,3425,1,1973,0,-495.233,-1859.01,91.7916,5.98023,275,0,0,300,0,0,0), - (14221,3425,1,1973,0,608.808,-2951.09,92.0417,3.95861,275,0,0,300,0,0,0), - (14222,3425,1,1973,0,-667.842,-1723.48,91.7917,5.12722,275,5,0,300,0,0,1), - (14223,3425,1,1973,0,-305.936,-1561,92.1461,0.125204,275,5,0,300,0,0,1), - (14224,3425,1,1973,0,-641.743,-1714.21,91.7917,4.92183,275,0,0,300,0,0,0), - (14225,3425,1,1973,0,-636.869,-1758.03,92.9167,0.575425,275,0,0,300,0,0,0), - (14226,3425,1,1973,0,-753.458,-1710.97,91.7917,4.71999,275,0,0,300,0,0,0), - (14227,3425,1,1973,0,195.221,-1497.17,91.7917,0.370352,275,5,0,300,0,0,1), - (14228,3425,1,1973,0,-523.428,-1852.56,91.7916,5.06731,275,0,0,300,0,0,0), - (14229,3425,1,1973,0,-1045.08,-1781.89,91.7114,3.72076,275,5,0,300,0,0,1), - (14230,3425,1,1973,0,-760.046,-1684.79,91.7917,1.67274,275,0,0,300,0,0,0), - (14231,2564,0,1054,0,-1194.16,-2005.66,31.2917,0.552554,400,3,0,1221,0,0,1), - (14232,2564,0,1054,0,-1223.81,-2047.64,44.8272,2.35394,400,3,0,1221,0,0,1), - (14233,2564,0,1054,0,-1236.94,-2077.03,51.9654,3.32885,400,3,0,1221,0,0,1), - (14234,3425,1,1973,0,92.1645,-1491.53,91.7917,5.58131,275,0,0,300,0,0,0), - (14235,3425,1,1973,0,-328.422,-1588.06,92.0754,0.914523,275,0,0,300,0,0,0), - (14236,3425,1,1973,0,-664.897,-1756.43,91.7917,0.720486,275,5,0,300,0,0,1), - (14237,3425,1,1973,0,227.476,-1460.16,91.7917,6.13365,275,3,0,300,0,0,1), - (14238,2562,0,1052,0,-1254.15,-2170.66,62.1793,4.84724,400,5,0,1163,0,0,1), - (14239,2562,0,1052,0,-1276.15,-2170.15,60.2254,0.988823,400,10,0,1163,0,0,1), - (14240,2562,0,1052,0,-1185.73,-2150.31,58.739,5.62094,400,5,0,1163,0,0,1), - (14242,2562,0,1052,0,-1219.8,-2151.89,75.243,0.577388,400,5,0,1163,0,0,1), - (14243,2562,0,1052,0,-1276.99,-2110.54,64.8585,4.58934,400,10,0,1163,0,0,1), - (14244,2562,0,1052,0,-1281.18,-2050.35,63.0741,4.82263,400,10,0,1163,0,0,1), - (14245,2552,0,3986,0,-1244.33,-2020.27,67.5625,2.75204,400,10,0,1050,0,0,1), - (14246,2562,0,1052,0,-1220.37,-1982.39,67.5082,3.22077,400,10,0,1163,0,0,1), - (14247,3425,1,1973,0,536.564,-2803.46,91.7916,1.64009,275,0,0,300,0,0,0), - (14248,3425,1,1973,0,-712.652,-3424.57,91.789,0.759314,275,0,0,300,0,0,0), - (14249,3425,1,1973,0,588.891,-2775.86,92.0416,1.25888,275,0,0,300,0,0,0), - (14250,3425,1,1973,0,1187.22,-3830.57,27.8495,1.33684,275,5,0,300,0,0,1), - (14251,3425,1,1973,0,-631.735,-1706.08,91.8263,2.7825,275,15,0,300,0,0,1), - (14252,3425,1,1973,0,-163.338,-1516.19,91.7917,2.57115,275,0,0,300,0,0,0), - (14253,3425,1,1973,0,139.278,-1523.24,91.7917,3.90243,275,0,0,300,0,0,0), - (14254,3425,1,1973,0,572.299,-2795.51,91.7916,2.94549,275,5,0,300,0,0,1), - (14255,3425,1,1973,0,-539.658,-1890.55,93.0392,2.22039,275,15,0,300,0,0,1), - (14256,3425,1,1973,0,-927.175,-1819.05,92.4167,5.65395,275,5,0,300,0,0,1), - (14257,3425,1,1973,0,-851.938,-3356.92,91.789,4.41964,275,5,0,300,0,0,1), - (14258,3425,1,1973,0,-1042.86,-3227.71,91.7917,2.91209,275,15,0,300,0,0,1), - (14259,3425,1,1973,0,-1142.66,-3314.15,91.9167,2.43474,275,0,0,300,0,0,0), - (14260,3425,1,1973,0,-1144.96,-3390.34,91.7082,5.48148,275,0,0,300,0,0,0), - (14261,3425,1,1973,0,-1150.96,-3411.59,91.7916,4.24164,275,0,0,300,0,0,0), - (14262,3425,1,1973,0,-1157.84,-3378.62,91.7082,5.37853,275,0,0,300,0,0,0), - (14263,3426,1,2187,0,641.315,-2117,93.8856,0.238776,275,20,0,386,0,0,1), - (14264,3426,1,2187,0,-519.696,-3473.15,94.385,2.43012,275,20,0,386,0,0,1), - (14265,3426,1,2187,0,857.218,-3491.63,94.3606,1.64809,275,3,0,386,0,0,1), - (14266,3426,1,2187,0,1161.22,-3279.11,91.7745,3.09224,275,20,0,386,0,0,1), - (14267,3426,1,2187,0,-80.8064,-1379.42,92.0656,4.82354,275,20,0,386,0,0,1), - (14268,3426,1,2187,0,-155.451,-1181.68,61.9255,0.450548,275,20,0,386,0,0,1), - (14269,3426,1,2187,0,-211.939,-1193.41,65.9102,5.85446,275,20,0,386,0,0,1), - (14270,3426,1,2187,0,-341.672,-1359.11,92.5947,5.66166,275,20,0,386,0,0,1), - (14271,3426,1,2187,0,-1335.79,-2081.18,92.0016,0.02055,275,20,0,386,0,0,1), - (14272,3426,1,2187,0,-1770.82,-2956.91,91.7917,2.29238,275,20,0,386,0,0,1), - (14273,3426,1,2187,0,-1543.14,-2663.74,91.7832,0.77144,275,20,0,386,0,0,1), - (14274,3682,1,3878,0,787.375,-1815.08,91.75,3.45575,275,0,0,3294,0,0,0), - (14275,3426,1,2187,0,536.771,-1781.92,92.1398,0.059777,275,20,0,386,0,0,1), - (14276,3426,1,2187,0,634.711,-1808.1,91.7917,0.53477,275,20,0,386,0,0,1), - (14277,3426,1,2187,0,-711.656,-3627.16,93.137,4.48969,275,3,0,386,0,0,1), - (14278,3426,1,2187,0,-282.782,-1055.41,40.165,3.77025,275,20,0,386,0,0,1), - (14279,3426,1,2187,0,-284.265,-1125.03,51.6399,2.20922,275,20,0,386,0,0,1), - (14280,3426,1,2187,0,-1692.81,-2711.14,93.7313,3.43679,275,20,0,386,0,0,1), - (14281,3426,1,2187,0,-1567.23,-3146.49,96.5599,0.285279,275,20,0,386,0,0,1), - (14282,3426,1,2187,0,-1274.98,-1856.97,93.3805,5.45615,275,20,0,386,0,0,1), - (14283,3426,1,2187,0,-1688.24,-2293.96,94.8446,1.25735,275,20,0,386,0,0,1), - (14284,3426,1,2187,0,823.794,-2231.66,92.1294,1.67074,275,20,0,386,0,0,1), - (14285,3426,1,2187,0,619.246,-1950.29,91.7917,5.84652,275,20,0,386,0,0,1), - (14286,3426,1,2187,0,702.26,-1822.08,91.7917,6.27048,275,20,0,386,0,0,1), - (14287,3426,1,2187,0,-548.547,-3583.84,94.6916,2.63117,275,20,0,386,0,0,1), - (14288,3426,1,2187,0,-1757.27,-2242.03,90.6101,1.11879,275,20,0,386,0,0,1), - (14289,3426,1,2187,0,-1968.39,-3357.24,59.4933,3.11733,275,20,0,386,0,0,1), - (14290,3426,1,2187,0,525.807,-1966.22,92.627,5.00385,275,20,0,386,0,0,1), - (14291,3426,1,2187,0,-657.473,-3515.64,91.789,4.27305,275,20,0,386,0,0,1), - (14292,3426,1,2187,0,-1623.06,-2849.84,92.3251,3.13964,275,20,0,386,0,0,1), - (14293,3426,1,2187,0,-1789.74,-2692.37,92.0366,1.82951,275,20,0,386,0,0,1), - (14294,3426,1,2187,0,-1664.78,-2272.15,93.0756,4.14281,275,2,0,386,0,0,1), - (14295,3426,1,2187,0,570.979,-1917.71,91.7917,3.23694,275,20,0,386,0,0,1), - (14296,3426,1,2187,0,622.804,-1673.04,91.7917,1.10297,275,3,0,386,0,0,1), - (14297,3426,1,2187,0,721.662,-1922.65,93.5001,5.38288,275,20,0,386,0,0,1), - (14298,3426,1,2187,0,784.218,-2257.06,93.0513,2.44398,275,20,0,386,0,0,1), - (14299,3426,1,2187,0,-1451.87,-2227.75,92.1464,4.18403,275,20,0,386,0,0,1), - (14300,3426,1,2187,0,-1749.68,-3443.86,93.9375,3.68876,275,20,0,386,0,0,1), - (14301,3426,1,2187,0,-1654.08,-2919.32,88.6484,3.7464,275,20,0,386,0,0,1), - (14302,3426,1,2187,0,-1338.75,-1897.36,92.5348,4.04894,275,20,0,386,0,0,1), - (14303,3426,1,2187,0,-1786.78,-2348.2,93.9462,0.531649,275,3,0,386,0,0,1), - (14304,3426,1,2187,0,-1710.23,-2423.88,92.8387,1.20517,275,20,0,386,0,0,1), - (14305,3426,1,2187,0,-1803.36,-3174.24,87.9693,3.67431,275,20,0,386,0,0,1), - (14306,3426,1,2187,0,-1686.35,-3079.84,92.1028,5.46525,275,20,0,386,0,0,1), - (14307,3426,1,2187,0,-1582.59,-2795.14,93.4336,5.69518,275,20,0,386,0,0,1), - (14308,3426,1,2187,0,-1717.75,-3053.42,94.45,0.141802,275,20,0,386,0,0,1), - (14309,3426,1,2187,0,-1918.12,-2811.37,92.0417,3.57387,275,20,0,386,0,0,1), - (14310,3426,1,2187,0,-1597.61,-3116.79,91.7916,3.12098,275,20,0,386,0,0,1), - (14311,3426,1,2187,0,-1550.02,-2328.69,92.7474,1.36229,275,20,0,386,0,0,1), - (14312,3426,1,2187,0,-1383.71,-2184.08,91.7917,0.24706,275,20,0,386,0,0,1), - (14313,3426,1,2187,0,-1804.36,-2784.99,91.6743,0.07131,275,20,0,386,0,0,1), - (14314,3426,1,2187,0,-597.255,-3513.32,92.991,0.278806,275,20,0,386,0,0,1), - (14315,3426,1,2187,0,-1810.7,-3091.07,84.9743,5.39963,275,20,0,386,0,0,1), - (14316,3426,1,2187,0,-1774.79,-3592.18,92.2382,3.456,275,3,0,386,0,0,1), - (14317,3426,1,2187,0,-566.818,-3380.83,93.4681,3.84259,275,20,0,386,0,0,1), - (14318,3426,1,2187,0,-617.044,-3715.96,91.815,3.72452,275,20,0,386,0,0,1), - (14319,3426,1,2187,0,-1811.32,-3273.29,92.6648,1.28552,275,20,0,386,0,0,1), - (14320,3426,1,2187,0,-1522.42,-2390.21,93.0343,0.053488,275,20,0,386,0,0,1), - (14321,3426,1,2187,0,-1850.74,-2963.75,92.078,5.94833,275,20,0,386,0,0,1), - (14322,3683,1,7100,0,-1001.69,-1611.83,91.8646,5.28835,275,0,0,1764,0,0,0), - (14323,16227,1,1233,0,-898.246,-3769.65,11.7932,5.41052,600,0,0,2400,0,0,0), - (14333,6244,1,4928,0,-2245.07,-2373.57,91.75,2.24601,275,0,0,2972,3801,0,0), - (14334,3428,1,4092,0,-389.282,-2552.14,98.9925,5.37561,275,0,0,500,0,0,0), - (14335,9316,1,8630,0,858.144,-2347.64,91.9167,2.72271,275,0,0,860,0,0,0), - (14336,3684,1,7101,0,-996.787,-1609.89,91.75,4.99164,275,0,0,1846,0,0,0), - (14344,3429,1,3856,0,-473.202,-2595.7,103.806,5.67232,275,0,0,1975,0,0,0), - (14345,3430,1,1346,0,-2391.57,-1891.09,95.7874,5.44543,275,0,0,748,0,0,0), - (14347,3431,1,4093,0,-402.271,-2609.39,95.8329,1.76278,275,0,0,413,0,0,0), - (14348,3432,1,3855,0,-520.983,-2641.41,95.8708,4.43314,275,0,0,644,0,0,0), - (14349,6248,1,7242,0,-1686.14,-4323.04,4.28091,6.07092,275,0,0,2016,0,0,0), - (14350,3433,1,3858,0,-2284.69,-1947.39,96.0461,2.72271,275,0,0,594,0,0,0), - (14351,6249,1,4962,0,-1679.18,-4334.65,2.82848,1.92945,275,0,0,2666,0,0,0), - (14352,6249,1,4966,0,-1674.48,-4332.89,2.8208,2.7649,275,0,0,2666,0,0,0), - (14353,6249,1,4966,0,-1687.6,-4329.71,4.64065,1.04224,275,0,0,2666,0,0,0), - (14354,6249,1,4966,0,-1682.46,-4321.78,3.43824,4.90589,275,0,0,2666,0,0,0), - (14355,6249,1,4967,0,-1685.71,-4324.92,3.38441,4.33625,275,0,0,2666,0,0,0), - (14356,6249,1,4967,0,-1679.41,-4323.77,2.72724,3.02319,275,0,0,2666,0,0,0), - (14357,6249,1,4962,0,-1681.5,-4323.53,2.83051,4.81817,275,0,0,2666,0,0,0), - (14358,6249,1,4967,0,-1686.72,-4326.52,3.89036,0.359438,275,0,0,2666,0,0,0), - (14359,6249,1,4962,0,-1683.83,-4323.44,2.8478,3.80685,275,0,0,2666,0,0,0), - (14360,6249,1,4967,0,-1682.45,-4334.78,2.88185,0.05322,275,0,0,2666,0,0,0), - (14361,6249,1,4963,0,-1684.82,-4334.15,2.90219,6.0246,275,0,0,2666,0,0,0), - (14362,6249,1,4962,0,-1686.65,-4328.08,3.91416,5.72401,275,0,0,2666,0,0,0), - (14363,6249,1,4967,0,-1676.47,-4334.46,2.79803,2.58242,275,0,0,2666,0,0,0), - (14364,6249,1,4963,0,-1674.11,-4330.47,2.83819,3.1309,275,0,0,2666,0,0,0), - (14365,3434,1,6105,0,-4001.8,-1816.72,92.5149,6.09076,275,0,0,544,581,0,0), - (14366,6251,1,4940,0,-785.912,-3723.26,40.5152,2.05949,275,0,0,3857,5751,0,0), - (14367,3435,1,6104,0,-3829.2,-1445.56,134.164,5.78225,275,0,0,713,0,0,0), - (14368,620,1,304,0,8.78987,-3622.67,27.3235,1.52124,275,5,0,1,0,0,1), - (14369,620,1,304,0,-3.14563,-3637.42,27.4868,5.44621,275,2,0,1,0,0,1), - (14370,6252,1,4941,0,-767.662,-3716.64,42.4589,4.2237,275,0,0,919,1202,0,0), - (14371,620,1,304,0,-2223.01,-3716.29,91.8053,3.83362,275,5,0,1,0,0,1), - (14372,620,1,304,0,-2011.36,-3635.41,22.5931,5.10824,275,5,0,1,0,0,1), - (14373,620,1,304,0,-1.60994,-3636.86,27.4868,1.27318,275,2,0,1,0,0,1), - (14374,620,1,304,0,-27.2613,-3621.9,27.8321,3.7023,275,5,0,1,0,0,1), - (14375,620,1,304,0,-2136.48,-3534.57,91.7034,0.968994,275,5,0,1,0,0,1), - (14376,620,1,304,0,-2219.84,-3730.83,91.693,4.70469,275,5,0,1,0,0,1), - (14377,620,1,304,0,7.62982,-3632.44,27.3235,4.67577,275,2,0,1,0,0,1), - (14378,620,1,304,0,-2039.09,-3685.45,22.1343,6.16645,275,5,0,1,0,0,1), - (14379,620,1,304,0,-22.831,-3664.09,27.5595,4.5351,275,5,0,1,0,0,1), - (14380,620,1,304,0,-2004.06,-3587.73,21.8843,4.83495,275,5,0,1,0,0,1), - (14381,620,1,304,0,-1989.99,-3628.78,22.2682,4.9761,275,5,0,1,0,0,1), - (14382,620,1,304,0,-1.51041,-3656.38,27.4868,4.58248,275,5,0,1,0,0,1), - (14383,3436,1,6093,0,-3814.72,-1955.13,94.0317,1.31559,275,0,0,893,1272,0,0), - (14384,6253,1,4942,0,-763.689,-3723.68,42.367,2.70526,275,0,0,919,1202,0,0), - (14385,6254,1,4943,0,-772.736,-3724.86,42.5687,0.820305,275,0,0,919,1202,0,0), - (14386,3438,1,6115,0,-214.253,-3307.53,91.7917,5.16115,275,0,0,335,0,0,0), - (14387,3439,1,11912,0,1109.15,-3104.11,82.4108,2.86234,275,0,0,804,0,0,0), - (14388,3442,1,7054,0,-902.036,-3759.4,11.6138,1.309,275,0,0,644,0,0,0), - (14389,8306,1,7530,0,-534.552,-2979.56,93.147,5.91667,275,0,0,804,0,0,0), - (14390,3443,1,3857,0,-534.982,-2982.22,93.0775,1.3439,275,0,0,546,0,0,2), - (14391,8307,1,7531,0,-555.578,-2965.65,91.7917,1.54989,275,0,0,573,0,0,0), - (14392,3444,1,1418,0,-4057.36,-2378.25,118.076,5.05553,275,2,0,42,0,0,1), - (14393,3444,1,1418,0,-4052.29,-2314.87,130.8,5.51306,275,5,0,42,0,0,1), - (14394,3444,1,1418,0,-4071.39,-2420.06,126.133,2.70281,275,5,0,42,0,0,1), - (14395,3444,1,1418,0,-4086.52,-2388.37,135.855,5.58818,275,5,0,42,0,0,1), - (14396,3444,1,1418,0,-4149.42,-2208.05,50.3081,5.49578,275,5,0,42,0,0,1), - (14397,3444,1,1418,0,-4195.88,-2246.05,50.3081,2.15643,275,5,0,42,0,0,1), - (14398,3444,1,1418,0,-4046.22,-2402.96,126.131,4.83418,275,5,0,42,0,0,1), - (14399,3444,1,1418,0,-4046,-2369.77,135.856,0.790002,275,5,0,42,0,0,1), - (14400,14964,1,15097,0,1050.66,-2112.74,124.384,4.34587,275,0,0,64,0,0,0), - (14401,3444,1,1418,0,-4214.94,-2274.71,50.3081,2.24407,275,5,0,42,0,0,1), - (14402,3444,1,1418,0,-4162.26,-2311.94,92.4289,2.9343,275,0,0,42,0,0,0), - (14403,3444,1,1418,0,-4094.5,-2388.58,118.077,3.52872,275,5,0,42,0,0,1), - (14404,3444,1,1418,0,-4074.46,-2375.37,126.13,4.68013,275,0,0,42,0,0,0), - (14405,3444,1,1418,0,-4129.52,-2174.58,50.3081,5.58627,275,5,0,42,0,0,1), - (14406,3444,1,1418,0,-4118.65,-2317.82,128.06,4.11898,275,0,0,42,0,0,0), - (14407,3445,1,7035,0,1032.8,-3078.84,105.099,5.18081,275,5,0,417,0,0,2), - (14408,3446,1,7034,0,-928.982,-3697.23,8.06642,3.08923,275,0,0,748,0,0,0), - (14409,7287,1,7056,0,1209.16,-2930.39,91.75,3.92699,275,0,0,573,0,0,0), - (14410,3703,1,3895,0,-2404.44,-1921.1,96.8255,0.331613,275,0,0,2666,0,0,0), - (14411,3448,1,3914,0,-544.992,-2672.77,95.8709,1.16937,275,0,0,1042,0,0,0), - (14412,7288,1,7055,0,1235.16,-2925.27,141.818,6.0912,600,0,0,1815,0,0,0), - (14413,3704,1,3896,0,-2400.33,-1929.77,96.8255,0.994838,275,0,0,1684,0,0,0), - (14414,9336,1,8569,0,1333.82,-3455.81,94.9572,0.802851,275,0,0,449,0,0,0), - (14415,3449,1,3849,0,-474.894,-2607.74,127.885,5.74213,275,0,0,594,0,0,0), - (14416,3705,1,3843,0,-2402.17,-1911.01,96.8255,5.72468,275,0,0,1240,0,0,0), - (14417,6266,1,4948,0,-782.55,-3711.31,41.3629,3.26377,275,0,0,3517,0,0,0), - (14418,3452,1,2295,0,790.369,-1345.77,90.6152,5.34071,275,0,0,629,0,0,0), - (14419,3453,1,7053,0,-985.599,-3796.71,5.20934,0.244346,275,0,0,644,0,0,0), - (14420,14717,1,14719,0,1030.89,-2095.89,123.948,4.74729,600,0,0,8017,0,0,0), - (14421,14717,1,14717,0,1037.71,-2096.09,123.695,4.64258,600,0,0,8017,0,0,0), - (14422,14717,1,14718,0,1031.97,-2092.39,124.969,4.72984,600,0,0,8017,0,0,0), - (14423,14717,1,14716,0,1036.42,-2092.04,125.016,4.66003,600,0,0,8017,0,0,0), - (14424,14717,1,14718,0,1062.25,-2155.6,123.919,5.79449,600,0,0,8017,0,0,0), - (14425,14717,1,14718,0,1060,-2161.91,123.7,6.02139,600,0,0,8017,0,0,0), - (14426,14717,1,14716,0,1055.4,-2165.34,122.715,5.23599,600,0,0,8017,0,0,0), - (14427,14717,1,14718,0,1048.67,-2164.75,123.919,4.4855,600,0,0,8017,0,0,0), - (14428,14718,1,11858,0,1029.65,-2105.91,123.07,2.58302,275,0,0,1309,0,0,0), - (14429,14718,1,11859,0,1029.83,-2154.75,123.049,1.19849,275,0,0,1309,0,0,0), - (14430,14718,1,11858,0,1010.26,-2134.29,126.945,0.612264,275,0,0,1309,0,0,0), - (14431,14718,1,11857,0,1019.54,-2142.49,124.767,0.882199,275,0,0,1309,0,0,0), - (14432,14718,1,11857,0,1015.51,-2138.34,125.82,0.753775,275,0,0,1309,0,0,0), - (14433,14718,1,11858,0,1048.24,-2107.62,123.129,3.57792,275,0,0,1309,0,0,0), - (14434,3456,1,1964,0,-3789.69,-1870.38,93.7852,2.63866,275,5,0,494,0,0,1), - (14435,3456,1,1964,0,-3826.67,-1832.66,92.5425,0.460709,275,0,0,494,0,0,0), - (14436,3456,1,1964,0,-3845.51,-1810.63,91.7917,1.12432,275,5,0,494,0,0,1), - (14437,3456,1,1964,0,-3806.64,-1865.37,92.7821,1.27747,275,15,0,494,0,0,1), - (14438,3456,1,1964,0,-3801.42,-1814.44,92.9885,1.25522,275,15,0,494,0,0,1), - (14439,3456,1,1964,0,-3843.02,-1853.53,91.7917,0.10993,275,5,0,494,0,0,1), - (14440,3456,1,1964,0,-4070.92,-1817.04,92.5648,1.02242,275,5,0,494,0,0,1), - (14441,3456,1,1964,0,-3875.6,-1753.32,91.8435,4.70768,275,15,0,494,0,0,1), - (14442,3456,1,1964,0,-3786.07,-1979.71,94.2917,1.06822,275,5,0,494,0,0,2), - (14443,3456,1,1964,0,-3871.58,-1902.95,92.5974,1.00107,275,0,0,494,0,0,0), - (14444,3456,1,1964,0,-3812.9,-1983.24,91.7917,3.80242,275,5,0,494,0,0,1), - (14445,3456,1,1964,0,-3823.2,-1690.26,92.141,6.11579,275,15,0,494,0,0,1), - (14446,3456,1,1964,0,-4077.81,-1971.24,91.8165,2.09915,275,5,0,494,0,0,2), - (14447,3457,1,1253,0,-3953.73,-1846.55,91.7977,5.31314,275,5,0,506,0,0,1), - (14448,3457,1,1253,0,-4055.13,-1858.32,93.6898,4.10304,275,5,0,506,0,0,2), - (14449,3457,1,1253,0,-3995.2,-1753.01,96.2917,3.47406,275,15,0,506,0,0,2), - (14450,3457,1,1253,0,-3984.79,-1749.49,94.5893,5.25816,275,15,0,506,0,0,1), - (14451,3457,1,1253,0,-3991.2,-1781.86,91.7917,1.54561,275,15,0,506,0,0,1), - (14452,3457,1,1253,0,-3951.34,-1824.68,93.4172,4.59157,275,5,0,506,0,0,1), - (14453,3457,1,1253,0,-4016.95,-1825.51,94.6836,4.64312,275,15,0,506,0,0,1), - (14454,3457,1,1253,0,-4016.22,-1774.84,96.5483,4.82044,275,15,0,506,0,0,1), - (14455,3457,1,1253,0,-4010.49,-1850.49,91.9167,3.68362,275,15,0,506,0,0,1), - (14456,3457,1,1253,0,-3963.28,-1723.97,91.7917,1.37874,275,15,0,506,0,0,2), - (14457,3457,1,1253,0,-3914.5,-1845.09,92.1074,5.87769,275,5,0,506,0,0,1), - (14458,3457,1,1253,0,-3929.58,-1674.14,92.2391,0.70149,275,15,0,506,0,0,2), - (14459,3457,1,1253,0,-3904.4,-1684.77,93.8187,5.68638,275,5,0,506,0,0,2), - (14460,3457,1,1253,0,-3884.27,-1684.87,92.6667,4.94022,275,5,0,506,0,0,1), - (14461,3457,1,1253,0,-3739.75,-1617.23,93.4167,4.74585,275,15,0,506,0,0,1), - (14462,3457,1,1253,0,-3887.73,-1653.66,92.0332,3.70578,275,10,0,506,0,0,1), - (14463,3457,1,1253,0,-3970.72,-1778.08,92.4015,4.81808,275,15,0,506,0,0,1), - (14464,3458,1,6095,0,-4015.03,-1733.05,101.076,1.28536,275,0,0,544,581,0,0), - (14465,3458,1,6095,0,-3676.61,-1650.81,91.7916,0.458653,275,15,0,544,581,0,1), - (14466,3458,1,6095,0,-3951.05,-1675.71,92.3193,2.55921,275,15,0,544,581,0,1), - (14467,3458,1,6095,0,-3929.86,-1645.06,91.7917,4.49467,275,5,0,544,581,0,1), - (14468,3458,1,6095,0,-3703.96,-1581.82,92.0417,3.60745,275,0,0,544,581,0,0), - (14469,3458,1,6095,0,-3936.95,-1611.9,92.5417,1.02684,275,5,0,544,581,0,1), - (14470,3458,1,6095,0,-4019.68,-1880.3,92.0455,2.59425,275,5,0,544,581,0,1), - (14471,3458,1,6095,0,-3897.72,-1590.44,91.7917,0.112415,275,10,0,544,581,0,1), - (14472,3458,1,6095,0,-3983.66,-1817.99,92.4188,4.10065,275,15,0,544,581,0,1), - (14473,3458,1,6095,0,-3688.13,-1598.96,100.001,4.40844,275,5,0,544,581,0,1), - (14474,3458,1,6095,0,-3705.55,-1606.26,92.4891,3.14187,275,0,0,544,581,0,0), - (14475,3458,1,6095,0,-4002.21,-1698.93,110.906,3.58,275,5,0,544,581,0,1), - (14476,3458,1,6095,0,-3947.74,-1573.23,94.8549,1.3024,275,5,0,544,581,0,1), - (14477,3458,1,6095,0,-3735.15,-1547.96,109.243,0.332783,275,5,0,544,581,0,1), - (14478,3458,1,6095,0,-3715.32,-1690.89,93.4519,1.69765,275,15,0,544,581,0,1), - (14479,3458,1,6095,0,-3820.49,-1519.62,108.711,0.891577,275,0,0,544,581,0,0), - (14480,3458,1,6095,0,-3850.66,-1480.51,125.171,2.99603,275,5,0,544,581,0,2), - (14481,3458,1,6095,0,-3811.32,-1554.8,99.0995,5.71862,275,5,0,544,581,0,1), - (14482,3458,1,6095,0,-3874.58,-1637.57,91.7917,1.17373,275,0,0,544,581,0,0), - (14483,3458,1,6095,0,-3852.93,-1575.41,94.0757,1.92807,275,5,0,544,581,0,1), - (14484,2562,0,1052,0,-1321.1,-2090.92,58.2376,4.38949,400,10,0,1163,0,0,1), - (14485,2562,0,1052,0,-1117.84,-2013.22,63.3482,5.5807,400,10,0,1163,0,0,1), - (14486,2562,0,1052,0,-1286.47,-1988.54,64.0455,5.42684,400,10,0,1163,0,0,1), - (14487,2562,0,1052,0,-1112.33,-2060.16,58.637,1.19718,400,5,0,1163,0,0,1), - (14488,2562,0,1052,0,-1124.32,-2148.72,54.9609,2.81495,400,5,0,1163,0,0,1), - (14489,2553,0,3994,0,-1081.29,-2112.12,51.4452,2.35969,400,10,0,847,2253,0,1), - (14491,2553,0,3993,0,-1150.18,-1983.7,64.4856,1.3959,400,10,0,847,2253,0,1), - (14492,2562,0,1052,0,-1081.85,-2051.48,62.2639,5.68851,400,10,0,1163,0,0,1), - (14493,2562,0,1052,0,-1179.68,-2205.32,56.9194,1.20963,400,10,0,1163,0,0,1), - (14494,2562,0,1052,0,-1154.67,-2191.18,58.3234,3.06585,400,10,0,1163,0,0,1), - (14495,2559,0,11316,0,-1279.89,-2291.01,60.0373,3.37425,400,5,0,1050,0,0,1), - (14496,2562,0,1052,0,-1241.94,-2221.55,56.7471,3.14745,400,5,0,1163,0,0,1), - (14497,2559,0,11316,0,-1315.44,-2324.49,58.3446,6.02447,400,5,0,1050,0,0,1), - (14498,2600,0,4026,0,-877.05,-2029.76,34.4662,4.60921,7200,0,0,1064,1007,0,0), - (14499,2560,0,180,0,-974.721,-2541.71,62.5297,4.69481,400,10,0,1221,0,0,1), - (14500,2560,0,180,0,-954.08,-2301.96,48.1373,1.60984,400,5,0,1221,0,0,1), - (14501,2563,0,1103,0,-946.286,-2166.15,54.0519,4.46788,400,10,0,1163,0,0,1), - (14502,2760,0,2172,0,-845.871,-1818.27,43.4931,4.68572,400,10,0,1604,0,0,1), - (14503,2760,0,2172,0,-865.67,-1774.11,40.3907,4.70675,400,5,0,1604,0,0,1), - (14504,2760,0,2172,0,-848.952,-1789.83,40.3907,5.84351,400,5,0,1604,0,0,1), - (14505,2760,0,2172,0,-868.848,-1795.75,41.221,6.11843,400,5,0,1604,0,0,1), - (14506,2563,0,1103,0,-944.454,-3355.57,64.1904,0.427244,400,10,0,1163,0,0,1), - (14507,2559,0,11316,0,-1012.07,-3350.67,52.8741,2.04581,400,10,0,1050,0,0,1), - (14508,2559,0,11316,0,-1017.99,-3314.89,52.9859,0.061916,400,10,0,1050,0,0,1), - (14509,2559,0,11316,0,-992.667,-3380.8,55.8901,1.82381,400,10,0,1050,0,0,1), - (14510,2559,0,11316,0,-1071.81,-3275.16,42.9651,5.02425,400,10,0,1050,0,0,1), - (14511,2559,0,11316,0,-1218.65,-3216.66,42.466,3.9516,400,10,0,1050,0,0,1), - (14512,2563,0,1103,0,-1156.36,-3107.4,45.2701,5.71466,400,10,0,1163,0,0,1), - (14513,2559,0,11316,0,-1045.42,-3229.63,42.0618,4.92089,400,10,0,1050,0,0,1), - (14514,2611,0,0,0,-1037,-3305,53.475,3.286,2568,0,1,5102,0,0,2), - (14515,2764,0,0,0,-1035,-3303,53.475,4.405,2568,0,1,184,1283,0,0), - (14516,2765,0,0,0,-1039,-3307,53.475,2.621,2568,0,1,219,0,0,0), - (14517,4063,0,0,0,-1041,-3309,53.475,1.971,2568,0,1,156,3075,0,0), - (14518,2592,0,9587,0,-1516.54,-2214.58,18.2403,1.96272,400,5,0,1604,0,0,1), - (14519,2592,0,9587,0,-1516.58,-2182.69,17.3096,0.279253,400,10,0,1604,0,0,1), - (14520,12920,0,12928,0,-1018.77,-3509.47,63.0335,0.855211,400,0,0,3294,0,0,0), - (14521,2572,0,2153,0,-971.368,-3716.26,93.8112,4.13143,400,0,0,1403,0,0,0), - (14523,2572,0,2153,0,-1065.84,-3836.19,132.583,3.89852,400,3,0,1403,0,0,1), - (14524,2572,0,2153,0,-1092.57,-3748.28,90.1582,2.31382,400,3,0,1403,0,0,1), - (14525,2559,0,11316,0,-1181.23,-3246.57,30.6327,1.47885,400,10,0,1050,0,0,1), - (14526,2762,0,5490,0,-1379.65,-2716.35,57.4799,1.61179,400,10,0,1305,1486,0,1), - (14527,2762,0,5490,0,-1383.47,-2757.88,53.0001,3.12402,400,10,0,1305,1486,0,1), - (14528,2588,0,4016,0,-1721.11,-1880,81.6367,5.6397,400,3,0,3831,0,0,1), - (14529,2574,0,511,0,-887.565,-3911.44,135.023,1.44862,400,3,0,1469,0,0,1), - (14530,2762,0,5490,0,-1316.9,-2785.59,57.0789,4.16393,400,10,0,1305,1486,0,1), - (14531,2762,0,5490,0,-1353.3,-2680.84,69.1467,2.76242,400,10,0,1305,1486,0,1), - (14532,2762,0,5490,0,-1329.93,-2706.24,60.0018,3.13371,400,10,0,1305,1486,0,1), - (14533,2762,0,5490,0,-1278.76,-2744.07,52.9249,2.1649,400,10,0,1305,1486,0,1), - (14534,2762,0,5490,0,-1352.93,-2780.61,52.8388,3.02566,400,5,0,1305,1486,0,1), - (14535,2591,0,4019,0,-1645.85,-1919.64,73.8104,3.54302,400,0,0,2910,2861,0,0), - (14536,2588,0,4016,0,-1633.51,-1794.7,80.2895,0.069125,400,3,0,3831,0,0,1), - (14537,2588,0,4016,0,-1627.86,-1916.75,73.7215,0.609328,400,3,0,3831,0,0,1), - (14541,2590,0,4014,0,-1696.89,-1926.68,86.5763,6.26573,400,0,0,2706,2680,0,0), - (14542,2590,0,4014,0,-1694.56,-1910.39,81.7269,1.55334,400,0,0,2706,2680,0,0), - (14545,2588,0,4016,0,-1711.4,-1895.82,80.6097,0.988817,400,5,0,3831,0,0,1), - (14546,2590,0,4015,0,-1636.87,-1894.07,81.6696,4.76974,400,3,0,2706,2680,0,1), - (14549,2590,0,4015,0,-1715.45,-1908.69,81.295,2.96819,400,0,0,2706,2680,0,0), - (14550,2569,0,1051,0,-1757.61,-1666,53.47,4.99135,400,5,0,4008,0,0,1), - (14552,2588,0,4016,0,-1681.81,-1780.65,84.3108,0.476071,400,5,0,3831,0,0,1), - (14556,2591,0,4019,0,-1680.75,-1820.69,100.414,1.83006,400,3,0,2910,2861,0,2), - (14557,2590,0,4014,0,-1713.94,-1780.49,83.4918,4.97419,400,0,0,2706,2680,0,0), - (14559,4075,0,1141,0,-1777.47,-1619.28,52.8882,2.59774,400,5,0,8,0,0,1), - (14560,2590,0,4015,0,-1696.67,-1797.34,84.3108,4.73097,400,0,0,2706,2680,0,0), - (14562,2564,0,1054,0,-1239.17,-2057.78,48.4124,1.90842,400,3,0,1221,0,0,1), - (14563,2569,0,1051,0,-1791.11,-1614.43,53.1394,1.4137,400,0,0,4008,0,0,0), - (14564,2591,0,4019,0,-1698.05,-1818.78,93.1325,1.25581,400,3,0,2910,2861,0,2), - (14565,2588,0,4016,0,-1674.7,-1796.07,100.414,4.99897,400,3,0,3831,0,0,1), - (14566,2591,0,4018,0,-1699.67,-1806.6,101.671,3.20664,400,0,0,2910,2861,0,0), - (14568,2591,0,4018,0,-1703.68,-1801.47,101.708,3.07838,400,0,0,2910,2861,0,0), - (14570,2588,0,4016,0,-1708.19,-1829.74,108.337,5.80644,400,0,0,3831,0,0,0), - (14571,2564,0,1054,0,-1238.57,-2015.16,44.0483,3.04785,400,3,0,1221,0,0,1), - (14572,2612,0,4141,0,-1383.28,-2071.62,62.6082,4.64595,400,0,0,5493,1783,0,2), - (14573,2599,0,3971,0,-1706.6,-1810.7,101.791,0.628319,400,0,0,4185,0,0,0), - (14574,2738,0,4145,0,-1380.1,-2068.97,62.3833,4.64584,400,0,0,3804,0,0,0), - (14575,2738,0,4145,0,-1382.89,-2065.77,62.3199,4.64595,400,0,0,3804,0,0,0), - (14576,2597,0,3985,0,-1709.68,-1803.8,101.791,0.069813,400,0,0,11034,0,0,0), - (14577,2590,0,4014,0,-1663.5,-1803.53,83.0723,3.42668,400,0,0,2706,2680,0,0), - (14578,2588,0,4017,0,-1658.59,-1820.37,81.4324,2.61343,400,5,0,3831,0,0,1), - (14581,4075,0,1141,0,-1745.05,-1574.52,52.6795,5.5426,400,5,0,8,0,0,1), - (14582,2569,0,1051,0,-1735.24,-1587.4,51.7258,5.35673,400,5,0,4008,0,0,1), - (14583,2349,0,6808,0,-482.703,-1818.6,70.2587,0.468014,400,5,0,664,0,0,1), - (14585,2570,0,416,0,-1733.33,-1604.25,53.2191,5.55564,400,0,0,3405,1189,0,0), - (14586,2588,0,4016,0,-1678.68,-1930.02,80.6493,2.05374,400,5,0,3831,0,0,1), - (14587,2570,0,416,0,-1684.29,-1568.41,56.196,3.93163,400,5,0,3405,1189,0,1), - (14588,2571,0,448,0,-1710.64,-1584.16,54.2143,0.941179,400,5,0,4377,0,0,1), - (14589,2571,0,448,0,-1715.73,-1548.63,55.7366,0.391977,400,5,0,4377,0,0,1), - (14590,4075,0,1141,0,-1696.02,-1552.24,55.4542,6.20962,400,5,0,8,0,0,1), - (14591,2570,0,416,0,-1751.9,-1619.8,52.8001,1.72672,400,5,0,3405,1189,0,1), - (14592,4075,0,1141,0,-1709.69,-1716.47,53.8838,1.49603,400,10,0,8,0,0,1), - (14593,2569,0,1051,0,-1737.47,-1694.55,53.1683,4.14017,400,5,0,4008,0,0,1), - (14594,2569,0,1051,0,-1734.1,-1643.9,52.4077,2.90514,400,5,0,4008,0,0,1), - (14595,2570,0,416,0,-1740.46,-1643.3,52.0271,1.31898,400,5,0,3405,1189,0,2), - (14596,2558,0,4002,0,-1723.22,-1740.31,52.671,3.12991,400,0,0,3831,0,0,0), - (14597,2559,0,11316,0,-1110.19,-2649.74,50.441,3.13183,400,10,0,1050,0,0,1), - (14598,2569,0,1051,0,-1712.11,-1721.47,53.1158,4.49069,400,5,0,4008,0,0,1), - (14599,2571,0,448,0,-1772.13,-1609.34,52.0132,1.25789,400,5,0,4377,0,0,1), - (14600,2559,0,11316,0,-1120.04,-2550.2,52.9232,3.45508,400,10,0,1050,0,0,1), - (14601,2558,0,4002,0,-1697.65,-1731.96,56.1629,5.51098,400,0,0,3831,0,0,0), - (14602,2571,0,448,0,-1750.67,-1522.96,61.0096,0.014966,400,5,0,4377,0,0,1), - (14603,2584,0,4138,0,-1580.57,-1720.48,67.8083,4.66003,400,0,0,4264,0,0,0), - (14604,2570,0,416,0,-1753.47,-1585.43,51.8045,5.32192,400,5,0,3405,1189,0,1), - (14605,2584,0,4138,0,-1590.86,-1720.1,68.0504,5.07891,400,0,0,4264,0,0,0), - (14606,2584,0,4138,0,-1614.8,-1681.66,66.614,3.01121,400,10,0,4264,0,0,1), - (14607,2583,0,4139,0,-1587.04,-1726.65,67.4434,-1.69229,400,0,0,3359,1142,0,0), - (14608,2583,0,4139,0,-1645.01,-1660.96,69.0798,4.98349,400,0,0,3359,1142,0,0), - (14609,2584,0,4138,0,-1629.53,-1633.74,66.9207,4.97469,400,10,0,4264,0,0,1), - (14610,2583,0,4140,0,-1649.05,-1706.52,69.0118,5.74404,400,0,0,3359,1142,0,0), - (14611,2585,0,4144,0,-1586.1,-1628.74,68.6193,5.60115,400,0,0,4438,0,0,0), - (14612,2583,0,4139,0,-1608.8,-1651.05,68.1707,3.14862,400,10,0,3359,1142,0,1), - (14613,4075,0,1141,0,-1599.14,-1633.68,68.6073,2.58599,400,5,0,8,0,0,1), - (14614,2583,0,4140,0,-1651.96,-1628.02,68.7301,2.47161,400,0,0,3359,1142,0,0), - (14615,2584,0,4137,0,-1531.71,-1721.79,66.2183,5.55479,400,10,0,4264,0,0,1), - (14616,2773,0,11568,0,-1723.2,-1534.92,55.9884,5.37561,400,0,0,5334,0,0,0), - (14617,2583,0,4140,0,-1563.03,-1714.86,67.3969,3.92116,400,0,0,3359,1142,0,0), - (14618,2585,0,4144,0,-1528.26,-1689.72,68.897,4.81189,400,0,0,4438,0,0,0), - (14619,2584,0,4138,0,-1527.74,-1774.07,67.664,4.58871,400,6,0,4264,0,0,2), - (14620,2583,0,4140,0,-1504.05,-1722.82,68.9775,5.71604,400,0,0,3359,1142,0,0), - (14621,4075,0,1141,0,-1502.67,-1703.97,68.2183,4.80365,400,5,0,8,0,0,1), - (14622,2583,0,4139,0,-1522.76,-1760.03,67.1573,0.486498,400,10,0,3359,1142,0,1), - (14623,2583,0,4140,0,-1545.08,-1744.71,68.3035,5.65337,400,0,0,3359,1142,0,0), - (14624,2584,0,4137,0,-1524.14,-1780.98,68.0966,1.91986,400,0,0,4264,0,0,0), - (14625,2584,0,4138,0,-1533.86,-1780.24,68.4454,1.25664,400,0,0,4264,0,0,0), - (14626,2585,0,4144,0,-1504.84,-1762.03,68.676,4.02844,400,3,0,4438,0,0,1), - (14627,2570,0,416,0,-1792.71,-1594.79,53.4594,0.139354,400,3,0,3405,1189,0,1), - (14628,2584,0,4137,0,-1533.06,-1831.08,68.1607,1.39626,400,0,0,4264,0,0,0), - (14629,2571,0,448,0,-1790.7,-1569.19,53.0372,5.28264,400,0,0,4377,0,0,0), - (14630,2583,0,4139,0,-1542.16,-1773.03,68.7674,4.79417,400,3,0,3359,1142,0,1), - (14631,4075,0,1141,0,-1559.07,-1802.18,67.6051,5.02751,400,10,0,8,0,0,1), - (14632,2584,0,4137,0,-1524.05,-1831.03,68.2974,1.79769,400,0,0,4264,0,0,0), - (14633,2590,0,4014,0,-1580.67,-1859.8,68.4255,0.139626,400,0,0,2706,2680,0,0), - (14636,2570,0,416,0,-1777.45,-1582.35,53.0013,3.61837,400,0,0,3405,1189,0,0), - (14637,2590,0,4014,0,-1594.04,-1830.74,68.44,1.17384,400,0,0,2706,2680,0,0), - (14639,2588,0,4016,0,-1605.55,-1918.79,67.6552,0.045068,400,3,0,3831,0,0,1), - (14642,2569,0,1051,0,-1627.05,-1744.24,67.5658,3.15475,400,5,0,4008,0,0,2), - (14643,2591,0,4018,0,-1586.96,-1881.76,68.5317,2.26183,400,0,0,2910,2861,0,0), - (14644,2570,0,416,0,-1774.07,-1642.56,53.2363,1.39997,400,5,0,3405,1189,0,1), - (14645,2591,0,4019,0,-1628.39,-1919.25,68.9609,0.997192,400,0,0,2910,2861,0,0), - (14646,4075,0,1141,0,-1599.92,-1926.27,67.9631,3.24679,400,5,0,8,0,0,1), - (14647,2588,0,4017,0,-1639.4,-1918.76,68.9529,0.958364,400,0,0,3831,0,0,0), - (14650,2712,0,1853,0,-1425.68,-3033.32,32.8839,3.07178,400,0,0,1609,0,0,0), - (14652,2783,0,4031,0,-1644.56,-1933.05,68.1722,0.174533,400,0,0,4572,0,0,0), - (14653,2713,0,1716,0,-1427.4,-3035.18,32.268,3.14159,400,0,0,1200,1189,0,0), - (14654,2567,0,6170,0,-1855.55,-2812.6,63.0485,3.06358,400,10,0,1075,2763,0,1), - (14655,2559,0,11316,0,-1482.24,-2585.73,63.5937,0.867047,400,10,0,1050,0,0,1), - (14656,2566,0,3193,0,-1879.21,-2852.16,64.0606,3.46952,400,5,0,1403,0,0,1), - (14657,2762,0,5490,0,-1413.11,-2684.88,51.4271,6.03152,400,10,0,1305,1486,0,1), - (14658,2572,0,2153,0,-1044.19,-3840.4,147.458,5.35506,400,0,0,1403,0,0,0), - (14659,2566,0,3193,0,-1904.57,-2830.04,66.0962,3.46877,400,5,0,1403,0,0,1), - (14660,2566,0,3193,0,-1882.69,-2790.81,66.4753,2.25834,400,3,0,1403,0,0,1), - (14661,2566,0,3193,0,-1848.96,-2748.08,52.4,4.04039,400,10,0,1403,0,0,1), - (14662,2566,0,3193,0,-1908.87,-2735.49,65.6033,1.50789,400,5,0,1403,0,0,1), - (14663,2566,0,3193,0,-1877.38,-2722.49,56.1828,5.10228,400,10,0,1403,0,0,1), - (14664,2567,0,6170,0,-1947.7,-2753.07,76.8121,5.27109,400,5,0,1075,2763,0,2), - (14665,2567,0,6170,0,-2001,-2716.59,81.0618,1.43937,400,3,0,1075,2763,0,1), - (14666,2566,0,3193,0,-2048.78,-2688.57,79.1041,5.54839,400,5,0,1403,0,0,1), - (14667,2566,0,3193,0,-2018.83,-2649.62,80.7815,3.45359,400,10,0,1403,0,0,1), - (14668,2559,0,11316,0,-1059.22,-3352.79,46.9394,6.2539,400,10,0,1050,0,0,1), - (14669,2559,0,11316,0,-1105.91,-3240.22,36.7675,0.883775,400,10,0,1050,0,0,1), - (14670,2566,0,3193,0,-1970.81,-2696.38,80.3125,2.72042,400,3,0,1403,0,0,1), - (14671,2559,0,11316,0,-1147.51,-3298.86,42.1707,1.30215,400,10,0,1050,0,0,1), - (14672,2567,0,6170,0,-1915.55,-2682.25,68.3667,5.4798,400,5,0,1075,2763,0,1), - (14673,2566,0,3193,0,-1945.53,-2652.67,80.5085,5.54943,400,10,0,1403,0,0,1), - (14674,2561,0,961,0,-1792.3,-2652.75,51.2646,3.49237,400,5,0,1469,0,0,1), - (14675,2559,0,11316,0,-1086.66,-3215.08,43.6514,3.24729,400,10,0,1050,0,0,1), - (14676,2620,0,1072,0,-1132.52,-3163.76,45.7034,0.997597,400,10,0,8,0,0,1), - (14677,2559,0,11316,0,-1147.28,-3084.02,41.0106,4.79845,400,10,0,1050,0,0,1), - (14678,2559,0,11316,0,-1151.99,-3221.7,32.5901,2.45859,400,10,0,1050,0,0,1), - (14679,2559,0,11316,0,-1084.9,-1719.08,39.8159,2.4187,400,10,0,1050,0,0,1), - (14680,2561,0,961,0,-1753.44,-2680.2,40.5151,0.093841,400,5,0,1469,0,0,1), - (14681,2559,0,11316,0,-1115.4,-3184.86,45.9685,4.78467,400,5,0,1050,0,0,1), - (14682,2559,0,11316,0,-1146.65,-3149.91,44.358,5.68605,400,10,0,1050,0,0,1), - (14683,2572,0,2153,0,-1090.65,-3675.36,71.5291,2.15425,400,5,0,1403,0,0,1), - (14684,2559,0,11316,0,-1117.55,-3050.62,41.8368,1.31513,400,10,0,1050,0,0,1), - (14685,2561,0,961,0,-1784.04,-2777.99,53.1458,1.57666,400,10,0,1469,0,0,1), - (14686,2561,0,961,0,-1783.3,-2705.52,49.821,1.11611,400,10,0,1469,0,0,1), - (14687,2559,0,11316,0,-880.177,-3613.46,76.9783,1.24472,400,5,0,1050,0,0,1), - (14688,2559,0,11316,0,-1147.31,-3055.67,38.7543,4.78687,400,10,0,1050,0,0,1), - (14689,2572,0,2153,0,-1152.85,-3610.92,41.5629,2.30437,400,10,0,1403,0,0,1), - (14690,2572,0,2153,0,-1017.96,-3684.89,86.0248,4.418,400,5,0,1403,0,0,1), - (14691,2561,0,961,0,-1752.37,-2850.71,44.9665,2.8686,400,10,0,1469,0,0,1), - (14692,2572,0,2153,0,-1039.77,-3694.41,88.1248,1.16937,400,0,0,1403,0,0,0), - (14693,2561,0,961,0,-1760.5,-2801.48,48.3108,2.28711,400,10,0,1469,0,0,1), - (14694,2561,0,961,0,-1768.61,-2748.84,48.8114,3.27273,400,10,0,1469,0,0,1), - (14695,2572,0,2153,0,-958.466,-3705.81,92.1076,4.06767,400,5,0,1403,0,0,1), - (14696,2559,0,11316,0,-1120.29,-2980.8,41.9999,1.91415,400,10,0,1050,0,0,1), - (14697,2561,0,961,0,-1683.36,-2749.53,47.2354,4.71757,400,5,0,1469,0,0,1), - (14698,2561,0,961,0,-1684.6,-2811.87,39.6426,2.75678,400,5,0,1469,0,0,1), - (14699,2559,0,11316,0,-1179.6,-3048.14,40.5965,0.24445,400,10,0,1050,0,0,1), - (14700,2559,0,11316,0,-1181.46,-2981.05,48.9406,0.578335,400,10,0,1050,0,0,1), - (14701,2572,0,2153,0,-988.764,-3657.44,79.1515,0.293328,400,10,0,1403,0,0,1), - (14702,2559,0,11316,0,-1216.98,-3012.95,45.8092,1.57666,400,10,0,1050,0,0,1), - (14703,2559,0,11316,0,-1249.01,-3116.92,42.6192,4.4357,400,10,0,1050,0,0,1), - (14704,441,0,387,0,-9644.54,-2351.72,68.7737,3.02133,300,10,0,330,938,0,1), - (14705,2559,0,11316,0,-1219.16,-3083.64,39.2356,3.76649,400,10,0,1050,0,0,1), - (14706,2572,0,2153,0,-927.195,-3727.74,94.3904,0.158475,400,3,0,1403,0,0,1), - (14707,2559,0,11316,0,-1216.28,-3144.88,41.3683,0.950289,400,10,0,1050,0,0,1), - (14708,2565,0,1104,0,-1716.27,-2793.39,48.2109,4.6714,400,5,0,1403,0,0,1), - (14709,2559,0,11316,0,-1246.76,-3180.18,42.1805,0.868392,400,10,0,1050,0,0,1), - (14710,2572,0,2153,0,-988.332,-3718.31,93.4459,4.74739,400,5,0,1403,0,0,1), - (14711,2563,0,1103,0,-1250.94,-3048.49,38.0866,3.97005,400,10,0,1163,0,0,1), - (14712,2561,0,961,0,-1823.33,-2668.38,55.1846,4.2636,400,10,0,1469,0,0,1), - (14713,2559,0,11316,0,-1252.48,-2914.47,39.6326,3.20218,400,10,0,1050,0,0,1), - (14714,2559,0,11316,0,-1312.48,-2851.17,52.8456,0.029288,400,3,0,1050,0,0,1), - (14715,2563,0,1103,0,-1217.1,-2948.59,43.5186,1.57861,400,10,0,1163,0,0,1), - (14716,2559,0,11316,0,-1286.13,-2883.84,49.3905,3.30835,400,3,0,1050,0,0,1), - (14717,2565,0,1104,0,-1620.68,-2916.09,32.4332,3.37815,400,10,0,1403,0,0,1), - (14718,2560,0,180,0,-1516.83,-2813.33,39.4612,2.79117,400,5,0,1221,0,0,1), - (14719,2579,0,1105,0,-1470.94,-2881.32,32.3176,3.78988,400,10,0,1279,0,0,1), - (14720,2565,0,1104,0,-1683.36,-2983.13,36.5165,6.2578,400,5,0,1403,0,0,1), - (14721,2565,0,1104,0,-1713.44,-3018.49,30.6646,4.589,400,5,0,1403,0,0,1), - (14722,2565,0,1104,0,-1745.9,-3051.29,27.5883,0.089953,400,5,0,1403,0,0,1), - (14723,2565,0,1104,0,-1714.32,-3078.84,25.1839,1.61179,400,5,0,1403,0,0,1), - (14724,2554,0,3991,0,-1777.36,-3132.49,40.3376,6.26573,400,0,0,1163,0,0,0), - (14725,2556,0,3998,0,-1889.48,-3118.35,63.2067,2.42258,400,5,0,1279,0,0,1), - (14726,2554,0,3992,0,-1881.6,-3084.64,60.7827,0.363095,400,3,0,1163,0,0,1), - (14727,2554,0,3992,0,-1848.77,-3086.99,54.8648,5.13913,400,0,0,1163,0,0,0), - (14728,2555,0,3995,0,-1864.62,-3064.38,57.9381,0.832552,400,0,0,1021,963,0,0), - (14729,2554,0,3992,0,-1863.77,-3084.92,57.6053,3.4066,400,5,0,1163,0,0,1), - (14732,2554,0,3992,0,-1873.72,-3043.09,60.256,5.6982,400,0,0,1163,0,0,0), - (14733,2554,0,3992,0,-1853.73,-3069.63,59.9803,3.9359,400,5,0,1163,0,0,1), - (14734,2554,0,3991,0,-1881.19,-3152.55,61.2294,5.04031,400,5,0,1163,0,0,1), - (14735,2556,0,3997,0,-1852.68,-3024.19,60.4887,4.82933,400,3,0,1279,0,0,1), - (14736,2556,0,3997,0,-1816.89,-3281.7,27.1672,6.27795,400,5,0,1279,0,0,1), - (14737,2555,0,3996,0,-1854.99,-3185.95,51.416,1.83425,400,0,0,1021,963,0,0), - (14738,2556,0,3998,0,-1852.73,-3152.88,51.214,3.72276,400,3,0,1279,0,0,1), - (14739,2565,0,1104,0,-1682.05,-3043.81,26.6807,0.734267,400,5,0,1403,0,0,1), - (14740,15351,0,15389,0,-8399.07,266.236,120.885,2.20104,300,0,0,3857,0,0,0), - (14741,2760,0,2172,0,-919.272,-1751.73,47.802,0.535839,400,10,0,1604,0,0,1), - (14742,2571,0,448,0,-1757.13,-1558.48,57.0591,5.06145,400,0,0,4377,0,0,0), - (14743,2560,0,180,0,-1748.73,-2984.09,36.2353,4.94563,400,10,0,1221,0,0,1), - (14744,2561,0,961,0,-1666.14,-2672.47,41.776,2.58879,400,10,0,1469,0,0,1), - (14745,2559,0,11316,0,-1016.76,-1764.54,47.8095,3.64281,400,5,0,1050,0,0,1), - (14746,2760,0,2172,0,-898.133,-1766.28,45.0305,3.01972,400,5,0,1604,0,0,1), - (14747,2563,0,1103,0,-1588.78,-2597.44,42.9769,6.25544,400,10,0,1163,0,0,1), - (14748,2559,0,11316,0,-982.226,-1718.53,40.2659,1.61883,400,10,0,1050,0,0,1), - (14749,2760,0,2172,0,-865.859,-1744.28,45.5624,0.180076,400,10,0,1604,0,0,1), - (14750,2563,0,1103,0,-1680.64,-2510.14,55.8918,0.312247,400,10,0,1163,0,0,1), - (14751,2563,0,1103,0,-1682.05,-2418.46,70.3634,0.842046,400,5,0,1163,0,0,1), - (14752,2560,0,180,0,-1516.91,-1985.9,41.6086,4.2237,400,0,0,1221,0,0,0), - (14753,2560,0,180,0,-1479.68,-1949.11,53.5054,4.08407,400,0,0,1221,0,0,0), - (14754,4075,0,1141,0,-1500.98,-1804.97,68.0896,3.26377,400,10,0,8,0,0,1), - (14755,4075,0,1141,0,-1588.02,-1749.34,66.8503,2.26628,400,10,0,8,0,0,1), - (14756,4075,0,1141,0,-1551.56,-1811.1,67.9552,2.8869,400,10,0,8,0,0,1), - (14757,2583,0,4139,0,-1581.41,-1693.47,66.0647,0.132868,400,10,0,3359,1142,0,1), - (14758,2563,0,1103,0,-1260.6,-3425.63,36.8092,0.565341,400,10,0,1163,0,0,1), - (14759,2585,0,4143,0,-1543.37,-1863.06,67.3592,3.76332,400,5,0,4438,0,0,1), - (14760,2559,0,11316,0,-1121.31,-3333.73,46.0919,6.06049,400,10,0,1050,0,0,1), - (14761,2584,0,4137,0,-1555.09,-1669.84,68.8011,5.06145,400,0,0,4264,0,0,0), - (14762,2587,0,3982,0,-811.636,-1999.46,34.0347,4.08847,400,5,0,1163,0,0,1), - (14763,2589,0,3988,0,-803.064,-1981.05,34.0347,2.89369,400,10,0,1107,0,0,1), - (14764,2589,0,3988,0,-835.366,-2076.21,34.3338,0.895788,400,10,0,1107,0,0,1), - (14765,2587,0,3983,0,-796.255,-2069.11,33.846,6.27065,400,5,0,1163,0,0,1), - (14766,2589,0,3988,0,-854.12,-2002.11,34.7652,5.03986,400,5,0,1107,0,0,1), - (14767,2589,0,3988,0,-775.245,-2035.73,34.1738,3.64671,400,5,0,1107,0,0,1), - (14768,2587,0,3982,0,-777.069,-2020.99,34.4424,3.13701,400,5,0,1163,0,0,1), - (14769,2586,0,3984,0,-781.302,-2116.04,38.1838,6.07277,400,5,0,1050,0,0,1), - (14770,2589,0,3987,0,-755.565,-2031.31,34.0643,4.5204,400,0,0,1107,0,0,0), - (14771,2586,0,3984,0,-769.643,-2087.32,34.3055,1.91986,400,0,0,1050,0,0,0), - (14772,2714,0,4041,0,-1609.97,-2755.76,37.3943,1.45734,400,0,0,1342,0,0,2), - (14773,2721,0,4037,0,-1610.32,-2758.76,37.2522,1.46045,400,0,0,610,0,0,0), - (14774,2721,0,4037,0,-1613.64,-2761.4,37.2522,1.45847,400,0,0,610,0,0,0), - (14775,2721,0,4038,0,-1611,-2764.72,36.8772,1.45718,400,0,0,610,0,0,0), - (14776,2721,0,4037,0,-1607.68,-2762.08,37.1272,1.45799,400,0,0,610,0,0,0), - (14777,2618,0,4030,0,-1477.12,-3037.43,12.4207,4.59089,400,5,0,1203,0,0,1), - (14778,2619,0,4032,0,-1480.27,-3059.95,13.0457,6.01345,400,5,0,1187,970,0,2), - (14779,2778,0,8069,0,-2054.78,-2040.69,19.6389,2.93215,400,0,0,1536,0,0,0), - (14780,6777,0,7004,0,7.32368,-1623.33,189.58,3.03687,300,0,0,3857,0,0,0), - (14781,7325,0,6575,0,-18.1861,-1568.21,194.976,1.43117,300,0,0,4079,0,0,0), - (14782,6766,0,6574,0,65.3193,-1497.15,174.148,4.89914,300,5,0,2769,0,0,1), - (14783,6766,0,6574,0,-28.8082,-1404.96,170.132,3.10789,300,5,0,2769,0,0,1), - (14784,6766,0,6574,0,42.3709,-1512.08,173.93,3.16863,300,5,0,2769,0,0,1), - (14785,6779,0,5529,0,14.5248,-1628.05,189.581,2.80998,300,0,0,2972,0,0,0), - (14786,6707,0,5528,0,0.704047,-1581.18,203.877,1.5708,300,0,0,3857,0,0,0), - (14787,6771,0,5909,0,4.32297,-1592.5,204.003,3.9968,300,0,0,2769,0,0,0), - (14788,6766,0,6574,0,14.8673,-1604.13,195.502,0.802851,300,0,0,2769,0,0,0), - (14789,6768,0,6572,0,27.6115,-1625.33,204.003,3.12414,300,0,0,4120,0,0,0), - (14790,7075,0,5814,0,-1251.87,571.952,30.2319,1.81913,600,3,0,6891,6867,0,1), - (14791,7071,0,5817,0,-1319.1,457.083,37.618,3.90954,600,0,0,7349,4482,0,0), - (14792,7075,0,5814,0,-1321.62,519.507,99.2873,3.25392,600,0,0,6891,6867,0,0), - (14793,7070,0,5824,0,-1326.72,546.228,100.942,5.60251,600,0,0,7817,7107,0,0), - (14794,7069,0,5823,0,-1379.81,632.899,51.5099,0.826559,600,0,0,8613,0,0,0), - (14795,7075,0,5814,0,-1353.38,543.865,101.984,3.76991,600,0,0,6891,6867,0,0), - (14796,7072,0,5821,0,-1345.56,575.438,103.609,5.32325,600,0,0,6891,0,0,0), - (14797,7068,0,5828,0,-1262.56,479.974,10.5137,5.06174,600,0,0,7349,6723,0,0), - (14799,2370,0,4976,0,-1325.8,-877.878,-9.63101,1.90241,300,0,0,812,811,0,0), - (14800,2405,0,3662,0,-188.843,-907.371,55.8682,0.698132,300,0,0,3514,0,0,0), - (14801,3536,0,3643,0,-429.726,-1497.85,88.2668,0.191986,300,0,0,1605,0,0,0), - (14802,620,0,304,0,-506.071,-1459.12,51.0499,5.32325,300,0,0,1,0,0,0), - (14803,5405,0,2409,0,-779.294,-610.004,15.2348,2.33874,300,0,0,42,0,0,0), - (14804,12375,0,2405,0,-779.103,-600.73,15.2348,5.49779,300,0,0,42,0,0,0), - (14805,12376,0,2404,0,-786.315,-607.03,15.2348,5.46288,300,0,0,42,0,0,0), - (14806,14561,0,14583,0,-781.823,-611.991,15.2348,2.25148,300,0,0,64,53,0,0), - (14807,14560,0,14338,0,-774.887,-606.126,15.2348,2.30383,300,0,0,64,53,0,0), - (14808,14559,0,14582,0,-777.081,-608.085,15.2348,2.32129,300,0,0,64,53,0,0), - (14809,16090,0,15993,0,-1389.69,-1106.36,39.022,2.37365,300,0,0,1200,0,0,0), - (14810,13936,0,7804,0,19.3358,-1449.73,176.424,3.27511,300,0,0,64,0,0,0), - (14811,6766,0,6573,0,30.7071,-1585.19,193.232,1.64061,300,0,0,2769,0,0,0), - (14812,6771,0,5909,0,-4.39963,-1596.07,195.07,5.06145,300,0,0,2769,0,0,0), - (14813,6771,0,5908,0,3.24376,-1595.77,195.07,4.45059,300,0,0,2769,0,0,0), - (14814,11776,0,11709,0,14.9235,-1629.47,189.498,4.93305,300,0,0,1,0,0,0), - (14815,6766,0,6573,0,23.3013,-1612.92,195.502,0.872665,300,0,0,2769,0,0,0), - (14816,6766,0,6574,0,18.2469,-1583.38,194.37,1.55334,300,0,0,2769,0,0,0), - (14817,6771,0,5907,0,26.954,-1622.12,204.003,3.47321,300,0,0,2769,0,0,0), - (14818,7323,0,7011,0,23.7691,-1622.14,197.632,4.67748,300,0,0,3748,0,0,0), - (14819,6771,0,5907,0,-4.05452,-1592.45,204.003,5.2709,300,0,0,2769,0,0,0), - (14820,7070,0,5826,0,-1315.18,512.496,99.9123,1.41913,600,0,0,7817,7107,0,0), - (14821,7075,0,5814,0,-1412.1,548.535,80.6403,4.18879,600,0,0,6891,6867,0,0), - (14822,7070,0,5825,0,-1367.22,648.284,50.3003,3.80482,600,0,0,7817,7107,0,0), - (14823,7072,0,5820,0,-1390.78,616.502,54.3849,0.978326,600,5,0,6891,0,0,2), - (14824,7069,0,5823,0,-1307.52,637.362,47.8771,2.00713,600,0,0,8613,0,0,0), - (14825,7075,0,5814,0,-1393.76,619.646,53.6349,5.05238,600,5,0,6891,6867,0,1), - (14826,2368,0,4763,0,-1351.94,-981.076,-4.38645,2.54464,300,10,0,896,0,0,1), - (14827,6771,0,5910,0,26.9875,-1628.55,204.003,2.75762,300,0,0,2769,0,0,0), - (14828,6766,0,6573,0,121.93,-1524.03,168.466,3.39281,300,5,0,2769,0,0,1), - (14829,7324,0,6797,0,10.6412,-1562.82,189.28,1.5708,300,0,0,2972,0,0,0), - (14830,8309,0,7535,0,-40.4379,-1584.87,194.543,0.698132,300,0,0,3517,0,0,0), - (14831,13085,0,13150,0,-0.489312,-1594.8,195.07,4.64258,600,0,0,8519,0,0,0), - (14832,6766,0,6573,0,-27.6602,-1421.12,174.007,2.67889,300,5,0,2769,0,0,1), - (14833,7072,0,5820,0,-1312.72,566.287,106.176,2.46091,600,0,0,6891,0,0,0), - (14834,7075,0,5814,0,-1349.32,597.778,103.529,0.547157,600,5,0,6891,6867,0,2), - (14835,7071,0,5819,0,-1233.07,560.679,33.5691,0.872665,600,0,0,7349,4482,0,0), - (14836,7070,0,5826,0,-1317.12,531.126,99.7401,3.61283,600,0,0,7817,7107,0,0), - (14837,7069,0,5823,0,-1256.24,553.844,27.4701,4.55558,600,5,0,8613,0,0,2), - (14838,7071,0,5819,0,-1265.33,476.39,10.6086,5.77704,600,0,0,7349,4482,0,0), - (14839,7069,0,5822,0,-1246.71,566.755,28.5484,3.83972,600,0,0,8613,0,0,0), - (14840,7075,0,5815,0,-1326.6,639.302,50.5369,2.27374,600,5,0,6891,6867,0,2), - (14841,2405,0,3662,0,-182.133,-902.327,55.8559,2.80998,300,0,0,3514,0,0,0), - (14842,7071,0,5819,0,-1377.69,644.3,50.7874,2.53073,600,0,0,7349,4482,0,0), - (14843,2349,0,6808,0,-751.546,315.025,49.6503,3.12892,300,10,0,664,0,0,1), - (14844,2356,0,3201,0,-677.415,-1445.49,63.7163,4.78078,300,10,0,944,0,0,1), - (14845,2349,0,6808,0,-819.015,300.974,45.7465,4.54756,300,5,0,664,0,0,1), - (14846,2349,0,6808,0,-849.395,276.146,37.1476,3.09227,300,3,0,664,0,0,1), - (14847,2349,0,6808,0,-816.585,281.929,40.8958,1.35839,300,10,0,664,0,0,1), - (14848,721,0,328,0,-885.865,-612.692,7.70098,1.92957,300,10,0,1,0,0,1), - (14849,1933,0,856,0,-966.983,-130.301,26.3039,1.93825,300,5,0,14,0,0,1), - (14850,2356,0,3201,0,-231.367,150.752,71.9621,2.4934,300,10,0,944,0,0,1), - (14851,2347,0,1149,0,-343.74,-1451.68,68.3545,3.35103,300,0,0,1753,0,0,0), - (14852,3458,1,6095,0,-3894.82,-1638.85,91.7917,1.39713,275,0,0,544,581,0,0), - (14853,2405,0,3662,0,-11.101,-940.193,61.9443,1.93731,300,0,0,3514,0,0,0), - (14854,2405,0,3662,0,-9.0185,-935.933,61.9307,3.28122,300,0,0,3514,0,0,0), - (14855,2371,0,4982,0,-1249.76,-758.425,-44.5542,5.50398,300,10,0,935,878,0,1), - (14857,721,0,328,0,-868.487,-281.627,40.3866,4.79297,300,10,0,1,0,0,1), - (14858,2349,0,6808,0,-288.344,134.765,76.6337,1.51216,300,10,0,664,0,0,1), - (14859,2356,0,3201,0,-614.494,-1673.26,61.3654,3.59475,300,10,0,944,0,0,1), - (14860,2356,0,3201,0,-1010.29,142.993,57.5302,2.38511,300,10,0,944,0,0,1), - (14861,2349,0,6808,0,-956.325,50.0884,52.0403,5.36606,300,5,0,664,0,0,1), - (14862,2356,0,3201,0,-330.917,202.579,87.4494,0.784019,300,10,0,944,0,0,1), - (14863,3541,0,3696,0,-774.517,-505.746,23.7108,3.50811,300,0,0,2471,0,0,0), - (14864,2386,0,3705,0,-883.759,-454.059,10.6827,2.64474,300,5,0,3330,0,0,1), - (14865,2356,0,3201,0,-1018.39,-1398.95,56.5173,0.450548,300,10,0,944,0,0,1), - (14866,2356,0,3201,0,-999.111,120.493,54.7334,5.92174,300,10,0,944,0,0,1), - (14867,7071,0,5817,0,-1220.88,416.147,3.81308,4.31096,600,0,0,7349,4482,0,0), - (14868,7068,0,5829,0,-1267.31,436.379,16.4786,0.916549,600,5,0,7349,6723,0,1), - (14870,3458,1,6095,0,-3948.73,-1750.06,93.8365,6.14356,275,15,0,544,581,0,1), - (14871,7068,0,5829,0,-1232.49,480.7,13.6295,5.2709,600,0,0,7349,6723,0,0), - (14872,7068,0,5828,0,-1240.95,434.424,3.14377,1.66122,600,5,0,7349,6723,0,1), - (14873,2356,0,3201,0,-598.9,-1604.41,61.6481,5.11871,300,3,0,944,0,0,1), - (14874,7071,0,5818,0,-1232.39,479.16,13.6295,5.67232,600,0,0,7349,4482,0,0), - (14875,7071,0,5819,0,-1233.45,434.88,3.64377,4.4855,600,0,0,7349,4482,0,0), - (14876,7071,0,5816,0,-1234.14,512.85,14.1555,2.72271,600,0,0,7349,4482,0,0), - (14877,2349,0,6808,0,-979.548,41.6456,51.9874,1.61374,300,5,0,664,0,0,1), - (14878,2349,0,6808,0,-1046.15,184.351,66.7327,4.48905,300,3,0,664,0,0,1), - (14879,2375,0,3617,0,-1178.33,-54.7851,-12.6767,2.96766,300,10,0,1016,0,0,1), - (14880,2374,0,1305,0,-1181.16,217.909,-8.26112,1.45092,300,10,0,978,0,0,1), - (14881,2374,0,1305,0,-1230.53,247.405,-9.98713,3.55549,300,10,0,978,0,0,1), - (14882,2349,0,6808,0,-311.256,216.687,89.726,6.05668,300,10,0,664,0,0,1), - (14883,2386,0,3705,0,-824.231,-593.458,14.7112,5.11754,300,5,0,3330,0,0,1), - (14884,2349,0,6808,0,-1017.38,118.039,54.1227,0.044493,300,5,0,664,0,0,1), - (14885,721,0,328,0,-631.237,-360.387,40.6537,4.27916,300,10,0,1,0,0,1), - (14886,2356,0,3201,0,-381.533,-1587.1,71.7978,0.121447,300,10,0,944,0,0,1), - (14887,2350,0,1989,0,-728.96,486.825,77.6756,3.26793,300,5,0,494,0,0,1), - (14888,2356,0,3201,0,-359.228,-1541.89,71.2492,0.271051,300,10,0,944,0,0,1), - (14889,2349,0,6808,0,-1008.25,9.30925,40.2305,3.91498,300,5,0,664,0,0,1), - (14890,2356,0,3201,0,-369.407,-1471.97,67.4952,3.72948,300,3,0,944,0,0,1), - (14891,2356,0,3201,0,-362.476,-1499.41,67.7939,0.686423,300,10,0,944,0,0,1), - (14892,2356,0,3201,0,-718.576,-1552.33,56.9426,4.26605,300,10,0,944,0,0,1), - (14893,2371,0,4982,0,-1345.49,-906.37,-6.1125,1.73889,300,10,0,935,878,0,1), - (14894,2349,0,6808,0,-571.402,-1622.24,64.1769,0.056691,300,3,0,664,0,0,1), - (14895,2350,0,1989,0,-679.31,-1446.81,63.9523,0.814436,300,10,0,494,0,0,1), - (14896,620,0,304,0,-814.948,-616.612,13.8203,1.96799,300,5,0,1,0,0,1), - (14897,2370,0,4976,0,-1440.63,-1027.13,-5.3661,4.955,300,10,0,812,811,0,1), - (14898,2356,0,3201,0,-708.808,-1564.22,57.1721,2.4516,300,10,0,944,0,0,1), - (14899,3459,1,4751,0,-3711.8,-1563.59,91.7917,4.30051,275,5,0,664,0,0,1), - (14900,3459,1,4751,0,-3939.9,-1636.86,91.7917,4.53459,275,5,0,664,0,0,1), - (14901,3459,1,4751,0,-3744.86,-1572.2,92.4934,5.18684,275,5,0,664,0,0,1), - (14902,3459,1,4751,0,-3719.58,-1645.6,91.9651,1.90456,275,15,0,664,0,0,1), - (14903,3459,1,4751,0,-3678.46,-1580.83,100.626,1.43135,275,0,0,664,0,0,0), - (14904,3459,1,4751,0,-3913.39,-1594.97,92.4167,0.460497,275,10,0,664,0,0,1), - (14905,3459,1,4751,0,-3719.35,-1596.41,92.5417,5.39333,275,0,0,664,0,0,0), - (14906,3459,1,4751,0,-3885.93,-1505.84,138.421,2.35896,275,5,0,664,0,0,1), - (14907,3459,1,4751,0,-3905.14,-1655.28,91.9167,4.99218,275,0,0,664,0,0,0), - (14908,3459,1,4751,0,-3705.8,-1637.19,93.9167,4.67075,275,3,0,664,0,0,1), - (14909,3459,1,4751,0,-3773.91,-1542.83,89.7457,1.04511,275,5,0,664,0,0,1), - (14910,3459,1,4751,0,-3848.12,-1543.35,107.33,0.066438,275,0,0,664,0,0,0), - (14911,3459,1,4751,0,-3844.49,-1513.32,110.776,1.08262,275,5,0,664,0,0,2), - (14912,3459,1,4751,0,-3828.55,-1646.49,91.9416,0.082748,275,15,0,664,0,0,1), - (14913,3459,1,4751,0,-3861.17,-1645.63,92.0417,6.00067,275,5,0,664,0,0,1), - (14914,3459,1,4751,0,-3843.41,-1612.88,94.6511,2.87875,275,10,0,664,0,0,1), - (14915,3459,1,4751,0,-3878.83,-1609.59,91.7917,5.40887,275,10,0,664,0,0,1), - (14916,6020,1,2835,0,-1938.55,-3780.98,-4.69518,0.269965,275,20,0,417,0,0,1), - (14917,6020,1,2835,0,-919.33,-3856.08,-28.9752,2.82887,275,20,0,417,0,0,1), - (14918,6020,1,2835,0,-1616.86,-3993.28,-1.02718,1.76647,275,20,0,417,0,0,1), - (14919,6020,1,2835,0,-2094.71,-3844.41,-9.28631,3.08823,275,3,0,417,0,0,1), - (14920,6020,1,2835,0,-1980.51,-3817.54,-7.08373,1.41271,275,20,0,417,0,0,1), - (14921,6020,1,2835,0,-881.043,-3874.47,-12.2578,4.10054,275,20,0,417,0,0,1), - (14922,6020,1,2835,0,-1911.48,-3806.37,-9.39712,1.15931,275,20,0,417,0,0,1), - (14923,6020,1,2835,0,-887.954,-3939.1,-38.3178,5.42038,275,20,0,417,0,0,1), - (14924,6020,1,2835,0,-918.57,-3917.96,-40.01,1.63078,275,20,0,417,0,0,1), - (14925,6020,1,2835,0,-1573.97,-4011.45,-6.4412,0.780819,275,20,0,417,0,0,1), - (14926,6020,1,2835,0,-1786.47,-3890.24,-3.70966,1.35807,275,20,0,417,0,0,1), - (14927,6020,1,2835,0,-1643.48,-4014.59,0.330268,4.23738,275,20,0,417,0,0,1), - (14928,6020,1,2835,0,-2052.96,-3816.56,-6.50129,2.26989,275,20,0,417,0,0,1), - (14929,6020,1,2835,0,-1673.8,-3982.2,-1.58122,0.500623,275,20,0,417,0,0,1), - (14930,6020,1,2835,0,-1751.13,-3922.36,-2.49935,1.60433,275,20,0,417,0,0,1), - (14931,6020,1,2835,0,-2113.89,-3880.76,-9.3266,3.84683,275,20,0,417,0,0,1), - (14932,6020,1,2835,0,-944.337,-4010.75,-56.4463,3.92718,275,20,0,417,0,0,1), - (14933,6020,1,2835,0,-920.619,-3977.64,-53.1573,1.9803,275,20,0,417,0,0,1), - (14934,6020,1,2835,0,-1709.36,-3958.65,-5.94327,5.69862,275,20,0,417,0,0,1), - (14935,6020,1,2835,0,-1247.07,-3950.29,-11.7909,6.11514,275,20,0,417,0,0,1), - (14936,6020,1,2835,0,-1074.33,-3844.84,-25.6434,0.663584,275,20,0,417,0,0,1), - (14937,6020,1,2835,0,-1116.47,-3820.69,-24.2644,5.8991,275,20,0,417,0,0,1), - (14938,6020,1,2835,0,-1480.63,-3977.07,-3.73841,4.71055,275,20,0,417,0,0,1), - (14939,3461,1,6368,0,-1012.07,-2048.75,67.429,1.47745,275,5,0,328,0,0,1), - (14940,3461,1,6368,0,-1111.46,-2126.04,78.6348,1.78716,275,5,0,328,0,0,1), - (14941,3461,1,6368,0,-1122.4,-2086.23,80.3876,0.232657,275,5,0,328,0,0,1), - (14942,3461,1,6368,0,-1013.69,-2087.56,65.2322,2.28283,275,5,0,328,0,0,1), - (14943,3461,1,6368,0,-1281.78,-3054.53,83.598,4.8892,275,5,0,328,0,0,1), - (14944,3461,1,6368,0,-1076.84,-2057.31,69.2989,3.64396,275,5,0,328,0,0,1), - (14945,3461,1,6368,0,-1082.63,-2150.72,65.4004,0.532896,275,5,0,328,0,0,1), - (14946,3461,1,6368,0,-1130.84,-2252.62,80.4574,0.463648,275,5,0,328,0,0,1), - (14947,3461,1,6368,0,-1093.22,-2238.89,74.6269,5.70332,275,5,0,328,0,0,1), - (14948,3461,1,6368,0,-1085.62,-2117.11,62.6041,3.17965,275,5,0,328,0,0,1), - (14949,3461,1,6368,0,-1074.92,-2095.66,60.0722,2.04771,275,5,0,328,0,0,1), - (14950,3461,1,6368,0,-1062.42,-2137.31,65.3661,5.59636,275,5,0,328,0,0,1), - (14951,3461,1,6368,0,-1105.09,-2214.58,70.8436,6.0188,275,5,0,328,0,0,1), - (14952,3461,1,6368,0,-1043.49,-2054.37,63.6424,2.64002,275,5,0,328,0,0,1), - (14953,3461,1,6368,0,-1223.93,-3048.36,93.7596,4.3571,275,5,0,328,0,0,1), - (14954,3461,1,6368,0,-1091.65,-2184.83,65.979,3.07342,275,5,0,328,0,0,1), - (14955,3461,1,6368,0,-978.042,-2061.38,76.3325,5.72543,275,5,0,328,0,0,1), - (14956,3461,1,6368,0,-1024.42,-2011.46,77.5684,0.839715,275,5,0,328,0,0,1), - (14957,3461,1,6368,0,-1084.52,-2248.63,78.6269,4.02439,275,5,0,328,0,0,1), - (14958,3461,1,6368,0,-1190.59,-3013.13,93.8572,1.82147,275,5,0,328,0,0,1), - (14959,3461,1,6368,0,-1053.58,-2116.91,63.4102,3.91752,275,5,0,328,0,0,1), - (14960,3461,1,6368,0,-1090.26,-2081.36,62.5722,2.26184,275,5,0,328,0,0,1), - (14961,3461,1,6368,0,-1284.34,-3018.71,73.7016,2.10564,275,5,0,328,0,0,1), - (14962,3461,1,6368,0,-1052.88,-2203.54,82.3212,5.10208,275,5,0,328,0,0,1), - (14963,3461,1,6368,0,-1050.47,-2023.29,66.1531,1.31279,275,5,0,328,0,0,1), - (14964,3461,1,6368,0,-1045.78,-2080.94,51.0776,6.26555,275,5,0,328,0,0,1), - (14965,3461,1,6368,0,-1254.22,-3011.18,81.3683,2.14174,275,5,0,328,0,0,1), - (14966,3461,1,6368,0,-1117.6,-2031.12,85.6693,3.40031,275,5,0,328,0,0,1), - (14967,3461,1,6368,0,-1252.16,-3060.85,90.4883,5.6007,275,5,0,328,0,0,1), - (14968,3461,1,6368,0,-1240.82,-2950.69,92.3646,0.905814,275,5,0,328,0,0,1), - (14969,3461,1,6368,0,-1291.18,-2959.77,90.3159,5.65487,275,0,0,328,0,0,0), - (14970,3461,1,6368,0,-1251.33,-2982.91,80.604,3.02877,275,5,0,328,0,0,1), - (14971,3461,1,6368,0,-1220.71,-2984.88,81.8145,2.38666,275,5,0,328,0,0,1), - (14972,3461,1,6368,0,-1282.15,-2978.69,81.5856,0.963961,275,5,0,328,0,0,1), - (14973,3461,1,6368,0,-1334.19,-3014.49,91.2894,0.532714,275,5,0,328,0,0,1), - (14974,3461,1,6368,0,-1316.63,-3044.07,85.2496,4.34587,275,0,0,328,0,0,0), - (14975,3461,1,6368,0,-1311.25,-3017.22,84.1451,2.35619,275,0,0,328,0,0,0), - (14976,8582,1,7889,0,1246.34,-2253.31,108.372,2.96706,275,0,0,1684,0,0,0), - (14977,5766,1,2278,0,-554.024,-3417.99,91.789,2.16284,275,3,0,86,0,0,1), - (14978,5766,1,2278,0,-641.312,-3525.44,92.2731,3.55803,275,5,0,86,0,0,1), - (14979,5766,1,2278,0,-579.545,-3664.54,92.0026,1.5886,275,2,0,86,0,0,1), - (14980,5766,1,2278,0,-570.424,-3651.81,92.4943,2.03019,275,2,0,86,0,0,1), - (14981,5766,1,2278,0,-580.664,-3631.85,93.2917,6.08609,275,5,0,86,0,0,1), - (14982,5766,1,2278,0,-618.937,-3674.69,93.3746,2.40897,275,2,0,86,0,0,1), - (14983,5766,1,2278,0,-644.685,-3649.31,94.959,4.28498,275,2,0,86,0,0,1), - (14984,5766,1,2278,0,-621.184,-3630.96,92.404,3.88515,275,2,0,86,0,0,1), - (14985,5766,1,2278,0,-645.13,-3690.17,94.4621,4.15958,275,0,0,86,0,0,0), - (14986,6791,1,7153,0,-1050.04,-3664.8,23.9684,6.00393,275,0,0,2016,0,0,0), - (14987,3463,1,2193,0,-2118.18,-2437.56,92.9489,3.50105,275,20,0,417,0,0,1), - (14988,3463,1,2193,0,-1984.55,-2023.8,92.5843,3.01046,275,20,0,417,0,0,1), - (14989,5767,1,4289,0,-796.8,-2037.08,96.8029,2.86234,275,0,0,594,0,0,0), - (14990,3463,1,2193,0,-1621.78,-2042.67,91.8995,3.09966,275,20,0,417,0,0,1), - (14991,3463,1,2193,0,-2215.38,-2121.73,92.4166,4.93294,275,20,0,417,0,0,1), - (14992,3463,1,2193,0,-1848.71,-2250.94,94.2983,6.23151,275,20,0,417,0,0,1), - (14993,3463,1,2193,0,-2441.59,-2508.11,95.6667,1.79697,275,3,0,417,0,0,1), - (14994,3463,1,2193,0,-1485.26,-2048.18,83.8851,1.60984,275,20,0,417,0,0,1), - (14995,3463,1,2193,0,-1824.94,-1786.47,92.0417,3.5027,275,20,0,417,0,0,1), - (14996,3463,1,2193,0,-1822.53,-2105.59,91.7917,2.87952,275,20,0,417,0,0,1), - (14997,3463,1,2193,0,-1578.75,-2219.47,94.2712,4.00103,275,20,0,417,0,0,1), - (14998,3463,1,2193,0,-2077.65,-2712.55,93.2176,4.1526,275,20,0,417,0,0,1), - (14999,3463,1,2193,0,-2176.88,-2380.22,92.9466,6.22649,275,20,0,417,0,0,1), - (15000,3463,1,2193,0,-1682.9,-1969.19,93.622,0.495065,275,20,0,417,0,0,1), - (15001,3463,1,2193,0,-1500.99,-1715.85,92.7305,3.17868,275,20,0,417,0,0,1), - (15002,3463,1,2193,0,-2172.47,-2292.23,96.3885,2.20375,275,20,0,417,0,0,1), - (15003,3463,1,2193,0,-2195.98,-2447.72,96.7016,3.3719,275,20,0,417,0,0,1), - (15004,3463,1,2193,0,-2217.1,-2049.94,92.7684,0.088005,275,20,0,417,0,0,1), - (15005,3463,1,2193,0,-2087.13,-2314.46,95.3892,5.82848,275,20,0,417,0,0,1), - (15006,3463,1,2193,0,-2230.34,-2659.81,91.7917,1.42813,275,20,0,417,0,0,1), - (15007,3463,1,2193,0,-1760.85,-1851.93,93.4297,4.8043,275,20,0,417,0,0,1), - (15008,3463,1,2193,0,-1482.94,-1828.71,94.7423,1.55322,275,20,0,417,0,0,1), - (15009,3463,1,2193,0,-1591.43,-1954.78,92.7869,3.36582,275,20,0,417,0,0,1), - (15010,3463,1,2193,0,-2252.5,-1883.41,94.063,2.83923,275,20,0,417,0,0,1), - (15011,3463,1,2193,0,-1811.32,-2180.48,93.2212,1.80229,275,20,0,417,0,0,1), - (15012,3463,1,2193,0,-1443.78,-2094.11,86.1619,5.64494,275,20,0,417,0,0,1), - (15013,3463,1,2193,0,-1994.87,-1805.37,91.7917,2.64893,275,20,0,417,0,0,1), - (15014,3463,1,2193,0,-1713.39,-2109.57,91.7917,5.66141,275,20,0,417,0,0,1), - (15015,3463,1,2193,0,-2149.45,-2782.12,91.7917,0.366449,275,3,0,417,0,0,1), - (15016,3463,1,2193,0,-1517.38,-2013.85,93.7917,1.7398,275,20,0,417,0,0,1), - (15017,3463,1,2193,0,-1441.4,-1673.5,91.7916,0.469257,275,20,0,417,0,0,1), - (15018,3463,1,2193,0,-1547.45,-1846.95,93.8333,3.54683,275,20,0,417,0,0,1), - (15019,3463,1,2193,0,-1791.32,-1758.16,94.3563,1.53956,275,20,0,417,0,0,1), - (15020,3463,1,2193,0,-1715.09,-2016.92,92.2278,2.26064,275,20,0,417,0,0,1), - (15021,3463,1,2193,0,-1977.85,-2516.18,95.1001,4.321,275,20,0,417,0,0,1), - (15022,3463,1,2193,0,-2184.61,-1978.1,91.7917,0.014639,275,20,0,417,0,0,1), - (15023,3463,1,2193,0,-2069.49,-2482,92.6778,6.17746,275,20,0,417,0,0,1), - (15024,3463,1,2193,0,-2001.64,-2650.68,92.246,5.83088,275,20,0,417,0,0,1), - (15025,3463,1,2193,0,-1949.63,-1828.1,92.2881,1.54118,275,20,0,417,0,0,1), - (15026,3463,1,2193,0,-2201.64,-1897.3,91.7917,5.69059,275,20,0,417,0,0,1), - (15027,3463,1,2193,0,-2147,-2635.68,94.1137,1.36866,275,20,0,417,0,0,1), - (15028,3463,1,2193,0,-2344.1,-2388.69,92.9167,2.63587,275,20,0,417,0,0,1), - (15029,3464,1,3846,0,-435.952,-2639.21,96.3588,3.35103,275,0,0,1240,0,0,0), - (15030,5768,1,4290,0,-802.192,-2039.24,96.6199,1.79769,275,0,0,594,0,0,0), - (15031,3465,1,4244,0,-2100.96,-3656.17,61.7993,0.942478,275,0,0,748,368,0,0), - (15032,3466,1,6086,0,-2920.79,-1940.51,92.1276,1.80155,275,3,0,494,0,0,1), - (15033,10378,1,9771,0,-2384.08,-1880.94,95.9336,6.05629,600,0,0,7423,7071,0,0), - (15034,3466,1,6086,0,-2753.02,-2128.84,94.4154,3.62707,275,20,0,494,0,0,1), - (15035,3466,1,6086,0,-2817.2,-2093.72,95.6056,1.84983,275,20,0,494,0,0,1), - (15036,3466,1,6086,0,-2981.51,-2023.31,93.8502,5.31448,275,20,0,494,0,0,1), - (15037,3466,1,6086,0,-3069.21,-2108.44,92.1253,5.87983,275,20,0,494,0,0,1), - (15038,3466,1,6086,0,-2781.98,-2205.49,95.7917,0.72744,275,20,0,494,0,0,1), - (15039,3466,1,6086,0,-2752.79,-1910.43,91.7917,3.98575,275,3,0,494,0,0,1), - (15040,3466,1,6086,0,-3148.13,-2116.1,91.7917,3.91525,275,20,0,494,0,0,1), - (15041,3466,1,6086,0,-2504.48,-2442.21,92.1205,0.21655,275,20,0,494,0,0,1), - (15042,3466,1,6086,0,-2486.04,-1782.38,93.2917,2.29938,275,20,0,494,0,0,1), - (15043,3466,1,6086,0,-2715.11,-2154.07,93.5417,5.59093,275,20,0,494,0,0,1), - (15044,3466,1,6086,0,-2950.14,-2089.21,92.0972,1.58065,275,20,0,494,0,0,1), - (15045,3466,1,6086,0,-2762.9,-2236.18,93.0417,2.34432,275,20,0,494,0,0,1), - (15046,3466,1,6086,0,-2446.94,-2433.79,91.961,1.4651,275,20,0,494,0,0,1), - (15047,3466,1,6086,0,-2536.75,-2256.48,94.4442,0.106542,275,20,0,494,0,0,1), - (15048,3466,1,6086,0,-2282.94,-2312.8,93.9579,2.43084,275,20,0,494,0,0,1), - (15049,3466,1,6086,0,-2620.88,-1921.3,97.2567,2.09175,275,20,0,494,0,0,1), - (15050,3466,1,6086,0,-2659.04,-1944.09,98.9418,0.285279,275,20,0,494,0,0,1), - (15051,3466,1,6086,0,-2621.5,-2118.47,93.9662,5.72769,275,20,0,494,0,0,1), - (15052,3466,1,6086,0,-2681.04,-2101.74,95.4878,1.45928,275,20,0,494,0,0,1), - (15053,3466,1,6086,0,-2555.85,-2309.39,92.2748,4.41719,275,20,0,494,0,0,1), - (15054,3466,1,6086,0,-2632.91,-2273.04,92.1886,5.76792,275,20,0,494,0,0,1), - (15055,3466,1,6086,0,-2598.11,-2325.47,92.4119,3.5616,275,20,0,494,0,0,1), - (15056,3466,1,6086,0,-2321.01,-2348.9,94.8627,2.85828,275,20,0,494,0,0,1), - (15057,3466,1,6086,0,-2508.27,-2219.36,92.0364,4.90571,275,20,0,494,0,0,1), - (15058,3466,1,6086,0,-2452.25,-2322.89,94.6814,1.78121,275,20,0,494,0,0,1), - (15059,3466,1,6086,0,-2612.99,-2062.32,91.7917,5.15188,275,20,0,494,0,0,1), - (15060,3466,1,6086,0,-2382.71,-2288.71,92.0803,1.48863,275,20,0,494,0,0,1), - (15061,3466,1,6086,0,-2531.81,-1887.55,92.9111,6.06657,275,20,0,494,0,0,1), - (15062,3466,1,6086,0,-2538.86,-2042.07,94.1667,0.505401,275,20,0,494,0,0,1), - (15063,3466,1,6086,0,-2391.73,-2257.74,91.9305,6.11041,275,20,0,494,0,0,1), - (15064,3466,1,6086,0,-2548.75,-1882.23,92.7916,6.05436,275,20,0,494,0,0,1), - (15065,3466,1,6086,0,-2579.17,-2087.5,92.6667,1.57084,275,20,0,494,0,0,1), - (15066,3467,1,797,0,-1571.79,-3884.28,16.2173,3.83286,275,0,0,356,0,0,0), - (15067,7307,1,7235,0,1238.85,-2925.31,120.677,4.77334,275,5,0,617,0,0,2), - (15068,7307,1,7236,0,1222.56,-2914.28,120.677,3.78877,275,5,0,617,0,0,2), - (15069,7307,1,7235,0,1219.03,-2928.51,120.677,1.96323,275,5,0,617,0,0,2), - (15070,7308,1,7240,0,1234.63,-2931.05,107.019,0.61149,275,0,0,573,0,0,0), - (15071,7308,1,7239,0,1228.97,-2915.53,107.089,5.97962,275,2,0,573,0,0,2), - (15072,10636,1,7933,0,1044.77,-2133.54,124.249,0.418879,275,0,0,1029,0,0,0), - (15073,10636,1,7933,0,1045.73,-2127.23,124.166,5.65487,275,0,0,1029,0,0,0), - (15074,10380,1,9772,0,-2374.26,-1948.79,96.1699,1.0472,275,0,0,644,0,0,0), - (15075,7310,1,5832,0,1227.4,-2920.36,93.2948,0.929012,275,0,0,759,0,0,0), - (15076,7310,1,5832,0,1223.83,-2921.81,93.2948,1.75548,275,0,0,759,0,0,0), - (15077,5774,1,2326,0,-386.021,-2621.25,95.7438,3.80482,275,0,0,64,53,0,0), - (15078,5774,1,2326,0,-381.542,-2625.43,95.7435,3.89208,275,0,0,64,53,0,0), - (15079,3470,1,5047,0,317.657,-2236.17,212.109,2.75762,19900,0,0,328,0,0,0), - (15080,3471,1,7048,0,910.296,-2731.76,99.9028,3.90954,275,0,0,360,0,0,0), - (15081,3472,1,2699,0,-3854.66,-1752.77,93.4167,1.86562,275,0,0,713,0,0,0), - (15082,3473,1,10934,0,-2509.89,-2377.26,92.4167,0.187438,275,5,0,664,0,0,2), - (15083,3474,1,1241,0,-1837.25,-2188.44,94.937,0.149199,275,5,0,573,0,0,2), - (15084,3986,1,3842,0,318.999,-2263.8,243.122,4.97419,275,0,0,568,1633,0,0), - (15085,3476,1,846,0,-2025.94,-3814.75,-7.26146,3.77136,275,0,0,840,0,0,2), - (15086,3477,1,3866,0,-343.921,-2558.13,97.9411,3.29867,275,0,0,804,0,0,0), - (15087,3478,1,3865,0,-340.694,-2575.09,97.6699,3.03687,275,0,0,1684,0,0,0), - (15088,5783,1,4291,0,-799.152,-2027.68,97.3228,3.66519,275,0,0,1380,0,0,0), - (15089,3479,1,3869,0,-356.996,-2568.86,95.8708,3.35103,275,0,0,2016,0,0,0), - (15090,5784,1,4288,0,-809.578,-2035.4,97.234,1.36136,275,0,0,1454,0,0,0), - (15091,3480,1,3867,0,-451.129,-2684.29,95.7333,1.88496,275,0,0,804,0,0,0), - (15092,3481,1,3868,0,-410.837,-2612.91,95.8219,2.35619,275,0,0,594,0,0,0), - (15093,3482,1,4095,0,-416.915,-2614.44,95.7625,2.75762,275,0,0,594,0,0,0), - (15094,7067,1,5832,0,1209.1,-2953.97,91.7917,2.16971,275,5,0,573,0,0,2), - (15095,7067,1,5832,0,1207.27,-2954.4,91.7917,2.2891,275,5,0,573,0,0,2), - (15096,3483,1,3872,0,-350.079,-2566.59,97.4414,2.68781,275,0,0,980,0,0,0), - (15097,3484,1,4094,0,-529.43,-2667.07,95.8709,3.28122,275,0,0,1240,0,0,0), - (15098,3485,1,3873,0,-528.839,-2671.6,95.8709,2.53073,275,0,0,804,0,0,0), - (15099,3486,1,3875,0,-539.841,-2672.23,95.8709,2.23402,275,0,0,860,0,0,0), - (15100,3231,1,1034,0,894.119,-3787.17,16.6159,-0.398671,275,0,0,222,0,0,0), - (15101,3487,1,4097,0,-550.864,-2673.2,95.8709,0.715585,275,0,0,1106,0,0,0), - (15102,11680,1,11869,0,1428.64,-2319.68,93.5165,3.22239,275,5,0,677,693,0,1), - (15103,3488,1,1866,0,-351.184,-2556.51,95.8708,3.05433,275,0,0,695,0,0,0), - (15104,3489,1,3877,0,-403.68,-2709.34,97.7294,1.85005,275,0,0,695,0,0,0), - (15105,3234,1,10918,0,-25.6081,-1445.02,95.5837,1.81692,275,20,0,299,0,0,1), - (15106,3234,1,10918,0,-933.667,-1672.85,94.3744,2.98904,275,20,0,299,0,0,1), - (15107,3234,1,10918,0,-1315.81,-2015.47,92.8235,1.50669,275,20,0,299,0,0,1), - (15108,3490,1,4096,0,-428.153,-2584.92,95.8808,3.92699,275,0,0,1605,0,0,0), - (15109,14754,1,14785,0,1046.54,-2104.31,123.065,3.94444,600,0,0,15464,7071,0,0), - (15110,3234,1,10918,0,541.894,-3161.28,91.7917,5.8568,275,20,0,299,0,0,1), - (15111,3234,1,10918,0,-1188.38,-2854.78,93.7878,0.668486,275,20,0,299,0,0,1), - (15112,3234,1,10918,0,901.133,-2913.79,92.0652,6.10857,275,20,0,299,0,0,1), - (15113,3234,1,10918,0,-113.847,-1548.18,91.7917,3.38186,275,20,0,299,0,0,1), - (15114,3234,1,10918,0,163.27,-1585.48,93.2205,6.05931,275,20,0,299,0,0,1), - (15115,3234,1,10918,0,-421.559,-1644.72,92.3227,0.210412,275,20,0,299,0,0,1), - (15116,3234,1,10918,0,216.282,-1643.45,93.0895,0.508127,275,20,0,299,0,0,1), - (15117,3234,1,10918,0,282.459,-1819.85,91.7917,1.59694,275,20,0,299,0,0,1), - (15118,3234,1,10918,0,716.168,-2718.16,92.2917,6.26601,275,20,0,299,0,0,1), - (15119,3234,1,10918,0,802,-2807.32,92.0645,2.23852,275,20,0,299,0,0,1), - (15120,3234,1,10918,0,415.485,-3164.18,93.1379,4.83771,275,20,0,299,0,0,1), - (15121,3234,1,10918,0,-1098.96,-2932.29,92.6667,0.450637,275,20,0,299,0,0,1), - (15122,3234,1,10918,0,-1482.89,-2798.21,92.8563,4.95971,275,20,0,299,0,0,1), - (15123,3234,1,10918,0,-1483.93,-2976.75,92.0791,1.96183,275,20,0,299,0,0,1), - (15124,3234,1,10918,0,-1409.1,-2890.9,93.0108,4.54249,275,20,0,299,0,0,1), - (15125,3234,1,10918,0,-1212.21,-1807.11,86.4244,6.02825,275,20,0,299,0,0,1), - (15126,3234,1,10918,0,-1313.22,-2161.12,94.0685,5.69603,275,20,0,299,0,0,1), - (15127,3234,1,10918,0,-1322.6,-2712.57,94.0946,1.35807,275,20,0,299,0,0,1), - (15128,3234,1,10918,0,-1178.71,-3469.62,92.1169,1.79349,275,20,0,299,0,0,1), - (15129,3234,1,10918,0,-1098.19,-3068.57,95.3867,1.6926,275,20,0,299,0,0,1), - (15130,3234,1,10918,0,-1143.19,-1914.61,91.7706,4.9803,275,20,0,299,0,0,1), - (15131,3234,1,10918,0,-1288.38,-2590.38,91.7916,5.93839,275,20,0,299,0,0,1), - (15132,3234,1,10918,0,-1408.7,-2641.65,92.0417,4.90296,275,20,0,299,0,0,1), - (15133,3234,1,10918,0,-1202.43,-3623.93,92.8904,6.12638,275,15,0,299,0,0,1), - (15134,3491,1,7093,0,-919.616,-3683.76,8.23924,3.75246,275,0,0,1106,0,0,0), - (15135,3235,1,1232,0,-2878.89,-2157.24,91.9184,2.6047,275,0,0,659,0,0,0), - (15136,3492,1,7094,0,-985.328,-3675.99,9.62932,6.16101,275,0,0,1172,0,0,0), - (15137,3236,1,1453,0,-2969.24,-2018.15,95.2449,0.119507,275,0,0,447,0,0,0), - (15138,3236,1,1453,0,-2985.06,-2010.02,91.8387,0.035329,275,0,0,447,0,0,0), - (15139,3236,1,1453,0,-2979.44,-2017.6,92.7704,6.22656,275,0,0,447,0,0,0), - (15140,3236,1,1453,0,-2989.56,-2018.65,92.6055,6.22439,275,0,0,447,0,0,0), - (15141,3236,1,1453,0,-2923.16,-2130.44,92.0033,2.37849,275,20,0,447,0,0,1), - (15142,3236,1,1453,0,-2885.86,-2153.55,92.6616,2.60247,275,20,0,447,0,0,1), - (15143,3493,1,7095,0,-982.713,-3680.53,9.63783,1.20428,275,0,0,1106,0,0,0), - (15144,3237,1,10914,0,-2882.92,-2155.85,92.0426,2.6034,275,0,0,786,0,0,0), - (15145,5797,1,4345,0,-3726.98,-2202.04,91.6936,0.980106,420,2,0,1686,0,0,2), - (15146,3238,1,1539,0,-3511.5,-1841.88,91.7917,3.19275,275,5,0,573,0,0,1), - (15147,3238,1,1539,0,-3449.83,-2337.53,92.0305,0.472381,275,5,0,573,0,0,1), - (15148,3238,1,1539,0,-3384.69,-1919.82,92.3379,2.41835,275,5,0,573,0,0,1), - (15149,3494,1,7073,0,-840.882,-3727.2,19.9711,4.7822,275,0,0,1240,0,0,0), - (15150,3238,1,1539,0,-3377.95,-2236.94,92.1868,5.13319,275,5,0,573,0,0,1), - (15151,3238,1,1539,0,-3367.52,-2296.75,93.9167,3.17649,275,5,0,573,0,0,1), - (15152,3238,1,1539,0,-3378.75,-1815.86,91.9675,4.76259,275,5,0,573,0,0,1), - (15153,3238,1,1539,0,-3400.23,-1885.1,91.9798,5.62426,275,5,0,573,0,0,1), - (15154,3238,1,1539,0,-3429.32,-2282.69,105.886,4.15958,275,5,0,573,0,0,1), - (15155,3238,1,1539,0,-3536.26,-2359.93,92.3614,4.30267,275,5,0,573,0,0,1), - (15156,3238,1,1539,0,-3818.83,-2454.58,91.7917,1.22801,275,5,0,573,0,0,1), - (15157,3238,1,1539,0,-3506.62,-1797.84,94.4352,2.20752,275,5,0,573,0,0,1), - (15158,3238,1,1539,0,-3483.87,-2286.05,91.8823,5.26129,275,5,0,573,0,0,1), - (15159,3238,1,1539,0,-3587.38,-2483.19,81.5571,4.56137,275,5,0,573,0,0,1), - (15160,3238,1,1539,0,-3529.7,-2481.57,86.0827,3.14941,275,3,0,573,0,0,1), - (15161,3238,1,1539,0,-3286.11,-2118.45,91.9921,3.65381,275,5,0,573,0,0,1), - (15162,3238,1,1539,0,-3318.32,-2119.09,92.2414,3.82235,275,5,0,573,0,0,1), - (15163,3238,1,1539,0,-3589.21,-2337.57,92.9745,4.80817,275,5,0,573,0,0,1), - (15164,3238,1,1539,0,-3553.99,-2309.53,96.9622,1.06256,275,5,0,573,0,0,1), - (15165,3238,1,1539,0,-3498.22,-1906.3,95.6341,2.89108,275,5,0,573,0,0,1), - (15166,3238,1,1539,0,-3447.52,-1984.1,92.7114,3.25108,275,5,0,573,0,0,1), - (15167,3238,1,1539,0,-3555.1,-1852.88,91.8278,3.38497,275,5,0,573,0,0,1), - (15168,3238,1,1539,0,-3694.37,-1883.98,92.4808,3.02015,275,5,0,573,0,0,1), - (15169,5798,1,4346,0,-3730.11,-2206.64,91.7255,0.965182,420,2,0,2249,0,0,2), - (15170,3238,1,1539,0,-3585.22,-1910.8,94.5708,0.489453,275,5,0,573,0,0,1), - (15171,3238,1,1539,0,-3683.83,-1753.58,91.8691,4.99343,275,5,0,573,0,0,1), - (15172,3238,1,1539,0,-3741.39,-1896.3,92.7338,5.29613,275,5,0,573,0,0,1), - (15173,3238,1,1539,0,-3573.44,-1952.8,91.7917,5.8525,275,5,0,573,0,0,1), - (15174,3238,1,1539,0,-3746.36,-2379.49,94.7012,1.46576,275,5,0,573,0,0,1), - (15175,3238,1,1539,0,-3799.52,-2398.64,103.222,0.887816,275,3,0,573,0,0,1), - (15176,3238,1,1539,0,-3518.67,-2282.22,96.7917,0.485373,275,5,0,573,0,0,1), - (15177,3238,1,1539,0,-3549,-2247.44,92.6712,3.89946,275,5,0,573,0,0,1), - (15178,3238,1,1539,0,-3478.94,-2182.68,95.2209,1.26623,275,5,0,573,0,0,1), - (15179,3238,1,1539,0,-3418.27,-2122.4,94.9604,1.60009,275,5,0,573,0,0,1), - (15180,3238,1,1539,0,-3436.79,-2150.69,91.7917,3.00721,275,5,0,573,0,0,1), - (15181,3238,1,1539,0,-3515.89,-2224.06,94.2393,2.85071,275,5,0,573,0,0,1), - (15182,3238,1,1539,0,-3778.32,-2092.08,91.7917,4.31603,275,5,0,573,0,0,1), - (15183,3238,1,1539,0,-3882.87,-2239.15,91.7917,4.71775,275,5,0,573,0,0,1), - (15184,3238,1,1539,0,-3620.65,-2124.26,91.7916,4.71408,275,5,0,573,0,0,1), - (15185,3238,1,1539,0,-3734.95,-2084.25,93.5368,3.10255,275,5,0,573,0,0,1), - (15186,3238,1,1539,0,-3605.2,-2064.72,93.703,5.51988,275,5,0,573,0,0,1), - (15187,3238,1,1539,0,-3949.54,-2153.62,92.1999,6.13436,275,5,0,573,0,0,1), - (15188,3238,1,1539,0,-3820.99,-2216.32,92.3251,2.68843,275,5,0,573,0,0,1), - (15189,3238,1,1539,0,-3696.11,-2350.67,93.5732,2.81984,275,5,0,573,0,0,1), - (15190,3239,1,1538,0,-2886.46,-2043.4,92.6842,3.53448,275,20,0,510,0,0,1), - (15191,3239,1,1538,0,-2474.78,-1738.54,92.0609,3.85615,275,20,0,510,0,0,1), - (15192,3239,1,1538,0,-2969.66,-1974.89,99.6755,5.85446,275,3,0,510,0,0,1), - (15193,3239,1,1538,0,-2789.18,-2152.49,94.05,1.29786,275,20,0,510,0,0,1), - (15194,3495,1,7096,0,-837.804,-3724.94,26.3722,3.92699,275,0,0,919,0,0,0), - (15195,3239,1,1538,0,-3017.17,-2106.79,92.0043,3.30642,275,20,0,510,0,0,1), - (15196,3239,1,1538,0,-2425.84,-2459.12,91.7917,3.89029,275,20,0,510,0,0,1), - (15197,3239,1,1538,0,-2890.99,-2184.72,92.3333,3.15917,275,20,0,510,0,0,1), - (15198,3239,1,1538,0,-2518.5,-1712.59,93.6581,4.79845,275,20,0,510,0,0,1), - (15199,3239,1,1538,0,-2458.66,-2479.58,91.7897,0.170054,275,20,0,510,0,0,1), - (15200,3239,1,1538,0,-2455.25,-1687.59,92.8252,5.1201,275,20,0,510,0,0,1), - (15201,3239,1,1538,0,-2719.43,-2221.44,91.7917,4.01877,275,20,0,510,0,0,1), - (15202,3239,1,1538,0,-2515.82,-2443.5,91.7917,4.44343,275,20,0,510,0,0,1), - (15203,3239,1,1538,0,-2407.92,-2396.09,91.7917,5.46566,275,20,0,510,0,0,1), - (15204,3239,1,1538,0,-2510.17,-2286.93,95.0517,5.69245,275,20,0,510,0,0,1), - (15205,3239,1,1538,0,-2593.97,-1817.42,94.293,6.06664,275,20,0,510,0,0,1), - (15206,3239,1,1538,0,-2587.93,-1788.53,92.5417,6.09364,275,20,0,510,0,0,1), - (15207,3239,1,1538,0,-2715.72,-2262.29,92.0967,4.40484,275,20,0,510,0,0,1), - (15208,3239,1,1538,0,-2646.91,-2146.51,96.3647,0.208133,275,20,0,510,0,0,1), - (15209,3239,1,1538,0,-2604.74,-2285.65,92.1247,2.92123,275,20,0,510,0,0,1), - (15210,3239,1,1538,0,-2656.74,-2238.81,95.3412,3.3861,275,20,0,510,0,0,1), - (15211,3239,1,1538,0,-2524.8,-2336.74,93.4405,2.1416,275,20,0,510,0,0,1), - (15212,3239,1,1538,0,-2615.59,-2379.29,91.9746,0.765211,275,3,0,510,0,0,1), - (15213,3239,1,1538,0,-2477.62,-2319.84,94.508,4.62827,275,20,0,510,0,0,1), - (15214,3239,1,1538,0,-2702.98,-2055.48,97.8233,5.31991,275,3,0,510,0,0,1), - (15216,2327,0,1496,0,-8513,801.809,106.519,2.164,310,0,0,2016,0,0,0), - (15218,423,0,487,0,-9612.85,-2480.53,60.1214,5.48097,300,10,0,328,0,0,1), - (15219,424,0,551,0,-9614.47,-2479.05,59.8986,5.49129,300,10,0,356,0,0,1), - (15220,2371,0,4982,0,-1173.67,-754.479,-12.5778,3.31562,300,10,0,935,878,0,1), - (15221,2369,0,11255,0,-1254.53,-818.144,-5.98989,5.15025,300,10,0,1050,0,0,1), - (15226,2351,0,806,0,217.499,-982.938,77.076,3.22886,300,0,0,677,0,0,0), - (15227,3239,1,1538,0,-2406.19,-2290.01,92.226,2.57636,275,20,0,510,0,0,1), - (15228,3239,1,1538,0,-2681.87,-2011.95,95.9509,1.58256,275,20,0,510,0,0,1), - (15229,3239,1,1538,0,-2484.63,-1816.18,93.7917,6.23425,275,20,0,510,0,0,1), - (15230,3239,1,1538,0,-2523.04,-1850.07,92.314,3.09865,275,20,0,510,0,0,1), - (15231,3239,1,1538,0,-2559.1,-2349.37,92.0135,3.04775,275,20,0,510,0,0,1), - (15232,3239,1,1538,0,-2683.58,-2085.01,96.3607,0.003906,275,20,0,510,0,0,1), - (15233,3239,1,1538,0,-2575.35,-2370.83,94.7511,3.14168,275,20,0,510,0,0,1), - (15234,3239,1,1538,0,-2434.34,-2269.69,95.3725,1.07981,275,20,0,510,0,0,1), - (15235,3239,1,1538,0,-2373.9,-2337.36,93.1667,1.54918,275,20,0,510,0,0,1), - (15236,3239,1,1538,0,-2568.47,-2083.56,91.7917,2.8924,275,20,0,510,0,0,1), - (15237,3239,1,1538,0,-2421.92,-2337.69,92.1515,5.5677,275,20,0,510,0,0,1), - (15238,3239,1,1538,0,-2298.13,-2295.72,91.7917,0.698981,275,20,0,510,0,0,1), - (15239,3239,1,1538,0,-2498.94,-2254.37,94.9707,1.27467,275,20,0,510,0,0,1), - (15240,3239,1,1538,0,-2335.08,-2249.02,91.8233,0.21335,275,20,0,510,0,0,1), - (15241,3239,1,1538,0,-3052.46,-2092.01,91.8932,5.44972,275,20,0,510,0,0,1), - (15242,3239,1,1538,0,-2657.63,-1980.3,98.6057,3.00136,275,20,0,510,0,0,1), - (15243,3239,1,1538,0,-2499.17,-2188.99,95.9167,3.82546,275,20,0,510,0,0,1), - (15244,3239,1,1538,0,-2873.31,-2019.58,92.4216,3.83708,275,20,0,510,0,0,1), - (15245,3239,1,1538,0,-2709.38,-1875.57,91.9278,5.20132,275,20,0,510,0,0,1), - (15246,5799,1,4348,0,-3720.09,-2192.11,91.6669,0.964398,420,2,0,2096,0,0,2), - (15247,3239,1,1538,0,-2889.78,-1957.38,96.2062,5.42589,275,3,0,510,0,0,1), - (15248,3239,1,1538,0,-2914.84,-2004.73,91.8582,0.337134,275,20,0,510,0,0,1), - (15249,3239,1,1538,0,-3050.28,-2017.21,95.7631,2.14219,275,20,0,510,0,0,1), - (15250,3239,1,1538,0,-2578.29,-2144.51,92.6332,4.04735,275,20,0,510,0,0,1), - (15251,3239,1,1538,0,-2289.56,-2250.98,92.0872,1.85112,275,20,0,510,0,0,1), - (15252,3239,1,1538,0,-2775.32,-1960.69,93.8734,2.09485,275,20,0,510,0,0,1), - (15253,3239,1,1538,0,-2914.2,-2148.64,92.0602,0.911165,275,20,0,510,0,0,1), - (15254,3239,1,1538,0,-2652.46,-1882.54,93.3483,3.17673,275,20,0,510,0,0,1), - (15255,3496,1,7058,0,-915.813,-3724.49,9.71071,3.50811,275,0,0,2972,0,0,0), - (15256,3240,1,1537,0,-1857.85,-2334.29,91.8065,2.03453,275,20,0,417,0,0,1), - (15257,3240,1,1537,0,-2146.57,-2312.53,95.2127,0.116202,275,20,0,417,0,0,1), - (15258,3240,1,1537,0,-1839.72,-2134.83,92.2686,4.10326,275,20,0,417,0,0,1), - (15259,3240,1,1537,0,-1556.03,-1722.88,91.7967,4.0105,275,20,0,417,0,0,1), - (15260,3240,1,1537,0,-1619.04,-2120.82,93.936,4.61104,275,20,0,417,0,0,1), - (15261,3240,1,1537,0,-2213.96,-2730.7,92.8205,5.91138,275,20,0,417,0,0,1), - (15262,3240,1,1537,0,-1648.32,-2148.57,92.1256,0.001872,275,20,0,417,0,0,1), - (15263,3240,1,1537,0,-1549.49,-1888.2,96.4652,4.70262,275,20,0,417,0,0,1), - (15264,3240,1,1537,0,-2205.84,-2681.4,91.7917,3.16103,275,20,0,417,0,0,1), - (15265,3240,1,1537,0,-1480.02,-1652.01,92.3716,0.532685,275,20,0,417,0,0,1), - (15266,3240,1,1537,0,-2246.83,-2677.43,92.3552,4.82585,275,20,0,417,0,0,1), - (15267,3240,1,1537,0,-2012.55,-2384.78,92.0341,5.60254,275,20,0,417,0,0,1), - (15268,3240,1,1537,0,-2116.7,-2319.05,94.6368,4.81614,275,20,0,417,0,0,1), - (15269,3240,1,1537,0,-1708.91,-2190.07,93.9932,5.67406,275,20,0,417,0,0,1), - (15270,3240,1,1537,0,-1662.87,-2083,93.4784,3.15722,275,20,0,417,0,0,1), - (15271,3240,1,1537,0,-1546.46,-2176.15,83.603,4.65765,275,20,0,417,0,0,1), - (15272,3240,1,1537,0,-1681.08,-1648.78,93.7491,1.30191,275,20,0,417,0,0,1), - (15273,3240,1,1537,0,-1886.89,-2213.2,94.8755,2.37008,275,20,0,417,0,0,1), - (15274,3240,1,1537,0,-1722.7,-1905.32,91.7917,2.38279,275,20,0,417,0,0,1), - (15275,3240,1,1537,0,-2047.85,-2681.26,91.7917,1.96805,275,20,0,417,0,0,2), - (15276,3240,1,1537,0,-2118.29,-2705.53,91.7917,4.97431,275,20,0,417,0,0,1), - (15277,2369,0,11255,0,-1141.93,-721.775,-8.46211,0.658607,300,10,0,1050,0,0,1), - (15278,2386,0,3705,0,-807.068,-453.121,16.905,1.97503,300,5,0,3330,0,0,1), - (15279,721,0,328,0,-755.913,-445.653,27.9506,0.875889,300,10,0,1,0,0,1), - (15280,2349,0,6808,0,-946.295,-1284.99,58.9015,0.172861,300,10,0,664,0,0,1), - (15281,2356,0,3201,0,-776.073,-1424.26,64.9163,5.53653,300,10,0,944,0,0,1), - (15282,2405,0,3662,0,-119.22,-839.064,57.0811,0.672238,300,0,0,3514,0,0,0), - (15283,2437,0,3681,0,-46.5685,-901.259,57.344,5.77704,300,0,0,1930,0,0,0), - (15284,3982,0,2050,0,-2.84012,-938.718,57.2441,3.10669,300,0,0,228,0,0,0), - (15285,2402,0,3657,0,-51.3964,-970.416,56.9741,0.785398,300,0,0,1174,0,0,0), - (15286,2399,0,3655,0,-43.4272,-973.3,56.9741,1.5708,300,0,0,4033,0,0,0), - (15287,2388,0,3675,0,-5.96873,-942.282,57.1621,2.7415,300,0,0,1605,0,0,0), - (15288,2397,0,3652,0,-14.0007,-952.195,56.2737,2.45524,300,0,0,1764,0,0,0), - (15289,2395,0,3650,0,-23.8614,-960.033,55.3987,5.65594,300,5,0,1764,0,0,2), - (15290,2429,0,3674,0,-19.4786,-977.401,55.9044,2.07694,300,0,0,1605,0,0,0), - (15291,2229,0,3685,0,-40.6782,-956.998,56.2796,2.05949,300,0,0,1240,0,0,0), - (15292,2393,0,3672,0,-6.24961,-926.643,57.1723,3.81366,300,0,0,1764,0,0,0), - (15293,2391,0,3678,0,-9.28586,-905.473,57.5575,1.37881,300,0,0,1764,0,0,0), - (15294,2349,0,6808,0,-703.476,-223.847,37.6781,2.99058,300,5,0,664,0,0,1), - (15295,2369,0,11255,0,-1220.21,-783.002,-10.1712,5.08925,300,10,0,1050,0,0,1), - (15296,2356,0,3201,0,-809.068,-207.296,35.9963,2.03183,300,5,0,944,0,0,1), - (15297,2559,0,11316,0,-1158.26,-1485.18,53.2455,3.13723,300,5,0,1050,0,0,1), - (15298,2563,0,1103,0,-994.444,-1564.45,47.5073,3.31726,300,5,0,1163,0,0,1), - (15299,2389,0,2037,0,2.67557,-857.919,58.889,3.80482,600,0,0,6200,7071,0,0), - (15300,2410,0,3682,0,-44.7427,-904.614,57.3454,0.279253,300,0,0,2666,0,0,0), - (15301,2216,0,1660,0,-6.60232,-899.436,57.6278,0.191986,300,0,0,2016,0,0,0), - (15302,2392,0,3651,0,-14.5396,-936.531,57.1723,3.73869,300,0,0,1162,0,0,0), - (15303,2405,0,3662,0,-76.0431,-943.101,56.2815,3.89519,300,0,0,3514,0,0,0), - (15304,2386,0,3705,0,-801.281,-482.328,17.4128,5.92971,300,5,0,3330,0,0,1), - (15305,2228,0,1769,0,-845.604,-580.169,11.6872,4.69494,300,0,0,1240,0,0,0), - (15306,2405,0,3662,0,-76.6222,-982.212,56.2737,3.8623,300,0,0,3514,0,0,0), - (15307,2405,0,3662,0,-40.6804,-1024.49,55.4482,4.51027,300,0,0,3514,0,0,0), - (15308,2368,0,4763,0,-1446.44,-1078.33,13.3182,2.61799,300,0,0,896,0,0,0), - (15309,2349,0,6808,0,-784.152,-163.407,34.6365,1.66464,300,5,0,664,0,0,1), - (15310,2405,0,3663,0,-62.0452,-967.522,54.3645,2.94961,300,0,0,3514,0,0,0), - (15311,2362,0,3648,0,-849.358,-561.279,18.6293,4.69494,300,0,0,644,0,0,0), - (15312,3542,0,3699,0,-859.126,-559.593,18.6293,4.34587,300,0,0,2471,0,0,0), - (15313,2366,0,3691,0,-849.45,-583.486,11.6872,2.05949,300,0,0,2471,0,0,0), - (15314,2705,0,1663,0,-853.016,-601.581,4.5201,6.0494,300,0,0,1846,0,0,0), - (15315,3980,0,2048,0,-844.878,-580.284,18.5459,2.3911,300,0,0,1605,0,0,0), - (15316,2361,0,3647,0,-846.431,-562.743,18.6293,3.57792,300,0,0,644,0,0,0), - (15317,2430,0,1664,0,-851.781,-593.688,11.6743,1.27409,300,0,0,2016,0,0,0), - (15319,2381,0,3692,0,-773.919,-499.294,18.9325,3.08923,300,0,0,2471,0,0,0), - (15320,2365,0,3690,0,-820.298,-493.174,16.5359,4.27606,300,0,0,2376,0,0,0), - (15321,2367,0,3693,0,-902.066,-558.307,6.96295,2.68781,300,0,0,1684,0,0,0), - (15322,2276,0,3665,0,-860.984,-473.702,13.3554,3.52556,600,0,0,2210,24340,0,0), - (15323,2386,0,3708,0,-670.167,-432.392,66.7262,1.02825,300,0,0,3330,0,0,0), - (15324,2432,0,4349,0,-715.146,-512.134,26.6793,4.74729,600,0,0,8005,7071,0,0), - (15325,2711,0,3666,0,-859.667,-544.376,9.9764,1.15192,300,0,0,2100,0,0,0), - (15326,2352,0,3688,0,-857.096,-570.751,11.0649,1.55334,300,0,0,1605,0,0,0), - (15327,2386,0,3705,0,-869.167,-513.7,11.7194,4.76475,300,0,0,3330,0,0,0), - (15328,2263,0,1861,0,-852.928,-516.48,12.185,4.67748,300,0,0,2568,0,0,0), - (15329,2378,0,3660,0,-858.971,-489.688,13.3579,3.9968,300,0,0,1930,0,0,0), - (15330,2356,0,3201,0,-287.524,124.381,72.8622,1.65296,300,10,0,944,0,0,1), - (15331,2368,0,4763,0,-1253.13,-886.391,-3.63164,3.91644,300,10,0,896,0,0,1), - (15332,2368,0,4763,0,-1277.74,-906.294,-3.93388,3.29017,300,10,0,896,0,0,1), - (15333,2356,0,3201,0,-716.667,-1450,64.7344,1.3221,300,10,0,944,0,0,1), - (15334,2349,0,6808,0,-645.327,-1592.3,58.0816,4.69481,300,10,0,664,0,0,1), - (15335,2349,0,6808,0,-711.86,-1512,57.919,4.32826,300,10,0,664,0,0,1), - (15336,2349,0,6808,0,-693.396,-1416.79,63.5335,4.34676,300,10,0,664,0,0,1), - (15337,2349,0,6808,0,-675.074,-1638.41,54.9762,4.81429,300,10,0,664,0,0,1), - (15338,2349,0,6808,0,-644.674,-1638.12,59.2541,5.86496,300,10,0,664,0,0,1), - (15339,2349,0,6808,0,-277.077,-1461.78,90.127,2.08606,300,10,0,664,0,0,1), - (15340,2350,0,1989,0,-739.838,437.633,76.247,1.11897,300,5,0,494,0,0,1), - (15341,2348,0,8014,0,-1255.49,-1056.74,32.7343,2.02134,300,3,0,788,0,0,1), - (15342,2348,0,8014,0,-1118.27,-1036,51.3854,2.84617,300,10,0,788,0,0,1), - (15343,2385,0,1056,0,-1157.18,-1016.31,52.8875,5.56821,300,10,0,840,0,0,1), - (15344,2385,0,1056,0,-1123.78,-937.332,60.3508,4.76106,300,5,0,840,0,0,1), - (15345,2356,0,3201,0,-913.083,-62.5935,20.6685,1.84806,300,10,0,944,0,0,1), - (15346,2386,0,3708,0,-842.243,-636.948,15.2535,2.09648,300,10,0,3330,0,0,1), - (15347,2386,0,3705,0,-889.39,-580.6,7.18159,5.40061,300,3,0,3330,0,0,1), - (15348,2368,0,4763,0,-1457.81,-1084.31,8.63779,3.24631,300,0,0,896,0,0,0), - (15349,2348,0,8014,0,-1111.19,-961.218,59.3508,0.910866,300,10,0,788,0,0,1), - (15350,2385,0,1056,0,-1077.51,-1009.13,55.4019,4.30724,300,5,0,840,0,0,1), - (15351,2356,0,3201,0,-845.23,-136.44,33.2369,5.75047,300,5,0,944,0,0,1), - (15352,2385,0,1056,0,-1016.44,-1012.79,42.5018,2.51561,300,5,0,840,0,0,1), - (15353,2405,0,3662,0,8.31741,-1030.88,55.3114,4.71887,300,0,0,3514,0,0,0), - (15354,2405,0,3662,0,26.2819,-981.049,56.5633,5.86675,300,0,0,3514,0,0,0), - (15355,2405,0,3662,0,21.3959,-879.059,58.3443,2.47706,300,0,0,3514,0,0,0), - (15356,2349,0,6808,0,-733.792,-1572.47,55.0892,5.12883,300,10,0,664,0,0,1), - (15357,2374,0,1305,0,-1152.81,256.502,-5.16617,2.25598,300,10,0,978,0,0,1), - (15358,2356,0,3201,0,-973.241,-54.3898,21.0261,5.02128,300,3,0,944,0,0,1), - (15359,2408,0,1244,0,220.06,-1246.31,31.8931,5.94117,300,10,0,1050,0,0,1), - (15360,2386,0,3708,0,-926.245,-518.473,6.87962,4.16864,300,3,0,3330,0,0,1), - (15361,2383,0,3694,0,-900.226,-553.434,6.96295,3.22886,300,0,0,1528,0,0,0), - (15362,3540,0,3697,0,-931.449,-528.687,6.96295,3.05433,300,0,0,2471,0,0,0), - (15363,2386,0,3708,0,-840.33,-501.805,14.935,3.12407,300,5,0,3330,0,0,1), - (15364,2386,0,3708,0,-876.758,-492.688,12.4533,1.09956,300,0,0,3330,0,0,0), - (15365,2350,0,1989,0,-742.279,330.834,51.3856,1.19283,300,3,0,494,0,0,1), - (15366,2351,0,806,0,-714.147,428.114,75.3286,1.70606,300,5,0,677,0,0,1), - (15367,2351,0,806,0,-804.377,362.568,58.0971,2.79625,300,5,0,677,0,0,1), - (15368,2351,0,806,0,-742.916,420.455,74.3727,1.42729,300,5,0,677,0,0,1), - (15369,2351,0,806,0,-512.414,377.835,90.4411,1.82762,300,10,0,677,0,0,1), - (15370,2377,0,1079,0,-1108.39,-299.275,-7.03991,1.34207,300,10,0,931,878,0,1), - (15371,2348,0,8014,0,-1015.99,-977.847,42.1637,5.55732,300,5,0,788,0,0,1), - (15372,2349,0,6808,0,-573.045,-1712.99,66.2345,6.27537,300,10,0,664,0,0,1), - (15373,2375,0,3617,0,-1108.67,-39.2486,-2.84983,0.361285,300,10,0,1016,0,0,1), - (15374,2375,0,3617,0,-1221.46,112.739,-6.49664,0.243338,300,10,0,1016,0,0,1), - (15375,2356,0,3201,0,-435.174,-1678.54,85.5527,6.15205,300,10,0,944,0,0,1), - (15376,2349,0,6808,0,-355.635,-1622.73,84.0428,4.68896,300,10,0,664,0,0,1), - (15377,2356,0,3201,0,-449.045,-1742.75,85.1255,3.34232,300,10,0,944,0,0,1), - (15378,2356,0,3201,0,-311.404,-1644.78,91.9629,0.095784,300,10,0,944,0,0,1), - (15379,2349,0,6808,0,-480.979,-1752.55,80.6661,6.15525,300,10,0,664,0,0,1), - (15380,2349,0,6808,0,-457.379,-1801.74,75.5199,0.591222,300,10,0,664,0,0,1), - (15381,2356,0,3201,0,-807.772,-36.9599,28.1008,0.910693,300,10,0,944,0,0,1), - (15382,2377,0,1079,0,-1149.32,-293.114,-8.80224,4.60162,300,10,0,931,878,0,1), - (15383,2376,0,4920,0,-1153.74,-149.897,-8.32204,0.786744,300,10,0,898,852,0,1), - (15384,2374,0,1305,0,-1153.04,-16.7084,-3.09852,2.39294,300,10,0,978,0,0,1), - (15385,2368,0,4763,0,-1419.58,-1046.94,0.149249,1.72567,300,10,0,896,0,0,1), - (15386,2351,0,806,0,-536.471,319.465,84.3939,6.10071,300,10,0,677,0,0,1), - (15387,2370,0,4976,0,-1437.3,-1071.42,5.5258,1.44862,300,0,0,812,811,0,0), - (15388,2368,0,4763,0,-1442.17,-1062.45,0.746869,0.330403,300,10,0,896,0,0,1), - (15389,2356,0,3201,0,-673.206,-953.951,34.3057,3.39414,300,5,0,944,0,0,1), - (15390,2349,0,6808,0,-658.64,-218.901,42.6064,2.71464,300,5,0,664,0,0,1), - (15391,2356,0,3201,0,-350.965,-1654.61,85.1407,5.41251,300,10,0,944,0,0,1), - (15392,2349,0,6808,0,-713.209,-253.896,34.5753,0.141069,300,5,0,664,0,0,1), - (15393,2356,0,3201,0,-751.606,-1604.24,54.3439,4.05637,300,3,0,944,0,0,1), - (15394,2349,0,6808,0,-370.715,-1671.28,87.0631,3.46334,300,10,0,664,0,0,1), - (15395,2349,0,6808,0,-934.267,-1433.1,56.6677,1.61968,300,5,0,664,0,0,1), - (15396,2356,0,3201,0,-521.376,-1813.02,64.3255,0,300,3,0,944,0,0,1), - (15397,2269,0,3629,0,-825.513,142.003,17.6065,2.51327,300,0,0,788,0,0,0), - (15398,2269,0,3629,0,-820.924,156.135,17.5591,1.16937,300,0,0,788,0,0,0), - (15399,2356,0,3201,0,-755.428,243.031,47.8912,0.502929,300,10,0,944,0,0,1), - (15400,2349,0,6808,0,-724.619,13.4224,30.413,1.58642,300,5,0,664,0,0,1), - (15401,2349,0,6808,0,-825.032,-24.6927,26.2036,0.764753,300,10,0,664,0,0,1), - (15402,2356,0,3201,0,-990.571,88.243,52.563,6.07851,300,10,0,944,0,0,1), - (15403,620,0,304,0,-790.13,-605.027,22.1652,4.44376,300,3,0,1,0,0,1), - (15404,2349,0,6808,0,-620.666,-881.21,32.8759,3.17283,300,5,0,664,0,0,1), - (15405,2261,0,3624,0,-547.707,-1586.13,64.8159,4.4098,300,3,0,494,0,0,1), - (15406,2349,0,6808,0,-975.307,-1409.65,55.8655,5.01003,300,10,0,664,0,0,1), - (15407,2349,0,6808,0,-948.019,-14.989,27.3577,0.287388,300,10,0,664,0,0,1), - (15408,2261,0,3624,0,-615.019,-1455.05,64.6909,1.34723,300,3,0,494,0,0,1), - (15409,2356,0,3201,0,-818.808,-216.651,35.1432,0.211719,300,0,0,944,0,0,0), - (15410,2349,0,6808,0,-858.729,-88.7984,24.4019,1.082,300,10,0,664,0,0,1), - (15411,2375,0,3617,0,-1183.21,78.7967,-3.68572,3.90913,300,10,0,1016,0,0,1), - (15412,2375,0,3617,0,-1227.25,44.9151,-14.0616,2.53806,300,10,0,1016,0,0,1), - (15413,2371,0,4982,0,-1163.2,-857.758,10.6167,5.58189,300,10,0,935,878,0,1), - (15414,620,0,304,0,-548.025,-1473.82,53.6909,1.41287,300,5,0,1,0,0,1), - (15415,2349,0,6808,0,-816.842,-1048.31,43.1163,4.77688,300,10,0,664,0,0,1), - (15416,2377,0,1079,0,-1117.29,-167.988,-3.31741,2.05382,300,10,0,931,878,0,1), - (15417,2356,0,3201,0,-1026.78,-1235.22,55.3446,4.40132,300,10,0,944,0,0,1), - (15418,2349,0,6808,0,-919.97,-1219.14,53.7411,3.39653,300,10,0,664,0,0,1), - (15419,2356,0,3201,0,-711.968,280.62,50.3726,3.18022,300,10,0,944,0,0,1), - (15420,2356,0,3201,0,-999.128,-1244.96,55.4553,4.97112,300,10,0,944,0,0,1), - (15421,2356,0,3201,0,-486.045,-1762.78,78.3197,1.89502,300,10,0,944,0,0,1), - (15422,2377,0,1079,0,-1097.98,-91.1097,-1.81696,1.65686,300,10,0,931,878,0,1), - (15423,3538,0,5299,0,-37.248,-914.605,55.343,0.826,300,0,0,1764,0,0,0), - (15424,3537,0,7133,0,-36.31,-916.366,55.075,1.062,300,0,0,1764,0,0,2), - (15425,2356,0,3201,0,-218.005,-1152.81,47.0572,1.08909,300,10,0,944,0,0,1), - (15426,2390,0,3677,0,-16.3703,-908.12,56.1884,2.30383,300,0,0,1528,0,0,0), - (15427,2349,0,6808,0,-687.576,314.395,50.4038,4.84352,300,10,0,664,0,0,1), - (15428,2348,0,8014,0,-1141.21,-942.323,62.4647,1.14413,300,5,0,788,0,0,1), - (15429,2348,0,8014,0,-1148.87,-1046.83,46.2244,1.11719,300,10,0,788,0,0,1), - (15430,2348,0,8014,0,-1169.41,-979.525,60.5595,5.85364,300,5,0,788,0,0,1), - (15431,2356,0,3201,0,-717.384,217.487,51.0391,6.15266,300,10,0,944,0,0,1), - (15432,2349,0,6808,0,-987.892,178.131,54.2532,3.27073,300,5,0,664,0,0,1), - (15433,2349,0,6808,0,-877.795,-1379.65,58.1157,1.42177,300,10,0,664,0,0,1), - (15434,2349,0,6808,0,-789.316,-1389.04,67.4975,3.03784,300,10,0,664,0,0,1), - (15435,2442,0,1060,0,-813.096,-648.89,11.9309,5.2284,300,5,0,1,0,0,1), - (15436,2442,0,1060,0,-804.987,-666.105,11.9309,4.61598,300,5,0,1,0,0,1), - (15437,2442,0,1060,0,-789.018,-652.528,11.9309,6.17616,300,5,0,1,0,0,1), - (15438,2442,0,1060,0,-790.355,-664.267,11.9309,3.91381,300,5,0,1,0,0,1), - (15439,2382,0,3695,0,-793.884,-610.77,15.2482,1.91986,300,0,0,1605,0,0,0), - (15440,721,0,328,0,-811.929,-656.869,11.9221,2.40774,300,10,0,1,0,0,1), - (15441,2371,0,4982,0,-1090.64,-723.856,-4.07477,3.72969,300,10,0,935,878,0,1), - (15442,2349,0,6808,0,-41.5147,-1213.58,59.9535,5.26522,300,10,0,664,0,0,1), - (15443,2349,0,6808,0,-123.908,-1325.92,102.367,4.16828,300,5,0,664,0,0,1), - (15444,2354,0,1007,0,-621.161,-632.938,35.3213,4.21554,300,10,0,742,0,0,1), - (15445,2354,0,1007,0,-590.513,-688.493,38.6466,2.25888,300,10,0,742,0,0,1), - (15446,2356,0,3201,0,-694.844,260.69,49.3467,2.96819,300,10,0,944,0,0,1), - (15447,2376,0,4920,0,-1119.57,-226.283,-3.09946,2.9715,300,10,0,898,852,0,1), - (15448,2356,0,3201,0,-975.31,6.93124,33.4362,2.66478,300,10,0,944,0,0,1), - (15449,2349,0,6808,0,-937.112,37.7426,33.7009,0.505581,300,10,0,664,0,0,1), - (15450,2408,0,1244,0,-217.324,-1112.84,36.5141,3.04408,300,10,0,1050,0,0,1), - (15451,2385,0,1056,0,-1206.92,-1055.9,42.6447,1.04244,300,10,0,840,0,0,1), - (15452,2356,0,3201,0,-723.421,-1241.92,59.0946,2.0372,300,5,0,944,0,0,1), - (15453,2349,0,6808,0,-720.266,-1141.5,58.0178,1.60984,300,10,0,664,0,0,1), - (15454,2349,0,6808,0,-710.382,-1181.39,59.1191,2.9208,300,10,0,664,0,0,1), - (15455,2349,0,6808,0,-231.621,-1332.96,86.8639,1.19055,300,5,0,664,0,0,1), - (15456,2349,0,6808,0,-747.829,-1284.9,63.3884,4.66741,300,10,0,664,0,0,1), - (15457,2354,0,1007,0,-718.933,-688.474,12.338,0.548523,300,5,0,742,0,0,1), - (15458,2356,0,3201,0,-931.532,-1205,52.6331,3.82457,300,10,0,944,0,0,1), - (15459,2356,0,3201,0,-473.383,-1739.4,81.8203,3.91594,300,10,0,944,0,0,1), - (15460,2349,0,6808,0,-920.548,-1355.1,57.9813,3.60153,300,10,0,664,0,0,1), - (15461,2354,0,1007,0,-647.702,-1381.23,58.8744,1.02375,300,5,0,742,0,0,1), - (15462,2349,0,6808,0,-854.266,-1067.59,45.5398,2.43784,300,10,0,664,0,0,1), - (15463,2349,0,6808,0,-189.609,-1167.86,52.2846,6.28123,300,10,0,664,0,0,1), - (15464,2356,0,3201,0,-921.308,-1268.8,51.6933,1.67843,300,10,0,944,0,0,1), - (15465,2350,0,1989,0,-478.186,-1229.83,54.4965,1.45487,300,5,0,494,0,0,1), - (15466,2349,0,6808,0,-285.62,-1156.22,53.6537,6.20492,300,10,0,664,0,0,1), - (15467,2356,0,3201,0,-82.5978,-1282.8,87.5094,1.74943,300,5,0,944,0,0,1), - (15468,2349,0,6808,0,-790.511,-1278.47,57.4798,2.06986,300,10,0,664,0,0,1), - (15469,2354,0,1007,0,-344.704,-1207.3,62.0968,3.17478,300,10,0,742,0,0,1), - (15470,2348,0,8014,0,-1046.31,-1059.8,45.2312,3.55546,300,10,0,788,0,0,1), - (15471,2354,0,1007,0,-335.445,-1302.79,66.7841,3.1084,300,10,0,742,0,0,1), - (15472,2349,0,6808,0,-324.508,-1343.93,69.2731,0.16474,300,10,0,664,0,0,1), - (15473,2374,0,1305,0,-1022.84,387.282,-10.8319,3.02628,300,10,0,978,0,0,1), - (15474,2375,0,3617,0,-1060.54,359.229,-8.87959,2.60303,300,10,0,1016,0,0,1), - (15475,2349,0,6808,0,-887.203,-1183.24,51.9595,1.52582,300,10,0,664,0,0,1), - (15476,2348,0,8014,0,-890.093,-1147.46,48.0177,6.1963,300,10,0,788,0,0,1), - (15477,2374,0,1305,0,-1150.65,316.688,-8.44497,3.42569,300,10,0,978,0,0,1), - (15478,2385,0,1056,0,-1072.53,-910.572,47.1533,5.23202,300,10,0,840,0,0,1), - (15479,2375,0,3617,0,-1111.44,350.542,-8.44496,5.45146,300,10,0,1016,0,0,1), - (15480,2350,0,1989,0,-705.869,388.254,70.2089,2.22054,300,10,0,494,0,0,1), - (15481,2375,0,3617,0,-1081.25,291.667,-4.87034,4.71239,300,10,0,1016,0,0,1), - (15482,2356,0,3201,0,-583.157,-950.196,40.9115,2.38018,300,10,0,944,0,0,1), - (15483,2385,0,1056,0,-1325.3,-1108.3,33.1101,5.56889,300,10,0,840,0,0,1), - (15484,2348,0,8014,0,-781.564,-891.376,27.1351,4.64985,300,5,0,788,0,0,1), - (15485,2349,0,6808,0,-786.65,-947.725,30.0667,5.57519,300,5,0,664,0,0,1), - (15486,2349,0,6808,0,-592.193,-912.72,37.8169,1.29169,300,10,0,664,0,0,1), - (15487,2349,0,6808,0,-554.877,-972.102,43.8503,0.59589,300,10,0,664,0,0,1), - (15488,2377,0,1079,0,-1042.86,-514.243,-3.00771,5.28197,300,10,0,931,878,0,1), - (15489,2408,0,1244,0,-353.883,-1101.47,34.308,0.6607,300,10,0,1050,0,0,1), - (15490,2377,0,1079,0,-1099.02,-127.914,-1.68008,5.79764,300,10,0,931,878,0,1), - (15491,2349,0,6808,0,-705.626,-1013.7,40.6534,5.70927,300,10,0,664,0,0,1), - (15492,2349,0,6808,0,-676.409,-1270.13,63.3535,3.70186,300,10,0,664,0,0,1), - (15493,2349,0,6808,0,-672.498,-1217.98,60.9119,0.630934,300,10,0,664,0,0,1), - (15494,2356,0,3201,0,-717.936,-1325.88,64.0866,1.32629,300,10,0,944,0,0,1), - (15495,2377,0,1079,0,-1153.43,-211.838,-7.57493,2.10403,300,10,0,931,878,0,1), - (15496,2356,0,3201,0,-1022.24,-1328.58,55.315,4.77665,300,10,0,944,0,0,1), - (15497,2375,0,3617,0,-1190.49,298.144,-8.44497,3.24206,300,10,0,1016,0,0,1), - (15498,2350,0,1989,0,-526.518,410.158,86.107,5.13687,300,10,0,494,0,0,1), - (15499,2244,0,3621,0,-607.58,-1106.65,62.0743,0.303126,300,5,0,441,1272,0,1), - (15500,2374,0,1305,0,-978.628,412.521,0.105293,2.41938,300,10,0,978,0,0,1), - (15501,2408,0,1244,0,-282.934,-1101.48,34.6138,5.95278,300,10,0,1050,0,0,1), - (15502,7072,0,5821,0,-1387.68,526.302,80.425,1.15192,600,0,0,6891,0,0,0), - (15503,2351,0,806,0,-492.616,222.231,77.9676,5.81343,300,10,0,677,0,0,1), - (15504,2351,0,806,0,-454.811,285.551,89.3955,1.96092,300,10,0,677,0,0,1), - (15505,2350,0,1989,0,-429.501,216.566,81.922,3.14941,300,10,0,494,0,0,1), - (15506,2356,0,3201,0,-374.216,212.246,89.5004,2.10682,300,10,0,944,0,0,1), - (15507,2349,0,6808,0,-212.117,154.388,68.9389,3.94176,300,10,0,664,0,0,1), - (15508,2349,0,6808,0,-386.604,228.97,88.5975,1.87592,300,5,0,664,0,0,1), - (15509,2351,0,806,0,-487.629,212.961,76.959,4.8004,300,10,0,677,0,0,1), - (15510,2349,0,6808,0,-352.365,232.272,95.5422,4.67335,300,3,0,664,0,0,1), - (15511,2260,0,3618,0,-593.441,-1024.9,59.7278,5.79586,300,10,0,531,0,0,1), - (15512,2400,0,3656,0,-162.288,-893.602,55.763,0.293177,300,0,0,1157,0,0,0), - (15513,2356,0,3201,0,-278.076,-1385.03,86.8718,4.77371,300,10,0,944,0,0,1), - (15514,2398,0,3654,0,-166.99,-905.178,55.6298,3.21195,300,0,0,1764,0,0,0), - (15515,2405,0,3663,0,-156.477,-864.791,57.0627,1.23493,300,0,0,3514,0,0,0), - (15516,2396,0,3653,0,-120.833,-895.834,55.388,3.25082,300,5,0,1764,0,0,2), - (15517,3539,0,3673,0,-158.525,-867.18,56.9813,5.5676,300,0,0,1764,0,0,0), - (15518,2405,0,3663,0,-159.789,-925.403,56.3404,2.15654,300,0,0,3514,0,0,0), - (15519,2405,0,3662,0,-84.2991,-918.263,55.1808,0.894428,300,0,0,3514,0,0,2), - (15520,2394,0,3679,0,-47.5876,-914.222,55.7737,4.29344,300,0,0,1764,0,0,0), - (15521,2405,0,3663,0,-62.499,-920.779,56.0237,2.26191,300,0,0,3514,0,0,0), - (15522,2405,0,3662,0,-42.8383,-911.355,56.1167,5.39307,300,0,0,3514,0,0,0), - (15523,2351,0,806,0,-415.83,225.288,84.615,1.04811,300,10,0,677,0,0,1), - (15524,2350,0,1989,0,-429.499,176.024,76.6094,0.566879,300,10,0,494,0,0,1), - (15525,2401,0,3659,0,-24.7877,-935.177,55.3061,1.67552,300,0,0,997,0,0,0), - (15526,2419,0,1647,0,-31.1004,-941.497,54.6636,1.20428,300,0,0,1764,0,0,0), - (15527,2354,0,1007,0,-315.289,-1189.24,61.1596,3.04943,300,10,0,742,0,0,1), - (15528,2405,0,3662,0,-21.0891,-895.548,56.2581,1.65806,300,0,0,3514,0,0,0), - (15529,2278,0,10994,0,-40.45,-937.462,54.3571,1.53589,300,0,0,1240,0,0,0), - (15530,3544,0,3676,0,-28.3207,-900.884,56.056,1.03895,300,0,0,3088,0,0,2), - (15531,2405,0,3663,0,-62.0265,-891.996,56.5614,4.75143,300,0,0,3514,0,0,0), - (15532,2418,0,1646,0,-20.3249,-920.868,55.449,6.14526,300,0,0,1764,0,0,0), - (15533,2405,0,3663,0,18.4984,-897.376,58.6886,4.43044,300,0,0,3514,0,0,0), - (15534,2770,0,3671,0,-17.59,-913.064,55.9463,3.89208,300,0,0,1380,0,0,0), - (15535,2405,0,3663,0,5.66171,-844.88,59.639,4.44021,300,0,0,3514,0,0,0), - (15536,2405,0,3662,0,-33.3567,-896.781,56.2878,1.64061,300,0,0,3514,0,0,0), - (15537,2405,0,3662,0,1.27648,-920.911,56.8078,0.366519,300,0,0,3514,0,0,0), - (15538,2405,0,3663,0,-2.1636,-849.323,59.8564,4.47432,300,0,0,3514,0,0,0), - (15539,10057,0,9279,0,-20.3258,-927.211,55.5851,2.75762,300,0,0,1605,0,0,0), - (15541,2405,0,3662,0,-66.6666,-802.557,58.7781,1.57087,300,0,0,3514,0,0,0), - (15542,2215,0,1645,0,-36.3284,-927.889,54.5237,2.5014,600,0,0,6830,0,0,0), - (15543,2350,0,1989,0,-413.878,-1198.29,58.521,2.60017,300,10,0,494,0,0,1), - (15544,2405,0,3663,0,-22.2913,-752.651,63.6871,4.50069,300,0,0,3514,0,0,2), - (15545,2405,0,3663,0,-19.4497,-745.167,64.9379,4.6097,300,0,0,3514,0,0,2), - (15546,2442,0,1060,0,-455.198,-111.262,54.604,5.95599,300,5,0,1,0,0,1), - (15547,2350,0,1989,0,-381.325,-1218.48,57.2212,1.74366,300,10,0,494,0,0,1), - (15548,2348,0,8014,0,-1048.86,-1276.93,57.8981,1.18391,300,10,0,788,0,0,1), - (15549,2442,0,1060,0,-408.131,-53.2522,54.4545,4.92183,300,0,0,1,0,0,0), - (15550,2348,0,8014,0,-1101.56,-1306.42,55.754,5.61272,300,5,0,788,0,0,1), - (15551,2348,0,8014,0,-1063.24,-876.433,38.3458,3.27273,300,10,0,788,0,0,1), - (15552,2348,0,8014,0,-1046.49,-1332.81,55.7631,0.558185,300,10,0,788,0,0,1), - (15553,2384,0,1059,0,-675.932,-724.077,7.0073,4.49732,300,5,0,617,0,0,1), - (15554,2385,0,1056,0,-865.341,-778.99,17.3005,4.18716,300,5,0,840,0,0,1), - (15555,2408,0,1244,0,-10.297,-1111.86,36.0626,1.60984,300,10,0,1050,0,0,1), - (15556,2371,0,4982,0,-1117.09,-753.841,-6.07283,2.30362,300,10,0,935,878,0,1), - (15557,2408,0,1244,0,38.7226,-1118.58,35.1442,0.223194,300,10,0,1050,0,0,1), - (15558,2405,0,3663,0,-13.0726,-817.948,57.7382,0.040881,300,0,0,3514,0,0,0), - (15559,2408,0,1244,0,109.992,-1144.96,35.6038,0.159823,300,10,0,1050,0,0,1), - (15560,2408,0,1244,0,-147.432,-1122.47,35.0195,1.45066,300,10,0,1050,0,0,1), - (15561,2408,0,1244,0,-89.647,-1107.8,36.2228,2.40457,300,10,0,1050,0,0,1), - (15562,2261,0,3624,0,-614.053,-1549.11,64.5659,1.03841,300,3,0,494,0,0,1), - (15563,2356,0,3201,0,-68.66,-1181.52,47.3617,4.32841,300,10,0,944,0,0,1), - (15564,2349,0,6808,0,-682.273,180.748,48.2066,3.81206,300,10,0,664,0,0,1), - (15565,2349,0,6808,0,-646.077,214.463,59.2909,5.15742,300,5,0,664,0,0,1), - (15566,2269,0,3629,0,-717.697,58.9673,9.6061,1.90241,300,0,0,788,0,0,0), - (15567,2269,0,3629,0,-710.426,29.8424,12.8298,4.90438,300,0,0,788,0,0,0), - (15568,2269,0,3629,0,-704.376,50.0911,12.3267,0.523599,300,0,0,788,0,0,0), - (15569,2269,0,3629,0,-734.345,42.2822,11.523,2.46091,300,0,0,788,0,0,0), - (15570,2349,0,6808,0,-991.88,-253.419,60.6771,2.6176,300,3,0,664,0,0,1), - (15571,721,0,328,0,-761.759,-624.801,16.9561,1.12047,300,10,0,1,0,0,1), - (15572,2356,0,3201,0,-855.191,-1469.6,58.4068,5.11395,300,5,0,944,0,0,1), - (15573,2354,0,1007,0,-582.08,-607.104,41.4361,2.14742,300,10,0,742,0,0,1), - (15574,2348,0,8014,0,-783.975,-833.379,17.8699,5.43416,300,5,0,788,0,0,1), - (15575,2349,0,6808,0,-893.193,-1442.01,56.2167,0.856759,300,10,0,664,0,0,1), - (15578,2261,0,3624,0,-551.939,-1549.72,53.9464,3.30272,300,0,0,494,0,0,0), - (15579,2356,0,3201,0,-77.5577,-1195.15,48.3649,1.48755,300,5,0,944,0,0,1), - (15580,2349,0,6808,0,-792.877,-112.154,32.6091,3.72255,300,5,0,664,0,0,1), - (15581,2349,0,6808,0,-642.558,-1132.5,62.9751,0.636862,300,10,0,664,0,0,1), - (15582,2238,0,3686,0,-445.588,-1485.22,91.9769,2.79253,300,0,0,1106,0,0,0), - (15583,2261,0,3623,0,-472.429,-1615.54,64.9409,0.328449,300,3,0,494,0,0,1), - (15584,2244,0,3621,0,-465.853,-1603.3,65.3736,3.79238,300,3,0,441,1272,0,1), - (15585,2385,0,1056,0,-805.899,-820.65,19.0135,3.16186,300,5,0,840,0,0,1), - (15586,2269,0,3629,0,-806.137,116.133,16.9955,4.08407,300,0,0,788,0,0,0), - (15587,2261,0,3624,0,-460.402,-1585.61,64.9979,4.2293,300,3,0,494,0,0,1), - (15588,2269,0,3629,0,-691.345,166.191,16.4012,0.750492,300,0,0,788,0,0,0), - (15589,2350,0,1989,0,-438.054,245.885,86.4727,5.72652,300,10,0,494,0,0,1), - (15590,2385,0,1056,0,-881.768,-747.652,12.6519,3.25081,300,5,0,840,0,0,1), - (15591,2351,0,806,0,-529.835,462.964,85.899,0.276855,300,5,0,677,0,0,1), - (15592,2244,0,3622,0,-422.139,-1436.65,100.182,1.55624,300,3,0,441,1272,0,1), - (15593,2350,0,1989,0,-518.757,313.217,85.1222,4.34059,300,10,0,494,0,0,1), - (15594,2372,0,10643,0,-987.932,-967.626,39.9145,1.80811,300,5,0,788,0,0,1), - (15595,620,0,304,0,-908.8,-959.17,30.4945,0.763091,300,5,0,1,0,0,1), - (15596,2373,0,662,0,-959.071,-947.988,30.7127,2.96706,300,3,0,665,1812,0,1), - (15597,2239,0,3687,0,-486.369,-1344.75,53.7014,3.59538,300,0,0,712,0,0,0), - (15598,620,0,304,0,-903.757,-999.386,30.4715,1.60168,300,10,0,1,0,0,1), - (15599,2442,0,1060,0,-373.464,11.0652,55.2724,0.51832,300,5,0,1,0,0,1), - (15600,2349,0,6808,0,-756.989,-113.768,36.5142,1.8612,300,5,0,664,0,0,1), - (15601,2356,0,3201,0,-654.437,-153.729,43.5559,3.50102,300,5,0,944,0,0,1), - (15602,2376,0,4920,0,-1080.67,-102.431,0.50671,3.45575,300,0,0,898,852,0,0), - (15603,2377,0,1079,0,-1084.96,-97.322,-0.130808,0.758921,300,10,0,931,878,0,1), - (15604,620,0,304,0,-479.589,4.75845,55.4283,4.72252,300,5,0,1,0,0,1), - (15605,721,0,328,0,-831.19,-90.1351,25.2044,3.9919,300,10,0,1,0,0,1), - (15606,2385,0,1056,0,-847.33,-858.309,22.2087,5.01829,300,5,0,840,0,0,1), - (15607,2241,0,3710,0,205.793,-869.17,157.195,5.30866,300,5,0,1213,0,0,1), - (15608,2375,0,3617,0,-1182.58,154.447,-3.6557,5.53321,300,10,0,1016,0,0,1), - (15609,2375,0,3617,0,-1218.74,206.015,-9.39426,1.09328,300,10,0,1016,0,0,1), - (15610,2349,0,6808,0,-700.294,-151.442,40.6473,6.25594,300,5,0,664,0,0,1), - (15611,2354,0,1007,0,-443.623,-688.811,51.1003,2.29855,300,10,0,742,0,0,1), - (15612,2384,0,1059,0,-479.494,-533.574,44.9621,0.743985,300,5,0,617,0,0,1), - (15613,2372,0,10643,0,-1000.42,-1002.04,42.7183,4.31713,300,5,0,788,0,0,1), - (15614,2354,0,1007,0,-460.186,-753.091,53.3417,3.78139,300,10,0,742,0,0,1), - (15615,2349,0,6808,0,-753.292,185.533,51.6713,3.00633,300,5,0,664,0,0,1), - (15616,2354,0,1007,0,-521.031,-734.28,52.361,1.66852,300,10,0,742,0,0,1), - (15617,2356,0,3201,0,-680.263,-179.913,41.8462,0.680252,300,5,0,944,0,0,1), - (15618,2376,0,4920,0,-1015.79,-478.528,-4.09571,3.21989,300,10,0,898,852,0,1), - (15619,2384,0,1059,0,-462.066,-818.265,47.2322,1.90373,300,10,0,617,0,0,1), - (15620,2267,0,11036,0,-533.862,114.142,56.9237,2.9147,300,0,0,664,0,0,0), - (15621,2370,0,4976,0,-1283.01,-853.614,-5.33732,4.82763,300,10,0,812,811,0,1), - (15622,2376,0,4920,0,-1064.58,-339.584,-1,5.73382,300,10,0,898,852,0,1), - (15623,2244,0,3622,0,-604.448,-1008.66,55.5207,0.069813,300,0,0,441,1272,0,0), - (15624,2370,0,4976,0,-1394.26,-947.338,-6.04862,2.33995,300,10,0,812,811,0,1), - (15625,2268,0,4125,0,-542.924,107.381,56.6959,5.13127,300,0,0,734,0,0,0), - (15626,2268,0,4125,0,-590.096,108.012,51.7246,0.291457,300,5,0,734,0,0,1), - (15627,2376,0,4920,0,-1116.96,-346.26,-7.88976,1.56756,300,10,0,898,852,0,1), - (15628,620,0,304,0,-463.237,110.916,57.4473,3.3575,300,5,0,1,0,0,1), - (15629,2348,0,8014,0,-717.347,-748.891,10.1809,5.5116,300,5,0,788,0,0,1), - (15630,2370,0,4976,0,-1418,-976.63,-5.05381,1.06665,300,10,0,812,811,0,1), - (15631,2356,0,3201,0,-365.631,-1719.53,90.7495,1.79349,300,3,0,944,0,0,1), - (15632,2376,0,4920,0,-1057.96,-442.231,-5.63337,2.72421,300,10,0,898,852,0,1), - (15633,2442,0,1060,0,-568.322,-113.526,47.6385,0.71739,300,5,0,1,0,0,1), - (15634,721,0,328,0,-570.486,-126.033,50.6385,0.998136,300,10,0,1,0,0,1), - (15635,2442,0,1060,0,-338.753,55.3219,55.5409,2.56105,300,5,0,1,0,0,1), - (15636,2376,0,4920,0,-1066.48,-87.1337,1.53241,5.11381,300,0,0,898,852,0,0), - (15637,2267,0,11035,0,-459.92,97.9049,56.9202,1.98382,300,0,0,664,0,0,0), - (15638,2348,0,8014,0,-724.587,-858.333,24.2535,4.10956,300,5,0,788,0,0,1), - (15639,620,0,304,0,-526.007,18.1682,49.3176,3.12987,300,5,0,1,0,0,1), - (15640,2267,0,11036,0,-476.261,111.322,56.6969,4.95674,300,0,0,664,0,0,0), - (15641,2351,0,806,0,-663.373,458.214,75.5389,6.19712,300,3,0,677,0,0,1), - (15642,2387,0,3628,0,-447.448,119.86,56.9962,2.64939,300,0,0,590,1633,0,0), - (15643,2442,0,1060,0,-400.243,-52.7659,54.497,4.74729,300,0,0,1,0,0,0), - (15644,620,0,304,0,-463.58,-86.7091,54.5478,6.03821,300,5,0,1,0,0,1), - (15645,2376,0,4920,0,-1074.79,-409.877,-6.75973,1.04076,300,10,0,898,852,0,1), - (15646,2376,0,4920,0,-1016.61,-75.1017,3.88166,0.586234,300,10,0,898,852,0,1), - (15647,2356,0,3201,0,-758.306,-49.6266,30.1268,0.251464,300,10,0,944,0,0,1), - (15648,2370,0,4976,0,-1316.09,-1068.53,21.5356,2.40855,300,0,0,812,811,0,0), - (15649,2268,0,4125,0,-575.362,8.58214,47.7337,4.59022,300,0,0,734,0,0,0), - (15650,2368,0,4763,0,-1313.83,-1014.45,-0.217229,0.749631,300,10,0,896,0,0,1), - (15651,2368,0,4763,0,-1308.16,-1075.08,24.0873,3.42844,300,10,0,896,0,0,1), - (15652,2370,0,4976,0,-1308.75,-1026.17,9.28396,4.38631,300,10,0,812,811,0,1), - (15653,2368,0,4763,0,-1354.18,-1045.19,11.0499,5.7391,300,10,0,896,0,0,1), - (15654,2368,0,4763,0,-1297.21,-1054.61,22.339,4.42452,300,10,0,896,0,0,1), - (15655,2368,0,4763,0,-1376.69,-1059.44,13.1171,2.11875,300,10,0,896,0,0,1), - (15656,2370,0,4976,0,-1368.12,-1061.61,14.9921,4.43572,300,10,0,812,811,0,1), - (15657,2356,0,3201,0,-831.404,291.294,41.6835,2.77103,300,10,0,944,0,0,1), - (15658,2349,0,6808,0,-808.839,-75.948,26.0078,3.00278,300,10,0,664,0,0,1), - (15659,2368,0,4763,0,-1275.24,-982.766,-0.669246,0.285279,300,10,0,896,0,0,1), - (15660,2356,0,3201,0,-685.863,-89.7957,42.4598,4.25747,300,10,0,944,0,0,1), - (15661,2386,0,3705,0,-645.255,-520.766,30.4377,1.32013,300,5,0,3330,0,0,1), - (15662,2357,0,3689,0,-783.566,-603.281,15.2348,2.32129,300,0,0,1764,0,0,0), - (15663,2372,0,10643,0,-936.949,-932.477,30.4557,1.37881,300,0,0,788,0,0,0), - (15664,2386,0,3708,0,-798.237,-599.039,15.2765,2.27719,300,5,0,3330,0,0,1), - (15665,3543,0,3698,0,-815.529,-572.187,15.3116,4.53786,300,0,0,2284,0,0,0), - (15666,2386,0,3705,0,-726.342,-489.61,25.6367,5.27657,300,10,0,3330,0,0,1), - (15667,2386,0,3708,0,-678.191,-424.029,31.6365,2.69983,300,0,0,3330,0,0,0), - (15668,2386,0,3705,0,-698.479,-430.694,31.6317,2.37677,300,5,0,3330,0,0,2), - (15669,2373,0,662,0,-955.81,-934.95,30.4312,1.74533,300,0,0,665,1812,0,0), - (15670,2261,0,3624,0,-539.777,-1356.7,64.7539,1.06898,300,3,0,494,0,0,1), - (15671,2348,0,8014,0,-918.024,-809.775,23.1117,6.134,300,10,0,788,0,0,1), - (15672,2386,0,3708,0,-664.517,-443.824,31.5638,0.930741,300,5,0,3330,0,0,2), - (15673,2261,0,3624,0,-464.062,-1313.02,64.1909,4.41246,300,3,0,494,0,0,1), - (15674,2386,0,3708,0,-713.946,-429.513,26.5985,2.4573,300,0,0,3330,0,0,0), - (15675,2356,0,3201,0,-910.833,-1111.2,48.4799,1.06256,300,10,0,944,0,0,1), - (15676,2261,0,3623,0,-409.541,-1338.12,64.9568,0.515541,300,3,0,494,0,0,1), - (15677,2356,0,3201,0,-644.092,-929.563,35.8359,3.57468,300,10,0,944,0,0,1), - (15678,2386,0,3708,0,-691.709,-605.515,27.9243,2.15873,300,5,0,3330,0,0,1), - (15679,2261,0,3624,0,-434.324,-1326.11,64.6909,6.12869,300,3,0,494,0,0,1), - (15680,2356,0,3201,0,-615.59,-1021.85,66.6835,5.5116,300,5,0,944,0,0,1), - (15681,2374,0,1305,0,-985.561,281.326,5.83632,1.82573,300,10,0,978,0,0,1), - (15682,2354,0,1007,0,-597.943,-395.933,39.4792,5.09656,300,10,0,742,0,0,1), - (15683,2375,0,3617,0,-972.917,327.084,0.598005,5.54455,300,10,0,1016,0,0,1), - (15684,2374,0,1305,0,-969.795,325.382,2.34319,3.26377,300,0,0,978,0,0,0), - (15685,2374,0,1305,0,-1011.77,278.665,2.00871,1.65296,300,10,0,978,0,0,1), - (15686,2345,0,3761,0,-1293.69,-1173.99,37.9713,1.88496,300,0,0,2941,0,0,0), - (15687,2375,0,3617,0,-965.577,359.264,-1.6333,0.403597,300,10,0,1016,0,0,1), - (15688,2385,0,1056,0,-1180.64,-1053.61,45.4648,1.46704,300,10,0,840,0,0,1), - (15689,2375,0,3617,0,-1015.19,306.935,-5.3397,0.675551,300,10,0,1016,0,0,1), - (15690,2375,0,3617,0,-981.878,284.602,5.9805,3.43435,300,10,0,1016,0,0,1), - (15691,2374,0,1305,0,-981.974,315.614,0.426113,4.92183,300,0,0,978,0,0,0), - (15692,2348,0,8014,0,-835.943,-866.521,22.0083,3.73748,300,5,0,788,0,0,1), - (15693,2349,0,6808,0,-648.301,-983.482,45.5282,6.23969,300,10,0,664,0,0,1), - (15694,2503,0,3633,0,-717.893,46.2339,11.1638,5.67433,300,3,0,840,0,0,1), - (15695,2269,0,3629,0,-765.575,42.9053,14.079,5.93412,300,0,0,788,0,0,0), - (15696,2269,0,3629,0,-732.801,67.2347,9.97272,0.418879,300,0,0,788,0,0,0), - (15697,2269,0,3629,0,-784.233,35.869,14.3469,2.72271,300,0,0,788,0,0,0), - (15698,2371,0,4982,0,-1058.09,-764.871,-1.33792,4.06048,300,10,0,935,878,0,1), - (15699,2345,0,3761,0,-1201.71,-1222.65,41.5686,2.53679,300,5,0,2941,0,0,1), - (15700,2348,0,8014,0,-948.417,-888.672,27.3066,0.152961,300,10,0,788,0,0,1), - (15701,2371,0,4982,0,-1097.99,-817.852,8.82432,1.5708,300,0,0,935,878,0,0), - (15704,2371,0,4982,0,-1063.68,-801.098,6.78104,5.38308,300,10,0,935,878,0,1), - (15706,2369,0,11255,0,-1135.41,-846.867,16.9523,1.93731,300,0,0,1050,0,0,0), - (15707,2369,0,11255,0,-1178.94,-812.624,-2.32381,0.507597,300,10,0,1050,0,0,1), - (15708,2371,0,4982,0,-1126.08,-822.4,10.1914,2.15438,300,10,0,935,878,0,1), - (15709,2356,0,3201,0,-300.846,-1447.99,83.7408,3.2296,300,10,0,944,0,0,1), - (15710,2374,0,1305,0,-1147.55,11.2227,0.458738,3.65214,300,10,0,978,0,0,1), - (15711,2375,0,3617,0,-1142.2,21.2048,1.73791,2.19912,300,0,0,1016,0,0,0), - (15712,2369,0,11255,0,-1149.39,-798.996,-0.765495,3.43492,300,10,0,1050,0,0,1), - (15713,2344,0,3763,0,-1267.65,-1142.77,37.7886,2.97201,300,10,0,2379,756,0,1), - (15714,2368,0,4763,0,-1229.2,-902.415,1.8385,1.82206,300,10,0,896,0,0,1), - (15715,2344,0,3763,0,-1262.7,-1158.43,40.57,0.518991,300,10,0,2379,756,0,1), - (15716,2349,0,6808,0,-282.28,-1540.45,92.3671,0.47064,300,10,0,664,0,0,1), - (15717,2344,0,3763,0,-1296.84,-1137.22,35.387,2.14295,300,10,0,2379,756,0,1), - (15718,2370,0,4976,0,-1248.91,-942.491,2.65923,4.3853,300,10,0,812,811,0,1), - (15719,2369,0,11255,0,-1194.24,-871.559,5.94123,0.168679,300,10,0,1050,0,0,1), - (15720,2375,0,3617,0,-1122.55,13.8239,3.0493,5.76354,300,10,0,1016,0,0,1), - (15721,2349,0,6808,0,-381.997,-1119.95,43.5124,2.84022,300,5,0,664,0,0,1), - (15722,2368,0,4763,0,-1382.67,-1040.55,1.47095,0.266766,300,10,0,896,0,0,1), - (15723,2356,0,3201,0,-149.249,-1187.73,56.6616,2.70944,300,10,0,944,0,0,1), - (15724,2375,0,3617,0,-1082.42,262.185,4.76606,4.06021,300,10,0,1016,0,0,1), - (15725,2370,0,4976,0,-1236.58,-985.058,16.7725,3.21141,300,0,0,812,811,0,0), - (15726,2374,0,1305,0,-1144.11,38.647,2.00261,5.06951,300,10,0,978,0,0,1), - (15727,2368,0,4763,0,-1213.95,-856.092,-2.41629,1.2502,300,10,0,896,0,0,1), - (15728,2374,0,1305,0,-1103.51,264.619,2.88381,0.509238,300,10,0,978,0,0,1), - (15729,2370,0,4976,0,-1241.35,-973.99,10.9227,1.15853,300,10,0,812,811,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (15472,2349,0,0,0,-324.508,-1343.93,69.2731,0.16474,300,300,10,0,664,0,0,1), + (15473,2374,0,0,0,-1022.84,387.282,-10.8319,3.02628,300,300,10,0,978,0,0,1), + (15474,2375,0,0,0,-1060.54,359.229,-8.87959,2.60303,300,300,10,0,1016,0,0,1), + (15475,2349,0,0,0,-887.203,-1183.24,51.9595,1.52582,300,300,10,0,664,0,0,1), + (15476,2348,0,0,0,-890.093,-1147.46,48.0177,6.1963,300,300,10,0,788,0,0,1), + (15477,2374,0,0,0,-1150.65,316.688,-8.44497,3.42569,300,300,10,0,978,0,0,1), + (15478,2385,0,0,0,-1072.53,-910.572,47.1533,5.23202,300,300,10,0,840,0,0,1), + (15479,2375,0,0,0,-1111.44,350.542,-8.44496,5.45146,300,300,10,0,1016,0,0,1), + (15480,2350,0,0,0,-705.869,388.254,70.2089,2.22054,300,300,10,0,494,0,0,1), + (15481,2375,0,0,0,-1081.25,291.667,-4.87034,4.71239,300,300,10,0,1016,0,0,1), + (15482,2356,0,0,0,-583.157,-950.196,40.9115,2.38018,300,300,10,0,944,0,0,1), + (15483,2385,0,0,0,-1325.3,-1108.3,33.1101,5.56889,300,300,10,0,840,0,0,1), + (15484,2348,0,0,0,-781.564,-891.376,27.1351,4.64985,300,300,5,0,788,0,0,1), + (15485,2349,0,0,0,-786.65,-947.725,30.0667,5.57519,300,300,5,0,664,0,0,1), + (15486,2349,0,0,0,-592.193,-912.72,37.8169,1.29169,300,300,10,0,664,0,0,1), + (15487,2349,0,0,0,-554.877,-972.102,43.8503,0.59589,300,300,10,0,664,0,0,1), + (15488,2377,0,0,0,-1042.86,-514.243,-3.00771,5.28197,300,300,10,0,931,878,0,1), + (15489,2408,0,0,0,-353.883,-1101.47,34.308,0.6607,300,300,10,0,1050,0,0,1), + (15490,2377,0,0,0,-1099.02,-127.914,-1.68008,5.79764,300,300,10,0,931,878,0,1), + (15491,2349,0,0,0,-705.626,-1013.7,40.6534,5.70927,300,300,10,0,664,0,0,1), + (15492,2349,0,0,0,-676.409,-1270.13,63.3535,3.70186,300,300,10,0,664,0,0,1), + (15493,2349,0,0,0,-672.498,-1217.98,60.9119,0.630934,300,300,10,0,664,0,0,1), + (15494,2356,0,0,0,-717.936,-1325.88,64.0866,1.32629,300,300,10,0,944,0,0,1), + (15495,2377,0,0,0,-1153.43,-211.838,-7.57493,2.10403,300,300,10,0,931,878,0,1), + (15496,2356,0,0,0,-1022.24,-1328.58,55.315,4.77665,300,300,10,0,944,0,0,1), + (15497,2375,0,0,0,-1190.49,298.144,-8.44497,3.24206,300,300,10,0,1016,0,0,1), + (15498,2350,0,0,0,-526.518,410.158,86.107,5.13687,300,300,10,0,494,0,0,1), + (15499,2244,0,0,0,-607.58,-1106.65,62.0743,0.303126,300,300,5,0,441,1272,0,1), + (15500,2374,0,0,0,-978.628,412.521,0.105293,2.41938,300,300,10,0,978,0,0,1), + (15501,2408,0,0,0,-282.934,-1101.48,34.6138,5.95278,300,300,10,0,1050,0,0,1), + (15502,7072,0,0,0,-1387.68,526.302,80.425,1.15192,600,600,0,0,6891,0,0,0), + (15503,2351,0,0,0,-492.616,222.231,77.9676,5.81343,300,300,10,0,677,0,0,1), + (15504,2351,0,0,0,-454.811,285.551,89.3955,1.96092,300,300,10,0,677,0,0,1), + (15505,2350,0,0,0,-429.501,216.566,81.922,3.14941,300,300,10,0,494,0,0,1), + (15506,2356,0,0,0,-374.216,212.246,89.5004,2.10682,300,300,10,0,944,0,0,1), + (15507,2349,0,0,0,-212.117,154.388,68.9389,3.94176,300,300,10,0,664,0,0,1), + (15508,2349,0,0,0,-386.604,228.97,88.5975,1.87592,300,300,5,0,664,0,0,1), + (15509,2351,0,0,0,-487.629,212.961,76.959,4.8004,300,300,10,0,677,0,0,1), + (15510,2349,0,0,0,-352.365,232.272,95.5422,4.67335,300,300,3,0,664,0,0,1), + (15511,2260,0,0,0,-593.441,-1024.9,59.7278,5.79586,300,300,10,0,531,0,0,1), + (15512,2400,0,0,0,-162.288,-893.602,55.763,0.293177,300,300,0,0,1157,0,0,0), + (15513,2356,0,0,0,-278.076,-1385.03,86.8718,4.77371,300,300,10,0,944,0,0,1), + (15514,2398,0,0,0,-166.99,-905.178,55.6298,3.21195,300,300,0,0,1764,0,0,0), + (15515,2405,0,0,0,-156.477,-864.791,57.0627,1.23493,300,300,0,0,3514,0,0,0), + (15516,2396,0,0,0,-120.833,-895.834,55.388,3.25082,300,300,5,0,1764,0,0,2), + (15517,3539,0,0,0,-158.525,-867.18,56.9813,5.5676,300,300,0,0,1764,0,0,0), + (15518,2405,0,0,0,-159.789,-925.403,56.3404,2.15654,300,300,0,0,3514,0,0,0), + (15519,2405,0,0,0,-84.2991,-918.263,55.1808,0.894428,300,300,0,0,3514,0,0,2), + (15520,2394,0,0,0,-47.5876,-914.222,55.7737,4.29344,300,300,0,0,1764,0,0,0), + (15521,2405,0,0,0,-62.499,-920.779,56.0237,2.26191,300,300,0,0,3514,0,0,0), + (15522,2405,0,0,0,-42.8383,-911.355,56.1167,5.39307,300,300,0,0,3514,0,0,0), + (15523,2351,0,0,0,-415.83,225.288,84.615,1.04811,300,300,10,0,677,0,0,1), + (15524,2350,0,0,0,-429.499,176.024,76.6094,0.566879,300,300,10,0,494,0,0,1), + (15525,2401,0,0,0,-24.7877,-935.177,55.3061,1.67552,300,300,0,0,997,0,0,0), + (15526,2419,0,0,0,-31.1004,-941.497,54.6636,1.20428,300,300,0,0,1764,0,0,0), + (15527,2354,0,0,0,-315.289,-1189.24,61.1596,3.04943,300,300,10,0,742,0,0,1), + (15528,2405,0,0,0,-21.0891,-895.548,56.2581,1.65806,300,300,0,0,3514,0,0,0), + (15529,2278,0,0,0,-40.45,-937.462,54.3571,1.53589,300,300,0,0,1240,0,0,0), + (15530,3544,0,0,0,-28.3207,-900.884,56.056,1.03895,300,300,0,0,3088,0,0,2), + (15531,2405,0,0,0,-62.0265,-891.996,56.5614,4.75143,300,300,0,0,3514,0,0,0), + (15532,2418,0,0,0,-20.3249,-920.868,55.449,6.14526,300,300,0,0,1764,0,0,0), + (15533,2405,0,0,0,18.4984,-897.376,58.6886,4.43044,300,300,0,0,3514,0,0,0), + (15534,2770,0,0,0,-17.59,-913.064,55.9463,3.89208,300,300,0,0,1380,0,0,0), + (15535,2405,0,0,0,5.66171,-844.88,59.639,4.44021,300,300,0,0,3514,0,0,0), + (15536,2405,0,0,0,-33.3567,-896.781,56.2878,1.64061,300,300,0,0,3514,0,0,0), + (15537,2405,0,0,0,1.27648,-920.911,56.8078,0.366519,300,300,0,0,3514,0,0,0), + (15538,2405,0,0,0,-2.1636,-849.323,59.8564,4.47432,300,300,0,0,3514,0,0,0), + (15539,10057,0,0,0,-20.3258,-927.211,55.5851,2.75762,300,300,0,0,1605,0,0,0), + (15541,2405,0,0,0,-66.6666,-802.557,58.7781,1.57087,300,300,0,0,3514,0,0,0), + (15542,2215,0,0,0,-36.3284,-927.889,54.5237,2.5014,600,600,0,0,6830,0,0,0), + (15543,2350,0,0,0,-413.878,-1198.29,58.521,2.60017,300,300,10,0,494,0,0,1), + (15544,2405,0,0,0,-22.2913,-752.651,63.6871,4.50069,300,300,0,0,3514,0,0,2), + (15545,2405,0,0,0,-19.4497,-745.167,64.9379,4.6097,300,300,0,0,3514,0,0,2), + (15546,2442,0,0,0,-455.198,-111.262,54.604,5.95599,300,300,5,0,1,0,0,1), + (15547,2350,0,0,0,-381.325,-1218.48,57.2212,1.74366,300,300,10,0,494,0,0,1), + (15548,2348,0,0,0,-1048.86,-1276.93,57.8981,1.18391,300,300,10,0,788,0,0,1), + (15549,2442,0,0,0,-408.131,-53.2522,54.4545,4.92183,300,300,0,0,1,0,0,0), + (15550,2348,0,0,0,-1101.56,-1306.42,55.754,5.61272,300,300,5,0,788,0,0,1), + (15551,2348,0,0,0,-1063.24,-876.433,38.3458,3.27273,300,300,10,0,788,0,0,1), + (15552,2348,0,0,0,-1046.49,-1332.81,55.7631,0.558185,300,300,10,0,788,0,0,1), + (15553,2384,0,0,0,-675.932,-724.077,7.0073,4.49732,300,300,5,0,617,0,0,1), + (15554,2385,0,0,0,-865.341,-778.99,17.3005,4.18716,300,300,5,0,840,0,0,1), + (15555,2408,0,0,0,-10.297,-1111.86,36.0626,1.60984,300,300,10,0,1050,0,0,1), + (15556,2371,0,0,0,-1117.09,-753.841,-6.07283,2.30362,300,300,10,0,935,878,0,1), + (15557,2408,0,0,0,38.7226,-1118.58,35.1442,0.223194,300,300,10,0,1050,0,0,1), + (15558,2405,0,0,0,-13.0726,-817.948,57.7382,0.040881,300,300,0,0,3514,0,0,0), + (15559,2408,0,0,0,109.992,-1144.96,35.6038,0.159823,300,300,10,0,1050,0,0,1), + (15560,2408,0,0,0,-147.432,-1122.47,35.0195,1.45066,300,300,10,0,1050,0,0,1), + (15561,2408,0,0,0,-89.647,-1107.8,36.2228,2.40457,300,300,10,0,1050,0,0,1), + (15562,2261,0,0,0,-614.053,-1549.11,64.5659,1.03841,300,300,3,0,494,0,0,1), + (15563,2356,0,0,0,-68.66,-1181.52,47.3617,4.32841,300,300,10,0,944,0,0,1), + (15564,2349,0,0,0,-682.273,180.748,48.2066,3.81206,300,300,10,0,664,0,0,1), + (15565,2349,0,0,0,-646.077,214.463,59.2909,5.15742,300,300,5,0,664,0,0,1), + (15566,2269,0,0,0,-717.697,58.9673,9.6061,1.90241,300,300,0,0,788,0,0,0), + (15567,2269,0,0,0,-710.426,29.8424,12.8298,4.90438,300,300,0,0,788,0,0,0), + (15568,2269,0,0,0,-704.376,50.0911,12.3267,0.523599,300,300,0,0,788,0,0,0), + (15569,2269,0,0,0,-734.345,42.2822,11.523,2.46091,300,300,0,0,788,0,0,0), + (15570,2349,0,0,0,-991.88,-253.419,60.6771,2.6176,300,300,3,0,664,0,0,1), + (15571,721,0,0,0,-761.759,-624.801,16.9561,1.12047,300,300,10,0,1,0,0,1), + (15572,2356,0,0,0,-855.191,-1469.6,58.4068,5.11395,300,300,5,0,944,0,0,1), + (15573,2354,0,0,0,-582.08,-607.104,41.4361,2.14742,300,300,10,0,742,0,0,1), + (15574,2348,0,0,0,-783.975,-833.379,17.8699,5.43416,300,300,5,0,788,0,0,1), + (15575,2349,0,0,0,-893.193,-1442.01,56.2167,0.856759,300,300,10,0,664,0,0,1), + (15578,2261,0,0,0,-551.939,-1549.72,53.9464,3.30272,300,300,0,0,494,0,0,0), + (15579,2356,0,0,0,-77.5577,-1195.15,48.3649,1.48755,300,300,5,0,944,0,0,1), + (15580,2349,0,0,0,-792.877,-112.154,32.6091,3.72255,300,300,5,0,664,0,0,1), + (15581,2349,0,0,0,-642.558,-1132.5,62.9751,0.636862,300,300,10,0,664,0,0,1), + (15582,2238,0,0,0,-445.588,-1485.22,91.9769,2.79253,300,300,0,0,1106,0,0,0), + (15583,2261,0,0,0,-472.429,-1615.54,64.9409,0.328449,300,300,3,0,494,0,0,1), + (15584,2244,0,0,0,-465.853,-1603.3,65.3736,3.79238,300,300,3,0,441,1272,0,1), + (15585,2385,0,0,0,-805.899,-820.65,19.0135,3.16186,300,300,5,0,840,0,0,1), + (15586,2269,0,0,0,-806.137,116.133,16.9955,4.08407,300,300,0,0,788,0,0,0), + (15587,2261,0,0,0,-460.402,-1585.61,64.9979,4.2293,300,300,3,0,494,0,0,1), + (15588,2269,0,0,0,-691.345,166.191,16.4012,0.750492,300,300,0,0,788,0,0,0), + (15589,2350,0,0,0,-438.054,245.885,86.4727,5.72652,300,300,10,0,494,0,0,1), + (15590,2385,0,0,0,-881.768,-747.652,12.6519,3.25081,300,300,5,0,840,0,0,1), + (15591,2351,0,0,0,-529.835,462.964,85.899,0.276855,300,300,5,0,677,0,0,1), + (15592,2244,0,0,0,-422.139,-1436.65,100.182,1.55624,300,300,3,0,441,1272,0,1), + (15593,2350,0,0,0,-518.757,313.217,85.1222,4.34059,300,300,10,0,494,0,0,1), + (15594,2372,0,0,0,-987.932,-967.626,39.9145,1.80811,300,300,5,0,788,0,0,1), + (15595,620,0,0,0,-908.8,-959.17,30.4945,0.763091,300,300,5,0,1,0,0,1), + (15596,2373,0,0,0,-959.071,-947.988,30.7127,2.96706,300,300,3,0,665,1812,0,1), + (15597,2239,0,0,0,-486.369,-1344.75,53.7014,3.59538,300,300,0,0,712,0,0,0), + (15598,620,0,0,0,-903.757,-999.386,30.4715,1.60168,300,300,10,0,1,0,0,1), + (15599,2442,0,0,0,-373.464,11.0652,55.2724,0.51832,300,300,5,0,1,0,0,1), + (15600,2349,0,0,0,-756.989,-113.768,36.5142,1.8612,300,300,5,0,664,0,0,1), + (15601,2356,0,0,0,-654.437,-153.729,43.5559,3.50102,300,300,5,0,944,0,0,1), + (15602,2376,0,0,0,-1080.67,-102.431,0.50671,3.45575,300,300,0,0,898,852,0,0), + (15603,2377,0,0,0,-1084.96,-97.322,-0.130808,0.758921,300,300,10,0,931,878,0,1), + (15604,620,0,0,0,-479.589,4.75845,55.4283,4.72252,300,300,5,0,1,0,0,1), + (15605,721,0,0,0,-831.19,-90.1351,25.2044,3.9919,300,300,10,0,1,0,0,1), + (15606,2385,0,0,0,-847.33,-858.309,22.2087,5.01829,300,300,5,0,840,0,0,1), + (15607,2241,0,0,0,205.793,-869.17,157.195,5.30866,300,300,5,0,1213,0,0,1), + (15608,2375,0,0,0,-1182.58,154.447,-3.6557,5.53321,300,300,10,0,1016,0,0,1), + (15609,2375,0,0,0,-1218.74,206.015,-9.39426,1.09328,300,300,10,0,1016,0,0,1), + (15610,2349,0,0,0,-700.294,-151.442,40.6473,6.25594,300,300,5,0,664,0,0,1), + (15611,2354,0,0,0,-443.623,-688.811,51.1003,2.29855,300,300,10,0,742,0,0,1), + (15612,2384,0,0,0,-479.494,-533.574,44.9621,0.743985,300,300,5,0,617,0,0,1), + (15613,2372,0,0,0,-1000.42,-1002.04,42.7183,4.31713,300,300,5,0,788,0,0,1), + (15614,2354,0,0,0,-460.186,-753.091,53.3417,3.78139,300,300,10,0,742,0,0,1), + (15615,2349,0,0,0,-753.292,185.533,51.6713,3.00633,300,300,5,0,664,0,0,1), + (15616,2354,0,0,0,-521.031,-734.28,52.361,1.66852,300,300,10,0,742,0,0,1), + (15617,2356,0,0,0,-680.263,-179.913,41.8462,0.680252,300,300,5,0,944,0,0,1), + (15618,2376,0,0,0,-1015.79,-478.528,-4.09571,3.21989,300,300,10,0,898,852,0,1), + (15619,2384,0,0,0,-462.066,-818.265,47.2322,1.90373,300,300,10,0,617,0,0,1), + (15620,2267,0,0,0,-533.862,114.142,56.9237,2.9147,300,300,0,0,664,0,0,0), + (15621,2370,0,0,0,-1283.01,-853.614,-5.33732,4.82763,300,300,10,0,812,811,0,1), + (15622,2376,0,0,0,-1064.58,-339.584,-1,5.73382,300,300,10,0,898,852,0,1), + (15623,2244,0,0,0,-604.448,-1008.66,55.5207,0.069813,300,300,0,0,441,1272,0,0), + (15624,2370,0,0,0,-1394.26,-947.338,-6.04862,2.33995,300,300,10,0,812,811,0,1), + (15625,2268,0,0,0,-542.924,107.381,56.6959,5.13127,300,300,0,0,734,0,0,0), + (15626,2268,0,0,0,-590.096,108.012,51.7246,0.291457,300,300,5,0,734,0,0,1), + (15627,2376,0,0,0,-1116.96,-346.26,-7.88976,1.56756,300,300,10,0,898,852,0,1), + (15628,620,0,0,0,-463.237,110.916,57.4473,3.3575,300,300,5,0,1,0,0,1), + (15629,2348,0,0,0,-717.347,-748.891,10.1809,5.5116,300,300,5,0,788,0,0,1), + (15630,2370,0,0,0,-1418,-976.63,-5.05381,1.06665,300,300,10,0,812,811,0,1), + (15631,2356,0,0,0,-365.631,-1719.53,90.7495,1.79349,300,300,3,0,944,0,0,1), + (15632,2376,0,0,0,-1057.96,-442.231,-5.63337,2.72421,300,300,10,0,898,852,0,1), + (15633,2442,0,0,0,-568.322,-113.526,47.6385,0.71739,300,300,5,0,1,0,0,1), + (15634,721,0,0,0,-570.486,-126.033,50.6385,0.998136,300,300,10,0,1,0,0,1), + (15635,2442,0,0,0,-338.753,55.3219,55.5409,2.56105,300,300,5,0,1,0,0,1), + (15636,2376,0,0,0,-1066.48,-87.1337,1.53241,5.11381,300,300,0,0,898,852,0,0), + (15637,2267,0,0,0,-459.92,97.9049,56.9202,1.98382,300,300,0,0,664,0,0,0), + (15638,2348,0,0,0,-724.587,-858.333,24.2535,4.10956,300,300,5,0,788,0,0,1), + (15639,620,0,0,0,-526.007,18.1682,49.3176,3.12987,300,300,5,0,1,0,0,1), + (15640,2267,0,0,0,-476.261,111.322,56.6969,4.95674,300,300,0,0,664,0,0,0), + (15641,2351,0,0,0,-663.373,458.214,75.5389,6.19712,300,300,3,0,677,0,0,1), + (15642,2387,0,0,0,-447.448,119.86,56.9962,2.64939,300,300,0,0,590,1633,0,0), + (15643,2442,0,0,0,-400.243,-52.7659,54.497,4.74729,300,300,0,0,1,0,0,0), + (15644,620,0,0,0,-463.58,-86.7091,54.5478,6.03821,300,300,5,0,1,0,0,1), + (15645,2376,0,0,0,-1074.79,-409.877,-6.75973,1.04076,300,300,10,0,898,852,0,1), + (15646,2376,0,0,0,-1016.61,-75.1017,3.88166,0.586234,300,300,10,0,898,852,0,1), + (15647,2356,0,0,0,-758.306,-49.6266,30.1268,0.251464,300,300,10,0,944,0,0,1), + (15648,2370,0,0,0,-1316.09,-1068.53,21.5356,2.40855,300,300,0,0,812,811,0,0), + (15649,2268,0,0,0,-575.362,8.58214,47.7337,4.59022,300,300,0,0,734,0,0,0), + (15650,2368,0,0,0,-1313.83,-1014.45,-0.217229,0.749631,300,300,10,0,896,0,0,1), + (15651,2368,0,0,0,-1308.16,-1075.08,24.0873,3.42844,300,300,10,0,896,0,0,1), + (15652,2370,0,0,0,-1308.75,-1026.17,9.28396,4.38631,300,300,10,0,812,811,0,1), + (15653,2368,0,0,0,-1354.18,-1045.19,11.0499,5.7391,300,300,10,0,896,0,0,1), + (15654,2368,0,0,0,-1297.21,-1054.61,22.339,4.42452,300,300,10,0,896,0,0,1), + (15655,2368,0,0,0,-1376.69,-1059.44,13.1171,2.11875,300,300,10,0,896,0,0,1), + (15656,2370,0,0,0,-1368.12,-1061.61,14.9921,4.43572,300,300,10,0,812,811,0,1), + (15657,2356,0,0,0,-831.404,291.294,41.6835,2.77103,300,300,10,0,944,0,0,1), + (15658,2349,0,0,0,-808.839,-75.948,26.0078,3.00278,300,300,10,0,664,0,0,1), + (15659,2368,0,0,0,-1275.24,-982.766,-0.669246,0.285279,300,300,10,0,896,0,0,1), + (15660,2356,0,0,0,-685.863,-89.7957,42.4598,4.25747,300,300,10,0,944,0,0,1), + (15661,2386,0,0,0,-645.255,-520.766,30.4377,1.32013,300,300,5,0,3330,0,0,1), + (15662,2357,0,0,0,-783.566,-603.281,15.2348,2.32129,300,300,0,0,1764,0,0,0), + (15663,2372,0,0,0,-936.949,-932.477,30.4557,1.37881,300,300,0,0,788,0,0,0), + (15664,2386,0,0,0,-798.237,-599.039,15.2765,2.27719,300,300,5,0,3330,0,0,1), + (15665,3543,0,0,0,-815.529,-572.187,15.3116,4.53786,300,300,0,0,2284,0,0,0), + (15666,2386,0,0,0,-726.342,-489.61,25.6367,5.27657,300,300,10,0,3330,0,0,1), + (15667,2386,0,0,0,-678.191,-424.029,31.6365,2.69983,300,300,0,0,3330,0,0,0), + (15668,2386,0,0,0,-698.479,-430.694,31.6317,2.37677,300,300,5,0,3330,0,0,2), + (15669,2373,0,0,0,-955.81,-934.95,30.4312,1.74533,300,300,0,0,665,1812,0,0), + (15670,2261,0,0,0,-539.777,-1356.7,64.7539,1.06898,300,300,3,0,494,0,0,1), + (15671,2348,0,0,0,-918.024,-809.775,23.1117,6.134,300,300,10,0,788,0,0,1), + (15672,2386,0,0,0,-664.517,-443.824,31.5638,0.930741,300,300,5,0,3330,0,0,2), + (15673,2261,0,0,0,-464.062,-1313.02,64.1909,4.41246,300,300,3,0,494,0,0,1), + (15674,2386,0,0,0,-713.946,-429.513,26.5985,2.4573,300,300,0,0,3330,0,0,0), + (15675,2356,0,0,0,-910.833,-1111.2,48.4799,1.06256,300,300,10,0,944,0,0,1), + (15676,2261,0,0,0,-409.541,-1338.12,64.9568,0.515541,300,300,3,0,494,0,0,1), + (15677,2356,0,0,0,-644.092,-929.563,35.8359,3.57468,300,300,10,0,944,0,0,1), + (15678,2386,0,0,0,-691.709,-605.515,27.9243,2.15873,300,300,5,0,3330,0,0,1), + (15679,2261,0,0,0,-434.324,-1326.11,64.6909,6.12869,300,300,3,0,494,0,0,1), + (15680,2356,0,0,0,-615.59,-1021.85,66.6835,5.5116,300,300,5,0,944,0,0,1), + (15681,2374,0,0,0,-985.561,281.326,5.83632,1.82573,300,300,10,0,978,0,0,1), + (15682,2354,0,0,0,-597.943,-395.933,39.4792,5.09656,300,300,10,0,742,0,0,1), + (15683,2375,0,0,0,-972.917,327.084,0.598005,5.54455,300,300,10,0,1016,0,0,1), + (15684,2374,0,0,0,-969.795,325.382,2.34319,3.26377,300,300,0,0,978,0,0,0), + (15685,2374,0,0,0,-1011.77,278.665,2.00871,1.65296,300,300,10,0,978,0,0,1), + (15686,2345,0,0,0,-1293.69,-1173.99,37.9713,1.88496,300,300,0,0,2941,0,0,0), + (15687,2375,0,0,0,-965.577,359.264,-1.6333,0.403597,300,300,10,0,1016,0,0,1), + (15688,2385,0,0,0,-1180.64,-1053.61,45.4648,1.46704,300,300,10,0,840,0,0,1), + (15689,2375,0,0,0,-1015.19,306.935,-5.3397,0.675551,300,300,10,0,1016,0,0,1), + (15690,2375,0,0,0,-981.878,284.602,5.9805,3.43435,300,300,10,0,1016,0,0,1), + (15691,2374,0,0,0,-981.974,315.614,0.426113,4.92183,300,300,0,0,978,0,0,0), + (15692,2348,0,0,0,-835.943,-866.521,22.0083,3.73748,300,300,5,0,788,0,0,1), + (15693,2349,0,0,0,-648.301,-983.482,45.5282,6.23969,300,300,10,0,664,0,0,1), + (15694,2503,0,0,0,-717.893,46.2339,11.1638,5.67433,300,300,3,0,840,0,0,1), + (15695,2269,0,0,0,-765.575,42.9053,14.079,5.93412,300,300,0,0,788,0,0,0), + (15696,2269,0,0,0,-732.801,67.2347,9.97272,0.418879,300,300,0,0,788,0,0,0), + (15697,2269,0,0,0,-784.233,35.869,14.3469,2.72271,300,300,0,0,788,0,0,0), + (15698,2371,0,0,0,-1058.09,-764.871,-1.33792,4.06048,300,300,10,0,935,878,0,1), + (15699,2345,0,0,0,-1201.71,-1222.65,41.5686,2.53679,300,300,5,0,2941,0,0,1), + (15700,2348,0,0,0,-948.417,-888.672,27.3066,0.152961,300,300,10,0,788,0,0,1), + (15701,2371,0,0,0,-1097.99,-817.852,8.82432,1.5708,300,300,0,0,935,878,0,0), + (15704,2371,0,0,0,-1063.68,-801.098,6.78104,5.38308,300,300,10,0,935,878,0,1), + (15706,2369,0,0,0,-1135.41,-846.867,16.9523,1.93731,300,300,0,0,1050,0,0,0), + (15707,2369,0,0,0,-1178.94,-812.624,-2.32381,0.507597,300,300,10,0,1050,0,0,1), + (15708,2371,0,0,0,-1126.08,-822.4,10.1914,2.15438,300,300,10,0,935,878,0,1), + (15709,2356,0,0,0,-300.846,-1447.99,83.7408,3.2296,300,300,10,0,944,0,0,1), + (15710,2374,0,0,0,-1147.55,11.2227,0.458738,3.65214,300,300,10,0,978,0,0,1), + (15711,2375,0,0,0,-1142.2,21.2048,1.73791,2.19912,300,300,0,0,1016,0,0,0), + (15712,2369,0,0,0,-1149.39,-798.996,-0.765495,3.43492,300,300,10,0,1050,0,0,1), + (15713,2344,0,0,0,-1267.65,-1142.77,37.7886,2.97201,300,300,10,0,2379,756,0,1), + (15714,2368,0,0,0,-1229.2,-902.415,1.8385,1.82206,300,300,10,0,896,0,0,1), + (15715,2344,0,0,0,-1262.7,-1158.43,40.57,0.518991,300,300,10,0,2379,756,0,1), + (15716,2349,0,0,0,-282.28,-1540.45,92.3671,0.47064,300,300,10,0,664,0,0,1), + (15717,2344,0,0,0,-1296.84,-1137.22,35.387,2.14295,300,300,10,0,2379,756,0,1), + (15718,2370,0,0,0,-1248.91,-942.491,2.65923,4.3853,300,300,10,0,812,811,0,1), + (15719,2369,0,0,0,-1194.24,-871.559,5.94123,0.168679,300,300,10,0,1050,0,0,1), + (15720,2375,0,0,0,-1122.55,13.8239,3.0493,5.76354,300,300,10,0,1016,0,0,1), + (15721,2349,0,0,0,-381.997,-1119.95,43.5124,2.84022,300,300,5,0,664,0,0,1), + (15722,2368,0,0,0,-1382.67,-1040.55,1.47095,0.266766,300,300,10,0,896,0,0,1), + (15723,2356,0,0,0,-149.249,-1187.73,56.6616,2.70944,300,300,10,0,944,0,0,1), + (15724,2375,0,0,0,-1082.42,262.185,4.76606,4.06021,300,300,10,0,1016,0,0,1), + (15725,2370,0,0,0,-1236.58,-985.058,16.7725,3.21141,300,300,0,0,812,811,0,0), + (15726,2374,0,0,0,-1144.11,38.647,2.00261,5.06951,300,300,10,0,978,0,0,1), + (15727,2368,0,0,0,-1213.95,-856.092,-2.41629,1.2502,300,300,10,0,896,0,0,1), + (15728,2374,0,0,0,-1103.51,264.619,2.88381,0.509238,300,300,10,0,978,0,0,1), + (15729,2370,0,0,0,-1241.35,-973.99,10.9227,1.15853,300,300,10,0,812,811,0,1), + (15730,2368,0,0,0,-1225.54,-913.354,6.5885,5.67414,300,300,10,0,896,0,0,1), + (15731,2374,0,0,0,-1153.38,27.9846,-0.541262,0.823467,300,300,10,0,978,0,0,1), + (15732,2375,0,0,0,-1108.23,247.666,3.88381,5.15215,300,300,10,0,1016,0,0,1), + (15733,2265,0,0,0,-563.081,22.963,48.2427,1.57401,300,300,0,0,580,0,0,0), + (15734,2375,0,0,0,-1186.33,21.075,-8.37473,1.91802,300,300,10,0,1016,0,0,1), + (15735,2368,0,0,0,-1252.3,-995.088,10.4783,2.99473,300,300,10,0,896,0,0,1), + (15736,2374,0,0,0,-1118.84,255.641,1.17793,2.16421,300,300,0,0,978,0,0,0), + (15737,2349,0,0,0,-907.004,75.693,35.3689,2.17265,300,300,10,0,664,0,0,1), + (15738,2348,0,0,0,-1082.36,-1254.11,54.3046,2.53949,300,300,10,0,788,0,0,1), + (15739,2356,0,0,0,-1001.48,-140.175,16.1595,3.18454,300,300,5,0,944,0,0,1), + (15740,2349,0,0,0,-753.661,-46.792,29.756,2.07638,300,300,10,0,664,0,0,1), + (15741,2375,0,0,0,-1111.74,286.251,-1.23748,3.12206,300,300,10,0,1016,0,0,1), + (15742,2375,0,0,0,-1034.3,272.119,2.67204,5.74963,300,300,10,0,1016,0,0,1), + (15743,2375,0,0,0,-1163.77,96.8125,1.76664,5.41052,300,300,0,0,1016,0,0,0), + (15744,2375,0,0,0,-1102.11,280.263,0.827282,1.22173,300,300,0,0,1016,0,0,0), + (15745,2348,0,0,0,-1090.93,-1139.18,50.3798,2.60047,300,300,10,0,788,0,0,1), + (15746,2374,0,0,0,-1129.13,230.396,0.300731,0.062541,300,300,10,0,978,0,0,1), + (15747,2374,0,0,0,-1176.57,102.856,-0.78427,4.10152,300,300,0,0,978,0,0,0), + (15748,2375,0,0,0,-1155.24,50.7511,-0.747386,3.85219,300,300,10,0,1016,0,0,1), + (15749,2374,0,0,0,-1170.22,113.849,1.29036,1.15192,300,300,0,0,978,0,0,0), + (15750,2375,0,0,0,-1145.12,184.492,1.9518,0.448452,300,300,10,0,1016,0,0,1), + (15751,2387,0,0,0,-477.307,101.972,56.9653,1.00695,300,300,5,0,590,1633,0,1), + (15752,2375,0,0,0,-1154.16,169.146,0.997761,5.13127,300,300,10,0,1016,0,0,1), + (15753,2375,0,0,0,-1131.54,203.149,3.67675,2.02458,300,300,0,0,1016,0,0,0), + (15754,2374,0,0,0,-1146.47,174.013,2.73987,3.59538,300,300,10,0,978,0,0,1), + (15755,2269,0,0,0,-708.115,156.299,19.1837,4.99164,300,300,0,0,788,0,0,0), + (15756,2374,0,0,0,-1093.65,8.58892,7.98012,3.28122,300,300,0,0,978,0,0,0), + (15757,2375,0,0,0,-1152.48,112.968,8.37945,1.24368,300,300,10,0,1016,0,0,1), + (15758,2375,0,0,0,-1087.7,1.44276,4.10512,4.45059,300,300,0,0,1016,0,0,0), + (15759,2440,0,0,0,197.786,-877.11,158.109,4.78783,300,300,5,0,1159,0,0,1), + (15760,2349,0,0,0,-49.1415,-1239.2,65.6833,2.43085,300,300,10,0,664,0,0,1), + (15761,2375,0,0,0,-1085.29,-16.9984,0.839861,1.3556,300,300,10,0,1016,0,0,1), + (15762,2214,0,0,0,-611.302,401.456,83.1437,0.401426,300,300,0,0,1240,0,0,0), + (15763,2351,0,0,0,155.689,-956.085,73.7249,1.75327,300,300,5,0,677,0,0,1), + (15764,2350,0,0,0,172.187,-977.416,74.1867,4.95475,300,300,5,0,494,0,0,1), + (15765,2351,0,0,0,197.716,-1133.85,52.7841,0.912655,300,300,10,0,677,0,0,1), + (15766,2350,0,0,0,115.691,-1120.33,44.6396,1.96183,300,300,10,0,494,0,0,1), + (15767,2351,0,0,0,144.273,-1117.28,52.5055,1.44547,300,300,10,0,677,0,0,1), + (15768,2350,0,0,0,182.049,-1094.62,58.9926,3.40647,300,300,10,0,494,0,0,1), + (15769,2350,0,0,0,208.369,-1175.18,48.4631,2.06328,300,300,10,0,494,0,0,1), + (15770,2350,0,0,0,195.406,-1084.31,65.7823,1.15904,300,300,10,0,494,0,0,1), + (15771,2350,0,0,0,107.641,-937.21,67.9427,0.226506,300,300,5,0,494,0,0,1), + (15772,2351,0,0,0,64.3895,-1070.99,53.882,0.782636,300,300,10,0,677,0,0,1), + (15773,2350,0,0,0,94.1743,-971.394,61.7514,2.59431,300,300,10,0,494,0,0,1), + (15774,2350,0,0,0,108.132,-833.398,78.8084,1.79048,300,300,5,0,494,0,0,1), + (15775,2350,0,0,0,83.3307,-880.526,68.9119,4.45367,300,300,5,0,494,0,0,1), + (15776,2351,0,0,0,78.4173,-777.277,70.6458,4.70745,300,300,10,0,677,0,0,1), + (15777,2350,0,0,0,187.574,-741.51,97.9369,2.81737,300,300,10,0,494,0,0,1), + (15778,2351,0,0,0,216.231,-730.541,105.681,5.85945,300,300,3,0,677,0,0,1), + (15779,2351,0,0,0,115.154,-686.249,90.0052,3.54059,300,300,10,0,677,0,0,1), + (15780,2351,0,0,0,209.679,-668.532,109.223,5.76516,300,300,5,0,677,0,0,1), + (15781,2350,0,0,0,110.183,-653.619,91.221,0.246875,300,300,3,0,494,0,0,1), + (15782,2268,0,0,0,-446.198,30.0496,54.0661,4.5204,300,300,0,0,734,0,0,0), + (15783,2354,0,0,0,-607.447,-422.951,38.1004,5.5749,300,300,10,0,742,0,0,1), + (15784,2351,0,0,0,58.7816,-706.181,78.2804,1.67066,300,300,10,0,677,0,0,1), + (15785,2349,0,0,0,-949.549,139.914,45.4527,1.51606,300,300,3,0,664,0,0,1), + (15786,2267,0,0,0,-485.65,80.8341,56.9004,3.86654,300,300,5,0,664,0,0,1), + (15787,2349,0,0,0,-985.572,0.575147,33.3112,3.63057,300,300,3,0,664,0,0,1), + (15788,2260,0,0,0,-572.742,-1047.91,60.7267,0.568314,300,300,3,0,531,0,0,1), + (15789,2261,0,0,0,-634.535,-1038.21,62.3357,3.1765,300,300,0,0,494,0,0,0), + (15790,2261,0,0,0,-586.496,-1078.82,65.8181,3.67051,300,300,5,0,494,0,0,2), + (15791,2244,0,0,0,-581.42,-1066.28,65.9611,5.34071,300,300,0,0,441,1272,0,0), + (15792,2244,0,0,0,-638.437,-1025.28,67.2314,4.43314,300,300,3,0,441,1272,0,1), + (15793,2260,0,0,0,-626.829,-1046.53,64.5422,3.09189,300,300,0,0,531,0,0,0), + (15794,2261,0,0,0,-617.645,-1079.6,65.8402,2.55686,300,300,5,0,494,0,0,2), + (15795,2261,0,0,0,-671.125,-1083.69,57.4729,4.08407,300,300,0,0,494,0,0,0), + (15796,2260,0,0,0,-639.576,-1047.93,61.9746,0.659769,300,300,5,0,531,0,0,1), + (15797,2244,0,0,0,-667.731,-1068.81,61.7843,3.12414,300,300,3,0,441,1272,0,1), + (15798,2369,0,0,0,-1011.14,-587.822,-3.16486,4.93061,300,300,10,0,1050,0,0,1), + (15799,2270,0,0,0,-918.58,219.531,10.1827,3.54986,300,300,5,0,840,0,0,2), + (15800,2261,0,0,0,-615.279,-1096.56,67.6339,5.02655,300,300,3,0,494,0,0,1), + (15801,2267,0,0,0,-610.208,-10.3735,46.2024,3.59161,300,300,5,0,664,0,0,1), + (15802,2349,0,0,0,-757.255,115.974,42.0158,4.75533,300,300,10,0,664,0,0,1), + (15803,2270,0,0,0,-886.373,216.164,8.92925,1.88829,300,300,5,0,840,0,0,1), + (15804,2270,0,0,0,-868.207,240.835,10.4293,3.05381,300,300,3,0,840,0,0,1), + (15805,2270,0,0,0,-915.231,182.212,23.2813,2.78648,300,300,3,0,840,0,0,1), + (15806,2269,0,0,0,-818.565,164.776,2.56275,5.61996,300,300,0,0,788,0,0,0), + (15807,2269,0,0,0,-837.805,202.875,7.11099,6.26573,300,300,0,0,788,0,0,0), + (15808,2376,0,0,0,-1011.84,-129.803,11.1552,2.1293,300,300,0,0,898,852,0,0), + (15809,2503,0,0,0,-808.738,149.834,1.87165,2.87208,300,300,5,0,840,0,0,1), + (15810,2269,0,0,0,-831.809,180.525,3.66789,3.57792,300,300,0,0,788,0,0,0), + (15811,2269,0,0,0,-793.782,147.762,2.4743,5.96903,300,300,0,0,788,0,0,0), + (15812,2269,0,0,0,-846.041,100.189,4.02172,3.03687,300,300,0,0,788,0,0,0), + (15813,2348,0,0,0,-1153.13,-1064.42,43.9334,1.30591,300,300,10,0,788,0,0,1), + (15814,2269,0,0,0,-834.196,65.6549,2.36667,0.436332,300,300,0,0,788,0,0,0), + (15815,2269,0,0,0,-869.394,61.9262,2.83463,3.59538,300,300,0,0,788,0,0,0), + (15816,2269,0,0,0,-840.58,79.3419,3.71694,0.174533,300,300,0,0,788,0,0,0), + (15817,2350,0,0,0,40.4206,-746.088,71.1263,5.3188,300,300,10,0,494,0,0,1), + (15818,2351,0,0,0,-215.806,-1074.12,44.7247,0.248504,300,300,10,0,677,0,0,1), + (15819,2377,0,0,0,-1068.23,-223.983,2.85766,0.677367,300,300,10,0,931,878,0,1), + (15820,2356,0,0,0,-805.364,91.4179,37.0051,0.160089,300,300,5,0,944,0,0,1), + (15821,2269,0,0,0,-860.562,79.8099,3.95971,1.85005,300,300,0,0,788,0,0,0), + (15822,2269,0,0,0,-848.666,55.4627,3.89097,4.31096,300,300,0,0,788,0,0,0), + (15823,2356,0,0,0,-781.78,127.34,43.5662,5.31015,300,300,10,0,944,0,0,1), + (15824,2351,0,0,0,-90.6082,-1077.51,45.6839,1.03179,300,300,10,0,677,0,0,1), + (15825,2349,0,0,0,-805.057,132.111,43.4066,1.0468,300,300,5,0,664,0,0,1), + (15826,2376,0,0,0,-1075,-125,1.94492,1.28027,300,300,10,0,898,852,0,1), + (15827,1933,0,0,0,-888.653,-438.324,8.68022,3.94408,300,300,10,0,14,0,0,1), + (15828,2348,0,0,0,-1049.22,-1117.64,44.9888,3.51085,300,300,10,0,788,0,0,1), + (15829,2261,0,0,0,-432.179,-1405.26,98.5877,2.16686,300,300,3,0,494,0,0,1), + (15830,2261,0,0,0,-449.12,-1546.14,65.1909,4.73355,300,300,3,0,494,0,0,1), + (15831,2261,0,0,0,-445.459,-1559.73,65.0659,2.50852,300,300,3,0,494,0,0,1), + (15832,2244,0,0,0,-444.964,-1554.26,65.0659,4.93516,300,300,3,0,441,1272,0,1), + (15833,2267,0,0,0,-574.721,-23.1062,46.4619,6.16314,300,300,5,0,664,0,0,1), + (15834,2350,0,0,0,-439.264,-957.117,35.8858,3.64546,300,300,5,0,494,0,0,1), + (15835,2385,0,0,0,-666.099,-775.35,14.2944,3.39036,300,300,5,0,840,0,0,1), + (15836,2385,0,0,0,-1026.26,-889.802,36.7849,2.62038,300,300,10,0,840,0,0,1), + (15837,2356,0,0,0,-735.729,-180.585,37.4502,0.017576,300,300,5,0,944,0,0,1), + (15838,2260,0,0,0,-594.373,-1525.63,53.6946,5.26328,300,300,0,0,531,0,0,0), + (15839,14280,0,0,0,-451.793,-1686.39,85.388,1.55137,43200,43200,0,0,1080,0,0,0), + (15840,2354,0,0,0,-506.029,-639.508,42.91,5.67254,300,300,10,0,742,0,0,1), + (15841,2372,0,0,0,-946.504,-1013.25,30.4729,2.52287,300,300,5,0,788,0,0,1), + (15842,2356,0,0,0,-185.838,-1326.63,101.229,1.40404,300,300,5,0,944,0,0,1), + (15843,2349,0,0,0,-913.493,-361.534,33.5272,3.40219,300,300,10,0,664,0,0,1), + (15844,2372,0,0,0,-937.706,-959.999,30.4531,1.20107,300,300,5,0,788,0,0,1), + (15845,2372,0,0,0,-919.259,-934.739,30.4115,0.488692,300,300,0,0,788,0,0,0), + (15846,2356,0,0,0,-722.575,86.4662,40.9657,0.475582,300,300,10,0,944,0,0,1), + (15847,2372,0,0,0,-948.27,-979.894,30.4729,1.76262,300,300,5,0,788,0,0,1), + (15848,2349,0,0,0,-790.396,19.3241,33.0959,5.92816,300,300,5,0,664,0,0,1), + (15849,2356,0,0,0,-942.348,125.093,45.2666,3.97392,300,300,10,0,944,0,0,1), + (15850,2304,0,0,0,-1312.83,-1209.42,49.986,5.3058,300,300,0,0,3171,0,0,0), + (15851,2349,0,0,0,-953.632,-97.4644,22.9297,4.42711,300,300,10,0,664,0,0,1), + (15852,2349,0,0,0,-843.959,-222.429,38.0617,0.22431,300,300,0,0,664,0,0,0), + (15853,2349,0,0,0,-996.607,-168.921,30.7999,4.59288,300,300,3,0,664,0,0,1), + (15854,2372,0,0,0,-942.207,-915.602,27.8461,0.05229,300,300,10,0,788,0,0,1), + (15855,2356,0,0,0,-953.82,-309.01,57.5317,4.8061,300,300,10,0,944,0,0,1), + (15856,2349,0,0,0,-876.975,-199.34,41.9151,1.11106,300,300,5,0,664,0,0,1), + (15857,2349,0,0,0,-855.517,51.8557,33.8432,4.48441,300,300,5,0,664,0,0,1), + (15858,2345,0,0,0,-1335.71,-1223.83,49.9869,5.35816,300,300,0,0,2941,0,0,0), + (15859,2349,0,0,0,-904.085,-298.646,51.1379,0.883556,300,300,5,0,664,0,0,1), + (15860,2344,0,0,0,-1346.93,-1258.81,49.9014,2.20582,300,300,5,0,2379,756,0,2), + (15861,2356,0,0,0,-717.341,-307.902,18.2617,0.280982,300,300,10,0,944,0,0,1), + (15862,2344,0,0,0,-1315.29,-1207.47,49.9872,4.41568,300,300,0,0,2379,756,0,0), + (15863,2356,0,0,0,-829.649,-372.96,19.0983,4.17532,300,300,10,0,944,0,0,1), + (15864,2344,0,0,0,-1342.95,-1254.36,50.3736,3.94444,300,300,5,0,2379,756,0,1), + (15865,2344,0,0,0,-1334.77,-1262.71,50.4082,0.942478,300,300,5,0,2379,756,0,1), + (15866,2349,0,0,0,-974.094,-241.838,58.836,4.73777,300,300,10,0,664,0,0,1), + (15867,721,0,0,0,-952.687,-278.076,61.2686,5.59873,300,300,10,0,1,0,0,1), + (15868,2356,0,0,0,-409.194,-1718.52,88.3221,4.35617,300,300,10,0,944,0,0,1), + (15869,2345,0,0,0,-1273.54,-1177.07,38.6679,1.15192,300,300,0,0,2941,0,0,0), + (15870,2346,0,0,0,-1216.61,-1195.84,41.4005,0.506145,300,300,0,0,2512,811,0,0), + (15871,2267,0,0,0,-496.25,-66.4632,55.1484,2.49582,300,300,0,0,664,0,0,0), + (15872,2348,0,0,0,-751.086,-916.108,32.0467,2.53837,300,300,5,0,788,0,0,1), + (15873,2385,0,0,0,-1050.34,-1184.69,50.7841,3.52726,300,300,10,0,840,0,0,1), + (15874,2345,0,0,0,-1310.65,-1220.72,23.0402,5.91667,300,300,0,0,2941,0,0,0), + (15875,2346,0,0,0,-1316.33,-1230.16,24.4298,5.32325,300,300,0,0,2512,811,0,0), + (15876,2346,0,0,0,-1307.74,-1240.31,24.4296,2.30383,300,300,0,0,2512,811,0,0), + (15877,2270,0,0,0,-887.845,188.292,15.6899,0.068386,300,300,5,0,840,0,0,1), + (15878,2350,0,0,0,-180.958,-1035.07,49.727,5.48398,300,300,10,0,494,0,0,1), + (15879,2270,0,0,0,-885.788,153.941,24.7464,0.241637,300,300,3,0,840,0,0,1), + (15880,2351,0,0,0,-92.2192,-1049.1,45.9574,0.295124,300,300,5,0,677,0,0,1), + (15881,2344,0,0,0,-1292.91,-1232.05,23.0402,2.68781,300,300,0,0,2379,756,0,0), + (15882,2351,0,0,0,-154.869,-1083.22,44.9834,1.20699,300,300,5,0,677,0,0,1), + (15883,2356,0,0,0,-780.306,29.5933,33.9577,4.48398,300,300,5,0,944,0,0,1), + (15884,2373,0,0,0,-914.789,-957.276,30.7735,4.40343,300,300,5,0,665,1812,0,1), + (15885,2373,0,0,0,-920.913,-985.44,30.4711,0.994206,300,300,10,0,665,1812,0,1), + (15886,4075,0,0,0,-87.7202,-868.858,55.263,2.24301,300,300,5,0,8,0,0,1), + (15887,2354,0,0,0,-554.745,-226.27,50.1099,4.76431,300,300,10,0,742,0,0,1), + (15888,2384,0,0,0,-156.645,-456.74,76.9884,4.00864,300,300,10,0,617,0,0,1), + (15889,2354,0,0,0,-442.43,-241.807,67.344,1.67843,300,300,3,0,742,0,0,1), + (15890,4075,0,0,0,-129.93,-904.602,55.3269,1.41392,300,300,5,0,8,0,0,1), + (15891,2284,0,0,0,0.350253,-946.004,62.022,1.62316,90,90,0,0,138,0,0,0), + (15892,2284,0,0,0,-7.60962,-943.344,62.0204,0.523599,90,90,0,0,138,0,0,0), + (15893,2284,0,0,0,0.299552,-938.505,61.935,3.49132,90,90,0,0,138,0,0,0), + (15894,4075,0,0,0,-45.6027,-920.275,54.7737,4.93786,300,300,5,0,8,0,0,1), + (15895,2503,0,0,0,-800.213,77.8262,5.58646,4.54438,300,300,5,0,840,0,0,1), + (15896,2354,0,0,0,-405.116,-165.273,57.387,4.89867,300,300,10,0,742,0,0,1), + (15897,2269,0,0,0,-786.471,92.4715,8.23386,6.05629,300,300,0,0,788,0,0,0), + (15898,2305,0,0,0,-794.957,67.9863,9.08155,2.74017,300,300,0,0,852,852,0,0), + (15899,2269,0,0,0,-804.699,102.197,6.67608,0.837758,300,300,0,0,788,0,0,0), + (15900,2354,0,0,0,-509.07,-231.847,52.4347,1.60984,300,300,10,0,742,0,0,1), + (15901,2269,0,0,0,-822.862,140.313,2.78694,6.16101,300,300,0,0,788,0,0,0), + (15902,2384,0,0,0,-372.388,-142.822,60.1211,2.07381,300,300,10,0,617,0,0,1), + (15903,2503,0,0,0,-827.768,143.352,2.10596,4.14994,300,300,3,0,840,0,0,1), + (15904,2503,0,0,0,-761.155,70.6597,11.9846,1.13283,300,300,5,0,840,0,0,1), + (15905,2349,0,0,0,-231.296,-40.2485,68.282,4.95476,300,300,3,0,664,0,0,1), + (15906,2350,0,0,0,-145.794,-1018.89,49.4312,1.69999,300,300,5,0,494,0,0,1), + (15907,2269,0,0,0,-753.759,63.1653,12.3501,4.81711,300,300,0,0,788,0,0,0), + (15908,2269,0,0,0,-750.529,92.1614,12.354,2.51327,300,300,0,0,788,0,0,0), + (15909,2269,0,0,0,-775.06,81.9661,11.1969,1.48353,300,300,0,0,788,0,0,0), + (15910,2503,0,0,0,-812.38,127.538,15.2334,2.59262,300,300,3,0,840,0,0,1), + (15911,2269,0,0,0,-733.271,95.0208,13.8402,5.35816,300,300,0,0,788,0,0,0), + (15912,2269,0,0,0,-773.183,117.194,16.2856,1.22173,300,300,0,0,788,0,0,0), + (15913,2503,0,0,0,-730.465,120.743,18.7549,0.249042,300,300,3,0,840,0,0,1), + (15914,2356,0,0,0,-257.809,-123.868,72.527,1.08276,300,300,10,0,944,0,0,1), + (15915,2269,0,0,0,-740.655,132.525,20.4905,2.54818,300,300,0,0,788,0,0,0), + (15916,2269,0,0,0,-751.105,106.233,14.4266,4.31096,300,300,0,0,788,0,0,0), + (15917,2269,0,0,0,-754.967,177.304,22.9019,2.14675,300,300,0,0,788,0,0,0), + (15918,2503,0,0,0,-720.836,127.914,21.2886,0.90544,300,300,3,0,840,0,0,1), + (15919,2503,0,0,0,-780.465,118.392,15.9959,6.18421,300,300,3,0,840,0,0,1), + (15920,2349,0,0,0,-219.502,-114.448,79.7089,-2.50544,300,300,3,0,664,0,0,1), + (15921,2269,0,0,0,-801.495,164.293,20.2229,4.08407,300,300,0,0,788,0,0,0), + (15922,2269,0,0,0,-769.062,160.931,21.3047,5.11381,300,300,0,0,788,0,0,0), + (15923,2503,0,0,0,-865.553,186.77,16.0791,3.22461,300,300,5,0,840,0,0,2), + (15924,2277,0,0,0,-817.945,-551.606,15.4026,1.79769,300,300,0,0,1605,0,0,0), + (15925,2386,0,0,0,-774.112,-530.455,20.5903,3.07312,300,300,5,0,3330,0,0,1), + (15926,2269,0,0,0,-808.512,183.63,20.5318,0.436332,300,300,0,0,788,0,0,0), + (15927,2386,0,0,0,-720.244,-525.48,23.8043,5.2589,300,300,10,0,3330,0,0,1), + (15928,2386,0,0,0,-876.279,-542.11,7.71938,6.18679,300,300,5,0,3330,0,0,1), + (15929,2386,0,0,0,-677.245,-593.36,29.3061,4.33442,300,300,10,0,3330,0,0,1), + (15930,2363,0,0,0,-814.043,-560.325,16.4919,2.05949,300,300,0,0,1528,0,0,0), + (15931,2269,0,0,0,-830.034,186.308,20.8517,5.02655,300,300,0,0,788,0,0,0), + (15932,2270,0,0,0,-857.475,198.484,17.512,3.83494,300,300,0,0,840,0,0,0), + (15933,2380,0,0,0,-818.228,-563.156,16.4909,1.06465,300,300,0,0,1930,0,0,0), + (15934,2386,0,0,0,-797.664,-511.618,18.7153,2.33625,300,300,5,0,3330,0,0,1), + (15935,2386,0,0,0,-844.165,-537.494,12.3683,1.64509,300,300,5,0,3330,0,0,1), + (15936,9978,0,0,0,-854.463,-546.697,11.1855,1.65806,300,300,0,0,1605,0,0,0), + (15937,2438,0,0,0,-784.662,-515.103,17.7243,3.45575,300,300,0,0,1764,0,0,0), + (15939,2372,0,0,0,-866.23,-959.357,32.3744,3.24144,300,300,5,0,788,0,0,1), + (15940,2386,0,0,0,-687.306,-545.26,27.9165,5.47293,300,300,10,0,3330,0,0,1), + (15941,2354,0,0,0,-681.814,-358.158,34.8029,5.07652,300,300,5,0,742,0,0,1), + (15942,2364,0,0,0,-863.837,-569.354,11.3463,6.12611,300,300,0,0,1846,0,0,0), + (15943,620,0,0,0,-753.823,-573.231,19.5524,1.55322,300,300,5,0,1,0,0,1), + (15944,2379,0,0,0,-706.285,-574.311,25.4187,1.3439,300,300,0,0,2016,0,0,0), + (15945,2372,0,0,0,-913.152,-922.824,31.7547,2.15176,300,300,10,0,788,0,0,1), + (15946,2373,0,0,0,-863.453,-972.389,30.5273,1.23918,300,300,0,0,665,1812,0,0), + (15947,2372,0,0,0,-886.941,-984.868,30.4711,5.27392,300,300,10,0,788,0,0,1), + (15948,2373,0,0,0,-887.514,-1026.75,30.4729,2.81519,300,300,5,0,665,1812,0,1), + (15949,2350,0,0,0,111.332,-761.011,70.7384,2.98571,300,300,10,0,494,0,0,1), + (15950,2372,0,0,0,-918.974,-1011.75,30.4729,1.066,300,300,10,0,788,0,0,1), + (15951,2373,0,0,0,-927.259,-946.972,31.3695,2.85981,300,300,5,0,665,1812,0,1), + (15952,2373,0,0,0,-903.485,-1054.08,30.4312,1.90241,300,300,0,0,665,1812,0,0), + (15953,2354,0,0,0,-314.358,-531.539,56.6564,4.66351,300,300,10,0,742,0,0,1), + (15954,2265,0,0,0,-596.723,69.8905,45.1122,4.91561,300,300,0,0,580,0,0,0), + (15955,2384,0,0,0,-259.05,-525.289,63.7853,4.02204,300,300,5,0,617,0,0,1), + (15956,2265,0,0,0,-596.716,46.1063,49.2383,4.67471,300,300,0,0,580,0,0,0), + (15957,2387,0,0,0,-590.247,30.4477,47.9837,1.18815,300,300,5,0,590,1633,0,1), + (15958,2265,0,0,0,-577.725,43.9947,49.9676,1.78024,300,300,0,0,580,0,0,0), + (15959,2267,0,0,0,-569.338,79.7551,53.84,4.2586,300,300,0,0,664,0,0,0), + (15960,2265,0,0,0,-536.466,69.2499,53.9965,0.925025,300,300,0,0,580,0,0,0), + (15961,2404,0,0,0,-547.664,39.1455,49.4283,4.85202,300,300,0,0,788,0,0,0), + (15962,2265,0,0,0,-548.913,55.2719,51.5509,1.85953,300,300,0,0,580,0,0,0), + (15963,2384,0,0,0,-343.537,-200.148,62.0073,5.17866,300,300,10,0,617,0,0,1), + (15964,2354,0,0,0,-357.105,-1177.88,57.8301,2.18264,300,300,10,0,742,0,0,1), + (15965,2350,0,0,0,-328.973,-1233.32,64.7256,2.53481,300,300,10,0,494,0,0,1), + (15966,2268,0,0,0,-500.698,63.0438,56.2812,4.71283,300,300,0,0,734,0,0,0), + (15967,2387,0,0,0,-529.079,98.8507,56.9004,0.067937,300,300,5,0,590,1633,0,1), + (15968,2268,0,0,0,-504.863,78.1568,56.6999,4.97419,300,300,0,0,734,0,0,0), + (15969,2244,0,0,0,-526.209,-1485.96,76.524,0,300,300,0,0,441,1272,0,0), + (15970,14276,0,0,0,-1169.36,136.213,0.331683,4.57671,43200,43200,0,0,1003,0,0,0), + (15971,2385,0,0,0,-686.351,-884.803,25.968,3.94177,300,300,5,0,840,0,0,1), + (15972,2356,0,0,0,-314.518,-1318.04,73.0841,0.38232,300,300,10,0,944,0,0,1), + (15973,14278,0,0,0,-883.28,-1036.26,30.4945,3.34493,43200,43200,0,0,896,0,0,2), + (15974,2347,0,0,0,-489.536,-1727.08,81.0306,5.61232,300,300,0,0,1753,0,0,0), + (15975,2354,0,0,0,-586.55,-487.772,35.5059,0.573873,300,300,10,0,742,0,0,1), + (15976,2436,0,0,0,-779.124,-541.825,18.2954,2.97205,300,300,5,0,1240,0,0,2), + (15977,2354,0,0,0,-405.951,-579.742,54.0416,5.26085,300,300,5,0,742,0,0,1), + (15978,2354,0,0,0,-388.602,-503.858,52.0591,1.33624,300,300,10,0,742,0,0,1), + (15979,2354,0,0,0,-460.51,-385.089,50.0196,3.87442,300,300,10,0,742,0,0,1), + (15980,2354,0,0,0,-426.953,-422.367,50.2764,3.74663,300,300,10,0,742,0,0,1), + (15981,2354,0,0,0,-482.575,-349.261,48.8531,2.75209,300,300,10,0,742,0,0,1), + (15982,620,0,0,0,-605.529,-52.7843,46.0306,2.89662,300,300,5,0,1,0,0,1), + (15983,2354,0,0,0,-553.116,-528.645,39.1927,2.3907,300,300,5,0,742,0,0,1), + (15984,2384,0,0,0,-437.881,-642.767,50.2695,2.19546,300,300,10,0,617,0,0,1), + (15985,2448,0,0,0,-504.812,122.342,59.1425,4.83456,300,300,0,0,783,0,0,0), + (15986,2387,0,0,0,-520.281,123.661,59.1425,4.10152,300,300,0,0,590,1633,0,0), + (15987,2335,0,0,0,-488.417,117.206,60.5016,3.15905,300,300,0,0,773,2175,0,0), + (15988,2387,0,0,0,-515.048,102.412,58.2404,0.663225,300,300,0,0,590,1633,0,0), + (15989,2387,0,0,0,-499.489,100.49,59.0596,3.79877,300,300,0,0,590,1633,0,0), + (15990,2356,0,0,0,-844.534,-263.891,37.0155,3.08047,300,300,0,0,944,0,0,0), + (15991,2356,0,0,0,-881.253,-379.278,23.3121,0.646431,300,300,10,0,944,0,0,1), + (15992,2268,0,0,0,-515.851,36.3808,49.7429,4.13643,300,300,0,0,734,0,0,0), + (15993,2387,0,0,0,-505.131,40.7924,51.101,4.46351,300,300,5,0,590,1633,0,2), + (15994,2268,0,0,0,-455.989,133.747,56.6959,3.92699,300,300,0,0,734,0,0,0), + (15995,2387,0,0,0,-472.141,129.115,56.9653,1.62754,300,300,5,0,590,1633,0,1), + (15996,2348,0,0,0,-1005.81,-1086.8,45.8794,5.99907,300,300,10,0,788,0,0,1), + (15997,2371,0,0,0,-922.238,-673.814,1.31437,0.391889,300,300,10,0,935,878,0,1), + (15998,2371,0,0,0,-986.703,-735.016,1.36451,1.39883,300,300,10,0,935,878,0,1), + (15999,2369,0,0,0,-997.601,-620.645,-2.21172,3.80559,300,300,10,0,1050,0,0,1), + (16000,2369,0,0,0,-1014.37,-780.942,8.83467,5.14379,300,300,10,0,1050,0,0,1), + (16001,2371,0,0,0,-910.493,-699.774,0.457766,0.820305,300,300,0,0,935,878,0,0), + (16002,2371,0,0,0,-961.973,-703.476,1.4151,0.400376,300,300,10,0,935,878,0,1), + (16003,2371,0,0,0,-1012.29,-742.326,0.1856,0.885391,300,300,10,0,935,878,0,1), + (16004,2369,0,0,0,-973.181,-676.776,-1.17504,0.379857,300,300,10,0,1050,0,0,1), + (16005,2369,0,0,0,-1093.63,-794.607,0.716737,3.43866,300,300,10,0,1050,0,0,1), + (16006,2371,0,0,0,-987.65,-786.348,10.1752,3.36846,300,300,10,0,935,878,0,1), + (16007,2371,0,0,0,-1008.69,-811.436,13.548,0.651883,300,300,10,0,935,878,0,1), + (16008,2371,0,0,0,-1019.41,-808.248,12.5809,1.71042,300,300,0,0,935,878,0,0), + (16009,2369,0,0,0,-1074.24,-784.352,-0.45589,4.31083,300,300,10,0,1050,0,0,1), + (16010,2369,0,0,0,-1060.1,-683.017,-2.06128,3.11567,300,300,10,0,1050,0,0,1), + (16011,2384,0,0,0,-642.456,-625.697,33.45,3.93799,300,300,10,0,617,0,0,1), + (16012,2369,0,0,0,-1024.07,-651.842,-2.68214,3.71359,300,300,10,0,1050,0,0,1), + (16013,2369,0,0,0,-1020.63,-721.132,-3.08293,4.25557,300,300,10,0,1050,0,0,1), + (16014,2369,0,0,0,-953.952,-651.821,0.613776,3.51775,300,300,10,0,1050,0,0,1), + (16015,2371,0,0,0,-970.176,-636.167,1.72951,2.79342,300,300,10,0,935,878,0,1), + (16016,2266,0,0,0,-592.329,-14.9125,46.0869,3.89208,300,300,0,0,603,0,0,0), + (16017,2450,0,0,0,-850.691,70.7417,3.08554,5.24437,300,300,0,0,943,0,0,0), + (16018,2356,0,0,0,-230.366,-1294.41,98.5433,3.22765,300,300,5,0,944,0,0,1), + (16019,2360,0,0,0,-444.332,-111.47,55.1276,1.16937,300,300,0,0,573,0,0,0), + (16020,2274,0,0,0,-353.534,21.4088,54.6594,3.68102,300,300,0,0,664,0,0,0), + (16021,2354,0,0,0,-442.793,-1060.55,41.6792,4.71759,300,300,5,0,742,0,0,1), + (16022,2356,0,0,0,-254.389,-1408.28,95.1853,4.23043,300,300,10,0,944,0,0,1), + (16023,2354,0,0,0,-517.883,-508.926,41.7339,1.75554,300,300,5,0,742,0,0,1), + (16024,2244,0,0,0,-438.009,-1419.25,101.209,1.51948,300,300,0,0,441,1272,0,0), + (16025,2474,0,0,0,-286.934,-1617.79,93.5605,5.74612,300,300,15,0,1750,0,0,1), + (16026,2260,0,0,0,-589.33,-1470.31,53.6573,4.76182,300,300,0,0,531,0,0,0), + (16027,2473,0,0,0,-300.226,-1629.49,93.2633,6.02378,300,300,15,0,1753,0,0,1), + (16028,2244,0,0,0,-599.934,-1485.98,54.0604,0.207468,300,300,0,0,441,1272,0,0), + (16029,2261,0,0,0,-598.97,-1472.61,53.7374,6.14646,300,300,0,0,494,0,0,0), + (16030,2244,0,0,0,-469.19,-1358.91,52.5659,2.92968,300,300,5,0,441,1272,0,1), + (16031,2260,0,0,0,-467.731,-1334.11,54.0248,3.91675,300,300,0,0,531,0,0,0), + (16032,2349,0,0,0,-786.628,-1083.97,47.311,4.84765,300,300,10,0,664,0,0,1), + (16033,2403,0,0,0,-441.325,-108.685,55.0466,4.54965,300,300,0,0,664,0,0,0), + (16034,2356,0,0,0,-629.613,-962.754,42.5213,1.86198,300,300,10,0,944,0,0,1), + (16035,4075,0,0,0,-479.856,-1351.45,52.8159,5.01413,300,300,5,0,8,0,0,1), + (16036,2356,0,0,0,-877.319,-1290.6,50.9381,0.886684,300,300,10,0,944,0,0,1), + (16037,2356,0,0,0,-826.047,-1334.96,63.2817,3.16453,300,300,5,0,944,0,0,1), + (16038,2349,0,0,0,-753.223,-1357.36,67.0002,5.50884,300,300,10,0,664,0,0,1), + (16039,2349,0,0,0,-833.878,-1010.76,37.8032,6.08273,300,300,10,0,664,0,0,1), + (16040,2350,0,0,0,-374.454,-958.832,60.2315,0.290896,300,300,10,0,494,0,0,1), + (16041,2350,0,0,0,-283.259,-997.398,56.3949,4.31217,300,300,10,0,494,0,0,1), + (16042,2350,0,0,0,-414.084,-886.514,55.8601,4.35367,300,300,10,0,494,0,0,1), + (16043,2260,0,0,0,-686.149,-1080.67,54.0781,4.16248,300,300,10,0,531,0,0,1), + (16044,2351,0,0,0,-555.413,513.577,82.0243,5.59705,300,300,10,0,677,0,0,1), + (16045,2351,0,0,0,-406.154,-994.215,41.5582,1.76297,300,300,10,0,677,0,0,1), + (16046,2351,0,0,0,-625.437,84.3748,44.1438,4.43207,300,300,10,0,677,0,0,1), + (16047,14277,0,0,0,-1300.57,-998.316,-0.99132,0.553209,43200,43200,0,0,919,2457,0,0), + (16048,2351,0,0,0,-330.599,-1060.35,41.8874,4.53823,300,300,3,0,677,0,0,1), + (16049,2351,0,0,0,-213.276,-992.576,57.97,3.74207,300,300,3,0,677,0,0,1), + (16050,2350,0,0,0,-449.322,-922.361,43.2813,2.8649,300,300,5,0,494,0,0,1), + (16051,2230,0,0,0,-8.45545,-902.741,57.5572,4.88904,300,300,0,0,64,0,0,0), + (16052,2260,0,0,0,-551.233,-1526.66,53.0027,1.85365,300,300,0,0,531,0,0,0), + (16053,2261,0,0,0,-457.47,-1466.4,89.8368,5.34846,300,300,0,0,494,0,0,0), + (16054,2244,0,0,0,-478.949,-1461.12,88.2165,3.23822,300,300,5,0,441,1272,0,1), + (16055,2356,0,0,0,-315.579,-82.5931,62.699,2.37479,300,300,10,0,944,0,0,1), + (16056,2244,0,0,0,-546.665,-1542.84,52.49,1.59802,300,300,0,0,441,1272,0,0), + (16057,2261,0,0,0,-461.146,-1424.09,91.3366,3.76438,300,300,5,0,494,0,0,2), + (16058,2261,0,0,0,-482.032,-1426.55,89.1528,2.72781,300,300,3,0,494,0,0,1), + (16059,2261,0,0,0,-482.253,-1439.32,87.6714,1.7136,300,300,3,0,494,0,0,1), + (16060,2261,0,0,0,-439.97,-1480.95,91.5015,3.25653,300,300,0,0,494,0,0,0), + (16061,2244,0,0,0,-447.498,-1496.41,92.6918,3.98259,300,300,3,0,441,1272,0,1), + (16062,2261,0,0,0,-454.586,-1478.88,92.4341,4.48465,300,300,0,0,494,0,0,0), + (16063,2428,0,0,0,-465.482,-1476.91,90.1814,5.11627,300,300,0,0,664,0,0,0), + (16064,2261,0,0,0,-469.455,-1487.91,90.8258,0.3559,300,300,0,0,494,0,0,0), + (16065,2261,0,0,0,-446.996,-1344.94,53.6806,0.143676,300,300,0,0,494,0,0,0), + (16066,2408,0,0,0,-416.085,-1047.23,33.5042,3.39374,300,300,10,0,1050,0,0,1), + (16067,2261,0,0,0,-468.673,-1506.6,87.9986,1.85378,300,300,3,0,494,0,0,1), + (16068,2385,0,0,0,-785.94,-806.041,17.2611,4.67824,300,300,5,0,840,0,0,1), + (16069,2244,0,0,0,-459.746,-1342.88,53.9567,5.98839,300,300,0,0,441,1272,0,0), + (16070,2244,0,0,0,-489.81,-1480.94,88.1965,5.74802,300,300,3,0,441,1272,0,1), + (16071,2260,0,0,0,-491.299,-1451.99,88.1777,2.55109,300,300,5,0,531,0,0,1), + (16072,2385,0,0,0,-1049.88,-968.222,48.8569,1.58447,300,300,10,0,840,0,0,1), + (16073,2261,0,0,0,-550.782,-1485.4,52.5659,0.39422,300,300,3,0,494,0,0,2), + (16074,2356,0,0,0,-680.857,-1181.33,61.6242,1.51216,300,300,10,0,944,0,0,1), + (16075,2261,0,0,0,-565.092,-1453.34,52.5659,0.028001,300,300,5,0,494,0,0,1), + (16076,2261,0,0,0,-571.805,-1478.68,52.5659,3.21325,300,300,5,0,494,0,0,1), + (16077,2261,0,0,0,-548.332,-1435.28,52.5659,4.3095,300,300,5,0,494,0,0,1), + (16078,2244,0,0,0,-493.129,-1389.23,52.6909,0.461705,300,300,5,0,441,1272,0,1), + (16079,2260,0,0,0,-542.512,-1421.59,52.8582,1.06686,300,300,5,0,531,0,0,1), + (16080,2261,0,0,0,-484.858,-1364.44,52.5659,0.681621,300,300,5,0,494,0,0,1), + (16081,2261,0,0,0,-478.077,-1377.84,52.8428,2.21907,300,300,5,0,494,0,0,2), + (16082,2261,0,0,0,-471.01,-1372.83,53.1909,0.392754,300,300,5,0,494,0,0,1), + (16083,2244,0,0,0,-496.652,-1365.61,52.5659,5.55447,300,300,3,0,441,1272,0,1), + (16084,2261,0,0,0,-511.828,-1386.9,53.0659,4.94842,300,300,5,0,494,0,0,1), + (16085,2408,0,0,0,-817.78,-722.526,5.98992,4.83945,300,300,10,0,1050,0,0,1), + (16086,2408,0,0,0,-679.263,-737.658,4.99451,2.33412,300,300,10,0,1050,0,0,1), + (16087,2408,0,0,0,-750.862,-723.454,6.51497,2.93522,300,300,10,0,1050,0,0,1), + (16088,2344,0,0,0,-1300.82,-1190.01,41.651,5.25344,300,300,0,0,2379,756,0,0), + (16089,2408,0,0,0,-513.542,-907.291,27.3546,1.31826,300,300,10,0,1050,0,0,1), + (16090,2408,0,0,0,-561.357,-828.215,5.54301,4.20074,300,300,10,0,1050,0,0,1), + (16091,2408,0,0,0,-607.361,-751.986,9.6924,4.57326,300,300,10,0,1050,0,0,1), + (16092,2344,0,0,0,-1335.06,-1224.61,38.8739,6.07375,300,300,0,0,2379,756,0,0), + (16093,2351,0,0,0,-104.039,-777.484,55.9385,4.52357,300,300,0,0,677,0,0,0), + (16094,2344,0,0,0,-1297.48,-1224.03,40.2616,3.85718,300,300,0,0,2379,756,0,0), + (16095,2408,0,0,0,-446.439,-979.246,29.3821,0.667189,300,300,10,0,1050,0,0,1), + (16096,2351,0,0,0,-200.194,-753.344,59.2016,2.8507,300,300,5,0,677,0,0,1), + (16097,2344,0,0,0,-1302.48,-1236.83,40.2616,1.88496,300,300,0,0,2379,756,0,0), + (16098,2344,0,0,0,-1320.31,-1210.41,40.1783,0.678419,300,300,5,0,2379,756,0,2), + (16099,2344,0,0,0,-1317.27,-1240.57,40.1782,2.68131,300,300,5,0,2379,756,0,1), + (16100,2427,0,0,0,-492.277,-1480.43,88.0715,4.87372,300,300,0,0,664,0,0,0), + (16101,2261,0,0,0,-497.493,-1340.73,53.4869,2.4566,300,300,0,0,494,0,0,0), + (16102,2377,0,0,0,-973.979,-489.096,2.9403,0.365222,300,300,10,0,931,878,0,1), + (16103,2346,0,0,0,-1320.97,-1258.44,40.2621,1.5708,300,300,0,0,2512,811,0,0), + (16104,2344,0,0,0,-1329.92,-1249.78,40.2624,0.645772,300,300,0,0,2379,756,0,0), + (16105,2345,0,0,0,-1311.49,-1257.04,49.9871,1.65806,300,300,0,0,2941,0,0,0), + (16106,2244,0,0,0,-511.506,-1353.18,53.8838,1.8469,300,300,0,0,441,1272,0,0), + (16107,2260,0,0,0,-500.7,-1351.47,53.7508,0.887107,300,300,0,0,531,0,0,0), + (16108,2349,0,0,0,-414.161,-1087.25,44.3064,2.77848,300,300,5,0,664,0,0,1), + (16109,2350,0,0,0,-271.014,-910.714,53.903,3.44126,300,300,3,0,494,0,0,1), + (16110,2377,0,0,0,-1017.94,-418.876,-1.76519,5.2454,300,300,10,0,931,878,0,1), + (16111,2344,0,0,0,-1285.91,-1242.23,49.9025,3.735,300,300,0,0,2379,756,0,0), + (16112,2350,0,0,0,-551.657,-1186.71,63.4604,4.42638,300,300,5,0,494,0,0,1), + (16113,2345,0,0,0,-1300.94,-1243.45,49.9869,3.08923,300,300,0,0,2941,0,0,0), + (16114,2376,0,0,0,-1017.97,-353.15,6.05897,2.37848,300,300,10,0,898,852,0,1), + (16115,2376,0,0,0,-1024.01,-404.794,-1.58954,4.76271,300,300,10,0,898,852,0,1), + (16116,2376,0,0,0,-1037.46,-375.02,2.11907,3.61283,300,300,0,0,898,852,0,0), + (16117,2351,0,0,0,-298.659,-823.709,57.5442,-0.20192,300,300,10,0,677,0,0,1), + (16118,2376,0,0,0,-1047.81,-352.209,0.584908,3.06992,300,300,10,0,898,852,0,1), + (16119,2261,0,0,0,-542.67,-1388.95,64.7742,0.306811,300,300,3,0,494,0,0,1), + (16120,2384,0,0,0,-376.909,-648.461,53.6289,4.46173,300,300,10,0,617,0,0,1), + (16121,2377,0,0,0,-1032.63,-339.15,3.4238,2.17944,300,300,10,0,931,878,0,1), + (16122,2351,0,0,0,-203.424,-782.523,56.6667,3.84576,300,300,10,0,677,0,0,1), + (16123,2377,0,0,0,-1029.06,-361.03,3.2988,5.92672,300,300,10,0,931,878,0,1), + (16124,2376,0,0,0,-1076.52,-300.709,0.632938,4.64764,300,300,10,0,898,852,0,1), + (16125,2377,0,0,0,-1054.93,-320.79,0.174346,3.25122,300,300,10,0,931,878,0,1), + (16126,2384,0,0,0,-365.115,-611.674,53.6009,2.82582,300,300,10,0,617,0,0,1), + (16127,2345,0,0,0,-1276.67,-1221,41.5672,2.15978,300,300,5,0,2941,0,0,2), + (16128,2350,0,0,0,-350.758,-839.339,58.5972,2.03707,300,300,10,0,494,0,0,1), + (16129,2377,0,0,0,-1049.57,-248.873,12.7893,1.98968,300,300,0,0,931,878,0,0), + (16130,2377,0,0,0,-1062.69,-373.605,-2.71617,2.35332,300,300,10,0,931,878,0,1), + (16131,2351,0,0,0,-367.124,-901.628,56.7977,5.28234,300,300,10,0,677,0,0,1), + (16132,2344,0,0,0,-1304.99,-1258.55,38.8741,0.174533,300,300,0,0,2379,756,0,0), + (16133,2351,0,0,0,-379.813,-837.759,57.7938,4.39874,300,300,10,0,677,0,0,1), + (16134,2384,0,0,0,-266.091,-682.978,55.7796,4.34676,300,300,10,0,617,0,0,1), + (16135,2351,0,0,0,-324.658,-992.673,53.5662,3.88473,300,300,10,0,677,0,0,1), + (16136,2351,0,0,0,-243.177,-952.165,56.3783,6.23235,300,300,10,0,677,0,0,1), + (16137,2376,0,0,0,-1067.96,-241.636,2.96402,4.32842,300,300,0,0,898,852,0,0), + (16138,2384,0,0,0,-279.698,-618.123,59.5242,0.886346,300,300,10,0,617,0,0,1), + (16139,2376,0,0,0,-1076.62,-235.223,1.88988,3.43569,300,300,10,0,898,852,0,1), + (16140,2376,0,0,0,-944.85,-413.224,11.4154,3.52556,300,300,0,0,898,852,0,0), + (16141,2351,0,0,0,-366.515,-1025.97,49.1502,3.62971,300,300,10,0,677,0,0,1), + (16142,2377,0,0,0,-1090.37,-234.871,-0.424443,4.12386,300,300,10,0,931,878,0,1), + (16143,2377,0,0,0,-1082.52,-245.835,0.889879,3.04436,300,300,10,0,931,878,0,1), + (16144,2377,0,0,0,-980.239,-450.284,1.24339,0.041716,300,300,10,0,931,878,0,1), + (16145,2261,0,0,0,-597.82,-1386.44,64.9569,2.09439,300,300,0,0,494,0,0,0), + (16146,2261,0,0,0,-590.086,-1377,64.9569,2.37365,300,300,0,0,494,0,0,0), + (16147,3240,1,0,0,-2184.94,-2349.5,94.9265,1.32629,275,275,20,0,417,0,0,1), + (16148,428,0,0,0,-9697.03,-2568.52,59.9396,4.25819,300,300,10,0,417,0,0,1), + (16149,2350,0,0,0,-56.8347,-1049.57,47.5493,1.6588,300,300,3,0,494,0,0,1), + (16150,2354,0,0,0,-307.335,-596.855,56.5532,2.02396,300,300,10,0,742,0,0,1), + (16151,2261,0,0,0,-565.247,-1402.35,65.3159,5.68757,300,300,5,0,494,0,0,2), + (16152,2350,0,0,0,-116.324,-783.159,57.0062,0.124036,300,300,5,0,494,0,0,1), + (16153,2351,0,0,0,-259.82,-847.026,56.3842,0.276692,300,300,5,0,677,0,0,1), + (16154,2377,0,0,0,-964.586,-406.248,4.79091,0.086533,300,300,10,0,931,878,0,1), + (16155,2261,0,0,0,-521.492,-1435.03,65.0608,1.48945,300,300,3,0,494,0,0,1), + (16156,2344,0,0,0,-1331.04,-1241.9,32.2072,0.750492,300,300,0,0,2379,756,0,0), + (16157,2261,0,0,0,-592.002,-1433.68,65.0659,0.553444,300,300,3,0,494,0,0,1), + (16158,2346,0,0,0,-1321.69,-1251.97,32.2072,0.471239,300,300,0,0,2512,811,0,0), + (16159,2244,0,0,0,-528.236,-1452.75,69.8088,1.78544,300,300,3,0,441,1272,0,1), + (16160,2351,0,0,0,-15.4142,-1080.01,44.9338,0.461313,300,300,10,0,677,0,0,1), + (16161,2344,0,0,0,-1298.64,-1254.89,32.2077,3.03687,300,300,0,0,2379,756,0,0), + (16162,2244,0,0,0,-510.073,-1508.63,70.2377,1.38493,300,300,3,0,441,1272,0,1), + (16163,2261,0,0,0,-521.012,-1483.96,75.899,3.13936,300,300,5,0,494,0,0,2), + (16164,2346,0,0,0,-1284.71,-1208.27,40.1783,1.41992,300,300,5,0,2512,811,0,2), + (16165,2344,0,0,0,-1267,-1207.02,40.2608,1.15192,300,300,0,0,2379,756,0,0), + (16166,2261,0,0,0,-494.869,-1530.37,65.1129,5.79875,300,300,3,0,494,0,0,1), + (16167,2345,0,0,0,-1276.76,-1195.08,40.2596,0.575959,300,300,0,0,2941,0,0,0), + (16168,2261,0,0,0,-480.507,-1547.15,66.008,5.70736,300,300,3,0,494,0,0,1), + (16169,2351,0,0,0,-374.853,-918.6,55.5047,5.81661,300,300,10,0,677,0,0,1), + (16170,2260,0,0,0,-556.514,-1506.35,52.8114,3.58166,300,300,5,0,531,0,0,1), + (16171,2344,0,0,0,-1278.61,-1222.51,41.651,1.81514,300,300,0,0,2379,756,0,0), + (16172,2344,0,0,0,-1261.58,-1180.4,39.4845,0.331613,300,300,0,0,2379,756,0,0), + (16173,2261,0,0,0,-534.516,-1517.19,66.0077,1.32288,300,300,0,0,494,0,0,0), + (16174,2344,0,0,0,-1247.28,-1185.11,39.4853,3.78247,300,300,5,0,2379,756,0,1), + (16175,2244,0,0,0,-559.944,-1526.6,52.9409,4.7025,300,300,5,0,441,1272,0,2), + (16176,2266,0,0,0,-505.063,-17.5724,56.17,4.82003,300,300,5,0,603,0,0,1), + (16177,2344,0,0,0,-1200.82,-1173.39,40.44,4.02232,300,300,5,0,2379,756,0,1), + (16178,2261,0,0,0,-581.829,-1512.39,53.0659,5.82563,300,300,5,0,494,0,0,1), + (16179,2345,0,0,0,-1232.71,-1172.25,39.3992,6.23082,300,300,0,0,2941,0,0,0), + (16180,2345,0,0,0,-1233.66,-1152.25,38.3326,5.83964,300,300,5,0,2941,0,0,1), + (16181,2268,0,0,0,-543.485,-31.0688,46.0754,2.29806,300,300,5,0,734,0,0,2), + (16182,2439,0,0,0,-8421,404.987,120.886,3.648,430,430,0,0,3517,0,0,0), + (16183,2345,0,0,0,-1183.52,-1215.07,43.5995,6.09062,300,300,10,0,2941,0,0,1), + (16184,2344,0,0,0,-1149.02,-1177.71,42.5266,0.178631,300,300,5,0,2379,756,0,2), + (16185,2260,0,0,0,-564.394,-1552.19,53.5632,1.98095,300,300,5,0,531,0,0,1), + (16186,2261,0,0,0,-551.538,-1554.93,53.8226,0.722178,300,300,5,0,494,0,0,1), + (16187,2244,0,0,0,-570.559,-1546.48,53.4441,4.80193,300,300,5,0,441,1272,0,1), + (16188,2261,0,0,0,-485.72,-1579.18,52.9409,4.63708,300,300,5,0,494,0,0,1), + (16189,2261,0,0,0,-521.979,-1557.71,52.9409,3.02935,300,300,5,0,494,0,0,1), + (16190,2260,0,0,0,-503.592,-1565.04,52.5659,1.65919,300,300,5,0,531,0,0,1), + (16191,2268,0,0,0,-623.554,-36.6266,45.8268,2.74017,300,300,0,0,734,0,0,0), + (16200,548,0,0,0,-9521.19,-2823.86,79.7058,2.87958,300,300,0,0,350,390,0,0), + (16207,428,0,0,0,-9637.81,-2770.34,58.5805,3.39842,300,300,10,0,417,0,0,1), + (16224,424,0,0,0,-9618.84,-2507.59,60.1748,0.747673,300,300,5,0,356,0,0,1), + (16226,1083,0,0,0,-9618.42,-2653.31,58.2906,2.17588,300,300,10,0,356,0,0,1), + (16227,424,0,0,0,-9604.26,-2530.51,60.8276,0.757781,300,300,5,0,356,0,0,1), + (16228,424,0,0,0,-9726.02,-2274.04,62.7093,4.96305,300,300,10,0,356,0,0,1), + (16229,547,0,0,0,-9708.88,-2227.86,58.3406,3.71957,300,300,10,0,356,0,0,1), + (16230,2110,33,0,0,-241.8,2113.14,87.013,2.12899,7200,7200,5,0,1,0,0,1), + (16231,2110,33,0,0,-227.76,2234.48,79.7656,5.4449,7200,7200,3,0,1,0,0,1), + (16232,2110,33,0,0,-205.049,2135.94,86.4996,1.36241,7200,7200,5,0,1,0,0,1), + (16233,2110,33,0,0,-254.61,2290.36,76.3315,2.80136,7200,7200,5,0,1,0,0,1), + (16234,2110,33,0,0,-232.683,2111.82,76.974,4.10152,7200,7200,5,0,1,0,0,1), + (16235,2110,33,0,0,-179.144,2184.82,97.265,6.11683,7200,7200,2,0,1,0,0,1), + (16236,2110,33,0,0,-121.052,2152.03,101.517,3.00286,7200,7200,3,0,1,0,0,1), + (16237,3927,33,0,0,-120.725,2162.03,155.762,2.67035,43200,43200,0,0,3126,0,0,0), + (16238,3863,33,0,0,-118.703,2173.42,155.762,3.35103,7200,7200,1,0,1953,0,0,1), + (16239,3861,33,0,0,-127.63,2153.28,155.762,2.16421,7200,7200,0,0,1251,0,0,0), + (16240,3862,33,0,0,-139.407,2182.91,155.762,5.09636,7200,7200,2,0,1251,0,0,1), + (16241,5058,33,0,0,-149.213,2163.18,155.762,0.10472,7200,7200,0,0,494,0,0,0), + (16242,3914,33,0,0,-252.091,2123.11,81.1795,0.919918,43200,43200,0,0,1936,0,0,0), + (16243,3859,33,0,0,-140.88,2182.66,110.256,5.97856,7200,7200,1,0,1953,0,0,2), + (16244,3859,33,0,0,-181.282,2189.59,113.5,5.90112,7200,7200,2,0,1953,0,0,1), + (16245,2529,33,0,0,-121.846,2162.59,138.697,4.52578,7200,7200,3,0,1452,0,0,2), + (16246,2529,33,0,0,-107.516,2153.47,101.603,4.31096,7200,7200,2,0,1452,0,0,1), + (16247,3863,33,0,0,-111.421,2166.52,101.603,0.244346,7200,7200,3,0,1953,0,0,1), + (16248,2529,33,0,0,-134.141,2163.83,94.1253,6.17846,7200,7200,3,0,1452,0,0,1), + (16249,3859,33,0,0,-181.106,2172.01,97.4733,1.09956,7200,7200,2,0,1953,0,0,2), + (16250,3863,33,0,0,-120.756,2183.02,113.215,4.13643,7200,7200,2,0,1953,0,0,1), + (16251,2529,33,0,0,-172.131,2180.1,109.786,1.52493,7200,7200,2,0,1452,0,0,2), + (16252,3863,33,0,0,-129.732,2176.27,94.1285,2.54818,7200,7200,2,0,1953,0,0,1), + (16253,3886,33,0,0,-202.596,2257.96,76.2846,3.97935,43200,43200,0,0,1936,0,0,0), + (16254,3887,33,0,0,-275.342,2297.35,76.2365,5.89921,43200,43200,0,0,2420,0,0,0), + (16255,4275,33,0,0,-76.7541,2152.41,155.792,2.49582,43200,43200,0,0,6510,1386,0,0), + (16256,4278,33,0,0,-222.592,2259.44,102.839,3.47321,7200,7200,0,0,2855,1236,0,0), + (16257,4279,33,0,0,-236.708,2146.08,100.112,4.46804,43200,43200,0,0,3255,0,0,0), + (16258,3868,33,0,0,-248.788,2122.86,100.112,1.58825,7200,7200,0,0,1815,0,0,0), + (16259,3866,33,0,0,-243.174,2126.93,100.112,6.07375,7200,7200,0,0,1686,0,0,0), + (16260,4444,33,0,0,-217.991,2150.77,81.1327,2.79253,7200,7200,0,0,531,0,0,0), + (16261,3849,33,0,0,-243.712,2113.72,81.2629,2.86234,7200,7200,0,0,1251,0,0,0), + (16262,3850,33,0,0,-240.904,2122.55,81.2629,2.47837,7200,7200,0,0,1062,2040,0,0), + (16263,3853,33,0,0,-195.475,2203.13,79.8469,4.43314,7200,7200,0,0,1299,980,0,0), + (16264,3853,33,0,0,-200.86,2191.01,79.8479,3.28122,7200,7200,0,0,1299,980,0,0), + (16265,3862,33,0,0,-205.823,2213.78,79.7605,4.8275,7200,7200,5,0,1251,0,0,2), + (16266,3853,33,0,0,-209.369,2242.35,79.8495,5.86431,7200,7200,0,0,1299,980,0,0), + (16267,3862,33,0,0,-220.82,2153.53,81.2106,4.72984,7200,7200,0,0,1251,0,0,0), + (16268,3862,33,0,0,-214.404,2146.14,80.9466,2.11928,7200,7200,0,0,1251,0,0,2), + (16269,3853,33,0,0,-230.152,2158.71,81.2356,0.191986,7200,7200,0,0,1299,980,0,0), + (16270,3853,33,0,0,-177.16,2212.52,80.0965,1.50098,7200,7200,0,0,1299,980,0,0), + (16271,3853,33,0,0,-223.387,2202.71,79.8452,1.46608,7200,7200,0,0,1299,980,0,0), + (16272,3853,33,0,0,-199.144,2220.97,79.8411,6.26573,7200,7200,0,0,1299,980,0,0), + (16273,3875,33,0,0,-203.744,2214.27,79.7623,5.98658,7200,7200,0,0,1452,0,0,2), + (16274,3875,33,0,0,-157.688,2228.26,82.8521,1.32299,7200,7200,0,0,1452,0,0,2), + (16275,3875,33,0,0,-222.213,2159.76,79.8473,0.890118,7200,7200,0,0,1452,0,0,2), + (16276,3875,33,0,0,-205.234,2208.91,79.7644,1.31889,7200,7200,0,0,1452,0,0,2), + (16277,3875,33,0,0,-162.57,2222.21,82.0461,4.21227,7200,7200,0,0,1452,0,0,2), + (16278,3875,33,0,0,-192.787,2249.88,76.2846,3.19395,7200,7200,0,0,1452,0,0,0), + (16279,3875,33,0,0,-182.096,2231.79,76.3246,1.71042,7200,7200,0,0,1452,0,0,0), + (16280,3875,33,0,0,-193.134,2257.3,76.2846,4.95674,7200,7200,0,0,1452,0,0,0), + (16281,3875,33,0,0,-179.083,2236.49,76.3246,0.541052,7200,7200,0,0,1452,0,0,0), + (16282,3875,33,0,0,-261.486,2287.64,75.0826,5.3058,7200,7200,0,0,1452,0,0,0), + (16283,3875,33,0,0,-239.912,2289.25,75.0827,0.715585,7200,7200,0,0,1452,0,0,0), + (16284,3857,33,0,0,-235.827,2276.78,75.0827,3.45575,7200,7200,5,0,1563,0,0,1), + (16285,3857,33,0,0,-251.413,2294.92,75.0826,1.88496,7200,7200,2,0,1563,0,0,1), + (16286,3875,33,0,0,-229.406,2272.55,75.0827,0.977384,7200,7200,0,0,1452,0,0,0), + (16287,4065,0,0,0,-9495.44,-2899.71,112.507,2.40855,300,300,0,0,1563,0,0,0), + (16288,3857,33,0,0,-226.455,2278.76,74.9993,4.36755,7200,7200,2,0,1563,0,0,2), + (16289,3857,33,0,0,-245.364,2280.52,75.0826,0.139626,7200,7200,5,0,1563,0,0,1), + (16290,3875,33,0,0,-254.424,2283.28,75.0826,4.2586,7200,7200,0,0,1452,0,0,0), + (16291,3875,33,0,0,-230.603,2284.89,75.0827,1.44862,7200,7200,0,0,1452,0,0,0), + (16292,3875,33,0,0,-262.139,2296.84,75.4708,2.87979,7200,7200,0,0,1452,0,0,0), + (16293,3877,33,0,0,-221.775,2252.1,102.841,4.2237,7200,7200,2,0,1563,0,0,1), + (16294,3877,33,0,0,-241.655,2256.07,100.977,6.0912,7200,7200,3,0,1563,0,0,1), + (16295,3875,33,0,0,-256.982,2249.59,100.976,1.50098,7200,7200,0,0,1452,0,0,0), + (16296,3877,33,0,0,-250.506,2237.95,100.98,1.58825,7200,7200,3,0,1563,0,0,1), + (16297,3877,33,0,0,-259.918,2242.56,100.977,3.03687,7200,7200,3,0,1563,0,0,1), + (16298,3877,33,0,0,-232.226,2250.59,101.885,6.23082,7200,7200,3,0,1563,0,0,1), + (16299,3875,33,0,0,-229.849,2261.64,102.84,2.46091,7200,7200,0,0,1452,0,0,0), + (16300,3875,33,0,0,-247.221,2247.53,100.977,3.66519,7200,7200,0,0,1452,0,0,0), + (16301,2384,0,0,0,-415.042,-182.491,57.1815,6.12625,300,300,10,0,617,0,0,1), + (16302,2261,0,0,0,-568.309,-1495.97,52.6653,4.5204,300,300,0,0,494,0,0,0), + (16303,2244,0,0,0,-576.069,-1521.61,52.7658,6.10865,300,300,0,0,441,1272,0,0), + (16304,2260,0,0,0,-600.357,-1510.15,54.1024,3.03687,300,300,0,0,531,0,0,0), + (16305,2244,0,0,0,-601.576,-1519.81,54.0235,3.04705,300,300,0,0,441,1272,0,0), + (16306,2248,0,0,0,-252.654,-419.58,69.8955,3.86359,300,300,5,0,1050,0,0,1), + (16307,2354,0,0,0,-384.371,-216.835,59.6725,0.651949,300,300,10,0,742,0,0,1), + (16308,2354,0,0,0,-392.572,-248.239,57.9896,6.21091,300,300,10,0,742,0,0,1), + (16309,2384,0,0,0,-161.23,-692.294,68.4183,2.1195,300,300,10,0,617,0,0,1), + (16310,2267,0,0,0,-569.272,-99.5342,46.087,4.79449,300,300,5,0,664,0,0,1), + (16311,2249,0,0,0,-187.014,-322.03,72.9682,4.07892,300,300,3,0,1107,0,0,1), + (16312,2354,0,0,0,-443.746,-745.022,54.3744,3.83977,300,300,10,0,742,0,0,1), + (16313,3875,33,0,0,-250.079,2262.77,100.972,2.04204,7200,7200,0,0,1452,0,0,0), + (16314,3855,33,0,0,-266.808,2314.64,95.9498,0.488692,7200,7200,2,0,1392,1020,0,1), + (16315,3855,33,0,0,-278.912,2323.63,95.8664,5.92198,7200,7200,2,0,1392,1020,0,2), + (16316,2384,0,0,0,-553.569,-593.326,41.0818,3.91398,300,300,5,0,617,0,0,1), + (16317,2354,0,0,0,-499.305,-675.12,49.0838,5.19614,300,300,10,0,742,0,0,1), + (16318,3855,33,0,0,-258.117,2319.79,96.9054,6.23082,7200,7200,2,0,1392,1020,0,1), + (16319,3855,33,0,0,-277.793,2322.1,95.9498,3.49066,7200,7200,2,0,1392,1020,0,1), + (16320,547,0,0,0,-9636.21,-2404.24,62.0477,0.621772,300,300,10,0,356,0,0,1), + (16321,547,0,0,0,-9723.79,-2185.7,59.5904,1.07659,300,300,5,0,356,0,0,1), + (16322,424,0,0,0,-9726.1,-2243.06,61.6253,4.53579,300,300,10,0,356,0,0,1), + (16323,442,0,0,0,-9680.27,-2065.72,65.2933,5.91755,300,300,5,0,328,0,0,1), + (16324,424,0,0,0,-9724.77,-2186.14,59.5456,0.95032,300,300,5,0,356,0,0,1), + (16325,423,0,0,0,-9750.76,-2229.7,59.0261,1.26267,300,300,10,0,328,0,0,1), + (16326,2264,0,0,0,-544.192,-111.727,46.5798,2.26893,300,300,0,0,664,0,0,0), + (16327,2264,0,0,0,-548.899,-109.777,46.592,3.88138,300,300,0,0,664,0,0,0), + (16328,2248,0,0,0,-135.186,-370.751,52.7954,4.32162,300,300,3,0,1050,0,0,1), + (16329,547,0,0,0,-9451.39,-2122.71,69.88,1.42458,300,300,5,0,356,0,0,1), + (16330,2249,0,0,0,-179.781,-377.707,51.4475,4.09728,300,300,3,0,1107,0,0,1), + (16331,2384,0,0,0,-489.638,-584.985,44.0825,2.45745,300,300,10,0,617,0,0,1), + (16332,2267,0,0,0,-551.016,-43.3799,46.4006,4.69964,300,300,5,0,664,0,0,1), + (16333,2266,0,0,0,-551.932,-50.0047,46.2068,3.68265,300,300,0,0,603,0,0,0), + (16334,2384,0,0,0,-515.98,-671.095,45.4134,2.78214,300,300,10,0,617,0,0,1), + (16335,2351,0,0,0,-326.583,-791.993,56.6864,4.48842,300,300,10,0,677,0,0,1), + (16336,721,0,0,0,-9613.22,-2141.79,70.5096,3.37397,300,300,5,0,1,0,0,1), + (16337,547,0,0,0,-9375.17,-1954.55,59.1294,4.46788,300,300,10,0,356,0,0,1), + (16338,2442,0,0,0,-9426.95,-2107.63,65.958,5.25858,300,300,5,0,1,0,0,1), + (16339,547,0,0,0,-9356.52,-1909.16,66.1403,5.31015,300,300,5,0,356,0,0,1), + (16340,547,0,0,0,-9356.55,-1968.46,58.7977,3.12311,300,300,5,0,356,0,0,1), + (16341,721,0,0,0,-9261.11,-1970.24,77.0614,1.95498,300,300,10,0,1,0,0,1), + (16342,547,0,0,0,-9332.29,-1935.76,58.4154,3.6992,300,300,5,0,356,0,0,1), + (16343,3855,33,0,0,-284.357,2277.18,95.9498,0.314159,7200,7200,3,0,1392,1020,0,1), + (16344,430,0,0,0,-9116.26,-2354.29,121.339,5.39159,300,300,5,0,354,1020,0,1), + (16345,423,0,0,0,-9500.44,-1903.07,79.3361,1.99727,300,300,0,0,328,0,0,0), + (16346,2249,0,0,0,-133.87,-353.486,52.8156,0.525346,300,300,3,0,1107,0,0,1), + (16347,712,0,0,0,-9468.75,-1895.44,82.8588,0.186633,300,300,0,0,300,0,0,0), + (16348,712,0,0,0,-9470.11,-1897.39,82.9099,0.186372,300,300,0,0,300,0,0,0), + (16349,423,0,0,0,-9541.19,-1932.04,75.1351,3.23295,300,300,10,0,328,0,0,1), + (16350,426,0,0,0,-9154.67,-2023.23,120.341,3.02813,300,300,5,0,386,0,0,1), + (16351,430,0,0,0,-8979.46,-2188.86,133.021,2.09439,300,300,0,0,354,1020,0,0), + (16352,446,0,0,0,-8986.68,-2184.29,132.714,0.10472,300,300,0,0,417,0,0,0), + (16353,446,0,0,0,-8977.54,-2185.35,133.029,2.84489,300,300,0,0,417,0,0,0), + (16354,446,0,0,0,-8946.04,-2193.89,138.588,0.139626,300,300,0,0,417,0,0,0), + (16355,430,0,0,0,-8943.34,-2318.82,132.548,1.15192,300,300,0,0,354,1020,0,0), + (16356,430,0,0,0,-8939.1,-2319.45,132.649,2.75762,300,300,0,0,354,1020,0,0), + (16357,2384,0,0,0,-445.888,-671.964,49.853,2.1588,300,300,10,0,617,0,0,1), + (16358,2267,0,0,0,-583.635,-45.4985,45.8888,0.692257,300,300,10,0,664,0,0,1), + (16359,2267,0,0,0,-603.69,-56.3574,46.0306,4.99068,300,300,5,0,664,0,0,1), + (16360,2249,0,0,0,-172.755,-329.885,52.9225,1.47312,300,300,3,0,1107,0,0,1), + (16361,2384,0,0,0,-497.249,-714.764,49.5841,2.92695,300,300,10,0,617,0,0,1), + (16362,2267,0,0,0,-606.021,-46.4226,46.0306,1.62625,300,300,5,0,664,0,0,1), + (16363,2354,0,0,0,-335.109,-246.471,66.7025,0.321751,300,300,10,0,742,0,0,1), + (16364,2266,0,0,0,-563.937,-78.8919,45.6964,2.94961,300,300,0,0,603,0,0,0), + (16365,2504,0,0,0,-8347,418.2,122.274,0.634,180,180,0,0,644,0,0,0), + (16366,2384,0,0,0,-450.59,-646.905,48.6924,0.250847,300,300,10,0,617,0,0,1), + (16367,2249,0,0,0,-147.467,-323.741,52.819,2.65494,300,300,3,0,1107,0,0,1), + (16368,620,0,0,0,-816.533,-537.25,15.3231,2.77414,300,300,5,0,1,0,0,1), + (16369,2248,0,0,0,-183.579,-340.009,53.1782,2.39451,300,300,3,0,1050,0,0,1), + (16370,2354,0,0,0,-606.018,-473.381,33.8471,5.15966,300,300,10,0,742,0,0,1), + (16371,2384,0,0,0,-547.774,-713.319,47.321,1.40322,300,300,10,0,617,0,0,1), + (16372,2267,0,0,0,-545.223,-72.0823,46.3318,3.05458,300,300,5,0,664,0,0,1), + (16373,2384,0,0,0,-407.121,-190.912,57.781,5.6057,300,300,10,0,617,0,0,1), + (16374,2266,0,0,0,-610.423,-58.7875,46.1117,0.331613,300,300,0,0,603,0,0,0), + (16375,2384,0,0,0,-487.282,-782.186,54.0001,4.39681,300,300,10,0,617,0,0,1), + (16376,2384,0,0,0,-218.584,-679.649,61.541,4.69676,300,300,10,0,617,0,0,1), + (16377,2384,0,0,0,-545.314,-657.09,44.8161,5.74176,300,300,10,0,617,0,0,1), + (16378,2451,0,0,0,-593.469,-81.4747,46.087,2.25133,300,300,10,0,713,0,0,2), + (16379,2267,0,0,0,-585.654,-68.852,46.087,4.60397,300,300,10,0,664,0,0,1), + (16380,2249,0,0,0,-313.979,-305.651,43.8424,3.8341,300,300,3,0,1107,0,0,1), + (16381,2354,0,0,0,-492.291,-174.734,53.859,0.774349,300,300,10,0,742,0,0,1), + (16382,2384,0,0,0,-383.326,-638.703,52.9871,5.13934,300,300,10,0,617,0,0,1), + (16383,2386,0,0,0,-877.573,-561.812,11.004,4.13143,300,300,5,0,3330,0,0,1), + (16384,2384,0,0,0,-286.235,-677.311,55.7347,2.49717,300,300,10,0,617,0,0,1), + (16385,2386,0,0,0,-795.438,-621.106,16.5,1.708,300,300,5,0,3330,0,0,1), + (16386,2386,0,0,0,-781.154,-583.324,16.3837,1.85982,300,300,3,0,3330,0,0,1), + (16387,2386,0,0,0,-831.993,-531.12,13.4014,2.75056,300,300,5,0,3330,0,0,2), + (16388,2249,0,0,0,-251.234,-285.947,52.9203,1.17052,300,300,3,0,1107,0,0,1), + (16389,2248,0,0,0,-325.532,-417.112,60.3643,-2.70958,300,300,10,0,1050,0,0,1), + (16390,2354,0,0,0,-376.784,-462.384,53.8348,1.87177,300,300,10,0,742,0,0,1), + (16391,2248,0,0,0,-324.579,-386.79,63.7155,-2.96204,300,300,10,0,1050,0,0,1), + (16392,2384,0,0,0,-465.208,-205.611,57.5403,3.5547,300,300,5,0,617,0,0,1), + (16393,2248,0,0,0,-258.67,-449.997,65.2176,1.53036,300,300,10,0,1050,0,0,1), + (16394,2384,0,0,0,-642.108,-358.624,42.2449,2.31732,300,300,5,0,617,0,0,1), + (16395,2384,0,0,0,-596.816,-182.746,47.833,3.01792,300,300,0,0,617,0,0,0), + (16396,2354,0,0,0,-344.21,-384.617,60.9289,5.80294,300,300,10,0,742,0,0,1), + (16401,446,0,0,0,-8940.81,-2310.87,132.63,5.41052,300,300,0,0,417,0,0,0), + (16403,3855,33,0,0,-194.644,2289.77,95.899,2.57587,7200,7200,3,0,1392,1020,0,1), + (16404,446,0,0,0,-8936.93,-2315.47,132.649,3.19395,300,300,0,0,417,0,0,0), + (16405,446,0,0,0,-8947.99,-2335.42,132.569,4.33752,300,300,3,0,417,0,0,1), + (16406,430,0,0,0,-9096.31,-2380.26,123.354,3.48563,300,300,5,0,354,1020,0,1), + (16407,446,0,0,0,-8922.84,-2263.57,132.782,4.62512,300,300,0,0,417,0,0,0), + (16408,445,0,0,0,-8884.32,-2168.84,132.569,3.8927,300,300,0,0,458,0,0,0), + (16410,445,0,0,0,-8887.69,-2178.1,132.819,4.46847,300,300,0,0,458,0,0,0), + (16411,445,0,0,0,-8909.64,-2162.14,138.799,5.8294,300,300,0,0,458,0,0,0), + (16412,430,0,0,0,-8908.09,-2158.1,138.581,0.506145,300,300,0,0,354,1020,0,0), + (16413,430,0,0,0,-8915.44,-2246.08,132.899,1.06465,300,300,0,0,354,1020,0,0), + (16414,445,0,0,0,-8882.73,-2145.15,133.686,4.43314,300,300,0,0,458,0,0,0), + (16415,518,0,0,0,-8884.59,-2171.12,132.569,2.96706,300,300,0,0,494,0,0,0), + (16416,445,0,0,0,-8889.88,-2166.3,132.569,5.16617,300,300,0,0,458,0,0,0), + (16417,430,0,0,0,-8893.27,-2171.97,132.569,0.296706,300,300,0,0,354,1020,0,0), + (16418,445,0,0,0,-8913.98,-2129.07,135.305,2.21657,300,300,0,0,458,0,0,0), + (16419,430,0,0,0,-8907.27,-2127.22,137.95,2.51327,300,300,0,0,354,1020,0,0), + (16420,446,0,0,0,-8940.42,-2082.39,135.115,4.81711,300,300,0,0,417,0,0,0), + (16421,446,0,0,0,-8942.52,-2078.41,136.13,3.47321,300,300,0,0,417,0,0,0), + (16422,446,0,0,0,-8958.85,-2062.95,135.461,4.81711,300,300,0,0,417,0,0,0), + (16423,446,0,0,0,-8954.73,-2081.25,132.724,3.00197,300,300,0,0,417,0,0,0), + (16424,446,0,0,0,-8962.32,-2076.53,132.636,5.68977,300,300,0,0,417,0,0,0), + (16425,446,0,0,0,-8924.62,-2080.21,144.688,4.45059,300,300,0,0,417,0,0,0), + (16426,428,0,0,0,-9043.84,-2485.98,127.266,1.57158,300,300,10,0,417,0,0,1), + (16427,2384,0,0,0,-277.649,-540.008,60.5966,4.5401,300,300,10,0,617,0,0,1), + (16428,2354,0,0,0,-272.669,-580.288,58.678,0.498568,300,300,10,0,742,0,0,1), + (16429,2384,0,0,0,-335.69,-489.547,55.0434,0.38232,300,300,10,0,617,0,0,1), + (16430,2384,0,0,0,-461.079,-293.885,51.4714,0.647378,300,300,10,0,617,0,0,1), + (16431,2384,0,0,0,-287.078,-623.684,58.8778,1.76864,300,300,5,0,617,0,0,1), + (16432,2354,0,0,0,-258.498,-627.454,58.0375,4.76323,300,300,10,0,742,0,0,1), + (16433,2354,0,0,0,-422.877,-359.739,52.2926,3.62271,300,300,10,0,742,0,0,1), + (16434,2268,0,0,0,-600.861,-100.562,47.2267,3.56047,300,300,0,0,734,0,0,0), + (16435,2384,0,0,0,-578.095,-361.302,44.2618,3.21387,300,300,5,0,617,0,0,1), + (16436,3855,33,0,0,-299.004,2295.8,93.1101,0.296706,7200,7200,2,0,1392,1020,0,1), + (16437,3855,33,0,0,-186.911,2284.36,95.9823,6.21337,7200,7200,2,0,1392,1020,0,2), + (16438,3855,33,0,0,-273.394,2273.13,95.9498,2.04204,7200,7200,3,0,1392,1020,0,1), + (16439,3855,33,0,0,-251.357,2307.46,95.9498,3.89208,7200,7200,2,0,1392,1020,0,1), + (16440,3864,33,0,0,-234.131,2236.26,79.8619,0.296706,7200,7200,0,0,1347,0,0,0), + (16441,3864,33,0,0,-223.612,2245.72,79.8583,5.13127,7200,7200,0,0,1347,0,0,0), + (16442,3864,33,0,0,-217.135,2247.13,79.8579,4.88692,7200,7200,0,0,1347,0,0,0), + (16443,3873,33,0,0,-205.822,2105.25,97.3899,1.07407,7200,7200,3,0,1815,0,0,1), + (16444,3877,33,0,0,-248.504,2183.63,93.9309,4.4644,7200,7200,2,0,1563,0,0,1), + (16445,3873,33,0,0,-241.873,2111.72,97.4733,5.86999,7200,7200,0,0,1815,0,0,2), + (16446,430,0,0,0,-8971.16,-2077.71,132.642,3.50811,300,300,0,0,354,1020,0,0), + (16447,430,0,0,0,-9006.56,-2089.78,132.402,0.38232,300,300,5,0,354,1020,0,1), + (16448,3877,33,0,0,-255.961,2149.2,91.913,4.22951,7200,7200,0,0,1563,0,0,2), + (16449,3877,33,0,0,-251.156,2175.53,94.02,1.61463,7200,7200,2,0,1563,0,0,1), + (16450,428,0,0,0,-9093.53,-2564.35,119.184,0.279105,300,300,10,0,417,0,0,1), + (16451,428,0,0,0,-9066.42,-2657.99,126.92,0.315578,300,300,5,0,417,0,0,1), + (16452,426,0,0,0,-9034.95,-2415.15,129.488,2.21657,300,300,0,0,386,0,0,0), + (16453,426,0,0,0,-9034.69,-2407.47,129.734,4.29351,300,300,0,0,386,0,0,0), + (16454,2356,0,0,0,-940.448,-157.44,55.1219,4.45556,300,300,3,0,944,0,0,1), + (16455,2268,0,0,0,-599.514,-118.452,47.8382,3.40552,300,300,5,0,734,0,0,1), + (16456,426,0,0,0,-9032.25,-2413.26,129.749,3.07178,300,300,0,0,386,0,0,0), + (16457,426,0,0,0,-9038.68,-2453.33,134.902,3.67518,300,300,5,0,386,0,0,1), + (16458,2356,0,0,0,-803.369,-428.865,17.0093,3.36214,300,300,10,0,944,0,0,1), + (16459,430,0,0,0,-9066.96,-2478.43,123.383,4.04454,300,300,5,0,354,1020,0,1), + (16460,505,0,0,0,-9131.89,-2609.04,112.042,6.14405,300,300,10,0,449,0,0,1), + (16461,4463,0,0,0,-8752.61,-2503.71,132.91,5.91938,300,300,5,0,472,1357,0,1), + (16463,428,0,0,0,-9045.4,-2597.16,126.648,0.023563,300,300,10,0,417,0,0,1), + (16464,428,0,0,0,-9081.06,-2626.03,124.805,3.30449,300,300,10,0,417,0,0,1), + (16465,485,0,0,0,-8856.23,-2537.57,138.371,4.11632,300,300,0,0,494,0,0,0), + (16467,485,0,0,0,-8834.85,-2494.08,132.837,0.657572,300,300,5,0,494,0,0,1), + (16468,437,0,0,0,-8813.88,-2616.47,153.7,5.13127,300,300,5,0,531,0,0,1), + (16469,4463,0,0,0,-8732.19,-2472.43,133.215,3.28122,300,300,0,0,472,1357,0,0), + (16470,437,0,0,0,-8841.39,-2515.96,133.203,2.67035,300,300,0,0,531,0,0,0), + (16471,437,0,0,0,-8838.43,-2514.87,133.276,1.98968,300,300,0,0,531,0,0,0), + (16473,615,0,0,0,-8789.97,-2421.55,159.438,5.37561,300,300,0,0,617,0,0,0), + (16474,615,0,0,0,-8782.85,-2417.19,156.187,5.23599,300,300,0,0,617,0,0,0), + (16475,2360,0,0,0,-481.96,-110.324,55.2501,3.2434,300,300,5,0,573,0,0,1), + (16476,2350,0,0,0,-618.87,456.198,79.2373,2.95876,300,300,10,0,494,0,0,1), + (16477,2351,0,0,0,-628.169,318.884,68.516,2.74448,300,300,5,0,677,0,0,1), + (16478,2266,0,0,0,-482.133,-72.105,54.5487,1.5711,300,300,5,0,603,0,0,1), + (16479,2266,0,0,0,-479.842,-80.4593,54.2987,5.09982,300,300,5,0,603,0,0,1), + (16480,2248,0,0,0,-280.869,-414.088,67.7671,1.06223,300,300,3,0,1050,0,0,2), + (16481,2360,0,0,0,-472.54,-80.6528,54.4972,3.56676,300,300,5,0,573,0,0,1), + (16482,2266,0,0,0,-421.691,-46.7441,54.1728,0.198002,300,300,5,0,603,0,0,1), + (16483,2266,0,0,0,-448.324,-97.3454,54.2978,2.60165,300,300,5,0,603,0,0,1), + (16484,2356,0,0,0,-901.496,-217.981,49.357,3.21387,300,300,5,0,944,0,0,1), + (16485,2266,0,0,0,-460.88,-67.936,54.9228,5.19471,300,300,5,0,603,0,0,1), + (16486,2349,0,0,0,-755.197,148.118,45.7395,4.92471,300,300,10,0,664,0,0,1), + (16487,2360,0,0,0,-465.554,-48.0768,54.5965,4.20813,300,300,10,0,573,0,0,1), + (16488,2360,0,0,0,-455.211,-55.2533,54.8021,2.91949,300,300,10,0,573,0,0,1), + (16489,2356,0,0,0,-884.18,-50.4254,23.0071,1.49247,300,300,10,0,944,0,0,1), + (16490,2360,0,0,0,-481.441,-59.7912,54.408,6.06665,300,300,10,0,573,0,0,1), + (16491,2249,0,0,0,-252.592,-324.202,44.8178,5.24674,300,300,5,0,1107,0,0,1), + (16492,2360,0,0,0,-474.269,-16.3383,54.436,4.85202,300,300,0,0,573,0,0,0), + (16493,2360,0,0,0,-455.242,-15.8329,54.403,0.43395,300,300,5,0,573,0,0,1), + (16494,2356,0,0,0,-716.492,145.898,45.0026,5.35679,300,300,10,0,944,0,0,1), + (16495,2360,0,0,0,-486.617,-13.9276,54.3316,5.57831,300,300,5,0,573,0,0,1), + (16496,2360,0,0,0,-446.658,-72.5294,54.4762,3.24631,300,300,0,0,573,0,0,0), + (16497,2249,0,0,0,-239.555,-367.93,48.1732,5.79218,300,300,3,0,1107,0,0,1), + (16498,2384,0,0,0,-355.605,-307.396,60.5774,0.264881,300,300,10,0,617,0,0,1), + (16499,2249,0,0,0,-244.342,-340.424,47.0773,5.32305,300,300,3,0,1107,0,0,1), + (16500,2356,0,0,0,-618.101,-251.71,43.6369,4.89906,300,300,5,0,944,0,0,1), + (16501,2360,0,0,0,-417.933,-61.6107,54.1311,2.72271,300,300,0,0,573,0,0,0), + (16502,2360,0,0,0,-480.131,-32.9365,54.5378,4.17134,300,300,10,0,573,0,0,1), + (16503,2248,0,0,0,-296.635,-302.209,43.4465,0.109343,300,300,3,0,1050,0,0,1), + (16504,2248,0,0,0,-307.798,-279.125,45.6518,5.59641,300,300,3,0,1050,0,0,1), + (16505,2248,0,0,0,-277.779,-304.297,42.0171,2.92027,300,300,3,0,1050,0,0,1), + (16506,2266,0,0,0,-337.774,4.1235,55.507,6.10156,300,300,0,0,603,0,0,0), + (16507,2360,0,0,0,-404.221,-58.5118,54.5014,5.58505,300,300,3,0,573,0,0,1), + (16508,2268,0,0,0,-382.664,16.2495,54.4183,1.65806,300,300,0,0,734,0,0,0), + (16509,2266,0,0,0,-398.459,-57.358,54.4454,4.6997,300,300,3,0,603,0,0,1), + (16510,2268,0,0,0,-519.298,-12.8243,53.4788,1.44741,300,300,10,0,734,0,0,1), + (16511,2268,0,0,0,-575.306,133.939,52.7079,4.63756,300,300,5,0,734,0,0,1), + (16512,2248,0,0,0,-281.666,-284.934,51.7172,5.62385,300,300,3,0,1050,0,0,1), + (16513,2349,0,0,0,-866.152,-291.87,37.8251,3.74368,300,300,5,0,664,0,0,1), + (16514,2266,0,0,0,-361.458,-21.875,55.1999,4.86478,300,300,5,0,603,0,0,1), + (16515,2249,0,0,0,-155.994,-373.778,52.0028,3.61928,300,300,3,0,1107,0,0,1), + (16516,2384,0,0,0,-548.463,-147.763,51.4657,1.3126,300,300,5,0,617,0,0,1), + (16517,2350,0,0,0,-216.678,-791.413,55.1349,1.97594,300,300,10,0,494,0,0,1), + (16518,2360,0,0,0,-358.439,-0.862522,55.0429,3.12414,300,300,0,0,573,0,0,0), + (16519,2266,0,0,0,-346.392,83.0253,54.1312,2.32129,300,300,0,0,603,0,0,0), + (16520,232,0,0,0,-341.604,3.60308,60.3681,2.21657,300,300,0,0,617,0,0,0), + (16521,2248,0,0,0,-226.257,-358.954,48.4258,3.69575,300,300,3,0,1050,0,0,1), + (16522,2266,0,0,0,-367.408,-2.85899,55.2533,4.67101,300,300,5,0,603,0,0,1), + (16523,2266,0,0,0,-352.208,89.7491,54.1188,4.60767,300,300,0,0,603,0,0,0), + (16524,2268,0,0,0,-411.865,2.80097,55.9364,4.93642,300,300,5,0,734,0,0,1), + (16525,2266,0,0,0,-345.112,52.3253,54.4366,0.763097,300,300,5,0,603,0,0,1), + (16526,2351,0,0,0,-218.289,-758.185,59.2734,1.5003,300,300,10,0,677,0,0,1), + (16527,2266,0,0,0,-337.642,17.281,55.52,1.01375,300,300,0,0,603,0,0,0), + (16528,2249,0,0,0,-235.387,-327.801,59.3863,0.5503,300,300,3,0,1107,0,0,1), + (16529,2360,0,0,0,-348.953,48.0235,54.4408,2.56563,300,300,0,0,573,0,0,0), + (16530,2449,0,0,0,-448.933,22.6889,53.7768,3.19828,300,300,5,0,713,0,0,2), + (16531,2360,0,0,0,-378.855,81.3234,54.1602,1.88196,300,300,10,0,573,0,0,1), + (16532,2266,0,0,0,-423.953,51.5544,54.3128,0.436332,300,300,0,0,603,0,0,0), + (16533,2249,0,0,0,-192.765,-321.419,73.3415,3.11388,300,300,3,0,1107,0,0,1), + (16534,2360,0,0,0,-413.788,53.4268,54.2974,3.92516,300,300,5,0,573,0,0,1), + (16535,2360,0,0,0,-371.657,35.8556,54.9094,5.29067,300,300,5,0,573,0,0,1), + (16536,2268,0,0,0,-635.292,16.7916,45.9747,2.13498,300,300,5,0,734,0,0,1), + (16537,2249,0,0,0,-212.882,-338.585,57.5145,2.79539,300,300,3,0,1107,0,0,1), + (16538,2349,0,0,0,-307.674,-118.47,63.8392,6.06049,300,300,10,0,664,0,0,1), + (16539,2360,0,0,0,-396.04,111.247,54.2029,0.774349,300,300,0,0,573,0,0,0), + (16540,2248,0,0,0,-265.727,-358.975,66.5851,1.74272,300,300,3,0,1050,0,0,1), + (16541,2266,0,0,0,-423.228,61.7868,54.618,0.575959,300,300,0,0,603,0,0,0), + (16542,2249,0,0,0,-261.54,-340.523,64.915,0.541037,300,300,3,0,1107,0,0,1), + (16543,2350,0,0,0,-241.188,-742.809,59.9277,-1.16741,300,300,0,0,494,0,0,0), + (16544,2266,0,0,0,-431.758,96.8059,54.5566,5.5676,300,300,0,0,603,0,0,0), + (16545,2360,0,0,0,-403.955,91.7775,54.5954,6.22303,300,300,10,0,573,0,0,1), + (16546,2249,0,0,0,-231.664,-382.127,70.1693,0.226893,300,300,3,0,1107,0,0,1), + (16547,2266,0,0,0,-399.687,116.774,54.1285,0.183355,300,300,0,0,603,0,0,0), + (16548,2248,0,0,0,-266.408,-382.354,66.6331,2.2515,300,300,3,0,1050,0,0,1), + (16549,2266,0,0,0,-436.847,47.2514,54.2811,2.29814,300,300,5,0,603,0,0,1), + (16550,2248,0,0,0,-204.441,-368.95,72.9635,0.802851,300,300,3,0,1050,0,0,1), + (16551,2360,0,0,0,-443.756,62.1851,54.0847,5.99416,300,300,5,0,573,0,0,1), + (16552,2249,0,0,0,-191.179,-346.089,72.9635,4.81711,300,300,3,0,1107,0,0,2), + (16553,2354,0,0,0,-391.316,-363.173,58.2651,0.68307,300,300,10,0,742,0,0,1), + (16554,2350,0,0,0,-353.914,-821.177,58.2832,1.51224,300,300,10,0,494,0,0,1), + (16555,2248,0,0,0,-316.08,-381.482,64.9481,3.12167,300,300,3,0,1050,0,0,1), + (16556,2356,0,0,0,-612.918,-288.413,45.2608,1.32112,300,300,5,0,944,0,0,1), + (16557,2384,0,0,0,-369.41,-640.715,52.4034,3.51956,300,300,10,0,617,0,0,1), + (16558,2248,0,0,0,-284.565,-448.78,64.1373,1.90949,300,300,10,0,1050,0,0,1), + (16559,2354,0,0,0,-530.603,-390.108,45.1607,1.95928,300,300,5,0,742,0,0,1), + (16560,2360,0,0,0,-412.399,100.56,54.4173,3.4383,300,300,0,0,573,0,0,0), + (16561,2360,0,0,0,-387.818,93.6254,54.7427,5.09636,300,300,10,0,573,0,0,1), + (16562,2384,0,0,0,-573.745,-181.018,52.4207,4.15129,300,300,10,0,617,0,0,1), + (16563,2384,0,0,0,-149.252,-724.322,65.012,4.85566,300,300,10,0,617,0,0,1), + (16564,2384,0,0,0,-356.533,-564.936,53.3245,3.98064,300,300,10,0,617,0,0,1), + (16565,6176,0,0,0,250.84,-1470.58,55.4491,1.39626,300,300,0,0,2016,0,0,2), + (16566,6033,0,0,0,1052.86,-114.364,21.9345,0.523599,300,300,0,0,328,0,0,0), + (16567,2684,0,0,0,843.62,-541.104,139.87,3.1765,300,300,0,0,1684,0,0,0), + (16568,2317,0,0,0,1232.95,-317.007,48.4766,3.28122,300,300,0,0,1240,0,0,0), + (16569,2408,0,0,0,1253.15,-103.454,29.6145,0.690287,300,300,10,0,1050,0,0,1), + (16570,2480,0,0,0,774.47,-287.346,153.266,4.76475,300,300,0,0,3404,0,0,0), + (16572,14961,0,0,0,3.85053,-338.2,131.281,4.17134,300,300,0,0,1605,0,0,0), + (16573,14962,0,0,0,406.803,-952.91,110.948,3.49066,300,300,0,0,64,0,0,0), + (16574,13217,0,0,0,-24.1885,-321.177,131.224,4.81711,600,600,0,0,8774,0,0,0), + (16575,13840,0,0,0,400.813,-960.106,110.501,3.10669,600,600,0,0,9563,0,0,0), + (16576,13219,0,0,0,393.567,-976.087,110.218,3.00197,600,600,0,0,8774,0,0,0), + (16577,13777,0,0,0,59.1021,-246.024,129.419,3.82227,600,600,0,0,8774,0,0,0), + (16578,13817,0,0,0,371.198,-1004.14,109.344,1.58825,300,300,0,0,3967,0,0,0), + (16579,13776,0,0,0,470.819,-1052.1,108.386,2.40855,600,600,0,0,3986,0,0,0), + (16580,2098,0,0,0,698.139,-1242.52,196.426,2.09297,300,300,5,0,164,0,0,1), + (16581,883,0,0,0,538.455,-1445.23,50.8205,6.08283,300,300,3,0,1,0,0,1), + (16582,2098,0,0,0,702.928,-1111.26,200.05,3.2886,300,300,5,0,164,0,0,1), + (16583,14284,0,0,0,105.145,-180.779,128.093,4.08407,600,600,0,0,9563,0,0,0), + (16584,14284,0,0,0,107.086,-183.622,127.824,3.49066,600,600,0,0,9563,0,0,0), + (16585,14284,0,0,0,95.4361,-185.41,127.448,6.24828,600,600,0,0,9563,0,0,0), + (16586,14284,0,0,0,96.3729,-188.233,127.139,0.453786,600,600,0,0,9563,0,0,0), + (16587,14284,0,0,0,62.2973,-228.429,129.739,4.06662,600,600,0,0,9563,0,0,0), + (16588,14284,0,0,0,64.4451,-231.358,129.688,3.80482,600,600,0,0,9563,0,0,0), + (16589,14284,0,0,0,63.5765,-238.595,129.554,1.76278,600,600,0,0,9563,0,0,0), + (16590,14284,0,0,0,67.0999,-238.448,129.557,2.16421,600,600,0,0,9563,0,0,0), + (16591,14284,0,0,0,59.0219,-249.2,129.258,3.47321,600,600,0,0,9563,0,0,0), + (16592,14284,0,0,0,58.9436,-253.759,129.277,2.86234,600,600,0,0,9563,0,0,0), + (16593,14284,0,0,0,43.6363,-249.37,129.656,5.84685,600,600,0,0,9563,0,0,0), + (16594,14284,0,0,0,23.8021,-285.149,133.012,3.96739,600,600,0,0,9563,0,0,2), + (16595,14284,0,0,0,25.8477,-285.859,133.085,3.97275,600,600,0,0,9563,0,0,2), + (16597,14285,0,0,0,453.503,-1039.34,109.066,2.56872,600,600,0,0,16638,0,0,2), + (16598,14285,0,0,0,452.997,-1041.45,108.823,2.55623,600,600,0,0,16638,0,0,2), + (16600,2405,0,0,0,400.292,-965.375,110.501,2.93215,300,300,0,0,3514,0,0,0), + (16601,2405,0,0,0,362.02,-1002.05,107.902,2.56563,300,300,0,0,3514,0,0,0), + (16602,2405,0,0,0,401.924,-949.31,110.876,3.05433,300,300,0,0,3514,0,0,0), + (16603,14285,0,0,0,489.728,-1052.06,108.697,2.23402,600,600,0,0,16638,0,0,0), + (16604,14285,0,0,0,491.428,-1049.46,108.68,2.86234,600,600,0,0,16638,0,0,0), + (16605,14285,0,0,0,478.524,-1052.58,108.488,0.767945,600,600,0,0,16638,0,0,0), + (16606,14285,0,0,0,477.587,-1049.47,108.566,6.21337,600,600,0,0,16638,0,0,0), + (16607,2405,0,0,0,367.066,-1000.87,108.844,2.67035,300,300,0,0,3514,0,0,0), + (16608,14285,0,0,0,534.978,-1080.86,106.324,4.69494,600,600,0,0,16638,0,0,0), + (16609,14285,0,0,0,531.744,-1081.91,105.963,4.95674,600,600,0,0,16638,0,0,0), + (16610,14285,0,0,0,541.277,-1088.98,107.061,2.68781,600,600,0,0,16638,0,0,0), + (16611,14285,0,0,0,538.753,-1091.26,106.797,2.28638,600,600,0,0,16638,0,0,0), + (16612,6033,0,0,0,853.765,-8.36285,25.6573,2.75762,300,300,0,0,328,0,0,0), + (16613,6033,0,0,0,524.228,462.177,18.8047,1.6057,300,300,0,0,328,0,0,0), + (16614,6033,0,0,0,987.507,-74.3916,22.0636,4.15388,300,300,0,0,328,0,0,0), + (16615,6033,0,0,0,1210.51,-151.803,24.8701,2.53073,300,300,0,0,328,0,0,0), + (16616,2408,0,0,0,1352.67,-48.2536,29.6017,2.45885,300,300,10,0,1050,0,0,1), + (16617,2408,0,0,0,510.155,385.116,29.6109,3.92908,300,300,10,0,1050,0,0,1), + (16618,2098,0,0,0,953.817,-561.64,202.886,4.55366,300,300,5,0,164,0,0,1), + (16619,2098,0,0,0,846.45,-338.9,233.087,1.02524,300,300,5,0,164,0,0,1), + (16620,2098,0,0,0,498.319,-1076.64,195.896,1.89789,300,300,5,0,164,0,0,1), + (16621,2098,0,0,0,664.991,-247.537,235.637,2.61687,300,300,5,0,164,0,0,1), + (16622,4075,0,0,0,378.108,168.873,43.2156,6.05478,300,300,10,0,8,0,0,1), + (16623,6033,0,0,0,519.494,536.358,14.8352,1.43117,300,300,0,0,328,0,0,0), + (16624,6033,0,0,0,715.172,128.641,25.5884,5.61996,300,300,0,0,328,0,0,0), + (16625,2408,0,0,0,626.913,226.556,30.2463,1.04808,300,300,10,0,1050,0,0,1), + (16626,2098,0,0,0,957.046,-951.057,163.355,2.47164,300,300,5,0,164,0,0,1), + (16627,6033,0,0,0,546.234,392.904,18.1509,2.58309,300,300,0,0,328,0,0,0), + (16628,2408,0,0,0,557.594,289.781,27.9714,6.13776,300,300,10,0,1050,0,0,1), + (16629,2408,0,0,0,1094.31,-222.748,31.1945,6.18621,300,300,10,0,1050,0,0,1), + (16630,883,0,0,0,509.828,-1000.43,150.228,3.63143,300,300,5,0,1,0,0,1), + (16631,2408,0,0,0,1065.49,-218.795,30.9792,4.70542,300,300,10,0,1050,0,0,1), + (16632,2252,0,0,0,827.221,-718.604,192.922,5.5531,300,300,5,0,1163,0,0,1), + (16633,2408,0,0,0,1277.51,-151.189,28.7497,1.23489,300,300,10,0,1050,0,0,1), + (16634,2408,0,0,0,1015.98,-178.155,30.7086,3.51015,300,300,10,0,1050,0,0,1), + (16635,2408,0,0,0,643.507,-1759.37,32.3218,0.000059,300,300,10,0,1050,0,0,1), + (16636,2408,0,0,0,573.044,288.517,21.5247,2.54502,300,300,10,0,1050,0,0,1), + (16637,2408,0,0,0,1124.51,-242.446,31.1587,2.10739,300,300,10,0,1050,0,0,1), + (16638,2408,0,0,0,744.298,46.2189,26.2203,1.03572,300,300,10,0,1050,0,0,1), + (16639,2408,0,0,0,644.213,189.951,28.8101,5.6462,300,300,10,0,1050,0,0,1), + (16640,2408,0,0,0,1248.5,-218.781,31.3986,0.001263,300,300,10,0,1050,0,0,1), + (16641,2408,0,0,0,482.332,487.398,20.7727,4.06282,300,300,10,0,1050,0,0,1), + (16643,2349,0,0,0,-24.6881,375.408,51.3476,5.7102,300,300,10,0,664,0,0,1), + (16645,2408,0,0,0,553.547,315.968,24.0858,0.972824,300,300,10,0,1050,0,0,1), + (16646,6033,0,0,0,649.33,234.895,16.7099,5.32325,300,300,0,0,328,0,0,0), + (16647,1958,0,0,0,785.527,35.5525,30.4611,3.55765,300,300,5,0,350,390,0,1), + (16648,1958,0,0,0,848.1,20.3895,25.7663,1.54381,300,300,5,0,350,390,0,1), + (16649,2349,0,0,0,-213.835,268.442,94.5927,5.29065,300,300,5,0,664,0,0,1), + (16650,2408,0,0,0,1019.31,-209.28,32.9553,5.24426,300,300,10,0,1050,0,0,1), + (16651,2408,0,0,0,997.782,-150.97,31.0625,5.66385,300,300,10,0,1050,0,0,1), + (16652,2408,0,0,0,782.292,-32.291,31.7882,4.82673,300,300,10,0,1050,0,0,1), + (16653,2408,0,0,0,710.964,78.7975,30.054,4.94469,300,300,10,0,1050,0,0,1), + (16654,2408,0,0,0,747.904,1.82426,30.7407,4.74808,300,300,10,0,1050,0,0,1), + (16655,2349,0,0,0,-213.851,155.342,69.0725,5.09036,300,300,10,0,664,0,0,1), + (16656,2408,0,0,0,526.383,321.608,31.641,1.2446,300,300,10,0,1050,0,0,1), + (16657,2408,0,0,0,517.916,354.867,31.6603,2.19788,300,300,10,0,1050,0,0,1), + (16658,2408,0,0,0,472.883,391.111,36.0622,1.22449,300,300,10,0,1050,0,0,1), + (16659,2349,0,0,0,267.743,67.5817,53.9649,0.623199,300,300,10,0,664,0,0,1), + (16660,4075,0,0,0,456.76,234.252,42.0227,1.91301,300,300,10,0,8,0,0,1), + (16661,2349,0,0,0,443.781,119.649,42.2515,0.437453,300,300,10,0,664,0,0,1), + (16662,2408,0,0,0,478.942,436.653,28.0245,3.63235,300,300,10,0,1050,0,0,1), + (16663,2408,0,0,0,480.191,422.002,30.1947,1.34,300,300,10,0,1050,0,0,1), + (16664,2349,0,0,0,113.08,58.5343,53.6984,1.46046,300,300,10,0,664,0,0,1), + (16665,2356,0,0,0,-257.786,163.965,81.7131,1.56264,300,300,10,0,944,0,0,1), + (16666,2358,0,0,0,372.299,156.974,43.2196,2.37022,300,300,5,0,954,2553,0,1), + (16667,2356,0,0,0,81.7462,130.012,49.6645,4.44075,300,300,10,0,944,0,0,1), + (16668,2272,0,0,0,373.325,161.714,43.2042,0.689809,300,300,0,0,882,2362,0,0), + (16669,2271,0,0,0,373.901,164.413,43.1955,1.66907,300,300,0,0,1106,0,0,0), + (16670,2247,0,0,0,1255.43,-307.122,45.7477,3.6239,300,300,5,0,1678,0,0,1), + (16671,4075,0,0,0,686.362,-887.436,164.357,2.5536,300,300,10,0,8,0,0,1), + (16672,2252,0,0,0,652.258,-665.504,216.549,3.32384,300,300,5,0,1163,0,0,1), + (16673,2349,0,0,0,-110.304,375.521,80.401,0,300,300,3,0,664,0,0,1), + (16674,2349,0,0,0,77.2441,48.8558,55.023,4.71239,300,300,10,0,664,0,0,1), + (16675,2356,0,0,0,292.679,82.2178,49.298,1.3452,300,300,10,0,944,0,0,1), + (16676,2408,0,0,0,939.466,-109.931,31.7714,2.80462,300,300,10,0,1050,0,0,1), + (16677,2408,0,0,0,986.152,-175.353,31.4827,4.0904,300,300,10,0,1050,0,0,1), + (16678,2408,0,0,0,953.817,-138.11,31.4956,0.329779,300,300,10,0,1050,0,0,1), + (16679,2408,0,0,0,850.665,-47.8706,29.5998,5.7624,300,300,10,0,1050,0,0,1), + (16680,2408,0,0,0,838.392,-88.2026,35.664,2.55147,300,300,10,0,1050,0,0,1), + (16681,2408,0,0,0,821.06,-79.2174,34.6273,0.858787,300,300,10,0,1050,0,0,1), + (16682,2408,0,0,0,902.904,-75.553,31.5932,2.71657,300,300,10,0,1050,0,0,1), + (16683,2408,0,0,0,870.975,-91.2215,34.4972,4.1316,300,300,10,0,1050,0,0,1), + (16684,2408,0,0,0,808.359,-48.4506,32.4194,1.46983,300,300,10,0,1050,0,0,1), + (16685,2243,0,0,0,928.2,-669.307,121.893,3.72032,300,300,5,0,1469,0,0,1), + (16686,2252,0,0,0,714.766,-689.342,162.671,0.744397,300,300,3,0,1163,0,0,1), + (16687,2407,0,0,0,927.811,-693.839,121.776,3.5981,300,300,10,0,1221,0,0,1), + (16688,2243,0,0,0,947.814,-648.51,121.109,3.10356,300,300,10,0,1469,0,0,1), + (16689,2407,0,0,0,545.963,-1085.57,145.777,0.607392,300,300,5,0,1221,0,0,1), + (16690,2406,0,0,0,592.109,-1028.68,151.128,5.54064,300,300,5,0,1163,0,0,1), + (16691,2407,0,0,0,1057.18,-665.657,91.9842,2.20649,300,300,10,0,1221,0,0,1), + (16692,2408,0,0,0,622.258,-1715.54,34.859,0.021375,300,300,10,0,1050,0,0,1), + (16693,2247,0,0,0,1106.76,-318.8,43.7819,6.01378,300,300,10,0,1678,0,0,1), + (16694,2408,0,0,0,521.358,-1538.59,36.5165,5.4729,300,300,10,0,1050,0,0,1), + (16695,2408,0,0,0,457.212,-1482.02,34.3521,2.25916,300,300,10,0,1050,0,0,1), + (16696,2408,0,0,0,493.588,-1531.61,33.828,4.80608,300,300,10,0,1050,0,0,1), + (16697,2408,0,0,0,419.324,-1464.54,33.9715,1.51451,300,300,10,0,1050,0,0,1), + (16698,2252,0,0,0,787.637,-685.849,163.051,0.486987,300,300,5,0,1163,0,0,1), + (16699,2252,0,0,0,887.694,-514.031,137.063,4.72216,300,300,5,0,1163,0,0,1), + (16700,2407,0,0,0,407.036,-1528.51,53.5441,3.00633,300,300,10,0,1221,0,0,1), + (16701,2252,0,0,0,951.095,-481.804,132.545,1.92995,300,300,5,0,1163,0,0,1), + (16702,2407,0,0,0,535.477,-1332.13,86.7062,0.793685,300,300,3,0,1221,0,0,1), + (16703,2407,0,0,0,1057.19,-484.547,105.31,2.98479,300,300,5,0,1221,0,0,1), + (16704,2406,0,0,0,542.61,-1363.98,74.4041,5.92807,300,300,3,0,1163,0,0,1), + (16705,2406,0,0,0,565.03,-1420.31,73.418,0.078271,300,300,5,0,1163,0,0,1), + (16706,2349,0,0,0,-265.719,186.429,91.0819,0.441817,300,300,10,0,664,0,0,1), + (16707,2242,0,0,0,723.148,-1014.39,153.071,1.66,300,300,5,0,1403,0,0,1), + (16708,2243,0,0,0,895.352,-900.127,125.008,6.21083,300,300,3,0,1469,0,0,1), + (16709,2246,0,0,0,1227.87,-292.91,41.4701,4.96087,300,300,5,0,1604,0,0,1), + (16710,2247,0,0,0,1080.69,-289.516,44.0389,5.41496,300,300,5,0,1678,0,0,1), + (16711,2287,0,0,0,502.344,-195.077,152.605,4.88692,300,300,2,0,4377,0,0,1), + (16712,883,0,0,0,656.636,-1388.88,95.7312,2.0982,300,300,3,0,1,0,0,1), + (16713,2349,0,0,0,-60.6443,39.841,74.193,4.64154,300,300,3,0,664,0,0,1), + (16714,2356,0,0,0,-45.5915,118.028,57.9524,0.005859,300,300,10,0,944,0,0,1), + (16715,1958,0,0,0,759.189,90.8957,30.995,1.59924,300,300,5,0,350,390,0,1), + (16716,2349,0,0,0,22.5873,105.971,49.9456,5.87605,300,300,10,0,664,0,0,1), + (16717,2406,0,0,0,383.916,-1291.4,58.6432,6.24766,300,300,5,0,1163,0,0,1), + (16718,2628,0,0,0,446.603,310.209,43.7721,1.00534,300,300,0,0,1221,0,0,0), + (16719,2242,0,0,0,589.266,-838.213,158.746,3.12772,300,300,5,0,1403,0,0,1), + (16720,1933,0,0,0,277.953,-801.1,139.286,2.04581,300,300,10,0,14,0,0,1), + (16721,2407,0,0,0,478.634,-1299.76,69.3663,2.68971,300,300,5,0,1221,0,0,1), + (16722,2252,0,0,0,651.211,-701.348,204.588,4.3471,300,300,5,0,1163,0,0,1), + (16723,2408,0,0,0,404.519,-1464.41,34.9943,0.237156,300,300,10,0,1050,0,0,1), + (16724,2349,0,0,0,-142.33,107.265,59.9299,2.33962,300,300,5,0,664,0,0,1), + (16725,2349,0,0,0,14.2789,85.7148,52.4014,0.892272,300,300,10,0,664,0,0,1), + (16726,2407,0,0,0,588.558,-1496.16,64.6542,1.64697,300,300,10,0,1221,0,0,1), + (16727,2407,0,0,0,512.432,-1411.66,62.7705,2.36014,300,300,3,0,1221,0,0,1), + (16728,2628,0,0,0,102.488,433.153,43.3068,5.47747,300,300,5,0,1221,0,0,1), + (16729,2356,0,0,0,60.749,88.7913,49.2333,0.688624,300,300,10,0,944,0,0,1), + (16730,2356,0,0,0,210.3,-8.49704,72.8186,2.48637,300,300,10,0,944,0,0,1), + (16731,2287,0,0,0,507.03,-212.483,152.605,2.97482,300,300,2,0,4377,0,0,1), + (16732,4075,0,0,0,669.729,-950.925,164.475,2.55198,300,300,10,0,8,0,0,1), + (16733,2242,0,0,0,699.077,-859.885,158.498,2.92778,300,300,5,0,1403,0,0,1), + (16734,2252,0,0,0,482.171,-752.265,146.792,0.676179,300,300,10,0,1163,0,0,1), + (16735,2242,0,0,0,645.027,-1010.76,164.665,3.35444,300,300,5,0,1403,0,0,1), + (16736,2253,0,0,0,918.502,-415.368,147.241,0.952451,300,300,0,0,1220,0,0,0), + (16737,2242,0,0,0,673.413,-1008.82,166.008,0.97388,300,300,5,0,1403,0,0,1), + (16738,2252,0,0,0,928.948,-379.539,137.91,0.414483,300,300,5,0,1163,0,0,1), + (16739,2407,0,0,0,359.963,-1544.48,62.5165,0.650762,300,300,3,0,1221,0,0,1), + (16740,2408,0,0,0,542.834,-1592,34.943,2.0108,300,300,10,0,1050,0,0,1), + (16741,2406,0,0,0,414.131,-1544.03,57.9173,3.30835,300,300,5,0,1163,0,0,1), + (16742,883,0,0,0,316.915,-1521.15,57.4661,5.1463,300,300,10,0,1,0,0,1), + (16743,2408,0,0,0,588.471,-1651.22,34.9343,2.19672,300,300,10,0,1050,0,0,1), + (16744,2408,0,0,0,392.686,-1445.17,34.7555,3.42036,300,300,10,0,1050,0,0,1), + (16745,2407,0,0,0,289.245,-1546.19,64.9128,1.46569,300,300,3,0,1221,0,0,1), + (16746,2256,0,0,0,547.092,-350.745,153.425,3.74448,300,300,5,0,4185,0,0,1), + (16747,2287,0,0,0,511.345,-351.439,163.295,3.89823,300,300,5,0,4377,0,0,1), + (16748,2408,0,0,0,320.698,-1378.55,34.7827,0.392838,300,300,10,0,1050,0,0,1), + (16749,2253,0,0,0,778.667,-551.664,148.849,3.53021,300,300,5,0,1220,0,0,1), + (16750,2408,0,0,0,303.062,-1356.19,35.3282,0.273935,300,300,10,0,1050,0,0,1), + (16751,2242,0,0,0,674.779,-828.21,158.641,5.43524,300,300,5,0,1403,0,0,1), + (16752,2349,0,0,0,49.1028,129.434,49.9947,1.73948,300,300,10,0,664,0,0,1), + (16753,2356,0,0,0,43.7503,45.5611,57.517,1.69222,300,300,10,0,944,0,0,1), + (16754,2242,0,0,0,731.766,-862.035,165.141,5.54841,300,300,5,0,1403,0,0,1), + (16755,2252,0,0,0,486.08,-777.775,147.454,6.20094,300,300,5,0,1163,0,0,1), + (16756,2241,0,0,0,222.386,-845.441,146.898,0.923139,300,300,0,0,1213,0,0,0), + (16757,2406,0,0,0,-148.638,-72.0055,148.315,2.77161,300,300,5,0,1163,0,0,1), + (16758,2406,0,0,0,-115.736,-48.6342,146.389,1.12923,300,300,10,0,1163,0,0,1), + (16759,2333,0,0,0,202.499,-817.333,151.174,0.366519,300,300,0,0,3286,0,0,0), + (16760,2408,0,0,0,759.524,-22.0947,32.0148,5.29451,300,300,10,0,1050,0,0,1), + (16761,2241,0,0,0,220.609,-829.404,149.265,6.02034,300,300,5,0,1213,0,0,1), + (16762,2252,0,0,0,484.839,-720.84,158.188,6.15044,300,300,10,0,1163,0,0,1), + (16763,2408,0,0,0,790.977,-48.3493,32.1981,4.87818,300,300,10,0,1050,0,0,1), + (16764,2416,0,0,0,480.606,-257.163,152.605,1.33381,300,300,2,0,3831,0,0,1), + (16765,2416,0,0,0,488.357,-256.837,152.605,1.12522,300,300,2,0,3831,0,0,1), + (16766,2406,0,0,0,15.1506,-127.864,124.471,4.07397,300,300,5,0,1163,0,0,1), + (16767,2356,0,0,0,-29.2921,29.8512,73.5496,4.59094,300,300,10,0,944,0,0,1), + (16768,2287,0,0,0,499.138,-231.656,166.528,1.6057,300,300,2,0,4377,0,0,1), + (16769,2287,0,0,0,493.253,-234.984,166.528,2.58671,300,300,2,0,4377,0,0,1), + (16770,2257,0,0,0,487.381,-215.608,167.822,5.25344,300,300,0,0,5148,0,0,0), + (16771,2242,0,0,0,723.236,-835.808,162.516,6.00532,300,300,5,0,1403,0,0,1), + (16772,2255,0,0,0,755.18,-372.512,141.87,5.77851,300,300,5,0,2910,2861,0,1), + (16773,2254,0,0,0,751.149,-318.045,136.004,5.43932,300,300,5,0,3831,0,0,1), + (16774,2255,0,0,0,749.943,-293.064,135.8,1.92788,300,300,5,0,2910,2861,0,1), + (16775,2253,0,0,0,431.314,-573.841,171.186,4.78532,300,300,0,0,1220,0,0,0), + (16776,2254,0,0,0,716.629,-288.746,140.592,0.820305,300,300,5,0,3831,0,0,1), + (16777,2408,0,0,0,1144.65,-247.539,31.2681,0.420561,300,300,10,0,1050,0,0,1), + (16778,2247,0,0,0,1136.14,-382.206,42.8772,4.86047,300,300,5,0,1678,0,0,1), + (16779,2252,0,0,0,770.479,-592.976,158.37,3.17115,300,300,5,0,1163,0,0,1), + (16780,2252,0,0,0,847.676,-645.907,149.176,5.23255,300,300,5,0,1163,0,0,1), + (16781,2252,0,0,0,912.087,-616.126,146.083,3.70142,300,300,3,0,1163,0,0,1), + (16782,2252,0,0,0,855.498,-615.313,147.248,0.36295,300,300,5,0,1163,0,0,1), + (16783,2252,0,0,0,887.474,-614.044,152.704,0.432264,300,300,10,0,1163,0,0,1), + (16784,2356,0,0,0,390.428,89.3012,46.2104,0.091897,300,300,5,0,944,0,0,1), + (16785,2253,0,0,0,820.641,-542.28,140.759,1.14943,300,300,10,0,1220,0,0,1), + (16786,2349,0,0,0,129.991,157.029,54.2428,2.82355,300,300,5,0,664,0,0,1), + (16787,2406,0,0,0,5.51743,-141.164,126.325,0.326074,300,300,5,0,1163,0,0,1), + (16788,2356,0,0,0,137.513,177.587,50.0034,2.8075,300,300,5,0,944,0,0,1), + (16789,2349,0,0,0,16.8305,-24.3009,92.7928,1.4416,300,300,10,0,664,0,0,1), + (16790,2406,0,0,0,108.336,-47.4268,96.6073,5.9004,300,300,10,0,1163,0,0,1), + (16791,2628,0,0,0,118.231,491.632,44.1801,3.16467,300,300,5,0,1221,0,0,1), + (16792,4075,0,0,0,38.4881,455.691,42.8019,0.072281,300,300,10,0,8,0,0,1), + (16793,4075,0,0,0,89.9892,271.787,41.9983,2.1588,300,300,10,0,8,0,0,1), + (16794,2406,0,0,0,186.354,-40.5918,90.2448,1.39986,300,300,3,0,1163,0,0,1), + (16795,2406,0,0,0,151.619,-88.5512,112.403,5.31448,300,300,10,0,1163,0,0,1), + (16796,2242,0,0,0,714.583,-977.084,165.499,1.50108,300,300,5,0,1403,0,0,1), + (16797,2358,0,0,0,60.4268,257.323,43.5118,0.019068,300,300,5,0,954,2553,0,1), + (16798,2252,0,0,0,747.575,-647.568,151.091,5.84355,300,300,10,0,1163,0,0,1), + (16799,2252,0,0,0,793.288,-485.912,135.498,2.63795,300,300,3,0,1163,0,0,1), + (16800,2252,0,0,0,756.075,-514.504,144.632,0.414765,300,300,3,0,1163,0,0,1), + (16801,2253,0,0,0,745.767,-549.711,151.846,2.60798,300,300,3,0,1220,0,0,1), + (16802,2406,0,0,0,-81.1631,-47.7711,137.738,2.75814,300,300,10,0,1163,0,0,1), + (16803,2256,0,0,0,582.503,-333.951,150.755,4.62952,300,300,5,0,4185,0,0,1), + (16804,2255,0,0,0,575.096,-306.593,152.106,1.68164,300,300,5,0,2910,2861,0,1), + (16805,2254,0,0,0,776.031,-321.419,138.202,3.7515,300,300,0,0,3831,0,0,2), + (16806,2272,0,0,0,47.573,253.206,42.0118,3.57014,300,300,5,0,882,2362,0,1), + (16807,2255,0,0,0,612.814,-345.006,152.315,2.15923,300,300,5,0,2910,2861,0,1), + (16808,2543,0,0,0,34.8848,255.874,42.0349,3.21141,300,300,0,0,1227,3191,0,0), + (16809,2254,0,0,0,688.137,-385.574,160.505,5.03649,300,300,5,0,3831,0,0,1), + (16810,2356,0,0,0,-13.7593,91.8976,54.9062,1.65491,300,300,10,0,944,0,0,1), + (16811,2255,0,0,0,684.529,-347.491,146.083,0.679345,300,300,5,0,2910,2861,0,1), + (16812,2350,0,0,0,92.3524,-656.335,87.6916,2.92927,300,300,5,0,494,0,0,1), + (16813,2349,0,0,0,40.2863,-59.1109,102.832,2.42534,300,300,10,0,664,0,0,1), + (16814,2406,0,0,0,60.2392,-54.8844,101.267,3.51157,300,300,10,0,1163,0,0,1), + (16815,2628,0,0,0,89.169,371.175,48.2043,1.09142,300,300,3,0,1221,0,0,1), + (16816,2271,0,0,0,33.4977,362.38,43.0735,1.81936,300,300,6,0,1106,0,0,1), + (16817,2408,0,0,0,514.773,287.679,33.3248,5.83088,300,300,10,0,1050,0,0,1), + (16818,2359,0,0,0,389.492,141.845,42.1623,0.637527,300,300,5,0,1221,0,0,1), + (16819,2408,0,0,0,573.347,242.624,27.573,3.05679,300,300,10,0,1050,0,0,1), + (16820,2408,0,0,0,555.885,252.473,31.7822,4.50791,300,300,10,0,1050,0,0,1), + (16821,2408,0,0,0,584.333,217.015,32.3279,0.412265,300,300,10,0,1050,0,0,1), + (16822,2359,0,0,0,405.642,155.971,41.9781,5.30818,300,300,5,0,1221,0,0,1), + (16823,2349,0,0,0,-31.196,151.434,53.6047,3.27686,300,300,10,0,664,0,0,1), + (16824,2408,0,0,0,653.175,123.714,33.0338,1.87834,300,300,10,0,1050,0,0,1), + (16825,2408,0,0,0,682.613,106.923,30.7917,5.15735,300,300,10,0,1050,0,0,1), + (16826,2408,0,0,0,616.758,188.439,33.1991,2.60452,300,300,10,0,1050,0,0,1), + (16827,2408,0,0,0,644.817,143.254,32.0083,4.84854,300,300,10,0,1050,0,0,1), + (16828,2408,0,0,0,684.251,87.6968,32.2845,4.61231,300,300,10,0,1050,0,0,1), + (16829,2358,0,0,0,418.417,167.898,43.0854,1.23733,300,300,5,0,954,2553,0,1), + (16830,2408,0,0,0,914.714,-109.735,33.8974,5.59317,300,300,10,0,1050,0,0,1), + (16831,2408,0,0,0,705.295,34.7223,33.9719,5.10187,300,300,10,0,1050,0,0,1), + (16832,2407,0,0,0,1036.29,-284.389,47.7612,0.1372,300,300,10,0,1221,0,0,1), + (16833,2359,0,0,0,422.25,251.171,44.2319,3.48449,300,300,5,0,1221,0,0,1), + (16834,2407,0,0,0,1018.9,-325.537,57.7319,1.54155,300,300,5,0,1221,0,0,1), + (16835,2358,0,0,0,420.743,233.775,43.3513,6.20591,300,300,5,0,954,2553,0,1), + (16836,2407,0,0,0,1039.75,-686.548,97.1431,0.005859,300,300,10,0,1221,0,0,1), + (16837,2406,0,0,0,-14.6038,-105.304,126.023,1.49852,300,300,10,0,1163,0,0,1), + (16838,2407,0,0,0,889.31,-789.888,129.87,1.3331,300,300,10,0,1221,0,0,1), + (16839,2243,0,0,0,858.468,-785.521,133.407,1.12731,300,300,5,0,1469,0,0,1), + (16840,2243,0,0,0,825.404,-849.894,141.638,3.98794,300,300,3,0,1469,0,0,1), + (16841,2252,0,0,0,742.601,-770.774,183.201,5.29295,300,300,5,0,1163,0,0,1), + (16842,2252,0,0,0,749.545,-683.383,153.426,0.587342,300,300,10,0,1163,0,0,1), + (16843,2252,0,0,0,718.137,-717.208,158.357,1.87916,300,300,10,0,1163,0,0,1), + (16844,2252,0,0,0,691.229,-742.267,163.049,0.323279,300,300,10,0,1163,0,0,1), + (16845,2253,0,0,0,614.16,-683.062,152.979,1.23983,300,300,5,0,1220,0,0,1), + (16846,2252,0,0,0,627.061,-650.58,153.807,0.080526,300,300,5,0,1163,0,0,1), + (16847,2253,0,0,0,610.837,-697.634,152.17,0.923733,300,300,3,0,1220,0,0,1), + (16848,2253,0,0,0,669.238,-545.509,171.697,2.75746,300,300,5,0,1220,0,0,1), + (16849,2252,0,0,0,658.417,-706.339,161.207,0.901045,300,300,3,0,1163,0,0,1), + (16850,2253,0,0,0,649.382,-684.611,156.629,0.161979,300,300,3,0,1220,0,0,1), + (16851,2349,0,0,0,195.676,8.67672,64.4098,0.047947,300,300,10,0,664,0,0,1), + (16852,2408,0,0,0,229.941,-1254.32,32.1782,1.74366,300,300,10,0,1050,0,0,1), + (16853,2358,0,0,0,116.958,268.794,43.2375,0.758022,300,300,5,0,954,2553,0,1), + (16854,2408,0,0,0,264.946,-1277.44,37.1807,5.9043,300,300,10,0,1050,0,0,1), + (16855,2408,0,0,0,285.907,-1316.24,35.1194,3.5833,300,300,10,0,1050,0,0,1), + (16856,2358,0,0,0,101.512,254.569,43.429,3.25131,300,300,5,0,954,2553,0,1), + (16857,2351,0,0,0,264.34,-955.171,91.409,6.2578,300,300,5,0,677,0,0,1), + (16858,883,0,0,0,377.573,-833.667,128.466,1.88884,300,300,5,0,1,0,0,1), + (16859,2358,0,0,0,82.4674,459.494,43.4963,4.87487,300,300,6,0,954,2553,0,1), + (16860,2628,0,0,0,53.283,459.876,42.0044,4.36431,300,300,5,0,1221,0,0,1), + (16861,2359,0,0,0,40.2234,499.85,42.0326,1.927,300,300,5,0,1221,0,0,1), + (16862,2628,0,0,0,51.137,395.157,42.1286,1.088,300,300,5,0,1221,0,0,1), + (16863,2242,0,0,0,637.464,-896.279,163.748,3.76756,300,300,5,0,1403,0,0,1), + (16864,4075,0,0,0,619.366,-922.788,164.71,3.9063,300,300,0,0,8,0,0,0), + (16865,2358,0,0,0,31.5447,476.609,43.3808,1.26086,300,300,0,0,954,2553,0,0), + (16866,2359,0,0,0,62.7876,435.948,42.0057,1.00443,300,300,5,0,1221,0,0,1), + (16867,2359,0,0,0,34.483,329.744,43.0715,6.11476,300,300,5,0,1221,0,0,1), + (16868,2359,0,0,0,108.844,453.152,42.0326,1.83047,300,300,5,0,1221,0,0,1), + (16869,2358,0,0,0,90.2232,337.625,43.3797,2.83848,300,300,5,0,954,2553,0,1), + (16870,2358,0,0,0,73.645,359.973,44.675,4.312,300,300,5,0,954,2553,0,1), + (16871,2359,0,0,0,63.3313,250.556,42.8865,2.78465,300,300,5,0,1221,0,0,1), + (16872,2358,0,0,0,75.4903,422.109,43.0974,2.90567,300,300,5,0,954,2553,0,1), + (16873,2628,0,0,0,85.1788,375.522,43.4396,5.10317,300,300,5,0,1221,0,0,1), + (16874,2359,0,0,0,58.4591,359.347,43.7877,2.01109,300,300,5,0,1221,0,0,1), + (16875,2359,0,0,0,78.6308,313.45,41.8733,4.10925,300,300,5,0,1221,0,0,1), + (16876,2628,0,0,0,102.284,321.909,43.0326,3.5415,300,300,5,0,1221,0,0,1), + (16877,2358,0,0,0,78.2557,282.82,43.6286,0.20122,300,300,5,0,954,2553,0,1), + (16878,2254,0,0,0,662.471,-384.177,158.344,4.43579,300,300,0,0,3831,0,0,2), + (16879,3985,0,0,0,884.315,-121.84,38.4745,6.28045,600,600,0,0,3489,0,0,0), + (16880,2246,0,0,0,1121.29,-402.157,51.105,0.191585,300,300,5,0,1604,0,0,1), + (16881,2246,0,0,0,1107.29,-369.791,46.7697,1.07792,300,300,5,0,1604,0,0,1), + (16882,2246,0,0,0,1079.31,-354.659,52.5022,2.15346,300,300,5,0,1604,0,0,1), + (16883,2246,0,0,0,1128.21,-357.093,43.5022,5.64243,300,300,5,0,1604,0,0,1), + (16884,2243,0,0,0,1013.1,-787.996,108.293,2.21531,300,300,3,0,1469,0,0,1), + (16885,2252,0,0,0,515.365,-743.53,162.086,3.29066,300,300,10,0,1163,0,0,1), + (16886,2243,0,0,0,1007.45,-769.969,107.543,4.66516,300,300,10,0,1469,0,0,1), + (16887,2243,0,0,0,953.315,-852.348,114.603,0.325815,300,300,3,0,1469,0,0,1), + (16888,2245,0,0,0,1014.24,-811.639,108.443,0.026395,300,300,3,0,1536,0,0,1), + (16889,2243,0,0,0,921.967,-820.755,119.135,3.38805,300,300,5,0,1469,0,0,1), + (16890,2245,0,0,0,935.615,-833.923,114.853,1.67503,300,300,0,0,1536,0,0,0), + (16891,2243,0,0,0,927.343,-848.585,115.893,4.71953,300,300,0,0,1469,0,0,0), + (16892,2318,0,0,0,930.255,-860.302,115.018,5.14075,300,300,0,0,1034,2680,0,0), + (16893,2245,0,0,0,1109.13,-739.73,70.945,3.35955,300,300,0,0,1536,0,0,0), + (16894,2243,0,0,0,951.806,-828.002,114.478,1.39864,300,300,3,0,1469,0,0,1), + (16895,2243,0,0,0,953.599,-864.57,113.728,5.35057,300,300,3,0,1469,0,0,1), + (16896,2243,0,0,0,941.045,-871.455,114.325,5.60531,300,300,3,0,1469,0,0,1), + (16897,2243,0,0,0,961.763,-837.9,113.478,0.012423,300,300,3,0,1469,0,0,1), + (16898,2349,0,0,0,127.549,-13.6348,79.6948,3.51956,300,300,10,0,664,0,0,1), + (16899,2247,0,0,0,1218.18,-319.604,48.384,3.63428,300,300,3,0,1678,0,0,1), + (16900,2423,0,0,0,1227.89,-317.491,48.3923,4.45659,300,300,0,0,1522,1332,0,0), + (16901,2246,0,0,0,1218.9,-323.561,48.383,0.622039,300,300,5,0,1604,0,0,1), + (16902,2243,0,0,0,1025.23,-699.242,100.65,3.7556,300,300,3,0,1469,0,0,1), + (16903,2245,0,0,0,997.809,-809.971,109.901,6.23948,300,300,3,0,1536,0,0,1), + (16904,2243,0,0,0,987.479,-772.467,108.715,3.50352,300,300,0,0,1469,0,0,0), + (16905,2306,0,0,0,1180.59,-555.904,71.1468,1.8822,300,300,0,0,1239,3191,0,0), + (16906,2243,0,0,0,930.37,-767.661,120.18,0.715615,300,300,10,0,1469,0,0,1), + (16907,2245,0,0,0,977.495,-773.211,109.84,4.8143,300,300,3,0,1536,0,0,1), + (16908,2318,0,0,0,990.452,-787.772,109.465,1.52463,300,300,0,0,1034,2680,0,0), + (16909,2245,0,0,0,995.187,-776.481,108.59,5.56314,300,300,0,0,1536,0,0,0), + (16910,2243,0,0,0,1067.43,-693.762,84.9393,3.55061,300,300,5,0,1469,0,0,1), + (16911,2243,0,0,0,981.158,-789.444,112.965,2.47401,300,300,0,0,1469,0,0,0), + (16912,2359,0,0,0,78.1976,225.788,42.1213,5.30245,300,300,5,0,1221,0,0,1), + (16913,2407,0,0,0,1075.66,-628.732,91.8456,4.24081,300,300,10,0,1221,0,0,1), + (16914,2243,0,0,0,1160.43,-551.638,74.1004,2.54045,300,300,10,0,1469,0,0,1), + (16915,2358,0,0,0,92.6306,232.972,43.2658,5.69433,300,300,5,0,954,2553,0,1), + (16916,2359,0,0,0,127.99,244.026,43.82,0.493506,300,300,5,0,1221,0,0,1), + (16917,2359,0,0,0,298.926,173.572,41.2229,5.28293,300,300,5,0,1221,0,0,1), + (16918,2243,0,0,0,1174.92,-542.781,72.8968,2.47518,300,300,10,0,1469,0,0,1), + (16919,2243,0,0,0,1186.63,-565.633,72.1468,5.40058,300,300,3,0,1469,0,0,1), + (16920,2243,0,0,0,1163.49,-529.427,76.7648,3.40836,300,300,10,0,1469,0,0,1), + (16921,2243,0,0,0,1131.01,-506.511,76.0326,4.97538,300,300,5,0,1469,0,0,1), + (16922,2243,0,0,0,1185.29,-542.59,72.6468,3.5126,300,300,10,0,1469,0,0,1), + (16923,2243,0,0,0,1168.53,-572.707,72.9234,1.78287,300,300,3,0,1469,0,0,1), + (16924,2628,0,0,0,160.558,223.594,42.7157,5.98357,300,300,5,0,1221,0,0,1), + (16925,2358,0,0,0,309.409,186.122,42.8756,4.54891,300,300,5,0,954,2553,0,1), + (16926,2243,0,0,0,1201.28,-554.588,70.4562,3.76099,300,300,3,0,1469,0,0,1), + (16927,2318,0,0,0,1174.19,-554.698,71.1468,0.255882,300,300,0,0,1034,2680,0,0), + (16928,2245,0,0,0,1161.51,-564.228,71.7254,5.37378,300,300,3,0,1536,0,0,1), + (16929,2243,0,0,0,1121.97,-708.237,69.7967,5.82797,300,300,0,0,1469,0,0,0), + (16930,2318,0,0,0,1113.03,-708.455,72.0467,0.358357,300,300,0,0,1034,2680,0,0), + (16931,2243,0,0,0,1103.93,-710.05,73.7967,6.02712,300,300,0,0,1469,0,0,0), + (16932,2243,0,0,0,1096.8,-725.897,74.4938,0.295866,300,300,0,0,1469,0,0,0), + (16933,2359,0,0,0,370.506,201.773,42.7826,1.08532,300,300,5,0,1221,0,0,1), + (16934,2359,0,0,0,373.33,137.436,43.4051,5.83379,300,300,5,0,1221,0,0,1), + (16935,2245,0,0,0,1128.34,-723.285,69.4217,5.52093,300,300,0,0,1536,0,0,0), + (16936,2358,0,0,0,357.448,174.729,41.9861,5.15566,300,300,5,0,954,2553,0,1), + (16937,2359,0,0,0,457.985,169.822,42.0298,0.39695,300,300,5,0,1221,0,0,1), + (16938,2628,0,0,0,414.552,211.044,43.2272,5.03043,300,300,5,0,1221,0,0,1), + (16939,2358,0,0,0,486.93,203.107,43.0991,5.0744,300,300,5,0,954,2553,0,1), + (16940,2421,0,0,0,627.308,-298.841,152.97,3.35798,300,300,2,0,4572,0,0,1), + (16941,2359,0,0,0,491.084,224.798,41.9545,3.04521,300,300,5,0,1221,0,0,1), + (16942,2358,0,0,0,447.378,184.093,43.2503,3.64548,300,300,5,0,954,2553,0,1), + (16943,2422,0,0,0,719.318,-322.698,140.332,5.02419,300,300,2,0,4377,0,0,1), + (16944,2359,0,0,0,445.97,214.298,42.0323,3.16357,300,300,5,0,1221,0,0,1), + (16945,2359,0,0,0,456.133,268.804,42.891,1.00392,300,300,5,0,1221,0,0,1), + (16946,2359,0,0,0,444.464,224.338,42.137,4.06395,300,300,5,0,1221,0,0,2), + (16947,2420,0,0,0,512.719,-324.533,153.751,0.298629,300,300,2,0,8057,2572,0,1), + (16948,2358,0,0,0,473.709,240.079,43.4152,0.070947,300,300,5,0,954,2553,0,1), + (16949,2359,0,0,0,344.881,178.165,42.4246,4.00452,300,300,5,0,1221,0,0,1), + (16950,2358,0,0,0,393.615,217.372,43.6941,0.075239,300,300,5,0,954,2553,0,1), + (16951,2253,0,0,0,410.518,-518.126,170.693,0.873433,300,300,10,0,1220,0,0,1), + (16952,2408,0,0,0,332.292,-1421.88,35,3.24132,300,300,10,0,1050,0,0,1), + (16953,2406,0,0,0,-125.159,-175.088,113.374,0.714812,300,300,10,0,1163,0,0,1), + (16954,2287,0,0,0,463.668,-216.055,152.605,4.9832,300,300,2,0,4377,0,0,1), + (16955,2287,0,0,0,495.991,-233.119,151.106,5.74213,300,300,2,0,4377,0,0,1), + (16956,2287,0,0,0,523.455,-235.097,152.605,6.03959,300,300,2,0,4377,0,0,1), + (16957,2287,0,0,0,515.167,-222.231,152.605,2.72643,300,300,2,0,4377,0,0,1), + (16958,2241,0,0,0,236.107,-850.734,146.978,1.47384,300,300,0,0,1213,0,0,0), + (16959,2319,0,0,0,244.007,-844.847,147.228,0.798752,300,300,3,0,954,2553,0,1), + (16960,2240,0,0,0,237.363,-832.673,146.439,4.82431,300,300,5,0,1163,0,0,1), + (16961,2240,0,0,0,267.085,-798.087,139.064,4.50825,300,300,10,0,1163,0,0,1), + (16962,2242,0,0,0,623.416,-801.88,163.582,2.20365,300,300,5,0,1403,0,0,1), + (16963,2242,0,0,0,654.379,-806.908,162.531,2.53249,300,300,5,0,1403,0,0,1), + (16964,2242,0,0,0,622.713,-961.933,164.701,5.83331,300,300,5,0,1403,0,0,1), + (16965,2241,0,0,0,203.335,-865.629,156.773,5.05402,300,300,10,0,1213,0,0,1), + (16966,2440,0,0,0,245.389,-859.285,147.103,2.31623,300,300,5,0,1159,0,0,1), + (16967,2240,0,0,0,229.853,-882.432,154.76,2.34784,300,300,3,0,1163,0,0,1), + (16968,2240,0,0,0,254.979,-850.563,146.853,1.14161,300,300,10,0,1163,0,0,1), + (16969,2240,0,0,0,222.754,-859.775,148.023,3.25053,300,300,0,0,1163,0,0,0), + (16970,2240,0,0,0,245.267,-868.649,148.056,4.99229,300,300,3,0,1163,0,0,1), + (16971,2241,0,0,0,193.253,-852.942,155.736,5.30039,300,300,5,0,1213,0,0,1), + (16972,2240,0,0,0,265.059,-834.333,144.195,2.4156,300,300,5,0,1163,0,0,1), + (16973,2447,0,0,0,280.199,-1280.49,40.722,2.09915,53200,53200,5,0,12121,2966,0,2), + (16974,2287,0,0,0,506.305,-212.679,161.426,3.29374,300,300,2,0,4377,0,0,1), + (16975,2356,0,0,0,86.9317,186.725,45.28,0.382359,300,300,10,0,944,0,0,1), + (16976,2287,0,0,0,474.36,-229.138,161.426,5.95561,300,300,2,0,4377,0,0,1), + (16977,2287,0,0,0,519.876,-233.617,176.631,3.59532,300,300,2,0,4377,0,0,1), + (16978,2287,0,0,0,505.169,-198.739,176.631,4.24553,300,300,2,0,4377,0,0,1), + (16979,2287,0,0,0,462.705,-221.23,176.631,4.15086,300,300,2,0,4377,0,0,1), + (16980,2287,0,0,0,483.504,-253.675,176.631,1.84894,300,300,2,0,4377,0,0,1), + (16981,2287,0,0,0,494.552,-218.143,161.426,5.6382,300,300,2,0,4377,0,0,1), + (16982,2287,0,0,0,473.481,-231.813,152.605,2.36465,300,300,2,0,4377,0,0,1), + (16983,2287,0,0,0,486.128,-219.844,152.605,1.02021,300,300,2,0,4377,0,0,1), + (16984,2271,0,0,0,31.3163,359.058,43.089,6.15927,300,300,7,0,1106,0,0,1), + (16985,2246,0,0,0,1211.9,-306.238,43.6272,4.9607,300,300,5,0,1604,0,0,1), + (16986,2358,0,0,0,33.6064,363.983,43.0696,2.36002,300,300,5,0,954,2553,0,1), + (16987,2242,0,0,0,719.292,-901.453,166.285,1.55704,300,300,5,0,1403,0,0,1), + (16988,2386,0,0,0,-20.3653,-320.395,131.224,4.27606,300,300,0,0,3330,0,0,0), + (16989,13841,0,0,0,-16.3255,-321.615,131.254,4.38078,600,600,0,0,9563,0,0,0), + (16990,16392,0,0,0,57.0785,-235.115,129.506,0.927708,600,600,5,0,8400,0,0,2), + (16991,13816,0,0,0,14.9091,-354.979,131.126,3.01942,300,300,0,0,1185,0,0,0), + (16992,2386,0,0,0,14.4193,-351.856,131.161,3.82227,300,300,0,0,3330,0,0,0), + (16993,2407,0,0,0,-51.0512,-585.43,154.056,1.63211,300,300,10,0,1221,0,0,1), + (16994,2252,0,0,0,515.574,-620.737,170.678,5.66709,300,300,5,0,1163,0,0,1), + (16995,2255,0,0,0,645.039,-415.588,158.822,2.48948,300,300,5,0,2910,2861,0,1), + (16996,2254,0,0,0,543.253,-443.913,168.38,3.583,300,300,5,0,3831,0,0,1), + (16997,2254,0,0,0,647.432,-347.437,150.475,2.13634,300,300,5,0,3831,0,0,1), + (16998,2254,0,0,0,625.016,-516.544,179.577,5.79288,300,300,5,0,3831,0,0,1), + (16999,2253,0,0,0,450.549,-623.206,167.599,0.309406,300,300,10,0,1220,0,0,2), + (17000,2253,0,0,0,516.877,-655.732,161.274,3.14355,300,300,5,0,1220,0,0,1), + (17001,2318,0,0,0,637.477,-824.794,159.937,3.94363,300,300,0,0,1034,2680,0,0), + (17002,2252,0,0,0,517.863,-686.477,159.279,2.85136,300,300,10,0,1163,0,0,1), + (17003,2253,0,0,0,481.073,-660.191,166.677,4.93509,300,300,10,0,1220,0,0,1), + (17004,2242,0,0,0,688.203,-925.587,164.325,4.25554,300,300,5,0,1403,0,0,1), + (17005,2242,0,0,0,681.319,-914.423,164.948,6.26259,300,300,5,0,1403,0,0,1), + (17006,2242,0,0,0,690.531,-935.203,164.951,1.50866,300,300,5,0,1403,0,0,1), + (17007,2319,0,0,0,686.47,-901.533,164.935,6.00372,300,300,0,0,954,2553,0,0), + (17008,2318,0,0,0,678.995,-903.938,157.779,4.31451,300,300,0,0,1034,2680,0,0), + (17009,2316,0,0,0,683.518,-895.468,171.889,4.03171,300,300,0,0,711,0,0,0), + (17010,2242,0,0,0,695.282,-936.197,171.806,4.05018,300,300,5,0,1403,0,0,1), + (17011,2319,0,0,0,688.478,-894.129,157.78,5.80085,300,300,5,0,954,2553,0,1), + (17012,2319,0,0,0,679.425,-933.79,171.806,4.11187,300,300,5,0,954,2553,0,1), + (17013,2242,0,0,0,680.913,-917.857,171.806,6.17192,300,300,5,0,1403,0,0,1), + (17014,2318,0,0,0,644.461,-931.561,166.408,4.44413,300,300,0,0,1034,2680,0,0), + (17015,2319,0,0,0,679.415,-984.824,165.594,5.03724,300,300,0,0,954,2553,0,0), + (17016,2319,0,0,0,650.61,-938.015,166.408,5.34427,300,300,0,0,954,2553,0,0), + (17017,2242,0,0,0,658.716,-992.233,166.397,6.01485,300,300,5,0,1403,0,0,1), + (17018,2242,0,0,0,683.847,-994.997,165.58,4.15397,300,300,5,0,1403,0,0,1), + (17019,2318,0,0,0,684.328,-998.427,170.36,1.25963,300,300,0,0,1034,2680,0,0), + (17020,2431,0,0,0,689.462,-984.645,165.594,5.43263,300,300,0,0,1536,0,0,0), + (17021,2242,0,0,0,682.981,-994.398,170.359,3.49846,300,300,5,0,1403,0,0,1), + (17022,2319,0,0,0,678.254,-986.974,170.355,5.82411,300,300,3,0,954,2553,0,1), + (17023,2319,0,0,0,731.417,-948.522,165.326,4.65513,300,300,10,0,954,2553,0,1), + (17024,2319,0,0,0,731.106,-962.129,166.225,0.027601,300,300,0,0,954,2553,0,0), + (17025,2319,0,0,0,750.588,-941.621,166.228,0.171166,300,300,5,0,954,2553,0,1), + (17026,2318,0,0,0,742.466,-962.231,166.228,3.52509,300,300,0,0,1034,2680,0,0), + (17027,2319,0,0,0,678.246,-959.698,164.475,4.63889,300,300,5,0,954,2553,0,1), + (17028,2242,0,0,0,655.103,-963.234,164.585,5.66938,300,300,5,0,1403,0,0,1), + (17029,2407,0,0,0,910.605,-717.856,125.825,0.940396,300,300,10,0,1221,0,0,1), + (17030,2407,0,0,0,929.454,-714.905,121.426,3.33612,300,300,10,0,1221,0,0,1), + (17031,2246,0,0,0,1141.32,-314.401,44.0243,2.4635,300,300,5,0,1604,0,0,1), + (17032,2246,0,0,0,1212.78,-335.065,43.2034,1.9082,300,300,5,0,1604,0,0,1), + (17033,2287,0,0,0,583.838,-247.915,147.581,0.690758,300,300,5,0,4377,0,0,1), + (17034,2287,0,0,0,547.213,-216.64,147.784,2.24502,300,300,5,0,4377,0,0,1), + (17035,2256,0,0,0,542.708,-285.974,152.115,3.32726,300,300,5,0,4185,0,0,1), + (17036,2256,0,0,0,519.536,-285.726,151.223,2.9901,300,300,0,0,4185,0,0,2), + (17037,2256,0,0,0,547.905,-248.602,150.474,2.88096,300,300,5,0,4185,0,0,1), + (17038,2256,0,0,0,583.818,-215.339,144.26,3.13748,300,300,5,0,4185,0,0,1), + (17039,2287,0,0,0,507.783,-253.631,151.366,0.84722,300,300,2,0,4377,0,0,1), + (17040,2417,0,0,0,484.117,-212.956,145.449,1.34361,600,600,0,0,3540,1236,0,2), + (17041,2256,0,0,0,581.502,-277.468,150.56,1.50435,300,300,5,0,4185,0,0,1), + (17042,2287,0,0,0,482.689,-313.23,156.169,2.41979,300,300,5,0,4377,0,0,1), + (17043,2256,0,0,0,483.768,-346.502,172.356,5.83436,300,300,5,0,4185,0,0,1), + (17044,2246,0,0,0,1125.68,-329.265,44.0319,2.2934,300,300,5,0,1604,0,0,1), + (17045,2247,0,0,0,1153.59,-345.708,44.6076,5.74756,300,300,5,0,1678,0,0,1), + (17046,2256,0,0,0,451.345,-322.601,163.252,6.27174,300,300,5,0,4185,0,0,1), + (17047,2246,0,0,0,1205.13,-326.163,42.572,1.54423,300,300,5,0,1604,0,0,1), + (17048,2246,0,0,0,1218.41,-318.921,43.6272,5.37087,300,300,5,0,1604,0,0,1), + (17049,2247,0,0,0,1225.8,-315.277,43.624,0.204444,300,300,0,0,1678,0,0,0), + (17050,2247,0,0,0,1165.54,-372.058,47.6272,1.53469,300,300,5,0,1678,0,0,1), + (17051,2246,0,0,0,1186.34,-351.027,46.9817,5.63644,300,300,5,0,1604,0,0,1), + (17052,2320,0,0,0,1232.85,-314.9,44.1864,3.24631,300,300,0,0,1753,0,0,0), + (17053,2247,0,0,0,1158.11,-421.317,59.5218,4.69381,300,300,3,0,1678,0,0,1), + (17054,2407,0,0,0,1138.11,-491.476,71.8514,2.07989,300,300,10,0,1221,0,0,1), + (17055,2243,0,0,0,1119.21,-513.702,80.2515,0.839288,300,300,5,0,1469,0,0,1), + (17056,2252,0,0,0,817.765,-656.638,150.396,6.0569,300,300,10,0,1163,0,0,1), + (17057,2253,0,0,0,785.363,-650.579,148.54,5.19189,300,300,10,0,1220,0,0,1), + (17058,2253,0,0,0,715.072,-585.638,164.237,0.697297,300,300,10,0,1220,0,0,1), + (17059,2256,0,0,0,381.875,-284.062,158.217,4.37701,300,300,5,0,4185,0,0,1), + (17060,2287,0,0,0,388.325,-315.34,165.099,3.85399,300,300,5,0,4377,0,0,1), + (17061,2287,0,0,0,421.153,-290.814,163.586,4.51971,300,300,5,0,4377,0,0,1), + (17062,2256,0,0,0,481.914,-285.736,153.815,3.00254,300,300,5,0,4185,0,0,1), + (17063,2254,0,0,0,629.274,-447.006,165.259,3.24906,300,300,5,0,3831,0,0,1), + (17064,2287,0,0,0,455.005,-282.813,159.913,4.07177,300,300,5,0,4377,0,0,1), + (17065,2406,0,0,0,26.6082,-72.8633,108.79,5.91573,300,300,10,0,1163,0,0,1), + (17066,14222,0,0,0,153.893,-62.1832,100.034,4.13847,43200,43200,0,0,1342,0,0,0), + (17067,2252,0,0,0,487.315,-577.701,179.288,0.564797,300,300,5,0,1163,0,0,1), + (17068,2254,0,0,0,608.776,-500.015,173.967,0.731751,300,300,5,0,3831,0,0,1), + (17069,2251,0,0,0,582.327,-120.867,140.161,5.18303,300,300,5,0,1221,0,0,1), + (17070,2251,0,0,0,651.883,-117.319,138.087,0.744322,300,300,10,0,1221,0,0,1), + (17071,2251,0,0,0,697.083,-137.171,140.43,3.75722,300,300,5,0,1221,0,0,1), + (17072,2255,0,0,0,629.564,-493.875,175.435,3.9619,300,300,5,0,2910,2861,0,1), + (17073,2251,0,0,0,318.52,-388.749,170.846,1.09349,300,300,10,0,1221,0,0,1), + (17074,2251,0,0,0,758.091,-163.123,136.654,2.50122,300,300,5,0,1221,0,0,1), + (17075,2251,0,0,0,795.134,-219.984,135.505,5.82298,300,300,5,0,1221,0,0,1), + (17076,2251,0,0,0,491.276,-51.0176,147.555,1.92157,300,300,5,0,1221,0,0,1), + (17077,2349,0,0,0,318.011,82.7339,49.147,0.754273,300,300,10,0,664,0,0,1), + (17078,2254,0,0,0,624.786,-423.805,161.445,2.35291,300,300,5,0,3831,0,0,1), + (17079,2251,0,0,0,264.081,-262.043,144.902,6.28017,300,300,3,0,1221,0,0,1), + (17080,2251,0,0,0,820.378,-246.564,145.692,5.21882,300,300,5,0,1221,0,0,1), + (17081,2255,0,0,0,603.842,-429.964,162.679,5.73413,300,300,5,0,2910,2861,0,1), + (17082,2254,0,0,0,585.107,-445.212,161.373,6.0815,300,300,5,0,3831,0,0,1), + (17083,2254,0,0,0,563.573,-427.764,178.039,3.49363,300,300,0,0,3831,0,0,2), + (17084,2251,0,0,0,244.623,-267.242,144.82,2.86984,300,300,5,0,1221,0,0,2), + (17085,2251,0,0,0,837.333,-221.407,136.233,1.81918,300,300,5,0,1221,0,0,1), + (17086,2251,0,0,0,268.13,-271.381,146.755,3.92834,300,300,3,0,1221,0,0,1), + (17087,4463,0,0,0,-8859.22,-2523,133.914,3.96829,300,300,5,0,472,1357,0,1), + (17088,2251,0,0,0,549.496,-80.9045,143.423,3.42092,300,300,10,0,1221,0,0,1), + (17089,2251,0,0,0,581.406,-46.6115,139.593,1.90245,300,300,5,0,1221,0,0,1), + (17090,3984,0,0,0,888.142,-121.85,38.3887,1.0821,600,600,0,0,3330,0,0,0), + (17091,2251,0,0,0,613.392,-82.423,136.765,2.17992,300,300,5,0,1221,0,0,1), + (17092,2251,0,0,0,482.405,-83.0444,147.901,3.20409,300,300,5,0,1221,0,0,1), + (17093,2254,0,0,0,609.437,-405.919,159.692,0.471655,300,300,5,0,3831,0,0,1), + (17094,2271,0,0,0,-132.845,197.773,55.5116,4.15388,300,300,0,0,1106,0,0,0), + (17095,2254,0,0,0,591.547,-376.063,155.386,5.18329,300,300,5,0,3831,0,0,1), + (17096,2250,0,0,0,295.717,-72.5672,143.07,-2.05713,300,300,3,0,1163,0,0,1), + (17097,2246,0,0,0,1210.39,-263.829,34.54,5.29039,300,300,5,0,1604,0,0,1), + (17098,883,0,0,0,785.417,-1469.76,75.4901,2.79253,300,300,10,0,1,0,0,1), + (17099,2250,0,0,0,274.233,-93.0351,142.633,-2.5994,300,300,0,0,1163,0,0,0), + (17100,2271,0,0,0,-131.713,177.702,58.6838,2.47112,300,300,10,0,1106,0,0,1), + (17101,2250,0,0,0,246.242,-127,140.002,-1.96796,300,300,0,0,1163,0,0,0), + (17102,2271,0,0,0,-139.098,200.69,56.5748,4.20624,300,300,0,0,1106,0,0,0), + (17103,2271,0,0,0,-65.9751,196.352,53.2914,5.61996,300,300,0,0,1106,0,0,0), + (17104,2271,0,0,0,-142.473,267.622,81.7666,0.563457,300,300,3,0,1106,0,0,1), + (17105,2252,0,0,0,373.067,-544.44,162.54,0.680439,300,300,10,0,1163,0,0,1), + (17106,2253,0,0,0,416.831,-652.609,168.172,1.99022,300,300,3,0,1220,0,0,1), + (17107,2253,0,0,0,848.877,-453.343,133.636,4.56049,300,300,10,0,1220,0,0,1), + (17108,2252,0,0,0,887.586,-446.3,135.309,1.76647,300,300,5,0,1163,0,0,1), + (17109,2271,0,0,0,-69.0811,189.072,53.4005,4.62512,300,300,7,0,1106,0,0,1), + (17110,2252,0,0,0,818.38,-446.772,134.109,1.29342,300,300,10,0,1163,0,0,1), + (17111,2252,0,0,0,376.184,-474.349,178.482,2.73572,300,300,10,0,1163,0,0,1), + (17112,2253,0,0,0,848.011,-495.318,135.07,3.78978,300,300,10,0,1220,0,0,1), + (17113,2272,0,0,0,-132.038,211.602,53.5225,5.3552,300,300,5,0,882,2362,0,2), + (17114,2252,0,0,0,355.259,-487.538,174.401,0.063205,300,300,10,0,1163,0,0,1), + (17285,2253,0,0,0,913.402,-482.009,135.512,3.27576,300,300,3,0,1220,0,0,1), + (17286,2246,0,0,0,1212.02,-295.032,41.6449,1.39626,300,300,0,0,1604,0,0,0), + (17287,2246,0,0,0,1243.57,-281.413,41.0466,1.59453,300,300,5,0,1604,0,0,1), + (17288,2272,0,0,0,-63.4723,225.301,53.3028,1.28586,300,300,5,0,882,2362,0,1), + (17289,2411,0,0,0,-73.2279,218.838,53.4005,5.12946,300,300,6,0,1221,0,0,1), + (17290,2252,0,0,0,842.781,-517.835,139.854,3.50485,300,300,10,0,1163,0,0,1), + (17291,2253,0,0,0,876.801,-555.965,141.884,3.4851,300,300,5,0,1220,0,0,2), + (17292,2247,0,0,0,1191.44,-289.727,40.3282,5.43101,300,300,10,0,1678,0,0,2), + (17293,2412,0,0,0,-112.737,213.864,55.4265,2.66181,300,300,5,0,1221,0,0,1), + (17294,2413,0,0,0,-104.762,225.969,55.1642,2.36573,300,300,5,0,1279,0,0,1), + (17295,2247,0,0,0,1255.23,-253.967,42.8272,1.32914,300,300,5,0,1678,0,0,1), + (17296,2271,0,0,0,-35.3758,210.943,51.561,4.10292,300,300,10,0,1106,0,0,1), + (17297,2253,0,0,0,883.216,-552.075,141.885,1.65696,300,300,5,0,1220,0,0,1), + (17298,2252,0,0,0,810.396,-586.578,144.25,3.64063,300,300,5,0,1163,0,0,1), + (17299,2252,0,0,0,714.346,-614.606,157.01,1.53932,300,300,5,0,1163,0,0,1), + (17300,2253,0,0,0,687.099,-563.148,165.921,6.13811,300,300,10,0,1220,0,0,1), + (17301,2271,0,0,0,-60.4079,288.791,57.9706,5.48033,300,300,4,0,1106,0,0,1), + (17302,2271,0,0,0,-72.2002,279.219,66.0736,1.37881,300,300,4,0,1106,0,0,1), + (17303,2272,0,0,0,-51.4258,283.003,57.8904,5.02819,300,300,5,0,882,2362,0,1), + (17304,2252,0,0,0,787.607,-613.366,146.568,5.42999,300,300,10,0,1163,0,0,1), + (17305,2252,0,0,0,692.677,-585.796,165.611,5.80102,300,300,3,0,1163,0,0,1), + (17306,2271,0,0,0,-63.8853,276.199,66.0735,2.89725,300,300,5,0,1106,0,0,1), + (17307,2356,0,0,0,-53.8835,351.264,62.5955,0.06163,300,300,10,0,944,0,0,1), + (17308,2253,0,0,0,679.338,-676.477,157.42,5.06145,300,300,3,0,1220,0,0,1), + (17309,2356,0,0,0,209.326,188.713,44.1624,1.89949,300,300,10,0,944,0,0,1), + (17310,2253,0,0,0,654.786,-636.09,157.662,1.15192,300,300,5,0,1220,0,0,2), + (17311,2253,0,0,0,648.909,-647.39,155.598,2.44324,300,300,5,0,1220,0,0,1), + (17312,2251,0,0,0,287.106,-310.272,159.842,0.03827,300,300,0,0,1221,0,0,0), + (17313,2414,0,0,0,-52.7808,285.753,66.0425,1.21784,300,300,0,0,1365,0,0,0), + (17314,2250,0,0,0,244.251,-312.776,152.792,3.37377,300,300,10,0,1163,0,0,1), + (17316,615,0,0,0,-8707.9,-2365.84,157.416,1.88492,300,300,5,0,617,0,0,1), + (17317,615,0,0,0,-8757.97,-2367.63,157.606,4.62049,300,300,5,0,617,0,0,1), + (17318,4463,0,0,0,-8724.23,-2347.55,156,5.60251,300,300,0,0,472,1357,0,0), + (17319,615,0,0,0,-8718.67,-2342.11,156,5.63741,300,300,0,0,617,0,0,0), + (17320,615,0,0,0,-8731.44,-2350.1,156.307,5.11381,300,300,0,0,617,0,0,0), + (17321,435,0,0,0,-8715.86,-2155.98,158.518,5.32325,300,300,0,0,664,0,0,0), + (17322,615,0,0,0,-8759.72,-2380.98,156.724,4.04466,300,300,5,0,617,0,0,1), + (17323,435,0,0,0,-8693.64,-2147.79,158.445,4.79965,300,300,0,0,664,0,0,0), + (17324,615,0,0,0,-8707.1,-2329.1,156.791,2.28638,300,300,5,0,617,0,0,1), + (17325,615,0,0,0,-8697.62,-2166.55,157.133,2.98829,300,300,0,0,617,0,0,0), + (17326,435,0,0,0,-8685.82,-2345.84,157.181,2.6529,300,300,0,0,664,0,0,0), + (17327,4463,0,0,0,-8691.12,-2342.73,156.396,3.4383,300,300,0,0,472,1357,0,0), + (17328,615,0,0,0,-8688.94,-2351.09,157.86,2.63545,300,300,0,0,617,0,0,0), + (17331,435,0,0,0,-8688.63,-2318.55,156.416,5.70236,300,300,5,0,664,0,0,1), + (17332,435,0,0,0,-8672.24,-2318.15,156.041,4.49892,300,300,5,0,664,0,0,1), + (17333,615,0,0,0,-8677.03,-2269.45,155.298,4.94046,300,300,5,0,617,0,0,1), + (17334,435,0,0,0,-8718.72,-2229.81,154.669,1.92797,300,300,3,0,664,0,0,1), + (17335,4463,0,0,0,-8667.85,-2265.95,157.107,3.14159,300,300,0,0,472,1357,0,0), + (17337,435,0,0,0,-8679.48,-2242.8,156.138,5.55015,300,300,0,0,664,0,0,0), + (17340,2271,0,0,0,-57.3088,268.153,55.0573,0.770251,300,300,5,0,1106,0,0,1), + (17341,2415,0,0,0,-49.0337,286.444,66.1258,3.61283,300,300,0,0,1265,2763,0,0), + (17342,2252,0,0,0,355.384,-590.003,154.001,6.03635,300,300,10,0,1163,0,0,1), + (17343,2349,0,0,0,-157.096,341.104,86.8935,2.44922,300,300,10,0,664,0,0,1), + (17344,2251,0,0,0,319.192,-350.858,168.027,6.21789,300,300,10,0,1221,0,0,1), + (17345,2252,0,0,0,386.934,-615.523,159.569,4.94748,300,300,10,0,1163,0,0,1), + (17346,2253,0,0,0,649.106,-717.863,159.806,4.03139,300,300,3,0,1220,0,0,1), + (17347,2272,0,0,0,-54.1073,302.767,53.8939,5.70304,300,300,5,0,882,2362,0,1), + (17348,2251,0,0,0,281.708,-390.546,165.158,4.64011,300,300,10,0,1221,0,0,1), + (17349,2271,0,0,0,-108.967,257.865,54.1505,2.49409,300,300,3,0,1106,0,0,1), + (17350,2253,0,0,0,382.563,-583.427,159.461,2.53267,300,300,10,0,1220,0,0,1), + (17351,2271,0,0,0,-74.4797,251.402,53.3903,2.77424,300,300,5,0,1106,0,0,2), + (17352,2251,0,0,0,332.339,-413.666,171.723,0.188024,300,300,10,0,1221,0,0,1), + (17353,2253,0,0,0,363.203,-519.953,164.15,3.61565,300,300,10,0,1220,0,0,1), + (17354,2252,0,0,0,604.904,-709.128,151.235,4.32808,300,300,3,0,1163,0,0,1), + (17355,2272,0,0,0,-73.1951,272.237,54.9137,0.002575,300,300,5,0,882,2362,0,1), + (17356,2251,0,0,0,348.645,-378.551,174.676,0.974613,300,300,5,0,1221,0,0,1), + (17357,2252,0,0,0,312.919,-547.876,157.703,3.60499,300,300,5,0,1163,0,0,1), + (17358,2252,0,0,0,322.954,-509.646,164.839,1.23865,300,300,5,0,1163,0,0,1), + (17359,2251,0,0,0,287.656,-447.496,154.451,0.632963,300,300,10,0,1221,0,0,1), + (17361,2253,0,0,0,613.289,-657.157,153.99,3.86315,300,300,3,0,1220,0,0,1), + (17362,2252,0,0,0,655.625,-665.677,215.768,0.224602,300,300,5,0,1163,0,0,1), + (17363,2252,0,0,0,648.325,-702.423,203.822,3.73231,300,300,5,0,1163,0,0,1), + (17364,2251,0,0,0,254.377,-418.255,153.77,5.04764,300,300,5,0,1221,0,0,1), + (17365,2252,0,0,0,447.547,-644.726,167.21,2.67503,300,300,10,0,1163,0,0,1), + (17366,2251,0,0,0,208.105,-374.491,154.6,5.1527,300,300,10,0,1221,0,0,1), + (17367,2253,0,0,0,488.241,-606.531,173.021,0.521326,300,300,10,0,1220,0,0,1), + (17368,2252,0,0,0,475.207,-581.735,175.288,3.235,300,300,5,0,1163,0,0,1), + (17369,2250,0,0,0,191.431,-342.083,154.574,3.90744,300,300,5,0,1163,0,0,1), + (17370,2254,0,0,0,644.413,-502.789,177.247,4.2907,300,300,5,0,3831,0,0,1), + (17371,2406,0,0,0,-66.0431,-158.701,131.788,3.11426,300,300,10,0,1163,0,0,1), + (17372,2250,0,0,0,123.559,-352.904,155.501,5.69518,300,300,3,0,1163,0,0,1), + (17373,2250,0,0,0,144.732,-317.714,150.336,4.36285,300,300,5,0,1163,0,0,1), + (17374,2251,0,0,0,249.024,-346.505,161.025,1.6057,300,300,10,0,1221,0,0,1), + (17375,2250,0,0,0,225.94,-318.775,155.309,4.10759,300,300,10,0,1163,0,0,1), + (17376,2251,0,0,0,281.108,-321.411,157.967,4.90677,300,300,10,0,1221,0,0,1), + (17377,2407,0,0,0,69.027,-454.634,141.676,2.43092,300,300,5,0,1221,0,0,1), + (17378,2250,0,0,0,147.523,-252.928,154.71,4.236,300,300,3,0,1163,0,0,1), + (17379,2250,0,0,0,118.497,-299.609,167.525,1.99775,300,300,3,0,1163,0,0,1), + (17380,2407,0,0,0,49.2185,-496.211,142.817,1.87461,300,300,10,0,1221,0,0,1), + (17381,2241,0,0,0,-37.666,-555.258,151.293,1.73384,300,300,0,0,1213,0,0,0), + (17382,2241,0,0,0,-28.5016,-561.634,151.48,0.994472,300,300,0,0,1213,0,0,0), + (17383,2406,0,0,0,-71.089,-204.907,130.512,1.35425,300,300,10,0,1163,0,0,1), + (17384,2406,0,0,0,96.3073,-590.16,141.197,5.72334,300,300,5,0,1163,0,0,1), + (17385,2406,0,0,0,-155.448,-267.079,149.913,4.75932,300,300,10,0,1163,0,0,1), + (17386,2241,0,0,0,-28.3127,-540.77,151.48,5.21148,300,300,3,0,1213,0,0,1), + (17387,2240,0,0,0,-27.8804,-551.943,151.23,1.74673,300,300,0,0,1163,0,0,0), + (17388,3240,1,0,0,-1643.38,-1948.88,92.723,2.07612,275,275,20,0,417,0,0,1), + (17389,3240,1,0,0,-1881.75,-2328.82,92.2522,4.70848,275,275,20,0,417,0,0,1), + (17390,3240,1,0,0,-2219.75,-2320.75,92.9836,1.70815,275,275,20,0,417,0,0,1), + (17391,3240,1,0,0,-1412.69,-2053.71,85.0756,5.39255,275,275,20,0,417,0,0,1), + (17392,3240,1,0,0,-1955.73,-2495.66,93.6445,5.24778,275,275,20,0,417,0,0,1), + (17393,3240,1,0,0,-2110.71,-2756.13,92.986,1.95566,275,275,20,0,417,0,0,1), + (17394,3240,1,0,0,-1386.49,-1800.77,91.7917,4.20847,275,275,20,0,417,0,0,1), + (17395,3240,1,0,0,-2060.05,-2402.58,93.4479,2.04746,275,275,20,0,417,0,0,1), + (17396,3240,1,0,0,-1528.37,-1807.7,91.7917,2.98557,275,275,20,0,417,0,0,1), + (17397,3240,1,0,0,-1597.61,-1885.66,92.6667,2.96628,275,275,20,0,417,0,0,1), + (17398,3240,1,0,0,-1995.27,-2445.87,94.5923,2.71028,275,275,20,0,417,0,0,1), + (17399,3240,1,0,0,-1450.87,-1953.98,94.4044,4.31086,275,275,20,0,417,0,0,1), + (17400,3240,1,0,0,-1817.93,-2328.72,92.7573,1.60789,275,275,20,0,417,0,0,1), + (17401,3240,1,0,0,-1714.73,-1781.15,94.5417,1.48214,275,275,20,0,417,0,0,1), + (17402,3240,1,0,0,-1967.23,-2544.26,93.9453,0.318732,275,275,20,0,417,0,0,1), + (17403,3240,1,0,0,-1517.42,-1695.38,93.1667,3.66016,275,275,20,0,417,0,0,1), + (17404,3240,1,0,0,-1622.07,-1965.04,93.8539,4.05015,275,275,20,0,417,0,0,1), + (17405,3240,1,0,0,-1477.18,-1974.93,90.793,4.45367,275,275,20,0,417,0,0,1), + (17406,3240,1,0,0,-1517.46,-1751.3,92.1666,0.137287,275,275,20,0,417,0,0,1), + (17407,3240,1,0,0,-2167.78,-2415.3,91.9609,0.851064,275,275,20,0,417,0,0,1), + (17408,3240,1,0,0,-2286.66,-1653.96,91.8769,4.92866,275,275,20,0,417,0,0,1), + (17409,3240,1,0,0,-1613.75,-2012.5,92.5336,3.45433,275,275,20,0,417,0,0,1), + (17410,3240,1,0,0,-1568.25,-2167.32,82.5756,0.592906,275,275,20,0,417,0,0,2), + (17411,3240,1,0,0,-1518.65,-2082.87,82.7006,4.78992,275,275,20,0,417,0,0,1), + (17412,3240,1,0,0,-1755,-2052.86,94.1554,0.754004,275,275,20,0,417,0,0,1), + (17413,3240,1,0,0,-2274.03,-1657.43,91.7112,5.61586,275,275,20,0,417,0,0,1), + (17414,3240,1,0,0,-1948.72,-2457.21,91.7917,4.93558,275,275,20,0,417,0,0,1), + (17415,3240,1,0,0,-1620.35,-1888.87,91.8513,2.96296,275,275,20,0,417,0,0,1), + (17416,3240,1,0,0,-2154.77,-2723.24,93.4167,4.20954,275,275,20,0,417,0,0,1), + (17417,3240,1,0,0,-2057.62,-2453.21,93.6198,3.43349,275,275,20,0,417,0,0,1), + (17418,3240,1,0,0,-1422.9,-1884.71,92.9106,3.82883,275,275,20,0,417,0,0,1), + (17419,3240,1,0,0,-2380.96,-2455.92,92.8038,5.60997,275,275,20,0,417,0,0,1), + (17420,3240,1,0,0,-2189.77,-1969.87,92.384,5.12673,275,275,20,0,417,0,0,1), + (17421,3240,1,0,0,-2243.73,-2015.75,92.599,0,275,275,20,0,417,0,0,1), + (17422,3240,1,0,0,-2150.91,-1988.58,92.6667,2.22692,275,275,20,0,417,0,0,1), + (17423,3240,1,0,0,-1616.66,-1910.24,92.3324,3.2679,275,275,20,0,417,0,0,1), + (17424,3240,1,0,0,-2160.42,-2116.3,91.7917,3.08717,275,275,20,0,417,0,0,1), + (17425,3240,1,0,0,-2314.2,-2418.57,95.7128,1.78703,275,275,20,0,417,0,0,1), + (17426,3240,1,0,0,-1751.91,-1784.08,94.8575,3.6282,275,275,20,0,417,0,0,1), + (17428,3240,1,0,0,-1820.65,-2082.03,92.2107,0.042873,275,275,20,0,417,0,0,1), + (17429,3240,1,0,0,-1993.26,-1853.08,92.4564,3.03975,275,275,20,0,417,0,0,1), + (17430,3240,1,0,0,-2178.58,-2068.03,91.7917,2.258,275,275,20,0,417,0,0,1), + (17431,3240,1,0,0,-1917.58,-1982.28,91.7917,1.17993,275,275,20,0,417,0,0,1), + (17432,3240,1,0,0,-1782.93,-2171.68,92.5812,4.30685,275,275,20,0,417,0,0,1), + (17433,5800,1,0,0,-3724.01,-2197.76,91.6746,0.964398,420,420,2,0,1686,0,0,2), + (17434,3240,1,0,0,-2212.21,-2249.06,94.3621,6.19506,275,275,20,0,417,0,0,1), + (17435,3240,1,0,0,-2384.82,-2418.87,93.0417,4.76227,275,275,20,0,417,0,0,1), + (17436,3240,1,0,0,-2235.84,-2271.65,94.342,5.37187,275,275,20,0,417,0,0,1), + (17437,3240,1,0,0,-2187.7,-2114.14,93.7292,4.54371,275,275,20,0,417,0,0,1), + (17438,3241,1,0,0,487.109,-1827.61,91.7917,1.4363,275,275,5,0,328,0,0,1), + (17439,3241,1,0,0,662.674,-1885.94,91.9021,5.89558,275,275,5,0,328,0,0,1), + (17440,3497,1,0,0,-971.109,-3737.66,5.89569,0.506145,275,275,0,0,1172,0,0,0), + (17441,3241,1,0,0,686.632,-2135.3,92.0766,1.37062,275,275,30,0,328,0,0,1), + (17442,3241,1,0,0,491.807,-1989.1,92.5417,5.79093,275,275,5,0,328,0,0,1), + (17443,3241,1,0,0,597.354,-1745.04,91.8555,0.348814,275,275,20,0,328,0,0,1), + (17444,3241,1,0,0,546.505,-1877.84,94.3537,1.82879,275,275,5,0,328,0,0,1), + (17445,3241,1,0,0,-598.823,-3622.19,92.0417,1.11461,275,275,0,0,328,0,0,0), + (17446,3242,1,0,0,-498.157,-1957.37,94.1147,2.21352,275,275,5,0,273,0,0,1), + (17447,3242,1,0,0,-349.948,-1780.76,92.2051,5.71357,275,275,5,0,273,0,0,1), + (17448,3242,1,0,0,-243.458,-2077.94,96.9693,3.25706,275,275,5,0,273,0,0,1), + (17449,3242,1,0,0,-200.34,-1715.65,92.7041,6.15469,275,275,5,0,273,0,0,1), + (17450,3242,1,0,0,-930.64,-2202.52,91.9847,1.314,275,275,10,0,273,0,0,1), + (17451,3242,1,0,0,-851.254,-2170.34,92.526,3.22691,275,275,5,0,273,0,0,1), + (17452,3242,1,0,0,240.661,-3384.09,36.1462,4.57967,275,275,3,0,273,0,0,1), + (17453,3242,1,0,0,240.522,-2725.1,94.1668,3.13872,275,275,5,0,273,0,0,1), + (17454,3242,1,0,0,180.85,-3069.37,92.4186,4.72997,275,275,5,0,273,0,0,1), + (17455,3242,1,0,0,754.166,-2515.94,91.7917,0.263754,275,275,5,0,273,0,0,1), + (17456,3242,1,0,0,-613.633,-3906,28.7909,1.52386,275,275,5,0,273,0,0,1), + (17457,3242,1,0,0,-724.862,-3909.03,24.485,5.93084,275,275,3,0,273,0,0,1), + (17458,3242,1,0,0,-706.494,-3960.36,24.7301,5.66136,275,275,3,0,273,0,0,1), + (17459,3242,1,0,0,-685.588,-3931.99,25.8757,1.42393,275,275,3,0,273,0,0,1), + (17460,3242,1,0,0,-513.522,-3822.2,27.4233,4.25927,275,275,5,0,273,0,0,1), + (17461,3242,1,0,0,-154.651,-1829.36,93.6286,4.99337,275,275,5,0,273,0,0,1), + (17462,3242,1,0,0,-561.904,-1784.11,91.8699,5.96329,275,275,5,0,273,0,0,1), + (17463,3242,1,0,0,-442.9,-2022.89,92.0826,4.7094,275,275,5,0,273,0,0,1), + (17464,3242,1,0,0,-950.263,-2381.11,91.7917,5.23669,275,275,5,0,273,0,0,1), + (17465,3242,1,0,0,-1009.28,-3016.24,93.1625,0.512602,275,275,5,0,273,0,0,1), + (17466,3242,1,0,0,514.162,-2685.03,91.7268,3.91207,275,275,5,0,273,0,0,1), + (17467,3242,1,0,0,119.11,-3489.09,31.0596,2.54128,275,275,5,0,273,0,0,1), + (17468,3242,1,0,0,120.331,-3626.94,27.3064,1.52066,275,275,5,0,273,0,0,1), + (17469,3242,1,0,0,291.316,-2745.59,93.4167,0.122956,275,275,5,0,273,0,0,1), + (17470,3242,1,0,0,236.247,-3310.74,54.6638,3.41882,275,275,5,0,273,0,0,1), + (17471,3498,1,0,0,-1008.67,-3651.95,20.1497,5.55015,275,275,0,0,1042,0,0,0), + (17472,3242,1,0,0,-239.969,-1763.34,93.6233,3.73935,275,275,5,0,273,0,0,1), + (17473,3242,1,0,0,-134.301,-1657.5,91.7916,5.33593,275,275,5,0,273,0,0,1), + (17474,3242,1,0,0,-240.389,-2140.86,91.9045,5.81836,275,275,5,0,273,0,0,1), + (17475,3242,1,0,0,-27.603,-1711.72,95.474,2.80908,275,275,5,0,273,0,0,1), + (17476,3242,1,0,0,-186.829,-2019.69,94.2668,0.50734,275,275,5,0,273,0,0,1), + (17477,3242,1,0,0,-392.345,-2006.13,91.8722,6.1814,275,275,5,0,273,0,0,1), + (17478,3242,1,0,0,-186.284,-1889.24,93.1135,3.61572,275,275,5,0,273,0,0,1), + (17479,3242,1,0,0,-849.318,-2415.96,91.7917,2.27336,275,275,5,0,273,0,0,1), + (17480,3242,1,0,0,-970.651,-2951.61,93.7177,0.095505,275,275,5,0,273,0,0,1), + (17481,3242,1,0,0,422.34,-2668.34,94.5263,1.11532,275,275,5,0,273,0,0,1), + (17482,3242,1,0,0,483.043,-2829.88,92.2425,1.69418,275,275,5,0,273,0,0,1), + (17483,3242,1,0,0,716.145,-2387.74,93.1287,5.59693,275,275,5,0,273,0,0,1), + (17484,3242,1,0,0,454.154,-2648.8,92.0041,0.360408,275,275,5,0,273,0,0,1), + (17485,3242,1,0,0,255.567,-3275.58,63.2747,0.886303,275,275,5,0,273,0,0,1), + (17486,3242,1,0,0,-313.851,-1812.71,96.1268,1.23375,275,275,5,0,273,0,0,1), + (17487,3242,1,0,0,-605.586,-1875.19,91.8843,2.78942,275,275,5,0,273,0,0,1), + (17488,3242,1,0,0,-426.387,-1987.86,92.2917,0.176158,275,275,5,0,273,0,0,1), + (17489,3242,1,0,0,-126.871,-1756.32,94.5451,3.18588,275,275,5,0,273,0,0,1), + (17490,3242,1,0,0,-336.232,-1838.23,95.0132,5.92807,275,275,5,0,273,0,0,1), + (17491,3242,1,0,0,-726.132,-3116.64,93.9355,4.96516,275,275,5,0,273,0,0,1), + (17492,3242,1,0,0,-1024.93,-2782.08,93.0252,5.99791,275,275,5,0,273,0,0,1), + (17493,3242,1,0,0,-972.667,-2887.97,91.8833,0.114494,275,275,5,0,273,0,0,1), + (17494,3242,1,0,0,351.947,-3611.43,30.1616,1.82117,275,275,5,0,273,0,0,1), + (17495,3242,1,0,0,157.331,-3357.47,44.3827,5.64331,275,275,5,0,273,0,0,1), + (17496,3242,1,0,0,148.736,-2931,93.8047,1.60204,275,275,5,0,273,0,0,1), + (17497,3242,1,0,0,49.8905,-3124.15,91.7917,6.07364,275,275,15,0,273,0,0,1), + (17498,3242,1,0,0,-387.778,-2065.18,93.5588,4.40053,275,275,5,0,273,0,0,1), + (17499,3242,1,0,0,-280.212,-1863.14,92.6516,2.935,275,275,5,0,273,0,0,1), + (17500,3242,1,0,0,-679.422,-3121.25,91.7917,5.27188,275,275,5,0,273,0,0,1), + (17501,3242,1,0,0,-909.367,-2381.49,93.8928,0.330403,275,275,5,0,273,0,0,1), + (17502,3242,1,0,0,621.041,-2581.15,92.5453,2.72159,275,275,5,0,273,0,0,1), + (17503,3242,1,0,0,150.152,-3683.13,28.0863,0.85454,275,275,5,0,273,0,0,1), + (17504,3242,1,0,0,421.27,-2721.64,93.1667,3.21878,275,275,5,0,273,0,0,1), + (17505,3242,1,0,0,-648.963,-1873.07,93.3484,1.58839,275,275,5,0,273,0,0,1), + (17506,3242,1,0,0,-342.707,-1741.92,91.7917,1.19663,275,275,5,0,273,0,0,1), + (17507,3242,1,0,0,-1047.42,-2714.39,92.0122,0.700357,275,275,5,0,273,0,0,1), + (17508,3242,1,0,0,-592.919,-3080,91.7917,4.86204,275,275,5,0,273,0,0,1), + (17509,3242,1,0,0,144.366,-3019.33,92.8703,0.414611,275,275,5,0,273,0,0,1), + (17510,3242,1,0,0,360.361,-3690.3,28.5565,4.74363,275,275,5,0,273,0,0,1), + (17549,2240,0,0,0,-15.6267,-554.289,151.605,3.69756,300,300,0,0,1163,0,0,0), + (17550,2406,0,0,0,-144.744,-318.556,149.53,3.19438,300,300,10,0,1163,0,0,1), + (17551,2406,0,0,0,-112.202,-253.167,141.937,4.76518,300,300,10,0,1163,0,0,1), + (17552,2250,0,0,0,218.632,-186.957,138.508,5.21451,300,300,10,0,1163,0,0,1), + (17553,2272,0,0,0,363.027,151.27,42.6541,3.68532,300,300,0,0,882,2362,0,0), + (17554,2407,0,0,0,-6.73912,-440.171,116.233,5.15013,300,300,3,0,1221,0,0,1), + (17555,2251,0,0,0,122.124,-212.206,157.538,3.47211,300,300,3,0,1221,0,0,1), + (17556,2406,0,0,0,-216.06,-286.145,159.976,3.2473,300,300,5,0,1163,0,0,1), + (17557,2250,0,0,0,153.865,-185.505,147.713,5.75337,300,300,5,0,1163,0,0,1), + (17558,2406,0,0,0,33.9721,-414.58,126.873,3.11816,300,300,10,0,1163,0,0,1), + (17559,2250,0,0,0,247.783,-146.869,142.456,2.48688,300,300,3,0,1163,0,0,1), + (17560,2406,0,0,0,-214.918,-346.312,158.212,2.46685,300,300,3,0,1163,0,0,1), + (17561,2407,0,0,0,-223.589,-324.579,160.632,1.79708,300,300,10,0,1221,0,0,1), + (17562,435,0,0,0,-8656.91,-2253.53,154.088,3.47321,300,300,0,0,664,0,0,0), + (17563,2251,0,0,0,184.782,-219.122,148.217,5.4895,300,300,10,0,1221,0,0,1), + (17564,435,0,0,0,-8702.55,-2232.12,154.41,2.47837,300,300,0,0,664,0,0,0), + (17565,4463,0,0,0,-8711.74,-2247.49,154.723,1.37881,300,300,0,0,472,1357,0,0), + (17567,615,0,0,0,-8702.1,-2214.39,153.396,4.66348,300,300,5,0,617,0,0,1), + (17568,2241,0,0,0,-21.1649,-520.467,149.661,5.4439,300,300,5,0,1213,0,0,1), + (17569,2240,0,0,0,19.9896,-570.185,146.782,5.17778,300,300,10,0,1163,0,0,1), + (17570,2240,0,0,0,-47.5204,-553.564,151.293,4.66461,300,300,10,0,1163,0,0,1), + (17571,2250,0,0,0,188.706,-146.966,126.835,0.692738,300,300,0,0,1163,0,0,0), + (17572,435,0,0,0,-8698.52,-2211.72,152.978,5.47081,300,300,0,0,664,0,0,0), + (17573,435,0,0,0,-8749.44,-2207.81,153.564,2.56113,300,300,3,0,664,0,0,1), + (17574,435,0,0,0,-8744.25,-2191.17,152.766,5.41052,300,300,3,0,664,0,0,1), + (17575,435,0,0,0,-8737.43,-2213.5,149.96,1.63795,300,300,3,0,664,0,0,1), + (17576,4463,0,0,0,-8759.77,-2198.37,156.494,5.44543,300,300,0,0,472,1357,0,0), + (17578,4463,0,0,0,-8814.12,-2219.44,143.043,4.69494,300,300,0,0,472,1357,0,0), + (17580,2406,0,0,0,-45.731,-116.81,131.969,5.59741,300,300,10,0,1163,0,0,1), + (17581,2241,0,0,0,-7.82943,-569.731,149.45,1.708,300,300,5,0,1213,0,0,1), + (17582,2406,0,0,0,-82.1833,-222.665,137.578,4.58513,300,300,10,0,1163,0,0,1), + (17583,2241,0,0,0,-49.1389,-581.399,154.051,5.2217,300,300,10,0,1213,0,0,1), + (17584,2251,0,0,0,247.9,-208.325,143.986,2.06936,300,300,3,0,1221,0,0,1), + (17585,2407,0,0,0,-81.8984,-82.5289,136.901,0.03124,300,300,10,0,1221,0,0,1), + (17586,2406,0,0,0,-47.9259,-178.853,132.089,1.56689,300,300,10,0,1163,0,0,1), + (17587,2407,0,0,0,-181.368,-255.929,151.59,3.69543,300,300,5,0,1221,0,0,1), + (17588,2251,0,0,0,211.928,-248.341,145.491,2.57195,300,300,10,0,1221,0,0,1), + (17589,2407,0,0,0,-80.9055,-331.666,136.471,6.03441,300,300,10,0,1221,0,0,1), + (17590,2250,0,0,0,184.131,-247.368,149.082,1.34463,300,300,10,0,1163,0,0,1), + (17591,2250,0,0,0,317.514,-49.5495,142.326,0.13532,300,300,10,0,1163,0,0,1), + (17592,2251,0,0,0,380.879,-48.4809,145.248,2.50546,300,300,10,0,1221,0,0,1), + (17593,2251,0,0,0,453.374,-51.2748,147.81,5.37278,300,300,5,0,1221,0,0,1), + (17594,2250,0,0,0,346.673,-83.7186,142.655,2.12194,300,300,3,0,1163,0,0,1), + (17595,2287,0,0,0,417.026,-245.725,157.338,0.324169,300,300,5,0,4377,0,0,1), + (17596,2251,0,0,0,513.171,-49.0429,139.699,2.94138,300,300,5,0,1221,0,0,1), + (17597,2251,0,0,0,510.139,-113.074,144.417,2.34887,300,300,5,0,1221,0,0,1), + (17598,2250,0,0,0,415.83,-81.7302,156.182,3.01942,300,300,0,0,1163,0,0,0), + (17599,2256,0,0,0,447.023,-248.48,156.226,1.99891,300,300,5,0,4185,0,0,1), + (17600,2452,0,0,0,538.388,-96.7844,144.642,0.472381,43200,43200,5,0,1469,0,0,2), + (17601,6033,0,0,0,961.213,926.11,11.7743,1.0821,275,275,0,0,328,0,0,0), + (17602,6033,0,0,0,1180.51,814.702,17.972,0,275,275,0,0,328,0,0,0), + (17603,11750,0,0,0,1478.9,445.545,-62.6135,1.36136,275,275,0,0,334,0,0,0), + (17604,1778,0,0,0,276.906,1504.34,137.583,5.87804,275,275,5,0,266,0,0,1), + (17605,1909,0,0,0,379.208,681.589,41.2667,4.48486,275,275,5,0,377,408,0,1), + (17606,1909,0,0,0,283.758,610.555,34.8099,2.63545,275,275,0,0,377,408,0,0), + (17607,1909,0,0,0,349.13,688.906,42.3953,3.3732,275,275,5,0,377,408,0,1), + (17608,1889,0,0,0,277.349,673.847,40.7877,4.59504,275,275,5,0,379,1118,0,1), + (17609,1889,0,0,0,247.824,686.45,40.9485,4.46546,275,275,10,0,379,1118,0,1), + (17610,1924,0,0,0,-524.263,1150.98,84.2997,0.258257,275,275,0,0,328,0,0,0), + (17611,1952,0,0,0,522.449,1626.15,104.997,1.48353,275,275,0,0,1605,0,0,0), + (17612,1937,0,0,0,522.449,1652.3,125.843,4.86947,275,275,0,0,594,0,0,0), + (17613,1938,0,0,0,552.829,1593.87,130.219,1.31373,275,275,0,0,980,0,0,0), + (17614,1909,0,0,0,1175.48,274.852,27.0721,3.59463,275,275,5,0,377,408,0,1), + (17615,1768,0,0,0,1176.33,908.571,31.2165,0.468512,275,275,10,0,253,264,0,1), + (17616,1768,0,0,0,1159.72,968.189,32.5814,0,275,275,0,0,253,264,0,0), + (17617,1767,0,0,0,1162.09,974.666,32.7064,0,275,275,0,0,247,0,0,0), + (17618,5757,0,0,0,243.802,1643.27,142.36,4.90438,275,275,0,0,860,0,0,0), + (17619,5886,0,0,0,553.08,1600.14,129.208,4.04916,275,275,0,0,695,0,0,0), + (17620,9553,0,0,0,566.309,1559.6,132.602,3.61283,275,275,0,0,919,0,0,0), + (17621,3551,0,0,0,495.997,1647.86,125.664,3.87463,275,275,0,0,919,0,0,0), + (17622,3556,0,0,0,528.068,1634.62,104.706,3.26377,275,275,0,0,804,0,0,0), + (17623,3553,0,0,0,508.911,1630.16,104.895,0.802851,275,275,0,0,695,0,0,0), + (17624,2140,0,0,0,549.582,1602.99,128.565,3.735,275,275,0,0,860,0,0,0), + (17625,3557,0,0,0,516.318,1635.73,104.706,5.63741,275,275,0,0,1454,0,0,0), + (17626,2226,0,0,0,473.939,1533.95,131.96,0.453786,600,600,0,0,7423,7071,0,0), + (17627,7007,0,0,0,430.385,1881.86,15.4168,5.13127,275,275,0,0,1042,545,0,0), + (17628,4610,0,0,0,1399.98,377.057,-65.9392,6.26573,275,275,0,0,1605,0,0,0), + (17629,1420,0,0,0,1159.62,950.785,32.3849,2.02789,275,275,10,0,8,0,0,1), + (17630,1420,0,0,0,1308.41,719.261,34.0051,3.20023,275,275,10,0,8,0,0,1), + (17632,2173,0,0,0,658.785,1998.19,-21.2325,4.71915,275,275,5,0,300,0,0,1), + (17633,8385,0,0,0,490.937,1647.89,125.679,5.13127,275,275,0,0,1042,0,0,0), + (17635,6033,0,0,0,1247.34,583.572,16.4926,5.86431,275,275,0,0,328,0,0,0), + (17637,3534,0,0,0,-755.139,1497.2,17.0979,1.06465,275,275,0,0,860,0,0,0), + (17638,1909,0,0,0,1178.13,621.382,22.6002,5.81305,275,275,5,0,377,408,0,1), + (17639,1909,0,0,0,1216.82,382.774,28.853,2.89632,275,275,0,0,377,408,0,0), + (17640,1768,0,0,0,1145.57,945.938,30.8203,3.49838,275,275,10,0,253,264,0,1), + (17641,7489,0,0,0,594.88,1593.5,134.393,5.74213,275,275,0,0,3032,0,0,0), + (17642,3552,0,0,0,571.536,1576.59,132.863,4.18879,275,275,0,0,804,0,0,0), + (17643,7489,0,0,0,523.002,1508.68,136.789,5.60251,275,275,0,0,3032,0,0,0), + (17644,3554,0,0,0,567.864,1568.51,132.864,1.55334,275,275,0,0,804,0,0,0), + (17645,9979,0,0,0,513.679,1625.1,125.41,4.57276,275,275,0,0,1605,0,0,0), + (17646,3555,0,0,0,534.024,1626.95,104.895,2.54818,275,275,0,0,860,0,0,0), + (17647,4609,0,0,0,1400.66,384.563,-65.9556,5.32325,275,275,0,0,2016,0,0,0), + (17648,1420,0,0,0,1134.09,696.161,29.1998,1.9762,275,275,10,0,8,0,0,1), + (17649,6491,0,0,0,-11103,-1833.2,71.8642,3.04545,60,60,0,0,7680,0,0,0), + (17650,6491,0,0,0,-9554.16,-1367.13,51.202,4.91271,60,60,0,0,7680,0,0,0), + (17651,6033,0,0,0,871.062,856.756,13.3644,0,275,275,0,0,328,0,0,0), + (17652,6033,0,0,0,919.648,14.9025,23.5764,3.40339,275,275,0,0,328,0,0,0), + (17653,6033,0,0,0,573.533,702.29,19.3036,5.11381,275,275,0,0,328,0,0,0), + (17654,6033,0,0,0,527.814,637.31,12.2284,1.06465,275,275,0,0,328,0,0,0), + (17655,1958,0,0,0,881.071,53.0895,23.7115,5.38515,275,275,5,0,350,390,0,1), + (17656,1909,0,0,0,1222.26,286.363,23.13,1.8326,275,275,0,0,377,408,0,0), + (17657,1909,0,0,0,1179.09,520.215,29.2805,5.33322,275,275,5,0,377,408,0,1), + (17658,10779,0,0,0,59.785,694.011,63.6074,2.69876,275,275,10,0,42,0,0,1), + (17659,2173,0,0,0,-451.562,1817.52,-7.7725,0.323032,275,275,5,0,300,0,0,1), + (17660,2173,0,0,0,621.161,1999.85,-25.1416,1.48298,275,275,5,0,300,0,0,1), + (17661,2173,0,0,0,654.602,1985.2,-19.5592,0.470576,275,275,5,0,300,0,0,1), + (17662,6033,0,0,0,1181.11,117.32,25.6005,4.39823,275,275,0,0,328,0,0,0), + (17663,1895,0,0,0,-327.462,1555.21,25.2491,1.61376,600,600,0,0,828,295,0,0), + (17664,2173,0,0,0,271.202,1961.29,-29.677,2.33674,275,275,5,0,300,0,0,1), + (17665,2173,0,0,0,328.87,2015.66,-38.0932,1.25707,275,275,5,0,300,0,0,1), + (17666,2173,0,0,0,249.732,1977.11,-31.1535,0.673246,275,275,5,0,300,0,0,1), + (17667,1958,0,0,0,754.864,156.556,29.4407,1.14514,275,275,10,0,350,390,0,1), + (17668,1768,0,0,0,1168.71,967.706,33.7716,2.42601,275,275,0,0,253,264,0,0), + (17669,5624,0,0,0,1440.41,350.383,-62.1024,4.13643,275,275,0,0,5215,1600,0,0), + (17670,2173,0,0,0,-646.858,1892.47,-15.6051,1.50436,275,275,5,0,300,0,0,1), + (17671,2173,0,0,0,300.785,1984.93,-35.4672,6.16973,275,275,5,0,300,0,0,1), + (17672,2173,0,0,0,-481.567,1878.26,-10.3649,3.89129,275,275,5,0,300,0,0,1), + (17673,2173,0,0,0,-500.886,1852.72,-6.41235,6.12831,275,275,5,0,300,0,0,1), + (17674,7489,0,0,0,489.479,1495.73,129.251,6.14356,275,275,0,0,3032,0,0,0), + (17675,1869,0,0,0,766.803,1073.32,45.5605,4.0946,275,275,10,0,300,0,0,1), + (17677,1958,0,0,0,755.199,192.794,38.5508,2.73441,275,275,5,0,350,390,0,1), + (17678,1958,0,0,0,769.879,171.602,31.6466,4.80185,275,275,10,0,350,390,0,1), + (17679,1958,0,0,0,727.968,192.537,33.5926,6.16101,275,275,0,0,350,390,0,0), + (17680,1957,0,0,0,795.346,167.873,32.0216,3.57792,275,275,0,0,356,0,0,0), + (17681,1958,0,0,0,786.541,162.371,32.1485,0.94883,275,275,10,0,350,390,0,1), + (17682,1957,0,0,0,784.957,184.443,34.1466,5.72468,275,275,0,0,356,0,0,0), + (17683,1958,0,0,0,794.681,178.149,30.0894,6.24992,275,275,10,0,350,390,0,1), + (17684,1958,0,0,0,811.016,170.998,33.2021,6.24828,275,275,0,0,350,390,0,0), + (17685,1958,0,0,0,812.965,154.559,36.087,1.90263,275,275,10,0,350,390,0,1), + (17686,1958,0,0,0,802.98,160.684,34.962,3.33358,275,275,0,0,350,390,0,0), + (17687,1958,0,0,0,777.183,52.5442,30.5667,1.84075,275,275,5,0,350,390,0,1), + (17688,1958,0,0,0,848.553,22.1305,25.8561,0.900002,275,275,5,0,350,390,0,1), + (17689,1958,0,0,0,865.287,79.8478,34.4221,5.91667,275,275,0,0,350,390,0,0), + (17690,1958,0,0,0,863.282,70.3485,33.4309,1.43117,275,275,0,0,350,390,0,0), + (17691,1958,0,0,0,874.275,83.9449,34.1398,5.49314,275,275,0,0,350,390,0,0), + (17692,1958,0,0,0,837.991,55.0294,34.7878,1.05291,275,275,10,0,350,390,0,1), + (17693,1909,0,0,0,1176.66,484.48,30.6209,6.16828,275,275,10,0,377,408,0,1), + (17694,1768,0,0,0,1314.56,634.371,30.5476,0.925526,275,275,10,0,253,264,0,1), + (17695,2173,0,0,0,1008.24,2015.04,-8.74219,6.28061,275,275,5,0,300,0,0,1), + (17696,1957,0,0,0,805.721,192.1,33.5771,2.33874,275,275,0,0,356,0,0,0), + (17697,1958,0,0,0,825.691,184.896,31.864,6.09786,275,275,5,0,350,390,0,1), + (17698,1958,0,0,0,848.003,153.166,33.7583,0.334196,275,275,5,0,350,390,0,1), + (17699,1958,0,0,0,876.242,126.503,33.8201,1.45129,275,275,10,0,350,390,0,1), + (17700,1958,0,0,0,875.801,75.5847,32.8699,6.16101,275,275,0,0,350,390,0,0), + (17701,1958,0,0,0,879.167,95.834,35.1398,3.62478,275,275,10,0,350,390,0,1), + (17702,1957,0,0,0,796.288,152.933,35.7384,0.098313,275,275,10,0,356,0,0,1), + (17703,1958,0,0,0,872.578,69.5825,31.9734,0.645772,275,275,0,0,350,390,0,0), + (17704,1958,0,0,0,773.12,139.189,33.7266,4.29595,275,275,10,0,350,390,0,1), + (17705,1909,0,0,0,1051.94,415.158,17.7281,4.24226,275,275,10,0,377,408,0,1), + (17706,1909,0,0,0,1043.61,486.685,15.7066,2.55993,275,275,10,0,377,408,0,1), + (17707,1909,0,0,0,1045.24,512.311,17.4757,4.66042,275,275,10,0,377,408,0,1), + (17708,1909,0,0,0,1055.44,452.256,17.2567,2.88037,275,275,10,0,377,408,0,1), + (17709,1958,0,0,0,783.917,84.2328,35.2466,0.830758,275,275,10,0,350,390,0,1), + (17710,1958,0,0,0,840.101,69.8993,37.0547,4.37432,275,275,10,0,350,390,0,1), + (17711,1958,0,0,0,818.934,119.167,39.7311,0.627429,275,275,10,0,350,390,0,1), + (17712,1958,0,0,0,891.091,79.1301,30.6846,1.0364,275,275,5,0,350,390,0,1), + (17713,1958,0,0,0,846.402,86.9468,35.3047,0.47923,275,275,10,0,350,390,0,1), + (17714,1767,0,0,0,1306.8,780.402,31.0343,1.87549,275,275,5,0,247,0,0,1), + (17715,1768,0,0,0,1302.43,806.797,32.3997,5.00255,275,275,10,0,253,264,0,1), + (17716,1768,0,0,0,1268.59,858.326,31.9368,4.66197,275,275,5,0,253,264,0,1), + (17717,1767,0,0,0,1260.89,883.382,36.5156,5.51932,275,275,10,0,247,0,0,1), + (17718,1767,0,0,0,1314.6,804.28,32.8589,4.65868,275,275,10,0,247,0,0,1), + (17719,1782,0,0,0,483.077,988.351,128.782,4.67748,275,275,0,0,273,0,0,0), + (17720,1767,0,0,0,1314.31,768.897,29.4937,5.62501,275,275,10,0,247,0,0,1), + (17721,1924,0,0,0,482.359,984.114,128.657,1.11701,275,275,0,0,328,0,0,0), + (17722,1767,0,0,0,1304.95,755.38,30.9553,3.42976,275,275,5,0,247,0,0,1), + (17723,1924,0,0,0,481.46,993.508,129.407,5.42797,275,275,0,0,328,0,0,0), + (17724,1924,0,0,0,519.066,947.682,128.623,5.14471,275,275,5,0,328,0,0,1), + (17725,1782,0,0,0,512.101,912.456,128.733,2.54818,275,275,0,0,273,0,0,0), + (17726,1782,0,0,0,507.335,913.35,128.733,0.226893,275,275,0,0,273,0,0,0), + (17727,1924,0,0,0,508.819,909.236,128.733,1.32645,275,275,0,0,328,0,0,0), + (17728,1768,0,0,0,1134.94,1041.69,30.0693,0.537154,275,275,10,0,253,264,0,1), + (17729,1767,0,0,0,1073.03,1025.31,29.6938,3.06729,275,275,10,0,247,0,0,1), + (17730,1767,0,0,0,976.74,1020.1,28.3477,4.92151,275,275,10,0,247,0,0,1), + (17731,1767,0,0,0,1314.67,837.174,35.5394,4.96985,275,275,10,0,247,0,0,1), + (17732,1909,0,0,0,1217.88,370.129,32.0602,3.735,275,275,0,0,377,408,0,0), + (17733,1909,0,0,0,1114.44,743.719,27.6456,2.29247,275,275,10,0,377,408,0,1), + (17734,1909,0,0,0,1147.92,660.246,29.7873,1.5809,275,275,5,0,377,408,0,1), + (17735,1909,0,0,0,1144.96,708.665,22.516,0.971161,275,275,10,0,377,408,0,1), + (17736,2053,0,0,0,-698.665,1585.19,17.211,6.12611,275,275,0,0,414,0,0,0), + (17737,1768,0,0,0,1107.19,1021.97,29.8084,1.66096,275,275,10,0,253,264,0,1), + (17738,2054,0,0,0,-695.406,1583.27,17.586,2.60054,275,275,0,0,400,456,0,0), + (17739,1909,0,0,0,484.952,682.805,24.0353,0.506145,275,275,10,0,377,408,0,1), + (17740,1909,0,0,0,472.546,712.838,32.5616,5.72468,275,275,0,0,377,408,0,0), + (17741,1908,0,0,0,484.447,724.095,33.678,0.331613,275,275,0,0,404,456,0,0), + (17742,1889,0,0,0,271.752,726.094,44.1524,5.83788,275,275,5,0,379,1118,0,1), + (17743,1889,0,0,0,201.63,713.815,46.2771,5.32696,275,275,5,0,379,1118,0,1), + (17744,1951,0,0,0,1314.01,1205.91,58.5953,3.28122,275,275,0,0,594,0,0,0), + (17745,6033,0,0,0,1262.94,462.504,12.0284,5.16617,275,275,0,0,328,0,0,0), + (17746,1888,0,0,0,-65.625,734.375,66.8521,4.22428,275,275,5,0,354,1326,0,1), + (17747,1888,0,0,0,-115.605,736.628,64.6895,4.17457,275,275,5,0,354,1326,0,1), + (17748,1888,0,0,0,68.6201,772.337,64.0461,5.7731,275,275,3,0,354,1326,0,1), + (17749,1889,0,0,0,75.6378,760.819,63.5977,4.34587,275,275,0,0,379,1118,0,0), + (17750,1889,0,0,0,67.6706,786.993,64.0731,5.73697,275,275,0,0,379,1118,0,0), + (17751,1889,0,0,0,19.9604,785.94,64.9515,3.09187,275,275,5,0,379,1118,0,1), + (17752,1888,0,0,0,35.8256,784.977,64.9515,1.21437,275,275,0,0,354,1326,0,0), + (17753,1889,0,0,0,18.2747,787.273,65.1348,5.95157,275,275,0,0,379,1118,0,0), + (17754,1889,0,0,0,36.2099,794.693,69.717,3.50222,275,275,3,0,379,1118,0,1), + (17755,1909,0,0,0,1077.57,521.589,33.0805,3.36541,275,275,10,0,377,408,0,1), + (17756,1909,0,0,0,1059.24,699.934,52.6562,2.28917,275,275,10,0,377,408,0,1), + (17757,1909,0,0,0,1110.07,679.819,40.5402,6.20889,275,275,10,0,377,408,0,1), + (17758,1909,0,0,0,1070.18,738.322,43.7294,5.88757,275,275,3,0,377,408,0,1), + (17759,1909,0,0,0,1071.92,644.748,50.4765,3.60342,275,275,10,0,377,408,0,1), + (17760,1909,0,0,0,1081.67,716.534,45.1172,2.01126,275,275,10,0,377,408,0,1), + (17761,1909,0,0,0,1123.15,485.205,36.969,1.58453,275,275,10,0,377,408,0,1), + (17762,1767,0,0,0,1327.83,772.046,32.704,4.0169,275,275,10,0,247,0,0,1), + (17763,1767,0,0,0,1291.41,714.555,31.2701,5.13716,275,275,10,0,247,0,0,1), + (17764,1768,0,0,0,1312.11,651.504,33.1493,0,275,275,0,0,253,264,0,0), + (17765,1767,0,0,0,1302.86,654.164,32.1493,0,275,275,0,0,247,0,0,0), + (17766,1768,0,0,0,1297.92,655.729,29.1939,5.25281,275,275,5,0,253,264,0,1), + (17767,1767,0,0,0,1220.3,875.851,29.7018,5.81154,275,275,10,0,247,0,0,1), + (17768,1767,0,0,0,940.172,1077.77,36.8204,0.043028,275,275,0,0,247,0,0,0), + (17769,1765,0,0,0,1501.68,728.545,44.2541,0.244979,275,275,3,0,198,0,0,1), + (17770,883,0,0,0,972.351,1128.05,47.2905,0.551433,275,275,10,0,1,0,0,1), + (17771,1957,0,0,0,796.192,192.002,35.0216,0.331613,275,275,0,0,356,0,0,0), + (17772,1958,0,0,0,768.92,206.121,41.9963,4.80271,275,275,10,0,350,390,0,1), + (17773,1956,0,0,0,1087.86,291.931,36.1021,4.80526,275,275,10,0,417,0,0,1), + (17774,1957,0,0,0,750.437,255.648,42.4799,3.96482,275,275,10,0,356,0,0,1), + (17775,1956,0,0,0,1079.65,350.33,34.2182,0.689661,275,275,10,0,417,0,0,1), + (17776,1909,0,0,0,1186.78,557.466,24.1232,1.23227,275,275,5,0,377,408,0,1), + (17777,1909,0,0,0,1173.39,583.591,27.7427,2.39646,275,275,5,0,377,408,0,1), + (17778,1909,0,0,0,1140.92,591.944,39.1864,2.2607,275,275,10,0,377,408,0,1), + (17779,1909,0,0,0,1113.39,547.062,38.0024,1.83987,275,275,10,0,377,408,0,1), + (17780,1908,0,0,0,1156.25,514.834,36.5416,5.13319,275,275,10,0,404,456,0,1), + (17781,2914,0,0,0,-544.917,1497.31,12.53,4.8165,275,275,10,0,8,0,0,1), + (17782,1908,0,0,0,1089.46,582.363,42.2136,5.00478,275,275,10,0,404,456,0,1), + (17783,1767,0,0,0,1277.83,831.663,29.7052,4.10114,275,275,10,0,247,0,0,1), + (17784,1956,0,0,0,1114.04,279.894,34.1707,2.72155,275,275,10,0,417,0,0,1), + (17785,1781,0,0,0,1425.25,1942.41,8.87307,3.8646,275,275,5,0,273,0,0,1), + (17786,1781,0,0,0,1418.55,1962,14.0876,5.99553,275,275,3,0,273,0,0,1), + (17787,1781,0,0,0,1433.58,1967.75,12.6362,3.81089,275,275,3,0,273,0,0,1), + (17788,1781,0,0,0,1446.94,1990.08,11.0784,0.648325,275,275,3,0,273,0,0,1), + (17789,1781,0,0,0,1433.05,2002.04,11.5301,0.973342,275,275,3,0,273,0,0,1), + (17790,1781,0,0,0,1438.19,1944.46,12.8004,2.60436,275,275,3,0,273,0,0,1), + (17791,1781,0,0,0,1415.88,1937.64,10.3177,4.37771,275,275,3,0,273,0,0,1), + (17792,1958,0,0,0,720.555,210.199,36.4936,4.92037,275,275,10,0,350,390,0,1), + (17793,1958,0,0,0,718.756,248.364,37.3903,5.69518,275,275,10,0,350,390,0,1), + (17794,1957,0,0,0,706.635,222.787,35.1963,1.11152,275,275,10,0,356,0,0,1), + (17795,1958,0,0,0,758.116,71.2601,28.745,5.52499,275,275,5,0,350,390,0,1), + (17796,1908,0,0,0,1177.73,393.737,35.1469,3.30068,275,275,0,0,404,456,0,0), + (17797,1909,0,0,0,1202.22,402.961,33.0111,4.09782,275,275,10,0,377,408,0,1), + (17798,1908,0,0,0,1146.34,387.561,34.0606,5.75671,275,275,10,0,404,456,0,1), + (17799,1909,0,0,0,1120.69,359.301,26.9493,2.73568,275,275,5,0,377,408,0,1), + (17800,1909,0,0,0,1176.05,354.153,33.4858,1.8176,275,275,10,0,377,408,0,1), + (17801,1420,0,0,0,1060.71,1076.76,35.5059,5.73255,275,275,10,0,8,0,0,1), + (17802,1767,0,0,0,1072.95,1041.07,30.4191,5.56355,275,275,10,0,247,0,0,1), + (17803,1767,0,0,0,1037.47,1031.4,31.9553,4.58854,275,275,10,0,247,0,0,1), + (17804,1767,0,0,0,1125.7,1059.33,30.0302,0.48843,275,275,10,0,247,0,0,1), + (17805,1768,0,0,0,1151.32,1032.05,31.3314,0.955921,275,275,10,0,253,264,0,1), + (17806,1768,0,0,0,1165.47,1012.9,33.0586,0.20448,275,275,10,0,253,264,0,1), + (17807,1767,0,0,0,1153,994.517,31.5814,4.28935,275,275,10,0,247,0,0,1), + (17808,1909,0,0,0,456.141,741.376,38.4905,2.84116,275,275,5,0,377,408,0,1), + (17809,1908,0,0,0,494.537,755.264,39.1347,6.1689,275,275,5,0,404,456,0,1), + (17810,2914,0,0,0,296.343,659.753,41.9758,1.29169,275,275,10,0,8,0,0,1), + (17811,1956,0,0,0,1096.51,339.396,34.8139,3.80613,275,275,10,0,417,0,0,1), + (17812,1908,0,0,0,1211.6,379.969,33.9352,3.42085,275,275,0,0,404,456,0,0), + (17813,1909,0,0,0,1201.89,381.745,35.5602,4.57276,275,275,0,0,377,408,0,0), + (17814,1908,0,0,0,1193.57,375.176,34.7027,1.40172,275,275,10,0,404,456,0,1), + (17815,1956,0,0,0,1039.23,152.238,29.5857,6.0507,275,275,10,0,417,0,0,1), + (17816,1767,0,0,0,1352.69,751.968,36.1366,2.80848,275,275,10,0,247,0,0,1), + (17817,1767,0,0,0,1316.26,653.025,33.7696,0.733613,275,275,10,0,247,0,0,1), + (17818,1768,0,0,0,1297.59,668.769,32.1239,2.75762,275,275,0,0,253,264,0,0), + (17819,1768,0,0,0,1311.84,665.177,34.1493,0,275,275,0,0,253,264,0,0), + (17820,1768,0,0,0,1303.43,671.517,33.4777,0.600338,275,275,0,0,253,264,0,0), + (17821,1769,0,0,0,1000.84,1159.94,49.1103,1.47297,275,275,10,0,186,191,0,1), + (17822,1923,0,0,0,-554.754,1521.37,13.4616,3.97936,275,275,10,0,356,0,0,1), + (17823,2053,0,0,0,-696.775,1588.31,17.2987,4.08407,275,275,0,0,414,0,0,0), + (17824,1765,0,0,0,326.177,1592.61,126.402,2.81236,275,275,5,0,198,0,0,1), + (17825,1778,0,0,0,255.81,1576.89,130.708,2.61502,275,275,5,0,266,0,0,1), + (17826,1908,0,0,0,1154.76,424.79,31.1827,1.13415,275,275,5,0,404,456,0,1), + (17827,1765,0,0,0,261.664,1528.02,145.97,5.71009,275,275,5,0,198,0,0,1), + (17828,1958,0,0,0,911.619,82.5614,27.969,0.714003,275,275,5,0,350,390,0,1), + (17829,6033,0,0,0,1214.02,650.735,9.10322,1.50098,275,275,0,0,328,0,0,0), + (17830,1765,0,0,0,1353.13,719.534,35.5323,0.256579,275,275,10,0,198,0,0,1), + (17831,1766,0,0,0,1286.07,961.777,45.0388,1.36727,275,275,5,0,222,0,0,1), + (17832,1957,0,0,0,717.048,203.165,35.1352,3.33358,275,275,0,0,356,0,0,0), + (17833,1958,0,0,0,744.34,223.765,42.2873,0.422733,275,275,10,0,350,390,0,1), + (17834,1957,0,0,0,707.488,204.866,33.191,2.18166,275,275,0,0,356,0,0,0), + (17835,1940,0,0,0,628.082,519.564,39.378,3.57962,275,275,10,0,350,390,0,1), + (17836,1939,0,0,0,688.579,533.662,40.789,1.8976,275,275,5,0,356,0,0,1), + (17837,1889,0,0,0,16.6264,771.589,63.8881,5.61996,275,275,0,0,379,1118,0,0), + (17838,1888,0,0,0,5.50446,789.691,64.0431,5.56716,275,275,5,0,354,1326,0,1), + (17839,1769,0,0,0,1113.59,1111.84,41.3153,2.96706,275,275,0,0,186,191,0,0), + (17840,1889,0,0,0,22.0169,767.471,63.8601,2.46091,275,275,0,0,379,1118,0,0), + (17841,1769,0,0,0,1095.3,1116.62,40.7023,6.21337,275,275,0,0,186,191,0,0), + (17842,1888,0,0,0,43.9987,742.928,63.7948,3.69211,275,275,10,0,354,1326,0,1), + (17843,1889,0,0,0,28.8149,719.525,63.7214,5.17149,275,275,5,0,379,1118,0,1), + (17844,1769,0,0,0,1110.4,1106.45,41.6803,2.11185,275,275,0,0,186,191,0,0), + (17845,1769,0,0,0,1107.61,1137.6,44.1844,1.4651,275,275,10,0,186,191,0,1), + (17846,1888,0,0,0,12.3213,665.348,67.72,0.123386,275,275,5,0,354,1326,0,1), + (17847,1889,0,0,0,20.9377,770.135,63.8601,3.61283,275,275,0,0,379,1118,0,0), + (17848,1769,0,0,0,1107.45,1120.65,40.857,4.94905,275,275,0,0,186,191,0,0), + (17849,1958,0,0,0,787.738,289.239,34.9781,1.42711,275,275,10,0,350,390,0,1), + (17850,1957,0,0,0,820.965,234.68,33.697,4.41313,275,275,10,0,356,0,0,1), + (17851,10779,0,0,0,1318.74,1275.25,49.1126,4.68896,275,275,10,0,42,0,0,1), + (17852,1889,0,0,0,86.2971,704.383,61.2206,4.54965,275,275,10,0,379,1118,0,1), + (17853,1888,0,0,0,89.7352,712.978,60.4226,4.74901,275,275,10,0,354,1326,0,1), + (17854,1909,0,0,0,1136.45,333.07,30.7966,4.50761,275,275,5,0,377,408,0,1), + (17855,1908,0,0,0,1151.24,454.519,33.2399,4.08575,275,275,10,0,404,456,0,1), + (17856,1908,0,0,0,1153.23,358.261,34.1762,2.95493,275,275,5,0,404,456,0,1), + (17857,1908,0,0,0,1182.68,463.386,27.7063,5.06479,275,275,5,0,404,456,0,1), + (17858,1769,0,0,0,1121.23,1069.16,32.3437,5.68895,275,275,10,0,186,191,0,1), + (17859,1924,0,0,0,-488.13,1317.5,40.9593,4.61068,275,275,10,0,328,0,0,1), + (17860,1912,0,0,0,144.396,1069.46,92.4523,5.32778,275,275,5,0,300,0,0,1), + (17861,1765,0,0,0,1513.06,555.113,52.3071,2.80472,275,275,10,0,198,0,0,1), + (17862,1924,0,0,0,-525.075,1431.27,22.7244,5.44455,275,275,5,0,328,0,0,1), + (17863,5758,0,0,0,-635.247,1186.65,77.7776,3.89208,275,275,0,0,804,0,0,0), + (17864,1912,0,0,0,-194.278,924.227,71.6556,5.98648,275,275,0,0,300,0,0,0), + (17865,6739,0,0,0,510.916,1636.47,126.027,4.31096,275,275,0,0,1605,0,0,0), + (17866,2121,0,0,0,520.624,1602.92,126.53,1.50098,275,275,0,0,919,0,0,0), + (17867,6389,0,0,0,499.653,1626.22,125.748,5.35816,275,275,0,0,1240,0,0,0), + (17868,7489,0,0,0,540.374,1566.66,131.89,6.24828,275,275,0,0,3032,0,0,0), + (17869,7489,0,0,0,458.611,1556.36,129.373,4.38078,275,275,0,0,3032,0,0,0), + (17870,7489,0,0,0,453.054,1521.15,132.486,3.63029,275,275,0,0,3032,0,0,0), + (17871,435,0,0,0,-8760.77,-2253.44,152.291,5.91667,300,300,3,0,664,0,0,1), + (17872,435,0,0,0,-8798,-2190.77,141.994,2.26893,300,300,3,0,664,0,0,1), + (17873,435,0,0,0,-8824.79,-2191.59,138.558,0.925419,300,300,3,0,664,0,0,1), + (17874,349,0,0,0,-8756.77,-2187.12,139.975,2.96706,600,600,0,0,2199,0,0,0), + (17875,435,0,0,0,-8818.63,-2182.18,139.063,1.98675,300,300,3,0,664,0,0,1), + (17876,4463,0,0,0,-8788.47,-2187.71,142.028,3.75246,300,300,3,0,472,1357,0,1), + (17877,1933,0,0,0,-9485.98,-2219.98,76.0553,4.14603,300,300,5,0,14,0,0,1), + (17878,435,0,0,0,-8776.02,-2193.54,141.011,1.97246,300,300,3,0,664,0,0,1), + (17879,435,0,0,0,-8798.71,-2234.86,146.048,4.95674,300,300,0,0,664,0,0,0), + (17880,547,0,0,0,-9604.3,-2267.13,85.2955,0.535391,300,300,5,0,356,0,0,1), + (17881,1769,0,0,0,1144.94,1087.4,34.0637,2.724,275,275,10,0,186,191,0,1), + (17882,1769,0,0,0,1130.28,1106.35,40.3083,1.36268,275,275,10,0,186,191,0,1), + (17883,1767,0,0,0,1338.47,634.644,33.7373,1.51703,275,275,10,0,247,0,0,1), + (17884,1914,0,0,0,-343.636,839.743,91.5483,4.7293,275,275,5,0,285,790,0,1), + (17885,1943,0,0,0,1011.88,688.576,53.82,6.03225,275,275,3,0,415,484,0,1), + (17886,1943,0,0,0,1000.75,690.087,53.8207,4.70985,275,275,3,0,415,484,0,1), + (17887,1943,0,0,0,1005.6,699.391,53.821,3.12351,275,275,3,0,415,484,0,1), + (17888,1942,0,0,0,1008.63,662.71,85.1843,0.645772,275,275,0,0,417,0,0,0), + (17889,1956,0,0,0,1085.55,217.983,34.8541,3.9111,275,275,10,0,417,0,0,1), + (17890,1956,0,0,0,1124.72,241.245,34.0567,6.06475,275,275,10,0,417,0,0,1), + (17891,1420,0,0,0,641.043,966.371,38.5904,4.99337,275,275,10,0,8,0,0,1), + (17892,1769,0,0,0,1058.75,1142.8,43.2838,0.12235,275,275,10,0,186,191,0,1), + (17893,1769,0,0,0,932.549,1237.23,47.0936,3.56811,275,275,10,0,186,191,0,2), + (17894,1779,0,0,0,751.967,1647.14,37.7432,1.42314,275,275,5,0,247,0,0,1), + (17895,1782,0,0,0,770.998,1633.89,32.0893,5.37561,275,275,0,0,273,0,0,0), + (17896,1940,0,0,0,1006.01,743.693,59.5982,3.50811,275,275,0,0,350,390,0,0), + (17897,1939,0,0,0,1015.43,737.142,59.4484,3.61283,275,275,0,0,356,0,0,0), + (17898,1940,0,0,0,1018.46,734.057,59.4484,1.20428,275,275,0,0,350,390,0,0), + (17899,1767,0,0,0,1305.04,695.495,34.4446,4.5148,275,275,10,0,247,0,0,1), + (17900,1768,0,0,0,1301.87,711.434,34.3786,3.49453,275,275,10,0,253,264,0,1), + (17901,3873,33,0,0,-182.666,2164.29,97.4733,4.39701,7200,7200,0,0,1815,0,0,2), + (17902,1420,0,0,0,789.062,761.189,27.9448,0.54742,275,275,10,0,8,0,0,1), + (17903,435,0,0,0,-8764.91,-2258.66,151.189,0.12893,300,300,0,0,664,0,0,0), + (17904,1769,0,0,0,1035.9,1197.68,48.9457,0.986026,275,275,5,0,186,191,0,1), + (17905,1895,0,0,0,-407.955,1451.33,27.0859,0.767945,600,600,0,0,828,295,0,0), + (17906,10780,0,0,0,975.427,1704.63,15.5029,3.60705,275,275,10,0,20,0,0,1), + (17907,1779,0,0,0,983.199,1738.77,14.7072,6.09364,275,275,10,0,247,0,0,1), + (17908,1891,0,0,0,-405.033,1458.8,27.0968,0.15708,600,600,0,0,819,0,0,0), + (17909,1779,0,0,0,951.605,1722.56,14.236,2.80289,275,275,10,0,247,0,0,1), + (17910,1894,0,0,0,-410.983,1453.18,31.679,5.59007,600,600,5,0,900,0,0,1), + (17911,1894,0,0,0,-404.028,1460.9,31.7653,5.84685,600,600,0,0,900,0,0,0), + (17912,2054,0,0,0,-671.982,1593.42,18.3436,0.013671,275,275,3,0,400,456,0,1), + (17913,4463,0,0,0,-8753.45,-2236.94,153.257,0.698132,300,300,0,0,472,1357,0,0), + (17914,1767,0,0,0,877.569,1111.8,32.6921,3.28016,275,275,5,0,247,0,0,1), + (17915,1769,0,0,0,1083.38,1150.22,44.5913,4.91811,275,275,10,0,186,191,0,1), + (17916,1769,0,0,0,1019.47,1122.84,44.531,1.27749,275,275,10,0,186,191,0,1), + (17917,1908,0,0,0,515.558,716.281,25.7851,4.95674,275,275,0,0,404,456,0,0), + (17918,1778,0,0,0,1268.41,1389.86,48.9957,6.07602,275,275,3,0,266,0,0,1), + (17919,1924,0,0,0,507.906,1018.2,117.274,2.30782,275,275,5,0,328,0,0,1), + (17920,1924,0,0,0,508.038,918.809,128.624,4.77808,275,275,0,0,328,0,0,0), + (17921,1782,0,0,0,516.112,984.685,128.573,1.67256,275,275,5,0,273,0,0,1), + (17922,1782,0,0,0,479.505,954.025,128.9,1.01024,275,275,5,0,273,0,0,1), + (17923,2054,0,0,0,-745.124,1536.01,16.9591,2.79253,275,275,0,0,400,456,0,0), + (17924,2054,0,0,0,-743.001,1535.46,16.8341,5.06145,275,275,0,0,400,456,0,0), + (17925,2054,0,0,0,-756.456,1502.29,17.2546,2.44346,275,275,0,0,400,456,0,0), + (17926,2053,0,0,0,-730.886,1514.58,14.0312,3.91594,275,275,10,0,414,0,0,1), + (17927,2053,0,0,0,-741.153,1537.29,16.9959,4.73529,275,275,5,0,414,0,0,1), + (17928,2053,0,0,0,-742.248,1533.36,16.3341,1.88496,275,275,0,0,414,0,0,0), + (17929,2053,0,0,0,-759.032,1501.65,17.3505,1.36136,275,275,0,0,414,0,0,0), + (17930,2054,0,0,0,-740.117,1503.3,16.1532,1.15192,275,275,0,0,400,456,0,0), + (17931,1767,0,0,0,1249.96,927.058,36.7232,3.14065,275,275,10,0,247,0,0,1), + (17932,1768,0,0,0,1207.46,892.76,32.9063,0,275,275,0,0,253,264,0,0), + (17933,1768,0,0,0,1198.16,901.891,33.0673,0,275,275,0,0,253,264,0,0), + (17934,1866,0,0,0,137.063,1507.83,114.731,0.436332,275,275,0,0,222,0,0,0), + (17935,1865,0,0,0,149.099,1489.52,114.516,0.054761,275,275,10,0,247,0,0,2), + (17936,1865,0,0,0,150.888,1508.82,114.481,5.16617,275,275,0,0,247,0,0,0), + (17937,1866,0,0,0,142.197,1531.56,114.967,5.60111,275,275,3,0,222,0,0,1), + (17938,1865,0,0,0,150.482,1516.43,114.927,4.75448,275,275,0,0,247,0,0,0), + (17939,1866,0,0,0,142.823,1525.15,114.936,1.51926,275,275,3,0,222,0,0,1), + (17940,1779,0,0,0,1020.83,1712.5,21.7818,2.86717,275,275,10,0,247,0,0,1), + (17941,1779,0,0,0,888.199,1787.96,12.2461,0.741971,275,275,10,0,247,0,0,1), + (17942,1779,0,0,0,1051.38,1824.67,16.6664,3.00846,275,275,10,0,247,0,0,1), + (17943,1781,0,0,0,1409.5,2008.33,14.2523,4.24892,275,275,3,0,273,0,0,1), + (17944,1779,0,0,0,1016.45,1858.79,10.9091,5.7279,275,275,10,0,247,0,0,1), + (17945,1781,0,0,0,1394.43,2011.66,15.8084,3.21808,275,275,3,0,273,0,0,1), + (17946,1781,0,0,0,1388.26,2000.17,16.6558,5.48071,275,275,3,0,273,0,0,1), + (17947,1940,0,0,0,946.268,584.365,54.706,6.02139,275,275,0,0,350,390,0,0), + (17948,1940,0,0,0,951.33,614.191,60.0501,5.64234,275,275,0,0,350,390,0,0), + (17949,1943,0,0,0,1013.4,664.261,61.0583,2.05949,275,275,0,0,415,484,0,0), + (17950,1939,0,0,0,954.191,606.554,59.6268,1.52607,275,275,3,0,356,0,0,1), + (17951,1765,0,0,0,1376.31,679.446,39.7203,0.708626,275,275,10,0,198,0,0,1), + (17952,1766,0,0,0,1012.86,1488.15,41.2959,0.15789,275,275,5,0,222,0,0,1), + (17953,1767,0,0,0,1315.51,685.701,35.4777,5.40717,275,275,10,0,247,0,0,1), + (17954,1939,0,0,0,1002.19,631.358,55.4451,3.89208,275,275,0,0,356,0,0,0), + (17955,1940,0,0,0,1013.97,637.073,54.9895,3.01373,275,275,5,0,350,390,0,1), + (17956,3877,33,0,0,-252.301,2168.82,93.9366,1.09352,7200,7200,2,0,1563,0,0,2), + (17957,1943,0,0,0,964.955,667.386,74.0034,5.19025,275,275,0,0,415,484,0,0), + (17958,615,0,0,0,-8728.73,-2246.21,154.735,2.75708,300,300,3,0,617,0,0,1), + (17959,1942,0,0,0,975.141,667.035,85.0009,3.17674,275,275,0,0,417,0,0,0), + (17960,428,0,0,0,-9656.15,-2670.86,60.8752,5.98986,300,300,10,0,417,0,0,1), + (17961,6033,0,0,0,809.681,867.596,10.7001,5.25344,275,275,0,0,328,0,0,0), + (17962,1942,0,0,0,1018.77,668.411,61.0583,3.40339,275,275,0,0,417,0,0,0), + (17963,6033,0,0,0,591.969,286.3,19.5015,3.83972,275,275,0,0,328,0,0,0), + (17964,1942,0,0,0,964.69,660.489,81.6265,0.837758,275,275,0,0,417,0,0,0), + (17965,1943,0,0,0,972.697,670.342,85.0009,3.94863,275,275,5,0,415,484,0,2), + (17966,1942,0,0,0,967.398,707.295,74.0034,5.73547,275,275,0,0,417,0,0,0), + (17967,1942,0,0,0,963.016,716.584,81.6265,5.49779,275,275,0,0,417,0,0,0), + (17968,3242,1,0,0,136.53,-3594.85,27.3096,5.40501,275,275,5,0,273,0,0,1), + (17969,1767,0,0,0,943.393,1038.08,25.266,5.09772,275,275,5,0,247,0,0,1), + (17970,1769,0,0,0,955.64,1103.1,47.4907,1.98351,275,275,10,0,186,191,0,1), + (17971,6233,90,0,0,-560.926,311.901,-213.461,1.2258,7200,7200,3,0,2559,0,0,1), + (17972,437,0,0,0,-9522.55,-2880.2,94.4276,4.76323,300,300,5,0,531,0,0,1), + (17973,1943,0,0,0,1016.08,662.646,74.0034,5.9391,275,275,5,0,415,484,0,1), + (17974,2054,0,0,0,-651.367,1560.84,9.77068,6.0301,275,275,10,0,400,456,0,1), + (17975,1943,0,0,0,1009.75,707.173,60.975,4.73418,275,275,0,0,415,484,0,0), + (17976,1943,0,0,0,965.848,663.761,60.975,5.25344,275,275,0,0,415,484,0,0), + (17977,1420,0,0,0,422.985,647.239,26.5941,1.64346,275,275,10,0,8,0,0,1), + (17978,1909,0,0,0,451.722,681.235,27.0344,2.02458,275,275,10,0,377,408,0,1), + (17979,1909,0,0,0,450.766,649.524,24.7413,5.79449,275,275,10,0,377,408,0,1), + (17980,1908,0,0,0,449.799,707.707,33.6339,6.14986,275,275,5,0,404,456,0,1), + (17981,1909,0,0,0,408.954,696.092,40.7662,1.49401,275,275,5,0,377,408,0,1), + (17982,1909,0,0,0,384.399,648.58,35.9476,4.6134,275,275,5,0,377,408,0,1), + (17983,1909,0,0,0,389.178,639.931,36.0726,2.73801,275,275,5,0,377,408,0,1), + (17984,1909,0,0,0,372.303,639.51,38.0963,3.25081,275,275,5,0,377,408,0,1), + (17985,1908,0,0,0,399.362,619.991,38.5867,2.47815,275,275,5,0,404,456,0,1), + (17986,1909,0,0,0,419.934,623.287,32.75,0.689988,275,275,5,0,377,408,0,1), + (17987,1909,0,0,0,409.118,635.779,31.5556,4.26427,275,275,10,0,377,408,0,1), + (17988,1948,0,0,0,963.973,715.973,74.0867,4.66003,43200,43200,0,0,726,0,0,0), + (17989,1909,0,0,0,344.014,645.229,39.9983,0.989995,275,275,5,0,377,408,0,1), + (17990,1908,0,0,0,305.402,638.401,41.3652,5.36853,275,275,5,0,404,456,0,1), + (17991,1888,0,0,0,20.9485,715.504,63.7214,0.862618,275,275,5,0,354,1326,0,1), + (17992,1912,0,0,0,-53.0045,842.834,65.5393,5.11946,275,275,10,0,300,0,0,1), + (17993,1888,0,0,0,-40.2474,803.025,63.3324,0.949752,275,275,10,0,354,1326,0,1), + (17994,1888,0,0,0,-1.1166,754.995,63.7725,6.00936,275,275,10,0,354,1326,0,2), + (17995,1889,0,0,0,-4.18798,751.987,63.7761,0.049182,275,275,10,0,379,1118,0,1), + (17996,1912,0,0,0,-91.6029,847.656,61.1179,3.82,275,275,10,0,300,0,0,1), + (17997,6033,0,0,0,869.111,931.58,10.6478,6.00393,275,275,0,0,328,0,0,0), + (17998,1782,0,0,0,803.027,1613.52,31.08,0.322457,275,275,5,0,273,0,0,1), + (17999,1782,0,0,0,907.136,1840.68,5.75698,3.96943,275,275,10,0,273,0,0,1), + (18000,1779,0,0,0,844.599,1818.64,5.17639,0.164787,275,275,10,0,247,0,0,1), + (18001,1779,0,0,0,943.026,1785.46,13.1265,3.37603,275,275,10,0,247,0,0,1), + (18002,1779,0,0,0,911.89,1804.12,10.1177,2.53951,275,275,10,0,247,0,0,1), + (18003,1924,0,0,0,-636.558,1420.37,13.3871,0.879598,275,275,10,0,328,0,0,1), + (18004,1888,0,0,0,51.7442,687.14,63.8624,2.15615,275,275,10,0,354,1326,0,1), + (18005,1888,0,0,0,62.1989,767.244,63.8601,4.17134,275,275,0,0,354,1326,0,0), + (18006,1888,0,0,0,88.629,744.229,61.7521,3.3752,275,275,10,0,354,1326,0,1), + (18007,1769,0,0,0,919.399,1223.84,46.7811,3.40488,275,275,10,0,186,191,0,1), + (18008,1766,0,0,0,946.848,1452.89,42.5283,1.4128,275,275,10,0,222,0,0,1), + (18009,1889,0,0,0,-465.866,809.954,96.6372,3.45575,275,275,0,0,379,1118,0,0), + (18010,1889,0,0,0,-468.664,806.562,96.2601,2.1293,275,275,0,0,379,1118,0,0), + (18011,1767,0,0,0,1000.31,1055,34.1572,2.74611,275,275,10,0,247,0,0,1), + (18012,1779,0,0,0,1190.02,1368.12,32.9063,1.43467,275,275,10,0,247,0,0,1), + (18013,1769,0,0,0,1083.46,1116.93,40.3303,4.2649,275,275,10,0,186,191,0,1), + (18014,1766,0,0,0,949.221,1501.21,40.8967,5.05469,275,275,10,0,222,0,0,1), + (18015,1766,0,0,0,1235.91,1376.55,43.6061,1.00993,275,275,10,0,222,0,0,1), + (18016,1957,0,0,0,687.006,248.615,31.629,1.43821,275,275,10,0,356,0,0,1), + (18017,2914,0,0,0,938.407,1520.43,39.8246,2.04027,275,275,10,0,8,0,0,1), + (18018,1779,0,0,0,872.593,1491.45,38.6528,5.57557,275,275,10,0,247,0,0,1), + (18019,1779,0,0,0,852.554,1620.88,27.5372,3.48624,275,275,10,0,247,0,0,1), + (18020,1779,0,0,0,856.553,1644.59,24.2417,5.13879,275,275,10,0,247,0,0,1), + (18021,1767,0,0,0,1318.99,735.748,31.0044,0.803859,275,275,10,0,247,0,0,1), + (18022,1767,0,0,0,1337.21,715.859,33.4575,5.1175,275,275,10,0,247,0,0,1), + (18023,1767,0,0,0,1288.13,860.852,35.4024,3.17337,275,275,10,0,247,0,0,1), + (18024,1914,0,0,0,-266.689,861.816,81.8771,6.22836,275,275,5,0,285,790,0,1), + (18025,2053,0,0,0,-750.278,1468.44,18.1722,1.50098,275,275,0,0,414,0,0,0), + (18026,2054,0,0,0,-750.027,1470.83,18.0828,4.83456,275,275,0,0,400,456,0,0), + (18027,2054,0,0,0,-729.278,1498.41,14.7805,1.11283,275,275,5,0,400,456,0,1), + (18028,2053,0,0,0,-755.021,1504.76,17.2782,4.03593,275,275,0,0,414,0,0,0), + (18029,1924,0,0,0,-549.74,1581.29,9.18659,5.62239,275,275,10,0,328,0,0,1), + (18030,1924,0,0,0,-587.054,1552.25,9.9344,4.52536,275,275,10,0,328,0,0,1), + (18031,2359,0,0,0,-4.23652,481.775,47.6478,3.28349,275,275,5,0,1221,0,0,1), + (18032,1944,0,0,0,1021.34,733.977,59.3484,5.41052,43200,43200,0,0,573,0,0,0), + (18033,1914,0,0,0,-196.477,912.855,66.8764,1.20428,275,275,0,0,285,790,0,0), + (18034,1914,0,0,0,-200.063,912.968,71.4727,3.55849,275,275,3,0,285,790,0,1), + (18035,1913,0,0,0,-78.2065,804.409,64.9756,0.017453,275,275,0,0,356,0,0,0), + (18036,1915,0,0,0,-71.8101,805.812,65.0747,2.47837,275,275,0,0,330,938,0,0), + (18037,11286,0,0,0,1242.04,-2617.66,90.7716,1.77813,25,25,0,0,4356,0,0,0), + (18038,1915,0,0,0,-118.379,785.429,66.0233,1.58,275,275,0,0,330,938,0,0), + (18039,1913,0,0,0,-100.252,782.87,66.0232,2.35619,275,275,0,0,356,0,0,0), + (18040,1915,0,0,0,-108.469,789.899,66.0233,0.706768,275,275,0,0,330,938,0,0), + (18041,2120,0,0,0,-133.014,787.237,67.4658,0.034907,275,275,0,0,472,1357,0,0), + (18042,1913,0,0,0,-126.424,779.618,66.0233,0.698132,275,275,0,0,356,0,0,0), + (18043,1915,0,0,0,-161.827,781.256,64.7527,1.93731,275,275,0,0,330,938,0,0), + (18045,1913,0,0,0,-165.529,780.948,64.7483,1.11701,275,275,0,0,356,0,0,0), + (18046,1915,0,0,0,-110.305,814.484,63.664,0.383972,275,275,0,0,330,938,0,0), + (18047,3578,0,0,0,-87.5395,824.111,63.984,3.97935,275,275,0,0,328,0,0,0), + (18048,1913,0,0,0,-80.0281,815.495,63.8981,2.77507,275,275,0,0,356,0,0,0), + (18049,1913,0,0,0,-108.178,815.185,63.6545,3.68265,275,275,0,0,356,0,0,0), + (18050,1915,0,0,0,-84.3951,794.16,63.8357,4.8033,275,275,0,0,330,938,0,0), + (18052,1912,0,0,0,-180.069,925.579,65.6446,0.523599,275,275,0,0,300,0,0,0), + (18055,4075,0,0,0,-292.914,1125.88,66.7137,4.2402,275,275,10,0,8,0,0,1), + (18056,1914,0,0,0,-226.993,817.121,74.1054,2.54818,275,275,0,0,285,790,0,0), + (18057,1914,0,0,0,-222.062,820.535,74.0288,4.40418,275,275,3,0,285,790,0,1), + (18058,1912,0,0,0,-104.41,891.058,63.8079,2.7096,275,275,10,0,300,0,0,1), + (18059,1766,0,0,0,955.883,1579.43,30.7286,1.26286,275,275,5,0,222,0,0,1), + (18060,1781,0,0,0,1390.68,1976.36,18.5118,4.4781,275,275,3,0,273,0,0,1), + (18061,1781,0,0,0,1380.4,1992.43,17.9904,1.5239,275,275,3,0,273,0,0,1), + (18062,1781,0,0,0,1396.89,1970,18.2535,4.15763,275,275,3,0,273,0,0,1), + (18063,1772,0,0,0,1007.36,1593.55,26.5158,3.72211,275,275,10,0,222,0,0,1), + (18064,1772,0,0,0,1107.3,1604.9,27.9556,1.18725,275,275,10,0,222,0,0,1), + (18065,1772,0,0,0,1034.08,1571.19,28.1631,0.669862,275,275,5,0,222,0,0,1), + (18066,1773,0,0,0,1118.05,1586.37,28.985,1.0169,275,275,10,0,230,249,0,1), + (18067,1773,0,0,0,1058.85,1598.03,29.0771,4.97659,275,275,0,0,230,249,0,0), + (18068,1939,0,0,0,953.352,612.313,55.0449,1.39626,275,275,0,0,356,0,0,0), + (18069,1940,0,0,0,956.433,607.742,55.0338,1.88496,275,275,0,0,350,390,0,0), + (18070,1909,0,0,0,511.231,738.303,28.5022,5.84685,275,275,0,0,377,408,0,0), + (18071,1920,0,0,0,-107.002,781.137,66.0233,1.16937,43200,43200,0,0,441,1272,0,0), + (18072,1782,0,0,0,912.601,1762.26,15.8188,1.76095,275,275,10,0,273,0,0,1), + (18073,1782,0,0,0,978.272,1822.41,10.9461,2.61884,275,275,10,0,273,0,0,1), + (18074,1782,0,0,0,1053.51,1905.08,9.49361,0.95814,275,275,10,0,273,0,0,1), + (18075,1782,0,0,0,953.021,1838.8,6.41229,6.09028,275,275,10,0,273,0,0,1), + (18076,6033,0,0,0,625.185,771.986,15.4978,0.558505,275,275,0,0,328,0,0,0), + (18077,2914,0,0,0,1409.84,958.628,51.3889,1.8804,275,275,10,0,8,0,0,1), + (18078,1923,0,0,0,-628.259,1395.75,21.7743,3.1193,275,275,10,0,356,0,0,1), + (18079,1923,0,0,0,-645.012,1374.01,29.1305,0.834997,275,275,10,0,356,0,0,1), + (18080,1923,0,0,0,-592.858,1577.36,9.8251,2.60017,275,275,10,0,356,0,0,1), + (18081,2053,0,0,0,-706.528,1547.19,18.7441,1.69297,275,275,0,0,414,0,0,0), + (18082,2054,0,0,0,-706.334,1550.06,18.8794,4.66003,275,275,0,0,400,456,0,0), + (18083,1779,0,0,0,843.526,1679.71,23.2317,3.72958,275,275,10,0,247,0,0,1), + (18084,1779,0,0,0,871.648,1716.79,16.0956,0.506252,275,275,3,0,247,0,0,1), + (18085,2173,0,0,0,975.085,2047.94,-11.6763,3.0771,275,275,5,0,300,0,0,1), + (18086,1782,0,0,0,980.309,1870.71,10.4914,3.77379,275,275,10,0,273,0,0,1), + (18087,1779,0,0,0,1011.12,1784.7,13.7342,1.72197,275,275,5,0,247,0,0,1), + (18088,1940,0,0,0,739.083,581.533,41.3139,1.21701,275,275,10,0,350,390,0,1), + (18089,1940,0,0,0,717.042,551.65,40.6375,2.96068,275,275,5,0,350,390,0,1), + (18090,1939,0,0,0,784.646,585.051,34.6981,0.953683,275,275,10,0,356,0,0,1), + (18091,1940,0,0,0,786.231,610.956,36.9481,4.50408,275,275,3,0,350,390,0,1), + (18092,1773,0,0,0,1040.01,1596.94,27.5647,0.555736,275,275,10,0,230,249,0,1), + (18093,1778,0,0,0,1248.44,1306.71,45.5006,3.20413,275,275,10,0,266,0,0,1), + (18094,1779,0,0,0,820.897,1720.3,23.9366,1.12871,275,275,10,0,247,0,0,1), + (18095,1779,0,0,0,855.532,1747.86,15.0012,1.98768,275,275,10,0,247,0,0,1), + (18096,1779,0,0,0,835.687,1736.94,17.864,0.95895,275,275,10,0,247,0,0,1), + (18097,1797,0,0,0,1064.33,1909.29,10.0951,0.167716,275,275,10,0,296,0,0,1), + (18098,1766,0,0,0,1413.51,887.719,48.642,5.90226,275,275,10,0,222,0,0,1), + (18099,1914,0,0,0,-85.1178,875.349,65.3902,3.24631,275,275,0,0,285,790,0,0), + (18100,1778,0,0,0,214.446,1558.48,127.136,2.79174,275,275,5,0,266,0,0,1), + (18101,1778,0,0,0,210.656,1598.12,135.288,5.07585,275,275,5,0,266,0,0,1), + (18102,1765,0,0,0,200.122,1636.22,141.043,6.25142,275,275,5,0,198,0,0,1), + (18103,1909,0,0,0,1217.04,349.684,33.346,2.07544,275,275,5,0,377,408,0,1), + (18104,1909,0,0,0,1173.96,317.709,33.9523,5.59495,275,275,5,0,377,408,0,1), + (18105,1420,0,0,0,608.341,598.949,33.7812,3.53699,275,275,10,0,8,0,0,1), + (18106,1765,0,0,0,1490.29,580.927,53.0487,1.17979,275,275,10,0,198,0,0,1), + (18107,1765,0,0,0,1448.39,548.308,50.9762,2.01786,275,275,5,0,198,0,0,1), + (18108,1765,0,0,0,1458.65,774.804,50.1241,4.09448,275,275,10,0,198,0,0,1), + (18109,1766,0,0,0,1332.39,877.62,49.4472,0.389757,275,275,5,0,222,0,0,1), + (18110,1958,0,0,0,823.563,267.295,32.365,0.575553,275,275,10,0,350,390,0,1), + (18111,1955,0,0,0,851.132,191.857,34.2103,1.6079,275,275,10,0,386,0,0,1), + (18112,1865,0,0,0,103.547,1455.79,115.536,5.96903,275,275,0,0,247,0,0,0), + (18113,1865,0,0,0,87.7216,1535.05,121.328,1.55132,275,275,10,0,247,0,0,1), + (18114,1778,0,0,0,343.385,1564.34,126.46,3.38136,275,275,5,0,266,0,0,1), + (18115,1778,0,0,0,318.339,1592.09,126.596,6.22043,275,275,5,0,266,0,0,1), + (18116,1865,0,0,0,125.574,1525.23,114.735,5.58974,275,275,10,0,247,0,0,1), + (18117,1865,0,0,0,108.307,1512.08,114.598,0.552227,275,275,10,0,247,0,0,1), + (18118,1865,0,0,0,111.626,1478.86,117.315,4.57194,275,275,3,0,247,0,0,1), + (18119,1866,0,0,0,151.835,1477.5,114.641,3.37221,275,275,10,0,222,0,0,1), + (18120,1915,0,0,0,-176.025,769.203,63.9622,1.55334,275,275,0,0,330,938,0,0), + (18122,1889,0,0,0,-161.48,786.765,69.5125,2.02458,275,275,0,0,379,1118,0,0), + (18123,1889,0,0,0,-169.495,787.796,69.531,0.785398,275,275,0,0,379,1118,0,0), + (18124,1889,0,0,0,-167.467,797.787,69.6033,5.28835,275,275,0,0,379,1118,0,0), + (18125,1769,0,0,0,972.376,1257.55,46.1319,1.34483,275,275,10,0,186,191,0,1), + (18126,1772,0,0,0,1022.44,1584.24,26.7533,1.24071,275,275,10,0,222,0,0,1), + (18127,1773,0,0,0,1059.63,1589.45,28.1978,5.044,275,275,0,0,230,249,0,0), + (18128,1767,0,0,0,1289.64,898.541,39.5331,2.3521,275,275,10,0,247,0,0,1), + (18129,1766,0,0,0,1105.15,1394.29,37.533,1.66367,275,275,10,0,222,0,0,1), + (18130,1779,0,0,0,1141.49,1358.21,34.0249,4.64498,275,275,10,0,247,0,0,1), + (18132,1779,0,0,0,1097.36,1348.64,39.3295,3.85553,275,275,5,0,247,0,0,1), + (18133,1914,0,0,0,-211.753,970.463,72.5899,0.506145,275,275,0,0,285,790,0,0), + (18134,2914,0,0,0,1135.52,1353.25,34.3567,4.0642,275,275,10,0,8,0,0,1), + (18135,1866,0,0,0,1213.36,1223.18,52.5121,3.10929,275,275,10,0,222,0,0,1), + (18136,1766,0,0,0,1165.65,1327.35,38.0234,2.65017,275,275,10,0,222,0,0,1), + (18137,1779,0,0,0,1193.48,1306.75,34.6931,1.38664,275,275,10,0,247,0,0,1), + (18138,1912,0,0,0,-178.504,922.603,65.7264,0.879689,275,275,0,0,300,0,0,0), + (18139,1866,0,0,0,1238.27,1227.75,52.7714,4.57433,275,275,5,0,222,0,0,1), + (18140,1940,0,0,0,927.508,719.039,55.0173,0.789443,275,275,5,0,350,390,0,1), + (18141,1779,0,0,0,770.775,1574.2,26.6154,4.35161,275,275,3,0,247,0,0,1), + (18142,1779,0,0,0,781.592,1594.3,33.7554,6.27928,275,275,10,0,247,0,0,1), + (18143,1782,0,0,0,795.67,1637.95,31.1689,4.82197,275,275,3,0,273,0,0,1), + (18144,1942,0,0,0,984.881,664.617,61.1583,1.5708,275,275,0,0,417,0,0,0), + (18145,1779,0,0,0,779.325,1621.32,30.2561,2.21657,275,275,0,0,247,0,0,0), + (18146,1779,0,0,0,789.687,1622.89,29.3811,2.46091,275,275,0,0,247,0,0,0), + (18147,1782,0,0,0,766.651,1621.53,32.4912,0.471239,275,275,0,0,273,0,0,0), + (18148,1779,0,0,0,1162.36,1432.22,35.1344,1.48682,275,275,10,0,247,0,0,1), + (18149,1782,0,0,0,779.664,1633.04,30.0061,3.84481,275,275,0,0,273,0,0,0), + (18150,1782,0,0,0,818.304,1783,14.68,2.57592,275,275,10,0,273,0,0,1), + (18151,1766,0,0,0,1285.76,1347.71,47.5153,6.1658,275,275,3,0,222,0,0,1), + (18152,1779,0,0,0,1259.68,1320.69,44.5622,5.14677,275,275,10,0,247,0,0,1), + (18153,1943,0,0,0,968.779,711.299,60.975,0.157496,275,275,5,0,415,484,0,1), + (18154,1781,0,0,0,1375.92,1965.52,14.337,2.33496,275,275,3,0,273,0,0,1), + (18155,1865,0,0,0,176.167,1494.53,115.664,5.4045,275,275,3,0,247,0,0,1), + (18156,1781,0,0,0,1363.66,1963.45,13.2481,4.82929,275,275,5,0,273,0,0,1), + (18157,1781,0,0,0,1372.14,1957.79,13.4641,1.06032,275,275,3,0,273,0,0,1), + (18158,1781,0,0,0,1378.12,1976.69,13.9847,2.93972,275,275,3,0,273,0,0,1), + (18159,1781,0,0,0,1385.26,1968.33,14.5251,0.237459,275,275,3,0,273,0,0,1), + (18160,1780,0,0,0,1310.57,1988.27,14.2705,0.273908,275,275,5,0,247,0,0,1), + (18161,1870,0,0,0,645.223,990.724,43.3139,3.07613,275,275,10,0,300,0,0,1), + (18162,1780,0,0,0,1312.86,1984.43,14.0761,4.24556,275,275,5,0,247,0,0,1), + (18163,2053,0,0,0,-729.866,1483.81,15.706,2.35619,275,275,0,0,414,0,0,0), + (18164,2054,0,0,0,-729.988,1487.35,15.476,4.32842,275,275,0,0,400,456,0,0), + (18165,2053,0,0,0,-743.867,1449.57,17.9504,5.61272,275,275,5,0,414,0,0,1), + (18166,2053,0,0,0,-733.06,1486.35,16.2382,5.86431,275,275,0,0,414,0,0,0), + (18167,1869,0,0,0,754.066,1044.75,47.0964,4.72221,275,275,5,0,300,0,0,1), + (18168,1939,0,0,0,818.708,647.859,53.68,6.1691,275,275,5,0,356,0,0,1), + (18169,1939,0,0,0,742.502,649.924,46.6694,0.377968,275,275,10,0,356,0,0,1), + (18170,1939,0,0,0,713.889,660.435,44.3449,1.45272,275,275,10,0,356,0,0,1), + (18171,1940,0,0,0,687.332,659.061,42.1965,1.77739,275,275,10,0,350,390,0,1), + (18172,1940,0,0,0,649.888,620.029,39.5832,4.47287,275,275,10,0,350,390,0,1), + (18173,1939,0,0,0,666.554,576.749,44.0254,1.18848,275,275,10,0,356,0,0,1), + (18174,1939,0,0,0,727.572,598.062,47.1101,0.156583,275,275,10,0,356,0,0,1), + (18175,1939,0,0,0,714.617,618.063,45.1369,3.46516,275,275,10,0,356,0,0,1), + (18176,1939,0,0,0,653.368,550.229,41.3251,0.020912,275,275,10,0,356,0,0,1), + (18177,1766,0,0,0,1177.67,1254.62,45.3736,2.17068,275,275,5,0,222,0,0,1), + (18178,1940,0,0,0,928.125,642.609,53.9754,3.49066,275,275,0,0,350,390,0,0), + (18179,1939,0,0,0,939.583,635.416,53.556,2.52385,275,275,10,0,356,0,0,2), + (18180,1766,0,0,0,1181.7,1118.1,39.6091,6.11242,275,275,10,0,222,0,0,1), + (18181,1939,0,0,0,925.357,642,54.7378,0.017453,275,275,0,0,356,0,0,0), + (18182,1939,0,0,0,980.56,639.112,54.1331,1.88496,275,275,0,0,356,0,0,0), + (18183,3873,33,0,0,-186.698,2137.24,97.3899,4.28856,7200,7200,0,0,1815,0,0,0), + (18184,1940,0,0,0,981.654,608.015,54.5663,3.0435,275,275,5,0,350,390,0,1), + (18185,1940,0,0,0,967.342,598.497,53.7351,4.97401,275,275,5,0,350,390,0,1), + (18186,1765,0,0,0,1355.76,769.309,36.7444,2.31713,275,275,10,0,198,0,0,1), + (18187,1779,0,0,0,897.812,1495.21,37.6528,1.87082,275,275,10,0,247,0,0,1), + (18188,1770,0,0,0,937.467,1235.54,47.3208,1.33822,275,275,10,0,222,0,0,1), + (18189,3873,33,0,0,-191.989,2129.11,97.4733,1.29655,7200,7200,3,0,1815,0,0,1), + (18190,1770,0,0,0,986.948,1230.92,50.1766,4.70404,275,275,10,0,222,0,0,1), + (18191,1770,0,0,0,981.147,1197.89,48.6621,2.47837,275,275,0,0,222,0,0,0), + (18192,1770,0,0,0,906.183,1187.85,46.8932,2.2255,275,275,10,0,222,0,0,1), + (18193,1769,0,0,0,983.548,1205.11,48.4279,1.86867,275,275,3,0,186,191,0,1), + (18194,1770,0,0,0,964.183,1215.48,48.2436,2.49582,275,275,0,0,222,0,0,0), + (18195,1866,0,0,0,1246.99,1206.65,52.7385,3.22594,275,275,10,0,222,0,0,1), + (18196,1866,0,0,0,1234.36,1182.34,52.4549,5.33,275,275,0,0,222,0,0,0), + (18197,1866,0,0,0,1261.06,1256.56,52.5649,2.34941,275,275,10,0,222,0,0,1), + (18198,12433,0,0,0,1435.59,1950.61,9.99076,6.10486,43200,43200,5,0,301,326,0,2), + (18199,1923,0,0,0,-473.138,1283.93,43.4618,3.28653,275,275,10,0,356,0,0,1), + (18200,1923,0,0,0,-514.948,1288.37,53.547,5.47084,275,275,10,0,356,0,0,1), + (18201,1923,0,0,0,-480.753,1274.21,46.4167,1.37015,275,275,10,0,356,0,0,1), + (18202,1765,0,0,0,1511.81,691.075,50.0853,5.2451,275,275,5,0,198,0,0,1), + (18203,1765,0,0,0,1415.35,662.39,50.4851,0.019529,275,275,10,0,198,0,0,1), + (18204,2173,0,0,0,831.323,1986.92,-16.8529,2.03588,275,275,5,0,300,0,0,1), + (18205,1766,0,0,0,1371.92,975.914,48.8512,6.26116,275,275,10,0,222,0,0,1), + (18206,2173,0,0,0,744.277,1911.04,-3.12703,4.92491,275,275,5,0,300,0,0,1), + (18207,2173,0,0,0,412.177,1986.89,-20.5666,1.36823,275,275,5,0,300,0,0,1), + (18208,1766,0,0,0,1223.92,1038.87,38.1017,1.50354,275,275,10,0,222,0,0,1), + (18209,1766,0,0,0,1272.04,1017.19,45.1266,4.30828,275,275,10,0,222,0,0,1), + (18210,1767,0,0,0,1180.22,990.22,35.3635,0.116481,275,275,10,0,247,0,0,1), + (18211,1767,0,0,0,1203.35,923.596,34.0127,4.55901,275,275,10,0,247,0,0,1), + (18212,1767,0,0,0,1178.17,932.995,33.3193,2.96104,275,275,0,0,247,0,0,0), + (18213,1768,0,0,0,1171.86,933.894,32.8878,0,275,275,0,0,253,264,0,0), + (18214,1767,0,0,0,1231.38,910.736,35.0038,4.90595,275,275,10,0,247,0,0,1), + (18215,1768,0,0,0,1167.65,945.993,33.2895,0.093841,275,275,10,0,253,264,0,1), + (18216,1767,0,0,0,1177.81,956.698,34.5514,4.39394,275,275,10,0,247,0,0,1), + (18217,1923,0,0,0,-404.406,1357.07,36.5356,4.26097,275,275,10,0,356,0,0,1), + (18218,1924,0,0,0,-470.231,1388.74,33.1013,0.79885,275,275,5,0,328,0,0,1), + (18219,1924,0,0,0,-452.769,1429.38,29.1619,1.18265,275,275,10,0,328,0,0,1), + (18220,1895,0,0,0,-391.907,1432.23,27.0313,6.07375,600,600,0,0,828,295,0,0), + (18221,1895,0,0,0,-344.082,1504.01,18.7918,4.18879,600,600,0,0,828,295,0,0), + (18222,1797,0,0,0,1119.25,1972.27,0.818851,0.736203,275,275,5,0,296,0,0,1), + (18223,1778,0,0,0,1148.69,1332.77,33.1924,4.13847,275,275,10,0,266,0,0,1), + (18224,1778,0,0,0,1179.34,1376.32,34.0849,0.456231,275,275,10,0,266,0,0,1), + (18225,1778,0,0,0,1200.33,1293.98,39.5579,5.6057,275,275,5,0,266,0,0,1), + (18226,1778,0,0,0,976.378,1581.2,32.2575,6.28129,275,275,5,0,266,0,0,1), + (18227,1797,0,0,0,1287.42,1811.21,23.1797,4.26272,275,275,5,0,296,0,0,1), + (18228,1797,0,0,0,1140.42,1619.07,31.8286,5.92099,275,275,5,0,296,0,0,1), + (18229,1766,0,0,0,1375.96,940.455,49.5197,2.23972,275,275,10,0,222,0,0,1), + (18230,1797,0,0,0,1184.34,1961.32,9.59904,5.55792,275,275,10,0,296,0,0,1), + (18231,1797,0,0,0,1171.82,1892.13,18.8476,2.84826,275,275,5,0,296,0,0,1), + (18232,1766,0,0,0,1360.21,798.544,44.4944,0.93097,275,275,10,0,222,0,0,1), + (18233,1412,0,0,0,439.678,1218.8,87.4069,0.054687,275,275,10,0,8,0,0,1), + (18234,1866,0,0,0,1255.8,1194.59,52.7049,4.40008,275,275,10,0,222,0,0,1), + (18235,3530,0,0,0,-360.278,1495.03,17.196,0.830526,600,600,0,0,900,0,0,0), + (18236,1894,0,0,0,-333.219,1548.41,25.2864,4.7729,600,600,0,0,900,0,0,0), + (18237,1894,0,0,0,-339.031,1547.76,30.0369,3.83411,600,600,3,0,900,0,0,1), + (18238,1895,0,0,0,-329.456,1545.74,30.1367,2.26893,600,600,0,0,828,295,0,0), + (18239,1894,0,0,0,-341.711,1553.34,24.5273,3.26377,600,600,0,0,900,0,0,0), + (18240,1867,0,0,0,-176.531,1275.7,46.6877,0.325149,275,275,10,0,241,601,0,1), + (18241,3873,33,0,0,-194.844,2120.18,97.4733,1.11768,7200,7200,3,0,1815,0,0,1), + (18242,1867,0,0,0,-192.458,1259.47,49.3421,2.18079,275,275,10,0,241,601,0,1), + (18243,1782,0,0,0,849.932,1537.99,36.0744,5.45115,275,275,3,0,273,0,0,1), + (18244,1779,0,0,0,903.441,1547.8,30.2481,0.218899,275,275,10,0,247,0,0,1), + (18245,1923,0,0,0,-709.184,1340.15,45.0187,2.00211,275,275,10,0,356,0,0,1), + (18246,1924,0,0,0,-642.581,1480.71,8.13521,3.3385,275,275,10,0,328,0,0,1), + (18247,3242,1,0,0,382.26,-2701.68,94.0163,1.58642,275,275,5,0,273,0,0,1), + (18248,3242,1,0,0,94.9195,-3462.3,27.3096,3.29247,275,275,5,0,273,0,0,1), + (18249,3242,1,0,0,182.328,-3253.66,70.2029,1.99895,275,275,5,0,273,0,0,1), + (18250,1779,0,0,0,883.947,1597.09,36.8462,1.5761,275,275,3,0,247,0,0,1), + (18251,1868,0,0,0,670.471,1137.69,56.2187,3.10059,275,275,10,0,253,264,0,1), + (18252,10779,0,0,0,144.673,1289.87,69.2119,2.51123,275,275,10,0,42,0,0,1), + (18253,1870,0,0,0,696.413,1071.24,50.1966,1.73952,275,275,10,0,300,0,0,1), + (18254,1870,0,0,0,689.231,1024.35,43.3737,5.92631,275,275,10,0,300,0,0,1), + (18255,1870,0,0,0,717.989,1056.45,46.9303,4.28216,275,275,10,0,300,0,0,1), + (18256,1870,0,0,0,680.926,1092.54,54.8569,4.77493,275,275,10,0,300,0,0,1), + (18257,1769,0,0,0,1088.11,1103.3,39.746,6.1915,275,275,10,0,186,191,0,1), + (18258,1766,0,0,0,1428.44,840.574,51.1224,1.33898,275,275,10,0,222,0,0,1), + (18259,6570,0,0,0,716.412,948.538,34.7558,2.04436,275,275,0,0,355,0,0,0), + (18260,1942,0,0,0,995.346,696.292,69.9801,5.79449,275,275,0,0,417,0,0,0), + (18261,1940,0,0,0,907.823,708.313,55.5173,2.03447,275,275,5,0,350,390,0,1), + (18262,5897,0,0,0,437.459,1855.12,10.7267,4.86947,275,275,0,0,449,0,0,0), + (18263,5897,0,0,0,412.113,1850.11,11.5968,2.93215,275,275,0,0,449,0,0,0), + (18264,5897,0,0,0,393.33,1849.11,12.1038,3.08923,275,275,0,0,449,0,0,0), + (18265,5897,0,0,0,401.524,1862.79,11.5299,1.01229,275,275,0,0,449,0,0,0), + (18266,1939,0,0,0,944.285,667.636,59.3527,1.84614,275,275,5,0,356,0,0,2), + (18267,1772,0,0,0,1001.64,1562.91,28.9955,2.84123,275,275,3,0,222,0,0,1), + (18268,1942,0,0,0,993.851,690.06,74.8984,3.18315,275,275,0,0,417,0,0,0), + (18269,1939,0,0,0,893.477,701.999,55.1423,3.23253,275,275,0,0,356,0,0,0), + (18270,1943,0,0,0,1007.22,695.686,76.2753,5.44543,275,275,0,0,415,484,0,0), + (18271,1943,0,0,0,998.584,682.441,69.7968,4.8834,275,275,5,0,415,484,0,2), + (18272,1943,0,0,0,1016.86,713.434,74.0034,4.23157,275,275,0,0,415,484,0,0), + (18273,5897,0,0,0,437.831,1832,12.4852,4.34587,275,275,0,0,449,0,0,0), + (18274,5897,0,0,0,401.918,1834.85,12.5727,1.0472,275,275,0,0,449,0,0,0), + (18275,5897,0,0,0,414.936,1820.7,12.6619,2.58309,275,275,0,0,449,0,0,0), + (18276,5897,0,0,0,428.181,1842.13,12.4641,3.21141,275,275,0,0,449,0,0,0), + (18277,1947,0,0,0,1003.79,690.011,76.3756,3.15905,275,275,0,0,1584,1545,0,0), + (18279,1942,0,0,0,1008.03,706.617,78.2085,4.71857,275,275,6,0,417,0,0,2), + (18280,1943,0,0,0,977.482,669.613,75.0818,0.174533,275,275,0,0,415,484,0,0), + (18281,1943,0,0,0,975.836,709.503,75.0818,6.05629,275,275,0,0,415,484,0,0), + (18282,1765,0,0,0,1431.55,611.792,43.0209,3.70578,275,275,10,0,198,0,0,1), + (18283,1942,0,0,0,1010.99,708.863,69.9808,3.14159,275,275,0,0,417,0,0,0), + (18284,1942,0,0,0,971.399,709.432,85.0009,1.36876,275,275,0,0,417,0,0,0), + (18285,1939,0,0,0,964.658,731.549,59.6171,1.49938,275,275,5,0,356,0,0,2), + (18286,1939,0,0,0,993.956,734.178,59.3528,5.18143,275,275,5,0,356,0,0,2), + (18287,1943,0,0,0,998.402,711.789,85.0559,0.039863,275,275,5,0,415,484,0,2), + (18288,1866,0,0,0,165.653,1469.78,114.641,1.81377,275,275,10,0,222,0,0,1), + (18289,1924,0,0,0,-541.537,1276.85,55.4996,6.05083,275,275,10,0,328,0,0,1), + (18290,1923,0,0,0,-558.62,1279.91,55.817,5.18477,275,275,10,0,356,0,0,1), + (18291,1894,0,0,0,-380.605,1435.24,25.7369,5.98648,600,600,0,0,900,0,0,0), + (18292,1866,0,0,0,183.43,1478.05,114.876,1.22011,275,275,10,0,222,0,0,1), + (18293,1778,0,0,0,1108.68,1351.27,38.0459,5.40503,275,275,10,0,266,0,0,1), + (18294,1779,0,0,0,360.729,1114.63,106.575,0,275,275,10,0,247,0,0,1), + (18295,1769,0,0,0,918.659,1160.17,47.4461,2.39061,275,275,10,0,186,191,0,1), + (18296,1779,0,0,0,380.963,1104.08,106.252,4.2586,275,275,0,0,247,0,0,0), + (18297,1867,0,0,0,-132.726,1283.73,50.7134,2.26141,275,275,10,0,241,601,0,1), + (18298,1924,0,0,0,-562.349,1316.29,50.6811,2.53442,275,275,3,0,328,0,0,1), + (18299,1779,0,0,0,365.967,1076.89,105.931,5.35816,275,275,0,0,247,0,0,0), + (18300,1923,0,0,0,-508.56,1359.29,37.7463,5.73178,275,275,10,0,356,0,0,1), + (18301,1779,0,0,0,393.234,1086.76,106.627,3.14159,275,275,0,0,247,0,0,0), + (18303,1779,0,0,0,382.032,1089.13,106.174,2.47837,275,275,0,0,247,0,0,0), + (18304,3861,33,0,0,-204.481,2139.15,86.5832,1.42291,7200,7200,0,0,1251,0,0,0), + (18305,1924,0,0,0,-588.722,1356.23,36.3627,5.67326,275,275,10,0,328,0,0,1), + (18306,1894,0,0,0,-378.287,1655.98,10.346,2.89725,600,600,3,0,900,0,0,1), + (18307,3528,0,0,0,-345.967,1501.4,18.9875,0.942478,600,600,0,0,900,0,0,0), + (18308,3851,33,0,0,-207.244,2102.16,76.9773,1.88094,7200,7200,0,0,1131,816,0,0), + (18309,3532,0,0,0,-408.091,1604.03,18.2868,5.5676,600,600,0,0,900,0,0,0), + (18310,1895,0,0,0,-414.124,1581.03,19.7275,6.10865,600,600,0,0,828,295,0,0), + (18311,1779,0,0,0,344.098,1098.59,103.733,0,275,275,10,0,247,0,0,1), + (18312,3861,33,0,0,-197.316,2111.16,81.1401,5.9909,7200,7200,0,0,1251,0,0,0), + (18313,3851,33,0,0,-243.039,2129.03,87.0962,1.45932,7200,7200,0,0,1131,816,0,0), + (18314,3242,1,0,0,565.19,-2677.64,91.7225,2.83746,275,275,5,0,273,0,0,1), + (18315,1912,0,0,0,-194.257,991.621,65.7035,6.15697,275,275,10,0,300,0,0,1), + (18316,2110,33,0,0,-256.649,2241.38,100.892,0.181911,7200,7200,5,0,1,0,0,1), + (18317,4075,0,0,0,-589.378,953.987,91.0206,1.01125,275,275,10,0,8,0,0,1), + (18318,3242,1,0,0,-483.963,-1775.1,92.5919,0.098423,275,275,5,0,273,0,0,1), + (18319,1924,0,0,0,-642.497,1219.92,76.1978,0.588542,275,275,3,0,328,0,0,1), + (18320,1923,0,0,0,-691.049,1363.66,33.2018,1.12461,275,275,10,0,356,0,0,1), + (18321,3242,1,0,0,-147.402,-2181.25,92.044,2.3341,275,275,5,0,273,0,0,1), + (18322,1923,0,0,0,-625.002,1246.08,71.2473,3.46859,275,275,3,0,356,0,0,1), + (18323,4075,0,0,0,511.093,1419.41,101.674,5.18084,275,275,10,0,8,0,0,1), + (18324,1924,0,0,0,-522.881,1491.23,14.9334,2.27988,275,275,10,0,328,0,0,1), + (18325,1923,0,0,0,-595.596,1455.91,9.30226,3.92316,275,275,5,0,356,0,0,1), + (18326,1924,0,0,0,-504.241,1463.71,20.5913,1.20368,275,275,10,0,328,0,0,1), + (18327,1923,0,0,0,-492.366,1489.22,22.1323,5.03113,275,275,10,0,356,0,0,1), + (18328,1924,0,0,0,-558.637,1485.28,11.5136,0.418232,275,275,10,0,328,0,0,1), + (18329,1923,0,0,0,-498.437,1422.29,31.5416,1.5708,275,275,5,0,356,0,0,1), + (18330,1797,0,0,0,1189.8,1585.62,26.7093,5.70094,275,275,10,0,296,0,0,1), + (18331,1797,0,0,0,1214.8,1548.08,33.4479,0.244505,275,275,5,0,296,0,0,1), + (18332,1766,0,0,0,1390.56,1019.86,52.6699,6.02181,275,275,5,0,222,0,0,1), + (18333,4075,0,0,0,717.821,1204.64,62.7562,1.33719,275,275,10,0,8,0,0,1), + (18334,1868,0,0,0,659.416,1219.39,78.0118,0.154876,275,275,5,0,253,264,0,1), + (18335,2914,0,0,0,448.156,1310.19,80.8115,2.35826,275,275,10,0,8,0,0,1), + (18336,1765,0,0,0,1443.68,744.701,44.6805,3.60057,275,275,10,0,198,0,0,1), + (18337,1766,0,0,0,916.337,1579.98,34.9687,2.81768,275,275,5,0,222,0,0,1), + (18338,1797,0,0,0,1249.31,1782.21,12.7217,0.275291,275,275,10,0,296,0,0,1), + (18339,1797,0,0,0,1220.21,1807.42,15.3095,4.78769,275,275,10,0,296,0,0,1), + (18340,1778,0,0,0,937.697,1517.39,40.0309,0.315881,275,275,5,0,266,0,0,1), + (18341,1779,0,0,0,1113.5,1288.84,39.1146,1.76756,275,275,10,0,247,0,0,1), + (18342,1778,0,0,0,1063.05,1269.72,43.7426,3.64063,275,275,5,0,266,0,0,1), + (18343,1778,0,0,0,1118.02,1259.46,41.3504,1.51118,275,275,5,0,266,0,0,1), + (18344,1797,0,0,0,1184.25,1880.68,17.1796,3.65603,275,275,5,0,296,0,0,1), + (18345,1797,0,0,0,1201.2,1867.42,18.4268,1.84279,275,275,5,0,296,0,0,1), + (18346,1797,0,0,0,1231.25,1857.81,10.502,2.89664,275,275,5,0,296,0,0,1), + (18347,1972,0,0,0,410.687,989.72,108.119,1.36136,275,275,0,0,328,0,0,0), + (18348,1779,0,0,0,416.393,1007.11,108.598,2.80998,275,275,3,0,247,0,0,1), + (18349,1888,0,0,0,-445.433,818.329,97.4096,4.64305,275,275,10,0,354,1326,0,1), + (18350,1894,0,0,0,-411.642,1509.01,19.8575,1.55334,600,600,0,0,900,0,0,0), + (18351,1889,0,0,0,-452.913,681.75,91.1258,0.2407,275,275,5,0,379,1118,0,1), + (18352,2058,0,0,0,-416.182,1496.91,19.8534,0.314159,275,275,0,0,1251,0,0,0), + (18353,1888,0,0,0,-474.193,809.023,95.7396,1.35425,275,275,0,0,354,1326,0,0), + (18354,1895,0,0,0,-413.706,1579.64,24.2994,2.9861,600,600,0,0,828,295,0,0), + (18355,1895,0,0,0,-423.094,1578.33,24.3098,2.98749,600,600,0,0,828,295,0,0), + (18356,1782,0,0,0,386.81,1048.1,106.101,2.11708,275,275,3,0,273,0,0,1), + (18357,1889,0,0,0,-403.629,756.781,102.403,1.36811,275,275,5,0,379,1118,0,1), + (18358,1782,0,0,0,407.88,1004.99,107.441,4.36145,275,275,3,0,273,0,0,1), + (18359,1782,0,0,0,386.886,1045.17,106.525,1.72788,275,275,5,0,273,0,0,2), + (18360,1779,0,0,0,381.092,1058.83,107.2,4.13818,275,275,3,0,247,0,0,1), + (18361,1782,0,0,0,415.968,1020.94,107.6,5.80582,275,275,3,0,273,0,0,1), + (18362,1782,0,0,0,407.462,1034.32,106.938,4.85226,275,275,3,0,273,0,0,1), + (18363,1889,0,0,0,-445.884,738.417,93.5903,6.14668,275,275,5,0,379,1118,0,1), + (18364,1782,0,0,0,404.433,1012.95,109.129,0.837758,275,275,3,0,273,0,0,1), + (18365,1779,0,0,0,398.815,1001.17,108.122,0,275,275,3,0,247,0,0,1), + (18366,1888,0,0,0,-589.36,976.123,89.6548,3.18497,275,275,10,0,354,1326,0,1), + (18367,1888,0,0,0,-495.4,777.425,91.5306,3.15074,275,275,10,0,354,1326,0,1), + (18368,1889,0,0,0,-406.383,718.241,103.684,4.69481,275,275,5,0,379,1118,0,1), + (18369,1889,0,0,0,-470.813,728.077,88.2848,1.6451,275,275,5,0,379,1118,0,1), + (18370,1888,0,0,0,-472.702,793.781,94.9056,0.930005,275,275,10,0,354,1326,0,1), + (18371,1765,0,0,0,1536.16,510.723,47.0692,3.25904,275,275,10,0,198,0,0,1), + (18372,1765,0,0,0,1489.73,653.891,45.6981,0.192607,275,275,10,0,198,0,0,1), + (18373,1955,0,0,0,935.809,235.386,28.6108,1.95822,275,275,5,0,386,0,0,1), + (18374,4064,0,0,0,-9509.08,-2922.85,109.308,2.05949,300,300,0,0,1452,0,0,0), + (18375,4064,0,0,0,-9467.05,-2968.26,126.567,4.81711,300,300,0,0,1452,0,0,0), + (18376,1955,0,0,0,892.549,234.88,29.0054,1.92591,275,275,5,0,386,0,0,1), + (18377,485,0,0,0,-9473.49,-2972.03,126.762,5.46473,300,300,0,0,494,0,0,0), + (18378,4065,0,0,0,-9534.49,-2920.27,106.696,1.27409,300,300,0,0,1563,0,0,0), + (18379,4065,0,0,0,-9283.71,-3027.75,120.66,1.28981,300,300,5,0,1563,0,0,1), + (18380,428,0,0,0,-9176.98,-2810.47,93.2177,0.231612,300,300,10,0,417,0,0,1), + (18381,433,0,0,0,-9164.99,-3180.02,103.57,4.52764,300,300,5,0,573,0,0,1), + (18382,334,0,0,0,-9382.84,-3082.02,158.155,1.8326,600,600,0,0,2250,0,0,0), + (18383,335,0,0,0,-9386.9,-3084.96,158.155,1.15192,600,600,0,0,1584,1545,0,0), + (18384,436,0,0,0,-9378.56,-3076.05,158.155,2.35619,300,300,0,0,1389,1357,0,0), + (18385,4464,0,0,0,-9389.81,-3077.22,158.155,0.959931,300,300,0,0,1953,0,0,0), + (18386,434,0,0,0,-9159.48,-3139.61,100.962,2.35619,300,300,0,0,530,200,0,0), + (18387,568,0,0,0,-9138.18,-3196.13,107.447,3.97935,300,300,0,0,664,0,0,0), + (18388,4064,0,0,0,-9500.56,-2918.37,109.088,2.26893,300,300,0,0,1452,0,0,0), + (18389,4065,0,0,0,-9439.13,-3080.34,136.688,0.996597,300,300,0,0,1563,0,0,0), + (18390,1953,0,0,0,726.953,509.806,32.4373,0.71721,275,275,10,0,328,0,0,1), + (18391,1958,0,0,0,747.181,288.794,34.9358,0.479357,275,275,10,0,350,390,0,1), + (18392,2110,33,0,0,-126.499,2153.87,155.678,5.60377,7200,7200,3,0,1,0,0,1), + (18393,3242,1,0,0,-250.413,-2001.45,91.8292,2.55587,275,275,5,0,273,0,0,1), + (18394,436,0,0,0,-9392.91,-3015.43,136.81,3.45096,300,300,5,0,1389,1357,0,1), + (18395,3242,1,0,0,-199.756,-2078.35,91.7917,1.98425,275,275,5,0,273,0,0,1), + (18396,4065,0,0,0,-9392.3,-3017.34,136.81,3.45104,300,300,5,0,1563,0,0,1), + (18397,486,0,0,0,-9442.19,-3074.29,136.676,0.690293,600,600,0,0,1800,618,0,0), + (18398,1769,0,0,0,508.039,1177.53,89.9191,5.29591,275,275,5,0,186,191,0,1), + (18399,1766,0,0,0,1364.59,1052.02,53.9194,1.6318,275,275,5,0,222,0,0,1), + (18400,1894,0,0,0,-390.535,1466.63,25.9869,5.34071,600,600,0,0,900,0,0,0), + (18401,3863,33,0,0,-128.064,2186.77,113.215,2.67035,7200,7200,2,0,1953,0,0,1), + (18402,2879,0,0,0,-8422,553.205,95.532,5.393,540,540,0,0,2471,1620,0,0), + (18403,3859,33,0,0,-143.452,2162.7,94.1247,0.069813,7200,7200,0,0,1953,0,0,0), + (18404,1891,0,0,0,-350.427,1448.5,24.3665,4.72984,600,600,0,0,819,0,0,0), + (18405,1895,0,0,0,-411.947,1517.76,19.7711,4.86947,600,600,0,0,828,295,0,0), + (18406,1769,0,0,0,912.561,1254.27,46.1064,4.96593,275,275,10,0,186,191,0,1), + (18407,1895,0,0,0,-424.202,1543.84,18.5687,6.17846,600,600,0,0,828,295,0,0), + (18408,1891,0,0,0,-370.983,1576.35,16.981,1.98656,600,600,5,0,819,0,0,2), + (18409,1895,0,0,0,-397.475,1543.61,17.1712,3.0459,600,600,5,0,828,295,0,1), + (18410,12431,0,0,0,1452.7,949.916,60.6819,1.01447,43200,43200,5,0,273,0,0,2), + (18411,1894,0,0,0,-391.615,1601.72,17.1706,4.86947,600,600,0,0,900,0,0,0), + (18412,1769,0,0,0,777.135,1412.05,60.9628,0.650337,275,275,0,0,186,191,0,0), + (18413,1894,0,0,0,-355.263,1580.06,18.0622,0.078739,600,600,0,0,900,0,0,0), + (18414,2054,0,0,0,-734.846,1519.7,14.3509,2.71553,275,275,10,0,400,456,0,1), + (18415,2053,0,0,0,-727.164,1496.1,14.2845,1.04947,275,275,5,0,414,0,0,1), + (18416,1773,0,0,0,1030.05,1530.52,31.9197,2.28094,275,275,10,0,230,249,0,1), + (18417,1797,0,0,0,1205.11,1776.17,15.4958,1.60052,275,275,10,0,296,0,0,1), + (18418,1797,0,0,0,1160.67,1475.3,34.6033,6.24931,275,275,10,0,296,0,0,1), + (18419,1797,0,0,0,1239.04,2002.68,14.1142,0.24895,275,275,5,0,296,0,0,1), + (18420,1797,0,0,0,1155.47,1519.06,37.2919,1.6118,275,275,10,0,296,0,0,1), + (18421,1797,0,0,0,1120.89,1664.6,29.5052,0.846912,275,275,10,0,296,0,0,1), + (18422,1797,0,0,0,1162.88,1702.64,18.5242,6.23337,275,275,10,0,296,0,0,1), + (18423,1797,0,0,0,1158.75,1665.98,24.9131,1.74654,275,275,10,0,296,0,0,1), + (18424,2529,0,0,0,-561.897,1561.63,11.6189,3.13476,600,600,0,0,1452,0,0,0), + (18425,1797,0,0,0,1058.35,1682.05,28.1638,6.14695,275,275,5,0,296,0,0,1), + (18426,1769,0,0,0,456.084,1187.95,89.8521,4.32868,275,275,5,0,186,191,0,1), + (18427,1778,0,0,0,931.5,1401,42.4984,4.4674,275,275,5,0,266,0,0,1), + (18428,1866,0,0,0,1270.7,1223.98,52.6321,5.93723,275,275,5,0,222,0,0,1), + (18429,4075,0,0,0,1092.22,1639.89,28.9572,2.39557,275,275,10,0,8,0,0,1), + (18430,1866,0,0,0,1287.26,1252.55,53.1402,3.82892,275,275,10,0,222,0,0,1), + (18431,3859,33,0,0,-169.686,2171.7,94.0461,5.93232,7200,7200,0,0,1953,0,0,0), + (18432,3242,1,0,0,-318.443,-2149.35,97.0569,4.33285,275,275,5,0,273,0,0,1), + (18433,4462,0,0,0,-9380.08,-3059.85,139.298,2.61799,300,300,0,0,1815,0,0,0), + (18434,436,0,0,0,-9389.49,-3024.51,136.81,2.81873,300,300,5,0,1389,1357,0,1), + (18435,4065,0,0,0,-9400.14,-3010.42,136.704,5.61996,300,300,0,0,1563,0,0,0), + (18436,4065,0,0,0,-9404.86,-3009.31,136.704,5.91667,300,300,0,0,1563,0,0,0), + (18437,436,0,0,0,-9399.29,-3006.63,136.81,4.74729,300,300,0,0,1389,1357,0,0), + (18438,4065,0,0,0,-9350.46,-3034.49,136.307,0.541052,300,300,0,0,1563,0,0,0), + (18439,4065,0,0,0,-9353.37,-3029.71,136.588,0.733038,300,300,0,0,1563,0,0,0), + (18440,436,0,0,0,-9358.32,-3027.09,136.758,1.13446,300,300,0,0,1389,1357,0,0), + (18441,4065,0,0,0,-9361.88,-3082.55,149.581,3.24631,300,300,0,0,1563,0,0,0), + (18442,4462,0,0,0,-9410.3,-3086.12,139.856,0.139626,300,300,0,0,1815,0,0,0), + (18443,4464,0,0,0,-9401.48,-3090.75,139.856,2.61799,300,300,0,0,1953,0,0,0), + (18444,436,0,0,0,-9406.03,-3089.28,139.856,1.09956,300,300,0,0,1389,1357,0,0), + (18445,4464,0,0,0,-9371.32,-3050.18,156.861,5.25344,300,300,0,0,1953,0,0,0), + (18446,436,0,0,0,-9365.92,-3051.78,156.861,4.41568,300,300,0,0,1389,1357,0,0), + (18447,4065,0,0,0,-9382.88,-3039.52,139.437,1.88496,300,300,0,0,1563,0,0,0), + (18448,4065,0,0,0,-9390.65,-3039.86,139.437,1.3439,300,300,0,0,1563,0,0,0), + (18449,431,0,0,0,-9111.58,-3311.35,102.325,4.84352,300,300,10,0,734,0,0,1), + (18450,429,0,0,0,-9134.28,-3306.48,103.051,3.20608,300,300,10,0,640,655,0,1), + (18451,4464,0,0,0,-9379.59,-3075.51,140.675,1.7764,300,300,0,0,1953,0,0,0), + (18452,436,0,0,0,-9379.13,-3068.04,140.758,3.75246,300,300,0,0,1389,1357,0,0), + (18453,4462,0,0,0,-9385.37,-3075.57,140.758,0.628319,300,300,0,0,1815,0,0,0), + (18454,4462,0,0,0,-9382.43,-3077.34,140.762,1.5708,300,300,0,0,1815,0,0,0), + (18455,436,0,0,0,-9360.73,-3081.39,155.48,3.18573,300,300,5,0,1389,1357,0,1), + (18456,4065,0,0,0,-9386.2,-3051.99,156.861,5.02655,300,300,0,0,1563,0,0,0), + (18457,436,0,0,0,-9390.71,-3053.79,156.861,5.58505,300,300,0,0,1389,1357,0,0), + (18458,4065,0,0,0,-9367.44,-3076.13,149.58,0.506145,300,300,0,0,1563,0,0,0), + (18459,4462,0,0,0,-9390.62,-3056.87,139.298,5.61996,300,300,0,0,1815,0,0,0), + (18460,1971,0,0,0,1277.38,1286.28,52.9912,4.66003,275,275,0,0,273,0,0,0), + (18461,1770,0,0,0,994.134,1398.76,40.9475,4.53376,275,275,5,0,222,0,0,1), + (18462,1866,0,0,0,1283.06,1279.4,52.905,4.6107,275,275,0,0,222,0,0,0), + (18463,1779,0,0,0,978.183,1400.5,42.3911,2.98453,275,275,5,0,247,0,0,2), + (18464,1866,0,0,0,1272.37,1277.54,52.8371,2.97767,275,275,5,0,222,0,0,1), + (18465,1866,0,0,0,1276.98,1264.19,52.6648,4.41568,275,275,0,0,222,0,0,0), + (18466,1866,0,0,0,1282.73,1268.57,52.8494,5.7594,275,275,3,0,222,0,0,1), + (18467,1769,0,0,0,931.249,1264.38,45.9499,2.65146,275,275,10,0,186,191,0,1), + (18468,1780,0,0,0,1260.01,1977.84,16.4491,4.16876,275,275,10,0,247,0,0,1), + (18469,1772,0,0,0,1009.11,1510.65,36.5447,3.07963,275,275,10,0,222,0,0,1), + (18470,1773,0,0,0,1004.87,1556.2,29.1257,0.715585,275,275,0,0,230,249,0,0), + (18471,1770,0,0,0,969.219,1398.04,42.6967,5.54723,275,275,5,0,222,0,0,1), + (18472,1797,0,0,0,1155.99,1721.3,17.7316,0.036915,275,275,10,0,296,0,0,1), + (18473,1766,0,0,0,1037.75,1385.14,41.8531,3.03104,275,275,10,0,222,0,0,1), + (18474,1770,0,0,0,980.128,1420.3,38.6953,5.32325,275,275,0,0,222,0,0,0), + (18475,1779,0,0,0,987.48,1419.74,38.8203,0.767945,275,275,0,0,247,0,0,0), + (18476,1770,0,0,0,1017.69,1405.57,43.0668,2.86488,275,275,5,0,222,0,0,1), + (18477,1770,0,0,0,959.72,1445.88,42.2783,2.57008,275,275,10,0,222,0,0,1), + (18478,1412,0,0,0,1217.43,1968.97,10.5966,6.06568,275,275,10,0,8,0,0,1), + (18479,1766,0,0,0,974.363,1447.91,41.6928,0.989836,275,275,10,0,222,0,0,1), + (18480,1778,0,0,0,1015.48,1436.06,47.1773,5.57316,275,275,5,0,266,0,0,1), + (18481,1780,0,0,0,1240.55,2014.81,13.7392,2.11356,275,275,5,0,247,0,0,1), + (18482,1770,0,0,0,980.265,1413.77,38.7463,0.488692,275,275,0,0,222,0,0,0), + (18483,1766,0,0,0,1055.58,1455.59,42.5689,4.85746,275,275,5,0,222,0,0,1), + (18484,1913,0,0,0,-123.217,825.03,63.5796,1.76278,275,275,0,0,356,0,0,0), + (18485,3577,0,0,0,-154.772,820.215,64.1667,5.5676,275,275,0,0,328,0,0,0), + (18486,1913,0,0,0,-76.1783,805.225,64.905,5.10396,275,275,0,0,356,0,0,0), + (18487,1913,0,0,0,-122.85,761.712,63.8145,0.204509,275,275,0,0,356,0,0,0), + (18488,1915,0,0,0,-142.854,816.478,63.9601,1.36136,275,275,0,0,330,938,0,0), + (18489,6033,0,0,0,1035.1,906.114,18.1123,4.03171,275,275,0,0,328,0,0,0), + (18491,1915,0,0,0,-161.931,797.487,64.7645,1.49602,275,275,0,0,330,938,0,0), + (18493,1914,0,0,0,-190.309,1012.36,65.4447,3.99798,275,275,10,0,285,790,0,1), + (18494,1866,0,0,0,1240.36,1263.49,50.8149,2.42665,275,275,10,0,222,0,0,1), + (18495,1912,0,0,0,-223.113,1032.29,65.9498,1.71394,275,275,10,0,300,0,0,1), + (18496,1912,0,0,0,-158.407,979.455,65.0678,4.82706,275,275,10,0,300,0,0,1), + (18497,1912,0,0,0,-170.949,1012.29,65.5697,3.16566,275,275,10,0,300,0,0,1), + (18498,1867,0,0,0,-177.028,1068.98,61.1024,1.90861,275,275,5,0,241,601,0,1), + (18499,1782,0,0,0,306.223,1096.62,93.55,1.72567,275,275,3,0,273,0,0,1), + (18500,1779,0,0,0,331.301,1080.21,101.021,0,275,275,10,0,247,0,0,1), + (18501,1924,0,0,0,-545.267,1387.47,27.9099,0.20201,275,275,10,0,328,0,0,1), + (18502,1912,0,0,0,-159.913,944.71,65.2106,4.98007,275,275,10,0,300,0,0,1), + (18503,1780,0,0,0,1221.11,1887.73,11.5197,5.95613,275,275,10,0,247,0,0,1), + (18504,1914,0,0,0,-171.156,961.793,64.8819,4.72657,275,275,5,0,285,790,0,1), + (18505,1912,0,0,0,-153.515,893.097,63.0928,6.06112,275,275,5,0,300,0,0,1), + (18506,1780,0,0,0,1245.92,1951.19,12.3655,4.71969,275,275,5,0,247,0,0,1), + (18507,1914,0,0,0,-160.344,922.395,65.5657,3.15605,275,275,0,0,285,790,0,0), + (18508,1923,0,0,0,-582.64,1416.73,16.929,3.90695,275,275,10,0,356,0,0,1), + (18509,1780,0,0,0,1248.04,1919.41,13.3078,5.15477,275,275,10,0,247,0,0,1), + (18510,1914,0,0,0,-196.633,941.087,65.79,1.6668,275,275,0,0,285,790,0,0), + (18511,1780,0,0,0,1272.14,1932.78,15.725,1.58952,275,275,10,0,247,0,0,1), + (18512,1780,0,0,0,1282.84,1942.04,16.1744,0.608538,275,275,0,0,247,0,0,0), + (18513,1780,0,0,0,1270.67,1953.39,15.1186,2.16097,275,275,3,0,247,0,0,1), + (18514,1780,0,0,0,1300.42,1957.1,19.0124,4.3395,275,275,3,0,247,0,0,1), + (18515,1780,0,0,0,1317.13,1963.29,15.2581,4.12758,275,275,3,0,247,0,0,1), + (18516,1781,0,0,0,1341.72,1959.05,13.4341,5.12549,275,275,3,0,273,0,0,1), + (18517,1781,0,0,0,1345.53,1975.56,14.5076,3.24619,275,275,3,0,273,0,0,1), + (18518,1912,0,0,0,-250.936,812.737,74.1881,5.76403,275,275,5,0,300,0,0,1), + (18519,1924,0,0,0,-724.068,1284.04,68.1531,4.36345,275,275,3,0,328,0,0,1), + (18520,1780,0,0,0,1181.55,2015.41,10.9859,2.91299,275,275,10,0,247,0,0,1), + (18521,1888,0,0,0,-388.491,819.671,97.9254,3.47256,275,275,5,0,354,1326,0,1), + (18522,1924,0,0,0,-752.006,1245.28,69.6447,4.589,275,275,10,0,328,0,0,1), + (18523,1780,0,0,0,1217.04,1951.05,10.6037,5.09695,275,275,10,0,247,0,0,1), + (18524,1914,0,0,0,-282.813,811.979,79.1949,6.11465,275,275,5,0,285,790,0,1), + (18525,3242,1,0,0,-973.471,-2323.7,91.7917,3.40056,275,275,15,0,273,0,0,1), + (18526,3242,1,0,0,-842.676,-2467.62,92.3644,1.39601,275,275,5,0,273,0,0,1), + (18527,3242,1,0,0,-982.959,-2305.48,92.5417,3.2409,275,275,15,0,273,0,0,1), + (18528,3242,1,0,0,248.281,-3164.88,87.7051,1.71298,275,275,5,0,273,0,0,1), + (18529,3242,1,0,0,526.614,-2672.24,93.0805,3.92259,275,275,5,0,273,0,0,1), + (18530,3242,1,0,0,450.635,-2778.35,92.3632,0.361285,275,275,5,0,273,0,0,1), + (18531,3242,1,0,0,-86.8639,-2117.19,91.7916,3.0993,275,275,5,0,273,0,0,1), + (18532,3242,1,0,0,-213.529,-2113.31,91.7916,5.71513,275,275,5,0,273,0,0,1), + (18533,3242,1,0,0,-775.326,-1894.67,92.2145,2.49699,275,275,5,0,273,0,0,1), + (18534,3242,1,0,0,-119.956,-2079.03,92.7338,5.89286,275,275,5,0,273,0,0,1), + (18535,3242,1,0,0,-480.867,-2050.34,91.7917,5.97534,275,275,5,0,273,0,0,1), + (18536,3242,1,0,0,-747.354,-3122.63,92.0898,5.19361,275,275,5,0,273,0,0,1), + (18537,3242,1,0,0,-783.757,-2977.9,94.0132,4.79261,275,275,5,0,273,0,0,1), + (18538,3242,1,0,0,-757.762,-3044.61,95.1397,2.43949,275,275,5,0,273,0,0,1), + (18539,3242,1,0,0,272.358,-3257.95,65.8605,5.39414,275,275,5,0,273,0,0,1), + (18540,3242,1,0,0,208.978,-3249.15,69.8015,2.23852,275,275,5,0,273,0,0,1), + (18541,3242,1,0,0,25.3284,-3591.96,27.3124,3.05193,275,275,5,0,273,0,0,1), + (18542,3242,1,0,0,462.403,-2755.14,92.2737,3.23738,275,275,5,0,273,0,0,1), + (18543,3242,1,0,0,729.573,-2617.9,91.7917,6.22666,275,275,5,0,273,0,0,1), + (18544,3242,1,0,0,-98.197,-1914.15,105.403,4.82784,275,275,2,0,273,0,0,1), + (18545,3242,1,0,0,-924.492,-2338.76,94.194,2.29239,275,275,5,0,273,0,0,1), + (18546,3242,1,0,0,271.402,-3140.01,91.7482,5.88862,275,275,5,0,273,0,0,1), + (18547,3242,1,0,0,149.531,-3083.71,98.295,6.13551,275,275,5,0,273,0,0,1), + (18548,3242,1,0,0,416.699,-2721.44,93.4939,4.73387,275,275,5,0,273,0,0,1), + (18549,3242,1,0,0,632.529,-2683.51,95.1746,6.20571,275,275,5,0,273,0,0,1), + (18550,3242,1,0,0,54.9121,-3645.48,28.6942,4.82585,275,275,5,0,273,0,0,1), + (18551,3242,1,0,0,-767.024,-2695.75,91.7917,0.616238,275,275,5,0,273,0,0,1), + (18552,3242,1,0,0,-996.647,-2236.51,92.8457,2.009,275,275,10,0,273,0,0,1), + (18553,3242,1,0,0,323.019,-3158.1,89.4162,3.33589,275,275,5,0,273,0,0,1), + (18554,3242,1,0,0,762.742,-2560.78,91.7917,5.55233,275,275,5,0,273,0,0,1), + (18555,3242,1,0,0,407.824,-3608.03,30.847,2.29126,275,275,3,0,273,0,0,1), + (18556,3242,1,0,0,-951.309,-2442.75,95.4167,0.754753,275,275,5,0,273,0,0,1), + (18557,3242,1,0,0,-933.409,-2298.76,91.8819,2.35088,275,275,5,0,273,0,0,1), + (18558,3242,1,0,0,-283.131,-1749.75,93.4167,4.39537,275,275,5,0,273,0,0,1), + (18559,3242,1,0,0,-915.453,-2395.39,92.7853,3.83433,275,275,5,0,273,0,0,1), + (18560,3242,1,0,0,-847.427,-2376.01,91.7917,4.73026,275,275,5,0,273,0,0,1), + (18561,3242,1,0,0,-814.855,-2312.53,93.5882,5.81141,275,275,5,0,273,0,0,1), + (18562,3242,1,0,0,14.3391,-1680.3,91.7751,5.44543,275,275,0,0,273,0,0,0), + (18563,3242,1,0,0,-150.117,-1712.22,93.1246,1.29394,275,275,5,0,273,0,0,1), + (18564,3242,1,0,0,26.742,-1654.67,91.9788,3.36154,275,275,5,0,273,0,0,1), + (18565,3242,1,0,0,-114.273,-1952.4,94.7348,2.28888,275,275,5,0,273,0,0,1), + (18566,3242,1,0,0,-621.323,-1902.42,92.3669,2.01522,275,275,5,0,273,0,0,1), + (18567,3242,1,0,0,-743.003,-2656.82,91.7917,1.86317,275,275,5,0,273,0,0,1), + (18568,3242,1,0,0,-877.102,-2281.44,92.0448,6.15442,275,275,5,0,273,0,0,1), + (18569,3242,1,0,0,-938.801,-2617.26,92.1368,3.05971,275,275,5,0,273,0,0,1), + (18570,3242,1,0,0,-871.975,-2641.52,92.4159,1.82335,275,275,5,0,273,0,0,1), + (18571,3242,1,0,0,-996.521,-2736.57,91.7943,2.37705,275,275,5,0,273,0,0,1), + (18572,3242,1,0,0,-944.52,-2530.24,93.5417,5.10686,275,275,5,0,273,0,0,1), + (18573,3242,1,0,0,-790.805,-2628.3,92.5417,4.4449,275,275,5,0,273,0,0,1), + (18581,3242,1,0,0,-846.127,-2686.71,93.1633,5.08854,275,275,5,0,273,0,0,1), + (18610,15591,1,0,0,-2632.83,-5052.68,25.6692,3.87463,1200,1200,0,0,24416,0,0,0), + (18611,15591,1,0,0,-2632.54,-5040.4,33.827,5.34071,1200,1200,0,0,24416,0,0,0), + (18612,15553,1,0,0,-2681.24,-5038.31,21.8019,1.78024,360,360,0,0,28000,0,0,0), + (18613,15591,1,0,0,-2684.26,-5038.07,21.8013,0.15708,1200,1200,0,0,24416,0,0,0), + (18614,15552,1,0,0,-2632.94,-5062.04,33.827,2.60054,1200,1200,0,0,320000,492480,0,0), + (18615,15591,1,0,0,-2630.13,-5037.75,22.9544,1.50098,1200,1200,0,0,24416,0,0,0), + (18616,15591,1,0,0,-2635.61,-5050.42,33.827,4.20624,1200,1200,0,0,24416,0,0,0), + (18617,15591,1,0,0,-2652.23,-5047.31,23.0175,0.979193,1200,1200,0,0,24416,0,0,0), + (18618,15591,1,0,0,-2658.89,-5057.21,23.0051,0.979123,1200,1200,0,0,24416,0,0,0), + (18619,4343,1,0,0,-3610,-2800.08,28.9362,1.59506,360,360,10,0,1536,0,0,1), + (18620,4414,1,0,0,-2568.83,-3653.23,51.0706,0.03025,360,360,10,0,1469,0,0,1), + (18621,4414,1,0,0,-3103.18,-3603.2,65.2604,0.086061,360,360,10,0,1469,0,0,1), + (18622,4414,1,0,0,-3215.17,-3649.05,43.9613,4.08407,360,360,0,0,1469,0,0,0), + (18623,4374,1,0,0,-2676.53,-4685.54,-7.80317,2.23628,1200,1200,10,0,8883,0,0,1), + (18624,4368,1,0,0,-2699.27,-5036.73,22.8421,0.226625,1200,1200,0,0,9156,0,0,0), + (18625,4368,1,0,0,-2693.23,-5028.66,21.3294,0.925025,1200,1200,0,0,9156,0,0,0), + (18626,4370,1,0,0,-2543.45,-4935.44,35.0412,3.65439,1200,1200,0,0,7326,4868,0,0), + (18627,1420,1,0,0,-4227.44,-3261.34,32.4498,1.38309,360,360,10,0,8,0,0,1), + (18628,1420,1,0,0,-4320.87,-3183.3,40.3654,4.72342,360,360,10,0,8,0,0,1), + (18629,1420,1,0,0,-3452.59,-3315.36,31.4079,1.65491,360,360,10,0,8,0,0,1), + (18630,6145,1,0,0,-3310.62,-3506.02,-7.12443,5.3031,360,360,5,0,42,0,0,1), + (18631,1420,1,0,0,-3648.87,-3196.51,32.5982,0.208502,360,360,10,0,8,0,0,1), + (18632,4347,1,0,0,-3541.37,-3189.01,42.361,5.82827,360,360,5,0,1536,0,0,1), + (18633,4128,1,0,0,-3736.16,-2454.39,94.4798,5.32987,360,360,5,0,573,0,0,1), + (18634,4393,1,0,0,-3786.16,-3606.66,37.4825,5.53268,360,360,10,0,1751,0,0,1), + (18635,4415,1,0,0,-4371.57,-3714.28,54.8037,1.47031,360,360,3,0,1751,0,0,1), + (18636,4415,1,0,0,-4358.78,-3780,45.9813,2.20465,360,360,5,0,1751,0,0,1), + (18637,4415,1,0,0,-4136.44,-3865.18,54.3745,4.33188,360,360,5,0,1751,0,0,1), + (18638,4415,1,0,0,-4158.46,-3802.44,67.3163,3.73281,360,360,5,0,1751,0,0,1), + (18639,4415,1,0,0,-4246.95,-3672.97,62.2253,1.17976,360,360,5,0,1751,0,0,1), + (18640,4415,1,0,0,-4406.96,-3809.24,52.8984,3.14444,360,360,5,0,1751,0,0,1), + (18641,4397,1,0,0,-2347.98,-4352.46,-9.77159,6.05243,360,360,10,0,1403,0,0,1), + (18642,4389,1,0,0,-3441.52,-3588.99,-5.09909,6.11258,360,360,5,0,1532,0,0,1), + (18643,4401,1,0,0,-3587.7,-4082.24,-6.09956,1.6057,360,360,0,0,1403,0,0,0), + (18644,3242,1,0,0,-714.006,-3026.78,95.8795,4.16735,275,275,5,0,273,0,0,1), + (18645,3242,1,0,0,-927.376,-2729.25,92.3432,3.99741,275,275,5,0,273,0,0,1), + (18646,3242,1,0,0,-803.939,-2512.26,93.6714,0.236062,275,275,5,0,273,0,0,1), + (18647,3242,1,0,0,-914.766,-2750.99,93.4983,4.89114,275,275,5,0,273,0,0,1), + (18648,3242,1,0,0,-692.262,-2923.54,98.2796,3.22849,275,275,5,0,273,0,0,1), + (18649,3242,1,0,0,-648.932,-1816.67,92.3153,3.14049,275,275,5,0,273,0,0,1), + (18650,3242,1,0,0,143.32,-3418.35,30.8146,5.72726,275,275,5,0,273,0,0,1), + (18651,3242,1,0,0,-887.157,-2585.03,92.7916,3.74725,275,275,5,0,273,0,0,1), + (18652,3242,1,0,0,-758.953,-2880.45,91.8078,3.06204,275,275,5,0,273,0,0,1), + (18653,3242,1,0,0,-872.211,-2783.13,92.2464,3.96847,275,275,5,0,273,0,0,1), + (18654,3242,1,0,0,-785.721,-2784.88,93.9055,3.23282,275,275,5,0,273,0,0,1), + (18655,3242,1,0,0,-619.528,-2847.89,92.2137,5.9053,275,275,5,0,273,0,0,1), + (18656,3242,1,0,0,-921.57,-2851.32,93.624,0.023433,275,275,5,0,273,0,0,1), + (18657,3242,1,0,0,-949.719,-2568.7,92.2246,1.56689,275,275,5,0,273,0,0,1), + (18658,3242,1,0,0,-854.425,-2627.99,91.7916,4.4327,275,275,5,0,273,0,0,1), + (18659,3242,1,0,0,-693.865,-2523.85,93.9181,4.08919,275,275,5,0,273,0,0,1), + (18660,3242,1,0,0,-654.371,-3051.2,92.1286,4.2898,275,275,5,0,273,0,0,1), + (18661,3242,1,0,0,-822.744,-2774.66,93.5709,2.34316,275,275,5,0,273,0,0,1), + (18662,3242,1,0,0,149.272,-3149.3,91.5578,5.2227,275,275,5,0,273,0,0,1), + (18663,3242,1,0,0,94.0585,-3703.99,24.7733,2.69978,275,275,5,0,273,0,0,1), + (18664,3242,1,0,0,-948.796,-2914.72,91.7917,3.35111,275,275,5,0,273,0,0,1), + (18665,3242,1,0,0,154.062,-3549.67,28.7943,0.222806,275,275,5,0,273,0,0,1), + (18666,3242,1,0,0,-948.884,-2651.79,91.9469,4.6831,275,275,5,0,273,0,0,1), + (18667,3242,1,0,0,-741.331,-2716.33,92.7916,1.46516,275,275,5,0,273,0,0,1), + (18668,3499,1,0,0,-1002.08,-3652.37,20.1183,3.10669,275,275,0,0,1042,0,0,0), + (18669,3243,1,0,0,527.802,-2407.71,91.7917,1.86295,275,275,0,0,247,0,0,0), + (18670,3243,1,0,0,-437.085,-2984.75,91.7917,0.905635,275,275,0,0,247,0,0,0), + (18671,3243,1,0,0,-447.254,-2944.39,91.7917,2.02787,275,275,0,0,247,0,0,0), + (18672,3243,1,0,0,543.496,-2455.2,91.7917,2.11365,275,275,0,0,247,0,0,0), + (18673,3243,1,0,0,217.609,-2514.34,91.7917,1.40789,275,275,0,0,247,0,0,0), + (18674,3243,1,0,0,-159.247,-2620.84,94.8115,3.10441,275,275,0,0,247,0,0,0), + (18675,3678,43,0,0,-134.965,125.402,-78.0945,3.07178,7200,7200,0,0,1381,980,0,0), + (18676,2914,43,0,0,-192.926,60.6825,-47.9713,1.85553,7200,7200,10,0,8,0,0,1), + (18677,3835,43,0,0,-152.71,50.6044,-105.733,4.77731,7200,7200,15,0,8,0,0,1), + (18678,5053,43,0,0,-161.456,51.8247,-106.014,1.03789,7200,7200,5,0,417,0,0,1), + (18679,5055,43,0,0,-193.302,63.3435,-47.9201,5.6868,7200,7200,6,0,134,0,0,1), + (18680,5055,43,0,0,-185.325,65.2722,-46.2168,1.22809,7200,7200,6,0,134,0,0,1), + (18681,5055,43,0,0,-190.234,66.342,-47.4872,4.38246,7200,7200,6,0,134,0,0,1), + (18682,3840,43,0,0,-191.842,61.3256,-47.7267,4.39218,7200,7200,7,0,1212,912,0,1), + (18683,5055,43,0,0,-154.607,68.7036,-75.7838,1.91226,7200,7200,6,0,134,0,0,1), + (18684,5055,43,0,0,-154.144,63.737,-75.7394,2.36478,7200,7200,6,0,134,0,0,1), + (18685,5055,43,0,0,-159.049,75.5833,-75.9573,5.01563,7200,7200,6,0,134,0,0,1), + (18686,5055,43,0,0,-160.308,70.941,-75.8312,2.03706,7200,7200,6,0,134,0,0,1), + (18687,3840,43,0,0,-70.7889,120.073,-89.6736,0.785398,7200,7200,0,0,1212,912,0,0), + (18688,3636,43,0,0,4.29095,303.612,-87.6656,1.08737,7200,7200,5,0,1251,0,0,1), + (18689,3636,43,0,0,-78.9073,103.428,-91.1674,5.55015,7200,7200,5,0,1251,0,0,1), + (18690,3863,33,0,0,-150.907,2182.17,99.9595,1.01229,7200,7200,2,0,1953,0,0,1), + (18691,2529,33,0,0,-94.8525,2150.37,145.004,3.07178,7200,7200,5,0,1452,0,0,1), + (18692,3859,33,0,0,-149.101,2174.34,99.9595,2.86234,7200,7200,3,0,1953,0,0,1), + (18693,3863,33,0,0,-118.109,2152.18,101.603,5.72468,7200,7200,2,0,1953,0,0,1), + (18694,2529,33,0,0,-106.86,2133.2,145.004,2.70526,7200,7200,5,0,1452,0,0,1), + (18695,2529,33,0,0,-90.1872,2131.41,145.004,6.26573,7200,7200,3,0,1452,0,0,1), + (18696,3859,33,0,0,-164.462,2192.41,138.287,1.03908,7200,7200,3,0,1953,0,0,2), + (18697,3862,33,0,0,-192.438,2222.95,79.8431,2.94961,7200,7200,5,0,1251,0,0,1), + (18698,3853,33,0,0,-207.099,2162.01,79.8483,0.623848,7200,7200,0,0,1299,980,0,0), + (18699,3862,33,0,0,-169.934,2244.22,86.3592,3.1765,7200,7200,3,0,1251,0,0,1), + (18700,3853,33,0,0,-159.022,2243.51,86.0992,0.10472,7200,7200,0,0,1299,980,0,0), + (18701,3862,33,0,0,-198.594,2153.93,79.8471,4.46288,7200,7200,5,0,1251,0,0,1), + (18702,3853,33,0,0,-195.926,2162.95,79.8327,0.456987,7200,7200,0,0,1299,980,0,0), + (18703,3862,33,0,0,-231.866,2165.91,79.8476,2.68061,7200,7200,0,0,1251,0,0,0), + (18704,3853,33,0,0,-176.157,2250.3,86.5898,5.11381,7200,7200,0,0,1299,980,0,0), + (18705,3853,33,0,0,-223.663,2209.45,79.8438,3.46964,7200,7200,0,0,1299,980,0,0), + (18706,3853,33,0,0,-169.525,2220.66,80.5822,0.715585,7200,7200,0,0,1299,980,0,0), + (18707,3855,33,0,0,-294.707,2279.39,95.8665,6.26476,7200,7200,2,0,1392,1020,0,2), + (18708,3855,33,0,0,-193.978,2271.01,90.8411,4.24008,7200,7200,3,0,1392,1020,0,2), + (18709,3877,33,0,0,-232.178,2212.89,97.3452,4.49351,7200,7200,2,0,1563,0,0,2), + (18710,2529,33,0,0,-128.054,2179.05,112.778,1.74533,7200,7200,1,0,1452,0,0,1), + (18711,3859,33,0,0,-120.542,2161.02,101.603,6.03884,7200,7200,2,0,1953,0,0,1), + (18712,3862,33,0,0,-204.012,2184.13,79.8488,4.31299,7200,7200,0,0,1251,0,0,0), + (18713,3853,33,0,0,-217.143,2225.19,79.8432,4.5204,7200,7200,0,0,1299,980,0,0), + (18714,4274,33,0,0,-135.609,2168.66,128.779,2.86234,43200,43200,0,0,3495,0,0,0), + (18715,6906,70,0,0,-353.007,117.186,-44.3684,0.523599,43200,43200,0,0,4755,0,0,0), + (18716,4815,48,0,0,-178.368,52.7392,-49.8229,1.27409,7200,7200,5,0,1686,0,0,1), + (18717,4821,48,0,0,-231.986,36.3215,-54.2971,0.471239,7200,7200,5,0,1686,0,0,1), + (18718,4818,48,0,0,-236.641,31.0125,-54.7077,0.785398,7200,7200,5,0,1686,0,0,1), + (18719,4821,48,0,0,-267.936,72.5985,-57.1852,3.76991,7200,7200,5,0,1686,0,0,1), + (18720,4818,48,0,0,-277.164,43.6245,-66.9591,3.61283,7200,7200,5,0,1686,0,0,1), + (18721,4818,48,0,0,-259.135,20.7215,-55.9537,4.86947,7200,7200,1,0,1686,0,0,1), + (18722,4818,48,0,0,-254.728,34.6942,-55.6703,2.25148,7200,7200,5,0,1686,0,0,1), + (18723,4815,48,0,0,-253.374,55.0195,-53.3931,4.4855,7200,7200,5,0,1686,0,0,1), + (18724,4818,48,0,0,-254.322,51.9767,-53.6117,5.35816,7200,7200,2,0,1686,0,0,1), + (18725,4818,48,0,0,-296.819,89.8415,-51.4581,1.51844,7200,7200,2,0,1686,0,0,1), + (18726,4821,48,0,0,-290.304,87.1691,-52.0361,1.32645,7200,7200,2,0,1686,0,0,1), + (18727,4821,48,0,0,-283.729,8.44561,-56.9505,0.610865,7200,7200,5,0,1686,0,0,1), + (18728,4821,48,0,0,-302.441,70.6481,-63.5031,5.81195,7200,7200,5,0,1686,0,0,1), + (18729,4821,48,0,0,-281.235,16.456,-56.9926,4.43314,7200,7200,5,0,1686,0,0,1), + (18730,4815,48,0,0,-306.855,-23.6657,-68.6727,5.61996,7200,7200,5,0,1686,0,0,1), + (18731,4818,48,0,0,-316.443,-3.21443,-71.8173,6.05629,7200,7200,5,0,1686,0,0,1), + (18732,4818,48,0,0,-319.174,-16.9382,-71.1558,2.32129,7200,7200,5,0,1686,0,0,1), + (18733,4821,48,0,0,-334.294,78.1841,-60.6719,3.61283,7200,7200,5,0,1686,0,0,1), + (18734,4818,48,0,0,-295.475,108.201,-53.5076,3.10669,7200,7200,5,0,1686,0,0,1), + (18735,4821,48,0,0,-321.646,103.492,-58.6204,3.28122,7200,7200,5,0,1686,0,0,1), + (18736,4818,48,0,0,-337.805,-24.5904,-72.3178,0.645772,7200,7200,5,0,1686,0,0,1), + (18737,4815,48,0,0,-338.096,-33.7639,-70.5845,0.575959,7200,7200,5,0,1686,0,0,1), + (18738,4821,48,0,0,-342.427,9.77035,-71.1098,1.78024,7200,7200,5,0,1686,0,0,1), + (18739,4821,48,0,0,-373.62,50.3974,-56.8304,5.5676,7200,7200,2,0,1686,0,0,1), + (18740,4819,48,0,0,-400.073,25.6906,-48.1241,2.30383,7200,7200,1,0,1815,0,0,1), + (18741,4820,48,0,0,-406.857,26.494,-48.4163,2.93215,7200,7200,2,0,1599,1162,0,1), + (18742,4819,48,0,0,-410.273,22.8632,-48.4303,1.17895,7200,7200,1,0,1815,0,0,1), + (18743,6243,48,0,0,-412.653,40.919,-48.1363,4.31096,36000,36000,0,0,3906,0,0,0), + (18744,4820,48,0,0,-429.005,4.86473,-47.9984,2.74017,7200,7200,2,0,1599,1162,0,1), + (18745,4819,48,0,0,-422.97,25.0112,-48.0705,3.45575,7200,7200,3,0,1815,0,0,1), + (18746,4820,48,0,0,-422.341,4.16348,-47.8643,1.78024,7200,7200,1,0,1599,1162,0,1), + (18747,4820,48,0,0,-436.153,20.8745,-47.972,3.45575,7200,7200,2,0,1599,1162,0,1), + (18748,4820,48,0,0,-435.787,38.4254,-48.2506,1.5708,7200,7200,1,0,1599,1162,0,1), + (18749,4819,48,0,0,-453.411,13.0221,-47.9998,3.42085,7200,7200,1,0,1815,0,0,1), + (18750,4819,48,0,0,-461.005,8.9746,-47.966,5.2709,7200,7200,1,0,1815,0,0,1), + (18751,4815,48,0,0,-325.462,129.509,-48.1088,0.575959,7200,7200,5,0,1686,0,0,1), + (18752,4815,48,0,0,-347.126,130.557,-50.7097,1.8326,7200,7200,5,0,1686,0,0,1), + (18753,4821,48,0,0,-318.432,124.281,-49.0926,0.802851,7200,7200,5,0,1686,0,0,1), + (18754,4815,48,0,0,-353.259,137.056,-50.8998,4.01426,7200,7200,5,0,1686,0,0,1), + (18755,4805,48,0,0,-324.953,205.232,-68.6379,3.00197,7200,7200,5,0,1494,1090,0,1), + (18756,4822,48,0,0,-387.244,173.772,-56.6372,1.95477,7200,7200,5,0,1686,0,0,1), + (18989,4807,48,0,0,-326.35,191.841,-65.5993,0.24262,7200,7200,5,0,2529,0,0,1), + (18990,4822,48,0,0,-361.306,200.085,-65.4363,3.61283,7200,7200,5,0,1686,0,0,1), + (18991,3244,1,0,0,-29.0348,-2380.38,91.7916,2.59302,275,275,20,0,222,0,0,1), + (18992,4805,48,0,0,-422.529,109.427,-70.6683,1.82729,7200,7200,5,0,1494,1090,0,1), + (18993,1912,0,0,0,-24.8028,1142.06,64.9329,4.175,275,275,10,0,300,0,0,1), + (18994,1924,0,0,0,-705.65,1203.43,90.3259,3.58819,275,275,3,0,328,0,0,1), + (18995,1912,0,0,0,-45.7433,1120.69,66.846,3.91042,275,275,10,0,300,0,0,1), + (18996,1894,0,0,0,-442.388,1539.5,19.6376,4.53468,600,600,5,0,900,0,0,1), + (18997,2529,0,0,0,1241.81,1847.95,9.58249,5.1235,600,600,10,0,1452,0,0,2), + (18998,1924,0,0,0,-488.787,1176.95,62.5426,1.21165,275,275,10,0,328,0,0,1), + (18999,1867,0,0,0,-92.7974,1079.32,65.9836,3.48173,275,275,10,0,241,601,0,1), + (19000,1912,0,0,0,-112.332,1044.59,66.9791,2.4024,275,275,10,0,300,0,0,1), + (19001,1912,0,0,0,-85.8231,1012.69,66.1179,4.82003,275,275,10,0,300,0,0,1), + (19002,1891,0,0,0,-377.63,1491.95,18.4887,5.32325,600,600,0,0,819,0,0,0), + (19003,1912,0,0,0,-102.869,986.781,68.1818,6.19144,275,275,10,0,300,0,0,1), + (19004,1939,0,0,0,851.96,693.668,53.5139,1.50609,275,275,5,0,356,0,0,1), + (19005,1891,0,0,0,-381.301,1653.14,17.7911,4.4855,600,600,0,0,819,0,0,0), + (19006,1912,0,0,0,-65.5206,1012.21,65.1428,2.63545,275,275,0,0,300,0,0,0), + (19007,1895,0,0,0,-378.435,1625.51,16.8077,0.694863,600,600,3,0,828,295,0,1), + (19008,1894,0,0,0,-389.73,1634.41,17.4309,6.20095,600,600,0,0,900,0,0,0), + (19009,1779,0,0,0,1177.26,1234.25,51.1829,3.9726,275,275,10,0,247,0,0,1), + (19010,1939,0,0,0,803.068,717.876,52.9881,1.11921,275,275,10,0,356,0,0,1), + (19011,1766,0,0,0,1416.48,949.669,51.8731,3.90628,275,275,10,0,222,0,0,1), + (19012,1894,0,0,0,-385.558,1618.24,24.2887,4.07713,600,600,3,0,900,0,0,1), + (19013,1939,0,0,0,814.853,686.977,53.6461,4.16122,275,275,10,0,356,0,0,1), + (19014,1939,0,0,0,871.699,692.057,53.6579,4.99591,275,275,10,0,356,0,0,1), + (19015,1894,0,0,0,-385.776,1632.95,24.2887,3.83402,600,600,0,0,900,0,0,0), + (19016,1939,0,0,0,907.572,679.438,53.6066,1.20428,275,275,0,0,356,0,0,0), + (19017,1912,0,0,0,-65.723,967.583,67.516,1.29154,275,275,0,0,300,0,0,0), + (19018,1939,0,0,0,810.19,664.919,56.0866,1.29628,275,275,10,0,356,0,0,1), + (19019,1894,0,0,0,-384.391,1560.98,17.1156,2.65866,600,600,5,0,900,0,0,1), + (19020,1914,0,0,0,-80.5932,974.126,68.4387,1.517,275,275,10,0,285,790,0,1), + (19021,2106,0,0,0,-387.331,1648.79,24.3721,1.5708,600,600,0,0,1068,0,0,0), + (19022,1914,0,0,0,-65.066,969.799,67.4811,4.60767,275,275,0,0,285,790,0,0), + (19023,1942,0,0,0,965.551,684.154,59.9198,3.01942,275,275,0,0,417,0,0,0), + (19024,1914,0,0,0,-66.2251,955.202,67.868,1.91607,275,275,10,0,285,790,0,1), + (19025,1914,0,0,0,-80.1489,935.549,69.0073,0.331613,275,275,0,0,285,790,0,0), + (19026,1940,0,0,0,883.612,669.743,55.3795,2.6529,275,275,0,0,350,390,0,0), + (19027,1942,0,0,0,964.771,692.943,59.9198,3.56047,275,275,0,0,417,0,0,0), + (19028,1914,0,0,0,-104.213,946.987,68.5021,0.863511,275,275,5,0,285,790,0,1), + (19029,1939,0,0,0,917.43,665.154,53.5591,5.45052,275,275,5,0,356,0,0,2), + (19030,721,0,0,0,770.822,1459.2,58.3441,0.900462,275,275,10,0,1,0,0,1), + (19031,1940,0,0,0,949.602,701.223,59.6211,0.236936,275,275,5,0,350,390,0,1), + (19032,1943,0,0,0,996.733,675.884,60.975,1.59524,275,275,5,0,415,484,0,1), + (19033,1912,0,0,0,-76.8341,935.707,69.4504,2.33874,275,275,0,0,300,0,0,0), + (19034,1914,0,0,0,-79.1993,938.274,69.0175,5.72468,275,275,0,0,285,790,0,0), + (19035,1942,0,0,0,973.794,667.548,60.975,3.2815,275,275,0,0,417,0,0,0), + (19036,1942,0,0,0,1013.64,696.036,60.975,1.90104,275,275,0,0,417,0,0,0), + (19037,1912,0,0,0,-83.4462,898.394,65.73,5.88176,275,275,0,0,300,0,0,0), + (19038,1942,0,0,0,1014,682.239,65.087,2.25148,275,275,0,0,417,0,0,0), + (19039,1867,0,0,0,-213.289,1379.17,33.8032,1.69612,275,275,3,0,241,601,0,1), + (19040,1914,0,0,0,-83.2189,896.125,65.6719,0.558505,275,275,0,0,285,790,0,0), + (19041,1767,0,0,0,890.516,1094.11,31.6513,0,275,275,0,0,247,0,0,0), + (19042,1943,0,0,0,1000.02,673.188,69.7968,0.382239,275,275,0,0,415,484,0,0), + (19043,1768,0,0,0,905.944,1098.89,33.4272,5.02886,275,275,5,0,253,264,0,1), + (19044,1865,0,0,0,138.507,1453.93,114.825,0.68888,275,275,10,0,247,0,0,1), + (19045,1768,0,0,0,892.108,1087.21,34.1139,1.33096,275,275,3,0,253,264,0,1), + (19046,1912,0,0,0,21.7272,1078.48,72.5767,5.5292,275,275,3,0,300,0,0,1), + (19047,1912,0,0,0,89.9114,1120.4,68.7467,0.841984,275,275,10,0,300,0,0,1), + (19048,1940,0,0,0,714.435,682.241,44.0485,1.93934,275,275,10,0,350,390,0,1), + (19049,1953,0,0,0,602.256,393.83,30.5363,5.87368,275,275,10,0,328,0,0,1), + (19050,1940,0,0,0,686.242,584.288,42.9228,6.25601,275,275,10,0,350,390,0,1), + (19051,1767,0,0,0,871.314,1094,43.3956,4.99337,275,275,5,0,247,0,0,1), + (19052,1912,0,0,0,143.376,1146.11,71.7651,3.40706,275,275,5,0,300,0,0,1), + (19053,1767,0,0,0,958.015,1065.96,34.9291,3.8641,275,275,10,0,247,0,0,1), + (19054,1768,0,0,0,896.736,1089.1,34.2388,0,275,275,0,0,253,264,0,0), + (19055,1767,0,0,0,882.25,1094.81,34.7358,0,275,275,0,0,247,0,0,0), + (19056,1767,0,0,0,1049.78,1050.56,32.6697,0.687441,275,275,10,0,247,0,0,1), + (19057,721,0,0,0,126.376,1156.39,74.3161,4.39911,275,275,10,0,1,0,0,1), + (19058,1866,0,0,0,149.525,1456.7,114.732,0.851048,275,275,10,0,222,0,0,1), + (19059,1953,0,0,0,658.685,445.789,38.504,0.011886,275,275,10,0,328,0,0,1), + (19060,1953,0,0,0,621.705,486.075,37.5874,5.43838,275,275,10,0,328,0,0,1), + (19061,1954,0,0,0,679.521,352.099,36.1314,5.07984,275,275,10,0,325,357,0,1), + (19062,1767,0,0,0,1009.07,1024.79,31.5236,3.6415,275,275,10,0,247,0,0,1), + (19063,1939,0,0,0,794.065,686.597,51.8497,5.42176,275,275,10,0,356,0,0,2), + (19064,1769,0,0,0,882.06,1248.85,46.8588,1.797,275,275,0,0,186,191,0,0), + (19065,1923,0,0,0,-522.316,1259.1,67.192,1.34087,275,275,5,0,356,0,0,1), + (19066,1939,0,0,0,666.861,603.643,44.2561,1.48279,275,275,10,0,356,0,0,1), + (19067,1953,0,0,0,619.296,567.976,37.4897,0.435769,275,275,10,0,328,0,0,1), + (19068,1953,0,0,0,594.326,521.123,33.4953,4.49125,275,275,10,0,328,0,0,1), + (19069,1953,0,0,0,616.706,420.399,35.8737,2.72773,275,275,10,0,328,0,0,1), + (19070,1770,0,0,0,872.115,1229.03,48.007,0,275,275,0,0,222,0,0,0), + (19071,1769,0,0,0,877.837,1269.29,48.6476,4.82991,275,275,5,0,186,191,0,1), + (19072,1954,0,0,0,690.543,329.669,31.6889,1.66949,275,275,10,0,325,357,0,1), + (19073,1770,0,0,0,892.512,1228.66,46.9676,0,275,275,0,0,222,0,0,0), + (19074,1954,0,0,0,746.615,295.719,34.1363,1.91882,275,275,10,0,325,357,0,1), + (19075,1953,0,0,0,656.248,377.268,37.9674,5.41193,275,275,10,0,328,0,0,1), + (19076,1769,0,0,0,867.822,1232.21,53.3354,3.59945,275,275,3,0,186,191,0,1), + (19077,1770,0,0,0,883.011,1237.49,52.7901,5.044,275,275,3,0,222,0,0,1), + (19078,1954,0,0,0,683.156,343.492,34.6763,1.22323,275,275,10,0,325,357,0,2), + (19079,1953,0,0,0,694.693,416.48,37.0935,3.45717,275,275,10,0,328,0,0,1), + (19080,1953,0,0,0,710.438,458.013,32.1665,1.51769,275,275,10,0,328,0,0,1), + (19081,1954,0,0,0,700.636,299.803,34.8179,4.847,275,275,10,0,325,357,0,1), + (19082,1953,0,0,0,679.016,486.673,35.9425,1.91736,275,275,10,0,328,0,0,1), + (19083,1953,0,0,0,701.494,377.789,34.4557,4.45833,275,275,10,0,328,0,0,1), + (19084,1891,0,0,0,-354.378,1421.62,28.2597,5.14872,600,600,0,0,819,0,0,0), + (19085,1923,0,0,0,-473.697,1349.23,36.1245,3.00502,275,275,5,0,356,0,0,1), + (19086,1955,0,0,0,862.624,231.434,29.3591,0.176709,275,275,5,0,386,0,0,1), + (19087,1955,0,0,0,890.696,198.327,38.4588,0.43166,275,275,10,0,386,0,0,1), + (19088,1956,0,0,0,997.82,131.216,32.8863,0.858495,275,275,10,0,417,0,0,1), + (19089,1955,0,0,0,961.354,160.383,38.0475,3.6006,275,275,5,0,386,0,0,1), + (19090,1955,0,0,0,922.37,214.537,35.5636,2.69602,275,275,5,0,386,0,0,1), + (19091,1955,0,0,0,862.088,203.809,36.7185,0.51149,275,275,10,0,386,0,0,1), + (19092,1956,0,0,0,974.12,217.732,32.4333,6.03514,275,275,10,0,417,0,0,1), + (19093,1955,0,0,0,909.998,173.176,37.7708,5.36252,275,275,10,0,386,0,0,1), + (19094,1955,0,0,0,935.482,163.085,39.1328,2.24952,275,275,10,0,386,0,0,1), + (19095,1955,0,0,0,960.153,193.529,37.3031,2.42869,275,275,5,0,386,0,0,1), + (19096,1956,0,0,0,1023.25,205.31,31.6235,2.14805,275,275,10,0,417,0,0,1), + (19097,1956,0,0,0,1057.43,315.643,35.2235,1.54608,275,275,10,0,417,0,0,1), + (19098,1956,0,0,0,1035.68,248.139,36.8721,2.77554,275,275,10,0,417,0,0,1), + (19099,1956,0,0,0,1019.05,282.072,32.7273,3.79155,275,275,10,0,417,0,0,1), + (19100,1956,0,0,0,1018.33,176.233,37.4029,0.909325,275,275,10,0,417,0,0,1), + (19101,1956,0,0,0,1011.09,228.467,32.6543,5.51327,275,275,10,0,417,0,0,1), + (19102,1908,0,0,0,1119.91,618.064,42.3502,4.39064,275,275,10,0,404,456,0,1), + (19103,1769,0,0,0,925.483,1292.81,44.2352,6.23687,275,275,10,0,186,191,0,1), + (19104,1769,0,0,0,978.455,1172.52,48.3191,0.332266,275,275,10,0,186,191,0,1), + (19105,1766,0,0,0,1420.15,854.708,48.3319,6.27049,275,275,10,0,222,0,0,1), + (19106,1866,0,0,0,1273.46,1196.49,52.6464,2.44072,275,275,10,0,222,0,0,1), + (19107,1978,0,0,0,1409.68,1090.26,53.7694,5.95157,275,275,0,0,456,0,0,0), + (19108,1766,0,0,0,1442.89,1080.62,58.2144,0,275,275,10,0,222,0,0,1), + (19109,1950,0,0,0,1290.69,1204.7,52.8049,2.98451,275,275,0,0,644,0,0,0), + (19110,1766,0,0,0,1476.29,994.063,62.73,3.55958,275,275,5,0,222,0,0,1), + (19111,1765,0,0,0,1434.15,1015.51,52.3332,0.120903,275,275,10,0,198,0,0,1), + (19112,1766,0,0,0,1384.23,1054.62,52.7702,3.11649,275,275,5,0,222,0,0,1), + (19113,1866,0,0,0,1258.45,1235.81,52.6899,4.01463,275,275,5,0,222,0,0,1), + (19114,1766,0,0,0,1420.99,1027.37,52.4924,4.49403,275,275,10,0,222,0,0,1), + (19115,5748,0,0,0,1166.96,2063.99,5.4826,1.29154,275,275,0,0,804,0,0,0), + (19116,1780,0,0,0,1214.18,1979.05,10.2781,4.22844,275,275,10,0,247,0,0,1), + (19117,1766,0,0,0,1212.91,1079.86,38.7098,0.853803,275,275,10,0,222,0,0,1), + (19118,1766,0,0,0,1308.41,1161.43,52.835,2.05291,275,275,10,0,222,0,0,1), + (19119,1779,0,0,0,286.048,1117.92,79.9577,4.60767,275,275,10,0,247,0,0,1), + (19120,1779,0,0,0,286.181,1147.99,78.2759,2.62843,275,275,5,0,247,0,0,1), + (19121,1765,0,0,0,319.861,1437.96,125.322,2.2434,275,275,10,0,198,0,0,1), + (19122,1766,0,0,0,1120.63,1314.01,36.7478,1.88091,275,275,10,0,222,0,0,1), + (19123,1766,0,0,0,1056.95,1314.21,38.0561,1.93291,275,275,5,0,222,0,0,1), + (19124,4075,0,0,0,-217.983,1352.78,35.5777,0.459281,275,275,10,0,8,0,0,1), + (19125,1867,0,0,0,-109.942,1312.12,55.4393,0.022768,275,275,10,0,241,601,0,1), + (19126,1769,0,0,0,603.292,1229.87,80.7245,3.06652,275,275,10,0,186,191,0,1), + (19127,1769,0,0,0,537.5,1129.17,89.83,1.3522,275,275,3,0,186,191,0,1), + (19128,1779,0,0,0,314.381,1156,82.2896,1.88667,275,275,5,0,247,0,0,1), + (19129,1866,0,0,0,230.973,1431.45,112.053,5.05428,275,275,10,0,222,0,0,1), + (19130,1769,0,0,0,460.237,1287.35,82.9161,2.96777,275,275,10,0,186,191,0,1), + (19131,1772,0,0,0,1056.38,1498.18,33.3464,4.41719,275,275,5,0,222,0,0,1), + (19132,1773,0,0,0,1025.63,1560.62,28.8183,0,275,275,0,0,230,249,0,0), + (19133,1772,0,0,0,1134.89,1532.24,32.19,1.23501,275,275,10,0,222,0,0,1), + (19134,1772,0,0,0,1010.49,1531.9,32.5447,4.81805,275,275,10,0,222,0,0,1), + (19135,1773,0,0,0,1126.04,1536.02,31.0416,0.513866,275,275,10,0,230,249,0,1), + (19136,1778,0,0,0,1126.55,1421.06,37.941,3.16307,275,275,10,0,266,0,0,1), + (19137,1778,0,0,0,1097.76,1425.74,38.4663,2.34261,275,275,10,0,266,0,0,1), + (19138,1772,0,0,0,1096.55,1572.08,28.2997,3.30081,275,275,5,0,222,0,0,1), + (19139,883,0,0,0,1131.71,1468.4,35.5572,0.636474,275,275,5,0,1,0,0,1), + (19140,1778,0,0,0,1114.85,1456.54,35.0071,4.71434,275,275,10,0,266,0,0,1), + (19141,1867,0,0,0,-39.2264,1325.9,59.8806,5.70347,275,275,10,0,241,601,0,1), + (19142,1772,0,0,0,1113.45,1542.11,29.2795,1.25419,275,275,5,0,222,0,0,1), + (19143,1912,0,0,0,-206.45,859.368,70.2265,0.170603,275,275,5,0,300,0,0,2), + (19144,1912,0,0,0,-135.69,1014.55,68.0678,4.71627,275,275,5,0,300,0,0,2), + (19145,1914,0,0,0,-133.746,1028.93,68.4001,4.71626,275,275,5,0,285,790,0,2), + (19146,1954,0,0,0,636.219,426.171,39.0266,0.076322,275,275,10,0,325,357,0,1), + (19147,1765,0,0,0,1462.88,726.477,44.6103,6.10342,275,275,10,0,198,0,0,1), + (19148,1923,0,0,0,-595.76,1403.48,19.1661,3.16307,275,275,5,0,356,0,0,1), + (19149,2054,0,0,0,-719.31,1479.04,13.1132,4.92678,275,275,5,0,400,456,0,1), + (19150,2332,0,0,0,-704.939,1574.82,17.1868,1.74533,275,275,0,0,531,0,0,0), + (19151,5682,0,0,0,-731.464,1450.76,15.0758,4.905,275,275,5,0,433,490,0,2), + (19152,2053,0,0,0,-686.778,1520.47,9.16737,1.9985,275,275,10,0,414,0,0,1), + (19153,1766,0,0,0,1217.52,949.942,37.5159,6.11568,275,275,10,0,222,0,0,1), + (19154,1868,0,0,0,663.382,1246.28,76.6903,2.0742,275,275,5,0,253,264,0,1), + (19155,1867,0,0,0,-94.3065,1131.94,64.825,1.87905,275,275,5,0,241,601,0,1), + (19156,1769,0,0,0,362.98,1275.41,79.9665,1.69806,275,275,10,0,186,191,0,1), + (19157,1769,0,0,0,497.609,1257.68,83.9165,5.94474,275,275,10,0,186,191,0,1), + (19158,1769,0,0,0,529.198,1428.69,101.262,1.66961,275,275,10,0,186,191,0,1), + (19159,1769,0,0,0,532.946,1359.04,86.7746,2.45802,275,275,10,0,186,191,0,1), + (19160,1769,0,0,0,569.186,1341.02,87.2185,0.044482,275,275,10,0,186,191,0,1), + (19161,1867,0,0,0,-267.755,1372.27,36.444,2.23667,275,275,5,0,241,601,0,1), + (19162,1924,0,0,0,-443.369,1218.88,48.8139,0.116746,275,275,10,0,328,0,0,1), + (19163,1769,0,0,0,711.729,1442.76,62.7848,5.93488,275,275,10,0,186,191,0,1), + (19164,1769,0,0,0,639.004,1397.63,84.17,1.42813,275,275,10,0,186,191,0,1), + (19165,1769,0,0,0,557.588,1386.03,88.8295,3.25214,275,275,10,0,186,191,0,1), + (19166,1769,0,0,0,710.012,1378.31,72.4412,0.83515,275,275,10,0,186,191,0,1), + (19167,1924,0,0,0,-419.563,1255.32,42.8428,3.38964,275,275,10,0,328,0,0,1), + (19168,1924,0,0,0,-412.5,1304.17,40.1942,3.2651,275,275,10,0,328,0,0,1), + (19169,1769,0,0,0,688.636,1373.47,73.0081,5.1927,275,275,5,0,186,191,0,1), + (19170,1924,0,0,0,-399.199,1361.04,36.1349,3.0269,275,275,10,0,328,0,0,1), + (19171,1924,0,0,0,-438.393,1310.07,45.2276,2.78031,275,275,10,0,328,0,0,1), + (19172,1923,0,0,0,-443.381,1363.99,36.9669,2.20375,275,275,10,0,356,0,0,1), + (19173,1769,0,0,0,681.392,1414.9,66.7925,4.78486,275,275,10,0,186,191,0,1), + (19174,1867,0,0,0,-273.217,1289.04,42.6929,1.89471,275,275,10,0,241,601,0,1), + (19175,1867,0,0,0,-287.733,1337.65,42.925,1.00895,275,275,5,0,241,601,0,1), + (19176,1867,0,0,0,-317.825,1242.07,46.0522,5.77648,275,275,10,0,241,601,0,1), + (19177,1867,0,0,0,-257.384,1218.95,48.6229,5.06967,275,275,10,0,241,601,0,1), + (19178,1867,0,0,0,-322.495,1290.36,39.4016,2.66834,275,275,10,0,241,601,0,1), + (19179,1867,0,0,0,-305.432,1217.55,48.6793,3.6857,275,275,10,0,241,601,0,1), + (19180,1867,0,0,0,-241.157,1243.95,47.3205,0.028271,275,275,10,0,241,601,0,1), + (19181,1769,0,0,0,328.962,1318.76,78.1197,5.71942,275,275,10,0,186,191,0,1), + (19182,1867,0,0,0,-172.561,1223.64,52.589,5.90539,275,275,10,0,241,601,0,1), + (19183,2529,0,0,0,714.037,1461.88,61.7703,2.93108,600,600,10,0,1452,0,0,1), + (19184,1867,0,0,0,-58.1607,1325.65,60.8368,2.28413,275,275,10,0,241,601,0,1), + (19185,1769,0,0,0,408.561,1274.91,82.0275,5.43284,275,275,10,0,186,191,0,1), + (19186,1797,0,0,0,-233.982,1310.88,44.6871,5.17926,275,275,5,0,296,0,0,1), + (19187,1778,0,0,0,581.754,1296.32,87.0757,1.69087,275,275,10,0,266,0,0,1), + (19188,1765,0,0,0,1421.18,675.368,50.8068,2.47935,275,275,10,0,198,0,0,1), + (19189,1866,0,0,0,182.671,1448.97,114.519,0.427353,275,275,10,0,222,0,0,1), + (19190,1865,0,0,0,185.323,1434.78,113.311,2.94865,275,275,10,0,247,0,0,1), + (19191,1866,0,0,0,193.924,1433.27,112.256,2.97027,275,275,10,0,222,0,0,1), + (19192,1867,0,0,0,45.4134,1266.96,63.5395,4.74633,275,275,10,0,241,601,0,2), + (19193,1867,0,0,0,78.2874,1252.12,65.4119,0.547897,275,275,10,0,241,601,0,1), + (19194,1867,0,0,0,-1.10583,1311.91,61.3136,4.02897,275,275,10,0,241,601,0,1), + (19195,1867,0,0,0,23.0671,1339.68,62.1224,1.37672,275,275,10,0,241,601,0,1), + (19196,1867,0,0,0,-7.27941,1341.17,60.1616,3.85718,275,275,0,0,241,601,0,0), + (19197,1867,0,0,0,-6.21723,1351.14,60.301,3.92699,275,275,0,0,241,601,0,0), + (19198,1867,0,0,0,-21.0524,1343.38,59.3085,0.610865,275,275,0,0,241,601,0,0), + (19199,1867,0,0,0,-20.0647,1357.38,60.0333,4.88692,275,275,0,0,241,601,0,0), + (19200,1867,0,0,0,-119.458,1249.38,53.4653,2.57851,275,275,10,0,241,601,0,1), + (19201,1412,0,0,0,-77.5867,1284.17,57.5194,1.86121,275,275,10,0,8,0,0,1), + (19202,1867,0,0,0,-34.2119,1369.12,63.8766,3.02522,275,275,10,0,241,601,0,1), + (19203,1867,0,0,0,-93.3536,1219.56,59.2291,4.3007,275,275,10,0,241,601,0,1), + (19204,1912,0,0,0,-231.862,1132.84,58.9774,1.98981,275,275,5,0,300,0,0,1), + (19205,1867,0,0,0,-247.427,1116,62.3329,5.38072,275,275,5,0,241,601,0,1), + (19206,1888,0,0,0,-537.096,1023.58,98.2979,4.86718,275,275,3,0,354,1326,0,1), + (19207,1888,0,0,0,-457.812,879.688,99.0823,1.66156,275,275,5,0,354,1326,0,1), + (19208,1888,0,0,0,-566.525,937.234,89.5777,2.23759,275,275,10,0,354,1326,0,1), + (19209,1888,0,0,0,-566.052,880.626,88.9518,2.19701,275,275,10,0,354,1326,0,1), + (19210,1888,0,0,0,-490.764,849.439,94.6555,4.15018,275,275,5,0,354,1326,0,1), + (19211,1888,0,0,0,-481.483,825.465,95.7536,0.314159,275,275,0,0,354,1326,0,0), + (19212,1888,0,0,0,-497.404,801.064,92.4144,4.1711,275,275,10,0,354,1326,0,1), + (19213,1889,0,0,0,-478.66,826.406,96.0895,3.57792,275,275,0,0,379,1118,0,0), + (19214,1888,0,0,0,-494.516,832.085,93.8851,2.97388,275,275,10,0,354,1326,0,1), + (19215,1889,0,0,0,-473.613,832.846,97.0009,1.79769,275,275,0,0,379,1118,0,0), + (19216,1888,0,0,0,-575.6,840.105,90.9519,4.73389,275,275,10,0,354,1326,0,1), + (19217,1888,0,0,0,-462.53,927.437,96.266,3.57933,275,275,10,0,354,1326,0,1), + (19218,1888,0,0,0,-469.09,953.318,91.9062,4.05506,275,275,10,0,354,1326,0,1), + (19219,1891,0,0,0,-432.435,1531.27,18.7313,4.20121,600,600,5,0,819,0,0,1), + (19220,1894,0,0,0,-420.551,1544.65,18.3187,2.70724,600,600,5,0,900,0,0,2), + (19221,10668,1,0,0,-1787.19,-2375.77,91.7681,2.77507,275,275,0,0,356,0,0,0), + (19222,1891,0,0,0,-350.822,1606.93,18.0028,3.78911,600,600,0,0,819,0,0,0), + (19223,1891,0,0,0,-416.268,1576.92,19.5441,3.61468,600,600,0,0,819,0,0,0), + (19224,1891,0,0,0,-439.617,1517.84,19.5619,3.33314,600,600,5,0,819,0,0,1), + (19225,6233,90,0,0,-474.707,281.476,-211.459,4.66003,7200,7200,3,0,2559,0,0,1), + (19226,4822,48,0,0,-409.104,180.943,-56.4831,4.04916,7200,7200,5,0,1686,0,0,1), + (19227,1891,0,0,0,-358.11,1528.2,24.9468,1.18862,600,600,0,0,819,0,0,0), + (19228,1894,0,0,0,-372.427,1611.08,24.3721,1.32645,600,600,0,0,900,0,0,0), + (19229,1891,0,0,0,-433.404,1564.13,19.7291,1.48262,600,600,5,0,819,0,0,1), + (19230,3244,1,0,0,110.839,-2777.87,94.958,2.66667,275,275,20,0,222,0,0,1), + (19231,3244,1,0,0,78.4927,-2739.53,92.7929,4.35123,275,275,20,0,222,0,0,1), + (19232,3244,1,0,0,655.029,-2512.22,92.1173,0.436065,275,275,20,0,222,0,0,1), + (19233,3244,1,0,0,242.299,-2658.31,92.9175,0.746784,275,275,20,0,222,0,0,1), + (19234,3244,1,0,0,-343.969,-2836.87,93.1528,4.51768,275,275,20,0,222,0,0,1), + (19235,3244,1,0,0,643.574,-2243.32,93.0003,3.40219,275,275,20,0,222,0,0,1), + (19236,3244,1,0,0,683.659,-2297.24,92.9588,4.47073,275,275,20,0,222,0,0,1), + (19237,3244,1,0,0,284.541,-2628.22,92.863,4.73582,275,275,20,0,222,0,0,1), + (19238,3244,1,0,0,16.8778,-2326.3,91.7916,1.56944,275,275,20,0,222,0,0,1), + (19239,3244,1,0,0,-354.581,-2774.03,91.8027,0.286428,275,275,20,0,222,0,0,1), + (19240,3244,1,0,0,-55.5197,-2308.82,91.7917,4.24095,275,275,20,0,222,0,0,1), + (19241,3244,1,0,0,192.102,-2666.18,91.7917,1.67746,275,275,20,0,222,0,0,1), + (19242,3244,1,0,0,-79.25,-2315.29,91.7917,0.836314,275,275,20,0,222,0,0,1), + (19243,3244,1,0,0,582.224,-2251.04,91.7917,4.01427,275,275,3,0,222,0,0,1), + (19244,3244,1,0,0,683.484,-2198.78,93.4233,1.5747,275,275,20,0,222,0,0,1), + (19245,3244,1,0,0,-557.41,-2906.58,92.0748,4.73192,275,275,20,0,222,0,0,1), + (19246,3244,1,0,0,-84.7215,-3004.83,92.2295,4.87914,275,275,3,0,222,0,0,1), + (19247,3244,1,0,0,295.859,-2532.86,91.7917,5.28944,275,275,20,0,222,0,0,1), + (19248,3244,1,0,0,121.622,-2585.78,91.7917,6.02309,275,275,20,0,222,0,0,1), + (19249,3244,1,0,0,-619.282,-2752.73,93.185,2.03444,275,275,20,0,222,0,0,1), + (19250,3244,1,0,0,74.2344,-2375.3,91.7916,0.297273,275,275,3,0,222,0,0,1), + (19251,3244,1,0,0,153.168,-2609.06,91.7917,6.22516,275,275,20,0,222,0,0,1), + (19252,3244,1,0,0,560.626,-2543.19,97.4936,0.013671,275,275,20,0,222,0,0,1), + (19253,3244,1,0,0,-8.13287,-3040.68,91.7989,4.57955,275,275,20,0,222,0,0,1), + (19254,3244,1,0,0,55.8839,-2314.47,92.9437,4.23127,275,275,3,0,222,0,0,1), + (19255,3244,1,0,0,54.4457,-2850.36,95.9167,0.653384,275,275,20,0,222,0,0,1), + (19256,3244,1,0,0,143.733,-2730.65,93.1797,0.771587,275,275,20,0,222,0,0,1), + (19257,3244,1,0,0,55.7201,-2578.83,92.2086,2.97103,275,275,10,0,222,0,0,1), + (19258,3244,1,0,0,473.53,-2563.14,92.1667,3.72113,275,275,20,0,222,0,0,1), + (19259,3244,1,0,0,388.584,-2576.46,92.2073,0.960844,275,275,20,0,222,0,0,1), + (19260,3244,1,0,0,417.112,-2552.98,91.7947,3.78078,275,275,20,0,222,0,0,1), + (19261,3244,1,0,0,301.432,-2587.69,93.6759,3.10255,275,275,20,0,222,0,0,1), + (19262,3244,1,0,0,444.732,-2567.83,91.9551,2.07015,275,275,20,0,222,0,0,1), + (19263,3244,1,0,0,352.574,-2616.9,91.7917,5.62557,275,275,20,0,222,0,0,1), + (19264,3244,1,0,0,352.191,-2547.06,92.6201,1.64308,275,275,20,0,222,0,0,1), + (19265,3244,1,0,0,579.193,-2517.54,98.151,3.49053,275,275,20,0,222,0,0,1), + (19266,3244,1,0,0,607.008,-2165.83,91.7917,4.19951,275,275,20,0,222,0,0,1), + (19267,3244,1,0,0,98.1751,-2632.54,95.2086,3.87586,275,275,20,0,222,0,0,1), + (19268,3244,1,0,0,29.0293,-2921.85,92.9143,6.03252,275,275,20,0,222,0,0,1), + (19269,3244,1,0,0,52.3269,-2618.76,93.1268,5.28261,275,275,20,0,222,0,0,1), + (19270,3244,1,0,0,-117.505,-2716.85,94.167,1.41057,275,275,20,0,222,0,0,1), + (19271,3244,1,0,0,681.711,-2425.26,94.3049,0.749504,275,275,20,0,222,0,0,1), + (19272,68,0,0,0,-8817,810.273,99.022,3.975,430,430,0,0,3921,0,0,0), + (19273,68,0,0,0,-8803,862.081,98.887,2.161,430,430,0,0,3921,0,0,0), + (19274,3244,1,0,0,645.74,-2370.83,91.801,1.929,275,275,20,0,222,0,0,1), + (19275,3244,1,0,0,628.244,-2215.93,92.5931,0.052788,275,275,20,0,222,0,0,1), + (19276,3244,1,0,0,-11.9211,-2338.44,91.9273,4.26706,275,275,20,0,222,0,0,1), + (19277,3244,1,0,0,75.1716,-2349.43,91.9846,3.2217,275,275,20,0,222,0,0,1), + (19278,3244,1,0,0,663.192,-2173.58,91.7917,0.517929,275,275,20,0,222,0,0,1), + (19279,3244,1,0,0,27.0132,-2292.59,91.7916,4.23067,275,275,20,0,222,0,0,1), + (19280,3244,1,0,0,124.567,-2856.88,91.9688,4.66296,275,275,20,0,222,0,0,1), + (19281,3244,1,0,0,676.449,-2485.79,93.8301,3.12597,275,275,20,0,222,0,0,1), + (19282,3244,1,0,0,-571.058,-2749.14,91.9513,4.7289,275,275,20,0,222,0,0,1), + (19283,3244,1,0,0,14.3014,-2749.11,91.9469,2.05697,275,275,20,0,222,0,0,1), + (19284,3244,1,0,0,-642.691,-2479.56,91.9275,5.7813,275,275,20,0,222,0,0,1), + (19285,3244,1,0,0,143.018,-2682.82,91.7917,3.82052,275,275,20,0,222,0,0,1), + (19286,3244,1,0,0,-293.082,-2722.95,93.1666,1.84784,275,275,20,0,222,0,0,1), + (19287,3244,1,0,0,-116.015,-2216.02,91.7917,5.73522,275,275,20,0,222,0,0,1), + (19288,3244,1,0,0,-116.946,-2287.35,92.2658,1.04974,275,275,20,0,222,0,0,1), + (19289,3244,1,0,0,-448.886,-2808.63,92.4574,5.70221,275,275,20,0,222,0,0,1), + (19290,3244,1,0,0,-442.724,-2760.33,92.1556,3.60009,275,275,20,0,222,0,0,1), + (19291,3244,1,0,0,-184.959,-2749.26,94.2697,5.41413,275,275,20,0,222,0,0,1), + (19292,3244,1,0,0,-454.268,-2779.54,91.938,5.4874,275,275,20,0,222,0,0,1), + (19293,3244,1,0,0,-213.838,-2710.89,95.2506,0.365622,275,275,20,0,222,0,0,1), + (19294,3244,1,0,0,-217.666,-2649.28,93.6223,2.59729,275,275,20,0,222,0,0,1), + (19295,3244,1,0,0,-278.293,-2849.72,93.7937,4.22427,275,275,20,0,222,0,0,1), + (19296,3244,1,0,0,-280.13,-2583.8,92.0803,3.28219,275,275,20,0,222,0,0,1), + (19297,3244,1,0,0,-314.853,-2842.29,93.7917,5.20154,275,275,20,0,222,0,0,1), + (19298,3244,1,0,0,-249.685,-2616.93,95.0417,3.08445,275,275,15,0,222,0,0,1), + (19299,3244,1,0,0,-483.082,-2478.66,92.7354,5.99552,275,275,20,0,222,0,0,1), + (19300,3244,1,0,0,-266.939,-2514.56,93.158,6.1084,275,275,20,0,222,0,0,1), + (19301,3244,1,0,0,-250.724,-2547.6,93.9381,0.481783,275,275,20,0,222,0,0,1), + (19302,3244,1,0,0,-456.468,-2479.18,93.7917,2.59009,275,275,20,0,222,0,0,1), + (19303,3244,1,0,0,-513.477,-2753.05,92.6252,2.63421,275,275,20,0,222,0,0,1), + (19304,3244,1,0,0,-175.34,-2300.68,92.1467,4.24869,275,275,20,0,222,0,0,1), + (19305,3244,1,0,0,-219.291,-2250.71,93.5758,3.081,275,275,20,0,222,0,0,1), + (19306,3244,1,0,0,-381.601,-2349.29,94.4447,6.09829,275,275,20,0,222,0,0,1), + (19307,3244,1,0,0,-637.863,-2521.08,92.0571,5.28718,275,275,20,0,222,0,0,1), + (19308,3244,1,0,0,-322.808,-2262.81,94.3089,2.32582,275,275,20,0,222,0,0,1), + (19309,3244,1,0,0,-456.936,-2348.36,95.0785,2.49614,275,275,20,0,222,0,0,1), + (19310,3244,1,0,0,-354.593,-2300.66,92.0415,1.2746,275,275,20,0,222,0,0,1), + (19311,3244,1,0,0,-402.77,-2384.15,91.7917,3.37519,275,275,20,0,222,0,0,1), + (19312,3244,1,0,0,-609.21,-2560.76,92.0876,1.42393,275,275,20,0,222,0,0,1), + (19313,3244,1,0,0,-538.091,-2547.04,92.0397,6.25585,275,275,20,0,222,0,0,1), + (19314,3244,1,0,0,-435.188,-2406.61,91.866,0.565139,275,275,20,0,222,0,0,1), + (19315,3244,1,0,0,-253.85,-2215.91,95.9166,2.61149,275,275,20,0,222,0,0,1), + (19316,1891,0,0,0,-363.818,1545.45,24.4813,3.24746,600,600,0,0,819,0,0,0), + (19317,3244,1,0,0,-577.414,-2783.12,91.986,3.21662,275,275,20,0,222,0,0,1), + (19318,3244,1,0,0,-588.943,-2783.5,91.8543,3.21777,275,275,20,0,222,0,0,1), + (19319,3244,1,0,0,-382.253,-2811.59,93.1771,1.31328,275,275,0,0,222,0,0,0), + (19320,3244,1,0,0,-656.102,-2741.98,94.2334,1.38797,275,275,20,0,222,0,0,1), + (19321,3244,1,0,0,-608.303,-2818.67,91.9382,6.1854,275,275,20,0,222,0,0,1), + (19322,3244,1,0,0,-152.504,-2719.85,91.917,2.67822,275,275,20,0,222,0,0,1), + (19323,3244,1,0,0,-29.8544,-2994.61,93.9193,5.83595,275,275,20,0,222,0,0,1), + (19324,3244,1,0,0,20.8883,-2848.81,91.7917,1.52979,275,275,20,0,222,0,0,1), + (19325,3501,1,0,0,-570.746,-2662.71,96.6224,2.9147,275,275,0,0,2731,0,0,0), + (19326,3501,1,0,0,-36.2145,-2621.09,97.8016,5.48033,275,275,0,0,2731,0,0,0), + (19327,3245,1,0,0,529.219,-1644.92,91.7917,0.401046,275,275,20,0,356,0,0,1), + (19328,3245,1,0,0,694.626,-1938.59,91.7917,0.808779,275,275,20,0,356,0,0,1), + (19329,3245,1,0,0,578.878,-1642.39,91.8441,1.93456,275,275,20,0,356,0,0,1), + (19330,3245,1,0,0,722.367,-2118.14,92.319,3.28073,275,275,20,0,356,0,0,1), + (19331,3245,1,0,0,626.159,-2006.1,93.5295,5.85964,275,275,20,0,356,0,0,1), + (19332,3245,1,0,0,-548.265,-3529.37,91.789,1.49304,275,275,20,0,356,0,0,1), + (19333,3245,1,0,0,-676.544,-3509.85,91.789,2.90711,275,275,20,0,356,0,0,1), + (19334,3245,1,0,0,719.14,-3595.32,90.7978,2.42534,275,275,20,0,356,0,0,1), + (19335,3245,1,0,0,-147.894,-1258.05,77.5203,2.95923,275,275,20,0,356,0,0,1), + (19336,3245,1,0,0,-74.7665,-1312.25,88.2957,0.105236,275,275,20,0,356,0,0,1), + (19337,3245,1,0,0,-1714.3,-3656.39,79.9028,4.6753,275,275,20,0,356,0,0,1), + (19338,3245,1,0,0,-1689.54,-3559.95,92.4252,3.47994,275,275,2,0,356,0,0,1), + (19339,3245,1,0,0,-1611.85,-2724.7,92.2263,4.82161,275,275,20,0,356,0,0,1), + (19340,3501,1,0,0,210.779,-3689.37,26.6844,1.37935,275,275,5,0,2731,0,0,1), + (19341,3501,1,0,0,296.124,-3664.75,27.433,5.81195,275,275,0,0,2731,0,0,0), + (19343,1891,0,0,0,-345.242,1601.84,17.0845,2.23485,600,600,0,0,819,0,0,0), + (19344,1778,0,0,0,1030.93,1362.06,38.9237,1.89779,275,275,10,0,266,0,0,1), + (19352,3501,1,0,0,286.959,-3615,29.5743,5.4207,275,275,3,0,2731,0,0,1), + (19353,3501,1,0,0,284.836,-3701.61,25.1519,2.39355,275,275,3,0,2731,0,0,1), + (19354,3501,1,0,0,241.441,-3647.17,29.5914,4.74762,275,275,3,0,2731,0,0,1), + (19355,3501,1,0,0,260.821,-3677.48,48.242,6.24828,275,275,0,0,2731,0,0,0), + (19356,3501,1,0,0,-2383.25,-1909.64,96.1506,0.017453,275,275,0,0,2731,0,0,0), + (19357,3501,1,0,0,-2318.19,-2004.06,95.7993,0.56874,275,275,3,0,2731,0,0,1), + (19358,3501,1,0,0,-2344.57,-1979.63,97.6158,0.698132,275,275,0,0,2731,0,0,0), + (19359,3501,1,0,0,-2381.05,-1933.04,96.2096,0.087266,275,275,0,0,2731,0,0,0), + (19360,3501,1,0,0,-338.381,-2511.7,96.505,1.50098,275,275,0,0,2731,0,0,0), + (19361,3501,1,0,0,-39.0541,-2612.88,97.6059,0.314159,275,275,0,0,2731,0,0,2), + (19362,3501,1,0,0,-553.944,-2653.44,95.6559,0.316595,275,275,0,0,2731,0,0,2), + (19363,3245,1,0,0,456.108,-1983.16,91.7917,6.08594,275,275,20,0,356,0,0,1), + (19364,3245,1,0,0,615.799,-1762.88,92.0452,4.97409,275,275,20,0,356,0,0,1), + (19365,3245,1,0,0,571.833,-1970.33,91.9076,5.20071,275,275,20,0,356,0,0,1), + (19366,3245,1,0,0,-463.209,-3575.34,91.9708,1.06509,275,275,3,0,356,0,0,1), + (19367,3245,1,0,0,1178.61,-3181.93,91.6954,0.620108,275,275,20,0,356,0,0,1), + (19368,3245,1,0,0,1156.88,-3365.88,91.8132,2.09847,275,275,20,0,356,0,0,1), + (19369,3245,1,0,0,1251.53,-3053.21,91.7917,5.36198,275,275,20,0,356,0,0,1), + (19370,3245,1,0,0,1077.24,-3284.27,91.7917,5.5438,275,275,20,0,356,0,0,1), + (19371,3245,1,0,0,952.511,-3536.9,94.0976,1.64113,275,275,20,0,356,0,0,1), + (19372,3245,1,0,0,1035.74,-3452.58,89.3457,6.04871,275,275,20,0,356,0,0,1), + (19373,3245,1,0,0,-306.329,-1152.27,58.8994,0.424554,275,275,20,0,356,0,0,1), + (19374,3245,1,0,0,-269.229,-1229.43,74.7836,2.13335,275,275,20,0,356,0,0,1), + (19375,3245,1,0,0,-57.5312,-1421.78,91.9601,2.23039,275,275,20,0,356,0,0,1), + (19376,3245,1,0,0,-186.409,-1224.43,73.7546,4.95038,275,275,20,0,356,0,0,1), + (19377,3245,1,0,0,-1858.24,-2891.38,91.7843,0.107841,275,275,20,0,356,0,0,1), + (19378,3245,1,0,0,-1822.98,-2991.38,92.2917,3.17204,275,275,20,0,356,0,0,1), + (19379,3501,1,0,0,-2298.58,-1972.59,92.6757,0.997553,275,275,0,0,2731,0,0,0), + (19380,3501,1,0,0,-2448.33,-2063.47,96.7391,3.29867,275,275,0,0,2731,0,0,0), + (19381,3501,1,0,0,-2337.57,-1881.42,96.1493,0.554303,275,275,3,0,2731,0,0,1), + (19382,3501,1,0,0,-2381.58,-1983.14,91.75,4.34978,275,275,0,0,2731,0,0,0), + (19383,3501,1,0,0,-2345.46,-2045.34,96.9655,5.93412,275,275,0,0,2731,0,0,0), + (19384,3501,1,0,0,-2255.18,-1925.35,92.262,5.26592,275,275,3,0,2731,0,0,1), + (19385,3501,1,0,0,-2355.06,-1955.56,96.2825,0.352528,275,275,3,0,2731,0,0,2), + (19386,3501,1,0,0,-1137.43,-2506.25,95.9139,5.32325,275,275,0,0,2731,0,0,0), + (19387,3501,1,0,0,-1136.72,-2508.24,95.8779,1.55334,275,275,0,0,2731,0,0,0), + (19388,3245,1,0,0,708.166,-1961.4,92.1205,1.38709,275,275,20,0,356,0,0,1), + (19389,3245,1,0,0,718.41,-2244.98,92.9167,2.27864,275,275,20,0,356,0,0,1), + (19390,3245,1,0,0,541.765,-1974.88,92.0417,4.379,275,275,20,0,356,0,0,1), + (19391,3245,1,0,0,779.084,-2113.82,92.0468,0.105644,275,275,20,0,356,0,0,1), + (19392,3245,1,0,0,-716.178,-3547.87,94.164,2.26054,275,275,20,0,356,0,0,1), + (19393,3245,1,0,0,-617.733,-3567.15,91.789,4.66127,275,275,20,0,356,0,0,1), + (19394,3245,1,0,0,1082.64,-3412.18,91.7718,1.78327,275,275,20,0,356,0,0,1), + (19395,3245,1,0,0,872.096,-3549.11,92.4784,6.20304,275,275,20,0,356,0,0,1), + (19396,3245,1,0,0,-1744.73,-2459.17,93.18,4.81697,275,275,20,0,356,0,0,1), + (19397,3245,1,0,0,-1725.73,-3067.9,94.8733,1.13075,275,275,20,0,356,0,0,1), + (19398,3245,1,0,0,-1585.98,-3009.75,92.654,4.53184,275,275,20,0,356,0,0,1), + (19399,3501,1,0,0,-2329.74,-1928.61,96.3543,3.54302,275,275,0,0,2731,0,0,0), + (19400,3501,1,0,0,-2323.01,-1945.34,96.1185,3.29867,275,275,0,0,2731,0,0,0), + (19401,3501,1,0,0,-2375.96,-1881.78,95.9206,2.54407,275,275,5,0,2731,0,0,1), + (19402,3501,1,0,0,-36.9096,-2614.24,97.1546,2.58309,275,275,0,0,2731,0,0,0), + (19403,3501,1,0,0,-638.53,-3245.05,98.5006,2.32129,275,275,0,0,2731,0,0,2), + (19404,3245,1,0,0,448.676,-1843.56,92.0415,1.99516,275,275,20,0,356,0,0,1), + (19405,3245,1,0,0,564.256,-1884.37,91.9073,6.12125,275,275,20,0,356,0,0,1), + (19406,3245,1,0,0,614.986,-1899.28,92.2614,4.56137,275,275,20,0,356,0,0,1), + (19407,3245,1,0,0,579.154,-1855.91,91.7917,4.25233,275,275,20,0,356,0,0,1), + (19408,3245,1,0,0,-1720.3,-3383.92,94.5063,2.60184,275,275,20,0,356,0,0,1), + (19409,3245,1,0,0,-1366.82,-2204.62,91.7944,2.35352,275,275,20,0,356,0,0,1), + (19410,3245,1,0,0,-1588.19,-2417.66,89.9275,3.14355,275,275,20,0,356,0,0,1), + (19411,3501,1,0,0,-612.982,-3165.7,92.4068,6.25525,275,275,5,0,2731,0,0,2), + (19412,3501,1,0,0,55.2058,-2695.69,92.1666,4.34587,275,275,0,0,2731,0,0,2), + (19413,3501,1,0,0,-362.254,-2673.82,95.8604,6.19592,275,275,0,0,2731,0,0,0), + (19414,3501,1,0,0,-367.167,-2681.01,95.8854,3.19327,275,275,0,0,2731,0,0,2), + (19415,3501,1,0,0,-368.703,-2687.96,95.9274,0.174533,275,275,0,0,2731,0,0,0), + (19416,3245,1,0,0,684.983,-1892.89,91.7917,5.0608,275,275,20,0,356,0,0,1), + (19417,3245,1,0,0,-1775.31,-3351.16,93.5317,5.73741,275,275,20,0,356,0,0,1), + (19418,3245,1,0,0,-1773.17,-2416.84,93.9029,0.001953,275,275,20,0,356,0,0,1), + (19419,3245,1,0,0,-1314.88,-2016.97,92.6463,4.51954,275,275,20,0,356,0,0,1), + (19420,3245,1,0,0,-1754.28,-2317.78,92.6101,2.83783,275,275,20,0,356,0,0,1), + (19421,3501,1,0,0,-469.521,-2707.71,96.0828,4.13643,275,275,0,0,2731,0,0,0), + (19422,3501,1,0,0,-520.553,-3151.21,95.8013,1.59159,275,275,5,0,2731,0,0,2), + (19423,3501,1,0,0,-460.392,-2633.77,96.2673,5.5676,275,275,0,0,2731,0,0,0), + (19424,3501,1,0,0,-491.367,-2597.48,127.857,2.25148,275,275,0,0,2731,0,0,0), + (19425,3501,1,0,0,-519.717,-2604.89,111.604,2.46091,275,275,0,0,2731,0,0,0), + (19426,3245,1,0,0,-1619.07,-3586.71,93.5417,4.83353,275,275,20,0,356,0,0,1), + (19427,3245,1,0,0,-1992.24,-3413.41,56.0703,3.62707,275,275,3,0,356,0,0,1), + (19428,3501,1,0,0,-638.654,-3241.76,98.5006,4.34587,275,275,0,0,2731,0,0,0), + (19429,3501,1,0,0,-473.183,-2579.27,96.922,2.3911,275,275,0,0,2731,0,0,0), + (19430,3501,1,0,0,-489.249,-2696.96,96.0185,4.41568,275,275,0,0,2731,0,0,0), + (19431,3245,1,0,0,-1424.28,-2149.91,93.7425,3.081,275,275,20,0,356,0,0,1), + (19432,3501,1,0,0,-360.861,-2510.39,96.358,1.41372,275,275,0,0,2731,0,0,0), + (19433,3501,1,0,0,-563.006,-2641.88,96.6191,2.94961,275,275,0,0,2731,0,0,0), + (19434,3245,1,0,0,-1586.84,-2351.09,94.6711,2.50884,275,275,20,0,356,0,0,1), + (19435,3245,1,0,0,-1655.4,-2339.75,86.538,3.10654,275,275,20,0,356,0,0,1), + (19436,3245,1,0,0,-1575.61,-2490.44,96.098,1.89259,275,275,20,0,356,0,0,1), + (19437,3245,1,0,0,-1566.82,-2710.32,90.8903,0.324223,275,275,20,0,356,0,0,1), + (19438,3501,1,0,0,37.554,-2684.38,104.19,3.793,275,275,5,0,2731,0,0,2), + (19439,3245,1,0,0,-1884.14,-2817.39,91.7917,2.12102,275,275,20,0,356,0,0,1), + (19440,3245,1,0,0,-1653.79,-3055.37,91.7078,0.986571,275,275,20,0,356,0,0,1), + (19441,3245,1,0,0,-1660.83,-2826.03,94.2088,3.83332,275,275,20,0,356,0,0,1), + (19442,3245,1,0,0,-1656.4,-2412.24,83.1582,3.1455,275,275,20,0,356,0,0,1), + (19443,3245,1,0,0,-1789.44,-2911.67,94.2885,4.42956,275,275,20,0,356,0,0,1), + (19444,3245,1,0,0,-1691.92,-2807.82,94.7584,2.26079,275,275,20,0,356,0,0,1), + (19445,3245,1,0,0,-1685.14,-2381.05,92.2221,1.57666,275,275,20,0,356,0,0,1), + (19446,3245,1,0,0,-1888.81,-3289.7,74.5631,0.872555,275,275,20,0,356,0,0,1), + (19447,3245,1,0,0,-1846.46,-3005.51,91.7946,4.82003,275,275,20,0,356,0,0,1), + (19448,3245,1,0,0,-1513.62,-2425.82,92.2935,3.17248,275,275,20,0,356,0,0,1), + (19449,3245,1,0,0,-1647.4,-3038.19,91.7078,4.4789,275,275,20,0,356,0,0,1), + (19450,3245,1,0,0,-1681.72,-2783.78,95.6263,0.625934,275,275,20,0,356,0,0,1), + (19451,3245,1,0,0,-1746.31,-2921.34,92.0842,2.14311,275,275,20,0,356,0,0,1), + (19452,3245,1,0,0,-627.424,-3444.87,92.5167,5.34258,275,275,20,0,356,0,0,1), + (19453,3245,1,0,0,-523.222,-3418.53,92.2951,4.25749,275,275,20,0,356,0,0,1), + (19454,3245,1,0,0,-1809.86,-2875.17,90.9698,0.910096,275,275,20,0,356,0,0,1), + (19455,3245,1,0,0,-653.398,-3402.07,93.1078,4.80234,275,275,20,0,356,0,0,1), + (19456,3245,1,0,0,-585.266,-3391.1,94.1935,5.86849,275,275,20,0,356,0,0,1), + (19457,3245,1,0,0,1191.26,-3050.24,94.9832,5.00147,275,275,20,0,356,0,0,1), + (19458,3245,1,0,0,-1618.31,-2794.12,92.0103,4.55234,275,275,20,0,356,0,0,1), + (19459,3245,1,0,0,-1913.39,-3168.09,94.8733,0.212732,275,275,20,0,356,0,0,1), + (19460,3245,1,0,0,-1614.17,-2984.96,91.7541,6.18846,275,275,20,0,356,0,0,1), + (19461,3245,1,0,0,-1886.76,-3255.44,79.2012,5.00385,275,275,20,0,356,0,0,1), + (19462,3245,1,0,0,-1944.01,-2949.78,93.4196,3.25311,275,275,20,0,356,0,0,1), + (19463,3245,1,0,0,-1630.35,-2882.39,92.8528,0.327923,275,275,20,0,356,0,0,1), + (19464,3501,1,0,0,-637.638,-3168.65,92.1815,4.52572,275,275,5,0,2731,0,0,1), + (19465,3245,1,0,0,-1587.62,-2618.73,95.2426,2.50913,275,275,20,0,356,0,0,1), + (19466,3245,1,0,0,-1725.84,-2956.03,82.7262,6.05705,275,275,20,0,356,0,0,1), + (19467,3245,1,0,0,-1921.79,-3407.42,59.1523,2.61469,275,275,20,0,356,0,0,1), + (19468,3245,1,0,0,-1923.3,-3051.55,91.7917,4.41395,275,275,3,0,356,0,0,1), + (19469,3245,1,0,0,-1926.47,-2869.9,91.9373,5.19787,275,275,20,0,356,0,0,1), + (19470,3502,1,0,0,-985.698,-3827.08,5.73419,3.36848,275,275,0,0,4356,0,0,0), + (19471,3246,1,0,0,-38.0819,-2111.18,92.2101,1.09859,275,275,20,0,251,0,0,1), + (19472,3246,1,0,0,-474.507,-2036.35,92.591,4.99597,275,275,20,0,251,0,0,1), + (19473,3246,1,0,0,-82.3652,-1849.4,91.8021,0.087266,275,275,0,0,251,0,0,0), + (19474,3246,1,0,0,-539.165,-1922.59,92.847,0.088007,275,275,20,0,251,0,0,1), + (19475,3246,1,0,0,-214.032,-3176.93,181.923,0.95794,275,275,2,0,251,0,0,1), + (19476,3246,1,0,0,-961.462,-2423.03,92.8763,5.3594,275,275,20,0,251,0,0,1), + (19477,3246,1,0,0,205.914,-2110.96,132.104,3.69542,275,275,2,0,251,0,0,1), + (19478,3246,1,0,0,446.808,-2278.35,191.983,1.96939,275,275,2,0,251,0,0,1), + (19479,3246,1,0,0,60.2218,-3477.8,35.6942,5.46189,275,275,3,0,251,0,0,1), + (19480,3246,1,0,0,189.815,-3188.84,86.6642,4.66351,275,275,20,0,251,0,0,1), + (19481,3246,1,0,0,383.991,-2390.77,182.951,5.29065,275,275,20,0,251,0,0,1), + (19482,3246,1,0,0,-542.97,-3846.99,30.0921,2.8747,275,275,20,0,251,0,0,1), + (19483,3246,1,0,0,-487.196,-3815.34,28.1928,6.11836,275,275,20,0,251,0,0,1), + (19484,3246,1,0,0,-385.242,-3819.18,28.3296,3.20561,275,275,20,0,251,0,0,1), + (19485,3246,1,0,0,-420.496,-3854.07,27.4966,1.211,275,275,20,0,251,0,0,1), + (19486,3246,1,0,0,-558.617,-3856.55,28.7092,5.19087,275,275,20,0,251,0,0,1), + (19487,3502,1,0,0,-882.196,-3627.53,25.844,1.65806,275,275,0,0,4356,0,0,0), + (19488,3502,1,0,0,-1003.67,-3823.92,5.19106,5.51524,275,275,0,0,4356,0,0,0), + (19489,3502,1,0,0,-1054.79,-3702.88,26.4301,1.06465,275,275,0,0,4356,0,0,0), + (19490,3502,1,0,0,-916.521,-3567.01,33.2227,3.10669,275,275,0,0,4356,0,0,0), + (19491,3246,1,0,0,-522.754,-2191.22,182.493,5.94573,275,275,2,0,251,0,0,1), + (19492,3246,1,0,0,-604.278,-2019.01,145.231,1.68037,275,275,20,0,251,0,0,1), + (19493,3246,1,0,0,-230.372,-2055.68,93.1996,1.80345,275,275,20,0,251,0,0,1), + (19494,3246,1,0,0,-758.562,-1892.22,92.4525,3.92423,275,275,20,0,251,0,0,1), + (19495,3246,1,0,0,-430.757,-3095.79,162.203,0.31756,275,275,2,0,251,0,0,1), + (19496,3246,1,0,0,212.281,-2387.46,193.39,4.20852,275,275,2,0,251,0,0,1), + (19497,3246,1,0,0,220.586,-2312.81,180.446,0.726931,275,275,20,0,251,0,0,1), + (19498,3246,1,0,0,155.736,-2235.86,181.487,1.48084,275,275,2,0,251,0,0,1), + (19499,3246,1,0,0,299.623,-2062.63,174.85,0.02947,275,275,2,0,251,0,0,1), + (19500,3246,1,0,0,-318,-3817.24,29.1205,1.42043,275,275,3,0,251,0,0,1), + (19501,3246,1,0,0,-790.425,-3859.12,13.4651,1.52517,275,275,20,0,251,0,0,1), + (19502,3246,1,0,0,-810.892,-3854.28,8.67306,1.14548,275,275,20,0,251,0,0,1), + (19503,3502,1,0,0,-816.782,-3754.86,22.9842,0.663225,275,275,0,0,4356,0,0,0), + (19504,3502,1,0,0,-982.793,-3582.26,33.6917,1.41372,275,275,0,0,4356,0,0,0), + (19505,3502,1,0,0,-847.015,-3788.19,14.142,5.05648,275,275,0,0,4356,0,0,2), + (19506,3502,1,0,0,-990.744,-3832.89,5.69966,2.72271,275,275,0,0,4356,0,0,0), + (19507,3246,1,0,0,-511.585,-1745.09,93.4168,5.12934,275,275,20,0,251,0,0,1), + (19508,3246,1,0,0,-725.266,-1828.7,92.9167,4.58128,275,275,20,0,251,0,0,1), + (19509,3246,1,0,0,-410.405,-1697.33,91.7916,2.01521,275,275,20,0,251,0,0,1), + (19510,3246,1,0,0,-991.472,-2257.96,93.6056,2.10351,275,275,15,0,251,0,0,1), + (19511,3246,1,0,0,583.325,-2678.69,92.1608,1.57275,275,275,20,0,251,0,0,1), + (19512,3246,1,0,0,237.439,-2420.9,160.094,2.91443,275,275,2,0,251,0,0,1), + (19513,3246,1,0,0,141.976,-2456.82,140.266,2.77232,275,275,2,0,251,0,0,1), + (19514,3246,1,0,0,285.712,-2256.47,224.274,5.21904,275,275,20,0,251,0,0,1), + (19515,3246,1,0,0,-585.191,-2202.04,213.324,0.734267,275,275,2,0,251,0,0,1), + (19516,3246,1,0,0,-148.301,-2116.27,92.7961,4.52982,275,275,20,0,251,0,0,1), + (19517,3246,1,0,0,-583.383,-1923.27,91.7916,1.06647,275,275,20,0,251,0,0,1), + (19518,3246,1,0,0,-400.471,-2186.38,157.4,3.37,275,275,20,0,251,0,0,1), + (19519,3246,1,0,0,-988.707,-2919.5,93.0665,0.099863,275,275,20,0,251,0,0,1), + (19520,3246,1,0,0,-383.31,-3135.41,203.39,0.405504,275,275,2,0,251,0,0,1), + (19521,3246,1,0,0,-450,-3212.5,186.31,2.35614,275,275,2,0,251,0,0,1), + (19522,3246,1,0,0,-386.26,-3021.7,114.304,1.4132,275,275,20,0,251,0,0,1), + (19523,3246,1,0,0,-503.501,-3221.43,179.44,5.71264,275,275,2,0,251,0,0,1), + (19524,3246,1,0,0,217.067,-3373.8,42.1431,1.18231,275,275,20,0,251,0,0,1), + (19525,3246,1,0,0,183.58,-3117.35,91.7839,5.44964,275,275,20,0,251,0,0,1), + (19526,3246,1,0,0,223.352,-2250.42,211.392,6.20276,275,275,3,0,251,0,0,1), + (19527,3246,1,0,0,185.032,-2714.28,91.7917,6.24863,275,275,20,0,251,0,0,1), + (19528,3246,1,0,0,-541.984,-1816.67,91.7917,3.02994,275,275,20,0,251,0,0,1), + (19529,3246,1,0,0,-606.5,-2355,162.821,5.9219,275,275,2,0,251,0,0,1), + (19530,3246,1,0,0,-421.842,-2059.02,91.7917,3.36978,275,275,20,0,251,0,0,1), + (19531,3246,1,0,0,-403.449,-3187.57,212.296,6.2669,275,275,2,0,251,0,0,1), + (19532,3246,1,0,0,-318.777,-3085.57,193.233,5.93702,275,275,2,0,251,0,0,1), + (19533,3246,1,0,0,-488.246,-3181.72,180.121,0.330403,275,275,2,0,251,0,0,1), + (19534,3246,1,0,0,250.818,-2351.5,213.258,5.05903,275,275,3,0,251,0,0,1), + (19535,3246,1,0,0,175.061,-2200.59,172.235,0.392872,275,275,20,0,251,0,0,1), + (19536,3246,1,0,0,612.214,-2635.93,92.5202,1.87648,275,275,20,0,251,0,0,1), + (19537,3246,1,0,0,208.8,-3282.98,62.887,0.00418,275,275,20,0,251,0,0,1), + (19538,3246,1,0,0,79.6798,-3135.36,91.7694,1.5747,275,275,20,0,251,0,0,1), + (19539,3246,1,0,0,421.126,-2355.73,159.837,5.46089,275,275,20,0,251,0,0,1), + (19540,3246,1,0,0,-63.4487,-1795.17,93.2191,3.2611,275,275,20,0,251,0,0,1), + (19541,3246,1,0,0,-641.537,-2111.26,159.322,0.01747,275,275,2,0,251,0,0,1), + (19542,3246,1,0,0,-492.104,-2240.64,158.08,2.45861,275,275,2,0,251,0,0,1), + (19543,3246,1,0,0,-470.464,-2071.28,91.7917,2.90249,275,275,20,0,251,0,0,1), + (19544,3246,1,0,0,-322.585,-2078.88,94.0416,2.61472,275,275,20,0,251,0,0,1), + (19545,3246,1,0,0,-1014.42,-2361.71,94.9637,2.57636,275,275,20,0,251,0,0,1), + (19546,3246,1,0,0,-318.517,-3210.46,211.85,1.17899,275,275,20,0,251,0,0,1), + (19547,3246,1,0,0,-931.916,-2143.8,97.6653,0.609126,275,275,3,0,251,0,0,1), + (19548,3246,1,0,0,-951.811,-2206.5,96.3303,6.18694,275,275,20,0,251,0,0,1), + (19549,3246,1,0,0,381.311,-2277.11,213.261,1.7506,275,275,3,0,251,0,0,1), + (19550,3246,1,0,0,314.635,-2283.64,226.004,5.16617,275,275,0,0,251,0,0,0), + (19551,3246,1,0,0,183.575,-2401.16,171.303,2.48695,275,275,2,0,251,0,0,1), + (19552,3246,1,0,0,-82.8489,-1691.08,93.4527,4.79456,275,275,20,0,251,0,0,1), + (19553,3246,1,0,0,-619.383,-2214.98,218.775,3.59038,275,275,2,0,251,0,0,1), + (19554,3246,1,0,0,-530.934,-2316.64,180.104,4.65951,275,275,2,0,251,0,0,1), + (19555,3246,1,0,0,-551.574,-2323.43,165.057,1.33167,275,275,2,0,251,0,0,1), + (19556,3246,1,0,0,-726.078,-2200.02,170.443,5.82827,275,275,2,0,251,0,0,1), + (19557,3246,1,0,0,-258.24,-3211.63,166.337,0.153262,275,275,2,0,251,0,0,1), + (19558,3246,1,0,0,339.213,-2746.24,93.5009,2.67044,275,275,20,0,251,0,0,1), + (19559,3246,1,0,0,306.139,-2105.32,190.832,1.40021,275,275,2,0,251,0,0,1), + (19560,3246,1,0,0,-617.767,-1756.15,94.1117,1.60408,275,275,20,0,251,0,0,1), + (19561,3246,1,0,0,-593.314,-2112.85,185.092,1.7226,275,275,2,0,251,0,0,1), + (19562,3246,1,0,0,-82.3842,-1916.19,94.6835,0.715585,275,275,0,0,251,0,0,0), + (19563,3246,1,0,0,-277.425,-3117.51,178.962,4.14716,275,275,20,0,251,0,0,1), + (19564,3246,1,0,0,-737.623,-2865.25,93.0416,3.70715,275,275,20,0,251,0,0,1), + (19565,3246,1,0,0,-545.673,-3287.18,140.741,2.33288,275,275,2,0,251,0,0,1), + (19566,3246,1,0,0,160.579,-2318.42,132.569,4.74812,275,275,2,0,251,0,0,1), + (19567,3246,1,0,0,-682.537,-1904.69,93.2958,0.143022,275,275,20,0,251,0,0,1), + (19568,3246,1,0,0,-193.751,-1951.08,94.1196,0.262443,275,275,20,0,251,0,0,1), + (19569,3246,1,0,0,-813.655,-1925.49,93.8776,4.96494,275,275,20,0,251,0,0,1), + (19570,3246,1,0,0,-185.771,-2144.84,91.7917,2.02391,275,275,20,0,251,0,0,1), + (19571,3246,1,0,0,-715.958,-1925.49,93.4039,4.6831,275,275,20,0,251,0,0,1), + (19572,3246,1,0,0,-719.172,-3133.19,94.6961,1.73653,275,275,20,0,251,0,0,1), + (19573,3246,1,0,0,-810.361,-2451.05,92.5136,3.77796,275,275,20,0,251,0,0,1), + (19574,3246,1,0,0,-356.078,-3180.6,226.909,4.05289,275,275,2,0,251,0,0,1), + (19575,3246,1,0,0,-252.201,-3155.58,185.173,6.13217,275,275,2,0,251,0,0,1), + (19576,3246,1,0,0,249.174,-2218.8,212.77,4.78764,275,275,3,0,251,0,0,1), + (19577,3246,1,0,0,759.107,-2516.81,91.7917,4.9684,275,275,20,0,251,0,0,1), + (19578,3246,1,0,0,-486.089,-3111.83,183.748,0.351126,275,275,2,0,251,0,0,1), + (19579,3246,1,0,0,-408.349,-3226.53,168.87,4.74558,275,275,20,0,251,0,0,1), + (19580,3246,1,0,0,-916.733,-2783.11,93.8778,0.89013,275,275,20,0,251,0,0,1), + (19581,3246,1,0,0,-191.491,-3138.99,163.679,4.90949,275,275,20,0,251,0,0,1), + (19582,3246,1,0,0,-812.534,-2382.86,94.8686,5.56141,275,275,20,0,251,0,0,1), + (19583,3246,1,0,0,311.246,-2390.53,165.29,5.89454,275,275,20,0,251,0,0,1), + (19584,3246,1,0,0,281.047,-2317.62,212.86,2.9811,275,275,3,0,251,0,0,1), + (19585,3246,1,0,0,516.149,-2703.72,88.0831,4.09345,275,275,20,0,251,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (15730,2368,0,4763,0,-1225.54,-913.354,6.5885,5.67414,300,10,0,896,0,0,1), - (15731,2374,0,1305,0,-1153.38,27.9846,-0.541262,0.823467,300,10,0,978,0,0,1), - (15732,2375,0,3617,0,-1108.23,247.666,3.88381,5.15215,300,10,0,1016,0,0,1), - (15733,2265,0,3613,0,-563.081,22.963,48.2427,1.57401,300,0,0,580,0,0,0), - (15734,2375,0,3617,0,-1186.33,21.075,-8.37473,1.91802,300,10,0,1016,0,0,1), - (15735,2368,0,4763,0,-1252.3,-995.088,10.4783,2.99473,300,10,0,896,0,0,1), - (15736,2374,0,1305,0,-1118.84,255.641,1.17793,2.16421,300,0,0,978,0,0,0), - (15737,2349,0,6808,0,-907.004,75.693,35.3689,2.17265,300,10,0,664,0,0,1), - (15738,2348,0,8014,0,-1082.36,-1254.11,54.3046,2.53949,300,10,0,788,0,0,1), - (15739,2356,0,3201,0,-1001.48,-140.175,16.1595,3.18454,300,5,0,944,0,0,1), - (15740,2349,0,6808,0,-753.661,-46.792,29.756,2.07638,300,10,0,664,0,0,1), - (15741,2375,0,3617,0,-1111.74,286.251,-1.23748,3.12206,300,10,0,1016,0,0,1), - (15742,2375,0,3617,0,-1034.3,272.119,2.67204,5.74963,300,10,0,1016,0,0,1), - (15743,2375,0,3617,0,-1163.77,96.8125,1.76664,5.41052,300,0,0,1016,0,0,0), - (15744,2375,0,3617,0,-1102.11,280.263,0.827282,1.22173,300,0,0,1016,0,0,0), - (15745,2348,0,8014,0,-1090.93,-1139.18,50.3798,2.60047,300,10,0,788,0,0,1), - (15746,2374,0,1305,0,-1129.13,230.396,0.300731,0.062541,300,10,0,978,0,0,1), - (15747,2374,0,1305,0,-1176.57,102.856,-0.78427,4.10152,300,0,0,978,0,0,0), - (15748,2375,0,3617,0,-1155.24,50.7511,-0.747386,3.85219,300,10,0,1016,0,0,1), - (15749,2374,0,1305,0,-1170.22,113.849,1.29036,1.15192,300,0,0,978,0,0,0), - (15750,2375,0,3617,0,-1145.12,184.492,1.9518,0.448452,300,10,0,1016,0,0,1), - (15751,2387,0,3628,0,-477.307,101.972,56.9653,1.00695,300,5,0,590,1633,0,1), - (15752,2375,0,3617,0,-1154.16,169.146,0.997761,5.13127,300,10,0,1016,0,0,1), - (15753,2375,0,3617,0,-1131.54,203.149,3.67675,2.02458,300,0,0,1016,0,0,0), - (15754,2374,0,1305,0,-1146.47,174.013,2.73987,3.59538,300,10,0,978,0,0,1), - (15755,2269,0,3629,0,-708.115,156.299,19.1837,4.99164,300,0,0,788,0,0,0), - (15756,2374,0,1305,0,-1093.65,8.58892,7.98012,3.28122,300,0,0,978,0,0,0), - (15757,2375,0,3617,0,-1152.48,112.968,8.37945,1.24368,300,10,0,1016,0,0,1), - (15758,2375,0,3617,0,-1087.7,1.44276,4.10512,4.45059,300,0,0,1016,0,0,0), - (15759,2440,0,3732,0,197.786,-877.11,158.109,4.78783,300,5,0,1159,0,0,1), - (15760,2349,0,6808,0,-49.1415,-1239.2,65.6833,2.43085,300,10,0,664,0,0,1), - (15761,2375,0,3617,0,-1085.29,-16.9984,0.839861,1.3556,300,10,0,1016,0,0,1), - (15762,2214,0,2863,0,-611.302,401.456,83.1437,0.401426,300,0,0,1240,0,0,0), - (15763,2351,0,806,0,155.689,-956.085,73.7249,1.75327,300,5,0,677,0,0,1), - (15764,2350,0,1989,0,172.187,-977.416,74.1867,4.95475,300,5,0,494,0,0,1), - (15765,2351,0,806,0,197.716,-1133.85,52.7841,0.912655,300,10,0,677,0,0,1), - (15766,2350,0,1989,0,115.691,-1120.33,44.6396,1.96183,300,10,0,494,0,0,1), - (15767,2351,0,806,0,144.273,-1117.28,52.5055,1.44547,300,10,0,677,0,0,1), - (15768,2350,0,1989,0,182.049,-1094.62,58.9926,3.40647,300,10,0,494,0,0,1), - (15769,2350,0,1989,0,208.369,-1175.18,48.4631,2.06328,300,10,0,494,0,0,1), - (15770,2350,0,1989,0,195.406,-1084.31,65.7823,1.15904,300,10,0,494,0,0,1), - (15771,2350,0,1989,0,107.641,-937.21,67.9427,0.226506,300,5,0,494,0,0,1), - (15772,2351,0,806,0,64.3895,-1070.99,53.882,0.782636,300,10,0,677,0,0,1), - (15773,2350,0,1989,0,94.1743,-971.394,61.7514,2.59431,300,10,0,494,0,0,1), - (15774,2350,0,1989,0,108.132,-833.398,78.8084,1.79048,300,5,0,494,0,0,1), - (15775,2350,0,1989,0,83.3307,-880.526,68.9119,4.45367,300,5,0,494,0,0,1), - (15776,2351,0,806,0,78.4173,-777.277,70.6458,4.70745,300,10,0,677,0,0,1), - (15777,2350,0,1989,0,187.574,-741.51,97.9369,2.81737,300,10,0,494,0,0,1), - (15778,2351,0,806,0,216.231,-730.541,105.681,5.85945,300,3,0,677,0,0,1), - (15779,2351,0,806,0,115.154,-686.249,90.0052,3.54059,300,10,0,677,0,0,1), - (15780,2351,0,806,0,209.679,-668.532,109.223,5.76516,300,5,0,677,0,0,1), - (15781,2350,0,1989,0,110.183,-653.619,91.221,0.246875,300,3,0,494,0,0,1), - (15782,2268,0,4125,0,-446.198,30.0496,54.0661,4.5204,300,0,0,734,0,0,0), - (15783,2354,0,1007,0,-607.447,-422.951,38.1004,5.5749,300,10,0,742,0,0,1), - (15784,2351,0,806,0,58.7816,-706.181,78.2804,1.67066,300,10,0,677,0,0,1), - (15785,2349,0,6808,0,-949.549,139.914,45.4527,1.51606,300,3,0,664,0,0,1), - (15786,2267,0,11035,0,-485.65,80.8341,56.9004,3.86654,300,5,0,664,0,0,1), - (15787,2349,0,6808,0,-985.572,0.575147,33.3112,3.63057,300,3,0,664,0,0,1), - (15788,2260,0,3618,0,-572.742,-1047.91,60.7267,0.568314,300,3,0,531,0,0,1), - (15789,2261,0,3623,0,-634.535,-1038.21,62.3357,3.1765,300,0,0,494,0,0,0), - (15790,2261,0,3623,0,-586.496,-1078.82,65.8181,3.67051,300,5,0,494,0,0,2), - (15791,2244,0,3621,0,-581.42,-1066.28,65.9611,5.34071,300,0,0,441,1272,0,0), - (15792,2244,0,3621,0,-638.437,-1025.28,67.2314,4.43314,300,3,0,441,1272,0,1), - (15793,2260,0,3616,0,-626.829,-1046.53,64.5422,3.09189,300,0,0,531,0,0,0), - (15794,2261,0,3624,0,-617.645,-1079.6,65.8402,2.55686,300,5,0,494,0,0,2), - (15795,2261,0,3624,0,-671.125,-1083.69,57.4729,4.08407,300,0,0,494,0,0,0), - (15796,2260,0,3618,0,-639.576,-1047.93,61.9746,0.659769,300,5,0,531,0,0,1), - (15797,2244,0,3621,0,-667.731,-1068.81,61.7843,3.12414,300,3,0,441,1272,0,1), - (15798,2369,0,11255,0,-1011.14,-587.822,-3.16486,4.93061,300,10,0,1050,0,0,1), - (15799,2270,0,5785,0,-918.58,219.531,10.1827,3.54986,300,5,0,840,0,0,2), - (15800,2261,0,3624,0,-615.279,-1096.56,67.6339,5.02655,300,3,0,494,0,0,1), - (15801,2267,0,11035,0,-610.208,-10.3735,46.2024,3.59161,300,5,0,664,0,0,1), - (15802,2349,0,6808,0,-757.255,115.974,42.0158,4.75533,300,10,0,664,0,0,1), - (15803,2270,0,5786,0,-886.373,216.164,8.92925,1.88829,300,5,0,840,0,0,1), - (15804,2270,0,5786,0,-868.207,240.835,10.4293,3.05381,300,3,0,840,0,0,1), - (15805,2270,0,3632,0,-915.231,182.212,23.2813,2.78648,300,3,0,840,0,0,1), - (15806,2269,0,3629,0,-818.565,164.776,2.56275,5.61996,300,0,0,788,0,0,0), - (15807,2269,0,3629,0,-837.805,202.875,7.11099,6.26573,300,0,0,788,0,0,0), - (15808,2376,0,4920,0,-1011.84,-129.803,11.1552,2.1293,300,0,0,898,852,0,0), - (15809,2503,0,3633,0,-808.738,149.834,1.87165,2.87208,300,5,0,840,0,0,1), - (15810,2269,0,3629,0,-831.809,180.525,3.66789,3.57792,300,0,0,788,0,0,0), - (15811,2269,0,3629,0,-793.782,147.762,2.4743,5.96903,300,0,0,788,0,0,0), - (15812,2269,0,3629,0,-846.041,100.189,4.02172,3.03687,300,0,0,788,0,0,0), - (15813,2348,0,8014,0,-1153.13,-1064.42,43.9334,1.30591,300,10,0,788,0,0,1), - (15814,2269,0,3629,0,-834.196,65.6549,2.36667,0.436332,300,0,0,788,0,0,0), - (15815,2269,0,3629,0,-869.394,61.9262,2.83463,3.59538,300,0,0,788,0,0,0), - (15816,2269,0,3629,0,-840.58,79.3419,3.71694,0.174533,300,0,0,788,0,0,0), - (15817,2350,0,1989,0,40.4206,-746.088,71.1263,5.3188,300,10,0,494,0,0,1), - (15818,2351,0,806,0,-215.806,-1074.12,44.7247,0.248504,300,10,0,677,0,0,1), - (15819,2377,0,1079,0,-1068.23,-223.983,2.85766,0.677367,300,10,0,931,878,0,1), - (15820,2356,0,3201,0,-805.364,91.4179,37.0051,0.160089,300,5,0,944,0,0,1), - (15821,2269,0,3629,0,-860.562,79.8099,3.95971,1.85005,300,0,0,788,0,0,0), - (15822,2269,0,3629,0,-848.666,55.4627,3.89097,4.31096,300,0,0,788,0,0,0), - (15823,2356,0,3201,0,-781.78,127.34,43.5662,5.31015,300,10,0,944,0,0,1), - (15824,2351,0,806,0,-90.6082,-1077.51,45.6839,1.03179,300,10,0,677,0,0,1), - (15825,2349,0,6808,0,-805.057,132.111,43.4066,1.0468,300,5,0,664,0,0,1), - (15826,2376,0,4920,0,-1075,-125,1.94492,1.28027,300,10,0,898,852,0,1), - (15827,1933,0,856,0,-888.653,-438.324,8.68022,3.94408,300,10,0,14,0,0,1), - (15828,2348,0,8014,0,-1049.22,-1117.64,44.9888,3.51085,300,10,0,788,0,0,1), - (15829,2261,0,3624,0,-432.179,-1405.26,98.5877,2.16686,300,3,0,494,0,0,1), - (15830,2261,0,3624,0,-449.12,-1546.14,65.1909,4.73355,300,3,0,494,0,0,1), - (15831,2261,0,3624,0,-445.459,-1559.73,65.0659,2.50852,300,3,0,494,0,0,1), - (15832,2244,0,3622,0,-444.964,-1554.26,65.0659,4.93516,300,3,0,441,1272,0,1), - (15833,2267,0,11035,0,-574.721,-23.1062,46.4619,6.16314,300,5,0,664,0,0,1), - (15834,2350,0,1989,0,-439.264,-957.117,35.8858,3.64546,300,5,0,494,0,0,1), - (15835,2385,0,1056,0,-666.099,-775.35,14.2944,3.39036,300,5,0,840,0,0,1), - (15836,2385,0,1056,0,-1026.26,-889.802,36.7849,2.62038,300,10,0,840,0,0,1), - (15837,2356,0,3201,0,-735.729,-180.585,37.4502,0.017576,300,5,0,944,0,0,1), - (15838,2260,0,3618,0,-594.373,-1525.63,53.6946,5.26328,300,0,0,531,0,0,0), - (15839,14280,0,706,0,-451.793,-1686.39,85.388,1.55137,43200,0,0,1080,0,0,0), - (15840,2354,0,1007,0,-506.029,-639.508,42.91,5.67254,300,10,0,742,0,0,1), - (15841,2372,0,10643,0,-946.504,-1013.25,30.4729,2.52287,300,5,0,788,0,0,1), - (15842,2356,0,3201,0,-185.838,-1326.63,101.229,1.40404,300,5,0,944,0,0,1), - (15843,2349,0,6808,0,-913.493,-361.534,33.5272,3.40219,300,10,0,664,0,0,1), - (15844,2372,0,10643,0,-937.706,-959.999,30.4531,1.20107,300,5,0,788,0,0,1), - (15845,2372,0,10643,0,-919.259,-934.739,30.4115,0.488692,300,0,0,788,0,0,0), - (15846,2356,0,3201,0,-722.575,86.4662,40.9657,0.475582,300,10,0,944,0,0,1), - (15847,2372,0,10643,0,-948.27,-979.894,30.4729,1.76262,300,5,0,788,0,0,1), - (15848,2349,0,6808,0,-790.396,19.3241,33.0959,5.92816,300,5,0,664,0,0,1), - (15849,2356,0,3201,0,-942.348,125.093,45.2666,3.97392,300,10,0,944,0,0,1), - (15850,2304,0,3769,0,-1312.83,-1209.42,49.986,5.3058,300,0,0,3171,0,0,0), - (15851,2349,0,6808,0,-953.632,-97.4644,22.9297,4.42711,300,10,0,664,0,0,1), - (15852,2349,0,6808,0,-843.959,-222.429,38.0617,0.22431,300,0,0,664,0,0,0), - (15853,2349,0,6808,0,-996.607,-168.921,30.7999,4.59288,300,3,0,664,0,0,1), - (15854,2372,0,10643,0,-942.207,-915.602,27.8461,0.05229,300,10,0,788,0,0,1), - (15855,2356,0,3201,0,-953.82,-309.01,57.5317,4.8061,300,10,0,944,0,0,1), - (15856,2349,0,6808,0,-876.975,-199.34,41.9151,1.11106,300,5,0,664,0,0,1), - (15857,2349,0,6808,0,-855.517,51.8557,33.8432,4.48441,300,5,0,664,0,0,1), - (15858,2345,0,3761,0,-1335.71,-1223.83,49.9869,5.35816,300,0,0,2941,0,0,0), - (15859,2349,0,6808,0,-904.085,-298.646,51.1379,0.883556,300,5,0,664,0,0,1), - (15860,2344,0,3764,0,-1346.93,-1258.81,49.9014,2.20582,300,5,0,2379,756,0,2), - (15861,2356,0,3201,0,-717.341,-307.902,18.2617,0.280982,300,10,0,944,0,0,1), - (15862,2344,0,3764,0,-1315.29,-1207.47,49.9872,4.41568,300,0,0,2379,756,0,0), - (15863,2356,0,3201,0,-829.649,-372.96,19.0983,4.17532,300,10,0,944,0,0,1), - (15864,2344,0,3763,0,-1342.95,-1254.36,50.3736,3.94444,300,5,0,2379,756,0,1), - (15865,2344,0,3763,0,-1334.77,-1262.71,50.4082,0.942478,300,5,0,2379,756,0,1), - (15866,2349,0,6808,0,-974.094,-241.838,58.836,4.73777,300,10,0,664,0,0,1), - (15867,721,0,328,0,-952.687,-278.076,61.2686,5.59873,300,10,0,1,0,0,1), - (15868,2356,0,3201,0,-409.194,-1718.52,88.3221,4.35617,300,10,0,944,0,0,1), - (15869,2345,0,3761,0,-1273.54,-1177.07,38.6679,1.15192,300,0,0,2941,0,0,0), - (15870,2346,0,3765,0,-1216.61,-1195.84,41.4005,0.506145,300,0,0,2512,811,0,0), - (15871,2267,0,11035,0,-496.25,-66.4632,55.1484,2.49582,300,0,0,664,0,0,0), - (15872,2348,0,8014,0,-751.086,-916.108,32.0467,2.53837,300,5,0,788,0,0,1), - (15873,2385,0,1056,0,-1050.34,-1184.69,50.7841,3.52726,300,10,0,840,0,0,1), - (15874,2345,0,3762,0,-1310.65,-1220.72,23.0402,5.91667,300,0,0,2941,0,0,0), - (15875,2346,0,3766,0,-1316.33,-1230.16,24.4298,5.32325,300,0,0,2512,811,0,0), - (15876,2346,0,3765,0,-1307.74,-1240.31,24.4296,2.30383,300,0,0,2512,811,0,0), - (15877,2270,0,5785,0,-887.845,188.292,15.6899,0.068386,300,5,0,840,0,0,1), - (15878,2350,0,1989,0,-180.958,-1035.07,49.727,5.48398,300,10,0,494,0,0,1), - (15879,2270,0,3632,0,-885.788,153.941,24.7464,0.241637,300,3,0,840,0,0,1), - (15880,2351,0,806,0,-92.2192,-1049.1,45.9574,0.295124,300,5,0,677,0,0,1), - (15881,2344,0,3763,0,-1292.91,-1232.05,23.0402,2.68781,300,0,0,2379,756,0,0), - (15882,2351,0,806,0,-154.869,-1083.22,44.9834,1.20699,300,5,0,677,0,0,1), - (15883,2356,0,3201,0,-780.306,29.5933,33.9577,4.48398,300,5,0,944,0,0,1), - (15884,2373,0,662,0,-914.789,-957.276,30.7735,4.40343,300,5,0,665,1812,0,1), - (15885,2373,0,662,0,-920.913,-985.44,30.4711,0.994206,300,10,0,665,1812,0,1), - (15886,4075,0,1141,0,-87.7202,-868.858,55.263,2.24301,300,5,0,8,0,0,1), - (15887,2354,0,1007,0,-554.745,-226.27,50.1099,4.76431,300,10,0,742,0,0,1), - (15888,2384,0,1059,0,-156.645,-456.74,76.9884,4.00864,300,10,0,617,0,0,1), - (15889,2354,0,1007,0,-442.43,-241.807,67.344,1.67843,300,3,0,742,0,0,1), - (15890,4075,0,1141,0,-129.93,-904.602,55.3269,1.41392,300,5,0,8,0,0,1), - (15891,2284,0,3683,0,0.350253,-946.004,62.022,1.62316,90,0,0,138,0,0,0), - (15892,2284,0,3683,0,-7.60962,-943.344,62.0204,0.523599,90,0,0,138,0,0,0), - (15893,2284,0,3683,0,0.299552,-938.505,61.935,3.49132,90,0,0,138,0,0,0), - (15894,4075,0,1141,0,-45.6027,-920.275,54.7737,4.93786,300,5,0,8,0,0,1), - (15895,2503,0,3633,0,-800.213,77.8262,5.58646,4.54438,300,5,0,840,0,0,1), - (15896,2354,0,1007,0,-405.116,-165.273,57.387,4.89867,300,10,0,742,0,0,1), - (15897,2269,0,3629,0,-786.471,92.4715,8.23386,6.05629,300,0,0,788,0,0,0), - (15898,2305,0,3635,0,-794.957,67.9863,9.08155,2.74017,300,0,0,852,852,0,0), - (15899,2269,0,3629,0,-804.699,102.197,6.67608,0.837758,300,0,0,788,0,0,0), - (15900,2354,0,1007,0,-509.07,-231.847,52.4347,1.60984,300,10,0,742,0,0,1), - (15901,2269,0,3629,0,-822.862,140.313,2.78694,6.16101,300,0,0,788,0,0,0), - (15902,2384,0,1059,0,-372.388,-142.822,60.1211,2.07381,300,10,0,617,0,0,1), - (15903,2503,0,3633,0,-827.768,143.352,2.10596,4.14994,300,3,0,840,0,0,1), - (15904,2503,0,3633,0,-761.155,70.6597,11.9846,1.13283,300,5,0,840,0,0,1), - (15905,2349,0,6808,0,-231.296,-40.2485,68.282,4.95476,300,3,0,664,0,0,1), - (15906,2350,0,1989,0,-145.794,-1018.89,49.4312,1.69999,300,5,0,494,0,0,1), - (15907,2269,0,3629,0,-753.759,63.1653,12.3501,4.81711,300,0,0,788,0,0,0), - (15908,2269,0,3629,0,-750.529,92.1614,12.354,2.51327,300,0,0,788,0,0,0), - (15909,2269,0,3629,0,-775.06,81.9661,11.1969,1.48353,300,0,0,788,0,0,0), - (15910,2503,0,3633,0,-812.38,127.538,15.2334,2.59262,300,3,0,840,0,0,1), - (15911,2269,0,3629,0,-733.271,95.0208,13.8402,5.35816,300,0,0,788,0,0,0), - (15912,2269,0,3629,0,-773.183,117.194,16.2856,1.22173,300,0,0,788,0,0,0), - (15913,2503,0,3633,0,-730.465,120.743,18.7549,0.249042,300,3,0,840,0,0,1), - (15914,2356,0,3201,0,-257.809,-123.868,72.527,1.08276,300,10,0,944,0,0,1), - (15915,2269,0,3629,0,-740.655,132.525,20.4905,2.54818,300,0,0,788,0,0,0), - (15916,2269,0,3629,0,-751.105,106.233,14.4266,4.31096,300,0,0,788,0,0,0), - (15917,2269,0,3629,0,-754.967,177.304,22.9019,2.14675,300,0,0,788,0,0,0), - (15918,2503,0,3633,0,-720.836,127.914,21.2886,0.90544,300,3,0,840,0,0,1), - (15919,2503,0,3633,0,-780.465,118.392,15.9959,6.18421,300,3,0,840,0,0,1), - (15920,2349,0,6808,0,-219.502,-114.448,79.7089,-2.50544,300,3,0,664,0,0,1), - (15921,2269,0,3629,0,-801.495,164.293,20.2229,4.08407,300,0,0,788,0,0,0), - (15922,2269,0,3629,0,-769.062,160.931,21.3047,5.11381,300,0,0,788,0,0,0), - (15923,2503,0,3633,0,-865.553,186.77,16.0791,3.22461,300,5,0,840,0,0,2), - (15924,2277,0,3702,0,-817.945,-551.606,15.4026,1.79769,300,0,0,1605,0,0,0), - (15925,2386,0,3708,0,-774.112,-530.455,20.5903,3.07312,300,5,0,3330,0,0,1), - (15926,2269,0,3629,0,-808.512,183.63,20.5318,0.436332,300,0,0,788,0,0,0), - (15927,2386,0,3705,0,-720.244,-525.48,23.8043,5.2589,300,10,0,3330,0,0,1), - (15928,2386,0,3708,0,-876.279,-542.11,7.71938,6.18679,300,5,0,3330,0,0,1), - (15929,2386,0,3708,0,-677.245,-593.36,29.3061,4.33442,300,10,0,3330,0,0,1), - (15930,2363,0,3646,0,-814.043,-560.325,16.4919,2.05949,300,0,0,1528,0,0,0), - (15931,2269,0,3629,0,-830.034,186.308,20.8517,5.02655,300,0,0,788,0,0,0), - (15932,2270,0,5785,0,-857.475,198.484,17.512,3.83494,300,0,0,840,0,0,0), - (15933,2380,0,3649,0,-818.228,-563.156,16.4909,1.06465,300,0,0,1930,0,0,0), - (15934,2386,0,3708,0,-797.664,-511.618,18.7153,2.33625,300,5,0,3330,0,0,1), - (15935,2386,0,3708,0,-844.165,-537.494,12.3683,1.64509,300,5,0,3330,0,0,1), - (15936,9978,0,9252,0,-854.463,-546.697,11.1855,1.65806,300,0,0,1605,0,0,0), - (15937,2438,0,1662,0,-784.662,-515.103,17.7243,3.45575,300,0,0,1764,0,0,0), - (15939,2372,0,10643,0,-866.23,-959.357,32.3744,3.24144,300,5,0,788,0,0,1), - (15940,2386,0,3708,0,-687.306,-545.26,27.9165,5.47293,300,10,0,3330,0,0,1), - (15941,2354,0,1007,0,-681.814,-358.158,34.8029,5.07652,300,5,0,742,0,0,1), - (15942,2364,0,3658,0,-863.837,-569.354,11.3463,6.12611,300,0,0,1846,0,0,0), - (15943,620,0,304,0,-753.823,-573.231,19.5524,1.55322,300,5,0,1,0,0,1), - (15944,2379,0,3704,0,-706.285,-574.311,25.4187,1.3439,300,0,0,2016,0,0,0), - (15945,2372,0,10643,0,-913.152,-922.824,31.7547,2.15176,300,10,0,788,0,0,1), - (15946,2373,0,662,0,-863.453,-972.389,30.5273,1.23918,300,0,0,665,1812,0,0), - (15947,2372,0,10643,0,-886.941,-984.868,30.4711,5.27392,300,10,0,788,0,0,1), - (15948,2373,0,662,0,-887.514,-1026.75,30.4729,2.81519,300,5,0,665,1812,0,1), - (15949,2350,0,1989,0,111.332,-761.011,70.7384,2.98571,300,10,0,494,0,0,1), - (15950,2372,0,10643,0,-918.974,-1011.75,30.4729,1.066,300,10,0,788,0,0,1), - (15951,2373,0,662,0,-927.259,-946.972,31.3695,2.85981,300,5,0,665,1812,0,1), - (15952,2373,0,662,0,-903.485,-1054.08,30.4312,1.90241,300,0,0,665,1812,0,0), - (15953,2354,0,1007,0,-314.358,-531.539,56.6564,4.66351,300,10,0,742,0,0,1), - (15954,2265,0,3613,0,-596.723,69.8905,45.1122,4.91561,300,0,0,580,0,0,0), - (15955,2384,0,1059,0,-259.05,-525.289,63.7853,4.02204,300,5,0,617,0,0,1), - (15956,2265,0,3613,0,-596.716,46.1063,49.2383,4.67471,300,0,0,580,0,0,0), - (15957,2387,0,3628,0,-590.247,30.4477,47.9837,1.18815,300,5,0,590,1633,0,1), - (15958,2265,0,3613,0,-577.725,43.9947,49.9676,1.78024,300,0,0,580,0,0,0), - (15959,2267,0,11035,0,-569.338,79.7551,53.84,4.2586,300,0,0,664,0,0,0), - (15960,2265,0,3613,0,-536.466,69.2499,53.9965,0.925025,300,0,0,580,0,0,0), - (15961,2404,0,3631,0,-547.664,39.1455,49.4283,4.85202,300,0,0,788,0,0,0), - (15962,2265,0,3613,0,-548.913,55.2719,51.5509,1.85953,300,0,0,580,0,0,0), - (15963,2384,0,1059,0,-343.537,-200.148,62.0073,5.17866,300,10,0,617,0,0,1), - (15964,2354,0,1007,0,-357.105,-1177.88,57.8301,2.18264,300,10,0,742,0,0,1), - (15965,2350,0,1989,0,-328.973,-1233.32,64.7256,2.53481,300,10,0,494,0,0,1), - (15966,2268,0,4125,0,-500.698,63.0438,56.2812,4.71283,300,0,0,734,0,0,0), - (15967,2387,0,3628,0,-529.079,98.8507,56.9004,0.067937,300,5,0,590,1633,0,1), - (15968,2268,0,4125,0,-504.863,78.1568,56.6999,4.97419,300,0,0,734,0,0,0), - (15969,2244,0,3622,0,-526.209,-1485.96,76.524,0,300,0,0,441,1272,0,0), - (15970,14276,0,540,0,-1169.36,136.213,0.331683,4.57671,43200,0,0,1003,0,0,0), - (15971,2385,0,1056,0,-686.351,-884.803,25.968,3.94177,300,5,0,840,0,0,1), - (15972,2356,0,3201,0,-314.518,-1318.04,73.0841,0.38232,300,10,0,944,0,0,1), - (15973,14278,0,0,0,-883.28,-1036.26,30.4945,3.34493,43200,0,0,896,0,0,2), - (15974,2347,0,1149,0,-489.536,-1727.08,81.0306,5.61232,300,0,0,1753,0,0,0), - (15975,2354,0,1007,0,-586.55,-487.772,35.5059,0.573873,300,10,0,742,0,0,1), - (15976,2436,0,3667,0,-779.124,-541.825,18.2954,2.97205,300,5,0,1240,0,0,2), - (15977,2354,0,1007,0,-405.951,-579.742,54.0416,5.26085,300,5,0,742,0,0,1), - (15978,2354,0,1007,0,-388.602,-503.858,52.0591,1.33624,300,10,0,742,0,0,1), - (15979,2354,0,1007,0,-460.51,-385.089,50.0196,3.87442,300,10,0,742,0,0,1), - (15980,2354,0,1007,0,-426.953,-422.367,50.2764,3.74663,300,10,0,742,0,0,1), - (15981,2354,0,1007,0,-482.575,-349.261,48.8531,2.75209,300,10,0,742,0,0,1), - (15982,620,0,304,0,-605.529,-52.7843,46.0306,2.89662,300,5,0,1,0,0,1), - (15983,2354,0,1007,0,-553.116,-528.645,39.1927,2.3907,300,5,0,742,0,0,1), - (15984,2384,0,1059,0,-437.881,-642.767,50.2695,2.19546,300,10,0,617,0,0,1), - (15985,2448,0,3644,0,-504.812,122.342,59.1425,4.83456,300,0,0,783,0,0,0), - (15986,2387,0,3628,0,-520.281,123.661,59.1425,4.10152,300,0,0,590,1633,0,0), - (15987,2335,0,3637,0,-488.417,117.206,60.5016,3.15905,300,0,0,773,2175,0,0), - (15988,2387,0,3628,0,-515.048,102.412,58.2404,0.663225,300,0,0,590,1633,0,0), - (15989,2387,0,3628,0,-499.489,100.49,59.0596,3.79877,300,0,0,590,1633,0,0), - (15990,2356,0,3201,0,-844.534,-263.891,37.0155,3.08047,300,0,0,944,0,0,0), - (15991,2356,0,3201,0,-881.253,-379.278,23.3121,0.646431,300,10,0,944,0,0,1), - (15992,2268,0,4125,0,-515.851,36.3808,49.7429,4.13643,300,0,0,734,0,0,0), - (15993,2387,0,3628,0,-505.131,40.7924,51.101,4.46351,300,5,0,590,1633,0,2), - (15994,2268,0,4125,0,-455.989,133.747,56.6959,3.92699,300,0,0,734,0,0,0), - (15995,2387,0,3628,0,-472.141,129.115,56.9653,1.62754,300,5,0,590,1633,0,1), - (15996,2348,0,8014,0,-1005.81,-1086.8,45.8794,5.99907,300,10,0,788,0,0,1), - (15997,2371,0,4982,0,-922.238,-673.814,1.31437,0.391889,300,10,0,935,878,0,1), - (15998,2371,0,4982,0,-986.703,-735.016,1.36451,1.39883,300,10,0,935,878,0,1), - (15999,2369,0,11255,0,-997.601,-620.645,-2.21172,3.80559,300,10,0,1050,0,0,1), - (16000,2369,0,11255,0,-1014.37,-780.942,8.83467,5.14379,300,10,0,1050,0,0,1), - (16001,2371,0,4982,0,-910.493,-699.774,0.457766,0.820305,300,0,0,935,878,0,0), - (16002,2371,0,4982,0,-961.973,-703.476,1.4151,0.400376,300,10,0,935,878,0,1), - (16003,2371,0,4982,0,-1012.29,-742.326,0.1856,0.885391,300,10,0,935,878,0,1), - (16004,2369,0,11255,0,-973.181,-676.776,-1.17504,0.379857,300,10,0,1050,0,0,1), - (16005,2369,0,11255,0,-1093.63,-794.607,0.716737,3.43866,300,10,0,1050,0,0,1), - (16006,2371,0,4982,0,-987.65,-786.348,10.1752,3.36846,300,10,0,935,878,0,1), - (16007,2371,0,4982,0,-1008.69,-811.436,13.548,0.651883,300,10,0,935,878,0,1), - (16008,2371,0,4982,0,-1019.41,-808.248,12.5809,1.71042,300,0,0,935,878,0,0), - (16009,2369,0,11255,0,-1074.24,-784.352,-0.45589,4.31083,300,10,0,1050,0,0,1), - (16010,2369,0,11255,0,-1060.1,-683.017,-2.06128,3.11567,300,10,0,1050,0,0,1), - (16011,2384,0,1059,0,-642.456,-625.697,33.45,3.93799,300,10,0,617,0,0,1), - (16012,2369,0,11255,0,-1024.07,-651.842,-2.68214,3.71359,300,10,0,1050,0,0,1), - (16013,2369,0,11255,0,-1020.63,-721.132,-3.08293,4.25557,300,10,0,1050,0,0,1), - (16014,2369,0,11255,0,-953.952,-651.821,0.613776,3.51775,300,10,0,1050,0,0,1), - (16015,2371,0,4982,0,-970.176,-636.167,1.72951,2.79342,300,10,0,935,878,0,1), - (16016,2266,0,3612,0,-592.329,-14.9125,46.0869,3.89208,300,0,0,603,0,0,0), - (16017,2450,0,3645,0,-850.691,70.7417,3.08554,5.24437,300,0,0,943,0,0,0), - (16018,2356,0,3201,0,-230.366,-1294.41,98.5433,3.22765,300,5,0,944,0,0,1), - (16019,2360,0,3703,0,-444.332,-111.47,55.1276,1.16937,300,0,0,573,0,0,0), - (16020,2274,0,855,0,-353.534,21.4088,54.6594,3.68102,300,0,0,664,0,0,0), - (16021,2354,0,1007,0,-442.793,-1060.55,41.6792,4.71759,300,5,0,742,0,0,1), - (16022,2356,0,3201,0,-254.389,-1408.28,95.1853,4.23043,300,10,0,944,0,0,1), - (16023,2354,0,1007,0,-517.883,-508.926,41.7339,1.75554,300,5,0,742,0,0,1), - (16024,2244,0,3621,0,-438.009,-1419.25,101.209,1.51948,300,0,0,441,1272,0,0), - (16025,2474,0,935,0,-286.934,-1617.79,93.5605,5.74612,300,15,0,1750,0,0,1), - (16026,2260,0,3618,0,-589.33,-1470.31,53.6573,4.76182,300,0,0,531,0,0,0), - (16027,2473,0,935,0,-300.226,-1629.49,93.2633,6.02378,300,15,0,1753,0,0,1), - (16028,2244,0,3621,0,-599.934,-1485.98,54.0604,0.207468,300,0,0,441,1272,0,0), - (16029,2261,0,3623,0,-598.97,-1472.61,53.7374,6.14646,300,0,0,494,0,0,0), - (16030,2244,0,3622,0,-469.19,-1358.91,52.5659,2.92968,300,5,0,441,1272,0,1), - (16031,2260,0,3616,0,-467.731,-1334.11,54.0248,3.91675,300,0,0,531,0,0,0), - (16032,2349,0,6808,0,-786.628,-1083.97,47.311,4.84765,300,10,0,664,0,0,1), - (16033,2403,0,3620,0,-441.325,-108.685,55.0466,4.54965,300,0,0,664,0,0,0), - (16034,2356,0,3201,0,-629.613,-962.754,42.5213,1.86198,300,10,0,944,0,0,1), - (16035,4075,0,1141,0,-479.856,-1351.45,52.8159,5.01413,300,5,0,8,0,0,1), - (16036,2356,0,3201,0,-877.319,-1290.6,50.9381,0.886684,300,10,0,944,0,0,1), - (16037,2356,0,3201,0,-826.047,-1334.96,63.2817,3.16453,300,5,0,944,0,0,1), - (16038,2349,0,6808,0,-753.223,-1357.36,67.0002,5.50884,300,10,0,664,0,0,1), - (16039,2349,0,6808,0,-833.878,-1010.76,37.8032,6.08273,300,10,0,664,0,0,1), - (16040,2350,0,1989,0,-374.454,-958.832,60.2315,0.290896,300,10,0,494,0,0,1), - (16041,2350,0,1989,0,-283.259,-997.398,56.3949,4.31217,300,10,0,494,0,0,1), - (16042,2350,0,1989,0,-414.084,-886.514,55.8601,4.35367,300,10,0,494,0,0,1), - (16043,2260,0,3618,0,-686.149,-1080.67,54.0781,4.16248,300,10,0,531,0,0,1), - (16044,2351,0,806,0,-555.413,513.577,82.0243,5.59705,300,10,0,677,0,0,1), - (16045,2351,0,806,0,-406.154,-994.215,41.5582,1.76297,300,10,0,677,0,0,1), - (16046,2351,0,806,0,-625.437,84.3748,44.1438,4.43207,300,10,0,677,0,0,1), - (16047,14277,0,4978,0,-1300.57,-998.316,-0.99132,0.553209,43200,0,0,919,2457,0,0), - (16048,2351,0,806,0,-330.599,-1060.35,41.8874,4.53823,300,3,0,677,0,0,1), - (16049,2351,0,806,0,-213.276,-992.576,57.97,3.74207,300,3,0,677,0,0,1), - (16050,2350,0,1989,0,-449.322,-922.361,43.2813,2.8649,300,5,0,494,0,0,1), - (16051,2230,0,901,0,-8.45545,-902.741,57.5572,4.88904,300,0,0,64,0,0,0), - (16052,2260,0,3616,0,-551.233,-1526.66,53.0027,1.85365,300,0,0,531,0,0,0), - (16053,2261,0,3624,0,-457.47,-1466.4,89.8368,5.34846,300,0,0,494,0,0,0), - (16054,2244,0,3621,0,-478.949,-1461.12,88.2165,3.23822,300,5,0,441,1272,0,1), - (16055,2356,0,3201,0,-315.579,-82.5931,62.699,2.37479,300,10,0,944,0,0,1), - (16056,2244,0,3622,0,-546.665,-1542.84,52.49,1.59802,300,0,0,441,1272,0,0), - (16057,2261,0,3623,0,-461.146,-1424.09,91.3366,3.76438,300,5,0,494,0,0,2), - (16058,2261,0,3623,0,-482.032,-1426.55,89.1528,2.72781,300,3,0,494,0,0,1), - (16059,2261,0,3623,0,-482.253,-1439.32,87.6714,1.7136,300,3,0,494,0,0,1), - (16060,2261,0,3623,0,-439.97,-1480.95,91.5015,3.25653,300,0,0,494,0,0,0), - (16061,2244,0,3621,0,-447.498,-1496.41,92.6918,3.98259,300,3,0,441,1272,0,1), - (16062,2261,0,3624,0,-454.586,-1478.88,92.4341,4.48465,300,0,0,494,0,0,0), - (16063,2428,0,3626,0,-465.482,-1476.91,90.1814,5.11627,300,0,0,664,0,0,0), - (16064,2261,0,3623,0,-469.455,-1487.91,90.8258,0.3559,300,0,0,494,0,0,0), - (16065,2261,0,3624,0,-446.996,-1344.94,53.6806,0.143676,300,0,0,494,0,0,0), - (16066,2408,0,1244,0,-416.085,-1047.23,33.5042,3.39374,300,10,0,1050,0,0,1), - (16067,2261,0,3623,0,-468.673,-1506.6,87.9986,1.85378,300,3,0,494,0,0,1), - (16068,2385,0,1056,0,-785.94,-806.041,17.2611,4.67824,300,5,0,840,0,0,1), - (16069,2244,0,3622,0,-459.746,-1342.88,53.9567,5.98839,300,0,0,441,1272,0,0), - (16070,2244,0,3622,0,-489.81,-1480.94,88.1965,5.74802,300,3,0,441,1272,0,1), - (16071,2260,0,3616,0,-491.299,-1451.99,88.1777,2.55109,300,5,0,531,0,0,1), - (16072,2385,0,1056,0,-1049.88,-968.222,48.8569,1.58447,300,10,0,840,0,0,1), - (16073,2261,0,3623,0,-550.782,-1485.4,52.5659,0.39422,300,3,0,494,0,0,2), - (16074,2356,0,3201,0,-680.857,-1181.33,61.6242,1.51216,300,10,0,944,0,0,1), - (16075,2261,0,3624,0,-565.092,-1453.34,52.5659,0.028001,300,5,0,494,0,0,1), - (16076,2261,0,3624,0,-571.805,-1478.68,52.5659,3.21325,300,5,0,494,0,0,1), - (16077,2261,0,3624,0,-548.332,-1435.28,52.5659,4.3095,300,5,0,494,0,0,1), - (16078,2244,0,3621,0,-493.129,-1389.23,52.6909,0.461705,300,5,0,441,1272,0,1), - (16079,2260,0,3616,0,-542.512,-1421.59,52.8582,1.06686,300,5,0,531,0,0,1), - (16080,2261,0,3624,0,-484.858,-1364.44,52.5659,0.681621,300,5,0,494,0,0,1), - (16081,2261,0,3624,0,-478.077,-1377.84,52.8428,2.21907,300,5,0,494,0,0,2), - (16082,2261,0,3623,0,-471.01,-1372.83,53.1909,0.392754,300,5,0,494,0,0,1), - (16083,2244,0,3621,0,-496.652,-1365.61,52.5659,5.55447,300,3,0,441,1272,0,1), - (16084,2261,0,3623,0,-511.828,-1386.9,53.0659,4.94842,300,5,0,494,0,0,1), - (16085,2408,0,1244,0,-817.78,-722.526,5.98992,4.83945,300,10,0,1050,0,0,1), - (16086,2408,0,1244,0,-679.263,-737.658,4.99451,2.33412,300,10,0,1050,0,0,1), - (16087,2408,0,1244,0,-750.862,-723.454,6.51497,2.93522,300,10,0,1050,0,0,1), - (16088,2344,0,3764,0,-1300.82,-1190.01,41.651,5.25344,300,0,0,2379,756,0,0), - (16089,2408,0,1244,0,-513.542,-907.291,27.3546,1.31826,300,10,0,1050,0,0,1), - (16090,2408,0,1244,0,-561.357,-828.215,5.54301,4.20074,300,10,0,1050,0,0,1), - (16091,2408,0,1244,0,-607.361,-751.986,9.6924,4.57326,300,10,0,1050,0,0,1), - (16092,2344,0,3763,0,-1335.06,-1224.61,38.8739,6.07375,300,0,0,2379,756,0,0), - (16093,2351,0,806,0,-104.039,-777.484,55.9385,4.52357,300,0,0,677,0,0,0), - (16094,2344,0,3763,0,-1297.48,-1224.03,40.2616,3.85718,300,0,0,2379,756,0,0), - (16095,2408,0,1244,0,-446.439,-979.246,29.3821,0.667189,300,10,0,1050,0,0,1), - (16096,2351,0,806,0,-200.194,-753.344,59.2016,2.8507,300,5,0,677,0,0,1), - (16097,2344,0,3763,0,-1302.48,-1236.83,40.2616,1.88496,300,0,0,2379,756,0,0), - (16098,2344,0,3763,0,-1320.31,-1210.41,40.1783,0.678419,300,5,0,2379,756,0,2), - (16099,2344,0,3763,0,-1317.27,-1240.57,40.1782,2.68131,300,5,0,2379,756,0,1), - (16100,2427,0,3625,0,-492.277,-1480.43,88.0715,4.87372,300,0,0,664,0,0,0), - (16101,2261,0,3623,0,-497.493,-1340.73,53.4869,2.4566,300,0,0,494,0,0,0), - (16102,2377,0,1079,0,-973.979,-489.096,2.9403,0.365222,300,10,0,931,878,0,1), - (16103,2346,0,3765,0,-1320.97,-1258.44,40.2621,1.5708,300,0,0,2512,811,0,0), - (16104,2344,0,3763,0,-1329.92,-1249.78,40.2624,0.645772,300,0,0,2379,756,0,0), - (16105,2345,0,3761,0,-1311.49,-1257.04,49.9871,1.65806,300,0,0,2941,0,0,0), - (16106,2244,0,3621,0,-511.506,-1353.18,53.8838,1.8469,300,0,0,441,1272,0,0), - (16107,2260,0,3618,0,-500.7,-1351.47,53.7508,0.887107,300,0,0,531,0,0,0), - (16108,2349,0,6808,0,-414.161,-1087.25,44.3064,2.77848,300,5,0,664,0,0,1), - (16109,2350,0,1989,0,-271.014,-910.714,53.903,3.44126,300,3,0,494,0,0,1), - (16110,2377,0,1079,0,-1017.94,-418.876,-1.76519,5.2454,300,10,0,931,878,0,1), - (16111,2344,0,3764,0,-1285.91,-1242.23,49.9025,3.735,300,0,0,2379,756,0,0), - (16112,2350,0,1989,0,-551.657,-1186.71,63.4604,4.42638,300,5,0,494,0,0,1), - (16113,2345,0,3762,0,-1300.94,-1243.45,49.9869,3.08923,300,0,0,2941,0,0,0), - (16114,2376,0,4920,0,-1017.97,-353.15,6.05897,2.37848,300,10,0,898,852,0,1), - (16115,2376,0,4920,0,-1024.01,-404.794,-1.58954,4.76271,300,10,0,898,852,0,1), - (16116,2376,0,4920,0,-1037.46,-375.02,2.11907,3.61283,300,0,0,898,852,0,0), - (16117,2351,0,806,0,-298.659,-823.709,57.5442,-0.20192,300,10,0,677,0,0,1), - (16118,2376,0,4920,0,-1047.81,-352.209,0.584908,3.06992,300,10,0,898,852,0,1), - (16119,2261,0,3624,0,-542.67,-1388.95,64.7742,0.306811,300,3,0,494,0,0,1), - (16120,2384,0,1059,0,-376.909,-648.461,53.6289,4.46173,300,10,0,617,0,0,1), - (16121,2377,0,1079,0,-1032.63,-339.15,3.4238,2.17944,300,10,0,931,878,0,1), - (16122,2351,0,806,0,-203.424,-782.523,56.6667,3.84576,300,10,0,677,0,0,1), - (16123,2377,0,1079,0,-1029.06,-361.03,3.2988,5.92672,300,10,0,931,878,0,1), - (16124,2376,0,4920,0,-1076.52,-300.709,0.632938,4.64764,300,10,0,898,852,0,1), - (16125,2377,0,1079,0,-1054.93,-320.79,0.174346,3.25122,300,10,0,931,878,0,1), - (16126,2384,0,1059,0,-365.115,-611.674,53.6009,2.82582,300,10,0,617,0,0,1), - (16127,2345,0,3761,0,-1276.67,-1221,41.5672,2.15978,300,5,0,2941,0,0,2), - (16128,2350,0,1989,0,-350.758,-839.339,58.5972,2.03707,300,10,0,494,0,0,1), - (16129,2377,0,1079,0,-1049.57,-248.873,12.7893,1.98968,300,0,0,931,878,0,0), - (16130,2377,0,1079,0,-1062.69,-373.605,-2.71617,2.35332,300,10,0,931,878,0,1), - (16131,2351,0,806,0,-367.124,-901.628,56.7977,5.28234,300,10,0,677,0,0,1), - (16132,2344,0,3763,0,-1304.99,-1258.55,38.8741,0.174533,300,0,0,2379,756,0,0), - (16133,2351,0,806,0,-379.813,-837.759,57.7938,4.39874,300,10,0,677,0,0,1), - (16134,2384,0,1059,0,-266.091,-682.978,55.7796,4.34676,300,10,0,617,0,0,1), - (16135,2351,0,806,0,-324.658,-992.673,53.5662,3.88473,300,10,0,677,0,0,1), - (16136,2351,0,806,0,-243.177,-952.165,56.3783,6.23235,300,10,0,677,0,0,1), - (16137,2376,0,4920,0,-1067.96,-241.636,2.96402,4.32842,300,0,0,898,852,0,0), - (16138,2384,0,1059,0,-279.698,-618.123,59.5242,0.886346,300,10,0,617,0,0,1), - (16139,2376,0,4920,0,-1076.62,-235.223,1.88988,3.43569,300,10,0,898,852,0,1), - (16140,2376,0,4920,0,-944.85,-413.224,11.4154,3.52556,300,0,0,898,852,0,0), - (16141,2351,0,806,0,-366.515,-1025.97,49.1502,3.62971,300,10,0,677,0,0,1), - (16142,2377,0,1079,0,-1090.37,-234.871,-0.424443,4.12386,300,10,0,931,878,0,1), - (16143,2377,0,1079,0,-1082.52,-245.835,0.889879,3.04436,300,10,0,931,878,0,1), - (16144,2377,0,1079,0,-980.239,-450.284,1.24339,0.041716,300,10,0,931,878,0,1), - (16145,2261,0,3624,0,-597.82,-1386.44,64.9569,2.09439,300,0,0,494,0,0,0), - (16146,2261,0,3624,0,-590.086,-1377,64.9569,2.37365,300,0,0,494,0,0,0), - (16147,3240,1,1537,0,-2184.94,-2349.5,94.9265,1.32629,275,20,0,417,0,0,1), - (16148,428,0,490,0,-9697.03,-2568.52,59.9396,4.25819,300,10,0,417,0,0,1), - (16149,2350,0,1989,0,-56.8347,-1049.57,47.5493,1.6588,300,3,0,494,0,0,1), - (16150,2354,0,1007,0,-307.335,-596.855,56.5532,2.02396,300,10,0,742,0,0,1), - (16151,2261,0,3623,0,-565.247,-1402.35,65.3159,5.68757,300,5,0,494,0,0,2), - (16152,2350,0,1989,0,-116.324,-783.159,57.0062,0.124036,300,5,0,494,0,0,1), - (16153,2351,0,806,0,-259.82,-847.026,56.3842,0.276692,300,5,0,677,0,0,1), - (16154,2377,0,1079,0,-964.586,-406.248,4.79091,0.086533,300,10,0,931,878,0,1), - (16155,2261,0,3624,0,-521.492,-1435.03,65.0608,1.48945,300,3,0,494,0,0,1), - (16156,2344,0,3763,0,-1331.04,-1241.9,32.2072,0.750492,300,0,0,2379,756,0,0), - (16157,2261,0,3623,0,-592.002,-1433.68,65.0659,0.553444,300,3,0,494,0,0,1), - (16158,2346,0,3765,0,-1321.69,-1251.97,32.2072,0.471239,300,0,0,2512,811,0,0), - (16159,2244,0,3622,0,-528.236,-1452.75,69.8088,1.78544,300,3,0,441,1272,0,1), - (16160,2351,0,806,0,-15.4142,-1080.01,44.9338,0.461313,300,10,0,677,0,0,1), - (16161,2344,0,3763,0,-1298.64,-1254.89,32.2077,3.03687,300,0,0,2379,756,0,0), - (16162,2244,0,3621,0,-510.073,-1508.63,70.2377,1.38493,300,3,0,441,1272,0,1), - (16163,2261,0,3623,0,-521.012,-1483.96,75.899,3.13936,300,5,0,494,0,0,2), - (16164,2346,0,3766,0,-1284.71,-1208.27,40.1783,1.41992,300,5,0,2512,811,0,2), - (16165,2344,0,3763,0,-1267,-1207.02,40.2608,1.15192,300,0,0,2379,756,0,0), - (16166,2261,0,3624,0,-494.869,-1530.37,65.1129,5.79875,300,3,0,494,0,0,1), - (16167,2345,0,3762,0,-1276.76,-1195.08,40.2596,0.575959,300,0,0,2941,0,0,0), - (16168,2261,0,3623,0,-480.507,-1547.15,66.008,5.70736,300,3,0,494,0,0,1), - (16169,2351,0,806,0,-374.853,-918.6,55.5047,5.81661,300,10,0,677,0,0,1), - (16170,2260,0,3618,0,-556.514,-1506.35,52.8114,3.58166,300,5,0,531,0,0,1), - (16171,2344,0,3763,0,-1278.61,-1222.51,41.651,1.81514,300,0,0,2379,756,0,0), - (16172,2344,0,3763,0,-1261.58,-1180.4,39.4845,0.331613,300,0,0,2379,756,0,0), - (16173,2261,0,3623,0,-534.516,-1517.19,66.0077,1.32288,300,0,0,494,0,0,0), - (16174,2344,0,3763,0,-1247.28,-1185.11,39.4853,3.78247,300,5,0,2379,756,0,1), - (16175,2244,0,3621,0,-559.944,-1526.6,52.9409,4.7025,300,5,0,441,1272,0,2), - (16176,2266,0,3612,0,-505.063,-17.5724,56.17,4.82003,300,5,0,603,0,0,1), - (16177,2344,0,3763,0,-1200.82,-1173.39,40.44,4.02232,300,5,0,2379,756,0,1), - (16178,2261,0,3624,0,-581.829,-1512.39,53.0659,5.82563,300,5,0,494,0,0,1), - (16179,2345,0,3761,0,-1232.71,-1172.25,39.3992,6.23082,300,0,0,2941,0,0,0), - (16180,2345,0,3762,0,-1233.66,-1152.25,38.3326,5.83964,300,5,0,2941,0,0,1), - (16181,2268,0,4125,0,-543.485,-31.0688,46.0754,2.29806,300,5,0,734,0,0,2), - (16182,2439,0,5567,0,-8421,404.987,120.886,3.648,430,0,0,3517,0,0,0), - (16183,2345,0,3762,0,-1183.52,-1215.07,43.5995,6.09062,300,10,0,2941,0,0,1), - (16184,2344,0,3763,0,-1149.02,-1177.71,42.5266,0.178631,300,5,0,2379,756,0,2), - (16185,2260,0,3616,0,-564.394,-1552.19,53.5632,1.98095,300,5,0,531,0,0,1), - (16186,2261,0,3623,0,-551.538,-1554.93,53.8226,0.722178,300,5,0,494,0,0,1), - (16187,2244,0,3621,0,-570.559,-1546.48,53.4441,4.80193,300,5,0,441,1272,0,1), - (16188,2261,0,3624,0,-485.72,-1579.18,52.9409,4.63708,300,5,0,494,0,0,1), - (16189,2261,0,3623,0,-521.979,-1557.71,52.9409,3.02935,300,5,0,494,0,0,1), - (16190,2260,0,3618,0,-503.592,-1565.04,52.5659,1.65919,300,5,0,531,0,0,1), - (16191,2268,0,4125,0,-623.554,-36.6266,45.8268,2.74017,300,0,0,734,0,0,0), - (16200,548,0,1079,0,-9521.19,-2823.86,79.7058,2.87958,300,0,0,350,390,0,0), - (16207,428,0,490,0,-9637.81,-2770.34,58.5805,3.39842,300,10,0,417,0,0,1), - (16224,424,0,551,0,-9618.84,-2507.59,60.1748,0.747673,300,5,0,356,0,0,1), - (16226,1083,0,1305,0,-9618.42,-2653.31,58.2906,2.17588,300,10,0,356,0,0,1), - (16227,424,0,551,0,-9604.26,-2530.51,60.8276,0.757781,300,5,0,356,0,0,1), - (16228,424,0,551,0,-9726.02,-2274.04,62.7093,4.96305,300,10,0,356,0,0,1), - (16229,547,0,3035,0,-9708.88,-2227.86,58.3406,3.71957,300,10,0,356,0,0,1), - (16230,2110,33,1141,0,-241.8,2113.14,87.013,2.12899,7200,5,0,1,0,0,1), - (16231,2110,33,1141,0,-227.76,2234.48,79.7656,5.4449,7200,3,0,1,0,0,1), - (16232,2110,33,1141,0,-205.049,2135.94,86.4996,1.36241,7200,5,0,1,0,0,1), - (16233,2110,33,1141,0,-254.61,2290.36,76.3315,2.80136,7200,5,0,1,0,0,1), - (16234,2110,33,1141,0,-232.683,2111.82,76.974,4.10152,7200,5,0,1,0,0,1), - (16235,2110,33,1141,0,-179.144,2184.82,97.265,6.11683,7200,2,0,1,0,0,1), - (16236,2110,33,1141,0,-121.052,2152.03,101.517,3.00286,7200,3,0,1,0,0,1), - (16237,3927,33,11179,0,-120.725,2162.03,155.762,2.67035,43200,0,0,3126,0,0,0), - (16238,3863,33,2446,0,-118.703,2173.42,155.762,3.35103,7200,1,0,1953,0,0,1), - (16239,3861,33,801,0,-127.63,2153.28,155.762,2.16421,7200,0,0,1251,0,0,0), - (16240,3862,33,11421,0,-139.407,2182.91,155.762,5.09636,7200,2,0,1251,0,0,1), - (16241,5058,33,246,0,-149.213,2163.18,155.762,0.10472,7200,0,0,494,0,0,0), - (16242,3914,33,524,0,-252.091,2123.11,81.1795,0.919918,43200,0,0,1936,0,0,0), - (16243,3859,33,736,0,-140.88,2182.66,110.256,5.97856,7200,1,0,1953,0,0,2), - (16244,3859,33,736,0,-181.282,2189.59,113.5,5.90112,7200,2,0,1953,0,0,1), - (16245,2529,33,1098,0,-121.846,2162.59,138.697,4.52578,7200,3,0,1452,0,0,2), - (16246,2529,33,1098,0,-107.516,2153.47,101.603,4.31096,7200,2,0,1452,0,0,1), - (16247,3863,33,2446,0,-111.421,2166.52,101.603,0.244346,7200,3,0,1953,0,0,1), - (16248,2529,33,1098,0,-134.141,2163.83,94.1253,6.17846,7200,3,0,1452,0,0,1), - (16249,3859,33,736,0,-181.106,2172.01,97.4733,1.09956,7200,2,0,1953,0,0,2), - (16250,3863,33,2446,0,-120.756,2183.02,113.215,4.13643,7200,2,0,1953,0,0,1), - (16251,2529,33,1098,0,-172.131,2180.1,109.786,1.52493,7200,2,0,1452,0,0,2), - (16252,3863,33,2446,0,-129.732,2176.27,94.1285,2.54818,7200,2,0,1953,0,0,1), - (16253,3886,33,524,0,-202.596,2257.96,76.2846,3.97935,43200,0,0,1936,0,0,0), - (16254,3887,33,3222,0,-275.342,2297.35,76.2365,5.89921,43200,0,0,2420,0,0,0), - (16255,4275,33,2353,0,-76.7541,2152.41,155.792,2.49582,43200,0,0,6510,1386,0,0), - (16256,4278,33,3223,0,-222.592,2259.44,102.839,3.47321,7200,0,0,2855,1236,0,0), - (16257,4279,33,522,0,-236.708,2146.08,100.112,4.46804,43200,0,0,3255,0,0,0), - (16258,3868,33,1955,0,-248.788,2122.86,100.112,1.58825,7200,0,0,1815,0,0,0), - (16259,3866,33,8808,0,-243.174,2126.93,100.112,6.07375,7200,0,0,1686,0,0,0), - (16260,4444,33,2689,0,-217.991,2150.77,81.1327,2.79253,7200,0,0,531,0,0,0), - (16261,3849,33,2006,0,-243.712,2113.72,81.2629,2.86234,7200,0,0,1251,0,0,0), - (16262,3850,33,2005,0,-240.904,2122.55,81.2629,2.47837,7200,0,0,1062,2040,0,0), - (16263,3853,33,729,0,-195.475,2203.13,79.8469,4.43314,7200,0,0,1299,980,0,0), - (16264,3853,33,729,0,-200.86,2191.01,79.8479,3.28122,7200,0,0,1299,980,0,0), - (16265,3862,33,11421,0,-205.823,2213.78,79.7605,4.8275,7200,5,0,1251,0,0,2), - (16266,3853,33,729,0,-209.369,2242.35,79.8495,5.86431,7200,0,0,1299,980,0,0), - (16267,3862,33,11421,0,-220.82,2153.53,81.2106,4.72984,7200,0,0,1251,0,0,0), - (16268,3862,33,11421,0,-214.404,2146.14,80.9466,2.11928,7200,0,0,1251,0,0,2), - (16269,3853,33,729,0,-230.152,2158.71,81.2356,0.191986,7200,0,0,1299,980,0,0), - (16270,3853,33,729,0,-177.16,2212.52,80.0965,1.50098,7200,0,0,1299,980,0,0), - (16271,3853,33,729,0,-223.387,2202.71,79.8452,1.46608,7200,0,0,1299,980,0,0), - (16272,3853,33,729,0,-199.144,2220.97,79.8411,6.26573,7200,0,0,1299,980,0,0), - (16273,3875,33,3230,0,-203.744,2214.27,79.7623,5.98658,7200,0,0,1452,0,0,2), - (16274,3875,33,3229,0,-157.688,2228.26,82.8521,1.32299,7200,0,0,1452,0,0,2), - (16275,3875,33,3229,0,-222.213,2159.76,79.8473,0.890118,7200,0,0,1452,0,0,2), - (16276,3875,33,3229,0,-205.234,2208.91,79.7644,1.31889,7200,0,0,1452,0,0,2), - (16277,3875,33,3230,0,-162.57,2222.21,82.0461,4.21227,7200,0,0,1452,0,0,2), - (16278,3875,33,3229,0,-192.787,2249.88,76.2846,3.19395,7200,0,0,1452,0,0,0), - (16279,3875,33,3230,0,-182.096,2231.79,76.3246,1.71042,7200,0,0,1452,0,0,0), - (16280,3875,33,3229,0,-193.134,2257.3,76.2846,4.95674,7200,0,0,1452,0,0,0), - (16281,3875,33,3229,0,-179.083,2236.49,76.3246,0.541052,7200,0,0,1452,0,0,0), - (16282,3875,33,3230,0,-261.486,2287.64,75.0826,5.3058,7200,0,0,1452,0,0,0), - (16283,3875,33,3229,0,-239.912,2289.25,75.0827,0.715585,7200,0,0,1452,0,0,0), - (16284,3857,33,202,0,-235.827,2276.78,75.0827,3.45575,7200,5,0,1563,0,0,1), - (16285,3857,33,202,0,-251.413,2294.92,75.0826,1.88496,7200,2,0,1563,0,0,1), - (16286,3875,33,3230,0,-229.406,2272.55,75.0827,0.977384,7200,0,0,1452,0,0,0), - (16287,4065,0,6029,0,-9495.44,-2899.71,112.507,2.40855,300,0,0,1563,0,0,0), - (16288,3857,33,202,0,-226.455,2278.76,74.9993,4.36755,7200,2,0,1563,0,0,2), - (16289,3857,33,202,0,-245.364,2280.52,75.0826,0.139626,7200,5,0,1563,0,0,1), - (16290,3875,33,3230,0,-254.424,2283.28,75.0826,4.2586,7200,0,0,1452,0,0,0), - (16291,3875,33,3230,0,-230.603,2284.89,75.0827,1.44862,7200,0,0,1452,0,0,0), - (16292,3875,33,3229,0,-262.139,2296.84,75.4708,2.87979,7200,0,0,1452,0,0,0), - (16293,3877,33,3226,0,-221.775,2252.1,102.841,4.2237,7200,2,0,1563,0,0,1), - (16294,3877,33,3226,0,-241.655,2256.07,100.977,6.0912,7200,3,0,1563,0,0,1), - (16295,3875,33,3229,0,-256.982,2249.59,100.976,1.50098,7200,0,0,1452,0,0,0), - (16296,3877,33,3226,0,-250.506,2237.95,100.98,1.58825,7200,3,0,1563,0,0,1), - (16297,3877,33,3226,0,-259.918,2242.56,100.977,3.03687,7200,3,0,1563,0,0,1), - (16298,3877,33,3226,0,-232.226,2250.59,101.885,6.23082,7200,3,0,1563,0,0,1), - (16299,3875,33,3230,0,-229.849,2261.64,102.84,2.46091,7200,0,0,1452,0,0,0), - (16300,3875,33,3230,0,-247.221,2247.53,100.977,3.66519,7200,0,0,1452,0,0,0), - (16301,2384,0,1059,0,-415.042,-182.491,57.1815,6.12625,300,10,0,617,0,0,1), - (16302,2261,0,3623,0,-568.309,-1495.97,52.6653,4.5204,300,0,0,494,0,0,0), - (16303,2244,0,3621,0,-576.069,-1521.61,52.7658,6.10865,300,0,0,441,1272,0,0), - (16304,2260,0,3616,0,-600.357,-1510.15,54.1024,3.03687,300,0,0,531,0,0,0), - (16305,2244,0,3621,0,-601.576,-1519.81,54.0235,3.04705,300,0,0,441,1272,0,0), - (16306,2248,0,3206,0,-252.654,-419.58,69.8955,3.86359,300,5,0,1050,0,0,1), - (16307,2354,0,1007,0,-384.371,-216.835,59.6725,0.651949,300,10,0,742,0,0,1), - (16308,2354,0,1007,0,-392.572,-248.239,57.9896,6.21091,300,10,0,742,0,0,1), - (16309,2384,0,1059,0,-161.23,-692.294,68.4183,2.1195,300,10,0,617,0,0,1), - (16310,2267,0,11035,0,-569.272,-99.5342,46.087,4.79449,300,5,0,664,0,0,1), - (16311,2249,0,3207,0,-187.014,-322.03,72.9682,4.07892,300,3,0,1107,0,0,1), - (16312,2354,0,1007,0,-443.746,-745.022,54.3744,3.83977,300,10,0,742,0,0,1), - (16313,3875,33,3229,0,-250.079,2262.77,100.972,2.04204,7200,0,0,1452,0,0,0), - (16314,3855,33,657,0,-266.808,2314.64,95.9498,0.488692,7200,2,0,1392,1020,0,1), - (16315,3855,33,657,0,-278.912,2323.63,95.8664,5.92198,7200,2,0,1392,1020,0,2), - (16316,2384,0,1059,0,-553.569,-593.326,41.0818,3.91398,300,5,0,617,0,0,1), - (16317,2354,0,1007,0,-499.305,-675.12,49.0838,5.19614,300,10,0,742,0,0,1), - (16318,3855,33,657,0,-258.117,2319.79,96.9054,6.23082,7200,2,0,1392,1020,0,1), - (16319,3855,33,657,0,-277.793,2322.1,95.9498,3.49066,7200,2,0,1392,1020,0,1), - (16320,547,0,3035,0,-9636.21,-2404.24,62.0477,0.621772,300,10,0,356,0,0,1), - (16321,547,0,3035,0,-9723.79,-2185.7,59.5904,1.07659,300,5,0,356,0,0,1), - (16322,424,0,551,0,-9726.1,-2243.06,61.6253,4.53579,300,10,0,356,0,0,1), - (16323,442,0,366,0,-9680.27,-2065.72,65.2933,5.91755,300,5,0,328,0,0,1), - (16324,424,0,551,0,-9724.77,-2186.14,59.5456,0.95032,300,5,0,356,0,0,1), - (16325,423,0,487,0,-9750.76,-2229.7,59.0261,1.26267,300,10,0,328,0,0,1), - (16326,2264,0,3610,0,-544.192,-111.727,46.5798,2.26893,300,0,0,664,0,0,0), - (16327,2264,0,3611,0,-548.899,-109.777,46.592,3.88138,300,0,0,664,0,0,0), - (16328,2248,0,3206,0,-135.186,-370.751,52.7954,4.32162,300,3,0,1050,0,0,1), - (16329,547,0,3035,0,-9451.39,-2122.71,69.88,1.42458,300,5,0,356,0,0,1), - (16330,2249,0,3207,0,-179.781,-377.707,51.4475,4.09728,300,3,0,1107,0,0,1), - (16331,2384,0,1059,0,-489.638,-584.985,44.0825,2.45745,300,10,0,617,0,0,1), - (16332,2267,0,11035,0,-551.016,-43.3799,46.4006,4.69964,300,5,0,664,0,0,1), - (16333,2266,0,3612,0,-551.932,-50.0047,46.2068,3.68265,300,0,0,603,0,0,0), - (16334,2384,0,1059,0,-515.98,-671.095,45.4134,2.78214,300,10,0,617,0,0,1), - (16335,2351,0,806,0,-326.583,-791.993,56.6864,4.48842,300,10,0,677,0,0,1), - (16336,721,0,328,0,-9613.22,-2141.79,70.5096,3.37397,300,5,0,1,0,0,1), - (16337,547,0,3035,0,-9375.17,-1954.55,59.1294,4.46788,300,10,0,356,0,0,1), - (16338,2442,0,1060,0,-9426.95,-2107.63,65.958,5.25858,300,5,0,1,0,0,1), - (16339,547,0,3035,0,-9356.52,-1909.16,66.1403,5.31015,300,5,0,356,0,0,1), - (16340,547,0,3035,0,-9356.55,-1968.46,58.7977,3.12311,300,5,0,356,0,0,1), - (16341,721,0,328,0,-9261.11,-1970.24,77.0614,1.95498,300,10,0,1,0,0,1), - (16342,547,0,3035,0,-9332.29,-1935.76,58.4154,3.6992,300,5,0,356,0,0,1), - (16343,3855,33,657,0,-284.357,2277.18,95.9498,0.314159,7200,3,0,1392,1020,0,1), - (16344,430,0,10789,0,-9116.26,-2354.29,121.339,5.39159,300,5,0,354,1020,0,1), - (16345,423,0,487,0,-9500.44,-1903.07,79.3361,1.99727,300,0,0,328,0,0,0), - (16346,2249,0,3207,0,-133.87,-353.486,52.8156,0.525346,300,3,0,1107,0,0,1), - (16347,712,0,489,0,-9468.75,-1895.44,82.8588,0.186633,300,0,0,300,0,0,0), - (16348,712,0,489,0,-9470.11,-1897.39,82.9099,0.186372,300,0,0,300,0,0,0), - (16349,423,0,487,0,-9541.19,-1932.04,75.1351,3.23295,300,10,0,328,0,0,1), - (16350,426,0,500,0,-9154.67,-2023.23,120.341,3.02813,300,5,0,386,0,0,1), - (16351,430,0,10789,0,-8979.46,-2188.86,133.021,2.09439,300,0,0,354,1020,0,0), - (16352,446,0,609,0,-8986.68,-2184.29,132.714,0.10472,300,0,0,417,0,0,0), - (16353,446,0,609,0,-8977.54,-2185.35,133.029,2.84489,300,0,0,417,0,0,0), - (16354,446,0,609,0,-8946.04,-2193.89,138.588,0.139626,300,0,0,417,0,0,0), - (16355,430,0,10789,0,-8943.34,-2318.82,132.548,1.15192,300,0,0,354,1020,0,0), - (16356,430,0,10789,0,-8939.1,-2319.45,132.649,2.75762,300,0,0,354,1020,0,0), - (16357,2384,0,1059,0,-445.888,-671.964,49.853,2.1588,300,10,0,617,0,0,1), - (16358,2267,0,11035,0,-583.635,-45.4985,45.8888,0.692257,300,10,0,664,0,0,1), - (16359,2267,0,11036,0,-603.69,-56.3574,46.0306,4.99068,300,5,0,664,0,0,1), - (16360,2249,0,3207,0,-172.755,-329.885,52.9225,1.47312,300,3,0,1107,0,0,1), - (16361,2384,0,1059,0,-497.249,-714.764,49.5841,2.92695,300,10,0,617,0,0,1), - (16362,2267,0,11035,0,-606.021,-46.4226,46.0306,1.62625,300,5,0,664,0,0,1), - (16363,2354,0,1007,0,-335.109,-246.471,66.7025,0.321751,300,10,0,742,0,0,1), - (16364,2266,0,3612,0,-563.937,-78.8919,45.6964,2.94961,300,0,0,603,0,0,0), - (16365,2504,0,1573,0,-8347,418.2,122.274,0.634,180,0,0,644,0,0,0), - (16366,2384,0,1059,0,-450.59,-646.905,48.6924,0.250847,300,10,0,617,0,0,1), - (16367,2249,0,3207,0,-147.467,-323.741,52.819,2.65494,300,3,0,1107,0,0,1), - (16368,620,0,304,0,-816.533,-537.25,15.3231,2.77414,300,5,0,1,0,0,1), - (16369,2248,0,3206,0,-183.579,-340.009,53.1782,2.39451,300,3,0,1050,0,0,1), - (16370,2354,0,1007,0,-606.018,-473.381,33.8471,5.15966,300,10,0,742,0,0,1), - (16371,2384,0,1059,0,-547.774,-713.319,47.321,1.40322,300,10,0,617,0,0,1), - (16372,2267,0,11035,0,-545.223,-72.0823,46.3318,3.05458,300,5,0,664,0,0,1), - (16373,2384,0,1059,0,-407.121,-190.912,57.781,5.6057,300,10,0,617,0,0,1), - (16374,2266,0,3612,0,-610.423,-58.7875,46.1117,0.331613,300,0,0,603,0,0,0), - (16375,2384,0,1059,0,-487.282,-782.186,54.0001,4.39681,300,10,0,617,0,0,1), - (16376,2384,0,1059,0,-218.584,-679.649,61.541,4.69676,300,10,0,617,0,0,1), - (16377,2384,0,1059,0,-545.314,-657.09,44.8161,5.74176,300,10,0,617,0,0,1), - (16378,2451,0,3630,0,-593.469,-81.4747,46.087,2.25133,300,10,0,713,0,0,2), - (16379,2267,0,11035,0,-585.654,-68.852,46.087,4.60397,300,10,0,664,0,0,1), - (16380,2249,0,3207,0,-313.979,-305.651,43.8424,3.8341,300,3,0,1107,0,0,1), - (16381,2354,0,1007,0,-492.291,-174.734,53.859,0.774349,300,10,0,742,0,0,1), - (16382,2384,0,1059,0,-383.326,-638.703,52.9871,5.13934,300,10,0,617,0,0,1), - (16383,2386,0,3705,0,-877.573,-561.812,11.004,4.13143,300,5,0,3330,0,0,1), - (16384,2384,0,1059,0,-286.235,-677.311,55.7347,2.49717,300,10,0,617,0,0,1), - (16385,2386,0,3705,0,-795.438,-621.106,16.5,1.708,300,5,0,3330,0,0,1), - (16386,2386,0,3708,0,-781.154,-583.324,16.3837,1.85982,300,3,0,3330,0,0,1), - (16387,2386,0,3708,0,-831.993,-531.12,13.4014,2.75056,300,5,0,3330,0,0,2), - (16388,2249,0,3207,0,-251.234,-285.947,52.9203,1.17052,300,3,0,1107,0,0,1), - (16389,2248,0,3206,0,-325.532,-417.112,60.3643,-2.70958,300,10,0,1050,0,0,1), - (16390,2354,0,1007,0,-376.784,-462.384,53.8348,1.87177,300,10,0,742,0,0,1), - (16391,2248,0,3206,0,-324.579,-386.79,63.7155,-2.96204,300,10,0,1050,0,0,1), - (16392,2384,0,1059,0,-465.208,-205.611,57.5403,3.5547,300,5,0,617,0,0,1), - (16393,2248,0,3206,0,-258.67,-449.997,65.2176,1.53036,300,10,0,1050,0,0,1), - (16394,2384,0,1059,0,-642.108,-358.624,42.2449,2.31732,300,5,0,617,0,0,1), - (16395,2384,0,1059,0,-596.816,-182.746,47.833,3.01792,300,0,0,617,0,0,0), - (16396,2354,0,1007,0,-344.21,-384.617,60.9289,5.80294,300,10,0,742,0,0,1), - (16401,446,0,609,0,-8940.81,-2310.87,132.63,5.41052,300,0,0,417,0,0,0), - (16403,3855,33,657,0,-194.644,2289.77,95.899,2.57587,7200,3,0,1392,1020,0,1), - (16404,446,0,609,0,-8936.93,-2315.47,132.649,3.19395,300,0,0,417,0,0,0), - (16405,446,0,609,0,-8947.99,-2335.42,132.569,4.33752,300,3,0,417,0,0,1), - (16406,430,0,10789,0,-9096.31,-2380.26,123.354,3.48563,300,5,0,354,1020,0,1), - (16407,446,0,609,0,-8922.84,-2263.57,132.782,4.62512,300,0,0,417,0,0,0), - (16408,445,0,609,0,-8884.32,-2168.84,132.569,3.8927,300,0,0,458,0,0,0), - (16410,445,0,609,0,-8887.69,-2178.1,132.819,4.46847,300,0,0,458,0,0,0), - (16411,445,0,609,0,-8909.64,-2162.14,138.799,5.8294,300,0,0,458,0,0,0), - (16412,430,0,10789,0,-8908.09,-2158.1,138.581,0.506145,300,0,0,354,1020,0,0), - (16413,430,0,10789,0,-8915.44,-2246.08,132.899,1.06465,300,0,0,354,1020,0,0), - (16414,445,0,609,0,-8882.73,-2145.15,133.686,4.43314,300,0,0,458,0,0,0), - (16415,518,0,488,0,-8884.59,-2171.12,132.569,2.96706,300,0,0,494,0,0,0), - (16416,445,0,609,0,-8889.88,-2166.3,132.569,5.16617,300,0,0,458,0,0,0), - (16417,430,0,10789,0,-8893.27,-2171.97,132.569,0.296706,300,0,0,354,1020,0,0), - (16418,445,0,609,0,-8913.98,-2129.07,135.305,2.21657,300,0,0,458,0,0,0), - (16419,430,0,10789,0,-8907.27,-2127.22,137.95,2.51327,300,0,0,354,1020,0,0), - (16420,446,0,609,0,-8940.42,-2082.39,135.115,4.81711,300,0,0,417,0,0,0), - (16421,446,0,609,0,-8942.52,-2078.41,136.13,3.47321,300,0,0,417,0,0,0), - (16422,446,0,609,0,-8958.85,-2062.95,135.461,4.81711,300,0,0,417,0,0,0), - (16423,446,0,609,0,-8954.73,-2081.25,132.724,3.00197,300,0,0,417,0,0,0), - (16424,446,0,609,0,-8962.32,-2076.53,132.636,5.68977,300,0,0,417,0,0,0), - (16425,446,0,609,0,-8924.62,-2080.21,144.688,4.45059,300,0,0,417,0,0,0), - (16426,428,0,490,0,-9043.84,-2485.98,127.266,1.57158,300,10,0,417,0,0,1), - (16427,2384,0,1059,0,-277.649,-540.008,60.5966,4.5401,300,10,0,617,0,0,1), - (16428,2354,0,1007,0,-272.669,-580.288,58.678,0.498568,300,10,0,742,0,0,1), - (16429,2384,0,1059,0,-335.69,-489.547,55.0434,0.38232,300,10,0,617,0,0,1), - (16430,2384,0,1059,0,-461.079,-293.885,51.4714,0.647378,300,10,0,617,0,0,1), - (16431,2384,0,1059,0,-287.078,-623.684,58.8778,1.76864,300,5,0,617,0,0,1), - (16432,2354,0,1007,0,-258.498,-627.454,58.0375,4.76323,300,10,0,742,0,0,1), - (16433,2354,0,1007,0,-422.877,-359.739,52.2926,3.62271,300,10,0,742,0,0,1), - (16434,2268,0,4125,0,-600.861,-100.562,47.2267,3.56047,300,0,0,734,0,0,0), - (16435,2384,0,1059,0,-578.095,-361.302,44.2618,3.21387,300,5,0,617,0,0,1), - (16436,3855,33,657,0,-299.004,2295.8,93.1101,0.296706,7200,2,0,1392,1020,0,1), - (16437,3855,33,657,0,-186.911,2284.36,95.9823,6.21337,7200,2,0,1392,1020,0,2), - (16438,3855,33,657,0,-273.394,2273.13,95.9498,2.04204,7200,3,0,1392,1020,0,1), - (16439,3855,33,657,0,-251.357,2307.46,95.9498,3.89208,7200,2,0,1392,1020,0,1), - (16440,3864,33,1951,0,-234.131,2236.26,79.8619,0.296706,7200,0,0,1347,0,0,0), - (16441,3864,33,1951,0,-223.612,2245.72,79.8583,5.13127,7200,0,0,1347,0,0,0), - (16442,3864,33,1951,0,-217.135,2247.13,79.8579,4.88692,7200,0,0,1347,0,0,0), - (16443,3873,33,3225,0,-205.822,2105.25,97.3899,1.07407,7200,3,0,1815,0,0,1), - (16444,3877,33,3226,0,-248.504,2183.63,93.9309,4.4644,7200,2,0,1563,0,0,1), - (16445,3873,33,3225,0,-241.873,2111.72,97.4733,5.86999,7200,0,0,1815,0,0,2), - (16446,430,0,10789,0,-8971.16,-2077.71,132.642,3.50811,300,0,0,354,1020,0,0), - (16447,430,0,10789,0,-9006.56,-2089.78,132.402,0.38232,300,5,0,354,1020,0,1), - (16448,3877,33,3226,0,-255.961,2149.2,91.913,4.22951,7200,0,0,1563,0,0,2), - (16449,3877,33,3226,0,-251.156,2175.53,94.02,1.61463,7200,2,0,1563,0,0,1), - (16450,428,0,490,0,-9093.53,-2564.35,119.184,0.279105,300,10,0,417,0,0,1), - (16451,428,0,490,0,-9066.42,-2657.99,126.92,0.315578,300,5,0,417,0,0,1), - (16452,426,0,500,0,-9034.95,-2415.15,129.488,2.21657,300,0,0,386,0,0,0), - (16453,426,0,500,0,-9034.69,-2407.47,129.734,4.29351,300,0,0,386,0,0,0), - (16454,2356,0,3201,0,-940.448,-157.44,55.1219,4.45556,300,3,0,944,0,0,1), - (16455,2268,0,4125,0,-599.514,-118.452,47.8382,3.40552,300,5,0,734,0,0,1), - (16456,426,0,500,0,-9032.25,-2413.26,129.749,3.07178,300,0,0,386,0,0,0), - (16457,426,0,500,0,-9038.68,-2453.33,134.902,3.67518,300,5,0,386,0,0,1), - (16458,2356,0,3201,0,-803.369,-428.865,17.0093,3.36214,300,10,0,944,0,0,1), - (16459,430,0,10789,0,-9066.96,-2478.43,123.383,4.04454,300,5,0,354,1020,0,1), - (16460,505,0,520,0,-9131.89,-2609.04,112.042,6.14405,300,10,0,449,0,0,1), - (16461,4463,0,6030,0,-8752.61,-2503.71,132.91,5.91938,300,5,0,472,1357,0,1), - (16463,428,0,490,0,-9045.4,-2597.16,126.648,0.023563,300,10,0,417,0,0,1), - (16464,428,0,490,0,-9081.06,-2626.03,124.805,3.30449,300,10,0,417,0,0,1), - (16465,485,0,6034,0,-8856.23,-2537.57,138.371,4.11632,300,0,0,494,0,0,0), - (16467,485,0,6034,0,-8834.85,-2494.08,132.837,0.657572,300,5,0,494,0,0,1), - (16468,437,0,6037,0,-8813.88,-2616.47,153.7,5.13127,300,5,0,531,0,0,1), - (16469,4463,0,6030,0,-8732.19,-2472.43,133.215,3.28122,300,0,0,472,1357,0,0), - (16470,437,0,6037,0,-8841.39,-2515.96,133.203,2.67035,300,0,0,531,0,0,0), - (16471,437,0,6037,0,-8838.43,-2514.87,133.276,1.98968,300,0,0,531,0,0,0), - (16473,615,0,6040,0,-8789.97,-2421.55,159.438,5.37561,300,0,0,617,0,0,0), - (16474,615,0,6040,0,-8782.85,-2417.19,156.187,5.23599,300,0,0,617,0,0,0), - (16475,2360,0,3703,0,-481.96,-110.324,55.2501,3.2434,300,5,0,573,0,0,1), - (16476,2350,0,1989,0,-618.87,456.198,79.2373,2.95876,300,10,0,494,0,0,1), - (16477,2351,0,806,0,-628.169,318.884,68.516,2.74448,300,5,0,677,0,0,1), - (16478,2266,0,3612,0,-482.133,-72.105,54.5487,1.5711,300,5,0,603,0,0,1), - (16479,2266,0,3612,0,-479.842,-80.4593,54.2987,5.09982,300,5,0,603,0,0,1), - (16480,2248,0,3206,0,-280.869,-414.088,67.7671,1.06223,300,3,0,1050,0,0,2), - (16481,2360,0,3703,0,-472.54,-80.6528,54.4972,3.56676,300,5,0,573,0,0,1), - (16482,2266,0,3612,0,-421.691,-46.7441,54.1728,0.198002,300,5,0,603,0,0,1), - (16483,2266,0,3612,0,-448.324,-97.3454,54.2978,2.60165,300,5,0,603,0,0,1), - (16484,2356,0,3201,0,-901.496,-217.981,49.357,3.21387,300,5,0,944,0,0,1), - (16485,2266,0,3612,0,-460.88,-67.936,54.9228,5.19471,300,5,0,603,0,0,1), - (16486,2349,0,6808,0,-755.197,148.118,45.7395,4.92471,300,10,0,664,0,0,1), - (16487,2360,0,3703,0,-465.554,-48.0768,54.5965,4.20813,300,10,0,573,0,0,1), - (16488,2360,0,3703,0,-455.211,-55.2533,54.8021,2.91949,300,10,0,573,0,0,1), - (16489,2356,0,3201,0,-884.18,-50.4254,23.0071,1.49247,300,10,0,944,0,0,1), - (16490,2360,0,3703,0,-481.441,-59.7912,54.408,6.06665,300,10,0,573,0,0,1), - (16491,2249,0,3207,0,-252.592,-324.202,44.8178,5.24674,300,5,0,1107,0,0,1), - (16492,2360,0,3703,0,-474.269,-16.3383,54.436,4.85202,300,0,0,573,0,0,0), - (16493,2360,0,3703,0,-455.242,-15.8329,54.403,0.43395,300,5,0,573,0,0,1), - (16494,2356,0,3201,0,-716.492,145.898,45.0026,5.35679,300,10,0,944,0,0,1), - (16495,2360,0,3703,0,-486.617,-13.9276,54.3316,5.57831,300,5,0,573,0,0,1), - (16496,2360,0,3703,0,-446.658,-72.5294,54.4762,3.24631,300,0,0,573,0,0,0), - (16497,2249,0,3207,0,-239.555,-367.93,48.1732,5.79218,300,3,0,1107,0,0,1), - (16498,2384,0,1059,0,-355.605,-307.396,60.5774,0.264881,300,10,0,617,0,0,1), - (16499,2249,0,3207,0,-244.342,-340.424,47.0773,5.32305,300,3,0,1107,0,0,1), - (16500,2356,0,3201,0,-618.101,-251.71,43.6369,4.89906,300,5,0,944,0,0,1), - (16501,2360,0,3703,0,-417.933,-61.6107,54.1311,2.72271,300,0,0,573,0,0,0), - (16502,2360,0,3703,0,-480.131,-32.9365,54.5378,4.17134,300,10,0,573,0,0,1), - (16503,2248,0,3206,0,-296.635,-302.209,43.4465,0.109343,300,3,0,1050,0,0,1), - (16504,2248,0,3206,0,-307.798,-279.125,45.6518,5.59641,300,3,0,1050,0,0,1), - (16505,2248,0,3206,0,-277.779,-304.297,42.0171,2.92027,300,3,0,1050,0,0,1), - (16506,2266,0,3612,0,-337.774,4.1235,55.507,6.10156,300,0,0,603,0,0,0), - (16507,2360,0,3703,0,-404.221,-58.5118,54.5014,5.58505,300,3,0,573,0,0,1), - (16508,2268,0,4125,0,-382.664,16.2495,54.4183,1.65806,300,0,0,734,0,0,0), - (16509,2266,0,3612,0,-398.459,-57.358,54.4454,4.6997,300,3,0,603,0,0,1), - (16510,2268,0,4125,0,-519.298,-12.8243,53.4788,1.44741,300,10,0,734,0,0,1), - (16511,2268,0,4125,0,-575.306,133.939,52.7079,4.63756,300,5,0,734,0,0,1), - (16512,2248,0,3206,0,-281.666,-284.934,51.7172,5.62385,300,3,0,1050,0,0,1), - (16513,2349,0,6808,0,-866.152,-291.87,37.8251,3.74368,300,5,0,664,0,0,1), - (16514,2266,0,3612,0,-361.458,-21.875,55.1999,4.86478,300,5,0,603,0,0,1), - (16515,2249,0,3207,0,-155.994,-373.778,52.0028,3.61928,300,3,0,1107,0,0,1), - (16516,2384,0,1059,0,-548.463,-147.763,51.4657,1.3126,300,5,0,617,0,0,1), - (16517,2350,0,1989,0,-216.678,-791.413,55.1349,1.97594,300,10,0,494,0,0,1), - (16518,2360,0,3703,0,-358.439,-0.862522,55.0429,3.12414,300,0,0,573,0,0,0), - (16519,2266,0,3612,0,-346.392,83.0253,54.1312,2.32129,300,0,0,603,0,0,0), - (16520,232,0,3614,0,-341.604,3.60308,60.3681,2.21657,300,0,0,617,0,0,0), - (16521,2248,0,3206,0,-226.257,-358.954,48.4258,3.69575,300,3,0,1050,0,0,1), - (16522,2266,0,3612,0,-367.408,-2.85899,55.2533,4.67101,300,5,0,603,0,0,1), - (16523,2266,0,3612,0,-352.208,89.7491,54.1188,4.60767,300,0,0,603,0,0,0), - (16524,2268,0,4125,0,-411.865,2.80097,55.9364,4.93642,300,5,0,734,0,0,1), - (16525,2266,0,3612,0,-345.112,52.3253,54.4366,0.763097,300,5,0,603,0,0,1), - (16526,2351,0,806,0,-218.289,-758.185,59.2734,1.5003,300,10,0,677,0,0,1), - (16527,2266,0,3612,0,-337.642,17.281,55.52,1.01375,300,0,0,603,0,0,0), - (16528,2249,0,3207,0,-235.387,-327.801,59.3863,0.5503,300,3,0,1107,0,0,1), - (16529,2360,0,3703,0,-348.953,48.0235,54.4408,2.56563,300,0,0,573,0,0,0), - (16530,2449,0,3642,0,-448.933,22.6889,53.7768,3.19828,300,5,0,713,0,0,2), - (16531,2360,0,3703,0,-378.855,81.3234,54.1602,1.88196,300,10,0,573,0,0,1), - (16532,2266,0,3612,0,-423.953,51.5544,54.3128,0.436332,300,0,0,603,0,0,0), - (16533,2249,0,3207,0,-192.765,-321.419,73.3415,3.11388,300,3,0,1107,0,0,1), - (16534,2360,0,3703,0,-413.788,53.4268,54.2974,3.92516,300,5,0,573,0,0,1), - (16535,2360,0,3703,0,-371.657,35.8556,54.9094,5.29067,300,5,0,573,0,0,1), - (16536,2268,0,4125,0,-635.292,16.7916,45.9747,2.13498,300,5,0,734,0,0,1), - (16537,2249,0,3207,0,-212.882,-338.585,57.5145,2.79539,300,3,0,1107,0,0,1), - (16538,2349,0,6808,0,-307.674,-118.47,63.8392,6.06049,300,10,0,664,0,0,1), - (16539,2360,0,3703,0,-396.04,111.247,54.2029,0.774349,300,0,0,573,0,0,0), - (16540,2248,0,3206,0,-265.727,-358.975,66.5851,1.74272,300,3,0,1050,0,0,1), - (16541,2266,0,3612,0,-423.228,61.7868,54.618,0.575959,300,0,0,603,0,0,0), - (16542,2249,0,3207,0,-261.54,-340.523,64.915,0.541037,300,3,0,1107,0,0,1), - (16543,2350,0,1989,0,-241.188,-742.809,59.9277,-1.16741,300,0,0,494,0,0,0), - (16544,2266,0,3612,0,-431.758,96.8059,54.5566,5.5676,300,0,0,603,0,0,0), - (16545,2360,0,3703,0,-403.955,91.7775,54.5954,6.22303,300,10,0,573,0,0,1), - (16546,2249,0,3207,0,-231.664,-382.127,70.1693,0.226893,300,3,0,1107,0,0,1), - (16547,2266,0,3612,0,-399.687,116.774,54.1285,0.183355,300,0,0,603,0,0,0), - (16548,2248,0,3206,0,-266.408,-382.354,66.6331,2.2515,300,3,0,1050,0,0,1), - (16549,2266,0,3612,0,-436.847,47.2514,54.2811,2.29814,300,5,0,603,0,0,1), - (16550,2248,0,3206,0,-204.441,-368.95,72.9635,0.802851,300,3,0,1050,0,0,1), - (16551,2360,0,3703,0,-443.756,62.1851,54.0847,5.99416,300,5,0,573,0,0,1), - (16552,2249,0,3207,0,-191.179,-346.089,72.9635,4.81711,300,3,0,1107,0,0,2), - (16553,2354,0,1007,0,-391.316,-363.173,58.2651,0.68307,300,10,0,742,0,0,1), - (16554,2350,0,1989,0,-353.914,-821.177,58.2832,1.51224,300,10,0,494,0,0,1), - (16555,2248,0,3206,0,-316.08,-381.482,64.9481,3.12167,300,3,0,1050,0,0,1), - (16556,2356,0,3201,0,-612.918,-288.413,45.2608,1.32112,300,5,0,944,0,0,1), - (16557,2384,0,1059,0,-369.41,-640.715,52.4034,3.51956,300,10,0,617,0,0,1), - (16558,2248,0,3206,0,-284.565,-448.78,64.1373,1.90949,300,10,0,1050,0,0,1), - (16559,2354,0,1007,0,-530.603,-390.108,45.1607,1.95928,300,5,0,742,0,0,1), - (16560,2360,0,3703,0,-412.399,100.56,54.4173,3.4383,300,0,0,573,0,0,0), - (16561,2360,0,3703,0,-387.818,93.6254,54.7427,5.09636,300,10,0,573,0,0,1), - (16562,2384,0,1059,0,-573.745,-181.018,52.4207,4.15129,300,10,0,617,0,0,1), - (16563,2384,0,1059,0,-149.252,-724.322,65.012,4.85566,300,10,0,617,0,0,1), - (16564,2384,0,1059,0,-356.533,-564.936,53.3245,3.98064,300,10,0,617,0,0,1), - (16565,6176,0,4954,0,250.84,-1470.58,55.4491,1.39626,300,0,0,2016,0,0,2), - (16566,6033,0,7449,0,1052.86,-114.364,21.9345,0.523599,300,0,0,328,0,0,0), - (16567,2684,0,3733,0,843.62,-541.104,139.87,3.1765,300,0,0,1684,0,0,0), - (16568,2317,0,1361,0,1232.95,-317.007,48.4766,3.28122,300,0,0,1240,0,0,0), - (16569,2408,0,1244,0,1253.15,-103.454,29.6145,0.690287,300,10,0,1050,0,0,1), - (16570,2480,0,7031,0,774.47,-287.346,153.266,4.76475,300,0,0,3404,0,0,0), - (16572,14961,0,15094,0,3.85053,-338.2,131.281,4.17134,300,0,0,1605,0,0,0), - (16573,14962,0,15095,0,406.803,-952.91,110.948,3.49066,300,0,0,64,0,0,0), - (16574,13217,0,13319,0,-24.1885,-321.177,131.224,4.81711,600,0,0,8774,0,0,0), - (16575,13840,0,13853,0,400.813,-960.106,110.501,3.10669,600,0,0,9563,0,0,0), - (16576,13219,0,13438,0,393.567,-976.087,110.218,3.00197,600,0,0,8774,0,0,0), - (16577,13777,0,13383,0,59.1021,-246.024,129.419,3.82227,600,0,0,8774,0,0,0), - (16578,13817,0,13852,0,371.198,-1004.14,109.344,1.58825,300,0,0,3967,0,0,0), - (16579,13776,0,13851,0,470.819,-1052.1,108.386,2.40855,600,0,0,3986,0,0,0), - (16580,2098,0,10001,0,698.139,-1242.52,196.426,2.09297,300,5,0,164,0,0,1), - (16581,883,0,347,0,538.455,-1445.23,50.8205,6.08283,300,3,0,1,0,0,1), - (16582,2098,0,10002,0,702.928,-1111.26,200.05,3.2886,300,5,0,164,0,0,1), - (16583,14284,0,14326,0,105.145,-180.779,128.093,4.08407,600,0,0,9563,0,0,0), - (16584,14284,0,14326,0,107.086,-183.622,127.824,3.49066,600,0,0,9563,0,0,0), - (16585,14284,0,14324,0,95.4361,-185.41,127.448,6.24828,600,0,0,9563,0,0,0), - (16586,14284,0,14326,0,96.3729,-188.233,127.139,0.453786,600,0,0,9563,0,0,0), - (16587,14284,0,14322,0,62.2973,-228.429,129.739,4.06662,600,0,0,9563,0,0,0), - (16588,14284,0,14324,0,64.4451,-231.358,129.688,3.80482,600,0,0,9563,0,0,0), - (16589,14284,0,14322,0,63.5765,-238.595,129.554,1.76278,600,0,0,9563,0,0,0), - (16590,14284,0,14322,0,67.0999,-238.448,129.557,2.16421,600,0,0,9563,0,0,0), - (16591,14284,0,14322,0,59.0219,-249.2,129.258,3.47321,600,0,0,9563,0,0,0), - (16592,14284,0,14324,0,58.9436,-253.759,129.277,2.86234,600,0,0,9563,0,0,0), - (16593,14284,0,14327,0,43.6363,-249.37,129.656,5.84685,600,0,0,9563,0,0,0), - (16594,14284,0,14322,0,23.8021,-285.149,133.012,3.96739,600,0,0,9563,0,0,2), - (16595,14284,0,14326,0,25.8477,-285.859,133.085,3.97275,600,0,0,9563,0,0,2), - (16597,14285,0,14320,0,453.503,-1039.34,109.066,2.56872,600,0,0,16638,0,0,2), - (16598,14285,0,14320,0,452.997,-1041.45,108.823,2.55623,600,0,0,16638,0,0,2), - (16600,2405,0,3662,0,400.292,-965.375,110.501,2.93215,300,0,0,3514,0,0,0), - (16601,2405,0,3662,0,362.02,-1002.05,107.902,2.56563,300,0,0,3514,0,0,0), - (16602,2405,0,3662,0,401.924,-949.31,110.876,3.05433,300,0,0,3514,0,0,0), - (16603,14285,0,14320,0,489.728,-1052.06,108.697,2.23402,600,0,0,16638,0,0,0), - (16604,14285,0,14320,0,491.428,-1049.46,108.68,2.86234,600,0,0,16638,0,0,0), - (16605,14285,0,14321,0,478.524,-1052.58,108.488,0.767945,600,0,0,16638,0,0,0), - (16606,14285,0,14321,0,477.587,-1049.47,108.566,6.21337,600,0,0,16638,0,0,0), - (16607,2405,0,3662,0,367.066,-1000.87,108.844,2.67035,300,0,0,3514,0,0,0), - (16608,14285,0,14320,0,534.978,-1080.86,106.324,4.69494,600,0,0,16638,0,0,0), - (16609,14285,0,14320,0,531.744,-1081.91,105.963,4.95674,600,0,0,16638,0,0,0), - (16610,14285,0,14321,0,541.277,-1088.98,107.061,2.68781,600,0,0,16638,0,0,0), - (16611,14285,0,14325,0,538.753,-1091.26,106.797,2.28638,600,0,0,16638,0,0,0), - (16612,6033,0,7449,0,853.765,-8.36285,25.6573,2.75762,300,0,0,328,0,0,0), - (16613,6033,0,7449,0,524.228,462.177,18.8047,1.6057,300,0,0,328,0,0,0), - (16614,6033,0,7449,0,987.507,-74.3916,22.0636,4.15388,300,0,0,328,0,0,0), - (16615,6033,0,7449,0,1210.51,-151.803,24.8701,2.53073,300,0,0,328,0,0,0), - (16616,2408,0,1244,0,1352.67,-48.2536,29.6017,2.45885,300,10,0,1050,0,0,1), - (16617,2408,0,1244,0,510.155,385.116,29.6109,3.92908,300,10,0,1050,0,0,1), - (16618,2098,0,10002,0,953.817,-561.64,202.886,4.55366,300,5,0,164,0,0,1), - (16619,2098,0,10001,0,846.45,-338.9,233.087,1.02524,300,5,0,164,0,0,1), - (16620,2098,0,10001,0,498.319,-1076.64,195.896,1.89789,300,5,0,164,0,0,1), - (16621,2098,0,10002,0,664.991,-247.537,235.637,2.61687,300,5,0,164,0,0,1), - (16622,4075,0,1141,0,378.108,168.873,43.2156,6.05478,300,10,0,8,0,0,1), - (16623,6033,0,7449,0,519.494,536.358,14.8352,1.43117,300,0,0,328,0,0,0), - (16624,6033,0,7449,0,715.172,128.641,25.5884,5.61996,300,0,0,328,0,0,0), - (16625,2408,0,1244,0,626.913,226.556,30.2463,1.04808,300,10,0,1050,0,0,1), - (16626,2098,0,10003,0,957.046,-951.057,163.355,2.47164,300,5,0,164,0,0,1), - (16627,6033,0,7449,0,546.234,392.904,18.1509,2.58309,300,0,0,328,0,0,0), - (16628,2408,0,1244,0,557.594,289.781,27.9714,6.13776,300,10,0,1050,0,0,1), - (16629,2408,0,1244,0,1094.31,-222.748,31.1945,6.18621,300,10,0,1050,0,0,1), - (16630,883,0,347,0,509.828,-1000.43,150.228,3.63143,300,5,0,1,0,0,1), - (16631,2408,0,1244,0,1065.49,-218.795,30.9792,4.70542,300,10,0,1050,0,0,1), - (16632,2252,0,11567,0,827.221,-718.604,192.922,5.5531,300,5,0,1163,0,0,1), - (16633,2408,0,1244,0,1277.51,-151.189,28.7497,1.23489,300,10,0,1050,0,0,1), - (16634,2408,0,1244,0,1015.98,-178.155,30.7086,3.51015,300,10,0,1050,0,0,1), - (16635,2408,0,1244,0,643.507,-1759.37,32.3218,0.000059,300,10,0,1050,0,0,1), - (16636,2408,0,1244,0,573.044,288.517,21.5247,2.54502,300,10,0,1050,0,0,1), - (16637,2408,0,1244,0,1124.51,-242.446,31.1587,2.10739,300,10,0,1050,0,0,1), - (16638,2408,0,1244,0,744.298,46.2189,26.2203,1.03572,300,10,0,1050,0,0,1), - (16639,2408,0,1244,0,644.213,189.951,28.8101,5.6462,300,10,0,1050,0,0,1), - (16640,2408,0,1244,0,1248.5,-218.781,31.3986,0.001263,300,10,0,1050,0,0,1), - (16641,2408,0,1244,0,482.332,487.398,20.7727,4.06282,300,10,0,1050,0,0,1), - (16643,2349,0,6808,0,-24.6881,375.408,51.3476,5.7102,300,10,0,664,0,0,1), - (16645,2408,0,1244,0,553.547,315.968,24.0858,0.972824,300,10,0,1050,0,0,1), - (16646,6033,0,7449,0,649.33,234.895,16.7099,5.32325,300,0,0,328,0,0,0), - (16647,1958,0,2597,0,785.527,35.5525,30.4611,3.55765,300,5,0,350,390,0,1), - (16648,1958,0,2597,0,848.1,20.3895,25.7663,1.54381,300,5,0,350,390,0,1), - (16649,2349,0,6808,0,-213.835,268.442,94.5927,5.29065,300,5,0,664,0,0,1), - (16650,2408,0,1244,0,1019.31,-209.28,32.9553,5.24426,300,10,0,1050,0,0,1), - (16651,2408,0,1244,0,997.782,-150.97,31.0625,5.66385,300,10,0,1050,0,0,1), - (16652,2408,0,1244,0,782.292,-32.291,31.7882,4.82673,300,10,0,1050,0,0,1), - (16653,2408,0,1244,0,710.964,78.7975,30.054,4.94469,300,10,0,1050,0,0,1), - (16654,2408,0,1244,0,747.904,1.82426,30.7407,4.74808,300,10,0,1050,0,0,1), - (16655,2349,0,6808,0,-213.851,155.342,69.0725,5.09036,300,10,0,664,0,0,1), - (16656,2408,0,1244,0,526.383,321.608,31.641,1.2446,300,10,0,1050,0,0,1), - (16657,2408,0,1244,0,517.916,354.867,31.6603,2.19788,300,10,0,1050,0,0,1), - (16658,2408,0,1244,0,472.883,391.111,36.0622,1.22449,300,10,0,1050,0,0,1), - (16659,2349,0,6808,0,267.743,67.5817,53.9649,0.623199,300,10,0,664,0,0,1), - (16660,4075,0,1141,0,456.76,234.252,42.0227,1.91301,300,10,0,8,0,0,1), - (16661,2349,0,6808,0,443.781,119.649,42.2515,0.437453,300,10,0,664,0,0,1), - (16662,2408,0,1244,0,478.942,436.653,28.0245,3.63235,300,10,0,1050,0,0,1), - (16663,2408,0,1244,0,480.191,422.002,30.1947,1.34,300,10,0,1050,0,0,1), - (16664,2349,0,6808,0,113.08,58.5343,53.6984,1.46046,300,10,0,664,0,0,1), - (16665,2356,0,3201,0,-257.786,163.965,81.7131,1.56264,300,10,0,944,0,0,1), - (16666,2358,0,3718,0,372.299,156.974,43.2196,2.37022,300,5,0,954,2553,0,1), - (16667,2356,0,3201,0,81.7462,130.012,49.6645,4.44075,300,10,0,944,0,0,1), - (16668,2272,0,3714,0,373.325,161.714,43.2042,0.689809,300,0,0,882,2362,0,0), - (16669,2271,0,11474,0,373.901,164.413,43.1955,1.66907,300,0,0,1106,0,0,0), - (16670,2247,0,3729,0,1255.43,-307.122,45.7477,3.6239,300,5,0,1678,0,0,1), - (16671,4075,0,1141,0,686.362,-887.436,164.357,2.5536,300,10,0,8,0,0,1), - (16672,2252,0,11567,0,652.258,-665.504,216.549,3.32384,300,5,0,1163,0,0,1), - (16673,2349,0,6808,0,-110.304,375.521,80.401,0,300,3,0,664,0,0,1), - (16674,2349,0,6808,0,77.2441,48.8558,55.023,4.71239,300,10,0,664,0,0,1), - (16675,2356,0,3201,0,292.679,82.2178,49.298,1.3452,300,10,0,944,0,0,1), - (16676,2408,0,1244,0,939.466,-109.931,31.7714,2.80462,300,10,0,1050,0,0,1), - (16677,2408,0,1244,0,986.152,-175.353,31.4827,4.0904,300,10,0,1050,0,0,1), - (16678,2408,0,1244,0,953.817,-138.11,31.4956,0.329779,300,10,0,1050,0,0,1), - (16679,2408,0,1244,0,850.665,-47.8706,29.5998,5.7624,300,10,0,1050,0,0,1), - (16680,2408,0,1244,0,838.392,-88.2026,35.664,2.55147,300,10,0,1050,0,0,1), - (16681,2408,0,1244,0,821.06,-79.2174,34.6273,0.858787,300,10,0,1050,0,0,1), - (16682,2408,0,1244,0,902.904,-75.553,31.5932,2.71657,300,10,0,1050,0,0,1), - (16683,2408,0,1244,0,870.975,-91.2215,34.4972,4.1316,300,10,0,1050,0,0,1), - (16684,2408,0,1244,0,808.359,-48.4506,32.4194,1.46983,300,10,0,1050,0,0,1), - (16685,2243,0,3721,0,928.2,-669.307,121.893,3.72032,300,5,0,1469,0,0,1), - (16686,2252,0,11567,0,714.766,-689.342,162.671,0.744397,300,3,0,1163,0,0,1), - (16687,2407,0,2300,0,927.811,-693.839,121.776,3.5981,300,10,0,1221,0,0,1), - (16688,2243,0,3721,0,947.814,-648.51,121.109,3.10356,300,10,0,1469,0,0,1), - (16689,2407,0,2300,0,545.963,-1085.57,145.777,0.607392,300,5,0,1221,0,0,1), - (16690,2406,0,1058,0,592.109,-1028.68,151.128,5.54064,300,5,0,1163,0,0,1), - (16691,2407,0,2300,0,1057.18,-665.657,91.9842,2.20649,300,10,0,1221,0,0,1), - (16692,2408,0,1244,0,622.258,-1715.54,34.859,0.021375,300,10,0,1050,0,0,1), - (16693,2247,0,3729,0,1106.76,-318.8,43.7819,6.01378,300,10,0,1678,0,0,1), - (16694,2408,0,1244,0,521.358,-1538.59,36.5165,5.4729,300,10,0,1050,0,0,1), - (16695,2408,0,1244,0,457.212,-1482.02,34.3521,2.25916,300,10,0,1050,0,0,1), - (16696,2408,0,1244,0,493.588,-1531.61,33.828,4.80608,300,10,0,1050,0,0,1), - (16697,2408,0,1244,0,419.324,-1464.54,33.9715,1.51451,300,10,0,1050,0,0,1), - (16698,2252,0,11567,0,787.637,-685.849,163.051,0.486987,300,5,0,1163,0,0,1), - (16699,2252,0,11567,0,887.694,-514.031,137.063,4.72216,300,5,0,1163,0,0,1), - (16700,2407,0,2300,0,407.036,-1528.51,53.5441,3.00633,300,10,0,1221,0,0,1), - (16701,2252,0,11567,0,951.095,-481.804,132.545,1.92995,300,5,0,1163,0,0,1), - (16702,2407,0,2300,0,535.477,-1332.13,86.7062,0.793685,300,3,0,1221,0,0,1), - (16703,2407,0,2300,0,1057.19,-484.547,105.31,2.98479,300,5,0,1221,0,0,1), - (16704,2406,0,1058,0,542.61,-1363.98,74.4041,5.92807,300,3,0,1163,0,0,1), - (16705,2406,0,1058,0,565.03,-1420.31,73.418,0.078271,300,5,0,1163,0,0,1), - (16706,2349,0,6808,0,-265.719,186.429,91.0819,0.441817,300,10,0,664,0,0,1), - (16707,2242,0,3717,0,723.148,-1014.39,153.071,1.66,300,5,0,1403,0,0,1), - (16708,2243,0,3721,0,895.352,-900.127,125.008,6.21083,300,3,0,1469,0,0,1), - (16709,2246,0,3728,0,1227.87,-292.91,41.4701,4.96087,300,5,0,1604,0,0,1), - (16710,2247,0,3729,0,1080.69,-289.516,44.0389,5.41496,300,5,0,1678,0,0,1), - (16711,2287,0,536,0,502.999,-195.946,152.522,5.35759,300,0,0,4377,0,0,0), - (16712,883,0,347,0,656.636,-1388.88,95.7312,2.0982,300,3,0,1,0,0,1), - (16713,2349,0,6808,0,-60.6443,39.841,74.193,4.64154,300,3,0,664,0,0,1), - (16714,2356,0,3201,0,-45.5915,118.028,57.9524,0.005859,300,10,0,944,0,0,1), - (16715,1958,0,2597,0,759.189,90.8957,30.995,1.59924,300,5,0,350,390,0,1), - (16716,2349,0,6808,0,22.5873,105.971,49.9456,5.87605,300,10,0,664,0,0,1), - (16717,2406,0,1058,0,383.916,-1291.4,58.6432,6.24766,300,5,0,1163,0,0,1), - (16718,2628,0,3720,0,446.603,310.209,43.7721,1.00534,300,0,0,1221,0,0,0), - (16719,2242,0,3716,0,589.266,-838.213,158.746,3.12772,300,5,0,1403,0,0,1), - (16720,1933,0,856,0,277.953,-801.1,139.286,2.04581,300,10,0,14,0,0,1), - (16721,2407,0,2300,0,478.634,-1299.76,69.3663,2.68971,300,5,0,1221,0,0,1), - (16722,2252,0,11567,0,651.211,-701.348,204.588,4.3471,300,5,0,1163,0,0,1), - (16723,2408,0,1244,0,404.519,-1464.41,34.9943,0.237156,300,10,0,1050,0,0,1), - (16724,2349,0,6808,0,-142.33,107.265,59.9299,2.33962,300,5,0,664,0,0,1), - (16725,2349,0,6808,0,14.2789,85.7148,52.4014,0.892272,300,10,0,664,0,0,1), - (16726,2407,0,2300,0,588.558,-1496.16,64.6542,1.64697,300,10,0,1221,0,0,1), - (16727,2407,0,2300,0,512.432,-1411.66,62.7705,2.36014,300,3,0,1221,0,0,1), - (16728,2628,0,3720,0,102.488,433.153,43.3068,5.47747,300,5,0,1221,0,0,1), - (16729,2356,0,3201,0,60.749,88.7913,49.2333,0.688624,300,10,0,944,0,0,1), - (16730,2356,0,3201,0,210.3,-8.49704,72.8186,2.48637,300,10,0,944,0,0,1), - (16731,2287,0,536,0,507.406,-213.479,152.522,4.86708,300,5,0,4377,0,0,2), - (16732,4075,0,1141,0,669.729,-950.925,164.475,2.55198,300,10,0,8,0,0,1), - (16733,2242,0,3717,0,699.077,-859.885,158.498,2.92778,300,5,0,1403,0,0,1), - (16734,2252,0,11567,0,482.171,-752.265,146.792,0.676179,300,10,0,1163,0,0,1), - (16735,2242,0,3717,0,645.027,-1010.76,164.665,3.35444,300,5,0,1403,0,0,1), - (16736,2253,0,610,0,918.502,-415.368,147.241,0.952451,300,0,0,1220,0,0,0), - (16737,2242,0,3716,0,673.413,-1008.82,166.008,0.97388,300,5,0,1403,0,0,1), - (16738,2252,0,11567,0,928.948,-379.539,137.91,0.414483,300,5,0,1163,0,0,1), - (16739,2407,0,2300,0,359.963,-1544.48,62.5165,0.650762,300,3,0,1221,0,0,1), - (16740,2408,0,1244,0,542.834,-1592,34.943,2.0108,300,10,0,1050,0,0,1), - (16741,2406,0,1058,0,414.131,-1544.03,57.9173,3.30835,300,5,0,1163,0,0,1), - (16742,883,0,347,0,316.915,-1521.15,57.4661,5.1463,300,10,0,1,0,0,1), - (16743,2408,0,1244,0,588.471,-1651.22,34.9343,2.19672,300,10,0,1050,0,0,1), - (16744,2408,0,1244,0,392.686,-1445.17,34.7555,3.42036,300,10,0,1050,0,0,1), - (16745,2407,0,2300,0,289.245,-1546.19,64.9128,1.46569,300,3,0,1221,0,0,1), - (16746,2256,0,416,0,551.203,-356.679,153.73,3.23866,300,3,0,4185,0,0,1), - (16747,2287,0,536,0,506.854,-355.88,168.649,3.37988,300,0,0,4377,0,0,0), - (16748,2408,0,1244,0,320.698,-1378.55,34.7827,0.392838,300,10,0,1050,0,0,1), - (16749,2253,0,610,0,778.667,-551.664,148.849,3.53021,300,5,0,1220,0,0,1), - (16750,2408,0,1244,0,303.062,-1356.19,35.3282,0.273935,300,10,0,1050,0,0,1), - (16751,2242,0,3716,0,674.779,-828.21,158.641,5.43524,300,5,0,1403,0,0,1), - (16752,2349,0,6808,0,49.1028,129.434,49.9947,1.73948,300,10,0,664,0,0,1), - (16753,2356,0,3201,0,43.7503,45.5611,57.517,1.69222,300,10,0,944,0,0,1), - (16754,2242,0,3717,0,731.766,-862.035,165.141,5.54841,300,5,0,1403,0,0,1), - (16755,2252,0,11567,0,486.08,-777.775,147.454,6.20094,300,5,0,1163,0,0,1), - (16756,2241,0,3709,0,222.386,-845.441,146.898,0.923139,300,0,0,1213,0,0,0), - (16757,2406,0,1058,0,-148.638,-72.0055,148.315,2.77161,300,5,0,1163,0,0,1), - (16758,2406,0,1058,0,-115.736,-48.6342,146.389,1.12923,300,10,0,1163,0,0,1), - (16759,2333,0,3636,0,202.499,-817.333,151.174,0.366519,300,0,0,3286,0,0,0), - (16760,2408,0,1244,0,759.524,-22.0947,32.0148,5.29451,300,10,0,1050,0,0,1), - (16761,2241,0,3710,0,220.609,-829.404,149.265,6.02034,300,5,0,1213,0,0,1), - (16762,2252,0,11567,0,484.839,-720.84,158.188,6.15044,300,10,0,1163,0,0,1), - (16763,2408,0,1244,0,790.977,-48.3493,32.1981,4.87818,300,10,0,1050,0,0,1), - (16764,2416,0,415,0,480.606,-257.163,152.522,2.15918,300,5,0,3831,0,0,1), - (16765,2416,0,415,0,488.067,-257.082,152.522,5.06255,300,5,0,3831,0,0,1), - (16766,2406,0,1058,0,15.1506,-127.864,124.471,4.07397,300,5,0,1163,0,0,1), - (16767,2356,0,3201,0,-29.2921,29.8512,73.5496,4.59094,300,10,0,944,0,0,1), - (16768,2287,0,536,0,499.138,-231.656,166.445,4.6665,300,5,0,4377,0,0,1), - (16769,2287,0,536,0,491.97,-233.549,166.445,3.34593,300,5,0,4377,0,0,1), - (16770,2257,0,11568,0,487.381,-215.608,167.822,5.25344,300,0,0,5148,0,0,0), - (16771,2242,0,3716,0,723.236,-835.808,162.516,6.00532,300,5,0,1403,0,0,1), - (16772,2255,0,6705,0,750.741,-374.752,141.789,2.96647,300,0,0,2910,2861,0,0), - (16773,2254,0,655,0,749.79,-324.378,136.505,6.06382,300,5,0,3831,0,0,1), - (16774,2255,0,6705,0,752.025,-293.87,135.992,6.11061,300,5,0,2910,2861,0,1), - (16775,2253,0,610,0,431.314,-573.841,171.186,4.78532,300,0,0,1220,0,0,0), - (16776,2254,0,655,0,715.443,-289.102,141.004,1.25688,300,5,0,3831,0,0,1), - (16777,2408,0,1244,0,1144.65,-247.539,31.2681,0.420561,300,10,0,1050,0,0,1), - (16778,2247,0,3729,0,1136.14,-382.206,42.8772,4.86047,300,5,0,1678,0,0,1), - (16779,2252,0,11567,0,770.479,-592.976,158.37,3.17115,300,5,0,1163,0,0,1), - (16780,2252,0,11567,0,847.676,-645.907,149.176,5.23255,300,5,0,1163,0,0,1), - (16781,2252,0,11567,0,912.087,-616.126,146.083,3.70142,300,3,0,1163,0,0,1), - (16782,2252,0,11567,0,855.498,-615.313,147.248,0.36295,300,5,0,1163,0,0,1), - (16783,2252,0,11567,0,887.474,-614.044,152.704,0.432264,300,10,0,1163,0,0,1), - (16784,2356,0,3201,0,390.428,89.3012,46.2104,0.091897,300,5,0,944,0,0,1), - (16785,2253,0,610,0,820.641,-542.28,140.759,1.14943,300,10,0,1220,0,0,1), - (16786,2349,0,6808,0,129.991,157.029,54.2428,2.82355,300,5,0,664,0,0,1), - (16787,2406,0,1058,0,5.51743,-141.164,126.325,0.326074,300,5,0,1163,0,0,1), - (16788,2356,0,3201,0,137.513,177.587,50.0034,2.8075,300,5,0,944,0,0,1), - (16789,2349,0,6808,0,16.8305,-24.3009,92.7928,1.4416,300,10,0,664,0,0,1), - (16790,2406,0,1058,0,108.336,-47.4268,96.6073,5.9004,300,10,0,1163,0,0,1), - (16791,2628,0,3720,0,118.231,491.632,44.1801,3.16467,300,5,0,1221,0,0,1), - (16792,4075,0,1141,0,38.4881,455.691,42.8019,0.072281,300,10,0,8,0,0,1), - (16793,4075,0,1141,0,89.9892,271.787,41.9983,2.1588,300,10,0,8,0,0,1), - (16794,2406,0,1058,0,186.354,-40.5918,90.2448,1.39986,300,3,0,1163,0,0,1), - (16795,2406,0,1058,0,151.619,-88.5512,112.403,5.31448,300,10,0,1163,0,0,1), - (16796,2242,0,3717,0,714.583,-977.084,165.499,1.50108,300,5,0,1403,0,0,1), - (16797,2358,0,3719,0,60.4268,257.323,43.5118,0.019068,300,5,0,954,2553,0,1), - (16798,2252,0,11567,0,747.575,-647.568,151.091,5.84355,300,10,0,1163,0,0,1), - (16799,2252,0,11567,0,793.288,-485.912,135.498,2.63795,300,3,0,1163,0,0,1), - (16800,2252,0,11567,0,756.075,-514.504,144.632,0.414765,300,3,0,1163,0,0,1), - (16801,2253,0,610,0,745.767,-549.711,151.846,2.60798,300,3,0,1220,0,0,1), - (16802,2406,0,1058,0,-81.1631,-47.7711,137.738,2.75814,300,10,0,1163,0,0,1), - (16803,2256,0,416,0,576.317,-330.677,150.794,2.67209,300,5,0,4185,0,0,1), - (16804,2255,0,6705,0,577.173,-302.978,152.208,0.896123,300,0,0,2910,2861,0,0), - (16805,2254,0,655,0,708.648,-339.294,141.324,5.28921,300,5,0,3831,0,0,1), - (16806,2272,0,3715,0,47.573,253.206,42.0118,3.57014,300,5,0,882,2362,0,1), - (16807,2255,0,6705,0,610.577,-345.939,152.484,4.51379,300,5,0,2910,2861,0,2), - (16808,2543,0,1595,0,34.8848,255.874,42.0349,3.21141,300,0,0,1227,3191,0,0), - (16809,2254,0,655,0,687.909,-381.773,158.115,1.69224,300,3,0,3831,0,0,1), - (16810,2356,0,3201,0,-13.7593,91.8976,54.9062,1.65491,300,10,0,944,0,0,1), - (16811,2255,0,6705,0,683.912,-343.903,145.795,1.17955,300,5,0,2910,2861,0,1), - (16812,2350,0,1989,0,92.3524,-656.335,87.6916,2.92927,300,5,0,494,0,0,1), - (16813,2349,0,6808,0,40.2863,-59.1109,102.832,2.42534,300,10,0,664,0,0,1), - (16814,2406,0,1058,0,60.2392,-54.8844,101.267,3.51157,300,10,0,1163,0,0,1), - (16815,2628,0,3720,0,89.169,371.175,48.2043,1.09142,300,3,0,1221,0,0,1), - (16816,2271,0,3711,0,33.4977,362.38,43.0735,1.81936,300,6,0,1106,0,0,1), - (16817,2408,0,1244,0,514.773,287.679,33.3248,5.83088,300,10,0,1050,0,0,1), - (16818,2359,0,1068,0,389.492,141.845,42.1623,0.637527,300,5,0,1221,0,0,1), - (16819,2408,0,1244,0,573.347,242.624,27.573,3.05679,300,10,0,1050,0,0,1), - (16820,2408,0,1244,0,555.885,252.473,31.7822,4.50791,300,10,0,1050,0,0,1), - (16821,2408,0,1244,0,584.333,217.015,32.3279,0.412265,300,10,0,1050,0,0,1), - (16822,2359,0,1068,0,405.642,155.971,41.9781,5.30818,300,5,0,1221,0,0,1), - (16823,2349,0,6808,0,-31.196,151.434,53.6047,3.27686,300,10,0,664,0,0,1), - (16824,2408,0,1244,0,653.175,123.714,33.0338,1.87834,300,10,0,1050,0,0,1), - (16825,2408,0,1244,0,682.613,106.923,30.7917,5.15735,300,10,0,1050,0,0,1), - (16826,2408,0,1244,0,616.758,188.439,33.1991,2.60452,300,10,0,1050,0,0,1), - (16827,2408,0,1244,0,644.817,143.254,32.0083,4.84854,300,10,0,1050,0,0,1), - (16828,2408,0,1244,0,684.251,87.6968,32.2845,4.61231,300,10,0,1050,0,0,1), - (16829,2358,0,3719,0,418.417,167.898,43.0854,1.23733,300,5,0,954,2553,0,1), - (16830,2408,0,1244,0,914.714,-109.735,33.8974,5.59317,300,10,0,1050,0,0,1), - (16831,2408,0,1244,0,705.295,34.7223,33.9719,5.10187,300,10,0,1050,0,0,1), - (16832,2407,0,2300,0,1036.29,-284.389,47.7612,0.1372,300,10,0,1221,0,0,1), - (16833,2359,0,1068,0,422.25,251.171,44.2319,3.48449,300,5,0,1221,0,0,1), - (16834,2407,0,2300,0,1018.9,-325.537,57.7319,1.54155,300,5,0,1221,0,0,1), - (16835,2358,0,3718,0,420.743,233.775,43.3513,6.20591,300,5,0,954,2553,0,1), - (16836,2407,0,2300,0,1039.75,-686.548,97.1431,0.005859,300,10,0,1221,0,0,1), - (16837,2406,0,1058,0,-14.6038,-105.304,126.023,1.49852,300,10,0,1163,0,0,1), - (16838,2407,0,2300,0,889.31,-789.888,129.87,1.3331,300,10,0,1221,0,0,1), - (16839,2243,0,3721,0,858.468,-785.521,133.407,1.12731,300,5,0,1469,0,0,1), - (16840,2243,0,3722,0,825.404,-849.894,141.638,3.98794,300,3,0,1469,0,0,1), - (16841,2252,0,11567,0,742.601,-770.774,183.201,5.29295,300,5,0,1163,0,0,1), - (16842,2252,0,11567,0,749.545,-683.383,153.426,0.587342,300,10,0,1163,0,0,1), - (16843,2252,0,11567,0,718.137,-717.208,158.357,1.87916,300,10,0,1163,0,0,1), - (16844,2252,0,11567,0,691.229,-742.267,163.049,0.323279,300,10,0,1163,0,0,1), - (16845,2253,0,610,0,614.16,-683.062,152.979,1.23983,300,5,0,1220,0,0,1), - (16846,2252,0,11567,0,627.061,-650.58,153.807,0.080526,300,5,0,1163,0,0,1), - (16847,2253,0,610,0,610.837,-697.634,152.17,0.923733,300,3,0,1220,0,0,1), - (16848,2253,0,610,0,669.238,-545.509,171.697,2.75746,300,5,0,1220,0,0,1), - (16849,2252,0,11567,0,658.417,-706.339,161.207,0.901045,300,3,0,1163,0,0,1), - (16850,2253,0,610,0,649.382,-684.611,156.629,0.161979,300,3,0,1220,0,0,1), - (16851,2349,0,6808,0,195.676,8.67672,64.4098,0.047947,300,10,0,664,0,0,1), - (16852,2408,0,1244,0,229.941,-1254.32,32.1782,1.74366,300,10,0,1050,0,0,1), - (16853,2358,0,3719,0,116.958,268.794,43.2375,0.758022,300,5,0,954,2553,0,1), - (16854,2408,0,1244,0,264.946,-1277.44,37.1807,5.9043,300,10,0,1050,0,0,1), - (16855,2408,0,1244,0,285.907,-1316.24,35.1194,3.5833,300,10,0,1050,0,0,1), - (16856,2358,0,3718,0,101.512,254.569,43.429,3.25131,300,5,0,954,2553,0,1), - (16857,2351,0,806,0,264.34,-955.171,91.409,6.2578,300,5,0,677,0,0,1), - (16858,883,0,347,0,377.573,-833.667,128.466,1.88884,300,5,0,1,0,0,1), - (16859,2358,0,3718,0,82.4674,459.494,43.4963,4.87487,300,6,0,954,2553,0,1), - (16860,2628,0,3720,0,53.283,459.876,42.0044,4.36431,300,5,0,1221,0,0,1), - (16861,2359,0,1068,0,40.2234,499.85,42.0326,1.927,300,5,0,1221,0,0,1), - (16862,2628,0,3720,0,51.137,395.157,42.1286,1.088,300,5,0,1221,0,0,1), - (16863,2242,0,3717,0,637.464,-896.279,163.748,3.76756,300,5,0,1403,0,0,1), - (16864,4075,0,1141,0,619.366,-922.788,164.71,3.9063,300,0,0,8,0,0,0), - (16865,2358,0,3718,0,31.5447,476.609,43.3808,1.26086,300,0,0,954,2553,0,0), - (16866,2359,0,1068,0,62.7876,435.948,42.0057,1.00443,300,5,0,1221,0,0,1), - (16867,2359,0,1068,0,34.483,329.744,43.0715,6.11476,300,5,0,1221,0,0,1), - (16868,2359,0,1068,0,108.844,453.152,42.0326,1.83047,300,5,0,1221,0,0,1), - (16869,2358,0,3719,0,90.2232,337.625,43.3797,2.83848,300,5,0,954,2553,0,1), - (16870,2358,0,3718,0,73.645,359.973,44.675,4.312,300,5,0,954,2553,0,1), - (16871,2359,0,1068,0,63.3313,250.556,42.8865,2.78465,300,5,0,1221,0,0,1), - (16872,2358,0,3718,0,75.4903,422.109,43.0974,2.90567,300,5,0,954,2553,0,1), - (16873,2628,0,3720,0,85.1788,375.522,43.4396,5.10317,300,5,0,1221,0,0,1), - (16874,2359,0,1068,0,58.4591,359.347,43.7877,2.01109,300,5,0,1221,0,0,1), - (16875,2359,0,1068,0,78.6308,313.45,41.8733,4.10925,300,5,0,1221,0,0,1), - (16876,2628,0,3720,0,102.284,321.909,43.0326,3.5415,300,5,0,1221,0,0,1), - (16877,2358,0,3719,0,78.2557,282.82,43.6286,0.20122,300,5,0,954,2553,0,1), - (16878,2254,0,655,0,649.637,-314.06,151.329,4.28614,300,5,0,3831,0,0,1), - (16879,3985,0,2052,0,884.315,-121.84,38.4745,6.28045,600,0,0,3489,0,0,0), - (16880,2246,0,3728,0,1121.29,-402.157,51.105,0.191585,300,5,0,1604,0,0,1), - (16881,2246,0,3728,0,1107.29,-369.791,46.7697,1.07792,300,5,0,1604,0,0,1), - (16882,2246,0,3728,0,1079.31,-354.659,52.5022,2.15346,300,5,0,1604,0,0,1), - (16883,2246,0,3727,0,1128.21,-357.093,43.5022,5.64243,300,5,0,1604,0,0,1), - (16884,2243,0,3721,0,1013.1,-787.996,108.293,2.21531,300,3,0,1469,0,0,1), - (16885,2252,0,11567,0,515.365,-743.53,162.086,3.29066,300,10,0,1163,0,0,1), - (16886,2243,0,3722,0,1007.45,-769.969,107.543,4.66516,300,10,0,1469,0,0,1), - (16887,2243,0,3722,0,953.315,-852.348,114.603,0.325815,300,3,0,1469,0,0,1), - (16888,2245,0,3726,0,1014.24,-811.639,108.443,0.026395,300,3,0,1536,0,0,1), - (16889,2243,0,3722,0,921.967,-820.755,119.135,3.38805,300,5,0,1469,0,0,1), - (16890,2245,0,3726,0,935.615,-833.923,114.853,1.67503,300,0,0,1536,0,0,0), - (16891,2243,0,3722,0,927.343,-848.585,115.893,4.71953,300,0,0,1469,0,0,0), - (16892,2318,0,3724,0,930.255,-860.302,115.018,5.14075,300,0,0,1034,2680,0,0), - (16893,2245,0,3725,0,1109.13,-739.73,70.945,3.35955,300,0,0,1536,0,0,0), - (16894,2243,0,3722,0,951.806,-828.002,114.478,1.39864,300,3,0,1469,0,0,1), - (16895,2243,0,3722,0,953.599,-864.57,113.728,5.35057,300,3,0,1469,0,0,1), - (16896,2243,0,3721,0,941.045,-871.455,114.325,5.60531,300,3,0,1469,0,0,1), - (16897,2243,0,3721,0,961.763,-837.9,113.478,0.012423,300,3,0,1469,0,0,1), - (16898,2349,0,6808,0,127.549,-13.6348,79.6948,3.51956,300,10,0,664,0,0,1), - (16899,2247,0,3729,0,1218.18,-319.604,48.384,3.63428,300,3,0,1678,0,0,1), - (16900,2423,0,1833,0,1227.89,-317.491,48.3923,4.45659,300,0,0,1522,1332,0,0), - (16901,2246,0,3728,0,1218.9,-323.561,48.383,0.622039,300,5,0,1604,0,0,1), - (16902,2243,0,3722,0,1025.23,-699.242,100.65,3.7556,300,3,0,1469,0,0,1), - (16903,2245,0,3726,0,997.809,-809.971,109.901,6.23948,300,3,0,1536,0,0,1), - (16904,2243,0,3721,0,987.479,-772.467,108.715,3.50352,300,0,0,1469,0,0,0), - (16905,2306,0,1827,0,1180.59,-555.904,71.1468,1.8822,300,0,0,1239,3191,0,0), - (16906,2243,0,3722,0,930.37,-767.661,120.18,0.715615,300,10,0,1469,0,0,1), - (16907,2245,0,3726,0,977.495,-773.211,109.84,4.8143,300,3,0,1536,0,0,1), - (16908,2318,0,3724,0,990.452,-787.772,109.465,1.52463,300,0,0,1034,2680,0,0), - (16909,2245,0,3726,0,995.187,-776.481,108.59,5.56314,300,0,0,1536,0,0,0), - (16910,2243,0,3722,0,1067.43,-693.762,84.9393,3.55061,300,5,0,1469,0,0,1), - (16911,2243,0,3721,0,981.158,-789.444,112.965,2.47401,300,0,0,1469,0,0,0), - (16912,2359,0,1068,0,78.1976,225.788,42.1213,5.30245,300,5,0,1221,0,0,1), - (16913,2407,0,2300,0,1075.66,-628.732,91.8456,4.24081,300,10,0,1221,0,0,1), - (16914,2243,0,3721,0,1160.43,-551.638,74.1004,2.54045,300,10,0,1469,0,0,1), - (16915,2358,0,3719,0,92.6306,232.972,43.2658,5.69433,300,5,0,954,2553,0,1), - (16916,2359,0,1068,0,127.99,244.026,43.82,0.493506,300,5,0,1221,0,0,1), - (16917,2359,0,1068,0,298.926,173.572,41.2229,5.28293,300,5,0,1221,0,0,1), - (16918,2243,0,3722,0,1174.92,-542.781,72.8968,2.47518,300,10,0,1469,0,0,1), - (16919,2243,0,3721,0,1186.63,-565.633,72.1468,5.40058,300,3,0,1469,0,0,1), - (16920,2243,0,3722,0,1163.49,-529.427,76.7648,3.40836,300,10,0,1469,0,0,1), - (16921,2243,0,3721,0,1131.01,-506.511,76.0326,4.97538,300,5,0,1469,0,0,1), - (16922,2243,0,3722,0,1185.29,-542.59,72.6468,3.5126,300,10,0,1469,0,0,1), - (16923,2243,0,3721,0,1168.53,-572.707,72.9234,1.78287,300,3,0,1469,0,0,1), - (16924,2628,0,3720,0,160.558,223.594,42.7157,5.98357,300,5,0,1221,0,0,1), - (16925,2358,0,3718,0,309.409,186.122,42.8756,4.54891,300,5,0,954,2553,0,1), - (16926,2243,0,3721,0,1201.28,-554.588,70.4562,3.76099,300,3,0,1469,0,0,1), - (16927,2318,0,3724,0,1174.19,-554.698,71.1468,0.255882,300,0,0,1034,2680,0,0), - (16928,2245,0,3725,0,1161.51,-564.228,71.7254,5.37378,300,3,0,1536,0,0,1), - (16929,2243,0,3722,0,1121.97,-708.237,69.7967,5.82797,300,0,0,1469,0,0,0), - (16930,2318,0,3723,0,1113.03,-708.455,72.0467,0.358357,300,0,0,1034,2680,0,0), - (16931,2243,0,3722,0,1103.93,-710.05,73.7967,6.02712,300,0,0,1469,0,0,0), - (16932,2243,0,3721,0,1096.8,-725.897,74.4938,0.295866,300,0,0,1469,0,0,0), - (16933,2359,0,1068,0,370.506,201.773,42.7826,1.08532,300,5,0,1221,0,0,1), - (16934,2359,0,1068,0,373.33,137.436,43.4051,5.83379,300,5,0,1221,0,0,1), - (16935,2245,0,3726,0,1128.34,-723.285,69.4217,5.52093,300,0,0,1536,0,0,0), - (16936,2358,0,3718,0,357.448,174.729,41.9861,5.15566,300,5,0,954,2553,0,1), - (16937,2359,0,1068,0,457.985,169.822,42.0298,0.39695,300,5,0,1221,0,0,1), - (16938,2628,0,3720,0,414.552,211.044,43.2272,5.03043,300,5,0,1221,0,0,1), - (16939,2358,0,3718,0,486.93,203.107,43.0991,5.0744,300,5,0,954,2553,0,1), - (16940,2421,0,416,0,627.546,-297.646,152.887,2.66314,300,0,0,4572,0,0,0), - (16941,2359,0,1068,0,491.084,224.798,41.9545,3.04521,300,5,0,1221,0,0,1), - (16942,2358,0,3718,0,447.378,184.093,43.2503,3.64548,300,5,0,954,2553,0,1), - (16943,2422,0,11552,0,718.836,-321.472,140.395,3.56283,300,0,0,4377,0,0,0), - (16944,2359,0,1068,0,445.97,214.298,42.0323,3.16357,300,5,0,1221,0,0,1), - (16945,2359,0,1068,0,456.133,268.804,42.891,1.00392,300,5,0,1221,0,0,1), - (16946,2359,0,1068,0,444.464,224.338,42.137,4.06395,300,5,0,1221,0,0,2), - (16947,2420,0,536,0,513.84,-324.677,153.675,6.07188,300,0,0,8057,2572,0,0), - (16948,2358,0,3718,0,473.709,240.079,43.4152,0.070947,300,5,0,954,2553,0,1), - (16949,2359,0,1068,0,344.881,178.165,42.4246,4.00452,300,5,0,1221,0,0,1), - (16950,2358,0,3718,0,393.615,217.372,43.6941,0.075239,300,5,0,954,2553,0,1), - (16951,2253,0,610,0,410.518,-518.126,170.693,0.873433,300,10,0,1220,0,0,1), - (16952,2408,0,1244,0,332.292,-1421.88,35,3.24132,300,10,0,1050,0,0,1), - (16953,2406,0,1058,0,-125.159,-175.088,113.374,0.714812,300,10,0,1163,0,0,1), - (16954,2287,0,536,0,463.299,-216.028,152.522,6.17709,300,0,0,4377,0,0,0), - (16955,2287,0,536,0,494.312,-232.524,151.023,3.48393,300,0,0,4377,0,0,0), - (16956,2287,0,536,0,523.729,-234.227,152.522,2.05503,300,0,0,4377,0,0,0), - (16957,2287,0,536,0,514.939,-221.333,152.522,4.60208,300,5,0,4377,0,0,1), - (16958,2241,0,3710,0,236.107,-850.734,146.978,1.47384,300,0,0,1213,0,0,0), - (16959,2319,0,3713,0,244.007,-844.847,147.228,0.798752,300,3,0,954,2553,0,1), - (16960,2240,0,3707,0,237.363,-832.673,146.439,4.82431,300,5,0,1163,0,0,1), - (16961,2240,0,3707,0,267.085,-798.087,139.064,4.50825,300,10,0,1163,0,0,1), - (16962,2242,0,3716,0,623.416,-801.88,163.582,2.20365,300,5,0,1403,0,0,1), - (16963,2242,0,3717,0,654.379,-806.908,162.531,2.53249,300,5,0,1403,0,0,1), - (16964,2242,0,3717,0,622.713,-961.933,164.701,5.83331,300,5,0,1403,0,0,1), - (16965,2241,0,3710,0,203.335,-865.629,156.773,5.05402,300,10,0,1213,0,0,1), - (16966,2440,0,3732,0,245.389,-859.285,147.103,2.31623,300,5,0,1159,0,0,1), - (16967,2240,0,3706,0,229.853,-882.432,154.76,2.34784,300,3,0,1163,0,0,1), - (16968,2240,0,3706,0,254.979,-850.563,146.853,1.14161,300,10,0,1163,0,0,1), - (16969,2240,0,3707,0,222.754,-859.775,148.023,3.25053,300,0,0,1163,0,0,0), - (16970,2240,0,3707,0,245.267,-868.649,148.056,4.99229,300,3,0,1163,0,0,1), - (16971,2241,0,3709,0,193.253,-852.942,155.736,5.30039,300,5,0,1213,0,0,1), - (16972,2240,0,3707,0,265.059,-834.333,144.195,2.4156,300,5,0,1163,0,0,1), - (16973,2447,0,6371,0,280.199,-1280.49,40.722,2.09915,53200,5,0,12121,2966,0,2), - (16974,2287,0,536,0,504.94,-212.445,161.344,2.74369,300,0,0,4377,0,0,0), - (16975,2356,0,3201,0,86.9317,186.725,45.28,0.382359,300,10,0,944,0,0,1), - (16976,2287,0,536,0,475.089,-229.745,161.344,5.09011,300,0,0,4377,0,0,0), - (16977,2287,0,536,0,519.215,-233.487,176.548,3.44486,300,0,0,4377,0,0,0), - (16978,2287,0,536,0,504.848,-198.32,176.548,0.171632,300,0,0,4377,0,0,0), - (16979,2287,0,536,0,462.583,-220.559,176.548,4.75883,300,0,0,4377,0,0,0), - (16980,2287,0,536,0,483.799,-253.193,176.548,1.2047,300,0,0,4377,0,0,0), - (16981,2287,0,536,0,494.189,-219.115,161.344,0.375967,300,5,0,4377,0,0,2), - (16982,2287,0,536,0,474.174,-230.262,152.522,0.549092,300,5,0,4377,0,0,2), - (16983,2287,0,536,0,486.438,-220.825,152.522,5.26489,300,5,0,4377,0,0,2), - (16984,2271,0,11474,0,31.3163,359.058,43.089,6.15927,300,7,0,1106,0,0,1), - (16985,2246,0,3727,0,1211.9,-306.238,43.6272,4.9607,300,5,0,1604,0,0,1), - (16986,2358,0,3719,0,33.6064,363.983,43.0696,2.36002,300,5,0,954,2553,0,1), - (16987,2242,0,3717,0,719.292,-901.453,166.285,1.55704,300,5,0,1403,0,0,1), - (16988,2386,0,3705,0,-20.3653,-320.395,131.224,4.27606,300,0,0,3330,0,0,0), - (16989,13841,0,13841,0,-16.3255,-321.615,131.254,4.38078,600,0,0,9563,0,0,0), - (16990,16392,0,16163,0,57.0785,-235.115,129.506,0.927708,600,5,0,8400,0,0,2), - (16991,13816,0,13794,0,14.9091,-354.979,131.126,3.01942,300,0,0,1185,0,0,0), - (16992,2386,0,3705,0,14.4193,-351.856,131.161,3.82227,300,0,0,3330,0,0,0), - (16993,2407,0,2300,0,-51.0512,-585.43,154.056,1.63211,300,10,0,1221,0,0,1), - (16994,2252,0,11567,0,515.574,-620.737,170.678,5.66709,300,5,0,1163,0,0,1), - (16995,2255,0,6705,0,646.925,-416.483,158.964,4.94589,300,5,0,2910,2861,0,1), - (16996,2254,0,655,0,544.623,-449.631,169.007,1.47696,300,3,0,3831,0,0,1), - (16997,2254,0,655,0,645.684,-346.644,150.63,1.08693,300,5,0,3831,0,0,1), - (16998,2254,0,655,0,626.715,-514.474,179.317,2.76538,300,5,0,3831,0,0,2), - (16999,2253,0,610,0,450.549,-623.206,167.599,0.309406,300,10,0,1220,0,0,2), - (17000,2253,0,610,0,516.877,-655.732,161.274,3.14355,300,5,0,1220,0,0,1), - (17001,2318,0,3723,0,637.477,-824.794,159.937,3.94363,300,0,0,1034,2680,0,0), - (17002,2252,0,11567,0,517.863,-686.477,159.279,2.85136,300,10,0,1163,0,0,1), - (17003,2253,0,610,0,481.073,-660.191,166.677,4.93509,300,10,0,1220,0,0,1), - (17004,2242,0,3717,0,688.203,-925.587,164.325,4.25554,300,5,0,1403,0,0,1), - (17005,2242,0,3716,0,681.319,-914.423,164.948,6.26259,300,5,0,1403,0,0,1), - (17006,2242,0,3716,0,690.531,-935.203,164.951,1.50866,300,5,0,1403,0,0,1), - (17007,2319,0,3713,0,686.47,-901.533,164.935,6.00372,300,0,0,954,2553,0,0), - (17008,2318,0,3724,0,678.995,-903.938,157.779,4.31451,300,0,0,1034,2680,0,0), - (17009,2316,0,3684,0,683.518,-895.468,171.889,4.03171,300,0,0,711,0,0,0), - (17010,2242,0,3716,0,695.282,-936.197,171.806,4.05018,300,5,0,1403,0,0,1), - (17011,2319,0,3712,0,688.478,-894.129,157.78,5.80085,300,5,0,954,2553,0,1), - (17012,2319,0,3713,0,679.425,-933.79,171.806,4.11187,300,5,0,954,2553,0,1), - (17013,2242,0,3716,0,680.913,-917.857,171.806,6.17192,300,5,0,1403,0,0,1), - (17014,2318,0,3724,0,644.461,-931.561,166.408,4.44413,300,0,0,1034,2680,0,0), - (17015,2319,0,3713,0,679.415,-984.824,165.594,5.03724,300,0,0,954,2553,0,0), - (17016,2319,0,3713,0,650.61,-938.015,166.408,5.34427,300,0,0,954,2553,0,0), - (17017,2242,0,3717,0,658.716,-992.233,166.397,6.01485,300,5,0,1403,0,0,1), - (17018,2242,0,3717,0,683.847,-994.997,165.58,4.15397,300,5,0,1403,0,0,1), - (17019,2318,0,3723,0,684.328,-998.427,170.36,1.25963,300,0,0,1034,2680,0,0), - (17020,2431,0,1830,0,689.462,-984.645,165.594,5.43263,300,0,0,1536,0,0,0), - (17021,2242,0,3717,0,682.981,-994.398,170.359,3.49846,300,5,0,1403,0,0,1), - (17022,2319,0,3713,0,678.254,-986.974,170.355,5.82411,300,3,0,954,2553,0,1), - (17023,2319,0,3713,0,731.417,-948.522,165.326,4.65513,300,10,0,954,2553,0,1), - (17024,2319,0,3713,0,731.106,-962.129,166.225,0.027601,300,0,0,954,2553,0,0), - (17025,2319,0,3713,0,750.588,-941.621,166.228,0.171166,300,5,0,954,2553,0,1), - (17026,2318,0,3724,0,742.466,-962.231,166.228,3.52509,300,0,0,1034,2680,0,0), - (17027,2319,0,3712,0,678.246,-959.698,164.475,4.63889,300,5,0,954,2553,0,1), - (17028,2242,0,3717,0,655.103,-963.234,164.585,5.66938,300,5,0,1403,0,0,1), - (17029,2407,0,2300,0,910.605,-717.856,125.825,0.940396,300,10,0,1221,0,0,1), - (17030,2407,0,2300,0,929.454,-714.905,121.426,3.33612,300,10,0,1221,0,0,1), - (17031,2246,0,3727,0,1141.32,-314.401,44.0243,2.4635,300,5,0,1604,0,0,1), - (17032,2246,0,3727,0,1212.78,-335.065,43.2034,1.9082,300,5,0,1604,0,0,1), - (17033,2287,0,536,0,583.83,-246.748,147.402,1.57791,300,10,0,4377,0,0,1), - (17034,2287,0,536,0,545.437,-213.445,147.091,2.0781,300,10,0,4377,0,0,1), - (17035,2256,0,416,0,542.972,-284.713,152.239,4.91177,300,5,0,4185,0,0,1), - (17036,2256,0,416,0,564.359,-325.241,150.794,3.96101,300,5,0,4185,0,0,2), - (17037,2256,0,416,0,551.142,-247.288,150.08,0.237406,300,10,0,4185,0,0,1), - (17038,2256,0,416,0,579.702,-214.162,144.218,2.96821,300,10,0,4185,0,0,1), - (17039,2287,0,536,0,506.309,-252.899,151.283,2.14939,300,5,0,4377,0,0,2), - (17040,2417,0,11563,0,484.117,-212.956,145.449,1.34361,600,0,0,3540,1236,0,2), - (17041,2256,0,416,0,582.453,-275.855,150.352,5.26259,300,5,0,4185,0,0,1), - (17042,2287,0,536,0,480.93,-312.608,156.495,3.29597,300,10,0,4377,0,0,1), - (17043,2256,0,416,0,485.349,-352.238,177.792,4.69012,300,0,0,4185,0,0,0), - (17044,2246,0,3728,0,1125.68,-329.265,44.0319,2.2934,300,5,0,1604,0,0,1), - (17045,2247,0,3729,0,1153.59,-345.708,44.6076,5.74756,300,5,0,1678,0,0,1), - (17046,2256,0,416,0,453.524,-324.387,163.722,5.0239,300,5,0,4185,0,0,1), - (17047,2246,0,3727,0,1205.13,-326.163,42.572,1.54423,300,5,0,1604,0,0,1), - (17048,2246,0,3727,0,1218.41,-318.921,43.6272,5.37087,300,5,0,1604,0,0,1), - (17049,2247,0,3730,0,1225.8,-315.277,43.624,0.204444,300,0,0,1678,0,0,0), - (17050,2247,0,3730,0,1165.54,-372.058,47.6272,1.53469,300,5,0,1678,0,0,1), - (17051,2246,0,3727,0,1186.34,-351.027,46.9817,5.63644,300,5,0,1604,0,0,1), - (17052,2320,0,1836,0,1232.85,-314.9,44.1864,3.24631,300,0,0,1753,0,0,0), - (17053,2247,0,3730,0,1158.11,-421.317,59.5218,4.69381,300,3,0,1678,0,0,1), - (17054,2407,0,2300,0,1138.11,-491.476,71.8514,2.07989,300,10,0,1221,0,0,1), - (17055,2243,0,3722,0,1119.21,-513.702,80.2515,0.839288,300,5,0,1469,0,0,1), - (17056,2252,0,11567,0,817.765,-656.638,150.396,6.0569,300,10,0,1163,0,0,1), - (17057,2253,0,610,0,785.363,-650.579,148.54,5.19189,300,10,0,1220,0,0,1), - (17058,2253,0,610,0,715.072,-585.638,164.237,0.697297,300,10,0,1220,0,0,1), - (17059,2256,0,416,0,380.16,-286.451,158.182,4.08968,300,5,0,4185,0,0,1), - (17060,2287,0,536,0,393.959,-314.548,164.389,0.034832,300,5,0,4377,0,0,1), - (17061,2287,0,536,0,421.195,-291.154,163.5,1.38048,300,0,0,4377,0,0,0), - (17062,2256,0,416,0,479.627,-288.926,154.486,4.00883,300,5,0,4185,0,0,1), - (17063,2256,0,416,0,407.184,-326.58,165.899,0.069951,300,5,0,4185,0,0,1), - (17064,2287,0,536,0,452.979,-280.865,160.586,2.37553,300,5,0,4377,0,0,1), - (17065,2406,0,1058,0,26.6082,-72.8633,108.79,5.91573,300,10,0,1163,0,0,1), - (17066,14222,0,1933,0,153.893,-62.1832,100.034,4.13847,43200,0,0,1342,0,0,0), - (17067,2252,0,11567,0,487.315,-577.701,179.288,0.564797,300,5,0,1163,0,0,1), - (17068,2254,0,655,0,609.137,-501.562,174.307,0.153292,300,3,0,3831,0,0,1), - (17069,2251,0,6767,0,582.327,-120.867,140.161,5.18303,300,5,0,1221,0,0,1), - (17070,2251,0,6767,0,651.883,-117.319,138.087,0.744322,300,10,0,1221,0,0,1), - (17071,2251,0,6767,0,697.083,-137.171,140.43,3.75722,300,5,0,1221,0,0,1), - (17072,2255,0,6705,0,627.771,-496.414,176.108,2.86067,300,5,0,2910,2861,0,2), - (17073,2251,0,6767,0,318.52,-388.749,170.846,1.09349,300,10,0,1221,0,0,1), - (17074,2251,0,6767,0,758.091,-163.123,136.654,2.50122,300,5,0,1221,0,0,1), - (17075,2251,0,6767,0,795.134,-219.984,135.505,5.82298,300,5,0,1221,0,0,1), - (17076,2251,0,6767,0,491.276,-51.0176,147.555,1.92157,300,5,0,1221,0,0,1), - (17077,2349,0,6808,0,318.011,82.7339,49.147,0.754273,300,10,0,664,0,0,1), - (17078,2254,0,655,0,623.545,-424.733,161.581,4.16375,300,5,0,3831,0,0,1), - (17079,2251,0,6767,0,264.081,-262.043,144.902,6.28017,300,3,0,1221,0,0,1), - (17080,2251,0,6767,0,820.378,-246.564,145.692,5.21882,300,5,0,1221,0,0,1), - (17081,2255,0,6705,0,604.21,-428.788,162.416,2.0318,300,5,0,2910,2861,0,1), - (17082,2254,0,655,0,592.707,-448.215,162.539,0.514212,300,5,0,3831,0,0,1), - (17083,2254,0,655,0,565.341,-428.128,176.763,0.547347,300,3,0,3831,0,0,1), - (17084,2251,0,6767,0,244.623,-267.242,144.82,2.86984,300,5,0,1221,0,0,2), - (17085,2251,0,6767,0,837.333,-221.407,136.233,1.81918,300,5,0,1221,0,0,1), - (17086,2251,0,6767,0,268.13,-271.381,146.755,3.92834,300,3,0,1221,0,0,1), - (17087,4463,0,6030,0,-8859.22,-2523,133.914,3.96829,300,5,0,472,1357,0,1), - (17088,2251,0,6767,0,549.496,-80.9045,143.423,3.42092,300,10,0,1221,0,0,1), - (17089,2251,0,6767,0,581.406,-46.6115,139.593,1.90245,300,5,0,1221,0,0,1), - (17090,3984,0,2047,0,888.142,-121.85,38.3887,1.0821,600,0,0,3330,0,0,0), - (17091,2251,0,6767,0,613.392,-82.423,136.765,2.17992,300,5,0,1221,0,0,1), - (17092,2251,0,6767,0,482.405,-83.0444,147.901,3.20409,300,5,0,1221,0,0,1), - (17093,2254,0,655,0,612.385,-405.736,160.291,0.061967,300,5,0,3831,0,0,1), - (17094,2271,0,3711,0,-132.845,197.773,55.5116,4.15388,300,0,0,1106,0,0,0), - (17095,2254,0,655,0,589.876,-374.514,155.533,2.39405,300,0,0,3831,0,0,0), - (17096,2250,0,1050,0,295.717,-72.5672,143.07,-2.05713,300,3,0,1163,0,0,1), - (17097,2246,0,3728,0,1210.39,-263.829,34.54,5.29039,300,5,0,1604,0,0,1), - (17098,883,0,347,0,785.417,-1469.76,75.4901,2.79253,300,10,0,1,0,0,1), - (17099,2250,0,1050,0,274.233,-93.0351,142.633,-2.5994,300,0,0,1163,0,0,0), - (17100,2271,0,11474,0,-131.713,177.702,58.6838,2.47112,300,10,0,1106,0,0,1), - (17101,2250,0,1050,0,246.242,-127,140.002,-1.96796,300,0,0,1163,0,0,0), - (17102,2271,0,11474,0,-139.098,200.69,56.5748,4.20624,300,0,0,1106,0,0,0), - (17103,2271,0,11474,0,-65.9751,196.352,53.2914,5.61996,300,0,0,1106,0,0,0), - (17104,2271,0,3711,0,-142.473,267.622,81.7666,0.563457,300,3,0,1106,0,0,1), - (17105,2252,0,11567,0,373.067,-544.44,162.54,0.680439,300,10,0,1163,0,0,1), - (17106,2253,0,610,0,416.831,-652.609,168.172,1.99022,300,3,0,1220,0,0,1), - (17107,2253,0,610,0,848.877,-453.343,133.636,4.56049,300,10,0,1220,0,0,1), - (17108,2252,0,11567,0,887.586,-446.3,135.309,1.76647,300,5,0,1163,0,0,1), - (17109,2271,0,3711,0,-69.0811,189.072,53.4005,4.62512,300,7,0,1106,0,0,1), - (17110,2252,0,11567,0,818.38,-446.772,134.109,1.29342,300,10,0,1163,0,0,1), - (17111,2252,0,11567,0,376.184,-474.349,178.482,2.73572,300,10,0,1163,0,0,1), - (17112,2253,0,610,0,848.011,-495.318,135.07,3.78978,300,10,0,1220,0,0,1), - (17113,2272,0,3714,0,-132.038,211.602,53.5225,5.3552,300,5,0,882,2362,0,2), - (17114,2252,0,11567,0,355.259,-487.538,174.401,0.063205,300,10,0,1163,0,0,1), - (17285,2253,0,610,0,913.402,-482.009,135.512,3.27576,300,3,0,1220,0,0,1), - (17286,2246,0,3727,0,1212.02,-295.032,41.6449,1.39626,300,0,0,1604,0,0,0), - (17287,2246,0,3727,0,1243.57,-281.413,41.0466,1.59453,300,5,0,1604,0,0,1), - (17288,2272,0,3715,0,-63.4723,225.301,53.3028,1.28586,300,5,0,882,2362,0,1), - (17289,2411,0,1838,0,-73.2279,218.838,53.4005,5.12946,300,6,0,1221,0,0,1), - (17290,2252,0,11567,0,842.781,-517.835,139.854,3.50485,300,10,0,1163,0,0,1), - (17291,2253,0,610,0,876.801,-555.965,141.884,3.4851,300,5,0,1220,0,0,2), - (17292,2247,0,3729,0,1191.44,-289.727,40.3282,5.43101,300,10,0,1678,0,0,2), - (17293,2412,0,1828,0,-112.737,213.864,55.4265,2.66181,300,5,0,1221,0,0,1), - (17294,2413,0,1829,0,-104.762,225.969,55.1642,2.36573,300,5,0,1279,0,0,1), - (17295,2247,0,3730,0,1255.23,-253.967,42.8272,1.32914,300,5,0,1678,0,0,1), - (17296,2271,0,11474,0,-35.3758,210.943,51.561,4.10292,300,10,0,1106,0,0,1), - (17297,2253,0,610,0,883.216,-552.075,141.885,1.65696,300,5,0,1220,0,0,1), - (17298,2252,0,11567,0,810.396,-586.578,144.25,3.64063,300,5,0,1163,0,0,1), - (17299,2252,0,11567,0,714.346,-614.606,157.01,1.53932,300,5,0,1163,0,0,1), - (17300,2253,0,610,0,687.099,-563.148,165.921,6.13811,300,10,0,1220,0,0,1), - (17301,2271,0,3711,0,-60.4079,288.791,57.9706,5.48033,300,4,0,1106,0,0,1), - (17302,2271,0,3711,0,-72.2002,279.219,66.0736,1.37881,300,4,0,1106,0,0,1), - (17303,2272,0,3714,0,-51.4258,283.003,57.8904,5.02819,300,5,0,882,2362,0,1), - (17304,2252,0,11567,0,787.607,-613.366,146.568,5.42999,300,10,0,1163,0,0,1), - (17305,2252,0,11567,0,692.677,-585.796,165.611,5.80102,300,3,0,1163,0,0,1), - (17306,2271,0,3711,0,-63.8853,276.199,66.0735,2.89725,300,5,0,1106,0,0,1), - (17307,2356,0,3201,0,-53.8835,351.264,62.5955,0.06163,300,10,0,944,0,0,1), - (17308,2253,0,610,0,679.338,-676.477,157.42,5.06145,300,3,0,1220,0,0,1), - (17309,2356,0,3201,0,209.326,188.713,44.1624,1.89949,300,10,0,944,0,0,1), - (17310,2253,0,610,0,654.786,-636.09,157.662,1.15192,300,5,0,1220,0,0,2), - (17311,2253,0,610,0,648.909,-647.39,155.598,2.44324,300,5,0,1220,0,0,1), - (17312,2251,0,6767,0,287.106,-310.272,159.842,0.03827,300,0,0,1221,0,0,0), - (17313,2414,0,1831,0,-52.7808,285.753,66.0425,1.21784,300,0,0,1365,0,0,0), - (17314,2250,0,1050,0,244.251,-312.776,152.792,3.37377,300,10,0,1163,0,0,1), - (17316,615,0,6040,0,-8707.9,-2365.84,157.416,1.88492,300,5,0,617,0,0,1), - (17317,615,0,6040,0,-8757.97,-2367.63,157.606,4.62049,300,5,0,617,0,0,1), - (17318,4463,0,6030,0,-8724.23,-2347.55,156,5.60251,300,0,0,472,1357,0,0), - (17319,615,0,6040,0,-8718.67,-2342.11,156,5.63741,300,0,0,617,0,0,0), - (17320,615,0,6040,0,-8731.44,-2350.1,156.307,5.11381,300,0,0,617,0,0,0), - (17321,435,0,6044,0,-8715.86,-2155.98,158.518,5.32325,300,0,0,664,0,0,0), - (17322,615,0,6040,0,-8759.72,-2380.98,156.724,4.04466,300,5,0,617,0,0,1), - (17323,435,0,6044,0,-8693.64,-2147.79,158.445,4.79965,300,0,0,664,0,0,0), - (17324,615,0,6040,0,-8707.1,-2329.1,156.791,2.28638,300,5,0,617,0,0,1), - (17325,615,0,6040,0,-8697.62,-2166.55,157.133,2.98829,300,0,0,617,0,0,0), - (17326,435,0,6044,0,-8685.82,-2345.84,157.181,2.6529,300,0,0,664,0,0,0), - (17327,4463,0,6030,0,-8691.12,-2342.73,156.396,3.4383,300,0,0,472,1357,0,0), - (17328,615,0,6040,0,-8688.94,-2351.09,157.86,2.63545,300,0,0,617,0,0,0), - (17331,435,0,6044,0,-8688.63,-2318.55,156.416,5.70236,300,5,0,664,0,0,1), - (17332,435,0,6044,0,-8672.24,-2318.15,156.041,4.49892,300,5,0,664,0,0,1), - (17333,615,0,6040,0,-8677.03,-2269.45,155.298,4.94046,300,5,0,617,0,0,1), - (17334,435,0,6044,0,-8718.72,-2229.81,154.669,1.92797,300,3,0,664,0,0,1), - (17335,4463,0,6030,0,-8667.85,-2265.95,157.107,3.14159,300,0,0,472,1357,0,0), - (17337,435,0,6044,0,-8679.48,-2242.8,156.138,5.55015,300,0,0,664,0,0,0), - (17340,2271,0,11474,0,-57.3088,268.153,55.0573,0.770251,300,5,0,1106,0,0,1), - (17341,2415,0,1840,0,-49.0337,286.444,66.1258,3.61283,300,0,0,1265,2763,0,0), - (17342,2252,0,11567,0,355.384,-590.003,154.001,6.03635,300,10,0,1163,0,0,1), - (17343,2349,0,6808,0,-157.096,341.104,86.8935,2.44922,300,10,0,664,0,0,1), - (17344,2251,0,6767,0,319.192,-350.858,168.027,6.21789,300,10,0,1221,0,0,1), - (17345,2252,0,11567,0,386.934,-615.523,159.569,4.94748,300,10,0,1163,0,0,1), - (17346,2253,0,610,0,649.106,-717.863,159.806,4.03139,300,3,0,1220,0,0,1), - (17347,2272,0,3715,0,-54.1073,302.767,53.8939,5.70304,300,5,0,882,2362,0,1), - (17348,2251,0,6767,0,281.708,-390.546,165.158,4.64011,300,10,0,1221,0,0,1), - (17349,2271,0,3711,0,-108.967,257.865,54.1505,2.49409,300,3,0,1106,0,0,1), - (17350,2253,0,610,0,382.563,-583.427,159.461,2.53267,300,10,0,1220,0,0,1), - (17351,2271,0,3711,0,-74.4797,251.402,53.3903,2.77424,300,5,0,1106,0,0,2), - (17352,2251,0,6767,0,332.339,-413.666,171.723,0.188024,300,10,0,1221,0,0,1), - (17353,2253,0,610,0,363.203,-519.953,164.15,3.61565,300,10,0,1220,0,0,1), - (17354,2252,0,11567,0,604.904,-709.128,151.235,4.32808,300,3,0,1163,0,0,1), - (17355,2272,0,3715,0,-73.1951,272.237,54.9137,0.002575,300,5,0,882,2362,0,1), - (17356,2251,0,6767,0,348.645,-378.551,174.676,0.974613,300,5,0,1221,0,0,1), - (17357,2252,0,11567,0,312.919,-547.876,157.703,3.60499,300,5,0,1163,0,0,1), - (17358,2252,0,11567,0,322.954,-509.646,164.839,1.23865,300,5,0,1163,0,0,1), - (17359,2251,0,6767,0,287.656,-447.496,154.451,0.632963,300,10,0,1221,0,0,1), - (17361,2253,0,610,0,613.289,-657.157,153.99,3.86315,300,3,0,1220,0,0,1), - (17362,2252,0,11567,0,655.625,-665.677,215.768,0.224602,300,5,0,1163,0,0,1), - (17363,2252,0,11567,0,648.325,-702.423,203.822,3.73231,300,5,0,1163,0,0,1), - (17364,2251,0,6767,0,254.377,-418.255,153.77,5.04764,300,5,0,1221,0,0,1), - (17365,2252,0,11567,0,447.547,-644.726,167.21,2.67503,300,10,0,1163,0,0,1), - (17366,2251,0,6767,0,208.105,-374.491,154.6,5.1527,300,10,0,1221,0,0,1), - (17367,2253,0,610,0,488.241,-606.531,173.021,0.521326,300,10,0,1220,0,0,1), - (17368,2252,0,11567,0,475.207,-581.735,175.288,3.235,300,5,0,1163,0,0,1), - (17369,2250,0,1050,0,191.431,-342.083,154.574,3.90744,300,5,0,1163,0,0,1), - (17370,2254,0,655,0,644.413,-502.789,177.247,2.32129,300,3,0,3831,0,0,1), - (17371,2406,0,1058,0,-66.0431,-158.701,131.788,3.11426,300,10,0,1163,0,0,1), - (17372,2250,0,1050,0,123.559,-352.904,155.501,5.69518,300,3,0,1163,0,0,1), - (17373,2250,0,1050,0,144.732,-317.714,150.336,4.36285,300,5,0,1163,0,0,1), - (17374,2251,0,6767,0,249.024,-346.505,161.025,1.6057,300,10,0,1221,0,0,1), - (17375,2250,0,1050,0,225.94,-318.775,155.309,4.10759,300,10,0,1163,0,0,1), - (17376,2251,0,6767,0,281.108,-321.411,157.967,4.90677,300,10,0,1221,0,0,1), - (17377,2407,0,2300,0,69.027,-454.634,141.676,2.43092,300,5,0,1221,0,0,1), - (17378,2250,0,1050,0,147.523,-252.928,154.71,4.236,300,3,0,1163,0,0,1), - (17379,2250,0,1050,0,118.497,-299.609,167.525,1.99775,300,3,0,1163,0,0,1), - (17380,2407,0,2300,0,49.2185,-496.211,142.817,1.87461,300,10,0,1221,0,0,1), - (17381,2241,0,3710,0,-37.666,-555.258,151.293,1.73384,300,0,0,1213,0,0,0), - (17382,2241,0,3709,0,-28.5016,-561.634,151.48,0.994472,300,0,0,1213,0,0,0), - (17383,2406,0,1058,0,-71.089,-204.907,130.512,1.35425,300,10,0,1163,0,0,1), - (17384,2406,0,1058,0,96.3073,-590.16,141.197,5.72334,300,5,0,1163,0,0,1), - (17385,2406,0,1058,0,-155.448,-267.079,149.913,4.75932,300,10,0,1163,0,0,1), - (17386,2241,0,3709,0,-28.3127,-540.77,151.48,5.21148,300,3,0,1213,0,0,1), - (17387,2240,0,3706,0,-27.8804,-551.943,151.23,1.74673,300,0,0,1163,0,0,0), - (17388,3240,1,1537,0,-1643.38,-1948.88,92.723,2.07612,275,20,0,417,0,0,1), - (17389,3240,1,1537,0,-1881.75,-2328.82,92.2522,4.70848,275,20,0,417,0,0,1), - (17390,3240,1,1537,0,-2219.75,-2320.75,92.9836,1.70815,275,20,0,417,0,0,1), - (17391,3240,1,1537,0,-1412.69,-2053.71,85.0756,5.39255,275,20,0,417,0,0,1), - (17392,3240,1,1537,0,-1955.73,-2495.66,93.6445,5.24778,275,20,0,417,0,0,1), - (17393,3240,1,1537,0,-2110.71,-2756.13,92.986,1.95566,275,20,0,417,0,0,1), - (17394,3240,1,1537,0,-1386.49,-1800.77,91.7917,4.20847,275,20,0,417,0,0,1), - (17395,3240,1,1537,0,-2060.05,-2402.58,93.4479,2.04746,275,20,0,417,0,0,1), - (17396,3240,1,1537,0,-1528.37,-1807.7,91.7917,2.98557,275,20,0,417,0,0,1), - (17397,3240,1,1537,0,-1597.61,-1885.66,92.6667,2.96628,275,20,0,417,0,0,1), - (17398,3240,1,1537,0,-1995.27,-2445.87,94.5923,2.71028,275,20,0,417,0,0,1), - (17399,3240,1,1537,0,-1450.87,-1953.98,94.4044,4.31086,275,20,0,417,0,0,1), - (17400,3240,1,1537,0,-1817.93,-2328.72,92.7573,1.60789,275,20,0,417,0,0,1), - (17401,3240,1,1537,0,-1714.73,-1781.15,94.5417,1.48214,275,20,0,417,0,0,1), - (17402,3240,1,1537,0,-1967.23,-2544.26,93.9453,0.318732,275,20,0,417,0,0,1), - (17403,3240,1,1537,0,-1517.42,-1695.38,93.1667,3.66016,275,20,0,417,0,0,1), - (17404,3240,1,1537,0,-1622.07,-1965.04,93.8539,4.05015,275,20,0,417,0,0,1), - (17405,3240,1,1537,0,-1477.18,-1974.93,90.793,4.45367,275,20,0,417,0,0,1), - (17406,3240,1,1537,0,-1517.46,-1751.3,92.1666,0.137287,275,20,0,417,0,0,1), - (17407,3240,1,1537,0,-2167.78,-2415.3,91.9609,0.851064,275,20,0,417,0,0,1), - (17408,3240,1,1537,0,-2286.66,-1653.96,91.8769,4.92866,275,20,0,417,0,0,1), - (17409,3240,1,1537,0,-1613.75,-2012.5,92.5336,3.45433,275,20,0,417,0,0,1), - (17410,3240,1,1537,0,-1568.25,-2167.32,82.5756,0.592906,275,20,0,417,0,0,2), - (17411,3240,1,1537,0,-1518.65,-2082.87,82.7006,4.78992,275,20,0,417,0,0,1), - (17412,3240,1,1537,0,-1755,-2052.86,94.1554,0.754004,275,20,0,417,0,0,1), - (17413,3240,1,1537,0,-2274.03,-1657.43,91.7112,5.61586,275,20,0,417,0,0,1), - (17414,3240,1,1537,0,-1948.72,-2457.21,91.7917,4.93558,275,20,0,417,0,0,1), - (17415,3240,1,1537,0,-1620.35,-1888.87,91.8513,2.96296,275,20,0,417,0,0,1), - (17416,3240,1,1537,0,-2154.77,-2723.24,93.4167,4.20954,275,20,0,417,0,0,1), - (17417,3240,1,1537,0,-2057.62,-2453.21,93.6198,3.43349,275,20,0,417,0,0,1), - (17418,3240,1,1537,0,-1422.9,-1884.71,92.9106,3.82883,275,20,0,417,0,0,1), - (17419,3240,1,1537,0,-2380.96,-2455.92,92.8038,5.60997,275,20,0,417,0,0,1), - (17420,3240,1,1537,0,-2189.77,-1969.87,92.384,5.12673,275,20,0,417,0,0,1), - (17421,3240,1,1537,0,-2243.73,-2015.75,92.599,0,275,20,0,417,0,0,1), - (17422,3240,1,1537,0,-2150.91,-1988.58,92.6667,2.22692,275,20,0,417,0,0,1), - (17423,3240,1,1537,0,-1616.66,-1910.24,92.3324,3.2679,275,20,0,417,0,0,1), - (17424,3240,1,1537,0,-2160.42,-2116.3,91.7917,3.08717,275,20,0,417,0,0,1), - (17425,3240,1,1537,0,-2314.2,-2418.57,95.7128,1.78703,275,20,0,417,0,0,1), - (17426,3240,1,1537,0,-1751.91,-1784.08,94.8575,3.6282,275,20,0,417,0,0,1), - (17428,3240,1,1537,0,-1820.65,-2082.03,92.2107,0.042873,275,20,0,417,0,0,1), - (17429,3240,1,1537,0,-1993.26,-1853.08,92.4564,3.03975,275,20,0,417,0,0,1), - (17430,3240,1,1537,0,-2178.58,-2068.03,91.7917,2.258,275,20,0,417,0,0,1), - (17431,3240,1,1537,0,-1917.58,-1982.28,91.7917,1.17993,275,20,0,417,0,0,1), - (17432,3240,1,1537,0,-1782.93,-2171.68,92.5812,4.30685,275,20,0,417,0,0,1), - (17433,5800,1,4347,0,-3724.01,-2197.76,91.6746,0.964398,420,2,0,1686,0,0,2), - (17434,3240,1,1537,0,-2212.21,-2249.06,94.3621,6.19506,275,20,0,417,0,0,1), - (17435,3240,1,1537,0,-2384.82,-2418.87,93.0417,4.76227,275,20,0,417,0,0,1), - (17436,3240,1,1537,0,-2235.84,-2271.65,94.342,5.37187,275,20,0,417,0,0,1), - (17437,3240,1,1537,0,-2187.7,-2114.14,93.7292,4.54371,275,20,0,417,0,0,1), - (17438,3241,1,1977,0,487.109,-1827.61,91.7917,1.4363,275,5,0,328,0,0,1), - (17439,3241,1,1977,0,662.674,-1885.94,91.9021,5.89558,275,5,0,328,0,0,1), - (17440,3497,1,7097,0,-971.109,-3737.66,5.89569,0.506145,275,0,0,1172,0,0,0), - (17441,3241,1,1977,0,686.632,-2135.3,92.0766,1.37062,275,30,0,328,0,0,1), - (17442,3241,1,1977,0,491.807,-1989.1,92.5417,5.79093,275,5,0,328,0,0,1), - (17443,3241,1,1977,0,597.354,-1745.04,91.8555,0.348814,275,20,0,328,0,0,1), - (17444,3241,1,1977,0,546.505,-1877.84,94.3537,1.82879,275,5,0,328,0,0,1), - (17445,3241,1,1977,0,-598.823,-3622.19,92.0417,1.11461,275,0,0,328,0,0,0), - (17446,3242,1,6087,0,-498.157,-1957.37,94.1147,2.21352,275,5,0,273,0,0,1), - (17447,3242,1,6087,0,-349.948,-1780.76,92.2051,5.71357,275,5,0,273,0,0,1), - (17448,3242,1,6087,0,-243.458,-2077.94,96.9693,3.25706,275,5,0,273,0,0,1), - (17449,3242,1,6087,0,-200.34,-1715.65,92.7041,6.15469,275,5,0,273,0,0,1), - (17450,3242,1,6087,0,-930.64,-2202.52,91.9847,1.314,275,10,0,273,0,0,1), - (17451,3242,1,6087,0,-851.254,-2170.34,92.526,3.22691,275,5,0,273,0,0,1), - (17452,3242,1,6087,0,240.661,-3384.09,36.1462,4.57967,275,3,0,273,0,0,1), - (17453,3242,1,6087,0,240.522,-2725.1,94.1668,3.13872,275,5,0,273,0,0,1), - (17454,3242,1,6087,0,180.85,-3069.37,92.4186,4.72997,275,5,0,273,0,0,1), - (17455,3242,1,6087,0,754.166,-2515.94,91.7917,0.263754,275,5,0,273,0,0,1), - (17456,3242,1,6087,0,-613.633,-3906,28.7909,1.52386,275,5,0,273,0,0,1), - (17457,3242,1,6087,0,-724.862,-3909.03,24.485,5.93084,275,3,0,273,0,0,1), - (17458,3242,1,6087,0,-706.494,-3960.36,24.7301,5.66136,275,3,0,273,0,0,1), - (17459,3242,1,6087,0,-685.588,-3931.99,25.8757,1.42393,275,3,0,273,0,0,1), - (17460,3242,1,6087,0,-513.522,-3822.2,27.4233,4.25927,275,5,0,273,0,0,1), - (17461,3242,1,6087,0,-154.651,-1829.36,93.6286,4.99337,275,5,0,273,0,0,1), - (17462,3242,1,6087,0,-561.904,-1784.11,91.8699,5.96329,275,5,0,273,0,0,1), - (17463,3242,1,6087,0,-442.9,-2022.89,92.0826,4.7094,275,5,0,273,0,0,1), - (17464,3242,1,6087,0,-950.263,-2381.11,91.7917,5.23669,275,5,0,273,0,0,1), - (17465,3242,1,6087,0,-1009.28,-3016.24,93.1625,0.512602,275,5,0,273,0,0,1), - (17466,3242,1,6087,0,514.162,-2685.03,91.7268,3.91207,275,5,0,273,0,0,1), - (17467,3242,1,6087,0,119.11,-3489.09,31.0596,2.54128,275,5,0,273,0,0,1), - (17468,3242,1,6087,0,120.331,-3626.94,27.3064,1.52066,275,5,0,273,0,0,1), - (17469,3242,1,6087,0,291.316,-2745.59,93.4167,0.122956,275,5,0,273,0,0,1), - (17470,3242,1,6087,0,236.247,-3310.74,54.6638,3.41882,275,5,0,273,0,0,1), - (17471,3498,1,7098,0,-1008.67,-3651.95,20.1497,5.55015,275,0,0,1042,0,0,0), - (17472,3242,1,6087,0,-239.969,-1763.34,93.6233,3.73935,275,5,0,273,0,0,1), - (17473,3242,1,6087,0,-134.301,-1657.5,91.7916,5.33593,275,5,0,273,0,0,1), - (17474,3242,1,6087,0,-240.389,-2140.86,91.9045,5.81836,275,5,0,273,0,0,1), - (17475,3242,1,6087,0,-27.603,-1711.72,95.474,2.80908,275,5,0,273,0,0,1), - (17476,3242,1,6087,0,-186.829,-2019.69,94.2668,0.50734,275,5,0,273,0,0,1), - (17477,3242,1,6087,0,-392.345,-2006.13,91.8722,6.1814,275,5,0,273,0,0,1), - (17478,3242,1,6087,0,-186.284,-1889.24,93.1135,3.61572,275,5,0,273,0,0,1), - (17479,3242,1,6087,0,-849.318,-2415.96,91.7917,2.27336,275,5,0,273,0,0,1), - (17480,3242,1,6087,0,-970.651,-2951.61,93.7177,0.095505,275,5,0,273,0,0,1), - (17481,3242,1,6087,0,422.34,-2668.34,94.5263,1.11532,275,5,0,273,0,0,1), - (17482,3242,1,6087,0,483.043,-2829.88,92.2425,1.69418,275,5,0,273,0,0,1), - (17483,3242,1,6087,0,716.145,-2387.74,93.1287,5.59693,275,5,0,273,0,0,1), - (17484,3242,1,6087,0,454.154,-2648.8,92.0041,0.360408,275,5,0,273,0,0,1), - (17485,3242,1,6087,0,255.567,-3275.58,63.2747,0.886303,275,5,0,273,0,0,1), - (17486,3242,1,6087,0,-313.851,-1812.71,96.1268,1.23375,275,5,0,273,0,0,1), - (17487,3242,1,6087,0,-605.586,-1875.19,91.8843,2.78942,275,5,0,273,0,0,1), - (17488,3242,1,6087,0,-426.387,-1987.86,92.2917,0.176158,275,5,0,273,0,0,1), - (17489,3242,1,6087,0,-126.871,-1756.32,94.5451,3.18588,275,5,0,273,0,0,1), - (17490,3242,1,6087,0,-336.232,-1838.23,95.0132,5.92807,275,5,0,273,0,0,1), - (17491,3242,1,6087,0,-726.132,-3116.64,93.9355,4.96516,275,5,0,273,0,0,1), - (17492,3242,1,6087,0,-1024.93,-2782.08,93.0252,5.99791,275,5,0,273,0,0,1), - (17493,3242,1,6087,0,-972.667,-2887.97,91.8833,0.114494,275,5,0,273,0,0,1), - (17494,3242,1,6087,0,351.947,-3611.43,30.1616,1.82117,275,5,0,273,0,0,1), - (17495,3242,1,6087,0,157.331,-3357.47,44.3827,5.64331,275,5,0,273,0,0,1), - (17496,3242,1,6087,0,148.736,-2931,93.8047,1.60204,275,5,0,273,0,0,1), - (17497,3242,1,6087,0,49.8905,-3124.15,91.7917,6.07364,275,15,0,273,0,0,1), - (17498,3242,1,6087,0,-387.778,-2065.18,93.5588,4.40053,275,5,0,273,0,0,1), - (17499,3242,1,6087,0,-280.212,-1863.14,92.6516,2.935,275,5,0,273,0,0,1), - (17500,3242,1,6087,0,-679.422,-3121.25,91.7917,5.27188,275,5,0,273,0,0,1), - (17501,3242,1,6087,0,-909.367,-2381.49,93.8928,0.330403,275,5,0,273,0,0,1), - (17502,3242,1,6087,0,621.041,-2581.15,92.5453,2.72159,275,5,0,273,0,0,1), - (17503,3242,1,6087,0,150.152,-3683.13,28.0863,0.85454,275,5,0,273,0,0,1), - (17504,3242,1,6087,0,421.27,-2721.64,93.1667,3.21878,275,5,0,273,0,0,1), - (17505,3242,1,6087,0,-648.963,-1873.07,93.3484,1.58839,275,5,0,273,0,0,1), - (17506,3242,1,6087,0,-342.707,-1741.92,91.7917,1.19663,275,5,0,273,0,0,1), - (17507,3242,1,6087,0,-1047.42,-2714.39,92.0122,0.700357,275,5,0,273,0,0,1), - (17508,3242,1,6087,0,-592.919,-3080,91.7917,4.86204,275,5,0,273,0,0,1), - (17509,3242,1,6087,0,144.366,-3019.33,92.8703,0.414611,275,5,0,273,0,0,1), - (17510,3242,1,6087,0,360.361,-3690.3,28.5565,4.74363,275,5,0,273,0,0,1), - (17549,2240,0,3707,0,-15.6267,-554.289,151.605,3.69756,300,0,0,1163,0,0,0), - (17550,2406,0,1058,0,-144.744,-318.556,149.53,3.19438,300,10,0,1163,0,0,1), - (17551,2406,0,1058,0,-112.202,-253.167,141.937,4.76518,300,10,0,1163,0,0,1), - (17552,2250,0,1050,0,218.632,-186.957,138.508,5.21451,300,10,0,1163,0,0,1), - (17553,2272,0,3715,0,363.027,151.27,42.6541,3.68532,300,0,0,882,2362,0,0), - (17554,2407,0,2300,0,-6.73912,-440.171,116.233,5.15013,300,3,0,1221,0,0,1), - (17555,2251,0,6767,0,122.124,-212.206,157.538,3.47211,300,3,0,1221,0,0,1), - (17556,2406,0,1058,0,-216.06,-286.145,159.976,3.2473,300,5,0,1163,0,0,1), - (17557,2250,0,1050,0,153.865,-185.505,147.713,5.75337,300,5,0,1163,0,0,1), - (17558,2406,0,1058,0,33.9721,-414.58,126.873,3.11816,300,10,0,1163,0,0,1), - (17559,2250,0,1050,0,247.783,-146.869,142.456,2.48688,300,3,0,1163,0,0,1), - (17560,2406,0,1058,0,-214.918,-346.312,158.212,2.46685,300,3,0,1163,0,0,1), - (17561,2407,0,2300,0,-223.589,-324.579,160.632,1.79708,300,10,0,1221,0,0,1), - (17562,435,0,6044,0,-8656.91,-2253.53,154.088,3.47321,300,0,0,664,0,0,0), - (17563,2251,0,6767,0,184.782,-219.122,148.217,5.4895,300,10,0,1221,0,0,1), - (17564,435,0,6044,0,-8702.55,-2232.12,154.41,2.47837,300,0,0,664,0,0,0), - (17565,4463,0,6030,0,-8711.74,-2247.49,154.723,1.37881,300,0,0,472,1357,0,0), - (17567,615,0,6040,0,-8702.1,-2214.39,153.396,4.66348,300,5,0,617,0,0,1), - (17568,2241,0,3710,0,-21.1649,-520.467,149.661,5.4439,300,5,0,1213,0,0,1), - (17569,2240,0,3706,0,19.9896,-570.185,146.782,5.17778,300,10,0,1163,0,0,1), - (17570,2240,0,3706,0,-47.5204,-553.564,151.293,4.66461,300,10,0,1163,0,0,1), - (17571,2250,0,1050,0,188.706,-146.966,126.835,0.692738,300,0,0,1163,0,0,0), - (17572,435,0,6044,0,-8698.52,-2211.72,152.978,5.47081,300,0,0,664,0,0,0), - (17573,435,0,6044,0,-8749.44,-2207.81,153.564,2.56113,300,3,0,664,0,0,1), - (17574,435,0,6044,0,-8744.25,-2191.17,152.766,5.41052,300,3,0,664,0,0,1), - (17575,435,0,6044,0,-8737.43,-2213.5,149.96,1.63795,300,3,0,664,0,0,1), - (17576,4463,0,6030,0,-8759.77,-2198.37,156.494,5.44543,300,0,0,472,1357,0,0), - (17578,4463,0,6030,0,-8814.12,-2219.44,143.043,4.69494,300,0,0,472,1357,0,0), - (17580,2406,0,1058,0,-45.731,-116.81,131.969,5.59741,300,10,0,1163,0,0,1), - (17581,2241,0,3710,0,-7.82943,-569.731,149.45,1.708,300,5,0,1213,0,0,1), - (17582,2406,0,1058,0,-82.1833,-222.665,137.578,4.58513,300,10,0,1163,0,0,1), - (17583,2241,0,3709,0,-49.1389,-581.399,154.051,5.2217,300,10,0,1213,0,0,1), - (17584,2251,0,6767,0,247.9,-208.325,143.986,2.06936,300,3,0,1221,0,0,1), - (17585,2407,0,2300,0,-81.8984,-82.5289,136.901,0.03124,300,10,0,1221,0,0,1), - (17586,2406,0,1058,0,-47.9259,-178.853,132.089,1.56689,300,10,0,1163,0,0,1), - (17587,2407,0,2300,0,-181.368,-255.929,151.59,3.69543,300,5,0,1221,0,0,1), - (17588,2251,0,6767,0,211.928,-248.341,145.491,2.57195,300,10,0,1221,0,0,1), - (17589,2407,0,2300,0,-80.9055,-331.666,136.471,6.03441,300,10,0,1221,0,0,1), - (17590,2250,0,1050,0,184.131,-247.368,149.082,1.34463,300,10,0,1163,0,0,1), - (17591,2250,0,1050,0,317.514,-49.5495,142.326,0.13532,300,10,0,1163,0,0,1), - (17592,2251,0,6767,0,380.879,-48.4809,145.248,2.50546,300,10,0,1221,0,0,1), - (17593,2251,0,6767,0,453.374,-51.2748,147.81,5.37278,300,5,0,1221,0,0,1), - (17594,2250,0,1050,0,346.673,-83.7186,142.655,2.12194,300,3,0,1163,0,0,1), - (17595,2287,0,536,0,419.876,-251.114,158.183,4.59726,300,5,0,4377,0,0,1), - (17596,2251,0,6767,0,513.171,-49.0429,139.699,2.94138,300,5,0,1221,0,0,1), - (17597,2251,0,6767,0,510.139,-113.074,144.417,2.34887,300,5,0,1221,0,0,1), - (17598,2250,0,1050,0,415.83,-81.7302,156.182,3.01942,300,0,0,1163,0,0,0), - (17599,2256,0,416,0,447.023,-248.48,156.227,1.85005,300,0,0,4185,0,0,0), - (17600,2452,0,1078,0,538.388,-96.7844,144.642,0.472381,43200,5,0,1469,0,0,2), - (17601,6033,0,7449,0,961.213,926.11,11.7743,1.0821,275,0,0,328,0,0,0), - (17602,6033,0,7449,0,1180.51,814.702,17.972,0,275,0,0,328,0,0,0), - (17603,11750,0,11694,0,1478.9,445.545,-62.6135,1.36136,275,0,0,334,0,0,0), - (17604,1778,0,1006,0,276.906,1504.34,137.583,5.87804,275,5,0,266,0,0,1), - (17605,1909,0,757,0,379.208,681.589,41.2667,4.48486,275,5,0,377,408,0,1), - (17606,1909,0,757,0,283.758,610.555,34.8099,2.63545,275,0,0,377,408,0,0), - (17607,1909,0,757,0,349.13,688.906,42.3953,3.3732,275,5,0,377,408,0,1), - (17608,1889,0,3586,0,277.349,673.847,40.7877,4.59504,275,5,0,379,1118,0,1), - (17609,1889,0,3585,0,247.824,686.45,40.9485,4.46546,275,10,0,379,1118,0,1), - (17610,1924,0,574,0,-524.263,1150.98,84.2997,0.258257,275,0,0,328,0,0,0), - (17611,1952,0,3545,0,522.449,1626.15,104.997,1.48353,275,0,0,1605,0,0,0), - (17612,1937,0,1661,0,522.449,1652.3,125.843,4.86947,275,0,0,594,0,0,0), - (17613,1938,0,1278,0,552.829,1593.87,130.219,1.31373,275,0,0,980,0,0,0), - (17614,1909,0,757,0,1175.48,274.852,27.0721,3.59463,275,5,0,377,408,0,1), - (17615,1768,0,346,0,1176.33,908.571,31.2165,0.468512,275,10,0,253,264,0,1), - (17616,1768,0,346,0,1159.72,968.189,32.5814,0,275,0,0,253,264,0,0), - (17617,1767,0,441,0,1162.09,974.666,32.7064,0,275,0,0,247,0,0,0), - (17618,5757,0,4177,0,243.802,1643.27,142.36,4.90438,275,0,0,860,0,0,0), - (17619,5886,0,4528,0,553.08,1600.14,129.208,4.04916,275,0,0,695,0,0,0), - (17620,9553,0,8672,0,566.309,1559.6,132.602,3.61283,275,0,0,919,0,0,0), - (17621,3551,0,3543,0,495.997,1647.86,125.664,3.87463,275,0,0,919,0,0,0), - (17622,3556,0,3548,0,528.068,1634.62,104.706,3.26377,275,0,0,804,0,0,0), - (17623,3553,0,3536,0,508.911,1630.16,104.895,0.802851,275,0,0,695,0,0,0), - (17624,2140,0,3542,0,549.582,1602.99,128.565,3.735,275,0,0,860,0,0,0), - (17625,3557,0,3549,0,516.318,1635.73,104.706,5.63741,275,0,0,1454,0,0,0), - (17626,2226,0,3832,0,473.939,1533.95,131.96,0.453786,600,0,0,7423,7071,0,0), - (17627,7007,0,5767,0,430.385,1881.86,15.4168,5.13127,275,0,0,1042,545,0,0), - (17628,4610,0,2676,0,1399.98,377.057,-65.9392,6.26573,275,0,0,1605,0,0,0), - (17629,1420,0,901,0,1159.62,950.785,32.3849,2.02789,275,10,0,8,0,0,1), - (17630,1420,0,901,0,1308.41,719.261,34.0051,3.20023,275,10,0,8,0,0,1), - (17632,2173,0,245,0,658.785,1998.19,-21.2325,4.71915,275,5,0,300,0,0,1), - (17633,8385,0,7615,0,490.937,1647.89,125.679,5.13127,275,0,0,1042,0,0,0), - (17635,6033,0,7449,0,1247.34,583.572,16.4926,5.86431,275,0,0,328,0,0,0), - (17637,3534,0,3552,0,-755.139,1497.2,17.0979,1.06465,275,0,0,860,0,0,0), - (17638,1909,0,757,0,1178.13,621.382,22.6002,5.81305,275,5,0,377,408,0,1), - (17639,1909,0,757,0,1216.82,382.774,28.853,2.89632,275,0,0,377,408,0,0), - (17640,1768,0,346,0,1145.57,945.938,30.8203,3.49838,275,10,0,253,264,0,1), - (17641,7489,0,10797,0,594.88,1593.5,134.393,5.74213,275,0,0,3032,0,0,0), - (17642,3552,0,3544,0,571.536,1576.59,132.863,4.18879,275,0,0,804,0,0,0), - (17643,7489,0,10797,0,523.002,1508.68,136.789,5.60251,275,0,0,3032,0,0,0), - (17644,3554,0,3547,0,567.864,1568.51,132.864,1.55334,275,0,0,804,0,0,0), - (17645,9979,0,9251,0,513.679,1625.1,125.41,4.57276,275,0,0,1605,0,0,0), - (17646,3555,0,3537,0,534.024,1626.95,104.895,2.54818,275,0,0,860,0,0,0), - (17647,4609,0,2624,0,1400.66,384.563,-65.9556,5.32325,275,0,0,2016,0,0,0), - (17648,1420,0,901,0,1134.09,696.161,29.1998,1.9762,275,10,0,8,0,0,1), - (17649,6491,0,5233,0,-11103,-1833.2,71.8642,3.04545,60,0,0,7680,0,0,0), - (17650,6491,0,5233,0,-9554.16,-1367.13,51.202,4.91271,60,0,0,7680,0,0,0), - (17651,6033,0,7449,0,871.062,856.756,13.3644,0,275,0,0,328,0,0,0), - (17652,6033,0,7449,0,919.648,14.9025,23.5764,3.40339,275,0,0,328,0,0,0), - (17653,6033,0,7449,0,573.533,702.29,19.3036,5.11381,275,0,0,328,0,0,0), - (17654,6033,0,7449,0,527.814,637.31,12.2284,1.06465,275,0,0,328,0,0,0), - (17655,1958,0,2597,0,881.071,53.0895,23.7115,5.38515,275,5,0,350,390,0,1), - (17656,1909,0,757,0,1222.26,286.363,23.13,1.8326,275,0,0,377,408,0,0), - (17657,1909,0,757,0,1179.09,520.215,29.2805,5.33322,275,5,0,377,408,0,1), - (17658,10779,0,10090,0,59.785,694.011,63.6074,2.69876,275,10,0,42,0,0,1), - (17659,2173,0,245,0,-451.562,1817.52,-7.7725,0.323032,275,5,0,300,0,0,1), - (17660,2173,0,245,0,621.161,1999.85,-25.1416,1.48298,275,5,0,300,0,0,1), - (17661,2173,0,245,0,654.602,1985.2,-19.5592,0.470576,275,5,0,300,0,0,1), - (17662,6033,0,7449,0,1181.11,117.32,25.6005,4.39823,275,0,0,328,0,0,0), - (17663,1895,0,0,0,-327.462,1555.21,25.2491,1.61376,600,0,0,828,295,0,0), - (17664,2173,0,245,0,271.202,1961.29,-29.677,2.33674,275,5,0,300,0,0,1), - (17665,2173,0,245,0,328.87,2015.66,-38.0932,1.25707,275,5,0,300,0,0,1), - (17666,2173,0,245,0,249.732,1977.11,-31.1535,0.673246,275,5,0,300,0,0,1), - (17667,1958,0,2597,0,754.864,156.556,29.4407,1.14514,275,10,0,350,390,0,1), - (17668,1768,0,346,0,1168.71,967.706,33.7716,2.42601,275,0,0,253,264,0,0), - (17669,5624,0,10699,0,1440.41,350.383,-62.1024,4.13643,275,0,0,5215,1600,0,0), - (17670,2173,0,245,0,-646.858,1892.47,-15.6051,1.50436,275,5,0,300,0,0,1), - (17671,2173,0,245,0,300.785,1984.93,-35.4672,6.16973,275,5,0,300,0,0,1), - (17672,2173,0,245,0,-481.567,1878.26,-10.3649,3.89129,275,5,0,300,0,0,1), - (17673,2173,0,245,0,-500.886,1852.72,-6.41235,6.12831,275,5,0,300,0,0,1), - (17674,7489,0,10797,0,489.479,1495.73,129.251,6.14356,275,0,0,3032,0,0,0), - (17675,1869,0,732,0,766.803,1073.32,45.5605,4.0946,275,10,0,300,0,0,1), - (17677,1958,0,2597,0,755.199,192.794,38.5508,2.73441,275,5,0,350,390,0,1), - (17678,1958,0,2597,0,769.879,171.602,31.6466,4.80185,275,10,0,350,390,0,1), - (17679,1958,0,2597,0,727.968,192.537,33.5926,6.16101,275,0,0,350,390,0,0), - (17680,1957,0,1994,0,795.346,167.873,32.0216,3.57792,275,0,0,356,0,0,0), - (17681,1958,0,2597,0,786.541,162.371,32.1485,0.94883,275,10,0,350,390,0,1), - (17682,1957,0,1994,0,784.957,184.443,34.1466,5.72468,275,0,0,356,0,0,0), - (17683,1958,0,2597,0,794.681,178.149,30.0894,6.24992,275,10,0,350,390,0,1), - (17684,1958,0,2597,0,811.016,170.998,33.2021,6.24828,275,0,0,350,390,0,0), - (17685,1958,0,2597,0,812.965,154.559,36.087,1.90263,275,10,0,350,390,0,1), - (17686,1958,0,2597,0,802.98,160.684,34.962,3.33358,275,0,0,350,390,0,0), - (17687,1958,0,2597,0,777.183,52.5442,30.5667,1.84075,275,5,0,350,390,0,1), - (17688,1958,0,2597,0,848.553,22.1305,25.8561,0.900002,275,5,0,350,390,0,1), - (17689,1958,0,2597,0,865.287,79.8478,34.4221,5.91667,275,0,0,350,390,0,0), - (17690,1958,0,2597,0,863.282,70.3485,33.4309,1.43117,275,0,0,350,390,0,0), - (17691,1958,0,2597,0,874.275,83.9449,34.1398,5.49314,275,0,0,350,390,0,0), - (17692,1958,0,2597,0,837.991,55.0294,34.7878,1.05291,275,10,0,350,390,0,1), - (17693,1909,0,757,0,1176.66,484.48,30.6209,6.16828,275,10,0,377,408,0,1), - (17694,1768,0,346,0,1314.56,634.371,30.5476,0.925526,275,10,0,253,264,0,1), - (17695,2173,0,245,0,1008.24,2015.04,-8.74219,6.28061,275,5,0,300,0,0,1), - (17696,1957,0,1994,0,805.721,192.1,33.5771,2.33874,275,0,0,356,0,0,0), - (17697,1958,0,2597,0,825.691,184.896,31.864,6.09786,275,5,0,350,390,0,1), - (17698,1958,0,2597,0,848.003,153.166,33.7583,0.334196,275,5,0,350,390,0,1), - (17699,1958,0,2597,0,876.242,126.503,33.8201,1.45129,275,10,0,350,390,0,1), - (17700,1958,0,2597,0,875.801,75.5847,32.8699,6.16101,275,0,0,350,390,0,0), - (17701,1958,0,2597,0,879.167,95.834,35.1398,3.62478,275,10,0,350,390,0,1), - (17702,1957,0,1994,0,796.288,152.933,35.7384,0.098313,275,10,0,356,0,0,1), - (17703,1958,0,2597,0,872.578,69.5825,31.9734,0.645772,275,0,0,350,390,0,0), - (17704,1958,0,2597,0,773.12,139.189,33.7266,4.29595,275,10,0,350,390,0,1), - (17705,1909,0,757,0,1051.94,415.158,17.7281,4.24226,275,10,0,377,408,0,1), - (17706,1909,0,757,0,1043.61,486.685,15.7066,2.55993,275,10,0,377,408,0,1), - (17707,1909,0,757,0,1045.24,512.311,17.4757,4.66042,275,10,0,377,408,0,1), - (17708,1909,0,757,0,1055.44,452.256,17.2567,2.88037,275,10,0,377,408,0,1), - (17709,1958,0,2597,0,783.917,84.2328,35.2466,0.830758,275,10,0,350,390,0,1), - (17710,1958,0,2597,0,840.101,69.8993,37.0547,4.37432,275,10,0,350,390,0,1), - (17711,1958,0,2597,0,818.934,119.167,39.7311,0.627429,275,10,0,350,390,0,1), - (17712,1958,0,2597,0,891.091,79.1301,30.6846,1.0364,275,5,0,350,390,0,1), - (17713,1958,0,2597,0,846.402,86.9468,35.3047,0.47923,275,10,0,350,390,0,1), - (17714,1767,0,441,0,1306.8,780.402,31.0343,1.87549,275,5,0,247,0,0,1), - (17715,1768,0,346,0,1302.43,806.797,32.3997,5.00255,275,10,0,253,264,0,1), - (17716,1768,0,346,0,1268.59,858.326,31.9368,4.66197,275,5,0,253,264,0,1), - (17717,1767,0,441,0,1260.89,883.382,36.5156,5.51932,275,10,0,247,0,0,1), - (17718,1767,0,441,0,1314.6,804.28,32.8589,4.65868,275,10,0,247,0,0,1), - (17719,1782,0,574,0,483.077,988.351,128.782,4.67748,275,0,0,273,0,0,0), - (17720,1767,0,441,0,1314.31,768.897,29.4937,5.62501,275,10,0,247,0,0,1), - (17721,1924,0,574,0,482.359,984.114,128.657,1.11701,275,0,0,328,0,0,0), - (17722,1767,0,441,0,1304.95,755.38,30.9553,3.42976,275,5,0,247,0,0,1), - (17723,1924,0,574,0,481.46,993.508,129.407,5.42797,275,0,0,328,0,0,0), - (17724,1924,0,574,0,519.066,947.682,128.623,5.14471,275,5,0,328,0,0,1), - (17725,1782,0,574,0,512.101,912.456,128.733,2.54818,275,0,0,273,0,0,0), - (17726,1782,0,574,0,507.335,913.35,128.733,0.226893,275,0,0,273,0,0,0), - (17727,1924,0,574,0,508.819,909.236,128.733,1.32645,275,0,0,328,0,0,0), - (17728,1768,0,346,0,1134.94,1041.69,30.0693,0.537154,275,10,0,253,264,0,1), - (17729,1767,0,441,0,1073.03,1025.31,29.6938,3.06729,275,10,0,247,0,0,1), - (17730,1767,0,441,0,976.74,1020.1,28.3477,4.92151,275,10,0,247,0,0,1), - (17731,1767,0,441,0,1314.67,837.174,35.5394,4.96985,275,10,0,247,0,0,1), - (17732,1909,0,757,0,1217.88,370.129,32.0602,3.735,275,0,0,377,408,0,0), - (17733,1909,0,757,0,1114.44,743.719,27.6456,2.29247,275,10,0,377,408,0,1), - (17734,1909,0,757,0,1147.92,660.246,29.7873,1.5809,275,5,0,377,408,0,1), - (17735,1909,0,757,0,1144.96,708.665,22.516,0.971161,275,10,0,377,408,0,1), - (17736,2053,0,3553,0,-698.665,1585.19,17.211,6.12611,275,0,0,414,0,0,0), - (17737,1768,0,346,0,1107.19,1021.97,29.8084,1.66096,275,10,0,253,264,0,1), - (17738,2054,0,3554,0,-695.406,1583.27,17.586,2.60054,275,0,0,400,456,0,0), - (17739,1909,0,757,0,484.952,682.805,24.0353,0.506145,275,10,0,377,408,0,1), - (17740,1909,0,757,0,472.546,712.838,32.5616,5.72468,275,0,0,377,408,0,0), - (17741,1908,0,540,0,484.447,724.095,33.678,0.331613,275,0,0,404,456,0,0), - (17742,1889,0,3588,0,271.752,726.094,44.1524,5.83788,275,5,0,379,1118,0,1), - (17743,1889,0,3585,0,201.63,713.815,46.2771,5.32696,275,5,0,379,1118,0,1), - (17744,1951,0,3541,0,1314.01,1205.91,58.5953,3.28122,275,0,0,594,0,0,0), - (17745,6033,0,7449,0,1262.94,462.504,12.0284,5.16617,275,0,0,328,0,0,0), - (17746,1888,0,3567,0,-65.625,734.375,66.8521,4.22428,275,5,0,354,1326,0,1), - (17747,1888,0,3566,0,-115.605,736.628,64.6895,4.17457,275,5,0,354,1326,0,1), - (17748,1888,0,3566,0,68.6201,772.337,64.0461,5.7731,275,3,0,354,1326,0,1), - (17749,1889,0,3586,0,75.6378,760.819,63.5977,4.34587,275,0,0,379,1118,0,0), - (17750,1889,0,3585,0,67.6706,786.993,64.0731,5.73697,275,0,0,379,1118,0,0), - (17751,1889,0,3585,0,19.9604,785.94,64.9515,3.09187,275,5,0,379,1118,0,1), - (17752,1888,0,3567,0,35.8256,784.977,64.9515,1.21437,275,0,0,354,1326,0,0), - (17753,1889,0,3585,0,18.2747,787.273,65.1348,5.95157,275,0,0,379,1118,0,0), - (17754,1889,0,3586,0,36.2099,794.693,69.717,3.50222,275,3,0,379,1118,0,1), - (17755,1909,0,757,0,1077.57,521.589,33.0805,3.36541,275,10,0,377,408,0,1), - (17756,1909,0,757,0,1059.24,699.934,52.6562,2.28917,275,10,0,377,408,0,1), - (17757,1909,0,757,0,1110.07,679.819,40.5402,6.20889,275,10,0,377,408,0,1), - (17758,1909,0,757,0,1070.18,738.322,43.7294,5.88757,275,3,0,377,408,0,1), - (17759,1909,0,757,0,1071.92,644.748,50.4765,3.60342,275,10,0,377,408,0,1), - (17760,1909,0,757,0,1081.67,716.534,45.1172,2.01126,275,10,0,377,408,0,1), - (17761,1909,0,757,0,1123.15,485.205,36.969,1.58453,275,10,0,377,408,0,1), - (17762,1767,0,441,0,1327.83,772.046,32.704,4.0169,275,10,0,247,0,0,1), - (17763,1767,0,441,0,1291.41,714.555,31.2701,5.13716,275,10,0,247,0,0,1), - (17764,1768,0,346,0,1312.11,651.504,33.1493,0,275,0,0,253,264,0,0), - (17765,1767,0,441,0,1302.86,654.164,32.1493,0,275,0,0,247,0,0,0), - (17766,1768,0,346,0,1297.92,655.729,29.1939,5.25281,275,5,0,253,264,0,1), - (17767,1767,0,441,0,1220.3,875.851,29.7018,5.81154,275,10,0,247,0,0,1), - (17768,1767,0,441,0,940.172,1077.77,36.8204,0.043028,275,0,0,247,0,0,0), - (17769,1765,0,11421,0,1501.68,728.545,44.2541,0.244979,275,3,0,198,0,0,1), - (17770,883,0,347,0,972.351,1128.05,47.2905,0.551433,275,10,0,1,0,0,1), - (17771,1957,0,1994,0,796.192,192.002,35.0216,0.331613,275,0,0,356,0,0,0), - (17772,1958,0,2597,0,768.92,206.121,41.9963,4.80271,275,10,0,350,390,0,1), - (17773,1956,0,631,0,1087.86,291.931,36.1021,4.80526,275,10,0,417,0,0,1), - (17774,1957,0,1994,0,750.437,255.648,42.4799,3.96482,275,10,0,356,0,0,1), - (17775,1956,0,631,0,1079.65,350.33,34.2182,0.689661,275,10,0,417,0,0,1), - (17776,1909,0,757,0,1186.78,557.466,24.1232,1.23227,275,5,0,377,408,0,1), - (17777,1909,0,757,0,1173.39,583.591,27.7427,2.39646,275,5,0,377,408,0,1), - (17778,1909,0,757,0,1140.92,591.944,39.1864,2.2607,275,10,0,377,408,0,1), - (17779,1909,0,757,0,1113.39,547.062,38.0024,1.83987,275,10,0,377,408,0,1), - (17780,1908,0,540,0,1156.25,514.834,36.5416,5.13319,275,10,0,404,456,0,1), - (17781,2914,0,1206,0,-544.917,1497.31,12.53,4.8165,275,10,0,8,0,0,1), - (17782,1908,0,540,0,1089.46,582.363,42.2136,5.00478,275,10,0,404,456,0,1), - (17783,1767,0,441,0,1277.83,831.663,29.7052,4.10114,275,10,0,247,0,0,1), - (17784,1956,0,631,0,1114.04,279.894,34.1707,2.72155,275,10,0,417,0,0,1), - (17785,1781,0,760,0,1425.25,1942.41,8.87307,3.8646,275,5,0,273,0,0,1), - (17786,1781,0,760,0,1418.55,1962,14.0876,5.99553,275,3,0,273,0,0,1), - (17787,1781,0,760,0,1433.58,1967.75,12.6362,3.81089,275,3,0,273,0,0,1), - (17788,1781,0,760,0,1446.94,1990.08,11.0784,0.648325,275,3,0,273,0,0,1), - (17789,1781,0,760,0,1433.05,2002.04,11.5301,0.973342,275,3,0,273,0,0,1), - (17790,1781,0,760,0,1438.19,1944.46,12.8004,2.60436,275,3,0,273,0,0,1), - (17791,1781,0,760,0,1415.88,1937.64,10.3177,4.37771,275,3,0,273,0,0,1), - (17792,1958,0,2597,0,720.555,210.199,36.4936,4.92037,275,10,0,350,390,0,1), - (17793,1958,0,2597,0,718.756,248.364,37.3903,5.69518,275,10,0,350,390,0,1), - (17794,1957,0,1994,0,706.635,222.787,35.1963,1.11152,275,10,0,356,0,0,1), - (17795,1958,0,2597,0,758.116,71.2601,28.745,5.52499,275,5,0,350,390,0,1), - (17796,1908,0,540,0,1177.73,393.737,35.1469,3.30068,275,0,0,404,456,0,0), - (17797,1909,0,757,0,1202.22,402.961,33.0111,4.09782,275,10,0,377,408,0,1), - (17798,1908,0,540,0,1146.34,387.561,34.0606,5.75671,275,10,0,404,456,0,1), - (17799,1909,0,757,0,1120.69,359.301,26.9493,2.73568,275,5,0,377,408,0,1), - (17800,1909,0,757,0,1176.05,354.153,33.4858,1.8176,275,10,0,377,408,0,1), - (17801,1420,0,901,0,1060.71,1076.76,35.5059,5.73255,275,10,0,8,0,0,1), - (17802,1767,0,441,0,1072.95,1041.07,30.4191,5.56355,275,10,0,247,0,0,1), - (17803,1767,0,441,0,1037.47,1031.4,31.9553,4.58854,275,10,0,247,0,0,1), - (17804,1767,0,441,0,1125.7,1059.33,30.0302,0.48843,275,10,0,247,0,0,1), - (17805,1768,0,346,0,1151.32,1032.05,31.3314,0.955921,275,10,0,253,264,0,1), - (17806,1768,0,346,0,1165.47,1012.9,33.0586,0.20448,275,10,0,253,264,0,1), - (17807,1767,0,441,0,1153,994.517,31.5814,4.28935,275,10,0,247,0,0,1), - (17808,1909,0,757,0,456.141,741.376,38.4905,2.84116,275,5,0,377,408,0,1), - (17809,1908,0,540,0,494.537,755.264,39.1347,6.1689,275,5,0,404,456,0,1), - (17810,2914,0,1206,0,296.343,659.753,41.9758,1.29169,275,10,0,8,0,0,1), - (17811,1956,0,631,0,1096.51,339.396,34.8139,3.80613,275,10,0,417,0,0,1), - (17812,1908,0,540,0,1211.6,379.969,33.9352,3.42085,275,0,0,404,456,0,0), - (17813,1909,0,757,0,1201.89,381.745,35.5602,4.57276,275,0,0,377,408,0,0), - (17814,1908,0,540,0,1193.57,375.176,34.7027,1.40172,275,10,0,404,456,0,1), - (17815,1956,0,631,0,1039.23,152.238,29.5857,6.0507,275,10,0,417,0,0,1), - (17816,1767,0,441,0,1352.69,751.968,36.1366,2.80848,275,10,0,247,0,0,1), - (17817,1767,0,441,0,1316.26,653.025,33.7696,0.733613,275,10,0,247,0,0,1), - (17818,1768,0,346,0,1297.59,668.769,32.1239,2.75762,275,0,0,253,264,0,0), - (17819,1768,0,346,0,1311.84,665.177,34.1493,0,275,0,0,253,264,0,0), - (17820,1768,0,346,0,1303.43,671.517,33.4777,0.600338,275,0,0,253,264,0,0), - (17821,1769,0,11180,0,1000.84,1159.94,49.1103,1.47297,275,10,0,186,191,0,1), - (17822,1923,0,741,0,-554.754,1521.37,13.4616,3.97936,275,10,0,356,0,0,1), - (17823,2053,0,3553,0,-696.775,1588.31,17.2987,4.08407,275,0,0,414,0,0,0), - (17824,1765,0,11421,0,326.177,1592.61,126.402,2.81236,275,5,0,198,0,0,1), - (17825,1778,0,1006,0,255.81,1576.89,130.708,2.61502,275,5,0,266,0,0,1), - (17826,1908,0,540,0,1154.76,424.79,31.1827,1.13415,275,5,0,404,456,0,1), - (17827,1765,0,11421,0,261.664,1528.02,145.97,5.71009,275,5,0,198,0,0,1), - (17828,1958,0,2597,0,911.619,82.5614,27.969,0.714003,275,5,0,350,390,0,1), - (17829,6033,0,7449,0,1214.02,650.735,9.10322,1.50098,275,0,0,328,0,0,0), - (17830,1765,0,11421,0,1353.13,719.534,35.5323,0.256579,275,10,0,198,0,0,1), - (17831,1766,0,246,0,1286.07,961.777,45.0388,1.36727,275,5,0,222,0,0,1), - (17832,1957,0,1994,0,717.048,203.165,35.1352,3.33358,275,0,0,356,0,0,0), - (17833,1958,0,2597,0,744.34,223.765,42.2873,0.422733,275,10,0,350,390,0,1), - (17834,1957,0,1994,0,707.488,204.866,33.191,2.18166,275,0,0,356,0,0,0), - (17835,1940,0,10855,0,628.082,519.564,39.378,3.57962,275,10,0,350,390,0,1), - (17836,1939,0,10851,0,688.579,533.662,40.789,1.8976,275,5,0,356,0,0,1), - (17837,1889,0,3585,0,16.6264,771.589,63.8881,5.61996,275,0,0,379,1118,0,0), - (17838,1888,0,3567,0,5.50446,789.691,64.0431,5.56716,275,5,0,354,1326,0,1), - (17839,1769,0,11180,0,1113.59,1111.84,41.3153,2.96706,275,0,0,186,191,0,0), - (17840,1889,0,3585,0,22.0169,767.471,63.8601,2.46091,275,0,0,379,1118,0,0), - (17841,1769,0,11180,0,1095.3,1116.62,40.7023,6.21337,275,0,0,186,191,0,0), - (17842,1888,0,3566,0,43.9987,742.928,63.7948,3.69211,275,10,0,354,1326,0,1), - (17843,1889,0,3585,0,28.8149,719.525,63.7214,5.17149,275,5,0,379,1118,0,1), - (17844,1769,0,11180,0,1110.4,1106.45,41.6803,2.11185,275,0,0,186,191,0,0), - (17845,1769,0,11180,0,1107.61,1137.6,44.1844,1.4651,275,10,0,186,191,0,1), - (17846,1888,0,3566,0,12.3213,665.348,67.72,0.123386,275,5,0,354,1326,0,1), - (17847,1889,0,3586,0,20.9377,770.135,63.8601,3.61283,275,0,0,379,1118,0,0), - (17848,1769,0,11180,0,1107.45,1120.65,40.857,4.94905,275,0,0,186,191,0,0), - (17849,1958,0,2597,0,787.738,289.239,34.9781,1.42711,275,10,0,350,390,0,1), - (17850,1957,0,1994,0,820.965,234.68,33.697,4.41313,275,10,0,356,0,0,1), - (17851,10779,0,10090,0,1318.74,1275.25,49.1126,4.68896,275,10,0,42,0,0,1), - (17852,1889,0,3586,0,86.2971,704.383,61.2206,4.54965,275,10,0,379,1118,0,1), - (17853,1888,0,3566,0,89.7352,712.978,60.4226,4.74901,275,10,0,354,1326,0,1), - (17854,1909,0,757,0,1136.45,333.07,30.7966,4.50761,275,5,0,377,408,0,1), - (17855,1908,0,540,0,1151.24,454.519,33.2399,4.08575,275,10,0,404,456,0,1), - (17856,1908,0,540,0,1153.23,358.261,34.1762,2.95493,275,5,0,404,456,0,1), - (17857,1908,0,540,0,1182.68,463.386,27.7063,5.06479,275,5,0,404,456,0,1), - (17858,1769,0,11180,0,1121.23,1069.16,32.3437,5.68895,275,10,0,186,191,0,1), - (17859,1924,0,574,0,-488.13,1317.5,40.9593,4.61068,275,10,0,328,0,0,1), - (17860,1912,0,3603,0,144.396,1069.46,92.4523,5.32778,275,5,0,300,0,0,1), - (17861,1765,0,11421,0,1513.06,555.113,52.3071,2.80472,275,10,0,198,0,0,1), - (17862,1924,0,574,0,-525.075,1431.27,22.7244,5.44455,275,5,0,328,0,0,1), - (17863,5758,0,4178,0,-635.247,1186.65,77.7776,3.89208,275,0,0,804,0,0,0), - (17864,1912,0,3602,0,-194.278,924.227,71.6556,5.98648,275,0,0,300,0,0,0), - (17865,6739,0,7633,0,510.916,1636.47,126.027,4.31096,275,0,0,1605,0,0,0), - (17866,2121,0,1948,0,520.624,1602.92,126.53,1.50098,275,0,0,919,0,0,0), - (17867,6389,0,5345,0,499.653,1626.22,125.748,5.35816,275,0,0,1240,0,0,0), - (17868,7489,0,10797,0,540.374,1566.66,131.89,6.24828,275,0,0,3032,0,0,0), - (17869,7489,0,10797,0,458.611,1556.36,129.373,4.38078,275,0,0,3032,0,0,0), - (17870,7489,0,10797,0,453.054,1521.15,132.486,3.63029,275,0,0,3032,0,0,0), - (17871,435,0,6044,0,-8760.77,-2253.44,152.291,5.91667,300,3,0,664,0,0,1), - (17872,435,0,6044,0,-8798,-2190.77,141.994,2.26893,300,3,0,664,0,0,1), - (17873,435,0,6044,0,-8824.79,-2191.59,138.558,0.925419,300,3,0,664,0,0,1), - (17874,349,0,1826,0,-8756.77,-2187.12,139.975,2.96706,600,0,0,2199,0,0,0), - (17875,435,0,6044,0,-8818.63,-2182.18,139.063,1.98675,300,3,0,664,0,0,1), - (17876,4463,0,6030,0,-8788.47,-2187.71,142.028,3.75246,300,3,0,472,1357,0,1), - (17877,1933,0,856,0,-9485.98,-2219.98,76.0553,4.14603,300,5,0,14,0,0,1), - (17878,435,0,6044,0,-8776.02,-2193.54,141.011,1.97246,300,3,0,664,0,0,1), - (17879,435,0,6044,0,-8798.71,-2234.86,146.048,4.95674,300,0,0,664,0,0,0), - (17880,547,0,3035,0,-9604.3,-2267.13,85.2955,0.535391,300,5,0,356,0,0,1), - (17881,1769,0,11180,0,1144.94,1087.4,34.0637,2.724,275,10,0,186,191,0,1), - (17882,1769,0,11180,0,1130.28,1106.35,40.3083,1.36268,275,10,0,186,191,0,1), - (17883,1767,0,441,0,1338.47,634.644,33.7373,1.51703,275,10,0,247,0,0,1), - (17884,1914,0,3562,0,-343.636,839.743,91.5483,4.7293,275,5,0,285,790,0,1), - (17885,1943,0,10856,0,1011.88,688.576,53.82,6.03225,275,3,0,415,484,0,1), - (17886,1943,0,10856,0,1000.75,690.087,53.8207,4.70985,275,3,0,415,484,0,1), - (17887,1943,0,10856,0,1005.6,699.391,53.821,3.12351,275,3,0,415,484,0,1), - (17888,1942,0,858,0,1008.63,662.71,85.1843,0.645772,275,0,0,417,0,0,0), - (17889,1956,0,631,0,1085.55,217.983,34.8541,3.9111,275,10,0,417,0,0,1), - (17890,1956,0,631,0,1124.72,241.245,34.0567,6.06475,275,10,0,417,0,0,1), - (17891,1420,0,901,0,641.043,966.371,38.5904,4.99337,275,10,0,8,0,0,1), - (17892,1769,0,11180,0,1058.75,1142.8,43.2838,0.12235,275,10,0,186,191,0,1), - (17893,1769,0,11180,0,932.549,1237.23,47.0936,3.56811,275,10,0,186,191,0,2), - (17894,1779,0,1947,0,751.967,1647.14,37.7432,1.42314,275,5,0,247,0,0,1), - (17895,1782,0,574,0,770.998,1633.89,32.0893,5.37561,275,0,0,273,0,0,0), - (17896,1940,0,10855,0,1006.01,743.693,59.5982,3.50811,275,0,0,350,390,0,0), - (17897,1939,0,10851,0,1015.43,737.142,59.4484,3.61283,275,0,0,356,0,0,0), - (17898,1940,0,10855,0,1018.46,734.057,59.4484,1.20428,275,0,0,350,390,0,0), - (17899,1767,0,441,0,1305.04,695.495,34.4446,4.5148,275,10,0,247,0,0,1), - (17900,1768,0,346,0,1301.87,711.434,34.3786,3.49453,275,10,0,253,264,0,1), - (17901,3873,33,3225,0,-182.666,2164.29,97.4733,4.39701,7200,0,0,1815,0,0,2), - (17902,1420,0,901,0,789.062,761.189,27.9448,0.54742,275,10,0,8,0,0,1), - (17903,435,0,6044,0,-8764.91,-2258.66,151.189,0.12893,300,0,0,664,0,0,0), - (17904,1769,0,11180,0,1035.9,1197.68,48.9457,0.986026,275,5,0,186,191,0,1), - (17905,1895,0,0,0,-407.955,1451.33,27.0859,0.767945,600,0,0,828,295,0,0), - (17906,10780,0,10091,0,975.427,1704.63,15.5029,3.60705,275,10,0,20,0,0,1), - (17907,1779,0,1947,0,983.199,1738.77,14.7072,6.09364,275,10,0,247,0,0,1), - (17908,1891,0,0,0,-405.033,1458.8,27.0968,0.15708,600,0,0,819,0,0,0), - (17909,1779,0,1947,0,951.605,1722.56,14.236,2.80289,275,10,0,247,0,0,1), - (17910,1894,0,0,0,-410.983,1453.18,31.679,5.59007,600,5,0,900,0,0,1), - (17911,1894,0,0,0,-404.028,1460.9,31.7653,5.84685,600,0,0,900,0,0,0), - (17912,2054,0,3554,0,-671.982,1593.42,18.3436,0.013671,275,3,0,400,456,0,1), - (17913,4463,0,6030,0,-8753.45,-2236.94,153.257,0.698132,300,0,0,472,1357,0,0), - (17914,1767,0,441,0,877.569,1111.8,32.6921,3.28016,275,5,0,247,0,0,1), - (17915,1769,0,11180,0,1083.38,1150.22,44.5913,4.91811,275,10,0,186,191,0,1), - (17916,1769,0,11180,0,1019.47,1122.84,44.531,1.27749,275,10,0,186,191,0,1), - (17917,1908,0,540,0,515.558,716.281,25.7851,4.95674,275,0,0,404,456,0,0), - (17918,1778,0,1006,0,1268.41,1389.86,48.9957,6.07602,275,3,0,266,0,0,1), - (17919,1924,0,574,0,507.906,1018.2,117.274,2.30782,275,5,0,328,0,0,1), - (17920,1924,0,574,0,508.038,918.809,128.624,4.77808,275,0,0,328,0,0,0), - (17921,1782,0,574,0,516.112,984.685,128.573,1.67256,275,5,0,273,0,0,1), - (17922,1782,0,574,0,479.505,954.025,128.9,1.01024,275,5,0,273,0,0,1), - (17923,2054,0,3554,0,-745.124,1536.01,16.9591,2.79253,275,0,0,400,456,0,0), - (17924,2054,0,3554,0,-743.001,1535.46,16.8341,5.06145,275,0,0,400,456,0,0), - (17925,2054,0,3554,0,-756.456,1502.29,17.2546,2.44346,275,0,0,400,456,0,0), - (17926,2053,0,3553,0,-730.886,1514.58,14.0312,3.91594,275,10,0,414,0,0,1), - (17927,2053,0,3553,0,-741.153,1537.29,16.9959,4.73529,275,5,0,414,0,0,1), - (17928,2053,0,3553,0,-742.248,1533.36,16.3341,1.88496,275,0,0,414,0,0,0), - (17929,2053,0,3553,0,-759.032,1501.65,17.3505,1.36136,275,0,0,414,0,0,0), - (17930,2054,0,3554,0,-740.117,1503.3,16.1532,1.15192,275,0,0,400,456,0,0), - (17931,1767,0,441,0,1249.96,927.058,36.7232,3.14065,275,10,0,247,0,0,1), - (17932,1768,0,346,0,1207.46,892.76,32.9063,0,275,0,0,253,264,0,0), - (17933,1768,0,346,0,1198.16,901.891,33.0673,0,275,0,0,253,264,0,0), - (17934,1866,0,829,0,137.063,1507.83,114.731,0.436332,275,0,0,222,0,0,0), - (17935,1865,0,732,0,149.099,1489.52,114.516,0.054761,275,10,0,247,0,0,2), - (17936,1865,0,732,0,150.888,1508.82,114.481,5.16617,275,0,0,247,0,0,0), - (17937,1866,0,829,0,142.197,1531.56,114.967,5.60111,275,3,0,222,0,0,1), - (17938,1865,0,732,0,150.482,1516.43,114.927,4.75448,275,0,0,247,0,0,0), - (17939,1866,0,829,0,142.823,1525.15,114.936,1.51926,275,3,0,222,0,0,1), - (17940,1779,0,1947,0,1020.83,1712.5,21.7818,2.86717,275,10,0,247,0,0,1), - (17941,1779,0,1947,0,888.199,1787.96,12.2461,0.741971,275,10,0,247,0,0,1), - (17942,1779,0,1947,0,1051.38,1824.67,16.6664,3.00846,275,10,0,247,0,0,1), - (17943,1781,0,760,0,1409.5,2008.33,14.2523,4.24892,275,3,0,273,0,0,1), - (17944,1779,0,1947,0,1016.45,1858.79,10.9091,5.7279,275,10,0,247,0,0,1), - (17945,1781,0,760,0,1394.43,2011.66,15.8084,3.21808,275,3,0,273,0,0,1), - (17946,1781,0,760,0,1388.26,2000.17,16.6558,5.48071,275,3,0,273,0,0,1), - (17947,1940,0,10855,0,946.268,584.365,54.706,6.02139,275,0,0,350,390,0,0), - (17948,1940,0,10855,0,951.33,614.191,60.0501,5.64234,275,0,0,350,390,0,0), - (17949,1943,0,10856,0,1013.4,664.261,61.0583,2.05949,275,0,0,415,484,0,0), - (17950,1939,0,10851,0,954.191,606.554,59.6268,1.52607,275,3,0,356,0,0,1), - (17951,1765,0,11421,0,1376.31,679.446,39.7203,0.708626,275,10,0,198,0,0,1), - (17952,1766,0,246,0,1012.86,1488.15,41.2959,0.15789,275,5,0,222,0,0,1), - (17953,1767,0,441,0,1315.51,685.701,35.4777,5.40717,275,10,0,247,0,0,1), - (17954,1939,0,10851,0,1002.19,631.358,55.4451,3.89208,275,0,0,356,0,0,0), - (17955,1940,0,10855,0,1013.97,637.073,54.9895,3.01373,275,5,0,350,390,0,1), - (17956,3877,33,3226,0,-252.301,2168.82,93.9366,1.09352,7200,2,0,1563,0,0,2), - (17957,1943,0,10856,0,964.955,667.386,74.0034,5.19025,275,0,0,415,484,0,0), - (17958,615,0,6040,0,-8728.73,-2246.21,154.735,2.75708,300,3,0,617,0,0,1), - (17959,1942,0,858,0,975.141,667.035,85.0009,3.17674,275,0,0,417,0,0,0), - (17960,428,0,490,0,-9656.15,-2670.86,60.8752,5.98986,300,10,0,417,0,0,1), - (17961,6033,0,7449,0,809.681,867.596,10.7001,5.25344,275,0,0,328,0,0,0), - (17962,1942,0,858,0,1018.77,668.411,61.0583,3.40339,275,0,0,417,0,0,0), - (17963,6033,0,7449,0,591.969,286.3,19.5015,3.83972,275,0,0,328,0,0,0), - (17964,1942,0,858,0,964.69,660.489,81.6265,0.837758,275,0,0,417,0,0,0), - (17965,1943,0,10856,0,972.697,670.342,85.0009,3.94863,275,5,0,415,484,0,2), - (17966,1942,0,858,0,967.398,707.295,74.0034,5.73547,275,0,0,417,0,0,0), - (17967,1942,0,858,0,963.016,716.584,81.6265,5.49779,275,0,0,417,0,0,0), - (17968,3242,1,6087,0,136.53,-3594.85,27.3096,5.40501,275,5,0,273,0,0,1), - (17969,1767,0,441,0,943.393,1038.08,25.266,5.09772,275,5,0,247,0,0,1), - (17970,1769,0,11180,0,955.64,1103.1,47.4907,1.98351,275,10,0,186,191,0,1), - (17971,6233,90,6978,0,-560.926,311.901,-213.461,1.2258,7200,3,0,2559,0,0,1), - (17972,437,0,6037,0,-9522.55,-2880.2,94.4276,4.76323,300,5,0,531,0,0,1), - (17973,1943,0,10856,0,1016.08,662.646,74.0034,5.9391,275,5,0,415,484,0,1), - (17974,2054,0,3554,0,-651.367,1560.84,9.77068,6.0301,275,10,0,400,456,0,1), - (17975,1943,0,10856,0,1009.75,707.173,60.975,4.73418,275,0,0,415,484,0,0), - (17976,1943,0,10856,0,965.848,663.761,60.975,5.25344,275,0,0,415,484,0,0), - (17977,1420,0,901,0,422.985,647.239,26.5941,1.64346,275,10,0,8,0,0,1), - (17978,1909,0,757,0,451.722,681.235,27.0344,2.02458,275,10,0,377,408,0,1), - (17979,1909,0,757,0,450.766,649.524,24.7413,5.79449,275,10,0,377,408,0,1), - (17980,1908,0,540,0,449.799,707.707,33.6339,6.14986,275,5,0,404,456,0,1), - (17981,1909,0,757,0,408.954,696.092,40.7662,1.49401,275,5,0,377,408,0,1), - (17982,1909,0,757,0,384.399,648.58,35.9476,4.6134,275,5,0,377,408,0,1), - (17983,1909,0,757,0,389.178,639.931,36.0726,2.73801,275,5,0,377,408,0,1), - (17984,1909,0,757,0,372.303,639.51,38.0963,3.25081,275,5,0,377,408,0,1), - (17985,1908,0,540,0,399.362,619.991,38.5867,2.47815,275,5,0,404,456,0,1), - (17986,1909,0,757,0,419.934,623.287,32.75,0.689988,275,5,0,377,408,0,1), - (17987,1909,0,757,0,409.118,635.779,31.5556,4.26427,275,10,0,377,408,0,1), - (17988,1948,0,965,0,963.973,715.973,74.0867,4.66003,43200,0,0,726,0,0,0), - (17989,1909,0,757,0,344.014,645.229,39.9983,0.989995,275,5,0,377,408,0,1), - (17990,1908,0,540,0,305.402,638.401,41.3652,5.36853,275,5,0,404,456,0,1), - (17991,1888,0,3566,0,20.9485,715.504,63.7214,0.862618,275,5,0,354,1326,0,1), - (17992,1912,0,3603,0,-53.0045,842.834,65.5393,5.11946,275,10,0,300,0,0,1), - (17993,1888,0,3566,0,-40.2474,803.025,63.3324,0.949752,275,10,0,354,1326,0,1), - (17994,1888,0,3566,0,-1.1166,754.995,63.7725,6.00936,275,10,0,354,1326,0,2), - (17995,1889,0,3586,0,-4.18798,751.987,63.7761,0.049182,275,10,0,379,1118,0,1), - (17996,1912,0,3603,0,-91.6029,847.656,61.1179,3.82,275,10,0,300,0,0,1), - (17997,6033,0,7449,0,869.111,931.58,10.6478,6.00393,275,0,0,328,0,0,0), - (17998,1782,0,574,0,803.027,1613.52,31.08,0.322457,275,5,0,273,0,0,1), - (17999,1782,0,574,0,907.136,1840.68,5.75698,3.96943,275,10,0,273,0,0,1), - (18000,1779,0,1947,0,844.599,1818.64,5.17639,0.164787,275,10,0,247,0,0,1), - (18001,1779,0,1947,0,943.026,1785.46,13.1265,3.37603,275,10,0,247,0,0,1), - (18002,1779,0,1947,0,911.89,1804.12,10.1177,2.53951,275,10,0,247,0,0,1), - (18003,1924,0,574,0,-636.558,1420.37,13.3871,0.879598,275,10,0,328,0,0,1), - (18004,1888,0,3567,0,51.7442,687.14,63.8624,2.15615,275,10,0,354,1326,0,1), - (18005,1888,0,3569,0,62.1989,767.244,63.8601,4.17134,275,0,0,354,1326,0,0), - (18006,1888,0,3566,0,88.629,744.229,61.7521,3.3752,275,10,0,354,1326,0,1), - (18007,1769,0,11180,0,919.399,1223.84,46.7811,3.40488,275,10,0,186,191,0,1), - (18008,1766,0,246,0,946.848,1452.89,42.5283,1.4128,275,10,0,222,0,0,1), - (18009,1889,0,3587,0,-465.866,809.954,96.6372,3.45575,275,0,0,379,1118,0,0), - (18010,1889,0,3586,0,-468.664,806.562,96.2601,2.1293,275,0,0,379,1118,0,0), - (18011,1767,0,441,0,1000.31,1055,34.1572,2.74611,275,10,0,247,0,0,1), - (18012,1779,0,1947,0,1190.02,1368.12,32.9063,1.43467,275,10,0,247,0,0,1), - (18013,1769,0,11180,0,1083.46,1116.93,40.3303,4.2649,275,10,0,186,191,0,1), - (18014,1766,0,246,0,949.221,1501.21,40.8967,5.05469,275,10,0,222,0,0,1), - (18015,1766,0,246,0,1235.91,1376.55,43.6061,1.00993,275,10,0,222,0,0,1), - (18016,1957,0,1994,0,687.006,248.615,31.629,1.43821,275,10,0,356,0,0,1), - (18017,2914,0,1206,0,938.407,1520.43,39.8246,2.04027,275,10,0,8,0,0,1), - (18018,1779,0,1947,0,872.593,1491.45,38.6528,5.57557,275,10,0,247,0,0,1), - (18019,1779,0,1947,0,852.554,1620.88,27.5372,3.48624,275,10,0,247,0,0,1), - (18020,1779,0,1947,0,856.553,1644.59,24.2417,5.13879,275,10,0,247,0,0,1), - (18021,1767,0,441,0,1318.99,735.748,31.0044,0.803859,275,10,0,247,0,0,1), - (18022,1767,0,441,0,1337.21,715.859,33.4575,5.1175,275,10,0,247,0,0,1), - (18023,1767,0,441,0,1288.13,860.852,35.4024,3.17337,275,10,0,247,0,0,1), - (18024,1914,0,3559,0,-266.689,861.816,81.8771,6.22836,275,5,0,285,790,0,1), - (18025,2053,0,3553,0,-750.278,1468.44,18.1722,1.50098,275,0,0,414,0,0,0), - (18026,2054,0,3554,0,-750.027,1470.83,18.0828,4.83456,275,0,0,400,456,0,0), - (18027,2054,0,3554,0,-729.278,1498.41,14.7805,1.11283,275,5,0,400,456,0,1), - (18028,2053,0,3553,0,-755.021,1504.76,17.2782,4.03593,275,0,0,414,0,0,0), - (18029,1924,0,574,0,-549.74,1581.29,9.18659,5.62239,275,10,0,328,0,0,1), - (18030,1924,0,574,0,-587.054,1552.25,9.9344,4.52536,275,10,0,328,0,0,1), - (18031,2359,0,1068,0,-4.23652,481.775,47.6478,3.28349,275,5,0,1221,0,0,1), - (18032,1944,0,10850,0,1021.34,733.977,59.3484,5.41052,43200,0,0,573,0,0,0), - (18033,1914,0,3562,0,-196.477,912.855,66.8764,1.20428,275,0,0,285,790,0,0), - (18034,1914,0,3559,0,-200.063,912.968,71.4727,3.55849,275,3,0,285,790,0,1), - (18035,1913,0,3593,0,-78.2065,804.409,64.9756,0.017453,275,0,0,356,0,0,0), - (18036,1915,0,3582,0,-71.8101,805.812,65.0747,2.47837,275,0,0,330,938,0,0), - (18037,11286,0,10931,0,1242.04,-2617.66,90.7716,1.77813,25,0,0,4356,0,0,0), - (18038,1915,0,3581,0,-118.379,785.429,66.0233,1.58,275,0,0,330,938,0,0), - (18039,1913,0,3592,0,-100.252,782.87,66.0232,2.35619,275,0,0,356,0,0,0), - (18040,1915,0,3584,0,-108.469,789.899,66.0233,0.706768,275,0,0,330,938,0,0), - (18041,2120,0,3601,0,-133.014,787.237,67.4658,0.034907,275,0,0,472,1357,0,0), - (18042,1913,0,3593,0,-126.424,779.618,66.0233,0.698132,275,0,0,356,0,0,0), - (18043,1915,0,3582,0,-161.827,781.256,64.7527,1.93731,275,0,0,330,938,0,0), - (18045,1913,0,3592,0,-165.529,780.948,64.7483,1.11701,275,0,0,356,0,0,0), - (18046,1915,0,3582,0,-110.305,814.484,63.664,0.383972,275,0,0,330,938,0,0), - (18047,3578,0,3539,0,-87.5395,824.111,63.984,3.97935,275,0,0,328,0,0,0), - (18048,1913,0,3593,0,-80.0281,815.495,63.8981,2.77507,275,0,0,356,0,0,0), - (18049,1913,0,3592,0,-108.178,815.185,63.6545,3.68265,275,0,0,356,0,0,0), - (18050,1915,0,3583,0,-84.3951,794.16,63.8357,4.8033,275,0,0,330,938,0,0), - (18052,1912,0,3603,0,-180.069,925.579,65.6446,0.523599,275,0,0,300,0,0,0), - (18055,4075,0,1141,0,-292.914,1125.88,66.7137,4.2402,275,10,0,8,0,0,1), - (18056,1914,0,3559,0,-226.993,817.121,74.1054,2.54818,275,0,0,285,790,0,0), - (18057,1914,0,3559,0,-222.062,820.535,74.0288,4.40418,275,3,0,285,790,0,1), - (18058,1912,0,3603,0,-104.41,891.058,63.8079,2.7096,275,10,0,300,0,0,1), - (18059,1766,0,246,0,955.883,1579.43,30.7286,1.26286,275,5,0,222,0,0,1), - (18060,1781,0,760,0,1390.68,1976.36,18.5118,4.4781,275,3,0,273,0,0,1), - (18061,1781,0,760,0,1380.4,1992.43,17.9904,1.5239,275,3,0,273,0,0,1), - (18062,1781,0,760,0,1396.89,1970,18.2535,4.15763,275,3,0,273,0,0,1), - (18063,1772,0,848,0,1007.36,1593.55,26.5158,3.72211,275,10,0,222,0,0,1), - (18064,1772,0,848,0,1107.3,1604.9,27.9556,1.18725,275,10,0,222,0,0,1), - (18065,1772,0,848,0,1034.08,1571.19,28.1631,0.669862,275,5,0,222,0,0,1), - (18066,1773,0,10854,0,1118.05,1586.37,28.985,1.0169,275,10,0,230,249,0,1), - (18067,1773,0,10854,0,1058.85,1598.03,29.0771,4.97659,275,0,0,230,249,0,0), - (18068,1939,0,10851,0,953.352,612.313,55.0449,1.39626,275,0,0,356,0,0,0), - (18069,1940,0,10855,0,956.433,607.742,55.0338,1.88496,275,0,0,350,390,0,0), - (18070,1909,0,757,0,511.231,738.303,28.5022,5.84685,275,0,0,377,408,0,0), - (18071,1920,0,3589,0,-107.002,781.137,66.0233,1.16937,43200,0,0,441,1272,0,0), - (18072,1782,0,574,0,912.601,1762.26,15.8188,1.76095,275,10,0,273,0,0,1), - (18073,1782,0,574,0,978.272,1822.41,10.9461,2.61884,275,10,0,273,0,0,1), - (18074,1782,0,574,0,1053.51,1905.08,9.49361,0.95814,275,10,0,273,0,0,1), - (18075,1782,0,574,0,953.021,1838.8,6.41229,6.09028,275,10,0,273,0,0,1), - (18076,6033,0,7449,0,625.185,771.986,15.4978,0.558505,275,0,0,328,0,0,0), - (18077,2914,0,1206,0,1409.84,958.628,51.3889,1.8804,275,10,0,8,0,0,1), - (18078,1923,0,741,0,-628.259,1395.75,21.7743,3.1193,275,10,0,356,0,0,1), - (18079,1923,0,741,0,-645.012,1374.01,29.1305,0.834997,275,10,0,356,0,0,1), - (18080,1923,0,741,0,-592.858,1577.36,9.8251,2.60017,275,10,0,356,0,0,1), - (18081,2053,0,3553,0,-706.528,1547.19,18.7441,1.69297,275,0,0,414,0,0,0), - (18082,2054,0,3554,0,-706.334,1550.06,18.8794,4.66003,275,0,0,400,456,0,0), - (18083,1779,0,1947,0,843.526,1679.71,23.2317,3.72958,275,10,0,247,0,0,1), - (18084,1779,0,1947,0,871.648,1716.79,16.0956,0.506252,275,3,0,247,0,0,1), - (18085,2173,0,245,0,975.085,2047.94,-11.6763,3.0771,275,5,0,300,0,0,1), - (18086,1782,0,574,0,980.309,1870.71,10.4914,3.77379,275,10,0,273,0,0,1), - (18087,1779,0,1947,0,1011.12,1784.7,13.7342,1.72197,275,5,0,247,0,0,1), - (18088,1940,0,10855,0,739.083,581.533,41.3139,1.21701,275,10,0,350,390,0,1), - (18089,1940,0,10855,0,717.042,551.65,40.6375,2.96068,275,5,0,350,390,0,1), - (18090,1939,0,10851,0,784.646,585.051,34.6981,0.953683,275,10,0,356,0,0,1), - (18091,1940,0,10855,0,786.231,610.956,36.9481,4.50408,275,3,0,350,390,0,1), - (18092,1773,0,10854,0,1040.01,1596.94,27.5647,0.555736,275,10,0,230,249,0,1), - (18093,1778,0,1006,0,1248.44,1306.71,45.5006,3.20413,275,10,0,266,0,0,1), - (18094,1779,0,1947,0,820.897,1720.3,23.9366,1.12871,275,10,0,247,0,0,1), - (18095,1779,0,1947,0,855.532,1747.86,15.0012,1.98768,275,10,0,247,0,0,1), - (18096,1779,0,1947,0,835.687,1736.94,17.864,0.95895,275,10,0,247,0,0,1), - (18097,1797,0,820,0,1064.33,1909.29,10.0951,0.167716,275,10,0,296,0,0,1), - (18098,1766,0,246,0,1413.51,887.719,48.642,5.90226,275,10,0,222,0,0,1), - (18099,1914,0,3559,0,-85.1178,875.349,65.3902,3.24631,275,0,0,285,790,0,0), - (18100,1778,0,1006,0,214.446,1558.48,127.136,2.79174,275,5,0,266,0,0,1), - (18101,1778,0,1006,0,210.656,1598.12,135.288,5.07585,275,5,0,266,0,0,1), - (18102,1765,0,11421,0,200.122,1636.22,141.043,6.25142,275,5,0,198,0,0,1), - (18103,1909,0,757,0,1217.04,349.684,33.346,2.07544,275,5,0,377,408,0,1), - (18104,1909,0,757,0,1173.96,317.709,33.9523,5.59495,275,5,0,377,408,0,1), - (18105,1420,0,901,0,608.341,598.949,33.7812,3.53699,275,10,0,8,0,0,1), - (18106,1765,0,11421,0,1490.29,580.927,53.0487,1.17979,275,10,0,198,0,0,1), - (18107,1765,0,11421,0,1448.39,548.308,50.9762,2.01786,275,5,0,198,0,0,1), - (18108,1765,0,11421,0,1458.65,774.804,50.1241,4.09448,275,10,0,198,0,0,1), - (18109,1766,0,246,0,1332.39,877.62,49.4472,0.389757,275,5,0,222,0,0,1), - (18110,1958,0,2597,0,823.563,267.295,32.365,0.575553,275,10,0,350,390,0,1), - (18111,1955,0,2567,0,851.132,191.857,34.2103,1.6079,275,10,0,386,0,0,1), - (18112,1865,0,732,0,103.547,1455.79,115.536,5.96903,275,0,0,247,0,0,0), - (18113,1865,0,732,0,87.7216,1535.05,121.328,1.55132,275,10,0,247,0,0,1), - (18114,1778,0,1006,0,343.385,1564.34,126.46,3.38136,275,5,0,266,0,0,1), - (18115,1778,0,1006,0,318.339,1592.09,126.596,6.22043,275,5,0,266,0,0,1), - (18116,1865,0,732,0,125.574,1525.23,114.735,5.58974,275,10,0,247,0,0,1), - (18117,1865,0,732,0,108.307,1512.08,114.598,0.552227,275,10,0,247,0,0,1), - (18118,1865,0,732,0,111.626,1478.86,117.315,4.57194,275,3,0,247,0,0,1), - (18119,1866,0,829,0,151.835,1477.5,114.641,3.37221,275,10,0,222,0,0,1), - (18120,1915,0,3583,0,-176.025,769.203,63.9622,1.55334,275,0,0,330,938,0,0), - (18122,1889,0,3586,0,-161.48,786.765,69.5125,2.02458,275,0,0,379,1118,0,0), - (18123,1889,0,3585,0,-169.495,787.796,69.531,0.785398,275,0,0,379,1118,0,0), - (18124,1889,0,3587,0,-167.467,797.787,69.6033,5.28835,275,0,0,379,1118,0,0), - (18125,1769,0,11180,0,972.376,1257.55,46.1319,1.34483,275,10,0,186,191,0,1), - (18126,1772,0,848,0,1022.44,1584.24,26.7533,1.24071,275,10,0,222,0,0,1), - (18127,1773,0,10854,0,1059.63,1589.45,28.1978,5.044,275,0,0,230,249,0,0), - (18128,1767,0,441,0,1289.64,898.541,39.5331,2.3521,275,10,0,247,0,0,1), - (18129,1766,0,246,0,1105.15,1394.29,37.533,1.66367,275,10,0,222,0,0,1), - (18130,1779,0,1947,0,1141.49,1358.21,34.0249,4.64498,275,10,0,247,0,0,1), - (18132,1779,0,1947,0,1097.36,1348.64,39.3295,3.85553,275,5,0,247,0,0,1), - (18133,1914,0,3559,0,-211.753,970.463,72.5899,0.506145,275,0,0,285,790,0,0), - (18134,2914,0,1206,0,1135.52,1353.25,34.3567,4.0642,275,10,0,8,0,0,1), - (18135,1866,0,829,0,1213.36,1223.18,52.5121,3.10929,275,10,0,222,0,0,1), - (18136,1766,0,246,0,1165.65,1327.35,38.0234,2.65017,275,10,0,222,0,0,1), - (18137,1779,0,1947,0,1193.48,1306.75,34.6931,1.38664,275,10,0,247,0,0,1), - (18138,1912,0,3602,0,-178.504,922.603,65.7264,0.879689,275,0,0,300,0,0,0), - (18139,1866,0,829,0,1238.27,1227.75,52.7714,4.57433,275,5,0,222,0,0,1), - (18140,1940,0,10855,0,927.508,719.039,55.0173,0.789443,275,5,0,350,390,0,1), - (18141,1779,0,1947,0,770.775,1574.2,26.6154,4.35161,275,3,0,247,0,0,1), - (18142,1779,0,1947,0,781.592,1594.3,33.7554,6.27928,275,10,0,247,0,0,1), - (18143,1782,0,574,0,795.67,1637.95,31.1689,4.82197,275,3,0,273,0,0,1), - (18144,1942,0,858,0,984.881,664.617,61.1583,1.5708,275,0,0,417,0,0,0), - (18145,1779,0,1947,0,779.325,1621.32,30.2561,2.21657,275,0,0,247,0,0,0), - (18146,1779,0,1947,0,789.687,1622.89,29.3811,2.46091,275,0,0,247,0,0,0), - (18147,1782,0,574,0,766.651,1621.53,32.4912,0.471239,275,0,0,273,0,0,0), - (18148,1779,0,1947,0,1162.36,1432.22,35.1344,1.48682,275,10,0,247,0,0,1), - (18149,1782,0,574,0,779.664,1633.04,30.0061,3.84481,275,0,0,273,0,0,0), - (18150,1782,0,574,0,818.304,1783,14.68,2.57592,275,10,0,273,0,0,1), - (18151,1766,0,246,0,1285.76,1347.71,47.5153,6.1658,275,3,0,222,0,0,1), - (18152,1779,0,1947,0,1259.68,1320.69,44.5622,5.14677,275,10,0,247,0,0,1), - (18153,1943,0,10856,0,968.779,711.299,60.975,0.157496,275,5,0,415,484,0,1), - (18154,1781,0,760,0,1375.92,1965.52,14.337,2.33496,275,3,0,273,0,0,1), - (18155,1865,0,732,0,176.167,1494.53,115.664,5.4045,275,3,0,247,0,0,1), - (18156,1781,0,760,0,1363.66,1963.45,13.2481,4.82929,275,5,0,273,0,0,1), - (18157,1781,0,760,0,1372.14,1957.79,13.4641,1.06032,275,3,0,273,0,0,1), - (18158,1781,0,760,0,1378.12,1976.69,13.9847,2.93972,275,3,0,273,0,0,1), - (18159,1781,0,760,0,1385.26,1968.33,14.5251,0.237459,275,3,0,273,0,0,1), - (18160,1780,0,827,0,1310.57,1988.27,14.2705,0.273908,275,5,0,247,0,0,1), - (18161,1870,0,732,0,645.223,990.724,43.3139,3.07613,275,10,0,300,0,0,1), - (18162,1780,0,827,0,1312.86,1984.43,14.0761,4.24556,275,5,0,247,0,0,1), - (18163,2053,0,3553,0,-729.866,1483.81,15.706,2.35619,275,0,0,414,0,0,0), - (18164,2054,0,3554,0,-729.988,1487.35,15.476,4.32842,275,0,0,400,456,0,0), - (18165,2053,0,3553,0,-743.867,1449.57,17.9504,5.61272,275,5,0,414,0,0,1), - (18166,2053,0,3553,0,-733.06,1486.35,16.2382,5.86431,275,0,0,414,0,0,0), - (18167,1869,0,732,0,754.066,1044.75,47.0964,4.72221,275,5,0,300,0,0,1), - (18168,1939,0,10851,0,818.708,647.859,53.68,6.1691,275,5,0,356,0,0,1), - (18169,1939,0,10851,0,742.502,649.924,46.6694,0.377968,275,10,0,356,0,0,1), - (18170,1939,0,10851,0,713.889,660.435,44.3449,1.45272,275,10,0,356,0,0,1), - (18171,1940,0,10855,0,687.332,659.061,42.1965,1.77739,275,10,0,350,390,0,1), - (18172,1940,0,10855,0,649.888,620.029,39.5832,4.47287,275,10,0,350,390,0,1), - (18173,1939,0,10851,0,666.554,576.749,44.0254,1.18848,275,10,0,356,0,0,1), - (18174,1939,0,10851,0,727.572,598.062,47.1101,0.156583,275,10,0,356,0,0,1), - (18175,1939,0,10851,0,714.617,618.063,45.1369,3.46516,275,10,0,356,0,0,1), - (18176,1939,0,10851,0,653.368,550.229,41.3251,0.020912,275,10,0,356,0,0,1), - (18177,1766,0,246,0,1177.67,1254.62,45.3736,2.17068,275,5,0,222,0,0,1), - (18178,1940,0,10855,0,928.125,642.609,53.9754,3.49066,275,0,0,350,390,0,0), - (18179,1939,0,10851,0,939.583,635.416,53.556,2.52385,275,10,0,356,0,0,2), - (18180,1766,0,246,0,1181.7,1118.1,39.6091,6.11242,275,10,0,222,0,0,1), - (18181,1939,0,10851,0,925.357,642,54.7378,0.017453,275,0,0,356,0,0,0), - (18182,1939,0,10851,0,980.56,639.112,54.1331,1.88496,275,0,0,356,0,0,0), - (18183,3873,33,3225,0,-186.698,2137.24,97.3899,4.28856,7200,0,0,1815,0,0,0), - (18184,1940,0,10855,0,981.654,608.015,54.5663,3.0435,275,5,0,350,390,0,1), - (18185,1940,0,10855,0,967.342,598.497,53.7351,4.97401,275,5,0,350,390,0,1), - (18186,1765,0,11421,0,1355.76,769.309,36.7444,2.31713,275,10,0,198,0,0,1), - (18187,1779,0,1947,0,897.812,1495.21,37.6528,1.87082,275,10,0,247,0,0,1), - (18188,1770,0,729,0,937.467,1235.54,47.3208,1.33822,275,10,0,222,0,0,1), - (18189,3873,33,3225,0,-191.989,2129.11,97.4733,1.29655,7200,3,0,1815,0,0,1), - (18190,1770,0,729,0,986.948,1230.92,50.1766,4.70404,275,10,0,222,0,0,1), - (18191,1770,0,729,0,981.147,1197.89,48.6621,2.47837,275,0,0,222,0,0,0), - (18192,1770,0,729,0,906.183,1187.85,46.8932,2.2255,275,10,0,222,0,0,1), - (18193,1769,0,11180,0,983.548,1205.11,48.4279,1.86867,275,3,0,186,191,0,1), - (18194,1770,0,729,0,964.183,1215.48,48.2436,2.49582,275,0,0,222,0,0,0), - (18195,1866,0,829,0,1246.99,1206.65,52.7385,3.22594,275,10,0,222,0,0,1), - (18196,1866,0,829,0,1234.36,1182.34,52.4549,5.33,275,0,0,222,0,0,0), - (18197,1866,0,829,0,1261.06,1256.56,52.5649,2.34941,275,10,0,222,0,0,1), - (18198,12433,0,368,0,1435.59,1950.61,9.99076,6.10486,43200,5,0,301,326,0,2), - (18199,1923,0,741,0,-473.138,1283.93,43.4618,3.28653,275,10,0,356,0,0,1), - (18200,1923,0,741,0,-514.948,1288.37,53.547,5.47084,275,10,0,356,0,0,1), - (18201,1923,0,741,0,-480.753,1274.21,46.4167,1.37015,275,10,0,356,0,0,1), - (18202,1765,0,11421,0,1511.81,691.075,50.0853,5.2451,275,5,0,198,0,0,1), - (18203,1765,0,11421,0,1415.35,662.39,50.4851,0.019529,275,10,0,198,0,0,1), - (18204,2173,0,245,0,831.323,1986.92,-16.8529,2.03588,275,5,0,300,0,0,1), - (18205,1766,0,246,0,1371.92,975.914,48.8512,6.26116,275,10,0,222,0,0,1), - (18206,2173,0,245,0,744.277,1911.04,-3.12703,4.92491,275,5,0,300,0,0,1), - (18207,2173,0,245,0,412.177,1986.89,-20.5666,1.36823,275,5,0,300,0,0,1), - (18208,1766,0,246,0,1223.92,1038.87,38.1017,1.50354,275,10,0,222,0,0,1), - (18209,1766,0,246,0,1272.04,1017.19,45.1266,4.30828,275,10,0,222,0,0,1), - (18210,1767,0,441,0,1180.22,990.22,35.3635,0.116481,275,10,0,247,0,0,1), - (18211,1767,0,441,0,1203.35,923.596,34.0127,4.55901,275,10,0,247,0,0,1), - (18212,1767,0,441,0,1178.17,932.995,33.3193,2.96104,275,0,0,247,0,0,0), - (18213,1768,0,346,0,1171.86,933.894,32.8878,0,275,0,0,253,264,0,0), - (18214,1767,0,441,0,1231.38,910.736,35.0038,4.90595,275,10,0,247,0,0,1), - (18215,1768,0,346,0,1167.65,945.993,33.2895,0.093841,275,10,0,253,264,0,1), - (18216,1767,0,441,0,1177.81,956.698,34.5514,4.39394,275,10,0,247,0,0,1), - (18217,1923,0,741,0,-404.406,1357.07,36.5356,4.26097,275,10,0,356,0,0,1), - (18218,1924,0,574,0,-470.231,1388.74,33.1013,0.79885,275,5,0,328,0,0,1), - (18219,1924,0,574,0,-452.769,1429.38,29.1619,1.18265,275,10,0,328,0,0,1), - (18220,1895,0,0,0,-391.907,1432.23,27.0313,6.07375,600,0,0,828,295,0,0), - (18221,1895,0,0,0,-344.082,1504.01,18.7918,4.18879,600,0,0,828,295,0,0), - (18222,1797,0,820,0,1119.25,1972.27,0.818851,0.736203,275,5,0,296,0,0,1), - (18223,1778,0,1006,0,1148.69,1332.77,33.1924,4.13847,275,10,0,266,0,0,1), - (18224,1778,0,1006,0,1179.34,1376.32,34.0849,0.456231,275,10,0,266,0,0,1), - (18225,1778,0,1006,0,1200.33,1293.98,39.5579,5.6057,275,5,0,266,0,0,1), - (18226,1778,0,1006,0,976.378,1581.2,32.2575,6.28129,275,5,0,266,0,0,1), - (18227,1797,0,820,0,1287.42,1811.21,23.1797,4.26272,275,5,0,296,0,0,1), - (18228,1797,0,820,0,1140.42,1619.07,31.8286,5.92099,275,5,0,296,0,0,1), - (18229,1766,0,246,0,1375.96,940.455,49.5197,2.23972,275,10,0,222,0,0,1), - (18230,1797,0,820,0,1184.34,1961.32,9.59904,5.55792,275,10,0,296,0,0,1), - (18231,1797,0,820,0,1171.82,1892.13,18.8476,2.84826,275,5,0,296,0,0,1), - (18232,1766,0,246,0,1360.21,798.544,44.4944,0.93097,275,10,0,222,0,0,1), - (18233,1412,0,134,0,439.678,1218.8,87.4069,0.054687,275,10,0,8,0,0,1), - (18234,1866,0,829,0,1255.8,1194.59,52.7049,4.40008,275,10,0,222,0,0,1), - (18235,3530,0,0,0,-360.278,1495.03,17.196,0.830526,600,0,0,900,0,0,0), - (18236,1894,0,0,0,-333.219,1548.41,25.2864,4.7729,600,0,0,900,0,0,0), - (18237,1894,0,0,0,-339.031,1547.76,30.0369,3.83411,600,3,0,900,0,0,1), - (18238,1895,0,0,0,-329.456,1545.74,30.1367,2.26893,600,0,0,828,295,0,0), - (18239,1894,0,0,0,-341.711,1553.34,24.5273,3.26377,600,0,0,900,0,0,0), - (18240,1867,0,3768,0,-176.531,1275.7,46.6877,0.325149,275,10,0,241,601,0,1), - (18241,3873,33,3225,0,-194.844,2120.18,97.4733,1.11768,7200,3,0,1815,0,0,1), - (18242,1867,0,3767,0,-192.458,1259.47,49.3421,2.18079,275,10,0,241,601,0,1), - (18243,1782,0,574,0,849.932,1537.99,36.0744,5.45115,275,3,0,273,0,0,1), - (18244,1779,0,1947,0,903.441,1547.8,30.2481,0.218899,275,10,0,247,0,0,1), - (18245,1923,0,741,0,-709.184,1340.15,45.0187,2.00211,275,10,0,356,0,0,1), - (18246,1924,0,574,0,-642.581,1480.71,8.13521,3.3385,275,10,0,328,0,0,1), - (18247,3242,1,6087,0,382.26,-2701.68,94.0163,1.58642,275,5,0,273,0,0,1), - (18248,3242,1,6087,0,94.9195,-3462.3,27.3096,3.29247,275,5,0,273,0,0,1), - (18249,3242,1,6087,0,182.328,-3253.66,70.2029,1.99895,275,5,0,273,0,0,1), - (18250,1779,0,1947,0,883.947,1597.09,36.8462,1.5761,275,3,0,247,0,0,1), - (18251,1868,0,828,0,670.471,1137.69,56.2187,3.10059,275,10,0,253,264,0,1), - (18252,10779,0,10090,0,144.673,1289.87,69.2119,2.51123,275,10,0,42,0,0,1), - (18253,1870,0,732,0,696.413,1071.24,50.1966,1.73952,275,10,0,300,0,0,1), - (18254,1870,0,732,0,689.231,1024.35,43.3737,5.92631,275,10,0,300,0,0,1), - (18255,1870,0,732,0,717.989,1056.45,46.9303,4.28216,275,10,0,300,0,0,1), - (18256,1870,0,732,0,680.926,1092.54,54.8569,4.77493,275,10,0,300,0,0,1), - (18257,1769,0,11180,0,1088.11,1103.3,39.746,6.1915,275,10,0,186,191,0,1), - (18258,1766,0,246,0,1428.44,840.574,51.1224,1.33898,275,10,0,222,0,0,1), - (18259,6570,0,10834,0,716.412,948.538,34.7558,2.04436,275,0,0,355,0,0,0), - (18260,1942,0,858,0,995.346,696.292,69.9801,5.79449,275,0,0,417,0,0,0), - (18261,1940,0,10855,0,907.823,708.313,55.5173,2.03447,275,5,0,350,390,0,1), - (18262,5897,0,5493,0,437.459,1855.12,10.7267,4.86947,275,0,0,449,0,0,0), - (18263,5897,0,5493,0,412.113,1850.11,11.5968,2.93215,275,0,0,449,0,0,0), - (18264,5897,0,5492,0,393.33,1849.11,12.1038,3.08923,275,0,0,449,0,0,0), - (18265,5897,0,4907,0,401.524,1862.79,11.5299,1.01229,275,0,0,449,0,0,0), - (18266,1939,0,10851,0,944.285,667.636,59.3527,1.84614,275,5,0,356,0,0,2), - (18267,1772,0,848,0,1001.64,1562.91,28.9955,2.84123,275,3,0,222,0,0,1), - (18268,1942,0,858,0,993.851,690.06,74.8984,3.18315,275,0,0,417,0,0,0), - (18269,1939,0,10851,0,893.477,701.999,55.1423,3.23253,275,0,0,356,0,0,0), - (18270,1943,0,10856,0,1007.22,695.686,76.2753,5.44543,275,0,0,415,484,0,0), - (18271,1943,0,10856,0,998.584,682.441,69.7968,4.8834,275,5,0,415,484,0,2), - (18272,1943,0,10856,0,1016.86,713.434,74.0034,4.23157,275,0,0,415,484,0,0), - (18273,5897,0,5492,0,437.831,1832,12.4852,4.34587,275,0,0,449,0,0,0), - (18274,5897,0,5492,0,401.918,1834.85,12.5727,1.0472,275,0,0,449,0,0,0), - (18275,5897,0,5492,0,414.936,1820.7,12.6619,2.58309,275,0,0,449,0,0,0), - (18276,5897,0,4907,0,428.181,1842.13,12.4641,3.21141,275,0,0,449,0,0,0), - (18277,1947,0,4430,0,1003.79,690.011,76.3756,3.15905,275,0,0,1584,1545,0,0), - (18279,1942,0,858,0,1008.03,706.617,78.2085,4.71857,275,6,0,417,0,0,2), - (18280,1943,0,10856,0,977.482,669.613,75.0818,0.174533,275,0,0,415,484,0,0), - (18281,1943,0,10856,0,975.836,709.503,75.0818,6.05629,275,0,0,415,484,0,0), - (18282,1765,0,11421,0,1431.55,611.792,43.0209,3.70578,275,10,0,198,0,0,1), - (18283,1942,0,858,0,1010.99,708.863,69.9808,3.14159,275,0,0,417,0,0,0), - (18284,1942,0,858,0,971.399,709.432,85.0009,1.36876,275,0,0,417,0,0,0), - (18285,1939,0,10851,0,964.658,731.549,59.6171,1.49938,275,5,0,356,0,0,2), - (18286,1939,0,10851,0,993.956,734.178,59.3528,5.18143,275,5,0,356,0,0,2), - (18287,1943,0,10856,0,998.402,711.789,85.0559,0.039863,275,5,0,415,484,0,2), - (18288,1866,0,829,0,165.653,1469.78,114.641,1.81377,275,10,0,222,0,0,1), - (18289,1924,0,574,0,-541.537,1276.85,55.4996,6.05083,275,10,0,328,0,0,1), - (18290,1923,0,741,0,-558.62,1279.91,55.817,5.18477,275,10,0,356,0,0,1), - (18291,1894,0,0,0,-380.605,1435.24,25.7369,5.98648,600,0,0,900,0,0,0), - (18292,1866,0,829,0,183.43,1478.05,114.876,1.22011,275,10,0,222,0,0,1), - (18293,1778,0,1006,0,1108.68,1351.27,38.0459,5.40503,275,10,0,266,0,0,1), - (18294,1779,0,1947,0,360.729,1114.63,106.575,0,275,10,0,247,0,0,1), - (18295,1769,0,11180,0,918.659,1160.17,47.4461,2.39061,275,10,0,186,191,0,1), - (18296,1779,0,1947,0,380.963,1104.08,106.252,4.2586,275,0,0,247,0,0,0), - (18297,1867,0,3768,0,-132.726,1283.73,50.7134,2.26141,275,10,0,241,601,0,1), - (18298,1924,0,574,0,-562.349,1316.29,50.6811,2.53442,275,3,0,328,0,0,1), - (18299,1779,0,1947,0,365.967,1076.89,105.931,5.35816,275,0,0,247,0,0,0), - (18300,1923,0,741,0,-508.56,1359.29,37.7463,5.73178,275,10,0,356,0,0,1), - (18301,1779,0,1947,0,393.234,1086.76,106.627,3.14159,275,0,0,247,0,0,0), - (18303,1779,0,1947,0,382.032,1089.13,106.174,2.47837,275,0,0,247,0,0,0), - (18304,3861,33,801,0,-204.481,2139.15,86.5832,1.42291,7200,0,0,1251,0,0,0), - (18305,1924,0,574,0,-588.722,1356.23,36.3627,5.67326,275,10,0,328,0,0,1), - (18306,1894,0,0,0,-378.287,1655.98,10.346,2.89725,600,3,0,900,0,0,1), - (18307,3528,0,0,0,-345.967,1501.4,18.9875,0.942478,600,0,0,900,0,0,0), - (18308,3851,33,729,0,-207.244,2102.16,76.9773,1.88094,7200,0,0,1131,816,0,0), - (18309,3532,0,0,0,-408.091,1604.03,18.2868,5.5676,600,0,0,900,0,0,0), - (18310,1895,0,0,0,-414.124,1581.03,19.7275,6.10865,600,0,0,828,295,0,0), - (18311,1779,0,1947,0,344.098,1098.59,103.733,0,275,10,0,247,0,0,1), - (18312,3861,33,801,0,-197.316,2111.16,81.1401,5.9909,7200,0,0,1251,0,0,0), - (18313,3851,33,729,0,-243.039,2129.03,87.0962,1.45932,7200,0,0,1131,816,0,0), - (18314,3242,1,6087,0,565.19,-2677.64,91.7225,2.83746,275,5,0,273,0,0,1), - (18315,1912,0,3603,0,-194.257,991.621,65.7035,6.15697,275,10,0,300,0,0,1), - (18316,2110,33,1141,0,-256.649,2241.38,100.892,0.181911,7200,5,0,1,0,0,1), - (18317,4075,0,1141,0,-589.378,953.987,91.0206,1.01125,275,10,0,8,0,0,1), - (18318,3242,1,6087,0,-483.963,-1775.1,92.5919,0.098423,275,5,0,273,0,0,1), - (18319,1924,0,574,0,-642.497,1219.92,76.1978,0.588542,275,3,0,328,0,0,1), - (18320,1923,0,741,0,-691.049,1363.66,33.2018,1.12461,275,10,0,356,0,0,1), - (18321,3242,1,6087,0,-147.402,-2181.25,92.044,2.3341,275,5,0,273,0,0,1), - (18322,1923,0,741,0,-625.002,1246.08,71.2473,3.46859,275,3,0,356,0,0,1), - (18323,4075,0,1141,0,511.093,1419.41,101.674,5.18084,275,10,0,8,0,0,1), - (18324,1924,0,574,0,-522.881,1491.23,14.9334,2.27988,275,10,0,328,0,0,1), - (18325,1923,0,741,0,-595.596,1455.91,9.30226,3.92316,275,5,0,356,0,0,1), - (18326,1924,0,574,0,-504.241,1463.71,20.5913,1.20368,275,10,0,328,0,0,1), - (18327,1923,0,741,0,-492.366,1489.22,22.1323,5.03113,275,10,0,356,0,0,1), - (18328,1924,0,574,0,-558.637,1485.28,11.5136,0.418232,275,10,0,328,0,0,1), - (18329,1923,0,741,0,-498.437,1422.29,31.5416,1.5708,275,5,0,356,0,0,1), - (18330,1797,0,820,0,1189.8,1585.62,26.7093,5.70094,275,10,0,296,0,0,1), - (18331,1797,0,820,0,1214.8,1548.08,33.4479,0.244505,275,5,0,296,0,0,1), - (18332,1766,0,246,0,1390.56,1019.86,52.6699,6.02181,275,5,0,222,0,0,1), - (18333,4075,0,1141,0,717.821,1204.64,62.7562,1.33719,275,10,0,8,0,0,1), - (18334,1868,0,828,0,659.416,1219.39,78.0118,0.154876,275,5,0,253,264,0,1), - (18335,2914,0,1206,0,448.156,1310.19,80.8115,2.35826,275,10,0,8,0,0,1), - (18336,1765,0,11421,0,1443.68,744.701,44.6805,3.60057,275,10,0,198,0,0,1), - (18337,1766,0,246,0,916.337,1579.98,34.9687,2.81768,275,5,0,222,0,0,1), - (18338,1797,0,820,0,1249.31,1782.21,12.7217,0.275291,275,10,0,296,0,0,1), - (18339,1797,0,820,0,1220.21,1807.42,15.3095,4.78769,275,10,0,296,0,0,1), - (18340,1778,0,1006,0,937.697,1517.39,40.0309,0.315881,275,5,0,266,0,0,1), - (18341,1779,0,1947,0,1113.5,1288.84,39.1146,1.76756,275,10,0,247,0,0,1), - (18342,1778,0,1006,0,1063.05,1269.72,43.7426,3.64063,275,5,0,266,0,0,1), - (18343,1778,0,1006,0,1118.02,1259.46,41.3504,1.51118,275,5,0,266,0,0,1), - (18344,1797,0,820,0,1184.25,1880.68,17.1796,3.65603,275,5,0,296,0,0,1), - (18345,1797,0,820,0,1201.2,1867.42,18.4268,1.84279,275,5,0,296,0,0,1), - (18346,1797,0,820,0,1231.25,1857.81,10.502,2.89664,275,5,0,296,0,0,1), - (18347,1972,0,564,0,410.687,989.72,108.119,1.36136,275,0,0,328,0,0,0), - (18348,1779,0,1947,0,416.393,1007.11,108.598,2.80998,275,3,0,247,0,0,1), - (18349,1888,0,3566,0,-445.433,818.329,97.4096,4.64305,275,10,0,354,1326,0,1), - (18350,1894,0,0,0,-411.642,1509.01,19.8575,1.55334,600,0,0,900,0,0,0), - (18351,1889,0,3585,0,-452.913,681.75,91.1258,0.2407,275,5,0,379,1118,0,1), - (18352,2058,0,1679,0,-416.182,1496.91,19.8534,0.314159,275,0,0,1251,0,0,0), - (18353,1888,0,3566,0,-474.193,809.023,95.7396,1.35425,275,0,0,354,1326,0,0), - (18354,1895,0,0,0,-413.706,1579.64,24.2994,2.9861,600,0,0,828,295,0,0), - (18355,1895,0,0,0,-423.094,1578.33,24.3098,2.98749,600,0,0,828,295,0,0), - (18356,1782,0,574,0,386.81,1048.1,106.101,2.11708,275,3,0,273,0,0,1), - (18357,1889,0,3586,0,-403.629,756.781,102.403,1.36811,275,5,0,379,1118,0,1), - (18358,1782,0,574,0,407.88,1004.99,107.441,4.36145,275,3,0,273,0,0,1), - (18359,1782,0,574,0,386.886,1045.17,106.525,1.72788,275,5,0,273,0,0,2), - (18360,1779,0,1947,0,381.092,1058.83,107.2,4.13818,275,3,0,247,0,0,1), - (18361,1782,0,574,0,415.968,1020.94,107.6,5.80582,275,3,0,273,0,0,1), - (18362,1782,0,574,0,407.462,1034.32,106.938,4.85226,275,3,0,273,0,0,1), - (18363,1889,0,3585,0,-445.884,738.417,93.5903,6.14668,275,5,0,379,1118,0,1), - (18364,1782,0,574,0,404.433,1012.95,109.129,0.837758,275,3,0,273,0,0,1), - (18365,1779,0,1947,0,398.815,1001.17,108.122,0,275,3,0,247,0,0,1), - (18366,1888,0,3566,0,-589.36,976.123,89.6548,3.18497,275,10,0,354,1326,0,1), - (18367,1888,0,3569,0,-495.4,777.425,91.5306,3.15074,275,10,0,354,1326,0,1), - (18368,1889,0,3585,0,-406.383,718.241,103.684,4.69481,275,5,0,379,1118,0,1), - (18369,1889,0,3586,0,-470.813,728.077,88.2848,1.6451,275,5,0,379,1118,0,1), - (18370,1888,0,3568,0,-472.702,793.781,94.9056,0.930005,275,10,0,354,1326,0,1), - (18371,1765,0,11421,0,1536.16,510.723,47.0692,3.25904,275,10,0,198,0,0,1), - (18372,1765,0,11421,0,1489.73,653.891,45.6981,0.192607,275,10,0,198,0,0,1), - (18373,1955,0,2567,0,935.809,235.386,28.6108,1.95822,275,5,0,386,0,0,1), - (18374,4064,0,6038,0,-9509.08,-2922.85,109.308,2.05949,300,0,0,1452,0,0,0), - (18375,4064,0,6038,0,-9467.05,-2968.26,126.567,4.81711,300,0,0,1452,0,0,0), - (18376,1955,0,2567,0,892.549,234.88,29.0054,1.92591,275,5,0,386,0,0,1), - (18377,485,0,6034,0,-9473.49,-2972.03,126.762,5.46473,300,0,0,494,0,0,0), - (18378,4065,0,6029,0,-9534.49,-2920.27,106.696,1.27409,300,0,0,1563,0,0,0), - (18379,4065,0,6029,0,-9283.71,-3027.75,120.66,1.28981,300,5,0,1563,0,0,1), - (18380,428,0,490,0,-9176.98,-2810.47,93.2177,0.231612,300,10,0,417,0,0,1), - (18381,433,0,275,0,-9164.99,-3180.02,103.57,4.52764,300,5,0,573,0,0,1), - (18382,334,0,6050,0,-9382.84,-3082.02,158.155,1.8326,600,0,0,2250,0,0,0), - (18383,335,0,497,0,-9386.9,-3084.96,158.155,1.15192,600,0,0,1584,1545,0,0), - (18384,436,0,6039,0,-9378.56,-3076.05,158.155,2.35619,300,0,0,1389,1357,0,0), - (18385,4464,0,6042,0,-9389.81,-3077.22,158.155,0.959931,300,0,0,1953,0,0,0), - (18386,434,0,275,0,-9159.48,-3139.61,100.962,2.35619,300,0,0,530,200,0,0), - (18387,568,0,662,0,-9138.18,-3196.13,107.447,3.97935,300,0,0,664,0,0,0), - (18388,4064,0,6038,0,-9500.56,-2918.37,109.088,2.26893,300,0,0,1452,0,0,0), - (18389,4065,0,6029,0,-9439.13,-3080.34,136.688,0.996597,300,0,0,1563,0,0,0), - (18390,1953,0,863,0,726.953,509.806,32.4373,0.71721,275,10,0,328,0,0,1), - (18391,1958,0,2597,0,747.181,288.794,34.9358,0.479357,275,10,0,350,390,0,1), - (18392,2110,33,1141,0,-126.499,2153.87,155.678,5.60377,7200,3,0,1,0,0,1), - (18393,3242,1,6087,0,-250.413,-2001.45,91.8292,2.55587,275,5,0,273,0,0,1), - (18394,436,0,6039,0,-9392.91,-3015.43,136.81,3.45096,300,5,0,1389,1357,0,1), - (18395,3242,1,6087,0,-199.756,-2078.35,91.7917,1.98425,275,5,0,273,0,0,1), - (18396,4065,0,6029,0,-9392.3,-3017.34,136.81,3.45104,300,5,0,1563,0,0,1), - (18397,486,0,6043,0,-9442.19,-3074.29,136.676,0.690293,600,0,0,1800,618,0,0), - (18398,1769,0,11180,0,508.039,1177.53,89.9191,5.29591,275,5,0,186,191,0,1), - (18399,1766,0,246,0,1364.59,1052.02,53.9194,1.6318,275,5,0,222,0,0,1), - (18400,1894,0,0,0,-390.535,1466.63,25.9869,5.34071,600,0,0,900,0,0,0), - (18401,3863,33,2446,0,-128.064,2186.77,113.215,2.67035,7200,2,0,1953,0,0,1), - (18402,2879,0,5043,0,-8422,553.205,95.532,5.393,540,0,0,2471,1620,0,0), - (18403,3859,33,736,0,-143.452,2162.7,94.1247,0.069813,7200,0,0,1953,0,0,0), - (18404,1891,0,0,0,-350.427,1448.5,24.3665,4.72984,600,0,0,819,0,0,0), - (18405,1895,0,0,0,-411.947,1517.76,19.7711,4.86947,600,0,0,828,295,0,0), - (18406,1769,0,11180,0,912.561,1254.27,46.1064,4.96593,275,10,0,186,191,0,1), - (18407,1895,0,0,0,-424.202,1543.84,18.5687,6.17846,600,0,0,828,295,0,0), - (18408,1891,0,0,0,-370.983,1576.35,16.981,1.98656,600,5,0,819,0,0,2), - (18409,1895,0,0,0,-397.475,1543.61,17.1712,3.0459,600,5,0,828,295,0,1), - (18410,12431,0,11413,0,1452.7,949.916,60.6819,1.01447,43200,5,0,273,0,0,2), - (18411,1894,0,0,0,-391.615,1601.72,17.1706,4.86947,600,0,0,900,0,0,0), - (18412,1769,0,11180,0,777.135,1412.05,60.9628,0.650337,275,0,0,186,191,0,0), - (18413,1894,0,0,0,-355.263,1580.06,18.0622,0.078739,600,0,0,900,0,0,0), - (18414,2054,0,3554,0,-734.846,1519.7,14.3509,2.71553,275,10,0,400,456,0,1), - (18415,2053,0,3553,0,-727.164,1496.1,14.2845,1.04947,275,5,0,414,0,0,1), - (18416,1773,0,10854,0,1030.05,1530.52,31.9197,2.28094,275,10,0,230,249,0,1), - (18417,1797,0,820,0,1205.11,1776.17,15.4958,1.60052,275,10,0,296,0,0,1), - (18418,1797,0,820,0,1160.67,1475.3,34.6033,6.24931,275,10,0,296,0,0,1), - (18419,1797,0,820,0,1239.04,2002.68,14.1142,0.24895,275,5,0,296,0,0,1), - (18420,1797,0,820,0,1155.47,1519.06,37.2919,1.6118,275,10,0,296,0,0,1), - (18421,1797,0,820,0,1120.89,1664.6,29.5052,0.846912,275,10,0,296,0,0,1), - (18422,1797,0,820,0,1162.88,1702.64,18.5242,6.23337,275,10,0,296,0,0,1), - (18423,1797,0,820,0,1158.75,1665.98,24.9131,1.74654,275,10,0,296,0,0,1), - (18424,2529,0,1098,0,-561.897,1561.63,11.6189,3.13476,600,0,0,1452,0,0,0), - (18425,1797,0,820,0,1058.35,1682.05,28.1638,6.14695,275,5,0,296,0,0,1), - (18426,1769,0,11180,0,456.084,1187.95,89.8521,4.32868,275,5,0,186,191,0,1), - (18427,1778,0,1006,0,931.5,1401,42.4984,4.4674,275,5,0,266,0,0,1), - (18428,1866,0,829,0,1270.7,1223.98,52.6321,5.93723,275,5,0,222,0,0,1), - (18429,4075,0,1141,0,1092.22,1639.89,28.9572,2.39557,275,10,0,8,0,0,1), - (18430,1866,0,829,0,1287.26,1252.55,53.1402,3.82892,275,10,0,222,0,0,1), - (18431,3859,33,736,0,-169.686,2171.7,94.0461,5.93232,7200,0,0,1953,0,0,0), - (18432,3242,1,6087,0,-318.443,-2149.35,97.0569,4.33285,275,5,0,273,0,0,1), - (18433,4462,0,6031,0,-9380.08,-3059.85,139.298,2.61799,300,0,0,1815,0,0,0), - (18434,436,0,6039,0,-9389.49,-3024.51,136.81,2.81873,300,5,0,1389,1357,0,1), - (18435,4065,0,6029,0,-9400.14,-3010.42,136.704,5.61996,300,0,0,1563,0,0,0), - (18436,4065,0,6029,0,-9404.86,-3009.31,136.704,5.91667,300,0,0,1563,0,0,0), - (18437,436,0,6039,0,-9399.29,-3006.63,136.81,4.74729,300,0,0,1389,1357,0,0), - (18438,4065,0,6029,0,-9350.46,-3034.49,136.307,0.541052,300,0,0,1563,0,0,0), - (18439,4065,0,6029,0,-9353.37,-3029.71,136.588,0.733038,300,0,0,1563,0,0,0), - (18440,436,0,6039,0,-9358.32,-3027.09,136.758,1.13446,300,0,0,1389,1357,0,0), - (18441,4065,0,6029,0,-9361.88,-3082.55,149.581,3.24631,300,0,0,1563,0,0,0), - (18442,4462,0,6031,0,-9410.3,-3086.12,139.856,0.139626,300,0,0,1815,0,0,0), - (18443,4464,0,6042,0,-9401.48,-3090.75,139.856,2.61799,300,0,0,1953,0,0,0), - (18444,436,0,6039,0,-9406.03,-3089.28,139.856,1.09956,300,0,0,1389,1357,0,0), - (18445,4464,0,6042,0,-9371.32,-3050.18,156.861,5.25344,300,0,0,1953,0,0,0), - (18446,436,0,6039,0,-9365.92,-3051.78,156.861,4.41568,300,0,0,1389,1357,0,0), - (18447,4065,0,6029,0,-9382.88,-3039.52,139.437,1.88496,300,0,0,1563,0,0,0), - (18448,4065,0,6029,0,-9390.65,-3039.86,139.437,1.3439,300,0,0,1563,0,0,0), - (18449,431,0,493,0,-9111.58,-3311.35,102.325,4.84352,300,10,0,734,0,0,1), - (18450,429,0,491,0,-9134.28,-3306.48,103.051,3.20608,300,10,0,640,655,0,1), - (18451,4464,0,6042,0,-9379.59,-3075.51,140.675,1.7764,300,0,0,1953,0,0,0), - (18452,436,0,6039,0,-9379.13,-3068.04,140.758,3.75246,300,0,0,1389,1357,0,0), - (18453,4462,0,6031,0,-9385.37,-3075.57,140.758,0.628319,300,0,0,1815,0,0,0), - (18454,4462,0,6031,0,-9382.43,-3077.34,140.762,1.5708,300,0,0,1815,0,0,0), - (18455,436,0,6039,0,-9360.73,-3081.39,155.48,3.18573,300,5,0,1389,1357,0,1), - (18456,4065,0,6029,0,-9386.2,-3051.99,156.861,5.02655,300,0,0,1563,0,0,0), - (18457,436,0,6039,0,-9390.71,-3053.79,156.861,5.58505,300,0,0,1389,1357,0,0), - (18458,4065,0,6029,0,-9367.44,-3076.13,149.58,0.506145,300,0,0,1563,0,0,0), - (18459,4462,0,6031,0,-9390.62,-3056.87,139.298,5.61996,300,0,0,1815,0,0,0), - (18460,1971,0,1065,0,1277.38,1286.28,52.9912,4.66003,275,0,0,273,0,0,0), - (18461,1770,0,729,0,994.134,1398.76,40.9475,4.53376,275,5,0,222,0,0,1), - (18462,1866,0,829,0,1283.06,1279.4,52.905,4.6107,275,0,0,222,0,0,0), - (18463,1779,0,1947,0,978.183,1400.5,42.3911,2.98453,275,5,0,247,0,0,2), - (18464,1866,0,829,0,1272.37,1277.54,52.8371,2.97767,275,5,0,222,0,0,1), - (18465,1866,0,829,0,1276.98,1264.19,52.6648,4.41568,275,0,0,222,0,0,0), - (18466,1866,0,829,0,1282.73,1268.57,52.8494,5.7594,275,3,0,222,0,0,1), - (18467,1769,0,11180,0,931.249,1264.38,45.9499,2.65146,275,10,0,186,191,0,1), - (18468,1780,0,827,0,1260.01,1977.84,16.4491,4.16876,275,10,0,247,0,0,1), - (18469,1772,0,848,0,1009.11,1510.65,36.5447,3.07963,275,10,0,222,0,0,1), - (18470,1773,0,10854,0,1004.87,1556.2,29.1257,0.715585,275,0,0,230,249,0,0), - (18471,1770,0,729,0,969.219,1398.04,42.6967,5.54723,275,5,0,222,0,0,1), - (18472,1797,0,820,0,1155.99,1721.3,17.7316,0.036915,275,10,0,296,0,0,1), - (18473,1766,0,246,0,1037.75,1385.14,41.8531,3.03104,275,10,0,222,0,0,1), - (18474,1770,0,729,0,980.128,1420.3,38.6953,5.32325,275,0,0,222,0,0,0), - (18475,1779,0,1947,0,987.48,1419.74,38.8203,0.767945,275,0,0,247,0,0,0), - (18476,1770,0,729,0,1017.69,1405.57,43.0668,2.86488,275,5,0,222,0,0,1), - (18477,1770,0,729,0,959.72,1445.88,42.2783,2.57008,275,10,0,222,0,0,1), - (18478,1412,0,134,0,1217.43,1968.97,10.5966,6.06568,275,10,0,8,0,0,1), - (18479,1766,0,246,0,974.363,1447.91,41.6928,0.989836,275,10,0,222,0,0,1), - (18480,1778,0,1006,0,1015.48,1436.06,47.1773,5.57316,275,5,0,266,0,0,1), - (18481,1780,0,827,0,1240.55,2014.81,13.7392,2.11356,275,5,0,247,0,0,1), - (18482,1770,0,729,0,980.265,1413.77,38.7463,0.488692,275,0,0,222,0,0,0), - (18483,1766,0,246,0,1055.58,1455.59,42.5689,4.85746,275,5,0,222,0,0,1), - (18484,1913,0,3592,0,-123.217,825.03,63.5796,1.76278,275,0,0,356,0,0,0), - (18485,3577,0,3538,0,-154.772,820.215,64.1667,5.5676,275,0,0,328,0,0,0), - (18486,1913,0,3593,0,-76.1783,805.225,64.905,5.10396,275,0,0,356,0,0,0), - (18487,1913,0,3593,0,-122.85,761.712,63.8145,0.204509,275,0,0,356,0,0,0), - (18488,1915,0,3582,0,-142.854,816.478,63.9601,1.36136,275,0,0,330,938,0,0), - (18489,6033,0,7449,0,1035.1,906.114,18.1123,4.03171,275,0,0,328,0,0,0), - (18491,1915,0,3584,0,-161.931,797.487,64.7645,1.49602,275,0,0,330,938,0,0), - (18493,1914,0,3561,0,-190.309,1012.36,65.4447,3.99798,275,10,0,285,790,0,1), - (18494,1866,0,829,0,1240.36,1263.49,50.8149,2.42665,275,10,0,222,0,0,1), - (18495,1912,0,3602,0,-223.113,1032.29,65.9498,1.71394,275,10,0,300,0,0,1), - (18496,1912,0,3602,0,-158.407,979.455,65.0678,4.82706,275,10,0,300,0,0,1), - (18497,1912,0,3602,0,-170.949,1012.29,65.5697,3.16566,275,10,0,300,0,0,1), - (18498,1867,0,3768,0,-177.028,1068.98,61.1024,1.90861,275,5,0,241,601,0,1), - (18499,1782,0,574,0,306.223,1096.62,93.55,1.72567,275,3,0,273,0,0,1), - (18500,1779,0,1947,0,331.301,1080.21,101.021,0,275,10,0,247,0,0,1), - (18501,1924,0,574,0,-545.267,1387.47,27.9099,0.20201,275,10,0,328,0,0,1), - (18502,1912,0,3602,0,-159.913,944.71,65.2106,4.98007,275,10,0,300,0,0,1), - (18503,1780,0,827,0,1221.11,1887.73,11.5197,5.95613,275,10,0,247,0,0,1), - (18504,1914,0,3560,0,-171.156,961.793,64.8819,4.72657,275,5,0,285,790,0,1), - (18505,1912,0,3603,0,-153.515,893.097,63.0928,6.06112,275,5,0,300,0,0,1), - (18506,1780,0,827,0,1245.92,1951.19,12.3655,4.71969,275,5,0,247,0,0,1), - (18507,1914,0,3559,0,-160.344,922.395,65.5657,3.15605,275,0,0,285,790,0,0), - (18508,1923,0,741,0,-582.64,1416.73,16.929,3.90695,275,10,0,356,0,0,1), - (18509,1780,0,827,0,1248.04,1919.41,13.3078,5.15477,275,10,0,247,0,0,1), - (18510,1914,0,3559,0,-196.633,941.087,65.79,1.6668,275,0,0,285,790,0,0), - (18511,1780,0,827,0,1272.14,1932.78,15.725,1.58952,275,10,0,247,0,0,1), - (18512,1780,0,827,0,1282.84,1942.04,16.1744,0.608538,275,0,0,247,0,0,0), - (18513,1780,0,827,0,1270.67,1953.39,15.1186,2.16097,275,3,0,247,0,0,1), - (18514,1780,0,827,0,1300.42,1957.1,19.0124,4.3395,275,3,0,247,0,0,1), - (18515,1780,0,827,0,1317.13,1963.29,15.2581,4.12758,275,3,0,247,0,0,1), - (18516,1781,0,760,0,1341.72,1959.05,13.4341,5.12549,275,3,0,273,0,0,1), - (18517,1781,0,760,0,1345.53,1975.56,14.5076,3.24619,275,3,0,273,0,0,1), - (18518,1912,0,3603,0,-250.936,812.737,74.1881,5.76403,275,5,0,300,0,0,1), - (18519,1924,0,574,0,-724.068,1284.04,68.1531,4.36345,275,3,0,328,0,0,1), - (18520,1780,0,827,0,1181.55,2015.41,10.9859,2.91299,275,10,0,247,0,0,1), - (18521,1888,0,3567,0,-388.491,819.671,97.9254,3.47256,275,5,0,354,1326,0,1), - (18522,1924,0,574,0,-752.006,1245.28,69.6447,4.589,275,10,0,328,0,0,1), - (18523,1780,0,827,0,1217.04,1951.05,10.6037,5.09695,275,10,0,247,0,0,1), - (18524,1914,0,3560,0,-282.813,811.979,79.1949,6.11465,275,5,0,285,790,0,1), - (18525,3242,1,6087,0,-973.471,-2323.7,91.7917,3.40056,275,15,0,273,0,0,1), - (18526,3242,1,6087,0,-842.676,-2467.62,92.3644,1.39601,275,5,0,273,0,0,1), - (18527,3242,1,6087,0,-982.959,-2305.48,92.5417,3.2409,275,15,0,273,0,0,1), - (18528,3242,1,6087,0,248.281,-3164.88,87.7051,1.71298,275,5,0,273,0,0,1), - (18529,3242,1,6087,0,526.614,-2672.24,93.0805,3.92259,275,5,0,273,0,0,1), - (18530,3242,1,6087,0,450.635,-2778.35,92.3632,0.361285,275,5,0,273,0,0,1), - (18531,3242,1,6087,0,-86.8639,-2117.19,91.7916,3.0993,275,5,0,273,0,0,1), - (18532,3242,1,6087,0,-213.529,-2113.31,91.7916,5.71513,275,5,0,273,0,0,1), - (18533,3242,1,6087,0,-775.326,-1894.67,92.2145,2.49699,275,5,0,273,0,0,1), - (18534,3242,1,6087,0,-119.956,-2079.03,92.7338,5.89286,275,5,0,273,0,0,1), - (18535,3242,1,6087,0,-480.867,-2050.34,91.7917,5.97534,275,5,0,273,0,0,1), - (18536,3242,1,6087,0,-747.354,-3122.63,92.0898,5.19361,275,5,0,273,0,0,1), - (18537,3242,1,6087,0,-783.757,-2977.9,94.0132,4.79261,275,5,0,273,0,0,1), - (18538,3242,1,6087,0,-757.762,-3044.61,95.1397,2.43949,275,5,0,273,0,0,1), - (18539,3242,1,6087,0,272.358,-3257.95,65.8605,5.39414,275,5,0,273,0,0,1), - (18540,3242,1,6087,0,208.978,-3249.15,69.8015,2.23852,275,5,0,273,0,0,1), - (18541,3242,1,6087,0,25.3284,-3591.96,27.3124,3.05193,275,5,0,273,0,0,1), - (18542,3242,1,6087,0,462.403,-2755.14,92.2737,3.23738,275,5,0,273,0,0,1), - (18543,3242,1,6087,0,729.573,-2617.9,91.7917,6.22666,275,5,0,273,0,0,1), - (18544,3242,1,6087,0,-98.197,-1914.15,105.403,4.82784,275,2,0,273,0,0,1), - (18545,3242,1,6087,0,-924.492,-2338.76,94.194,2.29239,275,5,0,273,0,0,1), - (18546,3242,1,6087,0,271.402,-3140.01,91.7482,5.88862,275,5,0,273,0,0,1), - (18547,3242,1,6087,0,149.531,-3083.71,98.295,6.13551,275,5,0,273,0,0,1), - (18548,3242,1,6087,0,416.699,-2721.44,93.4939,4.73387,275,5,0,273,0,0,1), - (18549,3242,1,6087,0,632.529,-2683.51,95.1746,6.20571,275,5,0,273,0,0,1), - (18550,3242,1,6087,0,54.9121,-3645.48,28.6942,4.82585,275,5,0,273,0,0,1), - (18551,3242,1,6087,0,-767.024,-2695.75,91.7917,0.616238,275,5,0,273,0,0,1), - (18552,3242,1,6087,0,-996.647,-2236.51,92.8457,2.009,275,10,0,273,0,0,1), - (18553,3242,1,6087,0,323.019,-3158.1,89.4162,3.33589,275,5,0,273,0,0,1), - (18554,3242,1,6087,0,762.742,-2560.78,91.7917,5.55233,275,5,0,273,0,0,1), - (18555,3242,1,6087,0,407.824,-3608.03,30.847,2.29126,275,3,0,273,0,0,1), - (18556,3242,1,6087,0,-951.309,-2442.75,95.4167,0.754753,275,5,0,273,0,0,1), - (18557,3242,1,6087,0,-933.409,-2298.76,91.8819,2.35088,275,5,0,273,0,0,1), - (18558,3242,1,6087,0,-283.131,-1749.75,93.4167,4.39537,275,5,0,273,0,0,1), - (18559,3242,1,6087,0,-915.453,-2395.39,92.7853,3.83433,275,5,0,273,0,0,1), - (18560,3242,1,6087,0,-847.427,-2376.01,91.7917,4.73026,275,5,0,273,0,0,1), - (18561,3242,1,6087,0,-814.855,-2312.53,93.5882,5.81141,275,5,0,273,0,0,1), - (18562,3242,1,6087,0,14.3391,-1680.3,91.7751,5.44543,275,0,0,273,0,0,0), - (18563,3242,1,6087,0,-150.117,-1712.22,93.1246,1.29394,275,5,0,273,0,0,1), - (18564,3242,1,6087,0,26.742,-1654.67,91.9788,3.36154,275,5,0,273,0,0,1), - (18565,3242,1,6087,0,-114.273,-1952.4,94.7348,2.28888,275,5,0,273,0,0,1), - (18566,3242,1,6087,0,-621.323,-1902.42,92.3669,2.01522,275,5,0,273,0,0,1), - (18567,3242,1,6087,0,-743.003,-2656.82,91.7917,1.86317,275,5,0,273,0,0,1), - (18568,3242,1,6087,0,-877.102,-2281.44,92.0448,6.15442,275,5,0,273,0,0,1), - (18569,3242,1,6087,0,-938.801,-2617.26,92.1368,3.05971,275,5,0,273,0,0,1), - (18570,3242,1,6087,0,-871.975,-2641.52,92.4159,1.82335,275,5,0,273,0,0,1), - (18571,3242,1,6087,0,-996.521,-2736.57,91.7943,2.37705,275,5,0,273,0,0,1), - (18572,3242,1,6087,0,-944.52,-2530.24,93.5417,5.10686,275,5,0,273,0,0,1), - (18573,3242,1,6087,0,-790.805,-2628.3,92.5417,4.4449,275,5,0,273,0,0,1), - (18581,3242,1,6087,0,-846.127,-2686.71,93.1633,5.08854,275,5,0,273,0,0,1), - (18610,15591,1,15560,0,-2632.83,-5052.68,25.6692,3.87463,1200,0,0,24416,0,0,0), - (18611,15591,1,15559,0,-2632.54,-5040.4,33.827,5.34071,1200,0,0,24416,0,0,0), - (18612,15553,1,8011,0,-2681.24,-5038.31,21.8019,1.78024,360,0,0,28000,0,0,0), - (18613,15591,1,15558,0,-2684.26,-5038.07,21.8013,0.15708,1200,0,0,24416,0,0,0), - (18614,15552,1,15557,0,-2632.94,-5062.04,33.827,2.60054,1200,0,0,320000,492480,0,0), - (18615,15591,1,15560,0,-2630.13,-5037.75,22.9544,1.50098,1200,0,0,24416,0,0,0), - (18616,15591,1,15559,0,-2635.61,-5050.42,33.827,4.20624,1200,0,0,24416,0,0,0), - (18617,15591,1,15558,0,-2652.23,-5047.31,23.0175,0.979193,1200,0,0,24416,0,0,0), - (18618,15591,1,15560,0,-2658.89,-5057.21,23.0051,0.979123,1200,0,0,24416,0,0,0), - (18619,4343,1,814,0,-3610,-2800.08,28.9362,1.59506,360,10,0,1536,0,0,1), - (18620,4414,1,2542,0,-2568.83,-3653.23,51.0706,0.03025,360,10,0,1469,0,0,1), - (18621,4414,1,2542,0,-3103.18,-3603.2,65.2604,0.086061,360,10,0,1469,0,0,1), - (18622,4414,1,2542,0,-3215.17,-3649.05,43.9613,4.08407,360,0,0,1469,0,0,0), - (18623,4374,1,2423,0,-2676.53,-4685.54,-7.80317,2.23628,1200,10,0,8883,0,0,1), - (18624,4368,1,11258,0,-2699.27,-5036.73,22.8421,0.226625,1200,0,0,9156,0,0,0), - (18625,4368,1,11258,0,-2693.23,-5028.66,21.3294,0.925025,1200,0,0,9156,0,0,0), - (18626,4370,1,11266,0,-2543.45,-4935.44,35.0412,3.65439,1200,0,0,7326,4868,0,0), - (18627,1420,1,901,0,-4227.44,-3261.34,32.4498,1.38309,360,10,0,8,0,0,1), - (18628,1420,1,901,0,-4320.87,-3183.3,40.3654,4.72342,360,10,0,8,0,0,1), - (18629,1420,1,901,0,-3452.59,-3315.36,31.4079,1.65491,360,10,0,8,0,0,1), - (18630,6145,1,4878,0,-3310.62,-3506.02,-7.12443,5.3031,360,5,0,42,0,0,1), - (18631,1420,1,901,0,-3648.87,-3196.51,32.5982,0.208502,360,10,0,8,0,0,1), - (18632,4347,1,2707,0,-3541.37,-3189.01,42.361,5.82827,360,5,0,1536,0,0,1), - (18633,4128,1,2712,0,-3736.16,-2454.39,94.4798,5.32987,360,5,0,573,0,0,1), - (18634,4393,1,11137,0,-3786.16,-3606.66,37.4825,5.53268,360,10,0,1751,0,0,1), - (18635,4415,1,11348,0,-4371.57,-3714.28,54.8037,1.47031,360,3,0,1751,0,0,1), - (18636,4415,1,11348,0,-4358.78,-3780,45.9813,2.20465,360,5,0,1751,0,0,1), - (18637,4415,1,11348,0,-4136.44,-3865.18,54.3745,4.33188,360,5,0,1751,0,0,1), - (18638,4415,1,11348,0,-4158.46,-3802.44,67.3163,3.73281,360,5,0,1751,0,0,1), - (18639,4415,1,11348,0,-4246.95,-3672.97,62.2253,1.17976,360,5,0,1751,0,0,1), - (18640,4415,1,11348,0,-4406.96,-3809.24,52.8984,3.14444,360,5,0,1751,0,0,1), - (18641,4397,1,7836,0,-2347.98,-4352.46,-9.77159,6.05243,360,10,0,1403,0,0,1), - (18642,4389,1,2601,0,-3441.52,-3588.99,-5.09909,6.11258,360,5,0,1532,0,0,1), - (18643,4401,1,2426,0,-3587.7,-4082.24,-6.09956,1.6057,360,0,0,1403,0,0,0), - (18644,3242,1,6087,0,-714.006,-3026.78,95.8795,4.16735,275,5,0,273,0,0,1), - (18645,3242,1,6087,0,-927.376,-2729.25,92.3432,3.99741,275,5,0,273,0,0,1), - (18646,3242,1,6087,0,-803.939,-2512.26,93.6714,0.236062,275,5,0,273,0,0,1), - (18647,3242,1,6087,0,-914.766,-2750.99,93.4983,4.89114,275,5,0,273,0,0,1), - (18648,3242,1,6087,0,-692.262,-2923.54,98.2796,3.22849,275,5,0,273,0,0,1), - (18649,3242,1,6087,0,-648.932,-1816.67,92.3153,3.14049,275,5,0,273,0,0,1), - (18650,3242,1,6087,0,143.32,-3418.35,30.8146,5.72726,275,5,0,273,0,0,1), - (18651,3242,1,6087,0,-887.157,-2585.03,92.7916,3.74725,275,5,0,273,0,0,1), - (18652,3242,1,6087,0,-758.953,-2880.45,91.8078,3.06204,275,5,0,273,0,0,1), - (18653,3242,1,6087,0,-872.211,-2783.13,92.2464,3.96847,275,5,0,273,0,0,1), - (18654,3242,1,6087,0,-785.721,-2784.88,93.9055,3.23282,275,5,0,273,0,0,1), - (18655,3242,1,6087,0,-619.528,-2847.89,92.2137,5.9053,275,5,0,273,0,0,1), - (18656,3242,1,6087,0,-921.57,-2851.32,93.624,0.023433,275,5,0,273,0,0,1), - (18657,3242,1,6087,0,-949.719,-2568.7,92.2246,1.56689,275,5,0,273,0,0,1), - (18658,3242,1,6087,0,-854.425,-2627.99,91.7916,4.4327,275,5,0,273,0,0,1), - (18659,3242,1,6087,0,-693.865,-2523.85,93.9181,4.08919,275,5,0,273,0,0,1), - (18660,3242,1,6087,0,-654.371,-3051.2,92.1286,4.2898,275,5,0,273,0,0,1), - (18661,3242,1,6087,0,-822.744,-2774.66,93.5709,2.34316,275,5,0,273,0,0,1), - (18662,3242,1,6087,0,149.272,-3149.3,91.5578,5.2227,275,5,0,273,0,0,1), - (18663,3242,1,6087,0,94.0585,-3703.99,24.7733,2.69978,275,5,0,273,0,0,1), - (18664,3242,1,6087,0,-948.796,-2914.72,91.7917,3.35111,275,5,0,273,0,0,1), - (18665,3242,1,6087,0,154.062,-3549.67,28.7943,0.222806,275,5,0,273,0,0,1), - (18666,3242,1,6087,0,-948.884,-2651.79,91.9469,4.6831,275,5,0,273,0,0,1), - (18667,3242,1,6087,0,-741.331,-2716.33,92.7916,1.46516,275,5,0,273,0,0,1), - (18668,3499,1,7099,0,-1002.08,-3652.37,20.1183,3.10669,275,0,0,1042,0,0,0), - (18669,3243,1,1973,0,527.802,-2407.71,91.7917,1.86295,275,0,0,247,0,0,0), - (18670,3243,1,1973,0,-437.085,-2984.75,91.7917,0.905635,275,0,0,247,0,0,0), - (18671,3243,1,1973,0,-447.254,-2944.39,91.7917,2.02787,275,0,0,247,0,0,0), - (18672,3243,1,1973,0,543.496,-2455.2,91.7917,2.11365,275,0,0,247,0,0,0), - (18673,3243,1,1973,0,217.609,-2514.34,91.7917,1.40789,275,0,0,247,0,0,0), - (18674,3243,1,1973,0,-159.247,-2620.84,94.8115,3.10441,275,0,0,247,0,0,0), - (18675,3678,43,1941,0,-134.965,125.402,-78.0945,3.07178,7200,0,0,1381,980,0,0), - (18676,2914,43,1206,0,-192.926,60.6825,-47.9713,1.85553,7200,10,0,8,0,0,1), - (18677,3835,43,1924,0,-152.71,50.6044,-105.733,4.77731,7200,15,0,8,0,0,1), - (18678,5053,43,2996,0,-161.456,51.8247,-106.014,1.03789,7200,5,0,417,0,0,1), - (18679,5055,43,8172,0,-193.302,63.3435,-47.9201,5.6868,7200,6,0,134,0,0,1), - (18680,5055,43,8172,0,-185.325,65.2722,-46.2168,1.22809,7200,6,0,134,0,0,1), - (18681,5055,43,8172,0,-190.234,66.342,-47.4872,4.38246,7200,6,0,134,0,0,1), - (18682,3840,43,4233,0,-191.842,61.3256,-47.7267,4.39218,7200,7,0,1212,912,0,1), - (18683,5055,43,8172,0,-154.607,68.7036,-75.7838,1.91226,7200,6,0,134,0,0,1), - (18684,5055,43,8172,0,-154.144,63.737,-75.7394,2.36478,7200,6,0,134,0,0,1), - (18685,5055,43,8172,0,-159.049,75.5833,-75.9573,5.01563,7200,6,0,134,0,0,1), - (18686,5055,43,8172,0,-160.308,70.941,-75.8312,2.03706,7200,6,0,134,0,0,1), - (18687,3840,43,4233,0,-70.7889,120.073,-89.6736,0.785398,7200,0,0,1212,912,0,0), - (18688,3636,43,0,0,4.29095,303.612,-87.6656,1.08737,7200,5,0,1251,0,0,1), - (18689,3636,43,1747,0,-78.9073,103.428,-91.1674,5.55015,7200,5,0,1251,0,0,1), - (18690,3863,33,2446,0,-150.907,2182.17,99.9595,1.01229,7200,2,0,1953,0,0,1), - (18691,2529,33,1098,0,-94.8525,2150.37,145.004,3.07178,7200,5,0,1452,0,0,1), - (18692,3859,33,736,0,-149.101,2174.34,99.9595,2.86234,7200,3,0,1953,0,0,1), - (18693,3863,33,2446,0,-118.109,2152.18,101.603,5.72468,7200,2,0,1953,0,0,1), - (18694,2529,33,1098,0,-106.86,2133.2,145.004,2.70526,7200,5,0,1452,0,0,1), - (18695,2529,33,1098,0,-90.1872,2131.41,145.004,6.26573,7200,3,0,1452,0,0,1), - (18696,3859,33,736,0,-164.462,2192.41,138.287,1.03908,7200,3,0,1953,0,0,2), - (18697,3862,33,11421,0,-192.438,2222.95,79.8431,2.94961,7200,5,0,1251,0,0,1), - (18698,3853,33,729,0,-207.099,2162.01,79.8483,0.623848,7200,0,0,1299,980,0,0), - (18699,3862,33,11421,0,-169.934,2244.22,86.3592,3.1765,7200,3,0,1251,0,0,1), - (18700,3853,33,729,0,-159.022,2243.51,86.0992,0.10472,7200,0,0,1299,980,0,0), - (18701,3862,33,11421,0,-198.594,2153.93,79.8471,4.46288,7200,5,0,1251,0,0,1), - (18702,3853,33,729,0,-195.926,2162.95,79.8327,0.456987,7200,0,0,1299,980,0,0), - (18703,3862,33,11421,0,-231.866,2165.91,79.8476,2.68061,7200,0,0,1251,0,0,0), - (18704,3853,33,729,0,-176.157,2250.3,86.5898,5.11381,7200,0,0,1299,980,0,0), - (18705,3853,33,729,0,-223.663,2209.45,79.8438,3.46964,7200,0,0,1299,980,0,0), - (18706,3853,33,729,0,-169.525,2220.66,80.5822,0.715585,7200,0,0,1299,980,0,0), - (18707,3855,33,657,0,-294.707,2279.39,95.8665,6.26476,7200,2,0,1392,1020,0,2), - (18708,3855,33,657,0,-193.978,2271.01,90.8411,4.24008,7200,3,0,1392,1020,0,2), - (18709,3877,33,3226,0,-232.178,2212.89,97.3452,4.49351,7200,2,0,1563,0,0,2), - (18710,2529,33,1098,0,-128.054,2179.05,112.778,1.74533,7200,1,0,1452,0,0,1), - (18711,3859,33,736,0,-120.542,2161.02,101.603,6.03884,7200,2,0,1953,0,0,1), - (18712,3862,33,11421,0,-204.012,2184.13,79.8488,4.31299,7200,0,0,1251,0,0,0), - (18713,3853,33,729,0,-217.143,2225.19,79.8432,4.5204,7200,0,0,1299,980,0,0), - (18714,4274,33,2352,0,-135.609,2168.66,128.779,2.86234,43200,0,0,3495,0,0,0), - (18715,6906,70,5710,0,-353.007,117.186,-44.3684,0.523599,43200,0,0,4755,0,0,0), - (18716,4815,48,2835,0,-178.368,52.7392,-49.8229,1.27409,7200,5,0,1686,0,0,1), - (18717,4821,48,981,0,-231.986,36.3215,-54.2971,0.471239,7200,5,0,1686,0,0,1), - (18718,4818,48,4920,0,-236.641,31.0125,-54.7077,0.785398,7200,5,0,1686,0,0,1), - (18719,4821,48,981,0,-267.936,72.5985,-57.1852,3.76991,7200,5,0,1686,0,0,1), - (18720,4818,48,4920,0,-277.164,43.6245,-66.9591,3.61283,7200,5,0,1686,0,0,1), - (18721,4818,48,4920,0,-259.135,20.7215,-55.9537,4.86947,7200,1,0,1686,0,0,1), - (18722,4818,48,4920,0,-254.728,34.6942,-55.6703,2.25148,7200,5,0,1686,0,0,1), - (18723,4815,48,2835,0,-253.374,55.0195,-53.3931,4.4855,7200,5,0,1686,0,0,1), - (18724,4818,48,4920,0,-254.322,51.9767,-53.6117,5.35816,7200,2,0,1686,0,0,1), - (18725,4818,48,4920,0,-296.819,89.8415,-51.4581,1.51844,7200,2,0,1686,0,0,1), - (18726,4821,48,981,0,-290.304,87.1691,-52.0361,1.32645,7200,2,0,1686,0,0,1), - (18727,4821,48,981,0,-283.729,8.44561,-56.9505,0.610865,7200,5,0,1686,0,0,1), - (18728,4821,48,981,0,-302.441,70.6481,-63.5031,5.81195,7200,5,0,1686,0,0,1), - (18729,4821,48,981,0,-281.235,16.456,-56.9926,4.43314,7200,5,0,1686,0,0,1), - (18730,4815,48,2835,0,-306.855,-23.6657,-68.6727,5.61996,7200,5,0,1686,0,0,1), - (18731,4818,48,4920,0,-316.443,-3.21443,-71.8173,6.05629,7200,5,0,1686,0,0,1), - (18732,4818,48,4920,0,-319.174,-16.9382,-71.1558,2.32129,7200,5,0,1686,0,0,1), - (18733,4821,48,981,0,-334.294,78.1841,-60.6719,3.61283,7200,5,0,1686,0,0,1), - (18734,4818,48,4920,0,-295.475,108.201,-53.5076,3.10669,7200,5,0,1686,0,0,1), - (18735,4821,48,981,0,-321.646,103.492,-58.6204,3.28122,7200,5,0,1686,0,0,1), - (18736,4818,48,4920,0,-337.805,-24.5904,-72.3178,0.645772,7200,5,0,1686,0,0,1), - (18737,4815,48,2835,0,-338.096,-33.7639,-70.5845,0.575959,7200,5,0,1686,0,0,1), - (18738,4821,48,981,0,-342.427,9.77035,-71.1098,1.78024,7200,5,0,1686,0,0,1), - (18739,4821,48,981,0,-373.62,50.3974,-56.8304,5.5676,7200,2,0,1686,0,0,1), - (18740,4819,48,11293,0,-400.073,25.6906,-48.1241,2.30383,7200,1,0,1815,0,0,1), - (18741,4820,48,3617,0,-406.857,26.494,-48.4163,2.93215,7200,2,0,1599,1162,0,1), - (18742,4819,48,11293,0,-410.273,22.8632,-48.4303,1.17895,7200,1,0,1815,0,0,1), - (18743,6243,48,1773,0,-412.653,40.919,-48.1363,4.31096,36000,0,0,3906,0,0,0), - (18744,4820,48,3617,0,-429.005,4.86473,-47.9984,2.74017,7200,2,0,1599,1162,0,1), - (18745,4819,48,11293,0,-422.97,25.0112,-48.0705,3.45575,7200,3,0,1815,0,0,1), - (18746,4820,48,3617,0,-422.341,4.16348,-47.8643,1.78024,7200,1,0,1599,1162,0,1), - (18747,4820,48,3617,0,-436.153,20.8745,-47.972,3.45575,7200,2,0,1599,1162,0,1), - (18748,4820,48,3617,0,-435.787,38.4254,-48.2506,1.5708,7200,1,0,1599,1162,0,1), - (18749,4819,48,11293,0,-453.411,13.0221,-47.9998,3.42085,7200,1,0,1815,0,0,1), - (18750,4819,48,11293,0,-461.005,8.9746,-47.966,5.2709,7200,1,0,1815,0,0,1), - (18751,4815,48,2835,0,-325.462,129.509,-48.1088,0.575959,7200,5,0,1686,0,0,1), - (18752,4815,48,2835,0,-347.126,130.557,-50.7097,1.8326,7200,5,0,1686,0,0,1), - (18753,4821,48,981,0,-318.432,124.281,-49.0926,0.802851,7200,5,0,1686,0,0,1), - (18754,4815,48,2835,0,-353.259,137.056,-50.8998,4.01426,7200,5,0,1686,0,0,1), - (18755,4805,48,4982,0,-324.953,205.232,-68.6379,3.00197,7200,5,0,1494,1090,0,1), - (18756,4822,48,1001,0,-387.244,173.772,-56.6372,1.95477,7200,5,0,1686,0,0,1), - (18989,4807,48,4762,0,-326.35,191.841,-65.5993,0.24262,7200,5,0,2529,0,0,1), - (18990,4822,48,1001,0,-361.306,200.085,-65.4363,3.61283,7200,5,0,1686,0,0,1), - (18991,3244,1,178,0,-29.0348,-2380.38,91.7916,2.59302,275,20,0,222,0,0,1), - (18992,4805,48,4982,0,-422.529,109.427,-70.6683,1.82729,7200,5,0,1494,1090,0,1), - (18993,1912,0,3602,0,-24.8028,1142.06,64.9329,4.175,275,10,0,300,0,0,1), - (18994,1924,0,574,0,-705.65,1203.43,90.3259,3.58819,275,3,0,328,0,0,1), - (18995,1912,0,3602,0,-45.7433,1120.69,66.846,3.91042,275,10,0,300,0,0,1), - (18996,1894,0,0,0,-442.388,1539.5,19.6376,4.53468,600,5,0,900,0,0,1), - (18997,2529,0,1098,0,1241.81,1847.95,9.58249,5.1235,600,10,0,1452,0,0,2), - (18998,1924,0,574,0,-488.787,1176.95,62.5426,1.21165,275,10,0,328,0,0,1), - (18999,1867,0,3768,0,-92.7974,1079.32,65.9836,3.48173,275,10,0,241,601,0,1), - (19000,1912,0,3603,0,-112.332,1044.59,66.9791,2.4024,275,10,0,300,0,0,1), - (19001,1912,0,3602,0,-85.8231,1012.69,66.1179,4.82003,275,10,0,300,0,0,1), - (19002,1891,0,0,0,-377.63,1491.95,18.4887,5.32325,600,0,0,819,0,0,0), - (19003,1912,0,3603,0,-102.869,986.781,68.1818,6.19144,275,10,0,300,0,0,1), - (19004,1939,0,10851,0,851.96,693.668,53.5139,1.50609,275,5,0,356,0,0,1), - (19005,1891,0,0,0,-381.301,1653.14,17.7911,4.4855,600,0,0,819,0,0,0), - (19006,1912,0,3603,0,-65.5206,1012.21,65.1428,2.63545,275,0,0,300,0,0,0), - (19007,1895,0,0,0,-378.435,1625.51,16.8077,0.694863,600,3,0,828,295,0,1), - (19008,1894,0,0,0,-389.73,1634.41,17.4309,6.20095,600,0,0,900,0,0,0), - (19009,1779,0,1947,0,1177.26,1234.25,51.1829,3.9726,275,10,0,247,0,0,1), - (19010,1939,0,10851,0,803.068,717.876,52.9881,1.11921,275,10,0,356,0,0,1), - (19011,1766,0,246,0,1416.48,949.669,51.8731,3.90628,275,10,0,222,0,0,1), - (19012,1894,0,0,0,-385.558,1618.24,24.2887,4.07713,600,3,0,900,0,0,1), - (19013,1939,0,10851,0,814.853,686.977,53.6461,4.16122,275,10,0,356,0,0,1), - (19014,1939,0,10851,0,871.699,692.057,53.6579,4.99591,275,10,0,356,0,0,1), - (19015,1894,0,0,0,-385.776,1632.95,24.2887,3.83402,600,0,0,900,0,0,0), - (19016,1939,0,10851,0,907.572,679.438,53.6066,1.20428,275,0,0,356,0,0,0), - (19017,1912,0,3602,0,-65.723,967.583,67.516,1.29154,275,0,0,300,0,0,0), - (19018,1939,0,10851,0,810.19,664.919,56.0866,1.29628,275,10,0,356,0,0,1), - (19019,1894,0,0,0,-384.391,1560.98,17.1156,2.65866,600,5,0,900,0,0,1), - (19020,1914,0,3559,0,-80.5932,974.126,68.4387,1.517,275,10,0,285,790,0,1), - (19021,2106,0,574,0,-387.331,1648.79,24.3721,1.5708,600,0,0,1068,0,0,0), - (19022,1914,0,3561,0,-65.066,969.799,67.4811,4.60767,275,0,0,285,790,0,0), - (19023,1942,0,858,0,965.551,684.154,59.9198,3.01942,275,0,0,417,0,0,0), - (19024,1914,0,3561,0,-66.2251,955.202,67.868,1.91607,275,10,0,285,790,0,1), - (19025,1914,0,3559,0,-80.1489,935.549,69.0073,0.331613,275,0,0,285,790,0,0), - (19026,1940,0,10855,0,883.612,669.743,55.3795,2.6529,275,0,0,350,390,0,0), - (19027,1942,0,858,0,964.771,692.943,59.9198,3.56047,275,0,0,417,0,0,0), - (19028,1914,0,3561,0,-104.213,946.987,68.5021,0.863511,275,5,0,285,790,0,1), - (19029,1939,0,10851,0,917.43,665.154,53.5591,5.45052,275,5,0,356,0,0,2), - (19030,721,0,328,0,770.822,1459.2,58.3441,0.900462,275,10,0,1,0,0,1), - (19031,1940,0,10855,0,949.602,701.223,59.6211,0.236936,275,5,0,350,390,0,1), - (19032,1943,0,10856,0,996.733,675.884,60.975,1.59524,275,5,0,415,484,0,1), - (19033,1912,0,3602,0,-76.8341,935.707,69.4504,2.33874,275,0,0,300,0,0,0), - (19034,1914,0,3560,0,-79.1993,938.274,69.0175,5.72468,275,0,0,285,790,0,0), - (19035,1942,0,858,0,973.794,667.548,60.975,3.2815,275,0,0,417,0,0,0), - (19036,1942,0,858,0,1013.64,696.036,60.975,1.90104,275,0,0,417,0,0,0), - (19037,1912,0,3603,0,-83.4462,898.394,65.73,5.88176,275,0,0,300,0,0,0), - (19038,1942,0,858,0,1014,682.239,65.087,2.25148,275,0,0,417,0,0,0), - (19039,1867,0,3767,0,-213.289,1379.17,33.8032,1.69612,275,3,0,241,601,0,1), - (19040,1914,0,3560,0,-83.2189,896.125,65.6719,0.558505,275,0,0,285,790,0,0), - (19041,1767,0,441,0,890.516,1094.11,31.6513,0,275,0,0,247,0,0,0), - (19042,1943,0,10856,0,1000.02,673.188,69.7968,0.382239,275,0,0,415,484,0,0), - (19043,1768,0,346,0,905.944,1098.89,33.4272,5.02886,275,5,0,253,264,0,1), - (19044,1865,0,732,0,138.507,1453.93,114.825,0.68888,275,10,0,247,0,0,1), - (19045,1768,0,346,0,892.108,1087.21,34.1139,1.33096,275,3,0,253,264,0,1), - (19046,1912,0,3603,0,21.7272,1078.48,72.5767,5.5292,275,3,0,300,0,0,1), - (19047,1912,0,3603,0,89.9114,1120.4,68.7467,0.841984,275,10,0,300,0,0,1), - (19048,1940,0,10855,0,714.435,682.241,44.0485,1.93934,275,10,0,350,390,0,1), - (19049,1953,0,863,0,602.256,393.83,30.5363,5.87368,275,10,0,328,0,0,1), - (19050,1940,0,10855,0,686.242,584.288,42.9228,6.25601,275,10,0,350,390,0,1), - (19051,1767,0,441,0,871.314,1094,43.3956,4.99337,275,5,0,247,0,0,1), - (19052,1912,0,3603,0,143.376,1146.11,71.7651,3.40706,275,5,0,300,0,0,1), - (19053,1767,0,441,0,958.015,1065.96,34.9291,3.8641,275,10,0,247,0,0,1), - (19054,1768,0,346,0,896.736,1089.1,34.2388,0,275,0,0,253,264,0,0), - (19055,1767,0,441,0,882.25,1094.81,34.7358,0,275,0,0,247,0,0,0), - (19056,1767,0,441,0,1049.78,1050.56,32.6697,0.687441,275,10,0,247,0,0,1), - (19057,721,0,328,0,126.376,1156.39,74.3161,4.39911,275,10,0,1,0,0,1), - (19058,1866,0,829,0,149.525,1456.7,114.732,0.851048,275,10,0,222,0,0,1), - (19059,1953,0,863,0,658.685,445.789,38.504,0.011886,275,10,0,328,0,0,1), - (19060,1953,0,863,0,621.705,486.075,37.5874,5.43838,275,10,0,328,0,0,1), - (19061,1954,0,9009,0,679.521,352.099,36.1314,5.07984,275,10,0,325,357,0,1), - (19062,1767,0,441,0,1009.07,1024.79,31.5236,3.6415,275,10,0,247,0,0,1), - (19063,1939,0,10851,0,794.065,686.597,51.8497,5.42176,275,10,0,356,0,0,2), - (19064,1769,0,11180,0,882.06,1248.85,46.8588,1.797,275,0,0,186,191,0,0), - (19065,1923,0,741,0,-522.316,1259.1,67.192,1.34087,275,5,0,356,0,0,1), - (19066,1939,0,10851,0,666.861,603.643,44.2561,1.48279,275,10,0,356,0,0,1), - (19067,1953,0,863,0,619.296,567.976,37.4897,0.435769,275,10,0,328,0,0,1), - (19068,1953,0,863,0,594.326,521.123,33.4953,4.49125,275,10,0,328,0,0,1), - (19069,1953,0,863,0,616.706,420.399,35.8737,2.72773,275,10,0,328,0,0,1), - (19070,1770,0,729,0,872.115,1229.03,48.007,0,275,0,0,222,0,0,0), - (19071,1769,0,11180,0,877.837,1269.29,48.6476,4.82991,275,5,0,186,191,0,1), - (19072,1954,0,9009,0,690.543,329.669,31.6889,1.66949,275,10,0,325,357,0,1), - (19073,1770,0,729,0,892.512,1228.66,46.9676,0,275,0,0,222,0,0,0), - (19074,1954,0,9009,0,746.615,295.719,34.1363,1.91882,275,10,0,325,357,0,1), - (19075,1953,0,863,0,656.248,377.268,37.9674,5.41193,275,10,0,328,0,0,1), - (19076,1769,0,11180,0,867.822,1232.21,53.3354,3.59945,275,3,0,186,191,0,1), - (19077,1770,0,729,0,883.011,1237.49,52.7901,5.044,275,3,0,222,0,0,1), - (19078,1954,0,9009,0,683.156,343.492,34.6763,1.22323,275,10,0,325,357,0,2), - (19079,1953,0,863,0,694.693,416.48,37.0935,3.45717,275,10,0,328,0,0,1), - (19080,1953,0,863,0,710.438,458.013,32.1665,1.51769,275,10,0,328,0,0,1), - (19081,1954,0,9009,0,700.636,299.803,34.8179,4.847,275,10,0,325,357,0,1), - (19082,1953,0,863,0,679.016,486.673,35.9425,1.91736,275,10,0,328,0,0,1), - (19083,1953,0,863,0,701.494,377.789,34.4557,4.45833,275,10,0,328,0,0,1), - (19084,1891,0,0,0,-354.378,1421.62,28.2597,5.14872,600,0,0,819,0,0,0), - (19085,1923,0,741,0,-473.697,1349.23,36.1245,3.00502,275,5,0,356,0,0,1), - (19086,1955,0,2567,0,862.624,231.434,29.3591,0.176709,275,5,0,386,0,0,1), - (19087,1955,0,2567,0,890.696,198.327,38.4588,0.43166,275,10,0,386,0,0,1), - (19088,1956,0,631,0,997.82,131.216,32.8863,0.858495,275,10,0,417,0,0,1), - (19089,1955,0,2567,0,961.354,160.383,38.0475,3.6006,275,5,0,386,0,0,1), - (19090,1955,0,2567,0,922.37,214.537,35.5636,2.69602,275,5,0,386,0,0,1), - (19091,1955,0,2567,0,862.088,203.809,36.7185,0.51149,275,10,0,386,0,0,1), - (19092,1956,0,631,0,974.12,217.732,32.4333,6.03514,275,10,0,417,0,0,1), - (19093,1955,0,2567,0,909.998,173.176,37.7708,5.36252,275,10,0,386,0,0,1), - (19094,1955,0,2567,0,935.482,163.085,39.1328,2.24952,275,10,0,386,0,0,1), - (19095,1955,0,2567,0,960.153,193.529,37.3031,2.42869,275,5,0,386,0,0,1), - (19096,1956,0,631,0,1023.25,205.31,31.6235,2.14805,275,10,0,417,0,0,1), - (19097,1956,0,631,0,1057.43,315.643,35.2235,1.54608,275,10,0,417,0,0,1), - (19098,1956,0,631,0,1035.68,248.139,36.8721,2.77554,275,10,0,417,0,0,1), - (19099,1956,0,631,0,1019.05,282.072,32.7273,3.79155,275,10,0,417,0,0,1), - (19100,1956,0,631,0,1018.33,176.233,37.4029,0.909325,275,10,0,417,0,0,1), - (19101,1956,0,631,0,1011.09,228.467,32.6543,5.51327,275,10,0,417,0,0,1), - (19102,1908,0,540,0,1119.91,618.064,42.3502,4.39064,275,10,0,404,456,0,1), - (19103,1769,0,11180,0,925.483,1292.81,44.2352,6.23687,275,10,0,186,191,0,1), - (19104,1769,0,11180,0,978.455,1172.52,48.3191,0.332266,275,10,0,186,191,0,1), - (19105,1766,0,246,0,1420.15,854.708,48.3319,6.27049,275,10,0,222,0,0,1), - (19106,1866,0,829,0,1273.46,1196.49,52.6464,2.44072,275,10,0,222,0,0,1), - (19107,1978,0,2684,0,1409.68,1090.26,53.7694,5.95157,275,0,0,456,0,0,0), - (19108,1766,0,246,0,1442.89,1080.62,58.2144,0,275,10,0,222,0,0,1), - (19109,1950,0,3540,0,1290.69,1204.7,52.8049,2.98451,275,0,0,644,0,0,0), - (19110,1766,0,246,0,1476.29,994.063,62.73,3.55958,275,5,0,222,0,0,1), - (19111,1765,0,11421,0,1434.15,1015.51,52.3332,0.120903,275,10,0,198,0,0,1), - (19112,1766,0,246,0,1384.23,1054.62,52.7702,3.11649,275,5,0,222,0,0,1), - (19113,1866,0,829,0,1258.45,1235.81,52.6899,4.01463,275,5,0,222,0,0,1), - (19114,1766,0,246,0,1420.99,1027.37,52.4924,4.49403,275,10,0,222,0,0,1), - (19115,5748,0,7689,0,1166.96,2063.99,5.4826,1.29154,275,0,0,804,0,0,0), - (19116,1780,0,827,0,1214.18,1979.05,10.2781,4.22844,275,10,0,247,0,0,1), - (19117,1766,0,246,0,1212.91,1079.86,38.7098,0.853803,275,10,0,222,0,0,1), - (19118,1766,0,246,0,1308.41,1161.43,52.835,2.05291,275,10,0,222,0,0,1), - (19119,1779,0,1947,0,286.048,1117.92,79.9577,4.60767,275,10,0,247,0,0,1), - (19120,1779,0,1947,0,286.181,1147.99,78.2759,2.62843,275,5,0,247,0,0,1), - (19121,1765,0,11421,0,319.861,1437.96,125.322,2.2434,275,10,0,198,0,0,1), - (19122,1766,0,246,0,1120.63,1314.01,36.7478,1.88091,275,10,0,222,0,0,1), - (19123,1766,0,246,0,1056.95,1314.21,38.0561,1.93291,275,5,0,222,0,0,1), - (19124,4075,0,1141,0,-217.983,1352.78,35.5777,0.459281,275,10,0,8,0,0,1), - (19125,1867,0,3768,0,-109.942,1312.12,55.4393,0.022768,275,10,0,241,601,0,1), - (19126,1769,0,11180,0,603.292,1229.87,80.7245,3.06652,275,10,0,186,191,0,1), - (19127,1769,0,11180,0,537.5,1129.17,89.83,1.3522,275,3,0,186,191,0,1), - (19128,1779,0,1947,0,314.381,1156,82.2896,1.88667,275,5,0,247,0,0,1), - (19129,1866,0,829,0,230.973,1431.45,112.053,5.05428,275,10,0,222,0,0,1), - (19130,1769,0,11180,0,460.237,1287.35,82.9161,2.96777,275,10,0,186,191,0,1), - (19131,1772,0,848,0,1056.38,1498.18,33.3464,4.41719,275,5,0,222,0,0,1), - (19132,1773,0,10854,0,1025.63,1560.62,28.8183,0,275,0,0,230,249,0,0), - (19133,1772,0,848,0,1134.89,1532.24,32.19,1.23501,275,10,0,222,0,0,1), - (19134,1772,0,848,0,1010.49,1531.9,32.5447,4.81805,275,10,0,222,0,0,1), - (19135,1773,0,10854,0,1126.04,1536.02,31.0416,0.513866,275,10,0,230,249,0,1), - (19136,1778,0,1006,0,1126.55,1421.06,37.941,3.16307,275,10,0,266,0,0,1), - (19137,1778,0,1006,0,1097.76,1425.74,38.4663,2.34261,275,10,0,266,0,0,1), - (19138,1772,0,848,0,1096.55,1572.08,28.2997,3.30081,275,5,0,222,0,0,1), - (19139,883,0,347,0,1131.71,1468.4,35.5572,0.636474,275,5,0,1,0,0,1), - (19140,1778,0,1006,0,1114.85,1456.54,35.0071,4.71434,275,10,0,266,0,0,1), - (19141,1867,0,3767,0,-39.2264,1325.9,59.8806,5.70347,275,10,0,241,601,0,1), - (19142,1772,0,848,0,1113.45,1542.11,29.2795,1.25419,275,5,0,222,0,0,1), - (19143,1912,0,3602,0,-206.45,859.368,70.2265,0.170603,275,5,0,300,0,0,2), - (19144,1912,0,3602,0,-135.69,1014.55,68.0678,4.71627,275,5,0,300,0,0,2), - (19145,1914,0,3561,0,-133.746,1028.93,68.4001,4.71626,275,5,0,285,790,0,2), - (19146,1954,0,9009,0,636.219,426.171,39.0266,0.076322,275,10,0,325,357,0,1), - (19147,1765,0,11421,0,1462.88,726.477,44.6103,6.10342,275,10,0,198,0,0,1), - (19148,1923,0,741,0,-595.76,1403.48,19.1661,3.16307,275,5,0,356,0,0,1), - (19149,2054,0,3554,0,-719.31,1479.04,13.1132,4.92678,275,5,0,400,456,0,1), - (19150,2332,0,3555,0,-704.939,1574.82,17.1868,1.74533,275,0,0,531,0,0,0), - (19151,5682,0,3981,0,-731.464,1450.76,15.0758,4.905,275,5,0,433,490,0,2), - (19152,2053,0,3553,0,-686.778,1520.47,9.16737,1.9985,275,10,0,414,0,0,1), - (19153,1766,0,246,0,1217.52,949.942,37.5159,6.11568,275,10,0,222,0,0,1), - (19154,1868,0,828,0,663.382,1246.28,76.6903,2.0742,275,5,0,253,264,0,1), - (19155,1867,0,3767,0,-94.3065,1131.94,64.825,1.87905,275,5,0,241,601,0,1), - (19156,1769,0,11180,0,362.98,1275.41,79.9665,1.69806,275,10,0,186,191,0,1), - (19157,1769,0,11180,0,497.609,1257.68,83.9165,5.94474,275,10,0,186,191,0,1), - (19158,1769,0,11180,0,529.198,1428.69,101.262,1.66961,275,10,0,186,191,0,1), - (19159,1769,0,11180,0,532.946,1359.04,86.7746,2.45802,275,10,0,186,191,0,1), - (19160,1769,0,11180,0,569.186,1341.02,87.2185,0.044482,275,10,0,186,191,0,1), - (19161,1867,0,3768,0,-267.755,1372.27,36.444,2.23667,275,5,0,241,601,0,1), - (19162,1924,0,574,0,-443.369,1218.88,48.8139,0.116746,275,10,0,328,0,0,1), - (19163,1769,0,11180,0,711.729,1442.76,62.7848,5.93488,275,10,0,186,191,0,1), - (19164,1769,0,11180,0,639.004,1397.63,84.17,1.42813,275,10,0,186,191,0,1), - (19165,1769,0,11180,0,557.588,1386.03,88.8295,3.25214,275,10,0,186,191,0,1), - (19166,1769,0,11180,0,710.012,1378.31,72.4412,0.83515,275,10,0,186,191,0,1), - (19167,1924,0,574,0,-419.563,1255.32,42.8428,3.38964,275,10,0,328,0,0,1), - (19168,1924,0,574,0,-412.5,1304.17,40.1942,3.2651,275,10,0,328,0,0,1), - (19169,1769,0,11180,0,688.636,1373.47,73.0081,5.1927,275,5,0,186,191,0,1), - (19170,1924,0,574,0,-399.199,1361.04,36.1349,3.0269,275,10,0,328,0,0,1), - (19171,1924,0,574,0,-438.393,1310.07,45.2276,2.78031,275,10,0,328,0,0,1), - (19172,1923,0,741,0,-443.381,1363.99,36.9669,2.20375,275,10,0,356,0,0,1), - (19173,1769,0,11180,0,681.392,1414.9,66.7925,4.78486,275,10,0,186,191,0,1), - (19174,1867,0,3768,0,-273.217,1289.04,42.6929,1.89471,275,10,0,241,601,0,1), - (19175,1867,0,3768,0,-287.733,1337.65,42.925,1.00895,275,5,0,241,601,0,1), - (19176,1867,0,3768,0,-317.825,1242.07,46.0522,5.77648,275,10,0,241,601,0,1), - (19177,1867,0,3767,0,-257.384,1218.95,48.6229,5.06967,275,10,0,241,601,0,1), - (19178,1867,0,3768,0,-322.495,1290.36,39.4016,2.66834,275,10,0,241,601,0,1), - (19179,1867,0,3768,0,-305.432,1217.55,48.6793,3.6857,275,10,0,241,601,0,1), - (19180,1867,0,3768,0,-241.157,1243.95,47.3205,0.028271,275,10,0,241,601,0,1), - (19181,1769,0,11180,0,328.962,1318.76,78.1197,5.71942,275,10,0,186,191,0,1), - (19182,1867,0,3767,0,-172.561,1223.64,52.589,5.90539,275,10,0,241,601,0,1), - (19183,2529,0,1098,0,714.037,1461.88,61.7703,2.93108,600,10,0,1452,0,0,1), - (19184,1867,0,3767,0,-58.1607,1325.65,60.8368,2.28413,275,10,0,241,601,0,1), - (19185,1769,0,11180,0,408.561,1274.91,82.0275,5.43284,275,10,0,186,191,0,1), - (19186,1797,0,820,0,-233.982,1310.88,44.6871,5.17926,275,5,0,296,0,0,1), - (19187,1778,0,1006,0,581.754,1296.32,87.0757,1.69087,275,10,0,266,0,0,1), - (19188,1765,0,11421,0,1421.18,675.368,50.8068,2.47935,275,10,0,198,0,0,1), - (19189,1866,0,829,0,182.671,1448.97,114.519,0.427353,275,10,0,222,0,0,1), - (19190,1865,0,732,0,185.323,1434.78,113.311,2.94865,275,10,0,247,0,0,1), - (19191,1866,0,829,0,193.924,1433.27,112.256,2.97027,275,10,0,222,0,0,1), - (19192,1867,0,3767,0,45.4134,1266.96,63.5395,4.74633,275,10,0,241,601,0,2), - (19193,1867,0,3767,0,78.2874,1252.12,65.4119,0.547897,275,10,0,241,601,0,1), - (19194,1867,0,3768,0,-1.10583,1311.91,61.3136,4.02897,275,10,0,241,601,0,1), - (19195,1867,0,3767,0,23.0671,1339.68,62.1224,1.37672,275,10,0,241,601,0,1), - (19196,1867,0,3767,0,-7.27941,1341.17,60.1616,3.85718,275,0,0,241,601,0,0), - (19197,1867,0,3768,0,-6.21723,1351.14,60.301,3.92699,275,0,0,241,601,0,0), - (19198,1867,0,3767,0,-21.0524,1343.38,59.3085,0.610865,275,0,0,241,601,0,0), - (19199,1867,0,3768,0,-20.0647,1357.38,60.0333,4.88692,275,0,0,241,601,0,0), - (19200,1867,0,3768,0,-119.458,1249.38,53.4653,2.57851,275,10,0,241,601,0,1), - (19201,1412,0,134,0,-77.5867,1284.17,57.5194,1.86121,275,10,0,8,0,0,1), - (19202,1867,0,3767,0,-34.2119,1369.12,63.8766,3.02522,275,10,0,241,601,0,1), - (19203,1867,0,3767,0,-93.3536,1219.56,59.2291,4.3007,275,10,0,241,601,0,1), - (19204,1912,0,3602,0,-231.862,1132.84,58.9774,1.98981,275,5,0,300,0,0,1), - (19205,1867,0,3768,0,-247.427,1116,62.3329,5.38072,275,5,0,241,601,0,1), - (19206,1888,0,3567,0,-537.096,1023.58,98.2979,4.86718,275,3,0,354,1326,0,1), - (19207,1888,0,3566,0,-457.812,879.688,99.0823,1.66156,275,5,0,354,1326,0,1), - (19208,1888,0,3568,0,-566.525,937.234,89.5777,2.23759,275,10,0,354,1326,0,1), - (19209,1888,0,3569,0,-566.052,880.626,88.9518,2.19701,275,10,0,354,1326,0,1), - (19210,1888,0,3567,0,-490.764,849.439,94.6555,4.15018,275,5,0,354,1326,0,1), - (19211,1888,0,3566,0,-481.483,825.465,95.7536,0.314159,275,0,0,354,1326,0,0), - (19212,1888,0,3569,0,-497.404,801.064,92.4144,4.1711,275,10,0,354,1326,0,1), - (19213,1889,0,3586,0,-478.66,826.406,96.0895,3.57792,275,0,0,379,1118,0,0), - (19214,1888,0,3567,0,-494.516,832.085,93.8851,2.97388,275,10,0,354,1326,0,1), - (19215,1889,0,3585,0,-473.613,832.846,97.0009,1.79769,275,0,0,379,1118,0,0), - (19216,1888,0,3569,0,-575.6,840.105,90.9519,4.73389,275,10,0,354,1326,0,1), - (19217,1888,0,3569,0,-462.53,927.437,96.266,3.57933,275,10,0,354,1326,0,1), - (19218,1888,0,3569,0,-469.09,953.318,91.9062,4.05506,275,10,0,354,1326,0,1), - (19219,1891,0,0,0,-432.435,1531.27,18.7313,4.20121,600,5,0,819,0,0,1), - (19220,1894,0,0,0,-420.551,1544.65,18.3187,2.70724,600,5,0,900,0,0,2), - (19221,10668,1,10004,0,-1787.19,-2375.77,91.7681,2.77507,275,0,0,356,0,0,0), - (19222,1891,0,0,0,-350.822,1606.93,18.0028,3.78911,600,0,0,819,0,0,0), - (19223,1891,0,0,0,-416.268,1576.92,19.5441,3.61468,600,0,0,819,0,0,0), - (19224,1891,0,0,0,-439.617,1517.84,19.5619,3.33314,600,5,0,819,0,0,1), - (19225,6233,90,6978,0,-474.707,281.476,-211.459,4.66003,7200,3,0,2559,0,0,1), - (19226,4822,48,1001,0,-409.104,180.943,-56.4831,4.04916,7200,5,0,1686,0,0,1), - (19227,1891,0,0,0,-358.11,1528.2,24.9468,1.18862,600,0,0,819,0,0,0), - (19228,1894,0,0,0,-372.427,1611.08,24.3721,1.32645,600,0,0,900,0,0,0), - (19229,1891,0,0,0,-433.404,1564.13,19.7291,1.48262,600,5,0,819,0,0,1), - (19230,3244,1,178,0,110.839,-2777.87,94.958,2.66667,275,20,0,222,0,0,1), - (19231,3244,1,178,0,78.4927,-2739.53,92.7929,4.35123,275,20,0,222,0,0,1), - (19232,3244,1,178,0,655.029,-2512.22,92.1173,0.436065,275,20,0,222,0,0,1), - (19233,3244,1,178,0,242.299,-2658.31,92.9175,0.746784,275,20,0,222,0,0,1), - (19234,3244,1,178,0,-343.969,-2836.87,93.1528,4.51768,275,20,0,222,0,0,1), - (19235,3244,1,178,0,643.574,-2243.32,93.0003,3.40219,275,20,0,222,0,0,1), - (19236,3244,1,178,0,683.659,-2297.24,92.9588,4.47073,275,20,0,222,0,0,1), - (19237,3244,1,178,0,284.541,-2628.22,92.863,4.73582,275,20,0,222,0,0,1), - (19238,3244,1,178,0,16.8778,-2326.3,91.7916,1.56944,275,20,0,222,0,0,1), - (19239,3244,1,178,0,-354.581,-2774.03,91.8027,0.286428,275,20,0,222,0,0,1), - (19240,3244,1,178,0,-55.5197,-2308.82,91.7917,4.24095,275,20,0,222,0,0,1), - (19241,3244,1,178,0,192.102,-2666.18,91.7917,1.67746,275,20,0,222,0,0,1), - (19242,3244,1,178,0,-79.25,-2315.29,91.7917,0.836314,275,20,0,222,0,0,1), - (19243,3244,1,178,0,582.224,-2251.04,91.7917,4.01427,275,3,0,222,0,0,1), - (19244,3244,1,178,0,683.484,-2198.78,93.4233,1.5747,275,20,0,222,0,0,1), - (19245,3244,1,178,0,-557.41,-2906.58,92.0748,4.73192,275,20,0,222,0,0,1), - (19246,3244,1,178,0,-84.7215,-3004.83,92.2295,4.87914,275,3,0,222,0,0,1), - (19247,3244,1,178,0,295.859,-2532.86,91.7917,5.28944,275,20,0,222,0,0,1), - (19248,3244,1,178,0,121.622,-2585.78,91.7917,6.02309,275,20,0,222,0,0,1), - (19249,3244,1,178,0,-619.282,-2752.73,93.185,2.03444,275,20,0,222,0,0,1), - (19250,3244,1,178,0,74.2344,-2375.3,91.7916,0.297273,275,3,0,222,0,0,1), - (19251,3244,1,178,0,153.168,-2609.06,91.7917,6.22516,275,20,0,222,0,0,1), - (19252,3244,1,178,0,560.626,-2543.19,97.4936,0.013671,275,20,0,222,0,0,1), - (19253,3244,1,178,0,-8.13287,-3040.68,91.7989,4.57955,275,20,0,222,0,0,1), - (19254,3244,1,178,0,55.8839,-2314.47,92.9437,4.23127,275,3,0,222,0,0,1), - (19255,3244,1,178,0,54.4457,-2850.36,95.9167,0.653384,275,20,0,222,0,0,1), - (19256,3244,1,178,0,143.733,-2730.65,93.1797,0.771587,275,20,0,222,0,0,1), - (19257,3244,1,178,0,55.7201,-2578.83,92.2086,2.97103,275,10,0,222,0,0,1), - (19258,3244,1,178,0,473.53,-2563.14,92.1667,3.72113,275,20,0,222,0,0,1), - (19259,3244,1,178,0,388.584,-2576.46,92.2073,0.960844,275,20,0,222,0,0,1), - (19260,3244,1,178,0,417.112,-2552.98,91.7947,3.78078,275,20,0,222,0,0,1), - (19261,3244,1,178,0,301.432,-2587.69,93.6759,3.10255,275,20,0,222,0,0,1), - (19262,3244,1,178,0,444.732,-2567.83,91.9551,2.07015,275,20,0,222,0,0,1), - (19263,3244,1,178,0,352.574,-2616.9,91.7917,5.62557,275,20,0,222,0,0,1), - (19264,3244,1,178,0,352.191,-2547.06,92.6201,1.64308,275,20,0,222,0,0,1), - (19265,3244,1,178,0,579.193,-2517.54,98.151,3.49053,275,20,0,222,0,0,1), - (19266,3244,1,178,0,607.008,-2165.83,91.7917,4.19951,275,20,0,222,0,0,1), - (19267,3244,1,178,0,98.1751,-2632.54,95.2086,3.87586,275,20,0,222,0,0,1), - (19268,3244,1,178,0,29.0293,-2921.85,92.9143,6.03252,275,20,0,222,0,0,1), - (19269,3244,1,178,0,52.3269,-2618.76,93.1268,5.28261,275,20,0,222,0,0,1), - (19270,3244,1,178,0,-117.505,-2716.85,94.167,1.41057,275,20,0,222,0,0,1), - (19271,3244,1,178,0,681.711,-2425.26,94.3049,0.749504,275,20,0,222,0,0,1), - (19272,68,0,3167,0,-8817,810.273,99.022,3.975,430,0,0,3921,0,0,0), - (19273,68,0,3167,0,-8803,862.081,98.887,2.161,430,0,0,3921,0,0,0), - (19274,3244,1,178,0,645.74,-2370.83,91.801,1.929,275,20,0,222,0,0,1), - (19275,3244,1,178,0,628.244,-2215.93,92.5931,0.052788,275,20,0,222,0,0,1), - (19276,3244,1,178,0,-11.9211,-2338.44,91.9273,4.26706,275,20,0,222,0,0,1), - (19277,3244,1,178,0,75.1716,-2349.43,91.9846,3.2217,275,20,0,222,0,0,1), - (19278,3244,1,178,0,663.192,-2173.58,91.7917,0.517929,275,20,0,222,0,0,1), - (19279,3244,1,178,0,27.0132,-2292.59,91.7916,4.23067,275,20,0,222,0,0,1), - (19280,3244,1,178,0,124.567,-2856.88,91.9688,4.66296,275,20,0,222,0,0,1), - (19281,3244,1,178,0,676.449,-2485.79,93.8301,3.12597,275,20,0,222,0,0,1), - (19282,3244,1,178,0,-571.058,-2749.14,91.9513,4.7289,275,20,0,222,0,0,1), - (19283,3244,1,178,0,14.3014,-2749.11,91.9469,2.05697,275,20,0,222,0,0,1), - (19284,3244,1,178,0,-642.691,-2479.56,91.9275,5.7813,275,20,0,222,0,0,1), - (19285,3244,1,178,0,143.018,-2682.82,91.7917,3.82052,275,20,0,222,0,0,1), - (19286,3244,1,178,0,-293.082,-2722.95,93.1666,1.84784,275,20,0,222,0,0,1), - (19287,3244,1,178,0,-116.015,-2216.02,91.7917,5.73522,275,20,0,222,0,0,1), - (19288,3244,1,178,0,-116.946,-2287.35,92.2658,1.04974,275,20,0,222,0,0,1), - (19289,3244,1,178,0,-448.886,-2808.63,92.4574,5.70221,275,20,0,222,0,0,1), - (19290,3244,1,178,0,-442.724,-2760.33,92.1556,3.60009,275,20,0,222,0,0,1), - (19291,3244,1,178,0,-184.959,-2749.26,94.2697,5.41413,275,20,0,222,0,0,1), - (19292,3244,1,178,0,-454.268,-2779.54,91.938,5.4874,275,20,0,222,0,0,1), - (19293,3244,1,178,0,-213.838,-2710.89,95.2506,0.365622,275,20,0,222,0,0,1), - (19294,3244,1,178,0,-217.666,-2649.28,93.6223,2.59729,275,20,0,222,0,0,1), - (19295,3244,1,178,0,-278.293,-2849.72,93.7937,4.22427,275,20,0,222,0,0,1), - (19296,3244,1,178,0,-280.13,-2583.8,92.0803,3.28219,275,20,0,222,0,0,1), - (19297,3244,1,178,0,-314.853,-2842.29,93.7917,5.20154,275,20,0,222,0,0,1), - (19298,3244,1,178,0,-249.685,-2616.93,95.0417,3.08445,275,15,0,222,0,0,1), - (19299,3244,1,178,0,-483.082,-2478.66,92.7354,5.99552,275,20,0,222,0,0,1), - (19300,3244,1,178,0,-266.939,-2514.56,93.158,6.1084,275,20,0,222,0,0,1), - (19301,3244,1,178,0,-250.724,-2547.6,93.9381,0.481783,275,20,0,222,0,0,1), - (19302,3244,1,178,0,-456.468,-2479.18,93.7917,2.59009,275,20,0,222,0,0,1), - (19303,3244,1,178,0,-513.477,-2753.05,92.6252,2.63421,275,20,0,222,0,0,1), - (19304,3244,1,178,0,-175.34,-2300.68,92.1467,4.24869,275,20,0,222,0,0,1), - (19305,3244,1,178,0,-219.291,-2250.71,93.5758,3.081,275,20,0,222,0,0,1), - (19306,3244,1,178,0,-381.601,-2349.29,94.4447,6.09829,275,20,0,222,0,0,1), - (19307,3244,1,178,0,-637.863,-2521.08,92.0571,5.28718,275,20,0,222,0,0,1), - (19308,3244,1,178,0,-322.808,-2262.81,94.3089,2.32582,275,20,0,222,0,0,1), - (19309,3244,1,178,0,-456.936,-2348.36,95.0785,2.49614,275,20,0,222,0,0,1), - (19310,3244,1,178,0,-354.593,-2300.66,92.0415,1.2746,275,20,0,222,0,0,1), - (19311,3244,1,178,0,-402.77,-2384.15,91.7917,3.37519,275,20,0,222,0,0,1), - (19312,3244,1,178,0,-609.21,-2560.76,92.0876,1.42393,275,20,0,222,0,0,1), - (19313,3244,1,178,0,-538.091,-2547.04,92.0397,6.25585,275,20,0,222,0,0,1), - (19314,3244,1,178,0,-435.188,-2406.61,91.866,0.565139,275,20,0,222,0,0,1), - (19315,3244,1,178,0,-253.85,-2215.91,95.9166,2.61149,275,20,0,222,0,0,1), - (19316,1891,0,0,0,-363.818,1545.45,24.4813,3.24746,600,0,0,819,0,0,0), - (19317,3244,1,178,0,-577.414,-2783.12,91.986,3.21662,275,20,0,222,0,0,1), - (19318,3244,1,178,0,-588.943,-2783.5,91.8543,3.21777,275,20,0,222,0,0,1), - (19319,3244,1,178,0,-382.253,-2811.59,93.1771,1.31328,275,0,0,222,0,0,0), - (19320,3244,1,178,0,-656.102,-2741.98,94.2334,1.38797,275,20,0,222,0,0,1), - (19321,3244,1,178,0,-608.303,-2818.67,91.9382,6.1854,275,20,0,222,0,0,1), - (19322,3244,1,178,0,-152.504,-2719.85,91.917,2.67822,275,20,0,222,0,0,1), - (19323,3244,1,178,0,-29.8544,-2994.61,93.9193,5.83595,275,20,0,222,0,0,1), - (19324,3244,1,178,0,20.8883,-2848.81,91.7917,1.52979,275,20,0,222,0,0,1), - (19325,3501,1,4261,0,-570.746,-2662.71,96.6224,2.9147,275,0,0,2731,0,0,0), - (19326,3501,1,4262,0,-36.2145,-2621.09,97.8016,5.48033,275,0,0,2731,0,0,0), - (19327,3245,1,6076,0,529.219,-1644.92,91.7917,0.401046,275,20,0,356,0,0,1), - (19328,3245,1,6076,0,694.626,-1938.59,91.7917,0.808779,275,20,0,356,0,0,1), - (19329,3245,1,6076,0,578.878,-1642.39,91.8441,1.93456,275,20,0,356,0,0,1), - (19330,3245,1,6076,0,722.367,-2118.14,92.319,3.28073,275,20,0,356,0,0,1), - (19331,3245,1,6076,0,626.159,-2006.1,93.5295,5.85964,275,20,0,356,0,0,1), - (19332,3245,1,6076,0,-548.265,-3529.37,91.789,1.49304,275,20,0,356,0,0,1), - (19333,3245,1,6076,0,-676.544,-3509.85,91.789,2.90711,275,20,0,356,0,0,1), - (19334,3245,1,6076,0,719.14,-3595.32,90.7978,2.42534,275,20,0,356,0,0,1), - (19335,3245,1,6076,0,-147.894,-1258.05,77.5203,2.95923,275,20,0,356,0,0,1), - (19336,3245,1,6076,0,-74.7665,-1312.25,88.2957,0.105236,275,20,0,356,0,0,1), - (19337,3245,1,6076,0,-1714.3,-3656.39,79.9028,4.6753,275,20,0,356,0,0,1), - (19338,3245,1,6076,0,-1689.54,-3559.95,92.4252,3.47994,275,2,0,356,0,0,1), - (19339,3245,1,6076,0,-1611.85,-2724.7,92.2263,4.82161,275,20,0,356,0,0,1), - (19340,3501,1,4262,0,210.779,-3689.37,26.6844,1.37935,275,5,0,2731,0,0,1), - (19341,3501,1,4263,0,296.124,-3664.75,27.433,5.81195,275,0,0,2731,0,0,0), - (19343,1891,0,0,0,-345.242,1601.84,17.0845,2.23485,600,0,0,819,0,0,0), - (19344,1778,0,1006,0,1030.93,1362.06,38.9237,1.89779,275,10,0,266,0,0,1), - (19352,3501,1,4264,0,286.959,-3615,29.5743,5.4207,275,3,0,2731,0,0,1), - (19353,3501,1,4262,0,284.836,-3701.61,25.1519,2.39355,275,3,0,2731,0,0,1), - (19354,3501,1,4263,0,241.441,-3647.17,29.5914,4.74762,275,3,0,2731,0,0,1), - (19355,3501,1,4262,0,260.821,-3677.48,48.242,6.24828,275,0,0,2731,0,0,0), - (19356,3501,1,4264,0,-2383.25,-1909.64,96.1506,0.017453,275,0,0,2731,0,0,0), - (19357,3501,1,4264,0,-2318.19,-2004.06,95.7993,0.56874,275,3,0,2731,0,0,1), - (19358,3501,1,4264,0,-2344.57,-1979.63,97.6158,0.698132,275,0,0,2731,0,0,0), - (19359,3501,1,4261,0,-2381.05,-1933.04,96.2096,0.087266,275,0,0,2731,0,0,0), - (19360,3501,1,4261,0,-338.381,-2511.7,96.505,1.50098,275,0,0,2731,0,0,0), - (19361,3501,1,4262,0,-39.0541,-2612.88,97.6059,0.314159,275,0,0,2731,0,0,2), - (19362,3501,1,0,0,-553.944,-2653.44,95.6559,0.316595,275,0,0,2731,0,0,2), - (19363,3245,1,6076,0,456.108,-1983.16,91.7917,6.08594,275,20,0,356,0,0,1), - (19364,3245,1,6076,0,615.799,-1762.88,92.0452,4.97409,275,20,0,356,0,0,1), - (19365,3245,1,6076,0,571.833,-1970.33,91.9076,5.20071,275,20,0,356,0,0,1), - (19366,3245,1,6076,0,-463.209,-3575.34,91.9708,1.06509,275,3,0,356,0,0,1), - (19367,3245,1,6076,0,1178.61,-3181.93,91.6954,0.620108,275,20,0,356,0,0,1), - (19368,3245,1,6076,0,1156.88,-3365.88,91.8132,2.09847,275,20,0,356,0,0,1), - (19369,3245,1,6076,0,1251.53,-3053.21,91.7917,5.36198,275,20,0,356,0,0,1), - (19370,3245,1,6076,0,1077.24,-3284.27,91.7917,5.5438,275,20,0,356,0,0,1), - (19371,3245,1,6076,0,952.511,-3536.9,94.0976,1.64113,275,20,0,356,0,0,1), - (19372,3245,1,6076,0,1035.74,-3452.58,89.3457,6.04871,275,20,0,356,0,0,1), - (19373,3245,1,6076,0,-306.329,-1152.27,58.8994,0.424554,275,20,0,356,0,0,1), - (19374,3245,1,6076,0,-269.229,-1229.43,74.7836,2.13335,275,20,0,356,0,0,1), - (19375,3245,1,6076,0,-57.5312,-1421.78,91.9601,2.23039,275,20,0,356,0,0,1), - (19376,3245,1,6076,0,-186.409,-1224.43,73.7546,4.95038,275,20,0,356,0,0,1), - (19377,3245,1,6076,0,-1858.24,-2891.38,91.7843,0.107841,275,20,0,356,0,0,1), - (19378,3245,1,6076,0,-1822.98,-2991.38,92.2917,3.17204,275,20,0,356,0,0,1), - (19379,3501,1,4261,0,-2298.58,-1972.59,92.6757,0.997553,275,0,0,2731,0,0,0), - (19380,3501,1,4263,0,-2448.33,-2063.47,96.7391,3.29867,275,0,0,2731,0,0,0), - (19381,3501,1,4262,0,-2337.57,-1881.42,96.1493,0.554303,275,3,0,2731,0,0,1), - (19382,3501,1,4263,0,-2381.58,-1983.14,91.75,4.34978,275,0,0,2731,0,0,0), - (19383,3501,1,4262,0,-2345.46,-2045.34,96.9655,5.93412,275,0,0,2731,0,0,0), - (19384,3501,1,4263,0,-2255.18,-1925.35,92.262,5.26592,275,3,0,2731,0,0,1), - (19385,3501,1,4263,0,-2355.06,-1955.56,96.2825,0.352528,275,3,0,2731,0,0,2), - (19386,3501,1,4264,0,-1137.43,-2506.25,95.9139,5.32325,275,0,0,2731,0,0,0), - (19387,3501,1,4263,0,-1136.72,-2508.24,95.8779,1.55334,275,0,0,2731,0,0,0), - (19388,3245,1,6076,0,708.166,-1961.4,92.1205,1.38709,275,20,0,356,0,0,1), - (19389,3245,1,6076,0,718.41,-2244.98,92.9167,2.27864,275,20,0,356,0,0,1), - (19390,3245,1,6076,0,541.765,-1974.88,92.0417,4.379,275,20,0,356,0,0,1), - (19391,3245,1,6076,0,779.084,-2113.82,92.0468,0.105644,275,20,0,356,0,0,1), - (19392,3245,1,6076,0,-716.178,-3547.87,94.164,2.26054,275,20,0,356,0,0,1), - (19393,3245,1,6076,0,-617.733,-3567.15,91.789,4.66127,275,20,0,356,0,0,1), - (19394,3245,1,6076,0,1082.64,-3412.18,91.7718,1.78327,275,20,0,356,0,0,1), - (19395,3245,1,6076,0,872.096,-3549.11,92.4784,6.20304,275,20,0,356,0,0,1), - (19396,3245,1,6076,0,-1744.73,-2459.17,93.18,4.81697,275,20,0,356,0,0,1), - (19397,3245,1,6076,0,-1725.73,-3067.9,94.8733,1.13075,275,20,0,356,0,0,1), - (19398,3245,1,6076,0,-1585.98,-3009.75,92.654,4.53184,275,20,0,356,0,0,1), - (19399,3501,1,4264,0,-2329.74,-1928.61,96.3543,3.54302,275,0,0,2731,0,0,0), - (19400,3501,1,4263,0,-2323.01,-1945.34,96.1185,3.29867,275,0,0,2731,0,0,0), - (19401,3501,1,4261,0,-2375.96,-1881.78,95.9206,2.54407,275,5,0,2731,0,0,1), - (19402,3501,1,4263,0,-36.9096,-2614.24,97.1546,2.58309,275,0,0,2731,0,0,0), - (19403,3501,1,4263,0,-638.53,-3245.05,98.5006,2.32129,275,0,0,2731,0,0,2), - (19404,3245,1,6076,0,448.676,-1843.56,92.0415,1.99516,275,20,0,356,0,0,1), - (19405,3245,1,6076,0,564.256,-1884.37,91.9073,6.12125,275,20,0,356,0,0,1), - (19406,3245,1,6076,0,614.986,-1899.28,92.2614,4.56137,275,20,0,356,0,0,1), - (19407,3245,1,6076,0,579.154,-1855.91,91.7917,4.25233,275,20,0,356,0,0,1), - (19408,3245,1,6076,0,-1720.3,-3383.92,94.5063,2.60184,275,20,0,356,0,0,1), - (19409,3245,1,6076,0,-1366.82,-2204.62,91.7944,2.35352,275,20,0,356,0,0,1), - (19410,3245,1,6076,0,-1588.19,-2417.66,89.9275,3.14355,275,20,0,356,0,0,1), - (19411,3501,1,4261,0,-612.982,-3165.7,92.4068,6.25525,275,5,0,2731,0,0,2), - (19412,3501,1,4263,0,55.2058,-2695.69,92.1666,4.34587,275,0,0,2731,0,0,2), - (19413,3501,1,4261,0,-362.254,-2673.82,95.8604,6.19592,275,0,0,2731,0,0,0), - (19414,3501,1,0,0,-367.167,-2681.01,95.8854,3.19327,275,0,0,2731,0,0,2), - (19415,3501,1,4263,0,-368.703,-2687.96,95.9274,0.174533,275,0,0,2731,0,0,0), - (19416,3245,1,6076,0,684.983,-1892.89,91.7917,5.0608,275,20,0,356,0,0,1), - (19417,3245,1,6076,0,-1775.31,-3351.16,93.5317,5.73741,275,20,0,356,0,0,1), - (19418,3245,1,6076,0,-1773.17,-2416.84,93.9029,0.001953,275,20,0,356,0,0,1), - (19419,3245,1,6076,0,-1314.88,-2016.97,92.6463,4.51954,275,20,0,356,0,0,1), - (19420,3245,1,6076,0,-1754.28,-2317.78,92.6101,2.83783,275,20,0,356,0,0,1), - (19421,3501,1,4263,0,-469.521,-2707.71,96.0828,4.13643,275,0,0,2731,0,0,0), - (19422,3501,1,4264,0,-520.553,-3151.21,95.8013,1.59159,275,5,0,2731,0,0,2), - (19423,3501,1,4261,0,-460.392,-2633.77,96.2673,5.5676,275,0,0,2731,0,0,0), - (19424,3501,1,4261,0,-491.367,-2597.48,127.857,2.25148,275,0,0,2731,0,0,0), - (19425,3501,1,4263,0,-519.717,-2604.89,111.604,2.46091,275,0,0,2731,0,0,0), - (19426,3245,1,6076,0,-1619.07,-3586.71,93.5417,4.83353,275,20,0,356,0,0,1), - (19427,3245,1,6076,0,-1992.24,-3413.41,56.0703,3.62707,275,3,0,356,0,0,1), - (19428,3501,1,4263,0,-638.654,-3241.76,98.5006,4.34587,275,0,0,2731,0,0,0), - (19429,3501,1,0,0,-473.183,-2579.27,96.922,2.3911,275,0,0,2731,0,0,0), - (19430,3501,1,4264,0,-489.249,-2696.96,96.0185,4.41568,275,0,0,2731,0,0,0), - (19431,3245,1,6076,0,-1424.28,-2149.91,93.7425,3.081,275,20,0,356,0,0,1), - (19432,3501,1,4261,0,-360.861,-2510.39,96.358,1.41372,275,0,0,2731,0,0,0), - (19433,3501,1,4262,0,-563.006,-2641.88,96.6191,2.94961,275,0,0,2731,0,0,0), - (19434,3245,1,6076,0,-1586.84,-2351.09,94.6711,2.50884,275,20,0,356,0,0,1), - (19435,3245,1,6076,0,-1655.4,-2339.75,86.538,3.10654,275,20,0,356,0,0,1), - (19436,3245,1,6076,0,-1575.61,-2490.44,96.098,1.89259,275,20,0,356,0,0,1), - (19437,3245,1,6076,0,-1566.82,-2710.32,90.8903,0.324223,275,20,0,356,0,0,1), - (19438,3501,1,4263,0,37.554,-2684.38,104.19,3.793,275,5,0,2731,0,0,2), - (19439,3245,1,6076,0,-1884.14,-2817.39,91.7917,2.12102,275,20,0,356,0,0,1), - (19440,3245,1,6076,0,-1653.79,-3055.37,91.7078,0.986571,275,20,0,356,0,0,1), - (19441,3245,1,6076,0,-1660.83,-2826.03,94.2088,3.83332,275,20,0,356,0,0,1), - (19442,3245,1,6076,0,-1656.4,-2412.24,83.1582,3.1455,275,20,0,356,0,0,1), - (19443,3245,1,6076,0,-1789.44,-2911.67,94.2885,4.42956,275,20,0,356,0,0,1), - (19444,3245,1,6076,0,-1691.92,-2807.82,94.7584,2.26079,275,20,0,356,0,0,1), - (19445,3245,1,6076,0,-1685.14,-2381.05,92.2221,1.57666,275,20,0,356,0,0,1), - (19446,3245,1,6076,0,-1888.81,-3289.7,74.5631,0.872555,275,20,0,356,0,0,1), - (19447,3245,1,6076,0,-1846.46,-3005.51,91.7946,4.82003,275,20,0,356,0,0,1), - (19448,3245,1,6076,0,-1513.62,-2425.82,92.2935,3.17248,275,20,0,356,0,0,1), - (19449,3245,1,6076,0,-1647.4,-3038.19,91.7078,4.4789,275,20,0,356,0,0,1), - (19450,3245,1,6076,0,-1681.72,-2783.78,95.6263,0.625934,275,20,0,356,0,0,1), - (19451,3245,1,6076,0,-1746.31,-2921.34,92.0842,2.14311,275,20,0,356,0,0,1), - (19452,3245,1,6076,0,-627.424,-3444.87,92.5167,5.34258,275,20,0,356,0,0,1), - (19453,3245,1,6076,0,-523.222,-3418.53,92.2951,4.25749,275,20,0,356,0,0,1), - (19454,3245,1,6076,0,-1809.86,-2875.17,90.9698,0.910096,275,20,0,356,0,0,1), - (19455,3245,1,6076,0,-653.398,-3402.07,93.1078,4.80234,275,20,0,356,0,0,1), - (19456,3245,1,6076,0,-585.266,-3391.1,94.1935,5.86849,275,20,0,356,0,0,1), - (19457,3245,1,6076,0,1191.26,-3050.24,94.9832,5.00147,275,20,0,356,0,0,1), - (19458,3245,1,6076,0,-1618.31,-2794.12,92.0103,4.55234,275,20,0,356,0,0,1), - (19459,3245,1,6076,0,-1913.39,-3168.09,94.8733,0.212732,275,20,0,356,0,0,1), - (19460,3245,1,6076,0,-1614.17,-2984.96,91.7541,6.18846,275,20,0,356,0,0,1), - (19461,3245,1,6076,0,-1886.76,-3255.44,79.2012,5.00385,275,20,0,356,0,0,1), - (19462,3245,1,6076,0,-1944.01,-2949.78,93.4196,3.25311,275,20,0,356,0,0,1), - (19463,3245,1,6076,0,-1630.35,-2882.39,92.8528,0.327923,275,20,0,356,0,0,1), - (19464,3501,1,4261,0,-637.638,-3168.65,92.1815,4.52572,275,5,0,2731,0,0,1), - (19465,3245,1,6076,0,-1587.62,-2618.73,95.2426,2.50913,275,20,0,356,0,0,1), - (19466,3245,1,6076,0,-1725.84,-2956.03,82.7262,6.05705,275,20,0,356,0,0,1), - (19467,3245,1,6076,0,-1921.79,-3407.42,59.1523,2.61469,275,20,0,356,0,0,1), - (19468,3245,1,6076,0,-1923.3,-3051.55,91.7917,4.41395,275,3,0,356,0,0,1), - (19469,3245,1,6076,0,-1926.47,-2869.9,91.9373,5.19787,275,20,0,356,0,0,1), - (19470,3502,1,7060,0,-985.698,-3827.08,5.73419,3.36848,275,0,0,4356,0,0,0), - (19471,3246,1,1284,0,-38.0819,-2111.18,92.2101,1.09859,275,20,0,251,0,0,1), - (19472,3246,1,1284,0,-474.507,-2036.35,92.591,4.99597,275,20,0,251,0,0,1), - (19473,3246,1,1284,0,-82.3652,-1849.4,91.8021,0.087266,275,0,0,251,0,0,0), - (19474,3246,1,1284,0,-539.165,-1922.59,92.847,0.088007,275,20,0,251,0,0,1), - (19475,3246,1,1284,0,-214.032,-3176.93,181.923,0.95794,275,2,0,251,0,0,1), - (19476,3246,1,1284,0,-961.462,-2423.03,92.8763,5.3594,275,20,0,251,0,0,1), - (19477,3246,1,1284,0,205.914,-2110.96,132.104,3.69542,275,2,0,251,0,0,1), - (19478,3246,1,1284,0,446.808,-2278.35,191.983,1.96939,275,2,0,251,0,0,1), - (19479,3246,1,1284,0,60.2218,-3477.8,35.6942,5.46189,275,3,0,251,0,0,1), - (19480,3246,1,1284,0,189.815,-3188.84,86.6642,4.66351,275,20,0,251,0,0,1), - (19481,3246,1,1284,0,383.991,-2390.77,182.951,5.29065,275,20,0,251,0,0,1), - (19482,3246,1,1284,0,-542.97,-3846.99,30.0921,2.8747,275,20,0,251,0,0,1), - (19483,3246,1,1284,0,-487.196,-3815.34,28.1928,6.11836,275,20,0,251,0,0,1), - (19484,3246,1,1284,0,-385.242,-3819.18,28.3296,3.20561,275,20,0,251,0,0,1), - (19485,3246,1,1284,0,-420.496,-3854.07,27.4966,1.211,275,20,0,251,0,0,1), - (19486,3246,1,1284,0,-558.617,-3856.55,28.7092,5.19087,275,20,0,251,0,0,1), - (19487,3502,1,7059,0,-882.196,-3627.53,25.844,1.65806,275,0,0,4356,0,0,0), - (19488,3502,1,7059,0,-1003.67,-3823.92,5.19106,5.51524,275,0,0,4356,0,0,0), - (19489,3502,1,7060,0,-1054.79,-3702.88,26.4301,1.06465,275,0,0,4356,0,0,0), - (19490,3502,1,7059,0,-916.521,-3567.01,33.2227,3.10669,275,0,0,4356,0,0,0), - (19491,3246,1,1284,0,-522.754,-2191.22,182.493,5.94573,275,2,0,251,0,0,1), - (19492,3246,1,1284,0,-604.278,-2019.01,145.231,1.68037,275,20,0,251,0,0,1), - (19493,3246,1,1284,0,-230.372,-2055.68,93.1996,1.80345,275,20,0,251,0,0,1), - (19494,3246,1,1284,0,-758.562,-1892.22,92.4525,3.92423,275,20,0,251,0,0,1), - (19495,3246,1,1284,0,-430.757,-3095.79,162.203,0.31756,275,2,0,251,0,0,1), - (19496,3246,1,1284,0,212.281,-2387.46,193.39,4.20852,275,2,0,251,0,0,1), - (19497,3246,1,1284,0,220.586,-2312.81,180.446,0.726931,275,20,0,251,0,0,1), - (19498,3246,1,1284,0,155.736,-2235.86,181.487,1.48084,275,2,0,251,0,0,1), - (19499,3246,1,1284,0,299.623,-2062.63,174.85,0.02947,275,2,0,251,0,0,1), - (19500,3246,1,1284,0,-318,-3817.24,29.1205,1.42043,275,3,0,251,0,0,1), - (19501,3246,1,1284,0,-790.425,-3859.12,13.4651,1.52517,275,20,0,251,0,0,1), - (19502,3246,1,1284,0,-810.892,-3854.28,8.67306,1.14548,275,20,0,251,0,0,1), - (19503,3502,1,7061,0,-816.782,-3754.86,22.9842,0.663225,275,0,0,4356,0,0,0), - (19504,3502,1,7060,0,-982.793,-3582.26,33.6917,1.41372,275,0,0,4356,0,0,0), - (19505,3502,1,7061,0,-847.015,-3788.19,14.142,5.05648,275,0,0,4356,0,0,2), - (19506,3502,1,7059,0,-990.744,-3832.89,5.69966,2.72271,275,0,0,4356,0,0,0), - (19507,3246,1,1284,0,-511.585,-1745.09,93.4168,5.12934,275,20,0,251,0,0,1), - (19508,3246,1,1284,0,-725.266,-1828.7,92.9167,4.58128,275,20,0,251,0,0,1), - (19509,3246,1,1284,0,-410.405,-1697.33,91.7916,2.01521,275,20,0,251,0,0,1), - (19510,3246,1,1284,0,-991.472,-2257.96,93.6056,2.10351,275,15,0,251,0,0,1), - (19511,3246,1,1284,0,583.325,-2678.69,92.1608,1.57275,275,20,0,251,0,0,1), - (19512,3246,1,1284,0,237.439,-2420.9,160.094,2.91443,275,2,0,251,0,0,1), - (19513,3246,1,1284,0,141.976,-2456.82,140.266,2.77232,275,2,0,251,0,0,1), - (19514,3246,1,1284,0,285.712,-2256.47,224.274,5.21904,275,20,0,251,0,0,1), - (19515,3246,1,1284,0,-585.191,-2202.04,213.324,0.734267,275,2,0,251,0,0,1), - (19516,3246,1,1284,0,-148.301,-2116.27,92.7961,4.52982,275,20,0,251,0,0,1), - (19517,3246,1,1284,0,-583.383,-1923.27,91.7916,1.06647,275,20,0,251,0,0,1), - (19518,3246,1,1284,0,-400.471,-2186.38,157.4,3.37,275,20,0,251,0,0,1), - (19519,3246,1,1284,0,-988.707,-2919.5,93.0665,0.099863,275,20,0,251,0,0,1), - (19520,3246,1,1284,0,-383.31,-3135.41,203.39,0.405504,275,2,0,251,0,0,1), - (19521,3246,1,1284,0,-450,-3212.5,186.31,2.35614,275,2,0,251,0,0,1), - (19522,3246,1,1284,0,-386.26,-3021.7,114.304,1.4132,275,20,0,251,0,0,1), - (19523,3246,1,1284,0,-503.501,-3221.43,179.44,5.71264,275,2,0,251,0,0,1), - (19524,3246,1,1284,0,217.067,-3373.8,42.1431,1.18231,275,20,0,251,0,0,1), - (19525,3246,1,1284,0,183.58,-3117.35,91.7839,5.44964,275,20,0,251,0,0,1), - (19526,3246,1,1284,0,223.352,-2250.42,211.392,6.20276,275,3,0,251,0,0,1), - (19527,3246,1,1284,0,185.032,-2714.28,91.7917,6.24863,275,20,0,251,0,0,1), - (19528,3246,1,1284,0,-541.984,-1816.67,91.7917,3.02994,275,20,0,251,0,0,1), - (19529,3246,1,1284,0,-606.5,-2355,162.821,5.9219,275,2,0,251,0,0,1), - (19530,3246,1,1284,0,-421.842,-2059.02,91.7917,3.36978,275,20,0,251,0,0,1), - (19531,3246,1,1284,0,-403.449,-3187.57,212.296,6.2669,275,2,0,251,0,0,1), - (19532,3246,1,1284,0,-318.777,-3085.57,193.233,5.93702,275,2,0,251,0,0,1), - (19533,3246,1,1284,0,-488.246,-3181.72,180.121,0.330403,275,2,0,251,0,0,1), - (19534,3246,1,1284,0,250.818,-2351.5,213.258,5.05903,275,3,0,251,0,0,1), - (19535,3246,1,1284,0,175.061,-2200.59,172.235,0.392872,275,20,0,251,0,0,1), - (19536,3246,1,1284,0,612.214,-2635.93,92.5202,1.87648,275,20,0,251,0,0,1), - (19537,3246,1,1284,0,208.8,-3282.98,62.887,0.00418,275,20,0,251,0,0,1), - (19538,3246,1,1284,0,79.6798,-3135.36,91.7694,1.5747,275,20,0,251,0,0,1), - (19539,3246,1,1284,0,421.126,-2355.73,159.837,5.46089,275,20,0,251,0,0,1), - (19540,3246,1,1284,0,-63.4487,-1795.17,93.2191,3.2611,275,20,0,251,0,0,1), - (19541,3246,1,1284,0,-641.537,-2111.26,159.322,0.01747,275,2,0,251,0,0,1), - (19542,3246,1,1284,0,-492.104,-2240.64,158.08,2.45861,275,2,0,251,0,0,1), - (19543,3246,1,1284,0,-470.464,-2071.28,91.7917,2.90249,275,20,0,251,0,0,1), - (19544,3246,1,1284,0,-322.585,-2078.88,94.0416,2.61472,275,20,0,251,0,0,1), - (19545,3246,1,1284,0,-1014.42,-2361.71,94.9637,2.57636,275,20,0,251,0,0,1), - (19546,3246,1,1284,0,-318.517,-3210.46,211.85,1.17899,275,20,0,251,0,0,1), - (19547,3246,1,1284,0,-931.916,-2143.8,97.6653,0.609126,275,3,0,251,0,0,1), - (19548,3246,1,1284,0,-951.811,-2206.5,96.3303,6.18694,275,20,0,251,0,0,1), - (19549,3246,1,1284,0,381.311,-2277.11,213.261,1.7506,275,3,0,251,0,0,1), - (19550,3246,1,1284,0,314.635,-2283.64,226.004,5.16617,275,0,0,251,0,0,0), - (19551,3246,1,1284,0,183.575,-2401.16,171.303,2.48695,275,2,0,251,0,0,1), - (19552,3246,1,1284,0,-82.8489,-1691.08,93.4527,4.79456,275,20,0,251,0,0,1), - (19553,3246,1,1284,0,-619.383,-2214.98,218.775,3.59038,275,2,0,251,0,0,1), - (19554,3246,1,1284,0,-530.934,-2316.64,180.104,4.65951,275,2,0,251,0,0,1), - (19555,3246,1,1284,0,-551.574,-2323.43,165.057,1.33167,275,2,0,251,0,0,1), - (19556,3246,1,1284,0,-726.078,-2200.02,170.443,5.82827,275,2,0,251,0,0,1), - (19557,3246,1,1284,0,-258.24,-3211.63,166.337,0.153262,275,2,0,251,0,0,1), - (19558,3246,1,1284,0,339.213,-2746.24,93.5009,2.67044,275,20,0,251,0,0,1), - (19559,3246,1,1284,0,306.139,-2105.32,190.832,1.40021,275,2,0,251,0,0,1), - (19560,3246,1,1284,0,-617.767,-1756.15,94.1117,1.60408,275,20,0,251,0,0,1), - (19561,3246,1,1284,0,-593.314,-2112.85,185.092,1.7226,275,2,0,251,0,0,1), - (19562,3246,1,1284,0,-82.3842,-1916.19,94.6835,0.715585,275,0,0,251,0,0,0), - (19563,3246,1,1284,0,-277.425,-3117.51,178.962,4.14716,275,20,0,251,0,0,1), - (19564,3246,1,1284,0,-737.623,-2865.25,93.0416,3.70715,275,20,0,251,0,0,1), - (19565,3246,1,1284,0,-545.673,-3287.18,140.741,2.33288,275,2,0,251,0,0,1), - (19566,3246,1,1284,0,160.579,-2318.42,132.569,4.74812,275,2,0,251,0,0,1), - (19567,3246,1,1284,0,-682.537,-1904.69,93.2958,0.143022,275,20,0,251,0,0,1), - (19568,3246,1,1284,0,-193.751,-1951.08,94.1196,0.262443,275,20,0,251,0,0,1), - (19569,3246,1,1284,0,-813.655,-1925.49,93.8776,4.96494,275,20,0,251,0,0,1), - (19570,3246,1,1284,0,-185.771,-2144.84,91.7917,2.02391,275,20,0,251,0,0,1), - (19571,3246,1,1284,0,-715.958,-1925.49,93.4039,4.6831,275,20,0,251,0,0,1), - (19572,3246,1,1284,0,-719.172,-3133.19,94.6961,1.73653,275,20,0,251,0,0,1), - (19573,3246,1,1284,0,-810.361,-2451.05,92.5136,3.77796,275,20,0,251,0,0,1), - (19574,3246,1,1284,0,-356.078,-3180.6,226.909,4.05289,275,2,0,251,0,0,1), - (19575,3246,1,1284,0,-252.201,-3155.58,185.173,6.13217,275,2,0,251,0,0,1), - (19576,3246,1,1284,0,249.174,-2218.8,212.77,4.78764,275,3,0,251,0,0,1), - (19577,3246,1,1284,0,759.107,-2516.81,91.7917,4.9684,275,20,0,251,0,0,1), - (19578,3246,1,1284,0,-486.089,-3111.83,183.748,0.351126,275,2,0,251,0,0,1), - (19579,3246,1,1284,0,-408.349,-3226.53,168.87,4.74558,275,20,0,251,0,0,1), - (19580,3246,1,1284,0,-916.733,-2783.11,93.8778,0.89013,275,20,0,251,0,0,1), - (19581,3246,1,1284,0,-191.491,-3138.99,163.679,4.90949,275,20,0,251,0,0,1), - (19582,3246,1,1284,0,-812.534,-2382.86,94.8686,5.56141,275,20,0,251,0,0,1), - (19583,3246,1,1284,0,311.246,-2390.53,165.29,5.89454,275,20,0,251,0,0,1), - (19584,3246,1,1284,0,281.047,-2317.62,212.86,2.9811,275,3,0,251,0,0,1), - (19585,3246,1,1284,0,516.149,-2703.72,88.0831,4.09345,275,20,0,251,0,0,1), - (19586,3246,1,1284,0,715.313,-2564.79,93.193,2.50317,275,3,0,251,0,0,1), - (19587,3246,1,1284,0,149.323,-2138.33,161.946,3.00246,275,2,0,251,0,0,1), - (19588,3246,1,1284,0,-889.795,-2319.93,92.0034,6.13482,275,20,0,251,0,0,1), - (19589,3246,1,1284,0,-947.66,-2247.53,93.4228,1.71573,275,20,0,251,0,0,1), - (19590,3246,1,1284,0,-317.108,-3163.54,222.309,0,275,20,0,251,0,0,1), - (19591,3246,1,1284,0,-545.936,-3054.03,137.815,4.42416,275,20,0,251,0,0,1), - (19592,3246,1,1284,0,-336.452,-3256.62,172.95,4.13143,275,20,0,251,0,0,1), - (19593,3246,1,1284,0,-897.221,-2272.12,93.9095,2.51136,275,20,0,251,0,0,1), - (19594,3246,1,1284,0,-787.821,-2646.38,94.3975,5.60485,275,20,0,251,0,0,1), - (19595,3246,1,1284,0,-352.24,-3117.84,204.051,3.30449,275,2,0,251,0,0,1), - (19596,3246,1,1284,0,-446.204,-3147.8,210.903,1.11327,275,2,0,251,0,0,1), - (19597,3246,1,1284,0,-481.201,-3249.88,164.47,6.16174,275,2,0,251,0,0,1), - (19598,3246,1,1284,0,-849.694,-2887.68,92.7925,5.94292,275,20,0,251,0,0,1), - (19599,3246,1,1284,0,-152.225,-3254.24,135.36,4.48758,275,20,0,251,0,0,1), - (19600,3246,1,1284,0,-863.438,-2448.28,92.0284,3.12298,275,20,0,251,0,0,1), - (19601,3246,1,1284,0,544.708,-2303.23,142.315,3.08685,275,2,0,251,0,0,1), - (19602,3246,1,1284,0,252.109,-2280.84,213.004,1.17251,275,3,0,251,0,0,1), - (19603,3246,1,1284,0,718.201,-2475.36,91.7917,4.74557,275,20,0,251,0,0,1), - (19604,3246,1,1284,0,430.446,-2438.01,144.754,5.87547,275,20,0,251,0,0,1), - (19605,3246,1,1284,0,205.856,-3164.89,90.2488,5.14807,275,20,0,251,0,0,1), - (19606,3246,1,1284,0,101.241,-3550.62,28.7401,3.21777,275,20,0,251,0,0,1), - (19607,3246,1,1284,0,-694.699,-2215.88,189.761,5.74444,275,2,0,251,0,0,1), - (19608,3246,1,1284,0,-695.735,-2111.83,172.265,5.3561,275,2,0,251,0,0,1), - (19609,3246,1,1284,0,-648.396,-2877.9,95.5797,3.17283,275,20,0,251,0,0,1), - (19610,3246,1,1284,0,-750.066,-2550.56,92.1436,1.7973,275,20,0,251,0,0,1), - (19611,3246,1,1284,0,-884.26,-2682.89,91.7917,4.23397,275,20,0,251,0,0,1), - (19612,3246,1,1284,0,-620.148,-3058.93,92.7936,1.7138,275,20,0,251,0,0,1), - (19613,3246,1,1284,0,-515.917,-3148.98,161.209,2.31145,275,20,0,251,0,0,1), - (19614,3246,1,1284,0,-790.121,-2551.6,93.494,3.81607,275,20,0,251,0,0,1), - (19615,3246,1,1284,0,-750.174,-2885.04,92.14,0.931987,275,20,0,251,0,0,1), - (19616,3246,1,1284,0,-731.238,-2535.95,93.9167,2.40402,275,20,0,251,0,0,1), - (19617,3246,1,1284,0,-765.011,-2744.26,93.5937,2.86186,275,20,0,251,0,0,1), - (19618,3246,1,1284,0,80.8044,-3027.31,94.1769,0.701829,275,20,0,251,0,0,1), - (19619,3246,1,1284,0,91.5824,-3609.57,29.5568,4.06966,275,20,0,251,0,0,1), - (19620,3246,1,1284,0,-705.351,-2745.98,92.9074,0.416439,275,20,0,251,0,0,1), - (19621,3246,1,1284,0,33.7807,-3210.71,95.8568,4.62049,275,0,0,251,0,0,0), - (19622,3246,1,1284,0,-783.163,-2881.41,92.0047,2.00071,275,20,0,251,0,0,1), - (19623,3246,1,1284,0,-783.111,-2916.97,93.931,0.012605,275,20,0,251,0,0,1), - (19624,3247,1,1742,0,-1829.76,-2115.84,91.9963,3.35904,275,20,0,302,408,0,1), - (19625,3247,1,1742,0,-1497.85,-1715.53,92.4202,3.27079,275,20,0,302,408,0,1), - (19626,3247,1,1742,0,-2217.3,-2296.27,95.2816,3.48002,275,20,0,302,408,0,1), - (19627,3247,1,1742,0,-1823.29,-2201.18,94.1263,2.87181,275,20,0,302,408,0,1), - (19628,3247,1,1742,0,-1576.96,-1881.7,93.9167,1.94702,275,20,0,302,408,0,1), - (19629,3247,1,1742,0,-1537.7,-2019.8,93.9003,0.174785,275,20,0,302,408,0,1), - (19630,3247,1,1742,0,-1455.27,-1839.14,94.8386,2.24367,275,20,0,302,408,0,1), - (19631,3247,1,1742,0,-1707.48,-2110.21,92.0729,2.05191,275,20,0,302,408,0,1), - (19632,3247,1,1742,0,-1684.69,-2013.31,92.578,3.01821,275,20,0,302,408,0,1), - (19633,3247,1,1742,0,-2103.25,-2384.45,92.5408,1.69019,275,20,0,302,408,0,1), - (19634,3247,1,1742,0,-1982.65,-2524.39,95.1114,4.75932,275,20,0,302,408,0,1), - (19635,3247,1,1742,0,-1978.49,-1849.23,91.7917,3.95533,275,20,0,302,408,0,1), - (19636,3247,1,1742,0,-1951.76,-1987,92.0154,4.22255,275,20,0,302,408,0,1), - (19637,3247,1,1742,0,-2037.68,-2422.12,94.4174,3.49993,275,20,0,302,408,0,1), - (19638,3503,1,1307,0,-3283.12,-1985.59,91.8617,-1.76909,275,0,0,417,0,0,0), - (19639,3248,1,4473,0,728.918,-2675.25,91.9003,3.13075,275,20,0,328,0,0,1), - (19640,3248,1,4473,0,542.33,-3496.47,92.2917,2.94626,275,3,0,328,0,0,1), - (19641,3248,1,4473,0,692.256,-2987.2,91.7917,5.92244,275,20,0,328,0,0,1), - (19642,3248,1,4473,0,-1505.24,-2990.67,91.8805,2.52909,275,20,0,328,0,0,1), - (19643,3248,1,4473,0,-680.2,-3405.79,91.789,3.61183,275,20,0,328,0,0,1), - (19644,3248,1,4473,0,-1079.66,-1840.01,94.9625,1.72567,275,20,0,328,0,0,1), - (19645,3248,1,4473,0,1087.82,-3747.51,28.2203,3.49053,275,20,0,328,0,0,1), - (19646,3248,1,4473,0,-316.574,-3735.8,27.9348,0.807095,275,20,0,328,0,0,1), - (19647,3248,1,4473,0,1064.51,-3605.44,51.2554,0.975752,275,20,0,328,0,0,1), - (19648,3248,1,4473,0,-94.7561,-1486.45,91.8129,3.94847,275,20,0,328,0,0,1), - (19649,3248,1,4473,0,-554.91,-1712.2,95.1462,6.17555,275,20,0,328,0,0,1), - (19650,3248,1,4473,0,-1281.19,-2684.4,91.8302,3.38884,275,10,0,328,0,0,1), - (19651,3248,1,4473,0,-1247.6,-3152.36,92.0561,4.69286,275,20,0,328,0,0,1), - (19652,3248,1,4473,0,-378.813,-3745.49,27.418,4.86099,275,20,0,328,0,0,1), - (19653,3248,1,4473,0,-1016.14,-1782.15,91.714,3.13221,275,20,0,328,0,0,1), - (19654,3248,1,4473,0,942.158,-2895.79,91.7917,1.75546,275,20,0,328,0,0,1), - (19655,3248,1,4473,0,-1127.25,-2940.74,93.5569,5.13498,275,20,0,328,0,0,1), - (19656,3248,1,4473,0,-510.831,-1383.34,91.7917,0.34098,275,20,0,328,0,0,1), - (19657,3248,1,4473,0,-947.345,-3042.98,92.774,1.7475,275,20,0,328,0,0,1), - (19658,3248,1,4473,0,-689.426,-3271.46,97.3043,2.47935,275,20,0,328,0,0,1), - (19659,3248,1,4473,0,-1017.14,-1813.48,92.2564,0.11346,275,20,0,328,0,0,1), - (19660,3248,1,4473,0,411.885,-1849.45,91.7917,1.69761,275,20,0,328,0,0,1), - (19661,3248,1,4473,0,743.871,-2619.01,91.7917,3.50311,275,20,0,328,0,0,1), - (19662,3248,1,4473,0,514.668,-3093.43,92.3787,4.7651,275,20,0,328,0,0,1), - (19663,3248,1,4473,0,883.668,-2852.3,93.6546,4.95543,275,20,0,328,0,0,1), - (19664,3248,1,4473,0,-1126.58,-3016.62,96.1668,0.348938,275,20,0,328,0,0,1), - (19665,3248,1,4473,0,-184.029,-3758.43,28.4223,2.25271,275,20,0,328,0,0,1), - (19666,3248,1,4473,0,1164.34,-3778.73,31.7806,3.45933,275,20,0,328,0,0,1), - (19667,3248,1,4473,0,-418.687,-1438.26,95.18,5.94909,275,20,0,328,0,0,1), - (19668,3248,1,4473,0,-849.887,-1652.04,97.5263,4.60669,275,20,0,328,0,0,1), - (19669,3248,1,4473,0,1021.6,-2953.58,93.9225,5.67023,275,20,0,328,0,0,1), - (19670,3248,1,4473,0,411.903,-3117.54,91.792,2.3954,275,20,0,328,0,0,1), - (19671,3248,1,4473,0,-1227.34,-1818.25,87.1159,3.28459,275,20,0,328,0,0,1), - (19672,3248,1,4473,0,1027.2,-3615.75,47.9427,3.72689,275,20,0,328,0,0,1), - (19673,3248,1,4473,0,-450.808,-1644.8,91.9367,4.91732,275,20,0,328,0,0,1), - (19674,3248,1,4473,0,626.916,-3540.34,92.414,0.160123,275,3,0,328,0,0,1), - (19675,3248,1,4473,0,-1024.71,-3107.08,92.0659,1.23433,275,20,0,328,0,0,1), - (19676,3248,1,4473,0,-1269.4,-2115.17,91.7902,3.55352,275,20,0,328,0,0,1), - (19677,3248,1,4473,0,-1270.64,-2185.63,91.9554,6.11533,275,20,0,328,0,0,1), - (19678,3248,1,4473,0,-675.425,-1768.74,92.1268,0.062541,275,20,0,328,0,0,1), - (19679,3248,1,4473,0,101.994,-1649.24,92.5502,3.15722,275,20,0,328,0,0,1), - (19680,3248,1,4473,0,257.772,-1722.62,91.8965,6.27225,275,20,0,328,0,0,1), - (19681,3248,1,4473,0,384.203,-3247.33,94.652,3.02403,275,3,0,328,0,0,1), - (19682,3248,1,4473,0,-811.975,-3391.15,94.359,4.35728,275,20,0,328,0,0,1), - (19683,3248,1,4473,0,-459.357,-3351.13,92.4167,5.0404,275,20,0,328,0,0,1), - (19684,3248,1,4473,0,-1166.48,-3517.06,92.0042,2.65665,275,20,0,328,0,0,1), - (19685,3248,1,4473,0,-1095.27,-1819.37,92.1672,3.44296,275,20,0,328,0,0,1), - (19686,3248,1,4473,0,139.005,-1609.48,91.7917,2.57885,275,20,0,328,0,0,1), - (19687,3248,1,4473,0,-786.32,-1720.77,92.958,0.102371,275,20,0,328,0,0,1), - (19688,3248,1,4473,0,-1197.4,-2855.82,93.6665,6.05048,275,20,0,328,0,0,1), - (19689,3248,1,4473,0,-1208.93,-3490.35,92.4139,3.45298,275,20,0,328,0,0,1), - (19690,3248,1,4473,0,-681.088,-3325.77,95.2941,6.12414,275,20,0,328,0,0,1), - (19691,3248,1,4473,0,345.858,-1921.12,92.9125,0.183394,275,20,0,328,0,0,1), - (19692,3248,1,4473,0,-1405.41,-2631.6,92.0912,4.57132,275,20,0,328,0,0,1), - (19693,3248,1,4473,0,-1111.56,-3088.22,95.2571,3.03655,275,20,0,328,0,0,1), - (19694,3248,1,4473,0,-239.592,-3458.01,91.7917,0.483309,275,20,0,328,0,0,1), - (19695,3248,1,4473,0,-1140.37,-1907.6,92.2238,3.42445,275,20,0,328,0,0,1), - (19696,3248,1,4473,0,-1386.05,-2946.11,103.428,5.69467,275,20,0,328,0,0,1), - (19697,3248,1,4473,0,-861.404,-3419.03,92.5656,0.154876,275,20,0,328,0,0,1), - (19698,3248,1,4473,0,-1065.3,-3146.11,94.1208,1.80535,275,20,0,328,0,0,1), - (19699,3248,1,4473,0,-1485.18,-2753.15,93.8008,5.04279,275,20,0,328,0,0,1), - (19700,3248,1,4473,0,-1115.69,-2309.98,92.3819,0.240713,275,20,0,328,0,0,1), - (19701,3248,1,4473,0,-1568.83,-2982.95,91.6733,3.02971,275,20,0,328,0,0,1), - (19702,3248,1,4473,0,-677.682,-3448.24,93.1148,4.816,275,20,0,328,0,0,1), - (19703,3248,1,4473,0,-1205.59,-1754.41,91.853,3.38641,275,20,0,328,0,0,1), - (19704,3248,1,4473,0,-1268.97,-2583.64,93.3319,1.26511,275,20,0,328,0,0,1), - (19705,3248,1,4473,0,-1274.51,-2379.01,91.7917,1.12989,275,20,0,328,0,0,1), - (19706,3248,1,4473,0,-1213.91,-2258.47,91.8744,1.91723,275,20,0,328,0,0,1), - (19707,3248,1,4473,0,713.58,-2598.49,92.9888,4.54371,275,3,0,328,0,0,1), - (19708,3248,1,4473,0,1245.81,-3824.74,29.2654,1.04862,275,20,0,328,0,0,1), - (19709,3248,1,4473,0,-210.048,-3623.48,42.3064,1.95249,275,20,0,328,0,0,1), - (19710,3248,1,4473,0,315.611,-1848.54,91.7917,1.75015,275,20,0,328,0,0,1), - (19711,3248,1,4473,0,-382.239,-3418.6,94.2219,5.24261,275,20,0,328,0,0,1), - (19712,3248,1,4473,0,-1148.85,-2366.42,92.4046,4.73973,275,20,0,328,0,0,1), - (19713,3248,1,4473,0,-149.426,-3751.68,27.6434,5.30357,275,20,0,328,0,0,1), - (19714,3249,1,1974,0,-3539.69,-2350.54,94.7718,6.19712,275,20,0,544,581,0,1), - (19715,3249,1,1974,0,-3377.45,-1928,92.0435,2.05508,275,20,0,544,581,0,1), - (19716,11697,1,2834,0,1474.82,-2803.19,149.526,2.6548,275,5,0,952,811,0,1), - (19717,3249,1,1974,0,-3585.53,-1819.26,92.1602,1.60771,275,20,0,544,581,0,1), - (19718,3249,1,1974,0,-3694.74,-1812.45,92.0304,2.8784,275,20,0,544,581,0,1), - (19719,3249,1,1974,0,-3538.82,-2302.65,94.5837,0.749502,275,20,0,544,581,0,1), - (19720,3249,1,1974,0,-3513.15,-1891.2,96.0584,0.053741,275,20,0,544,581,0,1), - (19721,3249,1,1974,0,-3364.42,-2143.24,92.6301,2.22328,275,20,0,544,581,0,1), - (19722,3249,1,1974,0,-3458.25,-1801.8,98.7064,0.342119,275,20,0,544,581,0,1), - (19723,3249,1,1974,0,-3668.25,-1911.43,92.1765,1.29169,275,20,0,544,581,0,1), - (19724,3249,1,1974,0,-3710.75,-1816.67,91.7917,0.46307,275,0,0,544,581,0,0), - (19725,3249,1,1974,0,-3482.8,-1912.19,95.614,4.71044,275,20,0,544,581,0,1), - (19726,3249,1,1974,0,-3413.97,-2150.87,91.7917,1.47625,275,20,0,544,581,0,1), - (19727,3249,1,1974,0,-3471.02,-2190.11,93.3705,1.31993,275,20,0,544,581,0,1), - (19728,3249,1,1974,0,-3534.8,-2126.23,94.2199,0.672233,275,20,0,544,581,0,1), - (19729,3249,1,1974,0,-3872.72,-1983.12,93.6423,0.039043,275,20,0,544,581,0,1), - (19730,3249,1,1974,0,-3735.83,-2112.26,91.8666,3.63143,275,20,0,544,581,0,1), - (19731,3250,1,2730,0,-3289.27,-1926.86,93.3586,2.35826,275,5,0,494,0,0,1), - (19732,5810,1,4391,0,185.746,-3597.21,27.3383,0.226893,275,0,0,919,0,0,0), - (19733,3250,1,2730,0,-3256.89,-1684.9,91.7917,3.18134,275,10,0,494,0,0,1), - (19734,3250,1,2730,0,-3147.44,-2168.89,93.1602,0.348162,275,15,0,494,0,0,1), - (19735,3250,1,2730,0,-3055.97,-2355.4,93.3655,3.69874,275,5,0,494,0,0,1), - (19736,3250,1,2730,0,-3131.05,-2312.29,93.4365,6.25125,275,5,0,494,0,0,1), - (19737,3250,1,2730,0,-3142.35,-2256.26,93.7917,5.08789,275,15,0,494,0,0,1), - (19738,3250,1,2730,0,-3072.17,-2386.2,95.8595,5.82081,275,5,0,494,0,0,1), - (19739,3250,1,2730,0,-3212.32,-1720.8,95.356,5.15355,275,5,0,494,0,0,1), - (19740,3250,1,2730,0,-3253.26,-1810.01,96.1059,5.10523,275,5,0,494,0,0,1), - (19741,3250,1,2730,0,-3080.67,-2248.99,91.8492,4.54542,275,5,0,494,0,0,1), - (19742,3250,1,2730,0,-3110.48,-1684.65,93.4881,3.78296,275,5,0,494,0,0,1), - (19743,3250,1,2730,0,-3074.76,-1644.39,92.189,6.00914,275,10,0,494,0,0,1), - (19744,3250,1,2730,0,-3317.08,-1812.63,100.928,0.932375,275,2,0,494,0,0,1), - (19745,3250,1,2730,0,-3188.4,-1809.83,92.1926,2.01739,275,15,0,494,0,0,1), - (19746,3250,1,2730,0,-3115.93,-1828,94.3487,5.24596,275,5,0,494,0,0,1), - (19747,3250,1,2730,0,-3188.17,-1679.14,93.4773,2.30355,275,5,0,494,0,0,1), - (19748,3250,1,2730,0,-3084.48,-1854.27,93.8824,3.92688,275,10,0,494,0,0,1), - (19749,3250,1,2730,0,-3059.55,-1751.08,104.992,5.6057,275,5,0,494,0,0,1), - (19750,3250,1,2730,0,-3116.86,-2149.95,92.5416,4.10029,275,15,0,494,0,0,1), - (19751,3250,1,2730,0,-3206.81,-2172.88,95.5445,0.814618,275,15,0,494,0,0,1), - (19752,3250,1,2730,0,-3085.63,-1982.15,92.4166,3.70827,275,5,0,494,0,0,1), - (19753,3250,1,2730,0,-3224.2,-1909.93,94.1693,1.65848,275,5,0,494,0,0,1), - (19754,3250,1,2730,0,-3251.72,-1956.77,94.6054,1.66171,275,5,0,494,0,0,1), - (19755,3250,1,2730,0,-3127.7,-1960.6,93.2074,2.97775,275,10,0,494,0,0,1), - (19756,3250,1,2730,0,-3077.32,-1976.27,91.7916,0.857951,275,5,0,494,0,0,1), - (19757,3251,1,7572,0,-3171.73,-2244.99,92.6667,0.809212,275,5,0,485,0,0,1), - (19758,3251,1,7572,0,-3088.65,-1686.67,94.4166,3.14857,275,5,0,485,0,0,1), - (19759,3251,1,7572,0,-3118.48,-2184.97,94.5352,4.3771,275,5,0,485,0,0,1), - (19760,3251,1,7572,0,-3282.42,-1947.85,94.3369,2.24031,275,5,0,485,0,0,1), - (19761,3251,1,7572,0,-3204.41,-1721.95,95.356,0.56449,275,5,0,485,0,0,1), - (19762,3251,1,7572,0,-3211.27,-1843.05,94.1667,4.76554,275,5,0,485,0,0,1), - (19763,3251,1,7572,0,-3193.06,-2245.15,92.4167,2.07378,275,5,0,485,0,0,1), - (19764,3251,1,7572,0,-3268.98,-1962.48,95.4619,5.6666,275,5,0,485,0,0,1), - (19765,3251,1,7572,0,-3205.87,-1859.3,93.0417,4.60217,275,5,0,485,0,0,1), - (19766,3251,1,7572,0,-3133.06,-2174.04,94.1602,1.76995,275,5,0,485,0,0,1), - (19767,3251,1,7572,0,-3118.83,-2306.54,93.1666,2.4654,275,5,0,485,0,0,1), - (19768,3251,1,7572,0,-3109.81,-2287.85,94.6979,3.17013,275,5,0,485,0,0,1), - (19769,3251,1,7572,0,-3282.03,-1852.55,94.2114,5.41972,275,5,0,485,0,0,1), - (19770,3251,1,7572,0,-3197.77,-1738.97,96.0417,2.7199,275,5,0,485,0,0,1), - (19771,3251,1,7572,0,-3275.97,-1835.85,92.0864,0.590005,275,5,0,485,0,0,1), - (19772,3251,1,7572,0,-3113.19,-1716.16,95.8493,3.64509,275,5,0,485,0,0,1), - (19773,3251,1,7572,0,-3103.99,-1727.39,94.0993,6.14235,275,5,0,485,0,0,1), - (19774,3251,1,7572,0,-3118.84,-1782.04,96.5188,3.38364,275,5,0,485,0,0,1), - (19775,3251,1,7572,0,-3123.86,-1763.66,93.6892,0.516069,275,0,0,485,0,0,0), - (19776,3251,1,7572,0,-3216.2,-1746.64,94.7566,4.32989,275,5,0,485,0,0,1), - (19777,3251,1,7572,0,-3296.89,-1879.2,92.7828,3.9386,275,5,0,485,0,0,1), - (19778,3251,1,7572,0,-3218.03,-1852.77,94.7917,2.5468,275,5,0,485,0,0,1), - (19779,3251,1,7572,0,-3098.58,-1942.98,95.4166,6.13934,275,5,0,485,0,0,1), - (19780,3251,1,7572,0,-3081.56,-1943.39,95.1666,2.89144,275,5,0,485,0,0,1), - (19781,3252,1,2731,0,-3244.14,-1894.48,96.473,2.95026,275,5,0,531,0,0,1), - (19782,3252,1,2731,0,-3082.57,-2320.86,94.7087,2.61857,275,5,0,531,0,0,1), - (19783,3252,1,2731,0,-3179.82,-2288.51,97.4442,2.69717,275,5,0,531,0,0,1), - (19784,3252,1,2731,0,-3173.97,-2291.87,93.5997,0.779873,275,5,0,531,0,0,1), - (19785,3252,1,2731,0,-3230.86,-1642.12,99.9167,2.90878,275,3,0,531,0,0,1), - (19786,3252,1,2731,0,-3077.29,-1786.22,91.7916,2.86186,275,10,0,531,0,0,1), - (19787,3252,1,2731,0,-3226.69,-2260.09,103.724,0.996877,275,5,0,531,0,0,1), - (19788,3252,1,2731,0,-3050.57,-1620.97,92.2806,4.30474,275,5,0,531,0,0,1), - (19789,3252,1,2731,0,-3113.79,-2365.84,91.9823,2.70173,275,5,0,531,0,0,1), - (19790,3252,1,2731,0,-3289.57,-1702.65,91.7917,1.83963,275,5,0,531,0,0,1), - (19791,3252,1,2731,0,-3291.79,-1996.91,93.5957,0.195047,275,0,0,531,0,0,0), - (19792,3252,1,2731,0,-3119.89,-2284.79,96.3076,1.09107,275,5,0,531,0,0,1), - (19793,3252,1,2731,0,-3125.53,-2208.93,91.7916,2.38375,275,15,0,531,0,0,1), - (19794,3252,1,2731,0,-3115.46,-2352.39,93.7048,5.46597,275,15,0,531,0,0,1), - (19795,3252,1,2731,0,-3178.68,-2200.67,92.6414,1.66242,275,15,0,531,0,0,1), - (19796,3252,1,2731,0,-3193.08,-1713.38,94.324,0.38232,275,5,0,531,0,0,1), - (19797,3252,1,2731,0,-3248.23,-1740.58,92.4167,0.782028,275,15,0,531,0,0,1), - (19798,3252,1,2731,0,-3151.76,-1788.89,94.7643,5.77059,275,5,0,531,0,0,1), - (19799,3252,1,2731,0,-3180.11,-1747.36,92.0678,0.107838,275,5,0,531,0,0,1), - (19800,3252,1,2731,0,-3125.64,-1693.32,92.1686,1.29924,275,10,0,531,0,0,1), - (19801,3252,1,2731,0,-3160,-1717.3,91.7917,1.92497,275,10,0,531,0,0,1), - (19802,3252,1,2731,0,-3148.45,-1653.05,91.7917,5.27059,275,5,0,531,0,0,1), - (19803,3252,1,2731,0,-3074.53,-1715.43,91.7916,5.86583,275,5,0,531,0,0,1), - (19804,3252,1,2731,0,-3068.27,-1838.46,91.933,2.7297,275,5,0,531,0,0,1), - (19805,3252,1,2731,0,-3095.11,-1922.38,93.9166,3.31957,275,10,0,531,0,0,1), - (19806,3252,1,2731,0,-3301.94,-1817.15,92.5693,4.63622,275,5,0,531,0,0,1), - (19807,3252,1,2731,0,-3289.23,-1976.82,92.5936,2.38499,275,5,0,531,0,0,1), - (19808,3252,1,2731,0,-3045.75,-1947.98,101.192,4.45179,275,5,0,531,0,0,1), - (19809,3254,1,1744,0,3.23397,-2327.17,92.276,1.64415,275,5,0,178,0,0,1), - (19810,3254,1,1744,0,348.832,-2624.74,91.7917,4.01619,275,5,0,178,0,0,1), - (19811,3254,1,1744,0,634.209,-2211.46,92.5452,2.81367,275,5,0,178,0,0,1), - (19812,3254,1,1744,0,84.4587,-2574.38,91.853,4.72298,275,5,0,178,0,0,1), - (19813,3254,1,1744,0,47.6408,-2910.13,92.1667,5.57072,275,5,0,178,0,0,1), - (19814,3254,1,1744,0,-83.798,-2276.78,93.7073,4.99354,275,5,0,178,0,0,1), - (19815,3254,1,1744,0,-146.356,-2227.67,92.1973,1.81767,275,5,0,178,0,0,1), - (19816,3254,1,1744,0,-619.677,-2740.68,92.4825,4.61253,275,5,0,178,0,0,1), - (19817,3254,1,1744,0,49.8992,-2922.76,92.3149,3.49114,275,5,0,178,0,0,1), - (19818,8119,1,7332,0,-914.106,-3728.58,9.72148,3.33358,275,0,0,2972,0,0,0), - (19819,3255,1,1747,0,-119.16,-1720.13,94.139,4.08862,275,5,0,273,0,0,1), - (19820,3255,1,1747,0,-518.569,-1411.24,93.1696,2.90088,275,5,0,273,0,0,1), - (19821,3255,1,1747,0,221.875,-1620.36,92.1131,2.5681,275,5,0,273,0,0,1), - (19822,3255,1,1747,0,119.446,-3503.23,30.6627,4.44374,275,5,0,273,0,0,1), - (19823,3255,1,1747,0,572.164,-3114.94,91.7917,3.21335,275,5,0,273,0,0,1), - (19824,3255,1,1747,0,726.032,-2709.92,92.291,1.21375,275,5,0,273,0,0,1), - (19825,3255,1,1747,0,418.978,-3343.96,91.7917,4.07958,275,3,0,273,0,0,1), - (19826,3255,1,1747,0,-1488.16,-3279.49,210.267,2.35181,275,2,0,273,0,0,1), - (19827,3255,1,1747,0,-1385.42,-3026,94.7437,2.28091,275,5,0,273,0,0,1), - (19828,3255,1,1747,0,611.16,-3214.74,161.756,3.1208,275,3,0,273,0,0,1), - (19829,3255,1,1747,0,-138.366,-3690.13,27.531,5.71328,275,5,0,273,0,0,1), - (19830,3255,1,1747,0,658.459,-3474.53,144.347,1.76313,275,5,0,273,0,0,1), - (19831,3255,1,1747,0,275.55,-1815.86,91.7917,1.19869,275,5,0,273,0,0,1), - (19832,3255,1,1747,0,41.5804,-3538.58,28.2961,4.9109,275,5,0,273,0,0,1), - (19833,3255,1,1747,0,435.258,-3447.83,92.6643,3.01627,275,5,0,273,0,0,1), - (19834,3255,1,1747,0,1042.51,-2909.88,91.7917,5.53771,275,5,0,273,0,0,1), - (19835,3255,1,1747,0,515.164,-2875.99,91.8892,4.90292,275,5,0,273,0,0,1), - (19836,3255,1,1747,0,419.381,-3401.75,92.3807,1.35807,275,5,0,273,0,0,1), - (19837,3255,1,1747,0,921.075,-3175.26,91.7916,3.54917,275,5,0,273,0,0,1), - (19838,3255,1,1747,0,683.437,-3253.36,219.531,2.63566,275,5,0,273,0,0,1), - (19839,3255,1,1747,0,712.719,-3279.33,235.868,1.30018,275,5,0,273,0,0,1), - (19840,3255,1,1747,0,-15.7565,-1446.07,95.7087,0.119517,275,5,0,273,0,0,1), - (19841,3255,1,1747,0,-809.704,-2908.24,92.2331,0.7135,275,5,0,273,0,0,1), - (19842,3255,1,1747,0,927.796,-2863.78,91.7917,4.59121,275,5,0,273,0,0,1), - (19843,3255,1,1747,0,-1178.2,-3611.84,94.8428,4.83384,275,5,0,273,0,0,1), - (19844,3255,1,1747,0,-1321.01,-3339.16,162.142,3.94053,275,2,0,273,0,0,1), - (19845,3255,1,1747,0,-1149.34,-2849.25,94.6213,2.99293,275,5,0,273,0,0,1), - (19846,3255,1,1747,0,-1554.88,-3629.48,128.509,0.573919,275,5,0,273,0,0,1), - (19847,3255,1,1747,0,685.955,-3392.91,191.135,1.30925,275,5,0,273,0,0,1), - (19848,3255,1,1747,0,661.141,-3427.94,169.164,2.00286,275,5,0,273,0,0,1), - (19849,3255,1,1747,0,-114.041,-1621.26,93.8112,0.468081,275,5,0,273,0,0,1), - (19850,3255,1,1747,0,177.323,-2987.73,93.1712,1.7563,275,5,0,273,0,0,1), - (19851,3255,1,1747,0,616.367,-2782.94,94.3292,3.54387,275,5,0,273,0,0,1), - (19852,3255,1,1747,0,1082.21,-2949.13,92.0417,2.80349,275,5,0,273,0,0,1), - (19853,3255,1,1747,0,-1386.57,-3452.63,210.967,4.15825,275,2,0,273,0,0,1), - (19854,3255,1,1747,0,-1415.85,-3495.33,167.565,6.27761,275,5,0,273,0,0,1), - (19855,3255,1,1747,0,-1171.12,-1879.77,94.6895,0.825402,275,5,0,273,0,0,1), - (19856,3255,1,1747,0,-1154.07,-1818.88,87.898,3.07466,275,5,0,273,0,0,1), - (19857,3255,1,1747,0,807.82,-3145,183.014,1.12638,275,5,0,273,0,0,1), - (19858,3255,1,1747,0,834.294,-3251.32,182.259,2.32306,275,3,0,273,0,0,1), - (19859,3255,1,1747,0,752.224,-3182.95,211.386,2.08419,275,5,0,273,0,0,1), - (19860,3255,1,1747,0,891.047,-3344.14,158.563,5.52816,275,2,0,273,0,0,1), - (19861,3255,1,1747,0,811.765,-3478.49,142.347,5.52625,275,2,0,273,0,0,1), - (19862,3255,1,1747,0,-653.441,-1766.55,92.4881,0.56883,275,5,0,273,0,0,1), - (19863,3255,1,1747,0,-644.861,-1911.47,93.0417,0.826235,275,5,0,273,0,0,1), - (19864,3255,1,1747,0,283.676,-1781.44,91.7917,4.71183,275,5,0,273,0,0,1), - (19865,3255,1,1747,0,350.089,-1818.4,91.7917,0.786598,275,5,0,273,0,0,1), - (19866,3255,1,1747,0,-752.522,-3093.05,92.0417,5.6124,275,5,0,273,0,0,1), - (19867,3255,1,1747,0,-1529.72,-3550.52,174.784,2.25087,275,5,0,273,0,0,1), - (19868,3255,1,1747,0,-1549.36,-2750.29,94.269,1.82924,275,5,0,273,0,0,1), - (19869,3255,1,1747,0,745.422,-3255.29,223.552,4.55602,275,5,0,273,0,0,1), - (19870,3255,1,1747,0,784.081,-3225.8,211.869,5.13753,275,3,0,273,0,0,1), - (19871,3255,1,1747,0,896.842,-3407.97,165.206,2.58337,275,2,0,273,0,0,1), - (19872,3255,1,1747,0,595.398,-3404.25,163.581,6.0022,275,2,0,273,0,0,1), - (19873,3255,1,1747,0,-151.297,-1868.93,93.9721,4.644,275,5,0,273,0,0,1), - (19874,3255,1,1747,0,249.433,-1505.08,91.7917,1.64537,275,5,0,273,0,0,1), - (19875,3255,1,1747,0,-608.865,-1613.96,93.8579,2.51725,275,5,0,273,0,0,1), - (19876,3255,1,1747,0,436.196,-3217.39,91.7917,6.22858,275,5,0,273,0,0,1), - (19877,3255,1,1747,0,606.111,-3498.31,92.6095,1.93825,275,5,0,273,0,0,1), - (19878,3255,1,1747,0,-1568.66,-3483.29,168.587,1.65488,275,2,0,273,0,0,1), - (19879,3255,1,1747,0,-1509.16,-2798.33,93.8773,1.69612,275,5,0,273,0,0,1), - (19880,3255,1,1747,0,532.398,-3373.46,127.6,3.95603,275,5,0,273,0,0,1), - (19881,3255,1,1747,0,739.701,-3372.42,169.912,0.964388,275,5,0,273,0,0,1), - (19882,3255,1,1747,0,644.874,-3294.31,211.417,3.68657,275,3,0,273,0,0,1), - (19883,3255,1,1747,0,848.441,-3082.25,147.781,2.74875,275,5,0,273,0,0,1), - (19884,3255,1,1747,0,683.618,-3313.8,216.47,1.62906,275,5,0,273,0,0,1), - (19885,3255,1,1747,0,-75.8253,-1458.42,94.1667,5.64945,275,5,0,273,0,0,1), - (19886,3255,1,1747,0,-83.5963,-1571.11,92.6608,1.71953,275,5,0,273,0,0,1), - (19887,3255,1,1747,0,276.518,-1847.52,92.0149,0.055482,275,5,0,273,0,0,1), - (19888,3255,1,1747,0,-385.078,-1608.39,92.5075,1.51094,275,5,0,273,0,0,1), - (19889,3255,1,1747,0,16.6483,-1551.72,92.1667,3.72401,275,5,0,273,0,0,1), - (19890,3255,1,1747,0,461.202,-2773.37,93.1667,5.12176,275,5,0,273,0,0,1), - (19891,3255,1,1747,0,987.933,-2919.19,91.7917,6.00081,275,5,0,273,0,0,1), - (19892,3255,1,1747,0,673.199,-2951.09,94.1729,1.87403,275,5,0,273,0,0,1), - (19893,3255,1,1747,0,716.236,-2749.39,91.7917,0.02593,275,5,0,273,0,0,1), - (19894,3255,1,1747,0,-1317.79,-2741.71,94.877,0.182471,275,5,0,273,0,0,1), - (19895,3255,1,1747,0,-435.147,-1999.87,92.1709,2.31556,275,5,0,273,0,0,1), - (19896,3255,1,1747,0,83.1747,-1546.56,93.2984,1.91493,275,5,0,273,0,0,1), - (19897,3255,1,1747,0,978.997,-2975.65,91.7917,1.59487,275,5,0,273,0,0,1), - (19898,3255,1,1747,0,479.599,-3081.66,94.8052,0.541455,275,5,0,273,0,0,1), - (19899,3255,1,1747,0,914.241,-2947.61,91.7916,3.18586,275,5,0,273,0,0,1), - (19900,3255,1,1747,0,945.08,-3093.33,93.0098,2.32228,275,5,0,273,0,0,1), - (19901,3255,1,1747,0,563.388,-2939.16,93.6895,5.25912,275,5,0,273,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (19586,3246,1,0,0,715.313,-2564.79,93.193,2.50317,275,275,3,0,251,0,0,1), + (19587,3246,1,0,0,149.323,-2138.33,161.946,3.00246,275,275,2,0,251,0,0,1), + (19588,3246,1,0,0,-889.795,-2319.93,92.0034,6.13482,275,275,20,0,251,0,0,1), + (19589,3246,1,0,0,-947.66,-2247.53,93.4228,1.71573,275,275,20,0,251,0,0,1), + (19590,3246,1,0,0,-317.108,-3163.54,222.309,0,275,275,20,0,251,0,0,1), + (19591,3246,1,0,0,-545.936,-3054.03,137.815,4.42416,275,275,20,0,251,0,0,1), + (19592,3246,1,0,0,-336.452,-3256.62,172.95,4.13143,275,275,20,0,251,0,0,1), + (19593,3246,1,0,0,-897.221,-2272.12,93.9095,2.51136,275,275,20,0,251,0,0,1), + (19594,3246,1,0,0,-787.821,-2646.38,94.3975,5.60485,275,275,20,0,251,0,0,1), + (19595,3246,1,0,0,-352.24,-3117.84,204.051,3.30449,275,275,2,0,251,0,0,1), + (19596,3246,1,0,0,-446.204,-3147.8,210.903,1.11327,275,275,2,0,251,0,0,1), + (19597,3246,1,0,0,-481.201,-3249.88,164.47,6.16174,275,275,2,0,251,0,0,1), + (19598,3246,1,0,0,-849.694,-2887.68,92.7925,5.94292,275,275,20,0,251,0,0,1), + (19599,3246,1,0,0,-152.225,-3254.24,135.36,4.48758,275,275,20,0,251,0,0,1), + (19600,3246,1,0,0,-863.438,-2448.28,92.0284,3.12298,275,275,20,0,251,0,0,1), + (19601,3246,1,0,0,544.708,-2303.23,142.315,3.08685,275,275,2,0,251,0,0,1), + (19602,3246,1,0,0,252.109,-2280.84,213.004,1.17251,275,275,3,0,251,0,0,1), + (19603,3246,1,0,0,718.201,-2475.36,91.7917,4.74557,275,275,20,0,251,0,0,1), + (19604,3246,1,0,0,430.446,-2438.01,144.754,5.87547,275,275,20,0,251,0,0,1), + (19605,3246,1,0,0,205.856,-3164.89,90.2488,5.14807,275,275,20,0,251,0,0,1), + (19606,3246,1,0,0,101.241,-3550.62,28.7401,3.21777,275,275,20,0,251,0,0,1), + (19607,3246,1,0,0,-694.699,-2215.88,189.761,5.74444,275,275,2,0,251,0,0,1), + (19608,3246,1,0,0,-695.735,-2111.83,172.265,5.3561,275,275,2,0,251,0,0,1), + (19609,3246,1,0,0,-648.396,-2877.9,95.5797,3.17283,275,275,20,0,251,0,0,1), + (19610,3246,1,0,0,-750.066,-2550.56,92.1436,1.7973,275,275,20,0,251,0,0,1), + (19611,3246,1,0,0,-884.26,-2682.89,91.7917,4.23397,275,275,20,0,251,0,0,1), + (19612,3246,1,0,0,-620.148,-3058.93,92.7936,1.7138,275,275,20,0,251,0,0,1), + (19613,3246,1,0,0,-515.917,-3148.98,161.209,2.31145,275,275,20,0,251,0,0,1), + (19614,3246,1,0,0,-790.121,-2551.6,93.494,3.81607,275,275,20,0,251,0,0,1), + (19615,3246,1,0,0,-750.174,-2885.04,92.14,0.931987,275,275,20,0,251,0,0,1), + (19616,3246,1,0,0,-731.238,-2535.95,93.9167,2.40402,275,275,20,0,251,0,0,1), + (19617,3246,1,0,0,-765.011,-2744.26,93.5937,2.86186,275,275,20,0,251,0,0,1), + (19618,3246,1,0,0,80.8044,-3027.31,94.1769,0.701829,275,275,20,0,251,0,0,1), + (19619,3246,1,0,0,91.5824,-3609.57,29.5568,4.06966,275,275,20,0,251,0,0,1), + (19620,3246,1,0,0,-705.351,-2745.98,92.9074,0.416439,275,275,20,0,251,0,0,1), + (19621,3246,1,0,0,33.7807,-3210.71,95.8568,4.62049,275,275,0,0,251,0,0,0), + (19622,3246,1,0,0,-783.163,-2881.41,92.0047,2.00071,275,275,20,0,251,0,0,1), + (19623,3246,1,0,0,-783.111,-2916.97,93.931,0.012605,275,275,20,0,251,0,0,1), + (19624,3247,1,0,0,-1829.76,-2115.84,91.9963,3.35904,275,275,20,0,302,408,0,1), + (19625,3247,1,0,0,-1497.85,-1715.53,92.4202,3.27079,275,275,20,0,302,408,0,1), + (19626,3247,1,0,0,-2217.3,-2296.27,95.2816,3.48002,275,275,20,0,302,408,0,1), + (19627,3247,1,0,0,-1823.29,-2201.18,94.1263,2.87181,275,275,20,0,302,408,0,1), + (19628,3247,1,0,0,-1576.96,-1881.7,93.9167,1.94702,275,275,20,0,302,408,0,1), + (19629,3247,1,0,0,-1537.7,-2019.8,93.9003,0.174785,275,275,20,0,302,408,0,1), + (19630,3247,1,0,0,-1455.27,-1839.14,94.8386,2.24367,275,275,20,0,302,408,0,1), + (19631,3247,1,0,0,-1707.48,-2110.21,92.0729,2.05191,275,275,20,0,302,408,0,1), + (19632,3247,1,0,0,-1684.69,-2013.31,92.578,3.01821,275,275,20,0,302,408,0,1), + (19633,3247,1,0,0,-2103.25,-2384.45,92.5408,1.69019,275,275,20,0,302,408,0,1), + (19634,3247,1,0,0,-1982.65,-2524.39,95.1114,4.75932,275,275,20,0,302,408,0,1), + (19635,3247,1,0,0,-1978.49,-1849.23,91.7917,3.95533,275,275,20,0,302,408,0,1), + (19636,3247,1,0,0,-1951.76,-1987,92.0154,4.22255,275,275,20,0,302,408,0,1), + (19637,3247,1,0,0,-2037.68,-2422.12,94.4174,3.49993,275,275,20,0,302,408,0,1), + (19638,3503,1,0,0,-3283.12,-1985.59,91.8617,-1.76909,275,275,0,0,417,0,0,0), + (19639,3248,1,0,0,728.918,-2675.25,91.9003,3.13075,275,275,20,0,328,0,0,1), + (19640,3248,1,0,0,542.33,-3496.47,92.2917,2.94626,275,275,3,0,328,0,0,1), + (19641,3248,1,0,0,692.256,-2987.2,91.7917,5.92244,275,275,20,0,328,0,0,1), + (19642,3248,1,0,0,-1505.24,-2990.67,91.8805,2.52909,275,275,20,0,328,0,0,1), + (19643,3248,1,0,0,-680.2,-3405.79,91.789,3.61183,275,275,20,0,328,0,0,1), + (19644,3248,1,0,0,-1079.66,-1840.01,94.9625,1.72567,275,275,20,0,328,0,0,1), + (19645,3248,1,0,0,1087.82,-3747.51,28.2203,3.49053,275,275,20,0,328,0,0,1), + (19646,3248,1,0,0,-316.574,-3735.8,27.9348,0.807095,275,275,20,0,328,0,0,1), + (19647,3248,1,0,0,1064.51,-3605.44,51.2554,0.975752,275,275,20,0,328,0,0,1), + (19648,3248,1,0,0,-94.7561,-1486.45,91.8129,3.94847,275,275,20,0,328,0,0,1), + (19649,3248,1,0,0,-554.91,-1712.2,95.1462,6.17555,275,275,20,0,328,0,0,1), + (19650,3248,1,0,0,-1281.19,-2684.4,91.8302,3.38884,275,275,10,0,328,0,0,1), + (19651,3248,1,0,0,-1247.6,-3152.36,92.0561,4.69286,275,275,20,0,328,0,0,1), + (19652,3248,1,0,0,-378.813,-3745.49,27.418,4.86099,275,275,20,0,328,0,0,1), + (19653,3248,1,0,0,-1016.14,-1782.15,91.714,3.13221,275,275,20,0,328,0,0,1), + (19654,3248,1,0,0,942.158,-2895.79,91.7917,1.75546,275,275,20,0,328,0,0,1), + (19655,3248,1,0,0,-1127.25,-2940.74,93.5569,5.13498,275,275,20,0,328,0,0,1), + (19656,3248,1,0,0,-510.831,-1383.34,91.7917,0.34098,275,275,20,0,328,0,0,1), + (19657,3248,1,0,0,-947.345,-3042.98,92.774,1.7475,275,275,20,0,328,0,0,1), + (19658,3248,1,0,0,-689.426,-3271.46,97.3043,2.47935,275,275,20,0,328,0,0,1), + (19659,3248,1,0,0,-1017.14,-1813.48,92.2564,0.11346,275,275,20,0,328,0,0,1), + (19660,3248,1,0,0,411.885,-1849.45,91.7917,1.69761,275,275,20,0,328,0,0,1), + (19661,3248,1,0,0,743.871,-2619.01,91.7917,3.50311,275,275,20,0,328,0,0,1), + (19662,3248,1,0,0,514.668,-3093.43,92.3787,4.7651,275,275,20,0,328,0,0,1), + (19663,3248,1,0,0,883.668,-2852.3,93.6546,4.95543,275,275,20,0,328,0,0,1), + (19664,3248,1,0,0,-1126.58,-3016.62,96.1668,0.348938,275,275,20,0,328,0,0,1), + (19665,3248,1,0,0,-184.029,-3758.43,28.4223,2.25271,275,275,20,0,328,0,0,1), + (19666,3248,1,0,0,1164.34,-3778.73,31.7806,3.45933,275,275,20,0,328,0,0,1), + (19667,3248,1,0,0,-418.687,-1438.26,95.18,5.94909,275,275,20,0,328,0,0,1), + (19668,3248,1,0,0,-849.887,-1652.04,97.5263,4.60669,275,275,20,0,328,0,0,1), + (19669,3248,1,0,0,1021.6,-2953.58,93.9225,5.67023,275,275,20,0,328,0,0,1), + (19670,3248,1,0,0,411.903,-3117.54,91.792,2.3954,275,275,20,0,328,0,0,1), + (19671,3248,1,0,0,-1227.34,-1818.25,87.1159,3.28459,275,275,20,0,328,0,0,1), + (19672,3248,1,0,0,1027.2,-3615.75,47.9427,3.72689,275,275,20,0,328,0,0,1), + (19673,3248,1,0,0,-450.808,-1644.8,91.9367,4.91732,275,275,20,0,328,0,0,1), + (19674,3248,1,0,0,626.916,-3540.34,92.414,0.160123,275,275,3,0,328,0,0,1), + (19675,3248,1,0,0,-1024.71,-3107.08,92.0659,1.23433,275,275,20,0,328,0,0,1), + (19676,3248,1,0,0,-1269.4,-2115.17,91.7902,3.55352,275,275,20,0,328,0,0,1), + (19677,3248,1,0,0,-1270.64,-2185.63,91.9554,6.11533,275,275,20,0,328,0,0,1), + (19678,3248,1,0,0,-675.425,-1768.74,92.1268,0.062541,275,275,20,0,328,0,0,1), + (19679,3248,1,0,0,101.994,-1649.24,92.5502,3.15722,275,275,20,0,328,0,0,1), + (19680,3248,1,0,0,257.772,-1722.62,91.8965,6.27225,275,275,20,0,328,0,0,1), + (19681,3248,1,0,0,384.203,-3247.33,94.652,3.02403,275,275,3,0,328,0,0,1), + (19682,3248,1,0,0,-811.975,-3391.15,94.359,4.35728,275,275,20,0,328,0,0,1), + (19683,3248,1,0,0,-459.357,-3351.13,92.4167,5.0404,275,275,20,0,328,0,0,1), + (19684,3248,1,0,0,-1166.48,-3517.06,92.0042,2.65665,275,275,20,0,328,0,0,1), + (19685,3248,1,0,0,-1095.27,-1819.37,92.1672,3.44296,275,275,20,0,328,0,0,1), + (19686,3248,1,0,0,139.005,-1609.48,91.7917,2.57885,275,275,20,0,328,0,0,1), + (19687,3248,1,0,0,-786.32,-1720.77,92.958,0.102371,275,275,20,0,328,0,0,1), + (19688,3248,1,0,0,-1197.4,-2855.82,93.6665,6.05048,275,275,20,0,328,0,0,1), + (19689,3248,1,0,0,-1208.93,-3490.35,92.4139,3.45298,275,275,20,0,328,0,0,1), + (19690,3248,1,0,0,-681.088,-3325.77,95.2941,6.12414,275,275,20,0,328,0,0,1), + (19691,3248,1,0,0,345.858,-1921.12,92.9125,0.183394,275,275,20,0,328,0,0,1), + (19692,3248,1,0,0,-1405.41,-2631.6,92.0912,4.57132,275,275,20,0,328,0,0,1), + (19693,3248,1,0,0,-1111.56,-3088.22,95.2571,3.03655,275,275,20,0,328,0,0,1), + (19694,3248,1,0,0,-239.592,-3458.01,91.7917,0.483309,275,275,20,0,328,0,0,1), + (19695,3248,1,0,0,-1140.37,-1907.6,92.2238,3.42445,275,275,20,0,328,0,0,1), + (19696,3248,1,0,0,-1386.05,-2946.11,103.428,5.69467,275,275,20,0,328,0,0,1), + (19697,3248,1,0,0,-861.404,-3419.03,92.5656,0.154876,275,275,20,0,328,0,0,1), + (19698,3248,1,0,0,-1065.3,-3146.11,94.1208,1.80535,275,275,20,0,328,0,0,1), + (19699,3248,1,0,0,-1485.18,-2753.15,93.8008,5.04279,275,275,20,0,328,0,0,1), + (19700,3248,1,0,0,-1115.69,-2309.98,92.3819,0.240713,275,275,20,0,328,0,0,1), + (19701,3248,1,0,0,-1568.83,-2982.95,91.6733,3.02971,275,275,20,0,328,0,0,1), + (19702,3248,1,0,0,-677.682,-3448.24,93.1148,4.816,275,275,20,0,328,0,0,1), + (19703,3248,1,0,0,-1205.59,-1754.41,91.853,3.38641,275,275,20,0,328,0,0,1), + (19704,3248,1,0,0,-1268.97,-2583.64,93.3319,1.26511,275,275,20,0,328,0,0,1), + (19705,3248,1,0,0,-1274.51,-2379.01,91.7917,1.12989,275,275,20,0,328,0,0,1), + (19706,3248,1,0,0,-1213.91,-2258.47,91.8744,1.91723,275,275,20,0,328,0,0,1), + (19707,3248,1,0,0,713.58,-2598.49,92.9888,4.54371,275,275,3,0,328,0,0,1), + (19708,3248,1,0,0,1245.81,-3824.74,29.2654,1.04862,275,275,20,0,328,0,0,1), + (19709,3248,1,0,0,-210.048,-3623.48,42.3064,1.95249,275,275,20,0,328,0,0,1), + (19710,3248,1,0,0,315.611,-1848.54,91.7917,1.75015,275,275,20,0,328,0,0,1), + (19711,3248,1,0,0,-382.239,-3418.6,94.2219,5.24261,275,275,20,0,328,0,0,1), + (19712,3248,1,0,0,-1148.85,-2366.42,92.4046,4.73973,275,275,20,0,328,0,0,1), + (19713,3248,1,0,0,-149.426,-3751.68,27.6434,5.30357,275,275,20,0,328,0,0,1), + (19714,3249,1,0,0,-3539.69,-2350.54,94.7718,6.19712,275,275,20,0,544,581,0,1), + (19715,3249,1,0,0,-3377.45,-1928,92.0435,2.05508,275,275,20,0,544,581,0,1), + (19716,11697,1,0,0,1474.82,-2803.19,149.526,2.6548,275,275,5,0,952,811,0,1), + (19717,3249,1,0,0,-3585.53,-1819.26,92.1602,1.60771,275,275,20,0,544,581,0,1), + (19718,3249,1,0,0,-3694.74,-1812.45,92.0304,2.8784,275,275,20,0,544,581,0,1), + (19719,3249,1,0,0,-3538.82,-2302.65,94.5837,0.749502,275,275,20,0,544,581,0,1), + (19720,3249,1,0,0,-3513.15,-1891.2,96.0584,0.053741,275,275,20,0,544,581,0,1), + (19721,3249,1,0,0,-3364.42,-2143.24,92.6301,2.22328,275,275,20,0,544,581,0,1), + (19722,3249,1,0,0,-3458.25,-1801.8,98.7064,0.342119,275,275,20,0,544,581,0,1), + (19723,3249,1,0,0,-3668.25,-1911.43,92.1765,1.29169,275,275,20,0,544,581,0,1), + (19724,3249,1,0,0,-3710.75,-1816.67,91.7917,0.46307,275,275,0,0,544,581,0,0), + (19725,3249,1,0,0,-3482.8,-1912.19,95.614,4.71044,275,275,20,0,544,581,0,1), + (19726,3249,1,0,0,-3413.97,-2150.87,91.7917,1.47625,275,275,20,0,544,581,0,1), + (19727,3249,1,0,0,-3471.02,-2190.11,93.3705,1.31993,275,275,20,0,544,581,0,1), + (19728,3249,1,0,0,-3534.8,-2126.23,94.2199,0.672233,275,275,20,0,544,581,0,1), + (19729,3249,1,0,0,-3872.72,-1983.12,93.6423,0.039043,275,275,20,0,544,581,0,1), + (19730,3249,1,0,0,-3735.83,-2112.26,91.8666,3.63143,275,275,20,0,544,581,0,1), + (19731,3250,1,0,0,-3289.27,-1926.86,93.3586,2.35826,275,275,5,0,494,0,0,1), + (19732,5810,1,0,0,185.746,-3597.21,27.3383,0.226893,275,275,0,0,919,0,0,0), + (19733,3250,1,0,0,-3256.89,-1684.9,91.7917,3.18134,275,275,10,0,494,0,0,1), + (19734,3250,1,0,0,-3147.44,-2168.89,93.1602,0.348162,275,275,15,0,494,0,0,1), + (19735,3250,1,0,0,-3055.97,-2355.4,93.3655,3.69874,275,275,5,0,494,0,0,1), + (19736,3250,1,0,0,-3131.05,-2312.29,93.4365,6.25125,275,275,5,0,494,0,0,1), + (19737,3250,1,0,0,-3142.35,-2256.26,93.7917,5.08789,275,275,15,0,494,0,0,1), + (19738,3250,1,0,0,-3072.17,-2386.2,95.8595,5.82081,275,275,5,0,494,0,0,1), + (19739,3250,1,0,0,-3212.32,-1720.8,95.356,5.15355,275,275,5,0,494,0,0,1), + (19740,3250,1,0,0,-3253.26,-1810.01,96.1059,5.10523,275,275,5,0,494,0,0,1), + (19741,3250,1,0,0,-3080.67,-2248.99,91.8492,4.54542,275,275,5,0,494,0,0,1), + (19742,3250,1,0,0,-3110.48,-1684.65,93.4881,3.78296,275,275,5,0,494,0,0,1), + (19743,3250,1,0,0,-3074.76,-1644.39,92.189,6.00914,275,275,10,0,494,0,0,1), + (19744,3250,1,0,0,-3317.08,-1812.63,100.928,0.932375,275,275,2,0,494,0,0,1), + (19745,3250,1,0,0,-3188.4,-1809.83,92.1926,2.01739,275,275,15,0,494,0,0,1), + (19746,3250,1,0,0,-3115.93,-1828,94.3487,5.24596,275,275,5,0,494,0,0,1), + (19747,3250,1,0,0,-3188.17,-1679.14,93.4773,2.30355,275,275,5,0,494,0,0,1), + (19748,3250,1,0,0,-3084.48,-1854.27,93.8824,3.92688,275,275,10,0,494,0,0,1), + (19749,3250,1,0,0,-3059.55,-1751.08,104.992,5.6057,275,275,5,0,494,0,0,1), + (19750,3250,1,0,0,-3116.86,-2149.95,92.5416,4.10029,275,275,15,0,494,0,0,1), + (19751,3250,1,0,0,-3206.81,-2172.88,95.5445,0.814618,275,275,15,0,494,0,0,1), + (19752,3250,1,0,0,-3085.63,-1982.15,92.4166,3.70827,275,275,5,0,494,0,0,1), + (19753,3250,1,0,0,-3224.2,-1909.93,94.1693,1.65848,275,275,5,0,494,0,0,1), + (19754,3250,1,0,0,-3251.72,-1956.77,94.6054,1.66171,275,275,5,0,494,0,0,1), + (19755,3250,1,0,0,-3127.7,-1960.6,93.2074,2.97775,275,275,10,0,494,0,0,1), + (19756,3250,1,0,0,-3077.32,-1976.27,91.7916,0.857951,275,275,5,0,494,0,0,1), + (19757,3251,1,0,0,-3171.73,-2244.99,92.6667,0.809212,275,275,5,0,485,0,0,1), + (19758,3251,1,0,0,-3088.65,-1686.67,94.4166,3.14857,275,275,5,0,485,0,0,1), + (19759,3251,1,0,0,-3118.48,-2184.97,94.5352,4.3771,275,275,5,0,485,0,0,1), + (19760,3251,1,0,0,-3282.42,-1947.85,94.3369,2.24031,275,275,5,0,485,0,0,1), + (19761,3251,1,0,0,-3204.41,-1721.95,95.356,0.56449,275,275,5,0,485,0,0,1), + (19762,3251,1,0,0,-3211.27,-1843.05,94.1667,4.76554,275,275,5,0,485,0,0,1), + (19763,3251,1,0,0,-3193.06,-2245.15,92.4167,2.07378,275,275,5,0,485,0,0,1), + (19764,3251,1,0,0,-3268.98,-1962.48,95.4619,5.6666,275,275,5,0,485,0,0,1), + (19765,3251,1,0,0,-3205.87,-1859.3,93.0417,4.60217,275,275,5,0,485,0,0,1), + (19766,3251,1,0,0,-3133.06,-2174.04,94.1602,1.76995,275,275,5,0,485,0,0,1), + (19767,3251,1,0,0,-3118.83,-2306.54,93.1666,2.4654,275,275,5,0,485,0,0,1), + (19768,3251,1,0,0,-3109.81,-2287.85,94.6979,3.17013,275,275,5,0,485,0,0,1), + (19769,3251,1,0,0,-3282.03,-1852.55,94.2114,5.41972,275,275,5,0,485,0,0,1), + (19770,3251,1,0,0,-3197.77,-1738.97,96.0417,2.7199,275,275,5,0,485,0,0,1), + (19771,3251,1,0,0,-3275.97,-1835.85,92.0864,0.590005,275,275,5,0,485,0,0,1), + (19772,3251,1,0,0,-3113.19,-1716.16,95.8493,3.64509,275,275,5,0,485,0,0,1), + (19773,3251,1,0,0,-3103.99,-1727.39,94.0993,6.14235,275,275,5,0,485,0,0,1), + (19774,3251,1,0,0,-3118.84,-1782.04,96.5188,3.38364,275,275,5,0,485,0,0,1), + (19775,3251,1,0,0,-3123.86,-1763.66,93.6892,0.516069,275,275,0,0,485,0,0,0), + (19776,3251,1,0,0,-3216.2,-1746.64,94.7566,4.32989,275,275,5,0,485,0,0,1), + (19777,3251,1,0,0,-3296.89,-1879.2,92.7828,3.9386,275,275,5,0,485,0,0,1), + (19778,3251,1,0,0,-3218.03,-1852.77,94.7917,2.5468,275,275,5,0,485,0,0,1), + (19779,3251,1,0,0,-3098.58,-1942.98,95.4166,6.13934,275,275,5,0,485,0,0,1), + (19780,3251,1,0,0,-3081.56,-1943.39,95.1666,2.89144,275,275,5,0,485,0,0,1), + (19781,3252,1,0,0,-3244.14,-1894.48,96.473,2.95026,275,275,5,0,531,0,0,1), + (19782,3252,1,0,0,-3082.57,-2320.86,94.7087,2.61857,275,275,5,0,531,0,0,1), + (19783,3252,1,0,0,-3179.82,-2288.51,97.4442,2.69717,275,275,5,0,531,0,0,1), + (19784,3252,1,0,0,-3173.97,-2291.87,93.5997,0.779873,275,275,5,0,531,0,0,1), + (19785,3252,1,0,0,-3230.86,-1642.12,99.9167,2.90878,275,275,3,0,531,0,0,1), + (19786,3252,1,0,0,-3077.29,-1786.22,91.7916,2.86186,275,275,10,0,531,0,0,1), + (19787,3252,1,0,0,-3226.69,-2260.09,103.724,0.996877,275,275,5,0,531,0,0,1), + (19788,3252,1,0,0,-3050.57,-1620.97,92.2806,4.30474,275,275,5,0,531,0,0,1), + (19789,3252,1,0,0,-3113.79,-2365.84,91.9823,2.70173,275,275,5,0,531,0,0,1), + (19790,3252,1,0,0,-3289.57,-1702.65,91.7917,1.83963,275,275,5,0,531,0,0,1), + (19791,3252,1,0,0,-3291.79,-1996.91,93.5957,0.195047,275,275,0,0,531,0,0,0), + (19792,3252,1,0,0,-3119.89,-2284.79,96.3076,1.09107,275,275,5,0,531,0,0,1), + (19793,3252,1,0,0,-3125.53,-2208.93,91.7916,2.38375,275,275,15,0,531,0,0,1), + (19794,3252,1,0,0,-3115.46,-2352.39,93.7048,5.46597,275,275,15,0,531,0,0,1), + (19795,3252,1,0,0,-3178.68,-2200.67,92.6414,1.66242,275,275,15,0,531,0,0,1), + (19796,3252,1,0,0,-3193.08,-1713.38,94.324,0.38232,275,275,5,0,531,0,0,1), + (19797,3252,1,0,0,-3248.23,-1740.58,92.4167,0.782028,275,275,15,0,531,0,0,1), + (19798,3252,1,0,0,-3151.76,-1788.89,94.7643,5.77059,275,275,5,0,531,0,0,1), + (19799,3252,1,0,0,-3180.11,-1747.36,92.0678,0.107838,275,275,5,0,531,0,0,1), + (19800,3252,1,0,0,-3125.64,-1693.32,92.1686,1.29924,275,275,10,0,531,0,0,1), + (19801,3252,1,0,0,-3160,-1717.3,91.7917,1.92497,275,275,10,0,531,0,0,1), + (19802,3252,1,0,0,-3148.45,-1653.05,91.7917,5.27059,275,275,5,0,531,0,0,1), + (19803,3252,1,0,0,-3074.53,-1715.43,91.7916,5.86583,275,275,5,0,531,0,0,1), + (19804,3252,1,0,0,-3068.27,-1838.46,91.933,2.7297,275,275,5,0,531,0,0,1), + (19805,3252,1,0,0,-3095.11,-1922.38,93.9166,3.31957,275,275,10,0,531,0,0,1), + (19806,3252,1,0,0,-3301.94,-1817.15,92.5693,4.63622,275,275,5,0,531,0,0,1), + (19807,3252,1,0,0,-3289.23,-1976.82,92.5936,2.38499,275,275,5,0,531,0,0,1), + (19808,3252,1,0,0,-3045.75,-1947.98,101.192,4.45179,275,275,5,0,531,0,0,1), + (19809,3254,1,0,0,3.23397,-2327.17,92.276,1.64415,275,275,5,0,178,0,0,1), + (19810,3254,1,0,0,348.832,-2624.74,91.7917,4.01619,275,275,5,0,178,0,0,1), + (19811,3254,1,0,0,634.209,-2211.46,92.5452,2.81367,275,275,5,0,178,0,0,1), + (19812,3254,1,0,0,84.4587,-2574.38,91.853,4.72298,275,275,5,0,178,0,0,1), + (19813,3254,1,0,0,47.6408,-2910.13,92.1667,5.57072,275,275,5,0,178,0,0,1), + (19814,3254,1,0,0,-83.798,-2276.78,93.7073,4.99354,275,275,5,0,178,0,0,1), + (19815,3254,1,0,0,-146.356,-2227.67,92.1973,1.81767,275,275,5,0,178,0,0,1), + (19816,3254,1,0,0,-619.677,-2740.68,92.4825,4.61253,275,275,5,0,178,0,0,1), + (19817,3254,1,0,0,49.8992,-2922.76,92.3149,3.49114,275,275,5,0,178,0,0,1), + (19818,8119,1,0,0,-914.106,-3728.58,9.72148,3.33358,275,275,0,0,2972,0,0,0), + (19819,3255,1,0,0,-119.16,-1720.13,94.139,4.08862,275,275,5,0,273,0,0,1), + (19820,3255,1,0,0,-518.569,-1411.24,93.1696,2.90088,275,275,5,0,273,0,0,1), + (19821,3255,1,0,0,221.875,-1620.36,92.1131,2.5681,275,275,5,0,273,0,0,1), + (19822,3255,1,0,0,119.446,-3503.23,30.6627,4.44374,275,275,5,0,273,0,0,1), + (19823,3255,1,0,0,572.164,-3114.94,91.7917,3.21335,275,275,5,0,273,0,0,1), + (19824,3255,1,0,0,726.032,-2709.92,92.291,1.21375,275,275,5,0,273,0,0,1), + (19825,3255,1,0,0,418.978,-3343.96,91.7917,4.07958,275,275,3,0,273,0,0,1), + (19826,3255,1,0,0,-1488.16,-3279.49,210.267,2.35181,275,275,2,0,273,0,0,1), + (19827,3255,1,0,0,-1385.42,-3026,94.7437,2.28091,275,275,5,0,273,0,0,1), + (19828,3255,1,0,0,611.16,-3214.74,161.756,3.1208,275,275,3,0,273,0,0,1), + (19829,3255,1,0,0,-138.366,-3690.13,27.531,5.71328,275,275,5,0,273,0,0,1), + (19830,3255,1,0,0,658.459,-3474.53,144.347,1.76313,275,275,5,0,273,0,0,1), + (19831,3255,1,0,0,275.55,-1815.86,91.7917,1.19869,275,275,5,0,273,0,0,1), + (19832,3255,1,0,0,41.5804,-3538.58,28.2961,4.9109,275,275,5,0,273,0,0,1), + (19833,3255,1,0,0,435.258,-3447.83,92.6643,3.01627,275,275,5,0,273,0,0,1), + (19834,3255,1,0,0,1042.51,-2909.88,91.7917,5.53771,275,275,5,0,273,0,0,1), + (19835,3255,1,0,0,515.164,-2875.99,91.8892,4.90292,275,275,5,0,273,0,0,1), + (19836,3255,1,0,0,419.381,-3401.75,92.3807,1.35807,275,275,5,0,273,0,0,1), + (19837,3255,1,0,0,921.075,-3175.26,91.7916,3.54917,275,275,5,0,273,0,0,1), + (19838,3255,1,0,0,683.437,-3253.36,219.531,2.63566,275,275,5,0,273,0,0,1), + (19839,3255,1,0,0,712.719,-3279.33,235.868,1.30018,275,275,5,0,273,0,0,1), + (19840,3255,1,0,0,-15.7565,-1446.07,95.7087,0.119517,275,275,5,0,273,0,0,1), + (19841,3255,1,0,0,-809.704,-2908.24,92.2331,0.7135,275,275,5,0,273,0,0,1), + (19842,3255,1,0,0,927.796,-2863.78,91.7917,4.59121,275,275,5,0,273,0,0,1), + (19843,3255,1,0,0,-1178.2,-3611.84,94.8428,4.83384,275,275,5,0,273,0,0,1), + (19844,3255,1,0,0,-1321.01,-3339.16,162.142,3.94053,275,275,2,0,273,0,0,1), + (19845,3255,1,0,0,-1149.34,-2849.25,94.6213,2.99293,275,275,5,0,273,0,0,1), + (19846,3255,1,0,0,-1554.88,-3629.48,128.509,0.573919,275,275,5,0,273,0,0,1), + (19847,3255,1,0,0,685.955,-3392.91,191.135,1.30925,275,275,5,0,273,0,0,1), + (19848,3255,1,0,0,661.141,-3427.94,169.164,2.00286,275,275,5,0,273,0,0,1), + (19849,3255,1,0,0,-114.041,-1621.26,93.8112,0.468081,275,275,5,0,273,0,0,1), + (19850,3255,1,0,0,177.323,-2987.73,93.1712,1.7563,275,275,5,0,273,0,0,1), + (19851,3255,1,0,0,616.367,-2782.94,94.3292,3.54387,275,275,5,0,273,0,0,1), + (19852,3255,1,0,0,1082.21,-2949.13,92.0417,2.80349,275,275,5,0,273,0,0,1), + (19853,3255,1,0,0,-1386.57,-3452.63,210.967,4.15825,275,275,2,0,273,0,0,1), + (19854,3255,1,0,0,-1415.85,-3495.33,167.565,6.27761,275,275,5,0,273,0,0,1), + (19855,3255,1,0,0,-1171.12,-1879.77,94.6895,0.825402,275,275,5,0,273,0,0,1), + (19856,3255,1,0,0,-1154.07,-1818.88,87.898,3.07466,275,275,5,0,273,0,0,1), + (19857,3255,1,0,0,807.82,-3145,183.014,1.12638,275,275,5,0,273,0,0,1), + (19858,3255,1,0,0,834.294,-3251.32,182.259,2.32306,275,275,3,0,273,0,0,1), + (19859,3255,1,0,0,752.224,-3182.95,211.386,2.08419,275,275,5,0,273,0,0,1), + (19860,3255,1,0,0,891.047,-3344.14,158.563,5.52816,275,275,2,0,273,0,0,1), + (19861,3255,1,0,0,811.765,-3478.49,142.347,5.52625,275,275,2,0,273,0,0,1), + (19862,3255,1,0,0,-653.441,-1766.55,92.4881,0.56883,275,275,5,0,273,0,0,1), + (19863,3255,1,0,0,-644.861,-1911.47,93.0417,0.826235,275,275,5,0,273,0,0,1), + (19864,3255,1,0,0,283.676,-1781.44,91.7917,4.71183,275,275,5,0,273,0,0,1), + (19865,3255,1,0,0,350.089,-1818.4,91.7917,0.786598,275,275,5,0,273,0,0,1), + (19866,3255,1,0,0,-752.522,-3093.05,92.0417,5.6124,275,275,5,0,273,0,0,1), + (19867,3255,1,0,0,-1529.72,-3550.52,174.784,2.25087,275,275,5,0,273,0,0,1), + (19868,3255,1,0,0,-1549.36,-2750.29,94.269,1.82924,275,275,5,0,273,0,0,1), + (19869,3255,1,0,0,745.422,-3255.29,223.552,4.55602,275,275,5,0,273,0,0,1), + (19870,3255,1,0,0,784.081,-3225.8,211.869,5.13753,275,275,3,0,273,0,0,1), + (19871,3255,1,0,0,896.842,-3407.97,165.206,2.58337,275,275,2,0,273,0,0,1), + (19872,3255,1,0,0,595.398,-3404.25,163.581,6.0022,275,275,2,0,273,0,0,1), + (19873,3255,1,0,0,-151.297,-1868.93,93.9721,4.644,275,275,5,0,273,0,0,1), + (19874,3255,1,0,0,249.433,-1505.08,91.7917,1.64537,275,275,5,0,273,0,0,1), + (19875,3255,1,0,0,-608.865,-1613.96,93.8579,2.51725,275,275,5,0,273,0,0,1), + (19876,3255,1,0,0,436.196,-3217.39,91.7917,6.22858,275,275,5,0,273,0,0,1), + (19877,3255,1,0,0,606.111,-3498.31,92.6095,1.93825,275,275,5,0,273,0,0,1), + (19878,3255,1,0,0,-1568.66,-3483.29,168.587,1.65488,275,275,2,0,273,0,0,1), + (19879,3255,1,0,0,-1509.16,-2798.33,93.8773,1.69612,275,275,5,0,273,0,0,1), + (19880,3255,1,0,0,532.398,-3373.46,127.6,3.95603,275,275,5,0,273,0,0,1), + (19881,3255,1,0,0,739.701,-3372.42,169.912,0.964388,275,275,5,0,273,0,0,1), + (19882,3255,1,0,0,644.874,-3294.31,211.417,3.68657,275,275,3,0,273,0,0,1), + (19883,3255,1,0,0,848.441,-3082.25,147.781,2.74875,275,275,5,0,273,0,0,1), + (19884,3255,1,0,0,683.618,-3313.8,216.47,1.62906,275,275,5,0,273,0,0,1), + (19885,3255,1,0,0,-75.8253,-1458.42,94.1667,5.64945,275,275,5,0,273,0,0,1), + (19886,3255,1,0,0,-83.5963,-1571.11,92.6608,1.71953,275,275,5,0,273,0,0,1), + (19887,3255,1,0,0,276.518,-1847.52,92.0149,0.055482,275,275,5,0,273,0,0,1), + (19888,3255,1,0,0,-385.078,-1608.39,92.5075,1.51094,275,275,5,0,273,0,0,1), + (19889,3255,1,0,0,16.6483,-1551.72,92.1667,3.72401,275,275,5,0,273,0,0,1), + (19890,3255,1,0,0,461.202,-2773.37,93.1667,5.12176,275,275,5,0,273,0,0,1), + (19891,3255,1,0,0,987.933,-2919.19,91.7917,6.00081,275,275,5,0,273,0,0,1), + (19892,3255,1,0,0,673.199,-2951.09,94.1729,1.87403,275,275,5,0,273,0,0,1), + (19893,3255,1,0,0,716.236,-2749.39,91.7917,0.02593,275,275,5,0,273,0,0,1), + (19894,3255,1,0,0,-1317.79,-2741.71,94.877,0.182471,275,275,5,0,273,0,0,1), + (19895,3255,1,0,0,-435.147,-1999.87,92.1709,2.31556,275,275,5,0,273,0,0,1), + (19896,3255,1,0,0,83.1747,-1546.56,93.2984,1.91493,275,275,5,0,273,0,0,1), + (19897,3255,1,0,0,978.997,-2975.65,91.7917,1.59487,275,275,5,0,273,0,0,1), + (19898,3255,1,0,0,479.599,-3081.66,94.8052,0.541455,275,275,5,0,273,0,0,1), + (19899,3255,1,0,0,914.241,-2947.61,91.7916,3.18586,275,275,5,0,273,0,0,1), + (19900,3255,1,0,0,945.08,-3093.33,93.0098,2.32228,275,275,5,0,273,0,0,1), + (19901,3255,1,0,0,563.388,-2939.16,93.6895,5.25912,275,275,5,0,273,0,0,1), + (19902,3255,1,0,0,-831.024,-3188.9,91.9471,2.86866,275,275,5,0,273,0,0,1), + (19903,3255,1,0,0,-727.996,-1853.27,93.622,3.54062,275,275,5,0,273,0,0,1), + (19904,3255,1,0,0,-445.556,-1679.41,92.0687,0.479686,275,275,5,0,273,0,0,1), + (19905,3255,1,0,0,-683.646,-1656.26,91.7917,1.6444,275,275,5,0,273,0,0,1), + (19906,3255,1,0,0,-988.242,-1689.11,91.7917,3.74533,275,275,5,0,273,0,0,1), + (19907,3255,1,0,0,729.247,-2477.06,91.7917,2.29673,275,275,5,0,273,0,0,1), + (19908,3255,1,0,0,225.473,-3253.91,69.3459,1.40019,275,275,5,0,273,0,0,1), + (19909,3255,1,0,0,404.811,-3476.64,92.7827,4.32826,275,275,5,0,273,0,0,1), + (19910,3255,1,0,0,483.77,-3516.3,100.015,3.37924,275,275,2,0,273,0,0,1), + (19911,3255,1,0,0,746.8,-2886.75,92.2134,0.594548,275,275,5,0,273,0,0,1), + (19912,3255,1,0,0,810.151,-2781.39,91.8489,0.116548,275,275,5,0,273,0,0,1), + (19913,3255,1,0,0,-1291.63,-2725.38,93.4787,3.12794,275,275,5,0,273,0,0,1), + (19914,3255,1,0,0,-1384.19,-2805.34,92.9017,1.90922,275,275,5,0,273,0,0,1), + (19915,3255,1,0,0,-1085.25,-3330.59,91.1811,4.11918,275,275,5,0,273,0,0,1), + (19916,3255,1,0,0,-961.185,-1716.01,92.2917,3.17711,275,275,5,0,273,0,0,1), + (19917,3255,1,0,0,374.113,-1856.25,91.7917,1.35429,275,275,5,0,273,0,0,1), + (19918,3255,1,0,0,303.96,-2755.83,93.9657,6.14405,275,275,5,0,273,0,0,1), + (19919,3255,1,0,0,-1138.76,-1788.94,93.5556,5.33287,275,275,5,0,273,0,0,1), + (19920,3255,1,0,0,-1272.92,-3357.76,156.237,1.5708,275,275,5,0,273,0,0,1), + (19921,3255,1,0,0,251.364,-1581.04,93.2692,1.01095,275,275,5,0,273,0,0,1), + (19922,3255,1,0,0,-700.215,-1619.22,91.853,4.02072,275,275,5,0,273,0,0,1), + (19923,3255,1,0,0,344.223,-1880.16,91.8897,1.08995,275,275,5,0,273,0,0,1), + (19924,3255,1,0,0,-347.187,-1480.75,93.2343,5.03469,275,275,5,0,273,0,0,1), + (19925,3255,1,0,0,-984.848,-3216.02,93.4167,2.67648,275,275,5,0,273,0,0,1), + (19926,3255,1,0,0,-711.359,-3302.88,97.1153,4.49775,275,275,5,0,273,0,0,1), + (19927,3255,1,0,0,-691.87,-1761.38,94.0559,4.04192,275,275,5,0,273,0,0,1), + (19928,3255,1,0,0,-1518.91,-3453.04,214.222,4.25014,275,275,2,0,273,0,0,1), + (19929,3255,1,0,0,-1142.73,-2868.38,94.9809,5.7019,275,275,5,0,273,0,0,1), + (19930,3255,1,0,0,-1490.38,-3349.46,240.625,2.88073,275,275,2,0,273,0,0,1), + (19931,3255,1,0,0,-1450.52,-3447.56,214.146,2.20423,275,275,2,0,273,0,0,1), + (19932,3255,1,0,0,-1194.55,-1853.26,90.6904,3.49854,275,275,5,0,273,0,0,1), + (19933,3255,1,0,0,-1380.41,-3382.69,209.899,0.047502,275,275,2,0,273,0,0,1), + (19934,3255,1,0,0,-1354.87,-3438.08,183.252,3.23154,275,275,2,0,273,0,0,1), + (19935,3255,1,0,0,-1518.48,-3321.35,213.299,4.32738,275,275,2,0,273,0,0,1), + (19936,3255,1,0,0,-1451.81,-3381.5,216.309,2.72778,275,275,2,0,273,0,0,1), + (19937,3255,1,0,0,-1549.07,-3348.33,212.861,0.367013,275,275,2,0,273,0,0,1), + (19938,3255,1,0,0,-798.217,-3170.69,91.8965,5.58248,275,275,5,0,273,0,0,1), + (19939,3255,1,0,0,-1549.85,-3420.93,215.515,5.1673,275,275,5,0,273,0,0,1), + (19940,3255,1,0,0,-880.768,-3221.34,91.9904,5.14108,275,275,5,0,273,0,0,1), + (19941,3255,1,0,0,-1159.44,-2892.44,93.9809,0.858787,275,275,5,0,273,0,0,1), + (19942,3255,1,0,0,-1452.61,-3319.61,212.945,3.89388,275,275,2,0,273,0,0,1), + (19943,3255,1,0,0,-1421.05,-3418.97,213.588,3.04775,275,275,5,0,273,0,0,1), + (19944,3255,1,0,0,-1383.9,-2950.74,92.0322,0.383972,275,275,0,0,273,0,0,0), + (19945,3255,1,0,0,-1286.84,-3457.35,146.853,3.42687,275,275,2,0,273,0,0,1), + (19946,3255,1,0,0,-390.106,-3528.57,94.2923,5.76622,275,275,5,0,273,0,0,1), + (19947,3255,1,0,0,-1083.64,-3188.28,92.5431,4.70848,275,275,5,0,273,0,0,1), + (19948,3255,1,0,0,-1341.74,-3508.5,173.686,2.54476,275,275,2,0,273,0,0,1), + (19949,3255,1,0,0,-1310.75,-2556.16,93.8964,4.33532,275,275,5,0,273,0,0,1), + (19950,3255,1,0,0,-1135.64,-1885.52,94.1236,3.20413,275,275,5,0,273,0,0,1), + (19951,3255,1,0,0,-1022.98,-2443.48,92.9104,1.69612,275,275,5,0,273,0,0,1), + (19952,3255,1,0,0,-813.277,-2661.67,94.0585,4.97264,275,275,5,0,273,0,0,1), + (19953,3255,1,0,0,1204.33,-3821.24,28.6187,0.614451,275,275,5,0,273,0,0,1), + (19954,3255,1,0,0,652.089,-3343.75,212.501,0.829833,275,275,5,0,273,0,0,1), + (19955,3255,1,0,0,780.506,-3287.23,220.343,4.20998,275,275,5,0,273,0,0,1), + (19956,3255,1,0,0,-1368.06,-3289.83,152.96,1.24905,275,275,5,0,273,0,0,1), + (19957,3255,1,0,0,-1352.02,-2652.87,92.6228,5.25049,275,275,5,0,273,0,0,1), + (19958,3255,1,0,0,-1525.84,-2634.48,93.1202,2.58853,275,275,5,0,273,0,0,1), + (19959,3255,1,0,0,-1449.73,-2449.77,93.5158,4.31776,275,275,5,0,273,0,0,1), + (19960,3255,1,0,0,-385.428,-3469.58,92.8667,1.76551,275,275,5,0,273,0,0,1), + (19961,3255,1,0,0,-1099.25,-3043.65,94.1561,4.82003,275,275,5,0,273,0,0,1), + (19962,3255,1,0,0,-1201.55,-2326.85,92.6186,4.95552,275,275,5,0,273,0,0,1), + (19963,3255,1,0,0,-1481.93,-3417.91,227.186,4.85238,275,275,2,0,273,0,0,1), + (19964,3255,1,0,0,661.767,-3039.73,91.8989,4.49203,275,275,5,0,273,0,0,1), + (19965,3255,1,0,0,850.838,-2917.51,92.0249,3.13351,275,275,5,0,273,0,0,1), + (19966,3255,1,0,0,745.797,-2749.67,92.9835,3.27874,275,275,5,0,273,0,0,1), + (19967,3255,1,0,0,517.615,-2918.44,93.7039,4.955,275,275,5,0,273,0,0,1), + (19968,3255,1,0,0,-654.986,-3051.04,91.9185,1.25683,275,275,5,0,273,0,0,1), + (19969,3255,1,0,0,-1063.82,-2932.28,94.1493,3.82556,275,275,5,0,273,0,0,1), + (19970,3255,1,0,0,-845.34,-3163.21,92.1667,6.19067,275,275,5,0,273,0,0,1), + (19971,3255,1,0,0,-717.229,-3335.08,95.2756,1.41206,275,275,5,0,273,0,0,1), + (19972,3255,1,0,0,-649.59,-3317.87,94.1985,1.80893,275,275,5,0,273,0,0,1), + (19973,3255,1,0,0,-1046.79,-2411.44,94.3054,0.06549,275,275,5,0,273,0,0,1), + (19974,3255,1,0,0,-311.334,-3491.55,92.0434,4.53629,275,275,5,0,273,0,0,1), + (19975,3255,1,0,0,-1521.12,-3385.91,229.908,3.36842,275,275,2,0,273,0,0,1), + (19976,3255,1,0,0,-1374.67,-2620.31,93.4033,1.36043,275,275,5,0,273,0,0,1), + (19977,3255,1,0,0,-1011.02,-3047.92,91.8497,3.28643,275,275,5,0,273,0,0,1), + (19978,3255,1,0,0,-1088.3,-2521.05,92.4681,1.85573,275,275,5,0,273,0,0,1), + (19979,3255,1,0,0,-1505.04,-2918.88,94.1293,0.299505,275,275,5,0,273,0,0,1), + (19980,3255,1,0,0,-891.643,-3249.21,92.1666,3.29666,275,275,5,0,273,0,0,1), + (19981,3255,1,0,0,-1037.15,-3072.64,93.2063,4.32753,275,275,5,0,273,0,0,1), + (19982,3255,1,0,0,-1122.16,-3188.45,95.0422,2.36581,275,275,5,0,273,0,0,1), + (19983,3255,1,0,0,-711.661,-2782.88,91.9826,6.11258,275,275,5,0,273,0,0,1), + (19984,3255,1,0,0,-815.866,-2820.78,93.0314,4.9408,275,275,5,0,273,0,0,1), + (19985,3255,1,0,0,54.1216,-3653.09,28.5031,3.05306,275,275,5,0,273,0,0,1), + (19986,3255,1,0,0,-790.816,-3454.58,92.355,6.15801,275,275,5,0,273,0,0,1), + (19987,3255,1,0,0,-1246.41,-3211.26,92.6901,0.149083,275,275,5,0,273,0,0,1), + (19988,3256,1,0,0,-1969.07,-3156.77,92.3596,1.74587,275,275,3,0,356,0,0,1), + (19989,3256,1,0,0,-2068.89,-3151.03,117.673,2.85217,275,275,2,0,356,0,0,1), + (19990,3256,1,0,0,851.458,-2256.96,93.0265,2.51692,275,275,20,0,356,0,0,1), + (19991,3256,1,0,0,597.178,-2082.79,92.3752,3.51956,275,275,20,0,356,0,0,1), + (19992,3256,1,0,0,-563.902,-3482.74,92.3429,0.010404,275,275,20,0,356,0,0,1), + (19993,3256,1,0,0,752.789,-3542.45,93.1632,2.87824,275,275,20,0,356,0,0,1), + (19994,3256,1,0,0,1192.09,-3389.64,91.7917,4.97373,275,275,20,0,356,0,0,1), + (19995,3256,1,0,0,1014.68,-3498.16,90.4048,1.02672,275,275,20,0,356,0,0,1), + (19996,3256,1,0,0,1014.6,-3447.68,90.5045,1.55026,275,275,20,0,356,0,0,1), + (19997,3256,1,0,0,1108.13,-3443.81,89.4742,1.63784,275,275,20,0,356,0,0,1), + (19998,3256,1,0,0,1192.37,-3227.22,109.311,1.23053,275,275,20,0,356,0,0,1), + (19999,3256,1,0,0,-120.309,-1356.05,96.1958,5.75779,275,275,20,0,356,0,0,1), + (20000,3256,1,0,0,-332.384,-1044.35,41.142,3.36988,275,275,20,0,356,0,0,1), + (20001,3256,1,0,0,-242.436,-1182.93,64.3329,0.285893,275,275,20,0,356,0,0,1), + (20002,3256,1,0,0,-196.695,-1152.22,56.7229,6.17167,275,275,20,0,356,0,0,1), + (20003,3256,1,0,0,-1792.62,-3491.54,92.405,3.78488,275,275,10,0,356,0,0,1), + (20004,3256,1,0,0,-2043.79,-3218.97,91.7382,0.537077,275,275,3,0,356,0,0,1), + (20005,3256,1,0,0,-2042.54,-3224,91.8632,1.17843,275,275,20,0,356,0,0,2), + (20006,3256,1,0,0,-1959.44,-3159.11,92.3761,0.290318,275,275,10,0,356,0,0,1), + (20007,3256,1,0,0,600.896,-1783.24,91.952,6.0515,275,275,20,0,356,0,0,1), + (20008,3256,1,0,0,518.941,-1820.24,92.2917,1.50543,275,275,20,0,356,0,0,1), + (20009,3256,1,0,0,489.9,-1849.54,92.2206,4.87452,275,275,20,0,356,0,0,1), + (20010,3256,1,0,0,555.393,-1688.75,92.5417,5.03396,275,275,20,0,356,0,0,1), + (20011,3256,1,0,0,739.802,-2214.31,91.7917,0.057091,275,275,20,0,356,0,0,1), + (20012,3256,1,0,0,-551.657,-3459.1,93.6834,5.25407,275,275,20,0,356,0,0,1), + (20013,3256,1,0,0,1224.32,-3024.18,92.6667,5.42394,275,275,20,0,356,0,0,1), + (20014,3256,1,0,0,1184.98,-3355.17,95.966,2.85229,275,275,20,0,356,0,0,1), + (20015,3256,1,0,0,1057.41,-3239.88,91.8831,0.628928,275,275,20,0,356,0,0,1), + (20016,3256,1,0,0,-172.878,-1091.55,46.7771,5.99386,275,275,20,0,356,0,0,1), + (20017,3256,1,0,0,-1630.46,-2638.3,93.8355,0.630526,275,275,20,0,356,0,0,1), + (20018,3256,1,0,0,-1377.42,-1875,93.0415,1.708,275,275,20,0,356,0,0,1), + (20019,3256,1,0,0,-1537.05,-2661.57,91.6711,4.94472,275,275,20,0,356,0,0,1), + (20020,3256,1,0,0,648.882,-1909.15,91.7917,5.01228,275,275,20,0,356,0,0,1), + (20021,3256,1,0,0,578.958,-2046.16,91.7917,6.06139,275,275,20,0,356,0,0,1), + (20022,3256,1,0,0,-687.575,-3581.92,92.0947,4.5417,275,275,20,0,356,0,0,1), + (20023,3256,1,0,0,-552.577,-3555.74,92.414,3.83806,275,275,20,0,356,0,0,1), + (20024,3256,1,0,0,1114.26,-3280.06,91.9169,1.74053,275,275,20,0,356,0,0,1), + (20025,3256,1,0,0,-1722.38,-2628.24,92.9309,3.11297,275,275,20,0,356,0,0,1), + (20026,3256,1,0,0,-1504.64,-2480.64,91.7581,0.37183,275,275,20,0,356,0,0,1), + (20027,3256,1,0,0,-1482.14,-2215.48,93.5417,0.76578,275,275,20,0,356,0,0,1), + (20028,3256,1,0,0,-1755.63,-3549.23,93.1181,3.34205,275,275,10,0,356,0,0,1), + (20029,6072,1,0,0,1418.35,-2853,133.351,1.51844,275,275,0,0,977,935,0,0), + (20030,3256,1,0,0,639.931,-1848.13,91.7917,2.93874,275,275,20,0,356,0,0,1), + (20031,3256,1,0,0,620.683,-1991.11,93.6293,3.40589,275,275,20,0,356,0,0,1), + (20032,3256,1,0,0,-641.947,-3533.28,92.3847,5.10778,275,275,20,0,356,0,0,1), + (20033,3256,1,0,0,-1813.15,-2622.01,90.4836,5.6432,275,275,20,0,356,0,0,1), + (20034,3256,1,0,0,-1818.81,-3016.76,86.1552,3.21903,275,275,20,0,356,0,0,1), + (20035,3256,1,0,0,-1550.1,-2257.69,92.8941,4.73144,275,275,20,0,356,0,0,1), + (20036,3256,1,0,0,-1473.68,-2453.32,92.5862,4.52956,275,275,20,0,356,0,0,1), + (20037,3256,1,0,0,-1322.19,-1823.66,91.9268,0.556416,275,275,20,0,356,0,0,1), + (20038,3256,1,0,0,-1887.46,-2512.17,91.7928,1.76735,275,275,20,0,356,0,0,1), + (20039,3256,1,0,0,-1318.1,-2146.96,93.2928,1.37417,275,275,20,0,356,0,0,1), + (20040,3256,1,0,0,-1350.07,-2038.52,92.0819,6.04843,275,275,20,0,356,0,0,1), + (20041,3256,1,0,0,-1369.02,-2073.21,93.8555,4.65063,275,275,20,0,356,0,0,1), + (20042,3256,1,0,0,-1818.37,-2594.29,91.7019,4.36099,275,275,20,0,356,0,0,1), + (20043,3256,1,0,0,-1587.97,-2272.31,95.1215,4.46173,275,275,20,0,356,0,0,1), + (20044,3256,1,0,0,-1739.64,-2377.27,92.4867,5.64748,275,275,20,0,356,0,0,1), + (20045,3256,1,0,0,-1307.03,-2218.92,92.0682,0.150994,275,275,20,0,356,0,0,1), + (20046,3256,1,0,0,-1541.18,-2463.06,95.9836,2.72952,275,275,20,0,356,0,0,1), + (20047,3256,1,0,0,-1848.43,-2745.65,91.9167,1.58884,275,275,20,0,356,0,0,1), + (20048,3256,1,0,0,-1386.59,-1950.99,87.355,3.92699,275,275,20,0,356,0,0,1), + (20049,3256,1,0,0,-1675.08,-2325.21,92.9851,5.16427,275,275,20,0,356,0,0,1), + (20050,3256,1,0,0,-1589.08,-3122.09,91.7916,4.62905,275,275,20,0,356,0,0,1), + (20051,3256,1,0,0,-446.16,-3486.61,94.8326,2.63808,275,275,20,0,356,0,0,1), + (20052,3256,1,0,0,-483.257,-3587.02,93.2807,4.35999,275,275,20,0,356,0,0,1), + (20053,3256,1,0,0,-1767.16,-3547.77,93.7559,2.2714,275,275,10,0,356,0,0,1), + (20054,3256,1,0,0,-1695.18,-3118.11,91.7924,6.13134,275,275,20,0,356,0,0,1), + (20055,3256,1,0,0,-1783.92,-2250.27,91.7351,2.10249,275,275,20,0,356,0,0,1), + (20056,3256,1,0,0,1112.92,-3371.75,93.5655,1.47793,275,275,20,0,356,0,0,1), + (20057,3256,1,0,0,1318.61,-3116.13,91.9747,0.680232,275,275,20,0,356,0,0,1), + (20058,3256,1,0,0,-1291.7,-1887.22,83.1326,3.10255,275,275,20,0,356,0,0,1), + (20059,3256,1,0,0,-2013.54,-3181.47,91.7257,1.22991,275,275,10,0,356,0,0,1), + (20060,3256,1,0,0,-2019.63,-3196.39,91.7257,0.656202,275,275,3,0,356,0,0,1), + (20061,3256,1,0,0,-1994.21,-3164.14,93.1096,5.56417,275,275,10,0,356,0,0,2), + (20062,3256,1,0,0,-2063.32,-3163.08,118.679,4.44322,275,275,2,0,356,0,0,1), + (20063,3256,1,0,0,-2028.54,-3258.1,92.0005,2.00713,275,275,0,0,356,0,0,0), + (20064,3256,1,0,0,-2035.41,-3255.18,91.8632,0.628319,275,275,0,0,356,0,0,0), + (20065,3256,1,0,0,-2031.06,-3244.53,92.0005,3.7818,275,275,3,0,356,0,0,1), + (20066,3256,1,0,0,-1494.83,-2704.71,92.1675,3.69586,275,275,10,0,356,0,0,1), + (20067,3256,1,0,0,-1348.77,-1880.98,94.2698,4.43154,275,275,20,0,356,0,0,1), + (20068,3256,1,0,0,-1498.81,-2716.51,93.6675,3.43567,275,275,10,0,356,0,0,1), + (20069,3256,1,0,0,-1844.17,-2387.86,96.9237,3.62326,275,275,20,0,356,0,0,1), + (20070,3256,1,0,0,-1901.26,-3165.62,90.7522,3.49274,275,275,3,0,356,0,0,1), + (20071,3256,1,0,0,-1892.54,-3160.56,90.868,1.23873,275,275,3,0,356,0,0,1), + (20072,3256,1,0,0,-1727.97,-2878.47,84.4993,0.119507,275,275,20,0,356,0,0,1), + (20073,3256,1,0,0,-1537.1,-2688.21,91.38,5.46841,275,275,20,0,356,0,0,1), + (20074,3256,1,0,0,-1767.94,-3286.3,91.8525,5.95606,275,275,20,0,356,0,0,1), + (20075,3256,1,0,0,-1513.28,-2709.28,92.327,3.3801,275,275,10,0,356,0,0,1), + (20076,3256,1,0,0,-1892.94,-3033.93,91.4362,2.55507,275,275,20,0,356,0,0,1), + (20077,3256,1,0,0,-1649.45,-2750.2,97.0632,1.70323,275,275,20,0,356,0,0,1), + (20078,6073,1,0,0,1461.92,-2781.64,154.518,4.9799,275,275,5,0,950,0,0,1), + (20079,6073,1,0,0,1442.23,-2818.42,120.466,4.01925,275,275,5,0,950,0,0,1), + (20080,6073,1,0,0,1426.38,-2803.5,121.973,2.64077,275,275,5,0,950,0,0,1), + (20081,6073,1,0,0,1450.51,-2796.33,144.393,1.1197,275,275,5,0,950,0,0,1), + (20082,6073,1,0,0,1511.8,-2879.3,111.572,5.17478,275,275,5,0,950,0,0,1), + (20083,3258,1,0,0,-1608.08,-1757.1,92.5417,3.64829,275,275,0,0,386,0,0,0), + (20084,3258,1,0,0,-1389.41,-1576.9,91.7916,2.46385,275,275,10,0,386,0,0,1), + (20085,3258,1,0,0,-1661.47,-1761.42,91.7917,1.25548,275,275,0,0,386,0,0,0), + (20086,3258,1,0,0,-1489.33,-1514.11,103.027,2.61155,275,275,0,0,386,0,0,0), + (20087,3258,1,0,0,-1941.07,-1781.5,97.3209,3.24146,275,275,0,0,386,0,0,0), + (20088,3258,1,0,0,-1848.07,-1976.87,93.186,2.34238,275,275,5,0,386,0,0,1), + (20089,3258,1,0,0,-1911.48,-1768.93,92.0417,0.550614,275,275,0,0,386,0,0,0), + (20090,3258,1,0,0,-1861.89,-1931.53,94.3064,4.52349,275,275,0,0,386,0,0,0), + (20091,3258,1,0,0,-1888.41,-1795.54,95.0417,4.69931,275,275,5,0,386,0,0,1), + (20092,3258,1,0,0,-1882.47,-1911.89,95.0388,0.64117,275,275,5,0,386,0,0,1), + (20093,3258,1,0,0,-2031.61,-1964.81,91.7917,3.88644,275,275,0,0,386,0,0,0), + (20094,3258,1,0,0,-2055.38,-2116.1,92.8673,0.813109,275,275,5,0,386,0,0,1), + (20095,3258,1,0,0,-2016.38,-1925.93,93.2917,0.063891,275,275,15,0,386,0,0,1), + (20096,3258,1,0,0,-2047.74,-1944.93,92.6667,2.73613,275,275,0,0,386,0,0,0), + (20097,3258,1,0,0,-1986.08,-2146.57,92.9167,1.49101,275,275,5,0,386,0,0,1), + (20098,3258,1,0,0,-1682.53,-1776.01,93.0688,0.2546,275,275,15,0,386,0,0,1), + (20099,3258,1,0,0,-1422.25,-1529.77,101.252,0.719571,275,275,0,0,386,0,0,0), + (20100,3258,1,0,0,-1421.6,-1563.46,100.005,4.78602,275,275,0,0,386,0,0,0), + (20101,3258,1,0,0,-1656.5,-1720.39,94.0417,3.79831,275,275,5,0,386,0,0,1), + (20102,3258,1,0,0,-1584.75,-1756.68,94.2299,4.16507,275,275,5,0,386,0,0,2), + (20103,3258,1,0,0,-1453.15,-1491.56,97.4603,4.64258,275,275,0,0,386,0,0,0), + (20104,3258,1,0,0,-1693.5,-1750.37,91.7917,3.22698,275,275,15,0,386,0,0,1), + (20105,3258,1,0,0,-1625.99,-1739.05,93.1667,0.955059,275,275,0,0,386,0,0,0), + (20106,3258,1,0,0,-1922.54,-1883.12,92.0403,1.51881,275,275,15,0,386,0,0,2), + (20107,3258,1,0,0,-1892.77,-1746.77,96.6667,2.26651,275,275,0,0,386,0,0,0), + (20108,3258,1,0,0,-1888.71,-1883.32,92.5744,1.26351,275,275,15,0,386,0,0,1), + (20109,3258,1,0,0,-1854.96,-1906.09,108.306,3.52509,275,275,0,0,386,0,0,0), + (20110,3258,1,0,0,-1873.52,-1896.15,94.7917,4.19698,275,275,0,0,386,0,0,0), + (20111,3258,1,0,0,-1927.69,-1750.83,93.7917,4.94227,275,275,0,0,386,0,0,0), + (20112,3258,1,0,0,-2007.92,-2148.56,93.4167,3.62541,275,275,0,0,386,0,0,0), + (20113,3258,1,0,0,-2052.21,-2551.76,91.7917,4.1781,275,275,5,0,386,0,0,1), + (20114,3258,1,0,0,-1647.89,-1790.34,91.7917,6.19035,275,275,5,0,386,0,0,1), + (20115,3258,1,0,0,-1450.24,-1509.93,92.2166,3.97935,275,275,0,0,386,0,0,0), + (20116,3258,1,0,0,-1485.12,-1552.16,91.787,0.699977,275,275,10,0,386,0,0,1), + (20117,3258,1,0,0,-1620.81,-1801.76,93.0417,1.49658,275,275,5,0,386,0,0,1), + (20118,3258,1,0,0,-1581.72,-1788.88,93.7525,0.021481,275,275,5,0,386,0,0,1), + (20119,3258,1,0,0,-1484.22,-1491.04,110.163,5.71833,275,275,5,0,386,0,0,1), + (20120,3258,1,0,0,-1873.11,-1714.58,92.7876,0.011718,275,275,5,0,386,0,0,1), + (20121,3258,1,0,0,-1977.61,-2129.67,91.7917,1.00137,275,275,5,0,386,0,0,1), + (20122,3258,1,0,0,-2094.92,-2565.09,91.7917,4.62923,275,275,0,0,386,0,0,0), + (20123,3258,1,0,0,-1522.23,-1581.53,103.287,4.43605,275,275,0,0,386,0,0,0), + (20124,3258,1,0,0,-2060.07,-1973.76,91.7917,0.031522,275,275,0,0,386,0,0,0), + (20125,3258,1,0,0,-2069.99,-2646.4,91.8568,4.72789,275,275,15,0,386,0,0,1), + (20126,3258,1,0,0,-2115.69,-2513.63,91.8427,5.1499,275,275,15,0,386,0,0,1), + (20127,3258,1,0,0,-2084.91,-2608.87,93.5946,4.77704,275,275,15,0,386,0,0,1), + (20128,3258,1,0,0,-2045.77,-2010.94,93.0387,0.772786,275,275,5,0,386,0,0,1), + (20129,3258,1,0,0,-1879.42,-1846.1,91.7917,3.17351,275,275,15,0,386,0,0,1), + (20130,3258,1,0,0,-1910.75,-1782.89,92.4154,5.53093,275,275,5,0,386,0,0,1), + (20131,3258,1,0,0,-2154.16,-2575.12,91.7917,2.29832,275,275,5,0,386,0,0,1), + (20132,3258,1,0,0,-2026.73,-2653.44,92.0376,2.26589,275,275,5,0,386,0,0,1), + (20133,3258,1,0,0,-2150.09,-1720.07,91.7917,4.86617,275,275,5,0,386,0,0,1), + (20134,3258,1,0,0,-2097.7,-1726.22,91.7917,4.95252,275,275,0,0,386,0,0,0), + (20135,3258,1,0,0,-2102.12,-1791.92,91.7917,1.60166,275,275,15,0,386,0,0,1), + (20136,3258,1,0,0,-2118.84,-1750.72,91.7917,1.92682,275,275,15,0,386,0,0,1), + (20137,3258,1,0,0,-2055.71,-2111.8,93.4138,4.67725,275,275,15,0,386,0,0,1), + (20138,3258,1,0,0,-2031.75,-2094.69,93.2678,4.57713,275,275,15,0,386,0,0,1), + (20139,3258,1,0,0,-2084.53,-1943.09,95.659,0.786502,275,275,15,0,386,0,0,1), + (20140,3258,1,0,0,-1942.93,-2176.03,94.182,6.10517,275,275,5,0,386,0,0,1), + (20141,3258,1,0,0,-2270.91,-2575.52,91.8361,3.17173,275,275,0,0,386,0,0,0), + (20142,3258,1,0,0,-2141.4,-2560.54,92.5968,0.472381,275,275,5,0,386,0,0,1), + (20143,3260,1,0,0,-2018.75,-2164.51,100.917,0.323029,275,275,5,0,325,357,0,1), + (20144,3260,1,0,0,-1946.31,-2707.18,93.4438,5.46135,275,275,0,0,325,357,0,0), + (20145,3260,1,0,0,-2120.71,-1945.93,93.6267,3.07321,275,275,5,0,325,357,0,1), + (20146,3260,1,0,0,-2019.66,-1988.99,92.3329,4.73927,275,275,5,0,325,357,0,1), + (20147,3260,1,0,0,-1946.28,-2150.31,93.3313,2.34241,275,275,5,0,325,357,0,1), + (20148,3260,1,0,0,-2037.16,-1975.92,91.7917,2.19911,275,275,0,0,325,357,0,0), + (20149,3260,1,0,0,-1986.87,-2080.61,92.4545,2.74912,275,275,15,0,325,357,0,1), + (20150,3260,1,0,0,-2110.87,-2558.48,91.7917,2.65119,275,275,0,0,325,357,0,0), + (20151,3260,1,0,0,-2084.08,-2552.8,91.7917,1.52637,275,275,0,0,325,357,0,0), + (20152,3260,1,0,0,-2006.25,-2789.36,91.9167,2.35911,275,275,0,0,325,357,0,0), + (20153,3260,1,0,0,-2034.86,-2822.19,93.7917,5.60703,275,275,0,0,325,357,0,0), + (20154,3260,1,0,0,-2046.87,-1964.9,91.7917,5.29511,275,275,0,0,325,357,0,0), + (20155,3260,1,0,0,-2017.42,-1950.61,91.7917,3.37426,275,275,15,0,325,357,0,1), + (20156,3260,1,0,0,-1982.19,-2173.5,94.2733,0.577314,275,275,5,0,325,357,0,1), + (20157,3260,1,0,0,-2020.36,-2121.07,92.0417,2.50871,275,275,15,0,325,357,0,1), + (20158,3260,1,0,0,-2047.45,-2084.69,94.1363,3.91813,275,275,15,0,325,357,0,1), + (20159,3260,1,0,0,-2014.8,-2090.43,93.4322,5.18742,275,275,15,0,325,357,0,1), + (20160,3260,1,0,0,-1993.2,-2125.56,91.7917,5.99257,275,275,0,0,325,357,0,0), + (20161,3260,1,0,0,-1910.87,-2710.44,92.2763,0.364276,275,275,15,0,325,357,0,1), + (20162,3260,1,0,0,-2087.04,-2581.44,92.0417,3.49117,275,275,5,0,325,357,0,1), + (20163,3260,1,0,0,-2091.1,-1987.5,93.4115,4.01128,275,275,15,0,325,357,0,1), + (20164,3260,1,0,0,-2084.23,-2004.27,91.9366,1.16094,275,275,15,0,325,357,0,1), + (20165,3260,1,0,0,-2116.66,-1786.06,91.9167,4.8985,275,275,15,0,325,357,0,1), + (20166,3260,1,0,0,-2085.06,-1785.63,91.7917,4.31868,275,275,15,0,325,357,0,1), + (20167,3260,1,0,0,-2120.05,-1720.78,91.7917,3.78553,275,275,0,0,325,357,0,0), + (20168,3260,1,0,0,-2150.84,-1751.87,91.7917,3.94562,275,275,15,0,325,357,0,1), + (20169,3260,1,0,0,-2095.2,-1743.24,91.9167,1.81864,275,275,0,0,325,357,0,0), + (20170,3260,1,0,0,-2049.5,-1916.53,93.5786,2.69142,275,275,15,0,325,357,0,1), + (20171,3260,1,0,0,-1954.31,-2212.75,96.3401,2.18529,275,275,15,0,325,357,0,1), + (20172,3260,1,0,0,-2296.29,-2569.55,93.6666,5.09721,275,275,0,0,325,357,0,0), + (20173,3260,1,0,0,-2277.2,-2589.69,91.7916,4.79646,275,275,0,0,325,357,0,0), + (20174,3260,1,0,0,-2263.41,-2550.52,92.4166,3.56651,275,275,0,0,325,357,0,0), + (20175,3261,1,0,0,-1873.44,-1775.51,91.9167,0.795916,275,275,5,0,377,408,0,1), + (20176,3261,1,0,0,-1855.38,-1939.93,92.9167,0.110645,275,275,0,0,377,408,0,0), + (20177,3261,1,0,0,-1934.51,-1761.29,95.3173,2.24532,275,275,0,0,377,408,0,0), + (20178,3261,1,0,0,-1873.28,-1924.07,96.0388,0.640099,275,275,6,0,377,408,0,2), + (20179,14781,1,0,0,1044.28,-2098.72,123.037,3.54302,600,600,0,0,130700,0,0,0), + (20180,3261,1,0,0,-2085.16,-2518.12,93.4356,6.25513,275,275,15,0,377,408,0,1), + (20181,10685,1,0,0,216.955,-2853.04,90.9204,0.303234,275,275,3,0,14,0,0,1), + (20182,3261,1,0,0,-2114.06,-2578.65,91.7917,0.461107,275,275,0,0,377,408,0,0), + (20183,3261,1,0,0,-2087.4,-2757.89,91.9167,4.14044,275,275,3,0,377,408,0,1), + (20184,3261,1,0,0,-1983.94,-2749.04,91.8024,1.33959,275,275,15,0,377,408,0,1), + (20185,3261,1,0,0,-2014.82,-2683.4,92.4167,5.841,275,275,15,0,377,408,0,1), + (20186,10685,1,0,0,217.389,-2850.37,90.7891,3.84253,275,275,3,0,14,0,0,1), + (20187,3261,1,0,0,-1867.68,-1914.83,96.1638,0.122157,275,275,0,0,377,408,0,0), + (20188,3261,1,0,0,-1918.05,-1737.59,95.2917,4.07266,275,275,0,0,377,408,0,0), + (20189,3261,1,0,0,-1878.44,-1953.83,94.9407,4.55351,275,275,5,0,377,408,0,1), + (20190,3261,1,0,0,-1880.31,-2743.09,93.3915,0.166477,275,275,5,0,377,408,0,1), + (20191,3261,1,0,0,-1955.63,-2756.35,91.7917,3.11805,275,275,15,0,377,408,0,1), + (20192,3261,1,0,0,-2016.75,-2750.31,92.2917,6.10715,275,275,15,0,377,408,0,1), + (20193,3261,1,0,0,-2048.59,-2785.21,91.7917,2.1519,275,275,5,0,377,408,0,2), + (20194,3261,1,0,0,-2114.06,-2611.64,93.9533,4.97916,275,275,15,0,377,408,0,1), + (20195,3261,1,0,0,-2024.72,-2709.85,93.9167,3.21261,275,275,15,0,377,408,0,1), + (20197,3261,1,0,0,-1854.58,-1837.77,91.875,1.90738,275,275,15,0,377,408,0,1), + (20198,3261,1,0,0,-2157.2,-2549.63,92.3425,3.60822,275,275,5,0,377,408,0,1), + (20199,3261,1,0,0,-2047,-2577.01,91.7917,1.33869,275,275,15,0,377,408,0,1), + (20200,10685,1,0,0,993.26,-2256.42,93.312,0.086188,275,275,0,0,14,0,0,0), + (20201,10685,1,0,0,1004.06,-2251.69,92.417,4.19847,275,275,2,0,14,0,0,1), + (20202,10685,1,0,0,994.009,-2247.21,93.562,1.73658,275,275,0,0,14,0,0,0), + (20203,10685,1,0,0,1044.72,-2223.37,91.9259,1.92971,275,275,2,0,14,0,0,1), + (20204,10685,1,0,0,1037.35,-2222.68,92.1519,1.23918,275,275,2,0,14,0,0,1), + (20205,10685,1,0,0,1036.16,-2229.03,91.8009,2.50937,275,275,2,0,14,0,0,1), + (20206,10685,1,0,0,1002.72,-2240.8,92.5544,2.40855,275,275,2,0,14,0,0,1), + (20207,3261,1,0,0,-1954.99,-2787.79,91.7917,1.99169,275,275,5,0,377,408,0,1), + (20208,3261,1,0,0,-1874.74,-1985.88,92.1963,6.26343,275,275,5,0,377,408,0,1), + (20209,3261,1,0,0,-2245.53,-2480.88,93.6666,1.65953,275,275,5,0,377,408,0,1), + (20210,3261,1,0,0,-2289.02,-2487.29,99.1666,3.85906,275,275,5,0,377,408,0,1), + (20211,3261,1,0,0,-2252.24,-2613.91,92.303,2.40814,275,275,15,0,377,408,0,1), + (20212,3261,1,0,0,-2284.99,-2618.69,92.0416,4.4668,275,275,0,0,377,408,0,0), + (20213,3261,1,0,0,-2212.22,-2586.17,95.3224,3.05304,275,275,15,0,377,408,0,1), + (20214,3261,1,0,0,-2227.25,-2517.27,92.735,6.08657,275,275,5,0,377,408,0,1), + (20215,3263,1,0,0,-1421.28,-1588.91,91.7916,3.98018,275,275,15,0,379,1118,0,1), + (20216,3263,1,0,0,-1454.3,-1469.36,103.033,5.35235,275,275,0,0,379,1118,0,0), + (20217,3263,1,0,0,-1509.74,-1540.38,95.037,0.727193,275,275,5,0,379,1118,0,1), + (20218,3263,1,0,0,-1462.53,-1506.64,95.5416,4.70134,275,275,0,0,379,1118,0,0), + (20219,3263,1,0,0,-1630.2,-1761.98,91.75,4.45059,275,275,0,0,379,1118,0,0), + (20220,3263,1,0,0,-2001.96,-2812.28,92.7917,0.826861,275,275,0,0,379,1118,0,0), + (20221,3263,1,0,0,-2030.8,-2790.34,91.7917,3.2763,275,275,5,0,379,1118,0,1), + (20222,3263,1,0,0,-1931.1,-2703.32,93.1667,2.87129,275,275,0,0,379,1118,0,0), + (20223,3263,1,0,0,-1908.95,-2726.91,92.6667,3.92366,275,275,5,0,379,1118,0,1), + (20224,3263,1,0,0,-1438.43,-1525.45,92.5416,4.26311,275,275,0,0,379,1118,0,0), + (20225,3263,1,0,0,-1444.4,-1544.42,92.5416,0.753152,275,275,5,0,379,1118,0,1), + (20226,3263,1,0,0,-1415.55,-1521.19,106.16,2.96706,275,275,0,0,379,1118,0,0), + (20227,3263,1,0,0,-1641.76,-1816.18,91.7917,0.567496,275,275,5,0,379,1118,0,1), + (20228,3263,1,0,0,-1635.35,-1780.17,91.7917,5.24262,275,275,0,0,379,1118,0,0), + (20229,3263,1,0,0,-1554.33,-1744.6,93.4167,4.03594,275,275,5,0,379,1118,0,1), + (20230,3263,1,0,0,-1970.17,-2690.35,93.7917,4.13266,275,275,5,0,379,1118,0,1), + (20231,3263,1,0,0,-1479.82,-1570.99,91.787,1.37465,275,275,15,0,379,1118,0,1), + (20232,3263,1,0,0,-1613.39,-1777.35,91.7917,2.41819,275,275,0,0,379,1118,0,0), + (20233,3263,1,0,0,-1984.36,-2719.8,92.0464,0.410665,275,275,15,0,379,1118,0,2), + (20234,3263,1,0,0,-1981.01,-2780.47,91.7936,5.82512,275,275,15,0,379,1118,0,1), + (20235,3263,1,0,0,-1918.69,-2750.92,93.4795,4.79261,275,275,15,0,379,1118,0,1), + (20236,3263,1,0,0,-2071.98,-2792.66,92.2917,3.25323,275,275,5,0,379,1118,0,1), + (20237,3263,1,0,0,-2053.18,-2813.34,91.7917,5.7983,275,275,5,0,379,1118,0,1), + (20238,3263,1,0,0,-2047.45,-2750.72,91.7917,5.16233,275,275,15,0,379,1118,0,1), + (20239,3263,1,0,0,-1614.19,-1715.57,91.9167,0.59054,275,275,15,0,379,1118,0,1), + (20240,3263,1,0,0,-1680.81,-1713.25,91.7917,1.83437,275,275,15,0,379,1118,0,1), + (20241,3263,1,0,0,-1541.19,-1679.28,91.7916,3.91693,275,275,5,0,379,1118,0,1), + (20242,3263,1,0,0,-2252.52,-2581.2,93.5168,5.82827,275,275,15,0,379,1118,0,1), + (20243,3263,1,0,0,-2277.9,-2563.08,91.7916,2.22612,275,275,0,0,379,1118,0,0), + (20244,3263,1,0,0,-2270.38,-2529.26,91.8662,5.20222,275,275,5,0,379,1118,0,1), + (20245,3263,1,0,0,-2301.18,-2597.37,93.5478,4.53527,275,275,5,0,379,1118,0,1), + (20246,3263,1,0,0,-2284.89,-2643.75,99.6665,1.8153,275,275,0,0,379,1118,0,0), + (20247,3263,1,0,0,-2214.03,-2549.75,92.0417,5.87676,275,275,5,0,379,1118,0,1), + (20248,3263,1,0,0,-2247.12,-2520.8,94.2916,3.96252,275,275,5,0,379,1118,0,1), + (20249,7872,1,0,0,-4463.1,-2302.5,92.4906,3.22878,275,275,0,0,2413,1926,0,0), + (20250,7872,1,0,0,-4486.86,-2246.92,92.0498,3.75552,275,275,5,0,2413,1926,0,1), + (20251,7872,1,0,0,-4313.33,-2026.76,87.4883,2.82016,275,275,0,0,2413,1926,0,0), + (20252,7872,1,0,0,-4310.28,-2114.08,83.1056,3.71786,275,275,0,0,2413,1926,0,0), + (20253,7872,1,0,0,-4843.45,-2307.21,88.0385,0.266836,275,275,0,0,2413,1926,0,0), + (20254,7872,1,0,0,-4768.21,-2236.56,86.2732,3.12192,275,275,0,0,2413,1926,0,0), + (20255,7872,1,0,0,-4453.69,-2169.7,90.657,1.90833,275,275,5,0,2413,1926,0,2), + (20256,7872,1,0,0,-4370.46,-2236.24,91.2437,4.96518,275,275,5,0,2413,1926,0,1), + (20257,7872,1,0,0,-4517.5,-2226.85,93.0791,0.498929,275,275,0,0,2413,1926,0,0), + (20258,7872,1,0,0,-4846.04,-2208.25,83.5349,5.76049,275,275,3,0,2413,1926,0,1), + (20259,7872,1,0,0,-4481.77,-2057.31,76.0776,2.30074,275,275,0,0,2413,1926,0,0), + (20260,7872,1,0,0,-4589.93,-2135.47,90.1721,0.27877,275,275,5,0,2413,1926,0,1), + (20261,7872,1,0,0,-4610.42,-2116.02,84.4514,1.5708,275,275,5,0,2413,1926,0,1), + (20262,7872,1,0,0,-4630.74,-2256.13,83.949,5.59447,275,275,0,0,2413,1926,0,0), + (20263,7872,1,0,0,-4632.46,-2271.21,83.949,3.48387,275,275,0,0,2413,1926,0,0), + (20264,7872,1,0,0,-4655.13,-2486.75,82.1916,4.45561,275,275,10,0,2413,1926,0,1), + (20265,7873,1,0,0,-4354.22,-2145.61,83.9544,1.12201,275,275,5,0,3608,0,0,1), + (20266,7873,1,0,0,-4363.6,-2171.54,90.3969,2.82743,275,275,0,0,3608,0,0,0), + (20267,7873,1,0,0,-4457.74,-2310.84,92.8656,1.94369,275,275,0,0,3608,0,0,0), + (20268,3521,1,0,0,256.258,-3693.95,26.4771,5.3058,275,275,0,0,1042,0,0,0), + (20269,7873,1,0,0,-4414.98,-2271.13,87.6533,2.2349,275,275,5,0,3608,0,0,1), + (20270,7873,1,0,0,-4373.52,-2159.78,89.8386,4.57276,275,275,0,0,3608,0,0,0), + (20271,7873,1,0,0,-4319.21,-2067.14,83.2761,4.12312,275,275,5,0,3608,0,0,1), + (20272,7873,1,0,0,-4476.43,-2256.47,93.0297,3.83972,275,275,0,0,3608,0,0,0), + (20273,7873,1,0,0,-4336.8,-2106.51,79.1522,0.717501,275,275,5,0,3608,0,0,1), + (20274,7873,1,0,0,-4497.2,-2241.47,91.9856,4.24115,275,275,0,0,3608,0,0,0), + (20275,7873,1,0,0,-4300.2,-2039.67,89.3204,4.08407,275,275,3,0,3608,0,0,1), + (20276,7873,1,0,0,-4321.94,-2017.9,91.7383,3.30007,275,275,0,0,3608,0,0,0), + (20277,7873,1,0,0,-4321.62,-2078.72,82.5472,3.76917,275,275,5,0,3608,0,0,2), + (20278,7873,1,0,0,-4452.04,-2079.16,83.4785,0.433473,275,275,5,0,3608,0,0,1), + (20279,7873,1,0,0,-4306.5,-2109.28,83.9806,0.748889,275,275,0,0,3608,0,0,0), + (20280,7873,1,0,0,-4392.79,-2247.02,89.6187,4.65916,275,275,5,0,3608,0,0,2), + (20281,7873,1,0,0,-4845.94,-2328.12,96.3367,0.523599,275,275,0,0,3608,0,0,0), + (20282,7873,1,0,0,-4837.28,-2294.88,87.1196,4.57259,275,275,0,0,3608,0,0,0), + (20283,7873,1,0,0,-4747.63,-2285.04,83.1329,0.465742,275,275,15,0,3608,0,0,1), + (20284,7873,1,0,0,-4775.62,-2241.63,86.0232,5.35865,275,275,0,0,3608,0,0,0), + (20285,7873,1,0,0,-4462,-2146.45,88.9328,2.11185,275,275,0,0,3608,0,0,0), + (20286,7873,1,0,0,-4471.56,-2150.96,88.865,1.23918,275,275,0,0,3608,0,0,0), + (20287,7873,1,0,0,-4460.48,-2169.86,91.407,0.800809,275,275,3,0,3608,0,0,1), + (20288,7873,1,0,0,-4408.55,-2188.6,92.9794,2.05949,275,275,0,0,3608,0,0,0), + (20289,7873,1,0,0,-4474.94,-2111.12,83.7444,5.33462,275,275,5,0,3608,0,0,1), + (20290,7873,1,0,0,-4408.87,-2176.07,93.0802,3.90954,275,275,0,0,3608,0,0,0), + (20291,7873,1,0,0,-4392.13,-2187.87,91.8859,2.74329,275,275,5,0,3608,0,0,1), + (20292,7873,1,0,0,-4379.27,-2211.26,91.5197,2.31524,275,275,5,0,3608,0,0,1), + (20293,7873,1,0,0,-4368.18,-2228.89,90.8947,4.54895,275,275,5,0,3608,0,0,1), + (20294,7873,1,0,0,-4525.87,-2273.13,92.1912,5.84685,275,275,0,0,3608,0,0,0), + (20295,7873,1,0,0,-4511.47,-2281.45,92.3324,4.04916,275,275,0,0,3608,0,0,0), + (20296,7873,1,0,0,-4492.44,-2268.5,91.9099,3.12041,275,275,5,0,3608,0,0,1), + (20300,7873,1,0,0,-4461.86,-2292.27,89.8076,3.01891,275,275,5,0,3608,0,0,1), + (20301,3265,1,0,0,-38.8009,-3234.81,91.8888,5.10638,275,275,5,0,222,0,0,1), + (20302,3265,1,0,0,1.45246,-3399.94,85.3615,1.13511,275,275,5,0,222,0,0,1), + (20303,3265,1,0,0,-92.777,-2941.98,93.0446,5.15971,275,275,5,0,222,0,0,1), + (20304,3265,1,0,0,-175.263,-3008.49,91.8337,1.0298,275,275,0,0,222,0,0,0), + (20305,3265,1,0,0,-116.461,-2960.58,91.7917,1.14872,275,275,5,0,222,0,0,1), + (20306,3265,1,0,0,16.3485,-3237.44,94.2916,4.59491,275,275,5,0,222,0,0,1), + (20307,3265,1,0,0,-23.0895,-3266.17,92.1833,0.928076,275,275,5,0,222,0,0,1), + (20308,3265,1,0,0,-96.4121,-2824.85,91.9913,3.20095,275,275,0,0,222,0,0,0), + (20309,3265,1,0,0,-174.853,-3375.98,93.1667,2.33132,275,275,0,0,222,0,0,0), + (20310,7873,1,0,0,-4796.23,-2254.43,94.4496,0.191986,275,275,0,0,3608,0,0,0), + (20311,7873,1,0,0,-4817.06,-2221.04,84.7588,3.16112,275,275,5,0,3608,0,0,2), + (20312,7873,1,0,0,-4455.98,-2045.4,83.12,3.09076,275,275,5,0,3608,0,0,1), + (20313,7873,1,0,0,-4495.85,-2060.33,76.0776,5.31805,275,275,0,0,3608,0,0,0), + (20314,7873,1,0,0,-4660.07,-2196.01,90.9628,4.8426,275,275,5,0,3608,0,0,1), + (20315,7873,1,0,0,-4574,-2106.74,90.2953,0.646007,275,275,5,0,3608,0,0,1), + (20316,7873,1,0,0,-4586.15,-2131.15,90.1703,0.402527,275,275,5,0,3608,0,0,1), + (20317,7873,1,0,0,-4557.17,-2095.02,90.3627,5.38286,275,275,5,0,3608,0,0,1), + (20318,7873,1,0,0,-4670.01,-2254.47,89.2625,3.21615,275,275,5,0,3608,0,0,1), + (20319,7873,1,0,0,-4611.95,-2125.33,84.2014,3.40897,275,275,5,0,3608,0,0,1), + (20320,7873,1,0,0,-4647.35,-2126.59,86.1124,3.41453,275,275,5,0,3608,0,0,1), + (20321,7873,1,0,0,-4462.75,-2007.72,85.3347,5.84685,275,275,0,0,3608,0,0,0), + (20322,7873,1,0,0,-4697.8,-2302.02,87.6166,4.24263,275,275,5,0,3608,0,0,1), + (20323,7873,1,0,0,-4640.58,-2386.56,86.4236,2.80946,275,275,5,0,3608,0,0,2), + (20324,7873,1,0,0,-4580.2,-2289.17,90.1587,2.89725,275,275,0,0,3608,0,0,0), + (20325,7873,1,0,0,-4580.54,-2279.38,90.1096,2.70526,275,275,0,0,3608,0,0,0), + (20326,7873,1,0,0,-4606.86,-2265.57,83.949,4.98213,275,275,0,0,3608,0,0,0), + (20327,7873,1,0,0,-4673.75,-2412.62,86.1418,4.66993,275,275,5,0,3608,0,0,2), + (20328,7873,1,0,0,-4641.74,-2420.69,85.9071,3.44859,275,275,5,0,3608,0,0,2), + (20329,7873,1,0,0,-4738.56,-2248.3,86.2621,5.32208,275,275,5,0,3608,0,0,1), + (20330,7874,1,0,0,-4448.46,-2306.63,92.4906,3.54092,275,275,0,0,2673,1926,0,0), + (20331,3266,1,0,0,-252.125,-3381.21,96.7917,1.96098,275,275,5,0,247,0,0,1), + (20332,7874,1,0,0,-4310.53,-2053.29,83.6982,1.94086,275,275,5,0,2673,1926,0,1), + (20333,7874,1,0,0,-4452.96,-2275.74,88.9181,1.97713,275,275,5,0,2673,1926,0,1), + (20334,7874,1,0,0,-4307.5,-2021.4,89.7383,1.55664,275,275,0,0,2673,1926,0,0), + (20335,3266,1,0,0,-235.359,-3343.92,91.7917,0.377265,275,275,0,0,247,0,0,0), + (20336,3266,1,0,0,-97.6582,-3387.26,93.1304,1.07394,275,275,5,0,247,0,0,1), + (20337,7874,1,0,0,-4816.1,-2305.7,88.7206,1.88362,275,275,5,0,2673,1926,0,2), + (20338,7874,1,0,0,-4845.33,-2299.35,87.2446,4.97842,275,275,0,0,2673,1926,0,0), + (20339,7874,1,0,0,-4513.75,-2258.59,91.9814,4.4783,275,275,5,0,2673,1926,0,2), + (20340,3266,1,0,0,-214.356,-3387.89,91.7917,3.05399,275,275,5,0,247,0,0,1), + (20341,7874,1,0,0,-4511.57,-2225.38,93.0791,3.45834,275,275,0,0,2673,1926,0,0), + (20342,3266,1,0,0,-55.6036,-3256.06,91.7114,3.07458,275,275,5,0,247,0,0,1), + (20343,3266,1,0,0,-41.5331,-3370.37,91.7904,4.24292,275,275,5,0,247,0,0,1), + (20344,3266,1,0,0,-46.2825,-3393.41,91.7904,1.43976,275,275,5,0,247,0,0,1), + (20345,3266,1,0,0,-26.5744,-3412.59,91.6742,1.83249,275,275,5,0,247,0,0,1), + (20346,3266,1,0,0,-6.15732,-3381.21,90.0404,1.38851,275,275,5,0,247,0,0,1), + (20347,3266,1,0,0,-42.7083,-3418.1,91.8731,1.5708,275,275,5,0,247,0,0,1), + (20348,3266,1,0,0,-76.8017,-3345.8,92.1667,1.3824,275,275,5,0,247,0,0,1), + (20349,3266,1,0,0,-182.93,-3350.65,93.6667,5.54138,275,275,5,0,247,0,0,1), + (20350,3266,1,0,0,-214.508,-3334.66,91.7917,2.303,275,275,5,0,247,0,0,1), + (20351,3266,1,0,0,-47.434,-3122.76,91.7917,3.10247,275,275,15,0,247,0,0,1), + (20352,3266,1,0,0,-80.7359,-3180.24,92.7934,3.46802,275,275,0,0,247,0,0,0), + (20353,3266,1,0,0,-85.0208,-3210.49,92.167,5.28507,275,275,0,0,247,0,0,0), + (20354,3266,1,0,0,-112.091,-3177.54,91.9133,3.42259,275,275,0,0,247,0,0,0), + (20355,3266,1,0,0,-102.661,-3173.46,91.9133,4.07174,275,275,0,0,247,0,0,0), + (20356,3266,1,0,0,-90.9958,-3160.28,92.7917,5.62838,275,275,0,0,247,0,0,0), + (20357,3266,1,0,0,-185.814,-3284.44,91.7917,4.34934,275,275,5,0,247,0,0,1), + (20358,3266,1,0,0,-159.558,-3325.61,92.9167,1.0227,275,275,5,0,247,0,0,1), + (20359,3266,1,0,0,-115.615,-3382.43,92.3013,0.728406,275,275,5,0,247,0,0,1), + (20360,7874,1,0,0,-4775.41,-2288.78,83.1329,2.70673,275,275,5,0,2673,1926,0,1), + (20361,7874,1,0,0,-4838.79,-2198.24,83.6193,0.950574,275,275,3,0,2673,1926,0,1), + (20362,7874,1,0,0,-4747.59,-2252.22,83.8829,1.13543,275,275,5,0,2673,1926,0,1), + (20363,7874,1,0,0,-4486.72,-2061.89,76.0776,4.68992,275,275,0,0,2673,1926,0,0), + (20364,7874,1,0,0,-4491.52,-2025.26,83.6278,0.606375,275,275,5,0,2673,1926,0,2), + (20365,7874,1,0,0,-4534.94,-2063.55,83.9224,3.35106,275,275,5,0,2673,1926,0,2), + (20366,7874,1,0,0,-4652.73,-2153.86,85.9191,3.95822,275,275,5,0,2673,1926,0,2), + (20367,7874,1,0,0,-4651.47,-2218.91,88.449,0.621593,275,275,5,0,2673,1926,0,1), + (20368,7874,1,0,0,-4585.84,-2145.04,90.0471,3.66191,275,275,5,0,2673,1926,0,1), + (20369,7874,1,0,0,-4518.25,-2084.64,83.0776,0.709414,275,275,5,0,2673,1926,0,2), + (20370,7874,1,0,0,-4618.56,-2274.51,83.949,3.72049,275,275,0,0,2673,1926,0,0), + (20371,7874,1,0,0,-4620.65,-2090.61,87.8605,0.85073,275,275,5,0,2673,1926,0,1), + (20372,7874,1,0,0,-4664.52,-2195.88,91.2739,3.16698,275,275,5,0,2673,1926,0,2), + (20373,7874,1,0,0,-4618.66,-2253.73,84.199,0.975327,275,275,6,0,2673,1926,0,2), + (20374,7874,1,0,0,-4668.73,-2286.38,89.3254,5.44043,275,275,5,0,2673,1926,0,1), + (20375,7874,1,0,0,-4640.05,-2266.45,83.949,3.3005,275,275,0,0,2673,1926,0,0), + (20376,7874,1,0,0,-4562.29,-2308.65,93.1333,5.4402,275,275,5,0,2673,1926,0,1), + (20377,3267,1,0,0,-77.1009,-2886.17,92.0279,1.68035,275,275,5,0,198,0,0,1), + (20378,3267,1,0,0,-80.0092,-2752.45,91.792,3.79105,275,275,5,0,198,0,0,1), + (20379,3267,1,0,0,-89.1944,-2852.54,91.7917,3.35525,275,275,5,0,198,0,0,1), + (20380,3267,1,0,0,-187.766,-2992.73,91.9167,1.75545,275,275,5,0,198,0,0,1), + (20381,3267,1,0,0,-126.958,-3005.08,91.7917,4.52505,275,275,5,0,198,0,0,1), + (20382,3267,1,0,0,-137.614,-2887.9,92.9176,5.99229,275,275,5,0,198,0,0,1), + (20383,3267,1,0,0,-114.515,-2882.71,91.7917,1.45039,275,275,5,0,198,0,0,1), + (20384,3267,1,0,0,-193.819,-2943.92,91.7917,2.04101,275,275,3,0,198,0,0,1), + (20385,3267,1,0,0,-209.372,-2953.74,91.7917,6.1713,275,275,5,0,198,0,0,1), + (20386,3267,1,0,0,-224.095,-3036.88,91.7917,3.0227,275,275,0,0,198,0,0,0), + (20387,3267,1,0,0,-205.545,-3000.36,91.7917,4.68846,275,275,0,0,198,0,0,0), + (20388,3267,1,0,0,-210.837,-2989.58,91.7917,-0.300396,275,275,6,0,198,0,0,2), + (20389,3267,1,0,0,-229.862,-3018.29,91.7917,4.58559,275,275,0,0,198,0,0,0), + (20390,3267,1,0,0,-188.729,-3027.56,91.7917,2.85332,275,275,5,0,198,0,0,2), + (20391,3267,1,0,0,-189.592,-3033.26,91.7917,5.94974,275,275,0,0,198,0,0,0), + (20392,3267,1,0,0,-120.772,-2820.86,91.7917,5.55694,275,275,10,0,198,0,0,1), + (20393,3267,1,0,0,-148.08,-2846.17,95.0553,3.56854,275,275,5,0,198,0,0,1), + (20394,3267,1,0,0,-43.2116,-2813.28,92.9877,0.152946,275,275,15,0,198,0,0,1), + (20395,3268,1,0,0,-48.9738,-2893.44,91.8929,5.82825,275,275,5,0,186,191,0,1), + (20396,3268,1,0,0,-82.61,-2864.88,91.7917,0.091162,275,275,5,0,186,191,0,1), + (20397,3268,1,0,0,-207.64,-2993.85,91.7917,1.55217,275,275,0,0,186,191,0,0), + (20398,3268,1,0,0,-165.209,-3037.72,91.7917,2.80644,275,275,0,0,186,191,0,0), + (20399,3268,1,0,0,-155.782,-3011.95,91.7917,5.38186,275,275,15,0,186,191,0,1), + (20400,3268,1,0,0,-99.2013,-2952.35,91.9981,2.99666,275,275,5,0,186,191,0,2), + (20401,3268,1,0,0,-116.86,-2924.42,91.8469,6.27192,275,275,5,0,186,191,0,1), + (20402,3268,1,0,0,-92.5209,-2909.03,91.8796,2.32753,275,275,5,0,186,191,0,1), + (20403,3268,1,0,0,-218.697,-2922.1,91.7917,2.08078,275,275,5,0,186,191,0,1), + (20404,3268,1,0,0,-183.959,-2961.07,91.9167,5.00594,275,275,0,0,186,191,0,0), + (20405,3268,1,0,0,-207.322,-3030.23,91.7917,0.621537,275,275,0,0,186,191,0,0), + (20406,3268,1,0,0,-186.693,-3022.39,91.7917,5.95326,275,275,5,0,186,191,0,1), + (20407,3268,1,0,0,-111.907,-2855.58,92.4167,3.14385,275,275,5,0,186,191,0,1), + (20408,3269,1,0,0,-80.7617,-3370.37,93.2554,2.36463,275,275,5,0,219,537,0,1), + (20409,5829,1,0,0,110.665,-1547.02,91.7916,5.8451,19900,19900,5,0,386,0,0,2), + (20410,3269,1,0,0,-81.9843,-3128.8,91.7917,3.01218,275,275,5,0,219,537,0,1), + (20411,3269,1,0,0,-6.23237,-3368.26,91.7393,5.19177,275,275,5,0,219,537,0,1), + (20412,3269,1,0,0,-43.6462,-3347.81,91.7917,0.002133,275,275,5,0,219,537,0,1), + (20413,3269,1,0,0,-23.0461,-3361.8,91.7945,4.19747,275,275,0,0,219,537,0,0), + (20414,3269,1,0,0,-15.5903,-3326.32,95.3853,2.40698,275,275,5,0,219,537,0,1), + (20415,3269,1,0,0,-46.8962,-3400.8,91.7481,4.52902,275,275,0,0,219,537,0,0), + (20416,3269,1,0,0,-53.9278,-3385.55,92.1006,4.97308,275,275,0,0,219,537,0,0), + (20417,3269,1,0,0,-10.1969,-3402.27,88.0852,2.37553,275,275,5,0,219,537,0,1), + (20418,3269,1,0,0,-115.316,-3200.88,93.6052,3.66292,275,275,0,0,219,537,0,0), + (20419,3269,1,0,0,-18.0969,-3149.38,94.5225,1.72686,275,275,15,0,219,537,0,1), + (20420,3269,1,0,0,-45.4227,-3152.76,92.2917,4.12883,275,275,15,0,219,537,0,1), + (20421,3269,1,0,0,-49.2053,-3185.31,91.7917,2.71291,275,275,15,0,219,537,0,1), + (20422,3269,1,0,0,-106.771,-3144.27,92.0383,4.53624,275,275,0,0,219,537,0,0), + (20423,3269,1,0,0,-102.801,-3131.29,92.1995,2.98652,275,275,0,0,219,537,0,0), + (20426,3269,1,0,0,-82.1573,-3143.68,91.7917,2.78082,275,275,5,0,219,537,0,1), + (20427,3269,1,0,0,-100.828,-3147.59,92.0383,4.0172,275,275,0,0,219,537,0,0), + (20429,5830,1,0,0,578.54,-1335.66,92.8374,4.92376,43200,43200,0,0,1212,1368,0,2), + (20430,3270,1,0,0,-34.5118,-3380.69,91.7904,4.64582,43200,43200,0,0,903,652,0,0), + (20431,3271,1,0,0,-226.558,-3306.15,91.7917,5.03222,275,275,0,0,253,264,0,0), + (20432,3271,1,0,0,-234.814,-3330.02,91.7917,3.23376,275,275,0,0,253,264,0,0), + (20433,5831,1,0,0,-715.678,-3581.36,92.3236,4.86482,43200,43200,0,0,1563,0,0,2), + (20434,3271,1,0,0,-151.699,-3291.08,91.8801,0.039334,275,275,0,0,253,264,0,0), + (20435,3271,1,0,0,-207.271,-3288.7,91.7917,1.41271,275,275,0,0,253,264,0,0), + (20436,3271,1,0,0,-205.028,-3316.16,91.7917,1.43914,275,275,5,0,253,264,0,2), + (20437,3271,1,0,0,-182.538,-3315.42,91.7917,1.95112,275,275,0,0,253,264,0,0), + (20438,3272,1,0,0,-1220.16,-2118.23,92.8913,3.8061,275,275,5,0,248,0,0,1), + (20439,3272,1,0,0,-1219,-2176.22,91.7113,4.36081,275,275,0,0,248,0,0,0), + (20440,3272,1,0,0,-883.566,-2787.95,93.7307,1.43288,275,275,5,0,248,0,0,2), + (20441,3272,1,0,0,151.877,-1861.91,93.5671,4.11081,275,275,5,0,248,0,0,1), + (20442,3272,1,0,0,184.106,-1804.53,93.8466,1.98178,275,275,5,0,248,0,0,1), + (20443,3272,1,0,0,192.636,-1772.6,91.7917,0.490108,275,275,5,0,248,0,0,1), + (20444,3272,1,0,0,90.2752,-1880.74,94.3379,1.36002,275,275,5,0,248,0,0,1), + (20445,3272,1,0,0,-1052.44,-2323.25,91.7931,6.22675,275,275,0,0,248,0,0,0), + (20446,3272,1,0,0,237.426,-1912.43,91.9167,3.96593,275,275,5,0,248,0,0,1), + (20447,3272,1,0,0,-46.3752,-2194.34,91.7917,3.07222,275,275,5,0,248,0,0,1), + (20448,3272,1,0,0,-40.1317,-2211.18,91.7917,2.40645,275,275,0,0,248,0,0,0), + (20449,3272,1,0,0,-61.2225,-1630.93,91.7917,3.57824,275,275,0,0,248,0,0,0), + (20450,3272,1,0,0,27.1542,-1984.15,109.766,4.62093,275,275,5,0,248,0,0,1), + (20451,3272,1,0,0,-892.432,-2814.67,94.7109,4.04529,275,275,5,0,248,0,0,1), + (20452,3272,1,0,0,-911.83,-2942.02,91.7917,2.86612,275,275,0,0,248,0,0,0), + (20453,3272,1,0,0,-1035.5,-2314,91.7931,3.24642,275,275,0,0,248,0,0,0), + (20454,3272,1,0,0,10.724,-1711.42,95.349,3.08478,275,275,5,0,248,0,0,1), + (20455,3272,1,0,0,238.412,-1933.69,92.5417,5.00701,275,275,0,0,248,0,0,0), + (20456,3272,1,0,0,32.1703,-1792.29,91.7936,5.05848,275,275,0,0,248,0,0,0), + (20457,3272,1,0,0,160.692,-1811.91,92.3407,3.80482,275,275,0,0,248,0,0,0), + (20458,3272,1,0,0,-235.018,-1662.62,91.7916,0.783093,275,275,2,0,248,0,0,1), + (20459,3272,1,0,0,68.654,-2000.5,92.0207,4.92638,275,275,5,0,248,0,0,1), + (20460,3272,1,0,0,-57.6553,-1675.64,92.4138,5.01376,275,275,15,0,248,0,0,1), + (20461,3272,1,0,0,261.554,-1950.92,91.9167,0.096484,275,275,0,0,248,0,0,0), + (20462,3272,1,0,0,-12.6241,-1678.53,93.675,3.19887,275,275,5,0,248,0,0,1), + (20463,3272,1,0,0,-17.6744,-1694.72,94.6865,1.75976,275,275,5,0,248,0,0,1), + (20464,3272,1,0,0,-185.922,-1662.92,92.3214,0.712223,275,275,5,0,248,0,0,1), + (20465,3272,1,0,0,-212.962,-1661.59,91.7917,2.3447,275,275,0,0,248,0,0,0), + (20466,3272,1,0,0,-171.789,-1761.49,92.7395,0.752261,275,275,5,0,248,0,0,1), + (20467,3272,1,0,0,-164.74,-1785.2,91.7917,1.77101,275,275,5,0,248,0,0,1), + (20468,3272,1,0,0,-176.116,-1794.72,91.7917,3.13092,275,275,5,0,248,0,0,1), + (20469,3272,1,0,0,-199.084,-1788.87,91.8735,0.799951,275,275,5,0,248,0,0,1), + (20470,3272,1,0,0,-131.098,-2010.25,91.7917,5.75966,275,275,0,0,248,0,0,0), + (20471,3272,1,0,0,-143.534,-2007.58,91.7917,4.41519,275,275,5,0,248,0,0,2), + (20472,3272,1,0,0,-110.625,-2006.86,91.7917,6.2005,275,275,0,0,248,0,0,0), + (20473,3272,1,0,0,-100.629,-1988.76,92.0425,6.22484,275,275,5,0,248,0,0,1), + (20474,3272,1,0,0,78.4045,-2054.62,94.0309,2.37277,275,275,5,0,248,0,0,1), + (20475,3272,1,0,0,-104.408,-2026.26,91.7917,1.67598,275,275,0,0,248,0,0,0), + (20476,3272,1,0,0,29.7405,-2162.99,91.7917,6.25802,275,275,5,0,248,0,0,1), + (20477,3272,1,0,0,49.3321,-2098.9,91.7917,0.334374,275,275,0,0,248,0,0,0), + (20478,3272,1,0,0,120.852,-1992.2,93.781,5.54255,275,275,5,0,248,0,0,1), + (20479,3272,1,0,0,75.4589,-2098.06,91.7917,2.15127,275,275,5,0,248,0,0,1), + (20480,3272,1,0,0,-29.2992,-1905.12,93.5599,1.03373,275,275,5,0,248,0,0,1), + (20481,3272,1,0,0,-1186.64,-2000.88,91.7917,3.24289,275,275,0,0,248,0,0,0), + (20482,3272,1,0,0,-1071.06,-1910.3,91.8147,5.14544,275,275,5,0,248,0,0,1), + (20483,3272,1,0,0,-1059.31,-1909.57,91.7878,0.212728,275,275,5,0,248,0,0,1), + (20484,3272,1,0,0,-62.2892,-2243.04,92.5,3.93528,275,275,15,0,248,0,0,1), + (20485,3272,1,0,0,12.7517,-1876.91,94.046,4.88984,275,275,5,0,248,0,0,1), + (20486,3272,1,0,0,-42.4506,-2272.18,93.0944,2.92516,275,275,15,0,248,0,0,1), + (20487,3272,1,0,0,-44.8874,-2235.58,91.7917,3.36349,275,275,15,0,248,0,0,1), + (20488,3272,1,0,0,-861.458,-2746.88,91.7917,0.395549,275,275,0,0,248,0,0,0), + (20489,3272,1,0,0,-1090.55,-2280.31,86.3106,1.63529,275,275,10,0,248,0,0,1), + (20490,3272,1,0,0,-979.216,-2017.72,83.5079,0.669804,275,275,5,0,248,0,0,1), + (20491,3272,1,0,0,-923.257,-2013.57,87.5569,0.258715,275,275,5,0,248,0,0,1), + (20492,3272,1,0,0,-947.931,-2110.6,84.0315,1.49657,275,275,15,0,248,0,0,1), + (20493,3272,1,0,0,-990.286,-2118.76,82.7387,2.00172,275,275,10,0,248,0,0,1), + (20494,3272,1,0,0,-1048.89,-2214.67,83.9597,1.24905,275,275,5,0,248,0,0,1), + (20495,3272,1,0,0,-1011.03,-2186.89,88.7675,3.5688,275,275,15,0,248,0,0,1), + (20496,3272,1,0,0,-1120.4,-2287.36,87.624,4.76975,275,275,10,0,248,0,0,1), + (20497,3272,1,0,0,-1128.09,-2143.72,82.4703,4.70628,275,275,5,0,248,0,0,1), + (20498,3272,1,0,0,-1147.45,-2246.23,84.4488,3.49237,275,275,5,0,248,0,0,1), + (20499,3272,1,0,0,-1150.27,-2182.11,83.2411,0.33225,275,275,5,0,248,0,0,1), + (20500,3272,1,0,0,-1149.63,-2043.95,90.7406,1.37413,275,275,5,0,248,0,0,1), + (20501,3272,1,0,0,-1047.93,-1982.15,97.0074,6.25,275,275,5,0,248,0,0,1), + (20502,3272,1,0,0,-1118.29,-1988.4,91.0466,5.68897,275,275,5,0,248,0,0,1), + (20503,3272,1,0,0,-990.02,-1883.74,94.9167,1.56581,275,275,5,0,248,0,0,2), + (20504,3272,1,0,0,-951.649,-1885.02,98.0439,3.72365,275,275,5,0,248,0,0,2), + (20505,3272,1,0,0,-940.293,-1899.8,101.79,4.27197,275,275,0,0,248,0,0,0), + (20506,3272,1,0,0,-921.444,-2104.01,86.3951,3.61462,275,275,5,0,248,0,0,1), + (20507,3272,1,0,0,-876.737,-2789.97,92.6684,4.37212,275,275,5,0,248,0,0,1), + (20508,3273,1,0,0,31.62,-1768.42,97.0436,5.98005,275,275,0,0,259,264,0,0), + (20509,3273,1,0,0,52.4435,-1879.76,95.1021,0.048277,275,275,5,0,259,264,0,1), + (20510,3273,1,0,0,19.7367,-1780.62,92.1686,1.75245,275,275,0,0,259,264,0,0), + (20511,3273,1,0,0,25.1076,-1735.22,108.775,3.94438,275,275,0,0,259,264,0,0), + (20512,3273,1,0,0,-1106.19,-2789.72,91.7917,5.21942,275,275,0,0,259,264,0,0), + (20513,3273,1,0,0,-1148.4,-2313.98,94.4897,5.41518,275,275,5,0,259,264,0,1), + (20514,3273,1,0,0,-1204.77,-2186.03,91.5863,3.44076,275,275,0,0,259,264,0,0), + (20515,3273,1,0,0,-51.1308,-1641.19,91.7917,5.56999,275,275,0,0,259,264,0,0), + (20516,3273,1,0,0,116.158,-1886.19,95.5644,5.78073,275,275,5,0,259,264,0,1), + (20517,3273,1,0,0,-1010.05,-2330.36,92.1731,0.252964,275,275,0,0,259,264,0,0), + (20518,3273,1,0,0,-1194.94,-2017.24,91.7917,0.910802,275,275,0,0,259,264,0,0), + (20519,3273,1,0,0,-917.509,-2151.56,93.3496,3.55423,275,275,5,0,259,264,0,1), + (20520,3273,1,0,0,286.108,-1913,91.7917,1.39275,275,275,5,0,259,264,0,1), + (20521,3273,1,0,0,212.66,-1949.4,94.2787,0.303364,275,275,5,0,259,264,0,2), + (20522,3273,1,0,0,255.148,-1872.43,93.154,2.55793,275,275,5,0,259,264,0,1), + (20523,3273,1,0,0,123.198,-1913.39,93.925,1.01003,275,275,5,0,259,264,0,1), + (20524,3273,1,0,0,-1129.16,-3147.13,94.1292,1.00826,275,275,5,0,259,264,0,2), + (20525,3273,1,0,0,-1092.69,-2805.23,92.2917,4.66455,275,275,5,0,259,264,0,1), + (20526,3273,1,0,0,-921.726,-2214.8,92.035,3.01845,275,275,5,0,259,264,0,1), + (20527,3273,1,0,0,-20.2042,-1985.3,93.7528,3.86844,275,275,5,0,259,264,0,1), + (20528,3273,1,0,0,263.722,-1933.84,91.7917,0.646822,275,275,0,0,259,264,0,0), + (20529,3273,1,0,0,174.158,-1805.91,92.5966,0.686427,275,275,5,0,259,264,0,1), + (20530,3273,1,0,0,-895.982,-2926.44,91.7917,0.85216,275,275,0,0,259,264,0,0), + (20531,3273,1,0,0,157.297,-1830.99,92.5966,4.27888,275,275,5,0,259,264,0,1), + (20532,3273,1,0,0,-89.4662,-1656.64,91.8236,1.41399,275,275,15,0,259,264,0,1), + (20533,3273,1,0,0,-181.209,-1641.3,92.5417,1.42235,275,275,0,0,259,264,0,0), + (20534,3273,1,0,0,1.70334,-1759.74,91.8453,1.5666,275,275,0,0,259,264,0,0), + (20535,3273,1,0,0,-202.101,-1648.94,91.7917,0.050678,275,275,0,0,259,264,0,0), + (20536,3273,1,0,0,-155.831,-1798.37,91.7917,1.71167,275,275,5,0,259,264,0,1), + (20537,3273,1,0,0,28.6968,-2161.02,91.7917,6.26921,275,275,5,0,259,264,0,1), + (20538,3273,1,0,0,67.6824,-2098,91.7917,4.71921,275,275,0,0,259,264,0,0), + (20539,3273,1,0,0,80.3165,-2013.77,93.0207,3.26539,275,275,5,0,259,264,0,1), + (20540,3273,1,0,0,-30.3987,-1903.3,94.1016,1.15406,275,275,5,0,259,264,0,1), + (20541,3273,1,0,0,-1078.72,-1918.51,91.8147,2.66699,275,275,5,0,259,264,0,1), + (20542,3273,1,0,0,-28.1144,-1921.77,93.5078,4.95683,275,275,5,0,259,264,0,1), + (20543,3273,1,0,0,-1172.8,-3155.37,91.7917,2.88509,275,275,0,0,259,264,0,0), + (20544,3273,1,0,0,-863.247,-2728.11,91.7917,1.09942,275,275,5,0,259,264,0,1), + (20545,3273,1,0,0,-877.395,-2753.24,92.0417,0.872966,275,275,5,0,259,264,0,1), + (20546,3273,1,0,0,-956.122,-2018.78,84.5052,3.93058,275,275,5,0,259,264,0,2), + (20547,3273,1,0,0,-985.425,-1849.07,94.0474,4.21103,275,275,5,0,259,264,0,1), + (20548,3273,1,0,0,-946.737,-1988.34,91.3047,4.70262,275,275,5,0,259,264,0,1), + (20549,3273,1,0,0,-1011.36,-2158.19,85.2632,4.07247,275,275,15,0,259,264,0,1), + (20550,3273,1,0,0,-986.156,-2248.51,92.9702,1.75889,275,275,5,0,259,264,0,1), + (20551,3273,1,0,0,-1154.78,-2114.38,88.3531,4.21704,275,275,5,0,259,264,0,1), + (20552,3273,1,0,0,-1148.39,-2222.32,83.5778,2.57202,275,275,5,0,259,264,0,1), + (20553,3273,1,0,0,-1116.27,-2018.12,87.1965,0.155591,275,275,5,0,259,264,0,1), + (20554,3273,1,0,0,-1011.73,-1944.87,91.2569,5.14255,275,275,5,0,259,264,0,1), + (20555,3273,1,0,0,-1085.12,-1981.93,87.9368,2.21352,275,275,5,0,259,264,0,1), + (20557,3273,1,0,0,-983.43,-1913.2,92.1275,4.20102,275,275,5,0,259,264,0,1), + (20558,3273,1,0,0,-883.341,-2043.73,81.19,1.92746,275,275,5,0,259,264,0,1), + (20559,3273,1,0,0,-937.949,-1867.95,102.104,1.04848,275,275,0,0,259,264,0,0), + (20560,3273,1,0,0,-876.65,-1976.44,93.3809,5.837,275,275,15,0,259,264,0,1), + (20561,3273,1,0,0,-886.955,-2087.8,89.0518,3.56398,275,275,5,0,259,264,0,1), + (20562,3273,1,0,0,-850.227,-2116.41,92.3302,1.8735,275,275,5,0,259,264,0,1), + (20563,3274,1,0,0,-1415.86,-2715.95,93.6051,0.482749,275,275,5,0,300,0,0,1), + (20564,3274,1,0,0,-1220.66,-2815.17,93.9732,6.23591,275,275,5,0,300,0,0,1), + (20565,3274,1,0,0,-1283.28,-3152.77,98.5216,0.271338,275,275,5,0,300,0,0,1), + (20566,3274,1,0,0,-1255.58,-2294.36,94.0965,1.19899,275,275,5,0,300,0,0,1), + (20567,3274,1,0,0,-916.169,-2215.29,93.778,-1.40656,275,275,0,0,300,0,0,0), + (20568,3274,1,0,0,-1478.94,-3013.48,91.7917,2.60808,275,275,0,0,300,0,0,0), + (20569,3274,1,0,0,-1277,-2853.46,93.6966,2.65844,275,275,5,0,300,0,0,1), + (20570,3274,1,0,0,-1422.8,-2682.44,93.5649,3.32968,275,275,5,0,300,0,0,1), + (20571,3274,1,0,0,-1533.78,-2976.79,91.9035,2.66196,275,275,0,0,300,0,0,0), + (20572,3274,1,0,0,-1154.07,-2779.76,91.7917,4.91481,275,275,5,0,300,0,0,1), + (20573,3274,1,0,0,-1133.36,-3132.6,94.259,5.00247,275,275,5,0,300,0,0,1), + (20574,3274,1,0,0,-1016.74,-2719.69,94.7583,2.01207,275,275,5,0,300,0,0,1), + (20575,3275,1,0,0,-1159.23,-2948.66,93.7825,3.54595,275,275,5,0,333,0,0,1), + (20576,3275,1,0,0,-1401.19,-2756.57,91.7917,0.4748,275,275,0,0,333,0,0,0), + (20577,3275,1,0,0,-1237.82,-2084.81,91.5492,0.041671,275,275,0,0,333,0,0,0), + (20578,3275,1,0,0,-1220.52,-2777.53,91.9093,2.91066,275,275,5,0,333,0,0,2), + (20579,3275,1,0,0,-1342.26,-3110.99,91.7917,2.89803,275,275,0,0,333,0,0,0), + (20580,3275,1,0,0,-1287.89,-2820.94,93.1643,5.7218,275,275,5,0,333,0,0,1), + (20581,3275,1,0,0,-1352.25,-3052.89,92.5331,4.94511,275,275,5,0,333,0,0,1), + (20582,3275,1,0,0,-1543.73,-2904.48,91.7917,1.40305,275,275,5,0,333,0,0,1), + (20583,3275,1,0,0,-1482.03,-3032.52,91.7917,2.08767,275,275,5,0,333,0,0,1), + (20584,3275,1,0,0,-1246.53,-2746.67,91.7916,1.43646,275,275,5,0,333,0,0,1), + (20585,3275,1,0,0,-1550.39,-2880.64,91.7917,3.86662,275,275,5,0,333,0,0,1), + (20586,3275,1,0,0,-1290.58,-2842.22,93.5425,0.894048,275,275,5,0,333,0,0,1), + (20587,3275,1,0,0,-1286.16,-3084.85,93.7667,1.81957,275,275,5,0,333,0,0,1), + (20588,3275,1,0,0,-1157.47,-3127.11,91.6667,-3.03911,275,275,0,0,333,0,0,0), + (20589,3276,1,0,0,497.144,-1491.1,94.6547,0.366519,275,275,0,0,300,0,0,0), + (20590,3276,1,0,0,356.253,-1574.23,91.7917,0.238282,275,275,5,0,300,0,0,1), + (20591,3276,1,0,0,306.95,-1618.24,91.7917,6.25508,275,275,5,0,300,0,0,1), + (20592,3276,1,0,0,646.825,-1543.5,99.078,2.47787,275,275,5,0,300,0,0,1), + (20593,3276,1,0,0,612.89,-1535.44,92.2641,3.57358,275,275,5,0,300,0,0,1), + (20594,3276,1,0,0,338.018,-1420.7,91.7917,1.58744,275,275,5,0,300,0,0,1), + (20595,3276,1,0,0,384.819,-1468.67,91.7917,1.76971,275,275,5,0,300,0,0,1), + (20596,3276,1,0,0,338.275,-1453.53,91.7917,1.55123,275,275,5,0,300,0,0,1), + (20597,3276,1,0,0,617.571,-1622.17,91.7917,4.71704,275,275,15,0,300,0,0,1), + (20598,3276,1,0,0,490.353,-1453.4,93.2985,0.37106,275,275,5,0,300,0,0,1), + (20599,3276,1,0,0,304.438,-1460.03,91.7917,1.86381,275,275,5,0,300,0,0,1), + (20600,3276,1,0,0,520.089,-1515.43,94.3853,0.282355,275,275,5,0,300,0,0,1), + (20601,3276,1,0,0,627.348,-1573.38,91.7917,4.83047,275,275,5,0,300,0,0,1), + (20602,3276,1,0,0,331.445,-1621.73,92.1667,4.16582,275,275,5,0,300,0,0,1), + (20603,3276,1,0,0,321.041,-1579.34,92.4167,1.17962,275,275,0,0,300,0,0,0), + (20604,3276,1,0,0,586.29,-1582.63,94.0522,0.086607,275,275,15,0,300,0,0,1), + (20605,3276,1,0,0,514.699,-1489.46,94.2593,3.74909,275,275,0,0,300,0,0,0), + (20606,3276,1,0,0,548.102,-1550.76,94.3351,3.81218,275,275,30,0,300,0,0,1), + (20607,3276,1,0,0,384.334,-1518.23,91.7917,5.81897,275,275,20,0,300,0,0,1), + (20608,3276,1,0,0,453.138,-1521.29,93.4167,5.08907,275,275,5,0,300,0,0,1), + (20609,3276,1,0,0,295.846,-1443.8,91.7917,4.61634,275,275,5,0,300,0,0,1), + (20610,3276,1,0,0,581.126,-1518.44,92.1667,3.82714,275,275,0,0,300,0,0,0), + (20611,3276,1,0,0,480.316,-1552.05,91.7917,3.94856,275,275,5,0,300,0,0,1), + (20612,3276,1,0,0,615.862,-1488.1,91.7917,4.37479,275,275,5,0,300,0,0,1), + (20613,3276,1,0,0,477.308,-1501.62,94.1353,2.53372,275,275,5,0,300,0,0,1), + (20614,5836,1,0,0,1018.6,-3075.4,105.163,1.97222,19900,19900,0,0,449,0,0,0), + (20615,3277,1,0,0,404.839,-1465.78,91.7917,0.041767,275,275,0,0,328,0,0,0), + (20616,3277,1,0,0,281.384,-1477.48,91.7917,1.77702,275,275,5,0,328,0,0,1), + (20617,3277,1,0,0,281.896,-1545.01,91.7917,1.69707,275,275,5,0,328,0,0,1), + (20618,3277,1,0,0,485.375,-1477.63,93.6973,1.46242,275,275,5,0,328,0,0,1), + (20619,3277,1,0,0,627.324,-1526.66,92.5417,3.04508,275,275,5,0,328,0,0,1), + (20620,3277,1,0,0,415.858,-1482.93,91.7917,1.79526,275,275,20,0,328,0,0,1), + (20621,3277,1,0,0,463.068,-1490.82,93.0417,0.602412,275,275,5,0,328,0,0,1), + (20622,3277,1,0,0,563.049,-1442.2,92.7917,3.38095,275,275,5,0,328,0,0,1), + (20623,3277,1,0,0,619.024,-1556.26,92.0141,5.84079,275,275,5,0,328,0,0,1), + (20624,3277,1,0,0,349.184,-1442.09,91.7917,5.7191,275,275,5,0,328,0,0,1), + (20625,3277,1,0,0,580.894,-1455.23,92.2917,2.10131,275,275,0,0,328,0,0,0), + (20626,3277,1,0,0,315.217,-1431.9,91.7917,2.79103,275,275,5,0,328,0,0,1), + (20627,3277,1,0,0,553.62,-1483.65,91.7917,6.23473,275,275,5,0,328,0,0,1), + (20628,3277,1,0,0,354.338,-1481.12,92.5417,0.368177,275,275,20,0,328,0,0,1), + (20629,3277,1,0,0,514.221,-1467.51,93.0293,5.2709,275,275,0,0,328,0,0,0), + (20630,3277,1,0,0,357.537,-1615.02,92.6667,1.45307,275,275,5,0,328,0,0,1), + (20631,3277,1,0,0,348.399,-1551.86,92.0417,3.77389,275,275,5,0,328,0,0,1), + (20632,3277,1,0,0,335.821,-1595.75,91.7917,1.08638,275,275,5,0,328,0,0,1), + (20633,3277,1,0,0,478.973,-1526.83,93.6353,0.053682,275,275,5,0,328,0,0,1), + (20634,3277,1,0,0,317.658,-1451.88,91.7917,3.1103,275,275,5,0,328,0,0,1), + (20635,5837,1,0,0,-52.749,-1631.89,91.75,3.9968,19900,19900,0,0,328,0,0,0), + (20636,3278,1,0,0,528.191,-1205,91.9166,2.45875,275,275,5,0,356,0,0,1), + (20637,3278,1,0,0,718.967,-1379.89,91.7916,5.13178,275,275,5,0,356,0,0,1), + (20638,3278,1,0,0,479.845,-1412.66,91.7917,2.11002,275,275,30,0,356,0,0,1), + (20639,3278,1,0,0,550.5,-1152,91.787,6.0462,275,275,5,0,356,0,0,1), + (20640,6606,1,0,0,1053.25,-3027.45,82.2362,3.49015,275,275,5,0,356,0,0,2), + (20641,3278,1,0,0,533.496,-1447.21,91.75,3.56047,275,275,30,0,356,0,0,1), + (20642,3278,1,0,0,621.593,-1378.22,96.6666,1.03224,275,275,2,0,356,0,0,1), + (20643,3278,1,0,0,821.009,-1394.21,91.8057,3.74618,275,275,5,0,356,0,0,1), + (20644,3278,1,0,0,582.27,-1377.58,91.7916,2.18023,275,275,5,0,356,0,0,1), + (20645,3278,1,0,0,891.894,-1308.38,103.543,0.358671,275,275,5,0,356,0,0,1), + (20646,3278,1,0,0,428.48,-1277.83,92.1667,0.552786,275,275,5,0,356,0,0,1), + (20647,3278,1,0,0,568.882,-1460.79,92.6667,5.77617,275,275,5,0,356,0,0,1), + (20648,3278,1,0,0,820.429,-1302.99,91.7256,2.00502,275,275,5,0,356,0,0,1), + (20649,3278,1,0,0,762.788,-1246.36,91.9167,2.98137,275,275,5,0,356,0,0,1), + (20650,3278,1,0,0,549.345,-1253.24,92.0416,4.77152,275,275,0,0,356,0,0,0), + (20651,3278,1,0,0,584.561,-1247.04,91.7916,1.47842,275,275,5,0,356,0,0,1), + (20652,3278,1,0,0,645.365,-1319.64,91.7916,2.78199,275,275,5,0,356,0,0,1), + (20653,3278,1,0,0,591.309,-1274.23,92.1667,2.42424,275,275,0,0,356,0,0,0), + (20654,3278,1,0,0,802.03,-1330.48,91.8506,1.53314,275,275,0,0,356,0,0,0), + (20655,3278,1,0,0,621.479,-1245.99,92.4167,2.146,275,275,0,0,356,0,0,0), + (20656,3278,1,0,0,579.747,-1436.44,92.4167,0.955237,275,275,5,0,356,0,0,1), + (20657,3278,1,0,0,518.003,-1151.54,92.0416,6.16711,275,275,5,0,356,0,0,1), + (20658,3278,1,0,0,558.795,-1404.96,93.7917,5.0442,275,275,5,0,356,0,0,1), + (20659,3278,1,0,0,703.59,-1248.51,91.7917,1.53484,275,275,5,0,356,0,0,1), + (20660,3278,1,0,0,615.827,-1227.58,91.7917,3.78294,275,275,5,0,356,0,0,1), + (20661,3278,1,0,0,718.554,-1356.26,93.1666,5.10205,275,275,5,0,356,0,0,1), + (20662,3278,1,0,0,513.136,-1389.34,91.7917,4.31476,275,275,5,0,356,0,0,2), + (20663,3278,1,0,0,808.857,-1422.43,95.4166,4.1555,275,275,5,0,356,0,0,1), + (20664,3278,1,0,0,529.302,-1246.52,91.7916,0.140269,275,275,5,0,356,0,0,1), + (20665,3278,1,0,0,591.922,-1308.06,92.4166,2.51294,275,275,10,0,356,0,0,1), + (20666,3278,1,0,0,503.937,-1220.35,91.7916,2.3935,275,275,5,0,356,0,0,1), + (20667,3278,1,0,0,457.034,-1290.02,93.1667,0.668362,275,275,5,0,356,0,0,1), + (20668,3278,1,0,0,451.578,-1347.85,96.0462,6.01234,275,275,5,0,356,0,0,1), + (20669,3278,1,0,0,714.689,-1324.56,91.7916,2.32541,275,275,10,0,356,0,0,1), + (20670,3278,1,0,0,516.956,-1286.15,91.7916,4.77093,275,275,5,0,356,0,0,1), + (20671,3278,1,0,0,719.913,-1268.05,92.4167,5.80513,275,275,5,0,356,0,0,1), + (20672,3278,1,0,0,696.656,-1218.89,91.9159,2.42581,275,275,5,0,356,0,0,1), + (20673,3278,1,0,0,781.141,-1331.33,89.2542,2.28753,275,275,5,0,356,0,0,1), + (20674,3278,1,0,0,620.947,-1348.97,91.7916,0.65542,275,275,10,0,356,0,0,1), + (20675,3278,1,0,0,475.702,-1380.29,93.2917,3.81802,275,275,5,0,356,0,0,1), + (20676,3278,1,0,0,667.417,-1292.28,91.9167,4.79197,275,275,3,0,356,0,0,1), + (20677,3278,1,0,0,871.643,-1356.02,91.7916,5.72634,275,275,5,0,356,0,0,1), + (20678,3278,1,0,0,721.99,-1291.84,91.7917,1.13089,275,275,5,0,356,0,0,1), + (20679,3278,1,0,0,750.52,-1296.69,91.7916,4.62465,275,275,5,0,356,0,0,1), + (20680,3278,1,0,0,898.952,-1352.25,92.9166,4.59071,275,275,5,0,356,0,0,1), + (20681,3278,1,0,0,420.404,-1310.91,92.7917,6.10729,275,275,5,0,356,0,0,1), + (20682,3278,1,0,0,553.063,-1346.91,91.8733,0.92303,275,275,5,0,356,0,0,1), + (20683,3278,1,0,0,751.434,-1261.58,91.7917,0.36769,275,275,5,0,356,0,0,1), + (20684,3278,1,0,0,531.489,-1407.84,92.0417,4.65991,275,275,5,0,356,0,0,1), + (20685,5838,1,0,0,-1168.87,-3165.49,91.75,0.994838,19900,19900,0,0,386,0,0,0), + (20686,3279,1,0,0,557.992,-1184.55,91.787,1.41142,275,275,5,0,386,0,0,1), + (20687,3279,1,0,0,494.882,-1252.23,91.7916,1.19033,275,275,5,0,386,0,0,1), + (20688,3280,1,0,0,773.686,-1315.2,91.8792,4.14419,275,275,5,0,350,390,0,1), + (20689,3280,1,0,0,455.715,-1268.37,92.0417,1.42071,275,275,5,0,350,390,0,1), + (20690,3280,1,0,0,727.511,-1252.08,91.7917,0.153892,275,275,5,0,350,390,0,1), + (20691,3280,1,0,0,803.463,-1315.42,91.9629,3.63029,275,275,0,0,350,390,0,0), + (20692,3280,1,0,0,659.887,-1334.82,92.1666,6.02587,275,275,0,0,350,390,0,0), + (20693,3280,1,0,0,610.216,-1242.94,91.7917,5.25545,275,275,5,0,350,390,0,1), + (20694,3280,1,0,0,413.084,-1294.13,91.7917,3.76569,275,275,5,0,350,390,0,1), + (20695,3280,1,0,0,442.904,-1304.81,91.7917,5.83906,275,275,5,0,350,390,0,1), + (20696,3280,1,0,0,671.527,-1312.83,92.7916,1.189,275,275,5,0,350,390,0,1), + (20697,3280,1,0,0,506.226,-1243.59,91.9166,2.38202,275,275,5,0,350,390,0,1), + (20698,3280,1,0,0,730.486,-1280.11,91.7917,1.45407,275,275,0,0,350,390,0,0), + (20699,3280,1,0,0,512.739,-1204.49,92.6666,4.48557,275,275,0,0,350,390,0,0), + (20700,3280,1,0,0,803.855,-1387.85,92.1807,0.068366,275,275,5,0,350,390,0,1), + (20701,3280,1,0,0,739.597,-1310.45,92.0416,4.5601,275,275,5,0,350,390,0,1), + (20702,3280,1,0,0,702.893,-1360.02,91.9166,2.58215,275,275,5,0,350,390,0,1), + (20703,4065,0,0,0,-9396.15,-3074.33,140.858,2.9147,300,300,0,0,1563,0,0,0), + (20704,436,0,0,0,-9397.55,-3069.87,140.758,3.56047,300,300,0,0,1389,1357,0,0), + (20705,4462,0,0,0,-9377.52,-3073.93,149.58,3.01942,300,300,0,0,1815,0,0,0), + (20706,436,0,0,0,-9377.03,-3068.71,149.58,3.7001,300,300,0,0,1389,1357,0,0), + (20707,4065,0,0,0,-9357.78,-3000.23,137.079,4.11898,300,300,0,0,1563,0,0,0), + (20708,436,0,0,0,-9367.85,-2991.52,138.541,1.0472,300,300,0,0,1389,1357,0,0), + (20709,568,0,0,0,-9178.1,-3230.13,105.545,2.44695,300,300,5,0,664,0,0,1), + (20710,3280,1,0,0,805.698,-1354,91.7795,4.23295,275,275,5,0,350,390,0,1), + (20711,3280,1,0,0,542.728,-1507.84,93.5783,6.25297,275,275,5,0,350,390,0,1), + (20712,3280,1,0,0,594.482,-1480.2,91.7917,4.96678,275,275,5,0,350,390,0,1), + (20713,4065,0,0,0,-9415.97,-3075.98,136.802,3.08923,300,300,0,0,1563,0,0,0), + (20714,436,0,0,0,-9420.07,-3080.51,136.802,2.33874,300,300,0,0,1389,1357,0,0), + (20715,3280,1,0,0,873.677,-1347,91.7916,3.56263,275,275,5,0,350,390,0,1), + (20716,3280,1,0,0,905.312,-1307.79,105.097,4.33959,275,275,5,0,350,390,0,1), + (20717,3280,1,0,0,822.237,-1261.96,107.574,0.382687,275,275,3,0,350,390,0,1), + (20718,3280,1,0,0,707.334,-1280.48,92.6667,1.85706,275,275,0,0,350,390,0,0), + (20719,3280,1,0,0,525.749,-1224.54,92.2916,1.06376,275,275,5,0,350,390,0,1), + (20720,5841,1,0,0,-1182.23,-3123.94,92.1878,3.0143,43200,43200,0,0,1158,0,0,0), + (20721,3282,1,0,0,1035.29,-3050.94,98.8402,2.77878,275,275,0,0,328,0,0,0), + (20722,3282,1,0,0,1051.39,-3194.98,82.1222,2.24398,275,275,5,0,328,0,0,1), + (20723,3282,1,0,0,1045.8,-3097.71,83.3223,5.78581,275,275,0,0,328,0,0,0), + (20724,3282,1,0,0,1131.6,-3082.19,94.8842,3.20559,275,275,5,0,328,0,0,1), + (20725,3282,1,0,0,1060.9,-3083.42,105.138,5.92336,275,275,0,0,328,0,0,0), + (20726,3282,1,0,0,1050.63,-3069.66,91.758,1.37588,275,275,2,0,328,0,0,1), + (20727,3282,1,0,0,1023.82,-3153.38,83.4293,2.57127,275,275,5,0,328,0,0,1), + (20728,3282,1,0,0,1131.54,-3030.9,92.1529,1.33003,275,275,5,0,328,0,0,1), + (20729,3282,1,0,0,1041.72,-3037.23,82.4605,1.23152,275,275,5,0,328,0,0,1), + (20730,3282,1,0,0,1034.38,-3073.94,105.125,5.66784,275,275,5,0,328,0,0,1), + (20731,3282,1,0,0,986.502,-3087.3,81.9959,3.00488,275,275,5,0,328,0,0,1), + (20732,3282,1,0,0,1106.77,-3161.98,82.1305,0.566842,275,275,5,0,328,0,0,1), + (20733,3282,1,0,0,1028.71,-3078.45,91.7485,5.23044,275,275,2,0,328,0,0,1), + (20734,3282,1,0,0,1103.32,-3106.19,83.211,1.14611,275,275,5,0,328,0,0,1), + (20735,3282,1,0,0,1096.73,-3062.37,81.955,4.27697,275,275,5,0,328,0,0,1), + (20736,5842,1,0,0,1049.3,-3418.84,91.5937,3.71927,43200,43200,5,0,1347,0,0,2), + (20737,3283,1,0,0,1378.94,-3478,94.7912,1.49443,275,275,2,0,356,0,0,1), + (20738,3283,1,0,0,1374.51,-3675.58,91.787,5.68,275,275,5,0,356,0,0,1), + (20739,3283,1,0,0,1237.11,-3682.98,93.2015,1.7764,275,275,5,0,356,0,0,1), + (20740,3283,1,0,0,1339.98,-3500.44,93.3607,5.75565,275,275,2,0,356,0,0,1), + (20741,3283,1,0,0,1358.71,-3641.78,92.7527,3.93454,275,275,0,0,356,0,0,0), + (20742,3283,1,0,0,1360.36,-3444.26,96.7074,3.25814,275,275,2,0,356,0,0,1), + (20743,3283,1,0,0,1345.39,-3564.29,92.7101,2.40912,275,275,5,0,356,0,0,1), + (20744,3283,1,0,0,1351.55,-3653.22,92.7749,6.18655,275,275,0,0,356,0,0,0), + (20745,3283,1,0,0,1343.43,-3452.86,93.6413,0.507268,275,275,2,0,356,0,0,1), + (20746,3283,1,0,0,1343.03,-3597.4,91.8036,4.37701,275,275,5,0,356,0,0,2), + (20747,3283,1,0,0,1356.77,-3538.69,95.3672,5.39118,275,275,0,0,356,0,0,0), + (20748,3283,1,0,0,1354.89,-3509.29,92.9995,6.2347,275,275,2,0,356,0,0,2), + (20749,3283,1,0,0,1414.19,-3436.66,92.9402,5.45217,275,275,2,0,356,0,0,1), + (20750,3283,1,0,0,1306.79,-3652.98,91.787,0.226717,275,275,0,0,356,0,0,0), + (20751,3283,1,0,0,1369.72,-3620.78,91.9166,4.32615,275,275,5,0,356,0,0,1), + (20752,3283,1,0,0,1355.22,-3483.54,92.6425,1.79369,275,275,2,0,356,0,0,1), + (20753,3283,1,0,0,1235.26,-3647.65,93.0024,4.66293,275,275,5,0,356,0,0,1), + (20754,3283,1,0,0,1393.79,-3471.07,93.9308,2.01293,275,275,2,0,356,0,0,1), + (20755,3283,1,0,0,1419.95,-3418.26,93.0644,5.1668,275,275,2,0,356,0,0,2), + (20756,3283,1,0,0,1280.58,-3679.78,95.0661,4.42455,275,275,5,0,356,0,0,1), + (20757,3283,1,0,0,1270.37,-3572.76,91.782,0.592351,275,275,5,0,356,0,0,1), + (20758,3283,1,0,0,1376.98,-3437.49,97.2448,5.64782,275,275,2,0,356,0,0,1), + (20759,3283,1,0,0,1340.39,-3485.57,93.1834,6.21043,275,275,2,0,356,0,0,1), + (20760,3283,1,0,0,1367.44,-3485.87,94.3896,1.09204,275,275,2,0,356,0,0,1), + (20761,3283,1,0,0,1235.96,-3600.2,89.792,0.89506,275,275,5,0,356,0,0,1), + (20762,3283,1,0,0,1353.72,-3430.33,93.2591,2.02867,275,275,2,0,356,0,0,1), + (20763,3283,1,0,0,1388.75,-3441.33,94.3883,3.89413,275,275,2,0,356,0,0,1), + (20764,3283,1,0,0,1309.18,-3605.62,92.164,1.40424,275,275,5,0,356,0,0,1), + (20765,3283,1,0,0,1368.47,-3563.04,94.4237,0.243633,275,275,5,0,356,0,0,1), + (20766,3284,1,0,0,871.629,-2719.57,100.06,5.25909,275,275,5,0,300,0,0,1), + (20767,3284,1,0,0,820.402,-2703.58,91.7917,3.02771,275,275,5,0,300,0,0,2), + (20768,3284,1,0,0,1008.91,-3038.44,87.1525,0.614417,275,275,5,0,300,0,0,1), + (20769,3284,1,0,0,1129.86,-3196.57,91.9928,3.8178,275,275,5,0,300,0,0,1), + (20770,3284,1,0,0,1087.12,-3034.63,82.455,1.16973,275,275,5,0,300,0,0,1), + (20771,3284,1,0,0,1027.6,-3175.52,83.1219,2.85591,275,275,5,0,300,0,0,1), + (20772,3284,1,0,0,1108.42,-3071.27,86.1342,4.03216,275,275,5,0,300,0,0,1), + (20773,3284,1,0,0,1003.68,-3157.26,91.4293,1.37912,275,275,5,0,300,0,0,1), + (20774,3284,1,0,0,1012.94,-3004.49,92.9746,1.22343,275,275,5,0,300,0,0,1), + (20775,3284,1,0,0,1082,-3211.88,89.1159,1.29903,275,275,5,0,300,0,0,1), + (20776,3284,1,0,0,905.209,-2746.37,99.7413,1.5703,275,275,0,0,300,0,0,0), + (20777,3284,1,0,0,918.673,-2743.72,101.241,4.06097,275,275,5,0,300,0,0,1), + (20778,3284,1,0,0,826.46,-2694.73,91.7917,4.2692,275,275,0,0,300,0,0,0), + (20779,3284,1,0,0,889.284,-2695.31,100.146,1.17335,275,275,5,0,300,0,0,1), + (20780,3284,1,0,0,1144.06,-3031.87,92.0417,5.13235,275,275,0,0,300,0,0,0), + (20781,3284,1,0,0,1057.57,-3092.67,105.592,3.04154,275,275,0,0,300,0,0,0), + (20782,3284,1,0,0,1157.83,-3042.61,92.7507,1.88496,275,275,0,0,300,0,0,0), + (20783,3284,1,0,0,1020.48,-3204.35,91.1346,3.56799,275,275,15,0,300,0,0,1), + (20784,3284,1,0,0,1088.29,-3186.38,82.3749,2.66054,275,275,5,0,300,0,0,1), + (20785,3284,1,0,0,977.083,-3103.12,89.6279,4.80295,275,275,0,0,300,0,0,0), + (20786,3284,1,0,0,1148.85,-3069.73,96.0141,2.95547,275,275,5,0,300,0,0,1), + (20787,3284,1,0,0,1102.67,-3080.06,83.3842,0.498991,275,275,5,0,300,0,0,1), + (20788,3284,1,0,0,1092.6,-3025.22,83.2668,4.76619,275,275,5,0,300,0,0,2), + (20789,3284,1,0,0,1129.15,-3173.17,91.9928,4.02538,275,275,5,0,300,0,0,1), + (20790,3284,1,0,0,1128.99,-3117.27,88.336,2.89106,275,275,5,0,300,0,0,1), + (20791,3284,1,0,0,1050.7,-3054.49,94.3877,6.14513,275,275,5,0,300,0,0,1), + (20792,3284,1,0,0,1011.88,-3112.48,81.1957,0.725045,275,275,5,0,300,0,0,1), + (20793,3284,1,0,0,1020.09,-3086.47,91.7173,5.4766,275,275,0,0,300,0,0,0), + (20794,3284,1,0,0,972.992,-3076.86,88.2459,4.46715,275,275,5,0,300,0,0,1), + (20795,3284,1,0,0,1130.35,-3148.87,91.3805,0.051721,275,275,5,0,300,0,0,1), + (20796,3284,1,0,0,951.28,-3060.52,93.0032,4.24651,275,275,5,0,300,0,0,1), + (20797,3284,1,0,0,1020.97,-3045.49,81.7775,5.18427,275,275,5,0,300,0,0,1), + (20798,3284,1,0,0,1047.41,-3072.1,105.381,3.53113,275,275,0,0,300,0,0,0), + (20799,3284,1,0,0,1122.41,-3066.11,93.9237,2.2672,275,275,5,0,300,0,0,1), + (20800,3284,1,0,0,1067.32,-3030.45,82.8918,0.439924,275,275,5,0,300,0,0,1), + (20801,3284,1,0,0,993.775,-3060.42,81.7924,3.14506,275,275,5,0,300,0,0,1), + (20802,3284,1,0,0,973.428,-3019.07,91.8558,2.00047,275,275,5,0,300,0,0,1), + (20803,3284,1,0,0,1044.9,-3020.03,83.4626,3.33168,275,275,5,0,300,0,0,1), + (20804,3284,1,0,0,994.189,-3132.28,91.7529,4.20553,275,275,5,0,300,0,0,1), + (20805,3284,1,0,0,1056.46,-3216.38,88.4684,1.44103,275,275,5,0,300,0,0,1), + (20806,3284,1,0,0,1113.2,-3091.46,85.4586,3.68265,275,275,0,0,300,0,0,0), + (20807,3284,1,0,0,1113.16,-3186.42,90.3155,5.77979,275,275,5,0,300,0,0,1), + (20808,3284,1,0,0,1016.74,-3125.67,82.4,5.96909,275,275,5,0,300,0,0,1), + (20809,3284,1,0,0,993.713,-3180.94,92.7916,4.33241,275,275,15,0,300,0,0,1), + (20810,3284,1,0,0,996.491,-3107.48,82.6279,1.0654,275,275,5,0,300,0,0,1), + (20811,3284,1,0,0,1057.75,-3090.22,91.5141,2.7035,275,275,2,0,300,0,0,1), + (20812,3284,1,0,0,1008.92,-3182.28,91.7858,5.88811,275,275,5,0,300,0,0,1), + (20813,3284,1,0,0,1123.21,-3019.51,91.0279,1.13807,275,275,5,0,300,0,0,1), + (20814,3284,1,0,0,1035.29,-3087.59,104.941,5.18491,275,275,0,0,300,0,0,0), + (20815,3284,1,0,0,1032.54,-3060.6,102.263,0.836835,275,275,5,0,300,0,0,2), + (20816,3284,1,0,0,1113.46,-3041.35,91.7987,1.94817,275,275,5,0,300,0,0,1), + (20817,3285,1,0,0,819.036,-2712.34,91.8434,4.0614,275,275,5,0,273,0,0,1), + (20818,3285,1,0,0,854.037,-2665.83,91.7917,3.20461,275,275,0,0,273,0,0,0), + (20819,3285,1,0,0,912.623,-2707.82,101.837,3.80083,275,275,5,0,273,0,0,1), + (20820,3285,1,0,0,824.318,-2660.02,91.7917,0.79503,275,275,5,0,273,0,0,1), + (20821,3285,1,0,0,914.076,-2765.66,99.8529,1.95592,275,275,5,0,273,0,0,2), + (20822,3285,1,0,0,854.443,-2745.29,93.6667,0.887916,275,275,5,0,273,0,0,1), + (20823,3285,1,0,0,786.698,-2788.37,93.056,0.203618,275,275,5,0,273,0,0,1), + (20824,3285,1,0,0,813.399,-2684.3,91.7917,2.92259,275,275,5,0,273,0,0,1), + (20825,3285,1,0,0,837.576,-2645.87,96.2917,2.62303,275,275,0,0,273,0,0,0), + (20826,3285,1,0,0,810.834,-2644.98,91.7917,4.8839,275,275,5,0,273,0,0,1), + (20827,3285,1,0,0,836.008,-2665.41,91.7917,3.79992,275,275,5,0,273,0,0,1), + (20828,3285,1,0,0,909.937,-2772.26,99.8122,1.62319,275,275,5,0,273,0,0,1), + (20829,3285,1,0,0,878.077,-2754.47,98.5033,2.09527,275,275,5,0,273,0,0,2), + (20830,3285,1,0,0,881.911,-2714.03,100.935,0.429749,275,275,5,0,273,0,0,1), + (20831,3285,1,0,0,913.718,-2757.1,99.6163,2.47481,275,275,5,0,273,0,0,1), + (20832,3286,1,0,0,1370.95,-3497.19,93.8824,4.64028,275,275,2,0,386,0,0,1), + (20833,3286,1,0,0,1333.14,-3490.51,93.3687,1.17818,275,275,2,0,386,0,0,1), + (20834,3286,1,0,0,1254.43,-3600.8,112.022,5.53269,275,275,2,0,386,0,0,1), + (20835,3286,1,0,0,1417.67,-3421.18,93.2855,5.20293,275,275,2,0,386,0,0,1), + (20836,3286,1,0,0,1344.27,-3646.19,92.7527,0.758196,275,275,0,0,386,0,0,0), + (20837,3286,1,0,0,1357.25,-3453.47,97.6928,0.864473,275,275,2,0,386,0,0,1), + (20838,3286,1,0,0,1347.72,-3440.42,93.388,2.58256,275,275,2,0,386,0,0,1), + (20839,3286,1,0,0,1356.52,-3523.82,95.236,2.59585,275,275,2,0,386,0,0,1), + (20840,3286,1,0,0,1361.59,-3448.52,97.3362,4.03634,275,275,2,0,386,0,0,2), + (20841,3286,1,0,0,1387.77,-3632.92,91.7916,5.9353,275,275,5,0,386,0,0,1), + (20842,3286,1,0,0,1425.55,-3419.06,92.5329,1.66489,275,275,2,0,386,0,0,1), + (20843,3286,1,0,0,1357.38,-3419.92,92.1428,0.432663,275,275,2,0,386,0,0,1), + (20844,3286,1,0,0,1370.8,-3654.31,97.2594,0.708995,275,275,2,0,386,0,0,1), + (20845,3286,1,0,0,1325.44,-3650.73,91.787,4.31785,275,275,0,0,386,0,0,0), + (20846,3286,1,0,0,1405.74,-3410.6,92.791,3.61329,275,275,2,0,386,0,0,1), + (20847,3286,1,0,0,1281.86,-3645.9,91.7467,1.44962,275,275,5,0,386,0,0,1), + (20848,3286,1,0,0,1357.66,-3512.87,93.9356,4.64689,275,275,2,0,386,0,0,1), + (20849,3286,1,0,0,1400.08,-3451.66,93.4706,4.12276,275,275,2,0,386,0,0,1), + (20850,3286,1,0,0,1247.16,-3645.57,92.0024,0.680109,275,275,5,0,386,0,0,1), + (20851,3286,1,0,0,1240.96,-3578.15,93.3583,6.25195,275,275,5,0,386,0,0,1), + (20852,3286,1,0,0,1277.84,-3621.58,91.398,3.80285,275,275,5,0,386,0,0,2), + (20853,3286,1,0,0,1355.13,-3690.51,104.471,2.1569,275,275,5,0,386,0,0,1), + (20854,5849,1,0,0,-4163.38,-2194.61,50.2664,0.471239,19900,19900,0,0,664,0,0,0), + (20855,4316,1,0,0,-1417.06,-2713.21,93.8999,0.521504,275,275,5,0,270,0,0,1), + (20856,4316,1,0,0,-1226.37,-2811.89,93.8482,0.00748,275,275,0,0,270,0,0,0), + (20857,4316,1,0,0,-1283.35,-3149.67,96.5417,1.01747,275,275,5,0,270,0,0,1), + (20858,4316,1,0,0,-1257.98,-2293.24,93.7964,1.16921,275,275,5,0,270,0,0,1), + (20859,4316,1,0,0,-914.714,-2213.8,93.7742,1.98902,275,275,5,0,270,0,0,1), + (20860,4316,1,0,0,-1237.7,-2084.89,91.5492,0.046192,275,275,0,0,270,0,0,0), + (20862,3292,1,0,0,-981.24,-3686.49,9.50553,4.86947,275,275,0,0,372,0,0,0), + (20863,4316,1,0,0,-1480.47,-3016.06,91.7917,2.6079,275,275,5,0,270,0,0,1), + (20864,4316,1,0,0,-1276.13,-2856.32,93.6061,2.95254,275,275,5,0,270,0,0,1), + (20865,4316,1,0,0,-1408.48,-2681.68,93.6803,3.40459,275,275,5,0,270,0,0,1), + (20866,4316,1,0,0,-1131.07,-3129.3,94.4739,4.98645,275,275,5,0,270,0,0,1), + (20867,4316,1,0,0,-1525.82,-2983.54,91.7917,2.86892,275,275,5,0,270,0,0,1), + (20868,4316,1,0,0,-1151.91,-2781.84,91.7917,3.8959,275,275,5,0,270,0,0,1), + (20869,4316,1,0,0,-1014.57,-2727.63,93.9619,1.97738,275,275,2,0,270,0,0,1), + (20870,3809,1,0,0,1386.15,-2214.12,92.69,5.30037,275,275,5,0,662,0,0,1), + (20871,8418,1,0,0,-602.266,-2259.71,211.579,2.70526,275,275,0,0,1240,0,0,0), + (20872,6115,1,0,0,1443.42,-2781.39,143.264,3.39927,275,275,5,0,950,0,0,1), + (20873,6115,1,0,0,1413.96,-2819.6,116.403,1.95276,275,275,5,0,950,0,0,1), + (20874,6115,1,0,0,1422.5,-2797.63,153.267,5.0781,275,275,5,0,950,0,0,1), + (20875,6115,1,0,0,1404.23,-2800.22,123.331,5.69988,275,275,5,0,950,0,0,1), + (20876,6115,1,0,0,1520.46,-2912.79,128.917,5.37938,275,275,5,0,950,0,0,1), + (20877,5859,1,0,0,-4006.34,-1752.7,97.3885,5.72468,43200,43200,0,0,2250,0,0,0), + (20878,3300,1,0,0,-257.697,-1147.91,52.7783,3.84989,275,275,20,0,1,0,0,1), + (20879,3300,1,0,0,-1868.04,-2938.99,91.7917,2.54259,275,275,20,0,1,0,0,1), + (20880,3300,1,0,0,-4106.35,-1940.5,93.4167,3.20742,275,275,20,0,1,0,0,1), + (20881,3300,1,0,0,-3402.67,-1920.61,93.5407,1.23905,275,275,20,0,1,0,0,1), + (20882,3300,1,0,0,-640.268,-3631.25,93.3665,3.55367,275,275,20,0,1,0,0,1), + (20883,3300,1,0,0,-916.462,-2223.11,93.5106,0.326074,275,275,20,0,1,0,0,1), + (20884,3300,1,0,0,401.068,-2595.94,93.5417,2.53404,275,275,20,0,1,0,0,1), + (20885,3300,1,0,0,-1545.25,-2439.55,93.831,5.99603,275,275,20,0,1,0,0,1), + (20886,3300,1,0,0,545.4,-1287.28,93.2708,0.789096,275,275,20,0,1,0,0,1), + (20887,3300,1,0,0,-1774.17,-2445.57,94.0997,6.09268,275,275,20,0,1,0,0,1), + (20888,3300,1,0,0,-715.437,-3185.83,93.9781,1.62944,275,275,20,0,1,0,0,1), + (20889,3300,1,0,0,-1257.77,-2044.73,91.8171,2.74384,275,275,20,0,1,0,0,1), + (20890,3300,1,0,0,-2719.97,-2214.7,91.7917,1.11312,275,275,20,0,1,0,0,1), + (20891,3300,1,0,0,-1340.31,-3229.94,134.527,4.17968,275,275,20,0,1,0,0,1), + (20892,3300,1,0,0,-1646.22,-3089.99,92.8842,5.45218,275,275,20,0,1,0,0,1), + (20893,3300,1,0,0,-468.367,-3486.55,93.7425,2.82355,275,275,20,0,1,0,0,1), + (20894,3300,1,0,0,-1911.94,-2289.08,94.8839,3.29997,275,275,20,0,1,0,0,1), + (20895,3300,1,0,0,-2440.41,-2445.25,91.7917,6.14161,275,275,20,0,1,0,0,1), + (20896,3300,1,0,0,-421.764,-2812.46,94.3587,0.167058,275,275,20,0,1,0,0,1), + (20897,3300,1,0,0,-365.812,-1446.31,93.5744,0.076173,275,275,20,0,1,0,0,1), + (20898,3300,1,0,0,-1729.54,-2829.28,83.4497,1.60399,275,275,20,0,1,0,0,1), + (20899,3300,1,0,0,118.892,-3156.73,90.8445,5.01728,275,275,20,0,1,0,0,1), + (20900,3300,1,0,0,-2219.35,-1814.1,91.7917,5.07186,275,275,20,0,1,0,0,1), + (20901,3300,1,0,0,-391.353,-1971.26,95.5474,5.60039,275,275,20,0,1,0,0,1), + (20902,3300,1,0,0,-2003,-2498.47,92.6666,3.43679,275,275,20,0,1,0,0,1), + (20903,3300,1,0,0,-633.976,-1834.34,94.0133,3.49053,275,275,20,0,1,0,0,1), + (20904,3300,1,0,0,543.301,-3054.41,91.7917,0.235801,275,275,20,0,1,0,0,1), + (20905,3300,1,0,0,-2422.32,-1684.25,94.8522,0.12992,275,275,20,0,1,0,0,1), + (20906,3300,1,0,0,411.49,-3426.03,95.3263,0.446182,275,275,20,0,1,0,0,1), + (20907,3300,1,0,0,-2224.21,-2645.57,91.9219,0.956227,275,275,20,0,1,0,0,1), + (20908,3300,1,0,0,-826.918,-1794.22,92.2986,0.880808,275,275,20,0,1,0,0,1), + (20909,3300,1,0,0,-1425.59,-2904.73,93.5802,0.566807,275,275,20,0,1,0,0,1), + (20910,3300,1,0,0,625.686,-2504.22,96.0542,3.93804,275,275,20,0,1,0,0,1), + (20911,3300,1,0,0,-2013.49,-1823.2,92.0553,5.21361,275,275,20,0,1,0,0,1), + (20912,3300,1,0,0,-40.023,-2072.73,93.5417,1.78166,275,275,20,0,1,0,0,1), + (20913,3300,1,0,0,-1472.6,-2224.48,92.6945,5.78751,275,275,20,0,1,0,0,1), + (20914,3300,1,0,0,-1713.04,-2011.97,92.7917,3.37909,275,275,20,0,1,0,0,1), + (20915,3300,1,0,0,204.186,-3599.02,27.3096,5.23874,275,275,20,0,1,0,0,1), + (20916,3300,1,0,0,-799.626,-3464.75,91.789,2.22868,275,275,20,0,1,0,0,1), + (20917,3300,1,0,0,-1753.78,-2238.05,91.1078,1.8153,275,275,20,0,1,0,0,1), + (20918,3300,1,0,0,-2454.46,-2243.34,94.4851,0.203496,275,275,20,0,1,0,0,1), + (20919,3300,1,0,0,-1545.03,-1876.96,96.7245,0.895473,275,275,20,0,1,0,0,1), + (20920,3300,1,0,0,-975.175,-1873.45,94.6777,5.21968,275,275,20,0,1,0,0,1), + (20921,3300,1,0,0,-297.442,-1630.58,93.8481,0.902444,275,275,20,0,1,0,0,1), + (20922,3300,1,0,0,-584.427,-1564.7,91.7917,0.48085,275,275,20,0,1,0,0,1), + (20923,3300,1,0,0,-3616.66,-2184.19,92.0978,1.01553,275,275,20,0,1,0,0,1), + (20924,3300,1,0,0,-3793.8,-1853.03,93.8926,1.9176,275,275,20,0,1,0,0,1), + (20925,3300,1,0,0,-3815.44,-2217.4,93.0417,4.12868,275,275,20,0,1,0,0,1), + (20926,3300,1,0,0,-1579.26,-2047.63,91.765,3.95461,275,275,20,0,1,0,0,1), + (20927,3300,1,0,0,-1885.21,-2051.85,91.7917,6.16522,275,275,20,0,1,0,0,1), + (20928,3300,1,0,0,-3416.79,-2237.68,91.7917,4.36007,275,275,20,0,1,0,0,1), + (20929,3300,1,0,0,-241.811,-2834.31,92.6466,1.07394,275,275,20,0,1,0,0,1), + (20930,3300,1,0,0,-3594.16,-2318.29,92.6658,5.35238,275,275,20,0,1,0,0,1), + (20931,3300,1,0,0,170.227,-1597.41,92.9947,0.472325,275,275,20,0,1,0,0,1), + (20932,3300,1,0,0,-907.05,-2527.07,96.5336,5.5116,275,275,20,0,1,0,0,1), + (20933,3300,1,0,0,-226.655,-3425.88,92.0553,0.271051,275,275,20,0,1,0,0,1), + (20934,3300,1,0,0,-1311.04,-2562.21,93.5534,6.24024,275,275,20,0,1,0,0,1), + (20935,3300,1,0,0,-3579.72,-1941.45,92.5687,1.50436,275,275,20,0,1,0,0,1), + (20936,3300,1,0,0,-1160.11,-2875.1,93.7676,4.93785,275,275,20,0,1,0,0,1), + (20937,3300,1,0,0,-2894.74,-2035.6,95.3771,5.57235,275,275,20,0,1,0,0,1), + (20938,3300,1,0,0,-2719.61,-1921.55,92.4167,2.48365,275,275,20,0,1,0,0,1), + (20939,5863,1,0,0,-1906.86,-1753.09,91.7571,4.90438,19900,19900,0,0,404,456,0,0), + (20940,3819,1,0,0,1364.1,-2362.42,115.237,2.79016,275,275,5,0,494,0,0,1), + (20944,5871,1,0,0,-393.28,-2641.5,96.3063,3.26377,275,275,0,0,804,0,0,0), + (20947,6387,1,0,0,-2380.12,-1944.53,95.8659,0.837758,275,275,0,0,644,0,0,0), + (20948,3572,1,0,0,-1031.99,-3659.05,22.8603,6.0912,275,275,0,0,1042,0,0,0), + (20949,6132,1,0,0,-4487.31,-1768.36,86.2333,3.45364,275,275,5,0,1815,0,0,1), + (20950,6132,1,0,0,-4484.73,-1736.67,86.7333,1.20697,275,275,5,0,1815,0,0,2), + (20951,6132,1,0,0,-4490.62,-1732.34,87.5366,0.099398,275,275,5,0,1815,0,0,1), + (20952,6132,1,0,0,-4473.34,-1690.78,81.7558,1.09001,275,275,0,0,1815,0,0,2), + (20953,5878,1,0,0,-437.62,-3176.26,211.385,0.820305,275,275,0,0,1528,0,0,0), + (20954,7161,1,0,0,-841.132,-3767.78,17.9708,3.08923,275,275,0,0,919,0,0,0), + (20955,6394,1,0,0,-2402.35,-1904.08,96.8255,4.92183,275,275,0,0,1605,0,0,0), + (20956,3835,1,0,0,-593.872,-2359.78,26.0489,2.09008,275,275,5,0,8,0,0,1), + (20957,3835,1,0,0,-538.46,-2296.63,42.0183,0.01916,275,275,5,0,8,0,0,1), + (20958,3835,1,0,0,-711.137,-2268.13,13.7285,5.48089,275,275,5,0,8,0,0,1), + (20959,3835,1,0,0,-566.447,-2254.82,38.2802,6.01234,275,275,5,0,8,0,0,1), + (20960,3835,1,0,0,-668.773,-2335.74,17.6538,2.161,275,275,5,0,8,0,0,1), + (20961,3835,1,0,0,-691.638,-2227.46,16.8341,3.27158,275,275,5,0,8,0,0,1), + (20962,3835,1,0,0,-563.182,-2204.3,49.6391,4.23175,275,275,5,0,8,0,0,1), + (20963,3835,1,0,0,-671.596,-2041.14,66.9191,2.53736,275,275,5,0,8,0,0,1), + (20964,3835,1,0,0,-568.047,-2093.39,50.5435,0.638885,275,275,5,0,8,0,0,1), + (20965,3835,1,0,0,-712.574,-2048.08,65.8135,2.60885,275,275,5,0,8,0,0,1), + (20966,3835,1,0,0,-694.438,-2064.06,65.9176,0.561598,275,275,5,0,8,0,0,1), + (20967,9981,1,0,0,-391.671,-2620.18,95.7458,0.680678,275,275,0,0,1605,0,0,0), + (20968,7166,1,0,0,-841.221,-3772.92,17.5408,3.00197,275,275,0,0,919,0,0,0), + (20969,9983,1,0,0,-2350.4,-1967.8,96.2094,2.58309,275,275,0,0,1605,0,0,0), + (20970,4095,1,0,0,-4923.74,-2384.79,-52.5264,5.67477,275,275,5,0,840,0,0,1), + (20971,4095,1,0,0,-4921.65,-2305.91,-68.4639,0.262875,275,275,5,0,840,0,0,1), + (20972,4095,1,0,0,-4917.63,-2266.17,-70.1216,4.28821,275,275,5,0,840,0,0,1), + (20973,4096,1,0,0,-5191.02,-2579.95,-51.1281,0.833418,300,300,0,0,582,618,0,0), + (20974,4096,1,0,0,-5016.68,-2382.85,-54.6715,1.88355,300,300,5,0,582,618,0,1), + (20975,4096,1,0,0,-5028.52,-2400.23,-55.5709,5.81397,300,300,3,0,582,618,0,1), + (20976,4096,1,0,0,-5093.31,-2388.52,-53.5114,0.54631,300,300,0,0,582,618,0,0), + (20977,4096,1,0,0,-5034.32,-2399.56,-55.471,5.12156,300,300,3,0,582,618,0,2), + (20978,4096,1,0,0,-5018.38,-2315.26,-47.9545,4.79697,300,300,3,0,582,618,0,1), + (20979,4096,1,0,0,-5181.98,-2240.58,-46.1047,2.56767,300,300,5,0,582,618,0,1), + (20980,4096,1,0,0,-5156.99,-2293.19,-44.6006,1.12924,300,300,0,0,582,618,0,0), + (20981,4096,1,0,0,-5092.9,-2278.46,-54.8101,6.01185,300,300,0,0,582,618,0,0), + (20982,4096,1,0,0,-5155.52,-2253.02,-53.6014,1.43166,300,300,5,0,582,618,0,1), + (20983,4096,1,0,0,-5079.19,-2151.68,-47.8017,0.922064,300,300,5,0,582,618,0,1), + (20984,4096,1,0,0,-5117.77,-2268.6,-55.4067,4.01229,300,300,5,0,582,618,0,1), + (20985,4096,1,0,0,-5110.45,-2237.77,-50.6305,1.88317,300,300,0,0,582,618,0,0), + (20986,4096,1,0,0,-4941.56,-2188.08,-51.1175,0.488684,300,300,0,0,582,618,0,0), + (20987,4096,1,0,0,-5087.34,-2314.35,-53.9986,3.32036,300,300,5,0,582,618,0,1), + (20988,4096,1,0,0,-5014.67,-2228.95,-53.2513,2.18445,300,300,0,0,582,618,0,0), + (20989,4096,1,0,0,-5078.22,-2283.95,-54.0601,0.04284,300,300,5,0,582,618,0,1), + (20990,4096,1,0,0,-5173.96,-2482.29,-50.2662,0.216798,300,300,5,0,582,618,0,1), + (20991,4096,1,0,0,-5152.69,-2553.14,-49.5416,0.295984,300,300,0,0,582,618,0,0), + (20992,4096,1,0,0,-5055.56,-2313.25,-52.6628,4.11296,300,300,5,0,582,618,0,1), + (20993,4096,1,0,0,-5154.75,-2429.49,-51.5405,6.05432,300,300,5,0,582,618,0,1), + (20994,4096,1,0,0,-5047.06,-2379.34,-54.4567,5.06665,300,300,3,0,582,618,0,1), + (20995,4096,1,0,0,-5226.15,-2555.57,-46.8179,3.97614,300,300,5,0,582,618,0,1), + (20996,4096,1,0,0,-5147.26,-2385.28,-51.0164,4.75862,300,300,5,0,582,618,0,1), + (20997,4096,1,0,0,-5198.83,-2419.43,-37.9097,2.61994,300,300,0,0,582,618,0,0), + (20998,4096,1,0,0,-5181.13,-2389.29,-40.0531,4.05947,300,300,5,0,582,618,0,1), + (20999,4096,1,0,0,-5166.09,-2411.54,-49.2905,4.57823,300,300,0,0,582,618,0,0), + (21000,4096,1,0,0,-5114.85,-2318.79,-55.2596,2.10777,300,300,0,0,582,618,0,0), + (21001,4097,1,0,0,-4578.41,-1220.53,-54.8823,1.29675,300,300,5,0,586,693,0,1), + (21002,4097,1,0,0,-4624.2,-1214.14,-54.7217,5.42353,300,300,5,0,586,693,0,1), + (21003,4097,1,0,0,-4588.82,-1247.78,-53.7409,0.235235,300,300,3,0,586,693,0,1), + (21004,4097,1,0,0,-4593.39,-1271.24,-52.7684,5.22044,300,300,5,0,586,693,0,1), + (21005,4097,1,0,0,-4614.79,-1315.23,-48.1311,2.8354,300,300,5,0,586,693,0,1), + (21006,4097,1,0,0,-4677.09,-1249.26,-51.3516,0.095784,300,300,5,0,586,693,0,1), + (21007,4097,1,0,0,-4643.16,-1259.41,-52.027,0.768175,300,300,5,0,586,693,0,1), + (21008,4097,1,0,0,-4703.03,-1459.56,-49.9765,5.06634,300,300,5,0,586,693,0,1), + (21009,4097,1,0,0,-4680.98,-1447.82,-50.4711,0.663444,300,300,5,0,586,693,0,1), + (21010,4097,1,0,0,-4964.79,-2279.4,-63.7236,2.79604,300,300,5,0,586,693,0,1), + (21011,4097,1,0,0,-4924.78,-2384.36,-52.4758,2.97424,300,300,3,0,586,693,0,1), + (21012,4097,1,0,0,-4876.94,-2339.52,-53.2087,1.36342,300,300,3,0,586,693,0,1), + (21013,4097,1,0,0,-4948.63,-2304.52,-68.0317,6.12222,300,300,3,0,586,693,0,1), + (21014,4097,1,0,0,-4898.55,-2301.28,-59.5706,4.14837,300,300,3,0,586,693,0,1), + (21015,4097,1,0,0,-4964.11,-2351.77,-60.4613,5.17817,300,300,5,0,586,693,0,1), + (21016,4097,1,0,0,-5006.1,-2376.11,-57.3421,0.737944,300,300,5,0,586,693,0,1), + (21017,4099,1,0,0,-4547.44,-1218.79,-56.4009,4.46589,300,300,10,0,788,0,0,1), + (21018,4099,1,0,0,-4598.16,-1279.45,-50.5184,0.386637,300,300,0,0,788,0,0,0), + (21019,4099,1,0,0,-4640.62,-1283.06,-47.3686,5.40174,300,300,5,0,788,0,0,1), + (21020,3100,1,0,0,1185.55,-4339,24.634,3.01,300,300,5,0,156,0,0,1), + (21021,4099,1,0,0,-4658.87,-1244.99,-52.777,4.74443,300,300,5,0,788,0,0,2), + (21022,3100,1,0,0,1197.92,-4297,22.003,5.721,300,300,5,0,156,0,0,1), + (21023,4099,1,0,0,-4626.52,-1285.93,-51.1791,5.02262,300,300,5,0,788,0,0,1), + (21024,3100,1,0,0,1211.61,-4246,24.763,1.551,300,300,5,0,156,0,0,1), + (21025,4099,1,0,0,-4713.49,-1425.65,-51.0232,4.5294,300,300,5,0,788,0,0,1), + (21026,3100,1,0,0,1218.72,-4353.9,21.2956,4.86554,300,300,5,0,156,0,0,1), + (21027,4099,1,0,0,-4682.61,-1427.06,-50.4196,3.13886,300,300,5,0,788,0,0,1), + (21028,4099,1,0,0,-4935.8,-2268.84,-66.601,0.97482,300,300,3,0,788,0,0,1), + (21029,4099,1,0,0,-4917.84,-2267.14,-70.2366,1.98988,300,300,3,0,788,0,0,1), + (21030,4099,1,0,0,-4935.22,-2350.57,-46.9941,5.13207,300,300,3,0,788,0,0,1), + (21031,4099,1,0,0,-4936.69,-2401.8,-53.1828,5.81779,300,300,3,0,788,0,0,1), + (21032,4099,1,0,0,-4978.4,-2381.08,-57.3887,0.284943,300,300,5,0,788,0,0,1), + (21033,4099,1,0,0,-4976.56,-2355.21,-59.1157,3.26907,300,300,5,0,788,0,0,1), + (21034,3100,1,0,0,1253.35,-4381,28.47,5.831,300,300,5,0,156,0,0,1), + (21035,4099,1,0,0,-4891.26,-2297.33,-59.4468,1.14801,300,300,3,0,788,0,0,1), + (21036,3100,1,0,0,1260.31,-4279,24.933,3.287,300,300,5,0,156,0,0,1), + (21037,4099,1,0,0,-5004.42,-2351.81,-55.4281,2.74411,300,300,5,0,788,0,0,1), + (21038,4099,1,0,0,-4991.59,-2311.98,-57.9909,0.978848,300,300,5,0,788,0,0,1), + (21039,4100,1,0,0,-5579.14,-1577.71,10.5668,6.17046,300,300,3,0,768,0,0,1), + (21040,4100,1,0,0,-5598,-1609.38,13.5855,5.25555,300,300,3,0,768,0,0,2), + (21041,4100,1,0,0,-5499.53,-1598.83,28.0668,5.33641,300,300,2,0,768,0,0,1), + (21042,4100,1,0,0,-5394.91,-1683.51,-52.9398,2.65175,300,300,15,0,768,0,0,1), + (21043,4100,1,0,0,-5363.85,-1673.79,-53.9582,5.73473,300,300,15,0,768,0,0,1), + (21044,4100,1,0,0,-5401.79,-1647.21,-54.2006,0.973233,300,300,15,0,768,0,0,1), + (21045,10756,1,0,0,-5115.52,-2046.13,-42.5643,6.18332,300,300,5,0,896,0,0,1), + (21046,10756,1,0,0,-5019.05,-1989.77,-50.5021,4.12671,300,300,5,0,896,0,0,1), + (21047,10756,1,0,0,-4987.6,-1980.75,-51.269,3.61513,300,300,10,0,896,0,0,1), + (21048,10756,1,0,0,-4950.2,-1972.49,-47.6415,4.28125,300,300,5,0,896,0,0,1), + (21049,10756,1,0,0,-5072.42,-2085.18,-46.4831,3.89531,300,300,5,0,896,0,0,1), + (21050,4101,1,0,0,-5533.04,-1602.88,29.1719,4.65989,300,300,3,0,950,0,0,1), + (21051,4101,1,0,0,-5498.9,-1628.65,26.8203,4.62865,300,300,2,0,950,0,0,1), + (21052,4101,1,0,0,-5585.7,-1624.01,15.4334,3.48316,300,300,3,0,950,0,0,1), + (21053,4101,1,0,0,-5440.21,-1658.25,-27.8278,3.95461,300,300,5,0,950,0,0,2), + (21054,4101,1,0,0,-5609.7,-1609.12,14.4006,5.88741,300,300,3,0,950,0,0,1), + (21056,4101,1,0,0,-5510.73,-1589.29,28.0713,1.46608,300,300,3,0,950,0,0,1), + (21057,4101,1,0,0,-5462.57,-1636.54,29.1135,0.387204,300,300,2,0,950,0,0,1), + (21058,10757,1,0,0,-4982.9,-2012.76,-47.9652,0.553006,300,300,5,0,840,0,0,1), + (21059,10757,1,0,0,-5114.44,-2082.12,-38.2499,3.6753,300,300,3,0,840,0,0,1), + (21060,10757,1,0,0,-4950.07,-1911.19,-46.5927,1.40002,300,300,5,0,840,0,0,1), + (21061,10757,1,0,0,-4981.9,-1877.44,-45.5826,2.39399,300,300,5,0,840,0,0,1), + (21062,10757,1,0,0,-5054.22,-2054.25,-48.5987,3.66242,300,300,10,0,840,0,0,1), + (21063,10757,1,0,0,-5080.46,-2054.67,-46.648,2.85841,300,300,5,0,840,0,0,1), + (21064,4101,1,0,0,-5356.59,-1638.98,-54.7752,4.49422,300,300,15,0,950,0,0,1), + (21065,4101,1,0,0,-5359.74,-1606.66,-55.4734,5.82288,300,300,10,0,950,0,0,1), + (21066,4101,1,0,0,-5379.52,-1659.27,-54.3669,3.28368,300,300,15,0,950,0,0,1), + (21067,4101,1,0,0,-5440.37,-1685.69,-38.4093,1.64502,300,300,3,0,950,0,0,1), + (21068,10757,1,0,0,-4950.04,-1951.75,-50.8618,3.38779,300,300,5,0,840,0,0,1), + (21069,10757,1,0,0,-4921.37,-1912.06,-45.1547,4.41339,300,300,5,0,840,0,0,1), + (21070,10757,1,0,0,-4983.32,-2046.51,-47.9726,3.0499,300,300,10,0,840,0,0,1), + (21071,10757,1,0,0,-5011.83,-2009.84,-50.7428,0.456694,300,300,10,0,840,0,0,1), + (21072,10758,1,0,0,-4771.38,-1900.53,89.0259,1.16937,300,300,0,0,734,0,0,0), + (21073,10758,1,0,0,-4919.73,-2078.56,85.1025,5.93412,300,300,0,0,734,0,0,0), + (21074,10758,1,0,0,-4998.15,-2101.57,84.2488,1.42028,300,300,0,0,734,0,0,0), + (21075,10758,1,0,0,-5084.61,-1894.74,87.1061,1.71823,300,300,5,0,734,0,0,1), + (21076,10758,1,0,0,-5109.41,-1923.61,88.9103,0.004893,300,300,5,0,734,0,0,2), + (21077,10758,1,0,0,-4915.73,-2062.38,85.1517,5.33124,300,300,5,0,734,0,0,1), + (21078,10758,1,0,0,-5013.91,-2107.01,83.9856,3.84019,300,300,0,0,734,0,0,0), + (21079,10759,1,0,0,-5081.23,-1927.56,88.8295,5.0091,300,300,0,0,684,693,0,0), + (21080,10759,1,0,0,-5080.19,-1931.83,89.0795,1.71042,300,300,0,0,684,693,0,0), + (21081,10759,1,0,0,-5048.63,-1948.32,91.0811,2.79253,300,300,0,0,684,693,0,0), + (21082,10759,1,0,0,-5006.08,-1889.47,3.41114,3.16404,300,300,5,0,684,693,0,2), + (21083,10759,1,0,0,-4768.58,-1895.25,89.2155,4.13643,300,300,0,0,684,693,0,0), + (21084,10759,1,0,0,-4913.31,-2081.96,85.1858,2.63545,300,300,0,0,684,693,0,0), + (21085,10759,1,0,0,-4756.03,-2125.4,83.6865,1.37881,300,300,0,0,684,693,0,0), + (21086,10759,1,0,0,-5036.93,-1940.22,90.8007,5.2437,300,300,5,0,684,693,0,1), + (21087,10759,1,0,0,-4904.67,-1970.13,86.8811,2.84907,300,300,5,0,684,693,0,2), + (21088,10759,1,0,0,-4924.71,-1855.95,80.7122,6.06989,300,300,3,0,684,693,0,1), + (21089,10759,1,0,0,-5115.23,-1978.96,88.5938,2.35528,300,300,5,0,684,693,0,2), + (21090,10759,1,0,0,-5157.99,-2145.03,92.1804,3.97336,300,300,5,0,684,693,0,1), + (21091,10759,1,0,0,-4759.64,-1877.04,89.9933,5.5695,300,300,5,0,684,693,0,1), + (21092,10759,1,0,0,-4882.95,-1986.58,91.9923,5.23599,300,300,0,0,684,693,0,0), + (21093,10759,1,0,0,-4876.99,-1971.41,91.7774,4.99625,300,300,5,0,684,693,0,1), + (21094,10759,1,0,0,-5000.84,-2095.42,84.2372,1.25928,300,300,5,0,684,693,0,2), + (21095,10759,1,0,0,-5004.62,-2124.61,83.7377,3.9619,300,300,0,0,684,693,0,0), + (21096,10760,1,0,0,-5058.13,-1930.98,89.9334,5.21853,300,300,0,0,590,1633,0,0), + (21097,10760,1,0,0,-5084.85,-1951.15,89.1557,0.396464,300,300,5,0,590,1633,0,2), + (21098,4104,1,0,0,-5615.5,-1584.23,12.4946,3.57266,300,300,3,0,1003,0,0,1), + (21099,4104,1,0,0,-5560.51,-1634.4,21.989,4.50728,300,300,3,0,1003,0,0,1), + (21100,4104,1,0,0,-5495.06,-1609.19,28.7622,3.97443,300,300,5,0,1003,0,0,2), + (21101,4104,1,0,0,-5603.09,-1599.02,11.8902,5.09622,300,300,3,0,1003,0,0,1), + (21102,4104,1,0,0,-5540.93,-1591.12,28.9255,2.21267,300,300,0,0,1003,0,0,0), + (21103,4104,1,0,0,-5514.2,-1577.55,28.9427,4.14573,300,300,2,0,1003,0,0,2), + (21104,10760,1,0,0,-5053.51,-1946.17,90.8081,5.77704,300,300,0,0,590,1633,0,0), + (21105,10760,1,0,0,-4849.1,-1846.39,61.1143,6.11841,300,300,5,0,590,1633,0,2), + (21106,10760,1,0,0,-4789.23,-1887,90.021,1.08531,300,300,5,0,590,1633,0,1), + (21107,10760,1,0,0,-4898.39,-2078.99,83.9509,3.83142,300,300,5,0,590,1633,0,1), + (21108,10760,1,0,0,-4781.82,-2129.78,82.6689,2.94378,300,300,5,0,590,1633,0,1), + (21109,10760,1,0,0,-4753.79,-2103.01,83.2619,5.76726,300,300,5,0,590,1633,0,2), + (21110,10760,1,0,0,-5044.13,-1903.83,88.6302,1.06236,300,300,5,0,590,1633,0,1), + (21111,10760,1,0,0,-5113.52,-1950.85,88.7948,2.60206,300,300,5,0,590,1633,0,1), + (21112,10760,1,0,0,-5099.47,-1912.83,88.2051,3.56088,300,300,5,0,590,1633,0,1), + (21113,10760,1,0,0,-4788.76,-1888.64,89.896,0.330425,300,300,5,0,590,1633,0,2), + (21114,10760,1,0,0,-4880.87,-1989.27,91.8534,2.32129,300,300,0,0,590,1633,0,0), + (21115,10760,1,0,0,-4874.72,-1991.18,91.7827,3.23438,300,300,5,0,590,1633,0,2), + (21116,10760,1,0,0,-4993.92,-2115.26,84.1659,0,300,300,0,0,590,1633,0,0), + (21117,10761,1,0,0,-5066.55,-1885.71,86.7614,3.19395,300,300,0,0,981,0,0,0), + (21118,10761,1,0,0,-5065.6,-1958.9,90.2779,2.54818,300,300,0,0,981,0,0,0), + (21119,10761,1,0,0,-5085.05,-1970.16,88.327,2.25148,300,300,0,0,981,0,0,0), + (21120,10761,1,0,0,-5111.59,-1897.97,87.8429,5.49779,300,300,0,0,981,0,0,0), + (21121,10761,1,0,0,-5139.71,-1951.46,89.2708,1.43117,300,300,0,0,981,0,0,0), + (21122,10761,1,0,0,-4740.8,-2091.88,83.7436,3.90954,300,300,0,0,981,0,0,0), + (21123,10761,1,0,0,-5080.54,-1869.93,84.2694,4.08407,300,300,0,0,981,0,0,0), + (21124,10761,1,0,0,-5136.05,-1916.99,89.2708,4.67748,300,300,0,0,981,0,0,0), + (21125,10761,1,0,0,-5187.59,-2159.51,94.7173,0.733038,300,300,0,0,981,0,0,0), + (21126,4875,1,0,0,-5467.54,-2432.64,89.7824,6.00393,300,300,0,0,2471,0,0,0), + (21127,4107,1,0,0,-5224.54,-1220.14,49.7935,2.84209,300,300,3,0,896,0,0,1), + (21128,4107,1,0,0,-5069.79,-1055.21,2.54778,4.82786,300,300,5,0,896,0,0,1), + (21129,4107,1,0,0,-5116.86,-912.638,-5.40153,5.28733,300,300,10,0,896,0,0,1), + (21130,4107,1,0,0,-5190.19,-1179.26,45.5069,6.05114,300,300,10,0,896,0,0,1), + (21131,4107,1,0,0,-5074.16,-1017.81,-4.82582,2.40284,300,300,10,0,896,0,0,1), + (21132,4107,1,0,0,-4980.21,-923.934,-4.97707,2.09616,300,300,15,0,896,0,0,1), + (21133,4107,1,0,0,-5183.27,-1221.41,48.3499,5.14984,300,300,5,0,896,0,0,2), + (21134,4107,1,0,0,-5158.33,-1112.3,47.3588,6.07277,300,300,5,0,896,0,0,1), + (21135,4107,1,0,0,-4941.67,-958.334,-5.49241,2.31889,300,300,5,0,896,0,0,1), + (21136,4107,1,0,0,-4887.97,-897.821,-4.88752,1.29767,300,300,5,0,896,0,0,1), + (21137,4107,1,0,0,-4958.01,-883.172,-5.82937,1.39475,300,300,5,0,896,0,0,1), + (21138,4107,1,0,0,-5075.54,-952.722,-4.88538,2.92123,300,300,5,0,896,0,0,1), + (21139,4107,1,0,0,-5124.68,-1036.42,-5.50887,4.34029,300,300,5,0,896,0,0,1), + (21140,4107,1,0,0,-5147.51,-889.999,-5.3282,5.00292,300,300,5,0,896,0,0,1), + (21141,4107,1,0,0,-5011.31,-842.106,-5.40228,4.57138,300,300,5,0,896,0,0,1), + (21142,4107,1,0,0,-5012.94,-888.237,-5.73381,5.34389,300,300,0,0,896,0,0,0), + (21143,4107,1,0,0,-4975.68,-838.443,-5.78874,5.78444,300,300,5,0,896,0,0,1), + (21144,4876,1,0,0,-5476.7,-2453.51,89.3671,4.72984,300,300,0,0,2016,0,0,0), + (21145,4620,1,0,0,-6193.54,-3920.8,-47.1554,0.523599,300,300,0,0,2016,0,0,0), + (21146,4877,1,0,0,-5477.48,-2466.44,89.3671,1.29154,300,300,0,0,810,0,0,0), + (21147,4109,1,0,0,-5016.56,-955.637,-5.69139,0.878173,300,300,5,0,896,0,0,1), + (21148,4109,1,0,0,-5187.22,-1146.62,47.1967,2.46274,300,300,5,0,896,0,0,1), + (21149,4109,1,0,0,-4901.65,-952.418,-5.46838,4.54831,300,300,0,0,896,0,0,2), + (21150,4109,1,0,0,-5055.98,-919.185,-5.43601,5.82861,300,300,15,0,896,0,0,1), + (21151,4109,1,0,0,-5054.03,-973.837,-4.96283,3.0801,300,300,0,0,896,0,0,0), + (21152,4878,1,0,0,-5456.41,-2419.88,89.5891,5.20108,300,300,0,0,2100,0,0,0), + (21153,4110,1,0,0,-4962.28,-940.819,-5.25795,0.851331,300,300,0,0,1146,0,0,0), + (21154,4110,1,0,0,-4962.94,-873.705,-5.68761,4.92765,300,300,5,0,1146,0,0,2), + (21155,4111,1,0,0,-5366.71,-1833.29,-43.7829,2.67184,300,300,10,0,788,0,0,1), + (21156,4111,1,0,0,-5570.08,-2101.45,-59.0945,0.623199,300,300,5,0,788,0,0,2), + (21157,4111,1,0,0,-5470.93,-1952.66,-52.1091,0.176709,300,300,2,0,788,0,0,2), + (21158,4111,1,0,0,-4621.98,-1482.39,-42.946,4.1321,300,300,5,0,788,0,0,1), + (21159,4111,1,0,0,-4796.51,-1537.63,-46.048,3.89114,300,300,5,0,788,0,0,1), + (21160,4111,1,0,0,-5488.3,-2128.08,-47.1749,2.9091,300,300,5,0,788,0,0,1), + (21161,4111,1,0,0,-5130.08,-1642.17,-38.5543,4.04466,300,300,6,0,788,0,0,2), + (21162,4111,1,0,0,-5081.51,-1403.63,-52.1601,2.6463,300,300,30,0,788,0,0,1), + (21163,4112,1,0,0,-4746.5,-1946.76,-51.6132,6.08847,300,300,5,0,734,0,0,1), + (21164,4112,1,0,0,-5703.71,-2455.12,-55.9482,1.03278,300,300,5,0,734,0,0,1), + (21165,4112,1,0,0,-4906.08,-1911.57,-47.7767,1.36624,300,300,5,0,734,0,0,1), + (21166,4112,1,0,0,-5584.61,-2116.37,-58.9088,1.37221,300,300,0,0,734,0,0,0), + (21167,5905,1,0,0,-5217.65,-2788.99,-7.44589,3.78736,300,300,0,0,2192,0,0,0), + (21168,4114,1,0,0,-5688.28,-3023.59,-37.9469,1.43791,300,300,3,0,840,0,0,1), + (21169,4114,1,0,0,-5479.46,-1791.25,-44.8223,4.19106,300,300,3,0,840,0,0,1), + (21170,4114,1,0,0,-4823.96,-1707.42,-33.5918,2.73329,300,300,3,0,840,0,0,1), + (21171,4114,1,0,0,-5309.95,-2029.86,-59.393,3.02562,300,300,5,0,840,0,0,1), + (21172,4114,1,0,0,-5334.12,-1524.62,-46.8005,1.0225,300,300,0,0,840,0,0,0), + (21173,4116,1,0,0,-5342.38,-3251.36,-42.2835,2.78031,300,300,5,0,739,2068,0,2), + (21174,4116,1,0,0,-5420.57,-3349.25,-40.5301,2.47131,300,300,2,0,739,2068,0,1), + (21175,4116,1,0,0,-4635.13,-946.347,-43.9023,2.79815,300,300,0,0,739,2068,0,0), + (21176,4116,1,0,0,-4399.04,-1000.18,-55.7919,2.45935,300,300,5,0,739,2068,0,1), + (21177,4116,1,0,0,-5730.09,-3402.94,-43.1059,2.96085,300,300,15,0,739,2068,0,1), + (21178,4629,1,0,0,-6253.28,-4025.25,-58.6667,0.279253,300,300,0,0,1605,0,0,0), + (21179,4117,1,0,0,-5581.75,-2076.93,-65.5176,1.68302,300,300,15,0,640,655,0,1), + (21180,4117,1,0,0,-5196.1,-2064.77,-48.6477,0.425171,300,300,10,0,640,655,0,1), + (21181,4117,1,0,0,-4775.98,-1981.59,-61.1075,3.53247,300,300,10,0,640,655,0,1), + (21182,4117,1,0,0,-5675.96,-2231.36,-57.3479,3.12614,300,300,5,0,640,655,0,1), + (21183,4117,1,0,0,-5439.63,-2215.43,-58.818,3.37,300,300,15,0,640,655,0,1), + (21184,4630,1,0,0,-6192.6,-3961.18,-58.6667,3.4383,300,300,0,0,1605,0,0,0), + (21185,4118,1,0,0,-5205.76,-1666.23,-58.0116,0.444301,300,300,5,0,788,0,0,1), + (21186,4118,1,0,0,-5590.12,-2050.31,-64.7093,2.01747,300,300,15,0,788,0,0,1), + (21187,9238,1,0,0,-6158.57,-3880.56,-58.8291,4.15388,300,300,0,0,1406,1283,0,0), + (21188,4118,1,0,0,-5544.59,-2083.32,-56.0514,1.1865,300,300,5,0,788,0,0,1), + (21189,4118,1,0,0,-4717.73,-1595.01,-29.9397,3.32022,300,300,5,0,788,0,0,1), + (21190,4118,1,0,0,-4790.17,-1723.81,-41.1732,4.9208,300,300,5,0,788,0,0,1), + (21191,4118,1,0,0,-5563.71,-1969.96,-61.1704,1.08319,300,300,15,0,788,0,0,1), + (21192,4118,1,0,0,-5551.05,-2096,-55.722,3.2296,300,300,5,0,788,0,0,1), + (21193,4118,1,0,0,-5518.68,-1892.84,-58.4341,1.91604,300,300,15,0,788,0,0,1), + (21194,4118,1,0,0,-5084.82,-1371.6,-49.3823,4.93509,300,300,10,0,788,0,0,1), + (21195,4118,1,0,0,-4662.75,-1430.39,-50.4262,0.968704,300,300,15,0,788,0,0,1), + (21196,4118,1,0,0,-5618.66,-2684.1,-49.8734,0.363259,300,300,5,0,788,0,0,1), + (21197,4118,1,0,0,-5582.4,-2749.03,-45.0217,3.90207,300,300,0,0,788,0,0,0), + (21198,4119,1,0,0,-5328.3,-3056.78,-47.5919,2.4516,300,300,10,0,724,732,0,1), + (21199,4119,1,0,0,-5422.28,-2869.62,-49.809,6.26756,300,300,5,0,724,732,0,1), + (21200,4119,1,0,0,-5255.83,-2704.51,-39.8091,1.75767,300,300,5,0,724,732,0,2), + (21201,4119,1,0,0,-5489.88,-2876.3,-49.8344,1.87648,300,300,5,0,724,732,0,1), + (21202,4119,1,0,0,-5362.13,-2850.59,-55.6609,2.64037,300,300,5,0,724,732,0,2), + (21203,4119,1,0,0,-5469.51,-2899.57,-47.9737,2.93726,300,300,0,0,724,732,0,0), + (21204,4119,1,0,0,-5423.9,-2910.39,-56.2333,0.204452,300,300,10,0,724,732,0,1), + (21205,4119,1,0,0,-5480.07,-3034.12,-43.6682,4.72606,300,300,10,0,724,732,0,1), + (21206,4119,1,0,0,-5413.04,-2895.83,-56.3469,5.55048,300,300,10,0,724,732,0,1), + (21207,4119,1,0,0,-5377.82,-2819.16,-45.3326,0.695584,300,300,5,0,724,732,0,1), + (21208,4119,1,0,0,-5399.03,-2907.16,-55.9345,5.77058,300,300,10,0,724,732,0,1), + (21209,4119,1,0,0,-5428.28,-2909.26,-55.711,4.48163,300,300,10,0,724,732,0,1), + (21210,4119,1,0,0,-5431.74,-2951.76,-51.7474,0.741228,300,300,10,0,724,732,0,1), + (21211,4119,1,0,0,-5394.55,-2834.98,-44.6144,6.13603,300,300,5,0,724,732,0,1), + (21212,4119,1,0,0,-4897.95,-1092.7,-56.9506,3.22571,300,300,10,0,724,732,0,1), + (21213,4119,1,0,0,-5116.58,-1287.38,-49.5069,3.27795,300,300,10,0,724,732,0,1), + (21214,4119,1,0,0,-4933.8,-1257.96,-48.2715,4.02427,300,300,5,0,724,732,0,1), + (21215,4119,1,0,0,-5042.55,-1205.16,-54.481,4.69814,300,300,10,0,724,732,0,1), + (21216,4119,1,0,0,-5311.56,-2880.44,-58.8013,1.13334,300,300,10,0,724,732,0,1), + (21217,4119,1,0,0,-5342.27,-2908.33,-58.9377,4.30108,300,300,10,0,724,732,0,1), + (21218,4120,1,0,0,-5390.57,-3265.64,-39.051,1.40019,300,300,15,0,896,0,0,2), + (21219,4120,1,0,0,-4380.71,-1018.51,-55.2554,3.44189,300,300,5,0,896,0,0,1), + (21220,4120,1,0,0,-5458.12,-3327.79,-35.09,4.61762,300,300,10,0,896,0,0,1), + (21221,4120,1,0,0,-4444.5,-887.074,-55.8225,5.77176,300,300,15,0,896,0,0,1), + (21222,4120,1,0,0,-4717.68,-1015.76,-42.9831,4.96669,300,300,5,0,896,0,0,1), + (21223,4120,1,0,0,-4623.6,-917.301,-57.9033,4.98705,300,300,0,0,896,0,0,2), + (21224,4120,1,0,0,-5702.9,-3096.31,-43.9695,3.59499,300,300,5,0,896,0,0,1), + (21225,4120,1,0,0,-5730.56,-3223.71,-41.7148,5.75314,300,300,15,0,896,0,0,1), + (21226,4120,1,0,0,-5785.24,-3303.25,-23.6892,1.98395,300,300,5,0,896,0,0,2), + (21227,4120,1,0,0,-4758.33,-1025,-58.624,1.06407,300,300,15,0,896,0,0,1), + (21228,4120,1,0,0,-4364.73,-978.047,-55.472,3.2334,300,300,5,0,896,0,0,1), + (21229,4120,1,0,0,-5760.06,-3408.21,-46.8108,2.66249,300,300,15,0,896,0,0,1), + (21230,4120,1,0,0,-4479.97,-958.056,-54.3864,5.66176,300,300,5,0,896,0,0,2), + (21231,4120,1,0,0,-4382.23,-821.762,-54.6032,0.347342,300,300,5,0,896,0,0,1), + (21233,4124,1,0,0,-5388.39,-3059.14,-27.4827,4.93364,300,300,2,0,840,0,0,1), + (21234,4124,1,0,0,-4358.08,-969.626,-53.8193,0.271051,300,300,5,0,840,0,0,1), + (21235,4124,1,0,0,-5355.03,-3250.66,-44.4434,2.88904,300,300,10,0,840,0,0,1), + (21236,4124,1,0,0,-5332.68,-3141.96,-42.0054,4.98532,300,300,10,0,840,0,0,1), + (21237,4124,1,0,0,-5325.56,-3088.03,-49.0393,3.01821,300,300,10,0,840,0,0,1), + (21238,4124,1,0,0,-5388.68,-3247.72,-37.3728,2.15966,300,300,10,0,840,0,0,1), + (21239,4124,1,0,0,-5590.43,-2978.51,-45.5824,2.93839,300,300,5,0,840,0,0,1), + (21240,4124,1,0,0,-4222.91,-910.396,-49.586,6.19822,300,300,5,0,840,0,0,1), + (21241,4124,1,0,0,-5597.98,-3284.3,-40.4927,3.67394,300,300,5,0,840,0,0,1), + (21242,4124,1,0,0,-5341.63,-2036.46,-60.6802,0.692738,300,300,10,0,840,0,0,1), + (21243,4124,1,0,0,-5367.37,-2028.78,-59.6204,0.055031,300,300,5,0,840,0,0,1), + (21244,4124,1,0,0,-4540.05,-1090.7,-48.8116,2.85121,300,300,5,0,840,0,0,1), + (21245,4124,1,0,0,-4454.72,-1126.7,-49.6217,1.86412,300,300,5,0,840,0,0,1), + (21246,4124,1,0,0,-5418.58,-3252.31,-34.0566,3.79066,300,300,10,0,840,0,0,1), + (21247,4124,1,0,0,-5722.22,-3405.77,-43.7438,1.67843,300,300,10,0,840,0,0,1), + (21248,4124,1,0,0,-5554.26,-1931.93,-59.4655,1.70993,300,300,10,0,840,0,0,1), + (21249,4124,1,0,0,-5223.6,-1662.88,-52.5119,5.88855,300,300,5,0,840,0,0,1), + (21250,4124,1,0,0,-4446.6,-924.196,-55.8368,4.13516,300,300,15,0,840,0,0,1), + (21251,4124,1,0,0,-4800.04,-1571.32,-50.4831,6.2578,300,300,10,0,840,0,0,1), + (21252,4124,1,0,0,-4839.8,-1534.3,-47.6448,0.891757,300,300,5,0,840,0,0,1), + (21253,4124,1,0,0,-5447.08,-2143.17,-56.1122,2.66666,300,300,5,0,840,0,0,1), + (21254,4124,1,0,0,-4746.94,-1083.62,-52.2976,0.664982,300,300,5,0,840,0,0,1), + (21255,4124,1,0,0,-5355.17,-1797.76,-51.3994,4.07163,300,300,10,0,840,0,0,1), + (21256,4124,1,0,0,-5603.38,-2575.9,-53.9361,3.75483,300,300,5,0,840,0,0,1), + (21257,4124,1,0,0,-5489.41,-3029.92,-46.3911,0.37724,300,300,10,0,840,0,0,1), + (21258,4124,1,0,0,-4749.74,-1053.13,-56.9922,0.975752,300,300,5,0,840,0,0,1), + (21259,4124,1,0,0,-5729.76,-3145.24,-35.5774,4.654,300,300,5,0,840,0,0,1), + (21260,4124,1,0,0,-5262.67,-2675.38,-42.6787,5.7907,300,300,5,0,840,0,0,1), + (21261,4124,1,0,0,-5462.52,-3020.73,-47.788,5.13845,300,300,10,0,840,0,0,1), + (21262,4124,1,0,0,-5793.41,-3367.74,-45.6168,5.83003,300,300,15,0,840,0,0,1), + (21263,4124,1,0,0,-5691.02,-3056.86,-45.8515,1.33933,300,300,3,0,840,0,0,1), + (21264,4124,1,0,0,-5767.77,-3288.08,-26.74,0.190504,300,300,5,0,840,0,0,1), + (21265,4124,1,0,0,-4997.68,-1134.89,-50.8417,0.595907,300,300,5,0,840,0,0,1), + (21266,4124,1,0,0,-5081.17,-1417.08,-51.9366,1.34429,300,300,15,0,840,0,0,1), + (21267,4124,1,0,0,-5721.71,-3232.89,-41.3559,0.440051,300,300,3,0,840,0,0,1), + (21268,4124,1,0,0,-5116.86,-1315.64,-49.8914,0.672843,300,300,15,0,840,0,0,1), + (21269,4124,1,0,0,-4922.49,-1099.28,-51.9827,4.03493,300,300,5,0,840,0,0,1), + (21270,4124,1,0,0,-5044.18,-1396.97,-50.1904,3.83433,300,300,10,0,840,0,0,1), + (21271,4124,1,0,0,-5343.92,-2815.69,-52.0333,3.1455,300,300,5,0,840,0,0,1), + (21272,4124,1,0,0,-5222.18,-1523.25,-51.6887,4.74698,300,300,5,0,840,0,0,1), + (21273,4124,1,0,0,-5194.71,-1379.88,-52.3558,1.91337,300,300,5,0,840,0,0,1), + (21274,4126,1,0,0,-4904.82,-2024.52,-11.3519,6.26952,300,300,5,0,734,0,0,1), + (21275,4126,1,0,0,-5430.04,-2693.62,-38.5499,6.17103,300,300,10,0,734,0,0,1), + (21276,4126,1,0,0,-5730.11,-2425.12,-55.0809,5.75728,300,300,10,0,734,0,0,1), + (21277,4126,1,0,0,-5716.17,-2479.55,-54.8325,1.19029,300,300,5,0,734,0,0,1), + (21278,4126,1,0,0,-5704.41,-2535.65,-52.4699,5.27619,300,300,10,0,734,0,0,1), + (21279,4126,1,0,0,-5613.78,-2197.99,-59.4139,0.109579,300,300,15,0,734,0,0,1), + (21280,4126,1,0,0,-4791.75,-1962.36,-54.3211,5.8606,300,300,5,0,734,0,0,1), + (21281,4126,1,0,0,-5347.22,-2647.53,-45.2045,0.086061,300,300,10,0,734,0,0,1), + (21282,4126,1,0,0,-5339.03,-2603.95,-42.9346,4.07943,300,300,3,0,734,0,0,1), + (21283,4126,1,0,0,-5389.19,-2681.21,-41.8897,0.603145,300,300,5,0,734,0,0,1), + (21284,4126,1,0,0,-4852.81,-1918.83,-48.5712,2.46582,300,300,5,0,734,0,0,1), + (21285,4126,1,0,0,-4886.66,-1888.71,-52.0007,0.566879,300,300,5,0,734,0,0,1), + (21286,4126,1,0,0,-4968.28,-1887.07,-42.2246,4.80623,300,300,5,0,734,0,0,1), + (21287,4126,1,0,0,-4742.45,-1976.96,-49.8993,4.00439,300,300,5,0,734,0,0,1), + (21288,4126,1,0,0,-5482.23,-2210.68,-54.5873,1.00227,300,300,5,0,734,0,0,1), + (21289,4126,1,0,0,-5168.51,-2054.09,-48.6822,2.89093,300,300,5,0,734,0,0,1), + (21290,4126,1,0,0,-5688.03,-2444.81,-53.4049,1.55517,300,300,2,0,734,0,0,1), + (21291,4126,1,0,0,-5704.08,-2376.62,-55.3007,1.33008,300,300,15,0,734,0,0,1), + (21292,4126,1,0,0,-5689.31,-2255.74,-55.4368,0.900497,300,300,15,0,734,0,0,1), + (21293,4126,1,0,0,-5503.26,-2268.35,-56.6,4.3635,300,300,5,0,734,0,0,1), + (21294,4126,1,0,0,-4697.92,-1910.16,-40.2013,1.23839,300,300,5,0,734,0,0,1), + (21295,12576,1,0,0,-4602.11,-1835.37,86.1941,5.13127,300,300,0,0,706,0,0,0), + (21296,4130,1,0,0,-6489.54,-3590.52,-58.6249,2.94307,300,300,10,0,1163,0,0,1), + (21297,4130,1,0,0,-6416.29,-3413.19,-57.9999,0.415795,300,300,5,0,1163,0,0,1), + (21298,4130,1,0,0,-6353.74,-3414.08,-57.2315,5.70083,300,300,10,0,1163,0,0,1), + (21299,4130,1,0,0,-6386.16,-3509.23,-58.6995,6.07198,300,300,3,0,1163,0,0,1), + (21300,4130,1,0,0,-6410.85,-3589.94,-58.6249,5.52473,300,300,5,0,1163,0,0,1), + (21301,4131,1,0,0,-6494.24,-3378.72,-85.3411,1.39626,120,120,0,0,1279,0,0,2), + (21302,4132,1,0,0,-6381.53,-3442.09,-79.1625,1.38366,7200,7200,0,0,1469,0,0,0), + (21303,4133,1,0,0,-6557.09,-3419.15,-57.755,3.80934,300,300,5,0,1221,0,0,1), + (21304,4133,1,0,0,-6444.21,-3485.11,-58.6596,0.037841,300,300,3,0,1221,0,0,1), + (21305,4133,1,0,0,-6591.26,-3492,-58.6817,4.23233,300,300,3,0,1221,0,0,1), + (21306,4133,1,0,0,-6579.56,-3474.49,-58.6817,1.61671,300,300,3,0,1221,0,0,1), + (21307,4133,1,0,0,-6470.31,-3485.73,-70.0263,6.02205,300,300,5,0,1221,0,0,1), + (21308,4133,1,0,0,-6485.8,-3464.24,-58.6596,0.394567,300,300,5,0,1221,0,0,1), + (21309,4133,1,0,0,-6442.95,-3514.59,-70.0153,6.07695,300,300,5,0,1221,0,0,1), + (21310,4133,1,0,0,-6527.3,-3465.14,-74.3752,2.50863,300,300,5,0,1221,0,0,1), + (21311,4133,1,0,0,-6488.81,-3510.08,-70.006,2.01468,300,300,5,0,1221,0,0,2), + (21312,4133,1,0,0,-6507.93,-3487.51,-69.9997,1.06776,300,300,3,0,1221,0,0,1), + (21313,4133,1,0,0,-6405.55,-3470.63,-76.195,1.92339,300,300,5,0,1221,0,0,1), + (21314,4133,1,0,0,-6484.09,-3229.87,-112.36,3.42467,120,120,3,0,1221,0,0,1), + (21315,4133,1,0,0,-6521.07,-3514.02,-58.8412,3.42823,300,300,3,0,1221,0,0,1), + (21316,4133,1,0,0,-6557.67,-3522.48,-58.6365,4.46661,300,300,3,0,1221,0,0,1), + (21317,4133,1,0,0,-6472.31,-3243.75,-113.38,5.96223,120,120,3,0,1221,0,0,1), + (21318,4133,1,0,0,-6491.48,-3245.93,-112.497,6.10384,120,120,3,0,1221,0,0,1), + (21319,4133,1,0,0,-6354.1,-3453.71,-58.7595,1.3919,300,300,5,0,1221,0,0,1), + (21320,4133,1,0,0,-6520.36,-3551.58,-58.6467,5.86848,300,300,10,0,1221,0,0,1), + (21321,4133,1,0,0,-6451.85,-3556.34,-58.6628,3.47046,300,300,3,0,1221,0,0,1), + (21322,4133,1,0,0,-6432.13,-3541.44,-67.5868,4.32572,300,300,5,0,1221,0,0,1), + (21323,4133,1,0,0,-6462.86,-3297.58,-104.92,1.41244,120,120,3,0,1221,0,0,1), + (21324,4133,1,0,0,-6485.84,-3254.02,-113.549,0.814107,120,120,3,0,1221,0,0,1), + (21325,4133,1,0,0,-6488.36,-3323.74,-94.8076,3.46016,120,120,5,0,1221,0,0,1), + (21326,4133,1,0,0,-6495.78,-3514.64,-70.006,2.96284,300,300,3,0,1221,0,0,1), + (21327,4133,1,0,0,-6496.03,-3325.49,-95.8035,2.63545,120,120,3,0,1221,0,0,1), + (21328,4133,1,0,0,-6488.67,-3557.23,-58.6596,3.57267,300,300,3,0,1221,0,0,1), + (21329,4133,1,0,0,-6494.08,-3381.42,-84.4587,1.66075,300,300,5,0,1221,0,0,1), + (21330,4133,1,0,0,-6509.77,-3305.15,-94.1583,1.12336,120,120,3,0,1221,0,0,1), + (21331,4133,1,0,0,-6482.47,-3455.7,-58.7846,3.1322,300,300,5,0,1221,0,0,1), + (21332,4133,1,0,0,-6488.73,-3428.48,-69.9865,4.29027,300,300,5,0,1221,0,0,1), + (21333,4133,1,0,0,-6385.76,-3383.98,-57.6744,3.30903,300,300,10,0,1221,0,0,1), + (21334,4133,1,0,0,-6386.35,-3548.03,-58.625,1.77549,300,300,10,0,1221,0,0,1), + (21335,4133,1,0,0,-6356.04,-3490.95,-58.6082,1.03041,300,300,5,0,1221,0,0,1), + (21336,10537,1,0,0,-5454.95,-2442.79,90.0237,2.68621,300,300,0,0,3167,0,0,0), + (21337,10539,1,0,0,-5441.8,-2397.47,89.3227,3.85718,300,300,0,0,1605,0,0,0), + (21338,5419,1,0,0,-6914.83,-3878.09,26.1766,1.50389,300,300,5,0,1981,0,0,1), + (21339,4139,1,0,0,-5977.92,-4242.42,-58.625,1.29291,300,300,0,0,1221,0,0,0), + (21340,4139,1,0,0,-6513.79,-4014.83,-58.625,1.94533,300,300,30,0,1221,0,0,1), + (21341,4139,1,0,0,-6542.26,-4063.79,-58.625,1.56782,300,300,30,0,1221,0,0,1), + (21342,4139,1,0,0,-6017.44,-4263.6,-58.625,4.68002,300,300,30,0,1221,0,0,1), + (21343,4139,1,0,0,-6599.85,-3666.86,-58.6273,3.93757,300,300,30,0,1221,0,0,1), + (21344,4139,1,0,0,-5991.11,-4314.71,-58.625,4.5898,300,300,30,0,1221,0,0,1), + (21345,4139,1,0,0,-6319.11,-4181.02,-58.655,5.50131,300,300,30,0,1221,0,0,1), + (21346,4139,1,0,0,-6218.02,-3548.8,-58.625,5.13655,300,300,30,0,1221,0,0,1), + (21347,4139,1,0,0,-6305.4,-4074.59,-58.625,1.21792,300,300,30,0,1221,0,0,1), + (21348,4139,1,0,0,-6118.01,-3551.9,-58.625,5.33454,300,300,30,0,1221,0,0,1), + (21349,4139,1,0,0,-6287.86,-3513.21,-58.5613,1.41978,300,300,30,0,1221,0,0,1), + (21350,4139,1,0,0,-6106.42,-3593.79,-58.625,4.43821,300,300,3,0,1221,0,0,1), + (21351,4139,1,0,0,-6156.95,-3578.57,-58.625,5.55563,300,300,30,0,1221,0,0,1), + (21352,4139,1,0,0,-6115.87,-4088.83,-58.625,5.45826,300,300,30,0,1221,0,0,1), + (21353,4139,1,0,0,-6084.71,-4118.42,-58.625,4.34768,300,300,30,0,1221,0,0,1), + (21354,4139,1,0,0,-6346.55,-3647.94,-58.6249,0.447525,300,300,30,0,1221,0,0,1), + (21355,4140,1,0,0,-5993.42,-4071.25,-58.625,0.48122,300,300,3,0,1107,0,0,1), + (21356,4140,1,0,0,-5768.65,-4151.3,-58.6313,5.93296,300,300,30,0,1107,0,0,1), + (21357,4140,1,0,0,-5913.47,-4078.97,-58.625,4.5161,300,300,30,0,1107,0,0,1), + (21358,4140,1,0,0,-5814.8,-4114.21,-58.625,3.0468,300,300,30,0,1107,0,0,1), + (21359,4140,1,0,0,-5705.77,-4080.55,-58.625,1.50621,300,300,30,0,1107,0,0,1), + (21360,4140,1,0,0,-5482.13,-3780.32,-58.6299,1.06754,300,300,30,0,1107,0,0,1), + (21361,4140,1,0,0,-5582.25,-3884.79,-58.625,5.72805,300,300,30,0,1107,0,0,1), + (21362,4140,1,0,0,-5515.06,-3880.51,-58.625,0.86502,300,300,30,0,1107,0,0,1), + (21363,4140,1,0,0,-5631.07,-3867.47,-58.6802,5.25434,300,300,30,0,1107,0,0,1), + (21364,4140,1,0,0,-5484.79,-3847.36,-58.625,2.5638,300,300,30,0,1107,0,0,1), + (21365,4140,1,0,0,-5660.59,-4242.63,-58.603,3.25788,300,300,10,0,1107,0,0,1), + (21366,4140,1,0,0,-5582.41,-3783.3,-58.625,4.44982,300,300,30,0,1107,0,0,1), + (21367,4140,1,0,0,-5961.46,-3878.12,-58.6413,0.083678,300,300,30,0,1107,0,0,1), + (21368,4140,1,0,0,-5764.36,-4234.87,-58.625,0.802698,300,300,30,0,1107,0,0,1), + (21369,4140,1,0,0,-5929.3,-3882.36,-58.9023,5.93675,300,300,30,0,1107,0,0,1), + (21370,4140,1,0,0,-5981.6,-3949.51,-58.625,5.59461,300,300,30,0,1107,0,0,1), + (21371,4140,1,0,0,-5954.59,-3754.07,-58.625,3.85016,300,300,30,0,1107,0,0,1), + (21372,4140,1,0,0,-6103.55,-3570.5,-58.625,5.82444,300,300,3,0,1107,0,0,1), + (21373,4140,1,0,0,-5712.18,-3740.75,-58.778,2.87054,300,300,30,0,1107,0,0,1), + (21374,4140,1,0,0,-5680.22,-3751.62,-58.625,5.47386,300,300,30,0,1107,0,0,1), + (21375,4140,1,0,0,-5952.62,-3819.6,-59.6732,5.52608,300,300,30,0,1107,0,0,1), + (21376,4140,1,0,0,-5591.04,-3582.23,-58.6238,0.044518,300,300,30,0,1107,0,0,1), + (21377,4140,1,0,0,-5883.09,-3483.01,-57.1943,3.14579,300,300,30,0,1107,0,0,1), + (21378,4140,1,0,0,-5717.04,-3615.37,-58.625,2.1464,300,300,30,0,1107,0,0,1), + (21379,4140,1,0,0,-5643.82,-3568.38,-58.625,4.86844,300,300,30,0,1107,0,0,1), + (21380,4140,1,0,0,-5586.79,-3684.43,-58.625,3.63696,300,300,30,0,1107,0,0,1), + (21381,4140,1,0,0,-5816.47,-3519.22,-58.3771,1.54289,300,300,30,0,1107,0,0,1), + (21382,4140,1,0,0,-6023.57,-3675.63,-58.6525,-1.86187,300,300,0,0,1107,0,0,0), + (21383,4140,1,0,0,-5756.63,-3685.85,-58.625,3.71674,300,300,30,0,1107,0,0,1), + (21384,4140,1,0,0,-5987.27,-3528.91,-58.4318,4.88374,300,300,30,0,1107,0,0,1), + (21385,4140,1,0,0,-6115.1,-3604.69,-58.625,3.70074,300,300,3,0,1107,0,0,1), + (21386,4140,1,0,0,-5652.12,-3617.12,-58.625,3.05745,300,300,30,0,1107,0,0,1), + (21387,4140,1,0,0,-6127.23,-3594.39,-58.625,3.94755,300,300,3,0,1107,0,0,1), + (21388,5933,1,0,0,-4997.59,-1232.37,-49.0232,2.29257,7200,7200,0,0,1308,0,0,0), + (21389,4142,1,0,0,-5511.9,-4011.74,-58.5394,1.0342,300,300,10,0,1050,0,0,1), + (21390,4142,1,0,0,-5561.57,-4070.85,-58.625,1.931,300,300,10,0,1050,0,0,1), + (21391,4142,1,0,0,-5525.57,-3737.26,-58.6168,1.53601,300,300,30,0,1050,0,0,1), + (21392,4142,1,0,0,-5548.36,-3846.63,-58.625,0.911023,300,300,30,0,1050,0,0,1), + (21393,4142,1,0,0,-5560.42,-3809.1,-58.625,2.78607,300,300,30,0,1050,0,0,1), + (21394,4142,1,0,0,-5576.52,-4018.16,-58.625,6.03127,300,300,10,0,1050,0,0,1), + (21395,4142,1,0,0,-5549.77,-4113.55,-58.625,0.958421,300,300,30,0,1050,0,0,1), + (21396,4142,1,0,0,-5573.37,-4091.09,-58.625,3.40936,300,300,30,0,1050,0,0,1), + (21397,4142,1,0,0,-5617.3,-4121.8,-58.6488,1.19774,300,300,30,0,1050,0,0,1), + (21398,4142,1,0,0,-5585.94,-4052.56,-58.625,0.799217,300,300,10,0,1050,0,0,1), + (21399,4142,1,0,0,-5685.8,-3786.35,-58.7144,4.60739,300,300,3,0,1050,0,0,1), + (21400,4142,1,0,0,-5817.76,-3749.99,-58.6656,6.28053,300,300,30,0,1050,0,0,1), + (21401,4142,1,0,0,-5678.31,-3632.19,-58.7306,5.1021,300,300,30,0,1050,0,0,1), + (21402,4142,1,0,0,-5619.88,-3719.78,-58.625,3.81255,300,300,30,0,1050,0,0,1), + (21403,4142,1,0,0,-5847.58,-3553.52,-58.625,3.23608,300,300,30,0,1050,0,0,1), + (21404,4142,1,0,0,-5603.24,-3647.48,-58.625,0.150592,300,300,30,0,1050,0,0,1), + (21405,4142,1,0,0,-5817.12,-3711.43,-58.625,1.70082,300,300,30,0,1050,0,0,1), + (21406,4142,1,0,0,-5891.62,-3478.22,-57.5668,1.77744,300,300,30,0,1050,0,0,1), + (21407,4142,1,0,0,-5980.37,-3630.28,-58.625,5.03635,300,300,30,0,1050,0,0,1), + (21408,4142,1,0,0,-5752.17,-3719,-58.7283,0.131074,300,300,30,0,1050,0,0,1), + (21409,4142,1,0,0,-5935.97,-3482.09,-58.4073,0.925342,300,300,30,0,1050,0,0,1), + (21410,4142,1,0,0,-5583.76,-3549.9,-58.2651,1.02974,300,300,30,0,1050,0,0,1), + (21411,4143,1,0,0,-6082.45,-3875.72,-59.8436,4.72177,300,300,3,0,1279,0,0,1), + (21412,4143,1,0,0,-5748.23,-4119.43,-58.625,5.5688,300,300,30,0,1279,0,0,1), + (21413,4143,1,0,0,-5854.74,-4163.69,-58.625,4.37468,300,300,30,0,1279,0,0,1), + (21414,4143,1,0,0,-6288.14,-4316.73,-58.625,3.17411,300,300,10,0,1279,0,0,1), + (21415,4143,1,0,0,-5545.35,-3905.37,-58.625,2.14795,300,300,30,0,1279,0,0,1), + (21416,4143,1,0,0,-5574.23,-4044.19,-58.625,3.8828,300,300,10,0,1279,0,0,1), + (21417,4143,1,0,0,-5552.82,-4079.81,-58.625,0.03799,300,300,10,0,1279,0,0,1), + (21418,4143,1,0,0,-5555.72,-4053.26,-58.625,3.33973,300,300,10,0,1279,0,0,1), + (21419,4143,1,0,0,-5920.08,-4147.33,-58.6295,5.42252,300,300,30,0,1279,0,0,1), + (21420,4143,1,0,0,-5910.32,-3949.22,-58.5466,5.86675,300,300,30,0,1279,0,0,1), + (21421,4143,1,0,0,-5756.33,-4215.79,-58.7031,0.013346,300,300,10,0,1279,0,0,1), + (21422,4143,1,0,0,-5535.38,-4023.75,-58.625,5.55839,300,300,10,0,1279,0,0,1), + (21423,4143,1,0,0,-5624.34,-4015.79,-58.9155,2.72174,300,300,30,0,1279,0,0,1), + (21424,4143,1,0,0,-5758.17,-4276.7,-58.625,6.25847,300,300,30,0,1279,0,0,1), + (21425,4143,1,0,0,-5943.94,-4126.4,-58.625,5.62687,300,300,30,0,1279,0,0,1), + (21426,4143,1,0,0,-5581.71,-4072.42,-58.625,6.11577,300,300,10,0,1279,0,0,1), + (21427,4143,1,0,0,-6020.12,-4082.64,-58.625,0.075527,300,300,30,0,1279,0,0,1), + (21428,4143,1,0,0,-5682.86,-4114.1,-59.1041,5.41766,300,300,3,0,1279,0,0,1), + (21429,4143,1,0,0,-5481.73,-3910.86,-58.625,1.65393,300,300,30,0,1279,0,0,1), + (21430,4143,1,0,0,-5672.87,-4217.47,-58.3154,6.22845,300,300,30,0,1279,0,0,1), + (21431,4143,1,0,0,-5973.26,-3818.85,-58.6444,3.63336,300,300,30,0,1279,0,0,1), + (21432,4143,1,0,0,-6045.45,-3829.71,-58.6251,4.47496,300,300,30,0,1279,0,0,1), + (21433,4143,1,0,0,-6219.46,-3535,-58.625,1.39811,300,300,30,0,1279,0,0,1), + (21434,4143,1,0,0,-6048.34,-4282.64,-58.625,6.24611,300,300,30,0,1279,0,0,1), + (21435,4143,1,0,0,-6148.28,-4272.51,-58.625,1.69655,300,300,30,0,1279,0,0,1), + (21436,4143,1,0,0,-6254,-3523.1,-58.625,5.38063,300,300,30,0,1279,0,0,1), + (21437,4143,1,0,0,-6278.25,-3605.53,-58.625,4.9486,300,300,30,0,1279,0,0,1), + (21438,4143,1,0,0,-6117.26,-4283.54,-58.6667,3.78736,300,300,0,0,1279,0,0,0), + (21439,4143,1,0,0,-6153.82,-4115.98,-58.625,3.37545,300,300,30,0,1279,0,0,1), + (21440,4144,1,0,0,-6481.04,-3948.41,-58.625,1.07251,300,300,10,0,1163,0,0,1), + (21441,4144,1,0,0,-6461.9,-4048.86,-58.7527,0.013429,300,300,0,0,1163,0,0,0), + (21442,4144,1,0,0,-6583.85,-4028.09,-58.625,1.65415,300,300,10,0,1163,0,0,1), + (21443,4144,1,0,0,-6444.86,-4140.29,-58.4345,5.38358,300,300,10,0,1163,0,0,1), + (21444,4144,1,0,0,-6366.6,-4166.17,-58.7366,-2.279,300,300,0,0,1163,0,0,0), + (21445,4144,1,0,0,-6572.29,-3619.71,-58.625,6.07283,300,300,5,0,1163,0,0,1), + (21446,4147,1,0,0,-5655.58,-3817.87,-58.6358,1.4386,300,300,30,0,1050,0,0,1), + (21447,4147,1,0,0,-5517.3,-3788.4,-58.625,4.6931,300,300,30,0,1050,0,0,1), + (21448,4147,1,0,0,-5542.76,-3794.8,-58.625,1.66774,300,300,30,0,1050,0,0,1), + (21449,4147,1,0,0,-5754.1,-3816.32,-60.8108,5.22928,300,300,30,0,1050,0,0,1), + (21450,4147,1,0,0,-5549.46,-3703.61,-58.6246,1.47022,300,300,30,0,1050,0,0,1), + (21451,4147,1,0,0,-5714.23,-3837.62,-59.6681,4.8891,300,300,3,0,1050,0,0,1), + (21452,4147,1,0,0,-5697.2,-3886.93,-59.7018,6.16191,300,300,10,0,1050,0,0,1), + (21453,4147,1,0,0,-5769.82,-3748.87,-58.7042,6.17581,300,300,30,0,1050,0,0,1), + (21454,4147,1,0,0,-5782.92,-3456.7,-53.6042,1.76322,300,300,30,0,1050,0,0,1), + (21455,4147,1,0,0,-5710.26,-3673.45,-58.625,3.10125,300,300,30,0,1050,0,0,1), + (21456,4147,1,0,0,-5649.48,-3755.06,-58.625,0.579116,300,300,30,0,1050,0,0,1), + (21457,4147,1,0,0,-5621.07,-3780.09,-58.625,3.2449,300,300,30,0,1050,0,0,1), + (21458,4147,1,0,0,-5869.82,-3847.82,-62.8042,0.332334,300,300,10,0,1050,0,0,1), + (21459,4147,1,0,0,-5650.98,-3679.98,-58.6637,2.0817,300,300,30,0,1050,0,0,1), + (21460,4147,1,0,0,-5593.49,-3624.28,-58.6245,3.89214,300,300,30,0,1050,0,0,1), + (21461,4147,1,0,0,-5952.28,-3568.22,-58.625,1.44216,300,300,30,0,1050,0,0,1), + (21462,4147,1,0,0,-5952.69,-3546.07,-58.625,4.79374,300,300,30,0,1050,0,0,1), + (21463,4147,1,0,0,-5917.41,-3539.97,-58.625,2.97786,300,300,30,0,1050,0,0,1), + (21464,4147,1,0,0,-5849.22,-3979.23,-60.499,0.566879,300,300,3,0,1050,0,0,1), + (21465,4147,1,0,0,-5888.19,-3588.84,-58.625,0.003019,300,300,30,0,1050,0,0,1), + (21466,9525,1,0,0,-5461.92,-2442.18,89.356,4.40336,300,300,5,0,3702,0,0,2), + (21467,9525,1,0,0,-5426.09,-2455.98,89.3166,2.25148,300,300,0,0,3702,0,0,0), + (21468,9525,1,0,0,-5425.15,-2392.91,89.2324,3.9968,300,300,0,0,3702,0,0,0), + (21469,9525,1,0,0,-5435.9,-2390.82,89.1368,5.49779,300,300,0,0,3702,0,0,0), + (21470,9525,1,0,0,-5415.01,-2448.02,89.1916,4.62512,300,300,0,0,3702,0,0,0), + (21471,9525,1,0,0,-5419.21,-2432.06,89.9012,5.94157,300,300,3,0,3702,0,0,1), + (21472,9525,1,0,0,-5632.87,-2472.27,15.1277,5.92457,300,300,5,0,3702,0,0,2), + (21473,9525,1,0,0,-5398.8,-2404,88.9494,1.46387,300,300,0,0,3702,0,0,0), + (21474,9525,1,0,0,-5414.9,-2395.83,89.2145,2.86234,300,300,0,0,3702,0,0,0), + (21475,9525,1,0,0,-5448.36,-2431.97,89.8037,2.45218,300,300,5,0,3702,0,0,1), + (21476,9525,1,0,0,-5454.98,-2470.08,89.3626,2.76961,300,300,5,0,3702,0,0,1), + (21477,9525,1,0,0,-5435.18,-2466.56,89.2928,5.93412,300,300,0,0,3702,0,0,0), + (21478,9525,1,0,0,-5356.74,-2487.12,-45.8921,5.39307,300,300,0,0,3702,0,0,0), + (21479,9525,1,0,0,-5462.74,-2307.77,55.5127,4.70075,300,300,5,0,3702,0,0,2), + (21480,9525,1,0,0,-5409.98,-2532.21,-48.1376,5.35816,300,300,0,0,3702,0,0,0), + (21481,9525,1,0,0,-5556.15,-2343.81,-43.9552,0.069813,300,300,0,0,3702,0,0,0), + (21482,9525,1,0,0,-5554.35,-2332.71,-43.7871,5.68977,300,300,0,0,3702,0,0,0), + (21483,4150,1,0,0,-6627.35,-3565.51,-58.5881,3.50996,300,300,30,0,1279,0,0,1), + (21484,4150,1,0,0,-6544.3,-3640.4,-58.6249,1.80089,300,300,30,0,1279,0,0,1), + (21485,4150,1,0,0,-6576.12,-3814.78,-58.7242,0.766078,300,300,3,0,1279,0,0,1), + (21486,4150,1,0,0,-6589.3,-3815.16,-58.7242,2.25862,300,300,3,0,1279,0,0,1), + (21487,4150,1,0,0,-6628.21,-3824.85,-58.625,3.83372,300,300,30,0,1279,0,0,1), + (21488,4150,1,0,0,-6541.21,-3856.99,-58.6692,3.57626,300,300,3,0,1279,0,0,1), + (21489,4150,1,0,0,-6619.14,-3775.76,-58.625,1.4626,300,300,30,0,1279,0,0,1), + (21490,4150,1,0,0,-6614.95,-3889.36,-56,3.10724,300,300,3,0,1279,0,0,1), + (21491,4150,1,0,0,-6587.92,-3949.37,-58.625,2.85546,300,300,10,0,1279,0,0,1), + (21492,4150,1,0,0,-6582.61,-3863.19,-58.6546,4.1631,300,300,3,0,1279,0,0,1), + (21493,4150,1,0,0,-6478.74,-4089.47,-58.625,5.06729,300,300,30,0,1279,0,0,1), + (21494,4150,1,0,0,-6565.84,-3909.39,-58.6374,2.05424,300,300,3,0,1279,0,0,1), + (21495,4150,1,0,0,-6277.34,-4106.34,-58.625,5.94862,300,300,30,0,1279,0,0,1), + (21496,4150,1,0,0,-6523.54,-3926.97,-58.7389,1.09569,300,300,3,0,1279,0,0,1), + (21497,4150,1,0,0,-6552.09,-3908.03,-58.6374,4.4477,300,300,3,0,1279,0,0,2), + (21498,4150,1,0,0,-6417.78,-3853.99,-58.6282,4.86768,300,300,30,0,1279,0,0,1), + (21499,4150,1,0,0,-6511.09,-3812.53,-58.6325,1.1495,300,300,3,0,1279,0,0,1), + (21500,4150,1,0,0,-6486.17,-3783.02,-58.6249,3.50356,300,300,30,0,1279,0,0,1), + (21501,4151,1,0,0,-5877.64,-4108.8,-58.625,0.748128,300,300,30,0,977,935,0,1), + (21502,4151,1,0,0,-5852.85,-4081.76,-58.625,5.71567,300,300,30,0,977,935,0,1), + (21503,4151,1,0,0,-6001.08,-4114.81,-58.625,5.96008,300,300,30,0,977,935,0,1), + (21504,4151,1,0,0,-6596.02,-3841.79,-58.6546,0.576941,300,300,3,0,977,935,0,1), + (21505,4151,1,0,0,-6505.14,-3878.36,-58.7275,3.68525,300,300,3,0,977,935,0,1), + (21506,4151,1,0,0,-5483.74,-3954.96,-58.4999,0.337951,300,300,30,0,977,935,0,1), + (21507,4151,1,0,0,-5787.9,-4095.27,-58.625,2.99798,300,300,30,0,977,935,0,1), + (21508,4151,1,0,0,-6547.38,-3844.84,-58.6692,2.68519,300,300,3,0,977,935,0,1), + (21509,4151,1,0,0,-6523.06,-3947.76,-58.625,4.98256,300,300,10,0,977,935,0,1), + (21510,4151,1,0,0,-6034.49,-3953.75,-58.625,0.088695,300,300,30,0,977,935,0,1), + (21511,4151,1,0,0,-6553.57,-3941.53,-58.625,3.71107,300,300,10,0,977,935,0,1), + (21512,4151,1,0,0,-5816.6,-4247.65,-58.625,3.28593,300,300,30,0,977,935,0,1), + (21513,4151,1,0,0,-6594.24,-3888.38,-58.6271,0.051044,300,300,3,0,977,935,0,1), + (21514,4151,1,0,0,-6577.47,-3888.08,-58.6271,5.99271,300,300,3,0,977,935,0,1), + (21515,4151,1,0,0,-6301.23,-4261.62,-58.6267,0.774569,300,300,0,0,977,935,0,0), + (21516,4151,1,0,0,-6613.3,-3859.76,-58.6273,0.92237,300,300,30,0,977,935,0,1), + (21517,4151,1,0,0,-6595.32,-3927.95,-58.625,3.86479,300,300,3,0,977,935,0,1), + (21518,4151,1,0,0,-5587.79,-3978.35,-58.625,5.07854,300,300,30,0,977,935,0,1), + (21519,4151,1,0,0,-5728.69,-4234.22,-58.6561,2.26841,300,300,30,0,977,935,0,1), + (21520,4151,1,0,0,-6573.52,-3930.75,-58.625,5.91218,300,300,3,0,977,935,0,1), + (21521,4151,1,0,0,-6480.03,-3924.75,-58.625,4.94453,300,300,10,0,977,935,0,1), + (21522,4151,1,0,0,-5608.25,-3924.92,-58.699,5.6323,300,300,30,0,977,935,0,1), + (21523,4151,1,0,0,-5681.63,-4214.14,-58.1248,4.70517,300,300,30,0,977,935,0,1), + (21524,4151,1,0,0,-6245.15,-3469.15,-58.3944,1.24366,300,300,30,0,977,935,0,1), + (21525,4151,1,0,0,-5863.53,-3817.67,-59.3092,3.53819,300,300,10,0,977,935,0,1), + (21526,4151,1,0,0,-5940.93,-3858.27,-58.6882,3.62998,300,300,10,0,977,935,0,1), + (21527,4151,1,0,0,-6023.1,-3912.01,-58.625,1.80563,300,300,30,0,977,935,0,1), + (21528,4151,1,0,0,-5948.76,-3920.59,-58.625,4.62849,300,300,30,0,977,935,0,1), + (21529,4151,1,0,0,-6010.72,-3779.82,-58.625,2.97679,300,300,30,0,977,935,0,1), + (21530,4151,1,0,0,-6450.72,-3818.66,-58.6251,3.93015,300,300,30,0,977,935,0,1), + (21531,4151,1,0,0,-6315.1,-3621.76,-58.625,0.198919,300,300,30,0,977,935,0,1), + (21532,4151,1,0,0,-6516.12,-3902.61,-58.7389,2.65654,300,300,3,0,977,935,0,1), + (21533,4151,1,0,0,-6230.33,-3618.07,-58.625,-1.09301,300,300,0,0,977,935,0,0), + (21534,4151,1,0,0,-6544.24,-3796.94,-58.6547,5.70204,300,300,30,0,977,935,0,1), + (21535,4151,1,0,0,-5910.75,-3751.05,-58.625,5.89575,300,300,30,0,977,935,0,1), + (21536,4151,1,0,0,-6201.55,-3681.04,-58.7358,5.82242,300,300,0,0,977,935,0,0), + (21537,4151,1,0,0,-6487.98,-3850.83,-58.6249,3.53341,300,300,30,0,977,935,0,1), + (21538,4151,1,0,0,-6079.6,-4247.33,-58.625,0.222402,300,300,30,0,977,935,0,1), + (21539,4151,1,0,0,-6148.35,-4318.72,-58.6299,5.10264,300,300,30,0,977,935,0,1), + (21540,4154,1,0,0,-5711.22,-3984.47,-58.686,2.58905,300,300,30,0,1050,0,0,1), + (21541,4154,1,0,0,-5905.13,-4315.64,-58.625,5.02968,300,300,10,0,1050,0,0,1), + (21542,4154,1,0,0,-5871.13,-4278.79,-58.625,1.70418,300,300,10,0,1050,0,0,1), + (21543,4154,1,0,0,-5882.65,-4303.08,-58.625,4.68298,300,300,10,0,1050,0,0,1), + (21544,4154,1,0,0,-5693.13,-3677.12,-58.7434,5.56561,300,300,30,0,1050,0,0,1), + (21545,4154,1,0,0,-5990.98,-3532.76,-58.625,0.217933,300,300,30,0,1050,0,0,1), + (21546,4158,1,0,0,-6602.18,-3865.56,-58.7499,-2.61482,300,300,0,0,1163,0,0,0), + (21547,4158,1,0,0,-6176.85,-3557.04,-58.625,4.43404,300,300,30,0,1163,0,0,1), + (21548,4158,1,0,0,-6041.31,-4138.35,-58.625,6.28054,300,300,30,0,1163,0,0,1), + (21549,4419,1,0,0,-6194.48,-3916.91,-47.1956,1.74533,300,300,0,0,2016,0,0,0), + (21550,6730,1,0,0,-6251.75,-3851.1,-58.6667,5.77704,300,300,0,0,1605,0,0,0), + (21551,4429,1,0,0,-6207.22,-3942.37,-58.6251,4.04198,300,300,0,0,1605,0,0,0), + (21552,4429,1,0,0,-6223.75,-3946.05,-58.6251,3.24746,300,300,2,0,1605,0,0,1), + (21553,4429,1,0,0,-6193.59,-3963.64,-58.6251,0.619627,300,300,2,0,1605,0,0,1), + (21554,4429,1,0,0,-6213.15,-3961.21,-58.6251,1.79601,300,300,0,0,1605,0,0,0), + (21555,4429,1,0,0,-6221.21,-3946.82,-58.6251,5.5461,300,300,2,0,1605,0,0,1), + (21556,4430,1,0,0,-6220.56,-3851.87,-58.6251,3.73381,300,300,2,0,1605,0,0,1), + (21557,4430,1,0,0,-6231.76,-3844.51,-58.6251,2.19169,300,300,0,0,1605,0,0,0), + (21558,4430,1,0,0,-6218.89,-3846.9,-58.6251,4.02947,300,300,2,0,1605,0,0,1), + (21559,4430,1,0,0,-6238.77,-3858.96,-58.6251,1.09202,300,300,0,0,1605,0,0,0), + (21560,9551,1,0,0,-5453.35,-2408.38,89.3594,5.70723,300,300,0,0,2192,0,0,0), + (21561,4945,1,0,0,-6187.69,-3962.72,-58.6667,0.558505,300,300,0,0,1764,0,0,0), + (21562,4946,1,0,0,-6259.69,-3856.48,-58.6667,5.37561,300,300,0,0,1764,0,0,0), + (21563,10582,1,0,0,-5445.42,-2420.15,89.5537,0.180528,300,300,5,0,42,0,0,2), + (21564,14426,1,0,0,-4752.21,-1865.71,89.0546,0.567454,7200,7200,0,0,920,0,0,0), + (21565,6495,1,0,0,-6209.62,-3972.96,-58.625,4.80266,300,300,0,0,2016,0,0,0), + (21566,10079,1,0,0,-4617,-1851.97,86.1526,5.95157,300,300,0,0,1005,0,0,0), + (21567,6496,1,0,0,-6225.8,-3835.3,-58.6667,5.81195,300,300,0,0,2016,0,0,0), + (21568,4706,1,0,0,-6198.75,-3967.77,-58.6667,5.21853,300,300,0,0,1605,0,0,0), + (21569,4707,1,0,0,-6253.04,-3994.95,-58.6667,5.44543,300,300,0,0,2016,0,0,0), + (21570,4452,1,0,0,-6233.24,-3855.97,-58.6667,0.903906,300,300,0,0,1528,0,0,0), + (21571,4453,1,0,0,-6228.86,-3871.63,-58.6667,6.03884,300,300,0,0,1684,0,0,0), + (21572,4709,1,0,0,-6226.13,-3944.94,-58.6251,5.48331,300,300,0,0,1605,0,0,0), + (21573,4454,1,0,0,-6229.03,-3868.18,-58.6667,6.19592,300,300,0,0,1605,0,0,0), + (21574,3689,1,0,0,-4901.5,-1360.03,-51.2594,5.41052,300,300,0,0,1993,0,0,0), + (21575,11116,1,0,0,-5477.85,-2460.43,89.3671,0.314159,300,300,0,0,1605,0,0,0), + (21576,11117,1,0,0,-5464.6,-2447.39,89.4338,0.349066,300,300,0,0,1605,0,0,0), + (21577,4720,1,0,0,-6236.99,-3831.23,-58.1364,3.38594,300,300,0,0,1605,0,0,0), + (21578,4722,1,0,0,-5483.62,-2463.44,89.3671,0.331613,300,300,0,0,1605,0,0,0), + (21579,10612,1,0,0,-5441.89,-2432,89.5842,3.94444,300,300,0,0,2972,0,0,0), + (21580,10617,1,0,0,-4937.46,-2168.09,-56.1747,0.847854,300,300,0,0,787,0,0,2), + (21581,4483,1,0,0,-5842.36,-3406.93,-50.8497,5.09636,300,300,0,0,2016,0,0,0), + (21582,10377,1,0,0,-5401.73,-2410.17,89.2762,1.82392,300,300,0,0,7040,3252,0,0), + (21583,10636,1,0,0,-4931.21,-1370.95,-52.3027,4.15388,300,300,0,0,1029,0,0,0), + (21584,10638,1,0,0,-4906.05,-1366.99,-52.6008,2.30185,300,300,0,0,1039,0,0,0), + (21585,4495,1,0,0,-6223.58,-3846.19,-58.6667,5.0091,300,300,0,0,2016,0,0,0), + (21586,4496,1,0,0,-6217.7,-3948.85,-58.6667,1.71042,300,300,0,0,1605,0,0,0), + (21587,10896,1,0,0,-4754.08,-2108.98,83.3409,1.47089,300,300,0,0,950,0,0,0), + (21588,5523,1,0,0,-5852.68,-3397.62,-50.8497,4.17134,300,300,0,0,1528,0,0,0), + (21589,5523,1,0,0,-5829.89,-3406.23,-50.8497,5.07891,300,300,0,0,1528,0,0,0), + (21590,5523,1,0,0,-5839.51,-3396.42,-50.8497,5.95157,300,300,0,0,1528,0,0,0), + (21591,4499,1,0,0,-5201.8,-1569.02,-48.1368,3.03378,1800,1800,0,0,2970,0,0,2), + (21592,6548,1,0,0,-6187.18,-3878.24,-58.6667,4.5204,300,300,0,0,3632,0,0,0), + (21593,10645,1,0,0,-5480.67,-2456.03,89.3671,6.02139,300,300,0,0,1605,0,0,0), + (21594,10646,1,0,0,-4742.52,-2103,83.7146,0.088836,300,300,0,0,1605,0,0,0), + (21595,4248,1,0,0,-5347.57,-1824.14,-48.0511,3.16294,300,300,3,0,896,0,0,1), + (21596,4248,1,0,0,-4730.83,-1493.96,-33.9789,5.91755,300,300,5,0,896,0,0,1), + (21597,4248,1,0,0,-4918.58,-1545.07,-29.5143,3.13183,300,300,5,0,896,0,0,1), + (21598,4248,1,0,0,-5278.54,-1657.4,-38.2921,0.65692,300,300,5,0,896,0,0,1), + (21599,4248,1,0,0,-4956.44,-2116.66,-32.822,1.57275,300,300,5,0,896,0,0,1), + (21600,4248,1,0,0,-4846.34,-2033.67,-31.9196,1.60169,300,300,3,0,896,0,0,1), + (21601,4248,1,0,0,-5577.99,-2006.44,-62.7423,2.18851,300,300,15,0,896,0,0,1), + (21602,4248,1,0,0,-5513.39,-2103.86,-45.8753,3.25699,300,300,3,0,896,0,0,1), + (21603,4248,1,0,0,-5191.97,-1672.33,-59.0752,0.123386,300,300,10,0,896,0,0,1), + (21604,4248,1,0,0,-4833.96,-1971.78,-40.0054,4.33439,300,300,2,0,896,0,0,1), + (21605,4248,1,0,0,-5341.78,-2060.26,-57.9506,2.19945,300,300,5,0,896,0,0,1), + (21606,4248,1,0,0,-4855.21,-1669.79,-32.293,0.176779,300,300,3,0,896,0,0,1), + (21607,4248,1,0,0,-5514.41,-1922.21,-59.2229,3.23761,300,300,15,0,896,0,0,1), + (21608,4248,1,0,0,-5498.74,-1834.17,-56.5524,6.07957,300,300,5,0,896,0,0,1), + (21609,4248,1,0,0,-5483.49,-1966.9,-59.0185,3.8011,300,300,10,0,896,0,0,1), + (21610,4248,1,0,0,-5415.51,-1838.82,-48.0396,0.385044,300,300,10,0,896,0,0,1), + (21611,4248,1,0,0,-5480.68,-1879.03,-54.8561,1.38764,300,300,10,0,896,0,0,1), + (21612,4248,1,0,0,-5474.15,-1742.64,-17.1677,4.40623,300,300,3,0,896,0,0,1), + (21613,4248,1,0,0,-5453.73,-1848.62,-51.5586,5.96659,300,300,15,0,896,0,0,1), + (21614,4248,1,0,0,-4766.59,-1646.83,-33.1615,0.925342,300,300,5,0,896,0,0,1), + (21615,4248,1,0,0,-4768.23,-1503.96,-28.3925,0.970321,300,300,5,0,896,0,0,1), + (21616,4248,1,0,0,-4779.24,-1603.66,-49.0083,0.44996,300,300,10,0,896,0,0,1), + (21617,4248,1,0,0,-4820.73,-2037.11,-45.1754,1.10104,300,300,10,0,896,0,0,1), + (21618,4248,1,0,0,-4805.19,-1656.1,-49.5247,1.47307,300,300,10,0,896,0,0,1), + (21619,4248,1,0,0,-5658.98,-2241.97,-54.7012,3.60524,300,300,15,0,896,0,0,1), + (21620,4248,1,0,0,-5602.74,-2193.17,-58.407,5.77169,300,300,15,0,896,0,0,1), + (21621,4248,1,0,0,-4818.7,-1548.27,-48.7918,2.28888,300,300,10,0,896,0,0,1), + (21622,4248,1,0,0,-4759.17,-1595.19,-43.5543,1.38074,300,300,10,0,896,0,0,1), + (21623,4248,1,0,0,-5419.64,-2021,-62.5421,6.13217,300,300,10,0,896,0,0,1), + (21624,4248,1,0,0,-5567.59,-2523.75,-53.1303,2.27455,300,300,10,0,896,0,0,1), + (21625,4248,1,0,0,-5452.87,-1994.12,-58.3646,0.040794,300,300,5,0,896,0,0,1), + (21626,4248,1,0,0,-5341.3,-1542.65,-48.9608,6.09652,300,300,3,0,896,0,0,1), + (21627,4248,1,0,0,-5321.02,-1986.64,-41.9731,0.785222,300,300,5,0,896,0,0,1), + (21628,4248,1,0,0,-5463.01,-2069.58,-54.2578,4.1867,300,300,5,0,896,0,0,1), + (21629,4248,1,0,0,-5284.38,-1512.08,-56.5183,5.8848,300,300,15,0,896,0,0,1), + (21630,4248,1,0,0,-5076.49,-1442.84,-49.1225,4.97488,300,300,10,0,896,0,0,1), + (21631,4248,1,0,0,-5087.05,-1412.25,-51.92,5.4431,300,300,15,0,896,0,0,1), + (21632,4248,1,0,0,-5138.88,-1628.86,-45.3948,6.06652,300,300,3,0,896,0,0,1), + (21633,4248,1,0,0,-5437.1,-2071.59,-64.0042,6.05858,300,300,5,0,896,0,0,1), + (21634,4248,1,0,0,-5158.95,-1376.28,-51.3457,0.813015,300,300,5,0,896,0,0,1), + (21635,4248,1,0,0,-5062.76,-1543.17,-48.3789,2.51294,300,300,10,0,896,0,0,1), + (21636,4248,1,0,0,-5141.16,-1698.12,-51.3606,1.90489,300,300,10,0,896,0,0,1), + (21637,4248,1,0,0,-5214.8,-1435.33,-50.684,5.4995,300,300,5,0,896,0,0,1), + (21638,4248,1,0,0,-5249.28,-1508.17,-55.4882,4.78662,300,300,5,0,896,0,0,1), + (21639,4248,1,0,0,-5655.35,-2596,-56.4676,3.58994,300,300,10,0,896,0,0,1), + (21640,4248,1,0,0,-5550.44,-2575.78,-56.4475,4.6714,300,300,10,0,896,0,0,1), + (21641,4249,1,0,0,-4436.1,-968.298,-56.7363,2.05605,300,300,5,0,896,0,0,1), + (21642,4249,1,0,0,-4239.1,-856.807,-54.7915,5.98804,300,300,10,0,896,0,0,1), + (21643,4249,1,0,0,-5408.98,-3016.41,-39.3093,3.82732,300,300,10,0,896,0,0,1), + (21644,4249,1,0,0,-5395.49,-3289.74,-39.3962,1.44741,300,300,10,0,896,0,0,1), + (21645,4249,1,0,0,-5311.74,-3204.67,-50.3663,5.65879,300,300,5,0,896,0,0,1), + (21646,4249,1,0,0,-5431.24,-3328.7,-37.4414,5.43236,300,300,15,0,896,0,0,1), + (21647,4249,1,0,0,-4415.53,-972.139,-55.8161,0.524059,300,300,5,0,896,0,0,1), + (21648,4249,1,0,0,-5623.05,-3241.51,-42.2385,1.66579,300,300,10,0,896,0,0,1), + (21649,4249,1,0,0,-4352.34,-1018.68,-55.3095,5.88355,300,300,5,0,896,0,0,1), + (21650,4249,1,0,0,-4390,-1051.08,-48.1945,4.28366,300,300,5,0,896,0,0,1), + (21651,4249,1,0,0,-4290.5,-1002.57,-51.8276,0.0761,300,300,5,0,896,0,0,1), + (21652,4249,1,0,0,-5336.23,-2772.49,-42.7782,1.0364,300,300,5,0,896,0,0,1), + (21653,4249,1,0,0,-4426.27,-877.716,-55.8202,0.497235,300,300,15,0,896,0,0,1), + (21654,4249,1,0,0,-5456.16,-3364.01,-38.3244,1.9346,300,300,10,0,896,0,0,1), + (21655,4249,1,0,0,-5464.93,-3404.16,-40.1335,1.79583,300,300,5,0,896,0,0,1), + (21656,4249,1,0,0,-5471.35,-3304.56,-34.8121,1.26698,300,300,5,0,896,0,0,1), + (21657,4249,1,0,0,-5449.23,-3248.57,-31.7822,6.19692,300,300,10,0,896,0,0,1), + (21658,4249,1,0,0,-5568.4,-2804.24,-45.7389,4.49775,300,300,3,0,896,0,0,1), + (21659,4249,1,0,0,-5515.93,-3285.58,-37.8915,3.21808,300,300,5,0,896,0,0,1), + (21660,4249,1,0,0,-4554.02,-1221.76,-55.9463,0.714514,300,300,0,0,896,0,0,2), + (21661,4249,1,0,0,-4549.79,-1212.04,-55.4009,0.54684,300,300,0,0,896,0,0,2), + (21662,4249,1,0,0,-4596.77,-951.997,-51.1206,0.894448,300,300,5,0,896,0,0,1), + (21663,4249,1,0,0,-5653.34,-3418.81,-46.5446,4.18202,300,300,10,0,896,0,0,1), + (21664,4249,1,0,0,-4970.2,-1389.16,-44.8209,4.5058,300,300,5,0,896,0,0,1), + (21665,4249,1,0,0,-5743.77,-3259.74,-26.4942,5.5932,300,300,5,0,896,0,0,1), + (21666,4249,1,0,0,-5650.16,-3083.11,-47.4584,0.402515,300,300,15,0,896,0,0,1), + (21667,4249,1,0,0,-5787.85,-3351.07,-42.5618,4.62633,300,300,15,0,896,0,0,1), + (21668,4249,1,0,0,-5735.85,-3169.57,-36.0023,4.83577,300,300,10,0,896,0,0,1), + (21669,4249,1,0,0,-5542.73,-3057.78,-45.011,3.94481,300,300,5,0,896,0,0,1), + (21670,4249,1,0,0,-5594.44,-3091.59,-48.9273,0.453158,300,300,15,0,896,0,0,1), + (21671,4249,1,0,0,-4871.36,-1122.5,-53.1197,1.54931,300,300,5,0,896,0,0,1), + (21672,4249,1,0,0,-4943.27,-1319.9,-43.5462,4.29776,300,300,5,0,896,0,0,1), + (21673,4249,1,0,0,-4962.21,-1259.82,-45.6173,5.60049,300,300,5,0,896,0,0,1), + (21674,4249,1,0,0,-5781.08,-3439.59,-50.8918,4.90339,300,300,15,0,896,0,0,1), + (21675,4249,1,0,0,-5660.86,-3019.47,-46.8671,1.92494,300,300,10,0,896,0,0,1), + (21676,4249,1,0,0,-4723.79,-969.283,-52.627,2.1979,300,300,5,0,896,0,0,1), + (21677,4250,1,0,0,-4977.34,-1239.3,-46.8988,2.65175,300,300,0,0,664,0,0,0), + (21678,4250,1,0,0,-4987.01,-1238.28,-48.043,2.73209,300,300,0,0,664,0,0,0), + (21679,4250,1,0,0,-4984.87,-1244.8,-46.1049,2.67263,300,300,0,0,664,0,0,0), + (21680,4251,1,0,0,-6225.51,-3941.11,-58.6251,0.171547,300,300,0,0,1764,0,0,0), + (21681,4507,1,0,0,-6221.08,-3930.32,-58.7198,4.2404,300,300,0,0,644,0,0,0), + (21682,4252,1,0,0,-6213.07,-3849.85,-58.6251,4.79829,300,300,0,0,1764,0,0,0), + (21683,5792,1,0,0,-6203.96,-4029.41,-58.6667,0.366519,300,300,0,0,2016,0,0,0), + (21684,9377,1,0,0,-5806.09,-4050.31,-58.625,2.15814,300,300,30,0,1232,0,0,1), + (21685,9377,1,0,0,-6619.94,-3582.93,-58.625,4.53938,300,300,30,0,1232,0,0,1), + (21686,9377,1,0,0,-5516.4,-3748.11,-58.625,1.46984,300,300,30,0,1232,0,0,1), + (21687,9377,1,0,0,-5647.39,-3565.68,-58.6129,4.51155,300,300,30,0,1232,0,0,1), + (21688,9377,1,0,0,-5904.59,-3598.67,-58.6398,2.39486,300,300,30,0,1232,0,0,1), + (21689,9377,1,0,0,-6059.75,-3835.88,-58.6561,5.92024,300,300,30,0,1232,0,0,1), + (21690,2986,1,0,0,-5183.59,-2806.95,-6.92009,2.68781,300,300,0,0,1528,0,0,0), + (21691,6576,1,0,0,-4495.82,-740.714,-25.4125,5.77704,300,300,0,0,2471,0,0,0), + (21692,10427,1,0,0,-5156.69,-1220.49,48.7887,2.33874,300,300,0,0,1002,0,0,0), + (21693,10428,1,0,0,-4915.57,-1381.18,-52.6008,5.14872,300,300,0,0,974,0,0,0), + (21694,10941,1,0,0,-4921.56,-1376.35,-52.529,5.06145,300,300,0,0,1130,0,0,0), + (21695,4545,1,0,0,-5853.93,-3418.15,-50.92,3.54503,300,300,0,0,2016,0,0,0), + (21696,4546,1,0,0,-5839.01,-3416.45,-50.8497,2.23402,300,300,0,0,1342,0,0,0), + (21697,4547,1,0,0,-5846.76,-3411.8,-51.045,1.19514,300,300,0,0,2016,0,0,0), + (21698,4548,1,0,0,-4547.17,-1216.3,-56.1795,0.546789,300,300,5,0,1002,0,0,2), + (21700,4317,1,0,0,-5407.12,-2419.61,89.7094,2.16421,600,600,0,0,7423,7071,0,0), + (21701,6626,1,0,0,-6185.16,-3936.33,-58.6251,4.75002,300,300,0,0,64,0,0,0), + (21702,7404,1,0,0,-4897.98,-2280.38,-71.534,3.10669,300,300,0,0,1002,0,0,0), + (21703,7404,1,0,0,-4898.52,-2284.04,-71.3708,2.82743,300,300,0,0,1002,0,0,0), + (21704,3053,1,0,0,-6225.51,-3970.78,-58.6667,5.84685,300,300,0,0,1605,0,0,0), + (21705,10992,1,0,0,-4688.74,-1434.57,-50.4572,5.77704,600,600,0,0,2865,0,0,0), + (21706,6139,1,0,0,-4919.2,-882.57,75.4972,4.21778,300,300,10,0,896,0,0,1), + (21707,6139,1,0,0,-5009.22,-920.408,63.3593,0.179354,300,300,10,0,896,0,0,1), + (21708,6139,1,0,0,-5075.84,-1013.62,53.0079,0.622111,300,300,10,0,896,0,0,1), + (21709,4093,1,0,0,-5128.38,-2392.5,-53.3992,4.99588,300,300,0,0,734,0,0,0), + (21710,4093,1,0,0,-5173.44,-2575.52,-50.4724,2.23899,300,300,5,0,734,0,0,1), + (21711,4093,1,0,0,-5154.66,-2315.02,-45.024,5.40395,300,300,0,0,734,0,0,0), + (21712,4093,1,0,0,-5079.83,-2189.45,-54.0368,2.4461,300,300,5,0,734,0,0,1), + (21713,4093,1,0,0,-5080.67,-2212.16,-54.8923,4.05246,300,300,0,0,734,0,0,0), + (21714,4093,1,0,0,-5063.73,-2220.94,-54.6648,3.23111,300,300,5,0,734,0,0,1), + (21715,4093,1,0,0,-5087.37,-2256.76,-54.4114,0.986322,300,300,5,0,734,0,0,1), + (21716,4093,1,0,0,-4919.85,-2152.09,-56.0816,6.05514,300,300,10,0,734,0,0,1), + (21717,4093,1,0,0,-5038.49,-2205.39,-54.3871,3.25489,300,300,5,0,734,0,0,1), + (21718,4093,1,0,0,-5195.05,-2463.22,-51.4731,3.88572,300,300,0,0,734,0,0,0), + (21719,4093,1,0,0,-5066.04,-2297.77,-53.2635,2.65313,300,300,0,0,734,0,0,0), + (21720,4093,1,0,0,-5055.38,-2254.64,-53.4069,0.215477,300,300,0,0,734,0,0,0), + (21721,4093,1,0,0,-5145.34,-2482.28,-51.3912,3.7163,300,300,5,0,734,0,0,1), + (21722,4093,1,0,0,-5178.61,-2454.46,-52.5981,5.50656,300,300,5,0,734,0,0,1), + (21723,4093,1,0,0,-5158.71,-2534.69,-50.5416,1.20416,300,300,5,0,734,0,0,1), + (21724,4093,1,0,0,-5149.26,-2508.91,-50.7361,2.81164,300,300,0,0,734,0,0,0), + (21725,4093,1,0,0,-5122.96,-2422.44,-52.1968,3.91843,300,300,5,0,734,0,0,1), + (21726,4093,1,0,0,-5120.7,-2354.04,-54.4247,3.23573,300,300,5,0,734,0,0,1), + (21727,4093,1,0,0,-5245.87,-2569.35,-39.5497,4.99414,300,300,5,0,734,0,0,1), + (21728,4093,1,0,0,-5160.67,-2415.56,-49.7905,1.00547,300,300,5,0,734,0,0,1), + (21729,4093,1,0,0,-5159.4,-2373.53,-42.2905,5.98622,300,300,0,0,734,0,0,0), + (21730,4093,1,0,0,-5083.17,-2147.17,-45.5779,2.36724,300,300,5,0,734,0,0,1), + (21731,4093,1,0,0,-5077.25,-2188.16,-54.6404,1.97423,300,300,5,0,734,0,0,1), + (21732,4094,1,0,0,-5183.42,-2613.66,-50.7806,5.72754,300,300,5,0,664,0,0,1), + (21733,4094,1,0,0,-5046.71,-2221.07,-54.1371,0.239034,300,300,0,0,664,0,0,0), + (21734,4094,1,0,0,-5048.64,-2243.56,-53.4069,1.64091,300,300,5,0,664,0,0,1), + (21735,4094,1,0,0,-5049.55,-2162.84,-52.1321,5.59244,300,300,0,0,664,0,0,0), + (21736,4094,1,0,0,-4991.18,-2245.23,-52.3662,1.876,300,300,5,0,664,0,0,1), + (21737,4094,1,0,0,-4981.83,-2185.43,-52.142,0.472652,300,300,5,0,664,0,0,1), + (21738,4094,1,0,0,-4977.98,-2212.54,-53.8938,5.12973,300,300,0,0,664,0,0,0), + (21739,4094,1,0,0,-5011.74,-2180.8,-47.2178,0.183397,300,300,5,0,664,0,0,1), + (21740,4094,1,0,0,-5243.82,-2436.51,-41.5125,3.69272,300,300,0,0,664,0,0,2), + (21741,4094,1,0,0,-4995.15,-2220.33,-53.0861,1.00365,300,300,15,0,664,0,0,1), + (21742,4094,1,0,0,-5023.08,-2243.37,-52.7652,5.92276,300,300,5,0,664,0,0,1), + (21743,4094,1,0,0,-5134.59,-2432.02,-52.4155,4.37974,300,300,0,0,664,0,0,0), + (21744,4094,1,0,0,-5046.78,-2331.84,-52.7878,4.27647,300,300,0,0,664,0,0,0), + (21745,4094,1,0,0,-5080.52,-2338.25,-53.8332,4.191,300,300,5,0,664,0,0,1), + (21746,4094,1,0,0,-5180.68,-2531.83,-50.8602,5.3284,300,300,0,0,664,0,0,0), + (21747,4094,1,0,0,-5080.41,-2350.34,-53.7724,2.93941,300,300,5,0,664,0,0,1), + (21748,4094,1,0,0,-5148.56,-2454.34,-52.4613,1.86159,300,300,5,0,664,0,0,1), + (21749,4094,1,0,0,-5195.38,-2512.04,-49.3071,3.7301,300,300,5,0,664,0,0,2), + (21750,4094,1,0,0,-5251.34,-2438.9,-40.8989,4.79171,300,300,5,0,664,0,0,1), + (21751,4094,1,0,0,-5224.01,-2453.87,-47.2694,6.2304,300,300,5,0,664,0,0,1), + (21752,4094,1,0,0,-5153.6,-2350.5,-43.1282,3.82227,300,300,0,0,664,0,0,0), + (21753,4095,1,0,0,-4617.76,-1182.1,-51.6653,5.48674,300,300,5,0,840,0,0,1), + (21754,4095,1,0,0,-4601.86,-1218.06,-54.8467,3.12377,300,300,5,0,840,0,0,1), + (21755,4095,1,0,0,-4518.94,-1189.15,-57.7645,4.68803,300,300,5,0,840,0,0,1), + (21756,4095,1,0,0,-4611.91,-1346.39,-42.0277,5.93054,300,300,5,0,840,0,0,1), + (21757,4095,1,0,0,-4616.99,-1255.26,-52.2356,6.19171,300,300,5,0,840,0,0,1), + (21758,4095,1,0,0,-4629.81,-1163.65,-47.6293,3.05363,300,300,5,0,840,0,0,1), + (21759,4095,1,0,0,-4881.18,-2353.13,-55.0758,1.66179,300,300,3,0,840,0,0,1), + (21760,4095,1,0,0,-4927.95,-2366.46,-50.959,2.71104,300,300,3,0,840,0,0,1), + (21761,4095,1,0,0,-4944.33,-2330.71,-53.6269,2.74017,300,300,0,0,840,0,0,0), + (21762,4095,1,0,0,-4958.63,-2388.63,-54.7698,1.62098,300,300,3,0,840,0,0,1), + (21763,4095,1,0,0,-4977.71,-2381.61,-57.3717,5.84986,300,300,5,0,840,0,0,2), + (21764,4095,1,0,0,-4928.74,-2410.12,-53.2477,3.66309,300,300,3,0,840,0,0,1), + (21765,4095,1,0,0,-4920.56,-2305.6,-68.3072,5.72516,300,300,3,0,840,0,0,1), + (21766,4095,1,0,0,-4872.25,-2322.95,-55.0035,0.768021,300,300,3,0,840,0,0,1), + (21767,4095,1,0,0,-4973.67,-2278.87,-63.5991,4.42601,300,300,5,0,840,0,0,1), + (21768,4095,1,0,0,-4952.94,-2337.3,-56.5321,2.46091,300,300,0,0,840,0,0,0), + (21769,4095,1,0,0,-4875.33,-2335.51,-53.3815,2.40213,300,300,3,0,840,0,0,2), + (21770,4095,1,0,0,-4940.13,-2313.92,-69.4303,2.79516,300,300,3,0,840,0,0,1), + (21771,4095,1,0,0,-4981.09,-2324.84,-56.7489,1.63,300,300,5,0,840,0,0,1), + (21772,9985,1,0,0,-7163,-3824.13,8.66409,1.11701,300,300,0,0,1605,0,0,0), + (21773,8196,1,0,0,-8294.49,-4586.79,8.97121,5.56651,600,600,0,0,6645,0,0,0), + (21774,8197,1,0,0,-8105.5,-4645.59,-1.26068,5.21357,600,600,0,0,37728,0,0,0), + (21775,8198,1,0,0,-8145.5,-4540.84,-0.35593,0.7353,600,600,0,0,7105,0,0,0), + (21777,5645,1,0,0,-6942.08,-3139.17,30.6899,2.69033,300,300,5,0,4953,0,0,1), + (21778,5389,1,0,0,-9418.59,-2755.11,20.4964,4.4855,300,300,0,0,2972,0,0,0), + (21779,5645,1,0,0,-7008.04,-2720.43,9.60677,6.17569,300,300,15,0,4953,0,0,1), + (21780,5645,1,0,0,-7252.97,-3045.79,8.75617,0.141143,300,300,5,0,4953,0,0,1), + (21781,5645,1,0,0,-7219.99,-3044.57,9.49078,2.33268,300,300,5,0,4953,0,0,1), + (21782,5645,1,0,0,-7259.43,-2986.51,8.9205,3.00929,300,300,5,0,4953,0,0,1), + (21783,5645,1,0,0,-7145.69,-2948.89,10.2962,0.055484,300,300,5,0,4953,0,0,1), + (21784,5645,1,0,0,-6853.41,-2953.13,9.12551,4.75489,300,300,5,0,4953,0,0,1), + (21785,5646,1,0,0,-6997.4,-2800.52,9.38372,4.89021,300,300,0,0,5148,0,0,0), + (21786,5646,1,0,0,-6886.99,-2875.59,11.3125,2.36545,300,300,15,0,5148,0,0,1), + (21787,5646,1,0,0,-7016.69,-2747.4,11.8106,3.0083,300,300,0,0,5148,0,0,0), + (21788,5646,1,0,0,-7079.51,-2813.76,10.2518,3.17907,300,300,5,0,5148,0,0,1), + (21789,5646,1,0,0,-6875.45,-2851.46,12.5422,0.036273,300,300,15,0,5148,0,0,1), + (21790,5646,1,0,0,-7252.23,-3011.48,8.92023,1.55142,300,300,5,0,5148,0,0,1), + (21791,5646,1,0,0,-7181.32,-2952.31,10.7076,5.23645,300,300,5,0,5148,0,0,1), + (21792,5646,1,0,0,-7151.97,-2985.65,11.7705,2.21896,300,300,5,0,5148,0,0,1), + (21793,5646,1,0,0,-7188.08,-3003.46,9.4205,0.593638,300,300,5,0,5148,0,0,1), + (21794,5646,1,0,0,-7223.48,-3010.56,8.92048,1.73214,300,300,5,0,5148,0,0,1), + (21795,5646,1,0,0,-6954.39,-3151.27,8.9216,3.1955,300,300,15,0,5148,0,0,1), + (21796,12046,1,0,0,-8534.26,-3082.25,8.78313,0.942478,300,300,0,0,2672,0,0,0), + (21797,5647,1,0,0,-6885.72,-3081.31,9.70834,4.25656,300,300,5,0,3776,2864,0,1), + (21798,5647,1,0,0,-7050.3,-2785.28,9.92508,1.47172,300,300,10,0,3776,2864,0,1), + (21799,5647,1,0,0,-7048.09,-2817.65,9.1714,0.676444,300,300,15,0,3776,2864,0,1), + (21800,5647,1,0,0,-6992.06,-2811.29,11.7326,3.00365,300,300,0,0,3776,2864,0,0), + (21801,5647,1,0,0,-7062.73,-2716.13,9.53457,4.47372,300,300,15,0,3776,2864,0,1), + (21802,5647,1,0,0,-7013.26,-2812.73,9.34784,0.626487,300,300,15,0,3776,2864,0,1), + (21803,5647,1,0,0,-6985.08,-2845.48,13.256,5.87113,300,300,15,0,3776,2864,0,1), + (21804,5647,1,0,0,-7013.88,-2776.03,9.8768,1.99711,300,300,0,0,3776,2864,0,0), + (21805,5647,1,0,0,-7085.92,-2788.99,10.5251,1.93001,300,300,10,0,3776,2864,0,1), + (21806,5647,1,0,0,-7083.82,-2749.59,10.504,2.84223,300,300,15,0,3776,2864,0,1), + (21807,5647,1,0,0,-7051.79,-2742.17,9.66803,1.41999,300,300,15,0,3776,2864,0,1), + (21808,5647,1,0,0,-7061.81,-2779.51,11.0279,3.30197,300,300,0,0,3776,2864,0,0), + (21809,5647,1,0,0,-7148.94,-3020.12,10.1204,4.85689,300,300,5,0,3776,2864,0,1), + (21810,5647,1,0,0,-7190,-3047.19,9.01872,2.11931,300,300,5,0,3776,2864,0,1), + (21811,5647,1,0,0,-7239.84,-3014.58,8.92023,3.10292,300,300,5,0,3776,2864,0,1), + (21812,5647,1,0,0,-7189.39,-3003.82,31.232,2.07687,300,300,5,0,3776,2864,0,1), + (21813,5647,1,0,0,-6851.08,-2914.59,9.00176,3.716,300,300,10,0,3776,2864,0,1), + (21814,5647,1,0,0,-6849.18,-2878.56,9.63682,0.170167,300,300,5,0,3776,2864,0,1), + (21815,5647,1,0,0,-6852.75,-2857.13,11.4737,5.40442,300,300,10,0,3776,2864,0,1), + (21816,5647,1,0,0,-6947.22,-3182.49,10.2307,5.73228,300,300,15,0,3776,2864,0,1), + (21817,5647,1,0,0,-6919.69,-3148.93,8.92048,2.13241,300,300,5,0,3776,2864,0,1), + (21818,5647,1,0,0,-6918.78,-3185.79,9.26469,3.91995,300,300,5,0,3776,2864,0,1), + (21819,5647,1,0,0,-7218.81,-2954.82,8.64693,1.73306,300,300,5,0,3776,2864,0,1), + (21820,8736,1,0,0,-7150.31,-3830.19,8.5924,1.50098,300,300,0,0,3866,0,0,0), + (21821,16417,1,0,0,-7082.3,-3697.1,9.53218,0.383972,300,300,0,0,2800,0,0,0), + (21822,11811,1,0,0,-6729.7,-4720.48,21.6995,5.34071,300,300,0,0,2972,3801,0,0), + (21823,5411,1,0,0,-7200.43,-3769.82,8.75939,5.89921,300,300,0,0,3900,0,0,0), + (21824,5419,1,0,0,-7232.11,-3463.38,22.8341,3.37615,300,300,25,0,1981,0,0,1), + (21825,5419,1,0,0,-7204.83,-3559.49,11.0466,5.70386,300,300,25,0,1981,0,0,1), + (21826,5419,1,0,0,-6881.29,-3016.16,10.2719,4.06694,300,300,25,0,1981,0,0,1), + (21827,5419,1,0,0,-7261.7,-3170.66,9.69145,2.37277,300,300,25,0,1981,0,0,1), + (21828,5419,1,0,0,-7250.18,-2783.3,11.0743,3.98613,300,300,25,0,1981,0,0,1), + (21829,5419,1,0,0,-7384.42,-2659.69,10.9185,4.77103,300,300,25,0,1981,0,0,1), + (21830,5419,1,0,0,-7707.65,-3958.36,9.37468,5.56269,300,300,25,0,1981,0,0,1), + (21831,5419,1,0,0,-7438.71,-3642.58,9.0608,1.81957,300,300,25,0,1981,0,0,1), + (21832,5419,1,0,0,-7660.08,-3815,14.3844,6.23834,300,300,25,0,1981,0,0,1), + (21833,14123,1,0,0,-6897.33,-4759.57,9.86013,3.93661,300,300,15,0,1981,0,0,1), + (21834,14123,1,0,0,-7149.54,-4846.48,0.680841,5.15753,300,300,15,0,1981,0,0,1), + (21835,14123,1,0,0,-7820.95,-5221.76,-8.04731,2.35672,300,300,15,0,1981,0,0,1), + (21836,14123,1,0,0,-7418.07,-4946.77,-1.99812,5.43678,300,300,15,0,1981,0,0,1), + (21837,14123,1,0,0,-7685.06,-5079.76,-7.53802,5.61982,300,300,15,0,1981,0,0,1), + (21838,14123,1,0,0,-7699.08,-4930.32,-1.16336,5.05673,300,300,0,0,1981,0,0,0), + (21839,14123,1,0,0,-7853.5,-5275.31,-4.89302,5.92371,300,300,15,0,1981,0,0,1), + (21840,14123,1,0,0,-7613.66,-4915.94,-6.4572,0.582591,300,300,15,0,1981,0,0,1), + (21841,14123,1,0,0,-7820.43,-5257.31,-8.30017,0.999924,300,300,15,0,1981,0,0,1), + (21842,14123,1,0,0,-7764.69,-5103.61,0.40353,1.57275,300,300,15,0,1981,0,0,1), + (21843,5419,1,0,0,-7303.96,-3685.36,9.92078,3.23932,300,300,25,0,1981,0,0,1), + (21844,5419,1,0,0,-6987.09,-3822.26,11.7691,1.88881,300,300,25,0,1981,0,0,1), + (21845,5419,1,0,0,-7090.34,-4204.83,10.1769,2.58341,300,300,25,0,1981,0,0,1), + (21846,5419,1,0,0,-6817.93,-2752.4,28.6007,0.509943,300,300,25,0,1981,0,0,1), + (21847,5419,1,0,0,-7386.1,-2752.66,13.1268,0.982794,300,300,25,0,1981,0,0,1), + (21848,5419,1,0,0,-7313.35,-3125.2,9.47657,5.05266,300,300,25,0,1981,0,0,1), + (21849,5419,1,0,0,-6897.37,-2962.44,9.62676,1.22762,300,300,3,0,1981,0,0,1), + (21850,5419,1,0,0,-7717,-3803.61,23.0949,1.64591,300,300,25,0,1981,0,0,1), + (21851,5419,1,0,0,-7657.43,-3674.71,24.6571,2.66048,300,300,25,0,1981,0,0,1), + (21852,5419,1,0,0,-7708.93,-3744.84,26.9298,1.54783,300,300,25,0,1981,0,0,1), + (21853,14123,1,0,0,-6712.36,-4853.42,-2.4986,6.02754,300,300,15,0,1981,0,0,1), + (21854,14123,1,0,0,-7063.03,-4908.05,-5.70614,1.80535,300,300,15,0,1981,0,0,1), + (21855,14123,1,0,0,-7542.11,-4875.38,0.616043,3.72492,300,300,15,0,1981,0,0,1), + (21856,14123,1,0,0,-6742.75,-4840.46,0.681917,4.63339,300,300,15,0,1981,0,0,1), + (21857,14123,1,0,0,-7378.5,-4947.44,-11.7608,0.503379,300,300,15,0,1981,0,0,1), + (21858,14123,1,0,0,-7578.06,-4939.5,-6.82587,4.24917,300,300,15,0,1981,0,0,1), + (21859,14123,1,0,0,-6804.02,-4859.49,0.679712,5.07407,300,300,15,0,1981,0,0,1), + (21860,14123,1,0,0,-6970.85,-4920.84,-12.6877,6.06547,300,300,15,0,1981,0,0,1), + (21861,14123,1,0,0,-6699.81,-4859.48,-8.07475,3.81755,300,300,15,0,1981,0,0,1), + (21862,14123,1,0,0,-6862.72,-4896.75,-3.6079,2.67358,300,300,15,0,1981,0,0,1), + (21863,5419,1,0,0,-7120.49,-4720.51,11.5084,0.804789,300,300,25,0,1981,0,0,1), + (21864,5419,1,0,0,-7243.57,-3284.34,10.0855,3.16112,300,300,25,0,1981,0,0,1), + (21865,5419,1,0,0,-7388.16,-2891.28,8.92048,1.26856,300,300,25,0,1981,0,0,1), + (21866,5419,1,0,0,-7401.62,-3041.71,11.4237,2.72208,300,300,25,0,1981,0,0,1), + (21867,5419,1,0,0,-7206.59,-3411.09,11.749,5.23372,300,300,25,0,1981,0,0,1), + (21868,5419,1,0,0,-7732.71,-3083.51,50.2872,3.13769,300,300,25,0,1981,0,0,1), + (21869,5419,1,0,0,-7483.21,-3425.36,16.6707,0.190504,300,300,25,0,1981,0,0,1), + (21870,14123,1,0,0,-7451.76,-4918.8,0.39031,5.76186,300,300,15,0,1981,0,0,1), + (21871,14123,1,0,0,-7257.76,-4944.02,-9.60715,4.56752,300,300,15,0,1981,0,0,1), + (21872,14123,1,0,0,-7521.84,-4934.7,-9.32233,4.98532,300,300,15,0,1981,0,0,1), + (21873,14123,1,0,0,-7142.26,-4931.4,-7.10383,4.17212,300,300,15,0,1981,0,0,1), + (21874,14123,1,0,0,-7079.52,-4888.16,-1.16185,5.85563,300,300,15,0,1981,0,0,1), + (21875,14123,1,0,0,-7588.39,-4888.28,-1.04754,0.374817,300,300,15,0,1981,0,0,1), + (21876,14123,1,0,0,-6877.57,-4924.21,-15.4173,0.928348,300,300,15,0,1981,0,0,1), + (21877,14123,1,0,0,-6775.01,-4894.7,-7.12604,3.93248,300,300,15,0,1981,0,0,1), + (21878,14123,1,0,0,-7029.91,-4703.65,9.12676,2.23584,300,300,15,0,1981,0,0,1), + (21879,14123,1,0,0,-7709.58,-5151.98,-8.22749,6.22973,300,300,0,0,1981,0,0,0), + (21880,5419,1,0,0,-7317.61,-3226.51,9.54318,6.0283,300,300,25,0,1981,0,0,1), + (21881,5419,1,0,0,-6955.08,-3354.64,9.64528,5.80203,300,300,25,0,1981,0,0,1), + (21882,5419,1,0,0,-7510.14,-3562.65,11.1003,2.84209,300,300,25,0,1981,0,0,1), + (21883,5419,1,0,0,-7514.84,-3078.61,13,1.47104,300,300,25,0,1981,0,0,1), + (21884,5419,1,0,0,-7359.4,-3367.63,9.89293,2.78931,300,300,25,0,1981,0,0,1), + (21885,5419,1,0,0,-7651.79,-3509.06,21.2023,1.75362,300,300,25,0,1981,0,0,1), + (21886,5419,1,0,0,-7448.51,-3300.67,12.3774,0.505581,300,300,25,0,1981,0,0,1), + (21887,5419,1,0,0,-7570.64,-3028.03,12.9989,5.57047,300,300,25,0,1981,0,0,1), + (21888,5419,1,0,0,-7721.12,-3646.86,36.8069,1.21568,300,300,25,0,1981,0,0,1), + (21889,14123,1,0,0,-7673.45,-4954.05,-8.87002,1.51638,300,300,15,0,1981,0,0,1), + (21890,14123,1,0,0,-7178.35,-4851.75,8.76391,3.01046,300,300,15,0,1981,0,0,1), + (21891,14123,1,0,0,-7624.55,-4852.21,0.206714,4.52764,300,300,15,0,1981,0,0,1), + (21892,14123,1,0,0,-7021.25,-4873.34,-3.52731,1.50241,300,300,15,0,1981,0,0,1), + (21893,14123,1,0,0,-7189.71,-4918.96,0.150004,4.21372,300,300,0,0,1981,0,0,0), + (21894,14123,1,0,0,-7679.76,-4860.96,0.641607,1.33236,300,300,15,0,1981,0,0,1), + (21895,14123,1,0,0,-6673.6,-4892.05,-13.8847,0.704213,300,300,15,0,1981,0,0,1), + (21896,14123,1,0,0,-7498.87,-4943.07,-5.39578,2.86408,300,300,0,0,1981,0,0,0), + (21897,14123,1,0,0,-6829.95,-4789.45,9.97958,3.39604,300,300,15,0,1981,0,0,1), + (21898,14123,1,0,0,-6775.88,-4925.16,-13.1975,6.27626,300,300,15,0,1981,0,0,1), + (21899,5419,1,0,0,-6985.89,-4214.48,9.00652,4.81511,300,300,10,0,1981,0,0,1), + (21900,5419,1,0,0,-7056.87,-2602.53,9.98904,1.86412,300,300,3,0,1981,0,0,1), + (21901,5419,1,0,0,-6935.54,-3374.63,13.869,0.896055,300,300,3,0,1981,0,0,1), + (21902,5419,1,0,0,-7375.66,-2592.89,9.57486,3.66728,300,300,3,0,1981,0,0,1), + (21903,5419,1,0,0,-7317.79,-2818.01,11.9541,1.43942,300,300,25,0,1981,0,0,1), + (21904,5419,1,0,0,-7649.33,-3172.51,46.7795,1.00122,300,300,25,0,1981,0,0,1), + (21905,5419,1,0,0,-7539.35,-3288.77,26.2777,5.50884,300,300,25,0,1981,0,0,1), + (21906,5419,1,0,0,-7512.94,-3416.28,21.6042,3.41641,300,300,25,0,1981,0,0,1), + (21907,14123,1,0,0,-7233,-4892.67,0.580003,0.242608,300,300,15,0,1981,0,0,1), + (21908,14123,1,0,0,-7768.54,-5174.81,-9.08805,2.01033,300,300,15,0,1981,0,0,1), + (21909,14123,1,0,0,-7650.49,-4903.09,-8.49882,4.75163,300,300,15,0,1981,0,0,1), + (21910,5419,1,0,0,-7223.2,-4406.26,9.11699,5.57171,300,300,25,0,1981,0,0,1), + (21911,5419,1,0,0,-7313.72,-3747.19,10.4078,4.43152,300,300,25,0,1981,0,0,1), + (21912,5419,1,0,0,-7053.57,-3365.02,9.33407,1.68232,300,300,25,0,1981,0,0,1), + (21913,5419,1,0,0,-7048.15,-3088.32,12.589,-2.93342,300,300,0,0,1981,0,0,0), + (21914,5419,1,0,0,-7513.27,-3703.04,11.8373,5.0999,300,300,25,0,1981,0,0,1), + (21915,5419,1,0,0,-7384.63,-3254.71,12.3273,4.87784,300,300,25,0,1981,0,0,1), + (21916,5419,1,0,0,-7656.15,-3537.27,22.3554,0.895401,300,300,25,0,1981,0,0,1), + (21917,5419,1,0,0,-7654.24,-3233.63,60.3062,1.95493,300,300,25,0,1981,0,0,1), + (21918,5419,1,0,0,-7383.96,-3619.66,9.33682,1.61773,300,300,25,0,1981,0,0,1), + (21919,5419,1,0,0,-6775.91,-4607.98,30.751,0.618024,300,300,25,0,1981,0,0,1), + (21920,5419,1,0,0,-7324.02,-2680.59,9.87968,5.84964,300,300,25,0,1981,0,0,1), + (21921,5419,1,0,0,-6911.55,-2589.22,9.18952,4.60864,300,300,3,0,1981,0,0,1), + (21922,5419,1,0,0,-7446.81,-3203.48,11.4348,2.11823,300,300,25,0,1981,0,0,1), + (21923,5419,1,0,0,-7653.38,-3599.89,27.2241,1.4079,300,300,25,0,1981,0,0,1), + (21924,5419,1,0,0,-7579.78,-3209.53,37.525,1.01377,300,300,25,0,1981,0,0,1), + (21925,5419,1,0,0,-7652.18,-3953.9,11.5894,0.053601,300,300,25,0,1981,0,0,1), + (21926,5419,1,0,0,-7588.6,-3407.43,44.7707,0.060591,300,300,25,0,1981,0,0,1), + (21927,5419,1,0,0,-7711.28,-3023.93,34.8943,6.09994,300,300,25,0,1981,0,0,1), + (21928,5419,1,0,0,-7391.18,-3285.36,10.0942,6.11164,300,300,25,0,1981,0,0,1), + (21929,5419,1,0,0,-7139.43,-3609.53,8.15272,0.388483,300,300,25,0,1981,0,0,1), + (21930,5419,1,0,0,-7448.59,-4153.11,10.2769,5.00405,300,300,25,0,1981,0,0,1), + (21931,5419,1,0,0,-7516.58,-4084.74,9.30273,5.55782,300,300,25,0,1981,0,0,1), + (21932,5419,1,0,0,-7577.81,-3463.76,26.6633,2.04318,300,300,25,0,1981,0,0,1), + (21933,5419,1,0,0,-7585.77,-3880.4,9.70276,2.07818,300,300,25,0,1981,0,0,1), + (21934,5419,1,0,0,-7647.12,-3883.76,10.2469,5.38012,300,300,25,0,1981,0,0,1), + (21935,5419,1,0,0,-7120.39,-3396.5,9.97033,1.24657,300,300,25,0,1981,0,0,1), + (21936,5419,1,0,0,-7123.21,-3279.5,10.0991,3.18454,300,300,25,0,1981,0,0,1), + (21937,5419,1,0,0,-7189.14,-2818.82,9.25176,6.19773,300,300,25,0,1981,0,0,1), + (21938,5419,1,0,0,-7450.55,-3117.09,13.8635,1.65214,300,300,25,0,1981,0,0,1), + (21939,5419,1,0,0,-7549.71,-3751.56,9.36176,0.159248,300,300,25,0,1981,0,0,1), + (21940,5419,1,0,0,-6982.04,-3012.55,10.9804,1.22418,300,300,25,0,1981,0,0,1), + (21941,7724,1,0,0,-7139.19,-3683.27,21.0269,1.20428,300,300,0,0,2868,0,0,0), + (21942,5420,1,0,0,-8711.8,-3688.38,27.0708,5.36799,300,300,25,0,2310,0,0,1), + (21943,5420,1,0,0,-8260.83,-4436.28,9.02159,5.40143,300,300,25,0,2310,0,0,1), + (21944,5420,1,0,0,-8653.91,-3424.44,12.35,5.11574,300,300,25,0,2310,0,0,1), + (21945,5420,1,0,0,-7862.53,-4647.79,9.74821,1.92309,300,300,25,0,2310,0,0,1), + (21946,5420,1,0,0,-7850.84,-3682.05,44.8342,4.65765,300,300,25,0,2310,0,0,1), + (21947,5420,1,0,0,-8841.06,-2748.49,28.1216,0.160971,300,300,25,0,2310,0,0,1), + (21948,5420,1,0,0,-8456.21,-2624.66,36.9261,4.56317,300,300,25,0,2310,0,0,1), + (21949,5420,1,0,0,-8920.27,-3025.05,48.0485,4.35911,300,300,25,0,2310,0,0,1), + (21950,5420,1,0,0,-8276.94,-2694.45,28.2773,6.2539,300,300,25,0,2310,0,0,1), + (21951,5420,1,0,0,-7657.15,-2874.02,12.4113,2.3108,300,300,25,0,2310,0,0,1), + (21952,5420,1,0,0,-8115.99,-3081.91,34.6332,0.757781,300,300,25,0,2310,0,0,1), + (21953,5420,1,0,0,-8216.58,-3614.68,18.7166,2.79753,300,300,25,0,2310,0,0,1), + (21954,5420,1,0,0,-8009.85,-3017.47,65.51,0.039043,300,300,25,0,2310,0,0,1), + (21955,5420,1,0,0,-7984.74,-3211.68,54.4981,1.47501,300,300,25,0,2310,0,0,1), + (21956,5420,1,0,0,-8313.93,-3268.76,22.1254,0.201465,300,300,25,0,2310,0,0,1), + (21957,5420,1,0,0,-8502.8,-3955.41,25.315,0.356943,300,300,25,0,2310,0,0,1), + (21958,5420,1,0,0,-8352.12,-3280.84,19.4494,5.48606,300,300,25,0,2310,0,0,1), + (21959,5420,1,0,0,-8633.58,-3348.04,11.4369,0.05474,300,300,25,0,2310,0,0,1), + (21960,5420,1,0,0,-8178.24,-4332.41,11.5397,4.94884,300,300,25,0,2310,0,0,1), + (21961,5420,1,0,0,-8440.09,-2692.42,26.2427,1.16308,300,300,25,0,2310,0,0,1), + (21962,5420,1,0,0,-8578.65,-2656.07,23.1784,2.4114,300,300,25,0,2310,0,0,1), + (21963,5420,1,0,0,-8853.47,-2884.1,36.1245,4.47486,300,300,25,0,2310,0,0,1), + (21964,5420,1,0,0,-8987.55,-3091.12,59.0205,4.32676,300,300,25,0,2310,0,0,1), + (21965,5420,1,0,0,-8302.2,-2737.08,22.0823,0.693777,300,300,25,0,2310,0,0,1), + (21966,5420,1,0,0,-7525.15,-2958.23,9.63288,3.79098,300,300,25,0,2310,0,0,1), + (21967,5420,1,0,0,-7774.6,-2920.53,33.272,4.26806,300,300,25,0,2310,0,0,1), + (21968,5420,1,0,0,-7727.05,-2884.72,26.3607,3.48002,300,300,25,0,2310,0,0,1), + (21969,5420,1,0,0,-7982.69,-3085.07,73.6291,0.502667,300,300,25,0,2310,0,0,1), + (21970,5420,1,0,0,-8181.33,-3066.83,14.7709,4.87336,300,300,25,0,2310,0,0,1), + (21971,5420,1,0,0,-8517.51,-3534.51,10.2952,1.60399,300,300,25,0,2310,0,0,1), + (21972,5420,1,0,0,-8436.79,-4330.88,9.73656,2.44663,300,300,25,0,2310,0,0,1), + (21973,5420,1,0,0,-8507.15,-4014.92,24.153,6.26644,300,300,25,0,2310,0,0,1), + (21974,5420,1,0,0,-8436.41,-3614.46,17.4295,0.060591,300,300,25,0,2310,0,0,1), + (21975,5420,1,0,0,-8452.17,-4017.4,19.0417,0.001953,300,300,25,0,2310,0,0,1), + (21976,5420,1,0,0,-7921.51,-4551.24,11.6694,3.39406,300,300,25,0,2310,0,0,1), + (21977,5420,1,0,0,-7914,-4142.25,10.9901,0.925342,300,300,25,0,2310,0,0,1), + (21978,5420,1,0,0,-8073.69,-4035.53,9.29574,3.34961,300,300,25,0,2310,0,0,1), + (21979,5420,1,0,0,-8249.76,-3949.22,9.59564,2.22328,300,300,25,0,2310,0,0,1), + (21980,5420,1,0,0,-8591.1,-2621.71,25.9767,4.66671,300,300,25,0,2310,0,0,1), + (21981,5420,1,0,0,-8507.02,-2669.93,31.8091,1.85183,300,300,25,0,2310,0,0,1), + (21982,5420,1,0,0,-8582.65,-3143.86,11.5833,1.72687,300,300,25,0,2310,0,0,1), + (21983,5420,1,0,0,-7980.5,-2860.18,33.4448,1.4554,300,300,25,0,2310,0,0,1), + (21984,5420,1,0,0,-7506.05,-2614.08,9.00176,3.16311,300,300,10,0,2310,0,0,1), + (21985,5420,1,0,0,-7414.55,-2616.18,10.2518,6.1635,300,300,10,0,2310,0,0,1), + (21986,5420,1,0,0,-7899.66,-3714.83,58.1726,2.01522,300,300,25,0,2310,0,0,1), + (21987,5420,1,0,0,-7933.08,-3238.31,66.5474,5.4101,300,300,25,0,2310,0,0,1), + (21988,5420,1,0,0,-8027.31,-3627.12,69.819,0.590713,300,300,25,0,2310,0,0,1), + (21989,5420,1,0,0,-8212.68,-3415.42,21.3794,6.12221,300,300,25,0,2310,0,0,1), + (21990,5420,1,0,0,-8699.97,-4285.98,16.7061,0.015624,300,300,25,0,2310,0,0,1), + (21991,5420,1,0,0,-8447.43,-4482.38,9.20265,2.9151,300,300,25,0,2310,0,0,1), + (21992,5420,1,0,0,-8317.73,-2619.54,33.142,4.73192,300,300,25,0,2310,0,0,1), + (21993,5420,1,0,0,-8661.44,-3215,21.2472,3.30642,300,300,25,0,2310,0,0,1), + (21994,5420,1,0,0,-9058.18,-2886.76,46.9455,3.45884,300,300,25,0,2310,0,0,1), + (21995,5420,1,0,0,-8845.77,-2471.04,12.6456,1.3481,300,300,25,0,2310,0,0,1), + (21996,5420,1,0,0,-7653.41,-2952,9.80883,0.191986,300,300,0,0,2310,0,0,0), + (21997,5420,1,0,0,-7953.88,-2951.14,48.5231,0.287208,300,300,25,0,2310,0,0,1), + (21998,5420,1,0,0,-7725.39,-2939.17,31.3513,3.31316,300,300,25,0,2310,0,0,1), + (21999,5420,1,0,0,-8050.61,-3772.58,35.0526,1.52582,300,300,25,0,2310,0,0,1), + (22000,5420,1,0,0,-8048.8,-3687.02,56.9163,4.66546,300,300,25,0,2310,0,0,1), + (22001,5420,1,0,0,-8118.27,-3349.16,32.3306,0.221444,300,300,25,0,2310,0,0,1), + (22002,5420,1,0,0,-8181.37,-3683.78,25.4246,5.43563,300,300,25,0,2310,0,0,1), + (22003,5420,1,0,0,-8441.92,-4554.94,10.0966,0.053207,300,300,25,0,2310,0,0,1), + (22004,5420,1,0,0,-8382.35,-4092.79,14.4999,0.255512,300,300,25,0,2310,0,0,1), + (22005,5420,1,0,0,-8445.87,-3883.46,14.1139,2.92028,300,300,25,0,2310,0,0,1), + (22006,5420,1,0,0,-8198.58,-3957.64,9.35269,1.94877,300,300,25,0,2310,0,0,1), + (22007,5420,1,0,0,-8317.02,-2682.2,30.5869,4.68088,300,300,25,0,2310,0,0,1), + (22008,5420,1,0,0,-8912.45,-2755.26,34.8682,5.59965,300,300,25,0,2310,0,0,1), + (22009,5420,1,0,0,-8727.69,-2961.33,17.6857,2.28981,300,300,25,0,2310,0,0,1), + (22010,5420,1,0,0,-7453.98,-2718.21,13.2898,1.79349,300,300,25,0,2310,0,0,1), + (22011,5420,1,0,0,-8194.26,-3554.37,29.869,4.32212,300,300,25,0,2310,0,0,1), + (22012,5420,1,0,0,-8459.15,-3947.43,24.3114,2.98229,300,300,25,0,2310,0,0,1), + (22013,5420,1,0,0,-8511.85,-4285.53,11.2078,6.16368,300,300,25,0,2310,0,0,1), + (22014,5420,1,0,0,-8589.67,-4155.59,16.1869,4.04192,300,300,25,0,2310,0,0,1), + (22015,5420,1,0,0,-8372.75,-3475.82,11.5325,3.08749,300,300,25,0,2310,0,0,1), + (22016,5420,1,0,0,-7828.58,-3153.62,71.6769,3.70003,300,300,25,0,2310,0,0,1), + (22017,5420,1,0,0,-8912.82,-2952.97,44.3428,5.6307,300,300,25,0,2310,0,0,1), + (22018,5420,1,0,0,-8777.63,-2885.98,23.0081,5.54616,300,300,25,0,2310,0,0,1), + (22019,5420,1,0,0,-8916.3,-3149.84,34.3745,0.820274,300,300,25,0,2310,0,0,1), + (22020,5420,1,0,0,-8585.11,-2776.66,16.623,1.60399,300,300,25,0,2310,0,0,1), + (22021,5420,1,0,0,-8723.21,-3018.73,21.7562,3.3861,300,300,25,0,2310,0,0,1), + (22022,5420,1,0,0,-8713.17,-3276.81,9.62382,0.78318,300,300,25,0,2310,0,0,1), + (22023,5420,1,0,0,-8379.59,-3532.46,10.8837,2.60184,300,300,25,0,2310,0,0,1), + (22024,5420,1,0,0,-8645.31,-4149.85,25.3887,5.62997,300,300,10,0,2310,0,0,1), + (22025,5420,1,0,0,-9048.29,-3288.38,44.377,5.17968,300,300,25,0,2310,0,0,1), + (22026,5420,1,0,0,-8393.54,-2611.63,36.2053,2.03035,300,300,25,0,2310,0,0,1), + (22027,5420,1,0,0,-8588.39,-4416.62,9.62002,3.12597,300,300,25,0,2310,0,0,1), + (22028,5420,1,0,0,-8311.02,-3427.04,9.00177,1.76405,300,300,25,0,2310,0,0,1), + (22029,5420,1,0,0,-7839.12,-3088.7,63.2786,3.33439,300,300,25,0,2310,0,0,1), + (22030,5420,1,0,0,-8657,-2822.24,17.1412,0.307545,300,300,25,0,2310,0,0,1), + (22031,5420,1,0,0,-8653.21,-3080.58,15.6801,3.06348,300,300,25,0,2310,0,0,1), + (22032,5420,1,0,0,-8649.25,-3151.53,18.6806,5.47293,300,300,25,0,2310,0,0,1), + (22033,5420,1,0,0,-8518.27,-4346.54,9.41676,1.6179,300,300,25,0,2310,0,0,1), + (22034,5420,1,0,0,-8445.79,-3812.68,11.6213,1.06253,300,300,25,0,2310,0,0,1), + (22035,5420,1,0,0,-8381.62,-3615.53,19.8655,1.44353,300,300,25,0,2310,0,0,1), + (22036,5420,1,0,0,-8584.14,-3811.09,21.5069,1.36049,300,300,25,0,2310,0,0,1), + (22037,5420,1,0,0,-8448.99,-4135.33,10.3891,1.67843,300,300,25,0,2310,0,0,1), + (22038,5420,1,0,0,-7984.58,-4279.62,11.5551,0.051895,300,300,25,0,2310,0,0,1), + (22039,5420,1,0,0,-8245.1,-4106.88,9.39423,4.83965,300,300,25,0,2310,0,0,1), + (22040,5420,1,0,0,-7993.06,-4342.84,10.6249,2.92172,300,300,25,0,2310,0,0,1), + (22041,5420,1,0,0,-7787.46,-4417.69,10.1166,2.46652,300,300,25,0,2310,0,0,1), + (22042,5420,1,0,0,-8387.39,-4244.78,14.445,5.21968,300,300,25,0,2310,0,0,1), + (22043,5420,1,0,0,-8578.98,-3749.61,25.4946,0.401336,300,300,25,0,2310,0,0,1), + (22044,5420,1,0,0,-8243.9,-3742.86,14.1327,1.78925,300,300,30,0,2310,0,0,1), + (22045,5420,1,0,0,-8057.84,-4075.56,9.87674,1.50631,300,300,25,0,2310,0,0,1), + (22046,5420,1,0,0,-7747.2,-3084.92,57.2503,0.214642,300,300,25,0,2310,0,0,1), + (22047,5420,1,0,0,-8581.19,-4486.47,9.44578,5.71329,300,300,25,0,2310,0,0,1), + (22048,5420,1,0,0,-8383.96,-4442.39,10.4963,2.27032,300,300,25,0,2310,0,0,1), + (22049,5420,1,0,0,-8440.06,-3277.66,9.04274,5.36199,300,300,25,0,2310,0,0,1), + (22050,5420,1,0,0,-8517.9,-3747.53,18.0268,2.99567,300,300,25,0,2310,0,0,1), + (22051,5420,1,0,0,-7775.22,-3023.45,52.6758,2.86249,300,300,25,0,2310,0,0,1), + (22052,5420,1,0,0,-7987.21,-4215.41,14.9956,3.02619,300,300,25,0,2310,0,0,1), + (22053,5420,1,0,0,-7848.48,-4082.1,10.9606,0.233989,300,300,25,0,2310,0,0,1), + (22054,5420,1,0,0,-7985.73,-4146.45,10.7739,2.41008,300,300,25,0,2310,0,0,1), + (22055,5420,1,0,0,-8048.08,-4348.63,10.1634,0.052788,300,300,25,0,2310,0,0,1), + (22056,5420,1,0,0,-8051.62,-4284.65,9.00175,3.80496,300,300,25,0,2310,0,0,1), + (22057,5420,1,0,0,-8113,-4414.97,9.00176,0.11753,300,300,25,0,2310,0,0,1), + (22058,5420,1,0,0,-8113.99,-4151.72,9.67213,6.17943,300,300,25,0,2310,0,0,1), + (22059,5420,1,0,0,-8247.41,-4284.51,13.2167,0.027337,300,300,25,0,2310,0,0,1), + (22060,5420,1,0,0,-8383.28,-4012.7,11.995,1.76765,300,300,25,0,2310,0,0,1), + (22061,5420,1,0,0,-8316.66,-3948.21,12.9026,1.708,300,300,25,0,2310,0,0,1), + (22062,5420,1,0,0,-7802.47,-3819.09,35.1928,6.21675,300,300,25,0,2310,0,0,1), + (22063,5421,1,0,0,-9460.33,-2423.6,20.0476,3.62534,300,300,25,0,2577,0,0,1), + (22064,5421,1,0,0,-8583.96,-2113.57,8.97147,1.77056,300,300,25,0,2577,0,0,1), + (22065,5421,1,0,0,-8456.14,-2288.89,21.8359,4.01621,300,300,25,0,2577,0,0,1), + (22066,5421,1,0,0,-9182.63,-3411.54,17.0374,1.94877,300,300,25,0,2577,0,0,1), + (22067,5421,1,0,0,-8376.05,-2225.21,15.1384,4.70067,300,300,25,0,2577,0,0,1), + (22068,5421,1,0,0,-8909.16,-2677.53,27.2184,0.422761,300,300,25,0,2577,0,0,1), + (22069,5421,1,0,0,-8606.11,-1989.18,11.4703,2.48519,300,300,25,0,2577,0,0,1), + (22070,5421,1,0,0,-8551.52,-1959.68,15.3379,3.30448,300,300,25,0,2577,0,0,1), + (22071,5421,1,0,0,-9299.55,-3554.87,9.52587,6.00644,300,300,25,0,2577,0,0,1), + (22072,5421,1,0,0,-9447.67,-3485.81,12.3101,6.00325,300,300,10,0,2577,0,0,1), + (22073,5421,1,0,0,-9047.67,-3366.32,30.1985,1.27316,300,300,25,0,2577,0,0,1), + (22074,5421,1,0,0,-9041.58,-2630.12,24.6264,5.28901,300,300,30,0,2577,0,0,1), + (22075,5421,1,0,0,-8525.82,-2270.22,26.4268,3.15476,300,300,25,0,2577,0,0,1), + (22076,5421,1,0,0,-9252.78,-2758.22,12.8954,4.43393,300,300,25,0,2577,0,0,1), + (22077,5421,1,0,0,-9321.53,-3490.04,9.66733,4.23505,300,300,25,0,2577,0,0,1), + (22078,5421,1,0,0,-9384.15,-2543.37,15.0221,1.71186,300,300,25,0,2577,0,0,1), + (22079,5421,1,0,0,-9116.6,-2689.52,28.9228,5.00759,300,300,30,0,2577,0,0,1), + (22080,5421,1,0,0,-9322.65,-2684.37,9.42943,3.57332,300,300,25,0,2577,0,0,1), + (22081,5421,1,0,0,-8443.62,-2215.34,17.4049,3.12023,300,300,25,0,2577,0,0,1), + (22082,5421,1,0,0,-9086.57,-3552.69,12.6506,0.125324,300,300,25,0,2577,0,0,1), + (22083,5421,1,0,0,-8645.6,-2091.49,13.6129,4.92148,300,300,10,0,2577,0,0,1), + (22084,5421,1,0,0,-8911.4,-2479.14,11.789,0.656814,300,300,25,0,2577,0,0,1), + (22085,5421,1,0,0,-9456.63,-3623.04,10.5928,3.75776,300,300,25,0,2577,0,0,1), + (22086,5421,1,0,0,-9385.47,-3156.25,9.10144,3.97325,300,300,25,0,2577,0,0,1), + (22087,5421,1,0,0,-9314.17,-2282.33,9.69709,0.007812,300,300,25,0,2577,0,0,1), + (22088,5421,1,0,0,-8448.74,-1975.41,15.4372,1.7337,300,300,25,0,2577,0,0,1), + (22089,5421,1,0,0,-9118.43,-2287.48,8.9874,4.73777,300,300,25,0,2577,0,0,1), + (22090,5421,1,0,0,-9314.55,-2353.9,10.4313,5.46066,300,300,25,0,2577,0,0,1), + (22091,5421,1,0,0,-8355.55,-1986.03,12.0775,1.46899,300,300,10,0,2577,0,0,1), + (22092,5421,1,0,0,-9111.05,-2493.53,13.6936,5.26182,300,300,0,0,2577,0,0,0), + (22093,5421,1,0,0,-8984.73,-2678.77,31.5278,1.14829,300,300,30,0,2577,0,0,1), + (22094,5421,1,0,0,-9381.94,-2616.78,12.9772,0.234557,300,300,25,0,2577,0,0,1), + (22095,5421,1,0,0,-9252.22,-2216.06,8.46245,2.97691,300,300,25,0,2577,0,0,1), + (22096,5421,1,0,0,-8708.06,-2021.49,33.015,5.54064,300,300,25,0,2577,0,0,1), + (22097,5421,1,0,0,-9182.78,-2751.48,23.0999,4.0724,300,300,25,0,2577,0,0,1), + (22098,5421,1,0,0,-9183.94,-2282.73,13.0865,1.56494,300,300,25,0,2577,0,0,1), + (22099,5421,1,0,0,-9316.6,-3217.92,11.3815,4.95894,300,300,25,0,2577,0,0,1), + (22100,5421,1,0,0,-9522.87,-2615.42,16.5176,4.62633,300,300,10,0,2577,0,0,1), + (22101,5421,1,0,0,-8372.09,-2344.56,22.6202,3.46139,300,300,25,0,2577,0,0,1), + (22102,5421,1,0,0,-9514.01,-2552.17,33.2633,0.228408,300,300,3,0,2577,0,0,1), + (22103,5421,1,0,0,-9048.97,-2546.44,21.2627,0.444405,300,300,25,0,2577,0,0,1), + (22104,5421,1,0,0,-8581.48,-2146.55,9.3622,4.7883,300,300,0,0,2577,0,0,0), + (22105,5421,1,0,0,-9446.03,-2946.45,9.91249,1.12898,300,300,10,0,2577,0,0,1), + (22106,5421,1,0,0,-9246.46,-2348.98,9.9436,0.330403,300,300,25,0,2577,0,0,1), + (22107,5421,1,0,0,-9385.77,-2286.6,8.71604,4.20245,300,300,25,0,2577,0,0,1), + (22108,5421,1,0,0,-9116.58,-2550.9,18.5101,4.61253,300,300,25,0,2577,0,0,1), + (22109,5421,1,0,0,-8385.56,-2260.98,22.7063,4.36162,300,300,25,0,2577,0,0,1), + (22110,5421,1,0,0,-8649.17,-2015.45,13.4668,1.01533,300,300,25,0,2577,0,0,1), + (22111,5421,1,0,0,-9186.19,-2352.54,9.41954,3.66995,300,300,25,0,2577,0,0,1), + (22112,5421,1,0,0,-8482.99,-2151.05,11.7883,4.30468,300,300,10,0,2577,0,0,1), + (22113,5421,1,0,0,-9317.36,-2751.89,16.7424,3.95221,300,300,25,0,2577,0,0,1), + (22114,5421,1,0,0,-9115.71,-3347.73,34.0365,1.06958,300,300,25,0,2577,0,0,1), + (22115,5421,1,0,0,-8494.74,-2550.86,42.1556,6.15592,300,300,25,0,2577,0,0,1), + (22116,5421,1,0,0,-8516.86,-2017.45,10.0593,0.314931,300,300,25,0,2577,0,0,1), + (22117,5422,1,0,0,-7463.59,-3753.01,9.74464,4.90289,300,300,25,0,1829,0,0,1), + (22118,5422,1,0,0,-7377.3,-3806.51,10.4872,3.68537,300,300,25,0,1829,0,0,1), + (22119,5422,1,0,0,-6840.63,-4599.72,11.3745,0.486999,300,300,25,0,1829,0,0,1), + (22120,5422,1,0,0,-7298.02,-3865.91,12.6481,1.08016,300,300,25,0,1829,0,0,1), + (22121,5422,1,0,0,-7116.53,-4068.76,9.37676,2.18599,300,300,25,0,1829,0,0,1), + (22122,5422,1,0,0,-6920.47,-4531.78,10.9073,5.04279,300,300,25,0,1829,0,0,1), + (22123,5422,1,0,0,-7210.7,-4804.45,10.4554,1.74085,300,300,25,0,1829,0,0,1), + (22124,5422,1,0,0,-6918.2,-4586.69,10.198,1.59502,300,300,25,0,1829,0,0,1), + (22125,5422,1,0,0,-6928.1,-4166.23,10.536,1.46105,300,300,25,0,1829,0,0,1), + (22126,5422,1,0,0,-7262.98,-3541.6,12.4889,0.510797,300,300,25,0,1829,0,0,1), + (22127,5422,1,0,0,-7378.33,-4071.04,9.00176,4.95042,300,300,25,0,1829,0,0,1), + (22128,5422,1,0,0,-7204.04,-4759.88,11.1376,2.99444,300,300,25,0,1829,0,0,1), + (22129,5422,1,0,0,-6949.82,-3949.57,34.2626,1.96797,300,300,25,0,1829,0,0,1), + (22130,5422,1,0,0,-6788.12,-4749.39,10.3477,1.60875,300,300,25,0,1829,0,0,1), + (22131,5422,1,0,0,-7391.82,-3696.83,9.62677,4.32507,300,300,25,0,1829,0,0,1), + (22132,5422,1,0,0,-7130.94,-4256.39,10.1258,3.57161,300,300,25,0,1829,0,0,1), + (22133,5422,1,0,0,-6890.85,-3879.98,43.739,6.21111,300,300,25,0,1829,0,0,1), + (22134,5422,1,0,0,-7305.93,-3611.72,13.8464,0.156447,300,300,25,0,1829,0,0,1), + (22135,5422,1,0,0,-7116.35,-4779.72,9.91428,1.42393,300,300,25,0,1829,0,0,1), + (22136,5422,1,0,0,-7231.87,-3614.13,10.4817,2.93118,300,300,25,0,1829,0,0,1), + (22137,5422,1,0,0,-6988.9,-3553.65,14.3401,4.70836,300,300,10,0,1829,0,0,1), + (22138,5422,1,0,0,-7123.51,-4601.97,11.5531,2.97277,300,300,25,0,1829,0,0,1), + (22139,5422,1,0,0,-7190.89,-4492,12.9912,2.85284,300,300,25,0,1829,0,0,1), + (22140,5422,1,0,0,-6989.23,-4026.31,14.7474,5.82719,300,300,25,0,1829,0,0,1), + (22141,5422,1,0,0,-6990.13,-4552.33,9.83252,4.96733,300,300,25,0,1829,0,0,1), + (22142,5422,1,0,0,-7121.37,-3479.14,9.11121,2.41027,300,300,25,0,1829,0,0,1), + (22143,5422,1,0,0,-7326.04,-3958.94,9.96704,0.26746,300,300,25,0,1829,0,0,1), + (22144,5422,1,0,0,-7248.17,-3986.65,9.08968,1.38031,300,300,25,0,1829,0,0,1), + (22145,5422,1,0,0,-7317.57,-4250.19,9.25176,1.06097,300,300,25,0,1829,0,0,1), + (22146,5422,1,0,0,-7391.49,-4210.87,9.67916,3.18356,300,300,25,0,1829,0,0,1), + (22147,5422,1,0,0,-7383.99,-3986.28,9.10609,1.39703,300,300,25,0,1829,0,0,1), + (22148,5422,1,0,0,-7362.96,-3944.92,12.1374,2.99824,300,300,25,0,1829,0,0,1), + (22149,5422,1,0,0,-7305.3,-4149.35,10.8906,0.007223,300,300,25,0,1829,0,0,1), + (22150,5422,1,0,0,-7510.77,-4127.44,9.33713,5.14076,300,300,25,0,1829,0,0,1), + (22151,5422,1,0,0,-7483.07,-4077.65,9.02358,3.0212,300,300,25,0,1829,0,0,1), + (22152,5422,1,0,0,-7520.68,-3985.59,9.61974,4.45179,300,300,25,0,1829,0,0,1), + (22153,5422,1,0,0,-7567.07,-4019.43,12.5679,6.25803,300,300,25,0,1829,0,0,1), + (22154,5422,1,0,0,-7514.6,-3882.56,10.4001,0.036699,300,300,25,0,1829,0,0,1), + (22155,5422,1,0,0,-7519.29,-3941.29,10.2542,4.84765,300,300,25,0,1829,0,0,1), + (22156,5422,1,0,0,-7183.48,-3606.31,13.2987,0.20757,300,300,25,0,1829,0,0,1), + (22157,5422,1,0,0,-7115.3,-3511.06,10.5394,4.27494,300,300,25,0,1829,0,0,1), + (22158,5422,1,0,0,-7514.66,-3806.53,10.8286,5.17545,300,300,25,0,1829,0,0,1), + (22159,5422,1,0,0,-7199.29,-3548.63,10.8381,3.20998,300,300,25,0,1829,0,0,1), + (22160,5423,1,0,0,-7936.11,-4297.19,10.2756,5.50055,300,300,25,0,2059,0,0,1), + (22161,5423,1,0,0,-8116.22,-4193.72,10.2781,1.01095,300,300,25,0,2059,0,0,1), + (22162,5423,1,0,0,-6980.81,-3286.42,9.38604,4.03643,300,300,25,0,2059,0,0,1), + (22163,5423,1,0,0,-7390.82,-2822.11,12.199,3.09466,300,300,25,0,2059,0,0,1), + (22164,5423,1,0,0,-7292.88,-3289.68,10.6841,0.156805,300,300,25,0,2059,0,0,1), + (22165,5423,1,0,0,-7386.8,-3180.47,9.9087,4.63011,300,300,25,0,2059,0,0,1), + (22166,5423,1,0,0,-7725.01,-3479.49,33.0362,3.49854,300,300,25,0,2059,0,0,1), + (22167,5423,1,0,0,-7386.31,-3420.73,15.8742,6.13506,300,300,25,0,2059,0,0,1), + (22168,5423,1,0,0,-7853.14,-3804.69,41.8746,0.367884,300,300,25,0,2059,0,0,1), + (22169,5423,1,0,0,-7976.05,-4014.97,10.231,2.77927,300,300,25,0,2059,0,0,1), + (22170,5423,1,0,0,-7841.39,-3756.24,50.5255,5.38414,300,300,25,0,2059,0,0,1), + (22171,5423,1,0,0,-6881.34,-2710.84,22.2261,2.41982,300,300,25,0,2059,0,0,1), + (22172,5423,1,0,0,-7442.66,-3686.23,10.6602,4.6836,300,300,25,0,2059,0,0,1), + (22173,5423,1,0,0,-7715.32,-3537.01,36.1593,3.49671,300,300,25,0,2059,0,0,1), + (22174,5423,1,0,0,-7641.94,-3755.18,21.5109,1.63918,300,300,25,0,2059,0,0,1), + (22175,5423,1,0,0,-7685.1,-3681.94,31.2961,0.908555,300,300,25,0,2059,0,0,1), + (22176,5423,1,0,0,-7719.86,-3415.48,40.909,3.18108,300,300,25,0,2059,0,0,1), + (22177,5423,1,0,0,-7602.86,-3281.38,48.8921,2.73209,300,300,25,0,2059,0,0,1), + (22178,5423,1,0,0,-8327.98,-3897.75,9.44948,3.89953,300,300,25,0,2059,0,0,1), + (22179,5423,1,0,0,-7785.82,-4153.24,14.2622,0.462934,300,300,25,0,2059,0,0,1), + (22180,5423,1,0,0,-7312.86,-2743.86,9.70745,2.68662,300,300,25,0,2059,0,0,1), + (22181,3127,1,0,0,1160.42,-4286,20.983,3.235,180,180,5,0,176,0,0,1), + (22182,5423,1,0,0,-7128.29,-2618.83,9.00248,0.808301,300,300,10,0,2059,0,0,1), + (22183,5423,1,0,0,-7852.16,-3007.69,46.6347,4.99951,300,300,25,0,2059,0,0,1), + (22184,5423,1,0,0,-7787.96,-3477.04,45.5783,3.58063,300,300,25,0,2059,0,0,1), + (22185,5423,1,0,0,-8229.95,-3887.97,9.93412,2.95169,300,300,25,0,2059,0,0,1), + (22186,5423,1,0,0,-7925.92,-4360.7,11.56,5.1201,300,300,25,0,2059,0,0,1), + (22187,5423,1,0,0,-7412.54,-2951.99,11.0024,0.994175,300,300,25,0,2059,0,0,1), + (22188,3127,1,0,0,1210.1,-4283,22.527,0.814,180,180,5,0,176,0,0,1), + (22189,5423,1,0,0,-6976.5,-2621.54,9.08253,0.190764,300,300,3,0,2059,0,0,1), + (22190,5423,1,0,0,-7188.15,-2761.84,16.3768,3.93088,300,300,25,0,2059,0,0,1), + (22191,5423,1,0,0,-7414.61,-3481.76,12.2657,5.6643,300,300,25,0,2059,0,0,1), + (22192,5423,1,0,0,-7825.8,-3282.71,64.8954,3.00439,300,300,25,0,2059,0,0,1), + (22193,5423,1,0,0,-7767.01,-4555.26,9.5987,0.21655,300,300,25,0,2059,0,0,1), + (22194,5423,1,0,0,-8325.22,-3809.93,10.5217,2.98118,300,300,25,0,2059,0,0,1), + (22195,5423,1,0,0,-8182.48,-4021.8,11.8722,0.049903,300,300,25,0,2059,0,0,1), + (22196,5423,1,0,0,-7034.76,-3487.32,9.52945,3.20772,300,300,25,0,2059,0,0,1), + (22197,5423,1,0,0,-6850.51,-2612.12,10.0486,5.36761,300,300,25,0,2059,0,0,1), + (22198,5423,1,0,0,-7604.91,-3749.6,14.3761,3.18852,300,300,25,0,2059,0,0,1), + (22199,5423,1,0,0,-7852.94,-4648.37,9.32224,5.00276,300,300,25,0,2059,0,0,1), + (22200,5423,1,0,0,-8178.83,-4074.16,9.48266,4.94111,300,300,25,0,2059,0,0,1), + (22201,5423,1,0,0,-8167.1,-3889,9.00177,5.23938,300,300,25,0,2059,0,0,1), + (22202,5423,1,0,0,-8103.33,-4036.67,11.8408,3.92699,300,300,25,0,2059,0,0,1), + (22203,5423,1,0,0,-6977.7,-2955.35,9.97284,4.49393,300,300,25,0,2059,0,0,1), + (22204,5423,1,0,0,-6931.15,-3413.37,21.3212,6.02447,300,300,25,0,2059,0,0,1), + (22205,5423,1,0,0,-7244.03,-3371.19,10.2585,4.83384,300,300,25,0,2059,0,0,1), + (22206,5423,1,0,0,-7501.83,-3215.54,21.0324,3.0497,300,300,25,0,2059,0,0,1), + (22207,5423,1,0,0,-7533.42,-3348.7,30.152,3.22765,300,300,25,0,2059,0,0,1), + (22208,5423,1,0,0,-7733.2,-3150.28,68.8759,0.760541,300,300,25,0,2059,0,0,1), + (22209,5423,1,0,0,-7593.19,-3552.06,16.1066,0.774262,300,300,25,0,2059,0,0,1), + (22210,5423,1,0,0,-7387.94,-3544.47,7.79651,3.30835,300,300,25,0,2059,0,0,1), + (22211,5423,1,0,0,-7774.82,-4082.21,9.65412,5.76243,300,300,25,0,2059,0,0,1), + (22212,5423,1,0,0,-7786.98,-3737.85,38.8395,4.57132,300,300,25,0,2059,0,0,1), + (22213,5423,1,0,0,-7795.45,-3414.67,46.9164,6.25975,300,300,25,0,2059,0,0,1), + (22214,5423,1,0,0,-7576.33,-3658.57,13.2154,4.41102,300,300,25,0,2059,0,0,1), + (22215,5423,1,0,0,-7654.17,-3428.39,37.2282,1.64308,300,300,25,0,2059,0,0,1), + (22216,5423,1,0,0,-7646.14,-3020.92,20.9767,6.1648,300,300,25,0,2059,0,0,1), + (22217,5423,1,0,0,-7849.01,-4484.66,10.7769,4.35545,300,300,25,0,2059,0,0,1), + (22218,5423,1,0,0,-7915.38,-4619.03,9.00176,4.8977,300,300,25,0,2059,0,0,1), + (22219,5423,1,0,0,-7855.42,-3212.71,74.4522,5.2934,300,300,25,0,2059,0,0,1), + (22220,5423,1,0,0,-7734.77,-4101.96,12.9187,5.64476,300,300,25,0,2059,0,0,1), + (22221,5423,1,0,0,-7850.22,-3479.7,66.061,3.1953,300,300,25,0,2059,0,0,1), + (22222,5423,1,0,0,-7783.31,-3550.74,50.5624,5.8026,300,300,25,0,2059,0,0,1), + (22223,5423,1,0,0,-7903.94,-4211.53,13.0872,5.25639,300,300,25,0,2059,0,0,1), + (22224,5423,1,0,0,-8067.28,-3822.07,15.8541,1.86786,300,300,25,0,2059,0,0,1), + (22225,5423,1,0,0,-7784.73,-4486.21,9.3194,4.74753,300,300,25,0,2059,0,0,1), + (22226,5423,1,0,0,-7983.46,-4484.83,10.5406,3.87105,300,300,25,0,2059,0,0,1), + (22227,5423,1,0,0,-7841.54,-4162.16,11.0443,3.3122,300,300,25,0,2059,0,0,1), + (22228,5423,1,0,0,-7851.79,-4219.1,9.43035,3.57625,300,300,25,0,2059,0,0,1), + (22229,5423,1,0,0,-7817.53,-3683.68,48.3538,3.28493,300,300,25,0,2059,0,0,1), + (22230,5423,1,0,0,-8372.07,-3954.6,11.7762,6.16929,300,300,25,0,2059,0,0,1), + (22231,5423,1,0,0,-7913.06,-4479.69,9.6691,0.494279,300,300,25,0,2059,0,0,1), + (22232,5423,1,0,0,-7585.87,-3815.25,9.27372,2.50799,300,300,25,0,2059,0,0,1), + (22233,5423,1,0,0,-7754.05,-3887.37,18.984,3.95461,300,300,25,0,2059,0,0,1), + (22234,5423,1,0,0,-7717.86,-3892.73,15.2447,3.35433,300,300,25,0,2059,0,0,1), + (22235,5423,1,0,0,-7781.88,-3950.46,9.97005,5.59571,300,300,25,0,2059,0,0,1), + (22236,5423,1,0,0,-7841.65,-3971.16,10.08,4.55142,300,300,25,0,2059,0,0,1), + (22237,5423,1,0,0,-7915.36,-4015.85,9.06812,0.082168,300,300,25,0,2059,0,0,1), + (22238,5423,1,0,0,-7848.67,-4017.45,11.0553,6.25195,300,300,25,0,2059,0,0,1), + (22239,5423,1,0,0,-7052.75,-3425.61,9.80869,4.11654,300,300,25,0,2059,0,0,1), + (22240,5423,1,0,0,-8052.13,-4218.5,9.00174,3.4728,300,300,25,0,2059,0,0,1), + (22241,5423,1,0,0,-8046.15,-4419.08,10.9307,5.66591,300,300,25,0,2059,0,0,1), + (22242,5423,1,0,0,-8113.02,-4349.56,9.21963,6.03252,300,300,25,0,2059,0,0,1), + (22243,5423,1,0,0,-8252.46,-4348.79,9.51991,2.82343,300,300,25,0,2059,0,0,1), + (22244,5423,1,0,0,-8317.64,-4235.68,10.8793,4.74117,300,300,25,0,2059,0,0,1), + (22245,5423,1,0,0,-7548.94,-3683.21,9.19625,2.93226,300,300,25,0,2059,0,0,1), + (22246,5423,1,0,0,-8320.01,-4083.51,10.9431,3.17064,300,300,25,0,2059,0,0,1), + (22247,5424,1,0,0,-8448.33,-2497.44,49.0912,3.06137,300,300,25,0,2399,0,0,1), + (22248,5424,1,0,0,-9052.72,-2490.24,14.8811,4.58319,300,300,25,0,2399,0,0,1), + (22249,5424,1,0,0,-8525.47,-3233.87,8.7497,4.15581,300,300,25,0,2399,0,0,1), + (22250,5424,1,0,0,-8585.85,-4049.17,26.8817,4.95098,300,300,25,0,2399,0,0,1), + (22251,5424,1,0,0,-8222.39,-3611.05,17.5775,0.339142,300,300,25,0,2399,0,0,1), + (22252,5424,1,0,0,-8783.03,-2623.69,17.8433,4.77493,300,300,25,0,2399,0,0,1), + (22253,5424,1,0,0,-8596.75,-3068.84,10.5908,4.74363,300,300,25,0,2399,0,0,1), + (22254,5424,1,0,0,-8987.97,-3022.86,56.7471,4.16388,300,300,25,0,2399,0,0,1), + (22255,5424,1,0,0,-8779.69,-2675.45,24.3398,1.05676,300,300,25,0,2399,0,0,1), + (22256,5424,1,0,0,-7465.59,-2944.64,9.56728,4.2898,300,300,25,0,2399,0,0,1), + (22257,5424,1,0,0,-7911.64,-2829.02,33.4533,4.45367,300,300,25,0,2399,0,0,1), + (22258,5424,1,0,0,-7523.78,-2839.86,9.34431,5.55588,300,300,25,0,2399,0,0,1), + (22259,5424,1,0,0,-7985.35,-3346.01,72.7818,1.5337,300,300,25,0,2399,0,0,1), + (22260,5424,1,0,0,-8103.64,-3614.48,57.1339,1.32819,300,300,25,0,2399,0,0,1), + (22261,5424,1,0,0,-7978.42,-3751.62,48.9198,6.10259,300,300,25,0,2399,0,0,1), + (22262,5424,1,0,0,-8299.09,-3480.59,13.6947,2.94113,300,300,25,0,2399,0,0,1), + (22263,5424,1,0,0,-8640.69,-3804.04,22.3401,0.98911,300,300,25,0,2399,0,0,1), + (22264,5424,1,0,0,-8722.57,-2815.37,19.8458,3.07084,300,300,25,0,2399,0,0,1), + (22265,5424,1,0,0,-8977.52,-3261.05,33.0767,2.06765,300,300,25,0,2399,0,0,1), + (22266,5424,1,0,0,-8917.39,-2827.88,45.6119,4.64472,300,300,25,0,2399,0,0,1), + (22267,5424,1,0,0,-8675.97,-2753.24,15.5313,6.2343,300,300,25,0,2399,0,0,1), + (22268,5424,1,0,0,-7852.84,-2860.96,34.3649,4.8142,300,300,25,0,2399,0,0,1), + (22269,5424,1,0,0,-7508.45,-2752.71,11.7662,2.94852,300,300,25,0,2399,0,0,1), + (22270,5424,1,0,0,-7983.96,-3290.58,60.8259,1.63529,300,300,25,0,2399,0,0,1), + (22271,5424,1,0,0,-7982.31,-3412.31,67.6275,4.40053,300,300,25,0,2399,0,0,1), + (22272,5424,1,0,0,-8183.03,-3332.22,24.8834,1.58447,300,300,25,0,2399,0,0,1), + (22273,432,0,0,0,-9083.33,-3313.57,103.142,3.1765,300,300,0,0,617,0,0,0), + (22274,4807,48,0,0,-342.759,214.898,-68.774,2.00713,7200,7200,5,0,2529,0,0,1), + (22275,568,0,0,0,-9168.75,-3239.58,102.747,2.95838,300,300,5,0,664,0,0,1), + (22276,432,0,0,0,-9160.66,-3285.01,101.877,3.49066,300,300,0,0,617,0,0,0), + (22277,568,0,0,0,-9160.84,-3289.71,102.128,2.11185,300,300,0,0,664,0,0,0), + (22278,432,0,0,0,-9167.37,-3290.33,101.679,1.39626,300,300,0,0,617,0,0,0), + (22279,5424,1,0,0,-7923,-3401.52,80.0039,1.95598,300,300,25,0,2399,0,0,1), + (22280,5424,1,0,0,-8125.79,-3685.17,38.2192,3.85638,300,300,25,0,2399,0,0,1), + (22281,5424,1,0,0,-9257.84,-2418.24,11.2933,3.1165,300,300,0,0,2399,0,0,0), + (22282,5424,1,0,0,-9368.61,-2220.37,13.2503,6.16779,300,300,25,0,2399,0,0,1), + (22283,5424,1,0,0,-8682.73,-4083.77,37.6521,2.36598,300,300,10,0,2399,0,0,1), + (22284,5424,1,0,0,-8859.93,-3138.19,31.1316,2.29137,300,300,25,0,2399,0,0,1), + (22285,5424,1,0,0,-8653.65,-2630,19.0058,4.904,300,300,25,0,2399,0,0,1), + (22286,5424,1,0,0,-7587.02,-2879.37,10.4852,1.20334,300,300,25,0,2399,0,0,1), + (22287,5424,1,0,0,-7850.04,-2978.11,45.1911,1.39794,300,300,25,0,2399,0,0,1), + (22288,5424,1,0,0,-7992.75,-3161.15,62.5836,1.32629,300,300,25,0,2399,0,0,1), + (22289,5424,1,0,0,-7928.15,-3347.44,67.6471,0.086061,300,300,25,0,2399,0,0,1), + (22290,5424,1,0,0,-8180.64,-3467.44,32.4101,1.96943,300,300,25,0,2399,0,0,1), + (22291,5424,1,0,0,-9384.58,-3617.72,9.43362,1.07173,300,300,15,0,2399,0,0,1), + (22292,5424,1,0,0,-9316.91,-3295.49,11.3725,4.64415,300,300,25,0,2399,0,0,1), + (22293,5424,1,0,0,-8984.18,-2605.69,25.3525,1.52785,300,300,25,0,2399,0,0,1), + (22294,5424,1,0,0,-8646.31,-2154.55,11.1603,4.95334,300,300,25,0,2399,0,0,1), + (22295,5424,1,0,0,-8780.54,-3683.95,24.543,0.108864,300,300,25,0,2399,0,0,1), + (22296,5424,1,0,0,-8589.02,-3953.57,40.6873,2.63223,300,300,25,0,2399,0,0,1), + (22297,5424,1,0,0,-8579.65,-4340.53,13.1539,0.932168,300,300,25,0,2399,0,0,1), + (22298,5424,1,0,0,-8909.32,-3088.05,41.543,5.56546,300,300,25,0,2399,0,0,1), + (22299,5424,1,0,0,-7883.23,-2884.05,38.464,0.124988,300,300,25,0,2399,0,0,1), + (22300,5424,1,0,0,-7784.12,-2949.93,37.1274,5.97378,300,300,25,0,2399,0,0,1), + (22301,5424,1,0,0,-8164.8,-2744.15,29.6112,3.57032,300,300,25,0,2399,0,0,1), + (22302,5424,1,0,0,-8062.65,-2886.51,39.4431,4.82276,300,300,25,0,2399,0,0,1), + (22303,5424,1,0,0,-8044.57,-2800.39,32.2304,4.48208,300,300,25,0,2399,0,0,1), + (22304,5424,1,0,0,-8050.68,-3145.2,43.2815,1.55712,300,300,25,0,2399,0,0,1), + (22305,5424,1,0,0,-8053.18,-3263.38,44.5263,1.36229,300,300,25,0,2399,0,0,1), + (22306,5424,1,0,0,-8081.9,-3746.24,32.3972,0.088007,300,300,25,0,2399,0,0,1), + (22308,1778,0,0,0,1145.95,1298.7,35.0787,4.1867,275,275,10,0,266,0,0,1), + (22309,5424,1,0,0,-8049.13,-3073.96,49.9804,5.90885,300,300,25,0,2399,0,0,1), + (22310,5424,1,0,0,-8399.48,-3337.54,9.93494,4.92089,300,300,25,0,2399,0,0,1), + (22311,5424,1,0,0,-8721.1,-3756.64,28.8173,4.08642,300,300,25,0,2399,0,0,1), + (22312,5424,1,0,0,-8723.07,-3819.32,35.9197,4.02406,300,300,25,0,2399,0,0,1), + (22313,5424,1,0,0,-8983.99,-2955.44,53.2449,4.58513,300,300,25,0,2399,0,0,1), + (22314,5424,1,0,0,-8573.98,-3220.5,8.87161,5.81605,300,300,25,0,2399,0,0,1), + (22315,5424,1,0,0,-8653.69,-3038.87,14.3702,5.00385,300,300,25,0,2399,0,0,1), + (22316,5424,1,0,0,-8847.97,-2609.18,21.806,1.49462,300,300,25,0,2399,0,0,1), + (22317,5424,1,0,0,-7932.5,-3087.63,62.8488,4.31551,300,300,25,0,2399,0,0,1), + (22318,4805,48,0,0,-391.153,183.328,-57.1059,3.91349,7200,7200,5,0,1494,1090,0,1), + (22319,5424,1,0,0,-8052.24,-3013.03,55.7394,3.10581,300,300,25,0,2399,0,0,1), + (22320,5424,1,0,0,-7938.42,-3747.94,51.0226,3.40423,300,300,25,0,2399,0,0,1), + (22321,5424,1,0,0,-9314.16,-2546.99,13.1645,1.02955,300,300,0,0,2399,0,0,0), + (22322,5424,1,0,0,-8713.34,-3621.32,17.2706,5.10703,300,300,25,0,2399,0,0,1), + (22323,5424,1,0,0,-8589.52,-3350,9.11834,3.15722,300,300,25,0,2399,0,0,1), + (22324,5424,1,0,0,-8782.46,-2498.04,13.4679,1.41785,300,300,25,0,2399,0,0,1), + (22325,5424,1,0,0,-9116.8,-2607.52,22.9856,1.48863,300,300,30,0,2399,0,0,1), + (22326,5424,1,0,0,-8313.21,-2245.03,11.4694,3.90213,300,300,25,0,2399,0,0,1), + (22327,5424,1,0,0,-8585.77,-3288.6,11.7177,4.15927,300,300,25,0,2399,0,0,1), + (22328,5424,1,0,0,-8374.94,-2688.07,23.9691,4.90734,300,300,25,0,2399,0,0,1), + (22329,5424,1,0,0,-8707.61,-2626.77,14.8501,4.34493,300,300,25,0,2399,0,0,1), + (22330,5424,1,0,0,-8693.19,-2555.13,25.0907,3.52572,300,300,25,0,2399,0,0,1), + (22331,5424,1,0,0,-8544,-2615.2,34.982,0.299505,300,300,25,0,2399,0,0,1), + (22332,4822,48,0,0,-434.535,106.072,-70.5668,2.93215,7200,7200,5,0,1686,0,0,1), + (22333,2914,0,0,0,1225.68,1363.93,38.5034,4.95714,275,275,10,0,8,0,0,1), + (22334,1778,0,0,0,591.82,1307.2,87.3272,3.45658,275,275,10,0,266,0,0,1), + (22335,1778,0,0,0,523.086,1325.6,85.5067,4.84959,275,275,10,0,266,0,0,1), + (22336,1867,0,0,0,-280.413,1376.34,36.069,5.1734,275,275,10,0,241,601,0,1), + (22337,1765,0,0,0,1467.96,501.709,40.902,4.50102,275,275,10,0,198,0,0,1), + (22338,1867,0,0,0,-55.2049,1286.6,59.8505,1.21555,275,275,10,0,241,601,0,1), + (22339,5424,1,0,0,-8845.32,-2684.85,26.1853,5.98612,300,300,25,0,2399,0,0,1), + (22340,5424,1,0,0,-8708.05,-2888.96,18.8768,5.47222,300,300,25,0,2399,0,0,1), + (22341,5424,1,0,0,-9319.79,-2813.17,11.4384,2.57631,300,300,25,0,2399,0,0,1), + (22342,5424,1,0,0,-8325.6,-2427.35,29.8485,4.0099,300,300,25,0,2399,0,0,1), + (22343,5424,1,0,0,-8449.42,-3751.25,11.0854,4.92071,300,300,25,0,2399,0,0,1), + (22344,5424,1,0,0,-8919.1,-2882.56,44.091,3.48189,300,300,25,0,2399,0,0,1), + (22345,5424,1,0,0,-8715.23,-3150.74,25.6585,5.39414,300,300,25,0,2399,0,0,1), + (22346,5424,1,0,0,-8251.96,-2284.99,9.62744,6.12819,300,300,25,0,2399,0,0,1), + (22347,5424,1,0,0,-8448.38,-3553.98,12.363,4.67725,300,300,25,0,2399,0,0,1), + (22348,5424,1,0,0,-8576.95,-2289.31,23.7936,2.18424,300,300,25,0,2399,0,0,1), + (22349,5424,1,0,0,-8584.1,-3442.57,9.77265,4.81808,300,300,25,0,2399,0,0,1), + (22350,5424,1,0,0,-9185.18,-3485.88,13.2454,2.31326,300,300,25,0,2399,0,0,1), + (22351,5424,1,0,0,-8386.45,-2500.32,44.0638,4.72606,300,300,25,0,2399,0,0,1), + (22352,5424,1,0,0,-8398.13,-4279.86,10.9932,0.19242,300,300,25,0,2399,0,0,1), + (22353,5424,1,0,0,-8431.37,-2417.65,37.1177,6.26756,300,300,25,0,2399,0,0,1), + (22354,5424,1,0,0,-8510.63,-2417.69,40.5364,5.24291,300,300,25,0,2399,0,0,1), + (22355,5424,1,0,0,-8981.98,-2550.46,17.4036,0.015624,300,300,25,0,2399,0,0,1), + (22356,5424,1,0,0,-8636.16,-2338.75,25.145,0.903205,300,300,25,0,2399,0,0,1), + (22357,5424,1,0,0,-8370.31,-2416.05,37.4206,6.26561,300,300,25,0,2399,0,0,1), + (22358,5424,1,0,0,-8363.95,-2556,38.6451,3.54059,300,300,25,0,2399,0,0,1), + (22359,5424,1,0,0,-8321.22,-2369.02,24.1025,1.82155,300,300,25,0,2399,0,0,1), + (22360,5424,1,0,0,-8194.97,-2263.99,9.00154,1.58452,300,300,10,0,2399,0,0,1), + (22361,5424,1,0,0,-8316.1,-4349.65,12.2031,6.03046,300,300,25,0,2399,0,0,1), + (22362,5424,1,0,0,-8315.19,-4281.42,9.38572,0.499811,300,300,25,0,2399,0,0,1), + (22363,5425,1,0,0,-7175.33,-3614.96,12.5144,1.11259,300,300,25,0,1902,0,0,1), + (22364,5425,1,0,0,-7256.88,-4370.32,13.88,2.27175,300,300,25,0,1902,0,0,1), + (22365,5425,1,0,0,-7363.61,-3866.43,10.9887,2.20491,300,300,25,0,1902,0,0,1), + (22366,5425,1,0,0,-7152.2,-3151.42,11.0422,3.61223,300,300,25,0,1902,0,0,1), + (22367,5425,1,0,0,-7236.75,-4740.59,10.152,0.31178,300,300,25,0,1902,0,0,1), + (22368,5425,1,0,0,-6979.58,-4140.85,9.15772,4.46599,300,300,25,0,1902,0,0,1), + (22369,5425,1,0,0,-7069.53,-4021.05,9.23932,0.185893,300,300,25,0,1902,0,0,1), + (22370,5425,1,0,0,-7184.65,-2615.89,9.37675,5.13466,300,300,10,0,1902,0,0,1), + (22371,5425,1,0,0,-7182.25,-3281.35,13.1242,3.33202,300,300,25,0,1902,0,0,1), + (22372,5425,1,0,0,-7270.86,-2678.18,11.5379,0.204678,300,300,25,0,1902,0,0,1), + (22373,5425,1,0,0,-6975.16,-3893.42,12.5196,4.74558,300,300,25,0,1902,0,0,1), + (22374,5425,1,0,0,-7171.9,-3469.46,8.87842,0.588039,300,300,25,0,1902,0,0,1), + (22375,5425,1,0,0,-7032.02,-3268.64,9.09011,2.3372,300,300,10,0,1902,0,0,1), + (22376,5425,1,0,0,-7405,-3012.08,9.69972,6.19522,300,300,25,0,1902,0,0,1), + (22377,5425,1,0,0,-6996.66,-4081.2,20.9016,2.96296,300,300,25,0,1902,0,0,1), + (22378,5425,1,0,0,-7463.66,-3806.39,12.9393,2.74004,300,300,25,0,1902,0,0,1), + (22379,5425,1,0,0,-7086.59,-3550,9.19371,6.28201,300,300,25,0,1902,0,0,1), + (22380,5425,1,0,0,-7249.93,-2812.63,12.0574,2.31793,300,300,25,0,1902,0,0,1), + (22381,5425,1,0,0,-7176.48,-3364.28,10.0438,1.2509,300,300,25,0,1902,0,0,1), + (22382,5425,1,0,0,-7513.29,-3621.33,11.2658,1.12691,300,300,10,0,1902,0,0,1), + (22383,5425,1,0,0,-7050.56,-4163.02,9.59558,3.46334,300,300,25,0,1902,0,0,1), + (22384,5425,1,0,0,-7653.14,-3981.35,9.35122,4.74363,300,300,25,0,1902,0,0,1), + (22385,5425,1,0,0,-7178.49,-4433.56,9.4325,1.07223,300,300,25,0,1902,0,0,1), + (22386,5425,1,0,0,-7557.83,-3630.54,13.0975,1.14761,300,300,10,0,1902,0,0,1), + (22387,5425,1,0,0,-6859.51,-4552.46,11.8552,2.54222,300,300,25,0,1902,0,0,1), + (22388,5425,1,0,0,-7385.42,-3770.91,12.2367,4.70067,300,300,25,0,1902,0,0,1), + (22389,5425,1,0,0,-7347.65,-3816.13,10.0169,3.45826,300,300,25,0,1902,0,0,1), + (22390,5425,1,0,0,-7249.29,-3215.38,10.8014,5.36058,300,300,25,0,1902,0,0,1), + (22391,5425,1,0,0,-6979.33,-3391.56,10.7314,1.88332,300,300,25,0,1902,0,0,1), + (22392,5425,1,0,0,-7197.42,-2674.05,9.88576,1.81528,300,300,25,0,1902,0,0,1), + (22393,5425,1,0,0,-7592.88,-3959.77,10.2688,5.61106,300,300,25,0,1902,0,0,1), + (22394,5425,1,0,0,-7045.77,-3236.17,9.00927,5.2524,300,300,10,0,1902,0,0,1), + (22395,5425,1,0,0,-6909.61,-3261.08,20.4058,0.068386,300,300,25,0,1902,0,0,1), + (22396,5425,1,0,0,-7183.94,-3235.83,9.67437,4.8958,300,300,25,0,1902,0,0,1), + (22397,5425,1,0,0,-7295.13,-2625.88,11.96,5.87368,300,300,25,0,1902,0,0,1), + (22398,5425,1,0,0,-7053.87,-4240.77,10.6477,2.00389,300,300,25,0,1902,0,0,1), + (22399,5425,1,0,0,-7349.57,-3483.1,12.7372,3.16192,300,300,25,0,1902,0,0,1), + (22400,5425,1,0,0,-7041.66,-3912.2,10.3444,0.434613,300,300,25,0,1902,0,0,1), + (22401,5425,1,0,0,-7057.59,-3476.02,10.1745,2.54924,300,300,25,0,1902,0,0,1), + (22402,5425,1,0,0,-6907.47,-4234.25,11.1391,0.893311,300,300,25,0,1902,0,0,1), + (22403,5425,1,0,0,-6817.27,-4489.85,25.6845,6.24024,300,300,25,0,1902,0,0,1), + (22404,5425,1,0,0,-7038.62,-4078.25,9.4585,3.50436,300,300,25,0,1902,0,0,1), + (22405,5425,1,0,0,-7377.5,-4270.83,10.0988,1.21568,300,300,25,0,1902,0,0,1), + (22406,5425,1,0,0,-7332.4,-4029.12,11.5358,4.3497,300,300,25,0,1902,0,0,1), + (22407,5425,1,0,0,-7288.81,-4076.29,12.0009,3.04387,300,300,25,0,1902,0,0,1), + (22408,5425,1,0,0,-7440.93,-3954.17,10.4253,1.26756,300,300,25,0,1902,0,0,1), + (22409,5425,1,0,0,-7303.86,-4211.85,9.90906,0.282857,300,300,25,0,1902,0,0,1), + (22410,5425,1,0,0,-7385.65,-4153.67,9.95691,3.95327,300,300,25,0,1902,0,0,1), + (22411,5425,1,0,0,-7597.96,-4081.07,10.5429,4.29913,300,300,25,0,1902,0,0,1), + (22412,5425,1,0,0,-7522.91,-3816.13,9.22644,3.43866,300,300,25,0,1902,0,0,1), + (22413,5425,1,0,0,-7228.4,-3418.75,9.49032,6.00069,300,300,10,0,1902,0,0,1), + (22414,5425,1,0,0,-7100.92,-3323.6,9.73202,0.714391,300,300,10,0,1902,0,0,1), + (22415,5425,1,0,0,-7103.12,-3214.21,9.41728,2.01839,300,300,25,0,1902,0,0,1), + (22416,5425,1,0,0,-7121.45,-3112.74,10.1293,5.83298,300,300,25,0,1902,0,0,1), + (22417,5425,1,0,0,-7345.91,-3553.34,6.70546,2.4461,300,300,25,0,1902,0,0,1), + (22418,5425,1,0,0,-7133.17,-2873.34,12.3726,6.2539,300,300,25,0,1902,0,0,1), + (22419,5425,1,0,0,-7380.77,-3747.83,13.1997,3.78487,300,300,25,0,1902,0,0,1), + (22420,5425,1,0,0,-7053.07,-2983.46,9.21188,4.6293,300,300,25,0,1902,0,0,1), + (22421,5425,1,0,0,-7240.52,-3548.85,13.7389,6.23345,300,300,25,0,1902,0,0,1), + (22422,5425,1,0,0,-7125.5,-3613.96,8.49331,3.36619,300,300,25,0,1902,0,0,1), + (22423,5425,1,0,0,-6914.72,-2951.35,9.07304,5.8108,300,300,25,0,1902,0,0,1), + (22424,5426,1,0,0,-8402.08,-4154.32,10.1652,3.64281,300,300,25,0,2138,0,0,1), + (22425,5426,1,0,0,-8571.86,-3890.83,35.7763,3.58601,300,300,25,0,2138,0,0,1), + (22426,5426,1,0,0,-8583.5,-4213.4,13.9782,0.532155,300,300,25,0,2138,0,0,1), + (22427,5426,1,0,0,-7830.6,-3341.54,60.0838,2.67532,300,300,25,0,2138,0,0,1), + (22428,5426,1,0,0,-8035.3,-2957.87,53.0371,4.76923,300,300,25,0,2138,0,0,1), + (22429,5426,1,0,0,-8119.07,-2881.17,37.1118,0.346165,300,300,25,0,2138,0,0,1), + (22430,5426,1,0,0,-7506.19,-2683.4,9.00176,1.86614,300,300,25,0,2138,0,0,1), + (22431,5426,1,0,0,-7428.43,-2820.91,9.989,0.328834,300,300,25,0,2138,0,0,1), + (22432,5426,1,0,0,-7455.73,-3040.89,8.85782,2.05153,300,300,25,0,2138,0,0,1), + (22433,5426,1,0,0,-7790.47,-3619.44,45.4722,1.87056,300,300,10,0,2138,0,0,1), + (22434,5426,1,0,0,-7996.66,-3512.88,45.2213,1.87303,300,300,10,0,2138,0,0,1), + (22435,5426,1,0,0,-8634.96,-4277.18,13.4955,6.00596,300,300,25,0,2138,0,0,1), + (22436,5426,1,0,0,-8789.94,-3754.76,25.9051,4.01696,300,300,25,0,2138,0,0,1), + (22437,5426,1,0,0,-8718.81,-3339.18,9.51137,1.641,300,300,25,0,2138,0,0,1), + (22438,5426,1,0,0,-8423.89,-4283.49,9.4544,3.16199,300,300,25,0,2138,0,0,1), + (22439,5426,1,0,0,-7857.55,-3405.65,57.6006,5.28467,300,300,25,0,2138,0,0,1), + (22440,5426,1,0,0,-7586.62,-2829.9,10.7433,4.03094,300,300,25,0,2138,0,0,1), + (22441,5426,1,0,0,-7568.85,-2951.04,12.2404,3.0888,300,300,25,0,2138,0,0,1), + (22442,5426,1,0,0,-7914.9,-2945.39,53.438,3.02067,300,300,25,0,2138,0,0,1), + (22443,5426,1,0,0,-7287.9,-3350.88,9.81616,0.139022,300,300,25,0,2138,0,0,1), + (22444,5426,1,0,0,-7678.67,-3284.22,76.3277,5.52663,300,300,25,0,2138,0,0,1), + (22445,5426,1,0,0,-8018.86,-3542.34,46.9982,1.39432,300,300,10,0,2138,0,0,1), + (22446,5426,1,0,0,-8014.61,-3464.98,51.6362,2.19287,300,300,10,0,2138,0,0,1), + (22447,5426,1,0,0,-7652.69,-3379.84,57.0586,5.13131,300,300,25,0,2138,0,0,1), + (22448,5426,1,0,0,-7982.96,-3580.26,51.6219,3.90188,300,300,25,0,2138,0,0,1), + (22449,5426,1,0,0,-8467.93,-4618.9,10.1964,3.39079,300,300,10,0,2138,0,0,1), + (22450,5426,1,0,0,-8587.22,-4268.98,12.1922,1.82344,300,300,25,0,2138,0,0,1), + (22451,3225,1,0,0,1263.1,-4272,24.34,2.611,180,180,5,0,198,0,0,1), + (22452,5426,1,0,0,-8219.88,-3549.57,23.6339,3.08703,300,300,25,0,2138,0,0,1), + (22453,5426,1,0,0,-8503.55,-4150.17,12.7062,0.042942,300,300,25,0,2138,0,0,1), + (22454,5426,1,0,0,-7963.32,-4414.42,9.00165,6.1361,300,300,25,0,2138,0,0,1), + (22455,5426,1,0,0,-8083.38,-2949.88,41.4043,6.25333,300,300,25,0,2138,0,0,1), + (22456,5426,1,0,0,-7633.25,-2812.51,11.4256,3.04697,300,300,25,0,2138,0,0,1), + (22457,5426,1,0,0,-8119.88,-2815.55,32.8511,5.74494,300,300,25,0,2138,0,0,1), + (22458,5426,1,0,0,-7580.77,-2749.5,12.6097,4.60586,300,300,25,0,2138,0,0,1), + (22459,5426,1,0,0,-8198.91,-2819.61,23.8314,3.49245,300,300,25,0,2138,0,0,1), + (22460,5426,1,0,0,-7314.75,-3384.3,9.81281,1.25404,300,300,25,0,2138,0,0,1), + (22461,5426,1,0,0,-7577.79,-3163.96,28.9639,1.22722,300,300,25,0,2138,0,0,1), + (22462,5426,1,0,0,-7454.23,-3078.34,8.70696,1.50444,300,300,25,0,2138,0,0,1), + (22463,5426,1,0,0,-7510.83,-3005.16,9.94985,4.52956,300,300,25,0,2138,0,0,1), + (22464,5426,1,0,0,-7522.23,-3154.61,19.0991,1.34628,300,300,25,0,2138,0,0,1), + (22465,5426,1,0,0,-7696.82,-3304.14,76.4897,6.25765,300,300,10,0,2138,0,0,1), + (22466,5426,1,0,0,-8303.53,-3620.21,15.0169,0.648775,300,300,10,0,2138,0,0,1), + (22467,5426,1,0,0,-7806.73,-3186.1,73.3037,3.83226,300,300,10,0,2138,0,0,1), + (22468,5426,1,0,0,-8254.25,-3470.14,17.2799,1.92695,300,300,25,0,2138,0,0,1), + (22469,5426,1,0,0,-8563.33,-4087.58,19.2833,3.41828,300,300,25,0,2138,0,0,1), + (22470,5426,1,0,0,-8532.65,-4098.45,13.7931,4.12632,300,300,25,0,2138,0,0,1), + (22471,5426,1,0,0,-8650.64,-4409.82,12.2215,3.70935,300,300,25,0,2138,0,0,1), + (22472,5426,1,0,0,-8413.12,-3878.09,13.1556,0.919868,300,300,25,0,2138,0,0,1), + (22473,3227,1,0,0,1187.73,-4291,21.188,0.331,180,180,5,0,198,0,0,1), + (22474,5426,1,0,0,-7790.68,-4011.64,12.6335,0.192794,300,300,25,0,2138,0,0,1), + (22475,5426,1,0,0,-8217.78,-4018.83,10.1839,3.15722,300,300,25,0,2138,0,0,1), + (22476,5426,1,0,0,-7848.31,-4347.35,11.1295,1.65761,300,300,25,0,2138,0,0,1), + (22477,5426,1,0,0,-7456.13,-2660.29,9.3666,1.77253,300,300,25,0,2138,0,0,1), + (22478,5426,1,0,0,-7513.43,-2901.81,9.2292,1.64181,300,300,25,0,2138,0,0,1), + (22479,5426,1,0,0,-8315.63,-3644.79,16.1387,1.89619,300,300,10,0,2138,0,0,1), + (22480,5426,1,0,0,-7946.42,-3552.57,45.997,3.01327,300,300,10,0,2138,0,0,1), + (22481,5426,1,0,0,-7822.97,-3641.65,48.591,1.0126,300,300,10,0,2138,0,0,1), + (22482,5426,1,0,0,-8519.12,-3689.87,19.3107,4.62589,300,300,25,0,2138,0,0,1), + (22483,5426,1,0,0,-8360.79,-3690.66,17.3437,2.58666,300,300,10,0,2138,0,0,1), + (22484,5426,1,0,0,-7784.4,-4344.33,9.32746,1.709,300,300,25,0,2138,0,0,1), + (22485,5426,1,0,0,-7843.68,-4550.77,9.27055,6.23821,300,300,25,0,2138,0,0,1), + (22486,5426,1,0,0,-7584.44,-3073.95,21.8828,4.64985,300,300,25,0,2138,0,0,1), + (22487,5426,1,0,0,-7717.46,-4047.81,9.00176,4.48297,300,300,25,0,2138,0,0,1), + (22488,5426,1,0,0,-7661.1,-3076.19,31.6203,1.89316,300,300,25,0,2138,0,0,1), + (22489,5426,1,0,0,-7531.5,-3751,9.50176,1.31822,300,300,25,0,2138,0,0,1), + (22490,5426,1,0,0,-8524.24,-3481.04,8.74971,5.30201,300,300,25,0,2138,0,0,1), + (22492,5426,1,0,0,-8524.17,-4416.89,12.2463,3.11816,300,300,25,0,2138,0,0,1), + (22493,5426,1,0,0,-8244.56,-3333.88,16.6449,0.976985,300,300,25,0,2138,0,0,1), + (22494,5426,1,0,0,-8508.94,-4613.12,9.38592,0.237502,300,300,25,0,2138,0,0,1), + (22495,5426,1,0,0,-7710.44,-4149.27,9.36143,5.88407,300,300,10,0,2138,0,0,1), + (22496,5426,1,0,0,-7806.2,-4741.8,9.0122,2.95314,300,300,25,0,2138,0,0,1), + (22497,5426,1,0,0,-8381.13,-3808.1,9.78322,1.68426,300,300,25,0,2138,0,0,1), + (22498,5426,1,0,0,-8511.66,-3798.41,22.1727,1.27934,300,300,25,0,2138,0,0,1), + (22499,5426,1,0,0,-8255.71,-3667.66,12.2313,2.38657,300,300,25,0,2138,0,0,1), + (22500,5426,1,0,0,-8513.47,-3891.91,24.7658,1.99768,300,300,25,0,2138,0,0,1), + (22501,5426,1,0,0,-8475.19,-4410.68,9.8332,0.821294,300,300,25,0,2138,0,0,1), + (22502,5426,1,0,0,-7988,-3962.33,9.00335,3.42377,300,300,25,0,2138,0,0,1), + (22503,5426,1,0,0,-8111.99,-4094.98,9.9263,1.29974,300,300,25,0,2138,0,0,1), + (22504,5426,1,0,0,-8123.58,-3950.78,11.2888,4.88718,300,300,25,0,2138,0,0,1), + (22505,5426,1,0,0,-7464.1,-3356.34,13.3663,5.23638,300,300,25,0,2138,0,0,1), + (22506,5426,1,0,0,-8270.04,-3712.26,15.0448,6.03898,300,300,30,0,2138,0,0,1), + (22507,5426,1,0,0,-8331.39,-3562.04,12.891,3.06757,300,300,10,0,2138,0,0,1), + (22508,5426,1,0,0,-7681.96,-3322.4,71.9017,1.88476,300,300,10,0,2138,0,0,1), + (22509,5426,1,0,0,-7720.54,-3311.62,70.0991,1.09159,300,300,10,0,2138,0,0,1), + (22510,5426,1,0,0,-7780,-3280.14,69.135,4.97694,300,300,10,0,2138,0,0,1), + (22511,5426,1,0,0,-8648.51,-3749.25,22.0583,0.083705,300,300,25,0,2138,0,0,1), + (22512,5426,1,0,0,-8314.71,-3365.48,10.2963,4.881,300,300,25,0,2138,0,0,1), + (22513,5426,1,0,0,-8453.38,-4218.55,10.6979,3.94357,300,300,25,0,2138,0,0,1), + (22514,5426,1,0,0,-8662.89,-4477.6,10.0754,2.77596,300,300,25,0,2138,0,0,1), + (22515,5426,1,0,0,-8445.89,-3684.21,14.1967,6.04855,300,300,25,0,2138,0,0,1), + (22516,5426,1,0,0,-7853.11,-4284.88,9.19967,3.53688,300,300,25,0,2138,0,0,1), + (22517,5426,1,0,0,-8187.29,-3810.8,12.2017,2.79517,300,300,25,0,2138,0,0,1), + (22518,5426,1,0,0,-7982.25,-4545.61,10.2518,1.33552,300,300,25,0,2138,0,0,1), + (22519,5426,1,0,0,-8240.15,-3818.21,11.7973,6.04051,300,300,25,0,2138,0,0,1), + (22520,5426,1,0,0,-7518.35,-3496.61,13.6006,1.68232,300,300,25,0,2138,0,0,1), + (22521,5426,1,0,0,-8511.55,-4484.29,10.1642,6.24998,300,300,25,0,2138,0,0,1), + (22522,5426,1,0,0,-8390.76,-3761.67,12.4607,4.11881,300,300,25,0,2138,0,0,1), + (22523,5426,1,0,0,-8781.34,-3815.84,30.5478,1.01965,300,300,25,0,2138,0,0,1), + (22524,5426,1,0,0,-7796.12,-3829.31,32.2723,4.55042,300,300,25,0,2138,0,0,1), + (22525,5426,1,0,0,-7872.92,-3890.88,13.2737,3.40453,300,300,25,0,2138,0,0,1), + (22526,5426,1,0,0,-8649.84,-4215.67,18.1253,5.39268,300,300,10,0,2138,0,0,1), + (22527,5426,1,0,0,-8515.95,-3613.83,16.9107,0.798649,300,300,25,0,2138,0,0,1), + (22528,5426,1,0,0,-8517.15,-3281.17,9.26577,1.50631,300,300,25,0,2138,0,0,1), + (22529,5426,1,0,0,-8652.18,-3282.83,9.07431,3.12402,300,300,25,0,2138,0,0,1), + (22530,5426,1,0,0,-7785.8,-3374.65,51.0562,5.17167,300,300,25,0,2138,0,0,1), + (22531,5426,1,0,0,-8115.96,-3827.18,12.5149,1.7915,300,300,25,0,2138,0,0,1), + (22532,5426,1,0,0,-8344.69,-3615.28,15.5057,2.20505,300,300,10,0,2138,0,0,1), + (22533,5426,1,0,0,-7946.88,-3588.06,54.7766,3.44702,300,300,25,0,2138,0,0,1), + (22534,5426,1,0,0,-7781.4,-3150.84,71.3843,0.235114,300,300,10,0,2138,0,0,1), + (22535,5426,1,0,0,-8650.36,-4352.99,11.7824,5.27126,300,300,25,0,2138,0,0,1), + (22536,5426,1,0,0,-8286.62,-3417.98,9.1277,3.2296,300,300,25,0,2138,0,0,1), + (22537,5426,1,0,0,-8127.76,-3893.41,9.78034,3.13167,300,300,25,0,2138,0,0,1), + (22538,5426,1,0,0,-7851.33,-4419.02,9.62713,3.86667,300,300,25,0,2138,0,0,1), + (22539,5426,1,0,0,-7621.32,-3380.45,54.625,4.07419,300,300,10,0,2138,0,0,1), + (22540,5426,1,0,0,-8519.54,-4218.81,9.74727,4.28072,300,300,25,0,2138,0,0,1), + (22541,5426,1,0,0,-8585.6,-3548.48,12.2912,1.6827,300,300,25,0,2138,0,0,1), + (22542,5426,1,0,0,-7989.8,-4083.28,10.0639,3.84564,300,300,25,0,2138,0,0,1), + (22543,5426,1,0,0,-7914.35,-4083.05,10.8211,6.14405,300,300,25,0,2138,0,0,1), + (22544,5426,1,0,0,-8149.51,-4223.4,9.89075,4.9363,300,300,25,0,2138,0,0,1), + (22545,5426,1,0,0,-8181.38,-4253.48,10.712,4.91285,300,300,25,0,2138,0,0,1), + (22546,5426,1,0,0,-8144.33,-4147.77,11.4961,0.058609,300,300,25,0,2138,0,0,1), + (22547,5426,1,0,0,-8315.76,-4421.14,11.9922,5.12242,300,300,25,0,2138,0,0,1), + (22548,5426,1,0,0,-8253.03,-4215.09,8.64738,2.19221,300,300,25,0,2138,0,0,1), + (22549,5426,1,0,0,-8379.85,-4418.89,9.42951,5.72769,300,300,25,0,2138,0,0,1), + (22550,5426,1,0,0,-8249.92,-4148.6,12.1995,1.61179,300,300,25,0,2138,0,0,1), + (22551,5426,1,0,0,-8319.61,-4153.51,10.2364,4.21995,300,300,25,0,2138,0,0,1), + (22552,5426,1,0,0,-8454.63,-4085.4,16.8624,4.70262,300,300,25,0,2138,0,0,1), + (22553,5426,1,0,0,-8315.78,-4019.7,11.8929,5.82724,300,300,25,0,2138,0,0,1), + (22554,5426,1,0,0,-7683.21,-3355.87,61.3257,5.99177,300,300,10,0,2138,0,0,1), + (22555,5427,1,0,0,-8916.36,-2588.5,18.5804,1.57275,300,300,0,0,2488,0,0,0), + (22556,5427,1,0,0,-8457.16,-2131.2,18.0011,1.77739,300,300,25,0,2488,0,0,1), + (22557,5427,1,0,0,-9387.88,-3221.29,11.9083,3.52108,300,300,25,0,2488,0,0,1), + (22558,5427,1,0,0,-7911.98,-3146.73,68.9136,1.15079,300,300,25,0,2488,0,0,1), + (22559,5427,1,0,0,-7992.38,-3696.74,65.9279,1.98287,300,300,25,0,2488,0,0,1), + (22560,5427,1,0,0,-9019.5,-2814.44,42.6385,2.48508,300,300,10,0,2488,0,0,1), + (22561,5427,1,0,0,-8976.75,-2815.27,45.7972,1.32568,300,300,10,0,2488,0,0,1), + (22562,5427,1,0,0,-9254.63,-2299.8,10.4384,4.30468,300,300,25,0,2488,0,0,1), + (22563,4403,1,0,0,-4173.25,-4107.13,18.502,0.64998,360,360,5,0,1464,0,0,1), + (22564,5427,1,0,0,-9512.6,-2488.9,19.0571,5.50498,300,300,10,0,2488,0,0,1), + (22565,5427,1,0,0,-8053.6,-3351.79,46.9251,1.7041,300,300,25,0,2488,0,0,1), + (22566,5427,1,0,0,-8115.58,-3213.6,31.0496,5.27666,300,300,25,0,2488,0,0,1), + (22567,5427,1,0,0,-8620.81,-2546.58,32.872,4.52991,300,300,10,0,2488,0,0,1), + (22568,5427,1,0,0,-8680.17,-2478.39,31.6942,1.56958,300,300,10,0,2488,0,0,1), + (22569,5427,1,0,0,-8720.56,-2389.56,19.9679,0.027427,300,300,10,0,2488,0,0,1), + (22570,5427,1,0,0,-9063.06,-3618.39,23.3231,3.34243,300,300,25,0,2488,0,0,1), + (22571,5427,1,0,0,-9105.1,-2347.95,14.2671,0.24554,300,300,25,0,2488,0,0,1), + (22572,5427,1,0,0,-9395.42,-3476.35,11.6677,2.4551,300,300,25,0,2488,0,0,1), + (22573,5427,1,0,0,-9319.97,-3419.89,10.0108,3.64639,300,300,25,0,2488,0,0,1), + (22574,5427,1,0,0,-9448.2,-2545.66,10.1523,1.1384,300,300,25,0,2488,0,0,1), + (22575,5427,1,0,0,-8847.82,-2543.72,12.9281,1.0909,300,300,25,0,2488,0,0,1), + (22576,5427,1,0,0,-9196.43,-2819.19,17.8811,3.38248,300,300,25,0,2488,0,0,1), + (22577,5427,1,0,0,-9118.45,-2830.19,31.2967,4.55366,300,300,25,0,2488,0,0,1), + (22578,5427,1,0,0,-8136.65,-3017.66,30.9884,6.18546,300,300,25,0,2488,0,0,1), + (22579,5427,1,0,0,-8151.1,-3546.27,41.482,3.23513,300,300,25,0,2488,0,0,1), + (22580,5427,1,0,0,-7916.77,-3274.11,64.0016,1.56736,300,300,25,0,2488,0,0,1), + (22581,5427,1,0,0,-8221.37,-3216.28,20.7035,5.02631,300,300,10,0,2488,0,0,1), + (22582,5427,1,0,0,-8814.02,-2990.93,30.7626,4.79413,300,300,25,0,2488,0,0,1), + (22583,5427,1,0,0,-8151.04,-3314.15,23.231,0.017364,300,300,10,0,2488,0,0,1), + (22584,5427,1,0,0,-8449.68,-2379.37,32.9047,1.35234,300,300,25,0,2488,0,0,1), + (22585,5427,1,0,0,-9123.82,-3466.38,16.5491,1.10715,300,300,25,0,2488,0,0,1), + (22586,5427,1,0,0,-9041.5,-2422.84,11.2715,5.77761,300,300,25,0,2488,0,0,1), + (22587,5427,1,0,0,-9385.93,-3285.97,26.9608,3.73575,300,300,3,0,2488,0,0,1), + (22588,5427,1,0,0,-8583.41,-2363.56,32.5914,1.51977,300,300,25,0,2488,0,0,1), + (22589,5427,1,0,0,-8786.85,-2573.7,12.9159,4.87969,300,300,25,0,2488,0,0,1), + (22590,5427,1,0,0,-7944.71,-3016.03,55.143,3.18454,300,300,25,0,2488,0,0,1), + (22591,5427,1,0,0,-8241.02,-3176.13,18.9696,0.335549,300,300,10,0,2488,0,0,1), + (22592,5427,1,0,0,-8643.87,-2481.74,33.6582,2.83591,300,300,10,0,2488,0,0,1), + (22593,5427,1,0,0,-8286.29,-3216.66,16.8882,4.30485,300,300,25,0,2488,0,0,1), + (22594,5427,1,0,0,-8502.47,-2347.82,36.3508,2.90278,300,300,25,0,2488,0,0,1), + (22595,5427,1,0,0,-9448.9,-2282.35,11.8307,2.06291,300,300,10,0,2488,0,0,1), + (22596,4403,1,0,0,-4349.17,-4396.51,-11.0079,1.06085,360,360,5,0,1464,0,0,1), + (22597,5427,1,0,0,-9377.08,-2897.95,9.14876,5.05193,300,300,0,0,2488,0,0,0), + (22598,5427,1,0,0,-9043.87,-2683.69,29.564,6.26366,300,300,30,0,2488,0,0,1), + (22599,5427,1,0,0,-8145.16,-3744.29,17.9716,1.48536,300,300,10,0,2488,0,0,1), + (22600,4403,1,0,0,-4337.81,-4255.28,-9.73518,5.74758,360,360,5,0,1464,0,0,1), + (22601,5427,1,0,0,-8108.8,-3153.93,29.7925,0.888458,300,300,25,0,2488,0,0,1), + (22602,5427,1,0,0,-8051.75,-3193.07,44.713,1.49732,300,300,25,0,2488,0,0,1), + (22603,5427,1,0,0,-8254.56,-3211.69,16.5256,4.17871,300,300,10,0,2488,0,0,1), + (22604,5427,1,0,0,-8815.14,-3113.27,29.9969,1.56549,300,300,10,0,2488,0,0,1), + (22605,5427,1,0,0,-8320.01,-2318.43,23.2893,4.21565,300,300,25,0,2488,0,0,1), + (22606,5427,1,0,0,-8585.35,-2448.4,42.8628,1.52191,300,300,25,0,2488,0,0,1), + (22607,5427,1,0,0,-8978.55,-2488.27,16.7041,5.65415,300,300,25,0,2488,0,0,1), + (22608,5427,1,0,0,-8657.85,-2871.13,12.5966,2.08103,300,300,25,0,2488,0,0,1), + (22609,5427,1,0,0,-8806.25,-2435.42,20.4403,3.87679,300,300,25,0,2488,0,0,1), + (22610,5427,1,0,0,-9019.42,-2752.29,41.4377,3.46259,300,300,25,0,2488,0,0,1), + (22611,5427,1,0,0,-8981.8,-2789.27,45.7327,5.34712,300,300,10,0,2488,0,0,1), + (22612,5427,1,0,0,-9321.14,-2610.38,10.9833,2.1891,300,300,25,0,2488,0,0,1), + (22613,5427,1,0,0,-9126.27,-3390.78,26.8619,4.80817,300,300,25,0,2488,0,0,1), + (22614,5427,1,0,0,-9058.21,-3428.73,24.7628,5.07984,300,300,25,0,2488,0,0,1), + (22615,5427,1,0,0,-8660.17,-2688.46,13.9464,2.79082,300,300,25,0,2488,0,0,1), + (22616,5427,1,0,0,-8208.51,-3176.96,20.4535,6.11276,300,300,10,0,2488,0,0,1), + (22617,5427,1,0,0,-8156.59,-3279.2,25.251,5.42839,300,300,10,0,2488,0,0,1), + (22618,5427,1,0,0,-8601.83,-2222.97,11.9791,2.91974,300,300,25,0,2488,0,0,1), + (22619,5427,1,0,0,-8584.31,-2562.75,38.221,4.63022,300,300,0,0,2488,0,0,0), + (22620,5427,1,0,0,-9319.27,-2417.39,11.6587,3.39059,300,300,25,0,2488,0,0,1), + (22621,5427,1,0,0,-8754.07,-3114.68,23.6109,3.49066,300,300,10,0,2488,0,0,1), + (22622,5427,1,0,0,-8785.21,-3017.21,26.6031,2.16678,300,300,10,0,2488,0,0,1), + (22623,5427,1,0,0,-8219.68,-3250,21.544,1.8172,300,300,10,0,2488,0,0,1), + (22624,5427,1,0,0,-9058.35,-2292.26,11.568,4.11302,300,300,25,0,2488,0,0,1), + (22625,5427,1,0,0,-8467.89,-1989.83,11.8662,4.63022,300,300,25,0,2488,0,0,1), + (22626,5427,1,0,0,-9450.75,-2611.75,22.9934,1.21385,300,300,25,0,2488,0,0,1), + (22627,5427,1,0,0,-8918.22,-2552.13,15.699,4.64206,300,300,25,0,2488,0,0,1), + (22628,5427,1,0,0,-8180.86,-3282.35,21.2272,0.238834,300,300,10,0,2488,0,0,1), + (22629,5427,1,0,0,-8845.61,-3014.89,40.1301,0.566158,300,300,10,0,2488,0,0,1), + (22630,5427,1,0,0,-8789.76,-3086.77,32.1179,3.901,300,300,10,0,2488,0,0,1), + (22631,5427,1,0,0,-8786.28,-3150.74,27.1787,2.8347,300,300,10,0,2488,0,0,1), + (22632,5427,1,0,0,-8517.11,-2192.91,20.7954,1.61179,300,300,25,0,2488,0,0,1), + (22633,5427,1,0,0,-9440.61,-3210.92,16.0242,5.7907,300,300,10,0,2488,0,0,1), + (22634,5427,1,0,0,-8450.49,-2562.64,45.4099,1.45928,300,300,25,0,2488,0,0,1), + (22635,4403,1,0,0,-4441.69,-4086.86,6.81348,6.11451,360,360,3,0,1464,0,0,1), + (22636,5427,1,0,0,-8683.96,-2381.95,23.1619,5.84367,300,300,10,0,2488,0,0,1), + (22637,5427,1,0,0,-8188.29,-3223.61,23.9906,5.85158,300,300,10,0,2488,0,0,1), + (22638,5427,1,0,0,-8182.21,-3248.21,24.1181,3.61567,300,300,10,0,2488,0,0,1), + (22639,5427,1,0,0,-9184.27,-2679.17,16.6315,1.87219,300,300,30,0,2488,0,0,1), + (22640,5427,1,0,0,-9383.88,-2486.03,11.2356,4.35155,300,300,25,0,2488,0,0,1), + (22641,5427,1,0,0,-8981.69,-2418.66,13.056,5.64875,300,300,25,0,2488,0,0,1), + (22642,5427,1,0,0,-8988.36,-2853.76,45.9649,2.66902,300,300,10,0,2488,0,0,1), + (22643,5427,1,0,0,-9020.4,-2778.9,40.8127,4.05338,300,300,10,0,2488,0,0,1), + (22644,5427,1,0,0,-8744.3,-3076.15,22.2375,0.500329,300,300,10,0,2488,0,0,1), + (22645,5427,1,0,0,-9382.7,-3351.92,12.2845,6.04863,300,300,25,0,2488,0,0,1), + (22646,5427,1,0,0,-9317.74,-3354.29,9.85599,4.68118,300,300,25,0,2488,0,0,1), + (22647,5427,1,0,0,-9447.55,-2351.13,12.1238,5.87983,300,300,25,0,2488,0,0,1), + (22648,5427,1,0,0,-9382.71,-3550.94,12.6209,0.129068,300,300,0,0,2488,0,0,0), + (22649,4403,1,0,0,-4482.58,-4249.86,-12.7369,2.40037,360,360,5,0,1464,0,0,1), + (22650,4403,1,0,0,-4372.8,-4294.05,1.70373,2.47485,360,360,5,0,1464,0,0,1), + (22651,5427,1,0,0,-9452.46,-2479.32,14.6198,1.75746,300,300,25,0,2488,0,0,1), + (22652,5427,1,0,0,-8123.05,-2253.33,12.2517,1.8203,300,300,25,0,2488,0,0,1), + (22653,5427,1,0,0,-9453.12,-3017.95,12.3013,3.32214,300,300,10,0,2488,0,0,1), + (22654,4403,1,0,0,-4348.89,-4182.84,-6.0239,5.8618,360,360,5,0,1464,0,0,1), + (22655,5427,1,0,0,-9181.76,-2219.56,7.88388,3.96013,300,300,25,0,2488,0,0,1), + (22656,4404,1,0,0,-4389.1,-4339.39,-3.685,5.57795,360,360,5,0,1211,1067,0,1), + (22657,5427,1,0,0,-9250.42,-2683.07,14.9308,4.7202,300,300,25,0,2488,0,0,1), + (22658,5427,1,0,0,-9445.93,-3548.94,10.0105,0.133327,300,300,25,0,2488,0,0,1), + (22659,5427,1,0,0,-9385.76,-3416.82,10.5942,2.51294,300,300,25,0,2488,0,0,1), + (22660,5427,1,0,0,-8516.75,-2516.04,43.5695,4.54235,300,300,25,0,2488,0,0,1), + (22661,5427,1,0,0,-8677.35,-2307.46,12.6474,6.0183,300,300,25,0,2488,0,0,1), + (22662,5428,1,0,0,-7020.41,-3041.57,11.042,3.67426,300,300,5,0,1902,0,0,1), + (22663,5428,1,0,0,-7498.01,-3660.6,10.1261,0.107742,300,300,10,0,1902,0,0,1), + (22664,5428,1,0,0,-7524.31,-3652.02,9.06099,4.73287,300,300,10,0,1902,0,0,1), + (22665,5428,1,0,0,-7185.06,-3576.24,10.7195,0.321228,300,300,5,0,1902,0,0,1), + (22666,5428,1,0,0,-7208.42,-2654.31,9.33734,3.3544,300,300,5,0,1902,0,0,1), + (22667,5428,1,0,0,-7208.85,-3382.64,11.169,5.1673,300,300,5,0,1902,0,0,1), + (22668,5428,1,0,0,-7042.29,-4088.92,9.20203,1.91973,300,300,5,0,1902,0,0,1), + (22669,5428,1,0,0,-7174.19,-3624.05,12.148,1.53956,300,300,5,0,1902,0,0,1), + (22670,5428,1,0,0,-7395.85,-3024.38,10.2397,1.7138,300,300,5,0,1902,0,0,1), + (22671,5428,1,0,0,-7538.3,-3620.71,10.5362,0.155195,300,300,10,0,1902,0,0,1), + (22672,5428,1,0,0,-7303.22,-4304.62,11.4414,5.20223,300,300,5,0,1902,0,0,1), + (22673,5428,1,0,0,-7343.86,-4178.73,9.73855,6.22647,300,300,5,0,1902,0,0,1), + (22674,5428,1,0,0,-7542.29,-3621.34,10.7225,3.83962,300,300,10,0,1902,0,0,1), + (22675,5428,1,0,0,-7523.28,-3645.15,9.43599,1.31983,300,300,10,0,1902,0,0,1), + (22676,5428,1,0,0,-7509.88,-3617.42,11.7658,1.0219,300,300,10,0,1902,0,0,1), + (22677,5428,1,0,0,-7496.79,-3657.62,10.6035,0.847559,300,300,10,0,1902,0,0,1), + (22678,5428,1,0,0,-7583.47,-3614.89,13.1503,3.90539,300,300,10,0,1902,0,0,1), + (22679,5428,1,0,0,-7550.25,-3593.56,14.0255,4.87902,300,300,10,0,1902,0,0,1), + (22680,5428,1,0,0,-7310.07,-3663.18,10.8299,0.890058,300,300,5,0,1902,0,0,1), + (22681,7733,1,0,0,-7158.96,-3841.61,8.84809,1.95477,300,300,0,0,1605,0,0,0), + (22682,5429,1,0,0,-8039.85,-4025.44,12.7971,3.80658,300,300,25,0,1648,1432,0,1), + (22683,5429,1,0,0,-7860.42,-2821.57,32.7296,2.60888,300,300,25,0,1648,1432,0,1), + (22684,5429,1,0,0,-7886.67,-3588.3,49.9186,5.93135,300,300,10,0,1648,1432,0,1), + (22685,5429,1,0,0,-7757.59,-3173.86,76.6867,3.68846,300,300,10,0,1648,1432,0,1), + (22686,5429,1,0,0,-8309.97,-3585.11,16.1163,0.074426,300,300,10,0,1648,1432,0,1), + (22687,5429,1,0,0,-7477.41,-2751.58,10.0262,4.31362,300,300,25,0,1648,1432,0,1), + (22688,5429,1,0,0,-8055.39,-3456.67,46.3899,0.914021,300,300,10,0,1648,1432,0,1), + (22689,5429,1,0,0,-7776.89,-3546.58,47.6874,5.07218,300,300,25,0,1648,1432,0,1), + (22690,5429,1,0,0,-8311.58,-3687.54,14.063,1.24231,300,300,10,0,1648,1432,0,1), + (22691,5429,1,0,0,-7906.87,-3549.43,50.807,0.1699,300,300,10,0,1648,1432,0,1), + (22692,5429,1,0,0,-7659.13,-3081.96,31.7155,1.91297,300,300,25,0,1648,1432,0,1), + (22693,5429,1,0,0,-7710.35,-3344.4,60.413,4.41777,300,300,10,0,1648,1432,0,1), + (22694,5429,1,0,0,-8052.29,-3511.27,42.4859,2.62044,300,300,10,0,1648,1432,0,1), + (22695,5429,1,0,0,-7529.28,-3496.47,13.9573,1.04947,300,300,25,0,1648,1432,0,1), + (22696,5429,1,0,0,-7717.41,-3280.68,78.4157,5.93481,300,300,10,0,1648,1432,0,1), + (22697,5429,1,0,0,-7712.24,-3211.92,75.3843,4.35616,300,300,10,0,1648,1432,0,1), + (22698,5429,1,0,0,-7776.49,-3209.05,74.9016,1.83456,300,300,10,0,1648,1432,0,1), + (22699,5429,1,0,0,-7744.17,-3220.32,80.1493,4.79927,300,300,10,0,1648,1432,0,1), + (22700,5429,1,0,0,-8093.44,-3468.5,39.8659,4.66784,300,300,10,0,1648,1432,0,1), + (22701,5429,1,0,0,-7993.15,-4264.33,12.7298,3.8869,300,300,25,0,1648,1432,0,1), + (22702,5429,1,0,0,-7649.63,-3320.29,65.3334,3.70806,300,300,10,0,1648,1432,0,1), + (22703,5429,1,0,0,-7586.01,-3380.08,41.256,5.54185,300,300,10,0,1648,1432,0,1), + (22704,5429,1,0,0,-7692.97,-3258.31,78.3802,4.5817,300,300,10,0,1648,1432,0,1), + (22705,5429,1,0,0,-8316.73,-3827.12,9.05179,6.20896,300,300,25,0,1648,1432,0,1), + (22706,5429,1,0,0,-7511.64,-3004.55,9.98282,0.145657,300,300,25,0,1648,1432,0,1), + (22707,5429,1,0,0,-8023.4,-3493.91,46.8909,0.512602,300,300,10,0,1648,1432,0,1), + (22708,5429,1,0,0,-8346.15,-3652.53,15.2951,1.6136,300,300,10,0,1648,1432,0,1), + (22709,5429,1,0,0,-7825.55,-3591.98,53.0416,4.43695,300,300,10,0,1648,1432,0,1), + (22710,5429,1,0,0,-7858.4,-3623.42,50.434,5.88621,300,300,10,0,1648,1432,0,1), + (22711,5429,1,0,0,-7644.64,-3350.74,62.1277,5.34057,300,300,10,0,1648,1432,0,1), + (22712,5429,1,0,0,-7944.68,-3509.52,57.1431,1.70467,300,300,10,0,1648,1432,0,1), + (22713,5429,1,0,0,-8330.66,-3718.79,13.4698,2.03848,300,300,10,0,1648,1432,0,1), + (22714,5429,1,0,0,-7762.93,-3256.29,71.1735,5.01353,300,300,10,0,1648,1432,0,1), + (22715,5429,1,0,0,-7977.98,-3484.05,56.8251,6.21386,300,300,10,0,1648,1432,0,1), + (22716,5429,1,0,0,-7747.53,-3286.61,68.4164,1.37279,300,300,10,0,1648,1432,0,1), + (22717,5429,1,0,0,-7613.61,-3316.65,50.6103,4.75397,300,300,10,0,1648,1432,0,1), + (22718,5429,1,0,0,-7709.62,-3243.46,79.9695,5.89833,300,300,10,0,1648,1432,0,1), + (22719,5429,1,0,0,-7616.53,-3354.65,51.3478,5.48276,300,300,10,0,1648,1432,0,1), + (22720,5429,1,0,0,-7973.63,-3531.96,44.5963,6.18917,300,300,10,0,1648,1432,0,1), + (22721,5429,1,0,0,-8226.49,-4023.76,10.3361,5.69099,300,300,25,0,1648,1432,0,1), + (22722,5429,1,0,0,-7680.16,-3574.54,31.7497,4.76323,300,300,25,0,1648,1432,0,1), + (22723,5430,1,0,0,-9054.1,-2752.89,35.8341,2.67035,300,300,10,0,2488,0,0,1), + (22724,5430,1,0,0,-8846.08,-2954.01,38.7876,1.18002,300,300,10,0,2488,0,0,1), + (22725,5430,1,0,0,-8648.9,-2422.37,28.433,4.28783,300,300,10,0,2488,0,0,1), + (22726,5430,1,0,0,-8789.58,-3122.92,26.2383,4.94014,300,300,10,0,2488,0,0,1), + (22727,5430,1,0,0,-8780.39,-3043.8,29.2708,0.917553,300,300,10,0,2488,0,0,1), + (22728,5430,1,0,0,-8821.37,-3086.93,34.9289,3.96998,300,300,10,0,2488,0,0,1), + (22729,5430,1,0,0,-8616.55,-2482.41,41.0757,0.149325,300,300,10,0,2488,0,0,1), + (22730,5430,1,0,0,-9320.73,-2423.51,11.6466,3.37309,300,300,25,0,2488,0,0,1), + (22731,5430,1,0,0,-8813.2,-2953.37,26.7828,3.5184,300,300,10,0,2488,0,0,1), + (22732,5430,1,0,0,-9082.5,-2749.02,32.1192,0.966952,300,300,10,0,2488,0,0,1), + (22733,5430,1,0,0,-8687.28,-2419.98,25.3875,2.73577,300,300,10,0,2488,0,0,1), + (22734,5430,1,0,0,-8650.53,-2517.82,32.9317,1.28944,300,300,10,0,2488,0,0,1), + (22735,5430,1,0,0,-8421.52,-2236.27,18.778,6.06049,300,300,25,0,2488,0,0,1), + (22736,5430,1,0,0,-9115.66,-2747.23,28.7635,4.36585,300,300,25,0,2488,0,0,1), + (22737,5430,1,0,0,-8847.48,-3051.37,37.6593,3.7127,300,300,10,0,2488,0,0,1), + (22738,5430,1,0,0,-8815.31,-3057.37,37.4731,4.38985,300,300,10,0,2488,0,0,1), + (22739,5430,1,0,0,-9055.59,-2789.57,38.4492,3.51121,300,300,10,0,2488,0,0,1), + (22740,5430,1,0,0,-8848.66,-2981.22,39.8485,0.977384,300,300,10,0,2488,0,0,1), + (22741,5431,1,0,0,-8849.95,-4707.69,-16.4609,1.59671,300,300,15,0,2577,0,0,1), + (22742,5431,1,0,0,-8726.12,-4851.86,-17.2801,3.60399,300,300,15,0,2577,0,0,1), + (22743,5431,1,0,0,-8676,-4687.46,0.728013,5.81786,300,300,15,0,2577,0,0,1), + (22744,5431,1,0,0,-8389.11,-5136.76,-0.029884,4.22063,300,300,0,0,2577,0,0,0), + (22745,5431,1,0,0,-8715.44,-4653.53,4.87625,1.16298,300,300,15,0,2577,0,0,1), + (22746,5431,1,0,0,-8584.88,-4790.58,0.69416,4.64035,300,300,15,0,2577,0,0,1), + (22747,5431,1,0,0,-8390.11,-5188.3,-1.01269,4.3715,300,300,15,0,2577,0,0,1), + (22748,5431,1,0,0,-8775.44,-4745.72,-4.26522,5.06108,300,300,0,0,2577,0,0,0), + (22749,5431,1,0,0,-8504.76,-5148.28,-10.9216,3.21546,300,300,15,0,2577,0,0,1), + (22750,5431,1,0,0,-8647.84,-4766.73,-3.67231,1.42025,300,300,15,0,2577,0,0,1), + (22751,5431,1,0,0,-8852.09,-4668.55,-4.23215,4.49729,300,300,15,0,2577,0,0,1), + (22752,5431,1,0,0,-8646.97,-4726.87,-0.269946,5.52801,300,300,15,0,2577,0,0,1), + (22753,5431,1,0,0,-8546.76,-4955.97,-7.63253,5.26623,300,300,0,0,2577,0,0,0), + (22754,5431,1,0,0,-8819.5,-4670.71,-9.77868,1.82402,300,300,15,0,2577,0,0,1), + (22755,5431,1,0,0,-8503.33,-4991.35,0.217423,5.86496,300,300,15,0,2577,0,0,1), + (22756,5431,1,0,0,-8536.36,-5051.91,-9.03639,3.24099,300,300,15,0,2577,0,0,1), + (22757,5431,1,0,0,-8483.34,-5034.5,-2.75714,4.62853,300,300,15,0,2577,0,0,1), + (22758,5431,1,0,0,-8464.5,-5181.23,-14.8427,3.09878,300,300,15,0,2577,0,0,1), + (22759,5431,1,0,0,-8507.84,-4924.52,0.579272,5.09694,300,300,15,0,2577,0,0,1), + (22760,5431,1,0,0,-8615.51,-4873.65,-9.0867,1.44361,300,300,15,0,2577,0,0,1), + (22761,5431,1,0,0,-8651.62,-4846.08,-5.73343,2.10631,300,300,15,0,2577,0,0,1), + (22762,5431,1,0,0,-8437.62,-5109.3,0.648381,0.370683,300,300,15,0,2577,0,0,1), + (22763,5431,1,0,0,-8716.07,-4814.8,-13.6596,3.19833,300,300,0,0,2577,0,0,0), + (22764,5431,1,0,0,-8781.25,-4664.51,-1.59448,4.78877,300,300,15,0,2577,0,0,1), + (22765,5431,1,0,0,-8507.23,-5128.69,-17.6427,5.33026,300,300,15,0,2577,0,0,1), + (22766,5431,1,0,0,-8582.89,-4865.09,-4.43076,4.93208,300,300,15,0,2577,0,0,1), + (22767,5431,1,0,0,-8407.85,-5094.01,0.629323,5.22457,300,300,15,0,2577,0,0,1), + (22768,5431,1,0,0,-8600.67,-4742.78,1.35327,0.338426,300,300,15,0,2577,0,0,1), + (22769,5431,1,0,0,-8438.98,-5038.71,0.570194,0.740672,300,300,15,0,2577,0,0,1), + (22770,5431,1,0,0,-8721.07,-4771.61,-11.1865,1.94261,300,300,15,0,2577,0,0,1), + (22771,5431,1,0,0,-8594.25,-4921.68,-12.3305,3.97245,300,300,15,0,2577,0,0,1), + (22772,5431,1,0,0,-8426.92,-5219.31,-8.67736,3.50727,300,300,15,0,2577,0,0,1), + (22773,5431,1,0,0,-8589.73,-4975.03,-6.6942,2.45997,300,300,15,0,2577,0,0,1), + (22774,5431,1,0,0,-8891.22,-4686.22,-11.559,3.58361,300,300,15,0,2577,0,0,1), + (22775,5431,1,0,0,-8340.33,-5144.35,0.702574,0.462847,300,300,15,0,2577,0,0,1), + (22776,5431,1,0,0,-8776.41,-4792.53,-16.7984,5.71682,300,300,15,0,2577,0,0,1), + (22777,5431,1,0,0,-8761.48,-4750.33,-8.40929,3.23226,300,300,15,0,2577,0,0,1), + (22778,5431,1,0,0,-8726.06,-4713.75,-3.31985,2.77142,300,300,15,0,2577,0,0,1), + (22779,5431,1,0,0,-8519.43,-4839.95,1.66688,1.48659,300,300,15,0,2577,0,0,1), + (22788,15165,1,0,0,-6899.22,-4811.38,8.75024,2.6529,300,300,0,0,3632,0,0,0), + (22789,5441,1,0,0,-9177.25,-3687.37,10.3283,1.66464,300,300,10,0,2488,0,0,1), + (22790,5441,1,0,0,-9324.59,-4154.3,11.0519,3.75504,300,300,5,0,2488,0,0,1), + (22791,5441,1,0,0,-9237.06,-3750.82,10.4601,0.070334,300,300,10,0,2488,0,0,1), + (22792,5441,1,0,0,-8755.09,-4119.74,10.4835,6.16973,300,300,15,0,2488,0,0,1), + (22793,5441,1,0,0,-9187.55,-4155.72,-44.43,1.42325,300,300,3,0,2488,0,0,1), + (22794,5441,1,0,0,-8995.67,-3811.8,11.3466,2.87054,300,300,15,0,2488,0,0,1), + (22795,5441,1,0,0,-9175.44,-4137.92,-43.4975,5.33365,300,300,3,0,2488,0,0,1), + (22796,5441,1,0,0,-9219.25,-4175.69,18.5551,2.065,300,300,5,0,2488,0,0,1), + (22797,5441,1,0,0,-8956.14,-3842.73,10.7668,2.23583,300,300,15,0,2488,0,0,1), + (22798,5441,1,0,0,-9340.03,-4087.34,11.3584,3.2984,300,300,5,0,2488,0,0,1), + (22799,5441,1,0,0,-9271.18,-3857.33,10.2707,1.24806,300,300,10,0,2488,0,0,1), + (22800,5441,1,0,0,-8949.23,-4051.33,10.678,0.401741,300,300,5,0,2488,0,0,1), + (22801,5441,1,0,0,-8849.19,-4113.11,11.1457,2.89255,300,300,15,0,2488,0,0,1), + (22802,5441,1,0,0,-9304.56,-4115.09,12.358,3.34818,300,300,5,0,2488,0,0,1), + (22803,5441,1,0,0,-8854.17,-3951.04,10.5484,3.43871,300,300,5,0,2488,0,0,1), + (22804,5441,1,0,0,-9188.64,-3619.81,14.0139,0.844803,300,300,10,0,2488,0,0,1), + (22805,5441,1,0,0,-8844.5,-4085.58,10.1457,1.12964,300,300,15,0,2488,0,0,1), + (22806,5441,1,0,0,-9283.33,-3721.24,11.3024,5.45272,300,300,10,0,2488,0,0,1), + (22807,5441,1,0,0,-8882.36,-3986.73,11.2344,4.91624,300,300,5,0,2488,0,0,1), + (22808,5441,1,0,0,-9413.42,-3997.76,-37.8902,3.18777,300,300,3,0,2488,0,0,1), + (22809,5441,1,0,0,-8923.43,-3715.64,12.6735,0.119507,300,300,15,0,2488,0,0,1), + (22810,5441,1,0,0,-9229.17,-3861.6,10.5674,2.65611,300,300,5,0,2488,0,0,1), + (22811,5441,1,0,0,-9351.33,-3649.84,10.5426,1.69612,300,300,15,0,2488,0,0,1), + (22812,5441,1,0,0,-9160.16,-3853.49,11.7517,4.72001,300,300,10,0,2488,0,0,1), + (22813,5441,1,0,0,-9453.54,-3748.96,10.4791,3.69978,300,300,10,0,2488,0,0,1), + (22814,5441,1,0,0,-8915.06,-3883.47,13.1017,5.58345,300,300,15,0,2488,0,0,1), + (22815,5441,1,0,0,-9351.86,-3713.94,14.2782,1.83944,300,300,10,0,2488,0,0,1), + (22816,5441,1,0,0,-9264.39,-4024.47,-36.857,3.14124,300,300,3,0,2488,0,0,1), + (22817,5441,1,0,0,-9212.1,-3807.61,13.2123,4.88861,300,300,5,0,2488,0,0,1), + (22818,5441,1,0,0,-9382.02,-3748.18,10.5577,0.483806,300,300,10,0,2488,0,0,1), + (22819,5441,1,0,0,-8847.99,-4016.29,14.6907,6.02825,300,300,5,0,2488,0,0,1), + (22820,5441,1,0,0,-9192.83,-3815.65,10.9293,3.55546,300,300,10,0,2488,0,0,1), + (22821,5441,1,0,0,-8771.64,-4070.34,11.5208,2.09648,300,300,15,0,2488,0,0,1), + (22822,5441,1,0,0,-9315.43,-3681.06,10.3148,1.64113,300,300,10,0,2488,0,0,1), + (22823,5441,1,0,0,-9349.23,-4115.21,10.5725,0.790495,300,300,5,0,2488,0,0,1), + (22824,5441,1,0,0,-9120.71,-3822.53,11.573,2.14472,300,300,10,0,2488,0,0,1), + (22825,5441,1,0,0,-9124.29,-3733.16,10.0206,1.88125,300,300,10,0,2488,0,0,1), + (22826,5441,1,0,0,-8892.49,-4275.28,13.5524,4.42056,300,300,5,0,2488,0,0,1), + (22827,5441,1,0,0,-8915.46,-4217.31,11.3022,6.14408,300,300,15,0,2488,0,0,1), + (22828,5441,1,0,0,-8948.69,-4181.26,10.0417,0.43721,300,300,15,0,2488,0,0,1), + (22829,5441,1,0,0,-8917.09,-4152.67,14.26,5.00481,300,300,15,0,2488,0,0,1), + (22830,5441,1,0,0,-8947.05,-4117.67,10.5997,5.32256,300,300,15,0,2488,0,0,1), + (22831,5955,1,0,0,-9285.7,-2412.92,8.99823,3.70199,300,300,0,0,3600,0,0,0), + (22832,5450,1,0,0,-9282.47,-3764.29,10.3926,1.46899,300,300,10,0,2672,0,0,1), + (22833,5450,1,0,0,-8773.49,-3948.53,10.0268,0.132803,300,300,5,0,2672,0,0,1), + (22834,5450,1,0,0,-8987.73,-3735.76,10.4693,1.9012,300,300,15,0,2672,0,0,1), + (22835,5450,1,0,0,-9016.76,-3793.26,10.0949,4.85743,300,300,15,0,2672,0,0,1), + (22836,5450,1,0,0,-8741.75,-3988.07,13.1193,4.31775,300,300,5,0,2672,0,0,1), + (22837,5450,1,0,0,-9318.43,-3742.36,10.7542,1.60204,300,300,10,0,2672,0,0,1), + (22838,5450,1,0,0,-8907.02,-4015.75,12.3757,0.027337,300,300,5,0,2672,0,0,1), + (22839,5450,1,0,0,-9109.37,-4173.25,-30.001,4.11525,300,300,3,0,2672,0,0,1), + (22840,5450,1,0,0,-8943.92,-3980.31,10.0861,0.471638,300,300,15,0,2672,0,0,1), + (22841,5450,1,0,0,-9285,-3651.94,11.9904,3.5623,300,300,5,0,2672,0,0,1), + (22842,5450,1,0,0,-8953.24,-3916.26,10.4221,2.81388,300,300,15,0,2672,0,0,1), + (22843,5450,1,0,0,-8813.08,-4050.73,15.2935,6.19518,300,300,15,0,2672,0,0,1), + (22844,5450,1,0,0,-9119.96,-4189.69,-28.8728,1.18094,300,300,3,0,2672,0,0,2), + (22845,5450,1,0,0,-8898.64,-3847.87,11.0112,3.07905,300,300,15,0,2672,0,0,1), + (22846,5450,1,0,0,-9200.28,-3935.8,-34.1605,1.75686,300,300,3,0,2672,0,0,1), + (22847,5450,1,0,0,-8896.11,-3761.15,10.2707,5.79631,300,300,15,0,2672,0,0,1), + (22848,5450,1,0,0,-8817.83,-4157.01,10.7412,1.46899,300,300,15,0,2672,0,0,1), + (22849,5450,1,0,0,-8935.36,-4301.99,34.2972,3.90989,300,300,5,0,2672,0,0,1), + (22850,5450,1,0,0,-8984.24,-4287.66,26.8593,0.005859,300,300,5,0,2672,0,0,1), + (22851,5451,1,0,0,-9133.53,-3778.69,10.4478,5.93675,300,300,10,0,2672,0,0,1), + (22852,5451,1,0,0,-9014.67,-4091.87,-22.4584,5.01542,300,300,3,0,2672,0,0,1), + (22853,5451,1,0,0,-9459.84,-3840.82,13.6051,4.34676,300,300,5,0,2672,0,0,1), + (22854,5451,1,0,0,-9078.36,-4182.54,10.3956,0.059598,300,300,15,0,2672,0,0,1), + (22855,5451,1,0,0,-8989.83,-3876.66,10.2733,2.48089,300,300,15,0,2672,0,0,1), + (22856,5451,1,0,0,-9076.82,-3859.44,10.1583,5.15857,300,300,10,0,2672,0,0,1), + (22857,5451,1,0,0,-9409.69,-3781.76,10.7253,0.168679,300,300,5,0,2672,0,0,1), + (22858,5451,1,0,0,-9108.73,-4038.32,-10.8507,1.6264,300,300,10,0,2672,0,0,1), + (22859,5451,1,0,0,-8951.08,-3776.18,11.4723,1.73706,300,300,15,0,2672,0,0,1), + (22860,5451,1,0,0,-9420.49,-3716.04,10.4091,5.6458,300,300,15,0,2672,0,0,1), + (22861,5451,1,0,0,-9317.96,-3825.42,10.7265,4.74977,300,300,10,0,2672,0,0,1), + (22862,5451,1,0,0,-9249.99,-3687.86,10.5239,4.6714,300,300,10,0,2672,0,0,1), + (22863,5451,1,0,0,-9134.93,-3712.54,10.5411,0.588003,300,300,10,0,2672,0,0,1), + (22864,5451,1,0,0,-8937.83,-4079.18,10.4858,3.25893,300,300,5,0,2672,0,0,1), + (22865,5451,1,0,0,-8889.38,-3919.27,14.551,3.0771,300,300,15,0,2672,0,0,1), + (22866,5451,1,0,0,-9121.07,-4211.71,10.6379,1.86412,300,300,5,0,2672,0,0,1), + (22867,5451,1,0,0,-9381.1,-3682.8,12.0979,0.250663,300,300,10,0,2672,0,0,1), + (22868,5451,1,0,0,-8816.07,-3981.62,10.0207,1.41902,300,300,5,0,2672,0,0,1), + (22869,5451,1,0,0,-9198.11,-3718.89,15.1457,6.24004,300,300,10,0,2672,0,0,1), + (22870,5451,1,0,0,-8778.5,-3989.28,10.6504,1.45735,300,300,5,0,2672,0,0,1), + (22871,5451,1,0,0,-9183.06,-3879.3,10.7002,1.48668,300,300,5,0,2672,0,0,1), + (22872,5451,1,0,0,-9147.92,-4191.59,10.7485,5.00759,300,300,15,0,2672,0,0,1), + (22873,5451,1,0,0,-9351.92,-4179.18,19.101,3.06527,300,300,5,0,2672,0,0,1), + (22874,5451,1,0,0,-9348.18,-3963.56,-20.7558,1.32481,300,300,5,0,2672,0,0,1), + (22875,5451,1,0,0,-8934.14,-3815.71,10.8162,3.22571,300,300,15,0,2672,0,0,1), + (22876,5451,1,0,0,-9020.84,-3850.63,13.6355,3.15526,300,300,5,0,2672,0,0,1), + (22877,5451,1,0,0,-9139.51,-4154.79,-43.0613,2.90415,300,300,3,0,2672,0,0,1), + (22878,5451,1,0,0,-9075.6,-3789.63,10.1066,6.26785,300,300,5,0,2672,0,0,1), + (22879,5451,1,0,0,-9283.4,-4184.46,10.7523,3.06736,300,300,5,0,2672,0,0,1), + (22880,5451,1,0,0,-9350.54,-3786.02,10.153,5.03214,300,300,10,0,2672,0,0,1), + (22881,5451,1,0,0,-8916.11,-3949.6,10.8315,0.050837,300,300,15,0,2672,0,0,1), + (22882,5451,1,0,0,-9048.07,-3816.63,14.8132,5.91138,300,300,15,0,2672,0,0,1), + (22883,5451,1,0,0,-9378.75,-4145.86,13.7083,0.029288,300,300,5,0,2672,0,0,1), + (22884,5451,1,0,0,-9381.33,-3814.75,10.3777,6.18934,300,300,10,0,2672,0,0,1), + (22885,5451,1,0,0,-8759.49,-4140.55,10.0207,0.31906,300,300,15,0,2672,0,0,1), + (22886,5451,1,0,0,-8762.75,-4187.34,12.7152,3.15331,300,300,15,0,2672,0,0,1), + (22887,5451,1,0,0,-8866.37,-4155.18,11.2127,2.73471,300,300,15,0,2672,0,0,1), + (22888,5451,1,0,0,-8945.91,-4259.72,11.5354,2.23852,300,300,10,0,2672,0,0,1), + (22889,5451,1,0,0,-8884.5,-4181.89,14.7853,2.26876,300,300,15,0,2672,0,0,1), + (22890,5452,1,0,0,-8991.28,-4002.35,10.9053,1.98466,300,300,15,0,2488,0,0,1), + (22891,5452,1,0,0,-9049.93,-4096.27,17.6294,4.64167,300,300,15,0,2488,0,0,1), + (22892,5452,1,0,0,-9048.73,-4151.85,-30.184,1.15192,300,300,3,0,2488,0,0,1), + (22893,5452,1,0,0,-9184.68,-4173.08,-44.5312,6.17846,300,300,3,0,2488,0,0,1), + (22894,5452,1,0,0,-9199.69,-3922.23,-33.476,1.18682,300,300,3,0,2488,0,0,1), + (22895,5452,1,0,0,-9066.49,-4118.96,-27.472,5.06145,300,300,3,0,2488,0,0,1), + (22896,5452,1,0,0,-9065.93,-4244.39,-32.4342,4.17134,300,300,3,0,2488,0,0,1), + (22897,5452,1,0,0,-9179.12,-4137.73,-44.0991,5.25344,300,300,3,0,2488,0,0,2), + (22898,5452,1,0,0,-9106.96,-4126.45,13.8688,3.26528,300,300,15,0,2488,0,0,1), + (22899,5452,1,0,0,-9143.72,-3968.64,-17.1648,6.19592,300,300,3,0,2488,0,0,1), + (22900,5452,1,0,0,-9170.45,-3920.11,11.2942,6.2085,300,300,5,0,2488,0,0,1), + (22901,5452,1,0,0,-9186.07,-4204.15,-44.415,5.32325,300,300,3,0,2488,0,0,1), + (22902,5452,1,0,0,-9152.05,-4102.12,13.637,5.49773,300,300,5,0,2488,0,0,1), + (22903,5452,1,0,0,-9349.18,-3960.96,-19.8617,5.39307,300,300,0,0,2488,0,0,2), + (22904,5452,1,0,0,-9414.53,-3999.15,-38.1675,0.167351,300,300,3,0,2488,0,0,1), + (22905,5452,1,0,0,-9418.33,-4060.39,-46.8608,4.51296,300,300,3,0,2488,0,0,1), + (22906,5452,1,0,0,-9118.04,-4163.41,-43.9601,1.20428,300,300,3,0,2488,0,0,1), + (22907,5452,1,0,0,-9289.22,-4108.85,-52.8786,0.785398,300,300,3,0,2488,0,0,1), + (22908,5452,1,0,0,-9283.28,-3892.1,10.2206,1.8499,300,300,10,0,2488,0,0,1), + (22909,5452,1,0,0,-9187.38,-4015.27,10.1588,2.00329,300,300,5,0,2488,0,0,1), + (22910,5452,1,0,0,-9074.68,-4222.39,-30.982,0.15708,300,300,3,0,2488,0,0,1), + (22911,5452,1,0,0,-9055.17,-3956.89,13.4454,4.78871,300,300,10,0,2488,0,0,1), + (22912,5452,1,0,0,-8797.59,-4162.64,11.8984,3.65856,300,300,15,0,2488,0,0,1), + (22913,5453,1,0,0,-9154.83,-4084.18,-45.8138,5.07891,300,300,3,0,2578,0,0,1), + (22914,5453,1,0,0,-9220.31,-4006.05,-39.5301,3.4383,300,300,3,0,2578,0,0,1), + (22915,5453,1,0,0,-9152.83,-4146.72,-40.2184,0.488692,300,300,3,0,2578,0,0,1), + (22916,5453,1,0,0,-9272.67,-3999.23,-36.0046,5.61996,300,300,3,0,2578,0,0,1), + (22917,5453,1,0,0,-9103.29,-3937.28,-31.8455,2.89725,300,300,3,0,2578,0,0,1), + (22918,5453,1,0,0,-9029.47,-4133.96,13.5952,2.53951,300,300,15,0,2578,0,0,1), + (22919,5453,1,0,0,-9318.99,-4037,10.0847,1.24657,300,300,5,0,2578,0,0,1), + (22920,5453,1,0,0,-9220.42,-4132.07,-44.747,5.06145,300,300,3,0,2578,0,0,1), + (22921,5453,1,0,0,-9242.58,-3879.09,10.6356,1.31824,300,300,5,0,2578,0,0,1), + (22922,5453,1,0,0,-9085.83,-3911.52,-32.3974,3.10669,300,300,3,0,2578,0,0,1), + (22923,5453,1,0,0,-8982.12,-3779.15,10.6038,4.0169,300,300,15,0,2578,0,0,1), + (22924,5453,1,0,0,-9371.67,-3998.26,-29.1766,6.17249,300,300,3,0,2578,0,0,1), + (22925,5453,1,0,0,-9014.95,-4087.81,-21.8072,0.244346,300,300,3,0,2578,0,0,2), + (22926,5453,1,0,0,-9233.82,-3981.44,-39.134,5.39307,300,300,3,0,2578,0,0,1), + (22927,5453,1,0,0,-9275.87,-4130.19,-52.9013,4.95674,300,300,3,0,2578,0,0,1), + (22928,5453,1,0,0,-9446.47,-4059.3,-45.7554,2.21558,300,300,3,0,2578,0,0,1), + (22929,5453,1,0,0,-8980.8,-4129.64,-31.188,1.90241,300,300,3,0,2578,0,0,1), + (22930,5453,1,0,0,-9285.1,-3924.13,9.01071,0.624245,300,300,10,0,2578,0,0,1), + (22931,5453,1,0,0,-8963.07,-4129.74,-31.0931,1.25664,300,300,3,0,2578,0,0,1), + (22932,5454,1,0,0,-9121.6,-4193.55,-28.7932,3.87463,300,300,3,0,2672,0,0,1), + (22933,5454,1,0,0,-9258.63,-4108.77,-52.3947,1.79726,300,300,3,0,2672,0,0,1), + (22934,5454,1,0,0,-9065.79,-4058.32,-17.3945,1.20428,300,300,10,0,2672,0,0,1), + (22935,5454,1,0,0,-8983.61,-4123.19,12.3893,1.8703,300,300,15,0,2672,0,0,1), + (22936,5454,1,0,0,-9083.39,-4152.09,-29.397,2.79253,300,300,3,0,2672,0,0,1), + (22937,5454,1,0,0,-9113.44,-3913.18,-32.6061,3.7001,300,300,3,0,2672,0,0,1), + (22938,5454,1,0,0,-9323,-3882.96,9.74847,2.67794,300,300,10,0,2672,0,0,1), + (22939,5454,1,0,0,-9088.65,-4146.82,12.3777,2.48209,300,300,15,0,2672,0,0,1), + (22940,5454,1,0,0,-8982.12,-4084.82,12.4048,5.68101,300,300,15,0,2672,0,0,1), + (22941,5454,1,0,0,-9201.99,-3940.8,-36.86,0.610865,300,300,3,0,2672,0,0,1), + (22942,5454,1,0,0,-9063.32,-3998.3,9.32873,0.468014,300,300,10,0,2672,0,0,1), + (22943,5454,1,0,0,-9025.46,-4062.59,17.3523,0.628653,300,300,15,0,2672,0,0,1), + (22944,5454,1,0,0,-9051.93,-4144.08,12.6662,2.33396,300,300,15,0,2672,0,0,1), + (22945,5454,1,0,0,-8972.65,-4153.88,-31.2775,1.6057,300,300,3,0,2672,0,0,1), + (22946,5454,1,0,0,-9051.94,-4224.47,-32.2875,4.13643,300,300,3,0,2672,0,0,1), + (22947,5454,1,0,0,-9104.77,-4023.53,-15.9325,3.05433,300,300,10,0,2672,0,0,1), + (22948,5454,1,0,0,-9209.59,-4082.28,-39.6047,0.279253,300,300,3,0,2672,0,0,1), + (22949,5454,1,0,0,-9243.17,-4026.72,-39.9614,5.0091,300,300,3,0,2672,0,0,1), + (22950,5455,1,0,0,-8009.51,-2522.85,8.9185,3.12733,300,300,5,0,2488,0,0,1), + (22951,5455,1,0,0,-7954.09,-2465.72,11.3193,4.70848,300,300,5,0,2488,0,0,1), + (22952,5455,1,0,0,-7906.86,-2479.22,-23.4645,5.08762,300,300,5,0,2488,0,0,1), + (22953,5455,1,0,0,-7949.74,-2384.13,-27.3466,2.62595,300,300,3,0,2488,0,0,1), + (22954,5455,1,0,0,-7641.51,-2511.13,9.8822,3.75616,300,300,5,0,2488,0,0,1), + (22955,5455,1,0,0,-7866.02,-2636.67,-56.8964,1.3575,300,300,5,0,2488,0,0,1), + (22956,5455,1,0,0,-8075.88,-2474.13,-22.7585,0.196909,300,300,5,0,2488,0,0,2), + (22957,5455,1,0,0,-8028.12,-2419.63,-31.2502,0.248595,300,300,3,0,2488,0,0,1), + (22958,5455,1,0,0,-7693.77,-2552.61,14.7125,3.38657,300,300,5,0,2488,0,0,1), + (22959,5455,1,0,0,-7860.46,-2480.84,9.57116,3.49053,300,300,15,0,2488,0,0,1), + (22960,5455,1,0,0,-8015.56,-2405.85,8.94766,6.06394,300,300,5,0,2488,0,0,1), + (22961,5455,1,0,0,-7894.18,-2428.05,9.10876,2.66484,300,300,15,0,2488,0,0,1), + (22962,5455,1,0,0,-7714.43,-2752.72,8.92047,5.88861,300,300,15,0,2488,0,0,1), + (22963,5455,1,0,0,-8184.94,-2496.65,9.40946,1.4336,300,300,15,0,2488,0,0,1), + (22964,5455,1,0,0,-7729.4,-2496.75,8.92047,0.639706,300,300,5,0,2488,0,0,1), + (22965,5455,1,0,0,-7925.91,-2384.69,14.8806,5.37737,300,300,5,0,2488,0,0,1), + (22966,5455,1,0,0,-8013.14,-2675.12,9.76921,3.65597,300,300,15,0,2488,0,0,1), + (22967,5455,1,0,0,-8123.69,-2643.53,9.47408,5.5254,300,300,10,0,2488,0,0,1), + (22968,5455,1,0,0,-8141.46,-2627.87,9.27578,5.41923,300,300,5,0,2488,0,0,1), + (22969,5455,1,0,0,-7719.45,-2554.78,9.83855,1.28177,300,300,15,0,2488,0,0,1), + (22970,5455,1,0,0,-7805.95,-2546.51,-33.0405,1.75328,300,300,3,0,2488,0,0,1), + (22971,5455,1,0,0,-7748.17,-2682.36,9.04716,0.279105,300,300,15,0,2488,0,0,1), + (22972,5455,1,0,0,-7786.83,-2720.76,11.5703,4.00715,300,300,15,0,2488,0,0,1), + (22973,5455,1,0,0,-7816.36,-2678.93,9.23341,1.34004,300,300,10,0,2488,0,0,1), + (22974,5455,1,0,0,-7915.96,-2638.78,9.46374,1.20342,300,300,15,0,2488,0,0,1), + (22975,5455,1,0,0,-7916.99,-2515.38,9.61263,1.06558,300,300,5,0,2488,0,0,1), + (22976,5456,1,0,0,-8185.33,-2474.13,9.06592,3.81875,300,300,15,0,2578,0,0,1), + (22977,5456,1,0,0,-8006.08,-2375.82,14.1635,0.836529,300,300,15,0,2578,0,0,1), + (22978,5456,1,0,0,-8197.19,-2392.07,14.4883,3.64983,300,300,10,0,2578,0,0,1), + (22979,5456,1,0,0,-7791.29,-2517.55,14.4063,5.62949,300,300,10,0,2578,0,0,1), + (22980,5456,1,0,0,-8045.78,-2353.61,8.92047,5.99113,300,300,15,0,2578,0,0,1), + (22981,5456,1,0,0,-8023.92,-2357.45,13.8278,3.38246,300,300,10,0,2578,0,0,1), + (22982,5456,1,0,0,-7658.21,-2590.84,12.4926,3.4569,300,300,5,0,2578,0,0,1), + (22983,5456,1,0,0,-7974,-2619.66,-48.5593,0.786222,300,300,3,0,2578,0,0,1), + (22984,5456,1,0,0,-7627.25,-2533.71,9.30306,1.18862,300,300,5,0,2578,0,0,1), + (22985,5456,1,0,0,-7739.36,-2547.74,9.47149,6.07087,300,300,15,0,2578,0,0,1), + (22986,5456,1,0,0,-7970.57,-2516.36,-39.1989,6.12547,300,300,5,0,2578,0,0,1), + (22987,5456,1,0,0,-8091.71,-2434.79,-47.3659,2.55266,300,300,3,0,2578,0,0,1), + (22988,5456,1,0,0,-7955.68,-2366.67,10.6239,3.14159,300,300,15,0,2578,0,0,1), + (22989,5456,1,0,0,-7926.63,-2424.26,9.40061,0.676365,300,300,15,0,2578,0,0,1), + (22990,5456,1,0,0,-7990.78,-2596.67,9.2427,4.64063,300,300,5,0,2578,0,0,1), + (22991,5456,1,0,0,-7950.92,-2417.32,8.92045,1.2057,300,300,5,0,2578,0,0,1), + (22992,5456,1,0,0,-7931.32,-2546.3,8.92046,6.23373,300,300,5,0,2578,0,0,1), + (22993,5456,1,0,0,-7918.16,-2391.1,-24.4919,1.78287,300,300,3,0,2578,0,0,1), + (22994,5456,1,0,0,-8151.34,-2396.64,9.83194,1.41206,300,300,15,0,2578,0,0,1), + (22995,5456,1,0,0,-8017.65,-2537.56,9.30753,2.92314,300,300,5,0,2578,0,0,1), + (22996,5456,1,0,0,-8079.1,-2422.65,10.365,5.20659,300,300,5,0,2578,0,0,1), + (22997,5456,1,0,0,-7959.77,-2452.17,-32.1582,0.905177,300,300,3,0,2578,0,0,2), + (22998,5456,1,0,0,-7961.55,-2605.72,9.83683,1.66285,300,300,5,0,2578,0,0,1), + (22999,5456,1,0,0,-8119.5,-2404.93,9.00498,1.66075,300,300,15,0,2578,0,0,1), + (23000,5456,1,0,0,-8029.37,-2714.74,8.92046,3.08102,300,300,15,0,2578,0,0,1), + (23001,5456,1,0,0,-7947.46,-2720.36,12.4864,6.21209,300,300,15,0,2578,0,0,1), + (23002,5456,1,0,0,-8077.29,-2635.09,11.4537,5.04464,300,300,15,0,2578,0,0,1), + (23003,5456,1,0,0,-7689.24,-2626.12,9.64258,1.81341,300,300,30,0,2578,0,0,1), + (23004,5456,1,0,0,-7694.89,-2672.92,11.2858,3.14182,300,300,10,0,2578,0,0,1), + (23005,5456,1,0,0,-7833.72,-2459.56,13.1468,2.59314,300,300,5,0,2578,0,0,1), + (23006,5456,1,0,0,-7692.01,-2598.6,-56.5266,4.91896,300,300,3,0,2578,0,0,1), + (23007,5456,1,0,0,-7776.77,-2514.97,-42.902,0.054256,300,300,3,0,2578,0,0,1), + (23008,5456,1,0,0,-7752.1,-2751.16,8.92046,4.46778,300,300,15,0,2578,0,0,1), + (23009,5456,1,0,0,-7851.55,-2715.26,9.27698,2.93309,300,300,15,0,2578,0,0,1), + (23010,5456,1,0,0,-7894.64,-2697.06,16.0629,4.01749,300,300,5,0,2578,0,0,1), + (23011,5456,1,0,0,-7885.19,-2545.77,9.10107,1.50631,300,300,5,0,2578,0,0,1), + (23012,5457,1,0,0,-8045.36,-2639.34,9.14997,4.45795,300,300,15,0,2672,0,0,1), + (23013,5457,1,0,0,-7741.59,-2490.23,9.25732,3.88064,300,300,5,0,2672,0,0,1), + (23014,5457,1,0,0,-8107.57,-2439.69,9.51026,0.716614,300,300,5,0,2672,0,0,1), + (23015,5457,1,0,0,-7981.55,-2639.98,18.3772,0.109579,300,300,5,0,2672,0,0,1), + (23016,5457,1,0,0,-8056.18,-2383.4,9.40321,0.117566,300,300,15,0,2672,0,0,1), + (23017,5457,1,0,0,-8039.59,-2298.81,10.6062,4.27057,300,300,3,0,2672,0,0,1), + (23018,5457,1,0,0,-8155.07,-2554.05,9.41824,3.60087,300,300,15,0,2672,0,0,1), + (23019,5457,1,0,0,-7909.72,-2341.31,9.33967,2.6928,300,300,5,0,2672,0,0,1), + (23020,5457,1,0,0,-7970.55,-2320.81,10.3226,3.0888,300,300,15,0,2672,0,0,1), + (23021,5457,1,0,0,-7943.43,-2677.68,10.1179,1.16361,300,300,5,0,2672,0,0,2), + (23022,5457,1,0,0,-7989.11,-2449.13,8.90758,0.83367,300,300,5,0,2672,0,0,1), + (23023,5457,1,0,0,-8187.38,-2474.35,9.4019,1.46316,300,300,15,0,2672,0,0,2), + (23024,5457,1,0,0,-8090.39,-2688.23,13.7313,4.56137,300,300,15,0,2672,0,0,1), + (23025,5457,1,0,0,-8128.19,-2573.1,9.09461,1.53175,300,300,15,0,2672,0,0,1), + (23026,5457,1,0,0,-8060.85,-2579.83,8.84765,2.48035,300,300,5,0,2672,0,0,1), + (23027,5457,1,0,0,-7729.55,-2657.45,10.0476,1.90738,300,300,15,0,2672,0,0,1), + (23028,5457,1,0,0,-7791.15,-2572.04,-28.2281,2.08313,300,300,3,0,2672,0,0,2), + (23029,5457,1,0,0,-7836.38,-2490.18,9.18589,2.31442,300,300,10,0,2672,0,0,2), + (23030,5457,1,0,0,-7650.67,-2649.99,9.72688,0.392766,300,300,5,0,2672,0,0,1), + (23031,5457,1,0,0,-7846.51,-2652.16,9.17545,5.95093,300,300,10,0,2672,0,0,1), + (23032,5457,1,0,0,-7885.31,-2619,9.05717,4.55751,300,300,15,0,2672,0,0,1), + (23033,5457,1,0,0,-7915.98,-2581.9,9.56675,0.465175,300,300,15,0,2672,0,0,1), + (23034,4404,1,0,0,-4383.56,-4117.21,-3.52657,2.41112,360,360,5,0,1211,1067,0,1), + (23035,5458,1,0,0,-7890.16,-2638.58,-57.0024,5.16949,300,300,5,0,2578,0,0,1), + (23036,5458,1,0,0,-7762.89,-2520.39,9.69383,6.13603,300,300,15,0,2578,0,0,1), + (23037,5458,1,0,0,-7960.05,-2588.9,-52.055,4.67575,300,300,3,0,2578,0,0,1), + (23038,5458,1,0,0,-7977.53,-2430.22,9.09783,1.23645,300,300,5,0,2578,0,0,1), + (23039,5458,1,0,0,-7959.83,-2454.18,-32.2386,2.89991,300,300,3,0,2578,0,0,1), + (23040,5458,1,0,0,-7981.23,-2362.11,-26.2943,3.77707,300,300,3,0,2578,0,0,1), + (23041,5458,1,0,0,-7859.49,-2497.95,-45.3311,0.897862,300,300,3,0,2578,0,0,1), + (23042,5458,1,0,0,-7695.48,-2612.57,-55.881,5.43345,300,300,3,0,2578,0,0,1), + (23043,5458,1,0,0,-8041.74,-2535.68,-38.9531,5.97055,300,300,3,0,2578,0,0,1), + (23044,5458,1,0,0,-8040.65,-2380.25,9.04547,5.97039,300,300,15,0,2578,0,0,1), + (23045,5458,1,0,0,-7929.47,-2438.91,-31.1331,3.33604,300,300,5,0,2578,0,0,1), + (23046,5458,1,0,0,-8223.76,-2405.72,12.7429,1.86697,300,300,3,0,2578,0,0,1), + (23047,5458,1,0,0,-7896.9,-2365.36,-21.8345,5.60588,300,300,3,0,2578,0,0,1), + (23048,5458,1,0,0,-8013.17,-2589.96,-47.3069,5.14094,300,300,3,0,2578,0,0,1), + (23049,5458,1,0,0,-7921.03,-2459.9,-28.437,0.715814,300,300,5,0,2578,0,0,1), + (23050,5458,1,0,0,-7932.14,-2494.83,-29.7916,1.72611,300,300,3,0,2578,0,0,1), + (23051,5458,1,0,0,-7703.88,-2581.01,-56.9366,0.484126,300,300,3,0,2578,0,0,1), + (23052,5458,1,0,0,-7838.26,-2685.81,9.12581,5.79699,300,300,15,0,2578,0,0,1), + (23053,5458,1,0,0,-7689.51,-2708.05,12.4929,4.97318,300,300,15,0,2578,0,0,1), + (23054,5458,1,0,0,-7936.77,-2676.3,11.5125,1.52191,300,300,5,0,2578,0,0,1), + (23055,5459,1,0,0,-7937.36,-2386.03,-27.8358,5.48482,300,300,3,0,2488,0,0,1), + (23056,7763,1,0,0,-7112.68,-3831.32,9.7369,2.21657,300,300,0,0,3294,0,0,0), + (23057,5459,1,0,0,-7811.65,-2591.3,-49.3004,0.433559,300,300,3,0,2488,0,0,1), + (23058,5459,1,0,0,-7956.7,-2520.38,-37.9526,2.82192,300,300,3,0,2488,0,0,1), + (23059,5459,1,0,0,-7846.74,-2521.45,-45.6434,2.03444,300,300,3,0,2488,0,0,1), + (23060,5459,1,0,0,-7905.38,-2446.24,-30.1679,0.718506,300,300,5,0,2488,0,0,1), + (23061,5459,1,0,0,-7790.58,-2577.36,-48.1866,2.58668,300,300,3,0,2488,0,0,1), + (23062,5459,1,0,0,-7994.79,-2560.72,-50.116,5.24361,300,300,3,0,2488,0,0,1), + (23063,5459,1,0,0,-8078.13,-2508.61,-52.12,3.16002,300,300,10,0,2488,0,0,1), + (23064,5459,1,0,0,-7719.49,-2599.49,-57.7359,1.0014,300,300,3,0,2488,0,0,1), + (23065,5459,1,0,0,-8102.17,-2639.73,9.13098,5.17409,300,300,10,0,2488,0,0,1), + (23066,5459,1,0,0,-7822.68,-2616.44,-48.1952,0.254998,300,300,5,0,2488,0,0,1), + (23067,5459,1,0,0,-7866.5,-2655.95,-56.7937,0.456939,300,300,5,0,2488,0,0,1), + (23068,5459,1,0,0,-7975.01,-2430.07,-25.2835,5.61161,300,300,3,0,2488,0,0,1), + (23069,5460,1,0,0,-8008.49,-2422.6,-25.733,6.06572,300,300,3,0,2672,0,0,1), + (23070,5460,1,0,0,-8085.02,-2440.39,-50.2892,2.54617,300,300,3,0,2672,0,0,1), + (23071,5460,1,0,0,-7894.67,-2415.09,-24.8102,0.982422,300,300,3,0,2672,0,0,1), + (23072,5460,1,0,0,-7867.54,-2629.3,-56.6996,0.166313,300,300,5,0,2672,0,0,1), + (23073,5460,1,0,0,-7968.07,-2623.99,-49.672,5.34095,300,300,3,0,2672,0,0,2), + (23074,5460,1,0,0,-7807.1,-2558.65,-33.7316,6.01171,300,300,3,0,2672,0,0,2), + (23075,5460,1,0,0,-7804.91,-2537.8,-33.7234,5.99835,300,300,3,0,2672,0,0,1), + (23076,5460,1,0,0,-7744.99,-2549.94,-47.5923,4.85716,300,300,3,0,2672,0,0,1), + (23098,15192,1,0,0,-8186,-4696,15.891,1.804,300,300,0,0,262000,262000,0,0), + (23100,5465,1,0,0,-8124.91,-3761.49,17.5355,6.23625,300,300,25,0,2310,0,0,1), + (23101,5465,1,0,0,-8468.94,-2652.2,31.7341,2.97291,300,300,25,0,2310,0,0,1), + (23102,5465,1,0,0,-8253.96,-3709.41,15.0034,1.77547,300,300,25,0,2310,0,0,1), + (23103,5465,1,0,0,-8378.89,-4278.53,10.3846,4.74555,300,300,25,0,2310,0,0,1), + (23104,5465,1,0,0,-8575.85,-3287.42,11.028,3.57604,300,300,25,0,2310,0,0,1), + (23105,5466,1,0,0,-8553.49,-4877.61,0.084034,1.71988,600,600,25,0,6186,0,0,1), + (23106,5466,1,0,0,-8621.28,-4948.48,-38.1882,2.94688,600,600,25,0,6186,0,0,1), + (23107,5466,1,0,0,-8749.97,-4821.47,-49.3312,4.59081,600,600,25,0,6186,0,0,1), + (23108,5466,1,0,0,-8754.19,-4681.35,0.25142,1.84802,600,600,25,0,6186,0,0,1), + (23109,5466,1,0,0,-8544.64,-5012.67,-8.1238,0.454914,600,600,25,0,6186,0,0,1), + (23110,7770,1,0,0,-8826.94,-4753.79,1.99741,0.977384,300,300,0,0,2471,0,0,0), + (23112,5466,1,0,0,-8639.3,-4822.94,-0.148102,3.37615,600,600,25,0,6186,0,0,1), + (23113,5466,1,0,0,-8569.33,-4837.52,0.368168,5.47569,600,600,25,0,6186,0,0,1), + (23114,5466,1,0,0,-8439.16,-5153.16,-12.8331,3.23282,600,600,25,0,6186,0,0,1), + (23115,5466,1,0,0,-8492.81,-5073.41,-11.309,2.3598,600,600,25,0,6186,0,0,1), + (23116,5466,1,0,0,-8661.56,-4750.92,-6.66559,6.13099,600,600,25,0,6186,0,0,1), + (23117,7771,1,0,0,-7987.52,-3855.62,17.8158,4.67748,300,300,0,0,2471,0,0,0), + (23118,5467,1,0,0,-8916.78,-4763.3,-55.6977,1.4651,600,600,0,0,6414,0,0,0), + (23119,5469,1,0,0,-9583.42,-2749.13,8.48015,1.79769,600,600,10,0,6186,0,0,1), + (23120,5469,1,0,0,-9538.48,-2779.92,7.96304,2.25491,600,600,10,0,6186,0,0,2), + (23121,5469,1,0,0,-9551.32,-2781.87,7.92137,6.26573,600,600,10,0,6186,0,0,1), + (23122,5469,1,0,0,-9582.85,-2815.65,7.92137,3.08923,600,600,10,0,6186,0,0,1), + (23123,5469,1,0,0,-9614.7,-2783.15,7.92138,0.785398,600,600,10,0,6186,0,0,1), + (23124,5469,1,0,0,-9516.17,-2750.04,8.79326,4.41984,600,600,10,0,6186,0,0,1), + (23125,5471,1,0,0,-9251.39,-3015.87,16.2821,5.89921,300,300,15,0,2310,0,0,1), + (23126,5471,1,0,0,-9217.4,-3116.01,25.0508,5.61996,300,300,0,0,2310,0,0,0), + (23127,5471,1,0,0,-9283.5,-3117.36,10.4044,3.50811,300,300,0,0,2310,0,0,0), + (23128,5471,1,0,0,-9116.93,-3082.03,46.9927,4.67748,300,300,30,0,2310,0,0,1), + (23129,5471,1,0,0,-9151.69,-3115.17,43.4049,2.26893,300,300,15,0,2310,0,0,1), + (23130,5471,1,0,0,-9318,-2949.86,10.1049,1.39626,300,300,15,0,2310,0,0,2), + (23131,5471,1,0,0,-9216.18,-2916.3,15.232,2.26893,300,300,0,0,2310,0,0,0), + (23132,5471,1,0,0,-8412.26,-3062.26,8.74969,0.81945,300,300,5,0,2310,0,0,1), + (23133,5471,1,0,0,-8283.24,-3016.42,9.18393,1.13512,300,300,15,0,2310,0,0,1), + (23134,5471,1,0,0,-8985,-3550.77,12.328,1.25664,300,300,15,0,2310,0,0,1), + (23135,5472,1,0,0,-9216.69,-3050.45,20.8111,2.46091,300,300,30,0,2399,0,0,1), + (23136,5472,1,0,0,-8783.32,-3482.09,10.1993,5.16617,300,300,0,0,2399,0,0,0), + (23137,5472,1,0,0,-8307.03,-2865.59,10.944,5.31074,300,300,0,0,2399,0,0,0), + (23138,5472,1,0,0,-9249.54,-2882.65,13.7056,5.07891,300,300,0,0,2399,0,0,0), + (23139,5472,1,0,0,-9216.96,-2983.53,19.2699,3.89208,300,300,15,0,2399,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (19902,3255,1,1747,0,-831.024,-3188.9,91.9471,2.86866,275,5,0,273,0,0,1), - (19903,3255,1,1747,0,-727.996,-1853.27,93.622,3.54062,275,5,0,273,0,0,1), - (19904,3255,1,1747,0,-445.556,-1679.41,92.0687,0.479686,275,5,0,273,0,0,1), - (19905,3255,1,1747,0,-683.646,-1656.26,91.7917,1.6444,275,5,0,273,0,0,1), - (19906,3255,1,1747,0,-988.242,-1689.11,91.7917,3.74533,275,5,0,273,0,0,1), - (19907,3255,1,1747,0,729.247,-2477.06,91.7917,2.29673,275,5,0,273,0,0,1), - (19908,3255,1,1747,0,225.473,-3253.91,69.3459,1.40019,275,5,0,273,0,0,1), - (19909,3255,1,1747,0,404.811,-3476.64,92.7827,4.32826,275,5,0,273,0,0,1), - (19910,3255,1,1747,0,483.77,-3516.3,100.015,3.37924,275,2,0,273,0,0,1), - (19911,3255,1,1747,0,746.8,-2886.75,92.2134,0.594548,275,5,0,273,0,0,1), - (19912,3255,1,1747,0,810.151,-2781.39,91.8489,0.116548,275,5,0,273,0,0,1), - (19913,3255,1,1747,0,-1291.63,-2725.38,93.4787,3.12794,275,5,0,273,0,0,1), - (19914,3255,1,1747,0,-1384.19,-2805.34,92.9017,1.90922,275,5,0,273,0,0,1), - (19915,3255,1,1747,0,-1085.25,-3330.59,91.1811,4.11918,275,5,0,273,0,0,1), - (19916,3255,1,1747,0,-961.185,-1716.01,92.2917,3.17711,275,5,0,273,0,0,1), - (19917,3255,1,1747,0,374.113,-1856.25,91.7917,1.35429,275,5,0,273,0,0,1), - (19918,3255,1,1747,0,303.96,-2755.83,93.9657,6.14405,275,5,0,273,0,0,1), - (19919,3255,1,1747,0,-1138.76,-1788.94,93.5556,5.33287,275,5,0,273,0,0,1), - (19920,3255,1,1747,0,-1272.92,-3357.76,156.237,1.5708,275,5,0,273,0,0,1), - (19921,3255,1,1747,0,251.364,-1581.04,93.2692,1.01095,275,5,0,273,0,0,1), - (19922,3255,1,1747,0,-700.215,-1619.22,91.853,4.02072,275,5,0,273,0,0,1), - (19923,3255,1,1747,0,344.223,-1880.16,91.8897,1.08995,275,5,0,273,0,0,1), - (19924,3255,1,1747,0,-347.187,-1480.75,93.2343,5.03469,275,5,0,273,0,0,1), - (19925,3255,1,1747,0,-984.848,-3216.02,93.4167,2.67648,275,5,0,273,0,0,1), - (19926,3255,1,1747,0,-711.359,-3302.88,97.1153,4.49775,275,5,0,273,0,0,1), - (19927,3255,1,1747,0,-691.87,-1761.38,94.0559,4.04192,275,5,0,273,0,0,1), - (19928,3255,1,1747,0,-1518.91,-3453.04,214.222,4.25014,275,2,0,273,0,0,1), - (19929,3255,1,1747,0,-1142.73,-2868.38,94.9809,5.7019,275,5,0,273,0,0,1), - (19930,3255,1,1747,0,-1490.38,-3349.46,240.625,2.88073,275,2,0,273,0,0,1), - (19931,3255,1,1747,0,-1450.52,-3447.56,214.146,2.20423,275,2,0,273,0,0,1), - (19932,3255,1,1747,0,-1194.55,-1853.26,90.6904,3.49854,275,5,0,273,0,0,1), - (19933,3255,1,1747,0,-1380.41,-3382.69,209.899,0.047502,275,2,0,273,0,0,1), - (19934,3255,1,1747,0,-1354.87,-3438.08,183.252,3.23154,275,2,0,273,0,0,1), - (19935,3255,1,1747,0,-1518.48,-3321.35,213.299,4.32738,275,2,0,273,0,0,1), - (19936,3255,1,1747,0,-1451.81,-3381.5,216.309,2.72778,275,2,0,273,0,0,1), - (19937,3255,1,1747,0,-1549.07,-3348.33,212.861,0.367013,275,2,0,273,0,0,1), - (19938,3255,1,1747,0,-798.217,-3170.69,91.8965,5.58248,275,5,0,273,0,0,1), - (19939,3255,1,1747,0,-1549.85,-3420.93,215.515,5.1673,275,5,0,273,0,0,1), - (19940,3255,1,1747,0,-880.768,-3221.34,91.9904,5.14108,275,5,0,273,0,0,1), - (19941,3255,1,1747,0,-1159.44,-2892.44,93.9809,0.858787,275,5,0,273,0,0,1), - (19942,3255,1,1747,0,-1452.61,-3319.61,212.945,3.89388,275,2,0,273,0,0,1), - (19943,3255,1,1747,0,-1421.05,-3418.97,213.588,3.04775,275,5,0,273,0,0,1), - (19944,3255,1,1747,0,-1383.9,-2950.74,92.0322,0.383972,275,0,0,273,0,0,0), - (19945,3255,1,1747,0,-1286.84,-3457.35,146.853,3.42687,275,2,0,273,0,0,1), - (19946,3255,1,1747,0,-390.106,-3528.57,94.2923,5.76622,275,5,0,273,0,0,1), - (19947,3255,1,1747,0,-1083.64,-3188.28,92.5431,4.70848,275,5,0,273,0,0,1), - (19948,3255,1,1747,0,-1341.74,-3508.5,173.686,2.54476,275,2,0,273,0,0,1), - (19949,3255,1,1747,0,-1310.75,-2556.16,93.8964,4.33532,275,5,0,273,0,0,1), - (19950,3255,1,1747,0,-1135.64,-1885.52,94.1236,3.20413,275,5,0,273,0,0,1), - (19951,3255,1,1747,0,-1022.98,-2443.48,92.9104,1.69612,275,5,0,273,0,0,1), - (19952,3255,1,1747,0,-813.277,-2661.67,94.0585,4.97264,275,5,0,273,0,0,1), - (19953,3255,1,1747,0,1204.33,-3821.24,28.6187,0.614451,275,5,0,273,0,0,1), - (19954,3255,1,1747,0,652.089,-3343.75,212.501,0.829833,275,5,0,273,0,0,1), - (19955,3255,1,1747,0,780.506,-3287.23,220.343,4.20998,275,5,0,273,0,0,1), - (19956,3255,1,1747,0,-1368.06,-3289.83,152.96,1.24905,275,5,0,273,0,0,1), - (19957,3255,1,1747,0,-1352.02,-2652.87,92.6228,5.25049,275,5,0,273,0,0,1), - (19958,3255,1,1747,0,-1525.84,-2634.48,93.1202,2.58853,275,5,0,273,0,0,1), - (19959,3255,1,1747,0,-1449.73,-2449.77,93.5158,4.31776,275,5,0,273,0,0,1), - (19960,3255,1,1747,0,-385.428,-3469.58,92.8667,1.76551,275,5,0,273,0,0,1), - (19961,3255,1,1747,0,-1099.25,-3043.65,94.1561,4.82003,275,5,0,273,0,0,1), - (19962,3255,1,1747,0,-1201.55,-2326.85,92.6186,4.95552,275,5,0,273,0,0,1), - (19963,3255,1,1747,0,-1481.93,-3417.91,227.186,4.85238,275,2,0,273,0,0,1), - (19964,3255,1,1747,0,661.767,-3039.73,91.8989,4.49203,275,5,0,273,0,0,1), - (19965,3255,1,1747,0,850.838,-2917.51,92.0249,3.13351,275,5,0,273,0,0,1), - (19966,3255,1,1747,0,745.797,-2749.67,92.9835,3.27874,275,5,0,273,0,0,1), - (19967,3255,1,1747,0,517.615,-2918.44,93.7039,4.955,275,5,0,273,0,0,1), - (19968,3255,1,1747,0,-654.986,-3051.04,91.9185,1.25683,275,5,0,273,0,0,1), - (19969,3255,1,1747,0,-1063.82,-2932.28,94.1493,3.82556,275,5,0,273,0,0,1), - (19970,3255,1,1747,0,-845.34,-3163.21,92.1667,6.19067,275,5,0,273,0,0,1), - (19971,3255,1,1747,0,-717.229,-3335.08,95.2756,1.41206,275,5,0,273,0,0,1), - (19972,3255,1,1747,0,-649.59,-3317.87,94.1985,1.80893,275,5,0,273,0,0,1), - (19973,3255,1,1747,0,-1046.79,-2411.44,94.3054,0.06549,275,5,0,273,0,0,1), - (19974,3255,1,1747,0,-311.334,-3491.55,92.0434,4.53629,275,5,0,273,0,0,1), - (19975,3255,1,1747,0,-1521.12,-3385.91,229.908,3.36842,275,2,0,273,0,0,1), - (19976,3255,1,1747,0,-1374.67,-2620.31,93.4033,1.36043,275,5,0,273,0,0,1), - (19977,3255,1,1747,0,-1011.02,-3047.92,91.8497,3.28643,275,5,0,273,0,0,1), - (19978,3255,1,1747,0,-1088.3,-2521.05,92.4681,1.85573,275,5,0,273,0,0,1), - (19979,3255,1,1747,0,-1505.04,-2918.88,94.1293,0.299505,275,5,0,273,0,0,1), - (19980,3255,1,1747,0,-891.643,-3249.21,92.1666,3.29666,275,5,0,273,0,0,1), - (19981,3255,1,1747,0,-1037.15,-3072.64,93.2063,4.32753,275,5,0,273,0,0,1), - (19982,3255,1,1747,0,-1122.16,-3188.45,95.0422,2.36581,275,5,0,273,0,0,1), - (19983,3255,1,1747,0,-711.661,-2782.88,91.9826,6.11258,275,5,0,273,0,0,1), - (19984,3255,1,1747,0,-815.866,-2820.78,93.0314,4.9408,275,5,0,273,0,0,1), - (19985,3255,1,1747,0,54.1216,-3653.09,28.5031,3.05306,275,5,0,273,0,0,1), - (19986,3255,1,1747,0,-790.816,-3454.58,92.355,6.15801,275,5,0,273,0,0,1), - (19987,3255,1,1747,0,-1246.41,-3211.26,92.6901,0.149083,275,5,0,273,0,0,1), - (19988,3256,1,4442,0,-1969.07,-3156.77,92.3596,1.74587,275,3,0,356,0,0,1), - (19989,3256,1,4442,0,-2068.89,-3151.03,117.673,2.85217,275,2,0,356,0,0,1), - (19990,3256,1,4442,0,851.458,-2256.96,93.0265,2.51692,275,20,0,356,0,0,1), - (19991,3256,1,4442,0,597.178,-2082.79,92.3752,3.51956,275,20,0,356,0,0,1), - (19992,3256,1,4442,0,-563.902,-3482.74,92.3429,0.010404,275,20,0,356,0,0,1), - (19993,3256,1,4442,0,752.789,-3542.45,93.1632,2.87824,275,20,0,356,0,0,1), - (19994,3256,1,4442,0,1192.09,-3389.64,91.7917,4.97373,275,20,0,356,0,0,1), - (19995,3256,1,4442,0,1014.68,-3498.16,90.4048,1.02672,275,20,0,356,0,0,1), - (19996,3256,1,4442,0,1014.6,-3447.68,90.5045,1.55026,275,20,0,356,0,0,1), - (19997,3256,1,4442,0,1108.13,-3443.81,89.4742,1.63784,275,20,0,356,0,0,1), - (19998,3256,1,4442,0,1192.37,-3227.22,109.311,1.23053,275,20,0,356,0,0,1), - (19999,3256,1,4442,0,-120.309,-1356.05,96.1958,5.75779,275,20,0,356,0,0,1), - (20000,3256,1,4442,0,-332.384,-1044.35,41.142,3.36988,275,20,0,356,0,0,1), - (20001,3256,1,4442,0,-242.436,-1182.93,64.3329,0.285893,275,20,0,356,0,0,1), - (20002,3256,1,4442,0,-196.695,-1152.22,56.7229,6.17167,275,20,0,356,0,0,1), - (20003,3256,1,4442,0,-1792.62,-3491.54,92.405,3.78488,275,10,0,356,0,0,1), - (20004,3256,1,4442,0,-2043.79,-3218.97,91.7382,0.537077,275,3,0,356,0,0,1), - (20005,3256,1,4442,0,-2042.54,-3224,91.8632,1.17843,275,20,0,356,0,0,2), - (20006,3256,1,4442,0,-1959.44,-3159.11,92.3761,0.290318,275,10,0,356,0,0,1), - (20007,3256,1,4442,0,600.896,-1783.24,91.952,6.0515,275,20,0,356,0,0,1), - (20008,3256,1,4442,0,518.941,-1820.24,92.2917,1.50543,275,20,0,356,0,0,1), - (20009,3256,1,4442,0,489.9,-1849.54,92.2206,4.87452,275,20,0,356,0,0,1), - (20010,3256,1,4442,0,555.393,-1688.75,92.5417,5.03396,275,20,0,356,0,0,1), - (20011,3256,1,4442,0,739.802,-2214.31,91.7917,0.057091,275,20,0,356,0,0,1), - (20012,3256,1,4442,0,-551.657,-3459.1,93.6834,5.25407,275,20,0,356,0,0,1), - (20013,3256,1,4442,0,1224.32,-3024.18,92.6667,5.42394,275,20,0,356,0,0,1), - (20014,3256,1,4442,0,1184.98,-3355.17,95.966,2.85229,275,20,0,356,0,0,1), - (20015,3256,1,4442,0,1057.41,-3239.88,91.8831,0.628928,275,20,0,356,0,0,1), - (20016,3256,1,4442,0,-172.878,-1091.55,46.7771,5.99386,275,20,0,356,0,0,1), - (20017,3256,1,4442,0,-1630.46,-2638.3,93.8355,0.630526,275,20,0,356,0,0,1), - (20018,3256,1,4442,0,-1377.42,-1875,93.0415,1.708,275,20,0,356,0,0,1), - (20019,3256,1,4442,0,-1537.05,-2661.57,91.6711,4.94472,275,20,0,356,0,0,1), - (20020,3256,1,4442,0,648.882,-1909.15,91.7917,5.01228,275,20,0,356,0,0,1), - (20021,3256,1,4442,0,578.958,-2046.16,91.7917,6.06139,275,20,0,356,0,0,1), - (20022,3256,1,4442,0,-687.575,-3581.92,92.0947,4.5417,275,20,0,356,0,0,1), - (20023,3256,1,4442,0,-552.577,-3555.74,92.414,3.83806,275,20,0,356,0,0,1), - (20024,3256,1,4442,0,1114.26,-3280.06,91.9169,1.74053,275,20,0,356,0,0,1), - (20025,3256,1,4442,0,-1722.38,-2628.24,92.9309,3.11297,275,20,0,356,0,0,1), - (20026,3256,1,4442,0,-1504.64,-2480.64,91.7581,0.37183,275,20,0,356,0,0,1), - (20027,3256,1,4442,0,-1482.14,-2215.48,93.5417,0.76578,275,20,0,356,0,0,1), - (20028,3256,1,4442,0,-1755.63,-3549.23,93.1181,3.34205,275,10,0,356,0,0,1), - (20029,6072,1,348,0,1418.35,-2853,133.351,1.51844,275,0,0,977,935,0,0), - (20030,3256,1,4442,0,639.931,-1848.13,91.7917,2.93874,275,20,0,356,0,0,1), - (20031,3256,1,4442,0,620.683,-1991.11,93.6293,3.40589,275,20,0,356,0,0,1), - (20032,3256,1,4442,0,-641.947,-3533.28,92.3847,5.10778,275,20,0,356,0,0,1), - (20033,3256,1,4442,0,-1813.15,-2622.01,90.4836,5.6432,275,20,0,356,0,0,1), - (20034,3256,1,4442,0,-1818.81,-3016.76,86.1552,3.21903,275,20,0,356,0,0,1), - (20035,3256,1,4442,0,-1550.1,-2257.69,92.8941,4.73144,275,20,0,356,0,0,1), - (20036,3256,1,4442,0,-1473.68,-2453.32,92.5862,4.52956,275,20,0,356,0,0,1), - (20037,3256,1,4442,0,-1322.19,-1823.66,91.9268,0.556416,275,20,0,356,0,0,1), - (20038,3256,1,4442,0,-1887.46,-2512.17,91.7928,1.76735,275,20,0,356,0,0,1), - (20039,3256,1,4442,0,-1318.1,-2146.96,93.2928,1.37417,275,20,0,356,0,0,1), - (20040,3256,1,4442,0,-1350.07,-2038.52,92.0819,6.04843,275,20,0,356,0,0,1), - (20041,3256,1,4442,0,-1369.02,-2073.21,93.8555,4.65063,275,20,0,356,0,0,1), - (20042,3256,1,4442,0,-1818.37,-2594.29,91.7019,4.36099,275,20,0,356,0,0,1), - (20043,3256,1,4442,0,-1587.97,-2272.31,95.1215,4.46173,275,20,0,356,0,0,1), - (20044,3256,1,4442,0,-1739.64,-2377.27,92.4867,5.64748,275,20,0,356,0,0,1), - (20045,3256,1,4442,0,-1307.03,-2218.92,92.0682,0.150994,275,20,0,356,0,0,1), - (20046,3256,1,4442,0,-1541.18,-2463.06,95.9836,2.72952,275,20,0,356,0,0,1), - (20047,3256,1,4442,0,-1848.43,-2745.65,91.9167,1.58884,275,20,0,356,0,0,1), - (20048,3256,1,4442,0,-1386.59,-1950.99,87.355,3.92699,275,20,0,356,0,0,1), - (20049,3256,1,4442,0,-1675.08,-2325.21,92.9851,5.16427,275,20,0,356,0,0,1), - (20050,3256,1,4442,0,-1589.08,-3122.09,91.7916,4.62905,275,20,0,356,0,0,1), - (20051,3256,1,4442,0,-446.16,-3486.61,94.8326,2.63808,275,20,0,356,0,0,1), - (20052,3256,1,4442,0,-483.257,-3587.02,93.2807,4.35999,275,20,0,356,0,0,1), - (20053,3256,1,4442,0,-1767.16,-3547.77,93.7559,2.2714,275,10,0,356,0,0,1), - (20054,3256,1,4442,0,-1695.18,-3118.11,91.7924,6.13134,275,20,0,356,0,0,1), - (20055,3256,1,4442,0,-1783.92,-2250.27,91.7351,2.10249,275,20,0,356,0,0,1), - (20056,3256,1,4442,0,1112.92,-3371.75,93.5655,1.47793,275,20,0,356,0,0,1), - (20057,3256,1,4442,0,1318.61,-3116.13,91.9747,0.680232,275,20,0,356,0,0,1), - (20058,3256,1,4442,0,-1291.7,-1887.22,83.1326,3.10255,275,20,0,356,0,0,1), - (20059,3256,1,4442,0,-2013.54,-3181.47,91.7257,1.22991,275,10,0,356,0,0,1), - (20060,3256,1,4442,0,-2019.63,-3196.39,91.7257,0.656202,275,3,0,356,0,0,1), - (20061,3256,1,4442,0,-1994.21,-3164.14,93.1096,5.56417,275,10,0,356,0,0,2), - (20062,3256,1,4442,0,-2063.32,-3163.08,118.679,4.44322,275,2,0,356,0,0,1), - (20063,3256,1,4442,0,-2028.54,-3258.1,92.0005,2.00713,275,0,0,356,0,0,0), - (20064,3256,1,4442,0,-2035.41,-3255.18,91.8632,0.628319,275,0,0,356,0,0,0), - (20065,3256,1,4442,0,-2031.06,-3244.53,92.0005,3.7818,275,3,0,356,0,0,1), - (20066,3256,1,4442,0,-1494.83,-2704.71,92.1675,3.69586,275,10,0,356,0,0,1), - (20067,3256,1,4442,0,-1348.77,-1880.98,94.2698,4.43154,275,20,0,356,0,0,1), - (20068,3256,1,4442,0,-1498.81,-2716.51,93.6675,3.43567,275,10,0,356,0,0,1), - (20069,3256,1,4442,0,-1844.17,-2387.86,96.9237,3.62326,275,20,0,356,0,0,1), - (20070,3256,1,4442,0,-1901.26,-3165.62,90.7522,3.49274,275,3,0,356,0,0,1), - (20071,3256,1,4442,0,-1892.54,-3160.56,90.868,1.23873,275,3,0,356,0,0,1), - (20072,3256,1,4442,0,-1727.97,-2878.47,84.4993,0.119507,275,20,0,356,0,0,1), - (20073,3256,1,4442,0,-1537.1,-2688.21,91.38,5.46841,275,20,0,356,0,0,1), - (20074,3256,1,4442,0,-1767.94,-3286.3,91.8525,5.95606,275,20,0,356,0,0,1), - (20075,3256,1,4442,0,-1513.28,-2709.28,92.327,3.3801,275,10,0,356,0,0,1), - (20076,3256,1,4442,0,-1892.94,-3033.93,91.4362,2.55507,275,20,0,356,0,0,1), - (20077,3256,1,4442,0,-1649.45,-2750.2,97.0632,1.70323,275,20,0,356,0,0,1), - (20078,6073,1,10905,0,1461.92,-2781.64,154.518,4.9799,275,5,0,950,0,0,1), - (20079,6073,1,10905,0,1442.23,-2818.42,120.466,4.01925,275,5,0,950,0,0,1), - (20080,6073,1,10905,0,1426.38,-2803.5,121.973,2.64077,275,5,0,950,0,0,1), - (20081,6073,1,10905,0,1450.51,-2796.33,144.393,1.1197,275,5,0,950,0,0,1), - (20082,6073,1,10905,0,1511.8,-2879.3,111.572,5.17478,275,5,0,950,0,0,1), - (20083,3258,1,4745,0,-1608.08,-1757.1,92.5417,3.64829,275,0,0,386,0,0,0), - (20084,3258,1,4745,0,-1389.41,-1576.9,91.7916,2.46385,275,10,0,386,0,0,1), - (20085,3258,1,4745,0,-1661.47,-1761.42,91.7917,1.25548,275,0,0,386,0,0,0), - (20086,3258,1,4745,0,-1489.33,-1514.11,103.027,2.61155,275,0,0,386,0,0,0), - (20087,3258,1,4745,0,-1941.07,-1781.5,97.3209,3.24146,275,0,0,386,0,0,0), - (20088,3258,1,4745,0,-1848.07,-1976.87,93.186,2.34238,275,5,0,386,0,0,1), - (20089,3258,1,4745,0,-1911.48,-1768.93,92.0417,0.550614,275,0,0,386,0,0,0), - (20090,3258,1,4745,0,-1861.89,-1931.53,94.3064,4.52349,275,0,0,386,0,0,0), - (20091,3258,1,4745,0,-1888.41,-1795.54,95.0417,4.69931,275,5,0,386,0,0,1), - (20092,3258,1,4745,0,-1882.47,-1911.89,95.0388,0.64117,275,5,0,386,0,0,1), - (20093,3258,1,4745,0,-2031.61,-1964.81,91.7917,3.88644,275,0,0,386,0,0,0), - (20094,3258,1,4745,0,-2055.38,-2116.1,92.8673,0.813109,275,5,0,386,0,0,1), - (20095,3258,1,4745,0,-2016.38,-1925.93,93.2917,0.063891,275,15,0,386,0,0,1), - (20096,3258,1,4745,0,-2047.74,-1944.93,92.6667,2.73613,275,0,0,386,0,0,0), - (20097,3258,1,4745,0,-1986.08,-2146.57,92.9167,1.49101,275,5,0,386,0,0,1), - (20098,3258,1,4745,0,-1682.53,-1776.01,93.0688,0.2546,275,15,0,386,0,0,1), - (20099,3258,1,4745,0,-1422.25,-1529.77,101.252,0.719571,275,0,0,386,0,0,0), - (20100,3258,1,4745,0,-1421.6,-1563.46,100.005,4.78602,275,0,0,386,0,0,0), - (20101,3258,1,4745,0,-1656.5,-1720.39,94.0417,3.79831,275,5,0,386,0,0,1), - (20102,3258,1,4745,0,-1584.75,-1756.68,94.2299,4.16507,275,5,0,386,0,0,2), - (20103,3258,1,4745,0,-1453.15,-1491.56,97.4603,4.64258,275,0,0,386,0,0,0), - (20104,3258,1,4745,0,-1693.5,-1750.37,91.7917,3.22698,275,15,0,386,0,0,1), - (20105,3258,1,4745,0,-1625.99,-1739.05,93.1667,0.955059,275,0,0,386,0,0,0), - (20106,3258,1,4745,0,-1922.54,-1883.12,92.0403,1.51881,275,15,0,386,0,0,2), - (20107,3258,1,4745,0,-1892.77,-1746.77,96.6667,2.26651,275,0,0,386,0,0,0), - (20108,3258,1,4745,0,-1888.71,-1883.32,92.5744,1.26351,275,15,0,386,0,0,1), - (20109,3258,1,4745,0,-1854.96,-1906.09,108.306,3.52509,275,0,0,386,0,0,0), - (20110,3258,1,4745,0,-1873.52,-1896.15,94.7917,4.19698,275,0,0,386,0,0,0), - (20111,3258,1,4745,0,-1927.69,-1750.83,93.7917,4.94227,275,0,0,386,0,0,0), - (20112,3258,1,4745,0,-2007.92,-2148.56,93.4167,3.62541,275,0,0,386,0,0,0), - (20113,3258,1,4745,0,-2052.21,-2551.76,91.7917,4.1781,275,5,0,386,0,0,1), - (20114,3258,1,4745,0,-1647.89,-1790.34,91.7917,6.19035,275,5,0,386,0,0,1), - (20115,3258,1,4745,0,-1450.24,-1509.93,92.2166,3.97935,275,0,0,386,0,0,0), - (20116,3258,1,4745,0,-1485.12,-1552.16,91.787,0.699977,275,10,0,386,0,0,1), - (20117,3258,1,4745,0,-1620.81,-1801.76,93.0417,1.49658,275,5,0,386,0,0,1), - (20118,3258,1,4745,0,-1581.72,-1788.88,93.7525,0.021481,275,5,0,386,0,0,1), - (20119,3258,1,4745,0,-1484.22,-1491.04,110.163,5.71833,275,5,0,386,0,0,1), - (20120,3258,1,4745,0,-1873.11,-1714.58,92.7876,0.011718,275,5,0,386,0,0,1), - (20121,3258,1,4745,0,-1977.61,-2129.67,91.7917,1.00137,275,5,0,386,0,0,1), - (20122,3258,1,4745,0,-2094.92,-2565.09,91.7917,4.62923,275,0,0,386,0,0,0), - (20123,3258,1,4745,0,-1522.23,-1581.53,103.287,4.43605,275,0,0,386,0,0,0), - (20124,3258,1,4745,0,-2060.07,-1973.76,91.7917,0.031522,275,0,0,386,0,0,0), - (20125,3258,1,4745,0,-2069.99,-2646.4,91.8568,4.72789,275,15,0,386,0,0,1), - (20126,3258,1,4745,0,-2115.69,-2513.63,91.8427,5.1499,275,15,0,386,0,0,1), - (20127,3258,1,4745,0,-2084.91,-2608.87,93.5946,4.77704,275,15,0,386,0,0,1), - (20128,3258,1,4745,0,-2045.77,-2010.94,93.0387,0.772786,275,5,0,386,0,0,1), - (20129,3258,1,4745,0,-1879.42,-1846.1,91.7917,3.17351,275,15,0,386,0,0,1), - (20130,3258,1,4745,0,-1910.75,-1782.89,92.4154,5.53093,275,5,0,386,0,0,1), - (20131,3258,1,4745,0,-2154.16,-2575.12,91.7917,2.29832,275,5,0,386,0,0,1), - (20132,3258,1,4745,0,-2026.73,-2653.44,92.0376,2.26589,275,5,0,386,0,0,1), - (20133,3258,1,4745,0,-2150.09,-1720.07,91.7917,4.86617,275,5,0,386,0,0,1), - (20134,3258,1,4745,0,-2097.7,-1726.22,91.7917,4.95252,275,0,0,386,0,0,0), - (20135,3258,1,4745,0,-2102.12,-1791.92,91.7917,1.60166,275,15,0,386,0,0,1), - (20136,3258,1,4745,0,-2118.84,-1750.72,91.7917,1.92682,275,15,0,386,0,0,1), - (20137,3258,1,4745,0,-2055.71,-2111.8,93.4138,4.67725,275,15,0,386,0,0,1), - (20138,3258,1,4745,0,-2031.75,-2094.69,93.2678,4.57713,275,15,0,386,0,0,1), - (20139,3258,1,4745,0,-2084.53,-1943.09,95.659,0.786502,275,15,0,386,0,0,1), - (20140,3258,1,4745,0,-1942.93,-2176.03,94.182,6.10517,275,5,0,386,0,0,1), - (20141,3258,1,4745,0,-2270.91,-2575.52,91.8361,3.17173,275,0,0,386,0,0,0), - (20142,3258,1,4745,0,-2141.4,-2560.54,92.5968,0.472381,275,5,0,386,0,0,1), - (20143,3260,1,1274,0,-2018.75,-2164.51,100.917,0.323029,275,5,0,325,357,0,1), - (20144,3260,1,1274,0,-1946.31,-2707.18,93.4438,5.46135,275,0,0,325,357,0,0), - (20145,3260,1,1274,0,-2120.71,-1945.93,93.6267,3.07321,275,5,0,325,357,0,1), - (20146,3260,1,1274,0,-2019.66,-1988.99,92.3329,4.73927,275,5,0,325,357,0,1), - (20147,3260,1,1274,0,-1946.28,-2150.31,93.3313,2.34241,275,5,0,325,357,0,1), - (20148,3260,1,1274,0,-2037.16,-1975.92,91.7917,2.19911,275,0,0,325,357,0,0), - (20149,3260,1,1274,0,-1986.87,-2080.61,92.4545,2.74912,275,15,0,325,357,0,1), - (20150,3260,1,1274,0,-2110.87,-2558.48,91.7917,2.65119,275,0,0,325,357,0,0), - (20151,3260,1,1274,0,-2084.08,-2552.8,91.7917,1.52637,275,0,0,325,357,0,0), - (20152,3260,1,1274,0,-2006.25,-2789.36,91.9167,2.35911,275,0,0,325,357,0,0), - (20153,3260,1,1274,0,-2034.86,-2822.19,93.7917,5.60703,275,0,0,325,357,0,0), - (20154,3260,1,1274,0,-2046.87,-1964.9,91.7917,5.29511,275,0,0,325,357,0,0), - (20155,3260,1,1274,0,-2017.42,-1950.61,91.7917,3.37426,275,15,0,325,357,0,1), - (20156,3260,1,1274,0,-1982.19,-2173.5,94.2733,0.577314,275,5,0,325,357,0,1), - (20157,3260,1,1274,0,-2020.36,-2121.07,92.0417,2.50871,275,15,0,325,357,0,1), - (20158,3260,1,1274,0,-2047.45,-2084.69,94.1363,3.91813,275,15,0,325,357,0,1), - (20159,3260,1,1274,0,-2014.8,-2090.43,93.4322,5.18742,275,15,0,325,357,0,1), - (20160,3260,1,1274,0,-1993.2,-2125.56,91.7917,5.99257,275,0,0,325,357,0,0), - (20161,3260,1,1274,0,-1910.87,-2710.44,92.2763,0.364276,275,15,0,325,357,0,1), - (20162,3260,1,1274,0,-2087.04,-2581.44,92.0417,3.49117,275,5,0,325,357,0,1), - (20163,3260,1,1274,0,-2091.1,-1987.5,93.4115,4.01128,275,15,0,325,357,0,1), - (20164,3260,1,1274,0,-2084.23,-2004.27,91.9366,1.16094,275,15,0,325,357,0,1), - (20165,3260,1,1274,0,-2116.66,-1786.06,91.9167,4.8985,275,15,0,325,357,0,1), - (20166,3260,1,1274,0,-2085.06,-1785.63,91.7917,4.31868,275,15,0,325,357,0,1), - (20167,3260,1,1274,0,-2120.05,-1720.78,91.7917,3.78553,275,0,0,325,357,0,0), - (20168,3260,1,1274,0,-2150.84,-1751.87,91.7917,3.94562,275,15,0,325,357,0,1), - (20169,3260,1,1274,0,-2095.2,-1743.24,91.9167,1.81864,275,0,0,325,357,0,0), - (20170,3260,1,1274,0,-2049.5,-1916.53,93.5786,2.69142,275,15,0,325,357,0,1), - (20171,3260,1,1274,0,-1954.31,-2212.75,96.3401,2.18529,275,15,0,325,357,0,1), - (20172,3260,1,1274,0,-2296.29,-2569.55,93.6666,5.09721,275,0,0,325,357,0,0), - (20173,3260,1,1274,0,-2277.2,-2589.69,91.7916,4.79646,275,0,0,325,357,0,0), - (20174,3260,1,1274,0,-2263.41,-2550.52,92.4166,3.56651,275,0,0,325,357,0,0), - (20175,3261,1,6077,0,-1873.44,-1775.51,91.9167,0.795916,275,5,0,377,408,0,1), - (20176,3261,1,6077,0,-1855.38,-1939.93,92.9167,0.110645,275,0,0,377,408,0,0), - (20177,3261,1,6077,0,-1934.51,-1761.29,95.3173,2.24532,275,0,0,377,408,0,0), - (20178,3261,1,6077,0,-1873.28,-1924.07,96.0388,0.640099,275,6,0,377,408,0,2), - (20179,14781,1,14812,0,1044.28,-2098.72,123.037,3.54302,600,0,0,130700,0,0,0), - (20180,3261,1,6077,0,-2085.16,-2518.12,93.4356,6.25513,275,15,0,377,408,0,1), - (20181,10685,1,10015,0,216.955,-2853.04,90.9204,0.303234,275,3,0,14,0,0,1), - (20182,3261,1,6077,0,-2114.06,-2578.65,91.7917,0.461107,275,0,0,377,408,0,0), - (20183,3261,1,6077,0,-2087.4,-2757.89,91.9167,4.14044,275,3,0,377,408,0,1), - (20184,3261,1,6077,0,-1983.94,-2749.04,91.8024,1.33959,275,15,0,377,408,0,1), - (20185,3261,1,6077,0,-2014.82,-2683.4,92.4167,5.841,275,15,0,377,408,0,1), - (20186,10685,1,10015,0,217.389,-2850.37,90.7891,3.84253,275,3,0,14,0,0,1), - (20187,3261,1,6077,0,-1867.68,-1914.83,96.1638,0.122157,275,0,0,377,408,0,0), - (20188,3261,1,6077,0,-1918.05,-1737.59,95.2917,4.07266,275,0,0,377,408,0,0), - (20189,3261,1,6077,0,-1878.44,-1953.83,94.9407,4.55351,275,5,0,377,408,0,1), - (20190,3261,1,6077,0,-1880.31,-2743.09,93.3915,0.166477,275,5,0,377,408,0,1), - (20191,3261,1,6077,0,-1955.63,-2756.35,91.7917,3.11805,275,15,0,377,408,0,1), - (20192,3261,1,6077,0,-2016.75,-2750.31,92.2917,6.10715,275,15,0,377,408,0,1), - (20193,3261,1,6077,0,-2048.59,-2785.21,91.7917,2.1519,275,5,0,377,408,0,2), - (20194,3261,1,6077,0,-2114.06,-2611.64,93.9533,4.97916,275,15,0,377,408,0,1), - (20195,3261,1,6077,0,-2024.72,-2709.85,93.9167,3.21261,275,15,0,377,408,0,1), - (20197,3261,1,6077,0,-1854.58,-1837.77,91.875,1.90738,275,15,0,377,408,0,1), - (20198,3261,1,6077,0,-2157.2,-2549.63,92.3425,3.60822,275,5,0,377,408,0,1), - (20199,3261,1,6077,0,-2047,-2577.01,91.7917,1.33869,275,15,0,377,408,0,1), - (20200,10685,1,10015,0,993.26,-2256.42,93.312,0.086188,275,0,0,14,0,0,0), - (20201,10685,1,10015,0,1004.06,-2251.69,92.417,4.19847,275,2,0,14,0,0,1), - (20202,10685,1,10015,0,994.009,-2247.21,93.562,1.73658,275,0,0,14,0,0,0), - (20203,10685,1,10015,0,1044.72,-2223.37,91.9259,1.92971,275,2,0,14,0,0,1), - (20204,10685,1,10015,0,1037.35,-2222.68,92.1519,1.23918,275,2,0,14,0,0,1), - (20205,10685,1,10015,0,1036.16,-2229.03,91.8009,2.50937,275,2,0,14,0,0,1), - (20206,10685,1,10015,0,1002.72,-2240.8,92.5544,2.40855,275,2,0,14,0,0,1), - (20207,3261,1,6077,0,-1954.99,-2787.79,91.7917,1.99169,275,5,0,377,408,0,1), - (20208,3261,1,6077,0,-1874.74,-1985.88,92.1963,6.26343,275,5,0,377,408,0,1), - (20209,3261,1,6077,0,-2245.53,-2480.88,93.6666,1.65953,275,5,0,377,408,0,1), - (20210,3261,1,6077,0,-2289.02,-2487.29,99.1666,3.85906,275,5,0,377,408,0,1), - (20211,3261,1,6077,0,-2252.24,-2613.91,92.303,2.40814,275,15,0,377,408,0,1), - (20212,3261,1,6077,0,-2284.99,-2618.69,92.0416,4.4668,275,0,0,377,408,0,0), - (20213,3261,1,6077,0,-2212.22,-2586.17,95.3224,3.05304,275,15,0,377,408,0,1), - (20214,3261,1,6077,0,-2227.25,-2517.27,92.735,6.08657,275,5,0,377,408,0,1), - (20215,3263,1,6091,0,-1421.28,-1588.91,91.7916,3.98018,275,15,0,379,1118,0,1), - (20216,3263,1,6091,0,-1454.3,-1469.36,103.033,5.35235,275,0,0,379,1118,0,0), - (20217,3263,1,6091,0,-1509.74,-1540.38,95.037,0.727193,275,5,0,379,1118,0,1), - (20218,3263,1,6091,0,-1462.53,-1506.64,95.5416,4.70134,275,0,0,379,1118,0,0), - (20219,3263,1,6091,0,-1630.2,-1761.98,91.75,4.45059,275,0,0,379,1118,0,0), - (20220,3263,1,6091,0,-2001.96,-2812.28,92.7917,0.826861,275,0,0,379,1118,0,0), - (20221,3263,1,6091,0,-2030.8,-2790.34,91.7917,3.2763,275,5,0,379,1118,0,1), - (20222,3263,1,6091,0,-1931.1,-2703.32,93.1667,2.87129,275,0,0,379,1118,0,0), - (20223,3263,1,6091,0,-1908.95,-2726.91,92.6667,3.92366,275,5,0,379,1118,0,1), - (20224,3263,1,6091,0,-1438.43,-1525.45,92.5416,4.26311,275,0,0,379,1118,0,0), - (20225,3263,1,6091,0,-1444.4,-1544.42,92.5416,0.753152,275,5,0,379,1118,0,1), - (20226,3263,1,6091,0,-1415.55,-1521.19,106.16,2.96706,275,0,0,379,1118,0,0), - (20227,3263,1,6091,0,-1641.76,-1816.18,91.7917,0.567496,275,5,0,379,1118,0,1), - (20228,3263,1,6091,0,-1635.35,-1780.17,91.7917,5.24262,275,0,0,379,1118,0,0), - (20229,3263,1,6091,0,-1554.33,-1744.6,93.4167,4.03594,275,5,0,379,1118,0,1), - (20230,3263,1,6091,0,-1970.17,-2690.35,93.7917,4.13266,275,5,0,379,1118,0,1), - (20231,3263,1,6091,0,-1479.82,-1570.99,91.787,1.37465,275,15,0,379,1118,0,1), - (20232,3263,1,6091,0,-1613.39,-1777.35,91.7917,2.41819,275,0,0,379,1118,0,0), - (20233,3263,1,6091,0,-1984.36,-2719.8,92.0464,0.410665,275,15,0,379,1118,0,2), - (20234,3263,1,6091,0,-1981.01,-2780.47,91.7936,5.82512,275,15,0,379,1118,0,1), - (20235,3263,1,6091,0,-1918.69,-2750.92,93.4795,4.79261,275,15,0,379,1118,0,1), - (20236,3263,1,6091,0,-2071.98,-2792.66,92.2917,3.25323,275,5,0,379,1118,0,1), - (20237,3263,1,6091,0,-2053.18,-2813.34,91.7917,5.7983,275,5,0,379,1118,0,1), - (20238,3263,1,6091,0,-2047.45,-2750.72,91.7917,5.16233,275,15,0,379,1118,0,1), - (20239,3263,1,6091,0,-1614.19,-1715.57,91.9167,0.59054,275,15,0,379,1118,0,1), - (20240,3263,1,6091,0,-1680.81,-1713.25,91.7917,1.83437,275,15,0,379,1118,0,1), - (20241,3263,1,6091,0,-1541.19,-1679.28,91.7916,3.91693,275,5,0,379,1118,0,1), - (20242,3263,1,6091,0,-2252.52,-2581.2,93.5168,5.82827,275,15,0,379,1118,0,1), - (20243,3263,1,6091,0,-2277.9,-2563.08,91.7916,2.22612,275,0,0,379,1118,0,0), - (20244,3263,1,6091,0,-2270.38,-2529.26,91.8662,5.20222,275,5,0,379,1118,0,1), - (20245,3263,1,6091,0,-2301.18,-2597.37,93.5478,4.53527,275,5,0,379,1118,0,1), - (20246,3263,1,6091,0,-2284.89,-2643.75,99.6665,1.8153,275,0,0,379,1118,0,0), - (20247,3263,1,6091,0,-2214.03,-2549.75,92.0417,5.87676,275,5,0,379,1118,0,1), - (20248,3263,1,6091,0,-2247.12,-2520.8,94.2916,3.96252,275,5,0,379,1118,0,1), - (20249,7872,1,6098,0,-4463.1,-2302.5,92.4906,3.22878,275,0,0,2413,1926,0,0), - (20250,7872,1,6098,0,-4486.86,-2246.92,92.0498,3.75552,275,5,0,2413,1926,0,1), - (20251,7872,1,6098,0,-4313.33,-2026.76,87.4883,2.82016,275,0,0,2413,1926,0,0), - (20252,7872,1,6098,0,-4310.28,-2114.08,83.1056,3.71786,275,0,0,2413,1926,0,0), - (20253,7872,1,6098,0,-4843.45,-2307.21,88.0385,0.266836,275,0,0,2413,1926,0,0), - (20254,7872,1,6098,0,-4768.21,-2236.56,86.2732,3.12192,275,0,0,2413,1926,0,0), - (20255,7872,1,6098,0,-4453.69,-2169.7,90.657,1.90833,275,5,0,2413,1926,0,2), - (20256,7872,1,6098,0,-4370.46,-2236.24,91.2437,4.96518,275,5,0,2413,1926,0,1), - (20257,7872,1,6098,0,-4517.5,-2226.85,93.0791,0.498929,275,0,0,2413,1926,0,0), - (20258,7872,1,6098,0,-4846.04,-2208.25,83.5349,5.76049,275,3,0,2413,1926,0,1), - (20259,7872,1,6098,0,-4481.77,-2057.31,76.0776,2.30074,275,0,0,2413,1926,0,0), - (20260,7872,1,6098,0,-4589.93,-2135.47,90.1721,0.27877,275,5,0,2413,1926,0,1), - (20261,7872,1,6098,0,-4610.42,-2116.02,84.4514,1.5708,275,5,0,2413,1926,0,1), - (20262,7872,1,6098,0,-4630.74,-2256.13,83.949,5.59447,275,0,0,2413,1926,0,0), - (20263,7872,1,6098,0,-4632.46,-2271.21,83.949,3.48387,275,0,0,2413,1926,0,0), - (20264,7872,1,6098,0,-4655.13,-2486.75,82.1916,4.45561,275,10,0,2413,1926,0,1), - (20265,7873,1,6108,0,-4354.22,-2145.61,83.9544,1.12201,275,5,0,3608,0,0,1), - (20266,7873,1,6108,0,-4363.6,-2171.54,90.3969,2.82743,275,0,0,3608,0,0,0), - (20267,7873,1,6108,0,-4457.74,-2310.84,92.8656,1.94369,275,0,0,3608,0,0,0), - (20268,3521,1,3887,0,256.258,-3693.95,26.4771,5.3058,275,0,0,1042,0,0,0), - (20269,7873,1,6108,0,-4414.98,-2271.13,87.6533,2.2349,275,5,0,3608,0,0,1), - (20270,7873,1,6108,0,-4373.52,-2159.78,89.8386,4.57276,275,0,0,3608,0,0,0), - (20271,7873,1,6108,0,-4319.21,-2067.14,83.2761,4.12312,275,5,0,3608,0,0,1), - (20272,7873,1,6108,0,-4476.43,-2256.47,93.0297,3.83972,275,0,0,3608,0,0,0), - (20273,7873,1,6108,0,-4336.8,-2106.51,79.1522,0.717501,275,5,0,3608,0,0,1), - (20274,7873,1,6108,0,-4497.2,-2241.47,91.9856,4.24115,275,0,0,3608,0,0,0), - (20275,7873,1,6108,0,-4300.2,-2039.67,89.3204,4.08407,275,3,0,3608,0,0,1), - (20276,7873,1,6108,0,-4321.94,-2017.9,91.7383,3.30007,275,0,0,3608,0,0,0), - (20277,7873,1,6108,0,-4321.62,-2078.72,82.5472,3.76917,275,5,0,3608,0,0,2), - (20278,7873,1,6108,0,-4452.04,-2079.16,83.4785,0.433473,275,5,0,3608,0,0,1), - (20279,7873,1,6108,0,-4306.5,-2109.28,83.9806,0.748889,275,0,0,3608,0,0,0), - (20280,7873,1,6108,0,-4392.79,-2247.02,89.6187,4.65916,275,5,0,3608,0,0,2), - (20281,7873,1,6108,0,-4845.94,-2328.12,96.3367,0.523599,275,0,0,3608,0,0,0), - (20282,7873,1,6108,0,-4837.28,-2294.88,87.1196,4.57259,275,0,0,3608,0,0,0), - (20283,7873,1,6108,0,-4747.63,-2285.04,83.1329,0.465742,275,15,0,3608,0,0,1), - (20284,7873,1,6108,0,-4775.62,-2241.63,86.0232,5.35865,275,0,0,3608,0,0,0), - (20285,7873,1,6108,0,-4462,-2146.45,88.9328,2.11185,275,0,0,3608,0,0,0), - (20286,7873,1,6108,0,-4471.56,-2150.96,88.865,1.23918,275,0,0,3608,0,0,0), - (20287,7873,1,6108,0,-4460.48,-2169.86,91.407,0.800809,275,3,0,3608,0,0,1), - (20288,7873,1,6108,0,-4408.55,-2188.6,92.9794,2.05949,275,0,0,3608,0,0,0), - (20289,7873,1,6108,0,-4474.94,-2111.12,83.7444,5.33462,275,5,0,3608,0,0,1), - (20290,7873,1,6108,0,-4408.87,-2176.07,93.0802,3.90954,275,0,0,3608,0,0,0), - (20291,7873,1,6108,0,-4392.13,-2187.87,91.8859,2.74329,275,5,0,3608,0,0,1), - (20292,7873,1,6108,0,-4379.27,-2211.26,91.5197,2.31524,275,5,0,3608,0,0,1), - (20293,7873,1,6108,0,-4368.18,-2228.89,90.8947,4.54895,275,5,0,3608,0,0,1), - (20294,7873,1,6108,0,-4525.87,-2273.13,92.1912,5.84685,275,0,0,3608,0,0,0), - (20295,7873,1,6108,0,-4511.47,-2281.45,92.3324,4.04916,275,0,0,3608,0,0,0), - (20296,7873,1,6108,0,-4492.44,-2268.5,91.9099,3.12041,275,5,0,3608,0,0,1), - (20300,7873,1,6108,0,-4461.86,-2292.27,89.8076,3.01891,275,5,0,3608,0,0,1), - (20301,3265,1,6094,0,-38.8009,-3234.81,91.8888,5.10638,275,5,0,222,0,0,1), - (20302,3265,1,6094,0,1.45246,-3399.94,85.3615,1.13511,275,5,0,222,0,0,1), - (20303,3265,1,6094,0,-92.777,-2941.98,93.0446,5.15971,275,5,0,222,0,0,1), - (20304,3265,1,6094,0,-175.263,-3008.49,91.8337,1.0298,275,0,0,222,0,0,0), - (20305,3265,1,6094,0,-116.461,-2960.58,91.7917,1.14872,275,5,0,222,0,0,1), - (20306,3265,1,6094,0,16.3485,-3237.44,94.2916,4.59491,275,5,0,222,0,0,1), - (20307,3265,1,6094,0,-23.0895,-3266.17,92.1833,0.928076,275,5,0,222,0,0,1), - (20308,3265,1,6094,0,-96.4121,-2824.85,91.9913,3.20095,275,0,0,222,0,0,0), - (20309,3265,1,6094,0,-174.853,-3375.98,93.1667,2.33132,275,0,0,222,0,0,0), - (20310,7873,1,6108,0,-4796.23,-2254.43,94.4496,0.191986,275,0,0,3608,0,0,0), - (20311,7873,1,6108,0,-4817.06,-2221.04,84.7588,3.16112,275,5,0,3608,0,0,2), - (20312,7873,1,6108,0,-4455.98,-2045.4,83.12,3.09076,275,5,0,3608,0,0,1), - (20313,7873,1,6108,0,-4495.85,-2060.33,76.0776,5.31805,275,0,0,3608,0,0,0), - (20314,7873,1,6108,0,-4660.07,-2196.01,90.9628,4.8426,275,5,0,3608,0,0,1), - (20315,7873,1,6108,0,-4574,-2106.74,90.2953,0.646007,275,5,0,3608,0,0,1), - (20316,7873,1,6108,0,-4586.15,-2131.15,90.1703,0.402527,275,5,0,3608,0,0,1), - (20317,7873,1,6108,0,-4557.17,-2095.02,90.3627,5.38286,275,5,0,3608,0,0,1), - (20318,7873,1,6108,0,-4670.01,-2254.47,89.2625,3.21615,275,5,0,3608,0,0,1), - (20319,7873,1,6108,0,-4611.95,-2125.33,84.2014,3.40897,275,5,0,3608,0,0,1), - (20320,7873,1,6108,0,-4647.35,-2126.59,86.1124,3.41453,275,5,0,3608,0,0,1), - (20321,7873,1,6108,0,-4462.75,-2007.72,85.3347,5.84685,275,0,0,3608,0,0,0), - (20322,7873,1,6108,0,-4697.8,-2302.02,87.6166,4.24263,275,5,0,3608,0,0,1), - (20323,7873,1,6108,0,-4640.58,-2386.56,86.4236,2.80946,275,5,0,3608,0,0,2), - (20324,7873,1,6108,0,-4580.2,-2289.17,90.1587,2.89725,275,0,0,3608,0,0,0), - (20325,7873,1,6108,0,-4580.54,-2279.38,90.1096,2.70526,275,0,0,3608,0,0,0), - (20326,7873,1,6108,0,-4606.86,-2265.57,83.949,4.98213,275,0,0,3608,0,0,0), - (20327,7873,1,6108,0,-4673.75,-2412.62,86.1418,4.66993,275,5,0,3608,0,0,2), - (20328,7873,1,6108,0,-4641.74,-2420.69,85.9071,3.44859,275,5,0,3608,0,0,2), - (20329,7873,1,6108,0,-4738.56,-2248.3,86.2621,5.32208,275,5,0,3608,0,0,1), - (20330,7874,1,1963,0,-4448.46,-2306.63,92.4906,3.54092,275,0,0,2673,1926,0,0), - (20331,3266,1,1253,0,-252.125,-3381.21,96.7917,1.96098,275,5,0,247,0,0,1), - (20332,7874,1,1963,0,-4310.53,-2053.29,83.6982,1.94086,275,5,0,2673,1926,0,1), - (20333,7874,1,1963,0,-4452.96,-2275.74,88.9181,1.97713,275,5,0,2673,1926,0,1), - (20334,7874,1,1963,0,-4307.5,-2021.4,89.7383,1.55664,275,0,0,2673,1926,0,0), - (20335,3266,1,1253,0,-235.359,-3343.92,91.7917,0.377265,275,0,0,247,0,0,0), - (20336,3266,1,1253,0,-97.6582,-3387.26,93.1304,1.07394,275,5,0,247,0,0,1), - (20337,7874,1,1963,0,-4816.1,-2305.7,88.7206,1.88362,275,5,0,2673,1926,0,2), - (20338,7874,1,1963,0,-4845.33,-2299.35,87.2446,4.97842,275,0,0,2673,1926,0,0), - (20339,7874,1,1963,0,-4513.75,-2258.59,91.9814,4.4783,275,5,0,2673,1926,0,2), - (20340,3266,1,1253,0,-214.356,-3387.89,91.7917,3.05399,275,5,0,247,0,0,1), - (20341,7874,1,1963,0,-4511.57,-2225.38,93.0791,3.45834,275,0,0,2673,1926,0,0), - (20342,3266,1,1253,0,-55.6036,-3256.06,91.7114,3.07458,275,5,0,247,0,0,1), - (20343,3266,1,1253,0,-41.5331,-3370.37,91.7904,4.24292,275,5,0,247,0,0,1), - (20344,3266,1,1253,0,-46.2825,-3393.41,91.7904,1.43976,275,5,0,247,0,0,1), - (20345,3266,1,1253,0,-26.5744,-3412.59,91.6742,1.83249,275,5,0,247,0,0,1), - (20346,3266,1,1253,0,-6.15732,-3381.21,90.0404,1.38851,275,5,0,247,0,0,1), - (20347,3266,1,1253,0,-42.7083,-3418.1,91.8731,1.5708,275,5,0,247,0,0,1), - (20348,3266,1,1253,0,-76.8017,-3345.8,92.1667,1.3824,275,5,0,247,0,0,1), - (20349,3266,1,1253,0,-182.93,-3350.65,93.6667,5.54138,275,5,0,247,0,0,1), - (20350,3266,1,1253,0,-214.508,-3334.66,91.7917,2.303,275,5,0,247,0,0,1), - (20351,3266,1,1253,0,-47.434,-3122.76,91.7917,3.10247,275,15,0,247,0,0,1), - (20352,3266,1,1253,0,-80.7359,-3180.24,92.7934,3.46802,275,0,0,247,0,0,0), - (20353,3266,1,1253,0,-85.0208,-3210.49,92.167,5.28507,275,0,0,247,0,0,0), - (20354,3266,1,1253,0,-112.091,-3177.54,91.9133,3.42259,275,0,0,247,0,0,0), - (20355,3266,1,1253,0,-102.661,-3173.46,91.9133,4.07174,275,0,0,247,0,0,0), - (20356,3266,1,1253,0,-90.9958,-3160.28,92.7917,5.62838,275,0,0,247,0,0,0), - (20357,3266,1,1253,0,-185.814,-3284.44,91.7917,4.34934,275,5,0,247,0,0,1), - (20358,3266,1,1253,0,-159.558,-3325.61,92.9167,1.0227,275,5,0,247,0,0,1), - (20359,3266,1,1253,0,-115.615,-3382.43,92.3013,0.728406,275,5,0,247,0,0,1), - (20360,7874,1,1963,0,-4775.41,-2288.78,83.1329,2.70673,275,5,0,2673,1926,0,1), - (20361,7874,1,1963,0,-4838.79,-2198.24,83.6193,0.950574,275,3,0,2673,1926,0,1), - (20362,7874,1,1963,0,-4747.59,-2252.22,83.8829,1.13543,275,5,0,2673,1926,0,1), - (20363,7874,1,1963,0,-4486.72,-2061.89,76.0776,4.68992,275,0,0,2673,1926,0,0), - (20364,7874,1,1963,0,-4491.52,-2025.26,83.6278,0.606375,275,5,0,2673,1926,0,2), - (20365,7874,1,1963,0,-4534.94,-2063.55,83.9224,3.35106,275,5,0,2673,1926,0,2), - (20366,7874,1,1963,0,-4652.73,-2153.86,85.9191,3.95822,275,5,0,2673,1926,0,2), - (20367,7874,1,1963,0,-4651.47,-2218.91,88.449,0.621593,275,5,0,2673,1926,0,1), - (20368,7874,1,1963,0,-4585.84,-2145.04,90.0471,3.66191,275,5,0,2673,1926,0,1), - (20369,7874,1,1963,0,-4518.25,-2084.64,83.0776,0.709414,275,5,0,2673,1926,0,2), - (20370,7874,1,1963,0,-4618.56,-2274.51,83.949,3.72049,275,0,0,2673,1926,0,0), - (20371,7874,1,1963,0,-4620.65,-2090.61,87.8605,0.85073,275,5,0,2673,1926,0,1), - (20372,7874,1,1963,0,-4664.52,-2195.88,91.2739,3.16698,275,5,0,2673,1926,0,2), - (20373,7874,1,1963,0,-4618.66,-2253.73,84.199,0.975327,275,6,0,2673,1926,0,2), - (20374,7874,1,1963,0,-4668.73,-2286.38,89.3254,5.44043,275,5,0,2673,1926,0,1), - (20375,7874,1,1963,0,-4640.05,-2266.45,83.949,3.3005,275,0,0,2673,1926,0,0), - (20376,7874,1,1963,0,-4562.29,-2308.65,93.1333,5.4402,275,5,0,2673,1926,0,1), - (20377,3267,1,1964,0,-77.1009,-2886.17,92.0279,1.68035,275,5,0,198,0,0,1), - (20378,3267,1,1964,0,-80.0092,-2752.45,91.792,3.79105,275,5,0,198,0,0,1), - (20379,3267,1,1964,0,-89.1944,-2852.54,91.7917,3.35525,275,5,0,198,0,0,1), - (20380,3267,1,1964,0,-187.766,-2992.73,91.9167,1.75545,275,5,0,198,0,0,1), - (20381,3267,1,1964,0,-126.958,-3005.08,91.7917,4.52505,275,5,0,198,0,0,1), - (20382,3267,1,1964,0,-137.614,-2887.9,92.9176,5.99229,275,5,0,198,0,0,1), - (20383,3267,1,1964,0,-114.515,-2882.71,91.7917,1.45039,275,5,0,198,0,0,1), - (20384,3267,1,1964,0,-193.819,-2943.92,91.7917,2.04101,275,3,0,198,0,0,1), - (20385,3267,1,1964,0,-209.372,-2953.74,91.7917,6.1713,275,5,0,198,0,0,1), - (20386,3267,1,1964,0,-224.095,-3036.88,91.7917,3.0227,275,0,0,198,0,0,0), - (20387,3267,1,1964,0,-205.545,-3000.36,91.7917,4.68846,275,0,0,198,0,0,0), - (20388,3267,1,1964,0,-210.837,-2989.58,91.7917,-0.300396,275,6,0,198,0,0,2), - (20389,3267,1,1964,0,-229.862,-3018.29,91.7917,4.58559,275,0,0,198,0,0,0), - (20390,3267,1,1964,0,-188.729,-3027.56,91.7917,2.85332,275,5,0,198,0,0,2), - (20391,3267,1,1964,0,-189.592,-3033.26,91.7917,5.94974,275,0,0,198,0,0,0), - (20392,3267,1,1964,0,-120.772,-2820.86,91.7917,5.55694,275,10,0,198,0,0,1), - (20393,3267,1,1964,0,-148.08,-2846.17,95.0553,3.56854,275,5,0,198,0,0,1), - (20394,3267,1,1964,0,-43.2116,-2813.28,92.9877,0.152946,275,15,0,198,0,0,1), - (20395,3268,1,6096,0,-48.9738,-2893.44,91.8929,5.82825,275,5,0,186,191,0,1), - (20396,3268,1,6096,0,-82.61,-2864.88,91.7917,0.091162,275,5,0,186,191,0,1), - (20397,3268,1,6096,0,-207.64,-2993.85,91.7917,1.55217,275,0,0,186,191,0,0), - (20398,3268,1,6096,0,-165.209,-3037.72,91.7917,2.80644,275,0,0,186,191,0,0), - (20399,3268,1,6096,0,-155.782,-3011.95,91.7917,5.38186,275,15,0,186,191,0,1), - (20400,3268,1,6096,0,-99.2013,-2952.35,91.9981,2.99666,275,5,0,186,191,0,2), - (20401,3268,1,6096,0,-116.86,-2924.42,91.8469,6.27192,275,5,0,186,191,0,1), - (20402,3268,1,6096,0,-92.5209,-2909.03,91.8796,2.32753,275,5,0,186,191,0,1), - (20403,3268,1,6096,0,-218.697,-2922.1,91.7917,2.08078,275,5,0,186,191,0,1), - (20404,3268,1,6096,0,-183.959,-2961.07,91.9167,5.00594,275,0,0,186,191,0,0), - (20405,3268,1,6096,0,-207.322,-3030.23,91.7917,0.621537,275,0,0,186,191,0,0), - (20406,3268,1,6096,0,-186.693,-3022.39,91.7917,5.95326,275,5,0,186,191,0,1), - (20407,3268,1,6096,0,-111.907,-2855.58,92.4167,3.14385,275,5,0,186,191,0,1), - (20408,3269,1,6093,0,-80.7617,-3370.37,93.2554,2.36463,275,5,0,219,537,0,1), - (20409,5829,1,2713,0,110.665,-1547.02,91.7916,5.8451,19900,5,0,386,0,0,2), - (20410,3269,1,6093,0,-81.9843,-3128.8,91.7917,3.01218,275,5,0,219,537,0,1), - (20411,3269,1,6093,0,-6.23237,-3368.26,91.7393,5.19177,275,5,0,219,537,0,1), - (20412,3269,1,6093,0,-43.6462,-3347.81,91.7917,0.002133,275,5,0,219,537,0,1), - (20413,3269,1,6093,0,-23.0461,-3361.8,91.7945,4.19747,275,0,0,219,537,0,0), - (20414,3269,1,6093,0,-15.5903,-3326.32,95.3853,2.40698,275,5,0,219,537,0,1), - (20415,3269,1,6093,0,-46.8962,-3400.8,91.7481,4.52902,275,0,0,219,537,0,0), - (20416,3269,1,6093,0,-53.9278,-3385.55,92.1006,4.97308,275,0,0,219,537,0,0), - (20417,3269,1,6093,0,-10.1969,-3402.27,88.0852,2.37553,275,5,0,219,537,0,1), - (20418,3269,1,6093,0,-115.316,-3200.88,93.6052,3.66292,275,0,0,219,537,0,0), - (20419,3269,1,6093,0,-18.0969,-3149.38,94.5225,1.72686,275,15,0,219,537,0,1), - (20420,3269,1,6093,0,-45.4227,-3152.76,92.2917,4.12883,275,15,0,219,537,0,1), - (20421,3269,1,6093,0,-49.2053,-3185.31,91.7917,2.71291,275,15,0,219,537,0,1), - (20422,3269,1,6093,0,-106.771,-3144.27,92.0383,4.53624,275,0,0,219,537,0,0), - (20423,3269,1,6093,0,-102.801,-3131.29,92.1995,2.98652,275,0,0,219,537,0,0), - (20426,3269,1,6093,0,-82.1573,-3143.68,91.7917,2.78082,275,5,0,219,537,0,1), - (20427,3269,1,6093,0,-100.828,-3147.59,92.0383,4.0172,275,0,0,219,537,0,0), - (20429,5830,1,0,0,578.54,-1335.66,92.8374,4.92376,43200,0,0,1212,1368,0,2), - (20430,3270,1,6095,0,-34.5118,-3380.69,91.7904,4.64582,43200,0,0,903,652,0,0), - (20431,3271,1,4643,0,-226.558,-3306.15,91.7917,5.03222,275,0,0,253,264,0,0), - (20432,3271,1,4643,0,-234.814,-3330.02,91.7917,3.23376,275,0,0,253,264,0,0), - (20433,5831,1,0,0,-715.678,-3581.36,92.3236,4.86482,43200,0,0,1563,0,0,2), - (20434,3271,1,4643,0,-151.699,-3291.08,91.8801,0.039334,275,0,0,253,264,0,0), - (20435,3271,1,4643,0,-207.271,-3288.7,91.7917,1.41271,275,0,0,253,264,0,0), - (20436,3271,1,4643,0,-205.028,-3316.16,91.7917,1.43914,275,5,0,253,264,0,2), - (20437,3271,1,4643,0,-182.538,-3315.42,91.7917,1.95112,275,0,0,253,264,0,0), - (20438,3272,1,9442,0,-1220.16,-2118.23,92.8913,3.8061,275,5,0,248,0,0,1), - (20439,3272,1,9442,0,-1219,-2176.22,91.7113,4.36081,275,0,0,248,0,0,0), - (20440,3272,1,9442,0,-883.566,-2787.95,93.7307,1.43288,275,5,0,248,0,0,2), - (20441,3272,1,9442,0,151.877,-1861.91,93.5671,4.11081,275,5,0,248,0,0,1), - (20442,3272,1,9442,0,184.106,-1804.53,93.8466,1.98178,275,5,0,248,0,0,1), - (20443,3272,1,9442,0,192.636,-1772.6,91.7917,0.490108,275,5,0,248,0,0,1), - (20444,3272,1,9442,0,90.2752,-1880.74,94.3379,1.36002,275,5,0,248,0,0,1), - (20445,3272,1,9442,0,-1052.44,-2323.25,91.7931,6.22675,275,0,0,248,0,0,0), - (20446,3272,1,9442,0,237.426,-1912.43,91.9167,3.96593,275,5,0,248,0,0,1), - (20447,3272,1,9442,0,-46.3752,-2194.34,91.7917,3.07222,275,5,0,248,0,0,1), - (20448,3272,1,9442,0,-40.1317,-2211.18,91.7917,2.40645,275,0,0,248,0,0,0), - (20449,3272,1,9442,0,-61.2225,-1630.93,91.7917,3.57824,275,0,0,248,0,0,0), - (20450,3272,1,9442,0,27.1542,-1984.15,109.766,4.62093,275,5,0,248,0,0,1), - (20451,3272,1,9442,0,-892.432,-2814.67,94.7109,4.04529,275,5,0,248,0,0,1), - (20452,3272,1,9442,0,-911.83,-2942.02,91.7917,2.86612,275,0,0,248,0,0,0), - (20453,3272,1,9442,0,-1035.5,-2314,91.7931,3.24642,275,0,0,248,0,0,0), - (20454,3272,1,9442,0,10.724,-1711.42,95.349,3.08478,275,5,0,248,0,0,1), - (20455,3272,1,9442,0,238.412,-1933.69,92.5417,5.00701,275,0,0,248,0,0,0), - (20456,3272,1,9442,0,32.1703,-1792.29,91.7936,5.05848,275,0,0,248,0,0,0), - (20457,3272,1,9442,0,160.692,-1811.91,92.3407,3.80482,275,0,0,248,0,0,0), - (20458,3272,1,9442,0,-235.018,-1662.62,91.7916,0.783093,275,2,0,248,0,0,1), - (20459,3272,1,9442,0,68.654,-2000.5,92.0207,4.92638,275,5,0,248,0,0,1), - (20460,3272,1,9442,0,-57.6553,-1675.64,92.4138,5.01376,275,15,0,248,0,0,1), - (20461,3272,1,9442,0,261.554,-1950.92,91.9167,0.096484,275,0,0,248,0,0,0), - (20462,3272,1,9442,0,-12.6241,-1678.53,93.675,3.19887,275,5,0,248,0,0,1), - (20463,3272,1,9442,0,-17.6744,-1694.72,94.6865,1.75976,275,5,0,248,0,0,1), - (20464,3272,1,9442,0,-185.922,-1662.92,92.3214,0.712223,275,5,0,248,0,0,1), - (20465,3272,1,9442,0,-212.962,-1661.59,91.7917,2.3447,275,0,0,248,0,0,0), - (20466,3272,1,9442,0,-171.789,-1761.49,92.7395,0.752261,275,5,0,248,0,0,1), - (20467,3272,1,9442,0,-164.74,-1785.2,91.7917,1.77101,275,5,0,248,0,0,1), - (20468,3272,1,9442,0,-176.116,-1794.72,91.7917,3.13092,275,5,0,248,0,0,1), - (20469,3272,1,9442,0,-199.084,-1788.87,91.8735,0.799951,275,5,0,248,0,0,1), - (20470,3272,1,9442,0,-131.098,-2010.25,91.7917,5.75966,275,0,0,248,0,0,0), - (20471,3272,1,9442,0,-143.534,-2007.58,91.7917,4.41519,275,5,0,248,0,0,2), - (20472,3272,1,9442,0,-110.625,-2006.86,91.7917,6.2005,275,0,0,248,0,0,0), - (20473,3272,1,9442,0,-100.629,-1988.76,92.0425,6.22484,275,5,0,248,0,0,1), - (20474,3272,1,9442,0,78.4045,-2054.62,94.0309,2.37277,275,5,0,248,0,0,1), - (20475,3272,1,9442,0,-104.408,-2026.26,91.7917,1.67598,275,0,0,248,0,0,0), - (20476,3272,1,9442,0,29.7405,-2162.99,91.7917,6.25802,275,5,0,248,0,0,1), - (20477,3272,1,9442,0,49.3321,-2098.9,91.7917,0.334374,275,0,0,248,0,0,0), - (20478,3272,1,9442,0,120.852,-1992.2,93.781,5.54255,275,5,0,248,0,0,1), - (20479,3272,1,9442,0,75.4589,-2098.06,91.7917,2.15127,275,5,0,248,0,0,1), - (20480,3272,1,9442,0,-29.2992,-1905.12,93.5599,1.03373,275,5,0,248,0,0,1), - (20481,3272,1,9442,0,-1186.64,-2000.88,91.7917,3.24289,275,0,0,248,0,0,0), - (20482,3272,1,9442,0,-1071.06,-1910.3,91.8147,5.14544,275,5,0,248,0,0,1), - (20483,3272,1,9442,0,-1059.31,-1909.57,91.7878,0.212728,275,5,0,248,0,0,1), - (20484,3272,1,9442,0,-62.2892,-2243.04,92.5,3.93528,275,15,0,248,0,0,1), - (20485,3272,1,9442,0,12.7517,-1876.91,94.046,4.88984,275,5,0,248,0,0,1), - (20486,3272,1,9442,0,-42.4506,-2272.18,93.0944,2.92516,275,15,0,248,0,0,1), - (20487,3272,1,9442,0,-44.8874,-2235.58,91.7917,3.36349,275,15,0,248,0,0,1), - (20488,3272,1,9442,0,-861.458,-2746.88,91.7917,0.395549,275,0,0,248,0,0,0), - (20489,3272,1,9442,0,-1090.55,-2280.31,86.3106,1.63529,275,10,0,248,0,0,1), - (20490,3272,1,9442,0,-979.216,-2017.72,83.5079,0.669804,275,5,0,248,0,0,1), - (20491,3272,1,9442,0,-923.257,-2013.57,87.5569,0.258715,275,5,0,248,0,0,1), - (20492,3272,1,9442,0,-947.931,-2110.6,84.0315,1.49657,275,15,0,248,0,0,1), - (20493,3272,1,9442,0,-990.286,-2118.76,82.7387,2.00172,275,10,0,248,0,0,1), - (20494,3272,1,9442,0,-1048.89,-2214.67,83.9597,1.24905,275,5,0,248,0,0,1), - (20495,3272,1,9442,0,-1011.03,-2186.89,88.7675,3.5688,275,15,0,248,0,0,1), - (20496,3272,1,9442,0,-1120.4,-2287.36,87.624,4.76975,275,10,0,248,0,0,1), - (20497,3272,1,9442,0,-1128.09,-2143.72,82.4703,4.70628,275,5,0,248,0,0,1), - (20498,3272,1,9442,0,-1147.45,-2246.23,84.4488,3.49237,275,5,0,248,0,0,1), - (20499,3272,1,9442,0,-1150.27,-2182.11,83.2411,0.33225,275,5,0,248,0,0,1), - (20500,3272,1,9442,0,-1149.63,-2043.95,90.7406,1.37413,275,5,0,248,0,0,1), - (20501,3272,1,9442,0,-1047.93,-1982.15,97.0074,6.25,275,5,0,248,0,0,1), - (20502,3272,1,9442,0,-1118.29,-1988.4,91.0466,5.68897,275,5,0,248,0,0,1), - (20503,3272,1,9442,0,-990.02,-1883.74,94.9167,1.56581,275,5,0,248,0,0,2), - (20504,3272,1,9442,0,-951.649,-1885.02,98.0439,3.72365,275,5,0,248,0,0,2), - (20505,3272,1,9442,0,-940.293,-1899.8,101.79,4.27197,275,0,0,248,0,0,0), - (20506,3272,1,9442,0,-921.444,-2104.01,86.3951,3.61462,275,5,0,248,0,0,1), - (20507,3272,1,9442,0,-876.737,-2789.97,92.6684,4.37212,275,5,0,248,0,0,1), - (20508,3273,1,9443,0,31.62,-1768.42,97.0436,5.98005,275,0,0,259,264,0,0), - (20509,3273,1,9443,0,52.4435,-1879.76,95.1021,0.048277,275,5,0,259,264,0,1), - (20510,3273,1,9443,0,19.7367,-1780.62,92.1686,1.75245,275,0,0,259,264,0,0), - (20511,3273,1,9443,0,25.1076,-1735.22,108.775,3.94438,275,0,0,259,264,0,0), - (20512,3273,1,9443,0,-1106.19,-2789.72,91.7917,5.21942,275,0,0,259,264,0,0), - (20513,3273,1,9443,0,-1148.4,-2313.98,94.4897,5.41518,275,5,0,259,264,0,1), - (20514,3273,1,9443,0,-1204.77,-2186.03,91.5863,3.44076,275,0,0,259,264,0,0), - (20515,3273,1,9443,0,-51.1308,-1641.19,91.7917,5.56999,275,0,0,259,264,0,0), - (20516,3273,1,9443,0,116.158,-1886.19,95.5644,5.78073,275,5,0,259,264,0,1), - (20517,3273,1,9443,0,-1010.05,-2330.36,92.1731,0.252964,275,0,0,259,264,0,0), - (20518,3273,1,9443,0,-1194.94,-2017.24,91.7917,0.910802,275,0,0,259,264,0,0), - (20519,3273,1,9443,0,-917.509,-2151.56,93.3496,3.55423,275,5,0,259,264,0,1), - (20520,3273,1,9443,0,286.108,-1913,91.7917,1.39275,275,5,0,259,264,0,1), - (20521,3273,1,9443,0,212.66,-1949.4,94.2787,0.303364,275,5,0,259,264,0,2), - (20522,3273,1,9443,0,255.148,-1872.43,93.154,2.55793,275,5,0,259,264,0,1), - (20523,3273,1,9443,0,123.198,-1913.39,93.925,1.01003,275,5,0,259,264,0,1), - (20524,3273,1,9443,0,-1129.16,-3147.13,94.1292,1.00826,275,5,0,259,264,0,2), - (20525,3273,1,9443,0,-1092.69,-2805.23,92.2917,4.66455,275,5,0,259,264,0,1), - (20526,3273,1,9443,0,-921.726,-2214.8,92.035,3.01845,275,5,0,259,264,0,1), - (20527,3273,1,9443,0,-20.2042,-1985.3,93.7528,3.86844,275,5,0,259,264,0,1), - (20528,3273,1,9443,0,263.722,-1933.84,91.7917,0.646822,275,0,0,259,264,0,0), - (20529,3273,1,9443,0,174.158,-1805.91,92.5966,0.686427,275,5,0,259,264,0,1), - (20530,3273,1,9443,0,-895.982,-2926.44,91.7917,0.85216,275,0,0,259,264,0,0), - (20531,3273,1,9443,0,157.297,-1830.99,92.5966,4.27888,275,5,0,259,264,0,1), - (20532,3273,1,9443,0,-89.4662,-1656.64,91.8236,1.41399,275,15,0,259,264,0,1), - (20533,3273,1,9443,0,-181.209,-1641.3,92.5417,1.42235,275,0,0,259,264,0,0), - (20534,3273,1,9443,0,1.70334,-1759.74,91.8453,1.5666,275,0,0,259,264,0,0), - (20535,3273,1,9443,0,-202.101,-1648.94,91.7917,0.050678,275,0,0,259,264,0,0), - (20536,3273,1,9443,0,-155.831,-1798.37,91.7917,1.71167,275,5,0,259,264,0,1), - (20537,3273,1,9443,0,28.6968,-2161.02,91.7917,6.26921,275,5,0,259,264,0,1), - (20538,3273,1,9443,0,67.6824,-2098,91.7917,4.71921,275,0,0,259,264,0,0), - (20539,3273,1,9443,0,80.3165,-2013.77,93.0207,3.26539,275,5,0,259,264,0,1), - (20540,3273,1,9443,0,-30.3987,-1903.3,94.1016,1.15406,275,5,0,259,264,0,1), - (20541,3273,1,9443,0,-1078.72,-1918.51,91.8147,2.66699,275,5,0,259,264,0,1), - (20542,3273,1,9443,0,-28.1144,-1921.77,93.5078,4.95683,275,5,0,259,264,0,1), - (20543,3273,1,9443,0,-1172.8,-3155.37,91.7917,2.88509,275,0,0,259,264,0,0), - (20544,3273,1,9443,0,-863.247,-2728.11,91.7917,1.09942,275,5,0,259,264,0,1), - (20545,3273,1,9443,0,-877.395,-2753.24,92.0417,0.872966,275,5,0,259,264,0,1), - (20546,3273,1,9443,0,-956.122,-2018.78,84.5052,3.93058,275,5,0,259,264,0,2), - (20547,3273,1,9443,0,-985.425,-1849.07,94.0474,4.21103,275,5,0,259,264,0,1), - (20548,3273,1,9443,0,-946.737,-1988.34,91.3047,4.70262,275,5,0,259,264,0,1), - (20549,3273,1,9443,0,-1011.36,-2158.19,85.2632,4.07247,275,15,0,259,264,0,1), - (20550,3273,1,9443,0,-986.156,-2248.51,92.9702,1.75889,275,5,0,259,264,0,1), - (20551,3273,1,9443,0,-1154.78,-2114.38,88.3531,4.21704,275,5,0,259,264,0,1), - (20552,3273,1,9443,0,-1148.39,-2222.32,83.5778,2.57202,275,5,0,259,264,0,1), - (20553,3273,1,9443,0,-1116.27,-2018.12,87.1965,0.155591,275,5,0,259,264,0,1), - (20554,3273,1,9443,0,-1011.73,-1944.87,91.2569,5.14255,275,5,0,259,264,0,1), - (20555,3273,1,9443,0,-1085.12,-1981.93,87.9368,2.21352,275,5,0,259,264,0,1), - (20557,3273,1,9443,0,-983.43,-1913.2,92.1275,4.20102,275,5,0,259,264,0,1), - (20558,3273,1,9443,0,-883.341,-2043.73,81.19,1.92746,275,5,0,259,264,0,1), - (20559,3273,1,9443,0,-937.949,-1867.95,102.104,1.04848,275,0,0,259,264,0,0), - (20560,3273,1,9443,0,-876.65,-1976.44,93.3809,5.837,275,15,0,259,264,0,1), - (20561,3273,1,9443,0,-886.955,-2087.8,89.0518,3.56398,275,5,0,259,264,0,1), - (20562,3273,1,9443,0,-850.227,-2116.41,92.3302,1.8735,275,5,0,259,264,0,1), - (20563,3274,1,9445,0,-1415.86,-2715.95,93.6051,0.482749,275,5,0,300,0,0,1), - (20564,3274,1,9445,0,-1220.66,-2815.17,93.9732,6.23591,275,5,0,300,0,0,1), - (20565,3274,1,9445,0,-1283.28,-3152.77,98.5216,0.271338,275,5,0,300,0,0,1), - (20566,3274,1,9445,0,-1255.58,-2294.36,94.0965,1.19899,275,5,0,300,0,0,1), - (20567,3274,1,9445,0,-916.169,-2215.29,93.778,-1.40656,275,0,0,300,0,0,0), - (20568,3274,1,9445,0,-1478.94,-3013.48,91.7917,2.60808,275,0,0,300,0,0,0), - (20569,3274,1,9445,0,-1277,-2853.46,93.6966,2.65844,275,5,0,300,0,0,1), - (20570,3274,1,9445,0,-1422.8,-2682.44,93.5649,3.32968,275,5,0,300,0,0,1), - (20571,3274,1,9445,0,-1533.78,-2976.79,91.9035,2.66196,275,0,0,300,0,0,0), - (20572,3274,1,9445,0,-1154.07,-2779.76,91.7917,4.91481,275,5,0,300,0,0,1), - (20573,3274,1,9445,0,-1133.36,-3132.6,94.259,5.00247,275,5,0,300,0,0,1), - (20574,3274,1,9445,0,-1016.74,-2719.69,94.7583,2.01207,275,5,0,300,0,0,1), - (20575,3275,1,4874,0,-1159.23,-2948.66,93.7825,3.54595,275,5,0,333,0,0,1), - (20576,3275,1,4874,0,-1401.19,-2756.57,91.7917,0.4748,275,0,0,333,0,0,0), - (20577,3275,1,4874,0,-1237.82,-2084.81,91.5492,0.041671,275,0,0,333,0,0,0), - (20578,3275,1,4874,0,-1220.52,-2777.53,91.9093,2.91066,275,5,0,333,0,0,2), - (20579,3275,1,4874,0,-1342.26,-3110.99,91.7917,2.89803,275,0,0,333,0,0,0), - (20580,3275,1,4874,0,-1287.89,-2820.94,93.1643,5.7218,275,5,0,333,0,0,1), - (20581,3275,1,4874,0,-1352.25,-3052.89,92.5331,4.94511,275,5,0,333,0,0,1), - (20582,3275,1,4874,0,-1543.73,-2904.48,91.7917,1.40305,275,5,0,333,0,0,1), - (20583,3275,1,4874,0,-1482.03,-3032.52,91.7917,2.08767,275,5,0,333,0,0,1), - (20584,3275,1,4874,0,-1246.53,-2746.67,91.7916,1.43646,275,5,0,333,0,0,1), - (20585,3275,1,4874,0,-1550.39,-2880.64,91.7917,3.86662,275,5,0,333,0,0,1), - (20586,3275,1,4874,0,-1290.58,-2842.22,93.5425,0.894048,275,5,0,333,0,0,1), - (20587,3275,1,4874,0,-1286.16,-3084.85,93.7667,1.81957,275,5,0,333,0,0,1), - (20588,3275,1,4874,0,-1157.47,-3127.11,91.6667,-3.03911,275,0,0,333,0,0,0), - (20589,3276,1,3218,0,497.144,-1491.1,94.6547,0.366519,275,0,0,300,0,0,0), - (20590,3276,1,3218,0,356.253,-1574.23,91.7917,0.238282,275,5,0,300,0,0,1), - (20591,3276,1,3218,0,306.95,-1618.24,91.7917,6.25508,275,5,0,300,0,0,1), - (20592,3276,1,3218,0,646.825,-1543.5,99.078,2.47787,275,5,0,300,0,0,1), - (20593,3276,1,3218,0,612.89,-1535.44,92.2641,3.57358,275,5,0,300,0,0,1), - (20594,3276,1,3218,0,338.018,-1420.7,91.7917,1.58744,275,5,0,300,0,0,1), - (20595,3276,1,3218,0,384.819,-1468.67,91.7917,1.76971,275,5,0,300,0,0,1), - (20596,3276,1,3218,0,338.275,-1453.53,91.7917,1.55123,275,5,0,300,0,0,1), - (20597,3276,1,3218,0,617.571,-1622.17,91.7917,4.71704,275,15,0,300,0,0,1), - (20598,3276,1,3218,0,490.353,-1453.4,93.2985,0.37106,275,5,0,300,0,0,1), - (20599,3276,1,3218,0,304.438,-1460.03,91.7917,1.86381,275,5,0,300,0,0,1), - (20600,3276,1,3218,0,520.089,-1515.43,94.3853,0.282355,275,5,0,300,0,0,1), - (20601,3276,1,3218,0,627.348,-1573.38,91.7917,4.83047,275,5,0,300,0,0,1), - (20602,3276,1,3218,0,331.445,-1621.73,92.1667,4.16582,275,5,0,300,0,0,1), - (20603,3276,1,3218,0,321.041,-1579.34,92.4167,1.17962,275,0,0,300,0,0,0), - (20604,3276,1,3218,0,586.29,-1582.63,94.0522,0.086607,275,15,0,300,0,0,1), - (20605,3276,1,3218,0,514.699,-1489.46,94.2593,3.74909,275,0,0,300,0,0,0), - (20606,3276,1,3218,0,548.102,-1550.76,94.3351,3.81218,275,30,0,300,0,0,1), - (20607,3276,1,3218,0,384.334,-1518.23,91.7917,5.81897,275,20,0,300,0,0,1), - (20608,3276,1,3218,0,453.138,-1521.29,93.4167,5.08907,275,5,0,300,0,0,1), - (20609,3276,1,3218,0,295.846,-1443.8,91.7917,4.61634,275,5,0,300,0,0,1), - (20610,3276,1,3218,0,581.126,-1518.44,92.1667,3.82714,275,0,0,300,0,0,0), - (20611,3276,1,3218,0,480.316,-1552.05,91.7917,3.94856,275,5,0,300,0,0,1), - (20612,3276,1,3218,0,615.862,-1488.1,91.7917,4.37479,275,5,0,300,0,0,1), - (20613,3276,1,3218,0,477.308,-1501.62,94.1353,2.53372,275,5,0,300,0,0,1), - (20614,5836,1,7049,0,1018.6,-3075.4,105.163,1.97222,19900,0,0,449,0,0,0), - (20615,3277,1,2162,0,404.839,-1465.78,91.7917,0.041767,275,0,0,328,0,0,0), - (20616,3277,1,2162,0,281.384,-1477.48,91.7917,1.77702,275,5,0,328,0,0,1), - (20617,3277,1,2162,0,281.896,-1545.01,91.7917,1.69707,275,5,0,328,0,0,1), - (20618,3277,1,2162,0,485.375,-1477.63,93.6973,1.46242,275,5,0,328,0,0,1), - (20619,3277,1,2162,0,627.324,-1526.66,92.5417,3.04508,275,5,0,328,0,0,1), - (20620,3277,1,2162,0,415.858,-1482.93,91.7917,1.79526,275,20,0,328,0,0,1), - (20621,3277,1,2162,0,463.068,-1490.82,93.0417,0.602412,275,5,0,328,0,0,1), - (20622,3277,1,2162,0,563.049,-1442.2,92.7917,3.38095,275,5,0,328,0,0,1), - (20623,3277,1,2162,0,619.024,-1556.26,92.0141,5.84079,275,5,0,328,0,0,1), - (20624,3277,1,2162,0,349.184,-1442.09,91.7917,5.7191,275,5,0,328,0,0,1), - (20625,3277,1,2162,0,580.894,-1455.23,92.2917,2.10131,275,0,0,328,0,0,0), - (20626,3277,1,2162,0,315.217,-1431.9,91.7917,2.79103,275,5,0,328,0,0,1), - (20627,3277,1,2162,0,553.62,-1483.65,91.7917,6.23473,275,5,0,328,0,0,1), - (20628,3277,1,2162,0,354.338,-1481.12,92.5417,0.368177,275,20,0,328,0,0,1), - (20629,3277,1,2162,0,514.221,-1467.51,93.0293,5.2709,275,0,0,328,0,0,0), - (20630,3277,1,2162,0,357.537,-1615.02,92.6667,1.45307,275,5,0,328,0,0,1), - (20631,3277,1,2162,0,348.399,-1551.86,92.0417,3.77389,275,5,0,328,0,0,1), - (20632,3277,1,2162,0,335.821,-1595.75,91.7917,1.08638,275,5,0,328,0,0,1), - (20633,3277,1,2162,0,478.973,-1526.83,93.6353,0.053682,275,5,0,328,0,0,1), - (20634,3277,1,2162,0,317.658,-1451.88,91.7917,3.1103,275,5,0,328,0,0,1), - (20635,5837,1,4874,0,-52.749,-1631.89,91.75,3.9968,19900,0,0,328,0,0,0), - (20636,3278,1,2163,0,528.191,-1205,91.9166,2.45875,275,5,0,356,0,0,1), - (20637,3278,1,2163,0,718.967,-1379.89,91.7916,5.13178,275,5,0,356,0,0,1), - (20638,3278,1,2163,0,479.845,-1412.66,91.7917,2.11002,275,30,0,356,0,0,1), - (20639,3278,1,2163,0,550.5,-1152,91.787,6.0462,275,5,0,356,0,0,1), - (20640,6606,1,7047,0,1053.25,-3027.45,82.2362,3.49015,275,5,0,356,0,0,2), - (20641,3278,1,2163,0,533.496,-1447.21,91.75,3.56047,275,30,0,356,0,0,1), - (20642,3278,1,2163,0,621.593,-1378.22,96.6666,1.03224,275,2,0,356,0,0,1), - (20643,3278,1,2163,0,821.009,-1394.21,91.8057,3.74618,275,5,0,356,0,0,1), - (20644,3278,1,2163,0,582.27,-1377.58,91.7916,2.18023,275,5,0,356,0,0,1), - (20645,3278,1,2163,0,891.894,-1308.38,103.543,0.358671,275,5,0,356,0,0,1), - (20646,3278,1,2163,0,428.48,-1277.83,92.1667,0.552786,275,5,0,356,0,0,1), - (20647,3278,1,2163,0,568.882,-1460.79,92.6667,5.77617,275,5,0,356,0,0,1), - (20648,3278,1,2163,0,820.429,-1302.99,91.7256,2.00502,275,5,0,356,0,0,1), - (20649,3278,1,2163,0,762.788,-1246.36,91.9167,2.98137,275,5,0,356,0,0,1), - (20650,3278,1,2163,0,549.345,-1253.24,92.0416,4.77152,275,0,0,356,0,0,0), - (20651,3278,1,2163,0,584.561,-1247.04,91.7916,1.47842,275,5,0,356,0,0,1), - (20652,3278,1,2163,0,645.365,-1319.64,91.7916,2.78199,275,5,0,356,0,0,1), - (20653,3278,1,2163,0,591.309,-1274.23,92.1667,2.42424,275,0,0,356,0,0,0), - (20654,3278,1,2163,0,802.03,-1330.48,91.8506,1.53314,275,0,0,356,0,0,0), - (20655,3278,1,2163,0,621.479,-1245.99,92.4167,2.146,275,0,0,356,0,0,0), - (20656,3278,1,2163,0,579.747,-1436.44,92.4167,0.955237,275,5,0,356,0,0,1), - (20657,3278,1,2163,0,518.003,-1151.54,92.0416,6.16711,275,5,0,356,0,0,1), - (20658,3278,1,2163,0,558.795,-1404.96,93.7917,5.0442,275,5,0,356,0,0,1), - (20659,3278,1,2163,0,703.59,-1248.51,91.7917,1.53484,275,5,0,356,0,0,1), - (20660,3278,1,2163,0,615.827,-1227.58,91.7917,3.78294,275,5,0,356,0,0,1), - (20661,3278,1,2163,0,718.554,-1356.26,93.1666,5.10205,275,5,0,356,0,0,1), - (20662,3278,1,2163,0,513.136,-1389.34,91.7917,4.31476,275,5,0,356,0,0,2), - (20663,3278,1,2163,0,808.857,-1422.43,95.4166,4.1555,275,5,0,356,0,0,1), - (20664,3278,1,2163,0,529.302,-1246.52,91.7916,0.140269,275,5,0,356,0,0,1), - (20665,3278,1,2163,0,591.922,-1308.06,92.4166,2.51294,275,10,0,356,0,0,1), - (20666,3278,1,2163,0,503.937,-1220.35,91.7916,2.3935,275,5,0,356,0,0,1), - (20667,3278,1,2163,0,457.034,-1290.02,93.1667,0.668362,275,5,0,356,0,0,1), - (20668,3278,1,2163,0,451.578,-1347.85,96.0462,6.01234,275,5,0,356,0,0,1), - (20669,3278,1,2163,0,714.689,-1324.56,91.7916,2.32541,275,10,0,356,0,0,1), - (20670,3278,1,2163,0,516.956,-1286.15,91.7916,4.77093,275,5,0,356,0,0,1), - (20671,3278,1,2163,0,719.913,-1268.05,92.4167,5.80513,275,5,0,356,0,0,1), - (20672,3278,1,2163,0,696.656,-1218.89,91.9159,2.42581,275,5,0,356,0,0,1), - (20673,3278,1,2163,0,781.141,-1331.33,89.2542,2.28753,275,5,0,356,0,0,1), - (20674,3278,1,2163,0,620.947,-1348.97,91.7916,0.65542,275,10,0,356,0,0,1), - (20675,3278,1,2163,0,475.702,-1380.29,93.2917,3.81802,275,5,0,356,0,0,1), - (20676,3278,1,2163,0,667.417,-1292.28,91.9167,4.79197,275,3,0,356,0,0,1), - (20677,3278,1,2163,0,871.643,-1356.02,91.7916,5.72634,275,5,0,356,0,0,1), - (20678,3278,1,2163,0,721.99,-1291.84,91.7917,1.13089,275,5,0,356,0,0,1), - (20679,3278,1,2163,0,750.52,-1296.69,91.7916,4.62465,275,5,0,356,0,0,1), - (20680,3278,1,2163,0,898.952,-1352.25,92.9166,4.59071,275,5,0,356,0,0,1), - (20681,3278,1,2163,0,420.404,-1310.91,92.7917,6.10729,275,5,0,356,0,0,1), - (20682,3278,1,2163,0,553.063,-1346.91,91.8733,0.92303,275,5,0,356,0,0,1), - (20683,3278,1,2163,0,751.434,-1261.58,91.7917,0.36769,275,5,0,356,0,0,1), - (20684,3278,1,2163,0,531.489,-1407.84,92.0417,4.65991,275,5,0,356,0,0,1), - (20685,5838,1,9448,0,-1168.87,-3165.49,91.75,0.994838,19900,0,0,386,0,0,0), - (20686,3279,1,2143,0,557.992,-1184.55,91.787,1.41142,275,5,0,386,0,0,1), - (20687,3279,1,2143,0,494.882,-1252.23,91.7916,1.19033,275,5,0,386,0,0,1), - (20688,3280,1,1350,0,773.686,-1315.2,91.8792,4.14419,275,5,0,350,390,0,1), - (20689,3280,1,1350,0,455.715,-1268.37,92.0417,1.42071,275,5,0,350,390,0,1), - (20690,3280,1,1350,0,727.511,-1252.08,91.7917,0.153892,275,5,0,350,390,0,1), - (20691,3280,1,1350,0,803.463,-1315.42,91.9629,3.63029,275,0,0,350,390,0,0), - (20692,3280,1,1350,0,659.887,-1334.82,92.1666,6.02587,275,0,0,350,390,0,0), - (20693,3280,1,1350,0,610.216,-1242.94,91.7917,5.25545,275,5,0,350,390,0,1), - (20694,3280,1,1350,0,413.084,-1294.13,91.7917,3.76569,275,5,0,350,390,0,1), - (20695,3280,1,1350,0,442.904,-1304.81,91.7917,5.83906,275,5,0,350,390,0,1), - (20696,3280,1,1350,0,671.527,-1312.83,92.7916,1.189,275,5,0,350,390,0,1), - (20697,3280,1,1350,0,506.226,-1243.59,91.9166,2.38202,275,5,0,350,390,0,1), - (20698,3280,1,1350,0,730.486,-1280.11,91.7917,1.45407,275,0,0,350,390,0,0), - (20699,3280,1,1350,0,512.739,-1204.49,92.6666,4.48557,275,0,0,350,390,0,0), - (20700,3280,1,1350,0,803.855,-1387.85,92.1807,0.068366,275,5,0,350,390,0,1), - (20701,3280,1,1350,0,739.597,-1310.45,92.0416,4.5601,275,5,0,350,390,0,1), - (20702,3280,1,1350,0,702.893,-1360.02,91.9166,2.58215,275,5,0,350,390,0,1), - (20703,4065,0,6029,0,-9396.15,-3074.33,140.858,2.9147,300,0,0,1563,0,0,0), - (20704,436,0,6039,0,-9397.55,-3069.87,140.758,3.56047,300,0,0,1389,1357,0,0), - (20705,4462,0,6031,0,-9377.52,-3073.93,149.58,3.01942,300,0,0,1815,0,0,0), - (20706,436,0,6039,0,-9377.03,-3068.71,149.58,3.7001,300,0,0,1389,1357,0,0), - (20707,4065,0,6029,0,-9357.78,-3000.23,137.079,4.11898,300,0,0,1563,0,0,0), - (20708,436,0,6039,0,-9367.85,-2991.52,138.541,1.0472,300,0,0,1389,1357,0,0), - (20709,568,0,662,0,-9178.1,-3230.13,105.545,2.44695,300,5,0,664,0,0,1), - (20710,3280,1,1350,0,805.698,-1354,91.7795,4.23295,275,5,0,350,390,0,1), - (20711,3280,1,1350,0,542.728,-1507.84,93.5783,6.25297,275,5,0,350,390,0,1), - (20712,3280,1,1350,0,594.482,-1480.2,91.7917,4.96678,275,5,0,350,390,0,1), - (20713,4065,0,6029,0,-9415.97,-3075.98,136.802,3.08923,300,0,0,1563,0,0,0), - (20714,436,0,6039,0,-9420.07,-3080.51,136.802,2.33874,300,0,0,1389,1357,0,0), - (20715,3280,1,1350,0,873.677,-1347,91.7916,3.56263,275,5,0,350,390,0,1), - (20716,3280,1,1350,0,905.312,-1307.79,105.097,4.33959,275,5,0,350,390,0,1), - (20717,3280,1,1350,0,822.237,-1261.96,107.574,0.382687,275,3,0,350,390,0,1), - (20718,3280,1,1350,0,707.334,-1280.48,92.6667,1.85706,275,0,0,350,390,0,0), - (20719,3280,1,1350,0,525.749,-1224.54,92.2916,1.06376,275,5,0,350,390,0,1), - (20720,5841,1,9533,0,-1182.23,-3123.94,92.1878,3.0143,43200,0,0,1158,0,0,0), - (20721,3282,1,3912,0,1035.29,-3050.94,98.8402,2.77878,275,0,0,328,0,0,0), - (20722,3282,1,7237,0,1051.39,-3194.98,82.1222,2.24398,275,5,0,328,0,0,1), - (20723,3282,1,7237,0,1045.8,-3097.71,83.3223,5.78581,275,0,0,328,0,0,0), - (20724,3282,1,7237,0,1131.6,-3082.19,94.8842,3.20559,275,5,0,328,0,0,1), - (20725,3282,1,7237,0,1060.9,-3083.42,105.138,5.92336,275,0,0,328,0,0,0), - (20726,3282,1,3912,0,1050.63,-3069.66,91.758,1.37588,275,2,0,328,0,0,1), - (20727,3282,1,7237,0,1023.82,-3153.38,83.4293,2.57127,275,5,0,328,0,0,1), - (20728,3282,1,3912,0,1131.54,-3030.9,92.1529,1.33003,275,5,0,328,0,0,1), - (20729,3282,1,7237,0,1041.72,-3037.23,82.4605,1.23152,275,5,0,328,0,0,1), - (20730,3282,1,3912,0,1034.38,-3073.94,105.125,5.66784,275,5,0,328,0,0,1), - (20731,3282,1,7237,0,986.502,-3087.3,81.9959,3.00488,275,5,0,328,0,0,1), - (20732,3282,1,7237,0,1106.77,-3161.98,82.1305,0.566842,275,5,0,328,0,0,1), - (20733,3282,1,3912,0,1028.71,-3078.45,91.7485,5.23044,275,2,0,328,0,0,1), - (20734,3282,1,7237,0,1103.32,-3106.19,83.211,1.14611,275,5,0,328,0,0,1), - (20735,3282,1,7237,0,1096.73,-3062.37,81.955,4.27697,275,5,0,328,0,0,1), - (20736,5842,1,1337,0,1049.3,-3418.84,91.5937,3.71927,43200,5,0,1347,0,0,2), - (20737,3283,1,7234,0,1378.94,-3478,94.7912,1.49443,275,2,0,356,0,0,1), - (20738,3283,1,7234,0,1374.51,-3675.58,91.787,5.68,275,5,0,356,0,0,1), - (20739,3283,1,3910,0,1237.11,-3682.98,93.2015,1.7764,275,5,0,356,0,0,1), - (20740,3283,1,3911,0,1339.98,-3500.44,93.3607,5.75565,275,2,0,356,0,0,1), - (20741,3283,1,7234,0,1358.71,-3641.78,92.7527,3.93454,275,0,0,356,0,0,0), - (20742,3283,1,7234,0,1360.36,-3444.26,96.7074,3.25814,275,2,0,356,0,0,1), - (20743,3283,1,3910,0,1345.39,-3564.29,92.7101,2.40912,275,5,0,356,0,0,1), - (20744,3283,1,7234,0,1351.55,-3653.22,92.7749,6.18655,275,0,0,356,0,0,0), - (20745,3283,1,3910,0,1343.43,-3452.86,93.6413,0.507268,275,2,0,356,0,0,1), - (20746,3283,1,7234,0,1343.03,-3597.4,91.8036,4.37701,275,5,0,356,0,0,2), - (20747,3283,1,3911,0,1356.77,-3538.69,95.3672,5.39118,275,0,0,356,0,0,0), - (20748,3283,1,1122,0,1354.89,-3509.29,92.9995,6.2347,275,2,0,356,0,0,2), - (20749,3283,1,7234,0,1414.19,-3436.66,92.9402,5.45217,275,2,0,356,0,0,1), - (20750,3283,1,7234,0,1306.79,-3652.98,91.787,0.226717,275,0,0,356,0,0,0), - (20751,3283,1,7234,0,1369.72,-3620.78,91.9166,4.32615,275,5,0,356,0,0,1), - (20752,3283,1,7234,0,1355.22,-3483.54,92.6425,1.79369,275,2,0,356,0,0,1), - (20753,3283,1,3910,0,1235.26,-3647.65,93.0024,4.66293,275,5,0,356,0,0,1), - (20754,3283,1,7234,0,1393.79,-3471.07,93.9308,2.01293,275,2,0,356,0,0,1), - (20755,3283,1,7234,0,1419.95,-3418.26,93.0644,5.1668,275,2,0,356,0,0,2), - (20756,3283,1,7234,0,1280.58,-3679.78,95.0661,4.42455,275,5,0,356,0,0,1), - (20757,3283,1,3911,0,1270.37,-3572.76,91.782,0.592351,275,5,0,356,0,0,1), - (20758,3283,1,3910,0,1376.98,-3437.49,97.2448,5.64782,275,2,0,356,0,0,1), - (20759,3283,1,7234,0,1340.39,-3485.57,93.1834,6.21043,275,2,0,356,0,0,1), - (20760,3283,1,7234,0,1367.44,-3485.87,94.3896,1.09204,275,2,0,356,0,0,1), - (20761,3283,1,7234,0,1235.96,-3600.2,89.792,0.89506,275,5,0,356,0,0,1), - (20762,3283,1,7234,0,1353.72,-3430.33,93.2591,2.02867,275,2,0,356,0,0,1), - (20763,3283,1,7234,0,1388.75,-3441.33,94.3883,3.89413,275,2,0,356,0,0,1), - (20764,3283,1,7234,0,1309.18,-3605.62,92.164,1.40424,275,5,0,356,0,0,1), - (20765,3283,1,7234,0,1368.47,-3563.04,94.4237,0.243633,275,5,0,356,0,0,1), - (20766,3284,1,3918,0,871.629,-2719.57,100.06,5.25909,275,5,0,300,0,0,1), - (20767,3284,1,7233,0,820.402,-2703.58,91.7917,3.02771,275,5,0,300,0,0,2), - (20768,3284,1,7233,0,1008.91,-3038.44,87.1525,0.614417,275,5,0,300,0,0,1), - (20769,3284,1,7233,0,1129.86,-3196.57,91.9928,3.8178,275,5,0,300,0,0,1), - (20770,3284,1,3918,0,1087.12,-3034.63,82.455,1.16973,275,5,0,300,0,0,1), - (20771,3284,1,3918,0,1027.6,-3175.52,83.1219,2.85591,275,5,0,300,0,0,1), - (20772,3284,1,7233,0,1108.42,-3071.27,86.1342,4.03216,275,5,0,300,0,0,1), - (20773,3284,1,3918,0,1003.68,-3157.26,91.4293,1.37912,275,5,0,300,0,0,1), - (20774,3284,1,7233,0,1012.94,-3004.49,92.9746,1.22343,275,5,0,300,0,0,1), - (20775,3284,1,7233,0,1082,-3211.88,89.1159,1.29903,275,5,0,300,0,0,1), - (20776,3284,1,7233,0,905.209,-2746.37,99.7413,1.5703,275,0,0,300,0,0,0), - (20777,3284,1,7233,0,918.673,-2743.72,101.241,4.06097,275,5,0,300,0,0,1), - (20778,3284,1,7233,0,826.46,-2694.73,91.7917,4.2692,275,0,0,300,0,0,0), - (20779,3284,1,7233,0,889.284,-2695.31,100.146,1.17335,275,5,0,300,0,0,1), - (20780,3284,1,7233,0,1144.06,-3031.87,92.0417,5.13235,275,0,0,300,0,0,0), - (20781,3284,1,7233,0,1057.57,-3092.67,105.592,3.04154,275,0,0,300,0,0,0), - (20782,3284,1,7233,0,1157.83,-3042.61,92.7507,1.88496,275,0,0,300,0,0,0), - (20783,3284,1,7233,0,1020.48,-3204.35,91.1346,3.56799,275,15,0,300,0,0,1), - (20784,3284,1,7233,0,1088.29,-3186.38,82.3749,2.66054,275,5,0,300,0,0,1), - (20785,3284,1,7233,0,977.083,-3103.12,89.6279,4.80295,275,0,0,300,0,0,0), - (20786,3284,1,3918,0,1148.85,-3069.73,96.0141,2.95547,275,5,0,300,0,0,1), - (20787,3284,1,7233,0,1102.67,-3080.06,83.3842,0.498991,275,5,0,300,0,0,1), - (20788,3284,1,355,0,1092.6,-3025.22,83.2668,4.76619,275,5,0,300,0,0,2), - (20789,3284,1,7233,0,1129.15,-3173.17,91.9928,4.02538,275,5,0,300,0,0,1), - (20790,3284,1,7233,0,1128.99,-3117.27,88.336,2.89106,275,5,0,300,0,0,1), - (20791,3284,1,7233,0,1050.7,-3054.49,94.3877,6.14513,275,5,0,300,0,0,1), - (20792,3284,1,7233,0,1011.88,-3112.48,81.1957,0.725045,275,5,0,300,0,0,1), - (20793,3284,1,7233,0,1020.09,-3086.47,91.7173,5.4766,275,0,0,300,0,0,0), - (20794,3284,1,3919,0,972.992,-3076.86,88.2459,4.46715,275,5,0,300,0,0,1), - (20795,3284,1,7233,0,1130.35,-3148.87,91.3805,0.051721,275,5,0,300,0,0,1), - (20796,3284,1,3919,0,951.28,-3060.52,93.0032,4.24651,275,5,0,300,0,0,1), - (20797,3284,1,7233,0,1020.97,-3045.49,81.7775,5.18427,275,5,0,300,0,0,1), - (20798,3284,1,7233,0,1047.41,-3072.1,105.381,3.53113,275,0,0,300,0,0,0), - (20799,3284,1,7233,0,1122.41,-3066.11,93.9237,2.2672,275,5,0,300,0,0,1), - (20800,3284,1,355,0,1067.32,-3030.45,82.8918,0.439924,275,5,0,300,0,0,1), - (20801,3284,1,7233,0,993.775,-3060.42,81.7924,3.14506,275,5,0,300,0,0,1), - (20802,3284,1,7233,0,973.428,-3019.07,91.8558,2.00047,275,5,0,300,0,0,1), - (20803,3284,1,7233,0,1044.9,-3020.03,83.4626,3.33168,275,5,0,300,0,0,1), - (20804,3284,1,3919,0,994.189,-3132.28,91.7529,4.20553,275,5,0,300,0,0,1), - (20805,3284,1,7233,0,1056.46,-3216.38,88.4684,1.44103,275,5,0,300,0,0,1), - (20806,3284,1,7233,0,1113.2,-3091.46,85.4586,3.68265,275,0,0,300,0,0,0), - (20807,3284,1,7233,0,1113.16,-3186.42,90.3155,5.77979,275,5,0,300,0,0,1), - (20808,3284,1,7233,0,1016.74,-3125.67,82.4,5.96909,275,5,0,300,0,0,1), - (20809,3284,1,7233,0,993.713,-3180.94,92.7916,4.33241,275,15,0,300,0,0,1), - (20810,3284,1,7233,0,996.491,-3107.48,82.6279,1.0654,275,5,0,300,0,0,1), - (20811,3284,1,3918,0,1057.75,-3090.22,91.5141,2.7035,275,2,0,300,0,0,1), - (20812,3284,1,7233,0,1008.92,-3182.28,91.7858,5.88811,275,5,0,300,0,0,1), - (20813,3284,1,7233,0,1123.21,-3019.51,91.0279,1.13807,275,5,0,300,0,0,1), - (20814,3284,1,7233,0,1035.29,-3087.59,104.941,5.18491,275,0,0,300,0,0,0), - (20815,3284,1,3918,0,1032.54,-3060.6,102.263,0.836835,275,5,0,300,0,0,2), - (20816,3284,1,7233,0,1113.46,-3041.35,91.7987,1.94817,275,5,0,300,0,0,1), - (20817,3285,1,1122,0,819.036,-2712.34,91.8434,4.0614,275,5,0,273,0,0,1), - (20818,3285,1,7241,0,854.037,-2665.83,91.7917,3.20461,275,0,0,273,0,0,0), - (20819,3285,1,7241,0,912.623,-2707.82,101.837,3.80083,275,5,0,273,0,0,1), - (20820,3285,1,7241,0,824.318,-2660.02,91.7917,0.79503,275,5,0,273,0,0,1), - (20821,3285,1,7241,0,914.076,-2765.66,99.8529,1.95592,275,5,0,273,0,0,2), - (20822,3285,1,7241,0,854.443,-2745.29,93.6667,0.887916,275,5,0,273,0,0,1), - (20823,3285,1,7241,0,786.698,-2788.37,93.056,0.203618,275,5,0,273,0,0,1), - (20824,3285,1,7241,0,813.399,-2684.3,91.7917,2.92259,275,5,0,273,0,0,1), - (20825,3285,1,7241,0,837.576,-2645.87,96.2917,2.62303,275,0,0,273,0,0,0), - (20826,3285,1,1122,0,810.834,-2644.98,91.7917,4.8839,275,5,0,273,0,0,1), - (20827,3285,1,3917,0,836.008,-2665.41,91.7917,3.79992,275,5,0,273,0,0,1), - (20828,3285,1,7241,0,909.937,-2772.26,99.8122,1.62319,275,5,0,273,0,0,1), - (20829,3285,1,7241,0,878.077,-2754.47,98.5033,2.09527,275,5,0,273,0,0,2), - (20830,3285,1,1122,0,881.911,-2714.03,100.935,0.429749,275,5,0,273,0,0,1), - (20831,3285,1,7241,0,913.718,-2757.1,99.6163,2.47481,275,5,0,273,0,0,1), - (20832,3286,1,7238,0,1370.95,-3497.19,93.8824,4.64028,275,2,0,386,0,0,1), - (20833,3286,1,7238,0,1333.14,-3490.51,93.3687,1.17818,275,2,0,386,0,0,1), - (20834,3286,1,7238,0,1254.43,-3600.8,112.022,5.53269,275,2,0,386,0,0,1), - (20835,3286,1,7238,0,1417.67,-3421.18,93.2855,5.20293,275,2,0,386,0,0,1), - (20836,3286,1,7238,0,1344.27,-3646.19,92.7527,0.758196,275,0,0,386,0,0,0), - (20837,3286,1,7238,0,1357.25,-3453.47,97.6928,0.864473,275,2,0,386,0,0,1), - (20838,3286,1,7238,0,1347.72,-3440.42,93.388,2.58256,275,2,0,386,0,0,1), - (20839,3286,1,3913,0,1356.52,-3523.82,95.236,2.59585,275,2,0,386,0,0,1), - (20840,3286,1,3915,0,1361.59,-3448.52,97.3362,4.03634,275,2,0,386,0,0,2), - (20841,3286,1,7238,0,1387.77,-3632.92,91.7916,5.9353,275,5,0,386,0,0,1), - (20842,3286,1,7238,0,1425.55,-3419.06,92.5329,1.66489,275,2,0,386,0,0,1), - (20843,3286,1,7238,0,1357.38,-3419.92,92.1428,0.432663,275,2,0,386,0,0,1), - (20844,3286,1,7238,0,1370.8,-3654.31,97.2594,0.708995,275,2,0,386,0,0,1), - (20845,3286,1,7238,0,1325.44,-3650.73,91.787,4.31785,275,0,0,386,0,0,0), - (20846,3286,1,7238,0,1405.74,-3410.6,92.791,3.61329,275,2,0,386,0,0,1), - (20847,3286,1,7238,0,1281.86,-3645.9,91.7467,1.44962,275,5,0,386,0,0,1), - (20848,3286,1,7238,0,1357.66,-3512.87,93.9356,4.64689,275,2,0,386,0,0,1), - (20849,3286,1,7238,0,1400.08,-3451.66,93.4706,4.12276,275,2,0,386,0,0,1), - (20850,3286,1,7238,0,1247.16,-3645.57,92.0024,0.680109,275,5,0,386,0,0,1), - (20851,3286,1,7238,0,1240.96,-3578.15,93.3583,6.25195,275,5,0,386,0,0,1), - (20852,3286,1,7238,0,1277.84,-3621.58,91.398,3.80285,275,5,0,386,0,0,2), - (20853,3286,1,7238,0,1355.13,-3690.51,104.471,2.1569,275,5,0,386,0,0,1), - (20854,5849,1,4596,0,-4163.38,-2194.61,50.2664,0.471239,19900,0,0,664,0,0,0), - (20855,4316,1,1535,0,-1417.06,-2713.21,93.8999,0.521504,275,5,0,270,0,0,1), - (20856,4316,1,1535,0,-1226.37,-2811.89,93.8482,0.00748,275,0,0,270,0,0,0), - (20857,4316,1,1535,0,-1283.35,-3149.67,96.5417,1.01747,275,5,0,270,0,0,1), - (20858,4316,1,1535,0,-1257.98,-2293.24,93.7964,1.16921,275,5,0,270,0,0,1), - (20859,4316,1,1535,0,-914.714,-2213.8,93.7742,1.98902,275,5,0,270,0,0,1), - (20860,4316,1,1535,0,-1237.7,-2084.89,91.5492,0.046192,275,0,0,270,0,0,0), - (20862,3292,1,3851,0,-981.24,-3686.49,9.50553,4.86947,275,0,0,372,0,0,0), - (20863,4316,1,1535,0,-1480.47,-3016.06,91.7917,2.6079,275,5,0,270,0,0,1), - (20864,4316,1,1535,0,-1276.13,-2856.32,93.6061,2.95254,275,5,0,270,0,0,1), - (20865,4316,1,1535,0,-1408.48,-2681.68,93.6803,3.40459,275,5,0,270,0,0,1), - (20866,4316,1,1535,0,-1131.07,-3129.3,94.4739,4.98645,275,5,0,270,0,0,1), - (20867,4316,1,1535,0,-1525.82,-2983.54,91.7917,2.86892,275,5,0,270,0,0,1), - (20868,4316,1,1535,0,-1151.91,-2781.84,91.7917,3.8959,275,5,0,270,0,0,1), - (20869,4316,1,1535,0,-1014.57,-2727.63,93.9619,1.97738,275,2,0,270,0,0,1), - (20870,3809,1,820,0,1386.15,-2214.12,92.69,5.30037,275,5,0,662,0,0,1), - (20871,8418,1,7870,0,-602.266,-2259.71,211.579,2.70526,275,0,0,1240,0,0,0), - (20872,6115,1,5048,0,1443.42,-2781.39,143.264,3.39927,275,5,0,950,0,0,1), - (20873,6115,1,5048,0,1413.96,-2819.6,116.403,1.95276,275,5,0,950,0,0,1), - (20874,6115,1,5048,0,1422.5,-2797.63,153.267,5.0781,275,5,0,950,0,0,1), - (20875,6115,1,5048,0,1404.23,-2800.22,123.331,5.69988,275,5,0,950,0,0,1), - (20876,6115,1,5048,0,1520.46,-2912.79,128.917,5.37938,275,5,0,950,0,0,1), - (20877,5859,1,6114,0,-4006.34,-1752.7,97.3885,5.72468,43200,0,0,2250,0,0,0), - (20878,3300,1,1206,0,-257.697,-1147.91,52.7783,3.84989,275,20,0,1,0,0,1), - (20879,3300,1,1206,0,-1868.04,-2938.99,91.7917,2.54259,275,20,0,1,0,0,1), - (20880,3300,1,1206,0,-4106.35,-1940.5,93.4167,3.20742,275,20,0,1,0,0,1), - (20881,3300,1,1206,0,-3402.67,-1920.61,93.5407,1.23905,275,20,0,1,0,0,1), - (20882,3300,1,1206,0,-640.268,-3631.25,93.3665,3.55367,275,20,0,1,0,0,1), - (20883,3300,1,1206,0,-916.462,-2223.11,93.5106,0.326074,275,20,0,1,0,0,1), - (20884,3300,1,1206,0,401.068,-2595.94,93.5417,2.53404,275,20,0,1,0,0,1), - (20885,3300,1,1206,0,-1545.25,-2439.55,93.831,5.99603,275,20,0,1,0,0,1), - (20886,3300,1,1206,0,545.4,-1287.28,93.2708,0.789096,275,20,0,1,0,0,1), - (20887,3300,1,1206,0,-1774.17,-2445.57,94.0997,6.09268,275,20,0,1,0,0,1), - (20888,3300,1,1206,0,-715.437,-3185.83,93.9781,1.62944,275,20,0,1,0,0,1), - (20889,3300,1,1206,0,-1257.77,-2044.73,91.8171,2.74384,275,20,0,1,0,0,1), - (20890,3300,1,1206,0,-2719.97,-2214.7,91.7917,1.11312,275,20,0,1,0,0,1), - (20891,3300,1,1206,0,-1340.31,-3229.94,134.527,4.17968,275,20,0,1,0,0,1), - (20892,3300,1,1206,0,-1646.22,-3089.99,92.8842,5.45218,275,20,0,1,0,0,1), - (20893,3300,1,1206,0,-468.367,-3486.55,93.7425,2.82355,275,20,0,1,0,0,1), - (20894,3300,1,1206,0,-1911.94,-2289.08,94.8839,3.29997,275,20,0,1,0,0,1), - (20895,3300,1,1206,0,-2440.41,-2445.25,91.7917,6.14161,275,20,0,1,0,0,1), - (20896,3300,1,1206,0,-421.764,-2812.46,94.3587,0.167058,275,20,0,1,0,0,1), - (20897,3300,1,1206,0,-365.812,-1446.31,93.5744,0.076173,275,20,0,1,0,0,1), - (20898,3300,1,1206,0,-1729.54,-2829.28,83.4497,1.60399,275,20,0,1,0,0,1), - (20899,3300,1,1206,0,118.892,-3156.73,90.8445,5.01728,275,20,0,1,0,0,1), - (20900,3300,1,1206,0,-2219.35,-1814.1,91.7917,5.07186,275,20,0,1,0,0,1), - (20901,3300,1,1206,0,-391.353,-1971.26,95.5474,5.60039,275,20,0,1,0,0,1), - (20902,3300,1,1206,0,-2003,-2498.47,92.6666,3.43679,275,20,0,1,0,0,1), - (20903,3300,1,1206,0,-633.976,-1834.34,94.0133,3.49053,275,20,0,1,0,0,1), - (20904,3300,1,1206,0,543.301,-3054.41,91.7917,0.235801,275,20,0,1,0,0,1), - (20905,3300,1,1206,0,-2422.32,-1684.25,94.8522,0.12992,275,20,0,1,0,0,1), - (20906,3300,1,1206,0,411.49,-3426.03,95.3263,0.446182,275,20,0,1,0,0,1), - (20907,3300,1,1206,0,-2224.21,-2645.57,91.9219,0.956227,275,20,0,1,0,0,1), - (20908,3300,1,1206,0,-826.918,-1794.22,92.2986,0.880808,275,20,0,1,0,0,1), - (20909,3300,1,1206,0,-1425.59,-2904.73,93.5802,0.566807,275,20,0,1,0,0,1), - (20910,3300,1,1206,0,625.686,-2504.22,96.0542,3.93804,275,20,0,1,0,0,1), - (20911,3300,1,1206,0,-2013.49,-1823.2,92.0553,5.21361,275,20,0,1,0,0,1), - (20912,3300,1,1206,0,-40.023,-2072.73,93.5417,1.78166,275,20,0,1,0,0,1), - (20913,3300,1,1206,0,-1472.6,-2224.48,92.6945,5.78751,275,20,0,1,0,0,1), - (20914,3300,1,1206,0,-1713.04,-2011.97,92.7917,3.37909,275,20,0,1,0,0,1), - (20915,3300,1,1206,0,204.186,-3599.02,27.3096,5.23874,275,20,0,1,0,0,1), - (20916,3300,1,1206,0,-799.626,-3464.75,91.789,2.22868,275,20,0,1,0,0,1), - (20917,3300,1,1206,0,-1753.78,-2238.05,91.1078,1.8153,275,20,0,1,0,0,1), - (20918,3300,1,1206,0,-2454.46,-2243.34,94.4851,0.203496,275,20,0,1,0,0,1), - (20919,3300,1,1206,0,-1545.03,-1876.96,96.7245,0.895473,275,20,0,1,0,0,1), - (20920,3300,1,1206,0,-975.175,-1873.45,94.6777,5.21968,275,20,0,1,0,0,1), - (20921,3300,1,1206,0,-297.442,-1630.58,93.8481,0.902444,275,20,0,1,0,0,1), - (20922,3300,1,1206,0,-584.427,-1564.7,91.7917,0.48085,275,20,0,1,0,0,1), - (20923,3300,1,1206,0,-3616.66,-2184.19,92.0978,1.01553,275,20,0,1,0,0,1), - (20924,3300,1,1206,0,-3793.8,-1853.03,93.8926,1.9176,275,20,0,1,0,0,1), - (20925,3300,1,1206,0,-3815.44,-2217.4,93.0417,4.12868,275,20,0,1,0,0,1), - (20926,3300,1,1206,0,-1579.26,-2047.63,91.765,3.95461,275,20,0,1,0,0,1), - (20927,3300,1,1206,0,-1885.21,-2051.85,91.7917,6.16522,275,20,0,1,0,0,1), - (20928,3300,1,1206,0,-3416.79,-2237.68,91.7917,4.36007,275,20,0,1,0,0,1), - (20929,3300,1,1206,0,-241.811,-2834.31,92.6466,1.07394,275,20,0,1,0,0,1), - (20930,3300,1,1206,0,-3594.16,-2318.29,92.6658,5.35238,275,20,0,1,0,0,1), - (20931,3300,1,1206,0,170.227,-1597.41,92.9947,0.472325,275,20,0,1,0,0,1), - (20932,3300,1,1206,0,-907.05,-2527.07,96.5336,5.5116,275,20,0,1,0,0,1), - (20933,3300,1,1206,0,-226.655,-3425.88,92.0553,0.271051,275,20,0,1,0,0,1), - (20934,3300,1,1206,0,-1311.04,-2562.21,93.5534,6.24024,275,20,0,1,0,0,1), - (20935,3300,1,1206,0,-3579.72,-1941.45,92.5687,1.50436,275,20,0,1,0,0,1), - (20936,3300,1,1206,0,-1160.11,-2875.1,93.7676,4.93785,275,20,0,1,0,0,1), - (20937,3300,1,1206,0,-2894.74,-2035.6,95.3771,5.57235,275,20,0,1,0,0,1), - (20938,3300,1,1206,0,-2719.61,-1921.55,92.4167,2.48365,275,20,0,1,0,0,1), - (20939,5863,1,6116,0,-1906.86,-1753.09,91.7571,4.90438,19900,0,0,404,456,0,0), - (20940,3819,1,1103,0,1364.1,-2362.42,115.237,2.79016,275,5,0,494,0,0,1), - (20944,5871,1,4525,0,-393.28,-2641.5,96.3063,3.26377,275,0,0,804,0,0,0), - (20947,6387,1,5108,0,-2380.12,-1944.53,95.8659,0.837758,275,0,0,644,0,0,0), - (20948,3572,1,7074,0,-1031.99,-3659.05,22.8603,6.0912,275,0,0,1042,0,0,0), - (20949,6132,1,1343,0,-4487.31,-1768.36,86.2333,3.45364,275,5,0,1815,0,0,1), - (20950,6132,1,1343,0,-4484.73,-1736.67,86.7333,1.20697,275,5,0,1815,0,0,2), - (20951,6132,1,1343,0,-4490.62,-1732.34,87.5366,0.099398,275,5,0,1815,0,0,1), - (20952,6132,1,1343,0,-4473.34,-1690.78,81.7558,1.09001,275,0,0,1815,0,0,2), - (20953,5878,1,4521,0,-437.62,-3176.26,211.385,0.820305,275,0,0,1528,0,0,0), - (20954,7161,1,7154,0,-841.132,-3767.78,17.9708,3.08923,275,0,0,919,0,0,0), - (20955,6394,1,5373,0,-2402.35,-1904.08,96.8255,4.92183,275,0,0,1605,0,0,0), - (20956,3835,1,1924,0,-593.872,-2359.78,26.0489,2.09008,275,5,0,8,0,0,1), - (20957,3835,1,1924,0,-538.46,-2296.63,42.0183,0.01916,275,5,0,8,0,0,1), - (20958,3835,1,1924,0,-711.137,-2268.13,13.7285,5.48089,275,5,0,8,0,0,1), - (20959,3835,1,1924,0,-566.447,-2254.82,38.2802,6.01234,275,5,0,8,0,0,1), - (20960,3835,1,1924,0,-668.773,-2335.74,17.6538,2.161,275,5,0,8,0,0,1), - (20961,3835,1,1924,0,-691.638,-2227.46,16.8341,3.27158,275,5,0,8,0,0,1), - (20962,3835,1,1924,0,-563.182,-2204.3,49.6391,4.23175,275,5,0,8,0,0,1), - (20963,3835,1,1924,0,-671.596,-2041.14,66.9191,2.53736,275,5,0,8,0,0,1), - (20964,3835,1,1924,0,-568.047,-2093.39,50.5435,0.638885,275,5,0,8,0,0,1), - (20965,3835,1,1924,0,-712.574,-2048.08,65.8135,2.60885,275,5,0,8,0,0,1), - (20966,3835,1,1924,0,-694.438,-2064.06,65.9176,0.561598,275,5,0,8,0,0,1), - (20967,9981,1,9254,0,-391.671,-2620.18,95.7458,0.680678,275,0,0,1605,0,0,0), - (20968,7166,1,1097,0,-841.221,-3772.92,17.5408,3.00197,275,0,0,919,0,0,0), - (20969,9983,1,9256,0,-2350.4,-1967.8,96.2094,2.58309,275,0,0,1605,0,0,0), - (20970,4095,1,9417,0,-4923.74,-2384.79,-52.5264,5.67477,275,5,0,840,0,0,1), - (20971,4095,1,9417,0,-4921.65,-2305.91,-68.4639,0.262875,275,5,0,840,0,0,1), - (20972,4095,1,9417,0,-4917.63,-2266.17,-70.1216,4.28821,275,5,0,840,0,0,1), - (20973,4096,1,9412,0,-5191.02,-2579.95,-51.1281,0.833418,300,0,0,582,618,0,0), - (20974,4096,1,9412,0,-5016.68,-2382.85,-54.6715,1.88355,300,5,0,582,618,0,1), - (20975,4096,1,9412,0,-5028.52,-2400.23,-55.5709,5.81397,300,3,0,582,618,0,1), - (20976,4096,1,9412,0,-5093.31,-2388.52,-53.5114,0.54631,300,0,0,582,618,0,0), - (20977,4096,1,9412,0,-5034.32,-2399.56,-55.471,5.12156,300,3,0,582,618,0,2), - (20978,4096,1,9412,0,-5018.38,-2315.26,-47.9545,4.79697,300,3,0,582,618,0,1), - (20979,4096,1,9412,0,-5181.98,-2240.58,-46.1047,2.56767,300,5,0,582,618,0,1), - (20980,4096,1,9412,0,-5156.99,-2293.19,-44.6006,1.12924,300,0,0,582,618,0,0), - (20981,4096,1,9412,0,-5092.9,-2278.46,-54.8101,6.01185,300,0,0,582,618,0,0), - (20982,4096,1,9412,0,-5155.52,-2253.02,-53.6014,1.43166,300,5,0,582,618,0,1), - (20983,4096,1,9412,0,-5079.19,-2151.68,-47.8017,0.922064,300,5,0,582,618,0,1), - (20984,4096,1,9412,0,-5117.77,-2268.6,-55.4067,4.01229,300,5,0,582,618,0,1), - (20985,4096,1,9412,0,-5110.45,-2237.77,-50.6305,1.88317,300,0,0,582,618,0,0), - (20986,4096,1,9412,0,-4941.56,-2188.08,-51.1175,0.488684,300,0,0,582,618,0,0), - (20987,4096,1,9412,0,-5087.34,-2314.35,-53.9986,3.32036,300,5,0,582,618,0,1), - (20988,4096,1,9412,0,-5014.67,-2228.95,-53.2513,2.18445,300,0,0,582,618,0,0), - (20989,4096,1,9412,0,-5078.22,-2283.95,-54.0601,0.04284,300,5,0,582,618,0,1), - (20990,4096,1,9412,0,-5173.96,-2482.29,-50.2662,0.216798,300,5,0,582,618,0,1), - (20991,4096,1,9412,0,-5152.69,-2553.14,-49.5416,0.295984,300,0,0,582,618,0,0), - (20992,4096,1,9412,0,-5055.56,-2313.25,-52.6628,4.11296,300,5,0,582,618,0,1), - (20993,4096,1,9412,0,-5154.75,-2429.49,-51.5405,6.05432,300,5,0,582,618,0,1), - (20994,4096,1,9412,0,-5047.06,-2379.34,-54.4567,5.06665,300,3,0,582,618,0,1), - (20995,4096,1,9412,0,-5226.15,-2555.57,-46.8179,3.97614,300,5,0,582,618,0,1), - (20996,4096,1,9412,0,-5147.26,-2385.28,-51.0164,4.75862,300,5,0,582,618,0,1), - (20997,4096,1,9412,0,-5198.83,-2419.43,-37.9097,2.61994,300,0,0,582,618,0,0), - (20998,4096,1,9412,0,-5181.13,-2389.29,-40.0531,4.05947,300,5,0,582,618,0,1), - (20999,4096,1,9412,0,-5166.09,-2411.54,-49.2905,4.57823,300,0,0,582,618,0,0), - (21000,4096,1,9412,0,-5114.85,-2318.79,-55.2596,2.10777,300,0,0,582,618,0,0), - (21001,4097,1,9416,0,-4578.41,-1220.53,-54.8823,1.29675,300,5,0,586,693,0,1), - (21002,4097,1,9416,0,-4624.2,-1214.14,-54.7217,5.42353,300,5,0,586,693,0,1), - (21003,4097,1,9416,0,-4588.82,-1247.78,-53.7409,0.235235,300,3,0,586,693,0,1), - (21004,4097,1,9416,0,-4593.39,-1271.24,-52.7684,5.22044,300,5,0,586,693,0,1), - (21005,4097,1,9416,0,-4614.79,-1315.23,-48.1311,2.8354,300,5,0,586,693,0,1), - (21006,4097,1,9416,0,-4677.09,-1249.26,-51.3516,0.095784,300,5,0,586,693,0,1), - (21007,4097,1,9416,0,-4643.16,-1259.41,-52.027,0.768175,300,5,0,586,693,0,1), - (21008,4097,1,9416,0,-4703.03,-1459.56,-49.9765,5.06634,300,5,0,586,693,0,1), - (21009,4097,1,9416,0,-4680.98,-1447.82,-50.4711,0.663444,300,5,0,586,693,0,1), - (21010,4097,1,9416,0,-4964.79,-2279.4,-63.7236,2.79604,300,5,0,586,693,0,1), - (21011,4097,1,9416,0,-4924.78,-2384.36,-52.4758,2.97424,300,3,0,586,693,0,1), - (21012,4097,1,9416,0,-4876.94,-2339.52,-53.2087,1.36342,300,3,0,586,693,0,1), - (21013,4097,1,9416,0,-4948.63,-2304.52,-68.0317,6.12222,300,3,0,586,693,0,1), - (21014,4097,1,9416,0,-4898.55,-2301.28,-59.5706,4.14837,300,3,0,586,693,0,1), - (21015,4097,1,9416,0,-4964.11,-2351.77,-60.4613,5.17817,300,5,0,586,693,0,1), - (21016,4097,1,9416,0,-5006.1,-2376.11,-57.3421,0.737944,300,5,0,586,693,0,1), - (21017,4099,1,9415,0,-4547.44,-1218.79,-56.4009,4.46589,300,10,0,788,0,0,1), - (21018,4099,1,9415,0,-4598.16,-1279.45,-50.5184,0.386637,300,0,0,788,0,0,0), - (21019,4099,1,9415,0,-4640.62,-1283.06,-47.3686,5.40174,300,5,0,788,0,0,1), - (21020,3100,1,193,0,1185.55,-4339,24.634,3.01,300,5,0,156,0,0,1), - (21021,4099,1,9415,0,-4658.87,-1244.99,-52.777,4.74443,300,5,0,788,0,0,2), - (21022,3100,1,193,0,1197.92,-4297,22.003,5.721,300,5,0,156,0,0,1), - (21023,4099,1,9415,0,-4626.52,-1285.93,-51.1791,5.02262,300,5,0,788,0,0,1), - (21024,3100,1,193,0,1211.61,-4246,24.763,1.551,300,5,0,156,0,0,1), - (21025,4099,1,9415,0,-4713.49,-1425.65,-51.0232,4.5294,300,5,0,788,0,0,1), - (21026,3100,1,193,0,1218.72,-4353.9,21.2956,4.86554,300,5,0,156,0,0,1), - (21027,4099,1,9415,0,-4682.61,-1427.06,-50.4196,3.13886,300,5,0,788,0,0,1), - (21028,4099,1,9415,0,-4935.8,-2268.84,-66.601,0.97482,300,3,0,788,0,0,1), - (21029,4099,1,9415,0,-4917.84,-2267.14,-70.2366,1.98988,300,3,0,788,0,0,1), - (21030,4099,1,9415,0,-4935.22,-2350.57,-46.9941,5.13207,300,3,0,788,0,0,1), - (21031,4099,1,9415,0,-4936.69,-2401.8,-53.1828,5.81779,300,3,0,788,0,0,1), - (21032,4099,1,9415,0,-4978.4,-2381.08,-57.3887,0.284943,300,5,0,788,0,0,1), - (21033,4099,1,9415,0,-4976.56,-2355.21,-59.1157,3.26907,300,5,0,788,0,0,1), - (21034,3100,1,193,0,1253.35,-4381,28.47,5.831,300,5,0,156,0,0,1), - (21035,4099,1,9415,0,-4891.26,-2297.33,-59.4468,1.14801,300,3,0,788,0,0,1), - (21036,3100,1,193,0,1260.31,-4279,24.933,3.287,300,5,0,156,0,0,1), - (21037,4099,1,9415,0,-5004.42,-2351.81,-55.4281,2.74411,300,5,0,788,0,0,1), - (21038,4099,1,9415,0,-4991.59,-2311.98,-57.9909,0.978848,300,5,0,788,0,0,1), - (21039,4100,1,1352,0,-5579.14,-1577.71,10.5668,6.17046,300,3,0,768,0,0,1), - (21040,4100,1,1352,0,-5598,-1609.38,13.5855,5.25555,300,3,0,768,0,0,2), - (21041,4100,1,1352,0,-5499.53,-1598.83,28.0668,5.33641,300,2,0,768,0,0,1), - (21042,4100,1,1352,0,-5394.91,-1683.51,-52.9398,2.65175,300,15,0,768,0,0,1), - (21043,4100,1,1352,0,-5363.85,-1673.79,-53.9582,5.73473,300,15,0,768,0,0,1), - (21044,4100,1,1352,0,-5401.79,-1647.21,-54.2006,0.973233,300,15,0,768,0,0,1), - (21045,10756,1,5562,0,-5115.52,-2046.13,-42.5643,6.18332,300,5,0,896,0,0,1), - (21046,10756,1,5562,0,-5019.05,-1989.77,-50.5021,4.12671,300,5,0,896,0,0,1), - (21047,10756,1,5562,0,-4987.6,-1980.75,-51.269,3.61513,300,10,0,896,0,0,1), - (21048,10756,1,5562,0,-4950.2,-1972.49,-47.6415,4.28125,300,5,0,896,0,0,1), - (21049,10756,1,5562,0,-5072.42,-2085.18,-46.4831,3.89531,300,5,0,896,0,0,1), - (21050,4101,1,1350,0,-5533.04,-1602.88,29.1719,4.65989,300,3,0,950,0,0,1), - (21051,4101,1,1350,0,-5498.9,-1628.65,26.8203,4.62865,300,2,0,950,0,0,1), - (21052,4101,1,1350,0,-5585.7,-1624.01,15.4334,3.48316,300,3,0,950,0,0,1), - (21053,4101,1,1350,0,-5440.21,-1658.25,-27.8278,3.95461,300,5,0,950,0,0,2), - (21054,4101,1,1350,0,-5609.7,-1609.12,14.4006,5.88741,300,3,0,950,0,0,1), - (21056,4101,1,1350,0,-5510.73,-1589.29,28.0713,1.46608,300,3,0,950,0,0,1), - (21057,4101,1,1350,0,-5462.57,-1636.54,29.1135,0.387204,300,2,0,950,0,0,1), - (21058,10757,1,5561,0,-4982.9,-2012.76,-47.9652,0.553006,300,5,0,840,0,0,1), - (21059,10757,1,5561,0,-5114.44,-2082.12,-38.2499,3.6753,300,3,0,840,0,0,1), - (21060,10757,1,5561,0,-4950.07,-1911.19,-46.5927,1.40002,300,5,0,840,0,0,1), - (21061,10757,1,5561,0,-4981.9,-1877.44,-45.5826,2.39399,300,5,0,840,0,0,1), - (21062,10757,1,5561,0,-5054.22,-2054.25,-48.5987,3.66242,300,10,0,840,0,0,1), - (21063,10757,1,5561,0,-5080.46,-2054.67,-46.648,2.85841,300,5,0,840,0,0,1), - (21064,4101,1,1350,0,-5356.59,-1638.98,-54.7752,4.49422,300,15,0,950,0,0,1), - (21065,4101,1,1350,0,-5359.74,-1606.66,-55.4734,5.82288,300,10,0,950,0,0,1), - (21066,4101,1,1350,0,-5379.52,-1659.27,-54.3669,3.28368,300,15,0,950,0,0,1), - (21067,4101,1,1350,0,-5440.37,-1685.69,-38.4093,1.64502,300,3,0,950,0,0,1), - (21068,10757,1,5561,0,-4950.04,-1951.75,-50.8618,3.38779,300,5,0,840,0,0,1), - (21069,10757,1,5561,0,-4921.37,-1912.06,-45.1547,4.41339,300,5,0,840,0,0,1), - (21070,10757,1,5561,0,-4983.32,-2046.51,-47.9726,3.0499,300,10,0,840,0,0,1), - (21071,10757,1,5561,0,-5011.83,-2009.84,-50.7428,0.456694,300,10,0,840,0,0,1), - (21072,10758,1,10223,0,-4771.38,-1900.53,89.0259,1.16937,300,0,0,734,0,0,0), - (21073,10758,1,10225,0,-4919.73,-2078.56,85.1025,5.93412,300,0,0,734,0,0,0), - (21074,10758,1,10226,0,-4998.15,-2101.57,84.2488,1.42028,300,0,0,734,0,0,0), - (21075,10758,1,10225,0,-5084.61,-1894.74,87.1061,1.71823,300,5,0,734,0,0,1), - (21076,10758,1,10225,0,-5109.41,-1923.61,88.9103,0.004893,300,5,0,734,0,0,2), - (21077,10758,1,10225,0,-4915.73,-2062.38,85.1517,5.33124,300,5,0,734,0,0,1), - (21078,10758,1,10224,0,-5013.91,-2107.01,83.9856,3.84019,300,0,0,734,0,0,0), - (21079,10759,1,10238,0,-5081.23,-1927.56,88.8295,5.0091,300,0,0,684,693,0,0), - (21080,10759,1,10239,0,-5080.19,-1931.83,89.0795,1.71042,300,0,0,684,693,0,0), - (21081,10759,1,10240,0,-5048.63,-1948.32,91.0811,2.79253,300,0,0,684,693,0,0), - (21082,10759,1,10241,0,-5006.08,-1889.47,3.41114,3.16404,300,5,0,684,693,0,2), - (21083,10759,1,10241,0,-4768.58,-1895.25,89.2155,4.13643,300,0,0,684,693,0,0), - (21084,10759,1,10238,0,-4913.31,-2081.96,85.1858,2.63545,300,0,0,684,693,0,0), - (21085,10759,1,10238,0,-4756.03,-2125.4,83.6865,1.37881,300,0,0,684,693,0,0), - (21086,10759,1,10241,0,-5036.93,-1940.22,90.8007,5.2437,300,5,0,684,693,0,1), - (21087,10759,1,10239,0,-4904.67,-1970.13,86.8811,2.84907,300,5,0,684,693,0,2), - (21088,10759,1,10239,0,-4924.71,-1855.95,80.7122,6.06989,300,3,0,684,693,0,1), - (21089,10759,1,10240,0,-5115.23,-1978.96,88.5938,2.35528,300,5,0,684,693,0,2), - (21090,10759,1,10241,0,-5157.99,-2145.03,92.1804,3.97336,300,5,0,684,693,0,1), - (21091,10759,1,10240,0,-4759.64,-1877.04,89.9933,5.5695,300,5,0,684,693,0,1), - (21092,10759,1,10241,0,-4882.95,-1986.58,91.9923,5.23599,300,0,0,684,693,0,0), - (21093,10759,1,10238,0,-4876.99,-1971.41,91.7774,4.99625,300,5,0,684,693,0,1), - (21094,10759,1,10240,0,-5000.84,-2095.42,84.2372,1.25928,300,5,0,684,693,0,2), - (21095,10759,1,10239,0,-5004.62,-2124.61,83.7377,3.9619,300,0,0,684,693,0,0), - (21096,10760,1,10230,0,-5058.13,-1930.98,89.9334,5.21853,300,0,0,590,1633,0,0), - (21097,10760,1,10228,0,-5084.85,-1951.15,89.1557,0.396464,300,5,0,590,1633,0,2), - (21098,4104,1,10876,0,-5615.5,-1584.23,12.4946,3.57266,300,3,0,1003,0,0,1), - (21099,4104,1,10876,0,-5560.51,-1634.4,21.989,4.50728,300,3,0,1003,0,0,1), - (21100,4104,1,10876,0,-5495.06,-1609.19,28.7622,3.97443,300,5,0,1003,0,0,2), - (21101,4104,1,10876,0,-5603.09,-1599.02,11.8902,5.09622,300,3,0,1003,0,0,1), - (21102,4104,1,10876,0,-5540.93,-1591.12,28.9255,2.21267,300,0,0,1003,0,0,0), - (21103,4104,1,10876,0,-5514.2,-1577.55,28.9427,4.14573,300,2,0,1003,0,0,2), - (21104,10760,1,10228,0,-5053.51,-1946.17,90.8081,5.77704,300,0,0,590,1633,0,0), - (21105,10760,1,10227,0,-4849.1,-1846.39,61.1143,6.11841,300,5,0,590,1633,0,2), - (21106,10760,1,10227,0,-4789.23,-1887,90.021,1.08531,300,5,0,590,1633,0,1), - (21107,10760,1,10230,0,-4898.39,-2078.99,83.9509,3.83142,300,5,0,590,1633,0,1), - (21108,10760,1,10227,0,-4781.82,-2129.78,82.6689,2.94378,300,5,0,590,1633,0,1), - (21109,10760,1,10231,0,-4753.79,-2103.01,83.2619,5.76726,300,5,0,590,1633,0,2), - (21110,10760,1,10231,0,-5044.13,-1903.83,88.6302,1.06236,300,5,0,590,1633,0,1), - (21111,10760,1,10231,0,-5113.52,-1950.85,88.7948,2.60206,300,5,0,590,1633,0,1), - (21112,10760,1,10227,0,-5099.47,-1912.83,88.2051,3.56088,300,5,0,590,1633,0,1), - (21113,10760,1,10230,0,-4788.76,-1888.64,89.896,0.330425,300,5,0,590,1633,0,2), - (21114,10760,1,10227,0,-4880.87,-1989.27,91.8534,2.32129,300,0,0,590,1633,0,0), - (21115,10760,1,10231,0,-4874.72,-1991.18,91.7827,3.23438,300,5,0,590,1633,0,2), - (21116,10760,1,10227,0,-4993.92,-2115.26,84.1659,0,300,0,0,590,1633,0,0), - (21117,10761,1,10235,0,-5066.55,-1885.71,86.7614,3.19395,300,0,0,981,0,0,0), - (21118,10761,1,10236,0,-5065.6,-1958.9,90.2779,2.54818,300,0,0,981,0,0,0), - (21119,10761,1,10235,0,-5085.05,-1970.16,88.327,2.25148,300,0,0,981,0,0,0), - (21120,10761,1,10236,0,-5111.59,-1897.97,87.8429,5.49779,300,0,0,981,0,0,0), - (21121,10761,1,10234,0,-5139.71,-1951.46,89.2708,1.43117,300,0,0,981,0,0,0), - (21122,10761,1,10236,0,-4740.8,-2091.88,83.7436,3.90954,300,0,0,981,0,0,0), - (21123,10761,1,10234,0,-5080.54,-1869.93,84.2694,4.08407,300,0,0,981,0,0,0), - (21124,10761,1,10233,0,-5136.05,-1916.99,89.2708,4.67748,300,0,0,981,0,0,0), - (21125,10761,1,10236,0,-5187.59,-2159.51,94.7173,0.733038,300,0,0,981,0,0,0), - (21126,4875,1,4202,0,-5467.54,-2432.64,89.7824,6.00393,300,0,0,2471,0,0,0), - (21127,4107,1,2298,0,-5224.54,-1220.14,49.7935,2.84209,300,3,0,896,0,0,1), - (21128,4107,1,2298,0,-5069.79,-1055.21,2.54778,4.82786,300,5,0,896,0,0,1), - (21129,4107,1,2298,0,-5116.86,-912.638,-5.40153,5.28733,300,10,0,896,0,0,1), - (21130,4107,1,2298,0,-5190.19,-1179.26,45.5069,6.05114,300,10,0,896,0,0,1), - (21131,4107,1,2298,0,-5074.16,-1017.81,-4.82582,2.40284,300,10,0,896,0,0,1), - (21132,4107,1,2298,0,-4980.21,-923.934,-4.97707,2.09616,300,15,0,896,0,0,1), - (21133,4107,1,2298,0,-5183.27,-1221.41,48.3499,5.14984,300,5,0,896,0,0,2), - (21134,4107,1,2298,0,-5158.33,-1112.3,47.3588,6.07277,300,5,0,896,0,0,1), - (21135,4107,1,2298,0,-4941.67,-958.334,-5.49241,2.31889,300,5,0,896,0,0,1), - (21136,4107,1,2298,0,-4887.97,-897.821,-4.88752,1.29767,300,5,0,896,0,0,1), - (21137,4107,1,2298,0,-4958.01,-883.172,-5.82937,1.39475,300,5,0,896,0,0,1), - (21138,4107,1,2298,0,-5075.54,-952.722,-4.88538,2.92123,300,5,0,896,0,0,1), - (21139,4107,1,2298,0,-5124.68,-1036.42,-5.50887,4.34029,300,5,0,896,0,0,1), - (21140,4107,1,2298,0,-5147.51,-889.999,-5.3282,5.00292,300,5,0,896,0,0,1), - (21141,4107,1,2298,0,-5011.31,-842.106,-5.40228,4.57138,300,5,0,896,0,0,1), - (21142,4107,1,2298,0,-5012.94,-888.237,-5.73381,5.34389,300,0,0,896,0,0,0), - (21143,4107,1,2298,0,-4975.68,-838.443,-5.78874,5.78444,300,5,0,896,0,0,1), - (21144,4876,1,4306,0,-5476.7,-2453.51,89.3671,4.72984,300,0,0,2016,0,0,0), - (21145,4620,1,11573,0,-6193.54,-3920.8,-47.1554,0.523599,300,0,0,2016,0,0,0), - (21146,4877,1,4529,0,-5477.48,-2466.44,89.3671,1.29154,300,0,0,810,0,0,0), - (21147,4109,1,2297,0,-5016.56,-955.637,-5.69139,0.878173,300,5,0,896,0,0,1), - (21148,4109,1,2297,0,-5187.22,-1146.62,47.1967,2.46274,300,5,0,896,0,0,1), - (21149,4109,1,2297,0,-4901.65,-952.418,-5.46838,4.54831,300,0,0,896,0,0,2), - (21150,4109,1,2297,0,-5055.98,-919.185,-5.43601,5.82861,300,15,0,896,0,0,1), - (21151,4109,1,2297,0,-5054.03,-973.837,-4.96283,3.0801,300,0,0,896,0,0,0), - (21152,4878,1,4308,0,-5456.41,-2419.88,89.5891,5.20108,300,0,0,2100,0,0,0), - (21153,4110,1,4585,0,-4962.28,-940.819,-5.25795,0.851331,300,0,0,1146,0,0,0), - (21154,4110,1,4585,0,-4962.94,-873.705,-5.68761,4.92765,300,5,0,1146,0,0,2), - (21155,4111,1,2153,0,-5366.71,-1833.29,-43.7829,2.67184,300,10,0,788,0,0,1), - (21156,4111,1,2153,0,-5570.08,-2101.45,-59.0945,0.623199,300,5,0,788,0,0,2), - (21157,4111,1,2153,0,-5470.93,-1952.66,-52.1091,0.176709,300,2,0,788,0,0,2), - (21158,4111,1,2153,0,-4621.98,-1482.39,-42.946,4.1321,300,5,0,788,0,0,1), - (21159,4111,1,2153,0,-4796.51,-1537.63,-46.048,3.89114,300,5,0,788,0,0,1), - (21160,4111,1,2153,0,-5488.3,-2128.08,-47.1749,2.9091,300,5,0,788,0,0,1), - (21161,4111,1,2153,0,-5130.08,-1642.17,-38.5543,4.04466,300,6,0,788,0,0,2), - (21162,4111,1,2153,0,-5081.51,-1403.63,-52.1601,2.6463,300,30,0,788,0,0,1), - (21163,4112,1,373,0,-4746.5,-1946.76,-51.6132,6.08847,300,5,0,734,0,0,1), - (21164,4112,1,373,0,-5703.71,-2455.12,-55.9482,1.03278,300,5,0,734,0,0,1), - (21165,4112,1,373,0,-4906.08,-1911.57,-47.7767,1.36624,300,5,0,734,0,0,1), - (21166,4112,1,373,0,-5584.61,-2116.37,-58.9088,1.37221,300,0,0,734,0,0,0), - (21167,5905,1,4541,0,-5217.65,-2788.99,-7.44589,3.78736,300,0,0,2192,0,0,0), - (21168,4114,1,2299,0,-5688.28,-3023.59,-37.9469,1.43791,300,3,0,840,0,0,1), - (21169,4114,1,2299,0,-5479.46,-1791.25,-44.8223,4.19106,300,3,0,840,0,0,1), - (21170,4114,1,2299,0,-4823.96,-1707.42,-33.5918,2.73329,300,3,0,840,0,0,1), - (21171,4114,1,2299,0,-5309.95,-2029.86,-59.393,3.02562,300,5,0,840,0,0,1), - (21172,4114,1,2299,0,-5334.12,-1524.62,-46.8005,1.0225,300,0,0,840,0,0,0), - (21173,4116,1,774,0,-5342.38,-3251.36,-42.2835,2.78031,300,5,0,739,2068,0,2), - (21174,4116,1,774,0,-5420.57,-3349.25,-40.5301,2.47131,300,2,0,739,2068,0,1), - (21175,4116,1,774,0,-4635.13,-946.347,-43.9023,2.79815,300,0,0,739,2068,0,0), - (21176,4116,1,774,0,-4399.04,-1000.18,-55.7919,2.45935,300,5,0,739,2068,0,1), - (21177,4116,1,774,0,-5730.09,-3402.94,-43.1059,2.96085,300,15,0,739,2068,0,1), - (21178,4629,1,2704,0,-6253.28,-4025.25,-58.6667,0.279253,300,0,0,1605,0,0,0), - (21179,4117,1,2705,0,-5581.75,-2076.93,-65.5176,1.68302,300,15,0,640,655,0,1), - (21180,4117,1,2705,0,-5196.1,-2064.77,-48.6477,0.425171,300,10,0,640,655,0,1), - (21181,4117,1,2705,0,-4775.98,-1981.59,-61.1075,3.53247,300,10,0,640,655,0,1), - (21182,4117,1,2705,0,-5675.96,-2231.36,-57.3479,3.12614,300,5,0,640,655,0,1), - (21183,4117,1,2705,0,-5439.63,-2215.43,-58.818,3.37,300,15,0,640,655,0,1), - (21184,4630,1,7199,0,-6192.6,-3961.18,-58.6667,3.4383,300,0,0,1605,0,0,0), - (21185,4118,1,10991,0,-5205.76,-1666.23,-58.0116,0.444301,300,5,0,788,0,0,1), - (21186,4118,1,10991,0,-5590.12,-2050.31,-64.7093,2.01747,300,15,0,788,0,0,1), - (21187,9238,1,8449,0,-6158.57,-3880.56,-58.8291,4.15388,300,0,0,1406,1283,0,0), - (21188,4118,1,10991,0,-5544.59,-2083.32,-56.0514,1.1865,300,5,0,788,0,0,1), - (21189,4118,1,10991,0,-4717.73,-1595.01,-29.9397,3.32022,300,5,0,788,0,0,1), - (21190,4118,1,10991,0,-4790.17,-1723.81,-41.1732,4.9208,300,5,0,788,0,0,1), - (21191,4118,1,10991,0,-5563.71,-1969.96,-61.1704,1.08319,300,15,0,788,0,0,1), - (21192,4118,1,10991,0,-5551.05,-2096,-55.722,3.2296,300,5,0,788,0,0,1), - (21193,4118,1,10991,0,-5518.68,-1892.84,-58.4341,1.91604,300,15,0,788,0,0,1), - (21194,4118,1,10991,0,-5084.82,-1371.6,-49.3823,4.93509,300,10,0,788,0,0,1), - (21195,4118,1,10991,0,-4662.75,-1430.39,-50.4262,0.968704,300,15,0,788,0,0,1), - (21196,4118,1,10991,0,-5618.66,-2684.1,-49.8734,0.363259,300,5,0,788,0,0,1), - (21197,4118,1,10991,0,-5582.4,-2749.03,-45.0217,3.90207,300,0,0,788,0,0,0), - (21198,4119,1,2703,0,-5328.3,-3056.78,-47.5919,2.4516,300,10,0,724,732,0,1), - (21199,4119,1,2703,0,-5422.28,-2869.62,-49.809,6.26756,300,5,0,724,732,0,1), - (21200,4119,1,2703,0,-5255.83,-2704.51,-39.8091,1.75767,300,5,0,724,732,0,2), - (21201,4119,1,2703,0,-5489.88,-2876.3,-49.8344,1.87648,300,5,0,724,732,0,1), - (21202,4119,1,2703,0,-5362.13,-2850.59,-55.6609,2.64037,300,5,0,724,732,0,2), - (21203,4119,1,2703,0,-5469.51,-2899.57,-47.9737,2.93726,300,0,0,724,732,0,0), - (21204,4119,1,2703,0,-5423.9,-2910.39,-56.2333,0.204452,300,10,0,724,732,0,1), - (21205,4119,1,2703,0,-5480.07,-3034.12,-43.6682,4.72606,300,10,0,724,732,0,1), - (21206,4119,1,2703,0,-5413.04,-2895.83,-56.3469,5.55048,300,10,0,724,732,0,1), - (21207,4119,1,2703,0,-5377.82,-2819.16,-45.3326,0.695584,300,5,0,724,732,0,1), - (21208,4119,1,2703,0,-5399.03,-2907.16,-55.9345,5.77058,300,10,0,724,732,0,1), - (21209,4119,1,2703,0,-5428.28,-2909.26,-55.711,4.48163,300,10,0,724,732,0,1), - (21210,4119,1,2703,0,-5431.74,-2951.76,-51.7474,0.741228,300,10,0,724,732,0,1), - (21211,4119,1,2703,0,-5394.55,-2834.98,-44.6144,6.13603,300,5,0,724,732,0,1), - (21212,4119,1,2703,0,-4897.95,-1092.7,-56.9506,3.22571,300,10,0,724,732,0,1), - (21213,4119,1,2703,0,-5116.58,-1287.38,-49.5069,3.27795,300,10,0,724,732,0,1), - (21214,4119,1,2703,0,-4933.8,-1257.96,-48.2715,4.02427,300,5,0,724,732,0,1), - (21215,4119,1,2703,0,-5042.55,-1205.16,-54.481,4.69814,300,10,0,724,732,0,1), - (21216,4119,1,2703,0,-5311.56,-2880.44,-58.8013,1.13334,300,10,0,724,732,0,1), - (21217,4119,1,2703,0,-5342.27,-2908.33,-58.9377,4.30108,300,10,0,724,732,0,1), - (21218,4120,1,9587,0,-5390.57,-3265.64,-39.051,1.40019,300,15,0,896,0,0,2), - (21219,4120,1,9587,0,-4380.71,-1018.51,-55.2554,3.44189,300,5,0,896,0,0,1), - (21220,4120,1,9587,0,-5458.12,-3327.79,-35.09,4.61762,300,10,0,896,0,0,1), - (21221,4120,1,9587,0,-4444.5,-887.074,-55.8225,5.77176,300,15,0,896,0,0,1), - (21222,4120,1,9587,0,-4717.68,-1015.76,-42.9831,4.96669,300,5,0,896,0,0,1), - (21223,4120,1,9587,0,-4623.6,-917.301,-57.9033,4.98705,300,0,0,896,0,0,2), - (21224,4120,1,9587,0,-5702.9,-3096.31,-43.9695,3.59499,300,5,0,896,0,0,1), - (21225,4120,1,9587,0,-5730.56,-3223.71,-41.7148,5.75314,300,15,0,896,0,0,1), - (21226,4120,1,9587,0,-5785.24,-3303.25,-23.6892,1.98395,300,5,0,896,0,0,2), - (21227,4120,1,9587,0,-4758.33,-1025,-58.624,1.06407,300,15,0,896,0,0,1), - (21228,4120,1,9587,0,-4364.73,-978.047,-55.472,3.2334,300,5,0,896,0,0,1), - (21229,4120,1,9587,0,-5760.06,-3408.21,-46.8108,2.66249,300,15,0,896,0,0,1), - (21230,4120,1,9587,0,-4479.97,-958.056,-54.3864,5.66176,300,5,0,896,0,0,2), - (21231,4120,1,9587,0,-4382.23,-821.762,-54.6032,0.347342,300,5,0,896,0,0,1), - (21233,4124,1,1056,0,-5388.39,-3059.14,-27.4827,4.93364,300,2,0,840,0,0,1), - (21234,4124,1,1056,0,-4358.08,-969.626,-53.8193,0.271051,300,5,0,840,0,0,1), - (21235,4124,1,1056,0,-5355.03,-3250.66,-44.4434,2.88904,300,10,0,840,0,0,1), - (21236,4124,1,1056,0,-5332.68,-3141.96,-42.0054,4.98532,300,10,0,840,0,0,1), - (21237,4124,1,1056,0,-5325.56,-3088.03,-49.0393,3.01821,300,10,0,840,0,0,1), - (21238,4124,1,1056,0,-5388.68,-3247.72,-37.3728,2.15966,300,10,0,840,0,0,1), - (21239,4124,1,1056,0,-5590.43,-2978.51,-45.5824,2.93839,300,5,0,840,0,0,1), - (21240,4124,1,1056,0,-4222.91,-910.396,-49.586,6.19822,300,5,0,840,0,0,1), - (21241,4124,1,1056,0,-5597.98,-3284.3,-40.4927,3.67394,300,5,0,840,0,0,1), - (21242,4124,1,1056,0,-5341.63,-2036.46,-60.6802,0.692738,300,10,0,840,0,0,1), - (21243,4124,1,1056,0,-5367.37,-2028.78,-59.6204,0.055031,300,5,0,840,0,0,1), - (21244,4124,1,1056,0,-4540.05,-1090.7,-48.8116,2.85121,300,5,0,840,0,0,1), - (21245,4124,1,1056,0,-4454.72,-1126.7,-49.6217,1.86412,300,5,0,840,0,0,1), - (21246,4124,1,1056,0,-5418.58,-3252.31,-34.0566,3.79066,300,10,0,840,0,0,1), - (21247,4124,1,1056,0,-5722.22,-3405.77,-43.7438,1.67843,300,10,0,840,0,0,1), - (21248,4124,1,1056,0,-5554.26,-1931.93,-59.4655,1.70993,300,10,0,840,0,0,1), - (21249,4124,1,1056,0,-5223.6,-1662.88,-52.5119,5.88855,300,5,0,840,0,0,1), - (21250,4124,1,1056,0,-4446.6,-924.196,-55.8368,4.13516,300,15,0,840,0,0,1), - (21251,4124,1,1056,0,-4800.04,-1571.32,-50.4831,6.2578,300,10,0,840,0,0,1), - (21252,4124,1,1056,0,-4839.8,-1534.3,-47.6448,0.891757,300,5,0,840,0,0,1), - (21253,4124,1,1056,0,-5447.08,-2143.17,-56.1122,2.66666,300,5,0,840,0,0,1), - (21254,4124,1,1056,0,-4746.94,-1083.62,-52.2976,0.664982,300,5,0,840,0,0,1), - (21255,4124,1,1056,0,-5355.17,-1797.76,-51.3994,4.07163,300,10,0,840,0,0,1), - (21256,4124,1,1056,0,-5603.38,-2575.9,-53.9361,3.75483,300,5,0,840,0,0,1), - (21257,4124,1,1056,0,-5489.41,-3029.92,-46.3911,0.37724,300,10,0,840,0,0,1), - (21258,4124,1,1056,0,-4749.74,-1053.13,-56.9922,0.975752,300,5,0,840,0,0,1), - (21259,4124,1,1056,0,-5729.76,-3145.24,-35.5774,4.654,300,5,0,840,0,0,1), - (21260,4124,1,1056,0,-5262.67,-2675.38,-42.6787,5.7907,300,5,0,840,0,0,1), - (21261,4124,1,1056,0,-5462.52,-3020.73,-47.788,5.13845,300,10,0,840,0,0,1), - (21262,4124,1,1056,0,-5793.41,-3367.74,-45.6168,5.83003,300,15,0,840,0,0,1), - (21263,4124,1,1056,0,-5691.02,-3056.86,-45.8515,1.33933,300,3,0,840,0,0,1), - (21264,4124,1,1056,0,-5767.77,-3288.08,-26.74,0.190504,300,5,0,840,0,0,1), - (21265,4124,1,1056,0,-4997.68,-1134.89,-50.8417,0.595907,300,5,0,840,0,0,1), - (21266,4124,1,1056,0,-5081.17,-1417.08,-51.9366,1.34429,300,15,0,840,0,0,1), - (21267,4124,1,1056,0,-5721.71,-3232.89,-41.3559,0.440051,300,3,0,840,0,0,1), - (21268,4124,1,1056,0,-5116.86,-1315.64,-49.8914,0.672843,300,15,0,840,0,0,1), - (21269,4124,1,1056,0,-4922.49,-1099.28,-51.9827,4.03493,300,5,0,840,0,0,1), - (21270,4124,1,1056,0,-5044.18,-1396.97,-50.1904,3.83433,300,10,0,840,0,0,1), - (21271,4124,1,1056,0,-5343.92,-2815.69,-52.0333,3.1455,300,5,0,840,0,0,1), - (21272,4124,1,1056,0,-5222.18,-1523.25,-51.6887,4.74698,300,5,0,840,0,0,1), - (21273,4124,1,1056,0,-5194.71,-1379.88,-52.3558,1.91337,300,5,0,840,0,0,1), - (21274,4126,1,1043,0,-4904.82,-2024.52,-11.3519,6.26952,300,5,0,734,0,0,1), - (21275,4126,1,1043,0,-5430.04,-2693.62,-38.5499,6.17103,300,10,0,734,0,0,1), - (21276,4126,1,1043,0,-5730.11,-2425.12,-55.0809,5.75728,300,10,0,734,0,0,1), - (21277,4126,1,1043,0,-5716.17,-2479.55,-54.8325,1.19029,300,5,0,734,0,0,1), - (21278,4126,1,1043,0,-5704.41,-2535.65,-52.4699,5.27619,300,10,0,734,0,0,1), - (21279,4126,1,1043,0,-5613.78,-2197.99,-59.4139,0.109579,300,15,0,734,0,0,1), - (21280,4126,1,1043,0,-4791.75,-1962.36,-54.3211,5.8606,300,5,0,734,0,0,1), - (21281,4126,1,1043,0,-5347.22,-2647.53,-45.2045,0.086061,300,10,0,734,0,0,1), - (21282,4126,1,1043,0,-5339.03,-2603.95,-42.9346,4.07943,300,3,0,734,0,0,1), - (21283,4126,1,1043,0,-5389.19,-2681.21,-41.8897,0.603145,300,5,0,734,0,0,1), - (21284,4126,1,1043,0,-4852.81,-1918.83,-48.5712,2.46582,300,5,0,734,0,0,1), - (21285,4126,1,1043,0,-4886.66,-1888.71,-52.0007,0.566879,300,5,0,734,0,0,1), - (21286,4126,1,1043,0,-4968.28,-1887.07,-42.2246,4.80623,300,5,0,734,0,0,1), - (21287,4126,1,1043,0,-4742.45,-1976.96,-49.8993,4.00439,300,5,0,734,0,0,1), - (21288,4126,1,1043,0,-5482.23,-2210.68,-54.5873,1.00227,300,5,0,734,0,0,1), - (21289,4126,1,1043,0,-5168.51,-2054.09,-48.6822,2.89093,300,5,0,734,0,0,1), - (21290,4126,1,1043,0,-5688.03,-2444.81,-53.4049,1.55517,300,2,0,734,0,0,1), - (21291,4126,1,1043,0,-5704.08,-2376.62,-55.3007,1.33008,300,15,0,734,0,0,1), - (21292,4126,1,1043,0,-5689.31,-2255.74,-55.4368,0.900497,300,15,0,734,0,0,1), - (21293,4126,1,1043,0,-5503.26,-2268.35,-56.6,4.3635,300,5,0,734,0,0,1), - (21294,4126,1,1043,0,-4697.92,-1910.16,-40.2013,1.23839,300,5,0,734,0,0,1), - (21295,12576,1,12943,0,-4602.11,-1835.37,86.1941,5.13127,300,0,0,706,0,0,0), - (21296,4130,1,11144,0,-6489.54,-3590.52,-58.6249,2.94307,300,10,0,1163,0,0,1), - (21297,4130,1,11144,0,-6416.29,-3413.19,-57.9999,0.415795,300,5,0,1163,0,0,1), - (21298,4130,1,11144,0,-6353.74,-3414.08,-57.2315,5.70083,300,10,0,1163,0,0,1), - (21299,4130,1,11144,0,-6386.16,-3509.23,-58.6995,6.07198,300,3,0,1163,0,0,1), - (21300,4130,1,11144,0,-6410.85,-3589.94,-58.6249,5.52473,300,5,0,1163,0,0,1), - (21301,4131,1,11143,0,-6494.24,-3378.72,-85.3411,1.39626,120,0,0,1279,0,0,2), - (21302,4132,1,11099,0,-6381.53,-3442.09,-79.1625,1.38366,7200,0,0,1469,0,0,0), - (21303,4133,1,11097,0,-6557.09,-3419.15,-57.755,3.80934,300,5,0,1221,0,0,1), - (21304,4133,1,11097,0,-6444.21,-3485.11,-58.6596,0.037841,300,3,0,1221,0,0,1), - (21305,4133,1,11097,0,-6591.26,-3492,-58.6817,4.23233,300,3,0,1221,0,0,1), - (21306,4133,1,11097,0,-6579.56,-3474.49,-58.6817,1.61671,300,3,0,1221,0,0,1), - (21307,4133,1,11097,0,-6470.31,-3485.73,-70.0263,6.02205,300,5,0,1221,0,0,1), - (21308,4133,1,11097,0,-6485.8,-3464.24,-58.6596,0.394567,300,5,0,1221,0,0,1), - (21309,4133,1,11097,0,-6442.95,-3514.59,-70.0153,6.07695,300,5,0,1221,0,0,1), - (21310,4133,1,11097,0,-6527.3,-3465.14,-74.3752,2.50863,300,5,0,1221,0,0,1), - (21311,4133,1,11097,0,-6488.81,-3510.08,-70.006,2.01468,300,5,0,1221,0,0,2), - (21312,4133,1,11097,0,-6507.93,-3487.51,-69.9997,1.06776,300,3,0,1221,0,0,1), - (21313,4133,1,11097,0,-6405.55,-3470.63,-76.195,1.92339,300,5,0,1221,0,0,1), - (21314,4133,1,11097,0,-6484.09,-3229.87,-112.36,3.42467,120,3,0,1221,0,0,1), - (21315,4133,1,11097,0,-6521.07,-3514.02,-58.8412,3.42823,300,3,0,1221,0,0,1), - (21316,4133,1,11097,0,-6557.67,-3522.48,-58.6365,4.46661,300,3,0,1221,0,0,1), - (21317,4133,1,11097,0,-6472.31,-3243.75,-113.38,5.96223,120,3,0,1221,0,0,1), - (21318,4133,1,11097,0,-6491.48,-3245.93,-112.497,6.10384,120,3,0,1221,0,0,1), - (21319,4133,1,11097,0,-6354.1,-3453.71,-58.7595,1.3919,300,5,0,1221,0,0,1), - (21320,4133,1,11097,0,-6520.36,-3551.58,-58.6467,5.86848,300,10,0,1221,0,0,1), - (21321,4133,1,11097,0,-6451.85,-3556.34,-58.6628,3.47046,300,3,0,1221,0,0,1), - (21322,4133,1,11097,0,-6432.13,-3541.44,-67.5868,4.32572,300,5,0,1221,0,0,1), - (21323,4133,1,11097,0,-6462.86,-3297.58,-104.92,1.41244,120,3,0,1221,0,0,1), - (21324,4133,1,11097,0,-6485.84,-3254.02,-113.549,0.814107,120,3,0,1221,0,0,1), - (21325,4133,1,11097,0,-6488.36,-3323.74,-94.8076,3.46016,120,5,0,1221,0,0,1), - (21326,4133,1,11097,0,-6495.78,-3514.64,-70.006,2.96284,300,3,0,1221,0,0,1), - (21327,4133,1,11097,0,-6496.03,-3325.49,-95.8035,2.63545,120,3,0,1221,0,0,1), - (21328,4133,1,11097,0,-6488.67,-3557.23,-58.6596,3.57267,300,3,0,1221,0,0,1), - (21329,4133,1,11097,0,-6494.08,-3381.42,-84.4587,1.66075,300,5,0,1221,0,0,1), - (21330,4133,1,11097,0,-6509.77,-3305.15,-94.1583,1.12336,120,3,0,1221,0,0,1), - (21331,4133,1,11097,0,-6482.47,-3455.7,-58.7846,3.1322,300,5,0,1221,0,0,1), - (21332,4133,1,11097,0,-6488.73,-3428.48,-69.9865,4.29027,300,5,0,1221,0,0,1), - (21333,4133,1,11097,0,-6385.76,-3383.98,-57.6744,3.30903,300,10,0,1221,0,0,1), - (21334,4133,1,11097,0,-6386.35,-3548.03,-58.625,1.77549,300,10,0,1221,0,0,1), - (21335,4133,1,11097,0,-6356.04,-3490.95,-58.6082,1.03041,300,5,0,1221,0,0,1), - (21336,10537,1,9899,0,-5454.95,-2442.79,90.0237,2.68621,300,0,0,3167,0,0,0), - (21337,10539,1,10132,0,-5441.8,-2397.47,89.3227,3.85718,300,0,0,1605,0,0,0), - (21338,5419,1,141,0,-6914.83,-3878.09,26.1766,1.50389,300,5,0,1981,0,0,1), - (21339,4139,1,2491,0,-5977.92,-4242.42,-58.625,1.29291,300,0,0,1221,0,0,0), - (21340,4139,1,2491,0,-6513.79,-4014.83,-58.625,1.94533,300,30,0,1221,0,0,1), - (21341,4139,1,2491,0,-6542.26,-4063.79,-58.625,1.56782,300,30,0,1221,0,0,1), - (21342,4139,1,2491,0,-6017.44,-4263.6,-58.625,4.68002,300,30,0,1221,0,0,1), - (21343,4139,1,2491,0,-6599.85,-3666.86,-58.6273,3.93757,300,30,0,1221,0,0,1), - (21344,4139,1,2491,0,-5991.11,-4314.71,-58.625,4.5898,300,30,0,1221,0,0,1), - (21345,4139,1,2491,0,-6319.11,-4181.02,-58.655,5.50131,300,30,0,1221,0,0,1), - (21346,4139,1,2491,0,-6218.02,-3548.8,-58.625,5.13655,300,30,0,1221,0,0,1), - (21347,4139,1,2491,0,-6305.4,-4074.59,-58.625,1.21792,300,30,0,1221,0,0,1), - (21348,4139,1,2491,0,-6118.01,-3551.9,-58.625,5.33454,300,30,0,1221,0,0,1), - (21349,4139,1,2491,0,-6287.86,-3513.21,-58.5613,1.41978,300,30,0,1221,0,0,1), - (21350,4139,1,2491,0,-6106.42,-3593.79,-58.625,4.43821,300,3,0,1221,0,0,1), - (21351,4139,1,2491,0,-6156.95,-3578.57,-58.625,5.55563,300,30,0,1221,0,0,1), - (21352,4139,1,2491,0,-6115.87,-4088.83,-58.625,5.45826,300,30,0,1221,0,0,1), - (21353,4139,1,2491,0,-6084.71,-4118.42,-58.625,4.34768,300,30,0,1221,0,0,1), - (21354,4139,1,2491,0,-6346.55,-3647.94,-58.6249,0.447525,300,30,0,1221,0,0,1), - (21355,4140,1,3247,0,-5993.42,-4071.25,-58.625,0.48122,300,3,0,1107,0,0,1), - (21356,4140,1,3247,0,-5768.65,-4151.3,-58.6313,5.93296,300,30,0,1107,0,0,1), - (21357,4140,1,3247,0,-5913.47,-4078.97,-58.625,4.5161,300,30,0,1107,0,0,1), - (21358,4140,1,3247,0,-5814.8,-4114.21,-58.625,3.0468,300,30,0,1107,0,0,1), - (21359,4140,1,3247,0,-5705.77,-4080.55,-58.625,1.50621,300,30,0,1107,0,0,1), - (21360,4140,1,3247,0,-5482.13,-3780.32,-58.6299,1.06754,300,30,0,1107,0,0,1), - (21361,4140,1,3247,0,-5582.25,-3884.79,-58.625,5.72805,300,30,0,1107,0,0,1), - (21362,4140,1,3247,0,-5515.06,-3880.51,-58.625,0.86502,300,30,0,1107,0,0,1), - (21363,4140,1,3247,0,-5631.07,-3867.47,-58.6802,5.25434,300,30,0,1107,0,0,1), - (21364,4140,1,3247,0,-5484.79,-3847.36,-58.625,2.5638,300,30,0,1107,0,0,1), - (21365,4140,1,3247,0,-5660.59,-4242.63,-58.603,3.25788,300,10,0,1107,0,0,1), - (21366,4140,1,3247,0,-5582.41,-3783.3,-58.625,4.44982,300,30,0,1107,0,0,1), - (21367,4140,1,3247,0,-5961.46,-3878.12,-58.6413,0.083678,300,30,0,1107,0,0,1), - (21368,4140,1,3247,0,-5764.36,-4234.87,-58.625,0.802698,300,30,0,1107,0,0,1), - (21369,4140,1,3247,0,-5929.3,-3882.36,-58.9023,5.93675,300,30,0,1107,0,0,1), - (21370,4140,1,3247,0,-5981.6,-3949.51,-58.625,5.59461,300,30,0,1107,0,0,1), - (21371,4140,1,3247,0,-5954.59,-3754.07,-58.625,3.85016,300,30,0,1107,0,0,1), - (21372,4140,1,3247,0,-6103.55,-3570.5,-58.625,5.82444,300,3,0,1107,0,0,1), - (21373,4140,1,3247,0,-5712.18,-3740.75,-58.778,2.87054,300,30,0,1107,0,0,1), - (21374,4140,1,3247,0,-5680.22,-3751.62,-58.625,5.47386,300,30,0,1107,0,0,1), - (21375,4140,1,3247,0,-5952.62,-3819.6,-59.6732,5.52608,300,30,0,1107,0,0,1), - (21376,4140,1,3247,0,-5591.04,-3582.23,-58.6238,0.044518,300,30,0,1107,0,0,1), - (21377,4140,1,3247,0,-5883.09,-3483.01,-57.1943,3.14579,300,30,0,1107,0,0,1), - (21378,4140,1,3247,0,-5717.04,-3615.37,-58.625,2.1464,300,30,0,1107,0,0,1), - (21379,4140,1,3247,0,-5643.82,-3568.38,-58.625,4.86844,300,30,0,1107,0,0,1), - (21380,4140,1,3247,0,-5586.79,-3684.43,-58.625,3.63696,300,30,0,1107,0,0,1), - (21381,4140,1,3247,0,-5816.47,-3519.22,-58.3771,1.54289,300,30,0,1107,0,0,1), - (21382,4140,1,3247,0,-6023.57,-3675.63,-58.6525,-1.86187,300,0,0,1107,0,0,0), - (21383,4140,1,3247,0,-5756.63,-3685.85,-58.625,3.71674,300,30,0,1107,0,0,1), - (21384,4140,1,3247,0,-5987.27,-3528.91,-58.4318,4.88374,300,30,0,1107,0,0,1), - (21385,4140,1,3247,0,-6115.1,-3604.69,-58.625,3.70074,300,3,0,1107,0,0,1), - (21386,4140,1,3247,0,-5652.12,-3617.12,-58.625,3.05745,300,30,0,1107,0,0,1), - (21387,4140,1,3247,0,-6127.23,-3594.39,-58.625,3.94755,300,3,0,1107,0,0,1), - (21388,5933,1,9418,0,-4997.59,-1232.37,-49.0232,2.29257,7200,0,0,1308,0,0,0), - (21389,4142,1,5052,0,-5511.9,-4011.74,-58.5394,1.0342,300,10,0,1050,0,0,1), - (21390,4142,1,5052,0,-5561.57,-4070.85,-58.625,1.931,300,10,0,1050,0,0,1), - (21391,4142,1,5052,0,-5525.57,-3737.26,-58.6168,1.53601,300,30,0,1050,0,0,1), - (21392,4142,1,5052,0,-5548.36,-3846.63,-58.625,0.911023,300,30,0,1050,0,0,1), - (21393,4142,1,5052,0,-5560.42,-3809.1,-58.625,2.78607,300,30,0,1050,0,0,1), - (21394,4142,1,5052,0,-5576.52,-4018.16,-58.625,6.03127,300,10,0,1050,0,0,1), - (21395,4142,1,5052,0,-5549.77,-4113.55,-58.625,0.958421,300,30,0,1050,0,0,1), - (21396,4142,1,5052,0,-5573.37,-4091.09,-58.625,3.40936,300,30,0,1050,0,0,1), - (21397,4142,1,5052,0,-5617.3,-4121.8,-58.6488,1.19774,300,30,0,1050,0,0,1), - (21398,4142,1,5052,0,-5585.94,-4052.56,-58.625,0.799217,300,10,0,1050,0,0,1), - (21399,4142,1,5052,0,-5685.8,-3786.35,-58.7144,4.60739,300,3,0,1050,0,0,1), - (21400,4142,1,5052,0,-5817.76,-3749.99,-58.6656,6.28053,300,30,0,1050,0,0,1), - (21401,4142,1,5052,0,-5678.31,-3632.19,-58.7306,5.1021,300,30,0,1050,0,0,1), - (21402,4142,1,5052,0,-5619.88,-3719.78,-58.625,3.81255,300,30,0,1050,0,0,1), - (21403,4142,1,5052,0,-5847.58,-3553.52,-58.625,3.23608,300,30,0,1050,0,0,1), - (21404,4142,1,5052,0,-5603.24,-3647.48,-58.625,0.150592,300,30,0,1050,0,0,1), - (21405,4142,1,5052,0,-5817.12,-3711.43,-58.625,1.70082,300,30,0,1050,0,0,1), - (21406,4142,1,5052,0,-5891.62,-3478.22,-57.5668,1.77744,300,30,0,1050,0,0,1), - (21407,4142,1,5052,0,-5980.37,-3630.28,-58.625,5.03635,300,30,0,1050,0,0,1), - (21408,4142,1,5052,0,-5752.17,-3719,-58.7283,0.131074,300,30,0,1050,0,0,1), - (21409,4142,1,5052,0,-5935.97,-3482.09,-58.4073,0.925342,300,30,0,1050,0,0,1), - (21410,4142,1,5052,0,-5583.76,-3549.9,-58.2651,1.02974,300,30,0,1050,0,0,1), - (21411,4143,1,2308,0,-6082.45,-3875.72,-59.8436,4.72177,300,3,0,1279,0,0,1), - (21412,4143,1,2308,0,-5748.23,-4119.43,-58.625,5.5688,300,30,0,1279,0,0,1), - (21413,4143,1,2308,0,-5854.74,-4163.69,-58.625,4.37468,300,30,0,1279,0,0,1), - (21414,4143,1,2308,0,-6288.14,-4316.73,-58.625,3.17411,300,10,0,1279,0,0,1), - (21415,4143,1,2308,0,-5545.35,-3905.37,-58.625,2.14795,300,30,0,1279,0,0,1), - (21416,4143,1,2308,0,-5574.23,-4044.19,-58.625,3.8828,300,10,0,1279,0,0,1), - (21417,4143,1,2308,0,-5552.82,-4079.81,-58.625,0.03799,300,10,0,1279,0,0,1), - (21418,4143,1,2308,0,-5555.72,-4053.26,-58.625,3.33973,300,10,0,1279,0,0,1), - (21419,4143,1,2308,0,-5920.08,-4147.33,-58.6295,5.42252,300,30,0,1279,0,0,1), - (21420,4143,1,2308,0,-5910.32,-3949.22,-58.5466,5.86675,300,30,0,1279,0,0,1), - (21421,4143,1,2308,0,-5756.33,-4215.79,-58.7031,0.013346,300,10,0,1279,0,0,1), - (21422,4143,1,2308,0,-5535.38,-4023.75,-58.625,5.55839,300,10,0,1279,0,0,1), - (21423,4143,1,2308,0,-5624.34,-4015.79,-58.9155,2.72174,300,30,0,1279,0,0,1), - (21424,4143,1,2308,0,-5758.17,-4276.7,-58.625,6.25847,300,30,0,1279,0,0,1), - (21425,4143,1,2308,0,-5943.94,-4126.4,-58.625,5.62687,300,30,0,1279,0,0,1), - (21426,4143,1,2308,0,-5581.71,-4072.42,-58.625,6.11577,300,10,0,1279,0,0,1), - (21427,4143,1,2308,0,-6020.12,-4082.64,-58.625,0.075527,300,30,0,1279,0,0,1), - (21428,4143,1,2308,0,-5682.86,-4114.1,-59.1041,5.41766,300,3,0,1279,0,0,1), - (21429,4143,1,2308,0,-5481.73,-3910.86,-58.625,1.65393,300,30,0,1279,0,0,1), - (21430,4143,1,2308,0,-5672.87,-4217.47,-58.3154,6.22845,300,30,0,1279,0,0,1), - (21431,4143,1,2308,0,-5973.26,-3818.85,-58.6444,3.63336,300,30,0,1279,0,0,1), - (21432,4143,1,2308,0,-6045.45,-3829.71,-58.6251,4.47496,300,30,0,1279,0,0,1), - (21433,4143,1,2308,0,-6219.46,-3535,-58.625,1.39811,300,30,0,1279,0,0,1), - (21434,4143,1,2308,0,-6048.34,-4282.64,-58.625,6.24611,300,30,0,1279,0,0,1), - (21435,4143,1,2308,0,-6148.28,-4272.51,-58.625,1.69655,300,30,0,1279,0,0,1), - (21436,4143,1,2308,0,-6254,-3523.1,-58.625,5.38063,300,30,0,1279,0,0,1), - (21437,4143,1,2308,0,-6278.25,-3605.53,-58.625,4.9486,300,30,0,1279,0,0,1), - (21438,4143,1,2308,0,-6117.26,-4283.54,-58.6667,3.78736,300,0,0,1279,0,0,0), - (21439,4143,1,2308,0,-6153.82,-4115.98,-58.625,3.37545,300,30,0,1279,0,0,1), - (21440,4144,1,2307,0,-6481.04,-3948.41,-58.625,1.07251,300,10,0,1163,0,0,1), - (21441,4144,1,2307,0,-6461.9,-4048.86,-58.7527,0.013429,300,0,0,1163,0,0,0), - (21442,4144,1,2307,0,-6583.85,-4028.09,-58.625,1.65415,300,10,0,1163,0,0,1), - (21443,4144,1,2307,0,-6444.86,-4140.29,-58.4345,5.38358,300,10,0,1163,0,0,1), - (21444,4144,1,2307,0,-6366.6,-4166.17,-58.7366,-2.279,300,0,0,1163,0,0,0), - (21445,4144,1,2307,0,-6572.29,-3619.71,-58.625,6.07283,300,5,0,1163,0,0,1), - (21446,4147,1,12340,0,-5655.58,-3817.87,-58.6358,1.4386,300,30,0,1050,0,0,1), - (21447,4147,1,12340,0,-5517.3,-3788.4,-58.625,4.6931,300,30,0,1050,0,0,1), - (21448,4147,1,12340,0,-5542.76,-3794.8,-58.625,1.66774,300,30,0,1050,0,0,1), - (21449,4147,1,12340,0,-5754.1,-3816.32,-60.8108,5.22928,300,30,0,1050,0,0,1), - (21450,4147,1,12340,0,-5549.46,-3703.61,-58.6246,1.47022,300,30,0,1050,0,0,1), - (21451,4147,1,12340,0,-5714.23,-3837.62,-59.6681,4.8891,300,3,0,1050,0,0,1), - (21452,4147,1,12340,0,-5697.2,-3886.93,-59.7018,6.16191,300,10,0,1050,0,0,1), - (21453,4147,1,12340,0,-5769.82,-3748.87,-58.7042,6.17581,300,30,0,1050,0,0,1), - (21454,4147,1,12340,0,-5782.92,-3456.7,-53.6042,1.76322,300,30,0,1050,0,0,1), - (21455,4147,1,12340,0,-5710.26,-3673.45,-58.625,3.10125,300,30,0,1050,0,0,1), - (21456,4147,1,12340,0,-5649.48,-3755.06,-58.625,0.579116,300,30,0,1050,0,0,1), - (21457,4147,1,12340,0,-5621.07,-3780.09,-58.625,3.2449,300,30,0,1050,0,0,1), - (21458,4147,1,12340,0,-5869.82,-3847.82,-62.8042,0.332334,300,10,0,1050,0,0,1), - (21459,4147,1,12340,0,-5650.98,-3679.98,-58.6637,2.0817,300,30,0,1050,0,0,1), - (21460,4147,1,12340,0,-5593.49,-3624.28,-58.6245,3.89214,300,30,0,1050,0,0,1), - (21461,4147,1,12340,0,-5952.28,-3568.22,-58.625,1.44216,300,30,0,1050,0,0,1), - (21462,4147,1,12340,0,-5952.69,-3546.07,-58.625,4.79374,300,30,0,1050,0,0,1), - (21463,4147,1,12340,0,-5917.41,-3539.97,-58.625,2.97786,300,30,0,1050,0,0,1), - (21464,4147,1,12340,0,-5849.22,-3979.23,-60.499,0.566879,300,3,0,1050,0,0,1), - (21465,4147,1,12340,0,-5888.19,-3588.84,-58.625,0.003019,300,30,0,1050,0,0,1), - (21466,9525,1,10153,0,-5461.92,-2442.18,89.356,4.40336,300,5,0,3702,0,0,2), - (21467,9525,1,7116,0,-5426.09,-2455.98,89.3166,2.25148,300,0,0,3702,0,0,0), - (21468,9525,1,10152,0,-5425.15,-2392.91,89.2324,3.9968,300,0,0,3702,0,0,0), - (21469,9525,1,10152,0,-5435.9,-2390.82,89.1368,5.49779,300,0,0,3702,0,0,0), - (21470,9525,1,7116,0,-5415.01,-2448.02,89.1916,4.62512,300,0,0,3702,0,0,0), - (21471,9525,1,10152,0,-5419.21,-2432.06,89.9012,5.94157,300,3,0,3702,0,0,1), - (21472,9525,1,10152,0,-5632.87,-2472.27,15.1277,5.92457,300,5,0,3702,0,0,2), - (21473,9525,1,10152,0,-5398.8,-2404,88.9494,1.46387,300,0,0,3702,0,0,0), - (21474,9525,1,7116,0,-5414.9,-2395.83,89.2145,2.86234,300,0,0,3702,0,0,0), - (21475,9525,1,10153,0,-5448.36,-2431.97,89.8037,2.45218,300,5,0,3702,0,0,1), - (21476,9525,1,10153,0,-5454.98,-2470.08,89.3626,2.76961,300,5,0,3702,0,0,1), - (21477,9525,1,10152,0,-5435.18,-2466.56,89.2928,5.93412,300,0,0,3702,0,0,0), - (21478,9525,1,10152,0,-5356.74,-2487.12,-45.8921,5.39307,300,0,0,3702,0,0,0), - (21479,9525,1,7116,0,-5462.74,-2307.77,55.5127,4.70075,300,5,0,3702,0,0,2), - (21480,9525,1,10152,0,-5409.98,-2532.21,-48.1376,5.35816,300,0,0,3702,0,0,0), - (21481,9525,1,10153,0,-5556.15,-2343.81,-43.9552,0.069813,300,0,0,3702,0,0,0), - (21482,9525,1,7115,0,-5554.35,-2332.71,-43.7871,5.68977,300,0,0,3702,0,0,0), - (21483,4150,1,8392,0,-6627.35,-3565.51,-58.5881,3.50996,300,30,0,1279,0,0,1), - (21484,4150,1,8392,0,-6544.3,-3640.4,-58.6249,1.80089,300,30,0,1279,0,0,1), - (21485,4150,1,8392,0,-6576.12,-3814.78,-58.7242,0.766078,300,3,0,1279,0,0,1), - (21486,4150,1,8392,0,-6589.3,-3815.16,-58.7242,2.25862,300,3,0,1279,0,0,1), - (21487,4150,1,8392,0,-6628.21,-3824.85,-58.625,3.83372,300,30,0,1279,0,0,1), - (21488,4150,1,8392,0,-6541.21,-3856.99,-58.6692,3.57626,300,3,0,1279,0,0,1), - (21489,4150,1,8392,0,-6619.14,-3775.76,-58.625,1.4626,300,30,0,1279,0,0,1), - (21490,4150,1,8392,0,-6614.95,-3889.36,-56,3.10724,300,3,0,1279,0,0,1), - (21491,4150,1,8392,0,-6587.92,-3949.37,-58.625,2.85546,300,10,0,1279,0,0,1), - (21492,4150,1,8392,0,-6582.61,-3863.19,-58.6546,4.1631,300,3,0,1279,0,0,1), - (21493,4150,1,8392,0,-6478.74,-4089.47,-58.625,5.06729,300,30,0,1279,0,0,1), - (21494,4150,1,8392,0,-6565.84,-3909.39,-58.6374,2.05424,300,3,0,1279,0,0,1), - (21495,4150,1,8392,0,-6277.34,-4106.34,-58.625,5.94862,300,30,0,1279,0,0,1), - (21496,4150,1,8392,0,-6523.54,-3926.97,-58.7389,1.09569,300,3,0,1279,0,0,1), - (21497,4150,1,8392,0,-6552.09,-3908.03,-58.6374,4.4477,300,3,0,1279,0,0,2), - (21498,4150,1,8392,0,-6417.78,-3853.99,-58.6282,4.86768,300,30,0,1279,0,0,1), - (21499,4150,1,8392,0,-6511.09,-3812.53,-58.6325,1.1495,300,3,0,1279,0,0,1), - (21500,4150,1,8392,0,-6486.17,-3783.02,-58.6249,3.50356,300,30,0,1279,0,0,1), - (21501,4151,1,12341,0,-5877.64,-4108.8,-58.625,0.748128,300,30,0,977,935,0,1), - (21502,4151,1,12341,0,-5852.85,-4081.76,-58.625,5.71567,300,30,0,977,935,0,1), - (21503,4151,1,12341,0,-6001.08,-4114.81,-58.625,5.96008,300,30,0,977,935,0,1), - (21504,4151,1,12341,0,-6596.02,-3841.79,-58.6546,0.576941,300,3,0,977,935,0,1), - (21505,4151,1,12341,0,-6505.14,-3878.36,-58.7275,3.68525,300,3,0,977,935,0,1), - (21506,4151,1,12341,0,-5483.74,-3954.96,-58.4999,0.337951,300,30,0,977,935,0,1), - (21507,4151,1,12341,0,-5787.9,-4095.27,-58.625,2.99798,300,30,0,977,935,0,1), - (21508,4151,1,12341,0,-6547.38,-3844.84,-58.6692,2.68519,300,3,0,977,935,0,1), - (21509,4151,1,12341,0,-6523.06,-3947.76,-58.625,4.98256,300,10,0,977,935,0,1), - (21510,4151,1,12341,0,-6034.49,-3953.75,-58.625,0.088695,300,30,0,977,935,0,1), - (21511,4151,1,12341,0,-6553.57,-3941.53,-58.625,3.71107,300,10,0,977,935,0,1), - (21512,4151,1,12341,0,-5816.6,-4247.65,-58.625,3.28593,300,30,0,977,935,0,1), - (21513,4151,1,12341,0,-6594.24,-3888.38,-58.6271,0.051044,300,3,0,977,935,0,1), - (21514,4151,1,12341,0,-6577.47,-3888.08,-58.6271,5.99271,300,3,0,977,935,0,1), - (21515,4151,1,12341,0,-6301.23,-4261.62,-58.6267,0.774569,300,0,0,977,935,0,0), - (21516,4151,1,12341,0,-6613.3,-3859.76,-58.6273,0.92237,300,30,0,977,935,0,1), - (21517,4151,1,12341,0,-6595.32,-3927.95,-58.625,3.86479,300,3,0,977,935,0,1), - (21518,4151,1,12341,0,-5587.79,-3978.35,-58.625,5.07854,300,30,0,977,935,0,1), - (21519,4151,1,12341,0,-5728.69,-4234.22,-58.6561,2.26841,300,30,0,977,935,0,1), - (21520,4151,1,12341,0,-6573.52,-3930.75,-58.625,5.91218,300,3,0,977,935,0,1), - (21521,4151,1,12341,0,-6480.03,-3924.75,-58.625,4.94453,300,10,0,977,935,0,1), - (21522,4151,1,12341,0,-5608.25,-3924.92,-58.699,5.6323,300,30,0,977,935,0,1), - (21523,4151,1,12341,0,-5681.63,-4214.14,-58.1248,4.70517,300,30,0,977,935,0,1), - (21524,4151,1,12341,0,-6245.15,-3469.15,-58.3944,1.24366,300,30,0,977,935,0,1), - (21525,4151,1,12341,0,-5863.53,-3817.67,-59.3092,3.53819,300,10,0,977,935,0,1), - (21526,4151,1,12341,0,-5940.93,-3858.27,-58.6882,3.62998,300,10,0,977,935,0,1), - (21527,4151,1,12341,0,-6023.1,-3912.01,-58.625,1.80563,300,30,0,977,935,0,1), - (21528,4151,1,12341,0,-5948.76,-3920.59,-58.625,4.62849,300,30,0,977,935,0,1), - (21529,4151,1,12341,0,-6010.72,-3779.82,-58.625,2.97679,300,30,0,977,935,0,1), - (21530,4151,1,12341,0,-6450.72,-3818.66,-58.6251,3.93015,300,30,0,977,935,0,1), - (21531,4151,1,12341,0,-6315.1,-3621.76,-58.625,0.198919,300,30,0,977,935,0,1), - (21532,4151,1,12341,0,-6516.12,-3902.61,-58.7389,2.65654,300,3,0,977,935,0,1), - (21533,4151,1,12341,0,-6230.33,-3618.07,-58.625,-1.09301,300,0,0,977,935,0,0), - (21534,4151,1,12341,0,-6544.24,-3796.94,-58.6547,5.70204,300,30,0,977,935,0,1), - (21535,4151,1,12341,0,-5910.75,-3751.05,-58.625,5.89575,300,30,0,977,935,0,1), - (21536,4151,1,12341,0,-6201.55,-3681.04,-58.7358,5.82242,300,0,0,977,935,0,0), - (21537,4151,1,12341,0,-6487.98,-3850.83,-58.6249,3.53341,300,30,0,977,935,0,1), - (21538,4151,1,12341,0,-6079.6,-4247.33,-58.625,0.222402,300,30,0,977,935,0,1), - (21539,4151,1,12341,0,-6148.35,-4318.72,-58.6299,5.10264,300,30,0,977,935,0,1), - (21540,4154,1,2305,0,-5711.22,-3984.47,-58.686,2.58905,300,30,0,1050,0,0,1), - (21541,4154,1,2305,0,-5905.13,-4315.64,-58.625,5.02968,300,10,0,1050,0,0,1), - (21542,4154,1,2305,0,-5871.13,-4278.79,-58.625,1.70418,300,10,0,1050,0,0,1), - (21543,4154,1,2305,0,-5882.65,-4303.08,-58.625,4.68298,300,10,0,1050,0,0,1), - (21544,4154,1,2305,0,-5693.13,-3677.12,-58.7434,5.56561,300,30,0,1050,0,0,1), - (21545,4154,1,2305,0,-5990.98,-3532.76,-58.625,0.217933,300,30,0,1050,0,0,1), - (21546,4158,1,10825,0,-6602.18,-3865.56,-58.7499,-2.61482,300,0,0,1163,0,0,0), - (21547,4158,1,10825,0,-6176.85,-3557.04,-58.625,4.43404,300,30,0,1163,0,0,1), - (21548,4158,1,10825,0,-6041.31,-4138.35,-58.625,6.28054,300,30,0,1163,0,0,1), - (21549,4419,1,5445,0,-6194.48,-3916.91,-47.1956,1.74533,300,0,0,2016,0,0,0), - (21550,6730,1,5425,0,-6251.75,-3851.1,-58.6667,5.77704,300,0,0,1605,0,0,0), - (21551,4429,1,7194,0,-6207.22,-3942.37,-58.6251,4.04198,300,0,0,1605,0,0,0), - (21552,4429,1,7193,0,-6223.75,-3946.05,-58.6251,3.24746,300,2,0,1605,0,0,1), - (21553,4429,1,7192,0,-6193.59,-3963.64,-58.6251,0.619627,300,2,0,1605,0,0,1), - (21554,4429,1,7194,0,-6213.15,-3961.21,-58.6251,1.79601,300,0,0,1605,0,0,0), - (21555,4429,1,7193,0,-6221.21,-3946.82,-58.6251,5.5461,300,2,0,1605,0,0,1), - (21556,4430,1,5437,0,-6220.56,-3851.87,-58.6251,3.73381,300,2,0,1605,0,0,1), - (21557,4430,1,5437,0,-6231.76,-3844.51,-58.6251,2.19169,300,0,0,1605,0,0,0), - (21558,4430,1,5437,0,-6218.89,-3846.9,-58.6251,4.02947,300,2,0,1605,0,0,1), - (21559,4430,1,5436,0,-6238.77,-3858.96,-58.6251,1.09202,300,0,0,1605,0,0,0), - (21560,9551,1,8670,0,-5453.35,-2408.38,89.3594,5.70723,300,0,0,2192,0,0,0), - (21561,4945,1,10318,0,-6187.69,-3962.72,-58.6667,0.558505,300,0,0,1764,0,0,0), - (21562,4946,1,2490,0,-6259.69,-3856.48,-58.6667,5.37561,300,0,0,1764,0,0,0), - (21563,10582,1,10209,0,-5445.42,-2420.15,89.5537,0.180528,300,5,0,42,0,0,2), - (21564,14426,1,3898,0,-4752.21,-1865.71,89.0546,0.567454,7200,0,0,920,0,0,0), - (21565,6495,1,7195,0,-6209.62,-3972.96,-58.625,4.80266,300,0,0,2016,0,0,0), - (21566,10079,1,9898,0,-4617,-1851.97,86.1526,5.95157,300,0,0,1005,0,0,0), - (21567,6496,1,5451,0,-6225.8,-3835.3,-58.6667,5.81195,300,0,0,2016,0,0,0), - (21568,4706,1,7206,0,-6198.75,-3967.77,-58.6667,5.21853,300,0,0,1605,0,0,0), - (21569,4707,1,11573,0,-6253.04,-3994.95,-58.6667,5.44543,300,0,0,2016,0,0,0), - (21570,4452,1,5426,0,-6233.24,-3855.97,-58.6667,0.903906,300,0,0,1528,0,0,0), - (21571,4453,1,5428,0,-6228.86,-3871.63,-58.6667,6.03884,300,0,0,1684,0,0,0), - (21572,4709,1,7211,0,-6226.13,-3944.94,-58.6251,5.48331,300,0,0,1605,0,0,0), - (21573,4454,1,5427,0,-6229.03,-3868.18,-58.6667,6.19592,300,0,0,1605,0,0,0), - (21574,3689,1,4301,0,-4901.5,-1360.03,-51.2594,5.41052,300,0,0,1993,0,0,0), - (21575,11116,1,10653,0,-5477.85,-2460.43,89.3671,0.314159,300,0,0,1605,0,0,0), - (21576,11117,1,10652,0,-5464.6,-2447.39,89.4338,0.349066,300,0,0,1605,0,0,0), - (21577,4720,1,5443,0,-6236.99,-3831.23,-58.1364,3.38594,300,0,0,1605,0,0,0), - (21578,4722,1,2739,0,-5483.62,-2463.44,89.3671,0.331613,300,0,0,1605,0,0,0), - (21579,10612,1,10958,0,-5441.89,-2432,89.5842,3.94444,300,0,0,2972,0,0,0), - (21580,10617,1,9532,0,-4937.46,-2168.09,-56.1747,0.847854,300,0,0,787,0,0,2), - (21581,4483,1,4207,0,-5842.36,-3406.93,-50.8497,5.09636,300,0,0,2016,0,0,0), - (21582,10377,1,9901,0,-5401.73,-2410.17,89.2762,1.82392,300,0,0,7040,3252,0,0), - (21583,10636,1,7933,0,-4931.21,-1370.95,-52.3027,4.15388,300,0,0,1029,0,0,0), - (21584,10638,1,10057,0,-4906.05,-1366.99,-52.6008,2.30185,300,0,0,1039,0,0,0), - (21585,4495,1,5438,0,-6223.58,-3846.19,-58.6667,5.0091,300,0,0,2016,0,0,0), - (21586,4496,1,7191,0,-6217.7,-3948.85,-58.6667,1.71042,300,0,0,1605,0,0,0), - (21587,10896,1,10243,0,-4754.08,-2108.98,83.3409,1.47089,300,0,0,950,0,0,0), - (21588,5523,1,6269,0,-5852.68,-3397.62,-50.8497,4.17134,300,0,0,1528,0,0,0), - (21589,5523,1,6269,0,-5829.89,-3406.23,-50.8497,5.07891,300,0,0,1528,0,0,0), - (21590,5523,1,6269,0,-5839.51,-3396.42,-50.8497,5.95157,300,0,0,1528,0,0,0), - (21591,4499,1,4766,0,-5201.8,-1569.02,-48.1368,3.03378,1800,0,0,2970,0,0,2), - (21592,6548,1,5374,0,-6187.18,-3878.24,-58.6667,4.5204,300,0,0,3632,0,0,0), - (21593,10645,1,10093,0,-5480.67,-2456.03,89.3671,6.02139,300,0,0,1605,0,0,0), - (21594,10646,1,10092,0,-4742.52,-2103,83.7146,0.088836,300,0,0,1605,0,0,0), - (21595,4248,1,2713,0,-5347.57,-1824.14,-48.0511,3.16294,300,3,0,896,0,0,1), - (21596,4248,1,2713,0,-4730.83,-1493.96,-33.9789,5.91755,300,5,0,896,0,0,1), - (21597,4248,1,2713,0,-4918.58,-1545.07,-29.5143,3.13183,300,5,0,896,0,0,1), - (21598,4248,1,2713,0,-5278.54,-1657.4,-38.2921,0.65692,300,5,0,896,0,0,1), - (21599,4248,1,2713,0,-4956.44,-2116.66,-32.822,1.57275,300,5,0,896,0,0,1), - (21600,4248,1,2713,0,-4846.34,-2033.67,-31.9196,1.60169,300,3,0,896,0,0,1), - (21601,4248,1,2713,0,-5577.99,-2006.44,-62.7423,2.18851,300,15,0,896,0,0,1), - (21602,4248,1,2713,0,-5513.39,-2103.86,-45.8753,3.25699,300,3,0,896,0,0,1), - (21603,4248,1,2713,0,-5191.97,-1672.33,-59.0752,0.123386,300,10,0,896,0,0,1), - (21604,4248,1,2713,0,-4833.96,-1971.78,-40.0054,4.33439,300,2,0,896,0,0,1), - (21605,4248,1,2713,0,-5341.78,-2060.26,-57.9506,2.19945,300,5,0,896,0,0,1), - (21606,4248,1,2713,0,-4855.21,-1669.79,-32.293,0.176779,300,3,0,896,0,0,1), - (21607,4248,1,2713,0,-5514.41,-1922.21,-59.2229,3.23761,300,15,0,896,0,0,1), - (21608,4248,1,2713,0,-5498.74,-1834.17,-56.5524,6.07957,300,5,0,896,0,0,1), - (21609,4248,1,2713,0,-5483.49,-1966.9,-59.0185,3.8011,300,10,0,896,0,0,1), - (21610,4248,1,2713,0,-5415.51,-1838.82,-48.0396,0.385044,300,10,0,896,0,0,1), - (21611,4248,1,2713,0,-5480.68,-1879.03,-54.8561,1.38764,300,10,0,896,0,0,1), - (21612,4248,1,2713,0,-5474.15,-1742.64,-17.1677,4.40623,300,3,0,896,0,0,1), - (21613,4248,1,2713,0,-5453.73,-1848.62,-51.5586,5.96659,300,15,0,896,0,0,1), - (21614,4248,1,2713,0,-4766.59,-1646.83,-33.1615,0.925342,300,5,0,896,0,0,1), - (21615,4248,1,2713,0,-4768.23,-1503.96,-28.3925,0.970321,300,5,0,896,0,0,1), - (21616,4248,1,2713,0,-4779.24,-1603.66,-49.0083,0.44996,300,10,0,896,0,0,1), - (21617,4248,1,2713,0,-4820.73,-2037.11,-45.1754,1.10104,300,10,0,896,0,0,1), - (21618,4248,1,2713,0,-4805.19,-1656.1,-49.5247,1.47307,300,10,0,896,0,0,1), - (21619,4248,1,2713,0,-5658.98,-2241.97,-54.7012,3.60524,300,15,0,896,0,0,1), - (21620,4248,1,2713,0,-5602.74,-2193.17,-58.407,5.77169,300,15,0,896,0,0,1), - (21621,4248,1,2713,0,-4818.7,-1548.27,-48.7918,2.28888,300,10,0,896,0,0,1), - (21622,4248,1,2713,0,-4759.17,-1595.19,-43.5543,1.38074,300,10,0,896,0,0,1), - (21623,4248,1,2713,0,-5419.64,-2021,-62.5421,6.13217,300,10,0,896,0,0,1), - (21624,4248,1,2713,0,-5567.59,-2523.75,-53.1303,2.27455,300,10,0,896,0,0,1), - (21625,4248,1,2713,0,-5452.87,-1994.12,-58.3646,0.040794,300,5,0,896,0,0,1), - (21626,4248,1,2713,0,-5341.3,-1542.65,-48.9608,6.09652,300,3,0,896,0,0,1), - (21627,4248,1,2713,0,-5321.02,-1986.64,-41.9731,0.785222,300,5,0,896,0,0,1), - (21628,4248,1,2713,0,-5463.01,-2069.58,-54.2578,4.1867,300,5,0,896,0,0,1), - (21629,4248,1,2713,0,-5284.38,-1512.08,-56.5183,5.8848,300,15,0,896,0,0,1), - (21630,4248,1,2713,0,-5076.49,-1442.84,-49.1225,4.97488,300,10,0,896,0,0,1), - (21631,4248,1,2713,0,-5087.05,-1412.25,-51.92,5.4431,300,15,0,896,0,0,1), - (21632,4248,1,2713,0,-5138.88,-1628.86,-45.3948,6.06652,300,3,0,896,0,0,1), - (21633,4248,1,2713,0,-5437.1,-2071.59,-64.0042,6.05858,300,5,0,896,0,0,1), - (21634,4248,1,2713,0,-5158.95,-1376.28,-51.3457,0.813015,300,5,0,896,0,0,1), - (21635,4248,1,2713,0,-5062.76,-1543.17,-48.3789,2.51294,300,10,0,896,0,0,1), - (21636,4248,1,2713,0,-5141.16,-1698.12,-51.3606,1.90489,300,10,0,896,0,0,1), - (21637,4248,1,2713,0,-5214.8,-1435.33,-50.684,5.4995,300,5,0,896,0,0,1), - (21638,4248,1,2713,0,-5249.28,-1508.17,-55.4882,4.78662,300,5,0,896,0,0,1), - (21639,4248,1,2713,0,-5655.35,-2596,-56.4676,3.58994,300,10,0,896,0,0,1), - (21640,4248,1,2713,0,-5550.44,-2575.78,-56.4475,4.6714,300,10,0,896,0,0,1), - (21641,4249,1,10903,0,-4436.1,-968.298,-56.7363,2.05605,300,5,0,896,0,0,1), - (21642,4249,1,10903,0,-4239.1,-856.807,-54.7915,5.98804,300,10,0,896,0,0,1), - (21643,4249,1,10903,0,-5408.98,-3016.41,-39.3093,3.82732,300,10,0,896,0,0,1), - (21644,4249,1,10903,0,-5395.49,-3289.74,-39.3962,1.44741,300,10,0,896,0,0,1), - (21645,4249,1,10903,0,-5311.74,-3204.67,-50.3663,5.65879,300,5,0,896,0,0,1), - (21646,4249,1,10903,0,-5431.24,-3328.7,-37.4414,5.43236,300,15,0,896,0,0,1), - (21647,4249,1,10903,0,-4415.53,-972.139,-55.8161,0.524059,300,5,0,896,0,0,1), - (21648,4249,1,10903,0,-5623.05,-3241.51,-42.2385,1.66579,300,10,0,896,0,0,1), - (21649,4249,1,10903,0,-4352.34,-1018.68,-55.3095,5.88355,300,5,0,896,0,0,1), - (21650,4249,1,10903,0,-4390,-1051.08,-48.1945,4.28366,300,5,0,896,0,0,1), - (21651,4249,1,10903,0,-4290.5,-1002.57,-51.8276,0.0761,300,5,0,896,0,0,1), - (21652,4249,1,10903,0,-5336.23,-2772.49,-42.7782,1.0364,300,5,0,896,0,0,1), - (21653,4249,1,10903,0,-4426.27,-877.716,-55.8202,0.497235,300,15,0,896,0,0,1), - (21654,4249,1,10903,0,-5456.16,-3364.01,-38.3244,1.9346,300,10,0,896,0,0,1), - (21655,4249,1,10903,0,-5464.93,-3404.16,-40.1335,1.79583,300,5,0,896,0,0,1), - (21656,4249,1,10903,0,-5471.35,-3304.56,-34.8121,1.26698,300,5,0,896,0,0,1), - (21657,4249,1,10903,0,-5449.23,-3248.57,-31.7822,6.19692,300,10,0,896,0,0,1), - (21658,4249,1,10903,0,-5568.4,-2804.24,-45.7389,4.49775,300,3,0,896,0,0,1), - (21659,4249,1,10903,0,-5515.93,-3285.58,-37.8915,3.21808,300,5,0,896,0,0,1), - (21660,4249,1,10903,0,-4554.02,-1221.76,-55.9463,0.714514,300,0,0,896,0,0,2), - (21661,4249,1,10903,0,-4549.79,-1212.04,-55.4009,0.54684,300,0,0,896,0,0,2), - (21662,4249,1,10903,0,-4596.77,-951.997,-51.1206,0.894448,300,5,0,896,0,0,1), - (21663,4249,1,10903,0,-5653.34,-3418.81,-46.5446,4.18202,300,10,0,896,0,0,1), - (21664,4249,1,10903,0,-4970.2,-1389.16,-44.8209,4.5058,300,5,0,896,0,0,1), - (21665,4249,1,10903,0,-5743.77,-3259.74,-26.4942,5.5932,300,5,0,896,0,0,1), - (21666,4249,1,10903,0,-5650.16,-3083.11,-47.4584,0.402515,300,15,0,896,0,0,1), - (21667,4249,1,10903,0,-5787.85,-3351.07,-42.5618,4.62633,300,15,0,896,0,0,1), - (21668,4249,1,10903,0,-5735.85,-3169.57,-36.0023,4.83577,300,10,0,896,0,0,1), - (21669,4249,1,10903,0,-5542.73,-3057.78,-45.011,3.94481,300,5,0,896,0,0,1), - (21670,4249,1,10903,0,-5594.44,-3091.59,-48.9273,0.453158,300,15,0,896,0,0,1), - (21671,4249,1,10903,0,-4871.36,-1122.5,-53.1197,1.54931,300,5,0,896,0,0,1), - (21672,4249,1,10903,0,-4943.27,-1319.9,-43.5462,4.29776,300,5,0,896,0,0,1), - (21673,4249,1,10903,0,-4962.21,-1259.82,-45.6173,5.60049,300,5,0,896,0,0,1), - (21674,4249,1,10903,0,-5781.08,-3439.59,-50.8918,4.90339,300,15,0,896,0,0,1), - (21675,4249,1,10903,0,-5660.86,-3019.47,-46.8671,1.92494,300,10,0,896,0,0,1), - (21676,4249,1,10903,0,-4723.79,-969.283,-52.627,2.1979,300,5,0,896,0,0,1), - (21677,4250,1,2726,0,-4977.34,-1239.3,-46.8988,2.65175,300,0,0,664,0,0,0), - (21678,4250,1,2726,0,-4987.01,-1238.28,-48.043,2.73209,300,0,0,664,0,0,0), - (21679,4250,1,2726,0,-4984.87,-1244.8,-46.1049,2.67263,300,0,0,664,0,0,0), - (21680,4251,1,10318,0,-6225.51,-3941.11,-58.6251,0.171547,300,0,0,1764,0,0,0), - (21681,4507,1,2591,0,-6221.08,-3930.32,-58.7198,4.2404,300,0,0,644,0,0,0), - (21682,4252,1,2490,0,-6213.07,-3849.85,-58.6251,4.79829,300,0,0,1764,0,0,0), - (21683,5792,1,10989,0,-6203.96,-4029.41,-58.6667,0.366519,300,0,0,2016,0,0,0), - (21684,9377,1,8549,0,-5806.09,-4050.31,-58.625,2.15814,300,30,0,1232,0,0,1), - (21685,9377,1,8549,0,-6619.94,-3582.93,-58.625,4.53938,300,30,0,1232,0,0,1), - (21686,9377,1,8549,0,-5516.4,-3748.11,-58.625,1.46984,300,30,0,1232,0,0,1), - (21687,9377,1,8549,0,-5647.39,-3565.68,-58.6129,4.51155,300,30,0,1232,0,0,1), - (21688,9377,1,8549,0,-5904.59,-3598.67,-58.6398,2.39486,300,30,0,1232,0,0,1), - (21689,9377,1,8549,0,-6059.75,-3835.88,-58.6561,5.92024,300,30,0,1232,0,0,1), - (21690,2986,1,10969,0,-5183.59,-2806.95,-6.92009,2.68781,300,0,0,1528,0,0,0), - (21691,6576,1,5366,0,-4495.82,-740.714,-25.4125,5.77704,300,0,0,2471,0,0,0), - (21692,10427,1,9900,0,-5156.69,-1220.49,48.7887,2.33874,300,0,0,1002,0,0,0), - (21693,10428,1,9902,0,-4915.57,-1381.18,-52.6008,5.14872,300,0,0,974,0,0,0), - (21694,10941,1,10981,0,-4921.56,-1376.35,-52.529,5.06145,300,0,0,1130,0,0,0), - (21695,4545,1,4206,0,-5853.93,-3418.15,-50.92,3.54503,300,0,0,2016,0,0,0), - (21696,4546,1,4208,0,-5839.01,-3416.45,-50.8497,2.23402,300,0,0,1342,0,0,0), - (21697,4547,1,4205,0,-5846.76,-3411.8,-51.045,1.19514,300,0,0,2016,0,0,0), - (21698,4548,1,2609,0,-4547.17,-1216.3,-56.1795,0.546789,300,5,0,1002,0,0,2), - (21700,4317,1,2412,0,-5407.12,-2419.61,89.7094,2.16421,600,0,0,7423,7071,0,0), - (21701,6626,1,5369,0,-6185.16,-3936.33,-58.6251,4.75002,300,0,0,64,0,0,0), - (21702,7404,1,2290,0,-4897.98,-2280.38,-71.534,3.10669,300,0,0,1002,0,0,0), - (21703,7404,1,2290,0,-4898.52,-2284.04,-71.3708,2.82743,300,0,0,1002,0,0,0), - (21704,3053,1,7219,0,-6225.51,-3970.78,-58.6667,5.84685,300,0,0,1605,0,0,0), - (21705,10992,1,1095,0,-4688.74,-1434.57,-50.4572,5.77704,600,0,0,2865,0,0,0), - (21706,6139,1,2297,0,-4919.2,-882.57,75.4972,4.21778,300,10,0,896,0,0,1), - (21707,6139,1,2297,0,-5009.22,-920.408,63.3593,0.179354,300,10,0,896,0,0,1), - (21708,6139,1,2297,0,-5075.84,-1013.62,53.0079,0.622111,300,10,0,896,0,0,1), - (21709,4093,1,9414,0,-5128.38,-2392.5,-53.3992,4.99588,300,0,0,734,0,0,0), - (21710,4093,1,9414,0,-5173.44,-2575.52,-50.4724,2.23899,300,5,0,734,0,0,1), - (21711,4093,1,9414,0,-5154.66,-2315.02,-45.024,5.40395,300,0,0,734,0,0,0), - (21712,4093,1,9414,0,-5079.83,-2189.45,-54.0368,2.4461,300,5,0,734,0,0,1), - (21713,4093,1,9414,0,-5080.67,-2212.16,-54.8923,4.05246,300,0,0,734,0,0,0), - (21714,4093,1,9414,0,-5063.73,-2220.94,-54.6648,3.23111,300,5,0,734,0,0,1), - (21715,4093,1,9414,0,-5087.37,-2256.76,-54.4114,0.986322,300,5,0,734,0,0,1), - (21716,4093,1,9414,0,-4919.85,-2152.09,-56.0816,6.05514,300,10,0,734,0,0,1), - (21717,4093,1,9414,0,-5038.49,-2205.39,-54.3871,3.25489,300,5,0,734,0,0,1), - (21718,4093,1,9414,0,-5195.05,-2463.22,-51.4731,3.88572,300,0,0,734,0,0,0), - (21719,4093,1,9414,0,-5066.04,-2297.77,-53.2635,2.65313,300,0,0,734,0,0,0), - (21720,4093,1,9414,0,-5055.38,-2254.64,-53.4069,0.215477,300,0,0,734,0,0,0), - (21721,4093,1,9414,0,-5145.34,-2482.28,-51.3912,3.7163,300,5,0,734,0,0,1), - (21722,4093,1,9414,0,-5178.61,-2454.46,-52.5981,5.50656,300,5,0,734,0,0,1), - (21723,4093,1,9414,0,-5158.71,-2534.69,-50.5416,1.20416,300,5,0,734,0,0,1), - (21724,4093,1,9414,0,-5149.26,-2508.91,-50.7361,2.81164,300,0,0,734,0,0,0), - (21725,4093,1,9414,0,-5122.96,-2422.44,-52.1968,3.91843,300,5,0,734,0,0,1), - (21726,4093,1,9414,0,-5120.7,-2354.04,-54.4247,3.23573,300,5,0,734,0,0,1), - (21727,4093,1,9414,0,-5245.87,-2569.35,-39.5497,4.99414,300,5,0,734,0,0,1), - (21728,4093,1,9414,0,-5160.67,-2415.56,-49.7905,1.00547,300,5,0,734,0,0,1), - (21729,4093,1,9414,0,-5159.4,-2373.53,-42.2905,5.98622,300,0,0,734,0,0,0), - (21730,4093,1,9414,0,-5083.17,-2147.17,-45.5779,2.36724,300,5,0,734,0,0,1), - (21731,4093,1,9414,0,-5077.25,-2188.16,-54.6404,1.97423,300,5,0,734,0,0,1), - (21732,4094,1,9411,0,-5183.42,-2613.66,-50.7806,5.72754,300,5,0,664,0,0,1), - (21733,4094,1,9411,0,-5046.71,-2221.07,-54.1371,0.239034,300,0,0,664,0,0,0), - (21734,4094,1,9411,0,-5048.64,-2243.56,-53.4069,1.64091,300,5,0,664,0,0,1), - (21735,4094,1,9411,0,-5049.55,-2162.84,-52.1321,5.59244,300,0,0,664,0,0,0), - (21736,4094,1,9411,0,-4991.18,-2245.23,-52.3662,1.876,300,5,0,664,0,0,1), - (21737,4094,1,9411,0,-4981.83,-2185.43,-52.142,0.472652,300,5,0,664,0,0,1), - (21738,4094,1,9411,0,-4977.98,-2212.54,-53.8938,5.12973,300,0,0,664,0,0,0), - (21739,4094,1,9411,0,-5011.74,-2180.8,-47.2178,0.183397,300,5,0,664,0,0,1), - (21740,4094,1,9411,0,-5243.82,-2436.51,-41.5125,3.69272,300,0,0,664,0,0,2), - (21741,4094,1,9411,0,-4995.15,-2220.33,-53.0861,1.00365,300,15,0,664,0,0,1), - (21742,4094,1,9411,0,-5023.08,-2243.37,-52.7652,5.92276,300,5,0,664,0,0,1), - (21743,4094,1,9411,0,-5134.59,-2432.02,-52.4155,4.37974,300,0,0,664,0,0,0), - (21744,4094,1,9411,0,-5046.78,-2331.84,-52.7878,4.27647,300,0,0,664,0,0,0), - (21745,4094,1,9411,0,-5080.52,-2338.25,-53.8332,4.191,300,5,0,664,0,0,1), - (21746,4094,1,9411,0,-5180.68,-2531.83,-50.8602,5.3284,300,0,0,664,0,0,0), - (21747,4094,1,9411,0,-5080.41,-2350.34,-53.7724,2.93941,300,5,0,664,0,0,1), - (21748,4094,1,9411,0,-5148.56,-2454.34,-52.4613,1.86159,300,5,0,664,0,0,1), - (21749,4094,1,9411,0,-5195.38,-2512.04,-49.3071,3.7301,300,5,0,664,0,0,2), - (21750,4094,1,9411,0,-5251.34,-2438.9,-40.8989,4.79171,300,5,0,664,0,0,1), - (21751,4094,1,9411,0,-5224.01,-2453.87,-47.2694,6.2304,300,5,0,664,0,0,1), - (21752,4094,1,9411,0,-5153.6,-2350.5,-43.1282,3.82227,300,0,0,664,0,0,0), - (21753,4095,1,9417,0,-4617.76,-1182.1,-51.6653,5.48674,300,5,0,840,0,0,1), - (21754,4095,1,9417,0,-4601.86,-1218.06,-54.8467,3.12377,300,5,0,840,0,0,1), - (21755,4095,1,9417,0,-4518.94,-1189.15,-57.7645,4.68803,300,5,0,840,0,0,1), - (21756,4095,1,9417,0,-4611.91,-1346.39,-42.0277,5.93054,300,5,0,840,0,0,1), - (21757,4095,1,9417,0,-4616.99,-1255.26,-52.2356,6.19171,300,5,0,840,0,0,1), - (21758,4095,1,9417,0,-4629.81,-1163.65,-47.6293,3.05363,300,5,0,840,0,0,1), - (21759,4095,1,9417,0,-4881.18,-2353.13,-55.0758,1.66179,300,3,0,840,0,0,1), - (21760,4095,1,9417,0,-4927.95,-2366.46,-50.959,2.71104,300,3,0,840,0,0,1), - (21761,4095,1,9417,0,-4944.33,-2330.71,-53.6269,2.74017,300,0,0,840,0,0,0), - (21762,4095,1,9417,0,-4958.63,-2388.63,-54.7698,1.62098,300,3,0,840,0,0,1), - (21763,4095,1,9417,0,-4977.71,-2381.61,-57.3717,5.84986,300,5,0,840,0,0,2), - (21764,4095,1,9417,0,-4928.74,-2410.12,-53.2477,3.66309,300,3,0,840,0,0,1), - (21765,4095,1,9417,0,-4920.56,-2305.6,-68.3072,5.72516,300,3,0,840,0,0,1), - (21766,4095,1,9417,0,-4872.25,-2322.95,-55.0035,0.768021,300,3,0,840,0,0,1), - (21767,4095,1,9417,0,-4973.67,-2278.87,-63.5991,4.42601,300,5,0,840,0,0,1), - (21768,4095,1,9417,0,-4952.94,-2337.3,-56.5321,2.46091,300,0,0,840,0,0,0), - (21769,4095,1,9417,0,-4875.33,-2335.51,-53.3815,2.40213,300,3,0,840,0,0,2), - (21770,4095,1,9417,0,-4940.13,-2313.92,-69.4303,2.79516,300,3,0,840,0,0,1), - (21771,4095,1,9417,0,-4981.09,-2324.84,-56.7489,1.63,300,5,0,840,0,0,1), - (21772,9985,1,9259,0,-7163,-3824.13,8.66409,1.11701,300,0,0,1605,0,0,0), - (21773,8196,1,8317,0,-8294.49,-4586.79,8.97121,5.56651,600,0,0,6645,0,0,0), - (21774,8197,1,6370,0,-8105.5,-4645.59,-1.26068,5.21357,600,0,0,37728,0,0,0), - (21775,8198,1,8318,0,-8145.5,-4540.84,-0.35593,0.7353,600,0,0,7105,0,0,0), - (21777,5645,1,6414,0,-6942.08,-3139.17,30.6899,2.69033,300,5,0,4953,0,0,1), - (21778,5389,1,5575,0,-9418.59,-2755.11,20.4964,4.4855,300,0,0,2972,0,0,0), - (21779,5645,1,6414,0,-7008.04,-2720.43,9.60677,6.17569,300,15,0,4953,0,0,1), - (21780,5645,1,6414,0,-7252.97,-3045.79,8.75617,0.141143,300,5,0,4953,0,0,1), - (21781,5645,1,6414,0,-7219.99,-3044.57,9.49078,2.33268,300,5,0,4953,0,0,1), - (21782,5645,1,6414,0,-7259.43,-2986.51,8.9205,3.00929,300,5,0,4953,0,0,1), - (21783,5645,1,6413,0,-7145.69,-2948.89,10.2962,0.055484,300,5,0,4953,0,0,1), - (21784,5645,1,6413,0,-6853.41,-2953.13,9.12551,4.75489,300,5,0,4953,0,0,1), - (21785,5646,1,6411,0,-6997.4,-2800.52,9.38372,4.89021,300,0,0,5148,0,0,0), - (21786,5646,1,6411,0,-6886.99,-2875.59,11.3125,2.36545,300,15,0,5148,0,0,1), - (21787,5646,1,6412,0,-7016.69,-2747.4,11.8106,3.0083,300,0,0,5148,0,0,0), - (21788,5646,1,6412,0,-7079.51,-2813.76,10.2518,3.17907,300,5,0,5148,0,0,1), - (21789,5646,1,6412,0,-6875.45,-2851.46,12.5422,0.036273,300,15,0,5148,0,0,1), - (21790,5646,1,6412,0,-7252.23,-3011.48,8.92023,1.55142,300,5,0,5148,0,0,1), - (21791,5646,1,6411,0,-7181.32,-2952.31,10.7076,5.23645,300,5,0,5148,0,0,1), - (21792,5646,1,6412,0,-7151.97,-2985.65,11.7705,2.21896,300,5,0,5148,0,0,1), - (21793,5646,1,6412,0,-7188.08,-3003.46,9.4205,0.593638,300,5,0,5148,0,0,1), - (21794,5646,1,6412,0,-7223.48,-3010.56,8.92048,1.73214,300,5,0,5148,0,0,1), - (21795,5646,1,6411,0,-6954.39,-3151.27,8.9216,3.1955,300,15,0,5148,0,0,1), - (21796,12046,1,10709,0,-8534.26,-3082.25,8.78313,0.942478,300,0,0,2672,0,0,0), - (21797,5647,1,6416,0,-6885.72,-3081.31,9.70834,4.25656,300,5,0,3776,2864,0,1), - (21798,5647,1,6416,0,-7050.3,-2785.28,9.92508,1.47172,300,10,0,3776,2864,0,1), - (21799,5647,1,6416,0,-7048.09,-2817.65,9.1714,0.676444,300,15,0,3776,2864,0,1), - (21800,5647,1,6416,0,-6992.06,-2811.29,11.7326,3.00365,300,0,0,3776,2864,0,0), - (21801,5647,1,6416,0,-7062.73,-2716.13,9.53457,4.47372,300,15,0,3776,2864,0,1), - (21802,5647,1,6415,0,-7013.26,-2812.73,9.34784,0.626487,300,15,0,3776,2864,0,1), - (21803,5647,1,6416,0,-6985.08,-2845.48,13.256,5.87113,300,15,0,3776,2864,0,1), - (21804,5647,1,6416,0,-7013.88,-2776.03,9.8768,1.99711,300,0,0,3776,2864,0,0), - (21805,5647,1,6415,0,-7085.92,-2788.99,10.5251,1.93001,300,10,0,3776,2864,0,1), - (21806,5647,1,6416,0,-7083.82,-2749.59,10.504,2.84223,300,15,0,3776,2864,0,1), - (21807,5647,1,6415,0,-7051.79,-2742.17,9.66803,1.41999,300,15,0,3776,2864,0,1), - (21808,5647,1,6416,0,-7061.81,-2779.51,11.0279,3.30197,300,0,0,3776,2864,0,0), - (21809,5647,1,6416,0,-7148.94,-3020.12,10.1204,4.85689,300,5,0,3776,2864,0,1), - (21810,5647,1,6416,0,-7190,-3047.19,9.01872,2.11931,300,5,0,3776,2864,0,1), - (21811,5647,1,6416,0,-7239.84,-3014.58,8.92023,3.10292,300,5,0,3776,2864,0,1), - (21812,5647,1,6415,0,-7189.39,-3003.82,31.232,2.07687,300,5,0,3776,2864,0,1), - (21813,5647,1,6415,0,-6851.08,-2914.59,9.00176,3.716,300,10,0,3776,2864,0,1), - (21814,5647,1,6416,0,-6849.18,-2878.56,9.63682,0.170167,300,5,0,3776,2864,0,1), - (21815,5647,1,6416,0,-6852.75,-2857.13,11.4737,5.40442,300,10,0,3776,2864,0,1), - (21816,5647,1,6416,0,-6947.22,-3182.49,10.2307,5.73228,300,15,0,3776,2864,0,1), - (21817,5647,1,6415,0,-6919.69,-3148.93,8.92048,2.13241,300,5,0,3776,2864,0,1), - (21818,5647,1,6415,0,-6918.78,-3185.79,9.26469,3.91995,300,5,0,3776,2864,0,1), - (21819,5647,1,6415,0,-7218.81,-2954.82,8.64693,1.73306,300,5,0,3776,2864,0,1), - (21820,8736,1,8010,0,-7150.31,-3830.19,8.5924,1.50098,300,0,0,3866,0,0,0), - (21821,16417,1,15324,0,-7082.3,-3697.1,9.53218,0.383972,300,0,0,2800,0,0,0), - (21822,11811,1,11757,0,-6729.7,-4720.48,21.6995,5.34071,300,0,0,2972,3801,0,0), - (21823,5411,1,7217,0,-7200.43,-3769.82,8.75939,5.89921,300,0,0,3900,0,0,0), - (21824,5419,1,141,0,-7232.11,-3463.38,22.8341,3.37615,300,25,0,1981,0,0,1), - (21825,5419,1,141,0,-7204.83,-3559.49,11.0466,5.70386,300,25,0,1981,0,0,1), - (21826,5419,1,141,0,-6881.29,-3016.16,10.2719,4.06694,300,25,0,1981,0,0,1), - (21827,5419,1,141,0,-7261.7,-3170.66,9.69145,2.37277,300,25,0,1981,0,0,1), - (21828,5419,1,141,0,-7250.18,-2783.3,11.0743,3.98613,300,25,0,1981,0,0,1), - (21829,5419,1,141,0,-7384.42,-2659.69,10.9185,4.77103,300,25,0,1981,0,0,1), - (21830,5419,1,141,0,-7707.65,-3958.36,9.37468,5.56269,300,25,0,1981,0,0,1), - (21831,5419,1,141,0,-7438.71,-3642.58,9.0608,1.81957,300,25,0,1981,0,0,1), - (21832,5419,1,141,0,-7660.08,-3815,14.3844,6.23834,300,25,0,1981,0,0,1), - (21833,14123,1,7114,0,-6897.33,-4759.57,9.86013,3.93661,300,15,0,1981,0,0,1), - (21834,14123,1,7114,0,-7149.54,-4846.48,0.680841,5.15753,300,15,0,1981,0,0,1), - (21835,14123,1,7114,0,-7820.95,-5221.76,-8.04731,2.35672,300,15,0,1981,0,0,1), - (21836,14123,1,7114,0,-7418.07,-4946.77,-1.99812,5.43678,300,15,0,1981,0,0,1), - (21837,14123,1,7114,0,-7685.06,-5079.76,-7.53802,5.61982,300,15,0,1981,0,0,1), - (21838,14123,1,7114,0,-7699.08,-4930.32,-1.16336,5.05673,300,0,0,1981,0,0,0), - (21839,14123,1,7114,0,-7853.5,-5275.31,-4.89302,5.92371,300,15,0,1981,0,0,1), - (21840,14123,1,7114,0,-7613.66,-4915.94,-6.4572,0.582591,300,15,0,1981,0,0,1), - (21841,14123,1,7114,0,-7820.43,-5257.31,-8.30017,0.999924,300,15,0,1981,0,0,1), - (21842,14123,1,7114,0,-7764.69,-5103.61,0.40353,1.57275,300,15,0,1981,0,0,1), - (21843,5419,1,141,0,-7303.96,-3685.36,9.92078,3.23932,300,25,0,1981,0,0,1), - (21844,5419,1,141,0,-6987.09,-3822.26,11.7691,1.88881,300,25,0,1981,0,0,1), - (21845,5419,1,141,0,-7090.34,-4204.83,10.1769,2.58341,300,25,0,1981,0,0,1), - (21846,5419,1,141,0,-6817.93,-2752.4,28.6007,0.509943,300,25,0,1981,0,0,1), - (21847,5419,1,141,0,-7386.1,-2752.66,13.1268,0.982794,300,25,0,1981,0,0,1), - (21848,5419,1,141,0,-7313.35,-3125.2,9.47657,5.05266,300,25,0,1981,0,0,1), - (21849,5419,1,141,0,-6897.37,-2962.44,9.62676,1.22762,300,3,0,1981,0,0,1), - (21850,5419,1,141,0,-7717,-3803.61,23.0949,1.64591,300,25,0,1981,0,0,1), - (21851,5419,1,141,0,-7657.43,-3674.71,24.6571,2.66048,300,25,0,1981,0,0,1), - (21852,5419,1,141,0,-7708.93,-3744.84,26.9298,1.54783,300,25,0,1981,0,0,1), - (21853,14123,1,7114,0,-6712.36,-4853.42,-2.4986,6.02754,300,15,0,1981,0,0,1), - (21854,14123,1,7114,0,-7063.03,-4908.05,-5.70614,1.80535,300,15,0,1981,0,0,1), - (21855,14123,1,7114,0,-7542.11,-4875.38,0.616043,3.72492,300,15,0,1981,0,0,1), - (21856,14123,1,7114,0,-6742.75,-4840.46,0.681917,4.63339,300,15,0,1981,0,0,1), - (21857,14123,1,7114,0,-7378.5,-4947.44,-11.7608,0.503379,300,15,0,1981,0,0,1), - (21858,14123,1,7114,0,-7578.06,-4939.5,-6.82587,4.24917,300,15,0,1981,0,0,1), - (21859,14123,1,7114,0,-6804.02,-4859.49,0.679712,5.07407,300,15,0,1981,0,0,1), - (21860,14123,1,7114,0,-6970.85,-4920.84,-12.6877,6.06547,300,15,0,1981,0,0,1), - (21861,14123,1,7114,0,-6699.81,-4859.48,-8.07475,3.81755,300,15,0,1981,0,0,1), - (21862,14123,1,7114,0,-6862.72,-4896.75,-3.6079,2.67358,300,15,0,1981,0,0,1), - (21863,5419,1,141,0,-7120.49,-4720.51,11.5084,0.804789,300,25,0,1981,0,0,1), - (21864,5419,1,141,0,-7243.57,-3284.34,10.0855,3.16112,300,25,0,1981,0,0,1), - (21865,5419,1,141,0,-7388.16,-2891.28,8.92048,1.26856,300,25,0,1981,0,0,1), - (21866,5419,1,141,0,-7401.62,-3041.71,11.4237,2.72208,300,25,0,1981,0,0,1), - (21867,5419,1,141,0,-7206.59,-3411.09,11.749,5.23372,300,25,0,1981,0,0,1), - (21868,5419,1,141,0,-7732.71,-3083.51,50.2872,3.13769,300,25,0,1981,0,0,1), - (21869,5419,1,141,0,-7483.21,-3425.36,16.6707,0.190504,300,25,0,1981,0,0,1), - (21870,14123,1,7114,0,-7451.76,-4918.8,0.39031,5.76186,300,15,0,1981,0,0,1), - (21871,14123,1,7114,0,-7257.76,-4944.02,-9.60715,4.56752,300,15,0,1981,0,0,1), - (21872,14123,1,7114,0,-7521.84,-4934.7,-9.32233,4.98532,300,15,0,1981,0,0,1), - (21873,14123,1,7114,0,-7142.26,-4931.4,-7.10383,4.17212,300,15,0,1981,0,0,1), - (21874,14123,1,7114,0,-7079.52,-4888.16,-1.16185,5.85563,300,15,0,1981,0,0,1), - (21875,14123,1,7114,0,-7588.39,-4888.28,-1.04754,0.374817,300,15,0,1981,0,0,1), - (21876,14123,1,7114,0,-6877.57,-4924.21,-15.4173,0.928348,300,15,0,1981,0,0,1), - (21877,14123,1,7114,0,-6775.01,-4894.7,-7.12604,3.93248,300,15,0,1981,0,0,1), - (21878,14123,1,7114,0,-7029.91,-4703.65,9.12676,2.23584,300,15,0,1981,0,0,1), - (21879,14123,1,7114,0,-7709.58,-5151.98,-8.22749,6.22973,300,0,0,1981,0,0,0), - (21880,5419,1,141,0,-7317.61,-3226.51,9.54318,6.0283,300,25,0,1981,0,0,1), - (21881,5419,1,141,0,-6955.08,-3354.64,9.64528,5.80203,300,25,0,1981,0,0,1), - (21882,5419,1,141,0,-7510.14,-3562.65,11.1003,2.84209,300,25,0,1981,0,0,1), - (21883,5419,1,141,0,-7514.84,-3078.61,13,1.47104,300,25,0,1981,0,0,1), - (21884,5419,1,141,0,-7359.4,-3367.63,9.89293,2.78931,300,25,0,1981,0,0,1), - (21885,5419,1,141,0,-7651.79,-3509.06,21.2023,1.75362,300,25,0,1981,0,0,1), - (21886,5419,1,141,0,-7448.51,-3300.67,12.3774,0.505581,300,25,0,1981,0,0,1), - (21887,5419,1,141,0,-7570.64,-3028.03,12.9989,5.57047,300,25,0,1981,0,0,1), - (21888,5419,1,141,0,-7721.12,-3646.86,36.8069,1.21568,300,25,0,1981,0,0,1), - (21889,14123,1,7114,0,-7673.45,-4954.05,-8.87002,1.51638,300,15,0,1981,0,0,1), - (21890,14123,1,7114,0,-7178.35,-4851.75,8.76391,3.01046,300,15,0,1981,0,0,1), - (21891,14123,1,7114,0,-7624.55,-4852.21,0.206714,4.52764,300,15,0,1981,0,0,1), - (21892,14123,1,7114,0,-7021.25,-4873.34,-3.52731,1.50241,300,15,0,1981,0,0,1), - (21893,14123,1,7114,0,-7189.71,-4918.96,0.150004,4.21372,300,0,0,1981,0,0,0), - (21894,14123,1,7114,0,-7679.76,-4860.96,0.641607,1.33236,300,15,0,1981,0,0,1), - (21895,14123,1,7114,0,-6673.6,-4892.05,-13.8847,0.704213,300,15,0,1981,0,0,1), - (21896,14123,1,7114,0,-7498.87,-4943.07,-5.39578,2.86408,300,0,0,1981,0,0,0), - (21897,14123,1,7114,0,-6829.95,-4789.45,9.97958,3.39604,300,15,0,1981,0,0,1), - (21898,14123,1,7114,0,-6775.88,-4925.16,-13.1975,6.27626,300,15,0,1981,0,0,1), - (21899,5419,1,141,0,-6985.89,-4214.48,9.00652,4.81511,300,10,0,1981,0,0,1), - (21900,5419,1,141,0,-7056.87,-2602.53,9.98904,1.86412,300,3,0,1981,0,0,1), - (21901,5419,1,141,0,-6935.54,-3374.63,13.869,0.896055,300,3,0,1981,0,0,1), - (21902,5419,1,141,0,-7375.66,-2592.89,9.57486,3.66728,300,3,0,1981,0,0,1), - (21903,5419,1,141,0,-7317.79,-2818.01,11.9541,1.43942,300,25,0,1981,0,0,1), - (21904,5419,1,141,0,-7649.33,-3172.51,46.7795,1.00122,300,25,0,1981,0,0,1), - (21905,5419,1,141,0,-7539.35,-3288.77,26.2777,5.50884,300,25,0,1981,0,0,1), - (21906,5419,1,141,0,-7512.94,-3416.28,21.6042,3.41641,300,25,0,1981,0,0,1), - (21907,14123,1,7114,0,-7233,-4892.67,0.580003,0.242608,300,15,0,1981,0,0,1), - (21908,14123,1,7114,0,-7768.54,-5174.81,-9.08805,2.01033,300,15,0,1981,0,0,1), - (21909,14123,1,7114,0,-7650.49,-4903.09,-8.49882,4.75163,300,15,0,1981,0,0,1), - (21910,5419,1,141,0,-7223.2,-4406.26,9.11699,5.57171,300,25,0,1981,0,0,1), - (21911,5419,1,141,0,-7313.72,-3747.19,10.4078,4.43152,300,25,0,1981,0,0,1), - (21912,5419,1,141,0,-7053.57,-3365.02,9.33407,1.68232,300,25,0,1981,0,0,1), - (21913,5419,1,141,0,-7048.15,-3088.32,12.589,-2.93342,300,0,0,1981,0,0,0), - (21914,5419,1,141,0,-7513.27,-3703.04,11.8373,5.0999,300,25,0,1981,0,0,1), - (21915,5419,1,141,0,-7384.63,-3254.71,12.3273,4.87784,300,25,0,1981,0,0,1), - (21916,5419,1,141,0,-7656.15,-3537.27,22.3554,0.895401,300,25,0,1981,0,0,1), - (21917,5419,1,141,0,-7654.24,-3233.63,60.3062,1.95493,300,25,0,1981,0,0,1), - (21918,5419,1,141,0,-7383.96,-3619.66,9.33682,1.61773,300,25,0,1981,0,0,1), - (21919,5419,1,141,0,-6775.91,-4607.98,30.751,0.618024,300,25,0,1981,0,0,1), - (21920,5419,1,141,0,-7324.02,-2680.59,9.87968,5.84964,300,25,0,1981,0,0,1), - (21921,5419,1,141,0,-6911.55,-2589.22,9.18952,4.60864,300,3,0,1981,0,0,1), - (21922,5419,1,141,0,-7446.81,-3203.48,11.4348,2.11823,300,25,0,1981,0,0,1), - (21923,5419,1,141,0,-7653.38,-3599.89,27.2241,1.4079,300,25,0,1981,0,0,1), - (21924,5419,1,141,0,-7579.78,-3209.53,37.525,1.01377,300,25,0,1981,0,0,1), - (21925,5419,1,141,0,-7652.18,-3953.9,11.5894,0.053601,300,25,0,1981,0,0,1), - (21926,5419,1,141,0,-7588.6,-3407.43,44.7707,0.060591,300,25,0,1981,0,0,1), - (21927,5419,1,141,0,-7711.28,-3023.93,34.8943,6.09994,300,25,0,1981,0,0,1), - (21928,5419,1,141,0,-7391.18,-3285.36,10.0942,6.11164,300,25,0,1981,0,0,1), - (21929,5419,1,141,0,-7139.43,-3609.53,8.15272,0.388483,300,25,0,1981,0,0,1), - (21930,5419,1,141,0,-7448.59,-4153.11,10.2769,5.00405,300,25,0,1981,0,0,1), - (21931,5419,1,141,0,-7516.58,-4084.74,9.30273,5.55782,300,25,0,1981,0,0,1), - (21932,5419,1,141,0,-7577.81,-3463.76,26.6633,2.04318,300,25,0,1981,0,0,1), - (21933,5419,1,141,0,-7585.77,-3880.4,9.70276,2.07818,300,25,0,1981,0,0,1), - (21934,5419,1,141,0,-7647.12,-3883.76,10.2469,5.38012,300,25,0,1981,0,0,1), - (21935,5419,1,141,0,-7120.39,-3396.5,9.97033,1.24657,300,25,0,1981,0,0,1), - (21936,5419,1,141,0,-7123.21,-3279.5,10.0991,3.18454,300,25,0,1981,0,0,1), - (21937,5419,1,141,0,-7189.14,-2818.82,9.25176,6.19773,300,25,0,1981,0,0,1), - (21938,5419,1,141,0,-7450.55,-3117.09,13.8635,1.65214,300,25,0,1981,0,0,1), - (21939,5419,1,141,0,-7549.71,-3751.56,9.36176,0.159248,300,25,0,1981,0,0,1), - (21940,5419,1,141,0,-6982.04,-3012.55,10.9804,1.22418,300,25,0,1981,0,0,1), - (21941,7724,1,7173,0,-7139.19,-3683.27,21.0269,1.20428,300,0,0,2868,0,0,0), - (21942,5420,1,7344,0,-8711.8,-3688.38,27.0708,5.36799,300,25,0,2310,0,0,1), - (21943,5420,1,7344,0,-8260.83,-4436.28,9.02159,5.40143,300,25,0,2310,0,0,1), - (21944,5420,1,7344,0,-8653.91,-3424.44,12.35,5.11574,300,25,0,2310,0,0,1), - (21945,5420,1,7344,0,-7862.53,-4647.79,9.74821,1.92309,300,25,0,2310,0,0,1), - (21946,5420,1,7344,0,-7850.84,-3682.05,44.8342,4.65765,300,25,0,2310,0,0,1), - (21947,5420,1,7344,0,-8841.06,-2748.49,28.1216,0.160971,300,25,0,2310,0,0,1), - (21948,5420,1,7344,0,-8456.21,-2624.66,36.9261,4.56317,300,25,0,2310,0,0,1), - (21949,5420,1,7344,0,-8920.27,-3025.05,48.0485,4.35911,300,25,0,2310,0,0,1), - (21950,5420,1,7344,0,-8276.94,-2694.45,28.2773,6.2539,300,25,0,2310,0,0,1), - (21951,5420,1,7344,0,-7657.15,-2874.02,12.4113,2.3108,300,25,0,2310,0,0,1), - (21952,5420,1,7344,0,-8115.99,-3081.91,34.6332,0.757781,300,25,0,2310,0,0,1), - (21953,5420,1,7344,0,-8216.58,-3614.68,18.7166,2.79753,300,25,0,2310,0,0,1), - (21954,5420,1,7344,0,-8009.85,-3017.47,65.51,0.039043,300,25,0,2310,0,0,1), - (21955,5420,1,7344,0,-7984.74,-3211.68,54.4981,1.47501,300,25,0,2310,0,0,1), - (21956,5420,1,7344,0,-8313.93,-3268.76,22.1254,0.201465,300,25,0,2310,0,0,1), - (21957,5420,1,7344,0,-8502.8,-3955.41,25.315,0.356943,300,25,0,2310,0,0,1), - (21958,5420,1,7344,0,-8352.12,-3280.84,19.4494,5.48606,300,25,0,2310,0,0,1), - (21959,5420,1,7344,0,-8633.58,-3348.04,11.4369,0.05474,300,25,0,2310,0,0,1), - (21960,5420,1,7344,0,-8178.24,-4332.41,11.5397,4.94884,300,25,0,2310,0,0,1), - (21961,5420,1,7344,0,-8440.09,-2692.42,26.2427,1.16308,300,25,0,2310,0,0,1), - (21962,5420,1,7344,0,-8578.65,-2656.07,23.1784,2.4114,300,25,0,2310,0,0,1), - (21963,5420,1,7344,0,-8853.47,-2884.1,36.1245,4.47486,300,25,0,2310,0,0,1), - (21964,5420,1,7344,0,-8987.55,-3091.12,59.0205,4.32676,300,25,0,2310,0,0,1), - (21965,5420,1,7344,0,-8302.2,-2737.08,22.0823,0.693777,300,25,0,2310,0,0,1), - (21966,5420,1,7344,0,-7525.15,-2958.23,9.63288,3.79098,300,25,0,2310,0,0,1), - (21967,5420,1,7344,0,-7774.6,-2920.53,33.272,4.26806,300,25,0,2310,0,0,1), - (21968,5420,1,7344,0,-7727.05,-2884.72,26.3607,3.48002,300,25,0,2310,0,0,1), - (21969,5420,1,7344,0,-7982.69,-3085.07,73.6291,0.502667,300,25,0,2310,0,0,1), - (21970,5420,1,7344,0,-8181.33,-3066.83,14.7709,4.87336,300,25,0,2310,0,0,1), - (21971,5420,1,7344,0,-8517.51,-3534.51,10.2952,1.60399,300,25,0,2310,0,0,1), - (21972,5420,1,7344,0,-8436.79,-4330.88,9.73656,2.44663,300,25,0,2310,0,0,1), - (21973,5420,1,7344,0,-8507.15,-4014.92,24.153,6.26644,300,25,0,2310,0,0,1), - (21974,5420,1,7344,0,-8436.41,-3614.46,17.4295,0.060591,300,25,0,2310,0,0,1), - (21975,5420,1,7344,0,-8452.17,-4017.4,19.0417,0.001953,300,25,0,2310,0,0,1), - (21976,5420,1,7344,0,-7921.51,-4551.24,11.6694,3.39406,300,25,0,2310,0,0,1), - (21977,5420,1,7344,0,-7914,-4142.25,10.9901,0.925342,300,25,0,2310,0,0,1), - (21978,5420,1,7344,0,-8073.69,-4035.53,9.29574,3.34961,300,25,0,2310,0,0,1), - (21979,5420,1,7344,0,-8249.76,-3949.22,9.59564,2.22328,300,25,0,2310,0,0,1), - (21980,5420,1,7344,0,-8591.1,-2621.71,25.9767,4.66671,300,25,0,2310,0,0,1), - (21981,5420,1,7344,0,-8507.02,-2669.93,31.8091,1.85183,300,25,0,2310,0,0,1), - (21982,5420,1,7344,0,-8582.65,-3143.86,11.5833,1.72687,300,25,0,2310,0,0,1), - (21983,5420,1,7344,0,-7980.5,-2860.18,33.4448,1.4554,300,25,0,2310,0,0,1), - (21984,5420,1,7344,0,-7506.05,-2614.08,9.00176,3.16311,300,10,0,2310,0,0,1), - (21985,5420,1,7344,0,-7414.55,-2616.18,10.2518,6.1635,300,10,0,2310,0,0,1), - (21986,5420,1,7344,0,-7899.66,-3714.83,58.1726,2.01522,300,25,0,2310,0,0,1), - (21987,5420,1,7344,0,-7933.08,-3238.31,66.5474,5.4101,300,25,0,2310,0,0,1), - (21988,5420,1,7344,0,-8027.31,-3627.12,69.819,0.590713,300,25,0,2310,0,0,1), - (21989,5420,1,7344,0,-8212.68,-3415.42,21.3794,6.12221,300,25,0,2310,0,0,1), - (21990,5420,1,7344,0,-8699.97,-4285.98,16.7061,0.015624,300,25,0,2310,0,0,1), - (21991,5420,1,7344,0,-8447.43,-4482.38,9.20265,2.9151,300,25,0,2310,0,0,1), - (21992,5420,1,7344,0,-8317.73,-2619.54,33.142,4.73192,300,25,0,2310,0,0,1), - (21993,5420,1,7344,0,-8661.44,-3215,21.2472,3.30642,300,25,0,2310,0,0,1), - (21994,5420,1,7344,0,-9058.18,-2886.76,46.9455,3.45884,300,25,0,2310,0,0,1), - (21995,5420,1,7344,0,-8845.77,-2471.04,12.6456,1.3481,300,25,0,2310,0,0,1), - (21996,5420,1,7344,0,-7653.41,-2952,9.80883,0.191986,300,0,0,2310,0,0,0), - (21997,5420,1,7344,0,-7953.88,-2951.14,48.5231,0.287208,300,25,0,2310,0,0,1), - (21998,5420,1,7344,0,-7725.39,-2939.17,31.3513,3.31316,300,25,0,2310,0,0,1), - (21999,5420,1,7344,0,-8050.61,-3772.58,35.0526,1.52582,300,25,0,2310,0,0,1), - (22000,5420,1,7344,0,-8048.8,-3687.02,56.9163,4.66546,300,25,0,2310,0,0,1), - (22001,5420,1,7344,0,-8118.27,-3349.16,32.3306,0.221444,300,25,0,2310,0,0,1), - (22002,5420,1,7344,0,-8181.37,-3683.78,25.4246,5.43563,300,25,0,2310,0,0,1), - (22003,5420,1,7344,0,-8441.92,-4554.94,10.0966,0.053207,300,25,0,2310,0,0,1), - (22004,5420,1,7344,0,-8382.35,-4092.79,14.4999,0.255512,300,25,0,2310,0,0,1), - (22005,5420,1,7344,0,-8445.87,-3883.46,14.1139,2.92028,300,25,0,2310,0,0,1), - (22006,5420,1,7344,0,-8198.58,-3957.64,9.35269,1.94877,300,25,0,2310,0,0,1), - (22007,5420,1,7344,0,-8317.02,-2682.2,30.5869,4.68088,300,25,0,2310,0,0,1), - (22008,5420,1,7344,0,-8912.45,-2755.26,34.8682,5.59965,300,25,0,2310,0,0,1), - (22009,5420,1,7344,0,-8727.69,-2961.33,17.6857,2.28981,300,25,0,2310,0,0,1), - (22010,5420,1,7344,0,-7453.98,-2718.21,13.2898,1.79349,300,25,0,2310,0,0,1), - (22011,5420,1,7344,0,-8194.26,-3554.37,29.869,4.32212,300,25,0,2310,0,0,1), - (22012,5420,1,7344,0,-8459.15,-3947.43,24.3114,2.98229,300,25,0,2310,0,0,1), - (22013,5420,1,7344,0,-8511.85,-4285.53,11.2078,6.16368,300,25,0,2310,0,0,1), - (22014,5420,1,7344,0,-8589.67,-4155.59,16.1869,4.04192,300,25,0,2310,0,0,1), - (22015,5420,1,7344,0,-8372.75,-3475.82,11.5325,3.08749,300,25,0,2310,0,0,1), - (22016,5420,1,7344,0,-7828.58,-3153.62,71.6769,3.70003,300,25,0,2310,0,0,1), - (22017,5420,1,7344,0,-8912.82,-2952.97,44.3428,5.6307,300,25,0,2310,0,0,1), - (22018,5420,1,7344,0,-8777.63,-2885.98,23.0081,5.54616,300,25,0,2310,0,0,1), - (22019,5420,1,7344,0,-8916.3,-3149.84,34.3745,0.820274,300,25,0,2310,0,0,1), - (22020,5420,1,7344,0,-8585.11,-2776.66,16.623,1.60399,300,25,0,2310,0,0,1), - (22021,5420,1,7344,0,-8723.21,-3018.73,21.7562,3.3861,300,25,0,2310,0,0,1), - (22022,5420,1,7344,0,-8713.17,-3276.81,9.62382,0.78318,300,25,0,2310,0,0,1), - (22023,5420,1,7344,0,-8379.59,-3532.46,10.8837,2.60184,300,25,0,2310,0,0,1), - (22024,5420,1,7344,0,-8645.31,-4149.85,25.3887,5.62997,300,10,0,2310,0,0,1), - (22025,5420,1,7344,0,-9048.29,-3288.38,44.377,5.17968,300,25,0,2310,0,0,1), - (22026,5420,1,7344,0,-8393.54,-2611.63,36.2053,2.03035,300,25,0,2310,0,0,1), - (22027,5420,1,7344,0,-8588.39,-4416.62,9.62002,3.12597,300,25,0,2310,0,0,1), - (22028,5420,1,7344,0,-8311.02,-3427.04,9.00177,1.76405,300,25,0,2310,0,0,1), - (22029,5420,1,7344,0,-7839.12,-3088.7,63.2786,3.33439,300,25,0,2310,0,0,1), - (22030,5420,1,7344,0,-8657,-2822.24,17.1412,0.307545,300,25,0,2310,0,0,1), - (22031,5420,1,7344,0,-8653.21,-3080.58,15.6801,3.06348,300,25,0,2310,0,0,1), - (22032,5420,1,7344,0,-8649.25,-3151.53,18.6806,5.47293,300,25,0,2310,0,0,1), - (22033,5420,1,7344,0,-8518.27,-4346.54,9.41676,1.6179,300,25,0,2310,0,0,1), - (22034,5420,1,7344,0,-8445.79,-3812.68,11.6213,1.06253,300,25,0,2310,0,0,1), - (22035,5420,1,7344,0,-8381.62,-3615.53,19.8655,1.44353,300,25,0,2310,0,0,1), - (22036,5420,1,7344,0,-8584.14,-3811.09,21.5069,1.36049,300,25,0,2310,0,0,1), - (22037,5420,1,7344,0,-8448.99,-4135.33,10.3891,1.67843,300,25,0,2310,0,0,1), - (22038,5420,1,7344,0,-7984.58,-4279.62,11.5551,0.051895,300,25,0,2310,0,0,1), - (22039,5420,1,7344,0,-8245.1,-4106.88,9.39423,4.83965,300,25,0,2310,0,0,1), - (22040,5420,1,7344,0,-7993.06,-4342.84,10.6249,2.92172,300,25,0,2310,0,0,1), - (22041,5420,1,7344,0,-7787.46,-4417.69,10.1166,2.46652,300,25,0,2310,0,0,1), - (22042,5420,1,7344,0,-8387.39,-4244.78,14.445,5.21968,300,25,0,2310,0,0,1), - (22043,5420,1,7344,0,-8578.98,-3749.61,25.4946,0.401336,300,25,0,2310,0,0,1), - (22044,5420,1,7344,0,-8243.9,-3742.86,14.1327,1.78925,300,30,0,2310,0,0,1), - (22045,5420,1,7344,0,-8057.84,-4075.56,9.87674,1.50631,300,25,0,2310,0,0,1), - (22046,5420,1,7344,0,-7747.2,-3084.92,57.2503,0.214642,300,25,0,2310,0,0,1), - (22047,5420,1,7344,0,-8581.19,-4486.47,9.44578,5.71329,300,25,0,2310,0,0,1), - (22048,5420,1,7344,0,-8383.96,-4442.39,10.4963,2.27032,300,25,0,2310,0,0,1), - (22049,5420,1,7344,0,-8440.06,-3277.66,9.04274,5.36199,300,25,0,2310,0,0,1), - (22050,5420,1,7344,0,-8517.9,-3747.53,18.0268,2.99567,300,25,0,2310,0,0,1), - (22051,5420,1,7344,0,-7775.22,-3023.45,52.6758,2.86249,300,25,0,2310,0,0,1), - (22052,5420,1,7344,0,-7987.21,-4215.41,14.9956,3.02619,300,25,0,2310,0,0,1), - (22053,5420,1,7344,0,-7848.48,-4082.1,10.9606,0.233989,300,25,0,2310,0,0,1), - (22054,5420,1,7344,0,-7985.73,-4146.45,10.7739,2.41008,300,25,0,2310,0,0,1), - (22055,5420,1,7344,0,-8048.08,-4348.63,10.1634,0.052788,300,25,0,2310,0,0,1), - (22056,5420,1,7344,0,-8051.62,-4284.65,9.00175,3.80496,300,25,0,2310,0,0,1), - (22057,5420,1,7344,0,-8113,-4414.97,9.00176,0.11753,300,25,0,2310,0,0,1), - (22058,5420,1,7344,0,-8113.99,-4151.72,9.67213,6.17943,300,25,0,2310,0,0,1), - (22059,5420,1,7344,0,-8247.41,-4284.51,13.2167,0.027337,300,25,0,2310,0,0,1), - (22060,5420,1,7344,0,-8383.28,-4012.7,11.995,1.76765,300,25,0,2310,0,0,1), - (22061,5420,1,7344,0,-8316.66,-3948.21,12.9026,1.708,300,25,0,2310,0,0,1), - (22062,5420,1,7344,0,-7802.47,-3819.09,35.1928,6.21675,300,25,0,2310,0,0,1), - (22063,5421,1,12339,0,-9460.33,-2423.6,20.0476,3.62534,300,25,0,2577,0,0,1), - (22064,5421,1,12339,0,-8583.96,-2113.57,8.97147,1.77056,300,25,0,2577,0,0,1), - (22065,5421,1,12339,0,-8456.14,-2288.89,21.8359,4.01621,300,25,0,2577,0,0,1), - (22066,5421,1,12339,0,-9182.63,-3411.54,17.0374,1.94877,300,25,0,2577,0,0,1), - (22067,5421,1,12339,0,-8376.05,-2225.21,15.1384,4.70067,300,25,0,2577,0,0,1), - (22068,5421,1,12339,0,-8909.16,-2677.53,27.2184,0.422761,300,25,0,2577,0,0,1), - (22069,5421,1,12339,0,-8606.11,-1989.18,11.4703,2.48519,300,25,0,2577,0,0,1), - (22070,5421,1,12339,0,-8551.52,-1959.68,15.3379,3.30448,300,25,0,2577,0,0,1), - (22071,5421,1,12339,0,-9299.55,-3554.87,9.52587,6.00644,300,25,0,2577,0,0,1), - (22072,5421,1,12339,0,-9447.67,-3485.81,12.3101,6.00325,300,10,0,2577,0,0,1), - (22073,5421,1,12339,0,-9047.67,-3366.32,30.1985,1.27316,300,25,0,2577,0,0,1), - (22074,5421,1,12339,0,-9041.58,-2630.12,24.6264,5.28901,300,30,0,2577,0,0,1), - (22075,5421,1,12339,0,-8525.82,-2270.22,26.4268,3.15476,300,25,0,2577,0,0,1), - (22076,5421,1,12339,0,-9252.78,-2758.22,12.8954,4.43393,300,25,0,2577,0,0,1), - (22077,5421,1,12339,0,-9321.53,-3490.04,9.66733,4.23505,300,25,0,2577,0,0,1), - (22078,5421,1,12339,0,-9384.15,-2543.37,15.0221,1.71186,300,25,0,2577,0,0,1), - (22079,5421,1,12339,0,-9116.6,-2689.52,28.9228,5.00759,300,30,0,2577,0,0,1), - (22080,5421,1,12339,0,-9322.65,-2684.37,9.42943,3.57332,300,25,0,2577,0,0,1), - (22081,5421,1,12339,0,-8443.62,-2215.34,17.4049,3.12023,300,25,0,2577,0,0,1), - (22082,5421,1,12339,0,-9086.57,-3552.69,12.6506,0.125324,300,25,0,2577,0,0,1), - (22083,5421,1,12339,0,-8645.6,-2091.49,13.6129,4.92148,300,10,0,2577,0,0,1), - (22084,5421,1,12339,0,-8911.4,-2479.14,11.789,0.656814,300,25,0,2577,0,0,1), - (22085,5421,1,12339,0,-9456.63,-3623.04,10.5928,3.75776,300,25,0,2577,0,0,1), - (22086,5421,1,12339,0,-9385.47,-3156.25,9.10144,3.97325,300,25,0,2577,0,0,1), - (22087,5421,1,12339,0,-9314.17,-2282.33,9.69709,0.007812,300,25,0,2577,0,0,1), - (22088,5421,1,12339,0,-8448.74,-1975.41,15.4372,1.7337,300,25,0,2577,0,0,1), - (22089,5421,1,12339,0,-9118.43,-2287.48,8.9874,4.73777,300,25,0,2577,0,0,1), - (22090,5421,1,12339,0,-9314.55,-2353.9,10.4313,5.46066,300,25,0,2577,0,0,1), - (22091,5421,1,12339,0,-8355.55,-1986.03,12.0775,1.46899,300,10,0,2577,0,0,1), - (22092,5421,1,12339,0,-9111.05,-2493.53,13.6936,5.26182,300,0,0,2577,0,0,0), - (22093,5421,1,12339,0,-8984.73,-2678.77,31.5278,1.14829,300,30,0,2577,0,0,1), - (22094,5421,1,12339,0,-9381.94,-2616.78,12.9772,0.234557,300,25,0,2577,0,0,1), - (22095,5421,1,12339,0,-9252.22,-2216.06,8.46245,2.97691,300,25,0,2577,0,0,1), - (22096,5421,1,12339,0,-8708.06,-2021.49,33.015,5.54064,300,25,0,2577,0,0,1), - (22097,5421,1,12339,0,-9182.78,-2751.48,23.0999,4.0724,300,25,0,2577,0,0,1), - (22098,5421,1,12339,0,-9183.94,-2282.73,13.0865,1.56494,300,25,0,2577,0,0,1), - (22099,5421,1,12339,0,-9316.6,-3217.92,11.3815,4.95894,300,25,0,2577,0,0,1), - (22100,5421,1,12339,0,-9522.87,-2615.42,16.5176,4.62633,300,10,0,2577,0,0,1), - (22101,5421,1,12339,0,-8372.09,-2344.56,22.6202,3.46139,300,25,0,2577,0,0,1), - (22102,5421,1,12339,0,-9514.01,-2552.17,33.2633,0.228408,300,3,0,2577,0,0,1), - (22103,5421,1,12339,0,-9048.97,-2546.44,21.2627,0.444405,300,25,0,2577,0,0,1), - (22104,5421,1,12339,0,-8581.48,-2146.55,9.3622,4.7883,300,0,0,2577,0,0,0), - (22105,5421,1,12339,0,-9446.03,-2946.45,9.91249,1.12898,300,10,0,2577,0,0,1), - (22106,5421,1,12339,0,-9246.46,-2348.98,9.9436,0.330403,300,25,0,2577,0,0,1), - (22107,5421,1,12339,0,-9385.77,-2286.6,8.71604,4.20245,300,25,0,2577,0,0,1), - (22108,5421,1,12339,0,-9116.58,-2550.9,18.5101,4.61253,300,25,0,2577,0,0,1), - (22109,5421,1,12339,0,-8385.56,-2260.98,22.7063,4.36162,300,25,0,2577,0,0,1), - (22110,5421,1,12339,0,-8649.17,-2015.45,13.4668,1.01533,300,25,0,2577,0,0,1), - (22111,5421,1,12339,0,-9186.19,-2352.54,9.41954,3.66995,300,25,0,2577,0,0,1), - (22112,5421,1,12339,0,-8482.99,-2151.05,11.7883,4.30468,300,10,0,2577,0,0,1), - (22113,5421,1,12339,0,-9317.36,-2751.89,16.7424,3.95221,300,25,0,2577,0,0,1), - (22114,5421,1,12339,0,-9115.71,-3347.73,34.0365,1.06958,300,25,0,2577,0,0,1), - (22115,5421,1,12339,0,-8494.74,-2550.86,42.1556,6.15592,300,25,0,2577,0,0,1), - (22116,5421,1,12339,0,-8516.86,-2017.45,10.0593,0.314931,300,25,0,2577,0,0,1), - (22117,5422,1,2414,0,-7463.59,-3753.01,9.74464,4.90289,300,25,0,1829,0,0,1), - (22118,5422,1,2414,0,-7377.3,-3806.51,10.4872,3.68537,300,25,0,1829,0,0,1), - (22119,5422,1,2414,0,-6840.63,-4599.72,11.3745,0.486999,300,25,0,1829,0,0,1), - (22120,5422,1,2414,0,-7298.02,-3865.91,12.6481,1.08016,300,25,0,1829,0,0,1), - (22121,5422,1,2414,0,-7116.53,-4068.76,9.37676,2.18599,300,25,0,1829,0,0,1), - (22122,5422,1,2414,0,-6920.47,-4531.78,10.9073,5.04279,300,25,0,1829,0,0,1), - (22123,5422,1,2414,0,-7210.7,-4804.45,10.4554,1.74085,300,25,0,1829,0,0,1), - (22124,5422,1,2414,0,-6918.2,-4586.69,10.198,1.59502,300,25,0,1829,0,0,1), - (22125,5422,1,2414,0,-6928.1,-4166.23,10.536,1.46105,300,25,0,1829,0,0,1), - (22126,5422,1,2414,0,-7262.98,-3541.6,12.4889,0.510797,300,25,0,1829,0,0,1), - (22127,5422,1,2414,0,-7378.33,-4071.04,9.00176,4.95042,300,25,0,1829,0,0,1), - (22128,5422,1,2414,0,-7204.04,-4759.88,11.1376,2.99444,300,25,0,1829,0,0,1), - (22129,5422,1,2414,0,-6949.82,-3949.57,34.2626,1.96797,300,25,0,1829,0,0,1), - (22130,5422,1,2414,0,-6788.12,-4749.39,10.3477,1.60875,300,25,0,1829,0,0,1), - (22131,5422,1,2414,0,-7391.82,-3696.83,9.62677,4.32507,300,25,0,1829,0,0,1), - (22132,5422,1,2414,0,-7130.94,-4256.39,10.1258,3.57161,300,25,0,1829,0,0,1), - (22133,5422,1,2414,0,-6890.85,-3879.98,43.739,6.21111,300,25,0,1829,0,0,1), - (22134,5422,1,2414,0,-7305.93,-3611.72,13.8464,0.156447,300,25,0,1829,0,0,1), - (22135,5422,1,2414,0,-7116.35,-4779.72,9.91428,1.42393,300,25,0,1829,0,0,1), - (22136,5422,1,2414,0,-7231.87,-3614.13,10.4817,2.93118,300,25,0,1829,0,0,1), - (22137,5422,1,2414,0,-6988.9,-3553.65,14.3401,4.70836,300,10,0,1829,0,0,1), - (22138,5422,1,2414,0,-7123.51,-4601.97,11.5531,2.97277,300,25,0,1829,0,0,1), - (22139,5422,1,2414,0,-7190.89,-4492,12.9912,2.85284,300,25,0,1829,0,0,1), - (22140,5422,1,2414,0,-6989.23,-4026.31,14.7474,5.82719,300,25,0,1829,0,0,1), - (22141,5422,1,2414,0,-6990.13,-4552.33,9.83252,4.96733,300,25,0,1829,0,0,1), - (22142,5422,1,2414,0,-7121.37,-3479.14,9.11121,2.41027,300,25,0,1829,0,0,1), - (22143,5422,1,2414,0,-7326.04,-3958.94,9.96704,0.26746,300,25,0,1829,0,0,1), - (22144,5422,1,2414,0,-7248.17,-3986.65,9.08968,1.38031,300,25,0,1829,0,0,1), - (22145,5422,1,2414,0,-7317.57,-4250.19,9.25176,1.06097,300,25,0,1829,0,0,1), - (22146,5422,1,2414,0,-7391.49,-4210.87,9.67916,3.18356,300,25,0,1829,0,0,1), - (22147,5422,1,2414,0,-7383.99,-3986.28,9.10609,1.39703,300,25,0,1829,0,0,1), - (22148,5422,1,2414,0,-7362.96,-3944.92,12.1374,2.99824,300,25,0,1829,0,0,1), - (22149,5422,1,2414,0,-7305.3,-4149.35,10.8906,0.007223,300,25,0,1829,0,0,1), - (22150,5422,1,2414,0,-7510.77,-4127.44,9.33713,5.14076,300,25,0,1829,0,0,1), - (22151,5422,1,2414,0,-7483.07,-4077.65,9.02358,3.0212,300,25,0,1829,0,0,1), - (22152,5422,1,2414,0,-7520.68,-3985.59,9.61974,4.45179,300,25,0,1829,0,0,1), - (22153,5422,1,2414,0,-7567.07,-4019.43,12.5679,6.25803,300,25,0,1829,0,0,1), - (22154,5422,1,2414,0,-7514.6,-3882.56,10.4001,0.036699,300,25,0,1829,0,0,1), - (22155,5422,1,2414,0,-7519.29,-3941.29,10.2542,4.84765,300,25,0,1829,0,0,1), - (22156,5422,1,2414,0,-7183.48,-3606.31,13.2987,0.20757,300,25,0,1829,0,0,1), - (22157,5422,1,2414,0,-7115.3,-3511.06,10.5394,4.27494,300,25,0,1829,0,0,1), - (22158,5422,1,2414,0,-7514.66,-3806.53,10.8286,5.17545,300,25,0,1829,0,0,1), - (22159,5422,1,2414,0,-7199.29,-3548.63,10.8381,3.20998,300,25,0,1829,0,0,1), - (22160,5423,1,10987,0,-7936.11,-4297.19,10.2756,5.50055,300,25,0,2059,0,0,1), - (22161,5423,1,10987,0,-8116.22,-4193.72,10.2781,1.01095,300,25,0,2059,0,0,1), - (22162,5423,1,10987,0,-6980.81,-3286.42,9.38604,4.03643,300,25,0,2059,0,0,1), - (22163,5423,1,10987,0,-7390.82,-2822.11,12.199,3.09466,300,25,0,2059,0,0,1), - (22164,5423,1,10987,0,-7292.88,-3289.68,10.6841,0.156805,300,25,0,2059,0,0,1), - (22165,5423,1,10987,0,-7386.8,-3180.47,9.9087,4.63011,300,25,0,2059,0,0,1), - (22166,5423,1,10987,0,-7725.01,-3479.49,33.0362,3.49854,300,25,0,2059,0,0,1), - (22167,5423,1,10987,0,-7386.31,-3420.73,15.8742,6.13506,300,25,0,2059,0,0,1), - (22168,5423,1,10987,0,-7853.14,-3804.69,41.8746,0.367884,300,25,0,2059,0,0,1), - (22169,5423,1,10987,0,-7976.05,-4014.97,10.231,2.77927,300,25,0,2059,0,0,1), - (22170,5423,1,10987,0,-7841.39,-3756.24,50.5255,5.38414,300,25,0,2059,0,0,1), - (22171,5423,1,10987,0,-6881.34,-2710.84,22.2261,2.41982,300,25,0,2059,0,0,1), - (22172,5423,1,10987,0,-7442.66,-3686.23,10.6602,4.6836,300,25,0,2059,0,0,1), - (22173,5423,1,10987,0,-7715.32,-3537.01,36.1593,3.49671,300,25,0,2059,0,0,1), - (22174,5423,1,10987,0,-7641.94,-3755.18,21.5109,1.63918,300,25,0,2059,0,0,1), - (22175,5423,1,10987,0,-7685.1,-3681.94,31.2961,0.908555,300,25,0,2059,0,0,1), - (22176,5423,1,10987,0,-7719.86,-3415.48,40.909,3.18108,300,25,0,2059,0,0,1), - (22177,5423,1,10987,0,-7602.86,-3281.38,48.8921,2.73209,300,25,0,2059,0,0,1), - (22178,5423,1,10987,0,-8327.98,-3897.75,9.44948,3.89953,300,25,0,2059,0,0,1), - (22179,5423,1,10987,0,-7785.82,-4153.24,14.2622,0.462934,300,25,0,2059,0,0,1), - (22180,5423,1,10987,0,-7312.86,-2743.86,9.70745,2.68662,300,25,0,2059,0,0,1), - (22181,3127,1,2732,0,1160.42,-4286,20.983,3.235,180,5,0,176,0,0,1), - (22182,5423,1,10987,0,-7128.29,-2618.83,9.00248,0.808301,300,10,0,2059,0,0,1), - (22183,5423,1,10987,0,-7852.16,-3007.69,46.6347,4.99951,300,25,0,2059,0,0,1), - (22184,5423,1,10987,0,-7787.96,-3477.04,45.5783,3.58063,300,25,0,2059,0,0,1), - (22185,5423,1,10987,0,-8229.95,-3887.97,9.93412,2.95169,300,25,0,2059,0,0,1), - (22186,5423,1,10987,0,-7925.92,-4360.7,11.56,5.1201,300,25,0,2059,0,0,1), - (22187,5423,1,10987,0,-7412.54,-2951.99,11.0024,0.994175,300,25,0,2059,0,0,1), - (22188,3127,1,2732,0,1210.1,-4283,22.527,0.814,180,5,0,176,0,0,1), - (22189,5423,1,10987,0,-6976.5,-2621.54,9.08253,0.190764,300,3,0,2059,0,0,1), - (22190,5423,1,10987,0,-7188.15,-2761.84,16.3768,3.93088,300,25,0,2059,0,0,1), - (22191,5423,1,10987,0,-7414.61,-3481.76,12.2657,5.6643,300,25,0,2059,0,0,1), - (22192,5423,1,10987,0,-7825.8,-3282.71,64.8954,3.00439,300,25,0,2059,0,0,1), - (22193,5423,1,10987,0,-7767.01,-4555.26,9.5987,0.21655,300,25,0,2059,0,0,1), - (22194,5423,1,10987,0,-8325.22,-3809.93,10.5217,2.98118,300,25,0,2059,0,0,1), - (22195,5423,1,10987,0,-8182.48,-4021.8,11.8722,0.049903,300,25,0,2059,0,0,1), - (22196,5423,1,10987,0,-7034.76,-3487.32,9.52945,3.20772,300,25,0,2059,0,0,1), - (22197,5423,1,10987,0,-6850.51,-2612.12,10.0486,5.36761,300,25,0,2059,0,0,1), - (22198,5423,1,10987,0,-7604.91,-3749.6,14.3761,3.18852,300,25,0,2059,0,0,1), - (22199,5423,1,10987,0,-7852.94,-4648.37,9.32224,5.00276,300,25,0,2059,0,0,1), - (22200,5423,1,10987,0,-8178.83,-4074.16,9.48266,4.94111,300,25,0,2059,0,0,1), - (22201,5423,1,10987,0,-8167.1,-3889,9.00177,5.23938,300,25,0,2059,0,0,1), - (22202,5423,1,10987,0,-8103.33,-4036.67,11.8408,3.92699,300,25,0,2059,0,0,1), - (22203,5423,1,10987,0,-6977.7,-2955.35,9.97284,4.49393,300,25,0,2059,0,0,1), - (22204,5423,1,10987,0,-6931.15,-3413.37,21.3212,6.02447,300,25,0,2059,0,0,1), - (22205,5423,1,10987,0,-7244.03,-3371.19,10.2585,4.83384,300,25,0,2059,0,0,1), - (22206,5423,1,10987,0,-7501.83,-3215.54,21.0324,3.0497,300,25,0,2059,0,0,1), - (22207,5423,1,10987,0,-7533.42,-3348.7,30.152,3.22765,300,25,0,2059,0,0,1), - (22208,5423,1,10987,0,-7733.2,-3150.28,68.8759,0.760541,300,25,0,2059,0,0,1), - (22209,5423,1,10987,0,-7593.19,-3552.06,16.1066,0.774262,300,25,0,2059,0,0,1), - (22210,5423,1,10987,0,-7387.94,-3544.47,7.79651,3.30835,300,25,0,2059,0,0,1), - (22211,5423,1,10987,0,-7774.82,-4082.21,9.65412,5.76243,300,25,0,2059,0,0,1), - (22212,5423,1,10987,0,-7786.98,-3737.85,38.8395,4.57132,300,25,0,2059,0,0,1), - (22213,5423,1,10987,0,-7795.45,-3414.67,46.9164,6.25975,300,25,0,2059,0,0,1), - (22214,5423,1,10987,0,-7576.33,-3658.57,13.2154,4.41102,300,25,0,2059,0,0,1), - (22215,5423,1,10987,0,-7654.17,-3428.39,37.2282,1.64308,300,25,0,2059,0,0,1), - (22216,5423,1,10987,0,-7646.14,-3020.92,20.9767,6.1648,300,25,0,2059,0,0,1), - (22217,5423,1,10987,0,-7849.01,-4484.66,10.7769,4.35545,300,25,0,2059,0,0,1), - (22218,5423,1,10987,0,-7915.38,-4619.03,9.00176,4.8977,300,25,0,2059,0,0,1), - (22219,5423,1,10987,0,-7855.42,-3212.71,74.4522,5.2934,300,25,0,2059,0,0,1), - (22220,5423,1,10987,0,-7734.77,-4101.96,12.9187,5.64476,300,25,0,2059,0,0,1), - (22221,5423,1,10987,0,-7850.22,-3479.7,66.061,3.1953,300,25,0,2059,0,0,1), - (22222,5423,1,10987,0,-7783.31,-3550.74,50.5624,5.8026,300,25,0,2059,0,0,1), - (22223,5423,1,10987,0,-7903.94,-4211.53,13.0872,5.25639,300,25,0,2059,0,0,1), - (22224,5423,1,10987,0,-8067.28,-3822.07,15.8541,1.86786,300,25,0,2059,0,0,1), - (22225,5423,1,10987,0,-7784.73,-4486.21,9.3194,4.74753,300,25,0,2059,0,0,1), - (22226,5423,1,10987,0,-7983.46,-4484.83,10.5406,3.87105,300,25,0,2059,0,0,1), - (22227,5423,1,10987,0,-7841.54,-4162.16,11.0443,3.3122,300,25,0,2059,0,0,1), - (22228,5423,1,10987,0,-7851.79,-4219.1,9.43035,3.57625,300,25,0,2059,0,0,1), - (22229,5423,1,10987,0,-7817.53,-3683.68,48.3538,3.28493,300,25,0,2059,0,0,1), - (22230,5423,1,10987,0,-8372.07,-3954.6,11.7762,6.16929,300,25,0,2059,0,0,1), - (22231,5423,1,10987,0,-7913.06,-4479.69,9.6691,0.494279,300,25,0,2059,0,0,1), - (22232,5423,1,10987,0,-7585.87,-3815.25,9.27372,2.50799,300,25,0,2059,0,0,1), - (22233,5423,1,10987,0,-7754.05,-3887.37,18.984,3.95461,300,25,0,2059,0,0,1), - (22234,5423,1,10987,0,-7717.86,-3892.73,15.2447,3.35433,300,25,0,2059,0,0,1), - (22235,5423,1,10987,0,-7781.88,-3950.46,9.97005,5.59571,300,25,0,2059,0,0,1), - (22236,5423,1,10987,0,-7841.65,-3971.16,10.08,4.55142,300,25,0,2059,0,0,1), - (22237,5423,1,10987,0,-7915.36,-4015.85,9.06812,0.082168,300,25,0,2059,0,0,1), - (22238,5423,1,10987,0,-7848.67,-4017.45,11.0553,6.25195,300,25,0,2059,0,0,1), - (22239,5423,1,10987,0,-7052.75,-3425.61,9.80869,4.11654,300,25,0,2059,0,0,1), - (22240,5423,1,10987,0,-8052.13,-4218.5,9.00174,3.4728,300,25,0,2059,0,0,1), - (22241,5423,1,10987,0,-8046.15,-4419.08,10.9307,5.66591,300,25,0,2059,0,0,1), - (22242,5423,1,10987,0,-8113.02,-4349.56,9.21963,6.03252,300,25,0,2059,0,0,1), - (22243,5423,1,10987,0,-8252.46,-4348.79,9.51991,2.82343,300,25,0,2059,0,0,1), - (22244,5423,1,10987,0,-8317.64,-4235.68,10.8793,4.74117,300,25,0,2059,0,0,1), - (22245,5423,1,10987,0,-7548.94,-3683.21,9.19625,2.93226,300,25,0,2059,0,0,1), - (22246,5423,1,10987,0,-8320.01,-4083.51,10.9431,3.17064,300,25,0,2059,0,0,1), - (22247,5424,1,10986,0,-8448.33,-2497.44,49.0912,3.06137,300,25,0,2399,0,0,1), - (22248,5424,1,10986,0,-9052.72,-2490.24,14.8811,4.58319,300,25,0,2399,0,0,1), - (22249,5424,1,10986,0,-8525.47,-3233.87,8.7497,4.15581,300,25,0,2399,0,0,1), - (22250,5424,1,10986,0,-8585.85,-4049.17,26.8817,4.95098,300,25,0,2399,0,0,1), - (22251,5424,1,10986,0,-8222.39,-3611.05,17.5775,0.339142,300,25,0,2399,0,0,1), - (22252,5424,1,10986,0,-8783.03,-2623.69,17.8433,4.77493,300,25,0,2399,0,0,1), - (22253,5424,1,10986,0,-8596.75,-3068.84,10.5908,4.74363,300,25,0,2399,0,0,1), - (22254,5424,1,10986,0,-8987.97,-3022.86,56.7471,4.16388,300,25,0,2399,0,0,1), - (22255,5424,1,10986,0,-8779.69,-2675.45,24.3398,1.05676,300,25,0,2399,0,0,1), - (22256,5424,1,10986,0,-7465.59,-2944.64,9.56728,4.2898,300,25,0,2399,0,0,1), - (22257,5424,1,10986,0,-7911.64,-2829.02,33.4533,4.45367,300,25,0,2399,0,0,1), - (22258,5424,1,10986,0,-7523.78,-2839.86,9.34431,5.55588,300,25,0,2399,0,0,1), - (22259,5424,1,10986,0,-7985.35,-3346.01,72.7818,1.5337,300,25,0,2399,0,0,1), - (22260,5424,1,10986,0,-8103.64,-3614.48,57.1339,1.32819,300,25,0,2399,0,0,1), - (22261,5424,1,10986,0,-7978.42,-3751.62,48.9198,6.10259,300,25,0,2399,0,0,1), - (22262,5424,1,10986,0,-8299.09,-3480.59,13.6947,2.94113,300,25,0,2399,0,0,1), - (22263,5424,1,10986,0,-8640.69,-3804.04,22.3401,0.98911,300,25,0,2399,0,0,1), - (22264,5424,1,10986,0,-8722.57,-2815.37,19.8458,3.07084,300,25,0,2399,0,0,1), - (22265,5424,1,10986,0,-8977.52,-3261.05,33.0767,2.06765,300,25,0,2399,0,0,1), - (22266,5424,1,10986,0,-8917.39,-2827.88,45.6119,4.64472,300,25,0,2399,0,0,1), - (22267,5424,1,10986,0,-8675.97,-2753.24,15.5313,6.2343,300,25,0,2399,0,0,1), - (22268,5424,1,10986,0,-7852.84,-2860.96,34.3649,4.8142,300,25,0,2399,0,0,1), - (22269,5424,1,10986,0,-7508.45,-2752.71,11.7662,2.94852,300,25,0,2399,0,0,1), - (22270,5424,1,10986,0,-7983.96,-3290.58,60.8259,1.63529,300,25,0,2399,0,0,1), - (22271,5424,1,10986,0,-7982.31,-3412.31,67.6275,4.40053,300,25,0,2399,0,0,1), - (22272,5424,1,10986,0,-8183.03,-3332.22,24.8834,1.58447,300,25,0,2399,0,0,1), - (22273,432,0,1887,0,-9083.33,-3313.57,103.142,3.1765,300,0,0,617,0,0,0), - (22274,4807,48,4762,0,-342.759,214.898,-68.774,2.00713,7200,5,0,2529,0,0,1), - (22275,568,0,662,0,-9168.75,-3239.58,102.747,2.95838,300,5,0,664,0,0,1), - (22276,432,0,1887,0,-9160.66,-3285.01,101.877,3.49066,300,0,0,617,0,0,0), - (22277,568,0,662,0,-9160.84,-3289.71,102.128,2.11185,300,0,0,664,0,0,0), - (22278,432,0,1887,0,-9167.37,-3290.33,101.679,1.39626,300,0,0,617,0,0,0), - (22279,5424,1,10986,0,-7923,-3401.52,80.0039,1.95598,300,25,0,2399,0,0,1), - (22280,5424,1,10986,0,-8125.79,-3685.17,38.2192,3.85638,300,25,0,2399,0,0,1), - (22281,5424,1,10986,0,-9257.84,-2418.24,11.2933,3.1165,300,0,0,2399,0,0,0), - (22282,5424,1,10986,0,-9368.61,-2220.37,13.2503,6.16779,300,25,0,2399,0,0,1), - (22283,5424,1,10986,0,-8682.73,-4083.77,37.6521,2.36598,300,10,0,2399,0,0,1), - (22284,5424,1,10986,0,-8859.93,-3138.19,31.1316,2.29137,300,25,0,2399,0,0,1), - (22285,5424,1,10986,0,-8653.65,-2630,19.0058,4.904,300,25,0,2399,0,0,1), - (22286,5424,1,10986,0,-7587.02,-2879.37,10.4852,1.20334,300,25,0,2399,0,0,1), - (22287,5424,1,10986,0,-7850.04,-2978.11,45.1911,1.39794,300,25,0,2399,0,0,1), - (22288,5424,1,10986,0,-7992.75,-3161.15,62.5836,1.32629,300,25,0,2399,0,0,1), - (22289,5424,1,10986,0,-7928.15,-3347.44,67.6471,0.086061,300,25,0,2399,0,0,1), - (22290,5424,1,10986,0,-8180.64,-3467.44,32.4101,1.96943,300,25,0,2399,0,0,1), - (22291,5424,1,10986,0,-9384.58,-3617.72,9.43362,1.07173,300,15,0,2399,0,0,1), - (22292,5424,1,10986,0,-9316.91,-3295.49,11.3725,4.64415,300,25,0,2399,0,0,1), - (22293,5424,1,10986,0,-8984.18,-2605.69,25.3525,1.52785,300,25,0,2399,0,0,1), - (22294,5424,1,10986,0,-8646.31,-2154.55,11.1603,4.95334,300,25,0,2399,0,0,1), - (22295,5424,1,10986,0,-8780.54,-3683.95,24.543,0.108864,300,25,0,2399,0,0,1), - (22296,5424,1,10986,0,-8589.02,-3953.57,40.6873,2.63223,300,25,0,2399,0,0,1), - (22297,5424,1,10986,0,-8579.65,-4340.53,13.1539,0.932168,300,25,0,2399,0,0,1), - (22298,5424,1,10986,0,-8909.32,-3088.05,41.543,5.56546,300,25,0,2399,0,0,1), - (22299,5424,1,10986,0,-7883.23,-2884.05,38.464,0.124988,300,25,0,2399,0,0,1), - (22300,5424,1,10986,0,-7784.12,-2949.93,37.1274,5.97378,300,25,0,2399,0,0,1), - (22301,5424,1,10986,0,-8164.8,-2744.15,29.6112,3.57032,300,25,0,2399,0,0,1), - (22302,5424,1,10986,0,-8062.65,-2886.51,39.4431,4.82276,300,25,0,2399,0,0,1), - (22303,5424,1,10986,0,-8044.57,-2800.39,32.2304,4.48208,300,25,0,2399,0,0,1), - (22304,5424,1,10986,0,-8050.68,-3145.2,43.2815,1.55712,300,25,0,2399,0,0,1), - (22305,5424,1,10986,0,-8053.18,-3263.38,44.5263,1.36229,300,25,0,2399,0,0,1), - (22306,5424,1,10986,0,-8081.9,-3746.24,32.3972,0.088007,300,25,0,2399,0,0,1), - (22308,1778,0,1006,0,1145.95,1298.7,35.0787,4.1867,275,10,0,266,0,0,1), - (22309,5424,1,10986,0,-8049.13,-3073.96,49.9804,5.90885,300,25,0,2399,0,0,1), - (22310,5424,1,10986,0,-8399.48,-3337.54,9.93494,4.92089,300,25,0,2399,0,0,1), - (22311,5424,1,10986,0,-8721.1,-3756.64,28.8173,4.08642,300,25,0,2399,0,0,1), - (22312,5424,1,10986,0,-8723.07,-3819.32,35.9197,4.02406,300,25,0,2399,0,0,1), - (22313,5424,1,10986,0,-8983.99,-2955.44,53.2449,4.58513,300,25,0,2399,0,0,1), - (22314,5424,1,10986,0,-8573.98,-3220.5,8.87161,5.81605,300,25,0,2399,0,0,1), - (22315,5424,1,10986,0,-8653.69,-3038.87,14.3702,5.00385,300,25,0,2399,0,0,1), - (22316,5424,1,10986,0,-8847.97,-2609.18,21.806,1.49462,300,25,0,2399,0,0,1), - (22317,5424,1,10986,0,-7932.5,-3087.63,62.8488,4.31551,300,25,0,2399,0,0,1), - (22318,4805,48,4982,0,-391.153,183.328,-57.1059,3.91349,7200,5,0,1494,1090,0,1), - (22319,5424,1,10986,0,-8052.24,-3013.03,55.7394,3.10581,300,25,0,2399,0,0,1), - (22320,5424,1,10986,0,-7938.42,-3747.94,51.0226,3.40423,300,25,0,2399,0,0,1), - (22321,5424,1,10986,0,-9314.16,-2546.99,13.1645,1.02955,300,0,0,2399,0,0,0), - (22322,5424,1,10986,0,-8713.34,-3621.32,17.2706,5.10703,300,25,0,2399,0,0,1), - (22323,5424,1,10986,0,-8589.52,-3350,9.11834,3.15722,300,25,0,2399,0,0,1), - (22324,5424,1,10986,0,-8782.46,-2498.04,13.4679,1.41785,300,25,0,2399,0,0,1), - (22325,5424,1,10986,0,-9116.8,-2607.52,22.9856,1.48863,300,30,0,2399,0,0,1), - (22326,5424,1,10986,0,-8313.21,-2245.03,11.4694,3.90213,300,25,0,2399,0,0,1), - (22327,5424,1,10986,0,-8585.77,-3288.6,11.7177,4.15927,300,25,0,2399,0,0,1), - (22328,5424,1,10986,0,-8374.94,-2688.07,23.9691,4.90734,300,25,0,2399,0,0,1), - (22329,5424,1,10986,0,-8707.61,-2626.77,14.8501,4.34493,300,25,0,2399,0,0,1), - (22330,5424,1,10986,0,-8693.19,-2555.13,25.0907,3.52572,300,25,0,2399,0,0,1), - (22331,5424,1,10986,0,-8544,-2615.2,34.982,0.299505,300,25,0,2399,0,0,1), - (22332,4822,48,1001,0,-434.535,106.072,-70.5668,2.93215,7200,5,0,1686,0,0,1), - (22333,2914,0,1206,0,1225.68,1363.93,38.5034,4.95714,275,10,0,8,0,0,1), - (22334,1778,0,1006,0,591.82,1307.2,87.3272,3.45658,275,10,0,266,0,0,1), - (22335,1778,0,1006,0,523.086,1325.6,85.5067,4.84959,275,10,0,266,0,0,1), - (22336,1867,0,3767,0,-280.413,1376.34,36.069,5.1734,275,10,0,241,601,0,1), - (22337,1765,0,11421,0,1467.96,501.709,40.902,4.50102,275,10,0,198,0,0,1), - (22338,1867,0,3767,0,-55.2049,1286.6,59.8505,1.21555,275,10,0,241,601,0,1), - (22339,5424,1,10986,0,-8845.32,-2684.85,26.1853,5.98612,300,25,0,2399,0,0,1), - (22340,5424,1,10986,0,-8708.05,-2888.96,18.8768,5.47222,300,25,0,2399,0,0,1), - (22341,5424,1,10986,0,-9319.79,-2813.17,11.4384,2.57631,300,25,0,2399,0,0,1), - (22342,5424,1,10986,0,-8325.6,-2427.35,29.8485,4.0099,300,25,0,2399,0,0,1), - (22343,5424,1,10986,0,-8449.42,-3751.25,11.0854,4.92071,300,25,0,2399,0,0,1), - (22344,5424,1,10986,0,-8919.1,-2882.56,44.091,3.48189,300,25,0,2399,0,0,1), - (22345,5424,1,10986,0,-8715.23,-3150.74,25.6585,5.39414,300,25,0,2399,0,0,1), - (22346,5424,1,10986,0,-8251.96,-2284.99,9.62744,6.12819,300,25,0,2399,0,0,1), - (22347,5424,1,10986,0,-8448.38,-3553.98,12.363,4.67725,300,25,0,2399,0,0,1), - (22348,5424,1,10986,0,-8576.95,-2289.31,23.7936,2.18424,300,25,0,2399,0,0,1), - (22349,5424,1,10986,0,-8584.1,-3442.57,9.77265,4.81808,300,25,0,2399,0,0,1), - (22350,5424,1,10986,0,-9185.18,-3485.88,13.2454,2.31326,300,25,0,2399,0,0,1), - (22351,5424,1,10986,0,-8386.45,-2500.32,44.0638,4.72606,300,25,0,2399,0,0,1), - (22352,5424,1,10986,0,-8398.13,-4279.86,10.9932,0.19242,300,25,0,2399,0,0,1), - (22353,5424,1,10986,0,-8431.37,-2417.65,37.1177,6.26756,300,25,0,2399,0,0,1), - (22354,5424,1,10986,0,-8510.63,-2417.69,40.5364,5.24291,300,25,0,2399,0,0,1), - (22355,5424,1,10986,0,-8981.98,-2550.46,17.4036,0.015624,300,25,0,2399,0,0,1), - (22356,5424,1,10986,0,-8636.16,-2338.75,25.145,0.903205,300,25,0,2399,0,0,1), - (22357,5424,1,10986,0,-8370.31,-2416.05,37.4206,6.26561,300,25,0,2399,0,0,1), - (22358,5424,1,10986,0,-8363.95,-2556,38.6451,3.54059,300,25,0,2399,0,0,1), - (22359,5424,1,10986,0,-8321.22,-2369.02,24.1025,1.82155,300,25,0,2399,0,0,1), - (22360,5424,1,10986,0,-8194.97,-2263.99,9.00154,1.58452,300,10,0,2399,0,0,1), - (22361,5424,1,10986,0,-8316.1,-4349.65,12.2031,6.03046,300,25,0,2399,0,0,1), - (22362,5424,1,10986,0,-8315.19,-4281.42,9.38572,0.499811,300,25,0,2399,0,0,1), - (22363,5425,1,1535,0,-7175.33,-3614.96,12.5144,1.11259,300,25,0,1902,0,0,1), - (22364,5425,1,1535,0,-7256.88,-4370.32,13.88,2.27175,300,25,0,1902,0,0,1), - (22365,5425,1,1535,0,-7363.61,-3866.43,10.9887,2.20491,300,25,0,1902,0,0,1), - (22366,5425,1,1535,0,-7152.2,-3151.42,11.0422,3.61223,300,25,0,1902,0,0,1), - (22367,5425,1,1535,0,-7236.75,-4740.59,10.152,0.31178,300,25,0,1902,0,0,1), - (22368,5425,1,1535,0,-6979.58,-4140.85,9.15772,4.46599,300,25,0,1902,0,0,1), - (22369,5425,1,1535,0,-7069.53,-4021.05,9.23932,0.185893,300,25,0,1902,0,0,1), - (22370,5425,1,1535,0,-7184.65,-2615.89,9.37675,5.13466,300,10,0,1902,0,0,1), - (22371,5425,1,1535,0,-7182.25,-3281.35,13.1242,3.33202,300,25,0,1902,0,0,1), - (22372,5425,1,1535,0,-7270.86,-2678.18,11.5379,0.204678,300,25,0,1902,0,0,1), - (22373,5425,1,1535,0,-6975.16,-3893.42,12.5196,4.74558,300,25,0,1902,0,0,1), - (22374,5425,1,1535,0,-7171.9,-3469.46,8.87842,0.588039,300,25,0,1902,0,0,1), - (22375,5425,1,1535,0,-7032.02,-3268.64,9.09011,2.3372,300,10,0,1902,0,0,1), - (22376,5425,1,1535,0,-7405,-3012.08,9.69972,6.19522,300,25,0,1902,0,0,1), - (22377,5425,1,1535,0,-6996.66,-4081.2,20.9016,2.96296,300,25,0,1902,0,0,1), - (22378,5425,1,1535,0,-7463.66,-3806.39,12.9393,2.74004,300,25,0,1902,0,0,1), - (22379,5425,1,1535,0,-7086.59,-3550,9.19371,6.28201,300,25,0,1902,0,0,1), - (22380,5425,1,1535,0,-7249.93,-2812.63,12.0574,2.31793,300,25,0,1902,0,0,1), - (22381,5425,1,1535,0,-7176.48,-3364.28,10.0438,1.2509,300,25,0,1902,0,0,1), - (22382,5425,1,1535,0,-7513.29,-3621.33,11.2658,1.12691,300,10,0,1902,0,0,1), - (22383,5425,1,1535,0,-7050.56,-4163.02,9.59558,3.46334,300,25,0,1902,0,0,1), - (22384,5425,1,1535,0,-7653.14,-3981.35,9.35122,4.74363,300,25,0,1902,0,0,1), - (22385,5425,1,1535,0,-7178.49,-4433.56,9.4325,1.07223,300,25,0,1902,0,0,1), - (22386,5425,1,1535,0,-7557.83,-3630.54,13.0975,1.14761,300,10,0,1902,0,0,1), - (22387,5425,1,1535,0,-6859.51,-4552.46,11.8552,2.54222,300,25,0,1902,0,0,1), - (22388,5425,1,1535,0,-7385.42,-3770.91,12.2367,4.70067,300,25,0,1902,0,0,1), - (22389,5425,1,1535,0,-7347.65,-3816.13,10.0169,3.45826,300,25,0,1902,0,0,1), - (22390,5425,1,1535,0,-7249.29,-3215.38,10.8014,5.36058,300,25,0,1902,0,0,1), - (22391,5425,1,1535,0,-6979.33,-3391.56,10.7314,1.88332,300,25,0,1902,0,0,1), - (22392,5425,1,1535,0,-7197.42,-2674.05,9.88576,1.81528,300,25,0,1902,0,0,1), - (22393,5425,1,1535,0,-7592.88,-3959.77,10.2688,5.61106,300,25,0,1902,0,0,1), - (22394,5425,1,1535,0,-7045.77,-3236.17,9.00927,5.2524,300,10,0,1902,0,0,1), - (22395,5425,1,1535,0,-6909.61,-3261.08,20.4058,0.068386,300,25,0,1902,0,0,1), - (22396,5425,1,1535,0,-7183.94,-3235.83,9.67437,4.8958,300,25,0,1902,0,0,1), - (22397,5425,1,1535,0,-7295.13,-2625.88,11.96,5.87368,300,25,0,1902,0,0,1), - (22398,5425,1,1535,0,-7053.87,-4240.77,10.6477,2.00389,300,25,0,1902,0,0,1), - (22399,5425,1,1535,0,-7349.57,-3483.1,12.7372,3.16192,300,25,0,1902,0,0,1), - (22400,5425,1,1535,0,-7041.66,-3912.2,10.3444,0.434613,300,25,0,1902,0,0,1), - (22401,5425,1,1535,0,-7057.59,-3476.02,10.1745,2.54924,300,25,0,1902,0,0,1), - (22402,5425,1,1535,0,-6907.47,-4234.25,11.1391,0.893311,300,25,0,1902,0,0,1), - (22403,5425,1,1535,0,-6817.27,-4489.85,25.6845,6.24024,300,25,0,1902,0,0,1), - (22404,5425,1,1535,0,-7038.62,-4078.25,9.4585,3.50436,300,25,0,1902,0,0,1), - (22405,5425,1,1535,0,-7377.5,-4270.83,10.0988,1.21568,300,25,0,1902,0,0,1), - (22406,5425,1,1535,0,-7332.4,-4029.12,11.5358,4.3497,300,25,0,1902,0,0,1), - (22407,5425,1,1535,0,-7288.81,-4076.29,12.0009,3.04387,300,25,0,1902,0,0,1), - (22408,5425,1,1535,0,-7440.93,-3954.17,10.4253,1.26756,300,25,0,1902,0,0,1), - (22409,5425,1,1535,0,-7303.86,-4211.85,9.90906,0.282857,300,25,0,1902,0,0,1), - (22410,5425,1,1535,0,-7385.65,-4153.67,9.95691,3.95327,300,25,0,1902,0,0,1), - (22411,5425,1,1535,0,-7597.96,-4081.07,10.5429,4.29913,300,25,0,1902,0,0,1), - (22412,5425,1,1535,0,-7522.91,-3816.13,9.22644,3.43866,300,25,0,1902,0,0,1), - (22413,5425,1,1535,0,-7228.4,-3418.75,9.49032,6.00069,300,10,0,1902,0,0,1), - (22414,5425,1,1535,0,-7100.92,-3323.6,9.73202,0.714391,300,10,0,1902,0,0,1), - (22415,5425,1,1535,0,-7103.12,-3214.21,9.41728,2.01839,300,25,0,1902,0,0,1), - (22416,5425,1,1535,0,-7121.45,-3112.74,10.1293,5.83298,300,25,0,1902,0,0,1), - (22417,5425,1,1535,0,-7345.91,-3553.34,6.70546,2.4461,300,25,0,1902,0,0,1), - (22418,5425,1,1535,0,-7133.17,-2873.34,12.3726,6.2539,300,25,0,1902,0,0,1), - (22419,5425,1,1535,0,-7380.77,-3747.83,13.1997,3.78487,300,25,0,1902,0,0,1), - (22420,5425,1,1535,0,-7053.07,-2983.46,9.21188,4.6293,300,25,0,1902,0,0,1), - (22421,5425,1,1535,0,-7240.52,-3548.85,13.7389,6.23345,300,25,0,1902,0,0,1), - (22422,5425,1,1535,0,-7125.5,-3613.96,8.49331,3.36619,300,25,0,1902,0,0,1), - (22423,5425,1,1535,0,-6914.72,-2951.35,9.07304,5.8108,300,25,0,1902,0,0,1), - (22424,5426,1,1536,0,-8402.08,-4154.32,10.1652,3.64281,300,25,0,2138,0,0,1), - (22425,5426,1,1536,0,-8571.86,-3890.83,35.7763,3.58601,300,25,0,2138,0,0,1), - (22426,5426,1,1536,0,-8583.5,-4213.4,13.9782,0.532155,300,25,0,2138,0,0,1), - (22427,5426,1,1536,0,-7830.6,-3341.54,60.0838,2.67532,300,25,0,2138,0,0,1), - (22428,5426,1,1536,0,-8035.3,-2957.87,53.0371,4.76923,300,25,0,2138,0,0,1), - (22429,5426,1,1536,0,-8119.07,-2881.17,37.1118,0.346165,300,25,0,2138,0,0,1), - (22430,5426,1,1536,0,-7506.19,-2683.4,9.00176,1.86614,300,25,0,2138,0,0,1), - (22431,5426,1,1536,0,-7428.43,-2820.91,9.989,0.328834,300,25,0,2138,0,0,1), - (22432,5426,1,1536,0,-7455.73,-3040.89,8.85782,2.05153,300,25,0,2138,0,0,1), - (22433,5426,1,1536,0,-7790.47,-3619.44,45.4722,1.87056,300,10,0,2138,0,0,1), - (22434,5426,1,1536,0,-7996.66,-3512.88,45.2213,1.87303,300,10,0,2138,0,0,1), - (22435,5426,1,1536,0,-8634.96,-4277.18,13.4955,6.00596,300,25,0,2138,0,0,1), - (22436,5426,1,1536,0,-8789.94,-3754.76,25.9051,4.01696,300,25,0,2138,0,0,1), - (22437,5426,1,1536,0,-8718.81,-3339.18,9.51137,1.641,300,25,0,2138,0,0,1), - (22438,5426,1,1536,0,-8423.89,-4283.49,9.4544,3.16199,300,25,0,2138,0,0,1), - (22439,5426,1,1536,0,-7857.55,-3405.65,57.6006,5.28467,300,25,0,2138,0,0,1), - (22440,5426,1,1536,0,-7586.62,-2829.9,10.7433,4.03094,300,25,0,2138,0,0,1), - (22441,5426,1,1536,0,-7568.85,-2951.04,12.2404,3.0888,300,25,0,2138,0,0,1), - (22442,5426,1,1536,0,-7914.9,-2945.39,53.438,3.02067,300,25,0,2138,0,0,1), - (22443,5426,1,1536,0,-7287.9,-3350.88,9.81616,0.139022,300,25,0,2138,0,0,1), - (22444,5426,1,1536,0,-7678.67,-3284.22,76.3277,5.52663,300,25,0,2138,0,0,1), - (22445,5426,1,1536,0,-8018.86,-3542.34,46.9982,1.39432,300,10,0,2138,0,0,1), - (22446,5426,1,1536,0,-8014.61,-3464.98,51.6362,2.19287,300,10,0,2138,0,0,1), - (22447,5426,1,1536,0,-7652.69,-3379.84,57.0586,5.13131,300,25,0,2138,0,0,1), - (22448,5426,1,1536,0,-7982.96,-3580.26,51.6219,3.90188,300,25,0,2138,0,0,1), - (22449,5426,1,1536,0,-8467.93,-4618.9,10.1964,3.39079,300,10,0,2138,0,0,1), - (22450,5426,1,1536,0,-8587.22,-4268.98,12.1922,1.82344,300,25,0,2138,0,0,1), - (22451,3225,1,744,0,1263.1,-4272,24.34,2.611,180,5,0,198,0,0,1), - (22452,5426,1,1536,0,-8219.88,-3549.57,23.6339,3.08703,300,25,0,2138,0,0,1), - (22453,5426,1,1536,0,-8503.55,-4150.17,12.7062,0.042942,300,25,0,2138,0,0,1), - (22454,5426,1,1536,0,-7963.32,-4414.42,9.00165,6.1361,300,25,0,2138,0,0,1), - (22455,5426,1,1536,0,-8083.38,-2949.88,41.4043,6.25333,300,25,0,2138,0,0,1), - (22456,5426,1,1536,0,-7633.25,-2812.51,11.4256,3.04697,300,25,0,2138,0,0,1), - (22457,5426,1,1536,0,-8119.88,-2815.55,32.8511,5.74494,300,25,0,2138,0,0,1), - (22458,5426,1,1536,0,-7580.77,-2749.5,12.6097,4.60586,300,25,0,2138,0,0,1), - (22459,5426,1,1536,0,-8198.91,-2819.61,23.8314,3.49245,300,25,0,2138,0,0,1), - (22460,5426,1,1536,0,-7314.75,-3384.3,9.81281,1.25404,300,25,0,2138,0,0,1), - (22461,5426,1,1536,0,-7577.79,-3163.96,28.9639,1.22722,300,25,0,2138,0,0,1), - (22462,5426,1,1536,0,-7454.23,-3078.34,8.70696,1.50444,300,25,0,2138,0,0,1), - (22463,5426,1,1536,0,-7510.83,-3005.16,9.94985,4.52956,300,25,0,2138,0,0,1), - (22464,5426,1,1536,0,-7522.23,-3154.61,19.0991,1.34628,300,25,0,2138,0,0,1), - (22465,5426,1,1536,0,-7696.82,-3304.14,76.4897,6.25765,300,10,0,2138,0,0,1), - (22466,5426,1,1536,0,-8303.53,-3620.21,15.0169,0.648775,300,10,0,2138,0,0,1), - (22467,5426,1,1536,0,-7806.73,-3186.1,73.3037,3.83226,300,10,0,2138,0,0,1), - (22468,5426,1,1536,0,-8254.25,-3470.14,17.2799,1.92695,300,25,0,2138,0,0,1), - (22469,5426,1,1536,0,-8563.33,-4087.58,19.2833,3.41828,300,25,0,2138,0,0,1), - (22470,5426,1,1536,0,-8532.65,-4098.45,13.7931,4.12632,300,25,0,2138,0,0,1), - (22471,5426,1,1536,0,-8650.64,-4409.82,12.2215,3.70935,300,25,0,2138,0,0,1), - (22472,5426,1,1536,0,-8413.12,-3878.09,13.1556,0.919868,300,25,0,2138,0,0,1), - (22473,3227,1,787,0,1187.73,-4291,21.188,0.331,180,5,0,198,0,0,1), - (22474,5426,1,1536,0,-7790.68,-4011.64,12.6335,0.192794,300,25,0,2138,0,0,1), - (22475,5426,1,1536,0,-8217.78,-4018.83,10.1839,3.15722,300,25,0,2138,0,0,1), - (22476,5426,1,1536,0,-7848.31,-4347.35,11.1295,1.65761,300,25,0,2138,0,0,1), - (22477,5426,1,1536,0,-7456.13,-2660.29,9.3666,1.77253,300,25,0,2138,0,0,1), - (22478,5426,1,1536,0,-7513.43,-2901.81,9.2292,1.64181,300,25,0,2138,0,0,1), - (22479,5426,1,1536,0,-8315.63,-3644.79,16.1387,1.89619,300,10,0,2138,0,0,1), - (22480,5426,1,1536,0,-7946.42,-3552.57,45.997,3.01327,300,10,0,2138,0,0,1), - (22481,5426,1,1536,0,-7822.97,-3641.65,48.591,1.0126,300,10,0,2138,0,0,1), - (22482,5426,1,1536,0,-8519.12,-3689.87,19.3107,4.62589,300,25,0,2138,0,0,1), - (22483,5426,1,1536,0,-8360.79,-3690.66,17.3437,2.58666,300,10,0,2138,0,0,1), - (22484,5426,1,1536,0,-7784.4,-4344.33,9.32746,1.709,300,25,0,2138,0,0,1), - (22485,5426,1,1536,0,-7843.68,-4550.77,9.27055,6.23821,300,25,0,2138,0,0,1), - (22486,5426,1,1536,0,-7584.44,-3073.95,21.8828,4.64985,300,25,0,2138,0,0,1), - (22487,5426,1,1536,0,-7717.46,-4047.81,9.00176,4.48297,300,25,0,2138,0,0,1), - (22488,5426,1,1536,0,-7661.1,-3076.19,31.6203,1.89316,300,25,0,2138,0,0,1), - (22489,5426,1,1536,0,-7531.5,-3751,9.50176,1.31822,300,25,0,2138,0,0,1), - (22490,5426,1,1536,0,-8524.24,-3481.04,8.74971,5.30201,300,25,0,2138,0,0,1), - (22492,5426,1,1536,0,-8524.17,-4416.89,12.2463,3.11816,300,25,0,2138,0,0,1), - (22493,5426,1,1536,0,-8244.56,-3333.88,16.6449,0.976985,300,25,0,2138,0,0,1), - (22494,5426,1,1536,0,-8508.94,-4613.12,9.38592,0.237502,300,25,0,2138,0,0,1), - (22495,5426,1,1536,0,-7710.44,-4149.27,9.36143,5.88407,300,10,0,2138,0,0,1), - (22496,5426,1,1536,0,-7806.2,-4741.8,9.0122,2.95314,300,25,0,2138,0,0,1), - (22497,5426,1,1536,0,-8381.13,-3808.1,9.78322,1.68426,300,25,0,2138,0,0,1), - (22498,5426,1,1536,0,-8511.66,-3798.41,22.1727,1.27934,300,25,0,2138,0,0,1), - (22499,5426,1,1536,0,-8255.71,-3667.66,12.2313,2.38657,300,25,0,2138,0,0,1), - (22500,5426,1,1536,0,-8513.47,-3891.91,24.7658,1.99768,300,25,0,2138,0,0,1), - (22501,5426,1,1536,0,-8475.19,-4410.68,9.8332,0.821294,300,25,0,2138,0,0,1), - (22502,5426,1,1536,0,-7988,-3962.33,9.00335,3.42377,300,25,0,2138,0,0,1), - (22503,5426,1,1536,0,-8111.99,-4094.98,9.9263,1.29974,300,25,0,2138,0,0,1), - (22504,5426,1,1536,0,-8123.58,-3950.78,11.2888,4.88718,300,25,0,2138,0,0,1), - (22505,5426,1,1536,0,-7464.1,-3356.34,13.3663,5.23638,300,25,0,2138,0,0,1), - (22506,5426,1,1536,0,-8270.04,-3712.26,15.0448,6.03898,300,30,0,2138,0,0,1), - (22507,5426,1,1536,0,-8331.39,-3562.04,12.891,3.06757,300,10,0,2138,0,0,1), - (22508,5426,1,1536,0,-7681.96,-3322.4,71.9017,1.88476,300,10,0,2138,0,0,1), - (22509,5426,1,1536,0,-7720.54,-3311.62,70.0991,1.09159,300,10,0,2138,0,0,1), - (22510,5426,1,1536,0,-7780,-3280.14,69.135,4.97694,300,10,0,2138,0,0,1), - (22511,5426,1,1536,0,-8648.51,-3749.25,22.0583,0.083705,300,25,0,2138,0,0,1), - (22512,5426,1,1536,0,-8314.71,-3365.48,10.2963,4.881,300,25,0,2138,0,0,1), - (22513,5426,1,1536,0,-8453.38,-4218.55,10.6979,3.94357,300,25,0,2138,0,0,1), - (22514,5426,1,1536,0,-8662.89,-4477.6,10.0754,2.77596,300,25,0,2138,0,0,1), - (22515,5426,1,1536,0,-8445.89,-3684.21,14.1967,6.04855,300,25,0,2138,0,0,1), - (22516,5426,1,1536,0,-7853.11,-4284.88,9.19967,3.53688,300,25,0,2138,0,0,1), - (22517,5426,1,1536,0,-8187.29,-3810.8,12.2017,2.79517,300,25,0,2138,0,0,1), - (22518,5426,1,1536,0,-7982.25,-4545.61,10.2518,1.33552,300,25,0,2138,0,0,1), - (22519,5426,1,1536,0,-8240.15,-3818.21,11.7973,6.04051,300,25,0,2138,0,0,1), - (22520,5426,1,1536,0,-7518.35,-3496.61,13.6006,1.68232,300,25,0,2138,0,0,1), - (22521,5426,1,1536,0,-8511.55,-4484.29,10.1642,6.24998,300,25,0,2138,0,0,1), - (22522,5426,1,1536,0,-8390.76,-3761.67,12.4607,4.11881,300,25,0,2138,0,0,1), - (22523,5426,1,1536,0,-8781.34,-3815.84,30.5478,1.01965,300,25,0,2138,0,0,1), - (22524,5426,1,1536,0,-7796.12,-3829.31,32.2723,4.55042,300,25,0,2138,0,0,1), - (22525,5426,1,1536,0,-7872.92,-3890.88,13.2737,3.40453,300,25,0,2138,0,0,1), - (22526,5426,1,1536,0,-8649.84,-4215.67,18.1253,5.39268,300,10,0,2138,0,0,1), - (22527,5426,1,1536,0,-8515.95,-3613.83,16.9107,0.798649,300,25,0,2138,0,0,1), - (22528,5426,1,1536,0,-8517.15,-3281.17,9.26577,1.50631,300,25,0,2138,0,0,1), - (22529,5426,1,1536,0,-8652.18,-3282.83,9.07431,3.12402,300,25,0,2138,0,0,1), - (22530,5426,1,1536,0,-7785.8,-3374.65,51.0562,5.17167,300,25,0,2138,0,0,1), - (22531,5426,1,1536,0,-8115.96,-3827.18,12.5149,1.7915,300,25,0,2138,0,0,1), - (22532,5426,1,1536,0,-8344.69,-3615.28,15.5057,2.20505,300,10,0,2138,0,0,1), - (22533,5426,1,1536,0,-7946.88,-3588.06,54.7766,3.44702,300,25,0,2138,0,0,1), - (22534,5426,1,1536,0,-7781.4,-3150.84,71.3843,0.235114,300,10,0,2138,0,0,1), - (22535,5426,1,1536,0,-8650.36,-4352.99,11.7824,5.27126,300,25,0,2138,0,0,1), - (22536,5426,1,1536,0,-8286.62,-3417.98,9.1277,3.2296,300,25,0,2138,0,0,1), - (22537,5426,1,1536,0,-8127.76,-3893.41,9.78034,3.13167,300,25,0,2138,0,0,1), - (22538,5426,1,1536,0,-7851.33,-4419.02,9.62713,3.86667,300,25,0,2138,0,0,1), - (22539,5426,1,1536,0,-7621.32,-3380.45,54.625,4.07419,300,10,0,2138,0,0,1), - (22540,5426,1,1536,0,-8519.54,-4218.81,9.74727,4.28072,300,25,0,2138,0,0,1), - (22541,5426,1,1536,0,-8585.6,-3548.48,12.2912,1.6827,300,25,0,2138,0,0,1), - (22542,5426,1,1536,0,-7989.8,-4083.28,10.0639,3.84564,300,25,0,2138,0,0,1), - (22543,5426,1,1536,0,-7914.35,-4083.05,10.8211,6.14405,300,25,0,2138,0,0,1), - (22544,5426,1,1536,0,-8149.51,-4223.4,9.89075,4.9363,300,25,0,2138,0,0,1), - (22545,5426,1,1536,0,-8181.38,-4253.48,10.712,4.91285,300,25,0,2138,0,0,1), - (22546,5426,1,1536,0,-8144.33,-4147.77,11.4961,0.058609,300,25,0,2138,0,0,1), - (22547,5426,1,1536,0,-8315.76,-4421.14,11.9922,5.12242,300,25,0,2138,0,0,1), - (22548,5426,1,1536,0,-8253.03,-4215.09,8.64738,2.19221,300,25,0,2138,0,0,1), - (22549,5426,1,1536,0,-8379.85,-4418.89,9.42951,5.72769,300,25,0,2138,0,0,1), - (22550,5426,1,1536,0,-8249.92,-4148.6,12.1995,1.61179,300,25,0,2138,0,0,1), - (22551,5426,1,1536,0,-8319.61,-4153.51,10.2364,4.21995,300,25,0,2138,0,0,1), - (22552,5426,1,1536,0,-8454.63,-4085.4,16.8624,4.70262,300,25,0,2138,0,0,1), - (22553,5426,1,1536,0,-8315.78,-4019.7,11.8929,5.82724,300,25,0,2138,0,0,1), - (22554,5426,1,1536,0,-7683.21,-3355.87,61.3257,5.99177,300,10,0,2138,0,0,1), - (22555,5427,1,2609,0,-8916.36,-2588.5,18.5804,1.57275,300,0,0,2488,0,0,0), - (22556,5427,1,2609,0,-8457.16,-2131.2,18.0011,1.77739,300,25,0,2488,0,0,1), - (22557,5427,1,2609,0,-9387.88,-3221.29,11.9083,3.52108,300,25,0,2488,0,0,1), - (22558,5427,1,2609,0,-7911.98,-3146.73,68.9136,1.15079,300,25,0,2488,0,0,1), - (22559,5427,1,2609,0,-7992.38,-3696.74,65.9279,1.98287,300,25,0,2488,0,0,1), - (22560,5427,1,2609,0,-9019.5,-2814.44,42.6385,2.48508,300,10,0,2488,0,0,1), - (22561,5427,1,2609,0,-8976.75,-2815.27,45.7972,1.32568,300,10,0,2488,0,0,1), - (22562,5427,1,2609,0,-9254.63,-2299.8,10.4384,4.30468,300,25,0,2488,0,0,1), - (22563,4403,1,2599,0,-4173.25,-4107.13,18.502,0.64998,360,5,0,1464,0,0,1), - (22564,5427,1,2609,0,-9512.6,-2488.9,19.0571,5.50498,300,10,0,2488,0,0,1), - (22565,5427,1,2609,0,-8053.6,-3351.79,46.9251,1.7041,300,25,0,2488,0,0,1), - (22566,5427,1,2609,0,-8115.58,-3213.6,31.0496,5.27666,300,25,0,2488,0,0,1), - (22567,5427,1,2609,0,-8620.81,-2546.58,32.872,4.52991,300,10,0,2488,0,0,1), - (22568,5427,1,2609,0,-8680.17,-2478.39,31.6942,1.56958,300,10,0,2488,0,0,1), - (22569,5427,1,2609,0,-8720.56,-2389.56,19.9679,0.027427,300,10,0,2488,0,0,1), - (22570,5427,1,2609,0,-9063.06,-3618.39,23.3231,3.34243,300,25,0,2488,0,0,1), - (22571,5427,1,2609,0,-9105.1,-2347.95,14.2671,0.24554,300,25,0,2488,0,0,1), - (22572,5427,1,2609,0,-9395.42,-3476.35,11.6677,2.4551,300,25,0,2488,0,0,1), - (22573,5427,1,2609,0,-9319.97,-3419.89,10.0108,3.64639,300,25,0,2488,0,0,1), - (22574,5427,1,2609,0,-9448.2,-2545.66,10.1523,1.1384,300,25,0,2488,0,0,1), - (22575,5427,1,2609,0,-8847.82,-2543.72,12.9281,1.0909,300,25,0,2488,0,0,1), - (22576,5427,1,2609,0,-9196.43,-2819.19,17.8811,3.38248,300,25,0,2488,0,0,1), - (22577,5427,1,2609,0,-9118.45,-2830.19,31.2967,4.55366,300,25,0,2488,0,0,1), - (22578,5427,1,2609,0,-8136.65,-3017.66,30.9884,6.18546,300,25,0,2488,0,0,1), - (22579,5427,1,2609,0,-8151.1,-3546.27,41.482,3.23513,300,25,0,2488,0,0,1), - (22580,5427,1,2609,0,-7916.77,-3274.11,64.0016,1.56736,300,25,0,2488,0,0,1), - (22581,5427,1,2609,0,-8221.37,-3216.28,20.7035,5.02631,300,10,0,2488,0,0,1), - (22582,5427,1,2609,0,-8814.02,-2990.93,30.7626,4.79413,300,25,0,2488,0,0,1), - (22583,5427,1,2609,0,-8151.04,-3314.15,23.231,0.017364,300,10,0,2488,0,0,1), - (22584,5427,1,2609,0,-8449.68,-2379.37,32.9047,1.35234,300,25,0,2488,0,0,1), - (22585,5427,1,2609,0,-9123.82,-3466.38,16.5491,1.10715,300,25,0,2488,0,0,1), - (22586,5427,1,2609,0,-9041.5,-2422.84,11.2715,5.77761,300,25,0,2488,0,0,1), - (22587,5427,1,2609,0,-9385.93,-3285.97,26.9608,3.73575,300,3,0,2488,0,0,1), - (22588,5427,1,2609,0,-8583.41,-2363.56,32.5914,1.51977,300,25,0,2488,0,0,1), - (22589,5427,1,2609,0,-8786.85,-2573.7,12.9159,4.87969,300,25,0,2488,0,0,1), - (22590,5427,1,2609,0,-7944.71,-3016.03,55.143,3.18454,300,25,0,2488,0,0,1), - (22591,5427,1,2609,0,-8241.02,-3176.13,18.9696,0.335549,300,10,0,2488,0,0,1), - (22592,5427,1,2609,0,-8643.87,-2481.74,33.6582,2.83591,300,10,0,2488,0,0,1), - (22593,5427,1,2609,0,-8286.29,-3216.66,16.8882,4.30485,300,25,0,2488,0,0,1), - (22594,5427,1,2609,0,-8502.47,-2347.82,36.3508,2.90278,300,25,0,2488,0,0,1), - (22595,5427,1,2609,0,-9448.9,-2282.35,11.8307,2.06291,300,10,0,2488,0,0,1), - (22596,4403,1,2599,0,-4349.17,-4396.51,-11.0079,1.06085,360,5,0,1464,0,0,1), - (22597,5427,1,2609,0,-9377.08,-2897.95,9.14876,5.05193,300,0,0,2488,0,0,0), - (22598,5427,1,2609,0,-9043.87,-2683.69,29.564,6.26366,300,30,0,2488,0,0,1), - (22599,5427,1,2609,0,-8145.16,-3744.29,17.9716,1.48536,300,10,0,2488,0,0,1), - (22600,4403,1,2599,0,-4337.81,-4255.28,-9.73518,5.74758,360,5,0,1464,0,0,1), - (22601,5427,1,2609,0,-8108.8,-3153.93,29.7925,0.888458,300,25,0,2488,0,0,1), - (22602,5427,1,2609,0,-8051.75,-3193.07,44.713,1.49732,300,25,0,2488,0,0,1), - (22603,5427,1,2609,0,-8254.56,-3211.69,16.5256,4.17871,300,10,0,2488,0,0,1), - (22604,5427,1,2609,0,-8815.14,-3113.27,29.9969,1.56549,300,10,0,2488,0,0,1), - (22605,5427,1,2609,0,-8320.01,-2318.43,23.2893,4.21565,300,25,0,2488,0,0,1), - (22606,5427,1,2609,0,-8585.35,-2448.4,42.8628,1.52191,300,25,0,2488,0,0,1), - (22607,5427,1,2609,0,-8978.55,-2488.27,16.7041,5.65415,300,25,0,2488,0,0,1), - (22608,5427,1,2609,0,-8657.85,-2871.13,12.5966,2.08103,300,25,0,2488,0,0,1), - (22609,5427,1,2609,0,-8806.25,-2435.42,20.4403,3.87679,300,25,0,2488,0,0,1), - (22610,5427,1,2609,0,-9019.42,-2752.29,41.4377,3.46259,300,25,0,2488,0,0,1), - (22611,5427,1,2609,0,-8981.8,-2789.27,45.7327,5.34712,300,10,0,2488,0,0,1), - (22612,5427,1,2609,0,-9321.14,-2610.38,10.9833,2.1891,300,25,0,2488,0,0,1), - (22613,5427,1,2609,0,-9126.27,-3390.78,26.8619,4.80817,300,25,0,2488,0,0,1), - (22614,5427,1,2609,0,-9058.21,-3428.73,24.7628,5.07984,300,25,0,2488,0,0,1), - (22615,5427,1,2609,0,-8660.17,-2688.46,13.9464,2.79082,300,25,0,2488,0,0,1), - (22616,5427,1,2609,0,-8208.51,-3176.96,20.4535,6.11276,300,10,0,2488,0,0,1), - (22617,5427,1,2609,0,-8156.59,-3279.2,25.251,5.42839,300,10,0,2488,0,0,1), - (22618,5427,1,2609,0,-8601.83,-2222.97,11.9791,2.91974,300,25,0,2488,0,0,1), - (22619,5427,1,2609,0,-8584.31,-2562.75,38.221,4.63022,300,0,0,2488,0,0,0), - (22620,5427,1,2609,0,-9319.27,-2417.39,11.6587,3.39059,300,25,0,2488,0,0,1), - (22621,5427,1,2609,0,-8754.07,-3114.68,23.6109,3.49066,300,10,0,2488,0,0,1), - (22622,5427,1,2609,0,-8785.21,-3017.21,26.6031,2.16678,300,10,0,2488,0,0,1), - (22623,5427,1,2609,0,-8219.68,-3250,21.544,1.8172,300,10,0,2488,0,0,1), - (22624,5427,1,2609,0,-9058.35,-2292.26,11.568,4.11302,300,25,0,2488,0,0,1), - (22625,5427,1,2609,0,-8467.89,-1989.83,11.8662,4.63022,300,25,0,2488,0,0,1), - (22626,5427,1,2609,0,-9450.75,-2611.75,22.9934,1.21385,300,25,0,2488,0,0,1), - (22627,5427,1,2609,0,-8918.22,-2552.13,15.699,4.64206,300,25,0,2488,0,0,1), - (22628,5427,1,2609,0,-8180.86,-3282.35,21.2272,0.238834,300,10,0,2488,0,0,1), - (22629,5427,1,2609,0,-8845.61,-3014.89,40.1301,0.566158,300,10,0,2488,0,0,1), - (22630,5427,1,2609,0,-8789.76,-3086.77,32.1179,3.901,300,10,0,2488,0,0,1), - (22631,5427,1,2609,0,-8786.28,-3150.74,27.1787,2.8347,300,10,0,2488,0,0,1), - (22632,5427,1,2609,0,-8517.11,-2192.91,20.7954,1.61179,300,25,0,2488,0,0,1), - (22633,5427,1,2609,0,-9440.61,-3210.92,16.0242,5.7907,300,10,0,2488,0,0,1), - (22634,5427,1,2609,0,-8450.49,-2562.64,45.4099,1.45928,300,25,0,2488,0,0,1), - (22635,4403,1,2599,0,-4441.69,-4086.86,6.81348,6.11451,360,3,0,1464,0,0,1), - (22636,5427,1,2609,0,-8683.96,-2381.95,23.1619,5.84367,300,10,0,2488,0,0,1), - (22637,5427,1,2609,0,-8188.29,-3223.61,23.9906,5.85158,300,10,0,2488,0,0,1), - (22638,5427,1,2609,0,-8182.21,-3248.21,24.1181,3.61567,300,10,0,2488,0,0,1), - (22639,5427,1,2609,0,-9184.27,-2679.17,16.6315,1.87219,300,30,0,2488,0,0,1), - (22640,5427,1,2609,0,-9383.88,-2486.03,11.2356,4.35155,300,25,0,2488,0,0,1), - (22641,5427,1,2609,0,-8981.69,-2418.66,13.056,5.64875,300,25,0,2488,0,0,1), - (22642,5427,1,2609,0,-8988.36,-2853.76,45.9649,2.66902,300,10,0,2488,0,0,1), - (22643,5427,1,2609,0,-9020.4,-2778.9,40.8127,4.05338,300,10,0,2488,0,0,1), - (22644,5427,1,2609,0,-8744.3,-3076.15,22.2375,0.500329,300,10,0,2488,0,0,1), - (22645,5427,1,2609,0,-9382.7,-3351.92,12.2845,6.04863,300,25,0,2488,0,0,1), - (22646,5427,1,2609,0,-9317.74,-3354.29,9.85599,4.68118,300,25,0,2488,0,0,1), - (22647,5427,1,2609,0,-9447.55,-2351.13,12.1238,5.87983,300,25,0,2488,0,0,1), - (22648,5427,1,2609,0,-9382.71,-3550.94,12.6209,0.129068,300,0,0,2488,0,0,0), - (22649,4403,1,2599,0,-4482.58,-4249.86,-12.7369,2.40037,360,5,0,1464,0,0,1), - (22650,4403,1,2599,0,-4372.8,-4294.05,1.70373,2.47485,360,5,0,1464,0,0,1), - (22651,5427,1,2609,0,-9452.46,-2479.32,14.6198,1.75746,300,25,0,2488,0,0,1), - (22652,5427,1,2609,0,-8123.05,-2253.33,12.2517,1.8203,300,25,0,2488,0,0,1), - (22653,5427,1,2609,0,-9453.12,-3017.95,12.3013,3.32214,300,10,0,2488,0,0,1), - (22654,4403,1,2599,0,-4348.89,-4182.84,-6.0239,5.8618,360,5,0,1464,0,0,1), - (22655,5427,1,2609,0,-9181.76,-2219.56,7.88388,3.96013,300,25,0,2488,0,0,1), - (22656,4404,1,2600,0,-4389.1,-4339.39,-3.685,5.57795,360,5,0,1211,1067,0,1), - (22657,5427,1,2609,0,-9250.42,-2683.07,14.9308,4.7202,300,25,0,2488,0,0,1), - (22658,5427,1,2609,0,-9445.93,-3548.94,10.0105,0.133327,300,25,0,2488,0,0,1), - (22659,5427,1,2609,0,-9385.76,-3416.82,10.5942,2.51294,300,25,0,2488,0,0,1), - (22660,5427,1,2609,0,-8516.75,-2516.04,43.5695,4.54235,300,25,0,2488,0,0,1), - (22661,5427,1,2609,0,-8677.35,-2307.46,12.6474,6.0183,300,25,0,2488,0,0,1), - (22662,5428,1,3248,0,-7020.41,-3041.57,11.042,3.67426,300,5,0,1902,0,0,1), - (22663,5428,1,3248,0,-7498.01,-3660.6,10.1261,0.107742,300,10,0,1902,0,0,1), - (22664,5428,1,3248,0,-7524.31,-3652.02,9.06099,4.73287,300,10,0,1902,0,0,1), - (22665,5428,1,3248,0,-7185.06,-3576.24,10.7195,0.321228,300,5,0,1902,0,0,1), - (22666,5428,1,3248,0,-7208.42,-2654.31,9.33734,3.3544,300,5,0,1902,0,0,1), - (22667,5428,1,3248,0,-7208.85,-3382.64,11.169,5.1673,300,5,0,1902,0,0,1), - (22668,5428,1,3248,0,-7042.29,-4088.92,9.20203,1.91973,300,5,0,1902,0,0,1), - (22669,5428,1,3248,0,-7174.19,-3624.05,12.148,1.53956,300,5,0,1902,0,0,1), - (22670,5428,1,3248,0,-7395.85,-3024.38,10.2397,1.7138,300,5,0,1902,0,0,1), - (22671,5428,1,3248,0,-7538.3,-3620.71,10.5362,0.155195,300,10,0,1902,0,0,1), - (22672,5428,1,3248,0,-7303.22,-4304.62,11.4414,5.20223,300,5,0,1902,0,0,1), - (22673,5428,1,3248,0,-7343.86,-4178.73,9.73855,6.22647,300,5,0,1902,0,0,1), - (22674,5428,1,3248,0,-7542.29,-3621.34,10.7225,3.83962,300,10,0,1902,0,0,1), - (22675,5428,1,3248,0,-7523.28,-3645.15,9.43599,1.31983,300,10,0,1902,0,0,1), - (22676,5428,1,3248,0,-7509.88,-3617.42,11.7658,1.0219,300,10,0,1902,0,0,1), - (22677,5428,1,3248,0,-7496.79,-3657.62,10.6035,0.847559,300,10,0,1902,0,0,1), - (22678,5428,1,3248,0,-7583.47,-3614.89,13.1503,3.90539,300,10,0,1902,0,0,1), - (22679,5428,1,3248,0,-7550.25,-3593.56,14.0255,4.87902,300,10,0,1902,0,0,1), - (22680,5428,1,3248,0,-7310.07,-3663.18,10.8299,0.890058,300,5,0,1902,0,0,1), - (22681,7733,1,7346,0,-7158.96,-3841.61,8.84809,1.95477,300,0,0,1605,0,0,0), - (22682,5429,1,7348,0,-8039.85,-4025.44,12.7971,3.80658,300,25,0,1648,1432,0,1), - (22683,5429,1,7348,0,-7860.42,-2821.57,32.7296,2.60888,300,25,0,1648,1432,0,1), - (22684,5429,1,7348,0,-7886.67,-3588.3,49.9186,5.93135,300,10,0,1648,1432,0,1), - (22685,5429,1,7348,0,-7757.59,-3173.86,76.6867,3.68846,300,10,0,1648,1432,0,1), - (22686,5429,1,7348,0,-8309.97,-3585.11,16.1163,0.074426,300,10,0,1648,1432,0,1), - (22687,5429,1,7348,0,-7477.41,-2751.58,10.0262,4.31362,300,25,0,1648,1432,0,1), - (22688,5429,1,7348,0,-8055.39,-3456.67,46.3899,0.914021,300,10,0,1648,1432,0,1), - (22689,5429,1,7348,0,-7776.89,-3546.58,47.6874,5.07218,300,25,0,1648,1432,0,1), - (22690,5429,1,7348,0,-8311.58,-3687.54,14.063,1.24231,300,10,0,1648,1432,0,1), - (22691,5429,1,7348,0,-7906.87,-3549.43,50.807,0.1699,300,10,0,1648,1432,0,1), - (22692,5429,1,7348,0,-7659.13,-3081.96,31.7155,1.91297,300,25,0,1648,1432,0,1), - (22693,5429,1,7348,0,-7710.35,-3344.4,60.413,4.41777,300,10,0,1648,1432,0,1), - (22694,5429,1,7348,0,-8052.29,-3511.27,42.4859,2.62044,300,10,0,1648,1432,0,1), - (22695,5429,1,7348,0,-7529.28,-3496.47,13.9573,1.04947,300,25,0,1648,1432,0,1), - (22696,5429,1,7348,0,-7717.41,-3280.68,78.4157,5.93481,300,10,0,1648,1432,0,1), - (22697,5429,1,7348,0,-7712.24,-3211.92,75.3843,4.35616,300,10,0,1648,1432,0,1), - (22698,5429,1,7348,0,-7776.49,-3209.05,74.9016,1.83456,300,10,0,1648,1432,0,1), - (22699,5429,1,7348,0,-7744.17,-3220.32,80.1493,4.79927,300,10,0,1648,1432,0,1), - (22700,5429,1,7348,0,-8093.44,-3468.5,39.8659,4.66784,300,10,0,1648,1432,0,1), - (22701,5429,1,7348,0,-7993.15,-4264.33,12.7298,3.8869,300,25,0,1648,1432,0,1), - (22702,5429,1,7348,0,-7649.63,-3320.29,65.3334,3.70806,300,10,0,1648,1432,0,1), - (22703,5429,1,7348,0,-7586.01,-3380.08,41.256,5.54185,300,10,0,1648,1432,0,1), - (22704,5429,1,7348,0,-7692.97,-3258.31,78.3802,4.5817,300,10,0,1648,1432,0,1), - (22705,5429,1,7348,0,-8316.73,-3827.12,9.05179,6.20896,300,25,0,1648,1432,0,1), - (22706,5429,1,7348,0,-7511.64,-3004.55,9.98282,0.145657,300,25,0,1648,1432,0,1), - (22707,5429,1,7348,0,-8023.4,-3493.91,46.8909,0.512602,300,10,0,1648,1432,0,1), - (22708,5429,1,7348,0,-8346.15,-3652.53,15.2951,1.6136,300,10,0,1648,1432,0,1), - (22709,5429,1,7348,0,-7825.55,-3591.98,53.0416,4.43695,300,10,0,1648,1432,0,1), - (22710,5429,1,7348,0,-7858.4,-3623.42,50.434,5.88621,300,10,0,1648,1432,0,1), - (22711,5429,1,7348,0,-7644.64,-3350.74,62.1277,5.34057,300,10,0,1648,1432,0,1), - (22712,5429,1,7348,0,-7944.68,-3509.52,57.1431,1.70467,300,10,0,1648,1432,0,1), - (22713,5429,1,7348,0,-8330.66,-3718.79,13.4698,2.03848,300,10,0,1648,1432,0,1), - (22714,5429,1,7348,0,-7762.93,-3256.29,71.1735,5.01353,300,10,0,1648,1432,0,1), - (22715,5429,1,7348,0,-7977.98,-3484.05,56.8251,6.21386,300,10,0,1648,1432,0,1), - (22716,5429,1,7348,0,-7747.53,-3286.61,68.4164,1.37279,300,10,0,1648,1432,0,1), - (22717,5429,1,7348,0,-7613.61,-3316.65,50.6103,4.75397,300,10,0,1648,1432,0,1), - (22718,5429,1,7348,0,-7709.62,-3243.46,79.9695,5.89833,300,10,0,1648,1432,0,1), - (22719,5429,1,7348,0,-7616.53,-3354.65,51.3478,5.48276,300,10,0,1648,1432,0,1), - (22720,5429,1,7348,0,-7973.63,-3531.96,44.5963,6.18917,300,10,0,1648,1432,0,1), - (22721,5429,1,7348,0,-8226.49,-4023.76,10.3361,5.69099,300,25,0,1648,1432,0,1), - (22722,5429,1,7348,0,-7680.16,-3574.54,31.7497,4.76323,300,25,0,1648,1432,0,1), - (22723,5430,1,10827,0,-9054.1,-2752.89,35.8341,2.67035,300,10,0,2488,0,0,1), - (22724,5430,1,10827,0,-8846.08,-2954.01,38.7876,1.18002,300,10,0,2488,0,0,1), - (22725,5430,1,10827,0,-8648.9,-2422.37,28.433,4.28783,300,10,0,2488,0,0,1), - (22726,5430,1,10827,0,-8789.58,-3122.92,26.2383,4.94014,300,10,0,2488,0,0,1), - (22727,5430,1,10827,0,-8780.39,-3043.8,29.2708,0.917553,300,10,0,2488,0,0,1), - (22728,5430,1,10827,0,-8821.37,-3086.93,34.9289,3.96998,300,10,0,2488,0,0,1), - (22729,5430,1,10827,0,-8616.55,-2482.41,41.0757,0.149325,300,10,0,2488,0,0,1), - (22730,5430,1,10827,0,-9320.73,-2423.51,11.6466,3.37309,300,25,0,2488,0,0,1), - (22731,5430,1,10827,0,-8813.2,-2953.37,26.7828,3.5184,300,10,0,2488,0,0,1), - (22732,5430,1,10827,0,-9082.5,-2749.02,32.1192,0.966952,300,10,0,2488,0,0,1), - (22733,5430,1,10827,0,-8687.28,-2419.98,25.3875,2.73577,300,10,0,2488,0,0,1), - (22734,5430,1,10827,0,-8650.53,-2517.82,32.9317,1.28944,300,10,0,2488,0,0,1), - (22735,5430,1,10827,0,-8421.52,-2236.27,18.778,6.06049,300,25,0,2488,0,0,1), - (22736,5430,1,10827,0,-9115.66,-2747.23,28.7635,4.36585,300,25,0,2488,0,0,1), - (22737,5430,1,10827,0,-8847.48,-3051.37,37.6593,3.7127,300,10,0,2488,0,0,1), - (22738,5430,1,10827,0,-8815.31,-3057.37,37.4731,4.38985,300,10,0,2488,0,0,1), - (22739,5430,1,10827,0,-9055.59,-2789.57,38.4492,3.51121,300,10,0,2488,0,0,1), - (22740,5430,1,10827,0,-8848.66,-2981.22,39.8485,0.977384,300,10,0,2488,0,0,1), - (22741,5431,1,7114,0,-8849.95,-4707.69,-16.4609,1.59671,300,15,0,2577,0,0,1), - (22742,5431,1,7114,0,-8726.12,-4851.86,-17.2801,3.60399,300,15,0,2577,0,0,1), - (22743,5431,1,7114,0,-8676,-4687.46,0.728013,5.81786,300,15,0,2577,0,0,1), - (22744,5431,1,7114,0,-8389.11,-5136.76,-0.029884,4.22063,300,0,0,2577,0,0,0), - (22745,5431,1,7114,0,-8715.44,-4653.53,4.87625,1.16298,300,15,0,2577,0,0,1), - (22746,5431,1,7114,0,-8584.88,-4790.58,0.69416,4.64035,300,15,0,2577,0,0,1), - (22747,5431,1,7114,0,-8390.11,-5188.3,-1.01269,4.3715,300,15,0,2577,0,0,1), - (22748,5431,1,7114,0,-8775.44,-4745.72,-4.26522,5.06108,300,0,0,2577,0,0,0), - (22749,5431,1,7114,0,-8504.76,-5148.28,-10.9216,3.21546,300,15,0,2577,0,0,1), - (22750,5431,1,7114,0,-8647.84,-4766.73,-3.67231,1.42025,300,15,0,2577,0,0,1), - (22751,5431,1,7114,0,-8852.09,-4668.55,-4.23215,4.49729,300,15,0,2577,0,0,1), - (22752,5431,1,7114,0,-8646.97,-4726.87,-0.269946,5.52801,300,15,0,2577,0,0,1), - (22753,5431,1,7114,0,-8546.76,-4955.97,-7.63253,5.26623,300,0,0,2577,0,0,0), - (22754,5431,1,7114,0,-8819.5,-4670.71,-9.77868,1.82402,300,15,0,2577,0,0,1), - (22755,5431,1,7114,0,-8503.33,-4991.35,0.217423,5.86496,300,15,0,2577,0,0,1), - (22756,5431,1,7114,0,-8536.36,-5051.91,-9.03639,3.24099,300,15,0,2577,0,0,1), - (22757,5431,1,7114,0,-8483.34,-5034.5,-2.75714,4.62853,300,15,0,2577,0,0,1), - (22758,5431,1,7114,0,-8464.5,-5181.23,-14.8427,3.09878,300,15,0,2577,0,0,1), - (22759,5431,1,7114,0,-8507.84,-4924.52,0.579272,5.09694,300,15,0,2577,0,0,1), - (22760,5431,1,7114,0,-8615.51,-4873.65,-9.0867,1.44361,300,15,0,2577,0,0,1), - (22761,5431,1,7114,0,-8651.62,-4846.08,-5.73343,2.10631,300,15,0,2577,0,0,1), - (22762,5431,1,7114,0,-8437.62,-5109.3,0.648381,0.370683,300,15,0,2577,0,0,1), - (22763,5431,1,7114,0,-8716.07,-4814.8,-13.6596,3.19833,300,0,0,2577,0,0,0), - (22764,5431,1,7114,0,-8781.25,-4664.51,-1.59448,4.78877,300,15,0,2577,0,0,1), - (22765,5431,1,7114,0,-8507.23,-5128.69,-17.6427,5.33026,300,15,0,2577,0,0,1), - (22766,5431,1,7114,0,-8582.89,-4865.09,-4.43076,4.93208,300,15,0,2577,0,0,1), - (22767,5431,1,7114,0,-8407.85,-5094.01,0.629323,5.22457,300,15,0,2577,0,0,1), - (22768,5431,1,7114,0,-8600.67,-4742.78,1.35327,0.338426,300,15,0,2577,0,0,1), - (22769,5431,1,7114,0,-8438.98,-5038.71,0.570194,0.740672,300,15,0,2577,0,0,1), - (22770,5431,1,7114,0,-8721.07,-4771.61,-11.1865,1.94261,300,15,0,2577,0,0,1), - (22771,5431,1,7114,0,-8594.25,-4921.68,-12.3305,3.97245,300,15,0,2577,0,0,1), - (22772,5431,1,7114,0,-8426.92,-5219.31,-8.67736,3.50727,300,15,0,2577,0,0,1), - (22773,5431,1,7114,0,-8589.73,-4975.03,-6.6942,2.45997,300,15,0,2577,0,0,1), - (22774,5431,1,7114,0,-8891.22,-4686.22,-11.559,3.58361,300,15,0,2577,0,0,1), - (22775,5431,1,7114,0,-8340.33,-5144.35,0.702574,0.462847,300,15,0,2577,0,0,1), - (22776,5431,1,7114,0,-8776.41,-4792.53,-16.7984,5.71682,300,15,0,2577,0,0,1), - (22777,5431,1,7114,0,-8761.48,-4750.33,-8.40929,3.23226,300,15,0,2577,0,0,1), - (22778,5431,1,7114,0,-8726.06,-4713.75,-3.31985,2.77142,300,15,0,2577,0,0,1), - (22779,5431,1,7114,0,-8519.43,-4839.95,1.66688,1.48659,300,15,0,2577,0,0,1), - (22788,15165,1,15300,0,-6899.22,-4811.38,8.75024,2.6529,300,0,0,3632,0,0,0), - (22789,5441,1,482,0,-9177.25,-3687.37,10.3283,1.66464,300,10,0,2488,0,0,1), - (22790,5441,1,482,0,-9324.59,-4154.3,11.0519,3.75504,300,5,0,2488,0,0,1), - (22791,5441,1,482,0,-9237.06,-3750.82,10.4601,0.070334,300,10,0,2488,0,0,1), - (22792,5441,1,482,0,-8755.09,-4119.74,10.4835,6.16973,300,15,0,2488,0,0,1), - (22793,5441,1,482,0,-9187.55,-4155.72,-44.43,1.42325,300,3,0,2488,0,0,1), - (22794,5441,1,482,0,-8995.67,-3811.8,11.3466,2.87054,300,15,0,2488,0,0,1), - (22795,5441,1,482,0,-9175.44,-4137.92,-43.4975,5.33365,300,3,0,2488,0,0,1), - (22796,5441,1,482,0,-9219.25,-4175.69,18.5551,2.065,300,5,0,2488,0,0,1), - (22797,5441,1,482,0,-8956.14,-3842.73,10.7668,2.23583,300,15,0,2488,0,0,1), - (22798,5441,1,482,0,-9340.03,-4087.34,11.3584,3.2984,300,5,0,2488,0,0,1), - (22799,5441,1,482,0,-9271.18,-3857.33,10.2707,1.24806,300,10,0,2488,0,0,1), - (22800,5441,1,482,0,-8949.23,-4051.33,10.678,0.401741,300,5,0,2488,0,0,1), - (22801,5441,1,482,0,-8849.19,-4113.11,11.1457,2.89255,300,15,0,2488,0,0,1), - (22802,5441,1,482,0,-9304.56,-4115.09,12.358,3.34818,300,5,0,2488,0,0,1), - (22803,5441,1,482,0,-8854.17,-3951.04,10.5484,3.43871,300,5,0,2488,0,0,1), - (22804,5441,1,482,0,-9188.64,-3619.81,14.0139,0.844803,300,10,0,2488,0,0,1), - (22805,5441,1,482,0,-8844.5,-4085.58,10.1457,1.12964,300,15,0,2488,0,0,1), - (22806,5441,1,482,0,-9283.33,-3721.24,11.3024,5.45272,300,10,0,2488,0,0,1), - (22807,5441,1,482,0,-8882.36,-3986.73,11.2344,4.91624,300,5,0,2488,0,0,1), - (22808,5441,1,482,0,-9413.42,-3997.76,-37.8902,3.18777,300,3,0,2488,0,0,1), - (22809,5441,1,482,0,-8923.43,-3715.64,12.6735,0.119507,300,15,0,2488,0,0,1), - (22810,5441,1,482,0,-9229.17,-3861.6,10.5674,2.65611,300,5,0,2488,0,0,1), - (22811,5441,1,482,0,-9351.33,-3649.84,10.5426,1.69612,300,15,0,2488,0,0,1), - (22812,5441,1,482,0,-9160.16,-3853.49,11.7517,4.72001,300,10,0,2488,0,0,1), - (22813,5441,1,482,0,-9453.54,-3748.96,10.4791,3.69978,300,10,0,2488,0,0,1), - (22814,5441,1,482,0,-8915.06,-3883.47,13.1017,5.58345,300,15,0,2488,0,0,1), - (22815,5441,1,482,0,-9351.86,-3713.94,14.2782,1.83944,300,10,0,2488,0,0,1), - (22816,5441,1,482,0,-9264.39,-4024.47,-36.857,3.14124,300,3,0,2488,0,0,1), - (22817,5441,1,482,0,-9212.1,-3807.61,13.2123,4.88861,300,5,0,2488,0,0,1), - (22818,5441,1,482,0,-9382.02,-3748.18,10.5577,0.483806,300,10,0,2488,0,0,1), - (22819,5441,1,482,0,-8847.99,-4016.29,14.6907,6.02825,300,5,0,2488,0,0,1), - (22820,5441,1,482,0,-9192.83,-3815.65,10.9293,3.55546,300,10,0,2488,0,0,1), - (22821,5441,1,482,0,-8771.64,-4070.34,11.5208,2.09648,300,15,0,2488,0,0,1), - (22822,5441,1,482,0,-9315.43,-3681.06,10.3148,1.64113,300,10,0,2488,0,0,1), - (22823,5441,1,482,0,-9349.23,-4115.21,10.5725,0.790495,300,5,0,2488,0,0,1), - (22824,5441,1,482,0,-9120.71,-3822.53,11.573,2.14472,300,10,0,2488,0,0,1), - (22825,5441,1,482,0,-9124.29,-3733.16,10.0206,1.88125,300,10,0,2488,0,0,1), - (22826,5441,1,482,0,-8892.49,-4275.28,13.5524,4.42056,300,5,0,2488,0,0,1), - (22827,5441,1,482,0,-8915.46,-4217.31,11.3022,6.14408,300,15,0,2488,0,0,1), - (22828,5441,1,482,0,-8948.69,-4181.26,10.0417,0.43721,300,15,0,2488,0,0,1), - (22829,5441,1,482,0,-8917.09,-4152.67,14.26,5.00481,300,15,0,2488,0,0,1), - (22830,5441,1,482,0,-8947.05,-4117.67,10.5997,5.32256,300,15,0,2488,0,0,1), - (22831,5955,1,2902,0,-9285.7,-2412.92,8.99823,3.70199,300,0,0,3600,0,0,0), - (22832,5450,1,3194,0,-9282.47,-3764.29,10.3926,1.46899,300,10,0,2672,0,0,1), - (22833,5450,1,3194,0,-8773.49,-3948.53,10.0268,0.132803,300,5,0,2672,0,0,1), - (22834,5450,1,3194,0,-8987.73,-3735.76,10.4693,1.9012,300,15,0,2672,0,0,1), - (22835,5450,1,3194,0,-9016.76,-3793.26,10.0949,4.85743,300,15,0,2672,0,0,1), - (22836,5450,1,3194,0,-8741.75,-3988.07,13.1193,4.31775,300,5,0,2672,0,0,1), - (22837,5450,1,3194,0,-9318.43,-3742.36,10.7542,1.60204,300,10,0,2672,0,0,1), - (22838,5450,1,3194,0,-8907.02,-4015.75,12.3757,0.027337,300,5,0,2672,0,0,1), - (22839,5450,1,3194,0,-9109.37,-4173.25,-30.001,4.11525,300,3,0,2672,0,0,1), - (22840,5450,1,3194,0,-8943.92,-3980.31,10.0861,0.471638,300,15,0,2672,0,0,1), - (22841,5450,1,3194,0,-9285,-3651.94,11.9904,3.5623,300,5,0,2672,0,0,1), - (22842,5450,1,3194,0,-8953.24,-3916.26,10.4221,2.81388,300,15,0,2672,0,0,1), - (22843,5450,1,3194,0,-8813.08,-4050.73,15.2935,6.19518,300,15,0,2672,0,0,1), - (22844,5450,1,3194,0,-9119.96,-4189.69,-28.8728,1.18094,300,3,0,2672,0,0,2), - (22845,5450,1,3194,0,-8898.64,-3847.87,11.0112,3.07905,300,15,0,2672,0,0,1), - (22846,5450,1,3194,0,-9200.28,-3935.8,-34.1605,1.75686,300,3,0,2672,0,0,1), - (22847,5450,1,3194,0,-8896.11,-3761.15,10.2707,5.79631,300,15,0,2672,0,0,1), - (22848,5450,1,3194,0,-8817.83,-4157.01,10.7412,1.46899,300,15,0,2672,0,0,1), - (22849,5450,1,3194,0,-8935.36,-4301.99,34.2972,3.90989,300,5,0,2672,0,0,1), - (22850,5450,1,3194,0,-8984.24,-4287.66,26.8593,0.005859,300,5,0,2672,0,0,1), - (22851,5451,1,11093,0,-9133.53,-3778.69,10.4478,5.93675,300,10,0,2672,0,0,1), - (22852,5451,1,11093,0,-9014.67,-4091.87,-22.4584,5.01542,300,3,0,2672,0,0,1), - (22853,5451,1,11093,0,-9459.84,-3840.82,13.6051,4.34676,300,5,0,2672,0,0,1), - (22854,5451,1,11093,0,-9078.36,-4182.54,10.3956,0.059598,300,15,0,2672,0,0,1), - (22855,5451,1,11093,0,-8989.83,-3876.66,10.2733,2.48089,300,15,0,2672,0,0,1), - (22856,5451,1,11093,0,-9076.82,-3859.44,10.1583,5.15857,300,10,0,2672,0,0,1), - (22857,5451,1,11093,0,-9409.69,-3781.76,10.7253,0.168679,300,5,0,2672,0,0,1), - (22858,5451,1,11093,0,-9108.73,-4038.32,-10.8507,1.6264,300,10,0,2672,0,0,1), - (22859,5451,1,11093,0,-8951.08,-3776.18,11.4723,1.73706,300,15,0,2672,0,0,1), - (22860,5451,1,11093,0,-9420.49,-3716.04,10.4091,5.6458,300,15,0,2672,0,0,1), - (22861,5451,1,11093,0,-9317.96,-3825.42,10.7265,4.74977,300,10,0,2672,0,0,1), - (22862,5451,1,11093,0,-9249.99,-3687.86,10.5239,4.6714,300,10,0,2672,0,0,1), - (22863,5451,1,11093,0,-9134.93,-3712.54,10.5411,0.588003,300,10,0,2672,0,0,1), - (22864,5451,1,11093,0,-8937.83,-4079.18,10.4858,3.25893,300,5,0,2672,0,0,1), - (22865,5451,1,11093,0,-8889.38,-3919.27,14.551,3.0771,300,15,0,2672,0,0,1), - (22866,5451,1,11093,0,-9121.07,-4211.71,10.6379,1.86412,300,5,0,2672,0,0,1), - (22867,5451,1,11093,0,-9381.1,-3682.8,12.0979,0.250663,300,10,0,2672,0,0,1), - (22868,5451,1,11093,0,-8816.07,-3981.62,10.0207,1.41902,300,5,0,2672,0,0,1), - (22869,5451,1,11093,0,-9198.11,-3718.89,15.1457,6.24004,300,10,0,2672,0,0,1), - (22870,5451,1,11093,0,-8778.5,-3989.28,10.6504,1.45735,300,5,0,2672,0,0,1), - (22871,5451,1,11093,0,-9183.06,-3879.3,10.7002,1.48668,300,5,0,2672,0,0,1), - (22872,5451,1,11093,0,-9147.92,-4191.59,10.7485,5.00759,300,15,0,2672,0,0,1), - (22873,5451,1,11093,0,-9351.92,-4179.18,19.101,3.06527,300,5,0,2672,0,0,1), - (22874,5451,1,11093,0,-9348.18,-3963.56,-20.7558,1.32481,300,5,0,2672,0,0,1), - (22875,5451,1,11093,0,-8934.14,-3815.71,10.8162,3.22571,300,15,0,2672,0,0,1), - (22876,5451,1,11093,0,-9020.84,-3850.63,13.6355,3.15526,300,5,0,2672,0,0,1), - (22877,5451,1,11093,0,-9139.51,-4154.79,-43.0613,2.90415,300,3,0,2672,0,0,1), - (22878,5451,1,11093,0,-9075.6,-3789.63,10.1066,6.26785,300,5,0,2672,0,0,1), - (22879,5451,1,11093,0,-9283.4,-4184.46,10.7523,3.06736,300,5,0,2672,0,0,1), - (22880,5451,1,11093,0,-9350.54,-3786.02,10.153,5.03214,300,10,0,2672,0,0,1), - (22881,5451,1,11093,0,-8916.11,-3949.6,10.8315,0.050837,300,15,0,2672,0,0,1), - (22882,5451,1,11093,0,-9048.07,-3816.63,14.8132,5.91138,300,15,0,2672,0,0,1), - (22883,5451,1,11093,0,-9378.75,-4145.86,13.7083,0.029288,300,5,0,2672,0,0,1), - (22884,5451,1,11093,0,-9381.33,-3814.75,10.3777,6.18934,300,10,0,2672,0,0,1), - (22885,5451,1,11093,0,-8759.49,-4140.55,10.0207,0.31906,300,15,0,2672,0,0,1), - (22886,5451,1,11093,0,-8762.75,-4187.34,12.7152,3.15331,300,15,0,2672,0,0,1), - (22887,5451,1,11093,0,-8866.37,-4155.18,11.2127,2.73471,300,15,0,2672,0,0,1), - (22888,5451,1,11093,0,-8945.91,-4259.72,11.5354,2.23852,300,10,0,2672,0,0,1), - (22889,5451,1,11093,0,-8884.5,-4181.89,14.7853,2.26876,300,15,0,2672,0,0,1), - (22890,5452,1,11095,0,-8991.28,-4002.35,10.9053,1.98466,300,15,0,2488,0,0,1), - (22891,5452,1,11095,0,-9049.93,-4096.27,17.6294,4.64167,300,15,0,2488,0,0,1), - (22892,5452,1,11095,0,-9048.73,-4151.85,-30.184,1.15192,300,3,0,2488,0,0,1), - (22893,5452,1,11095,0,-9184.68,-4173.08,-44.5312,6.17846,300,3,0,2488,0,0,1), - (22894,5452,1,11095,0,-9199.69,-3922.23,-33.476,1.18682,300,3,0,2488,0,0,1), - (22895,5452,1,11095,0,-9066.49,-4118.96,-27.472,5.06145,300,3,0,2488,0,0,1), - (22896,5452,1,11095,0,-9065.93,-4244.39,-32.4342,4.17134,300,3,0,2488,0,0,1), - (22897,5452,1,11095,0,-9179.12,-4137.73,-44.0991,5.25344,300,3,0,2488,0,0,2), - (22898,5452,1,11095,0,-9106.96,-4126.45,13.8688,3.26528,300,15,0,2488,0,0,1), - (22899,5452,1,11095,0,-9143.72,-3968.64,-17.1648,6.19592,300,3,0,2488,0,0,1), - (22900,5452,1,11095,0,-9170.45,-3920.11,11.2942,6.2085,300,5,0,2488,0,0,1), - (22901,5452,1,11095,0,-9186.07,-4204.15,-44.415,5.32325,300,3,0,2488,0,0,1), - (22902,5452,1,11095,0,-9152.05,-4102.12,13.637,5.49773,300,5,0,2488,0,0,1), - (22903,5452,1,11095,0,-9349.18,-3960.96,-19.8617,5.39307,300,0,0,2488,0,0,2), - (22904,5452,1,11095,0,-9414.53,-3999.15,-38.1675,0.167351,300,3,0,2488,0,0,1), - (22905,5452,1,11095,0,-9418.33,-4060.39,-46.8608,4.51296,300,3,0,2488,0,0,1), - (22906,5452,1,11095,0,-9118.04,-4163.41,-43.9601,1.20428,300,3,0,2488,0,0,1), - (22907,5452,1,11095,0,-9289.22,-4108.85,-52.8786,0.785398,300,3,0,2488,0,0,1), - (22908,5452,1,11095,0,-9283.28,-3892.1,10.2206,1.8499,300,10,0,2488,0,0,1), - (22909,5452,1,11095,0,-9187.38,-4015.27,10.1588,2.00329,300,5,0,2488,0,0,1), - (22910,5452,1,11095,0,-9074.68,-4222.39,-30.982,0.15708,300,3,0,2488,0,0,1), - (22911,5452,1,11095,0,-9055.17,-3956.89,13.4454,4.78871,300,10,0,2488,0,0,1), - (22912,5452,1,11095,0,-8797.59,-4162.64,11.8984,3.65856,300,15,0,2488,0,0,1), - (22913,5453,1,11094,0,-9154.83,-4084.18,-45.8138,5.07891,300,3,0,2578,0,0,1), - (22914,5453,1,11094,0,-9220.31,-4006.05,-39.5301,3.4383,300,3,0,2578,0,0,1), - (22915,5453,1,11094,0,-9152.83,-4146.72,-40.2184,0.488692,300,3,0,2578,0,0,1), - (22916,5453,1,11094,0,-9272.67,-3999.23,-36.0046,5.61996,300,3,0,2578,0,0,1), - (22917,5453,1,11094,0,-9103.29,-3937.28,-31.8455,2.89725,300,3,0,2578,0,0,1), - (22918,5453,1,11094,0,-9029.47,-4133.96,13.5952,2.53951,300,15,0,2578,0,0,1), - (22919,5453,1,11094,0,-9318.99,-4037,10.0847,1.24657,300,5,0,2578,0,0,1), - (22920,5453,1,11094,0,-9220.42,-4132.07,-44.747,5.06145,300,3,0,2578,0,0,1), - (22921,5453,1,11094,0,-9242.58,-3879.09,10.6356,1.31824,300,5,0,2578,0,0,1), - (22922,5453,1,11094,0,-9085.83,-3911.52,-32.3974,3.10669,300,3,0,2578,0,0,1), - (22923,5453,1,11094,0,-8982.12,-3779.15,10.6038,4.0169,300,15,0,2578,0,0,1), - (22924,5453,1,11094,0,-9371.67,-3998.26,-29.1766,6.17249,300,3,0,2578,0,0,1), - (22925,5453,1,11094,0,-9014.95,-4087.81,-21.8072,0.244346,300,3,0,2578,0,0,2), - (22926,5453,1,11094,0,-9233.82,-3981.44,-39.134,5.39307,300,3,0,2578,0,0,1), - (22927,5453,1,11094,0,-9275.87,-4130.19,-52.9013,4.95674,300,3,0,2578,0,0,1), - (22928,5453,1,11094,0,-9446.47,-4059.3,-45.7554,2.21558,300,3,0,2578,0,0,1), - (22929,5453,1,11094,0,-8980.8,-4129.64,-31.188,1.90241,300,3,0,2578,0,0,1), - (22930,5453,1,11094,0,-9285.1,-3924.13,9.01071,0.624245,300,10,0,2578,0,0,1), - (22931,5453,1,11094,0,-8963.07,-4129.74,-31.0931,1.25664,300,3,0,2578,0,0,1), - (22932,5454,1,3195,0,-9121.6,-4193.55,-28.7932,3.87463,300,3,0,2672,0,0,1), - (22933,5454,1,3195,0,-9258.63,-4108.77,-52.3947,1.79726,300,3,0,2672,0,0,1), - (22934,5454,1,3195,0,-9065.79,-4058.32,-17.3945,1.20428,300,10,0,2672,0,0,1), - (22935,5454,1,3195,0,-8983.61,-4123.19,12.3893,1.8703,300,15,0,2672,0,0,1), - (22936,5454,1,3195,0,-9083.39,-4152.09,-29.397,2.79253,300,3,0,2672,0,0,1), - (22937,5454,1,3195,0,-9113.44,-3913.18,-32.6061,3.7001,300,3,0,2672,0,0,1), - (22938,5454,1,3195,0,-9323,-3882.96,9.74847,2.67794,300,10,0,2672,0,0,1), - (22939,5454,1,3195,0,-9088.65,-4146.82,12.3777,2.48209,300,15,0,2672,0,0,1), - (22940,5454,1,3195,0,-8982.12,-4084.82,12.4048,5.68101,300,15,0,2672,0,0,1), - (22941,5454,1,3195,0,-9201.99,-3940.8,-36.86,0.610865,300,3,0,2672,0,0,1), - (22942,5454,1,3195,0,-9063.32,-3998.3,9.32873,0.468014,300,10,0,2672,0,0,1), - (22943,5454,1,3195,0,-9025.46,-4062.59,17.3523,0.628653,300,15,0,2672,0,0,1), - (22944,5454,1,3195,0,-9051.93,-4144.08,12.6662,2.33396,300,15,0,2672,0,0,1), - (22945,5454,1,3195,0,-8972.65,-4153.88,-31.2775,1.6057,300,3,0,2672,0,0,1), - (22946,5454,1,3195,0,-9051.94,-4224.47,-32.2875,4.13643,300,3,0,2672,0,0,1), - (22947,5454,1,3195,0,-9104.77,-4023.53,-15.9325,3.05433,300,10,0,2672,0,0,1), - (22948,5454,1,3195,0,-9209.59,-4082.28,-39.6047,0.279253,300,3,0,2672,0,0,1), - (22949,5454,1,3195,0,-9243.17,-4026.72,-39.9614,5.0091,300,3,0,2672,0,0,1), - (22950,5455,1,92,0,-8009.51,-2522.85,8.9185,3.12733,300,5,0,2488,0,0,1), - (22951,5455,1,92,0,-7954.09,-2465.72,11.3193,4.70848,300,5,0,2488,0,0,1), - (22952,5455,1,92,0,-7906.86,-2479.22,-23.4645,5.08762,300,5,0,2488,0,0,1), - (22953,5455,1,92,0,-7949.74,-2384.13,-27.3466,2.62595,300,3,0,2488,0,0,1), - (22954,5455,1,92,0,-7641.51,-2511.13,9.8822,3.75616,300,5,0,2488,0,0,1), - (22955,5455,1,92,0,-7866.02,-2636.67,-56.8964,1.3575,300,5,0,2488,0,0,1), - (22956,5455,1,92,0,-8075.88,-2474.13,-22.7585,0.196909,300,5,0,2488,0,0,2), - (22957,5455,1,92,0,-8028.12,-2419.63,-31.2502,0.248595,300,3,0,2488,0,0,1), - (22958,5455,1,92,0,-7693.77,-2552.61,14.7125,3.38657,300,5,0,2488,0,0,1), - (22959,5455,1,92,0,-7860.46,-2480.84,9.57116,3.49053,300,15,0,2488,0,0,1), - (22960,5455,1,92,0,-8015.56,-2405.85,8.94766,6.06394,300,5,0,2488,0,0,1), - (22961,5455,1,92,0,-7894.18,-2428.05,9.10876,2.66484,300,15,0,2488,0,0,1), - (22962,5455,1,92,0,-7714.43,-2752.72,8.92047,5.88861,300,15,0,2488,0,0,1), - (22963,5455,1,92,0,-8184.94,-2496.65,9.40946,1.4336,300,15,0,2488,0,0,1), - (22964,5455,1,92,0,-7729.4,-2496.75,8.92047,0.639706,300,5,0,2488,0,0,1), - (22965,5455,1,92,0,-7925.91,-2384.69,14.8806,5.37737,300,5,0,2488,0,0,1), - (22966,5455,1,92,0,-8013.14,-2675.12,9.76921,3.65597,300,15,0,2488,0,0,1), - (22967,5455,1,92,0,-8123.69,-2643.53,9.47408,5.5254,300,10,0,2488,0,0,1), - (22968,5455,1,92,0,-8141.46,-2627.87,9.27578,5.41923,300,5,0,2488,0,0,1), - (22969,5455,1,92,0,-7719.45,-2554.78,9.83855,1.28177,300,15,0,2488,0,0,1), - (22970,5455,1,92,0,-7805.95,-2546.51,-33.0405,1.75328,300,3,0,2488,0,0,1), - (22971,5455,1,92,0,-7748.17,-2682.36,9.04716,0.279105,300,15,0,2488,0,0,1), - (22972,5455,1,92,0,-7786.83,-2720.76,11.5703,4.00715,300,15,0,2488,0,0,1), - (22973,5455,1,92,0,-7816.36,-2678.93,9.23341,1.34004,300,10,0,2488,0,0,1), - (22974,5455,1,92,0,-7915.96,-2638.78,9.46374,1.20342,300,15,0,2488,0,0,1), - (22975,5455,1,92,0,-7916.99,-2515.38,9.61263,1.06558,300,5,0,2488,0,0,1), - (22976,5456,1,5297,0,-8185.33,-2474.13,9.06592,3.81875,300,15,0,2578,0,0,1), - (22977,5456,1,5297,0,-8006.08,-2375.82,14.1635,0.836529,300,15,0,2578,0,0,1), - (22978,5456,1,5297,0,-8197.19,-2392.07,14.4883,3.64983,300,10,0,2578,0,0,1), - (22979,5456,1,5297,0,-7791.29,-2517.55,14.4063,5.62949,300,10,0,2578,0,0,1), - (22980,5456,1,5297,0,-8045.78,-2353.61,8.92047,5.99113,300,15,0,2578,0,0,1), - (22981,5456,1,5297,0,-8023.92,-2357.45,13.8278,3.38246,300,10,0,2578,0,0,1), - (22982,5456,1,5297,0,-7658.21,-2590.84,12.4926,3.4569,300,5,0,2578,0,0,1), - (22983,5456,1,5297,0,-7974,-2619.66,-48.5593,0.786222,300,3,0,2578,0,0,1), - (22984,5456,1,5297,0,-7627.25,-2533.71,9.30306,1.18862,300,5,0,2578,0,0,1), - (22985,5456,1,5297,0,-7739.36,-2547.74,9.47149,6.07087,300,15,0,2578,0,0,1), - (22986,5456,1,5297,0,-7970.57,-2516.36,-39.1989,6.12547,300,5,0,2578,0,0,1), - (22987,5456,1,5297,0,-8091.71,-2434.79,-47.3659,2.55266,300,3,0,2578,0,0,1), - (22988,5456,1,5297,0,-7955.68,-2366.67,10.6239,3.14159,300,15,0,2578,0,0,1), - (22989,5456,1,5297,0,-7926.63,-2424.26,9.40061,0.676365,300,15,0,2578,0,0,1), - (22990,5456,1,5297,0,-7990.78,-2596.67,9.2427,4.64063,300,5,0,2578,0,0,1), - (22991,5456,1,5297,0,-7950.92,-2417.32,8.92045,1.2057,300,5,0,2578,0,0,1), - (22992,5456,1,5297,0,-7931.32,-2546.3,8.92046,6.23373,300,5,0,2578,0,0,1), - (22993,5456,1,5297,0,-7918.16,-2391.1,-24.4919,1.78287,300,3,0,2578,0,0,1), - (22994,5456,1,5297,0,-8151.34,-2396.64,9.83194,1.41206,300,15,0,2578,0,0,1), - (22995,5456,1,5297,0,-8017.65,-2537.56,9.30753,2.92314,300,5,0,2578,0,0,1), - (22996,5456,1,5297,0,-8079.1,-2422.65,10.365,5.20659,300,5,0,2578,0,0,1), - (22997,5456,1,5297,0,-7959.77,-2452.17,-32.1582,0.905177,300,3,0,2578,0,0,2), - (22998,5456,1,5297,0,-7961.55,-2605.72,9.83683,1.66285,300,5,0,2578,0,0,1), - (22999,5456,1,5297,0,-8119.5,-2404.93,9.00498,1.66075,300,15,0,2578,0,0,1), - (23000,5456,1,5297,0,-8029.37,-2714.74,8.92046,3.08102,300,15,0,2578,0,0,1), - (23001,5456,1,5297,0,-7947.46,-2720.36,12.4864,6.21209,300,15,0,2578,0,0,1), - (23002,5456,1,5297,0,-8077.29,-2635.09,11.4537,5.04464,300,15,0,2578,0,0,1), - (23003,5456,1,5297,0,-7689.24,-2626.12,9.64258,1.81341,300,30,0,2578,0,0,1), - (23004,5456,1,5297,0,-7694.89,-2672.92,11.2858,3.14182,300,10,0,2578,0,0,1), - (23005,5456,1,5297,0,-7833.72,-2459.56,13.1468,2.59314,300,5,0,2578,0,0,1), - (23006,5456,1,5297,0,-7692.01,-2598.6,-56.5266,4.91896,300,3,0,2578,0,0,1), - (23007,5456,1,5297,0,-7776.77,-2514.97,-42.902,0.054256,300,3,0,2578,0,0,1), - (23008,5456,1,5297,0,-7752.1,-2751.16,8.92046,4.46778,300,15,0,2578,0,0,1), - (23009,5456,1,5297,0,-7851.55,-2715.26,9.27698,2.93309,300,15,0,2578,0,0,1), - (23010,5456,1,5297,0,-7894.64,-2697.06,16.0629,4.01749,300,5,0,2578,0,0,1), - (23011,5456,1,5297,0,-7885.19,-2545.77,9.10107,1.50631,300,5,0,2578,0,0,1), - (23012,5457,1,11107,0,-8045.36,-2639.34,9.14997,4.45795,300,15,0,2672,0,0,1), - (23013,5457,1,11107,0,-7741.59,-2490.23,9.25732,3.88064,300,5,0,2672,0,0,1), - (23014,5457,1,11107,0,-8107.57,-2439.69,9.51026,0.716614,300,5,0,2672,0,0,1), - (23015,5457,1,11107,0,-7981.55,-2639.98,18.3772,0.109579,300,5,0,2672,0,0,1), - (23016,5457,1,11107,0,-8056.18,-2383.4,9.40321,0.117566,300,15,0,2672,0,0,1), - (23017,5457,1,11107,0,-8039.59,-2298.81,10.6062,4.27057,300,3,0,2672,0,0,1), - (23018,5457,1,11107,0,-8155.07,-2554.05,9.41824,3.60087,300,15,0,2672,0,0,1), - (23019,5457,1,11107,0,-7909.72,-2341.31,9.33967,2.6928,300,5,0,2672,0,0,1), - (23020,5457,1,11107,0,-7970.55,-2320.81,10.3226,3.0888,300,15,0,2672,0,0,1), - (23021,5457,1,11107,0,-7943.43,-2677.68,10.1179,1.16361,300,5,0,2672,0,0,2), - (23022,5457,1,11107,0,-7989.11,-2449.13,8.90758,0.83367,300,5,0,2672,0,0,1), - (23023,5457,1,11107,0,-8187.38,-2474.35,9.4019,1.46316,300,15,0,2672,0,0,2), - (23024,5457,1,11107,0,-8090.39,-2688.23,13.7313,4.56137,300,15,0,2672,0,0,1), - (23025,5457,1,11107,0,-8128.19,-2573.1,9.09461,1.53175,300,15,0,2672,0,0,1), - (23026,5457,1,11107,0,-8060.85,-2579.83,8.84765,2.48035,300,5,0,2672,0,0,1), - (23027,5457,1,11107,0,-7729.55,-2657.45,10.0476,1.90738,300,15,0,2672,0,0,1), - (23028,5457,1,11107,0,-7791.15,-2572.04,-28.2281,2.08313,300,3,0,2672,0,0,2), - (23029,5457,1,11107,0,-7836.38,-2490.18,9.18589,2.31442,300,10,0,2672,0,0,2), - (23030,5457,1,11107,0,-7650.67,-2649.99,9.72688,0.392766,300,5,0,2672,0,0,1), - (23031,5457,1,11107,0,-7846.51,-2652.16,9.17545,5.95093,300,10,0,2672,0,0,1), - (23032,5457,1,11107,0,-7885.31,-2619,9.05717,4.55751,300,15,0,2672,0,0,1), - (23033,5457,1,11107,0,-7915.98,-2581.9,9.56675,0.465175,300,15,0,2672,0,0,1), - (23034,4404,1,2600,0,-4383.56,-4117.21,-3.52657,2.41112,360,5,0,1211,1067,0,1), - (23035,5458,1,157,0,-7890.16,-2638.58,-57.0024,5.16949,300,5,0,2578,0,0,1), - (23036,5458,1,157,0,-7762.89,-2520.39,9.69383,6.13603,300,15,0,2578,0,0,1), - (23037,5458,1,157,0,-7960.05,-2588.9,-52.055,4.67575,300,3,0,2578,0,0,1), - (23038,5458,1,157,0,-7977.53,-2430.22,9.09783,1.23645,300,5,0,2578,0,0,1), - (23039,5458,1,157,0,-7959.83,-2454.18,-32.2386,2.89991,300,3,0,2578,0,0,1), - (23040,5458,1,157,0,-7981.23,-2362.11,-26.2943,3.77707,300,3,0,2578,0,0,1), - (23041,5458,1,157,0,-7859.49,-2497.95,-45.3311,0.897862,300,3,0,2578,0,0,1), - (23042,5458,1,157,0,-7695.48,-2612.57,-55.881,5.43345,300,3,0,2578,0,0,1), - (23043,5458,1,157,0,-8041.74,-2535.68,-38.9531,5.97055,300,3,0,2578,0,0,1), - (23044,5458,1,157,0,-8040.65,-2380.25,9.04547,5.97039,300,15,0,2578,0,0,1), - (23045,5458,1,157,0,-7929.47,-2438.91,-31.1331,3.33604,300,5,0,2578,0,0,1), - (23046,5458,1,157,0,-8223.76,-2405.72,12.7429,1.86697,300,3,0,2578,0,0,1), - (23047,5458,1,157,0,-7896.9,-2365.36,-21.8345,5.60588,300,3,0,2578,0,0,1), - (23048,5458,1,157,0,-8013.17,-2589.96,-47.3069,5.14094,300,3,0,2578,0,0,1), - (23049,5458,1,157,0,-7921.03,-2459.9,-28.437,0.715814,300,5,0,2578,0,0,1), - (23050,5458,1,157,0,-7932.14,-2494.83,-29.7916,1.72611,300,3,0,2578,0,0,1), - (23051,5458,1,157,0,-7703.88,-2581.01,-56.9366,0.484126,300,3,0,2578,0,0,1), - (23052,5458,1,157,0,-7838.26,-2685.81,9.12581,5.79699,300,15,0,2578,0,0,1), - (23053,5458,1,157,0,-7689.51,-2708.05,12.4929,4.97318,300,15,0,2578,0,0,1), - (23054,5458,1,157,0,-7936.77,-2676.3,11.5125,1.52191,300,5,0,2578,0,0,1), - (23055,5459,1,11108,0,-7937.36,-2386.03,-27.8358,5.48482,300,3,0,2488,0,0,1), - (23056,7763,1,6881,0,-7112.68,-3831.32,9.7369,2.21657,300,0,0,3294,0,0,0), - (23057,5459,1,11108,0,-7811.65,-2591.3,-49.3004,0.433559,300,3,0,2488,0,0,1), - (23058,5459,1,11108,0,-7956.7,-2520.38,-37.9526,2.82192,300,3,0,2488,0,0,1), - (23059,5459,1,11108,0,-7846.74,-2521.45,-45.6434,2.03444,300,3,0,2488,0,0,1), - (23060,5459,1,11108,0,-7905.38,-2446.24,-30.1679,0.718506,300,5,0,2488,0,0,1), - (23061,5459,1,11108,0,-7790.58,-2577.36,-48.1866,2.58668,300,3,0,2488,0,0,1), - (23062,5459,1,11108,0,-7994.79,-2560.72,-50.116,5.24361,300,3,0,2488,0,0,1), - (23063,5459,1,11108,0,-8078.13,-2508.61,-52.12,3.16002,300,10,0,2488,0,0,1), - (23064,5459,1,11108,0,-7719.49,-2599.49,-57.7359,1.0014,300,3,0,2488,0,0,1), - (23065,5459,1,11108,0,-8102.17,-2639.73,9.13098,5.17409,300,10,0,2488,0,0,1), - (23066,5459,1,11108,0,-7822.68,-2616.44,-48.1952,0.254998,300,5,0,2488,0,0,1), - (23067,5459,1,11108,0,-7866.5,-2655.95,-56.7937,0.456939,300,5,0,2488,0,0,1), - (23068,5459,1,11108,0,-7975.01,-2430.07,-25.2835,5.61161,300,3,0,2488,0,0,1), - (23069,5460,1,11079,0,-8008.49,-2422.6,-25.733,6.06572,300,3,0,2672,0,0,1), - (23070,5460,1,11079,0,-8085.02,-2440.39,-50.2892,2.54617,300,3,0,2672,0,0,1), - (23071,5460,1,11079,0,-7894.67,-2415.09,-24.8102,0.982422,300,3,0,2672,0,0,1), - (23072,5460,1,11079,0,-7867.54,-2629.3,-56.6996,0.166313,300,5,0,2672,0,0,1), - (23073,5460,1,11079,0,-7968.07,-2623.99,-49.672,5.34095,300,3,0,2672,0,0,2), - (23074,5460,1,11079,0,-7807.1,-2558.65,-33.7316,6.01171,300,3,0,2672,0,0,2), - (23075,5460,1,11079,0,-7804.91,-2537.8,-33.7234,5.99835,300,3,0,2672,0,0,1), - (23076,5460,1,11079,0,-7744.99,-2549.94,-47.5923,4.85716,300,3,0,2672,0,0,1), - (23098,15192,1,2719,0,-8186,-4696,15.891,1.804,300,0,0,262000,262000,0,0), - (23100,5465,1,8550,0,-8124.91,-3761.49,17.5355,6.23625,300,25,0,2310,0,0,1), - (23101,5465,1,8550,0,-8468.94,-2652.2,31.7341,2.97291,300,25,0,2310,0,0,1), - (23102,5465,1,8550,0,-8253.96,-3709.41,15.0034,1.77547,300,25,0,2310,0,0,1), - (23103,5465,1,8550,0,-8378.89,-4278.53,10.3846,4.74555,300,25,0,2310,0,0,1), - (23104,5465,1,8550,0,-8575.85,-3287.42,11.028,3.57604,300,25,0,2310,0,0,1), - (23105,5466,1,10039,0,-8553.49,-4877.61,0.084034,1.71988,600,25,0,6186,0,0,1), - (23106,5466,1,10039,0,-8621.28,-4948.48,-38.1882,2.94688,600,25,0,6186,0,0,1), - (23107,5466,1,10039,0,-8749.97,-4821.47,-49.3312,4.59081,600,25,0,6186,0,0,1), - (23108,5466,1,10039,0,-8754.19,-4681.35,0.25142,1.84802,600,25,0,6186,0,0,1), - (23109,5466,1,10039,0,-8544.64,-5012.67,-8.1238,0.454914,600,25,0,6186,0,0,1), - (23110,7770,1,7000,0,-8826.94,-4753.79,1.99741,0.977384,300,0,0,2471,0,0,0), - (23112,5466,1,10039,0,-8639.3,-4822.94,-0.148102,3.37615,600,25,0,6186,0,0,1), - (23113,5466,1,10039,0,-8569.33,-4837.52,0.368168,5.47569,600,25,0,6186,0,0,1), - (23114,5466,1,10039,0,-8439.16,-5153.16,-12.8331,3.23282,600,25,0,6186,0,0,1), - (23115,5466,1,10039,0,-8492.81,-5073.41,-11.309,2.3598,600,25,0,6186,0,0,1), - (23116,5466,1,10039,0,-8661.56,-4750.92,-6.66559,6.13099,600,25,0,6186,0,0,1), - (23117,7771,1,7188,0,-7987.52,-3855.62,17.8158,4.67748,300,0,0,2471,0,0,0), - (23118,5467,1,12812,0,-8916.78,-4763.3,-55.6977,1.4651,600,0,0,6414,0,0,0), - (23119,5469,1,6910,0,-9583.42,-2749.13,8.48015,1.79769,600,10,0,6186,0,0,1), - (23120,5469,1,6910,0,-9538.48,-2779.92,7.96304,2.25491,600,10,0,6186,0,0,2), - (23121,5469,1,6910,0,-9551.32,-2781.87,7.92137,6.26573,600,10,0,6186,0,0,1), - (23122,5469,1,6910,0,-9582.85,-2815.65,7.92137,3.08923,600,10,0,6186,0,0,1), - (23123,5469,1,6910,0,-9614.7,-2783.15,7.92138,0.785398,600,10,0,6186,0,0,1), - (23124,5469,1,6910,0,-9516.17,-2750.04,8.79326,4.41984,600,10,0,6186,0,0,1), - (23125,5471,1,11545,0,-9251.39,-3015.87,16.2821,5.89921,300,15,0,2310,0,0,1), - (23126,5471,1,11545,0,-9217.4,-3116.01,25.0508,5.61996,300,0,0,2310,0,0,0), - (23127,5471,1,11545,0,-9283.5,-3117.36,10.4044,3.50811,300,0,0,2310,0,0,0), - (23128,5471,1,11545,0,-9116.93,-3082.03,46.9927,4.67748,300,30,0,2310,0,0,1), - (23129,5471,1,11545,0,-9151.69,-3115.17,43.4049,2.26893,300,15,0,2310,0,0,1), - (23130,5471,1,11545,0,-9318,-2949.86,10.1049,1.39626,300,15,0,2310,0,0,2), - (23131,5471,1,11545,0,-9216.18,-2916.3,15.232,2.26893,300,0,0,2310,0,0,0), - (23132,5471,1,11545,0,-8412.26,-3062.26,8.74969,0.81945,300,5,0,2310,0,0,1), - (23133,5471,1,11545,0,-8283.24,-3016.42,9.18393,1.13512,300,15,0,2310,0,0,1), - (23134,5471,1,11545,0,-8985,-3550.77,12.328,1.25664,300,15,0,2310,0,0,1), - (23135,5472,1,11544,0,-9216.69,-3050.45,20.8111,2.46091,300,30,0,2399,0,0,1), - (23136,5472,1,11544,0,-8783.32,-3482.09,10.1993,5.16617,300,0,0,2399,0,0,0), - (23137,5472,1,11544,0,-8307.03,-2865.59,10.944,5.31074,300,0,0,2399,0,0,0), - (23138,5472,1,11544,0,-9249.54,-2882.65,13.7056,5.07891,300,0,0,2399,0,0,0), - (23139,5472,1,11544,0,-9216.96,-2983.53,19.2699,3.89208,300,15,0,2399,0,0,1), - (23140,5472,1,11544,0,-9184.15,-2949.53,24.4053,3.31613,300,15,0,2399,0,0,1), - (23141,5472,1,11544,0,-8264.7,-2899.89,14.1121,4.31076,300,10,0,2399,0,0,1), - (23142,5472,1,11544,0,-8379.53,-2981.73,8.69705,0.687795,300,5,0,2399,0,0,1), - (23143,5472,1,11544,0,-8217.24,-2969.27,11.1536,5.81989,300,5,0,2399,0,0,1), - (23144,5472,1,11544,0,-8290.93,-2893.67,10.522,2.56365,300,0,0,2399,0,0,0), - (23145,5472,1,11544,0,-8504.63,-2861.31,10.4551,4.04395,300,0,0,2399,0,0,0), - (23146,5472,1,11544,0,-8231.49,-2953.68,11.8868,4.20167,300,5,0,2399,0,0,1), - (23147,5472,1,11544,0,-8604.91,-2846.81,10.2497,2.0564,300,5,0,2399,0,0,1), - (23148,5472,1,11544,0,-8235.05,-2987.86,9.74969,5.89639,300,3,0,2399,0,0,1), - (23149,5472,1,11544,0,-8477.18,-2826.31,10.3541,5.64182,300,10,0,2399,0,0,1), - (23150,5472,1,11544,0,-8393,-2877.2,8.74971,5.81982,300,5,0,2399,0,0,1), - (23151,5472,1,11544,0,-8513.93,-2835.31,8.95512,1.36957,300,0,0,2399,0,0,0), - (23152,5472,1,11544,0,-8548.93,-2890.6,10.6462,2.42978,300,15,0,2399,0,0,1), - (23153,5472,1,11544,0,-8328.71,-3130.84,8.74971,1.79072,300,0,0,2399,0,0,0), - (23154,5472,1,11544,0,-8359.23,-3022.23,8.87016,3.92335,300,3,0,2399,0,0,1), - (23155,5472,1,11544,0,-8887.55,-3388.78,15.2814,4.597,300,15,0,2399,0,0,1), - (23156,5472,1,11544,0,-8544.89,-2971.02,9.37676,2.91302,300,5,0,2399,0,0,1), - (23157,5472,1,11544,0,-8484.69,-3053.96,10.5458,4.76781,300,5,0,2399,0,0,1), - (23158,5472,1,11544,0,-8917.38,-3549.92,11.1132,6.0912,300,15,0,2399,0,0,1), - (23159,5472,1,11544,0,-8490.94,-3029.45,9.00176,2.52157,300,5,0,2399,0,0,2), - (23160,5473,1,12003,0,-9151.52,-3049.82,36.4433,5.5676,300,10,0,1919,3174,0,1), - (23161,5473,1,12003,0,-8951.26,-3449.92,18.3561,1.90241,300,15,0,1919,3174,0,1), - (23162,5473,1,12003,0,-8881.8,-3451.87,11.1853,0.802851,300,0,0,1919,3174,0,0), - (23163,5473,1,12003,0,-8783.78,-3416.76,9.36696,3.28122,300,15,0,1919,3174,0,1), - (23164,5473,1,12003,0,-8348.88,-2948.6,8.7497,3.00101,300,5,0,1919,3174,0,1), - (23165,5473,1,12003,0,-8345.03,-3085.97,8.69595,5.38243,300,3,0,1919,3174,0,1), - (23166,5473,1,12003,0,-8450.13,-3114.71,10.7115,1.25664,300,15,0,1919,3174,0,1), - (23167,5474,1,11545,0,-9183.56,-3082.65,31.9454,5.58505,300,15,0,2488,0,0,1), - (23168,5474,1,11545,0,-9316.73,-3016.11,10.0159,2.36868,300,15,0,2488,0,0,1), - (23169,5474,1,11545,0,-8230.14,-2928.55,15.5716,0.699366,300,5,0,2488,0,0,1), - (23170,5474,1,11545,0,-8262.81,-2923.97,12.8777,3.11231,300,10,0,2488,0,0,1), - (23171,5474,1,11545,0,-8597.77,-2836.55,10.6303,4.91232,300,15,0,2488,0,0,1), - (23172,5474,1,11545,0,-8370.92,-2984.51,8.57205,2.57449,300,5,0,2488,0,0,1), - (23173,5474,1,11545,0,-9317.35,-3082.03,12.7424,5.34071,300,0,0,2488,0,0,0), - (23174,5474,1,11545,0,-9117.17,-3016.26,47.9937,3.83972,300,15,0,2488,0,0,1), - (23175,5474,1,11545,0,-8201.15,-3015.63,12.4156,4.73758,300,5,0,2488,0,0,1), - (23176,5474,1,11545,0,-8375.03,-3023.34,8.95764,1.83568,300,3,0,2488,0,0,1), - (23177,5474,1,11545,0,-8246.91,-2995.92,8.74969,1.08544,300,0,0,2488,0,0,0), - (23178,5474,1,11545,0,-8277.1,-2862.38,16.6769,1.32432,300,0,0,2488,0,0,0), - (23179,5474,1,11545,0,-8234.95,-2903.32,17.7527,0.933433,300,10,0,2488,0,0,1), - (23180,5474,1,11545,0,-8500.28,-2815.99,10.2578,4.84165,300,0,0,2488,0,0,0), - (23181,5474,1,11545,0,-8395.78,-3179.31,8.87523,5.145,300,0,0,2488,0,0,0), - (23182,5474,1,11545,0,-8446.94,-3154.79,8.74989,5.41147,300,0,0,2488,0,0,0), - (23183,5474,1,11545,0,-8319.84,-3163.42,13.3937,3.28217,300,0,0,2488,0,0,0), - (23184,5474,1,11545,0,-8315.76,-3121.82,8.74971,4.13421,300,0,0,2488,0,0,0), - (23185,5474,1,11545,0,-8206.04,-3030.49,10.7906,5.24763,300,5,0,2488,0,0,1), - (23186,5474,1,11545,0,-8264.14,-3064.41,10.7787,0.178079,300,5,0,2488,0,0,1), - (23187,5474,1,11545,0,-8275.75,-3054.02,9.74971,1.25552,300,3,0,2488,0,0,1), - (23188,5474,1,11545,0,-8374.5,-3012.57,9.11995,2.16848,300,3,0,2488,0,0,1), - (23189,5474,1,11545,0,-8816.03,-3516.8,8.98343,4.32842,300,15,0,2488,0,0,1), - (23190,5474,1,11545,0,-8814.83,-3450.28,10.9409,1.37881,300,15,0,2488,0,0,1), - (23191,5474,1,11545,0,-8381.44,-2865.41,9.12997,0.633198,300,5,0,2488,0,0,1), - (23192,5474,1,11545,0,-8475.4,-2856.09,8.74971,1.79899,300,5,0,2488,0,0,1), - (23193,5474,1,11545,0,-8543.9,-2992.99,10.0018,5.89748,300,5,0,2488,0,0,1), - (23194,5474,1,11545,0,-8481.16,-3072.51,10.5018,2.19688,300,5,0,2488,0,0,1), - (23195,5474,1,11545,0,-8477.67,-3086.27,10.2518,5.51064,300,5,0,2488,0,0,1), - (23196,5474,1,11545,0,-8513.7,-3022.47,9.75176,2.8756,300,5,0,2488,0,0,1), - (23197,5475,1,11542,0,-9250.04,-3149.05,14.6445,0.296706,300,0,0,1990,3280,0,0), - (23198,5475,1,11542,0,-9283.6,-2915.92,11.9957,5.84685,300,10,0,1990,3280,0,1), - (23199,5475,1,11542,0,-9149.34,-2916.6,34.5372,4.5204,300,30,0,1990,3280,0,1), - (23200,5475,1,11542,0,-9117.5,-2949.68,45.1309,2.00713,300,30,0,1990,3280,0,1), - (23201,5475,1,11542,0,-8852.46,-3416.1,10.9157,5.93412,300,10,0,1990,3280,0,1), - (23202,5475,1,11542,0,-8919.03,-3417.15,14.1984,1.93731,300,15,0,1990,3280,0,1), - (23203,5475,1,11542,0,-8986,-3484.32,18.7596,3.50811,300,15,0,1990,3280,0,1), - (23204,5475,1,11542,0,-8418.41,-2919.35,9.09409,1.51606,300,5,0,1990,3280,0,2), - (23205,5475,1,11542,0,-8348.06,-2995.77,8.6598,6.16416,300,5,0,1990,3280,0,1), - (23206,5475,1,11542,0,-8448.89,-2984.24,8.74971,2.22269,300,5,0,1990,3280,0,1), - (23207,5475,1,11542,0,-8477.85,-2928.43,9.31797,4.17532,300,15,0,1990,3280,0,1), - (23208,5475,1,11542,0,-8378.75,-3152.07,9.02297,5.57432,300,15,0,1990,3280,0,1), - (23209,5475,1,11542,0,-8316.28,-2881.63,10.8531,0.029588,300,0,0,1990,3280,0,0), - (23210,5475,1,11542,0,-8949.39,-3383.58,21.02,0.733038,300,15,0,1990,3280,0,1), - (23211,5475,1,11542,0,-8918.06,-3351.78,17.3995,0.977384,300,15,0,1990,3280,0,1), - (23212,5475,1,11542,0,-8882.63,-3516.81,12.7864,5.48033,300,10,0,1990,3280,0,1), - (23213,5475,1,11542,0,-8848.87,-3550.33,12.1864,1.91986,300,0,0,1990,3280,0,0), - (23214,4708,1,7182,0,-7128.14,-3735.07,8.43767,4.7822,300,0,0,2376,0,0,0), - (23229,7784,1,6909,0,-8851.94,-4374.93,44.6462,5.89921,300,0,0,1981,0,0,0), - (23230,5481,1,3386,0,-8968.53,-2340.14,11.7601,6.18672,300,5,0,2920,0,0,1), - (23231,5481,1,3386,0,-8852.32,-2374.08,17.0021,1.30011,300,5,0,2920,0,0,1), - (23232,5481,1,3386,0,-9048.97,-2136.5,11.7399,2.81683,300,10,0,2920,0,0,1), - (23233,5481,1,3386,0,-8996.68,-2121.54,9.28206,5.02616,300,5,0,2920,0,0,1), - (23234,5481,1,3386,0,-8769.98,-2164.1,11.043,2.16894,300,10,0,2920,0,0,1), - (23235,5481,1,3386,0,-8824.02,-2172.73,9.75215,1.59813,300,15,0,2920,0,0,1), - (23236,5481,1,3386,0,-8845.76,-2155.87,11.7513,1.68711,300,10,0,2920,0,0,1), - (23237,5481,1,3386,0,-8980.37,-2217.61,9.50748,1.90216,300,10,0,2920,0,0,1), - (23238,5481,1,3386,0,-9034.01,-2176.37,10.6268,4.43042,300,10,0,2920,0,0,1), - (23239,5481,1,3386,0,-8845.31,-2311.82,9.00194,1.14318,300,15,0,2920,0,0,2), - (23240,5481,1,3386,0,-8830.75,-2345.86,18.1518,2.56892,300,10,0,2920,0,0,1), - (23241,5481,1,3386,0,-8846.99,-2312.58,9.06857,5.93858,300,15,0,2920,0,0,1), - (23242,5481,1,3386,0,-8953.94,-2280.2,9.12738,0.909021,300,5,0,2920,0,0,1), - (23243,5481,1,3386,0,-8923.98,-2244.71,9.00172,3.04672,300,15,0,2920,0,0,1), - (23244,5485,1,9014,0,-8845.84,-2247.2,12.0017,-1.69307,300,3,0,2295,1750,0,1), - (23245,5485,1,9014,0,-8815.68,-2245.82,19.9265,3.47363,300,0,0,2295,1750,0,0), - (23246,5485,1,9014,0,-8720.37,-2210.51,10.9735,0.689263,300,10,0,2295,1750,0,1), - (23247,5485,1,9014,0,-8985.08,-2253.36,11.0018,1.51438,300,3,0,2295,1750,0,1), - (23248,5485,1,9014,0,-8892.75,-2108.03,11.2771,5.10869,300,5,0,2295,1750,0,1), - (23249,5485,1,9014,0,-8879.64,-2358.67,10.752,4.82818,300,10,0,2295,1750,0,1), - (23250,5485,1,9014,0,-8918.85,-2343.8,10.5468,5.6619,300,10,0,2295,1750,0,1), - (23251,5485,1,9014,0,-8947.19,-2309.73,11.2722,2.97944,300,5,0,2295,1750,0,1), - (23252,5485,1,9014,0,-8927.21,-2267.43,9.00172,2.11576,300,5,0,2295,1750,0,2), - (23253,5485,1,9014,0,-8950.98,-2182.56,8.96152,5.93412,300,15,0,2295,1750,0,1), - (23254,5485,1,9014,0,-8884.75,-2181.8,9.37366,3.24229,300,15,0,2295,1750,0,1), - (23259,5490,1,1086,0,-8788.88,-2119.22,14.8636,2.14038,300,5,0,2578,0,0,1), - (23260,5490,1,1086,0,-8747.05,-2243.38,9.00195,3.84533,300,15,0,2578,0,0,1), - (23261,5490,1,1086,0,-8785.3,-2287.41,9.12677,2.36714,300,10,0,2578,0,0,1), - (23262,5490,1,1086,0,-8889.62,-2373.09,13.3753,1.31629,300,10,0,2578,0,0,1), - (23263,5490,1,1086,0,-8929.32,-2264.71,9.00173,1.40724,300,5,0,2578,0,0,2), - (23264,5490,1,1086,0,-8954.01,-2244.2,9.37692,3.28625,300,15,0,2578,0,0,1), - (23265,5490,1,1086,0,-8918.79,-2152.61,10.9722,4.6596,300,15,0,2578,0,0,1), - (23266,5490,1,1086,0,-9097.28,-2155.38,12.3975,2.80998,300,10,0,2578,0,0,1), - (23267,7799,1,6882,0,-7205.06,-3827.29,8.6442,0.174533,300,0,0,2972,0,0,0), - (23268,7804,1,6868,0,-7197.6,-3766.29,8.8737,1.32645,300,0,0,4108,0,0,0), - (23269,6015,1,1244,0,-7056.02,-4812.75,0.790082,2.75887,300,0,0,2972,0,0,0), - (23270,8579,1,7902,0,-6903.4,-4840.94,8.46412,2.79253,300,0,0,2568,1332,0,0), - (23272,7564,1,7185,0,-7193.42,-3793.48,9.76213,0.872665,300,0,0,2471,0,0,0), - (23273,16014,1,15998,0,-7127.41,-3838.92,9.05014,2.93215,300,0,0,2400,0,0,0), - (23274,5774,1,2320,0,-7100.19,-3695.18,8.79651,4.10152,300,0,0,64,53,0,0), - (23275,5774,1,2320,0,-7095.26,-3711.75,8.64253,3.38594,300,0,0,64,53,0,0), - (23276,7823,1,6880,0,-7224.87,-3738.21,8.48369,1.18682,600,0,0,7423,7071,0,0), - (23277,7824,1,6883,0,-7045.24,-3779.4,10.3158,3.42085,600,0,0,7777,7071,0,0), - (23281,14743,1,14774,0,-7112.04,-3827.17,9.5147,0.593412,300,0,0,3517,0,0,0), - (23282,7583,1,7175,0,-7111.11,-3741.78,8.60926,3.9968,300,0,0,1605,2175,0,0), - (23283,15520,1,15534,0,-6750.08,-4730.93,18.5548,5.16992,300,5,0,2100,0,0,2), - (23286,7847,1,9169,0,-7630.66,-4480.84,9.52548,5.15209,300,6,0,2399,0,0,2), - (23287,6568,1,7216,0,-7133.52,-3738.63,8.43919,4.99164,300,0,0,3517,0,0,0), - (23288,8617,1,11253,0,-7355.52,-4891.35,0.256051,4.2565,300,0,0,2972,0,0,0), - (23290,7855,1,6945,0,-8080.88,-5237.27,2.16489,4.97419,300,0,0,2138,0,0,0), - (23291,7855,1,6945,0,-7888.13,-5157.8,5.61412,5.60663,300,0,0,2138,0,0,0), - (23292,7855,1,6946,0,-7985.88,-5110.1,7.54486,2.65219,300,10,0,2138,0,0,1), - (23293,7855,1,6944,0,-7854.17,-5086.78,5.58094,4.06873,300,10,0,2138,0,0,1), - (23294,7855,1,6946,0,-8096.12,-5301.68,2.14117,2.80998,300,0,0,2138,0,0,0), - (23295,7855,1,6944,0,-7828.86,-5111.13,4.30441,2.25431,300,10,0,2138,0,0,1), - (23296,7855,1,6947,0,-8093.7,-5194.36,7.46686,3.3812,300,10,0,2138,0,0,1), - (23297,7855,1,6946,0,-8013.71,-5346.33,0.941126,1.00132,300,10,0,2138,0,0,1), - (23298,7855,1,6946,0,-7999.35,-5252.43,1.17009,1.94301,300,0,0,2138,0,0,0), - (23299,7855,1,6944,0,-7912.25,-5208.65,0.729591,0.645772,300,0,0,2138,0,0,0), - (23300,7855,1,6946,0,-7982.16,-5288,0.694111,5.14012,300,10,0,2138,0,0,1), - (23301,7855,1,6944,0,-8100.37,-5269.52,1.9693,5.91667,300,0,0,2138,0,0,0), - (23302,7855,1,6945,0,-7855.76,-5108.79,6.91574,4.17134,300,0,0,2138,0,0,0), - (23303,7855,1,6947,0,-8014.34,-5253.18,0.694111,5.49547,300,5,0,2138,0,0,1), - (23304,7855,1,6947,0,-8100.54,-5299.71,2.1643,5.77704,300,0,0,2138,0,0,0), - (23305,7855,1,6944,0,-7884.81,-5187.15,2.69415,4.56888,300,10,0,2138,0,0,1), - (23306,7855,1,6944,0,-8079.29,-5242.75,2.15955,1.8675,300,0,0,2138,0,0,0), - (23307,7855,1,6946,0,-8017.36,-5321.79,0.69982,4.53416,300,10,0,2138,0,0,2), - (23308,7855,1,6947,0,-7987.28,-5316.32,8.57914,3.12128,300,3,0,2138,0,0,1), - (23309,7855,1,6947,0,-7850.92,-5145.96,3.94686,3.23289,300,10,0,2138,0,0,1), - (23310,7855,1,6945,0,-8085.7,-5155.19,10.5383,4.72899,300,10,0,2138,0,0,1), - (23311,7855,1,6947,0,-7982.24,-5184.38,2.04218,5.97644,300,10,0,2138,0,0,1), - (23312,7855,1,6947,0,-7951.94,-5216.92,1.63561,3.90459,300,10,0,2138,0,0,1), - (23313,7855,1,6947,0,-8096.44,-5269.38,1.94767,2.54818,300,0,0,2138,0,0,0), - (23314,7855,1,6944,0,-7982.76,-5133.95,6.12154,3.45575,300,0,0,2138,0,0,0), - (23315,7855,1,6944,0,-8045.08,-5190.09,2.69982,4.23546,300,3,0,2138,0,0,1), - (23316,7856,1,6948,0,-8089.92,-5218.02,1.57482,3.43761,300,10,0,2138,0,0,1), - (23317,7856,1,6949,0,-8047.85,-5257,1.44982,4.56393,300,5,0,2138,0,0,1), - (23318,7856,1,6949,0,-8018.55,-5151.83,6.13439,3.47643,300,10,0,2138,0,0,1), - (23319,7856,1,6948,0,-8015.19,-5282.62,0.658153,3.36848,300,10,0,2138,0,0,1), - (23320,7856,1,6952,0,-8047.18,-5215.06,0.824819,5.83781,300,10,0,2138,0,0,1), - (23321,7856,1,6952,0,-7968.86,-5450.93,7.48361,1.32901,300,5,0,2138,0,0,1), - (23322,7856,1,6952,0,-7971.26,-5147.7,5.52297,5.6643,300,15,0,2138,0,0,1), - (23323,7856,1,6948,0,-8110.47,-5213.92,7.61746,1.08999,300,10,0,2138,0,0,1), - (23324,7856,1,6949,0,-7959.12,-5481.83,0.290164,3.40339,300,0,0,2138,0,0,0), - (23325,7856,1,6952,0,-7971.61,-5453.88,0.14572,3.51445,300,5,0,2138,0,0,1), - (23326,7856,1,6948,0,-7953.86,-5182.69,4.36045,3.18004,300,5,0,2138,0,0,1), - (23327,7856,1,6948,0,-7953.5,-5253.57,0.694111,3.32224,300,5,0,2138,0,0,2), - (23328,7856,1,6952,0,-7947.64,-5465.62,7.52878,4.33364,300,5,0,2138,0,0,1), - (23329,7856,1,6952,0,-8052.26,-5110.95,14.2394,1.92303,300,5,0,2138,0,0,1), - (23330,7856,1,6949,0,-7906.94,-5204.53,0.843611,3.80482,300,0,0,2138,0,0,0), - (23331,7856,1,6948,0,-7970.67,-5482.99,17.9558,0.543591,300,5,0,2138,0,0,1), - (23332,7856,1,6949,0,-7859.23,-5114.25,6.66205,0.959931,300,0,0,2138,0,0,0), - (23333,7856,1,6952,0,-7970.46,-5489.1,7.52809,6.08281,300,5,0,2138,0,0,1), - (23334,7856,1,6948,0,-7988.16,-5135.98,6.40907,0.418879,300,0,0,2138,0,0,0), - (23335,7856,1,6949,0,-7949.94,-5436.23,0.160306,3.6464,300,5,0,2138,0,0,1), - (23336,7856,1,6952,0,-7877.79,-5133.21,5.71298,1.89872,300,10,0,2138,0,0,1), - (23337,7856,1,6952,0,-7960.51,-5241.07,1.81911,4.29672,300,0,0,2138,0,0,0), - (23338,7856,1,6948,0,-7943.13,-5276.11,0.604346,6.24191,300,5,0,2138,0,0,1), - (23339,7856,1,6948,0,-7963.65,-5471.03,7.52879,3.03374,300,5,0,2138,0,0,1), - (23340,7856,1,374,0,-8046.68,-5302.34,0.699819,5.91197,300,15,0,2138,0,0,1), - (23341,7856,1,374,0,-7916.65,-5179.24,3.88791,2.09212,300,10,0,2138,0,0,1), - (23342,7856,1,6952,0,-8051.09,-5148.96,10.6541,2.7521,300,15,0,2138,0,0,1), - (23343,7857,1,6941,0,-8042.28,-5351.7,0.979424,1.07637,300,0,0,2138,0,0,0), - (23344,7857,1,6941,0,-8053.19,-5347.94,0.65306,3.00197,300,0,0,2138,0,0,0), - (23345,7857,1,6939,0,-8054.12,-5278.53,0.665793,5.61996,300,0,0,2138,0,0,0), - (23346,7857,1,6938,0,-8095.73,-5362.75,20.4561,2.25148,300,0,0,2138,0,0,0), - (23347,7857,1,6939,0,-8046.93,-5332.71,8.28819,3.92699,300,0,0,2138,0,0,0), - (23348,7857,1,6941,0,-8079.13,-5255.23,0.766305,0.890118,300,0,0,2138,0,0,0), - (23349,7857,1,6939,0,-8072.71,-5383.49,19.3221,2.25148,300,0,0,2138,0,0,0), - (23350,7857,1,6938,0,-8090.72,-5309.2,0.88052,3.24631,300,0,0,2138,0,0,0), - (23351,7857,1,6939,0,-8075.11,-5251.57,0.770723,3.75246,300,0,0,2138,0,0,0), - (23352,7857,1,6939,0,-8096.42,-5381.65,7.02724,3.4383,300,0,0,2138,0,0,0), - (23353,7857,1,6938,0,-8052.44,-5282.36,0.659495,1.27409,300,0,0,2138,0,0,0), - (23354,7857,1,6941,0,-8044,-5336.31,8.28888,3.29867,300,0,0,2138,0,0,0), - (23355,8881,1,2786,0,-7088.25,-3738.72,8.63102,3.42085,300,0,0,42,0,0,0), - (23356,7857,1,6939,0,-8087.46,-5367.86,0.499819,5.91667,300,0,0,2138,0,0,0), - (23357,7857,1,6939,0,-8096.56,-5310.31,0.686526,0.261799,300,0,0,2138,0,0,0), - (23358,7857,1,6939,0,-8055.93,-5361.35,18.883,4.5204,300,0,0,2138,0,0,0), - (23359,7857,1,6938,0,-8075.88,-5367.89,19.9551,2.51327,300,0,0,2138,0,0,0), - (23360,7857,1,6939,0,-8065.63,-5354.14,2.81106,1.27409,300,0,0,2138,0,0,0), - (23361,7857,1,6938,0,-8087.31,-5376.05,0.653112,1.67552,300,0,0,2138,0,0,0), - (23362,7857,1,6940,0,-8047.83,-5346.45,18.2929,0.733038,300,0,0,2138,0,0,0), - (23363,7857,1,6941,0,-8058.43,-5340.28,0.696584,4.5204,300,0,0,2138,0,0,0), - (23364,7857,1,6938,0,-8079.21,-5287.67,0.658151,4.7822,300,0,0,2138,0,0,0), - (23365,7857,1,6940,0,-8084.86,-5341.22,7.81498,0.331613,300,0,0,2138,0,0,0), - (23366,7857,1,6939,0,-8036.56,-5361.17,2.19131,0.80053,300,5,0,2138,0,0,2), - (23367,7857,1,6939,0,-8049.23,-5337.25,6.52174,0.698132,300,0,0,2138,0,0,0), - (23368,7857,1,6939,0,-8049.19,-5365.69,6.2191,5.84685,300,0,0,2138,0,0,0), - (23369,7857,1,6938,0,-8087.39,-5377.46,19.7015,2.72271,300,0,0,2138,0,0,0), - (23370,7857,1,6938,0,-8049.36,-5277.84,0.66513,3.94444,300,0,0,2138,0,0,0), - (23371,7857,1,6938,0,-8078.53,-5292.72,0.658153,1.74533,300,0,0,2138,0,0,0), - (23372,7857,1,6940,0,-8078.86,-5337.5,7.79219,3.78736,300,0,0,2138,0,0,0), - (23373,7857,1,6939,0,-8069.87,-5353.5,20.5404,3.15905,300,0,0,2138,0,0,0), - (23374,8882,1,6079,0,-7092.2,-3729.85,8.63018,3.29867,300,0,0,42,0,0,0), - (23375,7858,1,6950,0,-7980.2,-5375.96,0.640754,0.680678,300,0,0,2138,0,0,0), - (23376,7858,1,6950,0,-8075.5,-5236.79,2.2639,3.18415,300,0,0,2138,0,0,0), - (23377,7858,1,6954,0,-7976.5,-5371.73,0.648624,4.17134,300,0,0,2138,0,0,0), - (23378,7858,1,6954,0,-8021.04,-5199.28,5.04774,4.06662,300,0,0,2138,0,0,0), - (23379,7858,1,6950,0,-7996.3,-5390.23,1.20377,4.11898,300,0,0,2138,0,0,0), - (23380,7858,1,6953,0,-8033.91,-5214.79,2.15266,4.17134,300,0,0,2138,0,0,0), - (23381,7858,1,6951,0,-8026.53,-5204.53,5.04774,1.53589,300,0,0,2138,0,0,0), - (23382,7858,1,6951,0,-7972.43,-5487.71,12.5815,2.56685,300,5,0,2138,0,0,1), - (23383,7858,1,6950,0,-7988.22,-5420.23,1.20377,1.81514,300,0,0,2138,0,0,0), - (23384,7858,1,6950,0,-8077.09,-5275.66,0.69982,5.19626,300,5,0,2138,0,0,2), - (23385,7858,1,6951,0,-7945.06,-5469.77,7.52979,1.63046,300,5,0,2138,0,0,1), - (23386,7858,1,6951,0,-8022.43,-5382.12,0.65249,5.67232,300,0,0,2138,0,0,0), - (23387,7858,1,6951,0,-7957.08,-5421.66,1.20377,0.890118,300,0,0,2138,0,0,0), - (23388,7858,1,6950,0,-7981.71,-5492.1,7.52563,3.93033,300,5,0,2138,0,0,1), - (23389,7858,1,6950,0,-8029.65,-5200.79,5.04774,5.42797,300,0,0,2138,0,0,0), - (23390,7858,1,6951,0,-7948.5,-5465.76,0.290158,4.45059,300,0,0,2138,0,0,0), - (23391,7858,1,6951,0,-7948.46,-5440.22,0.161648,1.4349,300,5,0,2138,0,0,1), - (23392,7858,1,6950,0,-7954.52,-5477.61,7.52878,0.197356,300,5,0,2138,0,0,1), - (23393,7858,1,6953,0,-7935.53,-5428.16,7.48143,2.80064,300,5,0,2138,0,0,1), - (23394,7858,1,6951,0,-7940.95,-5433.39,18.6282,0.201201,300,5,0,2138,0,0,1), - (23395,7858,1,6953,0,-7969.8,-5486.39,0.206819,4.38422,300,5,0,2138,0,0,1), - (23396,7858,1,6950,0,-7955.63,-5416.55,1.20377,4.7822,300,0,0,2138,0,0,0), - (23397,7858,1,6951,0,-8016.49,-5384.53,0.65249,2.94961,300,0,0,2138,0,0,0), - (23398,7858,1,6950,0,-7974.09,-5451.33,7.48467,4.21906,300,5,0,2138,0,0,1), - (23399,7858,1,6950,0,-7946.56,-5470.34,0.290159,2.02458,300,0,0,2138,0,0,0), - (23400,7858,1,6954,0,-8035.78,-5217.84,2.21993,1.0821,300,0,0,2138,0,0,0), - (23401,7858,1,6953,0,-8014.72,-5215.52,2.23529,5.4468,300,0,0,2138,0,0,0), - (23402,7858,1,6951,0,-7957.92,-5445.87,7.48362,4.20858,300,5,0,2138,0,0,1), - (23403,7858,1,6950,0,-8087.94,-5244.56,1.9519,5.00815,300,0,0,2138,0,0,0), - (23404,7858,1,6953,0,-7989.63,-5414.49,1.20377,4.95674,300,0,0,2138,0,0,0), - (23405,7858,1,6951,0,-7976.71,-5413.06,1.12042,1.82256,300,5,0,2138,0,0,1), - (23406,8883,1,2405,0,-7090.77,-3732.81,8.63018,3.52556,300,0,0,42,0,0,0), - (23407,8883,1,2405,0,-7087.49,-3741.68,8.63787,3.47321,300,0,0,42,0,0,0), - (23408,8884,1,5228,0,-7099.24,-3698.85,8.65058,3.05433,300,0,0,42,0,0,0), - (23409,8885,1,6468,0,-7097.74,-3704.55,8.64253,3.47321,300,0,0,42,0,0,0), - (23410,9397,1,8716,0,-9446.81,-2314.58,12.9337,1.26528,300,25,0,1990,1640,0,1), - (23411,9397,1,8716,0,-9058.05,-3652.34,9.57055,-1.03312,300,25,0,1990,1640,0,1), - (23412,8124,1,7335,0,-7206.69,-3832.64,8.64432,0.349066,300,0,0,2972,0,0,0), - (23413,8125,1,7338,0,-7168.27,-3850.27,8.84728,1.27409,300,0,0,2766,0,0,0), - (23414,8126,1,7340,0,-7131.99,-3839.67,9.14882,1.39626,300,0,0,4108,0,0,0), - (23415,8128,1,7341,0,-7167.72,-3743.08,8.78314,5.49779,300,0,0,2471,0,0,0), - (23416,8129,1,7343,0,-7149.83,-3723.66,8.57805,0.017453,300,0,0,2471,0,0,0), - (23417,8131,1,7342,0,-7141.49,-3719.69,8.57809,3.50811,300,0,0,2766,0,0,0), - (23418,7876,1,11379,0,-7105.84,-3776.83,8.79225,2.70526,300,0,0,2972,0,0,0), - (23420,7881,1,7027,0,-6978.01,-4849.36,8.05946,0.750492,300,0,0,1605,0,0,0), - (23421,8137,1,7354,0,-6890.53,-4816.76,8.78429,3.50811,300,0,0,2471,0,0,0), - (23422,7882,1,11387,0,-6974.01,-4845.69,8.06893,2.53073,300,0,0,3632,0,0,0), - (23423,7883,1,9073,0,-8043.38,-5281.05,0.661841,6.24828,300,0,0,2218,0,0,0), - (23424,8139,1,7355,0,-6886.48,-4842.28,8.62219,2.60054,300,0,0,2471,0,0,0), - (23425,9165,1,8410,0,-6946.18,-2446.13,-199.728,3.78158,300,5,0,2578,0,0,1), - (23442,8661,1,7993,0,-7239.1,-3803.89,0.813843,0.017453,300,0,0,3517,0,0,0), - (23443,5594,1,7215,0,-7115.3,-3729.93,8.85665,4.64258,300,0,0,2972,0,0,0), - (23444,8667,1,8715,0,-7830.01,-2881.65,33.6098,3.03201,300,25,0,2059,0,0,1), - (23445,8667,1,8715,0,-8018.71,-3184.76,48.1584,4.644,300,25,0,2059,0,0,1), - (23446,8667,1,8715,0,-7990.37,-3365.55,72.2444,5.86824,300,25,0,2059,0,0,1), - (23447,8667,1,8715,0,-8549.81,-4329.35,10.1662,2.51113,300,25,0,2059,0,0,1), - (23448,8667,1,8715,0,-8823.7,-2708.86,25.9863,0.289026,300,25,0,2059,0,0,1), - (23449,10460,1,10195,0,-6980.38,-4834.05,7.85118,1.37881,300,0,0,3294,0,0,0), - (23455,14567,1,14668,0,-7193.62,-3763.79,8.89769,3.68265,300,0,0,3748,0,0,0), - (23456,9706,1,11388,0,-6979.65,-4844.17,8.11777,6.14356,300,0,0,3866,0,0,0), - (23457,11756,1,11689,0,-7157.41,-3745.86,8.45313,5.51524,300,0,0,2016,2680,0,0), - (23458,11758,1,11691,0,-7135.48,-3863.11,9.51469,2.07694,300,0,0,3294,0,0,0), - (23463,7407,1,7169,0,-7186.64,-3838.6,8.74667,0.855211,300,0,0,3517,0,0,0), - (23464,5615,1,5571,0,-7386.84,-4414.78,9.93061,0.513966,300,15,0,2219,1253,0,1), - (23465,5615,1,5571,0,-7578.32,-4364.24,9.12832,5.23662,300,15,0,2219,1253,0,1), - (23466,5615,1,5572,0,-7632.68,-4476.55,9.77288,5.15209,300,15,0,2219,1253,0,2), - (23467,5615,1,5572,0,-7633.77,-4473.08,9.89368,5.18744,300,15,0,2219,1253,0,2), - (23470,5615,1,5571,0,-7675.76,-4407.84,9.00611,0.509699,300,15,0,2219,1253,0,1), - (23471,5615,1,5571,0,-7485.89,-4485.72,8.2987,2.99619,300,15,0,2219,1253,0,1), - (23475,5615,1,5571,0,-7581.14,-4746.19,9.63509,3.5849,300,15,0,2219,1253,0,1), - (23476,5615,1,5571,0,-7384.63,-4423.43,10.7044,5.97586,300,15,0,2219,1253,0,1), - (23479,5615,1,5571,0,-7351.15,-4421.16,11.2379,4.4946,300,15,0,2219,1253,0,1), - (23480,5615,1,5571,0,-7680.55,-4286.86,9.63135,2.52292,300,15,0,2219,1253,0,1), - (23482,5615,1,5572,0,-7682.13,-4385.37,9.50179,4.24317,300,15,0,2219,1253,0,1), - (23483,5615,1,5572,0,-7646.27,-4288.06,9.00729,4.37312,300,15,0,2219,1253,0,1), - (23484,5615,1,5571,0,-7619.57,-4594.74,9.26426,0.391351,300,15,0,2219,1253,0,1), - (23485,5615,1,5572,0,-7717.22,-4594.27,9.88018,0.563015,300,15,0,2219,1253,0,1), - (23486,5615,1,5572,0,-7683.68,-4678.68,10.9053,1.91496,300,15,0,2219,1253,0,1), - (23487,5615,1,5572,0,-7651.59,-4614.66,10.0437,3.31027,300,15,0,2219,1253,0,1), - (23488,5615,1,5572,0,-7688.07,-4645.4,9.62679,5.52934,300,15,0,2219,1253,0,1), - (23489,5615,1,5571,0,-7562.11,-4263.42,9.00176,1.59611,300,15,0,2219,1253,0,1), - (23490,5615,1,5572,0,-7681.03,-4612.35,9.20227,1.26401,300,15,0,2219,1253,0,1), - (23491,5615,1,5572,0,-7596.2,-4585.4,9.13815,1.25664,300,0,0,2219,1253,0,0), - (23492,5615,1,5572,0,-7577.27,-4713.79,10.4227,0.370859,300,30,0,2219,1253,0,1), - (23493,5615,1,5571,0,-7553.31,-4710.83,10.4689,2.13039,300,15,0,2219,1253,0,1), - (23494,7408,1,7171,0,-7183.48,-3840.23,8.80531,3.92699,300,0,0,2471,0,0,0), - (23495,5616,1,5532,0,-7299,-4607.96,8.56191,1.39794,300,5,0,1919,0,0,1), - (23496,5616,1,5533,0,-7381.99,-4608.66,9.58844,0.596025,300,15,0,1919,0,0,2), - (23497,5616,1,5532,0,-7257.62,-4544.47,9.1494,2.11274,300,15,0,1919,0,0,1), - (23498,5616,1,5532,0,-7407.29,-4592.71,8.96928,0.191683,300,0,0,1919,0,0,0), - (23499,5616,1,5533,0,-6952.48,-4356.11,11.4354,4.89172,300,10,0,1919,0,0,1), - (23500,5616,1,5533,0,-7305.61,-4621.26,8.86079,4.68108,300,5,0,1919,0,0,1), - (23501,5616,1,5532,0,-7304.35,-4604.55,8.48579,6.16752,300,5,0,1919,0,0,2), - (23502,5616,1,5533,0,-7387.71,-4557.04,11.0705,1.73426,300,5,0,1919,0,0,1), - (23503,5616,1,5532,0,-7213.31,-4629.97,8.97864,2.80608,300,0,0,1919,0,0,0), - (23504,5616,1,5533,0,-6983.85,-4344.27,10.2888,2.35651,300,5,0,1919,0,0,1), - (23505,5616,1,5532,0,-6919.89,-4413.27,11.3425,1.19031,300,10,0,1919,0,0,1), - (23506,5616,1,5532,0,-7408.62,-4712.06,9.20164,1.34328,300,30,0,1919,0,0,1), - (23507,5616,1,5532,0,-7386.43,-4729.27,9.23899,0.281744,300,0,0,1919,0,0,0), - (23508,5057,1,3016,0,-3938.95,-2881.77,46.4864,4.78725,360,5,0,1542,0,0,1), - (23509,5616,1,5532,0,-6952.23,-4290.61,9.42344,5.73588,300,5,0,1919,0,0,1), - (23510,5616,1,5533,0,-6919.79,-4380.21,11.5911,2.15923,300,10,0,1919,0,0,1), - (23511,5616,1,5533,0,-7396.27,-4603.09,9.40812,4.80623,300,15,0,1919,0,0,1), - (23512,5085,1,2978,0,-3475.72,-4115.67,17.0591,3.08986,360,1,0,2284,0,0,1), - (23513,5616,1,5532,0,-6922.39,-4349.26,11.2177,3.62128,300,10,0,1919,0,0,1), - (23514,5616,1,5533,0,-7291.17,-4554.87,9.62676,3.10486,300,5,0,1919,0,0,1), - (23515,5616,1,5533,0,-6949.57,-4383.63,9.97904,1.70122,300,10,0,1919,0,0,1), - (23516,5616,1,5532,0,-7382.23,-4590.9,9.14744,5.3012,300,15,0,1919,0,0,1), - (23517,5616,1,5533,0,-7411.57,-4616.26,10.9756,5.08006,300,15,0,1919,0,0,1), - (23518,5616,1,5532,0,-7236.4,-4631.24,9.29846,3.74096,300,15,0,1919,0,0,1), - (23519,5616,1,5533,0,-7319.44,-4618.22,8.86079,5.36538,300,5,0,1919,0,0,1), - (23520,5616,1,5533,0,-7218.59,-4645.01,9.24926,0.946282,300,15,0,1919,0,0,1), - (23521,5616,1,5533,0,-7409.34,-4584.32,8.84428,2.68959,300,0,0,1919,0,0,0), - (23522,5617,1,5531,0,-7505.98,-4494.89,10.5305,2.25801,300,10,0,1374,3471,0,1), - (23523,5617,1,5531,0,-7687.93,-4253.95,9.52736,1.3463,300,5,0,1374,3471,0,1), - (23524,5617,1,5530,0,-7580.81,-4290.78,9.9502,3.20997,300,5,0,1374,3471,0,1), - (23525,5617,1,5531,0,-7489.71,-4496.05,8.76972,5.05699,300,5,0,1374,3471,0,1), - (23526,5617,1,5531,0,-7687.62,-4421.67,10.6339,0.607378,300,5,0,1374,3471,0,1), - (23527,5617,1,5531,0,-7457.48,-4479.91,9.34721,4.57844,300,15,0,1374,3471,0,1), - (23528,5617,1,5530,0,-7682.09,-4268.51,9.00635,4.47916,300,0,0,1374,3471,0,0), - (23529,5617,1,5530,0,-7585.22,-4351.76,9.62832,4.54451,300,5,0,1374,3471,0,1), - (23530,5617,1,5530,0,-7534.18,-4756.18,10.7875,0.147319,300,5,0,1374,3471,0,1), - (23531,5617,1,5530,0,-7524.2,-4284.77,10.5812,3.68253,300,5,0,1374,3471,0,1), - (23532,5617,1,5530,0,-7414.01,-4411.96,11.3294,2.68014,300,5,0,1374,3471,0,1), - (23533,5617,1,5530,0,-7562.88,-4751.53,9.03752,1.17886,300,0,0,1374,3471,0,0), - (23534,5617,1,5531,0,-7371.6,-4413.23,9.82945,0.212104,300,5,0,1374,3471,0,1), - (23535,5617,1,5531,0,-7656.03,-4414.69,9.84137,0.711204,300,5,0,1374,3471,0,1), - (23536,5617,1,5531,0,-7690.05,-4275.74,9.13135,0.437604,300,0,0,1374,3471,0,0), - (23537,5617,1,5530,0,-7384.03,-4382.66,11.5306,4.25139,300,5,0,1374,3471,0,1), - (23538,5617,1,5530,0,-7574.58,-4734.26,9.04788,4.8369,300,0,0,1374,3471,0,0), - (23539,5617,1,5530,0,-7678.13,-4720.98,9.00176,3.06668,300,15,0,1374,3471,0,1), - (23540,5617,1,5530,0,-7620.4,-4614.94,9.63613,1.10198,300,5,0,1374,3471,0,1), - (23541,5617,1,5531,0,-7584.18,-4251.74,9.37676,3.2119,300,5,0,1374,3471,0,1), - (23542,5617,1,5531,0,-7693.51,-4714.76,9.00176,1.98043,300,0,0,1374,3471,0,0), - (23543,4352,1,1962,0,-2617.75,-3589.34,46.6479,2.13064,360,3,0,1469,0,0,1), - (23544,5617,1,5530,0,-7713.69,-4718.54,9.63405,1.34239,300,15,0,1374,3471,0,1), - (23545,5617,1,5531,0,-7744.56,-4617.91,9.45769,3.82601,300,15,0,1374,3471,0,1), - (23546,5617,1,5531,0,-7485.01,-4514.21,10.54,0.10103,300,5,0,1374,3471,0,1), - (23547,5618,1,5569,0,-7011.46,-4317.52,10.6665,0.436827,300,5,0,1951,0,0,2); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (23140,5472,1,0,0,-9184.15,-2949.53,24.4053,3.31613,300,300,15,0,2399,0,0,1), + (23141,5472,1,0,0,-8264.7,-2899.89,14.1121,4.31076,300,300,10,0,2399,0,0,1), + (23142,5472,1,0,0,-8379.53,-2981.73,8.69705,0.687795,300,300,5,0,2399,0,0,1), + (23143,5472,1,0,0,-8217.24,-2969.27,11.1536,5.81989,300,300,5,0,2399,0,0,1), + (23144,5472,1,0,0,-8290.93,-2893.67,10.522,2.56365,300,300,0,0,2399,0,0,0), + (23145,5472,1,0,0,-8504.63,-2861.31,10.4551,4.04395,300,300,0,0,2399,0,0,0), + (23146,5472,1,0,0,-8231.49,-2953.68,11.8868,4.20167,300,300,5,0,2399,0,0,1), + (23147,5472,1,0,0,-8604.91,-2846.81,10.2497,2.0564,300,300,5,0,2399,0,0,1), + (23148,5472,1,0,0,-8235.05,-2987.86,9.74969,5.89639,300,300,3,0,2399,0,0,1), + (23149,5472,1,0,0,-8477.18,-2826.31,10.3541,5.64182,300,300,10,0,2399,0,0,1), + (23150,5472,1,0,0,-8393,-2877.2,8.74971,5.81982,300,300,5,0,2399,0,0,1), + (23151,5472,1,0,0,-8513.93,-2835.31,8.95512,1.36957,300,300,0,0,2399,0,0,0), + (23152,5472,1,0,0,-8548.93,-2890.6,10.6462,2.42978,300,300,15,0,2399,0,0,1), + (23153,5472,1,0,0,-8328.71,-3130.84,8.74971,1.79072,300,300,0,0,2399,0,0,0), + (23154,5472,1,0,0,-8359.23,-3022.23,8.87016,3.92335,300,300,3,0,2399,0,0,1), + (23155,5472,1,0,0,-8887.55,-3388.78,15.2814,4.597,300,300,15,0,2399,0,0,1), + (23156,5472,1,0,0,-8544.89,-2971.02,9.37676,2.91302,300,300,5,0,2399,0,0,1), + (23157,5472,1,0,0,-8484.69,-3053.96,10.5458,4.76781,300,300,5,0,2399,0,0,1), + (23158,5472,1,0,0,-8917.38,-3549.92,11.1132,6.0912,300,300,15,0,2399,0,0,1), + (23159,5472,1,0,0,-8490.94,-3029.45,9.00176,2.52157,300,300,5,0,2399,0,0,2), + (23160,5473,1,0,0,-9151.52,-3049.82,36.4433,5.5676,300,300,10,0,1919,3174,0,1), + (23161,5473,1,0,0,-8951.26,-3449.92,18.3561,1.90241,300,300,15,0,1919,3174,0,1), + (23162,5473,1,0,0,-8881.8,-3451.87,11.1853,0.802851,300,300,0,0,1919,3174,0,0), + (23163,5473,1,0,0,-8783.78,-3416.76,9.36696,3.28122,300,300,15,0,1919,3174,0,1), + (23164,5473,1,0,0,-8348.88,-2948.6,8.7497,3.00101,300,300,5,0,1919,3174,0,1), + (23165,5473,1,0,0,-8345.03,-3085.97,8.69595,5.38243,300,300,3,0,1919,3174,0,1), + (23166,5473,1,0,0,-8450.13,-3114.71,10.7115,1.25664,300,300,15,0,1919,3174,0,1), + (23167,5474,1,0,0,-9183.56,-3082.65,31.9454,5.58505,300,300,15,0,2488,0,0,1), + (23168,5474,1,0,0,-9316.73,-3016.11,10.0159,2.36868,300,300,15,0,2488,0,0,1), + (23169,5474,1,0,0,-8230.14,-2928.55,15.5716,0.699366,300,300,5,0,2488,0,0,1), + (23170,5474,1,0,0,-8262.81,-2923.97,12.8777,3.11231,300,300,10,0,2488,0,0,1), + (23171,5474,1,0,0,-8597.77,-2836.55,10.6303,4.91232,300,300,15,0,2488,0,0,1), + (23172,5474,1,0,0,-8370.92,-2984.51,8.57205,2.57449,300,300,5,0,2488,0,0,1), + (23173,5474,1,0,0,-9317.35,-3082.03,12.7424,5.34071,300,300,0,0,2488,0,0,0), + (23174,5474,1,0,0,-9117.17,-3016.26,47.9937,3.83972,300,300,15,0,2488,0,0,1), + (23175,5474,1,0,0,-8201.15,-3015.63,12.4156,4.73758,300,300,5,0,2488,0,0,1), + (23176,5474,1,0,0,-8375.03,-3023.34,8.95764,1.83568,300,300,3,0,2488,0,0,1), + (23177,5474,1,0,0,-8246.91,-2995.92,8.74969,1.08544,300,300,0,0,2488,0,0,0), + (23178,5474,1,0,0,-8277.1,-2862.38,16.6769,1.32432,300,300,0,0,2488,0,0,0), + (23179,5474,1,0,0,-8234.95,-2903.32,17.7527,0.933433,300,300,10,0,2488,0,0,1), + (23180,5474,1,0,0,-8500.28,-2815.99,10.2578,4.84165,300,300,0,0,2488,0,0,0), + (23181,5474,1,0,0,-8395.78,-3179.31,8.87523,5.145,300,300,0,0,2488,0,0,0), + (23182,5474,1,0,0,-8446.94,-3154.79,8.74989,5.41147,300,300,0,0,2488,0,0,0), + (23183,5474,1,0,0,-8319.84,-3163.42,13.3937,3.28217,300,300,0,0,2488,0,0,0), + (23184,5474,1,0,0,-8315.76,-3121.82,8.74971,4.13421,300,300,0,0,2488,0,0,0), + (23185,5474,1,0,0,-8206.04,-3030.49,10.7906,5.24763,300,300,5,0,2488,0,0,1), + (23186,5474,1,0,0,-8264.14,-3064.41,10.7787,0.178079,300,300,5,0,2488,0,0,1), + (23187,5474,1,0,0,-8275.75,-3054.02,9.74971,1.25552,300,300,3,0,2488,0,0,1), + (23188,5474,1,0,0,-8374.5,-3012.57,9.11995,2.16848,300,300,3,0,2488,0,0,1), + (23189,5474,1,0,0,-8816.03,-3516.8,8.98343,4.32842,300,300,15,0,2488,0,0,1), + (23190,5474,1,0,0,-8814.83,-3450.28,10.9409,1.37881,300,300,15,0,2488,0,0,1), + (23191,5474,1,0,0,-8381.44,-2865.41,9.12997,0.633198,300,300,5,0,2488,0,0,1), + (23192,5474,1,0,0,-8475.4,-2856.09,8.74971,1.79899,300,300,5,0,2488,0,0,1), + (23193,5474,1,0,0,-8543.9,-2992.99,10.0018,5.89748,300,300,5,0,2488,0,0,1), + (23194,5474,1,0,0,-8481.16,-3072.51,10.5018,2.19688,300,300,5,0,2488,0,0,1), + (23195,5474,1,0,0,-8477.67,-3086.27,10.2518,5.51064,300,300,5,0,2488,0,0,1), + (23196,5474,1,0,0,-8513.7,-3022.47,9.75176,2.8756,300,300,5,0,2488,0,0,1), + (23197,5475,1,0,0,-9250.04,-3149.05,14.6445,0.296706,300,300,0,0,1990,3280,0,0), + (23198,5475,1,0,0,-9283.6,-2915.92,11.9957,5.84685,300,300,10,0,1990,3280,0,1), + (23199,5475,1,0,0,-9149.34,-2916.6,34.5372,4.5204,300,300,30,0,1990,3280,0,1), + (23200,5475,1,0,0,-9117.5,-2949.68,45.1309,2.00713,300,300,30,0,1990,3280,0,1), + (23201,5475,1,0,0,-8852.46,-3416.1,10.9157,5.93412,300,300,10,0,1990,3280,0,1), + (23202,5475,1,0,0,-8919.03,-3417.15,14.1984,1.93731,300,300,15,0,1990,3280,0,1), + (23203,5475,1,0,0,-8986,-3484.32,18.7596,3.50811,300,300,15,0,1990,3280,0,1), + (23204,5475,1,0,0,-8418.41,-2919.35,9.09409,1.51606,300,300,5,0,1990,3280,0,2), + (23205,5475,1,0,0,-8348.06,-2995.77,8.6598,6.16416,300,300,5,0,1990,3280,0,1), + (23206,5475,1,0,0,-8448.89,-2984.24,8.74971,2.22269,300,300,5,0,1990,3280,0,1), + (23207,5475,1,0,0,-8477.85,-2928.43,9.31797,4.17532,300,300,15,0,1990,3280,0,1), + (23208,5475,1,0,0,-8378.75,-3152.07,9.02297,5.57432,300,300,15,0,1990,3280,0,1), + (23209,5475,1,0,0,-8316.28,-2881.63,10.8531,0.029588,300,300,0,0,1990,3280,0,0), + (23210,5475,1,0,0,-8949.39,-3383.58,21.02,0.733038,300,300,15,0,1990,3280,0,1), + (23211,5475,1,0,0,-8918.06,-3351.78,17.3995,0.977384,300,300,15,0,1990,3280,0,1), + (23212,5475,1,0,0,-8882.63,-3516.81,12.7864,5.48033,300,300,10,0,1990,3280,0,1), + (23213,5475,1,0,0,-8848.87,-3550.33,12.1864,1.91986,300,300,0,0,1990,3280,0,0), + (23214,4708,1,0,0,-7128.14,-3735.07,8.43767,4.7822,300,300,0,0,2376,0,0,0), + (23229,7784,1,0,0,-8851.94,-4374.93,44.6462,5.89921,300,300,0,0,1981,0,0,0), + (23230,5481,1,0,0,-8968.53,-2340.14,11.7601,6.18672,300,300,5,0,2920,0,0,1), + (23231,5481,1,0,0,-8852.32,-2374.08,17.0021,1.30011,300,300,5,0,2920,0,0,1), + (23232,5481,1,0,0,-9048.97,-2136.5,11.7399,2.81683,300,300,10,0,2920,0,0,1), + (23233,5481,1,0,0,-8996.68,-2121.54,9.28206,5.02616,300,300,5,0,2920,0,0,1), + (23234,5481,1,0,0,-8769.98,-2164.1,11.043,2.16894,300,300,10,0,2920,0,0,1), + (23235,5481,1,0,0,-8824.02,-2172.73,9.75215,1.59813,300,300,15,0,2920,0,0,1), + (23236,5481,1,0,0,-8845.76,-2155.87,11.7513,1.68711,300,300,10,0,2920,0,0,1), + (23237,5481,1,0,0,-8980.37,-2217.61,9.50748,1.90216,300,300,10,0,2920,0,0,1), + (23238,5481,1,0,0,-9034.01,-2176.37,10.6268,4.43042,300,300,10,0,2920,0,0,1), + (23239,5481,1,0,0,-8845.31,-2311.82,9.00194,1.14318,300,300,15,0,2920,0,0,2), + (23240,5481,1,0,0,-8830.75,-2345.86,18.1518,2.56892,300,300,10,0,2920,0,0,1), + (23241,5481,1,0,0,-8846.99,-2312.58,9.06857,5.93858,300,300,15,0,2920,0,0,1), + (23242,5481,1,0,0,-8953.94,-2280.2,9.12738,0.909021,300,300,5,0,2920,0,0,1), + (23243,5481,1,0,0,-8923.98,-2244.71,9.00172,3.04672,300,300,15,0,2920,0,0,1), + (23244,5485,1,0,0,-8845.84,-2247.2,12.0017,-1.69307,300,300,3,0,2295,1750,0,1), + (23245,5485,1,0,0,-8815.68,-2245.82,19.9265,3.47363,300,300,0,0,2295,1750,0,0), + (23246,5485,1,0,0,-8720.37,-2210.51,10.9735,0.689263,300,300,10,0,2295,1750,0,1), + (23247,5485,1,0,0,-8985.08,-2253.36,11.0018,1.51438,300,300,3,0,2295,1750,0,1), + (23248,5485,1,0,0,-8892.75,-2108.03,11.2771,5.10869,300,300,5,0,2295,1750,0,1), + (23249,5485,1,0,0,-8879.64,-2358.67,10.752,4.82818,300,300,10,0,2295,1750,0,1), + (23250,5485,1,0,0,-8918.85,-2343.8,10.5468,5.6619,300,300,10,0,2295,1750,0,1), + (23251,5485,1,0,0,-8947.19,-2309.73,11.2722,2.97944,300,300,5,0,2295,1750,0,1), + (23252,5485,1,0,0,-8927.21,-2267.43,9.00172,2.11576,300,300,5,0,2295,1750,0,2), + (23253,5485,1,0,0,-8950.98,-2182.56,8.96152,5.93412,300,300,15,0,2295,1750,0,1), + (23254,5485,1,0,0,-8884.75,-2181.8,9.37366,3.24229,300,300,15,0,2295,1750,0,1), + (23259,5490,1,0,0,-8788.88,-2119.22,14.8636,2.14038,300,300,5,0,2578,0,0,1), + (23260,5490,1,0,0,-8747.05,-2243.38,9.00195,3.84533,300,300,15,0,2578,0,0,1), + (23261,5490,1,0,0,-8785.3,-2287.41,9.12677,2.36714,300,300,10,0,2578,0,0,1), + (23262,5490,1,0,0,-8889.62,-2373.09,13.3753,1.31629,300,300,10,0,2578,0,0,1), + (23263,5490,1,0,0,-8929.32,-2264.71,9.00173,1.40724,300,300,5,0,2578,0,0,2), + (23264,5490,1,0,0,-8954.01,-2244.2,9.37692,3.28625,300,300,15,0,2578,0,0,1), + (23265,5490,1,0,0,-8918.79,-2152.61,10.9722,4.6596,300,300,15,0,2578,0,0,1), + (23266,5490,1,0,0,-9097.28,-2155.38,12.3975,2.80998,300,300,10,0,2578,0,0,1), + (23267,7799,1,0,0,-7205.06,-3827.29,8.6442,0.174533,300,300,0,0,2972,0,0,0), + (23268,7804,1,0,0,-7197.6,-3766.29,8.8737,1.32645,300,300,0,0,4108,0,0,0), + (23269,6015,1,0,0,-7056.02,-4812.75,0.790082,2.75887,300,300,0,0,2972,0,0,0), + (23270,8579,1,0,0,-6903.4,-4840.94,8.46412,2.79253,300,300,0,0,2568,1332,0,0), + (23272,7564,1,0,0,-7193.42,-3793.48,9.76213,0.872665,300,300,0,0,2471,0,0,0), + (23273,16014,1,0,0,-7127.41,-3838.92,9.05014,2.93215,300,300,0,0,2400,0,0,0), + (23274,5774,1,0,0,-7100.19,-3695.18,8.79651,4.10152,300,300,0,0,64,53,0,0), + (23275,5774,1,0,0,-7095.26,-3711.75,8.64253,3.38594,300,300,0,0,64,53,0,0), + (23276,7823,1,0,0,-7224.87,-3738.21,8.48369,1.18682,600,600,0,0,7423,7071,0,0), + (23277,7824,1,0,0,-7045.24,-3779.4,10.3158,3.42085,600,600,0,0,7777,7071,0,0), + (23281,14743,1,0,0,-7112.04,-3827.17,9.5147,0.593412,300,300,0,0,3517,0,0,0), + (23282,7583,1,0,0,-7111.11,-3741.78,8.60926,3.9968,300,300,0,0,1605,2175,0,0), + (23283,15520,1,0,0,-6750.08,-4730.93,18.5548,5.16992,300,300,5,0,2100,0,0,2), + (23286,7847,1,0,0,-7630.66,-4480.84,9.52548,5.15209,300,300,6,0,2399,0,0,2), + (23287,6568,1,0,0,-7133.52,-3738.63,8.43919,4.99164,300,300,0,0,3517,0,0,0), + (23288,8617,1,0,0,-7355.52,-4891.35,0.256051,4.2565,300,300,0,0,2972,0,0,0), + (23290,7855,1,0,0,-8080.88,-5237.27,2.16489,4.97419,300,300,0,0,2138,0,0,0), + (23291,7855,1,0,0,-7888.13,-5157.8,5.61412,5.60663,300,300,0,0,2138,0,0,0), + (23292,7855,1,0,0,-7985.88,-5110.1,7.54486,2.65219,300,300,10,0,2138,0,0,1), + (23293,7855,1,0,0,-7854.17,-5086.78,5.58094,4.06873,300,300,10,0,2138,0,0,1), + (23294,7855,1,0,0,-8096.12,-5301.68,2.14117,2.80998,300,300,0,0,2138,0,0,0), + (23295,7855,1,0,0,-7828.86,-5111.13,4.30441,2.25431,300,300,10,0,2138,0,0,1), + (23296,7855,1,0,0,-8093.7,-5194.36,7.46686,3.3812,300,300,10,0,2138,0,0,1), + (23297,7855,1,0,0,-8013.71,-5346.33,0.941126,1.00132,300,300,10,0,2138,0,0,1), + (23298,7855,1,0,0,-7999.35,-5252.43,1.17009,1.94301,300,300,0,0,2138,0,0,0), + (23299,7855,1,0,0,-7912.25,-5208.65,0.729591,0.645772,300,300,0,0,2138,0,0,0), + (23300,7855,1,0,0,-7982.16,-5288,0.694111,5.14012,300,300,10,0,2138,0,0,1), + (23301,7855,1,0,0,-8100.37,-5269.52,1.9693,5.91667,300,300,0,0,2138,0,0,0), + (23302,7855,1,0,0,-7855.76,-5108.79,6.91574,4.17134,300,300,0,0,2138,0,0,0), + (23303,7855,1,0,0,-8014.34,-5253.18,0.694111,5.49547,300,300,5,0,2138,0,0,1), + (23304,7855,1,0,0,-8100.54,-5299.71,2.1643,5.77704,300,300,0,0,2138,0,0,0), + (23305,7855,1,0,0,-7884.81,-5187.15,2.69415,4.56888,300,300,10,0,2138,0,0,1), + (23306,7855,1,0,0,-8079.29,-5242.75,2.15955,1.8675,300,300,0,0,2138,0,0,0), + (23307,7855,1,0,0,-8017.36,-5321.79,0.69982,4.53416,300,300,10,0,2138,0,0,2), + (23308,7855,1,0,0,-7987.28,-5316.32,8.57914,3.12128,300,300,3,0,2138,0,0,1), + (23309,7855,1,0,0,-7850.92,-5145.96,3.94686,3.23289,300,300,10,0,2138,0,0,1), + (23310,7855,1,0,0,-8085.7,-5155.19,10.5383,4.72899,300,300,10,0,2138,0,0,1), + (23311,7855,1,0,0,-7982.24,-5184.38,2.04218,5.97644,300,300,10,0,2138,0,0,1), + (23312,7855,1,0,0,-7951.94,-5216.92,1.63561,3.90459,300,300,10,0,2138,0,0,1), + (23313,7855,1,0,0,-8096.44,-5269.38,1.94767,2.54818,300,300,0,0,2138,0,0,0), + (23314,7855,1,0,0,-7982.76,-5133.95,6.12154,3.45575,300,300,0,0,2138,0,0,0), + (23315,7855,1,0,0,-8045.08,-5190.09,2.69982,4.23546,300,300,3,0,2138,0,0,1), + (23316,7856,1,0,0,-8089.92,-5218.02,1.57482,3.43761,300,300,10,0,2138,0,0,1), + (23317,7856,1,0,0,-8047.85,-5257,1.44982,4.56393,300,300,5,0,2138,0,0,1), + (23318,7856,1,0,0,-8018.55,-5151.83,6.13439,3.47643,300,300,10,0,2138,0,0,1), + (23319,7856,1,0,0,-8015.19,-5282.62,0.658153,3.36848,300,300,10,0,2138,0,0,1), + (23320,7856,1,0,0,-8047.18,-5215.06,0.824819,5.83781,300,300,10,0,2138,0,0,1), + (23321,7856,1,0,0,-7968.86,-5450.93,7.48361,1.32901,300,300,5,0,2138,0,0,1), + (23322,7856,1,0,0,-7971.26,-5147.7,5.52297,5.6643,300,300,15,0,2138,0,0,1), + (23323,7856,1,0,0,-8110.47,-5213.92,7.61746,1.08999,300,300,10,0,2138,0,0,1), + (23324,7856,1,0,0,-7959.12,-5481.83,0.290164,3.40339,300,300,0,0,2138,0,0,0), + (23325,7856,1,0,0,-7971.61,-5453.88,0.14572,3.51445,300,300,5,0,2138,0,0,1), + (23326,7856,1,0,0,-7953.86,-5182.69,4.36045,3.18004,300,300,5,0,2138,0,0,1), + (23327,7856,1,0,0,-7953.5,-5253.57,0.694111,3.32224,300,300,5,0,2138,0,0,2), + (23328,7856,1,0,0,-7947.64,-5465.62,7.52878,4.33364,300,300,5,0,2138,0,0,1), + (23329,7856,1,0,0,-8052.26,-5110.95,14.2394,1.92303,300,300,5,0,2138,0,0,1), + (23330,7856,1,0,0,-7906.94,-5204.53,0.843611,3.80482,300,300,0,0,2138,0,0,0), + (23331,7856,1,0,0,-7970.67,-5482.99,17.9558,0.543591,300,300,5,0,2138,0,0,1), + (23332,7856,1,0,0,-7859.23,-5114.25,6.66205,0.959931,300,300,0,0,2138,0,0,0), + (23333,7856,1,0,0,-7970.46,-5489.1,7.52809,6.08281,300,300,5,0,2138,0,0,1), + (23334,7856,1,0,0,-7988.16,-5135.98,6.40907,0.418879,300,300,0,0,2138,0,0,0), + (23335,7856,1,0,0,-7949.94,-5436.23,0.160306,3.6464,300,300,5,0,2138,0,0,1), + (23336,7856,1,0,0,-7877.79,-5133.21,5.71298,1.89872,300,300,10,0,2138,0,0,1), + (23337,7856,1,0,0,-7960.51,-5241.07,1.81911,4.29672,300,300,0,0,2138,0,0,0), + (23338,7856,1,0,0,-7943.13,-5276.11,0.604346,6.24191,300,300,5,0,2138,0,0,1), + (23339,7856,1,0,0,-7963.65,-5471.03,7.52879,3.03374,300,300,5,0,2138,0,0,1), + (23340,7856,1,0,0,-8046.68,-5302.34,0.699819,5.91197,300,300,15,0,2138,0,0,1), + (23341,7856,1,0,0,-7916.65,-5179.24,3.88791,2.09212,300,300,10,0,2138,0,0,1), + (23342,7856,1,0,0,-8051.09,-5148.96,10.6541,2.7521,300,300,15,0,2138,0,0,1), + (23343,7857,1,0,0,-8042.28,-5351.7,0.979424,1.07637,300,300,0,0,2138,0,0,0), + (23344,7857,1,0,0,-8053.19,-5347.94,0.65306,3.00197,300,300,0,0,2138,0,0,0), + (23345,7857,1,0,0,-8054.12,-5278.53,0.665793,5.61996,300,300,0,0,2138,0,0,0), + (23346,7857,1,0,0,-8095.73,-5362.75,20.4561,2.25148,300,300,0,0,2138,0,0,0), + (23347,7857,1,0,0,-8046.93,-5332.71,8.28819,3.92699,300,300,0,0,2138,0,0,0), + (23348,7857,1,0,0,-8079.13,-5255.23,0.766305,0.890118,300,300,0,0,2138,0,0,0), + (23349,7857,1,0,0,-8072.71,-5383.49,19.3221,2.25148,300,300,0,0,2138,0,0,0), + (23350,7857,1,0,0,-8090.72,-5309.2,0.88052,3.24631,300,300,0,0,2138,0,0,0), + (23351,7857,1,0,0,-8075.11,-5251.57,0.770723,3.75246,300,300,0,0,2138,0,0,0), + (23352,7857,1,0,0,-8096.42,-5381.65,7.02724,3.4383,300,300,0,0,2138,0,0,0), + (23353,7857,1,0,0,-8052.44,-5282.36,0.659495,1.27409,300,300,0,0,2138,0,0,0), + (23354,7857,1,0,0,-8044,-5336.31,8.28888,3.29867,300,300,0,0,2138,0,0,0), + (23355,8881,1,0,0,-7088.25,-3738.72,8.63102,3.42085,300,300,0,0,42,0,0,0), + (23356,7857,1,0,0,-8087.46,-5367.86,0.499819,5.91667,300,300,0,0,2138,0,0,0), + (23357,7857,1,0,0,-8096.56,-5310.31,0.686526,0.261799,300,300,0,0,2138,0,0,0), + (23358,7857,1,0,0,-8055.93,-5361.35,18.883,4.5204,300,300,0,0,2138,0,0,0), + (23359,7857,1,0,0,-8075.88,-5367.89,19.9551,2.51327,300,300,0,0,2138,0,0,0), + (23360,7857,1,0,0,-8065.63,-5354.14,2.81106,1.27409,300,300,0,0,2138,0,0,0), + (23361,7857,1,0,0,-8087.31,-5376.05,0.653112,1.67552,300,300,0,0,2138,0,0,0), + (23362,7857,1,0,0,-8047.83,-5346.45,18.2929,0.733038,300,300,0,0,2138,0,0,0), + (23363,7857,1,0,0,-8058.43,-5340.28,0.696584,4.5204,300,300,0,0,2138,0,0,0), + (23364,7857,1,0,0,-8079.21,-5287.67,0.658151,4.7822,300,300,0,0,2138,0,0,0), + (23365,7857,1,0,0,-8084.86,-5341.22,7.81498,0.331613,300,300,0,0,2138,0,0,0), + (23366,7857,1,0,0,-8036.56,-5361.17,2.19131,0.80053,300,300,5,0,2138,0,0,2), + (23367,7857,1,0,0,-8049.23,-5337.25,6.52174,0.698132,300,300,0,0,2138,0,0,0), + (23368,7857,1,0,0,-8049.19,-5365.69,6.2191,5.84685,300,300,0,0,2138,0,0,0), + (23369,7857,1,0,0,-8087.39,-5377.46,19.7015,2.72271,300,300,0,0,2138,0,0,0), + (23370,7857,1,0,0,-8049.36,-5277.84,0.66513,3.94444,300,300,0,0,2138,0,0,0), + (23371,7857,1,0,0,-8078.53,-5292.72,0.658153,1.74533,300,300,0,0,2138,0,0,0), + (23372,7857,1,0,0,-8078.86,-5337.5,7.79219,3.78736,300,300,0,0,2138,0,0,0), + (23373,7857,1,0,0,-8069.87,-5353.5,20.5404,3.15905,300,300,0,0,2138,0,0,0), + (23374,8882,1,0,0,-7092.2,-3729.85,8.63018,3.29867,300,300,0,0,42,0,0,0), + (23375,7858,1,0,0,-7980.2,-5375.96,0.640754,0.680678,300,300,0,0,2138,0,0,0), + (23376,7858,1,0,0,-8075.5,-5236.79,2.2639,3.18415,300,300,0,0,2138,0,0,0), + (23377,7858,1,0,0,-7976.5,-5371.73,0.648624,4.17134,300,300,0,0,2138,0,0,0), + (23378,7858,1,0,0,-8021.04,-5199.28,5.04774,4.06662,300,300,0,0,2138,0,0,0), + (23379,7858,1,0,0,-7996.3,-5390.23,1.20377,4.11898,300,300,0,0,2138,0,0,0), + (23380,7858,1,0,0,-8033.91,-5214.79,2.15266,4.17134,300,300,0,0,2138,0,0,0), + (23381,7858,1,0,0,-8026.53,-5204.53,5.04774,1.53589,300,300,0,0,2138,0,0,0), + (23382,7858,1,0,0,-7972.43,-5487.71,12.5815,2.56685,300,300,5,0,2138,0,0,1), + (23383,7858,1,0,0,-7988.22,-5420.23,1.20377,1.81514,300,300,0,0,2138,0,0,0), + (23384,7858,1,0,0,-8077.09,-5275.66,0.69982,5.19626,300,300,5,0,2138,0,0,2), + (23385,7858,1,0,0,-7945.06,-5469.77,7.52979,1.63046,300,300,5,0,2138,0,0,1), + (23386,7858,1,0,0,-8022.43,-5382.12,0.65249,5.67232,300,300,0,0,2138,0,0,0), + (23387,7858,1,0,0,-7957.08,-5421.66,1.20377,0.890118,300,300,0,0,2138,0,0,0), + (23388,7858,1,0,0,-7981.71,-5492.1,7.52563,3.93033,300,300,5,0,2138,0,0,1), + (23389,7858,1,0,0,-8029.65,-5200.79,5.04774,5.42797,300,300,0,0,2138,0,0,0), + (23390,7858,1,0,0,-7948.5,-5465.76,0.290158,4.45059,300,300,0,0,2138,0,0,0), + (23391,7858,1,0,0,-7948.46,-5440.22,0.161648,1.4349,300,300,5,0,2138,0,0,1), + (23392,7858,1,0,0,-7954.52,-5477.61,7.52878,0.197356,300,300,5,0,2138,0,0,1), + (23393,7858,1,0,0,-7935.53,-5428.16,7.48143,2.80064,300,300,5,0,2138,0,0,1), + (23394,7858,1,0,0,-7940.95,-5433.39,18.6282,0.201201,300,300,5,0,2138,0,0,1), + (23395,7858,1,0,0,-7969.8,-5486.39,0.206819,4.38422,300,300,5,0,2138,0,0,1), + (23396,7858,1,0,0,-7955.63,-5416.55,1.20377,4.7822,300,300,0,0,2138,0,0,0), + (23397,7858,1,0,0,-8016.49,-5384.53,0.65249,2.94961,300,300,0,0,2138,0,0,0), + (23398,7858,1,0,0,-7974.09,-5451.33,7.48467,4.21906,300,300,5,0,2138,0,0,1), + (23399,7858,1,0,0,-7946.56,-5470.34,0.290159,2.02458,300,300,0,0,2138,0,0,0), + (23400,7858,1,0,0,-8035.78,-5217.84,2.21993,1.0821,300,300,0,0,2138,0,0,0), + (23401,7858,1,0,0,-8014.72,-5215.52,2.23529,5.4468,300,300,0,0,2138,0,0,0), + (23402,7858,1,0,0,-7957.92,-5445.87,7.48362,4.20858,300,300,5,0,2138,0,0,1), + (23403,7858,1,0,0,-8087.94,-5244.56,1.9519,5.00815,300,300,0,0,2138,0,0,0), + (23404,7858,1,0,0,-7989.63,-5414.49,1.20377,4.95674,300,300,0,0,2138,0,0,0), + (23405,7858,1,0,0,-7976.71,-5413.06,1.12042,1.82256,300,300,5,0,2138,0,0,1), + (23406,8883,1,0,0,-7090.77,-3732.81,8.63018,3.52556,300,300,0,0,42,0,0,0), + (23407,8883,1,0,0,-7087.49,-3741.68,8.63787,3.47321,300,300,0,0,42,0,0,0), + (23408,8884,1,0,0,-7099.24,-3698.85,8.65058,3.05433,300,300,0,0,42,0,0,0), + (23409,8885,1,0,0,-7097.74,-3704.55,8.64253,3.47321,300,300,0,0,42,0,0,0), + (23410,9397,1,0,0,-9446.81,-2314.58,12.9337,1.26528,300,300,25,0,1990,1640,0,1), + (23411,9397,1,0,0,-9058.05,-3652.34,9.57055,-1.03312,300,300,25,0,1990,1640,0,1), + (23412,8124,1,0,0,-7206.69,-3832.64,8.64432,0.349066,300,300,0,0,2972,0,0,0), + (23413,8125,1,0,0,-7168.27,-3850.27,8.84728,1.27409,300,300,0,0,2766,0,0,0), + (23414,8126,1,0,0,-7131.99,-3839.67,9.14882,1.39626,300,300,0,0,4108,0,0,0), + (23415,8128,1,0,0,-7167.72,-3743.08,8.78314,5.49779,300,300,0,0,2471,0,0,0), + (23416,8129,1,0,0,-7149.83,-3723.66,8.57805,0.017453,300,300,0,0,2471,0,0,0), + (23417,8131,1,0,0,-7141.49,-3719.69,8.57809,3.50811,300,300,0,0,2766,0,0,0), + (23418,7876,1,0,0,-7105.84,-3776.83,8.79225,2.70526,300,300,0,0,2972,0,0,0), + (23420,7881,1,0,0,-6978.01,-4849.36,8.05946,0.750492,300,300,0,0,1605,0,0,0), + (23421,8137,1,0,0,-6890.53,-4816.76,8.78429,3.50811,300,300,0,0,2471,0,0,0), + (23422,7882,1,0,0,-6974.01,-4845.69,8.06893,2.53073,300,300,0,0,3632,0,0,0), + (23423,7883,1,0,0,-8043.38,-5281.05,0.661841,6.24828,300,300,0,0,2218,0,0,0), + (23424,8139,1,0,0,-6886.48,-4842.28,8.62219,2.60054,300,300,0,0,2471,0,0,0), + (23425,9165,1,0,0,-6946.18,-2446.13,-199.728,3.78158,300,300,5,0,2578,0,0,1), + (23442,8661,1,0,0,-7239.1,-3803.89,0.813843,0.017453,300,300,0,0,3517,0,0,0), + (23443,5594,1,0,0,-7115.3,-3729.93,8.85665,4.64258,300,300,0,0,2972,0,0,0), + (23444,8667,1,0,0,-7830.01,-2881.65,33.6098,3.03201,300,300,25,0,2059,0,0,1), + (23445,8667,1,0,0,-8018.71,-3184.76,48.1584,4.644,300,300,25,0,2059,0,0,1), + (23446,8667,1,0,0,-7990.37,-3365.55,72.2444,5.86824,300,300,25,0,2059,0,0,1), + (23447,8667,1,0,0,-8549.81,-4329.35,10.1662,2.51113,300,300,25,0,2059,0,0,1), + (23448,8667,1,0,0,-8823.7,-2708.86,25.9863,0.289026,300,300,25,0,2059,0,0,1), + (23449,10460,1,0,0,-6980.38,-4834.05,7.85118,1.37881,300,300,0,0,3294,0,0,0), + (23455,14567,1,0,0,-7193.62,-3763.79,8.89769,3.68265,300,300,0,0,3748,0,0,0), + (23456,9706,1,0,0,-6979.65,-4844.17,8.11777,6.14356,300,300,0,0,3866,0,0,0), + (23457,11756,1,0,0,-7157.41,-3745.86,8.45313,5.51524,300,300,0,0,2016,2680,0,0), + (23458,11758,1,0,0,-7135.48,-3863.11,9.51469,2.07694,300,300,0,0,3294,0,0,0), + (23463,7407,1,0,0,-7186.64,-3838.6,8.74667,0.855211,300,300,0,0,3517,0,0,0), + (23464,5615,1,0,0,-7386.84,-4414.78,9.93061,0.513966,300,300,15,0,2219,1253,0,1), + (23465,5615,1,0,0,-7578.32,-4364.24,9.12832,5.23662,300,300,15,0,2219,1253,0,1), + (23466,5615,1,0,0,-7632.68,-4476.55,9.77288,5.15209,300,300,15,0,2219,1253,0,2), + (23467,5615,1,0,0,-7633.77,-4473.08,9.89368,5.18744,300,300,15,0,2219,1253,0,2), + (23470,5615,1,0,0,-7675.76,-4407.84,9.00611,0.509699,300,300,15,0,2219,1253,0,1), + (23471,5615,1,0,0,-7485.89,-4485.72,8.2987,2.99619,300,300,15,0,2219,1253,0,1), + (23475,5615,1,0,0,-7581.14,-4746.19,9.63509,3.5849,300,300,15,0,2219,1253,0,1), + (23476,5615,1,0,0,-7384.63,-4423.43,10.7044,5.97586,300,300,15,0,2219,1253,0,1), + (23479,5615,1,0,0,-7351.15,-4421.16,11.2379,4.4946,300,300,15,0,2219,1253,0,1), + (23480,5615,1,0,0,-7680.55,-4286.86,9.63135,2.52292,300,300,15,0,2219,1253,0,1), + (23482,5615,1,0,0,-7682.13,-4385.37,9.50179,4.24317,300,300,15,0,2219,1253,0,1), + (23483,5615,1,0,0,-7646.27,-4288.06,9.00729,4.37312,300,300,15,0,2219,1253,0,1), + (23484,5615,1,0,0,-7619.57,-4594.74,9.26426,0.391351,300,300,15,0,2219,1253,0,1), + (23485,5615,1,0,0,-7717.22,-4594.27,9.88018,0.563015,300,300,15,0,2219,1253,0,1), + (23486,5615,1,0,0,-7683.68,-4678.68,10.9053,1.91496,300,300,15,0,2219,1253,0,1), + (23487,5615,1,0,0,-7651.59,-4614.66,10.0437,3.31027,300,300,15,0,2219,1253,0,1), + (23488,5615,1,0,0,-7688.07,-4645.4,9.62679,5.52934,300,300,15,0,2219,1253,0,1), + (23489,5615,1,0,0,-7562.11,-4263.42,9.00176,1.59611,300,300,15,0,2219,1253,0,1), + (23490,5615,1,0,0,-7681.03,-4612.35,9.20227,1.26401,300,300,15,0,2219,1253,0,1), + (23491,5615,1,0,0,-7596.2,-4585.4,9.13815,1.25664,300,300,0,0,2219,1253,0,0), + (23492,5615,1,0,0,-7577.27,-4713.79,10.4227,0.370859,300,300,30,0,2219,1253,0,1), + (23493,5615,1,0,0,-7553.31,-4710.83,10.4689,2.13039,300,300,15,0,2219,1253,0,1), + (23494,7408,1,0,0,-7183.48,-3840.23,8.80531,3.92699,300,300,0,0,2471,0,0,0), + (23495,5616,1,0,0,-7299,-4607.96,8.56191,1.39794,300,300,5,0,1919,0,0,1), + (23496,5616,1,0,0,-7381.99,-4608.66,9.58844,0.596025,300,300,15,0,1919,0,0,2), + (23497,5616,1,0,0,-7257.62,-4544.47,9.1494,2.11274,300,300,15,0,1919,0,0,1), + (23498,5616,1,0,0,-7407.29,-4592.71,8.96928,0.191683,300,300,0,0,1919,0,0,0), + (23499,5616,1,0,0,-6952.48,-4356.11,11.4354,4.89172,300,300,10,0,1919,0,0,1), + (23500,5616,1,0,0,-7305.61,-4621.26,8.86079,4.68108,300,300,5,0,1919,0,0,1), + (23501,5616,1,0,0,-7304.35,-4604.55,8.48579,6.16752,300,300,5,0,1919,0,0,2), + (23502,5616,1,0,0,-7387.71,-4557.04,11.0705,1.73426,300,300,5,0,1919,0,0,1), + (23503,5616,1,0,0,-7213.31,-4629.97,8.97864,2.80608,300,300,0,0,1919,0,0,0), + (23504,5616,1,0,0,-6983.85,-4344.27,10.2888,2.35651,300,300,5,0,1919,0,0,1), + (23505,5616,1,0,0,-6919.89,-4413.27,11.3425,1.19031,300,300,10,0,1919,0,0,1), + (23506,5616,1,0,0,-7408.62,-4712.06,9.20164,1.34328,300,300,30,0,1919,0,0,1), + (23507,5616,1,0,0,-7386.43,-4729.27,9.23899,0.281744,300,300,0,0,1919,0,0,0), + (23508,5057,1,0,0,-3938.95,-2881.77,46.4864,4.78725,360,360,5,0,1542,0,0,1), + (23509,5616,1,0,0,-6952.23,-4290.61,9.42344,5.73588,300,300,5,0,1919,0,0,1), + (23510,5616,1,0,0,-6919.79,-4380.21,11.5911,2.15923,300,300,10,0,1919,0,0,1), + (23511,5616,1,0,0,-7396.27,-4603.09,9.40812,4.80623,300,300,15,0,1919,0,0,1), + (23512,5085,1,0,0,-3475.72,-4115.67,17.0591,3.08986,360,360,1,0,2284,0,0,1), + (23513,5616,1,0,0,-6922.39,-4349.26,11.2177,3.62128,300,300,10,0,1919,0,0,1), + (23514,5616,1,0,0,-7291.17,-4554.87,9.62676,3.10486,300,300,5,0,1919,0,0,1), + (23515,5616,1,0,0,-6949.57,-4383.63,9.97904,1.70122,300,300,10,0,1919,0,0,1), + (23516,5616,1,0,0,-7382.23,-4590.9,9.14744,5.3012,300,300,15,0,1919,0,0,1), + (23517,5616,1,0,0,-7411.57,-4616.26,10.9756,5.08006,300,300,15,0,1919,0,0,1), + (23518,5616,1,0,0,-7236.4,-4631.24,9.29846,3.74096,300,300,15,0,1919,0,0,1), + (23519,5616,1,0,0,-7319.44,-4618.22,8.86079,5.36538,300,300,5,0,1919,0,0,1), + (23520,5616,1,0,0,-7218.59,-4645.01,9.24926,0.946282,300,300,15,0,1919,0,0,1), + (23521,5616,1,0,0,-7409.34,-4584.32,8.84428,2.68959,300,300,0,0,1919,0,0,0), + (23522,5617,1,0,0,-7505.98,-4494.89,10.5305,2.25801,300,300,10,0,1374,3471,0,1), + (23523,5617,1,0,0,-7687.93,-4253.95,9.52736,1.3463,300,300,5,0,1374,3471,0,1), + (23524,5617,1,0,0,-7580.81,-4290.78,9.9502,3.20997,300,300,5,0,1374,3471,0,1), + (23525,5617,1,0,0,-7489.71,-4496.05,8.76972,5.05699,300,300,5,0,1374,3471,0,1), + (23526,5617,1,0,0,-7687.62,-4421.67,10.6339,0.607378,300,300,5,0,1374,3471,0,1), + (23527,5617,1,0,0,-7457.48,-4479.91,9.34721,4.57844,300,300,15,0,1374,3471,0,1), + (23528,5617,1,0,0,-7682.09,-4268.51,9.00635,4.47916,300,300,0,0,1374,3471,0,0), + (23529,5617,1,0,0,-7585.22,-4351.76,9.62832,4.54451,300,300,5,0,1374,3471,0,1), + (23530,5617,1,0,0,-7534.18,-4756.18,10.7875,0.147319,300,300,5,0,1374,3471,0,1), + (23531,5617,1,0,0,-7524.2,-4284.77,10.5812,3.68253,300,300,5,0,1374,3471,0,1), + (23532,5617,1,0,0,-7414.01,-4411.96,11.3294,2.68014,300,300,5,0,1374,3471,0,1), + (23533,5617,1,0,0,-7562.88,-4751.53,9.03752,1.17886,300,300,0,0,1374,3471,0,0), + (23534,5617,1,0,0,-7371.6,-4413.23,9.82945,0.212104,300,300,5,0,1374,3471,0,1), + (23535,5617,1,0,0,-7656.03,-4414.69,9.84137,0.711204,300,300,5,0,1374,3471,0,1), + (23536,5617,1,0,0,-7690.05,-4275.74,9.13135,0.437604,300,300,0,0,1374,3471,0,0), + (23537,5617,1,0,0,-7384.03,-4382.66,11.5306,4.25139,300,300,5,0,1374,3471,0,1), + (23538,5617,1,0,0,-7574.58,-4734.26,9.04788,4.8369,300,300,0,0,1374,3471,0,0), + (23539,5617,1,0,0,-7678.13,-4720.98,9.00176,3.06668,300,300,15,0,1374,3471,0,1), + (23540,5617,1,0,0,-7620.4,-4614.94,9.63613,1.10198,300,300,5,0,1374,3471,0,1), + (23541,5617,1,0,0,-7584.18,-4251.74,9.37676,3.2119,300,300,5,0,1374,3471,0,1), + (23542,5617,1,0,0,-7693.51,-4714.76,9.00176,1.98043,300,300,0,0,1374,3471,0,0), + (23543,4352,1,0,0,-2617.75,-3589.34,46.6479,2.13064,360,360,3,0,1469,0,0,1), + (23544,5617,1,0,0,-7713.69,-4718.54,9.63405,1.34239,300,300,15,0,1374,3471,0,1), + (23545,5617,1,0,0,-7744.56,-4617.91,9.45769,3.82601,300,300,15,0,1374,3471,0,1), + (23546,5617,1,0,0,-7485.01,-4514.21,10.54,0.10103,300,300,5,0,1374,3471,0,1), + (23547,5618,1,0,0,-7011.46,-4317.52,10.6665,0.436827,300,300,5,0,1951,0,0,2), + (23548,5618,1,0,0,-7215.89,-4617.47,8.96779,3.31613,300,300,0,0,1951,0,0,0), + (23549,5618,1,0,0,-7311.4,-4627.6,8.86581,1.52159,300,300,5,0,1951,0,0,1), + (23550,5618,1,0,0,-7351.86,-4746.29,9.96276,0.50753,300,300,15,0,1951,0,0,1), + (23551,5618,1,0,0,-7014.06,-4387.13,9.35742,4.43396,300,300,5,0,1951,0,0,1), + (23552,5618,1,0,0,-7244.73,-4620.39,8.70166,3.32242,300,300,15,0,1951,0,0,1), + (23553,5618,1,0,0,-6955.21,-4417.71,11.0779,5.11861,300,300,5,0,1951,0,0,1), + (23554,5618,1,0,0,-7225.02,-4593.96,9.00209,3.7161,300,300,5,0,1951,0,0,2), + (23555,5618,1,0,0,-7275.84,-4542.53,9.00176,5.49016,300,300,10,0,1951,0,0,1), + (23556,5618,1,0,0,-7410.04,-4548.58,10.8202,1.16122,300,300,5,0,1951,0,0,1), + (23557,5618,1,0,0,-7378.89,-4712.7,10.989,4.54611,300,300,15,0,1951,0,0,1), + (23558,5618,1,0,0,-6987.99,-4413.14,9.6483,1.64907,300,300,10,0,1951,0,0,1), + (23559,5618,1,0,0,-7444.27,-4606.74,10.6268,2.33249,300,300,5,0,1951,0,0,1), + (23560,9460,1,0,0,-7167.6,-3753.85,8.7466,5.48033,300,300,0,0,12652,0,0,0), + (23561,9460,1,0,0,-7090.98,-3805,8.48084,6.24828,300,300,0,0,12652,0,0,0), + (23562,9460,1,0,0,-7123.47,-3830.11,8.55465,1.71042,300,300,0,0,12652,0,0,0), + (23563,9460,1,0,0,-7213.47,-3798.36,-1.09943,4.69494,300,300,0,0,12652,0,0,0), + (23564,9460,1,0,0,-7148.07,-3741.06,8.46664,4.74729,300,300,0,0,12652,0,0,0), + (23565,9460,1,0,0,-7229.52,-3742.9,8.7448,4.76475,300,300,0,0,12652,0,0,0), + (23566,9460,1,0,0,-7038.49,-3776.05,10.7877,6.19592,300,300,0,0,12652,0,0,0), + (23567,9460,1,0,0,-7087.09,-3749.61,9.29695,0.034907,300,300,0,0,12652,0,0,0), + (23568,9460,1,0,0,-7229.86,-3813.74,-1.0413,1.09956,300,300,0,0,12652,0,0,0), + (23569,9460,1,0,0,-7227.73,-3732.87,8.4948,1.41372,300,300,0,0,12652,0,0,0), + (23570,9460,1,0,0,-7164.54,-3821.5,8.4948,0.212967,300,300,0,0,12652,0,0,2), + (23571,9460,1,0,0,-7213.97,-3768.1,8.48,2.74017,300,300,0,0,12652,0,0,0), + (23572,9460,1,0,0,-7200.18,-3739.69,8.45314,2.51327,300,300,0,0,12652,0,0,0), + (23573,9460,1,0,0,-7213.45,-3809.33,-1.0982,1.5708,300,300,0,0,12652,0,0,0), + (23574,9460,1,0,0,-7140.48,-3744.86,8.47013,3.59832,300,300,0,0,12652,0,0,2), + (23575,9460,1,0,0,-7117.93,-3817.55,8.49441,4.30303,300,300,0,0,12652,0,0,2), + (23576,9460,1,0,0,-7176.23,-3724.3,9.72969,5.72468,300,300,0,0,12652,0,0,0), + (23577,9460,1,0,0,-7051.75,-3773.56,10.3111,3.29867,300,300,0,0,12652,0,0,0), + (23578,9460,1,0,0,-7118.18,-3797,8.45483,6.05629,300,300,0,0,12652,0,0,0), + (23579,9460,1,0,0,-7116.29,-3788.09,8.62598,6.00393,300,300,0,0,12652,0,0,0), + (23580,9460,1,0,0,-7198.14,-3832.93,8.6443,1.5708,300,300,0,0,12652,0,0,0), + (23581,9460,1,0,0,-7122.72,-3739.28,8.45657,4.08407,300,300,0,0,12652,0,0,0), + (23582,9460,1,0,0,-7129.04,-3812.14,8.83357,0.212294,300,300,0,0,12652,0,0,0), + (23583,9460,1,0,0,-7160.74,-3797.41,9.44767,3.52556,300,300,0,0,12652,0,0,0), + (23584,9460,1,0,0,-7169.41,-3838.63,8.80454,5.93412,300,300,0,0,12652,0,0,0), + (23585,9460,1,0,0,-7087,-3760.49,9.01153,0.139626,300,300,0,0,12652,0,0,0), + (23586,9460,1,0,0,-7112.63,-3745.44,8.45643,0.133449,300,300,0,0,12652,0,0,0), + (23587,9460,1,0,0,-7229.47,-3794.09,-1.0413,4.95674,300,300,0,0,12652,0,0,0), + (23588,9460,1,0,0,-7188.92,-3812.56,9.33811,0.715585,300,300,0,0,12652,0,0,0), + (23589,9460,1,0,0,-7195.42,-3731.07,8.49529,2.56563,300,300,0,0,12652,0,0,0), + (23590,9460,1,0,0,-7199.79,-3822.66,8.64427,4.55531,300,300,0,0,12652,0,0,0), + (23591,9460,1,0,0,-7137.37,-3829.95,8.49283,1.41372,300,300,0,0,12652,0,0,0), + (23592,9460,1,0,0,-7156.38,-3856.49,8.86513,1.50098,300,300,0,0,12652,0,0,0), + (23593,9460,1,0,0,-7088.3,-3793.14,8.52044,6.17846,300,300,0,0,12652,0,0,0), + (23594,9460,1,0,0,-7104.22,-3755.5,8.46345,6.24518,300,300,0,0,12652,0,0,2), + (23595,9460,1,0,0,-7218.02,-3778.69,8.51177,2.82743,300,300,0,0,12652,0,0,0), + (23596,9460,1,0,0,-7194.5,-3757.52,8.77217,5.8294,300,300,0,0,12652,0,0,0), + (23598,5623,1,0,0,-7548.53,-4739,9.28752,1.77863,300,300,0,0,2212,0,0,0), + (23599,5623,1,0,0,-7715.47,-4286.88,9.22232,3.17122,300,300,5,0,2212,0,0,2), + (23600,5623,1,0,0,-7549.67,-4272.18,8.97106,3.01942,300,300,0,0,2212,0,0,0), + (23601,5623,1,0,0,-7381.92,-4404.84,9.32945,0.453924,300,300,5,0,2212,0,0,1), + (23602,5623,1,0,0,-7551.95,-4285.7,9.62676,4.90614,300,300,5,0,2212,0,0,1), + (23603,5623,1,0,0,-7648.17,-4394.84,10.6981,0.46627,300,300,30,0,2212,0,0,1), + (23604,5623,1,0,0,-7596,-4365.08,9.75332,1.8193,300,300,5,0,2212,0,0,1), + (23605,5623,1,0,0,-7713.64,-4619.74,9.00177,3.11701,300,300,0,0,2212,0,0,0), + (23606,5623,1,0,0,-7713.8,-4632.02,9.00177,2.42727,300,300,0,0,2212,0,0,0), + (23607,5623,1,0,0,-7707.1,-4635.52,9.00177,2.23559,300,300,0,0,2212,0,0,0), + (23608,5623,1,0,0,-7618.08,-4718.55,9.17177,0.028416,300,300,15,0,2212,0,0,2), + (23609,5623,1,0,0,-7597.54,-4257.24,10.4849,6.2287,300,300,5,0,2212,0,0,1), + (23610,5623,1,0,0,-7716.18,-4683.41,8.95518,2.09562,300,300,5,0,2212,0,0,1), + (23611,5431,1,0,0,-9990.49,-4302.49,1.01852,4.57713,300,300,15,0,2577,0,0,1), + (23612,5431,1,0,0,-10277,-3987.47,0.617273,3.35309,300,300,15,0,2577,0,0,1), + (23613,5431,1,0,0,-9897.58,-3520.74,-9.81933,3.60112,300,300,0,0,2577,0,0,0), + (23614,5431,1,0,0,-10083.9,-3658.21,0.675373,4.60913,300,300,15,0,2577,0,0,1), + (23616,5431,1,0,0,-10038.6,-3681.49,3.64147,6.19907,300,300,15,0,2577,0,0,1), + (23617,5431,1,0,0,-9891.88,-3583.84,0.760197,3.46554,300,300,15,0,2577,0,0,1), + (23618,5431,1,0,0,-10030,-4168.2,6.63691,0.946456,300,300,15,0,2577,0,0,1), + (23619,5431,1,0,0,-9884.21,-4316.43,2.46723,0.278798,300,300,15,0,2577,0,0,1), + (23620,5431,1,0,0,-10211.2,-3990.6,3.2655,4.14388,300,300,15,0,2577,0,0,1), + (23622,5431,1,0,0,-10368.8,-3982.85,-3.18977,3.18809,300,300,15,0,2577,0,0,1), + (23635,5432,1,0,0,-9628,-4404,0.569,1.831,430,430,15,0,6702,0,0,1), + (23624,5431,1,0,0,-9950.41,-3580.95,0.045267,1.55957,300,300,15,0,2577,0,0,1), + (23625,5431,1,0,0,-10371.3,-3959.73,-2.95587,5.70927,300,300,15,0,2577,0,0,1), + (23626,5431,1,0,0,-9837.25,-4379.41,0.601197,5.22715,300,300,15,0,2577,0,0,1), + (23627,5431,1,0,0,-10150.5,-3741.85,1.35871,1.62163,300,300,15,0,2577,0,0,1), + (23651,5432,1,0,0,-9718,-4372,5.972,3.225,430,430,15,0,6702,0,0,1), + (23629,5431,1,0,0,-9621.07,-4445.08,-13.407,0.585295,300,300,15,0,2577,0,0,1), + (23630,5432,1,0,0,-9754,-4453,0.569,4.148,430,430,15,0,6702,0,0,1), + (23631,5431,1,0,0,-10098.8,-3576.98,-5.65266,2.90652,300,300,15,0,2577,0,0,1), + (23632,5431,1,0,0,-9792.78,-4460.41,-5.43944,4.11962,300,300,15,0,2577,0,0,1), + (23633,5431,1,0,0,-10173,-3907.35,2.44608,1.69903,300,300,15,0,2577,0,0,1), + (23634,5431,1,0,0,-10286.5,-4061.65,-1.96816,2.99243,300,300,15,0,2577,0,0,1), + (23640,5432,1,0,0,-9836,-4304,8.469,1.723,430,430,15,0,6702,0,0,1), + (23636,5431,1,0,0,-10324.3,-4022.91,0.393806,1.39968,300,300,15,0,2577,0,0,1), + (23637,5431,1,0,0,-10152,-3763.23,2.94318,1.49657,300,300,15,0,2577,0,0,1), + (23638,5431,1,0,0,-10262.9,-3959.55,1.19411,3.18967,300,300,15,0,2577,0,0,1), + (23639,5431,1,0,0,-10321.4,-3962.29,0.134792,1.82911,300,300,15,0,2577,0,0,1), + (23677,5432,1,0,0,-9855,-3556,0.715,2.209,430,430,15,0,6702,0,0,1), + (23641,5431,1,0,0,-10157.4,-4200.05,0.403711,0.673215,300,300,15,0,2577,0,0,1), + (23681,5432,1,0,0,-9855,-3637,11.177,6.259,430,430,15,0,6702,0,0,1), + (23643,5431,1,0,0,-9985.99,-4358.27,-2.30612,4.14723,300,300,15,0,2577,0,0,1), + (23644,5431,1,0,0,-9941.9,-3518.02,-8.99614,6.17873,300,300,15,0,2577,0,0,1), + (23645,5431,1,0,0,-10146.3,-3658.57,-4.86029,4.96921,300,300,15,0,2577,0,0,1), + (23646,5431,1,0,0,-9771.39,-4435.14,0.725296,4.9438,300,300,15,0,2577,0,0,1), + (23647,5431,1,0,0,-9923.25,-3612.75,5.95944,2.36172,300,300,15,0,2577,0,0,1), + (23648,5431,1,0,0,-10222.3,-3905.42,0.694111,3.45699,300,300,15,0,2577,0,0,1), + (23649,5431,1,0,0,-10045.4,-3547.63,-9.02222,0.147937,300,300,15,0,2577,0,0,1), + (23650,5431,1,0,0,-10175.5,-3678.56,-7.29731,0.627178,300,300,15,0,2577,0,0,1), + (23615,5432,1,0,0,-9944,-4370,0.551,3.518,430,430,15,0,6702,0,0,1), + (23652,5431,1,0,0,-10093.2,-3715.24,6.90698,4.4188,300,300,15,0,2577,0,0,1), + (23653,5432,1,0,0,-9989,-4221,6.916,1.987,430,430,15,0,6702,0,0,1), + (23654,5431,1,0,0,-10159.5,-4223.35,-4.24808,6.04752,300,300,15,0,2577,0,0,1), + (23655,5431,1,0,0,-10208.5,-4108.18,0.612276,1.17406,300,300,15,0,2577,0,0,1), + (23656,5431,1,0,0,-10150.6,-4252.01,-1.61146,3.18677,300,300,15,0,2577,0,0,1), + (23657,5431,1,0,0,-10139.5,-4140.72,2.03873,3.83158,300,300,15,0,2577,0,0,1), + (23658,5431,1,0,0,-10150.6,-3584.22,-8.35665,3.74682,300,300,15,0,2577,0,0,1), + (23691,5432,1,0,0,-10007,-3596,0.59,1.329,430,430,15,0,6702,0,0,1), + (23628,5432,1,0,0,-10021,-3726,7.162,0.37,430,430,15,0,6702,0,0,1), + (23661,5431,1,0,0,-9783.65,-4375.38,1.95146,0.963215,300,300,15,0,2577,0,0,1), + (23662,5431,1,0,0,-9767.8,-4349.34,3.77408,0.116841,300,300,15,0,2577,0,0,1), + (23663,5431,1,0,0,-9980.57,-3549.72,-4.59971,0.098673,300,300,15,0,2577,0,0,1), + (23664,5431,1,0,0,-10054.8,-4218.33,3.15429,3.25185,300,300,15,0,2577,0,0,1), + (23665,5431,1,0,0,-10116.7,-3668.65,-0.431777,3.19438,300,300,15,0,2577,0,0,1), + (23666,5431,1,0,0,-10183.5,-4057.55,0.942126,4.27669,300,300,15,0,2577,0,0,1), + (23667,5431,1,0,0,-10225.3,-4040.84,0.910205,2.90889,300,300,15,0,2577,0,0,1), + (23668,5431,1,0,0,-10318.8,-3870.38,0.804426,1.60594,300,300,15,0,2577,0,0,1), + (23669,5431,1,0,0,-9915.45,-3546.1,-7.01602,0.355911,300,300,15,0,2577,0,0,1), + (23670,5431,1,0,0,-9852.61,-4419.98,-3.54258,1.71247,300,300,15,0,2577,0,0,1), + (23671,5431,1,0,0,-10214.1,-3860.6,1.6958,4.49966,300,300,15,0,2577,0,0,1), + (23672,5431,1,0,0,-10349.2,-3915.09,0.301611,0.633572,300,300,15,0,2577,0,0,1), + (23673,5431,1,0,0,-10021.2,-4238.89,4.9851,4.67211,300,300,15,0,2577,0,0,1), + (23674,5431,1,0,0,-10378.9,-3885.6,-0.25328,6.11836,300,300,15,0,2577,0,0,1), + (23675,5431,1,0,0,-9797.01,-3616,9.35339,0.94066,300,300,15,0,2577,0,0,1), + (23676,5431,1,0,0,-10018.9,-3515.41,-9.02222,0.147719,300,300,15,0,2577,0,0,1), + (23659,5432,1,0,0,-10100,-4246,0.558,3.181,430,430,15,0,6702,0,0,1), + (23678,5431,1,0,0,-10118.9,-4153.37,3.38069,5.30296,300,300,15,0,2577,0,0,1), + (23679,5431,1,0,0,-10169.9,-4134,0.497738,0.015346,300,300,15,0,2577,0,0,1), + (23680,5431,1,0,0,-10164.6,-3825.81,1.5617,0.506632,300,300,15,0,2577,0,0,1), + (23623,5432,1,0,0,-10103,-3846,5.825,0.791,430,430,15,0,6702,0,0,1), + (23682,5431,1,0,0,-9863.07,-4398.77,-1.93578,5.73603,300,300,15,0,2577,0,0,1), + (23703,5432,1,0,0,-10145,-3699,0.151,1.476,430,430,15,0,6702,0,0,1), + (23684,5431,1,0,0,-10220.2,-3783.68,-0.102465,1.55274,300,300,15,0,2577,0,0,1), + (23685,5431,1,0,0,-10038.5,-3614.84,-0.031478,0.131133,300,300,0,0,2577,0,0,0), + (23686,5431,1,0,0,-10229.9,-3752.49,-1.41643,3.10255,300,300,15,0,2577,0,0,1), + (23687,5431,1,0,0,-9667.87,-4371.85,3.80526,2.12898,300,300,15,0,2577,0,0,1), + (23688,5431,1,0,0,-10118.1,-3614.4,-0.58101,1.93146,300,300,15,0,2577,0,0,1), + (23689,5431,1,0,0,-10118.4,-3775.2,4.96983,0.650929,300,300,15,0,2577,0,0,1), + (23690,5431,1,0,0,-9847.7,-3620.66,9.33789,4.99149,300,300,15,0,2577,0,0,1), + (23642,5432,1,0,0,-10200,-3943,3.372,1.621,430,430,15,0,6702,0,0,1), + (23621,5432,1,0,0,-10254,-4093,0.567,3.711,430,430,4,0,6702,0,0,1), + (23693,5431,1,0,0,-10350.5,-3856.04,-0.580707,4.73582,300,300,15,0,2577,0,0,1), + (23694,5431,1,0,0,-10148.4,-3849.47,2.14211,1.79737,300,300,15,0,2577,0,0,1), + (23695,5431,1,0,0,-10293.1,-3823.06,0.617751,1.939,300,300,15,0,2577,0,0,1), + (23692,5432,1,0,0,-10257,-3874,2.209,2.441,430,430,4,0,6702,0,0,1), + (23697,5431,1,0,0,-10286,-3912.18,1.25917,5.40092,300,300,15,0,2577,0,0,1), + (23698,5431,1,0,0,-9645.45,-4417.41,-0.361045,0.440051,300,300,15,0,2577,0,0,1), + (23699,5431,1,0,0,-10051.3,-4286.3,0.14474,4.59412,300,300,15,0,2577,0,0,1), + (23700,5431,1,0,0,-9685.38,-4449.26,-0.811311,2.01958,300,300,15,0,2577,0,0,1), + (23701,5431,1,0,0,-9716.14,-4418.66,1.18829,1.73607,300,300,15,0,2577,0,0,1), + (23702,5431,1,0,0,-10022.9,-4318.15,-2.59952,3.68533,300,300,0,0,2577,0,0,0), + (23660,5432,1,0,0,-10260,-3792,0.569,2.841,430,430,4,0,6702,0,0,1), + (23704,5431,1,0,0,-9949.16,-4316.22,1.75047,0.699903,300,300,15,0,2577,0,0,1), + (23705,5431,1,0,0,-9914.97,-4349.42,0.991653,6.11457,300,300,15,0,2577,0,0,1), + (23706,9997,1,0,0,-6176.27,-1080.49,-203.81,5.61996,300,300,0,0,2192,2861,0,0), + (23707,9998,1,0,0,-6252.45,-1103.26,-218.343,4.20624,300,300,0,0,2471,0,0,0), + (23708,9999,1,0,0,-7196.18,-1387.11,-231.449,3.33358,300,300,0,0,3986,0,0,0), + (23709,9496,1,0,0,-8009.21,-1298.49,-321.279,5.88822,300,300,0,0,160,0,0,0), + (23711,8737,1,0,0,-6166.44,-1118.99,-213.341,3.94444,300,300,0,0,2471,0,0,0), + (23712,10541,1,0,0,-7328.53,-1462.65,-241.072,4.92183,300,300,0,0,42,0,0,0), + (23713,10541,1,0,0,-7163.64,-1148.67,-265.202,5.89921,300,300,0,0,42,0,0,0), + (23714,10541,1,0,0,-7140.5,-1465.97,-240.86,1.58825,300,300,0,0,42,0,0,0), + (23715,10541,1,0,0,-7282.31,-1245.81,-246.847,0.575959,300,300,0,0,42,0,0,0), + (23716,10541,1,0,0,-7092.4,-1305.86,-186.075,5.46288,300,300,0,0,42,0,0,0), + (23717,9270,1,0,0,-6142.71,-1092.69,-200.187,3.08923,300,300,0,0,3294,0,0,0), + (23718,9271,1,0,0,-6145.24,-1090.56,-200.204,3.59538,300,300,0,0,2972,0,0,0), + (23719,9272,1,0,0,-6149.73,-1076.11,-198.908,4.41568,300,300,0,0,2972,0,0,0), + (23720,9273,1,0,0,-6145.33,-1083.39,-198.468,3.87463,300,300,0,0,3077,0,0,0), + (23721,9274,1,0,0,-6143.46,-1081,-198.122,3.47321,300,300,0,0,2972,0,0,0), + (23722,10302,1,0,0,-7210.81,-610.991,-269.081,1.65806,300,300,0,0,3857,0,0,0), + (23723,10583,1,0,0,-6110.54,-1140.35,-186.866,3.59538,600,600,0,0,4100,0,0,0), + (23724,2914,1,0,0,-7517.7,-1117.06,-272.024,1.32105,300,300,30,0,8,0,0,1), + (23725,2914,1,0,0,-7789.69,-1212.82,-267.067,4.63217,300,300,30,0,8,0,0,1), + (23726,2914,1,0,0,-7754.53,-1475.43,-271.883,2.1756,300,300,30,0,8,0,0,1), + (23727,2914,1,0,0,-6784.22,-1403.51,-265.358,5.34377,300,300,5,0,8,0,0,1), + (23728,2914,1,0,0,-7018.64,-863.395,-269.372,0.548457,300,300,5,0,8,0,0,1), + (23729,2914,1,0,0,-7047.91,-514.739,-274.992,2.27684,300,300,5,0,8,0,0,1), + (23730,2914,1,0,0,-6668.05,-1943.11,-270.036,0.37362,300,300,5,0,8,0,0,1), + (23731,2914,1,0,0,-8085.24,-1219.18,-268.284,4.30992,300,300,0,0,8,0,0,0), + (23732,2914,1,0,0,-6680.83,-617.397,-269.569,2.45629,300,300,5,0,8,0,0,1), + (23733,2914,1,0,0,-6599.8,-1177.52,-262.531,4.1884,300,300,5,0,8,0,0,1), + (23734,2914,1,0,0,-7060.06,-2272.55,-270.111,4.66546,300,300,5,0,8,0,0,1), + (23735,2914,1,0,0,-6449.8,-1705.22,-273.456,1.84561,300,300,5,0,8,0,0,1), + (23736,2914,1,0,0,-6717.74,-1529.87,-272.097,0.948967,300,300,5,0,8,0,0,1), + (23737,2914,1,0,0,-6414.71,-1348.58,-272.04,2.62856,300,300,30,0,8,0,0,1), + (23738,2914,1,0,0,-7508.96,-2240.28,-269.547,5.00453,300,300,0,0,8,0,0,0), + (23739,2914,1,0,0,-6758.5,-2018.69,-272.008,0.17005,300,300,5,0,8,0,0,1), + (23740,2914,1,0,0,-6516.67,-983.334,-270.798,4.24879,300,300,30,0,8,0,0,1), + (24172,6498,1,0,0,-6518.34,-746.972,-270.235,3.25922,600,600,0,0,7599,0,0,2), + (23742,2914,1,0,0,-6917.88,-764.393,-272.004,4.90248,300,300,5,0,8,0,0,1), + (23743,6499,1,0,0,-7489.71,-1586.38,-274.98,6.21458,600,600,5,0,7599,0,0,2), + (23744,6500,1,0,0,-7256.7,-2093.35,-272.442,2.83219,600,600,0,0,7599,0,0,0), + (23745,6500,1,0,0,-7464.14,-1321.6,-271.473,5.32128,600,600,5,0,7599,0,0,2), + (23746,6501,1,0,0,-7750.15,-816.723,-272.097,1.97114,600,600,15,0,7113,0,0,1), + (23747,6501,1,0,0,-7810.47,-780.746,-268.123,1.93939,600,600,15,0,7113,0,0,1), + (23748,6501,1,0,0,-7752.45,-591.914,-268.394,2.99997,600,600,5,0,7113,0,0,1), + (23749,6501,1,0,0,-7878.4,-588.631,-261.349,5.59471,600,600,15,0,7113,0,0,1), + (23750,6501,1,0,0,-7685.71,-908.784,-269.627,4.6431,600,600,30,0,7113,0,0,1), + (23751,6501,1,0,0,-7883.97,-986.222,-268.451,0.950228,600,600,5,0,7113,0,0,1), + (23752,6501,1,0,0,-7755.63,-981.329,-271.967,4.07988,600,600,30,0,7113,0,0,1), + (23753,6501,1,0,0,-7883.9,-844.427,-271.936,1.80049,600,600,30,0,7113,0,0,1), + (23754,6501,1,0,0,-7484.97,-577.591,-274.141,0.252672,600,600,15,0,7113,0,0,1), + (23755,6501,1,0,0,-7544.18,-909.071,-273.13,0.888119,600,600,5,0,7113,0,0,1), + (23756,6501,1,0,0,-7620.96,-448.693,-271.573,2.5298,600,600,5,0,7113,0,0,2), + (23757,6501,1,0,0,-7623.98,-577.967,-261.453,3.91691,600,600,15,0,7113,0,0,1), + (23758,6501,1,0,0,-7558.34,-512.938,-267.461,0.6607,600,600,15,0,7113,0,0,1), + (23759,6502,1,0,0,-7869.94,-714.45,-261.313,0.133067,600,600,15,0,7113,0,0,1), + (23760,6502,1,0,0,-7405.84,-516.902,-277.69,6.23878,600,600,30,0,7113,0,0,1), + (23761,6502,1,0,0,-7476.64,-860.848,-269.498,5.94654,600,600,5,0,7113,0,0,1), + (23762,6502,1,0,0,-7624.32,-732.294,-260.647,3.93187,600,600,15,0,7113,0,0,1), + (23763,6502,1,0,0,-7623.98,-855.494,-269.524,4.05991,600,600,5,0,7113,0,0,1), + (23764,6502,1,0,0,-7491.04,-724.362,-262.87,3.57498,600,600,5,0,7113,0,0,1), + (23765,6502,1,0,0,-7420.49,-918.51,-268.919,5.93541,600,600,5,0,7113,0,0,1), + (23766,6503,1,0,0,-7808.61,-661.921,-259.373,3.47198,600,600,30,0,7359,0,0,1), + (23767,6503,1,0,0,-7957.15,-906.921,-273.593,2.69542,600,600,30,0,7359,0,0,1), + (23768,6503,1,0,0,-7675.46,-785.427,-271.148,3.15722,600,600,15,0,7359,0,0,1), + (23769,6504,1,0,0,-7668.14,-531.44,-271.472,5.12183,600,600,5,0,7578,0,0,1), + (23770,6504,1,0,0,-7750.26,-737.308,-262.415,0.03124,600,600,15,0,7578,0,0,1), + (23771,6505,1,0,0,-7717.79,-1674.13,-270.941,4.84572,300,300,15,0,2681,0,0,1), + (23772,6505,1,0,0,-7939.71,-1625.5,-273.192,5.44942,300,300,15,0,2681,0,0,1), + (23773,6505,1,0,0,-7869.45,-1589.07,-262.719,2.83591,300,300,15,0,2681,0,0,1), + (23774,6505,1,0,0,-7842.78,-1624.8,-266.616,4.70116,300,300,15,0,2681,0,0,1), + (23775,6505,1,0,0,-7903.18,-1612.8,-270.738,1.27721,300,300,15,0,2681,0,0,1), + (23776,6505,1,0,0,-7474.13,-1830.26,-272.097,0.488157,300,300,5,0,2681,0,0,1), + (23777,6505,1,0,0,-7611.46,-1792.71,-265.016,5.58613,300,300,5,0,2681,0,0,1), + (23778,6505,1,0,0,-7461.61,-1877.95,-272.12,1.95821,300,300,15,0,2681,0,0,1), + (23779,6505,1,0,0,-7579.8,-1877.25,-271.554,1.46899,300,300,5,0,2681,0,0,1), + (23780,6505,1,0,0,-7837.13,-1737.56,-272.143,5.85661,300,300,15,0,2681,0,0,1), + (23781,6505,1,0,0,-7798.13,-1840.41,-272.063,1.28119,300,300,15,0,2681,0,0,1), + (23782,6505,1,0,0,-7847.86,-1785.5,-272.229,3.07901,300,300,5,0,2681,0,0,1), + (23783,6505,1,0,0,-7945.97,-1818.87,-270.452,3.23926,300,300,10,0,2681,0,0,1), + (23784,6505,1,0,0,-7978.98,-1725.3,-273.593,3.73037,300,300,15,0,2681,0,0,1), + (23785,6505,1,0,0,-7860.11,-1777.2,-271.854,0.83293,300,300,15,0,2681,0,0,1), + (23786,6505,1,0,0,-7894.21,-1708.89,-274.212,2.84709,300,300,15,0,2681,0,0,1), + (23787,6505,1,0,0,-8019.15,-1756.37,-271.325,6.22064,300,300,10,0,2681,0,0,1), + (23788,6505,1,0,0,-7917.05,-1864.29,-272.031,4.84765,300,300,10,0,2681,0,0,1), + (23789,6505,1,0,0,-7877.54,-1835.15,-273.788,1.94078,300,300,15,0,2681,0,0,1), + (23790,6505,1,0,0,-7518.55,-1946.8,-270.835,6.03035,300,300,15,0,2681,0,0,1), + (23791,6505,1,0,0,-7491.12,-1923.86,-271.866,3.98611,300,300,15,0,2681,0,0,1), + (23792,6505,1,0,0,-7630.32,-1987.41,-272.089,1.67652,300,300,5,0,2681,0,0,1), + (23793,6505,1,0,0,-7586.82,-1954.39,-269.433,3.96787,300,300,3,0,2681,0,0,1), + (23794,6505,1,0,0,-7476.65,-1991.13,-272.167,5.04177,300,300,15,0,2681,0,0,1), + (23795,6505,1,0,0,-7451.66,-1963.42,-272.015,1.28981,300,300,15,0,2681,0,0,1), + (23796,6505,1,0,0,-7746.23,-1969.62,-271.582,3.59799,300,300,15,0,2681,0,0,1), + (23797,6505,1,0,0,-7720.32,-1876.08,-272.067,3.37865,300,300,15,0,2681,0,0,1), + (23798,6505,1,0,0,-7742.53,-1782.43,-271.672,0.109579,300,300,15,0,2681,0,0,1), + (23799,6505,1,0,0,-7824.34,-1713,-271.759,2.89488,300,300,15,0,2681,0,0,1), + (23800,6505,1,0,0,-7760.53,-1741.09,-272.123,3.77007,300,300,15,0,2681,0,0,1), + (23801,6505,1,0,0,-7809.77,-1655.61,-270.161,2.92543,300,300,15,0,2681,0,0,1), + (23802,6505,1,0,0,-7619.76,-1711.96,-271.671,3.0076,300,300,10,0,2681,0,0,1), + (23803,6505,1,0,0,-7686.39,-1711.91,-270.593,5.93451,300,300,15,0,2681,0,0,1), + (23804,6505,1,0,0,-7985.99,-1739.04,-273.968,5.49851,300,300,15,0,2681,0,0,1), + (23805,6505,1,0,0,-7979.99,-1679.12,-269.708,0.94249,300,300,15,0,2681,0,0,1), + (23806,6505,1,0,0,-7781.31,-1962.91,-272.098,4.68854,300,300,15,0,2681,0,0,1), + (23807,6505,1,0,0,-7601.14,-1802.69,-264.112,2.53247,300,300,5,0,2681,0,0,1), + (23808,6505,1,0,0,-7815.48,-1985.14,-271.595,5.7744,300,300,15,0,2681,0,0,1), + (23809,6506,1,0,0,-7920.99,-1670.9,-272.666,2.39652,300,300,15,0,2779,0,0,1), + (23810,6506,1,0,0,-7820.28,-1857.19,-271.813,3.5007,300,300,15,0,2779,0,0,1), + (23811,6506,1,0,0,-7745.59,-1836.84,-272.584,3.62602,300,300,5,0,2779,0,0,1), + (23812,6506,1,0,0,-7512.57,-1820.49,-272.355,4.03653,300,300,5,0,2779,0,0,1), + (23813,6506,1,0,0,-7544.44,-1852.16,-271.242,5.3065,300,300,5,0,2779,0,0,1), + (23814,6506,1,0,0,-7893.27,-1812.84,-272.995,2.22746,300,300,15,0,2779,0,0,1), + (23815,6506,1,0,0,-7909.42,-1735.13,-270.945,1.40726,300,300,15,0,2779,0,0,1), + (23816,6506,1,0,0,-7967.87,-1670.23,-270.708,1.62092,300,300,15,0,2779,0,0,1), + (23817,6506,1,0,0,-7885.6,-1920.56,-270.598,3.13964,300,300,15,0,2779,0,0,1), + (23818,6506,1,0,0,-7492.45,-1853.57,-271.696,1.9575,300,300,5,0,2779,0,0,1), + (23819,6506,1,0,0,-7644.31,-1925.33,-269.351,1.35238,300,300,15,0,2779,0,0,1), + (23820,6506,1,0,0,-7645.11,-1918.5,-270.308,3.3183,300,300,15,0,2779,0,0,1), + (23821,6506,1,0,0,-7908.42,-1979.66,-271.915,2.98166,300,300,15,0,2779,0,0,1), + (23822,6506,1,0,0,-7765.77,-1967.54,-272.29,0.18432,300,300,15,0,2779,0,0,1), + (23823,6506,1,0,0,-7721.12,-1937.29,-270.812,0.861432,300,300,15,0,2779,0,0,1), + (23824,6506,1,0,0,-7784.39,-1687.57,-271.161,2.55175,300,300,15,0,2779,0,0,1), + (23825,6506,1,0,0,-7839.16,-1681.54,-270.912,0.516965,300,300,10,0,2779,0,0,1), + (23826,6506,1,0,0,-7778.12,-1719.05,-271.065,2.55522,300,300,15,0,2779,0,0,1), + (23827,6506,1,0,0,-7602.59,-1748,-272.621,0.141069,300,300,5,0,2779,0,0,1), + (23828,6506,1,0,0,-7715.18,-1746.92,-270.691,2.86688,300,300,15,0,2779,0,0,1), + (23829,6506,1,0,0,-7950.58,-1778.22,-274.59,1.71882,300,300,15,0,2779,0,0,1), + (23830,6507,1,0,0,-7202.31,-1826.11,-274.07,2.36448,300,300,15,0,2779,0,0,1), + (23831,6507,1,0,0,-7249.03,-1815.72,-272.887,1.13075,300,300,15,0,2779,0,0,1), + (23832,6507,1,0,0,-7318.03,-1784.86,-274.637,0.177574,300,300,15,0,2779,0,0,1), + (23833,6507,1,0,0,-7321.53,-1818.71,-273.754,5.36028,300,300,15,0,2779,0,0,1), + (23834,6507,1,0,0,-7422.53,-1783.42,-271.19,4.5238,300,300,5,0,2779,0,0,1), + (23835,6507,1,0,0,-7413.43,-1845.42,-271.936,1.73817,300,300,5,0,2779,0,0,1), + (23836,6507,1,0,0,-7146.04,-1836.71,-271.626,1.07272,300,300,15,0,2779,0,0,1), + (23837,6507,1,0,0,-7177.8,-1899.56,-271.309,5.86537,300,300,30,0,2779,0,0,1), + (23838,6507,1,0,0,-7243.3,-1922.48,-271.706,2.28487,300,300,15,0,2779,0,0,1), + (23839,6507,1,0,0,-7213.12,-1965.05,-272.28,1.70193,300,300,10,0,2779,0,0,1), + (23840,6507,1,0,0,-7319.93,-2007.59,-270.999,4.20367,300,300,5,0,2779,0,0,1), + (23841,6507,1,0,0,-7080.86,-1981.56,-270.474,0.108078,300,300,5,0,2779,0,0,1), + (23842,6507,1,0,0,-7152.69,-1929.25,-271.144,0.43114,300,300,15,0,2779,0,0,1), + (23843,6507,1,0,0,-7192.94,-2040.48,-271.591,2.33935,300,300,10,0,2779,0,0,1), + (23844,6507,1,0,0,-7270.77,-2068.54,-271.618,4.59288,300,300,15,0,2779,0,0,1), + (23845,6507,1,0,0,-7215.42,-2153.1,-271.376,0.147473,300,300,10,0,2779,0,0,1), + (23846,6507,1,0,0,-7415.99,-2076.38,-272.134,1.82479,300,300,5,0,2779,0,0,1), + (23847,6507,1,0,0,-7350.24,-2043.63,-271.983,1.75746,300,300,10,0,2779,0,0,1), + (23848,6507,1,0,0,-7378.86,-1950.75,-271.12,5.88163,300,300,5,0,2779,0,0,1), + (23849,6508,1,0,0,-7085.31,-2079.43,-268.269,0.262528,300,300,15,0,2880,0,0,1), + (23850,6508,1,0,0,-7211.84,-1851.3,-271.245,4.1233,300,300,15,0,2880,0,0,1), + (23851,6508,1,0,0,-7280.65,-1786.03,-278.059,2.22875,300,300,15,0,2880,0,0,1), + (23852,6508,1,0,0,-7212.9,-1776.5,-276.994,0.782956,300,300,15,0,2880,0,0,1), + (23853,6508,1,0,0,-7281.04,-2045.89,-270.914,2.24828,300,300,15,0,2880,0,0,1), + (23854,6508,1,0,0,-7121.37,-1888.57,-272.097,1.11902,300,300,15,0,2880,0,0,1), + (23855,6508,1,0,0,-7177.57,-1851.9,-273.151,4.64612,300,300,15,0,2880,0,0,1), + (23856,6508,1,0,0,-7188.71,-1896.24,-270.559,2.53089,300,300,30,0,2880,0,0,1), + (23857,6508,1,0,0,-7269.39,-1963.16,-272.949,2.65532,300,300,5,0,2880,0,0,1), + (23858,6508,1,0,0,-7346.93,-1992.42,-268.931,3.23349,300,300,10,0,2880,0,0,1), + (23859,6508,1,0,0,-7295.05,-1984.15,-270.639,1.7276,300,300,5,0,2880,0,0,1), + (23860,6508,1,0,0,-7177.13,-1940.31,-272.071,1.70624,300,300,30,0,2880,0,0,1), + (23861,6508,1,0,0,-7250.76,-2087.03,-272.221,6.06607,300,300,15,0,2880,0,0,1), + (23862,6508,1,0,0,-7284,-2114.57,-272.698,5.79,300,300,15,0,2880,0,0,1), + (23863,6508,1,0,0,-7185.21,-1974.67,-271.874,2.09416,300,300,15,0,2880,0,0,1), + (23864,6508,1,0,0,-7214.33,-2068.3,-270.485,4.00189,300,300,5,0,2880,0,0,1), + (23865,6508,1,0,0,-7207.87,-2122.88,-272.017,2.7759,300,300,10,0,2880,0,0,1), + (23866,6508,1,0,0,-7285.82,-2088.64,-270.797,6.20857,300,300,15,0,2880,0,0,1), + (23867,6508,1,0,0,-7205.24,-2152.41,-270.625,3.28872,300,300,5,0,2880,0,0,1), + (23868,6508,1,0,0,-7384.04,-2025.6,-271.518,6.05629,300,300,10,0,2880,0,0,1), + (23869,6508,1,0,0,-7449.27,-2079.91,-272.091,1.46063,300,300,5,0,2880,0,0,1), + (23870,6508,1,0,0,-7483.21,-2114.33,-272.361,1.93208,300,300,5,0,2880,0,0,1), + (23871,6509,1,0,0,-7068.96,-2243.02,-271.473,0.218457,300,300,5,0,2681,0,0,1), + (23872,6509,1,0,0,-7687.72,-2187.12,-266.292,3.8174,300,300,5,0,2681,0,0,1), + (23873,6509,1,0,0,-6980.94,-2254.93,-273.316,2.74875,300,300,5,0,2681,0,0,1), + (23874,6509,1,0,0,-6943.93,-2241.28,-272.166,5.28539,300,300,10,0,2681,0,0,1), + (23875,6509,1,0,0,-6745.43,-1800.03,-268.391,1.4554,300,300,5,0,2681,0,0,1), + (23876,6509,1,0,0,-6617.64,-1884.36,-272.356,1.71193,300,300,30,0,2681,0,0,1), + (23877,6509,1,0,0,-6646.42,-1967.56,-271.884,1.39216,300,300,30,0,2681,0,0,1), + (23878,6509,1,0,0,-6747.58,-1900.98,-271.879,1.83379,300,300,30,0,2681,0,0,1), + (23879,6509,1,0,0,-6819.84,-2020.45,-272.097,6.26264,300,300,5,0,2681,0,0,1), + (23880,6509,1,0,0,-6784.35,-1564.31,-271.503,1.7138,300,300,15,0,2681,0,0,1), + (23881,6509,1,0,0,-6724.93,-1853.77,-271.036,2.97099,300,300,30,0,2681,0,0,1), + (23882,6509,1,0,0,-6652.84,-1891.64,-270.972,4.92289,300,300,30,0,2681,0,0,1), + (23883,6509,1,0,0,-6869.73,-1682.87,-271.525,3.3888,300,300,5,0,2681,0,0,1), + (23884,6509,1,0,0,-6750.27,-1974.93,-270.73,4.90481,300,300,5,0,2681,0,0,1), + (23885,6509,1,0,0,-6791.79,-1907.19,-271.307,2.41967,300,300,30,0,2681,0,0,1), + (23886,6509,1,0,0,-6508.1,-2088.35,-268.222,1.03979,300,300,5,0,2681,0,0,1), + (23887,6509,1,0,0,-6568.64,-1977.52,-270.385,2.55359,300,300,15,0,2681,0,0,1), + (23888,6509,1,0,0,-7109.62,-2174.65,-267.61,1.20807,300,300,5,0,2681,0,0,1), + (23889,6509,1,0,0,-6723.48,-2131.45,-271.54,1.4651,300,300,15,0,2681,0,0,1), + (23890,6509,1,0,0,-6667.22,-2076.5,-271.993,6.23233,300,300,15,0,2681,0,0,1), + (23891,6509,1,0,0,-6521.06,-2040.59,-272.097,1.97743,300,300,5,0,2681,0,0,1), + (23892,6509,1,0,0,-6839.86,-2186.52,-270.39,4.63429,300,300,15,0,2681,0,0,1), + (23893,6509,1,0,0,-6700.26,-2017.5,-268.479,3.30642,300,300,5,0,2681,0,0,1), + (23894,6509,1,0,0,-6493.43,-1998.6,-272.165,0.466936,300,300,5,0,2681,0,0,1), + (23895,6509,1,0,0,-6978.49,-1711.92,-271.539,0.79649,300,300,5,0,2681,0,0,1), + (23896,6509,1,0,0,-6710,-1944.18,-272.097,0.718573,300,300,30,0,2681,0,0,1), + (23897,6509,1,0,0,-6919.73,-1785.22,-268.471,3.33358,300,300,0,0,2681,0,0,0), + (23898,6510,1,0,0,-7082.96,-1683.83,-275.932,2.18166,300,300,0,0,2980,0,0,0), + (23899,6510,1,0,0,-7543.27,-1707.92,-273.602,3.91403,300,300,15,0,2980,0,0,1), + (23900,6510,1,0,0,-7451.79,-1088.6,-271.16,1.14616,300,300,15,0,2980,0,0,1), + (23901,6510,1,0,0,-7556.32,-1418.93,-272.544,4.29417,300,300,15,0,2980,0,0,1), + (23902,6510,1,0,0,-7481.54,-1311.74,-271.827,4.45812,300,300,15,0,2980,0,0,1), + (23903,6510,1,0,0,-7718.36,-1120.08,-271.347,1.36541,300,300,30,0,2980,0,0,1), + (23904,6510,1,0,0,-7656.22,-1373.94,-270.177,4.64011,300,300,5,0,2980,0,0,1), + (23905,6510,1,0,0,-7483.39,-1250.88,-268.688,0.899635,300,300,15,0,2980,0,0,1), + (23906,6510,1,0,0,-7785.28,-1597.19,-271.09,3.89351,300,300,10,0,2980,0,0,1), + (23907,6510,1,0,0,-7712.66,-1436.78,-269.012,2.84354,300,300,15,0,2980,0,0,1), + (23908,6510,1,0,0,-7752.77,-1495.28,-271.731,1.4947,300,300,30,0,2980,0,0,1), + (23909,6510,1,0,0,-7546.44,-1343.14,-270.757,2.0171,300,300,5,0,2980,0,0,1), + (23910,6510,1,0,0,-7945.2,-1546.7,-272.247,2.91787,300,300,15,0,2980,0,0,1), + (23911,6510,1,0,0,-7492.95,-1411.82,-265.912,2.37503,300,300,5,0,2980,0,0,1), + (23912,6510,1,0,0,-7639.97,-1252.42,-265.469,1.16959,300,300,5,0,2980,0,0,1), + (23913,6510,1,0,0,-7708.95,-1294.11,-268.585,2.43458,300,300,5,0,2980,0,0,1), + (23914,6510,1,0,0,-7573.27,-1317.04,-271.519,1.25522,300,300,5,0,2980,0,0,1), + (23915,6510,1,0,0,-7508.55,-1429.82,-268.339,2.12353,300,300,15,0,2980,0,0,1), + (23916,6510,1,0,0,-7311.54,-1592.18,-271.92,2.82622,300,300,5,0,2980,0,0,1), + (23917,6510,1,0,0,-8031.56,-1646.25,-271.265,3.19633,300,300,10,0,2980,0,0,1), + (23918,6510,1,0,0,-6876.37,-1128.12,-271.799,5.49996,300,300,5,0,2980,0,0,1), + (23919,6510,1,0,0,-7664.11,-1189.61,-269.208,3.96415,300,300,5,0,2980,0,0,1), + (23920,6510,1,0,0,-7077.05,-1650.7,-271.115,3.12404,300,300,15,0,2980,0,0,1), + (23921,6510,1,0,0,-7191.91,-1582.62,-265.544,3.92423,300,300,5,0,2980,0,0,1), + (23922,6510,1,0,0,-6680.75,-1569.34,-272.097,5.52849,300,300,15,0,2980,0,0,1), + (23923,6510,1,0,0,-7112.81,-1602.83,-271.521,0.54023,300,300,15,0,2980,0,0,1), + (23924,6510,1,0,0,-7450.56,-1367.24,-267.996,2.14372,300,300,5,0,2980,0,0,1), + (23925,6510,1,0,0,-6718.19,-1541.53,-272.097,1.48363,300,300,5,0,2980,0,0,1), + (23926,6510,1,0,0,-6588.6,-1550.14,-271.074,1.61968,300,300,5,0,2980,0,0,1), + (23927,6510,1,0,0,-6600.38,-1589.51,-271.832,3.17953,300,300,5,0,2980,0,0,1), + (23928,6510,1,0,0,-7488.32,-1545.33,-273.053,0.284691,300,300,5,0,2980,0,0,1), + (23929,6510,1,0,0,-6675.2,-1084.65,-271.266,3.13573,300,300,5,0,2980,0,0,1), + (23930,6510,1,0,0,-7474.33,-1680.95,-282.316,1.13511,300,300,15,0,2980,0,0,1), + (23931,6510,1,0,0,-7356.48,-1723.96,-272.162,3.61223,300,300,5,0,2980,0,0,1), + (23932,6510,1,0,0,-7012.34,-1779.81,-270.511,6.24609,300,300,5,0,2980,0,0,1), + (23933,6510,1,0,0,-6514.84,-1183.67,-271.114,1.82762,300,300,15,0,2980,0,0,1), + (23934,6510,1,0,0,-6989.89,-1673.75,-272.136,3.34924,300,300,5,0,2980,0,0,1), + (23935,6510,1,0,0,-6646.96,-1237.44,-272.097,5.1589,300,300,5,0,2980,0,0,1), + (23936,6510,1,0,0,-7660.03,-1574.24,-272.097,0.60599,300,300,30,0,2980,0,0,1), + (23937,6510,1,0,0,-6632.9,-1116.65,-264.704,5.59195,300,300,30,0,2980,0,0,1), + (23938,6510,1,0,0,-6595.12,-1089.74,-271.384,0.514304,300,300,30,0,2980,0,0,1), + (23939,6510,1,0,0,-7400.68,-1681.85,-276.73,1.15079,300,300,15,0,2980,0,0,1), + (23940,6510,1,0,0,-6352.17,-1556.58,-271.471,1.41916,300,300,15,0,2980,0,0,1), + (23941,6510,1,0,0,-7172.56,-1736.17,-276.743,2.22446,300,300,15,0,2980,0,0,1), + (23942,6510,1,0,0,-7264.63,-1631.81,-270.901,0.824053,300,300,5,0,2980,0,0,1), + (23943,6510,1,0,0,-6392.35,-1633.16,-271.847,1.77666,300,300,15,0,2980,0,0,1), + (23944,6510,1,0,0,-7612.35,-1505.96,-264.512,2.42258,300,300,5,0,2980,0,0,1), + (23945,6510,1,0,0,-7302.62,-1713.49,-271.931,0.171561,300,300,5,0,2980,0,0,1), + (23946,6510,1,0,0,-6734.08,-1456.81,-270.997,5.84137,300,300,30,0,2980,0,0,1), + (23947,6510,1,0,0,-7026.07,-1902.23,-272.925,4.4987,300,300,5,0,2980,0,0,1), + (23948,6510,1,0,0,-7617.3,-1616.91,-272.097,4.91013,300,300,5,0,2980,0,0,1), + (23949,6510,1,0,0,-6547.51,-1567.47,-271.943,4.65397,300,300,5,0,2980,0,0,1), + (23950,6510,1,0,0,-7616.99,-1150.82,-272.159,4.84765,300,300,5,0,2980,0,0,1), + (23951,6510,1,0,0,-7650.45,-1185.55,-268.588,4.83456,300,300,0,0,2980,0,0,0), + (23952,6510,1,0,0,-6519.31,-1548.64,-271.414,2.01085,300,300,5,0,2980,0,0,1), + (23953,6510,1,0,0,-6304.19,-1471.67,-269.383,0.478662,300,300,10,0,2980,0,0,1), + (23954,6510,1,0,0,-6375.55,-1582.74,-271.972,5.03465,300,300,15,0,2980,0,0,1), + (23955,6510,1,0,0,-6456.16,-1624.6,-273.782,4.34241,300,300,5,0,2980,0,0,1), + (23956,6510,1,0,0,-6456.62,-1685,-273.585,4.74753,300,300,5,0,2980,0,0,1), + (23957,6510,1,0,0,-6720.46,-1117.26,-272.097,3.26554,300,300,5,0,2980,0,0,1), + (23958,6510,1,0,0,-6817.82,-1346.32,-272.097,1.3895,300,300,15,0,2980,0,0,1), + (23959,6510,1,0,0,-6682.91,-1146.89,-268.908,1.28471,300,300,30,0,2980,0,0,1), + (23960,6510,1,0,0,-7113.14,-1700.94,-271.111,4.87914,300,300,15,0,2980,0,0,1), + (23961,6510,1,0,0,-6325.13,-1391.86,-266.877,2.25223,300,300,10,0,2980,0,0,1), + (23962,6510,1,0,0,-6332.16,-1441.35,-267.942,3.80504,300,300,10,0,2980,0,0,1), + (23963,6233,90,0,0,-639.608,353.948,-255.521,1.41372,7200,7200,3,0,2559,0,0,1), + (23964,6511,1,0,0,-7218.66,-2211.98,-272.016,4.81727,300,300,10,0,2779,0,0,1), + (23965,12375,1,0,0,-3846.23,-4391.04,10.2746,5.51524,360,360,0,0,42,0,0,0), + (23966,620,1,0,0,-3731.39,-4462.01,26.8537,3.53623,360,360,10,0,1,0,0,1), + (23967,6511,1,0,0,-6646.36,-1727.75,-271.945,2.86103,300,300,15,0,2779,0,0,1), + (23968,6511,1,0,0,-7544.81,-2117.19,-271.171,5.05331,300,300,5,0,2779,0,0,1), + (23969,6511,1,0,0,-7589.91,-2080.58,-271.891,1.94611,300,300,5,0,2779,0,0,1), + (23970,6511,1,0,0,-7045.67,-2227.21,-269.529,2.32408,300,300,5,0,2779,0,0,1), + (23971,6511,1,0,0,-6919.77,-2150.18,-273.577,3.4587,300,300,30,0,2779,0,0,1), + (23972,6511,1,0,0,-7079.23,-2278.7,-268.825,2.07207,300,300,5,0,2779,0,0,1), + (23973,6511,1,0,0,-6977.55,-2166.8,-270.599,1.27747,300,300,5,0,2779,0,0,1), + (23974,6511,1,0,0,-6580.79,-2016.96,-270.829,4.51193,300,300,15,0,2779,0,0,1), + (23975,6511,1,0,0,-6689.63,-1858.95,-271.19,2.10387,300,300,30,0,2779,0,0,1), + (23976,6511,1,0,0,-6650.07,-2081.54,-271.493,1.0889,300,300,15,0,2779,0,0,1), + (23977,6511,1,0,0,-6824.74,-1952.47,-270.939,3.75786,300,300,30,0,2779,0,0,1), + (23978,6511,1,0,0,-6789.75,-1824.7,-271.847,2.56231,300,300,5,0,2779,0,0,1), + (23979,6511,1,0,0,-6887.54,-1553.15,-271.977,3.52552,300,300,15,0,2779,0,0,1), + (23980,6511,1,0,0,-6854.13,-1561.97,-267.927,4.60475,300,300,15,0,2779,0,0,1), + (23981,6511,1,0,0,-6808.67,-1697.36,-272.191,3.64717,300,300,15,0,2779,0,0,1), + (23982,6511,1,0,0,-6753.82,-2029.09,-271.801,1.56533,300,300,5,0,2779,0,0,1), + (23983,6511,1,0,0,-6837.14,-1656.04,-271.804,3.40219,300,300,5,0,2779,0,0,1), + (23984,6511,1,0,0,-6963.25,-1703.21,-271.551,2.26898,300,300,5,0,2779,0,0,1), + (23985,6511,1,0,0,-7044.49,-1818.26,-272.246,2.81662,300,300,5,0,2779,0,0,1), + (23986,6511,1,0,0,-6881.82,-1611.27,-271.717,1.96544,300,300,5,0,2779,0,0,1), + (23987,6511,1,0,0,-6796.15,-1973.89,-271.499,1.49852,300,300,5,0,2779,0,0,1), + (23988,6511,1,0,0,-6947.54,-1696.87,-271.975,4.74365,300,300,5,0,2779,0,0,1), + (23989,6511,1,0,0,-7122.95,-2244.02,-268.858,2.58432,300,300,5,0,2779,0,0,1), + (23990,6511,1,0,0,-6612.1,-1946.14,-272.148,2.39517,300,300,15,0,2779,0,0,1), + (23991,6511,1,0,0,-6853.17,-1926.99,-271.255,5.87983,300,300,30,0,2779,0,0,1), + (23992,6511,1,0,0,-6471.85,-2027.9,-270.741,6.18133,300,300,5,0,2779,0,0,1), + (23993,6511,1,0,0,-7150.89,-2282.38,-267.96,5.17866,300,300,5,0,2779,0,0,1), + (23994,6511,1,0,0,-6935.29,-2091.91,-271.216,5.41221,300,300,15,0,2779,0,0,1), + (23995,6511,1,0,0,-6709.83,-1999.2,-270.472,1.62944,300,300,5,0,2779,0,0,1), + (23996,6511,1,0,0,-6536.59,-2038.39,-271.915,4.45677,300,300,15,0,2779,0,0,1), + (23997,6511,1,0,0,-6749.33,-2086.29,-271.848,4.58141,300,300,15,0,2779,0,0,1), + (23998,6511,1,0,0,-6897.2,-2155.92,-269.877,3.06137,300,300,15,0,2779,0,0,1), + (23999,6511,1,0,0,-6925,-1941.67,-270.661,4.44868,300,300,30,0,2779,0,0,1), + (24000,6512,1,0,0,-7373,-556.336,-275.379,1.69047,300,300,5,0,3082,0,0,1), + (24001,6512,1,0,0,-6668.23,-667.188,-269.786,0.928463,300,300,5,0,3082,0,0,1), + (24002,6512,1,0,0,-7646.54,-460.15,-270.013,0.33547,300,300,5,0,3082,0,0,1), + (24003,6512,1,0,0,-7592.58,-604.901,-257.586,2.05586,300,300,15,0,3082,0,0,1), + (24004,6512,1,0,0,-7857.48,-700.131,-257.256,4.94442,300,300,5,0,3082,0,0,1), + (24005,6512,1,0,0,-7440.37,-555.698,-271.956,5.61268,300,300,5,0,3082,0,0,1), + (24006,6512,1,0,0,-7754.16,-659.33,-265.734,4.1569,300,300,15,0,3082,0,0,1), + (24007,6512,1,0,0,-6786.07,-523.277,-271.003,1.34732,300,300,15,0,3082,0,0,1), + (24008,6512,1,0,0,-7395.96,-390.956,-269.924,3.3681,300,300,5,0,3082,0,0,1), + (24009,6512,1,0,0,-7677.28,-709.215,-270.164,0.446949,300,300,15,0,3082,0,0,1), + (24010,6512,1,0,0,-7868.89,-606.312,-262.084,5.66974,300,300,10,0,3082,0,0,1), + (24011,6512,1,0,0,-7688.19,-834.587,-269.8,2.18493,300,300,15,0,3082,0,0,1), + (24012,6512,1,0,0,-6927.65,-537.829,-272.473,4.75633,300,300,15,0,3082,0,0,1), + (24013,6512,1,0,0,-6745.58,-610.667,-271.597,1.6331,300,300,15,0,3082,0,0,1), + (24014,14559,1,0,0,-3841.59,-4395.53,10.5345,2.32129,360,360,0,0,64,53,0,0), + (24015,5405,1,0,0,-3852.84,-4397.24,10.1201,5.41052,360,360,0,0,42,0,0,0), + (24016,1412,1,0,0,-3861.28,-4403.1,10.1287,4.63891,360,360,10,0,8,0,0,1), + (24017,6512,1,0,0,-7152.34,-1018.22,-272.097,1.52819,300,300,5,0,3082,0,0,1), + (24018,6512,1,0,0,-7118.89,-439.284,-271.222,2.18564,300,300,5,0,3082,0,0,1), + (24019,6512,1,0,0,-7044.94,-785.562,-271.678,3.84993,300,300,15,0,3082,0,0,1), + (24020,6512,1,0,0,-6971.73,-777.323,-271.034,1.13346,300,300,5,0,3082,0,0,1), + (24021,6512,1,0,0,-6817.19,-819.944,-271.688,4.50268,300,300,15,0,3082,0,0,1), + (24022,6512,1,0,0,-7514.44,-752.173,-264.548,5.65837,300,300,15,0,3082,0,0,1), + (24023,6512,1,0,0,-6971.62,-588.256,-271.315,5.33209,300,300,15,0,3082,0,0,1), + (24024,6512,1,0,0,-6968.41,-731.092,-266.986,5.34824,300,300,5,0,3082,0,0,1), + (24025,6512,1,0,0,-7058.64,-571.233,-272.663,4.56939,300,300,30,0,3082,0,0,1), + (24026,6512,1,0,0,-7246.12,-917.446,-272.23,5.32423,300,300,15,0,3082,0,0,1), + (24027,6512,1,0,0,-7148.73,-869.665,-270.162,4.64332,300,300,5,0,3082,0,0,1), + (24028,6512,1,0,0,-7031.07,-493.203,-275.601,2.88808,300,300,10,0,3082,0,0,1), + (24029,6512,1,0,0,-6911.39,-780.045,-271.722,1.08136,300,300,5,0,3082,0,0,1), + (24030,6512,1,0,0,-6522.13,-717.134,-271.443,1.37225,300,300,5,0,3082,0,0,1), + (24031,6512,1,0,0,-6545.31,-812.571,-273.074,5.98643,300,300,5,0,3082,0,0,1), + (24032,6512,1,0,0,-7344.74,-1032.06,-271.858,4.7876,300,300,15,0,3082,0,0,1), + (24033,6512,1,0,0,-7321,-918.193,-270.425,2.53774,300,300,15,0,3082,0,0,1), + (24034,6512,1,0,0,-6850.51,-737.748,-271.142,3.62007,300,300,5,0,3082,0,0,1), + (24035,6512,1,0,0,-6497.21,-681.771,-271.843,5.21847,300,300,15,0,3082,0,0,1), + (24036,6512,1,0,0,-6714.59,-921.364,-270.72,2.79029,300,300,5,0,3082,0,0,1), + (24037,6512,1,0,0,-6541.2,-957.745,-272.143,5.16397,300,300,30,0,3082,0,0,1), + (24038,6512,1,0,0,-7254.74,-385.304,-267.294,4.60484,300,300,10,0,3082,0,0,1), + (24039,6512,1,0,0,-6717.47,-773.97,-271.452,6.16784,300,300,15,0,3082,0,0,1), + (24040,6512,1,0,0,-7648.2,-817.279,-272.171,6.21311,300,300,15,0,3082,0,0,1), + (24041,6512,1,0,0,-7913.91,-781.475,-269.796,2.81984,300,300,5,0,3082,0,0,1), + (24042,6512,1,0,0,-7909.21,-971.471,-275.819,1.73562,300,300,5,0,3082,0,0,1), + (24043,6512,1,0,0,-7021.94,-1015.31,-271.762,6.24389,300,300,10,0,3082,0,0,1), + (24044,6512,1,0,0,-7033.88,-1001.56,-271.222,5.27101,300,300,5,0,3082,0,0,1), + (24045,6512,1,0,0,-6768.86,-990.151,-268.777,5.33186,300,300,5,0,3082,0,0,1), + (24046,6512,1,0,0,-7824.16,-842.182,-267.865,1.70303,300,300,30,0,3082,0,0,1), + (24047,6512,1,0,0,-6926.96,-995.928,-272.732,4.08164,300,300,15,0,3082,0,0,1), + (24048,14561,1,0,0,-3848.26,-4393.54,10.2239,5.44543,360,360,0,0,64,53,0,0), + (24049,1412,1,0,0,-3778.64,-4318.84,10.1119,3.7974,360,360,0,0,8,0,0,0), + (24050,10036,1,0,0,-3138.59,-2928.9,34.5513,1.64914,360,360,0,0,5215,0,0,2), + (24052,10036,1,0,0,-3089.62,-2821.67,34.6619,1.43117,360,360,0,0,5215,0,0,0), + (24053,6512,1,0,0,-6848.51,-929.103,-271.931,2.09212,300,300,15,0,3082,0,0,1), + (24054,6512,1,0,0,-6583.35,-985.995,-270.393,6.26558,300,300,15,0,3082,0,0,1), + (24055,6512,1,0,0,-6573.67,-907.77,-272.144,1.09865,300,300,15,0,3082,0,0,1), + (24056,6512,1,0,0,-7586.58,-687.876,-251.186,0.630231,300,300,5,0,3082,0,0,1), + (24057,6512,1,0,0,-7303.37,-975.238,-271.773,4.13845,300,300,15,0,3082,0,0,1), + (24058,6512,1,0,0,-7982.54,-880.99,-268.325,2.33967,300,300,5,0,3082,0,0,1), + (24059,6512,1,0,0,-6500.11,-925.214,-273.539,5.77628,300,300,30,0,3082,0,0,1), + (24060,6513,1,0,0,-6401.87,-2021.37,-262.978,0.745281,300,300,3,0,2980,0,0,1), + (24061,6513,1,0,0,-6328.86,-1895.59,-263.935,6.03702,300,300,3,0,2980,0,0,1), + (24062,6513,1,0,0,-6412.21,-1808.5,-270.792,5.97127,300,300,5,0,2980,0,0,1), + (24063,6513,1,0,0,-6393.32,-1774.87,-270.23,4.81833,300,300,15,0,2980,0,0,1), + (24064,6513,1,0,0,-6414.01,-1745.68,-272.593,3.80496,300,300,15,0,2980,0,0,1), + (24065,6513,1,0,0,-6379.64,-1701.56,-273.073,1.20668,300,300,10,0,2980,0,0,1), + (24066,6513,1,0,0,-6390.52,-1959.96,-259.691,6.21409,300,300,5,0,2980,0,0,1), + (24067,6514,1,0,0,-6318.32,-1921.89,-271.154,0.394706,300,300,3,0,2880,0,0,1), + (24068,6514,1,0,0,-6322.74,-2003.04,-259.831,1.62164,300,300,5,0,2880,0,0,1), + (24069,6514,1,0,0,-6356.07,-2022.5,-258.597,0.306069,300,300,3,0,2880,0,0,1), + (24070,6514,1,0,0,-6290.76,-1993.92,-264.757,2.32043,300,300,5,0,2880,0,0,1), + (24071,6514,1,0,0,-6306.32,-1972.93,-268.713,6.14949,300,300,5,0,2880,0,0,1), + (24072,6514,1,0,0,-6359.1,-1986.65,-276.222,3.07659,300,300,3,0,2880,0,0,1), + (24073,6514,1,0,0,-6451.92,-1783.8,-273.701,3.74354,300,300,30,0,2880,0,0,1), + (24074,6514,1,0,0,-6381.47,-1809.51,-265.982,1.16311,300,300,3,0,2880,0,0,1), + (24075,6514,1,0,0,-6376.59,-1879.31,-259.375,5.37883,300,300,3,0,2880,0,0,1), + (24076,6514,1,0,0,-6352.06,-1903.19,-259.249,3.62623,300,300,3,0,2880,0,0,1), + (24077,6516,1,0,0,-6316.92,-2005.26,-260.204,2.90214,300,300,3,0,3082,0,0,2), + (24078,6516,1,0,0,-6383.38,-2006.33,-270.012,4.95571,300,300,3,0,3082,0,0,1), + (24079,6516,1,0,0,-6340.41,-2011.65,-256.843,4.69172,300,300,3,0,3082,0,0,1), + (24080,6516,1,0,0,-6339.85,-1959.21,-274.156,6.0677,300,300,3,0,3082,0,0,1), + (24081,6516,1,0,0,-6376.58,-1970.12,-257.085,2.42601,300,300,0,0,3082,0,0,0), + (24082,4879,1,0,0,-3117.45,-2902,34.0738,2.3911,360,360,0,0,2471,0,0,0), + (24083,10036,1,0,0,-3113.65,-2781.3,33.8664,1.15192,360,360,0,0,5215,0,0,0), + (24084,10036,1,0,0,-3136.68,-2950.69,34.3563,4.18879,360,360,0,0,5215,0,0,0), + (24085,10036,1,0,0,-3087.77,-2859.79,34.6572,4.79965,360,360,0,0,5215,0,0,0), + (24086,13476,1,0,0,-3095.85,-2890.54,34.6661,2.37365,360,360,0,0,2766,0,0,0), + (24087,10036,1,0,0,-3129.03,-2833.78,34.1747,5.20108,360,360,0,0,5215,0,0,0), + (24088,6516,1,0,0,-6368.61,-1839.66,-259.881,2.48301,300,300,3,0,3082,0,0,1), + (24089,6516,1,0,0,-6379.92,-1866.73,-260.394,1.07428,300,300,3,0,3082,0,0,2), + (24090,6516,1,0,0,-6394,-1916.77,-262.731,5.89758,300,300,3,0,3082,0,0,1), + (24091,6516,1,0,0,-6343.42,-1947.7,-272.417,5.12046,300,300,3,0,3082,0,0,2), + (24092,6517,1,0,0,-6819.27,-1208.62,-277.012,2.34321,300,300,5,0,2946,0,0,1), + (24093,6517,1,0,0,-6708.93,-1239.1,-270.444,1.34968,300,300,15,0,2946,0,0,1), + (24094,6517,1,0,0,-6849.33,-1183.88,-271.469,3.86576,300,300,5,0,2946,0,0,1), + (24095,6517,1,0,0,-6747.13,-1281.8,-269.575,5.73196,300,300,15,0,2946,0,0,1), + (24096,6517,1,0,0,-6547.52,-1722.29,-273.964,1.60204,300,300,5,0,2946,0,0,1), + (24097,6517,1,0,0,-6529.73,-1682.45,-270.441,2.28577,300,300,5,0,2946,0,0,1), + (24098,6517,1,0,0,-6582.18,-1685.83,-270.953,1.67011,300,300,5,0,2946,0,0,1), + (24099,6517,1,0,0,-6562.6,-1854.97,-273.537,5.77933,300,300,5,0,2946,0,0,1), + (24100,6517,1,0,0,-6557.81,-1874.73,-274.064,3.59459,300,300,5,0,2946,0,0,1), + (24101,6517,1,0,0,-6790.55,-1190.82,-270.283,4.75135,300,300,5,0,2946,0,0,1), + (24102,6517,1,0,0,-6746.84,-1723.04,-278.66,1.98287,300,300,5,0,2946,0,0,1), + (24103,6517,1,0,0,-6789.57,-1754.97,-269.405,2.93197,300,300,15,0,2946,0,0,1), + (24104,6517,1,0,0,-6705.57,-1617.97,-270.666,5.69565,300,300,5,0,2946,0,0,1), + (24105,6517,1,0,0,-6740.62,-1648.96,-276.945,0.815809,300,300,15,0,2946,0,0,1), + (24106,6518,1,0,0,-6456.91,-1455.23,-279.098,0.494206,300,300,5,0,3176,0,0,1), + (24107,6518,1,0,0,-6552.17,-1484.96,-273.816,0.644234,300,300,5,0,3176,0,0,1), + (24108,6518,1,0,0,-6416.91,-1289.44,-270.294,1.06256,300,300,30,0,3176,0,0,1), + (24109,6518,1,0,0,-6377.13,-1063.99,-274.645,5.09557,300,300,5,0,3176,0,0,1), + (24110,6518,1,0,0,-6522.05,-1320.06,-272.095,4.40726,300,300,5,0,3176,0,0,1), + (24111,6518,1,0,0,-6586.68,-1382.18,-272.017,5.54086,300,300,5,0,3176,0,0,1), + (24112,6518,1,0,0,-6558.17,-1359.48,-272.158,4.73089,300,300,5,0,3176,0,0,1), + (24113,6518,1,0,0,-6616.95,-1416.21,-271.722,1.13594,300,300,5,0,3176,0,0,1), + (24114,6518,1,0,0,-6448.8,-1172.34,-273.61,3.56854,300,300,15,0,3176,0,0,1), + (24115,6518,1,0,0,-6514.16,-1053.86,-271.908,5.32152,300,300,15,0,3176,0,0,1), + (24116,6518,1,0,0,-6473.93,-1082.46,-275.542,5.08593,300,300,15,0,3176,0,0,1), + (24117,6518,1,0,0,-6450.72,-1052.44,-276.917,4.15506,300,300,15,0,3176,0,0,1), + (24118,6518,1,0,0,-6443.44,-1120.04,-272.056,5.57096,300,300,15,0,3176,0,0,1), + (24119,6518,1,0,0,-6406.28,-1082.22,-272.064,6.0979,300,300,5,0,3176,0,0,1), + (24120,6518,1,0,0,-6411.68,-1142.8,-271.033,4.14551,300,300,15,0,3176,0,0,1), + (24121,6518,1,0,0,-6492.53,-1220.53,-270.742,3.52994,300,300,15,0,3176,0,0,1), + (24122,6519,1,0,0,-6519.72,-1246.8,-280.721,6.0913,300,300,5,0,2648,1982,0,1), + (24123,6519,1,0,0,-6543.75,-1281.25,-278.763,3.98165,300,300,5,0,2648,1982,0,1), + (24124,6519,1,0,0,-6447.38,-1257.41,-277.907,0.982794,300,300,5,0,2648,1982,0,1), + (24125,6519,1,0,0,-6611.58,-1464.51,-286.48,4.43141,300,300,5,0,2648,1982,0,1), + (24126,6519,1,0,0,-6595.02,-1449.19,-280.764,5.69952,300,300,5,0,2648,1982,0,1), + (24127,6519,1,0,0,-6657.5,-1319.58,-274.759,6.01943,300,300,15,0,2648,1982,0,1), + (24128,6519,1,0,0,-6481.17,-1288.38,-273.324,0.979225,300,300,5,0,2648,1982,0,1), + (24129,6519,1,0,0,-6648.09,-1379.37,-276.131,1.99734,300,300,5,0,2648,1982,0,1), + (24130,6519,1,0,0,-6590.75,-1325.12,-275.418,3.73231,300,300,5,0,2648,1982,0,1), + (24131,6519,1,0,0,-6618.43,-1346.09,-272.727,5.83427,300,300,5,0,2648,1982,0,1), + (24132,6519,1,0,0,-6487.22,-1010.4,-275.278,2.50317,300,300,15,0,2648,1982,0,1), + (24133,6519,1,0,0,-6390.63,-1109.64,-269.398,1.96002,300,300,15,0,2648,1982,0,1), + (24134,6519,1,0,0,-6340.29,-1223.43,-268.953,5.28901,300,300,15,0,2648,1982,0,1), + (24135,6519,1,0,0,-6379.52,-1180.38,-271.652,1.285,300,300,15,0,2648,1982,0,1), + (24136,6519,1,0,0,-6348.84,-1158.43,-272.344,5.73624,300,300,15,0,2648,1982,0,1), + (24137,6519,1,0,0,-6416.52,-1214.31,-275.225,0.256826,300,300,5,0,2648,1982,0,1), + (24138,6520,1,0,0,-7294.9,-1193.18,-254.233,0.200458,300,300,5,0,2551,1982,0,1), + (24139,6520,1,0,0,-7319.38,-1463.35,-241.124,5.39442,300,300,5,0,2551,1982,0,1), + (24140,6520,1,0,0,-7239.03,-1157.92,-252.875,5.76318,300,300,5,0,2551,1982,0,1), + (24141,6520,1,0,0,-7279.55,-1218.77,-240.343,3.91437,300,300,5,0,2551,1982,0,1), + (24142,6520,1,0,0,-7280.95,-1312.79,-240.52,2.17133,300,300,5,0,2551,1982,0,1), + (24143,6520,1,0,0,-7087.3,-1199.31,-242.478,5.0929,300,300,3,0,2551,1982,0,1), + (24144,6520,1,0,0,-7094.46,-1417.75,-234.572,0.863495,300,300,5,0,2551,1982,0,1), + (24145,6520,1,0,0,-7053.18,-1307.15,-248.142,5.10268,300,300,5,0,2551,1982,0,1), + (24146,6520,1,0,0,-7171.22,-1505.37,-265.819,5.71366,300,300,5,0,2551,1982,0,1), + (24147,6520,1,0,0,-7063.3,-1452.48,-262.697,4.45927,300,300,5,0,2551,1982,0,1), + (24148,6520,1,0,0,-7069.64,-1505.92,-261.936,0.604154,300,300,5,0,2551,1982,0,1), + (24149,6520,1,0,0,-7021.45,-1419.71,-247.343,2.63431,300,300,5,0,2551,1982,0,2), + (24150,6521,1,0,0,-7162.13,-1136.59,-268.798,4.78606,300,300,5,0,3293,0,0,1), + (24151,6521,1,0,0,-7347.86,-1151.52,-274.639,0.735681,300,300,3,0,3293,0,0,1), + (24152,6521,1,0,0,-7394.89,-1522.18,-271.088,3.78856,300,300,5,0,3293,0,0,1), + (24153,6521,1,0,0,-7239.45,-1254.75,-215.959,3.45964,300,300,5,0,3293,0,0,1), + (24154,6521,1,0,0,-7185.91,-1352.12,-184.374,4.07613,300,300,5,0,3293,0,0,1), + (24155,6521,1,0,0,-7178.48,-1379.61,-184.221,2.69534,300,300,5,0,3293,0,0,1), + (24156,6521,1,0,0,-7342.65,-1275.53,-274.066,3.61778,300,300,5,0,3293,0,0,1), + (24157,6521,1,0,0,-7121.7,-1166.18,-234.748,0.557152,300,300,5,0,3293,0,0,1), + (24158,6521,1,0,0,-7160.42,-1331.25,-184.351,4.82072,300,300,5,0,3293,0,0,1), + (24159,6521,1,0,0,-7144.95,-1296.5,-184.36,5.21394,300,300,5,0,3293,0,0,1), + (24160,6521,1,0,0,-7317.35,-1383.34,-271.491,0.778083,300,300,5,0,3293,0,0,1), + (24161,6521,1,0,0,-7077.44,-1357.61,-223.61,1.72953,300,300,5,0,3293,0,0,1), + (24162,6521,1,0,0,-7052.13,-1236.85,-272.018,2.57603,300,300,5,0,3293,0,0,1), + (24163,6521,1,0,0,-7212.41,-1229.27,-209.363,4.82263,300,300,5,0,3293,0,0,1), + (24164,6521,1,0,0,-7150.83,-1260.37,-195.071,1.52967,300,300,5,0,3293,0,0,1), + (24165,6521,1,0,0,-7106.56,-1274.52,-193.747,0.859972,300,300,5,0,3293,0,0,1), + (24166,6521,1,0,0,-7106.56,-1311.51,-188.261,4.20927,300,300,5,0,3293,0,0,1), + (24167,6521,1,0,0,-7127.91,-1345.4,-193.916,1.4336,300,300,5,0,3293,0,0,1), + (24168,6521,1,0,0,-7018.43,-1419.14,-248.843,0.81004,300,300,5,0,3293,0,0,1), + (24169,6521,1,0,0,-7230.73,-1444.66,-231.322,3.3137,300,300,5,0,3293,0,0,1), + (24170,6521,1,0,0,-7243.87,-1374.66,-231.497,1.5009,300,300,5,0,3293,0,0,1), + (24171,6521,1,0,0,-7128.97,-1472.23,-243.862,5.56297,300,300,5,0,3293,0,0,1), + (24192,6527,1,0,0,-6753.71,-1212.95,-275.319,1.93375,300,300,15,0,2441,1864,0,1), + (24193,6527,1,0,0,-6857.88,-1227.71,-272.874,1.73672,300,300,15,0,2441,1864,0,1), + (24194,6527,1,0,0,-6514.67,-1844.68,-275.047,0.625925,300,300,5,0,2441,1864,0,1), + (24195,6527,1,0,0,-6802.91,-1283.96,-271.024,5.81954,300,300,15,0,2441,1864,0,1), + (24196,6527,1,0,0,-6783.65,-1263.82,-270.31,4.15773,300,300,15,0,2441,1864,0,1), + (24197,6527,1,0,0,-6722.67,-1745.83,-271.272,0.069421,300,300,5,0,2441,1864,0,1), + (24198,6527,1,0,0,-6778.48,-1685.76,-273.13,3.02617,300,300,15,0,2441,1864,0,1), + (24199,6527,1,0,0,-6714.53,-1683.38,-272.239,6.07082,300,300,5,0,2441,1864,0,1), + (24200,6527,1,0,0,-6690.21,-1645,-272.14,1.92269,300,300,5,0,2441,1864,0,1), + (24201,6527,1,0,0,-6689.28,-1282.56,-269.615,4.81222,300,300,15,0,2441,1864,0,1), + (24202,6527,1,0,0,-6556.69,-1661.12,-276.328,3.62271,300,300,5,0,2441,1864,0,1), + (24203,6527,1,0,0,-6549.13,-1814.89,-273.668,2.2927,300,300,5,0,2441,1864,0,1), + (24204,9600,1,0,0,-7071.08,-1697.4,-270.584,4.13143,300,300,5,0,1,0,0,1), + (24205,9600,1,0,0,-7951.44,-1548.78,-273.146,4.34493,300,300,30,0,1,0,0,1), + (24206,9600,1,0,0,-7315.81,-953.275,-271.362,1.25522,300,300,30,0,1,0,0,1), + (24207,9600,1,0,0,-6878.43,-621.713,-269.856,5.70927,300,300,5,0,1,0,0,1), + (24208,9600,1,0,0,-7543.33,-1437.6,-272.266,1.57861,300,300,30,0,1,0,0,1), + (24209,9600,1,0,0,-7851.07,-651.481,-260.482,1.47696,300,300,30,0,1,0,0,1), + (24210,9600,1,0,0,-7758.25,-924.64,-272.004,5.7192,300,300,30,0,1,0,0,1), + (24211,9600,1,0,0,-7609.32,-805.059,-269.36,2.3023,300,300,0,0,1,0,0,0), + (24212,9600,1,0,0,-7302.58,-1639.27,-272.439,5.22403,300,300,5,0,1,0,0,1), + (24213,9600,1,0,0,-7619.12,-616.899,-255.546,4.47238,300,300,30,0,1,0,0,1), + (24214,9600,1,0,0,-7062.51,-1690.51,-272.938,1.63445,300,300,5,0,1,0,0,1), + (24215,1420,1,0,0,-7337.14,-2254.87,-275.912,3.03652,300,300,5,0,8,0,0,1), + (24216,1420,1,0,0,-6969.46,-1112.82,-276.031,1.60331,300,300,5,0,8,0,0,1), + (24217,1420,1,0,0,-7018.69,-2024.9,-277.27,5.6119,300,300,5,0,8,0,0,1), + (24218,1420,1,0,0,-7465.05,-2195.9,-275.948,2.71028,300,300,5,0,8,0,0,1), + (24219,1420,1,0,0,-6521.48,-786.453,-270.593,5.65254,300,300,5,0,8,0,0,1), + (24220,1420,1,0,0,-7644.03,-1752.7,-274.05,1.7138,300,300,5,0,8,0,0,1), + (24221,1420,1,0,0,-6753.88,-1079.91,-276.225,3.592,300,300,5,0,8,0,0,1), + (24222,1420,1,0,0,-7028.17,-1663.49,-275.745,0.915577,300,300,5,0,8,0,0,1), + (24223,1420,1,0,0,-7561.4,-2125.93,-275.929,2.38399,300,300,5,0,8,0,0,1), + (24224,1420,1,0,0,-7763.95,-1848.47,-272.474,3.75909,300,300,5,0,8,0,0,1), + (24225,1420,1,0,0,-7767.58,-2027.95,-276.278,5.99912,300,300,5,0,8,0,0,1), + (24226,1420,1,0,0,-7160.69,-2107.7,-277.254,2.04491,300,300,5,0,8,0,0,1), + (24227,1420,1,0,0,-7419.17,-1882.49,-273.795,6.24609,300,300,5,0,8,0,0,1), + (24228,1420,1,0,0,-6995.66,-1573.08,-274.246,0.620338,300,300,5,0,8,0,0,1), + (24229,1420,1,0,0,-7101.47,-2024.69,-277.402,0.539749,300,300,5,0,8,0,0,1), + (24230,1420,1,0,0,-6580.04,-609.271,-272.03,1.01338,300,300,5,0,8,0,0,1), + (24231,1420,1,0,0,-6889.39,-1094.45,-276,0.006585,300,300,5,0,8,0,0,1), + (24232,1420,1,0,0,-7165.36,-2173.16,-275.235,1.60069,300,300,5,0,8,0,0,1), + (24233,1420,1,0,0,-7337.92,-2153.78,-274.622,3.37,300,300,5,0,8,0,0,1), + (24234,1420,1,0,0,-7032.77,-1742.27,-275.087,1.36229,300,300,5,0,8,0,0,1), + (24235,1420,1,0,0,-7326,-1937.32,-276.916,2.47387,300,300,5,0,8,0,0,1), + (24236,1420,1,0,0,-6942.53,-1288.52,-275.808,2.04055,300,300,5,0,8,0,0,1), + (24237,1420,1,0,0,-7801.38,-1886.37,-274.849,3.72689,300,300,5,0,8,0,0,1), + (24238,1420,1,0,0,-7703.38,-2056.08,-273.485,1.3481,300,300,0,0,8,0,0,0), + (24239,1420,1,0,0,-7012.11,-1136.38,-275.54,1.92157,300,300,5,0,8,0,0,1), + (24240,1420,1,0,0,-7345.43,-2092.46,-274.228,6.04673,300,300,5,0,8,0,0,1), + (24241,1420,1,0,0,-7358.33,-1818.23,-272.551,4.39054,300,300,5,0,8,0,0,1), + (24242,1420,1,0,0,-7580.97,-2027.51,-275.132,2.30782,300,300,5,0,8,0,0,1), + (24243,1420,1,0,0,-7050.11,-1862.76,-275.486,2.25928,300,300,5,0,8,0,0,1), + (24244,1420,1,0,0,-6887.87,-1457.32,-273.348,5.03043,300,300,5,0,8,0,0,1), + (24245,1420,1,0,0,-7690.51,-1927.33,-274.011,2.5563,300,300,5,0,8,0,0,1), + (24246,1420,1,0,0,-7258.42,-2011.24,-275.382,1.12025,300,300,5,0,8,0,0,1), + (24247,1420,1,0,0,-7654.81,-1841.35,-278.152,2.17992,300,300,0,0,8,0,0,0), + (24248,1420,1,0,0,-6969.55,-1860.98,-274.201,4.72383,300,300,5,0,8,0,0,1), + (24249,1420,1,0,0,-7808.81,-1938.55,-276.215,2.70175,300,300,5,0,8,0,0,1), + (24250,1420,1,0,0,-6623.46,-788.638,-276.225,2.83085,300,300,5,0,8,0,0,1), + (24251,1420,1,0,0,-6694.51,-1002.47,-271.505,5.55719,300,300,5,0,8,0,0,1), + (24252,9618,1,0,0,-6298.29,-1182.65,-269.101,3.21141,300,300,0,0,3404,0,0,0), + (24253,9619,1,0,0,-7840.34,-2117.32,-254.269,1.36136,300,300,0,0,3632,1864,0,0), + (24254,9622,1,0,0,-6276.53,-1987.97,-261.845,0.890476,300,300,0,0,3398,0,0,0), + (24255,6551,1,0,0,-7827.59,-1370.84,-271.912,1.76512,300,300,5,0,2980,0,0,1), + (24256,6551,1,0,0,-7809.95,-1456.61,-267.258,5.39998,300,300,30,0,2980,0,0,1), + (24257,6551,1,0,0,-7977.39,-1254.91,-270.043,0.548313,300,300,15,0,2980,0,0,1), + (24258,6551,1,0,0,-7985.17,-1188.11,-273.183,2.90704,300,300,15,0,2980,0,0,1), + (24259,6551,1,0,0,-7818.6,-1246.49,-265.229,4.84737,300,300,15,0,2980,0,0,1), + (24260,6551,1,0,0,-7803.89,-1182.35,-261.656,6.21675,300,300,15,0,2980,0,0,1), + (24261,6551,1,0,0,-7851.4,-1069.68,-266.088,1.35234,300,300,5,0,2980,0,0,1), + (24262,6551,1,0,0,-7840.6,-1321.97,-265.198,3.40219,300,300,5,0,2980,0,0,1), + (24263,6551,1,0,0,-7849.01,-1452.92,-266.612,0.575418,300,300,30,0,2980,0,0,1), + (24264,6551,1,0,0,-8075.29,-1392.3,-267.486,0.326074,300,300,10,0,2980,0,0,1), + (24265,6551,1,0,0,-8058.21,-1421.08,-267.784,3.61135,300,300,15,0,2980,0,0,1), + (24266,6551,1,0,0,-7986.22,-1297.94,-273.969,1.13998,300,300,5,0,2980,0,0,1), + (24267,6551,1,0,0,-7999.14,-1492.42,-271.689,3.20218,300,300,15,0,2980,0,0,1), + (24268,9623,1,0,0,-6380.13,-1970,-257.195,1.85005,300,300,0,0,2578,0,0,0), + (24269,6552,1,0,0,-7867.55,-1252.08,-269.5,2.78031,300,300,5,0,2980,0,0,1), + (24270,6552,1,0,0,-7901.94,-1115.41,-273.569,2.97869,300,300,5,0,2980,0,0,1), + (24271,6552,1,0,0,-7862.43,-1267.01,-269.485,4.1103,300,300,5,0,2980,0,0,1), + (24272,6552,1,0,0,-7916.97,-1117.68,-275.986,1.78353,300,300,5,0,2980,0,0,1), + (24273,6552,1,0,0,-7750.08,-1362.68,-271.899,4.67999,300,300,30,0,2980,0,0,1), + (24274,6552,1,0,0,-7791.62,-1362.91,-272.097,3.12635,300,300,5,0,2980,0,0,1), + (24275,6552,1,0,0,-8020.4,-1123.19,-270.481,1.67066,300,300,15,0,2980,0,0,1), + (24276,6552,1,0,0,-8058.81,-1131.1,-271.189,1.69769,300,300,15,0,2980,0,0,1), + (24277,6552,1,0,0,-8015.65,-1394.52,-271.929,4.7277,300,300,15,0,2980,0,0,1), + (24278,6552,1,0,0,-8046.14,-1217.15,-271.086,0.076173,300,300,15,0,2980,0,0,1), + (24279,6552,1,0,0,-7873.15,-1357.57,-272.773,3.6941,300,300,5,0,2980,0,0,1), + (24280,6552,1,0,0,-8053.97,-1470.06,-271.219,4.57272,300,300,15,0,2980,0,0,1), + (24281,6552,1,0,0,-8057.74,-1187.87,-271.064,5.93561,300,300,15,0,2980,0,0,1), + (24282,6552,1,0,0,-7853.1,-1213.37,-266.096,6.16375,300,300,5,0,2980,0,0,1), + (24283,6552,1,0,0,-7850.2,-1428,-267.457,1.75938,300,300,5,0,2980,0,0,1), + (24284,6552,1,0,0,-7949.96,-1118.55,-272.644,1.42637,300,300,15,0,2980,0,0,1), + (24285,6552,1,0,0,-7939.93,-1270.06,-273.408,2.12194,300,300,10,0,2980,0,0,1), + (24286,6552,1,0,0,-7830.16,-1494.52,-263.084,6.19692,300,300,15,0,2980,0,0,1), + (24287,6552,1,0,0,-7917.92,-1476.52,-268.673,5.98461,300,300,15,0,2980,0,0,1), + (24288,6552,1,0,0,-7965.79,-1403.57,-272.262,6.21128,300,300,5,0,2980,0,0,1), + (24289,6552,1,0,0,-8097.82,-1234.46,-268.912,2.8643,300,300,5,0,2980,0,0,1), + (24290,6552,1,0,0,-7964.97,-1150.39,-275.174,3.16112,300,300,15,0,2980,0,0,1), + (24291,6553,1,0,0,-7780.3,-1220.46,-267.752,5.21744,300,300,15,0,2980,0,0,1), + (24292,6553,1,0,0,-7858.88,-1142.24,-266.458,2.8464,300,300,5,0,2980,0,0,1), + (24293,6553,1,0,0,-7949.49,-1059.8,-274.9,4.96138,300,300,5,0,2980,0,0,1), + (24294,6553,1,0,0,-7950.65,-1247.93,-273.168,6.28009,300,300,15,0,2980,0,0,1), + (24295,6553,1,0,0,-7951.51,-1384.06,-273.17,6.18447,300,300,5,0,2980,0,0,1), + (24296,6553,1,0,0,-7768.18,-1398.07,-272.097,5.50758,300,300,30,0,2980,0,0,1), + (24297,6553,1,0,0,-7950.92,-1085.17,-274.827,5.66923,300,300,5,0,2980,0,0,1), + (24298,6553,1,0,0,-8039.21,-1088.6,-272.097,5.11856,300,300,5,0,2980,0,0,1), + (24299,6553,1,0,0,-7823.61,-1114.08,-260.588,2.19174,300,300,5,0,2980,0,0,1), + (24300,6553,1,0,0,-8014.08,-1045.87,-272.021,2.75884,300,300,5,0,2980,0,0,1), + (24301,6553,1,0,0,-8050.17,-1516.96,-271.337,3.20015,300,300,15,0,2980,0,0,1), + (24302,6553,1,0,0,-8014.57,-1440.97,-271.156,4.81012,300,300,15,0,2980,0,0,1), + (24303,6553,1,0,0,-7871.02,-1180.55,-268.892,4.01161,300,300,5,0,2980,0,0,1), + (24304,6553,1,0,0,-7986.2,-1200.36,-275.375,1.47696,300,300,15,0,2980,0,0,1), + (24305,6553,1,0,0,-7910.98,-1089.19,-273.313,3.36005,300,300,5,0,2980,0,0,1), + (24306,6553,1,0,0,-7750,-1150,-270.674,0.793766,300,300,15,0,2980,0,0,1), + (24307,6553,1,0,0,-8086.73,-1438.09,-267.888,1.31315,300,300,5,0,2980,0,0,1), + (24308,6553,1,0,0,-7892.72,-1392.85,-269.905,3.60262,300,300,5,0,2980,0,0,1), + (24309,6553,1,0,0,-8060.79,-1552.25,-270.543,3.25916,300,300,15,0,2980,0,0,1), + (24310,6553,1,0,0,-8056.62,-1354.96,-270.845,1.89255,300,300,10,0,2980,0,0,1), + (24311,6553,1,0,0,-8041.49,-1239.94,-324.083,3.80217,300,300,3,0,2980,0,0,1), + (24312,6553,1,0,0,-8075.91,-1183.13,-333.541,2.7437,300,300,3,0,2980,0,0,1), + (24313,6553,1,0,0,-8111.6,-1200.64,-336.83,5.4775,300,300,3,0,2980,0,0,2), + (24314,6553,1,0,0,-8067.57,-1219.11,-334.374,3.35062,300,300,3,0,2980,0,0,1), + (24315,6553,1,0,0,-7881.1,-1314.9,-276.523,3.42523,300,300,5,0,2980,0,0,1), + (24316,6553,1,0,0,-8051.28,-1316.52,-272.112,4.66152,300,300,15,0,2980,0,0,1), + (24317,6553,1,0,0,-8079.19,-1279.07,-336.108,0.80002,300,300,5,0,2980,0,0,1), + (24318,6553,1,0,0,-8010.27,-1294.35,-322.177,6.12088,300,300,5,0,2980,0,0,1), + (24319,6553,1,0,0,-8044.27,-1293.07,-329.393,2.46051,300,300,5,0,2980,0,0,1), + (24320,6553,1,0,0,-7967.84,-1314.53,-312.482,2.03318,300,300,3,0,2980,0,0,2), + (24321,6553,1,0,0,-8017.63,-1132.62,-321.148,2.3892,300,300,3,0,2980,0,0,1), + (24322,6553,1,0,0,-8075.63,-1516.85,-269.774,0.450548,300,300,10,0,2980,0,0,1), + (24324,6554,1,0,0,-8052.79,-1163.17,-332.095,3.45649,300,300,3,0,3082,0,0,1), + (24325,6554,1,0,0,-8106.08,-1229.85,-338.391,5.60942,300,300,3,0,3082,0,0,1), + (24326,6554,1,0,0,-8120.76,-1266.29,-345.209,3.38004,300,300,3,0,3082,0,0,1), + (24327,6554,1,0,0,-7931.38,-1326.08,-302.671,1.68938,300,300,5,0,3082,0,0,1), + (24328,6554,1,0,0,-8004.28,-1143.57,-319.196,0.687856,300,300,3,0,3082,0,0,1), + (24329,6554,1,0,0,-7958.4,-1095.49,-329.952,5.1382,300,300,3,0,3082,0,0,1), + (24330,6555,1,0,0,-8121.86,-1194.79,-333.798,4.4522,300,300,3,0,3082,0,0,1), + (24331,6555,1,0,0,-8154.7,-1162.08,-330.861,2.69723,300,300,3,0,3082,0,0,1), + (24332,6555,1,0,0,-8069.58,-1255.67,-332.427,4.27673,300,300,5,0,3082,0,0,1), + (24333,6555,1,0,0,-8083.94,-1205.72,-335.765,0.37011,300,300,3,0,3082,0,0,1), + (24334,6555,1,0,0,-8013.41,-1194.04,-323.394,2.73124,300,300,3,0,3082,0,0,1), + (24335,6555,1,0,0,-7989.79,-1257.14,-323.438,0.345693,300,300,5,0,3082,0,0,2), + (24336,6555,1,0,0,-8031.58,-1133.42,-315.867,4.36638,300,300,3,0,3082,0,0,1), + (24337,6555,1,0,0,-7989.12,-1094.22,-329.035,3.58053,300,300,3,0,3082,0,0,1), + (24338,6555,1,0,0,-7970.32,-1078.15,-328.748,6.11125,300,300,3,0,3082,0,0,1), + (24339,6556,1,0,0,-6593.79,-1754.75,-271.594,4.30937,300,300,5,0,2578,0,0,1), + (24340,6556,1,0,0,-6841.94,-2216.4,-272.093,0.309544,300,300,10,0,2578,0,0,1), + (24341,6556,1,0,0,-7646.64,-2154.14,-270.972,4.02215,300,300,5,0,2578,0,0,1), + (24342,6556,1,0,0,-6745.16,-2047.12,-271.957,6.24103,300,300,30,0,2578,0,0,1), + (24343,6556,1,0,0,-6880.06,-1835.55,-272.385,1.23855,300,300,5,0,2578,0,0,1), + (24344,6556,1,0,0,-7318.73,-2215.56,-271.189,4.25527,300,300,5,0,2578,0,0,1), + (24345,6556,1,0,0,-6599.15,-2086.75,-270.124,0.677486,300,300,15,0,2578,0,0,1), + (24346,6556,1,0,0,-6546.24,-1932.2,-273.311,5.87111,300,300,15,0,2578,0,0,1), + (24347,6556,1,0,0,-6939.96,-2151.63,-270.662,6.0166,300,300,5,0,2578,0,0,1), + (24348,6556,1,0,0,-6894.07,-1720.59,-271.93,4.10564,300,300,5,0,2578,0,0,1), + (24349,6556,1,0,0,-6863.86,-1978.84,-271.559,1.13771,300,300,30,0,2578,0,0,1), + (24350,6556,1,0,0,-6912.88,-1582.63,-272.306,0.445618,300,300,5,0,2578,0,0,1), + (24351,9117,1,0,0,-6033.25,-1017.56,-217.055,0.872665,300,300,0,0,3857,0,0,0), + (24352,6557,1,0,0,-7575.18,-1075.07,-268.281,1.34219,300,300,15,0,2880,0,0,1), + (24353,6557,1,0,0,-7681.62,-1616.22,-271.722,3.57039,300,300,15,0,2880,0,0,1), + (24354,6557,1,0,0,-7491.67,-1141.67,-272.53,2.37652,300,300,15,0,2880,0,0,1), + (24355,6557,1,0,0,-7609.52,-1368,-271.984,1.63922,300,300,5,0,2880,0,0,1), + (24356,6557,1,0,0,-7140.91,-1722.74,-276.919,2.3452,300,300,15,0,2880,0,0,1), + (24357,6557,1,0,0,-7230.64,-1586.4,-270.174,2.42111,300,300,5,0,2880,0,0,1), + (24358,6557,1,0,0,-7627.89,-1544.14,-270.658,4.9284,300,300,5,0,2880,0,0,1), + (24359,6557,1,0,0,-6609.17,-1221.34,-270.273,0.109579,300,300,5,0,2880,0,0,1), + (24360,6557,1,0,0,-6555.44,-1174.16,-262.516,5.27762,300,300,15,0,2880,0,0,1), + (24361,6557,1,0,0,-7710.22,-1252.12,-269.335,3.61404,300,300,5,0,2880,0,0,1), + (24362,6557,1,0,0,-7517.69,-1475.83,-270.468,0.128311,300,300,15,0,2880,0,0,1), + (24363,6557,1,0,0,-7609.08,-1111,-270.972,4.92369,300,300,15,0,2880,0,0,1), + (24364,6557,1,0,0,-7649.45,-1103.24,-271.596,3.51521,300,300,15,0,2880,0,0,1), + (24365,6557,1,0,0,-6801.67,-1359.56,-272.097,5.03416,300,300,15,0,2880,0,0,1), + (24366,6557,1,0,0,-7545.31,-1612.84,-270.973,4.46091,300,300,15,0,2880,0,0,1), + (24367,6557,1,0,0,-8013.33,-1595.8,-271.03,1.13009,300,300,5,0,2880,0,0,1), + (24368,6557,1,0,0,-7530.4,-1280.52,-271.777,2.75914,300,300,15,0,2880,0,0,1), + (24369,6557,1,0,0,-7458.4,-1741.62,-272.933,2.36448,300,300,5,0,2880,0,0,1), + (24370,6557,1,0,0,-6394.38,-891.84,-270.355,1.63091,300,300,15,0,2880,0,0,1), + (24371,6557,1,0,0,-6407,-1384.16,-268.749,2.76544,300,300,30,0,2880,0,0,1), + (24372,6557,1,0,0,-7582.89,-1382.3,-269.666,3.13964,300,300,5,0,2880,0,0,1), + (24373,6557,1,0,0,-7353.55,-1682.43,-274.366,2.84666,300,300,5,0,2880,0,0,1), + (24374,6557,1,0,0,-7707.72,-1171.22,-271.175,4.9512,300,300,30,0,2880,0,0,1), + (24375,6557,1,0,0,-7088.52,-1620.88,-272.049,1.48417,300,300,15,0,2880,0,0,1), + (24376,6557,1,0,0,-6721.3,-1361.8,-271.077,1.7089,300,300,30,0,2880,0,0,1), + (24377,6557,1,0,0,-7783.8,-1519.98,-266.721,4.53376,300,300,15,0,2880,0,0,1), + (24378,6557,1,0,0,-7599.54,-1584.56,-271.785,3.1266,300,300,15,0,2880,0,0,1), + (24379,9118,1,0,0,-6181.79,-1151.46,-210.551,0.314159,300,300,0,0,2814,0,0,0), + (24380,12959,1,0,0,-6157.44,-1067.73,-194.862,4.72984,300,300,0,0,3748,0,0,0), + (24381,6559,1,0,0,-7802.23,-607.583,-264.708,2.75361,300,300,15,0,3082,0,0,1), + (24382,6559,1,0,0,-7605.77,-554.472,-266.006,3.76752,300,300,15,0,3082,0,0,1), + (24383,6559,1,0,0,-7627.95,-525.935,-269.832,3.6046,300,300,5,0,3082,0,0,1), + (24384,6559,1,0,0,-7975.69,-858.103,-268.186,3.04432,300,300,5,0,3082,0,0,1), + (24385,6559,1,0,0,-7924.07,-615.524,-257.685,5.56693,300,300,5,0,3082,0,0,1), + (24386,6559,1,0,0,-7464.18,-519.744,-270.736,1.46394,300,300,15,0,3082,0,0,1), + (24387,6559,1,0,0,-7778.58,-814.153,-272.023,0.22166,300,300,15,0,3082,0,0,1), + (24388,6559,1,0,0,-7760.04,-773.77,-270.748,1.74558,300,300,15,0,3082,0,0,1), + (24389,6559,1,0,0,-7013.5,-891.558,-266.468,4.66547,300,300,5,0,3082,0,0,1), + (24390,6559,1,0,0,-7444.46,-879.391,-264.802,3.97108,300,300,5,0,3082,0,0,1), + (24391,6559,1,0,0,-6851.43,-510.419,-272.018,3.43272,300,300,15,0,3082,0,0,1), + (24392,6559,1,0,0,-7780.44,-894.546,-269.644,1.90738,300,300,30,0,3082,0,0,1), + (24393,6559,1,0,0,-7114.35,-985.796,-270.784,1.51021,300,300,10,0,3082,0,0,1), + (24394,6559,1,0,0,-7502.02,-693.114,-255.425,5.85446,300,300,5,0,3082,0,0,1), + (24395,6559,1,0,0,-6821.84,-696.952,-271.187,1.3244,300,300,15,0,3082,0,0,1), + (24396,6559,1,0,0,-7316.46,-1054.81,-272.043,1.12178,300,300,15,0,3082,0,0,1), + (24397,6559,1,0,0,-7355.01,-872.679,-270.079,3.06542,300,300,15,0,3082,0,0,1), + (24398,6559,1,0,0,-7191.63,-843.901,-269.792,1.00122,300,300,5,0,3082,0,0,1), + (24399,6559,1,0,0,-6845.74,-854.406,-271.386,1.6792,300,300,5,0,3082,0,0,1), + (24400,6559,1,0,0,-7558.38,-824.858,-268.909,3.98283,300,300,5,0,3082,0,0,1), + (24401,6559,1,0,0,-7109.01,-674.911,-269.862,5.68063,300,300,5,0,3082,0,0,1), + (24402,6559,1,0,0,-6490.6,-894.48,-274.189,4.89187,300,300,30,0,3082,0,0,1), + (24403,6559,1,0,0,-7120.7,-926.736,-270.738,0.982798,300,300,30,0,3082,0,0,1), + (24404,6559,1,0,0,-6975.52,-655.208,-270.597,5.90265,300,300,5,0,3082,0,0,1), + (24405,6559,1,0,0,-6964.53,-825.368,-272.097,3.56815,300,300,30,0,3082,0,0,1), + (24406,6559,1,0,0,-6991.2,-624.918,-272.097,5.2068,300,300,5,0,3082,0,0,1), + (24407,6559,1,0,0,-7088.32,-414.48,-270.074,5.21096,300,300,5,0,3082,0,0,1), + (24408,6559,1,0,0,-7609.63,-764.868,-264.45,1.63918,300,300,15,0,3082,0,0,1), + (24409,6559,1,0,0,-7499.54,-954.384,-272.105,2.92089,300,300,5,0,3082,0,0,1), + (24410,6559,1,0,0,-6667.72,-732.897,-270.65,0.21582,300,300,5,0,3082,0,0,1), + (24411,6559,1,0,0,-7912.04,-872.163,-270.987,3.70686,300,300,30,0,3082,0,0,1), + (24412,6559,1,0,0,-6775.74,-634.466,-271.583,1.2509,300,300,5,0,3082,0,0,1), + (24413,6559,1,0,0,-7548.11,-996.472,-269.803,6.28281,300,300,5,0,3082,0,0,1), + (24414,9119,1,0,0,-6204.39,-1055.46,-197.748,4.86947,300,300,0,0,3632,0,0,0), + (24415,6559,1,0,0,-6952.69,-952.151,-270.252,4.08625,300,300,5,0,3082,0,0,1), + (24416,6559,1,0,0,-7580.64,-811.813,-266.798,3.80405,300,300,5,0,3082,0,0,1), + (24417,6559,1,0,0,-6918.64,-907.655,-270.398,5.99861,300,300,5,0,3082,0,0,1), + (24418,6559,1,0,0,-7836.17,-729.456,-264.875,4.72659,300,300,5,0,3082,0,0,1), + (24419,6559,1,0,0,-6746.3,-870.119,-268.669,3.02797,300,300,5,0,3082,0,0,1), + (24420,6559,1,0,0,-7213.34,-1023.23,-271.661,5.04497,300,300,15,0,3082,0,0,1), + (24421,6559,1,0,0,-6873.47,-743.972,-272.395,0.089953,300,300,15,0,3082,0,0,1), + (24422,6559,1,0,0,-6787.71,-899.521,-270.269,2.2315,300,300,5,0,3082,0,0,1), + (24423,6559,1,0,0,-7448.5,-617.345,-271.397,6.10242,300,300,10,0,3082,0,0,1), + (24424,6559,1,0,0,-7052.23,-380.16,-269.545,2.10787,300,300,5,0,3082,0,0,1), + (24425,6560,1,0,0,-6874.85,-1459.31,-272.171,5.49764,600,600,0,0,9156,0,0,2), + (24426,6560,1,0,0,-7706.32,-2139.49,-268.401,5.41768,600,600,0,0,9156,0,0,2), + (24427,6560,1,0,0,-6925.26,-2079.8,-271.873,1.00816,600,600,0,0,9156,0,0,2), + (24428,6560,1,0,0,-7301.55,-2279.13,-267.213,6.10646,600,600,0,0,9156,0,0,2), + (24429,6560,1,0,0,-7882.65,-2083.1,-269.662,0.119557,600,600,0,0,9156,0,0,2), + (24430,9376,1,0,0,-7183.41,-1294.81,-183.114,0.942478,600,600,0,0,8097,0,0,0), + (24431,6560,1,0,0,-6744.57,-1077.55,-268.527,1.36136,600,600,0,0,9156,0,0,2), + (24432,6560,1,0,0,-6891.17,-1422.5,-271.022,0.261799,600,600,0,0,9156,0,0,2), + (24433,6581,1,0,0,-7593.43,-1773.54,-273.734,2.21355,7200,7200,0,0,2880,0,0,0), + (24434,6582,1,0,0,-8072.02,-1269.65,-330.528,2.12796,7200,7200,0,0,3293,0,0,0), + (24435,6583,1,0,0,-7829.1,-874.524,-265.79,1.93643,43200,43200,0,0,13920,0,0,0), + (24436,3000,1,0,0,-6144.07,-1098.52,-202.844,3.57792,300,300,0,0,2972,0,0,0), + (24437,6584,1,0,0,-6854.36,-772.935,-270.704,5.61868,43200,43200,5,0,61040,0,0,2), + (24438,6585,1,0,0,-6278.97,-2000.4,-263.569,0.465925,7200,7200,0,0,3188,0,0,0), + (24439,14527,1,0,0,-6980.17,-742.73,-265.75,1.62075,600,600,0,0,9298,12170,0,0), + (24440,14528,1,0,0,-6982.42,-732.96,-265.614,1.7973,600,600,0,0,9298,0,0,0), + (24441,9157,1,0,0,-6192.2,-1097.96,-214.528,2.35234,300,300,5,0,533,0,0,1), + (24442,9157,1,0,0,-6206.14,-1097.53,-216.274,1.92746,300,300,5,0,533,0,0,1), + (24443,9157,1,0,0,-6188.79,-1122.04,-217.777,5.42562,300,300,5,0,533,0,0,1), + (24444,9157,1,0,0,-6213.03,-1061.56,-197.824,5.41052,300,300,0,0,533,0,0,0), + (24445,9162,1,0,0,-6802.88,-1615.01,-271.472,0.237559,300,300,15,0,2672,0,0,1), + (24446,9162,1,0,0,-6474.33,-2073.19,-268.455,0.586376,300,300,5,0,2672,0,0,1), + (24447,9162,1,0,0,-6658.9,-2062.19,-269.872,5.14548,300,300,15,0,2672,0,0,1), + (24448,9162,1,0,0,-6717.07,-1913.1,-272.097,1.49063,300,300,30,0,2672,0,0,1), + (24449,9162,1,0,0,-6839.82,-1863.79,-271.364,5.09374,300,300,30,0,2672,0,0,1), + (24450,9162,1,0,0,-6927.18,-1712.02,-272.177,1.84459,300,300,0,0,2672,0,0,0), + (24451,9162,1,0,0,-6837.61,-1887.16,-271.204,2.99512,300,300,30,0,2672,0,0,1), + (24452,9162,1,0,0,-6617.12,-2020.71,-271.671,4.55944,300,300,15,0,2672,0,0,1), + (24453,9162,1,0,0,-6746.21,-2147.58,-271.129,0.315578,300,300,15,0,2672,0,0,1), + (24454,9162,1,0,0,-6851.33,-1787.42,-273.16,4.91476,300,300,5,0,2672,0,0,1), + (24455,9163,1,0,0,-7482.42,-1066.68,-272.733,1.46777,300,300,15,0,2980,0,0,1), + (24456,9163,1,0,0,-7688.56,-1434.38,-266.658,0.424918,300,300,5,0,2980,0,0,1), + (24457,9163,1,0,0,-7755.89,-1622.38,-271.972,5.77445,300,300,15,0,2980,0,0,1), + (24458,9163,1,0,0,-7527.49,-1441.15,-271.859,3.15526,300,300,15,0,2980,0,0,1), + (24459,9163,1,0,0,-7477.97,-1446.45,-269.096,0.910096,300,300,15,0,2980,0,0,1), + (24460,9163,1,0,0,-7949.71,-1583.14,-274.952,0.209418,300,300,30,0,2980,0,0,1), + (24461,9163,1,0,0,-7141.29,-1579.04,-271.924,1.16831,300,300,15,0,2980,0,0,1), + (24462,9163,1,0,0,-7523.39,-1389.29,-269.891,4.92703,300,300,15,0,2980,0,0,1), + (24463,9163,1,0,0,-7760.05,-1094.06,-269.25,2.31221,300,300,5,0,2980,0,0,1), + (24464,9163,1,0,0,-7583.75,-1416.66,-269.196,2.15578,300,300,5,0,2980,0,0,1), + (24465,9163,1,0,0,-7601.57,-1396.44,-263.472,1.51411,300,300,5,0,2980,0,0,1), + (24466,9163,1,0,0,-7517.59,-1330.3,-270.096,3.42188,300,300,15,0,2980,0,0,1), + (24467,9163,1,0,0,-7456.78,-1274.23,-268.846,5.27417,300,300,15,0,2980,0,0,1), + (24468,9163,1,0,0,-7570.79,-1276.96,-264.868,5.57244,300,300,5,0,2980,0,0,1), + (24469,9163,1,0,0,-7656.61,-1315.84,-271.973,1.77547,300,300,5,0,2980,0,0,1), + (24470,9163,1,0,0,-7690.78,-1118.29,-271.974,1.62163,300,300,30,0,2980,0,0,1), + (24471,9163,1,0,0,-7513.8,-1181.09,-270.234,1.46257,300,300,15,0,2980,0,0,1), + (24472,9163,1,0,0,-7488.18,-1202.23,-265.677,2.76106,300,300,5,0,2980,0,0,1), + (24473,9163,1,0,0,-7611.42,-1296.84,-271.306,4.40671,300,300,5,0,2980,0,0,1), + (24474,9163,1,0,0,-7722.65,-1345.76,-271.68,3.98971,300,300,15,0,2980,0,0,1), + (24475,9163,1,0,0,-7688.84,-1353.23,-270.548,1.07223,300,300,15,0,2980,0,0,1), + (24476,9163,1,0,0,-7421.75,-1403.4,-270.288,4.65485,300,300,15,0,2980,0,0,1), + (24477,9163,1,0,0,-7541.46,-1207.02,-271.41,1.6186,300,300,15,0,2980,0,0,1), + (24478,9163,1,0,0,-7451.11,-1364.54,-268.228,5.04135,300,300,5,0,2980,0,0,1), + (24479,9163,1,0,0,-7679.68,-1139.63,-272.097,4.46373,300,300,30,0,2980,0,0,1), + (24480,9163,1,0,0,-7575.65,-1058.84,-266.682,3.47131,300,300,15,0,2980,0,0,1), + (24481,9163,1,0,0,-6576.61,-1175.16,-261.213,4.86147,300,300,30,0,2980,0,0,1), + (24482,9163,1,0,0,-7691.79,-1195.88,-270.069,1.56689,300,300,30,0,2980,0,0,1), + (24483,9163,1,0,0,-6656.68,-1187.19,-271.046,6.14405,300,300,5,0,2980,0,0,1), + (24484,9163,1,0,0,-7576.1,-1196.22,-268.285,4.76829,300,300,15,0,2980,0,0,1), + (24485,9163,1,0,0,-7455.26,-1497.73,-271.391,1.23855,300,300,15,0,2980,0,0,1), + (24486,9163,1,0,0,-7620.41,-1207.14,-264.623,1.49058,300,300,5,0,2980,0,0,1), + (24487,9163,1,0,0,-7297.78,-1603.58,-271.802,4.0935,300,300,5,0,2980,0,0,1), + (24488,9163,1,0,0,-7225.48,-1600.48,-263.246,0.785307,300,300,5,0,2980,0,0,1), + (24489,9163,1,0,0,-7173.95,-1696.06,-271.213,3.09283,300,300,15,0,2980,0,0,1), + (24490,9163,1,0,0,-7235.02,-1679.16,-270.091,-2.85243,300,300,10,0,2980,0,0,1), + (24491,9163,1,0,0,-6751.86,-1419.32,-269.865,3.01996,300,300,30,0,2980,0,0,1), + (24492,9163,1,0,0,-7108.35,-1624.39,-271.396,1.42951,300,300,15,0,2980,0,0,1), + (24493,9163,1,0,0,-6668.46,-1484.63,-271.929,2.89093,300,300,5,0,2980,0,0,1), + (24494,9163,1,0,0,-6457.48,-1345.65,-270.15,3.02209,300,300,30,0,2980,0,0,1), + (24495,9163,1,0,0,-7448.97,-1313.86,-271.564,0.880892,300,300,15,0,2980,0,0,1), + (24496,9163,1,0,0,-7517.37,-1717.65,-279.031,3.11245,300,300,5,0,2980,0,0,1), + (24497,9163,1,0,0,-7755.32,-1548.78,-269.397,3.0888,300,300,15,0,2980,0,0,1), + (24498,9163,1,0,0,-7572.34,-1554.21,-271.59,4.58126,300,300,15,0,2980,0,0,1), + (24499,9163,1,0,0,-7522.75,-1641.88,-275.876,6.18934,300,300,15,0,2980,0,0,1), + (24500,9163,1,0,0,-7371.15,-1633.99,-274.505,2.46685,300,300,15,0,2980,0,0,1), + (24501,9163,1,0,0,-7456.13,-1713.11,-278.309,4.9389,300,300,15,0,2980,0,0,1), + (24502,9163,1,0,0,-7517.25,-1549.64,-271.753,2.12654,300,300,15,0,2980,0,0,1), + (24503,9163,1,0,0,-7707.38,-1578.55,-271.434,1.88452,300,300,30,0,2980,0,0,1), + (24504,9163,1,0,0,-7542.35,-1475.44,-271.259,4.32954,300,300,15,0,2980,0,0,1), + (24505,9164,1,0,0,-7711.78,-698.764,-258.548,5.0758,300,300,15,0,3293,0,0,1), + (24506,9164,1,0,0,-7315.27,-379.207,-268.738,0.703892,300,300,5,0,3293,0,0,1), + (24507,9164,1,0,0,-7842.72,-577.475,-264.039,3.17868,300,300,5,0,3293,0,0,1), + (24508,9164,1,0,0,-7891.28,-634.295,-259.748,5.17604,300,300,15,0,3293,0,0,1), + (24509,9164,1,0,0,-7724.45,-870.811,-270.477,0.176688,300,300,30,0,3293,0,0,1), + (24510,9164,1,0,0,-7650.28,-609.474,-262.861,0.250663,300,300,15,0,3293,0,0,1), + (24511,9164,1,0,0,-7474.56,-784.084,-270.463,5.87225,300,300,5,0,3293,0,0,1), + (24512,9164,1,0,0,-7482.27,-916.145,-272.201,1.35517,300,300,5,0,3293,0,0,1), + (24513,9164,1,0,0,-7414.67,-1020.45,-272.097,0.246664,300,300,15,0,3293,0,0,1), + (24514,9164,1,0,0,-7708.86,-1015.69,-271.071,2.71901,300,300,5,0,3293,0,0,1), + (24515,9164,1,0,0,-7451.05,-464.753,-271.412,0.407713,300,300,5,0,3293,0,0,1), + (24516,9164,1,0,0,-7847.34,-1025.18,-268.111,4.01478,300,300,5,0,3293,0,0,1), + (24517,9164,1,0,0,-7825.58,-976.437,-270.187,2.60926,300,300,5,0,3293,0,0,1), + (24518,9164,1,0,0,-7780.98,-1038.37,-266.887,3.67376,300,300,5,0,3293,0,0,1), + (24519,9164,1,0,0,-7968.93,-952.08,-273.968,6.1468,300,300,5,0,3293,0,0,1), + (24520,9164,1,0,0,-7670.46,-756.749,-271.361,1.51381,300,300,15,0,3293,0,0,1), + (24521,9164,1,0,0,-8027.05,-923.089,-270.521,0.151743,300,300,5,0,3293,0,0,1), + (24522,9164,1,0,0,-7380.72,-1038.9,-271.217,2.45002,300,300,15,0,3293,0,0,1), + (24523,9164,1,0,0,-7660.8,-688.064,-266.081,4.0349,300,300,15,0,3293,0,0,1), + (24524,9164,1,0,0,-7638.64,-890.764,-270.6,4.99767,300,300,5,0,3293,0,0,1), + (24525,9164,1,0,0,-7555.52,-729.745,-258.524,5.15667,300,300,5,0,3293,0,0,1), + (24526,9164,1,0,0,-7861.51,-754.502,-268.978,0.144933,300,300,15,0,3293,0,0,1), + (24527,9164,1,0,0,-7596.33,-483.108,-270.552,2.90074,300,300,15,0,3293,0,0,1), + (24528,9164,1,0,0,-7671.31,-1026.38,-269.544,3.79134,300,300,5,0,3293,0,0,1), + (24529,9164,1,0,0,-7125.85,-717.707,-271.891,3.06767,300,300,10,0,3293,0,0,1), + (24530,9164,1,0,0,-7842.15,-908.647,-267.37,4.68593,300,300,5,0,3293,0,0,1), + (24531,9164,1,0,0,-7196.04,-1035.7,-271.273,3.24097,300,300,15,0,3293,0,0,1), + (24532,9164,1,0,0,-7204.91,-968.018,-271.908,1.88452,300,300,5,0,3293,0,0,1), + (24533,9164,1,0,0,-7351.23,-947.729,-271.455,5.56274,300,300,15,0,3293,0,0,1), + (24534,9164,1,0,0,-7383.19,-412.789,-271.212,0.801417,300,300,15,0,3293,0,0,1), + (24535,9164,1,0,0,-7420.44,-449.845,-273.396,3.16144,300,300,15,0,3293,0,0,1), + (24536,9164,1,0,0,-7777.22,-547.194,-266.548,0.743985,300,300,5,0,3293,0,0,1), + (24537,9164,1,0,0,-6987,-979.752,-272.097,3.68471,300,300,30,0,3293,0,0,1), + (24538,9164,1,0,0,-6846.96,-981.369,-269.703,0.62434,300,300,15,0,3293,0,0,1), + (24539,9164,1,0,0,-7625.54,-970.518,-267.867,0.069682,300,300,5,0,3293,0,0,1), + (24540,9164,1,0,0,-7618.6,-905.896,-268.348,1.61773,300,300,5,0,3293,0,0,1), + (24541,9164,1,0,0,-6813.32,-945.905,-269.695,4.33007,300,300,5,0,3293,0,0,1), + (24542,9164,1,0,0,-7119.09,-1050.62,-272.131,3.78651,300,300,15,0,3293,0,0,1), + (24543,9164,1,0,0,-6884.84,-619.786,-268.627,1.99311,300,300,5,0,3293,0,0,1), + (24544,9164,1,0,0,-7319.27,-550.324,-270.183,3.85261,300,300,5,0,3293,0,0,1), + (24545,9164,1,0,0,-7048.02,-846.36,-272.097,1.0099,300,300,15,0,3293,0,0,1), + (24546,9164,1,0,0,-7545.9,-583.325,-263.407,5.91321,300,300,15,0,3293,0,0,1), + (24547,9164,1,0,0,-6919.68,-851.256,-272.058,3.37283,300,300,15,0,3293,0,0,1), + (24548,9164,1,0,0,-7349.66,-519.037,-274.221,5.13848,300,300,15,0,3293,0,0,1), + (24549,9164,1,0,0,-7518.79,-551.016,-267.26,2.38105,300,300,5,0,3293,0,0,1), + (24550,9164,1,0,0,-7518.2,-619.869,-264.709,4.56137,300,300,5,0,3293,0,0,1), + (24551,9164,1,0,0,-6914.47,-659.333,-267.423,4.55944,300,300,5,0,3293,0,0,1), + (24552,9164,1,0,0,-6852.72,-647.674,-271.103,2.23287,300,300,5,0,3293,0,0,1), + (24553,9164,1,0,0,-6712.6,-653.955,-271.477,4.20411,300,300,15,0,3293,0,0,1), + (24554,9164,1,0,0,-6707.66,-710.735,-272.097,1.84253,300,300,15,0,3293,0,0,1), + (24555,9164,1,0,0,-6546.51,-882.961,-272.428,0.198545,300,300,30,0,3293,0,0,1), + (24556,9164,1,0,0,-6915.92,-579.414,-271.033,1.43978,300,300,15,0,3293,0,0,1), + (24557,9164,1,0,0,-7078.91,-551.348,-270.001,5.694,300,300,30,0,3293,0,0,1), + (24558,9164,1,0,0,-7052.83,-516.798,-274.141,4.13017,300,300,15,0,3293,0,0,1), + (24559,9165,1,0,0,-7484.74,-2409.64,-192.874,5.64046,300,300,5,0,2578,0,0,1), + (24560,9165,1,0,0,-7439.07,-2322.96,-224.698,6.18357,300,300,5,0,2578,0,0,1), + (24561,9165,1,0,0,-7447.14,-2454.94,-198.648,1.85365,300,300,5,0,2578,0,0,1), + (24562,9165,1,0,0,-7415.34,-2351.89,-226.194,5.12991,300,300,0,0,2578,0,0,2), + (24563,9165,1,0,0,-7449.29,-2392.24,-212.14,0.817199,300,300,10,0,2578,0,0,1), + (24564,9165,1,0,0,-7423.34,-2420.77,-214.554,1.49657,300,300,10,0,2578,0,0,1), + (24565,9165,1,0,0,-6942.2,-2378.71,-206.885,0.630233,300,300,5,0,2578,0,0,1), + (24566,9165,1,0,0,-6989.09,-2419.71,-216.297,4.41854,300,300,5,0,2578,0,0,2), + (24567,9165,1,0,0,-6952.41,-2447.61,-200.761,2.25529,300,300,5,0,2578,0,0,1), + (24568,9165,1,0,0,-6914.74,-2404.92,-194.207,1.25893,300,300,5,0,2578,0,0,1), + (24569,9165,1,0,0,-6837.77,-1600.97,-271.471,4.99262,300,300,5,0,2578,0,0,1), + (24570,9165,1,0,0,-6817.48,-1911.1,-271.612,3.70828,300,300,30,0,2578,0,0,1), + (24571,9165,1,0,0,-6517.02,-2090.11,-268.607,5.837,300,300,10,0,2578,0,0,1), + (24572,9165,1,0,0,-6952.8,-2327.14,-226.249,4.90481,300,300,5,0,2578,0,0,1), + (24573,9165,1,0,0,-6977.63,-2356.07,-221.59,0.107159,300,300,5,0,2578,0,0,1), + (24574,9165,1,0,0,-6492.94,-1991.94,-271.915,1.45687,300,300,5,0,2578,0,0,1), + (24575,9166,1,0,0,-8121.44,-1597.7,-236.954,4.17884,300,300,5,0,2880,0,0,1), + (24576,9166,1,0,0,-7470.49,-1321.9,-271.476,4.04039,300,300,15,0,2880,0,0,1), + (24577,9166,1,0,0,-8246.38,-1587.95,-199.894,3.9049,300,300,10,0,2880,0,0,1), + (24578,9166,1,0,0,-7600.57,-1098.95,-269.39,0.785398,300,300,30,0,2880,0,0,1), + (24579,9166,1,0,0,-6217.14,-1321.41,-212.732,4.35803,300,300,5,0,2880,0,0,1), + (24580,9166,1,0,0,-6250.51,-1322.73,-228.221,0.253128,300,300,5,0,2880,0,0,1), + (24581,9166,1,0,0,-8086.03,-1055.79,-256.226,4.32136,300,300,5,0,2880,0,0,1), + (24582,9166,1,0,0,-8190.93,-1340.17,-217.345,2.8116,300,300,5,0,2880,0,0,1), + (24583,9166,1,0,0,-8121.85,-1339.78,-229.206,4.87046,300,300,5,0,2880,0,0,1), + (24584,9166,1,0,0,-8252.56,-1080.36,-196.873,2.37946,300,300,5,0,2880,0,0,1), + (24585,9166,1,0,0,-8179.93,-1080.86,-210.869,0.258283,300,300,5,0,2880,0,0,1), + (24586,9166,1,0,0,-8197.92,-1595.99,-204.964,4.71239,300,300,5,0,2880,0,0,1), + (24587,9166,1,0,0,-7688.76,-1399.76,-271.054,0.788161,300,300,30,0,2880,0,0,1), + (24588,9166,1,0,0,-8149.04,-1549.86,-226.371,2.33134,300,300,10,0,2880,0,0,1), + (24589,9166,1,0,0,-8115.85,-1091.26,-227.329,0.311911,300,300,5,0,2880,0,0,1), + (24590,9166,1,0,0,-8212.67,-1052.97,-193.575,6.16779,300,300,5,0,2880,0,0,1), + (24591,9166,1,0,0,-8153.06,-1112.49,-223.282,6.00408,300,300,5,0,2880,0,0,1), + (24592,9166,1,0,0,-8216.06,-1565.78,-215.122,4.33657,300,300,5,0,2880,0,0,1), + (24593,9166,1,0,0,-6190.37,-1554.33,-218.372,3.91532,300,300,10,0,2880,0,0,1), + (24594,9166,1,0,0,-8220.17,-1612.75,-191.967,2.77867,300,300,10,0,2880,0,0,1), + (24595,9166,1,0,0,-6254.94,-1548.7,-228.171,2.93237,300,300,10,0,2880,0,0,1), + (24596,9166,1,0,0,-6273.12,-1573.65,-224.099,4.07397,300,300,5,0,2880,0,0,1), + (24597,9166,1,0,0,-6183.17,-1608.99,-194.731,0.998025,300,300,5,0,2880,0,0,1), + (24598,9166,1,0,0,-6219.48,-1585.05,-211.635,3.30376,300,300,5,0,2880,0,0,1), + (24599,9166,1,0,0,-6148.87,-1588.31,-196.925,4.98344,300,300,10,0,2880,0,0,1), + (24600,9166,1,0,0,-7518.89,-1445.49,-271.668,3.12402,300,300,30,0,2880,0,0,1), + (24601,9167,1,0,0,-7715.49,-621.536,-267.905,5.90087,300,300,5,0,3082,0,0,1), + (24602,9167,1,0,0,-7915.61,-682.984,-261.275,4.73165,300,300,10,0,3082,0,0,1), + (24603,9167,1,0,0,-6915.33,-245.082,-188.399,2.14232,300,300,5,0,3082,0,0,1), + (24604,9167,1,0,0,-6961.51,-214.183,-203.248,5.01608,300,300,5,0,3082,0,0,1), + (24605,9167,1,0,0,-6979.85,-323.1,-226.108,2.41284,300,300,5,0,3082,0,0,1), + (24606,9167,1,0,0,-7557.36,-445.955,-272.097,4.28668,300,300,10,0,3082,0,0,1), + (24607,9167,1,0,0,-7200.63,-293.016,-220.72,3.99655,300,300,5,0,3082,0,0,1), + (24608,9167,1,0,0,-6958.61,-259.25,-212.289,0.505581,300,300,5,0,3082,0,0,1), + (24609,9167,1,0,0,-6971.6,-278.586,-218.333,3.05136,300,300,5,0,3082,0,0,1), + (24610,9167,1,0,0,-7202.3,-323.516,-229.402,5.45913,300,300,5,0,3082,0,0,1), + (24611,9167,1,0,0,-7588.17,-940.256,-266.914,6.20532,300,300,5,0,3082,0,0,1), + (24612,9167,1,0,0,-7597.51,-748.891,-258.942,6.04069,300,300,5,0,3082,0,0,1), + (24613,9167,1,0,0,-7465.26,-397.178,-264.229,3.97873,300,300,5,0,3082,0,0,1), + (24614,9167,1,0,0,-6945.59,-858.475,-269.164,1.05383,300,300,5,0,3082,0,0,1), + (24615,9167,1,0,0,-7324.13,-467.835,-272.334,5.00759,300,300,30,0,3082,0,0,1), + (24616,9167,1,0,0,-7905,-809.275,-271.985,0.826624,300,300,5,0,3082,0,0,1), + (24617,9167,1,0,0,-7856.01,-807.952,-272.604,5.45977,300,300,5,0,3082,0,0,1), + (24618,1797,0,0,0,219.528,1114.58,75.2298,0,275,275,3,0,296,0,0,1), + (24619,1797,0,0,0,-211.737,1093.68,60.6197,2.90514,275,275,5,0,296,0,0,1), + (24620,9167,1,0,0,-7389.2,-481.419,-275.624,3.63788,300,300,15,0,3082,0,0,1), + (24621,9167,1,0,0,-7014.29,-952.016,-271.635,2.74923,300,300,15,0,3082,0,0,1), + (24622,9167,1,0,0,-7631.54,-643.327,-258.086,2.89,300,300,15,0,3082,0,0,1), + (24623,9167,1,0,0,-7504.16,-819.969,-267.833,6.01715,300,300,5,0,3082,0,0,1), + (24624,9167,1,0,0,-7394.75,-329.377,-233.01,5.57414,300,300,5,0,3082,0,0,1), + (24625,9167,1,0,0,-7433.49,-278.865,-217.38,5.20403,300,300,5,0,3082,0,0,1), + (24626,9167,1,0,0,-7454.46,-220.218,-200.123,4.40862,300,300,5,0,3082,0,0,1), + (24627,9167,1,0,0,-7194.65,-926.827,-270.736,3.68331,300,300,30,0,3082,0,0,1), + (24628,9167,1,0,0,-7721.87,-818.595,-270.795,4.0217,300,300,30,0,3082,0,0,1), + (24629,9167,1,0,0,-7231,-888.95,-271.722,3.1691,300,300,15,0,3082,0,0,1), + (24630,9167,1,0,0,-7444.6,-345.202,-225.704,6.02447,300,300,5,0,3082,0,0,1), + (24631,9167,1,0,0,-6955.9,-1026.55,-272.091,4.59014,300,300,30,0,3082,0,0,1), + (24632,9167,1,0,0,-7248.71,-988.15,-271.454,0.258914,300,300,30,0,3082,0,0,1), + (24633,9167,1,0,0,-7089.09,-771.007,-271.945,4.14011,300,300,15,0,3082,0,0,1), + (24634,9167,1,0,0,-7113.46,-522.287,-269.698,2.94113,300,300,15,0,3082,0,0,1), + (24635,9167,1,0,0,-6873.09,-826.651,-272.255,1.78544,300,300,30,0,3082,0,0,1), + (24636,9167,1,0,0,-6887,-1007.32,-271.625,0.661558,300,300,15,0,3082,0,0,1), + (24637,9167,1,0,0,-7851.45,-933.974,-270.039,5.37841,300,300,5,0,3082,0,0,1), + (24638,9167,1,0,0,-6849.01,-785.167,-271.412,0.585501,300,300,15,0,3082,0,0,1), + (24639,9167,1,0,0,-7147.9,-945.6,-271.29,0.12075,300,300,30,0,3082,0,0,1), + (24640,9167,1,0,0,-7479.22,-247.662,-192.254,1.60903,300,300,5,0,3082,0,0,1), + (24641,9167,1,0,0,-6934.41,-395.949,-263.979,3.51055,300,300,5,0,3082,0,0,1), + (24642,9167,1,0,0,-6881.66,-872.717,-271.104,3.07321,300,300,30,0,3082,0,0,1), + (24643,9167,1,0,0,-6747.3,-1037.97,-266.427,2.62729,300,300,5,0,3082,0,0,1), + (24644,9167,1,0,0,-7021.06,-817.961,-271.86,3.35916,300,300,30,0,3082,0,0,1), + (24645,9167,1,0,0,-6446.62,-914.32,-275.09,0.886309,300,300,30,0,3082,0,0,1), + (24646,9167,1,0,0,-6781.92,-778.683,-271.932,3.20349,300,300,5,0,3082,0,0,1), + (24647,9167,1,0,0,-6667.01,-876.301,-270.828,3.30835,300,300,5,0,3082,0,0,1), + (24648,9167,1,0,0,-7081.22,-949.696,-270.616,0.501217,300,300,30,0,3082,0,0,1), + (24649,9167,1,0,0,-7081.08,-483.357,-273.619,0.417739,300,300,30,0,3082,0,0,1), + (24650,9167,1,0,0,-6884.73,-687.308,-272.003,4.03795,300,300,5,0,3082,0,0,1), + (24651,9167,1,0,0,-7021.35,-416.252,-271.191,3.16994,300,300,10,0,3082,0,0,1), + (24652,9167,1,0,0,-6829.69,-611.979,-272.097,2.67738,300,300,5,0,3082,0,0,1), + (24653,9167,1,0,0,-6950.69,-344.491,-227.849,1.73678,300,300,5,0,3082,0,0,1), + (24654,9167,1,0,0,-7413.76,-244.617,-215.41,1.53175,300,300,5,0,3082,0,0,1), + (24655,9167,1,0,0,-6655.61,-820.923,-272.005,4.09864,300,300,5,0,3082,0,0,1), + (24656,9167,1,0,0,-7081.45,-621.983,-271.543,5.13481,300,300,30,0,3082,0,0,1), + (24657,9167,1,0,0,-7016.81,-686.878,-270.76,5.29606,300,300,30,0,3082,0,0,1), + (24658,9167,1,0,0,-6750.44,-552.544,-272.097,4.55376,300,300,15,0,3082,0,0,1), + (24659,9167,1,0,0,-6714.33,-515.126,-271.374,4.88692,300,300,0,0,3082,0,0,0), + (24660,9167,1,0,0,-7049.35,-654.996,-271.231,4.92698,300,300,30,0,3082,0,0,1), + (24661,9167,1,0,0,-6920.09,-451.264,-271.972,3.77579,300,300,15,0,3082,0,0,1), + (24662,9167,1,0,0,-7096.26,-876.231,-272.051,2.6301,300,300,30,0,3082,0,0,1), + (24663,10977,1,0,0,-6197.86,-1082.17,-209.164,4.43314,300,300,0,0,3866,0,0,0), + (24664,9460,1,0,0,-6110.78,-1131.31,-187.132,3.66519,300,300,0,0,12652,0,0,0), + (24665,9460,1,0,0,-6104.92,-1143.57,-186.342,3.42085,300,300,0,0,12652,0,0,0), + (24666,5888,1,0,0,-2882.26,-250.201,53.9893,4.46804,250,250,0,0,413,0,0,0), + (24667,3072,1,0,0,-2893.72,-279.332,53.9997,1.53589,250,250,0,0,334,0,0,0), + (24668,3073,1,0,0,-2926.32,-215.715,54.2598,5.16617,250,250,0,0,372,0,0,0), + (24669,3074,1,0,0,-2918.75,-219.651,54.2598,4.27606,250,250,0,0,228,0,0,0), + (24670,7427,1,0,0,-1382.42,-77.8471,160.602,3.29867,500,500,0,0,9563,0,0,0), + (24671,3075,1,0,0,-2927.32,-223.131,54.2598,6.21337,250,250,0,0,413,0,0,0), + (24672,3076,1,0,0,-2247.81,-308.157,-9.30564,2.93215,250,250,0,0,500,0,0,0), + (24673,3077,1,0,0,-2280.13,-297.768,-9.2931,5.81195,250,250,0,0,456,0,0,0), + (24674,3078,1,0,0,-2275.53,-289.265,-9.263,5.46288,250,250,0,0,546,0,0,0), + (24675,3079,1,0,0,-2283.34,-305.997,-9.34159,6.03884,250,250,0,0,594,0,0,0), + (24676,3080,1,0,0,-2284.47,-310.26,-9.34159,6.16101,250,250,0,0,456,0,0,0), + (24677,3081,1,0,0,-2265.6,-324.433,-9.29644,1.8326,250,250,0,0,413,0,0,0), + (24678,6410,1,0,0,-1239.84,110.585,129.74,1.8326,250,250,0,0,2972,0,0,0), + (24679,3083,1,0,0,-1213.67,-107.081,162.974,1.64061,250,250,0,0,7543,0,0,0), + (24680,3083,1,0,0,-1203.35,-127.214,163.882,1.64061,250,250,0,0,7543,0,0,0), + (24681,3083,1,0,0,-1205.46,-107.777,162.974,1.50098,250,250,0,0,7543,0,0,0), + (24682,3083,1,0,0,-1207,-19.3836,165.082,1.38605,250,250,5,0,7543,0,0,2), + (24683,3083,1,0,0,-1217.52,-126.281,163.882,1.29154,250,250,0,0,7543,0,0,0), + (24684,3083,1,0,0,-1233.05,-121.494,163.882,0,250,250,0,0,7543,0,0,0), + (24685,3084,1,0,0,-1112.91,-11.7301,142.606,2.04204,250,250,0,0,5197,0,0,0), + (24686,3084,1,0,0,-1059.92,-235.349,159.157,3.07016,250,250,0,0,5197,0,0,2), + (24687,3084,1,0,0,-1234.99,-94.8753,163.526,0.436332,250,250,0,0,5197,0,0,0), + (24688,3084,1,0,0,-1276.69,45.7199,129.036,0.663225,250,250,0,0,5197,0,0,0), + (24689,3084,1,0,0,-1274.14,126.415,131.383,3.33557,250,250,0,0,5197,0,0,2), + (24690,3084,1,0,0,-1396.6,-100.167,158.949,4.46552,250,250,0,0,5197,0,0,2), + (24691,3084,1,0,0,-1055,193.03,107.73,3.59538,250,250,0,0,5197,0,0,0), + (24692,3084,1,0,0,-1177.85,-89.2105,162.726,2.54818,250,250,0,0,5197,0,0,0), + (24693,3084,1,0,0,-1201.92,130.753,134.866,3.7001,250,250,0,0,5197,0,0,0), + (24694,3084,1,0,0,-1118.81,64.6993,141.174,4.43314,250,250,0,0,5197,0,0,0), + (24695,3084,1,0,0,-981.528,224.667,135.171,0.353553,250,250,0,0,5197,0,0,2), + (24696,3084,1,0,0,-1128.43,66.5794,143.343,4.38078,250,250,0,0,5197,0,0,0), + (24697,3084,1,0,0,-1279.37,53.5563,129.235,0.628319,250,250,0,0,5197,0,0,0), + (24698,3084,1,0,0,-1066.03,198.045,107.664,4.45059,250,250,0,0,5197,0,0,0), + (24699,3084,1,0,0,-1289.02,144.418,129.776,5.06145,250,250,0,0,5197,0,0,0), + (24700,3084,1,0,0,-1125.63,54.0415,142.595,4.09231,250,250,0,0,5197,0,0,2), + (24701,3084,1,0,0,-1239.26,-86.0284,162.974,0.593412,250,250,0,0,5197,0,0,0), + (24702,3084,1,0,0,-1286.3,97.3379,130.292,2.29054,250,250,0,0,5197,0,0,2), + (24703,3084,1,0,0,-1069.23,-17.5221,140.548,2.61799,250,250,0,0,5197,0,0,0), + (24704,3084,1,0,0,-1183.26,-97.2043,162.74,2.14675,250,250,0,0,5197,0,0,0), + (24705,3084,1,0,0,-1103.65,-9.82644,142.362,1.85005,250,250,0,0,5197,0,0,0), + (24706,3084,1,0,0,-1208.41,138.046,134.554,3.94444,250,250,0,0,5197,0,0,0), + (24707,5906,1,0,0,-992.724,254.05,138.147,3.66519,250,250,0,0,644,0,0,0), + (24708,8722,1,0,0,-1199.26,110.693,134.949,3.05433,250,250,0,0,3517,0,0,0), + (24710,3092,1,0,0,-1158.5,63.2388,145.878,6.03884,250,250,0,0,1605,0,0,0), + (24711,3093,1,0,0,-1152.76,71.4057,145.878,5.58505,250,250,0,0,1605,0,0,0), + (24712,3095,1,0,0,-1161.71,70.4291,145.878,5.81195,250,250,0,0,1605,0,0,0), + (24713,1797,0,0,0,-278.768,1153.32,64.3192,2.88195,275,275,10,0,296,0,0,1), + (24714,10278,1,0,0,-1244.25,105.084,129.087,0.506145,250,250,0,0,1172,0,0,0), + (24715,7975,1,0,0,-3056.28,80.2266,80.789,4.04916,250,250,0,0,4356,0,0,0), + (24716,7975,1,0,0,-3012.76,141.15,75.9447,1.16937,250,250,0,0,4356,0,0,0), + (24717,7975,1,0,0,-3063.64,110.933,79.2244,0.855211,250,250,0,0,4356,0,0,0), + (24718,7975,1,0,0,-3038.23,99.0721,82.289,1.18682,250,250,0,0,4356,0,0,0), + (24719,7975,1,0,0,-3075.42,88.5745,79.1484,4.41568,250,250,0,0,4356,0,0,0), + (24720,7975,1,0,0,-3042.35,161.392,73.8579,0.715585,250,250,0,0,4356,0,0,0), + (24721,11047,1,0,0,-1089.58,29.4413,140.91,4.7822,250,250,0,0,1240,0,0,0), + (24722,3883,1,0,0,-2940.84,-245.957,53.8927,5.74213,250,250,0,0,456,0,0,0), + (24723,11051,1,0,0,-1158.56,54.7432,145.949,1.8675,250,250,0,0,1309,0,0,0), + (24724,3884,1,0,0,-2378.96,-399.268,-3.806,2.30383,250,250,0,0,546,0,0,0), + (24725,5938,1,0,0,-2350.51,-238.716,-8.30635,2.44346,250,250,0,0,594,0,0,0), + (24726,5939,1,0,0,-2357.02,-356.585,-8.87365,1.15192,250,250,0,0,546,0,0,0), + (24727,5940,1,0,0,-2158.6,-392.948,-2.94725,3.22886,250,250,0,0,372,0,0,0), + (24728,11833,1,0,0,-1055.33,-217.408,159.03,5.79609,250,250,0,0,919,0,0,0), + (24729,15164,1,0,0,-1224.26,-70.9392,161.018,4.83456,250,250,0,0,42,0,0,0), + (24730,2620,1,0,0,-3316.55,-849.721,52.0066,4.69579,250,250,5,0,8,0,0,1), + (24731,2620,1,0,0,-2472.44,-417.892,-3.30195,6.10892,250,250,5,0,8,0,0,1), + (24732,2620,1,0,0,-1969.76,-755.7,-10.6821,0.465393,250,250,5,0,8,0,0,1), + (24733,2620,1,0,0,-2994.76,230.276,87.0464,1.85161,250,250,5,0,8,0,0,1), + (24734,2620,1,0,0,-2243.48,-528.786,-7.29384,4.85152,250,250,5,0,8,0,0,1), + (24735,2620,1,0,0,-1475.56,23.0603,21.0637,2.69105,250,250,5,0,8,0,0,1), + (24736,2620,1,0,0,-1787.45,7.7,-5.99407,3.36369,250,250,5,0,8,0,0,1), + (24737,2620,1,0,0,-2371.16,-908.133,-9.29984,4.31809,250,250,5,0,8,0,0,1), + (24738,2620,1,0,0,-3359.25,-520.142,68.3569,0.274814,250,250,5,0,8,0,0,1), + (24739,2620,1,0,0,-2979.09,-633.616,34.0439,1.70193,250,250,5,0,8,0,0,1), + (24740,2620,1,0,0,-851.353,26.5828,-6.60955,1.91356,250,250,30,0,8,0,0,1), + (24741,2620,1,0,0,-2307.61,-611.413,-9.29988,0.072346,250,250,5,0,8,0,0,1), + (24742,2620,1,0,0,-1818.66,-283.472,-7.96503,4.92407,250,250,5,0,8,0,0,1), + (24743,2620,1,0,0,-2013.52,-275.552,-10.7691,5.72486,250,250,5,0,8,0,0,1), + (24744,2620,1,0,0,-1069.98,-1015.06,14.8629,0.119527,250,250,30,0,8,0,0,1), + (24745,2620,1,0,0,-1682.72,-590.021,-25.1309,0.66887,250,250,5,0,8,0,0,1), + (24746,2620,1,0,0,-609.076,-593.251,-2.0242,1.4651,250,250,5,0,8,0,0,1), + (24747,2620,1,0,0,-1437.6,-705.529,-54.3138,4.75737,250,250,5,0,8,0,0,1), + (24748,2620,1,0,0,-1470.19,-364.364,-39.4843,1.08968,250,250,5,0,8,0,0,1), + (24749,2620,1,0,0,-3435.55,-196.398,71.2015,2.60184,250,250,5,0,8,0,0,1), + (24750,2620,1,0,0,-1235.17,-809.025,-30.8696,3.11035,250,250,30,0,8,0,0,1), + (24751,2620,1,0,0,-3106.83,-94.3248,47.2035,5.08141,250,250,5,0,8,0,0,1), + (24752,10036,1,0,0,-3100.79,-2781.4,33.7414,1.5708,360,360,0,0,5215,0,0,0), + (24753,2620,1,0,0,-3018.3,-319.415,47.8805,4.70653,250,250,5,0,8,0,0,1), + (24754,2620,1,0,0,-2045.71,219.464,76.8155,3.35103,250,250,0,0,8,0,0,0), + (24755,2620,1,0,0,-1709.79,350.991,70.9514,2.65612,250,250,5,0,8,0,0,1), + (24756,2620,1,0,0,-1858.58,186.461,40.295,3.94622,250,250,5,0,8,0,0,1), + (24757,2620,1,0,0,-2367.44,-902.487,-9.28992,4.13066,250,250,5,0,8,0,0,1), + (24758,2620,1,0,0,-925.329,-602.628,-56.7846,1.14385,250,250,5,0,8,0,0,1), + (24759,2620,1,0,0,-1294.87,297.779,4.0341,3.53262,250,250,5,0,8,0,0,1), + (24760,11071,1,0,0,-1117.91,51.0132,141.18,5.37561,250,250,0,0,980,0,0,0), + (24764,12354,1,0,0,-2278.7,-401.865,-9.16808,5.81195,250,250,0,0,247,0,0,0), + (24765,10050,1,0,0,-2340.11,-354.59,-8.78192,5.86431,250,250,0,0,1605,0,0,0), + (24766,12355,1,0,0,-2279.87,-406.274,-8.91766,0.628319,250,250,0,0,247,0,0,0), + (24767,5189,1,0,0,-1290.15,123.459,131.642,0.715585,250,250,0,0,1240,0,0,0), + (24768,5957,1,0,0,-967.639,281.837,110.805,1.36136,250,250,0,0,2972,0,0,0), + (24769,10054,1,0,0,-1269.08,46.0596,128.584,2.21657,250,250,0,0,1605,0,0,0), + (24770,11084,1,0,0,-1146.48,74.909,145.949,3.82227,250,250,0,0,2100,0,0,0), + (24771,4943,1,0,0,-1412.01,-47.0884,156.902,5.48033,250,250,0,0,1605,0,0,0), + (24772,6746,1,0,0,-1300.28,38.4858,129.292,0.558505,250,250,0,0,1605,0,0,0), + (24773,3419,1,0,0,-995.383,278.552,111.994,4.55531,250,250,0,0,1042,0,0,0), + (24774,6747,1,0,0,-2365.37,-347.31,-8.87365,5.84685,250,250,0,0,1605,0,0,0), + (24775,11869,1,0,0,-1286.47,89.4229,129.28,0.314159,500,500,0,0,6830,0,0,0), + (24776,12383,1,0,0,-1252.41,-131.099,162.89,5.06996,250,250,0,0,42,0,0,0), + (24778,4451,1,0,0,-1266.91,141.197,132.646,5.18363,250,250,0,0,1454,0,0,0), + (24779,3685,1,0,0,-2279.8,-392.07,-9.31362,0.174533,250,250,0,0,2972,0,0,0), + (24780,10086,1,0,0,-1434.44,-47.8479,156.953,5.48033,250,250,0,0,2471,1620,0,0), + (24781,10599,1,0,0,-2360.29,-519.246,-9.29993,0.261799,250,250,0,0,413,0,0,0), + (24782,14440,1,0,0,-1342.24,-127.792,159.692,0.140034,500,500,5,0,9298,0,0,2), + (24783,3688,1,0,0,-2181.63,-402.943,-4.40449,0.10472,250,250,0,0,2471,1620,0,0), + (24784,10600,1,0,0,-2333.96,-512.051,-9.29993,3.40339,250,250,0,0,456,0,0,0), + (24785,14441,1,0,0,-1259.3,25.1918,128.187,5.08047,500,500,5,0,9298,0,0,2), + (24786,14442,1,0,0,-1201.45,12.3486,164.711,1.4143,500,500,5,0,9298,0,0,2), + (24787,3690,1,0,0,-2275.65,-399.941,-9.32096,0.645772,250,250,0,0,2868,100,0,0), + (24788,8554,1,0,0,-2932.87,-1276.25,72.2877,1.76278,250,250,0,0,102,0,0,0), + (24789,3441,1,0,0,-1413.06,-125.633,159.018,0.890118,250,250,0,0,4079,0,0,0), + (24790,4721,1,0,0,-1207.75,-57.0394,158.601,4.74729,250,250,0,0,1240,0,0,0), + (24791,9076,1,0,0,-1002.88,-291.781,159.399,2.3911,250,250,0,0,1240,0,0,0), + (24792,3447,1,0,0,-1038.86,248.481,135.327,3.47321,250,250,0,0,1172,0,0,0), + (24793,6775,1,0,0,-3066.02,68.8002,79.4688,4.17134,250,250,0,0,112,0,0,0), + (24794,10360,1,0,0,-1382.63,-74.7637,160.602,2.80998,500,500,0,0,10626,8019,0,0), + (24795,6776,1,0,0,-2351.99,-348.944,-8.87365,4.57276,250,250,0,0,196,0,0,0), + (24796,9087,1,0,0,-1087.89,-225.033,159.253,0.575959,250,250,0,0,2016,0,0,0), + (24797,10881,1,0,0,-1231.21,136.75,132.958,3.44483,250,250,5,0,112,0,0,2), + (24798,2947,1,0,0,-2304.79,-454.809,-5.35507,1.79769,250,250,0,0,980,0,0,0), + (24799,2948,1,0,0,-2341.4,-445.449,-6.4173,2.94961,250,250,0,0,1240,0,0,0), + (24800,2949,1,0,0,-2718.48,-384.596,-3.87965,4.03645,250,250,10,0,96,115,0,1), + (24801,2949,1,0,0,-2730.63,-436.236,-5.69795,4.69762,250,250,0,0,96,115,0,0), + (24802,2949,1,0,0,-2752.6,-436.246,-2.4458,2.56853,250,250,5,0,96,115,0,1), + (24803,2949,1,0,0,-2420.19,250.609,55.5407,1.48863,250,250,5,0,96,115,0,1), + (24804,2949,1,0,0,-2445.78,216.949,51.5054,0.359781,250,250,5,0,96,115,0,1), + (24805,2949,1,0,0,-2368.52,351.796,64.8289,0.00825,250,250,3,0,96,115,0,1), + (24806,2949,1,0,0,-2397.57,225.401,48.5924,5.77579,250,250,0,0,96,115,0,0), + (24807,2949,1,0,0,-2368.48,330.999,64.8289,2.8236,250,250,3,0,96,115,0,1), + (24808,2949,1,0,0,-2320.22,402.033,54.2591,2.56137,250,250,3,0,96,115,0,1), + (24809,2949,1,0,0,-2390.64,363.784,65.369,4.26429,250,250,3,0,96,115,0,1), + (24810,2949,1,0,0,-2402.29,347.241,65.7146,1.9042,250,250,3,0,96,115,0,1), + (24811,2949,1,0,0,-2360.64,366.976,64.8289,3.94176,250,250,5,0,96,115,0,1), + (24812,2949,1,0,0,-2381.51,213.145,48.949,2.61131,250,250,5,0,96,115,0,1), + (24813,2949,1,0,0,-2340.33,423.887,53.0449,2.16864,250,250,2,0,96,115,0,1), + (24814,2949,1,0,0,-2411.55,221.13,48.8424,5.14052,250,250,0,0,96,115,0,0), + (24815,2949,1,0,0,-2407.36,229.762,49.0924,0.944881,250,250,0,0,96,115,0,0), + (24816,2949,1,0,0,-2740.95,-778.514,-3.32387,0.569125,250,250,15,0,96,115,0,1), + (24817,2949,1,0,0,-2787,-751.998,6.52102,2.98479,250,250,5,0,96,115,0,1), + (24818,2949,1,0,0,-2743.67,-654.11,6.64304,6.1604,250,250,5,0,96,115,0,1), + (24819,2949,1,0,0,-2752.55,-715.901,2.8621,1.6478,250,250,15,0,96,115,0,1), + (24820,2949,1,0,0,-2810.68,-711.088,14.614,1.86107,250,250,3,0,96,115,0,1), + (24821,2949,1,0,0,-2784.29,-681.884,10.8645,4.4458,250,250,5,0,96,115,0,1), + (24822,2949,1,0,0,-2717.86,-480.613,0.456745,2.81552,250,250,5,0,96,115,0,1), + (24823,2949,1,0,0,-2711.64,-453.133,-5.3897,5.74497,250,250,15,0,96,115,0,1), + (24824,2949,1,0,0,-2745.59,-486.322,8.33603,5.42287,250,250,3,0,96,115,0,1), + (24825,2950,1,0,0,-2750,-383.569,6.33758,0.35328,250,250,3,0,113,126,0,1), + (24826,2950,1,0,0,-2782.75,-419.605,6.73342,4.88497,250,250,5,0,113,126,0,1), + (24827,2950,1,0,0,-2711.52,-417.73,-6.82656,6.11502,250,250,15,0,113,126,0,1), + (24828,2950,1,0,0,-2742.05,-430.429,-4.34935,0.992097,250,250,0,0,113,126,0,0), + (24829,2950,1,0,0,-2784.58,-454.475,14.1033,5.5475,250,250,5,0,113,126,0,1), + (24830,2950,1,0,0,-2732.34,-446.87,-4.32295,4.81739,250,250,5,0,113,126,0,1), + (24831,2950,1,0,0,-2445.96,246.842,56.6754,3.99793,250,250,5,0,113,126,0,1), + (24832,2950,1,0,0,-2316.51,489.109,45.794,2.01667,250,250,3,0,113,126,0,1), + (24833,2950,1,0,0,-2384.81,351.924,64.8289,0.761254,250,250,3,0,113,126,0,2), + (24834,2950,1,0,0,-2351.07,420.83,62.0992,2.02436,250,250,5,0,113,126,0,2), + (24835,2950,1,0,0,-2329.58,422.423,50.5502,3.37766,250,250,5,0,113,126,0,2), + (24836,2950,1,0,0,-2337.87,527.628,40.9719,1.23625,250,250,3,0,113,126,0,1), + (24837,2950,1,0,0,-2388.27,245.457,51.2907,2.69863,250,250,5,0,113,126,0,1), + (24838,2950,1,0,0,-2366.35,382.981,66.0066,1.05079,250,250,5,0,113,126,0,1), + (24839,2950,1,0,0,-2351.69,495.813,44.4036,6.21177,250,250,3,0,113,126,0,1), + (24840,2950,1,0,0,-2360.75,471.607,71.8855,3.01613,250,250,3,0,113,126,0,1), + (24841,2950,1,0,0,-2344.25,391.185,66.2333,2.57346,250,250,5,0,113,126,0,1), + (24842,2950,1,0,0,-2345.75,477.85,46.4237,1.50368,250,250,5,0,113,126,0,2), + (24843,2950,1,0,0,-2732.73,-815.182,1.14692,6.04114,250,250,15,0,113,126,0,1), + (24844,2950,1,0,0,-2726.63,-749.648,-5.20641,0.093,250,250,15,0,113,126,0,1), + (24845,2950,1,0,0,-2811.93,-686.674,20.94,4.73387,250,250,5,0,113,126,0,1), + (24846,2950,1,0,0,-2778.57,-653.7,18.6019,1.94871,250,250,5,0,113,126,0,1), + (24847,2950,1,0,0,-2773.84,-690.256,6.73952,3.5708,250,250,0,0,113,126,0,0), + (24848,2951,1,0,0,-2342.71,455.756,74.4501,5.59934,250,250,3,0,137,220,0,1), + (24849,2951,1,0,0,-2368.56,446.682,66.8176,1.19066,250,250,3,0,137,220,0,1), + (24850,2951,1,0,0,-2385.61,437.647,64.5516,3.06712,250,250,3,0,137,220,0,1), + (24851,2951,1,0,0,-2379.58,459.188,76.8051,0.033947,250,250,5,0,137,220,0,1), + (24852,2951,1,0,0,-2380.93,496.049,48.8857,4.39467,250,250,3,0,137,220,0,1), + (24853,2951,1,0,0,-2411.31,468.462,62.2711,4.90364,250,250,3,0,137,220,0,1), + (24854,2951,1,0,0,-2343.34,468.65,76.0041,0.832559,250,250,3,0,137,220,0,1), + (24855,2951,1,0,0,-2346.09,496.021,44.0552,4.88824,250,250,3,0,137,220,0,1), + (24856,2951,1,0,0,-2366.48,491.803,45.4279,4.05964,250,250,3,0,137,220,0,1), + (24857,2951,1,0,0,-2401.77,442.99,60.9177,0.688151,250,250,3,0,137,220,0,1), + (24858,2951,1,0,0,-2390.34,485.518,51.876,1.17275,250,250,3,0,137,220,0,1), + (24859,2951,1,0,0,-2344.68,468.724,46.5097,0.84759,250,250,5,0,137,220,0,1), + (24860,2951,1,0,0,-2775.22,-790.021,3.06628,5.29663,250,250,5,0,137,220,0,1), + (24861,2951,1,0,0,-2730.96,-728.3,-2.90149,3.35391,250,250,15,0,137,220,0,1), + (24862,2951,1,0,0,-2771.22,-772.981,1.84112,5.09036,250,250,15,0,137,220,0,1), + (24863,2951,1,0,0,-2734.93,-744.724,-3.77842,5.21723,250,250,15,0,137,220,0,1), + (24864,2951,1,0,0,-2753.45,-705.906,3.73329,1.54931,250,250,15,0,137,220,0,1), + (24865,2951,1,0,0,-2787.45,-670.354,15.7395,3.1345,250,250,2,0,137,220,0,1), + (24866,2951,1,0,0,-2757.4,-680.898,5.52629,2.11056,250,250,15,0,137,220,0,1), + (24867,14728,1,0,0,-1147.28,67.3353,145.949,3.24631,250,250,0,0,2016,0,0,0), + (24868,2952,1,0,0,-3071.31,-921.027,93.2797,2.63109,250,250,5,0,71,0,0,1), + (24869,2952,1,0,0,-3072.88,-951.624,92.1692,0.814756,250,250,5,0,71,0,0,1), + (24870,2952,1,0,0,-3175.6,-993.919,93.2463,0.46186,250,250,5,0,71,0,0,1), + (24871,2952,1,0,0,-2952.83,-1332.39,87.4544,4.23113,250,250,5,0,71,0,0,2), + (24872,2952,1,0,0,-2852.06,-1073.17,78.2892,2.56373,250,250,5,0,71,0,0,1), + (24873,2952,1,0,0,-2958.9,-1115.72,57.4478,0.190504,250,250,5,0,71,0,0,1), + (24874,2952,1,0,0,-2913.22,-1111.91,55.2859,4.85409,250,250,5,0,71,0,0,1), + (24875,2952,1,0,0,-2836.17,-1068.33,72.6835,3.67534,250,250,5,0,71,0,0,1), + (24876,2952,1,0,0,-2970.5,-1115.49,58.2956,0.299036,250,250,5,0,71,0,0,1), + (24877,2952,1,0,0,-2941.61,-1329.63,87.7044,3.21972,250,250,3,0,71,0,0,1), + (24878,2952,1,0,0,-2919.63,-1185.99,58.918,3.80332,250,250,5,0,71,0,0,1), + (24879,2952,1,0,0,-2994.49,-1277.91,72.2655,0.160882,250,250,0,0,71,0,0,0), + (24880,2952,1,0,0,-2902.62,-1072.81,56.4098,2.34856,250,250,5,0,71,0,0,1), + (24881,2952,1,0,0,-2899.7,-1229.64,68.9902,2.53343,250,250,5,0,71,0,0,1), + (24882,2952,1,0,0,-2908.64,-1223.84,68.2598,5.41187,250,250,5,0,71,0,0,1), + (24883,2952,1,0,0,-2953.77,-998.909,54.7813,3.40339,250,250,0,0,71,0,0,0), + (24884,2952,1,0,0,-2962.41,-1000.82,54.9652,0.634858,250,250,5,0,71,0,0,2), + (24885,2952,1,0,0,-2948.6,-972.544,54.3508,1.2,250,250,5,0,71,0,0,1), + (24886,2952,1,0,0,-2956.03,-952.207,55.7618,4.2226,250,250,5,0,71,0,0,1), + (24887,2952,1,0,0,-2909.94,-1016.85,54.0414,1.01671,250,250,5,0,71,0,0,1), + (24888,2952,1,0,0,-2948.75,-1038.97,56.0497,6.20661,250,250,5,0,71,0,0,1), + (24889,2952,1,0,0,-3051.43,-1114.8,58.8514,3.84255,250,250,5,0,71,0,0,1), + (24890,2952,1,0,0,-3001.23,-1154.33,58.3638,5.14975,250,250,5,0,71,0,0,1), + (24891,2952,1,0,0,-2954.79,-1195.26,59.7234,5.29524,250,250,5,0,71,0,0,1), + (24892,2952,1,0,0,-2979.95,-1257.04,72.3304,0.703766,250,250,5,0,71,0,0,1), + (24893,2952,1,0,0,-2954.38,-1256.52,71.8691,1.8326,250,250,0,0,71,0,0,0), + (24894,2952,1,0,0,-2937.27,-1248.28,72.1191,2.18166,250,250,0,0,71,0,0,0), + (24895,2952,1,0,0,-2921.04,-1243.08,70.9869,2.2204,250,250,5,0,71,0,0,1), + (24896,2952,1,0,0,-3005.55,-958.693,58.2575,0.023433,250,250,5,0,71,0,0,1), + (24897,2952,1,0,0,-2995.31,-1008.85,57.1832,4.84893,250,250,5,0,71,0,0,1), + (24898,2952,1,0,0,-3156.7,-1056.65,57.5013,3.5867,250,250,5,0,71,0,0,1), + (24899,2952,1,0,0,-3081.25,-1085.42,76.6695,6.03766,250,250,5,0,71,0,0,1), + (24900,2952,1,0,0,-3085.52,-1147.87,69.3335,4.75963,250,250,5,0,71,0,0,1), + (24901,2952,1,0,0,-3135.79,-1134.47,86.0683,2.31601,250,250,5,0,71,0,0,1), + (24902,2952,1,0,0,-3065.29,-1154.26,66.3851,4.59559,250,250,5,0,71,0,0,1), + (24903,2952,1,0,0,-2942.75,-1296.8,72.3294,3.0056,250,250,5,0,71,0,0,1), + (24904,2952,1,0,0,-3150.87,-998.06,50.9097,2.32573,250,250,5,0,71,0,0,2), + (24905,2952,1,0,0,-3111.4,-1050.33,55.0647,1.56689,250,250,5,0,71,0,0,2), + (24906,2952,1,0,0,-3091.17,-1041.66,49.6118,1.98597,250,250,5,0,71,0,0,2), + (24907,2952,1,0,0,-3043.33,-1043.66,49.152,1.63445,250,250,5,0,71,0,0,1), + (24908,2952,1,0,0,-2955.2,-1239.9,66.0281,4.94737,250,250,5,0,71,0,0,1), + (24909,2952,1,0,0,-3059.21,-1129.8,61.7264,1.51432,250,250,5,0,71,0,0,1), + (24910,2952,1,0,0,-3013.08,-1031.27,53.4493,4.57326,250,250,5,0,71,0,0,1), + (24911,2952,1,0,0,-3177.28,-1079.17,65.2501,6.25195,250,250,5,0,71,0,0,1), + (24912,2952,1,0,0,-2932.52,-1264.24,72.2712,6.01681,250,250,0,0,71,0,0,0), + (24913,2952,1,0,0,-3002,-1232.86,66.1185,2.99328,250,250,5,0,71,0,0,1), + (24914,2952,1,0,0,-2984.46,-1018.99,55.1832,6.01564,250,250,5,0,71,0,0,1), + (24915,2952,1,0,0,-3084.17,-1019.48,52.9627,4.03749,250,250,5,0,71,0,0,1), + (24916,3209,1,0,0,-2893.19,-239.584,53.6285,4.1973,250,250,5,0,546,0,0,2), + (24917,5769,1,0,0,-1048.74,-303.954,159.114,1.8675,250,250,0,0,4079,2568,0,0), + (24918,2953,1,0,0,-2937.74,-1347.15,87.4202,3.80482,250,250,0,0,69,79,0,0), + (24919,2953,1,0,0,-2913.25,-1340.1,87.4416,3.75677,250,250,0,0,69,79,0,0), + (24920,2953,1,0,0,-2964.02,-1292.03,72.3294,1.22723,250,250,5,0,69,79,0,1), + (24921,2953,1,0,0,-2884.32,-1222.12,69.6136,5.02777,250,250,5,0,69,79,0,1), + (24922,2953,1,0,0,-2877.66,-1115.55,88.6172,5.93008,250,250,5,0,69,79,0,1), + (24923,2953,1,0,0,-2869.76,-1123.74,88.6172,3.50381,250,250,5,0,69,79,0,1), + (24924,2953,1,0,0,-2877.23,-1039.16,54.2914,2.69237,250,250,5,0,69,79,0,1), + (24925,2953,1,0,0,-2850.82,-1032.33,55.611,5.49779,250,250,5,0,69,79,0,1), + (24926,2953,1,0,0,-2856.75,-1010.43,56.9201,2.03959,250,250,5,0,69,79,0,1), + (24927,2953,1,0,0,-3110.42,-1202.75,85.4502,0.261799,250,250,0,0,69,79,0,0), + (24928,2953,1,0,0,-3049.96,-1233.98,78.9175,4.02666,250,250,5,0,69,79,0,1), + (24929,2953,1,0,0,-3006.67,-1230.15,66.1155,3.51775,250,250,5,0,69,79,0,1), + (24930,2953,1,0,0,-2945.13,-1005,54.7598,3.22324,250,250,0,0,69,79,0,0), + (24931,2953,1,0,0,-2939.67,-1277.92,72.3294,4.57769,250,250,5,0,69,79,0,1), + (24932,3210,1,0,0,-2953.74,-287.969,56.5939,3.17454,250,250,0,0,5227,0,0,0), + (24933,3978,1,0,0,-1176.12,157.615,134.812,3.9619,250,250,0,0,1605,0,0,0), + (24934,5770,1,0,0,-1069.95,-272.894,159.114,6.21337,250,250,0,0,4108,0,0,0), + (24935,2954,1,0,0,-2941.97,-1324.23,88.2044,0.510029,250,250,3,0,86,0,0,1), + (24936,2954,1,0,0,-2865.85,-1110.25,88.8413,6.15656,250,250,5,0,86,0,0,1), + (24937,2954,1,0,0,-3234.59,-1084.21,97.1219,5.39814,250,250,5,0,86,0,0,1), + (24938,2954,1,0,0,-2880.37,-1182.2,59.883,2.64738,250,250,5,0,86,0,0,1), + (24939,2954,1,0,0,-3071.44,-1226.24,86.9587,1.38106,250,250,5,0,86,0,0,1), + (24940,2954,1,0,0,-2986.35,-1150.41,58.0888,6.01228,250,250,5,0,86,0,0,1), + (24941,2954,1,0,0,-2917.4,-982.759,57.4232,1.88007,250,250,5,0,86,0,0,1), + (24942,2954,1,0,0,-2955.21,-1023.3,55.8848,4.79702,250,250,5,0,86,0,0,1), + (24943,2954,1,0,0,-3035.14,-1090.51,54.1084,3.33935,250,250,5,0,86,0,0,1), + (24944,2954,1,0,0,-2964.52,-1253.78,71.2064,1.8908,250,250,5,0,86,0,0,1), + (24945,2954,1,0,0,-2930.47,-1237.36,68.9084,5.3867,250,250,5,0,86,0,0,1), + (24946,2954,1,0,0,-3192.94,-1086.98,69.7355,0.152946,250,250,3,0,86,0,0,1), + (24947,2954,1,0,0,-2958.84,-1225.68,62.9091,3.23004,250,250,5,0,86,0,0,1), + (24948,2954,1,0,0,-2982.66,-1218.76,63.4175,2.08989,250,250,5,0,86,0,0,1), + (24949,3211,1,0,0,-2915.89,-315.305,57.4223,3.85904,250,250,0,0,4567,0,0,0), + (24950,2955,1,0,0,-3251.1,-558.498,34.9719,1.68037,155,155,20,0,42,0,0,1), + (24951,2955,1,0,0,-3227.64,-690.163,32.354,2.88662,155,155,20,0,42,0,0,1), + (24952,2955,1,0,0,-3200.98,-642.526,28.9728,3.44861,155,155,20,0,42,0,0,1), + (24953,2955,1,0,0,-3159.12,-722.931,23.7353,3.70143,155,155,20,0,42,0,0,1), + (24954,2955,1,0,0,-3207.5,-594.921,28.754,1.28146,155,155,20,0,42,0,0,1), + (24955,2955,1,0,0,-3251.77,-526.307,32.2921,0.586376,155,155,20,0,42,0,0,1), + (24956,2955,1,0,0,-2859.2,-176.416,60.516,1.74174,155,155,20,0,42,0,0,1), + (24957,2955,1,0,0,-2919.82,-114.985,78.8177,1.43762,155,155,20,0,42,0,0,1), + (24958,2955,1,0,0,-2894.14,-154.514,69.7639,0.768825,155,155,20,0,42,0,0,1), + (24959,2955,1,0,0,-3104.93,-663.428,34.8461,1.05164,155,155,20,0,42,0,0,1), + (24960,2955,1,0,0,-3213.72,-550.512,25.3097,3.51158,155,155,20,0,42,0,0,1), + (24961,2955,1,0,0,-3272.11,-352.249,41.0159,4.61058,155,155,20,0,42,0,0,1), + (24962,2955,1,0,0,-3233.85,-378.966,27.2996,4.71239,155,155,20,0,42,0,0,1), + (24963,2955,1,0,0,-3292.54,-410.129,39.689,3.23543,155,155,20,0,42,0,0,1), + (24964,2955,1,0,0,-3225.99,-214.955,30.9469,6.03916,155,155,20,0,42,0,0,1), + (24965,2955,1,0,0,-3282.82,-276.442,36.6822,3.48271,155,155,20,0,42,0,0,1), + (24966,2955,1,0,0,-3080.39,-683.181,31.4156,3.14355,155,155,20,0,42,0,0,1), + (24967,2955,1,0,0,-3076.29,-623.174,34.5767,0.371801,155,155,20,0,42,0,0,1), + (24968,2955,1,0,0,-3217.87,-498.955,20.503,1.48279,155,155,20,0,42,0,0,1), + (24969,2955,1,0,0,-3276.08,-448.762,33.5653,3.02813,155,155,20,0,42,0,0,1), + (24970,2955,1,0,0,-2807.13,-226.916,55.5954,6.01309,155,155,20,0,42,0,0,1), + (24971,2955,1,0,0,-2795.43,-341.354,55.8402,0.640347,155,155,20,0,42,0,0,1), + (24972,2955,1,0,0,-2782.15,-306.569,56.8386,3.82732,155,155,20,0,42,0,0,1), + (24973,2955,1,0,0,-2814.81,-260.331,55.818,5.04648,155,155,20,0,42,0,0,1), + (24974,2955,1,0,0,-3185.31,-184.15,40.9962,0.117014,155,155,20,0,42,0,0,1), + (24975,2955,1,0,0,-2836.29,-635.521,55.2151,5.4044,155,155,10,0,42,0,0,1), + (24976,3300,1,0,0,1180.92,-4356.58,21.2963,4.20581,180,180,5,0,1,0,0,1), + (24977,2955,1,0,0,-2918.04,-624.438,49.9362,0.30137,155,155,20,0,42,0,0,1), + (24978,2955,1,0,0,-3191,-347.672,31.8757,0.024,155,155,20,0,42,0,0,1), + (24979,2955,1,0,0,-3147.9,-223.017,41.7874,4.95525,155,155,20,0,42,0,0,1), + (24980,2955,1,0,0,-3129.35,-492.163,33.3701,6.13878,155,155,20,0,42,0,0,1), + (24981,2955,1,0,0,-2883.43,-583.25,54.5997,6.22796,155,155,20,0,42,0,0,1), + (24982,2955,1,0,0,-3071.13,-177.093,53.6208,0.47064,155,155,20,0,42,0,0,1), + (24983,2955,1,0,0,-2983.6,-552.627,39.9958,6.06854,155,155,20,0,42,0,0,1), + (25010,2955,1,0,0,-3238.55,-413.41,24.2756,0.086061,155,155,20,0,42,0,0,1), + (25065,2955,1,0,0,-2844.41,-620.552,55.7458,0.57264,155,155,20,0,42,0,0,1), + (25066,4822,48,0,0,-443.161,130.462,-70.5796,1.8675,7200,7200,5,0,1686,0,0,1), + (25067,4824,48,0,0,-414.245,204.658,-53.3232,0.261799,7200,7200,2,0,1686,0,0,1), + (25068,2955,1,0,0,-2839.19,-599.381,57.2352,0.244979,155,155,20,0,42,0,0,1), + (25069,2955,1,0,0,-3007.18,-217.667,54.5532,3.18852,155,155,20,0,42,0,0,1), + (25070,2955,1,0,0,-2910.75,-553.365,47.9111,4.85687,155,155,20,0,42,0,0,1), + (25071,2955,1,0,0,-2948.47,-566.307,41.6471,1.49058,155,155,20,0,42,0,0,1), + (25072,2955,1,0,0,-2841.71,-341.821,53.348,5.7666,155,155,20,0,42,0,0,1), + (25073,2955,1,0,0,-2863.83,-368.271,52.4643,4.20838,155,155,20,0,42,0,0,1), + (25074,2955,1,0,0,-2850.37,-402.593,55.6316,5.69628,155,155,20,0,42,0,0,1), + (25075,2955,1,0,0,-2885.21,-445.158,48.5461,0.638421,155,155,20,0,42,0,0,1), + (25076,2955,1,0,0,-2983.34,-392.957,52.7516,4.94314,155,155,20,0,42,0,0,1), + (25077,2955,1,0,0,-3107.65,-720.782,35.2652,1.35807,155,155,20,0,42,0,0,1), + (25078,2955,1,0,0,-2914.13,-418.574,52.0204,1.79116,155,155,20,0,42,0,0,1), + (25079,2955,1,0,0,-2890.61,-414.22,48.9172,1.35043,155,155,20,0,42,0,0,1), + (25080,2955,1,0,0,-2907.85,-464.819,44.1819,5.03679,155,155,20,0,42,0,0,1), + (25081,2955,1,0,0,-2863.94,-479.933,52.4656,0.576621,155,155,20,0,42,0,0,1), + (25082,2955,1,0,0,-2850.92,-517.715,50.9136,5.06145,155,155,0,0,42,0,0,0), + (25083,2955,1,0,0,-2813.47,-526.073,55.4682,2.16176,155,155,20,0,42,0,0,1), + (25084,2955,1,0,0,-2881.56,-570.086,54.2611,4.66155,155,155,20,0,42,0,0,1), + (25085,2955,1,0,0,-3114.05,-453.771,28.6673,4.86727,155,155,20,0,42,0,0,1), + (25086,2955,1,0,0,-3026.64,-433.516,45.1517,3.52473,155,155,20,0,42,0,0,1), + (25087,2955,1,0,0,-3201.67,-279.45,32.5149,6.10456,155,155,20,0,42,0,0,1), + (25088,2955,1,0,0,-3248.42,-326.419,32.8765,0.293328,155,155,20,0,42,0,0,1), + (25089,2955,1,0,0,-3275.87,-224.546,39.1517,1.99191,155,155,20,0,42,0,0,1), + (25090,2955,1,0,0,-3311.14,-547.819,51.8312,0.356943,155,155,20,0,42,0,0,1), + (25091,2955,1,0,0,-3285.4,-603.356,39.0473,1.49252,155,155,20,0,42,0,0,1), + (25092,2955,1,0,0,-3270.2,-652.605,34.8025,6.14986,155,155,20,0,42,0,0,1), + (25093,2955,1,0,0,-3316.06,-677.78,43.9938,2.98479,155,155,20,0,42,0,0,1), + (25094,2955,1,0,0,-3250.75,-722.119,36.6034,6.24519,155,155,20,0,42,0,0,1), + (25095,2955,1,0,0,-3203.43,-748.811,29.8339,3.00246,155,155,20,0,42,0,0,1), + (25096,2955,1,0,0,-3152.37,-695.705,22.7903,5.03507,155,155,20,0,42,0,0,1), + (25097,2955,1,0,0,-3117.87,-616.21,33.858,6.18233,155,155,20,0,42,0,0,1), + (25098,2955,1,0,0,-3119.55,-581.385,33.864,0.009664,155,155,20,0,42,0,0,1), + (25099,2955,1,0,0,-3143.27,-566.025,32.4659,2.16151,155,155,20,0,42,0,0,1), + (25101,2955,1,0,0,-3130.23,-515.809,33.9632,0.066438,155,155,20,0,42,0,0,1), + (25102,2955,1,0,0,-3072.59,-500.734,30.7109,4.3617,155,155,20,0,42,0,0,1), + (25103,2955,1,0,0,-3025.27,-485.219,34.7532,6.25406,155,155,20,0,42,0,0,1), + (25104,2955,1,0,0,-2924.48,-413.029,54.3143,5.35355,155,155,20,0,42,0,0,1), + (25105,2955,1,0,0,-2939.09,-500.487,45.9334,5.26397,155,155,20,0,42,0,0,1), + (25106,2955,1,0,0,-2964.7,-506.814,43.3513,0.009765,155,155,20,0,42,0,0,1), + (25107,2955,1,0,0,-2979.26,-594.957,37.2569,5.89097,155,155,20,0,42,0,0,1), + (25108,2955,1,0,0,-3006.91,-618.322,31.2348,6.20297,155,155,20,0,42,0,0,1), + (25109,2955,1,0,0,-3058.44,-635.536,30.3453,4.2793,155,155,20,0,42,0,0,1), + (25110,2955,1,0,0,-3153.38,-408.762,31.4874,0.708828,155,155,20,0,42,0,0,1), + (25111,2955,1,0,0,-2999.36,-448.687,43.8473,5.34104,155,155,20,0,42,0,0,1), + (25112,2955,1,0,0,-3055.16,-555.272,27.1377,3.98643,155,155,20,0,42,0,0,1), + (25113,2955,1,0,0,-2982.59,-193.572,59.1098,1.54736,155,155,20,0,42,0,0,1), + (25114,2955,1,0,0,-3061.93,-125.453,46.5142,0.068386,155,155,20,0,42,0,0,1), + (25115,2955,1,0,0,-3091.22,-124.869,41.395,2.09734,155,155,20,0,42,0,0,1), + (25116,2955,1,0,0,-3023.5,-302.426,45.9254,4.64985,155,155,20,0,42,0,0,1), + (25117,2955,1,0,0,-3154.89,-285.67,39.6256,3.45271,155,155,20,0,42,0,0,1), + (25118,2955,1,0,0,-3182.53,-348.504,32.0346,3.10254,155,155,20,0,42,0,0,1), + (25119,2955,1,0,0,-3141.21,-244.925,40.8568,3.53465,155,155,20,0,42,0,0,1), + (25120,2955,1,0,0,-3140.32,-373.38,35.979,3.44296,155,155,20,0,42,0,0,1), + (25121,2955,1,0,0,-3033.38,-316.991,46.1089,0.156805,155,155,20,0,42,0,0,1), + (25122,2955,1,0,0,-3079.66,-280.331,36.812,4.66396,155,155,20,0,42,0,0,1), + (25123,2955,1,0,0,-3045.98,-349.31,40.1903,0.268497,155,155,20,0,42,0,0,1), + (25124,2955,1,0,0,-3131.45,-322.069,40.0784,2.88123,155,155,20,0,42,0,0,1), + (25125,2955,1,0,0,-3089.4,-346.682,37.2138,5.23152,155,155,20,0,42,0,0,1), + (25126,2955,1,0,0,-3191.29,-316.215,35.9534,0.742379,155,155,20,0,42,0,0,1), + (25127,2955,1,0,0,-3075.08,-425.632,34.2367,2.94113,155,155,20,0,42,0,0,1), + (25128,2955,1,0,0,-3183.58,-218.149,40.1468,1.83758,155,155,20,0,42,0,0,1), + (25129,2955,1,0,0,-2983.85,-286.65,50.992,5.33128,155,155,20,0,42,0,0,1), + (25130,2955,1,0,0,-2951.82,-350.502,55.8608,5.84685,155,155,0,0,42,0,0,0), + (25131,2956,1,0,0,-1352.53,-340.73,-37.9218,0.183139,250,250,20,0,120,0,0,1), + (25132,2956,1,0,0,-1876.81,-951.563,34.699,1.8703,250,250,20,0,120,0,0,1), + (25133,2956,1,0,0,-1537.64,-900.249,33.1375,4.19374,250,250,20,0,120,0,0,1), + (25134,2956,1,0,0,-2227.16,-1007.28,0.011935,2.95497,250,250,20,0,120,0,0,1), + (25135,2956,1,0,0,-2667.8,293.131,104.76,2.85257,250,250,20,0,120,0,0,1), + (25136,2956,1,0,0,-2548.22,246.626,85.8245,3.46508,250,250,20,0,120,0,0,1), + (25137,2956,1,0,0,-1515.97,-255.513,-11.4972,1.54346,250,250,20,0,120,0,0,1), + (25138,2956,1,0,0,-3008.75,255.748,98.5325,0.072281,250,250,20,0,120,0,0,1), + (25139,2956,1,0,0,-1605.61,-185.745,-7.70795,0.280982,250,250,20,0,120,0,0,1), + (25140,2956,1,0,0,-2819.97,251.055,78.542,3.70229,250,250,20,0,120,0,0,1), + (25141,2956,1,0,0,-2908.46,260.4,84.3924,1.87834,250,250,20,0,120,0,0,1), + (25142,2956,1,0,0,-1547.85,-306.794,-33.107,4.54949,250,250,20,0,120,0,0,1), + (25143,2956,1,0,0,-1646.16,-468.504,-20.8354,0.342761,250,250,20,0,120,0,0,1), + (25144,2956,1,0,0,-1816.46,-647.732,-10.256,1.52582,250,250,20,0,120,0,0,1), + (25145,2956,1,0,0,-1755.26,-120.234,-3.11778,4.58038,250,250,20,0,120,0,0,1), + (25146,2956,1,0,0,-1535.27,-783.424,-28.6515,3.04173,250,250,20,0,120,0,0,1), + (25147,4979,1,0,0,-3800.51,-4422.11,13.0896,3.19395,360,360,0,0,4665,0,0,0), + (25148,2956,1,0,0,-2750.6,-122.002,-2.71007,1.18401,250,250,20,0,120,0,0,1), + (25149,2956,1,0,0,-2779.8,-52.1184,0.998954,2.68406,250,250,20,0,120,0,0,1), + (25150,4898,1,0,0,-3697.02,-4335.27,11.4991,3.33358,360,360,0,0,2192,0,0,0), + (25151,4899,1,0,0,-3701.78,-4338.76,11.5004,1.65806,360,360,0,0,2192,0,0,0), + (25152,4952,1,0,0,-3693.9,-4506.19,11.7319,6.23082,360,360,0,0,64,0,0,0), + (25153,4979,1,0,0,-3994.8,-4705.09,4.38484,5.5676,360,360,0,0,4665,0,0,0), + (25154,4345,1,0,0,-4831.07,-3592.38,28.6058,1.01229,360,360,0,0,4572,0,0,0), + (25155,2956,1,0,0,-1616.05,-751.352,-26.6389,2.39761,250,250,20,0,120,0,0,1), + (25156,4345,1,0,0,-4865.66,-3628.7,28.7443,4.20624,360,360,0,0,4572,0,0,0), + (25157,2956,1,0,0,-2021.02,147.52,51.9551,1.28552,250,250,20,0,120,0,0,1), + (25158,2956,1,0,0,-2676.22,23.2356,15.0965,4.7558,250,250,20,0,120,0,0,1), + (25159,4345,1,0,0,-4452.86,-3822.7,29.3225,2.36448,360,360,10,0,4572,0,0,1), + (25160,2956,1,0,0,-1985.12,166.272,48.9194,4.85152,250,250,20,0,120,0,0,1), + (25161,2956,1,0,0,-2064.9,209.476,77.713,2.88715,250,250,20,0,120,0,0,1), + (25162,2956,1,0,0,-2374.1,117.085,45.3492,3.29336,250,250,20,0,120,0,0,1), + (25163,2956,1,0,0,-2165.44,216.745,69.365,3.20218,250,250,20,0,120,0,0,1), + (25164,4388,1,0,0,-4083.38,-4610.44,-41.7308,1.74626,360,360,10,0,1826,0,0,1), + (25165,2956,1,0,0,-2259.2,157.188,61.3696,1.8118,250,250,20,0,120,0,0,1), + (25170,2956,1,0,0,-2382.24,182.339,48.3298,1.47697,250,250,20,0,120,0,0,1), + (25171,4343,1,0,0,-3513.92,-2765.56,29.9323,1.83093,360,360,10,0,1536,0,0,1), + (25172,2956,1,0,0,-2214.44,204.668,74.6919,1.4789,250,250,20,0,120,0,0,1), + (25173,2956,1,0,0,-2086.63,34.3739,18.8187,1.7613,250,250,20,0,120,0,0,1), + (25174,2956,1,0,0,-1744.57,-898.233,77.5864,6.06282,250,250,20,0,120,0,0,1), + (25175,2956,1,0,0,-1842.55,-461.321,-8.39096,5.69406,250,250,20,0,120,0,0,1), + (25176,2956,1,0,0,-2527.26,155.281,58.6705,1.78121,250,250,20,0,120,0,0,1), + (25177,2956,1,0,0,-1672.37,-827.623,22.0241,1.6726,250,250,20,0,120,0,0,1), + (25178,2956,1,0,0,-2132.56,53.0019,31.9648,3.01821,250,250,20,0,120,0,0,1), + (25179,2956,1,0,0,-1322.96,317.938,3.01788,2.09648,250,250,20,0,120,0,0,1), + (25180,2956,1,0,0,-2635.22,-63.9381,-4.2629,0.6607,250,250,20,0,120,0,0,1), + (25181,2956,1,0,0,-2195.22,26.7337,26.7748,1.93643,250,250,20,0,120,0,0,1), + (25182,2956,1,0,0,-1709.86,-759.85,0.691075,2.36172,250,250,20,0,120,0,0,1), + (25183,2956,1,0,0,-1338.35,338.603,13.8356,2.37277,250,250,20,0,120,0,0,1), + (25184,2956,1,0,0,-2118.7,175.969,56.0241,4.39681,250,250,20,0,120,0,0,1), + (25185,2956,1,0,0,-1788.18,212.357,36.9733,5.39414,250,250,20,0,120,0,0,1), + (25186,2956,1,0,0,-2710.84,-316.79,2.25782,5.8606,250,250,20,0,120,0,0,1), + (25187,2956,1,0,0,-2554.08,37.247,17.3699,4.94505,250,250,20,0,120,0,0,1), + (25188,2956,1,0,0,-2708.38,-270.985,4.84437,1.8499,250,250,20,0,120,0,0,1), + (25189,2956,1,0,0,-1851.52,-812.745,-1.93501,0.431664,250,250,20,0,120,0,0,1), + (25190,2956,1,0,0,-1670.64,-256.396,-13.9978,5.38011,250,250,20,0,120,0,0,1), + (25191,2956,1,0,0,-2569.57,93.6331,42.28,0.836403,250,250,20,0,120,0,0,1), + (25192,2956,1,0,0,-2544.49,11.7637,9.99825,6.19748,250,250,20,0,120,0,0,1), + (25193,2956,1,0,0,-1439.91,283.226,14.8315,3.02813,250,250,20,0,120,0,0,1), + (25194,2956,1,0,0,-1481.61,116.586,0.931797,4.14122,250,250,20,0,120,0,0,1), + (25195,2956,1,0,0,-2548.53,-108.522,-3.55403,5.13319,250,250,20,0,120,0,0,1), + (25196,2956,1,0,0,-2148.28,-1167.37,30.4433,5.32152,250,250,3,0,120,0,0,1), + (25197,2956,1,0,0,-2445.21,-88,-3.24158,2.85439,250,250,20,0,120,0,0,1), + (25198,2956,1,0,0,-2582.47,-150.699,-4.12167,5.52936,250,250,20,0,120,0,0,1), + (25199,2956,1,0,0,-2418.39,-29.6549,-2.06925,5.43012,250,250,20,0,120,0,0,1), + (25200,2956,1,0,0,-2610.9,-49.4141,-1.99231,0.204678,250,250,20,0,120,0,0,1), + (25201,2956,1,0,0,-2157.03,-158.981,-9.11041,1.90737,250,250,20,0,120,0,0,1), + (25202,2956,1,0,0,-2315.77,-1119.91,-7.51432,5.16354,250,250,20,0,120,0,0,1), + (25203,2956,1,0,0,-2981,214.086,76.9923,2.34514,250,250,20,0,120,0,0,1), + (25204,2956,1,0,0,-2221.05,-5.52162,13.7513,1.76277,250,250,20,0,120,0,0,1), + (25205,2956,1,0,0,-2032.29,-31.2062,-2.65483,4.05608,250,250,20,0,120,0,0,1), + (25206,2956,1,0,0,-2446.35,85.0515,32.635,5.1935,250,250,20,0,120,0,0,1), + (25207,2956,1,0,0,-1577.11,221.244,-0.799335,0.117566,250,250,20,0,120,0,0,1), + (25208,2956,1,0,0,-2033.25,-196.54,-9.33522,5.54688,250,250,20,0,120,0,0,1), + (25209,2956,1,0,0,-1684.07,164.062,0.992815,4.76518,250,250,20,0,120,0,0,1), + (25210,2956,1,0,0,-1777.19,-198.79,-9.29985,1.13766,250,250,20,0,120,0,0,1), + (25211,2956,1,0,0,-2392.09,20.0011,15.6631,2.76217,250,250,20,0,120,0,0,1), + (25212,2956,1,0,0,-2847.46,107.454,72.5485,5.27492,250,250,20,0,120,0,0,1), + (25213,2956,1,0,0,-2676.14,-16.7724,3.37195,5.39262,250,250,20,0,120,0,0,1), + (25214,2956,1,0,0,-2350,-650,-7.54984,0.766407,250,250,20,0,120,0,0,1), + (25215,2956,1,0,0,-2585.76,-184.669,-5.07597,2.01668,250,250,20,0,120,0,0,1), + (25216,2956,1,0,0,-2059.25,20.9133,14.6796,1.65373,250,250,20,0,120,0,0,1), + (25217,2956,1,0,0,-2566.35,-530.988,-3.52096,2.29392,250,250,20,0,120,0,0,1), + (25218,2956,1,0,0,-2612.61,-412.417,-6.57321,3.09606,250,250,20,0,120,0,0,1), + (25219,2956,1,0,0,-2621.33,-758.521,-5.34071,2.55967,250,250,20,0,120,0,0,1), + (25220,2956,1,0,0,-2383.76,-720.154,-5.71359,4.65522,250,250,20,0,120,0,0,1), + (25221,2956,1,0,0,-1927.13,233.84,59.921,2.18264,250,250,20,0,120,0,0,1), + (25222,3212,1,0,0,-2304.42,-358.541,-9.29993,4.0088,250,250,0,0,594,0,0,2), + (25223,2956,1,0,0,-2748.02,-954.166,21.6735,4.15856,250,250,3,0,120,0,0,1), + (25224,2956,1,0,0,-1615.02,246.582,7.10993,1.07223,250,250,20,0,120,0,0,1), + (25225,2956,1,0,0,-2248.6,-857.28,-7.49847,3.95893,250,250,20,0,120,0,0,1), + (25226,2956,1,0,0,-2614.95,-348.671,-8.1749,4.58967,250,250,20,0,120,0,0,1), + (25227,2956,1,0,0,-2547.32,-475.735,-5.92679,0.919926,250,250,20,0,120,0,0,1), + (25228,2956,1,0,0,-2916.35,151.109,81.1488,2.31449,250,250,20,0,120,0,0,1), + (25229,2956,1,0,0,-2780,152.124,53.6048,1.15444,250,250,20,0,120,0,0,1), + (25230,2956,1,0,0,-2250.99,-782.348,-3.46705,5.86239,250,250,20,0,120,0,0,1), + (25231,2956,1,0,0,-2649.02,148.309,47.3755,5.75476,250,250,20,0,120,0,0,1), + (25232,2956,1,0,0,-2719.5,217.22,79.5782,3.19633,250,250,20,0,120,0,0,1), + (25233,2956,1,0,0,-2616.55,180.361,62.5331,4.24874,250,250,20,0,120,0,0,1), + (25234,2956,1,0,0,-2317.54,-47.7322,-2.91901,2.08359,250,250,20,0,120,0,0,1), + (25235,2956,1,0,0,-2579.87,-919.681,-5.38771,5.35773,250,250,20,0,120,0,0,1), + (25236,2956,1,0,0,-2555.22,-936.102,-7.12971,4.45556,250,250,20,0,120,0,0,1), + (25237,2956,1,0,0,-1816.76,-284.566,-8.30801,4.60215,250,250,20,0,120,0,0,1), + (25238,2956,1,0,0,-2314.87,-113.409,-9.38592,6.01611,250,250,15,0,120,0,0,1), + (25239,2957,1,0,0,-735.974,-504.577,-24.2672,0.7135,250,250,20,0,156,0,0,1), + (25240,2957,1,0,0,-1149.02,-814.933,-27.9997,1.54736,250,250,20,0,156,0,0,1), + (25241,2957,1,0,0,-947.748,-711.225,-32.2913,5.69518,250,250,20,0,156,0,0,1), + (25242,3213,1,0,0,-2910.13,-185.786,59.0747,3.03543,250,250,0,0,3866,0,0,0), + (25243,2957,1,0,0,-1579.38,-501.216,-43.4083,0.285279,250,250,20,0,156,0,0,1), + (25244,2957,1,0,0,-655.97,-120.829,-5.05292,3.12597,250,250,20,0,156,0,0,1), + (25245,2957,1,0,0,-1419.32,-523.651,-59.7341,0.019529,250,250,20,0,156,0,0,1), + (25246,2957,1,0,0,-942.994,-780.385,-12.4347,1.67379,250,250,20,0,156,0,0,1), + (25247,2957,1,0,0,-1229.89,-882.591,-4.88661,5.35724,250,250,20,0,156,0,0,1), + (25248,2957,1,0,0,-1374.11,-331.503,-32.9141,4.60162,250,250,20,0,156,0,0,1), + (25249,2957,1,0,0,-1428.12,-816.219,-11.8363,5.05883,250,250,20,0,156,0,0,1), + (25250,2957,1,0,0,-1030.59,-625.379,-58.3883,5.65683,250,250,30,0,156,0,0,1), + (25251,2957,1,0,0,-1387.35,-869.293,-3.13694,3.70847,250,250,20,0,156,0,0,1), + (25252,2957,1,0,0,-1199.19,-384.055,-24.1729,4.27561,250,250,20,0,156,0,0,1), + (25253,2957,1,0,0,-1622.63,-623.876,-39.738,3.9049,250,250,20,0,156,0,0,1), + (25254,2957,1,0,0,-1124.34,-649.214,-55.5236,0.086692,250,250,20,0,156,0,0,1), + (25255,2957,1,0,0,-754.368,-685.063,-15.9514,3.62707,250,250,20,0,156,0,0,1), + (25256,2957,1,0,0,-990.859,-768.765,-15.918,4.2898,250,250,20,0,156,0,0,1), + (25257,2957,1,0,0,-902.009,-678.023,-42.7604,6.02258,250,250,20,0,156,0,0,1), + (25258,2957,1,0,0,-567.73,-210.797,28.5572,3.46767,250,250,20,0,156,0,0,1), + (25259,2957,1,0,0,-573.018,6.11083,4.03131,5.50007,250,250,15,0,156,0,0,1), + (25260,2957,1,0,0,-1022.68,-940.472,4.86246,4.55944,250,250,20,0,156,0,0,1), + (25261,2957,1,0,0,-1450.19,-648.894,-57.0787,4.81808,250,250,20,0,156,0,0,1), + (25262,2957,1,0,0,-1479.75,-648.859,-58.0621,3.26498,250,250,20,0,156,0,0,1), + (25263,2957,1,0,0,-550.038,-552.555,20.3649,2.92022,250,250,20,0,156,0,0,1), + (25264,2957,1,0,0,-886.789,-881.334,14.9631,2.97869,250,250,3,0,156,0,0,1), + (25265,2957,1,0,0,-1137.8,-400.376,-22.3477,5.21189,250,250,20,0,156,0,0,1), + (25266,2957,1,0,0,-1172.16,-1138.58,32.2667,2.77744,250,250,20,0,156,0,0,1), + (25267,2957,1,0,0,-1277.17,-510.942,-59.7329,2.61944,250,250,30,0,156,0,0,1), + (25268,2957,1,0,0,-1352.62,-243.776,0.908582,5.08854,250,250,20,0,156,0,0,1), + (25269,2957,1,0,0,-911.126,-383.203,-31.2101,0.412075,250,250,20,0,156,0,0,1), + (25270,2957,1,0,0,-884.872,-220.932,-7.99235,3.09645,250,250,20,0,156,0,0,1), + (25271,2957,1,0,0,-752.517,-356.742,-25.6738,1.43166,250,250,20,0,156,0,0,1), + (25272,2957,1,0,0,-1184.81,-582.884,-57.3622,2.33695,250,250,20,0,156,0,0,1), + (25273,2957,1,0,0,-622.098,-199.515,1.91882,6.20297,250,250,20,0,156,0,0,1), + (25274,2957,1,0,0,-1082.2,-570.169,-54.6034,4.61743,250,250,20,0,156,0,0,1), + (25275,2957,1,0,0,-1385.45,-652.911,-55.0518,2.49934,250,250,20,0,156,0,0,1), + (25276,2957,1,0,0,-740.782,-397.205,-24.696,5.7734,250,250,20,0,156,0,0,1), + (25277,2957,1,0,0,-1287.91,-480.697,-57.5081,5.63578,250,250,30,0,156,0,0,1), + (25278,4343,1,0,0,-3426.89,-3241.1,35.2724,2.89709,360,360,10,0,1536,0,0,1), + (25279,4346,1,0,0,-3007.22,-4140.08,24.9907,2.3304,360,360,10,0,1403,0,0,1), + (25280,2957,1,0,0,-1149.11,-482.611,-46.8554,0.426951,250,250,20,0,156,0,0,1), + (25281,2957,1,0,0,-617.72,-585.799,-3.64969,2.78648,250,250,20,0,156,0,0,1), + (25282,2957,1,0,0,-702.751,69.0906,-14.5473,0.925342,250,250,20,0,156,0,0,1), + (25283,2957,1,0,0,-779.434,127.566,-5.47177,5.51166,250,250,2,0,156,0,0,1), + (25284,2957,1,0,0,-532.999,-374.383,39.972,5.16118,250,250,10,0,156,0,0,1), + (25285,2957,1,0,0,-858.116,77.6387,-12.2434,2.11055,250,250,15,0,156,0,0,1), + (25286,2957,1,0,0,-1227.67,-596.782,-56.2063,2.30234,250,250,20,0,156,0,0,1), + (25287,2957,1,0,0,-705.726,-722.994,10.7298,1.73562,250,250,20,0,156,0,0,1), + (25288,2957,1,0,0,-2109.31,-1059.93,21.7356,5.13676,250,250,20,0,156,0,0,1), + (25289,2957,1,0,0,-909.76,-583.874,-51.0747,3.15331,250,250,20,0,156,0,0,1), + (25290,2957,1,0,0,-979.906,-926.972,5.83319,1.74031,250,250,20,0,156,0,0,1), + (25291,2957,1,0,0,-1149.8,-1069.38,14.8393,1.2367,250,250,20,0,156,0,0,1), + (25292,2957,1,0,0,-1246.88,-242.3,9.54879,1.2799,250,250,20,0,156,0,0,1), + (25293,2957,1,0,0,-1345.18,-723.79,-42.6737,5.76452,250,250,20,0,156,0,0,1), + (25294,2957,1,0,0,-1440.93,-706.365,-54.7364,1.88884,250,250,20,0,156,0,0,1), + (25295,2957,1,0,0,-1283.28,-831.279,-14.757,3.94633,250,250,20,0,156,0,0,1), + (25296,2957,1,0,0,-1059.04,-992.862,10.9902,5.04279,250,250,20,0,156,0,0,1), + (25297,2957,1,0,0,-1310.96,-921.242,-2.16513,4.23301,250,250,20,0,156,0,0,1), + (25298,2957,1,0,0,-1196.18,-922.55,-6.08368,3.27152,250,250,20,0,156,0,0,1), + (25299,2957,1,0,0,-1717.53,-583.272,-19.3508,5.50331,250,250,20,0,156,0,0,1), + (25300,2957,1,0,0,-1633.56,-648.76,-36.6175,3.98364,250,250,20,0,156,0,0,1), + (25301,2957,1,0,0,-666.298,-88.4229,-9.44881,3.3321,250,250,15,0,156,0,0,1), + (25302,2957,1,0,0,-1185.06,-1047.41,3.40597,1.61374,250,250,20,0,156,0,0,1), + (25303,2957,1,0,0,-1116.22,-749.929,-51.0941,3.86624,250,250,20,0,156,0,0,1), + (25304,2957,1,0,0,-1059.83,-740.156,-37.8696,5.46189,250,250,20,0,156,0,0,1), + (25305,2957,1,0,0,-1264.1,-727.996,-49.2899,3.45583,250,250,20,0,156,0,0,1), + (25306,2957,1,0,0,-894.109,283.363,27.2116,1.90916,250,250,20,0,156,0,0,1), + (25307,2957,1,0,0,-880.478,-578.299,-45.8219,4.34214,250,250,20,0,156,0,0,1), + (25308,2957,1,0,0,-2118.63,-916.301,7.73826,4.78272,250,250,20,0,156,0,0,1), + (25309,2957,1,0,0,-1117.51,-1050.39,10.6779,2.6075,250,250,20,0,156,0,0,1), + (25310,2957,1,0,0,-1987.85,-48.3263,-3.94627,0.359457,250,250,20,0,156,0,0,1), + (25311,2957,1,0,0,-640.328,-320.015,0.396584,1.78925,250,250,20,0,156,0,0,1), + (25312,2957,1,0,0,-752.45,-545.726,-26.9532,5.36773,250,250,20,0,156,0,0,1), + (25313,2957,1,0,0,-614.28,-422.959,2.58403,4.62438,250,250,20,0,156,0,0,1), + (25314,2957,1,0,0,-907.626,-305.96,-21.0153,4.85954,250,250,20,0,156,0,0,1), + (25315,2957,1,0,0,-824.352,-448.42,-31.7503,2.94113,250,250,20,0,156,0,0,1), + (25316,2957,1,0,0,-725.77,-65.3385,-25.3455,1.0468,250,250,15,0,156,0,0,1), + (25317,2957,1,0,0,-777.907,-450.617,-31.0606,6.18934,250,250,20,0,156,0,0,1), + (25318,4346,1,0,0,-2489.97,-3676.15,42.0794,5.42589,360,360,5,0,1403,0,0,1), + (25319,2957,1,0,0,-620.659,-383.722,2.17645,3.53262,250,250,20,0,156,0,0,1), + (25320,2957,1,0,0,-1853.08,-553.833,0.15963,4.6441,250,250,20,0,156,0,0,1), + (25321,2957,1,0,0,-855.969,-316.607,-21.2938,1.19219,250,250,20,0,156,0,0,1), + (25322,2957,1,0,0,-1805.74,-870.468,38.9292,2.24828,250,250,20,0,156,0,0,1), + (25323,2957,1,0,0,-1747.08,141.617,4.26918,1.67066,250,250,20,0,156,0,0,1), + (25324,2957,1,0,0,-1635.93,83.7999,-17.6184,5.28747,250,250,0,0,156,0,0,0), + (25325,2957,1,0,0,-1788.98,-320.257,-9.29986,6.1685,250,250,20,0,156,0,0,1), + (25326,2957,1,0,0,-2385.42,-1249.97,-7.08757,0.739366,250,250,20,0,156,0,0,1), + (25327,2957,1,0,0,-2007.14,-811.365,-8.57053,4.81492,250,250,20,0,156,0,0,1), + (25328,2957,1,0,0,-920.514,83.6867,9.0189,1.59423,250,250,10,0,156,0,0,1), + (25329,2957,1,0,0,-1882.62,-176.13,-7.31035,1.82688,250,250,20,0,156,0,0,1), + (25330,2957,1,0,0,-915.626,16.2885,12.5186,1.87764,250,250,20,0,156,0,0,1), + (25331,2957,1,0,0,-908.937,-146.662,5.07453,0.407713,250,250,15,0,156,0,0,1), + (25332,2957,1,0,0,-1881.78,90.388,24.5386,1.47696,250,250,20,0,156,0,0,1), + (25333,2957,1,0,0,-1782.94,-721.268,-9.23865,4.6753,250,250,20,0,156,0,0,1), + (25334,2957,1,0,0,-2477.91,-1145.64,-9.29984,0.614356,250,250,20,0,156,0,0,1), + (25335,2957,1,0,0,-2483.61,-1084.28,-4.84297,3.93536,250,250,20,0,156,0,0,1), + (25336,2957,1,0,0,-2424.84,-1159.29,-7.13397,3.91553,250,250,20,0,156,0,0,1), + (25337,2957,1,0,0,-2448.48,-1248.7,-7.35951,5.13983,250,250,20,0,156,0,0,1), + (25338,2957,1,0,0,-2351.98,-1354.59,10.4324,6.05533,250,250,20,0,156,0,0,1), + (25339,2957,1,0,0,-2315.77,-1457,37.8025,4.88109,250,250,20,0,156,0,0,1), + (25340,2957,1,0,0,-1180.95,338.982,12.4683,1.62968,250,250,20,0,156,0,0,1), + (25341,2957,1,0,0,-1524.34,-411.527,-44.5795,5.73208,250,250,20,0,156,0,0,1), + (25342,2957,1,0,0,-1707.51,-388.744,-20.7691,1.78925,250,250,20,0,156,0,0,1), + (25343,2957,1,0,0,-2205.21,-824.12,-7.58558,1.95493,250,250,20,0,156,0,0,1), + (25344,2957,1,0,0,-1010.17,-153.575,39.0238,2.84826,250,250,20,0,156,0,0,1), + (25345,3214,1,0,0,-2973.94,-222.564,52.6957,0.078998,250,250,0,0,3866,0,0,0), + (25346,2958,1,0,0,-2788.87,286.723,98.8682,3.29989,250,250,20,0,102,0,0,1), + (25347,2958,1,0,0,-2721.75,173.175,66.3899,1.10715,250,250,20,0,102,0,0,1), + (25348,2958,1,0,0,-2615.43,251.19,82.4648,0.177151,250,250,20,0,102,0,0,1), + (25349,2958,1,0,0,-2926.63,305.45,104.928,0.928076,250,250,20,0,102,0,0,1), + (25350,2958,1,0,0,-2682.31,92.9707,36.5874,1.46899,250,250,20,0,102,0,0,1), + (25351,2958,1,0,0,-2885.22,318.789,107.429,6.12831,250,250,20,0,102,0,0,1), + (25352,2958,1,0,0,-2989.23,298.476,115.955,1.6726,250,250,20,0,102,0,0,1), + (25353,2958,1,0,0,-2713.41,254.404,97.5758,3.1123,250,250,20,0,102,0,0,1), + (25354,2958,1,0,0,-2112.11,247.217,82.8743,1.14078,250,250,3,0,102,0,0,1), + (25355,2958,1,0,0,-2074.78,-0.562558,11.8364,0.26914,250,250,20,0,102,0,0,1), + (25356,2958,1,0,0,-2878.86,283.302,90.9106,0.311862,250,250,20,0,102,0,0,1), + (25357,2958,1,0,0,-2710.17,83.0727,35.0243,5.35784,250,250,20,0,102,0,0,1), + (25358,2958,1,0,0,-2795.73,-105.291,7.27437,6.20297,250,250,3,0,102,0,0,1), + (25359,2958,1,0,0,-2716.03,-165.105,4.85646,1.24287,250,250,20,0,102,0,0,1), + (25360,2958,1,0,0,-2048.96,174.933,64.5987,1.69612,250,250,20,0,102,0,0,1), + (25361,2958,1,0,0,-2479.04,123.383,43.939,4.27495,250,250,20,0,102,0,0,1), + (25362,2958,1,0,0,-2106.8,86.5444,34.1429,2.52389,250,250,20,0,102,0,0,1), + (25363,2958,1,0,0,-2074.12,252.714,98.74,4.85539,250,250,20,0,102,0,0,1), + (25364,2958,1,0,0,-2060.59,182.195,71.5658,0.044979,250,250,20,0,102,0,0,1), + (25365,2958,1,0,0,-2179.17,84.023,39.9356,1.84336,250,250,20,0,102,0,0,1), + (25366,2958,1,0,0,-2263.35,86.8583,42.0195,6.00649,250,250,20,0,102,0,0,1), + (25367,2958,1,0,0,-2211.05,104.396,44.7027,1.30936,250,250,20,0,102,0,0,1), + (25368,2958,1,0,0,-2189.89,211.247,75.1092,5.95711,250,250,20,0,102,0,0,1), + (25369,2958,1,0,0,-2247.91,195.905,69.0405,1.24287,250,250,20,0,102,0,0,1), + (25370,2958,1,0,0,-2316.66,175.67,52.9471,3.01321,250,250,20,0,102,0,0,1), + (25371,2958,1,0,0,-2046.6,-87.7574,-8.63331,6.21035,250,250,20,0,102,0,0,1), + (25372,2958,1,0,0,-2305.68,155.181,52.9685,5.12625,250,250,20,0,102,0,0,1), + (25373,2958,1,0,0,-2284.5,-8.44462,8.43318,1.72374,250,250,20,0,102,0,0,1), + (25374,2958,1,0,0,-2488.34,186.139,55.2452,0.301949,250,250,20,0,102,0,0,1), + (25375,2958,1,0,0,-2513.83,212.307,66.7535,3.8898,250,250,20,0,102,0,0,1), + (25376,2958,1,0,0,-2682.91,-194.149,4.05871,1.21385,250,250,20,0,102,0,0,1), + (25377,4346,1,0,0,-2522.65,-3736.86,55.7424,5.20108,360,360,0,0,1403,0,0,0), + (25378,2958,1,0,0,-2458.78,-112.359,-5.09409,5.28891,250,250,20,0,102,0,0,1), + (25379,2958,1,0,0,-2450.89,137.398,44.6795,3.99466,250,250,20,0,102,0,0,1), + (25380,2958,1,0,0,-2361.17,179.111,48.7023,6.21285,250,250,20,0,102,0,0,1), + (25381,2958,1,0,0,-2788.48,-17.3906,8.04639,3.14159,250,250,20,0,102,0,0,1), + (25382,2958,1,0,0,-2577.55,-256.164,-9.58019,5.97142,250,250,20,0,102,0,0,1), + (25383,2958,1,0,0,-2235.41,15.4524,20.0411,4.94217,250,250,20,0,102,0,0,1), + (25384,2958,1,0,0,-2646.2,-310.373,-5.97216,1.17667,250,250,20,0,102,0,0,1), + (25385,2958,1,0,0,-2662.95,-433.62,-9.54505,2.30314,250,250,20,0,102,0,0,1), + (25386,2958,1,0,0,-2638.93,-399.318,-10.0624,1.06714,250,250,20,0,102,0,0,1), + (25387,2958,1,0,0,-2684.45,-323.493,-5.53763,1.03373,250,250,20,0,102,0,0,1), + (25388,2958,1,0,0,-2155.92,-117.875,-6.96869,0.182826,250,250,20,0,102,0,0,1), + (25389,2958,1,0,0,-2685.68,-293.702,-0.463254,1.7992,250,250,20,0,102,0,0,1), + (25390,2958,1,0,0,-2205.49,152.076,61.0732,6.2578,250,250,20,0,102,0,0,1), + (25391,2958,1,0,0,-2679.82,-88.8572,-5.67145,5.15218,250,250,20,0,102,0,0,1), + (25392,2958,1,0,0,-2453.36,5.54262,10.0967,3.47599,250,250,20,0,102,0,0,1), + (25393,2958,1,0,0,-2472.4,45.676,19.5923,5.09471,250,250,20,0,102,0,0,1), + (25394,2958,1,0,0,-2584.17,18.1941,11.8732,6.22427,250,250,20,0,102,0,0,1), + (25395,2958,1,0,0,-2580.89,184.273,67.8896,4.69872,250,250,20,0,102,0,0,1), + (25396,2958,1,0,0,-2652.5,107.052,42.0132,1.39986,250,250,20,0,102,0,0,1), + (25397,2958,1,0,0,-2649.67,-1.2128,7.32207,1.56103,250,250,20,0,102,0,0,1), + (25398,2958,1,0,0,-2390.35,91.0208,41.02,1.76155,250,250,20,0,102,0,0,1), + (25399,2958,1,0,0,-2429.02,61.9411,30.3348,2.3621,250,250,20,0,102,0,0,1), + (25400,2958,1,0,0,-2537.97,-50.8862,-3.83744,6.21091,250,250,20,0,102,0,0,1), + (25401,2958,1,0,0,-2395.27,-46.4095,-7.6868,4.39064,250,250,20,0,102,0,0,1), + (25402,2958,1,0,0,-2548.38,-43.4545,-2.87658,1.26511,250,250,20,0,102,0,0,1), + (25403,2958,1,0,0,-2523.77,82.5812,31.1504,3.1084,250,250,20,0,102,0,0,1), + (25404,2958,1,0,0,-2507.22,169.163,55.4974,5.32795,250,250,20,0,102,0,0,1), + (25405,2958,1,0,0,-2304.71,219.181,64.0281,6.11211,250,250,20,0,102,0,0,1), + (25406,2958,1,0,0,-2547.1,113.72,46.7663,4.79128,250,250,20,0,102,0,0,1), + (25407,2958,1,0,0,-2615.04,30.9699,18.5221,1.6726,250,250,20,0,102,0,0,1), + (25408,2958,1,0,0,-2121.84,-48.3829,5.34183,1.18149,250,250,20,0,102,0,0,1), + (25409,2958,1,0,0,-1980.84,42.934,16.9276,4.76518,250,250,20,0,102,0,0,1), + (25410,2958,1,0,0,-2623.36,-5.81656,7.67871,5.65901,250,250,20,0,102,0,0,1), + (25411,2958,1,0,0,-2518.22,-84.4699,-6.17034,2.6454,250,250,20,0,102,0,0,1), + (25412,2958,1,0,0,-2608.5,-90.1685,-5.79232,6.03133,250,250,20,0,102,0,0,1), + (25413,2958,1,0,0,-2059.4,93.033,41.1153,2.91696,250,250,20,0,102,0,0,1), + (25414,2958,1,0,0,-2555.52,-158.87,-3.44138,4.61536,250,250,20,0,102,0,0,1), + (25415,2958,1,0,0,-2463.14,-79.5428,-3.21933,3.45531,250,250,20,0,102,0,0,1), + (25416,2958,1,0,0,-2015.21,36.3462,18.3164,4.35722,250,250,20,0,102,0,0,1), + (25417,2958,1,0,0,-2145.87,-18.0881,16.3239,2.15042,250,250,20,0,102,0,0,1), + (25418,2958,1,0,0,-2527.43,-778.602,-3.3862,2.87612,250,250,20,0,102,0,0,1), + (25419,2958,1,0,0,-2412.04,130.978,45.7991,0.258715,250,250,20,0,102,0,0,1), + (25420,2958,1,0,0,-2353.37,-47.4217,-6.86706,4.44178,250,250,20,0,102,0,0,1), + (25421,2958,1,0,0,-2047.95,-45.9463,-5.57471,3.82732,250,250,20,0,102,0,0,1), + (25422,2958,1,0,0,-2861.89,107.627,82.009,3.53262,250,250,20,0,102,0,0,1), + (25423,2958,1,0,0,-2248.25,-19.0975,11.186,1.90948,250,250,20,0,102,0,0,1), + (25424,2958,1,0,0,-2808.66,43.0301,30.3549,5.6475,250,250,20,0,102,0,0,1), + (25425,2958,1,0,0,-2712.59,19.7206,13.611,5.62603,250,250,20,0,102,0,0,1), + (25426,2958,1,0,0,-2509.54,-511.66,-9.29987,5.64542,250,250,20,0,102,0,0,1), + (25427,2958,1,0,0,-2544.44,-863.423,-7.45485,4.5702,250,250,20,0,102,0,0,1), + (25428,2958,1,0,0,-2663.99,-697.249,-1.84079,3.93252,250,250,20,0,102,0,0,1), + (25429,2958,1,0,0,-2614.59,-693.913,2.5016,5.21538,250,250,20,0,102,0,0,1), + (25430,2958,1,0,0,-2178.85,13.3961,23.8981,4.65765,250,250,20,0,102,0,0,1), + (25431,2958,1,0,0,-2485.3,-555.292,-9.29989,3.11148,250,250,20,0,102,0,0,1), + (25432,2958,1,0,0,-2683.87,-795.848,-6.0108,1.51606,250,250,20,0,102,0,0,1), + (25433,2958,1,0,0,-2646.47,-860.605,-7.12713,4.06883,250,250,20,0,102,0,0,1), + (25434,2958,1,0,0,-2557.57,-617.249,-8.52154,2.71037,250,250,20,0,102,0,0,1), + (25435,2958,1,0,0,-2453.54,-848.665,-3.80502,3.18063,250,250,20,0,102,0,0,1), + (25436,2958,1,0,0,-2583.21,-450.444,-1.19729,3.89261,250,250,20,0,102,0,0,1), + (25437,2958,1,0,0,-2249.06,-719.273,-4.38355,5.06784,250,250,20,0,102,0,0,1), + (25438,2958,1,0,0,-2420.17,-817.775,-6.35256,3.05553,250,250,20,0,102,0,0,1), + (25439,2958,1,0,0,-2710.79,-54.5769,-4.41669,5.93537,250,250,20,0,102,0,0,1), + (25440,2958,1,0,0,-2942.5,248.095,84.0427,1.88266,250,250,20,0,102,0,0,1), + (25441,2958,1,0,0,-2107.51,29.5948,23.4978,1.40905,250,250,20,0,102,0,0,1), + (25442,2958,1,0,0,-2526.2,-844.574,-4.8192,6.00837,250,250,20,0,102,0,0,1), + (25443,2958,1,0,0,-2754.17,46.6465,22.8682,4.71879,250,250,20,0,102,0,0,1), + (25444,2958,1,0,0,-2880.91,252.572,79.3487,0.695448,250,250,20,0,102,0,0,1), + (25445,2958,1,0,0,-2582.08,-784.149,-2.96584,1.1233,250,250,20,0,102,0,0,1), + (25446,2958,1,0,0,-2751.66,182.61,68.0424,3.65431,250,250,20,0,102,0,0,1), + (25447,4065,0,0,0,-9288.48,-2998.13,119.47,6.21337,300,300,0,0,1563,0,0,0), + (25448,2958,1,0,0,-2849.03,153.545,64.0656,1.87036,250,250,20,0,102,0,0,1), + (25449,4065,0,0,0,-9308.72,-2942.36,128.656,4.43853,300,300,5,0,1563,0,0,2), + (25450,2958,1,0,0,-2279.75,104.41,45.6813,4.9408,250,250,20,0,102,0,0,1), + (25451,2958,1,0,0,-2386.63,-120.229,-5.80653,3.9019,250,250,10,0,102,0,0,1), + (25452,2958,1,0,0,-2785.45,218.461,76.9508,2.39042,250,250,20,0,102,0,0,1), + (25453,2958,1,0,0,-2684.1,-748.769,-5.79998,2.29905,250,250,20,0,102,0,0,1), + (25454,2958,1,0,0,-2683.57,183.236,57.8351,3.70055,250,250,20,0,102,0,0,1), + (25455,2958,1,0,0,-2514.22,-391.397,-5.92157,3.30123,250,250,20,0,102,0,0,1), + (25456,2958,1,0,0,-2583.18,-586.091,-6.87236,1.73614,250,250,20,0,102,0,0,1), + (25457,2958,1,0,0,-2751.65,247.034,98.5939,3.92699,250,250,20,0,102,0,0,1), + (25458,2958,1,0,0,-2303.55,-742.134,-8.5681,1.0153,250,250,20,0,102,0,0,1), + (25459,2958,1,0,0,-2654.49,-582.311,-1.53535,3.21582,250,250,20,0,102,0,0,1), + (25460,2958,1,0,0,-2614.76,-550.622,-7.02309,5.85203,250,250,20,0,102,0,0,1), + (25461,4374,1,0,0,-2704.86,-4641.92,-14.1115,0.801498,1200,1200,10,0,8883,0,0,1), + (25462,2958,1,0,0,-2346.98,-83.7509,-9.16019,5.6253,250,250,20,0,102,0,0,1), + (25463,2958,1,0,0,-2649.93,214.503,61.3367,4.6557,250,250,20,0,102,0,0,1), + (25464,2958,1,0,0,-2150.36,118.163,42.1278,2.96873,250,250,20,0,102,0,0,1), + (25465,2958,1,0,0,-2850.17,214.116,64.798,4.4414,250,250,20,0,102,0,0,1), + (25466,2958,1,0,0,-2583.83,147.852,61.054,3.77025,250,250,20,0,102,0,0,1), + (25467,2958,1,0,0,-2180.95,-120.774,-5.6486,4.66155,250,250,20,0,102,0,0,1), + (25468,3215,1,0,0,-2219.97,-444.775,-7.97688,3.54781,250,250,0,0,594,0,0,0), + (25469,2959,1,0,0,-2708.17,-989.189,13.6916,4.92471,250,250,3,0,137,0,0,1), + (25470,2959,1,0,0,-2096.33,-1188.19,40.2061,5.38358,250,250,3,0,137,0,0,1), + (25471,2959,1,0,0,-1488.94,-275.524,-17.0156,2.08946,250,250,20,0,137,0,0,1), + (25472,2959,1,0,0,-1441.33,-583.471,-58.3986,4.54949,250,250,20,0,137,0,0,1), + (25473,2959,1,0,0,-2685.63,-918.528,-6.00832,3.17868,250,250,20,0,137,0,0,1), + (25474,2959,1,0,0,-2774.62,-921.644,11.7323,3.06736,250,250,3,0,137,0,0,1), + (25475,2959,1,0,0,-2018.65,223.556,78.5514,2.17181,250,250,20,0,137,0,0,1), + (25476,2959,1,0,0,-2531.23,-1017.27,-5.90978,6.08847,250,250,20,0,137,0,0,1), + (25477,2959,1,0,0,-1801.13,-932.807,53.861,0.743985,250,250,20,0,137,0,0,1), + (25478,2959,1,0,0,-2157.43,-971.162,15.948,1.62749,250,250,20,0,137,0,0,1), + (25479,2959,1,0,0,-1795.4,-887.136,48.4634,5.42313,250,250,20,0,137,0,0,1), + (25480,2959,1,0,0,-1816,-564.463,-5.76179,4.77382,250,250,20,0,137,0,0,1), + (25481,2959,1,0,0,-1740.22,-938.585,88.7834,5.87111,250,250,20,0,137,0,0,1), + (25482,2959,1,0,0,-1790.98,-780.179,1.22009,1.92408,250,250,20,0,137,0,0,1), + (25483,2959,1,0,0,-1863.37,-912.855,27.2488,2.75492,250,250,20,0,137,0,0,1), + (25484,2959,1,0,0,-1852.75,-885.854,27.9365,2.00648,250,250,20,0,137,0,0,1), + (25485,2959,1,0,0,-1753.26,-655.328,-13.158,2.5929,250,250,20,0,137,0,0,1), + (25486,2959,1,0,0,-1604.43,-596.665,-45.3508,3.47208,250,250,20,0,137,0,0,1), + (25487,2959,1,0,0,-2609.96,-925.256,-5.92591,1.37007,250,250,20,0,137,0,0,1), + (25488,2959,1,0,0,-1661.2,-716.037,-15.8035,3.10255,250,250,20,0,137,0,0,1), + (25489,2959,1,0,0,-1643.77,78.3912,-15.6088,5.59594,250,250,0,0,137,0,0,0), + (25490,2959,1,0,0,-1628.89,47.7682,-12.5939,4.01238,250,250,20,0,137,0,0,1), + (25491,2959,1,0,0,-2011.54,-940.319,8.05935,1.72155,250,250,20,0,137,0,0,1), + (25492,2959,1,0,0,-1499.54,264.152,9.46844,1.79349,250,250,20,0,137,0,0,1), + (25493,2959,1,0,0,-2441.85,-1058.11,-9.04986,5.90477,250,250,20,0,137,0,0,1), + (25494,2959,1,0,0,-1485.13,119.767,0.11261,-1.01277,250,250,0,0,137,0,0,0), + (25495,2959,1,0,0,-1829.83,-1001.35,90.2895,1.31208,250,250,20,0,137,0,0,1), + (25496,2959,1,0,0,-1549.23,-751.333,-31.7084,1.87748,250,250,20,0,137,0,0,1), + (25497,2959,1,0,0,-1922.13,-799.662,-5.37928,1.53566,250,250,20,0,137,0,0,1), + (25498,2959,1,0,0,-1901.66,-898.914,11.4123,2.34514,250,250,20,0,137,0,0,1), + (25499,2959,1,0,0,-2592.91,-1092.04,-4.88079,3.01433,250,250,20,0,137,0,0,1), + (25500,2959,1,0,0,-1814.6,184.228,31.3838,4.87361,250,250,20,0,137,0,0,1), + (25501,2959,1,0,0,-1984.57,228.378,76.0306,4.4679,250,250,20,0,137,0,0,1), + (25502,2959,1,0,0,-1820.98,-826.293,15.0287,4.71825,250,250,20,0,137,0,0,1), + (25503,2959,1,0,0,-1890.24,-909.196,14.753,2.38381,250,250,20,0,137,0,0,1), + (25504,2959,1,0,0,-1571.22,-79.0938,15.5279,3.38847,250,250,20,0,137,0,0,1), + (25505,2959,1,0,0,-1780.65,-819.429,19.5019,1.87217,250,250,20,0,137,0,0,1), + (25506,2959,1,0,0,-2079.14,-973.847,16.7577,0.64276,250,250,20,0,137,0,0,1), + (25507,2959,1,0,0,-2086.56,-152.734,-8.66052,2.18586,250,250,20,0,137,0,0,1), + (25508,2959,1,0,0,-2055.26,-94.5933,-7.26323,2.7302,250,250,20,0,137,0,0,1), + (25509,2959,1,0,0,-1336.53,290.929,0.670999,0.514304,250,250,20,0,137,0,0,1), + (25510,2959,1,0,0,-2192.51,-1082.7,3.38001,0.846338,250,250,20,0,137,0,0,1), + (25511,2959,1,0,0,-1337.53,-452.992,-54.6947,5.17774,250,250,30,0,137,0,0,1), + (25512,2959,1,0,0,-2042.63,231.264,86.3051,3.74882,250,250,20,0,137,0,0,1), + (25513,2959,1,0,0,-1745.82,249.23,38.723,1.1736,250,250,20,0,137,0,0,1), + (25514,2959,1,0,0,-1814.95,-700.989,-9.48193,4.57364,250,250,20,0,137,0,0,1), + (25515,2959,1,0,0,-1389.34,-387.702,-44.9732,4.05338,250,250,20,0,137,0,0,1), + (25516,2959,1,0,0,-2548.86,-1081.21,-6.30549,3.71992,250,250,20,0,137,0,0,1), + (25517,2959,1,0,0,-1687.73,-732.952,-9.39134,1.3244,250,250,20,0,137,0,0,1), + (25518,2959,1,0,0,-1731.32,-745.894,-8.38969,2.84022,250,250,20,0,137,0,0,1), + (25519,2959,1,0,0,-2485.35,-979.271,-7.56367,0.162876,250,250,20,0,137,0,0,1), + (25520,2959,1,0,0,-1256.98,314.35,3.80694,5.61546,250,250,20,0,137,0,0,1), + (25521,2959,1,0,0,-1535.57,-531.514,-54.4624,2.36172,250,250,20,0,137,0,0,1), + (25522,2959,1,0,0,-1685.8,-109.281,-5.88784,2.44693,250,250,20,0,137,0,0,1), + (25523,2959,1,0,0,-2171.86,-1048.15,8.19739,6.08464,250,250,20,0,137,0,0,1), + (25524,2959,1,0,0,-1779.27,-62.4179,-6.91418,5.61606,250,250,20,0,137,0,0,1), + (25525,2959,1,0,0,-1723.78,17.5085,-6.2084,2.88096,250,250,20,0,137,0,0,1), + (25526,2959,1,0,0,-2714.31,-855.858,-2.07245,3.10645,250,250,20,0,137,0,0,1), + (25527,2959,1,0,0,-1569.05,-365.135,-39.5006,5.54616,250,250,20,0,137,0,0,1), + (25528,2959,1,0,0,-1753.29,-516.806,-8.56297,3.11426,250,250,20,0,137,0,0,1), + (25529,2959,1,0,0,-1917.67,-517.851,-9.38041,1.89146,250,250,20,0,137,0,0,1), + (25530,2959,1,0,0,-1916.08,-592.416,-3.51804,4.97488,250,250,20,0,137,0,0,1), + (25531,2959,1,0,0,-1858.7,-618.48,-4.25649,3.21777,250,250,20,0,137,0,0,1), + (25532,2959,1,0,0,-1636.1,-89.4105,-9.00697,2.56497,250,250,20,0,137,0,0,1), + (25533,2959,1,0,0,-1814.17,-646.506,-10.6002,6.10155,250,250,20,0,137,0,0,1), + (25534,2959,1,0,0,-1638.86,-493.693,-23.8618,2.31621,250,250,20,0,137,0,0,1), + (25535,2959,1,0,0,-1716.69,-418.599,-14.1594,3.79517,250,250,20,0,137,0,0,1), + (25536,2959,1,0,0,-2285.44,-1079.68,-5.25999,6.18733,250,250,20,0,137,0,0,1), + (25537,2959,1,0,0,-1644.29,-617.352,-34.5715,4.44869,250,250,20,0,137,0,0,1), + (25538,2959,1,0,0,-1794.31,-654.694,-12.9487,2.93309,250,250,20,0,137,0,0,1), + (25539,2959,1,0,0,-1750.28,-470.213,-11.5843,2.6964,250,250,20,0,137,0,0,1), + (25540,2959,1,0,0,-1701.99,-117.123,-5.94302,3.16307,250,250,20,0,137,0,0,1), + (25541,11407,1,0,0,-2287.56,-364.388,-9.34159,3.7001,250,250,0,0,1605,2175,0,0), + (25542,2959,1,0,0,-2518.56,-890.712,-7.42925,4.45367,250,250,20,0,137,0,0,1), + (25543,2959,1,0,0,-1641.17,-546.911,-32.0065,0.005859,250,250,20,0,137,0,0,1), + (25544,2959,1,0,0,-1513.03,-486.791,-52.7734,1.69224,250,250,20,0,137,0,0,1), + (25545,2959,1,0,0,-1411.58,-282.708,-12.9974,1.53566,250,250,20,0,137,0,0,1), + (25546,2959,1,0,0,-2574.2,-982.439,-1.8968,3.26885,250,250,20,0,137,0,0,1), + (25547,2959,1,0,0,-1868.69,-570.264,-0.09172,5.61822,250,250,20,0,137,0,0,1), + (25548,2959,1,0,0,-1566.81,-448.655,-42.0254,3.13378,250,250,20,0,137,0,0,1), + (25549,2959,1,0,0,-2058.04,-974.104,11.2353,2.8559,250,250,20,0,137,0,0,1), + (25550,2959,1,0,0,-1484.48,-349.236,-38.3408,4.62827,250,250,20,0,137,0,0,1), + (25551,2959,1,0,0,-2260.24,-910.657,-7.72422,1.41175,250,250,20,0,137,0,0,1), + (25552,2959,1,0,0,-1445.44,-292.573,-18.8739,1.65686,250,250,20,0,137,0,0,1), + (25553,2959,1,0,0,-2306.47,-1047.11,-8.42741,2.01522,250,250,20,0,137,0,0,1), + (25554,2959,1,0,0,-1787,-750.551,-5.52001,0.151015,250,250,20,0,137,0,0,1), + (25555,2959,1,0,0,-1913,-172.891,-4.03351,4.90706,250,250,20,0,137,0,0,1), + (25556,2959,1,0,0,-2386.48,-1052.22,-7.97231,4.35912,250,250,20,0,137,0,0,1), + (25557,2959,1,0,0,-1950.9,-482.575,-7.88642,4.5157,250,250,20,0,137,0,0,1), + (25558,2959,1,0,0,-1953.47,-264.023,-5.19295,5.77495,250,250,20,0,137,0,0,1), + (25559,2959,1,0,0,-1816.85,-716.717,-9.38954,0.794892,250,250,20,0,137,0,0,1), + (25560,2959,1,0,0,-1693.83,-149.862,-4.90439,3.18657,250,250,20,0,137,0,0,1), + (25561,2959,1,0,0,-1974.63,-13.8104,-1.41707,6.27733,250,250,20,0,137,0,0,1), + (25562,2959,1,0,0,-2352.37,-1067.36,-5.92012,4.59094,250,250,20,0,137,0,0,1), + (25563,2959,1,0,0,-1913.68,-342.929,-4.54522,4.3457,250,250,20,0,137,0,0,1), + (25564,2959,1,0,0,-1868.61,-179.822,-9.37129,0.472381,250,250,20,0,137,0,0,1), + (25565,2959,1,0,0,-2040.54,-908.111,-3.56893,1.99597,250,250,20,0,137,0,0,1), + (25566,2959,1,0,0,-1908.11,-241.052,-8.08322,3.9928,250,250,20,0,137,0,0,1), + (25567,2959,1,0,0,-1752.35,-614.869,-10.6327,1.15939,250,250,20,0,137,0,0,1), + (25568,2959,1,0,0,-1752.19,-119.372,-3.29479,1.50826,250,250,20,0,137,0,0,1), + (25569,2959,1,0,0,-2413.97,-962.107,-7.41506,5.44509,250,250,20,0,137,0,0,1), + (25570,2959,1,0,0,-1849.28,-117.679,-8.92492,1.91426,250,250,20,0,137,0,0,1), + (25571,2959,1,0,0,-1993.23,-786.854,-8.99112,3.01429,250,250,20,0,137,0,0,1), + (25572,2959,1,0,0,-1136.22,244.514,40.7097,4.97453,250,250,20,0,137,0,0,1), + (25573,2959,1,0,0,-2020.1,-101.719,-7.76045,4.46254,250,250,20,0,137,0,0,1), + (25574,2959,1,0,0,-1998.68,-151.516,-6.36534,3.21986,250,250,20,0,137,0,0,1), + (25575,2959,1,0,0,-1422.84,-322.218,-30.8058,1.51021,250,250,20,0,137,0,0,1), + (25576,2959,1,0,0,-2312.58,-848.856,-3.83191,3.87018,250,250,20,0,137,0,0,1), + (25577,2959,1,0,0,-1786.24,-580.859,-3.95781,2.68378,250,250,20,0,137,0,0,1), + (25578,2959,1,0,0,-1222.49,283.408,20.9599,6.2578,250,250,20,0,137,0,0,1), + (25579,2959,1,0,0,-2646.89,-1126.86,-3.33536,4.79457,250,250,20,0,137,0,0,1), + (25580,2959,1,0,0,-1649.3,-95.2698,-10.0366,5.47569,250,250,20,0,137,0,0,1), + (25581,2959,1,0,0,-1717.99,-55.0164,-2.69105,5.12883,250,250,20,0,137,0,0,1), + (25582,2959,1,0,0,-1911.63,-413.208,-2.39092,5.075,250,250,20,0,137,0,0,1), + (25583,2959,1,0,0,-2189.35,-890.243,-4.97208,4.60087,250,250,20,0,137,0,0,1), + (25584,2959,1,0,0,-2184.68,-828.666,-6.31416,1.3078,250,250,20,0,137,0,0,1), + (25585,2959,1,0,0,-1883.85,-354.384,-8.32981,4.13146,250,250,20,0,137,0,0,1), + (25586,2959,1,0,0,-2279.18,-873.237,-5.34177,0.284714,250,250,20,0,137,0,0,1), + (25587,2959,1,0,0,-1948.68,-346.423,-3.54487,1.57107,250,250,20,0,137,0,0,1), + (25588,2959,1,0,0,-1125.4,241.562,42.7905,4.92682,250,250,20,0,137,0,0,1), + (25589,2959,1,0,0,-1891.81,-147.834,-4.2806,3.19998,250,250,20,0,137,0,0,1), + (25590,2959,1,0,0,-1886.31,-485.255,-7.72352,1.83059,250,250,20,0,137,0,0,1), + (25591,2959,1,0,0,-1879.84,-405.755,-6.71257,4.78763,250,250,20,0,137,0,0,1), + (25592,2959,1,0,0,-1641.81,-281.973,-26.6071,0.321077,250,250,20,0,137,0,0,1), + (25593,2959,1,0,0,-1653.52,17.382,-10.1895,0.060144,250,250,20,0,137,0,0,1), + (25594,2959,1,0,0,-2254.45,-817.807,-4.69807,0.276945,250,250,20,0,137,0,0,1), + (25595,2959,1,0,0,-1585.66,-252.808,-15.0252,3.6542,250,250,20,0,137,0,0,1), + (25596,2959,1,0,0,-1957.81,-82.124,-2.03544,1.5708,250,250,20,0,137,0,0,1), + (25597,2959,1,0,0,-1816.08,-350.296,-6.93755,2.60054,250,250,0,0,137,0,0,0), + (25598,2959,1,0,0,-1614.88,-419.704,-34.2636,5.20051,250,250,20,0,137,0,0,1), + (25599,2959,1,0,0,-1715.53,-183.788,-9.29984,0.307017,250,250,20,0,137,0,0,1), + (25600,2959,1,0,0,-1646.59,-253.455,-23.0024,5.19788,250,250,20,0,137,0,0,1), + (25601,2959,1,0,0,-1984.44,-385.425,-3.79277,3.88409,250,250,20,0,137,0,0,1), + (25602,2959,1,0,0,-1819.83,-81.297,-8.96373,2.59983,250,250,20,0,137,0,0,1), + (25603,2959,1,0,0,-1680.72,-216.185,-10.399,6.22064,250,250,20,0,137,0,0,1), + (25604,2959,1,0,0,-2413.32,-880.573,-4.32329,1.00794,250,250,20,0,137,0,0,1), + (25605,2959,1,0,0,-1415.8,205.122,-1.2858,1.45129,250,250,20,0,137,0,0,1), + (25606,2959,1,0,0,-1387.29,218.133,4.76236,3.39604,250,250,20,0,137,0,0,1), + (25607,2959,1,0,0,-1449.21,148.675,-6.71162,2.96706,250,250,0,0,137,0,0,0), + (25608,2959,1,0,0,-1516.6,213.512,-3.45096,2.25148,250,250,0,0,137,0,0,0), + (25609,2959,1,0,0,-1500.97,139.655,-4.02629,3.79506,250,250,20,0,137,0,0,1), + (25610,2960,1,0,0,-1223.77,-1086.5,21.008,3.64071,250,250,20,0,176,0,0,1), + (25611,2960,1,0,0,-1185.35,-324.463,-1.91712,2.87294,250,250,20,0,176,0,0,1), + (25612,2960,1,0,0,-1246.66,-869.146,-6.10432,3.27686,250,250,20,0,176,0,0,1), + (25613,2960,1,0,0,-1231.35,-310.525,-15.3676,2.96296,250,250,20,0,176,0,0,1), + (25614,2960,1,0,0,-1434.62,-731.083,-50.3026,2.14145,250,250,20,0,176,0,0,1), + (25615,2960,1,0,0,-1287.59,-544.603,-60.2745,1.42586,250,250,20,0,176,0,0,1), + (25616,2960,1,0,0,-1271.05,-285.936,-20.6043,0.009765,250,250,20,0,176,0,0,1), + (25617,2960,1,0,0,-755.247,-483.209,-26.9923,2.32557,250,250,20,0,176,0,0,1), + (25618,2960,1,0,0,-795.636,-640.737,-27.9377,4.71216,250,250,20,0,176,0,0,1), + (25619,2960,1,0,0,-1207.14,-288.954,-2.05125,4.95696,250,250,20,0,176,0,0,1), + (25620,2960,1,0,0,-815.147,-490.8,-30.7548,0.401612,250,250,20,0,176,0,0,1), + (25621,2960,1,0,0,-1259.61,-342.681,-31.202,5.96143,250,250,20,0,176,0,0,1), + (25622,2960,1,0,0,-1308.68,-216.623,14.7721,3.39415,250,250,20,0,176,0,0,1), + (25623,2960,1,0,0,-718.798,-679.072,-19.8502,5.17604,250,250,20,0,176,0,0,1), + (25624,2960,1,0,0,-1281.06,-690.583,-58.8139,3.93799,250,250,20,0,176,0,0,1), + (25625,2960,1,0,0,-2551.17,-1381.59,7.97789,0.578152,250,250,20,0,176,0,0,1), + (25626,2960,1,0,0,-2593.43,-1113.36,-8.85251,3.30063,250,250,20,0,176,0,0,1), + (25627,2960,1,0,0,-2612.75,-1121.03,-8.21697,1.54118,250,250,20,0,176,0,0,1), + (25628,2960,1,0,0,-1345.96,-831.395,-9.11485,1.35234,250,250,20,0,176,0,0,1), + (25629,2960,1,0,0,-758.564,-578.889,-25.2613,6.14405,250,250,20,0,176,0,0,1), + (25630,2960,1,0,0,-804.568,139.013,-8.53257,2.3203,250,250,20,0,176,0,0,1), + (25631,2960,1,0,0,-2545.38,-1148.48,-7.26381,1.42083,250,250,20,0,176,0,0,1), + (25632,2960,1,0,0,-2604.86,-1182.58,-6.24413,3.2454,250,250,20,0,176,0,0,1), + (25633,2960,1,0,0,-2594.45,-1274.18,3.02801,2.2843,250,250,20,0,176,0,0,1), + (25634,2960,1,0,0,-1256.15,-893.824,-3.22163,2.00453,250,250,20,0,176,0,0,1), + (25635,2960,1,0,0,-1344.81,-902.813,-2.96396,1.98902,250,250,20,0,176,0,0,1), + (25636,2960,1,0,0,-2527.45,-1347.64,0.513866,6.04483,250,250,20,0,176,0,0,1), + (25637,2960,1,0,0,-841.584,-567.883,-35.7275,2.56767,250,250,20,0,176,0,0,1), + (25638,2960,1,0,0,-1119.87,-188.362,48.0276,4.03918,250,250,20,0,176,0,0,1), + (25639,2960,1,0,0,-961.772,387.496,19.0918,3.32826,250,250,3,0,176,0,0,1), + (25640,2960,1,0,0,-2573.56,-1279.2,-2.41605,2.77596,250,250,20,0,176,0,0,1), + (25641,2960,1,0,0,-1115.93,-842.934,-17.8592,4.82197,250,250,20,0,176,0,0,1), + (25642,2960,1,0,0,-1265.67,-984.436,3.82106,1.13334,250,250,20,0,176,0,0,1), + (25643,2960,1,0,0,-1249.84,-420.171,-42.0134,3.1992,250,250,20,0,176,0,0,1), + (25644,2960,1,0,0,-1228.54,-942.717,-3.2514,3.3183,250,250,20,0,176,0,0,1), + (25645,2960,1,0,0,-2592.77,-1299.25,-4.30335,4.0099,250,250,20,0,176,0,0,1), + (25646,2960,1,0,0,-955.303,-624.638,-58.7446,1.58157,250,250,30,0,176,0,0,1), + (25647,2960,1,0,0,-1149.48,-884.468,-9.94708,4.12709,250,250,20,0,176,0,0,1), + (25648,2960,1,0,0,-1183.49,-285.266,5.48303,4.33072,250,250,20,0,176,0,0,1), + (25649,2960,1,0,0,-867.799,-652.009,-37.527,3.24729,250,250,20,0,176,0,0,1), + (25650,2960,1,0,0,-980.392,-661.981,-55.0604,4.51193,250,250,20,0,176,0,0,1), + (25651,2960,1,0,0,-693.58,-479.98,-14.5775,4.92089,250,250,20,0,176,0,0,1), + (25652,2960,1,0,0,-715.866,-553.292,-20.4195,5.4577,250,250,20,0,176,0,0,1), + (25653,2960,1,0,0,-1023.87,-569.748,-56.115,4.41305,250,250,20,0,176,0,0,1), + (25654,2960,1,0,0,-815.501,182.37,-11.0144,2.67676,250,250,3,0,176,0,0,1), + (25655,2960,1,0,0,-2520.54,-1154.21,-6.73871,4.86816,250,250,20,0,176,0,0,1), + (25656,2960,1,0,0,-880.367,-281.888,-17.3469,4.06967,250,250,20,0,176,0,0,1), + (25657,2960,1,0,0,-916.327,-278.464,-15.3049,4.00864,250,250,20,0,176,0,0,1), + (25658,2960,1,0,0,-1010.71,-755.807,-23.7455,2.60452,250,250,20,0,176,0,0,1), + (25659,2960,1,0,0,-987.963,-841.739,2.67439,4.78078,250,250,20,0,176,0,0,1), + (25660,2960,1,0,0,-2273.94,-1150.87,-3.62015,5.00259,250,250,20,0,176,0,0,1), + (25661,2960,1,0,0,-2382.13,-1113.49,-6.1983,3.04931,250,250,20,0,176,0,0,1), + (25662,2960,1,0,0,-2199.04,-1141.05,10.5449,3.12597,250,250,20,0,176,0,0,1), + (25663,2960,1,0,0,-2198.79,-1210.18,29.006,0.562224,250,250,20,0,176,0,0,1), + (25664,2960,1,0,0,-2286.99,-1352.27,16.7847,3.36978,250,250,20,0,176,0,0,1), + (25665,2960,1,0,0,-1084.43,-459.618,-35.7336,5.08237,250,250,20,0,176,0,0,1), + (25666,2960,1,0,0,-984.366,-884.343,5.77069,6.07782,250,250,20,0,176,0,0,1), + (25667,2960,1,0,0,-1039.7,-909.35,1.49288,4.39867,250,250,20,0,176,0,0,1), + (25668,2960,1,0,0,-1098.06,-719.333,-52.0799,0.194713,250,250,20,0,176,0,0,1), + (25669,2960,1,0,0,-759.416,-518.608,-28.8661,0.19242,250,250,20,0,176,0,0,1), + (25670,2960,1,0,0,-618.107,-147.573,0.990945,3.47384,250,250,20,0,176,0,0,1), + (25671,2960,1,0,0,-777.752,-154.687,-24.2505,6.08847,250,250,20,0,176,0,0,1), + (25672,2960,1,0,0,-817.873,-279.35,-22.0542,2.87671,250,250,20,0,176,0,0,1), + (25673,2960,1,0,0,-1067.76,-631.617,-54.947,3.7866,250,250,30,0,176,0,0,1), + (25674,2960,1,0,0,-1124.03,-902.905,-4.36903,4.51002,250,250,20,0,176,0,0,1), + (25675,2960,1,0,0,-2213.28,-1354.93,50.7227,0.494373,250,250,3,0,176,0,0,1), + (25676,2960,1,0,0,-2643.41,-1215.4,1.87678,3.43305,250,250,20,0,176,0,0,1), + (25677,2960,1,0,0,-2234.13,-1321.21,31.7885,3.01239,250,250,20,0,176,0,0,1), + (25678,2960,1,0,0,-2317.52,-1240.58,3.88263,3.41453,250,250,20,0,176,0,0,1), + (25679,2960,1,0,0,-2316.43,-1180.73,-5.21715,3.01627,250,250,20,0,176,0,0,1), + (25680,2960,1,0,0,-2283.29,-1199.11,-0.410464,4.69676,250,250,20,0,176,0,0,1), + (25681,2960,1,0,0,-2246.05,-1110.6,-3.58131,4.40962,250,250,20,0,176,0,0,1), + (25682,2960,1,0,0,-2264.32,-1387.76,28.8406,2.0559,250,250,20,0,176,0,0,1), + (25683,2960,1,0,0,-2294.97,-1267.34,10.6186,2.38397,250,250,20,0,176,0,0,1), + (25684,2960,1,0,0,-2249.47,-1150.53,-0.228498,1.0963,250,250,20,0,176,0,0,1), + (25685,2960,1,0,0,-2318.66,-1337.69,9.62991,4.76127,250,250,20,0,176,0,0,1), + (25686,2960,1,0,0,-2340.69,-1386.89,19.8885,6.05478,250,250,20,0,176,0,0,1), + (25687,2960,1,0,0,-2361.96,-1273.05,-3.86991,5.65991,250,250,20,0,176,0,0,1), + (25688,2960,1,0,0,-2493.25,-1393.33,16.0248,3.34014,250,250,20,0,176,0,0,1), + (25689,2960,1,0,0,-2489.3,-1350.31,-0.090144,3.41748,250,250,20,0,176,0,0,1), + (25690,2960,1,0,0,-2285.99,-1379.66,22.9084,1.80474,250,250,20,0,176,0,0,1), + (25691,2960,1,0,0,-2517.57,-1183.49,-6.63344,4.39961,250,250,20,0,176,0,0,1), + (25692,2960,1,0,0,-2350.39,-1223.15,-1.47192,1.49058,250,250,20,0,176,0,0,1), + (25693,2960,1,0,0,-537.878,-480.661,38.8965,0.282566,250,250,20,0,176,0,0,1), + (25694,2960,1,0,0,-584.307,-585.396,4.17609,4.58126,250,250,20,0,176,0,0,1), + (25695,2960,1,0,0,-678.586,-517.315,-11.8099,3.20608,250,250,20,0,176,0,0,1), + (25696,2960,1,0,0,-653.133,-49.4641,-7.83088,2.95301,250,250,20,0,176,0,0,1), + (25697,2960,1,0,0,-948.405,-546.16,-54.5237,3.84259,250,250,20,0,176,0,0,1), + (25698,2960,1,0,0,-1203.91,-473.85,-46.995,5.96143,250,250,20,0,176,0,0,1), + (25699,2960,1,0,0,-582.681,-181.902,16.6037,5.49778,250,250,20,0,176,0,0,1), + (25700,2960,1,0,0,-1311.39,-232.347,4.68495,5.20924,250,250,20,0,176,0,0,1), + (25701,2960,1,0,0,-617.917,-17.1227,-4.07583,4.31528,250,250,20,0,176,0,0,1), + (25702,2960,1,0,0,-1324.14,-472.284,-58.8628,1.66269,250,250,30,0,176,0,0,1), + (25703,2960,1,0,0,-1376.43,-546.737,-60.5209,6.13603,250,250,20,0,176,0,0,1), + (25704,2960,1,0,0,-909.314,-45.02,-11.2278,1.82335,250,250,20,0,176,0,0,1), + (25705,2960,1,0,0,-1385.59,-680.395,-53.9906,3.5761,250,250,20,0,176,0,0,1), + (25706,2960,1,0,0,-2386.86,-1179.88,-5.62867,2.9189,250,250,20,0,176,0,0,1), + (25707,2960,1,0,0,-2436.8,-1307.55,-7.05315,2.63601,250,250,20,0,176,0,0,1), + (25708,2960,1,0,0,-2513.48,-1318.22,-4.28777,6.05661,250,250,20,0,176,0,0,1), + (25709,2960,1,0,0,-2513.48,-1250.97,-6.5815,5.89651,250,250,20,0,176,0,0,1), + (25710,2960,1,0,0,-2450.55,-1382.57,2.77997,1.8703,250,250,20,0,176,0,0,1), + (25711,2960,1,0,0,-881.725,49.4817,0.338656,0.7921,250,250,3,0,176,0,0,1), + (25712,2960,1,0,0,-548.719,-85.3532,26.307,5.49779,250,250,3,0,176,0,0,1), + (25713,2961,1,0,0,-3493.76,-819.337,95.1268,0.359457,155,155,15,0,71,0,0,2), + (25714,2961,1,0,0,-3448.11,-851.252,68.2848,1.91973,155,155,5,0,71,0,0,2), + (25715,2961,1,0,0,-3486.94,-852.758,86.1239,2.85257,155,155,15,0,71,0,0,2), + (25716,2961,1,0,0,-3515.39,-833.696,104.158,0.331613,155,155,10,0,71,0,0,2), + (25717,2961,1,0,0,-3486.36,-918.935,100.976,1.95477,155,155,10,0,71,0,0,2), + (25718,2961,1,0,0,-3435.6,-924.405,101.263,4.23192,155,155,3,0,71,0,0,2), + (25719,2961,1,0,0,-3378.63,-911.436,82.6637,2.94688,155,155,5,0,71,0,0,2), + (25720,2961,1,0,0,-3378.33,-89.6034,114.23,1.2318,155,155,5,0,71,0,0,2), + (25721,2961,1,0,0,-3329.63,-769.346,50.8727,2.83099,155,155,15,0,71,0,0,2), + (25722,2961,1,0,0,-3137.25,-151.008,44.3532,4.35068,155,155,5,0,71,0,0,2), + (25723,2961,1,0,0,-3183.05,-116.271,44.7874,2.00107,155,155,0,0,71,0,0,0), + (25724,2961,1,0,0,-3216.32,-132.865,46.7123,0.626405,155,155,5,0,71,0,0,2), + (25725,2961,1,0,0,-3157.23,-85.1113,49.4533,5.33128,155,155,5,0,71,0,0,2), + (25726,2961,1,0,0,-3372.67,-781.071,57.6488,2.54383,155,155,15,0,71,0,0,2), + (25727,2961,1,0,0,-3410.88,-756.957,75.266,3.34205,155,155,5,0,71,0,0,2), + (25728,1797,0,0,0,-154.203,1124.6,58.5677,2.44461,275,275,5,0,296,0,0,1), + (25729,1797,0,0,0,-320.852,1117.41,74.8466,4.88923,275,275,10,0,296,0,0,1), + (25730,4805,48,0,0,-365.808,221.563,-67.7164,4.01426,7200,7200,5,0,1494,1090,0,1), + (25731,4822,48,0,0,-467.823,108.306,-72.5669,1.18682,7200,7200,5,0,1686,0,0,1), + (25732,4887,48,0,0,-442.424,211.822,-52.6367,2.23402,36000,36000,0,0,3630,0,0,0), + (25733,4824,48,0,0,-444.589,188.267,-53.0321,1.69297,7200,7200,2,0,1686,0,0,1), + (25734,4824,48,0,0,-416.546,233.597,-53.7553,2.04204,7200,7200,2,0,1686,0,0,1), + (25735,4805,48,0,0,-461.413,138.002,-70.7748,6.19592,7200,7200,5,0,1494,1090,0,1), + (25736,4805,48,0,0,-374.643,237.531,-67.0627,1.95477,7200,7200,5,0,1494,1090,0,1), + (25737,4807,48,0,0,-486.54,152.893,-71.281,6.14356,7200,7200,5,0,2529,0,0,1), + (25738,2961,1,0,0,-3369.61,-824.541,54.7492,2.62899,155,155,15,0,71,0,0,2), + (25739,2961,1,0,0,-3417.14,-816.947,69.6404,2.40855,155,155,0,0,71,0,0,2), + (25740,2961,1,0,0,-3391.62,-855.744,59.698,3.85912,155,155,5,0,71,0,0,2), + (25741,2961,1,0,0,-3326.01,-720.138,51.9523,2.99666,155,155,5,0,71,0,0,2), + (25742,2961,1,0,0,-3264.8,-91.5145,76.3064,5.24115,155,155,5,0,71,0,0,2), + (25743,2961,1,0,0,-3332.98,-694.793,51.9919,4.0935,155,155,5,0,71,0,0,2), + (25744,2961,1,0,0,-3284.92,-111.781,64.9398,1.49226,155,155,10,0,71,0,0,2), + (25745,2961,1,0,0,-3352.02,-712.388,59.9851,5.08238,155,155,5,0,71,0,0,2), + (25746,2961,1,0,0,-3416.11,-411.625,86.3697,4.54756,155,155,5,0,71,0,0,2), + (25747,2961,1,0,0,-3427.72,-442.405,95.1764,3.0771,155,155,5,0,71,0,0,2), + (25748,2961,1,0,0,-3409.16,-478.994,90.9969,3.11426,155,155,5,0,71,0,0,2), + (25749,2961,1,0,0,-3392.95,-489.997,83.4238,1.37226,155,155,5,0,71,0,0,2), + (25750,2961,1,0,0,-3321.05,-456.541,47.3687,2.35067,155,155,5,0,71,0,0,2), + (25751,2961,1,0,0,-3395.96,-580.726,79.1351,0.745309,155,155,5,0,71,0,0,2), + (25752,2961,1,0,0,-3436.61,-625.021,99.3308,3.60087,155,155,5,0,71,0,0,2), + (25753,2961,1,0,0,-3350.71,-613.13,58.334,2.28981,155,155,5,0,71,0,0,2), + (25754,2961,1,0,0,-3384.24,-637.684,74.0707,1.58642,155,155,5,0,71,0,0,2), + (25755,2961,1,0,0,-3398.29,-681.362,72.7355,5.74612,155,155,5,0,71,0,0,2), + (25756,2961,1,0,0,-3441.73,-682.805,93.8853,3.26885,155,155,5,0,71,0,0,2), + (25757,2961,1,0,0,-3387.82,-706.554,72.9358,2.84022,155,155,5,0,71,0,0,2), + (25758,2961,1,0,0,-3380.26,-718.948,71.4159,2.59546,155,155,5,0,71,0,0,2), + (25759,2961,1,0,0,-3347.22,-689.152,55.4543,0.176312,155,155,5,0,71,0,0,2), + (25760,2961,1,0,0,-3370.07,-519.971,73.5862,0.350773,155,155,5,0,71,0,0,2), + (25761,2961,1,0,0,-3357.72,-474.02,62.9374,5.3856,155,155,5,0,71,0,0,2), + (25762,2961,1,0,0,-3349.27,-548.426,61.0383,3.78966,155,155,5,0,71,0,0,2), + (25763,2961,1,0,0,-3319.96,-575.118,52.5575,1.58643,155,155,5,0,71,0,0,2), + (25764,2961,1,0,0,-3329.32,-651.433,49.0177,3.472,155,155,5,0,71,0,0,2), + (25765,2961,1,0,0,-3375.79,-410.785,65.8077,6.03063,155,155,5,0,71,0,0,2), + (25766,2961,1,0,0,-3403.49,-450.381,85.3013,3.11621,155,155,5,0,71,0,0,2), + (25767,2961,1,0,0,-3348,-444.742,57.5265,4.70899,155,155,5,0,71,0,0,2), + (25768,3217,1,0,0,-2358.32,-561.017,-5.3817,1.34554,250,250,0,0,546,0,0,0), + (25769,2961,1,0,0,-3426.06,-355.723,91.3938,3.27686,155,155,5,0,71,0,0,2), + (25770,2961,1,0,0,-3448.55,-388.09,99.9432,2.88477,155,155,5,0,71,0,0,2), + (25771,2961,1,0,0,-3125.71,-13.7762,58.3557,5.3254,155,155,10,0,71,0,0,2), + (25772,2961,1,0,0,-3083.36,-50.581,65.5749,4.23553,155,155,5,0,71,0,0,2), + (25773,2961,1,0,0,-3350.16,-616.532,58.3345,1.56671,155,155,5,0,71,0,0,2), + (25774,2961,1,0,0,-3313.78,-285.03,46.8175,5.40455,155,155,15,0,71,0,0,2), + (25775,2961,1,0,0,-3507.95,-223.086,98.7685,3.54147,155,155,5,0,71,0,0,2), + (25776,2961,1,0,0,-3497.58,-263.342,105.269,2.71901,155,155,5,0,71,0,0,2), + (25777,2961,1,0,0,-3452.18,-255.37,83.0341,5.1673,155,155,3,0,71,0,0,2), + (25778,2961,1,0,0,-3367.92,-313.112,61.7865,1.01457,155,155,15,0,71,0,0,2), + (25779,2961,1,0,0,-3350.1,-316.653,56.6817,1.45647,155,155,15,0,71,0,0,2), + (25780,2961,1,0,0,-3349.7,-384.485,54.9861,3.0493,155,155,5,0,71,0,0,2), + (25781,2961,1,0,0,-3278.03,-511.289,32.1423,1.26301,155,155,5,0,71,0,0,2), + (25782,2961,1,0,0,-3419.73,-271.114,76.1566,1.80206,155,155,15,0,71,0,0,2), + (25783,2961,1,0,0,-3342.49,-302.403,53.8067,4.3871,155,155,15,0,71,0,0,2), + (25784,2961,1,0,0,-3315.14,-113.672,68.7521,5.47283,155,155,10,0,71,0,0,2), + (25785,2961,1,0,0,-3275.29,-147.901,47.8574,4.98344,155,155,10,0,71,0,0,2), + (25786,2961,1,0,0,-3309.97,-89.0395,78.0339,4.8228,155,155,10,0,71,0,0,2), + (25787,2961,1,0,0,-3316.87,-47.5791,95.7581,2.74017,155,155,3,0,71,0,0,2), + (25788,2961,1,0,0,-3351.33,-181.55,67.654,3.84005,155,155,15,0,71,0,0,2), + (25789,2961,1,0,0,-3304.29,-178.229,49.8416,5.99252,155,155,10,0,71,0,0,2), + (25790,2961,1,0,0,-3295.78,-252.408,43.2073,2.09915,155,155,15,0,71,0,0,2), + (25791,2961,1,0,0,-3354.56,-194.066,63.7542,4.3221,155,155,15,0,71,0,0,2), + (25792,2961,1,0,0,-3406.99,-253.536,67.9554,3.18454,155,155,15,0,71,0,0,2), + (25793,2961,1,0,0,-3398.69,-172.951,83.7691,4.28722,155,155,3,0,71,0,0,2), + (25794,2961,1,0,0,-3373.12,-199.907,63.1971,5.25649,155,155,15,0,71,0,0,2), + (25795,2961,1,0,0,-3427.95,-197.742,69.0629,5.51436,155,155,3,0,71,0,0,2), + (25796,2961,1,0,0,-3417.46,-258.066,73.1601,0.376152,155,155,15,0,71,0,0,2), + (25797,3218,1,0,0,-2229.62,-503.188,-6.87822,0.68848,250,250,0,0,546,0,0,0), + (25798,2962,1,0,0,-1716.33,287.315,51.6138,4.99954,250,250,15,0,137,0,0,1), + (25799,2962,1,0,0,-1751.24,316.357,79.3882,1.48491,250,250,3,0,137,0,0,1), + (25800,6290,1,0,0,-2251.83,-288.483,-9.34156,3.92699,250,250,0,0,334,0,0,0), + (25801,2962,1,0,0,-2653.87,-1420.62,40.9501,4.42015,250,250,5,0,137,0,0,1), + (25802,2962,1,0,0,-2746.11,-1421.85,50.9087,6.11032,250,250,3,0,137,0,0,1), + (25803,2962,1,0,0,-2615.13,-1380.61,20.3337,2.07293,250,250,10,0,137,0,0,1), + (25804,2962,1,0,0,-2704.38,-1286.67,37.4048,4.26975,250,250,3,0,137,0,0,1), + (25805,2962,1,0,0,-1680.6,381.946,90.037,3.12597,250,250,3,0,137,0,0,1), + (25806,2962,1,0,0,-1680,319.799,65.5788,0.229684,250,250,3,0,137,0,0,1), + (25807,2962,1,0,0,-1714.32,387.56,82.7787,0.756729,250,250,10,0,137,0,0,1), + (25808,2962,1,0,0,-1747.03,384.661,99.8953,0.789585,250,250,3,0,137,0,0,1), + (25809,2962,1,0,0,-1718.44,447.721,101.278,3.60262,250,250,3,0,137,0,0,1), + (25810,2962,1,0,0,-1653.93,417.996,113.582,2.93215,250,250,3,0,137,0,0,1), + (25811,2962,1,0,0,-1719.73,417.578,93,2.22714,250,250,10,0,137,0,0,1), + (25812,2962,1,0,0,-1680.2,451.484,110.548,1.03105,250,250,3,0,137,0,0,1), + (25813,2962,1,0,0,-2718.36,-1117.59,17.0729,3.8367,250,250,3,0,137,0,0,1), + (25814,2962,1,0,0,-2714.47,-1155.04,20.0831,4.63217,250,250,10,0,137,0,0,1), + (25815,4371,1,0,0,-2678.52,-4875.03,21.002,0.610941,1200,1200,5,0,7107,4738,0,1), + (25816,4366,1,0,0,-2714.87,-4980.66,26.5985,5.31914,1200,1200,5,0,8883,0,0,1), + (25817,4374,1,0,0,-2778.4,-4657.47,-11.6235,3.78689,1200,1200,10,0,8883,0,0,1), + (25818,2962,1,0,0,-2684.88,-1217.3,7.20791,5.02551,250,250,10,0,137,0,0,1), + (25819,2962,1,0,0,-2721.58,-1163.57,22.4339,0.393388,250,250,10,0,137,0,0,1), + (25820,2962,1,0,0,-2688.02,-1185.42,8.33642,3.84925,250,250,10,0,137,0,0,1), + (25821,2962,1,0,0,-2647.86,-1279.64,18.2506,1.14187,250,250,10,0,137,0,0,1), + (25822,2962,1,0,0,-2684.51,-1247.17,20.2019,2.71287,250,250,3,0,137,0,0,1), + (25823,2962,1,0,0,-2750.95,-1223.64,27.3082,3.58594,250,250,3,0,137,0,0,1), + (25824,2962,1,0,0,-2616.84,-1321.06,-0.05263,4.33239,250,250,10,0,137,0,0,1), + (25825,2962,1,0,0,-2654.2,-1353.54,11.1569,3.40647,250,250,10,0,137,0,0,1), + (25826,2962,1,0,0,-2677.53,-1346.49,25.9137,0.842142,250,250,3,0,137,0,0,1), + (25827,2962,1,0,0,-2706.77,-1393.05,34.388,2.18941,250,250,3,0,137,0,0,1), + (25828,2962,1,0,0,-2679.11,-1384.3,20.099,6.01213,250,250,10,0,137,0,0,1), + (25829,3219,1,0,0,-2279.52,-576.991,-9.04984,1.06966,250,250,0,0,546,0,0,0), + (25830,2963,1,0,0,-1781.59,280.603,70.2153,1.85266,250,250,5,0,148,165,0,1), + (25831,2963,1,0,0,-2654.1,-1448.35,66.4263,1.09142,250,250,5,0,148,165,0,1), + (25832,2963,1,0,0,-1683.65,285.459,48.0679,5.17166,250,250,15,0,148,165,0,1), + (25833,2963,1,0,0,-2753.04,-1122.08,36.6044,2.72844,250,250,3,0,148,165,0,1), + (25834,2963,1,0,0,-2614.12,-1348.24,2.79009,1.20673,250,250,10,0,148,165,0,1), + (25835,2963,1,0,0,-2685.82,-1417.44,33.3023,4.52691,250,250,3,0,148,165,0,1), + (25836,2963,1,0,0,-2656.35,-1388.14,17.8906,1.3244,250,250,10,0,148,165,0,1), + (25837,2963,1,0,0,-2718.1,-1424.3,40.9808,5.23345,250,250,10,0,148,165,0,1), + (25838,2963,1,0,0,-2712.11,-1444.58,49.8912,1.09562,250,250,3,0,148,165,0,1), + (25839,2963,1,0,0,-2686.32,-1319.61,35.0956,3.60722,250,250,3,0,148,165,0,1), + (25840,2963,1,0,0,-1712.24,319.389,65.2725,3.64546,250,250,15,0,148,165,0,1), + (25841,2963,1,0,0,-1688.88,414.749,93.2315,1.62607,250,250,10,0,148,165,0,1), + (25842,2963,1,0,0,-1750.5,289.432,62.6785,1.36542,250,250,5,0,148,165,0,1), + (25843,2963,1,0,0,-1717.79,348.681,74.1219,5.29986,250,250,10,0,148,165,0,1), + (25844,2963,1,0,0,-1746.19,349.794,91.4614,0.246875,250,250,3,0,148,165,0,1), + (25845,2963,1,0,0,-1745.95,411.186,99.6569,5.30426,250,250,3,0,148,165,0,1), + (25846,2963,1,0,0,-1653.23,312.475,56.5249,4.72971,250,250,3,0,148,165,0,1), + (25847,2963,1,0,0,-2715.02,-1218.03,16.7746,5.00385,250,250,10,0,148,165,0,1), + (25848,2963,1,0,0,-2638.23,-1309.42,11.5989,5.33128,250,250,5,0,148,165,0,1), + (25849,3220,1,0,0,-2151.23,-419.508,-4.157,3.74368,250,250,0,0,500,0,0,2), + (25850,2964,1,0,0,-648.36,151.457,28.6172,4.02213,250,250,10,0,160,350,0,1), + (25851,2964,1,0,0,-741.026,249.985,35.6633,4.1103,250,250,3,0,160,350,0,1), + (25852,2964,1,0,0,-682.053,210.672,59.3608,2.14472,250,250,5,0,160,350,0,1), + (25853,2964,1,0,0,-610.661,185.216,52.0664,6.12733,250,250,5,0,160,350,0,1), + (25854,2964,1,0,0,-580.644,88.3952,32.6466,0.862087,250,250,10,0,160,350,0,1), + (25855,2964,1,0,0,-547.103,18.5717,7.47951,6.2033,250,250,15,0,160,350,0,1), + (25856,2964,1,0,0,-581.622,55.7817,21.9878,1.76468,250,250,5,0,160,350,0,1), + (25857,2964,1,0,0,-1002.89,588.118,79.5314,0.145952,250,250,5,0,160,350,0,1), + (25858,2964,1,0,0,-453.901,-12.0408,50.2442,1.47299,250,250,5,0,160,350,0,1), + (25859,2964,1,0,0,-481.825,16.0412,30.464,5.8492,250,250,5,0,160,350,0,1), + (25860,2964,1,0,0,-515.923,-15.5378,24.9645,3.79991,250,250,5,0,160,350,0,1), + (25861,2964,1,0,0,-549.022,99.3724,43.3881,5.7154,250,250,5,0,160,350,0,1), + (25862,2964,1,0,0,-476.174,86.9761,46.9718,0.876936,250,250,15,0,160,350,0,1), + (25863,2964,1,0,0,-479.167,-695.834,48.5968,5.54486,250,250,3,0,160,350,0,1), + (25864,2964,1,0,0,-518.665,-612.297,14.6563,3.08295,250,250,15,0,160,350,0,1), + (25865,2964,1,0,0,-453.683,-613.065,48.2268,4.66705,250,250,3,0,160,350,0,1), + (25866,2964,1,0,0,-688.426,-754.086,27.508,3.21689,250,250,5,0,160,350,0,1), + (25867,2964,1,0,0,-639.631,-744.494,28.6844,0.532893,250,250,3,0,160,350,0,1), + (25868,2964,1,0,0,-674.391,-789.256,47.1295,6.08273,250,250,5,0,160,350,0,1), + (25869,2964,1,0,0,-813.859,-847.258,8.83797,0.799242,250,250,5,0,160,350,0,1), + (25870,2964,1,0,0,-744.353,-852.358,42.5251,4.836,250,250,3,0,160,350,0,1), + (25871,2964,1,0,0,-857.275,-819.887,-1.76352,3.44969,250,250,5,0,160,350,0,1), + (25872,2964,1,0,0,-785.627,-848.291,20.0963,5.20706,250,250,5,0,160,350,0,1), + (25873,2964,1,0,0,-993.021,548.535,68.6555,2.95991,250,250,5,0,160,350,0,1), + (25874,2964,1,0,0,-1214.25,520.584,32.9551,2.52712,250,250,3,0,160,350,0,1), + (25875,2964,1,0,0,-945.595,450.837,33.9047,3.78978,250,250,5,0,160,350,0,1), + (25876,2964,1,0,0,-823.207,-779.742,-2.4571,1.9916,250,250,5,0,160,350,0,1), + (25877,2964,1,0,0,-1053.29,549.17,55.6607,3.79608,250,250,5,0,160,350,0,1), + (25878,2964,1,0,0,-1012.16,519.635,48.8383,5.366,250,250,5,0,160,350,0,1), + (25879,2964,1,0,0,-982.298,480.728,37.3454,4.81997,250,250,15,0,160,350,0,1), + (25880,2964,1,0,0,-1081.77,415.435,14.6066,0.41615,250,250,15,0,160,350,0,1), + (25881,2964,1,0,0,-1176.62,521.897,25.041,1.10573,250,250,10,0,160,350,0,1), + (25882,2964,1,0,0,-1243.97,451.447,20.3269,0.219357,250,250,3,0,160,350,0,1), + (25883,2964,1,0,0,-1118.08,524.527,35.0919,1.99289,250,250,15,0,160,350,0,1), + (25884,2964,1,0,0,-1146.46,451.596,9.54512,0.883556,250,250,15,0,160,350,0,1), + (25885,2964,1,0,0,-1088.15,518.974,37.9916,1.71326,250,250,15,0,160,350,0,1), + (25886,2964,1,0,0,-1154.25,548.048,38.1861,2.1293,250,250,0,0,160,350,0,0), + (25887,2964,1,0,0,-1154.41,487.025,17.0488,2.64939,250,250,15,0,160,350,0,1), + (25888,2964,1,0,0,-1181.9,482.172,10.5881,3.50811,250,250,15,0,160,350,0,1), + (25889,4374,1,0,0,-2657.18,-4654.74,-17.8797,0.516965,1200,1200,10,0,8883,0,0,1), + (25890,2964,1,0,0,-1054.82,487.203,28.8492,1.59177,250,250,15,0,160,350,0,1), + (25891,2964,1,0,0,-1082.18,450.334,14.7999,1.23918,250,250,15,0,160,350,0,1), + (25892,2964,1,0,0,-986.618,415.192,17.0918,3.79251,250,250,15,0,160,350,0,1), + (25893,2964,1,0,0,-1013.51,452.705,20.1819,0.697929,250,250,15,0,160,350,0,1), + (25894,2964,1,0,0,-1055.37,424.794,15.2268,2.34937,250,250,15,0,160,350,0,1), + (25895,4371,1,0,0,-2708.1,-5030.47,22.5922,0.582338,1200,1200,0,0,7107,4738,0,0), + (25896,2964,1,0,0,-1118.53,380.163,11.7895,0.915996,250,250,10,0,160,350,0,1), + (25897,2964,1,0,0,-685.093,152.852,27.2863,2.73209,250,250,5,0,160,350,0,1), + (25898,2964,1,0,0,-518.572,-577.783,27.5895,3.17378,250,250,5,0,160,350,0,1), + (25899,2965,1,0,0,-647.644,184.202,40.7223,6.05823,250,250,10,0,186,191,0,1), + (25900,2965,1,0,0,-682.33,181.298,45.2202,2.1964,250,250,5,0,186,191,0,1), + (25901,2965,1,0,0,-711.867,240.086,54.4553,0.312204,250,250,3,0,186,191,0,1), + (25902,2965,1,0,0,-590.369,159.324,56.3578,2.42727,250,250,5,0,186,191,0,1), + (25903,2965,1,0,0,-448.712,23.9979,54.4464,5.51712,250,250,5,0,186,191,0,1), + (25904,4824,48,0,0,-445.497,237.761,-53.6908,5.21853,7200,7200,2,0,1686,0,0,1), + (25905,4824,48,0,0,-463.373,223.81,-53.2553,5.11381,7200,7200,2,0,1686,0,0,1), + (25906,2965,1,0,0,-514.772,26.4275,15.3962,1.67308,250,250,10,0,186,191,0,1), + (25907,2965,1,0,0,-451.784,-47.4799,63.2174,5.47301,250,250,5,0,186,191,0,1), + (25908,2965,1,0,0,-486.156,-16.5566,38.688,5.3031,250,250,5,0,186,191,0,1), + (25909,2965,1,0,0,-552.011,-10.4244,11.8877,2.12414,250,250,10,0,186,191,0,1), + (25910,2965,1,0,0,-461.376,52.485,47.4691,5.99741,250,250,5,0,186,191,0,1), + (25911,2965,1,0,0,-513.531,99.309,46.8468,5.39605,250,250,5,0,186,191,0,1), + (25912,2965,1,0,0,-619.518,117.888,25.3741,0.308392,250,250,3,0,186,191,0,1), + (25913,2965,1,0,0,-544.455,86.5049,45.7631,1.01627,250,250,5,0,186,191,0,1), + (25914,2965,1,0,0,-464.066,-662.017,47.7866,4.33877,250,250,5,0,186,191,0,1), + (25915,2965,1,0,0,-480.435,-621.341,31.089,5.07599,250,250,10,0,186,191,0,1), + (25916,2965,1,0,0,-453.304,-581.115,52.1417,4.00827,250,250,3,0,186,191,0,1), + (25917,2965,1,0,0,-692.926,-811.7,59.1663,3.06224,250,250,5,0,186,191,0,1), + (25918,2965,1,0,0,-651.66,-783.818,39.8266,4.81614,250,250,10,0,186,191,0,1), + (25919,2965,1,0,0,-611.009,-785.517,52.3164,1.29949,250,250,5,0,186,191,0,1), + (25920,2965,1,0,0,-588.583,-779.666,58.938,0.588771,250,250,3,0,186,191,0,1), + (25921,2965,1,0,0,-715.514,-844.881,58.3608,6.15205,250,250,3,0,186,191,0,1), + (25922,2965,1,0,0,-820.503,-820.354,2.57608,3.82366,250,250,5,0,186,191,0,1), + (25923,2965,1,0,0,-479.665,-584.149,40.1539,4.1722,250,250,10,0,186,191,0,1), + (25924,2965,1,0,0,-451.777,-552.708,63.2174,2.3993,250,250,3,0,186,191,0,1), + (25925,2965,1,0,0,-1081.01,381.656,22.1242,5.71197,250,250,15,0,186,191,0,1), + (25926,2965,1,0,0,-1015.68,489.566,33.9757,2.001,250,250,15,0,186,191,0,1), + (25927,2965,1,0,0,-1016.95,558.553,64.4988,1.71328,250,250,10,0,186,191,0,1), + (25928,2965,1,0,0,-946.322,489.018,46.1593,1.58056,250,250,5,0,186,191,0,1), + (25929,2965,1,0,0,-944.421,521.031,68.4128,6.06981,250,250,5,0,186,191,0,1), + (25930,2965,1,0,0,-983.997,511.26,49.3942,3.92071,250,250,5,0,186,191,0,1), + (25931,2965,1,0,0,-1011.25,379.223,27.5661,5.31147,250,250,5,0,186,191,0,1), + (25932,2965,1,0,0,-1218.87,488.947,19.758,0.412223,250,250,5,0,186,191,0,1), + (25933,2965,1,0,0,-1243.54,421.188,8.62688,5.80597,250,250,5,0,186,191,0,1), + (25934,2965,1,0,0,-1216.97,383.015,-1.79008,6.27923,250,250,15,0,186,191,0,1), + (25935,2965,1,0,0,-1116.55,414.429,8.41295,2.10781,250,250,15,0,186,191,0,1), + (25936,2965,1,0,0,-1220.22,451.648,8.69987,2.83499,250,250,5,0,186,191,0,1), + (25937,2965,1,0,0,-1183.29,425.837,0.003503,1.69628,250,250,15,0,186,191,0,1), + (25938,2965,1,0,0,-1180.86,449.122,4.11525,1.35214,250,250,15,0,186,191,0,1), + (25939,2965,1,0,0,-1151.68,520.202,25.9221,5.62424,250,250,10,0,186,191,0,1), + (25940,2965,1,0,0,-1045.61,514.667,38.9958,5.63416,250,250,15,0,186,191,0,1), + (25941,2965,1,0,0,-1121.41,480.617,20.7386,4.04028,250,250,15,0,186,191,0,1), + (25942,2965,1,0,0,-1113.05,458.652,13.724,1.54911,250,250,15,0,186,191,0,1), + (25943,2965,1,0,0,-1081.04,486.905,26.079,0.390289,250,250,15,0,186,191,0,1), + (25944,2965,1,0,0,-1017.58,416.084,15.5029,3.81329,250,250,15,0,186,191,0,1), + (25945,2965,1,0,0,-1054.12,450.219,18.0795,2.97081,250,250,15,0,186,191,0,1), + (25946,3221,1,0,0,-2440.1,-551.578,-9.28346,1.89274,250,250,0,0,500,0,0,0), + (25947,2965,1,0,0,-1143.13,378.941,9.20235,6.10958,250,250,15,0,186,191,0,1), + (25948,2965,1,0,0,-1118.43,348.668,24.4704,4.71253,250,250,10,0,186,191,0,1), + (25949,2966,1,0,0,-3357.35,-966.35,92.6838,1.20951,155,155,5,0,71,0,0,1), + (25950,2966,1,0,0,-3374.22,-1006.75,110.686,3.28459,155,155,5,0,71,0,0,1), + (25951,2966,1,0,0,-3314.19,-1047,119.496,5.3856,155,155,5,0,71,0,0,1), + (25952,2966,1,0,0,-3370.87,-1012.5,110.465,2.35067,155,155,5,0,71,0,0,1), + (25953,2966,1,0,0,-3357.39,-875.782,67.1305,1.89069,155,155,15,0,71,0,0,1), + (25954,2966,1,0,0,-3307.22,-1002.6,94.9866,3.98364,155,155,5,0,71,0,0,1), + (25955,2966,1,0,0,-3316.19,-950.023,73.6223,1.35544,155,155,10,0,71,0,0,1), + (25956,2966,1,0,0,-3283.72,-821.9,44.951,0.291457,155,155,5,0,71,0,0,1), + (25957,2966,1,0,0,-3357.46,-912.022,80.4749,2.81465,155,155,15,0,71,0,0,1), + (25958,2966,1,0,0,-2842.88,-643.347,54.2789,0.045353,155,155,10,0,71,0,0,1), + (25959,2966,1,0,0,-2916.47,-616.521,50.9249,1.69937,155,155,15,0,71,0,0,1), + (25960,2966,1,0,0,-2908.2,-724.659,46.7547,0.089953,155,155,10,0,71,0,0,1), + (25961,2966,1,0,0,-2884.32,-683.854,46.7883,6.14114,155,155,15,0,71,0,0,1), + (25962,2966,1,0,0,-2886.39,-746.753,52.9561,0.154291,155,155,15,0,71,0,0,1), + (25963,2966,1,0,0,-2849.39,-780.965,54.0099,6.04225,155,155,3,0,71,0,0,1), + (25964,2966,1,0,0,-2915.2,-778.133,54.9394,5.19614,155,155,10,0,71,0,0,1), + (25965,2966,1,0,0,-2881.47,-817.974,58.8274,1.64473,155,155,10,0,71,0,0,1), + (25966,2966,1,0,0,-3288.49,-939.457,72.323,1.53868,155,155,10,0,71,0,0,1), + (25967,2966,1,0,0,-3287.7,-872.138,54.7356,5.28197,155,155,15,0,71,0,0,1), + (25968,2966,1,0,0,-3242.65,-911.942,59.2568,3.34205,155,155,5,0,71,0,0,1), + (25969,2966,1,0,0,-3316.62,-877.123,61.2712,4.0044,155,155,15,0,71,0,0,1), + (25970,2966,1,0,0,-2987.55,-655.435,35.8284,1.2799,155,155,10,0,71,0,0,1), + (25971,3222,1,0,0,-2351.67,-393.521,-7.99903,2.95434,250,250,0,0,594,0,0,2), + (25972,2966,1,0,0,-3244.04,-780.387,31.5935,3.2296,155,155,15,0,71,0,0,1), + (25973,2966,1,0,0,-3269.22,-854.885,51.1672,2.8217,155,155,15,0,71,0,0,1), + (25974,2966,1,0,0,-3157.87,-836.736,48.1365,4.17097,155,155,15,0,71,0,0,1), + (25975,2966,1,0,0,-3191.76,-842.461,43.4763,4.47783,155,155,15,0,71,0,0,1), + (25976,2966,1,0,0,-3181.16,-878.707,54.4362,0.766064,155,155,15,0,71,0,0,1), + (25977,2966,1,0,0,-3152.06,-852.122,51.575,1.88452,155,155,15,0,71,0,0,1), + (25978,2966,1,0,0,-3225.28,-812.735,33.8091,1.45323,155,155,15,0,71,0,0,1), + (25979,2966,1,0,0,-3208.29,-783.502,33.7852,3.08295,155,155,15,0,71,0,0,1), + (25980,2966,1,0,0,-3150.9,-755.047,30.1779,5.11143,155,155,15,0,71,0,0,1), + (25981,2966,1,0,0,-3018.29,-654.772,35.7008,4.8004,155,155,5,0,71,0,0,1), + (25982,2966,1,0,0,-2932.65,-678.775,41.7229,2.10619,155,155,15,0,71,0,0,1), + (25983,2966,1,0,0,-2988.67,-689.59,40.7161,4.73973,155,155,10,0,71,0,0,1), + (25984,2966,1,0,0,-2991.79,-781.857,51.133,3.13391,155,155,10,0,71,0,0,1), + (25985,2966,1,0,0,-2946.24,-785.69,51.2065,5.4577,155,155,10,0,71,0,0,1), + (25986,2966,1,0,0,-3080.02,-856.725,59.7757,3.05953,155,155,10,0,71,0,0,1), + (25987,2966,1,0,0,-3079.55,-832.178,55.3789,3.98347,155,155,10,0,71,0,0,1), + (25988,2966,1,0,0,-3084.62,-803.553,50.7375,3.16706,155,155,5,0,71,0,0,1), + (25989,2966,1,0,0,-3076.41,-777.092,45.0603,6.09813,155,155,5,0,71,0,0,1), + (25990,2966,1,0,0,-3080.89,-716.951,35.697,0.745309,155,155,5,0,71,0,0,1), + (25991,2966,1,0,0,-3041.75,-776.022,53.227,2.19945,155,155,10,0,71,0,0,1), + (25992,2966,1,0,0,-3015.46,-754.781,47.1529,1.86599,155,155,10,0,71,0,0,1), + (25993,2966,1,0,0,-3076.12,-739.894,37.3953,2.95625,155,155,5,0,71,0,0,1), + (25994,2966,1,0,0,-3018.84,-813.37,58.1359,1.94095,155,155,10,0,71,0,0,1), + (25995,2966,1,0,0,-3214.69,-852.804,42.2571,4.55944,155,155,15,0,71,0,0,1), + (25996,3223,1,0,0,-2449.77,-416.732,-3.198,2.69092,250,250,0,0,500,0,0,0), + (25997,15767,1,0,0,-1246.48,74.2627,128.368,5.02655,250,250,0,0,4400,0,0,0), + (25998,2967,1,0,0,-2145.59,-1130.24,23.5905,5.28361,250,250,5,0,156,0,0,1), + (25999,2967,1,0,0,-2505.41,-1293.59,-5.59694,5.23882,250,250,5,0,156,0,0,1), + (26000,2967,1,0,0,-2302.01,-1165.33,-6.20648,4.17968,250,250,30,0,156,0,0,1), + (26001,2968,1,0,0,-2147.97,-1130.24,22.9233,5.28312,250,250,0,0,176,0,0,0), + (26002,2968,1,0,0,-2507.3,-1294.33,-5.47194,5.23876,250,250,5,0,176,0,0,1), + (26003,426,0,0,0,-9077.68,-2408.97,125.181,3.01942,300,300,10,0,386,0,0,1), + (26004,4064,0,0,0,-9290.96,-2955.23,128.936,3.90954,300,300,0,0,1452,0,0,0), + (26005,4824,48,0,0,-469.985,201.098,-53.1577,2.04204,7200,7200,2,0,1686,0,0,1), + (26006,4822,48,0,0,-376.973,251.511,-68.8261,3.28122,7200,7200,5,0,1686,0,0,1), + (26007,4822,48,0,0,-488.703,120.092,-73.2175,4.08407,7200,7200,5,0,1686,0,0,1), + (26008,4822,48,0,0,-515.217,189.157,-65.3353,3.735,7200,7200,5,0,1686,0,0,1), + (26010,4807,48,0,0,-508.143,167.619,-72.6948,2.30383,7200,7200,5,0,2529,0,0,1), + (26011,4807,48,0,0,-495.374,213.27,-59.6439,1.27409,7200,7200,5,0,2529,0,0,1), + (26012,4805,48,0,0,-516.284,157.908,-75.2864,6.0845,7200,7200,5,0,1494,1090,0,1), + (26013,4822,48,0,0,-511.647,242.16,-63.9222,2.82743,7200,7200,5,0,1686,0,0,1), + (26014,4807,48,0,0,-516.048,223.751,-62.8056,0.593412,7200,7200,5,0,2529,0,0,1), + (26015,4822,48,0,0,-502.018,257.282,-64.833,2.93215,7200,7200,5,0,1686,0,0,1), + (26016,4805,48,0,0,-502.029,248.275,-63.4705,0.823047,7200,7200,5,0,1494,1090,0,1), + (26017,4822,48,0,0,-462.53,279.641,-62.82,3.22886,7200,7200,5,0,1686,0,0,1), + (26018,4805,48,0,0,-411.48,285.569,-68.951,2.14675,7200,7200,5,0,1494,1090,0,1), + (26019,2968,1,0,0,-2305.25,-1166.89,-6.46965,4.17969,250,250,30,0,176,0,0,1), + (26020,1778,0,0,0,409.543,1317.3,78.2445,3.84582,275,275,5,0,266,0,0,1), + (26021,1778,0,0,0,437.713,1159.52,93.4748,0.176778,275,275,10,0,266,0,0,1), + (26022,1867,0,0,0,-190.862,1325.08,40.1285,2.50029,275,275,10,0,241,601,0,1), + (26023,1778,0,0,0,451.615,1340.94,85.1817,3.19536,275,275,10,0,266,0,0,1), + (26024,1797,0,0,0,-48.8666,1246.44,60.6744,5.43838,275,275,10,0,296,0,0,1), + (26025,1797,0,0,0,217.217,1227.29,68.8747,0.263938,275,275,5,0,296,0,0,1), + (26026,1797,0,0,0,92.6028,1171.89,67.6928,3.24048,275,275,5,0,296,0,0,1), + (26027,1797,0,0,0,156.96,1285.44,69.5698,4.4701,275,275,10,0,296,0,0,1), + (26028,4822,48,0,0,-401.973,274.306,-71.1146,4.11898,7200,7200,5,0,1686,0,0,1), + (26029,1797,0,0,0,155.145,1217.37,67.9373,0.914298,275,275,5,0,296,0,0,1), + (26030,1778,0,0,0,477.756,1305.02,84.1691,2.74875,275,275,10,0,266,0,0,1), + (26031,1778,0,0,0,396.282,1295.85,77.3397,2.36224,275,275,10,0,266,0,0,1), + (26032,1778,0,0,0,653.726,1344.84,80.0022,6.24912,275,275,10,0,266,0,0,1), + (26033,1778,0,0,0,745.082,1402.35,67.4938,1.37176,275,275,10,0,266,0,0,1), + (26034,1778,0,0,0,742.907,1462.7,63.4623,0.124355,275,275,10,0,266,0,0,1), + (26035,1778,0,0,0,597.697,1170.5,84.7169,3.04576,275,275,5,0,266,0,0,1), + (26036,1778,0,0,0,560.667,1202.25,84.6172,0.261806,275,275,10,0,266,0,0,1), + (26037,1778,0,0,0,729.804,1479.67,62.1422,1.26715,275,275,10,0,266,0,0,1), + (26038,1778,0,0,0,430.434,1132.63,95.647,3.34109,275,275,10,0,266,0,0,1), + (26039,4065,0,0,0,-9297.52,-2952.91,128.936,4.74729,300,300,0,0,1563,0,0,0), + (26040,1797,0,0,0,13.2094,1282.69,61.6673,4.65375,275,275,10,0,296,0,0,1), + (26041,1797,0,0,0,-210.926,1228.94,55.0969,2.96777,275,275,10,0,296,0,0,1), + (26042,1797,0,0,0,118.75,1293.75,69.4602,3.00272,275,275,10,0,296,0,0,1), + (26043,1797,0,0,0,39.4396,1275.63,63.4846,4.84533,275,275,10,0,296,0,0,1), + (26044,1797,0,0,0,187.751,1288.45,70.7082,5.3586,275,275,10,0,296,0,0,1), + (26045,10780,0,0,0,-483.713,1281.92,46.6344,4.93489,275,275,0,0,20,0,0,0), + (26046,1797,0,0,0,-302.147,1375.94,34.8876,0.700368,275,275,5,0,296,0,0,1), + (26047,1797,0,0,0,-82.8995,1284.23,56.8944,1.32105,275,275,10,0,296,0,0,1), + (26048,1797,0,0,0,-214.962,1327.58,37.5295,1.13293,275,275,10,0,296,0,0,1), + (26049,1797,0,0,0,-201.677,1281.97,43.3835,6.19129,275,275,10,0,296,0,0,1), + (26050,1797,0,0,0,-275.778,1342.36,36.05,1.03657,275,275,10,0,296,0,0,1), + (26051,4807,48,0,0,-436.678,289.788,-66.2031,1.97222,7200,7200,5,0,2529,0,0,1), + (26052,4822,48,0,0,-480.214,274.26,-65.287,3.45575,7200,7200,5,0,1686,0,0,1), + (26053,3224,1,0,0,-2266.53,-311.486,-9.29993,3.46638,250,250,0,0,594,0,0,0), + (26054,2969,1,0,0,-2953.72,291.858,105.781,2.87294,250,250,20,0,102,0,0,1), + (26055,5785,1,0,0,-660.448,187.612,43.4106,1.69999,43200,43200,0,0,416,205,0,0), + (26056,2969,1,0,0,-2685.23,-247.696,3.05426,1.21134,250,250,20,0,102,0,0,1), + (26057,2969,1,0,0,-2542.94,-58.1062,-5.73882,1.83944,250,250,20,0,102,0,0,1), + (26058,2969,1,0,0,-2551.18,243.921,85.5175,5.54747,250,250,20,0,102,0,0,1), + (26059,2969,1,0,0,-2416.47,117.546,42.9792,4.43328,250,250,20,0,102,0,0,1), + (26060,2969,1,0,0,-2547.47,98.2943,39.8304,1.61968,250,250,20,0,102,0,0,1), + (26061,2969,1,0,0,-2445.25,-42.1167,-6.85289,3.06405,250,250,20,0,102,0,0,1), + (26062,2969,1,0,0,-2131.77,-35.8355,9.75223,2.38933,250,250,20,0,102,0,0,1), + (26063,2969,1,0,0,-2282.15,-720.117,-7.37294,4.61002,250,250,20,0,102,0,0,1), + (26064,2969,1,0,0,-2682.78,-785.461,-5.85211,4.6596,250,250,20,0,102,0,0,1), + (26065,2969,1,0,0,-2684.43,151.125,55.0708,1.35816,250,250,20,0,102,0,0,1), + (26066,2969,1,0,0,-2682.52,18.4719,13.9897,1.45928,250,250,20,0,102,0,0,1), + (26067,2969,1,0,0,-2253.91,46.3263,30.2833,4.24709,250,250,20,0,102,0,0,1), + (26068,2969,1,0,0,-2621.96,-516.461,-4.05865,3.13573,250,250,20,0,102,0,0,1), + (26069,2969,1,0,0,-2283.59,-51.4173,-0.792753,3.0888,250,250,20,0,102,0,0,1), + (26070,2969,1,0,0,-2295.39,143.713,52.4654,3.51043,250,250,20,0,102,0,0,1), + (26071,2969,1,0,0,-2111.13,46.7465,26.5258,5.90087,250,250,0,0,102,0,0,0), + (26072,2970,1,0,0,-1553.5,-766.81,-25.1156,1.38797,250,250,20,0,137,0,0,1), + (26073,2970,1,0,0,-1464.39,-608.962,-56.3126,3.60559,250,250,20,0,137,0,0,1), + (26074,2970,1,0,0,-2153.73,-1046.88,12.1347,3.20413,250,250,20,0,137,0,0,1), + (26075,2970,1,0,0,-1546.73,-627.659,-55.3041,1.81151,250,250,20,0,137,0,0,1), + (26076,2970,1,0,0,-1524.02,-385.571,-42.7811,3.28653,250,250,20,0,137,0,0,1), + (26077,2970,1,0,0,-1467.96,-249.442,-1.71085,3.07126,250,250,20,0,137,0,0,1), + (26078,2970,1,0,0,-1966.76,238.628,66.4,3.41882,250,250,10,0,137,0,0,1), + (26079,2970,1,0,0,-1851.9,-866.883,22.1922,5.06567,250,250,20,0,137,0,0,1), + (26080,2970,1,0,0,-1654.61,-611.034,-32.3967,4.76925,250,250,20,0,137,0,0,1), + (26081,5786,1,0,0,-2739.95,-439.311,-4.21659,1.62316,19900,19900,0,0,176,0,0,0), + (26082,2970,1,0,0,-1721.53,-795.15,9.41179,5.85624,250,250,20,0,137,0,0,1), + (26083,2970,1,0,0,-1737.45,258.979,38.4974,2.6928,250,250,15,0,137,0,0,1), + (26084,2970,1,0,0,-1811.62,189.415,31.935,2.22268,250,250,20,0,137,0,0,1), + (26085,2970,1,0,0,-2049.67,-151.343,-9.25206,3.65585,250,250,20,0,137,0,0,1), + (26086,2970,1,0,0,-1783.88,-628.97,-11.6652,4.49968,250,250,20,0,137,0,0,1), + (26087,2970,1,0,0,-1815.52,-716.606,-9.38954,2.29273,250,250,20,0,137,0,0,1), + (26088,2970,1,0,0,-1668.21,-717.068,-14.9369,0.039043,250,250,20,0,137,0,0,1), + (26089,2970,1,0,0,-1587.85,-481.489,-37.9513,6.26561,250,250,20,0,137,0,0,1), + (26090,2970,1,0,0,-1682.8,115.039,-8.59082,2.022,250,250,20,0,137,0,0,1), + (26091,2970,1,0,0,-1792.22,-511.762,-3.61748,2.76979,250,250,20,0,137,0,0,1), + (26092,2970,1,0,0,-2052.65,-946.041,7.63037,2.72773,250,250,20,0,137,0,0,1), + (26093,2970,1,0,0,-2482.85,-976.443,-6.89149,5.11368,250,250,20,0,137,0,0,1), + (26094,2970,1,0,0,-1973.47,-322.791,-1.72684,6.15592,250,250,20,0,137,0,0,1), + (26095,2970,1,0,0,-1466.24,-354.535,-37.6535,3.14745,250,250,20,0,137,0,0,1), + (26096,2970,1,0,0,-1764.01,-122.662,-2.77695,0.329941,250,250,20,0,137,0,0,1), + (26097,2970,1,0,0,-1666.21,-498.794,-17.4844,2.33962,250,250,20,0,137,0,0,1), + (26098,2970,1,0,0,-1938.26,-902.556,9.50589,0.895485,250,250,20,0,137,0,0,1), + (26099,2970,1,0,0,-2319,-1022.65,-8.7281,2.92314,250,250,20,0,137,0,0,1), + (26100,2970,1,0,0,-1637.66,-149.347,-7.39852,6.26366,250,250,20,0,137,0,0,1), + (26101,2970,1,0,0,-1819.67,-147.557,-9.04447,5.96547,250,250,20,0,137,0,0,1), + (26102,2970,1,0,0,-1917.39,-470.056,-6.0985,1.03977,250,250,20,0,137,0,0,1), + (26103,2970,1,0,0,-1783.73,-449.217,-3.50281,4.72119,250,250,20,0,137,0,0,1), + (26104,2970,1,0,0,-2614.41,-918.112,-6.31874,5.96134,250,250,20,0,137,0,0,1), + (26105,2970,1,0,0,-1936.14,-84.0253,-4.61679,1.35425,250,250,20,0,137,0,0,1), + (26106,2970,1,0,0,-1958.19,-177.554,-10.5561,3.80796,250,250,20,0,137,0,0,1), + (26107,2971,1,0,0,-587.983,-465.033,13.679,1.28794,250,250,20,0,156,0,0,1), + (26108,4807,48,0,0,-379.892,271.889,-75.3926,2.74017,7200,7200,5,0,2529,0,0,1), + (26109,4807,48,0,0,-416.355,301.952,-68.1343,4.86947,7200,7200,5,0,2529,0,0,1), + (26110,4805,48,0,0,-412.253,314.845,-68.2253,6.17846,7200,7200,5,0,1494,1090,0,1), + (26111,4822,48,0,0,-357.921,284.178,-76.6433,0.628319,7200,7200,5,0,1686,0,0,1), + (26112,4807,48,0,0,-411.071,337.68,-71.3588,0.05236,7200,7200,5,0,2529,0,0,1), + (26113,4805,48,0,0,-413.19,322.003,-68.2355,4.72522,7200,7200,5,0,1494,1090,0,1), + (26114,4807,48,0,0,-345.512,299.173,-69.9888,4.59022,7200,7200,3,0,2529,0,0,1), + (26115,4805,48,0,0,-353.746,338.65,-53.834,4.43314,7200,7200,2,0,1494,1090,0,1), + (26116,4807,48,0,0,-327.164,342.266,-53.798,0.820305,7200,7200,1,0,2529,0,0,1), + (26117,4805,48,0,0,-342.579,353.981,-53.9403,3.45575,7200,7200,2,0,1494,1090,0,1), + (26118,4807,48,0,0,-305.973,317.833,-53.9673,3.29867,7200,7200,2,0,2529,0,0,1), + (26119,4805,48,0,0,-301.391,328.967,-53.245,0.296706,7200,7200,2,0,1494,1090,0,1), + (26120,4805,48,0,0,-306.948,343.98,-53.4562,5.23599,7200,7200,1,0,1494,1090,0,1), + (26121,4807,48,0,0,-327.74,399.933,-55.7801,4.36332,7200,7200,5,0,2529,0,0,1), + (26122,2971,1,0,0,-744.385,-654.247,-22.9999,1.62087,250,250,30,0,156,0,0,1), + (26123,1797,0,0,0,-152.705,1205.62,57.5753,5.75047,275,275,10,0,296,0,0,1), + (26124,1869,0,0,0,735.347,1093.81,48.1717,0.753086,275,275,10,0,300,0,0,1), + (26125,12432,0,0,0,212.523,1188.48,69.7485,1.24495,43200,43200,0,0,375,0,0,0), + (26126,2971,1,0,0,-1263.66,-562.903,-57.0829,5.85497,250,250,20,0,156,0,0,1), + (26127,2971,1,0,0,-1180.73,-719.845,-56.3825,2.03991,250,250,20,0,156,0,0,1), + (26128,2971,1,0,0,-1383.56,-803.975,-21.4483,1.58837,250,250,20,0,156,0,0,1), + (26129,4831,48,0,0,-299.917,413.755,-57.1229,3.60618,36000,36000,0,0,4264,1743,0,0), + (26130,4822,48,0,0,-549.004,222.12,-61.8754,6.12611,7200,7200,5,0,1686,0,0,1), + (26131,4807,48,0,0,-534.882,220.775,-62.7386,0.733038,7200,7200,5,0,2529,0,0,1), + (26132,4822,48,0,0,-568.336,238.632,-57.4044,3.45575,7200,7200,5,0,1686,0,0,1), + (26133,4805,48,0,0,-552.707,228.827,-61.0278,4.88692,7200,7200,2,0,1494,1090,0,1), + (26134,4822,48,0,0,-567.348,221.677,-57.4658,1.78024,7200,7200,5,0,1686,0,0,1), + (26135,4807,48,0,0,-514.717,169.381,-73.9482,5.24776,7200,7200,5,0,2529,0,0,1), + (26136,4787,48,0,0,-531.6,318.992,-49.9643,5.81195,7200,7200,0,0,484,0,0,0), + (26137,4798,48,0,0,-597.49,243.5,-50.8316,3.94444,7200,7200,1,0,1494,545,0,1), + (26138,4807,48,0,0,-614.558,248.205,-50.1774,3.50811,7200,7200,1,0,2529,0,0,1), + (26139,4807,48,0,0,-608.087,229.156,-51.2429,6.21337,7200,7200,2,0,2529,0,0,1), + (26140,4798,48,0,0,-618.36,187.783,-53.2986,6.03884,7200,7200,2,0,1494,545,0,1), + (26141,4798,48,0,0,-608.954,185.118,-53.7561,2.82743,7200,7200,2,0,1494,545,0,1), + (26142,4807,48,0,0,-621.184,243.938,-48.6994,0.767945,7200,7200,1,0,2529,0,0,1), + (26143,4805,48,0,0,-630.663,144.164,-58.0995,3.40339,7200,7200,1,0,1494,1090,0,1), + (26144,4805,48,0,0,-639.823,144.715,-58.029,5.89921,7200,7200,1,0,1494,1090,0,1), + (26145,4805,48,0,0,-640.456,116.714,-57.9424,0.733038,7200,7200,1,0,1494,1090,0,1), + (26146,4805,48,0,0,-635.402,121.566,-58.0027,3.94444,7200,7200,1,0,1494,1090,0,1), + (26147,4798,48,0,0,-636.781,142.756,-58.2683,4.67099,7200,7200,5,0,1494,545,0,1), + (26148,4798,48,0,0,-632.811,104.016,-57.2097,5.65487,7200,7200,5,1,1494,545,0,2), + (26149,4798,48,0,0,-607.3,47.8114,-54.9607,2.63545,7200,7200,5,0,1494,545,0,1), + (26150,4807,48,0,0,-584.962,45.5463,-51.4678,2.14675,7200,7200,1,0,2529,0,0,1), + (26151,4798,48,0,0,-602.882,22.8889,-50.4071,2.84489,7200,7200,2,0,1494,545,0,1), + (26152,4799,48,0,0,-612.935,33.4303,-52.7348,5.41052,7200,7200,1,0,1494,818,0,1), + (26153,4798,48,0,0,-612.367,27.1981,-51.7427,5.67232,7200,7200,2,0,1494,545,0,1), + (26154,4807,48,0,0,-590.068,49.9016,-51.9539,5.81195,7200,7200,1,0,2529,0,0,1), + (26155,4799,48,0,0,-688.951,24.0723,-30.6319,2.40855,7200,7200,1,0,1494,818,0,1), + (26156,4799,48,0,0,-696.314,28.6606,-30.8672,5.88176,7200,7200,1,0,1494,818,0,1), + (26157,4799,48,0,0,-672.137,8.8487,-25.2749,1.18682,7200,7200,0,0,1494,818,0,0), + (26158,2971,1,0,0,-1259.39,-931.09,-4.76143,4.58319,250,250,20,0,156,0,0,1), + (26159,2971,1,0,0,-959.568,-607.217,-58.2264,2.34514,250,250,30,0,156,0,0,1), + (26160,1869,0,0,0,774.16,1117.51,52.8465,0.792179,275,275,0,0,300,0,0,0), + (26161,1868,0,0,0,712.101,1227.01,62.5407,4.41417,275,275,10,0,253,264,0,1), + (26162,1868,0,0,0,686.881,1246.61,73.9435,3.59087,275,275,10,0,253,264,0,1), + (26163,1869,0,0,0,778.168,1220.01,55.6695,2.51764,275,275,10,0,300,0,0,1), + (26164,2971,1,0,0,-1369.22,-713.582,-48.9683,3.32634,250,250,0,0,156,0,0,0), + (26165,2971,1,0,0,-1040.22,-919.69,2.0786,2.86061,250,250,20,0,156,0,0,1), + (26166,2971,1,0,0,-836.175,-615.846,-37.305,2.48911,250,250,20,0,156,0,0,1), + (26167,4065,0,0,0,-9337.76,-3025.9,135.564,2.82787,300,300,5,0,1563,0,0,1), + (26168,432,0,0,0,-9110.89,-3282.96,103.893,2.63545,300,300,0,0,617,0,0,0), + (26170,4805,48,0,0,-666.418,5.95801,-22.9052,6.14356,7200,7200,0,0,1494,1090,0,0), + (26171,4064,0,0,0,-9310.21,-2975.37,122.699,0.27324,300,300,0,0,1452,0,0,0), + (26172,426,0,0,0,-9030.23,-2429.1,131.088,3.85438,300,300,5,0,386,0,0,1), + (26173,12902,48,0,0,-622.355,-10.3501,-22.777,4.90438,36000,36000,0,0,1713,1236,0,0), + (26174,2971,1,0,0,-617.321,-350.765,5.00454,3.93159,250,250,30,0,156,0,0,1), + (26175,2971,1,0,0,-2248.99,-1384.26,33.0906,5.95975,250,250,20,0,156,0,0,1), + (26176,2971,1,0,0,-732.515,-345.883,-26.2272,0.013671,250,250,20,0,156,0,0,1), + (26177,2971,1,0,0,-919.364,-692.842,-39.4637,4.27494,250,250,30,0,156,0,0,1), + (26178,2971,1,0,0,-2313.3,-1286.88,6.31794,6.2187,250,250,20,0,156,0,0,1), + (26179,5787,1,0,0,-810.697,-28.6228,-13.1119,5.49779,19900,19900,0,0,333,0,0,0), + (26180,2971,1,0,0,-865.705,116.237,-13.1871,3.2589,250,250,20,0,156,0,0,1), + (26181,2971,1,0,0,-614.449,-118.548,6.55316,5.8108,250,250,30,0,156,0,0,1), + (26182,2971,1,0,0,-1084.32,-683.952,-54.7521,6.02635,250,250,20,0,156,0,0,1), + (26183,2971,1,0,0,-1309.59,-635.962,-58.6371,5.12446,250,250,30,0,156,0,0,1), + (26184,2972,1,0,0,-1559,-403.025,-42.0006,0.477204,250,250,0,0,122,0,0,0), + (26185,2972,1,0,0,-2551,22.0117,11.9644,4.39867,250,250,5,0,122,0,0,1), + (26186,2972,1,0,0,-2535.46,14.6013,10.7254,4.56349,250,250,5,0,122,0,0,1), + (26187,2972,1,0,0,-2543.7,7.50046,9.03971,4.30487,250,250,5,0,122,0,0,1), + (26188,2972,1,0,0,-1571.1,-419.184,-40.6388,2.48415,250,250,0,0,122,0,0,0), + (26189,2972,1,0,0,-1566.26,-431.765,-41.1907,2.54796,250,250,0,0,122,0,0,0), + (26190,2972,1,0,0,-2076.58,-236.571,-7.1374,2.62027,250,250,5,0,122,0,0,1), + (26191,2972,1,0,0,-2076.06,-218.413,-5.00717,2.32868,250,250,5,0,122,0,0,1), + (26192,2972,1,0,0,-1346.56,-907.761,0.158542,5.46322,250,250,0,0,122,0,0,0), + (26193,2972,1,0,0,-1335.11,-901.182,-5.59499,5.32423,250,250,0,0,122,0,0,0), + (26194,2972,1,0,0,-1341.92,-904.591,-2.80832,5.35784,250,250,0,0,122,0,0,0), + (26195,2972,1,0,0,-1326.28,-903.368,-5.84471,5.54232,250,250,0,0,122,0,0,0), + (26196,2973,1,0,0,-1543.72,-401.86,-43.2021,0.811741,250,250,0,0,195,0,0,0), + (26197,5053,43,0,0,-143.996,68.7025,-106.276,1.13839,7200,7200,5,1,417,0,0,1), + (26198,3637,43,0,0,-70.5127,129.642,-90.603,2.95968,7200,7200,5,0,1251,0,0,1), + (26199,3636,43,0,0,-60.7857,138.19,-91.5768,5.135,7200,7200,5,0,1251,0,0,1), + (26200,3640,43,0,0,-79.921,184.606,-92.4411,1.15033,7200,7200,0,0,1158,0,0,2), + (26201,2914,43,0,0,-114.89,141.104,-80.7141,6.00638,7200,7200,15,0,8,0,0,1), + (26202,3637,43,0,0,-107.137,243.697,-93.1197,4.85279,7200,7200,2,0,1251,0,0,1), + (26203,5756,43,0,0,-193.656,43.2439,-47.9388,0.86582,7200,7200,7,0,1452,0,0,1), + (26204,3636,43,0,0,-53.6357,119.14,-89.5286,0.293123,7200,7200,5,0,1251,0,0,1), + (26205,2914,43,0,0,-53.4452,135.758,-90.9473,4.03244,7200,7200,10,0,8,0,0,1), + (26206,5053,43,0,0,-79.1275,71.5339,-106.162,3.23927,7200,7200,5,0,417,0,0,1), + (26207,2973,1,0,0,-2554.46,6.33827,7.88806,4.70262,250,250,5,0,195,0,0,1), + (26208,3229,1,0,0,-3101.21,-1203.35,85.6088,5.91667,250,250,0,0,116,0,0,0), + (26209,2973,1,0,0,-2113.14,-181.47,-6.5166,1.62303,250,250,15,0,195,0,0,1), + (26210,2974,1,0,0,-1566.06,-409.274,-41.1913,0.103797,250,250,0,0,220,0,0,0), + (26211,2974,1,0,0,-2649.29,-1090.69,-7.21731,1.72567,250,250,30,0,220,0,0,1), + (26212,2974,1,0,0,-2643.93,-1105.36,-5.81951,1.94028,250,250,30,0,220,0,0,1), + (26213,2974,1,0,0,-2544.14,23.2627,12.3682,4.35733,250,250,5,0,220,0,0,1), + (26214,2974,1,0,0,-1593.61,-407.641,-39.3089,2.37001,250,250,0,0,220,0,0,0), + (26215,3835,43,0,0,-81.6378,202.29,-93.2193,5.56556,7200,7200,15,0,8,0,0,1), + (26216,3636,43,0,0,-73.686,197.576,-93.9035,3.85005,7200,7200,2,0,1251,0,0,1), + (26217,3637,43,0,0,-35.1935,198.074,-96.5795,5.19525,7200,7200,5,0,1251,0,0,1), + (26218,3636,43,0,0,-33.1695,163.583,-95.7797,5.81154,7200,7200,2,0,1251,0,0,1), + (26219,3835,43,0,0,-23.2718,132.678,-106.162,1.51871,7200,7200,15,0,8,0,0,1), + (26220,3636,43,0,0,-105.548,228.726,-89.8854,6.0707,7200,7200,2,0,1251,0,0,1), + (26221,3637,43,0,0,-32.5351,173.325,-96.3111,6.05171,7200,7200,2,0,1251,0,0,1), + (26222,2914,43,0,0,-67.8561,207.422,-93.4522,6.22778,7200,7200,15,0,8,0,0,1), + (26223,3636,43,0,0,-72.1507,214.795,-93.6078,0.008581,7200,7200,5,0,1251,0,0,1), + (26224,3636,43,0,0,-100.263,180.225,-78.4933,2.95997,7200,7200,2,0,1251,0,0,1), + (26225,3840,43,0,0,-35.4498,166.32,-96.0822,4.45059,7200,7200,0,0,1212,912,0,2), + (26226,2914,43,0,0,-101.905,232.8,-91.5832,5.5821,7200,7200,15,0,8,0,0,1), + (26227,3636,43,0,0,-35.0195,209.613,-96.3626,5.83298,7200,7200,5,0,1251,0,0,1), + (26228,3640,43,0,0,-20.5522,172.007,-104.511,4.47048,7200,7200,0,1,1158,0,0,2), + (26229,3640,43,0,0,-34.6464,211.374,-96.0663,4.57712,7200,7200,0,1,1158,0,0,2), + (26230,3636,43,0,0,-47.7481,254.798,-92.8443,5.53629,7200,7200,5,0,1251,0,0,1), + (26231,2974,1,0,0,-1555,-422.133,-41.7455,2.71034,250,250,0,0,220,0,0,0), + (26232,2974,1,0,0,-2060.04,-245.411,-8.92791,2.6211,250,250,5,0,220,0,0,1), + (26233,2974,1,0,0,-1317.95,-926.415,1.9346,5.79242,250,250,0,0,220,0,0,0), + (26234,2975,1,0,0,-2569.06,-735.685,-5.53374,2.56386,250,250,10,0,102,0,0,1), + (26235,2975,1,0,0,-2576.02,-722.765,-5.54161,4.45646,250,250,10,0,102,0,0,1), + (26236,2975,1,0,0,-2550.16,-741.861,-6.04805,2.3146,250,250,10,0,102,0,0,1), + (26237,2975,1,0,0,-2564.78,-702.552,-7.47303,2.08004,250,250,10,0,102,0,0,1), + (26238,2914,43,0,0,-53.1763,263.859,-92.8437,0.660778,7200,7200,15,0,8,0,0,1), + (26239,3840,43,0,0,-50.9113,263.772,-92.8438,3.40905,7200,7200,0,1,1212,912,0,2), + (26240,2975,1,0,0,-2560.31,-690.324,-7.92431,2.1693,250,250,10,0,102,0,0,1), + (26241,2975,1,0,0,-2525.99,-710.524,-7.91477,2.59323,250,250,3,0,102,0,0,1), + (26242,2975,1,0,0,-2527.1,-743.32,-7.99728,3.95004,250,250,15,0,102,0,0,1), + (26243,2975,1,0,0,-2537.44,-725.008,-8.9158,1.3761,250,250,3,0,102,0,0,1), + (26244,2975,1,0,0,-2522.06,-692.206,-5.27291,0.856381,250,250,15,0,102,0,0,1), + (26245,2975,1,0,0,-2540.77,-685.907,-7.42431,5.83199,250,250,5,0,102,0,0,1), + (26246,2975,1,0,0,-2543.93,-703.149,-8.73497,4.60461,250,250,3,0,102,0,0,1), + (26247,3232,1,0,0,-1025.06,-1055.64,21.2267,6.17715,250,250,5,0,176,0,0,1), + (26248,3232,1,0,0,-977.141,-1143.72,69.3663,5.82343,250,250,3,0,176,0,0,1), + (26249,3232,1,0,0,-1040.5,-1077.56,27.8492,5.75044,250,250,5,0,176,0,0,1), + (26250,3232,1,0,0,-995.169,-1076.68,44.4506,4.76927,250,250,0,0,176,0,0,0), + (26251,2976,1,0,0,-1889.09,-715.831,-1.39044,1.88162,250,250,5,0,120,0,0,1), + (26252,3840,43,0,0,-55.2565,274.696,-92.7608,4.69494,7200,7200,0,0,1212,912,0,0), + (26253,3835,43,0,0,-17.2637,252.039,-105.43,1.7754,7200,7200,5,0,8,0,0,1), + (26254,5053,43,0,0,-6.12651,214.864,-106.162,3.80331,7200,7200,5,0,417,0,0,1), + (26255,2976,1,0,0,-1895.25,-694.292,-2.58544,2.21411,250,250,3,0,120,0,0,1), + (26257,5053,43,0,0,-39.1155,113.401,-106.162,0.897454,7200,7200,5,0,417,0,0,1), + (26258,5053,43,0,0,-11.8997,158.706,-106.162,1.22841,7200,7200,5,0,417,0,0,1), + (26259,3637,43,0,0,12.7715,160.489,-87.9237,5.90303,7200,7200,5,0,1251,0,0,1), + (26260,3232,1,0,0,-1001.86,-1087.53,44.4757,3.76833,250,250,0,0,176,0,0,0), + (26261,3232,1,0,0,-990.674,-1155.53,72.6163,1.62372,250,250,3,0,176,0,0,1), + (26262,3232,1,0,0,-1010.67,-1148.43,62.1397,4.88498,250,250,5,0,176,0,0,1), + (26263,3232,1,0,0,-1013.7,-1043.82,17.6816,2.81475,250,250,5,0,176,0,0,1), + (26264,3232,1,0,0,-940.801,-1057.22,38.0725,3.23047,250,250,5,0,176,0,0,1), + (26265,3232,1,0,0,-939.087,-1121.15,69.0968,4.20947,250,250,5,0,176,0,0,1), + (26266,3232,1,0,0,-963.43,-1129.63,65.2218,3.52299,250,250,3,0,176,0,0,1), + (26267,3232,1,0,0,-1043.73,-1139.39,50.5215,2.37499,250,250,5,0,176,0,0,1), + (26268,3232,1,0,0,-1030.92,-1148.66,57.2906,3.82185,250,250,5,0,176,0,0,1), + (26269,2976,1,0,0,-1946.67,-686.458,-1.69813,1.32618,250,250,3,0,120,0,0,1), + (26270,2976,1,0,0,-1849.82,-230.879,-9.32636,3.43475,250,250,5,0,120,0,0,1), + (26271,2976,1,0,0,-1809.93,-220.599,-9.29985,0.49623,250,250,5,0,120,0,0,1), + (26272,2976,1,0,0,-1835.93,-217.193,-9.32258,2.68319,250,250,5,0,120,0,0,1), + (26273,2976,1,0,0,-2553.23,-721.481,-8.97303,1.57561,250,250,3,0,120,0,0,1), + (26274,3232,1,0,0,-958.738,-1076.28,39.7843,4.7766,250,250,5,0,176,0,0,1), + (26275,3232,1,0,0,-988.874,-1040.62,19.5128,4.90068,250,250,5,0,176,0,0,1), + (26276,3232,1,0,0,-958.757,-1041.46,25.6975,3.69631,250,250,5,0,176,0,0,1), + (26277,3232,1,0,0,-941.998,-1083.05,45.4093,3.44914,250,250,5,0,176,0,0,1), + (26278,3232,1,0,0,-970.942,-1055.81,29.7173,0.742745,250,250,5,0,176,0,0,2), + (26279,2976,1,0,0,-1930.58,-700.912,3.27829,4.6241,250,250,0,0,120,0,0,0), + (26280,3232,1,0,0,-986.268,-1086.01,44.4506,2.9089,250,250,0,0,176,0,0,0), + (26281,3232,1,0,0,-974.644,-1103.47,45.4156,3.85471,250,250,5,0,176,0,0,1), + (26282,2976,1,0,0,-1947.21,-713.225,0.927834,4.94089,250,250,5,0,120,0,0,1), + (26283,2976,1,0,0,-1942.18,-746.522,-2.19717,1.00688,250,250,5,0,120,0,0,1), + (26284,2976,1,0,0,-1918.62,-747.353,-2.62556,5.14476,250,250,5,0,120,0,0,1), + (26285,4807,48,0,0,-657.648,-13.9641,-18.2174,4.50295,7200,7200,1,0,2529,0,0,1), + (26286,4798,48,0,0,-562.737,-3.06629,-45.3303,1.01229,7200,7200,2,0,1494,545,0,1), + (26287,4807,48,0,0,-618.076,-8.71146,-23.3561,1.48353,7200,7200,1,0,2529,0,0,1), + (26288,4799,48,0,0,-624.232,-14.4385,-21.8731,0.383972,7200,7200,0,0,1494,818,0,0), + (26289,4799,48,0,0,-570.364,0.897712,-47.1378,3.35103,7200,7200,2,0,1494,818,0,1), + (26290,4805,48,0,0,-544.438,-2.99869,-42.0358,3.4383,7200,7200,2,0,1494,1090,0,1), + (26291,4798,48,0,0,-546.507,-49.7815,-38.5412,0.226893,7200,7200,1,0,1494,545,0,1), + (26292,4799,48,0,0,-623.971,-37.308,-21.7737,4.43314,7200,7200,1,0,1494,818,0,1), + (26293,4805,48,0,0,-574.266,-45.378,-34.6147,4.53786,7200,7200,1,0,1494,1090,0,1), + (26294,4799,48,0,0,-545.942,-40.8536,-39.1961,0.645772,7200,7200,1,0,1494,818,0,1), + (26295,4805,48,0,0,-580.142,-37.0436,-33.0913,3.24631,7200,7200,1,0,1494,1090,0,1), + (26296,4805,48,0,0,-623.069,-45.3432,-22.3864,1.50098,7200,7200,0,0,1494,1090,0,0), + (26297,4805,48,0,0,-518.229,-9.47799,-43.1508,4.20624,7200,7200,5,0,1494,1090,0,1), + (26298,4799,48,0,0,-533.166,-3.55523,-40.4189,6.18501,7200,7200,5,1,1494,818,0,2), + (26299,4805,48,0,0,-513.823,30.3236,-46.233,5.20108,7200,7200,2,0,1494,1090,0,1), + (26300,4805,48,0,0,-507.705,19.1058,-45.4344,2.07694,7200,7200,2,0,1494,1090,0,1), + (26301,4807,48,0,0,-511.079,-33.1574,-42.9942,1.88496,7200,7200,5,0,2529,0,0,1), + (26302,4805,48,0,0,-519.014,-41.2675,-41.5278,1.88496,7200,7200,5,0,1494,1090,0,1), + (26303,4805,48,0,0,-479.967,-40.9691,-40.9697,0.139626,7200,7200,2,0,1494,1090,0,1), + (26304,4807,48,0,0,-505.342,-53.0529,-42.0544,3.75246,7200,7200,1,0,2529,0,0,1), + (26305,4807,48,0,0,-509.989,-58.5488,-41.8187,1.18682,7200,7200,1,0,2529,0,0,1), + (26306,4799,48,0,0,-514.26,-45.309,-42.1518,2.53691,7200,7200,5,0,1494,818,0,1), + (26307,4798,48,0,0,-487.371,-85.9738,-42.7338,6.19592,7200,7200,1,0,1494,545,0,1), + (26308,4798,48,0,0,-468.616,-40.577,-36.6384,1.37881,7200,7200,1,0,1494,545,0,1), + (26309,4799,48,0,0,-478.746,-86.1163,-40.6561,3.24631,7200,7200,1,0,1494,818,0,1), + (26310,4798,48,0,0,-532.32,-43.5506,-39.6092,0.125233,7200,7200,5,1,1494,545,0,2), + (26311,4809,48,0,0,-692.671,-45.7525,-29.9505,4.04916,7200,7200,0,0,1494,545,0,0), + (26312,4811,48,0,0,-695.441,-40.5065,-29.9526,3.10669,7200,7200,0,0,1599,1162,0,0), + (26313,4812,48,0,0,-694.532,-30.0734,-29.95,1.32645,7200,7200,0,0,1494,1090,0,0), + (26314,4827,48,0,0,-700.743,-77.3548,-38.3356,3.59538,7200,7200,3,0,1686,0,0,1), + (26315,4810,48,0,0,-718.32,-30.9891,-37.6503,2.35619,7200,7200,0,0,1815,0,0,0), + (26316,4810,48,0,0,-722.013,-56.5438,-37.6503,3.83972,7200,7200,0,0,1815,0,0,0), + (26317,4810,48,0,0,-722.105,-27.4256,-37.6503,5.5676,7200,7200,0,0,1815,0,0,0), + (26318,4810,48,0,0,-725.366,-60.1186,-37.6581,0.907571,7200,7200,0,0,1815,0,0,0), + (26319,4798,48,0,0,-720.185,40.1762,-29.8509,0.383972,7200,7200,1,0,1494,545,0,1), + (26320,4810,48,0,0,-744.607,7.865,-29.947,3.59538,7200,7200,0,0,1815,0,0,0), + (26321,4810,48,0,0,-725.556,5.94794,-29.95,5.93412,7200,7200,0,0,1815,0,0,0), + (26322,4812,48,0,0,-719.863,4.31058,-29.95,2.93215,7200,7200,0,0,1494,1090,0,0), + (26323,4807,48,0,0,-713.285,42.7616,-29.9299,3.47321,7200,7200,1,0,2529,0,0,1), + (26324,4812,48,0,0,-722.41,-79.0308,-37.659,5.28835,7200,7200,0,0,1494,1090,0,0), + (26325,4811,48,0,0,-748.753,5.72824,-29.9157,0.506145,7200,7200,0,0,1599,1162,0,0), + (26326,4823,48,0,0,-761.466,-34.6609,-40.333,1.65806,7200,7200,2,0,1392,0,0,1), + (26327,4812,48,0,0,-764.633,-54.1033,-29.8464,5.39307,7200,7200,0,0,1494,1090,0,0), + (26328,4810,48,0,0,-793.893,-59.3825,-29.5982,1.8326,7200,7200,0,0,1815,0,0,0), + (26329,4809,48,0,0,-721.039,-86.4893,-37.7622,2.11185,7200,7200,5,1,1494,545,0,2), + (26330,4811,48,0,0,-798.48,-54.9876,-29.5982,0.191986,7200,7200,0,0,1599,1162,0,0), + (26331,4811,48,0,0,-764.725,-61.6536,-29.8474,1.5708,7200,7200,0,0,1599,1162,0,0), + (26332,4810,48,0,0,-754.31,-58.1687,-29.9301,0.575959,7200,7200,5,1,1815,0,0,2), + (26333,4812,48,0,0,-798.28,-57.0101,-29.6816,6.23816,7200,7200,0,0,1494,1090,0,0), + (26344,2976,1,0,0,-1906.31,-709.753,3.15329,0.465911,250,250,5,0,120,0,0,1), + (26345,2976,1,0,0,-1829.28,-254.059,-9.15345,2.01109,250,250,5,0,120,0,0,1), + (26346,2976,1,0,0,-1801.43,-239.287,-9.29985,1.90923,250,250,5,0,120,0,0,1), + (26347,3232,1,0,0,-1055.7,-1109.93,35.7423,3.93873,250,250,5,0,176,0,0,1), + (26348,3232,1,0,0,-1021.16,-1102.74,44.4928,5.25904,250,250,0,0,176,0,0,0), + (26349,3232,1,0,0,-1046.29,-1128.57,45.2885,4.43506,250,250,5,0,176,0,0,1), + (26350,3232,1,0,0,-1054.6,-1094.35,30.5758,5.12652,250,250,5,0,176,0,0,1), + (26351,3232,1,0,0,-1013.84,-1118.25,44.4928,6.19123,250,250,0,0,176,0,0,0), + (26352,3232,1,0,0,-985.956,-1103.23,44.5406,4.70966,250,250,5,0,176,0,0,1), + (26353,3232,1,0,0,-1003.67,-1122.38,44.4928,1.58584,250,250,0,0,176,0,0,0), + (26354,3232,1,0,0,-1027.53,-1126.56,44.4928,4.1519,250,250,5,0,176,0,0,1), + (26355,3233,1,0,0,-1150.41,-1027.37,3.57968,5.70723,250,250,0,0,334,0,0,0), + (26356,2977,1,0,0,-1914.06,-674.479,-5.3324,1.86838,250,250,5,0,137,0,0,1), + (26357,2977,1,0,0,-1929.98,-716.028,3.65329,1.43427,250,250,0,0,137,0,0,0), + (26358,2977,1,0,0,-1910.83,-727.258,2.49843,1.47696,250,250,5,0,137,0,0,1), + (26359,2977,1,0,0,-1809.7,-255.987,-9.29985,4.71335,250,250,5,0,137,0,0,1), + (26360,2977,1,0,0,-1847.23,-249.355,-9.1109,2.3465,250,250,5,0,137,0,0,1), + (26361,2977,1,0,0,-1809.64,-239.495,-9.29985,4.6946,250,250,5,0,137,0,0,1), + (26362,2977,1,0,0,-1827.69,-231.637,-9.34152,4.31096,250,250,0,0,137,0,0,0), + (26363,2978,1,0,0,-1654.5,-1326.59,132.974,5.8294,250,250,0,0,156,0,0,0), + (26364,2978,1,0,0,-1479.96,-1143.31,155.037,5.89921,250,250,0,0,156,0,0,0), + (26365,2978,1,0,0,-1615.61,-1348.57,132.891,5.98648,250,250,0,0,156,0,0,0), + (26366,1869,0,0,0,670.994,1179.05,65.6631,4.75109,275,275,10,0,300,0,0,1), + (26367,2978,1,0,0,-1635.65,-1089.24,103.623,3.47321,250,250,0,0,156,0,0,0), + (26368,2978,1,0,0,-1534.44,-1135.41,103.502,0.366519,250,250,0,0,156,0,0,0), + (26369,2978,1,0,0,-1618.74,-1383.61,132.817,4.5204,250,250,0,0,156,0,0,0), + (26370,2978,1,0,0,-1629.39,-1363.92,132.363,2.67035,250,250,0,0,156,0,0,0), + (26371,2978,1,0,0,-1492.28,-1121.42,153.241,1.46608,250,250,0,0,156,0,0,0), + (26372,2978,1,0,0,-1605.17,-1395.11,132.688,5.14872,250,250,0,0,156,0,0,0), + (26373,2978,1,0,0,-1601.61,-1388.84,132.825,6.10865,250,250,0,0,156,0,0,0), + (26374,2978,1,0,0,-1613.05,-1343.28,132.959,0.680678,250,250,0,0,156,0,0,0), + (26375,2978,1,0,0,-1602.21,-1284.36,133.576,0.453786,250,250,0,0,156,0,0,0), + (26376,2978,1,0,0,-1629.69,-1356.99,132.706,3.94444,250,250,0,0,156,0,0,0), + (26377,2978,1,0,0,-1494.68,-1141.7,158.182,3.03687,250,250,0,0,156,0,0,0), + (26378,2978,1,0,0,-1611.34,-1369.44,132.721,0.191986,250,250,0,0,156,0,0,0), + (26379,2978,1,0,0,-1483.85,-1097.72,145.52,1.43117,250,250,0,0,156,0,0,0), + (26380,2978,1,0,0,-1603.72,-1278.04,133.718,1.11701,250,250,0,0,156,0,0,0), + (26381,2978,1,0,0,-1638.04,-1096.7,103.846,2.53073,250,250,0,0,156,0,0,0), + (26382,2978,1,0,0,-1605.31,-1253.39,134.487,5.51524,250,250,0,0,156,0,0,0), + (26383,2978,1,0,0,-1554.33,-1302.38,133.274,5.37561,250,250,0,0,156,0,0,0), + (26384,2978,1,0,0,-1562.74,-1298.89,133.064,1.3439,250,250,0,0,156,0,0,0), + (26385,2978,1,0,0,-1585.86,-1303.96,133.028,0.942478,250,250,0,0,156,0,0,0), + (26386,2978,1,0,0,-1578.24,-1314.67,133.21,4.97419,250,250,0,0,156,0,0,0), + (26387,2978,1,0,0,-1558.71,-1306.94,133.35,5.96903,250,250,0,0,156,0,0,0), + (26388,2978,1,0,0,-1605.96,-1327.09,133.423,5.58505,250,250,0,0,156,0,0,0), + (26389,2978,1,0,0,-1571.83,-1311.98,133.246,4.85202,250,250,0,0,156,0,0,0), + (26390,2978,1,0,0,-1757.99,-1316.66,113.043,3.21141,250,250,0,0,156,0,0,0), + (26391,2978,1,0,0,-1759.8,-1330.54,113.632,3.49066,250,250,0,0,156,0,0,0), + (26392,2978,1,0,0,-1752.66,-1331.58,113.372,5.20108,250,250,0,0,156,0,0,0), + (26393,2978,1,0,0,-1602.86,-1155.84,103.381,5.60251,250,250,0,0,156,0,0,0), + (26394,2978,1,0,0,-1597.02,-1157.17,103.044,4.15388,250,250,0,0,156,0,0,0), + (26395,2978,1,0,0,-1684.54,-1197.65,109.013,4.29351,250,250,0,0,156,0,0,0), + (26396,2978,1,0,0,-1636.94,-1164.71,110.519,5.32325,250,250,0,0,156,0,0,0), + (26397,2978,1,0,0,-1538.38,-1107.29,103.767,0.785398,250,250,0,0,156,0,0,0), + (26398,2978,1,0,0,-1549.94,-1096.66,103.786,1.25664,250,250,0,0,156,0,0,0), + (26399,2978,1,0,0,-1557.76,-1086.23,103.803,1.69297,250,250,0,0,156,0,0,0), + (26400,2978,1,0,0,-1801.66,-1284.17,113.284,3.7001,250,250,0,0,156,0,0,0), + (26401,2978,1,0,0,-1745.17,-1290.65,113.374,0.10472,250,250,0,0,156,0,0,0), + (26402,2978,1,0,0,-1760.62,-1297.14,112.905,3.90954,250,250,0,0,156,0,0,0), + (26403,2978,1,0,0,-1730.34,-1263.38,113.531,5.81195,250,250,0,0,156,0,0,0), + (26404,2978,1,0,0,-1721.75,-1252.14,113.372,0.401426,250,250,0,0,156,0,0,0), + (26405,2978,1,0,0,-1738,-1269.69,113.417,5.77704,250,250,0,0,156,0,0,0), + (26406,2978,1,0,0,-1735.12,-1252.08,113.133,2.23402,250,250,0,0,156,0,0,0), + (26407,2978,1,0,0,-1764.43,-1186.34,120.128,2.3911,250,250,0,0,156,0,0,0), + (26408,2978,1,0,0,-1758.57,-1199.24,120.936,5.75959,250,250,0,0,156,0,0,0), + (26409,2978,1,0,0,-1702.41,-1204.45,106.755,5.67232,250,250,0,0,156,0,0,0), + (26410,2978,1,0,0,-1721.36,-1200.29,107.035,3.54302,250,250,0,0,156,0,0,0), + (26411,2978,1,0,0,-1734.39,-1192.33,123.936,5.39307,250,250,0,0,156,0,0,0), + (26412,2978,1,0,0,-1665.33,-1324.97,132.888,4.32842,250,250,0,0,156,0,0,0), + (26413,2978,1,0,0,-1666.89,-1309.35,132.7,1.6057,250,250,0,0,156,0,0,0), + (26414,2978,1,0,0,-1639.66,-1298.81,132.288,2.93215,250,250,0,0,156,0,0,0), + (26415,2978,1,0,0,-1684.08,-1314.23,132.584,2.28638,250,250,0,0,156,0,0,0), + (26416,2978,1,0,0,-1680.92,-1321.15,132.894,3.80482,250,250,0,0,156,0,0,0), + (26417,2978,1,0,0,-1742.74,-1034.11,118.792,1.62316,250,250,0,0,156,0,0,0), + (26418,2978,1,0,0,-1751.46,-1042.49,119.655,3.56047,250,250,0,0,156,0,0,0), + (26419,2978,1,0,0,-852.871,-21.4746,-11.8725,5.94601,250,250,5,0,156,0,0,1), + (26420,2978,1,0,0,-820.805,18.236,-10.302,4.82164,250,250,5,0,156,0,0,1), + (26421,2978,1,0,0,-785.783,15.6386,-13.4612,3.67431,250,250,5,0,156,0,0,1), + (26422,2978,1,0,0,-735.974,-136.687,-26.4751,1.0157,250,250,5,0,156,0,0,1), + (26423,2978,1,0,0,-765.286,-134.311,-28.1001,0.407324,250,250,5,0,156,0,0,2), + (26424,2978,1,0,0,-739.209,-162.49,-27.2353,3.02946,250,250,3,0,156,0,0,1), + (26425,2978,1,0,0,-821.165,-45.8845,-13.2237,1.73828,250,250,5,0,156,0,0,1), + (26426,2978,1,0,0,-780.732,-13.0491,-14.8958,1.01225,250,250,5,0,156,0,0,1), + (26427,2978,1,0,0,-817.355,-18.5405,-13.177,4.7157,250,250,5,0,156,0,0,2), + (26428,2978,1,0,0,-846.957,-54.5134,-13.1104,5.04517,250,250,5,0,156,0,0,1), + (26429,2978,1,0,0,-1551.74,-1174.79,104.509,5.0091,250,250,0,0,156,0,0,0), + (26430,2978,1,0,0,-1560.09,-1177.8,105.047,5.49779,250,250,0,0,156,0,0,0), + (26431,2978,1,0,0,-1517.88,-1047.61,153.5,1.81514,250,250,0,0,156,0,0,0), + (26432,2978,1,0,0,-1914.36,-1012.18,45.4075,1.10924,250,250,5,0,156,0,0,1), + (26433,2978,1,0,0,-1917.71,-1032.29,44.1575,5.7464,250,250,5,0,156,0,0,1), + (26434,2978,1,0,0,-1909.16,-1035.88,49.3998,0.059741,250,250,5,0,156,0,0,1), + (26435,2978,1,0,0,-1941.4,-1017.29,38.652,1.09313,250,250,5,0,156,0,0,1), + (26436,2978,1,0,0,-1931.99,-1018.77,42.9075,3.12774,250,250,5,0,156,0,0,1), + (26437,2978,1,0,0,-1935.26,-1032.43,43.527,5.45212,250,250,0,0,156,0,0,0), + (26438,2978,1,0,0,-1940.46,-1047.15,44.016,5.73397,250,250,5,0,156,0,0,1), + (26439,2978,1,0,0,-1955.32,-1037.75,37.516,2.48914,250,250,5,0,156,0,0,1), + (26440,2978,1,0,0,-1930.26,-1059.05,44.3998,3.75491,250,250,0,0,156,0,0,0), + (26441,2978,1,0,0,-1957.23,-1056.68,45.141,3.12709,250,250,2,0,156,0,0,1), + (26442,2978,1,0,0,-1940.69,-1137.81,84.5383,4.41565,250,250,5,0,156,0,0,1), + (26443,2978,1,0,0,-1949.92,-1069.82,48.3882,1.86937,250,250,2,0,156,0,0,1), + (26444,2978,1,0,0,-1940.1,-1065.07,44.266,0.591751,250,250,0,0,156,0,0,0), + (26445,2978,1,0,0,-1911.43,-1134.43,86.6206,4.54884,250,250,5,0,156,0,0,1), + (26446,2978,1,0,0,-1939.38,-1102.56,68.0279,4.53994,250,250,5,0,156,0,0,1), + (26447,2978,1,0,0,-1922.9,-1142.91,86.7456,5.49804,250,250,5,0,156,0,0,1), + (26448,2978,1,0,0,-1902.49,-1090.56,85.1062,1.44258,250,250,5,0,156,0,0,1), + (26449,2978,1,0,0,-1889.82,-1085.89,89.1843,5.13597,250,250,5,0,156,0,0,1), + (26450,2978,1,0,0,-1851.52,-1146.02,98.51,3.49066,250,250,0,0,156,0,0,0), + (26451,2978,1,0,0,-1860.7,-1131.31,96.7051,4.45059,250,250,0,0,156,0,0,0), + (26452,2978,1,0,0,-1843.86,-1175.33,100.74,3.76991,250,250,0,0,156,0,0,0), + (26453,2978,1,0,0,-1833.74,-1140.18,99.1448,0.523599,250,250,0,0,156,0,0,0), + (26454,2978,1,0,0,-1829.94,-1194.87,104.727,3.735,250,250,0,0,156,0,0,0), + (26455,2978,1,0,0,-1794.56,-1164.96,114.524,2.18166,250,250,0,0,156,0,0,0), + (26456,2978,1,0,0,-1773.45,-1174.21,117.086,5.95157,250,250,0,0,156,0,0,0), + (26457,2978,1,0,0,-1809.34,-1214.39,109.284,3.83972,250,250,0,0,156,0,0,0), + (26458,2978,1,0,0,-1749.22,-1114.7,116.725,2.14675,250,250,0,0,156,0,0,0), + (26459,2978,1,0,0,-1781.81,-1153.14,116.943,2.54818,250,250,0,0,156,0,0,0), + (26460,2978,1,0,0,-1781.79,-1185.19,115.67,6.24828,250,250,0,0,156,0,0,0), + (26461,2978,1,0,0,-1733.28,-1091.39,118.72,3.22886,250,250,0,0,156,0,0,0), + (26462,2978,1,0,0,-1734.01,-1114.4,116.13,5.23599,250,250,0,0,156,0,0,0), + (26463,2978,1,0,0,-1753.17,-1136.51,117.148,0.418879,250,250,0,0,156,0,0,0), + (26464,2978,1,0,0,-1710.54,-1067.76,117.521,1.309,250,250,0,0,156,0,0,0), + (26465,2978,1,0,0,-1686.87,-1208.99,127.226,3.31613,250,250,0,0,156,0,0,0), + (26466,2978,1,0,0,-1672.12,-1186.04,112.298,5.28835,250,250,0,0,156,0,0,0), + (26467,2978,1,0,0,-1718.21,-1187.76,107.139,2.6529,250,250,0,0,156,0,0,0), + (26468,2978,1,0,0,-1671.94,-1152.85,113.284,2.84489,250,250,0,0,156,0,0,0), + (26469,2978,1,0,0,-1693.02,-1161.06,112.544,1.93731,250,250,0,0,156,0,0,0), + (26470,2978,1,0,0,-1706.29,-1154.92,113.489,1.37881,250,250,0,0,156,0,0,0), + (26471,2978,1,0,0,-1720.01,-1169.48,111.277,3.89208,250,250,0,0,156,0,0,0), + (26472,2978,1,0,0,-1723.81,-1153.17,114.783,3.87463,250,250,0,0,156,0,0,0), + (26473,2978,1,0,0,-1722.06,-1131.39,116.408,2.30383,250,250,0,0,156,0,0,0), + (26474,2978,1,0,0,-1710.65,-1130.86,116.613,0.541052,250,250,0,0,156,0,0,0), + (26475,2978,1,0,0,-1697.1,-1116.46,121.889,4.43314,250,250,0,0,156,0,0,0), + (26476,2978,1,0,0,-1663,-1087.96,125.267,2.00713,250,250,0,0,156,0,0,0), + (26477,2978,1,0,0,-1642.71,-1185.35,135.328,3.01942,250,250,0,0,156,0,0,0), + (26478,2978,1,0,0,-1633.17,-1180.07,136.172,1.3439,250,250,0,0,156,0,0,0), + (26479,2978,1,0,0,-1647.19,-1206.39,132.673,2.05949,250,250,0,0,156,0,0,0), + (26480,2978,1,0,0,-1646.24,-1248.88,129.965,4.04916,250,250,0,0,156,0,0,0), + (26481,2978,1,0,0,-1656.58,-1241.39,129.41,5.20108,250,250,0,0,156,0,0,0), + (26482,2978,1,0,0,-1638.6,-1269.1,130.896,3.07178,250,250,0,0,156,0,0,0), + (26483,2978,1,0,0,-1573.07,-1186.36,143.523,5.95157,250,250,0,0,156,0,0,0), + (26484,2978,1,0,0,-1600.04,-1184.64,140.118,1.90241,250,250,0,0,156,0,0,0), + (26485,2978,1,0,0,-1595.09,-1181.17,141.059,2.46091,250,250,0,0,156,0,0,0), + (26486,2978,1,0,0,-1530.1,-1098.12,146.701,5.5676,250,250,0,0,156,0,0,0), + (26487,2978,1,0,0,-1579.31,-1175.02,145.585,2.82743,250,250,0,0,156,0,0,0), + (26488,2978,1,0,0,-757.987,-130.569,-28.184,3.24879,250,250,3,0,156,0,0,1), + (26489,2978,1,0,0,-763.502,-163.308,-25.3501,0.960597,250,250,5,0,156,0,0,1), + (26490,2978,1,0,0,-739.48,-142.995,-27.5924,2.25653,250,250,3,0,156,0,0,1), + (26491,2979,1,0,0,-1638.69,-1323,132.693,2.28408,250,250,5,0,176,0,0,2), + (26492,2979,1,0,0,-1602.1,-1316.84,133.044,3.4422,250,250,5,0,176,0,0,1), + (26493,2979,1,0,0,-1471.89,-986.704,148.65,3.10621,250,250,0,0,176,0,0,0), + (26494,2979,1,0,0,-1609.98,-1238.51,134.223,0.998795,250,250,5,0,176,0,0,1), + (26495,2979,1,0,0,-1472.09,-978.938,148.65,1.37478,250,250,0,0,176,0,0,0), + (26496,2979,1,0,0,-1505.13,-988.787,147.261,3.79277,250,250,0,0,176,0,0,0), + (26497,2979,1,0,0,-1443.93,-1043.26,142.479,0.159308,250,250,0,0,176,0,0,0), + (26498,2979,1,0,0,-1478.22,-984.527,148.65,4.99822,250,250,0,0,176,0,0,0), + (26499,2979,1,0,0,-1606.14,-1301.75,133.613,3.361,250,250,5,0,176,0,0,2), + (26500,2979,1,0,0,-1629.8,-1338.62,133.135,1.9554,250,250,5,0,176,0,0,1), + (26501,2979,1,0,0,-1527.99,-986.687,150.761,4.32016,250,250,0,0,176,0,0,0), + (26502,2979,1,0,0,-1465.04,-1069.22,143.244,4.92395,250,250,0,0,176,0,0,0), + (26503,2979,1,0,0,-1590.94,-1147.02,104.111,4.65419,250,250,5,0,176,0,0,2), + (26504,2979,1,0,0,-1618.32,-1078.38,103.243,1.88692,250,250,5,0,176,0,0,1), + (26505,2979,1,0,0,-1581.16,-1069.86,103.467,3.65177,250,250,5,0,176,0,0,1), + (26506,2979,1,0,0,-1591,-1074.29,103.737,0.750613,250,250,5,0,176,0,0,1), + (26507,2979,1,0,0,-1575.49,-1078.79,103.672,4.28724,250,250,5,0,176,0,0,1), + (26508,2979,1,0,0,-1576.54,-1160.08,103.662,1.44709,250,250,5,0,176,0,0,1), + (26509,2979,1,0,0,-1574.43,-1087.58,103.656,4.84449,250,250,5,0,176,0,0,1), + (26510,2979,1,0,0,-1798.45,-1270.11,113.107,5.31779,250,250,5,0,176,0,0,1), + (26511,2979,1,0,0,-1611.37,-1262.47,132.681,3.23449,250,250,5,0,176,0,0,2), + (26512,2979,1,0,0,-1631.09,-1307.76,133.022,5.97076,250,250,5,0,176,0,0,1), + (26513,2979,1,0,0,-1783.37,-1281.34,112.648,5.1236,250,250,5,0,176,0,0,1), + (26514,2979,1,0,0,-1770.84,-1281.55,113.245,1.34953,250,250,5,0,176,0,0,1), + (26515,2979,1,0,0,-757.607,-143.116,-29.355,5.51524,250,250,0,0,176,0,0,0), + (26516,2979,1,0,0,-746.269,-155.242,-28.1006,3.66519,250,250,0,0,176,0,0,0), + (26517,2979,1,0,0,-807.974,-8.02729,-13.1881,3.92699,250,250,0,0,176,0,0,0), + (26518,2979,1,0,0,-832.99,-29.6022,-13.2406,6.07375,250,250,0,0,176,0,0,0), + (26519,2979,1,0,0,-1607.41,-1223.85,135.917,1.4969,250,250,5,0,176,0,0,1), + (26520,2979,1,0,0,-1539.37,-1068.87,150.355,2.61946,250,250,5,0,176,0,0,1), + (26521,2979,1,0,0,-1547.84,-1084.46,147.341,4.22683,250,250,5,0,176,0,0,1), + (26522,2979,1,0,0,-1524.22,-1071.09,151.982,1.28662,250,250,5,0,176,0,0,1), + (26523,2979,1,0,0,-1526.32,-1056.94,152.885,2.18522,250,250,5,0,176,0,0,2), + (26524,2979,1,0,0,-1459.77,-1003.45,146.849,1.69557,250,250,0,0,176,0,0,0), + (26525,2979,1,0,0,-1749.5,-1259.47,113.172,2.83996,250,250,5,0,176,0,0,1), + (26526,2979,1,0,0,-1936.98,-1055.73,44.016,4.68528,250,250,0,0,176,0,0,0), + (26527,2979,1,0,0,-1926.99,-1046.14,44.0248,3.83594,250,250,0,0,176,0,0,0), + (26528,2979,1,0,0,-1873.32,-1121.01,96.5199,4.57192,250,250,5,0,176,0,0,2), + (26529,2979,1,0,0,-1898.59,-1106.43,87.9454,2.32129,250,250,0,0,176,0,0,2), + (26530,2979,1,0,0,-1879.69,-1112.25,94.1931,6.15747,250,250,0,0,176,0,0,0), + (26531,2979,1,0,0,-1845.16,-1154.31,99.6613,6.27155,250,250,5,0,176,0,0,1), + (26532,2979,1,0,0,-1851.98,-1126.38,96.0325,2.82817,250,250,5,0,176,0,0,1), + (26533,2979,1,0,0,-1835.74,-1154.85,100.211,2.88562,250,250,5,0,176,0,0,2), + (26534,2979,1,0,0,-1813.86,-1197.9,108.02,2.88712,250,250,5,0,176,0,0,1), + (26535,2979,1,0,0,-1810.07,-1201.53,109.375,3.15648,250,250,5,0,176,0,0,1), + (26536,2979,1,0,0,-1721.6,-1059.28,117.828,2.07391,250,250,5,0,176,0,0,2), + (26537,2979,1,0,0,-1688.18,-1182.45,108.971,5.8567,250,250,5,0,176,0,0,2), + (26538,2979,1,0,0,-1728.94,-1078.79,118.477,4.01071,250,250,5,0,176,0,0,1), + (26539,2979,1,0,0,-1709.47,-1078.87,118.262,1.51766,250,250,5,0,176,0,0,1), + (26540,2979,1,0,0,-1715,-1099.03,119.52,0.337934,250,250,5,0,176,0,0,1), + (26541,2979,1,0,0,-1628.59,-1147.67,107.608,3.0978,250,250,5,0,176,0,0,2), + (26542,2979,1,0,0,-1713.56,-1147.04,113.569,2.92834,250,250,5,0,176,0,0,2), + (26543,2979,1,0,0,-1666.89,-1170.95,113.309,5.92226,250,250,5,0,176,0,0,1), + (26544,2979,1,0,0,-1688.23,-1103.38,122.933,0.852183,250,250,5,0,176,0,0,1), + (26545,2979,1,0,0,-1712.33,-1176.8,108.414,2.34021,250,250,5,0,176,0,0,1), + (26546,2979,1,0,0,-1697.14,-1089.13,120.61,5.74574,250,250,5,0,176,0,0,1), + (26547,2979,1,0,0,-1681.46,-1091.16,123.071,4.34153,250,250,5,0,176,0,0,1), + (26548,2979,1,0,0,-1670.49,-1106.64,125.683,0.622831,250,250,5,0,176,0,0,1), + (26549,2979,1,0,0,-1685.37,-1130.62,125.999,1.84362,250,250,5,0,176,0,0,1), + (26550,2979,1,0,0,-1672.46,-1136.42,129.23,3.74078,250,250,5,0,176,0,0,2), + (26551,2979,1,0,0,-1678.64,-1117.6,125.635,2.56109,250,250,5,0,176,0,0,1), + (26552,2979,1,0,0,-1624.73,-1191.35,135.965,5.44355,250,250,5,0,176,0,0,1), + (26553,2979,1,0,0,-1675.1,-1216.17,127.933,0.890001,250,250,5,0,176,0,0,1), + (26554,2979,1,0,0,-1651.36,-1214.61,131.103,1.57391,250,250,5,0,176,0,0,1), + (26555,2979,1,0,0,-1630.29,-1286.17,131.899,4.22747,250,250,5,0,176,0,0,2), + (26556,2979,1,0,0,-1587.13,-1196.3,140.438,1.34099,250,250,5,0,176,0,0,1), + (26557,2979,1,0,0,-1532.45,-1084.52,148.516,5.73837,250,250,5,0,176,0,0,2), + (26558,2980,1,0,0,-2912.7,-257.54,53.0241,3.1765,250,250,0,0,138,0,0,0), + (26560,8356,1,0,0,-1252.82,24.7438,128.27,3.1765,250,250,0,0,2972,0,0,0), + (26561,2981,1,0,0,-2877.95,-221.83,54.9039,4.34587,250,250,0,0,2100,0,0,0), + (26562,8357,1,0,0,-1262.78,24.0055,128.27,0.10472,250,250,0,0,2972,0,0,0), + (26563,2982,1,0,0,-3430.31,-139.28,103.16,0.715585,250,250,0,0,334,0,0,0), + (26564,12198,1,0,0,-1384.07,-96.5714,159.018,2.94961,500,500,0,0,3300,0,0,0), + (26565,8358,1,0,0,-1243.86,40.9178,127.197,0.593412,250,250,0,0,1605,0,0,0), + (26566,8359,1,0,0,-1238.58,38.971,127.147,2.05949,250,250,0,0,1605,0,0,0), + (26567,5543,1,0,0,-1033.71,215.326,110.769,3.24405,250,250,5,0,748,0,0,2), + (26568,11944,1,0,0,-2909.55,-231.807,53.9186,5.16617,250,250,0,0,166,0,0,0), + (26569,8360,1,0,0,-1243.76,47.3678,127.22,5.98648,250,250,0,0,1605,0,0,0), + (26570,2984,1,0,0,-1508.91,367.215,62.8244,4.45059,250,250,0,0,456,0,0,0), + (26571,2985,1,0,0,-2397.07,-384.831,-2.19496,5.72468,250,250,0,0,372,0,0,0), + (26572,8361,1,0,0,-1231.68,136.95,133.063,3.19424,250,250,0,0,1605,0,0,2), + (26573,8362,1,0,0,-1300.17,110.54,131.452,6.12611,250,250,0,0,1605,0,0,0), + (26574,2987,1,0,0,-1264.5,122.616,131.25,2.60014,250,250,0,0,500,0,0,0), + (26575,8363,1,0,0,-1295.3,92.4619,129.81,0.802851,250,250,0,0,1605,0,0,0), + (26576,8364,1,0,0,-1297.2,106.377,131.343,0.820305,250,250,0,0,1605,0,0,0), + (26577,2988,1,0,0,-2369.55,-890.678,-9.29984,4.55148,250,250,0,0,413,0,0,0), + (26584,2989,1,0,0,-1894.65,404.89,136.548,0.977384,250,250,0,0,137,0,0,0), + (26585,2989,1,0,0,-1904.52,435.403,137.957,5.23599,250,250,0,0,137,0,0,0), + (26586,2989,1,0,0,-1975.29,310.834,108.702,1.74943,250,250,5,0,137,0,0,1), + (26587,2989,1,0,0,-1956.1,366.97,132.935,3.1765,250,250,0,0,137,0,0,0), + (26588,2989,1,0,0,-1945.34,431.393,133.84,1.30514,250,250,5,0,137,0,0,2), + (26589,2989,1,0,0,-1957.2,388.735,136.004,4.67748,250,250,0,0,137,0,0,0), + (26590,2989,1,0,0,-1973.43,397.367,136.239,4.45059,250,250,0,0,137,0,0,0), + (26591,2989,1,0,0,-1991.31,451.859,136.901,1.62316,250,250,0,0,137,0,0,0), + (26592,2989,1,0,0,-2000.97,411.123,135.534,2.82743,250,250,0,0,137,0,0,0), + (26593,2989,1,0,0,-1984.92,401.04,135.63,4.57276,250,250,0,0,137,0,0,0), + (26594,2989,1,0,0,-1914,287.114,79.0711,0.791002,250,250,5,0,137,0,0,2), + (26595,2989,1,0,0,-1952.88,317.576,109.004,3.04395,250,250,5,0,137,0,0,1), + (26596,2989,1,0,0,-1887.37,281.861,70.5874,3.31849,250,250,5,0,137,0,0,1), + (26597,2989,1,0,0,-1918.63,313.671,91.56,4.36548,250,250,5,0,137,0,0,1), + (26598,2990,1,0,0,-1926.67,439.294,133.715,3.03642,250,250,0,0,143,319,0,0), + (26599,2990,1,0,0,-1912.23,409.695,134.34,4.25947,250,250,5,0,143,319,0,1), + (26600,2990,1,0,0,-1899.74,341.381,105.573,1.67552,250,250,0,0,143,319,0,0), + (26601,2990,1,0,0,-1901.19,350.847,106.313,4.85202,250,250,0,0,143,319,0,0), + (26602,2990,1,0,0,-1931.53,424.686,133.715,1.48321,250,250,0,0,143,319,0,0), + (26603,2990,1,0,0,-1943.3,442.23,133.84,1.94578,250,250,5,0,143,319,0,1), + (26604,2990,1,0,0,-1965.92,431.299,133.84,2.90038,250,250,5,0,143,319,0,1), + (26605,2990,1,0,0,-1943.24,431.177,133.715,3.21589,250,250,5,0,143,319,0,1), + (26606,2990,1,0,0,-1927.6,366.146,118.999,1.30651,250,250,5,0,143,319,0,1), + (26607,2990,1,0,0,-1976,413.013,133.715,4.23499,250,250,5,0,143,319,0,2), + (26608,2990,1,0,0,-1973.46,402.51,133.791,3.00821,250,250,5,0,143,319,0,1), + (26609,2990,1,0,0,-1980.79,436.461,133.715,2.36747,250,250,5,0,143,319,0,1), + (26610,2991,1,0,0,-3052.54,-522.498,27.0143,0.977384,250,250,0,0,372,0,0,0), + (26611,5807,1,0,0,-856.662,-694.394,-28.0816,4.24874,19900,19900,30,0,197,618,0,2), + (26612,7089,1,0,0,-1150.26,52.8149,144.92,5.65487,250,250,0,0,2016,0,0,0), + (26613,2993,1,0,0,-2333.54,-393.073,-7.92932,3.90954,250,250,0,0,413,0,0,0), + (26614,2994,1,0,0,-992.732,-1109.12,44.4989,2.84489,250,250,0,0,176,0,0,0), + (26615,2995,1,0,0,-1196.75,26.0777,177.033,1.71042,500,500,0,0,7423,7071,0,0), + (26616,2996,1,0,0,-1257.63,19.5577,128.27,1.72788,250,250,0,0,2972,0,0,0), + (26617,2997,1,0,0,-1283.92,84.3608,128.87,1.01229,250,250,0,0,1605,0,0,0), + (26618,2998,1,0,0,-1233.33,105.637,129.456,5.61996,250,250,0,0,2016,0,0,0), + (26619,2999,1,0,0,-1237.21,101.066,129.16,5.65487,250,250,0,0,1605,0,0,0), + (26620,3001,1,0,0,-1252.9,157.965,133.63,5.8294,250,250,0,0,2016,0,0,0), + (26621,3002,1,0,0,-1243.53,158.164,133.63,3.66519,250,250,0,0,2471,0,0,0), + (26622,3003,1,0,0,-1220.14,84.1608,131.203,2.40855,250,250,0,0,1605,0,0,0), + (26623,3004,1,0,0,-1165.59,51.9393,145.878,0.750492,250,250,0,0,2016,0,0,0), + (26624,3005,1,0,0,-1163.94,59.4857,145.878,6.02139,250,250,0,0,1605,0,0,0), + (26625,5054,1,0,0,-1291.81,127.206,131.495,6.05629,250,250,0,0,3517,0,0,0), + (26626,3007,1,0,0,-1146.21,83.4766,145.949,4.24115,250,250,0,0,3077,0,0,0), + (26627,3008,1,0,0,-1152.34,77.6831,145.878,5.37561,250,250,0,0,1172,0,0,0), + (26628,3009,1,0,0,-1080.81,30.1093,140.91,3.68265,250,250,0,0,2016,0,0,0), + (26629,3010,1,0,0,-1084.8,21.8068,140.91,2.18166,250,250,0,0,1605,0,0,0), + (26630,3011,1,0,0,-1110.88,47.8951,140.521,5.28835,250,250,0,0,2016,0,0,0), + (26631,3012,1,0,0,-1119.67,47.1028,141.528,4.7822,250,250,0,0,1605,0,0,0), + (26632,3013,1,0,0,-1131.18,-4.70871,143.644,0.087266,250,250,0,0,2016,0,0,0), + (26633,3014,1,0,0,-1125.35,-0.686252,143.777,5.23599,250,250,0,0,1605,0,0,0), + (26634,3015,1,0,0,-1168.01,26.1251,145.812,1.69297,250,250,0,0,1605,0,0,0), + (26635,3016,1,0,0,-1088.24,4.67573,140.681,3.56047,250,250,0,0,1605,0,0,0), + (26636,3017,1,0,0,-1145.67,22.5709,145.363,0.907571,250,250,0,0,1605,0,0,0), + (26637,3018,1,0,0,-1247.13,-63.1144,162.974,0.139626,250,250,0,0,1605,0,0,0), + (26638,3019,1,0,0,-1248.23,-47.7374,164.364,1.79769,250,250,0,0,1605,0,0,0), + (26639,3020,1,0,0,-1255.63,-38.5366,164.364,6.16101,250,250,0,0,1605,0,0,0), + (26640,3021,1,0,0,-1244.07,-36.3489,164.364,3.85718,250,250,0,0,1605,0,0,0), + (26641,3022,1,0,0,-1188.96,-1.3029,165.563,3.00197,250,250,0,0,1605,0,0,0), + (26642,8398,1,0,0,-1250.06,-35.4022,164.364,4.97419,250,250,0,0,1605,0,0,0), + (26643,4046,1,0,0,-1065.08,-212.398,159.114,4.95674,250,250,0,0,4079,0,0,0), + (26644,14542,1,0,0,-2285.41,-389.98,-9.20741,5.95157,250,250,0,0,64,53,0,0), + (26645,3023,1,0,0,-1232.86,-21.8394,164.95,5.72468,250,250,0,0,1605,0,0,0), + (26646,3024,1,0,0,-1177.37,-48.4012,162.755,3.35103,250,250,0,0,1605,0,0,0), + (26647,8401,1,0,0,-1256.15,-130.285,162.974,4.43314,250,250,0,0,1605,0,0,0), + (26648,3025,1,0,0,-1182.53,-29.266,164.561,3.52556,250,250,0,0,1605,0,0,0), + (26649,3026,1,0,0,-1219.57,-12.6973,165.945,5.37561,250,250,0,0,2972,0,0,0), + (26650,3027,1,0,0,-1214.99,-15.534,166.053,4.72984,250,250,0,0,2471,0,0,0), + (26651,3028,1,0,0,-1172.76,-69.2332,162.284,3.26377,250,250,0,0,2972,0,0,0), + (26652,4309,1,0,0,-1060.7,-219.299,159.114,4.92183,250,250,0,0,7765,0,0,0), + (26653,3029,1,0,0,-1177.19,-65.616,162.312,4.43314,250,250,0,0,2471,0,0,0), + (26654,14549,1,0,0,-2283.82,-394.645,-9.14653,0.907571,250,250,0,0,64,53,0,0), + (26655,4310,1,0,0,-1065.53,-220.476,159.114,5.0091,250,250,0,0,7765,0,0,0), + (26656,3030,1,0,0,-996.925,278.464,138.084,0.279253,250,250,0,0,3517,2103,0,0), + (26657,14550,1,0,0,-2279.3,-388.407,-9.33995,5.68977,250,250,0,0,64,53,0,0), + (26658,3031,1,0,0,-980.775,269.899,138.084,2.19912,250,250,0,0,2471,1620,0,0), + (26659,3032,1,0,0,-980.841,287.174,138.084,4.43314,250,250,0,0,3139,2620,0,0), + (26660,8664,1,0,0,-1408.02,-143.932,159.337,1.5708,250,250,0,0,3517,0,0,0), + (26661,3033,1,0,0,-1039.41,-281.56,159.114,3.22886,250,250,0,0,3517,2103,0,0), + (26662,3034,1,0,0,-1037.98,-288.508,159.114,3.33358,250,250,0,0,3139,2620,0,0), + (26663,3035,1,0,0,-1354.02,-246.651,0.384003,1.70336,250,250,15,0,137,0,0,1), + (26664,3035,1,0,0,-1319.36,-314.041,-31.6632,4.78547,250,250,15,0,137,0,0,1), + (26665,3035,1,0,0,-1468.69,-684.798,-59.2146,3.06527,250,250,5,0,137,0,0,1), + (26666,3035,1,0,0,-1549.6,-625.97,-55.3483,4.23905,250,250,15,0,137,0,0,1), + (26667,3035,1,0,0,-1471.68,-382.336,-42.5682,3.13964,250,250,5,0,137,0,0,1), + (26668,3035,1,0,0,-1482.93,-752.378,-44.193,0.760541,250,250,5,0,137,0,0,1), + (26669,3035,1,0,0,-1575.79,-663.305,-43.8967,2.75056,250,250,15,0,137,0,0,1), + (26670,3035,1,0,0,-1515.64,-870.902,22.4268,3.13964,250,250,10,0,137,0,0,1), + (26671,3035,1,0,0,-1548.81,-667.097,-50.7314,4.70067,250,250,15,0,137,0,0,1), + (26672,3035,1,0,0,-1493.7,-815.602,-8.49424,1.67207,250,250,5,0,137,0,0,1), + (26673,3035,1,0,0,-1582.98,-725.073,-43.2994,6.05883,250,250,5,0,137,0,0,1), + (26674,3035,1,0,0,-1503.7,-721.692,-50.2779,4.45556,250,250,5,0,137,0,0,1), + (26675,3035,1,0,0,-1576.51,-838.478,13.3717,5.20051,250,250,15,0,137,0,0,1), + (26676,3035,1,0,0,-1490.03,-628.864,-58.4177,4.27586,250,250,5,0,137,0,0,1), + (26677,3035,1,0,0,-1531.93,-509.39,-53.7092,1.57299,250,250,5,0,137,0,0,1), + (26678,3035,1,0,0,-2105.08,-1005.8,17.3722,6.1341,250,250,5,0,137,0,0,1), + (26679,3035,1,0,0,-1545.93,-820.035,-5.24752,5.16294,250,250,10,0,137,0,0,1), + (26680,3035,1,0,0,-1624.18,-823.166,2.38403,4.69274,250,250,5,0,137,0,0,1), + (26681,3035,1,0,0,-2049.72,251.84,102.06,4.39304,250,250,5,0,137,0,0,1), + (26682,3035,1,0,0,-1749.65,-803.883,10.1708,1.57275,250,250,5,0,137,0,0,1), + (26683,3035,1,0,0,-1657.88,-758.679,-6.17315,1.4651,250,250,5,0,137,0,0,1), + (26684,3035,1,0,0,-1560.26,-489.727,-45.9155,2.92314,250,250,5,0,137,0,0,1), + (26685,3035,1,0,0,-1709.23,-832.924,30.7766,1.43966,250,250,5,0,137,0,0,1), + (26686,3035,1,0,0,-1733.64,278.484,50.7395,0.374334,250,250,10,0,137,0,0,1), + (26687,3035,1,0,0,-1923.53,-856.695,5.1417,4.6166,250,250,30,0,137,0,0,1), + (26688,3035,1,0,0,-1666.98,-695.462,-18.4531,5.91951,250,250,5,0,137,0,0,1), + (26689,3035,1,0,0,-2491.34,-1019.02,-5.59271,0.932268,250,250,5,0,137,0,0,1), + (26690,3035,1,0,0,-1648.64,-682.302,-25.5117,3.71284,250,250,5,0,137,0,0,1), + (26691,3035,1,0,0,-1419.61,248.314,-5.035,3.17128,250,250,15,0,137,0,0,1), + (26692,3035,1,0,0,-1749.68,-420.641,-12.6571,1.58056,250,250,5,0,137,0,0,1), + (26693,3035,1,0,0,-1744.37,166.997,11.4326,1.26698,250,250,5,0,137,0,0,1), + (26694,3035,1,0,0,-1393.43,277.699,1.64887,0.131133,250,250,5,0,137,0,0,1), + (26695,3035,1,0,0,-1345.86,259.213,2.77586,5.05515,250,250,5,0,137,0,0,1), + (26696,3035,1,0,0,-1939.33,175.163,55.5267,3.58777,250,250,5,0,137,0,0,1), + (26697,3035,1,0,0,-2039.64,-1173.03,67.0509,3.20608,250,250,5,0,137,0,0,1), + (26698,3035,1,0,0,-1780.07,153.296,16.6269,3.15917,250,250,5,0,137,0,0,1), + (26699,3035,1,0,0,-1579.52,-50.7286,8.11745,4.43683,250,250,15,0,137,0,0,1), + (26700,3035,1,0,0,-1718.31,212.841,19.6714,1.87618,250,250,5,0,137,0,0,1), + (26701,3035,1,0,0,-2423.87,-885.393,-3.32864,0.708026,250,250,5,0,137,0,0,1), + (26702,3035,1,0,0,-1550,-116.666,30.1713,1.01425,250,250,15,0,137,0,0,1), + (26703,3035,1,0,0,-1966.45,-911.636,7.82715,0.275706,250,250,15,0,137,0,0,1), + (26704,3035,1,0,0,-1938.12,153.317,47.687,2.99473,250,250,5,0,137,0,0,1), + (26705,3035,1,0,0,-1579.24,-295.553,-27.3586,4.74753,250,250,5,0,137,0,0,1), + (26706,3035,1,0,0,-1839.28,77.5016,10.6137,1.97159,250,250,5,0,137,0,0,1), + (26707,3035,1,0,0,-2142.57,-1016.46,17.9039,5.79402,250,250,5,0,137,0,0,1), + (26708,3035,1,0,0,-1382.11,-421.803,-48.1997,4.42711,250,250,15,0,137,0,0,1), + (26709,3035,1,0,0,-1707.73,-731.602,-8.48044,5.91078,250,250,5,0,137,0,0,1), + (26710,3035,1,0,0,-1588.04,-785.367,-10.2067,1.82762,250,250,15,0,137,0,0,1), + (26711,3035,1,0,0,-1408.53,-628.251,-54.1559,5.19603,250,250,5,0,137,0,0,1), + (26712,3035,1,0,0,-1519.01,-283.876,-26.4474,1.59626,250,250,5,0,137,0,0,1), + (26713,3035,1,0,0,-2060.85,-207.97,-8.04317,1.80001,250,250,5,0,137,0,0,1), + (26714,3035,1,0,0,-1517.98,-578.44,-56.9763,2.52096,250,250,30,0,137,0,0,1), + (26715,3035,1,0,0,-1479.05,-426.215,-46.6362,1.55322,250,250,5,0,137,0,0,1), + (26716,3035,1,0,0,-1796.4,-450.141,-2.65668,1.14126,250,250,5,0,137,0,0,1), + (26717,3035,1,0,0,-1439.23,-542.289,-57.3366,3.04581,250,250,5,0,137,0,0,1), + (26718,3035,1,0,0,-1755.77,-542.45,-9.04701,3.6542,250,250,5,0,137,0,0,1), + (26719,3035,1,0,0,-1618.8,125.334,-17.6661,3.72948,250,250,0,0,137,0,0,0), + (26720,3035,1,0,0,-1693.92,-606.231,-24.8837,2.62235,250,250,5,0,137,0,0,1), + (26721,3035,1,0,0,-2273.04,-1005.97,-7.77784,3.98636,250,250,5,0,137,0,0,1), + (26722,3035,1,0,0,-1821.85,-483.161,-1.17376,5.91314,250,250,15,0,137,0,0,1), + (26723,3035,1,0,0,-2261.72,-982.5,-5.76682,2.61422,250,250,5,0,137,0,0,1), + (26724,3035,1,0,0,-1845.47,-773.699,-6.07612,0.151858,250,250,30,0,137,0,0,1), + (26725,3035,1,0,0,-1519.98,-382.348,-42.3322,6.00813,250,250,5,0,137,0,0,1), + (26726,3035,1,0,0,-1691.58,-450.348,-14.2339,3.25117,250,250,5,0,137,0,0,1), + (26727,3035,1,0,0,-1519.56,-349.601,-40.7092,3.00439,250,250,5,0,137,0,0,1), + (26728,3035,1,0,0,-1681.93,-509.588,-17.1436,1.32629,250,250,30,0,137,0,0,1), + (26729,3035,1,0,0,-2076.2,-965.708,15.5006,5.4846,250,250,30,0,137,0,0,1), + (26730,3035,1,0,0,-1878.62,46.6895,6.55891,3.95461,250,250,5,0,137,0,0,1), + (26731,3035,1,0,0,-2459.08,-894.938,-3.20097,0.718392,250,250,5,0,137,0,0,1), + (26732,3035,1,0,0,-1663.94,-551.923,-24.1602,3.26498,250,250,30,0,137,0,0,1), + (26733,3035,1,0,0,-1953.79,-895.509,2.821,4.36032,250,250,15,0,137,0,0,1), + (26734,3035,1,0,0,-2035,-841.261,-7.64597,0.573919,250,250,15,0,137,0,0,1), + (26735,3035,1,0,0,-1983.71,-108.37,-4.94231,1.27875,250,250,5,0,137,0,0,1), + (26736,3035,1,0,0,-2736.52,-918.853,-0.878061,3.00052,250,250,10,0,137,0,0,1), + (26737,3035,1,0,0,-1848.61,12.5108,-4.66384,1.99582,250,250,5,0,137,0,0,1), + (26738,3035,1,0,0,-1711.61,-552.317,-16.8709,4.46657,250,250,30,0,137,0,0,1), + (26739,3035,1,0,0,-2746.72,-882.087,1.5566,1.05649,250,250,10,0,137,0,0,1), + (26740,3035,1,0,0,-1684.95,43.2832,-5.89836,1.61812,250,250,5,0,137,0,0,1), + (26741,3035,1,0,0,-1895.44,-273.312,-8.60935,3.56418,250,250,15,0,137,0,0,1), + (26742,3035,1,0,0,-1943.11,-223.322,-6.28197,5.00189,250,250,15,0,137,0,0,1), + (26743,3035,1,0,0,-1149.73,319.129,23.169,2.36411,250,250,5,0,137,0,0,1), + (26744,3035,1,0,0,-1723.29,-330.381,-10.1311,1.9234,250,250,5,0,137,0,0,1), + (26745,3035,1,0,0,-1883.88,-748.663,-8.16625,2.50838,250,250,15,0,137,0,0,1), + (26746,3035,1,0,0,-1826.49,-177.469,-9.29985,5.42008,250,250,15,0,137,0,0,1), + (26747,3035,1,0,0,-1651.48,-383.764,-29.2252,3.8896,250,250,5,0,137,0,0,1), + (26748,3035,1,0,0,-1178.14,293.628,22.7997,1.60789,250,250,5,0,137,0,0,1), + (26749,3035,1,0,0,-1620.37,-546.538,-39.803,2.27039,250,250,5,0,137,0,0,1), + (26750,3035,1,0,0,-1752.22,-149.93,-6.97248,3.44728,250,250,5,0,137,0,0,1), + (26751,3035,1,0,0,-1638.33,92.0765,-17.6422,4.38631,250,250,5,0,137,0,0,1), + (26752,3035,1,0,0,-1618.61,56.2876,-13.2189,3.21023,250,250,5,0,137,0,0,1), + (26753,3036,1,0,0,-1057.47,-288.536,159.114,0,250,250,0,0,2471,1620,0,0), + (26754,3037,1,0,0,-1036.09,-211.047,160.259,2.40855,250,250,0,0,1605,0,0,0), + (26755,3038,1,0,0,-1464.61,-93.7802,159.101,0.471239,250,250,0,0,3517,2103,0,0), + (26756,3039,1,0,0,-1474.76,-81.3723,161.185,5.75959,250,250,0,0,3139,2620,0,0), + (26757,5599,1,0,0,-1384.99,-118.308,158.939,5.96058,250,250,0,0,1240,0,0,0), + (26758,3040,1,0,0,-1454.48,-100.468,159.101,1.48353,250,250,0,0,2471,1620,0,0), + (26759,3041,1,0,0,-1457.96,-80.8058,159.101,4.95674,250,250,0,0,3517,0,0,0), + (26760,10721,1,0,0,-2357.98,-507.851,-9.2933,5.74213,250,250,0,0,166,0,0,0), + (26761,10721,1,0,0,-2353.82,-527.617,-9.29329,1.15192,250,250,0,0,166,0,0,0), + (26762,10721,1,0,0,-2341.14,-503.348,-9.19414,4.18879,250,250,0,0,166,0,0,0), + (26763,10721,1,0,0,-2348.01,-529.191,-9.28585,1.41372,250,250,0,0,166,0,0,0), + (26764,10721,1,0,0,-2347.17,-502.319,-9.18027,4.79965,250,250,0,0,166,0,0,0), + (26765,10721,1,0,0,-2342.52,-528.701,-9.29947,1.85005,250,250,0,0,166,0,0,0), + (26766,10721,1,0,0,-2335.04,-522.657,-9.28704,2.51327,250,250,0,0,166,0,0,0), + (26767,10721,1,0,0,-2336.7,-507.117,-9.24381,3.85718,250,250,0,0,166,0,0,0), + (26768,3042,1,0,0,-1472.87,-78.1839,161.185,5.75959,250,250,0,0,3139,0,0,0), + (26769,8674,1,0,0,-1210.21,94.8587,134.535,2.98451,250,250,0,0,3517,0,0,0), + (26770,3043,1,0,0,-1444.95,-84.2832,159.101,4.10152,250,250,0,0,2471,0,0,0), + (26771,3044,1,0,0,-956.24,252.418,97.8755,4.2237,250,250,0,0,2471,1620,0,0), + (26772,3045,1,0,0,-1007.06,260.339,112.115,5.79449,250,250,0,0,3517,2103,0,0), + (26773,3046,1,0,0,-994.015,249.055,102.293,1.27409,250,250,0,0,4486,2620,0,0), + (26774,3047,1,0,0,-951.105,279.08,110.996,3.00197,250,250,0,0,3139,2620,0,0), + (26775,3048,1,0,0,-948.744,248.392,97.2304,3.61283,250,250,0,0,2471,1620,0,0), + (26776,3049,1,0,0,-995.85,253.854,101.834,0.663225,250,250,0,0,3517,2103,0,0), + (26777,3050,1,0,0,-1161.03,53.3542,145.878,1.27409,250,250,0,0,980,0,0,0), + (26778,3051,1,0,0,-1756.3,-1286.41,113.403,3.84825,250,250,0,0,247,0,0,0), + (26779,3052,1,0,0,-2335.79,-354.018,-8.70432,5.0091,250,250,0,0,980,0,0,0), + (26780,2798,1,0,0,-997.349,206.727,136.221,1.78024,250,250,0,0,2016,0,0,0), + (26781,3566,1,0,0,-658.232,-709.262,8.22915,1.58056,250,250,10,0,176,0,0,1), + (26782,3566,1,0,0,-570.858,-665.028,30.5218,4.97111,250,250,5,0,176,0,0,1), + (26783,3566,1,0,0,-650.285,-662.629,2.26317,2.78899,250,250,5,0,176,0,0,1), + (26784,3566,1,0,0,-697.917,-695.97,-3.10224,4.71239,250,250,10,0,176,0,0,1), + (26785,3566,1,0,0,-586.927,-695.784,32.0158,5.88206,250,250,5,0,176,0,0,1), + (26786,3566,1,0,0,-1245.82,-584.602,-56.6218,6.04863,250,250,15,0,176,0,0,1), + (26787,3566,1,0,0,-683.784,-649.842,-13.4006,5.85209,250,250,15,0,176,0,0,1), + (26788,3566,1,0,0,-1154.8,-649.402,-58.1019,5.80275,250,250,15,0,176,0,0,1), + (26789,3566,1,0,0,-1417.44,-263.689,-7.52719,3.73153,250,250,15,0,176,0,0,1), + (26790,3566,1,0,0,-1135.39,-616.801,-55.4354,3.14159,250,250,15,0,176,0,0,1), + (26791,3566,1,0,0,-1444.09,-794.384,-22.0249,4.35545,250,250,5,0,176,0,0,1), + (26792,3566,1,0,0,-1293.7,-960.85,9.65659,6.09652,250,250,5,0,176,0,0,1), + (26793,3566,1,0,0,-1214.79,-320.652,-10.3796,1.90738,250,250,15,0,176,0,0,1), + (26794,3566,1,0,0,-1223.95,-331.798,-15.859,2.81996,250,250,15,0,176,0,0,1), + (26795,3566,1,0,0,-1064.92,-791.448,-26.5847,6.15592,250,250,5,0,176,0,0,1), + (26796,3566,1,0,0,-1117.56,-813.05,-27.9324,4.61466,250,250,15,0,176,0,0,1), + (26797,3566,1,0,0,-1002.58,-816.728,-4.33407,2.99859,250,250,5,0,176,0,0,1), + (26798,3566,1,0,0,-1038.75,-777.53,-22.1353,1.2756,250,250,5,0,176,0,0,1), + (26799,3566,1,0,0,-1022.83,-845.11,-3.18613,4.16206,250,250,5,0,176,0,0,1), + (26800,3566,1,0,0,-1250.81,-1029,15.599,2.94466,250,250,3,0,176,0,0,1), + (26801,3566,1,0,0,-1059.62,-845.119,-13.0814,1.2509,250,250,5,0,176,0,0,1), + (26802,3566,1,0,0,-1081.27,-1017.48,13.3632,1.58183,250,250,5,0,176,0,0,1), + (26803,3566,1,0,0,-1385.47,-777.688,-31.6236,1.26325,250,250,5,0,176,0,0,1), + (26804,3566,1,0,0,-1121.26,-751.577,-51.4058,3.29475,250,250,15,0,176,0,0,1), + (26805,3566,1,0,0,-1287.08,-890.247,-2.55922,4.25311,250,250,5,0,176,0,0,1), + (26806,3566,1,0,0,-1107.22,-153.451,57.4941,3.17283,250,250,5,0,176,0,0,1), + (26807,3566,1,0,0,-1450.03,-846.995,7.4835,4.78856,250,250,15,0,176,0,0,1), + (26808,3566,1,0,0,-869.698,-183.501,-8.45732,3.44914,250,250,15,0,176,0,0,1), + (26809,3566,1,0,0,-970.886,-602.988,-58.6211,3.99191,250,250,30,0,176,0,0,1), + (26810,3566,1,0,0,-808.403,90.6976,-13.078,3.30341,250,250,15,0,176,0,0,1), + (26811,3566,1,0,0,-813.053,-553.65,-31.8368,5.55543,250,250,5,0,176,0,0,1), + (26812,3566,1,0,0,-649.138,-220.459,-8.59693,3.21582,250,250,5,0,176,0,0,1), + (26813,3566,1,0,0,-1134.02,-383.78,-16.4864,3.87862,250,250,5,0,176,0,0,1), + (26814,3566,1,0,0,-819.577,-693.603,-24.0219,3.25169,250,250,5,0,176,0,0,1), + (26815,3566,1,0,0,-871.976,-329.457,-21.3891,1.9457,250,250,15,0,176,0,0,1), + (26816,3566,1,0,0,-1166.57,-223.605,33.1378,0.234729,250,250,5,0,176,0,0,1), + (26817,3566,1,0,0,-1107.71,-1140.43,41.0731,4.24861,250,250,5,0,176,0,0,1), + (26818,3566,1,0,0,-955.82,-352.295,-14.2641,3.08791,250,250,5,0,176,0,0,1), + (26819,3566,1,0,0,-919.739,-919.833,8.61429,0.004891,250,250,5,0,176,0,0,1), + (26820,3566,1,0,0,-928.957,-885.607,5.30236,2.11629,250,250,5,0,176,0,0,1), + (26821,3566,1,0,0,-914.825,-850.827,5.62014,4.63686,250,250,5,0,176,0,0,1), + (26822,3566,1,0,0,-903.188,-176.411,0.250178,3.58517,250,250,15,0,176,0,0,1), + (26823,3566,1,0,0,-815.625,-250.084,-15.0795,0.410003,250,250,15,0,176,0,0,1), + (26824,3566,1,0,0,-716.56,-536.804,-21.0923,4.69952,250,250,5,0,176,0,0,1), + (26825,3566,1,0,0,-1079.15,-1153.63,54.5312,1.14151,250,250,5,0,176,0,0,1), + (26826,3566,1,0,0,-1172.96,-850.442,-14.3023,5.93539,250,250,15,0,176,0,0,1), + (26827,3566,1,0,0,-1106.89,-573.252,-54.79,0.288575,250,250,15,0,176,0,0,1), + (26828,3566,1,0,0,-748.751,-246.575,-26.9023,0.268648,250,250,15,0,176,0,0,1), + (26829,3566,1,0,0,-717.672,-396.1,-24.3026,0.994608,250,250,5,0,176,0,0,1), + (26830,3566,1,0,0,-685.846,-577.77,-13.1602,4.8142,250,250,5,0,176,0,0,1), + (26831,3566,1,0,0,-922.806,389.049,17.5981,6.19907,250,250,5,0,176,0,0,1), + (26832,3566,1,0,0,-743.781,-442.245,-26.5225,5.02264,250,250,5,0,176,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (23548,5618,1,5568,0,-7215.89,-4617.47,8.96779,3.31613,300,0,0,1951,0,0,0), - (23549,5618,1,5568,0,-7311.4,-4627.6,8.86581,1.52159,300,5,0,1951,0,0,1), - (23550,5618,1,5568,0,-7351.86,-4746.29,9.96276,0.50753,300,15,0,1951,0,0,1), - (23551,5618,1,5569,0,-7014.06,-4387.13,9.35742,4.43396,300,5,0,1951,0,0,1), - (23552,5618,1,5568,0,-7244.73,-4620.39,8.70166,3.32242,300,15,0,1951,0,0,1), - (23553,5618,1,5568,0,-6955.21,-4417.71,11.0779,5.11861,300,5,0,1951,0,0,1), - (23554,5618,1,5569,0,-7225.02,-4593.96,9.00209,3.7161,300,5,0,1951,0,0,2), - (23555,5618,1,5568,0,-7275.84,-4542.53,9.00176,5.49016,300,10,0,1951,0,0,1), - (23556,5618,1,5568,0,-7410.04,-4548.58,10.8202,1.16122,300,5,0,1951,0,0,1), - (23557,5618,1,5569,0,-7378.89,-4712.7,10.989,4.54611,300,15,0,1951,0,0,1), - (23558,5618,1,5569,0,-6987.99,-4413.14,9.6483,1.64907,300,10,0,1951,0,0,1), - (23559,5618,1,5568,0,-7444.27,-4606.74,10.6268,2.33249,300,5,0,1951,0,0,1), - (23560,9460,1,11376,0,-7167.6,-3753.85,8.7466,5.48033,300,0,0,12652,0,0,0), - (23561,9460,1,11377,0,-7090.98,-3805,8.48084,6.24828,300,0,0,12652,0,0,0), - (23562,9460,1,11375,0,-7123.47,-3830.11,8.55465,1.71042,300,0,0,12652,0,0,0), - (23563,9460,1,11377,0,-7213.47,-3798.36,-1.09943,4.69494,300,0,0,12652,0,0,0), - (23564,9460,1,11375,0,-7148.07,-3741.06,8.46664,4.74729,300,0,0,12652,0,0,0), - (23565,9460,1,11376,0,-7229.52,-3742.9,8.7448,4.76475,300,0,0,12652,0,0,0), - (23566,9460,1,11376,0,-7038.49,-3776.05,10.7877,6.19592,300,0,0,12652,0,0,0), - (23567,9460,1,11377,0,-7087.09,-3749.61,9.29695,0.034907,300,0,0,12652,0,0,0), - (23568,9460,1,11377,0,-7229.86,-3813.74,-1.0413,1.09956,300,0,0,12652,0,0,0), - (23569,9460,1,11376,0,-7227.73,-3732.87,8.4948,1.41372,300,0,0,12652,0,0,0), - (23570,9460,1,11377,0,-7164.54,-3821.5,8.4948,0.212967,300,0,0,12652,0,0,2), - (23571,9460,1,11377,0,-7213.97,-3768.1,8.48,2.74017,300,0,0,12652,0,0,0), - (23572,9460,1,11377,0,-7200.18,-3739.69,8.45314,2.51327,300,0,0,12652,0,0,0), - (23573,9460,1,11377,0,-7213.45,-3809.33,-1.0982,1.5708,300,0,0,12652,0,0,0), - (23574,9460,1,11376,0,-7140.48,-3744.86,8.47013,3.59832,300,0,0,12652,0,0,2), - (23575,9460,1,11376,0,-7117.93,-3817.55,8.49441,4.30303,300,0,0,12652,0,0,2), - (23576,9460,1,11376,0,-7176.23,-3724.3,9.72969,5.72468,300,0,0,12652,0,0,0), - (23577,9460,1,11376,0,-7051.75,-3773.56,10.3111,3.29867,300,0,0,12652,0,0,0), - (23578,9460,1,11377,0,-7118.18,-3797,8.45483,6.05629,300,0,0,12652,0,0,0), - (23579,9460,1,11377,0,-7116.29,-3788.09,8.62598,6.00393,300,0,0,12652,0,0,0), - (23580,9460,1,11375,0,-7198.14,-3832.93,8.6443,1.5708,300,0,0,12652,0,0,0), - (23581,9460,1,11375,0,-7122.72,-3739.28,8.45657,4.08407,300,0,0,12652,0,0,0), - (23582,9460,1,11376,0,-7129.04,-3812.14,8.83357,0.212294,300,0,0,12652,0,0,0), - (23583,9460,1,11375,0,-7160.74,-3797.41,9.44767,3.52556,300,0,0,12652,0,0,0), - (23584,9460,1,11376,0,-7169.41,-3838.63,8.80454,5.93412,300,0,0,12652,0,0,0), - (23585,9460,1,11376,0,-7087,-3760.49,9.01153,0.139626,300,0,0,12652,0,0,0), - (23586,9460,1,11377,0,-7112.63,-3745.44,8.45643,0.133449,300,0,0,12652,0,0,0), - (23587,9460,1,11377,0,-7229.47,-3794.09,-1.0413,4.95674,300,0,0,12652,0,0,0), - (23588,9460,1,11375,0,-7188.92,-3812.56,9.33811,0.715585,300,0,0,12652,0,0,0), - (23589,9460,1,11375,0,-7195.42,-3731.07,8.49529,2.56563,300,0,0,12652,0,0,0), - (23590,9460,1,11377,0,-7199.79,-3822.66,8.64427,4.55531,300,0,0,12652,0,0,0), - (23591,9460,1,11376,0,-7137.37,-3829.95,8.49283,1.41372,300,0,0,12652,0,0,0), - (23592,9460,1,11376,0,-7156.38,-3856.49,8.86513,1.50098,300,0,0,12652,0,0,0), - (23593,9460,1,11376,0,-7088.3,-3793.14,8.52044,6.17846,300,0,0,12652,0,0,0), - (23594,9460,1,11376,0,-7104.22,-3755.5,8.46345,6.24518,300,0,0,12652,0,0,2), - (23595,9460,1,11377,0,-7218.02,-3778.69,8.51177,2.82743,300,0,0,12652,0,0,0), - (23596,9460,1,11377,0,-7194.5,-3757.52,8.77217,5.8294,300,0,0,12652,0,0,0), - (23598,5623,1,5573,0,-7548.53,-4739,9.28752,1.77863,300,0,0,2212,0,0,0), - (23599,5623,1,5573,0,-7715.47,-4286.88,9.22232,3.17122,300,5,0,2212,0,0,2), - (23600,5623,1,5573,0,-7549.67,-4272.18,8.97106,3.01942,300,0,0,2212,0,0,0), - (23601,5623,1,5574,0,-7381.92,-4404.84,9.32945,0.453924,300,5,0,2212,0,0,1), - (23602,5623,1,5573,0,-7551.95,-4285.7,9.62676,4.90614,300,5,0,2212,0,0,1), - (23603,5623,1,5574,0,-7648.17,-4394.84,10.6981,0.46627,300,30,0,2212,0,0,1), - (23604,5623,1,5574,0,-7596,-4365.08,9.75332,1.8193,300,5,0,2212,0,0,1), - (23605,5623,1,5574,0,-7713.64,-4619.74,9.00177,3.11701,300,0,0,2212,0,0,0), - (23606,5623,1,5573,0,-7713.8,-4632.02,9.00177,2.42727,300,0,0,2212,0,0,0), - (23607,5623,1,5573,0,-7707.1,-4635.52,9.00177,2.23559,300,0,0,2212,0,0,0), - (23608,5623,1,5574,0,-7618.08,-4718.55,9.17177,0.028416,300,15,0,2212,0,0,2), - (23609,5623,1,5574,0,-7597.54,-4257.24,10.4849,6.2287,300,5,0,2212,0,0,1), - (23610,5623,1,5574,0,-7716.18,-4683.41,8.95518,2.09562,300,5,0,2212,0,0,1), - (23611,5431,1,7114,0,-9990.49,-4302.49,1.01852,4.57713,300,15,0,2577,0,0,1), - (23612,5431,1,7114,0,-10277,-3987.47,0.617273,3.35309,300,15,0,2577,0,0,1), - (23613,5431,1,7114,0,-9897.58,-3520.74,-9.81933,3.60112,300,0,0,2577,0,0,0), - (23614,5431,1,7114,0,-10083.9,-3658.21,0.675373,4.60913,300,15,0,2577,0,0,1), - (23616,5431,1,7114,0,-10038.6,-3681.49,3.64147,6.19907,300,15,0,2577,0,0,1), - (23617,5431,1,7114,0,-9891.88,-3583.84,0.760197,3.46554,300,15,0,2577,0,0,1), - (23618,5431,1,7114,0,-10030,-4168.2,6.63691,0.946456,300,15,0,2577,0,0,1), - (23619,5431,1,7114,0,-9884.21,-4316.43,2.46723,0.278798,300,15,0,2577,0,0,1), - (23620,5431,1,7114,0,-10211.2,-3990.6,3.2655,4.14388,300,15,0,2577,0,0,1), - (23622,5431,1,7114,0,-10368.8,-3982.85,-3.18977,3.18809,300,15,0,2577,0,0,1), - (23635,5432,1,0,0,-9628,-4404,0.569,1.831,430,15,0,6702,0,0,1), - (23624,5431,1,7114,0,-9950.41,-3580.95,0.045267,1.55957,300,15,0,2577,0,0,1), - (23625,5431,1,7114,0,-10371.3,-3959.73,-2.95587,5.70927,300,15,0,2577,0,0,1), - (23626,5431,1,7114,0,-9837.25,-4379.41,0.601197,5.22715,300,15,0,2577,0,0,1), - (23627,5431,1,7114,0,-10150.5,-3741.85,1.35871,1.62163,300,15,0,2577,0,0,1), - (23651,5432,1,0,0,-9718,-4372,5.972,3.225,430,15,0,6702,0,0,1), - (23629,5431,1,7114,0,-9621.07,-4445.08,-13.407,0.585295,300,15,0,2577,0,0,1), - (23630,5432,1,0,0,-9754,-4453,0.569,4.148,430,15,0,6702,0,0,1), - (23631,5431,1,7114,0,-10098.8,-3576.98,-5.65266,2.90652,300,15,0,2577,0,0,1), - (23632,5431,1,7114,0,-9792.78,-4460.41,-5.43944,4.11962,300,15,0,2577,0,0,1), - (23633,5431,1,7114,0,-10173,-3907.35,2.44608,1.69903,300,15,0,2577,0,0,1), - (23634,5431,1,7114,0,-10286.5,-4061.65,-1.96816,2.99243,300,15,0,2577,0,0,1), - (23640,5432,1,0,0,-9836,-4304,8.469,1.723,430,15,0,6702,0,0,1), - (23636,5431,1,7114,0,-10324.3,-4022.91,0.393806,1.39968,300,15,0,2577,0,0,1), - (23637,5431,1,7114,0,-10152,-3763.23,2.94318,1.49657,300,15,0,2577,0,0,1), - (23638,5431,1,7114,0,-10262.9,-3959.55,1.19411,3.18967,300,15,0,2577,0,0,1), - (23639,5431,1,7114,0,-10321.4,-3962.29,0.134792,1.82911,300,15,0,2577,0,0,1), - (23677,5432,1,0,0,-9855,-3556,0.715,2.209,430,15,0,6702,0,0,1), - (23641,5431,1,7114,0,-10157.4,-4200.05,0.403711,0.673215,300,15,0,2577,0,0,1), - (23681,5432,1,0,0,-9855,-3637,11.177,6.259,430,15,0,6702,0,0,1), - (23643,5431,1,7114,0,-9985.99,-4358.27,-2.30612,4.14723,300,15,0,2577,0,0,1), - (23644,5431,1,7114,0,-9941.9,-3518.02,-8.99614,6.17873,300,15,0,2577,0,0,1), - (23645,5431,1,7114,0,-10146.3,-3658.57,-4.86029,4.96921,300,15,0,2577,0,0,1), - (23646,5431,1,7114,0,-9771.39,-4435.14,0.725296,4.9438,300,15,0,2577,0,0,1), - (23647,5431,1,7114,0,-9923.25,-3612.75,5.95944,2.36172,300,15,0,2577,0,0,1), - (23648,5431,1,7114,0,-10222.3,-3905.42,0.694111,3.45699,300,15,0,2577,0,0,1), - (23649,5431,1,7114,0,-10045.4,-3547.63,-9.02222,0.147937,300,15,0,2577,0,0,1), - (23650,5431,1,7114,0,-10175.5,-3678.56,-7.29731,0.627178,300,15,0,2577,0,0,1), - (23615,5432,1,0,0,-9944,-4370,0.551,3.518,430,15,0,6702,0,0,1), - (23652,5431,1,7114,0,-10093.2,-3715.24,6.90698,4.4188,300,15,0,2577,0,0,1), - (23653,5432,1,0,0,-9989,-4221,6.916,1.987,430,15,0,6702,0,0,1), - (23654,5431,1,7114,0,-10159.5,-4223.35,-4.24808,6.04752,300,15,0,2577,0,0,1), - (23655,5431,1,7114,0,-10208.5,-4108.18,0.612276,1.17406,300,15,0,2577,0,0,1), - (23656,5431,1,7114,0,-10150.6,-4252.01,-1.61146,3.18677,300,15,0,2577,0,0,1), - (23657,5431,1,7114,0,-10139.5,-4140.72,2.03873,3.83158,300,15,0,2577,0,0,1), - (23658,5431,1,7114,0,-10150.6,-3584.22,-8.35665,3.74682,300,15,0,2577,0,0,1), - (23691,5432,1,0,0,-10007,-3596,0.59,1.329,430,15,0,6702,0,0,1), - (23628,5432,1,0,0,-10021,-3726,7.162,0.37,430,15,0,6702,0,0,1), - (23661,5431,1,7114,0,-9783.65,-4375.38,1.95146,0.963215,300,15,0,2577,0,0,1), - (23662,5431,1,7114,0,-9767.8,-4349.34,3.77408,0.116841,300,15,0,2577,0,0,1), - (23663,5431,1,7114,0,-9980.57,-3549.72,-4.59971,0.098673,300,15,0,2577,0,0,1), - (23664,5431,1,7114,0,-10054.8,-4218.33,3.15429,3.25185,300,15,0,2577,0,0,1), - (23665,5431,1,7114,0,-10116.7,-3668.65,-0.431777,3.19438,300,15,0,2577,0,0,1), - (23666,5431,1,7114,0,-10183.5,-4057.55,0.942126,4.27669,300,15,0,2577,0,0,1), - (23667,5431,1,7114,0,-10225.3,-4040.84,0.910205,2.90889,300,15,0,2577,0,0,1), - (23668,5431,1,7114,0,-10318.8,-3870.38,0.804426,1.60594,300,15,0,2577,0,0,1), - (23669,5431,1,7114,0,-9915.45,-3546.1,-7.01602,0.355911,300,15,0,2577,0,0,1), - (23670,5431,1,7114,0,-9852.61,-4419.98,-3.54258,1.71247,300,15,0,2577,0,0,1), - (23671,5431,1,7114,0,-10214.1,-3860.6,1.6958,4.49966,300,15,0,2577,0,0,1), - (23672,5431,1,7114,0,-10349.2,-3915.09,0.301611,0.633572,300,15,0,2577,0,0,1), - (23673,5431,1,7114,0,-10021.2,-4238.89,4.9851,4.67211,300,15,0,2577,0,0,1), - (23674,5431,1,7114,0,-10378.9,-3885.6,-0.25328,6.11836,300,15,0,2577,0,0,1), - (23675,5431,1,7114,0,-9797.01,-3616,9.35339,0.94066,300,15,0,2577,0,0,1), - (23676,5431,1,7114,0,-10018.9,-3515.41,-9.02222,0.147719,300,15,0,2577,0,0,1), - (23659,5432,1,0,0,-10100,-4246,0.558,3.181,430,15,0,6702,0,0,1), - (23678,5431,1,7114,0,-10118.9,-4153.37,3.38069,5.30296,300,15,0,2577,0,0,1), - (23679,5431,1,7114,0,-10169.9,-4134,0.497738,0.015346,300,15,0,2577,0,0,1), - (23680,5431,1,7114,0,-10164.6,-3825.81,1.5617,0.506632,300,15,0,2577,0,0,1), - (23623,5432,1,0,0,-10103,-3846,5.825,0.791,430,15,0,6702,0,0,1), - (23682,5431,1,7114,0,-9863.07,-4398.77,-1.93578,5.73603,300,15,0,2577,0,0,1), - (23703,5432,1,0,0,-10145,-3699,0.151,1.476,430,15,0,6702,0,0,1), - (23684,5431,1,7114,0,-10220.2,-3783.68,-0.102465,1.55274,300,15,0,2577,0,0,1), - (23685,5431,1,7114,0,-10038.5,-3614.84,-0.031478,0.131133,300,0,0,2577,0,0,0), - (23686,5431,1,7114,0,-10229.9,-3752.49,-1.41643,3.10255,300,15,0,2577,0,0,1), - (23687,5431,1,7114,0,-9667.87,-4371.85,3.80526,2.12898,300,15,0,2577,0,0,1), - (23688,5431,1,7114,0,-10118.1,-3614.4,-0.58101,1.93146,300,15,0,2577,0,0,1), - (23689,5431,1,7114,0,-10118.4,-3775.2,4.96983,0.650929,300,15,0,2577,0,0,1), - (23690,5431,1,7114,0,-9847.7,-3620.66,9.33789,4.99149,300,15,0,2577,0,0,1), - (23642,5432,1,0,0,-10200,-3943,3.372,1.621,430,15,0,6702,0,0,1), - (23621,5432,1,0,0,-10254,-4093,0.567,3.711,430,4,0,6702,0,0,1), - (23693,5431,1,7114,0,-10350.5,-3856.04,-0.580707,4.73582,300,15,0,2577,0,0,1), - (23694,5431,1,7114,0,-10148.4,-3849.47,2.14211,1.79737,300,15,0,2577,0,0,1), - (23695,5431,1,7114,0,-10293.1,-3823.06,0.617751,1.939,300,15,0,2577,0,0,1), - (23692,5432,1,0,0,-10257,-3874,2.209,2.441,430,4,0,6702,0,0,1), - (23697,5431,1,7114,0,-10286,-3912.18,1.25917,5.40092,300,15,0,2577,0,0,1), - (23698,5431,1,7114,0,-9645.45,-4417.41,-0.361045,0.440051,300,15,0,2577,0,0,1), - (23699,5431,1,7114,0,-10051.3,-4286.3,0.14474,4.59412,300,15,0,2577,0,0,1), - (23700,5431,1,7114,0,-9685.38,-4449.26,-0.811311,2.01958,300,15,0,2577,0,0,1), - (23701,5431,1,7114,0,-9716.14,-4418.66,1.18829,1.73607,300,15,0,2577,0,0,1), - (23702,5431,1,7114,0,-10022.9,-4318.15,-2.59952,3.68533,300,0,0,2577,0,0,0), - (23660,5432,1,0,0,-10260,-3792,0.569,2.841,430,4,0,6702,0,0,1), - (23704,5431,1,7114,0,-9949.16,-4316.22,1.75047,0.699903,300,15,0,2577,0,0,1), - (23705,5431,1,7114,0,-9914.97,-4349.42,0.991653,6.11457,300,15,0,2577,0,0,1), - (23706,9997,1,11389,0,-6176.27,-1080.49,-203.81,5.61996,300,0,0,2192,2861,0,0), - (23707,9998,1,9341,0,-6252.45,-1103.26,-218.343,4.20624,300,0,0,2471,0,0,0), - (23708,9999,1,9340,0,-7196.18,-1387.11,-231.449,3.33358,300,0,0,3986,0,0,0), - (23709,9496,1,10056,0,-8009.21,-1298.49,-321.279,5.88822,300,0,0,160,0,0,0), - (23711,8737,1,8012,0,-6166.44,-1118.99,-213.341,3.94444,300,0,0,2471,0,0,0), - (23712,10541,1,7804,0,-7328.53,-1462.65,-241.072,4.92183,300,0,0,42,0,0,0), - (23713,10541,1,7804,0,-7163.64,-1148.67,-265.202,5.89921,300,0,0,42,0,0,0), - (23714,10541,1,7804,0,-7140.5,-1465.97,-240.86,1.58825,300,0,0,42,0,0,0), - (23715,10541,1,7804,0,-7282.31,-1245.81,-246.847,0.575959,300,0,0,42,0,0,0), - (23716,10541,1,7804,0,-7092.4,-1305.86,-186.075,5.46288,300,0,0,42,0,0,0), - (23717,9270,1,8474,0,-6142.71,-1092.69,-200.187,3.08923,300,0,0,3294,0,0,0), - (23718,9271,1,8476,0,-6145.24,-1090.56,-200.204,3.59538,300,0,0,2972,0,0,0), - (23719,9272,1,8477,0,-6149.73,-1076.11,-198.908,4.41568,300,0,0,2972,0,0,0), - (23720,9273,1,8479,0,-6145.33,-1083.39,-198.468,3.87463,300,0,0,3077,0,0,0), - (23721,9274,1,9342,0,-6143.46,-1081,-198.122,3.47321,300,0,0,2972,0,0,0), - (23722,10302,1,9777,0,-7210.81,-610.991,-269.081,1.65806,300,0,0,3857,0,0,0), - (23723,10583,1,1233,0,-6110.54,-1140.35,-186.866,3.59538,600,0,0,4100,0,0,0), - (23724,2914,1,1206,0,-7517.7,-1117.06,-272.024,1.32105,300,30,0,8,0,0,1), - (23725,2914,1,1206,0,-7789.69,-1212.82,-267.067,4.63217,300,30,0,8,0,0,1), - (23726,2914,1,1206,0,-7754.53,-1475.43,-271.883,2.1756,300,30,0,8,0,0,1), - (23727,2914,1,1206,0,-6784.22,-1403.51,-265.358,5.34377,300,5,0,8,0,0,1), - (23728,2914,1,1206,0,-7018.64,-863.395,-269.372,0.548457,300,5,0,8,0,0,1), - (23729,2914,1,1206,0,-7047.91,-514.739,-274.992,2.27684,300,5,0,8,0,0,1), - (23730,2914,1,1206,0,-6668.05,-1943.11,-270.036,0.37362,300,5,0,8,0,0,1), - (23731,2914,1,1206,0,-8085.24,-1219.18,-268.284,4.30992,300,0,0,8,0,0,0), - (23732,2914,1,1206,0,-6680.83,-617.397,-269.569,2.45629,300,5,0,8,0,0,1), - (23733,2914,1,1206,0,-6599.8,-1177.52,-262.531,4.1884,300,5,0,8,0,0,1), - (23734,2914,1,1206,0,-7060.06,-2272.55,-270.111,4.66546,300,5,0,8,0,0,1), - (23735,2914,1,1206,0,-6449.8,-1705.22,-273.456,1.84561,300,5,0,8,0,0,1), - (23736,2914,1,1206,0,-6717.74,-1529.87,-272.097,0.948967,300,5,0,8,0,0,1), - (23737,2914,1,1206,0,-6414.71,-1348.58,-272.04,2.62856,300,30,0,8,0,0,1), - (23738,2914,1,1206,0,-7508.96,-2240.28,-269.547,5.00453,300,0,0,8,0,0,0), - (23739,2914,1,1206,0,-6758.5,-2018.69,-272.008,0.17005,300,5,0,8,0,0,1), - (23740,2914,1,1206,0,-6516.67,-983.334,-270.798,4.24879,300,30,0,8,0,0,1), - (24172,6498,1,0,0,-6518.34,-746.972,-270.235,3.25922,600,0,0,7599,0,0,2), - (23742,2914,1,1206,0,-6917.88,-764.393,-272.004,4.90248,300,5,0,8,0,0,1), - (23743,6499,1,5238,0,-7489.71,-1586.38,-274.98,6.21458,600,5,0,7599,0,0,2), - (23744,6500,1,5240,0,-7256.7,-2093.35,-272.442,2.83219,600,0,0,7599,0,0,0), - (23745,6500,1,5240,0,-7464.14,-1321.6,-271.473,5.32128,600,5,0,7599,0,0,2), - (23746,6501,1,5241,0,-7750.15,-816.723,-272.097,1.97114,600,15,0,7113,0,0,1), - (23747,6501,1,5241,0,-7810.47,-780.746,-268.123,1.93939,600,15,0,7113,0,0,1), - (23748,6501,1,5241,0,-7752.45,-591.914,-268.394,2.99997,600,5,0,7113,0,0,1), - (23749,6501,1,5241,0,-7878.4,-588.631,-261.349,5.59471,600,15,0,7113,0,0,1), - (23750,6501,1,5241,0,-7685.71,-908.784,-269.627,4.6431,600,30,0,7113,0,0,1), - (23751,6501,1,5241,0,-7883.97,-986.222,-268.451,0.950228,600,5,0,7113,0,0,1), - (23752,6501,1,5241,0,-7755.63,-981.329,-271.967,4.07988,600,30,0,7113,0,0,1), - (23753,6501,1,5241,0,-7883.9,-844.427,-271.936,1.80049,600,30,0,7113,0,0,1), - (23754,6501,1,5241,0,-7484.97,-577.591,-274.141,0.252672,600,15,0,7113,0,0,1), - (23755,6501,1,5241,0,-7544.18,-909.071,-273.13,0.888119,600,5,0,7113,0,0,1), - (23756,6501,1,5241,0,-7620.96,-448.693,-271.573,2.5298,600,5,0,7113,0,0,2), - (23757,6501,1,5241,0,-7623.98,-577.967,-261.453,3.91691,600,15,0,7113,0,0,1), - (23758,6501,1,5241,0,-7558.34,-512.938,-267.461,0.6607,600,15,0,7113,0,0,1), - (23759,6502,1,5287,0,-7869.94,-714.45,-261.313,0.133067,600,15,0,7113,0,0,1), - (23760,6502,1,5287,0,-7405.84,-516.902,-277.69,6.23878,600,30,0,7113,0,0,1), - (23761,6502,1,5287,0,-7476.64,-860.848,-269.498,5.94654,600,5,0,7113,0,0,1), - (23762,6502,1,5287,0,-7624.32,-732.294,-260.647,3.93187,600,15,0,7113,0,0,1), - (23763,6502,1,5287,0,-7623.98,-855.494,-269.524,4.05991,600,5,0,7113,0,0,1), - (23764,6502,1,5287,0,-7491.04,-724.362,-262.87,3.57498,600,5,0,7113,0,0,1), - (23765,6502,1,5287,0,-7420.49,-918.51,-268.919,5.93541,600,5,0,7113,0,0,1), - (23766,6503,1,5288,0,-7808.61,-661.921,-259.373,3.47198,600,30,0,7359,0,0,1), - (23767,6503,1,5288,0,-7957.15,-906.921,-273.593,2.69542,600,30,0,7359,0,0,1), - (23768,6503,1,5288,0,-7675.46,-785.427,-271.148,3.15722,600,15,0,7359,0,0,1), - (23769,6504,1,5289,0,-7668.14,-531.44,-271.472,5.12183,600,5,0,7578,0,0,1), - (23770,6504,1,5289,0,-7750.26,-737.308,-262.415,0.03124,600,15,0,7578,0,0,1), - (23771,6505,1,5242,0,-7717.79,-1674.13,-270.941,4.84572,300,15,0,2681,0,0,1), - (23772,6505,1,5242,0,-7939.71,-1625.5,-273.192,5.44942,300,15,0,2681,0,0,1), - (23773,6505,1,5242,0,-7869.45,-1589.07,-262.719,2.83591,300,15,0,2681,0,0,1), - (23774,6505,1,5242,0,-7842.78,-1624.8,-266.616,4.70116,300,15,0,2681,0,0,1), - (23775,6505,1,5242,0,-7903.18,-1612.8,-270.738,1.27721,300,15,0,2681,0,0,1), - (23776,6505,1,5242,0,-7474.13,-1830.26,-272.097,0.488157,300,5,0,2681,0,0,1), - (23777,6505,1,5242,0,-7611.46,-1792.71,-265.016,5.58613,300,5,0,2681,0,0,1), - (23778,6505,1,5242,0,-7461.61,-1877.95,-272.12,1.95821,300,15,0,2681,0,0,1), - (23779,6505,1,5242,0,-7579.8,-1877.25,-271.554,1.46899,300,5,0,2681,0,0,1), - (23780,6505,1,5242,0,-7837.13,-1737.56,-272.143,5.85661,300,15,0,2681,0,0,1), - (23781,6505,1,5242,0,-7798.13,-1840.41,-272.063,1.28119,300,15,0,2681,0,0,1), - (23782,6505,1,5242,0,-7847.86,-1785.5,-272.229,3.07901,300,5,0,2681,0,0,1), - (23783,6505,1,5242,0,-7945.97,-1818.87,-270.452,3.23926,300,10,0,2681,0,0,1), - (23784,6505,1,5242,0,-7978.98,-1725.3,-273.593,3.73037,300,15,0,2681,0,0,1), - (23785,6505,1,5242,0,-7860.11,-1777.2,-271.854,0.83293,300,15,0,2681,0,0,1), - (23786,6505,1,5242,0,-7894.21,-1708.89,-274.212,2.84709,300,15,0,2681,0,0,1), - (23787,6505,1,5242,0,-8019.15,-1756.37,-271.325,6.22064,300,10,0,2681,0,0,1), - (23788,6505,1,5242,0,-7917.05,-1864.29,-272.031,4.84765,300,10,0,2681,0,0,1), - (23789,6505,1,5242,0,-7877.54,-1835.15,-273.788,1.94078,300,15,0,2681,0,0,1), - (23790,6505,1,5242,0,-7518.55,-1946.8,-270.835,6.03035,300,15,0,2681,0,0,1), - (23791,6505,1,5242,0,-7491.12,-1923.86,-271.866,3.98611,300,15,0,2681,0,0,1), - (23792,6505,1,5242,0,-7630.32,-1987.41,-272.089,1.67652,300,5,0,2681,0,0,1), - (23793,6505,1,5242,0,-7586.82,-1954.39,-269.433,3.96787,300,3,0,2681,0,0,1), - (23794,6505,1,5242,0,-7476.65,-1991.13,-272.167,5.04177,300,15,0,2681,0,0,1), - (23795,6505,1,5242,0,-7451.66,-1963.42,-272.015,1.28981,300,15,0,2681,0,0,1), - (23796,6505,1,5242,0,-7746.23,-1969.62,-271.582,3.59799,300,15,0,2681,0,0,1), - (23797,6505,1,5242,0,-7720.32,-1876.08,-272.067,3.37865,300,15,0,2681,0,0,1), - (23798,6505,1,5242,0,-7742.53,-1782.43,-271.672,0.109579,300,15,0,2681,0,0,1), - (23799,6505,1,5242,0,-7824.34,-1713,-271.759,2.89488,300,15,0,2681,0,0,1), - (23800,6505,1,5242,0,-7760.53,-1741.09,-272.123,3.77007,300,15,0,2681,0,0,1), - (23801,6505,1,5242,0,-7809.77,-1655.61,-270.161,2.92543,300,15,0,2681,0,0,1), - (23802,6505,1,5242,0,-7619.76,-1711.96,-271.671,3.0076,300,10,0,2681,0,0,1), - (23803,6505,1,5242,0,-7686.39,-1711.91,-270.593,5.93451,300,15,0,2681,0,0,1), - (23804,6505,1,5242,0,-7985.99,-1739.04,-273.968,5.49851,300,15,0,2681,0,0,1), - (23805,6505,1,5242,0,-7979.99,-1679.12,-269.708,0.94249,300,15,0,2681,0,0,1), - (23806,6505,1,5242,0,-7781.31,-1962.91,-272.098,4.68854,300,15,0,2681,0,0,1), - (23807,6505,1,5242,0,-7601.14,-1802.69,-264.112,2.53247,300,5,0,2681,0,0,1), - (23808,6505,1,5242,0,-7815.48,-1985.14,-271.595,5.7744,300,15,0,2681,0,0,1), - (23809,6506,1,5290,0,-7920.99,-1670.9,-272.666,2.39652,300,15,0,2779,0,0,1), - (23810,6506,1,5290,0,-7820.28,-1857.19,-271.813,3.5007,300,15,0,2779,0,0,1), - (23811,6506,1,5290,0,-7745.59,-1836.84,-272.584,3.62602,300,5,0,2779,0,0,1), - (23812,6506,1,5290,0,-7512.57,-1820.49,-272.355,4.03653,300,5,0,2779,0,0,1), - (23813,6506,1,5290,0,-7544.44,-1852.16,-271.242,5.3065,300,5,0,2779,0,0,1), - (23814,6506,1,5290,0,-7893.27,-1812.84,-272.995,2.22746,300,15,0,2779,0,0,1), - (23815,6506,1,5290,0,-7909.42,-1735.13,-270.945,1.40726,300,15,0,2779,0,0,1), - (23816,6506,1,5290,0,-7967.87,-1670.23,-270.708,1.62092,300,15,0,2779,0,0,1), - (23817,6506,1,5290,0,-7885.6,-1920.56,-270.598,3.13964,300,15,0,2779,0,0,1), - (23818,6506,1,5290,0,-7492.45,-1853.57,-271.696,1.9575,300,5,0,2779,0,0,1), - (23819,6506,1,5290,0,-7644.31,-1925.33,-269.351,1.35238,300,15,0,2779,0,0,1), - (23820,6506,1,5290,0,-7645.11,-1918.5,-270.308,3.3183,300,15,0,2779,0,0,1), - (23821,6506,1,5290,0,-7908.42,-1979.66,-271.915,2.98166,300,15,0,2779,0,0,1), - (23822,6506,1,5290,0,-7765.77,-1967.54,-272.29,0.18432,300,15,0,2779,0,0,1), - (23823,6506,1,5290,0,-7721.12,-1937.29,-270.812,0.861432,300,15,0,2779,0,0,1), - (23824,6506,1,5290,0,-7784.39,-1687.57,-271.161,2.55175,300,15,0,2779,0,0,1), - (23825,6506,1,5290,0,-7839.16,-1681.54,-270.912,0.516965,300,10,0,2779,0,0,1), - (23826,6506,1,5290,0,-7778.12,-1719.05,-271.065,2.55522,300,15,0,2779,0,0,1), - (23827,6506,1,5290,0,-7602.59,-1748,-272.621,0.141069,300,5,0,2779,0,0,1), - (23828,6506,1,5290,0,-7715.18,-1746.92,-270.691,2.86688,300,15,0,2779,0,0,1), - (23829,6506,1,5290,0,-7950.58,-1778.22,-274.59,1.71882,300,15,0,2779,0,0,1), - (23830,6507,1,5292,0,-7202.31,-1826.11,-274.07,2.36448,300,15,0,2779,0,0,1), - (23831,6507,1,5292,0,-7249.03,-1815.72,-272.887,1.13075,300,15,0,2779,0,0,1), - (23832,6507,1,5292,0,-7318.03,-1784.86,-274.637,0.177574,300,15,0,2779,0,0,1), - (23833,6507,1,5292,0,-7321.53,-1818.71,-273.754,5.36028,300,15,0,2779,0,0,1), - (23834,6507,1,5292,0,-7422.53,-1783.42,-271.19,4.5238,300,5,0,2779,0,0,1), - (23835,6507,1,5292,0,-7413.43,-1845.42,-271.936,1.73817,300,5,0,2779,0,0,1), - (23836,6507,1,5292,0,-7146.04,-1836.71,-271.626,1.07272,300,15,0,2779,0,0,1), - (23837,6507,1,5292,0,-7177.8,-1899.56,-271.309,5.86537,300,30,0,2779,0,0,1), - (23838,6507,1,5292,0,-7243.3,-1922.48,-271.706,2.28487,300,15,0,2779,0,0,1), - (23839,6507,1,5292,0,-7213.12,-1965.05,-272.28,1.70193,300,10,0,2779,0,0,1), - (23840,6507,1,5292,0,-7319.93,-2007.59,-270.999,4.20367,300,5,0,2779,0,0,1), - (23841,6507,1,5292,0,-7080.86,-1981.56,-270.474,0.108078,300,5,0,2779,0,0,1), - (23842,6507,1,5292,0,-7152.69,-1929.25,-271.144,0.43114,300,15,0,2779,0,0,1), - (23843,6507,1,5292,0,-7192.94,-2040.48,-271.591,2.33935,300,10,0,2779,0,0,1), - (23844,6507,1,5292,0,-7270.77,-2068.54,-271.618,4.59288,300,15,0,2779,0,0,1), - (23845,6507,1,5292,0,-7215.42,-2153.1,-271.376,0.147473,300,10,0,2779,0,0,1), - (23846,6507,1,5292,0,-7415.99,-2076.38,-272.134,1.82479,300,5,0,2779,0,0,1), - (23847,6507,1,5292,0,-7350.24,-2043.63,-271.983,1.75746,300,10,0,2779,0,0,1), - (23848,6507,1,5292,0,-7378.86,-1950.75,-271.12,5.88163,300,5,0,2779,0,0,1), - (23849,6508,1,5291,0,-7085.31,-2079.43,-268.269,0.262528,300,15,0,2880,0,0,1), - (23850,6508,1,5291,0,-7211.84,-1851.3,-271.245,4.1233,300,15,0,2880,0,0,1), - (23851,6508,1,5291,0,-7280.65,-1786.03,-278.059,2.22875,300,15,0,2880,0,0,1), - (23852,6508,1,5291,0,-7212.9,-1776.5,-276.994,0.782956,300,15,0,2880,0,0,1), - (23853,6508,1,5291,0,-7281.04,-2045.89,-270.914,2.24828,300,15,0,2880,0,0,1), - (23854,6508,1,5291,0,-7121.37,-1888.57,-272.097,1.11902,300,15,0,2880,0,0,1), - (23855,6508,1,5291,0,-7177.57,-1851.9,-273.151,4.64612,300,15,0,2880,0,0,1), - (23856,6508,1,5291,0,-7188.71,-1896.24,-270.559,2.53089,300,30,0,2880,0,0,1), - (23857,6508,1,5291,0,-7269.39,-1963.16,-272.949,2.65532,300,5,0,2880,0,0,1), - (23858,6508,1,5291,0,-7346.93,-1992.42,-268.931,3.23349,300,10,0,2880,0,0,1), - (23859,6508,1,5291,0,-7295.05,-1984.15,-270.639,1.7276,300,5,0,2880,0,0,1), - (23860,6508,1,5291,0,-7177.13,-1940.31,-272.071,1.70624,300,30,0,2880,0,0,1), - (23861,6508,1,5291,0,-7250.76,-2087.03,-272.221,6.06607,300,15,0,2880,0,0,1), - (23862,6508,1,5291,0,-7284,-2114.57,-272.698,5.79,300,15,0,2880,0,0,1), - (23863,6508,1,5291,0,-7185.21,-1974.67,-271.874,2.09416,300,15,0,2880,0,0,1), - (23864,6508,1,5291,0,-7214.33,-2068.3,-270.485,4.00189,300,5,0,2880,0,0,1), - (23865,6508,1,5291,0,-7207.87,-2122.88,-272.017,2.7759,300,10,0,2880,0,0,1), - (23866,6508,1,5291,0,-7285.82,-2088.64,-270.797,6.20857,300,15,0,2880,0,0,1), - (23867,6508,1,5291,0,-7205.24,-2152.41,-270.625,3.28872,300,5,0,2880,0,0,1), - (23868,6508,1,5291,0,-7384.04,-2025.6,-271.518,6.05629,300,10,0,2880,0,0,1), - (23869,6508,1,5291,0,-7449.27,-2079.91,-272.091,1.46063,300,5,0,2880,0,0,1), - (23870,6508,1,5291,0,-7483.21,-2114.33,-272.361,1.93208,300,5,0,2880,0,0,1), - (23871,6509,1,11634,0,-7068.96,-2243.02,-271.473,0.218457,300,5,0,2681,0,0,1), - (23872,6509,1,11634,0,-7687.72,-2187.12,-266.292,3.8174,300,5,0,2681,0,0,1), - (23873,6509,1,11634,0,-6980.94,-2254.93,-273.316,2.74875,300,5,0,2681,0,0,1), - (23874,6509,1,11634,0,-6943.93,-2241.28,-272.166,5.28539,300,10,0,2681,0,0,1), - (23875,6509,1,11634,0,-6745.43,-1800.03,-268.391,1.4554,300,5,0,2681,0,0,1), - (23876,6509,1,11634,0,-6617.64,-1884.36,-272.356,1.71193,300,30,0,2681,0,0,1), - (23877,6509,1,11634,0,-6646.42,-1967.56,-271.884,1.39216,300,30,0,2681,0,0,1), - (23878,6509,1,11634,0,-6747.58,-1900.98,-271.879,1.83379,300,30,0,2681,0,0,1), - (23879,6509,1,11634,0,-6819.84,-2020.45,-272.097,6.26264,300,5,0,2681,0,0,1), - (23880,6509,1,11634,0,-6784.35,-1564.31,-271.503,1.7138,300,15,0,2681,0,0,1), - (23881,6509,1,11634,0,-6724.93,-1853.77,-271.036,2.97099,300,30,0,2681,0,0,1), - (23882,6509,1,11634,0,-6652.84,-1891.64,-270.972,4.92289,300,30,0,2681,0,0,1), - (23883,6509,1,11634,0,-6869.73,-1682.87,-271.525,3.3888,300,5,0,2681,0,0,1), - (23884,6509,1,11634,0,-6750.27,-1974.93,-270.73,4.90481,300,5,0,2681,0,0,1), - (23885,6509,1,11634,0,-6791.79,-1907.19,-271.307,2.41967,300,30,0,2681,0,0,1), - (23886,6509,1,11634,0,-6508.1,-2088.35,-268.222,1.03979,300,5,0,2681,0,0,1), - (23887,6509,1,11634,0,-6568.64,-1977.52,-270.385,2.55359,300,15,0,2681,0,0,1), - (23888,6509,1,11634,0,-7109.62,-2174.65,-267.61,1.20807,300,5,0,2681,0,0,1), - (23889,6509,1,11634,0,-6723.48,-2131.45,-271.54,1.4651,300,15,0,2681,0,0,1), - (23890,6509,1,11634,0,-6667.22,-2076.5,-271.993,6.23233,300,15,0,2681,0,0,1), - (23891,6509,1,11634,0,-6521.06,-2040.59,-272.097,1.97743,300,5,0,2681,0,0,1), - (23892,6509,1,11634,0,-6839.86,-2186.52,-270.39,4.63429,300,15,0,2681,0,0,1), - (23893,6509,1,11634,0,-6700.26,-2017.5,-268.479,3.30642,300,5,0,2681,0,0,1), - (23894,6509,1,11634,0,-6493.43,-1998.6,-272.165,0.466936,300,5,0,2681,0,0,1), - (23895,6509,1,11634,0,-6978.49,-1711.92,-271.539,0.79649,300,5,0,2681,0,0,1), - (23896,6509,1,11634,0,-6710,-1944.18,-272.097,0.718573,300,30,0,2681,0,0,1), - (23897,6509,1,11634,0,-6919.73,-1785.22,-268.471,3.33358,300,0,0,2681,0,0,0), - (23898,6510,1,11635,0,-7082.96,-1683.83,-275.932,2.18166,300,0,0,2980,0,0,0), - (23899,6510,1,11635,0,-7543.27,-1707.92,-273.602,3.91403,300,15,0,2980,0,0,1), - (23900,6510,1,11635,0,-7451.79,-1088.6,-271.16,1.14616,300,15,0,2980,0,0,1), - (23901,6510,1,11635,0,-7556.32,-1418.93,-272.544,4.29417,300,15,0,2980,0,0,1), - (23902,6510,1,11635,0,-7481.54,-1311.74,-271.827,4.45812,300,15,0,2980,0,0,1), - (23903,6510,1,11635,0,-7718.36,-1120.08,-271.347,1.36541,300,30,0,2980,0,0,1), - (23904,6510,1,11635,0,-7656.22,-1373.94,-270.177,4.64011,300,5,0,2980,0,0,1), - (23905,6510,1,11635,0,-7483.39,-1250.88,-268.688,0.899635,300,15,0,2980,0,0,1), - (23906,6510,1,11635,0,-7785.28,-1597.19,-271.09,3.89351,300,10,0,2980,0,0,1), - (23907,6510,1,11635,0,-7712.66,-1436.78,-269.012,2.84354,300,15,0,2980,0,0,1), - (23908,6510,1,11635,0,-7752.77,-1495.28,-271.731,1.4947,300,30,0,2980,0,0,1), - (23909,6510,1,11635,0,-7546.44,-1343.14,-270.757,2.0171,300,5,0,2980,0,0,1), - (23910,6510,1,11635,0,-7945.2,-1546.7,-272.247,2.91787,300,15,0,2980,0,0,1), - (23911,6510,1,11635,0,-7492.95,-1411.82,-265.912,2.37503,300,5,0,2980,0,0,1), - (23912,6510,1,11635,0,-7639.97,-1252.42,-265.469,1.16959,300,5,0,2980,0,0,1), - (23913,6510,1,11635,0,-7708.95,-1294.11,-268.585,2.43458,300,5,0,2980,0,0,1), - (23914,6510,1,11635,0,-7573.27,-1317.04,-271.519,1.25522,300,5,0,2980,0,0,1), - (23915,6510,1,11635,0,-7508.55,-1429.82,-268.339,2.12353,300,15,0,2980,0,0,1), - (23916,6510,1,11635,0,-7311.54,-1592.18,-271.92,2.82622,300,5,0,2980,0,0,1), - (23917,6510,1,11635,0,-8031.56,-1646.25,-271.265,3.19633,300,10,0,2980,0,0,1), - (23918,6510,1,11635,0,-6876.37,-1128.12,-271.799,5.49996,300,5,0,2980,0,0,1), - (23919,6510,1,11635,0,-7664.11,-1189.61,-269.208,3.96415,300,5,0,2980,0,0,1), - (23920,6510,1,11635,0,-7077.05,-1650.7,-271.115,3.12404,300,15,0,2980,0,0,1), - (23921,6510,1,11635,0,-7191.91,-1582.62,-265.544,3.92423,300,5,0,2980,0,0,1), - (23922,6510,1,11635,0,-6680.75,-1569.34,-272.097,5.52849,300,15,0,2980,0,0,1), - (23923,6510,1,11635,0,-7112.81,-1602.83,-271.521,0.54023,300,15,0,2980,0,0,1), - (23924,6510,1,11635,0,-7450.56,-1367.24,-267.996,2.14372,300,5,0,2980,0,0,1), - (23925,6510,1,11635,0,-6718.19,-1541.53,-272.097,1.48363,300,5,0,2980,0,0,1), - (23926,6510,1,11635,0,-6588.6,-1550.14,-271.074,1.61968,300,5,0,2980,0,0,1), - (23927,6510,1,11635,0,-6600.38,-1589.51,-271.832,3.17953,300,5,0,2980,0,0,1), - (23928,6510,1,11635,0,-7488.32,-1545.33,-273.053,0.284691,300,5,0,2980,0,0,1), - (23929,6510,1,11635,0,-6675.2,-1084.65,-271.266,3.13573,300,5,0,2980,0,0,1), - (23930,6510,1,11635,0,-7474.33,-1680.95,-282.316,1.13511,300,15,0,2980,0,0,1), - (23931,6510,1,11635,0,-7356.48,-1723.96,-272.162,3.61223,300,5,0,2980,0,0,1), - (23932,6510,1,11635,0,-7012.34,-1779.81,-270.511,6.24609,300,5,0,2980,0,0,1), - (23933,6510,1,11635,0,-6514.84,-1183.67,-271.114,1.82762,300,15,0,2980,0,0,1), - (23934,6510,1,11635,0,-6989.89,-1673.75,-272.136,3.34924,300,5,0,2980,0,0,1), - (23935,6510,1,11635,0,-6646.96,-1237.44,-272.097,5.1589,300,5,0,2980,0,0,1), - (23936,6510,1,11635,0,-7660.03,-1574.24,-272.097,0.60599,300,30,0,2980,0,0,1), - (23937,6510,1,11635,0,-6632.9,-1116.65,-264.704,5.59195,300,30,0,2980,0,0,1), - (23938,6510,1,11635,0,-6595.12,-1089.74,-271.384,0.514304,300,30,0,2980,0,0,1), - (23939,6510,1,11635,0,-7400.68,-1681.85,-276.73,1.15079,300,15,0,2980,0,0,1), - (23940,6510,1,11635,0,-6352.17,-1556.58,-271.471,1.41916,300,15,0,2980,0,0,1), - (23941,6510,1,11635,0,-7172.56,-1736.17,-276.743,2.22446,300,15,0,2980,0,0,1), - (23942,6510,1,11635,0,-7264.63,-1631.81,-270.901,0.824053,300,5,0,2980,0,0,1), - (23943,6510,1,11635,0,-6392.35,-1633.16,-271.847,1.77666,300,15,0,2980,0,0,1), - (23944,6510,1,11635,0,-7612.35,-1505.96,-264.512,2.42258,300,5,0,2980,0,0,1), - (23945,6510,1,11635,0,-7302.62,-1713.49,-271.931,0.171561,300,5,0,2980,0,0,1), - (23946,6510,1,11635,0,-6734.08,-1456.81,-270.997,5.84137,300,30,0,2980,0,0,1), - (23947,6510,1,11635,0,-7026.07,-1902.23,-272.925,4.4987,300,5,0,2980,0,0,1), - (23948,6510,1,11635,0,-7617.3,-1616.91,-272.097,4.91013,300,5,0,2980,0,0,1), - (23949,6510,1,11635,0,-6547.51,-1567.47,-271.943,4.65397,300,5,0,2980,0,0,1), - (23950,6510,1,11635,0,-7616.99,-1150.82,-272.159,4.84765,300,5,0,2980,0,0,1), - (23951,6510,1,11635,0,-7650.45,-1185.55,-268.588,4.83456,300,0,0,2980,0,0,0), - (23952,6510,1,11635,0,-6519.31,-1548.64,-271.414,2.01085,300,5,0,2980,0,0,1), - (23953,6510,1,11635,0,-6304.19,-1471.67,-269.383,0.478662,300,10,0,2980,0,0,1), - (23954,6510,1,11635,0,-6375.55,-1582.74,-271.972,5.03465,300,15,0,2980,0,0,1), - (23955,6510,1,11635,0,-6456.16,-1624.6,-273.782,4.34241,300,5,0,2980,0,0,1), - (23956,6510,1,11635,0,-6456.62,-1685,-273.585,4.74753,300,5,0,2980,0,0,1), - (23957,6510,1,11635,0,-6720.46,-1117.26,-272.097,3.26554,300,5,0,2980,0,0,1), - (23958,6510,1,11635,0,-6817.82,-1346.32,-272.097,1.3895,300,15,0,2980,0,0,1), - (23959,6510,1,11635,0,-6682.91,-1146.89,-268.908,1.28471,300,30,0,2980,0,0,1), - (23960,6510,1,11635,0,-7113.14,-1700.94,-271.111,4.87914,300,15,0,2980,0,0,1), - (23961,6510,1,11635,0,-6325.13,-1391.86,-266.877,2.25223,300,10,0,2980,0,0,1), - (23962,6510,1,11635,0,-6332.16,-1441.35,-267.942,3.80504,300,10,0,2980,0,0,1), - (23963,6233,90,6978,0,-639.608,353.948,-255.521,1.41372,7200,3,0,2559,0,0,1), - (23964,6511,1,11633,0,-7218.66,-2211.98,-272.016,4.81727,300,10,0,2779,0,0,1), - (23965,12375,1,2405,0,-3846.23,-4391.04,10.2746,5.51524,360,0,0,42,0,0,0), - (23966,620,1,304,0,-3731.39,-4462.01,26.8537,3.53623,360,10,0,1,0,0,1), - (23967,6511,1,11633,0,-6646.36,-1727.75,-271.945,2.86103,300,15,0,2779,0,0,1), - (23968,6511,1,11633,0,-7544.81,-2117.19,-271.171,5.05331,300,5,0,2779,0,0,1), - (23969,6511,1,11633,0,-7589.91,-2080.58,-271.891,1.94611,300,5,0,2779,0,0,1), - (23970,6511,1,11633,0,-7045.67,-2227.21,-269.529,2.32408,300,5,0,2779,0,0,1), - (23971,6511,1,11633,0,-6919.77,-2150.18,-273.577,3.4587,300,30,0,2779,0,0,1), - (23972,6511,1,11633,0,-7079.23,-2278.7,-268.825,2.07207,300,5,0,2779,0,0,1), - (23973,6511,1,11633,0,-6977.55,-2166.8,-270.599,1.27747,300,5,0,2779,0,0,1), - (23974,6511,1,11633,0,-6580.79,-2016.96,-270.829,4.51193,300,15,0,2779,0,0,1), - (23975,6511,1,11633,0,-6689.63,-1858.95,-271.19,2.10387,300,30,0,2779,0,0,1), - (23976,6511,1,11633,0,-6650.07,-2081.54,-271.493,1.0889,300,15,0,2779,0,0,1), - (23977,6511,1,11633,0,-6824.74,-1952.47,-270.939,3.75786,300,30,0,2779,0,0,1), - (23978,6511,1,11633,0,-6789.75,-1824.7,-271.847,2.56231,300,5,0,2779,0,0,1), - (23979,6511,1,11633,0,-6887.54,-1553.15,-271.977,3.52552,300,15,0,2779,0,0,1), - (23980,6511,1,11633,0,-6854.13,-1561.97,-267.927,4.60475,300,15,0,2779,0,0,1), - (23981,6511,1,11633,0,-6808.67,-1697.36,-272.191,3.64717,300,15,0,2779,0,0,1), - (23982,6511,1,11633,0,-6753.82,-2029.09,-271.801,1.56533,300,5,0,2779,0,0,1), - (23983,6511,1,11633,0,-6837.14,-1656.04,-271.804,3.40219,300,5,0,2779,0,0,1), - (23984,6511,1,11633,0,-6963.25,-1703.21,-271.551,2.26898,300,5,0,2779,0,0,1), - (23985,6511,1,11633,0,-7044.49,-1818.26,-272.246,2.81662,300,5,0,2779,0,0,1), - (23986,6511,1,11633,0,-6881.82,-1611.27,-271.717,1.96544,300,5,0,2779,0,0,1), - (23987,6511,1,11633,0,-6796.15,-1973.89,-271.499,1.49852,300,5,0,2779,0,0,1), - (23988,6511,1,11633,0,-6947.54,-1696.87,-271.975,4.74365,300,5,0,2779,0,0,1), - (23989,6511,1,11633,0,-7122.95,-2244.02,-268.858,2.58432,300,5,0,2779,0,0,1), - (23990,6511,1,11633,0,-6612.1,-1946.14,-272.148,2.39517,300,15,0,2779,0,0,1), - (23991,6511,1,11633,0,-6853.17,-1926.99,-271.255,5.87983,300,30,0,2779,0,0,1), - (23992,6511,1,11633,0,-6471.85,-2027.9,-270.741,6.18133,300,5,0,2779,0,0,1), - (23993,6511,1,11633,0,-7150.89,-2282.38,-267.96,5.17866,300,5,0,2779,0,0,1), - (23994,6511,1,11633,0,-6935.29,-2091.91,-271.216,5.41221,300,15,0,2779,0,0,1), - (23995,6511,1,11633,0,-6709.83,-1999.2,-270.472,1.62944,300,5,0,2779,0,0,1), - (23996,6511,1,11633,0,-6536.59,-2038.39,-271.915,4.45677,300,15,0,2779,0,0,1), - (23997,6511,1,11633,0,-6749.33,-2086.29,-271.848,4.58141,300,15,0,2779,0,0,1), - (23998,6511,1,11633,0,-6897.2,-2155.92,-269.877,3.06137,300,15,0,2779,0,0,1), - (23999,6511,1,11633,0,-6925,-1941.67,-270.661,4.44868,300,30,0,2779,0,0,1), - (24000,6512,1,11636,0,-7373,-556.336,-275.379,1.69047,300,5,0,3082,0,0,1), - (24001,6512,1,11636,0,-6668.23,-667.188,-269.786,0.928463,300,5,0,3082,0,0,1), - (24002,6512,1,11636,0,-7646.54,-460.15,-270.013,0.33547,300,5,0,3082,0,0,1), - (24003,6512,1,11636,0,-7592.58,-604.901,-257.586,2.05586,300,15,0,3082,0,0,1), - (24004,6512,1,11636,0,-7857.48,-700.131,-257.256,4.94442,300,5,0,3082,0,0,1), - (24005,6512,1,11636,0,-7440.37,-555.698,-271.956,5.61268,300,5,0,3082,0,0,1), - (24006,6512,1,11636,0,-7754.16,-659.33,-265.734,4.1569,300,15,0,3082,0,0,1), - (24007,6512,1,11636,0,-6786.07,-523.277,-271.003,1.34732,300,15,0,3082,0,0,1), - (24008,6512,1,11636,0,-7395.96,-390.956,-269.924,3.3681,300,5,0,3082,0,0,1), - (24009,6512,1,11636,0,-7677.28,-709.215,-270.164,0.446949,300,15,0,3082,0,0,1), - (24010,6512,1,11636,0,-7868.89,-606.312,-262.084,5.66974,300,10,0,3082,0,0,1), - (24011,6512,1,11636,0,-7688.19,-834.587,-269.8,2.18493,300,15,0,3082,0,0,1), - (24012,6512,1,11636,0,-6927.65,-537.829,-272.473,4.75633,300,15,0,3082,0,0,1), - (24013,6512,1,11636,0,-6745.58,-610.667,-271.597,1.6331,300,15,0,3082,0,0,1), - (24014,14559,1,14582,0,-3841.59,-4395.53,10.5345,2.32129,360,0,0,64,53,0,0), - (24015,5405,1,2409,0,-3852.84,-4397.24,10.1201,5.41052,360,0,0,42,0,0,0), - (24016,1412,1,134,0,-3861.28,-4403.1,10.1287,4.63891,360,10,0,8,0,0,1), - (24017,6512,1,11636,0,-7152.34,-1018.22,-272.097,1.52819,300,5,0,3082,0,0,1), - (24018,6512,1,11636,0,-7118.89,-439.284,-271.222,2.18564,300,5,0,3082,0,0,1), - (24019,6512,1,11636,0,-7044.94,-785.562,-271.678,3.84993,300,15,0,3082,0,0,1), - (24020,6512,1,11636,0,-6971.73,-777.323,-271.034,1.13346,300,5,0,3082,0,0,1), - (24021,6512,1,11636,0,-6817.19,-819.944,-271.688,4.50268,300,15,0,3082,0,0,1), - (24022,6512,1,11636,0,-7514.44,-752.173,-264.548,5.65837,300,15,0,3082,0,0,1), - (24023,6512,1,11636,0,-6971.62,-588.256,-271.315,5.33209,300,15,0,3082,0,0,1), - (24024,6512,1,11636,0,-6968.41,-731.092,-266.986,5.34824,300,5,0,3082,0,0,1), - (24025,6512,1,11636,0,-7058.64,-571.233,-272.663,4.56939,300,30,0,3082,0,0,1), - (24026,6512,1,11636,0,-7246.12,-917.446,-272.23,5.32423,300,15,0,3082,0,0,1), - (24027,6512,1,11636,0,-7148.73,-869.665,-270.162,4.64332,300,5,0,3082,0,0,1), - (24028,6512,1,11636,0,-7031.07,-493.203,-275.601,2.88808,300,10,0,3082,0,0,1), - (24029,6512,1,11636,0,-6911.39,-780.045,-271.722,1.08136,300,5,0,3082,0,0,1), - (24030,6512,1,11636,0,-6522.13,-717.134,-271.443,1.37225,300,5,0,3082,0,0,1), - (24031,6512,1,11636,0,-6545.31,-812.571,-273.074,5.98643,300,5,0,3082,0,0,1), - (24032,6512,1,11636,0,-7344.74,-1032.06,-271.858,4.7876,300,15,0,3082,0,0,1), - (24033,6512,1,11636,0,-7321,-918.193,-270.425,2.53774,300,15,0,3082,0,0,1), - (24034,6512,1,11636,0,-6850.51,-737.748,-271.142,3.62007,300,5,0,3082,0,0,1), - (24035,6512,1,11636,0,-6497.21,-681.771,-271.843,5.21847,300,15,0,3082,0,0,1), - (24036,6512,1,11636,0,-6714.59,-921.364,-270.72,2.79029,300,5,0,3082,0,0,1), - (24037,6512,1,11636,0,-6541.2,-957.745,-272.143,5.16397,300,30,0,3082,0,0,1), - (24038,6512,1,11636,0,-7254.74,-385.304,-267.294,4.60484,300,10,0,3082,0,0,1), - (24039,6512,1,11636,0,-6717.47,-773.97,-271.452,6.16784,300,15,0,3082,0,0,1), - (24040,6512,1,11636,0,-7648.2,-817.279,-272.171,6.21311,300,15,0,3082,0,0,1), - (24041,6512,1,11636,0,-7913.91,-781.475,-269.796,2.81984,300,5,0,3082,0,0,1), - (24042,6512,1,11636,0,-7909.21,-971.471,-275.819,1.73562,300,5,0,3082,0,0,1), - (24043,6512,1,11636,0,-7021.94,-1015.31,-271.762,6.24389,300,10,0,3082,0,0,1), - (24044,6512,1,11636,0,-7033.88,-1001.56,-271.222,5.27101,300,5,0,3082,0,0,1), - (24045,6512,1,11636,0,-6768.86,-990.151,-268.777,5.33186,300,5,0,3082,0,0,1), - (24046,6512,1,11636,0,-7824.16,-842.182,-267.865,1.70303,300,30,0,3082,0,0,1), - (24047,6512,1,11636,0,-6926.96,-995.928,-272.732,4.08164,300,15,0,3082,0,0,1), - (24048,14561,1,14583,0,-3848.26,-4393.54,10.2239,5.44543,360,0,0,64,53,0,0), - (24049,1412,1,134,0,-3778.64,-4318.84,10.1119,3.7974,360,0,0,8,0,0,0), - (24050,10036,1,0,0,-3138.59,-2928.9,34.5513,1.64914,360,0,0,5215,0,0,2), - (24052,10036,1,10704,0,-3089.62,-2821.67,34.6619,1.43117,360,0,0,5215,0,0,0), - (24053,6512,1,11636,0,-6848.51,-929.103,-271.931,2.09212,300,15,0,3082,0,0,1), - (24054,6512,1,11636,0,-6583.35,-985.995,-270.393,6.26558,300,15,0,3082,0,0,1), - (24055,6512,1,11636,0,-6573.67,-907.77,-272.144,1.09865,300,15,0,3082,0,0,1), - (24056,6512,1,11636,0,-7586.58,-687.876,-251.186,0.630231,300,5,0,3082,0,0,1), - (24057,6512,1,11636,0,-7303.37,-975.238,-271.773,4.13845,300,15,0,3082,0,0,1), - (24058,6512,1,11636,0,-7982.54,-880.99,-268.325,2.33967,300,5,0,3082,0,0,1), - (24059,6512,1,11636,0,-6500.11,-925.214,-273.539,5.77628,300,30,0,3082,0,0,1), - (24060,6513,1,5294,0,-6401.87,-2021.37,-262.978,0.745281,300,3,0,2980,0,0,1), - (24061,6513,1,5294,0,-6328.86,-1895.59,-263.935,6.03702,300,3,0,2980,0,0,1), - (24062,6513,1,5294,0,-6412.21,-1808.5,-270.792,5.97127,300,5,0,2980,0,0,1), - (24063,6513,1,5294,0,-6393.32,-1774.87,-270.23,4.81833,300,15,0,2980,0,0,1), - (24064,6513,1,5294,0,-6414.01,-1745.68,-272.593,3.80496,300,15,0,2980,0,0,1), - (24065,6513,1,5294,0,-6379.64,-1701.56,-273.073,1.20668,300,10,0,2980,0,0,1), - (24066,6513,1,5294,0,-6390.52,-1959.96,-259.691,6.21409,300,5,0,2980,0,0,1), - (24067,6514,1,844,0,-6318.32,-1921.89,-271.154,0.394706,300,3,0,2880,0,0,1), - (24068,6514,1,844,0,-6322.74,-2003.04,-259.831,1.62164,300,5,0,2880,0,0,1), - (24069,6514,1,844,0,-6356.07,-2022.5,-258.597,0.306069,300,3,0,2880,0,0,1), - (24070,6514,1,844,0,-6290.76,-1993.92,-264.757,2.32043,300,5,0,2880,0,0,1), - (24071,6514,1,844,0,-6306.32,-1972.93,-268.713,6.14949,300,5,0,2880,0,0,1), - (24072,6514,1,844,0,-6359.1,-1986.65,-276.222,3.07659,300,3,0,2880,0,0,1), - (24073,6514,1,844,0,-6451.92,-1783.8,-273.701,3.74354,300,30,0,2880,0,0,1), - (24074,6514,1,844,0,-6381.47,-1809.51,-265.982,1.16311,300,3,0,2880,0,0,1), - (24075,6514,1,844,0,-6376.59,-1879.31,-259.375,5.37883,300,3,0,2880,0,0,1), - (24076,6514,1,844,0,-6352.06,-1903.19,-259.249,3.62623,300,3,0,2880,0,0,1), - (24077,6516,1,5244,0,-6316.92,-2005.26,-260.204,2.90214,300,3,0,3082,0,0,2), - (24078,6516,1,5244,0,-6383.38,-2006.33,-270.012,4.95571,300,3,0,3082,0,0,1), - (24079,6516,1,5244,0,-6340.41,-2011.65,-256.843,4.69172,300,3,0,3082,0,0,1), - (24080,6516,1,5244,0,-6339.85,-1959.21,-274.156,6.0677,300,3,0,3082,0,0,1), - (24081,6516,1,5244,0,-6376.58,-1970.12,-257.085,2.42601,300,0,0,3082,0,0,0), - (24082,4879,1,10704,0,-3117.45,-2902,34.0738,2.3911,360,0,0,2471,0,0,0), - (24083,10036,1,10704,0,-3113.65,-2781.3,33.8664,1.15192,360,0,0,5215,0,0,0), - (24084,10036,1,10704,0,-3136.68,-2950.69,34.3563,4.18879,360,0,0,5215,0,0,0), - (24085,10036,1,10704,0,-3087.77,-2859.79,34.6572,4.79965,360,0,0,5215,0,0,0), - (24086,13476,1,13529,0,-3095.85,-2890.54,34.6661,2.37365,360,0,0,2766,0,0,0), - (24087,10036,1,10704,0,-3129.03,-2833.78,34.1747,5.20108,360,0,0,5215,0,0,0), - (24088,6516,1,5244,0,-6368.61,-1839.66,-259.881,2.48301,300,3,0,3082,0,0,1), - (24089,6516,1,5244,0,-6379.92,-1866.73,-260.394,1.07428,300,3,0,3082,0,0,2), - (24090,6516,1,5244,0,-6394,-1916.77,-262.731,5.89758,300,3,0,3082,0,0,1), - (24091,6516,1,5244,0,-6343.42,-1947.7,-272.417,5.12046,300,3,0,3082,0,0,2), - (24092,6517,1,1549,0,-6819.27,-1208.62,-277.012,2.34321,300,5,0,2946,0,0,1), - (24093,6517,1,1549,0,-6708.93,-1239.1,-270.444,1.34968,300,15,0,2946,0,0,1), - (24094,6517,1,1549,0,-6849.33,-1183.88,-271.469,3.86576,300,5,0,2946,0,0,1), - (24095,6517,1,1549,0,-6747.13,-1281.8,-269.575,5.73196,300,15,0,2946,0,0,1), - (24096,6517,1,1549,0,-6547.52,-1722.29,-273.964,1.60204,300,5,0,2946,0,0,1), - (24097,6517,1,1549,0,-6529.73,-1682.45,-270.441,2.28577,300,5,0,2946,0,0,1), - (24098,6517,1,1549,0,-6582.18,-1685.83,-270.953,1.67011,300,5,0,2946,0,0,1), - (24099,6517,1,1549,0,-6562.6,-1854.97,-273.537,5.77933,300,5,0,2946,0,0,1), - (24100,6517,1,1549,0,-6557.81,-1874.73,-274.064,3.59459,300,5,0,2946,0,0,1), - (24101,6517,1,1549,0,-6790.55,-1190.82,-270.283,4.75135,300,5,0,2946,0,0,1), - (24102,6517,1,1549,0,-6746.84,-1723.04,-278.66,1.98287,300,5,0,2946,0,0,1), - (24103,6517,1,1549,0,-6789.57,-1754.97,-269.405,2.93197,300,15,0,2946,0,0,1), - (24104,6517,1,1549,0,-6705.57,-1617.97,-270.666,5.69565,300,5,0,2946,0,0,1), - (24105,6517,1,1549,0,-6740.62,-1648.96,-276.945,0.815809,300,15,0,2946,0,0,1), - (24106,6518,1,9010,0,-6456.91,-1455.23,-279.098,0.494206,300,5,0,3176,0,0,1), - (24107,6518,1,9010,0,-6552.17,-1484.96,-273.816,0.644234,300,5,0,3176,0,0,1), - (24108,6518,1,9010,0,-6416.91,-1289.44,-270.294,1.06256,300,30,0,3176,0,0,1), - (24109,6518,1,9010,0,-6377.13,-1063.99,-274.645,5.09557,300,5,0,3176,0,0,1), - (24110,6518,1,9010,0,-6522.05,-1320.06,-272.095,4.40726,300,5,0,3176,0,0,1), - (24111,6518,1,9010,0,-6586.68,-1382.18,-272.017,5.54086,300,5,0,3176,0,0,1), - (24112,6518,1,9010,0,-6558.17,-1359.48,-272.158,4.73089,300,5,0,3176,0,0,1), - (24113,6518,1,9010,0,-6616.95,-1416.21,-271.722,1.13594,300,5,0,3176,0,0,1), - (24114,6518,1,9010,0,-6448.8,-1172.34,-273.61,3.56854,300,15,0,3176,0,0,1), - (24115,6518,1,9010,0,-6514.16,-1053.86,-271.908,5.32152,300,15,0,3176,0,0,1), - (24116,6518,1,9010,0,-6473.93,-1082.46,-275.542,5.08593,300,15,0,3176,0,0,1), - (24117,6518,1,9010,0,-6450.72,-1052.44,-276.917,4.15506,300,15,0,3176,0,0,1), - (24118,6518,1,9010,0,-6443.44,-1120.04,-272.056,5.57096,300,15,0,3176,0,0,1), - (24119,6518,1,9010,0,-6406.28,-1082.22,-272.064,6.0979,300,5,0,3176,0,0,1), - (24120,6518,1,9010,0,-6411.68,-1142.8,-271.033,4.14551,300,15,0,3176,0,0,1), - (24121,6518,1,9010,0,-6492.53,-1220.53,-270.742,3.52994,300,15,0,3176,0,0,1), - (24122,6519,1,480,0,-6519.72,-1246.8,-280.721,6.0913,300,5,0,2648,1982,0,1), - (24123,6519,1,480,0,-6543.75,-1281.25,-278.763,3.98165,300,5,0,2648,1982,0,1), - (24124,6519,1,480,0,-6447.38,-1257.41,-277.907,0.982794,300,5,0,2648,1982,0,1), - (24125,6519,1,480,0,-6611.58,-1464.51,-286.48,4.43141,300,5,0,2648,1982,0,1), - (24126,6519,1,480,0,-6595.02,-1449.19,-280.764,5.69952,300,5,0,2648,1982,0,1), - (24127,6519,1,480,0,-6657.5,-1319.58,-274.759,6.01943,300,15,0,2648,1982,0,1), - (24128,6519,1,480,0,-6481.17,-1288.38,-273.324,0.979225,300,5,0,2648,1982,0,1), - (24129,6519,1,480,0,-6648.09,-1379.37,-276.131,1.99734,300,5,0,2648,1982,0,1), - (24130,6519,1,480,0,-6590.75,-1325.12,-275.418,3.73231,300,5,0,2648,1982,0,1), - (24131,6519,1,480,0,-6618.43,-1346.09,-272.727,5.83427,300,5,0,2648,1982,0,1), - (24132,6519,1,480,0,-6487.22,-1010.4,-275.278,2.50317,300,15,0,2648,1982,0,1), - (24133,6519,1,480,0,-6390.63,-1109.64,-269.398,1.96002,300,15,0,2648,1982,0,1), - (24134,6519,1,480,0,-6340.29,-1223.43,-268.953,5.28901,300,15,0,2648,1982,0,1), - (24135,6519,1,480,0,-6379.52,-1180.38,-271.652,1.285,300,15,0,2648,1982,0,1), - (24136,6519,1,480,0,-6348.84,-1158.43,-272.344,5.73624,300,15,0,2648,1982,0,1), - (24137,6519,1,480,0,-6416.52,-1214.31,-275.225,0.256826,300,5,0,2648,1982,0,1), - (24138,6520,1,1070,0,-7294.9,-1193.18,-254.233,0.200458,300,5,0,2551,1982,0,1), - (24139,6520,1,1070,0,-7319.38,-1463.35,-241.124,5.39442,300,5,0,2551,1982,0,1), - (24140,6520,1,1070,0,-7239.03,-1157.92,-252.875,5.76318,300,5,0,2551,1982,0,1), - (24141,6520,1,1070,0,-7279.55,-1218.77,-240.343,3.91437,300,5,0,2551,1982,0,1), - (24142,6520,1,1070,0,-7280.95,-1312.79,-240.52,2.17133,300,5,0,2551,1982,0,1), - (24143,6520,1,1070,0,-7087.3,-1199.31,-242.478,5.0929,300,3,0,2551,1982,0,1), - (24144,6520,1,1070,0,-7094.46,-1417.75,-234.572,0.863495,300,5,0,2551,1982,0,1), - (24145,6520,1,1070,0,-7053.18,-1307.15,-248.142,5.10268,300,5,0,2551,1982,0,1), - (24146,6520,1,1070,0,-7171.22,-1505.37,-265.819,5.71366,300,5,0,2551,1982,0,1), - (24147,6520,1,1070,0,-7063.3,-1452.48,-262.697,4.45927,300,5,0,2551,1982,0,1), - (24148,6520,1,1070,0,-7069.64,-1505.92,-261.936,0.604154,300,5,0,2551,1982,0,1), - (24149,6520,1,1070,0,-7021.45,-1419.71,-247.343,2.63431,300,5,0,2551,1982,0,2), - (24150,6521,1,5488,0,-7162.13,-1136.59,-268.798,4.78606,300,5,0,3293,0,0,1), - (24151,6521,1,5488,0,-7347.86,-1151.52,-274.639,0.735681,300,3,0,3293,0,0,1), - (24152,6521,1,5488,0,-7394.89,-1522.18,-271.088,3.78856,300,5,0,3293,0,0,1), - (24153,6521,1,5488,0,-7239.45,-1254.75,-215.959,3.45964,300,5,0,3293,0,0,1), - (24154,6521,1,5488,0,-7185.91,-1352.12,-184.374,4.07613,300,5,0,3293,0,0,1), - (24155,6521,1,5488,0,-7178.48,-1379.61,-184.221,2.69534,300,5,0,3293,0,0,1), - (24156,6521,1,5488,0,-7342.65,-1275.53,-274.066,3.61778,300,5,0,3293,0,0,1), - (24157,6521,1,5488,0,-7121.7,-1166.18,-234.748,0.557152,300,5,0,3293,0,0,1), - (24158,6521,1,5488,0,-7160.42,-1331.25,-184.351,4.82072,300,5,0,3293,0,0,1), - (24159,6521,1,5488,0,-7144.95,-1296.5,-184.36,5.21394,300,5,0,3293,0,0,1), - (24160,6521,1,5488,0,-7317.35,-1383.34,-271.491,0.778083,300,5,0,3293,0,0,1), - (24161,6521,1,5488,0,-7077.44,-1357.61,-223.61,1.72953,300,5,0,3293,0,0,1), - (24162,6521,1,5488,0,-7052.13,-1236.85,-272.018,2.57603,300,5,0,3293,0,0,1), - (24163,6521,1,5488,0,-7212.41,-1229.27,-209.363,4.82263,300,5,0,3293,0,0,1), - (24164,6521,1,5488,0,-7150.83,-1260.37,-195.071,1.52967,300,5,0,3293,0,0,1), - (24165,6521,1,5488,0,-7106.56,-1274.52,-193.747,0.859972,300,5,0,3293,0,0,1), - (24166,6521,1,5488,0,-7106.56,-1311.51,-188.261,4.20927,300,5,0,3293,0,0,1), - (24167,6521,1,5488,0,-7127.91,-1345.4,-193.916,1.4336,300,5,0,3293,0,0,1), - (24168,6521,1,5488,0,-7018.43,-1419.14,-248.843,0.81004,300,5,0,3293,0,0,1), - (24169,6521,1,5488,0,-7230.73,-1444.66,-231.322,3.3137,300,5,0,3293,0,0,1), - (24170,6521,1,5488,0,-7243.87,-1374.66,-231.497,1.5009,300,5,0,3293,0,0,1), - (24171,6521,1,5488,0,-7128.97,-1472.23,-243.862,5.56297,300,5,0,3293,0,0,1), - (24192,6527,1,3018,0,-6753.71,-1212.95,-275.319,1.93375,300,15,0,2441,1864,0,1), - (24193,6527,1,3018,0,-6857.88,-1227.71,-272.874,1.73672,300,15,0,2441,1864,0,1), - (24194,6527,1,3018,0,-6514.67,-1844.68,-275.047,0.625925,300,5,0,2441,1864,0,1), - (24195,6527,1,3018,0,-6802.91,-1283.96,-271.024,5.81954,300,15,0,2441,1864,0,1), - (24196,6527,1,3018,0,-6783.65,-1263.82,-270.31,4.15773,300,15,0,2441,1864,0,1), - (24197,6527,1,3018,0,-6722.67,-1745.83,-271.272,0.069421,300,5,0,2441,1864,0,1), - (24198,6527,1,3018,0,-6778.48,-1685.76,-273.13,3.02617,300,15,0,2441,1864,0,1), - (24199,6527,1,3018,0,-6714.53,-1683.38,-272.239,6.07082,300,5,0,2441,1864,0,1), - (24200,6527,1,3018,0,-6690.21,-1645,-272.14,1.92269,300,5,0,2441,1864,0,1), - (24201,6527,1,3018,0,-6689.28,-1282.56,-269.615,4.81222,300,15,0,2441,1864,0,1), - (24202,6527,1,3018,0,-6556.69,-1661.12,-276.328,3.62271,300,5,0,2441,1864,0,1), - (24203,6527,1,3018,0,-6549.13,-1814.89,-273.668,2.2927,300,5,0,2441,1864,0,1), - (24204,9600,1,8816,0,-7071.08,-1697.4,-270.584,4.13143,300,5,0,1,0,0,1), - (24205,9600,1,8819,0,-7951.44,-1548.78,-273.146,4.34493,300,30,0,1,0,0,1), - (24206,9600,1,8819,0,-7315.81,-953.275,-271.362,1.25522,300,30,0,1,0,0,1), - (24207,9600,1,8817,0,-6878.43,-621.713,-269.856,5.70927,300,5,0,1,0,0,1), - (24208,9600,1,8819,0,-7543.33,-1437.6,-272.266,1.57861,300,30,0,1,0,0,1), - (24209,9600,1,8818,0,-7851.07,-651.481,-260.482,1.47696,300,30,0,1,0,0,1), - (24210,9600,1,8819,0,-7758.25,-924.64,-272.004,5.7192,300,30,0,1,0,0,1), - (24211,9600,1,8816,0,-7609.32,-805.059,-269.36,2.3023,300,0,0,1,0,0,0), - (24212,9600,1,8817,0,-7302.58,-1639.27,-272.439,5.22403,300,5,0,1,0,0,1), - (24213,9600,1,8818,0,-7619.12,-616.899,-255.546,4.47238,300,30,0,1,0,0,1), - (24214,9600,1,8819,0,-7062.51,-1690.51,-272.938,1.63445,300,5,0,1,0,0,1), - (24215,1420,1,901,0,-7337.14,-2254.87,-275.912,3.03652,300,5,0,8,0,0,1), - (24216,1420,1,901,0,-6969.46,-1112.82,-276.031,1.60331,300,5,0,8,0,0,1), - (24217,1420,1,901,0,-7018.69,-2024.9,-277.27,5.6119,300,5,0,8,0,0,1), - (24218,1420,1,901,0,-7465.05,-2195.9,-275.948,2.71028,300,5,0,8,0,0,1), - (24219,1420,1,901,0,-6521.48,-786.453,-270.593,5.65254,300,5,0,8,0,0,1), - (24220,1420,1,901,0,-7644.03,-1752.7,-274.05,1.7138,300,5,0,8,0,0,1), - (24221,1420,1,901,0,-6753.88,-1079.91,-276.225,3.592,300,5,0,8,0,0,1), - (24222,1420,1,901,0,-7028.17,-1663.49,-275.745,0.915577,300,5,0,8,0,0,1), - (24223,1420,1,901,0,-7561.4,-2125.93,-275.929,2.38399,300,5,0,8,0,0,1), - (24224,1420,1,901,0,-7763.95,-1848.47,-272.474,3.75909,300,5,0,8,0,0,1), - (24225,1420,1,901,0,-7767.58,-2027.95,-276.278,5.99912,300,5,0,8,0,0,1), - (24226,1420,1,901,0,-7160.69,-2107.7,-277.254,2.04491,300,5,0,8,0,0,1), - (24227,1420,1,901,0,-7419.17,-1882.49,-273.795,6.24609,300,5,0,8,0,0,1), - (24228,1420,1,901,0,-6995.66,-1573.08,-274.246,0.620338,300,5,0,8,0,0,1), - (24229,1420,1,901,0,-7101.47,-2024.69,-277.402,0.539749,300,5,0,8,0,0,1), - (24230,1420,1,901,0,-6580.04,-609.271,-272.03,1.01338,300,5,0,8,0,0,1), - (24231,1420,1,901,0,-6889.39,-1094.45,-276,0.006585,300,5,0,8,0,0,1), - (24232,1420,1,901,0,-7165.36,-2173.16,-275.235,1.60069,300,5,0,8,0,0,1), - (24233,1420,1,901,0,-7337.92,-2153.78,-274.622,3.37,300,5,0,8,0,0,1), - (24234,1420,1,901,0,-7032.77,-1742.27,-275.087,1.36229,300,5,0,8,0,0,1), - (24235,1420,1,901,0,-7326,-1937.32,-276.916,2.47387,300,5,0,8,0,0,1), - (24236,1420,1,901,0,-6942.53,-1288.52,-275.808,2.04055,300,5,0,8,0,0,1), - (24237,1420,1,901,0,-7801.38,-1886.37,-274.849,3.72689,300,5,0,8,0,0,1), - (24238,1420,1,901,0,-7703.38,-2056.08,-273.485,1.3481,300,0,0,8,0,0,0), - (24239,1420,1,901,0,-7012.11,-1136.38,-275.54,1.92157,300,5,0,8,0,0,1), - (24240,1420,1,901,0,-7345.43,-2092.46,-274.228,6.04673,300,5,0,8,0,0,1), - (24241,1420,1,901,0,-7358.33,-1818.23,-272.551,4.39054,300,5,0,8,0,0,1), - (24242,1420,1,901,0,-7580.97,-2027.51,-275.132,2.30782,300,5,0,8,0,0,1), - (24243,1420,1,901,0,-7050.11,-1862.76,-275.486,2.25928,300,5,0,8,0,0,1), - (24244,1420,1,901,0,-6887.87,-1457.32,-273.348,5.03043,300,5,0,8,0,0,1), - (24245,1420,1,901,0,-7690.51,-1927.33,-274.011,2.5563,300,5,0,8,0,0,1), - (24246,1420,1,901,0,-7258.42,-2011.24,-275.382,1.12025,300,5,0,8,0,0,1), - (24247,1420,1,901,0,-7654.81,-1841.35,-278.152,2.17992,300,0,0,8,0,0,0), - (24248,1420,1,901,0,-6969.55,-1860.98,-274.201,4.72383,300,5,0,8,0,0,1), - (24249,1420,1,901,0,-7808.81,-1938.55,-276.215,2.70175,300,5,0,8,0,0,1), - (24250,1420,1,901,0,-6623.46,-788.638,-276.225,2.83085,300,5,0,8,0,0,1), - (24251,1420,1,901,0,-6694.51,-1002.47,-271.505,5.55719,300,5,0,8,0,0,1), - (24252,9618,1,8831,0,-6298.29,-1182.65,-269.101,3.21141,300,0,0,3404,0,0,0), - (24253,9619,1,8832,0,-7840.34,-2117.32,-254.269,1.36136,300,0,0,3632,1864,0,0), - (24254,9622,1,8844,0,-6276.53,-1987.97,-261.845,0.890476,300,0,0,3398,0,0,0), - (24255,6551,1,11090,0,-7827.59,-1370.84,-271.912,1.76512,300,5,0,2980,0,0,1), - (24256,6551,1,11090,0,-7809.95,-1456.61,-267.258,5.39998,300,30,0,2980,0,0,1), - (24257,6551,1,11090,0,-7977.39,-1254.91,-270.043,0.548313,300,15,0,2980,0,0,1), - (24258,6551,1,11090,0,-7985.17,-1188.11,-273.183,2.90704,300,15,0,2980,0,0,1), - (24259,6551,1,11090,0,-7818.6,-1246.49,-265.229,4.84737,300,15,0,2980,0,0,1), - (24260,6551,1,11090,0,-7803.89,-1182.35,-261.656,6.21675,300,15,0,2980,0,0,1), - (24261,6551,1,11090,0,-7851.4,-1069.68,-266.088,1.35234,300,5,0,2980,0,0,1), - (24262,6551,1,11090,0,-7840.6,-1321.97,-265.198,3.40219,300,5,0,2980,0,0,1), - (24263,6551,1,11090,0,-7849.01,-1452.92,-266.612,0.575418,300,30,0,2980,0,0,1), - (24264,6551,1,11090,0,-8075.29,-1392.3,-267.486,0.326074,300,10,0,2980,0,0,1), - (24265,6551,1,11090,0,-8058.21,-1421.08,-267.784,3.61135,300,15,0,2980,0,0,1), - (24266,6551,1,11090,0,-7986.22,-1297.94,-273.969,1.13998,300,5,0,2980,0,0,1), - (24267,6551,1,11090,0,-7999.14,-1492.42,-271.689,3.20218,300,15,0,2980,0,0,1), - (24268,9623,1,8841,0,-6380.13,-1970,-257.195,1.85005,300,0,0,2578,0,0,0), - (24269,6552,1,11091,0,-7867.55,-1252.08,-269.5,2.78031,300,5,0,2980,0,0,1), - (24270,6552,1,11091,0,-7901.94,-1115.41,-273.569,2.97869,300,5,0,2980,0,0,1), - (24271,6552,1,11091,0,-7862.43,-1267.01,-269.485,4.1103,300,5,0,2980,0,0,1), - (24272,6552,1,11091,0,-7916.97,-1117.68,-275.986,1.78353,300,5,0,2980,0,0,1), - (24273,6552,1,11091,0,-7750.08,-1362.68,-271.899,4.67999,300,30,0,2980,0,0,1), - (24274,6552,1,11091,0,-7791.62,-1362.91,-272.097,3.12635,300,5,0,2980,0,0,1), - (24275,6552,1,11091,0,-8020.4,-1123.19,-270.481,1.67066,300,15,0,2980,0,0,1), - (24276,6552,1,11091,0,-8058.81,-1131.1,-271.189,1.69769,300,15,0,2980,0,0,1), - (24277,6552,1,11091,0,-8015.65,-1394.52,-271.929,4.7277,300,15,0,2980,0,0,1), - (24278,6552,1,11091,0,-8046.14,-1217.15,-271.086,0.076173,300,15,0,2980,0,0,1), - (24279,6552,1,11091,0,-7873.15,-1357.57,-272.773,3.6941,300,5,0,2980,0,0,1), - (24280,6552,1,11091,0,-8053.97,-1470.06,-271.219,4.57272,300,15,0,2980,0,0,1), - (24281,6552,1,11091,0,-8057.74,-1187.87,-271.064,5.93561,300,15,0,2980,0,0,1), - (24282,6552,1,11091,0,-7853.1,-1213.37,-266.096,6.16375,300,5,0,2980,0,0,1), - (24283,6552,1,11091,0,-7850.2,-1428,-267.457,1.75938,300,5,0,2980,0,0,1), - (24284,6552,1,11091,0,-7949.96,-1118.55,-272.644,1.42637,300,15,0,2980,0,0,1), - (24285,6552,1,11091,0,-7939.93,-1270.06,-273.408,2.12194,300,10,0,2980,0,0,1), - (24286,6552,1,11091,0,-7830.16,-1494.52,-263.084,6.19692,300,15,0,2980,0,0,1), - (24287,6552,1,11091,0,-7917.92,-1476.52,-268.673,5.98461,300,15,0,2980,0,0,1), - (24288,6552,1,11091,0,-7965.79,-1403.57,-272.262,6.21128,300,5,0,2980,0,0,1), - (24289,6552,1,11091,0,-8097.82,-1234.46,-268.912,2.8643,300,5,0,2980,0,0,1), - (24290,6552,1,11091,0,-7964.97,-1150.39,-275.174,3.16112,300,15,0,2980,0,0,1), - (24291,6553,1,11087,0,-7780.3,-1220.46,-267.752,5.21744,300,15,0,2980,0,0,1), - (24292,6553,1,11087,0,-7858.88,-1142.24,-266.458,2.8464,300,5,0,2980,0,0,1), - (24293,6553,1,11087,0,-7949.49,-1059.8,-274.9,4.96138,300,5,0,2980,0,0,1), - (24294,6553,1,11087,0,-7950.65,-1247.93,-273.168,6.28009,300,15,0,2980,0,0,1), - (24295,6553,1,11087,0,-7951.51,-1384.06,-273.17,6.18447,300,5,0,2980,0,0,1), - (24296,6553,1,11087,0,-7768.18,-1398.07,-272.097,5.50758,300,30,0,2980,0,0,1), - (24297,6553,1,11087,0,-7950.92,-1085.17,-274.827,5.66923,300,5,0,2980,0,0,1), - (24298,6553,1,11087,0,-8039.21,-1088.6,-272.097,5.11856,300,5,0,2980,0,0,1), - (24299,6553,1,11087,0,-7823.61,-1114.08,-260.588,2.19174,300,5,0,2980,0,0,1), - (24300,6553,1,11087,0,-8014.08,-1045.87,-272.021,2.75884,300,5,0,2980,0,0,1), - (24301,6553,1,11087,0,-8050.17,-1516.96,-271.337,3.20015,300,15,0,2980,0,0,1), - (24302,6553,1,11087,0,-8014.57,-1440.97,-271.156,4.81012,300,15,0,2980,0,0,1), - (24303,6553,1,11087,0,-7871.02,-1180.55,-268.892,4.01161,300,5,0,2980,0,0,1), - (24304,6553,1,11087,0,-7986.2,-1200.36,-275.375,1.47696,300,15,0,2980,0,0,1), - (24305,6553,1,11087,0,-7910.98,-1089.19,-273.313,3.36005,300,5,0,2980,0,0,1), - (24306,6553,1,11087,0,-7750,-1150,-270.674,0.793766,300,15,0,2980,0,0,1), - (24307,6553,1,11087,0,-8086.73,-1438.09,-267.888,1.31315,300,5,0,2980,0,0,1), - (24308,6553,1,11087,0,-7892.72,-1392.85,-269.905,3.60262,300,5,0,2980,0,0,1), - (24309,6553,1,11087,0,-8060.79,-1552.25,-270.543,3.25916,300,15,0,2980,0,0,1), - (24310,6553,1,11087,0,-8056.62,-1354.96,-270.845,1.89255,300,10,0,2980,0,0,1), - (24311,6553,1,11087,0,-8041.49,-1239.94,-324.083,3.80217,300,3,0,2980,0,0,1), - (24312,6553,1,11087,0,-8075.91,-1183.13,-333.541,2.7437,300,3,0,2980,0,0,1), - (24313,6553,1,11087,0,-8111.6,-1200.64,-336.83,5.4775,300,3,0,2980,0,0,2), - (24314,6553,1,11087,0,-8067.57,-1219.11,-334.374,3.35062,300,3,0,2980,0,0,1), - (24315,6553,1,11087,0,-7881.1,-1314.9,-276.523,3.42523,300,5,0,2980,0,0,1), - (24316,6553,1,11087,0,-8051.28,-1316.52,-272.112,4.66152,300,15,0,2980,0,0,1), - (24317,6553,1,11087,0,-8079.19,-1279.07,-336.108,0.80002,300,5,0,2980,0,0,1), - (24318,6553,1,11087,0,-8010.27,-1294.35,-322.177,6.12088,300,5,0,2980,0,0,1), - (24319,6553,1,11087,0,-8044.27,-1293.07,-329.393,2.46051,300,5,0,2980,0,0,1), - (24320,6553,1,11087,0,-7967.84,-1314.53,-312.482,2.03318,300,3,0,2980,0,0,2), - (24321,6553,1,11087,0,-8017.63,-1132.62,-321.148,2.3892,300,3,0,2980,0,0,1), - (24322,6553,1,11087,0,-8075.63,-1516.85,-269.774,0.450548,300,10,0,2980,0,0,1), - (24324,6554,1,11088,0,-8052.79,-1163.17,-332.095,3.45649,300,3,0,3082,0,0,1), - (24325,6554,1,11088,0,-8106.08,-1229.85,-338.391,5.60942,300,3,0,3082,0,0,1), - (24326,6554,1,11088,0,-8120.76,-1266.29,-345.209,3.38004,300,3,0,3082,0,0,1), - (24327,6554,1,11088,0,-7931.38,-1326.08,-302.671,1.68938,300,5,0,3082,0,0,1), - (24328,6554,1,11088,0,-8004.28,-1143.57,-319.196,0.687856,300,3,0,3082,0,0,1), - (24329,6554,1,11088,0,-7958.4,-1095.49,-329.952,5.1382,300,3,0,3082,0,0,1), - (24330,6555,1,11089,0,-8121.86,-1194.79,-333.798,4.4522,300,3,0,3082,0,0,1), - (24331,6555,1,11089,0,-8154.7,-1162.08,-330.861,2.69723,300,3,0,3082,0,0,1), - (24332,6555,1,11089,0,-8069.58,-1255.67,-332.427,4.27673,300,5,0,3082,0,0,1), - (24333,6555,1,11089,0,-8083.94,-1205.72,-335.765,0.37011,300,3,0,3082,0,0,1), - (24334,6555,1,11089,0,-8013.41,-1194.04,-323.394,2.73124,300,3,0,3082,0,0,1), - (24335,6555,1,11089,0,-7989.79,-1257.14,-323.438,0.345693,300,5,0,3082,0,0,2), - (24336,6555,1,11089,0,-8031.58,-1133.42,-315.867,4.36638,300,3,0,3082,0,0,1), - (24337,6555,1,11089,0,-7989.12,-1094.22,-329.035,3.58053,300,3,0,3082,0,0,1), - (24338,6555,1,11089,0,-7970.32,-1078.15,-328.748,6.11125,300,3,0,3082,0,0,1), - (24339,6556,1,11140,0,-6593.79,-1754.75,-271.594,4.30937,300,5,0,2578,0,0,1), - (24340,6556,1,11140,0,-6841.94,-2216.4,-272.093,0.309544,300,10,0,2578,0,0,1), - (24341,6556,1,11140,0,-7646.64,-2154.14,-270.972,4.02215,300,5,0,2578,0,0,1), - (24342,6556,1,11140,0,-6745.16,-2047.12,-271.957,6.24103,300,30,0,2578,0,0,1), - (24343,6556,1,11140,0,-6880.06,-1835.55,-272.385,1.23855,300,5,0,2578,0,0,1), - (24344,6556,1,11140,0,-7318.73,-2215.56,-271.189,4.25527,300,5,0,2578,0,0,1), - (24345,6556,1,11140,0,-6599.15,-2086.75,-270.124,0.677486,300,15,0,2578,0,0,1), - (24346,6556,1,11140,0,-6546.24,-1932.2,-273.311,5.87111,300,15,0,2578,0,0,1), - (24347,6556,1,11140,0,-6939.96,-2151.63,-270.662,6.0166,300,5,0,2578,0,0,1), - (24348,6556,1,11140,0,-6894.07,-1720.59,-271.93,4.10564,300,5,0,2578,0,0,1), - (24349,6556,1,11140,0,-6863.86,-1978.84,-271.559,1.13771,300,30,0,2578,0,0,1), - (24350,6556,1,11140,0,-6912.88,-1582.63,-272.306,0.445618,300,5,0,2578,0,0,1), - (24351,9117,1,8478,0,-6033.25,-1017.56,-217.055,0.872665,300,0,0,3857,0,0,0), - (24352,6557,1,4754,0,-7575.18,-1075.07,-268.281,1.34219,300,15,0,2880,0,0,1), - (24353,6557,1,4754,0,-7681.62,-1616.22,-271.722,3.57039,300,15,0,2880,0,0,1), - (24354,6557,1,4754,0,-7491.67,-1141.67,-272.53,2.37652,300,15,0,2880,0,0,1), - (24355,6557,1,4754,0,-7609.52,-1368,-271.984,1.63922,300,5,0,2880,0,0,1), - (24356,6557,1,4754,0,-7140.91,-1722.74,-276.919,2.3452,300,15,0,2880,0,0,1), - (24357,6557,1,4754,0,-7230.64,-1586.4,-270.174,2.42111,300,5,0,2880,0,0,1), - (24358,6557,1,4754,0,-7627.89,-1544.14,-270.658,4.9284,300,5,0,2880,0,0,1), - (24359,6557,1,4754,0,-6609.17,-1221.34,-270.273,0.109579,300,5,0,2880,0,0,1), - (24360,6557,1,4754,0,-6555.44,-1174.16,-262.516,5.27762,300,15,0,2880,0,0,1), - (24361,6557,1,4754,0,-7710.22,-1252.12,-269.335,3.61404,300,5,0,2880,0,0,1), - (24362,6557,1,4754,0,-7517.69,-1475.83,-270.468,0.128311,300,15,0,2880,0,0,1), - (24363,6557,1,4754,0,-7609.08,-1111,-270.972,4.92369,300,15,0,2880,0,0,1), - (24364,6557,1,4754,0,-7649.45,-1103.24,-271.596,3.51521,300,15,0,2880,0,0,1), - (24365,6557,1,4754,0,-6801.67,-1359.56,-272.097,5.03416,300,15,0,2880,0,0,1), - (24366,6557,1,4754,0,-7545.31,-1612.84,-270.973,4.46091,300,15,0,2880,0,0,1), - (24367,6557,1,4754,0,-8013.33,-1595.8,-271.03,1.13009,300,5,0,2880,0,0,1), - (24368,6557,1,4754,0,-7530.4,-1280.52,-271.777,2.75914,300,15,0,2880,0,0,1), - (24369,6557,1,4754,0,-7458.4,-1741.62,-272.933,2.36448,300,5,0,2880,0,0,1), - (24370,6557,1,4754,0,-6394.38,-891.84,-270.355,1.63091,300,15,0,2880,0,0,1), - (24371,6557,1,4754,0,-6407,-1384.16,-268.749,2.76544,300,30,0,2880,0,0,1), - (24372,6557,1,4754,0,-7582.89,-1382.3,-269.666,3.13964,300,5,0,2880,0,0,1), - (24373,6557,1,4754,0,-7353.55,-1682.43,-274.366,2.84666,300,5,0,2880,0,0,1), - (24374,6557,1,4754,0,-7707.72,-1171.22,-271.175,4.9512,300,30,0,2880,0,0,1), - (24375,6557,1,4754,0,-7088.52,-1620.88,-272.049,1.48417,300,15,0,2880,0,0,1), - (24376,6557,1,4754,0,-6721.3,-1361.8,-271.077,1.7089,300,30,0,2880,0,0,1), - (24377,6557,1,4754,0,-7783.8,-1519.98,-266.721,4.53376,300,15,0,2880,0,0,1), - (24378,6557,1,4754,0,-7599.54,-1584.56,-271.785,3.1266,300,15,0,2880,0,0,1), - (24379,9118,1,8413,0,-6181.79,-1151.46,-210.551,0.314159,300,0,0,2814,0,0,0), - (24380,12959,1,13729,0,-6157.44,-1067.73,-194.862,4.72984,300,0,0,3748,0,0,0), - (24381,6559,1,1146,0,-7802.23,-607.583,-264.708,2.75361,300,15,0,3082,0,0,1), - (24382,6559,1,1146,0,-7605.77,-554.472,-266.006,3.76752,300,15,0,3082,0,0,1), - (24383,6559,1,1146,0,-7627.95,-525.935,-269.832,3.6046,300,5,0,3082,0,0,1), - (24384,6559,1,1146,0,-7975.69,-858.103,-268.186,3.04432,300,5,0,3082,0,0,1), - (24385,6559,1,1146,0,-7924.07,-615.524,-257.685,5.56693,300,5,0,3082,0,0,1), - (24386,6559,1,1146,0,-7464.18,-519.744,-270.736,1.46394,300,15,0,3082,0,0,1), - (24387,6559,1,1146,0,-7778.58,-814.153,-272.023,0.22166,300,15,0,3082,0,0,1), - (24388,6559,1,1146,0,-7760.04,-773.77,-270.748,1.74558,300,15,0,3082,0,0,1), - (24389,6559,1,1146,0,-7013.5,-891.558,-266.468,4.66547,300,5,0,3082,0,0,1), - (24390,6559,1,1146,0,-7444.46,-879.391,-264.802,3.97108,300,5,0,3082,0,0,1), - (24391,6559,1,1146,0,-6851.43,-510.419,-272.018,3.43272,300,15,0,3082,0,0,1), - (24392,6559,1,1146,0,-7780.44,-894.546,-269.644,1.90738,300,30,0,3082,0,0,1), - (24393,6559,1,1146,0,-7114.35,-985.796,-270.784,1.51021,300,10,0,3082,0,0,1), - (24394,6559,1,1146,0,-7502.02,-693.114,-255.425,5.85446,300,5,0,3082,0,0,1), - (24395,6559,1,1146,0,-6821.84,-696.952,-271.187,1.3244,300,15,0,3082,0,0,1), - (24396,6559,1,1146,0,-7316.46,-1054.81,-272.043,1.12178,300,15,0,3082,0,0,1), - (24397,6559,1,1146,0,-7355.01,-872.679,-270.079,3.06542,300,15,0,3082,0,0,1), - (24398,6559,1,1146,0,-7191.63,-843.901,-269.792,1.00122,300,5,0,3082,0,0,1), - (24399,6559,1,1146,0,-6845.74,-854.406,-271.386,1.6792,300,5,0,3082,0,0,1), - (24400,6559,1,1146,0,-7558.38,-824.858,-268.909,3.98283,300,5,0,3082,0,0,1), - (24401,6559,1,1146,0,-7109.01,-674.911,-269.862,5.68063,300,5,0,3082,0,0,1), - (24402,6559,1,1146,0,-6490.6,-894.48,-274.189,4.89187,300,30,0,3082,0,0,1), - (24403,6559,1,1146,0,-7120.7,-926.736,-270.738,0.982798,300,30,0,3082,0,0,1), - (24404,6559,1,1146,0,-6975.52,-655.208,-270.597,5.90265,300,5,0,3082,0,0,1), - (24405,6559,1,1146,0,-6964.53,-825.368,-272.097,3.56815,300,30,0,3082,0,0,1), - (24406,6559,1,1146,0,-6991.2,-624.918,-272.097,5.2068,300,5,0,3082,0,0,1), - (24407,6559,1,1146,0,-7088.32,-414.48,-270.074,5.21096,300,5,0,3082,0,0,1), - (24408,6559,1,1146,0,-7609.63,-764.868,-264.45,1.63918,300,15,0,3082,0,0,1), - (24409,6559,1,1146,0,-7499.54,-954.384,-272.105,2.92089,300,5,0,3082,0,0,1), - (24410,6559,1,1146,0,-6667.72,-732.897,-270.65,0.21582,300,5,0,3082,0,0,1), - (24411,6559,1,1146,0,-7912.04,-872.163,-270.987,3.70686,300,30,0,3082,0,0,1), - (24412,6559,1,1146,0,-6775.74,-634.466,-271.583,1.2509,300,5,0,3082,0,0,1), - (24413,6559,1,1146,0,-7548.11,-996.472,-269.803,6.28281,300,5,0,3082,0,0,1), - (24414,9119,1,8430,0,-6204.39,-1055.46,-197.748,4.86947,300,0,0,3632,0,0,0), - (24415,6559,1,1146,0,-6952.69,-952.151,-270.252,4.08625,300,5,0,3082,0,0,1), - (24416,6559,1,1146,0,-7580.64,-811.813,-266.798,3.80405,300,5,0,3082,0,0,1), - (24417,6559,1,1146,0,-6918.64,-907.655,-270.398,5.99861,300,5,0,3082,0,0,1), - (24418,6559,1,1146,0,-7836.17,-729.456,-264.875,4.72659,300,5,0,3082,0,0,1), - (24419,6559,1,1146,0,-6746.3,-870.119,-268.669,3.02797,300,5,0,3082,0,0,1), - (24420,6559,1,1146,0,-7213.34,-1023.23,-271.661,5.04497,300,15,0,3082,0,0,1), - (24421,6559,1,1146,0,-6873.47,-743.972,-272.395,0.089953,300,15,0,3082,0,0,1), - (24422,6559,1,1146,0,-6787.71,-899.521,-270.269,2.2315,300,5,0,3082,0,0,1), - (24423,6559,1,1146,0,-7448.5,-617.345,-271.397,6.10242,300,10,0,3082,0,0,1), - (24424,6559,1,1146,0,-7052.23,-380.16,-269.545,2.10787,300,5,0,3082,0,0,1), - (24425,6560,1,0,0,-6874.85,-1459.31,-272.171,5.49764,600,0,0,9156,0,0,2), - (24426,6560,1,0,0,-7706.32,-2139.49,-268.401,5.41768,600,0,0,9156,0,0,2), - (24427,6560,1,0,0,-6925.26,-2079.8,-271.873,1.00816,600,0,0,9156,0,0,2), - (24428,6560,1,0,0,-7301.55,-2279.13,-267.213,6.10646,600,0,0,9156,0,0,2), - (24429,6560,1,0,0,-7882.65,-2083.1,-269.662,0.119557,600,0,0,9156,0,0,2), - (24430,9376,1,1204,0,-7183.41,-1294.81,-183.114,0.942478,600,0,0,8097,0,0,0), - (24431,6560,1,0,0,-6744.57,-1077.55,-268.527,1.36136,600,0,0,9156,0,0,2), - (24432,6560,1,0,0,-6891.17,-1422.5,-271.022,0.261799,600,0,0,9156,0,0,2), - (24433,6581,1,11319,0,-7593.43,-1773.54,-273.734,2.21355,7200,0,0,2880,0,0,0), - (24434,6582,1,11084,0,-8072.02,-1269.65,-330.528,2.12796,7200,0,0,3293,0,0,0), - (24435,6583,1,10932,0,-7829.1,-874.524,-265.79,1.93643,43200,0,0,13920,0,0,0), - (24436,3000,1,7218,0,-6144.07,-1098.52,-202.844,3.57792,300,0,0,2972,0,0,0), - (24437,6584,1,5305,0,-6854.36,-772.935,-270.704,5.61868,43200,5,0,61040,0,0,2), - (24438,6585,1,8129,0,-6278.97,-2000.4,-263.569,0.465925,7200,0,0,3188,0,0,0), - (24439,14527,1,14588,0,-6980.17,-742.73,-265.75,1.62075,600,0,0,9298,12170,0,0), - (24440,14528,1,855,0,-6982.42,-732.96,-265.614,1.7973,600,0,0,9298,0,0,0), - (24441,9157,1,8391,0,-6192.2,-1097.96,-214.528,2.35234,300,5,0,533,0,0,1), - (24442,9157,1,8391,0,-6206.14,-1097.53,-216.274,1.92746,300,5,0,533,0,0,1), - (24443,9157,1,8391,0,-6188.79,-1122.04,-217.777,5.42562,300,5,0,533,0,0,1), - (24444,9157,1,8391,0,-6213.03,-1061.56,-197.824,5.41052,300,0,0,533,0,0,0), - (24445,9162,1,8510,0,-6802.88,-1615.01,-271.472,0.237559,300,15,0,2672,0,0,1), - (24446,9162,1,8510,0,-6474.33,-2073.19,-268.455,0.586376,300,5,0,2672,0,0,1), - (24447,9162,1,8510,0,-6658.9,-2062.19,-269.872,5.14548,300,15,0,2672,0,0,1), - (24448,9162,1,8510,0,-6717.07,-1913.1,-272.097,1.49063,300,30,0,2672,0,0,1), - (24449,9162,1,8510,0,-6839.82,-1863.79,-271.364,5.09374,300,30,0,2672,0,0,1), - (24450,9162,1,8510,0,-6927.18,-1712.02,-272.177,1.84459,300,0,0,2672,0,0,0), - (24451,9162,1,8510,0,-6837.61,-1887.16,-271.204,2.99512,300,30,0,2672,0,0,1), - (24452,9162,1,8510,0,-6617.12,-2020.71,-271.671,4.55944,300,15,0,2672,0,0,1), - (24453,9162,1,8510,0,-6746.21,-2147.58,-271.129,0.315578,300,15,0,2672,0,0,1), - (24454,9162,1,8510,0,-6851.33,-1787.42,-273.16,4.91476,300,5,0,2672,0,0,1), - (24455,9163,1,8511,0,-7482.42,-1066.68,-272.733,1.46777,300,15,0,2980,0,0,1), - (24456,9163,1,8511,0,-7688.56,-1434.38,-266.658,0.424918,300,5,0,2980,0,0,1), - (24457,9163,1,8511,0,-7755.89,-1622.38,-271.972,5.77445,300,15,0,2980,0,0,1), - (24458,9163,1,8511,0,-7527.49,-1441.15,-271.859,3.15526,300,15,0,2980,0,0,1), - (24459,9163,1,8511,0,-7477.97,-1446.45,-269.096,0.910096,300,15,0,2980,0,0,1), - (24460,9163,1,8511,0,-7949.71,-1583.14,-274.952,0.209418,300,30,0,2980,0,0,1), - (24461,9163,1,8511,0,-7141.29,-1579.04,-271.924,1.16831,300,15,0,2980,0,0,1), - (24462,9163,1,8511,0,-7523.39,-1389.29,-269.891,4.92703,300,15,0,2980,0,0,1), - (24463,9163,1,8511,0,-7760.05,-1094.06,-269.25,2.31221,300,5,0,2980,0,0,1), - (24464,9163,1,8511,0,-7583.75,-1416.66,-269.196,2.15578,300,5,0,2980,0,0,1), - (24465,9163,1,8511,0,-7601.57,-1396.44,-263.472,1.51411,300,5,0,2980,0,0,1), - (24466,9163,1,8511,0,-7517.59,-1330.3,-270.096,3.42188,300,15,0,2980,0,0,1), - (24467,9163,1,8511,0,-7456.78,-1274.23,-268.846,5.27417,300,15,0,2980,0,0,1), - (24468,9163,1,8511,0,-7570.79,-1276.96,-264.868,5.57244,300,5,0,2980,0,0,1), - (24469,9163,1,8511,0,-7656.61,-1315.84,-271.973,1.77547,300,5,0,2980,0,0,1), - (24470,9163,1,8511,0,-7690.78,-1118.29,-271.974,1.62163,300,30,0,2980,0,0,1), - (24471,9163,1,8511,0,-7513.8,-1181.09,-270.234,1.46257,300,15,0,2980,0,0,1), - (24472,9163,1,8511,0,-7488.18,-1202.23,-265.677,2.76106,300,5,0,2980,0,0,1), - (24473,9163,1,8511,0,-7611.42,-1296.84,-271.306,4.40671,300,5,0,2980,0,0,1), - (24474,9163,1,8511,0,-7722.65,-1345.76,-271.68,3.98971,300,15,0,2980,0,0,1), - (24475,9163,1,8511,0,-7688.84,-1353.23,-270.548,1.07223,300,15,0,2980,0,0,1), - (24476,9163,1,8511,0,-7421.75,-1403.4,-270.288,4.65485,300,15,0,2980,0,0,1), - (24477,9163,1,8511,0,-7541.46,-1207.02,-271.41,1.6186,300,15,0,2980,0,0,1), - (24478,9163,1,8511,0,-7451.11,-1364.54,-268.228,5.04135,300,5,0,2980,0,0,1), - (24479,9163,1,8511,0,-7679.68,-1139.63,-272.097,4.46373,300,30,0,2980,0,0,1), - (24480,9163,1,8511,0,-7575.65,-1058.84,-266.682,3.47131,300,15,0,2980,0,0,1), - (24481,9163,1,8511,0,-6576.61,-1175.16,-261.213,4.86147,300,30,0,2980,0,0,1), - (24482,9163,1,8511,0,-7691.79,-1195.88,-270.069,1.56689,300,30,0,2980,0,0,1), - (24483,9163,1,8511,0,-6656.68,-1187.19,-271.046,6.14405,300,5,0,2980,0,0,1), - (24484,9163,1,8511,0,-7576.1,-1196.22,-268.285,4.76829,300,15,0,2980,0,0,1), - (24485,9163,1,8511,0,-7455.26,-1497.73,-271.391,1.23855,300,15,0,2980,0,0,1), - (24486,9163,1,8511,0,-7620.41,-1207.14,-264.623,1.49058,300,5,0,2980,0,0,1), - (24487,9163,1,8511,0,-7297.78,-1603.58,-271.802,4.0935,300,5,0,2980,0,0,1), - (24488,9163,1,8511,0,-7225.48,-1600.48,-263.246,0.785307,300,5,0,2980,0,0,1), - (24489,9163,1,8511,0,-7173.95,-1696.06,-271.213,3.09283,300,15,0,2980,0,0,1), - (24490,9163,1,8511,0,-7235.02,-1679.16,-270.091,-2.85243,300,10,0,2980,0,0,1), - (24491,9163,1,8511,0,-6751.86,-1419.32,-269.865,3.01996,300,30,0,2980,0,0,1), - (24492,9163,1,8511,0,-7108.35,-1624.39,-271.396,1.42951,300,15,0,2980,0,0,1), - (24493,9163,1,8511,0,-6668.46,-1484.63,-271.929,2.89093,300,5,0,2980,0,0,1), - (24494,9163,1,8511,0,-6457.48,-1345.65,-270.15,3.02209,300,30,0,2980,0,0,1), - (24495,9163,1,8511,0,-7448.97,-1313.86,-271.564,0.880892,300,15,0,2980,0,0,1), - (24496,9163,1,8511,0,-7517.37,-1717.65,-279.031,3.11245,300,5,0,2980,0,0,1), - (24497,9163,1,8511,0,-7755.32,-1548.78,-269.397,3.0888,300,15,0,2980,0,0,1), - (24498,9163,1,8511,0,-7572.34,-1554.21,-271.59,4.58126,300,15,0,2980,0,0,1), - (24499,9163,1,8511,0,-7522.75,-1641.88,-275.876,6.18934,300,15,0,2980,0,0,1), - (24500,9163,1,8511,0,-7371.15,-1633.99,-274.505,2.46685,300,15,0,2980,0,0,1), - (24501,9163,1,8511,0,-7456.13,-1713.11,-278.309,4.9389,300,15,0,2980,0,0,1), - (24502,9163,1,8511,0,-7517.25,-1549.64,-271.753,2.12654,300,15,0,2980,0,0,1), - (24503,9163,1,8511,0,-7707.38,-1578.55,-271.434,1.88452,300,30,0,2980,0,0,1), - (24504,9163,1,8511,0,-7542.35,-1475.44,-271.259,4.32954,300,15,0,2980,0,0,1), - (24505,9164,1,8512,0,-7711.78,-698.764,-258.548,5.0758,300,15,0,3293,0,0,1), - (24506,9164,1,8512,0,-7315.27,-379.207,-268.738,0.703892,300,5,0,3293,0,0,1), - (24507,9164,1,8512,0,-7842.72,-577.475,-264.039,3.17868,300,5,0,3293,0,0,1), - (24508,9164,1,8512,0,-7891.28,-634.295,-259.748,5.17604,300,15,0,3293,0,0,1), - (24509,9164,1,8512,0,-7724.45,-870.811,-270.477,0.176688,300,30,0,3293,0,0,1), - (24510,9164,1,8512,0,-7650.28,-609.474,-262.861,0.250663,300,15,0,3293,0,0,1), - (24511,9164,1,8512,0,-7474.56,-784.084,-270.463,5.87225,300,5,0,3293,0,0,1), - (24512,9164,1,8512,0,-7482.27,-916.145,-272.201,1.35517,300,5,0,3293,0,0,1), - (24513,9164,1,8512,0,-7414.67,-1020.45,-272.097,0.246664,300,15,0,3293,0,0,1), - (24514,9164,1,8512,0,-7708.86,-1015.69,-271.071,2.71901,300,5,0,3293,0,0,1), - (24515,9164,1,8512,0,-7451.05,-464.753,-271.412,0.407713,300,5,0,3293,0,0,1), - (24516,9164,1,8512,0,-7847.34,-1025.18,-268.111,4.01478,300,5,0,3293,0,0,1), - (24517,9164,1,8512,0,-7825.58,-976.437,-270.187,2.60926,300,5,0,3293,0,0,1), - (24518,9164,1,8512,0,-7780.98,-1038.37,-266.887,3.67376,300,5,0,3293,0,0,1), - (24519,9164,1,8512,0,-7968.93,-952.08,-273.968,6.1468,300,5,0,3293,0,0,1), - (24520,9164,1,8512,0,-7670.46,-756.749,-271.361,1.51381,300,15,0,3293,0,0,1), - (24521,9164,1,8512,0,-8027.05,-923.089,-270.521,0.151743,300,5,0,3293,0,0,1), - (24522,9164,1,8512,0,-7380.72,-1038.9,-271.217,2.45002,300,15,0,3293,0,0,1), - (24523,9164,1,8512,0,-7660.8,-688.064,-266.081,4.0349,300,15,0,3293,0,0,1), - (24524,9164,1,8512,0,-7638.64,-890.764,-270.6,4.99767,300,5,0,3293,0,0,1), - (24525,9164,1,8512,0,-7555.52,-729.745,-258.524,5.15667,300,5,0,3293,0,0,1), - (24526,9164,1,8512,0,-7861.51,-754.502,-268.978,0.144933,300,15,0,3293,0,0,1), - (24527,9164,1,8512,0,-7596.33,-483.108,-270.552,2.90074,300,15,0,3293,0,0,1), - (24528,9164,1,8512,0,-7671.31,-1026.38,-269.544,3.79134,300,5,0,3293,0,0,1), - (24529,9164,1,8512,0,-7125.85,-717.707,-271.891,3.06767,300,10,0,3293,0,0,1), - (24530,9164,1,8512,0,-7842.15,-908.647,-267.37,4.68593,300,5,0,3293,0,0,1), - (24531,9164,1,8512,0,-7196.04,-1035.7,-271.273,3.24097,300,15,0,3293,0,0,1), - (24532,9164,1,8512,0,-7204.91,-968.018,-271.908,1.88452,300,5,0,3293,0,0,1), - (24533,9164,1,8512,0,-7351.23,-947.729,-271.455,5.56274,300,15,0,3293,0,0,1), - (24534,9164,1,8512,0,-7383.19,-412.789,-271.212,0.801417,300,15,0,3293,0,0,1), - (24535,9164,1,8512,0,-7420.44,-449.845,-273.396,3.16144,300,15,0,3293,0,0,1), - (24536,9164,1,8512,0,-7777.22,-547.194,-266.548,0.743985,300,5,0,3293,0,0,1), - (24537,9164,1,8512,0,-6987,-979.752,-272.097,3.68471,300,30,0,3293,0,0,1), - (24538,9164,1,8512,0,-6846.96,-981.369,-269.703,0.62434,300,15,0,3293,0,0,1), - (24539,9164,1,8512,0,-7625.54,-970.518,-267.867,0.069682,300,5,0,3293,0,0,1), - (24540,9164,1,8512,0,-7618.6,-905.896,-268.348,1.61773,300,5,0,3293,0,0,1), - (24541,9164,1,8512,0,-6813.32,-945.905,-269.695,4.33007,300,5,0,3293,0,0,1), - (24542,9164,1,8512,0,-7119.09,-1050.62,-272.131,3.78651,300,15,0,3293,0,0,1), - (24543,9164,1,8512,0,-6884.84,-619.786,-268.627,1.99311,300,5,0,3293,0,0,1), - (24544,9164,1,8512,0,-7319.27,-550.324,-270.183,3.85261,300,5,0,3293,0,0,1), - (24545,9164,1,8512,0,-7048.02,-846.36,-272.097,1.0099,300,15,0,3293,0,0,1), - (24546,9164,1,8512,0,-7545.9,-583.325,-263.407,5.91321,300,15,0,3293,0,0,1), - (24547,9164,1,8512,0,-6919.68,-851.256,-272.058,3.37283,300,15,0,3293,0,0,1), - (24548,9164,1,8512,0,-7349.66,-519.037,-274.221,5.13848,300,15,0,3293,0,0,1), - (24549,9164,1,8512,0,-7518.79,-551.016,-267.26,2.38105,300,5,0,3293,0,0,1), - (24550,9164,1,8512,0,-7518.2,-619.869,-264.709,4.56137,300,5,0,3293,0,0,1), - (24551,9164,1,8512,0,-6914.47,-659.333,-267.423,4.55944,300,5,0,3293,0,0,1), - (24552,9164,1,8512,0,-6852.72,-647.674,-271.103,2.23287,300,5,0,3293,0,0,1), - (24553,9164,1,8512,0,-6712.6,-653.955,-271.477,4.20411,300,15,0,3293,0,0,1), - (24554,9164,1,8512,0,-6707.66,-710.735,-272.097,1.84253,300,15,0,3293,0,0,1), - (24555,9164,1,8512,0,-6546.51,-882.961,-272.428,0.198545,300,30,0,3293,0,0,1), - (24556,9164,1,8512,0,-6915.92,-579.414,-271.033,1.43978,300,15,0,3293,0,0,1), - (24557,9164,1,8512,0,-7078.91,-551.348,-270.001,5.694,300,30,0,3293,0,0,1), - (24558,9164,1,8512,0,-7052.83,-516.798,-274.141,4.13017,300,15,0,3293,0,0,1), - (24559,9165,1,8410,0,-7484.74,-2409.64,-192.874,5.64046,300,5,0,2578,0,0,1), - (24560,9165,1,8410,0,-7439.07,-2322.96,-224.698,6.18357,300,5,0,2578,0,0,1), - (24561,9165,1,8410,0,-7447.14,-2454.94,-198.648,1.85365,300,5,0,2578,0,0,1), - (24562,9165,1,8410,0,-7415.34,-2351.89,-226.194,5.12991,300,0,0,2578,0,0,2), - (24563,9165,1,8410,0,-7449.29,-2392.24,-212.14,0.817199,300,10,0,2578,0,0,1), - (24564,9165,1,8410,0,-7423.34,-2420.77,-214.554,1.49657,300,10,0,2578,0,0,1), - (24565,9165,1,8410,0,-6942.2,-2378.71,-206.885,0.630233,300,5,0,2578,0,0,1), - (24566,9165,1,8410,0,-6989.09,-2419.71,-216.297,4.41854,300,5,0,2578,0,0,2), - (24567,9165,1,8410,0,-6952.41,-2447.61,-200.761,2.25529,300,5,0,2578,0,0,1), - (24568,9165,1,8410,0,-6914.74,-2404.92,-194.207,1.25893,300,5,0,2578,0,0,1), - (24569,9165,1,8410,0,-6837.77,-1600.97,-271.471,4.99262,300,5,0,2578,0,0,1), - (24570,9165,1,8410,0,-6817.48,-1911.1,-271.612,3.70828,300,30,0,2578,0,0,1), - (24571,9165,1,8410,0,-6517.02,-2090.11,-268.607,5.837,300,10,0,2578,0,0,1), - (24572,9165,1,8410,0,-6952.8,-2327.14,-226.249,4.90481,300,5,0,2578,0,0,1), - (24573,9165,1,8410,0,-6977.63,-2356.07,-221.59,0.107159,300,5,0,2578,0,0,1), - (24574,9165,1,8410,0,-6492.94,-1991.94,-271.915,1.45687,300,5,0,2578,0,0,1), - (24575,9166,1,8411,0,-8121.44,-1597.7,-236.954,4.17884,300,5,0,2880,0,0,1), - (24576,9166,1,8411,0,-7470.49,-1321.9,-271.476,4.04039,300,15,0,2880,0,0,1), - (24577,9166,1,8411,0,-8246.38,-1587.95,-199.894,3.9049,300,10,0,2880,0,0,1), - (24578,9166,1,8411,0,-7600.57,-1098.95,-269.39,0.785398,300,30,0,2880,0,0,1), - (24579,9166,1,8411,0,-6217.14,-1321.41,-212.732,4.35803,300,5,0,2880,0,0,1), - (24580,9166,1,8411,0,-6250.51,-1322.73,-228.221,0.253128,300,5,0,2880,0,0,1), - (24581,9166,1,8411,0,-8086.03,-1055.79,-256.226,4.32136,300,5,0,2880,0,0,1), - (24582,9166,1,8411,0,-8190.93,-1340.17,-217.345,2.8116,300,5,0,2880,0,0,1), - (24583,9166,1,8411,0,-8121.85,-1339.78,-229.206,4.87046,300,5,0,2880,0,0,1), - (24584,9166,1,8411,0,-8252.56,-1080.36,-196.873,2.37946,300,5,0,2880,0,0,1), - (24585,9166,1,8411,0,-8179.93,-1080.86,-210.869,0.258283,300,5,0,2880,0,0,1), - (24586,9166,1,8411,0,-8197.92,-1595.99,-204.964,4.71239,300,5,0,2880,0,0,1), - (24587,9166,1,8411,0,-7688.76,-1399.76,-271.054,0.788161,300,30,0,2880,0,0,1), - (24588,9166,1,8411,0,-8149.04,-1549.86,-226.371,2.33134,300,10,0,2880,0,0,1), - (24589,9166,1,8411,0,-8115.85,-1091.26,-227.329,0.311911,300,5,0,2880,0,0,1), - (24590,9166,1,8411,0,-8212.67,-1052.97,-193.575,6.16779,300,5,0,2880,0,0,1), - (24591,9166,1,8411,0,-8153.06,-1112.49,-223.282,6.00408,300,5,0,2880,0,0,1), - (24592,9166,1,8411,0,-8216.06,-1565.78,-215.122,4.33657,300,5,0,2880,0,0,1), - (24593,9166,1,8411,0,-6190.37,-1554.33,-218.372,3.91532,300,10,0,2880,0,0,1), - (24594,9166,1,8411,0,-8220.17,-1612.75,-191.967,2.77867,300,10,0,2880,0,0,1), - (24595,9166,1,8411,0,-6254.94,-1548.7,-228.171,2.93237,300,10,0,2880,0,0,1), - (24596,9166,1,8411,0,-6273.12,-1573.65,-224.099,4.07397,300,5,0,2880,0,0,1), - (24597,9166,1,8411,0,-6183.17,-1608.99,-194.731,0.998025,300,5,0,2880,0,0,1), - (24598,9166,1,8411,0,-6219.48,-1585.05,-211.635,3.30376,300,5,0,2880,0,0,1), - (24599,9166,1,8411,0,-6148.87,-1588.31,-196.925,4.98344,300,10,0,2880,0,0,1), - (24600,9166,1,8411,0,-7518.89,-1445.49,-271.668,3.12402,300,30,0,2880,0,0,1), - (24601,9167,1,8412,0,-7715.49,-621.536,-267.905,5.90087,300,5,0,3082,0,0,1), - (24602,9167,1,8412,0,-7915.61,-682.984,-261.275,4.73165,300,10,0,3082,0,0,1), - (24603,9167,1,8412,0,-6915.33,-245.082,-188.399,2.14232,300,5,0,3082,0,0,1), - (24604,9167,1,8412,0,-6961.51,-214.183,-203.248,5.01608,300,5,0,3082,0,0,1), - (24605,9167,1,8412,0,-6979.85,-323.1,-226.108,2.41284,300,5,0,3082,0,0,1), - (24606,9167,1,8412,0,-7557.36,-445.955,-272.097,4.28668,300,10,0,3082,0,0,1), - (24607,9167,1,8412,0,-7200.63,-293.016,-220.72,3.99655,300,5,0,3082,0,0,1), - (24608,9167,1,8412,0,-6958.61,-259.25,-212.289,0.505581,300,5,0,3082,0,0,1), - (24609,9167,1,8412,0,-6971.6,-278.586,-218.333,3.05136,300,5,0,3082,0,0,1), - (24610,9167,1,8412,0,-7202.3,-323.516,-229.402,5.45913,300,5,0,3082,0,0,1), - (24611,9167,1,8412,0,-7588.17,-940.256,-266.914,6.20532,300,5,0,3082,0,0,1), - (24612,9167,1,8412,0,-7597.51,-748.891,-258.942,6.04069,300,5,0,3082,0,0,1), - (24613,9167,1,8412,0,-7465.26,-397.178,-264.229,3.97873,300,5,0,3082,0,0,1), - (24614,9167,1,8412,0,-6945.59,-858.475,-269.164,1.05383,300,5,0,3082,0,0,1), - (24615,9167,1,8412,0,-7324.13,-467.835,-272.334,5.00759,300,30,0,3082,0,0,1), - (24616,9167,1,8412,0,-7905,-809.275,-271.985,0.826624,300,5,0,3082,0,0,1), - (24617,9167,1,8412,0,-7856.01,-807.952,-272.604,5.45977,300,5,0,3082,0,0,1), - (24618,1797,0,820,0,219.528,1114.58,75.2298,0,275,3,0,296,0,0,1), - (24619,1797,0,820,0,-211.737,1093.68,60.6197,2.90514,275,5,0,296,0,0,1), - (24620,9167,1,8412,0,-7389.2,-481.419,-275.624,3.63788,300,15,0,3082,0,0,1), - (24621,9167,1,8412,0,-7014.29,-952.016,-271.635,2.74923,300,15,0,3082,0,0,1), - (24622,9167,1,8412,0,-7631.54,-643.327,-258.086,2.89,300,15,0,3082,0,0,1), - (24623,9167,1,8412,0,-7504.16,-819.969,-267.833,6.01715,300,5,0,3082,0,0,1), - (24624,9167,1,8412,0,-7394.75,-329.377,-233.01,5.57414,300,5,0,3082,0,0,1), - (24625,9167,1,8412,0,-7433.49,-278.865,-217.38,5.20403,300,5,0,3082,0,0,1), - (24626,9167,1,8412,0,-7454.46,-220.218,-200.123,4.40862,300,5,0,3082,0,0,1), - (24627,9167,1,8412,0,-7194.65,-926.827,-270.736,3.68331,300,30,0,3082,0,0,1), - (24628,9167,1,8412,0,-7721.87,-818.595,-270.795,4.0217,300,30,0,3082,0,0,1), - (24629,9167,1,8412,0,-7231,-888.95,-271.722,3.1691,300,15,0,3082,0,0,1), - (24630,9167,1,8412,0,-7444.6,-345.202,-225.704,6.02447,300,5,0,3082,0,0,1), - (24631,9167,1,8412,0,-6955.9,-1026.55,-272.091,4.59014,300,30,0,3082,0,0,1), - (24632,9167,1,8412,0,-7248.71,-988.15,-271.454,0.258914,300,30,0,3082,0,0,1), - (24633,9167,1,8412,0,-7089.09,-771.007,-271.945,4.14011,300,15,0,3082,0,0,1), - (24634,9167,1,8412,0,-7113.46,-522.287,-269.698,2.94113,300,15,0,3082,0,0,1), - (24635,9167,1,8412,0,-6873.09,-826.651,-272.255,1.78544,300,30,0,3082,0,0,1), - (24636,9167,1,8412,0,-6887,-1007.32,-271.625,0.661558,300,15,0,3082,0,0,1), - (24637,9167,1,8412,0,-7851.45,-933.974,-270.039,5.37841,300,5,0,3082,0,0,1), - (24638,9167,1,8412,0,-6849.01,-785.167,-271.412,0.585501,300,15,0,3082,0,0,1), - (24639,9167,1,8412,0,-7147.9,-945.6,-271.29,0.12075,300,30,0,3082,0,0,1), - (24640,9167,1,8412,0,-7479.22,-247.662,-192.254,1.60903,300,5,0,3082,0,0,1), - (24641,9167,1,8412,0,-6934.41,-395.949,-263.979,3.51055,300,5,0,3082,0,0,1), - (24642,9167,1,8412,0,-6881.66,-872.717,-271.104,3.07321,300,30,0,3082,0,0,1), - (24643,9167,1,8412,0,-6747.3,-1037.97,-266.427,2.62729,300,5,0,3082,0,0,1), - (24644,9167,1,8412,0,-7021.06,-817.961,-271.86,3.35916,300,30,0,3082,0,0,1), - (24645,9167,1,8412,0,-6446.62,-914.32,-275.09,0.886309,300,30,0,3082,0,0,1), - (24646,9167,1,8412,0,-6781.92,-778.683,-271.932,3.20349,300,5,0,3082,0,0,1), - (24647,9167,1,8412,0,-6667.01,-876.301,-270.828,3.30835,300,5,0,3082,0,0,1), - (24648,9167,1,8412,0,-7081.22,-949.696,-270.616,0.501217,300,30,0,3082,0,0,1), - (24649,9167,1,8412,0,-7081.08,-483.357,-273.619,0.417739,300,30,0,3082,0,0,1), - (24650,9167,1,8412,0,-6884.73,-687.308,-272.003,4.03795,300,5,0,3082,0,0,1), - (24651,9167,1,8412,0,-7021.35,-416.252,-271.191,3.16994,300,10,0,3082,0,0,1), - (24652,9167,1,8412,0,-6829.69,-611.979,-272.097,2.67738,300,5,0,3082,0,0,1), - (24653,9167,1,8412,0,-6950.69,-344.491,-227.849,1.73678,300,5,0,3082,0,0,1), - (24654,9167,1,8412,0,-7413.76,-244.617,-215.41,1.53175,300,5,0,3082,0,0,1), - (24655,9167,1,8412,0,-6655.61,-820.923,-272.005,4.09864,300,5,0,3082,0,0,1), - (24656,9167,1,8412,0,-7081.45,-621.983,-271.543,5.13481,300,30,0,3082,0,0,1), - (24657,9167,1,8412,0,-7016.81,-686.878,-270.76,5.29606,300,30,0,3082,0,0,1), - (24658,9167,1,8412,0,-6750.44,-552.544,-272.097,4.55376,300,15,0,3082,0,0,1), - (24659,9167,1,8412,0,-6714.33,-515.126,-271.374,4.88692,300,0,0,3082,0,0,0), - (24660,9167,1,8412,0,-7049.35,-654.996,-271.231,4.92698,300,30,0,3082,0,0,1), - (24661,9167,1,8412,0,-6920.09,-451.264,-271.972,3.77579,300,15,0,3082,0,0,1), - (24662,9167,1,8412,0,-7096.26,-876.231,-272.051,2.6301,300,30,0,3082,0,0,1), - (24663,10977,1,10650,0,-6197.86,-1082.17,-209.164,4.43314,300,0,0,3866,0,0,0), - (24664,9460,1,11377,0,-6110.78,-1131.31,-187.132,3.66519,300,0,0,12652,0,0,0), - (24665,9460,1,11376,0,-6104.92,-1143.57,-186.342,3.42085,300,0,0,12652,0,0,0), - (24666,5888,1,4533,0,-2882.26,-250.201,53.9893,4.46804,250,0,0,413,0,0,0), - (24667,3072,1,3797,0,-2893.72,-279.332,53.9997,1.53589,250,0,0,334,0,0,0), - (24668,3073,1,3799,0,-2926.32,-215.715,54.2598,5.16617,250,0,0,372,0,0,0), - (24669,3074,1,3798,0,-2918.75,-219.651,54.2598,4.27606,250,0,0,228,0,0,0), - (24670,7427,1,6208,0,-1382.42,-77.8471,160.602,3.29867,500,0,0,9563,0,0,0), - (24671,3075,1,3801,0,-2927.32,-223.131,54.2598,6.21337,250,0,0,413,0,0,0), - (24672,3076,1,3800,0,-2247.81,-308.157,-9.30564,2.93215,250,0,0,500,0,0,0), - (24673,3077,1,3802,0,-2280.13,-297.768,-9.2931,5.81195,250,0,0,456,0,0,0), - (24674,3078,1,3803,0,-2275.53,-289.265,-9.263,5.46288,250,0,0,546,0,0,0), - (24675,3079,1,10182,0,-2283.34,-305.997,-9.34159,6.03884,250,0,0,594,0,0,0), - (24676,3080,1,3804,0,-2284.47,-310.26,-9.34159,6.16101,250,0,0,456,0,0,0), - (24677,3081,1,3806,0,-2265.6,-324.433,-9.29644,1.8326,250,0,0,413,0,0,0), - (24678,6410,1,5372,0,-1239.84,110.585,129.74,1.8326,250,0,0,2972,0,0,0), - (24679,3083,1,2140,0,-1213.67,-107.081,162.974,1.64061,250,0,0,7543,0,0,0), - (24680,3083,1,2140,0,-1203.35,-127.214,163.882,1.64061,250,0,0,7543,0,0,0), - (24681,3083,1,2140,0,-1205.46,-107.777,162.974,1.50098,250,0,0,7543,0,0,0), - (24682,3083,1,2140,0,-1207,-19.3836,165.082,1.38605,250,5,0,7543,0,0,2), - (24683,3083,1,2140,0,-1217.52,-126.281,163.882,1.29154,250,0,0,7543,0,0,0), - (24684,3083,1,2140,0,-1233.05,-121.494,163.882,0,250,0,0,7543,0,0,0), - (24685,3084,1,9391,0,-1112.91,-11.7301,142.606,2.04204,250,0,0,5197,0,0,0), - (24686,3084,1,2141,0,-1059.92,-235.349,159.157,3.07016,250,0,0,5197,0,0,2), - (24687,3084,1,9391,0,-1234.99,-94.8753,163.526,0.436332,250,0,0,5197,0,0,0), - (24688,3084,1,2141,0,-1276.69,45.7199,129.036,0.663225,250,0,0,5197,0,0,0), - (24689,3084,1,9391,0,-1274.14,126.415,131.383,3.33557,250,0,0,5197,0,0,2), - (24690,3084,1,9392,0,-1396.6,-100.167,158.949,4.46552,250,0,0,5197,0,0,2), - (24691,3084,1,9392,0,-1055,193.03,107.73,3.59538,250,0,0,5197,0,0,0), - (24692,3084,1,9391,0,-1177.85,-89.2105,162.726,2.54818,250,0,0,5197,0,0,0), - (24693,3084,1,9392,0,-1201.92,130.753,134.866,3.7001,250,0,0,5197,0,0,0), - (24694,3084,1,2141,0,-1118.81,64.6993,141.174,4.43314,250,0,0,5197,0,0,0), - (24695,3084,1,9392,0,-981.528,224.667,135.171,0.353553,250,0,0,5197,0,0,2), - (24696,3084,1,9391,0,-1128.43,66.5794,143.343,4.38078,250,0,0,5197,0,0,0), - (24697,3084,1,9391,0,-1279.37,53.5563,129.235,0.628319,250,0,0,5197,0,0,0), - (24698,3084,1,2141,0,-1066.03,198.045,107.664,4.45059,250,0,0,5197,0,0,0), - (24699,3084,1,9392,0,-1289.02,144.418,129.776,5.06145,250,0,0,5197,0,0,0), - (24700,3084,1,9391,0,-1125.63,54.0415,142.595,4.09231,250,0,0,5197,0,0,2), - (24701,3084,1,9392,0,-1239.26,-86.0284,162.974,0.593412,250,0,0,5197,0,0,0), - (24702,3084,1,2141,0,-1286.3,97.3379,130.292,2.29054,250,0,0,5197,0,0,2), - (24703,3084,1,9391,0,-1069.23,-17.5221,140.548,2.61799,250,0,0,5197,0,0,0), - (24704,3084,1,2141,0,-1183.26,-97.2043,162.74,2.14675,250,0,0,5197,0,0,0), - (24705,3084,1,9391,0,-1103.65,-9.82644,142.362,1.85005,250,0,0,5197,0,0,0), - (24706,3084,1,9391,0,-1208.41,138.046,134.554,3.94444,250,0,0,5197,0,0,0), - (24707,5906,1,4542,0,-992.724,254.05,138.147,3.66519,250,0,0,644,0,0,0), - (24708,8722,1,7998,0,-1199.26,110.693,134.949,3.05433,250,0,0,3517,0,0,0), - (24710,3092,1,2133,0,-1158.5,63.2388,145.878,6.03884,250,0,0,1605,0,0,0), - (24711,3093,1,2129,0,-1152.76,71.4057,145.878,5.58505,250,0,0,1605,0,0,0), - (24712,3095,1,2132,0,-1161.71,70.4291,145.878,5.81195,250,0,0,1605,0,0,0), - (24713,1797,0,820,0,-278.768,1153.32,64.3192,2.88195,275,10,0,296,0,0,1), - (24714,10278,1,9742,0,-1244.25,105.084,129.087,0.506145,250,0,0,1172,0,0,0), - (24715,7975,1,7116,0,-3056.28,80.2266,80.789,4.04916,250,0,0,4356,0,0,0), - (24716,7975,1,10152,0,-3012.76,141.15,75.9447,1.16937,250,0,0,4356,0,0,0), - (24717,7975,1,7116,0,-3063.64,110.933,79.2244,0.855211,250,0,0,4356,0,0,0), - (24718,7975,1,10153,0,-3038.23,99.0721,82.289,1.18682,250,0,0,4356,0,0,0), - (24719,7975,1,10152,0,-3075.42,88.5745,79.1484,4.41568,250,0,0,4356,0,0,0), - (24720,7975,1,7116,0,-3042.35,161.392,73.8579,0.715585,250,0,0,4356,0,0,0), - (24721,11047,1,10577,0,-1089.58,29.4413,140.91,4.7822,250,0,0,1240,0,0,0), - (24722,3883,1,3812,0,-2940.84,-245.957,53.8927,5.74213,250,0,0,456,0,0,0), - (24723,11051,1,10586,0,-1158.56,54.7432,145.949,1.8675,250,0,0,1309,0,0,0), - (24724,3884,1,3807,0,-2378.96,-399.268,-3.806,2.30383,250,0,0,546,0,0,0), - (24725,5938,1,4604,0,-2350.51,-238.716,-8.30635,2.44346,250,0,0,594,0,0,0), - (24726,5939,1,4605,0,-2357.02,-356.585,-8.87365,1.15192,250,0,0,546,0,0,0), - (24727,5940,1,4608,0,-2158.6,-392.948,-2.94725,3.22886,250,0,0,372,0,0,0), - (24728,11833,1,11754,0,-1055.33,-217.408,159.03,5.79609,250,0,0,919,0,0,0), - (24729,15164,1,11686,0,-1224.26,-70.9392,161.018,4.83456,250,0,0,42,0,0,0), - (24730,2620,1,1072,0,-3316.55,-849.721,52.0066,4.69579,250,5,0,8,0,0,1), - (24731,2620,1,1072,0,-2472.44,-417.892,-3.30195,6.10892,250,5,0,8,0,0,1), - (24732,2620,1,1072,0,-1969.76,-755.7,-10.6821,0.465393,250,5,0,8,0,0,1), - (24733,2620,1,1072,0,-2994.76,230.276,87.0464,1.85161,250,5,0,8,0,0,1), - (24734,2620,1,1072,0,-2243.48,-528.786,-7.29384,4.85152,250,5,0,8,0,0,1), - (24735,2620,1,1072,0,-1475.56,23.0603,21.0637,2.69105,250,5,0,8,0,0,1), - (24736,2620,1,1072,0,-1787.45,7.7,-5.99407,3.36369,250,5,0,8,0,0,1), - (24737,2620,1,1072,0,-2371.16,-908.133,-9.29984,4.31809,250,5,0,8,0,0,1), - (24738,2620,1,1072,0,-3359.25,-520.142,68.3569,0.274814,250,5,0,8,0,0,1), - (24739,2620,1,1072,0,-2979.09,-633.616,34.0439,1.70193,250,5,0,8,0,0,1), - (24740,2620,1,1072,0,-851.353,26.5828,-6.60955,1.91356,250,30,0,8,0,0,1), - (24741,2620,1,1072,0,-2307.61,-611.413,-9.29988,0.072346,250,5,0,8,0,0,1), - (24742,2620,1,1072,0,-1818.66,-283.472,-7.96503,4.92407,250,5,0,8,0,0,1), - (24743,2620,1,1072,0,-2013.52,-275.552,-10.7691,5.72486,250,5,0,8,0,0,1), - (24744,2620,1,1072,0,-1069.98,-1015.06,14.8629,0.119527,250,30,0,8,0,0,1), - (24745,2620,1,1072,0,-1682.72,-590.021,-25.1309,0.66887,250,5,0,8,0,0,1), - (24746,2620,1,1072,0,-609.076,-593.251,-2.0242,1.4651,250,5,0,8,0,0,1), - (24747,2620,1,1072,0,-1437.6,-705.529,-54.3138,4.75737,250,5,0,8,0,0,1), - (24748,2620,1,1072,0,-1470.19,-364.364,-39.4843,1.08968,250,5,0,8,0,0,1), - (24749,2620,1,1072,0,-3435.55,-196.398,71.2015,2.60184,250,5,0,8,0,0,1), - (24750,2620,1,1072,0,-1235.17,-809.025,-30.8696,3.11035,250,30,0,8,0,0,1), - (24751,2620,1,1072,0,-3106.83,-94.3248,47.2035,5.08141,250,5,0,8,0,0,1), - (24752,10036,1,10704,0,-3100.79,-2781.4,33.7414,1.5708,360,0,0,5215,0,0,0), - (24753,2620,1,1072,0,-3018.3,-319.415,47.8805,4.70653,250,5,0,8,0,0,1), - (24754,2620,1,1072,0,-2045.71,219.464,76.8155,3.35103,250,0,0,8,0,0,0), - (24755,2620,1,1072,0,-1709.79,350.991,70.9514,2.65612,250,5,0,8,0,0,1), - (24756,2620,1,1072,0,-1858.58,186.461,40.295,3.94622,250,5,0,8,0,0,1), - (24757,2620,1,1072,0,-2367.44,-902.487,-9.28992,4.13066,250,5,0,8,0,0,1), - (24758,2620,1,1072,0,-925.329,-602.628,-56.7846,1.14385,250,5,0,8,0,0,1), - (24759,2620,1,1072,0,-1294.87,297.779,4.0341,3.53262,250,5,0,8,0,0,1), - (24760,11071,1,10614,0,-1117.91,51.0132,141.18,5.37561,250,0,0,980,0,0,0), - (24764,12354,1,11641,0,-2278.7,-401.865,-9.16808,5.81195,250,0,0,247,0,0,0), - (24765,10050,1,9269,0,-2340.11,-354.59,-8.78192,5.86431,250,0,0,1605,0,0,0), - (24766,12355,1,12246,0,-2279.87,-406.274,-8.91766,0.628319,250,0,0,247,0,0,0), - (24767,5189,1,3129,0,-1290.15,123.459,131.642,0.715585,250,0,0,1240,0,0,0), - (24768,5957,1,4665,0,-967.639,281.837,110.805,1.36136,250,0,0,2972,0,0,0), - (24769,10054,1,9272,0,-1269.08,46.0596,128.584,2.21657,250,0,0,1605,0,0,0), - (24770,11084,1,10617,0,-1146.48,74.909,145.949,3.82227,250,0,0,2100,0,0,0), - (24771,4943,1,2951,0,-1412.01,-47.0884,156.902,5.48033,250,0,0,1605,0,0,0), - (24772,6746,1,5487,0,-1300.28,38.4858,129.292,0.558505,250,0,0,1605,0,0,0), - (24773,3419,1,1814,0,-995.383,278.552,111.994,4.55531,250,0,0,1042,0,0,0), - (24774,6747,1,5486,0,-2365.37,-347.31,-8.87365,5.84685,250,0,0,1605,0,0,0), - (24775,11869,1,11803,0,-1286.47,89.4229,129.28,0.314159,500,0,0,6830,0,0,0), - (24776,12383,1,1072,0,-1252.41,-131.099,162.89,5.06996,250,0,0,42,0,0,0), - (24778,4451,1,4568,0,-1266.91,141.197,132.646,5.18363,250,0,0,1454,0,0,0), - (24779,3685,1,4300,0,-2279.8,-392.07,-9.31362,0.174533,250,0,0,2972,0,0,0), - (24780,10086,1,9337,0,-1434.44,-47.8479,156.953,5.48033,250,0,0,2471,1620,0,0), - (24781,10599,1,9936,0,-2360.29,-519.246,-9.29993,0.261799,250,0,0,413,0,0,0), - (24782,14440,1,14494,0,-1342.24,-127.792,159.692,0.140034,500,5,0,9298,0,0,2), - (24783,3688,1,4299,0,-2181.63,-402.943,-4.40449,0.10472,250,0,0,2471,1620,0,0), - (24784,10600,1,9935,0,-2333.96,-512.051,-9.29993,3.40339,250,0,0,456,0,0,0), - (24785,14441,1,14495,0,-1259.3,25.1918,128.187,5.08047,500,5,0,9298,0,0,2), - (24786,14442,1,14496,0,-1201.45,12.3486,164.711,1.4143,500,5,0,9298,0,0,2), - (24787,3690,1,4298,0,-2275.65,-399.941,-9.32096,0.645772,250,0,0,2868,100,0,0), - (24788,8554,1,1346,0,-2932.87,-1276.25,72.2877,1.76278,250,0,0,102,0,0,0), - (24789,3441,1,4520,0,-1413.06,-125.633,159.018,0.890118,250,0,0,4079,0,0,0), - (24790,4721,1,2738,0,-1207.75,-57.0394,158.601,4.74729,250,0,0,1240,0,0,0), - (24791,9076,1,8355,0,-1002.88,-291.781,159.399,2.3911,250,0,0,1240,0,0,0), - (24792,3447,1,4383,0,-1038.86,248.481,135.327,3.47321,250,0,0,1172,0,0,0), - (24793,6775,1,5506,0,-3066.02,68.8002,79.4688,4.17134,250,0,0,112,0,0,0), - (24794,10360,1,9762,0,-1382.63,-74.7637,160.602,2.80998,500,0,0,10626,8019,0,0), - (24795,6776,1,5507,0,-2351.99,-348.944,-8.87365,4.57276,250,0,0,196,0,0,0), - (24796,9087,1,8356,0,-1087.89,-225.033,159.253,0.575959,250,0,0,2016,0,0,0), - (24797,10881,1,10188,0,-1231.21,136.75,132.958,3.44483,250,5,0,112,0,0,2), - (24798,2947,1,3821,0,-2304.79,-454.809,-5.35507,1.79769,250,0,0,980,0,0,0), - (24799,2948,1,3826,0,-2341.4,-445.449,-6.4173,2.94961,250,0,0,1240,0,0,0), - (24800,2949,1,550,0,-2718.48,-384.596,-3.87965,4.03645,250,10,0,96,115,0,1), - (24801,2949,1,550,0,-2730.63,-436.236,-5.69795,4.69762,250,0,0,96,115,0,0), - (24802,2949,1,550,0,-2752.6,-436.246,-2.4458,2.56853,250,5,0,96,115,0,1), - (24803,2949,1,550,0,-2420.19,250.609,55.5407,1.48863,250,5,0,96,115,0,1), - (24804,2949,1,550,0,-2445.78,216.949,51.5054,0.359781,250,5,0,96,115,0,1), - (24805,2949,1,550,0,-2368.52,351.796,64.8289,0.00825,250,3,0,96,115,0,1), - (24806,2949,1,550,0,-2397.57,225.401,48.5924,5.77579,250,0,0,96,115,0,0), - (24807,2949,1,550,0,-2368.48,330.999,64.8289,2.8236,250,3,0,96,115,0,1), - (24808,2949,1,550,0,-2320.22,402.033,54.2591,2.56137,250,3,0,96,115,0,1), - (24809,2949,1,550,0,-2390.64,363.784,65.369,4.26429,250,3,0,96,115,0,1), - (24810,2949,1,550,0,-2402.29,347.241,65.7146,1.9042,250,3,0,96,115,0,1), - (24811,2949,1,550,0,-2360.64,366.976,64.8289,3.94176,250,5,0,96,115,0,1), - (24812,2949,1,550,0,-2381.51,213.145,48.949,2.61131,250,5,0,96,115,0,1), - (24813,2949,1,550,0,-2340.33,423.887,53.0449,2.16864,250,2,0,96,115,0,1), - (24814,2949,1,550,0,-2411.55,221.13,48.8424,5.14052,250,0,0,96,115,0,0), - (24815,2949,1,550,0,-2407.36,229.762,49.0924,0.944881,250,0,0,96,115,0,0), - (24816,2949,1,550,0,-2740.95,-778.514,-3.32387,0.569125,250,15,0,96,115,0,1), - (24817,2949,1,550,0,-2787,-751.998,6.52102,2.98479,250,5,0,96,115,0,1), - (24818,2949,1,550,0,-2743.67,-654.11,6.64304,6.1604,250,5,0,96,115,0,1), - (24819,2949,1,550,0,-2752.55,-715.901,2.8621,1.6478,250,15,0,96,115,0,1), - (24820,2949,1,550,0,-2810.68,-711.088,14.614,1.86107,250,3,0,96,115,0,1), - (24821,2949,1,550,0,-2784.29,-681.884,10.8645,4.4458,250,5,0,96,115,0,1), - (24822,2949,1,550,0,-2717.86,-480.613,0.456745,2.81552,250,5,0,96,115,0,1), - (24823,2949,1,550,0,-2711.64,-453.133,-5.3897,5.74497,250,15,0,96,115,0,1), - (24824,2949,1,550,0,-2745.59,-486.322,8.33603,5.42287,250,3,0,96,115,0,1), - (24825,2950,1,1216,0,-2750,-383.569,6.33758,0.35328,250,3,0,113,126,0,1), - (24826,2950,1,1216,0,-2782.75,-419.605,6.73342,4.88497,250,5,0,113,126,0,1), - (24827,2950,1,1216,0,-2711.52,-417.73,-6.82656,6.11502,250,15,0,113,126,0,1), - (24828,2950,1,1216,0,-2742.05,-430.429,-4.34935,0.992097,250,0,0,113,126,0,0), - (24829,2950,1,1216,0,-2784.58,-454.475,14.1033,5.5475,250,5,0,113,126,0,1), - (24830,2950,1,1216,0,-2732.34,-446.87,-4.32295,4.81739,250,5,0,113,126,0,1), - (24831,2950,1,1216,0,-2445.96,246.842,56.6754,3.99793,250,5,0,113,126,0,1), - (24832,2950,1,1216,0,-2316.51,489.109,45.794,2.01667,250,3,0,113,126,0,1), - (24833,2950,1,1216,0,-2384.81,351.924,64.8289,0.761254,250,3,0,113,126,0,2), - (24834,2950,1,1216,0,-2351.07,420.83,62.0992,2.02436,250,5,0,113,126,0,2), - (24835,2950,1,1216,0,-2329.58,422.423,50.5502,3.37766,250,5,0,113,126,0,2), - (24836,2950,1,1216,0,-2337.87,527.628,40.9719,1.23625,250,3,0,113,126,0,1), - (24837,2950,1,1216,0,-2388.27,245.457,51.2907,2.69863,250,5,0,113,126,0,1), - (24838,2950,1,1216,0,-2366.35,382.981,66.0066,1.05079,250,5,0,113,126,0,1), - (24839,2950,1,1216,0,-2351.69,495.813,44.4036,6.21177,250,3,0,113,126,0,1), - (24840,2950,1,1216,0,-2360.75,471.607,71.8855,3.01613,250,3,0,113,126,0,1), - (24841,2950,1,1216,0,-2344.25,391.185,66.2333,2.57346,250,5,0,113,126,0,1), - (24842,2950,1,1216,0,-2345.75,477.85,46.4237,1.50368,250,5,0,113,126,0,2), - (24843,2950,1,1216,0,-2732.73,-815.182,1.14692,6.04114,250,15,0,113,126,0,1), - (24844,2950,1,1216,0,-2726.63,-749.648,-5.20641,0.093,250,15,0,113,126,0,1), - (24845,2950,1,1216,0,-2811.93,-686.674,20.94,4.73387,250,5,0,113,126,0,1), - (24846,2950,1,1216,0,-2778.57,-653.7,18.6019,1.94871,250,5,0,113,126,0,1), - (24847,2950,1,1216,0,-2773.84,-690.256,6.73952,3.5708,250,0,0,113,126,0,0), - (24848,2951,1,1217,0,-2342.71,455.756,74.4501,5.59934,250,3,0,137,220,0,1), - (24849,2951,1,1217,0,-2368.56,446.682,66.8176,1.19066,250,3,0,137,220,0,1), - (24850,2951,1,1217,0,-2385.61,437.647,64.5516,3.06712,250,3,0,137,220,0,1), - (24851,2951,1,1217,0,-2379.58,459.188,76.8051,0.033947,250,5,0,137,220,0,1), - (24852,2951,1,1217,0,-2380.93,496.049,48.8857,4.39467,250,3,0,137,220,0,1), - (24853,2951,1,1217,0,-2411.31,468.462,62.2711,4.90364,250,3,0,137,220,0,1), - (24854,2951,1,1217,0,-2343.34,468.65,76.0041,0.832559,250,3,0,137,220,0,1), - (24855,2951,1,1217,0,-2346.09,496.021,44.0552,4.88824,250,3,0,137,220,0,1), - (24856,2951,1,1217,0,-2366.48,491.803,45.4279,4.05964,250,3,0,137,220,0,1), - (24857,2951,1,1217,0,-2401.77,442.99,60.9177,0.688151,250,3,0,137,220,0,1), - (24858,2951,1,1217,0,-2390.34,485.518,51.876,1.17275,250,3,0,137,220,0,1), - (24859,2951,1,1217,0,-2344.68,468.724,46.5097,0.84759,250,5,0,137,220,0,1), - (24860,2951,1,1217,0,-2775.22,-790.021,3.06628,5.29663,250,5,0,137,220,0,1), - (24861,2951,1,1217,0,-2730.96,-728.3,-2.90149,3.35391,250,15,0,137,220,0,1), - (24862,2951,1,1217,0,-2771.22,-772.981,1.84112,5.09036,250,15,0,137,220,0,1), - (24863,2951,1,1217,0,-2734.93,-744.724,-3.77842,5.21723,250,15,0,137,220,0,1), - (24864,2951,1,1217,0,-2753.45,-705.906,3.73329,1.54931,250,15,0,137,220,0,1), - (24865,2951,1,1217,0,-2787.45,-670.354,15.7395,3.1345,250,2,0,137,220,0,1), - (24866,2951,1,1217,0,-2757.4,-680.898,5.52629,2.11056,250,15,0,137,220,0,1), - (24867,14728,1,14758,0,-1147.28,67.3353,145.949,3.24631,250,0,0,2016,0,0,0), - (24868,2952,1,1967,0,-3071.31,-921.027,93.2797,2.63109,250,5,0,71,0,0,1), - (24869,2952,1,1967,0,-3072.88,-951.624,92.1692,0.814756,250,5,0,71,0,0,1), - (24870,2952,1,1967,0,-3175.6,-993.919,93.2463,0.46186,250,5,0,71,0,0,1), - (24871,2952,1,1967,0,-2952.83,-1332.39,87.4544,4.23113,250,5,0,71,0,0,2), - (24872,2952,1,1967,0,-2852.06,-1073.17,78.2892,2.56373,250,5,0,71,0,0,1), - (24873,2952,1,1967,0,-2958.9,-1115.72,57.4478,0.190504,250,5,0,71,0,0,1), - (24874,2952,1,1967,0,-2913.22,-1111.91,55.2859,4.85409,250,5,0,71,0,0,1), - (24875,2952,1,1967,0,-2836.17,-1068.33,72.6835,3.67534,250,5,0,71,0,0,1), - (24876,2952,1,1967,0,-2970.5,-1115.49,58.2956,0.299036,250,5,0,71,0,0,1), - (24877,2952,1,1967,0,-2941.61,-1329.63,87.7044,3.21972,250,3,0,71,0,0,1), - (24878,2952,1,1967,0,-2919.63,-1185.99,58.918,3.80332,250,5,0,71,0,0,1), - (24879,2952,1,1967,0,-2994.49,-1277.91,72.2655,0.160882,250,0,0,71,0,0,0), - (24880,2952,1,1967,0,-2902.62,-1072.81,56.4098,2.34856,250,5,0,71,0,0,1), - (24881,2952,1,1967,0,-2899.7,-1229.64,68.9902,2.53343,250,5,0,71,0,0,1), - (24882,2952,1,1967,0,-2908.64,-1223.84,68.2598,5.41187,250,5,0,71,0,0,1), - (24883,2952,1,1967,0,-2953.77,-998.909,54.7813,3.40339,250,0,0,71,0,0,0), - (24884,2952,1,1967,0,-2962.41,-1000.82,54.9652,0.634858,250,5,0,71,0,0,2), - (24885,2952,1,1967,0,-2948.6,-972.544,54.3508,1.2,250,5,0,71,0,0,1), - (24886,2952,1,1967,0,-2956.03,-952.207,55.7618,4.2226,250,5,0,71,0,0,1), - (24887,2952,1,1967,0,-2909.94,-1016.85,54.0414,1.01671,250,5,0,71,0,0,1), - (24888,2952,1,1967,0,-2948.75,-1038.97,56.0497,6.20661,250,5,0,71,0,0,1), - (24889,2952,1,1967,0,-3051.43,-1114.8,58.8514,3.84255,250,5,0,71,0,0,1), - (24890,2952,1,1967,0,-3001.23,-1154.33,58.3638,5.14975,250,5,0,71,0,0,1), - (24891,2952,1,1967,0,-2954.79,-1195.26,59.7234,5.29524,250,5,0,71,0,0,1), - (24892,2952,1,1967,0,-2979.95,-1257.04,72.3304,0.703766,250,5,0,71,0,0,1), - (24893,2952,1,1967,0,-2954.38,-1256.52,71.8691,1.8326,250,0,0,71,0,0,0), - (24894,2952,1,1967,0,-2937.27,-1248.28,72.1191,2.18166,250,0,0,71,0,0,0), - (24895,2952,1,1967,0,-2921.04,-1243.08,70.9869,2.2204,250,5,0,71,0,0,1), - (24896,2952,1,1967,0,-3005.55,-958.693,58.2575,0.023433,250,5,0,71,0,0,1), - (24897,2952,1,1967,0,-2995.31,-1008.85,57.1832,4.84893,250,5,0,71,0,0,1), - (24898,2952,1,1967,0,-3156.7,-1056.65,57.5013,3.5867,250,5,0,71,0,0,1), - (24899,2952,1,1967,0,-3081.25,-1085.42,76.6695,6.03766,250,5,0,71,0,0,1), - (24900,2952,1,1967,0,-3085.52,-1147.87,69.3335,4.75963,250,5,0,71,0,0,1), - (24901,2952,1,1967,0,-3135.79,-1134.47,86.0683,2.31601,250,5,0,71,0,0,1), - (24902,2952,1,1967,0,-3065.29,-1154.26,66.3851,4.59559,250,5,0,71,0,0,1), - (24903,2952,1,1967,0,-2942.75,-1296.8,72.3294,3.0056,250,5,0,71,0,0,1), - (24904,2952,1,1967,0,-3150.87,-998.06,50.9097,2.32573,250,5,0,71,0,0,2), - (24905,2952,1,1967,0,-3111.4,-1050.33,55.0647,1.56689,250,5,0,71,0,0,2), - (24906,2952,1,1967,0,-3091.17,-1041.66,49.6118,1.98597,250,5,0,71,0,0,2), - (24907,2952,1,1967,0,-3043.33,-1043.66,49.152,1.63445,250,5,0,71,0,0,1), - (24908,2952,1,1967,0,-2955.2,-1239.9,66.0281,4.94737,250,5,0,71,0,0,1), - (24909,2952,1,1967,0,-3059.21,-1129.8,61.7264,1.51432,250,5,0,71,0,0,1), - (24910,2952,1,1967,0,-3013.08,-1031.27,53.4493,4.57326,250,5,0,71,0,0,1), - (24911,2952,1,1967,0,-3177.28,-1079.17,65.2501,6.25195,250,5,0,71,0,0,1), - (24912,2952,1,1967,0,-2932.52,-1264.24,72.2712,6.01681,250,0,0,71,0,0,0), - (24913,2952,1,1967,0,-3002,-1232.86,66.1185,2.99328,250,5,0,71,0,0,1), - (24914,2952,1,1967,0,-2984.46,-1018.99,55.1832,6.01564,250,5,0,71,0,0,1), - (24915,2952,1,1967,0,-3084.17,-1019.48,52.9627,4.03749,250,5,0,71,0,0,1), - (24916,3209,1,3770,0,-2893.19,-239.584,53.6285,4.1973,250,5,0,546,0,0,2), - (24917,5769,1,4519,0,-1048.74,-303.954,159.114,1.8675,250,0,0,4079,2568,0,0), - (24918,2953,1,6090,0,-2937.74,-1347.15,87.4202,3.80482,250,0,0,69,79,0,0), - (24919,2953,1,6090,0,-2913.25,-1340.1,87.4416,3.75677,250,0,0,69,79,0,0), - (24920,2953,1,6090,0,-2964.02,-1292.03,72.3294,1.22723,250,5,0,69,79,0,1), - (24921,2953,1,6090,0,-2884.32,-1222.12,69.6136,5.02777,250,5,0,69,79,0,1), - (24922,2953,1,6090,0,-2877.66,-1115.55,88.6172,5.93008,250,5,0,69,79,0,1), - (24923,2953,1,6090,0,-2869.76,-1123.74,88.6172,3.50381,250,5,0,69,79,0,1), - (24924,2953,1,6090,0,-2877.23,-1039.16,54.2914,2.69237,250,5,0,69,79,0,1), - (24925,2953,1,6090,0,-2850.82,-1032.33,55.611,5.49779,250,5,0,69,79,0,1), - (24926,2953,1,6090,0,-2856.75,-1010.43,56.9201,2.03959,250,5,0,69,79,0,1), - (24927,2953,1,6090,0,-3110.42,-1202.75,85.4502,0.261799,250,0,0,69,79,0,0), - (24928,2953,1,6090,0,-3049.96,-1233.98,78.9175,4.02666,250,5,0,69,79,0,1), - (24929,2953,1,6090,0,-3006.67,-1230.15,66.1155,3.51775,250,5,0,69,79,0,1), - (24930,2953,1,6090,0,-2945.13,-1005,54.7598,3.22324,250,0,0,69,79,0,0), - (24931,2953,1,6090,0,-2939.67,-1277.92,72.3294,4.57769,250,5,0,69,79,0,1), - (24932,3210,1,3771,0,-2953.74,-287.969,56.5939,3.17454,250,0,0,5227,0,0,0), - (24933,3978,1,4518,0,-1176.12,157.615,134.812,3.9619,250,0,0,1605,0,0,0), - (24934,5770,1,4513,0,-1069.95,-272.894,159.114,6.21337,250,0,0,4108,0,0,0), - (24935,2954,1,6807,0,-2941.97,-1324.23,88.2044,0.510029,250,3,0,86,0,0,1), - (24936,2954,1,6807,0,-2865.85,-1110.25,88.8413,6.15656,250,5,0,86,0,0,1), - (24937,2954,1,6807,0,-3234.59,-1084.21,97.1219,5.39814,250,5,0,86,0,0,1), - (24938,2954,1,6807,0,-2880.37,-1182.2,59.883,2.64738,250,5,0,86,0,0,1), - (24939,2954,1,6807,0,-3071.44,-1226.24,86.9587,1.38106,250,5,0,86,0,0,1), - (24940,2954,1,6807,0,-2986.35,-1150.41,58.0888,6.01228,250,5,0,86,0,0,1), - (24941,2954,1,6807,0,-2917.4,-982.759,57.4232,1.88007,250,5,0,86,0,0,1), - (24942,2954,1,6807,0,-2955.21,-1023.3,55.8848,4.79702,250,5,0,86,0,0,1), - (24943,2954,1,6807,0,-3035.14,-1090.51,54.1084,3.33935,250,5,0,86,0,0,1), - (24944,2954,1,6807,0,-2964.52,-1253.78,71.2064,1.8908,250,5,0,86,0,0,1), - (24945,2954,1,6807,0,-2930.47,-1237.36,68.9084,5.3867,250,5,0,86,0,0,1), - (24946,2954,1,6807,0,-3192.94,-1086.98,69.7355,0.152946,250,3,0,86,0,0,1), - (24947,2954,1,6807,0,-2958.84,-1225.68,62.9091,3.23004,250,5,0,86,0,0,1), - (24948,2954,1,6807,0,-2982.66,-1218.76,63.4175,2.08989,250,5,0,86,0,0,1), - (24949,3211,1,3774,0,-2915.89,-315.305,57.4223,3.85904,250,0,0,4567,0,0,0), - (24950,2955,1,1219,0,-3251.1,-558.498,34.9719,1.68037,155,20,0,42,0,0,1), - (24951,2955,1,1219,0,-3227.64,-690.163,32.354,2.88662,155,20,0,42,0,0,1), - (24952,2955,1,1219,0,-3200.98,-642.526,28.9728,3.44861,155,20,0,42,0,0,1), - (24953,2955,1,1219,0,-3159.12,-722.931,23.7353,3.70143,155,20,0,42,0,0,1), - (24954,2955,1,1219,0,-3207.5,-594.921,28.754,1.28146,155,20,0,42,0,0,1), - (24955,2955,1,1219,0,-3251.77,-526.307,32.2921,0.586376,155,20,0,42,0,0,1), - (24956,2955,1,1219,0,-2859.2,-176.416,60.516,1.74174,155,20,0,42,0,0,1), - (24957,2955,1,1219,0,-2919.82,-114.985,78.8177,1.43762,155,20,0,42,0,0,1), - (24958,2955,1,1219,0,-2894.14,-154.514,69.7639,0.768825,155,20,0,42,0,0,1), - (24959,2955,1,1219,0,-3104.93,-663.428,34.8461,1.05164,155,20,0,42,0,0,1), - (24960,2955,1,1219,0,-3213.72,-550.512,25.3097,3.51158,155,20,0,42,0,0,1), - (24961,2955,1,1219,0,-3272.11,-352.249,41.0159,4.61058,155,20,0,42,0,0,1), - (24962,2955,1,1219,0,-3233.85,-378.966,27.2996,4.71239,155,20,0,42,0,0,1), - (24963,2955,1,1219,0,-3292.54,-410.129,39.689,3.23543,155,20,0,42,0,0,1), - (24964,2955,1,1219,0,-3225.99,-214.955,30.9469,6.03916,155,20,0,42,0,0,1), - (24965,2955,1,1219,0,-3282.82,-276.442,36.6822,3.48271,155,20,0,42,0,0,1), - (24966,2955,1,1219,0,-3080.39,-683.181,31.4156,3.14355,155,20,0,42,0,0,1), - (24967,2955,1,1219,0,-3076.29,-623.174,34.5767,0.371801,155,20,0,42,0,0,1), - (24968,2955,1,1219,0,-3217.87,-498.955,20.503,1.48279,155,20,0,42,0,0,1), - (24969,2955,1,1219,0,-3276.08,-448.762,33.5653,3.02813,155,20,0,42,0,0,1), - (24970,2955,1,1219,0,-2807.13,-226.916,55.5954,6.01309,155,20,0,42,0,0,1), - (24971,2955,1,1219,0,-2795.43,-341.354,55.8402,0.640347,155,20,0,42,0,0,1), - (24972,2955,1,1219,0,-2782.15,-306.569,56.8386,3.82732,155,20,0,42,0,0,1), - (24973,2955,1,1219,0,-2814.81,-260.331,55.818,5.04648,155,20,0,42,0,0,1), - (24974,2955,1,1219,0,-3185.31,-184.15,40.9962,0.117014,155,20,0,42,0,0,1), - (24975,2955,1,1219,0,-2836.29,-635.521,55.2151,5.4044,155,10,0,42,0,0,1), - (24976,3300,1,1206,0,1180.92,-4356.58,21.2963,4.20581,180,5,0,1,0,0,1), - (24977,2955,1,1219,0,-2918.04,-624.438,49.9362,0.30137,155,20,0,42,0,0,1), - (24978,2955,1,1219,0,-3191,-347.672,31.8757,0.024,155,20,0,42,0,0,1), - (24979,2955,1,1219,0,-3147.9,-223.017,41.7874,4.95525,155,20,0,42,0,0,1), - (24980,2955,1,1219,0,-3129.35,-492.163,33.3701,6.13878,155,20,0,42,0,0,1), - (24981,2955,1,1219,0,-2883.43,-583.25,54.5997,6.22796,155,20,0,42,0,0,1), - (24982,2955,1,1219,0,-3071.13,-177.093,53.6208,0.47064,155,20,0,42,0,0,1), - (24983,2955,1,1219,0,-2983.6,-552.627,39.9958,6.06854,155,20,0,42,0,0,1), - (25010,2955,1,1219,0,-3238.55,-413.41,24.2756,0.086061,155,20,0,42,0,0,1), - (25065,2955,1,1219,0,-2844.41,-620.552,55.7458,0.57264,155,20,0,42,0,0,1), - (25066,4822,48,1001,0,-443.161,130.462,-70.5796,1.8675,7200,5,0,1686,0,0,1), - (25067,4824,48,1244,0,-414.245,204.658,-53.3232,0.261799,7200,2,0,1686,0,0,1), - (25068,2955,1,1219,0,-2839.19,-599.381,57.2352,0.244979,155,20,0,42,0,0,1), - (25069,2955,1,1219,0,-3007.18,-217.667,54.5532,3.18852,155,20,0,42,0,0,1), - (25070,2955,1,1219,0,-2910.75,-553.365,47.9111,4.85687,155,20,0,42,0,0,1), - (25071,2955,1,1219,0,-2948.47,-566.307,41.6471,1.49058,155,20,0,42,0,0,1), - (25072,2955,1,1219,0,-2841.71,-341.821,53.348,5.7666,155,20,0,42,0,0,1), - (25073,2955,1,1219,0,-2863.83,-368.271,52.4643,4.20838,155,20,0,42,0,0,1), - (25074,2955,1,1219,0,-2850.37,-402.593,55.6316,5.69628,155,20,0,42,0,0,1), - (25075,2955,1,1219,0,-2885.21,-445.158,48.5461,0.638421,155,20,0,42,0,0,1), - (25076,2955,1,1219,0,-2983.34,-392.957,52.7516,4.94314,155,20,0,42,0,0,1), - (25077,2955,1,1219,0,-3107.65,-720.782,35.2652,1.35807,155,20,0,42,0,0,1), - (25078,2955,1,1219,0,-2914.13,-418.574,52.0204,1.79116,155,20,0,42,0,0,1), - (25079,2955,1,1219,0,-2890.61,-414.22,48.9172,1.35043,155,20,0,42,0,0,1), - (25080,2955,1,1219,0,-2907.85,-464.819,44.1819,5.03679,155,20,0,42,0,0,1), - (25081,2955,1,1219,0,-2863.94,-479.933,52.4656,0.576621,155,20,0,42,0,0,1), - (25082,2955,1,1219,0,-2850.92,-517.715,50.9136,5.06145,155,0,0,42,0,0,0), - (25083,2955,1,1219,0,-2813.47,-526.073,55.4682,2.16176,155,20,0,42,0,0,1), - (25084,2955,1,1219,0,-2881.56,-570.086,54.2611,4.66155,155,20,0,42,0,0,1), - (25085,2955,1,1219,0,-3114.05,-453.771,28.6673,4.86727,155,20,0,42,0,0,1), - (25086,2955,1,1219,0,-3026.64,-433.516,45.1517,3.52473,155,20,0,42,0,0,1), - (25087,2955,1,1219,0,-3201.67,-279.45,32.5149,6.10456,155,20,0,42,0,0,1), - (25088,2955,1,1219,0,-3248.42,-326.419,32.8765,0.293328,155,20,0,42,0,0,1), - (25089,2955,1,1219,0,-3275.87,-224.546,39.1517,1.99191,155,20,0,42,0,0,1), - (25090,2955,1,1219,0,-3311.14,-547.819,51.8312,0.356943,155,20,0,42,0,0,1), - (25091,2955,1,1219,0,-3285.4,-603.356,39.0473,1.49252,155,20,0,42,0,0,1), - (25092,2955,1,1219,0,-3270.2,-652.605,34.8025,6.14986,155,20,0,42,0,0,1), - (25093,2955,1,1219,0,-3316.06,-677.78,43.9938,2.98479,155,20,0,42,0,0,1), - (25094,2955,1,1219,0,-3250.75,-722.119,36.6034,6.24519,155,20,0,42,0,0,1), - (25095,2955,1,1219,0,-3203.43,-748.811,29.8339,3.00246,155,20,0,42,0,0,1), - (25096,2955,1,1219,0,-3152.37,-695.705,22.7903,5.03507,155,20,0,42,0,0,1), - (25097,2955,1,1219,0,-3117.87,-616.21,33.858,6.18233,155,20,0,42,0,0,1), - (25098,2955,1,1219,0,-3119.55,-581.385,33.864,0.009664,155,20,0,42,0,0,1), - (25099,2955,1,1219,0,-3143.27,-566.025,32.4659,2.16151,155,20,0,42,0,0,1), - (25101,2955,1,1219,0,-3130.23,-515.809,33.9632,0.066438,155,20,0,42,0,0,1), - (25102,2955,1,1219,0,-3072.59,-500.734,30.7109,4.3617,155,20,0,42,0,0,1), - (25103,2955,1,1219,0,-3025.27,-485.219,34.7532,6.25406,155,20,0,42,0,0,1), - (25104,2955,1,1219,0,-2924.48,-413.029,54.3143,5.35355,155,20,0,42,0,0,1), - (25105,2955,1,1219,0,-2939.09,-500.487,45.9334,5.26397,155,20,0,42,0,0,1), - (25106,2955,1,1219,0,-2964.7,-506.814,43.3513,0.009765,155,20,0,42,0,0,1), - (25107,2955,1,1219,0,-2979.26,-594.957,37.2569,5.89097,155,20,0,42,0,0,1), - (25108,2955,1,1219,0,-3006.91,-618.322,31.2348,6.20297,155,20,0,42,0,0,1), - (25109,2955,1,1219,0,-3058.44,-635.536,30.3453,4.2793,155,20,0,42,0,0,1), - (25110,2955,1,1219,0,-3153.38,-408.762,31.4874,0.708828,155,20,0,42,0,0,1), - (25111,2955,1,1219,0,-2999.36,-448.687,43.8473,5.34104,155,20,0,42,0,0,1), - (25112,2955,1,1219,0,-3055.16,-555.272,27.1377,3.98643,155,20,0,42,0,0,1), - (25113,2955,1,1219,0,-2982.59,-193.572,59.1098,1.54736,155,20,0,42,0,0,1), - (25114,2955,1,1219,0,-3061.93,-125.453,46.5142,0.068386,155,20,0,42,0,0,1), - (25115,2955,1,1219,0,-3091.22,-124.869,41.395,2.09734,155,20,0,42,0,0,1), - (25116,2955,1,1219,0,-3023.5,-302.426,45.9254,4.64985,155,20,0,42,0,0,1), - (25117,2955,1,1219,0,-3154.89,-285.67,39.6256,3.45271,155,20,0,42,0,0,1), - (25118,2955,1,1219,0,-3182.53,-348.504,32.0346,3.10254,155,20,0,42,0,0,1), - (25119,2955,1,1219,0,-3141.21,-244.925,40.8568,3.53465,155,20,0,42,0,0,1), - (25120,2955,1,1219,0,-3140.32,-373.38,35.979,3.44296,155,20,0,42,0,0,1), - (25121,2955,1,1219,0,-3033.38,-316.991,46.1089,0.156805,155,20,0,42,0,0,1), - (25122,2955,1,1219,0,-3079.66,-280.331,36.812,4.66396,155,20,0,42,0,0,1), - (25123,2955,1,1219,0,-3045.98,-349.31,40.1903,0.268497,155,20,0,42,0,0,1), - (25124,2955,1,1219,0,-3131.45,-322.069,40.0784,2.88123,155,20,0,42,0,0,1), - (25125,2955,1,1219,0,-3089.4,-346.682,37.2138,5.23152,155,20,0,42,0,0,1), - (25126,2955,1,1219,0,-3191.29,-316.215,35.9534,0.742379,155,20,0,42,0,0,1), - (25127,2955,1,1219,0,-3075.08,-425.632,34.2367,2.94113,155,20,0,42,0,0,1), - (25128,2955,1,1219,0,-3183.58,-218.149,40.1468,1.83758,155,20,0,42,0,0,1), - (25129,2955,1,1219,0,-2983.85,-286.65,50.992,5.33128,155,20,0,42,0,0,1), - (25130,2955,1,1219,0,-2951.82,-350.502,55.8608,5.84685,155,0,0,42,0,0,0), - (25131,2956,1,1220,0,-1352.53,-340.73,-37.9218,0.183139,250,20,0,120,0,0,1), - (25132,2956,1,1220,0,-1876.81,-951.563,34.699,1.8703,250,20,0,120,0,0,1), - (25133,2956,1,1220,0,-1537.64,-900.249,33.1375,4.19374,250,20,0,120,0,0,1), - (25134,2956,1,1220,0,-2227.16,-1007.28,0.011935,2.95497,250,20,0,120,0,0,1), - (25135,2956,1,1220,0,-2667.8,293.131,104.76,2.85257,250,20,0,120,0,0,1), - (25136,2956,1,1220,0,-2548.22,246.626,85.8245,3.46508,250,20,0,120,0,0,1), - (25137,2956,1,1220,0,-1515.97,-255.513,-11.4972,1.54346,250,20,0,120,0,0,1), - (25138,2956,1,1220,0,-3008.75,255.748,98.5325,0.072281,250,20,0,120,0,0,1), - (25139,2956,1,1220,0,-1605.61,-185.745,-7.70795,0.280982,250,20,0,120,0,0,1), - (25140,2956,1,1220,0,-2819.97,251.055,78.542,3.70229,250,20,0,120,0,0,1), - (25141,2956,1,1220,0,-2908.46,260.4,84.3924,1.87834,250,20,0,120,0,0,1), - (25142,2956,1,1220,0,-1547.85,-306.794,-33.107,4.54949,250,20,0,120,0,0,1), - (25143,2956,1,1220,0,-1646.16,-468.504,-20.8354,0.342761,250,20,0,120,0,0,1), - (25144,2956,1,1220,0,-1816.46,-647.732,-10.256,1.52582,250,20,0,120,0,0,1), - (25145,2956,1,1220,0,-1755.26,-120.234,-3.11778,4.58038,250,20,0,120,0,0,1), - (25146,2956,1,1220,0,-1535.27,-783.424,-28.6515,3.04173,250,20,0,120,0,0,1), - (25147,4979,1,2978,0,-3800.51,-4422.11,13.0896,3.19395,360,0,0,4665,0,0,0), - (25148,2956,1,1220,0,-2750.6,-122.002,-2.71007,1.18401,250,20,0,120,0,0,1), - (25149,2956,1,1220,0,-2779.8,-52.1184,0.998954,2.68406,250,20,0,120,0,0,1), - (25150,4898,1,4830,0,-3697.02,-4335.27,11.4991,3.33358,360,0,0,2192,0,0,0), - (25151,4899,1,4857,0,-3701.78,-4338.76,11.5004,1.65806,360,0,0,2192,0,0,0), - (25152,4952,1,3019,0,-3693.9,-4506.19,11.7319,6.23082,360,0,0,64,0,0,0), - (25153,4979,1,2980,0,-3994.8,-4705.09,4.38484,5.5676,360,0,0,4665,0,0,0), - (25154,4345,1,807,0,-4831.07,-3592.38,28.6058,1.01229,360,0,0,4572,0,0,0), - (25155,2956,1,1220,0,-1616.05,-751.352,-26.6389,2.39761,250,20,0,120,0,0,1), - (25156,4345,1,807,0,-4865.66,-3628.7,28.7443,4.20624,360,0,0,4572,0,0,0), - (25157,2956,1,1220,0,-2021.02,147.52,51.9551,1.28552,250,20,0,120,0,0,1), - (25158,2956,1,1220,0,-2676.22,23.2356,15.0965,4.7558,250,20,0,120,0,0,1), - (25159,4345,1,807,0,-4452.86,-3822.7,29.3225,2.36448,360,10,0,4572,0,0,1), - (25160,2956,1,1220,0,-1985.12,166.272,48.9194,4.85152,250,20,0,120,0,0,1), - (25161,2956,1,1220,0,-2064.9,209.476,77.713,2.88715,250,20,0,120,0,0,1), - (25162,2956,1,1220,0,-2374.1,117.085,45.3492,3.29336,250,20,0,120,0,0,1), - (25163,2956,1,1220,0,-2165.44,216.745,69.365,3.20218,250,20,0,120,0,0,1), - (25164,4388,1,2425,0,-4083.38,-4610.44,-41.7308,1.74626,360,10,0,1826,0,0,1), - (25165,2956,1,1220,0,-2259.2,157.188,61.3696,1.8118,250,20,0,120,0,0,1), - (25170,2956,1,1220,0,-2382.24,182.339,48.3298,1.47697,250,20,0,120,0,0,1), - (25171,4343,1,814,0,-3513.92,-2765.56,29.9323,1.83093,360,10,0,1536,0,0,1), - (25172,2956,1,1220,0,-2214.44,204.668,74.6919,1.4789,250,20,0,120,0,0,1), - (25173,2956,1,1220,0,-2086.63,34.3739,18.8187,1.7613,250,20,0,120,0,0,1), - (25174,2956,1,1220,0,-1744.57,-898.233,77.5864,6.06282,250,20,0,120,0,0,1), - (25175,2956,1,1220,0,-1842.55,-461.321,-8.39096,5.69406,250,20,0,120,0,0,1), - (25176,2956,1,1220,0,-2527.26,155.281,58.6705,1.78121,250,20,0,120,0,0,1), - (25177,2956,1,1220,0,-1672.37,-827.623,22.0241,1.6726,250,20,0,120,0,0,1), - (25178,2956,1,1220,0,-2132.56,53.0019,31.9648,3.01821,250,20,0,120,0,0,1), - (25179,2956,1,1220,0,-1322.96,317.938,3.01788,2.09648,250,20,0,120,0,0,1), - (25180,2956,1,1220,0,-2635.22,-63.9381,-4.2629,0.6607,250,20,0,120,0,0,1), - (25181,2956,1,1220,0,-2195.22,26.7337,26.7748,1.93643,250,20,0,120,0,0,1), - (25182,2956,1,1220,0,-1709.86,-759.85,0.691075,2.36172,250,20,0,120,0,0,1), - (25183,2956,1,1220,0,-1338.35,338.603,13.8356,2.37277,250,20,0,120,0,0,1), - (25184,2956,1,1220,0,-2118.7,175.969,56.0241,4.39681,250,20,0,120,0,0,1), - (25185,2956,1,1220,0,-1788.18,212.357,36.9733,5.39414,250,20,0,120,0,0,1), - (25186,2956,1,1220,0,-2710.84,-316.79,2.25782,5.8606,250,20,0,120,0,0,1), - (25187,2956,1,1220,0,-2554.08,37.247,17.3699,4.94505,250,20,0,120,0,0,1), - (25188,2956,1,1220,0,-2708.38,-270.985,4.84437,1.8499,250,20,0,120,0,0,1), - (25189,2956,1,1220,0,-1851.52,-812.745,-1.93501,0.431664,250,20,0,120,0,0,1), - (25190,2956,1,1220,0,-1670.64,-256.396,-13.9978,5.38011,250,20,0,120,0,0,1), - (25191,2956,1,1220,0,-2569.57,93.6331,42.28,0.836403,250,20,0,120,0,0,1), - (25192,2956,1,1220,0,-2544.49,11.7637,9.99825,6.19748,250,20,0,120,0,0,1), - (25193,2956,1,1220,0,-1439.91,283.226,14.8315,3.02813,250,20,0,120,0,0,1), - (25194,2956,1,1220,0,-1481.61,116.586,0.931797,4.14122,250,20,0,120,0,0,1), - (25195,2956,1,1220,0,-2548.53,-108.522,-3.55403,5.13319,250,20,0,120,0,0,1), - (25196,2956,1,1220,0,-2148.28,-1167.37,30.4433,5.32152,250,3,0,120,0,0,1), - (25197,2956,1,1220,0,-2445.21,-88,-3.24158,2.85439,250,20,0,120,0,0,1), - (25198,2956,1,1220,0,-2582.47,-150.699,-4.12167,5.52936,250,20,0,120,0,0,1), - (25199,2956,1,1220,0,-2418.39,-29.6549,-2.06925,5.43012,250,20,0,120,0,0,1), - (25200,2956,1,1220,0,-2610.9,-49.4141,-1.99231,0.204678,250,20,0,120,0,0,1), - (25201,2956,1,1220,0,-2157.03,-158.981,-9.11041,1.90737,250,20,0,120,0,0,1), - (25202,2956,1,1220,0,-2315.77,-1119.91,-7.51432,5.16354,250,20,0,120,0,0,1), - (25203,2956,1,1220,0,-2981,214.086,76.9923,2.34514,250,20,0,120,0,0,1), - (25204,2956,1,1220,0,-2221.05,-5.52162,13.7513,1.76277,250,20,0,120,0,0,1), - (25205,2956,1,1220,0,-2032.29,-31.2062,-2.65483,4.05608,250,20,0,120,0,0,1), - (25206,2956,1,1220,0,-2446.35,85.0515,32.635,5.1935,250,20,0,120,0,0,1), - (25207,2956,1,1220,0,-1577.11,221.244,-0.799335,0.117566,250,20,0,120,0,0,1), - (25208,2956,1,1220,0,-2033.25,-196.54,-9.33522,5.54688,250,20,0,120,0,0,1), - (25209,2956,1,1220,0,-1684.07,164.062,0.992815,4.76518,250,20,0,120,0,0,1), - (25210,2956,1,1220,0,-1777.19,-198.79,-9.29985,1.13766,250,20,0,120,0,0,1), - (25211,2956,1,1220,0,-2392.09,20.0011,15.6631,2.76217,250,20,0,120,0,0,1), - (25212,2956,1,1220,0,-2847.46,107.454,72.5485,5.27492,250,20,0,120,0,0,1), - (25213,2956,1,1220,0,-2676.14,-16.7724,3.37195,5.39262,250,20,0,120,0,0,1), - (25214,2956,1,1220,0,-2350,-650,-7.54984,0.766407,250,20,0,120,0,0,1), - (25215,2956,1,1220,0,-2585.76,-184.669,-5.07597,2.01668,250,20,0,120,0,0,1), - (25216,2956,1,1220,0,-2059.25,20.9133,14.6796,1.65373,250,20,0,120,0,0,1), - (25217,2956,1,1220,0,-2566.35,-530.988,-3.52096,2.29392,250,20,0,120,0,0,1), - (25218,2956,1,1220,0,-2612.61,-412.417,-6.57321,3.09606,250,20,0,120,0,0,1), - (25219,2956,1,1220,0,-2621.33,-758.521,-5.34071,2.55967,250,20,0,120,0,0,1), - (25220,2956,1,1220,0,-2383.76,-720.154,-5.71359,4.65522,250,20,0,120,0,0,1), - (25221,2956,1,1220,0,-1927.13,233.84,59.921,2.18264,250,20,0,120,0,0,1), - (25222,3212,1,3775,0,-2304.42,-358.541,-9.29993,4.0088,250,0,0,594,0,0,2), - (25223,2956,1,1220,0,-2748.02,-954.166,21.6735,4.15856,250,3,0,120,0,0,1), - (25224,2956,1,1220,0,-1615.02,246.582,7.10993,1.07223,250,20,0,120,0,0,1), - (25225,2956,1,1220,0,-2248.6,-857.28,-7.49847,3.95893,250,20,0,120,0,0,1), - (25226,2956,1,1220,0,-2614.95,-348.671,-8.1749,4.58967,250,20,0,120,0,0,1), - (25227,2956,1,1220,0,-2547.32,-475.735,-5.92679,0.919926,250,20,0,120,0,0,1), - (25228,2956,1,1220,0,-2916.35,151.109,81.1488,2.31449,250,20,0,120,0,0,1), - (25229,2956,1,1220,0,-2780,152.124,53.6048,1.15444,250,20,0,120,0,0,1), - (25230,2956,1,1220,0,-2250.99,-782.348,-3.46705,5.86239,250,20,0,120,0,0,1), - (25231,2956,1,1220,0,-2649.02,148.309,47.3755,5.75476,250,20,0,120,0,0,1), - (25232,2956,1,1220,0,-2719.5,217.22,79.5782,3.19633,250,20,0,120,0,0,1), - (25233,2956,1,1220,0,-2616.55,180.361,62.5331,4.24874,250,20,0,120,0,0,1), - (25234,2956,1,1220,0,-2317.54,-47.7322,-2.91901,2.08359,250,20,0,120,0,0,1), - (25235,2956,1,1220,0,-2579.87,-919.681,-5.38771,5.35773,250,20,0,120,0,0,1), - (25236,2956,1,1220,0,-2555.22,-936.102,-7.12971,4.45556,250,20,0,120,0,0,1), - (25237,2956,1,1220,0,-1816.76,-284.566,-8.30801,4.60215,250,20,0,120,0,0,1), - (25238,2956,1,1220,0,-2314.87,-113.409,-9.38592,6.01611,250,15,0,120,0,0,1), - (25239,2957,1,1221,0,-735.974,-504.577,-24.2672,0.7135,250,20,0,156,0,0,1), - (25240,2957,1,1221,0,-1149.02,-814.933,-27.9997,1.54736,250,20,0,156,0,0,1), - (25241,2957,1,1221,0,-947.748,-711.225,-32.2913,5.69518,250,20,0,156,0,0,1), - (25242,3213,1,3776,0,-2910.13,-185.786,59.0747,3.03543,250,0,0,3866,0,0,0), - (25243,2957,1,1221,0,-1579.38,-501.216,-43.4083,0.285279,250,20,0,156,0,0,1), - (25244,2957,1,1221,0,-655.97,-120.829,-5.05292,3.12597,250,20,0,156,0,0,1), - (25245,2957,1,1221,0,-1419.32,-523.651,-59.7341,0.019529,250,20,0,156,0,0,1), - (25246,2957,1,1221,0,-942.994,-780.385,-12.4347,1.67379,250,20,0,156,0,0,1), - (25247,2957,1,1221,0,-1229.89,-882.591,-4.88661,5.35724,250,20,0,156,0,0,1), - (25248,2957,1,1221,0,-1374.11,-331.503,-32.9141,4.60162,250,20,0,156,0,0,1), - (25249,2957,1,1221,0,-1428.12,-816.219,-11.8363,5.05883,250,20,0,156,0,0,1), - (25250,2957,1,1221,0,-1030.59,-625.379,-58.3883,5.65683,250,30,0,156,0,0,1), - (25251,2957,1,1221,0,-1387.35,-869.293,-3.13694,3.70847,250,20,0,156,0,0,1), - (25252,2957,1,1221,0,-1199.19,-384.055,-24.1729,4.27561,250,20,0,156,0,0,1), - (25253,2957,1,1221,0,-1622.63,-623.876,-39.738,3.9049,250,20,0,156,0,0,1), - (25254,2957,1,1221,0,-1124.34,-649.214,-55.5236,0.086692,250,20,0,156,0,0,1), - (25255,2957,1,1221,0,-754.368,-685.063,-15.9514,3.62707,250,20,0,156,0,0,1), - (25256,2957,1,1221,0,-990.859,-768.765,-15.918,4.2898,250,20,0,156,0,0,1), - (25257,2957,1,1221,0,-902.009,-678.023,-42.7604,6.02258,250,20,0,156,0,0,1), - (25258,2957,1,1221,0,-567.73,-210.797,28.5572,3.46767,250,20,0,156,0,0,1), - (25259,2957,1,1221,0,-573.018,6.11083,4.03131,5.50007,250,15,0,156,0,0,1), - (25260,2957,1,1221,0,-1022.68,-940.472,4.86246,4.55944,250,20,0,156,0,0,1), - (25261,2957,1,1221,0,-1450.19,-648.894,-57.0787,4.81808,250,20,0,156,0,0,1), - (25262,2957,1,1221,0,-1479.75,-648.859,-58.0621,3.26498,250,20,0,156,0,0,1), - (25263,2957,1,1221,0,-550.038,-552.555,20.3649,2.92022,250,20,0,156,0,0,1), - (25264,2957,1,1221,0,-886.789,-881.334,14.9631,2.97869,250,3,0,156,0,0,1), - (25265,2957,1,1221,0,-1137.8,-400.376,-22.3477,5.21189,250,20,0,156,0,0,1), - (25266,2957,1,1221,0,-1172.16,-1138.58,32.2667,2.77744,250,20,0,156,0,0,1), - (25267,2957,1,1221,0,-1277.17,-510.942,-59.7329,2.61944,250,30,0,156,0,0,1), - (25268,2957,1,1221,0,-1352.62,-243.776,0.908582,5.08854,250,20,0,156,0,0,1), - (25269,2957,1,1221,0,-911.126,-383.203,-31.2101,0.412075,250,20,0,156,0,0,1), - (25270,2957,1,1221,0,-884.872,-220.932,-7.99235,3.09645,250,20,0,156,0,0,1), - (25271,2957,1,1221,0,-752.517,-356.742,-25.6738,1.43166,250,20,0,156,0,0,1), - (25272,2957,1,1221,0,-1184.81,-582.884,-57.3622,2.33695,250,20,0,156,0,0,1), - (25273,2957,1,1221,0,-622.098,-199.515,1.91882,6.20297,250,20,0,156,0,0,1), - (25274,2957,1,1221,0,-1082.2,-570.169,-54.6034,4.61743,250,20,0,156,0,0,1), - (25275,2957,1,1221,0,-1385.45,-652.911,-55.0518,2.49934,250,20,0,156,0,0,1), - (25276,2957,1,1221,0,-740.782,-397.205,-24.696,5.7734,250,20,0,156,0,0,1), - (25277,2957,1,1221,0,-1287.91,-480.697,-57.5081,5.63578,250,30,0,156,0,0,1), - (25278,4343,1,814,0,-3426.89,-3241.1,35.2724,2.89709,360,10,0,1536,0,0,1), - (25279,4346,1,2700,0,-3007.22,-4140.08,24.9907,2.3304,360,10,0,1403,0,0,1), - (25280,2957,1,1221,0,-1149.11,-482.611,-46.8554,0.426951,250,20,0,156,0,0,1), - (25281,2957,1,1221,0,-617.72,-585.799,-3.64969,2.78648,250,20,0,156,0,0,1), - (25282,2957,1,1221,0,-702.751,69.0906,-14.5473,0.925342,250,20,0,156,0,0,1), - (25283,2957,1,1221,0,-779.434,127.566,-5.47177,5.51166,250,2,0,156,0,0,1), - (25284,2957,1,1221,0,-532.999,-374.383,39.972,5.16118,250,10,0,156,0,0,1), - (25285,2957,1,1221,0,-858.116,77.6387,-12.2434,2.11055,250,15,0,156,0,0,1), - (25286,2957,1,1221,0,-1227.67,-596.782,-56.2063,2.30234,250,20,0,156,0,0,1), - (25287,2957,1,1221,0,-705.726,-722.994,10.7298,1.73562,250,20,0,156,0,0,1), - (25288,2957,1,1221,0,-2109.31,-1059.93,21.7356,5.13676,250,20,0,156,0,0,1), - (25289,2957,1,1221,0,-909.76,-583.874,-51.0747,3.15331,250,20,0,156,0,0,1), - (25290,2957,1,1221,0,-979.906,-926.972,5.83319,1.74031,250,20,0,156,0,0,1), - (25291,2957,1,1221,0,-1149.8,-1069.38,14.8393,1.2367,250,20,0,156,0,0,1), - (25292,2957,1,1221,0,-1246.88,-242.3,9.54879,1.2799,250,20,0,156,0,0,1), - (25293,2957,1,1221,0,-1345.18,-723.79,-42.6737,5.76452,250,20,0,156,0,0,1), - (25294,2957,1,1221,0,-1440.93,-706.365,-54.7364,1.88884,250,20,0,156,0,0,1), - (25295,2957,1,1221,0,-1283.28,-831.279,-14.757,3.94633,250,20,0,156,0,0,1), - (25296,2957,1,1221,0,-1059.04,-992.862,10.9902,5.04279,250,20,0,156,0,0,1), - (25297,2957,1,1221,0,-1310.96,-921.242,-2.16513,4.23301,250,20,0,156,0,0,1), - (25298,2957,1,1221,0,-1196.18,-922.55,-6.08368,3.27152,250,20,0,156,0,0,1), - (25299,2957,1,1221,0,-1717.53,-583.272,-19.3508,5.50331,250,20,0,156,0,0,1), - (25300,2957,1,1221,0,-1633.56,-648.76,-36.6175,3.98364,250,20,0,156,0,0,1), - (25301,2957,1,1221,0,-666.298,-88.4229,-9.44881,3.3321,250,15,0,156,0,0,1), - (25302,2957,1,1221,0,-1185.06,-1047.41,3.40597,1.61374,250,20,0,156,0,0,1), - (25303,2957,1,1221,0,-1116.22,-749.929,-51.0941,3.86624,250,20,0,156,0,0,1), - (25304,2957,1,1221,0,-1059.83,-740.156,-37.8696,5.46189,250,20,0,156,0,0,1), - (25305,2957,1,1221,0,-1264.1,-727.996,-49.2899,3.45583,250,20,0,156,0,0,1), - (25306,2957,1,1221,0,-894.109,283.363,27.2116,1.90916,250,20,0,156,0,0,1), - (25307,2957,1,1221,0,-880.478,-578.299,-45.8219,4.34214,250,20,0,156,0,0,1), - (25308,2957,1,1221,0,-2118.63,-916.301,7.73826,4.78272,250,20,0,156,0,0,1), - (25309,2957,1,1221,0,-1117.51,-1050.39,10.6779,2.6075,250,20,0,156,0,0,1), - (25310,2957,1,1221,0,-1987.85,-48.3263,-3.94627,0.359457,250,20,0,156,0,0,1), - (25311,2957,1,1221,0,-640.328,-320.015,0.396584,1.78925,250,20,0,156,0,0,1), - (25312,2957,1,1221,0,-752.45,-545.726,-26.9532,5.36773,250,20,0,156,0,0,1), - (25313,2957,1,1221,0,-614.28,-422.959,2.58403,4.62438,250,20,0,156,0,0,1), - (25314,2957,1,1221,0,-907.626,-305.96,-21.0153,4.85954,250,20,0,156,0,0,1), - (25315,2957,1,1221,0,-824.352,-448.42,-31.7503,2.94113,250,20,0,156,0,0,1), - (25316,2957,1,1221,0,-725.77,-65.3385,-25.3455,1.0468,250,15,0,156,0,0,1), - (25317,2957,1,1221,0,-777.907,-450.617,-31.0606,6.18934,250,20,0,156,0,0,1), - (25318,4346,1,2700,0,-2489.97,-3676.15,42.0794,5.42589,360,5,0,1403,0,0,1), - (25319,2957,1,1221,0,-620.659,-383.722,2.17645,3.53262,250,20,0,156,0,0,1), - (25320,2957,1,1221,0,-1853.08,-553.833,0.15963,4.6441,250,20,0,156,0,0,1), - (25321,2957,1,1221,0,-855.969,-316.607,-21.2938,1.19219,250,20,0,156,0,0,1), - (25322,2957,1,1221,0,-1805.74,-870.468,38.9292,2.24828,250,20,0,156,0,0,1), - (25323,2957,1,1221,0,-1747.08,141.617,4.26918,1.67066,250,20,0,156,0,0,1), - (25324,2957,1,1221,0,-1635.93,83.7999,-17.6184,5.28747,250,0,0,156,0,0,0), - (25325,2957,1,1221,0,-1788.98,-320.257,-9.29986,6.1685,250,20,0,156,0,0,1), - (25326,2957,1,1221,0,-2385.42,-1249.97,-7.08757,0.739366,250,20,0,156,0,0,1), - (25327,2957,1,1221,0,-2007.14,-811.365,-8.57053,4.81492,250,20,0,156,0,0,1), - (25328,2957,1,1221,0,-920.514,83.6867,9.0189,1.59423,250,10,0,156,0,0,1), - (25329,2957,1,1221,0,-1882.62,-176.13,-7.31035,1.82688,250,20,0,156,0,0,1), - (25330,2957,1,1221,0,-915.626,16.2885,12.5186,1.87764,250,20,0,156,0,0,1), - (25331,2957,1,1221,0,-908.937,-146.662,5.07453,0.407713,250,15,0,156,0,0,1), - (25332,2957,1,1221,0,-1881.78,90.388,24.5386,1.47696,250,20,0,156,0,0,1), - (25333,2957,1,1221,0,-1782.94,-721.268,-9.23865,4.6753,250,20,0,156,0,0,1), - (25334,2957,1,1221,0,-2477.91,-1145.64,-9.29984,0.614356,250,20,0,156,0,0,1), - (25335,2957,1,1221,0,-2483.61,-1084.28,-4.84297,3.93536,250,20,0,156,0,0,1), - (25336,2957,1,1221,0,-2424.84,-1159.29,-7.13397,3.91553,250,20,0,156,0,0,1), - (25337,2957,1,1221,0,-2448.48,-1248.7,-7.35951,5.13983,250,20,0,156,0,0,1), - (25338,2957,1,1221,0,-2351.98,-1354.59,10.4324,6.05533,250,20,0,156,0,0,1), - (25339,2957,1,1221,0,-2315.77,-1457,37.8025,4.88109,250,20,0,156,0,0,1), - (25340,2957,1,1221,0,-1180.95,338.982,12.4683,1.62968,250,20,0,156,0,0,1), - (25341,2957,1,1221,0,-1524.34,-411.527,-44.5795,5.73208,250,20,0,156,0,0,1), - (25342,2957,1,1221,0,-1707.51,-388.744,-20.7691,1.78925,250,20,0,156,0,0,1), - (25343,2957,1,1221,0,-2205.21,-824.12,-7.58558,1.95493,250,20,0,156,0,0,1), - (25344,2957,1,1221,0,-1010.17,-153.575,39.0238,2.84826,250,20,0,156,0,0,1), - (25345,3214,1,3778,0,-2973.94,-222.564,52.6957,0.078998,250,0,0,3866,0,0,0), - (25346,2958,1,1100,0,-2788.87,286.723,98.8682,3.29989,250,20,0,102,0,0,1), - (25347,2958,1,1100,0,-2721.75,173.175,66.3899,1.10715,250,20,0,102,0,0,1), - (25348,2958,1,1100,0,-2615.43,251.19,82.4648,0.177151,250,20,0,102,0,0,1), - (25349,2958,1,1100,0,-2926.63,305.45,104.928,0.928076,250,20,0,102,0,0,1), - (25350,2958,1,1100,0,-2682.31,92.9707,36.5874,1.46899,250,20,0,102,0,0,1), - (25351,2958,1,1100,0,-2885.22,318.789,107.429,6.12831,250,20,0,102,0,0,1), - (25352,2958,1,1100,0,-2989.23,298.476,115.955,1.6726,250,20,0,102,0,0,1), - (25353,2958,1,1100,0,-2713.41,254.404,97.5758,3.1123,250,20,0,102,0,0,1), - (25354,2958,1,1100,0,-2112.11,247.217,82.8743,1.14078,250,3,0,102,0,0,1), - (25355,2958,1,1100,0,-2074.78,-0.562558,11.8364,0.26914,250,20,0,102,0,0,1), - (25356,2958,1,1100,0,-2878.86,283.302,90.9106,0.311862,250,20,0,102,0,0,1), - (25357,2958,1,1100,0,-2710.17,83.0727,35.0243,5.35784,250,20,0,102,0,0,1), - (25358,2958,1,1100,0,-2795.73,-105.291,7.27437,6.20297,250,3,0,102,0,0,1), - (25359,2958,1,1100,0,-2716.03,-165.105,4.85646,1.24287,250,20,0,102,0,0,1), - (25360,2958,1,1100,0,-2048.96,174.933,64.5987,1.69612,250,20,0,102,0,0,1), - (25361,2958,1,1100,0,-2479.04,123.383,43.939,4.27495,250,20,0,102,0,0,1), - (25362,2958,1,1100,0,-2106.8,86.5444,34.1429,2.52389,250,20,0,102,0,0,1), - (25363,2958,1,1100,0,-2074.12,252.714,98.74,4.85539,250,20,0,102,0,0,1), - (25364,2958,1,1100,0,-2060.59,182.195,71.5658,0.044979,250,20,0,102,0,0,1), - (25365,2958,1,1100,0,-2179.17,84.023,39.9356,1.84336,250,20,0,102,0,0,1), - (25366,2958,1,1100,0,-2263.35,86.8583,42.0195,6.00649,250,20,0,102,0,0,1), - (25367,2958,1,1100,0,-2211.05,104.396,44.7027,1.30936,250,20,0,102,0,0,1), - (25368,2958,1,1100,0,-2189.89,211.247,75.1092,5.95711,250,20,0,102,0,0,1), - (25369,2958,1,1100,0,-2247.91,195.905,69.0405,1.24287,250,20,0,102,0,0,1), - (25370,2958,1,1100,0,-2316.66,175.67,52.9471,3.01321,250,20,0,102,0,0,1), - (25371,2958,1,1100,0,-2046.6,-87.7574,-8.63331,6.21035,250,20,0,102,0,0,1), - (25372,2958,1,1100,0,-2305.68,155.181,52.9685,5.12625,250,20,0,102,0,0,1), - (25373,2958,1,1100,0,-2284.5,-8.44462,8.43318,1.72374,250,20,0,102,0,0,1), - (25374,2958,1,1100,0,-2488.34,186.139,55.2452,0.301949,250,20,0,102,0,0,1), - (25375,2958,1,1100,0,-2513.83,212.307,66.7535,3.8898,250,20,0,102,0,0,1), - (25376,2958,1,1100,0,-2682.91,-194.149,4.05871,1.21385,250,20,0,102,0,0,1), - (25377,4346,1,2700,0,-2522.65,-3736.86,55.7424,5.20108,360,0,0,1403,0,0,0), - (25378,2958,1,1100,0,-2458.78,-112.359,-5.09409,5.28891,250,20,0,102,0,0,1), - (25379,2958,1,1100,0,-2450.89,137.398,44.6795,3.99466,250,20,0,102,0,0,1), - (25380,2958,1,1100,0,-2361.17,179.111,48.7023,6.21285,250,20,0,102,0,0,1), - (25381,2958,1,1100,0,-2788.48,-17.3906,8.04639,3.14159,250,20,0,102,0,0,1), - (25382,2958,1,1100,0,-2577.55,-256.164,-9.58019,5.97142,250,20,0,102,0,0,1), - (25383,2958,1,1100,0,-2235.41,15.4524,20.0411,4.94217,250,20,0,102,0,0,1), - (25384,2958,1,1100,0,-2646.2,-310.373,-5.97216,1.17667,250,20,0,102,0,0,1), - (25385,2958,1,1100,0,-2662.95,-433.62,-9.54505,2.30314,250,20,0,102,0,0,1), - (25386,2958,1,1100,0,-2638.93,-399.318,-10.0624,1.06714,250,20,0,102,0,0,1), - (25387,2958,1,1100,0,-2684.45,-323.493,-5.53763,1.03373,250,20,0,102,0,0,1), - (25388,2958,1,1100,0,-2155.92,-117.875,-6.96869,0.182826,250,20,0,102,0,0,1), - (25389,2958,1,1100,0,-2685.68,-293.702,-0.463254,1.7992,250,20,0,102,0,0,1), - (25390,2958,1,1100,0,-2205.49,152.076,61.0732,6.2578,250,20,0,102,0,0,1), - (25391,2958,1,1100,0,-2679.82,-88.8572,-5.67145,5.15218,250,20,0,102,0,0,1), - (25392,2958,1,1100,0,-2453.36,5.54262,10.0967,3.47599,250,20,0,102,0,0,1), - (25393,2958,1,1100,0,-2472.4,45.676,19.5923,5.09471,250,20,0,102,0,0,1), - (25394,2958,1,1100,0,-2584.17,18.1941,11.8732,6.22427,250,20,0,102,0,0,1), - (25395,2958,1,1100,0,-2580.89,184.273,67.8896,4.69872,250,20,0,102,0,0,1), - (25396,2958,1,1100,0,-2652.5,107.052,42.0132,1.39986,250,20,0,102,0,0,1), - (25397,2958,1,1100,0,-2649.67,-1.2128,7.32207,1.56103,250,20,0,102,0,0,1), - (25398,2958,1,1100,0,-2390.35,91.0208,41.02,1.76155,250,20,0,102,0,0,1), - (25399,2958,1,1100,0,-2429.02,61.9411,30.3348,2.3621,250,20,0,102,0,0,1), - (25400,2958,1,1100,0,-2537.97,-50.8862,-3.83744,6.21091,250,20,0,102,0,0,1), - (25401,2958,1,1100,0,-2395.27,-46.4095,-7.6868,4.39064,250,20,0,102,0,0,1), - (25402,2958,1,1100,0,-2548.38,-43.4545,-2.87658,1.26511,250,20,0,102,0,0,1), - (25403,2958,1,1100,0,-2523.77,82.5812,31.1504,3.1084,250,20,0,102,0,0,1), - (25404,2958,1,1100,0,-2507.22,169.163,55.4974,5.32795,250,20,0,102,0,0,1), - (25405,2958,1,1100,0,-2304.71,219.181,64.0281,6.11211,250,20,0,102,0,0,1), - (25406,2958,1,1100,0,-2547.1,113.72,46.7663,4.79128,250,20,0,102,0,0,1), - (25407,2958,1,1100,0,-2615.04,30.9699,18.5221,1.6726,250,20,0,102,0,0,1), - (25408,2958,1,1100,0,-2121.84,-48.3829,5.34183,1.18149,250,20,0,102,0,0,1), - (25409,2958,1,1100,0,-1980.84,42.934,16.9276,4.76518,250,20,0,102,0,0,1), - (25410,2958,1,1100,0,-2623.36,-5.81656,7.67871,5.65901,250,20,0,102,0,0,1), - (25411,2958,1,1100,0,-2518.22,-84.4699,-6.17034,2.6454,250,20,0,102,0,0,1), - (25412,2958,1,1100,0,-2608.5,-90.1685,-5.79232,6.03133,250,20,0,102,0,0,1), - (25413,2958,1,1100,0,-2059.4,93.033,41.1153,2.91696,250,20,0,102,0,0,1), - (25414,2958,1,1100,0,-2555.52,-158.87,-3.44138,4.61536,250,20,0,102,0,0,1), - (25415,2958,1,1100,0,-2463.14,-79.5428,-3.21933,3.45531,250,20,0,102,0,0,1), - (25416,2958,1,1100,0,-2015.21,36.3462,18.3164,4.35722,250,20,0,102,0,0,1), - (25417,2958,1,1100,0,-2145.87,-18.0881,16.3239,2.15042,250,20,0,102,0,0,1), - (25418,2958,1,1100,0,-2527.43,-778.602,-3.3862,2.87612,250,20,0,102,0,0,1), - (25419,2958,1,1100,0,-2412.04,130.978,45.7991,0.258715,250,20,0,102,0,0,1), - (25420,2958,1,1100,0,-2353.37,-47.4217,-6.86706,4.44178,250,20,0,102,0,0,1), - (25421,2958,1,1100,0,-2047.95,-45.9463,-5.57471,3.82732,250,20,0,102,0,0,1), - (25422,2958,1,1100,0,-2861.89,107.627,82.009,3.53262,250,20,0,102,0,0,1), - (25423,2958,1,1100,0,-2248.25,-19.0975,11.186,1.90948,250,20,0,102,0,0,1), - (25424,2958,1,1100,0,-2808.66,43.0301,30.3549,5.6475,250,20,0,102,0,0,1), - (25425,2958,1,1100,0,-2712.59,19.7206,13.611,5.62603,250,20,0,102,0,0,1), - (25426,2958,1,1100,0,-2509.54,-511.66,-9.29987,5.64542,250,20,0,102,0,0,1), - (25427,2958,1,1100,0,-2544.44,-863.423,-7.45485,4.5702,250,20,0,102,0,0,1), - (25428,2958,1,1100,0,-2663.99,-697.249,-1.84079,3.93252,250,20,0,102,0,0,1), - (25429,2958,1,1100,0,-2614.59,-693.913,2.5016,5.21538,250,20,0,102,0,0,1), - (25430,2958,1,1100,0,-2178.85,13.3961,23.8981,4.65765,250,20,0,102,0,0,1), - (25431,2958,1,1100,0,-2485.3,-555.292,-9.29989,3.11148,250,20,0,102,0,0,1), - (25432,2958,1,1100,0,-2683.87,-795.848,-6.0108,1.51606,250,20,0,102,0,0,1), - (25433,2958,1,1100,0,-2646.47,-860.605,-7.12713,4.06883,250,20,0,102,0,0,1), - (25434,2958,1,1100,0,-2557.57,-617.249,-8.52154,2.71037,250,20,0,102,0,0,1), - (25435,2958,1,1100,0,-2453.54,-848.665,-3.80502,3.18063,250,20,0,102,0,0,1), - (25436,2958,1,1100,0,-2583.21,-450.444,-1.19729,3.89261,250,20,0,102,0,0,1), - (25437,2958,1,1100,0,-2249.06,-719.273,-4.38355,5.06784,250,20,0,102,0,0,1), - (25438,2958,1,1100,0,-2420.17,-817.775,-6.35256,3.05553,250,20,0,102,0,0,1), - (25439,2958,1,1100,0,-2710.79,-54.5769,-4.41669,5.93537,250,20,0,102,0,0,1), - (25440,2958,1,1100,0,-2942.5,248.095,84.0427,1.88266,250,20,0,102,0,0,1), - (25441,2958,1,1100,0,-2107.51,29.5948,23.4978,1.40905,250,20,0,102,0,0,1), - (25442,2958,1,1100,0,-2526.2,-844.574,-4.8192,6.00837,250,20,0,102,0,0,1), - (25443,2958,1,1100,0,-2754.17,46.6465,22.8682,4.71879,250,20,0,102,0,0,1), - (25444,2958,1,1100,0,-2880.91,252.572,79.3487,0.695448,250,20,0,102,0,0,1), - (25445,2958,1,1100,0,-2582.08,-784.149,-2.96584,1.1233,250,20,0,102,0,0,1), - (25446,2958,1,1100,0,-2751.66,182.61,68.0424,3.65431,250,20,0,102,0,0,1), - (25447,4065,0,6029,0,-9288.48,-2998.13,119.47,6.21337,300,0,0,1563,0,0,0), - (25448,2958,1,1100,0,-2849.03,153.545,64.0656,1.87036,250,20,0,102,0,0,1), - (25449,4065,0,6029,0,-9308.72,-2942.36,128.656,4.43853,300,5,0,1563,0,0,2), - (25450,2958,1,1100,0,-2279.75,104.41,45.6813,4.9408,250,20,0,102,0,0,1), - (25451,2958,1,1100,0,-2386.63,-120.229,-5.80653,3.9019,250,10,0,102,0,0,1), - (25452,2958,1,1100,0,-2785.45,218.461,76.9508,2.39042,250,20,0,102,0,0,1), - (25453,2958,1,1100,0,-2684.1,-748.769,-5.79998,2.29905,250,20,0,102,0,0,1), - (25454,2958,1,1100,0,-2683.57,183.236,57.8351,3.70055,250,20,0,102,0,0,1), - (25455,2958,1,1100,0,-2514.22,-391.397,-5.92157,3.30123,250,20,0,102,0,0,1), - (25456,2958,1,1100,0,-2583.18,-586.091,-6.87236,1.73614,250,20,0,102,0,0,1), - (25457,2958,1,1100,0,-2751.65,247.034,98.5939,3.92699,250,20,0,102,0,0,1), - (25458,2958,1,1100,0,-2303.55,-742.134,-8.5681,1.0153,250,20,0,102,0,0,1), - (25459,2958,1,1100,0,-2654.49,-582.311,-1.53535,3.21582,250,20,0,102,0,0,1), - (25460,2958,1,1100,0,-2614.76,-550.622,-7.02309,5.85203,250,20,0,102,0,0,1), - (25461,4374,1,2423,0,-2704.86,-4641.92,-14.1115,0.801498,1200,10,0,8883,0,0,1), - (25462,2958,1,1100,0,-2346.98,-83.7509,-9.16019,5.6253,250,20,0,102,0,0,1), - (25463,2958,1,1100,0,-2649.93,214.503,61.3367,4.6557,250,20,0,102,0,0,1), - (25464,2958,1,1100,0,-2150.36,118.163,42.1278,2.96873,250,20,0,102,0,0,1), - (25465,2958,1,1100,0,-2850.17,214.116,64.798,4.4414,250,20,0,102,0,0,1), - (25466,2958,1,1100,0,-2583.83,147.852,61.054,3.77025,250,20,0,102,0,0,1), - (25467,2958,1,1100,0,-2180.95,-120.774,-5.6486,4.66155,250,20,0,102,0,0,1), - (25468,3215,1,3777,0,-2219.97,-444.775,-7.97688,3.54781,250,0,0,594,0,0,0), - (25469,2959,1,643,0,-2708.17,-989.189,13.6916,4.92471,250,3,0,137,0,0,1), - (25470,2959,1,643,0,-2096.33,-1188.19,40.2061,5.38358,250,3,0,137,0,0,1), - (25471,2959,1,643,0,-1488.94,-275.524,-17.0156,2.08946,250,20,0,137,0,0,1), - (25472,2959,1,643,0,-1441.33,-583.471,-58.3986,4.54949,250,20,0,137,0,0,1), - (25473,2959,1,643,0,-2685.63,-918.528,-6.00832,3.17868,250,20,0,137,0,0,1), - (25474,2959,1,643,0,-2774.62,-921.644,11.7323,3.06736,250,3,0,137,0,0,1), - (25475,2959,1,643,0,-2018.65,223.556,78.5514,2.17181,250,20,0,137,0,0,1), - (25476,2959,1,643,0,-2531.23,-1017.27,-5.90978,6.08847,250,20,0,137,0,0,1), - (25477,2959,1,643,0,-1801.13,-932.807,53.861,0.743985,250,20,0,137,0,0,1), - (25478,2959,1,643,0,-2157.43,-971.162,15.948,1.62749,250,20,0,137,0,0,1), - (25479,2959,1,643,0,-1795.4,-887.136,48.4634,5.42313,250,20,0,137,0,0,1), - (25480,2959,1,643,0,-1816,-564.463,-5.76179,4.77382,250,20,0,137,0,0,1), - (25481,2959,1,643,0,-1740.22,-938.585,88.7834,5.87111,250,20,0,137,0,0,1), - (25482,2959,1,643,0,-1790.98,-780.179,1.22009,1.92408,250,20,0,137,0,0,1), - (25483,2959,1,643,0,-1863.37,-912.855,27.2488,2.75492,250,20,0,137,0,0,1), - (25484,2959,1,643,0,-1852.75,-885.854,27.9365,2.00648,250,20,0,137,0,0,1), - (25485,2959,1,643,0,-1753.26,-655.328,-13.158,2.5929,250,20,0,137,0,0,1), - (25486,2959,1,643,0,-1604.43,-596.665,-45.3508,3.47208,250,20,0,137,0,0,1), - (25487,2959,1,643,0,-2609.96,-925.256,-5.92591,1.37007,250,20,0,137,0,0,1), - (25488,2959,1,643,0,-1661.2,-716.037,-15.8035,3.10255,250,20,0,137,0,0,1), - (25489,2959,1,643,0,-1643.77,78.3912,-15.6088,5.59594,250,0,0,137,0,0,0), - (25490,2959,1,643,0,-1628.89,47.7682,-12.5939,4.01238,250,20,0,137,0,0,1), - (25491,2959,1,643,0,-2011.54,-940.319,8.05935,1.72155,250,20,0,137,0,0,1), - (25492,2959,1,643,0,-1499.54,264.152,9.46844,1.79349,250,20,0,137,0,0,1), - (25493,2959,1,643,0,-2441.85,-1058.11,-9.04986,5.90477,250,20,0,137,0,0,1), - (25494,2959,1,643,0,-1485.13,119.767,0.11261,-1.01277,250,0,0,137,0,0,0), - (25495,2959,1,643,0,-1829.83,-1001.35,90.2895,1.31208,250,20,0,137,0,0,1), - (25496,2959,1,643,0,-1549.23,-751.333,-31.7084,1.87748,250,20,0,137,0,0,1), - (25497,2959,1,643,0,-1922.13,-799.662,-5.37928,1.53566,250,20,0,137,0,0,1), - (25498,2959,1,643,0,-1901.66,-898.914,11.4123,2.34514,250,20,0,137,0,0,1), - (25499,2959,1,643,0,-2592.91,-1092.04,-4.88079,3.01433,250,20,0,137,0,0,1), - (25500,2959,1,643,0,-1814.6,184.228,31.3838,4.87361,250,20,0,137,0,0,1), - (25501,2959,1,643,0,-1984.57,228.378,76.0306,4.4679,250,20,0,137,0,0,1), - (25502,2959,1,643,0,-1820.98,-826.293,15.0287,4.71825,250,20,0,137,0,0,1), - (25503,2959,1,643,0,-1890.24,-909.196,14.753,2.38381,250,20,0,137,0,0,1), - (25504,2959,1,643,0,-1571.22,-79.0938,15.5279,3.38847,250,20,0,137,0,0,1), - (25505,2959,1,643,0,-1780.65,-819.429,19.5019,1.87217,250,20,0,137,0,0,1), - (25506,2959,1,643,0,-2079.14,-973.847,16.7577,0.64276,250,20,0,137,0,0,1), - (25507,2959,1,643,0,-2086.56,-152.734,-8.66052,2.18586,250,20,0,137,0,0,1), - (25508,2959,1,643,0,-2055.26,-94.5933,-7.26323,2.7302,250,20,0,137,0,0,1), - (25509,2959,1,643,0,-1336.53,290.929,0.670999,0.514304,250,20,0,137,0,0,1), - (25510,2959,1,643,0,-2192.51,-1082.7,3.38001,0.846338,250,20,0,137,0,0,1), - (25511,2959,1,643,0,-1337.53,-452.992,-54.6947,5.17774,250,30,0,137,0,0,1), - (25512,2959,1,643,0,-2042.63,231.264,86.3051,3.74882,250,20,0,137,0,0,1), - (25513,2959,1,643,0,-1745.82,249.23,38.723,1.1736,250,20,0,137,0,0,1), - (25514,2959,1,643,0,-1814.95,-700.989,-9.48193,4.57364,250,20,0,137,0,0,1), - (25515,2959,1,643,0,-1389.34,-387.702,-44.9732,4.05338,250,20,0,137,0,0,1), - (25516,2959,1,643,0,-2548.86,-1081.21,-6.30549,3.71992,250,20,0,137,0,0,1), - (25517,2959,1,643,0,-1687.73,-732.952,-9.39134,1.3244,250,20,0,137,0,0,1), - (25518,2959,1,643,0,-1731.32,-745.894,-8.38969,2.84022,250,20,0,137,0,0,1), - (25519,2959,1,643,0,-2485.35,-979.271,-7.56367,0.162876,250,20,0,137,0,0,1), - (25520,2959,1,643,0,-1256.98,314.35,3.80694,5.61546,250,20,0,137,0,0,1), - (25521,2959,1,643,0,-1535.57,-531.514,-54.4624,2.36172,250,20,0,137,0,0,1), - (25522,2959,1,643,0,-1685.8,-109.281,-5.88784,2.44693,250,20,0,137,0,0,1), - (25523,2959,1,643,0,-2171.86,-1048.15,8.19739,6.08464,250,20,0,137,0,0,1), - (25524,2959,1,643,0,-1779.27,-62.4179,-6.91418,5.61606,250,20,0,137,0,0,1), - (25525,2959,1,643,0,-1723.78,17.5085,-6.2084,2.88096,250,20,0,137,0,0,1), - (25526,2959,1,643,0,-2714.31,-855.858,-2.07245,3.10645,250,20,0,137,0,0,1), - (25527,2959,1,643,0,-1569.05,-365.135,-39.5006,5.54616,250,20,0,137,0,0,1), - (25528,2959,1,643,0,-1753.29,-516.806,-8.56297,3.11426,250,20,0,137,0,0,1), - (25529,2959,1,643,0,-1917.67,-517.851,-9.38041,1.89146,250,20,0,137,0,0,1), - (25530,2959,1,643,0,-1916.08,-592.416,-3.51804,4.97488,250,20,0,137,0,0,1), - (25531,2959,1,643,0,-1858.7,-618.48,-4.25649,3.21777,250,20,0,137,0,0,1), - (25532,2959,1,643,0,-1636.1,-89.4105,-9.00697,2.56497,250,20,0,137,0,0,1), - (25533,2959,1,643,0,-1814.17,-646.506,-10.6002,6.10155,250,20,0,137,0,0,1), - (25534,2959,1,643,0,-1638.86,-493.693,-23.8618,2.31621,250,20,0,137,0,0,1), - (25535,2959,1,643,0,-1716.69,-418.599,-14.1594,3.79517,250,20,0,137,0,0,1), - (25536,2959,1,643,0,-2285.44,-1079.68,-5.25999,6.18733,250,20,0,137,0,0,1), - (25537,2959,1,643,0,-1644.29,-617.352,-34.5715,4.44869,250,20,0,137,0,0,1), - (25538,2959,1,643,0,-1794.31,-654.694,-12.9487,2.93309,250,20,0,137,0,0,1), - (25539,2959,1,643,0,-1750.28,-470.213,-11.5843,2.6964,250,20,0,137,0,0,1), - (25540,2959,1,643,0,-1701.99,-117.123,-5.94302,3.16307,250,20,0,137,0,0,1), - (25541,11407,1,11054,0,-2287.56,-364.388,-9.34159,3.7001,250,0,0,1605,2175,0,0), - (25542,2959,1,643,0,-2518.56,-890.712,-7.42925,4.45367,250,20,0,137,0,0,1), - (25543,2959,1,643,0,-1641.17,-546.911,-32.0065,0.005859,250,20,0,137,0,0,1), - (25544,2959,1,643,0,-1513.03,-486.791,-52.7734,1.69224,250,20,0,137,0,0,1), - (25545,2959,1,643,0,-1411.58,-282.708,-12.9974,1.53566,250,20,0,137,0,0,1), - (25546,2959,1,643,0,-2574.2,-982.439,-1.8968,3.26885,250,20,0,137,0,0,1), - (25547,2959,1,643,0,-1868.69,-570.264,-0.09172,5.61822,250,20,0,137,0,0,1), - (25548,2959,1,643,0,-1566.81,-448.655,-42.0254,3.13378,250,20,0,137,0,0,1), - (25549,2959,1,643,0,-2058.04,-974.104,11.2353,2.8559,250,20,0,137,0,0,1), - (25550,2959,1,643,0,-1484.48,-349.236,-38.3408,4.62827,250,20,0,137,0,0,1), - (25551,2959,1,643,0,-2260.24,-910.657,-7.72422,1.41175,250,20,0,137,0,0,1), - (25552,2959,1,643,0,-1445.44,-292.573,-18.8739,1.65686,250,20,0,137,0,0,1), - (25553,2959,1,643,0,-2306.47,-1047.11,-8.42741,2.01522,250,20,0,137,0,0,1), - (25554,2959,1,643,0,-1787,-750.551,-5.52001,0.151015,250,20,0,137,0,0,1), - (25555,2959,1,643,0,-1913,-172.891,-4.03351,4.90706,250,20,0,137,0,0,1), - (25556,2959,1,643,0,-2386.48,-1052.22,-7.97231,4.35912,250,20,0,137,0,0,1), - (25557,2959,1,643,0,-1950.9,-482.575,-7.88642,4.5157,250,20,0,137,0,0,1), - (25558,2959,1,643,0,-1953.47,-264.023,-5.19295,5.77495,250,20,0,137,0,0,1), - (25559,2959,1,643,0,-1816.85,-716.717,-9.38954,0.794892,250,20,0,137,0,0,1), - (25560,2959,1,643,0,-1693.83,-149.862,-4.90439,3.18657,250,20,0,137,0,0,1), - (25561,2959,1,643,0,-1974.63,-13.8104,-1.41707,6.27733,250,20,0,137,0,0,1), - (25562,2959,1,643,0,-2352.37,-1067.36,-5.92012,4.59094,250,20,0,137,0,0,1), - (25563,2959,1,643,0,-1913.68,-342.929,-4.54522,4.3457,250,20,0,137,0,0,1), - (25564,2959,1,643,0,-1868.61,-179.822,-9.37129,0.472381,250,20,0,137,0,0,1), - (25565,2959,1,643,0,-2040.54,-908.111,-3.56893,1.99597,250,20,0,137,0,0,1), - (25566,2959,1,643,0,-1908.11,-241.052,-8.08322,3.9928,250,20,0,137,0,0,1), - (25567,2959,1,643,0,-1752.35,-614.869,-10.6327,1.15939,250,20,0,137,0,0,1), - (25568,2959,1,643,0,-1752.19,-119.372,-3.29479,1.50826,250,20,0,137,0,0,1), - (25569,2959,1,643,0,-2413.97,-962.107,-7.41506,5.44509,250,20,0,137,0,0,1), - (25570,2959,1,643,0,-1849.28,-117.679,-8.92492,1.91426,250,20,0,137,0,0,1), - (25571,2959,1,643,0,-1993.23,-786.854,-8.99112,3.01429,250,20,0,137,0,0,1), - (25572,2959,1,643,0,-1136.22,244.514,40.7097,4.97453,250,20,0,137,0,0,1), - (25573,2959,1,643,0,-2020.1,-101.719,-7.76045,4.46254,250,20,0,137,0,0,1), - (25574,2959,1,643,0,-1998.68,-151.516,-6.36534,3.21986,250,20,0,137,0,0,1), - (25575,2959,1,643,0,-1422.84,-322.218,-30.8058,1.51021,250,20,0,137,0,0,1), - (25576,2959,1,643,0,-2312.58,-848.856,-3.83191,3.87018,250,20,0,137,0,0,1), - (25577,2959,1,643,0,-1786.24,-580.859,-3.95781,2.68378,250,20,0,137,0,0,1), - (25578,2959,1,643,0,-1222.49,283.408,20.9599,6.2578,250,20,0,137,0,0,1), - (25579,2959,1,643,0,-2646.89,-1126.86,-3.33536,4.79457,250,20,0,137,0,0,1), - (25580,2959,1,643,0,-1649.3,-95.2698,-10.0366,5.47569,250,20,0,137,0,0,1), - (25581,2959,1,643,0,-1717.99,-55.0164,-2.69105,5.12883,250,20,0,137,0,0,1), - (25582,2959,1,643,0,-1911.63,-413.208,-2.39092,5.075,250,20,0,137,0,0,1), - (25583,2959,1,643,0,-2189.35,-890.243,-4.97208,4.60087,250,20,0,137,0,0,1), - (25584,2959,1,643,0,-2184.68,-828.666,-6.31416,1.3078,250,20,0,137,0,0,1), - (25585,2959,1,643,0,-1883.85,-354.384,-8.32981,4.13146,250,20,0,137,0,0,1), - (25586,2959,1,643,0,-2279.18,-873.237,-5.34177,0.284714,250,20,0,137,0,0,1), - (25587,2959,1,643,0,-1948.68,-346.423,-3.54487,1.57107,250,20,0,137,0,0,1), - (25588,2959,1,643,0,-1125.4,241.562,42.7905,4.92682,250,20,0,137,0,0,1), - (25589,2959,1,643,0,-1891.81,-147.834,-4.2806,3.19998,250,20,0,137,0,0,1), - (25590,2959,1,643,0,-1886.31,-485.255,-7.72352,1.83059,250,20,0,137,0,0,1), - (25591,2959,1,643,0,-1879.84,-405.755,-6.71257,4.78763,250,20,0,137,0,0,1), - (25592,2959,1,643,0,-1641.81,-281.973,-26.6071,0.321077,250,20,0,137,0,0,1), - (25593,2959,1,643,0,-1653.52,17.382,-10.1895,0.060144,250,20,0,137,0,0,1), - (25594,2959,1,643,0,-2254.45,-817.807,-4.69807,0.276945,250,20,0,137,0,0,1), - (25595,2959,1,643,0,-1585.66,-252.808,-15.0252,3.6542,250,20,0,137,0,0,1), - (25596,2959,1,643,0,-1957.81,-82.124,-2.03544,1.5708,250,20,0,137,0,0,1), - (25597,2959,1,643,0,-1816.08,-350.296,-6.93755,2.60054,250,0,0,137,0,0,0), - (25598,2959,1,643,0,-1614.88,-419.704,-34.2636,5.20051,250,20,0,137,0,0,1), - (25599,2959,1,643,0,-1715.53,-183.788,-9.29984,0.307017,250,20,0,137,0,0,1), - (25600,2959,1,643,0,-1646.59,-253.455,-23.0024,5.19788,250,20,0,137,0,0,1), - (25601,2959,1,643,0,-1984.44,-385.425,-3.79277,3.88409,250,20,0,137,0,0,1), - (25602,2959,1,643,0,-1819.83,-81.297,-8.96373,2.59983,250,20,0,137,0,0,1), - (25603,2959,1,643,0,-1680.72,-216.185,-10.399,6.22064,250,20,0,137,0,0,1), - (25604,2959,1,643,0,-2413.32,-880.573,-4.32329,1.00794,250,20,0,137,0,0,1), - (25605,2959,1,643,0,-1415.8,205.122,-1.2858,1.45129,250,20,0,137,0,0,1), - (25606,2959,1,643,0,-1387.29,218.133,4.76236,3.39604,250,20,0,137,0,0,1), - (25607,2959,1,643,0,-1449.21,148.675,-6.71162,2.96706,250,0,0,137,0,0,0), - (25608,2959,1,643,0,-1516.6,213.512,-3.45096,2.25148,250,0,0,137,0,0,0), - (25609,2959,1,643,0,-1500.97,139.655,-4.02629,3.79506,250,20,0,137,0,0,1), - (25610,2960,1,161,0,-1223.77,-1086.5,21.008,3.64071,250,20,0,176,0,0,1), - (25611,2960,1,161,0,-1185.35,-324.463,-1.91712,2.87294,250,20,0,176,0,0,1), - (25612,2960,1,161,0,-1246.66,-869.146,-6.10432,3.27686,250,20,0,176,0,0,1), - (25613,2960,1,161,0,-1231.35,-310.525,-15.3676,2.96296,250,20,0,176,0,0,1), - (25614,2960,1,161,0,-1434.62,-731.083,-50.3026,2.14145,250,20,0,176,0,0,1), - (25615,2960,1,161,0,-1287.59,-544.603,-60.2745,1.42586,250,20,0,176,0,0,1), - (25616,2960,1,161,0,-1271.05,-285.936,-20.6043,0.009765,250,20,0,176,0,0,1), - (25617,2960,1,161,0,-755.247,-483.209,-26.9923,2.32557,250,20,0,176,0,0,1), - (25618,2960,1,161,0,-795.636,-640.737,-27.9377,4.71216,250,20,0,176,0,0,1), - (25619,2960,1,161,0,-1207.14,-288.954,-2.05125,4.95696,250,20,0,176,0,0,1), - (25620,2960,1,161,0,-815.147,-490.8,-30.7548,0.401612,250,20,0,176,0,0,1), - (25621,2960,1,161,0,-1259.61,-342.681,-31.202,5.96143,250,20,0,176,0,0,1), - (25622,2960,1,161,0,-1308.68,-216.623,14.7721,3.39415,250,20,0,176,0,0,1), - (25623,2960,1,161,0,-718.798,-679.072,-19.8502,5.17604,250,20,0,176,0,0,1), - (25624,2960,1,161,0,-1281.06,-690.583,-58.8139,3.93799,250,20,0,176,0,0,1), - (25625,2960,1,161,0,-2551.17,-1381.59,7.97789,0.578152,250,20,0,176,0,0,1), - (25626,2960,1,161,0,-2593.43,-1113.36,-8.85251,3.30063,250,20,0,176,0,0,1), - (25627,2960,1,161,0,-2612.75,-1121.03,-8.21697,1.54118,250,20,0,176,0,0,1), - (25628,2960,1,161,0,-1345.96,-831.395,-9.11485,1.35234,250,20,0,176,0,0,1), - (25629,2960,1,161,0,-758.564,-578.889,-25.2613,6.14405,250,20,0,176,0,0,1), - (25630,2960,1,161,0,-804.568,139.013,-8.53257,2.3203,250,20,0,176,0,0,1), - (25631,2960,1,161,0,-2545.38,-1148.48,-7.26381,1.42083,250,20,0,176,0,0,1), - (25632,2960,1,161,0,-2604.86,-1182.58,-6.24413,3.2454,250,20,0,176,0,0,1), - (25633,2960,1,161,0,-2594.45,-1274.18,3.02801,2.2843,250,20,0,176,0,0,1), - (25634,2960,1,161,0,-1256.15,-893.824,-3.22163,2.00453,250,20,0,176,0,0,1), - (25635,2960,1,161,0,-1344.81,-902.813,-2.96396,1.98902,250,20,0,176,0,0,1), - (25636,2960,1,161,0,-2527.45,-1347.64,0.513866,6.04483,250,20,0,176,0,0,1), - (25637,2960,1,161,0,-841.584,-567.883,-35.7275,2.56767,250,20,0,176,0,0,1), - (25638,2960,1,161,0,-1119.87,-188.362,48.0276,4.03918,250,20,0,176,0,0,1), - (25639,2960,1,161,0,-961.772,387.496,19.0918,3.32826,250,3,0,176,0,0,1), - (25640,2960,1,161,0,-2573.56,-1279.2,-2.41605,2.77596,250,20,0,176,0,0,1), - (25641,2960,1,161,0,-1115.93,-842.934,-17.8592,4.82197,250,20,0,176,0,0,1), - (25642,2960,1,161,0,-1265.67,-984.436,3.82106,1.13334,250,20,0,176,0,0,1), - (25643,2960,1,161,0,-1249.84,-420.171,-42.0134,3.1992,250,20,0,176,0,0,1), - (25644,2960,1,161,0,-1228.54,-942.717,-3.2514,3.3183,250,20,0,176,0,0,1), - (25645,2960,1,161,0,-2592.77,-1299.25,-4.30335,4.0099,250,20,0,176,0,0,1), - (25646,2960,1,161,0,-955.303,-624.638,-58.7446,1.58157,250,30,0,176,0,0,1), - (25647,2960,1,161,0,-1149.48,-884.468,-9.94708,4.12709,250,20,0,176,0,0,1), - (25648,2960,1,161,0,-1183.49,-285.266,5.48303,4.33072,250,20,0,176,0,0,1), - (25649,2960,1,161,0,-867.799,-652.009,-37.527,3.24729,250,20,0,176,0,0,1), - (25650,2960,1,161,0,-980.392,-661.981,-55.0604,4.51193,250,20,0,176,0,0,1), - (25651,2960,1,161,0,-693.58,-479.98,-14.5775,4.92089,250,20,0,176,0,0,1), - (25652,2960,1,161,0,-715.866,-553.292,-20.4195,5.4577,250,20,0,176,0,0,1), - (25653,2960,1,161,0,-1023.87,-569.748,-56.115,4.41305,250,20,0,176,0,0,1), - (25654,2960,1,161,0,-815.501,182.37,-11.0144,2.67676,250,3,0,176,0,0,1), - (25655,2960,1,161,0,-2520.54,-1154.21,-6.73871,4.86816,250,20,0,176,0,0,1), - (25656,2960,1,161,0,-880.367,-281.888,-17.3469,4.06967,250,20,0,176,0,0,1), - (25657,2960,1,161,0,-916.327,-278.464,-15.3049,4.00864,250,20,0,176,0,0,1), - (25658,2960,1,161,0,-1010.71,-755.807,-23.7455,2.60452,250,20,0,176,0,0,1), - (25659,2960,1,161,0,-987.963,-841.739,2.67439,4.78078,250,20,0,176,0,0,1), - (25660,2960,1,161,0,-2273.94,-1150.87,-3.62015,5.00259,250,20,0,176,0,0,1), - (25661,2960,1,161,0,-2382.13,-1113.49,-6.1983,3.04931,250,20,0,176,0,0,1), - (25662,2960,1,161,0,-2199.04,-1141.05,10.5449,3.12597,250,20,0,176,0,0,1), - (25663,2960,1,161,0,-2198.79,-1210.18,29.006,0.562224,250,20,0,176,0,0,1), - (25664,2960,1,161,0,-2286.99,-1352.27,16.7847,3.36978,250,20,0,176,0,0,1), - (25665,2960,1,161,0,-1084.43,-459.618,-35.7336,5.08237,250,20,0,176,0,0,1), - (25666,2960,1,161,0,-984.366,-884.343,5.77069,6.07782,250,20,0,176,0,0,1), - (25667,2960,1,161,0,-1039.7,-909.35,1.49288,4.39867,250,20,0,176,0,0,1), - (25668,2960,1,161,0,-1098.06,-719.333,-52.0799,0.194713,250,20,0,176,0,0,1), - (25669,2960,1,161,0,-759.416,-518.608,-28.8661,0.19242,250,20,0,176,0,0,1), - (25670,2960,1,161,0,-618.107,-147.573,0.990945,3.47384,250,20,0,176,0,0,1), - (25671,2960,1,161,0,-777.752,-154.687,-24.2505,6.08847,250,20,0,176,0,0,1), - (25672,2960,1,161,0,-817.873,-279.35,-22.0542,2.87671,250,20,0,176,0,0,1), - (25673,2960,1,161,0,-1067.76,-631.617,-54.947,3.7866,250,30,0,176,0,0,1), - (25674,2960,1,161,0,-1124.03,-902.905,-4.36903,4.51002,250,20,0,176,0,0,1), - (25675,2960,1,161,0,-2213.28,-1354.93,50.7227,0.494373,250,3,0,176,0,0,1), - (25676,2960,1,161,0,-2643.41,-1215.4,1.87678,3.43305,250,20,0,176,0,0,1), - (25677,2960,1,161,0,-2234.13,-1321.21,31.7885,3.01239,250,20,0,176,0,0,1), - (25678,2960,1,161,0,-2317.52,-1240.58,3.88263,3.41453,250,20,0,176,0,0,1), - (25679,2960,1,161,0,-2316.43,-1180.73,-5.21715,3.01627,250,20,0,176,0,0,1), - (25680,2960,1,161,0,-2283.29,-1199.11,-0.410464,4.69676,250,20,0,176,0,0,1), - (25681,2960,1,161,0,-2246.05,-1110.6,-3.58131,4.40962,250,20,0,176,0,0,1), - (25682,2960,1,161,0,-2264.32,-1387.76,28.8406,2.0559,250,20,0,176,0,0,1), - (25683,2960,1,161,0,-2294.97,-1267.34,10.6186,2.38397,250,20,0,176,0,0,1), - (25684,2960,1,161,0,-2249.47,-1150.53,-0.228498,1.0963,250,20,0,176,0,0,1), - (25685,2960,1,161,0,-2318.66,-1337.69,9.62991,4.76127,250,20,0,176,0,0,1), - (25686,2960,1,161,0,-2340.69,-1386.89,19.8885,6.05478,250,20,0,176,0,0,1), - (25687,2960,1,161,0,-2361.96,-1273.05,-3.86991,5.65991,250,20,0,176,0,0,1), - (25688,2960,1,161,0,-2493.25,-1393.33,16.0248,3.34014,250,20,0,176,0,0,1), - (25689,2960,1,161,0,-2489.3,-1350.31,-0.090144,3.41748,250,20,0,176,0,0,1), - (25690,2960,1,161,0,-2285.99,-1379.66,22.9084,1.80474,250,20,0,176,0,0,1), - (25691,2960,1,161,0,-2517.57,-1183.49,-6.63344,4.39961,250,20,0,176,0,0,1), - (25692,2960,1,161,0,-2350.39,-1223.15,-1.47192,1.49058,250,20,0,176,0,0,1), - (25693,2960,1,161,0,-537.878,-480.661,38.8965,0.282566,250,20,0,176,0,0,1), - (25694,2960,1,161,0,-584.307,-585.396,4.17609,4.58126,250,20,0,176,0,0,1), - (25695,2960,1,161,0,-678.586,-517.315,-11.8099,3.20608,250,20,0,176,0,0,1), - (25696,2960,1,161,0,-653.133,-49.4641,-7.83088,2.95301,250,20,0,176,0,0,1), - (25697,2960,1,161,0,-948.405,-546.16,-54.5237,3.84259,250,20,0,176,0,0,1), - (25698,2960,1,161,0,-1203.91,-473.85,-46.995,5.96143,250,20,0,176,0,0,1), - (25699,2960,1,161,0,-582.681,-181.902,16.6037,5.49778,250,20,0,176,0,0,1), - (25700,2960,1,161,0,-1311.39,-232.347,4.68495,5.20924,250,20,0,176,0,0,1), - (25701,2960,1,161,0,-617.917,-17.1227,-4.07583,4.31528,250,20,0,176,0,0,1), - (25702,2960,1,161,0,-1324.14,-472.284,-58.8628,1.66269,250,30,0,176,0,0,1), - (25703,2960,1,161,0,-1376.43,-546.737,-60.5209,6.13603,250,20,0,176,0,0,1), - (25704,2960,1,161,0,-909.314,-45.02,-11.2278,1.82335,250,20,0,176,0,0,1), - (25705,2960,1,161,0,-1385.59,-680.395,-53.9906,3.5761,250,20,0,176,0,0,1), - (25706,2960,1,161,0,-2386.86,-1179.88,-5.62867,2.9189,250,20,0,176,0,0,1), - (25707,2960,1,161,0,-2436.8,-1307.55,-7.05315,2.63601,250,20,0,176,0,0,1), - (25708,2960,1,161,0,-2513.48,-1318.22,-4.28777,6.05661,250,20,0,176,0,0,1), - (25709,2960,1,161,0,-2513.48,-1250.97,-6.5815,5.89651,250,20,0,176,0,0,1), - (25710,2960,1,161,0,-2450.55,-1382.57,2.77997,1.8703,250,20,0,176,0,0,1), - (25711,2960,1,161,0,-881.725,49.4817,0.338656,0.7921,250,3,0,176,0,0,1), - (25712,2960,1,161,0,-548.719,-85.3532,26.307,5.49779,250,3,0,176,0,0,1), - (25713,2961,1,11451,0,-3493.76,-819.337,95.1268,0.359457,155,15,0,71,0,0,2), - (25714,2961,1,11451,0,-3448.11,-851.252,68.2848,1.91973,155,5,0,71,0,0,2), - (25715,2961,1,11451,0,-3486.94,-852.758,86.1239,2.85257,155,15,0,71,0,0,2), - (25716,2961,1,11451,0,-3515.39,-833.696,104.158,0.331613,155,10,0,71,0,0,2), - (25717,2961,1,11451,0,-3486.36,-918.935,100.976,1.95477,155,10,0,71,0,0,2), - (25718,2961,1,11451,0,-3435.6,-924.405,101.263,4.23192,155,3,0,71,0,0,2), - (25719,2961,1,11451,0,-3378.63,-911.436,82.6637,2.94688,155,5,0,71,0,0,2), - (25720,2961,1,11451,0,-3378.33,-89.6034,114.23,1.2318,155,5,0,71,0,0,2), - (25721,2961,1,11451,0,-3329.63,-769.346,50.8727,2.83099,155,15,0,71,0,0,2), - (25722,2961,1,11451,0,-3137.25,-151.008,44.3532,4.35068,155,5,0,71,0,0,2), - (25723,2961,1,11451,0,-3183.05,-116.271,44.7874,2.00107,155,0,0,71,0,0,0), - (25724,2961,1,11451,0,-3216.32,-132.865,46.7123,0.626405,155,5,0,71,0,0,2), - (25725,2961,1,11451,0,-3157.23,-85.1113,49.4533,5.33128,155,5,0,71,0,0,2), - (25726,2961,1,11451,0,-3372.67,-781.071,57.6488,2.54383,155,15,0,71,0,0,2), - (25727,2961,1,11451,0,-3410.88,-756.957,75.266,3.34205,155,5,0,71,0,0,2), - (25728,1797,0,820,0,-154.203,1124.6,58.5677,2.44461,275,5,0,296,0,0,1), - (25729,1797,0,820,0,-320.852,1117.41,74.8466,4.88923,275,10,0,296,0,0,1), - (25730,4805,48,4982,0,-365.808,221.563,-67.7164,4.01426,7200,5,0,1494,1090,0,1), - (25731,4822,48,1001,0,-467.823,108.306,-72.5669,1.18682,7200,5,0,1686,0,0,1), - (25732,4887,48,5027,0,-442.424,211.822,-52.6367,2.23402,36000,0,0,3630,0,0,0), - (25733,4824,48,1244,0,-444.589,188.267,-53.0321,1.69297,7200,2,0,1686,0,0,1), - (25734,4824,48,1244,0,-416.546,233.597,-53.7553,2.04204,7200,2,0,1686,0,0,1), - (25735,4805,48,4982,0,-461.413,138.002,-70.7748,6.19592,7200,5,0,1494,1090,0,1), - (25736,4805,48,4982,0,-374.643,237.531,-67.0627,1.95477,7200,5,0,1494,1090,0,1), - (25737,4807,48,4762,0,-486.54,152.893,-71.281,6.14356,7200,5,0,2529,0,0,1), - (25738,2961,1,11451,0,-3369.61,-824.541,54.7492,2.62899,155,15,0,71,0,0,2), - (25739,2961,1,11451,0,-3417.14,-816.947,69.6404,2.40855,155,0,0,71,0,0,2), - (25740,2961,1,11451,0,-3391.62,-855.744,59.698,3.85912,155,5,0,71,0,0,2), - (25741,2961,1,11451,0,-3326.01,-720.138,51.9523,2.99666,155,5,0,71,0,0,2), - (25742,2961,1,11451,0,-3264.8,-91.5145,76.3064,5.24115,155,5,0,71,0,0,2), - (25743,2961,1,11451,0,-3332.98,-694.793,51.9919,4.0935,155,5,0,71,0,0,2), - (25744,2961,1,11451,0,-3284.92,-111.781,64.9398,1.49226,155,10,0,71,0,0,2), - (25745,2961,1,11451,0,-3352.02,-712.388,59.9851,5.08238,155,5,0,71,0,0,2), - (25746,2961,1,11451,0,-3416.11,-411.625,86.3697,4.54756,155,5,0,71,0,0,2), - (25747,2961,1,11451,0,-3427.72,-442.405,95.1764,3.0771,155,5,0,71,0,0,2), - (25748,2961,1,11451,0,-3409.16,-478.994,90.9969,3.11426,155,5,0,71,0,0,2), - (25749,2961,1,11451,0,-3392.95,-489.997,83.4238,1.37226,155,5,0,71,0,0,2), - (25750,2961,1,11451,0,-3321.05,-456.541,47.3687,2.35067,155,5,0,71,0,0,2), - (25751,2961,1,11451,0,-3395.96,-580.726,79.1351,0.745309,155,5,0,71,0,0,2), - (25752,2961,1,11451,0,-3436.61,-625.021,99.3308,3.60087,155,5,0,71,0,0,2), - (25753,2961,1,11451,0,-3350.71,-613.13,58.334,2.28981,155,5,0,71,0,0,2), - (25754,2961,1,11451,0,-3384.24,-637.684,74.0707,1.58642,155,5,0,71,0,0,2), - (25755,2961,1,11451,0,-3398.29,-681.362,72.7355,5.74612,155,5,0,71,0,0,2), - (25756,2961,1,11451,0,-3441.73,-682.805,93.8853,3.26885,155,5,0,71,0,0,2), - (25757,2961,1,11451,0,-3387.82,-706.554,72.9358,2.84022,155,5,0,71,0,0,2), - (25758,2961,1,11451,0,-3380.26,-718.948,71.4159,2.59546,155,5,0,71,0,0,2), - (25759,2961,1,11451,0,-3347.22,-689.152,55.4543,0.176312,155,5,0,71,0,0,2), - (25760,2961,1,11451,0,-3370.07,-519.971,73.5862,0.350773,155,5,0,71,0,0,2), - (25761,2961,1,11451,0,-3357.72,-474.02,62.9374,5.3856,155,5,0,71,0,0,2), - (25762,2961,1,11451,0,-3349.27,-548.426,61.0383,3.78966,155,5,0,71,0,0,2), - (25763,2961,1,11451,0,-3319.96,-575.118,52.5575,1.58643,155,5,0,71,0,0,2), - (25764,2961,1,11451,0,-3329.32,-651.433,49.0177,3.472,155,5,0,71,0,0,2), - (25765,2961,1,11451,0,-3375.79,-410.785,65.8077,6.03063,155,5,0,71,0,0,2), - (25766,2961,1,11451,0,-3403.49,-450.381,85.3013,3.11621,155,5,0,71,0,0,2), - (25767,2961,1,11451,0,-3348,-444.742,57.5265,4.70899,155,5,0,71,0,0,2), - (25768,3217,1,3780,0,-2358.32,-561.017,-5.3817,1.34554,250,0,0,546,0,0,0), - (25769,2961,1,11451,0,-3426.06,-355.723,91.3938,3.27686,155,5,0,71,0,0,2), - (25770,2961,1,11451,0,-3448.55,-388.09,99.9432,2.88477,155,5,0,71,0,0,2), - (25771,2961,1,11451,0,-3125.71,-13.7762,58.3557,5.3254,155,10,0,71,0,0,2), - (25772,2961,1,11451,0,-3083.36,-50.581,65.5749,4.23553,155,5,0,71,0,0,2), - (25773,2961,1,11451,0,-3350.16,-616.532,58.3345,1.56671,155,5,0,71,0,0,2), - (25774,2961,1,11451,0,-3313.78,-285.03,46.8175,5.40455,155,15,0,71,0,0,2), - (25775,2961,1,11451,0,-3507.95,-223.086,98.7685,3.54147,155,5,0,71,0,0,2), - (25776,2961,1,11451,0,-3497.58,-263.342,105.269,2.71901,155,5,0,71,0,0,2), - (25777,2961,1,11451,0,-3452.18,-255.37,83.0341,5.1673,155,3,0,71,0,0,2), - (25778,2961,1,11451,0,-3367.92,-313.112,61.7865,1.01457,155,15,0,71,0,0,2), - (25779,2961,1,11451,0,-3350.1,-316.653,56.6817,1.45647,155,15,0,71,0,0,2), - (25780,2961,1,11451,0,-3349.7,-384.485,54.9861,3.0493,155,5,0,71,0,0,2), - (25781,2961,1,11451,0,-3278.03,-511.289,32.1423,1.26301,155,5,0,71,0,0,2), - (25782,2961,1,11451,0,-3419.73,-271.114,76.1566,1.80206,155,15,0,71,0,0,2), - (25783,2961,1,11451,0,-3342.49,-302.403,53.8067,4.3871,155,15,0,71,0,0,2), - (25784,2961,1,11451,0,-3315.14,-113.672,68.7521,5.47283,155,10,0,71,0,0,2), - (25785,2961,1,11451,0,-3275.29,-147.901,47.8574,4.98344,155,10,0,71,0,0,2), - (25786,2961,1,11451,0,-3309.97,-89.0395,78.0339,4.8228,155,10,0,71,0,0,2), - (25787,2961,1,11451,0,-3316.87,-47.5791,95.7581,2.74017,155,3,0,71,0,0,2), - (25788,2961,1,11451,0,-3351.33,-181.55,67.654,3.84005,155,15,0,71,0,0,2), - (25789,2961,1,11451,0,-3304.29,-178.229,49.8416,5.99252,155,10,0,71,0,0,2), - (25790,2961,1,11451,0,-3295.78,-252.408,43.2073,2.09915,155,15,0,71,0,0,2), - (25791,2961,1,11451,0,-3354.56,-194.066,63.7542,4.3221,155,15,0,71,0,0,2), - (25792,2961,1,11451,0,-3406.99,-253.536,67.9554,3.18454,155,15,0,71,0,0,2), - (25793,2961,1,11451,0,-3398.69,-172.951,83.7691,4.28722,155,3,0,71,0,0,2), - (25794,2961,1,11451,0,-3373.12,-199.907,63.1971,5.25649,155,15,0,71,0,0,2), - (25795,2961,1,11451,0,-3427.95,-197.742,69.0629,5.51436,155,3,0,71,0,0,2), - (25796,2961,1,11451,0,-3417.46,-258.066,73.1601,0.376152,155,15,0,71,0,0,2), - (25797,3218,1,3779,0,-2229.62,-503.188,-6.87822,0.68848,250,0,0,546,0,0,0), - (25798,2962,1,10877,0,-1716.33,287.315,51.6138,4.99954,250,15,0,137,0,0,1), - (25799,2962,1,10877,0,-1751.24,316.357,79.3882,1.48491,250,3,0,137,0,0,1), - (25800,6290,1,4992,0,-2251.83,-288.483,-9.34156,3.92699,250,0,0,334,0,0,0), - (25801,2962,1,10877,0,-2653.87,-1420.62,40.9501,4.42015,250,5,0,137,0,0,1), - (25802,2962,1,10877,0,-2746.11,-1421.85,50.9087,6.11032,250,3,0,137,0,0,1), - (25803,2962,1,10877,0,-2615.13,-1380.61,20.3337,2.07293,250,10,0,137,0,0,1), - (25804,2962,1,10877,0,-2704.38,-1286.67,37.4048,4.26975,250,3,0,137,0,0,1), - (25805,2962,1,10877,0,-1680.6,381.946,90.037,3.12597,250,3,0,137,0,0,1), - (25806,2962,1,10877,0,-1680,319.799,65.5788,0.229684,250,3,0,137,0,0,1), - (25807,2962,1,10877,0,-1714.32,387.56,82.7787,0.756729,250,10,0,137,0,0,1), - (25808,2962,1,10877,0,-1747.03,384.661,99.8953,0.789585,250,3,0,137,0,0,1), - (25809,2962,1,10877,0,-1718.44,447.721,101.278,3.60262,250,3,0,137,0,0,1), - (25810,2962,1,10877,0,-1653.93,417.996,113.582,2.93215,250,3,0,137,0,0,1), - (25811,2962,1,10877,0,-1719.73,417.578,93,2.22714,250,10,0,137,0,0,1), - (25812,2962,1,10877,0,-1680.2,451.484,110.548,1.03105,250,3,0,137,0,0,1), - (25813,2962,1,10877,0,-2718.36,-1117.59,17.0729,3.8367,250,3,0,137,0,0,1), - (25814,2962,1,10877,0,-2714.47,-1155.04,20.0831,4.63217,250,10,0,137,0,0,1), - (25815,4371,1,6750,0,-2678.52,-4875.03,21.002,0.610941,1200,5,0,7107,4738,0,1), - (25816,4366,1,9134,0,-2714.87,-4980.66,26.5985,5.31914,1200,5,0,8883,0,0,1), - (25817,4374,1,2423,0,-2778.4,-4657.47,-11.6235,3.78689,1200,10,0,8883,0,0,1), - (25818,2962,1,10877,0,-2684.88,-1217.3,7.20791,5.02551,250,10,0,137,0,0,1), - (25819,2962,1,10877,0,-2721.58,-1163.57,22.4339,0.393388,250,10,0,137,0,0,1), - (25820,2962,1,10877,0,-2688.02,-1185.42,8.33642,3.84925,250,10,0,137,0,0,1), - (25821,2962,1,10877,0,-2647.86,-1279.64,18.2506,1.14187,250,10,0,137,0,0,1), - (25822,2962,1,10877,0,-2684.51,-1247.17,20.2019,2.71287,250,3,0,137,0,0,1), - (25823,2962,1,10877,0,-2750.95,-1223.64,27.3082,3.58594,250,3,0,137,0,0,1), - (25824,2962,1,10877,0,-2616.84,-1321.06,-0.05263,4.33239,250,10,0,137,0,0,1), - (25825,2962,1,10877,0,-2654.2,-1353.54,11.1569,3.40647,250,10,0,137,0,0,1), - (25826,2962,1,10877,0,-2677.53,-1346.49,25.9137,0.842142,250,3,0,137,0,0,1), - (25827,2962,1,10877,0,-2706.77,-1393.05,34.388,2.18941,250,3,0,137,0,0,1), - (25828,2962,1,10877,0,-2679.11,-1384.3,20.099,6.01213,250,10,0,137,0,0,1), - (25829,3219,1,3781,0,-2279.52,-576.991,-9.04984,1.06966,250,0,0,546,0,0,0), - (25830,2963,1,1351,0,-1781.59,280.603,70.2153,1.85266,250,5,0,148,165,0,1), - (25831,2963,1,1351,0,-2654.1,-1448.35,66.4263,1.09142,250,5,0,148,165,0,1), - (25832,2963,1,1351,0,-1683.65,285.459,48.0679,5.17166,250,15,0,148,165,0,1), - (25833,2963,1,1351,0,-2753.04,-1122.08,36.6044,2.72844,250,3,0,148,165,0,1), - (25834,2963,1,1351,0,-2614.12,-1348.24,2.79009,1.20673,250,10,0,148,165,0,1), - (25835,2963,1,1351,0,-2685.82,-1417.44,33.3023,4.52691,250,3,0,148,165,0,1), - (25836,2963,1,1351,0,-2656.35,-1388.14,17.8906,1.3244,250,10,0,148,165,0,1), - (25837,2963,1,1351,0,-2718.1,-1424.3,40.9808,5.23345,250,10,0,148,165,0,1), - (25838,2963,1,1351,0,-2712.11,-1444.58,49.8912,1.09562,250,3,0,148,165,0,1), - (25839,2963,1,1351,0,-2686.32,-1319.61,35.0956,3.60722,250,3,0,148,165,0,1), - (25840,2963,1,1351,0,-1712.24,319.389,65.2725,3.64546,250,15,0,148,165,0,1), - (25841,2963,1,1351,0,-1688.88,414.749,93.2315,1.62607,250,10,0,148,165,0,1), - (25842,2963,1,1351,0,-1750.5,289.432,62.6785,1.36542,250,5,0,148,165,0,1), - (25843,2963,1,1351,0,-1717.79,348.681,74.1219,5.29986,250,10,0,148,165,0,1), - (25844,2963,1,1351,0,-1746.19,349.794,91.4614,0.246875,250,3,0,148,165,0,1), - (25845,2963,1,1351,0,-1745.95,411.186,99.6569,5.30426,250,3,0,148,165,0,1), - (25846,2963,1,1351,0,-1653.23,312.475,56.5249,4.72971,250,3,0,148,165,0,1), - (25847,2963,1,1351,0,-2715.02,-1218.03,16.7746,5.00385,250,10,0,148,165,0,1), - (25848,2963,1,1351,0,-2638.23,-1309.42,11.5989,5.33128,250,5,0,148,165,0,1), - (25849,3220,1,3782,0,-2151.23,-419.508,-4.157,3.74368,250,0,0,500,0,0,2), - (25850,2964,1,1255,0,-648.36,151.457,28.6172,4.02213,250,10,0,160,350,0,1), - (25851,2964,1,1255,0,-741.026,249.985,35.6633,4.1103,250,3,0,160,350,0,1), - (25852,2964,1,1255,0,-682.053,210.672,59.3608,2.14472,250,5,0,160,350,0,1), - (25853,2964,1,1255,0,-610.661,185.216,52.0664,6.12733,250,5,0,160,350,0,1), - (25854,2964,1,1255,0,-580.644,88.3952,32.6466,0.862087,250,10,0,160,350,0,1), - (25855,2964,1,1255,0,-547.103,18.5717,7.47951,6.2033,250,15,0,160,350,0,1), - (25856,2964,1,1255,0,-581.622,55.7817,21.9878,1.76468,250,5,0,160,350,0,1), - (25857,2964,1,1255,0,-1002.89,588.118,79.5314,0.145952,250,5,0,160,350,0,1), - (25858,2964,1,1255,0,-453.901,-12.0408,50.2442,1.47299,250,5,0,160,350,0,1), - (25859,2964,1,1255,0,-481.825,16.0412,30.464,5.8492,250,5,0,160,350,0,1), - (25860,2964,1,1255,0,-515.923,-15.5378,24.9645,3.79991,250,5,0,160,350,0,1), - (25861,2964,1,1255,0,-549.022,99.3724,43.3881,5.7154,250,5,0,160,350,0,1), - (25862,2964,1,1255,0,-476.174,86.9761,46.9718,0.876936,250,15,0,160,350,0,1), - (25863,2964,1,1255,0,-479.167,-695.834,48.5968,5.54486,250,3,0,160,350,0,1), - (25864,2964,1,1255,0,-518.665,-612.297,14.6563,3.08295,250,15,0,160,350,0,1), - (25865,2964,1,1255,0,-453.683,-613.065,48.2268,4.66705,250,3,0,160,350,0,1), - (25866,2964,1,1255,0,-688.426,-754.086,27.508,3.21689,250,5,0,160,350,0,1), - (25867,2964,1,1255,0,-639.631,-744.494,28.6844,0.532893,250,3,0,160,350,0,1), - (25868,2964,1,1255,0,-674.391,-789.256,47.1295,6.08273,250,5,0,160,350,0,1), - (25869,2964,1,1255,0,-813.859,-847.258,8.83797,0.799242,250,5,0,160,350,0,1), - (25870,2964,1,1255,0,-744.353,-852.358,42.5251,4.836,250,3,0,160,350,0,1), - (25871,2964,1,1255,0,-857.275,-819.887,-1.76352,3.44969,250,5,0,160,350,0,1), - (25872,2964,1,1255,0,-785.627,-848.291,20.0963,5.20706,250,5,0,160,350,0,1), - (25873,2964,1,1255,0,-993.021,548.535,68.6555,2.95991,250,5,0,160,350,0,1), - (25874,2964,1,1255,0,-1214.25,520.584,32.9551,2.52712,250,3,0,160,350,0,1), - (25875,2964,1,1255,0,-945.595,450.837,33.9047,3.78978,250,5,0,160,350,0,1), - (25876,2964,1,1255,0,-823.207,-779.742,-2.4571,1.9916,250,5,0,160,350,0,1), - (25877,2964,1,1255,0,-1053.29,549.17,55.6607,3.79608,250,5,0,160,350,0,1), - (25878,2964,1,1255,0,-1012.16,519.635,48.8383,5.366,250,5,0,160,350,0,1), - (25879,2964,1,1255,0,-982.298,480.728,37.3454,4.81997,250,15,0,160,350,0,1), - (25880,2964,1,1255,0,-1081.77,415.435,14.6066,0.41615,250,15,0,160,350,0,1), - (25881,2964,1,1255,0,-1176.62,521.897,25.041,1.10573,250,10,0,160,350,0,1), - (25882,2964,1,1255,0,-1243.97,451.447,20.3269,0.219357,250,3,0,160,350,0,1), - (25883,2964,1,1255,0,-1118.08,524.527,35.0919,1.99289,250,15,0,160,350,0,1), - (25884,2964,1,1255,0,-1146.46,451.596,9.54512,0.883556,250,15,0,160,350,0,1), - (25885,2964,1,1255,0,-1088.15,518.974,37.9916,1.71326,250,15,0,160,350,0,1), - (25886,2964,1,1255,0,-1154.25,548.048,38.1861,2.1293,250,0,0,160,350,0,0), - (25887,2964,1,1255,0,-1154.41,487.025,17.0488,2.64939,250,15,0,160,350,0,1), - (25888,2964,1,1255,0,-1181.9,482.172,10.5881,3.50811,250,15,0,160,350,0,1), - (25889,4374,1,2423,0,-2657.18,-4654.74,-17.8797,0.516965,1200,10,0,8883,0,0,1), - (25890,2964,1,1255,0,-1054.82,487.203,28.8492,1.59177,250,15,0,160,350,0,1), - (25891,2964,1,1255,0,-1082.18,450.334,14.7999,1.23918,250,15,0,160,350,0,1), - (25892,2964,1,1255,0,-986.618,415.192,17.0918,3.79251,250,15,0,160,350,0,1), - (25893,2964,1,1255,0,-1013.51,452.705,20.1819,0.697929,250,15,0,160,350,0,1), - (25894,2964,1,1255,0,-1055.37,424.794,15.2268,2.34937,250,15,0,160,350,0,1), - (25895,4371,1,6750,0,-2708.1,-5030.47,22.5922,0.582338,1200,0,0,7107,4738,0,0), - (25896,2964,1,1255,0,-1118.53,380.163,11.7895,0.915996,250,10,0,160,350,0,1), - (25897,2964,1,1255,0,-685.093,152.852,27.2863,2.73209,250,5,0,160,350,0,1), - (25898,2964,1,1255,0,-518.572,-577.783,27.5895,3.17378,250,5,0,160,350,0,1), - (25899,2965,1,10869,0,-647.644,184.202,40.7223,6.05823,250,10,0,186,191,0,1), - (25900,2965,1,10869,0,-682.33,181.298,45.2202,2.1964,250,5,0,186,191,0,1), - (25901,2965,1,10869,0,-711.867,240.086,54.4553,0.312204,250,3,0,186,191,0,1), - (25902,2965,1,10869,0,-590.369,159.324,56.3578,2.42727,250,5,0,186,191,0,1), - (25903,2965,1,10869,0,-448.712,23.9979,54.4464,5.51712,250,5,0,186,191,0,1), - (25904,4824,48,1244,0,-445.497,237.761,-53.6908,5.21853,7200,2,0,1686,0,0,1), - (25905,4824,48,1244,0,-463.373,223.81,-53.2553,5.11381,7200,2,0,1686,0,0,1), - (25906,2965,1,10869,0,-514.772,26.4275,15.3962,1.67308,250,10,0,186,191,0,1), - (25907,2965,1,10869,0,-451.784,-47.4799,63.2174,5.47301,250,5,0,186,191,0,1), - (25908,2965,1,10869,0,-486.156,-16.5566,38.688,5.3031,250,5,0,186,191,0,1), - (25909,2965,1,10869,0,-552.011,-10.4244,11.8877,2.12414,250,10,0,186,191,0,1), - (25910,2965,1,10869,0,-461.376,52.485,47.4691,5.99741,250,5,0,186,191,0,1), - (25911,2965,1,10869,0,-513.531,99.309,46.8468,5.39605,250,5,0,186,191,0,1), - (25912,2965,1,10869,0,-619.518,117.888,25.3741,0.308392,250,3,0,186,191,0,1), - (25913,2965,1,10869,0,-544.455,86.5049,45.7631,1.01627,250,5,0,186,191,0,1), - (25914,2965,1,10869,0,-464.066,-662.017,47.7866,4.33877,250,5,0,186,191,0,1), - (25915,2965,1,10869,0,-480.435,-621.341,31.089,5.07599,250,10,0,186,191,0,1), - (25916,2965,1,10869,0,-453.304,-581.115,52.1417,4.00827,250,3,0,186,191,0,1), - (25917,2965,1,10869,0,-692.926,-811.7,59.1663,3.06224,250,5,0,186,191,0,1), - (25918,2965,1,10869,0,-651.66,-783.818,39.8266,4.81614,250,10,0,186,191,0,1), - (25919,2965,1,10869,0,-611.009,-785.517,52.3164,1.29949,250,5,0,186,191,0,1), - (25920,2965,1,10869,0,-588.583,-779.666,58.938,0.588771,250,3,0,186,191,0,1), - (25921,2965,1,10869,0,-715.514,-844.881,58.3608,6.15205,250,3,0,186,191,0,1), - (25922,2965,1,10869,0,-820.503,-820.354,2.57608,3.82366,250,5,0,186,191,0,1), - (25923,2965,1,10869,0,-479.665,-584.149,40.1539,4.1722,250,10,0,186,191,0,1), - (25924,2965,1,10869,0,-451.777,-552.708,63.2174,2.3993,250,3,0,186,191,0,1), - (25925,2965,1,10869,0,-1081.01,381.656,22.1242,5.71197,250,15,0,186,191,0,1), - (25926,2965,1,10869,0,-1015.68,489.566,33.9757,2.001,250,15,0,186,191,0,1), - (25927,2965,1,10869,0,-1016.95,558.553,64.4988,1.71328,250,10,0,186,191,0,1), - (25928,2965,1,10869,0,-946.322,489.018,46.1593,1.58056,250,5,0,186,191,0,1), - (25929,2965,1,10869,0,-944.421,521.031,68.4128,6.06981,250,5,0,186,191,0,1), - (25930,2965,1,10869,0,-983.997,511.26,49.3942,3.92071,250,5,0,186,191,0,1), - (25931,2965,1,10869,0,-1011.25,379.223,27.5661,5.31147,250,5,0,186,191,0,1), - (25932,2965,1,10869,0,-1218.87,488.947,19.758,0.412223,250,5,0,186,191,0,1), - (25933,2965,1,10869,0,-1243.54,421.188,8.62688,5.80597,250,5,0,186,191,0,1), - (25934,2965,1,10869,0,-1216.97,383.015,-1.79008,6.27923,250,15,0,186,191,0,1), - (25935,2965,1,10869,0,-1116.55,414.429,8.41295,2.10781,250,15,0,186,191,0,1), - (25936,2965,1,10869,0,-1220.22,451.648,8.69987,2.83499,250,5,0,186,191,0,1), - (25937,2965,1,10869,0,-1183.29,425.837,0.003503,1.69628,250,15,0,186,191,0,1), - (25938,2965,1,10869,0,-1180.86,449.122,4.11525,1.35214,250,15,0,186,191,0,1), - (25939,2965,1,10869,0,-1151.68,520.202,25.9221,5.62424,250,10,0,186,191,0,1), - (25940,2965,1,10869,0,-1045.61,514.667,38.9958,5.63416,250,15,0,186,191,0,1), - (25941,2965,1,10869,0,-1121.41,480.617,20.7386,4.04028,250,15,0,186,191,0,1), - (25942,2965,1,10869,0,-1113.05,458.652,13.724,1.54911,250,15,0,186,191,0,1), - (25943,2965,1,10869,0,-1081.04,486.905,26.079,0.390289,250,15,0,186,191,0,1), - (25944,2965,1,10869,0,-1017.58,416.084,15.5029,3.81329,250,15,0,186,191,0,1), - (25945,2965,1,10869,0,-1054.12,450.219,18.0795,2.97081,250,15,0,186,191,0,1), - (25946,3221,1,3783,0,-2440.1,-551.578,-9.28346,1.89274,250,0,0,500,0,0,0), - (25947,2965,1,10869,0,-1143.13,378.941,9.20235,6.10958,250,15,0,186,191,0,1), - (25948,2965,1,10869,0,-1118.43,348.668,24.4704,4.71253,250,10,0,186,191,0,1), - (25949,2966,1,8869,0,-3357.35,-966.35,92.6838,1.20951,155,5,0,71,0,0,1), - (25950,2966,1,8869,0,-3374.22,-1006.75,110.686,3.28459,155,5,0,71,0,0,1), - (25951,2966,1,8869,0,-3314.19,-1047,119.496,5.3856,155,5,0,71,0,0,1), - (25952,2966,1,8869,0,-3370.87,-1012.5,110.465,2.35067,155,5,0,71,0,0,1), - (25953,2966,1,8869,0,-3357.39,-875.782,67.1305,1.89069,155,15,0,71,0,0,1), - (25954,2966,1,8869,0,-3307.22,-1002.6,94.9866,3.98364,155,5,0,71,0,0,1), - (25955,2966,1,8869,0,-3316.19,-950.023,73.6223,1.35544,155,10,0,71,0,0,1), - (25956,2966,1,8869,0,-3283.72,-821.9,44.951,0.291457,155,5,0,71,0,0,1), - (25957,2966,1,8869,0,-3357.46,-912.022,80.4749,2.81465,155,15,0,71,0,0,1), - (25958,2966,1,8869,0,-2842.88,-643.347,54.2789,0.045353,155,10,0,71,0,0,1), - (25959,2966,1,8869,0,-2916.47,-616.521,50.9249,1.69937,155,15,0,71,0,0,1), - (25960,2966,1,8869,0,-2908.2,-724.659,46.7547,0.089953,155,10,0,71,0,0,1), - (25961,2966,1,8869,0,-2884.32,-683.854,46.7883,6.14114,155,15,0,71,0,0,1), - (25962,2966,1,8869,0,-2886.39,-746.753,52.9561,0.154291,155,15,0,71,0,0,1), - (25963,2966,1,8869,0,-2849.39,-780.965,54.0099,6.04225,155,3,0,71,0,0,1), - (25964,2966,1,8869,0,-2915.2,-778.133,54.9394,5.19614,155,10,0,71,0,0,1), - (25965,2966,1,8869,0,-2881.47,-817.974,58.8274,1.64473,155,10,0,71,0,0,1), - (25966,2966,1,8869,0,-3288.49,-939.457,72.323,1.53868,155,10,0,71,0,0,1), - (25967,2966,1,8869,0,-3287.7,-872.138,54.7356,5.28197,155,15,0,71,0,0,1), - (25968,2966,1,8869,0,-3242.65,-911.942,59.2568,3.34205,155,5,0,71,0,0,1), - (25969,2966,1,8869,0,-3316.62,-877.123,61.2712,4.0044,155,15,0,71,0,0,1), - (25970,2966,1,8869,0,-2987.55,-655.435,35.8284,1.2799,155,10,0,71,0,0,1), - (25971,3222,1,4265,0,-2351.67,-393.521,-7.99903,2.95434,250,0,0,594,0,0,2), - (25972,2966,1,8869,0,-3244.04,-780.387,31.5935,3.2296,155,15,0,71,0,0,1), - (25973,2966,1,8869,0,-3269.22,-854.885,51.1672,2.8217,155,15,0,71,0,0,1), - (25974,2966,1,8869,0,-3157.87,-836.736,48.1365,4.17097,155,15,0,71,0,0,1), - (25975,2966,1,8869,0,-3191.76,-842.461,43.4763,4.47783,155,15,0,71,0,0,1), - (25976,2966,1,8869,0,-3181.16,-878.707,54.4362,0.766064,155,15,0,71,0,0,1), - (25977,2966,1,8869,0,-3152.06,-852.122,51.575,1.88452,155,15,0,71,0,0,1), - (25978,2966,1,8869,0,-3225.28,-812.735,33.8091,1.45323,155,15,0,71,0,0,1), - (25979,2966,1,8869,0,-3208.29,-783.502,33.7852,3.08295,155,15,0,71,0,0,1), - (25980,2966,1,8869,0,-3150.9,-755.047,30.1779,5.11143,155,15,0,71,0,0,1), - (25981,2966,1,8869,0,-3018.29,-654.772,35.7008,4.8004,155,5,0,71,0,0,1), - (25982,2966,1,8869,0,-2932.65,-678.775,41.7229,2.10619,155,15,0,71,0,0,1), - (25983,2966,1,8869,0,-2988.67,-689.59,40.7161,4.73973,155,10,0,71,0,0,1), - (25984,2966,1,8869,0,-2991.79,-781.857,51.133,3.13391,155,10,0,71,0,0,1), - (25985,2966,1,8869,0,-2946.24,-785.69,51.2065,5.4577,155,10,0,71,0,0,1), - (25986,2966,1,8869,0,-3080.02,-856.725,59.7757,3.05953,155,10,0,71,0,0,1), - (25987,2966,1,8869,0,-3079.55,-832.178,55.3789,3.98347,155,10,0,71,0,0,1), - (25988,2966,1,8869,0,-3084.62,-803.553,50.7375,3.16706,155,5,0,71,0,0,1), - (25989,2966,1,8869,0,-3076.41,-777.092,45.0603,6.09813,155,5,0,71,0,0,1), - (25990,2966,1,8869,0,-3080.89,-716.951,35.697,0.745309,155,5,0,71,0,0,1), - (25991,2966,1,8869,0,-3041.75,-776.022,53.227,2.19945,155,10,0,71,0,0,1), - (25992,2966,1,8869,0,-3015.46,-754.781,47.1529,1.86599,155,10,0,71,0,0,1), - (25993,2966,1,8869,0,-3076.12,-739.894,37.3953,2.95625,155,5,0,71,0,0,1), - (25994,2966,1,8869,0,-3018.84,-813.37,58.1359,1.94095,155,10,0,71,0,0,1), - (25995,2966,1,8869,0,-3214.69,-852.804,42.2571,4.55944,155,15,0,71,0,0,1), - (25996,3223,1,3784,0,-2449.77,-416.732,-3.198,2.69092,250,0,0,500,0,0,0), - (25997,15767,1,15730,0,-1246.48,74.2627,128.368,5.02655,250,0,0,4400,0,0,0), - (25998,2967,1,9410,0,-2145.59,-1130.24,23.5905,5.28361,250,5,0,156,0,0,1), - (25999,2967,1,9410,0,-2505.41,-1293.59,-5.59694,5.23882,250,5,0,156,0,0,1), - (26000,2967,1,9410,0,-2302.01,-1165.33,-6.20648,4.17968,250,30,0,156,0,0,1), - (26001,2968,1,9409,0,-2147.97,-1130.24,22.9233,5.28312,250,0,0,176,0,0,0), - (26002,2968,1,9409,0,-2507.3,-1294.33,-5.47194,5.23876,250,5,0,176,0,0,1), - (26003,426,0,500,0,-9077.68,-2408.97,125.181,3.01942,300,10,0,386,0,0,1), - (26004,4064,0,6038,0,-9290.96,-2955.23,128.936,3.90954,300,0,0,1452,0,0,0), - (26005,4824,48,1244,0,-469.985,201.098,-53.1577,2.04204,7200,2,0,1686,0,0,1), - (26006,4822,48,1001,0,-376.973,251.511,-68.8261,3.28122,7200,5,0,1686,0,0,1), - (26007,4822,48,1001,0,-488.703,120.092,-73.2175,4.08407,7200,5,0,1686,0,0,1), - (26008,4822,48,1001,0,-515.217,189.157,-65.3353,3.735,7200,5,0,1686,0,0,1), - (26010,4807,48,4762,0,-508.143,167.619,-72.6948,2.30383,7200,5,0,2529,0,0,1), - (26011,4807,48,4762,0,-495.374,213.27,-59.6439,1.27409,7200,5,0,2529,0,0,1), - (26012,4805,48,4982,0,-516.284,157.908,-75.2864,6.0845,7200,5,0,1494,1090,0,1), - (26013,4822,48,1001,0,-511.647,242.16,-63.9222,2.82743,7200,5,0,1686,0,0,1), - (26014,4807,48,4762,0,-516.048,223.751,-62.8056,0.593412,7200,5,0,2529,0,0,1), - (26015,4822,48,1001,0,-502.018,257.282,-64.833,2.93215,7200,5,0,1686,0,0,1), - (26016,4805,48,4982,0,-502.029,248.275,-63.4705,0.823047,7200,5,0,1494,1090,0,1), - (26017,4822,48,1001,0,-462.53,279.641,-62.82,3.22886,7200,5,0,1686,0,0,1), - (26018,4805,48,4982,0,-411.48,285.569,-68.951,2.14675,7200,5,0,1494,1090,0,1), - (26019,2968,1,9409,0,-2305.25,-1166.89,-6.46965,4.17969,250,30,0,176,0,0,1), - (26020,1778,0,1006,0,409.543,1317.3,78.2445,3.84582,275,5,0,266,0,0,1), - (26021,1778,0,1006,0,437.713,1159.52,93.4748,0.176778,275,10,0,266,0,0,1), - (26022,1867,0,3767,0,-190.862,1325.08,40.1285,2.50029,275,10,0,241,601,0,1), - (26023,1778,0,1006,0,451.615,1340.94,85.1817,3.19536,275,10,0,266,0,0,1), - (26024,1797,0,820,0,-48.8666,1246.44,60.6744,5.43838,275,10,0,296,0,0,1), - (26025,1797,0,820,0,217.217,1227.29,68.8747,0.263938,275,5,0,296,0,0,1), - (26026,1797,0,820,0,92.6028,1171.89,67.6928,3.24048,275,5,0,296,0,0,1), - (26027,1797,0,820,0,156.96,1285.44,69.5698,4.4701,275,10,0,296,0,0,1), - (26028,4822,48,1001,0,-401.973,274.306,-71.1146,4.11898,7200,5,0,1686,0,0,1), - (26029,1797,0,820,0,155.145,1217.37,67.9373,0.914298,275,5,0,296,0,0,1), - (26030,1778,0,1006,0,477.756,1305.02,84.1691,2.74875,275,10,0,266,0,0,1), - (26031,1778,0,1006,0,396.282,1295.85,77.3397,2.36224,275,10,0,266,0,0,1), - (26032,1778,0,1006,0,653.726,1344.84,80.0022,6.24912,275,10,0,266,0,0,1), - (26033,1778,0,1006,0,745.082,1402.35,67.4938,1.37176,275,10,0,266,0,0,1), - (26034,1778,0,1006,0,742.907,1462.7,63.4623,0.124355,275,10,0,266,0,0,1), - (26035,1778,0,1006,0,597.697,1170.5,84.7169,3.04576,275,5,0,266,0,0,1), - (26036,1778,0,1006,0,560.667,1202.25,84.6172,0.261806,275,10,0,266,0,0,1), - (26037,1778,0,1006,0,729.804,1479.67,62.1422,1.26715,275,10,0,266,0,0,1), - (26038,1778,0,1006,0,430.434,1132.63,95.647,3.34109,275,10,0,266,0,0,1), - (26039,4065,0,6029,0,-9297.52,-2952.91,128.936,4.74729,300,0,0,1563,0,0,0), - (26040,1797,0,820,0,13.2094,1282.69,61.6673,4.65375,275,10,0,296,0,0,1), - (26041,1797,0,820,0,-210.926,1228.94,55.0969,2.96777,275,10,0,296,0,0,1), - (26042,1797,0,820,0,118.75,1293.75,69.4602,3.00272,275,10,0,296,0,0,1), - (26043,1797,0,820,0,39.4396,1275.63,63.4846,4.84533,275,10,0,296,0,0,1), - (26044,1797,0,820,0,187.751,1288.45,70.7082,5.3586,275,10,0,296,0,0,1), - (26045,10780,0,10091,0,-483.713,1281.92,46.6344,4.93489,275,0,0,20,0,0,0), - (26046,1797,0,820,0,-302.147,1375.94,34.8876,0.700368,275,5,0,296,0,0,1), - (26047,1797,0,820,0,-82.8995,1284.23,56.8944,1.32105,275,10,0,296,0,0,1), - (26048,1797,0,820,0,-214.962,1327.58,37.5295,1.13293,275,10,0,296,0,0,1), - (26049,1797,0,820,0,-201.677,1281.97,43.3835,6.19129,275,10,0,296,0,0,1), - (26050,1797,0,820,0,-275.778,1342.36,36.05,1.03657,275,10,0,296,0,0,1), - (26051,4807,48,4762,0,-436.678,289.788,-66.2031,1.97222,7200,5,0,2529,0,0,1), - (26052,4822,48,1001,0,-480.214,274.26,-65.287,3.45575,7200,5,0,1686,0,0,1), - (26053,3224,1,10181,0,-2266.53,-311.486,-9.29993,3.46638,250,0,0,594,0,0,0), - (26054,2969,1,1228,0,-2953.72,291.858,105.781,2.87294,250,20,0,102,0,0,1), - (26055,5785,1,2163,0,-660.448,187.612,43.4106,1.69999,43200,0,0,416,205,0,0), - (26056,2969,1,1228,0,-2685.23,-247.696,3.05426,1.21134,250,20,0,102,0,0,1), - (26057,2969,1,1228,0,-2542.94,-58.1062,-5.73882,1.83944,250,20,0,102,0,0,1), - (26058,2969,1,1228,0,-2551.18,243.921,85.5175,5.54747,250,20,0,102,0,0,1), - (26059,2969,1,1228,0,-2416.47,117.546,42.9792,4.43328,250,20,0,102,0,0,1), - (26060,2969,1,1228,0,-2547.47,98.2943,39.8304,1.61968,250,20,0,102,0,0,1), - (26061,2969,1,1228,0,-2445.25,-42.1167,-6.85289,3.06405,250,20,0,102,0,0,1), - (26062,2969,1,1228,0,-2131.77,-35.8355,9.75223,2.38933,250,20,0,102,0,0,1), - (26063,2969,1,1228,0,-2282.15,-720.117,-7.37294,4.61002,250,20,0,102,0,0,1), - (26064,2969,1,1228,0,-2682.78,-785.461,-5.85211,4.6596,250,20,0,102,0,0,1), - (26065,2969,1,1228,0,-2684.43,151.125,55.0708,1.35816,250,20,0,102,0,0,1), - (26066,2969,1,1228,0,-2682.52,18.4719,13.9897,1.45928,250,20,0,102,0,0,1), - (26067,2969,1,1228,0,-2253.91,46.3263,30.2833,4.24709,250,20,0,102,0,0,1), - (26068,2969,1,1228,0,-2621.96,-516.461,-4.05865,3.13573,250,20,0,102,0,0,1), - (26069,2969,1,1228,0,-2283.59,-51.4173,-0.792753,3.0888,250,20,0,102,0,0,1), - (26070,2969,1,1228,0,-2295.39,143.713,52.4654,3.51043,250,20,0,102,0,0,1), - (26071,2969,1,1228,0,-2111.13,46.7465,26.5258,5.90087,250,0,0,102,0,0,0), - (26072,2970,1,1229,0,-1553.5,-766.81,-25.1156,1.38797,250,20,0,137,0,0,1), - (26073,2970,1,1229,0,-1464.39,-608.962,-56.3126,3.60559,250,20,0,137,0,0,1), - (26074,2970,1,1229,0,-2153.73,-1046.88,12.1347,3.20413,250,20,0,137,0,0,1), - (26075,2970,1,1229,0,-1546.73,-627.659,-55.3041,1.81151,250,20,0,137,0,0,1), - (26076,2970,1,1229,0,-1524.02,-385.571,-42.7811,3.28653,250,20,0,137,0,0,1), - (26077,2970,1,1229,0,-1467.96,-249.442,-1.71085,3.07126,250,20,0,137,0,0,1), - (26078,2970,1,1229,0,-1966.76,238.628,66.4,3.41882,250,10,0,137,0,0,1), - (26079,2970,1,1229,0,-1851.9,-866.883,22.1922,5.06567,250,20,0,137,0,0,1), - (26080,2970,1,1229,0,-1654.61,-611.034,-32.3967,4.76925,250,20,0,137,0,0,1), - (26081,5786,1,275,0,-2739.95,-439.311,-4.21659,1.62316,19900,0,0,176,0,0,0), - (26082,2970,1,1229,0,-1721.53,-795.15,9.41179,5.85624,250,20,0,137,0,0,1), - (26083,2970,1,1229,0,-1737.45,258.979,38.4974,2.6928,250,15,0,137,0,0,1), - (26084,2970,1,1229,0,-1811.62,189.415,31.935,2.22268,250,20,0,137,0,0,1), - (26085,2970,1,1229,0,-2049.67,-151.343,-9.25206,3.65585,250,20,0,137,0,0,1), - (26086,2970,1,1229,0,-1783.88,-628.97,-11.6652,4.49968,250,20,0,137,0,0,1), - (26087,2970,1,1229,0,-1815.52,-716.606,-9.38954,2.29273,250,20,0,137,0,0,1), - (26088,2970,1,1229,0,-1668.21,-717.068,-14.9369,0.039043,250,20,0,137,0,0,1), - (26089,2970,1,1229,0,-1587.85,-481.489,-37.9513,6.26561,250,20,0,137,0,0,1), - (26090,2970,1,1229,0,-1682.8,115.039,-8.59082,2.022,250,20,0,137,0,0,1), - (26091,2970,1,1229,0,-1792.22,-511.762,-3.61748,2.76979,250,20,0,137,0,0,1), - (26092,2970,1,1229,0,-2052.65,-946.041,7.63037,2.72773,250,20,0,137,0,0,1), - (26093,2970,1,1229,0,-2482.85,-976.443,-6.89149,5.11368,250,20,0,137,0,0,1), - (26094,2970,1,1229,0,-1973.47,-322.791,-1.72684,6.15592,250,20,0,137,0,0,1), - (26095,2970,1,1229,0,-1466.24,-354.535,-37.6535,3.14745,250,20,0,137,0,0,1), - (26096,2970,1,1229,0,-1764.01,-122.662,-2.77695,0.329941,250,20,0,137,0,0,1), - (26097,2970,1,1229,0,-1666.21,-498.794,-17.4844,2.33962,250,20,0,137,0,0,1), - (26098,2970,1,1229,0,-1938.26,-902.556,9.50589,0.895485,250,20,0,137,0,0,1), - (26099,2970,1,1229,0,-2319,-1022.65,-8.7281,2.92314,250,20,0,137,0,0,1), - (26100,2970,1,1229,0,-1637.66,-149.347,-7.39852,6.26366,250,20,0,137,0,0,1), - (26101,2970,1,1229,0,-1819.67,-147.557,-9.04447,5.96547,250,20,0,137,0,0,1), - (26102,2970,1,1229,0,-1917.39,-470.056,-6.0985,1.03977,250,20,0,137,0,0,1), - (26103,2970,1,1229,0,-1783.73,-449.217,-3.50281,4.72119,250,20,0,137,0,0,1), - (26104,2970,1,1229,0,-2614.41,-918.112,-6.31874,5.96134,250,20,0,137,0,0,1), - (26105,2970,1,1229,0,-1936.14,-84.0253,-4.61679,1.35425,250,20,0,137,0,0,1), - (26106,2970,1,1229,0,-1958.19,-177.554,-10.5561,3.80796,250,20,0,137,0,0,1), - (26107,2971,1,10824,0,-587.983,-465.033,13.679,1.28794,250,20,0,156,0,0,1), - (26108,4807,48,4762,0,-379.892,271.889,-75.3926,2.74017,7200,5,0,2529,0,0,1), - (26109,4807,48,4762,0,-416.355,301.952,-68.1343,4.86947,7200,5,0,2529,0,0,1), - (26110,4805,48,4982,0,-412.253,314.845,-68.2253,6.17846,7200,5,0,1494,1090,0,1), - (26111,4822,48,1001,0,-357.921,284.178,-76.6433,0.628319,7200,5,0,1686,0,0,1), - (26112,4807,48,4762,0,-411.071,337.68,-71.3588,0.05236,7200,5,0,2529,0,0,1), - (26113,4805,48,4982,0,-413.19,322.003,-68.2355,4.72522,7200,5,0,1494,1090,0,1), - (26114,4807,48,4762,0,-345.512,299.173,-69.9888,4.59022,7200,3,0,2529,0,0,1), - (26115,4805,48,4982,0,-353.746,338.65,-53.834,4.43314,7200,2,0,1494,1090,0,1), - (26116,4807,48,4762,0,-327.164,342.266,-53.798,0.820305,7200,1,0,2529,0,0,1), - (26117,4805,48,4982,0,-342.579,353.981,-53.9403,3.45575,7200,2,0,1494,1090,0,1), - (26118,4807,48,4762,0,-305.973,317.833,-53.9673,3.29867,7200,2,0,2529,0,0,1), - (26119,4805,48,4982,0,-301.391,328.967,-53.245,0.296706,7200,2,0,1494,1090,0,1), - (26120,4805,48,4982,0,-306.948,343.98,-53.4562,5.23599,7200,1,0,1494,1090,0,1), - (26121,4807,48,4762,0,-327.74,399.933,-55.7801,4.36332,7200,5,0,2529,0,0,1), - (26122,2971,1,10824,0,-744.385,-654.247,-22.9999,1.62087,250,30,0,156,0,0,1), - (26123,1797,0,820,0,-152.705,1205.62,57.5753,5.75047,275,10,0,296,0,0,1), - (26124,1869,0,732,0,735.347,1093.81,48.1717,0.753086,275,10,0,300,0,0,1), - (26125,12432,0,982,0,212.523,1188.48,69.7485,1.24495,43200,0,0,375,0,0,0), - (26126,2971,1,10824,0,-1263.66,-562.903,-57.0829,5.85497,250,20,0,156,0,0,1), - (26127,2971,1,10824,0,-1180.73,-719.845,-56.3825,2.03991,250,20,0,156,0,0,1), - (26128,2971,1,10824,0,-1383.56,-803.975,-21.4483,1.58837,250,20,0,156,0,0,1), - (26129,4831,48,4979,0,-299.917,413.755,-57.1229,3.60618,36000,0,0,4264,1743,0,0), - (26130,4822,48,1001,0,-549.004,222.12,-61.8754,6.12611,7200,5,0,1686,0,0,1), - (26131,4807,48,4762,0,-534.882,220.775,-62.7386,0.733038,7200,5,0,2529,0,0,1), - (26132,4822,48,1001,0,-568.336,238.632,-57.4044,3.45575,7200,5,0,1686,0,0,1), - (26133,4805,48,4982,0,-552.707,228.827,-61.0278,4.88692,7200,2,0,1494,1090,0,1), - (26134,4822,48,1001,0,-567.348,221.677,-57.4658,1.78024,7200,5,0,1686,0,0,1), - (26135,4807,48,4762,0,-514.717,169.381,-73.9482,5.24776,7200,5,0,2529,0,0,1), - (26136,4787,48,4946,0,-531.6,318.992,-49.9643,5.81195,7200,0,0,484,0,0,0), - (26137,4798,48,2014,0,-597.49,243.5,-50.8316,3.94444,7200,1,0,1494,545,0,1), - (26138,4807,48,4762,0,-614.558,248.205,-50.1774,3.50811,7200,1,0,2529,0,0,1), - (26139,4807,48,4762,0,-608.087,229.156,-51.2429,6.21337,7200,2,0,2529,0,0,1), - (26140,4798,48,2014,0,-618.36,187.783,-53.2986,6.03884,7200,2,0,1494,545,0,1), - (26141,4798,48,2014,0,-608.954,185.118,-53.7561,2.82743,7200,2,0,1494,545,0,1), - (26142,4807,48,4762,0,-621.184,243.938,-48.6994,0.767945,7200,1,0,2529,0,0,1), - (26143,4805,48,4982,0,-630.663,144.164,-58.0995,3.40339,7200,1,0,1494,1090,0,1), - (26144,4805,48,4982,0,-639.823,144.715,-58.029,5.89921,7200,1,0,1494,1090,0,1), - (26145,4805,48,4982,0,-640.456,116.714,-57.9424,0.733038,7200,1,0,1494,1090,0,1), - (26146,4805,48,4982,0,-635.402,121.566,-58.0027,3.94444,7200,1,0,1494,1090,0,1), - (26147,4798,48,2014,0,-636.781,142.756,-58.2683,4.67099,7200,5,0,1494,545,0,1), - (26148,4798,48,2014,0,-632.811,104.016,-57.2097,5.65487,7200,5,1,1494,545,0,2), - (26149,4798,48,2014,0,-607.3,47.8114,-54.9607,2.63545,7200,5,0,1494,545,0,1), - (26150,4807,48,4762,0,-584.962,45.5463,-51.4678,2.14675,7200,1,0,2529,0,0,1), - (26151,4798,48,2014,0,-602.882,22.8889,-50.4071,2.84489,7200,2,0,1494,545,0,1), - (26152,4799,48,2021,0,-612.935,33.4303,-52.7348,5.41052,7200,1,0,1494,818,0,1), - (26153,4798,48,2014,0,-612.367,27.1981,-51.7427,5.67232,7200,2,0,1494,545,0,1), - (26154,4807,48,4762,0,-590.068,49.9016,-51.9539,5.81195,7200,1,0,2529,0,0,1), - (26155,4799,48,2021,0,-688.951,24.0723,-30.6319,2.40855,7200,1,0,1494,818,0,1), - (26156,4799,48,2021,0,-696.314,28.6606,-30.8672,5.88176,7200,1,0,1494,818,0,1), - (26157,4799,48,2021,0,-672.137,8.8487,-25.2749,1.18682,7200,0,0,1494,818,0,0), - (26158,2971,1,10824,0,-1259.39,-931.09,-4.76143,4.58319,250,20,0,156,0,0,1), - (26159,2971,1,10824,0,-959.568,-607.217,-58.2264,2.34514,250,30,0,156,0,0,1), - (26160,1869,0,732,0,774.16,1117.51,52.8465,0.792179,275,0,0,300,0,0,0), - (26161,1868,0,828,0,712.101,1227.01,62.5407,4.41417,275,10,0,253,264,0,1), - (26162,1868,0,828,0,686.881,1246.61,73.9435,3.59087,275,10,0,253,264,0,1), - (26163,1869,0,732,0,778.168,1220.01,55.6695,2.51764,275,10,0,300,0,0,1), - (26164,2971,1,10824,0,-1369.22,-713.582,-48.9683,3.32634,250,0,0,156,0,0,0), - (26165,2971,1,10824,0,-1040.22,-919.69,2.0786,2.86061,250,20,0,156,0,0,1), - (26166,2971,1,10824,0,-836.175,-615.846,-37.305,2.48911,250,20,0,156,0,0,1), - (26167,4065,0,6029,0,-9337.76,-3025.9,135.564,2.82787,300,5,0,1563,0,0,1), - (26168,432,0,1887,0,-9110.89,-3282.96,103.893,2.63545,300,0,0,617,0,0,0), - (26170,4805,48,4982,0,-666.418,5.95801,-22.9052,6.14356,7200,0,0,1494,1090,0,0), - (26171,4064,0,6038,0,-9310.21,-2975.37,122.699,0.27324,300,0,0,1452,0,0,0), - (26172,426,0,500,0,-9030.23,-2429.1,131.088,3.85438,300,5,0,386,0,0,1), - (26173,12902,48,12822,0,-622.355,-10.3501,-22.777,4.90438,36000,0,0,1713,1236,0,0), - (26174,2971,1,10824,0,-617.321,-350.765,5.00454,3.93159,250,30,0,156,0,0,1), - (26175,2971,1,10824,0,-2248.99,-1384.26,33.0906,5.95975,250,20,0,156,0,0,1), - (26176,2971,1,10824,0,-732.515,-345.883,-26.2272,0.013671,250,20,0,156,0,0,1), - (26177,2971,1,10824,0,-919.364,-692.842,-39.4637,4.27494,250,30,0,156,0,0,1), - (26178,2971,1,10824,0,-2313.3,-1286.88,6.31794,6.2187,250,20,0,156,0,0,1), - (26179,5787,1,6692,0,-810.697,-28.6228,-13.1119,5.49779,19900,0,0,333,0,0,0), - (26180,2971,1,10824,0,-865.705,116.237,-13.1871,3.2589,250,20,0,156,0,0,1), - (26181,2971,1,10824,0,-614.449,-118.548,6.55316,5.8108,250,30,0,156,0,0,1), - (26182,2971,1,10824,0,-1084.32,-683.952,-54.7521,6.02635,250,20,0,156,0,0,1), - (26183,2971,1,10824,0,-1309.59,-635.962,-58.6371,5.12446,250,30,0,156,0,0,1), - (26184,2972,1,1454,0,-1559,-403.025,-42.0006,0.477204,250,0,0,122,0,0,0), - (26185,2972,1,1451,0,-2551,22.0117,11.9644,4.39867,250,5,0,122,0,0,1), - (26186,2972,1,1454,0,-2535.46,14.6013,10.7254,4.56349,250,5,0,122,0,0,1), - (26187,2972,1,1454,0,-2543.7,7.50046,9.03971,4.30487,250,5,0,122,0,0,1), - (26188,2972,1,1451,0,-1571.1,-419.184,-40.6388,2.48415,250,0,0,122,0,0,0), - (26189,2972,1,1451,0,-1566.26,-431.765,-41.1907,2.54796,250,0,0,122,0,0,0), - (26190,2972,1,1454,0,-2076.58,-236.571,-7.1374,2.62027,250,5,0,122,0,0,1), - (26191,2972,1,1454,0,-2076.06,-218.413,-5.00717,2.32868,250,5,0,122,0,0,1), - (26192,2972,1,1454,0,-1346.56,-907.761,0.158542,5.46322,250,0,0,122,0,0,0), - (26193,2972,1,1454,0,-1335.11,-901.182,-5.59499,5.32423,250,0,0,122,0,0,0), - (26194,2972,1,1454,0,-1341.92,-904.591,-2.80832,5.35784,250,0,0,122,0,0,0), - (26195,2972,1,1454,0,-1326.28,-903.368,-5.84471,5.54232,250,0,0,122,0,0,0), - (26196,2973,1,1230,0,-1543.72,-401.86,-43.2021,0.811741,250,0,0,195,0,0,0), - (26197,5053,43,2996,0,-143.996,68.7025,-106.276,1.13839,7200,5,1,417,0,0,1), - (26198,3637,43,755,0,-70.5127,129.642,-90.603,2.95968,7200,5,0,1251,0,0,1), - (26199,3636,43,1747,0,-60.7857,138.19,-91.5768,5.135,7200,5,0,1251,0,0,1), - (26200,3640,43,1751,0,-79.921,184.606,-92.4411,1.15033,7200,0,0,1158,0,0,2), - (26201,2914,43,1206,0,-114.89,141.104,-80.7141,6.00638,7200,15,0,8,0,0,1), - (26202,3637,43,755,0,-107.137,243.697,-93.1197,4.85279,7200,2,0,1251,0,0,1), - (26203,5756,43,2706,0,-193.656,43.2439,-47.9388,0.86582,7200,7,0,1452,0,0,1), - (26204,3636,43,1747,0,-53.6357,119.14,-89.5286,0.293123,7200,5,0,1251,0,0,1), - (26205,2914,43,1206,0,-53.4452,135.758,-90.9473,4.03244,7200,10,0,8,0,0,1), - (26206,5053,43,2996,0,-79.1275,71.5339,-106.162,3.23927,7200,5,0,417,0,0,1), - (26207,2973,1,1230,0,-2554.46,6.33827,7.88806,4.70262,250,5,0,195,0,0,1), - (26208,3229,1,1254,0,-3101.21,-1203.35,85.6088,5.91667,250,0,0,116,0,0,0), - (26209,2973,1,1230,0,-2113.14,-181.47,-6.5166,1.62303,250,15,0,195,0,0,1), - (26210,2974,1,10918,0,-1566.06,-409.274,-41.1913,0.103797,250,0,0,220,0,0,0), - (26211,2974,1,10918,0,-2649.29,-1090.69,-7.21731,1.72567,250,30,0,220,0,0,1), - (26212,2974,1,10918,0,-2643.93,-1105.36,-5.81951,1.94028,250,30,0,220,0,0,1), - (26213,2974,1,10918,0,-2544.14,23.2627,12.3682,4.35733,250,5,0,220,0,0,1), - (26214,2974,1,10918,0,-1593.61,-407.641,-39.3089,2.37001,250,0,0,220,0,0,0), - (26215,3835,43,1924,0,-81.6378,202.29,-93.2193,5.56556,7200,15,0,8,0,0,1), - (26216,3636,43,1747,0,-73.686,197.576,-93.9035,3.85005,7200,2,0,1251,0,0,1), - (26217,3637,43,755,0,-35.1935,198.074,-96.5795,5.19525,7200,5,0,1251,0,0,1), - (26218,3636,43,1747,0,-33.1695,163.583,-95.7797,5.81154,7200,2,0,1251,0,0,1), - (26219,3835,43,1924,0,-23.2718,132.678,-106.162,1.51871,7200,15,0,8,0,0,1), - (26220,3636,43,1747,0,-105.548,228.726,-89.8854,6.0707,7200,2,0,1251,0,0,1), - (26221,3637,43,755,0,-32.5351,173.325,-96.3111,6.05171,7200,2,0,1251,0,0,1), - (26222,2914,43,1206,0,-67.8561,207.422,-93.4522,6.22778,7200,15,0,8,0,0,1), - (26223,3636,43,1747,0,-72.1507,214.795,-93.6078,0.008581,7200,5,0,1251,0,0,1), - (26224,3636,43,1747,0,-100.263,180.225,-78.4933,2.95997,7200,2,0,1251,0,0,1), - (26225,3840,43,4233,0,-35.4498,166.32,-96.0822,4.45059,7200,0,0,1212,912,0,2), - (26226,2914,43,1206,0,-101.905,232.8,-91.5832,5.5821,7200,15,0,8,0,0,1), - (26227,3636,43,1747,0,-35.0195,209.613,-96.3626,5.83298,7200,5,0,1251,0,0,1), - (26228,3640,43,1751,0,-20.5522,172.007,-104.511,4.47048,7200,0,1,1158,0,0,2), - (26229,3640,43,1751,0,-34.6464,211.374,-96.0663,4.57712,7200,0,1,1158,0,0,2), - (26230,3636,43,1747,0,-47.7481,254.798,-92.8443,5.53629,7200,5,0,1251,0,0,1), - (26231,2974,1,10918,0,-1555,-422.133,-41.7455,2.71034,250,0,0,220,0,0,0), - (26232,2974,1,10918,0,-2060.04,-245.411,-8.92791,2.6211,250,5,0,220,0,0,1), - (26233,2974,1,10918,0,-1317.95,-926.415,1.9346,5.79242,250,0,0,220,0,0,0), - (26234,2975,1,7243,0,-2569.06,-735.685,-5.53374,2.56386,250,10,0,102,0,0,1), - (26235,2975,1,3902,0,-2576.02,-722.765,-5.54161,4.45646,250,10,0,102,0,0,1), - (26236,2975,1,7243,0,-2550.16,-741.861,-6.04805,2.3146,250,10,0,102,0,0,1), - (26237,2975,1,7243,0,-2564.78,-702.552,-7.47303,2.08004,250,10,0,102,0,0,1), - (26238,2914,43,1206,0,-53.1763,263.859,-92.8437,0.660778,7200,15,0,8,0,0,1), - (26239,3840,43,4233,0,-50.9113,263.772,-92.8438,3.40905,7200,0,1,1212,912,0,2), - (26240,2975,1,7243,0,-2560.31,-690.324,-7.92431,2.1693,250,10,0,102,0,0,1), - (26241,2975,1,7243,0,-2525.99,-710.524,-7.91477,2.59323,250,3,0,102,0,0,1), - (26242,2975,1,3902,0,-2527.1,-743.32,-7.99728,3.95004,250,15,0,102,0,0,1), - (26243,2975,1,7243,0,-2537.44,-725.008,-8.9158,1.3761,250,3,0,102,0,0,1), - (26244,2975,1,7243,0,-2522.06,-692.206,-5.27291,0.856381,250,15,0,102,0,0,1), - (26245,2975,1,7243,0,-2540.77,-685.907,-7.42431,5.83199,250,5,0,102,0,0,1), - (26246,2975,1,7243,0,-2543.93,-703.149,-8.73497,4.60461,250,3,0,102,0,0,1), - (26247,3232,1,1274,0,-1025.06,-1055.64,21.2267,6.17715,250,5,0,176,0,0,1), - (26248,3232,1,1274,0,-977.141,-1143.72,69.3663,5.82343,250,3,0,176,0,0,1), - (26249,3232,1,1274,0,-1040.5,-1077.56,27.8492,5.75044,250,5,0,176,0,0,1), - (26250,3232,1,1274,0,-995.169,-1076.68,44.4506,4.76927,250,0,0,176,0,0,0), - (26251,2976,1,7244,0,-1889.09,-715.831,-1.39044,1.88162,250,5,0,120,0,0,1), - (26252,3840,43,4233,0,-55.2565,274.696,-92.7608,4.69494,7200,0,0,1212,912,0,0), - (26253,3835,43,1924,0,-17.2637,252.039,-105.43,1.7754,7200,5,0,8,0,0,1), - (26254,5053,43,2996,0,-6.12651,214.864,-106.162,3.80331,7200,5,0,417,0,0,1), - (26255,2976,1,355,0,-1895.25,-694.292,-2.58544,2.21411,250,3,0,120,0,0,1), - (26257,5053,43,2996,0,-39.1155,113.401,-106.162,0.897454,7200,5,0,417,0,0,1), - (26258,5053,43,2996,0,-11.8997,158.706,-106.162,1.22841,7200,5,0,417,0,0,1), - (26259,3637,43,755,0,12.7715,160.489,-87.9237,5.90303,7200,5,0,1251,0,0,1), - (26260,3232,1,1274,0,-1001.86,-1087.53,44.4757,3.76833,250,0,0,176,0,0,0), - (26261,3232,1,1274,0,-990.674,-1155.53,72.6163,1.62372,250,3,0,176,0,0,1), - (26262,3232,1,1274,0,-1010.67,-1148.43,62.1397,4.88498,250,5,0,176,0,0,1), - (26263,3232,1,1274,0,-1013.7,-1043.82,17.6816,2.81475,250,5,0,176,0,0,1), - (26264,3232,1,1274,0,-940.801,-1057.22,38.0725,3.23047,250,5,0,176,0,0,1), - (26265,3232,1,1274,0,-939.087,-1121.15,69.0968,4.20947,250,5,0,176,0,0,1), - (26266,3232,1,1274,0,-963.43,-1129.63,65.2218,3.52299,250,3,0,176,0,0,1), - (26267,3232,1,1274,0,-1043.73,-1139.39,50.5215,2.37499,250,5,0,176,0,0,1), - (26268,3232,1,1274,0,-1030.92,-1148.66,57.2906,3.82185,250,5,0,176,0,0,1), - (26269,2976,1,7244,0,-1946.67,-686.458,-1.69813,1.32618,250,3,0,120,0,0,1), - (26270,2976,1,1122,0,-1849.82,-230.879,-9.32636,3.43475,250,5,0,120,0,0,1), - (26271,2976,1,7244,0,-1809.93,-220.599,-9.29985,0.49623,250,5,0,120,0,0,1), - (26272,2976,1,1122,0,-1835.93,-217.193,-9.32258,2.68319,250,5,0,120,0,0,1), - (26273,2976,1,7244,0,-2553.23,-721.481,-8.97303,1.57561,250,3,0,120,0,0,1), - (26274,3232,1,1274,0,-958.738,-1076.28,39.7843,4.7766,250,5,0,176,0,0,1), - (26275,3232,1,1274,0,-988.874,-1040.62,19.5128,4.90068,250,5,0,176,0,0,1), - (26276,3232,1,1274,0,-958.757,-1041.46,25.6975,3.69631,250,5,0,176,0,0,1), - (26277,3232,1,1274,0,-941.998,-1083.05,45.4093,3.44914,250,5,0,176,0,0,1), - (26278,3232,1,1274,0,-970.942,-1055.81,29.7173,0.742745,250,5,0,176,0,0,2), - (26279,2976,1,7244,0,-1930.58,-700.912,3.27829,4.6241,250,0,0,120,0,0,0), - (26280,3232,1,1274,0,-986.268,-1086.01,44.4506,2.9089,250,0,0,176,0,0,0), - (26281,3232,1,1274,0,-974.644,-1103.47,45.4156,3.85471,250,5,0,176,0,0,1), - (26282,2976,1,1122,0,-1947.21,-713.225,0.927834,4.94089,250,5,0,120,0,0,1), - (26283,2976,1,7244,0,-1942.18,-746.522,-2.19717,1.00688,250,5,0,120,0,0,1), - (26284,2976,1,7244,0,-1918.62,-747.353,-2.62556,5.14476,250,5,0,120,0,0,1), - (26285,4807,48,4762,0,-657.648,-13.9641,-18.2174,4.50295,7200,1,0,2529,0,0,1), - (26286,4798,48,2014,0,-562.737,-3.06629,-45.3303,1.01229,7200,2,0,1494,545,0,1), - (26287,4807,48,4762,0,-618.076,-8.71146,-23.3561,1.48353,7200,1,0,2529,0,0,1), - (26288,4799,48,2021,0,-624.232,-14.4385,-21.8731,0.383972,7200,0,0,1494,818,0,0), - (26289,4799,48,2021,0,-570.364,0.897712,-47.1378,3.35103,7200,2,0,1494,818,0,1), - (26290,4805,48,4982,0,-544.438,-2.99869,-42.0358,3.4383,7200,2,0,1494,1090,0,1), - (26291,4798,48,2014,0,-546.507,-49.7815,-38.5412,0.226893,7200,1,0,1494,545,0,1), - (26292,4799,48,2021,0,-623.971,-37.308,-21.7737,4.43314,7200,1,0,1494,818,0,1), - (26293,4805,48,4982,0,-574.266,-45.378,-34.6147,4.53786,7200,1,0,1494,1090,0,1), - (26294,4799,48,2021,0,-545.942,-40.8536,-39.1961,0.645772,7200,1,0,1494,818,0,1), - (26295,4805,48,4982,0,-580.142,-37.0436,-33.0913,3.24631,7200,1,0,1494,1090,0,1), - (26296,4805,48,4982,0,-623.069,-45.3432,-22.3864,1.50098,7200,0,0,1494,1090,0,0), - (26297,4805,48,4982,0,-518.229,-9.47799,-43.1508,4.20624,7200,5,0,1494,1090,0,1), - (26298,4799,48,2021,0,-533.166,-3.55523,-40.4189,6.18501,7200,5,1,1494,818,0,2), - (26299,4805,48,4982,0,-513.823,30.3236,-46.233,5.20108,7200,2,0,1494,1090,0,1), - (26300,4805,48,4982,0,-507.705,19.1058,-45.4344,2.07694,7200,2,0,1494,1090,0,1), - (26301,4807,48,4762,0,-511.079,-33.1574,-42.9942,1.88496,7200,5,0,2529,0,0,1), - (26302,4805,48,4982,0,-519.014,-41.2675,-41.5278,1.88496,7200,5,0,1494,1090,0,1), - (26303,4805,48,4982,0,-479.967,-40.9691,-40.9697,0.139626,7200,2,0,1494,1090,0,1), - (26304,4807,48,4762,0,-505.342,-53.0529,-42.0544,3.75246,7200,1,0,2529,0,0,1), - (26305,4807,48,4762,0,-509.989,-58.5488,-41.8187,1.18682,7200,1,0,2529,0,0,1), - (26306,4799,48,2021,0,-514.26,-45.309,-42.1518,2.53691,7200,5,0,1494,818,0,1), - (26307,4798,48,2014,0,-487.371,-85.9738,-42.7338,6.19592,7200,1,0,1494,545,0,1), - (26308,4798,48,2014,0,-468.616,-40.577,-36.6384,1.37881,7200,1,0,1494,545,0,1), - (26309,4799,48,2021,0,-478.746,-86.1163,-40.6561,3.24631,7200,1,0,1494,818,0,1), - (26310,4798,48,2014,0,-532.32,-43.5506,-39.6092,0.125233,7200,5,1,1494,545,0,2), - (26311,4809,48,2883,0,-692.671,-45.7525,-29.9505,4.04916,7200,0,0,1494,545,0,0), - (26312,4811,48,2889,0,-695.441,-40.5065,-29.9526,3.10669,7200,0,0,1599,1162,0,0), - (26313,4812,48,2897,0,-694.532,-30.0734,-29.95,1.32645,7200,0,0,1494,1090,0,0), - (26314,4827,48,2836,0,-700.743,-77.3548,-38.3356,3.59538,7200,3,0,1686,0,0,1), - (26315,4810,48,2901,0,-718.32,-30.9891,-37.6503,2.35619,7200,0,0,1815,0,0,0), - (26316,4810,48,2898,0,-722.013,-56.5438,-37.6503,3.83972,7200,0,0,1815,0,0,0), - (26317,4810,48,2898,0,-722.105,-27.4256,-37.6503,5.5676,7200,0,0,1815,0,0,0), - (26318,4810,48,2898,0,-725.366,-60.1186,-37.6581,0.907571,7200,0,0,1815,0,0,0), - (26319,4798,48,2014,0,-720.185,40.1762,-29.8509,0.383972,7200,1,0,1494,545,0,1), - (26320,4810,48,2901,0,-744.607,7.865,-29.947,3.59538,7200,0,0,1815,0,0,0), - (26321,4810,48,2899,0,-725.556,5.94794,-29.95,5.93412,7200,0,0,1815,0,0,0), - (26322,4812,48,2896,0,-719.863,4.31058,-29.95,2.93215,7200,0,0,1494,1090,0,0), - (26323,4807,48,4762,0,-713.285,42.7616,-29.9299,3.47321,7200,1,0,2529,0,0,1), - (26324,4812,48,2896,0,-722.41,-79.0308,-37.659,5.28835,7200,0,0,1494,1090,0,0), - (26325,4811,48,2887,0,-748.753,5.72824,-29.9157,0.506145,7200,0,0,1599,1162,0,0), - (26326,4823,48,9565,0,-761.466,-34.6609,-40.333,1.65806,7200,2,0,1392,0,0,1), - (26327,4812,48,2895,0,-764.633,-54.1033,-29.8464,5.39307,7200,0,0,1494,1090,0,0), - (26328,4810,48,2899,0,-793.893,-59.3825,-29.5982,1.8326,7200,0,0,1815,0,0,0), - (26329,4809,48,2884,0,-721.039,-86.4893,-37.7622,2.11185,7200,5,1,1494,545,0,2), - (26330,4811,48,2887,0,-798.48,-54.9876,-29.5982,0.191986,7200,0,0,1599,1162,0,0), - (26331,4811,48,2887,0,-764.725,-61.6536,-29.8474,1.5708,7200,0,0,1599,1162,0,0), - (26332,4810,48,2899,0,-754.31,-58.1687,-29.9301,0.575959,7200,5,1,1815,0,0,2), - (26333,4812,48,2894,0,-798.28,-57.0101,-29.6816,6.23816,7200,0,0,1494,1090,0,0), - (26344,2976,1,3903,0,-1906.31,-709.753,3.15329,0.465911,250,5,0,120,0,0,1), - (26345,2976,1,7244,0,-1829.28,-254.059,-9.15345,2.01109,250,5,0,120,0,0,1), - (26346,2976,1,7244,0,-1801.43,-239.287,-9.29985,1.90923,250,5,0,120,0,0,1), - (26347,3232,1,1274,0,-1055.7,-1109.93,35.7423,3.93873,250,5,0,176,0,0,1), - (26348,3232,1,1274,0,-1021.16,-1102.74,44.4928,5.25904,250,0,0,176,0,0,0), - (26349,3232,1,1274,0,-1046.29,-1128.57,45.2885,4.43506,250,5,0,176,0,0,1), - (26350,3232,1,1274,0,-1054.6,-1094.35,30.5758,5.12652,250,5,0,176,0,0,1), - (26351,3232,1,1274,0,-1013.84,-1118.25,44.4928,6.19123,250,0,0,176,0,0,0), - (26352,3232,1,1274,0,-985.956,-1103.23,44.5406,4.70966,250,5,0,176,0,0,1), - (26353,3232,1,1274,0,-1003.67,-1122.38,44.4928,1.58584,250,0,0,176,0,0,0), - (26354,3232,1,1274,0,-1027.53,-1126.56,44.4928,4.1519,250,5,0,176,0,0,1), - (26355,3233,1,3817,0,-1150.41,-1027.37,3.57968,5.70723,250,0,0,334,0,0,0), - (26356,2977,1,3908,0,-1914.06,-674.479,-5.3324,1.86838,250,5,0,137,0,0,1), - (26357,2977,1,7246,0,-1929.98,-716.028,3.65329,1.43427,250,0,0,137,0,0,0), - (26358,2977,1,7246,0,-1910.83,-727.258,2.49843,1.47696,250,5,0,137,0,0,1), - (26359,2977,1,7246,0,-1809.7,-255.987,-9.29985,4.71335,250,5,0,137,0,0,1), - (26360,2977,1,7246,0,-1847.23,-249.355,-9.1109,2.3465,250,5,0,137,0,0,1), - (26361,2977,1,4099,0,-1809.64,-239.495,-9.29985,4.6946,250,5,0,137,0,0,1), - (26362,2977,1,3908,0,-1827.69,-231.637,-9.34152,4.31096,250,0,0,137,0,0,0), - (26363,2978,1,7247,0,-1654.5,-1326.59,132.974,5.8294,250,0,0,156,0,0,0), - (26364,2978,1,7247,0,-1479.96,-1143.31,155.037,5.89921,250,0,0,156,0,0,0), - (26365,2978,1,7247,0,-1615.61,-1348.57,132.891,5.98648,250,0,0,156,0,0,0), - (26366,1869,0,732,0,670.994,1179.05,65.6631,4.75109,275,10,0,300,0,0,1), - (26367,2978,1,7247,0,-1635.65,-1089.24,103.623,3.47321,250,0,0,156,0,0,0), - (26368,2978,1,355,0,-1534.44,-1135.41,103.502,0.366519,250,0,0,156,0,0,0), - (26369,2978,1,7247,0,-1618.74,-1383.61,132.817,4.5204,250,0,0,156,0,0,0), - (26370,2978,1,7247,0,-1629.39,-1363.92,132.363,2.67035,250,0,0,156,0,0,0), - (26371,2978,1,7247,0,-1492.28,-1121.42,153.241,1.46608,250,0,0,156,0,0,0), - (26372,2978,1,7247,0,-1605.17,-1395.11,132.688,5.14872,250,0,0,156,0,0,0), - (26373,2978,1,7247,0,-1601.61,-1388.84,132.825,6.10865,250,0,0,156,0,0,0), - (26374,2978,1,1122,0,-1613.05,-1343.28,132.959,0.680678,250,0,0,156,0,0,0), - (26375,2978,1,7247,0,-1602.21,-1284.36,133.576,0.453786,250,0,0,156,0,0,0), - (26376,2978,1,355,0,-1629.69,-1356.99,132.706,3.94444,250,0,0,156,0,0,0), - (26377,2978,1,7247,0,-1494.68,-1141.7,158.182,3.03687,250,0,0,156,0,0,0), - (26378,2978,1,355,0,-1611.34,-1369.44,132.721,0.191986,250,0,0,156,0,0,0), - (26379,2978,1,7247,0,-1483.85,-1097.72,145.52,1.43117,250,0,0,156,0,0,0), - (26380,2978,1,7247,0,-1603.72,-1278.04,133.718,1.11701,250,0,0,156,0,0,0), - (26381,2978,1,355,0,-1638.04,-1096.7,103.846,2.53073,250,0,0,156,0,0,0), - (26382,2978,1,355,0,-1605.31,-1253.39,134.487,5.51524,250,0,0,156,0,0,0), - (26383,2978,1,7247,0,-1554.33,-1302.38,133.274,5.37561,250,0,0,156,0,0,0), - (26384,2978,1,1122,0,-1562.74,-1298.89,133.064,1.3439,250,0,0,156,0,0,0), - (26385,2978,1,355,0,-1585.86,-1303.96,133.028,0.942478,250,0,0,156,0,0,0), - (26386,2978,1,355,0,-1578.24,-1314.67,133.21,4.97419,250,0,0,156,0,0,0), - (26387,2978,1,7247,0,-1558.71,-1306.94,133.35,5.96903,250,0,0,156,0,0,0), - (26388,2978,1,7247,0,-1605.96,-1327.09,133.423,5.58505,250,0,0,156,0,0,0), - (26389,2978,1,3909,0,-1571.83,-1311.98,133.246,4.85202,250,0,0,156,0,0,0), - (26390,2978,1,7247,0,-1757.99,-1316.66,113.043,3.21141,250,0,0,156,0,0,0), - (26391,2978,1,7247,0,-1759.8,-1330.54,113.632,3.49066,250,0,0,156,0,0,0), - (26392,2978,1,7247,0,-1752.66,-1331.58,113.372,5.20108,250,0,0,156,0,0,0), - (26393,2978,1,7247,0,-1602.86,-1155.84,103.381,5.60251,250,0,0,156,0,0,0), - (26394,2978,1,7247,0,-1597.02,-1157.17,103.044,4.15388,250,0,0,156,0,0,0), - (26395,2978,1,7247,0,-1684.54,-1197.65,109.013,4.29351,250,0,0,156,0,0,0), - (26396,2978,1,355,0,-1636.94,-1164.71,110.519,5.32325,250,0,0,156,0,0,0), - (26397,2978,1,7247,0,-1538.38,-1107.29,103.767,0.785398,250,0,0,156,0,0,0), - (26398,2978,1,7247,0,-1549.94,-1096.66,103.786,1.25664,250,0,0,156,0,0,0), - (26399,2978,1,7247,0,-1557.76,-1086.23,103.803,1.69297,250,0,0,156,0,0,0), - (26400,2978,1,7247,0,-1801.66,-1284.17,113.284,3.7001,250,0,0,156,0,0,0), - (26401,2978,1,7247,0,-1745.17,-1290.65,113.374,0.10472,250,0,0,156,0,0,0), - (26402,2978,1,7247,0,-1760.62,-1297.14,112.905,3.90954,250,0,0,156,0,0,0), - (26403,2978,1,3909,0,-1730.34,-1263.38,113.531,5.81195,250,0,0,156,0,0,0), - (26404,2978,1,7247,0,-1721.75,-1252.14,113.372,0.401426,250,0,0,156,0,0,0), - (26405,2978,1,7247,0,-1738,-1269.69,113.417,5.77704,250,0,0,156,0,0,0), - (26406,2978,1,3909,0,-1735.12,-1252.08,113.133,2.23402,250,0,0,156,0,0,0), - (26407,2978,1,7247,0,-1764.43,-1186.34,120.128,2.3911,250,0,0,156,0,0,0), - (26408,2978,1,7247,0,-1758.57,-1199.24,120.936,5.75959,250,0,0,156,0,0,0), - (26409,2978,1,7247,0,-1702.41,-1204.45,106.755,5.67232,250,0,0,156,0,0,0), - (26410,2978,1,7247,0,-1721.36,-1200.29,107.035,3.54302,250,0,0,156,0,0,0), - (26411,2978,1,1122,0,-1734.39,-1192.33,123.936,5.39307,250,0,0,156,0,0,0), - (26412,2978,1,7247,0,-1665.33,-1324.97,132.888,4.32842,250,0,0,156,0,0,0), - (26413,2978,1,355,0,-1666.89,-1309.35,132.7,1.6057,250,0,0,156,0,0,0), - (26414,2978,1,7247,0,-1639.66,-1298.81,132.288,2.93215,250,0,0,156,0,0,0), - (26415,2978,1,7247,0,-1684.08,-1314.23,132.584,2.28638,250,0,0,156,0,0,0), - (26416,2978,1,7247,0,-1680.92,-1321.15,132.894,3.80482,250,0,0,156,0,0,0), - (26417,2978,1,7247,0,-1742.74,-1034.11,118.792,1.62316,250,0,0,156,0,0,0), - (26418,2978,1,3909,0,-1751.46,-1042.49,119.655,3.56047,250,0,0,156,0,0,0), - (26419,2978,1,3909,0,-852.871,-21.4746,-11.8725,5.94601,250,5,0,156,0,0,1), - (26420,2978,1,7247,0,-820.805,18.236,-10.302,4.82164,250,5,0,156,0,0,1), - (26421,2978,1,7247,0,-785.783,15.6386,-13.4612,3.67431,250,5,0,156,0,0,1), - (26422,2978,1,7247,0,-735.974,-136.687,-26.4751,1.0157,250,5,0,156,0,0,1), - (26423,2978,1,1122,0,-765.286,-134.311,-28.1001,0.407324,250,5,0,156,0,0,2), - (26424,2978,1,7247,0,-739.209,-162.49,-27.2353,3.02946,250,3,0,156,0,0,1), - (26425,2978,1,355,0,-821.165,-45.8845,-13.2237,1.73828,250,5,0,156,0,0,1), - (26426,2978,1,355,0,-780.732,-13.0491,-14.8958,1.01225,250,5,0,156,0,0,1), - (26427,2978,1,7247,0,-817.355,-18.5405,-13.177,4.7157,250,5,0,156,0,0,2), - (26428,2978,1,7247,0,-846.957,-54.5134,-13.1104,5.04517,250,5,0,156,0,0,1), - (26429,2978,1,7247,0,-1551.74,-1174.79,104.509,5.0091,250,0,0,156,0,0,0), - (26430,2978,1,355,0,-1560.09,-1177.8,105.047,5.49779,250,0,0,156,0,0,0), - (26431,2978,1,7247,0,-1517.88,-1047.61,153.5,1.81514,250,0,0,156,0,0,0), - (26432,2978,1,7247,0,-1914.36,-1012.18,45.4075,1.10924,250,5,0,156,0,0,1), - (26433,2978,1,7247,0,-1917.71,-1032.29,44.1575,5.7464,250,5,0,156,0,0,1), - (26434,2978,1,355,0,-1909.16,-1035.88,49.3998,0.059741,250,5,0,156,0,0,1), - (26435,2978,1,7247,0,-1941.4,-1017.29,38.652,1.09313,250,5,0,156,0,0,1), - (26436,2978,1,7247,0,-1931.99,-1018.77,42.9075,3.12774,250,5,0,156,0,0,1), - (26437,2978,1,7247,0,-1935.26,-1032.43,43.527,5.45212,250,0,0,156,0,0,0), - (26438,2978,1,355,0,-1940.46,-1047.15,44.016,5.73397,250,5,0,156,0,0,1), - (26439,2978,1,7247,0,-1955.32,-1037.75,37.516,2.48914,250,5,0,156,0,0,1), - (26440,2978,1,7247,0,-1930.26,-1059.05,44.3998,3.75491,250,0,0,156,0,0,0), - (26441,2978,1,355,0,-1957.23,-1056.68,45.141,3.12709,250,2,0,156,0,0,1), - (26442,2978,1,7247,0,-1940.69,-1137.81,84.5383,4.41565,250,5,0,156,0,0,1), - (26443,2978,1,7247,0,-1949.92,-1069.82,48.3882,1.86937,250,2,0,156,0,0,1), - (26444,2978,1,7247,0,-1940.1,-1065.07,44.266,0.591751,250,0,0,156,0,0,0), - (26445,2978,1,7247,0,-1911.43,-1134.43,86.6206,4.54884,250,5,0,156,0,0,1), - (26446,2978,1,7247,0,-1939.38,-1102.56,68.0279,4.53994,250,5,0,156,0,0,1), - (26447,2978,1,3909,0,-1922.9,-1142.91,86.7456,5.49804,250,5,0,156,0,0,1), - (26448,2978,1,7247,0,-1902.49,-1090.56,85.1062,1.44258,250,5,0,156,0,0,1), - (26449,2978,1,355,0,-1889.82,-1085.89,89.1843,5.13597,250,5,0,156,0,0,1), - (26450,2978,1,355,0,-1851.52,-1146.02,98.51,3.49066,250,0,0,156,0,0,0), - (26451,2978,1,7247,0,-1860.7,-1131.31,96.7051,4.45059,250,0,0,156,0,0,0), - (26452,2978,1,1122,0,-1843.86,-1175.33,100.74,3.76991,250,0,0,156,0,0,0), - (26453,2978,1,7247,0,-1833.74,-1140.18,99.1448,0.523599,250,0,0,156,0,0,0), - (26454,2978,1,7247,0,-1829.94,-1194.87,104.727,3.735,250,0,0,156,0,0,0), - (26455,2978,1,7247,0,-1794.56,-1164.96,114.524,2.18166,250,0,0,156,0,0,0), - (26456,2978,1,7247,0,-1773.45,-1174.21,117.086,5.95157,250,0,0,156,0,0,0), - (26457,2978,1,7247,0,-1809.34,-1214.39,109.284,3.83972,250,0,0,156,0,0,0), - (26458,2978,1,7247,0,-1749.22,-1114.7,116.725,2.14675,250,0,0,156,0,0,0), - (26459,2978,1,7247,0,-1781.81,-1153.14,116.943,2.54818,250,0,0,156,0,0,0), - (26460,2978,1,1122,0,-1781.79,-1185.19,115.67,6.24828,250,0,0,156,0,0,0), - (26461,2978,1,7247,0,-1733.28,-1091.39,118.72,3.22886,250,0,0,156,0,0,0), - (26462,2978,1,3909,0,-1734.01,-1114.4,116.13,5.23599,250,0,0,156,0,0,0), - (26463,2978,1,7247,0,-1753.17,-1136.51,117.148,0.418879,250,0,0,156,0,0,0), - (26464,2978,1,3909,0,-1710.54,-1067.76,117.521,1.309,250,0,0,156,0,0,0), - (26465,2978,1,7247,0,-1686.87,-1208.99,127.226,3.31613,250,0,0,156,0,0,0), - (26466,2978,1,7247,0,-1672.12,-1186.04,112.298,5.28835,250,0,0,156,0,0,0), - (26467,2978,1,7247,0,-1718.21,-1187.76,107.139,2.6529,250,0,0,156,0,0,0), - (26468,2978,1,7247,0,-1671.94,-1152.85,113.284,2.84489,250,0,0,156,0,0,0), - (26469,2978,1,7247,0,-1693.02,-1161.06,112.544,1.93731,250,0,0,156,0,0,0), - (26470,2978,1,355,0,-1706.29,-1154.92,113.489,1.37881,250,0,0,156,0,0,0), - (26471,2978,1,7247,0,-1720.01,-1169.48,111.277,3.89208,250,0,0,156,0,0,0), - (26472,2978,1,7247,0,-1723.81,-1153.17,114.783,3.87463,250,0,0,156,0,0,0), - (26473,2978,1,7247,0,-1722.06,-1131.39,116.408,2.30383,250,0,0,156,0,0,0), - (26474,2978,1,7247,0,-1710.65,-1130.86,116.613,0.541052,250,0,0,156,0,0,0), - (26475,2978,1,7247,0,-1697.1,-1116.46,121.889,4.43314,250,0,0,156,0,0,0), - (26476,2978,1,1122,0,-1663,-1087.96,125.267,2.00713,250,0,0,156,0,0,0), - (26477,2978,1,3909,0,-1642.71,-1185.35,135.328,3.01942,250,0,0,156,0,0,0), - (26478,2978,1,7247,0,-1633.17,-1180.07,136.172,1.3439,250,0,0,156,0,0,0), - (26479,2978,1,3909,0,-1647.19,-1206.39,132.673,2.05949,250,0,0,156,0,0,0), - (26480,2978,1,7247,0,-1646.24,-1248.88,129.965,4.04916,250,0,0,156,0,0,0), - (26481,2978,1,7247,0,-1656.58,-1241.39,129.41,5.20108,250,0,0,156,0,0,0), - (26482,2978,1,7247,0,-1638.6,-1269.1,130.896,3.07178,250,0,0,156,0,0,0), - (26483,2978,1,7247,0,-1573.07,-1186.36,143.523,5.95157,250,0,0,156,0,0,0), - (26484,2978,1,1122,0,-1600.04,-1184.64,140.118,1.90241,250,0,0,156,0,0,0), - (26485,2978,1,1122,0,-1595.09,-1181.17,141.059,2.46091,250,0,0,156,0,0,0), - (26486,2978,1,7247,0,-1530.1,-1098.12,146.701,5.5676,250,0,0,156,0,0,0), - (26487,2978,1,3909,0,-1579.31,-1175.02,145.585,2.82743,250,0,0,156,0,0,0), - (26488,2978,1,355,0,-757.987,-130.569,-28.184,3.24879,250,3,0,156,0,0,1), - (26489,2978,1,355,0,-763.502,-163.308,-25.3501,0.960597,250,5,0,156,0,0,1), - (26490,2978,1,7247,0,-739.48,-142.995,-27.5924,2.25653,250,3,0,156,0,0,1), - (26491,2979,1,7245,0,-1638.69,-1323,132.693,2.28408,250,5,0,176,0,0,2), - (26492,2979,1,7245,0,-1602.1,-1316.84,133.044,3.4422,250,5,0,176,0,0,1), - (26493,2979,1,7245,0,-1471.89,-986.704,148.65,3.10621,250,0,0,176,0,0,0), - (26494,2979,1,3906,0,-1609.98,-1238.51,134.223,0.998795,250,5,0,176,0,0,1), - (26495,2979,1,7245,0,-1472.09,-978.938,148.65,1.37478,250,0,0,176,0,0,0), - (26496,2979,1,7245,0,-1505.13,-988.787,147.261,3.79277,250,0,0,176,0,0,0), - (26497,2979,1,7245,0,-1443.93,-1043.26,142.479,0.159308,250,0,0,176,0,0,0), - (26498,2979,1,7245,0,-1478.22,-984.527,148.65,4.99822,250,0,0,176,0,0,0), - (26499,2979,1,3904,0,-1606.14,-1301.75,133.613,3.361,250,5,0,176,0,0,2), - (26500,2979,1,7245,0,-1629.8,-1338.62,133.135,1.9554,250,5,0,176,0,0,1), - (26501,2979,1,7245,0,-1527.99,-986.687,150.761,4.32016,250,0,0,176,0,0,0), - (26502,2979,1,3904,0,-1465.04,-1069.22,143.244,4.92395,250,0,0,176,0,0,0), - (26503,2979,1,7245,0,-1590.94,-1147.02,104.111,4.65419,250,5,0,176,0,0,2), - (26504,2979,1,3904,0,-1618.32,-1078.38,103.243,1.88692,250,5,0,176,0,0,1), - (26505,2979,1,3906,0,-1581.16,-1069.86,103.467,3.65177,250,5,0,176,0,0,1), - (26506,2979,1,7245,0,-1591,-1074.29,103.737,0.750613,250,5,0,176,0,0,1), - (26507,2979,1,7245,0,-1575.49,-1078.79,103.672,4.28724,250,5,0,176,0,0,1), - (26508,2979,1,7245,0,-1576.54,-1160.08,103.662,1.44709,250,5,0,176,0,0,1), - (26509,2979,1,3906,0,-1574.43,-1087.58,103.656,4.84449,250,5,0,176,0,0,1), - (26510,2979,1,7245,0,-1798.45,-1270.11,113.107,5.31779,250,5,0,176,0,0,1), - (26511,2979,1,3906,0,-1611.37,-1262.47,132.681,3.23449,250,5,0,176,0,0,2), - (26512,2979,1,7245,0,-1631.09,-1307.76,133.022,5.97076,250,5,0,176,0,0,1), - (26513,2979,1,7245,0,-1783.37,-1281.34,112.648,5.1236,250,5,0,176,0,0,1), - (26514,2979,1,7245,0,-1770.84,-1281.55,113.245,1.34953,250,5,0,176,0,0,1), - (26515,2979,1,3905,0,-757.607,-143.116,-29.355,5.51524,250,0,0,176,0,0,0), - (26516,2979,1,7245,0,-746.269,-155.242,-28.1006,3.66519,250,0,0,176,0,0,0), - (26517,2979,1,7245,0,-807.974,-8.02729,-13.1881,3.92699,250,0,0,176,0,0,0), - (26518,2979,1,7245,0,-832.99,-29.6022,-13.2406,6.07375,250,0,0,176,0,0,0), - (26519,2979,1,3906,0,-1607.41,-1223.85,135.917,1.4969,250,5,0,176,0,0,1), - (26520,2979,1,3904,0,-1539.37,-1068.87,150.355,2.61946,250,5,0,176,0,0,1), - (26521,2979,1,3905,0,-1547.84,-1084.46,147.341,4.22683,250,5,0,176,0,0,1), - (26522,2979,1,7245,0,-1524.22,-1071.09,151.982,1.28662,250,5,0,176,0,0,1), - (26523,2979,1,3906,0,-1526.32,-1056.94,152.885,2.18522,250,5,0,176,0,0,2), - (26524,2979,1,7245,0,-1459.77,-1003.45,146.849,1.69557,250,0,0,176,0,0,0), - (26525,2979,1,7245,0,-1749.5,-1259.47,113.172,2.83996,250,5,0,176,0,0,1), - (26526,2979,1,3904,0,-1936.98,-1055.73,44.016,4.68528,250,0,0,176,0,0,0), - (26527,2979,1,7245,0,-1926.99,-1046.14,44.0248,3.83594,250,0,0,176,0,0,0), - (26528,2979,1,7245,0,-1873.32,-1121.01,96.5199,4.57192,250,5,0,176,0,0,2), - (26529,2979,1,7245,0,-1898.59,-1106.43,87.9454,2.32129,250,0,0,176,0,0,2), - (26530,2979,1,7245,0,-1879.69,-1112.25,94.1931,6.15747,250,0,0,176,0,0,0), - (26531,2979,1,7245,0,-1845.16,-1154.31,99.6613,6.27155,250,5,0,176,0,0,1), - (26532,2979,1,7245,0,-1851.98,-1126.38,96.0325,2.82817,250,5,0,176,0,0,1), - (26533,2979,1,7245,0,-1835.74,-1154.85,100.211,2.88562,250,5,0,176,0,0,2), - (26534,2979,1,7245,0,-1813.86,-1197.9,108.02,2.88712,250,5,0,176,0,0,1), - (26535,2979,1,3904,0,-1810.07,-1201.53,109.375,3.15648,250,5,0,176,0,0,1), - (26536,2979,1,7245,0,-1721.6,-1059.28,117.828,2.07391,250,5,0,176,0,0,2), - (26537,2979,1,3905,0,-1688.18,-1182.45,108.971,5.8567,250,5,0,176,0,0,2), - (26538,2979,1,7245,0,-1728.94,-1078.79,118.477,4.01071,250,5,0,176,0,0,1), - (26539,2979,1,3906,0,-1709.47,-1078.87,118.262,1.51766,250,5,0,176,0,0,1), - (26540,2979,1,7245,0,-1715,-1099.03,119.52,0.337934,250,5,0,176,0,0,1), - (26541,2979,1,7245,0,-1628.59,-1147.67,107.608,3.0978,250,5,0,176,0,0,2), - (26542,2979,1,7245,0,-1713.56,-1147.04,113.569,2.92834,250,5,0,176,0,0,2), - (26543,2979,1,7245,0,-1666.89,-1170.95,113.309,5.92226,250,5,0,176,0,0,1), - (26544,2979,1,3904,0,-1688.23,-1103.38,122.933,0.852183,250,5,0,176,0,0,1), - (26545,2979,1,7245,0,-1712.33,-1176.8,108.414,2.34021,250,5,0,176,0,0,1), - (26546,2979,1,7245,0,-1697.14,-1089.13,120.61,5.74574,250,5,0,176,0,0,1), - (26547,2979,1,7245,0,-1681.46,-1091.16,123.071,4.34153,250,5,0,176,0,0,1), - (26548,2979,1,3904,0,-1670.49,-1106.64,125.683,0.622831,250,5,0,176,0,0,1), - (26549,2979,1,3904,0,-1685.37,-1130.62,125.999,1.84362,250,5,0,176,0,0,1), - (26550,2979,1,7245,0,-1672.46,-1136.42,129.23,3.74078,250,5,0,176,0,0,2), - (26551,2979,1,7245,0,-1678.64,-1117.6,125.635,2.56109,250,5,0,176,0,0,1), - (26552,2979,1,7245,0,-1624.73,-1191.35,135.965,5.44355,250,5,0,176,0,0,1), - (26553,2979,1,7245,0,-1675.1,-1216.17,127.933,0.890001,250,5,0,176,0,0,1), - (26554,2979,1,7245,0,-1651.36,-1214.61,131.103,1.57391,250,5,0,176,0,0,1), - (26555,2979,1,7245,0,-1630.29,-1286.17,131.899,4.22747,250,5,0,176,0,0,2), - (26556,2979,1,7245,0,-1587.13,-1196.3,140.438,1.34099,250,5,0,176,0,0,1), - (26557,2979,1,7245,0,-1532.45,-1084.52,148.516,5.73837,250,5,0,176,0,0,2), - (26558,2980,1,3808,0,-2912.7,-257.54,53.0241,3.1765,250,0,0,138,0,0,0), - (26560,8356,1,7621,0,-1252.82,24.7438,128.27,3.1765,250,0,0,2972,0,0,0), - (26561,2981,1,3809,0,-2877.95,-221.83,54.9039,4.34587,250,0,0,2100,0,0,0), - (26562,8357,1,7620,0,-1262.78,24.0055,128.27,0.10472,250,0,0,2972,0,0,0), - (26563,2982,1,3813,0,-3430.31,-139.28,103.16,0.715585,250,0,0,334,0,0,0), - (26564,12198,1,12290,0,-1384.07,-96.5714,159.018,2.94961,500,0,0,3300,0,0,0), - (26565,8358,1,7622,0,-1243.86,40.9178,127.197,0.593412,250,0,0,1605,0,0,0), - (26566,8359,1,7623,0,-1238.58,38.971,127.147,2.05949,250,0,0,1605,0,0,0), - (26567,5543,1,3371,0,-1033.71,215.326,110.769,3.24405,250,5,0,748,0,0,2), - (26568,11944,1,11902,0,-2909.55,-231.807,53.9186,5.16617,250,0,0,166,0,0,0), - (26569,8360,1,7624,0,-1243.76,47.3678,127.22,5.98648,250,0,0,1605,0,0,0), - (26570,2984,1,3815,0,-1508.91,367.215,62.8244,4.45059,250,0,0,456,0,0,0), - (26571,2985,1,3822,0,-2397.07,-384.831,-2.19496,5.72468,250,0,0,372,0,0,0), - (26572,8361,1,7625,0,-1231.68,136.95,133.063,3.19424,250,0,0,1605,0,0,2), - (26573,8362,1,7626,0,-1300.17,110.54,131.452,6.12611,250,0,0,1605,0,0,0), - (26574,2987,1,4516,0,-1264.5,122.616,131.25,2.60014,250,0,0,500,0,0,0), - (26575,8363,1,7628,0,-1295.3,92.4619,129.81,0.802851,250,0,0,1605,0,0,0), - (26576,8364,1,7627,0,-1297.2,106.377,131.343,0.820305,250,0,0,1605,0,0,0), - (26577,2988,1,1624,0,-2369.55,-890.678,-9.29984,4.55148,250,0,0,413,0,0,0), - (26584,2989,1,3786,0,-1894.65,404.89,136.548,0.977384,250,0,0,137,0,0,0), - (26585,2989,1,3786,0,-1904.52,435.403,137.957,5.23599,250,0,0,137,0,0,0), - (26586,2989,1,3786,0,-1975.29,310.834,108.702,1.74943,250,5,0,137,0,0,1), - (26587,2989,1,3786,0,-1956.1,366.97,132.935,3.1765,250,0,0,137,0,0,0), - (26588,2989,1,3786,0,-1945.34,431.393,133.84,1.30514,250,5,0,137,0,0,2), - (26589,2989,1,3785,0,-1957.2,388.735,136.004,4.67748,250,0,0,137,0,0,0), - (26590,2989,1,3785,0,-1973.43,397.367,136.239,4.45059,250,0,0,137,0,0,0), - (26591,2989,1,3785,0,-1991.31,451.859,136.901,1.62316,250,0,0,137,0,0,0), - (26592,2989,1,3785,0,-2000.97,411.123,135.534,2.82743,250,0,0,137,0,0,0), - (26593,2989,1,3786,0,-1984.92,401.04,135.63,4.57276,250,0,0,137,0,0,0), - (26594,2989,1,3785,0,-1914,287.114,79.0711,0.791002,250,5,0,137,0,0,2), - (26595,2989,1,3785,0,-1952.88,317.576,109.004,3.04395,250,5,0,137,0,0,1), - (26596,2989,1,3785,0,-1887.37,281.861,70.5874,3.31849,250,5,0,137,0,0,1), - (26597,2989,1,3785,0,-1918.63,313.671,91.56,4.36548,250,5,0,137,0,0,1), - (26598,2990,1,3788,0,-1926.67,439.294,133.715,3.03642,250,0,0,143,319,0,0), - (26599,2990,1,3788,0,-1912.23,409.695,134.34,4.25947,250,5,0,143,319,0,1), - (26600,2990,1,3788,0,-1899.74,341.381,105.573,1.67552,250,0,0,143,319,0,0), - (26601,2990,1,3787,0,-1901.19,350.847,106.313,4.85202,250,0,0,143,319,0,0), - (26602,2990,1,3787,0,-1931.53,424.686,133.715,1.48321,250,0,0,143,319,0,0), - (26603,2990,1,3787,0,-1943.3,442.23,133.84,1.94578,250,5,0,143,319,0,1), - (26604,2990,1,3788,0,-1965.92,431.299,133.84,2.90038,250,5,0,143,319,0,1), - (26605,2990,1,3788,0,-1943.24,431.177,133.715,3.21589,250,5,0,143,319,0,1), - (26606,2990,1,3787,0,-1927.6,366.146,118.999,1.30651,250,5,0,143,319,0,1), - (26607,2990,1,3788,0,-1976,413.013,133.715,4.23499,250,5,0,143,319,0,2), - (26608,2990,1,3788,0,-1973.46,402.51,133.791,3.00821,250,5,0,143,319,0,1), - (26609,2990,1,3788,0,-1980.79,436.461,133.715,2.36747,250,5,0,143,319,0,1), - (26610,2991,1,3841,0,-3052.54,-522.498,27.0143,0.977384,250,0,0,372,0,0,0), - (26611,5807,1,1973,0,-856.662,-694.394,-28.0816,4.24874,19900,30,0,197,618,0,2), - (26612,7089,1,5847,0,-1150.26,52.8149,144.92,5.65487,250,0,0,2016,0,0,0), - (26613,2993,1,3792,0,-2333.54,-393.073,-7.92932,3.90954,250,0,0,413,0,0,0), - (26614,2994,1,3824,0,-992.732,-1109.12,44.4989,2.84489,250,0,0,176,0,0,0), - (26615,2995,1,2098,0,-1196.75,26.0777,177.033,1.71042,500,0,0,7423,7071,0,0), - (26616,2996,1,2104,0,-1257.63,19.5577,128.27,1.72788,250,0,0,2972,0,0,0), - (26617,2997,1,2110,0,-1283.92,84.3608,128.87,1.01229,250,0,0,1605,0,0,0), - (26618,2998,1,2090,0,-1233.33,105.637,129.456,5.61996,250,0,0,2016,0,0,0), - (26619,2999,1,2100,0,-1237.21,101.066,129.16,5.65487,250,0,0,1605,0,0,0), - (26620,3001,1,2083,0,-1252.9,157.965,133.63,5.8294,250,0,0,2016,0,0,0), - (26621,3002,1,2092,0,-1243.53,158.164,133.63,3.66519,250,0,0,2471,0,0,0), - (26622,3003,1,2109,0,-1220.14,84.1608,131.203,2.40855,250,0,0,1605,0,0,0), - (26623,3004,1,2126,0,-1165.59,51.9393,145.878,0.750492,250,0,0,2016,0,0,0), - (26624,3005,1,2093,0,-1163.94,59.4857,145.878,6.02139,250,0,0,1605,0,0,0), - (26625,5054,1,3002,0,-1291.81,127.206,131.495,6.05629,250,0,0,3517,0,0,0), - (26626,3007,1,2127,0,-1146.21,83.4766,145.949,4.24115,250,0,0,3077,0,0,0), - (26627,3008,1,2094,0,-1152.34,77.6831,145.878,5.37561,250,0,0,1172,0,0,0), - (26628,3009,1,2108,0,-1080.81,30.1093,140.91,3.68265,250,0,0,2016,0,0,0), - (26629,3010,1,2116,0,-1084.8,21.8068,140.91,2.18166,250,0,0,1605,0,0,0), - (26630,3011,1,2101,0,-1110.88,47.8951,140.521,5.28835,250,0,0,2016,0,0,0), - (26631,3012,1,2118,0,-1119.67,47.1028,141.528,4.7822,250,0,0,1605,0,0,0), - (26632,3013,1,2091,0,-1131.18,-4.70871,143.644,0.087266,250,0,0,2016,0,0,0), - (26633,3014,1,2119,0,-1125.35,-0.686252,143.777,5.23599,250,0,0,1605,0,0,0), - (26634,3015,1,2114,0,-1168.01,26.1251,145.812,1.69297,250,0,0,1605,0,0,0), - (26635,3016,1,2099,0,-1088.24,4.67573,140.681,3.56047,250,0,0,1605,0,0,0), - (26636,3017,1,2117,0,-1145.67,22.5709,145.363,0.907571,250,0,0,1605,0,0,0), - (26637,3018,1,2086,0,-1247.13,-63.1144,162.974,0.139626,250,0,0,1605,0,0,0), - (26638,3019,1,2084,0,-1248.23,-47.7374,164.364,1.79769,250,0,0,1605,0,0,0), - (26639,3020,1,2085,0,-1255.63,-38.5366,164.364,6.16101,250,0,0,1605,0,0,0), - (26640,3021,1,2089,0,-1244.07,-36.3489,164.364,3.85718,250,0,0,1605,0,0,0), - (26641,3022,1,2124,0,-1188.96,-1.3029,165.563,3.00197,250,0,0,1605,0,0,0), - (26642,8398,1,10689,0,-1250.06,-35.4022,164.364,4.97419,250,0,0,1605,0,0,0), - (26643,4046,1,4510,0,-1065.08,-212.398,159.114,4.95674,250,0,0,4079,0,0,0), - (26644,14542,1,14349,0,-2285.41,-389.98,-9.20741,5.95157,250,0,0,64,53,0,0), - (26645,3023,1,2125,0,-1232.86,-21.8394,164.95,5.72468,250,0,0,1605,0,0,0), - (26646,3024,1,2097,0,-1177.37,-48.4012,162.755,3.35103,250,0,0,1605,0,0,0), - (26647,8401,1,7629,0,-1256.15,-130.285,162.974,4.43314,250,0,0,1605,0,0,0), - (26648,3025,1,2111,0,-1182.53,-29.266,164.561,3.52556,250,0,0,1605,0,0,0), - (26649,3026,1,2107,0,-1219.57,-12.6973,165.945,5.37561,250,0,0,2972,0,0,0), - (26650,3027,1,2095,0,-1214.99,-15.534,166.053,4.72984,250,0,0,2471,0,0,0), - (26651,3028,1,2088,0,-1172.76,-69.2332,162.284,3.26377,250,0,0,2972,0,0,0), - (26652,4309,1,4511,0,-1060.7,-219.299,159.114,4.92183,250,0,0,7765,0,0,0), - (26653,3029,1,2120,0,-1177.19,-65.616,162.312,4.43314,250,0,0,2471,0,0,0), - (26654,14549,1,14578,0,-2283.82,-394.645,-9.14653,0.907571,250,0,0,64,53,0,0), - (26655,4310,1,4512,0,-1065.53,-220.476,159.114,5.0091,250,0,0,7765,0,0,0), - (26656,3030,1,2123,0,-996.925,278.464,138.084,0.279253,250,0,0,3517,2103,0,0), - (26657,14550,1,14579,0,-2279.3,-388.407,-9.33995,5.68977,250,0,0,64,53,0,0), - (26658,3031,1,2102,0,-980.775,269.899,138.084,2.19912,250,0,0,2471,1620,0,0), - (26659,3032,1,2082,0,-980.841,287.174,138.084,4.43314,250,0,0,3139,2620,0,0), - (26660,8664,1,7936,0,-1408.02,-143.932,159.337,1.5708,250,0,0,3517,0,0,0), - (26661,3033,1,2106,0,-1039.41,-281.56,159.114,3.22886,250,0,0,3517,2103,0,0), - (26662,3034,1,2121,0,-1037.98,-288.508,159.114,3.33358,250,0,0,3139,2620,0,0), - (26663,3035,1,1059,0,-1354.02,-246.651,0.384003,1.70336,250,15,0,137,0,0,1), - (26664,3035,1,1059,0,-1319.36,-314.041,-31.6632,4.78547,250,15,0,137,0,0,1), - (26665,3035,1,1059,0,-1468.69,-684.798,-59.2146,3.06527,250,5,0,137,0,0,1), - (26666,3035,1,1059,0,-1549.6,-625.97,-55.3483,4.23905,250,15,0,137,0,0,1), - (26667,3035,1,1059,0,-1471.68,-382.336,-42.5682,3.13964,250,5,0,137,0,0,1), - (26668,3035,1,1059,0,-1482.93,-752.378,-44.193,0.760541,250,5,0,137,0,0,1), - (26669,3035,1,1059,0,-1575.79,-663.305,-43.8967,2.75056,250,15,0,137,0,0,1), - (26670,3035,1,1059,0,-1515.64,-870.902,22.4268,3.13964,250,10,0,137,0,0,1), - (26671,3035,1,1059,0,-1548.81,-667.097,-50.7314,4.70067,250,15,0,137,0,0,1), - (26672,3035,1,1059,0,-1493.7,-815.602,-8.49424,1.67207,250,5,0,137,0,0,1), - (26673,3035,1,1059,0,-1582.98,-725.073,-43.2994,6.05883,250,5,0,137,0,0,1), - (26674,3035,1,1059,0,-1503.7,-721.692,-50.2779,4.45556,250,5,0,137,0,0,1), - (26675,3035,1,1059,0,-1576.51,-838.478,13.3717,5.20051,250,15,0,137,0,0,1), - (26676,3035,1,1059,0,-1490.03,-628.864,-58.4177,4.27586,250,5,0,137,0,0,1), - (26677,3035,1,1059,0,-1531.93,-509.39,-53.7092,1.57299,250,5,0,137,0,0,1), - (26678,3035,1,1059,0,-2105.08,-1005.8,17.3722,6.1341,250,5,0,137,0,0,1), - (26679,3035,1,1059,0,-1545.93,-820.035,-5.24752,5.16294,250,10,0,137,0,0,1), - (26680,3035,1,1059,0,-1624.18,-823.166,2.38403,4.69274,250,5,0,137,0,0,1), - (26681,3035,1,1059,0,-2049.72,251.84,102.06,4.39304,250,5,0,137,0,0,1), - (26682,3035,1,1059,0,-1749.65,-803.883,10.1708,1.57275,250,5,0,137,0,0,1), - (26683,3035,1,1059,0,-1657.88,-758.679,-6.17315,1.4651,250,5,0,137,0,0,1), - (26684,3035,1,1059,0,-1560.26,-489.727,-45.9155,2.92314,250,5,0,137,0,0,1), - (26685,3035,1,1059,0,-1709.23,-832.924,30.7766,1.43966,250,5,0,137,0,0,1), - (26686,3035,1,1059,0,-1733.64,278.484,50.7395,0.374334,250,10,0,137,0,0,1), - (26687,3035,1,1059,0,-1923.53,-856.695,5.1417,4.6166,250,30,0,137,0,0,1), - (26688,3035,1,1059,0,-1666.98,-695.462,-18.4531,5.91951,250,5,0,137,0,0,1), - (26689,3035,1,1059,0,-2491.34,-1019.02,-5.59271,0.932268,250,5,0,137,0,0,1), - (26690,3035,1,1059,0,-1648.64,-682.302,-25.5117,3.71284,250,5,0,137,0,0,1), - (26691,3035,1,1059,0,-1419.61,248.314,-5.035,3.17128,250,15,0,137,0,0,1), - (26692,3035,1,1059,0,-1749.68,-420.641,-12.6571,1.58056,250,5,0,137,0,0,1), - (26693,3035,1,1059,0,-1744.37,166.997,11.4326,1.26698,250,5,0,137,0,0,1), - (26694,3035,1,1059,0,-1393.43,277.699,1.64887,0.131133,250,5,0,137,0,0,1), - (26695,3035,1,1059,0,-1345.86,259.213,2.77586,5.05515,250,5,0,137,0,0,1), - (26696,3035,1,1059,0,-1939.33,175.163,55.5267,3.58777,250,5,0,137,0,0,1), - (26697,3035,1,1059,0,-2039.64,-1173.03,67.0509,3.20608,250,5,0,137,0,0,1), - (26698,3035,1,1059,0,-1780.07,153.296,16.6269,3.15917,250,5,0,137,0,0,1), - (26699,3035,1,1059,0,-1579.52,-50.7286,8.11745,4.43683,250,15,0,137,0,0,1), - (26700,3035,1,1059,0,-1718.31,212.841,19.6714,1.87618,250,5,0,137,0,0,1), - (26701,3035,1,1059,0,-2423.87,-885.393,-3.32864,0.708026,250,5,0,137,0,0,1), - (26702,3035,1,1059,0,-1550,-116.666,30.1713,1.01425,250,15,0,137,0,0,1), - (26703,3035,1,1059,0,-1966.45,-911.636,7.82715,0.275706,250,15,0,137,0,0,1), - (26704,3035,1,1059,0,-1938.12,153.317,47.687,2.99473,250,5,0,137,0,0,1), - (26705,3035,1,1059,0,-1579.24,-295.553,-27.3586,4.74753,250,5,0,137,0,0,1), - (26706,3035,1,1059,0,-1839.28,77.5016,10.6137,1.97159,250,5,0,137,0,0,1), - (26707,3035,1,1059,0,-2142.57,-1016.46,17.9039,5.79402,250,5,0,137,0,0,1), - (26708,3035,1,1059,0,-1382.11,-421.803,-48.1997,4.42711,250,15,0,137,0,0,1), - (26709,3035,1,1059,0,-1707.73,-731.602,-8.48044,5.91078,250,5,0,137,0,0,1), - (26710,3035,1,1059,0,-1588.04,-785.367,-10.2067,1.82762,250,15,0,137,0,0,1), - (26711,3035,1,1059,0,-1408.53,-628.251,-54.1559,5.19603,250,5,0,137,0,0,1), - (26712,3035,1,1059,0,-1519.01,-283.876,-26.4474,1.59626,250,5,0,137,0,0,1), - (26713,3035,1,1059,0,-2060.85,-207.97,-8.04317,1.80001,250,5,0,137,0,0,1), - (26714,3035,1,1059,0,-1517.98,-578.44,-56.9763,2.52096,250,30,0,137,0,0,1), - (26715,3035,1,1059,0,-1479.05,-426.215,-46.6362,1.55322,250,5,0,137,0,0,1), - (26716,3035,1,1059,0,-1796.4,-450.141,-2.65668,1.14126,250,5,0,137,0,0,1), - (26717,3035,1,1059,0,-1439.23,-542.289,-57.3366,3.04581,250,5,0,137,0,0,1), - (26718,3035,1,1059,0,-1755.77,-542.45,-9.04701,3.6542,250,5,0,137,0,0,1), - (26719,3035,1,1059,0,-1618.8,125.334,-17.6661,3.72948,250,0,0,137,0,0,0), - (26720,3035,1,1059,0,-1693.92,-606.231,-24.8837,2.62235,250,5,0,137,0,0,1), - (26721,3035,1,1059,0,-2273.04,-1005.97,-7.77784,3.98636,250,5,0,137,0,0,1), - (26722,3035,1,1059,0,-1821.85,-483.161,-1.17376,5.91314,250,15,0,137,0,0,1), - (26723,3035,1,1059,0,-2261.72,-982.5,-5.76682,2.61422,250,5,0,137,0,0,1), - (26724,3035,1,1059,0,-1845.47,-773.699,-6.07612,0.151858,250,30,0,137,0,0,1), - (26725,3035,1,1059,0,-1519.98,-382.348,-42.3322,6.00813,250,5,0,137,0,0,1), - (26726,3035,1,1059,0,-1691.58,-450.348,-14.2339,3.25117,250,5,0,137,0,0,1), - (26727,3035,1,1059,0,-1519.56,-349.601,-40.7092,3.00439,250,5,0,137,0,0,1), - (26728,3035,1,1059,0,-1681.93,-509.588,-17.1436,1.32629,250,30,0,137,0,0,1), - (26729,3035,1,1059,0,-2076.2,-965.708,15.5006,5.4846,250,30,0,137,0,0,1), - (26730,3035,1,1059,0,-1878.62,46.6895,6.55891,3.95461,250,5,0,137,0,0,1), - (26731,3035,1,1059,0,-2459.08,-894.938,-3.20097,0.718392,250,5,0,137,0,0,1), - (26732,3035,1,1059,0,-1663.94,-551.923,-24.1602,3.26498,250,30,0,137,0,0,1), - (26733,3035,1,1059,0,-1953.79,-895.509,2.821,4.36032,250,15,0,137,0,0,1), - (26734,3035,1,1059,0,-2035,-841.261,-7.64597,0.573919,250,15,0,137,0,0,1), - (26735,3035,1,1059,0,-1983.71,-108.37,-4.94231,1.27875,250,5,0,137,0,0,1), - (26736,3035,1,1059,0,-2736.52,-918.853,-0.878061,3.00052,250,10,0,137,0,0,1), - (26737,3035,1,1059,0,-1848.61,12.5108,-4.66384,1.99582,250,5,0,137,0,0,1), - (26738,3035,1,1059,0,-1711.61,-552.317,-16.8709,4.46657,250,30,0,137,0,0,1), - (26739,3035,1,1059,0,-2746.72,-882.087,1.5566,1.05649,250,10,0,137,0,0,1), - (26740,3035,1,1059,0,-1684.95,43.2832,-5.89836,1.61812,250,5,0,137,0,0,1), - (26741,3035,1,1059,0,-1895.44,-273.312,-8.60935,3.56418,250,15,0,137,0,0,1), - (26742,3035,1,1059,0,-1943.11,-223.322,-6.28197,5.00189,250,15,0,137,0,0,1), - (26743,3035,1,1059,0,-1149.73,319.129,23.169,2.36411,250,5,0,137,0,0,1), - (26744,3035,1,1059,0,-1723.29,-330.381,-10.1311,1.9234,250,5,0,137,0,0,1), - (26745,3035,1,1059,0,-1883.88,-748.663,-8.16625,2.50838,250,15,0,137,0,0,1), - (26746,3035,1,1059,0,-1826.49,-177.469,-9.29985,5.42008,250,15,0,137,0,0,1), - (26747,3035,1,1059,0,-1651.48,-383.764,-29.2252,3.8896,250,5,0,137,0,0,1), - (26748,3035,1,1059,0,-1178.14,293.628,22.7997,1.60789,250,5,0,137,0,0,1), - (26749,3035,1,1059,0,-1620.37,-546.538,-39.803,2.27039,250,5,0,137,0,0,1), - (26750,3035,1,1059,0,-1752.22,-149.93,-6.97248,3.44728,250,5,0,137,0,0,1), - (26751,3035,1,1059,0,-1638.33,92.0765,-17.6422,4.38631,250,5,0,137,0,0,1), - (26752,3035,1,1059,0,-1618.61,56.2876,-13.2189,3.21023,250,5,0,137,0,0,1), - (26753,3036,1,2115,0,-1057.47,-288.536,159.114,0,250,0,0,2471,1620,0,0), - (26754,3037,1,2122,0,-1036.09,-211.047,160.259,2.40855,250,0,0,1605,0,0,0), - (26755,3038,1,2112,0,-1464.61,-93.7802,159.101,0.471239,250,0,0,3517,2103,0,0), - (26756,3039,1,2087,0,-1474.76,-81.3723,161.185,5.75959,250,0,0,3139,2620,0,0), - (26757,5599,1,3550,0,-1384.99,-118.308,158.939,5.96058,250,0,0,1240,0,0,0), - (26758,3040,1,2105,0,-1454.48,-100.468,159.101,1.48353,250,0,0,2471,1620,0,0), - (26759,3041,1,2103,0,-1457.96,-80.8058,159.101,4.95674,250,0,0,3517,0,0,0), - (26760,10721,1,10049,0,-2357.98,-507.851,-9.2933,5.74213,250,0,0,166,0,0,0), - (26761,10721,1,10052,0,-2353.82,-527.617,-9.29329,1.15192,250,0,0,166,0,0,0), - (26762,10721,1,10051,0,-2341.14,-503.348,-9.19414,4.18879,250,0,0,166,0,0,0), - (26763,10721,1,10049,0,-2348.01,-529.191,-9.28585,1.41372,250,0,0,166,0,0,0), - (26764,10721,1,10052,0,-2347.17,-502.319,-9.18027,4.79965,250,0,0,166,0,0,0), - (26765,10721,1,10052,0,-2342.52,-528.701,-9.29947,1.85005,250,0,0,166,0,0,0), - (26766,10721,1,10049,0,-2335.04,-522.657,-9.28704,2.51327,250,0,0,166,0,0,0), - (26767,10721,1,10052,0,-2336.7,-507.117,-9.24381,3.85718,250,0,0,166,0,0,0), - (26768,3042,1,2096,0,-1472.87,-78.1839,161.185,5.75959,250,0,0,3139,0,0,0), - (26769,8674,1,7999,0,-1210.21,94.8587,134.535,2.98451,250,0,0,3517,0,0,0), - (26770,3043,1,2113,0,-1444.95,-84.2832,159.101,4.10152,250,0,0,2471,0,0,0), - (26771,3044,1,2139,0,-956.24,252.418,97.8755,4.2237,250,0,0,2471,1620,0,0), - (26772,3045,1,2138,0,-1007.06,260.339,112.115,5.79449,250,0,0,3517,2103,0,0), - (26773,3046,1,2137,0,-994.015,249.055,102.293,1.27409,250,0,0,4486,2620,0,0), - (26774,3047,1,2134,0,-951.105,279.08,110.996,3.00197,250,0,0,3139,2620,0,0), - (26775,3048,1,6058,0,-948.744,248.392,97.2304,3.61283,250,0,0,2471,1620,0,0), - (26776,3049,1,2135,0,-995.85,253.854,101.834,0.663225,250,0,0,3517,2103,0,0), - (26777,3050,1,4517,0,-1161.03,53.3542,145.878,1.27409,250,0,0,980,0,0,0), - (26778,3051,1,7134,0,-1756.3,-1286.41,113.403,3.84825,250,0,0,247,0,0,0), - (26779,3052,1,3823,0,-2335.79,-354.018,-8.70432,5.0091,250,0,0,980,0,0,0), - (26780,2798,1,2131,0,-997.349,206.727,136.221,1.78024,250,0,0,2016,0,0,0), - (26781,3566,1,1056,0,-658.232,-709.262,8.22915,1.58056,250,10,0,176,0,0,1), - (26782,3566,1,1056,0,-570.858,-665.028,30.5218,4.97111,250,5,0,176,0,0,1), - (26783,3566,1,1056,0,-650.285,-662.629,2.26317,2.78899,250,5,0,176,0,0,1), - (26784,3566,1,1056,0,-697.917,-695.97,-3.10224,4.71239,250,10,0,176,0,0,1), - (26785,3566,1,1056,0,-586.927,-695.784,32.0158,5.88206,250,5,0,176,0,0,1), - (26786,3566,1,1056,0,-1245.82,-584.602,-56.6218,6.04863,250,15,0,176,0,0,1), - (26787,3566,1,1056,0,-683.784,-649.842,-13.4006,5.85209,250,15,0,176,0,0,1), - (26788,3566,1,1056,0,-1154.8,-649.402,-58.1019,5.80275,250,15,0,176,0,0,1), - (26789,3566,1,1056,0,-1417.44,-263.689,-7.52719,3.73153,250,15,0,176,0,0,1), - (26790,3566,1,1056,0,-1135.39,-616.801,-55.4354,3.14159,250,15,0,176,0,0,1), - (26791,3566,1,1056,0,-1444.09,-794.384,-22.0249,4.35545,250,5,0,176,0,0,1), - (26792,3566,1,1056,0,-1293.7,-960.85,9.65659,6.09652,250,5,0,176,0,0,1), - (26793,3566,1,1056,0,-1214.79,-320.652,-10.3796,1.90738,250,15,0,176,0,0,1), - (26794,3566,1,1056,0,-1223.95,-331.798,-15.859,2.81996,250,15,0,176,0,0,1), - (26795,3566,1,1056,0,-1064.92,-791.448,-26.5847,6.15592,250,5,0,176,0,0,1), - (26796,3566,1,1056,0,-1117.56,-813.05,-27.9324,4.61466,250,15,0,176,0,0,1), - (26797,3566,1,1056,0,-1002.58,-816.728,-4.33407,2.99859,250,5,0,176,0,0,1), - (26798,3566,1,1056,0,-1038.75,-777.53,-22.1353,1.2756,250,5,0,176,0,0,1), - (26799,3566,1,1056,0,-1022.83,-845.11,-3.18613,4.16206,250,5,0,176,0,0,1), - (26800,3566,1,1056,0,-1250.81,-1029,15.599,2.94466,250,3,0,176,0,0,1), - (26801,3566,1,1056,0,-1059.62,-845.119,-13.0814,1.2509,250,5,0,176,0,0,1), - (26802,3566,1,1056,0,-1081.27,-1017.48,13.3632,1.58183,250,5,0,176,0,0,1), - (26803,3566,1,1056,0,-1385.47,-777.688,-31.6236,1.26325,250,5,0,176,0,0,1), - (26804,3566,1,1056,0,-1121.26,-751.577,-51.4058,3.29475,250,15,0,176,0,0,1), - (26805,3566,1,1056,0,-1287.08,-890.247,-2.55922,4.25311,250,5,0,176,0,0,1), - (26806,3566,1,1056,0,-1107.22,-153.451,57.4941,3.17283,250,5,0,176,0,0,1), - (26807,3566,1,1056,0,-1450.03,-846.995,7.4835,4.78856,250,15,0,176,0,0,1), - (26808,3566,1,1056,0,-869.698,-183.501,-8.45732,3.44914,250,15,0,176,0,0,1), - (26809,3566,1,1056,0,-970.886,-602.988,-58.6211,3.99191,250,30,0,176,0,0,1), - (26810,3566,1,1056,0,-808.403,90.6976,-13.078,3.30341,250,15,0,176,0,0,1), - (26811,3566,1,1056,0,-813.053,-553.65,-31.8368,5.55543,250,5,0,176,0,0,1), - (26812,3566,1,1056,0,-649.138,-220.459,-8.59693,3.21582,250,5,0,176,0,0,1), - (26813,3566,1,1056,0,-1134.02,-383.78,-16.4864,3.87862,250,5,0,176,0,0,1), - (26814,3566,1,1056,0,-819.577,-693.603,-24.0219,3.25169,250,5,0,176,0,0,1), - (26815,3566,1,1056,0,-871.976,-329.457,-21.3891,1.9457,250,15,0,176,0,0,1), - (26816,3566,1,1056,0,-1166.57,-223.605,33.1378,0.234729,250,5,0,176,0,0,1), - (26817,3566,1,1056,0,-1107.71,-1140.43,41.0731,4.24861,250,5,0,176,0,0,1), - (26818,3566,1,1056,0,-955.82,-352.295,-14.2641,3.08791,250,5,0,176,0,0,1), - (26819,3566,1,1056,0,-919.739,-919.833,8.61429,0.004891,250,5,0,176,0,0,1), - (26820,3566,1,1056,0,-928.957,-885.607,5.30236,2.11629,250,5,0,176,0,0,1), - (26821,3566,1,1056,0,-914.825,-850.827,5.62014,4.63686,250,5,0,176,0,0,1), - (26822,3566,1,1056,0,-903.188,-176.411,0.250178,3.58517,250,15,0,176,0,0,1), - (26823,3566,1,1056,0,-815.625,-250.084,-15.0795,0.410003,250,15,0,176,0,0,1), - (26824,3566,1,1056,0,-716.56,-536.804,-21.0923,4.69952,250,5,0,176,0,0,1), - (26825,3566,1,1056,0,-1079.15,-1153.63,54.5312,1.14151,250,5,0,176,0,0,1), - (26826,3566,1,1056,0,-1172.96,-850.442,-14.3023,5.93539,250,15,0,176,0,0,1), - (26827,3566,1,1056,0,-1106.89,-573.252,-54.79,0.288575,250,15,0,176,0,0,1), - (26828,3566,1,1056,0,-748.751,-246.575,-26.9023,0.268648,250,15,0,176,0,0,1), - (26829,3566,1,1056,0,-717.672,-396.1,-24.3026,0.994608,250,5,0,176,0,0,1), - (26830,3566,1,1056,0,-685.846,-577.77,-13.1602,4.8142,250,5,0,176,0,0,1), - (26831,3566,1,1056,0,-922.806,389.049,17.5981,6.19907,250,5,0,176,0,0,1), - (26832,3566,1,1056,0,-743.781,-442.245,-26.5225,5.02264,250,5,0,176,0,0,1), - (26833,68,0,3167,0,-8799,865.216,98.958,2.381,430,0,0,3921,0,0,0), - (26834,297,0,1756,0,-8834,983.482,98.47,5.327,310,0,0,1605,0,0,0), - (26835,331,0,1484,0,-9012,867.595,29.621,0.776,490,0,0,3139,2620,0,0), - (26836,338,0,5080,0,-8856,822.813,98.4,0.73,540,0,0,2868,0,0,0), - (26837,3566,1,1056,0,-712.556,-462.243,-20.5585,1.32227,250,15,0,176,0,0,1), - (26838,461,0,1469,0,-8980,1041.09,101.487,4.485,490,0,0,3139,2620,0,0), - (26839,3566,1,1056,0,-1152.27,-434.478,-32.6086,1.62163,250,5,0,176,0,0,1), - (26840,3566,1,1056,0,-659.502,-201.896,-12.1414,0.553832,250,5,0,176,0,0,1), - (26841,3566,1,1056,0,-890.42,111.444,-12.2468,4.99337,250,5,0,176,0,0,1), - (26842,3566,1,1056,0,-846.995,-265.602,-13.6203,1.68813,250,15,0,176,0,0,1), - (26843,3566,1,1056,0,-589.601,54.5972,19.8628,0.177665,250,5,0,176,0,0,1), - (26844,3566,1,1056,0,-566.09,-388.569,29.3944,1.02937,250,15,0,176,0,0,1), - (26845,3566,1,1056,0,-619.095,-475.242,4.25442,5.19787,250,15,0,176,0,0,1), - (26846,3566,1,1056,0,-665.913,-465.022,-9.83592,2.49887,250,15,0,176,0,0,1), - (26847,3566,1,1056,0,-678.284,-339.636,-7.99697,2.90704,250,5,0,176,0,0,1), - (26848,3566,1,1056,0,-850.038,-746.967,-12.4041,1.54346,250,5,0,176,0,0,1), - (26849,3566,1,1056,0,-909.57,-176.29,0.857339,5.74344,250,15,0,176,0,0,1), - (26850,3566,1,1056,0,-577.473,-459.276,16.3466,5.98592,250,5,0,176,0,0,1), - (26851,3566,1,1056,0,-827.711,231.545,-5.19983,0.394641,250,15,0,176,0,0,1), - (26852,3566,1,1056,0,-789.022,-244.682,-19.8734,1.71573,250,15,0,176,0,0,1), - (26853,3566,1,1056,0,-864.994,-110.369,-1.38476,1.6862,250,15,0,176,0,0,1), - (26854,3566,1,1056,0,-523.602,-134.494,45.2733,0.316523,250,5,0,176,0,0,1), - (26855,3566,1,1056,0,-652.929,5.1582,-8.57058,3.14159,250,5,0,176,0,0,1), - (26856,3566,1,1056,0,-891.277,-509.257,-34.2622,3.55386,250,15,0,176,0,0,1), - (26857,3566,1,1056,0,-743.637,-271.843,-31.8232,3.40295,250,15,0,176,0,0,1), - (26858,3566,1,1056,0,-941.622,-743.141,-21.0395,4.40053,250,15,0,176,0,0,1), - (26859,3566,1,1056,0,-884.712,-873.171,16.2151,3.56854,250,5,0,176,0,0,1), - (26860,3566,1,1056,0,-610.016,-90.5092,4.71279,3.26885,250,5,0,176,0,0,1), - (26861,3566,1,1056,0,-1044.46,-557.944,-55.8647,5.43563,250,30,0,176,0,0,1), - (26862,3566,1,1056,0,-966.951,-441.801,-41.4706,6.17167,250,15,0,176,0,0,1), - (26863,3566,1,1056,0,-684.057,-286.044,-18.6755,3.11621,250,10,0,176,0,0,1), - (26864,3566,1,1056,0,-810.465,-215.522,-11.3582,4.46362,250,5,0,176,0,0,1), - (26865,3566,1,1056,0,-796.201,-414.03,-25.1853,5.4439,250,5,0,176,0,0,1), - (26866,3566,1,1056,0,-1120.86,-1115.27,31.968,0.089953,250,5,0,176,0,0,1), - (26867,3566,1,1056,0,-923.903,-719.899,-28.3621,4.99149,250,15,0,176,0,0,1), - (26868,3566,1,1056,0,-976.929,-712.568,-36.9077,1.52582,250,5,0,176,0,0,1), - (26869,3566,1,1056,0,-2274.65,-1178.45,-2.1939,0.500136,250,15,0,176,0,0,1), - (26870,3054,1,3814,0,-2243.48,-405.843,-9.34157,1.3439,250,0,0,228,0,0,0), - (26871,3566,1,1056,0,-852.623,126.792,-12.4638,1.93643,250,15,0,176,0,0,1), - (26872,3566,1,1056,0,-922.325,-225.199,-6.25922,4.47404,250,5,0,176,0,0,1), - (26873,3566,1,1056,0,-903.622,-792.679,-6.17962,0.431316,250,15,0,176,0,0,1), - (26874,3566,1,1056,0,-1092.36,-664.021,-54.8298,0.505148,250,15,0,176,0,0,1), - (26875,3566,1,1056,0,-1259.92,-407.123,-39.7578,2.53247,250,5,0,176,0,0,1), - (26876,3566,1,1056,0,-1145.71,-691.904,-61.047,1.49886,250,15,0,176,0,0,1), - (26877,3566,1,1056,0,-656.526,-228.535,-9.57587,1.13334,250,5,0,176,0,0,1), - (26878,3566,1,1056,0,-1015.56,-716.243,-40.3545,2.58671,250,5,0,176,0,0,1), - (26879,3566,1,1056,0,-1037.61,-650.553,-54.21,1.59228,250,30,0,176,0,0,1), - (26880,3566,1,1056,0,-874.477,-622.432,-47.1581,2.01694,250,15,0,176,0,0,1), - (26881,3566,1,1056,0,-569.473,-239.973,30.7551,0.286653,250,5,0,176,0,0,1), - (26882,3566,1,1056,0,-1119.86,-882.277,-9.16431,4.65765,250,5,0,176,0,0,1), - (26883,3566,1,1056,0,-931.58,-143.484,10.4988,3.15146,250,15,0,176,0,0,1), - (26884,3566,1,1056,0,-683.102,118.565,9.45836,1.27747,250,10,0,176,0,0,1), - (26885,3566,1,1056,0,-949.824,-118.971,19.1507,0.921095,250,5,0,176,0,0,1), - (26886,3566,1,1056,0,-1089.48,-822.619,-22.3939,1.08532,250,5,0,176,0,0,1), - (26887,3566,1,1056,0,-909.309,-456.558,-39.6816,1.99166,250,15,0,176,0,0,1), - (26888,3566,1,1056,0,-654.553,-141.319,-7.55951,0.027337,250,5,0,176,0,0,1), - (26889,3566,1,1056,0,-852.141,-416.8,-27.3993,4.00854,250,15,0,176,0,0,1), - (26890,3566,1,1056,0,-698.958,-234.086,-17.9218,0.438563,250,3,0,176,0,0,1), - (26891,3566,1,1056,0,-1016.67,-697.409,-46.8903,4.75143,250,5,0,176,0,0,1), - (26892,3566,1,1056,0,-683.103,-619.16,-14.7756,4.84346,250,15,0,176,0,0,1), - (26893,3055,1,1678,0,-2227.54,-365.72,-9.27941,4.86947,250,0,0,413,0,0,0), - (26894,10993,1,10454,0,-1348.7,-1129.96,141.803,2.61799,250,0,0,1240,0,0,0), - (26895,3057,1,4307,0,-1209.64,-112.698,163.882,1.5708,7200,0,0,40000,17000,0,0), - (26896,3058,1,10916,0,-751.421,-674.71,-19.1842,3.41453,60,30,0,444,0,0,2), - (26897,3059,1,3793,0,-2880.43,-213.02,54.9039,4.64258,250,0,0,413,0,0,0), - (26898,3060,1,3819,0,-2873.57,-268.591,54.0531,2.68781,250,0,0,372,333,0,0), - (26899,3061,1,3810,0,-2865.4,-225.731,54.9617,3.10669,250,0,0,456,406,0,0), - (26900,3062,1,10180,0,-2873.88,-264.709,54.0072,3.7001,250,0,0,413,370,0,0), - (26901,15350,1,15387,0,-1383.63,-68.3733,160.016,4.04916,250,0,0,2148,0,0,0), - (26902,3063,1,3794,0,-2347.98,-495.92,-8.96404,4.79274,250,0,0,594,0,0,0), - (26903,3064,1,3820,0,-2315.75,-442.634,-5.35507,6.07375,250,0,0,500,444,0,0), - (26904,6393,1,5371,0,-1404.83,-107.317,159.018,5.61996,250,0,0,4079,0,0,0), - (26905,3065,1,3811,0,-2180.22,-408.816,-4.51826,1.0472,250,0,0,456,406,0,0), - (26906,3066,1,3816,0,-2298.96,-437.742,-5.35507,3.89208,250,0,0,546,481,0,0), - (26907,3067,1,3795,0,-2263.26,-284.941,-9.29335,4.72984,250,0,0,500,0,0,0), - (26908,3068,1,1961,0,-1731.25,-540.804,-13.3326,5.49503,19900,0,0,176,0,0,2), - (26909,3069,1,3796,0,-2254.65,-286.531,-9.34156,4.20624,250,0,0,1106,0,0,0), - (26910,12032,1,12038,0,-1719.02,3212.89,4.38054,4.59022,300,0,0,1605,0,0,0), - (26911,12033,1,12036,0,-1635.92,3056.89,51.7528,2.82743,300,0,0,1605,0,0,0), - (26912,11777,1,11710,0,-1149.73,3038.86,89.4568,1.73004,300,5,0,4572,0,0,2), - (26913,6145,1,4878,0,-399.905,2764.49,-24.187,2.2874,300,5,0,42,0,0,1), - (26914,6145,1,4878,0,-284.436,2784.52,-13.5273,2.18642,300,5,0,42,0,0,1), - (26915,6145,1,4878,0,-116.672,2387.63,-30.5139,4.15365,300,30,0,42,0,0,1), - (26916,6145,1,4878,0,-596.67,2718.47,-25.2858,2.84649,300,5,0,42,0,0,1), - (26917,6145,1,4878,0,76.7026,2959.37,-19.4286,5.90956,300,5,0,42,0,0,1), - (26918,6145,1,4878,0,-1916.34,3176.16,-14.2011,4.62713,300,5,0,42,0,0,1), - (26919,6145,1,4878,0,-176.562,2643.58,-42.4726,5.4704,300,5,0,42,0,0,1), - (26920,11777,1,11710,0,-1231.92,2895.4,87.0525,4.22276,300,5,0,4572,0,0,1), - (26921,11777,1,11710,0,-1256.94,3041.49,89.249,5.164,300,5,0,4572,0,0,1), - (26922,11777,1,11710,0,-1173.34,2995.08,86.1132,1.07871,300,5,0,4572,0,0,2), - (26923,11777,1,11710,0,-1277.22,3008.91,88.734,4.64938,300,5,0,4572,0,0,1), - (26924,11777,1,11710,0,-1289.22,2974.82,72.9784,2.60974,300,5,0,4572,0,0,1), - (26925,11777,1,11710,0,-1295.08,2935.26,74.8914,1.1581,300,5,0,4572,0,0,1), - (26926,11777,1,11710,0,-1214.57,2968.5,65.0634,5.95485,300,5,0,4572,0,0,1), - (26927,11778,1,11710,0,-1178.66,2957.35,63.8838,0.397005,300,5,0,5389,0,0,1), - (26928,11778,1,11710,0,-1157.51,3018.6,87.9338,0.480217,300,5,0,5389,0,0,1), - (26929,11778,1,11710,0,-1172.74,3034.18,89.2288,4.16693,300,5,0,5389,0,0,1), - (26930,11778,1,11710,0,-1204.12,3017.02,84.7377,2.42107,300,5,0,5389,0,0,1), - (26931,11778,1,11710,0,-1298.04,2990,73.479,3.25664,300,5,0,5389,0,0,1), - (26932,11778,1,11710,0,-1262.27,2978.82,64.6012,5.53051,300,5,0,5389,0,0,1), - (26933,11778,1,11710,0,-1228.59,2904.09,75.2471,3.25189,300,5,0,5389,0,0,1), - (26934,11781,1,11711,0,-1508.07,2778.15,95.2202,3.30386,300,5,0,5151,0,0,2), - (26935,11781,1,11711,0,-1468.03,2824.77,92.5322,1.87082,300,0,0,5151,0,0,0), - (26936,5638,1,3757,0,163.489,1257.05,166.782,3.82227,300,0,0,2016,0,0,0), - (26937,11782,1,11711,0,-1438.34,2599.38,75.4438,4.37806,300,0,0,5036,0,0,0), - (26938,11782,1,11711,0,-1442.28,2656.06,92.6091,0.320425,300,5,0,5036,0,0,2), - (26939,11785,1,11713,0,-1597.01,2705.13,92.8639,2.84707,300,5,0,4572,0,0,1), - (26940,5641,1,3760,0,-1178.41,1869.98,94.873,2.94961,300,0,0,2471,0,0,0), - (26941,11785,1,11713,0,-1378.31,2651.98,76.052,3.67969,300,5,0,4572,0,0,1), - (26942,11785,1,11713,0,-1546.47,2686.76,92.7861,2.79633,300,5,0,4572,0,0,1), - (26943,11785,1,11713,0,-1576.48,2739.03,93.6042,6.06132,300,5,0,4572,0,0,1), - (26944,11785,1,11713,0,-1484.05,2818.17,89.3578,0.883843,300,5,0,4572,0,0,1), - (26945,11785,1,11713,0,-1506.08,2876.04,92.2821,5.45509,300,5,0,4572,0,0,1), - (26946,11785,1,11713,0,-1528.47,2712.47,87.4213,5.59059,300,5,0,4572,0,0,1), - (26947,11785,1,11713,0,-1462.8,2696.44,77.5374,3.8129,300,5,0,4572,0,0,1), - (26948,11785,1,11713,0,-1470.66,2655.58,92.4202,2.50466,300,5,0,4572,0,0,2), - (26949,11785,1,11713,0,-1543.4,2767,90.655,2.40152,300,5,0,4572,0,0,1), - (26950,11785,1,11713,0,-1341.33,2712.64,93.7684,3.67725,300,5,0,4572,0,0,1), - (26951,11785,1,11713,0,-1453.97,2650.5,92.4804,2.34425,300,5,0,4572,0,0,1), - (26952,11785,1,11713,0,-1408.49,2709.57,93.4863,3.83685,300,5,0,4572,0,0,1), - (26953,11785,1,11713,0,-1314.04,2658.34,85.3839,3.13297,300,5,0,4572,0,0,1), - (26954,5642,1,3789,0,97.8138,1246.16,164.155,5.20108,300,0,0,2192,0,0,0), - (26955,11786,1,12338,0,-1510.6,2897.83,92.8609,3.7284,300,5,0,4755,0,0,1), - (26956,11786,1,12338,0,-1458.1,2771.73,92.6463,4.9263,300,5,0,4755,0,0,1), - (26957,11786,1,12338,0,-1370.6,2589.13,72.9959,3.69734,300,5,0,4755,0,0,1), - (26958,11786,1,12338,0,-1381.37,2596.61,73.3255,0.108967,300,5,0,4755,0,0,2), - (26959,11786,1,12338,0,-1424.57,2672.5,77.348,5.03483,300,5,0,4755,0,0,1), - (26960,11786,1,12338,0,-1375.54,2702.08,93.2914,4.30778,300,5,0,4755,0,0,1), - (26961,11786,1,12338,0,-1430.11,2586.19,74.365,0.258425,300,5,0,4755,0,0,1), - (26962,11786,1,12338,0,-1385.11,2662.7,76.4345,1.13607,300,5,0,4755,0,0,2), - (26963,11787,1,12335,0,-1193.99,3004.46,69.0547,5.16858,300,5,0,4572,0,0,1), - (26964,11787,1,12335,0,-1171.9,2996.26,86.1352,1.72858,300,5,0,4572,0,0,1), - (26965,11787,1,12335,0,-1237.89,3034.81,89.3153,2.21224,300,5,0,4572,0,0,1), - (26966,11787,1,12335,0,-1265.35,2901.59,87.7253,1.4924,300,5,0,4572,0,0,1), - (26967,11787,1,12335,0,-1264.71,2925.09,74.1367,1.52082,300,5,0,4572,0,0,1), - (26968,11787,1,12335,0,-1228.68,2953.91,74.2975,2.09902,300,5,0,4572,0,0,1), - (26969,11787,1,12335,0,-1203.67,2985.85,79.001,0.90938,300,5,0,4572,0,0,1), - (26970,11787,1,12335,0,-1196.31,2960.47,64.1286,4.59766,300,5,0,4572,0,0,1), - (26971,11787,1,12335,0,-1239.71,2912.01,74.255,1.98902,300,5,0,4572,0,0,1), - (26972,11787,1,12335,0,-1238.75,2967.38,64.9579,2.85719,300,5,0,4572,0,0,1), - (26973,5643,1,3790,0,-419.61,1850.15,128.492,1.20428,300,0,0,1208,1097,0,0), - (26974,11788,1,13009,0,-1146.51,2946.82,82.2892,3.88098,300,5,0,4755,0,0,1), - (26975,13836,1,2346,0,-1939.64,645.019,107.35,1.20428,300,0,0,1753,0,0,0), - (26976,11788,1,13009,0,-1224.38,3005.43,73.6861,6.14519,300,5,0,4755,0,0,1), - (26977,13836,1,2346,0,-1945.07,647.086,107.339,1.13446,300,0,0,1753,0,0,0), - (26978,13836,1,2346,0,-1928.98,656.58,107.655,4.29351,300,0,0,1753,0,0,0), - (26979,11788,1,13009,0,-1235.59,2978.79,64.8805,3.94432,300,5,0,4755,0,0,1), - (26980,11788,1,13009,0,-1206.44,3035.34,89.9979,4.21826,300,5,0,4755,0,0,1), - (26981,11788,1,13009,0,-1192.99,3033.28,89.3421,2.74259,300,5,0,4755,0,0,1), - (26982,11788,1,13009,0,-1296.28,2898.13,88.8364,0.274269,300,3,0,4755,0,0,1), - (26983,11788,1,13009,0,-1255.52,2939.23,87.1457,3.84831,300,5,0,4755,0,0,1), - (26984,11788,1,13009,0,-1221.9,2917.16,87.1668,0.849822,300,5,0,4755,0,0,1), - (26985,11788,1,13009,0,-1262.77,2961.49,87.4925,5.70888,300,5,0,4755,0,0,1), - (26986,11788,1,13009,0,-1209.17,2907.34,77.3363,1.80652,300,0,0,4755,0,0,0), - (26987,5644,1,3791,0,-331.142,1766.99,139.6,3.85718,300,0,0,1339,0,0,0), - (26988,13837,1,236,0,-1939.65,660.626,107.645,4.38078,300,0,0,2471,0,0,0), - (26989,12045,1,12049,0,-1677.03,3073.27,34.6422,0.663225,300,0,0,2868,0,0,0), - (26990,13837,1,236,0,-1928.45,642.285,107.368,1.11701,300,0,0,2471,0,0,0), - (26991,5395,1,4694,0,-1333.66,1706.99,89.9855,5.96903,300,0,0,2868,0,0,0), - (26992,5396,1,4693,0,124.292,1236.19,163.145,3.14159,300,0,0,2666,0,0,0), - (26993,5397,1,4875,0,-1923.64,2604.98,64.8895,4.7822,300,0,0,2868,0,0,0), - (26994,5398,1,1258,0,-1591.24,862.924,113.729,0.872665,300,0,0,2868,0,0,0), - (26995,4632,1,9447,0,-823.083,1115.69,91.2877,4.11164,300,20,0,1037,0,0,1), - (26996,4632,1,9447,0,-781.919,1081.17,89.4242,5.75358,300,20,0,1037,0,0,1), - (26997,4632,1,9447,0,-854.065,1147.99,91.2582,0.168803,300,5,0,1037,0,0,1), - (26998,4632,1,9447,0,-953.167,1115.58,88.3429,0.534814,300,20,0,1037,0,0,1), - (26999,4632,1,9447,0,-985.143,1145.99,93.3697,3.361,300,20,0,1037,0,0,1), - (27000,4632,1,9447,0,-1111.87,1151.47,92.0238,0.956314,300,5,0,1037,0,0,1), - (27001,4632,1,9447,0,-1076.82,1120.98,88.7179,0.673122,300,20,0,1037,0,0,1), - (27002,4633,1,9445,0,-1047.01,1144.61,91.0929,5.52451,300,5,0,1031,0,0,1), - (27003,4633,1,9445,0,-783.69,1149.99,93.871,3.08898,300,20,0,1031,0,0,1), - (27004,4633,1,9445,0,-751.014,1117.52,89.6297,0.823917,300,20,0,1031,0,0,1), - (27005,4633,1,9445,0,-711.857,1155.1,90.734,3.96902,300,20,0,1031,0,0,1), - (27006,4633,1,9445,0,-916.77,1148.21,92.4556,1.83908,300,20,0,1031,0,0,1), - (27007,4633,1,9445,0,-879.526,1113.76,91.2852,5.37249,300,5,0,1031,0,0,1), - (27008,4633,1,9445,0,-1015.26,1117.66,88.3429,1.56933,300,5,0,1031,0,0,1), - (27009,4633,1,9445,0,-912.78,1083.61,89.8468,5.81713,300,20,0,1031,0,0,1), - (27010,4633,1,9445,0,-1044.93,1080.82,88.4685,5.88596,300,20,0,1031,0,0,1), - (27011,4634,1,4874,0,-855.001,1052.65,91.1528,5.18014,300,0,0,1105,0,0,0), - (27012,4634,1,4874,0,-919.038,949.205,90.1048,3.13136,300,20,0,1105,0,0,1), - (27013,4634,1,4874,0,-752.317,985.279,91.1892,4.22037,300,5,0,1105,0,0,1), - (27014,4634,1,4874,0,-888.24,984.696,89.4798,3.92002,300,20,0,1105,0,0,1), - (27015,4634,1,4874,0,-910.773,1017.04,91.3759,1.76934,300,20,0,1105,0,0,1), - (27016,4634,1,4874,0,-969.897,886.517,91.5769,2.87855,300,0,0,1105,0,0,0), - (27017,4634,1,4874,0,-948.155,1044.76,89.5072,4.5188,300,20,0,1105,0,0,1), - (27018,4634,1,4874,0,-1065.32,1045.94,90.4485,0.485411,300,0,0,1105,0,0,0), - (27019,4634,1,4874,0,-859.772,1021.53,90.1048,2.82358,300,20,0,1105,0,0,1), - (27020,4634,1,4874,0,-818.643,989.373,91.1711,2.81714,300,20,0,1105,0,0,1), - (27021,4634,1,4874,0,-840.057,919.588,89.0139,3.54366,300,0,0,1105,0,0,0), - (27022,4635,1,4871,0,-1018.54,1047.79,90.367,3.85147,300,20,0,866,878,0,1), - (27023,4635,1,4871,0,-1078.4,881.74,91.8396,1.93766,300,5,0,866,878,0,1), - (27024,4635,1,4871,0,-943.864,980.017,89.4463,5.53432,300,20,0,866,878,0,1), - (27025,4635,1,4871,0,-726.508,1083.33,90.3548,2.60459,300,5,0,866,878,0,1), - (27026,4635,1,4871,0,-752.967,1047.71,90.6816,1.71523,300,5,0,866,878,0,1), - (27027,4635,1,4871,0,-753.976,955.857,91.0976,3.3464,300,5,0,866,878,0,1), - (27028,4635,1,4871,0,-804.314,1012.23,89.4727,6.16757,300,20,0,866,878,0,1), - (27029,4635,1,4871,0,-984.375,1079.97,91.7113,1.2556,300,20,0,866,878,0,1), - (27030,4635,1,4871,0,-765.654,1104.35,90.2966,6.07659,300,20,0,866,878,0,1), - (27031,4635,1,4871,0,-983.877,950.558,92.7051,3.83142,300,20,0,866,878,0,1), - (27032,4635,1,4871,0,-1000.95,929.572,92.0272,5.97657,300,20,0,866,878,0,1), - (27033,4635,1,4871,0,-955.472,915.499,90.0427,3.42726,300,20,0,866,878,0,1), - (27034,4635,1,4871,0,-818.261,963.757,90.5462,6.2298,300,5,0,866,878,0,1), - (27035,4636,1,9448,0,-1064.2,1009.63,90.2706,0.587182,300,0,0,1010,0,0,0), - (27036,4636,1,9448,0,-842.318,1067.37,91.2218,2.30792,300,0,0,1010,0,0,0), - (27037,4636,1,9448,0,-839.725,948.127,90.6194,3.41093,300,0,0,1010,0,0,0), - (27038,4636,1,9448,0,-1063.02,913.021,91.842,1.32034,300,0,0,1010,0,0,0), - (27039,4636,1,9448,0,-1036.7,901.073,92.717,6.12908,300,0,0,1010,0,0,0), - (27040,4636,1,9448,0,-1046.7,894.932,92.7034,1.31905,300,0,0,1010,0,0,0), - (27041,4636,1,9448,0,-1019.95,898.49,92.651,1.71756,300,0,0,1010,0,0,0), - (27042,4636,1,9448,0,-947.212,954.353,96.303,4.27606,300,0,0,1010,0,0,0), - (27043,4636,1,9448,0,-785.953,1017,89.5909,4.32095,300,5,0,1010,0,0,1), - (27044,4636,1,9448,0,-807.925,1043.86,89.4798,0.797587,300,20,0,1010,0,0,1), - (27045,4636,1,9448,0,-950.546,881.924,91.4779,3.35012,300,0,0,1010,0,0,0), - (27046,4636,1,9448,0,-930.343,888.471,91.9078,1.69482,300,0,0,1010,0,0,0), - (27047,4636,1,9448,0,-986.065,1017.95,90.3548,2.9413,300,20,0,1010,0,0,1), - (27048,4636,1,9448,0,-888.399,915.089,90.286,2.69017,300,20,0,1010,0,0,1), - (27049,4637,1,9446,0,-1046.51,1012.36,90.3956,6.02171,300,0,0,939,935,0,0), - (27050,4637,1,9446,0,-1110.17,925.522,89.2639,2.28918,300,20,0,939,935,0,1), - (27051,4637,1,9446,0,-1054.69,945.433,90.7736,2.91736,300,20,0,939,935,0,1), - (27052,4637,1,9446,0,-1010.09,874.882,92.6127,2.05949,300,0,0,939,935,0,0), - (27053,4637,1,9446,0,-875.69,1047.52,91.6211,5.91422,300,20,0,939,935,0,1), - (27054,4637,1,9446,0,-817.724,939.648,90.2962,4.65726,300,3,0,939,935,0,1), - (27055,4638,1,2292,0,-1517.33,915.28,90.0735,2.57354,300,5,0,1163,0,0,1), - (27056,4638,1,2292,0,-1655.57,1284.73,90.6277,1.14197,300,5,0,1163,0,0,1), - (27057,4638,1,2292,0,-1614.04,989.831,90.3441,2.61017,300,5,0,1163,0,0,2), - (27058,4638,1,2292,0,-1812.83,1256.24,91.008,1.16936,300,5,0,1163,0,0,1), - (27059,4638,1,2292,0,-1619.61,1080.29,88.6009,0.24261,300,5,0,1163,0,0,2), - (27060,4638,1,2292,0,-1781.4,1217.05,91.117,3.21699,300,5,0,1163,0,0,1), - (27061,4639,1,9428,0,-1618.47,1242.85,90.7982,5.87835,300,5,0,1163,0,0,1), - (27062,4639,1,9428,0,-1645.87,1217.37,91.0787,0.519359,300,20,0,1163,0,0,1), - (27063,4639,1,9428,0,-1555.05,1018.42,89.622,3.23601,300,5,0,1163,0,0,2), - (27064,4639,1,9428,0,-1783.79,1279.77,90.9438,3.72205,300,5,0,1163,0,0,1), - (27065,4639,1,9428,0,-1652.74,1182.44,90.3973,0.387186,300,20,0,1163,0,0,1), - (27066,4640,1,2293,0,-1935.8,1262.79,92.062,2.38964,300,0,0,1221,0,0,0), - (27067,4640,1,2293,0,-2012.49,1119.38,117.084,1.93208,300,5,0,1221,0,0,1), - (27068,4640,1,2293,0,-1747.88,806.494,101.523,4.68339,300,5,0,1221,0,0,1), - (27069,4640,1,2293,0,-1549.56,955.601,90.6965,3.44296,300,5,0,1221,0,0,1), - (27070,4640,1,2293,0,-1575.37,920.816,89.1903,0.404453,300,5,0,1221,0,0,1), - (27071,4640,1,2293,0,-1715.05,1273.11,94.5888,3.81119,300,5,0,1221,0,0,1), - (27072,4640,1,2293,0,-1981.9,1084.21,107.939,2.88382,300,5,0,1221,0,0,1), - (27073,4640,1,2293,0,-1986.47,1152.52,95.5254,2.56458,300,20,0,1221,0,0,1), - (27074,4640,1,2293,0,-2048.95,1214,107.501,4.73777,300,5,0,1221,0,0,1), - (27075,4640,1,2293,0,-1879.42,958.662,90.8326,1.65311,300,5,0,1221,0,0,1), - (27076,4640,1,2293,0,-1678.98,1146.83,93.7228,1.68824,300,20,0,1221,0,0,1), - (27077,4640,1,2293,0,-1683.64,817.033,97.0653,1.37589,300,5,0,1221,0,0,1), - (27078,4640,1,2293,0,-1645.32,843.735,93.8155,4.67284,300,5,0,1221,0,0,1), - (27079,4640,1,2293,0,-1753.97,957.749,92.3785,1.48509,300,5,0,1221,0,0,1), - (27080,4640,1,2293,0,-1759.23,1057.68,92.2733,2.49757,300,5,0,1221,0,0,1), - (27081,4640,1,2293,0,-1753.18,1111.37,88.6241,3.56795,300,5,0,1221,0,0,1), - (27082,4640,1,2293,0,-1820.98,1108.27,91.6211,0.654288,300,20,0,1221,0,0,1), - (27083,4640,1,2293,0,-1745.01,1187.66,88.4568,0.683803,300,5,0,1221,0,0,1), - (27084,4640,1,2293,0,-1712.96,1211.41,91.4266,4.12718,300,20,0,1221,0,0,1), - (27085,4641,1,9429,0,-1590.06,855.546,114.449,6.09458,300,5,0,1021,963,0,1), - (27086,4641,1,9429,0,-1822.87,818.86,103.174,5.07074,300,5,0,1021,963,0,1), - (27087,4641,1,9429,0,-1686.69,1245.97,91.636,4.52703,300,5,0,1021,963,0,1), - (27088,4641,1,9429,0,-1914.7,1255.7,93.2007,1.37494,300,0,0,1021,963,0,0), - (27089,4641,1,9429,0,-1916.97,1022.23,90.6896,4.52653,300,5,0,1021,963,0,1), - (27090,4641,1,9429,0,-1948.61,1053.23,88.133,1.64899,300,5,0,1021,963,0,1), - (27091,4641,1,9429,0,-1982.59,1212.43,90.8203,4.74926,300,20,0,1021,963,0,1), - (27092,4641,1,9429,0,-2016.29,1181.08,98.6021,3.90687,300,20,0,1021,963,0,1), - (27093,4641,1,9429,0,-1585.6,1054.23,92.5497,4.88562,300,20,0,1021,963,0,1), - (27094,4641,1,9429,0,-1884.74,1314.4,87.6938,3.23292,300,5,0,1021,963,0,1), - (27095,4641,1,9429,0,-1824.16,1304.53,87.4191,4.64571,300,5,0,1021,963,0,1), - (27096,4641,1,9429,0,-1645.69,1118.1,90.348,0.707884,300,5,0,1021,963,0,1), - (27097,4641,1,9429,0,-1718.04,1149.67,89.2574,5.03916,300,5,0,1021,963,0,1), - (27098,4641,1,9429,0,-1618.61,885.043,89.9229,2.50686,300,5,0,1021,963,0,1), - (27099,4641,1,9429,0,-1710.65,956.994,90.3816,0.931671,300,5,0,1021,963,0,1), - (27100,4641,1,9429,0,-1846.25,1147.75,90.7653,1.98501,300,5,0,1021,963,0,1), - (27101,4641,1,9429,0,-1819.31,1184.16,88.4642,6.17846,300,0,0,1021,963,0,0), - (27102,4641,1,9429,0,-1757.98,1242.37,91.5991,3.76836,300,5,0,1021,963,0,1), - (27103,4642,1,9431,0,-1947.35,1185.01,90.6267,4.49207,300,5,0,1064,1007,0,1), - (27104,4642,1,9431,0,-2041.08,1152.25,116.729,5.23388,300,5,0,1064,1007,0,1), - (27105,4642,1,9431,0,-1915.72,1282.09,93.103,1.18682,300,0,0,1064,1007,0,0), - (27106,4642,1,9431,0,-1880.19,1086.61,91.9645,2.96474,300,0,0,1064,1007,0,0), - (27107,4642,1,9431,0,-1908.65,973.714,90.9167,0.976321,300,5,0,1064,1007,0,1), - (27108,4642,1,9431,0,-1820.67,1053.84,95.5137,1.64652,300,5,0,1064,1007,0,1), - (27109,4642,1,9431,0,-1778.78,1085.5,90.2048,3.61695,300,5,0,1064,1007,0,1), - (27110,4642,1,9431,0,-1784.93,1155.86,90.3809,2.62565,300,5,0,1064,1007,0,1), - (27111,4642,1,9431,0,-1714.72,1085.24,91.7442,0.358781,300,5,0,1064,1007,0,1), - (27112,4642,1,9431,0,-1855.52,1088.68,90.347,4.13785,300,5,0,1064,1007,0,1), - (27113,4643,1,9430,0,-1875.32,914.368,93.0604,4.54949,300,5,0,1279,0,0,1), - (27114,4643,1,9430,0,-1965.11,1289.54,91.3233,3.24729,300,5,0,1279,0,0,1), - (27115,4643,1,9430,0,-1783.67,984.239,95.2886,2.21334,300,0,0,1279,0,0,0), - (27116,5412,1,4695,0,-1337.06,1702.54,89.9855,0.401426,300,0,0,2016,0,0,0), - (27117,4644,1,9432,0,-1962.75,1267.75,91.6818,5.39307,300,0,0,1403,0,0,0), - (27118,4644,1,9432,0,-1964.65,1239.73,91.1461,2.56854,300,0,0,1403,0,0,0), - (27119,4644,1,9432,0,-1689.86,1029.18,94.2452,2.68241,300,0,0,1403,0,0,0), - (27120,4644,1,9432,0,-1802.12,1061.57,91.3887,3.70623,300,0,0,1403,0,0,0), - (27121,4644,1,9432,0,-1748.96,932.292,92.5803,3.4633,300,0,0,1403,0,0,0), - (27122,4644,1,9432,0,-1783.15,944.68,92.7692,2.59524,300,0,0,1403,0,0,0), - (27123,4645,1,4583,0,-1948.08,1248.5,91.5211,1.90017,300,0,0,1403,0,0,0), - (27124,4645,1,4583,0,-1878.71,1115.8,92.3138,1.5917,300,0,0,1403,0,0,0), - (27125,4645,1,4583,0,-1896.84,1099.24,92.7145,1.63401,300,0,0,1403,0,0,0), - (27126,4645,1,4583,0,-1899.08,986.493,90.6807,4.09375,300,0,0,1403,0,0,0), - (27127,4645,1,4583,0,-1727.55,922.635,91.9232,3.73003,300,0,0,1403,0,0,0), - (27128,4645,1,4583,0,-1800.04,1042.72,92.7637,0.660964,300,0,0,1403,0,0,0), - (27129,4646,1,9420,0,-2074.98,2550.38,18.3896,1.57332,300,5,0,1163,0,0,1), - (27130,4646,1,9420,0,-2188.24,2644.03,60.5728,4.24249,300,5,0,1163,0,0,1), - (27131,4646,1,9420,0,-2045.45,2444.96,62.3524,0.179354,300,5,0,1163,0,0,1), - (27132,4646,1,9420,0,-2081.03,2680.3,60.3206,6.24019,300,5,0,1163,0,0,1), - (27133,4646,1,9420,0,-2111.4,2656.51,60.4208,2.89523,300,20,0,1163,0,0,1), - (27134,4646,1,9420,0,-2114.65,2619.09,61.0481,2.80374,300,5,0,1163,0,0,1), - (27135,4646,1,9420,0,-2239.72,2411.1,54.4443,2.60245,300,5,0,1163,0,0,1), - (27136,4647,1,9421,0,-2087.15,2479.18,17.2631,5.50474,300,5,0,1163,0,0,1), - (27137,4647,1,9421,0,-2232.45,2446.3,34.7528,0.623992,300,5,0,1163,0,0,2), - (27138,11559,1,9531,0,-2227.59,1381.18,82.3337,3.63029,300,0,0,1171,3075,0,0), - (27139,11559,1,9531,0,-2259.94,1361.98,67.4631,1.84564,300,5,0,1171,3075,0,1), - (27140,11559,1,9531,0,-2242.44,1541.25,63.4469,4.34059,300,5,0,1171,3075,0,2), - (27141,11559,1,9531,0,-2255.62,1311.42,63.7413,6.18153,300,5,0,1171,3075,0,1), - (27142,4647,1,9421,0,-1953.65,2687.1,76.4029,1.5015,300,5,0,1163,0,0,1), - (27143,4647,1,9421,0,-2022.85,2480.4,61.1051,4.30898,300,5,0,1163,0,0,1), - (27144,4647,1,9421,0,-1987.69,2687.34,60.3636,0.875611,300,5,0,1163,0,0,1), - (27145,4647,1,9421,0,-2014.09,2679.28,60.3524,2.95466,300,5,0,1163,0,0,1), - (27146,4647,1,9421,0,-2079.08,2656.38,60.839,4.02237,300,20,0,1163,0,0,1), - (27147,4647,1,9421,0,-2051.2,2652.05,62.4641,3.20332,300,20,0,1163,0,0,1), - (27148,4648,1,9422,0,-2117.07,2569.75,21.713,0.25139,300,5,0,1221,0,0,1), - (27149,4648,1,9422,0,-2211.93,2685.67,60.3135,4.30894,300,5,0,1221,0,0,1), - (27150,4648,1,9422,0,-2381.61,2511.42,71.3916,2.19828,300,2,0,1221,0,0,1), - (27151,4648,1,9422,0,-2454.16,2521.85,83.2101,3.10091,300,2,0,1221,0,0,1), - (27152,4648,1,9422,0,-2292.47,2607.56,60.3135,2.5245,300,5,0,1221,0,0,1), - (27153,4648,1,9422,0,-2121.89,2478.62,17.5187,3.64588,300,5,0,1221,0,0,1), - (27154,4648,1,9422,0,-2346.78,2494.52,70.8499,0.874122,300,2,0,1221,0,0,1), - (27155,4648,1,9422,0,-2211.99,2651.65,62.3067,0.182861,300,5,0,1221,0,0,1), - (27156,4648,1,9422,0,-2313.25,2406.27,69.1485,0.569502,300,5,0,1221,0,0,1), - (27157,4648,1,9422,0,-2352.12,2413.66,76.0143,2.30218,300,5,0,1221,0,0,1), - (27158,4648,1,9422,0,-2402.81,2444.76,74.409,5.41908,300,5,0,1221,0,0,1), - (27159,4648,1,9422,0,-2294.13,2653.58,60.6885,3.17774,300,5,0,1221,0,0,1), - (27160,4648,1,9422,0,-2227.5,2478.1,21.0792,2.93542,300,5,0,1221,0,0,1), - (27161,4648,1,9422,0,-2070.8,2512.6,22.7046,1.89833,300,0,0,1221,0,0,0), - (27162,4648,1,9422,0,-2271.31,2503.1,73.9369,3.40084,300,0,0,1221,0,0,0), - (27163,4648,1,9422,0,-2144.13,2413.4,61.258,1.29852,300,5,0,1221,0,0,1), - (27164,4648,1,9422,0,-2011.15,2632.75,61.0644,1.06097,300,20,0,1221,0,0,1), - (27165,4648,1,9422,0,-1955.26,2610.17,67.4697,3.27271,300,5,0,1221,0,0,1), - (27166,4648,1,9422,0,-1952.5,2553.73,61.8487,3.8494,300,20,0,1221,0,0,1), - (27167,4648,1,9422,0,-2014.25,2654.69,61.1113,2.89617,300,5,0,1221,0,0,1), - (27168,4648,1,9422,0,-2012.55,2519.93,61.5206,5.54089,300,5,0,1221,0,0,1), - (27169,4648,1,9422,0,-2050.08,2690.04,62.8114,5.67838,300,5,0,1221,0,0,1), - (27170,4649,1,9423,0,-2458.62,2505.22,83.3601,5.61464,300,2,0,1021,963,0,1), - (27171,4649,1,9423,0,-2158.16,2592.62,20.6826,5.13946,300,5,0,1021,963,0,1), - (27172,11561,1,11369,0,-2190.57,1554.08,70.9108,5.422,300,5,0,1519,0,0,1), - (27173,4649,1,9423,0,-2353.18,2465.61,70.753,1.67587,300,5,0,1021,963,0,1), - (27174,11561,1,11369,0,-2246.19,1399.44,79.4668,2.1144,300,5,0,1519,0,0,1), - (27175,4649,1,9423,0,-2243.92,2649.36,61.8135,0.086542,300,5,0,1021,963,0,1), - (27176,4649,1,9423,0,-2258.05,2677.96,63.0635,0.257193,300,5,0,1021,963,0,1), - (27177,11561,1,11369,0,-2251.8,1610.3,69.2792,3.15405,300,5,0,1519,0,0,1), - (27178,4649,1,9423,0,-2375.95,2469.76,74.4626,0.497799,300,5,0,1021,963,0,1), - (27179,4649,1,9423,0,-2085.25,2571.03,17.2631,1.70987,300,5,0,1021,963,0,1), - (27180,4649,1,9423,0,-2424.95,2473.12,83.429,6.01311,300,3,0,1021,963,0,1), - (27181,4649,1,9423,0,-2254.02,2622.38,61.3827,5.39836,300,5,0,1021,963,0,1), - (27182,4649,1,9423,0,-2337.41,2417.53,75.6836,2.06556,300,5,0,1021,963,0,1), - (27183,4649,1,9423,0,-2229.28,2570.94,20.4889,1.34217,300,5,0,1021,963,0,1), - (27184,4649,1,9423,0,-2414.29,2506.13,66.8326,0.116415,300,5,0,1021,963,0,1), - (27185,11561,1,11369,0,-2211.09,1362.29,82.6887,5.18242,300,5,0,1519,0,0,1), - (27186,11561,1,11369,0,-2162.96,1359.47,79.6642,2.02105,300,3,0,1519,0,0,1), - (27187,11561,1,11369,0,-2083.14,1348.57,84.5114,3.82102,300,5,0,1519,0,0,1), - (27188,11561,1,11369,0,-2188.14,1344.52,71.2753,4.52572,300,5,0,1519,0,0,1), - (27189,11561,1,11369,0,-2270.72,1378.87,67.5754,3.09254,300,5,0,1519,0,0,1), - (27190,4649,1,9423,0,-2106.31,2528.65,34.9771,1.45659,300,6,0,1021,963,0,2), - (27191,4649,1,9423,0,-2305.32,2493.97,73.5274,0.933717,300,3,0,1021,963,0,1), - (27192,11561,1,11369,0,-2050.7,1317.01,64.4631,5.20347,300,5,0,1519,0,0,2), - (27193,11561,1,11369,0,-2032.73,1344.45,64.4764,5.37523,300,5,0,1519,0,0,1), - (27194,11561,1,11369,0,-1991.35,1357.54,63.7435,3.93904,300,5,0,1519,0,0,1), - (27195,11561,1,11369,0,-2141.9,1302.33,63.603,3.09535,300,5,0,1519,0,0,1), - (27196,11561,1,11369,0,-2119.25,1303.76,65.6992,0.876109,300,5,0,1519,0,0,2), - (27197,11561,1,11369,0,-2271.56,1484.8,63.6537,1.28071,300,5,0,1519,0,0,2), - (27198,11561,1,11369,0,-2265.39,1440.18,68.1967,2.78648,300,5,0,1519,0,0,1), - (27199,11561,1,11369,0,-2254.33,1514.99,63.7537,4.05565,300,5,0,1519,0,0,1), - (27200,11561,1,11369,0,-2246.21,1548.65,64.8544,3.58865,300,5,0,1519,0,0,1), - (27201,11561,1,11369,0,-2310.03,1401.83,63.4736,1.67497,300,5,0,1519,0,0,1), - (27202,11561,1,11369,0,-2276.58,1388.22,67.0031,3.26304,300,20,0,1519,0,0,1), - (27203,11561,1,11369,0,-2309.16,1351.27,63.6176,5.33831,300,5,0,1519,0,0,1), - (27204,11561,1,11369,0,-2257.14,1345.23,64.1391,5.5654,300,5,0,1519,0,0,1), - (27205,11561,1,11369,0,-2248.25,1318.56,63.6714,0.05236,300,0,0,1519,0,0,0), - (27206,11561,1,11369,0,-2285.45,1353.71,63.7131,1.02853,300,20,0,1519,0,0,1), - (27207,11561,1,11369,0,-2212.18,1317.55,63.7131,6.08117,300,5,0,1519,0,0,1), - (27208,11561,1,11369,0,-2178.8,1313.5,63.6992,0.106833,300,5,0,1519,0,0,1), - (27209,4649,1,9423,0,-2110.45,2417.25,62.8571,4.97522,300,5,0,1021,963,0,1), - (27210,4649,1,9423,0,-2080.49,2414.75,61.6547,0.975223,300,5,0,1021,963,0,1), - (27211,4649,1,9423,0,-2048.05,2620.45,61.9896,4.01129,300,5,0,1021,963,0,1), - (27212,4649,1,9423,0,-2012.43,2612.17,62.1894,5.46321,300,20,0,1021,963,0,1), - (27213,4649,1,9423,0,-1955.2,2653.87,69.3903,2.94496,300,5,0,1021,963,0,1), - (27214,4649,1,9423,0,-1950.17,2576.26,61.2475,5.55128,300,20,0,1021,963,0,1), - (27215,4649,1,9423,0,-1922.19,2585.25,61.4352,2.63986,300,20,0,1021,963,0,1), - (27216,4649,1,9423,0,-1987.58,2551.84,61.1552,4.65171,300,5,0,1021,963,0,2), - (27217,4649,1,9423,0,-2011.36,2551.66,62.166,5.21129,300,5,0,1021,963,0,1), - (27218,4649,1,9423,0,-2110.87,2686.59,60.3096,0.582295,300,5,0,1021,963,0,1), - (27219,4649,1,9423,0,-2176.71,2410.16,60.5283,5.70212,300,5,0,1021,963,0,1), - (27220,4649,1,9423,0,-2051.38,2422.52,60.5702,1.92371,300,5,0,1021,963,0,1), - (27221,11561,1,11369,0,-2216.98,1361.36,81.2916,5.70131,300,0,0,1519,0,0,2), - (27222,11562,1,11371,0,-1953.02,3107.92,-7.72953,4.39465,300,20,0,928,963,0,1), - (27223,1322,1,1514,0,202.837,1179.19,168.082,2.87979,300,0,0,2471,0,0,0), - (27224,11562,1,11371,0,-1934.66,3153.89,-36.0741,3.3591,300,20,0,928,963,0,1), - (27225,11562,1,11371,0,-2021.2,3182.47,-16.3809,0.633349,300,20,0,928,963,0,1), - (27226,11562,1,11371,0,-1917.88,3400.77,-47.1733,1.59228,300,20,0,928,963,0,1), - (27227,11562,1,11371,0,-1711.3,3353.13,-47.3943,5.9835,300,20,0,928,963,0,1), - (27228,11562,1,11371,0,-1644.8,3315.53,-44.7439,0.094813,300,20,0,928,963,0,1), - (27229,11562,1,11371,0,-2069.51,3202.41,-13.3813,3.65154,300,20,0,928,963,0,1), - (27230,11562,1,11371,0,-1956.36,3187.71,-60.4321,3.44918,300,3,0,928,963,0,1), - (27231,11562,1,11371,0,-2002.46,3150.58,-9.43554,5.20678,300,20,0,928,963,0,1), - (27232,11562,1,11371,0,-1808.33,3425,-45.1,2.99111,300,0,0,928,963,0,0), - (27233,11562,1,11371,0,-619.985,2824.18,-23.1261,3.13085,300,20,0,928,963,0,1), - (27234,11562,1,11371,0,-1907.91,3123.08,-18.475,0.331033,300,20,0,928,963,0,1), - (27235,11562,1,11371,0,-1869.39,3404.34,-50.7694,3.44278,300,20,0,928,963,0,1), - (27236,11562,1,11371,0,-1872.81,3374.68,-70.0521,4.80002,300,20,0,928,963,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (26833,68,0,0,0,-8799,865.216,98.958,2.381,430,430,0,0,3921,0,0,0), + (26834,297,0,0,0,-8834,983.482,98.47,5.327,310,310,0,0,1605,0,0,0), + (26835,331,0,0,0,-9012,867.595,29.621,0.776,490,490,0,0,3139,2620,0,0), + (26836,338,0,0,0,-8856,822.813,98.4,0.73,540,540,0,0,2868,0,0,0), + (26837,3566,1,0,0,-712.556,-462.243,-20.5585,1.32227,250,250,15,0,176,0,0,1), + (26838,461,0,0,0,-8980,1041.09,101.487,4.485,490,490,0,0,3139,2620,0,0), + (26839,3566,1,0,0,-1152.27,-434.478,-32.6086,1.62163,250,250,5,0,176,0,0,1), + (26840,3566,1,0,0,-659.502,-201.896,-12.1414,0.553832,250,250,5,0,176,0,0,1), + (26841,3566,1,0,0,-890.42,111.444,-12.2468,4.99337,250,250,5,0,176,0,0,1), + (26842,3566,1,0,0,-846.995,-265.602,-13.6203,1.68813,250,250,15,0,176,0,0,1), + (26843,3566,1,0,0,-589.601,54.5972,19.8628,0.177665,250,250,5,0,176,0,0,1), + (26844,3566,1,0,0,-566.09,-388.569,29.3944,1.02937,250,250,15,0,176,0,0,1), + (26845,3566,1,0,0,-619.095,-475.242,4.25442,5.19787,250,250,15,0,176,0,0,1), + (26846,3566,1,0,0,-665.913,-465.022,-9.83592,2.49887,250,250,15,0,176,0,0,1), + (26847,3566,1,0,0,-678.284,-339.636,-7.99697,2.90704,250,250,5,0,176,0,0,1), + (26848,3566,1,0,0,-850.038,-746.967,-12.4041,1.54346,250,250,5,0,176,0,0,1), + (26849,3566,1,0,0,-909.57,-176.29,0.857339,5.74344,250,250,15,0,176,0,0,1), + (26850,3566,1,0,0,-577.473,-459.276,16.3466,5.98592,250,250,5,0,176,0,0,1), + (26851,3566,1,0,0,-827.711,231.545,-5.19983,0.394641,250,250,15,0,176,0,0,1), + (26852,3566,1,0,0,-789.022,-244.682,-19.8734,1.71573,250,250,15,0,176,0,0,1), + (26853,3566,1,0,0,-864.994,-110.369,-1.38476,1.6862,250,250,15,0,176,0,0,1), + (26854,3566,1,0,0,-523.602,-134.494,45.2733,0.316523,250,250,5,0,176,0,0,1), + (26855,3566,1,0,0,-652.929,5.1582,-8.57058,3.14159,250,250,5,0,176,0,0,1), + (26856,3566,1,0,0,-891.277,-509.257,-34.2622,3.55386,250,250,15,0,176,0,0,1), + (26857,3566,1,0,0,-743.637,-271.843,-31.8232,3.40295,250,250,15,0,176,0,0,1), + (26858,3566,1,0,0,-941.622,-743.141,-21.0395,4.40053,250,250,15,0,176,0,0,1), + (26859,3566,1,0,0,-884.712,-873.171,16.2151,3.56854,250,250,5,0,176,0,0,1), + (26860,3566,1,0,0,-610.016,-90.5092,4.71279,3.26885,250,250,5,0,176,0,0,1), + (26861,3566,1,0,0,-1044.46,-557.944,-55.8647,5.43563,250,250,30,0,176,0,0,1), + (26862,3566,1,0,0,-966.951,-441.801,-41.4706,6.17167,250,250,15,0,176,0,0,1), + (26863,3566,1,0,0,-684.057,-286.044,-18.6755,3.11621,250,250,10,0,176,0,0,1), + (26864,3566,1,0,0,-810.465,-215.522,-11.3582,4.46362,250,250,5,0,176,0,0,1), + (26865,3566,1,0,0,-796.201,-414.03,-25.1853,5.4439,250,250,5,0,176,0,0,1), + (26866,3566,1,0,0,-1120.86,-1115.27,31.968,0.089953,250,250,5,0,176,0,0,1), + (26867,3566,1,0,0,-923.903,-719.899,-28.3621,4.99149,250,250,15,0,176,0,0,1), + (26868,3566,1,0,0,-976.929,-712.568,-36.9077,1.52582,250,250,5,0,176,0,0,1), + (26869,3566,1,0,0,-2274.65,-1178.45,-2.1939,0.500136,250,250,15,0,176,0,0,1), + (26870,3054,1,0,0,-2243.48,-405.843,-9.34157,1.3439,250,250,0,0,228,0,0,0), + (26871,3566,1,0,0,-852.623,126.792,-12.4638,1.93643,250,250,15,0,176,0,0,1), + (26872,3566,1,0,0,-922.325,-225.199,-6.25922,4.47404,250,250,5,0,176,0,0,1), + (26873,3566,1,0,0,-903.622,-792.679,-6.17962,0.431316,250,250,15,0,176,0,0,1), + (26874,3566,1,0,0,-1092.36,-664.021,-54.8298,0.505148,250,250,15,0,176,0,0,1), + (26875,3566,1,0,0,-1259.92,-407.123,-39.7578,2.53247,250,250,5,0,176,0,0,1), + (26876,3566,1,0,0,-1145.71,-691.904,-61.047,1.49886,250,250,15,0,176,0,0,1), + (26877,3566,1,0,0,-656.526,-228.535,-9.57587,1.13334,250,250,5,0,176,0,0,1), + (26878,3566,1,0,0,-1015.56,-716.243,-40.3545,2.58671,250,250,5,0,176,0,0,1), + (26879,3566,1,0,0,-1037.61,-650.553,-54.21,1.59228,250,250,30,0,176,0,0,1), + (26880,3566,1,0,0,-874.477,-622.432,-47.1581,2.01694,250,250,15,0,176,0,0,1), + (26881,3566,1,0,0,-569.473,-239.973,30.7551,0.286653,250,250,5,0,176,0,0,1), + (26882,3566,1,0,0,-1119.86,-882.277,-9.16431,4.65765,250,250,5,0,176,0,0,1), + (26883,3566,1,0,0,-931.58,-143.484,10.4988,3.15146,250,250,15,0,176,0,0,1), + (26884,3566,1,0,0,-683.102,118.565,9.45836,1.27747,250,250,10,0,176,0,0,1), + (26885,3566,1,0,0,-949.824,-118.971,19.1507,0.921095,250,250,5,0,176,0,0,1), + (26886,3566,1,0,0,-1089.48,-822.619,-22.3939,1.08532,250,250,5,0,176,0,0,1), + (26887,3566,1,0,0,-909.309,-456.558,-39.6816,1.99166,250,250,15,0,176,0,0,1), + (26888,3566,1,0,0,-654.553,-141.319,-7.55951,0.027337,250,250,5,0,176,0,0,1), + (26889,3566,1,0,0,-852.141,-416.8,-27.3993,4.00854,250,250,15,0,176,0,0,1), + (26890,3566,1,0,0,-698.958,-234.086,-17.9218,0.438563,250,250,3,0,176,0,0,1), + (26891,3566,1,0,0,-1016.67,-697.409,-46.8903,4.75143,250,250,5,0,176,0,0,1), + (26892,3566,1,0,0,-683.103,-619.16,-14.7756,4.84346,250,250,15,0,176,0,0,1), + (26893,3055,1,0,0,-2227.54,-365.72,-9.27941,4.86947,250,250,0,0,413,0,0,0), + (26894,10993,1,0,0,-1348.7,-1129.96,141.803,2.61799,250,250,0,0,1240,0,0,0), + (26895,3057,1,0,0,-1209.64,-112.698,163.882,1.5708,7200,7200,0,0,40000,17000,0,0), + (26896,3058,1,0,0,-751.421,-674.71,-19.1842,3.41453,60,60,30,0,444,0,0,2), + (26897,3059,1,0,0,-2880.43,-213.02,54.9039,4.64258,250,250,0,0,413,0,0,0), + (26898,3060,1,0,0,-2873.57,-268.591,54.0531,2.68781,250,250,0,0,372,333,0,0), + (26899,3061,1,0,0,-2865.4,-225.731,54.9617,3.10669,250,250,0,0,456,406,0,0), + (26900,3062,1,0,0,-2873.88,-264.709,54.0072,3.7001,250,250,0,0,413,370,0,0), + (26901,15350,1,0,0,-1383.63,-68.3733,160.016,4.04916,250,250,0,0,2148,0,0,0), + (26902,3063,1,0,0,-2347.98,-495.92,-8.96404,4.79274,250,250,0,0,594,0,0,0), + (26903,3064,1,0,0,-2315.75,-442.634,-5.35507,6.07375,250,250,0,0,500,444,0,0), + (26904,6393,1,0,0,-1404.83,-107.317,159.018,5.61996,250,250,0,0,4079,0,0,0), + (26905,3065,1,0,0,-2180.22,-408.816,-4.51826,1.0472,250,250,0,0,456,406,0,0), + (26906,3066,1,0,0,-2298.96,-437.742,-5.35507,3.89208,250,250,0,0,546,481,0,0), + (26907,3067,1,0,0,-2263.26,-284.941,-9.29335,4.72984,250,250,0,0,500,0,0,0), + (26908,3068,1,0,0,-1731.25,-540.804,-13.3326,5.49503,19900,19900,0,0,176,0,0,2), + (26909,3069,1,0,0,-2254.65,-286.531,-9.34156,4.20624,250,250,0,0,1106,0,0,0), + (26910,12032,1,0,0,-1719.02,3212.89,4.38054,4.59022,300,300,0,0,1605,0,0,0), + (26911,12033,1,0,0,-1635.92,3056.89,51.7528,2.82743,300,300,0,0,1605,0,0,0), + (26912,11777,1,0,0,-1149.73,3038.86,89.4568,1.73004,300,300,5,0,4572,0,0,2), + (26913,6145,1,0,0,-399.905,2764.49,-24.187,2.2874,300,300,5,0,42,0,0,1), + (26914,6145,1,0,0,-284.436,2784.52,-13.5273,2.18642,300,300,5,0,42,0,0,1), + (26915,6145,1,0,0,-116.672,2387.63,-30.5139,4.15365,300,300,30,0,42,0,0,1), + (26916,6145,1,0,0,-596.67,2718.47,-25.2858,2.84649,300,300,5,0,42,0,0,1), + (26917,6145,1,0,0,76.7026,2959.37,-19.4286,5.90956,300,300,5,0,42,0,0,1), + (26918,6145,1,0,0,-1916.34,3176.16,-14.2011,4.62713,300,300,5,0,42,0,0,1), + (26919,6145,1,0,0,-176.562,2643.58,-42.4726,5.4704,300,300,5,0,42,0,0,1), + (26920,11777,1,0,0,-1231.92,2895.4,87.0525,4.22276,300,300,5,0,4572,0,0,1), + (26921,11777,1,0,0,-1256.94,3041.49,89.249,5.164,300,300,5,0,4572,0,0,1), + (26922,11777,1,0,0,-1173.34,2995.08,86.1132,1.07871,300,300,5,0,4572,0,0,2), + (26923,11777,1,0,0,-1277.22,3008.91,88.734,4.64938,300,300,5,0,4572,0,0,1), + (26924,11777,1,0,0,-1289.22,2974.82,72.9784,2.60974,300,300,5,0,4572,0,0,1), + (26925,11777,1,0,0,-1295.08,2935.26,74.8914,1.1581,300,300,5,0,4572,0,0,1), + (26926,11777,1,0,0,-1214.57,2968.5,65.0634,5.95485,300,300,5,0,4572,0,0,1), + (26927,11778,1,0,0,-1178.66,2957.35,63.8838,0.397005,300,300,5,0,5389,0,0,1), + (26928,11778,1,0,0,-1157.51,3018.6,87.9338,0.480217,300,300,5,0,5389,0,0,1), + (26929,11778,1,0,0,-1172.74,3034.18,89.2288,4.16693,300,300,5,0,5389,0,0,1), + (26930,11778,1,0,0,-1204.12,3017.02,84.7377,2.42107,300,300,5,0,5389,0,0,1), + (26931,11778,1,0,0,-1298.04,2990,73.479,3.25664,300,300,5,0,5389,0,0,1), + (26932,11778,1,0,0,-1262.27,2978.82,64.6012,5.53051,300,300,5,0,5389,0,0,1), + (26933,11778,1,0,0,-1228.59,2904.09,75.2471,3.25189,300,300,5,0,5389,0,0,1), + (26934,11781,1,0,0,-1508.07,2778.15,95.2202,3.30386,300,300,5,0,5151,0,0,2), + (26935,11781,1,0,0,-1468.03,2824.77,92.5322,1.87082,300,300,0,0,5151,0,0,0), + (26936,5638,1,0,0,163.489,1257.05,166.782,3.82227,300,300,0,0,2016,0,0,0), + (26937,11782,1,0,0,-1438.34,2599.38,75.4438,4.37806,300,300,0,0,5036,0,0,0), + (26938,11782,1,0,0,-1442.28,2656.06,92.6091,0.320425,300,300,5,0,5036,0,0,2), + (26939,11785,1,0,0,-1597.01,2705.13,92.8639,2.84707,300,300,5,0,4572,0,0,1), + (26940,5641,1,0,0,-1178.41,1869.98,94.873,2.94961,300,300,0,0,2471,0,0,0), + (26941,11785,1,0,0,-1378.31,2651.98,76.052,3.67969,300,300,5,0,4572,0,0,1), + (26942,11785,1,0,0,-1546.47,2686.76,92.7861,2.79633,300,300,5,0,4572,0,0,1), + (26943,11785,1,0,0,-1576.48,2739.03,93.6042,6.06132,300,300,5,0,4572,0,0,1), + (26944,11785,1,0,0,-1484.05,2818.17,89.3578,0.883843,300,300,5,0,4572,0,0,1), + (26945,11785,1,0,0,-1506.08,2876.04,92.2821,5.45509,300,300,5,0,4572,0,0,1), + (26946,11785,1,0,0,-1528.47,2712.47,87.4213,5.59059,300,300,5,0,4572,0,0,1), + (26947,11785,1,0,0,-1462.8,2696.44,77.5374,3.8129,300,300,5,0,4572,0,0,1), + (26948,11785,1,0,0,-1470.66,2655.58,92.4202,2.50466,300,300,5,0,4572,0,0,2), + (26949,11785,1,0,0,-1543.4,2767,90.655,2.40152,300,300,5,0,4572,0,0,1), + (26950,11785,1,0,0,-1341.33,2712.64,93.7684,3.67725,300,300,5,0,4572,0,0,1), + (26951,11785,1,0,0,-1453.97,2650.5,92.4804,2.34425,300,300,5,0,4572,0,0,1), + (26952,11785,1,0,0,-1408.49,2709.57,93.4863,3.83685,300,300,5,0,4572,0,0,1), + (26953,11785,1,0,0,-1314.04,2658.34,85.3839,3.13297,300,300,5,0,4572,0,0,1), + (26954,5642,1,0,0,97.8138,1246.16,164.155,5.20108,300,300,0,0,2192,0,0,0), + (26955,11786,1,0,0,-1510.6,2897.83,92.8609,3.7284,300,300,5,0,4755,0,0,1), + (26956,11786,1,0,0,-1458.1,2771.73,92.6463,4.9263,300,300,5,0,4755,0,0,1), + (26957,11786,1,0,0,-1370.6,2589.13,72.9959,3.69734,300,300,5,0,4755,0,0,1), + (26958,11786,1,0,0,-1381.37,2596.61,73.3255,0.108967,300,300,5,0,4755,0,0,2), + (26959,11786,1,0,0,-1424.57,2672.5,77.348,5.03483,300,300,5,0,4755,0,0,1), + (26960,11786,1,0,0,-1375.54,2702.08,93.2914,4.30778,300,300,5,0,4755,0,0,1), + (26961,11786,1,0,0,-1430.11,2586.19,74.365,0.258425,300,300,5,0,4755,0,0,1), + (26962,11786,1,0,0,-1385.11,2662.7,76.4345,1.13607,300,300,5,0,4755,0,0,2), + (26963,11787,1,0,0,-1193.99,3004.46,69.0547,5.16858,300,300,5,0,4572,0,0,1), + (26964,11787,1,0,0,-1171.9,2996.26,86.1352,1.72858,300,300,5,0,4572,0,0,1), + (26965,11787,1,0,0,-1237.89,3034.81,89.3153,2.21224,300,300,5,0,4572,0,0,1), + (26966,11787,1,0,0,-1265.35,2901.59,87.7253,1.4924,300,300,5,0,4572,0,0,1), + (26967,11787,1,0,0,-1264.71,2925.09,74.1367,1.52082,300,300,5,0,4572,0,0,1), + (26968,11787,1,0,0,-1228.68,2953.91,74.2975,2.09902,300,300,5,0,4572,0,0,1), + (26969,11787,1,0,0,-1203.67,2985.85,79.001,0.90938,300,300,5,0,4572,0,0,1), + (26970,11787,1,0,0,-1196.31,2960.47,64.1286,4.59766,300,300,5,0,4572,0,0,1), + (26971,11787,1,0,0,-1239.71,2912.01,74.255,1.98902,300,300,5,0,4572,0,0,1), + (26972,11787,1,0,0,-1238.75,2967.38,64.9579,2.85719,300,300,5,0,4572,0,0,1), + (26973,5643,1,0,0,-419.61,1850.15,128.492,1.20428,300,300,0,0,1208,1097,0,0), + (26974,11788,1,0,0,-1146.51,2946.82,82.2892,3.88098,300,300,5,0,4755,0,0,1), + (26975,13836,1,0,0,-1939.64,645.019,107.35,1.20428,300,300,0,0,1753,0,0,0), + (26976,11788,1,0,0,-1224.38,3005.43,73.6861,6.14519,300,300,5,0,4755,0,0,1), + (26977,13836,1,0,0,-1945.07,647.086,107.339,1.13446,300,300,0,0,1753,0,0,0), + (26978,13836,1,0,0,-1928.98,656.58,107.655,4.29351,300,300,0,0,1753,0,0,0), + (26979,11788,1,0,0,-1235.59,2978.79,64.8805,3.94432,300,300,5,0,4755,0,0,1), + (26980,11788,1,0,0,-1206.44,3035.34,89.9979,4.21826,300,300,5,0,4755,0,0,1), + (26981,11788,1,0,0,-1192.99,3033.28,89.3421,2.74259,300,300,5,0,4755,0,0,1), + (26982,11788,1,0,0,-1296.28,2898.13,88.8364,0.274269,300,300,3,0,4755,0,0,1), + (26983,11788,1,0,0,-1255.52,2939.23,87.1457,3.84831,300,300,5,0,4755,0,0,1), + (26984,11788,1,0,0,-1221.9,2917.16,87.1668,0.849822,300,300,5,0,4755,0,0,1), + (26985,11788,1,0,0,-1262.77,2961.49,87.4925,5.70888,300,300,5,0,4755,0,0,1), + (26986,11788,1,0,0,-1209.17,2907.34,77.3363,1.80652,300,300,0,0,4755,0,0,0), + (26987,5644,1,0,0,-331.142,1766.99,139.6,3.85718,300,300,0,0,1339,0,0,0), + (26988,13837,1,0,0,-1939.65,660.626,107.645,4.38078,300,300,0,0,2471,0,0,0), + (26989,12045,1,0,0,-1677.03,3073.27,34.6422,0.663225,300,300,0,0,2868,0,0,0), + (26990,13837,1,0,0,-1928.45,642.285,107.368,1.11701,300,300,0,0,2471,0,0,0), + (26991,5395,1,0,0,-1333.66,1706.99,89.9855,5.96903,300,300,0,0,2868,0,0,0), + (26992,5396,1,0,0,124.292,1236.19,163.145,3.14159,300,300,0,0,2666,0,0,0), + (26993,5397,1,0,0,-1923.64,2604.98,64.8895,4.7822,300,300,0,0,2868,0,0,0), + (26994,5398,1,0,0,-1591.24,862.924,113.729,0.872665,300,300,0,0,2868,0,0,0), + (26995,4632,1,0,0,-823.083,1115.69,91.2877,4.11164,300,300,20,0,1037,0,0,1), + (26996,4632,1,0,0,-781.919,1081.17,89.4242,5.75358,300,300,20,0,1037,0,0,1), + (26997,4632,1,0,0,-854.065,1147.99,91.2582,0.168803,300,300,5,0,1037,0,0,1), + (26998,4632,1,0,0,-953.167,1115.58,88.3429,0.534814,300,300,20,0,1037,0,0,1), + (26999,4632,1,0,0,-985.143,1145.99,93.3697,3.361,300,300,20,0,1037,0,0,1), + (27000,4632,1,0,0,-1111.87,1151.47,92.0238,0.956314,300,300,5,0,1037,0,0,1), + (27001,4632,1,0,0,-1076.82,1120.98,88.7179,0.673122,300,300,20,0,1037,0,0,1), + (27002,4633,1,0,0,-1047.01,1144.61,91.0929,5.52451,300,300,5,0,1031,0,0,1), + (27003,4633,1,0,0,-783.69,1149.99,93.871,3.08898,300,300,20,0,1031,0,0,1), + (27004,4633,1,0,0,-751.014,1117.52,89.6297,0.823917,300,300,20,0,1031,0,0,1), + (27005,4633,1,0,0,-711.857,1155.1,90.734,3.96902,300,300,20,0,1031,0,0,1), + (27006,4633,1,0,0,-916.77,1148.21,92.4556,1.83908,300,300,20,0,1031,0,0,1), + (27007,4633,1,0,0,-879.526,1113.76,91.2852,5.37249,300,300,5,0,1031,0,0,1), + (27008,4633,1,0,0,-1015.26,1117.66,88.3429,1.56933,300,300,5,0,1031,0,0,1), + (27009,4633,1,0,0,-912.78,1083.61,89.8468,5.81713,300,300,20,0,1031,0,0,1), + (27010,4633,1,0,0,-1044.93,1080.82,88.4685,5.88596,300,300,20,0,1031,0,0,1), + (27011,4634,1,0,0,-855.001,1052.65,91.1528,5.18014,300,300,0,0,1105,0,0,0), + (27012,4634,1,0,0,-919.038,949.205,90.1048,3.13136,300,300,20,0,1105,0,0,1), + (27013,4634,1,0,0,-752.317,985.279,91.1892,4.22037,300,300,5,0,1105,0,0,1), + (27014,4634,1,0,0,-888.24,984.696,89.4798,3.92002,300,300,20,0,1105,0,0,1), + (27015,4634,1,0,0,-910.773,1017.04,91.3759,1.76934,300,300,20,0,1105,0,0,1), + (27016,4634,1,0,0,-969.897,886.517,91.5769,2.87855,300,300,0,0,1105,0,0,0), + (27017,4634,1,0,0,-948.155,1044.76,89.5072,4.5188,300,300,20,0,1105,0,0,1), + (27018,4634,1,0,0,-1065.32,1045.94,90.4485,0.485411,300,300,0,0,1105,0,0,0), + (27019,4634,1,0,0,-859.772,1021.53,90.1048,2.82358,300,300,20,0,1105,0,0,1), + (27020,4634,1,0,0,-818.643,989.373,91.1711,2.81714,300,300,20,0,1105,0,0,1), + (27021,4634,1,0,0,-840.057,919.588,89.0139,3.54366,300,300,0,0,1105,0,0,0), + (27022,4635,1,0,0,-1018.54,1047.79,90.367,3.85147,300,300,20,0,866,878,0,1), + (27023,4635,1,0,0,-1078.4,881.74,91.8396,1.93766,300,300,5,0,866,878,0,1), + (27024,4635,1,0,0,-943.864,980.017,89.4463,5.53432,300,300,20,0,866,878,0,1), + (27025,4635,1,0,0,-726.508,1083.33,90.3548,2.60459,300,300,5,0,866,878,0,1), + (27026,4635,1,0,0,-752.967,1047.71,90.6816,1.71523,300,300,5,0,866,878,0,1), + (27027,4635,1,0,0,-753.976,955.857,91.0976,3.3464,300,300,5,0,866,878,0,1), + (27028,4635,1,0,0,-804.314,1012.23,89.4727,6.16757,300,300,20,0,866,878,0,1), + (27029,4635,1,0,0,-984.375,1079.97,91.7113,1.2556,300,300,20,0,866,878,0,1), + (27030,4635,1,0,0,-765.654,1104.35,90.2966,6.07659,300,300,20,0,866,878,0,1), + (27031,4635,1,0,0,-983.877,950.558,92.7051,3.83142,300,300,20,0,866,878,0,1), + (27032,4635,1,0,0,-1000.95,929.572,92.0272,5.97657,300,300,20,0,866,878,0,1), + (27033,4635,1,0,0,-955.472,915.499,90.0427,3.42726,300,300,20,0,866,878,0,1), + (27034,4635,1,0,0,-818.261,963.757,90.5462,6.2298,300,300,5,0,866,878,0,1), + (27035,4636,1,0,0,-1064.2,1009.63,90.2706,0.587182,300,300,0,0,1010,0,0,0), + (27036,4636,1,0,0,-842.318,1067.37,91.2218,2.30792,300,300,0,0,1010,0,0,0), + (27037,4636,1,0,0,-839.725,948.127,90.6194,3.41093,300,300,0,0,1010,0,0,0), + (27038,4636,1,0,0,-1063.02,913.021,91.842,1.32034,300,300,0,0,1010,0,0,0), + (27039,4636,1,0,0,-1036.7,901.073,92.717,6.12908,300,300,0,0,1010,0,0,0), + (27040,4636,1,0,0,-1046.7,894.932,92.7034,1.31905,300,300,0,0,1010,0,0,0), + (27041,4636,1,0,0,-1019.95,898.49,92.651,1.71756,300,300,0,0,1010,0,0,0), + (27042,4636,1,0,0,-947.212,954.353,96.303,4.27606,300,300,0,0,1010,0,0,0), + (27043,4636,1,0,0,-785.953,1017,89.5909,4.32095,300,300,5,0,1010,0,0,1), + (27044,4636,1,0,0,-807.925,1043.86,89.4798,0.797587,300,300,20,0,1010,0,0,1), + (27045,4636,1,0,0,-950.546,881.924,91.4779,3.35012,300,300,0,0,1010,0,0,0), + (27046,4636,1,0,0,-930.343,888.471,91.9078,1.69482,300,300,0,0,1010,0,0,0), + (27047,4636,1,0,0,-986.065,1017.95,90.3548,2.9413,300,300,20,0,1010,0,0,1), + (27048,4636,1,0,0,-888.399,915.089,90.286,2.69017,300,300,20,0,1010,0,0,1), + (27049,4637,1,0,0,-1046.51,1012.36,90.3956,6.02171,300,300,0,0,939,935,0,0), + (27050,4637,1,0,0,-1110.17,925.522,89.2639,2.28918,300,300,20,0,939,935,0,1), + (27051,4637,1,0,0,-1054.69,945.433,90.7736,2.91736,300,300,20,0,939,935,0,1), + (27052,4637,1,0,0,-1010.09,874.882,92.6127,2.05949,300,300,0,0,939,935,0,0), + (27053,4637,1,0,0,-875.69,1047.52,91.6211,5.91422,300,300,20,0,939,935,0,1), + (27054,4637,1,0,0,-817.724,939.648,90.2962,4.65726,300,300,3,0,939,935,0,1), + (27055,4638,1,0,0,-1517.33,915.28,90.0735,2.57354,300,300,5,0,1163,0,0,1), + (27056,4638,1,0,0,-1655.57,1284.73,90.6277,1.14197,300,300,5,0,1163,0,0,1), + (27057,4638,1,0,0,-1614.04,989.831,90.3441,2.61017,300,300,5,0,1163,0,0,2), + (27058,4638,1,0,0,-1812.83,1256.24,91.008,1.16936,300,300,5,0,1163,0,0,1), + (27059,4638,1,0,0,-1619.61,1080.29,88.6009,0.24261,300,300,5,0,1163,0,0,2), + (27060,4638,1,0,0,-1781.4,1217.05,91.117,3.21699,300,300,5,0,1163,0,0,1), + (27061,4639,1,0,0,-1618.47,1242.85,90.7982,5.87835,300,300,5,0,1163,0,0,1), + (27062,4639,1,0,0,-1645.87,1217.37,91.0787,0.519359,300,300,20,0,1163,0,0,1), + (27063,4639,1,0,0,-1555.05,1018.42,89.622,3.23601,300,300,5,0,1163,0,0,2), + (27064,4639,1,0,0,-1783.79,1279.77,90.9438,3.72205,300,300,5,0,1163,0,0,1), + (27065,4639,1,0,0,-1652.74,1182.44,90.3973,0.387186,300,300,20,0,1163,0,0,1), + (27066,4640,1,0,0,-1935.8,1262.79,92.062,2.38964,300,300,0,0,1221,0,0,0), + (27067,4640,1,0,0,-2012.49,1119.38,117.084,1.93208,300,300,5,0,1221,0,0,1), + (27068,4640,1,0,0,-1747.88,806.494,101.523,4.68339,300,300,5,0,1221,0,0,1), + (27069,4640,1,0,0,-1549.56,955.601,90.6965,3.44296,300,300,5,0,1221,0,0,1), + (27070,4640,1,0,0,-1575.37,920.816,89.1903,0.404453,300,300,5,0,1221,0,0,1), + (27071,4640,1,0,0,-1715.05,1273.11,94.5888,3.81119,300,300,5,0,1221,0,0,1), + (27072,4640,1,0,0,-1981.9,1084.21,107.939,2.88382,300,300,5,0,1221,0,0,1), + (27073,4640,1,0,0,-1986.47,1152.52,95.5254,2.56458,300,300,20,0,1221,0,0,1), + (27074,4640,1,0,0,-2048.95,1214,107.501,4.73777,300,300,5,0,1221,0,0,1), + (27075,4640,1,0,0,-1879.42,958.662,90.8326,1.65311,300,300,5,0,1221,0,0,1), + (27076,4640,1,0,0,-1678.98,1146.83,93.7228,1.68824,300,300,20,0,1221,0,0,1), + (27077,4640,1,0,0,-1683.64,817.033,97.0653,1.37589,300,300,5,0,1221,0,0,1), + (27078,4640,1,0,0,-1645.32,843.735,93.8155,4.67284,300,300,5,0,1221,0,0,1), + (27079,4640,1,0,0,-1753.97,957.749,92.3785,1.48509,300,300,5,0,1221,0,0,1), + (27080,4640,1,0,0,-1759.23,1057.68,92.2733,2.49757,300,300,5,0,1221,0,0,1), + (27081,4640,1,0,0,-1753.18,1111.37,88.6241,3.56795,300,300,5,0,1221,0,0,1), + (27082,4640,1,0,0,-1820.98,1108.27,91.6211,0.654288,300,300,20,0,1221,0,0,1), + (27083,4640,1,0,0,-1745.01,1187.66,88.4568,0.683803,300,300,5,0,1221,0,0,1), + (27084,4640,1,0,0,-1712.96,1211.41,91.4266,4.12718,300,300,20,0,1221,0,0,1), + (27085,4641,1,0,0,-1590.06,855.546,114.449,6.09458,300,300,5,0,1021,963,0,1), + (27086,4641,1,0,0,-1822.87,818.86,103.174,5.07074,300,300,5,0,1021,963,0,1), + (27087,4641,1,0,0,-1686.69,1245.97,91.636,4.52703,300,300,5,0,1021,963,0,1), + (27088,4641,1,0,0,-1914.7,1255.7,93.2007,1.37494,300,300,0,0,1021,963,0,0), + (27089,4641,1,0,0,-1916.97,1022.23,90.6896,4.52653,300,300,5,0,1021,963,0,1), + (27090,4641,1,0,0,-1948.61,1053.23,88.133,1.64899,300,300,5,0,1021,963,0,1), + (27091,4641,1,0,0,-1982.59,1212.43,90.8203,4.74926,300,300,20,0,1021,963,0,1), + (27092,4641,1,0,0,-2016.29,1181.08,98.6021,3.90687,300,300,20,0,1021,963,0,1), + (27093,4641,1,0,0,-1585.6,1054.23,92.5497,4.88562,300,300,20,0,1021,963,0,1), + (27094,4641,1,0,0,-1884.74,1314.4,87.6938,3.23292,300,300,5,0,1021,963,0,1), + (27095,4641,1,0,0,-1824.16,1304.53,87.4191,4.64571,300,300,5,0,1021,963,0,1), + (27096,4641,1,0,0,-1645.69,1118.1,90.348,0.707884,300,300,5,0,1021,963,0,1), + (27097,4641,1,0,0,-1718.04,1149.67,89.2574,5.03916,300,300,5,0,1021,963,0,1), + (27098,4641,1,0,0,-1618.61,885.043,89.9229,2.50686,300,300,5,0,1021,963,0,1), + (27099,4641,1,0,0,-1710.65,956.994,90.3816,0.931671,300,300,5,0,1021,963,0,1), + (27100,4641,1,0,0,-1846.25,1147.75,90.7653,1.98501,300,300,5,0,1021,963,0,1), + (27101,4641,1,0,0,-1819.31,1184.16,88.4642,6.17846,300,300,0,0,1021,963,0,0), + (27102,4641,1,0,0,-1757.98,1242.37,91.5991,3.76836,300,300,5,0,1021,963,0,1), + (27103,4642,1,0,0,-1947.35,1185.01,90.6267,4.49207,300,300,5,0,1064,1007,0,1), + (27104,4642,1,0,0,-2041.08,1152.25,116.729,5.23388,300,300,5,0,1064,1007,0,1), + (27105,4642,1,0,0,-1915.72,1282.09,93.103,1.18682,300,300,0,0,1064,1007,0,0), + (27106,4642,1,0,0,-1880.19,1086.61,91.9645,2.96474,300,300,0,0,1064,1007,0,0), + (27107,4642,1,0,0,-1908.65,973.714,90.9167,0.976321,300,300,5,0,1064,1007,0,1), + (27108,4642,1,0,0,-1820.67,1053.84,95.5137,1.64652,300,300,5,0,1064,1007,0,1), + (27109,4642,1,0,0,-1778.78,1085.5,90.2048,3.61695,300,300,5,0,1064,1007,0,1), + (27110,4642,1,0,0,-1784.93,1155.86,90.3809,2.62565,300,300,5,0,1064,1007,0,1), + (27111,4642,1,0,0,-1714.72,1085.24,91.7442,0.358781,300,300,5,0,1064,1007,0,1), + (27112,4642,1,0,0,-1855.52,1088.68,90.347,4.13785,300,300,5,0,1064,1007,0,1), + (27113,4643,1,0,0,-1875.32,914.368,93.0604,4.54949,300,300,5,0,1279,0,0,1), + (27114,4643,1,0,0,-1965.11,1289.54,91.3233,3.24729,300,300,5,0,1279,0,0,1), + (27115,4643,1,0,0,-1783.67,984.239,95.2886,2.21334,300,300,0,0,1279,0,0,0), + (27116,5412,1,0,0,-1337.06,1702.54,89.9855,0.401426,300,300,0,0,2016,0,0,0), + (27117,4644,1,0,0,-1962.75,1267.75,91.6818,5.39307,300,300,0,0,1403,0,0,0), + (27118,4644,1,0,0,-1964.65,1239.73,91.1461,2.56854,300,300,0,0,1403,0,0,0), + (27119,4644,1,0,0,-1689.86,1029.18,94.2452,2.68241,300,300,0,0,1403,0,0,0), + (27120,4644,1,0,0,-1802.12,1061.57,91.3887,3.70623,300,300,0,0,1403,0,0,0), + (27121,4644,1,0,0,-1748.96,932.292,92.5803,3.4633,300,300,0,0,1403,0,0,0), + (27122,4644,1,0,0,-1783.15,944.68,92.7692,2.59524,300,300,0,0,1403,0,0,0), + (27123,4645,1,0,0,-1948.08,1248.5,91.5211,1.90017,300,300,0,0,1403,0,0,0), + (27124,4645,1,0,0,-1878.71,1115.8,92.3138,1.5917,300,300,0,0,1403,0,0,0), + (27125,4645,1,0,0,-1896.84,1099.24,92.7145,1.63401,300,300,0,0,1403,0,0,0), + (27126,4645,1,0,0,-1899.08,986.493,90.6807,4.09375,300,300,0,0,1403,0,0,0), + (27127,4645,1,0,0,-1727.55,922.635,91.9232,3.73003,300,300,0,0,1403,0,0,0), + (27128,4645,1,0,0,-1800.04,1042.72,92.7637,0.660964,300,300,0,0,1403,0,0,0), + (27129,4646,1,0,0,-2074.98,2550.38,18.3896,1.57332,300,300,5,0,1163,0,0,1), + (27130,4646,1,0,0,-2188.24,2644.03,60.5728,4.24249,300,300,5,0,1163,0,0,1), + (27131,4646,1,0,0,-2045.45,2444.96,62.3524,0.179354,300,300,5,0,1163,0,0,1), + (27132,4646,1,0,0,-2081.03,2680.3,60.3206,6.24019,300,300,5,0,1163,0,0,1), + (27133,4646,1,0,0,-2111.4,2656.51,60.4208,2.89523,300,300,20,0,1163,0,0,1), + (27134,4646,1,0,0,-2114.65,2619.09,61.0481,2.80374,300,300,5,0,1163,0,0,1), + (27135,4646,1,0,0,-2239.72,2411.1,54.4443,2.60245,300,300,5,0,1163,0,0,1), + (27136,4647,1,0,0,-2087.15,2479.18,17.2631,5.50474,300,300,5,0,1163,0,0,1), + (27137,4647,1,0,0,-2232.45,2446.3,34.7528,0.623992,300,300,5,0,1163,0,0,2), + (27138,11559,1,0,0,-2227.59,1381.18,82.3337,3.63029,300,300,0,0,1171,3075,0,0), + (27139,11559,1,0,0,-2259.94,1361.98,67.4631,1.84564,300,300,5,0,1171,3075,0,1), + (27140,11559,1,0,0,-2242.44,1541.25,63.4469,4.34059,300,300,5,0,1171,3075,0,2), + (27141,11559,1,0,0,-2255.62,1311.42,63.7413,6.18153,300,300,5,0,1171,3075,0,1), + (27142,4647,1,0,0,-1953.65,2687.1,76.4029,1.5015,300,300,5,0,1163,0,0,1), + (27143,4647,1,0,0,-2022.85,2480.4,61.1051,4.30898,300,300,5,0,1163,0,0,1), + (27144,4647,1,0,0,-1987.69,2687.34,60.3636,0.875611,300,300,5,0,1163,0,0,1), + (27145,4647,1,0,0,-2014.09,2679.28,60.3524,2.95466,300,300,5,0,1163,0,0,1), + (27146,4647,1,0,0,-2079.08,2656.38,60.839,4.02237,300,300,20,0,1163,0,0,1), + (27147,4647,1,0,0,-2051.2,2652.05,62.4641,3.20332,300,300,20,0,1163,0,0,1), + (27148,4648,1,0,0,-2117.07,2569.75,21.713,0.25139,300,300,5,0,1221,0,0,1), + (27149,4648,1,0,0,-2211.93,2685.67,60.3135,4.30894,300,300,5,0,1221,0,0,1), + (27150,4648,1,0,0,-2381.61,2511.42,71.3916,2.19828,300,300,2,0,1221,0,0,1), + (27151,4648,1,0,0,-2454.16,2521.85,83.2101,3.10091,300,300,2,0,1221,0,0,1), + (27152,4648,1,0,0,-2292.47,2607.56,60.3135,2.5245,300,300,5,0,1221,0,0,1), + (27153,4648,1,0,0,-2121.89,2478.62,17.5187,3.64588,300,300,5,0,1221,0,0,1), + (27154,4648,1,0,0,-2346.78,2494.52,70.8499,0.874122,300,300,2,0,1221,0,0,1), + (27155,4648,1,0,0,-2211.99,2651.65,62.3067,0.182861,300,300,5,0,1221,0,0,1), + (27156,4648,1,0,0,-2313.25,2406.27,69.1485,0.569502,300,300,5,0,1221,0,0,1), + (27157,4648,1,0,0,-2352.12,2413.66,76.0143,2.30218,300,300,5,0,1221,0,0,1), + (27158,4648,1,0,0,-2402.81,2444.76,74.409,5.41908,300,300,5,0,1221,0,0,1), + (27159,4648,1,0,0,-2294.13,2653.58,60.6885,3.17774,300,300,5,0,1221,0,0,1), + (27160,4648,1,0,0,-2227.5,2478.1,21.0792,2.93542,300,300,5,0,1221,0,0,1), + (27161,4648,1,0,0,-2070.8,2512.6,22.7046,1.89833,300,300,0,0,1221,0,0,0), + (27162,4648,1,0,0,-2271.31,2503.1,73.9369,3.40084,300,300,0,0,1221,0,0,0), + (27163,4648,1,0,0,-2144.13,2413.4,61.258,1.29852,300,300,5,0,1221,0,0,1), + (27164,4648,1,0,0,-2011.15,2632.75,61.0644,1.06097,300,300,20,0,1221,0,0,1), + (27165,4648,1,0,0,-1955.26,2610.17,67.4697,3.27271,300,300,5,0,1221,0,0,1), + (27166,4648,1,0,0,-1952.5,2553.73,61.8487,3.8494,300,300,20,0,1221,0,0,1), + (27167,4648,1,0,0,-2014.25,2654.69,61.1113,2.89617,300,300,5,0,1221,0,0,1), + (27168,4648,1,0,0,-2012.55,2519.93,61.5206,5.54089,300,300,5,0,1221,0,0,1), + (27169,4648,1,0,0,-2050.08,2690.04,62.8114,5.67838,300,300,5,0,1221,0,0,1), + (27170,4649,1,0,0,-2458.62,2505.22,83.3601,5.61464,300,300,2,0,1021,963,0,1), + (27171,4649,1,0,0,-2158.16,2592.62,20.6826,5.13946,300,300,5,0,1021,963,0,1), + (27172,11561,1,0,0,-2190.57,1554.08,70.9108,5.422,300,300,5,0,1519,0,0,1), + (27173,4649,1,0,0,-2353.18,2465.61,70.753,1.67587,300,300,5,0,1021,963,0,1), + (27174,11561,1,0,0,-2246.19,1399.44,79.4668,2.1144,300,300,5,0,1519,0,0,1), + (27175,4649,1,0,0,-2243.92,2649.36,61.8135,0.086542,300,300,5,0,1021,963,0,1), + (27176,4649,1,0,0,-2258.05,2677.96,63.0635,0.257193,300,300,5,0,1021,963,0,1), + (27177,11561,1,0,0,-2251.8,1610.3,69.2792,3.15405,300,300,5,0,1519,0,0,1), + (27178,4649,1,0,0,-2375.95,2469.76,74.4626,0.497799,300,300,5,0,1021,963,0,1), + (27179,4649,1,0,0,-2085.25,2571.03,17.2631,1.70987,300,300,5,0,1021,963,0,1), + (27180,4649,1,0,0,-2424.95,2473.12,83.429,6.01311,300,300,3,0,1021,963,0,1), + (27181,4649,1,0,0,-2254.02,2622.38,61.3827,5.39836,300,300,5,0,1021,963,0,1), + (27182,4649,1,0,0,-2337.41,2417.53,75.6836,2.06556,300,300,5,0,1021,963,0,1), + (27183,4649,1,0,0,-2229.28,2570.94,20.4889,1.34217,300,300,5,0,1021,963,0,1), + (27184,4649,1,0,0,-2414.29,2506.13,66.8326,0.116415,300,300,5,0,1021,963,0,1), + (27185,11561,1,0,0,-2211.09,1362.29,82.6887,5.18242,300,300,5,0,1519,0,0,1), + (27186,11561,1,0,0,-2162.96,1359.47,79.6642,2.02105,300,300,3,0,1519,0,0,1), + (27187,11561,1,0,0,-2083.14,1348.57,84.5114,3.82102,300,300,5,0,1519,0,0,1), + (27188,11561,1,0,0,-2188.14,1344.52,71.2753,4.52572,300,300,5,0,1519,0,0,1), + (27189,11561,1,0,0,-2270.72,1378.87,67.5754,3.09254,300,300,5,0,1519,0,0,1), + (27190,4649,1,0,0,-2106.31,2528.65,34.9771,1.45659,300,300,6,0,1021,963,0,2), + (27191,4649,1,0,0,-2305.32,2493.97,73.5274,0.933717,300,300,3,0,1021,963,0,1), + (27192,11561,1,0,0,-2050.7,1317.01,64.4631,5.20347,300,300,5,0,1519,0,0,2), + (27193,11561,1,0,0,-2032.73,1344.45,64.4764,5.37523,300,300,5,0,1519,0,0,1), + (27194,11561,1,0,0,-1991.35,1357.54,63.7435,3.93904,300,300,5,0,1519,0,0,1), + (27195,11561,1,0,0,-2141.9,1302.33,63.603,3.09535,300,300,5,0,1519,0,0,1), + (27196,11561,1,0,0,-2119.25,1303.76,65.6992,0.876109,300,300,5,0,1519,0,0,2), + (27197,11561,1,0,0,-2271.56,1484.8,63.6537,1.28071,300,300,5,0,1519,0,0,2), + (27198,11561,1,0,0,-2265.39,1440.18,68.1967,2.78648,300,300,5,0,1519,0,0,1), + (27199,11561,1,0,0,-2254.33,1514.99,63.7537,4.05565,300,300,5,0,1519,0,0,1), + (27200,11561,1,0,0,-2246.21,1548.65,64.8544,3.58865,300,300,5,0,1519,0,0,1), + (27201,11561,1,0,0,-2310.03,1401.83,63.4736,1.67497,300,300,5,0,1519,0,0,1), + (27202,11561,1,0,0,-2276.58,1388.22,67.0031,3.26304,300,300,20,0,1519,0,0,1), + (27203,11561,1,0,0,-2309.16,1351.27,63.6176,5.33831,300,300,5,0,1519,0,0,1), + (27204,11561,1,0,0,-2257.14,1345.23,64.1391,5.5654,300,300,5,0,1519,0,0,1), + (27205,11561,1,0,0,-2248.25,1318.56,63.6714,0.05236,300,300,0,0,1519,0,0,0), + (27206,11561,1,0,0,-2285.45,1353.71,63.7131,1.02853,300,300,20,0,1519,0,0,1), + (27207,11561,1,0,0,-2212.18,1317.55,63.7131,6.08117,300,300,5,0,1519,0,0,1), + (27208,11561,1,0,0,-2178.8,1313.5,63.6992,0.106833,300,300,5,0,1519,0,0,1), + (27209,4649,1,0,0,-2110.45,2417.25,62.8571,4.97522,300,300,5,0,1021,963,0,1), + (27210,4649,1,0,0,-2080.49,2414.75,61.6547,0.975223,300,300,5,0,1021,963,0,1), + (27211,4649,1,0,0,-2048.05,2620.45,61.9896,4.01129,300,300,5,0,1021,963,0,1), + (27212,4649,1,0,0,-2012.43,2612.17,62.1894,5.46321,300,300,20,0,1021,963,0,1), + (27213,4649,1,0,0,-1955.2,2653.87,69.3903,2.94496,300,300,5,0,1021,963,0,1), + (27214,4649,1,0,0,-1950.17,2576.26,61.2475,5.55128,300,300,20,0,1021,963,0,1), + (27215,4649,1,0,0,-1922.19,2585.25,61.4352,2.63986,300,300,20,0,1021,963,0,1), + (27216,4649,1,0,0,-1987.58,2551.84,61.1552,4.65171,300,300,5,0,1021,963,0,2), + (27217,4649,1,0,0,-2011.36,2551.66,62.166,5.21129,300,300,5,0,1021,963,0,1), + (27218,4649,1,0,0,-2110.87,2686.59,60.3096,0.582295,300,300,5,0,1021,963,0,1), + (27219,4649,1,0,0,-2176.71,2410.16,60.5283,5.70212,300,300,5,0,1021,963,0,1), + (27220,4649,1,0,0,-2051.38,2422.52,60.5702,1.92371,300,300,5,0,1021,963,0,1), + (27221,11561,1,0,0,-2216.98,1361.36,81.2916,5.70131,300,300,0,0,1519,0,0,2), + (27222,11562,1,0,0,-1953.02,3107.92,-7.72953,4.39465,300,300,20,0,928,963,0,1), + (27223,1322,1,0,0,202.837,1179.19,168.082,2.87979,300,300,0,0,2471,0,0,0), + (27224,11562,1,0,0,-1934.66,3153.89,-36.0741,3.3591,300,300,20,0,928,963,0,1), + (27225,11562,1,0,0,-2021.2,3182.47,-16.3809,0.633349,300,300,20,0,928,963,0,1), + (27226,11562,1,0,0,-1917.88,3400.77,-47.1733,1.59228,300,300,20,0,928,963,0,1), + (27227,11562,1,0,0,-1711.3,3353.13,-47.3943,5.9835,300,300,20,0,928,963,0,1), + (27228,11562,1,0,0,-1644.8,3315.53,-44.7439,0.094813,300,300,20,0,928,963,0,1), + (27229,11562,1,0,0,-2069.51,3202.41,-13.3813,3.65154,300,300,20,0,928,963,0,1), + (27230,11562,1,0,0,-1956.36,3187.71,-60.4321,3.44918,300,300,3,0,928,963,0,1), + (27231,11562,1,0,0,-2002.46,3150.58,-9.43554,5.20678,300,300,20,0,928,963,0,1), + (27232,11562,1,0,0,-1808.33,3425,-45.1,2.99111,300,300,0,0,928,963,0,0), + (27233,11562,1,0,0,-619.985,2824.18,-23.1261,3.13085,300,300,20,0,928,963,0,1), + (27234,11562,1,0,0,-1907.91,3123.08,-18.475,0.331033,300,300,20,0,928,963,0,1), + (27235,11562,1,0,0,-1869.39,3404.34,-50.7694,3.44278,300,300,20,0,928,963,0,1), + (27236,11562,1,0,0,-1872.81,3374.68,-70.0521,4.80002,300,300,20,0,928,963,0,1), + (27237,11562,1,0,0,-2019.07,3389.07,-63.5345,2.97191,300,300,20,0,928,963,0,1), + (27238,11562,1,0,0,-1843.27,3039.04,3.31622,1.59813,300,300,20,0,928,963,0,1), + (27239,11562,1,0,0,-489.57,2665.26,-20.6284,2.54655,300,300,20,0,928,963,0,1), + (27240,11562,1,0,0,-383.221,2821.75,-22.9953,1.69712,300,300,20,0,928,963,0,1), + (27241,11562,1,0,0,-450.433,2732.37,-23.4081,1.1471,300,300,20,0,928,963,0,1), + (27242,11562,1,0,0,-550.608,2672.8,-24.6606,2.38733,300,300,20,0,928,963,0,1), + (27243,11562,1,0,0,-576.234,2653.8,-20.3607,6.13472,300,300,20,0,928,963,0,1), + (27244,11562,1,0,0,-589.357,2714.89,-25.805,3.32029,300,300,20,0,928,963,0,1), + (27245,11562,1,0,0,-482.458,2813.65,-31.1686,5.22547,300,300,20,0,928,963,0,1), + (27246,4651,1,0,0,-2321.77,2504.18,73.0283,3.13869,300,300,2,0,954,2553,0,1), + (27247,4651,1,0,0,-2255.54,2545.02,21.2201,3.38189,300,300,5,0,954,2553,0,1), + (27248,4651,1,0,0,-2289.35,2496.6,73.0236,0.501357,300,300,0,0,954,2553,0,0), + (27249,11563,1,0,0,-1878.52,3311.72,-46.6471,2.39661,300,300,20,0,1163,0,0,1), + (27250,11563,1,0,0,-1915.5,3249.39,-51.1113,2.77688,300,300,20,0,1163,0,0,1), + (27251,11563,1,0,0,-2082.55,3240.07,-26.302,4.47143,300,300,20,0,1163,0,0,1), + (27252,11563,1,0,0,-1707.33,3438.74,-51.3684,0.409573,300,300,20,0,1163,0,0,1), + (27253,11563,1,0,0,-2057.18,3281.43,-44.1299,3.93474,300,300,20,0,1163,0,0,1), + (27254,11563,1,0,0,-1874.17,3289.88,-45.0012,3.47661,300,300,20,0,1163,0,0,1), + (27255,4651,1,0,0,-2171.33,2391.94,58.2883,3.83154,300,300,20,0,954,2553,0,1), + (27256,4651,1,0,0,-2440.03,2493.1,67.4038,1.67524,300,300,2,0,954,2553,0,1), + (27257,4651,1,0,0,-2202.26,2587.83,20.3716,5.89487,300,300,5,0,954,2553,0,1), + (27258,4651,1,0,0,-2361.92,2501.04,69.6346,6.09714,300,300,2,0,954,2553,0,1), + (27259,4651,1,0,0,-2169.27,2474.32,19.2061,1.56686,300,300,5,0,954,2553,0,2), + (27260,4651,1,0,0,-2435.77,2449.85,72.1004,4.2834,300,300,2,0,954,2553,0,1), + (27261,4651,1,0,0,-2323.38,2429.83,66.8406,0.054608,300,300,5,0,954,2553,0,1), + (27262,4651,1,0,0,-2416.36,2529.46,81.2526,3.24318,300,300,2,0,954,2553,0,1), + (27263,11563,1,0,0,-1926.11,3111.74,-5.68355,4.6168,300,300,20,0,1163,0,0,1), + (27264,11563,1,0,0,-2007.3,3252.51,-28.3469,6.26784,300,300,20,0,1163,0,0,1), + (27265,11563,1,0,0,-1932.04,3446.46,-46.503,6.16399,300,300,20,0,1163,0,0,1), + (27266,4651,1,0,0,-1974.86,2550.93,60.9797,5.33852,300,300,5,0,954,2553,0,1), + (27267,4651,1,0,0,-1975.65,2611.31,61.6929,0.120313,300,300,5,0,954,2553,0,1), + (27268,11563,1,0,0,-589.836,2847.85,-32.2291,3.05793,300,300,20,0,1163,0,0,1), + (27269,4651,1,0,0,-2017.63,2595.59,61.4479,3.36945,300,300,5,0,954,2553,0,1), + (27270,11563,1,0,0,-1997.68,3082,3.79001,3.24535,300,300,20,0,1163,0,0,1), + (27271,11563,1,0,0,-1885.05,3190.01,-30.8865,3.75812,300,300,20,0,1163,0,0,1), + (27272,11563,1,0,0,-384.927,2792.87,-26.0448,2.88537,300,300,20,0,1163,0,0,1), + (27273,11563,1,0,0,-438.444,2781.25,-29.5898,3.22324,300,300,20,0,1163,0,0,1), + (27274,11563,1,0,0,-480.358,2748.83,-29.196,6.24995,300,300,20,0,1163,0,0,1), + (27275,11563,1,0,0,-611.428,2749.25,-22.8793,5.48935,300,300,20,0,1163,0,0,1), + (27276,11563,1,0,0,-585.403,2782.89,-27.3659,3.93325,300,300,20,0,1163,0,0,1), + (27277,11563,1,0,0,-551.785,2818.67,-32.9096,2.93405,300,300,20,0,1163,0,0,1), + (27278,11563,1,0,0,-417.162,2719.56,-21.3663,1.74089,300,300,20,0,1163,0,0,1), + (27279,11564,1,0,0,-1390.3,1523.61,59.0624,5.96903,600,600,0,0,2016,0,0,0), + (27280,11564,1,0,0,-1426.32,1477.15,59.595,5.67232,600,600,0,0,2016,0,0,0), + (27281,11564,1,0,0,-1396.3,1513.98,59.0624,5.21853,600,600,0,0,2016,0,0,0), + (27282,4652,1,0,0,-2369.66,2426.49,77.2418,4.3122,300,300,5,0,1403,0,0,1), + (27283,4652,1,0,0,-2420.11,2431.68,74.4226,0.54867,300,300,5,0,1403,0,0,1), + (27284,4652,1,0,0,-2398.87,2428.64,74.97,2.88056,300,300,5,0,1403,0,0,1), + (27285,4652,1,0,0,-2414.46,2410.78,75.676,0.872665,300,300,0,0,1403,0,0,0), + (27286,4652,1,0,0,-2303.56,2423.38,67.7475,5.48625,300,300,5,0,1403,0,0,1), + (27287,4652,1,0,0,-2416.07,2489.97,83.4285,6.27812,300,300,0,0,1403,0,0,0), + (27288,4652,1,0,0,-2265.43,2601.59,61.8827,0.654874,300,300,3,0,1403,0,0,1), + (27289,11564,1,0,0,-1329.09,1231.21,110.572,6.2783,600,600,0,0,2016,0,0,0), + (27290,11564,1,0,0,-1311.1,1231.09,110.1,6.2778,600,600,0,0,2016,0,0,0), + (27291,4653,1,0,0,-2278.65,2668.72,60.3135,1.41654,300,300,5,0,1403,0,0,1), + (27292,4653,1,0,0,-2314.35,2633.99,60.3135,5.17622,300,300,0,0,1403,0,0,0), + (27293,4653,1,0,0,-2360.78,2482.59,71.0694,3.37749,300,300,2,0,1403,0,0,1), + (27294,4653,1,0,0,-2409.31,2478.29,83.6095,0.690535,300,300,0,0,1403,0,0,0), + (27295,4653,1,0,0,-2406.51,2410.24,75.4664,1.97222,300,300,0,0,1403,0,0,0), + (27296,4653,1,0,0,-2366.76,2438.95,77.1357,2.3842,300,300,5,0,1403,0,0,1), + (27297,4654,1,0,0,-1384.04,2623.38,111.681,1.59801,300,300,5,0,1536,0,0,1), + (27298,4654,1,0,0,-1532,2828.52,146.574,3.24648,300,300,5,0,1536,0,0,1), + (27299,4654,1,0,0,-1219.12,2716.77,111.623,5.06539,300,300,5,0,1536,0,0,1), + (27300,4654,1,0,0,-1183.6,2818.17,123.549,5.21637,300,300,5,0,1536,0,0,2), + (27301,4654,1,0,0,-1217.96,2850.5,122.299,0.594494,300,300,10,0,1536,0,0,1), + (27302,4654,1,0,0,-1148.71,2853.73,138.509,2.99956,300,300,5,0,1536,0,0,1), + (27303,4654,1,0,0,-1380.57,2854.46,122.81,5.77257,300,300,5,0,1536,0,0,1), + (27304,4654,1,0,0,-1318.13,2617.01,112.387,2.41284,300,300,5,0,1536,0,0,1), + (27305,4654,1,0,0,-1288.41,2654.75,111.645,4.08664,300,300,5,0,1536,0,0,1), + (27306,4654,1,0,0,-1522.73,2750.51,112.155,0.119896,300,300,5,0,1536,0,0,2), + (27307,4654,1,0,0,-1534.6,2880.31,117.329,4.82553,300,300,5,0,1536,0,0,1), + (27308,11823,1,0,0,-1656.33,3189.54,44.9006,1.5708,300,300,0,0,413,0,0,0), + (27309,4655,1,0,0,-1366,2580.02,116.18,5.18701,300,300,0,0,1536,0,0,0), + (27310,4655,1,0,0,-1388.84,2647.26,111.667,5.88189,300,300,0,0,1536,0,0,0), + (27311,4655,1,0,0,-1248.86,2682.38,111.663,4.10871,300,300,5,0,1536,0,0,1), + (27312,4655,1,0,0,-1214.99,2681.4,111.486,3.83968,300,300,5,0,1536,0,0,1), + (27313,4655,1,0,0,-1154.05,2644.89,129.647,5.18849,300,300,5,0,1536,0,0,1), + (27314,4655,1,0,0,-1179.55,2722.39,111.501,1.06359,300,300,5,0,1536,0,0,1), + (27315,4655,1,0,0,-1180.13,2693.61,111.611,3.11223,300,300,0,0,1536,0,0,0), + (27316,4655,1,0,0,-1351.33,2810.31,113.552,1.36234,300,300,10,0,1536,0,0,1), + (27317,4655,1,0,0,-1385.76,2886.91,127.67,1.59575,300,300,5,0,1536,0,0,1), + (27318,4655,1,0,0,-1389.06,2448.25,88.4384,3.45074,300,300,10,0,1536,0,0,1), + (27319,4655,1,0,0,-1375.29,2552.43,107.43,0.772888,300,300,5,0,1536,0,0,2), + (27320,4655,1,0,0,-1614.27,2883.56,102.341,1.07441,300,300,5,0,1536,0,0,1), + (27321,4655,1,0,0,-1581.29,2885.76,108.782,5.47569,300,300,5,0,1536,0,0,1), + (27322,4655,1,0,0,-1509.29,2849.72,109.499,4.03706,300,300,5,0,1536,0,0,1), + (27323,4655,1,0,0,-1418.03,2883.82,132.609,2.21186,300,300,0,0,1536,0,0,0), + (27324,4656,1,0,0,-1081.77,2820.78,155.338,2.70549,300,300,5,0,1325,0,0,1), + (27325,4656,1,0,0,-1151.16,2758.76,117.966,1.4431,300,300,5,0,1325,0,0,1), + (27326,4656,1,0,0,-1143.17,2695.56,111.331,2.36855,300,300,0,0,1325,0,0,0), + (27327,4656,1,0,0,-1196.47,2770.02,111.372,0.979232,300,300,0,0,1325,0,0,0), + (27328,4656,1,0,0,-1211.63,2786.9,112.044,5.31615,300,300,5,0,1325,0,0,1), + (27329,4656,1,0,0,-1192.09,2748.26,111.236,6.23328,300,300,0,0,1325,0,0,0), + (27330,4656,1,0,0,-1109.05,2913.98,145.565,0.040029,300,300,5,0,1325,0,0,1), + (27331,4656,1,0,0,-1186.34,2860.55,139.066,5.05082,300,300,5,0,1325,0,0,1), + (27332,4656,1,0,0,-1281.51,2874.39,114.422,2.15354,300,300,5,0,1325,0,0,1), + (27333,4656,1,0,0,-1296.83,2886.9,113.547,2.60539,300,300,0,0,1325,0,0,0), + (27334,4656,1,0,0,-1277.14,2893.67,114.422,0.130563,300,300,0,0,1325,0,0,0), + (27335,4656,1,0,0,-1339.33,2767.88,113.293,5.27958,300,300,0,0,1325,0,0,0), + (27336,4656,1,0,0,-1313.95,2818.8,113.516,5.87995,300,300,5,0,1325,0,0,1), + (27337,4657,1,0,0,-1365.21,2906.61,127.478,5.9419,300,300,0,0,1305,1189,0,0), + (27338,4657,1,0,0,-1154.39,2786.9,123.393,2.27391,300,300,5,0,1305,1189,0,1), + (27339,4657,1,0,0,-1195.07,2734.15,111.236,5.68794,300,300,0,0,1305,1189,0,0), + (27340,4657,1,0,0,-1184.97,2884.99,135.19,6.0979,300,300,5,0,1305,1189,0,1), + (27341,4657,1,0,0,-1156.47,2927.47,144.373,5.4887,300,300,5,0,1305,1189,0,1), + (27342,4657,1,0,0,-1180.94,2913.32,140.372,4.70262,300,300,5,0,1305,1189,0,1), + (27343,4657,1,0,0,-1251.85,2852.59,115.711,1.00531,300,300,10,0,1305,1189,0,1), + (27344,4657,1,0,0,-1106.66,2859.73,139.744,5.58335,300,300,5,0,1305,1189,0,1), + (27345,4657,1,0,0,-1290.08,2898.58,113.172,3.46701,300,300,0,0,1305,1189,0,0), + (27346,3636,43,0,0,12.3886,212.464,-84.301,5.54391,7200,7200,5,0,1251,0,0,1), + (27347,2914,43,0,0,20.6008,199.346,-85.7522,1.37417,7200,7200,15,0,8,0,0,1), + (27348,3840,43,0,0,9.77415,204.219,-84.1178,4.66731,7200,7200,0,0,1212,912,0,2), + (27350,3840,43,0,0,43.24,183.35,-88.6997,5.55015,7200,7200,0,0,1212,912,0,0), + (27351,1868,0,0,0,711.707,1279.47,70.4829,4.61918,275,275,10,0,253,264,0,1), + (27352,4812,48,0,0,-801.936,-59.8917,-29.5982,4.50295,7200,7200,0,0,1494,1090,0,0), + (27353,3636,43,0,0,18.9434,284.015,-87.7345,0.44334,7200,7200,5,0,1251,0,0,1), + (27354,3636,43,0,0,33.257,172.424,-87.8203,3.40927,7200,7200,5,0,1251,0,0,1), + (27355,3637,43,0,0,41.8001,240.641,-88.0936,5.04816,7200,7200,5,0,1251,0,0,1), + (27356,3636,43,0,0,42.1877,182.964,-88.6387,0.317187,7200,7200,5,0,1251,0,0,1), + (27357,3840,43,0,0,47.5856,211.85,-88.3816,1.30859,7200,7200,0,0,1212,912,0,2), + (27358,2914,43,0,0,-3.19711,295.743,-85.7169,4.57491,7200,7200,15,0,8,0,0,1), + (27361,3637,43,0,0,30.4972,269.419,-87.2177,4.01378,7200,7200,2,0,1251,0,0,1), + (27362,3636,43,0,0,57.4801,203.98,-90.922,5.27869,7200,7200,2,0,1251,0,0,1), + (27363,3640,43,0,0,60.6739,207.589,-91.6738,3.09598,7200,7200,0,0,1158,0,0,2), + (27364,3637,43,0,0,-4.32182,307.168,-88.1476,4.89372,7200,7200,2,0,1251,0,0,1), + (27365,5053,43,0,0,-52.2503,309.452,-106.412,5.75272,7200,7200,5,0,417,0,0,1), + (27366,3671,43,0,0,15.3449,297.176,-87.7016,2.80998,36000,36000,0,0,2165,490,0,0), + (27368,3653,43,0,0,-64.4082,319.084,-106.699,5.7292,36000,36000,0,1,1452,0,0,2), + (27369,3840,43,0,0,-49.5054,371.389,-59.7145,0.296706,7200,7200,0,0,1212,912,0,0), + (27370,3835,43,0,0,-70.9246,371.368,-105.181,5.0589,7200,7200,15,0,8,0,0,1), + (27371,3840,43,0,0,-41.1355,371.373,-59.8345,3.03687,7200,7200,0,0,1212,912,0,0), + (27372,5755,43,0,0,-27.1279,381.332,-60.0595,5.42797,7200,7200,2,0,1452,0,0,1), + (27373,2914,43,0,0,-75.3009,415.708,-106.893,1.13545,7200,7200,15,0,8,0,0,1), + (27374,5053,43,0,0,-74.6743,413.063,-107.109,4.32351,7200,7200,5,0,417,0,0,1), + (27375,5048,43,0,0,-123.674,412.583,-72.7478,1.51045,7200,7200,2,0,1251,0,0,1), + (27376,3840,43,0,0,-127.469,410.479,-72.6419,1.0821,7200,7200,0,0,1212,912,0,0), + (27377,2914,43,0,0,-26.4563,405.076,-59.8284,0.755553,7200,7200,15,0,8,0,0,1), + (27378,5755,43,0,0,-34.0201,411.064,-60.2015,2.86454,7200,7200,5,0,1452,0,0,1), + (27380,3669,43,0,0,-151.139,414.367,-72.6294,0.279253,36000,36000,0,0,2165,490,0,0), + (27381,8886,43,0,0,-149.036,415.907,-72.7205,2.39019,7200,7200,2,0,167,0,0,1), + (27382,8886,43,0,0,-114.051,445.003,-72.699,2.09017,7200,7200,5,0,167,0,0,1), + (27383,8886,43,0,0,-111.757,444.064,-72.7045,1.8594,7200,7200,5,0,167,0,0,1), + (27384,3840,43,0,0,-27.0351,420.647,-61.0227,1.45964,7200,7200,5,0,1212,912,0,1), + (27385,3840,43,0,0,-2.78621,419.959,-66.4746,0.176776,7200,7200,2,0,1212,912,0,1), + (27386,2914,43,0,0,-104.435,450.954,-72.4535,0.117495,7200,7200,10,0,8,0,0,1), + (27387,8886,43,0,0,-151.692,411.987,-72.663,4.46382,7200,7200,2,0,167,0,0,1), + (27389,4657,1,0,0,-1376.18,2774.11,112.556,5.92105,300,300,0,0,1305,1189,0,0), + (27390,4827,48,0,0,-753.07,-87.3449,-40.8707,6.0912,7200,7200,3,0,1686,0,0,1), + (27391,1868,0,0,0,752.429,1185.54,55.7302,0.614355,275,275,10,0,253,264,0,1), + (27392,4657,1,0,0,-1311.88,2849.93,112.512,2.62016,300,300,10,0,1305,1189,0,1), + (27393,4657,1,0,0,-1340.9,2793.15,112.668,4.0984,300,300,0,0,1305,1189,0,0), + (27394,4657,1,0,0,-1376.95,2826.69,112.828,5.18439,300,300,0,0,1305,1189,0,0), + (27395,4657,1,0,0,-1373.53,2794.38,112.181,2.43667,300,300,10,0,1305,1189,0,1), + (27396,4811,48,0,0,-722.212,-105.695,-29.9737,1.18682,7200,7200,0,0,1599,1162,0,0), + (27397,4809,48,0,0,-734.182,-105.306,-29.9524,2.30383,7200,7200,0,0,1494,545,0,0), + (27398,4812,48,0,0,-721.848,-78.6776,-37.7371,1.54094,7200,7200,0,0,1494,1090,0,0), + (27399,4810,48,0,0,-742.068,-105.479,-30.0067,3.35103,7200,7200,0,0,1815,0,0,0), + (27400,4827,48,0,0,-726.514,-118.253,-36.8979,3.75246,7200,7200,8,0,1686,0,0,1), + (27401,4827,48,0,0,-778.368,-94.4939,-40.1442,3.66519,7200,7200,3,0,1686,0,0,1), + (27402,4830,48,0,0,-746.744,-169.427,-50.6239,5.49537,36000,36000,5,1,3255,0,0,2), + (27403,4813,48,0,0,-799.32,-108.703,-25.7868,3.10669,7200,7200,0,0,1482,2886,0,0), + (27404,4814,48,0,0,-789.697,-124.658,-25.7867,3.08923,7200,7200,0,0,1482,2164,0,0), + (27405,4827,48,0,0,-816.932,-88.5621,-40.2716,6.14356,7200,7200,3,0,1686,0,0,1), + (27406,4823,48,0,0,-808.045,-116.276,-36.8683,3.10669,7200,7200,2,0,1392,0,0,1), + (27407,4810,48,0,0,-816.991,-75.5989,-29.739,0.645772,7200,7200,6,1,1815,0,0,2), + (27408,4812,48,0,0,-822.119,-79.9384,-29.6178,1.15192,7200,7200,0,0,1494,1090,0,0), + (27409,4813,48,0,0,-813.087,-99.3175,-25.6698,3.68265,7200,7200,0,0,1482,2886,0,0), + (27410,4814,48,0,0,-818.654,-108.217,-25.7867,4.43314,7200,7200,0,0,1482,2164,0,0), + (27411,4827,48,0,0,-818.598,-54.6887,-38.2682,0.907571,7200,7200,3,0,1686,0,0,1), + (27412,4811,48,0,0,-822.218,-54.7079,-29.5982,6.14356,7200,7200,0,0,1599,1162,0,0), + (27413,4812,48,0,0,-818.036,-75.3462,-29.6361,2.84489,7200,7200,0,0,1494,1090,0,0), + (27414,4810,48,0,0,-817.287,-57.9343,-29.6844,5.49779,7200,7200,5,1,1815,0,0,2), + (27415,4811,48,0,0,-816.204,-55.4134,-29.5982,3.87463,7200,7200,0,0,1599,1162,0,0), + (27416,4827,48,0,0,-795.99,-156.208,-43.0987,3.59538,7200,7200,2,0,1686,0,0,1), + (27417,4814,48,0,0,-789.71,-140.375,-25.7867,3.10669,7200,7200,0,0,1482,2164,0,0), + (27418,4827,48,0,0,-843.467,-94.0556,-37.2355,0.191986,7200,7200,3,0,1686,0,0,1), + (27419,4823,48,0,0,-844.065,-70.65,-35.8419,4.50295,7200,7200,2,0,1392,0,0,1), + (27420,4813,48,0,0,-819.479,-132.687,-25.7867,3.42085,7200,7200,0,0,1482,2886,0,0), + (27421,4814,48,0,0,-837.999,-108.302,-25.7867,0.017453,7200,7200,0,0,1482,2164,0,0), + (27422,4814,48,0,0,-805.562,-127.678,-25.7867,3.1765,7200,7200,2,0,1482,2164,0,1), + (27423,4814,48,0,0,-833.015,-131.745,-25.7867,6.03884,7200,7200,2,0,1482,2164,0,1), + (27424,4832,48,0,0,-818.832,-155.576,-25.7923,4.74729,36000,36000,0,0,4568,1545,0,0), + (27425,4813,48,0,0,-847.311,-139.714,-25.7867,6.24828,7200,7200,0,0,1482,2886,0,0), + (27426,4813,48,0,0,-784.056,-161.775,-25.8701,1.52852,7200,7200,5,1,1482,2886,0,2), + (27427,4813,48,0,0,-846.982,-124.266,-25.7867,0.034907,7200,7200,0,0,1482,2886,0,0), + (27428,4813,48,0,0,-848.939,-146.323,-25.87,0.43086,7200,7200,5,1,1482,2886,0,2), + (27429,4825,48,0,0,-795.763,-214.792,-25.7867,1.32645,7200,7200,5,0,1815,0,0,1), + (27430,4825,48,0,0,-829.36,-219.978,-25.7985,4.04916,7200,7200,3,0,1815,0,0,1), + (27431,4825,48,0,0,-797.647,-251.394,-25.7867,3.10669,7200,7200,1,0,1815,0,0,1), + (27432,4825,48,0,0,-828.847,-253.035,-26.1588,0.897793,7200,7200,2,0,1815,0,0,1), + (27433,4829,48,0,0,-848.446,-453.865,-33.8922,1.5708,36000,36000,0,0,8530,0,0,0), + (27434,4825,48,0,0,-840.931,-356.62,-33.7907,1.18682,7200,7200,3,0,1815,0,0,1), + (27435,4825,48,0,0,-820.578,-396.224,-33.8071,2.30383,7200,7200,2,0,1815,0,0,1), + (27436,4825,48,0,0,-852.46,-407.621,-34.0238,3.35103,7200,7200,5,0,1815,0,0,1), + (27437,4306,189,0,0,1751.41,1123.6,7.57362,0.750492,7200,7200,0,0,2865,0,0,0), + (27438,4283,189,0,0,1739.87,1092.86,6.90333,1.50098,7200,7200,0,0,2865,0,0,0), + (27439,4283,189,0,0,1763.58,1103.48,6.90332,3.83972,7200,7200,0,0,2865,0,0,0), + (27440,4306,189,0,0,1759.54,1121.24,7.49103,4.75209,7200,7200,1,1,2865,0,0,2), + (27441,4075,189,0,0,1757.8,1121.22,7.57362,0.907571,7200,7200,2,0,8,0,0,1), + (27442,4306,189,0,0,1754.01,1126.06,7.57362,3.92699,7200,7200,0,0,2865,0,0,0), + (27443,3983,189,0,0,1786.55,1124.44,7.57362,4.81711,43200,43200,0,0,5328,935,0,0), + (27444,4075,189,0,0,1760.96,1143.3,7.57362,0.122173,7200,7200,10,0,8,0,0,1), + (27445,4075,189,0,0,1782.75,1121.98,7.57362,4.27606,7200,7200,3,0,8,0,0,1), + (27446,4306,189,0,0,1784.03,1118.32,7.57362,2.87979,7200,7200,0,0,2865,0,0,0), + (27447,4306,189,0,0,1755.47,1146.65,7.57362,0,7200,7200,0,0,2865,0,0,0), + (27448,4306,189,0,0,1759.29,1144.24,7.57362,3.14159,7200,7200,0,0,2865,0,0,0), + (27449,6907,70,0,0,-358.335,118.947,-44.3836,0.942478,43200,43200,0,0,4572,0,0,0), + (27450,6908,70,0,0,-356.985,132.094,-47.6973,1.3439,43200,43200,0,0,5334,0,0,0), + (27451,7078,70,0,0,-166.365,289.748,-53.4556,2.28638,7200,7200,1,0,915,0,0,1), + (27452,7078,70,0,0,-164.843,286.351,-53.267,5.39362,7200,7200,1,0,915,0,0,1), + (27453,7078,70,0,0,-172.551,288.582,-53.1762,0,7200,7200,1,0,915,0,0,1), + (27454,7078,70,0,0,-171.537,295.822,-54.1522,3.62543,7200,7200,1,0,915,0,0,1), + (27455,7078,70,0,0,-172.616,291.724,-53.5781,2.678,7200,7200,1,0,915,0,0,1), + (27456,7078,70,0,0,-169.48,293.443,-53.8783,4.11476,7200,7200,1,0,915,0,0,1), + (27457,7078,70,0,0,-170.324,292.19,-53.7022,4.04997,7200,7200,1,0,915,0,0,1), + (27458,7078,70,0,0,-174.716,292.83,-53.5736,3.00687,7200,7200,1,0,915,0,0,1), + (27459,7078,70,0,0,-167.612,284.036,-53.2623,0,7200,7200,1,0,915,0,0,1), + (27460,7078,70,0,0,-170.771,285.173,-53.1398,0,7200,7200,1,0,915,0,0,1), + (27461,7078,70,0,0,-156.393,208.328,-48.1095,3.07178,7200,7200,1,0,915,0,0,1), + (27462,7078,70,0,0,-159.308,211.608,-50.0256,2.67035,7200,7200,1,0,915,0,0,1), + (27463,7078,70,0,0,-161.485,207.947,-49.6569,5.60251,7200,7200,1,0,915,0,0,1), + (27464,7078,70,0,0,-160.711,217.383,-48.3382,0.698132,7200,7200,1,0,915,0,0,1), + (27465,7078,70,0,0,-157.386,201.609,-49.71,5.48033,7200,7200,1,0,915,0,0,1), + (27466,7078,70,0,0,-160.875,200.804,-49.9734,2.32129,7200,7200,1,0,915,0,0,1), + (27467,7078,70,0,0,-164.902,208.901,-49.6422,5.74213,7200,7200,1,0,915,0,0,1), + (27468,7078,70,0,0,-163.432,214.236,-48.9254,0.977384,7200,7200,1,0,915,0,0,1), + (27469,7078,70,0,0,-160.361,203.515,-49.5899,5.53269,7200,7200,1,0,915,0,0,1), + (27470,7078,70,0,0,-154.971,205.115,-48.3103,5.67232,7200,7200,1,0,915,0,0,1), + (27471,4860,70,0,0,-73.6665,231.738,-49.7598,1.1927,7200,7200,3,0,5148,0,0,1), + (27472,4860,70,0,0,-89.6837,301.882,-50.1905,4.79655,7200,7200,5,0,5148,0,0,1), + (27473,4860,70,0,0,-39.625,272.806,-49.0187,3.26601,7200,7200,2,0,5148,0,0,1), + (27474,7405,70,0,0,-21.7503,332.732,-46.896,2.4716,7200,7200,1,0,1238,0,0,1), + (27476,7405,70,0,0,-18.6602,331.129,-46.7308,5.44729,7200,7200,1,0,1238,0,0,1), + (27477,7405,70,0,0,-17.7247,327.988,-46.7162,5.88029,7200,7200,1,0,1238,0,0,1), + (27478,7405,70,0,0,-20.3014,328.854,-47.0445,5.60312,7200,7200,1,0,1238,0,0,1), + (27479,7405,70,0,0,-24.3644,333.975,-46.6297,0.959931,7200,7200,1,0,1238,0,0,1), + (27480,7405,70,0,0,-23.5265,335.07,-46.5413,2.11845,7200,7200,1,0,1238,0,0,1), + (27481,7405,70,0,0,-19.7895,329.712,-46.9786,4.97419,7200,7200,1,0,1238,0,0,1), + (27482,7405,70,0,0,-19.2043,331.832,-46.7092,5.76498,7200,7200,1,0,1238,0,0,1), + (27483,7405,70,0,0,-23.0397,333.272,-46.8216,0.173056,7200,7200,1,0,1238,0,0,1), + (27484,7405,70,0,0,-23.2569,337.856,-45.4986,4.31096,7200,7200,1,0,1238,0,0,1), + (27485,4848,70,0,0,12.7475,413.541,-47.7169,0.087266,7200,7200,2,0,4119,1432,0,1), + (27486,4849,70,0,0,7.95455,412.226,-47.5251,1.64061,7200,7200,2,0,5148,0,0,1), + (27487,4849,70,0,0,15.0678,401.771,-44.131,2.84489,7200,7200,2,0,5148,0,0,1), + (27488,7290,70,0,0,3.3877,383.55,-42.8435,4.32842,7200,7200,0,0,5148,0,0,0), + (27489,4848,70,0,0,14.2152,397.785,-44.0817,2.02458,7200,7200,2,0,4119,1432,0,1), + (27490,7290,70,0,0,-4.97794,389.725,-43.7371,4.85202,7200,7200,0,0,5148,0,0,0), + (27491,7291,70,0,0,-10.3813,414.708,-46.8571,6.16101,43200,43200,0,0,13302,1534,0,0), + (27492,7030,70,0,0,-10.2721,410.924,-47.1784,6.21337,7200,7200,0,0,3678,1283,0,0), + (27493,1869,0,0,0,758.673,1146.76,49.2632,3.71148,275,275,10,0,300,0,0,1), + (27494,7030,70,0,0,-8.36762,418.289,-46.9226,6.16101,7200,7200,0,0,3678,1283,0,0), + (27495,7078,70,0,0,-138.324,262.465,-54.2898,4.20754,7200,7200,1,0,915,0,0,1), + (27496,7078,70,0,0,-135.797,260.676,-53.4638,0.45734,7200,7200,1,0,915,0,0,1), + (27497,7078,70,0,0,-133.15,259.457,-53.481,1.61797,7200,7200,1,0,915,0,0,1), + (27498,7078,70,0,0,-137.333,258.012,-53.499,4.51605,7200,7200,1,0,915,0,0,1), + (27499,7078,70,0,0,-140.074,260.077,-54.2264,4.4855,7200,7200,1,0,915,0,0,1), + (27500,7078,70,0,0,-136.651,268.276,-52.8145,0.753239,7200,7200,1,0,915,0,0,1), + (27501,7078,70,0,0,-140.645,272.362,-52.8315,2.43514,7200,7200,1,0,915,0,0,1), + (27502,7078,70,0,0,-141.643,270.516,-52.5432,1.72272,7200,7200,1,0,915,0,0,1), + (27503,7078,70,0,0,-144.587,266.477,-51.9826,2.11185,7200,7200,1,0,915,0,0,1), + (27504,7078,70,0,0,-140.557,276.706,-52.8402,3.02355,7200,7200,1,0,915,0,0,1), + (27505,4855,70,0,0,57.9032,373.95,-38.2499,4.2516,7200,7200,3,1,5148,0,0,2), + (27506,7320,70,0,0,16.34,245.154,-33.7684,4.32489,7200,7200,3,0,5346,0,0,1), + (27507,7320,70,0,0,9.20103,224.056,-31.8643,1.17416,7200,7200,2,0,5346,0,0,1), + (27508,7321,70,0,0,6.69549,242.724,-34.1162,2.11185,7200,7200,3,0,3012,2975,0,1), + (27509,7321,70,0,0,16.0128,241.9,-32.9021,3.21727,7200,7200,3,0,3012,2975,0,1), + (27510,4855,70,0,0,9.28976,332.21,-38.6322,5.21853,7200,7200,3,0,5148,0,0,1), + (27511,4853,70,0,0,16.3417,332.015,-39.43,2.47837,7200,7200,3,0,4119,1432,0,1), + (27512,4855,70,0,0,78.8918,404.942,-38.1789,5.02655,7200,7200,2,0,5148,0,0,1), + (27513,4855,70,0,0,85.4878,403.676,-38.1789,6.12611,7200,7200,2,0,5148,0,0,1), + (27514,4853,70,0,0,85.2644,397.095,-38.1789,2.3911,7200,7200,2,0,4119,1432,0,1), + (27515,7320,70,0,0,28.3855,220.067,-31.4421,2.11185,7200,7200,0,0,5346,0,0,0), + (27516,7320,70,0,0,25.0827,214.221,-30.5394,1.85005,7200,7200,0,0,5346,0,0,0), + (27517,7321,70,0,0,27.6785,226.454,-31.7868,3.31613,7200,7200,0,0,3012,2975,0,0), + (27518,7321,70,0,0,19.9551,215.548,-30.3961,1.72788,7200,7200,2,0,3012,2975,0,1), + (27519,7320,70,0,0,8.35215,284.732,-38.5941,1.79769,7200,7200,3,0,5346,0,0,1), + (27520,7321,70,0,0,3.7883,282.063,-38.1958,4.88692,7200,7200,4,0,3012,2975,0,1), + (27521,4855,70,0,0,49.3411,346.228,-40.0877,3.07178,7200,7200,0,0,5148,0,0,0), + (27522,4853,70,0,0,48.8975,340.68,-40.8543,2.67035,7200,7200,3,0,4119,1432,0,1), + (27523,7320,70,0,0,10.2117,263.027,-35.633,5.84685,7200,7200,2,0,5346,0,0,1), + (27524,7321,70,0,0,3.82797,263.358,-35.8374,5.84685,7200,7200,2,0,3012,2975,0,1), + (27525,4855,70,0,0,42.0532,323.202,-42.8722,2.38446,7200,7200,5,0,5148,0,0,1), + (27526,4855,70,0,0,36.2464,376.018,-38.8766,2.86234,7200,7200,0,0,5148,0,0,0), + (27527,4853,70,0,0,30.4951,375.779,-39.9868,2.02458,7200,7200,0,0,4119,1432,0,0), + (27528,4854,70,0,0,56.7096,455.299,-40.9623,4.2586,43200,43200,0,0,7390,3068,0,0), + (27529,4863,70,0,0,59.4307,453.107,-40.9609,4.01426,7200,7200,0,0,4377,0,0,0), + (27530,4853,70,0,0,50.8847,452.713,-40.9676,4.50295,7200,7200,0,0,4119,1432,0,0), + (27531,4855,70,0,0,57.4593,447.311,-40.9598,0,7200,7200,0,0,5148,0,0,0), + (27532,6910,70,0,0,-225.598,161.224,-44.5463,0.034907,43200,43200,0,0,3678,2566,0,0), + (27533,4851,70,0,0,-228.116,177.455,-44.6301,3.06182,7200,7200,2,0,3831,0,0,1), + (27534,4852,70,0,0,-233.511,170.852,-44.6301,2.58106,7200,7200,2,0,3279,1142,0,1), + (27535,7175,70,0,0,-210.111,106.761,-48.0202,3.19395,7200,7200,2,0,1220,0,0,1), + (27536,7175,70,0,0,-244.16,108.004,-48.0202,3.14159,7200,7200,3,0,1220,0,0,1), + (27537,4852,70,0,0,-266.266,90.8042,-48.711,0.575959,7200,7200,2,0,3279,1142,0,1), + (27538,4851,70,0,0,-280.755,79.9444,-48.7191,5.88176,7200,7200,3,0,3831,0,0,1), + (27539,4852,70,0,0,-174.321,165.9,-47.3283,4.43314,7200,7200,3,0,3279,1142,0,1), + (27540,4852,70,0,0,-245.23,96.0977,-48.0381,6.00393,7200,7200,2,0,3279,1142,0,1), + (27541,4852,70,0,0,-280.366,87.4282,-48.717,3.68265,7200,7200,2,0,3279,1142,0,1), + (27542,4851,70,0,0,-178.939,169.876,-47.3264,0.802851,7200,7200,2,0,3831,0,0,1), + (27543,4852,70,0,0,-271.653,140.403,-47.324,1.55334,7200,7200,3,0,3279,1142,0,1), + (27544,4851,70,0,0,-176.355,61.1042,-48.7257,6.16101,7200,7200,3,0,3831,0,0,1), + (27545,4851,70,0,0,-174.671,88.053,-48.7266,1.78024,7200,7200,3,0,3831,0,0,1), + (27546,2753,0,0,0,-7122.2,-3229.7,242.496,4.04023,72000,72000,0,0,1046,0,0,0), + (27547,12338,1,0,0,-1738.3,3096.03,34.587,4.74729,300,300,0,0,5217,0,0,0), + (27548,12338,1,0,0,-1643.37,3083.2,30.9765,2.5923,300,300,0,0,5217,0,0,2), + (27549,12338,1,0,0,-1673.69,3110.45,31.2323,1.62316,300,300,0,0,5217,0,0,0), + (27550,12338,1,0,0,-1729.75,3087.03,34.5496,3.14159,300,300,0,0,5217,0,0,0), + (27551,12338,1,0,0,-1654.6,3057.88,36.7911,0.977384,300,300,0,0,5217,0,0,0), + (27552,4852,70,0,0,-210.155,94.8437,-48.0213,1.90241,7200,7200,2,0,3279,1142,0,1), + (27553,7206,70,0,0,-38.429,221.253,-48.3663,3.15905,43200,43200,0,0,8910,0,0,0), + (27554,4857,70,0,0,117.805,267.876,-26.4488,2.75762,43200,43200,0,0,5757,0,0,0), + (27555,4857,70,0,0,99.7033,259.329,-26.4488,1.22173,43200,43200,0,0,5757,0,0,0), + (27556,12338,1,0,0,-1727.6,3187.42,4.74764,0.139626,300,300,0,0,5217,0,0,0), + (27557,12338,1,0,0,-1787.93,3062.6,12.5239,4.46804,300,300,0,0,5217,0,0,0), + (27558,12338,1,0,0,-1668.36,3160.14,18.7023,3.40339,300,300,0,0,5217,0,0,0), + (27559,12338,1,0,0,-1719.9,3202.3,4.33682,2.10082,300,300,0,0,5217,0,0,2), + (27560,6706,1,0,0,136.218,1326.33,193.582,4.60767,550,550,0,0,7423,7071,0,0), + (27561,1868,0,0,0,809.338,1244.26,55.9657,5.22654,275,275,10,0,253,264,0,1), + (27562,1868,0,0,0,745.331,1249.33,60.5594,0.905387,275,275,10,0,253,264,0,1), + (27563,12338,1,0,0,-1678.98,3087.7,31.7625,1.72788,300,300,0,0,5217,0,0,0), + (27564,12338,1,0,0,-1793.8,3049.92,7.80006,3.87961,300,300,0,0,5217,0,0,2), + (27565,12338,1,0,0,-1653.54,3062.86,36.7911,5.0091,300,300,0,0,5217,0,0,0), + (27566,12338,1,0,0,-1625.59,3104.25,38.0721,4.1569,300,300,0,0,5217,0,0,2), + (27567,2754,0,0,0,-7119.41,-2668.77,241.7,5.62691,72000,72000,0,0,8316,0,0,2), + (27568,7396,70,0,0,132.37,225.131,-42.4067,5.60251,7200,7200,2,0,1782,0,0,1), + (27569,12338,1,0,0,-1795.13,3038.27,8.92506,2.33874,300,300,0,0,5217,0,0,0), + (27570,12338,1,0,0,-1651.25,3114.19,31.9319,3.57792,300,300,0,0,5217,0,0,0), + (27571,12338,1,0,0,-1573.84,3076.49,47.6492,2.53073,300,300,0,0,5217,0,0,0), + (27572,12338,1,0,0,-1649.74,3148.5,24.6684,3.56047,300,300,0,0,5217,0,0,0), + (27573,12338,1,0,0,-1582.69,3063.51,46.8059,2.82743,300,300,0,0,5217,0,0,0), + (27574,12338,1,0,0,-1670.87,3114.33,30.5615,3.21141,300,300,0,0,5217,0,0,0), + (27575,12338,1,0,0,-1618.35,3121.8,44.6357,4.24115,300,300,0,0,5217,0,0,0), + (27576,12338,1,0,0,-1654.4,3175.13,24.3279,4.99164,300,300,0,0,5217,0,0,0), + (27577,12338,1,0,0,-1637.49,3058.25,34.5677,1.8675,300,300,0,0,5217,0,0,0), + (27578,12338,1,0,0,-1787.87,3048.4,9.6983,2.86234,300,300,0,0,5217,0,0,0), + (27579,4658,1,0,0,-1065.47,2860.54,159.507,5.41717,300,300,5,0,1196,3075,0,1), + (27580,4658,1,0,0,-1211.21,2915.23,151.407,0.403856,300,300,5,0,1196,3075,0,1), + (27581,4658,1,0,0,-1067.27,2926.26,179.302,4.88233,300,300,5,0,1196,3075,0,1), + (27582,4658,1,0,0,-1063.63,2916.11,179.186,0.016998,300,300,5,0,1196,3075,0,1), + (27583,4659,1,0,0,-1371.75,2939.74,131.113,2.80745,300,300,5,0,1678,0,0,1), + (27584,4659,1,0,0,-1287.96,2935.08,119.705,0.448729,300,300,5,0,1678,0,0,1), + (27585,12340,1,0,0,-1732.59,3184.92,4.11388,2.70526,300,300,0,0,2016,0,0,0), + (27586,11317,1,0,0,-1739.91,3223.85,5.06411,5.32092,300,300,0,0,2192,0,0,0), + (27601,4662,1,0,0,-1877.09,915.925,92.8395,4.54893,300,300,0,0,1536,0,0,0), + (27602,4662,1,0,0,-1874.79,917.574,92.3395,4.5495,300,300,0,0,1536,0,0,0), + (27603,4662,1,0,0,-1965.98,1291.46,91.2015,3.24728,300,300,0,0,1536,0,0,0), + (27604,4662,1,0,0,-1963.78,1289.68,91.0765,3.24732,300,300,0,0,1536,0,0,0), + (27605,4662,1,0,0,-1782.1,985.482,95.3162,2.21328,300,300,0,0,1536,0,0,0), + (27606,4662,1,0,0,-1781.72,983.999,94.9965,2.21328,300,300,0,0,1536,0,0,0), + (27607,4663,1,0,0,-446.762,1871.34,126.538,1.27548,300,300,5,0,811,2175,0,1), + (27608,4663,1,0,0,-227.591,1681.72,99.7632,5.20838,300,300,0,0,811,2175,0,0), + (27609,4663,1,0,0,-219.403,1748.11,114.502,4.13413,300,300,3,0,811,2175,0,1), + (27610,4663,1,0,0,-286.613,1775.9,130.038,4.68999,300,300,3,0,811,2175,0,1), + (27611,4663,1,0,0,-209.837,1684.53,104.263,2.2671,300,300,0,0,811,2175,0,0), + (27612,4663,1,0,0,-413.05,1892.02,126.384,1.00826,300,300,5,0,811,2175,0,1), + (27613,4663,1,0,0,-284.503,1676.01,110.823,5.79606,300,300,5,0,811,2175,0,1), + (27614,4663,1,0,0,-252.49,1686.51,102.26,4.78864,300,300,3,0,811,2175,0,1), + (27615,4663,1,0,0,-235.198,1670.97,100.986,2.51508,300,300,0,0,811,2175,0,0), + (27616,4663,1,0,0,-251.897,1771.51,127.321,0.093841,300,300,3,0,811,2175,0,1), + (27617,4663,1,0,0,-215.453,1710.68,105.541,3.55403,300,300,0,0,811,2175,0,0), + (27618,4663,1,0,0,-387.249,1662.01,110.55,2.78955,300,300,3,0,811,2175,0,1), + (27619,4663,1,0,0,-369.281,1718.02,130.856,5.71559,300,300,5,0,811,2175,0,1), + (27620,4663,1,0,0,-335.324,1652.64,132.294,0.849283,300,300,5,0,811,2175,0,1), + (27621,4663,1,0,0,-443.011,1838.64,126.909,0.057924,300,300,5,0,811,2175,0,1), + (27622,4663,1,0,0,-388.147,1795.26,128.005,1.813,300,300,0,0,811,2175,0,0), + (27623,4663,1,0,0,-383.219,1803.89,127.614,2.41302,300,300,0,0,811,2175,0,0), + (27624,4663,1,0,0,-517.133,1854.9,94.4469,5.45068,300,300,0,0,811,2175,0,0), + (27625,4663,1,0,0,-514.161,1846.38,94.4469,5.99699,300,300,0,0,811,2175,0,0), + (27626,4663,1,0,0,-220.268,1657.97,99.4687,1.1494,300,300,5,0,811,2175,0,1), + (27627,4663,1,0,0,-442.241,1747.26,131.159,0.501738,300,300,0,0,811,2175,0,0), + (27628,4663,1,0,0,-448.908,1752.37,153.488,5.55884,300,300,5,0,811,2175,0,1), + (27629,4663,1,0,0,-447.212,1681.01,117.592,4.89094,300,300,0,0,811,2175,0,0), + (27630,11576,1,0,0,-421.137,2345.53,61.8476,2.16529,300,300,20,0,1180,0,0,1), + (27631,4664,1,0,0,-394.074,1882.33,126.473,4.13628,300,300,5,0,1050,0,0,1), + (27632,4664,1,0,0,-194.051,1697.7,105.354,5.28835,300,300,0,0,1050,0,0,0), + (27633,11576,1,0,0,-157.727,2227.06,80.0386,0.377656,300,300,0,0,1180,0,0,0), + (27634,11576,1,0,0,-365.161,1434.96,90.4266,5.17866,300,300,20,0,1180,0,0,1), + (27635,11576,1,0,0,-716.553,2201.92,98.0276,4.90253,300,300,20,0,1180,0,0,1), + (27636,11576,1,0,0,182.63,1981.62,169.738,3.451,300,300,3,0,1180,0,0,1), + (27637,11576,1,0,0,-1199.85,1066.63,91.153,5.79248,300,300,20,0,1180,0,0,1), + (27638,4664,1,0,0,-317.217,1676.87,119.679,5.14232,300,300,5,0,1050,0,0,1), + (27639,4664,1,0,0,-327.492,1648.86,125.838,5.8294,300,300,0,0,1050,0,0,0), + (27640,11576,1,0,0,-819.223,1328.85,93.1171,2.9445,300,300,20,0,1180,0,0,1), + (27641,4664,1,0,0,-336.492,1639.06,132.313,4.64258,300,300,0,0,1050,0,0,0), + (27642,4664,1,0,0,-459.062,1804.21,127.39,5.93412,300,300,0,0,1050,0,0,0), + (27643,4664,1,0,0,-522.172,1879.49,115.834,2.51327,300,300,0,0,1050,0,0,0), + (27644,4664,1,0,0,-522.258,1865.22,109.33,3.78736,300,300,0,0,1050,0,0,0), + (27645,4664,1,0,0,-515.178,1861.47,115.773,4.50295,300,300,0,0,1050,0,0,0), + (27646,4664,1,0,0,-443.518,1716.35,127.522,3.9619,300,300,0,0,1050,0,0,0), + (27647,4664,1,0,0,-422.233,1711.53,129.425,1.22173,300,300,0,0,1050,0,0,0), + (27648,4664,1,0,0,-433.241,1702.17,126.632,3.68265,300,300,0,0,1050,0,0,0), + (27649,4664,1,0,0,-405.858,1754.34,130.464,0.069813,300,300,0,0,1050,0,0,0), + (27650,4664,1,0,0,-336.949,1643.3,108.707,4.85202,300,300,0,0,1050,0,0,0), + (27651,11576,1,0,0,-150.053,1718.22,101.093,0.984961,300,300,15,0,1180,0,0,1), + (27652,11576,1,0,0,-547.126,2050.63,89.4424,0.608063,300,300,30,0,1180,0,0,1), + (27653,11576,1,0,0,-1749.63,2626.58,90.9222,1.38623,300,300,20,0,1180,0,0,1), + (27654,11576,1,0,0,-1777.79,2212.02,63.1351,4.48588,300,300,20,0,1180,0,0,1), + (27655,11576,1,0,0,-1507.74,1098.13,92.6633,5.87201,300,300,20,0,1180,0,0,1), + (27656,11577,1,0,0,-1417.72,2285.94,92.0993,0.089788,300,300,20,0,1155,1067,0,1), + (27657,4665,1,0,0,-438.425,1883.87,126.45,5.61376,300,300,5,0,847,2253,0,1), + (27658,4665,1,0,0,-335.66,1824.88,127.188,4.81509,300,300,5,0,847,2253,0,1), + (27659,11577,1,0,0,-1170.58,2323,92.0441,6.00314,300,300,20,0,1155,1067,0,1), + (27660,14849,0,0,0,-9551.95,134.237,58.9648,1.72788,180,180,0,0,1240,0,0,0), + (27661,11577,1,0,0,-1078.2,2385.73,92.333,6.10167,300,300,20,0,1155,1067,0,1), + (27662,11577,1,0,0,-1387.27,2318.74,92.4395,3.77478,300,300,20,0,1155,1067,0,1), + (27663,11577,1,0,0,-913.652,2432.95,92.4663,2.52895,300,300,20,0,1155,1067,0,1), + (27664,11577,1,0,0,-1159.04,762.326,155.788,0.308446,300,300,20,0,1155,1067,0,1), + (27665,11577,1,0,0,-788.978,2378.43,93.3934,3.10853,300,300,20,0,1155,1067,0,1), + (27666,11577,1,0,0,-1106.83,2349.64,92.983,2.97773,300,300,20,0,1155,1067,0,1), + (27667,11577,1,0,0,150.618,916.228,161.915,5.31034,300,300,20,0,1155,1067,0,1), + (27668,4665,1,0,0,-363.62,1854.67,123.275,2.15563,300,300,5,0,847,2253,0,1), + (27669,11577,1,0,0,-951.165,1884.66,61.0135,5.9242,300,300,20,0,1155,1067,0,1), + (27670,11577,1,0,0,-877.027,2280.33,91.815,0.007812,300,300,20,0,1155,1067,0,1), + (27671,11577,1,0,0,-987.351,1810.68,59.7492,3.40558,300,300,20,0,1155,1067,0,1), + (27672,4665,1,0,0,-190.288,1694.96,105.229,0.484016,300,300,0,0,847,2253,0,0), + (27673,4665,1,0,0,-393.159,1859.35,128.492,3.05433,300,300,0,0,847,2253,0,0), + (27674,4665,1,0,0,-427.416,1874.09,128.492,5.39307,300,300,0,0,847,2253,0,0), + (27675,4665,1,0,0,-413.377,1880.36,128.492,4.66003,300,300,0,0,847,2253,0,0), + (27676,4665,1,0,0,-367.887,1843,124.163,0.407849,300,300,5,0,847,2253,0,2), + (27677,11577,1,0,0,-1065.71,1463.05,62.3598,0.573278,300,300,5,0,1155,1067,0,1), + (27678,4665,1,0,0,-407.948,1648.9,108.126,5.90874,300,300,5,0,847,2253,0,1), + (27679,11577,1,0,0,-884.361,1780.34,63.949,4.14768,300,300,20,0,1155,1067,0,1), + (27680,11577,1,0,0,-1046.09,1915.85,62.2861,2.58892,300,300,20,0,1155,1067,0,1), + (27681,4665,1,0,0,-344.609,1776.44,139.603,4.27606,300,300,0,0,847,2253,0,0), + (27682,4665,1,0,0,-332.02,1740.06,139.35,2.22602,300,300,5,0,847,2253,0,2), + (27683,4665,1,0,0,-354.082,1749.98,139.602,1.18682,300,300,0,0,847,2253,0,0), + (27684,4665,1,0,0,-361.38,1761.27,139.602,0.087266,300,300,0,0,847,2253,0,0), + (27685,4665,1,0,0,-332.948,1761.2,139.602,2.98451,300,300,0,0,847,2253,0,0), + (27686,4665,1,0,0,-481.42,1713.61,111.353,5.69789,300,300,3,0,847,2253,0,1), + (27687,4665,1,0,0,-446.795,1784.41,128.7,3.29782,300,300,5,0,847,2253,0,1), + (27688,4665,1,0,0,-490.745,1709.15,107.696,5.55241,300,300,3,0,847,2253,0,2), + (27689,11578,1,0,0,-1923.44,1419.82,61.2482,0.421119,300,300,20,0,1156,0,0,1), + (27690,11578,1,0,0,-1850.4,1450.45,62.194,0.370474,300,300,20,0,1156,0,0,1), + (27691,7396,70,0,0,122.578,224.795,-42.4062,0.226893,7200,7200,2,0,1782,0,0,1), + (27692,7396,70,0,0,123.441,220.494,-42.4077,4.88692,7200,7200,2,0,1782,0,0,1), + (27693,11578,1,0,0,-1948.16,1461.83,64.1606,1.48084,300,300,5,0,1156,0,0,1), + (27694,11578,1,0,0,-2268,1620.41,77.6427,1.37234,300,300,3,0,1156,0,0,1), + (27695,11578,1,0,0,-2097.63,1716.61,58.5326,3.12162,300,300,20,0,1156,0,0,1), + (27696,11578,1,0,0,-2189.33,2010.92,64.3599,1.75097,300,300,5,0,1156,0,0,1), + (27697,4666,1,0,0,-186.928,1744.87,115.328,2.10708,300,300,3,0,1107,0,0,1), + (27698,11578,1,0,0,-1634.09,2788.28,111.539,0.350856,300,300,5,0,1156,0,0,1), + (27699,11578,1,0,0,-1853.52,1479.38,69.1469,4.77883,300,300,20,0,1156,0,0,1), + (27700,11578,1,0,0,-1780.37,1544.56,61.0272,3.02015,300,300,20,0,1156,0,0,1), + (27701,11578,1,0,0,-2132.33,1615.38,65.4924,3.09963,300,300,20,0,1156,0,0,1), + (27702,4666,1,0,0,-323.503,1709.29,128.054,5.18134,300,300,5,0,1107,0,0,1), + (27703,4666,1,0,0,-302.472,1724.22,127.679,2.14187,300,300,5,0,1107,0,0,2), + (27704,11578,1,0,0,-1963.06,2808.96,54.2299,3.35719,300,300,20,0,1156,0,0,1), + (27705,11578,1,0,0,-1989.69,2849.34,55.6381,0.82965,300,300,5,0,1156,0,0,1), + (27706,11578,1,0,0,-1979.39,2916.11,45.9879,3.15722,300,300,20,0,1156,0,0,1), + (27707,4666,1,0,0,-399.595,1874.47,128.492,3.76991,300,300,0,0,1107,0,0,0), + (27708,4666,1,0,0,-341.051,1796.5,139.344,4.31096,300,300,0,0,1107,0,0,0), + (27709,4666,1,0,0,-313.739,1755.5,139.427,3.00197,300,300,0,0,1107,0,0,0), + (27710,4666,1,0,0,-435.511,1849.95,128.492,5.70723,300,300,0,0,1107,0,0,0), + (27711,4666,1,0,0,-380.908,1769.78,139.418,6.07375,300,300,0,0,1107,0,0,0), + (27712,4666,1,0,0,-428.045,1811,126.768,4.06662,300,300,0,0,1107,0,0,0), + (27713,4666,1,0,0,-405.377,1839.18,128.396,4.24277,300,300,5,0,1107,0,0,1), + (27714,4666,1,0,0,-435.67,1814.09,126.727,4.66003,300,300,0,0,1107,0,0,0), + (27715,4666,1,0,0,-402.912,1837.42,128.49,2.9147,300,300,0,0,1107,0,0,0), + (27716,4666,1,0,0,-371.453,1783.1,139.378,3.92951,300,300,5,0,1107,0,0,2), + (27717,4666,1,0,0,-376.177,1746.52,139.478,3.82227,300,300,0,0,1107,0,0,0), + (27718,4666,1,0,0,-373.017,1742.05,139.477,3.66519,300,300,0,0,1107,0,0,0), + (27719,4666,1,0,0,-353.046,1728.97,139.419,1.81514,300,300,0,0,1107,0,0,0), + (27720,4666,1,0,0,-290.983,1733.49,128.163,0.660343,300,300,5,0,1107,0,0,1), + (27721,4666,1,0,0,-395.23,1716.75,131.854,3.42085,300,300,0,0,1107,0,0,0), + (27722,4666,1,0,0,-406.596,1733.14,130.614,3.78736,300,300,0,0,1107,0,0,0), + (27723,4666,1,0,0,-448.406,1742.13,153.529,4.4855,300,300,0,0,1107,0,0,0), + (27724,4666,1,0,0,-458.541,1754.16,153.501,2.77507,300,300,0,0,1107,0,0,0), + (27725,4666,1,0,0,-450.816,1743.41,147.032,3.63029,300,300,0,0,1107,0,0,0), + (27726,4666,1,0,0,-543.476,1785.58,94.8726,3.31933,300,300,5,0,1107,0,0,2), + (27727,12347,1,0,0,-562.477,2772.51,-25.6206,3.46229,300,300,20,0,955,0,0,1), + (27728,7396,70,0,0,118.21,220.368,-42.4052,5.84685,7200,7200,2,0,1782,0,0,1), + (27729,12347,1,0,0,-346.647,2759.54,-21.7218,3.21889,300,300,20,0,955,0,0,1), + (27730,7397,70,0,0,131.392,230.027,-42.4052,4.27606,7200,7200,2,0,1248,3075,0,1), + (27731,12347,1,0,0,-458.911,2739.81,-26.4442,4.08074,300,300,20,0,955,0,0,1), + (27732,12347,1,0,0,-419.227,2683.22,-19.8788,4.58125,300,300,20,0,955,0,0,1), + (27733,12347,1,0,0,-325.137,2678.75,-22.7098,3.98387,300,300,20,0,955,0,0,1), + (27734,12347,1,0,0,-278.132,2844.55,-13.9317,1.26726,300,300,0,0,955,0,0,0), + (27735,12347,1,0,0,-221.709,2649.22,-36.8541,2.32649,300,300,20,0,955,0,0,1), + (27736,12347,1,0,0,-503.469,2862.12,-65.2507,3.73338,300,300,0,0,955,0,0,0), + (27737,12347,1,0,0,-279.177,2581.32,-17.0485,1.29039,300,300,20,0,955,0,0,1), + (27738,12347,1,0,0,-394.18,2814.45,-25.0853,2.47922,300,300,20,0,955,0,0,1), + (27739,12347,1,0,0,-619.61,2841.59,-31.7603,2.4481,300,300,20,0,955,0,0,1), + (27740,12347,1,0,0,-623.359,2689.89,-20.1575,3.16598,300,300,20,0,955,0,0,1), + (27741,4667,1,0,0,-414.635,1861.55,127.464,3.34511,300,300,0,0,882,2362,0,0), + (27742,12347,1,0,0,-542.88,2710.79,-27.9482,3.33234,300,300,0,0,955,0,0,0), + (27743,4667,1,0,0,-349.069,1749.65,139.519,2.54745,300,300,5,0,882,2362,0,2), + (27744,4668,1,0,0,-1855.78,623.283,107.393,3.7001,300,300,0,0,1155,2975,0,0), + (27745,4668,1,0,0,-1881.38,615.445,109.304,0.61142,300,300,0,0,1155,2975,0,0), + (27746,4668,1,0,0,-1836.44,605.901,122.722,4.27762,300,300,0,0,1155,2975,0,0), + (27747,4668,1,0,0,-1984.61,660.532,107.44,0.645772,300,300,0,0,1155,2975,0,0), + (27748,4668,1,0,0,-1965.93,541.453,166.505,0.942478,300,300,0,0,1155,2975,0,0), + (27749,4668,1,0,0,-1835.53,600.369,109.075,0.373904,300,300,5,0,1155,2975,0,1), + (27750,4668,1,0,0,-1958.94,550.888,166.401,4.10152,300,300,0,0,1155,2975,0,0), + (27751,4668,1,0,0,-1696.91,1764.29,60.2392,1.11159,300,300,5,0,1155,2975,0,1), + (27752,4668,1,0,0,-2002.98,1917.76,69.2146,3.74967,300,300,3,0,1155,2975,0,1), + (27753,4668,1,0,0,-1896.7,1828.57,62.3018,5.84839,300,300,0,0,1155,2975,0,0), + (27754,4668,1,0,0,-1952.93,1844.03,64.9923,3.19828,300,300,5,0,1155,2975,0,1), + (27755,4668,1,0,0,-1716.5,1972.43,62.6785,1.51154,300,300,5,0,1155,2975,0,1), + (27756,4668,1,0,0,-1863.62,2003.65,63.1919,5.87643,300,300,0,0,1155,2975,0,0), + (27757,4670,1,0,0,121.04,946.697,169.705,6.0609,300,300,5,0,1107,0,0,1), + (27758,4670,1,0,0,181.076,927.426,175.069,4.86958,300,300,5,0,1107,0,0,1), + (27759,4670,1,0,0,117.543,886.198,143.889,0.401426,300,300,0,0,1107,0,0,0), + (27760,430,0,0,0,-9021.17,-2421.99,131.463,3.80642,300,300,3,0,354,1020,0,1), + (27761,4670,1,0,0,5.61042,785.208,91.4909,0.046743,300,300,5,0,1107,0,0,1), + (27762,4670,1,0,0,-113.05,639.954,91.4603,5.86832,300,300,5,0,1107,0,0,2), + (27763,4860,70,0,0,127.47,224.281,-42.4075,4.43314,7200,7200,2,0,5148,0,0,1), + (27764,7396,70,0,0,88.5986,251.486,-26.5881,3.24601,7200,7200,2,0,1782,0,0,1), + (27765,7396,70,0,0,73.0341,261.931,-26.5047,5.16617,7200,7200,2,0,1782,0,0,1), + (27766,7396,70,0,0,74.116,256.977,-26.5047,4.2237,7200,7200,2,0,1782,0,0,1), + (27767,7396,70,0,0,83.5133,261.764,-26.5881,4.90455,7200,7200,2,0,1782,0,0,1), + (27768,7397,70,0,0,80.3241,268.971,-26.5881,0.761993,7200,7200,2,0,1248,3075,0,1), + (27769,4860,70,0,0,78.6097,262.243,-26.5881,4.69281,7200,7200,2,0,5148,0,0,1), + (27770,7396,70,0,0,105.054,296.987,-26.5047,4.5204,7200,7200,2,0,1782,0,0,1), + (27771,1869,0,0,0,723.2,1193.85,60.3411,0.814424,275,275,10,0,300,0,0,1), + (27772,4670,1,0,0,-311.274,924.512,91.8548,0.728574,300,300,5,0,1107,0,0,1), + (27773,4670,1,0,0,-120.76,926.593,92.4041,1.42798,300,300,5,0,1107,0,0,1), + (27774,4670,1,0,0,-215.617,881.855,91.0207,1.36602,300,300,5,0,1107,0,0,1), + (27775,4670,1,0,0,-257.164,848.6,90.7778,1.92713,300,300,5,0,1107,0,0,1), + (27776,4670,1,0,0,-220.958,818.454,91.174,3.69655,300,300,5,0,1107,0,0,1), + (27777,4670,1,0,0,-46.9785,1044.72,99.3789,4.4738,300,300,5,0,1107,0,0,1), + (27778,4670,1,0,0,-56.9874,984.487,91.4803,3.1306,300,300,5,0,1107,0,0,1), + (27779,4670,1,0,0,-50.7124,914.98,91.8914,3.29251,300,300,5,0,1107,0,0,1), + (27780,4670,1,0,0,-183.883,718.04,91.1805,2.85766,300,300,5,0,1107,0,0,1), + (27781,4671,1,0,0,-157.963,756.443,108.103,3.60175,300,300,5,0,1107,0,0,1), + (27782,4671,1,0,0,-54.7891,718.71,108.576,3.65099,300,300,5,0,1107,0,0,1), + (27783,4671,1,0,0,-20.202,679.083,91.4909,4.44733,300,300,0,0,1107,0,0,0), + (27784,4671,1,0,0,87.5977,920.392,149.99,0.849669,300,300,5,0,1107,0,0,1), + (27785,4671,1,0,0,-154.224,686.358,96.6491,2.69421,300,300,5,0,1107,0,0,1), + (27786,4671,1,0,0,-114.665,716.955,118.064,5.21977,300,300,5,0,1107,0,0,1), + (27787,4671,1,0,0,-279.031,945.841,92.1048,6.12436,300,300,5,0,1107,0,0,1), + (27788,4671,1,0,0,-255.592,921.381,95.6732,0.714308,300,300,5,0,1107,0,0,1), + (27789,7396,70,0,0,98.8091,299.724,-26.5047,4.55531,7200,7200,2,0,1782,0,0,1), + (27790,7396,70,0,0,87.6316,291.83,-26.5047,2.1293,7200,7200,2,0,1782,0,0,1), + (27791,7396,70,0,0,107.523,301.349,-26.5047,2.46091,7200,7200,2,0,1782,0,0,1), + (27792,7397,70,0,0,96.2288,292.927,-26.5047,5.79449,7200,7200,2,0,1248,3075,0,1), + (27793,4860,70,0,0,91.5275,296.61,-26.5047,0.767945,7200,7200,2,0,5148,0,0,1), + (27794,4857,70,0,0,109.357,286.115,-26.4488,4.36332,43200,43200,0,0,5757,0,0,0), + (27795,4671,1,0,0,-217.33,949.496,91.1984,5.51939,300,300,5,0,1107,0,0,1), + (27796,7396,70,0,0,153.612,298.344,-26.4982,2.02458,7200,7200,2,0,1782,0,0,1), + (27797,1888,0,0,0,-518.141,1099.53,81.3403,5.62445,275,275,10,0,354,1326,0,1), + (27798,7396,70,0,0,148.075,287.88,-26.4982,4.86947,7200,7200,2,0,1782,0,0,1), + (27799,1797,0,0,0,-29.7372,1219.67,61.6027,3.19363,275,275,10,0,296,0,0,1), + (27800,7396,70,0,0,144.399,299.006,-26.4982,4.4855,7200,7200,2,0,1782,0,0,1), + (27801,1867,0,0,0,-221.949,1154.68,59.0596,3.15079,275,275,10,0,241,601,0,1), + (27802,1924,0,0,0,-611.139,1139.6,80.9624,3.11328,275,275,3,0,328,0,0,1), + (27803,4671,1,0,0,-113.527,788.216,124.978,5.03644,300,300,5,0,1107,0,0,1), + (27804,4671,1,0,0,-354.355,753.946,91.2159,1.60402,300,300,5,0,1107,0,0,1), + (27805,4671,1,0,0,-85.1189,1017.02,91.323,0.874743,300,300,5,0,1107,0,0,1), + (27806,4671,1,0,0,-448.996,785.004,99.6409,1.28177,300,300,5,0,1107,0,0,1), + (27807,4671,1,0,0,-284.435,684.128,96.8582,4.67475,300,300,5,0,1107,0,0,1), + (27808,4671,1,0,0,-220.174,684.167,99.6134,2.70492,300,300,0,0,1107,0,0,0), + (27809,4672,1,0,0,30.394,707.498,123.925,4.80332,300,300,5,0,1107,0,0,1), + (27810,4672,1,0,0,50.2257,884.22,141.766,3.42774,300,300,5,0,1107,0,0,2), + (27811,4672,1,0,0,144.682,921.673,163.467,2.41626,300,300,20,0,1107,0,0,1), + (27812,4672,1,0,0,-12.3504,742.727,91.477,5.3085,300,300,5,0,1107,0,0,2), + (27813,4672,1,0,0,-36.6611,611.477,93.8942,6.06854,300,300,3,0,1107,0,0,1), + (27814,4672,1,0,0,-155.775,945.03,89.6073,3.87789,300,300,5,0,1107,0,0,1), + (27815,4672,1,0,0,-350.974,881.963,89.4659,0.308334,300,300,20,0,1107,0,0,1), + (27816,4672,1,0,0,-143.424,873.46,114.738,5.16356,300,300,5,0,1107,0,0,1), + (27817,4672,1,0,0,-277.842,886.481,89.8548,6.12708,300,300,20,0,1107,0,0,1), + (27818,4672,1,0,0,-151.06,1017.83,91.2913,4.92474,300,300,5,0,1107,0,0,1), + (27819,4672,1,0,0,-187.541,982.448,91.1746,1.58258,300,300,5,0,1107,0,0,1), + (27820,4672,1,0,0,-51.2473,782.473,106.494,3.84884,300,300,5,0,1107,0,0,1), + (27821,4672,1,0,0,-85.5146,815.159,124.344,4.05334,300,300,5,0,1107,0,0,1), + (27822,4672,1,0,0,-125.914,848.426,118.784,4.46741,300,300,5,0,1107,0,0,1), + (27823,4672,1,0,0,-413.866,815.99,91.6507,5.02186,300,300,5,0,1107,0,0,1), + (27824,4672,1,0,0,-388.227,856.291,90.9798,2.12456,300,300,5,0,1107,0,0,1), + (27826,4673,1,0,0,-85.6674,743.041,125.547,3.57905,300,300,5,0,1163,0,0,1), + (27827,4673,1,0,0,19.6123,916.565,132.907,4.17327,300,300,5,0,1163,0,0,1), + (27828,4673,1,0,0,102.497,870.342,142.45,1.61328,300,300,5,0,1163,0,0,1), + (27829,4673,1,0,0,13.4141,662.486,103.385,2.35103,300,300,5,0,1163,0,0,1), + (27830,4673,1,0,0,2.67233,1035.92,120.714,0.834611,300,300,5,0,1163,0,0,1), + (27831,4673,1,0,0,11.4188,986.218,128.338,4.03292,300,300,3,0,1163,0,0,1), + (27832,4673,1,0,0,-79.9693,612.644,91.4173,4.73217,300,300,5,0,1163,0,0,1), + (27833,4673,1,0,0,-214.129,745.994,99.8366,4.85376,300,300,0,0,1163,0,0,0), + (27834,4673,1,0,0,-179.249,777.656,96.8849,4.6931,300,300,5,0,1163,0,0,1), + (27835,4673,1,0,0,-113.884,985.231,89.7076,2.24583,300,300,5,0,1163,0,0,1), + (27836,4673,1,0,0,-194.182,927.572,91.488,2.35142,300,300,5,0,1163,0,0,1), + (27837,4673,1,0,0,-282.069,823.043,90.7793,0.4527,300,300,20,0,1163,0,0,1), + (27838,4673,1,0,0,-51.8462,959.227,91.7429,2.29532,300,300,5,0,1163,0,0,1), + (27839,4673,1,0,0,-324.491,854.808,93.2528,3.86759,300,300,5,0,1163,0,0,1), + (27840,4673,1,0,0,-320.557,720.907,89.293,2.52259,300,300,5,0,1163,0,0,1), + (27841,4673,1,0,0,-176.091,663.9,91.4603,5.29412,300,300,5,0,1163,0,0,1), + (27842,4674,1,0,0,55.5886,967.218,155.102,1.25275,300,300,5,0,1163,0,0,2), + (27843,4674,1,0,0,-34.1781,664.947,91.477,1.73728,300,300,0,0,1163,0,0,0), + (27844,4674,1,0,0,-15.009,1081.08,113.582,0.515721,300,300,5,0,1163,0,0,1), + (27845,4674,1,0,0,-23.182,669.305,91.4909,2.52663,300,300,0,0,1163,0,0,0), + (27846,4674,1,0,0,-185.318,846.589,99.3148,5.29927,300,300,5,0,1163,0,0,1), + (27847,4674,1,0,0,-89.1856,771.57,132.892,0.862628,300,300,0,0,1163,0,0,0), + (27848,4674,1,0,0,-263.643,794.374,89.4978,3.81802,300,300,5,0,1163,0,0,1), + (27849,4674,1,0,0,-256.408,795.587,89.6228,0.405748,300,300,5,0,1163,0,0,1), + (27850,4674,1,0,0,-19.5765,814.698,103.404,5.89215,300,300,5,0,1163,0,0,1), + (27851,4674,1,0,0,-384.67,785.815,92.0652,3.09817,300,300,5,0,1163,0,0,1), + (27852,4674,1,0,0,-347.293,812.019,94.6041,5.34227,300,300,0,0,1163,0,0,0), + (27853,4674,1,0,0,-288.196,745.647,88.7009,4.08158,300,300,5,0,1163,0,0,1), + (27854,4674,1,0,0,-345.874,832.095,96.9362,4.96659,300,300,0,0,1163,0,0,0), + (27855,4674,1,0,0,-184.878,669.84,91.4118,3.44093,300,300,5,0,1163,0,0,1), + (27856,4675,1,0,0,-86.4932,684.602,106.679,3.3092,300,300,5,0,977,935,0,1), + (27857,4675,1,0,0,131.238,851.786,144.9,3.15859,300,300,5,0,977,935,0,1), + (27858,4675,1,0,0,86.0777,861.287,143.026,5.35912,300,300,5,0,977,935,0,1), + (27859,4675,1,0,0,63.3433,899.558,143.046,1.71338,300,300,5,0,977,935,0,1), + (27860,4675,1,0,0,-38.0512,855.582,107.245,0.098082,300,300,5,0,977,935,0,1), + (27861,4675,1,0,0,-258.701,759.515,99.8213,0.55405,300,300,5,0,977,935,0,2), + (27862,4675,1,0,0,-46.6931,651.606,91.477,0.403327,300,300,5,0,977,935,0,2), + (27863,4675,1,0,0,-143.117,815.793,116.009,1.55708,300,300,5,0,977,935,0,1), + (27864,4675,1,0,0,-123.135,983.938,90.2076,3.91447,300,300,5,0,977,935,0,1), + (27865,4675,1,0,0,-255.089,896.784,89.6048,1.32635,300,300,0,0,977,935,0,0), + (27866,4675,1,0,0,-255.738,889.042,89.4798,5.9544,300,300,0,0,977,935,0,0), + (27867,4675,1,0,0,-82.7168,954.011,90.5134,0.545774,300,300,5,0,977,935,0,1), + (27868,4675,1,0,0,-201.304,882.657,91.1457,0.265683,300,300,5,0,977,935,0,1), + (27869,4675,1,0,0,-53.214,964.865,91.6179,4.18325,300,300,5,0,977,935,0,1), + (27870,4675,1,0,0,-19.402,880.652,93.3022,3.70226,300,300,5,0,977,935,0,2), + (27871,4675,1,0,0,-314.354,780.99,89.6826,5.57002,300,300,5,0,977,935,0,1), + (27872,4675,1,0,0,-238.371,721.484,100.898,0.478694,300,300,5,0,977,935,0,1), + (27873,4675,1,0,0,-242.372,694.713,100.894,1.94124,300,300,5,0,977,935,0,1), + (27874,4676,1,0,0,-1972.82,1795.54,86.9097,3.16899,300,300,5,0,1469,0,0,1), + (27875,4676,1,0,0,-2014.6,1816.02,66.8045,4.51576,300,300,5,0,1469,0,0,1), + (27876,4676,1,0,0,-1858.82,1644,61.6976,0.032263,300,300,20,0,1469,0,0,1), + (27877,4676,1,0,0,-1885.19,2014.27,64.5141,0.601281,300,300,5,0,1469,0,0,1), + (27878,4676,1,0,0,-2054.88,1786.39,65.9368,5.52816,300,300,5,0,1469,0,0,1), + (27879,4676,1,0,0,-1941.55,1824.05,66.8804,4.5467,300,300,20,0,1469,0,0,1), + (27880,4676,1,0,0,-2127.57,1849.09,57.6786,2.66422,300,300,20,0,1469,0,0,1), + (27881,4676,1,0,0,-1753.47,1779.45,66.3729,1.70399,300,300,5,0,1469,0,0,1), + (27882,4676,1,0,0,-1712.58,1862.62,61.7963,0.795217,300,300,5,0,1469,0,0,1), + (27883,4676,1,0,0,-1756.85,1964.86,62.4401,1.06019,300,300,5,0,1469,0,0,1), + (27884,4676,1,0,0,-1680.54,1791.67,61.6552,1.81075,300,300,5,0,1469,0,0,1), + (27885,4676,1,0,0,-1680.44,1679.89,61.3296,4.79609,300,300,5,0,1469,0,0,1), + (27886,4676,1,0,0,-1932,1753.07,75.8414,3.08685,300,300,5,0,1469,0,0,1), + (27887,4676,1,0,0,-1814.64,1920.31,62.3959,3.14159,300,300,5,0,1469,0,0,1), + (27888,4676,1,0,0,-1856.41,2035.47,62.1594,4.35779,300,300,20,0,1469,0,0,1), + (27889,4676,1,0,0,-1652.6,1947.92,60.9623,4.95734,300,300,0,0,1469,0,0,0), + (27890,4677,1,0,0,-1877.07,1763.74,70.6795,2.74328,300,300,3,0,1536,0,0,1), + (27891,4677,1,0,0,-1806.1,1804.57,62.617,0.577491,300,300,5,0,1536,0,0,1), + (27892,4677,1,0,0,-1873.8,1942.38,61.4575,2.54814,300,300,3,0,1536,0,0,1), + (27893,4677,1,0,0,-1609.24,1906.33,62.2858,1.46397,300,300,5,0,1536,0,0,1), + (27894,6726,1,0,0,-1770.37,3262.19,5.10852,0.471239,550,550,0,0,7423,6762,0,0), + (27895,4678,1,0,0,-1586,1922.69,61.1506,1.03054,300,300,20,0,1257,1142,0,1), + (27896,4678,1,0,0,-1590.58,1854.44,62.2777,5.57287,300,300,5,0,1257,1142,0,1), + (27897,4679,1,0,0,-1690.02,1969.43,63.1608,5.54167,300,300,0,0,1257,1142,0,0), + (27898,4679,1,0,0,-1882.69,2045.57,63.5883,3.00622,300,300,5,0,1257,1142,0,1), + (27899,4679,1,0,0,-1669.48,1796.6,61.9052,3.78188,300,300,5,0,1257,1142,0,1), + (27900,4679,1,0,0,-1742.28,1986.56,64.7644,4.98758,300,300,0,0,1257,1142,0,0), + (27901,4679,1,0,0,-1924.78,2048.12,64.6219,3.58427,300,300,5,0,1257,1142,0,1), + (27902,4679,1,0,0,-1854.22,1958.26,64.694,1.06274,300,300,0,0,1257,1142,0,0), + (27903,4679,1,0,0,-1697.54,1958.83,63.368,3.91889,300,300,0,0,1257,1142,0,0), + (27904,4679,1,0,0,-1860.05,1969.48,65.0813,2.3927,300,300,0,0,1257,1142,0,0), + (27905,4679,1,0,0,-1649.41,1931.48,62.7052,0.871414,300,300,0,0,1257,1142,0,0), + (27906,4680,1,0,0,-2075.86,1913.09,68.2203,0.070087,300,300,3,0,1604,0,0,1), + (27907,4680,1,0,0,-2063.22,1871.55,69.3997,1.40544,300,300,5,0,1604,0,0,1), + (27908,4680,1,0,0,-2043.25,1943.66,72.3547,3.20805,300,300,3,0,1604,0,0,1), + (27909,4680,1,0,0,-2051.81,1904.82,70.4807,5.77697,300,300,5,0,1604,0,0,1), + (27910,4680,1,0,0,-2001.41,1920.69,69.2124,4.46501,300,300,3,0,1604,0,0,1), + (27911,4681,1,0,0,-1811.03,1676.13,61.4709,2.19396,300,300,5,0,1305,1189,0,1), + (27912,4681,1,0,0,-1735.42,1693.75,61.7046,0.977343,300,300,5,0,1305,1189,0,1), + (27913,4681,1,0,0,-1877.15,1686.21,62.1328,5.15555,300,300,5,0,1305,1189,0,1), + (27914,4681,1,0,0,-1812.51,1614.18,61.394,5.57549,300,300,5,0,1305,1189,0,1), + (27915,4681,1,0,0,-1852.27,1824.36,62.4783,1.50046,300,300,5,0,1305,1189,0,1), + (27916,4681,1,0,0,-1877.28,1727.31,65.3828,1.55867,300,300,5,0,1305,1189,0,1), + (27917,4681,1,0,0,-1729.74,1721.32,67.7709,2.16313,300,300,5,0,1305,1189,0,1), + (27918,4681,1,0,0,-1921.7,1836.93,66.6269,3.89866,300,300,5,0,1305,1189,0,1), + (27919,4682,1,0,0,-2100.22,1868.85,66.8734,3.37905,300,300,0,0,1305,1189,0,0), + (27920,4682,1,0,0,-1903.2,1789.22,67.9452,2.43816,300,300,0,0,1305,1189,0,0), + (27921,4682,1,0,0,-1893.02,1798.69,67.9277,3.15446,300,300,0,0,1305,1189,0,0), + (27922,4682,1,0,0,-1849.07,1778.2,67.9268,2.09525,300,300,0,0,1305,1189,0,0), + (27923,11596,1,0,0,-1402.43,1497.07,61.373,2.6529,300,300,0,0,2972,0,0,0), + (27924,4684,1,0,0,-2023.16,1956.79,69.193,1.84822,300,300,5,0,1196,3075,0,1), + (27925,4684,1,0,0,-2047.09,1879.42,69.263,4.87499,300,300,5,0,1196,3075,0,1), + (27926,4684,1,0,0,-2021.98,1907.31,69.2366,2.86249,300,300,5,0,1196,3075,0,1), + (27927,4684,1,0,0,-2086.65,1902.32,69.4629,1.26261,300,300,5,0,1196,3075,0,1), + (27928,4684,1,0,0,-2064.91,1894.51,67.3416,4.1715,300,300,5,0,1196,3075,0,1), + (27929,4685,1,0,0,-1991.57,674.61,110.49,0.121447,300,300,5,0,1376,1236,0,1), + (27930,4685,1,0,0,-1967.96,664.144,107.409,3.28672,300,300,5,0,1376,1236,0,1), + (27931,4685,1,0,0,-1828.83,562.68,106.762,5.81169,300,300,5,0,1376,1236,0,1), + (27932,4685,1,0,0,-1860.29,632.339,107.374,1.58117,300,300,5,0,1376,1236,0,2), + (27933,4685,1,0,0,-1854.06,661.969,107.285,0.096196,300,300,5,0,1376,1236,0,1), + (27934,4685,1,0,0,-2084.56,1811.55,57.1576,5.16447,300,300,20,0,1376,1236,0,1), + (27935,4685,1,0,0,-2117.45,1915.06,62.8605,4.72011,300,300,5,0,1376,1236,0,1), + (27936,4685,1,0,0,-1987.14,1995.42,63.4865,1.79687,300,300,5,0,1376,1236,0,1), + (27937,4686,1,0,0,-530.992,1254.59,89.2358,2.96082,550,550,5,0,4185,0,0,2), + (27938,4687,1,0,0,-287.085,2791.67,-12.793,4.19324,550,550,30,0,4377,0,0,2), + (27939,4688,1,0,0,-1710.14,2577.5,117.581,0.39374,300,300,0,0,444,0,0,0), + (27940,4688,1,0,0,-1715.68,2572.72,114.418,0.564369,300,300,0,0,444,0,0,0), + (27941,4688,1,0,0,-1713.91,2576.43,115.168,0.644947,300,300,0,0,444,0,0,0), + (27942,4688,1,0,0,-1713.92,2573.41,115.668,0.483046,300,300,0,0,444,0,0,0), + (27943,4688,1,0,0,-1711.48,2574.43,116.793,0.588733,300,300,0,0,444,0,0,0), + (27944,4688,1,0,0,-420.454,2161.27,88.7527,4.85565,300,300,30,0,444,0,0,1), + (27945,4688,1,0,0,-438.82,2118.56,90.3753,4.32633,300,300,0,0,444,0,0,0), + (27946,4688,1,0,0,-440.505,2118.62,90.3753,4.09959,300,300,0,0,444,0,0,0), + (27947,4688,1,0,0,-442.361,2116.41,90.3753,4.39939,300,300,0,0,444,0,0,0), + (27948,4688,1,0,0,-443.124,2116.28,90.3753,4.13938,300,300,0,0,444,0,0,0), + (27949,4688,1,0,0,-716.251,1812.6,93.1578,1.2929,300,300,5,0,444,0,0,1), + (27950,4688,1,0,0,-733.026,1781.74,93.4207,0.551344,300,300,5,0,444,0,0,1), + (27951,4688,1,0,0,-729.244,1782.62,93.5457,0.575248,300,300,5,0,444,0,0,1), + (27952,4688,1,0,0,-731.458,1784.55,93.5457,0.434472,300,300,5,0,444,0,0,1), + (27953,4688,1,0,0,-727.747,1784.81,93.5457,0.516114,300,300,5,0,444,0,0,1), + (27954,4689,1,0,0,-377.062,1077.6,90.6663,3.4013,300,300,5,0,286,0,0,1), + (27955,4689,1,0,0,-363.98,1081.36,91.2913,3.42156,300,300,5,0,286,0,0,1), + (27956,4689,1,0,0,-363.43,1082.84,91.1663,3.50945,300,300,5,0,286,0,0,1), + (27957,4689,1,0,0,-358.475,1081.21,92.1663,3.33259,300,300,5,0,286,0,0,1), + (27958,4689,1,0,0,-359.456,1084.15,91.4163,3.49858,300,300,5,0,286,0,0,1), + (27959,4689,1,0,0,-16.5913,1705.65,99.0549,6.04347,300,300,0,0,286,0,0,0), + (27960,4689,1,0,0,-50.8716,1701.62,93.8004,1.51314,300,300,0,0,286,0,0,0), + (27961,4689,1,0,0,-49.505,1705.38,95.5504,1.63364,300,300,0,0,286,0,0,0), + (27962,4689,1,0,0,-50.097,1707.36,96.0504,1.55115,300,300,0,0,286,0,0,0), + (27963,4689,1,0,0,-51.6461,1705.52,95.1754,1.4104,300,300,5,0,286,0,0,1), + (27964,4690,1,0,0,-908.516,1812.69,61.7143,1.80768,300,300,0,0,511,0,0,0), + (27965,4690,1,0,0,-905.814,1817.16,62.4642,2.33599,300,300,0,0,511,0,0,0), + (27966,4690,1,0,0,-906.203,1819.15,62.7809,2.52866,300,300,0,0,511,0,0,0), + (27967,4690,1,0,0,-909.839,1816.85,62.4393,1.75556,300,300,0,0,511,0,0,0), + (27968,4690,1,0,0,-804.77,2436.74,93.4167,3.51101,300,300,10,0,511,0,0,1), + (27969,4690,1,0,0,-799.255,2438.42,94.3939,3.4329,300,300,10,0,511,0,0,1), + (27970,4690,1,0,0,-796.285,2441.23,95.2689,3.63178,300,300,10,0,511,0,0,1), + (27971,4690,1,0,0,-794.193,2439.74,95.3939,3.41576,300,300,10,0,511,0,0,1), + (27972,4690,1,0,0,-792.978,2441.48,95.6439,3.52407,300,300,10,0,511,0,0,1), + (27973,4690,1,0,0,-910.922,1822.42,63.3931,3.52501,300,300,0,0,511,0,0,0), + (27974,4692,1,0,0,-163.785,1100.03,84.858,0.982314,300,300,20,0,1163,0,0,1), + (27975,4692,1,0,0,-552.915,2514,40.7141,3.57905,300,300,20,0,1163,0,0,1), + (27976,4692,1,0,0,-446.65,2030.67,94.2447,2.53167,300,300,20,0,1163,0,0,1), + (27977,4692,1,0,0,-715.471,2184.16,100.246,3.14344,300,300,20,0,1163,0,0,1), + (27978,4692,1,0,0,-1214.41,906.282,96.5586,1.12201,300,300,20,0,1163,0,0,1), + (27979,4692,1,0,0,-1285.84,882.592,114.697,1.64315,300,300,20,0,1163,0,0,1), + (27980,4692,1,0,0,52.7916,1550.66,110.051,4.27606,300,300,0,0,1163,0,0,0), + (27981,4692,1,0,0,-339.783,1972.49,113.159,5.1673,300,300,30,0,1163,0,0,1), + (27982,4692,1,0,0,-1178.01,1289.46,89.1483,0.578257,300,300,20,0,1163,0,0,1), + (27983,4692,1,0,0,-1750.99,2581.59,87.0927,1.55003,300,300,20,0,1163,0,0,1), + (27984,4692,1,0,0,-1449.2,1070.11,90.0183,0.100836,300,300,20,0,1163,0,0,1), + (27985,4692,1,0,0,-623.573,938.97,92.7054,4.31352,300,300,20,0,1163,0,0,1), + (27986,4692,1,0,0,-106.455,2242.4,70.6831,3.40518,300,300,20,0,1163,0,0,1), + (27987,4692,1,0,0,-246.435,1927.22,168.497,5.34649,300,300,3,0,1163,0,0,1), + (27988,4692,1,0,0,-712.139,2121.84,102.528,4.65966,300,300,20,0,1163,0,0,1), + (27989,4692,1,0,0,-1781.89,2629.66,74.3399,2.71553,300,300,20,0,1163,0,0,1), + (27990,4692,1,0,0,-1181.22,1112.73,94.4531,3.77103,300,300,20,0,1163,0,0,1), + (27991,4692,1,0,0,-1198.46,988.834,92.022,0.246875,300,300,20,0,1163,0,0,1), + (27992,4692,1,0,0,-234.254,2244.85,79.4201,5.22233,300,300,20,0,1163,0,0,1), + (27993,4692,1,0,0,-381.577,2136.31,92.4124,3.36113,300,300,3,0,1163,0,0,1), + (27994,4692,1,0,0,-466.859,2120.02,91.5427,5.67838,300,300,30,0,1163,0,0,1), + (27995,4692,1,0,0,-1537.94,2060.48,61.8266,6.20199,300,300,20,0,1163,0,0,1), + (27996,4692,1,0,0,-276.982,1546.01,89.6742,0.74687,300,300,20,0,1163,0,0,1), + (27997,4692,1,0,0,-536.682,2119.48,90.0805,0.560389,300,300,30,0,1163,0,0,1), + (27998,4692,1,0,0,-1249.65,1004.61,91.3273,4.70848,300,300,20,0,1163,0,0,1), + (27999,4692,1,0,0,-1169.27,1120.36,90.7412,0.123386,300,300,20,0,1163,0,0,1), + (28000,4692,1,0,0,-681.646,1983.44,92.9111,2.32055,300,300,20,0,1163,0,0,1), + (28001,4692,1,0,0,-296.614,2227.9,113.905,3.0771,300,300,20,0,1163,0,0,1), + (28002,4692,1,0,0,-250.604,1819.11,164.058,2.93118,300,300,3,0,1163,0,0,1), + (28003,4692,1,0,0,-745.368,2041.19,92.3557,1.38413,300,300,20,0,1163,0,0,1), + (28004,4692,1,0,0,-1749.53,2249.18,65.7012,6.23741,300,300,20,0,1163,0,0,1), + (28005,4692,1,0,0,-1531.1,1114.79,91.1943,0.213687,300,300,20,0,1163,0,0,1), + (28006,4692,1,0,0,-1639.33,2282.4,84.8454,3.01336,300,300,20,0,1163,0,0,1), + (28007,4692,1,0,0,-1357.58,1155.58,90.2975,2.18696,300,300,20,0,1163,0,0,1), + (28008,4692,1,0,0,-1429.12,1216.46,107.805,3.56071,300,300,20,0,1163,0,0,1), + (28009,4692,1,0,0,-585.198,1477.98,88.4995,1.59676,300,300,20,0,1163,0,0,1), + (28010,4692,1,0,0,-485.375,2066.57,89.9545,1.83165,300,300,20,0,1163,0,0,1), + (28011,4692,1,0,0,-206.942,1860.54,189.425,5.64398,300,300,2,0,1163,0,0,1), + (28012,4692,1,0,0,-53.6919,2215.77,86.6987,3.5892,300,300,20,0,1163,0,0,1), + (28013,4692,1,0,0,-1678.97,2301.93,81.0785,1.24874,300,300,20,0,1163,0,0,1), + (28014,4692,1,0,0,-1372.55,1170.29,91.2936,4.2365,300,300,20,0,1163,0,0,1), + (28015,4692,1,0,0,-1289.88,1124.54,91.1103,2.8575,300,300,20,0,1163,0,0,1), + (28016,4692,1,0,0,-383.234,2043.46,95.5554,0.602147,300,300,20,0,1163,0,0,1), + (28017,4692,1,0,0,-681.468,2243.4,92.6275,1.20974,300,300,20,0,1163,0,0,1), + (28018,4692,1,0,0,-569.529,2003.08,89.6721,0.973587,300,300,20,0,1163,0,0,1), + (28019,4692,1,0,0,-382.622,2057.89,93.8096,4.90098,300,300,20,0,1163,0,0,1), + (28020,4692,1,0,0,-1413.29,1127.48,93.3765,4.31598,300,300,20,0,1163,0,0,1), + (28021,4692,1,0,0,-1239.31,1079.86,91.8291,1.19836,300,300,20,0,1163,0,0,1), + (28022,4692,1,0,0,-1487.23,905.307,92.1944,0.378875,300,300,20,0,1163,0,0,1), + (28023,4692,1,0,0,-1333.15,1171.06,91.7457,5.79857,300,300,20,0,1163,0,0,1), + (28024,4692,1,0,0,-618.906,609.899,154.744,4.91285,300,300,20,0,1163,0,0,1), + (28025,4692,1,0,0,-619.746,1073.98,90.8346,3.58373,300,300,20,0,1163,0,0,1), + (28026,4692,1,0,0,-608.756,1921.42,91.3101,3.87379,300,300,30,0,1163,0,0,1), + (28027,4692,1,0,0,-575.293,2167.66,89.6274,1.8178,300,300,30,0,1163,0,0,1), + (28028,4692,1,0,0,-778.516,2084.12,96.3786,4.25311,300,300,20,0,1163,0,0,1), + (28029,4692,1,0,0,-1327.48,1011.26,91.4611,3.29391,300,300,20,0,1163,0,0,1), + (28030,4692,1,0,0,-1351.94,911.947,97.4419,3.79955,300,300,3,0,1163,0,0,1), + (28031,4692,1,0,0,-424.48,2091.45,91.9705,0.599372,300,300,30,0,1163,0,0,1), + (28032,4692,1,0,0,-1816.53,2501.7,63.3428,3.38188,300,300,20,0,1163,0,0,1), + (28033,4692,1,0,0,-415.887,1584.5,91.6831,2.23772,300,300,20,0,1163,0,0,1), + (28034,4692,1,0,0,-379.707,1294.03,90.2497,4.16176,300,300,20,0,1163,0,0,1), + (28035,4692,1,0,0,-383.438,1017.26,91.5279,2.33722,300,300,20,0,1163,0,0,1), + (28036,4692,1,0,0,-549.082,809.594,90.6663,4.96066,300,300,20,0,1163,0,0,1), + (28037,4692,1,0,0,-158.648,1108.52,85.1575,4.11568,300,300,20,0,1163,0,0,1), + (28038,4692,1,0,0,-516.01,2109.16,96.1893,1.55908,300,300,30,0,1163,0,0,1), + (28039,4692,1,0,0,11.8997,2136.06,120.282,3.4136,300,300,10,0,1163,0,0,1), + (28040,4692,1,0,0,-101.181,1728.19,101.756,5.38225,300,300,3,0,1163,0,0,1), + (28041,4692,1,0,0,219.314,1984.79,153.786,0.125324,300,300,30,0,1163,0,0,1), + (28042,4692,1,0,0,-112.243,1682.79,92.3013,4.14064,300,300,30,0,1163,0,0,1), + (28043,4692,1,0,0,-1351.74,1232.55,111.21,5.77877,300,300,20,0,1163,0,0,1), + (28044,4692,1,0,0,-1591.13,1138.89,90.4028,0.961233,300,300,20,0,1163,0,0,1), + (28045,4692,1,0,0,-1300.41,1281.15,95.2146,3.15429,300,300,20,0,1163,0,0,1), + (28046,4692,1,0,0,-152.599,1282.39,89.7046,5.3814,300,300,20,0,1163,0,0,1), + (28047,4692,1,0,0,-277.96,1891.49,149.552,5.2771,300,300,20,0,1163,0,0,1), + (28048,4692,1,0,0,-513.363,1978.97,105.067,1.45141,300,300,30,0,1163,0,0,1), + (28049,4692,1,0,0,-485.733,2215.71,92.7618,0.145899,300,300,30,0,1163,0,0,1), + (28050,4692,1,0,0,-585.581,1652.46,90.9296,2.39628,300,300,3,0,1163,0,0,1), + (28051,4692,1,0,0,-1293.98,1003.23,91.3733,0.940543,300,300,20,0,1163,0,0,1), + (28052,4692,1,0,0,-1411.82,1032.08,93.1872,4.44751,300,300,20,0,1163,0,0,1), + (28053,4692,1,0,0,-1507.12,1017.79,89.5139,0.321959,300,300,20,0,1163,0,0,1), + (28054,4692,1,0,0,-1409.57,958.195,91.5813,0.745309,300,300,20,0,1163,0,0,1), + (28055,4692,1,0,0,-784.034,1076.33,89.4407,4.29596,300,300,20,0,1163,0,0,1), + (28056,4692,1,0,0,-101.909,1487,100.078,0.746333,300,300,20,0,1163,0,0,1), + (28057,4692,1,0,0,-1145.53,1215.27,95.0356,2.9531,300,300,20,0,1163,0,0,1), + (28058,4692,1,0,0,81.68,1654.14,109.268,0.871998,300,300,0,0,1163,0,0,0), + (28059,4692,1,0,0,-1549.89,1783.93,61.3482,1.59875,300,300,20,0,1163,0,0,1), + (28060,4692,1,0,0,-1251.53,878.607,113.688,0.534395,300,300,20,0,1163,0,0,1), + (28061,4692,1,0,0,-1508.64,2349.25,92.339,4.62244,300,300,20,0,1163,0,0,1), + (28062,4692,1,0,0,-1158.13,1216.32,95.6627,4.95677,300,300,20,0,1163,0,0,1), + (28063,4692,1,0,0,-1490.24,1713.8,61.332,2.46017,300,300,20,0,1163,0,0,1), + (28064,4692,1,0,0,-1512.96,1320.3,61.4157,0.104272,300,300,20,0,1163,0,0,1), + (28065,4692,1,0,0,-580.459,859.53,90.7778,1.19303,300,300,20,0,1163,0,0,1), + (28066,4692,1,0,0,-50.8684,1448.1,91.3549,4.84752,300,300,20,0,1163,0,0,1), + (28067,4692,1,0,0,-484.556,2187.65,92.3231,1.53012,300,300,30,0,1163,0,0,1), + (28068,4692,1,0,0,-435.322,2284.07,84.6401,1.70593,300,300,20,0,1163,0,0,1), + (28069,4692,1,0,0,-780.777,1692.81,89.6259,1.97851,300,300,20,0,1163,0,0,1), + (28070,4692,1,0,0,-1470.01,1040.44,92.8186,5.70204,300,300,20,0,1163,0,0,1), + (28071,4692,1,0,0,-1694.87,1179.49,91.1269,5.11574,300,300,20,0,1163,0,0,1), + (28072,4693,1,0,0,-1075.9,2425.31,92.5497,3.54931,300,300,20,0,1469,0,0,1), + (28073,4693,1,0,0,-1119.15,2261.46,85.5462,1.49455,300,300,20,0,1469,0,0,1), + (28074,4693,1,0,0,-1222.6,2250.26,91.0128,6.23625,300,300,20,0,1469,0,0,1), + (28075,4693,1,0,0,-1001.25,2360.36,94.3697,6.05607,300,300,20,0,1469,0,0,1), + (28076,4693,1,0,0,-808.12,2351.05,93.1121,6.18067,300,300,20,0,1469,0,0,1), + (28077,4693,1,0,0,-841.808,2413.53,92.8206,5.90268,300,300,5,0,1469,0,0,1), + (28078,4693,1,0,0,-1106.11,1414.48,61.3824,5.86817,300,300,20,0,1469,0,0,1), + (28079,4693,1,0,0,-950.864,2278.09,85.7502,5.4293,300,300,20,0,1469,0,0,1), + (28080,4693,1,0,0,-1002.76,1408.33,62.5631,1.16924,300,300,20,0,1469,0,0,1), + (28081,4693,1,0,0,-954.135,2209.64,91.0545,0.199225,300,300,20,0,1469,0,0,1), + (28082,4693,1,0,0,-883.999,1449.43,62.6089,5.44362,300,300,20,0,1469,0,0,1), + (28083,4693,1,0,0,-921.742,2358.67,93.1459,2.41909,300,300,20,0,1469,0,0,1), + (28084,4693,1,0,0,-775.333,2311.17,93.3267,1.29974,300,300,20,0,1469,0,0,1), + (28085,4693,1,0,0,-916.165,1357.81,64.3452,4.6761,300,300,20,0,1469,0,0,1), + (28086,4693,1,0,0,-1181.64,2252.64,91.3378,2.05398,300,300,20,0,1469,0,0,1), + (28087,4693,1,0,0,-723.273,2472.36,82.8125,4.86133,300,300,5,0,1469,0,0,1), + (28088,4693,1,0,0,-989.188,2191.86,92.4636,1.16332,300,300,5,0,1469,0,0,1), + (28089,4693,1,0,0,-710.589,2624.68,50.3248,2.37279,300,300,10,0,1469,0,0,1), + (28090,4693,1,0,0,-1056.53,2358.76,96.9673,5.28735,300,300,20,0,1469,0,0,1), + (28091,4693,1,0,0,116.406,917.064,154.573,1.79472,300,300,20,0,1469,0,0,1), + (28092,4693,1,0,0,-1254.93,2325.05,91.4088,1.76743,300,300,20,0,1469,0,0,1), + (28093,4693,1,0,0,-1177.32,1479.35,61.0932,2.72141,300,300,20,0,1469,0,0,1), + (28094,4693,1,0,0,-1036.01,1548.24,60.7283,3.01627,300,300,5,0,1469,0,0,1), + (28095,4693,1,0,0,-955.877,1359.61,63.0241,2.93299,300,300,20,0,1469,0,0,1), + (28096,4693,1,0,0,-1154.96,2331.29,92.3796,1.93425,300,300,20,0,1469,0,0,1), + (28097,4693,1,0,0,-713.389,2377.91,91.1618,2.23178,300,300,20,0,1469,0,0,1), + (28098,4693,1,0,0,-977.529,2309.17,91.3363,3.6654,300,300,20,0,1469,0,0,1), + (28099,4693,1,0,0,-902.202,1928.56,61.1368,1.34785,300,300,20,0,1469,0,0,1), + (28100,4693,1,0,0,-944.724,1743.66,61.9232,6.14639,300,300,20,0,1469,0,0,1), + (28101,4693,1,0,0,-1357.29,1382.09,61.6734,6.2749,300,300,20,0,1469,0,0,1), + (28102,4693,1,0,0,-887.828,2337.61,93.0864,0.338426,300,300,20,0,1469,0,0,1), + (28103,4693,1,0,0,-1021.01,1741.2,62.4717,0.418038,300,300,20,0,1469,0,0,1), + (28104,4693,1,0,0,-1075.35,1605.05,61.0602,1.58159,300,300,20,0,1469,0,0,1), + (28105,4693,1,0,0,-967.205,1608.88,61.2937,5.83264,300,300,20,0,1469,0,0,1), + (28106,4693,1,0,0,-914.279,1547.64,62.3186,0.204744,300,300,20,0,1469,0,0,1), + (28107,4693,1,0,0,-1083,1487.84,66.2625,5.41,300,300,20,0,1469,0,0,1), + (28108,4693,1,0,0,-1322.63,2252.63,91.4313,4.05306,300,300,20,0,1469,0,0,1), + (28109,4693,1,0,0,-1025.5,1824.75,63.0339,5.48608,300,300,20,0,1469,0,0,1), + (28110,4693,1,0,0,-1085.13,1529.15,61.074,4.99543,300,300,20,0,1469,0,0,1), + (28111,4693,1,0,0,-1267.08,1397.62,61.2361,0.903938,300,300,20,0,1469,0,0,1), + (28112,4693,1,0,0,-669.3,2412.32,90.0728,2.13631,300,300,20,0,1469,0,0,1), + (28113,4693,1,0,0,-984.461,1490.94,62.1988,0.628653,300,300,5,0,1469,0,0,1), + (28114,4693,1,0,0,-1079.66,1649.52,61.6111,6.26409,300,300,20,0,1469,0,0,1), + (28115,4693,1,0,0,-1140.03,1631.09,61.4861,0.113574,300,300,20,0,1469,0,0,1), + (28116,4693,1,0,0,-1200.9,1418.6,61.2302,1.21472,300,300,20,0,1469,0,0,1), + (28117,4693,1,0,0,-1313.06,1448.84,61.2359,4.59829,300,300,20,0,1469,0,0,1), + (28118,4693,1,0,0,-993.938,1587.15,61.2361,0.320478,300,300,20,0,1469,0,0,1), + (28119,4693,1,0,0,-1051.7,1615.64,61.3849,4.77103,300,300,20,0,1469,0,0,1), + (28120,4693,1,0,0,-1237.96,1513.64,61.7361,6.25618,300,300,20,0,1469,0,0,1), + (28121,4694,1,0,0,-1939.3,1432.19,61.2383,1.31506,300,300,5,0,1678,0,0,1), + (28122,4694,1,0,0,-1919.94,1553.1,60.364,0.514292,300,300,5,0,1678,0,0,1), + (28123,4694,1,0,0,-1676.77,1413.42,61.4338,6.22162,300,300,20,0,1678,0,0,1), + (28124,4694,1,0,0,-1814.37,1556.18,61.4973,1.38632,300,300,5,0,1678,0,0,1), + (28125,4694,1,0,0,-1882.82,1482.99,60.3131,3.29899,300,300,20,0,1678,0,0,1), + (28126,4694,1,0,0,-2116.17,1753.27,59.6596,5.10879,300,300,20,0,1678,0,0,1), + (28127,4694,1,0,0,-1779.94,1483.41,61.5837,3.08508,300,300,20,0,1678,0,0,1), + (28128,4694,1,0,0,-1824.32,1423.26,61.2211,5.64518,300,300,20,0,1678,0,0,1), + (28129,4694,1,0,0,-1981.39,2892.99,50.9898,4.80632,300,300,20,0,1678,0,0,1), + (28130,4694,1,0,0,-2115.91,1653.13,57.1347,1.58312,300,300,20,0,1678,0,0,1), + (28131,11863,1,0,0,-362.255,2485.14,75.4965,0.541052,300,300,0,0,3857,5751,0,0), + (28132,4695,1,0,0,-1243.72,1974.84,50.2692,2.95837,300,300,20,0,1403,0,0,1), + (28133,4695,1,0,0,-1327.16,1918.13,51.084,4.446,300,300,20,0,1403,0,0,1), + (28134,4695,1,0,0,-1353.45,1949.48,50.3261,0.575835,300,300,20,0,1403,0,0,1), + (28135,4695,1,0,0,-1362.13,1910.66,50.2692,5.06389,300,300,5,0,1403,0,0,1), + (28136,4695,1,0,0,-1267.97,2019.06,50.3267,0.105504,300,300,20,0,1403,0,0,1), + (28137,4695,1,0,0,-1329.68,2028.2,50.2692,1.30589,300,300,20,0,1403,0,0,1), + (28138,4695,1,0,0,-1355.03,1832.02,51.3506,3.45345,300,300,20,0,1403,0,0,1), + (28139,4695,1,0,0,-1360.52,1850.25,51.4712,0.655993,300,300,20,0,1403,0,0,1), + (28140,4695,1,0,0,-1277.03,2077.33,61.9008,6.19219,300,300,20,0,1403,0,0,1), + (28141,4695,1,0,0,-1455.96,1822.32,55.7655,6.03868,300,300,20,0,1403,0,0,1), + (28142,4695,1,0,0,-1298.7,1955.26,53.259,2.926,300,300,20,0,1403,0,0,1), + (28143,4695,1,0,0,-1276.86,1919.65,50.3512,1.16934,300,300,20,0,1403,0,0,1), + (28144,4695,1,0,0,-1313.61,1983.85,50.4316,5.73908,300,300,20,0,1403,0,0,1), + (28145,4695,1,0,0,-1310.19,1836.49,53.2692,5.0923,300,300,20,0,1403,0,0,1), + (28146,4695,1,0,0,-1346.33,2020.74,50.2692,0.998946,300,300,20,0,1403,0,0,1), + (28147,4696,1,0,0,-187.046,1069.25,89.0476,4.64397,300,300,5,0,1050,0,0,1), + (28148,4696,1,0,0,-352.297,1280.59,90.3587,5.97995,300,300,20,0,1050,0,0,1), + (28149,13656,1,0,0,-735.863,1437.12,91.2794,0.977384,300,300,0,0,2972,0,0,0), + (28150,4696,1,0,0,-316.937,1251.15,91.0924,3.1443,300,300,5,0,1050,0,0,1), + (28151,4696,1,0,0,-423.442,1049.23,91.5231,4.75147,300,300,20,0,1050,0,0,1), + (28152,4696,1,0,0,-630.436,647.271,143.71,3.29647,300,300,20,0,1050,0,0,1), + (28153,4696,1,0,0,-523.118,959.122,91.1127,6.00837,300,300,20,0,1050,0,0,1), + (28154,4696,1,0,0,-208.544,1791.22,144.987,3.71633,300,300,2,0,1050,0,0,1), + (28155,4696,1,0,0,-552.124,849.011,91.0193,1.0504,300,300,20,0,1050,0,0,1), + (28156,4696,1,0,0,-348.248,1063.16,92.3109,1.04001,300,300,5,0,1050,0,0,1), + (28157,4696,1,0,0,-215.064,1251.49,92.9798,3.07577,300,300,20,0,1050,0,0,1), + (28158,4696,1,0,0,-384.228,1290.46,90.6672,1.15416,300,300,5,0,1050,0,0,1), + (28159,4696,1,0,0,-346.06,976.9,90.8713,2.94917,300,300,20,0,1050,0,0,1), + (28160,4696,1,0,0,-294.469,1349.54,95.1935,1.63314,300,300,5,0,1050,0,0,1), + (28161,4696,1,0,0,-110.376,1794.62,145.638,0.935761,300,300,5,0,1050,0,0,1), + (28162,4696,1,0,0,-121.218,1214.18,94.7778,4.5863,300,300,20,0,1050,0,0,1), + (28163,4696,1,0,0,104.334,1655.41,117.289,3.07321,300,300,5,0,1050,0,0,1), + (28164,4696,1,0,0,-487.637,910.659,90.2516,4.59747,300,300,20,0,1050,0,0,1), + (28165,4696,1,0,0,-316.426,1183.51,92.0399,2.81653,300,300,5,0,1050,0,0,1), + (28166,4696,1,0,0,-481.783,1400.63,95.9421,1.43291,300,300,5,0,1050,0,0,1), + (28167,4696,1,0,0,-543.243,929.734,92.4357,0.269201,300,300,5,0,1050,0,0,1), + (28168,4696,1,0,0,-543.902,1035.91,91.4965,6.02836,300,300,20,0,1050,0,0,1), + (28169,4696,1,0,0,-444.045,1001.96,90.227,3.50196,300,300,20,0,1050,0,0,1), + (28170,4696,1,0,0,-542.646,1016.62,90.1727,6.10263,300,300,20,0,1050,0,0,1), + (28171,4696,1,0,0,-389.231,1003.58,91.6529,3.27417,300,300,20,0,1050,0,0,1), + (28172,4696,1,0,0,-533.896,712.564,135.938,2.28091,300,300,3,0,1050,0,0,1), + (28173,4696,1,0,0,-265.246,1048.77,90.7887,1.83799,300,300,5,0,1050,0,0,1), + (28174,4696,1,0,0,-551.761,1147.73,95.2218,3.8959,300,300,5,0,1050,0,0,1), + (28175,4696,1,0,0,-578.388,1035.39,90.7608,4.75301,300,300,20,0,1050,0,0,1), + (28176,4696,1,0,0,6.56492,1726.87,107.153,5.50124,300,300,30,0,1050,0,0,1), + (28177,4696,1,0,0,-551.732,1542.34,90.5948,1.93425,300,300,20,0,1050,0,0,1), + (28178,4696,1,0,0,-150.257,1353.07,89.7639,0.340705,300,300,20,0,1050,0,0,1), + (28179,4696,1,0,0,-675.305,1373.97,91.5072,3.68322,300,300,5,0,1050,0,0,1), + (28180,4696,1,0,0,-423.06,1289.27,89.6362,5.01991,300,300,5,0,1050,0,0,1), + (28181,4696,1,0,0,-596.54,1378.33,91.603,0.423477,300,300,20,0,1050,0,0,1), + (28182,4696,1,0,0,-620.075,780.594,91.9797,3.38231,300,300,5,0,1050,0,0,1), + (28183,4696,1,0,0,208.215,1881.31,128.28,0.475011,300,300,5,0,1050,0,0,1), + (28184,4696,1,0,0,-452.982,889.185,91.0182,5.96854,300,300,20,0,1050,0,0,1), + (28185,4696,1,0,0,-350.272,1480.95,91.4946,3.1455,300,300,5,0,1050,0,0,1), + (28186,4696,1,0,0,-613.85,717.245,130.95,0.440934,300,300,5,0,1050,0,0,1), + (28187,4696,1,0,0,114.611,1885.86,133.049,5.04517,300,300,3,0,1050,0,0,1), + (28188,4696,1,0,0,36.7724,1786.93,113.27,6.16368,300,300,15,0,1050,0,0,1), + (28189,4696,1,0,0,-447.565,966.948,92.7501,0.935108,300,300,20,0,1050,0,0,1), + (28190,4696,1,0,0,-502.075,1138.65,91.986,2.90894,300,300,5,0,1050,0,0,1), + (28191,4696,1,0,0,-647.275,616.612,143.781,6.22845,300,300,5,0,1050,0,0,1), + (28192,4696,1,0,0,-616.752,1288.71,90.1089,4.75733,300,300,20,0,1050,0,0,1), + (28193,4696,1,0,0,102.104,1606.33,134.893,6.19589,300,300,5,0,1050,0,0,1), + (28194,4696,1,0,0,-590.771,1148.66,90.4028,5.48215,300,300,5,0,1050,0,0,1), + (28195,4696,1,0,0,267.729,1974.04,143.045,2.57202,300,300,5,0,1050,0,0,1), + (28196,4696,1,0,0,-587.735,815.979,90.5805,4.07961,300,300,5,0,1050,0,0,1), + (28197,4696,1,0,0,-322.098,1226.43,91.0808,1.94034,300,300,5,0,1050,0,0,1), + (28198,4696,1,0,0,-218.257,1337.6,88.9389,3.87763,300,300,20,0,1050,0,0,1), + (28199,4696,1,0,0,10.6142,1422.84,93.1507,3.20121,300,300,20,0,1050,0,0,1), + (28200,4696,1,0,0,-542.617,1388.44,91.1213,6.02447,300,300,20,0,1050,0,0,1), + (28201,4696,1,0,0,-1473.77,1560.34,61.3273,6.15399,300,300,20,0,1050,0,0,1), + (28202,4696,1,0,0,-439.121,1489.11,89.6557,2.70847,300,300,5,0,1050,0,0,1), + (28203,4696,1,0,0,246.6,1777.91,102.271,1.35666,300,300,5,0,1050,0,0,1), + (28204,4696,1,0,0,-317.975,1089.13,92.9511,4.59334,300,300,5,0,1050,0,0,1), + (28205,4696,1,0,0,219.275,1948.89,147.2,5.34104,300,300,5,0,1050,0,0,1), + (28206,4696,1,0,0,-213.646,1143.55,91.6026,3.35319,300,300,5,0,1050,0,0,1), + (28207,4696,1,0,0,-645.202,1035.15,93.1813,2.97291,300,300,5,0,1050,0,0,1), + (28208,4696,1,0,0,184.291,1609.49,150.767,4.5217,300,300,20,0,1050,0,0,1), + (28209,4696,1,0,0,-129.39,1641.16,90.5788,5.70387,300,300,5,0,1050,0,0,1), + (28210,4696,1,0,0,-1460.68,1353.68,61.1049,4.60014,300,300,20,0,1050,0,0,1), + (28211,4696,1,0,0,-1485.94,1715.63,61.0968,3.49145,300,300,20,0,1050,0,0,1), + (28212,4696,1,0,0,-1612.89,1843.98,61.4739,1.41856,300,300,20,0,1050,0,0,1), + (28213,4696,1,0,0,-83.0985,1380.14,89.5884,5.07367,300,300,20,0,1050,0,0,1), + (28214,4696,1,0,0,-53.9914,1417.31,89.4036,2.89614,300,300,20,0,1050,0,0,1), + (28215,4696,1,0,0,-85.9225,1114.08,92.1892,4.91496,300,300,20,0,1050,0,0,1), + (28216,4696,1,0,0,-354.37,1586.21,95.2642,2.89898,300,300,5,0,1050,0,0,1), + (28217,4697,1,0,0,-1277.24,1350.51,61.9967,5.95207,300,300,20,0,1279,0,0,1), + (28218,4697,1,0,0,-1324.63,1023.03,91.467,5.56697,300,300,20,0,1279,0,0,1), + (28219,4697,1,0,0,-1182.48,1498.48,63.7435,3.00439,300,300,5,0,1279,0,0,1), + (28220,4697,1,0,0,-912.295,2249.6,89.3629,5.80294,300,300,20,0,1279,0,0,1), + (28221,4697,1,0,0,-1782.46,2522.69,68.9147,4.79058,300,300,20,0,1279,0,0,1), + (28222,4697,1,0,0,-1294.18,1063.49,99.7668,5.53644,300,300,20,0,1279,0,0,1), + (28223,4697,1,0,0,-1714.02,2304.21,73.9728,4.7965,300,300,20,0,1279,0,0,1), + (28224,4697,1,0,0,-1243.6,1268.81,94.0004,1.21785,300,300,5,0,1279,0,0,1), + (28225,4697,1,0,0,-1222.81,1012.36,91.4686,3.01433,300,300,5,0,1279,0,0,1), + (28226,4697,1,0,0,-1755.83,2189.64,64.6084,5.52367,300,300,3,0,1279,0,0,1), + (28227,4697,1,0,0,-1319.47,1138.62,91.0833,0.633931,300,300,5,0,1279,0,0,1), + (28228,4697,1,0,0,-1266.66,2354.26,91.9983,2.57834,300,300,20,0,1279,0,0,1), + (28229,4697,1,0,0,-996.875,1413.54,63.131,4.71239,300,300,20,0,1279,0,0,1), + (28230,4697,1,0,0,-985.154,2199.55,92.0829,2.4571,300,300,5,0,1279,0,0,1), + (28231,1923,0,0,0,-581.999,1138.87,78.6239,4.42209,275,275,5,0,356,0,0,1), + (28232,1866,0,0,0,261.411,1423.8,113.997,0.964189,275,275,10,0,222,0,0,1), + (28233,1778,0,0,0,365.424,1477.24,124.662,2.03881,275,275,10,0,266,0,0,1), + (28234,1765,0,0,0,382.513,1499.01,125.727,2.095,275,275,10,0,198,0,0,1), + (28235,1909,0,0,0,1144.24,301.694,27.566,2.29781,275,275,5,0,377,408,0,1), + (28236,1909,0,0,0,1211.46,314.035,33.5416,0.222445,275,275,5,0,377,408,0,1), + (28237,446,0,0,0,-8980.15,-2337.88,132.631,4.64258,300,300,0,0,417,0,0,0), + (28238,4697,1,0,0,-771.888,2417.3,94.0935,1.37417,300,300,5,0,1279,0,0,1), + (28239,4697,1,0,0,-1402.34,1074.91,95.6385,0.472381,300,300,20,0,1279,0,0,1), + (28240,4697,1,0,0,-868.093,745.054,147.775,2.98768,300,300,5,0,1279,0,0,1), + (28241,4697,1,0,0,-1051.2,2314.56,94.9085,0.94118,300,300,20,0,1279,0,0,1), + (28242,4697,1,0,0,-1485.32,1013.62,90.1353,2.3417,300,300,20,0,1279,0,0,1), + (28243,4697,1,0,0,-1001.22,1666.12,61.2361,5.66157,300,300,20,0,1279,0,0,1), + (28244,4697,1,0,0,-917.864,1738.96,61.6212,1.44353,300,300,20,0,1279,0,0,1), + (28245,4697,1,0,0,-1187.51,1583.71,61.0427,2.16553,300,300,20,0,1279,0,0,1), + (28246,4697,1,0,0,-1177.83,1602.92,62.183,5.14152,300,300,20,0,1279,0,0,1), + (28247,4697,1,0,0,-1739.71,2573.72,96.885,1.65686,300,300,3,0,1279,0,0,1), + (28248,4697,1,0,0,-1309.72,939.135,91.3106,2.35826,300,300,5,0,1279,0,0,1), + (28249,4697,1,0,0,-1586.96,1185.14,90.4553,0.985024,300,300,20,0,1279,0,0,1), + (28250,4699,1,0,0,-1710.11,1583.74,61.2863,4.82871,300,300,20,0,1604,0,0,1), + (28251,4699,1,0,0,-2154.05,2180.08,70.3026,3.76243,300,300,5,0,1604,0,0,1), + (28252,4699,1,0,0,-1924.6,1484.46,66.8164,5.99509,300,300,5,0,1604,0,0,1), + (28253,4699,1,0,0,-2003.02,2949.23,45.429,0.051813,300,300,5,0,1604,0,0,1), + (28254,4699,1,0,0,-2043.75,1747.92,86.4906,5.09372,300,300,5,0,1604,0,0,1), + (28255,4699,1,0,0,-2317.55,1954.24,115.297,1.54938,300,300,0,0,1604,0,0,0), + (28256,4699,1,0,0,-1692.72,1359.06,61.8534,3.81077,300,300,20,0,1604,0,0,1), + (28257,4699,1,0,0,-2135.87,1747.5,65.4592,4.22037,300,300,0,0,1604,0,0,0), + (28258,4699,1,0,0,-2284.47,2055.09,112.747,5.40725,300,300,20,0,1604,0,0,1), + (28259,4699,1,0,0,-1814.6,1440.64,61.0039,4.80234,300,300,20,0,1604,0,0,1), + (28260,4699,1,0,0,-1640.86,1414.88,64.9907,3.25311,300,300,20,0,1604,0,0,1), + (28261,4699,1,0,0,-2151.26,2101.5,61.5828,4.80851,300,300,20,0,1604,0,0,1), + (28262,4699,1,0,0,-2147.9,1672.95,64.2877,2.50863,300,300,5,0,1604,0,0,1), + (28263,4699,1,0,0,-1744.01,1485.18,61.2361,0.584274,300,300,5,0,1604,0,0,1), + (28264,4699,1,0,0,-2027.87,2917.25,52.8329,3.02522,300,300,20,0,1604,0,0,1), + (28265,4700,1,0,0,-1270.44,1867.88,50.2692,2.92641,300,300,20,0,1549,0,0,1), + (28266,4700,1,0,0,-1245.73,1962.46,50.2692,5.47241,300,300,20,0,1549,0,0,1), + (28267,4700,1,0,0,-1354.17,2062.5,50.2692,3.85362,300,300,5,0,1549,0,0,1), + (28268,4700,1,0,0,-1365.87,1884.61,50.2692,2.77437,300,300,20,0,1549,0,0,1), + (28269,4700,1,0,0,-1381.84,1948.58,63.7863,4.26502,300,300,5,0,1549,0,0,1), + (28270,4700,1,0,0,-1247.52,1821.12,50.4997,3.23021,300,300,5,0,1549,0,0,1), + (28271,4700,1,0,0,-1229.63,1897.63,60.1534,4.45392,300,300,20,0,1549,0,0,1), + (28272,4700,1,0,0,-592.439,1624.4,90.0302,1.58056,300,300,20,0,1549,0,0,1), + (28273,4700,1,0,0,-580.529,1597.28,89.7458,2.03816,300,300,5,0,1549,0,0,1), + (28274,4700,1,0,0,-576.833,1584.16,89.6675,1.99892,300,300,20,0,1549,0,0,1), + (28275,4700,1,0,0,-112.76,2215.9,85.2485,3.06542,300,300,3,0,1549,0,0,1), + (28276,4700,1,0,0,-137.082,2213.71,86.9822,3.20316,300,300,3,0,1549,0,0,1), + (28277,4700,1,0,0,-141.668,2218.17,82.7604,3.18454,300,300,5,0,1549,0,0,1), + (28278,4700,1,0,0,-783.87,2014.28,85.492,2.58221,300,300,0,0,1549,0,0,0), + (28279,4700,1,0,0,-761.557,2013.64,89.7513,3.1129,300,300,0,0,1549,0,0,0), + (28280,4700,1,0,0,-752.193,2013.92,90.3763,3.13002,300,300,0,0,1549,0,0,0), + (28281,4700,1,0,0,-1678.05,1636.42,61.4482,1.33088,300,300,5,0,1549,0,0,1), + (28282,4700,1,0,0,-2007.95,1682.55,61.5208,0.121447,300,300,0,0,1549,0,0,0), + (28283,4700,1,0,0,-2036.02,1680.08,61.6485,0.170376,300,300,0,0,1549,0,0,0), + (28284,4700,1,0,0,-2035.22,1673.3,61.1354,0.056291,300,300,0,0,1549,0,0,0), + (28285,4701,1,0,0,-1321.63,1919.47,51.209,3.58563,300,300,20,0,1631,0,0,1), + (28286,4701,1,0,0,-1312.47,2120.41,62.7474,3.63529,300,300,20,0,1631,0,0,1), + (28287,4701,1,0,0,-1253.77,2051.87,61.6124,3.77131,300,300,5,0,1631,0,0,1), + (28288,4701,1,0,0,-1287.62,1821.32,50.2692,2.51473,300,300,20,0,1631,0,0,1), + (28289,4701,1,0,0,-1215.21,2024.55,59.5331,3.7693,300,300,20,0,1631,0,0,1), + (28290,4701,1,0,0,-1296.17,2004.9,50.9939,5.12361,300,300,20,0,1631,0,0,1), + (28291,4701,1,0,0,-1366.36,2143.46,65.2953,0.298697,300,300,20,0,1631,0,0,1), + (28292,4701,1,0,0,-1295.97,1971.73,52.5192,4.03757,300,300,5,0,1631,0,0,1), + (28293,4701,1,0,0,-1293.57,1761.91,61.3477,1.02867,300,300,5,0,1631,0,0,1), + (28294,4701,1,0,0,-1443.89,1793.47,50.2622,5.68116,300,300,20,0,1631,0,0,1), + (28295,4701,1,0,0,-574.499,1606.74,91.4485,1.903,300,300,5,0,1631,0,0,1), + (28296,4701,1,0,0,-1426.21,1729.94,60.5951,1.41336,300,300,5,0,1631,0,0,1), + (28297,4701,1,0,0,-101.353,2204.1,88.6264,2.87509,300,300,3,0,1631,0,0,1), + (28298,4701,1,0,0,-771.752,2008.37,88.2611,2.87052,300,300,0,0,1631,0,0,0), + (28299,4701,1,0,0,-2041.63,1682.11,62.0516,0.218082,300,300,0,0,1631,0,0,0), + (28300,4702,1,0,0,-1295.27,1922.24,50.6442,3.30323,300,300,20,0,1808,0,0,1), + (28301,4702,1,0,0,-1338.71,2010.1,50.2692,4.16645,300,300,20,0,1808,0,0,1), + (28302,4702,1,0,0,-1412.62,1876.81,62.5498,4.28797,300,300,5,0,1808,0,0,1), + (28303,4702,1,0,0,-1376.43,1808.42,51.2692,2.7686,300,300,20,0,1808,0,0,1), + (28304,11103,1,0,0,255.615,1253.76,192.224,3.24631,300,300,0,0,1605,0,0,0), + (28305,11104,1,0,0,217.084,1283.48,190.378,1.64061,300,300,0,0,1605,0,0,0), + (28306,4705,1,0,0,-1975.93,525.794,165.916,1.0472,300,300,0,0,1196,3075,0,0), + (28307,4705,1,0,0,-1882.37,636.001,107.945,4.64258,300,300,0,0,1196,3075,0,0), + (28308,4705,1,0,0,-1846.45,590.931,109.159,2.70526,300,300,0,0,1196,3075,0,0), + (28309,4705,1,0,0,-1910.71,654.317,107.638,0.297141,300,300,0,0,1196,3075,0,0), + (28310,4705,1,0,0,-1915.2,638.062,107.888,0.062257,300,300,0,0,1196,3075,0,0), + (28311,4705,1,0,0,-1845.19,590.154,122.882,1.44404,300,300,0,0,1196,3075,0,0), + (28312,11105,1,0,0,-1606.46,3113.82,44.6941,3.94444,300,300,0,0,1528,0,0,0), + (28313,2914,1,0,0,-54.0555,662.688,91.477,1.39749,300,300,5,0,8,0,0,1), + (28314,2914,1,0,0,-1350.93,1027.12,90.796,4.5238,300,300,5,0,8,0,0,1), + (28315,2914,1,0,0,-229.937,1013.84,90.4028,3.82533,300,300,5,0,8,0,0,1), + (28316,2914,1,0,0,-1616.12,1945.05,61.1804,5.46532,300,300,5,0,8,0,0,1), + (28317,2914,1,0,0,-1495,925.453,89.3085,4.03813,300,300,5,0,8,0,0,1), + (28318,1889,0,0,0,-502.2,1030.44,94.0043,1.40597,275,275,5,0,379,1118,0,2), + (28319,1888,0,0,0,-506.316,1023.98,93.78,1.40597,275,275,5,0,354,1326,0,2), + (28320,1889,0,0,0,-369.952,804.072,93.2169,3.39092,275,275,5,0,379,1118,0,2), + (28321,1889,0,0,0,-516.892,712.155,87.6163,2.35219,275,275,10,0,379,1118,0,1), + (28322,1766,0,0,0,1380.17,1091.26,52.4141,1.62316,275,275,10,0,222,0,0,1), + (28323,1766,0,0,0,1317.18,1090.6,50.4066,0.244346,275,275,10,0,222,0,0,1), + (28324,1766,0,0,0,1285.47,1145.11,51.8388,1.41372,275,275,10,0,222,0,0,1), + (28325,1766,0,0,0,1312.46,1126.45,52.5574,1.74533,275,275,10,0,222,0,0,1), + (28326,1888,0,0,0,-415.372,829.486,94.8417,3.5738,275,275,10,0,354,1326,0,1), + (28327,430,0,0,0,-9081.9,-2433.4,131.24,3.19395,300,300,0,0,354,1020,0,0), + (28328,568,0,0,0,-9142.97,-3267.64,101.851,6.2556,300,300,5,0,664,0,0,1), + (28329,430,0,0,0,-8893.4,-2208.6,150.056,1.81514,300,300,0,0,354,1020,0,0), + (28330,4065,0,0,0,-9285.12,-2935.32,128.947,4.06662,300,300,0,0,1563,0,0,0), + (28331,4065,0,0,0,-9280.19,-2940.93,128.945,3.63029,300,300,0,0,1563,0,0,0), + (28332,4064,0,0,0,-9287.24,-2949.96,128.939,1.71042,300,300,0,0,1452,0,0,0), + (28333,446,0,0,0,-8904.88,-2243.36,133.503,4.82779,300,300,5,0,417,0,0,1), + (28334,430,0,0,0,-8944.72,-2289.87,132.568,5.19334,300,300,5,0,354,1020,0,1), + (28335,446,0,0,0,-8934.06,-2309.87,132.548,3.64774,300,300,0,0,417,0,0,0), + (28336,433,0,0,0,-9213.93,-3192.18,107.49,0.680678,300,300,0,0,573,0,0,0), + (28337,4064,0,0,0,-9284.84,-2943.83,163.847,0.568319,300,300,0,0,1452,0,0,0), + (28338,4065,0,0,0,-9298.27,-2940.57,142.652,6.26573,300,300,0,0,1563,0,0,0), + (28339,2914,1,0,0,-1949.64,2940.33,42.3017,1.83568,300,300,5,0,8,0,0,1), + (28340,11106,1,0,0,-1592.84,3150.27,46.5777,4.18879,300,300,0,0,1605,0,0,0), + (28341,2914,1,0,0,-1454.21,2336.47,92.4034,5.85115,300,300,5,0,8,0,0,1), + (28342,2914,1,0,0,-236.786,1701.33,106.29,1.67843,300,300,5,0,8,0,0,1), + (28343,2914,1,0,0,-1887.27,2825.19,53.9255,0.032215,300,300,5,0,8,0,0,1), + (28344,2914,1,0,0,-1645.8,2327.26,88.2606,1.90088,300,300,5,0,8,0,0,1), + (28345,2914,1,0,0,-1669.44,2835.49,97.8585,3.81521,300,300,5,0,8,0,0,1), + (28346,2914,1,0,0,-520.991,1011.79,89.5848,3.92492,300,300,5,0,8,0,0,1), + (28347,2914,1,0,0,-284.851,807.462,91.0039,6.26674,300,300,5,0,8,0,0,1), + (28348,2914,1,0,0,-2136,2236.41,67.1454,4.17086,300,300,5,0,8,0,0,1), + (28349,2914,1,0,0,-1118.47,2349.59,93.4527,3.35505,300,300,5,0,8,0,0,1), + (28350,2914,1,0,0,-1719.29,1379.2,62.0318,4.67331,300,300,5,0,8,0,0,1), + (28351,2914,1,0,0,-696.058,2439.56,85.113,3.29743,300,300,5,0,8,0,0,1), + (28352,2914,1,0,0,-2079.67,2646.18,60.989,3.64469,300,300,5,0,8,0,0,1), + (28353,2914,1,0,0,-1409.59,1153.19,93.9332,2.2434,300,300,5,0,8,0,0,1), + (28354,2914,1,0,0,-1883.96,1435.08,61.1247,1.5225,300,300,5,0,8,0,0,1), + (28355,2914,1,0,0,-1006.4,2152.24,67.2014,0.832655,300,300,5,0,8,0,0,1), + (28356,2914,1,0,0,-518.255,1785.63,97.8764,4.13413,300,300,5,0,8,0,0,1), + (28357,2914,1,0,0,208.253,1654.13,143.899,1.59032,300,300,5,0,8,0,0,1), + (28358,2914,1,0,0,-799.031,1083.84,90.1409,0.1372,300,300,5,0,8,0,0,1), + (28359,429,0,0,0,-9215.73,-3306.54,100.173,0.53103,300,300,5,0,640,655,0,1), + (28360,433,0,0,0,-9210.04,-3132.54,104.687,1.05116,300,300,10,0,573,0,0,1), + (28361,432,0,0,0,-9123.4,-3306.11,103.065,0.860322,300,300,10,0,617,0,0,1), + (28362,4065,0,0,0,-9278.73,-2939.37,134.909,1.10709,300,300,5,0,1563,0,0,1), + (28363,7396,70,0,0,144.547,306.485,-26.4982,2.11185,7200,7200,2,0,1782,0,0,1), + (28364,7397,70,0,0,151.225,303.806,-26.4982,0.331613,7200,7200,2,0,1248,3075,0,1), + (28365,4860,70,0,0,165.557,261.435,-29.3548,2.13883,7200,7200,2,0,5148,0,0,1), + (28366,4064,0,0,0,-9290.62,-2948.03,164.031,4.64258,300,300,0,0,1452,0,0,0), + (28367,4860,70,0,0,152.666,288.39,-26.5815,2.01064,7200,7200,2,0,5148,0,0,1), + (28368,4857,70,0,0,91.4283,277.518,-26.4488,5.96903,43200,43200,0,0,5757,0,0,0), + (28369,7011,70,0,0,-72.984,219.844,-49.7103,0.11546,7200,7200,2,0,1651,0,0,1), + (28370,7011,70,0,0,-81.0191,225.437,-49.7123,5.79837,7200,7200,3,0,1651,0,0,1), + (28371,7011,70,0,0,-70.2975,239.65,-49.7109,0.252966,7200,7200,5,0,1651,0,0,1), + (28372,7012,70,0,0,-80.2126,237.241,-49.6289,3.05433,7200,7200,2,0,1205,2975,0,1), + (28373,7012,70,0,0,-89.1307,232.445,-49.6289,3.29867,7200,7200,3,0,1205,2975,0,1), + (28374,7011,70,0,0,-87.6623,240.589,-49.6289,4.2586,7200,7200,3,0,1651,0,0,1), + (28375,432,0,0,0,-9214.94,-3337.47,104.335,3.43308,300,300,5,0,617,0,0,1), + (28376,7011,70,0,0,-85.255,275.884,-47.6308,1.85184,7200,7200,0,0,1651,0,0,0), + (28377,7011,70,0,0,-91.305,281.95,-47.5474,0.645772,7200,7200,3,0,1651,0,0,1), + (28378,1889,0,0,0,-523.053,664.967,88.7776,0.116362,275,275,3,0,379,1118,0,1), + (28379,1983,0,0,0,1073.84,1543.37,28.6752,0.174533,275,275,0,0,300,0,0,0), + (28380,1974,0,0,0,-405.515,915.922,118.82,3.46048,275,275,3,0,449,0,0,1), + (28381,1974,0,0,0,-316.002,1037.61,117.749,2.28638,275,275,0,0,449,0,0,0), + (28382,1973,0,0,0,-321.882,1051.01,118.255,3.84304,275,275,5,0,494,0,0,1), + (28383,1973,0,0,0,-336.214,1031.54,118.971,1.02319,275,275,5,0,494,0,0,1), + (28384,1973,0,0,0,-317.944,1039.05,117.534,5.72468,275,275,0,0,494,0,0,0), + (28385,1973,0,0,0,-288.228,1024.13,115.024,4.43293,275,275,5,0,494,0,0,1), + (28386,1974,0,0,0,-288.096,1025.36,115.146,4.84051,275,275,5,0,449,0,0,1), + (28387,1973,0,0,0,-290.375,1044.4,115.962,3.54302,275,275,0,0,494,0,0,0), + (28388,1973,0,0,0,-342.395,981.975,128.003,0,275,275,0,0,494,0,0,0), + (28389,1974,0,0,0,-305.307,1066.69,117.554,5.77938,275,275,5,0,449,0,0,1), + (28390,1974,0,0,0,-290.14,1011.5,113.612,5.4312,275,275,5,0,449,0,0,1), + (28391,1973,0,0,0,-338.293,985.598,127.584,5.95002,275,275,5,0,494,0,0,1), + (28392,1973,0,0,0,-317.504,973.757,133.245,3.04738,275,275,5,0,494,0,0,1), + (28393,1973,0,0,0,-329.55,986.071,129.479,5.60251,275,275,0,0,494,0,0,0), + (28394,1974,0,0,0,-349.574,1001.24,125.808,3.99575,275,275,5,0,449,0,0,1), + (28395,1973,0,0,0,-324.499,928.591,130.929,0.133254,275,275,5,0,494,0,0,1), + (28396,1973,0,0,0,-289.926,944.468,130.69,2.30383,275,275,0,0,494,0,0,0), + (28397,1974,0,0,0,-314.677,944.923,131.839,0.627119,275,275,5,0,449,0,0,1), + (28398,1974,0,0,0,-307.473,966.274,126.965,4.02522,275,275,0,0,449,0,0,0), + (28399,1974,0,0,0,-359.615,905.576,133.589,3.68265,275,275,0,0,449,0,0,0), + (28400,1974,0,0,0,-351.749,929.615,131.371,1.5947,275,275,3,0,449,0,0,1), + (28401,1973,0,0,0,-342.676,947.602,131.54,4.43314,275,275,0,0,494,0,0,0), + (28403,1888,0,0,0,-427.931,911.598,107.515,3.9194,275,275,3,0,354,1326,0,1), + (28404,1974,0,0,0,-366.251,902.298,131.968,0.202716,275,275,5,0,449,0,0,2), + (28407,462,0,0,0,-10416.1,1244.29,47.9231,1.12112,72000,72000,0,0,788,0,0,0), + (28408,507,0,0,0,-10379.9,-833.187,44.4169,3.33221,72000,72000,0,0,1404,2362,0,0), + (28409,1889,0,0,0,39.0142,782.545,69.8046,3.31613,275,275,0,0,379,1118,0,0), + (28410,721,0,0,0,-484.7,1281.47,46.8949,2.33092,275,275,10,0,1,0,0,1), + (28411,521,0,0,0,-10181.7,-47.6668,26.8653,0.760633,72000,72000,0,0,617,0,0,0), + (28412,10665,0,0,0,2326.31,398.818,33.6847,6.25477,300,300,5,0,919,0,0,2), + (28413,10666,0,0,0,2242.45,599.449,33.3335,2.52821,300,300,5,0,1605,0,0,2), + (28414,12943,0,0,0,1737.1,-730.883,59.7414,2.42601,300,300,0,0,4108,0,0,0), + (28415,11057,0,0,0,1751.82,-729.987,60.1524,2.51327,300,300,0,0,4484,5461,0,0), + (28416,11194,0,0,0,1772.2,-726.041,59.5096,1.85005,300,300,0,0,4108,0,0,0), + (28417,11194,0,0,0,1783.48,-719.895,59.386,2.91158,300,300,3,0,4108,0,0,2), + (28418,11194,0,0,0,1778.95,-725.659,59.3983,1.8326,300,300,0,0,4108,0,0,0), + (28419,10856,0,0,0,1784.72,-729.107,59.4701,1.8675,300,300,0,0,4484,0,0,0), + (28420,10839,0,0,0,1775.48,-725.93,59.4157,1.72788,300,300,0,0,4120,0,0,0), + (28421,10837,0,0,0,1760.79,-723.177,59.9819,2.46091,300,300,0,0,4230,0,0,0), + (28422,11055,0,0,0,1671.19,-718.813,58.2996,1.32645,300,300,0,0,3296,2434,0,0), + (28423,1554,0,0,0,2821.08,-216.271,48.1429,0.365529,300,300,10,0,156,0,0,1), + (28424,1554,0,0,0,2784.72,60.5524,29.307,4.53664,300,300,5,0,156,0,0,1), + (28425,1554,0,0,0,2882.99,43.5775,15.8697,1.29075,300,300,10,0,156,0,0,1), + (28426,1554,0,0,0,2816.05,-296.522,63.1928,1.60594,300,300,5,0,156,0,0,1), + (28427,1548,0,0,0,2912.45,-51.8019,21.0566,3.01227,300,300,5,0,122,0,0,1), + (28428,1548,0,0,0,2747.53,-49.4095,33.4922,0.767611,300,300,5,0,122,0,0,1), + (28429,1554,0,0,0,2924.55,-418.408,81.1767,1.34144,300,300,10,0,156,0,0,1), + (28430,1554,0,0,0,2917.02,-256.824,40.8321,5.0675,300,300,10,0,156,0,0,1), + (28431,1545,0,0,0,3085.17,-132.469,0,5.10808,300,300,5,0,176,0,0,1), + (28432,1545,0,0,0,3071.71,-70.864,-0.854803,4.65863,300,300,5,0,176,0,0,1), + (28433,1545,0,0,0,3084.85,-285.962,-1.81276,5.57775,300,300,5,0,176,0,0,1), + (28434,1545,0,0,0,2979.87,-26.037,7.20216,0.954091,300,300,10,0,176,0,0,1), + (28435,1545,0,0,0,2961.8,116.946,-0.105331,4.21289,300,300,5,0,176,0,0,1), + (28436,1545,0,0,0,3014.85,-20.1467,5.02948,4.04806,300,300,10,0,176,0,0,1), + (28437,1545,0,0,0,3046.45,11.1085,0.234004,4.4855,300,300,0,0,176,0,0,0), + (28438,1545,0,0,0,3042.34,-335.774,4.19988,2.31064,300,300,5,0,176,0,0,1), + (28439,1544,0,0,0,3037.88,-361.711,1.91953,2.21657,300,300,0,0,148,165,0,0), + (28440,1545,0,0,0,3041.92,-251.275,6.71752,0.855763,300,300,10,0,176,0,0,1), + (28441,1917,0,0,0,1967.96,1374.59,64.3015,4.84732,300,300,0,0,71,0,0,0), + (28442,1916,0,0,0,1971.99,1386.87,63.3015,1.27456,300,300,0,0,55,0,0,0), + (28443,1934,0,0,0,2311.7,1321.29,32.6429,5.0549,300,300,5,0,135,0,0,1), + (28444,1934,0,0,0,2333.36,1317.66,34.0506,5.77704,300,300,0,0,135,0,0,0), + (28445,1934,0,0,0,2320.64,1311.52,33.3476,2.74017,300,300,0,0,135,0,0,0), + (28446,1538,0,0,0,2563.66,-895.477,55.6279,2.46091,300,300,0,0,166,178,0,0), + (28447,1537,0,0,0,2554.68,-952.893,74.2141,0.20944,300,300,0,0,156,0,0,0), + (28448,1538,0,0,0,2540.38,-886.911,55.5066,4.88814,300,300,3,0,166,178,0,1), + (28449,1537,0,0,0,2544.87,-918.002,56.2483,0.750492,300,300,3,0,156,0,0,1), + (28450,1537,0,0,0,2534.89,-903.189,56.889,2.56563,300,300,0,0,156,0,0,0), + (28451,1538,0,0,0,2517.75,-898.981,56.1185,1.98968,300,300,0,0,166,178,0,0), + (28452,1537,0,0,0,2529.11,-918.49,56.4659,2.814,300,300,3,0,156,0,0,1), + (28453,1537,0,0,0,2560.15,-902.125,55.6462,3.90369,300,300,3,0,156,0,0,1), + (28454,1537,0,0,0,2564.65,-890.231,55.5182,3.59538,300,300,0,0,156,0,0,0), + (28455,1538,0,0,0,2528.36,-904.647,57.0912,0.977384,300,300,0,0,166,178,0,0), + (28457,1909,0,0,0,1189.64,283.557,29.8825,4.89664,300,300,5,0,377,408,0,1), + (28458,572,0,0,0,-10030.1,1510.22,40.7341,6.16887,72000,72000,0,0,404,456,0,0), + (28459,584,0,0,0,-8694.7,-2328.5,156.375,4.08125,72000,72000,0,0,840,0,0,0), + (28460,5749,0,0,0,1836.77,1641.04,97.7113,5.13127,300,300,0,0,413,382,0,0), + (28461,2115,0,0,0,1866.02,1574.45,94.3969,3.49066,300,300,0,0,166,0,0,0), + (28462,2116,0,0,0,1842.44,1570.19,96.6652,2.42601,300,300,0,0,166,0,0,0), + (28463,2124,0,0,0,1847.39,1635.52,97.0169,3.87463,300,300,0,0,166,190,0,0), + (28464,2119,0,0,0,1862.46,1556.33,94.879,2.49582,300,300,0,0,166,0,0,0), + (28465,2117,0,0,0,1836.24,1569.16,96.5949,0.992606,300,300,0,0,166,0,0,0), + (28466,2122,0,0,0,1859.65,1563.3,94.39,5.81195,300,300,0,0,166,0,0,0), + (28467,2126,0,0,0,1839.03,1636.54,97.0169,5.20108,300,300,0,0,166,190,0,0), + (28468,2113,0,0,0,1859.39,1568.82,94.3135,1.15402,300,300,0,0,166,0,0,0), + (28469,2123,0,0,0,1848.32,1627.63,97.0169,3.33358,300,300,0,0,166,1332,0,0), + (28470,2114,0,0,0,2267.3,331.635,35.2078,6.24828,300,300,0,0,166,0,0,0), + (28471,2118,0,0,0,2259.73,275.571,34.8637,2.49285,300,300,0,0,372,0,0,0), + (28472,4731,0,0,0,2250.38,328.108,35.2725,5.67232,300,300,0,0,1605,0,0,0), + (28473,2137,0,0,0,2246.33,308.24,35.2725,5.58505,300,300,0,0,500,0,0,0), + (28474,5688,0,0,0,2269.51,244.944,34.3402,3.75246,300,300,0,0,1605,0,0,0), + (28475,5750,0,0,0,2252.7,251.922,41.1981,5.14872,300,300,0,0,413,382,0,0), + (28476,2128,0,0,0,2256.81,233.219,41.1981,1.06465,300,300,0,0,594,519,0,0), + (28477,2129,0,0,0,2265.2,251.054,41.1981,5.34071,300,300,0,0,748,634,0,0), + (28478,10055,0,0,0,2266.06,320.66,34.4421,5.48033,300,300,0,0,1605,0,0,0), + (28479,2130,0,0,0,2271.04,242.997,41.1981,2.19912,300,300,0,0,546,0,0,0), + (28480,947,0,0,0,-9148.3,-3209.08,105.494,1.43446,72000,72000,0,0,788,0,0,0), + (28481,5624,0,0,0,1612.13,189.217,-43.0189,0.471239,300,300,0,0,5215,1600,0,0), + (28482,13839,0,0,0,1382.09,433.115,-52.8504,6.23082,900,900,0,0,9298,0,0,0), + (28483,13839,0,0,0,1246.15,336.818,-63.5777,5.98648,900,900,0,0,9298,0,0,0), + (28484,13839,0,0,0,1312.74,377.39,-66.653,1.46608,900,900,0,0,9298,0,0,0), + (28485,5624,0,0,0,1423.53,323.279,-62.1024,1.02974,300,300,0,0,5215,1600,0,0), + (28486,5624,0,0,0,1466.46,97.3513,-61.3621,2.35619,300,300,0,0,5215,1600,0,0), + (28487,5624,0,0,0,1756.48,348.171,-62.1424,5.044,300,300,0,0,5215,1600,0,0), + (28488,5624,0,0,0,1579.34,291.169,-43.0189,3.52556,300,300,0,0,5215,1600,0,0), + (28489,5624,0,0,0,1591.16,203.881,55.3257,0.10472,300,300,0,0,5215,1600,0,0), + (28490,5624,0,0,0,1572.02,287.895,-43.0191,0.453786,300,300,0,0,5215,1600,0,0), + (28491,5651,0,0,0,1566.8,275.302,-43.0192,5.37561,300,300,0,0,644,0,0,0), + (28492,5667,0,0,0,1836.94,1633.43,97.0169,5.86431,300,300,0,0,413,0,0,0), + (28493,6784,0,0,0,2126.65,1305.98,53.9885,2.83146,300,300,0,0,101,0,0,0), + (28494,6411,0,0,0,1627.44,277.051,-43.0192,4.34587,300,300,0,0,2972,0,0,0), + (28495,13158,0,0,0,2514.5,-908.417,56.2159,2.86234,300,300,0,0,230,249,0,0), + (28496,6467,0,0,0,1435.6,71.9724,-62.1954,1.01229,300,300,0,0,1605,0,0,0), + (28497,11835,0,0,0,1417.66,428.868,-84.8821,3.21141,300,300,0,0,3517,0,0,0), + (28498,1741,0,0,0,1876.15,1582.36,91.7599,4.2409,300,300,1,0,4108,0,0,1), + (28499,2914,1,0,0,-1616.42,1201.59,91.8421,1.78332,300,300,5,0,8,0,0,1), + (28500,2914,1,0,0,-391.079,2362.26,46.8262,2.78122,300,300,5,0,8,0,0,1), + (28501,2914,1,0,0,-1409.87,1547.21,60.7043,3.38942,300,300,5,0,8,0,0,1), + (28502,2914,1,0,0,-1839.72,2691.97,61.5715,2.88908,300,300,0,0,8,0,0,0), + (28503,2914,1,0,0,-551.103,1350.15,92.1093,3.0618,300,300,5,0,8,0,0,1), + (28504,11877,1,0,0,-1714.58,3107.18,33.5831,4.2586,300,300,0,0,2568,0,0,0), + (28505,4711,1,0,0,-265.148,2761.62,-5.19126,3.34627,300,300,20,0,1163,0,0,1), + (28506,4711,1,0,0,-204.82,2569.8,-24.6644,0.80069,300,300,20,0,1163,0,0,1), + (28507,4711,1,0,0,-207.741,2641.77,-36.2939,5.54896,300,300,20,0,1163,0,0,1), + (28508,4711,1,0,0,-111.056,2362.47,-20.7932,4.70002,300,300,20,0,1163,0,0,1), + (28509,4711,1,0,0,-148.383,2355.18,-22.9519,0.192303,300,300,20,0,1163,0,0,1), + (28510,4711,1,0,0,-241.718,2603.69,-20.7758,3.42428,300,300,20,0,1163,0,0,1), + (28511,4711,1,0,0,-274.632,2583.87,-17.6103,0.240319,300,300,20,0,1163,0,0,1), + (28512,4711,1,0,0,-189.358,2485.34,-3.0069,6.00094,300,300,20,0,1163,0,0,1), + (28513,4711,1,0,0,-279.551,2576.56,-5.63355,1.18058,300,300,20,0,1163,0,0,1), + (28514,4711,1,0,0,-159.358,2593.29,-28.8129,0.290355,300,300,20,0,1163,0,0,1), + (28515,4711,1,0,0,-257.972,2504.39,1.95149,3.14421,300,300,20,0,1163,0,0,1), + (28516,4711,1,0,0,-359.101,2616.09,-5.69351,0.218457,300,300,20,0,1163,0,0,1), + (28517,4711,1,0,0,-346.118,2646.97,-19.8494,3.06018,300,300,20,0,1163,0,0,1), + (28518,4711,1,0,0,-261.534,2624.46,-22.4008,3.34859,300,300,20,0,1163,0,0,1), + (28519,4711,1,0,0,-381.159,2652.73,-12.9661,2.58014,300,300,20,0,1163,0,0,1), + (28520,4711,1,0,0,-184.875,2519.23,-29.1547,2.21924,300,300,20,0,1163,0,0,1), + (28521,4711,1,0,0,-186.787,2582.48,-31.1879,3.7383,300,300,20,0,1163,0,0,1), + (28522,11624,1,0,0,-1592.93,3072.68,49.0746,2.11185,300,300,0,0,3857,0,0,0), + (28523,4712,1,0,0,-58.1744,2814.01,-39.1363,3.24215,300,300,5,0,882,2362,0,1), + (28524,4712,1,0,0,-290.725,2612.73,-18.9805,3.46984,300,300,5,0,882,2362,0,1), + (28525,4712,1,0,0,-412.542,2619.03,-5.42744,5.98088,300,300,5,0,882,2362,0,1), + (28526,4712,1,0,0,-247.124,2752.37,-5.86359,1.287,300,300,5,0,882,2362,0,1), + (28527,4712,1,0,0,-211.209,2820.54,-26.2043,0.097039,300,300,5,0,882,2362,0,1), + (28528,4712,1,0,0,251.116,2984.82,1.85461,6.22506,300,300,5,0,882,2362,0,1), + (28529,4712,1,0,0,-151.215,2481.53,-36.8936,2.2393,300,300,5,0,882,2362,0,1), + (28530,4713,1,0,0,1.53902,2747.95,-35.7082,0.009375,300,300,20,0,1221,0,0,1), + (28531,4713,1,0,0,43.6269,2711.56,-42.6868,4.34025,300,300,20,0,1221,0,0,1), + (28532,7011,70,0,0,-98.2153,276.013,-47.5474,2.1293,7200,7200,0,0,1651,0,0,0), + (28533,7012,70,0,0,-95.467,267.834,-47.5474,0.820305,7200,7200,0,0,1205,2975,0,0), + (28534,7012,70,0,0,-88.2716,262.831,-47.6308,3.30022,7200,7200,0,0,1205,2975,0,0), + (28535,7011,70,0,0,-78.7421,266.852,-47.6307,4.72767,7200,7200,0,0,1651,0,0,0), + (28536,7011,70,0,0,-108.909,315.128,-48.0201,5.5676,7200,7200,0,0,1651,0,0,0), + (28537,7011,70,0,0,-97.6881,332.306,-47.5372,1.6057,7200,7200,0,0,1651,0,0,0), + (28538,7011,70,0,0,-101,315.478,-49.3246,4.29351,7200,7200,0,0,1651,0,0,0), + (28539,7011,70,0,0,-110.732,324.565,-46.9314,2.28638,7200,7200,0,0,1651,0,0,0), + (28540,7012,70,0,0,-100.29,322.715,-49.3303,1.58825,7200,7200,0,0,1205,2975,0,0), + (28541,7011,70,0,0,-1.90834,279.235,-49.6279,6.17846,7200,7200,0,0,1651,0,0,0), + (28542,7011,70,0,0,-8.72249,288.024,-48.0006,0.261799,7200,7200,0,0,1651,0,0,0), + (28543,7011,70,0,0,-14.8232,289.552,-46.6865,3.49066,7200,7200,0,0,1651,0,0,0), + (28544,7011,70,0,0,-13.8457,274.421,-48.3546,4.88692,7200,7200,0,0,1651,0,0,0), + (28545,7012,70,0,0,-23.7722,278.45,-47.6628,1.55334,7200,7200,0,0,1205,2975,0,0), + (28546,7011,70,0,0,-43.5592,237.275,-48.3282,2.7571,7200,7200,2,0,1651,0,0,1), + (28547,7011,70,0,0,-43.1821,203.8,-48.3275,6.12569,7200,7200,2,0,1651,0,0,1), + (28705,1739,0,0,0,1847.25,1572.01,95.0795,4.79961,300,300,0,0,4108,0,0,2), + (28706,1737,0,0,0,1827.71,1609.54,95.8829,1.60734,300,300,0,0,4108,0,0,0), + (28707,7980,0,0,0,2147.6,1283.62,53.8881,0.139626,300,300,0,0,6197,0,0,0), + (28708,1740,0,0,0,1861.17,1605.02,94.9238,3.5194,300,300,0,0,228,0,0,0), + (28709,7980,0,0,0,2162.66,1309.14,54.2936,4.18879,300,300,0,0,6197,0,0,0), + (28710,7980,0,0,0,2155.33,1270.88,52.5395,5.49779,300,300,0,0,6197,0,0,0), + (28711,1736,0,0,0,1882.95,1590.8,89.8312,5.86672,300,300,0,0,4231,0,0,0), + (28712,7980,0,0,0,2166.48,1275.31,53.3102,4.79965,300,300,0,0,6197,0,0,0), + (28713,7980,0,0,0,2156.34,1312.44,53.9032,4.69494,300,300,0,0,6197,0,0,0), + (28714,11625,1,0,0,-1290.56,1230.96,109.39,6.27641,600,600,6,0,2284,0,0,2), + (28715,4713,1,0,0,-278.479,2783.18,-8.59075,2.54329,300,300,20,0,1221,0,0,1), + (28716,4713,1,0,0,-143.004,2784.7,-53.6113,1.38071,300,300,20,0,1221,0,0,1), + (28717,4713,1,0,0,-191.688,2789.05,-1.95164,3.78905,300,300,20,0,1221,0,0,1), + (28718,4713,1,0,0,-244.706,2679.9,-38.2057,5.04895,300,300,20,0,1221,0,0,1), + (28719,4713,1,0,0,-219.313,2678.29,-42.1499,2.29226,300,300,20,0,1221,0,0,1), + (28720,4713,1,0,0,-316.46,2683.05,-22.3348,2.44481,300,300,20,0,1221,0,0,1), + (28721,4713,1,0,0,-188.965,2683.29,-52.9834,5.26584,300,300,20,0,1221,0,0,1), + (28722,4713,1,0,0,-334.836,2572.84,4.88753,2.47169,300,300,20,0,1221,0,0,1), + (28723,4713,1,0,0,279.712,2980.57,3.55544,3.74992,300,300,20,0,1221,0,0,1), + (28724,4714,1,0,0,11.8711,2761.55,-20.7563,5.86708,300,300,20,0,1279,0,0,1), + (28725,4714,1,0,0,220.726,2709.81,-69.1031,5.98792,300,300,20,0,1279,0,0,1), + (28726,4714,1,0,0,272.443,2754.32,-25.5055,1.99393,300,300,20,0,1279,0,0,1), + (28727,4714,1,0,0,-76.4446,2678.84,-98.9456,0.134943,300,300,20,0,1279,0,0,1), + (28728,11626,1,0,0,-1320.1,1231.15,110.323,6.27716,600,600,0,0,2100,0,0,0), + (28729,4714,1,0,0,169.124,2748.29,-72.5172,4.48321,300,300,20,0,1279,0,0,1), + (28730,4714,1,0,0,-116.683,2796.16,-51.4863,6.20199,300,300,20,0,1279,0,0,1), + (28731,4714,1,0,0,8.16078,2685.34,-72.1666,5.0939,300,300,20,0,1279,0,0,1), + (28732,4714,1,0,0,53.0435,2920.34,-25.5238,4.26112,300,300,20,0,1279,0,0,1), + (28733,4714,1,0,0,-44.0672,2887.81,-28.9314,1.96457,300,300,20,0,1279,0,0,1), + (28734,4714,1,0,0,254.285,2785.65,-16.327,3.211,300,300,20,0,1279,0,0,1), + (28735,4714,1,0,0,219.115,2951.57,11.6365,5.37266,300,300,3,0,1279,0,0,1), + (28736,4714,1,0,0,-123.541,2845.65,-33.643,3.86964,300,300,20,0,1279,0,0,1), + (28737,4714,1,0,0,144.724,3017.95,-0.225239,3.5318,300,300,20,0,1279,0,0,1), + (28738,4714,1,0,0,-77.6671,2821.37,-45.5372,5.15501,300,300,20,0,1279,0,0,1), + (28739,4714,1,0,0,-221.473,2771.01,4.26044,5.04933,300,300,20,0,1279,0,0,1), + (28740,4714,1,0,0,-248.691,2786.73,0.783289,1.69394,300,300,20,0,1279,0,0,1), + (28741,4714,1,0,0,-239.504,2806.38,-3.76374,5.30983,300,300,20,0,1279,0,0,1), + (28742,4714,1,0,0,-218.924,2715.82,-17.2216,4.17309,300,300,20,0,1279,0,0,1), + (28743,4714,1,0,0,86.445,2886.54,-24.4595,3.27349,300,300,20,0,1279,0,0,1), + (28744,4714,1,0,0,249.128,2884.33,3.74177,0.476747,300,300,20,0,1279,0,0,1), + (28745,4715,1,0,0,-21.0739,2855.18,-32.1768,4.53743,300,300,20,0,1403,0,0,1), + (28746,4715,1,0,0,214.087,2920.67,21.1394,0.253971,300,300,20,0,1403,0,0,1), + (28747,4715,1,0,0,184.49,2850.69,-1.47309,4.2726,300,300,20,0,1403,0,0,1), + (28748,4715,1,0,0,187.481,2873.93,1.92514,3.98463,300,300,3,0,1403,0,0,1), + (28749,4715,1,0,0,147.581,2949.6,1.90579,3.94288,300,300,20,0,1403,0,0,2), + (28750,4716,1,0,0,190.685,2705.24,-66.7529,2.22928,300,300,20,0,1208,1097,0,1), + (28751,4716,1,0,0,137.023,2739.48,-70.2462,5.96872,300,300,20,0,1208,1097,0,1), + (28752,4716,1,0,0,-25.7666,2887.16,-23.5798,5.3958,300,300,20,0,1208,1097,0,1), + (28753,4716,1,0,0,218.2,2885.13,5.23787,3.67821,300,300,20,0,1208,1097,0,1), + (28754,4716,1,0,0,120.568,2948.28,-0.935924,4.04269,300,300,20,0,1208,1097,0,1), + (28755,4716,1,0,0,181.981,2951.15,6.85619,0.798485,300,300,3,0,1208,1097,0,1), + (28756,4718,1,0,0,147.734,2709.56,-67.6734,5.92973,300,300,20,0,1064,1007,0,1), + (28757,4718,1,0,0,-210.944,2751.28,-1.83553,0.842348,300,300,20,0,1064,1007,0,1), + (28758,4718,1,0,0,-15.5941,2814.09,-30.8625,0.01377,300,300,20,0,1064,1007,0,1), + (28759,4718,1,0,0,254.037,2948.59,7.70299,6.1579,300,300,3,0,1064,1007,0,1), + (28760,4718,1,0,0,214.75,2988.45,1.52134,3.29002,300,300,20,0,1064,1007,0,2), + (28761,4719,1,0,0,210.299,2688.6,-67.9315,3.12109,300,300,20,0,1160,1067,0,1), + (28762,4719,1,0,0,-50.5761,2661.28,-103.424,5.42666,300,300,20,0,1160,1067,0,1), + (28763,4719,1,0,0,154.688,2680.73,-67,5.12287,300,300,20,0,1160,1067,0,1), + (28764,4719,1,0,0,77.1986,2944.82,-19.5429,3.87513,300,300,20,0,1160,1067,0,1), + (28765,4719,1,0,0,-39.6126,2860.47,-35.049,2.95992,300,300,20,0,1160,1067,0,1), + (28766,4719,1,0,0,111.979,2922.4,0.843355,2.60182,300,300,20,0,1160,1067,0,1), + (28767,4719,1,0,0,159.326,2842.65,-1.05106,2.7812,300,300,20,0,1160,1067,0,1), + (28768,4719,1,0,0,181.431,2922.9,16.9841,3.04222,300,300,20,0,1160,1067,0,1), + (28769,4719,1,0,0,74.8005,2989.59,-16.3716,2.4555,300,300,20,0,1160,1067,0,1), + (28770,4719,1,0,0,122.853,2853.28,-15.6301,5.76788,300,300,20,0,1160,1067,0,1), + (28771,4719,1,0,0,117.934,2886.3,-2.98629,2.76662,300,300,20,0,1160,1067,0,1), + (28772,4719,1,0,0,179.49,2986.81,2.51436,3.00912,300,300,20,0,1160,1067,0,1), + (28773,4719,1,0,0,148.215,2984.04,1.89167,1.37593,300,300,20,0,1160,1067,0,1), + (28774,4719,1,0,0,214.7,2848.44,1.86593,4.01433,300,300,20,0,1160,1067,0,1), + (28775,7333,129,0,0,2574.78,1018.38,51.7259,1.13262,7200,7200,1,0,1279,0,0,1), + (28776,7327,129,0,0,2595.75,1046.86,53.0402,5.8427,7200,7200,0,0,3403,0,0,0), + (28777,7332,129,0,0,2587.02,1033.18,50.4908,3.7001,7200,7200,0,1,3543,0,0,2), + (28778,7335,129,0,0,2599.11,1050.83,53.7546,0.693344,7200,7200,1,0,2706,5360,0,1), + (28779,2110,129,0,0,2565.81,1064.54,53.9985,6.02139,7200,7200,5,0,1,0,0,1), + (28780,7332,129,0,0,2593.87,1071.76,54.9835,1.50789,7200,7200,2,0,3543,0,0,1), + (28781,2110,129,0,0,2567.58,1087.16,50.9209,1.91986,7200,7200,5,0,1,0,0,1), + (28782,2110,129,0,0,2592.83,1078.96,55.2855,4.79965,7200,7200,5,0,1,0,0,1), + (28783,7347,129,0,0,2499.73,1054.28,47.5968,5.95304,7200,7200,0,0,3831,0,0,0), + (28784,7011,70,0,0,-42.6852,255.155,-48.9355,1.90241,7200,7200,2,0,1651,0,0,1), + (28785,4726,1,0,0,-429.142,2220.52,89.8944,4.09566,300,300,30,0,1234,796,0,1), + (28786,7012,70,0,0,-44.1402,272.689,-48.9356,2.61799,7200,7200,2,0,1205,2975,0,1), + (28787,4726,1,0,0,-553.165,2470.53,55.5964,4.64199,300,300,20,0,1234,796,0,1), + (28788,4726,1,0,0,-1858.75,2484.25,62.3654,6.1004,300,300,20,0,1234,796,0,1), + (28789,7012,70,0,0,-42.3058,263.875,-48.9355,2.96706,7200,7200,2,0,1205,2975,0,1), + (28790,4726,1,0,0,-1584.07,2379.67,92.4769,4.75733,300,300,20,0,1234,796,0,1), + (28791,4726,1,0,0,-399.323,2206.22,90.8613,4.60484,300,300,20,0,1234,796,0,1), + (28792,4726,1,0,0,-227.127,2176.34,111.324,3.72607,300,300,20,0,1234,796,0,1), + (28793,4726,1,0,0,-579.616,2082.67,89.9644,3.03918,300,300,30,0,1234,796,0,1), + (28794,4726,1,0,0,-1188.94,890.343,104.791,4.63419,300,300,20,0,1234,796,0,1), + (28795,7011,70,0,0,-49.6443,201.981,-48.3253,0.987509,7200,7200,2,0,1651,0,0,1), + (28796,7011,70,0,0,-83.9396,301.188,-49.8128,6.07375,7200,7200,0,0,1651,0,0,0), + (28797,7011,70,0,0,-93.9021,300.532,-49.9348,3.90954,7200,7200,0,0,1651,0,0,0), + (28798,7011,70,0,0,-79.6481,323.651,-50.2189,0.122173,7200,7200,0,0,1651,0,0,0), + (28799,7011,70,0,0,-85.0924,335.421,-48.09,0.575959,7200,7200,0,0,1651,0,0,0), + (28800,7012,70,0,0,-80.9599,328.132,-50.3943,1.64061,7200,7200,5,0,1205,2975,0,1), + (28801,4726,1,0,0,-1274.7,1169.12,92.2657,4.46173,300,300,20,0,1234,796,0,1), + (28802,4726,1,0,0,-1785.26,2559.3,75.2389,3.11876,300,300,20,0,1234,796,0,1), + (28803,4726,1,0,0,-737.392,2150.42,99.1671,0.484614,300,300,20,0,1234,796,0,1), + (28804,4726,1,0,0,-1220.5,1035.84,91.437,1.55955,300,300,20,0,1234,796,0,1), + (28805,4726,1,0,0,-1283.02,1056.68,95.4235,3.36005,300,300,20,0,1234,796,0,1), + (28806,4726,1,0,0,-608.242,2061.41,88.8578,6.28102,300,300,20,0,1234,796,0,1), + (28807,4726,1,0,0,-792.666,2019.2,82.617,2.68196,300,300,0,0,1234,796,0,0), + (28808,4726,1,0,0,-1357.05,1024.4,91.2231,2.92791,300,300,20,0,1234,796,0,1), + (28809,4726,1,0,0,-279.086,1858.23,167.027,2.94401,300,300,20,0,1234,796,0,1), + (28810,4374,1,0,0,-2623.33,-4674.53,-13.3351,2.71497,1200,1200,5,0,8883,0,0,1), + (28811,4726,1,0,0,-475.934,1997.61,114.378,4.3823,300,300,0,0,1234,796,0,0), + (28812,4726,1,0,0,-284.979,2371.87,36.4864,5.7739,300,300,20,0,1234,796,0,1), + (28813,4726,1,0,0,-1191.72,999.246,90.7884,5.72708,300,300,20,0,1234,796,0,1), + (28814,4726,1,0,0,-1752.16,2287.04,66.2673,2.27667,300,300,20,0,1234,796,0,1), + (28815,4726,1,0,0,-1498.45,975.669,90.9028,4.0946,300,300,20,0,1234,796,0,1), + (28816,4726,1,0,0,-614.589,2130.03,90.2563,1.69612,300,300,30,0,1234,796,0,1), + (28817,4726,1,0,0,-416.287,2195.35,89.7686,3.56685,300,300,30,0,1234,796,0,1), + (28818,4726,1,0,0,-316.146,1928.83,120.153,5.17604,300,300,20,0,1234,796,0,1), + (28819,4726,1,0,0,-1336.69,1119.75,91.3012,0.003906,300,300,20,0,1234,796,0,1), + (28820,4726,1,0,0,-1317.35,876.469,113.349,1.78023,300,300,20,0,1234,796,0,1), + (28821,4726,1,0,0,-20.8218,2152.66,114.563,0.065561,300,300,0,0,1234,796,0,0), + (28822,4726,1,0,0,-648.407,2225.48,94.5863,0.243068,300,300,20,0,1234,796,0,1), + (28823,4371,1,0,0,-2797.14,-4930.01,73.2815,4.03171,1200,1200,0,0,7107,4738,0,0), + (28824,4726,1,0,0,-378.156,2047.17,95.7715,6.05053,300,300,30,0,1234,796,0,1), + (28825,4726,1,0,0,-1605.04,2321.74,93.2734,0.523968,300,300,20,0,1234,796,0,1), + (28826,2914,1,0,0,-4689.26,-3758.27,37.4156,1.8326,360,360,0,0,8,0,0,0), + (28827,4726,1,0,0,-1194.31,1255.2,95.674,5.83352,300,300,20,0,1234,796,0,1), + (28828,4726,1,0,0,-1515.67,1118.95,91.6973,4.0031,300,300,20,0,1234,796,0,1), + (28829,4726,1,0,0,-431.938,1988.67,106.894,1.33008,300,300,20,0,1234,796,0,1), + (28830,4726,1,0,0,-612.509,2517.62,36.0223,1.79328,300,300,20,0,1234,796,0,1), + (28831,4726,1,0,0,-398.404,2118.24,91.6915,1.09623,300,300,20,0,1234,796,0,1), + (28832,4726,1,0,0,-786.96,1460.36,91.692,1.83354,300,300,20,0,1234,796,0,1), + (28833,4726,1,0,0,-76.523,2228.02,81.4024,0.142144,300,300,20,0,1234,796,0,1), + (28834,4726,1,0,0,-1252.3,1172.17,93.9215,0.000977,300,300,20,0,1234,796,0,1), + (28835,4726,1,0,0,-751.779,1955.73,90.0254,1.67649,300,300,20,0,1234,796,0,1), + (28836,4726,1,0,0,-203.355,2111.61,134.652,4.18403,300,300,20,0,1234,796,0,1), + (28837,4726,1,0,0,-1386.4,1257.55,101.279,0.225518,300,300,20,0,1234,796,0,1), + (28838,4726,1,0,0,-595.533,2318.82,90.9907,3.23543,300,300,30,0,1234,796,0,1), + (28839,4726,1,0,0,-715.516,2016.93,91.8704,0.738043,300,300,20,0,1234,796,0,1), + (28840,4726,1,0,0,-534.799,2031.59,90.4209,3.66643,300,300,20,0,1234,796,0,1), + (28841,2914,1,0,0,-3753.56,-3026.24,33.631,1.12285,360,360,10,0,8,0,0,1), + (28842,4726,1,0,0,-1317.9,1073.82,92.812,1.42572,300,300,20,0,1234,796,0,2), + (28843,4726,1,0,0,-1245.23,834.898,144.54,6.21118,300,300,0,0,1234,796,0,0), + (28844,4726,1,0,0,-1131.16,1283.91,90.8261,6.26561,300,300,20,0,1234,796,0,1), + (28845,4726,1,0,0,-524.535,1986.44,98.4568,6.20589,300,300,20,0,1234,796,0,1), + (28846,4726,1,0,0,-746.089,1718.1,91.2289,3.23154,300,300,20,0,1234,796,0,1), + (28847,4726,1,0,0,-1173.71,1153.8,95.2861,4.45154,300,300,20,0,1234,796,0,1), + (28848,4726,1,0,0,-1665.55,1265.12,90.776,5.48357,300,300,20,0,1234,796,0,1), + (28849,4726,1,0,0,-1687.71,2283.27,78.709,0.060858,300,300,20,0,1234,796,0,1), + (28850,4726,1,0,0,-781.172,1618.32,91.4964,4.53128,300,300,20,0,1234,796,0,1), + (28851,4726,1,0,0,-754.307,1639.47,90.8759,1.85608,300,300,20,0,1234,796,0,1), + (28852,4726,1,0,0,-596.485,2550.9,33.5561,0.083141,300,300,20,0,1234,796,0,1), + (28853,4726,1,0,0,-737.505,1952.24,91.492,5.74963,300,300,0,0,1234,796,0,0), + (28854,4726,1,0,0,-251.899,2217.13,102.798,1.47318,300,300,20,0,1234,796,0,1), + (28855,4726,1,0,0,-695.112,1746.96,92.2249,0.385035,300,300,20,0,1234,796,0,1), + (28856,4726,1,0,0,-482.993,2281.02,85.9587,0.925236,300,300,20,0,1234,796,0,1), + (28857,4726,1,0,0,-1355.55,1076.45,90.6924,2.56333,300,300,20,0,1234,796,0,1), + (28858,4726,1,0,0,-1297.92,1249.35,106.663,5.50262,300,300,20,0,1234,796,0,1), + (28859,4726,1,0,0,-1195.16,968.075,93.3266,2.91772,300,300,20,0,1234,796,0,1), + (28860,4726,1,0,0,-1420.91,991.668,90.1318,3.03545,300,300,20,0,1234,796,0,1), + (28861,4726,1,0,0,-1428.69,1011.58,89.4362,2.88422,300,300,20,0,1234,796,0,1), + (28862,4726,1,0,0,-1444.57,911.698,90.4984,5.97378,300,300,20,0,1234,796,0,1), + (28863,4726,1,0,0,-1365.78,1291.82,94.4805,1.00122,300,300,20,0,1234,796,0,1), + (28864,4726,1,0,0,-1608.23,1092.21,90.8315,4.92743,300,300,20,0,1234,796,0,1), + (28865,4726,1,0,0,-591.746,1573.15,91.4891,0.870382,300,300,20,0,1234,796,0,1), + (28866,4726,1,0,0,-532.885,1720.78,98.0827,0.246398,300,300,20,0,1234,796,0,1), + (28867,4726,1,0,0,-315.983,2376.17,40.6537,6.17264,300,300,20,0,1234,796,0,1), + (28868,4726,1,0,0,-1640.39,1224.79,91.0575,5.0766,300,300,20,0,1234,796,0,1), + (28869,4726,1,0,0,-1818.57,2331.53,65.173,1.82817,300,300,20,0,1234,796,0,1), + (28870,4726,1,0,0,-500.839,2325.36,90.7672,3.50288,300,300,20,0,1234,796,0,1), + (28871,4726,1,0,0,-389.659,2268.9,83.6731,4.35728,300,300,20,0,1234,796,0,1), + (28872,4726,1,0,0,-325.115,2022.98,119.459,2.41081,300,300,3,0,1234,796,0,1), + (28873,4726,1,0,0,-1949.82,2482.48,61.0492,5.96168,300,300,20,0,1234,796,0,1), + (28874,4727,1,0,0,-2344.24,1905.32,134.733,5.25538,300,300,5,0,1528,910,0,1), + (28875,4727,1,0,0,-2111.38,2276.59,63.1448,5.5116,300,300,20,0,1528,910,0,1), + (28876,4727,1,0,0,-1007.26,2358.68,95.079,3.51982,300,300,20,0,1528,910,0,1), + (28877,4727,1,0,0,-1813.13,1523.58,61.6548,3.99904,300,300,20,0,1528,910,0,1), + (28878,4727,1,0,0,-2184.8,1748.36,85.3851,4.12503,300,300,5,0,1528,910,0,1), + (28879,4727,1,0,0,-2179.64,1935.47,62.1166,3.64142,300,300,5,0,1528,910,0,2), + (28880,4727,1,0,0,-2122.15,1800.05,61.0086,5.01376,300,300,20,0,1528,910,0,1), + (28881,4727,1,0,0,-2185.64,2230.11,84.5279,4.20426,300,300,5,0,1528,910,0,1), + (28882,4727,1,0,0,-1756.19,1457.4,61.2361,6.15322,300,300,20,0,1528,910,0,1), + (28883,4727,1,0,0,-1109.9,1582.93,61.2421,3.36174,300,300,20,0,1528,910,0,1), + (28884,4727,1,0,0,-1700.69,1419.44,61.462,1.73999,300,300,20,0,1528,910,0,1), + (28885,4727,1,0,0,-1131.68,747.371,147.086,3.35296,300,300,20,0,1528,910,0,1), + (28886,4727,1,0,0,-920.076,2284.87,88.3964,1.94792,300,300,20,0,1528,910,0,1), + (28887,4727,1,0,0,-1837.5,1426.24,61.2168,0.759838,300,300,20,0,1528,910,0,1), + (28888,4727,1,0,0,-2251.3,1949.23,107.8,1.77126,300,300,5,0,1528,910,0,1), + (28889,4727,1,0,0,-2152.9,1837.08,67.3305,1.12025,300,300,5,0,1528,910,0,1), + (28890,4727,1,0,0,-1964.61,1515.29,62.759,4.32608,300,300,5,0,1528,910,0,1), + (28891,4727,1,0,0,-1886.76,1501.83,60.3339,1.75494,300,300,20,0,1528,910,0,1), + (28892,4727,1,0,0,-2313.06,1880.41,142.239,5.21029,300,300,5,0,1528,910,0,1), + (28893,4727,1,0,0,-1758.78,1383.82,62.1457,1.73151,300,300,20,0,1528,910,0,1), + (28894,4727,1,0,0,119.946,918.61,155.975,0.024409,300,300,20,0,1528,910,0,1), + (28895,4727,1,0,0,-1351.13,2285.73,92.2942,3.05791,300,300,20,0,1528,910,0,1), + (28896,4727,1,0,0,-847.918,2346.26,93.0415,4.79726,300,300,20,0,1528,910,0,1), + (28897,4727,1,0,0,-1181.93,2282.79,90.2678,2.93405,300,300,20,0,1528,910,0,1), + (28898,4727,1,0,0,-1751.64,1483.24,61.2361,6.27689,300,300,20,0,1528,910,0,1), + (28899,4727,1,0,0,-2117.17,1695.96,59.7825,1.17256,300,300,5,0,1528,910,0,1), + (28900,4727,1,0,0,-1117.09,1407.75,61.3643,4.36769,300,300,20,0,1528,910,0,1), + (28901,4727,1,0,0,-990.174,1951.38,63.0282,4.11951,300,300,5,0,1528,910,0,1), + (28902,4727,1,0,0,-1040.42,1888.71,62.0789,6.22941,300,300,20,0,1528,910,0,1), + (28903,4727,1,0,0,-2048.56,2272.41,64.7052,3.45439,300,300,5,0,1528,910,0,1), + (28904,4727,1,0,0,-2056,1653.59,61.9146,0.134101,300,300,20,0,1528,910,0,1), + (28905,4727,1,0,0,-1810.61,1416.94,61.2233,6.22298,300,300,20,0,1528,910,0,1), + (28906,4727,1,0,0,-1921.8,2814.95,52.9895,0.367406,300,300,20,0,1528,910,0,1), + (28907,4727,1,0,0,-1724.81,2862.98,78.5843,3.12499,300,300,5,0,1528,910,0,1), + (28908,4727,1,0,0,-2062.45,2955.55,60.1278,5.39475,300,300,5,0,1528,910,0,1), + (28909,4727,1,0,0,-912.323,1454.18,61.6286,3.77948,300,300,20,0,1528,910,0,1), + (28910,4727,1,0,0,-1307.44,1480.76,61.861,3.25102,300,300,20,0,1528,910,0,1), + (28911,4727,1,0,0,-1881.85,2811.78,56.1485,4.58357,300,300,20,0,1528,910,0,1), + (28912,4727,1,0,0,-915.963,1628.34,61.4861,1.06243,300,300,20,0,1528,910,0,1), + (28913,4727,1,0,0,-979.908,1540.78,61.6705,1.12243,300,300,20,0,1528,910,0,1), + (28914,4728,1,0,0,-108.295,1115.27,90.5182,4.61141,300,300,20,0,1107,0,0,1), + (28915,4728,1,0,0,-602.907,1441.04,89.4659,0.712147,300,300,20,0,1107,0,0,1), + (28916,4728,1,0,0,-680.785,1882.85,92.152,5.96631,300,300,20,0,1107,0,0,1), + (28917,5752,1,0,0,126.208,1232.69,163.26,3.14159,300,300,0,0,2376,0,0,0), + (28918,4728,1,0,0,-430.846,1282.27,89.9445,2.94305,300,300,20,0,1107,0,0,1), + (28919,4728,1,0,0,253.636,1948.3,138.732,1.29117,300,300,20,0,1107,0,0,1), + (28920,4728,1,0,0,-305.54,1461.23,91.0319,5.95391,300,300,20,0,1107,0,0,1), + (28921,4728,1,0,0,-413.268,981.734,90.6893,0.239764,300,300,20,0,1107,0,0,1), + (28922,4728,1,0,0,-566.092,673.819,156.592,1.41372,300,300,0,0,1107,0,0,0), + (28923,4728,1,0,0,149.401,1620.51,146.405,1.16744,300,300,20,0,1107,0,0,1), + (28924,4728,1,0,0,-697.307,2063.26,99.0623,2.26628,300,300,20,0,1107,0,0,1), + (28925,4728,1,0,0,-213.73,2228.28,84.7862,1.20734,300,300,20,0,1107,0,0,1), + (28926,4728,1,0,0,15.4238,1753.16,117.673,0.779179,300,300,15,0,1107,0,0,1), + (28927,4728,1,0,0,-229.633,1030.16,90.6346,5.50815,300,300,20,0,1107,0,0,1), + (28928,4728,1,0,0,-20.688,1452.02,92.8757,2.39775,300,300,20,0,1107,0,0,1), + (28929,4728,1,0,0,-751.45,1218.71,98.594,4.72799,300,300,20,0,1107,0,0,1), + (28930,4728,1,0,0,-648.49,1437.09,91.0378,4.73192,300,300,20,0,1107,0,0,1), + (28931,4728,1,0,0,-245.742,1188.84,90.1188,5.60732,300,300,20,0,1107,0,0,1), + (28932,4728,1,0,0,-294.532,1452.28,91.1422,6.08081,300,300,20,0,1107,0,0,1), + (28933,4728,1,0,0,-552.07,1354.14,92.2649,0.226903,300,300,20,0,1107,0,0,1), + (28934,4728,1,0,0,-621.567,976.666,92.2976,3.28404,300,300,20,0,1107,0,0,1), + (28935,4728,1,0,0,-332.571,2021.79,113.445,2.0834,300,300,30,0,1107,0,0,1), + (28936,4728,1,0,0,-581.331,1414.81,90.1048,5.3236,300,300,20,0,1107,0,0,1), + (28937,4728,1,0,0,-614.56,595.753,160.166,1.39601,300,300,20,0,1107,0,0,1), + (28938,4728,1,0,0,-516.479,1049.57,92.1497,5.24801,300,300,20,0,1107,0,0,1), + (28939,4728,1,0,0,-437.343,1207.3,90.2106,5.05718,300,300,20,0,1107,0,0,1), + (28940,4728,1,0,0,-491.813,1254.96,91.4677,3.69118,300,300,20,0,1107,0,0,1), + (28941,4728,1,0,0,-612.738,754.885,98.8911,0.581505,300,300,20,0,1107,0,0,1), + (28942,4728,1,0,0,-251.203,1484.4,92.24,5.92515,300,300,20,0,1107,0,0,1), + (28943,4728,1,0,0,-476.305,2193.8,93.3883,4.41723,300,300,30,0,1107,0,0,1), + (28944,4728,1,0,0,-563.786,2494.39,50.3564,4.20245,300,300,20,0,1107,0,0,1), + (28945,4728,1,0,0,-535.765,812.977,90.7547,4.45174,300,300,20,0,1107,0,0,1), + (28946,4728,1,0,0,-824.912,1281.04,96.0052,0.914976,300,300,20,0,1107,0,0,1), + (28947,4728,1,0,0,-624.934,1129.58,90.7837,2.8165,300,300,20,0,1107,0,0,1), + (28948,4728,1,0,0,-532.871,2013.87,91.488,3.13964,300,300,30,0,1107,0,0,1), + (28949,4728,1,0,0,-579.685,979.133,96.1367,3.27277,300,300,20,0,1107,0,0,1), + (28950,4728,1,0,0,-241.487,1141.53,90.6112,4.55803,300,300,20,0,1107,0,0,1), + (28951,4728,1,0,0,-204.031,1126.75,88.2654,6.18739,300,300,20,0,1107,0,0,1), + (28952,4728,1,0,0,-478.983,1514.22,92.3548,5.65816,300,300,20,0,1107,0,0,1), + (28953,4728,1,0,0,-418.405,884.062,91.4792,4.47673,300,300,20,0,1107,0,0,1), + (28954,4728,1,0,0,-579.794,915.782,90.2057,4.55944,300,300,20,0,1107,0,0,1), + (28955,4728,1,0,0,-490.565,1034.72,89.9047,2.60368,300,300,20,0,1107,0,0,1), + (28956,4728,1,0,0,-652.502,747.158,92.5931,0.306614,300,300,20,0,1107,0,0,1), + (28957,4728,1,0,0,-547.356,754.867,109.653,4.75927,300,300,20,0,1107,0,0,1), + (28958,4728,1,0,0,-154.485,1148.71,89.4306,5.40542,300,300,20,0,1107,0,0,1), + (28959,4728,1,0,0,131.461,1892.74,140.223,5.12446,300,300,3,0,1107,0,0,1), + (28960,4728,1,0,0,-480.114,982.685,91.1261,1.58447,300,300,20,0,1107,0,0,1), + (28961,4728,1,0,0,-316.657,1002.91,91.2642,4.75342,300,300,20,0,1107,0,0,1), + (28962,4728,1,0,0,-608.053,959.109,90.8304,2.93254,300,300,20,0,1107,0,0,1), + (28963,4728,1,0,0,217.123,2020.55,162.803,1.45141,300,300,15,0,1107,0,0,1), + (28964,4728,1,0,0,-158.658,1613.75,89.6443,1.39138,300,300,20,0,1107,0,0,1), + (28965,4728,1,0,0,-352.769,1282.6,90.4724,5.25769,300,300,20,0,1107,0,0,1), + (28966,4728,1,0,0,-653.521,679.628,133.198,3.86985,300,300,0,0,1107,0,0,0), + (28967,4728,1,0,0,-366.212,1219.94,90.6645,2.94784,300,300,20,0,1107,0,0,1), + (28968,4728,1,0,0,-115.568,1346.37,89.1389,5.60457,300,300,20,0,1107,0,0,1), + (28969,4728,1,0,0,-767.39,1946.49,89.4423,4.02178,300,300,20,0,1107,0,0,1), + (28970,4728,1,0,0,-632.863,848.999,92.058,0.150049,300,300,20,0,1107,0,0,1), + (28971,4728,1,0,0,-484.651,1088.04,92.4129,4.8634,300,300,20,0,1107,0,0,1), + (28972,4728,1,0,0,-653.908,1058.76,93.1817,1.71394,300,300,20,0,1107,0,0,1), + (28973,4728,1,0,0,-446.658,1096.89,92.0928,4.75599,300,300,20,0,1107,0,0,1), + (28974,4728,1,0,0,-163.643,1827.57,172.101,1.46244,300,300,2,0,1107,0,0,1), + (28975,4728,1,0,0,-202.675,1453.11,94.4044,0.265824,300,300,20,0,1107,0,0,1), + (28976,4728,1,0,0,-818.649,1327.18,92.8725,6.06759,300,300,20,0,1107,0,0,1), + (28977,4728,1,0,0,-66.2966,1675.01,90.7266,3.60349,300,300,20,0,1107,0,0,1), + (28978,4728,1,0,0,-358.144,1086.01,91.276,3.03493,300,300,20,0,1107,0,0,1), + (28979,4728,1,0,0,-99.7012,1271.67,92.1662,5.79486,300,300,20,0,1107,0,0,1), + (28980,4728,1,0,0,196.043,1619.63,149.337,6.06759,300,300,20,0,1107,0,0,1), + (28981,4728,1,0,0,-351.653,1114.86,94.5354,0.178519,300,300,20,0,1107,0,0,1), + (28982,4728,1,0,0,173.262,1655.14,126.07,5.03013,300,300,20,0,1107,0,0,1), + (28983,4728,1,0,0,-153.349,1273.5,89.5067,5.19787,300,300,20,0,1107,0,0,1), + (28984,4728,1,0,0,-205.184,1214.48,89.6896,3.60366,300,300,20,0,1107,0,0,1), + (28985,4728,1,0,0,157.324,1672.35,110.011,0.08898,300,300,20,0,1107,0,0,1), + (28986,4728,1,0,0,-719.108,1384.27,88.3429,4.29837,300,300,20,0,1107,0,0,1), + (28987,4728,1,0,0,62.1704,1496,113.967,5.88312,300,300,3,0,1107,0,0,1), + (28988,4728,1,0,0,-1445.91,1611.08,59.0499,3.7664,300,300,20,0,1107,0,0,1), + (28989,4728,1,0,0,-749.634,1620.48,90.4638,0.455932,300,300,20,0,1107,0,0,1), + (28990,4728,1,0,0,186.779,1849.78,104.404,5.66782,300,300,20,0,1107,0,0,1), + (28991,4728,1,0,0,-421.609,2286.7,82.7772,4.10995,300,300,20,0,1107,0,0,1), + (28992,4729,1,0,0,-1025.49,2312.46,93.5895,3.51775,300,300,20,0,1464,0,0,1), + (28993,4729,1,0,0,-1087.91,2321.95,94.0139,2.34791,300,300,20,0,1464,0,0,1), + (28994,4729,1,0,0,-911.076,1449.58,63.159,3.20018,300,300,20,0,1464,0,0,1), + (28995,4729,1,0,0,-1200.17,2333.31,93.1699,0.807494,300,300,20,0,1464,0,0,1), + (28996,4729,1,0,0,-1270.82,2296.11,91.1339,3.35826,300,300,20,0,1464,0,0,1), + (28997,4729,1,0,0,-1213.27,2303.18,91.3418,1.80335,300,300,20,0,1464,0,0,1), + (28998,4729,1,0,0,-889.384,2321.38,93.0665,6.20406,300,300,20,0,1464,0,0,1), + (28999,4729,1,0,0,-850,2361.15,92.7197,1.59813,300,300,20,0,1464,0,0,1), + (29000,4729,1,0,0,-937.976,2420.13,93.8118,2.87765,300,300,20,0,1464,0,0,1), + (29001,4729,1,0,0,-961.88,1437.17,65.209,1.35022,300,300,20,0,1464,0,0,1), + (29002,4729,1,0,0,-982.161,2243.56,85.2442,4.65965,300,300,5,0,1464,0,0,1), + (29003,4729,1,0,0,-1453.62,2168.38,92.2424,1.7793,300,300,5,0,1464,0,0,1), + (29004,4729,1,0,0,-989.982,1394.42,61.8508,2.29744,300,300,20,0,1464,0,0,1), + (29005,4729,1,0,0,-1472.11,2357.09,92.1823,1.39276,300,300,5,0,1464,0,0,1), + (29006,4729,1,0,0,-725.205,2545,68.3192,2.67519,300,300,20,0,1464,0,0,1), + (29007,4729,1,0,0,-923.798,2188.87,91.9956,2.90877,300,300,10,0,1464,0,0,1), + (29008,4729,1,0,0,-733.85,2421.37,91.1222,2.69806,300,300,20,0,1464,0,0,1), + (29009,4729,1,0,0,-915.154,2417.2,92.7948,1.69602,300,300,20,0,1464,0,0,1), + (29010,4729,1,0,0,-1083.51,2373.58,92.234,4.7398,300,300,20,0,1464,0,0,1), + (29011,4729,1,0,0,-1186.69,799.309,162.936,1.19899,300,300,5,0,1464,0,0,1), + (29012,4729,1,0,0,-847.115,742.445,157.413,4.71119,300,300,5,0,1464,0,0,1), + (29013,4729,1,0,0,-1454.37,2292.69,93.0709,5.14766,300,300,20,0,1464,0,0,1), + (29014,4729,1,0,0,-1111.72,774.376,140.952,4.85619,300,300,5,0,1464,0,0,1), + (29015,4729,1,0,0,-881.608,785.112,140.225,4.95097,300,300,5,0,1464,0,0,1), + (29016,4729,1,0,0,-1287.79,2344.15,92.5861,1.7329,300,300,20,0,1464,0,0,1), + (29017,4729,1,0,0,-745.877,2355.88,93.4321,1.4602,300,300,20,0,1464,0,0,1), + (29018,4729,1,0,0,-907.966,2141.54,74.0541,0.978973,300,300,5,0,1464,0,0,1), + (29019,4729,1,0,0,-1109.54,726.093,145.012,0.671966,300,300,5,0,1464,0,0,1), + (29020,4729,1,0,0,-880.016,1423.5,61.3369,5.54892,300,300,20,0,1464,0,0,1), + (29021,4729,1,0,0,-1001.4,2234.11,87.5836,2.34446,300,300,5,0,1464,0,0,1), + (29022,4729,1,0,0,-981.323,1442.8,64.0423,2.91497,300,300,20,0,1464,0,0,1), + (29023,4729,1,0,0,-889.888,2101.24,62.2147,4.8732,300,300,20,0,1464,0,0,1), + (29024,4729,1,0,0,-996.779,2387.25,94.441,3.081,300,300,20,0,1464,0,0,1), + (29025,4729,1,0,0,-878.346,2325.55,92.8983,1.04424,300,300,20,0,1464,0,0,1), + (29026,4729,1,0,0,-883.306,1853.87,60.4792,1.39409,300,300,20,0,1464,0,0,1), + (29027,4729,1,0,0,-985.723,1897.11,59.0525,4.70375,300,300,20,0,1464,0,0,1), + (29028,4729,1,0,0,-943.407,1964.64,70.5744,0.348938,300,300,5,0,1464,0,0,1), + (29029,4729,1,0,0,-1019.14,1907.84,61.9775,4.08107,300,300,20,0,1464,0,0,1), + (29030,4729,1,0,0,-1020.64,1867.43,62.7669,5.13716,300,300,20,0,1464,0,0,1), + (29031,4729,1,0,0,-1012.55,1777.23,61.8374,3.52724,300,300,20,0,1464,0,0,1), + (29032,4729,1,0,0,-1117.32,1626.59,61.3963,4.78741,300,300,20,0,1464,0,0,1), + (29033,4729,1,0,0,-914.085,1776.13,61.4398,4.84798,300,300,20,0,1464,0,0,1), + (29034,4729,1,0,0,-982.783,1716.49,61.641,0.522779,300,300,20,0,1464,0,0,1), + (29035,4729,1,0,0,-1041.6,1725.58,61.2979,0.090664,300,300,20,0,1464,0,0,1), + (29036,4729,1,0,0,-1111.94,1515.51,60.3261,1.40369,300,300,20,0,1464,0,0,1), + (29037,4729,1,0,0,-1049.84,1385.91,63.6663,1.39935,300,300,20,0,1464,0,0,1), + (29038,4729,1,0,0,-1343.68,1411.44,62.0102,6.04152,300,300,20,0,1464,0,0,1), + (29039,4729,1,0,0,-1011.37,1616.12,61.5551,0.105881,300,300,20,0,1464,0,0,1), + (29040,4729,1,0,0,-1064.26,2117.47,61.2361,3.2624,300,300,20,0,1464,0,0,1), + (29041,4729,1,0,0,-1015.06,1656.13,61.5675,1.29974,300,300,20,0,1464,0,0,1), + (29042,4729,1,0,0,-957.107,1607.81,61.2361,5.58978,300,300,20,0,1464,0,0,1), + (29043,4729,1,0,0,-1213.25,1487.71,61.4532,5.67883,300,300,5,0,1464,0,0,1), + (29044,4729,1,0,0,-1337.64,2303.52,93.6779,3.93554,300,300,20,0,1464,0,0,1), + (29045,4729,1,0,0,-1149.48,2282.66,92.5206,4.71247,300,300,20,0,1464,0,0,1), + (29046,4729,1,0,0,-1089.61,2217.4,69.6456,3.12792,300,300,5,0,1464,0,0,1), + (29047,4729,1,0,0,-918.098,1720.86,61.6117,2.34209,300,300,5,0,1464,0,0,1), + (29048,4729,1,0,0,-952.461,1680.07,61.7989,4.02309,300,300,20,0,1464,0,0,1), + (29062,5760,1,0,0,-1818.57,1673.18,61.8251,2.85864,550,550,5,0,4572,0,0,2), + (29063,13697,1,0,0,-1465.35,2790.2,94.5739,4.44064,550,550,0,0,5736,1534,0,0), + (29064,13698,1,0,0,132.224,1363.84,199.158,2.26893,300,300,0,0,2766,1432,0,0), + (29065,13699,1,0,0,-1876.34,3025.16,19.3455,4.45059,300,300,0,0,1200,0,0,0), + (29066,6019,1,0,0,-1401.4,2082.97,61.939,3.9619,300,300,0,0,1605,0,0,0), + (29067,5771,1,0,0,-1879.11,1719.84,62.1328,5.95271,300,300,0,0,1410,1283,0,0), + (29068,4498,1,0,0,-1150.1,1884.43,88.8391,1.98968,300,300,0,0,2016,0,0,0), + (29069,13717,1,0,0,-2146.27,1963.47,84.239,0.715585,300,300,0,0,2666,0,0,0), + (29070,13718,1,0,0,-1417.84,2969.18,124.195,1.51197,550,550,0,0,3804,1332,0,0), + (29071,1182,1,0,0,215.07,1242.78,197.284,3.33358,300,300,0,0,2972,0,0,0), + (29072,12960,1,0,0,243.016,1238.59,192.236,0.261799,300,300,0,0,2471,0,0,0), + (29073,9636,1,0,0,-1153.31,1941.54,88.9524,5.13127,300,300,0,0,2568,0,0,0), + (29074,11685,1,0,0,-1361.74,2854.74,87.8492,2.31688,300,300,5,0,1077,3191,0,2), + (29075,11685,1,0,0,-1431.37,2990.85,115.053,5.54324,300,300,0,0,1077,3191,0,0), + (29076,11686,1,0,0,-1391.58,2865.86,77.7789,2.14308,300,300,5,0,1892,0,0,1), + (29077,11686,1,0,0,-1423.82,2981.11,133.223,6.13505,300,300,5,0,1892,0,0,2), + (29078,11686,1,0,0,-1459.92,2955.47,122.992,5.13127,300,300,0,0,1892,0,0,2), + (29079,11686,1,0,0,-1445.02,3002.65,115.233,3.27615,300,300,5,0,1892,0,0,1), + (29080,11686,1,0,0,-1419.15,2925,94.6432,0.645772,300,300,0,0,1892,0,0,0), + (29081,11687,1,0,0,-1434.84,2939.99,94.6049,0.323099,300,300,5,0,1691,0,0,1), + (29082,11687,1,0,0,-1434,2867.14,87.3397,1.35951,300,300,5,0,1691,0,0,1), + (29083,11687,1,0,0,-1398.9,2843.77,78.0613,1.8723,300,300,5,0,1691,0,0,1), + (29084,11687,1,0,0,-1439.69,2964.53,124.089,6.02715,300,300,5,0,1691,0,0,1), + (29085,11687,1,0,0,-1400.65,2958.68,126.832,4.75196,300,300,5,0,1691,0,0,1), + (29086,11687,1,0,0,-1497.31,2957.93,120.813,4.18708,300,300,5,0,1691,0,0,1), + (29087,11687,1,0,0,-1454.4,2987.86,114.61,3.95155,300,300,5,0,1691,0,0,1), + (29088,13737,1,0,0,149.931,1356.59,197.556,4.83456,300,300,0,0,2100,1097,0,0), + (29089,13737,1,0,0,140.919,1350.38,197.556,6.26573,300,300,0,0,2100,1097,0,0), + (29090,13737,1,0,0,-1875.75,3015.39,20.6904,5.13127,300,300,0,0,2100,1097,0,0), + (29091,13737,1,0,0,-1882.36,3028.11,18.7648,6.16101,300,300,0,0,2100,1097,0,0), + (29092,13737,1,0,0,-1873.48,3025.41,19.0721,3.94444,300,300,0,0,2100,1097,0,0), + (29093,2989,1,0,0,-1933.96,462.132,136.501,2.11185,300,300,0,0,137,0,0,0), + (29094,2989,1,0,0,-1903.41,422.315,138.288,5.2709,300,300,0,0,137,0,0,0), + (29095,2989,1,0,0,-1945.8,462.901,136.117,1.95477,300,300,0,0,137,0,0,0), + (29097,2989,1,0,0,-1958.69,462.581,136.068,1.50098,300,300,0,0,137,0,0,0), + (29098,2989,1,0,0,-1914.4,454.093,136.663,1.0472,300,300,0,0,137,0,0,0), + (29100,2989,1,0,0,-1980.58,459.359,137.267,0.959931,300,300,0,0,137,0,0,0), + (29101,2989,1,0,0,-1947.3,421.342,133.983,4.40665,300,300,5,0,137,0,0,1), + (29102,8878,1,0,0,-1241.63,1734,89.9728,4.79965,300,300,0,0,2471,0,0,0), + (29103,11438,1,0,0,-716.667,1431.25,90.3854,0.785398,300,300,0,0,2972,0,0,0), + (29106,2990,1,0,0,-1942.3,439.655,133.965,4.5965,300,300,5,0,143,319,0,1), + (29110,6068,1,0,0,-1586.08,844.74,114.331,0.381566,300,300,5,0,1402,0,0,1), + (29111,6068,1,0,0,-1589.26,849.507,114.456,2.76489,300,300,5,0,1402,0,0,1), + (29112,11715,1,0,0,185.94,1153.64,168.344,2.58309,300,300,0,0,2972,0,0,0), + (29113,10182,1,0,0,-3211.73,2217.37,33.8259,0.12586,550,550,0,0,22795,0,0,2), + (29114,12239,1,0,0,-1254.52,2910.1,73.339,3.99549,550,550,0,0,4953,0,0,0), + (29115,12240,1,0,0,-1360.96,2899.67,73.4338,5.77704,550,550,0,0,5148,0,0,0), + (29116,12241,1,0,0,-1359.63,2624.12,79.3354,1.11701,550,550,0,0,5148,0,0,0), + (29118,8150,1,0,0,255.034,1257.52,192.224,3.35103,300,300,0,0,2471,0,0,0), + (29120,8151,1,0,0,255.246,1306.5,191.938,4.32529,300,300,0,0,3294,0,0,0), + (29121,8151,1,0,0,194.035,1330.81,191.932,2.36593,300,300,0,0,3294,0,0,0), + (29122,8151,1,0,0,-35.2291,1203.3,98.4565,0.72028,300,300,0,0,3294,0,0,0), + (29123,8151,1,0,0,144.242,1180.82,166.306,4.09499,300,300,0,0,3294,0,0,0), + (29124,8151,1,0,0,73.2521,1215.15,158.847,5.72865,300,300,0,0,3294,0,0,0), + (29125,8151,1,0,0,170.319,1300.75,189.682,3.33008,300,300,0,0,3294,0,0,0), + (29126,8151,1,0,0,272.767,1264.54,190.042,2.31621,300,300,0,0,3294,0,0,2), + (29127,8151,1,0,0,160.393,1340.62,197.473,0.987912,300,300,0,0,3294,0,0,2), + (29128,8151,1,0,0,119.995,1337.48,190.998,4.12299,300,300,0,0,3294,0,0,0), + (29129,8151,1,0,0,-18.8596,1185.2,100.773,5.8579,300,300,0,0,3294,0,0,0), + (29130,8151,1,0,0,68.4149,1229.09,160.472,3.22267,300,300,0,0,3294,0,0,0), + (29131,8151,1,0,0,168.95,1198.4,166.406,6.11662,300,300,0,0,3294,0,0,0), + (29132,8152,1,0,0,-1144.79,1931.35,89.2302,4.60767,300,300,0,0,2471,0,0,0), + (29133,8153,1,0,0,-1236.88,1749.59,90.3568,5.46288,300,300,0,0,2666,0,0,0), + (29134,8154,1,0,0,-1228.71,1721.61,89.9293,0.152196,300,300,5,0,3294,0,0,2), + (29135,8154,1,0,0,-1196.74,1742.48,94.7171,2.46345,300,300,5,0,3294,0,0,1), + (29136,8154,1,0,0,-1269.52,1725.08,87.5774,0.764863,300,300,5,0,3294,0,0,1), + (29137,8154,1,0,0,-1161.24,1865.3,93.6688,1.17796,300,300,5,0,3294,0,0,2), + (29138,8154,1,0,0,-1314.16,1694.27,89.9324,5.93955,300,300,5,0,3294,0,0,1), + (29139,8154,1,0,0,-1152.14,1912.73,88.9619,1.27724,300,300,5,0,3294,0,0,2), + (29140,13019,1,0,0,-451.788,1753.09,153.571,4.86947,300,300,0,0,919,2457,0,0), + (29141,5600,1,0,0,-795.566,934.17,90.5846,2.77507,300,300,0,0,1341,0,0,0), + (29142,5601,1,0,0,-1958.45,1268.37,91.6906,1.02974,300,300,6,0,1550,0,0,2), + (29143,5602,1,0,0,-2410.73,2412.8,75.4217,1.25664,300,300,0,0,1377,0,0,0), + (29144,4075,1,0,0,-1274.94,2019.76,50.2692,3.26257,300,300,20,0,8,0,0,1), + (29145,4075,1,0,0,-977.768,2438.25,95.0699,3.19086,300,300,20,0,8,0,0,1), + (29146,4075,1,0,0,-722.573,1680.68,89.3606,3.32405,300,300,20,0,8,0,0,1), + (29147,4075,1,0,0,-1518.16,1523.29,62.7853,2.89709,300,300,20,0,8,0,0,1), + (29148,4075,1,0,0,75.8674,1654.64,106.393,4.09715,300,300,20,0,8,0,0,1), + (29149,4075,1,0,0,-199.28,882.391,91.2275,0.94998,300,300,20,0,8,0,0,1), + (29150,4075,1,0,0,-1276.04,2086.46,62.9008,2.54733,300,300,20,0,8,0,0,1), + (29151,4075,1,0,0,-485.417,1568.75,92.2055,6.21128,300,300,20,0,8,0,0,1), + (29152,4075,1,0,0,-1915.96,2853.39,53.3777,2.87674,300,300,20,0,8,0,0,1), + (29153,4075,1,0,0,-90.7814,1297.74,91.2912,0.135884,300,300,20,0,8,0,0,1), + (29154,4075,1,0,0,-1021.18,2033.42,62.1427,5.3096,300,300,20,0,8,0,0,1), + (29155,4075,1,0,0,-1349.66,1956.42,52.7211,0.444714,300,300,0,0,8,0,0,0), + (29156,4075,1,0,0,-1304.03,1369.43,61.485,1.12209,300,300,20,0,8,0,0,1), + (29157,4075,1,0,0,-1390.39,1859.05,50.2692,3.25216,300,300,20,0,8,0,0,1), + (29158,4075,1,0,0,-921.774,2250.74,88.6816,6.15561,300,300,20,0,8,0,0,1), + (29159,4075,1,0,0,-954.128,1897.25,61.4253,2.69771,300,300,20,0,8,0,0,1), + (29160,4075,1,0,0,-534.053,1832.04,94.6556,6.08245,300,300,20,0,8,0,0,1), + (29161,4075,1,0,0,-96.9907,1484.08,99.3328,2.89806,300,300,20,0,8,0,0,1), + (29162,4075,1,0,0,-1908.83,2376.58,60.607,3.59702,300,300,20,0,8,0,0,1), + (29163,4075,1,0,0,-1507.34,1203.98,98.9766,1.61992,300,300,20,0,8,0,0,1), + (29164,4075,1,0,0,-988.542,1405.21,62.881,3.36868,300,300,20,0,8,0,0,1), + (29165,4075,1,0,0,-689.583,1772.64,92.5026,4.71239,300,300,20,0,8,0,0,1), + (29166,4075,1,0,0,229.479,1812.55,87.729,3.28363,300,300,20,0,8,0,0,1), + (29167,4075,1,0,0,-973.133,1645.54,61.2361,1.73563,300,300,20,0,8,0,0,1), + (29168,4075,1,0,0,-156.771,1100.52,84.8755,6.09425,300,300,20,0,8,0,0,1), + (29169,4075,1,0,0,-762.546,2154.78,95.852,1.75537,300,300,20,0,8,0,0,1), + (29170,4075,1,0,0,-793.522,2377.43,93.6138,2.07308,300,300,20,0,8,0,0,1), + (29171,4075,1,0,0,-573.991,856.398,91.1244,6.02109,300,300,20,0,8,0,0,1), + (29172,4075,1,0,0,-618.237,945.573,93.2054,6.06769,300,300,20,0,8,0,0,1), + (29173,4075,1,0,0,-97.9312,1484.6,99.5005,3.15331,300,300,20,0,8,0,0,1), + (29174,4075,1,0,0,-1694.35,1915.25,60.9387,5.44632,300,300,20,0,8,0,0,1), + (29175,4075,1,0,0,-1825.39,2496.56,63.0393,3.75879,300,300,20,0,8,0,0,1), + (29176,4076,1,0,0,-469.443,905.794,90.3661,2.34177,300,300,20,0,8,0,0,1), + (29177,4076,1,0,0,-541.526,1353.55,91.7185,0.965993,300,300,20,0,8,0,0,1), + (29178,4076,1,0,0,-2085.51,1693.13,61.5896,3.4791,300,300,20,0,8,0,0,1), + (29179,4076,1,0,0,-1116.17,768.608,142.005,4.73387,300,300,20,0,8,0,0,1), + (29180,4076,1,0,0,248.019,2005.23,146.837,1.15164,300,300,20,0,8,0,0,1), + (29181,4076,1,0,0,-855.833,735.553,155.161,1.90433,300,300,20,0,8,0,0,1), + (29182,4076,1,0,0,-1755.81,1467.08,61.2598,5.5498,300,300,20,0,8,0,0,1), + (29183,4076,1,0,0,-1803.74,2523.43,64.6586,4.0767,300,300,20,0,8,0,0,1), + (29184,4076,1,0,0,-1180.34,1060.46,89.8482,1.10126,300,300,20,0,8,0,0,1), + (29185,4076,1,0,0,-2004.08,1178.38,96.0324,2.91223,300,300,20,0,8,0,0,1), + (29186,4076,1,0,0,-1756.97,2278.43,66.0255,4.05503,300,300,20,0,8,0,0,1), + (29187,4076,1,0,0,-358.4,1958.35,110.054,3.51956,300,300,20,0,8,0,0,1), + (29188,4076,1,0,0,-2096.41,1835.89,59.9914,3.90836,300,300,20,0,8,0,0,1), + (29189,4076,1,0,0,-637.413,2206.09,96.8589,5.0363,300,300,20,0,8,0,0,1), + (29190,4076,1,0,0,-979.553,1995.84,58.6186,4.42339,300,300,20,0,8,0,0,1), + (29191,4076,1,0,0,-2099.58,2369.83,60.2294,5.3298,300,300,20,0,8,0,0,1), + (29192,4076,1,0,0,-1147.32,1217.57,95.284,2.50139,300,300,20,0,8,0,0,1), + (29193,4076,1,0,0,-245.879,1353.17,89.052,0.336976,300,300,20,0,8,0,0,1), + (29194,4076,1,0,0,176.268,1822.94,89.977,0.94217,300,300,20,0,8,0,0,1), + (29195,4076,1,0,0,-1026.92,1160.42,91.2178,5.48466,300,300,20,0,8,0,0,1), + (29196,4076,1,0,0,-1582.23,1806.83,61.1894,5.26423,300,300,20,0,8,0,0,1), + (29197,12277,1,0,0,-1151.77,2707.09,111.197,2.51327,300,300,0,0,2376,0,0,0), + (29198,11259,1,0,0,-1221.01,1742.1,90.7142,5.61996,300,300,0,0,2471,0,0,0), + (29199,12027,1,0,0,-1701.76,3112.57,32.7567,4.64258,300,300,0,0,1605,0,0,0), + (29200,12028,1,0,0,-1694.69,3195.35,8.03622,3.33358,300,300,0,0,1605,0,0,0), + (29201,12030,1,0,0,-1637.97,3188.65,29.9849,2.42601,300,300,0,0,1454,0,0,0), + (29202,12031,1,0,0,-1705.49,3215.33,8.01613,3.76991,300,300,0,0,1605,0,0,0), + (29203,6145,1,0,0,1538.61,71.2577,-10.5241,3.51644,300,300,5,0,42,0,0,1), + (29204,6145,1,0,0,1554.48,4.92003,-6.26897,2.77463,300,300,5,0,42,0,0,1), + (29205,6145,1,0,0,1529.43,145.289,-4.44338,1.82937,300,300,5,0,42,0,0,1), + (29206,6145,1,0,0,1592.62,216.624,-4.30997,1.59333,300,300,5,0,42,0,0,1), + (29207,12043,1,0,0,984.601,1029.31,105.565,1.98968,300,300,0,0,1764,0,0,0), + (29208,12816,1,0,0,-177.568,-233.317,8.87961,5.84685,300,300,0,0,1240,0,0,0), + (29209,6167,1,0,0,485.662,1603.12,4.84034,4.67135,300,300,0,0,912,0,0,0), + (29210,5915,1,0,0,2518.53,1875.96,368.184,4.43314,43200,43200,0,0,2319,811,0,0), + (29211,12579,1,0,0,900.679,1743.99,-11.4967,1.14473,300,300,0,0,2250,0,0,0), + (29212,5928,1,0,0,1738.61,839.922,136.484,0.975841,43200,43200,0,0,2400,0,0,2), + (29213,5930,1,0,0,655.693,1798.58,-13.6838,3.76643,43200,43200,0,0,2196,1512,0,0), + (29214,5931,1,0,0,1212.69,-11.0859,-4.22585,1.3244,43200,43200,0,0,1953,0,0,0), + (29215,5932,1,0,0,1152.17,93.8365,-7.14718,0.907571,43200,43200,0,0,1669,0,0,0), + (29216,11821,1,0,0,-173.265,-331.165,9.80138,2.30383,300,300,0,0,1605,0,0,0), + (29217,7730,1,0,0,923.011,912.322,105.378,5.55015,300,300,0,0,2284,0,0,0), + (29218,7730,1,0,0,1003.81,909.281,107.418,1.19834,300,300,3,0,2284,0,0,1), + (29219,7730,1,0,0,923.422,818.217,106.785,5.68977,300,300,0,0,2284,0,0,0), + (29220,7730,1,0,0,677.768,1356.03,18.5525,0.279253,300,300,0,0,2284,0,0,0), + (29221,7730,1,0,0,919.611,1068.59,105.718,3.36848,300,300,0,0,2284,0,0,0), + (29222,7730,1,0,0,694.839,1350.2,16.1775,1.76278,300,300,0,0,2284,0,0,0), + (29223,7730,1,0,0,980.141,978.151,104.628,4.2586,300,300,0,0,2284,0,0,0), + (29224,7730,1,0,0,986.748,971.963,104.555,3.97935,300,300,0,0,2284,0,0,0), + (29225,7730,1,0,0,934.863,930.715,104.185,1.46914,300,300,5,0,2284,0,0,2), + (29226,7730,1,0,0,1023.03,1001.41,105.651,2.40855,300,300,0,0,2284,0,0,0), + (29227,7730,1,0,0,1022.51,1005.26,105.505,3.75246,300,300,0,0,2284,0,0,0), + (29228,7730,1,0,0,943.829,925.879,104.801,4.30828,300,300,5,0,2284,0,0,1), + (29229,7730,1,0,0,940.703,1060.5,106.659,1.8378,300,300,5,0,2284,0,0,1), + (29230,7730,1,0,0,855.055,1068.11,137.556,5.5082,300,300,5,0,2284,0,0,2), + (29231,7730,1,0,0,929.829,864.295,105.346,1.59654,300,300,5,0,2284,0,0,2), + (29232,7730,1,0,0,937.512,822.863,105.635,4.38078,300,300,0,0,2284,0,0,0), + (29233,7731,1,0,0,893.652,927.947,106.364,5.70723,300,300,0,0,1605,0,0,0), + (29234,4407,1,0,0,2682.83,1466.45,233.792,4.62512,600,600,0,0,7423,7071,0,0), + (29235,4409,1,0,0,2394.43,1812.36,391.783,6.12611,300,300,0,0,2097,0,0,0), + (29236,10048,1,0,0,917.614,905.439,105.418,5.77704,300,300,0,0,4484,0,0,0), + (29237,11074,1,0,0,1054.63,844.314,165.124,5.07891,300,300,0,0,3077,0,0,0), + (29238,8518,1,0,0,2366.03,1795.21,364.981,3.28122,600,600,0,0,2715,0,0,0), + (29239,16458,1,0,0,2729.88,1498.14,237.593,4.04916,300,300,0,0,1605,0,0,0), + (29240,9549,1,0,0,992.181,1030.96,105.676,2.23402,300,300,0,0,1605,0,0,0), + (29241,11856,1,0,0,129.705,-342.522,3.67976,3.59538,300,300,0,0,354,0,0,0), + (29242,1420,1,0,0,-3514.13,-2752,31.0573,2.8088,360,360,10,0,8,0,0,1), + (29243,11858,1,0,0,112.524,-350.556,4.4975,3.59538,300,300,0,0,417,0,0,0), + (29244,3411,1,0,0,-188.424,-347.647,8.87371,2.58309,300,300,0,0,1240,0,0,0), + (29245,11860,1,0,0,925.298,940.918,105.575,0.645772,300,300,0,0,1605,0,0,0), + (29246,11861,1,0,0,831.234,939.914,155.071,2.14675,300,300,0,0,1240,0,0,0), + (29247,11862,1,0,0,820.882,938.539,154.973,5.33142,300,300,0,0,1240,0,0,0), + (29248,11864,1,0,0,1015.68,928.041,103.519,1.29154,300,300,0,0,1240,0,0,0), + (29249,4188,1,0,0,2677.28,1507.65,234.948,4.93928,300,300,0,0,719,0,0,0), + (29250,4197,1,0,0,-180.86,-331.135,9.7653,0.977384,300,300,0,0,919,0,0,0), + (29251,4198,1,0,0,949.228,1002.23,103.836,2.32129,300,300,0,0,1605,2175,0,0), + (29252,4201,1,0,0,878.289,365.192,23.2634,6.16101,300,300,0,0,919,0,0,0), + (29253,2914,1,0,0,-3107.47,-4044.48,21.4025,4.64024,360,360,10,0,8,0,0,1), + (29254,4202,1,0,0,1605.99,96.7067,98.5654,0.191986,300,300,0,0,840,0,0,0), + (29255,883,1,0,0,2384.51,1247.99,301.714,4.46362,300,300,10,0,1,0,0,1), + (29256,6145,1,0,0,-2568.63,-4210.87,-8.91969,4.79489,360,360,5,0,42,0,0,1), + (29257,883,1,0,0,2440.03,1401.67,270.107,0.380144,300,300,5,0,1,0,0,1), + (29258,1412,1,0,0,2663.34,1305.89,266.882,6.0465,300,300,15,0,8,0,0,1), + (29259,1412,1,0,0,1433.44,-226.665,16.9846,4.46739,300,300,5,0,8,0,0,1), + (29260,1420,1,0,0,-3753.21,-2799.39,29.5224,6.15592,360,360,10,0,8,0,0,1), + (29261,2914,1,0,0,-4537.93,-3059.87,31.0224,0.25554,360,360,10,0,8,0,0,1), + (29262,1412,1,0,0,1353.57,-79.284,7.18725,4.30651,300,300,5,0,8,0,0,1), + (29263,1412,1,0,0,-189.362,-663.893,2.5616,2.46838,300,300,5,0,8,0,0,1), + (29264,1412,1,0,0,-18.0031,-505.159,-42.4997,4.20369,300,300,5,0,8,0,0,1), + (29265,1412,1,0,0,615.668,347.303,51.46,2.18424,300,300,15,0,8,0,0,1), + (29266,1412,1,0,0,2547.41,1737.88,319.34,2.07909,300,300,3,0,8,0,0,1), + (29267,1412,1,0,0,176.474,-413.781,9.19694,4.36381,300,300,5,0,8,0,0,1), + (29268,1412,1,0,0,1426.37,707.79,149.076,2.92971,300,300,5,0,8,0,0,1), + (29269,1412,1,0,0,1684.16,50.5777,131.546,4.68546,300,300,3,0,8,0,0,1), + (29270,1412,1,0,0,2595.23,1578.65,266.472,0.934704,300,300,5,0,8,0,0,1), + (29271,1412,1,0,0,2333.37,1566.61,281.516,0.795774,300,300,15,0,8,0,0,1), + (29272,1412,1,0,0,1277.71,-456.465,20.8082,4.59482,300,300,5,0,8,0,0,1), + (29273,1412,1,0,0,1524.02,734.071,140.555,1.89872,300,300,5,0,8,0,0,1), + (29274,1412,1,0,0,965.694,217.816,22.9362,2.04029,300,300,5,0,8,0,0,1), + (29275,1412,1,0,0,112.383,-551.376,0.53252,2.52975,300,300,5,0,8,0,0,1), + (29276,1420,1,0,0,-3836.05,-3125.14,41.6337,2.88477,360,360,10,0,8,0,0,1), + (29277,2914,1,0,0,-2784.22,-3121.83,29.4995,0.398996,360,360,10,0,8,0,0,1), + (29278,4412,1,0,0,-3242.68,-3281.28,51.557,2.35343,360,360,10,0,1536,0,0,1), + (29279,1412,1,0,0,43.3223,-758.761,-14.1941,3.92699,300,300,5,0,8,0,0,1), + (29280,1412,1,0,0,155.06,-721.428,-2.88956,4.46741,300,300,5,0,8,0,0,1), + (29281,1412,1,0,0,984.489,673.161,113.865,3.81363,300,300,5,0,8,0,0,1), + (29282,1412,1,0,0,-47.7502,-752.941,3.08177,4.84765,300,300,5,0,8,0,0,1), + (29283,1412,1,0,0,1513.89,-564.314,63.5546,2.73606,300,300,5,0,8,0,0,1), + (29284,1412,1,0,0,1731.26,736.741,142.193,3.37462,300,300,15,0,8,0,0,1), + (29285,1412,1,0,0,1582.7,-150.817,37.2409,2.0347,300,300,5,0,8,0,0,1), + (29286,1412,1,0,0,-171.363,-597.349,1.2963,1.5298,300,300,5,0,8,0,0,1), + (29287,1412,1,0,0,122.687,-19.4509,26.5787,1.56752,300,300,15,0,8,0,0,1), + (29288,1412,1,0,0,900.154,623.591,95.3309,6.21083,300,300,15,0,8,0,0,1), + (29289,1412,1,0,0,13.1474,-104.94,25.5801,3.87417,300,300,5,0,8,0,0,1), + (29290,1412,1,0,0,-161.416,-286.741,6.99685,2.87671,300,300,5,0,8,0,0,1), + (29291,1412,1,0,0,411.07,339.795,46.335,4.41533,300,300,15,0,8,0,0,1), + (29292,1412,1,0,0,1842.95,933.711,148.622,1.28364,300,300,5,0,8,0,0,1), + (29293,1412,1,0,0,2367.22,1124.02,309.51,5.5109,300,300,2,0,8,0,0,1), + (29294,1412,1,0,0,256.482,290.959,47.2146,3.29732,300,300,5,0,8,0,0,1), + (29295,1412,1,0,0,-36.5322,-517.285,-45.8444,4.67049,300,300,5,0,8,0,0,1), + (29296,11910,1,0,0,150.614,-852.216,-0.286712,2.48085,300,300,15,0,300,0,0,2), + (29297,11910,1,0,0,144.394,-830.705,-1.99603,3.27592,300,300,5,0,300,0,0,1), + (29298,11910,1,0,0,155.447,-889.792,5.59541,3.10338,300,300,0,0,300,0,0,0), + (29299,11910,1,0,0,148.184,-839.152,-1.83617,5.05833,300,300,15,0,300,0,0,1), + (29300,11910,1,0,0,111.192,-735.438,-13.7338,2.63287,300,300,5,0,300,0,0,1), + (29301,11910,1,0,0,110.503,-797.359,-7.43531,2.62786,300,300,0,0,300,0,0,0), + (29302,11910,1,0,0,103.469,-845.213,-1.3818,1.20331,300,300,0,0,300,0,0,0), + (29303,11910,1,0,0,53.6246,-779.285,-7.41269,2.74017,300,300,0,0,300,0,0,0), + (29304,11910,1,0,0,46.2388,-787.672,-7.38928,5.38405,300,300,5,0,300,0,0,1), + (29305,11910,1,0,0,110.581,-836.11,-1.8818,3.2396,300,300,0,0,300,0,0,0), + (29306,11910,1,0,0,102,-743.944,-15.0742,3.97935,300,300,0,0,300,0,0,0), + (29307,11910,1,0,0,12.6969,-701.354,-19.0471,0.436332,300,300,0,0,300,0,0,0), + (29308,11910,1,0,0,58.5667,-730.387,-20.7827,2.87304,300,300,5,0,300,0,0,1), + (29309,11910,1,0,0,72.8767,-735.993,-20.6697,2.53073,300,300,0,0,300,0,0,0), + (29310,11910,1,0,0,-6.88344,-703.117,-19.0054,4.46212,300,300,5,0,300,0,0,1), + (29311,11910,1,0,0,-35.024,-571.405,-42.5974,2.8211,300,300,15,0,300,0,0,1), + (29312,11910,1,0,0,-36.5416,-475.936,-43.2897,5.50331,300,300,5,0,300,0,0,1), + (29313,11911,1,0,0,90.8479,-756.484,-16.0392,1.1157,300,300,10,0,300,0,0,1), + (29314,11911,1,0,0,170.035,-885.732,4.99017,2.07937,300,300,10,0,300,0,0,1), + (29315,11911,1,0,0,193.153,-906.409,9.22982,0.423785,300,300,5,0,300,0,0,1), + (29316,11911,1,0,0,116.137,-804.653,-7.37103,0.904058,300,300,0,0,300,0,0,0), + (29317,11911,1,0,0,99.9996,-746.537,-15.3107,0.907571,300,300,0,0,300,0,0,0), + (29318,11911,1,0,0,111.877,-754.473,-14.2538,2.75762,300,300,0,0,300,0,0,0), + (29319,11911,1,0,0,114.997,-843.588,-1.87176,2.18897,300,300,0,0,300,0,0,0), + (29320,11911,1,0,0,145.502,-793.355,-7.17125,3.2847,300,300,5,0,300,0,0,1), + (29321,11911,1,0,0,169.885,-897.803,5.85305,4.01426,300,300,0,0,300,0,0,0), + (29322,11911,1,0,0,112.535,-770.897,-14.0603,1.52621,300,300,5,0,300,0,0,1), + (29323,11911,1,0,0,123.015,-797.72,-7.43531,4.7091,300,300,0,0,300,0,0,0), + (29324,11911,1,0,0,103.92,-766.237,-15.0923,3.05433,300,300,0,0,300,0,0,0), + (29325,11911,1,0,0,180.499,-888.993,7.74017,2.33148,300,300,0,0,300,0,0,0), + (29326,11911,1,0,0,86.3244,-772.38,-16.0811,3.00758,300,300,10,0,300,0,0,1), + (29327,11911,1,0,0,-3.27821,-777.738,-0.876476,1.13634,300,300,0,0,300,0,0,0), + (29328,11911,1,0,0,-4.74903,-770.421,-1.25148,5.72118,300,300,0,0,300,0,0,0), + (29329,11911,1,0,0,-28.6047,-775.482,2.87352,5.12744,300,300,5,0,300,0,0,1), + (29330,11911,1,0,0,-27.3226,-778.962,3.24852,2.39638,300,300,5,0,300,0,0,1), + (29331,11911,1,0,0,50.1916,-775.525,-7.41269,5.06145,300,300,0,0,300,0,0,0), + (29332,11911,1,0,0,52.7727,-815.458,-5.79843,0.849024,300,300,15,0,300,0,0,1), + (29333,11911,1,0,0,52.0833,-789.584,-7.38928,1.42043,300,300,0,0,300,0,0,0), + (29334,11911,1,0,0,74.5466,-835.102,-5.24944,4.3929,300,300,5,0,300,0,0,1), + (29335,11911,1,0,0,73.6362,-726.241,-20.7274,3.85718,300,300,0,0,300,0,0,0), + (29336,11911,1,0,0,63.8664,-745.419,-19.2455,6.27877,300,300,5,0,300,0,0,1), + (29337,11911,1,0,0,64.4562,-718.967,-20.5327,3.40718,300,300,5,0,300,0,0,1), + (29338,11911,1,0,0,-211.562,-701.865,3.94121,4.24894,300,300,3,0,300,0,0,1), + (29339,11911,1,0,0,-14.5638,-693.197,-19.2577,4.2318,300,300,5,0,300,0,0,2), + (29340,11911,1,0,0,-24.5696,-707.175,-12.647,1.12396,300,300,5,0,300,0,0,1), + (29341,11911,1,0,0,-170.819,-664.651,1.25788,4.59992,300,300,10,0,300,0,0,1), + (29342,11911,1,0,0,1.7731,-685.153,-19.0681,2.80748,300,300,5,0,300,0,0,1), + (29343,11911,1,0,0,5.32015,-697.773,-19.0471,2.05949,300,300,0,0,300,0,0,0), + (29344,11911,1,0,0,15.7395,-687.727,-19.0144,2.93215,300,300,0,0,300,0,0,0), + (29345,11911,1,0,0,32.7501,-641.267,-27.6324,0.998281,300,300,5,0,300,0,0,1), + (29346,11912,1,0,0,125,-553.438,1.95321,3.85718,300,300,0,0,328,0,0,0), + (29347,11912,1,0,0,195.054,-445.421,17.1658,1.18513,300,300,5,0,328,0,0,1), + (29348,11912,1,0,0,94.5783,-482.316,15.8381,3.10745,300,300,5,0,328,0,0,1), + (29349,11912,1,0,0,139.698,-563.851,1.31858,1.09599,300,300,5,0,328,0,0,1), + (29350,11912,1,0,0,84.7337,-468.692,14.5881,3.41359,300,300,5,0,328,0,0,1), + (29351,11912,1,0,0,166.222,-900.456,5.75856,0.994838,300,300,0,0,328,0,0,0), + (29352,11912,1,0,0,119.301,-548.524,2.2757,4.85202,300,300,0,0,328,0,0,0), + (29353,11912,1,0,0,85.5339,-447.177,14.3381,2.56135,300,300,5,0,328,0,0,1), + (29354,11912,1,0,0,105.644,-552.875,-0.001173,1.57928,300,300,5,0,328,0,0,1), + (29355,11912,1,0,0,135.102,-579.677,-0.357032,4.60767,300,300,0,0,328,0,0,0), + (29356,11912,1,0,0,197.377,-486.008,16.1506,0.196632,300,300,5,0,328,0,0,1), + (29357,11912,1,0,0,-11.0977,-783.917,1.22656,1.309,300,300,0,0,328,0,0,0), + (29358,11912,1,0,0,97.7314,-635.708,-5.16264,4.31096,300,300,0,0,328,0,0,0), + (29359,11912,1,0,0,118.664,-587.459,-1.20888,1.97222,300,300,0,0,328,0,0,0), + (29360,11912,1,0,0,131.526,-591.877,-0.266049,3.03687,300,300,0,0,328,0,0,0), + (29361,11912,1,0,0,110.314,-589.09,-1.37842,0.733038,300,300,0,0,328,0,0,0), + (29362,11912,1,0,0,99.9571,-651.068,-4.05949,2.35619,300,300,0,0,328,0,0,0), + (29363,11912,1,0,0,92.8747,-370.466,4.27746,4.84723,300,300,5,0,328,0,0,1), + (29364,11912,1,0,0,122.741,-359.846,3.39204,4.46804,300,300,0,0,328,0,0,0), + (29365,11912,1,0,0,101.952,-241.196,6.64679,2.51327,300,300,0,0,328,0,0,0), + (29366,11912,1,0,0,114.141,-272.448,5.29427,5.81456,300,300,5,0,328,0,0,1), + (29367,11912,1,0,0,106.611,-254.895,6.02179,5.82476,300,300,5,0,328,0,0,1), + (29368,11912,1,0,0,106.818,-329.647,3.20258,1.61656,300,300,5,0,328,0,0,1), + (29369,11912,1,0,0,90.6986,-261.466,5.21812,2.02458,300,300,0,0,328,0,0,0), + (29370,4489,1,0,0,1429.03,-602.057,62.854,1.16937,300,300,0,0,2016,1067,0,0), + (29371,11913,1,0,0,135.083,-540.326,3.09059,2.33874,300,300,0,0,285,790,0,0), + (29372,11913,1,0,0,212.86,-467.912,20.4939,3.76295,300,300,5,0,285,790,0,1), + (29373,11913,1,0,0,164.59,-403.634,7.06893,0.122719,300,300,5,0,285,790,0,1), + (29374,11913,1,0,0,105.261,-434.633,16.4607,1.94334,300,300,5,0,285,790,0,1), + (29375,11913,1,0,0,96.2718,-462.244,15.8381,6.20783,300,300,5,0,285,790,0,1), + (29376,11913,1,0,0,130.145,-391.242,1.57325,1.90241,300,300,0,0,285,790,0,0), + (29377,11913,1,0,0,123.828,-647.468,-0.806882,3.48496,300,300,5,0,285,790,0,1), + (29378,11913,1,0,0,129.928,-407.535,2.56615,4.70554,300,300,5,0,285,790,0,1), + (29379,11913,1,0,0,138.572,-581.196,-0.357032,3.54302,300,300,0,0,285,790,0,0), + (29380,11913,1,0,0,110.04,-751.072,-14.4319,4.85202,300,300,0,0,285,790,0,0), + (29381,11913,1,0,0,85.9395,-650.223,-6.54275,3.17088,300,300,5,0,285,790,0,1), + (29382,11913,1,0,0,123.186,-610.954,1.2361,4.3388,300,300,5,0,285,790,0,1), + (29383,11913,1,0,0,112.341,-572.52,-0.699453,4.99207,300,300,5,0,285,790,0,1), + (29384,7011,70,0,0,-99.3593,220.256,-43.6977,2.80998,7200,7200,0,0,1651,0,0,0), + (29385,11913,1,0,0,17.1301,-703.873,-19.0408,2.07694,300,300,0,0,285,790,0,0), + (29386,11913,1,0,0,162.647,-408.903,6.69393,5.47286,300,300,5,0,285,790,0,1), + (29387,11913,1,0,0,114.775,-383.49,1.63651,4.46847,300,300,5,0,285,790,0,1), + (29388,11913,1,0,0,130.895,-367.979,3.26151,5.61242,300,300,5,0,285,790,0,1), + (29389,11914,1,0,0,136.009,-533.534,3.09059,4.01426,300,300,0,0,482,0,0,0), + (29390,11915,1,0,0,-38.2517,406.406,104.335,0.384885,300,300,3,0,318,357,0,1), + (29391,11915,1,0,0,-57.8361,383.311,108.427,0.215177,300,300,0,0,318,357,0,0), + (29392,11915,1,0,0,-87.2766,196.904,101.426,2.64622,300,300,5,0,318,357,0,1), + (29393,11915,1,0,0,-97.6734,185.591,96.6757,3.93072,300,300,2,0,318,357,0,1), + (29394,11915,1,0,0,-104.438,339.755,93.7979,1.97975,300,300,0,0,318,357,0,0), + (29396,11915,1,0,0,-42.9074,248.362,85.9696,0.261867,300,300,0,0,318,357,0,0), + (29397,11915,1,0,0,-78.6286,313.175,85.5264,1.07945,300,300,0,0,318,357,0,0), + (29398,11915,1,0,0,-0.328958,377.332,105.239,0.631095,300,300,3,0,318,357,0,1), + (29399,11915,1,0,0,-10.4559,399.835,102.67,0.849035,300,300,0,0,318,357,0,0), + (29400,11915,1,0,0,-35.729,299.959,90.0041,0.756904,300,300,5,0,318,357,0,1), + (29401,11915,1,0,0,-125.418,221.375,98.0963,3.52028,300,300,0,0,318,357,0,0), + (29402,11915,1,0,0,-92.7389,268.216,95.2352,1.84536,300,300,0,0,318,357,0,0), + (29403,11915,1,0,0,-16.9768,310.542,95.0842,0.525938,300,300,0,0,318,357,0,0), + (29404,11915,1,0,0,-62.7179,278.48,88.3207,4.54852,300,300,0,0,318,357,0,0), + (29405,11915,1,0,0,-35.7594,303.471,90.5136,5.83187,300,300,0,0,318,357,0,0), + (29406,11915,1,0,0,-130.91,207.525,91.0963,4.66615,300,300,5,0,318,357,0,2), + (29407,11915,1,0,0,-29.6255,340.315,98.1289,1.24287,300,300,0,0,318,357,0,0), + (29408,11915,1,0,0,-9.24038,358.066,104.741,4.23511,300,300,0,0,318,357,0,0), + (29409,11915,1,0,0,-113.318,211.236,98.496,2.00713,300,300,0,0,318,357,0,0), + (29410,11917,1,0,0,-103.565,392.575,95.5481,5.63851,300,300,5,0,300,856,0,1), + (29411,11917,1,0,0,-102.877,359.386,96.1244,0.713119,300,300,5,0,300,856,0,1), + (29412,11917,1,0,0,-48.177,334.004,118.754,0.23116,300,300,6,0,300,856,0,2), + (29413,11917,1,0,0,-120.406,377.267,94.6277,4.89596,300,300,5,0,300,856,0,1), + (29414,11917,1,0,0,-95.0294,340.365,116.902,1.21289,300,300,6,0,300,856,0,2), + (29415,11917,1,0,0,-41.146,364.752,119.692,1.61298,300,300,0,0,300,856,0,0), + (29416,11917,1,0,0,-90.9982,310.263,121.684,4.35137,300,300,0,0,300,856,0,0), + (29417,11917,1,0,0,-41.5304,399.889,105.665,0.721945,300,300,3,0,300,856,0,1), + (29418,11917,1,0,0,-11.2749,450.13,104.161,2.54267,300,300,0,0,300,856,0,0), + (29419,11917,1,0,0,-2.76746,360.057,108.765,5.46173,300,300,0,0,300,856,0,0), + (29420,11917,1,0,0,-45.2246,247.741,85.9696,3.40357,300,300,0,0,300,856,0,0), + (29421,11917,1,0,0,-35.448,299.482,89.991,1.07417,300,300,0,0,300,856,0,0), + (29422,11917,1,0,0,-97.2067,318.97,87.8313,3.59205,300,300,0,0,300,856,0,0), + (29423,11917,1,0,0,-12.5966,380.074,106.11,1.89599,300,300,0,0,300,856,0,0), + (29424,11917,1,0,0,7.93289,447.7,103.73,0.200303,300,300,0,0,300,856,0,0), + (29425,11917,1,0,0,-46.3783,279.651,90.1847,0.214299,300,300,0,0,300,856,0,0), + (29426,11917,1,0,0,-110.893,245.408,102.87,0.434493,300,300,0,0,300,856,0,0), + (29427,11917,1,0,0,-110.213,237.08,102.448,1.18067,300,300,0,0,300,856,0,0), + (29428,11917,1,0,0,-90.3974,259.903,96.7885,4.98695,300,300,5,0,300,856,0,2), + (29429,11917,1,0,0,-53.9914,272.637,88.3305,1.97585,300,300,5,0,300,856,0,1), + (29430,11917,1,0,0,-67.2892,274.189,87.7127,6.13879,300,300,0,0,300,856,0,0), + (29431,11917,1,0,0,-76.5529,312.704,85.5844,1.61925,300,300,0,0,300,856,0,0), + (29432,11917,1,0,0,-49.2597,313.528,90.4373,3.61085,300,300,0,0,300,856,0,0), + (29433,11917,1,0,0,-21.6501,338.753,98.3386,1.33127,300,300,5,0,300,856,0,2), + (29434,11918,1,0,0,-103.117,364.307,95.4404,5.66334,300,300,5,0,386,0,0,1), + (29435,11918,1,0,0,-103.635,329.714,118.825,3.47328,300,300,0,0,386,0,0,0), + (29436,11918,1,0,0,-58.9686,331.464,116.669,2.44865,300,300,0,0,386,0,0,0), + (29437,11918,1,0,0,-120.388,399.096,94.9328,2.21569,300,300,5,0,386,0,0,1), + (29438,11918,1,0,0,-63.404,376.642,120.454,1.7119,300,300,2,0,386,0,0,1), + (29439,11918,1,0,0,-48.2578,335.342,118.713,6.17664,300,300,0,0,386,0,0,0), + (29440,11918,1,0,0,-76.1697,345.43,113.173,0.234213,300,300,5,0,386,0,0,1), + (29442,11918,1,0,0,-136.867,376.045,95.3196,2.80252,300,300,5,0,386,0,0,1), + (29443,11918,1,0,0,-63.2287,343.849,122.137,2.01925,300,300,0,0,386,0,0,0), + (29444,11918,1,0,0,-5.76356,444.919,104.391,5.77121,300,300,0,0,386,0,0,0), + (29445,11918,1,0,0,-17.8449,394.829,104.88,2.15914,300,300,3,0,386,0,0,1), + (29446,11918,1,0,0,-87.3491,270.193,93.2213,3.84208,300,300,0,0,386,0,0,0), + (29447,11921,1,0,0,511.902,708.578,80.1161,3.54302,300,300,0,0,1562,0,0,0), + (29448,3988,1,0,0,1097.58,-171.882,5.05252,2.72301,300,300,0,0,449,0,0,0), + (29449,3988,1,0,0,1210.04,-30.1524,-3.12624,4.80847,300,300,0,0,449,0,0,0), + (29450,3988,1,0,0,1287.42,-260.53,-3.78784,0.513614,300,300,5,0,449,0,0,1), + (29451,3988,1,0,0,1511.46,-211.459,32.1912,0.463407,300,300,0,0,449,0,0,0), + (29452,3988,1,0,0,1074.58,-452.594,3.63456,5.76148,300,300,5,0,449,0,0,1), + (29453,3988,1,0,0,1153.36,-378.436,2.97987,0.305101,300,300,5,0,449,0,0,1), + (29454,3988,1,0,0,1297.73,-247.676,-4.91284,6.23412,300,300,5,0,449,0,0,1), + (29455,3988,1,0,0,1532.91,-225.402,34.1934,2.2457,300,300,0,0,449,0,0,0), + (29456,3988,1,0,0,1129.69,-381.771,2.13386,0.163808,300,300,5,0,449,0,0,1), + (29457,3988,1,0,0,1086.7,-424.413,0.419383,3.38261,300,300,5,0,449,0,0,1), + (29458,3988,1,0,0,1175.74,179.495,30.6264,0.113916,300,300,0,0,449,0,0,0), + (29459,3988,1,0,0,1175.35,182.401,21.6931,0.77118,300,300,0,0,449,0,0,0), + (29460,3988,1,0,0,1163.15,187.251,28.5041,2.85746,300,300,0,0,449,0,0,0), + (29461,3988,1,0,0,1244.27,244.271,10.5944,1.72922,300,300,0,0,449,0,0,0), + (29462,3988,1,0,0,1163.47,193.486,14.3493,0.137905,300,300,0,0,449,0,0,0), + (29463,3988,1,0,0,1330.73,-339.404,12.0097,0.049293,300,300,5,0,449,0,0,1), + (29464,3988,1,0,0,1235.15,43.8659,-5.877,0.716703,300,300,0,0,449,0,0,0), + (29465,3988,1,0,0,1234.49,10.5645,-4.0197,4.72674,300,300,0,0,449,0,0,0), + (29466,3988,1,0,0,1221.67,211.365,6.90538,1.92751,300,300,0,0,449,0,0,0), + (29467,3988,1,0,0,1435.22,1.73209,38.5955,6.27808,300,300,0,0,449,0,0,0), + (29468,3988,1,0,0,1434.64,-28.5739,27.0166,5.82216,300,300,0,0,449,0,0,0), + (29469,3988,1,0,0,1427.58,1.40557,24.9343,3.19141,300,300,0,0,449,0,0,0), + (29470,3988,1,0,0,1311.41,-308.578,7.54405,2.99102,300,300,5,0,449,0,0,1), + (29471,3988,1,0,0,1071.44,-331.959,-9.23697,0.296706,300,300,0,0,449,0,0,0), + (29472,3989,1,0,0,993.42,-382.994,8.45106,5.39307,300,300,0,0,417,0,0,0), + (29473,3989,1,0,0,998.082,-407.591,4.69384,1.56162,300,300,5,0,417,0,0,1), + (29474,3989,1,0,0,1374.19,41.1019,9.53226,1.88977,300,300,15,0,417,0,0,1), + (29475,3989,1,0,0,1055.34,-74.2775,10.4354,2.53679,300,300,15,0,417,0,0,1), + (29476,3989,1,0,0,1277.42,-183.184,1.85207,3.92948,300,300,5,0,417,0,0,1), + (29477,3989,1,0,0,1414.59,164.038,18.8095,1.54224,300,300,5,0,417,0,0,1), + (29478,3989,1,0,0,1510.72,-251.467,30.7062,2.68743,300,300,5,0,417,0,0,1), + (29479,3989,1,0,0,1481.77,-222.396,23.0258,0.920188,300,300,0,0,417,0,0,0), + (29480,3989,1,0,0,1251.92,8.25672,-5.45986,2.28638,300,300,0,0,417,0,0,0), + (29481,3989,1,0,0,1247.62,-18.2377,-5.45257,3.10082,300,300,0,0,417,0,0,0), + (29482,3989,1,0,0,1481.04,-249.438,23.8496,1.39863,300,300,5,0,417,0,0,1), + (29483,3989,1,0,0,1051.63,52.0496,10.7279,3.03801,300,300,15,0,417,0,0,1), + (29484,3989,1,0,0,1079.82,-179.113,5.14791,5.25413,300,300,0,0,417,0,0,0), + (29485,3989,1,0,0,973.437,-385.417,8.26437,0.982622,300,300,5,0,417,0,0,1), + (29486,3989,1,0,0,1174.64,-189.081,-3.29092,0.351108,300,300,15,0,417,0,0,1), + (29487,3989,1,0,0,1314.58,43.75,7.42179,4.34602,300,300,15,0,417,0,0,1), + (29488,7011,70,0,0,-101.67,213.408,-41.9086,2.79253,7200,7200,0,0,1651,0,0,0), + (29489,3989,1,0,0,1321.44,-78.1199,7.17956,3.14078,300,300,5,0,417,0,0,1), + (29490,3989,1,0,0,1305.21,-14.4597,6.77313,5.16945,300,300,5,0,417,0,0,1), + (29491,3989,1,0,0,1282.76,-107.681,2.71623,4.82585,300,300,5,0,417,0,0,1), + (29492,3989,1,0,0,1269.13,-90.459,2.54168,0.854418,300,300,5,0,417,0,0,1), + (29493,3989,1,0,0,1221.35,23.4375,-7.41665,1.77861,300,300,0,0,417,0,0,0), + (29494,3989,1,0,0,1232.33,22.439,-5.91665,5.79599,300,300,0,0,417,0,0,0), + (29495,3989,1,0,0,1235.27,33.9079,-5.877,3.1058,300,300,10,0,417,0,0,1), + (29496,3989,1,0,0,1207.41,3.52051,-5.91665,0.871883,300,300,5,0,417,0,0,1), + (29497,3989,1,0,0,1118.42,-37.9909,0.887072,1.1523,300,300,5,0,417,0,0,1), + (29498,3989,1,0,0,1120.88,-12.3546,-2.13375,6.15592,300,300,15,0,417,0,0,1), + (29499,3989,1,0,0,1151.54,-146.81,-2.02313,2.55846,300,300,5,0,417,0,0,1), + (29500,3989,1,0,0,1186.5,-153.072,-8.19504,1.80543,300,300,5,0,417,0,0,1), + (29501,3989,1,0,0,1240.91,-291.631,3.38032,0.41654,300,300,5,0,417,0,0,1), + (29502,3989,1,0,0,1073.75,-245.716,3.31131,3.10181,300,300,15,0,417,0,0,1), + (29503,3989,1,0,0,1272.24,54.3262,4.04694,1.7797,300,300,0,0,417,0,0,0), + (29504,3989,1,0,0,1120.26,-422.299,13.7023,5.00472,300,300,5,0,417,0,0,1), + (29505,3989,1,0,0,1245.52,3.09246,-4.03026,3.68575,300,300,0,0,417,0,0,0), + (29506,3989,1,0,0,1229.09,6.99544,-3.95189,2.40855,300,300,0,0,417,0,0,0), + (29507,3989,1,0,0,1155.15,49.8804,1.6771,3.56937,300,300,0,0,417,0,0,0), + (29508,3989,1,0,0,1202.74,81.4167,-6.9396,0.713548,300,300,5,0,417,0,0,1), + (29509,3989,1,0,0,1076.69,7.03491,6.47895,5.08799,300,300,15,0,417,0,0,1), + (29510,3989,1,0,0,1128.53,283.558,16.991,4.33255,300,300,15,0,417,0,0,1), + (29511,3989,1,0,0,1174.13,289.539,17.5159,1.03122,300,300,15,0,417,0,0,1), + (29512,3989,1,0,0,1115.78,184.17,1.54853,4.75605,300,300,5,0,417,0,0,1), + (29513,3989,1,0,0,1074.95,74.2885,7.71724,4.23992,300,300,5,0,417,0,0,1), + (29514,3989,1,0,0,1114.8,243.778,11.9053,3.89898,300,300,5,0,417,0,0,1), + (29515,3989,1,0,0,1154.59,284.083,15.1901,5.48467,300,300,15,0,417,0,0,1), + (29516,3989,1,0,0,1215,343.344,32.4643,4.78078,300,300,5,0,417,0,0,1), + (29517,3989,1,0,0,1180.38,317.375,24.4645,3.57073,300,300,15,0,417,0,0,1), + (29518,3989,1,0,0,1406.81,19.0236,15.4873,5.59258,300,300,5,0,417,0,0,1), + (29519,3989,1,0,0,1444.29,48.435,23.7031,1.72088,300,300,0,0,417,0,0,0), + (29520,3989,1,0,0,1291.05,-58.1176,5.60059,3.58576,300,300,5,0,417,0,0,1), + (29521,3989,1,0,0,1308.48,19.058,3.15791,0.827529,300,300,15,0,417,0,0,1), + (29522,3989,1,0,0,1454.69,78.8831,18.3948,1.52292,300,300,5,0,417,0,0,1), + (29523,3989,1,0,0,1434.58,111.231,15.8176,3.02026,300,300,15,0,417,0,0,1), + (29524,3989,1,0,0,1354.16,106.229,11.2656,5.17691,300,300,15,0,417,0,0,1), + (29525,3989,1,0,0,1413.53,52.6125,17.7885,1.61081,300,300,15,0,417,0,0,1), + (29526,3989,1,0,0,1422.2,-10.5944,23.9359,0.597758,300,300,0,0,417,0,0,0), + (29527,3989,1,0,0,1447.59,-27.977,27.2466,1.36008,300,300,5,0,417,0,0,1), + (29528,3989,1,0,0,1314.33,-281.291,3.55779,2.27953,300,300,5,0,417,0,0,1), + (29529,3989,1,0,0,1249.58,-315.86,4.76367,4.58995,300,300,5,0,417,0,0,1), + (29530,3989,1,0,0,1114.05,-274.524,-3.19886,4.35911,300,300,15,0,417,0,0,1), + (29531,3989,1,0,0,1157.94,-324.595,0.400597,4.94308,300,300,5,0,417,0,0,1), + (29532,3989,1,0,0,1120.12,-218.388,-1.23722,5.63226,300,300,15,0,417,0,0,1), + (29533,3989,1,0,0,1119.52,-150.571,3.62703,5.4097,300,300,5,0,417,0,0,1), + (29534,3989,1,0,0,1152.35,-118.296,-0.726496,5.42989,300,300,5,0,417,0,0,1), + (29535,3989,1,0,0,1045.58,112.173,15.9995,5.9348,300,300,5,0,417,0,0,1), + (29536,3989,1,0,0,1146.53,139.357,-2.10843,3.42868,300,300,5,0,417,0,0,1), + (29537,3989,1,0,0,1117.85,147.465,1.72174,5.77106,300,300,5,0,417,0,0,1), + (29538,3989,1,0,0,1115.52,119.316,0.034335,1.54204,300,300,5,0,417,0,0,1), + (29539,3989,1,0,0,1349.5,80.6684,11.8869,5.83919,300,300,15,0,417,0,0,1), + (29540,3991,1,0,0,1006.76,-394.963,7.05668,4.45529,300,300,5,0,379,1118,0,1), + (29541,3991,1,0,0,988.424,-421.823,7.94384,0.164435,300,300,5,0,379,1118,0,1), + (29542,3991,1,0,0,995.666,-392.513,8.51437,2.0145,300,300,5,0,379,1118,0,1), + (29543,3991,1,0,0,1417.76,109.658,16.456,2.02396,300,300,15,0,379,1118,0,1), + (29544,3991,1,0,0,1239.73,-36.5277,-4.72459,1.63121,300,300,5,0,379,1118,0,1), + (29545,3991,1,0,0,1259.64,-3.04671,-5.45986,4.98236,300,300,0,0,379,1118,0,0), + (29546,3991,1,0,0,1246.03,-8.72993,-5.45913,2.15386,300,300,0,0,379,1118,0,0), + (29547,3991,1,0,0,1257.97,76.0321,-1.41545,5.03043,300,300,15,0,379,1118,0,1), + (29548,3991,1,0,0,1039.1,-20.8365,9.65971,3.55172,300,300,15,0,379,1118,0,1), + (29549,3991,1,0,0,985.708,-394.326,8.13937,4.96264,300,300,5,0,379,1118,0,1), + (29550,3991,1,0,0,981.987,-388.697,8.15117,3.22886,300,300,0,0,379,1118,0,0), + (29551,3991,1,0,0,1240.2,290.337,21.7893,2.55287,300,300,10,0,379,1118,0,1), + (29552,3991,1,0,0,1348.31,-54.4886,7.02842,3.10235,300,300,5,0,379,1118,0,1), + (29553,3991,1,0,0,1079.03,-115.357,6.37491,1.40469,300,300,15,0,379,1118,0,1), + (29554,3991,1,0,0,1213.15,1.70309,-5.54165,4.75571,300,300,5,0,379,1118,0,1), + (29555,3991,1,0,0,1112.3,34.381,4.73375,5.12787,300,300,0,0,379,1118,0,0), + (29556,3991,1,0,0,1139.5,-188.174,1.84705,3.37847,300,300,15,0,379,1118,0,1), + (29557,3991,1,0,0,1022.11,23.9093,14.5853,3.49671,300,300,15,0,379,1118,0,1), + (29558,3991,1,0,0,1056.71,-217.822,4.35851,1.51313,300,300,15,0,379,1118,0,1), + (29559,3991,1,0,0,1270.11,30.5287,-2.29823,0.675587,300,300,15,0,379,1118,0,1), + (29560,3991,1,0,0,1289.44,14.1953,-0.923229,5.60172,300,300,15,0,379,1118,0,1), + (29561,3991,1,0,0,1176.26,59.8985,-4.61112,1.69121,300,300,5,0,379,1118,0,1), + (29562,3991,1,0,0,1147.42,225.675,3.06128,3.08912,300,300,15,0,379,1118,0,1), + (29563,3991,1,0,0,1158.37,245.22,7.20656,1.7427,300,300,15,0,379,1118,0,1), + (29564,3991,1,0,0,1220.31,287.604,19.0621,1.59092,300,300,15,0,379,1118,0,1), + (29565,3991,1,0,0,1068.85,152.067,9.7775,2.97506,300,300,5,0,379,1118,0,1), + (29566,3991,1,0,0,1427.06,77.2103,15.1243,4.94836,300,300,5,0,379,1118,0,1), + (29567,3991,1,0,0,1378.66,112.94,14.3081,3.12917,300,300,5,0,379,1118,0,1), + (29568,3991,1,0,0,1342.27,-222.916,-4.83082,4.17354,300,300,5,0,379,1118,0,1), + (29569,3991,1,0,0,1363.8,-249.657,-2.55251,0.493879,300,300,5,0,379,1118,0,1), + (29570,3991,1,0,0,1184.22,-352.124,3.79417,5.57032,300,300,5,0,379,1118,0,1), + (29571,3991,1,0,0,1117.54,-354.809,-1.76076,4.57132,300,300,5,0,379,1118,0,1), + (29572,3991,1,0,0,1137.76,-248.212,-1.77798,2.82787,300,300,15,0,379,1118,0,1), + (29573,7011,70,0,0,-100.271,196.996,-39.4195,4.64258,7200,7200,0,0,1651,0,0,0), + (29574,7011,70,0,0,-107.486,197.499,-40.3266,4.46804,7200,7200,0,0,1651,0,0,0), + (29575,3991,1,0,0,1115.51,-80.1564,2.22527,2.06869,300,300,5,0,379,1118,0,1), + (29576,3991,1,0,0,1082.72,-48.7102,4.54915,3.53971,300,300,15,0,379,1118,0,1), + (29577,3991,1,0,0,1320.02,116.555,4.05254,0.141069,300,300,5,0,379,1118,0,1), + (29578,3992,1,0,0,1587.77,176.649,99.418,1.73537,300,300,0,0,494,0,0,0), + (29579,3992,1,0,0,1650.44,103.648,110.773,5.17967,300,300,0,0,494,0,0,0), + (29580,3992,1,0,0,1645.89,112.124,120.899,3.49693,300,300,5,0,494,0,0,2), + (29581,3992,1,0,0,1653.63,117.756,120.89,5.43651,300,300,0,0,494,0,0,0), + (29582,3993,1,0,0,1603.67,181.113,104.684,3.6197,300,300,0,0,531,0,0,0), + (29583,3993,1,0,0,1616.66,148.559,104.854,0.493765,300,300,0,0,531,0,0,0), + (29584,3993,1,0,0,1615.13,95.7419,98.5497,0.463949,300,300,0,0,531,0,0,0), + (29585,3994,1,0,0,2652.91,1433.92,226.773,3.94444,300,300,0,0,985,0,0,0), + (29586,3995,1,0,0,-272.48,-394.084,17.2051,6.19592,300,300,0,0,1240,0,0,0), + (29587,3999,1,0,0,984.224,-414.481,8.56884,1.75839,300,300,5,0,531,0,0,1), + (29588,3999,1,0,0,1011.88,-415.821,-0.452411,4.80394,300,300,5,0,531,0,0,1), + (29589,7012,70,0,0,-85.0633,214.664,-46.0615,3.83972,7200,7200,0,0,1205,2975,0,0), + (29590,6912,70,0,0,-176.003,169.17,-47.3276,2.68781,7200,7200,0,0,1110,1067,0,0), + (29591,4847,70,0,0,-160.858,363.96,-33.8446,4.39823,7200,7200,5,0,3540,1236,0,1), + (29592,4847,70,0,0,-139.421,370.119,-41.6872,3.56047,7200,7200,0,0,3540,1236,0,0), + (29593,7030,70,0,0,-139.302,393.84,-40.2474,5.79449,7200,7200,0,0,3678,1283,0,0), + (29594,4847,70,0,0,-137.294,386.394,-40.2004,5.96903,7200,7200,2,0,3540,1236,0,1), + (29595,3999,1,0,0,996.774,-384.309,8.63937,4.46794,300,300,5,0,531,0,0,1), + (29596,3999,1,0,0,970.331,-287.341,0.149651,0.890118,300,300,0,0,531,0,0,0), + (29597,3999,1,0,0,961.876,-373.6,7.1239,3.4383,300,300,0,0,531,0,0,0), + (29598,3999,1,0,0,972.917,-389.584,8.26437,6.14042,300,300,5,0,531,0,0,1), + (29599,3999,1,0,0,923.187,-300.743,18.8559,2.32129,300,300,0,0,531,0,0,0), + (29600,3999,1,0,0,935.647,-264.868,21.8071,0.890118,300,300,0,0,531,0,0,0), + (29601,3999,1,0,0,935.909,-302.741,0.022009,3.89208,300,300,0,0,531,0,0,0), + (29602,3999,1,0,0,957.275,-353.651,4.54844,2.56563,300,300,0,0,531,0,0,0), + (29603,3999,1,0,0,946.661,-311.718,0.291756,3.36848,300,300,0,0,531,0,0,0), + (29604,3999,1,0,0,974.102,-332.552,-1.92823,2.04204,300,300,0,0,531,0,0,0), + (29605,3999,1,0,0,943.049,-316.238,19.1879,0.349066,300,300,0,0,531,0,0,0), + (29606,3999,1,0,0,968.469,-328.601,22.6706,1.06465,300,300,0,0,531,0,0,0), + (29607,3999,1,0,0,906.571,-283.051,20.9832,4.81711,300,300,0,0,531,0,0,0), + (29608,3999,1,0,0,879.985,-295.811,19.1038,5.21853,300,300,0,0,531,0,0,0), + (29609,3999,1,0,0,865.061,-303.768,18.9022,4.7822,300,300,0,0,531,0,0,0), + (29610,3999,1,0,0,963.551,-340.963,0.010297,2.18166,300,300,0,0,531,0,0,0), + (29611,3999,1,0,0,887.386,-285.61,19.5187,1.97222,300,300,0,0,531,0,0,0), + (29612,3999,1,0,0,939.742,-286.714,17.8741,0.942478,300,300,0,0,531,0,0,0), + (29613,3999,1,0,0,917.948,-267.875,22.4074,2.80998,300,300,0,0,531,0,0,0), + (29614,3999,1,0,0,927.455,-288.851,17.9986,4.53786,300,300,0,0,531,0,0,0), + (29615,3999,1,0,0,949.799,-281.214,-0.292042,2.14675,300,300,0,0,531,0,0,0), + (29616,3999,1,0,0,982.505,-311.335,-0.364167,3.85718,300,300,0,0,531,0,0,0), + (29617,3999,1,0,0,992.25,-324.27,0.314784,0.261799,300,300,0,0,531,0,0,0), + (29618,3999,1,0,0,891.687,-259.686,7.36589,1.55334,300,300,0,0,531,0,0,0), + (29619,3999,1,0,0,929.09,-286.711,-0.980391,1.5708,300,300,0,0,531,0,0,0), + (29620,3999,1,0,0,916.568,-297.072,0.628332,4.13643,300,300,0,0,531,0,0,0), + (29621,3999,1,0,0,965.126,-322.559,-0.498094,5.95157,300,300,0,0,531,0,0,0), + (29622,3999,1,0,0,1017.8,-321.092,11.482,5.91602,300,300,5,0,531,0,0,1), + (29623,3999,1,0,0,941.74,-362.089,16.2391,4.27606,300,300,0,0,531,0,0,0), + (29624,3999,1,0,0,876.294,-320.046,13.2246,4.62512,300,300,0,0,531,0,0,0), + (29625,3999,1,0,0,939.721,-343.803,18.1538,0.069813,300,300,0,0,531,0,0,0), + (29626,3999,1,0,0,870.064,-268.135,6.31243,2.67035,300,300,0,0,531,0,0,0), + (29627,3999,1,0,0,889.814,-290.741,8.30929,0.314159,300,300,0,0,531,0,0,0), + (29628,3999,1,0,0,873.102,-281.982,6.1997,3.54302,300,300,0,0,531,0,0,0), + (29629,3999,1,0,0,962.367,-255.647,-3.87937,1.27409,300,300,0,0,531,0,0,0), + (29630,3999,1,0,0,926.238,-272.413,-1.08276,5.32325,300,300,0,0,531,0,0,0), + (29631,3999,1,0,0,947.906,-253.54,-2.80272,1.5708,300,300,0,0,531,0,0,0), + (29632,3999,1,0,0,912.163,-274.649,-0.192252,1.55334,300,300,0,0,531,0,0,0), + (29633,3999,1,0,0,911.824,-319.433,19.1343,3.26377,300,300,0,0,531,0,0,0), + (29634,3999,1,0,0,938.149,-253.52,-2.05069,2.25148,300,300,0,0,531,0,0,0), + (29635,3999,1,0,0,898.903,-329.275,17.209,0.994838,300,300,0,0,531,0,0,0), + (29636,3999,1,0,0,888.617,-315.657,14.0279,0.314159,300,300,0,0,531,0,0,0), + (29637,3999,1,0,0,918.873,-335.689,20.0014,4.66003,300,300,0,0,531,0,0,0), + (29638,3999,1,0,0,945.724,-333.755,19.1636,4.92183,300,300,0,0,531,0,0,0), + (29639,4003,1,0,0,1015.19,-388.88,2.80076,4.4428,300,300,5,0,413,1202,0,1), + (29640,4003,1,0,0,988.946,-449.603,10.795,0.438239,300,300,0,0,413,1202,0,0), + (29641,4003,1,0,0,1003.92,-344.914,11.9614,2.72339,300,300,5,0,413,1202,0,1), + (29642,4003,1,0,0,928.354,-325.184,17.8208,2.8483,300,300,5,0,413,1202,0,1), + (29643,4003,1,0,0,975.135,-364.015,16.1092,2.51022,300,300,5,0,413,1202,0,1), + (29644,4003,1,0,0,986.863,-358.174,13.1609,4.39204,300,300,5,0,413,1202,0,1), + (29645,4003,1,0,0,979.757,-373.077,16.1254,5.80246,300,300,5,0,413,1202,0,1), + (29646,4004,1,0,0,978.261,-377.896,9.01437,1.60377,300,300,5,0,531,0,0,1), + (29647,4004,1,0,0,956.421,-298.245,-2.62035,2.67215,300,300,5,0,531,0,0,1), + (29648,4004,1,0,0,884.557,-290.536,19.055,0.192409,300,300,5,0,531,0,0,1), + (29649,4847,70,0,0,-151.839,368.456,-33.9654,5.93412,7200,7200,0,0,3540,1236,0,0), + (29650,7023,70,0,0,-163.76,387.992,-36.3564,0.10472,7200,7200,0,0,8255,0,0,0), + (29651,4847,70,0,0,-143.07,389.049,-39.8265,0.959931,7200,7200,3,0,3540,1236,0,1), + (29652,4852,70,0,0,-248.191,240.72,-46.5294,0.296706,7200,7200,0,0,3279,1142,0,0), + (29653,4850,70,0,0,-242.073,241.255,-47.9852,2.70526,7200,7200,0,0,4008,0,0,0), + (29654,4850,70,0,0,-246.664,245.974,-46.9168,5.44543,7200,7200,0,0,4008,0,0,0), + (29655,4852,70,0,0,-258.846,280.83,-48.5384,2.79253,7200,7200,0,0,3279,1142,0,0), + (29656,4850,70,0,0,-265.963,280.01,-48.3898,0.767945,7200,7200,0,0,4008,0,0,0), + (29657,4850,70,0,0,-267.258,286.174,-47.2355,5.51524,7200,7200,0,0,4008,0,0,0), + (29658,4852,70,0,0,-244.168,266.766,-50.3178,3.57792,7200,7200,0,0,3279,1142,0,0), + (29659,4850,70,0,0,-223.6,197.962,-44.5323,3.42085,7200,7200,0,0,4008,0,0,0), + (29660,4004,1,0,0,976.912,-303.737,-1.75238,6.18464,300,300,5,0,531,0,0,1), + (29661,4004,1,0,0,974.101,-359.985,15.9695,5.65547,300,300,5,0,531,0,0,1), + (29662,4004,1,0,0,924.875,-292.083,-1.94959,3.19295,300,300,5,0,531,0,0,1), + (29663,4004,1,0,0,887.805,-320.193,13.2774,5.31431,300,300,5,0,531,0,0,1), + (29664,4004,1,0,0,925.211,-317.129,17.6935,1.19842,300,300,5,0,531,0,0,1), + (29665,4004,1,0,0,958.914,-358.857,16.2358,5.2571,300,300,5,0,531,0,0,1), + (29666,4005,1,0,0,513.87,365.567,56.6907,0.366049,300,300,3,0,356,0,0,1), + (29667,4005,1,0,0,199.198,74.9318,48.8335,5.22463,300,300,5,0,356,0,0,1), + (29668,4005,1,0,0,548.882,360.21,54.9328,4.76999,300,300,10,0,356,0,0,1), + (29669,4005,1,0,0,574.48,275.103,55.3677,4.80707,300,300,5,0,356,0,0,1), + (29670,4005,1,0,0,-88.1819,54.2936,49.3883,4.00596,300,300,5,0,356,0,0,1), + (29671,4005,1,0,0,-126.067,107.388,49.4364,4.38485,300,300,5,0,356,0,0,2), + (29672,4005,1,0,0,445.33,619.038,76.2063,3.11124,300,300,5,0,356,0,0,1), + (29673,4005,1,0,0,481.977,576.114,90.5921,1.32141,300,300,5,0,356,0,0,1), + (29674,4005,1,0,0,468.69,580.323,87.2171,5.45685,300,300,2,0,356,0,0,1), + (29675,4005,1,0,0,447.97,638.64,75.9563,4.28904,300,300,10,0,356,0,0,1), + (29676,4005,1,0,0,436.772,628.679,77.5813,0.859716,300,300,5,0,356,0,0,1), + (29677,4005,1,0,0,434.028,514.107,97.0751,3.37509,300,300,3,0,356,0,0,1), + (29678,4005,1,0,0,445.112,563.423,84.2377,1.55473,300,300,5,0,356,0,0,1), + (29679,4005,1,0,0,429.86,498.896,97.9011,2.16508,300,300,3,0,356,0,0,1), + (29680,4005,1,0,0,432.278,433.463,83.0789,5.04755,300,300,5,0,356,0,0,2), + (29681,4005,1,0,0,260.322,246.072,64.9352,1.6726,300,300,5,0,356,0,0,1), + (29682,4005,1,0,0,253.052,237.183,68.0243,0.893311,300,300,5,0,356,0,0,1), + (29683,4005,1,0,0,453.1,367.391,52.4984,3.33996,300,300,10,0,356,0,0,1), + (29684,4005,1,0,0,374.306,356.44,44.658,5.96946,300,300,15,0,356,0,0,1), + (29685,4005,1,0,0,427.009,289.262,50.9211,4.35052,300,300,3,0,356,0,0,1), + (29686,4005,1,0,0,470.634,309.926,50.4788,0.659564,300,300,10,0,356,0,0,1), + (29687,4005,1,0,0,59.7743,-41.8298,24.5964,4.97727,300,300,15,0,356,0,0,1), + (29688,4005,1,0,0,30.7453,-112.831,20.6806,3.20368,300,300,15,0,356,0,0,1), + (29689,4006,1,0,0,1240.18,-628.809,23.0537,3.26885,300,300,5,0,449,0,0,1), + (29690,4006,1,0,0,1474.03,-518.351,45.0665,3.06145,300,300,15,0,449,0,0,1), + (29691,4006,1,0,0,1419.04,-398.023,14.3612,1.45246,300,300,5,0,449,0,0,1), + (29692,4006,1,0,0,1509.21,-423.24,32.2474,5.28819,300,300,15,0,449,0,0,1), + (29693,4006,1,0,0,1178.33,-537.544,6.23039,3.6597,300,300,15,0,449,0,0,1), + (29694,4006,1,0,0,1277.61,-527.06,25.258,4.46724,300,300,3,0,449,0,0,1), + (29695,4006,1,0,0,1153.44,-505.265,7.24733,1.23237,300,300,15,0,449,0,0,1), + (29696,4006,1,0,0,1207.91,-509.485,11.5974,0.141069,300,300,10,0,449,0,0,1), + (29697,4006,1,0,0,1260.14,-483.923,13.8767,3.38655,300,300,15,0,449,0,0,1), + (29698,4006,1,0,0,1195.23,-594.65,15.46,0.481113,300,300,3,0,449,0,0,1), + (29699,4006,1,0,0,1421.11,-383.663,12.4079,2.11222,300,300,5,0,449,0,0,1), + (29700,4006,1,0,0,1467.05,-442.888,22.9186,2.91296,300,300,5,0,449,0,0,1), + (29701,4006,1,0,0,1338.88,309.743,17.7549,0.07746,300,300,5,0,449,0,0,1), + (29702,4006,1,0,0,1493.67,-377.661,23.363,0.226672,300,300,5,0,449,0,0,1), + (29703,4006,1,0,0,1217.6,-452.748,15.3355,2.37001,300,300,15,0,449,0,0,1), + (29704,4006,1,0,0,1270.35,-471.432,17.1255,1.53956,300,300,15,0,449,0,0,1), + (29705,4006,1,0,0,1527.82,-348.191,33.4064,6.26561,300,300,5,0,449,0,0,1), + (29706,4006,1,0,0,1311.36,343.501,32.5357,1.59445,300,300,5,0,449,0,0,1), + (29707,4006,1,0,0,1289.27,325.057,28.9573,5.79072,300,300,15,0,449,0,0,1), + (29708,4006,1,0,0,1336.39,232.999,10.527,3.53878,300,300,15,0,449,0,0,1), + (29709,4006,1,0,0,1329.73,277.096,12.139,3.56315,300,300,15,0,449,0,0,1), + (29710,4006,1,0,0,1258.66,-544.873,13.5333,0.289304,300,300,5,0,449,0,0,1), + (29711,4006,1,0,0,1526.78,-375.153,30.731,1.78735,300,300,15,0,449,0,0,1), + (29712,4006,1,0,0,1466.67,-374.49,19.6646,2.34032,300,300,5,0,449,0,0,1), + (29713,4006,1,0,0,1241.79,-408.536,15.7618,0.793685,300,300,5,0,449,0,0,1), + (29714,4006,1,0,0,1390.69,-412.34,16.8828,1.08354,300,300,15,0,449,0,0,1), + (29715,4006,1,0,0,1363.31,-451.813,23.6828,4.80429,300,300,15,0,449,0,0,1), + (29716,4006,1,0,0,1441.56,-320.392,7.36515,5.62249,300,300,15,0,449,0,0,1), + (29717,4006,1,0,0,1418.55,253.043,14.513,5.31356,300,300,15,0,449,0,0,1), + (29718,4006,1,0,0,1186.86,-470.364,14.1485,3.20259,300,300,5,0,449,0,0,1), + (29719,4006,1,0,0,1512.14,-477.353,45.8353,1.73562,300,300,15,0,449,0,0,1), + (29720,4006,1,0,0,1448.84,-488.324,27.2888,2.41495,300,300,15,0,449,0,0,1), + (29721,4006,1,0,0,1451.95,-532.563,39.6818,1.62554,300,300,15,0,449,0,0,1), + (29722,4006,1,0,0,1417.47,-491.822,24.9937,1.58544,300,300,15,0,449,0,0,1), + (29723,4006,1,0,0,1419.25,-451.311,24.0257,5.53575,300,300,15,0,449,0,0,1), + (29724,4006,1,0,0,573.995,585.836,76.7459,2.97038,300,300,5,0,449,0,0,1), + (29725,4006,1,0,0,593.661,603.137,75.8345,2.11,300,300,5,0,449,0,0,1), + (29726,4006,1,0,0,599.271,630.329,74.9595,2.30933,300,300,5,0,449,0,0,1), + (29727,4006,1,0,0,581.265,659.213,74.4338,4.26651,300,300,15,0,449,0,0,1), + (29728,4006,1,0,0,581.16,636.265,70.4425,1.08165,300,300,15,0,449,0,0,1), + (29729,4006,1,0,0,1581.81,-132.266,27.2298,3.72959,300,300,5,0,449,0,0,1), + (29730,4006,1,0,0,1446.9,-78.8802,27.3057,1.86412,300,300,5,0,449,0,0,1), + (29731,4006,1,0,0,1449.8,-154.891,25.8416,4.38305,300,300,15,0,449,0,0,1), + (29732,4006,1,0,0,1415.65,-180.739,18.8198,2.6779,300,300,15,0,449,0,0,1), + (29733,4006,1,0,0,1381.62,279.713,15.4656,3.52174,300,300,5,0,449,0,0,1), + (29734,4007,1,0,0,1439.01,860.461,138.112,2.67791,300,300,15,0,290,0,0,1), + (29735,4007,1,0,0,1376.05,849.836,156.324,1.81033,300,300,15,0,290,0,0,1), + (29736,4007,1,0,0,1413.52,958.269,148.624,4.40991,300,300,5,0,290,0,0,1), + (29737,4007,1,0,0,1515.39,649.193,139.165,0.369627,300,300,15,0,290,0,0,1), + (29738,4007,1,0,0,1374.64,942.675,155.64,3.28535,300,300,5,0,290,0,0,1), + (29739,4007,1,0,0,1554.52,684.828,140.35,4.82439,300,300,15,0,290,0,0,1), + (29740,4007,1,0,0,1335.36,875.111,163.986,3.9954,300,300,5,0,290,0,0,1), + (29741,4007,1,0,0,509.913,606.904,73.1518,5.49453,300,300,5,0,290,0,0,1), + (29742,4007,1,0,0,549.227,620.645,68.4838,4.91097,300,300,15,0,290,0,0,1), + (29743,4007,1,0,0,1073.66,714.729,133.859,3.95512,300,300,5,0,290,0,0,1), + (29744,4007,1,0,0,1377.59,717.853,155.355,3.49979,300,300,15,0,290,0,0,1), + (29745,4007,1,0,0,971.797,288.645,23.5961,2.26628,300,300,5,0,290,0,0,1), + (29746,4007,1,0,0,983.252,207.551,22.1554,0.024288,300,300,5,0,290,0,0,1), + (29747,4007,1,0,0,983.109,261.429,21.2721,1.01447,300,300,5,0,290,0,0,1), + (29748,4007,1,0,0,948.474,261.737,23.7643,0.975752,300,300,5,0,290,0,0,1), + (29749,4007,1,0,0,929.63,226.874,20.8112,3.68007,300,300,5,0,290,0,0,1), + (29750,4007,1,0,0,1013.99,692.171,118.708,2.736,300,300,5,0,290,0,0,1), + (29751,4007,1,0,0,866.627,292.521,22.6572,2.87991,300,300,15,0,290,0,0,1), + (29752,4007,1,0,0,840.315,272.579,23.7991,0.244975,300,300,15,0,290,0,0,1), + (29753,4007,1,0,0,891.436,674.514,98.112,5.78752,300,300,15,0,290,0,0,1), + (29754,4007,1,0,0,546.594,573.062,84.7349,6.27128,300,300,5,0,290,0,0,1), + (29755,4007,1,0,0,1480.34,886.293,131.184,1.89711,300,300,5,0,290,0,0,1), + (29756,4007,1,0,0,519.448,570.711,91.415,5.03962,300,300,3,0,290,0,0,1), + (29757,4007,1,0,0,521.875,671.875,78.3781,1.62181,300,300,5,0,290,0,0,1), + (29758,4007,1,0,0,455.661,669.983,76.5037,0.833092,300,300,10,0,290,0,0,1), + (29759,4007,1,0,0,493.527,660.141,72.6238,1.24905,300,300,10,0,290,0,0,1), + (29760,4007,1,0,0,476.413,637.319,67.2488,2.87994,300,300,15,0,290,0,0,1), + (29761,4007,1,0,0,456.063,698.484,84.1287,2.80982,300,300,5,0,290,0,0,1), + (29762,4007,1,0,0,479.533,683.194,79.9709,1.78674,300,300,5,0,290,0,0,1), + (29763,4007,1,0,0,508.729,680.632,78.8781,4.25846,300,300,10,0,290,0,0,1), + (29764,4007,1,0,0,502.373,623.721,67.9018,0.11309,300,300,5,0,290,0,0,1), + (29765,4007,1,0,0,561.438,664.217,76.789,0.239886,300,300,15,0,290,0,0,1), + (29766,4007,1,0,0,542.437,664.019,78.164,2.51955,300,300,0,0,290,0,0,0), + (29767,4007,1,0,0,536.558,647.828,77.289,1.50689,300,300,15,0,290,0,0,1), + (29768,4007,1,0,0,940.764,365.845,33.9811,5.26353,300,300,5,0,290,0,0,1), + (29769,4007,1,0,0,1052.31,258.436,19.9383,1.15444,300,300,5,0,290,0,0,1), + (29770,4007,1,0,0,1023.93,234.554,23.8973,1.08157,300,300,5,0,290,0,0,1), + (29771,4007,1,0,0,1453.86,636.738,149.021,1.405,300,300,3,0,290,0,0,1), + (29772,4007,1,0,0,915.567,610.374,97.5943,0.076248,300,300,3,0,290,0,0,1), + (29773,4850,70,0,0,-211.945,247.895,-48.5138,3.89208,7200,7200,3,0,4008,0,0,1), + (29774,2209,0,0,0,2288.87,243.432,27.1719,5.044,300,300,0,0,1172,0,0,0), + (29775,1735,0,0,0,2240.14,609.873,33.4997,4.39823,300,300,0,0,1114,0,0,0), + (29776,16096,0,0,0,2070.67,289.674,97.1149,1.58825,900,900,0,0,4700,0,0,0), + (29777,1745,0,0,0,2259.59,312.751,34.8431,5.28835,300,300,0,0,1042,0,0,0), + (29778,7980,0,0,0,2074.89,282.039,59.3904,6.07375,300,300,0,0,6197,0,0,0), + (29779,1738,0,0,0,2133.82,165.34,38.0079,3.69342,300,300,0,0,1200,0,0,0), + (29780,1743,0,0,0,2288.33,387.875,34.363,2.11185,300,300,0,0,1042,0,0,0), + (29781,7980,0,0,0,2057.72,285.63,59.4004,2.98451,300,300,0,0,6197,0,0,0), + (29782,16096,0,0,0,2061.22,238.249,99.8488,5.02655,900,900,0,0,4700,0,0,0), + (29783,2210,0,0,0,2295.68,246.425,27.5413,3.7001,300,300,0,0,1172,0,0,0), + (29784,1765,0,0,0,1458.97,539.176,48.0651,2.57332,300,300,5,0,198,0,0,1), + (29785,1765,0,0,0,1516.98,687.972,50.7996,0.499035,300,300,5,0,198,0,0,1), + (29786,1765,0,0,0,1529.37,559.778,50.3755,0.558799,300,300,5,0,198,0,0,1), + (29787,1547,0,0,0,2624.53,1287.23,49.479,3.04077,300,300,5,0,101,142,0,1), + (29788,1553,0,0,0,2107.86,1148.63,34.0916,5.39812,300,300,5,0,120,0,0,1), + (29789,1547,0,0,0,2546.37,1195.78,67.5728,0.415125,300,300,5,0,101,142,0,1), + (29790,1547,0,0,0,2342.73,1165.76,35.577,3.71985,300,300,5,0,101,142,0,1), + (29791,1547,0,0,0,2250.88,1194.67,34.3002,1.66191,300,300,10,0,101,142,0,1), + (29792,1553,0,0,0,2622.98,1145.87,83.5926,3.41641,300,300,10,0,120,0,0,1), + (29793,10781,0,0,0,1601.69,203.622,-55.2596,2.33874,300,300,0,0,2471,0,0,0), + (29794,1519,0,0,0,2205.75,1184.52,32.328,1.16937,300,300,0,0,1106,0,0,0), + (29795,1521,0,0,0,2249.06,236.785,41.2981,0,300,300,0,0,334,0,0,0), + (29796,1496,0,0,0,2287.66,403.372,34.0048,3.10669,300,300,0,0,1042,0,0,0), + (29797,1515,0,0,0,2278.08,295.587,35.3301,1.93731,300,300,0,0,298,0,0,0), + (29798,1652,0,0,0,2270.7,279.998,35.3226,2.70526,300,300,0,0,1172,0,0,0), + (29799,1497,0,0,0,2574.63,-48.2606,33.7965,2.39245,300,300,0,0,3165,0,0,0), + (29800,1560,0,0,0,2252.83,250.671,34.3437,5.67232,300,300,0,0,644,0,0,0), + (29801,1500,0,0,0,2262.26,244.257,33.717,3.42085,300,300,0,0,644,0,0,0), + (29802,6491,0,0,0,-6439,-1115,312.16,3.172,490,490,0,0,7680,0,0,0), + (29803,1568,0,0,0,1678.99,1667.86,135.855,3.76991,300,300,0,0,166,0,0,0), + (29804,1569,0,0,0,1843.32,1639.9,97.8113,4.60767,300,300,0,0,166,0,0,0), + (29805,1570,0,0,0,1848.82,1580.47,94.7451,1.79769,300,300,0,0,166,0,0,0), + (29806,1661,0,0,0,1847.73,1638.65,97.0169,4.15388,300,300,0,0,112,0,0,0), + (29807,1508,0,0,0,1808.2,1541.72,97.2886,3.88889,120,120,10,0,42,0,0,1), + (29808,1508,0,0,0,1770.32,1517.16,111.011,4.28476,120,120,10,0,42,0,0,1), + (29809,1506,0,0,0,1875.67,1303.86,90.4382,1.06303,300,300,5,0,71,0,0,1), + (29810,1507,0,0,0,1719.75,1294.1,127.224,3.61536,300,300,5,0,67,174,0,1), + (29811,1506,0,0,0,1862.37,1327.33,76.739,3.44423,300,300,10,0,71,0,0,1), + (29812,1506,0,0,0,1804.3,1333.56,88.0722,4.86114,300,300,10,0,71,0,0,1), + (29813,4007,1,0,0,1111.83,645.929,139.911,4.84984,300,300,15,0,290,0,0,1), + (29814,4007,1,0,0,1537.13,743.788,138.297,4.17098,300,300,15,0,290,0,0,1), + (29815,4007,1,0,0,1626.89,760.49,133.291,5.61656,300,300,15,0,290,0,0,1), + (29816,4007,1,0,0,1153.06,705.125,149.141,3.95737,300,300,3,0,290,0,0,1), + (29817,4007,1,0,0,754.821,267.533,24.6489,1.80927,300,300,5,0,290,0,0,1), + (29818,4007,1,0,0,802.329,244.087,23.1911,3.23363,300,300,5,0,290,0,0,1), + (29819,4007,1,0,0,755.366,235.697,26.3391,1.63032,300,300,5,0,290,0,0,1), + (29820,4007,1,0,0,840,211.478,27.0943,6.09862,300,300,15,0,290,0,0,1), + (29821,4007,1,0,0,841.273,239.635,22.8926,3.33018,300,300,15,0,290,0,0,1), + (29822,4007,1,0,0,871.241,213.508,25.8859,6.0607,300,300,5,0,290,0,0,1), + (29823,4007,1,0,0,850.791,196.863,27.5627,0.518021,300,300,5,0,290,0,0,1), + (29824,4007,1,0,0,917.699,162.945,26.5788,1.88126,300,300,15,0,290,0,0,1), + (29825,4007,1,0,0,932.51,79.0298,27.3162,1.24812,300,300,3,0,290,0,0,1), + (29826,4007,1,0,0,951.985,182.553,22.2969,2.02537,300,300,15,0,290,0,0,1), + (29827,4007,1,0,0,926.128,683.096,103.166,3.2296,300,300,15,0,290,0,0,1), + (29828,4007,1,0,0,911.543,315.748,22.0793,4.34275,300,300,15,0,290,0,0,1), + (29829,4008,1,0,0,-25.9089,-823.318,35.6148,2.81984,300,300,5,0,328,0,0,1), + (29830,4008,1,0,0,48.3777,-306.548,37.1151,0.762969,300,300,5,0,328,0,0,1), + (29831,4008,1,0,0,37.1395,-357.918,48.6856,0.481265,300,300,5,0,328,0,0,1), + (29832,4008,1,0,0,68.1764,-522.012,37.9101,0.066438,300,300,5,0,328,0,0,1), + (29833,4008,1,0,0,203.388,-474.944,17.7022,3.77728,300,300,5,0,328,0,0,1), + (29834,4008,1,0,0,-67.6764,-774.354,8.26818,1.5298,300,300,5,0,328,0,0,1), + (29835,4008,1,0,0,194.905,-493.781,16.4693,3.37399,300,300,5,0,328,0,0,1), + (29836,4008,1,0,0,-161.157,70.4932,89.4972,4.65655,300,300,5,0,328,0,0,1), + (29837,4008,1,0,0,555.766,245.477,68.2104,1.23097,300,300,5,0,328,0,0,1), + (29838,4008,1,0,0,-145.142,-464.063,-16.9308,1.41356,300,300,5,0,328,0,0,1), + (29839,4008,1,0,0,20.5647,-398.958,25.3959,0,300,300,5,0,328,0,0,1), + (29840,4008,1,0,0,552.917,430.864,71.1342,1.82335,300,300,5,0,328,0,0,1), + (29841,4008,1,0,0,152.189,-672.435,29.8616,5.91194,300,300,5,0,328,0,0,1), + (29842,4008,1,0,0,43.0333,-310.201,35.6643,5.0899,300,300,5,0,328,0,0,1), + (29843,4008,1,0,0,-204.299,-517.418,8.89275,2.78537,300,300,5,0,328,0,0,1), + (29844,4008,1,0,0,-174.517,-588.197,0.611151,6.09399,300,300,10,0,328,0,0,1), + (29845,4008,1,0,0,-196.019,-505.152,3.72639,0.015324,300,300,5,0,328,0,0,1), + (29847,4009,1,0,0,1104.11,-556.101,10.2678,3.32022,300,300,5,0,417,0,0,1), + (29848,4009,1,0,0,1009.49,-194.965,19.927,0.070403,300,300,3,0,417,0,0,1), + (29849,4009,1,0,0,1456.37,306.045,79.6933,6.07659,300,300,5,0,417,0,0,1), + (29850,4009,1,0,0,1289.55,-585.213,38.2608,3.90766,300,300,2,0,417,0,0,1), + (29851,4009,1,0,0,1540.94,-156.934,63.4597,0.226175,300,300,5,0,417,0,0,1), + (29852,4009,1,0,0,1781.12,748.79,143.992,5.117,300,300,15,0,417,0,0,1), + (29853,4009,1,0,0,1608.09,-278.801,56.2109,2.89306,300,300,5,0,417,0,0,1), + (29854,4009,1,0,0,1339.73,377.641,44.1754,5.81473,300,300,5,0,417,0,0,1), + (29855,4009,1,0,0,1534.16,-465.687,52.1256,0.202567,300,300,5,0,417,0,0,1), + (29856,4009,1,0,0,1234.59,-646.835,24.5711,1.08012,300,300,5,0,417,0,0,1), + (29857,4009,1,0,0,825.226,167.452,45.7051,0.055014,300,300,5,0,417,0,0,1), + (29858,4009,1,0,0,865.887,131.566,40.2951,0.035176,300,300,5,0,417,0,0,1), + (29859,4009,1,0,0,988.976,-4.78965,23.3988,3.14745,300,300,3,0,417,0,0,1), + (29860,4009,1,0,0,776.213,196.919,49.6798,6.22973,300,300,5,0,417,0,0,1), + (29861,4009,1,0,0,1838.01,776.407,144.65,3.35412,300,300,15,0,417,0,0,1), + (29862,4009,1,0,0,1828.97,821.846,145.775,5.59945,300,300,15,0,417,0,0,1), + (29863,4009,1,0,0,929.885,37.9659,68.5943,4.90002,300,300,5,0,417,0,0,1), + (29864,4009,1,0,0,1789.99,753.811,143.142,6.18374,300,300,15,0,417,0,0,1), + (29865,4009,1,0,0,1781.4,915.429,137.128,1.31486,300,300,15,0,417,0,0,1), + (29866,4009,1,0,0,1821.7,936.047,144.194,1.32819,300,300,15,0,417,0,0,1), + (29867,4009,1,0,0,1765.58,791.125,136.761,2.23364,300,300,5,0,417,0,0,1), + (29868,4009,1,0,0,1660.18,758.678,134.048,5.19437,300,300,10,0,417,0,0,1), + (29869,4009,1,0,0,1713.66,845.909,125.434,2.98464,300,300,5,0,417,0,0,1), + (29870,4009,1,0,0,1729.92,870.364,126.707,3.92561,300,300,15,0,417,0,0,1), + (29871,4009,1,0,0,1780.14,868.272,138.003,2.02134,300,300,5,0,417,0,0,1), + (29872,4009,1,0,0,1725.51,922.457,129.914,4.19479,300,300,15,0,417,0,0,1), + (29873,4009,1,0,0,658.509,227.958,42.0496,0.889763,300,300,5,0,417,0,0,1), + (29874,4009,1,0,0,1141.11,385.716,53.491,1.15257,300,300,5,0,417,0,0,1), + (29875,4009,1,0,0,968.599,361.42,32.6065,4.90902,300,300,5,0,417,0,0,1), + (29876,4011,1,0,0,1155.21,-547.113,5.60101,6.27537,300,300,5,0,449,0,0,1), + (29877,4011,1,0,0,1330.19,289.645,15.6005,4.47498,300,300,5,0,449,0,0,1), + (29878,4011,1,0,0,1488.8,-537.501,50.5953,1.26325,300,300,5,0,449,0,0,2), + (29879,1506,0,0,0,1678.79,1330.88,130.01,3.76314,300,300,5,0,71,0,0,1), + (29881,1506,0,0,0,1790.39,1345.21,89.3329,0.891939,300,300,0,0,71,0,0,0), + (29883,1502,0,0,0,1853.81,1487.77,91.1091,1.3634,120,120,5,0,42,0,0,1), + (29884,1501,0,0,0,1946.66,1470.27,76.7557,3.95143,120,120,10,0,42,0,0,1), + (29885,568,0,0,0,-9159.75,-3346.15,105.242,2.49582,300,300,0,0,664,0,0,0), + (29886,568,0,0,0,-9105.33,-3326.74,100.807,0.242378,300,300,10,0,664,0,0,1), + (29887,432,0,0,0,-9100.55,-3333.91,100.524,2.42601,300,300,0,0,617,0,0,0), + (29888,568,0,0,0,-9089.38,-3325.75,101.942,4.27057,300,300,10,0,664,0,0,1), + (29889,703,0,0,0,-9111.58,-3311.35,102.408,4.84352,300,300,0,0,788,0,0,0), + (29890,14357,0,0,0,-9508,-2490.79,37.1252,2.56227,600,600,10,0,2082,0,0,1), + (29891,442,0,0,0,-9613.06,-1994.43,63.8306,-0.557512,300,300,10,0,328,0,0,1), + (29892,547,0,0,0,-9628.7,-1992.81,61.5397,0.68573,300,300,10,0,356,0,0,1), + (29893,547,0,0,0,-9604.07,-1959.59,64.5037,0.625925,300,300,5,0,356,0,0,1), + (29894,1505,0,0,0,2011.61,1950.18,102.784,4.99225,300,300,3,0,71,0,0,1), + (29895,1505,0,0,0,2031.67,1982.41,99.4994,5.47444,300,300,5,0,71,0,0,1), + (29896,1505,0,0,0,2062.19,1975.57,100.636,2.90281,300,300,5,0,71,0,0,1), + (29897,1535,0,0,0,2298.38,1595.04,39.7552,5.18259,300,300,10,0,120,0,0,1), + (29898,1535,0,0,0,2434.53,1638.51,35.0626,0.004955,300,300,3,0,120,0,0,1), + (29899,1535,0,0,0,2357.33,1660.23,34.544,2.34507,300,300,10,0,120,0,0,1), + (29900,1535,0,0,0,2473.13,1514.15,33.913,3.70284,300,300,5,0,120,0,0,1), + (29901,1520,0,0,0,2504.66,831.001,120.961,1.46048,300,300,5,0,120,0,0,1), + (29902,1536,0,0,0,1874.17,1079.71,25.4531,4.06983,300,300,10,0,137,0,0,1), + (29903,1536,0,0,0,1850.2,882.255,28.0977,3.93582,300,300,5,0,137,0,0,1), + (29904,1536,0,0,0,1826.04,825.973,26.0906,1.11701,300,300,0,0,137,0,0,0), + (29905,1536,0,0,0,1879.72,1024.23,28.5879,1.34822,300,300,5,0,137,0,0,1), + (29906,1548,0,0,0,1774.21,986.453,47.6117,2.98078,300,300,10,0,122,0,0,1), + (29907,1548,0,0,0,1805.37,1136.43,46.6953,1.26052,300,300,5,0,122,0,0,1), + (29908,1548,0,0,0,1929.47,877.028,36.2013,0.751548,300,300,5,0,122,0,0,1), + (29909,1554,0,0,0,2035.3,813.816,34.8428,0.580144,300,300,0,0,156,0,0,0), + (29910,1554,0,0,0,1952.77,1025.85,36.3107,2.97676,300,300,5,0,156,0,0,1), + (29911,1548,0,0,0,2077.61,1199.84,44.5364,2.66353,300,300,10,0,122,0,0,1), + (29912,1548,0,0,0,1981.47,1181.1,45.4234,3.25613,300,300,5,0,122,0,0,1), + (29913,1554,0,0,0,1817.25,1084.9,39.5664,1.30572,300,300,10,0,156,0,0,1), + (29914,1548,0,0,0,1957.55,1100.77,33.0673,4.12086,300,300,10,0,122,0,0,1), + (29915,1548,0,0,0,2327.3,915.242,59.903,0.672606,300,300,10,0,122,0,0,1), + (29916,1553,0,0,0,2348.89,1018.03,51.2574,1.15346,300,300,5,0,120,0,0,1), + (29917,1547,0,0,0,2411.07,774.032,42.7019,6.09154,300,300,5,0,101,142,0,1), + (29918,1553,0,0,0,2375.14,774.735,38.5911,2.87484,300,300,5,0,120,0,0,1), + (29919,1525,0,0,0,2440.72,486.974,44.588,4.4855,300,300,10,0,102,0,0,1), + (29920,1543,0,0,0,2506.99,1482.76,0.690869,1.45366,300,300,5,0,137,0,0,1), + (29921,1543,0,0,0,2523.79,1672.26,3.77214,4.98783,300,300,0,0,137,0,0,0), + (29922,1543,0,0,0,2490.99,1455.66,5.48871,1.22403,300,300,5,0,137,0,0,1), + (29923,1544,0,0,0,2608.13,1463.97,3.01951,5.21853,300,300,0,0,148,165,0,0), + (29924,1543,0,0,0,2493.95,1645.91,14.9423,0.279253,300,300,0,0,137,0,0,0), + (29925,1543,0,0,0,2541.35,1400.19,5.73272,4.41568,300,300,0,0,137,0,0,0), + (29926,1543,0,0,0,2483.33,1693.55,24.4366,4.4855,300,300,0,0,137,0,0,0), + (29927,1543,0,0,0,3008.54,181.054,0.674664,3.4383,300,300,0,0,137,0,0,0), + (29928,1544,0,0,0,2999.37,168.352,0.830552,2.47837,300,300,0,0,148,165,0,0), + (29929,1553,0,0,0,2233.52,56.4329,34.7082,0.528356,300,300,10,0,120,0,0,1), + (29930,1553,0,0,0,2133.75,3.84652,42.3952,0.186668,300,300,5,0,120,0,0,1), + (29934,4011,1,0,0,823.551,217.528,24.7586,4.09227,300,300,5,0,449,0,0,2), + (29935,4011,1,0,0,988.503,144.44,20.8441,3.00288,300,300,5,0,449,0,0,2), + (29936,4012,1,0,0,1390.39,991.894,153.162,3.85583,300,300,5,0,531,0,0,2), + (29937,4012,1,0,0,1439.85,988.872,150.639,6.0446,300,300,0,0,531,0,0,0), + (29938,4012,1,0,0,1459.21,1059.64,154.538,1.73973,300,300,5,0,531,0,0,2), + (29939,4012,1,0,0,1373,995.546,156.992,0.0166,300,300,5,0,531,0,0,2), + (29940,4012,1,0,0,1501.57,606.094,143.643,2.72952,300,300,5,0,531,0,0,2), + (29941,4012,1,0,0,1554.99,543.292,165.327,2.82925,300,300,0,0,531,0,0,0), + (29942,4012,1,0,0,1429.69,716.146,147.201,3.14179,300,300,5,0,531,0,0,2), + (29943,4012,1,0,0,1503.54,704.588,141.626,4.12565,300,300,5,0,531,0,0,2), + (29944,4012,1,0,0,1464.98,689.348,146.386,1.77425,300,300,0,0,531,0,0,0), + (29945,4012,1,0,0,1529.22,597.856,149.415,4.92608,300,300,0,0,531,0,0,0), + (29946,4012,1,0,0,1505.3,560.301,146.675,6.0607,300,300,0,0,531,0,0,0), + (29947,4012,1,0,0,1509.44,779.212,135.238,3.3681,300,300,5,0,531,0,0,2), + (29948,4012,1,0,0,1438.81,784.19,144.401,5.83482,300,300,5,0,531,0,0,2), + (29949,4012,1,0,0,1511.13,714.947,141.035,3.81875,300,300,5,0,531,0,0,2), + (29950,4013,1,0,0,1680.43,541.915,208.223,3.3321,300,300,5,0,617,0,0,1), + (29951,4013,1,0,0,1703.64,579.024,200.974,5.2063,300,300,5,0,617,0,0,1), + (29952,4013,1,0,0,1746.98,614.778,195.146,1.16781,300,300,5,0,617,0,0,1), + (29953,4013,1,0,0,1624.12,656.355,177.889,3.39872,300,300,5,0,617,0,0,1), + (29954,4013,1,0,0,1572.28,623.502,150.542,2.90491,300,300,5,0,617,0,0,2), + (29955,4013,1,0,0,1712.55,653.912,195.222,5.59991,300,300,5,0,617,0,0,1), + (29956,4013,1,0,0,1686.73,601.179,196.849,6.14668,300,300,5,0,617,0,0,1), + (29957,4013,1,0,0,1698.31,672.781,195.117,6.27581,300,300,5,0,617,0,0,1), + (29958,4013,1,0,0,1740.9,640.325,195.097,0.036347,300,300,5,0,617,0,0,1), + (29959,4013,1,0,0,1755.34,639.234,195.097,3.03683,300,300,5,0,617,0,0,1), + (29960,4014,1,0,0,1419.42,1028.82,170.324,2.51748,300,300,0,0,573,0,0,0), + (29961,4014,1,0,0,1404.94,1026.07,183.011,3.27397,300,300,0,0,573,0,0,0), + (29962,4014,1,0,0,1566.98,887.738,149.927,4.09198,300,300,0,0,573,0,0,0), + (29963,4014,1,0,0,1663.07,1151.31,159.014,3.80064,300,300,0,0,573,0,0,0), + (29964,4014,1,0,0,1396.92,1021.03,168.125,0.566154,300,300,0,0,573,0,0,0), + (29965,4014,1,0,0,1481.78,765.892,149.736,3.94519,300,300,0,0,573,0,0,0), + (29966,4014,1,0,0,1460.79,739.315,155.763,3.12832,300,300,0,0,573,0,0,0), + (29967,4014,1,0,0,1511.97,531.479,158.116,3.56414,300,300,0,0,573,0,0,0), + (29968,4014,1,0,0,1537.03,540.094,171.952,5.07616,300,300,0,0,573,0,0,0), + (29969,4014,1,0,0,1776.6,616.042,206.223,3.56258,300,300,5,0,573,0,0,1), + (29970,4014,1,0,0,1644.29,681.691,189.165,6.16943,300,300,5,0,573,0,0,1), + (29971,4014,1,0,0,1600.91,569.875,183.219,0.761725,300,300,5,0,573,0,0,1), + (29972,4014,1,0,0,1651.15,674.376,189.165,2.5063,300,300,5,0,573,0,0,1), + (29973,4014,1,0,0,1606.73,851.568,145.41,5.63968,300,300,0,0,573,0,0,0), + (29974,5806,1,0,0,2411.25,1521.97,272.364,1.79616,300,300,5,0,524,0,0,1), + (29975,5806,1,0,0,2538.99,1382.94,256.836,4.95097,300,300,10,0,524,0,0,1), + (29976,5806,1,0,0,2574.84,1477.74,254.874,3.01174,300,300,5,0,524,0,0,1), + (29977,5806,1,0,0,2509.91,1495.63,263.128,3.24876,300,300,15,0,524,0,0,1), + (29978,5806,1,0,0,2513.09,1429.64,266.872,2.74953,300,300,15,0,524,0,0,1), + (29979,5806,1,0,0,2485.9,1516.45,264.625,2.0988,300,300,15,0,524,0,0,1), + (29980,5806,1,0,0,2484.37,1427.01,264.499,5.1673,300,300,15,0,524,0,0,1), + (29981,4015,1,0,0,1734.32,619,195.08,5.01028,19900,19900,5,0,713,0,0,1), + (29982,4015,1,0,0,1394.53,914.007,149.952,0.698989,19900,19900,5,0,713,0,0,1), + (29983,4016,1,0,0,2468.68,1303.52,277.247,0.611073,300,300,15,0,582,618,0,1), + (29984,4016,1,0,0,2235.13,1418.77,281.766,2.14472,300,300,15,0,582,618,0,1), + (29985,4017,1,0,0,2486.36,1627.77,282.203,6.1722,300,300,0,0,683,693,0,0), + (29986,4018,1,0,0,2676.91,1319,264.923,5.43076,300,300,15,0,573,0,0,1), + (29987,4018,1,0,0,2645.53,1286.65,269.738,2.22875,300,300,15,0,573,0,0,1), + (29988,4018,1,0,0,2654.96,1350.6,244.63,1.15911,300,300,15,0,573,0,0,1), + (29989,4018,1,0,0,2721.14,1257.82,298.648,1.61476,300,300,5,0,573,0,0,1), + (29990,4018,1,0,0,2558.6,1289.19,269.484,3.8731,300,300,15,0,573,0,0,1), + (29991,4018,1,0,0,2610.96,1312.03,251.221,0.722611,300,300,15,0,573,0,0,1), + (29992,4018,1,0,0,2219.17,992.148,281.759,1.62944,300,300,5,0,573,0,0,1), + (29993,4018,1,0,0,2546.94,1239.84,284.51,5.95402,300,300,5,0,573,0,0,1), + (29994,4018,1,0,0,2156.71,1078.22,249.278,3.37923,300,300,15,0,573,0,0,1), + (29995,4018,1,0,0,2089.07,1079.35,230.974,0.200379,300,300,15,0,573,0,0,1), + (29996,4018,1,0,0,1887.41,946.143,163.039,3.53592,300,300,2,0,573,0,0,1), + (29997,4018,1,0,0,2140.07,1033.98,238.964,5.88291,300,300,15,0,573,0,0,1), + (29998,4018,1,0,0,2033.11,970.229,201.852,5.61332,300,300,10,0,573,0,0,1), + (29999,4018,1,0,0,2018.06,961.692,195.529,4.5601,300,300,10,0,573,0,0,1), + (30000,4018,1,0,0,2155.77,1038.38,243.947,0.747407,300,300,15,0,573,0,0,1), + (30001,4018,1,0,0,1771.47,718.269,146.864,3.13624,300,300,15,0,573,0,0,1), + (30002,4018,1,0,0,2371.66,1416.45,274.941,3.05611,300,300,5,0,573,0,0,1), + (30003,4018,1,0,0,2182.16,1055.4,254.187,5.19481,300,300,15,0,573,0,0,1), + (30004,4018,1,0,0,2261.5,1026.63,284.151,5.84249,300,300,3,0,573,0,0,1), + (30005,4018,1,0,0,2222.59,1048.16,267.744,4.42502,300,300,15,0,573,0,0,1), + (30006,4018,1,0,0,1673.38,962.59,129.2,6.11049,300,300,5,0,573,0,0,1), + (30007,4018,1,0,0,1725.45,782.712,135.104,5.35433,300,300,15,0,573,0,0,1), + (30008,4018,1,0,0,2418.92,1285.55,288.458,1.49426,300,300,15,0,573,0,0,1), + (30009,4019,1,0,0,2724.67,1331.08,277.299,5.39125,300,300,15,0,664,0,0,1), + (30010,4019,1,0,0,2518.23,1290.1,273.199,4.95225,300,300,15,0,664,0,0,1), + (30011,4019,1,0,0,2384.13,1474.51,274.885,2.42184,300,300,15,0,664,0,0,1), + (30012,4019,1,0,0,2593.25,1299.25,255.836,1.03105,300,300,15,0,664,0,0,1), + (30013,4276,1,0,0,962.967,-263.785,-5.31819,5.32325,300,300,0,0,919,0,0,0), + (30014,4020,1,0,0,2582,1352.87,244.855,2.5066,300,300,15,0,620,0,0,1), + (30015,4020,1,0,0,2269.97,1431.83,277.768,0.388483,300,300,15,0,620,0,0,1), + (30016,4020,1,0,0,2253.33,1418.94,279.921,3.11179,300,300,15,0,620,0,0,1), + (30017,4020,1,0,0,2262.34,1504.39,288.196,0.386675,300,300,3,0,620,0,0,1), + (30020,4020,1,0,0,2302.04,1383.84,277.751,4.3035,300,300,5,0,620,0,0,1), + (30021,4020,1,0,0,2319.38,1501.97,282.539,3.67651,300,300,15,0,620,0,0,1), + (30022,4850,70,0,0,-210.824,242.184,-47.8069,1.02974,7200,7200,3,0,4008,0,0,1), + (30023,7175,70,0,0,-243.165,215.393,-46.6571,5.91667,7200,7200,0,0,1220,0,0,0), + (30024,7175,70,0,0,-211.798,220.44,-46.6627,3.08923,7200,7200,0,0,1220,0,0,0), + (30025,7175,70,0,0,-213.264,215.356,-46.7294,2.18166,7200,7200,0,0,1220,0,0,0), + (30026,4020,1,0,0,2349.66,1547.29,283.142,1.21134,300,300,15,0,620,0,0,1), + (30027,7175,70,0,0,-243.263,220.803,-46.3484,1.0472,7200,7200,0,0,1220,0,0,0), + (30028,7175,70,0,0,-235.294,214.836,-49.4181,0.890118,7200,7200,0,0,1220,0,0,0), + (30029,7175,70,0,0,-221.358,214.264,-49.4079,2.32129,7200,7200,0,0,1220,0,0,0), + (30030,4850,70,0,0,-230.359,255.139,-49.4661,6.12611,7200,7200,2,0,4008,0,0,1), + (30031,1553,0,0,0,2579.18,210.064,40.1261,6.05075,300,300,5,0,120,0,0,1), + (30032,1547,0,0,0,2383.73,122.852,29.5404,0.281948,300,300,5,0,101,142,0,1), + (30033,1553,0,0,0,2525.86,209.735,40.5732,5.53644,300,300,10,0,120,0,0,1), + (30034,1553,0,0,0,2675.13,77.0714,35.3429,4.55944,300,300,5,0,120,0,0,1), + (30035,1539,0,0,0,3021.42,-541.854,119.423,2.86234,300,300,0,0,186,191,0,0), + (30036,1540,0,0,0,2849.83,-475.367,99.6665,1.67552,300,300,0,0,198,0,0,0), + (30037,1540,0,0,0,3101.32,-548.31,126.898,0.925025,300,300,0,0,198,0,0,0), + (30038,1539,0,0,0,3094.44,-568.945,126.898,1.09956,300,300,0,0,186,191,0,0), + (30039,4281,0,0,0,2907.7,-712.391,153.768,3.56004,300,300,5,0,2715,0,0,1), + (30040,4282,0,0,0,2950.94,-750.413,155.123,4.22931,300,300,5,0,2112,2068,0,1), + (30041,4282,0,0,0,2947.81,-680.172,152.392,4.18235,300,300,0,0,2112,2068,0,0), + (30042,4282,0,0,0,2923.59,-651.342,143.589,1.88414,300,300,5,0,2112,2068,0,1), + (30043,1554,0,0,0,2429,-186.018,32.3604,2.7347,300,300,5,0,156,0,0,1), + (30044,1548,0,0,0,2703.52,-335.2,91.9474,6.12738,300,300,5,0,122,0,0,1), + (30045,1548,0,0,0,1984.15,-258.23,34.397,3.09276,300,300,5,0,122,0,0,1), + (30046,1554,0,0,0,1959.39,-585.361,55.1541,3.4761,300,300,10,0,156,0,0,1), + (30047,1548,0,0,0,1612.67,-454.806,49.4669,3.91017,300,300,5,0,122,0,0,1), + (30048,1554,0,0,0,1625.84,-517.552,49.3711,5.72117,300,300,5,0,156,0,0,1), + (30049,1548,0,0,0,1888.41,-643.062,47.7455,3.99264,300,300,10,0,122,0,0,1), + (30050,1554,0,0,0,1600.61,-669.31,55.2824,5.33911,300,300,5,0,156,0,0,1), + (30051,1554,0,0,0,2505.49,-344.446,79.1171,5.63964,300,300,5,0,156,0,0,1), + (30052,1548,0,0,0,2202.54,-392.724,74.1951,3.9999,300,300,10,0,122,0,0,1), + (30053,1555,0,0,0,2254.7,-851.399,74.9942,6.12831,300,300,10,0,176,0,0,1), + (30054,1549,0,0,0,2580.58,-954.517,75.2265,3.14355,300,300,5,0,176,0,0,1), + (30055,1549,0,0,0,2659.85,-888.487,68.3556,6.2539,300,300,10,0,176,0,0,1), + (30056,1555,0,0,0,2258.81,-747.746,66.9329,0.070362,300,300,10,0,176,0,0,1), + (30057,1554,0,0,0,2380.01,-743.394,71.7807,2.96681,300,300,5,0,156,0,0,1), + (30058,1555,0,0,0,2215.33,-921.249,75.9841,2.74875,300,300,5,0,176,0,0,1), + (30059,1537,0,0,0,2139.68,-577.814,80.5028,1.18866,300,300,5,0,156,0,0,1), + (30060,1538,0,0,0,2237.77,-653.93,78.261,2.04207,300,300,0,0,166,178,0,0), + (30061,1537,0,0,0,2117.76,-594.826,78.691,2.74017,300,300,0,0,156,0,0,0), + (30062,1529,0,0,0,2046.02,-483.616,40.8892,1.74654,300,300,3,0,183,240,0,1), + (30063,1532,0,0,0,2015.62,-425.206,35.3274,4.70848,300,300,10,0,198,0,0,1), + (30064,1513,0,0,0,2135.03,1371.75,67.4462,4.45096,300,300,10,0,71,0,0,1), + (30065,1513,0,0,0,1970.83,1358.35,67.2825,1.81564,300,300,10,0,71,0,0,1), + (30066,4850,70,0,0,-232.006,198.061,-44.532,2.94961,7200,7200,0,0,4008,0,0,0), + (30067,4850,70,0,0,-250.699,264.989,-50.2675,6.05629,7200,7200,0,0,4008,0,0,0), + (30068,4852,70,0,0,-334.994,80.9996,-51.1472,0.890118,7200,7200,3,0,3279,1142,0,1), + (30069,4852,70,0,0,-296.946,140.831,-46.5533,0.349066,7200,7200,2,0,3279,1142,0,1), + (30070,1513,0,0,0,2090.58,1329.68,60.4422,0.530042,300,300,10,0,71,0,0,1), + (30071,1513,0,0,0,2036.83,1351.34,63.8865,3.64032,300,300,5,0,71,0,0,1), + (30072,1513,0,0,0,1898.02,1365.08,69.6885,0.751152,300,300,10,0,71,0,0,1), + (30073,4850,70,0,0,-317.726,117.748,-49.015,0,7200,7200,2,0,4008,0,0,1), + (30074,4852,70,0,0,-350.327,100.63,-53.0457,4.71239,7200,7200,1,0,3279,1142,0,1), + (30075,4852,70,0,0,-333.309,98.8381,-56.0877,0.418879,7200,7200,3,0,3279,1142,0,1), + (30076,4850,70,0,0,-332,112.267,-54.0304,5.06145,7200,7200,2,0,4008,0,0,1), + (30077,4852,70,0,0,-342.276,86.0456,-51.8534,0.645772,7200,7200,2,0,3279,1142,0,1), + (30078,4850,70,0,0,-338.709,139.708,-49.575,4.29351,7200,7200,3,0,4008,0,0,1), + (30079,4850,70,0,0,-305.035,131.561,-46.5367,3.56047,7200,7200,0,0,4008,0,0,0), + (30080,4852,70,0,0,-331.743,119.006,-53.3566,0,7200,7200,0,0,3279,1142,0,0), + (30081,4861,70,0,0,-189.706,277.083,-48.4021,1.29681,7200,7200,0,0,4185,0,0,2), + (30082,7022,70,0,0,-152.951,275.119,-46.8386,4.24115,7200,7200,5,0,4377,0,0,1), + (30083,4861,70,0,0,-69.8894,358.44,-51.3618,5.23599,7200,7200,5,0,4185,0,0,1), + (30084,4863,70,0,0,-178.951,321.668,-52.6526,2.72271,7200,7200,3,0,4377,0,0,1), + (30085,4861,70,0,0,-144.605,223.96,-46.1905,0.596879,7200,7200,0,0,4185,0,0,2), + (30086,7022,70,0,0,-155.958,319.144,-49.1202,1.15192,7200,7200,5,0,4377,0,0,1), + (30087,7022,70,0,0,-133.63,229.448,-47.8246,4.64258,7200,7200,3,0,4377,0,0,1), + (30088,4861,70,0,0,-77.5891,373.853,-46.2722,3.1765,7200,7200,5,0,4185,0,0,1), + (30089,4863,70,0,0,-125.943,266.856,-45.7099,3.9619,7200,7200,5,0,4377,0,0,1), + (30090,4861,70,0,0,-112.023,353.095,-45.5119,1.93731,7200,7200,5,0,4185,0,0,1), + (30091,4855,70,0,0,58.6503,366.721,-38.8707,0.785398,7200,7200,0,0,5148,0,0,0), + (30092,4855,70,0,0,55.4041,379.024,-38.1699,2.18166,7200,7200,0,0,5148,0,0,0), + (30093,4853,70,0,0,62.5257,377.912,-38.2556,2.10292,7200,7200,2,0,4119,1432,0,1), + (30094,4855,70,0,0,55.8178,416.082,-41.0342,2.3869,7200,7200,2,0,5148,0,0,1), + (30095,7320,70,0,0,6.94175,278.814,-37.2726,1.00828,7200,7200,2,0,5346,0,0,1), + (30096,7320,70,0,0,25.8111,300.415,-40.3157,4.08407,7200,7200,2,0,5346,0,0,1), + (30097,7320,70,0,0,26.1589,293.341,-39.4752,1.65806,7200,7200,2,0,5346,0,0,1), + (30098,4855,70,0,0,49.7852,418.467,-40.9534,0.122173,7200,7200,2,0,5148,0,0,1), + (30099,4853,70,0,0,49.4747,425.58,-40.9556,3.59538,7200,7200,3,0,4119,1432,0,1), + (30100,4855,70,0,0,40.1434,445.185,-40.965,4.62512,7200,7200,2,0,5148,0,0,1), + (30101,4853,70,0,0,37.5974,438.76,-40.9636,4.7822,7200,7200,3,0,4119,1432,0,1), + (30102,4855,70,0,0,39.3714,311.03,-39.1286,2.63545,7200,7200,0,0,5148,0,0,0), + (30103,4855,70,0,0,49.9951,309.711,-40.1848,2.26893,7200,7200,0,0,5148,0,0,0), + (30104,4853,70,0,0,43.393,304.585,-39.5612,5.48033,7200,7200,0,0,4119,1432,0,0), + (30105,4855,70,0,0,40.5816,359.864,-43.2524,5.74213,7200,7200,2,0,5148,0,0,1), + (30106,4855,70,0,0,36.9656,331.841,-43.0655,0.802851,7200,7200,4,0,5148,0,0,1), + (30107,4851,70,0,0,-191.578,138.187,-47.321,6.13962,7200,7200,2,0,3831,0,0,1), + (30108,4852,70,0,0,-243.784,120.961,-46.6312,4.99385,7200,7200,3,0,3279,1142,0,1), + (30109,4851,70,0,0,-176.665,143.337,-47.3272,1.65806,7200,7200,3,0,3831,0,0,1), + (30110,4851,70,0,0,-174.126,137.393,-47.4112,2.02458,7200,7200,2,1,3831,0,0,2), + (30111,4851,70,0,0,-287.446,83.2841,-48.723,0.948537,7200,7200,2,0,3831,0,0,1), + (30112,4852,70,0,0,-174.826,75.6344,-48.7268,3.2467,7200,7200,3,0,3279,1142,0,1), + (30113,4851,70,0,0,-231.575,137.174,-46.6299,3.1363,7200,7200,2,0,3831,0,0,1), + (30114,6233,90,0,0,-445.739,235.804,-207.823,3.83972,7200,7200,2,0,2559,0,0,1), + (30115,6223,90,0,0,-511.379,263.088,-207.823,4.86947,7200,7200,2,0,2559,0,0,1), + (30116,6223,90,0,0,-617.462,370.696,-247.188,2.68781,7200,7200,3,0,2559,0,0,1), + (30117,6233,90,0,0,-538.958,299.669,-213.308,4.88692,7200,7200,3,0,2559,0,0,1), + (30118,6233,90,0,0,-517.389,262.573,-207.823,5.55015,7200,7200,2,0,2559,0,0,1), + (30119,6233,90,0,0,-473.89,262.926,-207.823,0.645772,7200,7200,3,0,2559,0,0,1), + (30120,6233,90,0,0,-451.578,254.518,-207.823,1.37881,7200,7200,2,0,2559,0,0,1), + (30121,6229,90,0,0,-889.137,360.668,-272.513,6.24828,43200,43200,0,0,5285,0,0,0), + (30122,6224,90,0,0,-592.17,675.474,-326.956,2.68781,7200,7200,0,0,905,0,0,0), + (30123,6234,90,0,0,-733.908,539.547,-291.06,6.05298,7200,7200,2,0,3018,0,0,1), + (30124,6212,90,0,0,-743.592,584.593,-290.977,5.25344,7200,7200,0,0,3171,0,0,0), + (30125,6212,90,0,0,-626.563,695.14,-326.978,1.39626,7200,7200,3,0,3171,0,0,1), + (30126,6234,90,0,0,-751.043,599.917,-304.005,5.5676,7200,7200,2,0,3018,0,0,1), + (30127,6212,90,0,0,-705.796,692.904,-317.977,2.26893,7200,7200,0,0,3171,0,0,0), + (30128,6234,90,0,0,-672.532,539.306,-285.699,0.610865,7200,7200,3,0,3018,0,0,1), + (30129,6212,90,0,0,-708.767,693.423,-317.977,5.5676,7200,7200,0,0,3171,0,0,0), + (30130,6234,90,0,0,-591.665,689.392,-326.961,2.98451,7200,7200,0,0,3018,0,0,0), + (30131,6212,90,0,0,-731.227,710.28,-317.977,2.42601,7200,7200,2,0,3171,0,0,1), + (30132,6212,90,0,0,-670.911,686.071,-326.812,2.99763,7200,7200,0,0,3171,0,0,2), + (30133,6235,90,0,0,-552.048,502.902,-216.727,5.75959,43200,43200,0,0,5285,0,0,0), + (30134,7897,90,0,0,-569.716,132.406,-202.059,4.44676,7200,7200,0,0,484,0,0,2), + (30135,7850,90,0,0,-639.869,71.6499,-183.184,2.47837,7200,7200,0,0,895,0,0,0), + (30136,7998,90,0,0,-514.935,-138.544,-152.399,1.65806,7200,7200,0,0,1040,0,0,0), + (30137,7079,90,0,0,-471.39,48.4756,-207.954,6.03304,43200,43200,0,0,2865,0,0,2), + (30138,13876,90,0,0,-617.377,715.521,-326.969,2.67035,7200,7200,0,0,42,0,0,0), + (30139,7800,90,0,0,-531.324,670.159,-325.185,2.9147,43200,43200,0,0,9304,0,0,0), + (30140,7849,90,0,0,-445.317,207.375,-207.823,1.58319,1800,1800,0,0,69,0,0,2), + (30141,7849,90,0,0,-894.855,397.924,-272.519,1.40283,1800,1800,0,0,69,0,0,2), + (30142,7849,90,0,0,-428.066,223.896,-211.543,4.84694,7200,7200,5,0,69,0,0,1), + (30143,7849,90,0,0,-644.602,512.406,-272.998,1.35457,1800,1800,0,0,69,0,0,2), + (30144,7849,90,0,0,-804.261,531.519,-297.366,0.629426,7200,7200,5,0,69,0,0,1), + (30145,6219,90,0,0,-392.84,66.0599,-209.767,5.11381,7200,7200,5,0,2559,0,0,1), + (30146,6218,90,0,0,-373.518,131.856,-208.89,3.52556,7200,7200,5,0,2400,0,0,1), + (30147,6220,90,0,0,-472.186,67.6719,-208.471,4.62512,7200,7200,5,0,2196,756,0,1), + (30148,6218,90,0,0,-456.826,92.256,-210.002,3.59538,7200,7200,5,0,2400,0,0,1), + (30149,6220,90,0,0,-444.961,174.409,-208.732,3.26377,7200,7200,5,0,2196,756,0,1), + (30150,6219,90,0,0,-409.443,73.7753,-211.022,5.75959,7200,7200,5,0,2559,0,0,1), + (30151,6220,90,0,0,-380.697,97.865,-210.394,3.05433,7200,7200,5,0,2196,756,0,1), + (30152,6218,90,0,0,-497.661,130.632,-209.168,3.9619,7200,7200,5,0,2400,0,0,1), + (30153,6219,90,0,0,-472.893,49.6316,-207.855,0.282745,7200,7200,3,0,2559,0,0,1), + (30154,6220,90,0,0,-452.865,118.505,-210.293,4.93928,7200,7200,5,0,2196,756,0,1), + (30155,6206,90,0,0,-570.635,80.1587,-204.094,3.735,7200,7200,5,0,2097,0,0,1), + (30156,6206,90,0,0,-619.84,58.4296,-199.565,3.1765,7200,7200,5,0,2097,0,0,1), + (30157,6329,90,0,0,-642.76,76.9467,-183.17,0.890118,7200,7200,2,0,1830,655,0,1), + (30158,6211,90,0,0,-598.314,201.79,-169.966,0.907571,7200,7200,0,0,2400,0,0,0), + (30159,6329,90,0,0,-588.034,18.7032,-179.596,5.51524,7200,7200,3,0,1830,655,0,1), + (30160,6329,90,0,0,-550.351,137.763,-202.068,5.48033,7200,7200,5,0,1830,655,0,1), + (30161,6329,90,0,0,-634.547,73.0335,-195.492,5.06145,7200,7200,3,0,1830,655,0,1), + (30162,6329,90,0,0,-636.738,135.03,-183.794,0.139626,7200,7200,3,0,1830,655,0,1), + (30163,6329,90,0,0,-540.361,33.9657,-196.964,0.122173,7200,7200,2,0,1830,655,0,1), + (30164,6206,90,0,0,-573.965,77.0107,-203.874,5.88176,7200,7200,5,0,2097,0,0,1), + (30165,6222,90,0,0,-613.609,433.56,-230.601,4.0887,7200,7200,2,0,905,0,0,1), + (30166,7603,90,0,0,-474.927,443.173,-230.518,3.15905,7200,7200,5,0,853,0,0,1), + (30167,7603,90,0,0,-480.313,440.908,-230.518,1.76278,7200,7200,2,0,853,0,0,1), + (30168,7603,90,0,0,-481.016,430.803,-230.518,2.33874,7200,7200,2,0,853,0,0,1), + (30169,7603,90,0,0,-486.311,435.922,-230.518,0,7200,7200,2,0,853,0,0,1), + (30170,6233,90,0,0,-472.927,439.53,-230.518,1.11701,7200,7200,2,0,2559,0,0,1), + (30171,6225,90,0,0,-539.224,556.1,-273.08,4.43745,7200,7200,5,0,2715,0,0,1), + (30172,6222,90,0,0,-634.829,441.079,-273.063,0.601507,7200,7200,0,0,905,0,0,0), + (30173,6222,90,0,0,-586.3,596.17,-230.601,1.44707,7200,7200,0,0,905,0,0,0), + (30174,6225,90,0,0,-503.192,479.869,-273.08,5.01041,7200,7200,5,0,2715,0,0,1), + (30175,7603,90,0,0,-464.858,487.472,-230.601,0.360909,7200,7200,2,0,853,0,0,1), + (30176,7603,90,0,0,-469.306,480.047,-230.602,3.47808,7200,7200,2,0,853,0,0,1), + (30177,7603,90,0,0,-473.96,471.998,-230.518,3.85718,7200,7200,2,0,853,0,0,1), + (30178,7603,90,0,0,-469.989,486.403,-230.602,5.99827,7200,7200,2,0,853,0,0,1), + (30179,6233,90,0,0,-466.97,475.331,-230.601,5.81475,7200,7200,2,0,2559,0,0,1), + (30180,7603,90,0,0,-504.026,592.853,-230.518,4.5204,7200,7200,2,0,853,0,0,1), + (30181,7603,90,0,0,-503.62,588.685,-230.518,0,7200,7200,5,0,853,0,0,1), + (30182,7603,90,0,0,-498.561,589.783,-230.518,5.07891,7200,7200,2,0,853,0,0,1), + (30183,7603,90,0,0,-505.002,596.776,-230.601,3.60776,7200,7200,2,0,853,0,0,1), + (30184,6222,90,0,0,-493.585,591.612,-230.517,1.0821,7200,7200,2,0,905,0,0,1), + (30185,6222,90,0,0,-505.07,482.81,-273.08,6.21937,7200,7200,2,0,905,0,0,1), + (30186,6230,90,0,0,-503.135,582.624,-230.601,2.74118,7200,7200,0,0,2865,0,0,2), + (30187,7603,90,0,0,-860.153,328.662,-316.413,1.86721,7200,7200,3,0,853,0,0,1), + (30188,7603,90,0,0,-860.844,330.92,-316.433,1.86691,7200,7200,3,0,853,0,0,1), + (30189,7603,90,0,0,-855.923,319.543,-316.408,5.21929,7200,7200,3,0,853,0,0,1), + (30190,7603,90,0,0,-858.642,320.32,-316.407,5.21926,7200,7200,3,0,853,0,0,1), + (30191,6233,90,0,0,-859.42,317.601,-316.407,5.21927,7200,7200,5,0,2559,0,0,1), + (30192,6224,90,0,0,-768.453,349.162,-272.596,4.49674,7200,7200,2,0,905,0,0,1), + (30193,6227,90,0,0,-808.307,183.881,-273.004,4.12311,7200,7200,0,0,2550,878,0,2), + (30194,7603,90,0,0,-816.426,101.189,-264.648,0.139626,7200,7200,2,0,853,0,0,1), + (30195,7603,90,0,0,-806.775,99.9191,-264.648,4.92183,7200,7200,2,0,853,0,0,1), + (30196,7603,90,0,0,-810.912,95.8048,-264.648,3.85718,7200,7200,2,0,853,0,0,1), + (30197,7603,90,0,0,-811.106,103.936,-264.648,1.41372,7200,7200,2,0,853,0,0,1), + (30198,6224,90,0,0,-811.597,100.217,-264.648,6.03884,7200,7200,2,0,905,0,0,1), + (30199,7603,90,0,0,-763.268,346.868,-272.596,5.02194,7200,7200,2,0,853,0,0,1), + (30200,7603,90,0,0,-761.55,355.004,-272.596,4.64483,7200,7200,2,0,853,0,0,1), + (30201,7603,90,0,0,-756.644,340.992,-272.596,1.35328,7200,7200,2,0,853,0,0,1), + (30202,7603,90,0,0,-761.42,345.627,-272.596,4.43788,7200,7200,2,0,853,0,0,1), + (30203,6233,90,0,0,-758.589,358.368,-272.513,0,7200,7200,5,0,2559,0,0,1), + (30204,6224,90,0,0,-768.508,347.22,-272.596,1.75239,7200,7200,2,0,905,0,0,1), + (30205,6224,90,0,0,-798.383,192.561,-273.081,3.77095,7200,7200,5,0,905,0,0,1), + (30206,6233,90,0,0,-766.442,53.0244,-256.694,4.72984,7200,7200,0,0,2559,0,0,0), + (30207,6227,90,0,0,-876.693,363.197,-316.433,4.18204,7200,7200,3,0,2550,878,0,1), + (30208,7603,90,0,0,-824.891,419.662,-272.513,0.383972,7200,7200,2,0,853,0,0,1), + (30209,7603,90,0,0,-820.316,421.994,-272.513,0,7200,7200,2,0,853,0,0,1), + (30210,7603,90,0,0,-833.532,415.708,-272.513,2.25148,7200,7200,2,0,853,0,0,1), + (30211,7603,90,0,0,-829.622,421.078,-272.513,4.90438,7200,7200,2,0,853,0,0,1), + (30212,6233,90,0,0,-834.252,423.218,-272.513,1.309,7200,7200,3,0,2559,0,0,1), + (30213,6207,90,0,0,-367.842,79.4234,-154.728,4.66982,7200,7200,5,0,629,0,0,1), + (30214,6207,90,0,0,-543.498,212.75,-155.86,2.39444,7200,7200,0,0,629,0,0,2), + (30215,6207,90,0,0,-533.139,70.3675,-201.784,3.02764,7200,7200,0,0,629,0,0,2), + (30216,6207,90,0,0,-453.454,180.058,-154.737,3.2385,7200,7200,0,0,629,0,0,2), + (30217,6207,90,0,0,-534.864,-31.667,-153.755,1.67356,7200,7200,0,0,629,0,0,2), + (30218,6207,90,0,0,-583.11,82.3299,-202.996,4.52782,7200,7200,5,0,629,0,0,1), + (30219,6206,90,0,0,-455.935,178.529,-154.66,3.66519,7200,7200,5,0,2097,0,0,1), + (30220,6329,90,0,0,-558.493,172.266,-155.153,2.11185,7200,7200,0,0,1830,655,0,0), + (30221,6329,90,0,0,-507.402,78.9238,-154.669,2.1293,7200,7200,5,0,1830,655,0,1), + (30222,6329,90,0,0,-463.033,110.822,-151.173,3.08923,7200,7200,0,0,1830,655,0,0), + (30223,6329,90,0,0,-468.348,177.182,-154.653,6.0912,7200,7200,5,0,1830,655,0,1), + (30224,6329,90,0,0,-554.399,169.332,-155.153,1.01229,7200,7200,0,0,1830,655,0,0), + (30225,6329,90,0,0,-436.441,122.539,-156.443,6.23082,7200,7200,0,0,1830,655,0,0), + (30226,6329,90,0,0,-532.052,164.641,-155.236,2.6529,7200,7200,1,0,1830,655,0,1), + (30227,6329,90,0,0,-367.322,126.659,-154.66,3.40339,7200,7200,3,0,1830,655,0,1), + (30228,6329,90,0,0,-524.084,17.8809,-156.404,2.87979,7200,7200,3,0,1830,655,0,1), + (30229,9676,90,0,0,-559.508,195.829,-193.647,5.93412,7200,7200,0,0,664,0,0,0), + (30230,6407,90,0,0,-492.279,195.693,-193.619,1.43117,7200,7200,0,0,2715,0,0,0), + (30231,6407,90,0,0,-491.399,198.038,-193.618,4.08407,7200,7200,0,0,2715,0,0,0), + (30232,6392,90,0,0,-563.7,183.698,-193.653,3.36848,7200,7200,0,0,2319,811,0,0), + (30233,6391,90,0,0,-549.924,170.193,-193.654,4.45059,7200,7200,0,0,2715,0,0,0), + (30234,6392,90,0,0,-517.134,178.266,-193.638,6.16101,7200,7200,0,0,2319,811,0,0), + (30235,6391,90,0,0,-531.838,207.829,-193.631,0.645772,7200,7200,0,0,2715,0,0,0), + (30236,6392,90,0,0,-566.097,182.016,-193.654,0.715585,7200,7200,0,0,2319,811,0,0), + (30237,6391,90,0,0,-526.82,202.067,-193.631,0.907571,7200,7200,0,0,2715,0,0,0), + (30238,6407,90,0,0,-565.122,184.7,-193.653,5.06145,7200,7200,0,0,2715,0,0,0), + (30239,6233,90,0,0,-432.132,230.477,-211.508,1.59581,7200,7200,0,0,2559,0,0,2), + (30240,6233,90,0,0,-516.385,281.052,-211.46,5.95157,7200,7200,5,0,2559,0,0,1), + (30241,6223,90,0,0,-549.057,278.595,-207.931,4.79965,7200,7200,2,0,2559,0,0,1), + (30242,6223,90,0,0,-490.481,272.661,-211.014,5.72468,7200,7200,0,0,2559,0,0,0), + (30243,6223,90,0,0,-468.047,262.68,-207.823,4.2237,7200,7200,2,0,2559,0,0,1), + (30244,6233,90,0,0,-545.239,274.565,-207.823,4.39823,7200,7200,3,0,2559,0,0,1), + (30245,6233,90,0,0,-538.722,321.578,-220.447,4.69381,7200,7200,0,0,2559,0,0,2), + (30246,6233,90,0,0,-455.033,257.621,-207.823,0.122173,7200,7200,5,0,2559,0,0,1), + (30247,6223,90,0,0,-555.465,369.512,-231.596,5.51524,7200,7200,5,0,2559,0,0,1), + (30248,6233,90,0,0,-446.372,233.008,-207.908,4.77612,7200,7200,2,0,2559,0,0,1), + (30249,6212,90,0,0,-770.363,594.709,-290.977,2.68781,7200,7200,2,0,3171,0,0,1), + (30250,6212,90,0,0,-739.926,655.718,-321.699,3.28122,7200,7200,3,0,3171,0,0,1), + (30251,6224,90,0,0,-592.591,684.311,-326.979,2.87979,7200,7200,0,0,905,0,0,0), + (30252,6212,90,0,0,-643.658,531.464,-272.977,2.16421,7200,7200,3,0,3171,0,0,1), + (30253,6234,90,0,0,-629.39,688.504,-326.973,0.314159,7200,7200,0,0,3018,0,0,0), + (30254,6232,90,0,0,-735.933,556.045,-303.699,0.034907,7200,7200,3,0,5285,0,0,1), + (30255,6232,90,0,0,-762.838,625.098,-299.977,2.86234,7200,7200,2,0,5285,0,0,1), + (30256,6232,90,0,0,-626.68,702.281,-326.978,2.30383,7200,7200,0,0,5285,0,0,0), + (30257,6224,90,0,0,-590.177,681.183,-326.956,2.82743,7200,7200,0,0,905,0,0,0), + (30258,6234,90,0,0,-753.224,655.041,-308.977,5.2709,7200,7200,3,0,3018,0,0,1), + (30259,6218,90,0,0,-409.037,107.892,-210.274,4.24115,7200,7200,5,0,2400,0,0,1), + (30260,6220,90,0,0,-398.085,137.244,-210.625,5.39307,7200,7200,5,0,2196,756,0,1), + (30261,6218,90,0,0,-475.912,108.416,-210.486,2.47837,7200,7200,5,0,2400,0,0,1), + (30262,6220,90,0,0,-477.542,165.387,-208.442,4.95674,7200,7200,5,0,2196,756,0,1), + (30263,6218,90,0,0,-407.507,159.097,-209.509,6.19592,7200,7200,5,0,2400,0,0,1), + (30264,6219,90,0,0,-430.123,94.1727,-209.397,4.20624,7200,7200,5,0,2559,0,0,1), + (30265,6219,90,0,0,-491.239,82.373,-206.368,0.750492,7200,7200,5,0,2559,0,0,1), + (30266,6218,90,0,0,-401.565,51.417,-209.094,3.66783,7200,7200,3,0,2400,0,0,1), + (30267,6218,90,0,0,-429.852,137.976,-211.669,1.29154,7200,7200,5,0,2400,0,0,1), + (30268,6329,90,0,0,-601.919,197.694,-171.666,4.60767,7200,7200,2,0,1830,655,0,1), + (30269,6206,90,0,0,-632.206,125.874,-183.795,0.436332,7200,7200,3,0,2097,0,0,1), + (30270,6211,90,0,0,-569.119,119.554,-201.877,4.15388,7200,7200,5,0,2400,0,0,1), + (30271,6211,90,0,0,-554.067,73.9347,-201.257,2.83838,7200,7200,0,0,2400,0,0,2), + (30272,6211,90,0,0,-612.973,143.538,-199.573,0.820305,7200,7200,5,0,2400,0,0,1), + (30273,6211,90,0,0,-542.011,44.5614,-200.109,0.174533,7200,7200,2,0,2400,0,0,1), + (30274,6206,90,0,0,-571.131,114.998,-201.73,1.74533,7200,7200,5,0,2097,0,0,1), + (30275,6211,90,0,0,-536.721,40.5053,-199.526,3.92699,7200,7200,2,0,2400,0,0,1), + (30276,6211,90,0,0,-591.135,25.0292,-179.599,1.06465,7200,7200,3,0,2400,0,0,1), + (30277,6329,90,0,0,-556.832,96.8535,-201.481,2.21657,7200,7200,2,0,1830,655,0,1), + (30278,6230,90,0,0,-529.127,526.401,-273.068,2.51303,7200,7200,0,0,2865,0,0,2), + (30279,6230,90,0,0,-617.866,521.326,-273.069,5.91549,7200,7200,0,0,2865,0,0,2), + (30280,7603,90,0,0,-552.396,597.662,-230.601,5.71414,7200,7200,2,0,853,0,0,1), + (30281,7603,90,0,0,-554.885,600.666,-230.601,0.612689,7200,7200,2,0,853,0,0,1), + (30282,7603,90,0,0,-544.425,597.219,-230.518,0,7200,7200,2,0,853,0,0,1), + (30283,7603,90,0,0,-549.483,604.408,-230.601,1.01299,7200,7200,2,0,853,0,0,1), + (30284,6233,90,0,0,-547.883,600.839,-230.518,0.279253,7200,7200,2,0,2559,0,0,1), + (30285,6225,90,0,0,-605.78,507.486,-273.063,2.93658,7200,7200,0,0,2715,0,0,0), + (30286,6225,90,0,0,-538.906,449.608,-273.08,4.82357,7200,7200,5,0,2715,0,0,1), + (30287,6225,90,0,0,-584.71,548.082,-273.078,1.99953,7200,7200,5,0,2715,0,0,1), + (30288,7603,90,0,0,-596.179,418.708,-230.518,4.97419,7200,7200,2,0,853,0,0,1), + (30289,7603,90,0,0,-603.907,422.628,-230.518,3.42085,7200,7200,2,0,853,0,0,1), + (30290,7603,90,0,0,-595.935,423.398,-230.518,0,7200,7200,2,0,853,0,0,1), + (30291,7603,90,0,0,-601.673,418.79,-230.518,3.92699,7200,7200,2,0,853,0,0,1), + (30292,6222,90,0,0,-600.478,425.647,-230.518,5.3058,7200,7200,2,0,905,0,0,1), + (30293,6225,90,0,0,-586.658,464.285,-273.081,4.12239,7200,7200,5,0,2715,0,0,1), + (30294,6222,90,0,0,-468.093,468.025,-230.601,5.24667,7200,7200,2,0,905,0,0,1), + (30295,6222,90,0,0,-502.385,483.743,-273.08,6.06902,7200,7200,5,0,905,0,0,1), + (30296,6224,90,0,0,-838.863,289.553,-272.606,3.08878,7200,7200,2,0,905,0,0,1), + (30297,7603,90,0,0,-812.808,161.384,-271.228,3.61283,7200,7200,3,0,853,0,0,1), + (30298,7603,90,0,0,-810.541,167.407,-272.674,0.418879,7200,7200,3,0,853,0,0,1), + (30299,7603,90,0,0,-814.707,172.722,-272.996,0.20944,7200,7200,3,0,853,0,0,1), + (30300,7603,90,0,0,-814.842,167.411,-272.673,6.12611,7200,7200,3,0,853,0,0,1), + (30301,6224,90,0,0,-817.881,161.435,-271.241,1.46608,7200,7200,3,0,905,0,0,1), + (30302,6227,90,0,0,-823.162,402.095,-316.433,0.206138,7200,7200,3,0,2550,878,0,1), + (30303,6224,90,0,0,-760.483,56.4322,-257.402,4.5204,7200,7200,0,0,905,0,0,0), + (30304,6227,90,0,0,-781.462,200.618,-273.081,5.06208,7200,7200,5,0,2550,878,0,1), + (30305,6227,90,0,0,-904.221,336.922,-272.596,4.5847,7200,7200,0,0,2550,878,0,2), + (30306,6224,90,0,0,-823.79,401.27,-316.433,6.02521,7200,7200,2,0,905,0,0,1), + (30307,6227,90,0,0,-767.642,346.271,-272.596,5.21228,7200,7200,5,0,2550,878,0,1), + (30308,6224,90,0,0,-763.52,358.724,-272.596,1.43922,7200,7200,2,0,905,0,0,1), + (30309,6226,90,0,0,-758.346,52.8884,-256.668,4.72984,7200,7200,0,0,2865,0,0,0), + (30310,6329,90,0,0,-500.517,145.52,-154.633,0.837758,7200,7200,5,0,1830,655,0,1), + (30311,6329,90,0,0,-555.872,176.441,-155.154,6.16101,7200,7200,5,0,1830,655,0,1), + (30312,6329,90,0,0,-506.921,119.416,-154.66,3.54302,7200,7200,5,0,1830,655,0,1), + (30313,6329,90,0,0,-434.69,84.9587,-151.747,5.93412,7200,7200,0,0,1830,655,0,0), + (30314,6329,90,0,0,-465.155,179.25,-154.745,0.047407,7200,7200,5,0,1830,655,0,1), + (30315,6206,90,0,0,-425.096,111.061,-156.425,3.29867,7200,7200,0,0,2097,0,0,0), + (30316,6329,90,0,0,-497.042,67.753,-154.716,2.98451,7200,7200,3,0,1830,655,0,1), + (30317,6206,90,0,0,-528.462,205.603,-155.156,5.93412,7200,7200,5,0,2097,0,0,1), + (30318,6206,90,0,0,-522.26,44.992,-153.692,1.16937,7200,7200,5,0,2097,0,0,1), + (30319,6206,90,0,0,-451.295,40.3806,-154.66,0.890118,7200,7200,3,0,2097,0,0,1), + (30320,6391,90,0,0,-543.691,167.098,-193.654,4.17134,7200,7200,0,0,2715,0,0,0), + (30321,6391,90,0,0,-500.113,223.078,-193.612,4.38078,7200,7200,0,0,2715,0,0,0), + (30322,6391,90,0,0,-503.532,221.496,-193.613,2.84489,7200,7200,0,0,2715,0,0,0), + (30323,6392,90,0,0,-501.96,222.333,-193.613,0.279253,7200,7200,0,0,2319,811,0,0), + (30324,6391,90,0,0,-513.335,177.048,-193.637,2.61799,7200,7200,0,0,2715,0,0,0), + (30325,6233,90,0,0,-538.47,370.845,-231.387,3.64774,7200,7200,5,0,2559,0,0,1), + (30326,6223,90,0,0,-561.423,306.01,-212.839,1.79769,7200,7200,2,0,2559,0,0,1), + (30327,6223,90,0,0,-440.169,267.683,-211.46,1.27409,7200,7200,5,0,2559,0,0,1), + (30328,6223,90,0,0,-427.261,238.569,-211.461,3.29867,7200,7200,2,0,2559,0,0,1), + (30329,6233,90,0,0,-653.546,420.784,-230.541,4.39823,7200,7200,5,0,2559,0,0,1), + (30330,6233,90,0,0,-446.346,233.419,-207.872,1.63923,7200,7200,0,0,2559,0,0,2), + (30331,6233,90,0,0,-657.316,376.562,-266.027,2.23283,7200,7200,0,0,2559,0,0,2), + (30332,6234,90,0,0,-593.833,679.447,-326.956,2.84489,7200,7200,0,0,3018,0,0,0), + (30333,6212,90,0,0,-754.458,657.834,-308.977,2.3911,7200,7200,5,0,3171,0,0,1), + (30334,6212,90,0,0,-727.748,648.272,-308.977,0.226893,7200,7200,0,0,3171,0,0,0), + (30335,6234,90,0,0,-701.913,547.059,-294.699,0.383972,7200,7200,3,0,3018,0,0,1), + (30336,6212,90,0,0,-735.093,713.3,-317.977,5.67232,7200,7200,2,0,3171,0,0,1), + (30337,6234,90,0,0,-664.285,697.697,-331.711,3.4383,7200,7200,5,0,3018,0,0,1), + (30338,6234,90,0,0,-758.873,640.617,-304.039,4.48742,7200,7200,1,0,3018,0,0,1), + (30339,6212,90,0,0,-743.108,622.601,-312.699,2.80998,7200,7200,2,0,3171,0,0,1), + (30340,6232,90,0,0,-754.444,574.93,-303.699,5.3058,7200,7200,5,0,5285,0,0,1), + (30341,6212,90,0,0,-712.112,550.954,-298.008,6.05503,7200,7200,0,0,3171,0,0,0), + (30342,6329,90,0,0,-641.7,101.709,-192.37,0.017453,7200,7200,0,0,1830,655,0,0), + (30343,6211,90,0,0,-560.054,22.1415,-179.654,2.77507,7200,7200,2,0,2400,0,0,1), + (30344,6206,90,0,0,-651.76,88.2629,-179.263,5.49779,7200,7200,1,0,2097,0,0,1), + (30345,6329,90,0,0,-582.384,137.274,-202.052,5.58505,7200,7200,3,0,1830,655,0,1), + (30346,6329,90,0,0,-577.057,35.9964,-197.327,2.93215,7200,7200,0,0,1830,655,0,0), + (30347,442,0,0,0,-9613.65,-1964.81,62.7962,4.40484,300,300,0,0,328,0,0,0), + (30348,6329,90,0,0,-577.393,139.893,-202.054,5.2709,7200,7200,5,0,1830,655,0,1), + (30349,6329,90,0,0,-555.28,20.0494,-179.653,2.26893,7200,7200,2,0,1830,655,0,1), + (30350,6211,90,0,0,-635.808,89.3161,-183.187,4.50295,7200,7200,5,0,2400,0,0,1), + (30351,6206,90,0,0,-547.073,78.8734,-201.248,3.38594,7200,7200,5,0,2097,0,0,1), + (30352,6211,90,0,0,-569.925,231.347,-159.345,1.88496,7200,7200,2,0,2400,0,0,1), + (30353,7603,90,0,0,-640.209,514.683,-230.602,1.01504,7200,7200,2,0,853,0,0,1), + (30354,7603,90,0,0,-645.176,512.149,-230.601,3.99623,7200,7200,2,0,853,0,0,1), + (30355,7603,90,0,0,-641.537,508.083,-230.518,5.34071,7200,7200,2,0,853,0,0,1), + (30356,7603,90,0,0,-646.904,505.615,-230.601,2.21234,7200,7200,2,0,853,0,0,1), + (30357,6233,90,0,0,-637.756,516.192,-230.518,0,7200,7200,2,0,2559,0,0,1), + (30358,6222,90,0,0,-635.625,513.175,-230.602,1.09437,7200,7200,2,0,905,0,0,1), + (30359,4020,1,0,0,2298.38,1549.32,287.606,0.041033,300,300,15,0,620,0,0,1), + (30360,7603,90,0,0,-539.432,425.888,-230.519,0,7200,7200,0,0,853,0,0,0), + (30361,7603,90,0,0,-532.556,421.27,-230.518,4.95674,7200,7200,2,0,853,0,0,1), + (30362,7603,90,0,0,-538.575,416.534,-230.518,2.82743,7200,7200,2,0,853,0,0,1), + (30363,7603,90,0,0,-544.422,421.018,-230.518,3.80482,7200,7200,2,0,853,0,0,1), + (30364,6222,90,0,0,-531.995,416.335,-230.518,0.349066,7200,7200,2,0,905,0,0,1), + (30365,6222,90,0,0,-615.486,440.103,-273.061,5.49537,7200,7200,2,0,905,0,0,1), + (30366,6222,90,0,0,-539.803,554.096,-273.079,3.99421,7200,7200,2,0,905,0,0,1), + (30367,6222,90,0,0,-585.701,464.577,-273.081,3.43791,7200,7200,2,0,905,0,0,1), + (30368,7603,90,0,0,-519.763,535.871,-273.074,5.12976,7200,7200,2,0,853,0,0,1), + (30369,7603,90,0,0,-520.59,537.735,-273.074,5.46984,7200,7200,2,0,853,0,0,1), + (30370,7603,90,0,0,-519.572,540.375,-273.075,5.7171,7200,7200,2,0,853,0,0,1), + (30371,7603,90,0,0,-522.211,541.392,-273.074,5.98327,7200,7200,2,0,853,0,0,1), + (30372,6222,90,0,0,-523.229,538.753,-273.073,5.75422,7200,7200,2,0,905,0,0,1), + (30373,7603,90,0,0,-456.864,466.615,-230.601,1.93866,7200,7200,2,0,853,0,0,1), + (30374,7603,90,0,0,-464.134,453.529,-230.518,1.22173,7200,7200,2,0,853,0,0,1), + (30375,7603,90,0,0,-467.127,458.6,-230.518,0,7200,7200,2,0,853,0,0,1), + (30376,7603,90,0,0,-460.763,451.258,-230.517,6.26573,7200,7200,2,0,853,0,0,1), + (30377,6222,90,0,0,-461.171,464.069,-230.601,0.802967,7200,7200,2,0,905,0,0,1), + (30378,7603,90,0,0,-591.288,583.902,-230.517,6.24828,7200,7200,2,0,853,0,0,1), + (30379,7603,90,0,0,-596.914,584.571,-230.601,4.46223,7200,7200,2,0,853,0,0,1), + (30380,7603,90,0,0,-593.291,589.403,-230.517,0,7200,7200,2,0,853,0,0,1), + (30381,7603,90,0,0,-599.175,579.219,-230.602,0.809533,7200,7200,2,0,853,0,0,1), + (30382,6222,90,0,0,-592.991,578.047,-230.517,5.3058,7200,7200,2,0,905,0,0,1), + (30383,6222,90,0,0,-487.225,549.376,-230.602,2.94272,7200,7200,0,0,905,0,0,0), + (30384,6226,90,0,0,-837.74,291.732,-272.605,0.783807,7200,7200,5,0,2865,0,0,1), + (30385,6226,90,0,0,-870.887,412.753,-316.378,0.629453,1800,1800,0,0,2865,0,0,2), + (30386,6226,90,0,0,-858.712,391.157,-316.43,2.59422,7200,7200,3,0,2865,0,0,1), + (30387,6224,90,0,0,-840.707,290.14,-272.607,5.71985,7200,7200,2,0,905,0,0,1), + (30388,6227,90,0,0,-822.527,425.77,-272.59,0.008276,7200,7200,5,0,2550,878,0,1), + (30389,6224,90,0,0,-798.065,382.68,-316.433,1.66084,7200,7200,2,0,905,0,0,1), + (30390,6227,90,0,0,-743.622,238.119,-273.08,2.5883,7200,7200,5,0,2550,878,0,1), + (30391,6226,90,0,0,-894.059,405.467,-272.559,1.41748,7200,7200,0,0,2865,0,0,2), + (30392,6226,90,0,0,-785.107,547.2,-291.131,3.7642,1800,1800,0,0,2865,0,0,2), + (30393,6224,90,0,0,-826.708,425.943,-272.592,6.18491,7200,7200,2,0,905,0,0,1), + (30394,6329,90,0,0,-512.154,175.506,-155.153,2.53073,7200,7200,3,0,1830,655,0,1), + (30395,6329,90,0,0,-425.039,178.295,-154.66,5.74213,7200,7200,5,0,1830,655,0,1), + (30396,6206,90,0,0,-499.676,43.3165,-156.403,1.44862,7200,7200,3,0,2097,0,0,1), + (30397,6329,90,0,0,-530.666,201.902,-155.156,4.45059,7200,7200,5,0,1830,655,0,1), + (30398,6329,90,0,0,-410.196,39.4883,-154.66,4.85202,7200,7200,5,0,1830,655,0,1), + (30399,6329,90,0,0,-507.703,110.804,-154.66,4.10152,7200,7200,5,0,1830,655,0,1), + (30400,6206,90,0,0,-368.251,84.5512,-154.66,5.02655,7200,7200,3,0,2097,0,0,1), + (30401,4020,1,0,0,2278.41,1578.62,299.24,0.074127,300,300,15,0,620,0,0,1), + (30402,4020,1,0,0,2353.48,1614.1,293.087,5.71581,300,300,15,0,620,0,0,1), + (30403,4020,1,0,0,2339.16,1601.55,288.966,4.03843,300,300,15,0,620,0,0,1), + (30404,4020,1,0,0,2355.54,1626.13,300.493,1.06389,300,300,15,0,620,0,0,1), + (30405,4559,0,0,0,1623.77,272.448,-43.0192,4.55531,300,300,0,0,1605,0,0,0), + (30406,4020,1,0,0,2377.02,1684.89,333.716,2.19672,300,300,5,0,620,0,0,1), + (30407,4020,1,0,0,2381.16,1599.5,289.973,0.597209,300,300,5,0,620,0,0,1), + (30408,4020,1,0,0,2389.01,1546.52,278.888,6.13781,300,300,5,0,620,0,0,1), + (30409,4020,1,0,0,2590.55,1420.23,235.497,1.0359,300,300,15,0,620,0,0,1), + (30410,4020,1,0,0,2508.85,1291.15,272.074,0.285273,300,300,15,0,620,0,0,1), + (30411,4020,1,0,0,1955.66,961.039,178.955,0.715173,300,300,10,0,620,0,0,1), + (30412,4020,1,0,0,2414.55,1379.6,275.722,5.12318,300,300,5,0,620,0,0,1), + (30413,4021,1,0,0,2547.62,1581.54,270.162,4.21114,300,300,15,0,664,0,0,1), + (30414,4021,1,0,0,2346.06,1382.32,276.914,2.09699,300,300,5,0,664,0,0,1), + (30415,4021,1,0,0,2286.67,1342.42,287.6,3.38243,300,300,5,0,664,0,0,1), + (30416,4021,1,0,0,2259.91,1583.15,309.288,4.89504,300,300,5,0,664,0,0,1), + (30417,4021,1,0,0,2486.35,1578.95,263.017,0.769485,300,300,15,0,664,0,0,1), + (30418,4021,1,0,0,2325.27,1612.52,292.759,4.42215,300,300,15,0,664,0,0,1), + (30419,4022,1,0,0,987.964,1735.38,-9.06532,5.66743,300,300,5,0,617,0,0,1), + (30420,4022,1,0,0,1003.41,1691.52,-4.956,1.82264,300,300,15,0,617,0,0,1), + (30421,4022,1,0,0,941.307,1655.49,-12.7333,0.472381,300,300,15,0,617,0,0,1), + (30422,4022,1,0,0,936.874,1560.52,-13.6834,0.501217,300,300,15,0,617,0,0,1), + (30423,4022,1,0,0,858.4,1524.47,-18.0082,0.98051,300,300,5,0,617,0,0,1), + (30424,4022,1,0,0,1480.33,1400.29,141.117,5.24159,300,300,15,0,617,0,0,1), + (30425,4022,1,0,0,1318.12,1421.49,103.264,0.581776,300,300,15,0,617,0,0,1), + (30426,4022,1,0,0,817.937,1646.43,-29.1048,2.29858,300,300,15,0,617,0,0,1), + (30427,4022,1,0,0,800.463,1616.58,-31.8395,2.61373,300,300,15,0,617,0,0,1), + (30428,4022,1,0,0,821.861,1771.99,-15.4093,3.64097,300,300,15,0,617,0,0,1), + (30429,4022,1,0,0,750.844,1685.66,-31.5314,2.83096,300,300,15,0,617,0,0,1), + (30430,4022,1,0,0,826.756,1642.2,-28.6399,1.13656,300,300,15,0,617,0,0,1), + (30431,4022,1,0,0,949.317,1715.29,-14.6905,3.38508,300,300,15,0,617,0,0,1), + (30432,4415,1,0,0,-4363.88,-3859.21,55.161,1.5298,360,360,5,0,1751,0,0,1), + (30433,4397,1,0,0,-2219.35,-4282.37,-1.43956,5.37318,360,360,10,0,1403,0,0,1), + (30434,4389,1,0,0,-3498.21,-3685.94,-7.42197,0.37362,360,360,5,0,1532,0,0,1), + (30435,4401,1,0,0,-3388.54,-3627.93,9.8831,2.06378,360,360,5,0,1403,0,0,1), + (30436,4401,1,0,0,-3563.72,-3907.95,12.0072,6.21091,360,360,5,0,1403,0,0,1), + (30437,4404,1,0,0,-3545.42,-4004.01,5.25686,4.21264,360,360,5,0,1211,1067,0,1), + (30438,4403,1,0,0,-4424.5,-4243.94,-5.50659,1.95991,360,360,5,0,1464,0,0,1), + (30439,4403,1,0,0,-4355.74,-4119.93,-0.909944,0.72706,360,360,5,0,1464,0,0,1), + (30440,4403,1,0,0,-4376.79,-4153.64,-5.36289,5.88719,360,360,5,0,1464,0,0,1), + (30441,4404,1,0,0,-4420.57,-4178.95,-5.141,3.43653,360,360,5,0,1211,1067,0,1), + (30442,5057,1,0,0,-3935.79,-2893.68,40.7898,2.07694,360,360,0,0,1542,0,0,0), + (30443,5057,1,0,0,-3954.27,-2879.46,42.7898,1.5708,360,360,0,0,1542,0,0,0), + (30444,5057,1,0,0,-3908.52,-2876.12,46.3821,5.75666,360,360,5,0,1542,0,0,1), + (30445,5089,1,0,0,-3934.05,-2869.68,51.2515,5.41052,360,360,0,0,1590,0,0,0), + (30446,4351,1,0,0,-2586.11,-3553.65,45.9208,4.93699,360,360,5,0,1469,0,0,1), + (30447,1412,1,0,0,-3869.58,-4431.88,10.4866,4.94411,360,360,10,0,8,0,0,1), + (30448,1412,1,0,0,-3861.46,-4463.37,10.4851,0.256629,360,360,10,0,8,0,0,1), + (30450,10036,1,0,0,-3095.63,-2871.48,34.1132,0.204674,360,360,0,0,5215,0,0,2), + (30451,4883,1,0,0,-3112.94,-2885.78,35.3489,3.49066,360,360,0,0,2568,0,0,0), + (30452,10036,1,0,0,-3173.94,-2877.34,33.9974,0.628319,360,360,0,0,5215,0,0,0), + (30453,6567,1,0,0,-3112.53,-2820.13,34.3158,4.46804,360,360,0,0,2766,0,0,0), + (30454,4979,1,0,0,-3998.66,-4735.98,5.26745,2.37365,360,360,0,0,4665,0,0,0), + (30455,4952,1,0,0,-3685.11,-4509.88,11.7274,3.08923,360,360,0,0,64,0,0,0), + (30456,4890,1,0,0,-3708.59,-4513.15,11.9936,3.63029,360,360,0,0,2568,0,0,0), + (30457,4888,1,0,0,-3785.93,-4366.85,16.8715,4.18879,360,360,0,0,2192,0,0,0), + (30458,4973,1,0,0,-3770.08,-4531.74,11.5426,5.28602,360,360,0,0,3517,0,0,0), + (30459,4979,1,0,0,-3788.92,-4612.75,46.0236,4.36332,360,360,0,0,4665,0,0,0), + (30460,4345,1,0,0,-4548.91,-3889.47,29.2414,3.11035,360,360,10,0,4572,0,0,1), + (30461,4345,1,0,0,-4442.22,-3920.92,33.1475,5.89632,360,360,10,0,4572,0,0,1), + (30462,4388,1,0,0,-4083.11,-4517.27,-36.2887,3.08796,360,360,10,0,1826,0,0,1), + (30464,4343,1,0,0,-3525.69,-2726.99,29.7144,6.06742,360,360,10,0,1536,0,0,1), + (30465,4346,1,0,0,-3151.23,-3625.94,66.942,2.52533,360,360,5,0,1403,0,0,1), + (30466,4414,1,0,0,-2551.34,-2848.82,65.2243,6.06282,360,360,10,0,1469,0,0,1), + (30467,4414,1,0,0,-2465.57,-2918.18,39.8907,0.09834,360,360,10,0,1469,0,0,1), + (30468,4366,1,0,0,-2539.29,-4925.56,34.7787,0.330479,1200,1200,0,0,8883,0,0,0), + (30469,4366,1,0,0,-2529.2,-4918.36,34.719,0.282521,1200,1200,0,0,8883,0,0,0), + (30470,4364,1,0,0,-2552.68,-4915.19,33.3198,4.54102,1200,1200,5,0,8883,0,0,1), + (30471,4366,1,0,0,-2681.03,-4947.89,22.9958,2.57683,1200,1200,5,0,8883,0,0,1), + (30472,2914,1,0,0,-2910.34,-3059.59,29.3974,1.58505,360,360,10,0,8,0,0,1), + (30473,2914,1,0,0,-4012.64,-2846.04,33.7724,6.283,360,360,10,0,8,0,0,1), + (30474,6145,1,0,0,-3415.99,-3766.95,-14.1428,1.63139,360,360,5,0,42,0,0,1), + (30475,4397,1,0,0,-2256.25,-4014.99,-3.75097,3.30449,360,360,10,0,1403,0,0,1), + (30476,4023,1,0,0,627.199,1814.83,-10.6556,6.23601,300,300,15,0,734,0,0,1), + (30477,4023,1,0,0,658.863,1794.31,-12.66,5.09244,300,300,5,0,734,0,0,1), + (30478,4404,1,0,0,-4245.7,-4197.51,-7.89745,4.15103,360,360,5,0,1211,1067,0,1), + (30479,4403,1,0,0,-4239.08,-4134.22,16.6074,1.47501,360,360,5,0,1464,0,0,1), + (30480,4352,1,0,0,-2582.7,-3627.5,78.6928,6.07528,360,360,5,0,1469,0,0,1), + (30481,4952,1,0,0,-3693.84,-4502.22,11.7301,0,360,360,0,0,64,0,0,0), + (30482,4979,1,0,0,-4034.33,-4679.43,6.27648,5.48033,360,360,0,0,4665,0,0,0), + (30483,4952,1,0,0,-3685.06,-4502.28,11.7258,3.12414,360,360,0,0,64,0,0,0), + (30484,4886,1,0,0,-3797.94,-4367.99,16.8715,5.48033,360,360,0,0,2016,0,0,0), + (30485,4900,1,0,0,-3700.84,-4331.73,11.4981,4.46804,360,360,0,0,2192,0,0,0), + (30486,4979,1,0,0,-4012.71,-4722.93,5.20877,5.55015,360,360,0,0,4665,0,0,0), + (30487,4979,1,0,0,-3837.93,-4571.93,8.80104,1.49538,360,360,5,0,4665,0,0,1), + (30488,4979,1,0,0,-3981.16,-4716.96,4.36853,2.42601,360,360,0,0,4665,0,0,0), + (30489,4892,1,0,0,-3779.61,-4542.27,11.4837,2.05949,360,360,0,0,2192,0,0,0), + (30491,4345,1,0,0,-4711.8,-3639.68,29.7498,5.89921,360,360,0,0,4572,0,0,0), + (30492,4388,1,0,0,-4119.66,-4550.71,-48.1245,2.91699,360,360,10,0,1826,0,0,1), + (30493,4388,1,0,0,-4068.84,-4650.72,-37.4773,1.49002,360,360,10,0,1826,0,0,1), + (30494,4343,1,0,0,-3485.04,-3171.71,28.9237,5.76691,360,360,10,0,1536,0,0,1), + (30495,4414,1,0,0,-2712.31,-3934.22,75.349,1.36309,360,360,10,0,1469,0,0,1), + (30496,4414,1,0,0,-3319.99,-4204.49,42.4945,5.03846,360,360,10,0,1469,0,0,1), + (30497,4364,1,0,0,-2785.84,-4937.19,73.4652,4.32842,1200,1200,0,0,8883,0,0,0), + (30498,4364,1,0,0,-2678.3,-5015.61,21.6941,4.79133,1200,1200,5,0,8883,0,0,1), + (30499,1420,1,0,0,-3489.08,-3301.7,31.7731,0.218494,360,360,10,0,8,0,0,1), + (30500,1420,1,0,0,-4133.9,-2899.45,28.9573,5.81954,360,360,10,0,8,0,0,1), + (30501,2914,1,0,0,-3286.5,-4106.71,18.9938,0.065626,360,360,10,0,8,0,0,1), + (30502,2914,1,0,0,-2604.49,-3009.52,28.841,4.99126,360,360,10,0,8,0,0,1), + (30503,4397,1,0,0,-2284.86,-4366.16,-2.28357,2.3341,360,360,10,0,1403,0,0,1), + (30504,4334,1,0,0,-4980.38,-3816.38,43.3925,3.24631,360,360,0,0,4119,1432,0,0), + (30505,4897,1,0,0,-3834.53,-4462.94,12.564,1.5708,360,360,0,0,1930,0,0,0), + (30506,4885,1,0,0,-3835.71,-4397.69,11.0168,5.51524,360,360,0,0,2016,0,0,0), + (30507,4891,1,0,0,-3690.54,-4554.1,11.9936,3.63029,360,360,0,0,1454,0,0,0), + (30508,5202,1,0,0,-3763.98,-4559.92,10.473,2.09439,360,360,0,0,64,0,0,0), + (30510,4979,1,0,0,-3786.87,-4483.29,13.9451,3.96632,360,360,0,0,4665,0,0,0), + (30513,4345,1,0,0,-4270.14,-3511.02,40.6347,3.48435,360,360,10,0,4572,0,0,1), + (30514,4345,1,0,0,-4475.47,-3873.43,30.3174,0.170935,360,360,10,0,4572,0,0,1), + (30515,4388,1,0,0,-4082.35,-4554.34,-44.9269,2.67132,360,360,10,0,1826,0,0,1), + (30516,6145,1,0,0,-4165.14,-4226.4,-13.884,1.84912,360,360,5,0,42,0,0,1), + (30517,6145,1,0,0,-3589.29,-3713.32,-4.36678,0.928076,360,360,5,0,42,0,0,1), + (30518,6145,1,0,0,-3597.3,-3991.92,-13.7137,3.65154,360,360,5,0,42,0,0,1), + (30519,2914,1,0,0,-4550,-2980.3,30.7658,4.71239,360,360,10,0,8,0,0,1), + (30520,1420,1,0,0,-3883.85,-3463.54,30.1474,1.5708,360,360,10,0,8,0,0,1), + (30521,4979,1,0,0,-3932.29,-4735.86,4.96947,3.89208,360,360,0,0,4665,0,0,0), + (30522,4979,1,0,0,-3767.43,-4347.73,11.3043,4.79965,360,360,0,0,4665,0,0,0), + (30523,4979,1,0,0,-3785.45,-4631.84,10.8455,5.2709,360,360,0,0,4665,0,0,0), + (30524,5202,1,0,0,-3757.98,-4556.42,10.4911,2.14675,360,360,0,0,64,0,0,0), + (30525,4979,1,0,0,-3872.81,-4547.33,10.2642,1.62724,360,360,0,0,4665,0,0,0), + (30526,1420,1,0,0,-4205.8,-3367.19,28.6474,1.70538,360,360,10,0,8,0,0,1), + (30527,2914,1,0,0,-3547.02,-3212.42,33.1416,4.25974,360,360,10,0,8,0,0,1), + (30528,1420,1,0,0,-3023.77,-3762.44,42.246,5.66862,360,360,10,0,8,0,0,1), + (30529,1420,1,0,0,-2485.89,-2911.55,28.6845,0.606406,360,360,10,0,8,0,0,1), + (30530,2914,1,0,0,-4009.01,-3720.77,44.4411,2.31565,360,360,10,0,8,0,0,1), + (30531,6145,1,0,0,-4285.7,-4086.62,-6.71363,5.94126,360,360,5,0,42,0,0,1), + (30532,4952,1,0,0,-3685.1,-4506.13,11.7261,3.12414,360,360,0,0,64,0,0,0), + (30533,4345,1,0,0,-4652.73,-3654.95,30.3045,0.488692,360,360,0,0,4572,0,0,0), + (30534,4345,1,0,0,-4488.92,-3958.47,29.662,5.39963,360,360,10,0,4572,0,0,1), + (30535,4388,1,0,0,-4109.62,-4582.04,-52.07,1.20915,360,360,10,0,1826,0,0,1), + (30536,6145,1,0,0,-4359.05,-4164.09,-2.94164,2.91028,360,360,5,0,42,0,0,1), + (30537,1420,1,0,0,-4430.44,-3236.22,28.7224,6.1096,360,360,10,0,8,0,0,1), + (30538,1420,1,0,0,-4560.39,-3743.34,29.7568,3.91815,360,360,10,0,8,0,0,1), + (30539,2914,1,0,0,-4498.42,-2920.95,29.5638,1.54479,360,360,10,0,8,0,0,1), + (30540,2914,1,0,0,-4745.53,-3414.81,38.9334,1.49447,360,360,10,0,8,0,0,1), + (30541,2914,1,0,0,-4712.72,-3262.75,30.1475,0.654967,360,360,10,0,8,0,0,1), + (30542,1420,1,0,0,-2775.81,-3655.98,38.4906,3.49712,360,360,10,0,8,0,0,1), + (30543,6145,1,0,0,-4081.52,-4590.69,-43.4225,3.78791,360,360,5,0,42,0,0,1), + (30544,2914,1,0,0,-4261.9,-3456.54,33.9345,4.2898,360,360,10,0,8,0,0,1), + (30545,4345,1,0,0,-4539.05,-3939.43,31.7311,0.635689,360,360,10,0,4572,0,0,1), + (30546,4345,1,0,0,-4587.35,-3931.11,31.0968,4.77688,360,360,10,0,4572,0,0,1), + (30547,4345,1,0,0,-4209.63,-3634.19,31.9821,1.05649,360,360,10,0,4572,0,0,1), + (30548,4345,1,0,0,-4503.69,-3651.55,36.5476,5.49365,360,360,10,0,4572,0,0,1), + (30549,2914,1,0,0,-2743.64,-3754.61,28.6098,3.45531,360,360,10,0,8,0,0,1), + (30550,6145,1,0,0,-3631.13,-3924.88,-8.77026,4.20415,360,360,5,0,42,0,0,1), + (30551,1420,1,0,0,-4469.03,-3022.39,29.1474,2.77324,360,360,10,0,8,0,0,1), + (30552,1420,1,0,0,-4507.4,-2768.67,35.0208,2.72515,360,360,10,0,8,0,0,1), + (30553,1420,1,0,0,-2885.42,-3822.92,29.3974,4.32356,360,360,10,0,8,0,0,1), + (30554,1420,1,0,0,-3476.92,-3154.61,28.942,3.10645,360,360,10,0,8,0,0,1), + (30555,2914,1,0,0,-3877.92,-3545.78,38.487,5.05515,360,360,10,0,8,0,0,1), + (30556,4345,1,0,0,-4270.28,-3176.86,31.8974,2.63717,360,360,10,0,4572,0,0,1), + (30557,1420,1,0,0,-3641.63,-3024.18,34.3031,4.45454,360,360,10,0,8,0,0,1), + (30558,6145,1,0,0,-3401.44,-4368.7,-2.09004,3.66292,360,360,5,0,42,0,0,1), + (30559,2914,1,0,0,-3886.93,-3607.23,29.1779,1.7954,360,360,10,0,8,0,0,1), + (30560,2914,1,0,0,-2791.3,-3178.35,34.3979,4.44616,360,360,10,0,8,0,0,1), + (30561,1420,1,0,0,-3800.2,-2954.41,28.8189,1.49252,360,360,10,0,8,0,0,1), + (30562,1420,1,0,0,-2676.83,-2934.31,32.2618,2.69541,360,360,10,0,8,0,0,1), + (30563,1420,1,0,0,-3795.12,-2815.73,28.8974,2.41189,360,360,10,0,8,0,0,1), + (30564,4345,1,0,0,-4579.46,-3663.9,29.9903,4.23163,360,360,10,0,4572,0,0,1), + (30565,1420,1,0,0,-4578.95,-3456.33,32.0225,0.606858,360,360,10,0,8,0,0,1), + (30566,2914,1,0,0,-4147.33,-3010,31.0224,1.0456,360,360,10,0,8,0,0,1), + (30567,2914,1,0,0,-3036.36,-3182.16,29.9536,5.60845,360,360,10,0,8,0,0,1), + (30568,1420,1,0,0,-3163.28,-3109.15,28.954,5.77761,360,360,10,0,8,0,0,1), + (30569,2914,1,0,0,-2700.64,-3265.98,29.218,3.89795,360,360,10,0,8,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (27237,11562,1,11371,0,-2019.07,3389.07,-63.5345,2.97191,300,20,0,928,963,0,1), - (27238,11562,1,11371,0,-1843.27,3039.04,3.31622,1.59813,300,20,0,928,963,0,1), - (27239,11562,1,11371,0,-489.57,2665.26,-20.6284,2.54655,300,20,0,928,963,0,1), - (27240,11562,1,11371,0,-383.221,2821.75,-22.9953,1.69712,300,20,0,928,963,0,1), - (27241,11562,1,11371,0,-450.433,2732.37,-23.4081,1.1471,300,20,0,928,963,0,1), - (27242,11562,1,11371,0,-550.608,2672.8,-24.6606,2.38733,300,20,0,928,963,0,1), - (27243,11562,1,11371,0,-576.234,2653.8,-20.3607,6.13472,300,20,0,928,963,0,1), - (27244,11562,1,11371,0,-589.357,2714.89,-25.805,3.32029,300,20,0,928,963,0,1), - (27245,11562,1,11371,0,-482.458,2813.65,-31.1686,5.22547,300,20,0,928,963,0,1), - (27246,4651,1,9424,0,-2321.77,2504.18,73.0283,3.13869,300,2,0,954,2553,0,1), - (27247,4651,1,9424,0,-2255.54,2545.02,21.2201,3.38189,300,5,0,954,2553,0,1), - (27248,4651,1,9424,0,-2289.35,2496.6,73.0236,0.501357,300,0,0,954,2553,0,0), - (27249,11563,1,3214,0,-1878.52,3311.72,-46.6471,2.39661,300,20,0,1163,0,0,1), - (27250,11563,1,3214,0,-1915.5,3249.39,-51.1113,2.77688,300,20,0,1163,0,0,1), - (27251,11563,1,3214,0,-2082.55,3240.07,-26.302,4.47143,300,20,0,1163,0,0,1), - (27252,11563,1,3214,0,-1707.33,3438.74,-51.3684,0.409573,300,20,0,1163,0,0,1), - (27253,11563,1,3214,0,-2057.18,3281.43,-44.1299,3.93474,300,20,0,1163,0,0,1), - (27254,11563,1,3214,0,-1874.17,3289.88,-45.0012,3.47661,300,20,0,1163,0,0,1), - (27255,4651,1,9424,0,-2171.33,2391.94,58.2883,3.83154,300,20,0,954,2553,0,1), - (27256,4651,1,9424,0,-2440.03,2493.1,67.4038,1.67524,300,2,0,954,2553,0,1), - (27257,4651,1,9424,0,-2202.26,2587.83,20.3716,5.89487,300,5,0,954,2553,0,1), - (27258,4651,1,9424,0,-2361.92,2501.04,69.6346,6.09714,300,2,0,954,2553,0,1), - (27259,4651,1,9424,0,-2169.27,2474.32,19.2061,1.56686,300,5,0,954,2553,0,2), - (27260,4651,1,9424,0,-2435.77,2449.85,72.1004,4.2834,300,2,0,954,2553,0,1), - (27261,4651,1,9424,0,-2323.38,2429.83,66.8406,0.054608,300,5,0,954,2553,0,1), - (27262,4651,1,9424,0,-2416.36,2529.46,81.2526,3.24318,300,2,0,954,2553,0,1), - (27263,11563,1,3214,0,-1926.11,3111.74,-5.68355,4.6168,300,20,0,1163,0,0,1), - (27264,11563,1,3214,0,-2007.3,3252.51,-28.3469,6.26784,300,20,0,1163,0,0,1), - (27265,11563,1,3214,0,-1932.04,3446.46,-46.503,6.16399,300,20,0,1163,0,0,1), - (27266,4651,1,9424,0,-1974.86,2550.93,60.9797,5.33852,300,5,0,954,2553,0,1), - (27267,4651,1,9424,0,-1975.65,2611.31,61.6929,0.120313,300,5,0,954,2553,0,1), - (27268,11563,1,3214,0,-589.836,2847.85,-32.2291,3.05793,300,20,0,1163,0,0,1), - (27269,4651,1,9424,0,-2017.63,2595.59,61.4479,3.36945,300,5,0,954,2553,0,1), - (27270,11563,1,3214,0,-1997.68,3082,3.79001,3.24535,300,20,0,1163,0,0,1), - (27271,11563,1,3214,0,-1885.05,3190.01,-30.8865,3.75812,300,20,0,1163,0,0,1), - (27272,11563,1,3214,0,-384.927,2792.87,-26.0448,2.88537,300,20,0,1163,0,0,1), - (27273,11563,1,3214,0,-438.444,2781.25,-29.5898,3.22324,300,20,0,1163,0,0,1), - (27274,11563,1,3214,0,-480.358,2748.83,-29.196,6.24995,300,20,0,1163,0,0,1), - (27275,11563,1,3214,0,-611.428,2749.25,-22.8793,5.48935,300,20,0,1163,0,0,1), - (27276,11563,1,3214,0,-585.403,2782.89,-27.3659,3.93325,300,20,0,1163,0,0,1), - (27277,11563,1,3214,0,-551.785,2818.67,-32.9096,2.93405,300,20,0,1163,0,0,1), - (27278,11563,1,3214,0,-417.162,2719.56,-21.3663,1.74089,300,20,0,1163,0,0,1), - (27279,11564,1,7933,0,-1390.3,1523.61,59.0624,5.96903,600,0,0,2016,0,0,0), - (27280,11564,1,7933,0,-1426.32,1477.15,59.595,5.67232,600,0,0,2016,0,0,0), - (27281,11564,1,7933,0,-1396.3,1513.98,59.0624,5.21853,600,0,0,2016,0,0,0), - (27282,4652,1,9426,0,-2369.66,2426.49,77.2418,4.3122,300,5,0,1403,0,0,1), - (27283,4652,1,9426,0,-2420.11,2431.68,74.4226,0.54867,300,5,0,1403,0,0,1), - (27284,4652,1,9426,0,-2398.87,2428.64,74.97,2.88056,300,5,0,1403,0,0,1), - (27285,4652,1,9426,0,-2414.46,2410.78,75.676,0.872665,300,0,0,1403,0,0,0), - (27286,4652,1,9426,0,-2303.56,2423.38,67.7475,5.48625,300,5,0,1403,0,0,1), - (27287,4652,1,9426,0,-2416.07,2489.97,83.4285,6.27812,300,0,0,1403,0,0,0), - (27288,4652,1,9426,0,-2265.43,2601.59,61.8827,0.654874,300,3,0,1403,0,0,1), - (27289,11564,1,7933,0,-1329.09,1231.21,110.572,6.2783,600,0,0,2016,0,0,0), - (27290,11564,1,7933,0,-1311.1,1231.09,110.1,6.2778,600,0,0,2016,0,0,0), - (27291,4653,1,9425,0,-2278.65,2668.72,60.3135,1.41654,300,5,0,1403,0,0,1), - (27292,4653,1,9425,0,-2314.35,2633.99,60.3135,5.17622,300,0,0,1403,0,0,0), - (27293,4653,1,9425,0,-2360.78,2482.59,71.0694,3.37749,300,2,0,1403,0,0,1), - (27294,4653,1,9425,0,-2409.31,2478.29,83.6095,0.690535,300,0,0,1403,0,0,0), - (27295,4653,1,9425,0,-2406.51,2410.24,75.4664,1.97222,300,0,0,1403,0,0,0), - (27296,4653,1,9425,0,-2366.76,2438.95,77.1357,2.3842,300,5,0,1403,0,0,1), - (27297,4654,1,9434,0,-1384.04,2623.38,111.681,1.59801,300,5,0,1536,0,0,1), - (27298,4654,1,9434,0,-1532,2828.52,146.574,3.24648,300,5,0,1536,0,0,1), - (27299,4654,1,9434,0,-1219.12,2716.77,111.623,5.06539,300,5,0,1536,0,0,1), - (27300,4654,1,9434,0,-1183.6,2818.17,123.549,5.21637,300,5,0,1536,0,0,2), - (27301,4654,1,9434,0,-1217.96,2850.5,122.299,0.594494,300,10,0,1536,0,0,1), - (27302,4654,1,9434,0,-1148.71,2853.73,138.509,2.99956,300,5,0,1536,0,0,1), - (27303,4654,1,9434,0,-1380.57,2854.46,122.81,5.77257,300,5,0,1536,0,0,1), - (27304,4654,1,9434,0,-1318.13,2617.01,112.387,2.41284,300,5,0,1536,0,0,1), - (27305,4654,1,9434,0,-1288.41,2654.75,111.645,4.08664,300,5,0,1536,0,0,1), - (27306,4654,1,9434,0,-1522.73,2750.51,112.155,0.119896,300,5,0,1536,0,0,2), - (27307,4654,1,9434,0,-1534.6,2880.31,117.329,4.82553,300,5,0,1536,0,0,1), - (27308,11823,1,11738,0,-1656.33,3189.54,44.9006,1.5708,300,0,0,413,0,0,0), - (27309,4655,1,9435,0,-1366,2580.02,116.18,5.18701,300,0,0,1536,0,0,0), - (27310,4655,1,9435,0,-1388.84,2647.26,111.667,5.88189,300,0,0,1536,0,0,0), - (27311,4655,1,9435,0,-1248.86,2682.38,111.663,4.10871,300,5,0,1536,0,0,1), - (27312,4655,1,9435,0,-1214.99,2681.4,111.486,3.83968,300,5,0,1536,0,0,1), - (27313,4655,1,9435,0,-1154.05,2644.89,129.647,5.18849,300,5,0,1536,0,0,1), - (27314,4655,1,9435,0,-1179.55,2722.39,111.501,1.06359,300,5,0,1536,0,0,1), - (27315,4655,1,9435,0,-1180.13,2693.61,111.611,3.11223,300,0,0,1536,0,0,0), - (27316,4655,1,9435,0,-1351.33,2810.31,113.552,1.36234,300,10,0,1536,0,0,1), - (27317,4655,1,9435,0,-1385.76,2886.91,127.67,1.59575,300,5,0,1536,0,0,1), - (27318,4655,1,9435,0,-1389.06,2448.25,88.4384,3.45074,300,10,0,1536,0,0,1), - (27319,4655,1,9435,0,-1375.29,2552.43,107.43,0.772888,300,5,0,1536,0,0,2), - (27320,4655,1,9435,0,-1614.27,2883.56,102.341,1.07441,300,5,0,1536,0,0,1), - (27321,4655,1,9435,0,-1581.29,2885.76,108.782,5.47569,300,5,0,1536,0,0,1), - (27322,4655,1,9435,0,-1509.29,2849.72,109.499,4.03706,300,5,0,1536,0,0,1), - (27323,4655,1,9435,0,-1418.03,2883.82,132.609,2.21186,300,0,0,1536,0,0,0), - (27324,4656,1,9436,0,-1081.77,2820.78,155.338,2.70549,300,5,0,1325,0,0,1), - (27325,4656,1,9436,0,-1151.16,2758.76,117.966,1.4431,300,5,0,1325,0,0,1), - (27326,4656,1,9436,0,-1143.17,2695.56,111.331,2.36855,300,0,0,1325,0,0,0), - (27327,4656,1,9436,0,-1196.47,2770.02,111.372,0.979232,300,0,0,1325,0,0,0), - (27328,4656,1,9436,0,-1211.63,2786.9,112.044,5.31615,300,5,0,1325,0,0,1), - (27329,4656,1,9436,0,-1192.09,2748.26,111.236,6.23328,300,0,0,1325,0,0,0), - (27330,4656,1,9436,0,-1109.05,2913.98,145.565,0.040029,300,5,0,1325,0,0,1), - (27331,4656,1,9436,0,-1186.34,2860.55,139.066,5.05082,300,5,0,1325,0,0,1), - (27332,4656,1,9436,0,-1281.51,2874.39,114.422,2.15354,300,5,0,1325,0,0,1), - (27333,4656,1,9436,0,-1296.83,2886.9,113.547,2.60539,300,0,0,1325,0,0,0), - (27334,4656,1,9436,0,-1277.14,2893.67,114.422,0.130563,300,0,0,1325,0,0,0), - (27335,4656,1,9436,0,-1339.33,2767.88,113.293,5.27958,300,0,0,1325,0,0,0), - (27336,4656,1,9436,0,-1313.95,2818.8,113.516,5.87995,300,5,0,1325,0,0,1), - (27337,4657,1,9438,0,-1365.21,2906.61,127.478,5.9419,300,0,0,1305,1189,0,0), - (27338,4657,1,9438,0,-1154.39,2786.9,123.393,2.27391,300,5,0,1305,1189,0,1), - (27339,4657,1,9438,0,-1195.07,2734.15,111.236,5.68794,300,0,0,1305,1189,0,0), - (27340,4657,1,9438,0,-1184.97,2884.99,135.19,6.0979,300,5,0,1305,1189,0,1), - (27341,4657,1,9438,0,-1156.47,2927.47,144.373,5.4887,300,5,0,1305,1189,0,1), - (27342,4657,1,9438,0,-1180.94,2913.32,140.372,4.70262,300,5,0,1305,1189,0,1), - (27343,4657,1,9438,0,-1251.85,2852.59,115.711,1.00531,300,10,0,1305,1189,0,1), - (27344,4657,1,9438,0,-1106.66,2859.73,139.744,5.58335,300,5,0,1305,1189,0,1), - (27345,4657,1,9438,0,-1290.08,2898.58,113.172,3.46701,300,0,0,1305,1189,0,0), - (27346,3636,43,1747,0,12.3886,212.464,-84.301,5.54391,7200,5,0,1251,0,0,1), - (27347,2914,43,1206,0,20.6008,199.346,-85.7522,1.37417,7200,15,0,8,0,0,1), - (27348,3840,43,4233,0,9.77415,204.219,-84.1178,4.66731,7200,0,0,1212,912,0,2), - (27350,3840,43,4233,0,43.24,183.35,-88.6997,5.55015,7200,0,0,1212,912,0,0), - (27351,1868,0,828,0,711.707,1279.47,70.4829,4.61918,275,10,0,253,264,0,1), - (27352,4812,48,2896,0,-801.936,-59.8917,-29.5982,4.50295,7200,0,0,1494,1090,0,0), - (27353,3636,43,0,0,18.9434,284.015,-87.7345,0.44334,7200,5,0,1251,0,0,1), - (27354,3636,43,1747,0,33.257,172.424,-87.8203,3.40927,7200,5,0,1251,0,0,1), - (27355,3637,43,755,0,41.8001,240.641,-88.0936,5.04816,7200,5,0,1251,0,0,1), - (27356,3636,43,1747,0,42.1877,182.964,-88.6387,0.317187,7200,5,0,1251,0,0,1), - (27357,3840,43,4233,0,47.5856,211.85,-88.3816,1.30859,7200,0,0,1212,912,0,2), - (27358,2914,43,1206,0,-3.19711,295.743,-85.7169,4.57491,7200,15,0,8,0,0,1), - (27361,3637,43,755,0,30.4972,269.419,-87.2177,4.01378,7200,2,0,1251,0,0,1), - (27362,3636,43,1747,0,57.4801,203.98,-90.922,5.27869,7200,2,0,1251,0,0,1), - (27363,3640,43,1751,0,60.6739,207.589,-91.6738,3.09598,7200,0,0,1158,0,0,2), - (27364,3637,43,755,0,-4.32182,307.168,-88.1476,4.89372,7200,2,0,1251,0,0,1), - (27365,5053,43,2996,0,-52.2503,309.452,-106.412,5.75272,7200,5,0,417,0,0,1), - (27366,3671,43,4313,0,15.3449,297.176,-87.7016,2.80998,36000,0,0,2165,490,0,0), - (27368,3653,43,5126,0,-64.4082,319.084,-106.699,5.7292,36000,0,1,1452,0,0,2), - (27369,3840,43,4233,0,-49.5054,371.389,-59.7145,0.296706,7200,0,0,1212,912,0,0), - (27370,3835,43,1924,0,-70.9246,371.368,-105.181,5.0589,7200,15,0,8,0,0,1), - (27371,3840,43,4233,0,-41.1355,371.373,-59.8345,3.03687,7200,0,0,1212,912,0,0), - (27372,5755,43,4312,0,-27.1279,381.332,-60.0595,5.42797,7200,2,0,1452,0,0,1), - (27373,2914,43,1206,0,-75.3009,415.708,-106.893,1.13545,7200,15,0,8,0,0,1), - (27374,5053,43,2996,0,-74.6743,413.063,-107.109,4.32351,7200,5,0,417,0,0,1), - (27375,5048,43,4317,0,-123.674,412.583,-72.7478,1.51045,7200,2,0,1251,0,0,1), - (27376,3840,43,4233,0,-127.469,410.479,-72.6419,1.0821,7200,0,0,1212,912,0,0), - (27377,2914,43,1206,0,-26.4563,405.076,-59.8284,0.755553,7200,15,0,8,0,0,1), - (27378,5755,43,4312,0,-34.0201,411.064,-60.2015,2.86454,7200,5,0,1452,0,0,1), - (27380,3669,43,4213,0,-151.139,414.367,-72.6294,0.279253,36000,0,0,2165,490,0,0), - (27381,8886,43,8174,0,-149.036,415.907,-72.7205,2.39019,7200,2,0,167,0,0,1), - (27382,8886,43,8174,0,-114.051,445.003,-72.699,2.09017,7200,5,0,167,0,0,1), - (27383,8886,43,8174,0,-111.757,444.064,-72.7045,1.8594,7200,5,0,167,0,0,1), - (27384,3840,43,4233,0,-27.0351,420.647,-61.0227,1.45964,7200,5,0,1212,912,0,1), - (27385,3840,43,4233,0,-2.78621,419.959,-66.4746,0.176776,7200,2,0,1212,912,0,1), - (27386,2914,43,1206,0,-104.435,450.954,-72.4535,0.117495,7200,10,0,8,0,0,1), - (27387,8886,43,8174,0,-151.692,411.987,-72.663,4.46382,7200,2,0,167,0,0,1), - (27389,4657,1,9438,0,-1376.18,2774.11,112.556,5.92105,300,0,0,1305,1189,0,0), - (27390,4827,48,2836,0,-753.07,-87.3449,-40.8707,6.0912,7200,3,0,1686,0,0,1), - (27391,1868,0,828,0,752.429,1185.54,55.7302,0.614355,275,10,0,253,264,0,1), - (27392,4657,1,9438,0,-1311.88,2849.93,112.512,2.62016,300,10,0,1305,1189,0,1), - (27393,4657,1,9438,0,-1340.9,2793.15,112.668,4.0984,300,0,0,1305,1189,0,0), - (27394,4657,1,9438,0,-1376.95,2826.69,112.828,5.18439,300,0,0,1305,1189,0,0), - (27395,4657,1,9438,0,-1373.53,2794.38,112.181,2.43667,300,10,0,1305,1189,0,1), - (27396,4811,48,2888,0,-722.212,-105.695,-29.9737,1.18682,7200,0,0,1599,1162,0,0), - (27397,4809,48,2883,0,-734.182,-105.306,-29.9524,2.30383,7200,0,0,1494,545,0,0), - (27398,4812,48,2897,0,-721.848,-78.6776,-37.7371,1.54094,7200,0,0,1494,1090,0,0), - (27399,4810,48,2901,0,-742.068,-105.479,-30.0067,3.35103,7200,0,0,1815,0,0,0), - (27400,4827,48,2836,0,-726.514,-118.253,-36.8979,3.75246,7200,8,0,1686,0,0,1), - (27401,4827,48,2836,0,-778.368,-94.4939,-40.1442,3.66519,7200,3,0,1686,0,0,1), - (27402,4830,48,1816,0,-746.744,-169.427,-50.6239,5.49537,36000,5,1,3255,0,0,2), - (27403,4813,48,2876,0,-799.32,-108.703,-25.7868,3.10669,7200,0,0,1482,2886,0,0), - (27404,4814,48,2890,0,-789.697,-124.658,-25.7867,3.08923,7200,0,0,1482,2164,0,0), - (27405,4827,48,2836,0,-816.932,-88.5621,-40.2716,6.14356,7200,3,0,1686,0,0,1), - (27406,4823,48,9565,0,-808.045,-116.276,-36.8683,3.10669,7200,2,0,1392,0,0,1), - (27407,4810,48,2900,0,-816.991,-75.5989,-29.739,0.645772,7200,6,1,1815,0,0,2), - (27408,4812,48,2894,0,-822.119,-79.9384,-29.6178,1.15192,7200,0,0,1494,1090,0,0), - (27409,4813,48,2876,0,-813.087,-99.3175,-25.6698,3.68265,7200,0,0,1482,2886,0,0), - (27410,4814,48,2890,0,-818.654,-108.217,-25.7867,4.43314,7200,0,0,1482,2164,0,0), - (27411,4827,48,2836,0,-818.598,-54.6887,-38.2682,0.907571,7200,3,0,1686,0,0,1), - (27412,4811,48,2887,0,-822.218,-54.7079,-29.5982,6.14356,7200,0,0,1599,1162,0,0), - (27413,4812,48,2894,0,-818.036,-75.3462,-29.6361,2.84489,7200,0,0,1494,1090,0,0), - (27414,4810,48,2901,0,-817.287,-57.9343,-29.6844,5.49779,7200,5,1,1815,0,0,2), - (27415,4811,48,2887,0,-816.204,-55.4134,-29.5982,3.87463,7200,0,0,1599,1162,0,0), - (27416,4827,48,2836,0,-795.99,-156.208,-43.0987,3.59538,7200,2,0,1686,0,0,1), - (27417,4814,48,2892,0,-789.71,-140.375,-25.7867,3.10669,7200,0,0,1482,2164,0,0), - (27418,4827,48,2836,0,-843.467,-94.0556,-37.2355,0.191986,7200,3,0,1686,0,0,1), - (27419,4823,48,9565,0,-844.065,-70.65,-35.8419,4.50295,7200,2,0,1392,0,0,1), - (27420,4813,48,2876,0,-819.479,-132.687,-25.7867,3.42085,7200,0,0,1482,2886,0,0), - (27421,4814,48,2892,0,-837.999,-108.302,-25.7867,0.017453,7200,0,0,1482,2164,0,0), - (27422,4814,48,2893,0,-805.562,-127.678,-25.7867,3.1765,7200,2,0,1482,2164,0,1), - (27423,4814,48,2891,0,-833.015,-131.745,-25.7867,6.03884,7200,2,0,1482,2164,0,1), - (27424,4832,48,4939,0,-818.832,-155.576,-25.7923,4.74729,36000,0,0,4568,1545,0,0), - (27425,4813,48,2877,0,-847.311,-139.714,-25.7867,6.24828,7200,0,0,1482,2886,0,0), - (27426,4813,48,2877,0,-784.056,-161.775,-25.8701,1.52852,7200,5,1,1482,2886,0,2), - (27427,4813,48,2876,0,-846.982,-124.266,-25.7867,0.034907,7200,0,0,1482,2886,0,0), - (27428,4813,48,2877,0,-848.939,-146.323,-25.87,0.43086,7200,5,1,1482,2886,0,2), - (27429,4825,48,5026,0,-795.763,-214.792,-25.7867,1.32645,7200,5,0,1815,0,0,1), - (27430,4825,48,5026,0,-829.36,-219.978,-25.7985,4.04916,7200,3,0,1815,0,0,1), - (27431,4825,48,5026,0,-797.647,-251.394,-25.7867,3.10669,7200,1,0,1815,0,0,1), - (27432,4825,48,5026,0,-828.847,-253.035,-26.1588,0.897793,7200,2,0,1815,0,0,1), - (27433,4829,48,2837,0,-848.446,-453.865,-33.8922,1.5708,36000,0,0,8530,0,0,0), - (27434,4825,48,5026,0,-840.931,-356.62,-33.7907,1.18682,7200,3,0,1815,0,0,1), - (27435,4825,48,5026,0,-820.578,-396.224,-33.8071,2.30383,7200,2,0,1815,0,0,1), - (27436,4825,48,5026,0,-852.46,-407.621,-34.0238,3.35103,7200,5,0,1815,0,0,1), - (27437,4306,189,2607,0,1751.41,1123.6,7.57362,0.750492,7200,0,0,2865,0,0,0), - (27438,4283,189,2520,0,1739.87,1092.86,6.90333,1.50098,7200,0,0,2865,0,0,0), - (27439,4283,189,2521,0,1763.58,1103.48,6.90332,3.83972,7200,0,0,2865,0,0,0), - (27440,4306,189,2607,0,1759.54,1121.24,7.49103,4.75209,7200,1,1,2865,0,0,2), - (27441,4075,189,1141,0,1757.8,1121.22,7.57362,0.907571,7200,2,0,8,0,0,1), - (27442,4306,189,2607,0,1754.01,1126.06,7.57362,3.92699,7200,0,0,2865,0,0,0), - (27443,3983,189,2044,0,1786.55,1124.44,7.57362,4.81711,43200,0,0,5328,935,0,0), - (27444,4075,189,1141,0,1760.96,1143.3,7.57362,0.122173,7200,10,0,8,0,0,1), - (27445,4075,189,1141,0,1782.75,1121.98,7.57362,4.27606,7200,3,0,8,0,0,1), - (27446,4306,189,2607,0,1784.03,1118.32,7.57362,2.87979,7200,0,0,2865,0,0,0), - (27447,4306,189,2607,0,1755.47,1146.65,7.57362,0,7200,0,0,2865,0,0,0), - (27448,4306,189,2607,0,1759.29,1144.24,7.57362,3.14159,7200,0,0,2865,0,0,0), - (27449,6907,70,5708,0,-358.335,118.947,-44.3836,0.942478,43200,0,0,4572,0,0,0), - (27450,6908,70,5709,0,-356.985,132.094,-47.6973,1.3439,43200,0,0,5334,0,0,0), - (27451,7078,70,5985,0,-166.365,289.748,-53.4556,2.28638,7200,1,0,915,0,0,1), - (27452,7078,70,5985,0,-164.843,286.351,-53.267,5.39362,7200,1,0,915,0,0,1), - (27453,7078,70,5985,0,-172.551,288.582,-53.1762,0,7200,1,0,915,0,0,1), - (27454,7078,70,5985,0,-171.537,295.822,-54.1522,3.62543,7200,1,0,915,0,0,1), - (27455,7078,70,5985,0,-172.616,291.724,-53.5781,2.678,7200,1,0,915,0,0,1), - (27456,7078,70,5985,0,-169.48,293.443,-53.8783,4.11476,7200,1,0,915,0,0,1), - (27457,7078,70,5985,0,-170.324,292.19,-53.7022,4.04997,7200,1,0,915,0,0,1), - (27458,7078,70,5985,0,-174.716,292.83,-53.5736,3.00687,7200,1,0,915,0,0,1), - (27459,7078,70,5985,0,-167.612,284.036,-53.2623,0,7200,1,0,915,0,0,1), - (27460,7078,70,5985,0,-170.771,285.173,-53.1398,0,7200,1,0,915,0,0,1), - (27461,7078,70,5985,0,-156.393,208.328,-48.1095,3.07178,7200,1,0,915,0,0,1), - (27462,7078,70,5985,0,-159.308,211.608,-50.0256,2.67035,7200,1,0,915,0,0,1), - (27463,7078,70,5985,0,-161.485,207.947,-49.6569,5.60251,7200,1,0,915,0,0,1), - (27464,7078,70,5985,0,-160.711,217.383,-48.3382,0.698132,7200,1,0,915,0,0,1), - (27465,7078,70,5985,0,-157.386,201.609,-49.71,5.48033,7200,1,0,915,0,0,1), - (27466,7078,70,5985,0,-160.875,200.804,-49.9734,2.32129,7200,1,0,915,0,0,1), - (27467,7078,70,5985,0,-164.902,208.901,-49.6422,5.74213,7200,1,0,915,0,0,1), - (27468,7078,70,5985,0,-163.432,214.236,-48.9254,0.977384,7200,1,0,915,0,0,1), - (27469,7078,70,5985,0,-160.361,203.515,-49.5899,5.53269,7200,1,0,915,0,0,1), - (27470,7078,70,5985,0,-154.971,205.115,-48.3103,5.67232,7200,1,0,915,0,0,1), - (27471,4860,70,2234,0,-73.6665,231.738,-49.7598,1.1927,7200,3,0,5148,0,0,1), - (27472,4860,70,2234,0,-89.6837,301.882,-50.1905,4.79655,7200,5,0,5148,0,0,1), - (27473,4860,70,2234,0,-39.625,272.806,-49.0187,3.26601,7200,2,0,5148,0,0,1), - (27474,7405,70,5985,0,-21.7503,332.732,-46.896,2.4716,7200,1,0,1238,0,0,1), - (27476,7405,70,5985,0,-18.6602,331.129,-46.7308,5.44729,7200,1,0,1238,0,0,1), - (27477,7405,70,5985,0,-17.7247,327.988,-46.7162,5.88029,7200,1,0,1238,0,0,1), - (27478,7405,70,5985,0,-20.3014,328.854,-47.0445,5.60312,7200,1,0,1238,0,0,1), - (27479,7405,70,5985,0,-24.3644,333.975,-46.6297,0.959931,7200,1,0,1238,0,0,1), - (27480,7405,70,5985,0,-23.5265,335.07,-46.5413,2.11845,7200,1,0,1238,0,0,1), - (27481,7405,70,5985,0,-19.7895,329.712,-46.9786,4.97419,7200,1,0,1238,0,0,1), - (27482,7405,70,5985,0,-19.2043,331.832,-46.7092,5.76498,7200,1,0,1238,0,0,1), - (27483,7405,70,5985,0,-23.0397,333.272,-46.8216,0.173056,7200,1,0,1238,0,0,1), - (27484,7405,70,5985,0,-23.2569,337.856,-45.4986,4.31096,7200,1,0,1238,0,0,1), - (27485,4848,70,6055,0,12.7475,413.541,-47.7169,0.087266,7200,2,0,4119,1432,0,1), - (27486,4849,70,6067,0,7.95455,412.226,-47.5251,1.64061,7200,2,0,5148,0,0,1), - (27487,4849,70,6067,0,15.0678,401.771,-44.131,2.84489,7200,2,0,5148,0,0,1), - (27488,7290,70,6057,0,3.3877,383.55,-42.8435,4.32842,7200,0,0,5148,0,0,0), - (27489,4848,70,6055,0,14.2152,397.785,-44.0817,2.02458,7200,2,0,4119,1432,0,1), - (27490,7290,70,6057,0,-4.97794,389.725,-43.7371,4.85202,7200,0,0,5148,0,0,0), - (27491,7291,70,6059,0,-10.3813,414.708,-46.8571,6.16101,43200,0,0,13302,1534,0,0), - (27492,7030,70,6056,0,-10.2721,410.924,-47.1784,6.21337,7200,0,0,3678,1283,0,0), - (27493,1869,0,732,0,758.673,1146.76,49.2632,3.71148,275,10,0,300,0,0,1), - (27494,7030,70,6056,0,-8.36762,418.289,-46.9226,6.16101,7200,0,0,3678,1283,0,0), - (27495,7078,70,5985,0,-138.324,262.465,-54.2898,4.20754,7200,1,0,915,0,0,1), - (27496,7078,70,5985,0,-135.797,260.676,-53.4638,0.45734,7200,1,0,915,0,0,1), - (27497,7078,70,5985,0,-133.15,259.457,-53.481,1.61797,7200,1,0,915,0,0,1), - (27498,7078,70,5985,0,-137.333,258.012,-53.499,4.51605,7200,1,0,915,0,0,1), - (27499,7078,70,5985,0,-140.074,260.077,-54.2264,4.4855,7200,1,0,915,0,0,1), - (27500,7078,70,5985,0,-136.651,268.276,-52.8145,0.753239,7200,1,0,915,0,0,1), - (27501,7078,70,5985,0,-140.645,272.362,-52.8315,2.43514,7200,1,0,915,0,0,1), - (27502,7078,70,5985,0,-141.643,270.516,-52.5432,1.72272,7200,1,0,915,0,0,1), - (27503,7078,70,5985,0,-144.587,266.477,-51.9826,2.11185,7200,1,0,915,0,0,1), - (27504,7078,70,5985,0,-140.557,276.706,-52.8402,3.02355,7200,1,0,915,0,0,1), - (27505,4855,70,11166,0,57.9032,373.95,-38.2499,4.2516,7200,3,1,5148,0,0,2), - (27506,7320,70,11166,0,16.34,245.154,-33.7684,4.32489,7200,3,0,5346,0,0,1), - (27507,7320,70,11166,0,9.20103,224.056,-31.8643,1.17416,7200,2,0,5346,0,0,1), - (27508,7321,70,160,0,6.69549,242.724,-34.1162,2.11185,7200,3,0,3012,2975,0,1), - (27509,7321,70,160,0,16.0128,241.9,-32.9021,3.21727,7200,3,0,3012,2975,0,1), - (27510,4855,70,11166,0,9.28976,332.21,-38.6322,5.21853,7200,3,0,5148,0,0,1), - (27511,4853,70,1194,0,16.3417,332.015,-39.43,2.47837,7200,3,0,4119,1432,0,1), - (27512,4855,70,11166,0,78.8918,404.942,-38.1789,5.02655,7200,2,0,5148,0,0,1), - (27513,4855,70,11166,0,85.4878,403.676,-38.1789,6.12611,7200,2,0,5148,0,0,1), - (27514,4853,70,1194,0,85.2644,397.095,-38.1789,2.3911,7200,2,0,4119,1432,0,1), - (27515,7320,70,11166,0,28.3855,220.067,-31.4421,2.11185,7200,0,0,5346,0,0,0), - (27516,7320,70,11166,0,25.0827,214.221,-30.5394,1.85005,7200,0,0,5346,0,0,0), - (27517,7321,70,160,0,27.6785,226.454,-31.7868,3.31613,7200,0,0,3012,2975,0,0), - (27518,7321,70,160,0,19.9551,215.548,-30.3961,1.72788,7200,2,0,3012,2975,0,1), - (27519,7320,70,11166,0,8.35215,284.732,-38.5941,1.79769,7200,3,0,5346,0,0,1), - (27520,7321,70,160,0,3.7883,282.063,-38.1958,4.88692,7200,4,0,3012,2975,0,1), - (27521,4855,70,11166,0,49.3411,346.228,-40.0877,3.07178,7200,0,0,5148,0,0,0), - (27522,4853,70,1194,0,48.8975,340.68,-40.8543,2.67035,7200,3,0,4119,1432,0,1), - (27523,7320,70,11166,0,10.2117,263.027,-35.633,5.84685,7200,2,0,5346,0,0,1), - (27524,7321,70,160,0,3.82797,263.358,-35.8374,5.84685,7200,2,0,3012,2975,0,1), - (27525,4855,70,11166,0,42.0532,323.202,-42.8722,2.38446,7200,5,0,5148,0,0,1), - (27526,4855,70,11166,0,36.2464,376.018,-38.8766,2.86234,7200,0,0,5148,0,0,0), - (27527,4853,70,1194,0,30.4951,375.779,-39.9868,2.02458,7200,0,0,4119,1432,0,0), - (27528,4854,70,11165,0,56.7096,455.299,-40.9623,4.2586,43200,0,0,7390,3068,0,0), - (27529,4863,70,4486,0,59.4307,453.107,-40.9609,4.01426,7200,0,0,4377,0,0,0), - (27530,4853,70,1194,0,50.8847,452.713,-40.9676,4.50295,7200,0,0,4119,1432,0,0), - (27531,4855,70,11166,0,57.4593,447.311,-40.9598,0,7200,0,0,5148,0,0,0), - (27532,6910,70,5945,0,-225.598,161.224,-44.5463,0.034907,43200,0,0,3678,2566,0,0), - (27533,4851,70,721,0,-228.116,177.455,-44.6301,3.06182,7200,2,0,3831,0,0,1), - (27534,4852,70,160,0,-233.511,170.852,-44.6301,2.58106,7200,2,0,3279,1142,0,1), - (27535,7175,70,763,0,-210.111,106.761,-48.0202,3.19395,7200,2,0,1220,0,0,1), - (27536,7175,70,763,0,-244.16,108.004,-48.0202,3.14159,7200,3,0,1220,0,0,1), - (27537,4852,70,160,0,-266.266,90.8042,-48.711,0.575959,7200,2,0,3279,1142,0,1), - (27538,4851,70,721,0,-280.755,79.9444,-48.7191,5.88176,7200,3,0,3831,0,0,1), - (27539,4852,70,160,0,-174.321,165.9,-47.3283,4.43314,7200,3,0,3279,1142,0,1), - (27540,4852,70,160,0,-245.23,96.0977,-48.0381,6.00393,7200,2,0,3279,1142,0,1), - (27541,4852,70,160,0,-280.366,87.4282,-48.717,3.68265,7200,2,0,3279,1142,0,1), - (27542,4851,70,721,0,-178.939,169.876,-47.3264,0.802851,7200,2,0,3831,0,0,1), - (27543,4852,70,160,0,-271.653,140.403,-47.324,1.55334,7200,3,0,3279,1142,0,1), - (27544,4851,70,721,0,-176.355,61.1042,-48.7257,6.16101,7200,3,0,3831,0,0,1), - (27545,4851,70,721,0,-174.671,88.053,-48.7266,1.78024,7200,3,0,3831,0,0,1), - (27546,2753,0,9372,0,-7122.2,-3229.7,242.496,4.04023,72000,0,0,1046,0,0,0), - (27547,12338,1,12832,0,-1738.3,3096.03,34.587,4.74729,300,0,0,5217,0,0,0), - (27548,12338,1,12832,0,-1643.37,3083.2,30.9765,2.5923,300,0,0,5217,0,0,2), - (27549,12338,1,12832,0,-1673.69,3110.45,31.2323,1.62316,300,0,0,5217,0,0,0), - (27550,12338,1,12829,0,-1729.75,3087.03,34.5496,3.14159,300,0,0,5217,0,0,0), - (27551,12338,1,12831,0,-1654.6,3057.88,36.7911,0.977384,300,0,0,5217,0,0,0), - (27552,4852,70,160,0,-210.155,94.8437,-48.0213,1.90241,7200,2,0,3279,1142,0,1), - (27553,7206,70,10798,0,-38.429,221.253,-48.3663,3.15905,43200,0,0,8910,0,0,0), - (27554,4857,70,10805,0,117.805,267.876,-26.4488,2.75762,43200,0,0,5757,0,0,0), - (27555,4857,70,10805,0,99.7033,259.329,-26.4488,1.22173,43200,0,0,5757,0,0,0), - (27556,12338,1,12830,0,-1727.6,3187.42,4.74764,0.139626,300,0,0,5217,0,0,0), - (27557,12338,1,12832,0,-1787.93,3062.6,12.5239,4.46804,300,0,0,5217,0,0,0), - (27558,12338,1,12831,0,-1668.36,3160.14,18.7023,3.40339,300,0,0,5217,0,0,0), - (27559,12338,1,12830,0,-1719.9,3202.3,4.33682,2.10082,300,0,0,5217,0,0,2), - (27560,6706,1,11479,0,136.218,1326.33,193.582,4.60767,550,0,0,7423,7071,0,0), - (27561,1868,0,828,0,809.338,1244.26,55.9657,5.22654,275,10,0,253,264,0,1), - (27562,1868,0,828,0,745.331,1249.33,60.5594,0.905387,275,10,0,253,264,0,1), - (27563,12338,1,12831,0,-1678.98,3087.7,31.7625,1.72788,300,0,0,5217,0,0,0), - (27564,12338,1,12832,0,-1793.8,3049.92,7.80006,3.87961,300,0,0,5217,0,0,2), - (27565,12338,1,12830,0,-1653.54,3062.86,36.7911,5.0091,300,0,0,5217,0,0,0), - (27566,12338,1,12832,0,-1625.59,3104.25,38.0721,4.1569,300,0,0,5217,0,0,2), - (27567,2754,0,10040,0,-7119.41,-2668.77,241.7,5.62691,72000,0,0,8316,0,0,2), - (27568,7396,70,6010,0,132.37,225.131,-42.4067,5.60251,7200,2,0,1782,0,0,1), - (27569,12338,1,12830,0,-1795.13,3038.27,8.92506,2.33874,300,0,0,5217,0,0,0), - (27570,12338,1,12830,0,-1651.25,3114.19,31.9319,3.57792,300,0,0,5217,0,0,0), - (27571,12338,1,12831,0,-1573.84,3076.49,47.6492,2.53073,300,0,0,5217,0,0,0), - (27572,12338,1,12830,0,-1649.74,3148.5,24.6684,3.56047,300,0,0,5217,0,0,0), - (27573,12338,1,12830,0,-1582.69,3063.51,46.8059,2.82743,300,0,0,5217,0,0,0), - (27574,12338,1,12830,0,-1670.87,3114.33,30.5615,3.21141,300,0,0,5217,0,0,0), - (27575,12338,1,12829,0,-1618.35,3121.8,44.6357,4.24115,300,0,0,5217,0,0,0), - (27576,12338,1,12832,0,-1654.4,3175.13,24.3279,4.99164,300,0,0,5217,0,0,0), - (27577,12338,1,12830,0,-1637.49,3058.25,34.5677,1.8675,300,0,0,5217,0,0,0), - (27578,12338,1,12829,0,-1787.87,3048.4,9.6983,2.86234,300,0,0,5217,0,0,0), - (27579,4658,1,9440,0,-1065.47,2860.54,159.507,5.41717,300,5,0,1196,3075,0,1), - (27580,4658,1,9440,0,-1211.21,2915.23,151.407,0.403856,300,5,0,1196,3075,0,1), - (27581,4658,1,9440,0,-1067.27,2926.26,179.302,4.88233,300,5,0,1196,3075,0,1), - (27582,4658,1,9440,0,-1063.63,2916.11,179.186,0.016998,300,5,0,1196,3075,0,1), - (27583,4659,1,9439,0,-1371.75,2939.74,131.113,2.80745,300,5,0,1678,0,0,1), - (27584,4659,1,9439,0,-1287.96,2935.08,119.705,0.448729,300,5,0,1678,0,0,1), - (27585,12340,1,12934,0,-1732.59,3184.92,4.11388,2.70526,300,0,0,2016,0,0,0), - (27586,11317,1,11468,0,-1739.91,3223.85,5.06411,5.32092,300,0,0,2192,0,0,0), - (27601,4662,1,2716,0,-1877.09,915.925,92.8395,4.54893,300,0,0,1536,0,0,0), - (27602,4662,1,2716,0,-1874.79,917.574,92.3395,4.5495,300,0,0,1536,0,0,0), - (27603,4662,1,2716,0,-1965.98,1291.46,91.2015,3.24728,300,0,0,1536,0,0,0), - (27604,4662,1,2716,0,-1963.78,1289.68,91.0765,3.24732,300,0,0,1536,0,0,0), - (27605,4662,1,2716,0,-1782.1,985.482,95.3162,2.21328,300,0,0,1536,0,0,0), - (27606,4662,1,2716,0,-1781.72,983.999,94.9965,2.21328,300,0,0,1536,0,0,0), - (27607,4663,1,4699,0,-446.762,1871.34,126.538,1.27548,300,5,0,811,2175,0,1), - (27608,4663,1,4699,0,-227.591,1681.72,99.7632,5.20838,300,0,0,811,2175,0,0), - (27609,4663,1,4700,0,-219.403,1748.11,114.502,4.13413,300,3,0,811,2175,0,1), - (27610,4663,1,4700,0,-286.613,1775.9,130.038,4.68999,300,3,0,811,2175,0,1), - (27611,4663,1,4699,0,-209.837,1684.53,104.263,2.2671,300,0,0,811,2175,0,0), - (27612,4663,1,4700,0,-413.05,1892.02,126.384,1.00826,300,5,0,811,2175,0,1), - (27613,4663,1,4699,0,-284.503,1676.01,110.823,5.79606,300,5,0,811,2175,0,1), - (27614,4663,1,4699,0,-252.49,1686.51,102.26,4.78864,300,3,0,811,2175,0,1), - (27615,4663,1,4700,0,-235.198,1670.97,100.986,2.51508,300,0,0,811,2175,0,0), - (27616,4663,1,4700,0,-251.897,1771.51,127.321,0.093841,300,3,0,811,2175,0,1), - (27617,4663,1,4700,0,-215.453,1710.68,105.541,3.55403,300,0,0,811,2175,0,0), - (27618,4663,1,4699,0,-387.249,1662.01,110.55,2.78955,300,3,0,811,2175,0,1), - (27619,4663,1,4700,0,-369.281,1718.02,130.856,5.71559,300,5,0,811,2175,0,1), - (27620,4663,1,4699,0,-335.324,1652.64,132.294,0.849283,300,5,0,811,2175,0,1), - (27621,4663,1,4700,0,-443.011,1838.64,126.909,0.057924,300,5,0,811,2175,0,1), - (27622,4663,1,4700,0,-388.147,1795.26,128.005,1.813,300,0,0,811,2175,0,0), - (27623,4663,1,4699,0,-383.219,1803.89,127.614,2.41302,300,0,0,811,2175,0,0), - (27624,4663,1,4700,0,-517.133,1854.9,94.4469,5.45068,300,0,0,811,2175,0,0), - (27625,4663,1,4700,0,-514.161,1846.38,94.4469,5.99699,300,0,0,811,2175,0,0), - (27626,4663,1,4700,0,-220.268,1657.97,99.4687,1.1494,300,5,0,811,2175,0,1), - (27627,4663,1,4700,0,-442.241,1747.26,131.159,0.501738,300,0,0,811,2175,0,0), - (27628,4663,1,4700,0,-448.908,1752.37,153.488,5.55884,300,5,0,811,2175,0,1), - (27629,4663,1,4699,0,-447.212,1681.01,117.592,4.89094,300,0,0,811,2175,0,0), - (27630,11576,1,8714,0,-421.137,2345.53,61.8476,2.16529,300,20,0,1180,0,0,1), - (27631,4664,1,4703,0,-394.074,1882.33,126.473,4.13628,300,5,0,1050,0,0,1), - (27632,4664,1,11305,0,-194.051,1697.7,105.354,5.28835,300,0,0,1050,0,0,0), - (27633,11576,1,8714,0,-157.727,2227.06,80.0386,0.377656,300,0,0,1180,0,0,0), - (27634,11576,1,8714,0,-365.161,1434.96,90.4266,5.17866,300,20,0,1180,0,0,1), - (27635,11576,1,8714,0,-716.553,2201.92,98.0276,4.90253,300,20,0,1180,0,0,1), - (27636,11576,1,8714,0,182.63,1981.62,169.738,3.451,300,3,0,1180,0,0,1), - (27637,11576,1,8714,0,-1199.85,1066.63,91.153,5.79248,300,20,0,1180,0,0,1), - (27638,4664,1,4704,0,-317.217,1676.87,119.679,5.14232,300,5,0,1050,0,0,1), - (27639,4664,1,4704,0,-327.492,1648.86,125.838,5.8294,300,0,0,1050,0,0,0), - (27640,11576,1,8714,0,-819.223,1328.85,93.1171,2.9445,300,20,0,1180,0,0,1), - (27641,4664,1,4704,0,-336.492,1639.06,132.313,4.64258,300,0,0,1050,0,0,0), - (27642,4664,1,4703,0,-459.062,1804.21,127.39,5.93412,300,0,0,1050,0,0,0), - (27643,4664,1,4704,0,-522.172,1879.49,115.834,2.51327,300,0,0,1050,0,0,0), - (27644,4664,1,11305,0,-522.258,1865.22,109.33,3.78736,300,0,0,1050,0,0,0), - (27645,4664,1,4703,0,-515.178,1861.47,115.773,4.50295,300,0,0,1050,0,0,0), - (27646,4664,1,4704,0,-443.518,1716.35,127.522,3.9619,300,0,0,1050,0,0,0), - (27647,4664,1,4703,0,-422.233,1711.53,129.425,1.22173,300,0,0,1050,0,0,0), - (27648,4664,1,11305,0,-433.241,1702.17,126.632,3.68265,300,0,0,1050,0,0,0), - (27649,4664,1,4704,0,-405.858,1754.34,130.464,0.069813,300,0,0,1050,0,0,0), - (27650,4664,1,4703,0,-336.949,1643.3,108.707,4.85202,300,0,0,1050,0,0,0), - (27651,11576,1,8714,0,-150.053,1718.22,101.093,0.984961,300,15,0,1180,0,0,1), - (27652,11576,1,8714,0,-547.126,2050.63,89.4424,0.608063,300,30,0,1180,0,0,1), - (27653,11576,1,8714,0,-1749.63,2626.58,90.9222,1.38623,300,20,0,1180,0,0,1), - (27654,11576,1,8714,0,-1777.79,2212.02,63.1351,4.48588,300,20,0,1180,0,0,1), - (27655,11576,1,8714,0,-1507.74,1098.13,92.6633,5.87201,300,20,0,1180,0,0,1), - (27656,11577,1,11373,0,-1417.72,2285.94,92.0993,0.089788,300,20,0,1155,1067,0,1), - (27657,4665,1,4697,0,-438.425,1883.87,126.45,5.61376,300,5,0,847,2253,0,1), - (27658,4665,1,4697,0,-335.66,1824.88,127.188,4.81509,300,5,0,847,2253,0,1), - (27659,11577,1,11373,0,-1170.58,2323,92.0441,6.00314,300,20,0,1155,1067,0,1), - (27660,14849,0,14914,0,-9551.95,134.237,58.9648,1.72788,180,0,0,1240,0,0,0), - (27661,11577,1,11373,0,-1078.2,2385.73,92.333,6.10167,300,20,0,1155,1067,0,1), - (27662,11577,1,11373,0,-1387.27,2318.74,92.4395,3.77478,300,20,0,1155,1067,0,1), - (27663,11577,1,11373,0,-913.652,2432.95,92.4663,2.52895,300,20,0,1155,1067,0,1), - (27664,11577,1,11373,0,-1159.04,762.326,155.788,0.308446,300,20,0,1155,1067,0,1), - (27665,11577,1,11373,0,-788.978,2378.43,93.3934,3.10853,300,20,0,1155,1067,0,1), - (27666,11577,1,11373,0,-1106.83,2349.64,92.983,2.97773,300,20,0,1155,1067,0,1), - (27667,11577,1,11373,0,150.618,916.228,161.915,5.31034,300,20,0,1155,1067,0,1), - (27668,4665,1,4698,0,-363.62,1854.67,123.275,2.15563,300,5,0,847,2253,0,1), - (27669,11577,1,11373,0,-951.165,1884.66,61.0135,5.9242,300,20,0,1155,1067,0,1), - (27670,11577,1,11373,0,-877.027,2280.33,91.815,0.007812,300,20,0,1155,1067,0,1), - (27671,11577,1,11373,0,-987.351,1810.68,59.7492,3.40558,300,20,0,1155,1067,0,1), - (27672,4665,1,11296,0,-190.288,1694.96,105.229,0.484016,300,0,0,847,2253,0,0), - (27673,4665,1,4698,0,-393.159,1859.35,128.492,3.05433,300,0,0,847,2253,0,0), - (27674,4665,1,4697,0,-427.416,1874.09,128.492,5.39307,300,0,0,847,2253,0,0), - (27675,4665,1,4698,0,-413.377,1880.36,128.492,4.66003,300,0,0,847,2253,0,0), - (27676,4665,1,4697,0,-367.887,1843,124.163,0.407849,300,5,0,847,2253,0,2), - (27677,11577,1,11373,0,-1065.71,1463.05,62.3598,0.573278,300,5,0,1155,1067,0,1), - (27678,4665,1,4698,0,-407.948,1648.9,108.126,5.90874,300,5,0,847,2253,0,1), - (27679,11577,1,11373,0,-884.361,1780.34,63.949,4.14768,300,20,0,1155,1067,0,1), - (27680,11577,1,11373,0,-1046.09,1915.85,62.2861,2.58892,300,20,0,1155,1067,0,1), - (27681,4665,1,11297,0,-344.609,1776.44,139.603,4.27606,300,0,0,847,2253,0,0), - (27682,4665,1,11297,0,-332.02,1740.06,139.35,2.22602,300,5,0,847,2253,0,2), - (27683,4665,1,4698,0,-354.082,1749.98,139.602,1.18682,300,0,0,847,2253,0,0), - (27684,4665,1,4698,0,-361.38,1761.27,139.602,0.087266,300,0,0,847,2253,0,0), - (27685,4665,1,4698,0,-332.948,1761.2,139.602,2.98451,300,0,0,847,2253,0,0), - (27686,4665,1,4698,0,-481.42,1713.61,111.353,5.69789,300,3,0,847,2253,0,1), - (27687,4665,1,11296,0,-446.795,1784.41,128.7,3.29782,300,5,0,847,2253,0,1), - (27688,4665,1,4697,0,-490.745,1709.15,107.696,5.55241,300,3,0,847,2253,0,2), - (27689,11578,1,11374,0,-1923.44,1419.82,61.2482,0.421119,300,20,0,1156,0,0,1), - (27690,11578,1,11374,0,-1850.4,1450.45,62.194,0.370474,300,20,0,1156,0,0,1), - (27691,7396,70,6010,0,122.578,224.795,-42.4062,0.226893,7200,2,0,1782,0,0,1), - (27692,7396,70,6010,0,123.441,220.494,-42.4077,4.88692,7200,2,0,1782,0,0,1), - (27693,11578,1,11374,0,-1948.16,1461.83,64.1606,1.48084,300,5,0,1156,0,0,1), - (27694,11578,1,11374,0,-2268,1620.41,77.6427,1.37234,300,3,0,1156,0,0,1), - (27695,11578,1,11374,0,-2097.63,1716.61,58.5326,3.12162,300,20,0,1156,0,0,1), - (27696,11578,1,11374,0,-2189.33,2010.92,64.3599,1.75097,300,5,0,1156,0,0,1), - (27697,4666,1,4701,0,-186.928,1744.87,115.328,2.10708,300,3,0,1107,0,0,1), - (27698,11578,1,11374,0,-1634.09,2788.28,111.539,0.350856,300,5,0,1156,0,0,1), - (27699,11578,1,11374,0,-1853.52,1479.38,69.1469,4.77883,300,20,0,1156,0,0,1), - (27700,11578,1,11374,0,-1780.37,1544.56,61.0272,3.02015,300,20,0,1156,0,0,1), - (27701,11578,1,11374,0,-2132.33,1615.38,65.4924,3.09963,300,20,0,1156,0,0,1), - (27702,4666,1,4701,0,-323.503,1709.29,128.054,5.18134,300,5,0,1107,0,0,1), - (27703,4666,1,11301,0,-302.472,1724.22,127.679,2.14187,300,5,0,1107,0,0,2), - (27704,11578,1,11374,0,-1963.06,2808.96,54.2299,3.35719,300,20,0,1156,0,0,1), - (27705,11578,1,11374,0,-1989.69,2849.34,55.6381,0.82965,300,5,0,1156,0,0,1), - (27706,11578,1,11374,0,-1979.39,2916.11,45.9879,3.15722,300,20,0,1156,0,0,1), - (27707,4666,1,4702,0,-399.595,1874.47,128.492,3.76991,300,0,0,1107,0,0,0), - (27708,4666,1,4702,0,-341.051,1796.5,139.344,4.31096,300,0,0,1107,0,0,0), - (27709,4666,1,4702,0,-313.739,1755.5,139.427,3.00197,300,0,0,1107,0,0,0), - (27710,4666,1,4701,0,-435.511,1849.95,128.492,5.70723,300,0,0,1107,0,0,0), - (27711,4666,1,4702,0,-380.908,1769.78,139.418,6.07375,300,0,0,1107,0,0,0), - (27712,4666,1,11301,0,-428.045,1811,126.768,4.06662,300,0,0,1107,0,0,0), - (27713,4666,1,4701,0,-405.377,1839.18,128.396,4.24277,300,5,0,1107,0,0,1), - (27714,4666,1,4702,0,-435.67,1814.09,126.727,4.66003,300,0,0,1107,0,0,0), - (27715,4666,1,4702,0,-402.912,1837.42,128.49,2.9147,300,0,0,1107,0,0,0), - (27716,4666,1,4702,0,-371.453,1783.1,139.378,3.92951,300,5,0,1107,0,0,2), - (27717,4666,1,4702,0,-376.177,1746.52,139.478,3.82227,300,0,0,1107,0,0,0), - (27718,4666,1,4702,0,-373.017,1742.05,139.477,3.66519,300,0,0,1107,0,0,0), - (27719,4666,1,4701,0,-353.046,1728.97,139.419,1.81514,300,0,0,1107,0,0,0), - (27720,4666,1,4701,0,-290.983,1733.49,128.163,0.660343,300,5,0,1107,0,0,1), - (27721,4666,1,11301,0,-395.23,1716.75,131.854,3.42085,300,0,0,1107,0,0,0), - (27722,4666,1,4702,0,-406.596,1733.14,130.614,3.78736,300,0,0,1107,0,0,0), - (27723,4666,1,11302,0,-448.406,1742.13,153.529,4.4855,300,0,0,1107,0,0,0), - (27724,4666,1,11302,0,-458.541,1754.16,153.501,2.77507,300,0,0,1107,0,0,0), - (27725,4666,1,11301,0,-450.816,1743.41,147.032,3.63029,300,0,0,1107,0,0,0), - (27726,4666,1,4702,0,-543.476,1785.58,94.8726,3.31933,300,5,0,1107,0,0,2), - (27727,12347,1,1001,0,-562.477,2772.51,-25.6206,3.46229,300,20,0,955,0,0,1), - (27728,7396,70,6010,0,118.21,220.368,-42.4052,5.84685,7200,2,0,1782,0,0,1), - (27729,12347,1,1001,0,-346.647,2759.54,-21.7218,3.21889,300,20,0,955,0,0,1), - (27730,7397,70,6009,0,131.392,230.027,-42.4052,4.27606,7200,2,0,1248,3075,0,1), - (27731,12347,1,1001,0,-458.911,2739.81,-26.4442,4.08074,300,20,0,955,0,0,1), - (27732,12347,1,1001,0,-419.227,2683.22,-19.8788,4.58125,300,20,0,955,0,0,1), - (27733,12347,1,1001,0,-325.137,2678.75,-22.7098,3.98387,300,20,0,955,0,0,1), - (27734,12347,1,1001,0,-278.132,2844.55,-13.9317,1.26726,300,0,0,955,0,0,0), - (27735,12347,1,1001,0,-221.709,2649.22,-36.8541,2.32649,300,20,0,955,0,0,1), - (27736,12347,1,1001,0,-503.469,2862.12,-65.2507,3.73338,300,0,0,955,0,0,0), - (27737,12347,1,1001,0,-279.177,2581.32,-17.0485,1.29039,300,20,0,955,0,0,1), - (27738,12347,1,1001,0,-394.18,2814.45,-25.0853,2.47922,300,20,0,955,0,0,1), - (27739,12347,1,1001,0,-619.61,2841.59,-31.7603,2.4481,300,20,0,955,0,0,1), - (27740,12347,1,1001,0,-623.359,2689.89,-20.1575,3.16598,300,20,0,955,0,0,1), - (27741,4667,1,4706,0,-414.635,1861.55,127.464,3.34511,300,0,0,882,2362,0,0), - (27742,12347,1,1001,0,-542.88,2710.79,-27.9482,3.33234,300,0,0,955,0,0,0), - (27743,4667,1,4705,0,-349.069,1749.65,139.519,2.54745,300,5,0,882,2362,0,2), - (27744,4668,1,4709,0,-1855.78,623.283,107.393,3.7001,300,0,0,1155,2975,0,0), - (27745,4668,1,4710,0,-1881.38,615.445,109.304,0.61142,300,0,0,1155,2975,0,0), - (27746,4668,1,4709,0,-1836.44,605.901,122.722,4.27762,300,0,0,1155,2975,0,0), - (27747,4668,1,4709,0,-1984.61,660.532,107.44,0.645772,300,0,0,1155,2975,0,0), - (27748,4668,1,4709,0,-1965.93,541.453,166.505,0.942478,300,0,0,1155,2975,0,0), - (27749,4668,1,4709,0,-1835.53,600.369,109.075,0.373904,300,5,0,1155,2975,0,1), - (27750,4668,1,4709,0,-1958.94,550.888,166.401,4.10152,300,0,0,1155,2975,0,0), - (27751,4668,1,11309,0,-1696.91,1764.29,60.2392,1.11159,300,5,0,1155,2975,0,1), - (27752,4668,1,4709,0,-2002.98,1917.76,69.2146,3.74967,300,3,0,1155,2975,0,1), - (27753,4668,1,4709,0,-1896.7,1828.57,62.3018,5.84839,300,0,0,1155,2975,0,0), - (27754,4668,1,4710,0,-1952.93,1844.03,64.9923,3.19828,300,5,0,1155,2975,0,1), - (27755,4668,1,4709,0,-1716.5,1972.43,62.6785,1.51154,300,5,0,1155,2975,0,1), - (27756,4668,1,4709,0,-1863.62,2003.65,63.1919,5.87643,300,0,0,1155,2975,0,0), - (27757,4670,1,6741,0,121.04,946.697,169.705,6.0609,300,5,0,1107,0,0,1), - (27758,4670,1,6741,0,181.076,927.426,175.069,4.86958,300,5,0,1107,0,0,1), - (27759,4670,1,6741,0,117.543,886.198,143.889,0.401426,300,0,0,1107,0,0,0), - (27760,430,0,10789,0,-9021.17,-2421.99,131.463,3.80642,300,3,0,354,1020,0,1), - (27761,4670,1,6741,0,5.61042,785.208,91.4909,0.046743,300,5,0,1107,0,0,1), - (27762,4670,1,6741,0,-113.05,639.954,91.4603,5.86832,300,5,0,1107,0,0,2), - (27763,4860,70,2234,0,127.47,224.281,-42.4075,4.43314,7200,2,0,5148,0,0,1), - (27764,7396,70,6010,0,88.5986,251.486,-26.5881,3.24601,7200,2,0,1782,0,0,1), - (27765,7396,70,6010,0,73.0341,261.931,-26.5047,5.16617,7200,2,0,1782,0,0,1), - (27766,7396,70,6010,0,74.116,256.977,-26.5047,4.2237,7200,2,0,1782,0,0,1), - (27767,7396,70,6010,0,83.5133,261.764,-26.5881,4.90455,7200,2,0,1782,0,0,1), - (27768,7397,70,6009,0,80.3241,268.971,-26.5881,0.761993,7200,2,0,1248,3075,0,1), - (27769,4860,70,2234,0,78.6097,262.243,-26.5881,4.69281,7200,2,0,5148,0,0,1), - (27770,7396,70,6010,0,105.054,296.987,-26.5047,4.5204,7200,2,0,1782,0,0,1), - (27771,1869,0,732,0,723.2,1193.85,60.3411,0.814424,275,10,0,300,0,0,1), - (27772,4670,1,6741,0,-311.274,924.512,91.8548,0.728574,300,5,0,1107,0,0,1), - (27773,4670,1,6741,0,-120.76,926.593,92.4041,1.42798,300,5,0,1107,0,0,1), - (27774,4670,1,6741,0,-215.617,881.855,91.0207,1.36602,300,5,0,1107,0,0,1), - (27775,4670,1,6741,0,-257.164,848.6,90.7778,1.92713,300,5,0,1107,0,0,1), - (27776,4670,1,6741,0,-220.958,818.454,91.174,3.69655,300,5,0,1107,0,0,1), - (27777,4670,1,6741,0,-46.9785,1044.72,99.3789,4.4738,300,5,0,1107,0,0,1), - (27778,4670,1,6741,0,-56.9874,984.487,91.4803,3.1306,300,5,0,1107,0,0,1), - (27779,4670,1,6741,0,-50.7124,914.98,91.8914,3.29251,300,5,0,1107,0,0,1), - (27780,4670,1,6741,0,-183.883,718.04,91.1805,2.85766,300,5,0,1107,0,0,1), - (27781,4671,1,2021,0,-157.963,756.443,108.103,3.60175,300,5,0,1107,0,0,1), - (27782,4671,1,2021,0,-54.7891,718.71,108.576,3.65099,300,5,0,1107,0,0,1), - (27783,4671,1,2021,0,-20.202,679.083,91.4909,4.44733,300,0,0,1107,0,0,0), - (27784,4671,1,2021,0,87.5977,920.392,149.99,0.849669,300,5,0,1107,0,0,1), - (27785,4671,1,2021,0,-154.224,686.358,96.6491,2.69421,300,5,0,1107,0,0,1), - (27786,4671,1,2021,0,-114.665,716.955,118.064,5.21977,300,5,0,1107,0,0,1), - (27787,4671,1,2021,0,-279.031,945.841,92.1048,6.12436,300,5,0,1107,0,0,1), - (27788,4671,1,2021,0,-255.592,921.381,95.6732,0.714308,300,5,0,1107,0,0,1), - (27789,7396,70,6010,0,98.8091,299.724,-26.5047,4.55531,7200,2,0,1782,0,0,1), - (27790,7396,70,6010,0,87.6316,291.83,-26.5047,2.1293,7200,2,0,1782,0,0,1), - (27791,7396,70,6010,0,107.523,301.349,-26.5047,2.46091,7200,2,0,1782,0,0,1), - (27792,7397,70,6009,0,96.2288,292.927,-26.5047,5.79449,7200,2,0,1248,3075,0,1), - (27793,4860,70,2234,0,91.5275,296.61,-26.5047,0.767945,7200,2,0,5148,0,0,1), - (27794,4857,70,10805,0,109.357,286.115,-26.4488,4.36332,43200,0,0,5757,0,0,0), - (27795,4671,1,2021,0,-217.33,949.496,91.1984,5.51939,300,5,0,1107,0,0,1), - (27796,7396,70,6010,0,153.612,298.344,-26.4982,2.02458,7200,2,0,1782,0,0,1), - (27797,1888,0,3569,0,-518.141,1099.53,81.3403,5.62445,275,10,0,354,1326,0,1), - (27798,7396,70,6010,0,148.075,287.88,-26.4982,4.86947,7200,2,0,1782,0,0,1), - (27799,1797,0,820,0,-29.7372,1219.67,61.6027,3.19363,275,10,0,296,0,0,1), - (27800,7396,70,6010,0,144.399,299.006,-26.4982,4.4855,7200,2,0,1782,0,0,1), - (27801,1867,0,3767,0,-221.949,1154.68,59.0596,3.15079,275,10,0,241,601,0,1), - (27802,1924,0,574,0,-611.139,1139.6,80.9624,3.11328,275,3,0,328,0,0,1), - (27803,4671,1,2021,0,-113.527,788.216,124.978,5.03644,300,5,0,1107,0,0,1), - (27804,4671,1,2021,0,-354.355,753.946,91.2159,1.60402,300,5,0,1107,0,0,1), - (27805,4671,1,2021,0,-85.1189,1017.02,91.323,0.874743,300,5,0,1107,0,0,1), - (27806,4671,1,2021,0,-448.996,785.004,99.6409,1.28177,300,5,0,1107,0,0,1), - (27807,4671,1,2021,0,-284.435,684.128,96.8582,4.67475,300,5,0,1107,0,0,1), - (27808,4671,1,2021,0,-220.174,684.167,99.6134,2.70492,300,0,0,1107,0,0,0), - (27809,4672,1,2014,0,30.394,707.498,123.925,4.80332,300,5,0,1107,0,0,1), - (27810,4672,1,2014,0,50.2257,884.22,141.766,3.42774,300,5,0,1107,0,0,2), - (27811,4672,1,2014,0,144.682,921.673,163.467,2.41626,300,20,0,1107,0,0,1), - (27812,4672,1,2014,0,-12.3504,742.727,91.477,5.3085,300,5,0,1107,0,0,2), - (27813,4672,1,2014,0,-36.6611,611.477,93.8942,6.06854,300,3,0,1107,0,0,1), - (27814,4672,1,2014,0,-155.775,945.03,89.6073,3.87789,300,5,0,1107,0,0,1), - (27815,4672,1,2014,0,-350.974,881.963,89.4659,0.308334,300,20,0,1107,0,0,1), - (27816,4672,1,2014,0,-143.424,873.46,114.738,5.16356,300,5,0,1107,0,0,1), - (27817,4672,1,2014,0,-277.842,886.481,89.8548,6.12708,300,20,0,1107,0,0,1), - (27818,4672,1,2014,0,-151.06,1017.83,91.2913,4.92474,300,5,0,1107,0,0,1), - (27819,4672,1,2014,0,-187.541,982.448,91.1746,1.58258,300,5,0,1107,0,0,1), - (27820,4672,1,2014,0,-51.2473,782.473,106.494,3.84884,300,5,0,1107,0,0,1), - (27821,4672,1,2014,0,-85.5146,815.159,124.344,4.05334,300,5,0,1107,0,0,1), - (27822,4672,1,2014,0,-125.914,848.426,118.784,4.46741,300,5,0,1107,0,0,1), - (27823,4672,1,2014,0,-413.866,815.99,91.6507,5.02186,300,5,0,1107,0,0,1), - (27824,4672,1,2014,0,-388.227,856.291,90.9798,2.12456,300,5,0,1107,0,0,1), - (27826,4673,1,11331,0,-85.6674,743.041,125.547,3.57905,300,5,0,1163,0,0,1), - (27827,4673,1,11331,0,19.6123,916.565,132.907,4.17327,300,5,0,1163,0,0,1), - (27828,4673,1,11331,0,102.497,870.342,142.45,1.61328,300,5,0,1163,0,0,1), - (27829,4673,1,11331,0,13.4141,662.486,103.385,2.35103,300,5,0,1163,0,0,1), - (27830,4673,1,11331,0,2.67233,1035.92,120.714,0.834611,300,5,0,1163,0,0,1), - (27831,4673,1,11331,0,11.4188,986.218,128.338,4.03292,300,3,0,1163,0,0,1), - (27832,4673,1,11331,0,-79.9693,612.644,91.4173,4.73217,300,5,0,1163,0,0,1), - (27833,4673,1,11331,0,-214.129,745.994,99.8366,4.85376,300,0,0,1163,0,0,0), - (27834,4673,1,11331,0,-179.249,777.656,96.8849,4.6931,300,5,0,1163,0,0,1), - (27835,4673,1,11331,0,-113.884,985.231,89.7076,2.24583,300,5,0,1163,0,0,1), - (27836,4673,1,11331,0,-194.182,927.572,91.488,2.35142,300,5,0,1163,0,0,1), - (27837,4673,1,11331,0,-282.069,823.043,90.7793,0.4527,300,20,0,1163,0,0,1), - (27838,4673,1,11331,0,-51.8462,959.227,91.7429,2.29532,300,5,0,1163,0,0,1), - (27839,4673,1,11331,0,-324.491,854.808,93.2528,3.86759,300,5,0,1163,0,0,1), - (27840,4673,1,11331,0,-320.557,720.907,89.293,2.52259,300,5,0,1163,0,0,1), - (27841,4673,1,11331,0,-176.091,663.9,91.4603,5.29412,300,5,0,1163,0,0,1), - (27842,4674,1,11332,0,55.5886,967.218,155.102,1.25275,300,5,0,1163,0,0,2), - (27843,4674,1,11332,0,-34.1781,664.947,91.477,1.73728,300,0,0,1163,0,0,0), - (27844,4674,1,11332,0,-15.009,1081.08,113.582,0.515721,300,5,0,1163,0,0,1), - (27845,4674,1,11332,0,-23.182,669.305,91.4909,2.52663,300,0,0,1163,0,0,0), - (27846,4674,1,11332,0,-185.318,846.589,99.3148,5.29927,300,5,0,1163,0,0,1), - (27847,4674,1,11332,0,-89.1856,771.57,132.892,0.862628,300,0,0,1163,0,0,0), - (27848,4674,1,11332,0,-263.643,794.374,89.4978,3.81802,300,5,0,1163,0,0,1), - (27849,4674,1,11332,0,-256.408,795.587,89.6228,0.405748,300,5,0,1163,0,0,1), - (27850,4674,1,11332,0,-19.5765,814.698,103.404,5.89215,300,5,0,1163,0,0,1), - (27851,4674,1,11332,0,-384.67,785.815,92.0652,3.09817,300,5,0,1163,0,0,1), - (27852,4674,1,11332,0,-347.293,812.019,94.6041,5.34227,300,0,0,1163,0,0,0), - (27853,4674,1,11332,0,-288.196,745.647,88.7009,4.08158,300,5,0,1163,0,0,1), - (27854,4674,1,11332,0,-345.874,832.095,96.9362,4.96659,300,0,0,1163,0,0,0), - (27855,4674,1,11332,0,-184.878,669.84,91.4118,3.44093,300,5,0,1163,0,0,1), - (27856,4675,1,2014,0,-86.4932,684.602,106.679,3.3092,300,5,0,977,935,0,1), - (27857,4675,1,2014,0,131.238,851.786,144.9,3.15859,300,5,0,977,935,0,1), - (27858,4675,1,2014,0,86.0777,861.287,143.026,5.35912,300,5,0,977,935,0,1), - (27859,4675,1,2014,0,63.3433,899.558,143.046,1.71338,300,5,0,977,935,0,1), - (27860,4675,1,2014,0,-38.0512,855.582,107.245,0.098082,300,5,0,977,935,0,1), - (27861,4675,1,2014,0,-258.701,759.515,99.8213,0.55405,300,5,0,977,935,0,2), - (27862,4675,1,2014,0,-46.6931,651.606,91.477,0.403327,300,5,0,977,935,0,2), - (27863,4675,1,2014,0,-143.117,815.793,116.009,1.55708,300,5,0,977,935,0,1), - (27864,4675,1,2014,0,-123.135,983.938,90.2076,3.91447,300,5,0,977,935,0,1), - (27865,4675,1,2014,0,-255.089,896.784,89.6048,1.32635,300,0,0,977,935,0,0), - (27866,4675,1,2014,0,-255.738,889.042,89.4798,5.9544,300,0,0,977,935,0,0), - (27867,4675,1,2014,0,-82.7168,954.011,90.5134,0.545774,300,5,0,977,935,0,1), - (27868,4675,1,2014,0,-201.304,882.657,91.1457,0.265683,300,5,0,977,935,0,1), - (27869,4675,1,2014,0,-53.214,964.865,91.6179,4.18325,300,5,0,977,935,0,1), - (27870,4675,1,2014,0,-19.402,880.652,93.3022,3.70226,300,5,0,977,935,0,2), - (27871,4675,1,2014,0,-314.354,780.99,89.6826,5.57002,300,5,0,977,935,0,1), - (27872,4675,1,2014,0,-238.371,721.484,100.898,0.478694,300,5,0,977,935,0,1), - (27873,4675,1,2014,0,-242.372,694.713,100.894,1.94124,300,5,0,977,935,0,1), - (27874,4676,1,10906,0,-1972.82,1795.54,86.9097,3.16899,300,5,0,1469,0,0,1), - (27875,4676,1,10906,0,-2014.6,1816.02,66.8045,4.51576,300,5,0,1469,0,0,1), - (27876,4676,1,10906,0,-1858.82,1644,61.6976,0.032263,300,20,0,1469,0,0,1), - (27877,4676,1,10906,0,-1885.19,2014.27,64.5141,0.601281,300,5,0,1469,0,0,1), - (27878,4676,1,10906,0,-2054.88,1786.39,65.9368,5.52816,300,5,0,1469,0,0,1), - (27879,4676,1,10906,0,-1941.55,1824.05,66.8804,4.5467,300,20,0,1469,0,0,1), - (27880,4676,1,10906,0,-2127.57,1849.09,57.6786,2.66422,300,20,0,1469,0,0,1), - (27881,4676,1,10906,0,-1753.47,1779.45,66.3729,1.70399,300,5,0,1469,0,0,1), - (27882,4676,1,10906,0,-1712.58,1862.62,61.7963,0.795217,300,5,0,1469,0,0,1), - (27883,4676,1,10906,0,-1756.85,1964.86,62.4401,1.06019,300,5,0,1469,0,0,1), - (27884,4676,1,10906,0,-1680.54,1791.67,61.6552,1.81075,300,5,0,1469,0,0,1), - (27885,4676,1,10906,0,-1680.44,1679.89,61.3296,4.79609,300,5,0,1469,0,0,1), - (27886,4676,1,10906,0,-1932,1753.07,75.8414,3.08685,300,5,0,1469,0,0,1), - (27887,4676,1,10906,0,-1814.64,1920.31,62.3959,3.14159,300,5,0,1469,0,0,1), - (27888,4676,1,10906,0,-1856.41,2035.47,62.1594,4.35779,300,20,0,1469,0,0,1), - (27889,4676,1,10906,0,-1652.6,1947.92,60.9623,4.95734,300,0,0,1469,0,0,0), - (27890,4677,1,5049,0,-1877.07,1763.74,70.6795,2.74328,300,3,0,1536,0,0,1), - (27891,4677,1,5049,0,-1806.1,1804.57,62.617,0.577491,300,5,0,1536,0,0,1), - (27892,4677,1,5049,0,-1873.8,1942.38,61.4575,2.54814,300,3,0,1536,0,0,1), - (27893,4677,1,5049,0,-1609.24,1906.33,62.2858,1.46397,300,5,0,1536,0,0,1), - (27894,6726,1,5406,0,-1770.37,3262.19,5.10852,0.471239,550,0,0,7423,6762,0,0), - (27895,4678,1,1913,0,-1586,1922.69,61.1506,1.03054,300,20,0,1257,1142,0,1), - (27896,4678,1,1913,0,-1590.58,1854.44,62.2777,5.57287,300,5,0,1257,1142,0,1), - (27897,4679,1,159,0,-1690.02,1969.43,63.1608,5.54167,300,0,0,1257,1142,0,0), - (27898,4679,1,159,0,-1882.69,2045.57,63.5883,3.00622,300,5,0,1257,1142,0,1), - (27899,4679,1,159,0,-1669.48,1796.6,61.9052,3.78188,300,5,0,1257,1142,0,1), - (27900,4679,1,159,0,-1742.28,1986.56,64.7644,4.98758,300,0,0,1257,1142,0,0), - (27901,4679,1,159,0,-1924.78,2048.12,64.6219,3.58427,300,5,0,1257,1142,0,1), - (27902,4679,1,159,0,-1854.22,1958.26,64.694,1.06274,300,0,0,1257,1142,0,0), - (27903,4679,1,159,0,-1697.54,1958.83,63.368,3.91889,300,0,0,1257,1142,0,0), - (27904,4679,1,159,0,-1860.05,1969.48,65.0813,2.3927,300,0,0,1257,1142,0,0), - (27905,4679,1,159,0,-1649.41,1931.48,62.7052,0.871414,300,0,0,1257,1142,0,0), - (27906,4680,1,9015,0,-2075.86,1913.09,68.2203,0.070087,300,3,0,1604,0,0,1), - (27907,4680,1,9015,0,-2063.22,1871.55,69.3997,1.40544,300,5,0,1604,0,0,1), - (27908,4680,1,9015,0,-2043.25,1943.66,72.3547,3.20805,300,3,0,1604,0,0,1), - (27909,4680,1,9015,0,-2051.81,1904.82,70.4807,5.77697,300,5,0,1604,0,0,1), - (27910,4680,1,9015,0,-2001.41,1920.69,69.2124,4.46501,300,3,0,1604,0,0,1), - (27911,4681,1,6172,0,-1811.03,1676.13,61.4709,2.19396,300,5,0,1305,1189,0,1), - (27912,4681,1,6172,0,-1735.42,1693.75,61.7046,0.977343,300,5,0,1305,1189,0,1), - (27913,4681,1,6172,0,-1877.15,1686.21,62.1328,5.15555,300,5,0,1305,1189,0,1), - (27914,4681,1,6172,0,-1812.51,1614.18,61.394,5.57549,300,5,0,1305,1189,0,1), - (27915,4681,1,6172,0,-1852.27,1824.36,62.4783,1.50046,300,5,0,1305,1189,0,1), - (27916,4681,1,6172,0,-1877.28,1727.31,65.3828,1.55867,300,5,0,1305,1189,0,1), - (27917,4681,1,6172,0,-1729.74,1721.32,67.7709,2.16313,300,5,0,1305,1189,0,1), - (27918,4681,1,6172,0,-1921.7,1836.93,66.6269,3.89866,300,5,0,1305,1189,0,1), - (27919,4682,1,2834,0,-2100.22,1868.85,66.8734,3.37905,300,0,0,1305,1189,0,0), - (27920,4682,1,2834,0,-1903.2,1789.22,67.9452,2.43816,300,0,0,1305,1189,0,0), - (27921,4682,1,2834,0,-1893.02,1798.69,67.9277,3.15446,300,0,0,1305,1189,0,0), - (27922,4682,1,2834,0,-1849.07,1778.2,67.9268,2.09525,300,0,0,1305,1189,0,0), - (27923,11596,1,11470,0,-1402.43,1497.07,61.373,2.6529,300,0,0,2972,0,0,0), - (27924,4684,1,2737,0,-2023.16,1956.79,69.193,1.84822,300,5,0,1196,3075,0,1), - (27925,4684,1,2737,0,-2047.09,1879.42,69.263,4.87499,300,5,0,1196,3075,0,1), - (27926,4684,1,2737,0,-2021.98,1907.31,69.2366,2.86249,300,5,0,1196,3075,0,1), - (27927,4684,1,2737,0,-2086.65,1902.32,69.4629,1.26261,300,5,0,1196,3075,0,1), - (27928,4684,1,2737,0,-2064.91,1894.51,67.3416,4.1715,300,5,0,1196,3075,0,1), - (27929,4685,1,6173,0,-1991.57,674.61,110.49,0.121447,300,5,0,1376,1236,0,1), - (27930,4685,1,6173,0,-1967.96,664.144,107.409,3.28672,300,5,0,1376,1236,0,1), - (27931,4685,1,6173,0,-1828.83,562.68,106.762,5.81169,300,5,0,1376,1236,0,1), - (27932,4685,1,6173,0,-1860.29,632.339,107.374,1.58117,300,5,0,1376,1236,0,2), - (27933,4685,1,6173,0,-1854.06,661.969,107.285,0.096196,300,5,0,1376,1236,0,1), - (27934,4685,1,6173,0,-2084.56,1811.55,57.1576,5.16447,300,20,0,1376,1236,0,1), - (27935,4685,1,6173,0,-2117.45,1915.06,62.8605,4.72011,300,5,0,1376,1236,0,1), - (27936,4685,1,6173,0,-1987.14,1995.42,63.4865,1.79687,300,5,0,1376,1236,0,1), - (27937,4686,1,10043,0,-530.992,1254.59,89.2358,2.96082,550,5,0,4185,0,0,2), - (27938,4687,1,10039,0,-287.085,2791.67,-12.793,4.19324,550,30,0,4377,0,0,2), - (27939,4688,1,10902,0,-1710.14,2577.5,117.581,0.39374,300,0,0,444,0,0,0), - (27940,4688,1,10902,0,-1715.68,2572.72,114.418,0.564369,300,0,0,444,0,0,0), - (27941,4688,1,10902,0,-1713.91,2576.43,115.168,0.644947,300,0,0,444,0,0,0), - (27942,4688,1,10902,0,-1713.92,2573.41,115.668,0.483046,300,0,0,444,0,0,0), - (27943,4688,1,10902,0,-1711.48,2574.43,116.793,0.588733,300,0,0,444,0,0,0), - (27944,4688,1,10902,0,-420.454,2161.27,88.7527,4.85565,300,30,0,444,0,0,1), - (27945,4688,1,10902,0,-438.82,2118.56,90.3753,4.32633,300,0,0,444,0,0,0), - (27946,4688,1,10902,0,-440.505,2118.62,90.3753,4.09959,300,0,0,444,0,0,0), - (27947,4688,1,10902,0,-442.361,2116.41,90.3753,4.39939,300,0,0,444,0,0,0), - (27948,4688,1,10902,0,-443.124,2116.28,90.3753,4.13938,300,0,0,444,0,0,0), - (27949,4688,1,10902,0,-716.251,1812.6,93.1578,1.2929,300,5,0,444,0,0,1), - (27950,4688,1,10902,0,-733.026,1781.74,93.4207,0.551344,300,5,0,444,0,0,1), - (27951,4688,1,10902,0,-729.244,1782.62,93.5457,0.575248,300,5,0,444,0,0,1), - (27952,4688,1,10902,0,-731.458,1784.55,93.5457,0.434472,300,5,0,444,0,0,1), - (27953,4688,1,10902,0,-727.747,1784.81,93.5457,0.516114,300,5,0,444,0,0,1), - (27954,4689,1,2726,0,-377.062,1077.6,90.6663,3.4013,300,5,0,286,0,0,1), - (27955,4689,1,2726,0,-363.98,1081.36,91.2913,3.42156,300,5,0,286,0,0,1), - (27956,4689,1,2726,0,-363.43,1082.84,91.1663,3.50945,300,5,0,286,0,0,1), - (27957,4689,1,2726,0,-358.475,1081.21,92.1663,3.33259,300,5,0,286,0,0,1), - (27958,4689,1,2726,0,-359.456,1084.15,91.4163,3.49858,300,5,0,286,0,0,1), - (27959,4689,1,2726,0,-16.5913,1705.65,99.0549,6.04347,300,0,0,286,0,0,0), - (27960,4689,1,2726,0,-50.8716,1701.62,93.8004,1.51314,300,0,0,286,0,0,0), - (27961,4689,1,2726,0,-49.505,1705.38,95.5504,1.63364,300,0,0,286,0,0,0), - (27962,4689,1,2726,0,-50.097,1707.36,96.0504,1.55115,300,0,0,286,0,0,0), - (27963,4689,1,2726,0,-51.6461,1705.52,95.1754,1.4104,300,5,0,286,0,0,1), - (27964,4690,1,10271,0,-908.516,1812.69,61.7143,1.80768,300,0,0,511,0,0,0), - (27965,4690,1,10271,0,-905.814,1817.16,62.4642,2.33599,300,0,0,511,0,0,0), - (27966,4690,1,10271,0,-906.203,1819.15,62.7809,2.52866,300,0,0,511,0,0,0), - (27967,4690,1,10271,0,-909.839,1816.85,62.4393,1.75556,300,0,0,511,0,0,0), - (27968,4690,1,10271,0,-804.77,2436.74,93.4167,3.51101,300,10,0,511,0,0,1), - (27969,4690,1,10271,0,-799.255,2438.42,94.3939,3.4329,300,10,0,511,0,0,1), - (27970,4690,1,10271,0,-796.285,2441.23,95.2689,3.63178,300,10,0,511,0,0,1), - (27971,4690,1,10271,0,-794.193,2439.74,95.3939,3.41576,300,10,0,511,0,0,1), - (27972,4690,1,10271,0,-792.978,2441.48,95.6439,3.52407,300,10,0,511,0,0,1), - (27973,4690,1,10271,0,-910.922,1822.42,63.3931,3.52501,300,0,0,511,0,0,0), - (27974,4692,1,1192,0,-163.785,1100.03,84.858,0.982314,300,20,0,1163,0,0,1), - (27975,4692,1,1192,0,-552.915,2514,40.7141,3.57905,300,20,0,1163,0,0,1), - (27976,4692,1,1192,0,-446.65,2030.67,94.2447,2.53167,300,20,0,1163,0,0,1), - (27977,4692,1,1192,0,-715.471,2184.16,100.246,3.14344,300,20,0,1163,0,0,1), - (27978,4692,1,1192,0,-1214.41,906.282,96.5586,1.12201,300,20,0,1163,0,0,1), - (27979,4692,1,1192,0,-1285.84,882.592,114.697,1.64315,300,20,0,1163,0,0,1), - (27980,4692,1,1192,0,52.7916,1550.66,110.051,4.27606,300,0,0,1163,0,0,0), - (27981,4692,1,1192,0,-339.783,1972.49,113.159,5.1673,300,30,0,1163,0,0,1), - (27982,4692,1,1192,0,-1178.01,1289.46,89.1483,0.578257,300,20,0,1163,0,0,1), - (27983,4692,1,1192,0,-1750.99,2581.59,87.0927,1.55003,300,20,0,1163,0,0,1), - (27984,4692,1,1192,0,-1449.2,1070.11,90.0183,0.100836,300,20,0,1163,0,0,1), - (27985,4692,1,1192,0,-623.573,938.97,92.7054,4.31352,300,20,0,1163,0,0,1), - (27986,4692,1,1192,0,-106.455,2242.4,70.6831,3.40518,300,20,0,1163,0,0,1), - (27987,4692,1,1192,0,-246.435,1927.22,168.497,5.34649,300,3,0,1163,0,0,1), - (27988,4692,1,1192,0,-712.139,2121.84,102.528,4.65966,300,20,0,1163,0,0,1), - (27989,4692,1,1192,0,-1781.89,2629.66,74.3399,2.71553,300,20,0,1163,0,0,1), - (27990,4692,1,1192,0,-1181.22,1112.73,94.4531,3.77103,300,20,0,1163,0,0,1), - (27991,4692,1,1192,0,-1198.46,988.834,92.022,0.246875,300,20,0,1163,0,0,1), - (27992,4692,1,1192,0,-234.254,2244.85,79.4201,5.22233,300,20,0,1163,0,0,1), - (27993,4692,1,1192,0,-381.577,2136.31,92.4124,3.36113,300,3,0,1163,0,0,1), - (27994,4692,1,1192,0,-466.859,2120.02,91.5427,5.67838,300,30,0,1163,0,0,1), - (27995,4692,1,1192,0,-1537.94,2060.48,61.8266,6.20199,300,20,0,1163,0,0,1), - (27996,4692,1,1192,0,-276.982,1546.01,89.6742,0.74687,300,20,0,1163,0,0,1), - (27997,4692,1,1192,0,-536.682,2119.48,90.0805,0.560389,300,30,0,1163,0,0,1), - (27998,4692,1,1192,0,-1249.65,1004.61,91.3273,4.70848,300,20,0,1163,0,0,1), - (27999,4692,1,1192,0,-1169.27,1120.36,90.7412,0.123386,300,20,0,1163,0,0,1), - (28000,4692,1,1192,0,-681.646,1983.44,92.9111,2.32055,300,20,0,1163,0,0,1), - (28001,4692,1,1192,0,-296.614,2227.9,113.905,3.0771,300,20,0,1163,0,0,1), - (28002,4692,1,1192,0,-250.604,1819.11,164.058,2.93118,300,3,0,1163,0,0,1), - (28003,4692,1,1192,0,-745.368,2041.19,92.3557,1.38413,300,20,0,1163,0,0,1), - (28004,4692,1,1192,0,-1749.53,2249.18,65.7012,6.23741,300,20,0,1163,0,0,1), - (28005,4692,1,1192,0,-1531.1,1114.79,91.1943,0.213687,300,20,0,1163,0,0,1), - (28006,4692,1,1192,0,-1639.33,2282.4,84.8454,3.01336,300,20,0,1163,0,0,1), - (28007,4692,1,1192,0,-1357.58,1155.58,90.2975,2.18696,300,20,0,1163,0,0,1), - (28008,4692,1,1192,0,-1429.12,1216.46,107.805,3.56071,300,20,0,1163,0,0,1), - (28009,4692,1,1192,0,-585.198,1477.98,88.4995,1.59676,300,20,0,1163,0,0,1), - (28010,4692,1,1192,0,-485.375,2066.57,89.9545,1.83165,300,20,0,1163,0,0,1), - (28011,4692,1,1192,0,-206.942,1860.54,189.425,5.64398,300,2,0,1163,0,0,1), - (28012,4692,1,1192,0,-53.6919,2215.77,86.6987,3.5892,300,20,0,1163,0,0,1), - (28013,4692,1,1192,0,-1678.97,2301.93,81.0785,1.24874,300,20,0,1163,0,0,1), - (28014,4692,1,1192,0,-1372.55,1170.29,91.2936,4.2365,300,20,0,1163,0,0,1), - (28015,4692,1,1192,0,-1289.88,1124.54,91.1103,2.8575,300,20,0,1163,0,0,1), - (28016,4692,1,1192,0,-383.234,2043.46,95.5554,0.602147,300,20,0,1163,0,0,1), - (28017,4692,1,1192,0,-681.468,2243.4,92.6275,1.20974,300,20,0,1163,0,0,1), - (28018,4692,1,1192,0,-569.529,2003.08,89.6721,0.973587,300,20,0,1163,0,0,1), - (28019,4692,1,1192,0,-382.622,2057.89,93.8096,4.90098,300,20,0,1163,0,0,1), - (28020,4692,1,1192,0,-1413.29,1127.48,93.3765,4.31598,300,20,0,1163,0,0,1), - (28021,4692,1,1192,0,-1239.31,1079.86,91.8291,1.19836,300,20,0,1163,0,0,1), - (28022,4692,1,1192,0,-1487.23,905.307,92.1944,0.378875,300,20,0,1163,0,0,1), - (28023,4692,1,1192,0,-1333.15,1171.06,91.7457,5.79857,300,20,0,1163,0,0,1), - (28024,4692,1,1192,0,-618.906,609.899,154.744,4.91285,300,20,0,1163,0,0,1), - (28025,4692,1,1192,0,-619.746,1073.98,90.8346,3.58373,300,20,0,1163,0,0,1), - (28026,4692,1,1192,0,-608.756,1921.42,91.3101,3.87379,300,30,0,1163,0,0,1), - (28027,4692,1,1192,0,-575.293,2167.66,89.6274,1.8178,300,30,0,1163,0,0,1), - (28028,4692,1,1192,0,-778.516,2084.12,96.3786,4.25311,300,20,0,1163,0,0,1), - (28029,4692,1,1192,0,-1327.48,1011.26,91.4611,3.29391,300,20,0,1163,0,0,1), - (28030,4692,1,1192,0,-1351.94,911.947,97.4419,3.79955,300,3,0,1163,0,0,1), - (28031,4692,1,1192,0,-424.48,2091.45,91.9705,0.599372,300,30,0,1163,0,0,1), - (28032,4692,1,1192,0,-1816.53,2501.7,63.3428,3.38188,300,20,0,1163,0,0,1), - (28033,4692,1,1192,0,-415.887,1584.5,91.6831,2.23772,300,20,0,1163,0,0,1), - (28034,4692,1,1192,0,-379.707,1294.03,90.2497,4.16176,300,20,0,1163,0,0,1), - (28035,4692,1,1192,0,-383.438,1017.26,91.5279,2.33722,300,20,0,1163,0,0,1), - (28036,4692,1,1192,0,-549.082,809.594,90.6663,4.96066,300,20,0,1163,0,0,1), - (28037,4692,1,1192,0,-158.648,1108.52,85.1575,4.11568,300,20,0,1163,0,0,1), - (28038,4692,1,1192,0,-516.01,2109.16,96.1893,1.55908,300,30,0,1163,0,0,1), - (28039,4692,1,1192,0,11.8997,2136.06,120.282,3.4136,300,10,0,1163,0,0,1), - (28040,4692,1,1192,0,-101.181,1728.19,101.756,5.38225,300,3,0,1163,0,0,1), - (28041,4692,1,1192,0,219.314,1984.79,153.786,0.125324,300,30,0,1163,0,0,1), - (28042,4692,1,1192,0,-112.243,1682.79,92.3013,4.14064,300,30,0,1163,0,0,1), - (28043,4692,1,1192,0,-1351.74,1232.55,111.21,5.77877,300,20,0,1163,0,0,1), - (28044,4692,1,1192,0,-1591.13,1138.89,90.4028,0.961233,300,20,0,1163,0,0,1), - (28045,4692,1,1192,0,-1300.41,1281.15,95.2146,3.15429,300,20,0,1163,0,0,1), - (28046,4692,1,1192,0,-152.599,1282.39,89.7046,5.3814,300,20,0,1163,0,0,1), - (28047,4692,1,1192,0,-277.96,1891.49,149.552,5.2771,300,20,0,1163,0,0,1), - (28048,4692,1,1192,0,-513.363,1978.97,105.067,1.45141,300,30,0,1163,0,0,1), - (28049,4692,1,1192,0,-485.733,2215.71,92.7618,0.145899,300,30,0,1163,0,0,1), - (28050,4692,1,1192,0,-585.581,1652.46,90.9296,2.39628,300,3,0,1163,0,0,1), - (28051,4692,1,1192,0,-1293.98,1003.23,91.3733,0.940543,300,20,0,1163,0,0,1), - (28052,4692,1,1192,0,-1411.82,1032.08,93.1872,4.44751,300,20,0,1163,0,0,1), - (28053,4692,1,1192,0,-1507.12,1017.79,89.5139,0.321959,300,20,0,1163,0,0,1), - (28054,4692,1,1192,0,-1409.57,958.195,91.5813,0.745309,300,20,0,1163,0,0,1), - (28055,4692,1,1192,0,-784.034,1076.33,89.4407,4.29596,300,20,0,1163,0,0,1), - (28056,4692,1,1192,0,-101.909,1487,100.078,0.746333,300,20,0,1163,0,0,1), - (28057,4692,1,1192,0,-1145.53,1215.27,95.0356,2.9531,300,20,0,1163,0,0,1), - (28058,4692,1,1192,0,81.68,1654.14,109.268,0.871998,300,0,0,1163,0,0,0), - (28059,4692,1,1192,0,-1549.89,1783.93,61.3482,1.59875,300,20,0,1163,0,0,1), - (28060,4692,1,1192,0,-1251.53,878.607,113.688,0.534395,300,20,0,1163,0,0,1), - (28061,4692,1,1192,0,-1508.64,2349.25,92.339,4.62244,300,20,0,1163,0,0,1), - (28062,4692,1,1192,0,-1158.13,1216.32,95.6627,4.95677,300,20,0,1163,0,0,1), - (28063,4692,1,1192,0,-1490.24,1713.8,61.332,2.46017,300,20,0,1163,0,0,1), - (28064,4692,1,1192,0,-1512.96,1320.3,61.4157,0.104272,300,20,0,1163,0,0,1), - (28065,4692,1,1192,0,-580.459,859.53,90.7778,1.19303,300,20,0,1163,0,0,1), - (28066,4692,1,1192,0,-50.8684,1448.1,91.3549,4.84752,300,20,0,1163,0,0,1), - (28067,4692,1,1192,0,-484.556,2187.65,92.3231,1.53012,300,30,0,1163,0,0,1), - (28068,4692,1,1192,0,-435.322,2284.07,84.6401,1.70593,300,20,0,1163,0,0,1), - (28069,4692,1,1192,0,-780.777,1692.81,89.6259,1.97851,300,20,0,1163,0,0,1), - (28070,4692,1,1192,0,-1470.01,1040.44,92.8186,5.70204,300,20,0,1163,0,0,1), - (28071,4692,1,1192,0,-1694.87,1179.49,91.1269,5.11574,300,20,0,1163,0,0,1), - (28072,4693,1,10273,0,-1075.9,2425.31,92.5497,3.54931,300,20,0,1469,0,0,1), - (28073,4693,1,10273,0,-1119.15,2261.46,85.5462,1.49455,300,20,0,1469,0,0,1), - (28074,4693,1,10273,0,-1222.6,2250.26,91.0128,6.23625,300,20,0,1469,0,0,1), - (28075,4693,1,10273,0,-1001.25,2360.36,94.3697,6.05607,300,20,0,1469,0,0,1), - (28076,4693,1,10273,0,-808.12,2351.05,93.1121,6.18067,300,20,0,1469,0,0,1), - (28077,4693,1,10273,0,-841.808,2413.53,92.8206,5.90268,300,5,0,1469,0,0,1), - (28078,4693,1,10273,0,-1106.11,1414.48,61.3824,5.86817,300,20,0,1469,0,0,1), - (28079,4693,1,10273,0,-950.864,2278.09,85.7502,5.4293,300,20,0,1469,0,0,1), - (28080,4693,1,10273,0,-1002.76,1408.33,62.5631,1.16924,300,20,0,1469,0,0,1), - (28081,4693,1,10273,0,-954.135,2209.64,91.0545,0.199225,300,20,0,1469,0,0,1), - (28082,4693,1,10273,0,-883.999,1449.43,62.6089,5.44362,300,20,0,1469,0,0,1), - (28083,4693,1,10273,0,-921.742,2358.67,93.1459,2.41909,300,20,0,1469,0,0,1), - (28084,4693,1,10273,0,-775.333,2311.17,93.3267,1.29974,300,20,0,1469,0,0,1), - (28085,4693,1,10273,0,-916.165,1357.81,64.3452,4.6761,300,20,0,1469,0,0,1), - (28086,4693,1,10273,0,-1181.64,2252.64,91.3378,2.05398,300,20,0,1469,0,0,1), - (28087,4693,1,10273,0,-723.273,2472.36,82.8125,4.86133,300,5,0,1469,0,0,1), - (28088,4693,1,10273,0,-989.188,2191.86,92.4636,1.16332,300,5,0,1469,0,0,1), - (28089,4693,1,10273,0,-710.589,2624.68,50.3248,2.37279,300,10,0,1469,0,0,1), - (28090,4693,1,10273,0,-1056.53,2358.76,96.9673,5.28735,300,20,0,1469,0,0,1), - (28091,4693,1,10273,0,116.406,917.064,154.573,1.79472,300,20,0,1469,0,0,1), - (28092,4693,1,10273,0,-1254.93,2325.05,91.4088,1.76743,300,20,0,1469,0,0,1), - (28093,4693,1,10273,0,-1177.32,1479.35,61.0932,2.72141,300,20,0,1469,0,0,1), - (28094,4693,1,10273,0,-1036.01,1548.24,60.7283,3.01627,300,5,0,1469,0,0,1), - (28095,4693,1,10273,0,-955.877,1359.61,63.0241,2.93299,300,20,0,1469,0,0,1), - (28096,4693,1,10273,0,-1154.96,2331.29,92.3796,1.93425,300,20,0,1469,0,0,1), - (28097,4693,1,10273,0,-713.389,2377.91,91.1618,2.23178,300,20,0,1469,0,0,1), - (28098,4693,1,10273,0,-977.529,2309.17,91.3363,3.6654,300,20,0,1469,0,0,1), - (28099,4693,1,10273,0,-902.202,1928.56,61.1368,1.34785,300,20,0,1469,0,0,1), - (28100,4693,1,10273,0,-944.724,1743.66,61.9232,6.14639,300,20,0,1469,0,0,1), - (28101,4693,1,10273,0,-1357.29,1382.09,61.6734,6.2749,300,20,0,1469,0,0,1), - (28102,4693,1,10273,0,-887.828,2337.61,93.0864,0.338426,300,20,0,1469,0,0,1), - (28103,4693,1,10273,0,-1021.01,1741.2,62.4717,0.418038,300,20,0,1469,0,0,1), - (28104,4693,1,10273,0,-1075.35,1605.05,61.0602,1.58159,300,20,0,1469,0,0,1), - (28105,4693,1,10273,0,-967.205,1608.88,61.2937,5.83264,300,20,0,1469,0,0,1), - (28106,4693,1,10273,0,-914.279,1547.64,62.3186,0.204744,300,20,0,1469,0,0,1), - (28107,4693,1,10273,0,-1083,1487.84,66.2625,5.41,300,20,0,1469,0,0,1), - (28108,4693,1,10273,0,-1322.63,2252.63,91.4313,4.05306,300,20,0,1469,0,0,1), - (28109,4693,1,10273,0,-1025.5,1824.75,63.0339,5.48608,300,20,0,1469,0,0,1), - (28110,4693,1,10273,0,-1085.13,1529.15,61.074,4.99543,300,20,0,1469,0,0,1), - (28111,4693,1,10273,0,-1267.08,1397.62,61.2361,0.903938,300,20,0,1469,0,0,1), - (28112,4693,1,10273,0,-669.3,2412.32,90.0728,2.13631,300,20,0,1469,0,0,1), - (28113,4693,1,10273,0,-984.461,1490.94,62.1988,0.628653,300,5,0,1469,0,0,1), - (28114,4693,1,10273,0,-1079.66,1649.52,61.6111,6.26409,300,20,0,1469,0,0,1), - (28115,4693,1,10273,0,-1140.03,1631.09,61.4861,0.113574,300,20,0,1469,0,0,1), - (28116,4693,1,10273,0,-1200.9,1418.6,61.2302,1.21472,300,20,0,1469,0,0,1), - (28117,4693,1,10273,0,-1313.06,1448.84,61.2359,4.59829,300,20,0,1469,0,0,1), - (28118,4693,1,10273,0,-993.938,1587.15,61.2361,0.320478,300,20,0,1469,0,0,1), - (28119,4693,1,10273,0,-1051.7,1615.64,61.3849,4.77103,300,20,0,1469,0,0,1), - (28120,4693,1,10273,0,-1237.96,1513.64,61.7361,6.25618,300,20,0,1469,0,0,1), - (28121,4694,1,14319,0,-1939.3,1432.19,61.2383,1.31506,300,5,0,1678,0,0,1), - (28122,4694,1,14319,0,-1919.94,1553.1,60.364,0.514292,300,5,0,1678,0,0,1), - (28123,4694,1,14319,0,-1676.77,1413.42,61.4338,6.22162,300,20,0,1678,0,0,1), - (28124,4694,1,14319,0,-1814.37,1556.18,61.4973,1.38632,300,5,0,1678,0,0,1), - (28125,4694,1,14319,0,-1882.82,1482.99,60.3131,3.29899,300,20,0,1678,0,0,1), - (28126,4694,1,14319,0,-2116.17,1753.27,59.6596,5.10879,300,20,0,1678,0,0,1), - (28127,4694,1,14319,0,-1779.94,1483.41,61.5837,3.08508,300,20,0,1678,0,0,1), - (28128,4694,1,14319,0,-1824.32,1423.26,61.2211,5.64518,300,20,0,1678,0,0,1), - (28129,4694,1,14319,0,-1981.39,2892.99,50.9898,4.80632,300,20,0,1678,0,0,1), - (28130,4694,1,14319,0,-2115.91,1653.13,57.1347,1.58312,300,20,0,1678,0,0,1), - (28131,11863,1,11794,0,-362.255,2485.14,75.4965,0.541052,300,0,0,3857,5751,0,0), - (28132,4695,1,10825,0,-1243.72,1974.84,50.2692,2.95837,300,20,0,1403,0,0,1), - (28133,4695,1,10825,0,-1327.16,1918.13,51.084,4.446,300,20,0,1403,0,0,1), - (28134,4695,1,10825,0,-1353.45,1949.48,50.3261,0.575835,300,20,0,1403,0,0,1), - (28135,4695,1,10825,0,-1362.13,1910.66,50.2692,5.06389,300,5,0,1403,0,0,1), - (28136,4695,1,10825,0,-1267.97,2019.06,50.3267,0.105504,300,20,0,1403,0,0,1), - (28137,4695,1,10825,0,-1329.68,2028.2,50.2692,1.30589,300,20,0,1403,0,0,1), - (28138,4695,1,10825,0,-1355.03,1832.02,51.3506,3.45345,300,20,0,1403,0,0,1), - (28139,4695,1,10825,0,-1360.52,1850.25,51.4712,0.655993,300,20,0,1403,0,0,1), - (28140,4695,1,10825,0,-1277.03,2077.33,61.9008,6.19219,300,20,0,1403,0,0,1), - (28141,4695,1,10825,0,-1455.96,1822.32,55.7655,6.03868,300,20,0,1403,0,0,1), - (28142,4695,1,10825,0,-1298.7,1955.26,53.259,2.926,300,20,0,1403,0,0,1), - (28143,4695,1,10825,0,-1276.86,1919.65,50.3512,1.16934,300,20,0,1403,0,0,1), - (28144,4695,1,10825,0,-1313.61,1983.85,50.4316,5.73908,300,20,0,1403,0,0,1), - (28145,4695,1,10825,0,-1310.19,1836.49,53.2692,5.0923,300,20,0,1403,0,0,1), - (28146,4695,1,10825,0,-1346.33,2020.74,50.2692,0.998946,300,20,0,1403,0,0,1), - (28147,4696,1,2729,0,-187.046,1069.25,89.0476,4.64397,300,5,0,1050,0,0,1), - (28148,4696,1,2729,0,-352.297,1280.59,90.3587,5.97995,300,20,0,1050,0,0,1), - (28149,13656,1,13909,0,-735.863,1437.12,91.2794,0.977384,300,0,0,2972,0,0,0), - (28150,4696,1,2729,0,-316.937,1251.15,91.0924,3.1443,300,5,0,1050,0,0,1), - (28151,4696,1,2729,0,-423.442,1049.23,91.5231,4.75147,300,20,0,1050,0,0,1), - (28152,4696,1,2729,0,-630.436,647.271,143.71,3.29647,300,20,0,1050,0,0,1), - (28153,4696,1,2729,0,-523.118,959.122,91.1127,6.00837,300,20,0,1050,0,0,1), - (28154,4696,1,2729,0,-208.544,1791.22,144.987,3.71633,300,2,0,1050,0,0,1), - (28155,4696,1,2729,0,-552.124,849.011,91.0193,1.0504,300,20,0,1050,0,0,1), - (28156,4696,1,2729,0,-348.248,1063.16,92.3109,1.04001,300,5,0,1050,0,0,1), - (28157,4696,1,2729,0,-215.064,1251.49,92.9798,3.07577,300,20,0,1050,0,0,1), - (28158,4696,1,2729,0,-384.228,1290.46,90.6672,1.15416,300,5,0,1050,0,0,1), - (28159,4696,1,2729,0,-346.06,976.9,90.8713,2.94917,300,20,0,1050,0,0,1), - (28160,4696,1,2729,0,-294.469,1349.54,95.1935,1.63314,300,5,0,1050,0,0,1), - (28161,4696,1,2729,0,-110.376,1794.62,145.638,0.935761,300,5,0,1050,0,0,1), - (28162,4696,1,2729,0,-121.218,1214.18,94.7778,4.5863,300,20,0,1050,0,0,1), - (28163,4696,1,2729,0,104.334,1655.41,117.289,3.07321,300,5,0,1050,0,0,1), - (28164,4696,1,2729,0,-487.637,910.659,90.2516,4.59747,300,20,0,1050,0,0,1), - (28165,4696,1,2729,0,-316.426,1183.51,92.0399,2.81653,300,5,0,1050,0,0,1), - (28166,4696,1,2729,0,-481.783,1400.63,95.9421,1.43291,300,5,0,1050,0,0,1), - (28167,4696,1,2729,0,-543.243,929.734,92.4357,0.269201,300,5,0,1050,0,0,1), - (28168,4696,1,2729,0,-543.902,1035.91,91.4965,6.02836,300,20,0,1050,0,0,1), - (28169,4696,1,2729,0,-444.045,1001.96,90.227,3.50196,300,20,0,1050,0,0,1), - (28170,4696,1,2729,0,-542.646,1016.62,90.1727,6.10263,300,20,0,1050,0,0,1), - (28171,4696,1,2729,0,-389.231,1003.58,91.6529,3.27417,300,20,0,1050,0,0,1), - (28172,4696,1,2729,0,-533.896,712.564,135.938,2.28091,300,3,0,1050,0,0,1), - (28173,4696,1,2729,0,-265.246,1048.77,90.7887,1.83799,300,5,0,1050,0,0,1), - (28174,4696,1,2729,0,-551.761,1147.73,95.2218,3.8959,300,5,0,1050,0,0,1), - (28175,4696,1,2729,0,-578.388,1035.39,90.7608,4.75301,300,20,0,1050,0,0,1), - (28176,4696,1,2729,0,6.56492,1726.87,107.153,5.50124,300,30,0,1050,0,0,1), - (28177,4696,1,2729,0,-551.732,1542.34,90.5948,1.93425,300,20,0,1050,0,0,1), - (28178,4696,1,2729,0,-150.257,1353.07,89.7639,0.340705,300,20,0,1050,0,0,1), - (28179,4696,1,2729,0,-675.305,1373.97,91.5072,3.68322,300,5,0,1050,0,0,1), - (28180,4696,1,2729,0,-423.06,1289.27,89.6362,5.01991,300,5,0,1050,0,0,1), - (28181,4696,1,2729,0,-596.54,1378.33,91.603,0.423477,300,20,0,1050,0,0,1), - (28182,4696,1,2729,0,-620.075,780.594,91.9797,3.38231,300,5,0,1050,0,0,1), - (28183,4696,1,2729,0,208.215,1881.31,128.28,0.475011,300,5,0,1050,0,0,1), - (28184,4696,1,2729,0,-452.982,889.185,91.0182,5.96854,300,20,0,1050,0,0,1), - (28185,4696,1,2729,0,-350.272,1480.95,91.4946,3.1455,300,5,0,1050,0,0,1), - (28186,4696,1,2729,0,-613.85,717.245,130.95,0.440934,300,5,0,1050,0,0,1), - (28187,4696,1,2729,0,114.611,1885.86,133.049,5.04517,300,3,0,1050,0,0,1), - (28188,4696,1,2729,0,36.7724,1786.93,113.27,6.16368,300,15,0,1050,0,0,1), - (28189,4696,1,2729,0,-447.565,966.948,92.7501,0.935108,300,20,0,1050,0,0,1), - (28190,4696,1,2729,0,-502.075,1138.65,91.986,2.90894,300,5,0,1050,0,0,1), - (28191,4696,1,2729,0,-647.275,616.612,143.781,6.22845,300,5,0,1050,0,0,1), - (28192,4696,1,2729,0,-616.752,1288.71,90.1089,4.75733,300,20,0,1050,0,0,1), - (28193,4696,1,2729,0,102.104,1606.33,134.893,6.19589,300,5,0,1050,0,0,1), - (28194,4696,1,2729,0,-590.771,1148.66,90.4028,5.48215,300,5,0,1050,0,0,1), - (28195,4696,1,2729,0,267.729,1974.04,143.045,2.57202,300,5,0,1050,0,0,1), - (28196,4696,1,2729,0,-587.735,815.979,90.5805,4.07961,300,5,0,1050,0,0,1), - (28197,4696,1,2729,0,-322.098,1226.43,91.0808,1.94034,300,5,0,1050,0,0,1), - (28198,4696,1,2729,0,-218.257,1337.6,88.9389,3.87763,300,20,0,1050,0,0,1), - (28199,4696,1,2729,0,10.6142,1422.84,93.1507,3.20121,300,20,0,1050,0,0,1), - (28200,4696,1,2729,0,-542.617,1388.44,91.1213,6.02447,300,20,0,1050,0,0,1), - (28201,4696,1,2729,0,-1473.77,1560.34,61.3273,6.15399,300,20,0,1050,0,0,1), - (28202,4696,1,2729,0,-439.121,1489.11,89.6557,2.70847,300,5,0,1050,0,0,1), - (28203,4696,1,2729,0,246.6,1777.91,102.271,1.35666,300,5,0,1050,0,0,1), - (28204,4696,1,2729,0,-317.975,1089.13,92.9511,4.59334,300,5,0,1050,0,0,1), - (28205,4696,1,2729,0,219.275,1948.89,147.2,5.34104,300,5,0,1050,0,0,1), - (28206,4696,1,2729,0,-213.646,1143.55,91.6026,3.35319,300,5,0,1050,0,0,1), - (28207,4696,1,2729,0,-645.202,1035.15,93.1813,2.97291,300,5,0,1050,0,0,1), - (28208,4696,1,2729,0,184.291,1609.49,150.767,4.5217,300,20,0,1050,0,0,1), - (28209,4696,1,2729,0,-129.39,1641.16,90.5788,5.70387,300,5,0,1050,0,0,1), - (28210,4696,1,2729,0,-1460.68,1353.68,61.1049,4.60014,300,20,0,1050,0,0,1), - (28211,4696,1,2729,0,-1485.94,1715.63,61.0968,3.49145,300,20,0,1050,0,0,1), - (28212,4696,1,2729,0,-1612.89,1843.98,61.4739,1.41856,300,20,0,1050,0,0,1), - (28213,4696,1,2729,0,-83.0985,1380.14,89.5884,5.07367,300,20,0,1050,0,0,1), - (28214,4696,1,2729,0,-53.9914,1417.31,89.4036,2.89614,300,20,0,1050,0,0,1), - (28215,4696,1,2729,0,-85.9225,1114.08,92.1892,4.91496,300,20,0,1050,0,0,1), - (28216,4696,1,2729,0,-354.37,1586.21,95.2642,2.89898,300,5,0,1050,0,0,1), - (28217,4697,1,2765,0,-1277.24,1350.51,61.9967,5.95207,300,20,0,1279,0,0,1), - (28218,4697,1,2765,0,-1324.63,1023.03,91.467,5.56697,300,20,0,1279,0,0,1), - (28219,4697,1,2765,0,-1182.48,1498.48,63.7435,3.00439,300,5,0,1279,0,0,1), - (28220,4697,1,2765,0,-912.295,2249.6,89.3629,5.80294,300,20,0,1279,0,0,1), - (28221,4697,1,2765,0,-1782.46,2522.69,68.9147,4.79058,300,20,0,1279,0,0,1), - (28222,4697,1,2765,0,-1294.18,1063.49,99.7668,5.53644,300,20,0,1279,0,0,1), - (28223,4697,1,2765,0,-1714.02,2304.21,73.9728,4.7965,300,20,0,1279,0,0,1), - (28224,4697,1,2765,0,-1243.6,1268.81,94.0004,1.21785,300,5,0,1279,0,0,1), - (28225,4697,1,2765,0,-1222.81,1012.36,91.4686,3.01433,300,5,0,1279,0,0,1), - (28226,4697,1,2765,0,-1755.83,2189.64,64.6084,5.52367,300,3,0,1279,0,0,1), - (28227,4697,1,2765,0,-1319.47,1138.62,91.0833,0.633931,300,5,0,1279,0,0,1), - (28228,4697,1,2765,0,-1266.66,2354.26,91.9983,2.57834,300,20,0,1279,0,0,1), - (28229,4697,1,2765,0,-996.875,1413.54,63.131,4.71239,300,20,0,1279,0,0,1), - (28230,4697,1,2765,0,-985.154,2199.55,92.0829,2.4571,300,5,0,1279,0,0,1), - (28231,1923,0,741,0,-581.999,1138.87,78.6239,4.42209,275,5,0,356,0,0,1), - (28232,1866,0,829,0,261.411,1423.8,113.997,0.964189,275,10,0,222,0,0,1), - (28233,1778,0,1006,0,365.424,1477.24,124.662,2.03881,275,10,0,266,0,0,1), - (28234,1765,0,11421,0,382.513,1499.01,125.727,2.095,275,10,0,198,0,0,1), - (28235,1909,0,757,0,1144.24,301.694,27.566,2.29781,275,5,0,377,408,0,1), - (28236,1909,0,757,0,1211.46,314.035,33.5416,0.222445,275,5,0,377,408,0,1), - (28237,446,0,609,0,-8980.15,-2337.88,132.631,4.64258,300,0,0,417,0,0,0), - (28238,4697,1,2765,0,-771.888,2417.3,94.0935,1.37417,300,5,0,1279,0,0,1), - (28239,4697,1,2765,0,-1402.34,1074.91,95.6385,0.472381,300,20,0,1279,0,0,1), - (28240,4697,1,2765,0,-868.093,745.054,147.775,2.98768,300,5,0,1279,0,0,1), - (28241,4697,1,2765,0,-1051.2,2314.56,94.9085,0.94118,300,20,0,1279,0,0,1), - (28242,4697,1,2765,0,-1485.32,1013.62,90.1353,2.3417,300,20,0,1279,0,0,1), - (28243,4697,1,2765,0,-1001.22,1666.12,61.2361,5.66157,300,20,0,1279,0,0,1), - (28244,4697,1,2765,0,-917.864,1738.96,61.6212,1.44353,300,20,0,1279,0,0,1), - (28245,4697,1,2765,0,-1187.51,1583.71,61.0427,2.16553,300,20,0,1279,0,0,1), - (28246,4697,1,2765,0,-1177.83,1602.92,62.183,5.14152,300,20,0,1279,0,0,1), - (28247,4697,1,2765,0,-1739.71,2573.72,96.885,1.65686,300,3,0,1279,0,0,1), - (28248,4697,1,2765,0,-1309.72,939.135,91.3106,2.35826,300,5,0,1279,0,0,1), - (28249,4697,1,2765,0,-1586.96,1185.14,90.4553,0.985024,300,20,0,1279,0,0,1), - (28250,4699,1,2766,0,-1710.11,1583.74,61.2863,4.82871,300,20,0,1604,0,0,1), - (28251,4699,1,2766,0,-2154.05,2180.08,70.3026,3.76243,300,5,0,1604,0,0,1), - (28252,4699,1,2766,0,-1924.6,1484.46,66.8164,5.99509,300,5,0,1604,0,0,1), - (28253,4699,1,2766,0,-2003.02,2949.23,45.429,0.051813,300,5,0,1604,0,0,1), - (28254,4699,1,2766,0,-2043.75,1747.92,86.4906,5.09372,300,5,0,1604,0,0,1), - (28255,4699,1,2766,0,-2317.55,1954.24,115.297,1.54938,300,0,0,1604,0,0,0), - (28256,4699,1,2766,0,-1692.72,1359.06,61.8534,3.81077,300,20,0,1604,0,0,1), - (28257,4699,1,2766,0,-2135.87,1747.5,65.4592,4.22037,300,0,0,1604,0,0,0), - (28258,4699,1,2766,0,-2284.47,2055.09,112.747,5.40725,300,20,0,1604,0,0,1), - (28259,4699,1,2766,0,-1814.6,1440.64,61.0039,4.80234,300,20,0,1604,0,0,1), - (28260,4699,1,2766,0,-1640.86,1414.88,64.9907,3.25311,300,20,0,1604,0,0,1), - (28261,4699,1,2766,0,-2151.26,2101.5,61.5828,4.80851,300,20,0,1604,0,0,1), - (28262,4699,1,2766,0,-2147.9,1672.95,64.2877,2.50863,300,5,0,1604,0,0,1), - (28263,4699,1,2766,0,-1744.01,1485.18,61.2361,0.584274,300,5,0,1604,0,0,1), - (28264,4699,1,2766,0,-2027.87,2917.25,52.8329,3.02522,300,20,0,1604,0,0,1), - (28265,4700,1,1308,0,-1270.44,1867.88,50.2692,2.92641,300,20,0,1549,0,0,1), - (28266,4700,1,1308,0,-1245.73,1962.46,50.2692,5.47241,300,20,0,1549,0,0,1), - (28267,4700,1,1308,0,-1354.17,2062.5,50.2692,3.85362,300,5,0,1549,0,0,1), - (28268,4700,1,1308,0,-1365.87,1884.61,50.2692,2.77437,300,20,0,1549,0,0,1), - (28269,4700,1,1308,0,-1381.84,1948.58,63.7863,4.26502,300,5,0,1549,0,0,1), - (28270,4700,1,1308,0,-1247.52,1821.12,50.4997,3.23021,300,5,0,1549,0,0,1), - (28271,4700,1,1308,0,-1229.63,1897.63,60.1534,4.45392,300,20,0,1549,0,0,1), - (28272,4700,1,1308,0,-592.439,1624.4,90.0302,1.58056,300,20,0,1549,0,0,1), - (28273,4700,1,1308,0,-580.529,1597.28,89.7458,2.03816,300,5,0,1549,0,0,1), - (28274,4700,1,1308,0,-576.833,1584.16,89.6675,1.99892,300,20,0,1549,0,0,1), - (28275,4700,1,1308,0,-112.76,2215.9,85.2485,3.06542,300,3,0,1549,0,0,1), - (28276,4700,1,1308,0,-137.082,2213.71,86.9822,3.20316,300,3,0,1549,0,0,1), - (28277,4700,1,1308,0,-141.668,2218.17,82.7604,3.18454,300,5,0,1549,0,0,1), - (28278,4700,1,1308,0,-783.87,2014.28,85.492,2.58221,300,0,0,1549,0,0,0), - (28279,4700,1,1308,0,-761.557,2013.64,89.7513,3.1129,300,0,0,1549,0,0,0), - (28280,4700,1,1308,0,-752.193,2013.92,90.3763,3.13002,300,0,0,1549,0,0,0), - (28281,4700,1,1308,0,-1678.05,1636.42,61.4482,1.33088,300,5,0,1549,0,0,1), - (28282,4700,1,1308,0,-2007.95,1682.55,61.5208,0.121447,300,0,0,1549,0,0,0), - (28283,4700,1,1308,0,-2036.02,1680.08,61.6485,0.170376,300,0,0,1549,0,0,0), - (28284,4700,1,1308,0,-2035.22,1673.3,61.1354,0.056291,300,0,0,1549,0,0,0), - (28285,4701,1,10917,0,-1321.63,1919.47,51.209,3.58563,300,20,0,1631,0,0,1), - (28286,4701,1,10917,0,-1312.47,2120.41,62.7474,3.63529,300,20,0,1631,0,0,1), - (28287,4701,1,10917,0,-1253.77,2051.87,61.6124,3.77131,300,5,0,1631,0,0,1), - (28288,4701,1,1241,0,-1287.62,1821.32,50.2692,2.51473,300,20,0,1631,0,0,1), - (28289,4701,1,10917,0,-1215.21,2024.55,59.5331,3.7693,300,20,0,1631,0,0,1), - (28290,4701,1,1241,0,-1296.17,2004.9,50.9939,5.12361,300,20,0,1631,0,0,1), - (28291,4701,1,1453,0,-1366.36,2143.46,65.2953,0.298697,300,20,0,1631,0,0,1), - (28292,4701,1,1241,0,-1295.97,1971.73,52.5192,4.03757,300,5,0,1631,0,0,1), - (28293,4701,1,1453,0,-1293.57,1761.91,61.3477,1.02867,300,5,0,1631,0,0,1), - (28294,4701,1,1453,0,-1443.89,1793.47,50.2622,5.68116,300,20,0,1631,0,0,1), - (28295,4701,1,1453,0,-574.499,1606.74,91.4485,1.903,300,5,0,1631,0,0,1), - (28296,4701,1,1453,0,-1426.21,1729.94,60.5951,1.41336,300,5,0,1631,0,0,1), - (28297,4701,1,10917,0,-101.353,2204.1,88.6264,2.87509,300,3,0,1631,0,0,1), - (28298,4701,1,1241,0,-771.752,2008.37,88.2611,2.87052,300,0,0,1631,0,0,0), - (28299,4701,1,1453,0,-2041.63,1682.11,62.0516,0.218082,300,0,0,1631,0,0,0), - (28300,4702,1,2767,0,-1295.27,1922.24,50.6442,3.30323,300,20,0,1808,0,0,1), - (28301,4702,1,2767,0,-1338.71,2010.1,50.2692,4.16645,300,20,0,1808,0,0,1), - (28302,4702,1,2767,0,-1412.62,1876.81,62.5498,4.28797,300,5,0,1808,0,0,1), - (28303,4702,1,2767,0,-1376.43,1808.42,51.2692,2.7686,300,20,0,1808,0,0,1), - (28304,11103,1,10565,0,255.615,1253.76,192.224,3.24631,300,0,0,1605,0,0,0), - (28305,11104,1,10567,0,217.084,1283.48,190.378,1.64061,300,0,0,1605,0,0,0), - (28306,4705,1,4707,0,-1975.93,525.794,165.916,1.0472,300,0,0,1196,3075,0,0), - (28307,4705,1,4707,0,-1882.37,636.001,107.945,4.64258,300,0,0,1196,3075,0,0), - (28308,4705,1,4708,0,-1846.45,590.931,109.159,2.70526,300,0,0,1196,3075,0,0), - (28309,4705,1,4707,0,-1910.71,654.317,107.638,0.297141,300,0,0,1196,3075,0,0), - (28310,4705,1,4708,0,-1915.2,638.062,107.888,0.062257,300,0,0,1196,3075,0,0), - (28311,4705,1,4708,0,-1845.19,590.154,122.882,1.44404,300,0,0,1196,3075,0,0), - (28312,11105,1,10566,0,-1606.46,3113.82,44.6941,3.94444,300,0,0,1528,0,0,0), - (28313,2914,1,1206,0,-54.0555,662.688,91.477,1.39749,300,5,0,8,0,0,1), - (28314,2914,1,1206,0,-1350.93,1027.12,90.796,4.5238,300,5,0,8,0,0,1), - (28315,2914,1,1206,0,-229.937,1013.84,90.4028,3.82533,300,5,0,8,0,0,1), - (28316,2914,1,1206,0,-1616.12,1945.05,61.1804,5.46532,300,5,0,8,0,0,1), - (28317,2914,1,1206,0,-1495,925.453,89.3085,4.03813,300,5,0,8,0,0,1), - (28318,1889,0,3586,0,-502.2,1030.44,94.0043,1.40597,275,5,0,379,1118,0,2), - (28319,1888,0,3567,0,-506.316,1023.98,93.78,1.40597,275,5,0,354,1326,0,2), - (28320,1889,0,3587,0,-369.952,804.072,93.2169,3.39092,275,5,0,379,1118,0,2), - (28321,1889,0,3588,0,-516.892,712.155,87.6163,2.35219,275,10,0,379,1118,0,1), - (28322,1766,0,246,0,1380.17,1091.26,52.4141,1.62316,275,10,0,222,0,0,1), - (28323,1766,0,246,0,1317.18,1090.6,50.4066,0.244346,275,10,0,222,0,0,1), - (28324,1766,0,246,0,1285.47,1145.11,51.8388,1.41372,275,10,0,222,0,0,1), - (28325,1766,0,246,0,1312.46,1126.45,52.5574,1.74533,275,10,0,222,0,0,1), - (28326,1888,0,3567,0,-415.372,829.486,94.8417,3.5738,275,10,0,354,1326,0,1), - (28327,430,0,10789,0,-9081.9,-2433.4,131.24,3.19395,300,0,0,354,1020,0,0), - (28328,568,0,662,0,-9142.97,-3267.64,101.851,6.2556,300,5,0,664,0,0,1), - (28329,430,0,10789,0,-8893.4,-2208.6,150.056,1.81514,300,0,0,354,1020,0,0), - (28330,4065,0,6029,0,-9285.12,-2935.32,128.947,4.06662,300,0,0,1563,0,0,0), - (28331,4065,0,6029,0,-9280.19,-2940.93,128.945,3.63029,300,0,0,1563,0,0,0), - (28332,4064,0,6038,0,-9287.24,-2949.96,128.939,1.71042,300,0,0,1452,0,0,0), - (28333,446,0,609,0,-8904.88,-2243.36,133.503,4.82779,300,5,0,417,0,0,1), - (28334,430,0,10789,0,-8944.72,-2289.87,132.568,5.19334,300,5,0,354,1020,0,1), - (28335,446,0,609,0,-8934.06,-2309.87,132.548,3.64774,300,0,0,417,0,0,0), - (28336,433,0,275,0,-9213.93,-3192.18,107.49,0.680678,300,0,0,573,0,0,0), - (28337,4064,0,6038,0,-9284.84,-2943.83,163.847,0.568319,300,0,0,1452,0,0,0), - (28338,4065,0,6029,0,-9298.27,-2940.57,142.652,6.26573,300,0,0,1563,0,0,0), - (28339,2914,1,1206,0,-1949.64,2940.33,42.3017,1.83568,300,5,0,8,0,0,1), - (28340,11106,1,10564,0,-1592.84,3150.27,46.5777,4.18879,300,0,0,1605,0,0,0), - (28341,2914,1,1206,0,-1454.21,2336.47,92.4034,5.85115,300,5,0,8,0,0,1), - (28342,2914,1,1206,0,-236.786,1701.33,106.29,1.67843,300,5,0,8,0,0,1), - (28343,2914,1,1206,0,-1887.27,2825.19,53.9255,0.032215,300,5,0,8,0,0,1), - (28344,2914,1,1206,0,-1645.8,2327.26,88.2606,1.90088,300,5,0,8,0,0,1), - (28345,2914,1,1206,0,-1669.44,2835.49,97.8585,3.81521,300,5,0,8,0,0,1), - (28346,2914,1,1206,0,-520.991,1011.79,89.5848,3.92492,300,5,0,8,0,0,1), - (28347,2914,1,1206,0,-284.851,807.462,91.0039,6.26674,300,5,0,8,0,0,1), - (28348,2914,1,1206,0,-2136,2236.41,67.1454,4.17086,300,5,0,8,0,0,1), - (28349,2914,1,1206,0,-1118.47,2349.59,93.4527,3.35505,300,5,0,8,0,0,1), - (28350,2914,1,1206,0,-1719.29,1379.2,62.0318,4.67331,300,5,0,8,0,0,1), - (28351,2914,1,1206,0,-696.058,2439.56,85.113,3.29743,300,5,0,8,0,0,1), - (28352,2914,1,1206,0,-2079.67,2646.18,60.989,3.64469,300,5,0,8,0,0,1), - (28353,2914,1,1206,0,-1409.59,1153.19,93.9332,2.2434,300,5,0,8,0,0,1), - (28354,2914,1,1206,0,-1883.96,1435.08,61.1247,1.5225,300,5,0,8,0,0,1), - (28355,2914,1,1206,0,-1006.4,2152.24,67.2014,0.832655,300,5,0,8,0,0,1), - (28356,2914,1,1206,0,-518.255,1785.63,97.8764,4.13413,300,5,0,8,0,0,1), - (28357,2914,1,1206,0,208.253,1654.13,143.899,1.59032,300,5,0,8,0,0,1), - (28358,2914,1,1206,0,-799.031,1083.84,90.1409,0.1372,300,5,0,8,0,0,1), - (28359,429,0,491,0,-9215.73,-3306.54,100.173,0.53103,300,5,0,640,655,0,1), - (28360,433,0,275,0,-9210.04,-3132.54,104.687,1.05116,300,10,0,573,0,0,1), - (28361,432,0,1887,0,-9123.4,-3306.11,103.065,0.860322,300,10,0,617,0,0,1), - (28362,4065,0,6029,0,-9278.73,-2939.37,134.909,1.10709,300,5,0,1563,0,0,1), - (28363,7396,70,6010,0,144.547,306.485,-26.4982,2.11185,7200,2,0,1782,0,0,1), - (28364,7397,70,6009,0,151.225,303.806,-26.4982,0.331613,7200,2,0,1248,3075,0,1), - (28365,4860,70,2234,0,165.557,261.435,-29.3548,2.13883,7200,2,0,5148,0,0,1), - (28366,4064,0,6038,0,-9290.62,-2948.03,164.031,4.64258,300,0,0,1452,0,0,0), - (28367,4860,70,2234,0,152.666,288.39,-26.5815,2.01064,7200,2,0,5148,0,0,1), - (28368,4857,70,10805,0,91.4283,277.518,-26.4488,5.96903,43200,0,0,5757,0,0,0), - (28369,7011,70,6010,0,-72.984,219.844,-49.7103,0.11546,7200,2,0,1651,0,0,1), - (28370,7011,70,6010,0,-81.0191,225.437,-49.7123,5.79837,7200,3,0,1651,0,0,1), - (28371,7011,70,6010,0,-70.2975,239.65,-49.7109,0.252966,7200,5,0,1651,0,0,1), - (28372,7012,70,6009,0,-80.2126,237.241,-49.6289,3.05433,7200,2,0,1205,2975,0,1), - (28373,7012,70,6009,0,-89.1307,232.445,-49.6289,3.29867,7200,3,0,1205,2975,0,1), - (28374,7011,70,6010,0,-87.6623,240.589,-49.6289,4.2586,7200,3,0,1651,0,0,1), - (28375,432,0,1887,0,-9214.94,-3337.47,104.335,3.43308,300,5,0,617,0,0,1), - (28376,7011,70,6010,0,-85.255,275.884,-47.6308,1.85184,7200,0,0,1651,0,0,0), - (28377,7011,70,6010,0,-91.305,281.95,-47.5474,0.645772,7200,3,0,1651,0,0,1), - (28378,1889,0,3585,0,-523.053,664.967,88.7776,0.116362,275,3,0,379,1118,0,1), - (28379,1983,0,915,0,1073.84,1543.37,28.6752,0.174533,275,0,0,300,0,0,0), - (28380,1974,0,828,0,-405.515,915.922,118.82,3.46048,275,3,0,449,0,0,1), - (28381,1974,0,828,0,-316.002,1037.61,117.749,2.28638,275,0,0,449,0,0,0), - (28382,1973,0,370,0,-321.882,1051.01,118.255,3.84304,275,5,0,494,0,0,1), - (28383,1973,0,370,0,-336.214,1031.54,118.971,1.02319,275,5,0,494,0,0,1), - (28384,1973,0,370,0,-317.944,1039.05,117.534,5.72468,275,0,0,494,0,0,0), - (28385,1973,0,370,0,-288.228,1024.13,115.024,4.43293,275,5,0,494,0,0,1), - (28386,1974,0,828,0,-288.096,1025.36,115.146,4.84051,275,5,0,449,0,0,1), - (28387,1973,0,370,0,-290.375,1044.4,115.962,3.54302,275,0,0,494,0,0,0), - (28388,1973,0,370,0,-342.395,981.975,128.003,0,275,0,0,494,0,0,0), - (28389,1974,0,828,0,-305.307,1066.69,117.554,5.77938,275,5,0,449,0,0,1), - (28390,1974,0,828,0,-290.14,1011.5,113.612,5.4312,275,5,0,449,0,0,1), - (28391,1973,0,370,0,-338.293,985.598,127.584,5.95002,275,5,0,494,0,0,1), - (28392,1973,0,370,0,-317.504,973.757,133.245,3.04738,275,5,0,494,0,0,1), - (28393,1973,0,370,0,-329.55,986.071,129.479,5.60251,275,0,0,494,0,0,0), - (28394,1974,0,828,0,-349.574,1001.24,125.808,3.99575,275,5,0,449,0,0,1), - (28395,1973,0,370,0,-324.499,928.591,130.929,0.133254,275,5,0,494,0,0,1), - (28396,1973,0,370,0,-289.926,944.468,130.69,2.30383,275,0,0,494,0,0,0), - (28397,1974,0,828,0,-314.677,944.923,131.839,0.627119,275,5,0,449,0,0,1), - (28398,1974,0,828,0,-307.473,966.274,126.965,4.02522,275,0,0,449,0,0,0), - (28399,1974,0,828,0,-359.615,905.576,133.589,3.68265,275,0,0,449,0,0,0), - (28400,1974,0,828,0,-351.749,929.615,131.371,1.5947,275,3,0,449,0,0,1), - (28401,1973,0,370,0,-342.676,947.602,131.54,4.43314,275,0,0,494,0,0,0), - (28403,1888,0,3567,0,-427.931,911.598,107.515,3.9194,275,3,0,354,1326,0,1), - (28404,1974,0,828,0,-366.251,902.298,131.968,0.202716,275,5,0,449,0,0,2), - (28407,462,0,507,0,-10416.1,1244.29,47.9231,1.12112,72000,0,0,788,0,0,0), - (28408,507,0,11179,0,-10379.9,-833.187,44.4169,3.33221,72000,0,0,1404,2362,0,0), - (28409,1889,0,3587,0,39.0142,782.545,69.8046,3.31613,275,0,0,379,1118,0,0), - (28410,721,0,328,0,-484.7,1281.47,46.8949,2.33092,275,10,0,1,0,0,1), - (28411,521,0,11412,0,-10181.7,-47.6668,26.8653,0.760633,72000,0,0,617,0,0,0), - (28412,10665,0,9999,0,2326.31,398.818,33.6847,6.25477,300,5,0,919,0,0,2), - (28413,10666,0,10006,0,2242.45,599.449,33.3335,2.52821,300,5,0,1605,0,0,2), - (28414,12943,0,12975,0,1737.1,-730.883,59.7414,2.42601,300,0,0,4108,0,0,0), - (28415,11057,0,10552,0,1751.82,-729.987,60.1524,2.51327,300,0,0,4484,5461,0,0), - (28416,11194,0,11408,0,1772.2,-726.041,59.5096,1.85005,300,0,0,4108,0,0,0), - (28417,11194,0,11406,0,1783.48,-719.895,59.386,2.91158,300,3,0,4108,0,0,2), - (28418,11194,0,11408,0,1778.95,-725.659,59.3983,1.8326,300,0,0,4108,0,0,0), - (28419,10856,0,10212,0,1784.72,-729.107,59.4701,1.8675,300,0,0,4484,0,0,0), - (28420,10839,0,10210,0,1775.48,-725.93,59.4157,1.72788,300,0,0,4120,0,0,0), - (28421,10837,0,10150,0,1760.79,-723.177,59.9819,2.46091,300,0,0,4230,0,0,0), - (28422,11055,0,10550,0,1671.19,-718.813,58.2996,1.32645,300,0,0,3296,2434,0,0), - (28423,1554,0,8808,0,2821.08,-216.271,48.1429,0.365529,300,10,0,156,0,0,1), - (28424,1554,0,8808,0,2784.72,60.5524,29.307,4.53664,300,5,0,156,0,0,1), - (28425,1554,0,8808,0,2882.99,43.5775,15.8697,1.29075,300,10,0,156,0,0,1), - (28426,1554,0,8808,0,2816.05,-296.522,63.1928,1.60594,300,5,0,156,0,0,1), - (28427,1548,0,9020,0,2912.45,-51.8019,21.0566,3.01227,300,5,0,122,0,0,1), - (28428,1548,0,9020,0,2747.53,-49.4095,33.4922,0.767611,300,5,0,122,0,0,1), - (28429,1554,0,8808,0,2924.55,-418.408,81.1767,1.34144,300,10,0,156,0,0,1), - (28430,1554,0,8808,0,2917.02,-256.824,40.8321,5.0675,300,10,0,156,0,0,1), - (28431,1545,0,346,0,3085.17,-132.469,0,5.10808,300,5,0,176,0,0,1), - (28432,1545,0,346,0,3071.71,-70.864,-0.854803,4.65863,300,5,0,176,0,0,1), - (28433,1545,0,346,0,3084.85,-285.962,-1.81276,5.57775,300,5,0,176,0,0,1), - (28434,1545,0,346,0,2979.87,-26.037,7.20216,0.954091,300,10,0,176,0,0,1), - (28435,1545,0,346,0,2961.8,116.946,-0.105331,4.21289,300,5,0,176,0,0,1), - (28436,1545,0,346,0,3014.85,-20.1467,5.02948,4.04806,300,10,0,176,0,0,1), - (28437,1545,0,346,0,3046.45,11.1085,0.234004,4.4855,300,0,0,176,0,0,0), - (28438,1545,0,346,0,3042.34,-335.774,4.19988,2.31064,300,5,0,176,0,0,1), - (28439,1544,0,1005,0,3037.88,-361.711,1.91953,2.21657,300,0,0,148,165,0,0), - (28440,1545,0,346,0,3041.92,-251.275,6.71752,0.855763,300,10,0,176,0,0,1), - (28441,1917,0,3668,0,1967.96,1374.59,64.3015,4.84732,300,0,0,71,0,0,0), - (28442,1916,0,11405,0,1971.99,1386.87,63.3015,1.27456,300,0,0,55,0,0,0), - (28443,1934,0,3532,0,2311.7,1321.29,32.6429,5.0549,300,5,0,135,0,0,1), - (28444,1934,0,3532,0,2333.36,1317.66,34.0506,5.77704,300,0,0,135,0,0,0), - (28445,1934,0,3532,0,2320.64,1311.52,33.3476,2.74017,300,0,0,135,0,0,0), - (28446,1538,0,2477,0,2563.66,-895.477,55.6279,2.46091,300,0,0,166,178,0,0), - (28447,1537,0,2483,0,2554.68,-952.893,74.2141,0.20944,300,0,0,156,0,0,0), - (28448,1538,0,2477,0,2540.38,-886.911,55.5066,4.88814,300,3,0,166,178,0,1), - (28449,1537,0,2483,0,2544.87,-918.002,56.2483,0.750492,300,3,0,156,0,0,1), - (28450,1537,0,2483,0,2534.89,-903.189,56.889,2.56563,300,0,0,156,0,0,0), - (28451,1538,0,2466,0,2517.75,-898.981,56.1185,1.98968,300,0,0,166,178,0,0), - (28452,1537,0,2483,0,2529.11,-918.49,56.4659,2.814,300,3,0,156,0,0,1), - (28453,1537,0,2472,0,2560.15,-902.125,55.6462,3.90369,300,3,0,156,0,0,1), - (28454,1537,0,2483,0,2564.65,-890.231,55.5182,3.59538,300,0,0,156,0,0,0), - (28455,1538,0,2477,0,2528.36,-904.647,57.0912,0.977384,300,0,0,166,178,0,0), - (28457,1909,0,757,0,1189.64,283.557,29.8825,4.89664,300,5,0,377,408,0,1), - (28458,572,0,1065,0,-10030.1,1510.22,40.7341,6.16887,72000,0,0,404,456,0,0), - (28459,584,0,6041,0,-8694.7,-2328.5,156.375,4.08125,72000,0,0,840,0,0,0), - (28460,5749,0,4175,0,1836.77,1641.04,97.7113,5.13127,300,0,0,413,382,0,0), - (28461,2115,0,1577,0,1866.02,1574.45,94.3969,3.49066,300,0,0,166,0,0,0), - (28462,2116,0,1575,0,1842.44,1570.19,96.6652,2.42601,300,0,0,166,0,0,0), - (28463,2124,0,1592,0,1847.39,1635.52,97.0169,3.87463,300,0,0,166,190,0,0), - (28464,2119,0,1578,0,1862.46,1556.33,94.879,2.49582,300,0,0,166,0,0,0), - (28465,2117,0,1576,0,1836.24,1569.16,96.5949,0.992606,300,0,0,166,0,0,0), - (28466,2122,0,1580,0,1859.65,1563.3,94.39,5.81195,300,0,0,166,0,0,0), - (28467,2126,0,1581,0,1839.03,1636.54,97.0169,5.20108,300,0,0,166,190,0,0), - (28468,2113,0,1574,0,1859.39,1568.82,94.3135,1.15402,300,0,0,166,0,0,0), - (28469,2123,0,1579,0,1848.32,1627.63,97.0169,3.33358,300,0,0,166,1332,0,0), - (28470,2114,0,3520,0,2267.3,331.635,35.2078,6.24828,300,0,0,166,0,0,0), - (28471,2118,0,1632,0,2259.73,275.571,34.8637,2.49285,300,0,0,372,0,0,0), - (28472,4731,0,2789,0,2250.38,328.108,35.2725,5.67232,300,0,0,1605,0,0,0), - (28473,2137,0,1634,0,2246.33,308.24,35.2725,5.58505,300,0,0,500,0,0,0), - (28474,5688,0,8190,0,2269.51,244.944,34.3402,3.75246,300,0,0,1605,0,0,0), - (28475,5750,0,4176,0,2252.7,251.922,41.1981,5.14872,300,0,0,413,382,0,0), - (28476,2128,0,1600,0,2256.81,233.219,41.1981,1.06465,300,0,0,594,519,0,0), - (28477,2129,0,1602,0,2265.2,251.054,41.1981,5.34071,300,0,0,748,634,0,0), - (28478,10055,0,9274,0,2266.06,320.66,34.4421,5.48033,300,0,0,1605,0,0,0), - (28479,2130,0,1603,0,2271.04,242.997,41.1981,2.19912,300,0,0,546,0,0,0), - (28480,947,0,10792,0,-9148.3,-3209.08,105.494,1.43446,72000,0,0,788,0,0,0), - (28481,5624,0,10699,0,1612.13,189.217,-43.0189,0.471239,300,0,0,5215,1600,0,0), - (28482,13839,0,13807,0,1382.09,433.115,-52.8504,6.23082,900,0,0,9298,0,0,0), - (28483,13839,0,13854,0,1246.15,336.818,-63.5777,5.98648,900,0,0,9298,0,0,0), - (28484,13839,0,13807,0,1312.74,377.39,-66.653,1.46608,900,0,0,9298,0,0,0), - (28485,5624,0,10699,0,1423.53,323.279,-62.1024,1.02974,300,0,0,5215,1600,0,0), - (28486,5624,0,10699,0,1466.46,97.3513,-61.3621,2.35619,300,0,0,5215,1600,0,0), - (28487,5624,0,10699,0,1756.48,348.171,-62.1424,5.044,300,0,0,5215,1600,0,0), - (28488,5624,0,10699,0,1579.34,291.169,-43.0189,3.52556,300,0,0,5215,1600,0,0), - (28489,5624,0,10699,0,1591.16,203.881,55.3257,0.10472,300,0,0,5215,1600,0,0), - (28490,5624,0,10699,0,1572.02,287.895,-43.0191,0.453786,300,0,0,5215,1600,0,0), - (28491,5651,0,6228,0,1566.8,275.302,-43.0192,5.37561,300,0,0,644,0,0,0), - (28492,5667,0,3944,0,1836.94,1633.43,97.0169,5.86431,300,0,0,413,0,0,0), - (28493,6784,0,5509,0,2126.65,1305.98,53.9885,2.83146,300,0,0,101,0,0,0), - (28494,6411,0,5235,0,1627.44,277.051,-43.0192,4.34587,300,0,0,2972,0,0,0), - (28495,13158,0,13090,0,2514.5,-908.417,56.2159,2.86234,300,0,0,230,249,0,0), - (28496,6467,0,5206,0,1435.6,71.9724,-62.1954,1.01229,300,0,0,1605,0,0,0), - (28497,11835,0,11756,0,1417.66,428.868,-84.8821,3.21141,300,0,0,3517,0,0,0), - (28498,1741,0,1587,0,1876.15,1582.36,91.7599,4.2409,300,1,0,4108,0,0,1), - (28499,2914,1,1206,0,-1616.42,1201.59,91.8421,1.78332,300,5,0,8,0,0,1), - (28500,2914,1,1206,0,-391.079,2362.26,46.8262,2.78122,300,5,0,8,0,0,1), - (28501,2914,1,1206,0,-1409.87,1547.21,60.7043,3.38942,300,5,0,8,0,0,1), - (28502,2914,1,1206,0,-1839.72,2691.97,61.5715,2.88908,300,0,0,8,0,0,0), - (28503,2914,1,1206,0,-551.103,1350.15,92.1093,3.0618,300,5,0,8,0,0,1), - (28504,11877,1,11852,0,-1714.58,3107.18,33.5831,4.2586,300,0,0,2568,0,0,0), - (28505,4711,1,11264,0,-265.148,2761.62,-5.19126,3.34627,300,20,0,1163,0,0,1), - (28506,4711,1,11264,0,-204.82,2569.8,-24.6644,0.80069,300,20,0,1163,0,0,1), - (28507,4711,1,11264,0,-207.741,2641.77,-36.2939,5.54896,300,20,0,1163,0,0,1), - (28508,4711,1,11264,0,-111.056,2362.47,-20.7932,4.70002,300,20,0,1163,0,0,1), - (28509,4711,1,11264,0,-148.383,2355.18,-22.9519,0.192303,300,20,0,1163,0,0,1), - (28510,4711,1,11264,0,-241.718,2603.69,-20.7758,3.42428,300,20,0,1163,0,0,1), - (28511,4711,1,11264,0,-274.632,2583.87,-17.6103,0.240319,300,20,0,1163,0,0,1), - (28512,4711,1,11264,0,-189.358,2485.34,-3.0069,6.00094,300,20,0,1163,0,0,1), - (28513,4711,1,11264,0,-279.551,2576.56,-5.63355,1.18058,300,20,0,1163,0,0,1), - (28514,4711,1,11264,0,-159.358,2593.29,-28.8129,0.290355,300,20,0,1163,0,0,1), - (28515,4711,1,11264,0,-257.972,2504.39,1.95149,3.14421,300,20,0,1163,0,0,1), - (28516,4711,1,11264,0,-359.101,2616.09,-5.69351,0.218457,300,20,0,1163,0,0,1), - (28517,4711,1,11264,0,-346.118,2646.97,-19.8494,3.06018,300,20,0,1163,0,0,1), - (28518,4711,1,11264,0,-261.534,2624.46,-22.4008,3.34859,300,20,0,1163,0,0,1), - (28519,4711,1,11264,0,-381.159,2652.73,-12.9661,2.58014,300,20,0,1163,0,0,1), - (28520,4711,1,11264,0,-184.875,2519.23,-29.1547,2.21924,300,20,0,1163,0,0,1), - (28521,4711,1,11264,0,-186.787,2582.48,-31.1879,3.7383,300,20,0,1163,0,0,1), - (28522,11624,1,11792,0,-1592.93,3072.68,49.0746,2.11185,300,0,0,3857,0,0,0), - (28523,4712,1,11266,0,-58.1744,2814.01,-39.1363,3.24215,300,5,0,882,2362,0,1), - (28524,4712,1,11266,0,-290.725,2612.73,-18.9805,3.46984,300,5,0,882,2362,0,1), - (28525,4712,1,11266,0,-412.542,2619.03,-5.42744,5.98088,300,5,0,882,2362,0,1), - (28526,4712,1,11266,0,-247.124,2752.37,-5.86359,1.287,300,5,0,882,2362,0,1), - (28527,4712,1,11266,0,-211.209,2820.54,-26.2043,0.097039,300,5,0,882,2362,0,1), - (28528,4712,1,11266,0,251.116,2984.82,1.85461,6.22506,300,5,0,882,2362,0,1), - (28529,4712,1,11266,0,-151.215,2481.53,-36.8936,2.2393,300,5,0,882,2362,0,1), - (28530,4713,1,6747,0,1.53902,2747.95,-35.7082,0.009375,300,20,0,1221,0,0,1), - (28531,4713,1,6747,0,43.6269,2711.56,-42.6868,4.34025,300,20,0,1221,0,0,1), - (28532,7011,70,6010,0,-98.2153,276.013,-47.5474,2.1293,7200,0,0,1651,0,0,0), - (28533,7012,70,6009,0,-95.467,267.834,-47.5474,0.820305,7200,0,0,1205,2975,0,0), - (28534,7012,70,6009,0,-88.2716,262.831,-47.6308,3.30022,7200,0,0,1205,2975,0,0), - (28535,7011,70,6010,0,-78.7421,266.852,-47.6307,4.72767,7200,0,0,1651,0,0,0), - (28536,7011,70,6010,0,-108.909,315.128,-48.0201,5.5676,7200,0,0,1651,0,0,0), - (28537,7011,70,6010,0,-97.6881,332.306,-47.5372,1.6057,7200,0,0,1651,0,0,0), - (28538,7011,70,6010,0,-101,315.478,-49.3246,4.29351,7200,0,0,1651,0,0,0), - (28539,7011,70,6010,0,-110.732,324.565,-46.9314,2.28638,7200,0,0,1651,0,0,0), - (28540,7012,70,6009,0,-100.29,322.715,-49.3303,1.58825,7200,0,0,1205,2975,0,0), - (28541,7011,70,6010,0,-1.90834,279.235,-49.6279,6.17846,7200,0,0,1651,0,0,0), - (28542,7011,70,6010,0,-8.72249,288.024,-48.0006,0.261799,7200,0,0,1651,0,0,0), - (28543,7011,70,6010,0,-14.8232,289.552,-46.6865,3.49066,7200,0,0,1651,0,0,0), - (28544,7011,70,6010,0,-13.8457,274.421,-48.3546,4.88692,7200,0,0,1651,0,0,0), - (28545,7012,70,6009,0,-23.7722,278.45,-47.6628,1.55334,7200,0,0,1205,2975,0,0), - (28546,7011,70,6010,0,-43.5592,237.275,-48.3282,2.7571,7200,2,0,1651,0,0,1), - (28547,7011,70,6010,0,-43.1821,203.8,-48.3275,6.12569,7200,2,0,1651,0,0,1), - (28705,1739,0,1589,0,1847.25,1572.01,95.0795,4.79961,300,0,0,4108,0,0,2), - (28706,1737,0,1588,0,1827.71,1609.54,95.8829,1.60734,300,0,0,4108,0,0,0), - (28707,7980,0,7117,0,2147.6,1283.62,53.8881,0.139626,300,0,0,6197,0,0,0), - (28708,1740,0,3523,0,1861.17,1605.02,94.9238,3.5194,300,0,0,228,0,0,0), - (28709,7980,0,14369,0,2162.66,1309.14,54.2936,4.18879,300,0,0,6197,0,0,0), - (28710,7980,0,7118,0,2155.33,1270.88,52.5395,5.49779,300,0,0,6197,0,0,0), - (28711,1736,0,1590,0,1882.95,1590.8,89.8312,5.86672,300,0,0,4231,0,0,0), - (28712,7980,0,7118,0,2166.48,1275.31,53.3102,4.79965,300,0,0,6197,0,0,0), - (28713,7980,0,14369,0,2156.34,1312.44,53.9032,4.69494,300,0,0,6197,0,0,0), - (28714,11625,1,11629,0,-1290.56,1230.96,109.39,6.27641,600,6,0,2284,0,0,2), - (28715,4713,1,6747,0,-278.479,2783.18,-8.59075,2.54329,300,20,0,1221,0,0,1), - (28716,4713,1,6747,0,-143.004,2784.7,-53.6113,1.38071,300,20,0,1221,0,0,1), - (28717,4713,1,6747,0,-191.688,2789.05,-1.95164,3.78905,300,20,0,1221,0,0,1), - (28718,4713,1,6747,0,-244.706,2679.9,-38.2057,5.04895,300,20,0,1221,0,0,1), - (28719,4713,1,6747,0,-219.313,2678.29,-42.1499,2.29226,300,20,0,1221,0,0,1), - (28720,4713,1,6747,0,-316.46,2683.05,-22.3348,2.44481,300,20,0,1221,0,0,1), - (28721,4713,1,6747,0,-188.965,2683.29,-52.9834,5.26584,300,20,0,1221,0,0,1), - (28722,4713,1,6747,0,-334.836,2572.84,4.88753,2.47169,300,20,0,1221,0,0,1), - (28723,4713,1,6747,0,279.712,2980.57,3.55544,3.74992,300,20,0,1221,0,0,1), - (28724,4714,1,6748,0,11.8711,2761.55,-20.7563,5.86708,300,20,0,1279,0,0,1), - (28725,4714,1,6748,0,220.726,2709.81,-69.1031,5.98792,300,20,0,1279,0,0,1), - (28726,4714,1,6748,0,272.443,2754.32,-25.5055,1.99393,300,20,0,1279,0,0,1), - (28727,4714,1,6748,0,-76.4446,2678.84,-98.9456,0.134943,300,20,0,1279,0,0,1), - (28728,11626,1,11630,0,-1320.1,1231.15,110.323,6.27716,600,0,0,2100,0,0,0), - (28729,4714,1,6748,0,169.124,2748.29,-72.5172,4.48321,300,20,0,1279,0,0,1), - (28730,4714,1,6748,0,-116.683,2796.16,-51.4863,6.20199,300,20,0,1279,0,0,1), - (28731,4714,1,6748,0,8.16078,2685.34,-72.1666,5.0939,300,20,0,1279,0,0,1), - (28732,4714,1,6748,0,53.0435,2920.34,-25.5238,4.26112,300,20,0,1279,0,0,1), - (28733,4714,1,6748,0,-44.0672,2887.81,-28.9314,1.96457,300,20,0,1279,0,0,1), - (28734,4714,1,6748,0,254.285,2785.65,-16.327,3.211,300,20,0,1279,0,0,1), - (28735,4714,1,6748,0,219.115,2951.57,11.6365,5.37266,300,3,0,1279,0,0,1), - (28736,4714,1,6748,0,-123.541,2845.65,-33.643,3.86964,300,20,0,1279,0,0,1), - (28737,4714,1,6748,0,144.724,3017.95,-0.225239,3.5318,300,20,0,1279,0,0,1), - (28738,4714,1,6748,0,-77.6671,2821.37,-45.5372,5.15501,300,20,0,1279,0,0,1), - (28739,4714,1,6748,0,-221.473,2771.01,4.26044,5.04933,300,20,0,1279,0,0,1), - (28740,4714,1,6748,0,-248.691,2786.73,0.783289,1.69394,300,20,0,1279,0,0,1), - (28741,4714,1,6748,0,-239.504,2806.38,-3.76374,5.30983,300,20,0,1279,0,0,1), - (28742,4714,1,6748,0,-218.924,2715.82,-17.2216,4.17309,300,20,0,1279,0,0,1), - (28743,4714,1,6748,0,86.445,2886.54,-24.4595,3.27349,300,20,0,1279,0,0,1), - (28744,4714,1,6748,0,249.128,2884.33,3.74177,0.476747,300,20,0,1279,0,0,1), - (28745,4715,1,11265,0,-21.0739,2855.18,-32.1768,4.53743,300,20,0,1403,0,0,1), - (28746,4715,1,11265,0,214.087,2920.67,21.1394,0.253971,300,20,0,1403,0,0,1), - (28747,4715,1,11265,0,184.49,2850.69,-1.47309,4.2726,300,20,0,1403,0,0,1), - (28748,4715,1,11265,0,187.481,2873.93,1.92514,3.98463,300,3,0,1403,0,0,1), - (28749,4715,1,11265,0,147.581,2949.6,1.90579,3.94288,300,20,0,1403,0,0,2), - (28750,4716,1,11267,0,190.685,2705.24,-66.7529,2.22928,300,20,0,1208,1097,0,1), - (28751,4716,1,11267,0,137.023,2739.48,-70.2462,5.96872,300,20,0,1208,1097,0,1), - (28752,4716,1,11267,0,-25.7666,2887.16,-23.5798,5.3958,300,20,0,1208,1097,0,1), - (28753,4716,1,11267,0,218.2,2885.13,5.23787,3.67821,300,20,0,1208,1097,0,1), - (28754,4716,1,11267,0,120.568,2948.28,-0.935924,4.04269,300,20,0,1208,1097,0,1), - (28755,4716,1,11267,0,181.981,2951.15,6.85619,0.798485,300,3,0,1208,1097,0,1), - (28756,4718,1,6750,0,147.734,2709.56,-67.6734,5.92973,300,20,0,1064,1007,0,1), - (28757,4718,1,6750,0,-210.944,2751.28,-1.83553,0.842348,300,20,0,1064,1007,0,1), - (28758,4718,1,6750,0,-15.5941,2814.09,-30.8625,0.01377,300,20,0,1064,1007,0,1), - (28759,4718,1,6750,0,254.037,2948.59,7.70299,6.1579,300,3,0,1064,1007,0,1), - (28760,4718,1,6750,0,214.75,2988.45,1.52134,3.29002,300,20,0,1064,1007,0,2), - (28761,4719,1,6749,0,210.299,2688.6,-67.9315,3.12109,300,20,0,1160,1067,0,1), - (28762,4719,1,6749,0,-50.5761,2661.28,-103.424,5.42666,300,20,0,1160,1067,0,1), - (28763,4719,1,6749,0,154.688,2680.73,-67,5.12287,300,20,0,1160,1067,0,1), - (28764,4719,1,6749,0,77.1986,2944.82,-19.5429,3.87513,300,20,0,1160,1067,0,1), - (28765,4719,1,6749,0,-39.6126,2860.47,-35.049,2.95992,300,20,0,1160,1067,0,1), - (28766,4719,1,6749,0,111.979,2922.4,0.843355,2.60182,300,20,0,1160,1067,0,1), - (28767,4719,1,6749,0,159.326,2842.65,-1.05106,2.7812,300,20,0,1160,1067,0,1), - (28768,4719,1,6749,0,181.431,2922.9,16.9841,3.04222,300,20,0,1160,1067,0,1), - (28769,4719,1,6749,0,74.8005,2989.59,-16.3716,2.4555,300,20,0,1160,1067,0,1), - (28770,4719,1,6749,0,122.853,2853.28,-15.6301,5.76788,300,20,0,1160,1067,0,1), - (28771,4719,1,6749,0,117.934,2886.3,-2.98629,2.76662,300,20,0,1160,1067,0,1), - (28772,4719,1,6749,0,179.49,2986.81,2.51436,3.00912,300,20,0,1160,1067,0,1), - (28773,4719,1,6749,0,148.215,2984.04,1.89167,1.37593,300,20,0,1160,1067,0,1), - (28774,4719,1,6749,0,214.7,2848.44,1.86593,4.01433,300,20,0,1160,1067,0,1), - (28775,7333,129,6121,0,2574.78,1018.38,51.7259,1.13262,7200,1,0,1279,0,0,1), - (28776,7327,129,11386,0,2595.75,1046.86,53.0402,5.8427,7200,0,0,3403,0,0,0), - (28777,7332,129,11385,0,2587.02,1033.18,50.4908,3.7001,7200,0,1,3543,0,0,2), - (28778,7335,129,6100,0,2599.11,1050.83,53.7546,0.693344,7200,1,0,2706,5360,0,1), - (28779,2110,129,1141,0,2565.81,1064.54,53.9985,6.02139,7200,5,0,1,0,0,1), - (28780,7332,129,11385,0,2593.87,1071.76,54.9835,1.50789,7200,2,0,3543,0,0,1), - (28781,2110,129,1141,0,2567.58,1087.16,50.9209,1.91986,7200,5,0,1,0,0,1), - (28782,2110,129,1141,0,2592.83,1078.96,55.2855,4.79965,7200,5,0,1,0,0,1), - (28783,7347,129,1065,0,2499.73,1054.28,47.5968,5.95304,7200,0,0,3831,0,0,0), - (28784,7011,70,6010,0,-42.6852,255.155,-48.9355,1.90241,7200,2,0,1651,0,0,1), - (28785,4726,1,2742,0,-429.142,2220.52,89.8944,4.09566,300,30,0,1234,796,0,1), - (28786,7012,70,6009,0,-44.1402,272.689,-48.9356,2.61799,7200,2,0,1205,2975,0,1), - (28787,4726,1,2742,0,-553.165,2470.53,55.5964,4.64199,300,20,0,1234,796,0,1), - (28788,4726,1,2742,0,-1858.75,2484.25,62.3654,6.1004,300,20,0,1234,796,0,1), - (28789,7012,70,6009,0,-42.3058,263.875,-48.9355,2.96706,7200,2,0,1205,2975,0,1), - (28790,4726,1,2742,0,-1584.07,2379.67,92.4769,4.75733,300,20,0,1234,796,0,1), - (28791,4726,1,2742,0,-399.323,2206.22,90.8613,4.60484,300,20,0,1234,796,0,1), - (28792,4726,1,2742,0,-227.127,2176.34,111.324,3.72607,300,20,0,1234,796,0,1), - (28793,4726,1,2742,0,-579.616,2082.67,89.9644,3.03918,300,30,0,1234,796,0,1), - (28794,4726,1,2742,0,-1188.94,890.343,104.791,4.63419,300,20,0,1234,796,0,1), - (28795,7011,70,6010,0,-49.6443,201.981,-48.3253,0.987509,7200,2,0,1651,0,0,1), - (28796,7011,70,6010,0,-83.9396,301.188,-49.8128,6.07375,7200,0,0,1651,0,0,0), - (28797,7011,70,6010,0,-93.9021,300.532,-49.9348,3.90954,7200,0,0,1651,0,0,0), - (28798,7011,70,6010,0,-79.6481,323.651,-50.2189,0.122173,7200,0,0,1651,0,0,0), - (28799,7011,70,6010,0,-85.0924,335.421,-48.09,0.575959,7200,0,0,1651,0,0,0), - (28800,7012,70,6009,0,-80.9599,328.132,-50.3943,1.64061,7200,5,0,1205,2975,0,1), - (28801,4726,1,2742,0,-1274.7,1169.12,92.2657,4.46173,300,20,0,1234,796,0,1), - (28802,4726,1,2742,0,-1785.26,2559.3,75.2389,3.11876,300,20,0,1234,796,0,1), - (28803,4726,1,2742,0,-737.392,2150.42,99.1671,0.484614,300,20,0,1234,796,0,1), - (28804,4726,1,2742,0,-1220.5,1035.84,91.437,1.55955,300,20,0,1234,796,0,1), - (28805,4726,1,2742,0,-1283.02,1056.68,95.4235,3.36005,300,20,0,1234,796,0,1), - (28806,4726,1,2742,0,-608.242,2061.41,88.8578,6.28102,300,20,0,1234,796,0,1), - (28807,4726,1,2742,0,-792.666,2019.2,82.617,2.68196,300,0,0,1234,796,0,0), - (28808,4726,1,2742,0,-1357.05,1024.4,91.2231,2.92791,300,20,0,1234,796,0,1), - (28809,4726,1,2742,0,-279.086,1858.23,167.027,2.94401,300,20,0,1234,796,0,1), - (28810,4374,1,2423,0,-2623.33,-4674.53,-13.3351,2.71497,1200,5,0,8883,0,0,1), - (28811,4726,1,2742,0,-475.934,1997.61,114.378,4.3823,300,0,0,1234,796,0,0), - (28812,4726,1,2742,0,-284.979,2371.87,36.4864,5.7739,300,20,0,1234,796,0,1), - (28813,4726,1,2742,0,-1191.72,999.246,90.7884,5.72708,300,20,0,1234,796,0,1), - (28814,4726,1,2742,0,-1752.16,2287.04,66.2673,2.27667,300,20,0,1234,796,0,1), - (28815,4726,1,2742,0,-1498.45,975.669,90.9028,4.0946,300,20,0,1234,796,0,1), - (28816,4726,1,2742,0,-614.589,2130.03,90.2563,1.69612,300,30,0,1234,796,0,1), - (28817,4726,1,2742,0,-416.287,2195.35,89.7686,3.56685,300,30,0,1234,796,0,1), - (28818,4726,1,2742,0,-316.146,1928.83,120.153,5.17604,300,20,0,1234,796,0,1), - (28819,4726,1,2742,0,-1336.69,1119.75,91.3012,0.003906,300,20,0,1234,796,0,1), - (28820,4726,1,2742,0,-1317.35,876.469,113.349,1.78023,300,20,0,1234,796,0,1), - (28821,4726,1,2742,0,-20.8218,2152.66,114.563,0.065561,300,0,0,1234,796,0,0), - (28822,4726,1,2742,0,-648.407,2225.48,94.5863,0.243068,300,20,0,1234,796,0,1), - (28823,4371,1,6750,0,-2797.14,-4930.01,73.2815,4.03171,1200,0,0,7107,4738,0,0), - (28824,4726,1,2742,0,-378.156,2047.17,95.7715,6.05053,300,30,0,1234,796,0,1), - (28825,4726,1,2742,0,-1605.04,2321.74,93.2734,0.523968,300,20,0,1234,796,0,1), - (28826,2914,1,1206,0,-4689.26,-3758.27,37.4156,1.8326,360,0,0,8,0,0,0), - (28827,4726,1,2742,0,-1194.31,1255.2,95.674,5.83352,300,20,0,1234,796,0,1), - (28828,4726,1,2742,0,-1515.67,1118.95,91.6973,4.0031,300,20,0,1234,796,0,1), - (28829,4726,1,2742,0,-431.938,1988.67,106.894,1.33008,300,20,0,1234,796,0,1), - (28830,4726,1,2742,0,-612.509,2517.62,36.0223,1.79328,300,20,0,1234,796,0,1), - (28831,4726,1,2742,0,-398.404,2118.24,91.6915,1.09623,300,20,0,1234,796,0,1), - (28832,4726,1,2742,0,-786.96,1460.36,91.692,1.83354,300,20,0,1234,796,0,1), - (28833,4726,1,2742,0,-76.523,2228.02,81.4024,0.142144,300,20,0,1234,796,0,1), - (28834,4726,1,2742,0,-1252.3,1172.17,93.9215,0.000977,300,20,0,1234,796,0,1), - (28835,4726,1,2742,0,-751.779,1955.73,90.0254,1.67649,300,20,0,1234,796,0,1), - (28836,4726,1,2742,0,-203.355,2111.61,134.652,4.18403,300,20,0,1234,796,0,1), - (28837,4726,1,2742,0,-1386.4,1257.55,101.279,0.225518,300,20,0,1234,796,0,1), - (28838,4726,1,2742,0,-595.533,2318.82,90.9907,3.23543,300,30,0,1234,796,0,1), - (28839,4726,1,2742,0,-715.516,2016.93,91.8704,0.738043,300,20,0,1234,796,0,1), - (28840,4726,1,2742,0,-534.799,2031.59,90.4209,3.66643,300,20,0,1234,796,0,1), - (28841,2914,1,1206,0,-3753.56,-3026.24,33.631,1.12285,360,10,0,8,0,0,1), - (28842,4726,1,2742,0,-1317.9,1073.82,92.812,1.42572,300,20,0,1234,796,0,2), - (28843,4726,1,2742,0,-1245.23,834.898,144.54,6.21118,300,0,0,1234,796,0,0), - (28844,4726,1,2742,0,-1131.16,1283.91,90.8261,6.26561,300,20,0,1234,796,0,1), - (28845,4726,1,2742,0,-524.535,1986.44,98.4568,6.20589,300,20,0,1234,796,0,1), - (28846,4726,1,2742,0,-746.089,1718.1,91.2289,3.23154,300,20,0,1234,796,0,1), - (28847,4726,1,2742,0,-1173.71,1153.8,95.2861,4.45154,300,20,0,1234,796,0,1), - (28848,4726,1,2742,0,-1665.55,1265.12,90.776,5.48357,300,20,0,1234,796,0,1), - (28849,4726,1,2742,0,-1687.71,2283.27,78.709,0.060858,300,20,0,1234,796,0,1), - (28850,4726,1,2742,0,-781.172,1618.32,91.4964,4.53128,300,20,0,1234,796,0,1), - (28851,4726,1,2742,0,-754.307,1639.47,90.8759,1.85608,300,20,0,1234,796,0,1), - (28852,4726,1,2742,0,-596.485,2550.9,33.5561,0.083141,300,20,0,1234,796,0,1), - (28853,4726,1,2742,0,-737.505,1952.24,91.492,5.74963,300,0,0,1234,796,0,0), - (28854,4726,1,2742,0,-251.899,2217.13,102.798,1.47318,300,20,0,1234,796,0,1), - (28855,4726,1,2742,0,-695.112,1746.96,92.2249,0.385035,300,20,0,1234,796,0,1), - (28856,4726,1,2742,0,-482.993,2281.02,85.9587,0.925236,300,20,0,1234,796,0,1), - (28857,4726,1,2742,0,-1355.55,1076.45,90.6924,2.56333,300,20,0,1234,796,0,1), - (28858,4726,1,2742,0,-1297.92,1249.35,106.663,5.50262,300,20,0,1234,796,0,1), - (28859,4726,1,2742,0,-1195.16,968.075,93.3266,2.91772,300,20,0,1234,796,0,1), - (28860,4726,1,2742,0,-1420.91,991.668,90.1318,3.03545,300,20,0,1234,796,0,1), - (28861,4726,1,2742,0,-1428.69,1011.58,89.4362,2.88422,300,20,0,1234,796,0,1), - (28862,4726,1,2742,0,-1444.57,911.698,90.4984,5.97378,300,20,0,1234,796,0,1), - (28863,4726,1,2742,0,-1365.78,1291.82,94.4805,1.00122,300,20,0,1234,796,0,1), - (28864,4726,1,2742,0,-1608.23,1092.21,90.8315,4.92743,300,20,0,1234,796,0,1), - (28865,4726,1,2742,0,-591.746,1573.15,91.4891,0.870382,300,20,0,1234,796,0,1), - (28866,4726,1,2742,0,-532.885,1720.78,98.0827,0.246398,300,20,0,1234,796,0,1), - (28867,4726,1,2742,0,-315.983,2376.17,40.6537,6.17264,300,20,0,1234,796,0,1), - (28868,4726,1,2742,0,-1640.39,1224.79,91.0575,5.0766,300,20,0,1234,796,0,1), - (28869,4726,1,2742,0,-1818.57,2331.53,65.173,1.82817,300,20,0,1234,796,0,1), - (28870,4726,1,2742,0,-500.839,2325.36,90.7672,3.50288,300,20,0,1234,796,0,1), - (28871,4726,1,2742,0,-389.659,2268.9,83.6731,4.35728,300,20,0,1234,796,0,1), - (28872,4726,1,2742,0,-325.115,2022.98,119.459,2.41081,300,3,0,1234,796,0,1), - (28873,4726,1,2742,0,-1949.82,2482.48,61.0492,5.96168,300,20,0,1234,796,0,1), - (28874,4727,1,2764,0,-2344.24,1905.32,134.733,5.25538,300,5,0,1528,910,0,1), - (28875,4727,1,2764,0,-2111.38,2276.59,63.1448,5.5116,300,20,0,1528,910,0,1), - (28876,4727,1,2764,0,-1007.26,2358.68,95.079,3.51982,300,20,0,1528,910,0,1), - (28877,4727,1,2764,0,-1813.13,1523.58,61.6548,3.99904,300,20,0,1528,910,0,1), - (28878,4727,1,2764,0,-2184.8,1748.36,85.3851,4.12503,300,5,0,1528,910,0,1), - (28879,4727,1,2764,0,-2179.64,1935.47,62.1166,3.64142,300,5,0,1528,910,0,2), - (28880,4727,1,2764,0,-2122.15,1800.05,61.0086,5.01376,300,20,0,1528,910,0,1), - (28881,4727,1,2764,0,-2185.64,2230.11,84.5279,4.20426,300,5,0,1528,910,0,1), - (28882,4727,1,2764,0,-1756.19,1457.4,61.2361,6.15322,300,20,0,1528,910,0,1), - (28883,4727,1,2764,0,-1109.9,1582.93,61.2421,3.36174,300,20,0,1528,910,0,1), - (28884,4727,1,2764,0,-1700.69,1419.44,61.462,1.73999,300,20,0,1528,910,0,1), - (28885,4727,1,2764,0,-1131.68,747.371,147.086,3.35296,300,20,0,1528,910,0,1), - (28886,4727,1,2764,0,-920.076,2284.87,88.3964,1.94792,300,20,0,1528,910,0,1), - (28887,4727,1,2764,0,-1837.5,1426.24,61.2168,0.759838,300,20,0,1528,910,0,1), - (28888,4727,1,2764,0,-2251.3,1949.23,107.8,1.77126,300,5,0,1528,910,0,1), - (28889,4727,1,2764,0,-2152.9,1837.08,67.3305,1.12025,300,5,0,1528,910,0,1), - (28890,4727,1,2764,0,-1964.61,1515.29,62.759,4.32608,300,5,0,1528,910,0,1), - (28891,4727,1,2764,0,-1886.76,1501.83,60.3339,1.75494,300,20,0,1528,910,0,1), - (28892,4727,1,2764,0,-2313.06,1880.41,142.239,5.21029,300,5,0,1528,910,0,1), - (28893,4727,1,2764,0,-1758.78,1383.82,62.1457,1.73151,300,20,0,1528,910,0,1), - (28894,4727,1,2764,0,119.946,918.61,155.975,0.024409,300,20,0,1528,910,0,1), - (28895,4727,1,2764,0,-1351.13,2285.73,92.2942,3.05791,300,20,0,1528,910,0,1), - (28896,4727,1,2764,0,-847.918,2346.26,93.0415,4.79726,300,20,0,1528,910,0,1), - (28897,4727,1,2764,0,-1181.93,2282.79,90.2678,2.93405,300,20,0,1528,910,0,1), - (28898,4727,1,2764,0,-1751.64,1483.24,61.2361,6.27689,300,20,0,1528,910,0,1), - (28899,4727,1,2764,0,-2117.17,1695.96,59.7825,1.17256,300,5,0,1528,910,0,1), - (28900,4727,1,2764,0,-1117.09,1407.75,61.3643,4.36769,300,20,0,1528,910,0,1), - (28901,4727,1,2764,0,-990.174,1951.38,63.0282,4.11951,300,5,0,1528,910,0,1), - (28902,4727,1,2764,0,-1040.42,1888.71,62.0789,6.22941,300,20,0,1528,910,0,1), - (28903,4727,1,2764,0,-2048.56,2272.41,64.7052,3.45439,300,5,0,1528,910,0,1), - (28904,4727,1,2764,0,-2056,1653.59,61.9146,0.134101,300,20,0,1528,910,0,1), - (28905,4727,1,2764,0,-1810.61,1416.94,61.2233,6.22298,300,20,0,1528,910,0,1), - (28906,4727,1,2764,0,-1921.8,2814.95,52.9895,0.367406,300,20,0,1528,910,0,1), - (28907,4727,1,2764,0,-1724.81,2862.98,78.5843,3.12499,300,5,0,1528,910,0,1), - (28908,4727,1,2764,0,-2062.45,2955.55,60.1278,5.39475,300,5,0,1528,910,0,1), - (28909,4727,1,2764,0,-912.323,1454.18,61.6286,3.77948,300,20,0,1528,910,0,1), - (28910,4727,1,2764,0,-1307.44,1480.76,61.861,3.25102,300,20,0,1528,910,0,1), - (28911,4727,1,2764,0,-1881.85,2811.78,56.1485,4.58357,300,20,0,1528,910,0,1), - (28912,4727,1,2764,0,-915.963,1628.34,61.4861,1.06243,300,20,0,1528,910,0,1), - (28913,4727,1,2764,0,-979.908,1540.78,61.6705,1.12243,300,20,0,1528,910,0,1), - (28914,4728,1,1074,0,-108.295,1115.27,90.5182,4.61141,300,20,0,1107,0,0,1), - (28915,4728,1,1074,0,-602.907,1441.04,89.4659,0.712147,300,20,0,1107,0,0,1), - (28916,4728,1,1074,0,-680.785,1882.85,92.152,5.96631,300,20,0,1107,0,0,1), - (28917,5752,1,4692,0,126.208,1232.69,163.26,3.14159,300,0,0,2376,0,0,0), - (28918,4728,1,1074,0,-430.846,1282.27,89.9445,2.94305,300,20,0,1107,0,0,1), - (28919,4728,1,1074,0,253.636,1948.3,138.732,1.29117,300,20,0,1107,0,0,1), - (28920,4728,1,1074,0,-305.54,1461.23,91.0319,5.95391,300,20,0,1107,0,0,1), - (28921,4728,1,1074,0,-413.268,981.734,90.6893,0.239764,300,20,0,1107,0,0,1), - (28922,4728,1,1074,0,-566.092,673.819,156.592,1.41372,300,0,0,1107,0,0,0), - (28923,4728,1,1074,0,149.401,1620.51,146.405,1.16744,300,20,0,1107,0,0,1), - (28924,4728,1,1074,0,-697.307,2063.26,99.0623,2.26628,300,20,0,1107,0,0,1), - (28925,4728,1,1074,0,-213.73,2228.28,84.7862,1.20734,300,20,0,1107,0,0,1), - (28926,4728,1,1074,0,15.4238,1753.16,117.673,0.779179,300,15,0,1107,0,0,1), - (28927,4728,1,1074,0,-229.633,1030.16,90.6346,5.50815,300,20,0,1107,0,0,1), - (28928,4728,1,1074,0,-20.688,1452.02,92.8757,2.39775,300,20,0,1107,0,0,1), - (28929,4728,1,1074,0,-751.45,1218.71,98.594,4.72799,300,20,0,1107,0,0,1), - (28930,4728,1,1074,0,-648.49,1437.09,91.0378,4.73192,300,20,0,1107,0,0,1), - (28931,4728,1,1074,0,-245.742,1188.84,90.1188,5.60732,300,20,0,1107,0,0,1), - (28932,4728,1,1074,0,-294.532,1452.28,91.1422,6.08081,300,20,0,1107,0,0,1), - (28933,4728,1,1074,0,-552.07,1354.14,92.2649,0.226903,300,20,0,1107,0,0,1), - (28934,4728,1,1074,0,-621.567,976.666,92.2976,3.28404,300,20,0,1107,0,0,1), - (28935,4728,1,1074,0,-332.571,2021.79,113.445,2.0834,300,30,0,1107,0,0,1), - (28936,4728,1,1074,0,-581.331,1414.81,90.1048,5.3236,300,20,0,1107,0,0,1), - (28937,4728,1,1074,0,-614.56,595.753,160.166,1.39601,300,20,0,1107,0,0,1), - (28938,4728,1,1074,0,-516.479,1049.57,92.1497,5.24801,300,20,0,1107,0,0,1), - (28939,4728,1,1074,0,-437.343,1207.3,90.2106,5.05718,300,20,0,1107,0,0,1), - (28940,4728,1,1074,0,-491.813,1254.96,91.4677,3.69118,300,20,0,1107,0,0,1), - (28941,4728,1,1074,0,-612.738,754.885,98.8911,0.581505,300,20,0,1107,0,0,1), - (28942,4728,1,1074,0,-251.203,1484.4,92.24,5.92515,300,20,0,1107,0,0,1), - (28943,4728,1,1074,0,-476.305,2193.8,93.3883,4.41723,300,30,0,1107,0,0,1), - (28944,4728,1,1074,0,-563.786,2494.39,50.3564,4.20245,300,20,0,1107,0,0,1), - (28945,4728,1,1074,0,-535.765,812.977,90.7547,4.45174,300,20,0,1107,0,0,1), - (28946,4728,1,1074,0,-824.912,1281.04,96.0052,0.914976,300,20,0,1107,0,0,1), - (28947,4728,1,1074,0,-624.934,1129.58,90.7837,2.8165,300,20,0,1107,0,0,1), - (28948,4728,1,1074,0,-532.871,2013.87,91.488,3.13964,300,30,0,1107,0,0,1), - (28949,4728,1,1074,0,-579.685,979.133,96.1367,3.27277,300,20,0,1107,0,0,1), - (28950,4728,1,1074,0,-241.487,1141.53,90.6112,4.55803,300,20,0,1107,0,0,1), - (28951,4728,1,1074,0,-204.031,1126.75,88.2654,6.18739,300,20,0,1107,0,0,1), - (28952,4728,1,1074,0,-478.983,1514.22,92.3548,5.65816,300,20,0,1107,0,0,1), - (28953,4728,1,1074,0,-418.405,884.062,91.4792,4.47673,300,20,0,1107,0,0,1), - (28954,4728,1,1074,0,-579.794,915.782,90.2057,4.55944,300,20,0,1107,0,0,1), - (28955,4728,1,1074,0,-490.565,1034.72,89.9047,2.60368,300,20,0,1107,0,0,1), - (28956,4728,1,1074,0,-652.502,747.158,92.5931,0.306614,300,20,0,1107,0,0,1), - (28957,4728,1,1074,0,-547.356,754.867,109.653,4.75927,300,20,0,1107,0,0,1), - (28958,4728,1,1074,0,-154.485,1148.71,89.4306,5.40542,300,20,0,1107,0,0,1), - (28959,4728,1,1074,0,131.461,1892.74,140.223,5.12446,300,3,0,1107,0,0,1), - (28960,4728,1,1074,0,-480.114,982.685,91.1261,1.58447,300,20,0,1107,0,0,1), - (28961,4728,1,1074,0,-316.657,1002.91,91.2642,4.75342,300,20,0,1107,0,0,1), - (28962,4728,1,1074,0,-608.053,959.109,90.8304,2.93254,300,20,0,1107,0,0,1), - (28963,4728,1,1074,0,217.123,2020.55,162.803,1.45141,300,15,0,1107,0,0,1), - (28964,4728,1,1074,0,-158.658,1613.75,89.6443,1.39138,300,20,0,1107,0,0,1), - (28965,4728,1,1074,0,-352.769,1282.6,90.4724,5.25769,300,20,0,1107,0,0,1), - (28966,4728,1,1074,0,-653.521,679.628,133.198,3.86985,300,0,0,1107,0,0,0), - (28967,4728,1,1074,0,-366.212,1219.94,90.6645,2.94784,300,20,0,1107,0,0,1), - (28968,4728,1,1074,0,-115.568,1346.37,89.1389,5.60457,300,20,0,1107,0,0,1), - (28969,4728,1,1074,0,-767.39,1946.49,89.4423,4.02178,300,20,0,1107,0,0,1), - (28970,4728,1,1074,0,-632.863,848.999,92.058,0.150049,300,20,0,1107,0,0,1), - (28971,4728,1,1074,0,-484.651,1088.04,92.4129,4.8634,300,20,0,1107,0,0,1), - (28972,4728,1,1074,0,-653.908,1058.76,93.1817,1.71394,300,20,0,1107,0,0,1), - (28973,4728,1,1074,0,-446.658,1096.89,92.0928,4.75599,300,20,0,1107,0,0,1), - (28974,4728,1,1074,0,-163.643,1827.57,172.101,1.46244,300,2,0,1107,0,0,1), - (28975,4728,1,1074,0,-202.675,1453.11,94.4044,0.265824,300,20,0,1107,0,0,1), - (28976,4728,1,1074,0,-818.649,1327.18,92.8725,6.06759,300,20,0,1107,0,0,1), - (28977,4728,1,1074,0,-66.2966,1675.01,90.7266,3.60349,300,20,0,1107,0,0,1), - (28978,4728,1,1074,0,-358.144,1086.01,91.276,3.03493,300,20,0,1107,0,0,1), - (28979,4728,1,1074,0,-99.7012,1271.67,92.1662,5.79486,300,20,0,1107,0,0,1), - (28980,4728,1,1074,0,196.043,1619.63,149.337,6.06759,300,20,0,1107,0,0,1), - (28981,4728,1,1074,0,-351.653,1114.86,94.5354,0.178519,300,20,0,1107,0,0,1), - (28982,4728,1,1074,0,173.262,1655.14,126.07,5.03013,300,20,0,1107,0,0,1), - (28983,4728,1,1074,0,-153.349,1273.5,89.5067,5.19787,300,20,0,1107,0,0,1), - (28984,4728,1,1074,0,-205.184,1214.48,89.6896,3.60366,300,20,0,1107,0,0,1), - (28985,4728,1,1074,0,157.324,1672.35,110.011,0.08898,300,20,0,1107,0,0,1), - (28986,4728,1,1074,0,-719.108,1384.27,88.3429,4.29837,300,20,0,1107,0,0,1), - (28987,4728,1,1074,0,62.1704,1496,113.967,5.88312,300,3,0,1107,0,0,1), - (28988,4728,1,1074,0,-1445.91,1611.08,59.0499,3.7664,300,20,0,1107,0,0,1), - (28989,4728,1,1074,0,-749.634,1620.48,90.4638,0.455932,300,20,0,1107,0,0,1), - (28990,4728,1,1074,0,186.779,1849.78,104.404,5.66782,300,20,0,1107,0,0,1), - (28991,4728,1,1074,0,-421.609,2286.7,82.7772,4.10995,300,20,0,1107,0,0,1), - (28992,4729,1,7345,0,-1025.49,2312.46,93.5895,3.51775,300,20,0,1464,0,0,1), - (28993,4729,1,7345,0,-1087.91,2321.95,94.0139,2.34791,300,20,0,1464,0,0,1), - (28994,4729,1,7345,0,-911.076,1449.58,63.159,3.20018,300,20,0,1464,0,0,1), - (28995,4729,1,7345,0,-1200.17,2333.31,93.1699,0.807494,300,20,0,1464,0,0,1), - (28996,4729,1,7345,0,-1270.82,2296.11,91.1339,3.35826,300,20,0,1464,0,0,1), - (28997,4729,1,7345,0,-1213.27,2303.18,91.3418,1.80335,300,20,0,1464,0,0,1), - (28998,4729,1,7345,0,-889.384,2321.38,93.0665,6.20406,300,20,0,1464,0,0,1), - (28999,4729,1,7345,0,-850,2361.15,92.7197,1.59813,300,20,0,1464,0,0,1), - (29000,4729,1,7345,0,-937.976,2420.13,93.8118,2.87765,300,20,0,1464,0,0,1), - (29001,4729,1,7345,0,-961.88,1437.17,65.209,1.35022,300,20,0,1464,0,0,1), - (29002,4729,1,7345,0,-982.161,2243.56,85.2442,4.65965,300,5,0,1464,0,0,1), - (29003,4729,1,7345,0,-1453.62,2168.38,92.2424,1.7793,300,5,0,1464,0,0,1), - (29004,4729,1,7345,0,-989.982,1394.42,61.8508,2.29744,300,20,0,1464,0,0,1), - (29005,4729,1,7345,0,-1472.11,2357.09,92.1823,1.39276,300,5,0,1464,0,0,1), - (29006,4729,1,7345,0,-725.205,2545,68.3192,2.67519,300,20,0,1464,0,0,1), - (29007,4729,1,7345,0,-923.798,2188.87,91.9956,2.90877,300,10,0,1464,0,0,1), - (29008,4729,1,7345,0,-733.85,2421.37,91.1222,2.69806,300,20,0,1464,0,0,1), - (29009,4729,1,7345,0,-915.154,2417.2,92.7948,1.69602,300,20,0,1464,0,0,1), - (29010,4729,1,7345,0,-1083.51,2373.58,92.234,4.7398,300,20,0,1464,0,0,1), - (29011,4729,1,7345,0,-1186.69,799.309,162.936,1.19899,300,5,0,1464,0,0,1), - (29012,4729,1,7345,0,-847.115,742.445,157.413,4.71119,300,5,0,1464,0,0,1), - (29013,4729,1,7345,0,-1454.37,2292.69,93.0709,5.14766,300,20,0,1464,0,0,1), - (29014,4729,1,7345,0,-1111.72,774.376,140.952,4.85619,300,5,0,1464,0,0,1), - (29015,4729,1,7345,0,-881.608,785.112,140.225,4.95097,300,5,0,1464,0,0,1), - (29016,4729,1,7345,0,-1287.79,2344.15,92.5861,1.7329,300,20,0,1464,0,0,1), - (29017,4729,1,7345,0,-745.877,2355.88,93.4321,1.4602,300,20,0,1464,0,0,1), - (29018,4729,1,7345,0,-907.966,2141.54,74.0541,0.978973,300,5,0,1464,0,0,1), - (29019,4729,1,7345,0,-1109.54,726.093,145.012,0.671966,300,5,0,1464,0,0,1), - (29020,4729,1,7345,0,-880.016,1423.5,61.3369,5.54892,300,20,0,1464,0,0,1), - (29021,4729,1,7345,0,-1001.4,2234.11,87.5836,2.34446,300,5,0,1464,0,0,1), - (29022,4729,1,7345,0,-981.323,1442.8,64.0423,2.91497,300,20,0,1464,0,0,1), - (29023,4729,1,7345,0,-889.888,2101.24,62.2147,4.8732,300,20,0,1464,0,0,1), - (29024,4729,1,7345,0,-996.779,2387.25,94.441,3.081,300,20,0,1464,0,0,1), - (29025,4729,1,7345,0,-878.346,2325.55,92.8983,1.04424,300,20,0,1464,0,0,1), - (29026,4729,1,7345,0,-883.306,1853.87,60.4792,1.39409,300,20,0,1464,0,0,1), - (29027,4729,1,7345,0,-985.723,1897.11,59.0525,4.70375,300,20,0,1464,0,0,1), - (29028,4729,1,7345,0,-943.407,1964.64,70.5744,0.348938,300,5,0,1464,0,0,1), - (29029,4729,1,7345,0,-1019.14,1907.84,61.9775,4.08107,300,20,0,1464,0,0,1), - (29030,4729,1,7345,0,-1020.64,1867.43,62.7669,5.13716,300,20,0,1464,0,0,1), - (29031,4729,1,7345,0,-1012.55,1777.23,61.8374,3.52724,300,20,0,1464,0,0,1), - (29032,4729,1,7345,0,-1117.32,1626.59,61.3963,4.78741,300,20,0,1464,0,0,1), - (29033,4729,1,7345,0,-914.085,1776.13,61.4398,4.84798,300,20,0,1464,0,0,1), - (29034,4729,1,7345,0,-982.783,1716.49,61.641,0.522779,300,20,0,1464,0,0,1), - (29035,4729,1,7345,0,-1041.6,1725.58,61.2979,0.090664,300,20,0,1464,0,0,1), - (29036,4729,1,7345,0,-1111.94,1515.51,60.3261,1.40369,300,20,0,1464,0,0,1), - (29037,4729,1,7345,0,-1049.84,1385.91,63.6663,1.39935,300,20,0,1464,0,0,1), - (29038,4729,1,7345,0,-1343.68,1411.44,62.0102,6.04152,300,20,0,1464,0,0,1), - (29039,4729,1,7345,0,-1011.37,1616.12,61.5551,0.105881,300,20,0,1464,0,0,1), - (29040,4729,1,7345,0,-1064.26,2117.47,61.2361,3.2624,300,20,0,1464,0,0,1), - (29041,4729,1,7345,0,-1015.06,1656.13,61.5675,1.29974,300,20,0,1464,0,0,1), - (29042,4729,1,7345,0,-957.107,1607.81,61.2361,5.58978,300,20,0,1464,0,0,1), - (29043,4729,1,7345,0,-1213.25,1487.71,61.4532,5.67883,300,5,0,1464,0,0,1), - (29044,4729,1,7345,0,-1337.64,2303.52,93.6779,3.93554,300,20,0,1464,0,0,1), - (29045,4729,1,7345,0,-1149.48,2282.66,92.5206,4.71247,300,20,0,1464,0,0,1), - (29046,4729,1,7345,0,-1089.61,2217.4,69.6456,3.12792,300,5,0,1464,0,0,1), - (29047,4729,1,7345,0,-918.098,1720.86,61.6117,2.34209,300,5,0,1464,0,0,1), - (29048,4729,1,7345,0,-952.461,1680.07,61.7989,4.02309,300,20,0,1464,0,0,1), - (29062,5760,1,4426,0,-1818.57,1673.18,61.8251,2.85864,550,5,0,4572,0,0,2), - (29063,13697,1,14425,0,-1465.35,2790.2,94.5739,4.44064,550,0,0,5736,1534,0,0), - (29064,13698,1,150,0,132.224,1363.84,199.158,2.26893,300,0,0,2766,1432,0,0), - (29065,13699,1,13672,0,-1876.34,3025.16,19.3455,4.45059,300,0,0,1200,0,0,0), - (29066,6019,1,7127,0,-1401.4,2082.97,61.939,3.9619,300,0,0,1605,0,0,0), - (29067,5771,1,4696,0,-1879.11,1719.84,62.1328,5.95271,300,0,0,1410,1283,0,0), - (29068,4498,1,4171,0,-1150.1,1884.43,88.8391,1.98968,300,0,0,2016,0,0,0), - (29069,13717,1,9419,0,-2146.27,1963.47,84.239,0.715585,300,0,0,2666,0,0,0), - (29070,13718,1,9426,0,-1417.84,2969.18,124.195,1.51197,550,0,0,3804,1332,0,0), - (29071,1182,1,2070,0,215.07,1242.78,197.284,3.33358,300,0,0,2972,0,0,0), - (29072,12960,1,12916,0,243.016,1238.59,192.236,0.261799,300,0,0,2471,0,0,0), - (29073,9636,1,10692,0,-1153.31,1941.54,88.9524,5.13127,300,0,0,2568,0,0,0), - (29074,11685,1,9440,0,-1361.74,2854.74,87.8492,2.31688,300,5,0,1077,3191,0,2), - (29075,11685,1,9440,0,-1431.37,2990.85,115.053,5.54324,300,0,0,1077,3191,0,0), - (29076,11686,1,11638,0,-1391.58,2865.86,77.7789,2.14308,300,5,0,1892,0,0,1), - (29077,11686,1,11638,0,-1423.82,2981.11,133.223,6.13505,300,5,0,1892,0,0,2), - (29078,11686,1,11638,0,-1459.92,2955.47,122.992,5.13127,300,0,0,1892,0,0,2), - (29079,11686,1,11638,0,-1445.02,3002.65,115.233,3.27615,300,5,0,1892,0,0,1), - (29080,11686,1,11638,0,-1419.15,2925,94.6432,0.645772,300,0,0,1892,0,0,0), - (29081,11687,1,11639,0,-1434.84,2939.99,94.6049,0.323099,300,5,0,1691,0,0,1), - (29082,11687,1,11639,0,-1434,2867.14,87.3397,1.35951,300,5,0,1691,0,0,1), - (29083,11687,1,11639,0,-1398.9,2843.77,78.0613,1.8723,300,5,0,1691,0,0,1), - (29084,11687,1,11639,0,-1439.69,2964.53,124.089,6.02715,300,5,0,1691,0,0,1), - (29085,11687,1,11639,0,-1400.65,2958.68,126.832,4.75196,300,5,0,1691,0,0,1), - (29086,11687,1,11639,0,-1497.31,2957.93,120.813,4.18708,300,5,0,1691,0,0,1), - (29087,11687,1,11639,0,-1454.4,2987.86,114.61,3.95155,300,5,0,1691,0,0,1), - (29088,13737,1,2722,0,149.931,1356.59,197.556,4.83456,300,0,0,2100,1097,0,0), - (29089,13737,1,2722,0,140.919,1350.38,197.556,6.26573,300,0,0,2100,1097,0,0), - (29090,13737,1,2722,0,-1875.75,3015.39,20.6904,5.13127,300,0,0,2100,1097,0,0), - (29091,13737,1,2722,0,-1882.36,3028.11,18.7648,6.16101,300,0,0,2100,1097,0,0), - (29092,13737,1,2722,0,-1873.48,3025.41,19.0721,3.94444,300,0,0,2100,1097,0,0), - (29093,2989,1,3786,0,-1933.96,462.132,136.501,2.11185,300,0,0,137,0,0,0), - (29094,2989,1,3785,0,-1903.41,422.315,138.288,5.2709,300,0,0,137,0,0,0), - (29095,2989,1,3785,0,-1945.8,462.901,136.117,1.95477,300,0,0,137,0,0,0), - (29097,2989,1,3785,0,-1958.69,462.581,136.068,1.50098,300,0,0,137,0,0,0), - (29098,2989,1,3785,0,-1914.4,454.093,136.663,1.0472,300,0,0,137,0,0,0), - (29100,2989,1,3786,0,-1980.58,459.359,137.267,0.959931,300,0,0,137,0,0,0), - (29101,2989,1,3786,0,-1947.3,421.342,133.983,4.40665,300,5,0,137,0,0,1), - (29102,8878,1,8169,0,-1241.63,1734,89.9728,4.79965,300,0,0,2471,0,0,0), - (29103,11438,1,11461,0,-716.667,1431.25,90.3854,0.785398,300,0,0,2972,0,0,0), - (29106,2990,1,3787,0,-1942.3,439.655,133.965,4.5965,300,5,0,143,319,0,1), - (29110,6068,1,172,0,-1586.08,844.74,114.331,0.381566,300,5,0,1402,0,0,1), - (29111,6068,1,172,0,-1589.26,849.507,114.456,2.76489,300,5,0,1402,0,0,1), - (29112,11715,1,11683,0,185.94,1153.64,168.344,2.58309,300,0,0,2972,0,0,0), - (29113,10182,1,11660,0,-3211.73,2217.37,33.8259,0.12586,550,0,0,22795,0,0,2), - (29114,12239,1,12372,0,-1254.52,2910.1,73.339,3.99549,550,0,0,4953,0,0,0), - (29115,12240,1,12371,0,-1360.96,2899.67,73.4338,5.77704,550,0,0,5148,0,0,0), - (29116,12241,1,12374,0,-1359.63,2624.12,79.3354,1.11701,550,0,0,5148,0,0,0), - (29118,8150,1,7371,0,255.034,1257.52,192.224,3.35103,300,0,0,2471,0,0,0), - (29120,8151,1,7368,0,255.246,1306.5,191.938,4.32529,300,0,0,3294,0,0,0), - (29121,8151,1,7369,0,194.035,1330.81,191.932,2.36593,300,0,0,3294,0,0,0), - (29122,8151,1,7368,0,-35.2291,1203.3,98.4565,0.72028,300,0,0,3294,0,0,0), - (29123,8151,1,7368,0,144.242,1180.82,166.306,4.09499,300,0,0,3294,0,0,0), - (29124,8151,1,7369,0,73.2521,1215.15,158.847,5.72865,300,0,0,3294,0,0,0), - (29125,8151,1,7368,0,170.319,1300.75,189.682,3.33008,300,0,0,3294,0,0,0), - (29126,8151,1,7369,0,272.767,1264.54,190.042,2.31621,300,0,0,3294,0,0,2), - (29127,8151,1,7368,0,160.393,1340.62,197.473,0.987912,300,0,0,3294,0,0,2), - (29128,8151,1,7369,0,119.995,1337.48,190.998,4.12299,300,0,0,3294,0,0,0), - (29129,8151,1,7369,0,-18.8596,1185.2,100.773,5.8579,300,0,0,3294,0,0,0), - (29130,8151,1,7368,0,68.4149,1229.09,160.472,3.22267,300,0,0,3294,0,0,0), - (29131,8151,1,7368,0,168.95,1198.4,166.406,6.11662,300,0,0,3294,0,0,0), - (29132,8152,1,7372,0,-1144.79,1931.35,89.2302,4.60767,300,0,0,2471,0,0,0), - (29133,8153,1,7370,0,-1236.88,1749.59,90.3568,5.46288,300,0,0,2666,0,0,0), - (29134,8154,1,7378,0,-1228.71,1721.61,89.9293,0.152196,300,5,0,3294,0,0,2), - (29135,8154,1,7378,0,-1196.74,1742.48,94.7171,2.46345,300,5,0,3294,0,0,1), - (29136,8154,1,7374,0,-1269.52,1725.08,87.5774,0.764863,300,5,0,3294,0,0,1), - (29137,8154,1,7374,0,-1161.24,1865.3,93.6688,1.17796,300,5,0,3294,0,0,2), - (29138,8154,1,7377,0,-1314.16,1694.27,89.9324,5.93955,300,5,0,3294,0,0,1), - (29139,8154,1,7378,0,-1152.14,1912.73,88.9619,1.27724,300,5,0,3294,0,0,2), - (29140,13019,1,4707,0,-451.788,1753.09,153.571,4.86947,300,0,0,919,2457,0,0), - (29141,5600,1,4860,0,-795.566,934.17,90.5846,2.77507,300,0,0,1341,0,0,0), - (29142,5601,1,9433,0,-1958.45,1268.37,91.6906,1.02974,300,6,0,1550,0,0,2), - (29143,5602,1,9427,0,-2410.73,2412.8,75.4217,1.25664,300,0,0,1377,0,0,0), - (29144,4075,1,1141,0,-1274.94,2019.76,50.2692,3.26257,300,20,0,8,0,0,1), - (29145,4075,1,1141,0,-977.768,2438.25,95.0699,3.19086,300,20,0,8,0,0,1), - (29146,4075,1,1141,0,-722.573,1680.68,89.3606,3.32405,300,20,0,8,0,0,1), - (29147,4075,1,1141,0,-1518.16,1523.29,62.7853,2.89709,300,20,0,8,0,0,1), - (29148,4075,1,1141,0,75.8674,1654.64,106.393,4.09715,300,20,0,8,0,0,1), - (29149,4075,1,1141,0,-199.28,882.391,91.2275,0.94998,300,20,0,8,0,0,1), - (29150,4075,1,1141,0,-1276.04,2086.46,62.9008,2.54733,300,20,0,8,0,0,1), - (29151,4075,1,1141,0,-485.417,1568.75,92.2055,6.21128,300,20,0,8,0,0,1), - (29152,4075,1,1141,0,-1915.96,2853.39,53.3777,2.87674,300,20,0,8,0,0,1), - (29153,4075,1,1141,0,-90.7814,1297.74,91.2912,0.135884,300,20,0,8,0,0,1), - (29154,4075,1,1141,0,-1021.18,2033.42,62.1427,5.3096,300,20,0,8,0,0,1), - (29155,4075,1,1141,0,-1349.66,1956.42,52.7211,0.444714,300,0,0,8,0,0,0), - (29156,4075,1,1141,0,-1304.03,1369.43,61.485,1.12209,300,20,0,8,0,0,1), - (29157,4075,1,1141,0,-1390.39,1859.05,50.2692,3.25216,300,20,0,8,0,0,1), - (29158,4075,1,1141,0,-921.774,2250.74,88.6816,6.15561,300,20,0,8,0,0,1), - (29159,4075,1,1141,0,-954.128,1897.25,61.4253,2.69771,300,20,0,8,0,0,1), - (29160,4075,1,1141,0,-534.053,1832.04,94.6556,6.08245,300,20,0,8,0,0,1), - (29161,4075,1,1141,0,-96.9907,1484.08,99.3328,2.89806,300,20,0,8,0,0,1), - (29162,4075,1,1141,0,-1908.83,2376.58,60.607,3.59702,300,20,0,8,0,0,1), - (29163,4075,1,1141,0,-1507.34,1203.98,98.9766,1.61992,300,20,0,8,0,0,1), - (29164,4075,1,1141,0,-988.542,1405.21,62.881,3.36868,300,20,0,8,0,0,1), - (29165,4075,1,1141,0,-689.583,1772.64,92.5026,4.71239,300,20,0,8,0,0,1), - (29166,4075,1,1141,0,229.479,1812.55,87.729,3.28363,300,20,0,8,0,0,1), - (29167,4075,1,1141,0,-973.133,1645.54,61.2361,1.73563,300,20,0,8,0,0,1), - (29168,4075,1,1141,0,-156.771,1100.52,84.8755,6.09425,300,20,0,8,0,0,1), - (29169,4075,1,1141,0,-762.546,2154.78,95.852,1.75537,300,20,0,8,0,0,1), - (29170,4075,1,1141,0,-793.522,2377.43,93.6138,2.07308,300,20,0,8,0,0,1), - (29171,4075,1,1141,0,-573.991,856.398,91.1244,6.02109,300,20,0,8,0,0,1), - (29172,4075,1,1141,0,-618.237,945.573,93.2054,6.06769,300,20,0,8,0,0,1), - (29173,4075,1,1141,0,-97.9312,1484.6,99.5005,3.15331,300,20,0,8,0,0,1), - (29174,4075,1,1141,0,-1694.35,1915.25,60.9387,5.44632,300,20,0,8,0,0,1), - (29175,4075,1,1141,0,-1825.39,2496.56,63.0393,3.75879,300,20,0,8,0,0,1), - (29176,4076,1,2177,0,-469.443,905.794,90.3661,2.34177,300,20,0,8,0,0,1), - (29177,4076,1,2177,0,-541.526,1353.55,91.7185,0.965993,300,20,0,8,0,0,1), - (29178,4076,1,2177,0,-2085.51,1693.13,61.5896,3.4791,300,20,0,8,0,0,1), - (29179,4076,1,2177,0,-1116.17,768.608,142.005,4.73387,300,20,0,8,0,0,1), - (29180,4076,1,2177,0,248.019,2005.23,146.837,1.15164,300,20,0,8,0,0,1), - (29181,4076,1,2177,0,-855.833,735.553,155.161,1.90433,300,20,0,8,0,0,1), - (29182,4076,1,2177,0,-1755.81,1467.08,61.2598,5.5498,300,20,0,8,0,0,1), - (29183,4076,1,2177,0,-1803.74,2523.43,64.6586,4.0767,300,20,0,8,0,0,1), - (29184,4076,1,2177,0,-1180.34,1060.46,89.8482,1.10126,300,20,0,8,0,0,1), - (29185,4076,1,2177,0,-2004.08,1178.38,96.0324,2.91223,300,20,0,8,0,0,1), - (29186,4076,1,2177,0,-1756.97,2278.43,66.0255,4.05503,300,20,0,8,0,0,1), - (29187,4076,1,2177,0,-358.4,1958.35,110.054,3.51956,300,20,0,8,0,0,1), - (29188,4076,1,2177,0,-2096.41,1835.89,59.9914,3.90836,300,20,0,8,0,0,1), - (29189,4076,1,2177,0,-637.413,2206.09,96.8589,5.0363,300,20,0,8,0,0,1), - (29190,4076,1,2177,0,-979.553,1995.84,58.6186,4.42339,300,20,0,8,0,0,1), - (29191,4076,1,2177,0,-2099.58,2369.83,60.2294,5.3298,300,20,0,8,0,0,1), - (29192,4076,1,2177,0,-1147.32,1217.57,95.284,2.50139,300,20,0,8,0,0,1), - (29193,4076,1,2177,0,-245.879,1353.17,89.052,0.336976,300,20,0,8,0,0,1), - (29194,4076,1,2177,0,176.268,1822.94,89.977,0.94217,300,20,0,8,0,0,1), - (29195,4076,1,2177,0,-1026.92,1160.42,91.2178,5.48466,300,20,0,8,0,0,1), - (29196,4076,1,2177,0,-1582.23,1806.83,61.1894,5.26423,300,20,0,8,0,0,1), - (29197,12277,1,12409,0,-1151.77,2707.09,111.197,2.51327,300,0,0,2376,0,0,0), - (29198,11259,1,11469,0,-1221.01,1742.1,90.7142,5.61996,300,0,0,2471,0,0,0), - (29199,12027,1,12039,0,-1701.76,3112.57,32.7567,4.64258,300,0,0,1605,0,0,0), - (29200,12028,1,12042,0,-1694.69,3195.35,8.03622,3.33358,300,0,0,1605,0,0,0), - (29201,12030,1,12041,0,-1637.97,3188.65,29.9849,2.42601,300,0,0,1454,0,0,0), - (29202,12031,1,12037,0,-1705.49,3215.33,8.01613,3.76991,300,0,0,1605,0,0,0), - (29203,6145,1,4878,0,1538.61,71.2577,-10.5241,3.51644,300,5,0,42,0,0,1), - (29204,6145,1,4878,0,1554.48,4.92003,-6.26897,2.77463,300,5,0,42,0,0,1), - (29205,6145,1,4878,0,1529.43,145.289,-4.44338,1.82937,300,5,0,42,0,0,1), - (29206,6145,1,4878,0,1592.62,216.624,-4.30997,1.59333,300,5,0,42,0,0,1), - (29207,12043,1,12059,0,984.601,1029.31,105.565,1.98968,300,0,0,1764,0,0,0), - (29208,12816,1,12709,0,-177.568,-233.317,8.87961,5.84685,300,0,0,1240,0,0,0), - (29209,6167,1,12682,0,485.662,1603.12,4.84034,4.67135,300,0,0,912,0,0,0), - (29210,5915,1,2281,0,2518.53,1875.96,368.184,4.43314,43200,0,0,2319,811,0,0), - (29211,12579,1,2295,0,900.679,1743.99,-11.4967,1.14473,300,0,0,2250,0,0,0), - (29212,5928,1,11012,0,1738.61,839.922,136.484,0.975841,43200,0,0,2400,0,0,2), - (29213,5930,1,10875,0,655.693,1798.58,-13.6838,3.76643,43200,0,0,2196,1512,0,0), - (29214,5931,1,4600,0,1212.69,-11.0859,-4.22585,1.3244,43200,0,0,1953,0,0,0), - (29215,5932,1,487,0,1152.17,93.8365,-7.14718,0.907571,43200,0,0,1669,0,0,0), - (29216,11821,1,11751,0,-173.265,-331.165,9.80138,2.30383,300,0,0,1605,0,0,0), - (29217,7730,1,9804,0,923.011,912.322,105.378,5.55015,300,0,0,2284,0,0,0), - (29218,7730,1,9804,0,1003.81,909.281,107.418,1.19834,300,3,0,2284,0,0,1), - (29219,7730,1,9804,0,923.422,818.217,106.785,5.68977,300,0,0,2284,0,0,0), - (29220,7730,1,9804,0,677.768,1356.03,18.5525,0.279253,300,0,0,2284,0,0,0), - (29221,7730,1,9802,0,919.611,1068.59,105.718,3.36848,300,0,0,2284,0,0,0), - (29222,7730,1,9803,0,694.839,1350.2,16.1775,1.76278,300,0,0,2284,0,0,0), - (29223,7730,1,9802,0,980.141,978.151,104.628,4.2586,300,0,0,2284,0,0,0), - (29224,7730,1,9805,0,986.748,971.963,104.555,3.97935,300,0,0,2284,0,0,0), - (29225,7730,1,9804,0,934.863,930.715,104.185,1.46914,300,5,0,2284,0,0,2), - (29226,7730,1,9805,0,1023.03,1001.41,105.651,2.40855,300,0,0,2284,0,0,0), - (29227,7730,1,9802,0,1022.51,1005.26,105.505,3.75246,300,0,0,2284,0,0,0), - (29228,7730,1,9805,0,943.829,925.879,104.801,4.30828,300,5,0,2284,0,0,1), - (29229,7730,1,9804,0,940.703,1060.5,106.659,1.8378,300,5,0,2284,0,0,1), - (29230,7730,1,9804,0,855.055,1068.11,137.556,5.5082,300,5,0,2284,0,0,2), - (29231,7730,1,9805,0,929.829,864.295,105.346,1.59654,300,5,0,2284,0,0,2), - (29232,7730,1,9802,0,937.512,822.863,105.635,4.38078,300,0,0,2284,0,0,0), - (29233,7731,1,6551,0,893.652,927.947,106.364,5.70723,300,0,0,1605,0,0,0), - (29234,4407,1,2427,0,2682.83,1466.45,233.792,4.62512,600,0,0,7423,7071,0,0), - (29235,4409,1,2432,0,2394.43,1812.36,391.783,6.12611,300,0,0,2097,0,0,0), - (29236,10048,1,9267,0,917.614,905.439,105.418,5.77704,300,0,0,4484,0,0,0), - (29237,11074,1,10611,0,1054.63,844.314,165.124,5.07891,300,0,0,3077,0,0,0), - (29238,8518,1,12043,0,2366.03,1795.21,364.981,3.28122,600,0,0,2715,0,0,0), - (29239,16458,1,10582,0,2729.88,1498.14,237.593,4.04916,300,0,0,1605,0,0,0), - (29240,9549,1,8668,0,992.181,1030.96,105.676,2.23402,300,0,0,1605,0,0,0), - (29241,11856,1,11789,0,129.705,-342.522,3.67976,3.59538,300,0,0,354,0,0,0), - (29242,1420,1,901,0,-3514.13,-2752,31.0573,2.8088,360,10,0,8,0,0,1), - (29243,11858,1,11791,0,112.524,-350.556,4.4975,3.59538,300,0,0,417,0,0,0), - (29244,3411,1,4357,0,-188.424,-347.647,8.87371,2.58309,300,0,0,1240,0,0,0), - (29245,11860,1,11797,0,925.298,940.918,105.575,0.645772,300,0,0,1605,0,0,0), - (29246,11861,1,11795,0,831.234,939.914,155.071,2.14675,300,0,0,1240,0,0,0), - (29247,11862,1,5562,0,820.882,938.539,154.973,5.33142,300,0,0,1240,0,0,0), - (29248,11864,1,11796,0,1015.68,928.041,103.519,1.29154,300,0,0,1240,0,0,0), - (29249,4188,1,13189,0,2677.28,1507.65,234.948,4.93928,300,0,0,719,0,0,0), - (29250,4197,1,4105,0,-180.86,-331.135,9.7653,0.977384,300,0,0,919,0,0,0), - (29251,4198,1,2240,0,949.228,1002.23,103.836,2.32129,300,0,0,1605,2175,0,0), - (29252,4201,1,7156,0,878.289,365.192,23.2634,6.16101,300,0,0,919,0,0,0), - (29253,2914,1,1206,0,-3107.47,-4044.48,21.4025,4.64024,360,10,0,8,0,0,1), - (29254,4202,1,3885,0,1605.99,96.7067,98.5654,0.191986,300,0,0,840,0,0,0), - (29255,883,1,347,0,2384.51,1247.99,301.714,4.46362,300,10,0,1,0,0,1), - (29256,6145,1,4878,0,-2568.63,-4210.87,-8.91969,4.79489,360,5,0,42,0,0,1), - (29257,883,1,347,0,2440.03,1401.67,270.107,0.380144,300,5,0,1,0,0,1), - (29258,1412,1,134,0,2663.34,1305.89,266.882,6.0465,300,15,0,8,0,0,1), - (29259,1412,1,134,0,1433.44,-226.665,16.9846,4.46739,300,5,0,8,0,0,1), - (29260,1420,1,901,0,-3753.21,-2799.39,29.5224,6.15592,360,10,0,8,0,0,1), - (29261,2914,1,1206,0,-4537.93,-3059.87,31.0224,0.25554,360,10,0,8,0,0,1), - (29262,1412,1,134,0,1353.57,-79.284,7.18725,4.30651,300,5,0,8,0,0,1), - (29263,1412,1,134,0,-189.362,-663.893,2.5616,2.46838,300,5,0,8,0,0,1), - (29264,1412,1,134,0,-18.0031,-505.159,-42.4997,4.20369,300,5,0,8,0,0,1), - (29265,1412,1,134,0,615.668,347.303,51.46,2.18424,300,15,0,8,0,0,1), - (29266,1412,1,134,0,2547.41,1737.88,319.34,2.07909,300,3,0,8,0,0,1), - (29267,1412,1,134,0,176.474,-413.781,9.19694,4.36381,300,5,0,8,0,0,1), - (29268,1412,1,134,0,1426.37,707.79,149.076,2.92971,300,5,0,8,0,0,1), - (29269,1412,1,134,0,1684.16,50.5777,131.546,4.68546,300,3,0,8,0,0,1), - (29270,1412,1,134,0,2595.23,1578.65,266.472,0.934704,300,5,0,8,0,0,1), - (29271,1412,1,134,0,2333.37,1566.61,281.516,0.795774,300,15,0,8,0,0,1), - (29272,1412,1,134,0,1277.71,-456.465,20.8082,4.59482,300,5,0,8,0,0,1), - (29273,1412,1,134,0,1524.02,734.071,140.555,1.89872,300,5,0,8,0,0,1), - (29274,1412,1,134,0,965.694,217.816,22.9362,2.04029,300,5,0,8,0,0,1), - (29275,1412,1,134,0,112.383,-551.376,0.53252,2.52975,300,5,0,8,0,0,1), - (29276,1420,1,901,0,-3836.05,-3125.14,41.6337,2.88477,360,10,0,8,0,0,1), - (29277,2914,1,1206,0,-2784.22,-3121.83,29.4995,0.398996,360,10,0,8,0,0,1), - (29278,4412,1,2546,0,-3242.68,-3281.28,51.557,2.35343,360,10,0,1536,0,0,1), - (29279,1412,1,134,0,43.3223,-758.761,-14.1941,3.92699,300,5,0,8,0,0,1), - (29280,1412,1,134,0,155.06,-721.428,-2.88956,4.46741,300,5,0,8,0,0,1), - (29281,1412,1,134,0,984.489,673.161,113.865,3.81363,300,5,0,8,0,0,1), - (29282,1412,1,134,0,-47.7502,-752.941,3.08177,4.84765,300,5,0,8,0,0,1), - (29283,1412,1,134,0,1513.89,-564.314,63.5546,2.73606,300,5,0,8,0,0,1), - (29284,1412,1,134,0,1731.26,736.741,142.193,3.37462,300,15,0,8,0,0,1), - (29285,1412,1,134,0,1582.7,-150.817,37.2409,2.0347,300,5,0,8,0,0,1), - (29286,1412,1,134,0,-171.363,-597.349,1.2963,1.5298,300,5,0,8,0,0,1), - (29287,1412,1,134,0,122.687,-19.4509,26.5787,1.56752,300,15,0,8,0,0,1), - (29288,1412,1,134,0,900.154,623.591,95.3309,6.21083,300,15,0,8,0,0,1), - (29289,1412,1,134,0,13.1474,-104.94,25.5801,3.87417,300,5,0,8,0,0,1), - (29290,1412,1,134,0,-161.416,-286.741,6.99685,2.87671,300,5,0,8,0,0,1), - (29291,1412,1,134,0,411.07,339.795,46.335,4.41533,300,15,0,8,0,0,1), - (29292,1412,1,134,0,1842.95,933.711,148.622,1.28364,300,5,0,8,0,0,1), - (29293,1412,1,134,0,2367.22,1124.02,309.51,5.5109,300,2,0,8,0,0,1), - (29294,1412,1,134,0,256.482,290.959,47.2146,3.29732,300,5,0,8,0,0,1), - (29295,1412,1,134,0,-36.5322,-517.285,-45.8444,4.67049,300,5,0,8,0,0,1), - (29296,11910,1,11881,0,150.614,-852.216,-0.286712,2.48085,300,15,0,300,0,0,2), - (29297,11910,1,11880,0,144.394,-830.705,-1.99603,3.27592,300,5,0,300,0,0,1), - (29298,11910,1,11878,0,155.447,-889.792,5.59541,3.10338,300,0,0,300,0,0,0), - (29299,11910,1,11880,0,148.184,-839.152,-1.83617,5.05833,300,15,0,300,0,0,1), - (29300,11910,1,11879,0,111.192,-735.438,-13.7338,2.63287,300,5,0,300,0,0,1), - (29301,11910,1,11878,0,110.503,-797.359,-7.43531,2.62786,300,0,0,300,0,0,0), - (29302,11910,1,11880,0,103.469,-845.213,-1.3818,1.20331,300,0,0,300,0,0,0), - (29303,11910,1,11879,0,53.6246,-779.285,-7.41269,2.74017,300,0,0,300,0,0,0), - (29304,11910,1,11879,0,46.2388,-787.672,-7.38928,5.38405,300,5,0,300,0,0,1), - (29305,11910,1,11878,0,110.581,-836.11,-1.8818,3.2396,300,0,0,300,0,0,0), - (29306,11910,1,11881,0,102,-743.944,-15.0742,3.97935,300,0,0,300,0,0,0), - (29307,11910,1,11880,0,12.6969,-701.354,-19.0471,0.436332,300,0,0,300,0,0,0), - (29308,11910,1,11879,0,58.5667,-730.387,-20.7827,2.87304,300,5,0,300,0,0,1), - (29309,11910,1,11881,0,72.8767,-735.993,-20.6697,2.53073,300,0,0,300,0,0,0), - (29310,11910,1,11880,0,-6.88344,-703.117,-19.0054,4.46212,300,5,0,300,0,0,1), - (29311,11910,1,11880,0,-35.024,-571.405,-42.5974,2.8211,300,15,0,300,0,0,1), - (29312,11910,1,11878,0,-36.5416,-475.936,-43.2897,5.50331,300,5,0,300,0,0,1), - (29313,11911,1,11884,0,90.8479,-756.484,-16.0392,1.1157,300,10,0,300,0,0,1), - (29314,11911,1,11885,0,170.035,-885.732,4.99017,2.07937,300,10,0,300,0,0,1), - (29315,11911,1,11883,0,193.153,-906.409,9.22982,0.423785,300,5,0,300,0,0,1), - (29316,11911,1,11882,0,116.137,-804.653,-7.37103,0.904058,300,0,0,300,0,0,0), - (29317,11911,1,11882,0,99.9996,-746.537,-15.3107,0.907571,300,0,0,300,0,0,0), - (29318,11911,1,11885,0,111.877,-754.473,-14.2538,2.75762,300,0,0,300,0,0,0), - (29319,11911,1,11882,0,114.997,-843.588,-1.87176,2.18897,300,0,0,300,0,0,0), - (29320,11911,1,11882,0,145.502,-793.355,-7.17125,3.2847,300,5,0,300,0,0,1), - (29321,11911,1,11884,0,169.885,-897.803,5.85305,4.01426,300,0,0,300,0,0,0), - (29322,11911,1,11884,0,112.535,-770.897,-14.0603,1.52621,300,5,0,300,0,0,1), - (29323,11911,1,11885,0,123.015,-797.72,-7.43531,4.7091,300,0,0,300,0,0,0), - (29324,11911,1,11883,0,103.92,-766.237,-15.0923,3.05433,300,0,0,300,0,0,0), - (29325,11911,1,11885,0,180.499,-888.993,7.74017,2.33148,300,0,0,300,0,0,0), - (29326,11911,1,11882,0,86.3244,-772.38,-16.0811,3.00758,300,10,0,300,0,0,1), - (29327,11911,1,11883,0,-3.27821,-777.738,-0.876476,1.13634,300,0,0,300,0,0,0), - (29328,11911,1,11882,0,-4.74903,-770.421,-1.25148,5.72118,300,0,0,300,0,0,0), - (29329,11911,1,11882,0,-28.6047,-775.482,2.87352,5.12744,300,5,0,300,0,0,1), - (29330,11911,1,11884,0,-27.3226,-778.962,3.24852,2.39638,300,5,0,300,0,0,1), - (29331,11911,1,11883,0,50.1916,-775.525,-7.41269,5.06145,300,0,0,300,0,0,0), - (29332,11911,1,11885,0,52.7727,-815.458,-5.79843,0.849024,300,15,0,300,0,0,1), - (29333,11911,1,11882,0,52.0833,-789.584,-7.38928,1.42043,300,0,0,300,0,0,0), - (29334,11911,1,11883,0,74.5466,-835.102,-5.24944,4.3929,300,5,0,300,0,0,1), - (29335,11911,1,11882,0,73.6362,-726.241,-20.7274,3.85718,300,0,0,300,0,0,0), - (29336,11911,1,11883,0,63.8664,-745.419,-19.2455,6.27877,300,5,0,300,0,0,1), - (29337,11911,1,11885,0,64.4562,-718.967,-20.5327,3.40718,300,5,0,300,0,0,1), - (29338,11911,1,11885,0,-211.562,-701.865,3.94121,4.24894,300,3,0,300,0,0,1), - (29339,11911,1,11883,0,-14.5638,-693.197,-19.2577,4.2318,300,5,0,300,0,0,2), - (29340,11911,1,11883,0,-24.5696,-707.175,-12.647,1.12396,300,5,0,300,0,0,1), - (29341,11911,1,11884,0,-170.819,-664.651,1.25788,4.59992,300,10,0,300,0,0,1), - (29342,11911,1,11885,0,1.7731,-685.153,-19.0681,2.80748,300,5,0,300,0,0,1), - (29343,11911,1,11882,0,5.32015,-697.773,-19.0471,2.05949,300,0,0,300,0,0,0), - (29344,11911,1,11882,0,15.7395,-687.727,-19.0144,2.93215,300,0,0,300,0,0,0), - (29345,11911,1,11885,0,32.7501,-641.267,-27.6324,0.998281,300,5,0,300,0,0,1), - (29346,11912,1,11876,0,125,-553.438,1.95321,3.85718,300,0,0,328,0,0,0), - (29347,11912,1,11876,0,195.054,-445.421,17.1658,1.18513,300,5,0,328,0,0,1), - (29348,11912,1,11876,0,94.5783,-482.316,15.8381,3.10745,300,5,0,328,0,0,1), - (29349,11912,1,11877,0,139.698,-563.851,1.31858,1.09599,300,5,0,328,0,0,1), - (29350,11912,1,11874,0,84.7337,-468.692,14.5881,3.41359,300,5,0,328,0,0,1), - (29351,11912,1,11875,0,166.222,-900.456,5.75856,0.994838,300,0,0,328,0,0,0), - (29352,11912,1,11877,0,119.301,-548.524,2.2757,4.85202,300,0,0,328,0,0,0), - (29353,11912,1,11876,0,85.5339,-447.177,14.3381,2.56135,300,5,0,328,0,0,1), - (29354,11912,1,11875,0,105.644,-552.875,-0.001173,1.57928,300,5,0,328,0,0,1), - (29355,11912,1,11875,0,135.102,-579.677,-0.357032,4.60767,300,0,0,328,0,0,0), - (29356,11912,1,11876,0,197.377,-486.008,16.1506,0.196632,300,5,0,328,0,0,1), - (29357,11912,1,11877,0,-11.0977,-783.917,1.22656,1.309,300,0,0,328,0,0,0), - (29358,11912,1,11877,0,97.7314,-635.708,-5.16264,4.31096,300,0,0,328,0,0,0), - (29359,11912,1,11876,0,118.664,-587.459,-1.20888,1.97222,300,0,0,328,0,0,0), - (29360,11912,1,11877,0,131.526,-591.877,-0.266049,3.03687,300,0,0,328,0,0,0), - (29361,11912,1,11874,0,110.314,-589.09,-1.37842,0.733038,300,0,0,328,0,0,0), - (29362,11912,1,11875,0,99.9571,-651.068,-4.05949,2.35619,300,0,0,328,0,0,0), - (29363,11912,1,11874,0,92.8747,-370.466,4.27746,4.84723,300,5,0,328,0,0,1), - (29364,11912,1,11875,0,122.741,-359.846,3.39204,4.46804,300,0,0,328,0,0,0), - (29365,11912,1,11874,0,101.952,-241.196,6.64679,2.51327,300,0,0,328,0,0,0), - (29366,11912,1,11876,0,114.141,-272.448,5.29427,5.81456,300,5,0,328,0,0,1), - (29367,11912,1,11874,0,106.611,-254.895,6.02179,5.82476,300,5,0,328,0,0,1), - (29368,11912,1,11875,0,106.818,-329.647,3.20258,1.61656,300,5,0,328,0,0,1), - (29369,11912,1,11874,0,90.6986,-261.466,5.21812,2.02458,300,0,0,328,0,0,0), - (29370,4489,1,3907,0,1429.03,-602.057,62.854,1.16937,300,0,0,2016,1067,0,0), - (29371,11913,1,11889,0,135.083,-540.326,3.09059,2.33874,300,0,0,285,790,0,0), - (29372,11913,1,11889,0,212.86,-467.912,20.4939,3.76295,300,5,0,285,790,0,1), - (29373,11913,1,11889,0,164.59,-403.634,7.06893,0.122719,300,5,0,285,790,0,1), - (29374,11913,1,11887,0,105.261,-434.633,16.4607,1.94334,300,5,0,285,790,0,1), - (29375,11913,1,11888,0,96.2718,-462.244,15.8381,6.20783,300,5,0,285,790,0,1), - (29376,11913,1,11888,0,130.145,-391.242,1.57325,1.90241,300,0,0,285,790,0,0), - (29377,11913,1,11887,0,123.828,-647.468,-0.806882,3.48496,300,5,0,285,790,0,1), - (29378,11913,1,11887,0,129.928,-407.535,2.56615,4.70554,300,5,0,285,790,0,1), - (29379,11913,1,11887,0,138.572,-581.196,-0.357032,3.54302,300,0,0,285,790,0,0), - (29380,11913,1,11888,0,110.04,-751.072,-14.4319,4.85202,300,0,0,285,790,0,0), - (29381,11913,1,11888,0,85.9395,-650.223,-6.54275,3.17088,300,5,0,285,790,0,1), - (29382,11913,1,11887,0,123.186,-610.954,1.2361,4.3388,300,5,0,285,790,0,1), - (29383,11913,1,11889,0,112.341,-572.52,-0.699453,4.99207,300,5,0,285,790,0,1), - (29384,7011,70,6010,0,-99.3593,220.256,-43.6977,2.80998,7200,0,0,1651,0,0,0), - (29385,11913,1,11889,0,17.1301,-703.873,-19.0408,2.07694,300,0,0,285,790,0,0), - (29386,11913,1,11888,0,162.647,-408.903,6.69393,5.47286,300,5,0,285,790,0,1), - (29387,11913,1,11889,0,114.775,-383.49,1.63651,4.46847,300,5,0,285,790,0,1), - (29388,11913,1,11886,0,130.895,-367.979,3.26151,5.61242,300,5,0,285,790,0,1), - (29389,11914,1,10225,0,136.009,-533.534,3.09059,4.01426,300,0,0,482,0,0,0), - (29390,11915,1,26,0,-38.2517,406.406,104.335,0.384885,300,3,0,318,357,0,1), - (29391,11915,1,26,0,-57.8361,383.311,108.427,0.215177,300,0,0,318,357,0,0), - (29392,11915,1,26,0,-87.2766,196.904,101.426,2.64622,300,5,0,318,357,0,1), - (29393,11915,1,26,0,-97.6734,185.591,96.6757,3.93072,300,2,0,318,357,0,1), - (29394,11915,1,26,0,-104.438,339.755,93.7979,1.97975,300,0,0,318,357,0,0), - (29396,11915,1,26,0,-42.9074,248.362,85.9696,0.261867,300,0,0,318,357,0,0), - (29397,11915,1,26,0,-78.6286,313.175,85.5264,1.07945,300,0,0,318,357,0,0), - (29398,11915,1,26,0,-0.328958,377.332,105.239,0.631095,300,3,0,318,357,0,1), - (29399,11915,1,26,0,-10.4559,399.835,102.67,0.849035,300,0,0,318,357,0,0), - (29400,11915,1,26,0,-35.729,299.959,90.0041,0.756904,300,5,0,318,357,0,1), - (29401,11915,1,26,0,-125.418,221.375,98.0963,3.52028,300,0,0,318,357,0,0), - (29402,11915,1,26,0,-92.7389,268.216,95.2352,1.84536,300,0,0,318,357,0,0), - (29403,11915,1,26,0,-16.9768,310.542,95.0842,0.525938,300,0,0,318,357,0,0), - (29404,11915,1,26,0,-62.7179,278.48,88.3207,4.54852,300,0,0,318,357,0,0), - (29405,11915,1,26,0,-35.7594,303.471,90.5136,5.83187,300,0,0,318,357,0,0), - (29406,11915,1,26,0,-130.91,207.525,91.0963,4.66615,300,5,0,318,357,0,2), - (29407,11915,1,26,0,-29.6255,340.315,98.1289,1.24287,300,0,0,318,357,0,0), - (29408,11915,1,26,0,-9.24038,358.066,104.741,4.23511,300,0,0,318,357,0,0), - (29409,11915,1,26,0,-113.318,211.236,98.496,2.00713,300,0,0,318,357,0,0), - (29410,11917,1,26,0,-103.565,392.575,95.5481,5.63851,300,5,0,300,856,0,1), - (29411,11917,1,26,0,-102.877,359.386,96.1244,0.713119,300,5,0,300,856,0,1), - (29412,11917,1,26,0,-48.177,334.004,118.754,0.23116,300,6,0,300,856,0,2), - (29413,11917,1,26,0,-120.406,377.267,94.6277,4.89596,300,5,0,300,856,0,1), - (29414,11917,1,26,0,-95.0294,340.365,116.902,1.21289,300,6,0,300,856,0,2), - (29415,11917,1,26,0,-41.146,364.752,119.692,1.61298,300,0,0,300,856,0,0), - (29416,11917,1,26,0,-90.9982,310.263,121.684,4.35137,300,0,0,300,856,0,0), - (29417,11917,1,26,0,-41.5304,399.889,105.665,0.721945,300,3,0,300,856,0,1), - (29418,11917,1,26,0,-11.2749,450.13,104.161,2.54267,300,0,0,300,856,0,0), - (29419,11917,1,26,0,-2.76746,360.057,108.765,5.46173,300,0,0,300,856,0,0), - (29420,11917,1,26,0,-45.2246,247.741,85.9696,3.40357,300,0,0,300,856,0,0), - (29421,11917,1,26,0,-35.448,299.482,89.991,1.07417,300,0,0,300,856,0,0), - (29422,11917,1,26,0,-97.2067,318.97,87.8313,3.59205,300,0,0,300,856,0,0), - (29423,11917,1,26,0,-12.5966,380.074,106.11,1.89599,300,0,0,300,856,0,0), - (29424,11917,1,26,0,7.93289,447.7,103.73,0.200303,300,0,0,300,856,0,0), - (29425,11917,1,26,0,-46.3783,279.651,90.1847,0.214299,300,0,0,300,856,0,0), - (29426,11917,1,26,0,-110.893,245.408,102.87,0.434493,300,0,0,300,856,0,0), - (29427,11917,1,26,0,-110.213,237.08,102.448,1.18067,300,0,0,300,856,0,0), - (29428,11917,1,26,0,-90.3974,259.903,96.7885,4.98695,300,5,0,300,856,0,2), - (29429,11917,1,26,0,-53.9914,272.637,88.3305,1.97585,300,5,0,300,856,0,1), - (29430,11917,1,26,0,-67.2892,274.189,87.7127,6.13879,300,0,0,300,856,0,0), - (29431,11917,1,26,0,-76.5529,312.704,85.5844,1.61925,300,0,0,300,856,0,0), - (29432,11917,1,26,0,-49.2597,313.528,90.4373,3.61085,300,0,0,300,856,0,0), - (29433,11917,1,26,0,-21.6501,338.753,98.3386,1.33127,300,5,0,300,856,0,2), - (29434,11918,1,26,0,-103.117,364.307,95.4404,5.66334,300,5,0,386,0,0,1), - (29435,11918,1,26,0,-103.635,329.714,118.825,3.47328,300,0,0,386,0,0,0), - (29436,11918,1,26,0,-58.9686,331.464,116.669,2.44865,300,0,0,386,0,0,0), - (29437,11918,1,26,0,-120.388,399.096,94.9328,2.21569,300,5,0,386,0,0,1), - (29438,11918,1,26,0,-63.404,376.642,120.454,1.7119,300,2,0,386,0,0,1), - (29439,11918,1,26,0,-48.2578,335.342,118.713,6.17664,300,0,0,386,0,0,0), - (29440,11918,1,26,0,-76.1697,345.43,113.173,0.234213,300,5,0,386,0,0,1), - (29442,11918,1,26,0,-136.867,376.045,95.3196,2.80252,300,5,0,386,0,0,1), - (29443,11918,1,26,0,-63.2287,343.849,122.137,2.01925,300,0,0,386,0,0,0), - (29444,11918,1,26,0,-5.76356,444.919,104.391,5.77121,300,0,0,386,0,0,0), - (29445,11918,1,26,0,-17.8449,394.829,104.88,2.15914,300,3,0,386,0,0,1), - (29446,11918,1,26,0,-87.3491,270.193,93.2213,3.84208,300,0,0,386,0,0,0), - (29447,11921,1,11348,0,511.902,708.578,80.1161,3.54302,300,0,0,1562,0,0,0), - (29448,3988,1,7230,0,1097.58,-171.882,5.05252,2.72301,300,0,0,449,0,0,0), - (29449,3988,1,7230,0,1210.04,-30.1524,-3.12624,4.80847,300,0,0,449,0,0,0), - (29450,3988,1,7230,0,1287.42,-260.53,-3.78784,0.513614,300,5,0,449,0,0,1), - (29451,3988,1,4100,0,1511.46,-211.459,32.1912,0.463407,300,0,0,449,0,0,0), - (29452,3988,1,7230,0,1074.58,-452.594,3.63456,5.76148,300,5,0,449,0,0,1), - (29453,3988,1,7230,0,1153.36,-378.436,2.97987,0.305101,300,5,0,449,0,0,1), - (29454,3988,1,7230,0,1297.73,-247.676,-4.91284,6.23412,300,5,0,449,0,0,1), - (29455,3988,1,7230,0,1532.91,-225.402,34.1934,2.2457,300,0,0,449,0,0,0), - (29456,3988,1,3935,0,1129.69,-381.771,2.13386,0.163808,300,5,0,449,0,0,1), - (29457,3988,1,7230,0,1086.7,-424.413,0.419383,3.38261,300,5,0,449,0,0,1), - (29458,3988,1,7230,0,1175.74,179.495,30.6264,0.113916,300,0,0,449,0,0,0), - (29459,3988,1,7230,0,1175.35,182.401,21.6931,0.77118,300,0,0,449,0,0,0), - (29460,3988,1,7230,0,1163.15,187.251,28.5041,2.85746,300,0,0,449,0,0,0), - (29461,3988,1,7230,0,1244.27,244.271,10.5944,1.72922,300,0,0,449,0,0,0), - (29462,3988,1,7230,0,1163.47,193.486,14.3493,0.137905,300,0,0,449,0,0,0), - (29463,3988,1,7230,0,1330.73,-339.404,12.0097,0.049293,300,5,0,449,0,0,1), - (29464,3988,1,7230,0,1235.15,43.8659,-5.877,0.716703,300,0,0,449,0,0,0), - (29465,3988,1,7230,0,1234.49,10.5645,-4.0197,4.72674,300,0,0,449,0,0,0), - (29466,3988,1,7230,0,1221.67,211.365,6.90538,1.92751,300,0,0,449,0,0,0), - (29467,3988,1,7230,0,1435.22,1.73209,38.5955,6.27808,300,0,0,449,0,0,0), - (29468,3988,1,7230,0,1434.64,-28.5739,27.0166,5.82216,300,0,0,449,0,0,0), - (29469,3988,1,7230,0,1427.58,1.40557,24.9343,3.19141,300,0,0,449,0,0,0), - (29470,3988,1,3935,0,1311.41,-308.578,7.54405,2.99102,300,5,0,449,0,0,1), - (29471,3988,1,3936,0,1071.44,-331.959,-9.23697,0.296706,300,0,0,449,0,0,0), - (29472,3989,1,275,0,993.42,-382.994,8.45106,5.39307,300,0,0,417,0,0,0), - (29473,3989,1,7228,0,998.082,-407.591,4.69384,1.56162,300,5,0,417,0,0,1), - (29474,3989,1,275,0,1374.19,41.1019,9.53226,1.88977,300,15,0,417,0,0,1), - (29475,3989,1,7228,0,1055.34,-74.2775,10.4354,2.53679,300,15,0,417,0,0,1), - (29476,3989,1,3928,0,1277.42,-183.184,1.85207,3.92948,300,5,0,417,0,0,1), - (29477,3989,1,7228,0,1414.59,164.038,18.8095,1.54224,300,5,0,417,0,0,1), - (29478,3989,1,7228,0,1510.72,-251.467,30.7062,2.68743,300,5,0,417,0,0,1), - (29479,3989,1,7228,0,1481.77,-222.396,23.0258,0.920188,300,0,0,417,0,0,0), - (29480,3989,1,7228,0,1251.92,8.25672,-5.45986,2.28638,300,0,0,417,0,0,0), - (29481,3989,1,3928,0,1247.62,-18.2377,-5.45257,3.10082,300,0,0,417,0,0,0), - (29482,3989,1,7228,0,1481.04,-249.438,23.8496,1.39863,300,5,0,417,0,0,1), - (29483,3989,1,7228,0,1051.63,52.0496,10.7279,3.03801,300,15,0,417,0,0,1), - (29484,3989,1,7228,0,1079.82,-179.113,5.14791,5.25413,300,0,0,417,0,0,0), - (29485,3989,1,275,0,973.437,-385.417,8.26437,0.982622,300,5,0,417,0,0,1), - (29486,3989,1,7228,0,1174.64,-189.081,-3.29092,0.351108,300,15,0,417,0,0,1), - (29487,3989,1,275,0,1314.58,43.75,7.42179,4.34602,300,15,0,417,0,0,1), - (29488,7011,70,6010,0,-101.67,213.408,-41.9086,2.79253,7200,0,0,1651,0,0,0), - (29489,3989,1,7228,0,1321.44,-78.1199,7.17956,3.14078,300,5,0,417,0,0,1), - (29490,3989,1,7228,0,1305.21,-14.4597,6.77313,5.16945,300,5,0,417,0,0,1), - (29491,3989,1,3928,0,1282.76,-107.681,2.71623,4.82585,300,5,0,417,0,0,1), - (29492,3989,1,3928,0,1269.13,-90.459,2.54168,0.854418,300,5,0,417,0,0,1), - (29493,3989,1,7228,0,1221.35,23.4375,-7.41665,1.77861,300,0,0,417,0,0,0), - (29494,3989,1,7228,0,1232.33,22.439,-5.91665,5.79599,300,0,0,417,0,0,0), - (29495,3989,1,3928,0,1235.27,33.9079,-5.877,3.1058,300,10,0,417,0,0,1), - (29496,3989,1,7228,0,1207.41,3.52051,-5.91665,0.871883,300,5,0,417,0,0,1), - (29497,3989,1,275,0,1118.42,-37.9909,0.887072,1.1523,300,5,0,417,0,0,1), - (29498,3989,1,7228,0,1120.88,-12.3546,-2.13375,6.15592,300,15,0,417,0,0,1), - (29499,3989,1,7228,0,1151.54,-146.81,-2.02313,2.55846,300,5,0,417,0,0,1), - (29500,3989,1,7228,0,1186.5,-153.072,-8.19504,1.80543,300,5,0,417,0,0,1), - (29501,3989,1,7228,0,1240.91,-291.631,3.38032,0.41654,300,5,0,417,0,0,1), - (29502,3989,1,7228,0,1073.75,-245.716,3.31131,3.10181,300,15,0,417,0,0,1), - (29503,3989,1,7228,0,1272.24,54.3262,4.04694,1.7797,300,0,0,417,0,0,0), - (29504,3989,1,7228,0,1120.26,-422.299,13.7023,5.00472,300,5,0,417,0,0,1), - (29505,3989,1,3928,0,1245.52,3.09246,-4.03026,3.68575,300,0,0,417,0,0,0), - (29506,3989,1,275,0,1229.09,6.99544,-3.95189,2.40855,300,0,0,417,0,0,0), - (29507,3989,1,7228,0,1155.15,49.8804,1.6771,3.56937,300,0,0,417,0,0,0), - (29508,3989,1,3928,0,1202.74,81.4167,-6.9396,0.713548,300,5,0,417,0,0,1), - (29509,3989,1,7228,0,1076.69,7.03491,6.47895,5.08799,300,15,0,417,0,0,1), - (29510,3989,1,7228,0,1128.53,283.558,16.991,4.33255,300,15,0,417,0,0,1), - (29511,3989,1,7228,0,1174.13,289.539,17.5159,1.03122,300,15,0,417,0,0,1), - (29512,3989,1,7228,0,1115.78,184.17,1.54853,4.75605,300,5,0,417,0,0,1), - (29513,3989,1,3928,0,1074.95,74.2885,7.71724,4.23992,300,5,0,417,0,0,1), - (29514,3989,1,7228,0,1114.8,243.778,11.9053,3.89898,300,5,0,417,0,0,1), - (29515,3989,1,275,0,1154.59,284.083,15.1901,5.48467,300,15,0,417,0,0,1), - (29516,3989,1,7228,0,1215,343.344,32.4643,4.78078,300,5,0,417,0,0,1), - (29517,3989,1,7228,0,1180.38,317.375,24.4645,3.57073,300,15,0,417,0,0,1), - (29518,3989,1,7228,0,1406.81,19.0236,15.4873,5.59258,300,5,0,417,0,0,1), - (29519,3989,1,7228,0,1444.29,48.435,23.7031,1.72088,300,0,0,417,0,0,0), - (29520,3989,1,7228,0,1291.05,-58.1176,5.60059,3.58576,300,5,0,417,0,0,1), - (29521,3989,1,7228,0,1308.48,19.058,3.15791,0.827529,300,15,0,417,0,0,1), - (29522,3989,1,7228,0,1454.69,78.8831,18.3948,1.52292,300,5,0,417,0,0,1), - (29523,3989,1,7228,0,1434.58,111.231,15.8176,3.02026,300,15,0,417,0,0,1), - (29524,3989,1,275,0,1354.16,106.229,11.2656,5.17691,300,15,0,417,0,0,1), - (29525,3989,1,275,0,1413.53,52.6125,17.7885,1.61081,300,15,0,417,0,0,1), - (29526,3989,1,7228,0,1422.2,-10.5944,23.9359,0.597758,300,0,0,417,0,0,0), - (29527,3989,1,275,0,1447.59,-27.977,27.2466,1.36008,300,5,0,417,0,0,1), - (29528,3989,1,3928,0,1314.33,-281.291,3.55779,2.27953,300,5,0,417,0,0,1), - (29529,3989,1,7228,0,1249.58,-315.86,4.76367,4.58995,300,5,0,417,0,0,1), - (29530,3989,1,7228,0,1114.05,-274.524,-3.19886,4.35911,300,15,0,417,0,0,1), - (29531,3989,1,7228,0,1157.94,-324.595,0.400597,4.94308,300,5,0,417,0,0,1), - (29532,3989,1,7228,0,1120.12,-218.388,-1.23722,5.63226,300,15,0,417,0,0,1), - (29533,3989,1,7228,0,1119.52,-150.571,3.62703,5.4097,300,5,0,417,0,0,1), - (29534,3989,1,7228,0,1152.35,-118.296,-0.726496,5.42989,300,5,0,417,0,0,1), - (29535,3989,1,7228,0,1045.58,112.173,15.9995,5.9348,300,5,0,417,0,0,1), - (29536,3989,1,7228,0,1146.53,139.357,-2.10843,3.42868,300,5,0,417,0,0,1), - (29537,3989,1,7228,0,1117.85,147.465,1.72174,5.77106,300,5,0,417,0,0,1), - (29538,3989,1,275,0,1115.52,119.316,0.034335,1.54204,300,5,0,417,0,0,1), - (29539,3989,1,3928,0,1349.5,80.6684,11.8869,5.83919,300,15,0,417,0,0,1), - (29540,3991,1,7226,0,1006.76,-394.963,7.05668,4.45529,300,5,0,379,1118,0,1), - (29541,3991,1,7226,0,988.424,-421.823,7.94384,0.164435,300,5,0,379,1118,0,1), - (29542,3991,1,7226,0,995.666,-392.513,8.51437,2.0145,300,5,0,379,1118,0,1), - (29543,3991,1,7226,0,1417.76,109.658,16.456,2.02396,300,15,0,379,1118,0,1), - (29544,3991,1,7226,0,1239.73,-36.5277,-4.72459,1.63121,300,5,0,379,1118,0,1), - (29545,3991,1,7226,0,1259.64,-3.04671,-5.45986,4.98236,300,0,0,379,1118,0,0), - (29546,3991,1,7226,0,1246.03,-8.72993,-5.45913,2.15386,300,0,0,379,1118,0,0), - (29547,3991,1,7226,0,1257.97,76.0321,-1.41545,5.03043,300,15,0,379,1118,0,1), - (29548,3991,1,3924,0,1039.1,-20.8365,9.65971,3.55172,300,15,0,379,1118,0,1), - (29549,3991,1,7226,0,985.708,-394.326,8.13937,4.96264,300,5,0,379,1118,0,1), - (29550,3991,1,7226,0,981.987,-388.697,8.15117,3.22886,300,0,0,379,1118,0,0), - (29551,3991,1,3925,0,1240.2,290.337,21.7893,2.55287,300,10,0,379,1118,0,1), - (29552,3991,1,7226,0,1348.31,-54.4886,7.02842,3.10235,300,5,0,379,1118,0,1), - (29553,3991,1,3924,0,1079.03,-115.357,6.37491,1.40469,300,15,0,379,1118,0,1), - (29554,3991,1,7226,0,1213.15,1.70309,-5.54165,4.75571,300,5,0,379,1118,0,1), - (29555,3991,1,3924,0,1112.3,34.381,4.73375,5.12787,300,0,0,379,1118,0,0), - (29556,3991,1,7226,0,1139.5,-188.174,1.84705,3.37847,300,15,0,379,1118,0,1), - (29557,3991,1,7226,0,1022.11,23.9093,14.5853,3.49671,300,15,0,379,1118,0,1), - (29558,3991,1,7226,0,1056.71,-217.822,4.35851,1.51313,300,15,0,379,1118,0,1), - (29559,3991,1,7226,0,1270.11,30.5287,-2.29823,0.675587,300,15,0,379,1118,0,1), - (29560,3991,1,7226,0,1289.44,14.1953,-0.923229,5.60172,300,15,0,379,1118,0,1), - (29561,3991,1,3925,0,1176.26,59.8985,-4.61112,1.69121,300,5,0,379,1118,0,1), - (29562,3991,1,7226,0,1147.42,225.675,3.06128,3.08912,300,15,0,379,1118,0,1), - (29563,3991,1,3925,0,1158.37,245.22,7.20656,1.7427,300,15,0,379,1118,0,1), - (29564,3991,1,7226,0,1220.31,287.604,19.0621,1.59092,300,15,0,379,1118,0,1), - (29565,3991,1,7226,0,1068.85,152.067,9.7775,2.97506,300,5,0,379,1118,0,1), - (29566,3991,1,3924,0,1427.06,77.2103,15.1243,4.94836,300,5,0,379,1118,0,1), - (29567,3991,1,7226,0,1378.66,112.94,14.3081,3.12917,300,5,0,379,1118,0,1), - (29568,3991,1,7226,0,1342.27,-222.916,-4.83082,4.17354,300,5,0,379,1118,0,1), - (29569,3991,1,7226,0,1363.8,-249.657,-2.55251,0.493879,300,5,0,379,1118,0,1), - (29570,3991,1,3924,0,1184.22,-352.124,3.79417,5.57032,300,5,0,379,1118,0,1), - (29571,3991,1,3925,0,1117.54,-354.809,-1.76076,4.57132,300,5,0,379,1118,0,1), - (29572,3991,1,7226,0,1137.76,-248.212,-1.77798,2.82787,300,15,0,379,1118,0,1), - (29573,7011,70,6010,0,-100.271,196.996,-39.4195,4.64258,7200,0,0,1651,0,0,0), - (29574,7011,70,6010,0,-107.486,197.499,-40.3266,4.46804,7200,0,0,1651,0,0,0), - (29575,3991,1,7226,0,1115.51,-80.1564,2.22527,2.06869,300,5,0,379,1118,0,1), - (29576,3991,1,7226,0,1082.72,-48.7102,4.54915,3.53971,300,15,0,379,1118,0,1), - (29577,3991,1,7226,0,1320.02,116.555,4.05254,0.141069,300,5,0,379,1118,0,1), - (29578,3992,1,7227,0,1587.77,176.649,99.418,1.73537,300,0,0,494,0,0,0), - (29579,3992,1,7227,0,1650.44,103.648,110.773,5.17967,300,0,0,494,0,0,0), - (29580,3992,1,3934,0,1645.89,112.124,120.899,3.49693,300,5,0,494,0,0,2), - (29581,3992,1,3934,0,1653.63,117.756,120.89,5.43651,300,0,0,494,0,0,0), - (29582,3993,1,3931,0,1603.67,181.113,104.684,3.6197,300,0,0,531,0,0,0), - (29583,3993,1,7229,0,1616.66,148.559,104.854,0.493765,300,0,0,531,0,0,0), - (29584,3993,1,7229,0,1615.13,95.7419,98.5497,0.463949,300,0,0,531,0,0,0), - (29585,3994,1,150,0,2652.91,1433.92,226.773,3.94444,300,0,0,985,0,0,0), - (29586,3995,1,4104,0,-272.48,-394.084,17.2051,6.19592,300,0,0,1240,0,0,0), - (29587,3999,1,2153,0,984.224,-414.481,8.56884,1.75839,300,5,0,531,0,0,1), - (29588,3999,1,2153,0,1011.88,-415.821,-0.452411,4.80394,300,5,0,531,0,0,1), - (29589,7012,70,6009,0,-85.0633,214.664,-46.0615,3.83972,7200,0,0,1205,2975,0,0), - (29590,6912,70,5711,0,-176.003,169.17,-47.3276,2.68781,7200,0,0,1110,1067,0,0), - (29591,4847,70,6054,0,-160.858,363.96,-33.8446,4.39823,7200,5,0,3540,1236,0,1), - (29592,4847,70,6054,0,-139.421,370.119,-41.6872,3.56047,7200,0,0,3540,1236,0,0), - (29593,7030,70,6056,0,-139.302,393.84,-40.2474,5.79449,7200,0,0,3678,1283,0,0), - (29594,4847,70,6054,0,-137.294,386.394,-40.2004,5.96903,7200,2,0,3540,1236,0,1), - (29595,3999,1,2153,0,996.774,-384.309,8.63937,4.46794,300,5,0,531,0,0,1), - (29596,3999,1,2153,0,970.331,-287.341,0.149651,0.890118,300,0,0,531,0,0,0), - (29597,3999,1,2153,0,961.876,-373.6,7.1239,3.4383,300,0,0,531,0,0,0), - (29598,3999,1,2153,0,972.917,-389.584,8.26437,6.14042,300,5,0,531,0,0,1), - (29599,3999,1,2153,0,923.187,-300.743,18.8559,2.32129,300,0,0,531,0,0,0), - (29600,3999,1,2153,0,935.647,-264.868,21.8071,0.890118,300,0,0,531,0,0,0), - (29601,3999,1,2153,0,935.909,-302.741,0.022009,3.89208,300,0,0,531,0,0,0), - (29602,3999,1,2153,0,957.275,-353.651,4.54844,2.56563,300,0,0,531,0,0,0), - (29603,3999,1,2153,0,946.661,-311.718,0.291756,3.36848,300,0,0,531,0,0,0), - (29604,3999,1,2153,0,974.102,-332.552,-1.92823,2.04204,300,0,0,531,0,0,0), - (29605,3999,1,2153,0,943.049,-316.238,19.1879,0.349066,300,0,0,531,0,0,0), - (29606,3999,1,2153,0,968.469,-328.601,22.6706,1.06465,300,0,0,531,0,0,0), - (29607,3999,1,2153,0,906.571,-283.051,20.9832,4.81711,300,0,0,531,0,0,0), - (29608,3999,1,2153,0,879.985,-295.811,19.1038,5.21853,300,0,0,531,0,0,0), - (29609,3999,1,2153,0,865.061,-303.768,18.9022,4.7822,300,0,0,531,0,0,0), - (29610,3999,1,2153,0,963.551,-340.963,0.010297,2.18166,300,0,0,531,0,0,0), - (29611,3999,1,2153,0,887.386,-285.61,19.5187,1.97222,300,0,0,531,0,0,0), - (29612,3999,1,2153,0,939.742,-286.714,17.8741,0.942478,300,0,0,531,0,0,0), - (29613,3999,1,2153,0,917.948,-267.875,22.4074,2.80998,300,0,0,531,0,0,0), - (29614,3999,1,2153,0,927.455,-288.851,17.9986,4.53786,300,0,0,531,0,0,0), - (29615,3999,1,2153,0,949.799,-281.214,-0.292042,2.14675,300,0,0,531,0,0,0), - (29616,3999,1,2153,0,982.505,-311.335,-0.364167,3.85718,300,0,0,531,0,0,0), - (29617,3999,1,2153,0,992.25,-324.27,0.314784,0.261799,300,0,0,531,0,0,0), - (29618,3999,1,2153,0,891.687,-259.686,7.36589,1.55334,300,0,0,531,0,0,0), - (29619,3999,1,2153,0,929.09,-286.711,-0.980391,1.5708,300,0,0,531,0,0,0), - (29620,3999,1,2153,0,916.568,-297.072,0.628332,4.13643,300,0,0,531,0,0,0), - (29621,3999,1,2153,0,965.126,-322.559,-0.498094,5.95157,300,0,0,531,0,0,0), - (29622,3999,1,2153,0,1017.8,-321.092,11.482,5.91602,300,5,0,531,0,0,1), - (29623,3999,1,2153,0,941.74,-362.089,16.2391,4.27606,300,0,0,531,0,0,0), - (29624,3999,1,2153,0,876.294,-320.046,13.2246,4.62512,300,0,0,531,0,0,0), - (29625,3999,1,2153,0,939.721,-343.803,18.1538,0.069813,300,0,0,531,0,0,0), - (29626,3999,1,2153,0,870.064,-268.135,6.31243,2.67035,300,0,0,531,0,0,0), - (29627,3999,1,2153,0,889.814,-290.741,8.30929,0.314159,300,0,0,531,0,0,0), - (29628,3999,1,2153,0,873.102,-281.982,6.1997,3.54302,300,0,0,531,0,0,0), - (29629,3999,1,2153,0,962.367,-255.647,-3.87937,1.27409,300,0,0,531,0,0,0), - (29630,3999,1,2153,0,926.238,-272.413,-1.08276,5.32325,300,0,0,531,0,0,0), - (29631,3999,1,2153,0,947.906,-253.54,-2.80272,1.5708,300,0,0,531,0,0,0), - (29632,3999,1,2153,0,912.163,-274.649,-0.192252,1.55334,300,0,0,531,0,0,0), - (29633,3999,1,2153,0,911.824,-319.433,19.1343,3.26377,300,0,0,531,0,0,0), - (29634,3999,1,2153,0,938.149,-253.52,-2.05069,2.25148,300,0,0,531,0,0,0), - (29635,3999,1,2153,0,898.903,-329.275,17.209,0.994838,300,0,0,531,0,0,0), - (29636,3999,1,2153,0,888.617,-315.657,14.0279,0.314159,300,0,0,531,0,0,0), - (29637,3999,1,2153,0,918.873,-335.689,20.0014,4.66003,300,0,0,531,0,0,0), - (29638,3999,1,2153,0,945.724,-333.755,19.1636,4.92183,300,0,0,531,0,0,0), - (29639,4003,1,163,0,1015.19,-388.88,2.80076,4.4428,300,5,0,413,1202,0,1), - (29640,4003,1,163,0,988.946,-449.603,10.795,0.438239,300,0,0,413,1202,0,0), - (29641,4003,1,163,0,1003.92,-344.914,11.9614,2.72339,300,5,0,413,1202,0,1), - (29642,4003,1,163,0,928.354,-325.184,17.8208,2.8483,300,5,0,413,1202,0,1), - (29643,4003,1,163,0,975.135,-364.015,16.1092,2.51022,300,5,0,413,1202,0,1), - (29644,4003,1,163,0,986.863,-358.174,13.1609,4.39204,300,5,0,413,1202,0,1), - (29645,4003,1,163,0,979.757,-373.077,16.1254,5.80246,300,5,0,413,1202,0,1), - (29646,4004,1,511,0,978.261,-377.896,9.01437,1.60377,300,5,0,531,0,0,1), - (29647,4004,1,511,0,956.421,-298.245,-2.62035,2.67215,300,5,0,531,0,0,1), - (29648,4004,1,511,0,884.557,-290.536,19.055,0.192409,300,5,0,531,0,0,1), - (29649,4847,70,6054,0,-151.839,368.456,-33.9654,5.93412,7200,0,0,3540,1236,0,0), - (29650,7023,70,5285,0,-163.76,387.992,-36.3564,0.10472,7200,0,0,8255,0,0,0), - (29651,4847,70,6054,0,-143.07,389.049,-39.8265,0.959931,7200,3,0,3540,1236,0,1), - (29652,4852,70,160,0,-248.191,240.72,-46.5294,0.296706,7200,0,0,3279,1142,0,0), - (29653,4850,70,722,0,-242.073,241.255,-47.9852,2.70526,7200,0,0,4008,0,0,0), - (29654,4850,70,722,0,-246.664,245.974,-46.9168,5.44543,7200,0,0,4008,0,0,0), - (29655,4852,70,160,0,-258.846,280.83,-48.5384,2.79253,7200,0,0,3279,1142,0,0), - (29656,4850,70,722,0,-265.963,280.01,-48.3898,0.767945,7200,0,0,4008,0,0,0), - (29657,4850,70,722,0,-267.258,286.174,-47.2355,5.51524,7200,0,0,4008,0,0,0), - (29658,4852,70,160,0,-244.168,266.766,-50.3178,3.57792,7200,0,0,3279,1142,0,0), - (29659,4850,70,722,0,-223.6,197.962,-44.5323,3.42085,7200,0,0,4008,0,0,0), - (29660,4004,1,511,0,976.912,-303.737,-1.75238,6.18464,300,5,0,531,0,0,1), - (29661,4004,1,511,0,974.101,-359.985,15.9695,5.65547,300,5,0,531,0,0,1), - (29662,4004,1,511,0,924.875,-292.083,-1.94959,3.19295,300,5,0,531,0,0,1), - (29663,4004,1,511,0,887.805,-320.193,13.2774,5.31431,300,5,0,531,0,0,1), - (29664,4004,1,511,0,925.211,-317.129,17.6935,1.19842,300,5,0,531,0,0,1), - (29665,4004,1,511,0,958.914,-358.857,16.2358,5.2571,300,5,0,531,0,0,1), - (29666,4005,1,760,0,513.87,365.567,56.6907,0.366049,300,3,0,356,0,0,1), - (29667,4005,1,760,0,199.198,74.9318,48.8335,5.22463,300,5,0,356,0,0,1), - (29668,4005,1,760,0,548.882,360.21,54.9328,4.76999,300,10,0,356,0,0,1), - (29669,4005,1,760,0,574.48,275.103,55.3677,4.80707,300,5,0,356,0,0,1), - (29670,4005,1,760,0,-88.1819,54.2936,49.3883,4.00596,300,5,0,356,0,0,1), - (29671,4005,1,760,0,-126.067,107.388,49.4364,4.38485,300,5,0,356,0,0,2), - (29672,4005,1,760,0,445.33,619.038,76.2063,3.11124,300,5,0,356,0,0,1), - (29673,4005,1,760,0,481.977,576.114,90.5921,1.32141,300,5,0,356,0,0,1), - (29674,4005,1,760,0,468.69,580.323,87.2171,5.45685,300,2,0,356,0,0,1), - (29675,4005,1,760,0,447.97,638.64,75.9563,4.28904,300,10,0,356,0,0,1), - (29676,4005,1,760,0,436.772,628.679,77.5813,0.859716,300,5,0,356,0,0,1), - (29677,4005,1,760,0,434.028,514.107,97.0751,3.37509,300,3,0,356,0,0,1), - (29678,4005,1,760,0,445.112,563.423,84.2377,1.55473,300,5,0,356,0,0,1), - (29679,4005,1,760,0,429.86,498.896,97.9011,2.16508,300,3,0,356,0,0,1), - (29680,4005,1,760,0,432.278,433.463,83.0789,5.04755,300,5,0,356,0,0,2), - (29681,4005,1,760,0,260.322,246.072,64.9352,1.6726,300,5,0,356,0,0,1), - (29682,4005,1,760,0,253.052,237.183,68.0243,0.893311,300,5,0,356,0,0,1), - (29683,4005,1,760,0,453.1,367.391,52.4984,3.33996,300,10,0,356,0,0,1), - (29684,4005,1,760,0,374.306,356.44,44.658,5.96946,300,15,0,356,0,0,1), - (29685,4005,1,760,0,427.009,289.262,50.9211,4.35052,300,3,0,356,0,0,1), - (29686,4005,1,760,0,470.634,309.926,50.4788,0.659564,300,10,0,356,0,0,1), - (29687,4005,1,760,0,59.7743,-41.8298,24.5964,4.97727,300,15,0,356,0,0,1), - (29688,4005,1,760,0,30.7453,-112.831,20.6806,3.20368,300,15,0,356,0,0,1), - (29689,4006,1,1989,0,1240.18,-628.809,23.0537,3.26885,300,5,0,449,0,0,1), - (29690,4006,1,1989,0,1474.03,-518.351,45.0665,3.06145,300,15,0,449,0,0,1), - (29691,4006,1,1989,0,1419.04,-398.023,14.3612,1.45246,300,5,0,449,0,0,1), - (29692,4006,1,1989,0,1509.21,-423.24,32.2474,5.28819,300,15,0,449,0,0,1), - (29693,4006,1,1989,0,1178.33,-537.544,6.23039,3.6597,300,15,0,449,0,0,1), - (29694,4006,1,1989,0,1277.61,-527.06,25.258,4.46724,300,3,0,449,0,0,1), - (29695,4006,1,1989,0,1153.44,-505.265,7.24733,1.23237,300,15,0,449,0,0,1), - (29696,4006,1,1989,0,1207.91,-509.485,11.5974,0.141069,300,10,0,449,0,0,1), - (29697,4006,1,1989,0,1260.14,-483.923,13.8767,3.38655,300,15,0,449,0,0,1), - (29698,4006,1,1989,0,1195.23,-594.65,15.46,0.481113,300,3,0,449,0,0,1), - (29699,4006,1,1989,0,1421.11,-383.663,12.4079,2.11222,300,5,0,449,0,0,1), - (29700,4006,1,1989,0,1467.05,-442.888,22.9186,2.91296,300,5,0,449,0,0,1), - (29701,4006,1,1989,0,1338.88,309.743,17.7549,0.07746,300,5,0,449,0,0,1), - (29702,4006,1,1989,0,1493.67,-377.661,23.363,0.226672,300,5,0,449,0,0,1), - (29703,4006,1,1989,0,1217.6,-452.748,15.3355,2.37001,300,15,0,449,0,0,1), - (29704,4006,1,1989,0,1270.35,-471.432,17.1255,1.53956,300,15,0,449,0,0,1), - (29705,4006,1,1989,0,1527.82,-348.191,33.4064,6.26561,300,5,0,449,0,0,1), - (29706,4006,1,1989,0,1311.36,343.501,32.5357,1.59445,300,5,0,449,0,0,1), - (29707,4006,1,1989,0,1289.27,325.057,28.9573,5.79072,300,15,0,449,0,0,1), - (29708,4006,1,1989,0,1336.39,232.999,10.527,3.53878,300,15,0,449,0,0,1), - (29709,4006,1,1989,0,1329.73,277.096,12.139,3.56315,300,15,0,449,0,0,1), - (29710,4006,1,1989,0,1258.66,-544.873,13.5333,0.289304,300,5,0,449,0,0,1), - (29711,4006,1,1989,0,1526.78,-375.153,30.731,1.78735,300,15,0,449,0,0,1), - (29712,4006,1,1989,0,1466.67,-374.49,19.6646,2.34032,300,5,0,449,0,0,1), - (29713,4006,1,1989,0,1241.79,-408.536,15.7618,0.793685,300,5,0,449,0,0,1), - (29714,4006,1,1989,0,1390.69,-412.34,16.8828,1.08354,300,15,0,449,0,0,1), - (29715,4006,1,1989,0,1363.31,-451.813,23.6828,4.80429,300,15,0,449,0,0,1), - (29716,4006,1,1989,0,1441.56,-320.392,7.36515,5.62249,300,15,0,449,0,0,1), - (29717,4006,1,1989,0,1418.55,253.043,14.513,5.31356,300,15,0,449,0,0,1), - (29718,4006,1,1989,0,1186.86,-470.364,14.1485,3.20259,300,5,0,449,0,0,1), - (29719,4006,1,1989,0,1512.14,-477.353,45.8353,1.73562,300,15,0,449,0,0,1), - (29720,4006,1,1989,0,1448.84,-488.324,27.2888,2.41495,300,15,0,449,0,0,1), - (29721,4006,1,1989,0,1451.95,-532.563,39.6818,1.62554,300,15,0,449,0,0,1), - (29722,4006,1,1989,0,1417.47,-491.822,24.9937,1.58544,300,15,0,449,0,0,1), - (29723,4006,1,1989,0,1419.25,-451.311,24.0257,5.53575,300,15,0,449,0,0,1), - (29724,4006,1,1989,0,573.995,585.836,76.7459,2.97038,300,5,0,449,0,0,1), - (29725,4006,1,1989,0,593.661,603.137,75.8345,2.11,300,5,0,449,0,0,1), - (29726,4006,1,1989,0,599.271,630.329,74.9595,2.30933,300,5,0,449,0,0,1), - (29727,4006,1,1989,0,581.265,659.213,74.4338,4.26651,300,15,0,449,0,0,1), - (29728,4006,1,1989,0,581.16,636.265,70.4425,1.08165,300,15,0,449,0,0,1), - (29729,4006,1,1989,0,1581.81,-132.266,27.2298,3.72959,300,5,0,449,0,0,1), - (29730,4006,1,1989,0,1446.9,-78.8802,27.3057,1.86412,300,5,0,449,0,0,1), - (29731,4006,1,1989,0,1449.8,-154.891,25.8416,4.38305,300,15,0,449,0,0,1), - (29732,4006,1,1989,0,1415.65,-180.739,18.8198,2.6779,300,15,0,449,0,0,1), - (29733,4006,1,1989,0,1381.62,279.713,15.4656,3.52174,300,5,0,449,0,0,1), - (29734,4007,1,759,0,1439.01,860.461,138.112,2.67791,300,15,0,290,0,0,1), - (29735,4007,1,759,0,1376.05,849.836,156.324,1.81033,300,15,0,290,0,0,1), - (29736,4007,1,759,0,1413.52,958.269,148.624,4.40991,300,5,0,290,0,0,1), - (29737,4007,1,759,0,1515.39,649.193,139.165,0.369627,300,15,0,290,0,0,1), - (29738,4007,1,759,0,1374.64,942.675,155.64,3.28535,300,5,0,290,0,0,1), - (29739,4007,1,759,0,1554.52,684.828,140.35,4.82439,300,15,0,290,0,0,1), - (29740,4007,1,759,0,1335.36,875.111,163.986,3.9954,300,5,0,290,0,0,1), - (29741,4007,1,759,0,509.913,606.904,73.1518,5.49453,300,5,0,290,0,0,1), - (29742,4007,1,759,0,549.227,620.645,68.4838,4.91097,300,15,0,290,0,0,1), - (29743,4007,1,759,0,1073.66,714.729,133.859,3.95512,300,5,0,290,0,0,1), - (29744,4007,1,759,0,1377.59,717.853,155.355,3.49979,300,15,0,290,0,0,1), - (29745,4007,1,759,0,971.797,288.645,23.5961,2.26628,300,5,0,290,0,0,1), - (29746,4007,1,759,0,983.252,207.551,22.1554,0.024288,300,5,0,290,0,0,1), - (29747,4007,1,759,0,983.109,261.429,21.2721,1.01447,300,5,0,290,0,0,1), - (29748,4007,1,759,0,948.474,261.737,23.7643,0.975752,300,5,0,290,0,0,1), - (29749,4007,1,759,0,929.63,226.874,20.8112,3.68007,300,5,0,290,0,0,1), - (29750,4007,1,759,0,1013.99,692.171,118.708,2.736,300,5,0,290,0,0,1), - (29751,4007,1,759,0,866.627,292.521,22.6572,2.87991,300,15,0,290,0,0,1), - (29752,4007,1,759,0,840.315,272.579,23.7991,0.244975,300,15,0,290,0,0,1), - (29753,4007,1,759,0,891.436,674.514,98.112,5.78752,300,15,0,290,0,0,1), - (29754,4007,1,759,0,546.594,573.062,84.7349,6.27128,300,5,0,290,0,0,1), - (29755,4007,1,759,0,1480.34,886.293,131.184,1.89711,300,5,0,290,0,0,1), - (29756,4007,1,759,0,519.448,570.711,91.415,5.03962,300,3,0,290,0,0,1), - (29757,4007,1,759,0,521.875,671.875,78.3781,1.62181,300,5,0,290,0,0,1), - (29758,4007,1,759,0,455.661,669.983,76.5037,0.833092,300,10,0,290,0,0,1), - (29759,4007,1,759,0,493.527,660.141,72.6238,1.24905,300,10,0,290,0,0,1), - (29760,4007,1,759,0,476.413,637.319,67.2488,2.87994,300,15,0,290,0,0,1), - (29761,4007,1,759,0,456.063,698.484,84.1287,2.80982,300,5,0,290,0,0,1), - (29762,4007,1,759,0,479.533,683.194,79.9709,1.78674,300,5,0,290,0,0,1), - (29763,4007,1,759,0,508.729,680.632,78.8781,4.25846,300,10,0,290,0,0,1), - (29764,4007,1,759,0,502.373,623.721,67.9018,0.11309,300,5,0,290,0,0,1), - (29765,4007,1,759,0,561.438,664.217,76.789,0.239886,300,15,0,290,0,0,1), - (29766,4007,1,759,0,542.437,664.019,78.164,2.51955,300,0,0,290,0,0,0), - (29767,4007,1,759,0,536.558,647.828,77.289,1.50689,300,15,0,290,0,0,1), - (29768,4007,1,759,0,940.764,365.845,33.9811,5.26353,300,5,0,290,0,0,1), - (29769,4007,1,759,0,1052.31,258.436,19.9383,1.15444,300,5,0,290,0,0,1), - (29770,4007,1,759,0,1023.93,234.554,23.8973,1.08157,300,5,0,290,0,0,1), - (29771,4007,1,759,0,1453.86,636.738,149.021,1.405,300,3,0,290,0,0,1), - (29772,4007,1,759,0,915.567,610.374,97.5943,0.076248,300,3,0,290,0,0,1), - (29773,4850,70,722,0,-211.945,247.895,-48.5138,3.89208,7200,3,0,4008,0,0,1), - (29774,2209,0,2856,0,2288.87,243.432,27.1719,5.044,300,0,0,1172,0,0,0), - (29775,1735,0,2852,0,2240.14,609.873,33.4997,4.39823,300,0,0,1114,0,0,0), - (29776,16096,0,7102,0,2070.67,289.674,97.1149,1.58825,900,0,0,4700,0,0,0), - (29777,1745,0,2859,0,2259.59,312.751,34.8431,5.28835,300,0,0,1042,0,0,0), - (29778,7980,0,7117,0,2074.89,282.039,59.3904,6.07375,300,0,0,6197,0,0,0), - (29779,1738,0,2862,0,2133.82,165.34,38.0079,3.69342,300,0,0,1200,0,0,0), - (29780,1743,0,2857,0,2288.33,387.875,34.363,2.11185,300,0,0,1042,0,0,0), - (29781,7980,0,7117,0,2057.72,285.63,59.4004,2.98451,300,0,0,6197,0,0,0), - (29782,16096,0,7102,0,2061.22,238.249,99.8488,5.02655,900,0,0,4700,0,0,0), - (29783,2210,0,2861,0,2295.68,246.425,27.5413,3.7001,300,0,0,1172,0,0,0), - (29784,1765,0,11421,0,1458.97,539.176,48.0651,2.57332,300,5,0,198,0,0,1), - (29785,1765,0,11421,0,1516.98,687.972,50.7996,0.499035,300,5,0,198,0,0,1), - (29786,1765,0,11421,0,1529.37,559.778,50.3755,0.558799,300,5,0,198,0,0,1), - (29787,1547,0,9021,0,2624.53,1287.23,49.479,3.04077,300,5,0,101,142,0,1), - (29788,1553,0,4734,0,2107.86,1148.63,34.0916,5.39812,300,5,0,120,0,0,1), - (29789,1547,0,9021,0,2546.37,1195.78,67.5728,0.415125,300,5,0,101,142,0,1), - (29790,1547,0,9021,0,2342.73,1165.76,35.577,3.71985,300,5,0,101,142,0,1), - (29791,1547,0,9021,0,2250.88,1194.67,34.3002,1.66191,300,10,0,101,142,0,1), - (29792,1553,0,4734,0,2622.98,1145.87,83.5926,3.41641,300,10,0,120,0,0,1), - (29793,10781,0,10130,0,1601.69,203.622,-55.2596,2.33874,300,0,0,2471,0,0,0), - (29794,1519,0,1648,0,2205.75,1184.52,32.328,1.16937,300,0,0,1106,0,0,0), - (29795,1521,0,3515,0,2249.06,236.785,41.2981,0,300,0,0,334,0,0,0), - (29796,1496,0,2855,0,2287.66,403.372,34.0048,3.10669,300,0,0,1042,0,0,0), - (29797,1515,0,1649,0,2278.08,295.587,35.3301,1.93731,300,0,0,298,0,0,0), - (29798,1652,0,1666,0,2270.7,279.998,35.3226,2.70526,300,0,0,1172,0,0,0), - (29799,1497,0,3518,0,2574.63,-48.2606,33.7965,2.39245,300,0,0,3165,0,0,0), - (29800,1560,0,3517,0,2252.83,250.671,34.3437,5.67232,300,0,0,644,0,0,0), - (29801,1500,0,3516,0,2262.26,244.257,33.717,3.42085,300,0,0,644,0,0,0), - (29802,6491,0,5233,0,-6439,-1115,312.16,3.172,490,0,0,7680,0,0,0), - (29803,1568,0,1582,0,1678.99,1667.86,135.855,3.76991,300,0,0,166,0,0,0), - (29804,1569,0,1584,0,1843.32,1639.9,97.8113,4.60767,300,0,0,166,0,0,0), - (29805,1570,0,1583,0,1848.82,1580.47,94.7451,1.79769,300,0,0,166,0,0,0), - (29806,1661,0,1593,0,1847.73,1638.65,97.0169,4.15388,300,0,0,112,0,0,0), - (29807,1508,0,447,0,1808.2,1541.72,97.2886,3.88889,120,10,0,42,0,0,1), - (29808,1508,0,447,0,1770.32,1517.16,111.011,4.28476,120,10,0,42,0,0,1), - (29809,1506,0,2403,0,1875.67,1303.86,90.4382,1.06303,300,5,0,71,0,0,1), - (29810,1507,0,2467,0,1719.75,1294.1,127.224,3.61536,300,5,0,67,174,0,1), - (29811,1506,0,2407,0,1862.37,1327.33,76.739,3.44423,300,10,0,71,0,0,1), - (29812,1506,0,2403,0,1804.3,1333.56,88.0722,4.86114,300,10,0,71,0,0,1), - (29813,4007,1,759,0,1111.83,645.929,139.911,4.84984,300,15,0,290,0,0,1), - (29814,4007,1,759,0,1537.13,743.788,138.297,4.17098,300,15,0,290,0,0,1), - (29815,4007,1,759,0,1626.89,760.49,133.291,5.61656,300,15,0,290,0,0,1), - (29816,4007,1,759,0,1153.06,705.125,149.141,3.95737,300,3,0,290,0,0,1), - (29817,4007,1,759,0,754.821,267.533,24.6489,1.80927,300,5,0,290,0,0,1), - (29818,4007,1,759,0,802.329,244.087,23.1911,3.23363,300,5,0,290,0,0,1), - (29819,4007,1,759,0,755.366,235.697,26.3391,1.63032,300,5,0,290,0,0,1), - (29820,4007,1,759,0,840,211.478,27.0943,6.09862,300,15,0,290,0,0,1), - (29821,4007,1,759,0,841.273,239.635,22.8926,3.33018,300,15,0,290,0,0,1), - (29822,4007,1,759,0,871.241,213.508,25.8859,6.0607,300,5,0,290,0,0,1), - (29823,4007,1,759,0,850.791,196.863,27.5627,0.518021,300,5,0,290,0,0,1), - (29824,4007,1,759,0,917.699,162.945,26.5788,1.88126,300,15,0,290,0,0,1), - (29825,4007,1,759,0,932.51,79.0298,27.3162,1.24812,300,3,0,290,0,0,1), - (29826,4007,1,759,0,951.985,182.553,22.2969,2.02537,300,15,0,290,0,0,1), - (29827,4007,1,759,0,926.128,683.096,103.166,3.2296,300,15,0,290,0,0,1), - (29828,4007,1,759,0,911.543,315.748,22.0793,4.34275,300,15,0,290,0,0,1), - (29829,4008,1,1537,0,-25.9089,-823.318,35.6148,2.81984,300,5,0,328,0,0,1), - (29830,4008,1,1537,0,48.3777,-306.548,37.1151,0.762969,300,5,0,328,0,0,1), - (29831,4008,1,1537,0,37.1395,-357.918,48.6856,0.481265,300,5,0,328,0,0,1), - (29832,4008,1,1537,0,68.1764,-522.012,37.9101,0.066438,300,5,0,328,0,0,1), - (29833,4008,1,1537,0,203.388,-474.944,17.7022,3.77728,300,5,0,328,0,0,1), - (29834,4008,1,1537,0,-67.6764,-774.354,8.26818,1.5298,300,5,0,328,0,0,1), - (29835,4008,1,1537,0,194.905,-493.781,16.4693,3.37399,300,5,0,328,0,0,1), - (29836,4008,1,1537,0,-161.157,70.4932,89.4972,4.65655,300,5,0,328,0,0,1), - (29837,4008,1,1537,0,555.766,245.477,68.2104,1.23097,300,5,0,328,0,0,1), - (29838,4008,1,1537,0,-145.142,-464.063,-16.9308,1.41356,300,5,0,328,0,0,1), - (29839,4008,1,1537,0,20.5647,-398.958,25.3959,0,300,5,0,328,0,0,1), - (29840,4008,1,1537,0,552.917,430.864,71.1342,1.82335,300,5,0,328,0,0,1), - (29841,4008,1,1537,0,152.189,-672.435,29.8616,5.91194,300,5,0,328,0,0,1), - (29842,4008,1,1537,0,43.0333,-310.201,35.6643,5.0899,300,5,0,328,0,0,1), - (29843,4008,1,1537,0,-204.299,-517.418,8.89275,2.78537,300,5,0,328,0,0,1), - (29844,4008,1,1537,0,-174.517,-588.197,0.611151,6.09399,300,10,0,328,0,0,1), - (29845,4008,1,1537,0,-196.019,-505.152,3.72639,0.015324,300,5,0,328,0,0,1), - (29847,4009,1,1538,0,1104.11,-556.101,10.2678,3.32022,300,5,0,417,0,0,1), - (29848,4009,1,1538,0,1009.49,-194.965,19.927,0.070403,300,3,0,417,0,0,1), - (29849,4009,1,1538,0,1456.37,306.045,79.6933,6.07659,300,5,0,417,0,0,1), - (29850,4009,1,1538,0,1289.55,-585.213,38.2608,3.90766,300,2,0,417,0,0,1), - (29851,4009,1,1538,0,1540.94,-156.934,63.4597,0.226175,300,5,0,417,0,0,1), - (29852,4009,1,1538,0,1781.12,748.79,143.992,5.117,300,15,0,417,0,0,1), - (29853,4009,1,1538,0,1608.09,-278.801,56.2109,2.89306,300,5,0,417,0,0,1), - (29854,4009,1,1538,0,1339.73,377.641,44.1754,5.81473,300,5,0,417,0,0,1), - (29855,4009,1,1538,0,1534.16,-465.687,52.1256,0.202567,300,5,0,417,0,0,1), - (29856,4009,1,1538,0,1234.59,-646.835,24.5711,1.08012,300,5,0,417,0,0,1), - (29857,4009,1,1538,0,825.226,167.452,45.7051,0.055014,300,5,0,417,0,0,1), - (29858,4009,1,1538,0,865.887,131.566,40.2951,0.035176,300,5,0,417,0,0,1), - (29859,4009,1,1538,0,988.976,-4.78965,23.3988,3.14745,300,3,0,417,0,0,1), - (29860,4009,1,1538,0,776.213,196.919,49.6798,6.22973,300,5,0,417,0,0,1), - (29861,4009,1,1538,0,1838.01,776.407,144.65,3.35412,300,15,0,417,0,0,1), - (29862,4009,1,1538,0,1828.97,821.846,145.775,5.59945,300,15,0,417,0,0,1), - (29863,4009,1,1538,0,929.885,37.9659,68.5943,4.90002,300,5,0,417,0,0,1), - (29864,4009,1,1538,0,1789.99,753.811,143.142,6.18374,300,15,0,417,0,0,1), - (29865,4009,1,1538,0,1781.4,915.429,137.128,1.31486,300,15,0,417,0,0,1), - (29866,4009,1,1538,0,1821.7,936.047,144.194,1.32819,300,15,0,417,0,0,1), - (29867,4009,1,1538,0,1765.58,791.125,136.761,2.23364,300,5,0,417,0,0,1), - (29868,4009,1,1538,0,1660.18,758.678,134.048,5.19437,300,10,0,417,0,0,1), - (29869,4009,1,1538,0,1713.66,845.909,125.434,2.98464,300,5,0,417,0,0,1), - (29870,4009,1,1538,0,1729.92,870.364,126.707,3.92561,300,15,0,417,0,0,1), - (29871,4009,1,1538,0,1780.14,868.272,138.003,2.02134,300,5,0,417,0,0,1), - (29872,4009,1,1538,0,1725.51,922.457,129.914,4.19479,300,15,0,417,0,0,1), - (29873,4009,1,1538,0,658.509,227.958,42.0496,0.889763,300,5,0,417,0,0,1), - (29874,4009,1,1538,0,1141.11,385.716,53.491,1.15257,300,5,0,417,0,0,1), - (29875,4009,1,1538,0,968.599,361.42,32.6065,4.90902,300,5,0,417,0,0,1), - (29876,4011,1,2154,0,1155.21,-547.113,5.60101,6.27537,300,5,0,449,0,0,1), - (29877,4011,1,2154,0,1330.19,289.645,15.6005,4.47498,300,5,0,449,0,0,1), - (29878,4011,1,2154,0,1488.8,-537.501,50.5953,1.26325,300,5,0,449,0,0,2), - (29879,1506,0,2407,0,1678.79,1330.88,130.01,3.76314,300,5,0,71,0,0,1), - (29881,1506,0,2403,0,1790.39,1345.21,89.3329,0.891939,300,0,0,71,0,0,0), - (29883,1502,0,10979,0,1853.81,1487.77,91.1091,1.3634,120,5,0,42,0,0,1), - (29884,1501,0,10973,0,1946.66,1470.27,76.7557,3.95143,120,10,0,42,0,0,1), - (29885,568,0,662,0,-9159.75,-3346.15,105.242,2.49582,300,0,0,664,0,0,0), - (29886,568,0,662,0,-9105.33,-3326.74,100.807,0.242378,300,10,0,664,0,0,1), - (29887,432,0,1887,0,-9100.55,-3333.91,100.524,2.42601,300,0,0,617,0,0,0), - (29888,568,0,662,0,-9089.38,-3325.75,101.942,4.27057,300,10,0,664,0,0,1), - (29889,703,0,492,0,-9111.58,-3311.35,102.408,4.84352,300,0,0,788,0,0,0), - (29890,14357,0,14390,0,-9508,-2490.79,37.1252,2.56227,600,10,0,2082,0,0,1), - (29891,442,0,366,0,-9613.06,-1994.43,63.8306,-0.557512,300,10,0,328,0,0,1), - (29892,547,0,3035,0,-9628.7,-1992.81,61.5397,0.68573,300,10,0,356,0,0,1), - (29893,547,0,3035,0,-9604.07,-1959.59,64.5037,0.625925,300,5,0,356,0,0,1), - (29894,1505,0,30,0,2011.61,1950.18,102.784,4.99225,300,3,0,71,0,0,1), - (29895,1505,0,30,0,2031.67,1982.41,99.4994,5.47444,300,5,0,71,0,0,1), - (29896,1505,0,30,0,2062.19,1975.57,100.636,2.90281,300,5,0,71,0,0,1), - (29897,1535,0,2471,0,2298.38,1595.04,39.7552,5.18259,300,10,0,120,0,0,1), - (29898,1535,0,2482,0,2434.53,1638.51,35.0626,0.004955,300,3,0,120,0,0,1), - (29899,1535,0,2471,0,2357.33,1660.23,34.544,2.34507,300,10,0,120,0,0,1), - (29900,1535,0,2471,0,2473.13,1514.15,33.913,3.70284,300,5,0,120,0,0,1), - (29901,1520,0,200,0,2504.66,831.001,120.961,1.46048,300,5,0,120,0,0,1), - (29902,1536,0,2479,0,1874.17,1079.71,25.4531,4.06983,300,10,0,137,0,0,1), - (29903,1536,0,2479,0,1850.2,882.255,28.0977,3.93582,300,5,0,137,0,0,1), - (29904,1536,0,2479,0,1826.04,825.973,26.0906,1.11701,300,0,0,137,0,0,0), - (29905,1536,0,2468,0,1879.72,1024.23,28.5879,1.34822,300,5,0,137,0,0,1), - (29906,1548,0,9020,0,1774.21,986.453,47.6117,2.98078,300,10,0,122,0,0,1), - (29907,1548,0,9020,0,1805.37,1136.43,46.6953,1.26052,300,5,0,122,0,0,1), - (29908,1548,0,9020,0,1929.47,877.028,36.2013,0.751548,300,5,0,122,0,0,1), - (29909,1554,0,8808,0,2035.3,813.816,34.8428,0.580144,300,0,0,156,0,0,0), - (29910,1554,0,8808,0,1952.77,1025.85,36.3107,2.97676,300,5,0,156,0,0,1), - (29911,1548,0,9020,0,2077.61,1199.84,44.5364,2.66353,300,10,0,122,0,0,1), - (29912,1548,0,9020,0,1981.47,1181.1,45.4234,3.25613,300,5,0,122,0,0,1), - (29913,1554,0,8808,0,1817.25,1084.9,39.5664,1.30572,300,10,0,156,0,0,1), - (29914,1548,0,9020,0,1957.55,1100.77,33.0673,4.12086,300,10,0,122,0,0,1), - (29915,1548,0,9020,0,2327.3,915.242,59.903,0.672606,300,10,0,122,0,0,1), - (29916,1553,0,4734,0,2348.89,1018.03,51.2574,1.15346,300,5,0,120,0,0,1), - (29917,1547,0,9021,0,2411.07,774.032,42.7019,6.09154,300,5,0,101,142,0,1), - (29918,1553,0,4734,0,2375.14,774.735,38.5911,2.87484,300,5,0,120,0,0,1), - (29919,1525,0,1200,0,2440.72,486.974,44.588,4.4855,300,10,0,102,0,0,1), - (29920,1543,0,441,0,2506.99,1482.76,0.690869,1.45366,300,5,0,137,0,0,1), - (29921,1543,0,441,0,2523.79,1672.26,3.77214,4.98783,300,0,0,137,0,0,0), - (29922,1543,0,441,0,2490.99,1455.66,5.48871,1.22403,300,5,0,137,0,0,1), - (29923,1544,0,1005,0,2608.13,1463.97,3.01951,5.21853,300,0,0,148,165,0,0), - (29924,1543,0,441,0,2493.95,1645.91,14.9423,0.279253,300,0,0,137,0,0,0), - (29925,1543,0,441,0,2541.35,1400.19,5.73272,4.41568,300,0,0,137,0,0,0), - (29926,1543,0,441,0,2483.33,1693.55,24.4366,4.4855,300,0,0,137,0,0,0), - (29927,1543,0,441,0,3008.54,181.054,0.674664,3.4383,300,0,0,137,0,0,0), - (29928,1544,0,1005,0,2999.37,168.352,0.830552,2.47837,300,0,0,148,165,0,0), - (29929,1553,0,4734,0,2233.52,56.4329,34.7082,0.528356,300,10,0,120,0,0,1), - (29930,1553,0,4734,0,2133.75,3.84652,42.3952,0.186668,300,5,0,120,0,0,1), - (29934,4011,1,2154,0,823.551,217.528,24.7586,4.09227,300,5,0,449,0,0,2), - (29935,4011,1,2154,0,988.503,144.44,20.8441,3.00288,300,5,0,449,0,0,2), - (29936,4012,1,295,0,1390.39,991.894,153.162,3.85583,300,5,0,531,0,0,2), - (29937,4012,1,295,0,1439.85,988.872,150.639,6.0446,300,0,0,531,0,0,0), - (29938,4012,1,295,0,1459.21,1059.64,154.538,1.73973,300,5,0,531,0,0,2), - (29939,4012,1,295,0,1373,995.546,156.992,0.0166,300,5,0,531,0,0,2), - (29940,4012,1,295,0,1501.57,606.094,143.643,2.72952,300,5,0,531,0,0,2), - (29941,4012,1,295,0,1554.99,543.292,165.327,2.82925,300,0,0,531,0,0,0), - (29942,4012,1,295,0,1429.69,716.146,147.201,3.14179,300,5,0,531,0,0,2), - (29943,4012,1,295,0,1503.54,704.588,141.626,4.12565,300,5,0,531,0,0,2), - (29944,4012,1,295,0,1464.98,689.348,146.386,1.77425,300,0,0,531,0,0,0), - (29945,4012,1,295,0,1529.22,597.856,149.415,4.92608,300,0,0,531,0,0,0), - (29946,4012,1,295,0,1505.3,560.301,146.675,6.0607,300,0,0,531,0,0,0), - (29947,4012,1,295,0,1509.44,779.212,135.238,3.3681,300,5,0,531,0,0,2), - (29948,4012,1,295,0,1438.81,784.19,144.401,5.83482,300,5,0,531,0,0,2), - (29949,4012,1,295,0,1511.13,714.947,141.035,3.81875,300,5,0,531,0,0,2), - (29950,4013,1,2298,0,1680.43,541.915,208.223,3.3321,300,5,0,617,0,0,1), - (29951,4013,1,2298,0,1703.64,579.024,200.974,5.2063,300,5,0,617,0,0,1), - (29952,4013,1,2298,0,1746.98,614.778,195.146,1.16781,300,5,0,617,0,0,1), - (29953,4013,1,2298,0,1624.12,656.355,177.889,3.39872,300,5,0,617,0,0,1), - (29954,4013,1,2298,0,1572.28,623.502,150.542,2.90491,300,5,0,617,0,0,2), - (29955,4013,1,2298,0,1712.55,653.912,195.222,5.59991,300,5,0,617,0,0,1), - (29956,4013,1,2298,0,1686.73,601.179,196.849,6.14668,300,5,0,617,0,0,1), - (29957,4013,1,2298,0,1698.31,672.781,195.117,6.27581,300,5,0,617,0,0,1), - (29958,4013,1,2298,0,1740.9,640.325,195.097,0.036347,300,5,0,617,0,0,1), - (29959,4013,1,2298,0,1755.34,639.234,195.097,3.03683,300,5,0,617,0,0,1), - (29960,4014,1,2297,0,1419.42,1028.82,170.324,2.51748,300,0,0,573,0,0,0), - (29961,4014,1,2297,0,1404.94,1026.07,183.011,3.27397,300,0,0,573,0,0,0), - (29962,4014,1,2297,0,1566.98,887.738,149.927,4.09198,300,0,0,573,0,0,0), - (29963,4014,1,2297,0,1663.07,1151.31,159.014,3.80064,300,0,0,573,0,0,0), - (29964,4014,1,2297,0,1396.92,1021.03,168.125,0.566154,300,0,0,573,0,0,0), - (29965,4014,1,2297,0,1481.78,765.892,149.736,3.94519,300,0,0,573,0,0,0), - (29966,4014,1,2297,0,1460.79,739.315,155.763,3.12832,300,0,0,573,0,0,0), - (29967,4014,1,2297,0,1511.97,531.479,158.116,3.56414,300,0,0,573,0,0,0), - (29968,4014,1,2297,0,1537.03,540.094,171.952,5.07616,300,0,0,573,0,0,0), - (29969,4014,1,2297,0,1776.6,616.042,206.223,3.56258,300,5,0,573,0,0,1), - (29970,4014,1,2297,0,1644.29,681.691,189.165,6.16943,300,5,0,573,0,0,1), - (29971,4014,1,2297,0,1600.91,569.875,183.219,0.761725,300,5,0,573,0,0,1), - (29972,4014,1,2297,0,1651.15,674.376,189.165,2.5063,300,5,0,573,0,0,1), - (29973,4014,1,2297,0,1606.73,851.568,145.41,5.63968,300,0,0,573,0,0,0), - (29974,5806,1,9590,0,2411.25,1521.97,272.364,1.79616,300,5,0,524,0,0,1), - (29975,5806,1,9590,0,2538.99,1382.94,256.836,4.95097,300,10,0,524,0,0,1), - (29976,5806,1,9590,0,2574.84,1477.74,254.874,3.01174,300,5,0,524,0,0,1), - (29977,5806,1,9590,0,2509.91,1495.63,263.128,3.24876,300,15,0,524,0,0,1), - (29978,5806,1,9590,0,2513.09,1429.64,266.872,2.74953,300,15,0,524,0,0,1), - (29979,5806,1,9590,0,2485.9,1516.45,264.625,2.0988,300,15,0,524,0,0,1), - (29980,5806,1,9590,0,2484.37,1427.01,264.499,5.1673,300,15,0,524,0,0,1), - (29981,4015,1,4585,0,1734.32,619,195.08,5.01028,19900,5,0,713,0,0,1), - (29982,4015,1,4585,0,1394.53,914.007,149.952,0.698989,19900,5,0,713,0,0,1), - (29983,4016,1,1267,0,2468.68,1303.52,277.247,0.611073,300,15,0,582,618,0,1), - (29984,4016,1,1267,0,2235.13,1418.77,281.766,2.14472,300,15,0,582,618,0,1), - (29985,4017,1,2158,0,2486.36,1627.77,282.203,6.1722,300,0,0,683,693,0,0), - (29986,4018,1,1917,0,2676.91,1319,264.923,5.43076,300,15,0,573,0,0,1), - (29987,4018,1,1917,0,2645.53,1286.65,269.738,2.22875,300,15,0,573,0,0,1), - (29988,4018,1,1917,0,2654.96,1350.6,244.63,1.15911,300,15,0,573,0,0,1), - (29989,4018,1,1917,0,2721.14,1257.82,298.648,1.61476,300,5,0,573,0,0,1), - (29990,4018,1,1917,0,2558.6,1289.19,269.484,3.8731,300,15,0,573,0,0,1), - (29991,4018,1,1917,0,2610.96,1312.03,251.221,0.722611,300,15,0,573,0,0,1), - (29992,4018,1,1917,0,2219.17,992.148,281.759,1.62944,300,5,0,573,0,0,1), - (29993,4018,1,1917,0,2546.94,1239.84,284.51,5.95402,300,5,0,573,0,0,1), - (29994,4018,1,1917,0,2156.71,1078.22,249.278,3.37923,300,15,0,573,0,0,1), - (29995,4018,1,1917,0,2089.07,1079.35,230.974,0.200379,300,15,0,573,0,0,1), - (29996,4018,1,1917,0,1887.41,946.143,163.039,3.53592,300,2,0,573,0,0,1), - (29997,4018,1,1917,0,2140.07,1033.98,238.964,5.88291,300,15,0,573,0,0,1), - (29998,4018,1,1917,0,2033.11,970.229,201.852,5.61332,300,10,0,573,0,0,1), - (29999,4018,1,1917,0,2018.06,961.692,195.529,4.5601,300,10,0,573,0,0,1), - (30000,4018,1,1917,0,2155.77,1038.38,243.947,0.747407,300,15,0,573,0,0,1), - (30001,4018,1,1917,0,1771.47,718.269,146.864,3.13624,300,15,0,573,0,0,1), - (30002,4018,1,1917,0,2371.66,1416.45,274.941,3.05611,300,5,0,573,0,0,1), - (30003,4018,1,1917,0,2182.16,1055.4,254.187,5.19481,300,15,0,573,0,0,1), - (30004,4018,1,1917,0,2261.5,1026.63,284.151,5.84249,300,3,0,573,0,0,1), - (30005,4018,1,1917,0,2222.59,1048.16,267.744,4.42502,300,15,0,573,0,0,1), - (30006,4018,1,1917,0,1673.38,962.59,129.2,6.11049,300,5,0,573,0,0,1), - (30007,4018,1,1917,0,1725.45,782.712,135.104,5.35433,300,15,0,573,0,0,1), - (30008,4018,1,1917,0,2418.92,1285.55,288.458,1.49426,300,15,0,573,0,0,1), - (30009,4019,1,2161,0,2724.67,1331.08,277.299,5.39125,300,15,0,664,0,0,1), - (30010,4019,1,2161,0,2518.23,1290.1,273.199,4.95225,300,15,0,664,0,0,1), - (30011,4019,1,2161,0,2384.13,1474.51,274.885,2.42184,300,15,0,664,0,0,1), - (30012,4019,1,2161,0,2593.25,1299.25,255.836,1.03105,300,15,0,664,0,0,1), - (30013,4276,1,7157,0,962.967,-263.785,-5.31819,5.32325,300,0,0,919,0,0,0), - (30014,4020,1,358,0,2582,1352.87,244.855,2.5066,300,15,0,620,0,0,1), - (30015,4020,1,358,0,2269.97,1431.83,277.768,0.388483,300,15,0,620,0,0,1), - (30016,4020,1,358,0,2253.33,1418.94,279.921,3.11179,300,15,0,620,0,0,1), - (30017,4020,1,358,0,2262.34,1504.39,288.196,0.386675,300,3,0,620,0,0,1), - (30020,4020,1,358,0,2302.04,1383.84,277.751,4.3035,300,5,0,620,0,0,1), - (30021,4020,1,358,0,2319.38,1501.97,282.539,3.67651,300,15,0,620,0,0,1), - (30022,4850,70,722,0,-210.824,242.184,-47.8069,1.02974,7200,3,0,4008,0,0,1), - (30023,7175,70,763,0,-243.165,215.393,-46.6571,5.91667,7200,0,0,1220,0,0,0), - (30024,7175,70,763,0,-211.798,220.44,-46.6627,3.08923,7200,0,0,1220,0,0,0), - (30025,7175,70,763,0,-213.264,215.356,-46.7294,2.18166,7200,0,0,1220,0,0,0), - (30026,4020,1,358,0,2349.66,1547.29,283.142,1.21134,300,15,0,620,0,0,1), - (30027,7175,70,763,0,-243.263,220.803,-46.3484,1.0472,7200,0,0,1220,0,0,0), - (30028,7175,70,763,0,-235.294,214.836,-49.4181,0.890118,7200,0,0,1220,0,0,0), - (30029,7175,70,763,0,-221.358,214.264,-49.4079,2.32129,7200,0,0,1220,0,0,0), - (30030,4850,70,722,0,-230.359,255.139,-49.4661,6.12611,7200,2,0,4008,0,0,1), - (30031,1553,0,4734,0,2579.18,210.064,40.1261,6.05075,300,5,0,120,0,0,1), - (30032,1547,0,9021,0,2383.73,122.852,29.5404,0.281948,300,5,0,101,142,0,1), - (30033,1553,0,4734,0,2525.86,209.735,40.5732,5.53644,300,10,0,120,0,0,1), - (30034,1553,0,4734,0,2675.13,77.0714,35.3429,4.55944,300,5,0,120,0,0,1), - (30035,1539,0,2480,0,3021.42,-541.854,119.423,2.86234,300,0,0,186,191,0,0), - (30036,1540,0,2470,0,2849.83,-475.367,99.6665,1.67552,300,0,0,198,0,0,0), - (30037,1540,0,2470,0,3101.32,-548.31,126.898,0.925025,300,0,0,198,0,0,0), - (30038,1539,0,2480,0,3094.44,-568.945,126.898,1.09956,300,0,0,186,191,0,0), - (30039,4281,0,2516,0,2907.7,-712.391,153.768,3.56004,300,5,0,2715,0,0,1), - (30040,4282,0,2512,0,2950.94,-750.413,155.123,4.22931,300,5,0,2112,2068,0,1), - (30041,4282,0,2513,0,2947.81,-680.172,152.392,4.18235,300,0,0,2112,2068,0,0), - (30042,4282,0,2512,0,2923.59,-651.342,143.589,1.88414,300,5,0,2112,2068,0,1), - (30043,1554,0,8808,0,2429,-186.018,32.3604,2.7347,300,5,0,156,0,0,1), - (30044,1548,0,9020,0,2703.52,-335.2,91.9474,6.12738,300,5,0,122,0,0,1), - (30045,1548,0,9020,0,1984.15,-258.23,34.397,3.09276,300,5,0,122,0,0,1), - (30046,1554,0,8808,0,1959.39,-585.361,55.1541,3.4761,300,10,0,156,0,0,1), - (30047,1548,0,9020,0,1612.67,-454.806,49.4669,3.91017,300,5,0,122,0,0,1), - (30048,1554,0,8808,0,1625.84,-517.552,49.3711,5.72117,300,5,0,156,0,0,1), - (30049,1548,0,9020,0,1888.41,-643.062,47.7455,3.99264,300,10,0,122,0,0,1), - (30050,1554,0,8808,0,1600.61,-669.31,55.2824,5.33911,300,5,0,156,0,0,1), - (30051,1554,0,8808,0,2505.49,-344.446,79.1171,5.63964,300,5,0,156,0,0,1), - (30052,1548,0,9020,0,2202.54,-392.724,74.1951,3.9999,300,10,0,122,0,0,1), - (30053,1555,0,368,0,2254.7,-851.399,74.9942,6.12831,300,10,0,176,0,0,1), - (30054,1549,0,3916,0,2580.58,-954.517,75.2265,3.14355,300,5,0,176,0,0,1), - (30055,1549,0,3916,0,2659.85,-888.487,68.3556,6.2539,300,10,0,176,0,0,1), - (30056,1555,0,368,0,2258.81,-747.746,66.9329,0.070362,300,10,0,176,0,0,1), - (30057,1554,0,8808,0,2380.01,-743.394,71.7807,2.96681,300,5,0,156,0,0,1), - (30058,1555,0,368,0,2215.33,-921.249,75.9841,2.74875,300,5,0,176,0,0,1), - (30059,1537,0,2483,0,2139.68,-577.814,80.5028,1.18866,300,5,0,156,0,0,1), - (30060,1538,0,2477,0,2237.77,-653.93,78.261,2.04207,300,0,0,166,178,0,0), - (30061,1537,0,2483,0,2117.76,-594.826,78.691,2.74017,300,0,0,156,0,0,0), - (30062,1529,0,1198,0,2046.02,-483.616,40.8892,1.74654,300,3,0,183,240,0,1), - (30063,1532,0,3228,0,2015.62,-425.206,35.3274,4.70848,300,10,0,198,0,0,1), - (30064,1513,0,9535,0,2135.03,1371.75,67.4462,4.45096,300,10,0,71,0,0,1), - (30065,1513,0,9535,0,1970.83,1358.35,67.2825,1.81564,300,10,0,71,0,0,1), - (30066,4850,70,722,0,-232.006,198.061,-44.532,2.94961,7200,0,0,4008,0,0,0), - (30067,4850,70,722,0,-250.699,264.989,-50.2675,6.05629,7200,0,0,4008,0,0,0), - (30068,4852,70,160,0,-334.994,80.9996,-51.1472,0.890118,7200,3,0,3279,1142,0,1), - (30069,4852,70,160,0,-296.946,140.831,-46.5533,0.349066,7200,2,0,3279,1142,0,1), - (30070,1513,0,9535,0,2090.58,1329.68,60.4422,0.530042,300,10,0,71,0,0,1), - (30071,1513,0,9535,0,2036.83,1351.34,63.8865,3.64032,300,5,0,71,0,0,1), - (30072,1513,0,9535,0,1898.02,1365.08,69.6885,0.751152,300,10,0,71,0,0,1), - (30073,4850,70,722,0,-317.726,117.748,-49.015,0,7200,2,0,4008,0,0,1), - (30074,4852,70,160,0,-350.327,100.63,-53.0457,4.71239,7200,1,0,3279,1142,0,1), - (30075,4852,70,160,0,-333.309,98.8381,-56.0877,0.418879,7200,3,0,3279,1142,0,1), - (30076,4850,70,722,0,-332,112.267,-54.0304,5.06145,7200,2,0,4008,0,0,1), - (30077,4852,70,160,0,-342.276,86.0456,-51.8534,0.645772,7200,2,0,3279,1142,0,1), - (30078,4850,70,722,0,-338.709,139.708,-49.575,4.29351,7200,3,0,4008,0,0,1), - (30079,4850,70,722,0,-305.035,131.561,-46.5367,3.56047,7200,0,0,4008,0,0,0), - (30080,4852,70,160,0,-331.743,119.006,-53.3566,0,7200,0,0,3279,1142,0,0), - (30081,4861,70,0,0,-189.706,277.083,-48.4021,1.29681,7200,0,0,4185,0,0,2), - (30082,7022,70,2488,0,-152.951,275.119,-46.8386,4.24115,7200,5,0,4377,0,0,1), - (30083,4861,70,1954,0,-69.8894,358.44,-51.3618,5.23599,7200,5,0,4185,0,0,1), - (30084,4863,70,4486,0,-178.951,321.668,-52.6526,2.72271,7200,3,0,4377,0,0,1), - (30085,4861,70,0,0,-144.605,223.96,-46.1905,0.596879,7200,0,0,4185,0,0,2), - (30086,7022,70,2488,0,-155.958,319.144,-49.1202,1.15192,7200,5,0,4377,0,0,1), - (30087,7022,70,2488,0,-133.63,229.448,-47.8246,4.64258,7200,3,0,4377,0,0,1), - (30088,4861,70,1954,0,-77.5891,373.853,-46.2722,3.1765,7200,5,0,4185,0,0,1), - (30089,4863,70,4486,0,-125.943,266.856,-45.7099,3.9619,7200,5,0,4377,0,0,1), - (30090,4861,70,1954,0,-112.023,353.095,-45.5119,1.93731,7200,5,0,4185,0,0,1), - (30091,4855,70,11166,0,58.6503,366.721,-38.8707,0.785398,7200,0,0,5148,0,0,0), - (30092,4855,70,11166,0,55.4041,379.024,-38.1699,2.18166,7200,0,0,5148,0,0,0), - (30093,4853,70,1194,0,62.5257,377.912,-38.2556,2.10292,7200,2,0,4119,1432,0,1), - (30094,4855,70,11166,0,55.8178,416.082,-41.0342,2.3869,7200,2,0,5148,0,0,1), - (30095,7320,70,11166,0,6.94175,278.814,-37.2726,1.00828,7200,2,0,5346,0,0,1), - (30096,7320,70,11166,0,25.8111,300.415,-40.3157,4.08407,7200,2,0,5346,0,0,1), - (30097,7320,70,11166,0,26.1589,293.341,-39.4752,1.65806,7200,2,0,5346,0,0,1), - (30098,4855,70,11166,0,49.7852,418.467,-40.9534,0.122173,7200,2,0,5148,0,0,1), - (30099,4853,70,1194,0,49.4747,425.58,-40.9556,3.59538,7200,3,0,4119,1432,0,1), - (30100,4855,70,11166,0,40.1434,445.185,-40.965,4.62512,7200,2,0,5148,0,0,1), - (30101,4853,70,1194,0,37.5974,438.76,-40.9636,4.7822,7200,3,0,4119,1432,0,1), - (30102,4855,70,11166,0,39.3714,311.03,-39.1286,2.63545,7200,0,0,5148,0,0,0), - (30103,4855,70,11166,0,49.9951,309.711,-40.1848,2.26893,7200,0,0,5148,0,0,0), - (30104,4853,70,1194,0,43.393,304.585,-39.5612,5.48033,7200,0,0,4119,1432,0,0), - (30105,4855,70,11166,0,40.5816,359.864,-43.2524,5.74213,7200,2,0,5148,0,0,1), - (30106,4855,70,11166,0,36.9656,331.841,-43.0655,0.802851,7200,4,0,5148,0,0,1), - (30107,4851,70,721,0,-191.578,138.187,-47.321,6.13962,7200,2,0,3831,0,0,1), - (30108,4852,70,160,0,-243.784,120.961,-46.6312,4.99385,7200,3,0,3279,1142,0,1), - (30109,4851,70,721,0,-176.665,143.337,-47.3272,1.65806,7200,3,0,3831,0,0,1), - (30110,4851,70,721,0,-174.126,137.393,-47.4112,2.02458,7200,2,1,3831,0,0,2), - (30111,4851,70,721,0,-287.446,83.2841,-48.723,0.948537,7200,2,0,3831,0,0,1), - (30112,4852,70,160,0,-174.826,75.6344,-48.7268,3.2467,7200,3,0,3279,1142,0,1), - (30113,4851,70,721,0,-231.575,137.174,-46.6299,3.1363,7200,2,0,3831,0,0,1), - (30114,6233,90,6978,0,-445.739,235.804,-207.823,3.83972,7200,2,0,2559,0,0,1), - (30115,6223,90,6981,0,-511.379,263.088,-207.823,4.86947,7200,2,0,2559,0,0,1), - (30116,6223,90,6982,0,-617.462,370.696,-247.188,2.68781,7200,3,0,2559,0,0,1), - (30117,6233,90,6978,0,-538.958,299.669,-213.308,4.88692,7200,3,0,2559,0,0,1), - (30118,6233,90,6978,0,-517.389,262.573,-207.823,5.55015,7200,2,0,2559,0,0,1), - (30119,6233,90,6978,0,-473.89,262.926,-207.823,0.645772,7200,3,0,2559,0,0,1), - (30120,6233,90,6978,0,-451.578,254.518,-207.823,1.37881,7200,2,0,2559,0,0,1), - (30121,6229,90,6774,0,-889.137,360.668,-272.513,6.24828,43200,0,0,5285,0,0,0), - (30122,6224,90,6936,0,-592.17,675.474,-326.956,2.68781,7200,0,0,905,0,0,0), - (30123,6234,90,6979,0,-733.908,539.547,-291.06,6.05298,7200,2,0,3018,0,0,1), - (30124,6212,90,3456,0,-743.592,584.593,-290.977,5.25344,7200,0,0,3171,0,0,0), - (30125,6212,90,3456,0,-626.563,695.14,-326.978,1.39626,7200,3,0,3171,0,0,1), - (30126,6234,90,6979,0,-751.043,599.917,-304.005,5.5676,7200,2,0,3018,0,0,1), - (30127,6212,90,3456,0,-705.796,692.904,-317.977,2.26893,7200,0,0,3171,0,0,0), - (30128,6234,90,6979,0,-672.532,539.306,-285.699,0.610865,7200,3,0,3018,0,0,1), - (30129,6212,90,3456,0,-708.767,693.423,-317.977,5.5676,7200,0,0,3171,0,0,0), - (30130,6234,90,6979,0,-591.665,689.392,-326.961,2.98451,7200,0,0,3018,0,0,0), - (30131,6212,90,3456,0,-731.227,710.28,-317.977,2.42601,7200,2,0,3171,0,0,1), - (30132,6212,90,0,0,-670.911,686.071,-326.812,2.99763,7200,0,0,3171,0,0,2), - (30133,6235,90,6915,0,-552.048,502.902,-216.727,5.75959,43200,0,0,5285,0,0,0), - (30134,7897,90,0,0,-569.716,132.406,-202.059,4.44676,7200,0,0,484,0,0,2), - (30135,7850,90,7132,0,-639.869,71.6499,-183.184,2.47837,7200,0,0,895,0,0,0), - (30136,7998,90,7138,0,-514.935,-138.544,-152.399,1.65806,7200,0,0,1040,0,0,0), - (30137,7079,90,0,0,-471.39,48.4756,-207.954,6.03304,43200,0,0,2865,0,0,2), - (30138,13876,90,11686,0,-617.377,715.521,-326.969,2.67035,7200,0,0,42,0,0,0), - (30139,7800,90,6980,0,-531.324,670.159,-325.185,2.9147,43200,0,0,9304,0,0,0), - (30140,7849,90,0,0,-445.317,207.375,-207.823,1.58319,1800,0,0,69,0,0,2), - (30141,7849,90,0,0,-894.855,397.924,-272.519,1.40283,1800,0,0,69,0,0,2), - (30142,7849,90,6888,0,-428.066,223.896,-211.543,4.84694,7200,5,0,69,0,0,1), - (30143,7849,90,0,0,-644.602,512.406,-272.998,1.35457,1800,0,0,69,0,0,2), - (30144,7849,90,6888,0,-804.261,531.519,-297.366,0.629426,7200,5,0,69,0,0,1), - (30145,6219,90,11137,0,-392.84,66.0599,-209.767,5.11381,7200,5,0,2559,0,0,1), - (30146,6218,90,358,0,-373.518,131.856,-208.89,3.52556,7200,5,0,2400,0,0,1), - (30147,6220,90,4907,0,-472.186,67.6719,-208.471,4.62512,7200,5,0,2196,756,0,1), - (30148,6218,90,358,0,-456.826,92.256,-210.002,3.59538,7200,5,0,2400,0,0,1), - (30149,6220,90,4907,0,-444.961,174.409,-208.732,3.26377,7200,5,0,2196,756,0,1), - (30150,6219,90,11137,0,-409.443,73.7753,-211.022,5.75959,7200,5,0,2559,0,0,1), - (30151,6220,90,4907,0,-380.697,97.865,-210.394,3.05433,7200,5,0,2196,756,0,1), - (30152,6218,90,358,0,-497.661,130.632,-209.168,3.9619,7200,5,0,2400,0,0,1), - (30153,6219,90,11137,0,-472.893,49.6316,-207.855,0.282745,7200,3,0,2559,0,0,1), - (30154,6220,90,4907,0,-452.865,118.505,-210.293,4.93928,7200,5,0,2196,756,0,1), - (30155,6206,90,830,0,-570.635,80.1587,-204.094,3.735,7200,5,0,2097,0,0,1), - (30156,6206,90,830,0,-619.84,58.4296,-199.565,3.1765,7200,5,0,2097,0,0,1), - (30157,6329,90,976,0,-642.76,76.9467,-183.17,0.890118,7200,2,0,1830,655,0,1), - (30158,6211,90,10285,0,-598.314,201.79,-169.966,0.907571,7200,0,0,2400,0,0,0), - (30159,6329,90,976,0,-588.034,18.7032,-179.596,5.51524,7200,3,0,1830,655,0,1), - (30160,6329,90,976,0,-550.351,137.763,-202.068,5.48033,7200,5,0,1830,655,0,1), - (30161,6329,90,976,0,-634.547,73.0335,-195.492,5.06145,7200,3,0,1830,655,0,1), - (30162,6329,90,976,0,-636.738,135.03,-183.794,0.139626,7200,3,0,1830,655,0,1), - (30163,6329,90,976,0,-540.361,33.9657,-196.964,0.122173,7200,2,0,1830,655,0,1), - (30164,6206,90,830,0,-573.965,77.0107,-203.874,5.88176,7200,5,0,2097,0,0,1), - (30165,6222,90,6933,0,-613.609,433.56,-230.601,4.0887,7200,2,0,905,0,0,1), - (30166,7603,90,6968,0,-474.927,443.173,-230.518,3.15905,7200,5,0,853,0,0,1), - (30167,7603,90,6968,0,-480.313,440.908,-230.518,1.76278,7200,2,0,853,0,0,1), - (30168,7603,90,6968,0,-481.016,430.803,-230.518,2.33874,7200,2,0,853,0,0,1), - (30169,7603,90,6967,0,-486.311,435.922,-230.518,0,7200,2,0,853,0,0,1), - (30170,6233,90,6978,0,-472.927,439.53,-230.518,1.11701,7200,2,0,2559,0,0,1), - (30171,6225,90,5926,0,-539.224,556.1,-273.08,4.43745,7200,5,0,2715,0,0,1), - (30172,6222,90,6932,0,-634.829,441.079,-273.063,0.601507,7200,0,0,905,0,0,0), - (30173,6222,90,6932,0,-586.3,596.17,-230.601,1.44707,7200,0,0,905,0,0,0), - (30174,6225,90,5926,0,-503.192,479.869,-273.08,5.01041,7200,5,0,2715,0,0,1), - (30175,7603,90,6967,0,-464.858,487.472,-230.601,0.360909,7200,2,0,853,0,0,1), - (30176,7603,90,6967,0,-469.306,480.047,-230.602,3.47808,7200,2,0,853,0,0,1), - (30177,7603,90,6967,0,-473.96,471.998,-230.518,3.85718,7200,2,0,853,0,0,1), - (30178,7603,90,6967,0,-469.989,486.403,-230.602,5.99827,7200,2,0,853,0,0,1), - (30179,6233,90,6978,0,-466.97,475.331,-230.601,5.81475,7200,2,0,2559,0,0,1), - (30180,7603,90,6967,0,-504.026,592.853,-230.518,4.5204,7200,2,0,853,0,0,1), - (30181,7603,90,6967,0,-503.62,588.685,-230.518,0,7200,5,0,853,0,0,1), - (30182,7603,90,6967,0,-498.561,589.783,-230.518,5.07891,7200,2,0,853,0,0,1), - (30183,7603,90,6968,0,-505.002,596.776,-230.601,3.60776,7200,2,0,853,0,0,1), - (30184,6222,90,6932,0,-493.585,591.612,-230.517,1.0821,7200,2,0,905,0,0,1), - (30185,6222,90,6933,0,-505.07,482.81,-273.08,6.21937,7200,2,0,905,0,0,1), - (30186,6230,90,0,0,-503.135,582.624,-230.601,2.74118,7200,0,0,2865,0,0,2), - (30187,7603,90,6968,0,-860.153,328.662,-316.413,1.86721,7200,3,0,853,0,0,1), - (30188,7603,90,6967,0,-860.844,330.92,-316.433,1.86691,7200,3,0,853,0,0,1), - (30189,7603,90,6968,0,-855.923,319.543,-316.408,5.21929,7200,3,0,853,0,0,1), - (30190,7603,90,6968,0,-858.642,320.32,-316.407,5.21926,7200,3,0,853,0,0,1), - (30191,6233,90,6978,0,-859.42,317.601,-316.407,5.21927,7200,5,0,2559,0,0,1), - (30192,6224,90,6936,0,-768.453,349.162,-272.596,4.49674,7200,2,0,905,0,0,1), - (30193,6227,90,0,0,-808.307,183.881,-273.004,4.12311,7200,0,0,2550,878,0,2), - (30194,7603,90,6968,0,-816.426,101.189,-264.648,0.139626,7200,2,0,853,0,0,1), - (30195,7603,90,6967,0,-806.775,99.9191,-264.648,4.92183,7200,2,0,853,0,0,1), - (30196,7603,90,6967,0,-810.912,95.8048,-264.648,3.85718,7200,2,0,853,0,0,1), - (30197,7603,90,6968,0,-811.106,103.936,-264.648,1.41372,7200,2,0,853,0,0,1), - (30198,6224,90,6936,0,-811.597,100.217,-264.648,6.03884,7200,2,0,905,0,0,1), - (30199,7603,90,6968,0,-763.268,346.868,-272.596,5.02194,7200,2,0,853,0,0,1), - (30200,7603,90,6968,0,-761.55,355.004,-272.596,4.64483,7200,2,0,853,0,0,1), - (30201,7603,90,6967,0,-756.644,340.992,-272.596,1.35328,7200,2,0,853,0,0,1), - (30202,7603,90,6967,0,-761.42,345.627,-272.596,4.43788,7200,2,0,853,0,0,1), - (30203,6233,90,6978,0,-758.589,358.368,-272.513,0,7200,5,0,2559,0,0,1), - (30204,6224,90,6936,0,-768.508,347.22,-272.596,1.75239,7200,2,0,905,0,0,1), - (30205,6224,90,6936,0,-798.383,192.561,-273.081,3.77095,7200,5,0,905,0,0,1), - (30206,6233,90,6978,0,-766.442,53.0244,-256.694,4.72984,7200,0,0,2559,0,0,0), - (30207,6227,90,6891,0,-876.693,363.197,-316.433,4.18204,7200,3,0,2550,878,0,1), - (30208,7603,90,6968,0,-824.891,419.662,-272.513,0.383972,7200,2,0,853,0,0,1), - (30209,7603,90,6967,0,-820.316,421.994,-272.513,0,7200,2,0,853,0,0,1), - (30210,7603,90,6968,0,-833.532,415.708,-272.513,2.25148,7200,2,0,853,0,0,1), - (30211,7603,90,6968,0,-829.622,421.078,-272.513,4.90438,7200,2,0,853,0,0,1), - (30212,6233,90,6978,0,-834.252,423.218,-272.513,1.309,7200,3,0,2559,0,0,1), - (30213,6207,90,764,0,-367.842,79.4234,-154.728,4.66982,7200,5,0,629,0,0,1), - (30214,6207,90,0,0,-543.498,212.75,-155.86,2.39444,7200,0,0,629,0,0,2), - (30215,6207,90,0,0,-533.139,70.3675,-201.784,3.02764,7200,0,0,629,0,0,2), - (30216,6207,90,0,0,-453.454,180.058,-154.737,3.2385,7200,0,0,629,0,0,2), - (30217,6207,90,0,0,-534.864,-31.667,-153.755,1.67356,7200,0,0,629,0,0,2), - (30218,6207,90,764,0,-583.11,82.3299,-202.996,4.52782,7200,5,0,629,0,0,1), - (30219,6206,90,830,0,-455.935,178.529,-154.66,3.66519,7200,5,0,2097,0,0,1), - (30220,6329,90,976,0,-558.493,172.266,-155.153,2.11185,7200,0,0,1830,655,0,0), - (30221,6329,90,976,0,-507.402,78.9238,-154.669,2.1293,7200,5,0,1830,655,0,1), - (30222,6329,90,976,0,-463.033,110.822,-151.173,3.08923,7200,0,0,1830,655,0,0), - (30223,6329,90,976,0,-468.348,177.182,-154.653,6.0912,7200,5,0,1830,655,0,1), - (30224,6329,90,976,0,-554.399,169.332,-155.153,1.01229,7200,0,0,1830,655,0,0), - (30225,6329,90,976,0,-436.441,122.539,-156.443,6.23082,7200,0,0,1830,655,0,0), - (30226,6329,90,976,0,-532.052,164.641,-155.236,2.6529,7200,1,0,1830,655,0,1), - (30227,6329,90,976,0,-367.322,126.659,-154.66,3.40339,7200,3,0,1830,655,0,1), - (30228,6329,90,976,0,-524.084,17.8809,-156.404,2.87979,7200,3,0,1830,655,0,1), - (30229,9676,90,9027,0,-559.508,195.829,-193.647,5.93412,7200,0,0,664,0,0,0), - (30230,6407,90,6629,0,-492.279,195.693,-193.619,1.43117,7200,0,0,2715,0,0,0), - (30231,6407,90,6629,0,-491.399,198.038,-193.618,4.08407,7200,0,0,2715,0,0,0), - (30232,6392,90,6608,0,-563.7,183.698,-193.653,3.36848,7200,0,0,2319,811,0,0), - (30233,6391,90,6610,0,-549.924,170.193,-193.654,4.45059,7200,0,0,2715,0,0,0), - (30234,6392,90,6609,0,-517.134,178.266,-193.638,6.16101,7200,0,0,2319,811,0,0), - (30235,6391,90,6611,0,-531.838,207.829,-193.631,0.645772,7200,0,0,2715,0,0,0), - (30236,6392,90,6608,0,-566.097,182.016,-193.654,0.715585,7200,0,0,2319,811,0,0), - (30237,6391,90,6611,0,-526.82,202.067,-193.631,0.907571,7200,0,0,2715,0,0,0), - (30238,6407,90,6628,0,-565.122,184.7,-193.653,5.06145,7200,0,0,2715,0,0,0), - (30239,6233,90,0,0,-432.132,230.477,-211.508,1.59581,7200,0,0,2559,0,0,2), - (30240,6233,90,6978,0,-516.385,281.052,-211.46,5.95157,7200,5,0,2559,0,0,1), - (30241,6223,90,6981,0,-549.057,278.595,-207.931,4.79965,7200,2,0,2559,0,0,1), - (30242,6223,90,6982,0,-490.481,272.661,-211.014,5.72468,7200,0,0,2559,0,0,0), - (30243,6223,90,6982,0,-468.047,262.68,-207.823,4.2237,7200,2,0,2559,0,0,1), - (30244,6233,90,6978,0,-545.239,274.565,-207.823,4.39823,7200,3,0,2559,0,0,1), - (30245,6233,90,0,0,-538.722,321.578,-220.447,4.69381,7200,0,0,2559,0,0,2), - (30246,6233,90,6978,0,-455.033,257.621,-207.823,0.122173,7200,5,0,2559,0,0,1), - (30247,6223,90,6982,0,-555.465,369.512,-231.596,5.51524,7200,5,0,2559,0,0,1), - (30248,6233,90,6978,0,-446.372,233.008,-207.908,4.77612,7200,2,0,2559,0,0,1), - (30249,6212,90,3456,0,-770.363,594.709,-290.977,2.68781,7200,2,0,3171,0,0,1), - (30250,6212,90,3456,0,-739.926,655.718,-321.699,3.28122,7200,3,0,3171,0,0,1), - (30251,6224,90,6936,0,-592.591,684.311,-326.979,2.87979,7200,0,0,905,0,0,0), - (30252,6212,90,3456,0,-643.658,531.464,-272.977,2.16421,7200,3,0,3171,0,0,1), - (30253,6234,90,6979,0,-629.39,688.504,-326.973,0.314159,7200,0,0,3018,0,0,0), - (30254,6232,90,6889,0,-735.933,556.045,-303.699,0.034907,7200,3,0,5285,0,0,1), - (30255,6232,90,6889,0,-762.838,625.098,-299.977,2.86234,7200,2,0,5285,0,0,1), - (30256,6232,90,6889,0,-626.68,702.281,-326.978,2.30383,7200,0,0,5285,0,0,0), - (30257,6224,90,6936,0,-590.177,681.183,-326.956,2.82743,7200,0,0,905,0,0,0), - (30258,6234,90,6979,0,-753.224,655.041,-308.977,5.2709,7200,3,0,3018,0,0,1), - (30259,6218,90,358,0,-409.037,107.892,-210.274,4.24115,7200,5,0,2400,0,0,1), - (30260,6220,90,4907,0,-398.085,137.244,-210.625,5.39307,7200,5,0,2196,756,0,1), - (30261,6218,90,358,0,-475.912,108.416,-210.486,2.47837,7200,5,0,2400,0,0,1), - (30262,6220,90,4907,0,-477.542,165.387,-208.442,4.95674,7200,5,0,2196,756,0,1), - (30263,6218,90,358,0,-407.507,159.097,-209.509,6.19592,7200,5,0,2400,0,0,1), - (30264,6219,90,11137,0,-430.123,94.1727,-209.397,4.20624,7200,5,0,2559,0,0,1), - (30265,6219,90,11137,0,-491.239,82.373,-206.368,0.750492,7200,5,0,2559,0,0,1), - (30266,6218,90,358,0,-401.565,51.417,-209.094,3.66783,7200,3,0,2400,0,0,1), - (30267,6218,90,358,0,-429.852,137.976,-211.669,1.29154,7200,5,0,2400,0,0,1), - (30268,6329,90,976,0,-601.919,197.694,-171.666,4.60767,7200,2,0,1830,655,0,1), - (30269,6206,90,830,0,-632.206,125.874,-183.795,0.436332,7200,3,0,2097,0,0,1), - (30270,6211,90,10285,0,-569.119,119.554,-201.877,4.15388,7200,5,0,2400,0,0,1), - (30271,6211,90,0,0,-554.067,73.9347,-201.257,2.83838,7200,0,0,2400,0,0,2), - (30272,6211,90,10285,0,-612.973,143.538,-199.573,0.820305,7200,5,0,2400,0,0,1), - (30273,6211,90,10285,0,-542.011,44.5614,-200.109,0.174533,7200,2,0,2400,0,0,1), - (30274,6206,90,830,0,-571.131,114.998,-201.73,1.74533,7200,5,0,2097,0,0,1), - (30275,6211,90,10285,0,-536.721,40.5053,-199.526,3.92699,7200,2,0,2400,0,0,1), - (30276,6211,90,10285,0,-591.135,25.0292,-179.599,1.06465,7200,3,0,2400,0,0,1), - (30277,6329,90,976,0,-556.832,96.8535,-201.481,2.21657,7200,2,0,1830,655,0,1), - (30278,6230,90,0,0,-529.127,526.401,-273.068,2.51303,7200,0,0,2865,0,0,2), - (30279,6230,90,0,0,-617.866,521.326,-273.069,5.91549,7200,0,0,2865,0,0,2), - (30280,7603,90,6967,0,-552.396,597.662,-230.601,5.71414,7200,2,0,853,0,0,1), - (30281,7603,90,6968,0,-554.885,600.666,-230.601,0.612689,7200,2,0,853,0,0,1), - (30282,7603,90,6967,0,-544.425,597.219,-230.518,0,7200,2,0,853,0,0,1), - (30283,7603,90,6967,0,-549.483,604.408,-230.601,1.01299,7200,2,0,853,0,0,1), - (30284,6233,90,6978,0,-547.883,600.839,-230.518,0.279253,7200,2,0,2559,0,0,1), - (30285,6225,90,5926,0,-605.78,507.486,-273.063,2.93658,7200,0,0,2715,0,0,0), - (30286,6225,90,5926,0,-538.906,449.608,-273.08,4.82357,7200,5,0,2715,0,0,1), - (30287,6225,90,5926,0,-584.71,548.082,-273.078,1.99953,7200,5,0,2715,0,0,1), - (30288,7603,90,6968,0,-596.179,418.708,-230.518,4.97419,7200,2,0,853,0,0,1), - (30289,7603,90,6968,0,-603.907,422.628,-230.518,3.42085,7200,2,0,853,0,0,1), - (30290,7603,90,6968,0,-595.935,423.398,-230.518,0,7200,2,0,853,0,0,1), - (30291,7603,90,6967,0,-601.673,418.79,-230.518,3.92699,7200,2,0,853,0,0,1), - (30292,6222,90,6935,0,-600.478,425.647,-230.518,5.3058,7200,2,0,905,0,0,1), - (30293,6225,90,5926,0,-586.658,464.285,-273.081,4.12239,7200,5,0,2715,0,0,1), - (30294,6222,90,6932,0,-468.093,468.025,-230.601,5.24667,7200,2,0,905,0,0,1), - (30295,6222,90,6933,0,-502.385,483.743,-273.08,6.06902,7200,5,0,905,0,0,1), - (30296,6224,90,6936,0,-838.863,289.553,-272.606,3.08878,7200,2,0,905,0,0,1), - (30297,7603,90,6968,0,-812.808,161.384,-271.228,3.61283,7200,3,0,853,0,0,1), - (30298,7603,90,6967,0,-810.541,167.407,-272.674,0.418879,7200,3,0,853,0,0,1), - (30299,7603,90,6968,0,-814.707,172.722,-272.996,0.20944,7200,3,0,853,0,0,1), - (30300,7603,90,6967,0,-814.842,167.411,-272.673,6.12611,7200,3,0,853,0,0,1), - (30301,6224,90,6936,0,-817.881,161.435,-271.241,1.46608,7200,3,0,905,0,0,1), - (30302,6227,90,6891,0,-823.162,402.095,-316.433,0.206138,7200,3,0,2550,878,0,1), - (30303,6224,90,6936,0,-760.483,56.4322,-257.402,4.5204,7200,0,0,905,0,0,0), - (30304,6227,90,6891,0,-781.462,200.618,-273.081,5.06208,7200,5,0,2550,878,0,1), - (30305,6227,90,0,0,-904.221,336.922,-272.596,4.5847,7200,0,0,2550,878,0,2), - (30306,6224,90,6936,0,-823.79,401.27,-316.433,6.02521,7200,2,0,905,0,0,1), - (30307,6227,90,6891,0,-767.642,346.271,-272.596,5.21228,7200,5,0,2550,878,0,1), - (30308,6224,90,6936,0,-763.52,358.724,-272.596,1.43922,7200,2,0,905,0,0,1), - (30309,6226,90,6890,0,-758.346,52.8884,-256.668,4.72984,7200,0,0,2865,0,0,0), - (30310,6329,90,976,0,-500.517,145.52,-154.633,0.837758,7200,5,0,1830,655,0,1), - (30311,6329,90,976,0,-555.872,176.441,-155.154,6.16101,7200,5,0,1830,655,0,1), - (30312,6329,90,976,0,-506.921,119.416,-154.66,3.54302,7200,5,0,1830,655,0,1), - (30313,6329,90,976,0,-434.69,84.9587,-151.747,5.93412,7200,0,0,1830,655,0,0), - (30314,6329,90,976,0,-465.155,179.25,-154.745,0.047407,7200,5,0,1830,655,0,1), - (30315,6206,90,830,0,-425.096,111.061,-156.425,3.29867,7200,0,0,2097,0,0,0), - (30316,6329,90,976,0,-497.042,67.753,-154.716,2.98451,7200,3,0,1830,655,0,1), - (30317,6206,90,830,0,-528.462,205.603,-155.156,5.93412,7200,5,0,2097,0,0,1), - (30318,6206,90,830,0,-522.26,44.992,-153.692,1.16937,7200,5,0,2097,0,0,1), - (30319,6206,90,830,0,-451.295,40.3806,-154.66,0.890118,7200,3,0,2097,0,0,1), - (30320,6391,90,6610,0,-543.691,167.098,-193.654,4.17134,7200,0,0,2715,0,0,0), - (30321,6391,90,6610,0,-500.113,223.078,-193.612,4.38078,7200,0,0,2715,0,0,0), - (30322,6391,90,6611,0,-503.532,221.496,-193.613,2.84489,7200,0,0,2715,0,0,0), - (30323,6392,90,6609,0,-501.96,222.333,-193.613,0.279253,7200,0,0,2319,811,0,0), - (30324,6391,90,6610,0,-513.335,177.048,-193.637,2.61799,7200,0,0,2715,0,0,0), - (30325,6233,90,6978,0,-538.47,370.845,-231.387,3.64774,7200,5,0,2559,0,0,1), - (30326,6223,90,6982,0,-561.423,306.01,-212.839,1.79769,7200,2,0,2559,0,0,1), - (30327,6223,90,6982,0,-440.169,267.683,-211.46,1.27409,7200,5,0,2559,0,0,1), - (30328,6223,90,6981,0,-427.261,238.569,-211.461,3.29867,7200,2,0,2559,0,0,1), - (30329,6233,90,6978,0,-653.546,420.784,-230.541,4.39823,7200,5,0,2559,0,0,1), - (30330,6233,90,0,0,-446.346,233.419,-207.872,1.63923,7200,0,0,2559,0,0,2), - (30331,6233,90,0,0,-657.316,376.562,-266.027,2.23283,7200,0,0,2559,0,0,2), - (30332,6234,90,6979,0,-593.833,679.447,-326.956,2.84489,7200,0,0,3018,0,0,0), - (30333,6212,90,3456,0,-754.458,657.834,-308.977,2.3911,7200,5,0,3171,0,0,1), - (30334,6212,90,3456,0,-727.748,648.272,-308.977,0.226893,7200,0,0,3171,0,0,0), - (30335,6234,90,6979,0,-701.913,547.059,-294.699,0.383972,7200,3,0,3018,0,0,1), - (30336,6212,90,3456,0,-735.093,713.3,-317.977,5.67232,7200,2,0,3171,0,0,1), - (30337,6234,90,6979,0,-664.285,697.697,-331.711,3.4383,7200,5,0,3018,0,0,1), - (30338,6234,90,6979,0,-758.873,640.617,-304.039,4.48742,7200,1,0,3018,0,0,1), - (30339,6212,90,3456,0,-743.108,622.601,-312.699,2.80998,7200,2,0,3171,0,0,1), - (30340,6232,90,6889,0,-754.444,574.93,-303.699,5.3058,7200,5,0,5285,0,0,1), - (30341,6212,90,3456,0,-712.112,550.954,-298.008,6.05503,7200,0,0,3171,0,0,0), - (30342,6329,90,976,0,-641.7,101.709,-192.37,0.017453,7200,0,0,1830,655,0,0), - (30343,6211,90,10285,0,-560.054,22.1415,-179.654,2.77507,7200,2,0,2400,0,0,1), - (30344,6206,90,830,0,-651.76,88.2629,-179.263,5.49779,7200,1,0,2097,0,0,1), - (30345,6329,90,976,0,-582.384,137.274,-202.052,5.58505,7200,3,0,1830,655,0,1), - (30346,6329,90,976,0,-577.057,35.9964,-197.327,2.93215,7200,0,0,1830,655,0,0), - (30347,442,0,366,0,-9613.65,-1964.81,62.7962,4.40484,300,0,0,328,0,0,0), - (30348,6329,90,976,0,-577.393,139.893,-202.054,5.2709,7200,5,0,1830,655,0,1), - (30349,6329,90,976,0,-555.28,20.0494,-179.653,2.26893,7200,2,0,1830,655,0,1), - (30350,6211,90,10285,0,-635.808,89.3161,-183.187,4.50295,7200,5,0,2400,0,0,1), - (30351,6206,90,830,0,-547.073,78.8734,-201.248,3.38594,7200,5,0,2097,0,0,1), - (30352,6211,90,10285,0,-569.925,231.347,-159.345,1.88496,7200,2,0,2400,0,0,1), - (30353,7603,90,6967,0,-640.209,514.683,-230.602,1.01504,7200,2,0,853,0,0,1), - (30354,7603,90,6967,0,-645.176,512.149,-230.601,3.99623,7200,2,0,853,0,0,1), - (30355,7603,90,6967,0,-641.537,508.083,-230.518,5.34071,7200,2,0,853,0,0,1), - (30356,7603,90,6967,0,-646.904,505.615,-230.601,2.21234,7200,2,0,853,0,0,1), - (30357,6233,90,6978,0,-637.756,516.192,-230.518,0,7200,2,0,2559,0,0,1), - (30358,6222,90,6933,0,-635.625,513.175,-230.602,1.09437,7200,2,0,905,0,0,1), - (30359,4020,1,358,0,2298.38,1549.32,287.606,0.041033,300,15,0,620,0,0,1), - (30360,7603,90,6968,0,-539.432,425.888,-230.519,0,7200,0,0,853,0,0,0), - (30361,7603,90,6968,0,-532.556,421.27,-230.518,4.95674,7200,2,0,853,0,0,1), - (30362,7603,90,6967,0,-538.575,416.534,-230.518,2.82743,7200,2,0,853,0,0,1), - (30363,7603,90,6968,0,-544.422,421.018,-230.518,3.80482,7200,2,0,853,0,0,1), - (30364,6222,90,6934,0,-531.995,416.335,-230.518,0.349066,7200,2,0,905,0,0,1), - (30365,6222,90,6933,0,-615.486,440.103,-273.061,5.49537,7200,2,0,905,0,0,1), - (30366,6222,90,6932,0,-539.803,554.096,-273.079,3.99421,7200,2,0,905,0,0,1), - (30367,6222,90,6935,0,-585.701,464.577,-273.081,3.43791,7200,2,0,905,0,0,1), - (30368,7603,90,6967,0,-519.763,535.871,-273.074,5.12976,7200,2,0,853,0,0,1), - (30369,7603,90,6967,0,-520.59,537.735,-273.074,5.46984,7200,2,0,853,0,0,1), - (30370,7603,90,6967,0,-519.572,540.375,-273.075,5.7171,7200,2,0,853,0,0,1), - (30371,7603,90,6967,0,-522.211,541.392,-273.074,5.98327,7200,2,0,853,0,0,1), - (30372,6222,90,6933,0,-523.229,538.753,-273.073,5.75422,7200,2,0,905,0,0,1), - (30373,7603,90,6967,0,-456.864,466.615,-230.601,1.93866,7200,2,0,853,0,0,1), - (30374,7603,90,6967,0,-464.134,453.529,-230.518,1.22173,7200,2,0,853,0,0,1), - (30375,7603,90,6968,0,-467.127,458.6,-230.518,0,7200,2,0,853,0,0,1), - (30376,7603,90,6967,0,-460.763,451.258,-230.517,6.26573,7200,2,0,853,0,0,1), - (30377,6222,90,6932,0,-461.171,464.069,-230.601,0.802967,7200,2,0,905,0,0,1), - (30378,7603,90,6968,0,-591.288,583.902,-230.517,6.24828,7200,2,0,853,0,0,1), - (30379,7603,90,6967,0,-596.914,584.571,-230.601,4.46223,7200,2,0,853,0,0,1), - (30380,7603,90,6967,0,-593.291,589.403,-230.517,0,7200,2,0,853,0,0,1), - (30381,7603,90,6968,0,-599.175,579.219,-230.602,0.809533,7200,2,0,853,0,0,1), - (30382,6222,90,6934,0,-592.991,578.047,-230.517,5.3058,7200,2,0,905,0,0,1), - (30383,6222,90,6934,0,-487.225,549.376,-230.602,2.94272,7200,0,0,905,0,0,0), - (30384,6226,90,6890,0,-837.74,291.732,-272.605,0.783807,7200,5,0,2865,0,0,1), - (30385,6226,90,0,0,-870.887,412.753,-316.378,0.629453,1800,0,0,2865,0,0,2), - (30386,6226,90,6890,0,-858.712,391.157,-316.43,2.59422,7200,3,0,2865,0,0,1), - (30387,6224,90,6936,0,-840.707,290.14,-272.607,5.71985,7200,2,0,905,0,0,1), - (30388,6227,90,6891,0,-822.527,425.77,-272.59,0.008276,7200,5,0,2550,878,0,1), - (30389,6224,90,6936,0,-798.065,382.68,-316.433,1.66084,7200,2,0,905,0,0,1), - (30390,6227,90,6891,0,-743.622,238.119,-273.08,2.5883,7200,5,0,2550,878,0,1), - (30391,6226,90,0,0,-894.059,405.467,-272.559,1.41748,7200,0,0,2865,0,0,2), - (30392,6226,90,0,0,-785.107,547.2,-291.131,3.7642,1800,0,0,2865,0,0,2), - (30393,6224,90,6936,0,-826.708,425.943,-272.592,6.18491,7200,2,0,905,0,0,1), - (30394,6329,90,976,0,-512.154,175.506,-155.153,2.53073,7200,3,0,1830,655,0,1), - (30395,6329,90,976,0,-425.039,178.295,-154.66,5.74213,7200,5,0,1830,655,0,1), - (30396,6206,90,830,0,-499.676,43.3165,-156.403,1.44862,7200,3,0,2097,0,0,1), - (30397,6329,90,976,0,-530.666,201.902,-155.156,4.45059,7200,5,0,1830,655,0,1), - (30398,6329,90,976,0,-410.196,39.4883,-154.66,4.85202,7200,5,0,1830,655,0,1), - (30399,6329,90,976,0,-507.703,110.804,-154.66,4.10152,7200,5,0,1830,655,0,1), - (30400,6206,90,830,0,-368.251,84.5512,-154.66,5.02655,7200,3,0,2097,0,0,1), - (30401,4020,1,358,0,2278.41,1578.62,299.24,0.074127,300,15,0,620,0,0,1), - (30402,4020,1,358,0,2353.48,1614.1,293.087,5.71581,300,15,0,620,0,0,1), - (30403,4020,1,358,0,2339.16,1601.55,288.966,4.03843,300,15,0,620,0,0,1), - (30404,4020,1,358,0,2355.54,1626.13,300.493,1.06389,300,15,0,620,0,0,1), - (30405,4559,0,2653,0,1623.77,272.448,-43.0192,4.55531,300,0,0,1605,0,0,0), - (30406,4020,1,358,0,2377.02,1684.89,333.716,2.19672,300,5,0,620,0,0,1), - (30407,4020,1,358,0,2381.16,1599.5,289.973,0.597209,300,5,0,620,0,0,1), - (30408,4020,1,358,0,2389.01,1546.52,278.888,6.13781,300,5,0,620,0,0,1), - (30409,4020,1,358,0,2590.55,1420.23,235.497,1.0359,300,15,0,620,0,0,1), - (30410,4020,1,358,0,2508.85,1291.15,272.074,0.285273,300,15,0,620,0,0,1), - (30411,4020,1,358,0,1955.66,961.039,178.955,0.715173,300,10,0,620,0,0,1), - (30412,4020,1,358,0,2414.55,1379.6,275.722,5.12318,300,5,0,620,0,0,1), - (30413,4021,1,1145,0,2547.62,1581.54,270.162,4.21114,300,15,0,664,0,0,1), - (30414,4021,1,1145,0,2346.06,1382.32,276.914,2.09699,300,5,0,664,0,0,1), - (30415,4021,1,1145,0,2286.67,1342.42,287.6,3.38243,300,5,0,664,0,0,1), - (30416,4021,1,1145,0,2259.91,1583.15,309.288,4.89504,300,5,0,664,0,0,1), - (30417,4021,1,1145,0,2486.35,1578.95,263.017,0.769485,300,15,0,664,0,0,1), - (30418,4021,1,1145,0,2325.27,1612.52,292.759,4.42215,300,15,0,664,0,0,1), - (30419,4022,1,3022,0,987.964,1735.38,-9.06532,5.66743,300,5,0,617,0,0,1), - (30420,4022,1,3022,0,1003.41,1691.52,-4.956,1.82264,300,15,0,617,0,0,1), - (30421,4022,1,3022,0,941.307,1655.49,-12.7333,0.472381,300,15,0,617,0,0,1), - (30422,4022,1,3022,0,936.874,1560.52,-13.6834,0.501217,300,15,0,617,0,0,1), - (30423,4022,1,3022,0,858.4,1524.47,-18.0082,0.98051,300,5,0,617,0,0,1), - (30424,4022,1,3022,0,1480.33,1400.29,141.117,5.24159,300,15,0,617,0,0,1), - (30425,4022,1,3022,0,1318.12,1421.49,103.264,0.581776,300,15,0,617,0,0,1), - (30426,4022,1,3022,0,817.937,1646.43,-29.1048,2.29858,300,15,0,617,0,0,1), - (30427,4022,1,3022,0,800.463,1616.58,-31.8395,2.61373,300,15,0,617,0,0,1), - (30428,4022,1,3022,0,821.861,1771.99,-15.4093,3.64097,300,15,0,617,0,0,1), - (30429,4022,1,3022,0,750.844,1685.66,-31.5314,2.83096,300,15,0,617,0,0,1), - (30430,4022,1,3022,0,826.756,1642.2,-28.6399,1.13656,300,15,0,617,0,0,1), - (30431,4022,1,3022,0,949.317,1715.29,-14.6905,3.38508,300,15,0,617,0,0,1), - (30432,4415,1,11348,0,-4363.88,-3859.21,55.161,1.5298,360,5,0,1751,0,0,1), - (30433,4397,1,7836,0,-2219.35,-4282.37,-1.43956,5.37318,360,10,0,1403,0,0,1), - (30434,4389,1,2601,0,-3498.21,-3685.94,-7.42197,0.37362,360,5,0,1532,0,0,1), - (30435,4401,1,2426,0,-3388.54,-3627.93,9.8831,2.06378,360,5,0,1403,0,0,1), - (30436,4401,1,2426,0,-3563.72,-3907.95,12.0072,6.21091,360,5,0,1403,0,0,1), - (30437,4404,1,2600,0,-3545.42,-4004.01,5.25686,4.21264,360,5,0,1211,1067,0,1), - (30438,4403,1,2599,0,-4424.5,-4243.94,-5.50659,1.95991,360,5,0,1464,0,0,1), - (30439,4403,1,2599,0,-4355.74,-4119.93,-0.909944,0.72706,360,5,0,1464,0,0,1), - (30440,4403,1,2599,0,-4376.79,-4153.64,-5.36289,5.88719,360,5,0,1464,0,0,1), - (30441,4404,1,2600,0,-4420.57,-4178.95,-5.141,3.43653,360,5,0,1211,1067,0,1), - (30442,5057,1,3016,0,-3935.79,-2893.68,40.7898,2.07694,360,0,0,1542,0,0,0), - (30443,5057,1,3016,0,-3954.27,-2879.46,42.7898,1.5708,360,0,0,1542,0,0,0), - (30444,5057,1,3016,0,-3908.52,-2876.12,46.3821,5.75666,360,5,0,1542,0,0,1), - (30445,5089,1,3017,0,-3934.05,-2869.68,51.2515,5.41052,360,0,0,1590,0,0,0), - (30446,4351,1,2571,0,-2586.11,-3553.65,45.9208,4.93699,360,5,0,1469,0,0,1), - (30447,1412,1,134,0,-3869.58,-4431.88,10.4866,4.94411,360,10,0,8,0,0,1), - (30448,1412,1,134,0,-3861.46,-4463.37,10.4851,0.256629,360,10,0,8,0,0,1), - (30450,10036,1,0,0,-3095.63,-2871.48,34.1132,0.204674,360,0,0,5215,0,0,2), - (30451,4883,1,10704,0,-3112.94,-2885.78,35.3489,3.49066,360,0,0,2568,0,0,0), - (30452,10036,1,10704,0,-3173.94,-2877.34,33.9974,0.628319,360,0,0,5215,0,0,0), - (30453,6567,1,5368,0,-3112.53,-2820.13,34.3158,4.46804,360,0,0,2766,0,0,0), - (30454,4979,1,2980,0,-3998.66,-4735.98,5.26745,2.37365,360,0,0,4665,0,0,0), - (30455,4952,1,3019,0,-3685.11,-4509.88,11.7274,3.08923,360,0,0,64,0,0,0), - (30456,4890,1,4833,0,-3708.59,-4513.15,11.9936,3.63029,360,0,0,2568,0,0,0), - (30457,4888,1,4859,0,-3785.93,-4366.85,16.8715,4.18879,360,0,0,2192,0,0,0), - (30458,4973,1,4835,0,-3770.08,-4531.74,11.5426,5.28602,360,0,0,3517,0,0,0), - (30459,4979,1,2977,0,-3788.92,-4612.75,46.0236,4.36332,360,0,0,4665,0,0,0), - (30460,4345,1,807,0,-4548.91,-3889.47,29.2414,3.11035,360,10,0,4572,0,0,1), - (30461,4345,1,807,0,-4442.22,-3920.92,33.1475,5.89632,360,10,0,4572,0,0,1), - (30462,4388,1,2425,0,-4083.11,-4517.27,-36.2887,3.08796,360,10,0,1826,0,0,1), - (30464,4343,1,814,0,-3525.69,-2726.99,29.7144,6.06742,360,10,0,1536,0,0,1), - (30465,4346,1,2700,0,-3151.23,-3625.94,66.942,2.52533,360,5,0,1403,0,0,1), - (30466,4414,1,2542,0,-2551.34,-2848.82,65.2243,6.06282,360,10,0,1469,0,0,1), - (30467,4414,1,2542,0,-2465.57,-2918.18,39.8907,0.09834,360,10,0,1469,0,0,1), - (30468,4366,1,9134,0,-2539.29,-4925.56,34.7787,0.330479,1200,0,0,8883,0,0,0), - (30469,4366,1,9134,0,-2529.2,-4918.36,34.719,0.282521,1200,0,0,8883,0,0,0), - (30470,4364,1,9135,0,-2552.68,-4915.19,33.3198,4.54102,1200,5,0,8883,0,0,1), - (30471,4366,1,9134,0,-2681.03,-4947.89,22.9958,2.57683,1200,5,0,8883,0,0,1), - (30472,2914,1,1206,0,-2910.34,-3059.59,29.3974,1.58505,360,10,0,8,0,0,1), - (30473,2914,1,1206,0,-4012.64,-2846.04,33.7724,6.283,360,10,0,8,0,0,1), - (30474,6145,1,4878,0,-3415.99,-3766.95,-14.1428,1.63139,360,5,0,42,0,0,1), - (30475,4397,1,7836,0,-2256.25,-4014.99,-3.75097,3.30449,360,10,0,1403,0,0,1), - (30476,4023,1,6813,0,627.199,1814.83,-10.6556,6.23601,300,15,0,734,0,0,1), - (30477,4023,1,6813,0,658.863,1794.31,-12.66,5.09244,300,5,0,734,0,0,1), - (30478,4404,1,2600,0,-4245.7,-4197.51,-7.89745,4.15103,360,5,0,1211,1067,0,1), - (30479,4403,1,2599,0,-4239.08,-4134.22,16.6074,1.47501,360,5,0,1464,0,0,1), - (30480,4352,1,1962,0,-2582.7,-3627.5,78.6928,6.07528,360,5,0,1469,0,0,1), - (30481,4952,1,3019,0,-3693.84,-4502.22,11.7301,0,360,0,0,64,0,0,0), - (30482,4979,1,2977,0,-4034.33,-4679.43,6.27648,5.48033,360,0,0,4665,0,0,0), - (30483,4952,1,3019,0,-3685.06,-4502.28,11.7258,3.12414,360,0,0,64,0,0,0), - (30484,4886,1,11038,0,-3797.94,-4367.99,16.8715,5.48033,360,0,0,2016,0,0,0), - (30485,4900,1,4832,0,-3700.84,-4331.73,11.4981,4.46804,360,0,0,2192,0,0,0), - (30486,4979,1,2977,0,-4012.71,-4722.93,5.20877,5.55015,360,0,0,4665,0,0,0), - (30487,4979,1,2977,0,-3837.93,-4571.93,8.80104,1.49538,360,5,0,4665,0,0,1), - (30488,4979,1,2980,0,-3981.16,-4716.96,4.36853,2.42601,360,0,0,4665,0,0,0), - (30489,4892,1,4827,0,-3779.61,-4542.27,11.4837,2.05949,360,0,0,2192,0,0,0), - (30491,4345,1,807,0,-4711.8,-3639.68,29.7498,5.89921,360,0,0,4572,0,0,0), - (30492,4388,1,2425,0,-4119.66,-4550.71,-48.1245,2.91699,360,10,0,1826,0,0,1), - (30493,4388,1,2425,0,-4068.84,-4650.72,-37.4773,1.49002,360,10,0,1826,0,0,1), - (30494,4343,1,814,0,-3485.04,-3171.71,28.9237,5.76691,360,10,0,1536,0,0,1), - (30495,4414,1,2542,0,-2712.31,-3934.22,75.349,1.36309,360,10,0,1469,0,0,1), - (30496,4414,1,2542,0,-3319.99,-4204.49,42.4945,5.03846,360,10,0,1469,0,0,1), - (30497,4364,1,9135,0,-2785.84,-4937.19,73.4652,4.32842,1200,0,0,8883,0,0,0), - (30498,4364,1,9135,0,-2678.3,-5015.61,21.6941,4.79133,1200,5,0,8883,0,0,1), - (30499,1420,1,901,0,-3489.08,-3301.7,31.7731,0.218494,360,10,0,8,0,0,1), - (30500,1420,1,901,0,-4133.9,-2899.45,28.9573,5.81954,360,10,0,8,0,0,1), - (30501,2914,1,1206,0,-3286.5,-4106.71,18.9938,0.065626,360,10,0,8,0,0,1), - (30502,2914,1,1206,0,-2604.49,-3009.52,28.841,4.99126,360,10,0,8,0,0,1), - (30503,4397,1,7836,0,-2284.86,-4366.16,-2.28357,2.3341,360,10,0,1403,0,0,1), - (30504,4334,1,8309,0,-4980.38,-3816.38,43.3925,3.24631,360,0,0,4119,1432,0,0), - (30505,4897,1,4855,0,-3834.53,-4462.94,12.564,1.5708,360,0,0,1930,0,0,0), - (30506,4885,1,4825,0,-3835.71,-4397.69,11.0168,5.51524,360,0,0,2016,0,0,0), - (30507,4891,1,4853,0,-3690.54,-4554.1,11.9936,3.63029,360,0,0,1454,0,0,0), - (30508,5202,1,3020,0,-3763.98,-4559.92,10.473,2.09439,360,0,0,64,0,0,0), - (30510,4979,1,2977,0,-3786.87,-4483.29,13.9451,3.96632,360,0,0,4665,0,0,0), - (30513,4345,1,807,0,-4270.14,-3511.02,40.6347,3.48435,360,10,0,4572,0,0,1), - (30514,4345,1,807,0,-4475.47,-3873.43,30.3174,0.170935,360,10,0,4572,0,0,1), - (30515,4388,1,2425,0,-4082.35,-4554.34,-44.9269,2.67132,360,10,0,1826,0,0,1), - (30516,6145,1,4878,0,-4165.14,-4226.4,-13.884,1.84912,360,5,0,42,0,0,1), - (30517,6145,1,4878,0,-3589.29,-3713.32,-4.36678,0.928076,360,5,0,42,0,0,1), - (30518,6145,1,4878,0,-3597.3,-3991.92,-13.7137,3.65154,360,5,0,42,0,0,1), - (30519,2914,1,1206,0,-4550,-2980.3,30.7658,4.71239,360,10,0,8,0,0,1), - (30520,1420,1,901,0,-3883.85,-3463.54,30.1474,1.5708,360,10,0,8,0,0,1), - (30521,4979,1,2977,0,-3932.29,-4735.86,4.96947,3.89208,360,0,0,4665,0,0,0), - (30522,4979,1,2978,0,-3767.43,-4347.73,11.3043,4.79965,360,0,0,4665,0,0,0), - (30523,4979,1,2977,0,-3785.45,-4631.84,10.8455,5.2709,360,0,0,4665,0,0,0), - (30524,5202,1,3020,0,-3757.98,-4556.42,10.4911,2.14675,360,0,0,64,0,0,0), - (30525,4979,1,2977,0,-3872.81,-4547.33,10.2642,1.62724,360,0,0,4665,0,0,0), - (30526,1420,1,901,0,-4205.8,-3367.19,28.6474,1.70538,360,10,0,8,0,0,1), - (30527,2914,1,1206,0,-3547.02,-3212.42,33.1416,4.25974,360,10,0,8,0,0,1), - (30528,1420,1,901,0,-3023.77,-3762.44,42.246,5.66862,360,10,0,8,0,0,1), - (30529,1420,1,901,0,-2485.89,-2911.55,28.6845,0.606406,360,10,0,8,0,0,1), - (30530,2914,1,1206,0,-4009.01,-3720.77,44.4411,2.31565,360,10,0,8,0,0,1), - (30531,6145,1,4878,0,-4285.7,-4086.62,-6.71363,5.94126,360,5,0,42,0,0,1), - (30532,4952,1,3019,0,-3685.1,-4506.13,11.7261,3.12414,360,0,0,64,0,0,0), - (30533,4345,1,807,0,-4652.73,-3654.95,30.3045,0.488692,360,0,0,4572,0,0,0), - (30534,4345,1,807,0,-4488.92,-3958.47,29.662,5.39963,360,10,0,4572,0,0,1), - (30535,4388,1,2425,0,-4109.62,-4582.04,-52.07,1.20915,360,10,0,1826,0,0,1), - (30536,6145,1,4878,0,-4359.05,-4164.09,-2.94164,2.91028,360,5,0,42,0,0,1), - (30537,1420,1,901,0,-4430.44,-3236.22,28.7224,6.1096,360,10,0,8,0,0,1), - (30538,1420,1,901,0,-4560.39,-3743.34,29.7568,3.91815,360,10,0,8,0,0,1), - (30539,2914,1,1206,0,-4498.42,-2920.95,29.5638,1.54479,360,10,0,8,0,0,1), - (30540,2914,1,1206,0,-4745.53,-3414.81,38.9334,1.49447,360,10,0,8,0,0,1), - (30541,2914,1,1206,0,-4712.72,-3262.75,30.1475,0.654967,360,10,0,8,0,0,1), - (30542,1420,1,901,0,-2775.81,-3655.98,38.4906,3.49712,360,10,0,8,0,0,1), - (30543,6145,1,4878,0,-4081.52,-4590.69,-43.4225,3.78791,360,5,0,42,0,0,1), - (30544,2914,1,1206,0,-4261.9,-3456.54,33.9345,4.2898,360,10,0,8,0,0,1), - (30545,4345,1,807,0,-4539.05,-3939.43,31.7311,0.635689,360,10,0,4572,0,0,1), - (30546,4345,1,807,0,-4587.35,-3931.11,31.0968,4.77688,360,10,0,4572,0,0,1), - (30547,4345,1,807,0,-4209.63,-3634.19,31.9821,1.05649,360,10,0,4572,0,0,1), - (30548,4345,1,807,0,-4503.69,-3651.55,36.5476,5.49365,360,10,0,4572,0,0,1), - (30549,2914,1,1206,0,-2743.64,-3754.61,28.6098,3.45531,360,10,0,8,0,0,1), - (30550,6145,1,4878,0,-3631.13,-3924.88,-8.77026,4.20415,360,5,0,42,0,0,1), - (30551,1420,1,901,0,-4469.03,-3022.39,29.1474,2.77324,360,10,0,8,0,0,1), - (30552,1420,1,901,0,-4507.4,-2768.67,35.0208,2.72515,360,10,0,8,0,0,1), - (30553,1420,1,901,0,-2885.42,-3822.92,29.3974,4.32356,360,10,0,8,0,0,1), - (30554,1420,1,901,0,-3476.92,-3154.61,28.942,3.10645,360,10,0,8,0,0,1), - (30555,2914,1,1206,0,-3877.92,-3545.78,38.487,5.05515,360,10,0,8,0,0,1), - (30556,4345,1,807,0,-4270.28,-3176.86,31.8974,2.63717,360,10,0,4572,0,0,1), - (30557,1420,1,901,0,-3641.63,-3024.18,34.3031,4.45454,360,10,0,8,0,0,1), - (30558,6145,1,4878,0,-3401.44,-4368.7,-2.09004,3.66292,360,5,0,42,0,0,1), - (30559,2914,1,1206,0,-3886.93,-3607.23,29.1779,1.7954,360,10,0,8,0,0,1), - (30560,2914,1,1206,0,-2791.3,-3178.35,34.3979,4.44616,360,10,0,8,0,0,1), - (30561,1420,1,901,0,-3800.2,-2954.41,28.8189,1.49252,360,10,0,8,0,0,1), - (30562,1420,1,901,0,-2676.83,-2934.31,32.2618,2.69541,360,10,0,8,0,0,1), - (30563,1420,1,901,0,-3795.12,-2815.73,28.8974,2.41189,360,10,0,8,0,0,1), - (30564,4345,1,807,0,-4579.46,-3663.9,29.9903,4.23163,360,10,0,4572,0,0,1), - (30565,1420,1,901,0,-4578.95,-3456.33,32.0225,0.606858,360,10,0,8,0,0,1), - (30566,2914,1,1206,0,-4147.33,-3010,31.0224,1.0456,360,10,0,8,0,0,1), - (30567,2914,1,1206,0,-3036.36,-3182.16,29.9536,5.60845,360,10,0,8,0,0,1), - (30568,1420,1,901,0,-3163.28,-3109.15,28.954,5.77761,360,10,0,8,0,0,1), - (30569,2914,1,1206,0,-2700.64,-3265.98,29.218,3.89795,360,10,0,8,0,0,1), - (30570,6145,1,4878,0,-2409.71,-4230.6,-7.86645,1.2431,360,5,0,42,0,0,1), - (30571,1420,1,901,0,-4592.15,-3656.69,33.3653,1.52868,360,10,0,8,0,0,1), - (30572,2914,1,1206,0,-4604.26,-3887.68,29.9362,3.5511,360,10,0,8,0,0,1), - (30573,2914,1,1206,0,-2994.17,-3650.09,29.8245,2.75056,360,10,0,8,0,0,1), - (30574,1420,1,901,0,-3181,-3851.97,27.5954,4.84352,360,10,0,8,0,0,1), - (30575,1420,1,901,0,-4469.8,-3308.81,38.2725,4.60652,360,10,0,8,0,0,1), - (30576,2914,1,1206,0,-4770.91,-3387.72,33.552,5.45961,360,10,0,8,0,0,1), - (30577,2914,1,1206,0,-4483.92,-3554.71,41.9833,5.12953,360,10,0,8,0,0,1), - (30578,1420,1,901,0,-3374.39,-3124.77,33.8974,1.56092,360,10,0,8,0,0,1), - (30579,6145,1,4878,0,-3516.29,-3866.47,-8.77005,1.33324,360,5,0,42,0,0,1), - (30580,6145,1,4878,0,-4237.02,-4254.9,-13.4215,2.26706,360,5,0,42,0,0,1), - (30581,1420,1,901,0,-3112.75,-2970.34,31.0231,3.09271,360,10,0,8,0,0,1), - (30582,2914,1,1206,0,-4086.59,-3123.85,33.1529,1.13771,360,10,0,8,0,0,1), - (30583,1420,1,901,0,-4445.17,-3662,35.7724,4.15248,360,10,0,8,0,0,1), - (30584,1420,1,901,0,-4588.94,-3728.77,32.7219,5.61546,360,10,0,8,0,0,1), - (30585,2914,1,1206,0,-3815.71,-3257.11,28.8974,2.85212,360,10,0,8,0,0,1), - (30586,2914,1,1206,0,-4510.63,-3123.34,30.1602,6.24024,360,10,0,8,0,0,1), - (30587,1420,1,901,0,-4448.66,-3952.83,31.5052,0.785369,360,10,0,8,0,0,1), - (30588,2914,1,1206,0,-4640.49,-3306.78,36.0694,6.24219,360,10,0,8,0,0,1), - (30589,1420,1,901,0,-4487,-3407.75,28.6475,4.63938,360,10,0,8,0,0,1), - (30590,6145,1,4878,0,-4018.14,-4656.73,-31.0403,3.0468,360,5,0,42,0,0,1), - (30591,1420,1,901,0,-4733.37,-3611.82,30.6575,0.802851,360,0,0,8,0,0,0), - (30592,1420,1,901,0,-4057.24,-3595.22,36.0725,4.27671,360,10,0,8,0,0,1), - (30593,1420,1,901,0,-3286.25,-3938.52,21.7131,2.68775,360,10,0,8,0,0,1), - (30594,2914,1,1206,0,-4331.89,-3642.15,33.02,4.47919,360,10,0,8,0,0,1), - (30595,1420,1,901,0,-2795.87,-2937.36,28.6243,1.09749,360,10,0,8,0,0,1), - (30596,2914,1,1206,0,-4472.64,-3728.2,31.2513,6.27147,360,10,0,8,0,0,1), - (30597,2914,1,1206,0,-3922.96,-2980.73,30.7019,4.74753,360,10,0,8,0,0,1), - (30598,1420,1,901,0,-4592.51,-3248.56,30.5153,3.82227,360,0,0,8,0,0,0), - (30599,1420,1,901,0,-4662.09,-3456.14,28.7887,5.82754,360,10,0,8,0,0,1), - (30600,2914,1,1206,0,-2863.71,-3642.45,28.6474,5.34812,360,10,0,8,0,0,1), - (30601,1420,1,901,0,-3652.96,-3119.03,34.0648,1.21134,360,10,0,8,0,0,1), - (30602,2914,1,1206,0,-4111.23,-2786.77,28.6991,3.45792,360,10,0,8,0,0,1), - (30603,1420,1,901,0,-3753.46,-3352.65,29.208,1.03608,360,10,0,8,0,0,1), - (30604,1420,1,901,0,-4652.06,-3872.22,28.6058,4.45059,360,0,0,8,0,0,0), - (30605,6145,1,4878,0,-4330.95,-4267.85,-7.73097,3.86539,360,5,0,42,0,0,1), - (30606,1420,1,901,0,-4714.09,-3487.33,31.8374,5.04194,360,10,0,8,0,0,1), - (30607,4346,1,2700,0,-3354.48,-3982.93,36.6572,3.05164,360,5,0,1403,0,0,1), - (30608,4346,1,2700,0,-3276.48,-3843.78,50.2146,0.771587,360,5,0,1403,0,0,1), - (30609,1420,1,901,0,-2720.35,-2983.59,36.066,3.03978,360,10,0,8,0,0,1), - (30610,5057,1,3016,0,-3903.37,-2883.93,41.5277,2.67035,360,0,0,1542,0,0,0), - (30611,5057,1,3016,0,-3912.21,-2892.58,41.9027,1.98968,360,0,0,1542,0,0,0), - (30612,2914,1,1206,0,-3285.58,-2979.47,37.0923,4.48163,360,10,0,8,0,0,1), - (30613,1420,1,901,0,-3442.94,-2882.93,28.5786,5.15801,360,10,0,8,0,0,1), - (30614,4345,1,807,0,-4163.06,-3646.13,30.3372,2.56333,360,10,0,4572,0,0,1), - (30615,2914,1,1206,0,-4352.67,-3525.94,34.2396,2.93118,360,10,0,8,0,0,1), - (30616,6145,1,4878,0,-3649.84,-4257.38,-4.04896,5.79162,360,5,0,42,0,0,1), - (30617,4362,1,11293,0,-2595.94,-4036.54,6.84542,5.93853,360,5,0,1469,0,0,1), - (30618,4404,1,2600,0,-3408.92,-3554.67,15.8086,5.74786,360,5,0,1211,1067,0,1), - (30619,4401,1,2426,0,-3421.67,-3695.51,14.7043,0.654063,360,5,0,1403,0,0,1), - (30620,4397,1,7836,0,-3016.44,-4445.98,-8.99091,1.69226,180,5,0,1403,0,0,1), - (30621,4397,1,7836,0,-3103.46,-4432.14,-11.646,5.43159,180,5,0,1403,0,0,1), - (30622,4397,1,7836,0,-3089.07,-4346.27,0.079217,4.77616,180,5,0,1403,0,0,1), - (30623,4401,1,2426,0,-4246.9,-4080.48,-7.33763,0.652927,360,5,0,1403,0,0,1), - (30624,4344,1,2548,0,-4166.93,-2848.7,31.072,3.56854,360,10,0,1305,1189,0,1), - (30625,4346,1,2700,0,-2791.03,-4126.39,49.947,1.42365,360,5,0,1403,0,0,1), - (30626,1420,1,901,0,-4136.55,-3504.14,38.5366,6.11258,360,10,0,8,0,0,1), - (30627,4359,1,652,0,-2559.24,-3974.46,9.95341,1.60967,360,5,0,1469,0,0,1), - (30628,4359,1,652,0,-2555.8,-3989.6,9.45341,2.68781,360,0,0,1469,0,0,0), - (30629,4965,1,2966,0,-3750.21,-4447.93,64.9817,5.2709,360,0,0,2972,0,0,0), - (30630,4397,1,7836,0,-2735.73,-4351.65,-15.5636,2.6176,360,10,0,1403,0,0,1), - (30631,4979,1,2977,0,-3629.36,-4362.48,6.38329,2.23402,360,0,0,4665,0,0,0), - (30632,4979,1,2979,0,-3676.51,-4375.28,11.1056,0.279253,360,0,0,4665,0,0,0), - (30644,4979,1,0,0,-3677.63,-4387.38,10.5402,5.20393,300,0,0,4665,0,0,2), - (30643,4979,1,0,0,-3675.16,-4387.73,10.4938,5.38544,300,0,0,4665,0,0,0), - (30635,4979,1,2979,0,-3664.13,-4388.41,11.5535,1.01229,360,0,0,4665,0,0,0), - (30637,4979,1,2978,0,-4013.77,-4702.02,5.4253,2.86234,360,0,0,4665,0,0,0), - (30639,4979,1,0,0,-3849.88,-4561.8,8.39056,2.43677,300,0,0,4665,0,0,0), - (30638,4979,1,0,0,-3848.94,-4560.71,8.43613,2.19426,300,0,0,4665,0,0,2), - (30640,4967,1,2969,0,-3757.47,-4462.28,65.1248,0.959931,360,0,0,2284,0,0,0), - (30641,4979,1,2977,0,-3729.58,-4425.66,30.5971,1.18682,360,0,0,4665,0,0,0), - (30642,4345,1,807,0,-4509.2,-3788.27,29.3621,0.900328,360,10,0,4572,0,0,1), - (30634,4979,1,0,0,-3720.66,-4413.08,25.433,1.47898,300,0,0,4665,0,0,0), - (30633,4979,1,0,0,-3722.21,-4411.7,25.5215,0.539303,300,0,0,4665,0,0,2), - (30645,5083,1,3014,0,-3721.74,-4538.6,25.917,0.418879,360,0,0,919,0,0,0), - (30646,4979,1,2978,0,-3734.7,-4420.71,30.5998,0.453786,360,0,0,4665,0,0,0), - (30647,4944,1,2952,0,-3735.06,-4556.2,27.2108,1.15192,360,0,0,3517,0,0,0), - (30648,4964,1,2965,0,-3738.17,-4546.25,27.1275,5.74213,360,0,0,2471,0,0,0), - (30650,8141,1,11037,0,-3727.67,-4538.45,25.917,6.00393,360,0,0,2972,0,0,0), - (30651,4948,1,2953,0,-3717.31,-4547.4,25.917,0.383972,360,0,0,2016,0,0,0), - (30652,4950,1,1100,0,-3669.77,-4542.83,9.38222,4.98404,360,0,0,1342,0,0,0), - (30653,4361,1,478,0,-2251.51,-4281.39,14.9762,0.190504,360,5,0,1469,0,0,1), - (30654,4951,1,4836,0,-3691.99,-4502.14,11.7301,3.18671,360,0,0,3517,0,0,0), - (30655,8140,1,7356,0,-3692.69,-4513.3,11.7964,0.942478,360,0,0,2972,1857,0,0), - (30656,4979,1,2977,0,-3870.67,-4571.01,8.20921,2.81058,360,5,0,4665,0,0,1), - (30657,4951,1,4836,0,-3686.85,-4509.89,11.7273,0.004753,360,0,0,3517,0,0,0), - (30658,5093,1,3141,0,-3647.92,-4500.56,9.57001,4.69494,360,0,0,3517,0,0,0), - (30659,5090,1,3137,0,-3655.62,-4503.49,9.54586,5.53269,360,0,0,4108,0,0,0), - (30660,4924,1,3136,0,-3645.93,-4512.74,9.54586,2.47837,360,0,0,4108,0,0,0), - (30661,5095,1,3142,0,-3654.43,-4518.68,9.57484,0.994838,360,0,0,3866,0,0,0), - (30662,5200,1,3143,0,-3657.79,-4510.81,9.54587,6.07375,360,0,0,3632,0,0,0), - (30663,5091,1,3138,0,-3646.29,-4500.52,9.58265,4.55531,360,0,0,3517,0,0,0), - (30664,5094,1,3139,0,-3649.81,-4520.19,9.54586,1.62316,360,0,0,3624,0,0,0), - (30665,5199,1,3135,0,-3639.52,-4508.22,9.54587,3.1765,360,0,0,3632,0,0,0), - (30666,4921,1,2910,0,-3645.7,-4448.1,15.3483,3.21141,360,0,0,2471,0,0,0), - (30667,5096,1,3134,0,-3642.91,-4501.29,9.52817,4.18879,360,0,0,3866,0,0,0), - (30668,4922,1,3138,0,-3644.71,-4500.49,9.5684,4.41568,360,0,0,3517,0,0,0), - (30669,4923,1,3139,0,-3653.15,-4520.31,9.58003,1.22173,360,0,0,2901,0,0,0), - (30670,5092,1,3140,0,-3651.48,-4520.28,9.55793,1.46608,360,0,0,2913,0,0,0), - (30671,10047,1,9266,0,-3625.85,-4440.28,14.498,1.6057,360,0,0,1605,0,0,0), - (30672,1412,1,134,0,-3629.79,-4489.57,14.1389,3.58969,360,10,0,8,0,0,1), - (30673,4794,1,4826,0,-3624.75,-4457.63,13.7054,4.67748,360,0,0,2100,0,0,0), - (30674,4894,1,4831,0,-3617.13,-4487.07,14.3156,1.72788,360,0,0,1764,0,0,0), - (30675,4361,1,478,0,-2312.35,-4254.49,3.93893,0.042424,360,5,0,1469,0,0,1), - (30676,6272,1,5429,0,-3616.13,-4470.82,14.3286,2.21657,360,0,0,1605,0,0,0), - (30677,4361,1,478,0,-2346.26,-4287.25,2.32724,5.51364,360,5,0,1469,0,0,1), - (30678,4893,1,4858,0,-3615.71,-4475.2,14.3286,1.44862,360,0,0,2972,0,0,0), - (30679,6732,1,8632,0,-3615.17,-4472.92,21.1865,0.698132,360,0,0,1605,0,0,0), - (30680,5388,1,4838,0,-3615.54,-4454.96,21.1865,3.87463,360,0,0,2376,0,0,0), - (30681,4902,1,4834,0,-3616.18,-4484.81,21.1864,0.733038,360,0,0,2284,0,0,0), - (30682,4895,1,2903,0,-3636.42,-4449.14,14.4404,3.47321,360,0,0,2016,0,0,0), - (30683,4363,1,5286,0,-2277.33,-4326.21,14.4895,5.36987,360,5,0,1208,1097,0,1), - (30684,4361,1,478,0,-2323,-4320.38,2.79675,3.81633,360,5,0,1469,0,0,1), - (30685,4361,1,478,0,-2262.15,-4310.12,9.68785,1.28598,360,5,0,1469,0,0,1), - (30686,4363,1,5286,0,-2279.36,-4305.65,6.48951,1.45128,360,5,0,1208,1097,0,1), - (30687,4361,1,478,0,-2317.13,-4277.14,4.36832,2.63661,360,5,0,1469,0,0,1), - (30688,4363,1,5286,0,-2286.69,-4251.86,11.1276,1.68037,360,5,0,1208,1097,0,1), - (30689,4361,1,478,0,-2280.73,-4285.94,4.41443,1.40422,360,0,0,1469,0,0,0), - (30690,4363,1,5286,0,-2279.62,-4278.19,4.53943,4.28928,360,0,0,1208,1097,0,0), - (30691,4361,1,478,0,-2410.79,-4085.04,3.36318,5.27978,360,5,0,1469,0,0,1), - (30692,4363,1,5286,0,-2382.61,-4119.04,7.20057,2.37857,360,5,0,1208,1097,0,1), - (30693,4397,1,7836,0,-2336.95,-4137.21,6.25019,2.77779,360,10,0,1403,0,0,1), - (30694,4397,1,7836,0,-3082.22,-4289.35,-10.4606,5.4737,180,5,0,1403,0,0,1), - (30695,4397,1,7836,0,-3035.87,-4250.8,-11.2246,1.06386,180,5,0,1403,0,0,1), - (30696,4361,1,478,0,-2288.23,-4120.2,3.0057,5.40472,360,5,0,1469,0,0,1), - (30697,4397,1,7836,0,-2306.12,-3993.47,-5.77331,5.32905,360,10,0,1403,0,0,1), - (30698,4397,1,7836,0,-2270.36,-4079.07,-1.63274,0.296047,360,10,0,1403,0,0,1), - (30699,4397,1,7836,0,-2301.15,-4223.16,-0.959721,3.55827,360,10,0,1403,0,0,1), - (30700,6145,1,4878,0,-3759.07,-3946.24,-9.0674,3.15136,360,5,0,42,0,0,1), - (30701,4346,1,2700,0,-3263.49,-3816.95,64.5102,0.928076,360,5,0,1403,0,0,1), - (30703,5057,1,3016,0,-3895.97,-2861.52,43.0928,3.24631,360,0,0,1542,0,0,0), - (30704,4393,1,11137,0,-3831.51,-3654.01,38.0802,3.3792,360,10,0,1751,0,0,1), - (30705,4351,1,2571,0,-2628.1,-3719.94,53.3745,6.10684,360,5,0,1469,0,0,1), - (30706,4352,1,1962,0,-2592.52,-3647.9,47.8731,0.036658,360,5,0,1469,0,0,1), - (30711,1420,1,901,0,-2813.61,-3930.18,28.8975,1.92648,360,10,0,8,0,0,1), - (30712,4334,1,8309,0,-4604.52,-3950.31,41.2178,6.14937,360,5,0,4119,1432,0,1), - (30714,1420,1,901,0,-2835.08,-3556.23,29.6843,0.386675,360,10,0,8,0,0,1), - (30715,5057,1,3016,0,-3897.23,-2845.84,43.3428,2.16257,360,5,0,1542,0,0,1), - (30716,2914,1,1206,0,-2909.56,-3404.31,35.7329,1.64697,360,10,0,8,0,0,1), - (30718,4397,1,7836,0,-3020.84,-4221.62,-1.40882,1.81037,180,5,0,1403,0,0,1), - (30719,4344,1,2548,0,-4091.41,-2887.75,29.3974,1.48817,360,10,0,1305,1189,0,1), - (30720,4344,1,2548,0,-4075.66,-2802.26,28.6474,5.86042,360,10,0,1305,1189,0,1), - (30721,4344,1,2548,0,-4044.05,-2826.46,30.2044,5.85889,360,10,0,1305,1189,0,1), - (30722,4348,1,2708,0,-3819.7,-3016.51,38.4763,1.3699,360,5,0,1674,0,0,1), - (30723,5085,1,2978,0,-3461.71,-4119.67,17.0988,5.20108,360,0,0,2284,0,0,0), - (30724,4979,1,2977,0,-3607.72,-4324.23,9.68035,0.593412,360,0,0,4665,0,0,0), - (30725,4979,1,2977,0,-3600.08,-4333.31,9.59916,0.907571,360,0,0,4665,0,0,0), - (30726,4979,1,2977,0,-3642.63,-4346.08,6.55615,5.35816,360,0,0,4665,0,0,0), - (30727,4344,1,2548,0,-4166.88,-2805.22,28.8231,0.508237,360,10,0,1305,1189,0,1), - (30728,4343,1,814,0,-3489.38,-2920,30.8974,5.91615,360,10,0,1536,0,0,1), - (30729,4343,1,814,0,-3507.99,-3092,31.4849,4.24175,360,10,0,1536,0,0,1), - (30730,4343,1,814,0,-3483.72,-3099.25,28.6474,1.06453,360,10,0,1536,0,0,1), - (30731,4343,1,814,0,-3476.19,-3037.77,31.7272,0.992539,360,10,0,1536,0,0,1), - (30732,4328,1,8310,0,-4812.18,-4008.74,56.0457,2.2315,360,5,0,4119,1432,0,1), - (30733,4345,1,807,0,-4353.01,-3143.62,29.7156,2.77596,360,10,0,4572,0,0,1), - (30734,4359,1,652,0,-2564.19,-3990.79,7.95341,0.06557,360,5,0,1469,0,0,1), - (30735,4359,1,652,0,-2602.53,-4030.27,6.72326,5.44543,360,0,0,1469,0,0,0), - (30736,4362,1,11293,0,-2561.52,-3984.23,8.70341,0.83101,360,0,0,1469,0,0,0), - (30737,4359,1,652,0,-2572.71,-4019.2,8.10217,5.79403,360,5,0,1469,0,0,1), - (30738,4345,1,807,0,-3753.07,-3518.84,28.6474,5.64173,360,10,0,4572,0,0,1), - (30739,2914,1,1206,0,-3680.69,-2777.28,28.6474,0.363038,360,10,0,8,0,0,1), - (30740,1420,1,901,0,-3880.85,-3004.08,37.1223,0.979646,360,10,0,8,0,0,1), - (30741,5057,1,3016,0,-3951.94,-4955.57,7.11307,0.942478,300,0,0,1542,0,0,0), - (30742,5057,1,3016,0,-3963.32,-4982.18,2.6071,5.41052,300,0,0,1542,0,0,0), - (30745,4352,1,1962,0,-2565.24,-3715.64,47.7883,5.64534,360,5,0,1469,0,0,1), - (30746,1420,1,901,0,-2693.44,-3656.53,28.6474,6.04263,360,10,0,8,0,0,1), - (30747,1420,1,901,0,-4504.48,-3241.31,29.9444,1.48668,360,10,0,8,0,0,1), - (30748,1420,1,901,0,-4519.43,-2840.53,29.7551,0.158732,360,10,0,8,0,0,1), - (30749,4415,1,11348,0,-3728.69,-3718.44,45.853,0.566879,360,5,0,1751,0,0,1), - (30750,6145,1,4878,0,-3490.23,-3575.68,-8.09055,2.06873,360,5,0,42,0,0,1), - (30751,4404,1,2600,0,-3495.71,-3630.13,14.1021,6.02906,360,5,0,1211,1067,0,1), - (30752,6145,1,4878,0,-4191.17,-4072.28,-2.59197,5.61231,360,5,0,42,0,0,1), - (30753,4404,1,2600,0,-4156.49,-4183.23,-9.2504,4.09075,360,5,0,1211,1067,0,1), - (30754,4397,1,7836,0,-2689.53,-4354.99,-4.46758,2.01777,360,10,0,1403,0,0,1), - (30755,1412,1,134,0,-3767.8,-4563.98,9.83731,4.67354,360,10,0,8,0,0,1), - (30756,5057,1,3016,0,-3948.4,-2859.03,46.446,3.03687,360,0,0,1542,0,0,0), - (30757,5057,1,3016,0,-3946.01,-2869.55,46.3896,4.67316,360,5,0,1542,0,0,1), - (30762,4388,1,2425,0,-4053.58,-4646.24,-38.3043,1.21776,360,10,0,1826,0,0,1), - (30763,4388,1,2425,0,-4018.74,-4693.06,-36.8545,5.49927,360,10,0,1826,0,0,1), - (30764,4388,1,2425,0,-4042.04,-4713.41,-43.3616,4.41527,360,10,0,1826,0,0,1), - (30765,4388,1,2425,0,-3973.77,-4788.68,-38.7556,2.41713,360,10,0,1826,0,0,1), - (30766,4341,1,1080,0,-2748.74,-3619.16,29.3401,3.60498,360,10,0,1403,0,0,1), - (30767,4404,1,2600,0,-4385.38,-4210.5,7.99585,4.80985,360,5,0,1211,1067,0,1), - (30768,4401,1,2426,0,-4187.7,-4148.39,-10.277,3.36852,360,5,0,1403,0,0,1), - (30769,5057,1,3016,0,-3999.51,-5015.85,13.7618,0.311079,300,0,0,1542,0,0,0), - (30770,5057,1,3016,0,-4004.84,-5003.35,13.4668,0.497071,300,0,0,1542,0,0,0), - (30771,5057,1,3016,0,-4022.91,-4992.63,13.1895,3.90975,300,0,0,1542,0,0,0), - (30772,5057,1,3016,0,-4009.07,-5002.67,8.13691,4.69542,300,0,0,1542,0,0,0), - (30773,5057,1,3016,0,-4004.39,-5011.29,8.13875,3.24073,300,0,0,1542,0,0,0), - (30774,5057,1,3016,0,-3996.45,-5017.51,1.1492,1.7174,300,0,0,1542,0,0,0), - (30776,5057,1,3016,0,-4006.29,-4999.48,0.814592,2.05179,300,0,0,1542,0,0,0), - (30779,4341,1,1080,0,-2673.73,-3315.73,31.1128,0.373262,360,10,0,1403,0,0,1), - (30781,4346,1,2700,0,-3145.79,-4094.69,61.2974,4.687,360,5,0,1403,0,0,1), - (30782,4348,1,2708,0,-3877.53,-3002.94,37.3978,2.64094,360,5,0,1674,0,0,1), - (30783,4346,1,2700,0,-3375.89,-3933.19,40.0131,3.10648,360,5,0,1403,0,0,1), - (30784,4345,1,807,0,-4584.11,-3712.1,30.0846,0.159568,360,10,0,4572,0,0,1), - (30785,1420,1,901,0,-4400.79,-3149.4,30.5615,4.10328,360,10,0,8,0,0,1), - (30786,4389,1,2601,0,-3608.08,-3860.04,-8.0415,1.1394,360,5,0,1532,0,0,1), - (30787,4343,1,814,0,-3505.09,-3019.28,35.8974,6.16686,360,10,0,1536,0,0,1), - (30788,4345,1,807,0,-4518.52,-3859.3,29.3513,5.86912,360,10,0,4572,0,0,1), - (30789,4414,1,2542,0,-3360.47,-4235.41,23.5935,1.12638,360,10,0,1469,0,0,1), - (30790,4414,1,2542,0,-3076.78,-4137.48,23.999,3.22765,360,10,0,1469,0,0,1), - (30791,2914,1,1206,0,-4633.32,-3023.63,34.275,2.23852,360,10,0,8,0,0,1), - (30792,4404,1,2600,0,-3574.64,-3808.92,5.68592,4.86126,360,5,0,1211,1067,0,1), - (30793,4346,1,2700,0,-2697.66,-3893.86,59.1835,4.45367,360,5,0,1403,0,0,1), - (30794,4352,1,1962,0,-2645.06,-3624.82,37.4003,5.47845,360,3,0,1469,0,0,1), - (30795,4397,1,7836,0,-2589.68,-3904.42,-6.61263,2.95493,360,10,0,1403,0,0,1), - (30796,4397,1,7836,0,-2542.6,-3873.36,-18.9312,3.36005,360,10,0,1403,0,0,1), - (30797,4397,1,7836,0,-2495.74,-3864.22,-4.2347,5.24008,360,10,0,1403,0,0,1), - (30798,4397,1,7836,0,-2355.97,-3953.9,-7.05756,4.45338,360,10,0,1403,0,0,1), - (30799,4397,1,7836,0,-2431.33,-3823.4,-2.85298,0.7135,360,10,0,1403,0,0,1), - (30800,4394,1,2569,0,-3977.08,-3568.75,42.2671,5.60808,360,5,0,1451,0,0,1), - (30802,1412,1,134,0,-3696.16,-4344.5,11.4038,0.059758,360,10,0,8,0,0,1), - (30803,1420,1,901,0,-3702.09,-3206.07,29.3974,3.10763,360,10,0,8,0,0,1), - (30804,1420,1,901,0,-3015.52,-3022.69,30.2317,3.37615,360,10,0,8,0,0,1), - (30805,2914,1,1206,0,-3375.55,-3229.8,29.5138,3.34205,360,10,0,8,0,0,1), - (30806,4348,1,2708,0,-4114.61,-2845.79,38.0406,6.1598,360,5,0,1674,0,0,1), - (30807,4344,1,2548,0,-4065.82,-2862.98,30.1412,4.08101,360,10,0,1305,1189,0,1), - (30808,2914,1,1206,0,-3819.06,-3299.4,30.8135,4.63022,360,10,0,8,0,0,1), - (30809,4343,1,814,0,-3503.99,-2971.19,28.7022,5.46048,360,10,0,1536,0,0,1), - (30810,5085,1,2978,0,-3459.89,-4116.34,17.0534,1.17356,360,0,0,2284,0,0,2), - (30811,1420,1,901,0,-2844.06,-3244.13,33.4166,0.456546,360,10,0,8,0,0,1), - (30812,5085,1,2980,0,-3440.11,-4138.46,11.1666,0.882563,360,1,0,2284,0,0,1), - (30813,5085,1,2980,0,-3457.82,-4147.65,11.2355,5.84685,360,0,0,2284,0,0,0), - (30814,5085,1,2979,0,-3463.65,-4129.84,17.0534,5.08662,360,6,0,2284,0,0,2), - (30815,5085,1,2979,0,-3482.88,-4101.59,52.2821,2.37365,360,0,0,2284,0,0,0), - (30816,5085,1,2977,0,-3472.25,-4116.79,17.0592,2.71277,360,0,0,2284,0,0,2), - (30817,5085,1,2979,0,-3465.87,-4107.04,52.2821,0.10472,360,0,0,2284,0,0,0), - (30818,5085,1,2977,0,-3479.84,-4116.58,30.9032,1.06465,360,0,0,2284,0,0,0), - (30819,4414,1,2542,0,-3176.96,-3703.58,51.0437,5.03661,360,10,0,1469,0,0,1), - (30820,4414,1,2542,0,-3254.27,-3720.83,43.0408,5.56083,360,10,0,1469,0,0,1), - (30822,4363,1,5286,0,-2408.23,-3978.23,1.09477,5.25477,360,5,0,1208,1097,0,1), - (30823,4361,1,478,0,-2429.45,-3974.52,0.048311,2.02458,360,0,0,1469,0,0,0), - (30824,4363,1,5286,0,-2395.59,-3995.92,9.59968,6.2208,360,5,0,1208,1097,0,1), - (30825,4361,1,478,0,-2386.86,-4044.96,7.6334,4.90078,360,5,0,1469,0,0,1), - (30826,4363,1,5286,0,-2369.32,-4037.42,6.90366,1.87717,360,5,0,1208,1097,0,1), - (30827,4361,1,478,0,-2324.51,-4054.24,7.59539,4.49926,360,5,0,1469,0,0,1), - (30828,4363,1,5286,0,-2365.25,-4104.03,7.47878,0.366519,360,0,0,1208,1097,0,0), - (30829,4361,1,478,0,-2337.42,-4031.37,7.33397,3.48002,360,5,0,1469,0,0,1), - (30830,4361,1,478,0,-2374.59,-4103.75,6.95057,3.59968,360,5,0,1469,0,0,1), - (30831,4361,1,478,0,-2371.43,-4082.9,6.97257,5.16705,360,0,0,1469,0,0,0), - (30832,4363,1,5286,0,-2381.23,-4079.51,6.58898,5.65487,360,0,0,1208,1097,0,0), - (30833,4361,1,478,0,-2352.17,-4078.08,6.66264,5.14265,360,5,0,1469,0,0,1), - (30834,4363,1,5286,0,-2336.93,-4115.26,13.6941,6.22259,360,5,0,1208,1097,0,1), - (30835,2914,1,1206,0,-2908.44,-2874.83,37.7724,1.31453,360,10,0,8,0,0,1), - (30836,4414,1,2542,0,-3412.88,-3956.42,27.8769,0.265643,360,10,0,1469,0,0,1), - (30837,4389,1,2601,0,-3457.42,-3727.25,-10.2251,5.72769,360,5,0,1532,0,0,1), - (30838,4389,1,2601,0,-3542.3,-4024.9,-3.17919,0.385096,360,5,0,1532,0,0,1), - (30839,4401,1,2426,0,-3554.51,-3704.35,18.6001,2.42323,360,5,0,1403,0,0,1), - (30841,4412,1,2546,0,-3984.75,-2910.66,36.5165,4.79258,360,10,0,1536,0,0,1), - (30842,4412,1,2546,0,-3977.48,-2853.35,40.3328,0.293366,360,10,0,1536,0,0,1), - (30843,2914,1,1206,0,-2509.5,-3124.65,36.2072,4.22163,360,10,0,8,0,0,1), - (30844,4346,1,2700,0,-2939.96,-3492.22,40.6282,5.95896,360,5,0,1403,0,0,1), - (30845,4345,1,807,0,-3806.27,-3418.62,37.9134,0.665438,360,10,0,4572,0,0,1), - (30846,4393,1,11137,0,-3913.11,-3884.15,47.38,2.70154,360,5,0,1751,0,0,1), - (30847,4345,1,807,0,-4687.33,-3478.95,30.8713,1.22436,360,10,0,4572,0,0,1), - (30848,4374,1,2423,0,-2823.08,-4676.17,-10.0951,3.57258,1200,10,0,8883,0,0,1), - (30849,4371,1,6750,0,-2681.92,-4815.98,18.4512,5.91081,1200,5,0,7107,4738,0,1), - (30850,4374,1,2423,0,-2750.04,-4679.68,-4.51041,3.61184,1200,10,0,8883,0,0,1), - (30851,4366,1,9134,0,-2619.03,-4877.81,23.1887,1.02149,1200,5,0,8883,0,0,1), - (30852,4374,1,2423,0,-2693.85,-4743.7,10.841,5.96761,1200,10,0,8883,0,0,1), - (30853,4374,1,2423,0,-2653.29,-4881.01,22.1262,0.091897,1200,5,0,8883,0,0,1), - (30854,4374,1,2423,0,-2770.48,-4997.43,40.7702,0.295197,1200,5,0,8883,0,0,1), - (30855,4366,1,9134,0,-2653.36,-4918.74,20.9539,5.09345,1200,5,0,8883,0,0,1), - (30856,4368,1,11258,0,-2678.24,-4986.74,21.7668,0.626981,1200,0,0,9156,0,0,0), - (30857,4368,1,11258,0,-2653.53,-4990.83,21.5277,3.76991,1200,0,0,9156,0,0,0), - (30858,4368,1,11258,0,-2650.01,-4997.43,21.6675,3.68265,1200,0,0,9156,0,0,0), - (30859,15591,1,15558,0,-2656.57,-5057.34,23.0198,2.37365,1200,0,0,24416,0,0,0), - (30860,4368,1,11258,0,-2630.73,-5010.15,23.3042,1.29738,1200,0,0,9156,0,0,0), - (30861,4371,1,6750,0,-2642.41,-4991.01,22.9797,2.59482,1200,0,0,7107,4738,0,0), - (30862,4412,1,2546,0,-3825.86,-2997.55,37.5224,1.32736,360,10,0,1536,0,0,1), - (30863,15591,1,15560,0,-2678.41,-5036.98,21.7699,3.47321,1200,0,0,24416,0,0,0), - (30864,4343,1,814,0,-3580.84,-3098.63,29.5224,4.99114,360,10,0,1536,0,0,1), - (30867,4343,1,814,0,-3606.22,-3036.09,33.7724,2.07836,360,10,0,1536,0,0,1), - (30868,4371,1,6750,0,-2745.9,-5001.17,33.1383,4.82331,1200,0,0,7107,4738,0,0), - (30869,4370,1,11266,0,-2699.44,-5039.15,7.90609,0.087453,1200,0,0,7326,4868,0,0), - (30870,4364,1,9135,0,-2738.06,-5035.69,7.92337,0.790134,1200,3,0,8883,0,0,1), - (30871,15591,1,15558,0,-2632.03,-5036.22,22.9473,6.24828,1200,0,0,24416,0,0,0), - (30872,16072,1,15985,0,-2714.61,-4990.07,7.16219,4.74729,1200,0,0,9711,0,0,0), - (30873,4351,1,2571,0,-2677.77,-3571.25,35.3537,1.65732,360,10,0,1469,0,0,1), - (30874,4397,1,7836,0,-2616.03,-4297.74,0.526373,6.01917,360,10,0,1403,0,0,1), - (30875,4345,1,807,0,-4615.32,-3877.92,28.7429,2.29482,360,10,0,4572,0,0,1), - (30876,4323,1,715,0,-4502.07,-3829.88,36.4756,0.140735,360,10,0,1836,1857,0,1), - (30877,4324,1,397,0,-4906.67,-3233.84,65.5498,5.39262,360,10,0,1480,1381,0,1), - (30878,4324,1,397,0,-4486.14,-3934.65,35.9412,5.32696,360,10,0,1480,1381,0,1), - (30880,2914,1,1206,0,-3047.57,-4003.91,38.434,4.62827,360,10,0,8,0,0,1), - (30881,1412,1,134,0,-3594.27,-4434.9,12.9053,0.178959,360,10,0,8,0,0,1), - (30882,4345,1,807,0,-4787.52,-3244.55,29.7852,2.17288,360,10,0,4572,0,0,1), - (30883,4389,1,2601,0,-3523.38,-3738.17,-9.36362,3.54059,360,5,0,1532,0,0,1), - (30884,4404,1,2600,0,-3477.46,-3770.57,12.9116,1.97996,360,5,0,1211,1067,0,1), - (30885,4341,1,1080,0,-2955.46,-2916.19,29.4215,2.10637,360,10,0,1403,0,0,1), - (30886,620,1,304,0,-3785.42,-4331.25,9.86194,4.3043,360,10,0,1,0,0,1), - (30887,4345,1,807,0,-4247.42,-3145.49,29.3387,4.55142,360,10,0,4572,0,0,1), - (30888,2914,1,1206,0,-4367.7,-3491.18,36.6644,0.198545,360,10,0,8,0,0,1), - (30889,1420,1,901,0,-4410.6,-2860.27,28.6474,3.3813,360,10,0,8,0,0,1), - (30890,4388,1,2425,0,-4011.09,-4482.85,-22.714,3.28081,360,10,0,1826,0,0,1), - (30891,4388,1,2425,0,-4013.98,-4515.77,-23.3762,5.04464,360,10,0,1826,0,0,1), - (30892,4388,1,2425,0,-4048.78,-4589.61,-41.4274,5.53271,360,10,0,1826,0,0,1), - (30893,4388,1,2425,0,-4056.32,-4493.47,-28.5996,4.58874,360,10,0,1826,0,0,1), - (30894,4415,1,11348,0,-3869.28,-3900.31,67.3831,2.47701,360,3,0,1751,0,0,1), - (30895,4415,1,11348,0,-3923.76,-3915.84,67.2964,0.815776,360,5,0,1751,0,0,1), - (30896,4415,1,11348,0,-3994.42,-3918.58,92.5324,1.96804,360,5,0,1751,0,0,1), - (30897,4345,1,807,0,-4747.83,-3356.83,31.0218,3.19629,360,10,0,4572,0,0,1), - (30898,4345,1,807,0,-4644.71,-3450.29,30.8598,0.058322,360,10,0,4572,0,0,1), - (30899,4345,1,807,0,-4617.19,-3423.96,29.076,4.24874,360,10,0,4572,0,0,1), - (30900,4345,1,807,0,-4540.74,-3757.38,30.1318,6.18076,360,10,0,4572,0,0,1), - (30902,2914,1,1206,0,-4653.52,-3190.88,34.4574,0.132462,360,10,0,8,0,0,1), - (30903,4345,1,807,0,-4824.3,-3291.46,31.6969,3.39523,360,10,0,4572,0,0,1), - (30904,4345,1,807,0,-4806.61,-3341.97,36.7372,6.14125,360,10,0,4572,0,0,1), - (30905,4323,1,715,0,-4789.06,-3340.8,36.1505,5.98841,360,10,0,1836,1857,0,1), - (30906,4345,1,807,0,-4805.39,-3560.8,30.0016,3.92538,360,10,0,4572,0,0,1), - (30908,4415,1,11348,0,-3613.65,-3558.74,48.8766,2.53679,360,5,0,1751,0,0,1), - (30909,4334,1,8309,0,-4953.43,-3781.91,44.661,4.77273,360,5,0,4119,1432,0,1), - (30910,4334,1,8309,0,-4747.08,-4012.27,44.921,3.26597,360,5,0,4119,1432,0,1), - (30911,4328,1,8310,0,-4753.3,-3952.46,54.8863,5.02589,360,5,0,4119,1432,0,1), - (30912,4334,1,8309,0,-4663.5,-3965.7,47.5508,3.54702,360,5,0,4119,1432,0,1), - (30913,4334,1,8309,0,-4787.42,-3982.57,47.368,4.30065,360,10,0,4119,1432,0,1), - (30914,4334,1,8309,0,-4819.35,-3946.57,50.799,3.2012,360,10,0,4119,1432,0,1), - (30915,2914,1,1206,0,-3884.76,-3738.09,40.3731,5.4439,360,10,0,8,0,0,1), - (30916,4345,1,807,0,-4690.11,-3414.35,29.5225,2.13377,360,10,0,4572,0,0,1), - (30917,4351,1,2571,0,-2564.55,-3524.82,39.556,3.29092,360,5,0,1469,0,0,1), - (30918,4345,1,807,0,-4284.5,-3450.61,30.2724,4.38631,360,10,0,4572,0,0,1), - (30919,4414,1,2542,0,-2769.73,-4053.95,57.5352,3.51775,360,10,0,1469,0,0,1), - (30920,2914,1,1206,0,-3390.12,-2782.26,31.5224,2.16729,360,10,0,8,0,0,1), - (30921,4389,1,2601,0,-3602.89,-3937.73,-6.54979,2.46926,360,5,0,1532,0,0,1), - (30922,4389,1,2601,0,-3526.38,-3769.08,-7.62563,1.61179,360,5,0,1532,0,0,1), - (30924,4346,1,2700,0,-3440.52,-4314.8,33.0443,4.81614,360,5,0,1403,0,0,1), - (30925,4415,1,11348,0,-3746.72,-3586.56,38.4761,1.02843,360,5,0,1751,0,0,1), - (30926,4415,1,11348,0,-3711.51,-3639.53,54.6749,1.50631,360,5,0,1751,0,0,1), - (30927,4344,1,2548,0,-3684.24,-2779,29.6634,2.38381,360,10,0,1305,1189,0,1), - (30928,4343,1,814,0,-3554.08,-3311.69,28.7852,2.97968,360,10,0,1536,0,0,1), - (30929,4359,1,652,0,-2590.02,-4023.38,7.41437,5.56417,360,5,0,1469,0,0,1), - (30930,4359,1,652,0,-2601.12,-4044.94,5.8715,1.50098,360,0,0,1469,0,0,0), - (30931,4362,1,11293,0,-2553.39,-3998.74,9.61452,4.49637,360,5,0,1469,0,0,1), - (30932,4362,1,11293,0,-2581.32,-4045.71,7.88609,1.61179,360,5,0,1469,0,0,1), - (30933,4359,1,652,0,-2569.95,-4038.99,8.58657,0.588039,360,0,0,1469,0,0,0), - (30935,5057,1,3016,0,-3945.04,-2843.88,43.7061,5.96903,360,0,0,1542,0,0,0), - (30936,4362,1,11293,0,-2572.52,-4038.69,8.33867,0.883976,360,0,0,1469,0,0,0), - (30937,4344,1,2548,0,-3970.83,-2812.5,33.2724,2.94133,360,10,0,1305,1189,0,1), - (30938,4341,1,1080,0,-3244.14,-4094.17,20.043,3.54863,360,10,0,1403,0,0,1), - (30939,2914,1,1206,0,-4186.79,-3671.57,40.0795,4.51768,360,10,0,8,0,0,1), - (30940,4404,1,2600,0,-4281.25,-3780.52,-2.91547,1.56706,360,5,0,1211,1067,0,1), - (30941,4401,1,2426,0,-4247.13,-3822.91,-3.01307,0.63882,360,5,0,1403,0,0,1), - (30942,4403,1,2599,0,-4221.34,-3856.81,-5.53389,4.49355,360,5,0,1464,0,0,1), - (30943,4351,1,2571,0,-2714.68,-3612.54,46.8814,0.257432,360,5,0,1469,0,0,1), - (30944,4404,1,2600,0,-4139.96,-3985.05,-8.72082,4.464,360,5,0,1211,1067,0,1), - (30946,4351,1,2571,0,-2654.87,-3549.32,34.1629,4.05991,360,10,0,1469,0,0,1), - (30947,4343,1,814,0,-3459.34,-2765.43,28.6474,5.77634,360,10,0,1536,0,0,1), - (30949,2914,1,1206,0,-3997.07,-3633.67,42.5122,4.81757,360,10,0,8,0,0,1), - (30952,4345,1,807,0,-4475.9,-3017.93,28.6474,3.33322,360,10,0,4572,0,0,1), - (30953,4393,1,11137,0,-3884.01,-3845.47,37.1322,3.25656,360,5,0,1751,0,0,1), - (30954,4394,1,2569,0,-3850.89,-3554.45,41.9554,5.83397,360,5,0,1451,0,0,1), - (30955,4389,1,2601,0,-3343.36,-3633.93,-7.23753,1.96448,360,5,0,1532,0,0,1), - (30956,4389,1,2601,0,-3355.96,-3492.92,-9.22355,3.1378,360,5,0,1532,0,0,1), - (30957,4412,1,2546,0,-3892.21,-3094.63,36.419,1.01983,360,10,0,1536,0,0,1), - (30958,4348,1,2708,0,-4057.75,-3185.66,36.6256,4.88786,360,5,0,1674,0,0,1), - (30959,6145,1,4878,0,-2812.1,-4252.93,-5.48593,4.98779,360,5,0,42,0,0,1), - (30960,4414,1,2542,0,-2838.79,-4125.88,48.9155,5.8136,360,10,0,1469,0,0,1), - (30961,4415,1,11348,0,-4190.84,-3767.84,69.4814,0.271856,360,5,0,1751,0,0,1), - (30962,6145,1,4878,0,-2516.76,-4121.47,-6.60687,5.41901,360,5,0,42,0,0,1), - (30963,4351,1,2571,0,-2786.95,-3644.3,39.7406,2.81156,360,5,0,1469,0,0,1), - (30964,4397,1,7836,0,-2386.15,-4241.2,-7.77776,4.72246,360,10,0,1403,0,0,1), - (30965,4397,1,7836,0,-2420.32,-4182.31,-2.66916,5.47555,360,10,0,1403,0,0,1), - (30966,4397,1,7836,0,-2352.36,-4237.46,-1.65652,4.52483,360,10,0,1403,0,0,1), - (30967,4397,1,7836,0,-2299.94,-4183.81,-11.5682,0.028916,360,10,0,1403,0,0,1), - (30968,4397,1,7836,0,-2298.67,-4173.81,-6.40215,5.58313,360,10,0,1403,0,0,1), - (30971,4352,1,1962,0,-2708.56,-3725.6,40.5192,4.13219,360,5,0,1469,0,0,1), - (30975,4393,1,11137,0,-3914.03,-3818.58,39.0551,3.43631,360,5,0,1751,0,0,1), - (30976,4382,1,2024,0,-2570,-2983.4,32.8598,0.725792,360,10,0,1468,0,0,1), - (30977,2914,1,1206,0,-3629.48,-3394.29,37.4637,3.85029,360,10,0,8,0,0,1), - (30978,4412,1,2546,0,-3589.71,-3211.75,35.6154,2.7372,360,10,0,1536,0,0,1), - (30979,4347,1,2707,0,-3543.62,-3237.68,33.4112,1.03628,360,5,0,1536,0,0,1), - (30980,4343,1,814,0,-3579.26,-3270.49,28.6474,1.83064,360,10,0,1536,0,0,1), - (30982,4412,1,2546,0,-3539.11,-3164.65,44.8803,4.45556,360,10,0,1536,0,0,1), - (30983,4412,1,2546,0,-3485.44,-3248.8,35.6629,4.03418,360,10,0,1536,0,0,1), - (30984,4412,1,2546,0,-3518.39,-3219.49,34.913,5.44824,360,10,0,1536,0,0,1), - (30985,4412,1,2546,0,-3562.93,-3161.63,45.4475,5.17436,360,10,0,1536,0,0,1), - (30986,4343,1,814,0,-3601.1,-3128.33,31.424,3.23738,360,10,0,1536,0,0,1), - (30987,4344,1,2548,0,-3745.93,-3217.57,30.8511,1.34049,360,10,0,1305,1189,0,1), - (30988,4344,1,2548,0,-3811.73,-3247.28,30.2475,4.22691,360,10,0,1305,1189,0,1), - (30989,4344,1,2548,0,-3684.84,-2968.75,32.6085,1.19899,360,10,0,1305,1189,0,1), - (30990,4344,1,2548,0,-3720.83,-2887.5,33.7708,5.09128,360,10,0,1305,1189,0,1), - (30991,4344,1,2548,0,-3786.64,-2950.53,28.6474,3.80071,360,10,0,1305,1189,0,1), - (30992,4344,1,2548,0,-3654.08,-2950.86,28.6474,5.99998,360,10,0,1305,1189,0,1), - (30993,4376,1,545,0,-2847.72,-2679.37,33.0454,3.09526,360,5,0,1469,0,0,1), - (30994,4379,1,2541,0,-2819.04,-2592.84,34.4165,4.55342,360,3,0,1469,0,0,1), - (30995,4376,1,545,0,-2801.65,-2629.13,32.8168,2.81232,360,0,0,1469,0,0,0), - (30996,4344,1,2548,0,-3752.22,-2997.22,33.3943,1.45346,360,10,0,1305,1189,0,1), - (30997,4376,1,545,0,-2777.8,-2562.11,29.837,4.45349,360,3,0,1469,0,0,1), - (30998,4376,1,545,0,-2795.5,-2567.73,30.4488,4.20003,360,3,0,1469,0,0,1), - (30999,4397,1,7836,0,-2472.24,-3845.68,0.148242,3.49053,360,10,0,1403,0,0,1), - (31000,4359,1,652,0,-2554.74,-4064.8,2.40683,4.96494,360,5,0,1469,0,0,1), - (31001,1420,1,901,0,-3703.42,-3297.41,30.8828,1.22988,360,10,0,8,0,0,1), - (31002,4362,1,11293,0,-2521.74,-3828.83,0.390297,4.43806,360,5,0,1469,0,0,1), - (31003,4397,1,7836,0,-2485.44,-3826.87,3.50752,3.87586,360,10,0,1403,0,0,1), - (31004,4415,1,11348,0,-3668.36,-3515.17,50.9595,4.76238,360,5,0,1751,0,0,1), - (31005,4415,1,11348,0,-3656.87,-3578,61.0422,0.199126,360,5,0,1751,0,0,1), - (31006,4404,1,2600,0,-4260.04,-3897.82,-12.4946,2.06936,360,5,0,1211,1067,0,1), - (31009,4394,1,2569,0,-3874.7,-3775.25,40.163,5.83299,360,5,0,1451,0,0,1), - (31010,4390,1,6431,0,-3564.96,-3851.47,-5.33705,3.4425,360,0,0,1603,0,0,0), - (31011,4394,1,2569,0,-3856.48,-3767.93,39.658,5.1382,360,5,0,1451,0,0,1), - (31012,4393,1,11137,0,-3885.63,-3721.46,40.1758,4.09622,360,5,0,1751,0,0,1), - (31013,4348,1,2708,0,-4057.51,-2716.78,41.0149,0.887816,360,5,0,1674,0,0,1), - (31014,4357,1,2574,0,-4446.7,-2980.78,49.7644,3.33512,360,5,0,1674,0,0,1), - (31015,4359,1,652,0,-2562.29,-3819.01,2.2653,4.38886,360,0,0,1469,0,0,0), - (31016,4359,1,652,0,-2556.27,-3813.49,4.0153,2.32971,360,0,0,1469,0,0,0), - (31017,4412,1,2546,0,-3640.49,-3291.46,41.1238,0.110277,360,10,0,1536,0,0,1), - (31018,4362,1,11293,0,-2552.08,-3827.08,1.7653,5.38122,360,5,0,1469,0,0,1), - (31019,4362,1,11293,0,-2555.54,-3845.6,-6.12601,4.90168,360,5,0,1469,0,0,1), - (31020,4348,1,2708,0,-3673.78,-3181.14,41.9366,3.78001,360,10,0,1674,0,0,1), - (31022,4404,1,2600,0,-4280.61,-3843.87,-6.80006,3.21936,360,5,0,1211,1067,0,1), - (31023,4348,1,2708,0,-3751.32,-3130.47,37.1474,1.80714,360,5,0,1674,0,0,1), - (31024,4403,1,2599,0,-4222.4,-3879.42,-6.53742,4.85395,360,5,0,1464,0,0,1), - (31025,4344,1,2548,0,-3742.98,-3050.12,30.0828,3.44296,360,10,0,1305,1189,0,1), - (31026,4344,1,2548,0,-3764.01,-3379.69,32.3227,0.735715,360,10,0,1305,1189,0,1), - (31027,4344,1,2548,0,-3855.54,-3073.61,31.5464,5.59847,360,10,0,1305,1189,0,1), - (31028,4404,1,2600,0,-4050,-4116.66,-16.3835,4.23895,360,5,0,1211,1067,0,1), - (31029,4412,1,2546,0,-3737.51,-3329.05,34.8974,2.91963,360,10,0,1536,0,0,1), - (31030,4344,1,2548,0,-3767.46,-3317.1,29.0224,1.95895,360,10,0,1305,1189,0,1), - (31031,4344,1,2548,0,-3694.48,-3255.55,33.5237,3.69709,360,10,0,1305,1189,0,1), - (31034,4404,1,2600,0,-4230.21,-3907.29,-11.2545,1.95249,360,5,0,1211,1067,0,1), - (31035,4404,1,2600,0,-4236.52,-3894.7,-10.0892,2.35022,360,5,0,1211,1067,0,1), - (31036,5057,1,3016,0,-3885.19,-2819.23,36.0548,4.01426,360,0,0,1542,0,0,0), - (31037,4404,1,2600,0,-4280.36,-3913.2,-6.73374,5.9173,360,5,0,1211,1067,0,1), - (31038,5057,1,3016,0,-3879.48,-2825.4,36.8048,6.08054,360,5,0,1542,0,0,1), - (31039,4401,1,2426,0,-3648.73,-4086.62,-11.8706,4.13218,360,5,0,1403,0,0,1), - (31040,4345,1,807,0,-4140.36,-3607.18,31.6231,3.75447,360,10,0,4572,0,0,1), - (31041,10321,1,6374,0,-5103.36,-3949.53,41.4934,1.23918,1200,0,0,31440,0,0,0), - (31042,4341,1,1080,0,-2752.73,-3389.38,28.6474,2.22815,360,10,0,1403,0,0,1), - (31044,4388,1,2425,0,-3661.11,-4689.51,-39.2088,5.27664,360,10,0,1826,0,0,1), - (31048,2914,1,1206,0,-2722.83,-3329.69,31.0594,4.33877,360,10,0,8,0,0,1), - (31049,2914,1,1206,0,-4684.87,-3532.17,37.128,2.67035,360,0,0,8,0,0,0), - (31063,4382,1,2024,0,-2657.13,-3009.1,33.3867,2.67358,360,10,0,1468,0,0,1), - (31064,4401,1,2426,0,-4181.48,-3950.63,-13.739,2.41692,360,5,0,1403,0,0,1), - (31066,4404,1,2600,0,-4210.22,-3929.68,-8.12945,5.11519,360,5,0,1211,1067,0,1), - (31067,6145,1,4878,0,-4202.95,-3937.81,-7.16506,4.54051,360,5,0,42,0,0,1), - (31068,4403,1,2599,0,-4281.63,-3883.16,-7.83916,2.38933,360,5,0,1464,0,0,1), - (31070,4403,1,2599,0,-4247.5,-3884.96,-9.96416,4.30489,360,5,0,1464,0,0,1), - (31071,4347,1,2707,0,-3276.93,-3264.39,39.5009,0.992539,360,5,0,1536,0,0,1), - (31076,1420,1,901,0,-2888.61,-3158.52,29.7939,0.51935,360,10,0,8,0,0,1), - (31077,4834,1,4676,0,-2926.36,-3124.51,34.6025,0.19852,360,5,0,1400,0,0,1), - (31079,2914,1,1206,0,-4260.93,-2757.78,38.3425,0.1372,360,10,0,8,0,0,1), - (31080,4388,1,2425,0,-4018.78,-4743.93,-34.9537,1.78042,360,10,0,1826,0,0,1), - (31081,4412,1,2546,0,-3724.43,-3117.85,39.1896,4.89714,360,10,0,1536,0,0,1), - (31082,4348,1,2708,0,-3696.9,-3083.39,35.8695,5.16469,360,5,0,1674,0,0,1), - (31083,4348,1,2708,0,-3686.74,-3146.67,40.9552,3.081,360,10,0,1674,0,0,1), - (31085,4344,1,2548,0,-3714.45,-3210.34,30.8974,1.50046,360,10,0,1305,1189,0,1), - (31086,4412,1,2546,0,-3663.51,-3020.25,39.4281,4.67327,360,10,0,1536,0,0,1), - (31087,4348,1,2708,0,-3728.93,-3256.42,37.4489,0.975752,360,5,0,1674,0,0,1), - (31088,4348,1,2708,0,-3732.34,-3290.19,35.322,2.66932,360,5,0,1674,0,0,1), - (31089,2914,1,1206,0,-2814.6,-3354.84,30.3985,1.57173,360,10,0,8,0,0,1), - (31090,4345,1,807,0,-3835.53,-3457.04,31.2239,0.463648,360,10,0,4572,0,0,1), - (31091,4345,1,807,0,-4250.82,-3617.51,29.4022,2.64049,360,10,0,4572,0,0,1), - (31092,4345,1,807,0,-4298.02,-3571.84,29.3818,3.0497,360,10,0,4572,0,0,1), - (31093,4343,1,814,0,-3238.23,-3011.38,30.5545,6.2304,360,10,0,1536,0,0,1), - (31094,4341,1,1080,0,-2749.35,-3330.66,34.7942,5.98168,360,10,0,1403,0,0,1), - (31095,2914,1,1206,0,-3777.83,-3508.47,28.751,0.0222,360,10,0,8,0,0,1), - (31096,4412,1,2546,0,-3615.34,-2834.51,35.6232,2.37045,360,10,0,1536,0,0,1), - (31097,4412,1,2546,0,-3752.25,-2894.85,40.2007,3.42875,360,10,0,1536,0,0,1), - (31098,4348,1,2708,0,-3737.64,-2954.82,33.2038,5.02648,360,5,0,1674,0,0,1), - (31099,4412,1,2546,0,-3846.51,-2857.5,38.457,5.00141,360,10,0,1536,0,0,1), - (31100,4344,1,2548,0,-4114.42,-2875.3,32.2795,4.40053,360,10,0,1305,1189,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (30570,6145,1,0,0,-2409.71,-4230.6,-7.86645,1.2431,360,360,5,0,42,0,0,1), + (30571,1420,1,0,0,-4592.15,-3656.69,33.3653,1.52868,360,360,10,0,8,0,0,1), + (30572,2914,1,0,0,-4604.26,-3887.68,29.9362,3.5511,360,360,10,0,8,0,0,1), + (30573,2914,1,0,0,-2994.17,-3650.09,29.8245,2.75056,360,360,10,0,8,0,0,1), + (30574,1420,1,0,0,-3181,-3851.97,27.5954,4.84352,360,360,10,0,8,0,0,1), + (30575,1420,1,0,0,-4469.8,-3308.81,38.2725,4.60652,360,360,10,0,8,0,0,1), + (30576,2914,1,0,0,-4770.91,-3387.72,33.552,5.45961,360,360,10,0,8,0,0,1), + (30577,2914,1,0,0,-4483.92,-3554.71,41.9833,5.12953,360,360,10,0,8,0,0,1), + (30578,1420,1,0,0,-3374.39,-3124.77,33.8974,1.56092,360,360,10,0,8,0,0,1), + (30579,6145,1,0,0,-3516.29,-3866.47,-8.77005,1.33324,360,360,5,0,42,0,0,1), + (30580,6145,1,0,0,-4237.02,-4254.9,-13.4215,2.26706,360,360,5,0,42,0,0,1), + (30581,1420,1,0,0,-3112.75,-2970.34,31.0231,3.09271,360,360,10,0,8,0,0,1), + (30582,2914,1,0,0,-4086.59,-3123.85,33.1529,1.13771,360,360,10,0,8,0,0,1), + (30583,1420,1,0,0,-4445.17,-3662,35.7724,4.15248,360,360,10,0,8,0,0,1), + (30584,1420,1,0,0,-4588.94,-3728.77,32.7219,5.61546,360,360,10,0,8,0,0,1), + (30585,2914,1,0,0,-3815.71,-3257.11,28.8974,2.85212,360,360,10,0,8,0,0,1), + (30586,2914,1,0,0,-4510.63,-3123.34,30.1602,6.24024,360,360,10,0,8,0,0,1), + (30587,1420,1,0,0,-4448.66,-3952.83,31.5052,0.785369,360,360,10,0,8,0,0,1), + (30588,2914,1,0,0,-4640.49,-3306.78,36.0694,6.24219,360,360,10,0,8,0,0,1), + (30589,1420,1,0,0,-4487,-3407.75,28.6475,4.63938,360,360,10,0,8,0,0,1), + (30590,6145,1,0,0,-4018.14,-4656.73,-31.0403,3.0468,360,360,5,0,42,0,0,1), + (30591,1420,1,0,0,-4733.37,-3611.82,30.6575,0.802851,360,360,0,0,8,0,0,0), + (30592,1420,1,0,0,-4057.24,-3595.22,36.0725,4.27671,360,360,10,0,8,0,0,1), + (30593,1420,1,0,0,-3286.25,-3938.52,21.7131,2.68775,360,360,10,0,8,0,0,1), + (30594,2914,1,0,0,-4331.89,-3642.15,33.02,4.47919,360,360,10,0,8,0,0,1), + (30595,1420,1,0,0,-2795.87,-2937.36,28.6243,1.09749,360,360,10,0,8,0,0,1), + (30596,2914,1,0,0,-4472.64,-3728.2,31.2513,6.27147,360,360,10,0,8,0,0,1), + (30597,2914,1,0,0,-3922.96,-2980.73,30.7019,4.74753,360,360,10,0,8,0,0,1), + (30598,1420,1,0,0,-4592.51,-3248.56,30.5153,3.82227,360,360,0,0,8,0,0,0), + (30599,1420,1,0,0,-4662.09,-3456.14,28.7887,5.82754,360,360,10,0,8,0,0,1), + (30600,2914,1,0,0,-2863.71,-3642.45,28.6474,5.34812,360,360,10,0,8,0,0,1), + (30601,1420,1,0,0,-3652.96,-3119.03,34.0648,1.21134,360,360,10,0,8,0,0,1), + (30602,2914,1,0,0,-4111.23,-2786.77,28.6991,3.45792,360,360,10,0,8,0,0,1), + (30603,1420,1,0,0,-3753.46,-3352.65,29.208,1.03608,360,360,10,0,8,0,0,1), + (30604,1420,1,0,0,-4652.06,-3872.22,28.6058,4.45059,360,360,0,0,8,0,0,0), + (30605,6145,1,0,0,-4330.95,-4267.85,-7.73097,3.86539,360,360,5,0,42,0,0,1), + (30606,1420,1,0,0,-4714.09,-3487.33,31.8374,5.04194,360,360,10,0,8,0,0,1), + (30607,4346,1,0,0,-3354.48,-3982.93,36.6572,3.05164,360,360,5,0,1403,0,0,1), + (30608,4346,1,0,0,-3276.48,-3843.78,50.2146,0.771587,360,360,5,0,1403,0,0,1), + (30609,1420,1,0,0,-2720.35,-2983.59,36.066,3.03978,360,360,10,0,8,0,0,1), + (30610,5057,1,0,0,-3903.37,-2883.93,41.5277,2.67035,360,360,0,0,1542,0,0,0), + (30611,5057,1,0,0,-3912.21,-2892.58,41.9027,1.98968,360,360,0,0,1542,0,0,0), + (30612,2914,1,0,0,-3285.58,-2979.47,37.0923,4.48163,360,360,10,0,8,0,0,1), + (30613,1420,1,0,0,-3442.94,-2882.93,28.5786,5.15801,360,360,10,0,8,0,0,1), + (30614,4345,1,0,0,-4163.06,-3646.13,30.3372,2.56333,360,360,10,0,4572,0,0,1), + (30615,2914,1,0,0,-4352.67,-3525.94,34.2396,2.93118,360,360,10,0,8,0,0,1), + (30616,6145,1,0,0,-3649.84,-4257.38,-4.04896,5.79162,360,360,5,0,42,0,0,1), + (30617,4362,1,0,0,-2595.94,-4036.54,6.84542,5.93853,360,360,5,0,1469,0,0,1), + (30618,4404,1,0,0,-3408.92,-3554.67,15.8086,5.74786,360,360,5,0,1211,1067,0,1), + (30619,4401,1,0,0,-3421.67,-3695.51,14.7043,0.654063,360,360,5,0,1403,0,0,1), + (30620,4397,1,0,0,-3016.44,-4445.98,-8.99091,1.69226,180,180,5,0,1403,0,0,1), + (30621,4397,1,0,0,-3103.46,-4432.14,-11.646,5.43159,180,180,5,0,1403,0,0,1), + (30622,4397,1,0,0,-3089.07,-4346.27,0.079217,4.77616,180,180,5,0,1403,0,0,1), + (30623,4401,1,0,0,-4246.9,-4080.48,-7.33763,0.652927,360,360,5,0,1403,0,0,1), + (30624,4344,1,0,0,-4166.93,-2848.7,31.072,3.56854,360,360,10,0,1305,1189,0,1), + (30625,4346,1,0,0,-2791.03,-4126.39,49.947,1.42365,360,360,5,0,1403,0,0,1), + (30626,1420,1,0,0,-4136.55,-3504.14,38.5366,6.11258,360,360,10,0,8,0,0,1), + (30627,4359,1,0,0,-2559.24,-3974.46,9.95341,1.60967,360,360,5,0,1469,0,0,1), + (30628,4359,1,0,0,-2555.8,-3989.6,9.45341,2.68781,360,360,0,0,1469,0,0,0), + (30629,4965,1,0,0,-3750.21,-4447.93,64.9817,5.2709,360,360,0,0,2972,0,0,0), + (30630,4397,1,0,0,-2735.73,-4351.65,-15.5636,2.6176,360,360,10,0,1403,0,0,1), + (30631,4979,1,0,0,-3629.36,-4362.48,6.38329,2.23402,360,360,0,0,4665,0,0,0), + (30632,4979,1,0,0,-3676.51,-4375.28,11.1056,0.279253,360,360,0,0,4665,0,0,0), + (30644,4979,1,0,0,-3677.63,-4387.38,10.5402,5.20393,300,300,0,0,4665,0,0,2), + (30643,4979,1,0,0,-3675.16,-4387.73,10.4938,5.38544,300,300,0,0,4665,0,0,0), + (30635,4979,1,0,0,-3664.13,-4388.41,11.5535,1.01229,360,360,0,0,4665,0,0,0), + (30637,4979,1,0,0,-4013.77,-4702.02,5.4253,2.86234,360,360,0,0,4665,0,0,0), + (30639,4979,1,0,0,-3849.88,-4561.8,8.39056,2.43677,300,300,0,0,4665,0,0,0), + (30638,4979,1,0,0,-3848.94,-4560.71,8.43613,2.19426,300,300,0,0,4665,0,0,2), + (30640,4967,1,0,0,-3757.47,-4462.28,65.1248,0.959931,360,360,0,0,2284,0,0,0), + (30641,4979,1,0,0,-3729.58,-4425.66,30.5971,1.18682,360,360,0,0,4665,0,0,0), + (30642,4345,1,0,0,-4509.2,-3788.27,29.3621,0.900328,360,360,10,0,4572,0,0,1), + (30634,4979,1,0,0,-3720.66,-4413.08,25.433,1.47898,300,300,0,0,4665,0,0,0), + (30633,4979,1,0,0,-3722.21,-4411.7,25.5215,0.539303,300,300,0,0,4665,0,0,2), + (30645,5083,1,0,0,-3721.74,-4538.6,25.917,0.418879,360,360,0,0,919,0,0,0), + (30646,4979,1,0,0,-3734.7,-4420.71,30.5998,0.453786,360,360,0,0,4665,0,0,0), + (30647,4944,1,0,0,-3735.06,-4556.2,27.2108,1.15192,360,360,0,0,3517,0,0,0), + (30648,4964,1,0,0,-3738.17,-4546.25,27.1275,5.74213,360,360,0,0,2471,0,0,0), + (30650,8141,1,0,0,-3727.67,-4538.45,25.917,6.00393,360,360,0,0,2972,0,0,0), + (30651,4948,1,0,0,-3717.31,-4547.4,25.917,0.383972,360,360,0,0,2016,0,0,0), + (30652,4950,1,0,0,-3669.77,-4542.83,9.38222,4.98404,360,360,0,0,1342,0,0,0), + (30653,4361,1,0,0,-2251.51,-4281.39,14.9762,0.190504,360,360,5,0,1469,0,0,1), + (30654,4951,1,0,0,-3691.99,-4502.14,11.7301,3.18671,360,360,0,0,3517,0,0,0), + (30655,8140,1,0,0,-3692.69,-4513.3,11.7964,0.942478,360,360,0,0,2972,1857,0,0), + (30656,4979,1,0,0,-3870.67,-4571.01,8.20921,2.81058,360,360,5,0,4665,0,0,1), + (30657,4951,1,0,0,-3686.85,-4509.89,11.7273,0.004753,360,360,0,0,3517,0,0,0), + (30658,5093,1,0,0,-3647.92,-4500.56,9.57001,4.69494,360,360,0,0,3517,0,0,0), + (30659,5090,1,0,0,-3655.62,-4503.49,9.54586,5.53269,360,360,0,0,4108,0,0,0), + (30660,4924,1,0,0,-3645.93,-4512.74,9.54586,2.47837,360,360,0,0,4108,0,0,0), + (30661,5095,1,0,0,-3654.43,-4518.68,9.57484,0.994838,360,360,0,0,3866,0,0,0), + (30662,5200,1,0,0,-3657.79,-4510.81,9.54587,6.07375,360,360,0,0,3632,0,0,0), + (30663,5091,1,0,0,-3646.29,-4500.52,9.58265,4.55531,360,360,0,0,3517,0,0,0), + (30664,5094,1,0,0,-3649.81,-4520.19,9.54586,1.62316,360,360,0,0,3624,0,0,0), + (30665,5199,1,0,0,-3639.52,-4508.22,9.54587,3.1765,360,360,0,0,3632,0,0,0), + (30666,4921,1,0,0,-3645.7,-4448.1,15.3483,3.21141,360,360,0,0,2471,0,0,0), + (30667,5096,1,0,0,-3642.91,-4501.29,9.52817,4.18879,360,360,0,0,3866,0,0,0), + (30668,4922,1,0,0,-3644.71,-4500.49,9.5684,4.41568,360,360,0,0,3517,0,0,0), + (30669,4923,1,0,0,-3653.15,-4520.31,9.58003,1.22173,360,360,0,0,2901,0,0,0), + (30670,5092,1,0,0,-3651.48,-4520.28,9.55793,1.46608,360,360,0,0,2913,0,0,0), + (30671,10047,1,0,0,-3625.85,-4440.28,14.498,1.6057,360,360,0,0,1605,0,0,0), + (30672,1412,1,0,0,-3629.79,-4489.57,14.1389,3.58969,360,360,10,0,8,0,0,1), + (30673,4794,1,0,0,-3624.75,-4457.63,13.7054,4.67748,360,360,0,0,2100,0,0,0), + (30674,4894,1,0,0,-3617.13,-4487.07,14.3156,1.72788,360,360,0,0,1764,0,0,0), + (30675,4361,1,0,0,-2312.35,-4254.49,3.93893,0.042424,360,360,5,0,1469,0,0,1), + (30676,6272,1,0,0,-3616.13,-4470.82,14.3286,2.21657,360,360,0,0,1605,0,0,0), + (30677,4361,1,0,0,-2346.26,-4287.25,2.32724,5.51364,360,360,5,0,1469,0,0,1), + (30678,4893,1,0,0,-3615.71,-4475.2,14.3286,1.44862,360,360,0,0,2972,0,0,0), + (30679,6732,1,0,0,-3615.17,-4472.92,21.1865,0.698132,360,360,0,0,1605,0,0,0), + (30680,5388,1,0,0,-3615.54,-4454.96,21.1865,3.87463,360,360,0,0,2376,0,0,0), + (30681,4902,1,0,0,-3616.18,-4484.81,21.1864,0.733038,360,360,0,0,2284,0,0,0), + (30682,4895,1,0,0,-3636.42,-4449.14,14.4404,3.47321,360,360,0,0,2016,0,0,0), + (30683,4363,1,0,0,-2277.33,-4326.21,14.4895,5.36987,360,360,5,0,1208,1097,0,1), + (30684,4361,1,0,0,-2323,-4320.38,2.79675,3.81633,360,360,5,0,1469,0,0,1), + (30685,4361,1,0,0,-2262.15,-4310.12,9.68785,1.28598,360,360,5,0,1469,0,0,1), + (30686,4363,1,0,0,-2279.36,-4305.65,6.48951,1.45128,360,360,5,0,1208,1097,0,1), + (30687,4361,1,0,0,-2317.13,-4277.14,4.36832,2.63661,360,360,5,0,1469,0,0,1), + (30688,4363,1,0,0,-2286.69,-4251.86,11.1276,1.68037,360,360,5,0,1208,1097,0,1), + (30689,4361,1,0,0,-2280.73,-4285.94,4.41443,1.40422,360,360,0,0,1469,0,0,0), + (30690,4363,1,0,0,-2279.62,-4278.19,4.53943,4.28928,360,360,0,0,1208,1097,0,0), + (30691,4361,1,0,0,-2410.79,-4085.04,3.36318,5.27978,360,360,5,0,1469,0,0,1), + (30692,4363,1,0,0,-2382.61,-4119.04,7.20057,2.37857,360,360,5,0,1208,1097,0,1), + (30693,4397,1,0,0,-2336.95,-4137.21,6.25019,2.77779,360,360,10,0,1403,0,0,1), + (30694,4397,1,0,0,-3082.22,-4289.35,-10.4606,5.4737,180,180,5,0,1403,0,0,1), + (30695,4397,1,0,0,-3035.87,-4250.8,-11.2246,1.06386,180,180,5,0,1403,0,0,1), + (30696,4361,1,0,0,-2288.23,-4120.2,3.0057,5.40472,360,360,5,0,1469,0,0,1), + (30697,4397,1,0,0,-2306.12,-3993.47,-5.77331,5.32905,360,360,10,0,1403,0,0,1), + (30698,4397,1,0,0,-2270.36,-4079.07,-1.63274,0.296047,360,360,10,0,1403,0,0,1), + (30699,4397,1,0,0,-2301.15,-4223.16,-0.959721,3.55827,360,360,10,0,1403,0,0,1), + (30700,6145,1,0,0,-3759.07,-3946.24,-9.0674,3.15136,360,360,5,0,42,0,0,1), + (30701,4346,1,0,0,-3263.49,-3816.95,64.5102,0.928076,360,360,5,0,1403,0,0,1), + (30703,5057,1,0,0,-3895.97,-2861.52,43.0928,3.24631,360,360,0,0,1542,0,0,0), + (30704,4393,1,0,0,-3831.51,-3654.01,38.0802,3.3792,360,360,10,0,1751,0,0,1), + (30705,4351,1,0,0,-2628.1,-3719.94,53.3745,6.10684,360,360,5,0,1469,0,0,1), + (30706,4352,1,0,0,-2592.52,-3647.9,47.8731,0.036658,360,360,5,0,1469,0,0,1), + (30711,1420,1,0,0,-2813.61,-3930.18,28.8975,1.92648,360,360,10,0,8,0,0,1), + (30712,4334,1,0,0,-4604.52,-3950.31,41.2178,6.14937,360,360,5,0,4119,1432,0,1), + (30714,1420,1,0,0,-2835.08,-3556.23,29.6843,0.386675,360,360,10,0,8,0,0,1), + (30715,5057,1,0,0,-3897.23,-2845.84,43.3428,2.16257,360,360,5,0,1542,0,0,1), + (30716,2914,1,0,0,-2909.56,-3404.31,35.7329,1.64697,360,360,10,0,8,0,0,1), + (30718,4397,1,0,0,-3020.84,-4221.62,-1.40882,1.81037,180,180,5,0,1403,0,0,1), + (30719,4344,1,0,0,-4091.41,-2887.75,29.3974,1.48817,360,360,10,0,1305,1189,0,1), + (30720,4344,1,0,0,-4075.66,-2802.26,28.6474,5.86042,360,360,10,0,1305,1189,0,1), + (30721,4344,1,0,0,-4044.05,-2826.46,30.2044,5.85889,360,360,10,0,1305,1189,0,1), + (30722,4348,1,0,0,-3819.7,-3016.51,38.4763,1.3699,360,360,5,0,1674,0,0,1), + (30723,5085,1,0,0,-3461.71,-4119.67,17.0988,5.20108,360,360,0,0,2284,0,0,0), + (30724,4979,1,0,0,-3607.72,-4324.23,9.68035,0.593412,360,360,0,0,4665,0,0,0), + (30725,4979,1,0,0,-3600.08,-4333.31,9.59916,0.907571,360,360,0,0,4665,0,0,0), + (30726,4979,1,0,0,-3642.63,-4346.08,6.55615,5.35816,360,360,0,0,4665,0,0,0), + (30727,4344,1,0,0,-4166.88,-2805.22,28.8231,0.508237,360,360,10,0,1305,1189,0,1), + (30728,4343,1,0,0,-3489.38,-2920,30.8974,5.91615,360,360,10,0,1536,0,0,1), + (30729,4343,1,0,0,-3507.99,-3092,31.4849,4.24175,360,360,10,0,1536,0,0,1), + (30730,4343,1,0,0,-3483.72,-3099.25,28.6474,1.06453,360,360,10,0,1536,0,0,1), + (30731,4343,1,0,0,-3476.19,-3037.77,31.7272,0.992539,360,360,10,0,1536,0,0,1), + (30732,4328,1,0,0,-4812.18,-4008.74,56.0457,2.2315,360,360,5,0,4119,1432,0,1), + (30733,4345,1,0,0,-4353.01,-3143.62,29.7156,2.77596,360,360,10,0,4572,0,0,1), + (30734,4359,1,0,0,-2564.19,-3990.79,7.95341,0.06557,360,360,5,0,1469,0,0,1), + (30735,4359,1,0,0,-2602.53,-4030.27,6.72326,5.44543,360,360,0,0,1469,0,0,0), + (30736,4362,1,0,0,-2561.52,-3984.23,8.70341,0.83101,360,360,0,0,1469,0,0,0), + (30737,4359,1,0,0,-2572.71,-4019.2,8.10217,5.79403,360,360,5,0,1469,0,0,1), + (30738,4345,1,0,0,-3753.07,-3518.84,28.6474,5.64173,360,360,10,0,4572,0,0,1), + (30739,2914,1,0,0,-3680.69,-2777.28,28.6474,0.363038,360,360,10,0,8,0,0,1), + (30740,1420,1,0,0,-3880.85,-3004.08,37.1223,0.979646,360,360,10,0,8,0,0,1), + (30741,5057,1,0,0,-3951.94,-4955.57,7.11307,0.942478,300,300,0,0,1542,0,0,0), + (30742,5057,1,0,0,-3963.32,-4982.18,2.6071,5.41052,300,300,0,0,1542,0,0,0), + (30745,4352,1,0,0,-2565.24,-3715.64,47.7883,5.64534,360,360,5,0,1469,0,0,1), + (30746,1420,1,0,0,-2693.44,-3656.53,28.6474,6.04263,360,360,10,0,8,0,0,1), + (30747,1420,1,0,0,-4504.48,-3241.31,29.9444,1.48668,360,360,10,0,8,0,0,1), + (30748,1420,1,0,0,-4519.43,-2840.53,29.7551,0.158732,360,360,10,0,8,0,0,1), + (30749,4415,1,0,0,-3728.69,-3718.44,45.853,0.566879,360,360,5,0,1751,0,0,1), + (30750,6145,1,0,0,-3490.23,-3575.68,-8.09055,2.06873,360,360,5,0,42,0,0,1), + (30751,4404,1,0,0,-3495.71,-3630.13,14.1021,6.02906,360,360,5,0,1211,1067,0,1), + (30752,6145,1,0,0,-4191.17,-4072.28,-2.59197,5.61231,360,360,5,0,42,0,0,1), + (30753,4404,1,0,0,-4156.49,-4183.23,-9.2504,4.09075,360,360,5,0,1211,1067,0,1), + (30754,4397,1,0,0,-2689.53,-4354.99,-4.46758,2.01777,360,360,10,0,1403,0,0,1), + (30755,1412,1,0,0,-3767.8,-4563.98,9.83731,4.67354,360,360,10,0,8,0,0,1), + (30756,5057,1,0,0,-3948.4,-2859.03,46.446,3.03687,360,360,0,0,1542,0,0,0), + (30757,5057,1,0,0,-3946.01,-2869.55,46.3896,4.67316,360,360,5,0,1542,0,0,1), + (30762,4388,1,0,0,-4053.58,-4646.24,-38.3043,1.21776,360,360,10,0,1826,0,0,1), + (30763,4388,1,0,0,-4018.74,-4693.06,-36.8545,5.49927,360,360,10,0,1826,0,0,1), + (30764,4388,1,0,0,-4042.04,-4713.41,-43.3616,4.41527,360,360,10,0,1826,0,0,1), + (30765,4388,1,0,0,-3973.77,-4788.68,-38.7556,2.41713,360,360,10,0,1826,0,0,1), + (30766,4341,1,0,0,-2748.74,-3619.16,29.3401,3.60498,360,360,10,0,1403,0,0,1), + (30767,4404,1,0,0,-4385.38,-4210.5,7.99585,4.80985,360,360,5,0,1211,1067,0,1), + (30768,4401,1,0,0,-4187.7,-4148.39,-10.277,3.36852,360,360,5,0,1403,0,0,1), + (30769,5057,1,0,0,-3999.51,-5015.85,13.7618,0.311079,300,300,0,0,1542,0,0,0), + (30770,5057,1,0,0,-4004.84,-5003.35,13.4668,0.497071,300,300,0,0,1542,0,0,0), + (30771,5057,1,0,0,-4022.91,-4992.63,13.1895,3.90975,300,300,0,0,1542,0,0,0), + (30772,5057,1,0,0,-4009.07,-5002.67,8.13691,4.69542,300,300,0,0,1542,0,0,0), + (30773,5057,1,0,0,-4004.39,-5011.29,8.13875,3.24073,300,300,0,0,1542,0,0,0), + (30774,5057,1,0,0,-3996.45,-5017.51,1.1492,1.7174,300,300,0,0,1542,0,0,0), + (30776,5057,1,0,0,-4006.29,-4999.48,0.814592,2.05179,300,300,0,0,1542,0,0,0), + (30779,4341,1,0,0,-2673.73,-3315.73,31.1128,0.373262,360,360,10,0,1403,0,0,1), + (30781,4346,1,0,0,-3145.79,-4094.69,61.2974,4.687,360,360,5,0,1403,0,0,1), + (30782,4348,1,0,0,-3877.53,-3002.94,37.3978,2.64094,360,360,5,0,1674,0,0,1), + (30783,4346,1,0,0,-3375.89,-3933.19,40.0131,3.10648,360,360,5,0,1403,0,0,1), + (30784,4345,1,0,0,-4584.11,-3712.1,30.0846,0.159568,360,360,10,0,4572,0,0,1), + (30785,1420,1,0,0,-4400.79,-3149.4,30.5615,4.10328,360,360,10,0,8,0,0,1), + (30786,4389,1,0,0,-3608.08,-3860.04,-8.0415,1.1394,360,360,5,0,1532,0,0,1), + (30787,4343,1,0,0,-3505.09,-3019.28,35.8974,6.16686,360,360,10,0,1536,0,0,1), + (30788,4345,1,0,0,-4518.52,-3859.3,29.3513,5.86912,360,360,10,0,4572,0,0,1), + (30789,4414,1,0,0,-3360.47,-4235.41,23.5935,1.12638,360,360,10,0,1469,0,0,1), + (30790,4414,1,0,0,-3076.78,-4137.48,23.999,3.22765,360,360,10,0,1469,0,0,1), + (30791,2914,1,0,0,-4633.32,-3023.63,34.275,2.23852,360,360,10,0,8,0,0,1), + (30792,4404,1,0,0,-3574.64,-3808.92,5.68592,4.86126,360,360,5,0,1211,1067,0,1), + (30793,4346,1,0,0,-2697.66,-3893.86,59.1835,4.45367,360,360,5,0,1403,0,0,1), + (30794,4352,1,0,0,-2645.06,-3624.82,37.4003,5.47845,360,360,3,0,1469,0,0,1), + (30795,4397,1,0,0,-2589.68,-3904.42,-6.61263,2.95493,360,360,10,0,1403,0,0,1), + (30796,4397,1,0,0,-2542.6,-3873.36,-18.9312,3.36005,360,360,10,0,1403,0,0,1), + (30797,4397,1,0,0,-2495.74,-3864.22,-4.2347,5.24008,360,360,10,0,1403,0,0,1), + (30798,4397,1,0,0,-2355.97,-3953.9,-7.05756,4.45338,360,360,10,0,1403,0,0,1), + (30799,4397,1,0,0,-2431.33,-3823.4,-2.85298,0.7135,360,360,10,0,1403,0,0,1), + (30800,4394,1,0,0,-3977.08,-3568.75,42.2671,5.60808,360,360,5,0,1451,0,0,1), + (30802,1412,1,0,0,-3696.16,-4344.5,11.4038,0.059758,360,360,10,0,8,0,0,1), + (30803,1420,1,0,0,-3702.09,-3206.07,29.3974,3.10763,360,360,10,0,8,0,0,1), + (30804,1420,1,0,0,-3015.52,-3022.69,30.2317,3.37615,360,360,10,0,8,0,0,1), + (30805,2914,1,0,0,-3375.55,-3229.8,29.5138,3.34205,360,360,10,0,8,0,0,1), + (30806,4348,1,0,0,-4114.61,-2845.79,38.0406,6.1598,360,360,5,0,1674,0,0,1), + (30807,4344,1,0,0,-4065.82,-2862.98,30.1412,4.08101,360,360,10,0,1305,1189,0,1), + (30808,2914,1,0,0,-3819.06,-3299.4,30.8135,4.63022,360,360,10,0,8,0,0,1), + (30809,4343,1,0,0,-3503.99,-2971.19,28.7022,5.46048,360,360,10,0,1536,0,0,1), + (30810,5085,1,0,0,-3459.89,-4116.34,17.0534,1.17356,360,360,0,0,2284,0,0,2), + (30811,1420,1,0,0,-2844.06,-3244.13,33.4166,0.456546,360,360,10,0,8,0,0,1), + (30812,5085,1,0,0,-3440.11,-4138.46,11.1666,0.882563,360,360,1,0,2284,0,0,1), + (30813,5085,1,0,0,-3457.82,-4147.65,11.2355,5.84685,360,360,0,0,2284,0,0,0), + (30814,5085,1,0,0,-3463.65,-4129.84,17.0534,5.08662,360,360,6,0,2284,0,0,2), + (30815,5085,1,0,0,-3482.88,-4101.59,52.2821,2.37365,360,360,0,0,2284,0,0,0), + (30816,5085,1,0,0,-3472.25,-4116.79,17.0592,2.71277,360,360,0,0,2284,0,0,2), + (30817,5085,1,0,0,-3465.87,-4107.04,52.2821,0.10472,360,360,0,0,2284,0,0,0), + (30818,5085,1,0,0,-3479.84,-4116.58,30.9032,1.06465,360,360,0,0,2284,0,0,0), + (30819,4414,1,0,0,-3176.96,-3703.58,51.0437,5.03661,360,360,10,0,1469,0,0,1), + (30820,4414,1,0,0,-3254.27,-3720.83,43.0408,5.56083,360,360,10,0,1469,0,0,1), + (30822,4363,1,0,0,-2408.23,-3978.23,1.09477,5.25477,360,360,5,0,1208,1097,0,1), + (30823,4361,1,0,0,-2429.45,-3974.52,0.048311,2.02458,360,360,0,0,1469,0,0,0), + (30824,4363,1,0,0,-2395.59,-3995.92,9.59968,6.2208,360,360,5,0,1208,1097,0,1), + (30825,4361,1,0,0,-2386.86,-4044.96,7.6334,4.90078,360,360,5,0,1469,0,0,1), + (30826,4363,1,0,0,-2369.32,-4037.42,6.90366,1.87717,360,360,5,0,1208,1097,0,1), + (30827,4361,1,0,0,-2324.51,-4054.24,7.59539,4.49926,360,360,5,0,1469,0,0,1), + (30828,4363,1,0,0,-2365.25,-4104.03,7.47878,0.366519,360,360,0,0,1208,1097,0,0), + (30829,4361,1,0,0,-2337.42,-4031.37,7.33397,3.48002,360,360,5,0,1469,0,0,1), + (30830,4361,1,0,0,-2374.59,-4103.75,6.95057,3.59968,360,360,5,0,1469,0,0,1), + (30831,4361,1,0,0,-2371.43,-4082.9,6.97257,5.16705,360,360,0,0,1469,0,0,0), + (30832,4363,1,0,0,-2381.23,-4079.51,6.58898,5.65487,360,360,0,0,1208,1097,0,0), + (30833,4361,1,0,0,-2352.17,-4078.08,6.66264,5.14265,360,360,5,0,1469,0,0,1), + (30834,4363,1,0,0,-2336.93,-4115.26,13.6941,6.22259,360,360,5,0,1208,1097,0,1), + (30835,2914,1,0,0,-2908.44,-2874.83,37.7724,1.31453,360,360,10,0,8,0,0,1), + (30836,4414,1,0,0,-3412.88,-3956.42,27.8769,0.265643,360,360,10,0,1469,0,0,1), + (30837,4389,1,0,0,-3457.42,-3727.25,-10.2251,5.72769,360,360,5,0,1532,0,0,1), + (30838,4389,1,0,0,-3542.3,-4024.9,-3.17919,0.385096,360,360,5,0,1532,0,0,1), + (30839,4401,1,0,0,-3554.51,-3704.35,18.6001,2.42323,360,360,5,0,1403,0,0,1), + (30841,4412,1,0,0,-3984.75,-2910.66,36.5165,4.79258,360,360,10,0,1536,0,0,1), + (30842,4412,1,0,0,-3977.48,-2853.35,40.3328,0.293366,360,360,10,0,1536,0,0,1), + (30843,2914,1,0,0,-2509.5,-3124.65,36.2072,4.22163,360,360,10,0,8,0,0,1), + (30844,4346,1,0,0,-2939.96,-3492.22,40.6282,5.95896,360,360,5,0,1403,0,0,1), + (30845,4345,1,0,0,-3806.27,-3418.62,37.9134,0.665438,360,360,10,0,4572,0,0,1), + (30846,4393,1,0,0,-3913.11,-3884.15,47.38,2.70154,360,360,5,0,1751,0,0,1), + (30847,4345,1,0,0,-4687.33,-3478.95,30.8713,1.22436,360,360,10,0,4572,0,0,1), + (30848,4374,1,0,0,-2823.08,-4676.17,-10.0951,3.57258,1200,1200,10,0,8883,0,0,1), + (30849,4371,1,0,0,-2681.92,-4815.98,18.4512,5.91081,1200,1200,5,0,7107,4738,0,1), + (30850,4374,1,0,0,-2750.04,-4679.68,-4.51041,3.61184,1200,1200,10,0,8883,0,0,1), + (30851,4366,1,0,0,-2619.03,-4877.81,23.1887,1.02149,1200,1200,5,0,8883,0,0,1), + (30852,4374,1,0,0,-2693.85,-4743.7,10.841,5.96761,1200,1200,10,0,8883,0,0,1), + (30853,4374,1,0,0,-2653.29,-4881.01,22.1262,0.091897,1200,1200,5,0,8883,0,0,1), + (30854,4374,1,0,0,-2770.48,-4997.43,40.7702,0.295197,1200,1200,5,0,8883,0,0,1), + (30855,4366,1,0,0,-2653.36,-4918.74,20.9539,5.09345,1200,1200,5,0,8883,0,0,1), + (30856,4368,1,0,0,-2678.24,-4986.74,21.7668,0.626981,1200,1200,0,0,9156,0,0,0), + (30857,4368,1,0,0,-2653.53,-4990.83,21.5277,3.76991,1200,1200,0,0,9156,0,0,0), + (30858,4368,1,0,0,-2650.01,-4997.43,21.6675,3.68265,1200,1200,0,0,9156,0,0,0), + (30859,15591,1,0,0,-2656.57,-5057.34,23.0198,2.37365,1200,1200,0,0,24416,0,0,0), + (30860,4368,1,0,0,-2630.73,-5010.15,23.3042,1.29738,1200,1200,0,0,9156,0,0,0), + (30861,4371,1,0,0,-2642.41,-4991.01,22.9797,2.59482,1200,1200,0,0,7107,4738,0,0), + (30862,4412,1,0,0,-3825.86,-2997.55,37.5224,1.32736,360,360,10,0,1536,0,0,1), + (30863,15591,1,0,0,-2678.41,-5036.98,21.7699,3.47321,1200,1200,0,0,24416,0,0,0), + (30864,4343,1,0,0,-3580.84,-3098.63,29.5224,4.99114,360,360,10,0,1536,0,0,1), + (30867,4343,1,0,0,-3606.22,-3036.09,33.7724,2.07836,360,360,10,0,1536,0,0,1), + (30868,4371,1,0,0,-2745.9,-5001.17,33.1383,4.82331,1200,1200,0,0,7107,4738,0,0), + (30869,4370,1,0,0,-2699.44,-5039.15,7.90609,0.087453,1200,1200,0,0,7326,4868,0,0), + (30870,4364,1,0,0,-2738.06,-5035.69,7.92337,0.790134,1200,1200,3,0,8883,0,0,1), + (30871,15591,1,0,0,-2632.03,-5036.22,22.9473,6.24828,1200,1200,0,0,24416,0,0,0), + (30872,16072,1,0,0,-2714.61,-4990.07,7.16219,4.74729,1200,1200,0,0,9711,0,0,0), + (30873,4351,1,0,0,-2677.77,-3571.25,35.3537,1.65732,360,360,10,0,1469,0,0,1), + (30874,4397,1,0,0,-2616.03,-4297.74,0.526373,6.01917,360,360,10,0,1403,0,0,1), + (30875,4345,1,0,0,-4615.32,-3877.92,28.7429,2.29482,360,360,10,0,4572,0,0,1), + (30876,4323,1,0,0,-4502.07,-3829.88,36.4756,0.140735,360,360,10,0,1836,1857,0,1), + (30877,4324,1,0,0,-4906.67,-3233.84,65.5498,5.39262,360,360,10,0,1480,1381,0,1), + (30878,4324,1,0,0,-4486.14,-3934.65,35.9412,5.32696,360,360,10,0,1480,1381,0,1), + (30880,2914,1,0,0,-3047.57,-4003.91,38.434,4.62827,360,360,10,0,8,0,0,1), + (30881,1412,1,0,0,-3594.27,-4434.9,12.9053,0.178959,360,360,10,0,8,0,0,1), + (30882,4345,1,0,0,-4787.52,-3244.55,29.7852,2.17288,360,360,10,0,4572,0,0,1), + (30883,4389,1,0,0,-3523.38,-3738.17,-9.36362,3.54059,360,360,5,0,1532,0,0,1), + (30884,4404,1,0,0,-3477.46,-3770.57,12.9116,1.97996,360,360,5,0,1211,1067,0,1), + (30885,4341,1,0,0,-2955.46,-2916.19,29.4215,2.10637,360,360,10,0,1403,0,0,1), + (30886,620,1,0,0,-3785.42,-4331.25,9.86194,4.3043,360,360,10,0,1,0,0,1), + (30887,4345,1,0,0,-4247.42,-3145.49,29.3387,4.55142,360,360,10,0,4572,0,0,1), + (30888,2914,1,0,0,-4367.7,-3491.18,36.6644,0.198545,360,360,10,0,8,0,0,1), + (30889,1420,1,0,0,-4410.6,-2860.27,28.6474,3.3813,360,360,10,0,8,0,0,1), + (30890,4388,1,0,0,-4011.09,-4482.85,-22.714,3.28081,360,360,10,0,1826,0,0,1), + (30891,4388,1,0,0,-4013.98,-4515.77,-23.3762,5.04464,360,360,10,0,1826,0,0,1), + (30892,4388,1,0,0,-4048.78,-4589.61,-41.4274,5.53271,360,360,10,0,1826,0,0,1), + (30893,4388,1,0,0,-4056.32,-4493.47,-28.5996,4.58874,360,360,10,0,1826,0,0,1), + (30894,4415,1,0,0,-3869.28,-3900.31,67.3831,2.47701,360,360,3,0,1751,0,0,1), + (30895,4415,1,0,0,-3923.76,-3915.84,67.2964,0.815776,360,360,5,0,1751,0,0,1), + (30896,4415,1,0,0,-3994.42,-3918.58,92.5324,1.96804,360,360,5,0,1751,0,0,1), + (30897,4345,1,0,0,-4747.83,-3356.83,31.0218,3.19629,360,360,10,0,4572,0,0,1), + (30898,4345,1,0,0,-4644.71,-3450.29,30.8598,0.058322,360,360,10,0,4572,0,0,1), + (30899,4345,1,0,0,-4617.19,-3423.96,29.076,4.24874,360,360,10,0,4572,0,0,1), + (30900,4345,1,0,0,-4540.74,-3757.38,30.1318,6.18076,360,360,10,0,4572,0,0,1), + (30902,2914,1,0,0,-4653.52,-3190.88,34.4574,0.132462,360,360,10,0,8,0,0,1), + (30903,4345,1,0,0,-4824.3,-3291.46,31.6969,3.39523,360,360,10,0,4572,0,0,1), + (30904,4345,1,0,0,-4806.61,-3341.97,36.7372,6.14125,360,360,10,0,4572,0,0,1), + (30905,4323,1,0,0,-4789.06,-3340.8,36.1505,5.98841,360,360,10,0,1836,1857,0,1), + (30906,4345,1,0,0,-4805.39,-3560.8,30.0016,3.92538,360,360,10,0,4572,0,0,1), + (30908,4415,1,0,0,-3613.65,-3558.74,48.8766,2.53679,360,360,5,0,1751,0,0,1), + (30909,4334,1,0,0,-4953.43,-3781.91,44.661,4.77273,360,360,5,0,4119,1432,0,1), + (30910,4334,1,0,0,-4747.08,-4012.27,44.921,3.26597,360,360,5,0,4119,1432,0,1), + (30911,4328,1,0,0,-4753.3,-3952.46,54.8863,5.02589,360,360,5,0,4119,1432,0,1), + (30912,4334,1,0,0,-4663.5,-3965.7,47.5508,3.54702,360,360,5,0,4119,1432,0,1), + (30913,4334,1,0,0,-4787.42,-3982.57,47.368,4.30065,360,360,10,0,4119,1432,0,1), + (30914,4334,1,0,0,-4819.35,-3946.57,50.799,3.2012,360,360,10,0,4119,1432,0,1), + (30915,2914,1,0,0,-3884.76,-3738.09,40.3731,5.4439,360,360,10,0,8,0,0,1), + (30916,4345,1,0,0,-4690.11,-3414.35,29.5225,2.13377,360,360,10,0,4572,0,0,1), + (30917,4351,1,0,0,-2564.55,-3524.82,39.556,3.29092,360,360,5,0,1469,0,0,1), + (30918,4345,1,0,0,-4284.5,-3450.61,30.2724,4.38631,360,360,10,0,4572,0,0,1), + (30919,4414,1,0,0,-2769.73,-4053.95,57.5352,3.51775,360,360,10,0,1469,0,0,1), + (30920,2914,1,0,0,-3390.12,-2782.26,31.5224,2.16729,360,360,10,0,8,0,0,1), + (30921,4389,1,0,0,-3602.89,-3937.73,-6.54979,2.46926,360,360,5,0,1532,0,0,1), + (30922,4389,1,0,0,-3526.38,-3769.08,-7.62563,1.61179,360,360,5,0,1532,0,0,1), + (30924,4346,1,0,0,-3440.52,-4314.8,33.0443,4.81614,360,360,5,0,1403,0,0,1), + (30925,4415,1,0,0,-3746.72,-3586.56,38.4761,1.02843,360,360,5,0,1751,0,0,1), + (30926,4415,1,0,0,-3711.51,-3639.53,54.6749,1.50631,360,360,5,0,1751,0,0,1), + (30927,4344,1,0,0,-3684.24,-2779,29.6634,2.38381,360,360,10,0,1305,1189,0,1), + (30928,4343,1,0,0,-3554.08,-3311.69,28.7852,2.97968,360,360,10,0,1536,0,0,1), + (30929,4359,1,0,0,-2590.02,-4023.38,7.41437,5.56417,360,360,5,0,1469,0,0,1), + (30930,4359,1,0,0,-2601.12,-4044.94,5.8715,1.50098,360,360,0,0,1469,0,0,0), + (30931,4362,1,0,0,-2553.39,-3998.74,9.61452,4.49637,360,360,5,0,1469,0,0,1), + (30932,4362,1,0,0,-2581.32,-4045.71,7.88609,1.61179,360,360,5,0,1469,0,0,1), + (30933,4359,1,0,0,-2569.95,-4038.99,8.58657,0.588039,360,360,0,0,1469,0,0,0), + (30935,5057,1,0,0,-3945.04,-2843.88,43.7061,5.96903,360,360,0,0,1542,0,0,0), + (30936,4362,1,0,0,-2572.52,-4038.69,8.33867,0.883976,360,360,0,0,1469,0,0,0), + (30937,4344,1,0,0,-3970.83,-2812.5,33.2724,2.94133,360,360,10,0,1305,1189,0,1), + (30938,4341,1,0,0,-3244.14,-4094.17,20.043,3.54863,360,360,10,0,1403,0,0,1), + (30939,2914,1,0,0,-4186.79,-3671.57,40.0795,4.51768,360,360,10,0,8,0,0,1), + (30940,4404,1,0,0,-4281.25,-3780.52,-2.91547,1.56706,360,360,5,0,1211,1067,0,1), + (30941,4401,1,0,0,-4247.13,-3822.91,-3.01307,0.63882,360,360,5,0,1403,0,0,1), + (30942,4403,1,0,0,-4221.34,-3856.81,-5.53389,4.49355,360,360,5,0,1464,0,0,1), + (30943,4351,1,0,0,-2714.68,-3612.54,46.8814,0.257432,360,360,5,0,1469,0,0,1), + (30944,4404,1,0,0,-4139.96,-3985.05,-8.72082,4.464,360,360,5,0,1211,1067,0,1), + (30946,4351,1,0,0,-2654.87,-3549.32,34.1629,4.05991,360,360,10,0,1469,0,0,1), + (30947,4343,1,0,0,-3459.34,-2765.43,28.6474,5.77634,360,360,10,0,1536,0,0,1), + (30949,2914,1,0,0,-3997.07,-3633.67,42.5122,4.81757,360,360,10,0,8,0,0,1), + (30952,4345,1,0,0,-4475.9,-3017.93,28.6474,3.33322,360,360,10,0,4572,0,0,1), + (30953,4393,1,0,0,-3884.01,-3845.47,37.1322,3.25656,360,360,5,0,1751,0,0,1), + (30954,4394,1,0,0,-3850.89,-3554.45,41.9554,5.83397,360,360,5,0,1451,0,0,1), + (30955,4389,1,0,0,-3343.36,-3633.93,-7.23753,1.96448,360,360,5,0,1532,0,0,1), + (30956,4389,1,0,0,-3355.96,-3492.92,-9.22355,3.1378,360,360,5,0,1532,0,0,1), + (30957,4412,1,0,0,-3892.21,-3094.63,36.419,1.01983,360,360,10,0,1536,0,0,1), + (30958,4348,1,0,0,-4057.75,-3185.66,36.6256,4.88786,360,360,5,0,1674,0,0,1), + (30959,6145,1,0,0,-2812.1,-4252.93,-5.48593,4.98779,360,360,5,0,42,0,0,1), + (30960,4414,1,0,0,-2838.79,-4125.88,48.9155,5.8136,360,360,10,0,1469,0,0,1), + (30961,4415,1,0,0,-4190.84,-3767.84,69.4814,0.271856,360,360,5,0,1751,0,0,1), + (30962,6145,1,0,0,-2516.76,-4121.47,-6.60687,5.41901,360,360,5,0,42,0,0,1), + (30963,4351,1,0,0,-2786.95,-3644.3,39.7406,2.81156,360,360,5,0,1469,0,0,1), + (30964,4397,1,0,0,-2386.15,-4241.2,-7.77776,4.72246,360,360,10,0,1403,0,0,1), + (30965,4397,1,0,0,-2420.32,-4182.31,-2.66916,5.47555,360,360,10,0,1403,0,0,1), + (30966,4397,1,0,0,-2352.36,-4237.46,-1.65652,4.52483,360,360,10,0,1403,0,0,1), + (30967,4397,1,0,0,-2299.94,-4183.81,-11.5682,0.028916,360,360,10,0,1403,0,0,1), + (30968,4397,1,0,0,-2298.67,-4173.81,-6.40215,5.58313,360,360,10,0,1403,0,0,1), + (30971,4352,1,0,0,-2708.56,-3725.6,40.5192,4.13219,360,360,5,0,1469,0,0,1), + (30975,4393,1,0,0,-3914.03,-3818.58,39.0551,3.43631,360,360,5,0,1751,0,0,1), + (30976,4382,1,0,0,-2570,-2983.4,32.8598,0.725792,360,360,10,0,1468,0,0,1), + (30977,2914,1,0,0,-3629.48,-3394.29,37.4637,3.85029,360,360,10,0,8,0,0,1), + (30978,4412,1,0,0,-3589.71,-3211.75,35.6154,2.7372,360,360,10,0,1536,0,0,1), + (30979,4347,1,0,0,-3543.62,-3237.68,33.4112,1.03628,360,360,5,0,1536,0,0,1), + (30980,4343,1,0,0,-3579.26,-3270.49,28.6474,1.83064,360,360,10,0,1536,0,0,1), + (30982,4412,1,0,0,-3539.11,-3164.65,44.8803,4.45556,360,360,10,0,1536,0,0,1), + (30983,4412,1,0,0,-3485.44,-3248.8,35.6629,4.03418,360,360,10,0,1536,0,0,1), + (30984,4412,1,0,0,-3518.39,-3219.49,34.913,5.44824,360,360,10,0,1536,0,0,1), + (30985,4412,1,0,0,-3562.93,-3161.63,45.4475,5.17436,360,360,10,0,1536,0,0,1), + (30986,4343,1,0,0,-3601.1,-3128.33,31.424,3.23738,360,360,10,0,1536,0,0,1), + (30987,4344,1,0,0,-3745.93,-3217.57,30.8511,1.34049,360,360,10,0,1305,1189,0,1), + (30988,4344,1,0,0,-3811.73,-3247.28,30.2475,4.22691,360,360,10,0,1305,1189,0,1), + (30989,4344,1,0,0,-3684.84,-2968.75,32.6085,1.19899,360,360,10,0,1305,1189,0,1), + (30990,4344,1,0,0,-3720.83,-2887.5,33.7708,5.09128,360,360,10,0,1305,1189,0,1), + (30991,4344,1,0,0,-3786.64,-2950.53,28.6474,3.80071,360,360,10,0,1305,1189,0,1), + (30992,4344,1,0,0,-3654.08,-2950.86,28.6474,5.99998,360,360,10,0,1305,1189,0,1), + (30993,4376,1,0,0,-2847.72,-2679.37,33.0454,3.09526,360,360,5,0,1469,0,0,1), + (30994,4379,1,0,0,-2819.04,-2592.84,34.4165,4.55342,360,360,3,0,1469,0,0,1), + (30995,4376,1,0,0,-2801.65,-2629.13,32.8168,2.81232,360,360,0,0,1469,0,0,0), + (30996,4344,1,0,0,-3752.22,-2997.22,33.3943,1.45346,360,360,10,0,1305,1189,0,1), + (30997,4376,1,0,0,-2777.8,-2562.11,29.837,4.45349,360,360,3,0,1469,0,0,1), + (30998,4376,1,0,0,-2795.5,-2567.73,30.4488,4.20003,360,360,3,0,1469,0,0,1), + (30999,4397,1,0,0,-2472.24,-3845.68,0.148242,3.49053,360,360,10,0,1403,0,0,1), + (31000,4359,1,0,0,-2554.74,-4064.8,2.40683,4.96494,360,360,5,0,1469,0,0,1), + (31001,1420,1,0,0,-3703.42,-3297.41,30.8828,1.22988,360,360,10,0,8,0,0,1), + (31002,4362,1,0,0,-2521.74,-3828.83,0.390297,4.43806,360,360,5,0,1469,0,0,1), + (31003,4397,1,0,0,-2485.44,-3826.87,3.50752,3.87586,360,360,10,0,1403,0,0,1), + (31004,4415,1,0,0,-3668.36,-3515.17,50.9595,4.76238,360,360,5,0,1751,0,0,1), + (31005,4415,1,0,0,-3656.87,-3578,61.0422,0.199126,360,360,5,0,1751,0,0,1), + (31006,4404,1,0,0,-4260.04,-3897.82,-12.4946,2.06936,360,360,5,0,1211,1067,0,1), + (31009,4394,1,0,0,-3874.7,-3775.25,40.163,5.83299,360,360,5,0,1451,0,0,1), + (31010,4390,1,0,0,-3564.96,-3851.47,-5.33705,3.4425,360,360,0,0,1603,0,0,0), + (31011,4394,1,0,0,-3856.48,-3767.93,39.658,5.1382,360,360,5,0,1451,0,0,1), + (31012,4393,1,0,0,-3885.63,-3721.46,40.1758,4.09622,360,360,5,0,1751,0,0,1), + (31013,4348,1,0,0,-4057.51,-2716.78,41.0149,0.887816,360,360,5,0,1674,0,0,1), + (31014,4357,1,0,0,-4446.7,-2980.78,49.7644,3.33512,360,360,5,0,1674,0,0,1), + (31015,4359,1,0,0,-2562.29,-3819.01,2.2653,4.38886,360,360,0,0,1469,0,0,0), + (31016,4359,1,0,0,-2556.27,-3813.49,4.0153,2.32971,360,360,0,0,1469,0,0,0), + (31017,4412,1,0,0,-3640.49,-3291.46,41.1238,0.110277,360,360,10,0,1536,0,0,1), + (31018,4362,1,0,0,-2552.08,-3827.08,1.7653,5.38122,360,360,5,0,1469,0,0,1), + (31019,4362,1,0,0,-2555.54,-3845.6,-6.12601,4.90168,360,360,5,0,1469,0,0,1), + (31020,4348,1,0,0,-3673.78,-3181.14,41.9366,3.78001,360,360,10,0,1674,0,0,1), + (31022,4404,1,0,0,-4280.61,-3843.87,-6.80006,3.21936,360,360,5,0,1211,1067,0,1), + (31023,4348,1,0,0,-3751.32,-3130.47,37.1474,1.80714,360,360,5,0,1674,0,0,1), + (31024,4403,1,0,0,-4222.4,-3879.42,-6.53742,4.85395,360,360,5,0,1464,0,0,1), + (31025,4344,1,0,0,-3742.98,-3050.12,30.0828,3.44296,360,360,10,0,1305,1189,0,1), + (31026,4344,1,0,0,-3764.01,-3379.69,32.3227,0.735715,360,360,10,0,1305,1189,0,1), + (31027,4344,1,0,0,-3855.54,-3073.61,31.5464,5.59847,360,360,10,0,1305,1189,0,1), + (31028,4404,1,0,0,-4050,-4116.66,-16.3835,4.23895,360,360,5,0,1211,1067,0,1), + (31029,4412,1,0,0,-3737.51,-3329.05,34.8974,2.91963,360,360,10,0,1536,0,0,1), + (31030,4344,1,0,0,-3767.46,-3317.1,29.0224,1.95895,360,360,10,0,1305,1189,0,1), + (31031,4344,1,0,0,-3694.48,-3255.55,33.5237,3.69709,360,360,10,0,1305,1189,0,1), + (31034,4404,1,0,0,-4230.21,-3907.29,-11.2545,1.95249,360,360,5,0,1211,1067,0,1), + (31035,4404,1,0,0,-4236.52,-3894.7,-10.0892,2.35022,360,360,5,0,1211,1067,0,1), + (31036,5057,1,0,0,-3885.19,-2819.23,36.0548,4.01426,360,360,0,0,1542,0,0,0), + (31037,4404,1,0,0,-4280.36,-3913.2,-6.73374,5.9173,360,360,5,0,1211,1067,0,1), + (31038,5057,1,0,0,-3879.48,-2825.4,36.8048,6.08054,360,360,5,0,1542,0,0,1), + (31039,4401,1,0,0,-3648.73,-4086.62,-11.8706,4.13218,360,360,5,0,1403,0,0,1), + (31040,4345,1,0,0,-4140.36,-3607.18,31.6231,3.75447,360,360,10,0,4572,0,0,1), + (31041,10321,1,0,0,-5103.36,-3949.53,41.4934,1.23918,1200,1200,0,0,31440,0,0,0), + (31042,4341,1,0,0,-2752.73,-3389.38,28.6474,2.22815,360,360,10,0,1403,0,0,1), + (31044,4388,1,0,0,-3661.11,-4689.51,-39.2088,5.27664,360,360,10,0,1826,0,0,1), + (31048,2914,1,0,0,-2722.83,-3329.69,31.0594,4.33877,360,360,10,0,8,0,0,1), + (31049,2914,1,0,0,-4684.87,-3532.17,37.128,2.67035,360,360,0,0,8,0,0,0), + (31063,4382,1,0,0,-2657.13,-3009.1,33.3867,2.67358,360,360,10,0,1468,0,0,1), + (31064,4401,1,0,0,-4181.48,-3950.63,-13.739,2.41692,360,360,5,0,1403,0,0,1), + (31066,4404,1,0,0,-4210.22,-3929.68,-8.12945,5.11519,360,360,5,0,1211,1067,0,1), + (31067,6145,1,0,0,-4202.95,-3937.81,-7.16506,4.54051,360,360,5,0,42,0,0,1), + (31068,4403,1,0,0,-4281.63,-3883.16,-7.83916,2.38933,360,360,5,0,1464,0,0,1), + (31070,4403,1,0,0,-4247.5,-3884.96,-9.96416,4.30489,360,360,5,0,1464,0,0,1), + (31071,4347,1,0,0,-3276.93,-3264.39,39.5009,0.992539,360,360,5,0,1536,0,0,1), + (31076,1420,1,0,0,-2888.61,-3158.52,29.7939,0.51935,360,360,10,0,8,0,0,1), + (31077,4834,1,0,0,-2926.36,-3124.51,34.6025,0.19852,360,360,5,0,1400,0,0,1), + (31079,2914,1,0,0,-4260.93,-2757.78,38.3425,0.1372,360,360,10,0,8,0,0,1), + (31080,4388,1,0,0,-4018.78,-4743.93,-34.9537,1.78042,360,360,10,0,1826,0,0,1), + (31081,4412,1,0,0,-3724.43,-3117.85,39.1896,4.89714,360,360,10,0,1536,0,0,1), + (31082,4348,1,0,0,-3696.9,-3083.39,35.8695,5.16469,360,360,5,0,1674,0,0,1), + (31083,4348,1,0,0,-3686.74,-3146.67,40.9552,3.081,360,360,10,0,1674,0,0,1), + (31085,4344,1,0,0,-3714.45,-3210.34,30.8974,1.50046,360,360,10,0,1305,1189,0,1), + (31086,4412,1,0,0,-3663.51,-3020.25,39.4281,4.67327,360,360,10,0,1536,0,0,1), + (31087,4348,1,0,0,-3728.93,-3256.42,37.4489,0.975752,360,360,5,0,1674,0,0,1), + (31088,4348,1,0,0,-3732.34,-3290.19,35.322,2.66932,360,360,5,0,1674,0,0,1), + (31089,2914,1,0,0,-2814.6,-3354.84,30.3985,1.57173,360,360,10,0,8,0,0,1), + (31090,4345,1,0,0,-3835.53,-3457.04,31.2239,0.463648,360,360,10,0,4572,0,0,1), + (31091,4345,1,0,0,-4250.82,-3617.51,29.4022,2.64049,360,360,10,0,4572,0,0,1), + (31092,4345,1,0,0,-4298.02,-3571.84,29.3818,3.0497,360,360,10,0,4572,0,0,1), + (31093,4343,1,0,0,-3238.23,-3011.38,30.5545,6.2304,360,360,10,0,1536,0,0,1), + (31094,4341,1,0,0,-2749.35,-3330.66,34.7942,5.98168,360,360,10,0,1403,0,0,1), + (31095,2914,1,0,0,-3777.83,-3508.47,28.751,0.0222,360,360,10,0,8,0,0,1), + (31096,4412,1,0,0,-3615.34,-2834.51,35.6232,2.37045,360,360,10,0,1536,0,0,1), + (31097,4412,1,0,0,-3752.25,-2894.85,40.2007,3.42875,360,360,10,0,1536,0,0,1), + (31098,4348,1,0,0,-3737.64,-2954.82,33.2038,5.02648,360,360,5,0,1674,0,0,1), + (31099,4412,1,0,0,-3846.51,-2857.5,38.457,5.00141,360,360,10,0,1536,0,0,1), + (31100,4344,1,0,0,-4114.42,-2875.3,32.2795,4.40053,360,360,10,0,1305,1189,0,1), + (31101,4344,1,0,0,-4159.74,-2909.05,28.6474,1.7719,360,360,10,0,1305,1189,0,1), + (31102,4348,1,0,0,-3814.69,-2878.47,35.9059,3.40865,360,360,10,0,1674,0,0,1), + (31103,4344,1,0,0,-3944.47,-2990.85,30.8813,1.94695,360,360,10,0,1305,1189,0,1), + (31104,4344,1,0,0,-3891.66,-3052.62,28.8974,0.98031,360,360,10,0,1305,1189,0,1), + (31105,4344,1,0,0,-3917.71,-2955.21,34.1183,2.16719,360,360,10,0,1305,1189,0,1), + (31106,4344,1,0,0,-3907.2,-3021.98,28.7724,5.62656,360,360,10,0,1305,1189,0,1), + (31107,2914,1,0,0,-4029.28,-3272.09,30.07,2.03563,360,360,10,0,8,0,0,1), + (31108,1420,1,0,0,-4618.89,-3389.88,36.8407,3.91318,360,360,10,0,8,0,0,1), + (31109,4344,1,0,0,-3952.15,-3117.62,29.1796,2.02665,360,360,10,0,1305,1189,0,1), + (31110,4415,1,0,0,-4148.98,-3729.81,51.1873,4.55944,360,360,5,0,1751,0,0,1), + (31111,1420,1,0,0,-4147.46,-3234.51,28.6824,4.2473,360,360,10,0,8,0,0,1), + (31112,1420,1,0,0,-3521.27,-2890.38,35.4174,4.01965,360,360,10,0,8,0,0,1), + (31113,4334,1,0,0,-4915.01,-3644.71,45.7974,2.07437,360,360,10,0,4119,1432,0,1), + (31114,4334,1,0,0,-4881.18,-3618.43,48.1388,5.37567,360,360,10,0,4119,1432,0,1), + (31115,1420,1,0,0,-2680.97,-3161.83,42.7821,2.04134,360,360,10,0,8,0,0,1), + (31116,4387,1,0,0,-2669.18,-3182.02,39.3003,5.73411,360,360,0,0,1536,0,0,0), + (31117,4385,1,0,0,-2651.89,-3142.51,45.637,5.48398,360,360,10,0,1469,0,0,1), + (31118,4412,1,0,0,-4204.11,-3520.71,36.0144,2.80916,360,360,10,0,1536,0,0,1), + (31119,4382,1,0,0,-2647.11,-3264.77,32.5317,1.59613,360,360,10,0,1468,0,0,1), + (31120,4345,1,0,0,-4769.22,-3542.91,30.6345,5.01994,360,360,10,0,4572,0,0,1), + (31121,4385,1,0,0,-2676.27,-3123.91,41.5645,5.86057,360,360,10,0,1469,0,0,1), + (31122,4385,1,0,0,-2721.92,-3151.5,38.1848,0.803377,360,360,10,0,1469,0,0,1), + (31123,4345,1,0,0,-4658.27,-3378.09,31.0793,5.6307,360,360,10,0,4572,0,0,1), + (31124,4324,1,0,0,-4782.52,-3519.07,35.2508,2.47619,360,360,10,0,1480,1381,0,1), + (31125,4329,1,0,0,-4906.34,-3335.59,38.1851,1.35043,360,360,5,0,4755,0,0,1), + (31126,4331,1,0,0,-4910.23,-3343.77,36.8571,1.28963,360,360,5,0,3963,1381,0,1), + (31127,4345,1,0,0,-4710.75,-3392.35,30.2805,1.99516,360,360,10,0,4572,0,0,1), + (31128,4385,1,0,0,-2670.75,-2984.19,38.2337,0.158032,360,360,10,0,1469,0,0,1), + (31129,4387,1,0,0,-2718.2,-3018.62,36.2706,3.24998,360,360,10,0,1536,0,0,1), + (31130,4345,1,0,0,-4436.65,-3515.65,31.1475,0.677414,360,360,10,0,4572,0,0,1), + (31131,4404,1,0,0,-3656.6,-3856.12,11.9267,3.49268,360,360,5,0,1211,1067,0,1), + (31132,4401,1,0,0,-3645.97,-3821.87,15.5753,4.93415,360,360,5,0,1403,0,0,1), + (31133,4345,1,0,0,-4484.37,-3617.59,29.1475,2.66784,360,360,10,0,4572,0,0,1), + (31134,4345,1,0,0,-4456.27,-3627.6,28.6474,1.25042,360,360,10,0,4572,0,0,1), + (31135,4401,1,0,0,-3764.43,-4017.75,16.1181,4.644,360,360,5,0,1403,0,0,1), + (31136,4385,1,0,0,-2822.03,-3219.55,33.7387,2.42573,360,360,10,0,1469,0,0,1), + (31137,5085,1,0,0,-3464.86,-4126.06,17.0534,1.96764,360,360,1,0,2284,0,0,1), + (31138,4382,1,0,0,-2620.23,-2898.86,35.0802,1.89069,360,360,10,0,1468,0,0,1), + (31139,4385,1,0,0,-2553.71,-2912.2,34.8265,1.98723,360,360,10,0,1469,0,0,1), + (31140,4382,1,0,0,-2503.09,-2943.67,27.3885,1.55322,360,360,10,0,1468,0,0,1), + (31141,4412,1,0,0,-4134.14,-3079.67,37.2244,4.98908,360,360,10,0,1536,0,0,1), + (31142,4394,1,0,0,-4032.38,-3629.45,45.8502,5.37737,360,360,10,0,1451,0,0,1), + (31143,4393,1,0,0,-4019.69,-3653.54,43.727,2.29247,360,360,10,0,1751,0,0,1), + (31144,4382,1,0,0,-2519.5,-3172.45,29.4837,5.61439,360,360,10,0,1468,0,0,1), + (31145,4412,1,0,0,-3978.52,-3055.7,39.0012,1.94695,360,360,10,0,1536,0,0,1), + (31146,4382,1,0,0,-2549.43,-3185.79,30.6309,0.36998,360,360,10,0,1468,0,0,1), + (31147,4382,1,0,0,-2650.11,-3228.34,32.6995,5.41213,360,360,10,0,1468,0,0,1), + (31148,4412,1,0,0,-4047.73,-3050.67,43.2194,2.62014,360,360,10,0,1536,0,0,1), + (31149,4382,1,0,0,-2622.61,-3237.17,30.5004,4.05442,360,360,10,0,1468,0,0,1), + (31150,4345,1,0,0,-4255.68,-3242.3,28.6876,1.15029,360,360,10,0,4572,0,0,1), + (31151,4385,1,0,0,-2747.87,-3264.08,31.8639,4.99525,360,360,10,0,1469,0,0,1), + (31152,4382,1,0,0,-2713.16,-3223.15,28.8809,5.26022,360,360,10,0,1468,0,0,1), + (31153,4345,1,0,0,-4507.19,-3517.78,28.8307,3.13573,360,360,10,0,4572,0,0,1), + (31154,4382,1,0,0,-2726.96,-3073.35,29.4565,4.97816,360,360,10,0,1468,0,0,1), + (31155,4323,1,0,0,-4622.23,-3324.94,31.2551,5.719,360,360,10,0,1836,1857,0,1), + (31156,1420,1,0,0,-4613.25,-3371.4,37.4492,2.84826,360,360,10,0,8,0,0,1), + (31157,4393,1,0,0,-4082.11,-3712.49,44.0588,2.65175,360,360,10,0,1751,0,0,1), + (31158,4345,1,0,0,-4512.5,-3737.5,34.3994,4.73705,360,360,10,0,4572,0,0,1), + (31159,4397,1,0,0,-2741.82,-4313.89,-1.09315,2.21469,360,360,10,0,1403,0,0,1), + (31160,4324,1,0,0,-4485.81,-3742.79,38.48,4.91347,360,360,10,0,1480,1381,0,1), + (31161,4345,1,0,0,-4464.35,-3717.25,30.3758,2.06328,360,360,10,0,4572,0,0,1), + (31162,4345,1,0,0,-4435.61,-3618.6,28.6474,3.53422,360,360,10,0,4572,0,0,1), + (31163,4345,1,0,0,-4476.9,-3332.37,34.6475,1.26959,360,360,10,0,4572,0,0,1), + (31164,4387,1,0,0,-2818.57,-3285.75,34.5284,0.552108,360,360,10,0,1536,0,0,1), + (31165,4387,1,0,0,-2782.3,-3248.86,31.8751,4.73973,360,360,10,0,1536,0,0,1), + (31166,4412,1,0,0,-4119.75,-3575.91,41.9364,1.27717,360,360,10,0,1536,0,0,1), + (31167,4348,1,0,0,-4196.28,-3579.33,34.3004,2.731,360,360,10,0,1674,0,0,1), + (31168,4341,1,0,0,-3262.52,-4100.46,19.1828,1.92973,360,360,10,0,1403,0,0,1), + (31169,4346,1,0,0,-3272.94,-4149.82,26.7942,4.81412,360,360,5,0,1403,0,0,1), + (31170,4394,1,0,0,-4116.27,-3682.2,44.2567,1.67236,360,360,10,0,1451,0,0,1), + (31172,4344,1,0,0,-3769.33,-3268.43,28.6474,4.30156,360,360,10,0,1305,1189,0,1), + (31175,4344,1,0,0,-3777.16,-3202.22,37.8974,1.1954,360,360,10,0,1305,1189,0,1), + (31176,2914,1,0,0,-3906.93,-3370.29,29.5996,1.74558,360,360,10,0,8,0,0,1), + (31177,4347,1,0,0,-3466.65,-2983.27,36.6214,5.24946,360,360,5,0,1536,0,0,1), + (31180,4345,1,0,0,-4495.28,-3212.71,30.1475,5.92335,360,360,10,0,4572,0,0,1), + (31182,4347,1,0,0,-3443.39,-3082.02,37.3865,4.19974,360,360,5,0,1536,0,0,1), + (31183,4412,1,0,0,-3422.11,-3029.72,41.4637,0.082617,360,360,10,0,1536,0,0,1), + (31184,4414,1,0,0,-2968.12,-3576.43,39.2601,2.35847,360,360,10,0,1469,0,0,1), + (31185,4404,1,0,0,-4414.58,-4085.42,-1.11097,3.15639,360,360,5,0,1211,1067,0,1), + (31186,4404,1,0,0,-4443.31,-4145.98,-2.18146,1.45953,360,360,5,0,1211,1067,0,1), + (31187,4403,1,0,0,-4389.43,-4079.83,-9.56722,0.733916,360,360,5,0,1464,0,0,1), + (31188,4403,1,0,0,-4414.55,-4112.91,0.259917,2.56767,360,360,5,0,1464,0,0,1), + (31189,4352,1,0,0,-2758.76,-3528.45,44.5545,4.16257,360,360,5,0,1469,0,0,1), + (31190,4345,1,0,0,-4570.14,-3305.63,32.8247,0.234036,360,360,10,0,4572,0,0,1), + (31191,4403,1,0,0,-4456.44,-4122.71,-6.78785,5.47712,360,360,5,0,1464,0,0,1), + (31192,4382,1,0,0,-2885.05,-3178.88,28.7724,2.72426,360,360,10,0,1468,0,0,1), + (31193,4403,1,0,0,-4414.44,-4156.97,-1.19055,4.4832,360,360,5,0,1464,0,0,1), + (31194,4404,1,0,0,-4218.44,-3946.05,-14.2665,3.36667,360,360,5,0,1211,1067,0,1), + (31195,4387,1,0,0,-2532.1,-3055.35,36.4867,0.631738,360,360,10,0,1536,0,0,1), + (31196,2914,1,0,0,-3570.5,-2795.25,30.8157,5.17943,360,360,10,0,8,0,0,1), + (31197,4394,1,0,0,-4070.83,-3820.83,37.4354,2.06479,360,360,5,0,1451,0,0,1), + (31198,4343,1,0,0,-3626.22,-3246.6,30.806,2.30506,360,360,10,0,1536,0,0,1), + (31199,4393,1,0,0,-3980.73,-3686.78,45.8783,2.14742,360,360,10,0,1751,0,0,1), + (31200,4394,1,0,0,-3945.1,-3705.25,41.1247,5.59045,360,360,5,0,1451,0,0,1), + (31201,1420,1,0,0,-4313.04,-3039.88,28.7811,3.51425,360,360,10,0,8,0,0,1), + (31202,4334,1,0,0,-4650.23,-3847.19,40.9028,3.37805,360,360,5,0,4119,1432,0,1), + (31203,1420,1,0,0,-3914.94,-3476.94,31.6474,6.18604,360,360,10,0,8,0,0,1), + (31204,4345,1,0,0,-4153.13,-3384.38,28.8974,1.99038,360,360,10,0,4572,0,0,1), + (31205,4334,1,0,0,-4893.3,-3899.93,46.6334,1.51262,360,360,10,0,4119,1432,0,1), + (31206,4334,1,0,0,-4918.81,-3914.46,46.6528,3.37725,360,360,5,0,4119,1432,0,1), + (31207,4834,1,0,0,-2957.17,-3020.13,36.1577,3.28705,360,360,5,0,1400,0,0,1), + (31208,4328,1,0,0,-4881.44,-3916.18,50.2625,5.52472,360,360,10,0,4119,1432,0,1), + (31210,4334,1,0,0,-4909.57,-3929,49.5612,3.21446,360,360,5,0,4119,1432,0,1), + (31211,4334,1,0,0,-4952.36,-3730.85,43.5131,5.09168,360,360,5,0,4119,1432,0,1), + (31212,4412,1,0,0,-4209.54,-3485.27,39.7715,1.41139,360,360,10,0,1536,0,0,1), + (31213,4334,1,0,0,-4952.36,-3704.01,45.2631,5.64542,360,360,10,0,4119,1432,0,1), + (31214,4328,1,0,0,-4980.71,-3730.54,42.3574,3.0782,360,360,5,0,4119,1432,0,1), + (31215,4334,1,0,0,-4912.7,-3819.37,46.42,1.60204,360,360,5,0,4119,1432,0,1), + (31216,4412,1,0,0,-4244.97,-3515.68,37.3144,5.80667,360,360,10,0,1536,0,0,1), + (31217,4412,1,0,0,-4206.28,-3542.18,38.4359,3.44296,360,360,10,0,1536,0,0,1), + (31218,4334,1,0,0,-4993.61,-3713.16,44.2569,5.8606,360,360,5,0,4119,1432,0,1), + (31219,4345,1,0,0,-4298.43,-3542.34,29.0224,0.393791,360,360,10,0,4572,0,0,1), + (31220,4334,1,0,0,-4888.04,-3680.1,47.4266,4.82438,360,360,10,0,4119,1432,0,1), + (31221,4334,1,0,0,-4950.18,-3612.68,40.5844,5.19956,360,360,10,0,4119,1432,0,1), + (31222,4334,1,0,0,-4818.81,-3620.94,44.2801,3.47113,360,360,5,0,4119,1432,0,1), + (31223,4345,1,0,0,-4446.47,-3440.73,28.6475,0.458983,360,360,10,0,4572,0,0,1), + (31224,4414,1,0,0,-3407.39,-4275.99,28.6751,4.46741,360,360,10,0,1469,0,0,1), + (31225,4345,1,0,0,-4431.12,-3281.03,31.5225,3.74898,360,360,10,0,4572,0,0,1), + (31226,4334,1,0,0,-4677.81,-3540.29,38.1001,5.30519,360,360,5,0,4119,1432,0,1), + (31227,4345,1,0,0,-4750.83,-3480.25,29.4975,2.54383,360,360,10,0,4572,0,0,1), + (31228,4324,1,0,0,-4761.5,-3452.2,38.0324,4.18937,360,360,10,0,1480,1381,0,1), + (31229,4345,1,0,0,-4793.06,-3409.82,30.9109,4.60669,360,360,10,0,4572,0,0,1), + (31230,4345,1,0,0,-4789.91,-3444.65,30.3583,4.13734,360,360,10,0,4572,0,0,1), + (31231,4345,1,0,0,-4525.66,-2993.35,34.5171,4.4499,360,360,10,0,4572,0,0,1), + (31232,4345,1,0,0,-4543.64,-3477.62,33.2914,3.61223,360,360,10,0,4572,0,0,1), + (31233,4345,1,0,0,-4518.47,-3453.7,30.2725,5.08492,360,360,10,0,4572,0,0,1), + (31234,4345,1,0,0,-4487.88,-3411.83,28.6475,2.57201,360,360,10,0,4572,0,0,1), + (31235,4357,1,0,0,-4277.46,-2631.35,45.2234,4.39383,360,360,5,0,1674,0,0,1), + (31236,4356,1,0,0,-4276.35,-2665.85,35.7399,5.91794,360,360,5,0,1604,0,0,1), + (31237,4356,1,0,0,-4289.06,-2659.39,35.681,3.98258,360,360,5,0,1604,0,0,1), + (31238,4345,1,0,0,-4193.45,-3359.24,29.5979,0.236456,360,360,10,0,4572,0,0,1), + (31242,4345,1,0,0,-4453.79,-3183.58,30.6857,0.756573,360,360,10,0,4572,0,0,1), + (31244,4412,1,0,0,-3371.9,-2937.05,37.0867,4.0099,360,360,10,0,1536,0,0,1), + (31245,1420,1,0,0,-3256.42,-3080.84,30.1474,0.969183,360,360,10,0,8,0,0,1), + (31246,4834,1,0,0,-3269.45,-3109,39.5778,3.16111,360,360,5,0,1400,0,0,1), + (31247,4412,1,0,0,-3308.41,-2982.58,39.9888,0.890712,360,360,10,0,1536,0,0,1), + (31248,4345,1,0,0,-4728.77,-3255.86,29.4737,0.428727,360,360,10,0,4572,0,0,1), + (31249,4344,1,0,0,-4087.74,-3051.41,29.6902,4.68533,360,360,10,0,1305,1189,0,1), + (31250,4344,1,0,0,-4132,-3009.12,28.6538,2.72487,360,360,10,0,1305,1189,0,1), + (31251,4348,1,0,0,-4016.67,-2887.23,39.4088,1.39216,360,360,10,0,1674,0,0,1), + (31252,4348,1,0,0,-3982.86,-2982.49,38.5958,0.555494,360,360,5,0,1674,0,0,1), + (31253,4412,1,0,0,-3951.95,-2947.25,39.599,0.723238,360,360,10,0,1536,0,0,1), + (31254,4348,1,0,0,-3926.45,-2910.86,39.0566,0.305683,360,360,5,0,1674,0,0,1), + (31255,4388,1,0,0,-3913.59,-4686.71,-12.6653,4.79418,360,360,10,0,1826,0,0,1), + (31256,4348,1,0,0,-3852.65,-2915.09,35.4861,3.57728,360,360,10,0,1674,0,0,1), + (31258,4388,1,0,0,-3912.12,-4719.16,-13.0672,0.364771,360,360,10,0,1826,0,0,1), + (31259,4388,1,0,0,-3952.39,-4623.91,-10.8913,2.12931,360,360,10,0,1826,0,0,1), + (31262,5184,1,0,0,-3101.22,-3211.59,33.9662,0.0698132,360,360,1,0,1180,0,0,1), + (31263,4388,1,0,0,-3985.44,-4609.23,-17.0289,5.76452,360,360,10,0,1826,0,0,1), + (31264,4388,1,0,0,-3958.25,-4677.17,-16.9088,2.57095,360,360,10,0,1826,0,0,1), + (31265,4388,1,0,0,-3883.71,-4684.06,-12.416,0.987959,360,360,10,0,1826,0,0,1), + (31267,4388,1,0,0,-3886.73,-4725.89,-15.2337,0.209651,360,360,10,0,1826,0,0,1), + (31268,5184,1,0,0,-2889.72,-3337.92,32.4705,5.58505,360,360,1,0,1180,0,0,1), + (31270,4388,1,0,0,-4050.23,-4611.15,-34.5426,2.37264,360,360,10,0,1826,0,0,1), + (31271,5184,1,0,0,-2891.22,-3344.7,32.3499,2.9721,360,360,1,0,1180,0,0,1), + (31272,4834,1,0,0,-3342.53,-2971.9,37.172,0.715532,360,360,5,0,1400,0,0,1), + (31273,5184,1,0,0,-3093.75,-3214.66,33.9708,1.74533,360,360,1,0,1180,0,0,1), + (31274,4966,1,0,0,-2896.23,-3349.92,31.423,1.63861,360,360,1,0,1346,0,0,1), + (31277,4388,1,0,0,-4010.74,-4609.95,-25.962,0.860197,360,360,10,0,1826,0,0,1), + (31278,4388,1,0,0,-3985.67,-4654.96,-19.506,0.170887,360,360,10,0,1826,0,0,1), + (31279,4388,1,0,0,-3960.12,-4712.12,-23.5249,2.55788,360,360,10,0,1826,0,0,1), + (31280,4388,1,0,0,-3944.45,-4780.04,-37.076,3.93591,360,360,10,0,1826,0,0,1), + (31281,4388,1,0,0,-4016.27,-4649.03,-37.0388,1.54706,360,360,10,0,1826,0,0,1), + (31282,4388,1,0,0,-3999.43,-4727.57,-27.4787,3.10843,360,360,10,0,1826,0,0,1), + (31283,4388,1,0,0,-3975.41,-4736.51,-27.564,3.16415,360,360,10,0,1826,0,0,1), + (31284,4388,1,0,0,-3950.77,-4758.02,-26.3252,5.61794,360,360,10,0,1826,0,0,1), + (31285,4388,1,0,0,-4040.24,-4691.14,-47.8143,1.8297,360,360,10,0,1826,0,0,1), + (31286,4388,1,0,0,-3987.47,-4678.53,-22.1836,3.24693,360,360,10,0,1826,0,0,1), + (31287,4351,1,0,0,-2747.8,-3574.12,33.9181,4.45784,360,360,5,0,1469,0,0,1), + (31288,4352,1,0,0,-2718.66,-3539.92,33.8773,3.05164,360,360,5,0,1469,0,0,1), + (31289,4394,1,0,0,-3827.59,-3564.15,40.9992,1.99143,360,360,5,0,1451,0,0,1), + (31290,4351,1,0,0,-2575.28,-3425.06,47.0931,5.24946,360,360,5,0,1469,0,0,1), + (31291,4393,1,0,0,-3778.47,-3559.22,38.262,2.16422,360,360,10,0,1751,0,0,1), + (31292,4394,1,0,0,-3952.17,-3518.4,40.9302,3.80383,360,360,5,0,1451,0,0,1), + (31293,4351,1,0,0,-2689.72,-3513.3,35.023,6.26266,360,360,10,0,1469,0,0,1), + (31294,4351,1,0,0,-2754.88,-3684.1,38.5339,5.22233,360,360,5,0,1469,0,0,1), + (31295,4341,1,0,0,-2728.44,-3687.71,31.1385,3.55584,360,360,10,0,1403,0,0,1), + (31297,4352,1,0,0,-2801.72,-3681.59,39.4748,6.25329,360,360,5,0,1469,0,0,1), + (31298,4341,1,0,0,-2743.42,-3707.69,29.6289,4.79261,360,360,10,0,1403,0,0,1), + (31299,4351,1,0,0,-2780.81,-3704.63,41.8974,4.88424,360,360,5,0,1469,0,0,1), + (31300,4343,1,0,0,-3614.84,-3311.35,30.084,2.80989,360,360,10,0,1536,0,0,1), + (31301,4343,1,0,0,-3504.41,-3329.24,36.8974,0.520244,360,360,10,0,1536,0,0,1), + (31305,4403,1,0,0,-4103.91,-4152.35,13.2597,4.85954,360,360,5,0,1464,0,0,1), + (31306,4343,1,0,0,-3217.19,-2787.03,29.6474,4.37191,360,360,10,0,1536,0,0,1), + (31307,5057,1,0,0,-3892.68,-2825.73,35.9298,0.453786,360,360,0,0,1542,0,0,0), + (31308,4343,1,0,0,-3245.62,-2820.52,30.6629,4.9531,360,360,10,0,1536,0,0,1), + (31309,4343,1,0,0,-3285.45,-2844.01,31.4104,3.12792,360,360,10,0,1536,0,0,1), + (31310,4343,1,0,0,-3252.65,-2864.17,30.0224,2.2874,360,360,10,0,1536,0,0,1), + (31311,4834,1,0,0,-3221.13,-2972.55,42.5631,0.885755,360,360,5,0,1400,0,0,1), + (31312,4343,1,0,0,-3257.91,-2946.1,29.7159,3.12083,360,360,10,0,1536,0,0,1), + (31313,4414,1,0,0,-2946.58,-3145.52,34.3377,0.979004,360,360,10,0,1469,0,0,1), + (31314,4834,1,0,0,-2944.23,-3186.25,37.0709,3.87081,360,360,5,0,1400,0,0,1), + (31315,4834,1,0,0,-2915.69,-3161.55,33.5764,0.107676,360,360,5,0,1400,0,0,1), + (31316,4834,1,0,0,-2964.91,-3165.92,33.9627,3.71593,360,360,5,0,1400,0,0,1), + (31317,4347,1,0,0,-3429.35,-3140.29,44.5142,5.18303,360,360,5,0,1536,0,0,1), + (31318,1420,1,0,0,-2914.46,-3272.06,34.0773,4.34241,360,360,10,0,8,0,0,1), + (31319,4401,1,0,0,-4252.73,-3949.44,-10.3412,3.93252,360,360,5,0,1403,0,0,1), + (31320,4343,1,0,0,-3113.46,-3134.17,28.6474,3.99924,360,360,10,0,1536,0,0,1), + (31321,4329,1,0,0,-4388.23,-3317.16,41.6284,6.2437,360,360,5,0,4755,0,0,1), + (31322,5184,1,0,0,-2885.08,-3419.27,48.0217,1.74031,360,360,1,0,1180,0,0,1), + (31323,5184,1,0,0,-2882.13,-3433.52,53.8469,6.01701,360,360,1,0,1180,0,0,1), + (31324,5184,1,0,0,-2895.76,-3429.37,59.4538,4.12602,360,360,1,0,1180,0,0,1), + (31326,5184,1,0,0,-2891.7,-3420.81,75.2258,2.79532,360,360,1,0,1180,0,0,1), + (31327,5184,1,0,0,-2892.79,-3433.15,75.2258,3.1386,360,360,1,0,1180,0,0,1), + (31329,4382,1,0,0,-2520.24,-3021.56,29.4468,2.74953,360,360,10,0,1468,0,0,1), + (31331,4343,1,0,0,-3317.49,-3235.99,32.6297,5.47869,360,360,10,0,1536,0,0,1), + (31335,4382,1,0,0,-2511.11,-3081.79,28.3801,5.73741,360,360,10,0,1468,0,0,1), + (31336,4334,1,0,0,-4751.18,-3618.92,47.1732,5.10879,360,360,5,0,4119,1432,0,1), + (31338,4329,1,0,0,-4405.69,-3202.99,37.9235,3.57482,300,300,0,0,4755,0,0,2), + (31339,4331,1,0,0,-4400.91,-3207.07,37.01,3.034,300,300,0,0,3963,1381,0,0), + (31341,4324,1,0,0,-4473.22,-3340.95,32.5225,4.7884,360,360,10,0,1480,1381,0,1), + (31343,4324,1,0,0,-4445.08,-3366.94,36.4096,4.69286,360,360,10,0,1480,1381,0,1), + (31344,5184,1,0,0,-2889.71,-3318.75,31.274,2.39833,360,360,5,0,1180,0,0,2), + (31346,4323,1,0,0,-4486.9,-3481.41,37.4863,5.14576,360,360,10,0,1836,1857,0,1), + (31350,4403,1,0,0,-4186.19,-3887.15,-2.49762,1.52451,360,360,5,0,1464,0,0,1), + (31351,4334,1,0,0,-4677.16,-3503.34,36.919,1.58642,360,360,5,0,4119,1432,0,1), + (31352,4401,1,0,0,-4188.31,-3912.18,-8.04785,4.50891,360,360,5,0,1403,0,0,1), + (31353,4334,1,0,0,-4703.55,-3503.24,36.7867,4.72411,360,360,5,0,4119,1432,0,1), + (31354,4379,1,0,0,-2785.08,-2614.19,36.8648,4.69057,360,360,3,0,1469,0,0,1), + (31355,4376,1,0,0,-2799.87,-2618.57,36.9854,0.113632,360,360,3,0,1469,0,0,1), + (31356,4379,1,0,0,-2821.34,-2606.5,35.4572,2.56923,360,360,3,0,1469,0,0,1), + (31357,4376,1,0,0,-2743.15,-2592.93,31.5807,0.915622,360,360,0,0,1469,0,0,0), + (31358,4323,1,0,0,-4401.11,-3691.1,39.468,6.15592,360,360,10,0,1836,1857,0,1), + (31359,4379,1,0,0,-2762.87,-2581.13,31.0662,4.99544,360,360,3,0,1469,0,0,1), + (31360,4328,1,0,0,-4707.25,-3529.24,38.9099,0.53374,360,360,5,0,4119,1432,0,1), + (31361,4348,1,0,0,-4249.65,-3570.26,39.0706,0.978462,360,360,5,0,1674,0,0,1), + (31362,4378,1,0,0,-2744.73,-2580.89,31.0342,0.294888,360,360,3,0,1468,0,0,1), + (31363,4341,1,0,0,-2702.65,-3338.72,29.1474,1.64562,360,360,10,0,1403,0,0,1), + (31364,4329,1,0,0,-4534.42,-3621.37,36.9223,4.50761,300,300,0,0,4755,0,0,2), + (31365,4331,1,0,0,-4539.03,-3622.33,36.2291,5.82201,300,300,0,0,3963,1381,0,0), + (31366,4379,1,0,0,-2830.49,-2707.51,38.298,1.32289,360,360,0,0,1469,0,0,0), + (31367,4415,1,0,0,-3780.77,-3702.8,46.5959,4.63057,360,360,5,0,1751,0,0,1), + (31368,4376,1,0,0,-2813.31,-2671.95,32.5499,1.80223,360,360,0,0,1469,0,0,0), + (31369,4329,1,0,0,-4318.91,-3351.63,40.8784,5.46161,360,360,5,0,4755,0,0,1), + (31370,4379,1,0,0,-2812.52,-2650.37,32.9228,1.73972,360,360,0,0,1469,0,0,0), + (31371,4378,1,0,0,-2823.25,-2684.59,33.6761,1.075,360,360,0,0,1468,0,0,0), + (31372,4324,1,0,0,-4688.41,-3328.51,38.0137,0.938401,360,360,10,0,1480,1381,0,1), + (31373,4379,1,0,0,-2822.75,-2628.86,35.8102,1.83602,360,360,0,0,1469,0,0,0), + (31374,4345,1,0,0,-4691.16,-3274.23,30.1053,5.65453,360,360,10,0,4572,0,0,1), + (31375,4378,1,0,0,-2815.56,-2585.78,33.3162,0.621209,360,360,3,0,1468,0,0,1), + (31376,4379,1,0,0,-2820.95,-2656.41,33.1961,5.9684,360,360,0,0,1469,0,0,0), + (31377,4379,1,0,0,-2787.32,-2645.23,32.3082,5.34565,360,360,0,0,1469,0,0,0), + (31378,4379,1,0,0,-2753.29,-2736.62,42.5605,1.7793,360,360,5,0,1469,0,0,1), + (31379,4378,1,0,0,-2804.5,-2617.59,37.3063,6.22465,360,360,3,0,1468,0,0,1), + (31380,4379,1,0,0,-2777.8,-2696.27,52.8668,1.14676,360,360,5,0,1469,0,0,1), + (31381,4324,1,0,0,-4415.48,-3553.5,37.034,1.63091,360,360,10,0,1480,1381,0,1), + (31382,4323,1,0,0,-4628.74,-3655.44,40.4102,4.59699,360,360,10,0,1836,1857,0,1), + (31384,4324,1,0,0,-4518.93,-3673.98,39.1283,5.6603,360,360,10,0,1480,1381,0,1), + (31385,4328,1,0,0,-4556.87,-3775.9,35.9184,0.903971,360,360,5,0,4119,1432,0,1), + (31386,4324,1,0,0,-4977.8,-3863.47,58.5767,2.56063,360,360,10,0,1480,1381,0,1), + (31387,4328,1,0,0,-4587.14,-3774.38,38.2761,3.61297,360,360,5,0,4119,1432,0,1), + (31388,4397,1,0,0,-2826,-4203.78,3.74611,2.05191,360,360,10,0,1403,0,0,1), + (31389,4324,1,0,0,-4952.55,-3886.48,44.5022,4.23128,360,360,10,0,1480,1381,0,1), + (31390,4328,1,0,0,-4555.05,-3803.32,31.4525,0.093262,360,360,5,0,4119,1432,0,1), + (31391,4328,1,0,0,-4953.68,-3849.24,43.1393,2.99058,360,360,5,0,4119,1432,0,1), + (31392,4397,1,0,0,-2760.19,-4239.89,-3.52308,1.35642,360,360,10,0,1403,0,0,1), + (31393,4328,1,0,0,-4579.33,-3808.66,39.8213,1.7414,360,360,5,0,4119,1432,0,1), + (31394,4345,1,0,0,-4556.72,-3822.39,29.0775,1.99092,360,360,10,0,4572,0,0,1), + (31395,4323,1,0,0,-4592.32,-3867.79,32.2379,1.04754,360,360,10,0,1836,1857,0,1), + (31396,4328,1,0,0,-4660.75,-3940.17,41.5275,3.88049,360,360,5,0,4119,1432,0,1), + (31397,4334,1,0,0,-4684.17,-3963.38,43.1996,0.829906,360,360,5,0,4119,1432,0,1), + (31399,4397,1,0,0,-2611.72,-4144.6,-3.58852,0.54595,360,360,10,0,1403,0,0,1), + (31400,4397,1,0,0,-2685.88,-4136.03,1.91364,1.37225,360,360,10,0,1403,0,0,1), + (31401,4323,1,0,0,-4976.99,-3373.13,48.2968,3.91283,360,360,10,0,1836,1857,0,1), + (31402,4334,1,0,0,-4682.92,-3941.23,42.0261,5.21995,360,360,5,0,4119,1432,0,1), + (31403,4324,1,0,0,-4985.04,-3377.86,52.3997,3.88282,360,360,10,0,1480,1381,0,1), + (31404,4397,1,0,0,-2548.8,-4106.48,-1.64918,5.44903,360,360,10,0,1403,0,0,1), + (31405,4397,1,0,0,-2574.2,-4108.01,-2.03114,4.4694,360,360,10,0,1403,0,0,1), + (31406,4334,1,0,0,-4722.8,-3988.79,44.7208,4.20523,360,360,10,0,4119,1432,0,1), + (31407,4359,1,0,0,-2576.02,-4079.61,6.10561,4.10326,360,360,5,0,1469,0,0,1), + (31408,4362,1,0,0,-2616.04,-3924.38,-1.22799,6.10522,360,360,5,0,1469,0,0,1), + (31409,4323,1,0,0,-4714.54,-3327.67,39.1626,3.4235,360,360,10,0,1836,1857,0,1), + (31410,4359,1,0,0,-2576.99,-3839.72,-1.82539,4.02537,360,360,5,0,1469,0,0,1), + (31411,4362,1,0,0,-2582.2,-3995.05,6.53696,3.10064,360,360,5,0,1469,0,0,1), + (31412,4359,1,0,0,-2577.34,-3985.35,7.80357,2.05949,360,360,0,0,1469,0,0,0), + (31413,4323,1,0,0,-4714.27,-3187.09,34.2715,3.08252,360,360,10,0,1836,1857,0,1), + (31414,4362,1,0,0,-2602.87,-4056.6,7.92535,3.20345,360,360,5,0,1469,0,0,1), + (31415,4324,1,0,0,-4793.47,-3190.2,34.918,3.62545,360,360,10,0,1480,1381,0,1), + (31416,4343,1,0,0,-3189,-3089.34,32.5561,3.74912,360,360,10,0,1536,0,0,1), + (31417,4323,1,0,0,-4884.43,-3245.58,43.4833,4.75298,360,360,10,0,1836,1857,0,1), + (31418,4324,1,0,0,-4804.25,-3221.79,36.6911,5.49779,360,360,10,0,1480,1381,0,1), + (31419,4323,1,0,0,-4870.57,-3220.6,40.2056,3.25699,360,360,10,0,1836,1857,0,1), + (31420,4343,1,0,0,-3217.95,-3125.83,31.006,3.05164,360,360,10,0,1536,0,0,1), + (31421,4323,1,0,0,-4756.7,-3147.54,45.1484,3.30256,360,360,10,0,1836,1857,0,1), + (31422,4343,1,0,0,-3189.58,-3131.25,33.1474,5.05994,360,360,10,0,1536,0,0,1), + (31423,4834,1,0,0,-3202.16,-3105.27,34.8529,5.08431,360,360,5,0,1400,0,0,1), + (31424,4323,1,0,0,-4860.1,-3173.11,52.7212,2.388,360,360,10,0,1836,1857,0,1), + (31426,4324,1,0,0,-4816.32,-3153.79,55.7095,4.29238,360,360,10,0,1480,1381,0,1), + (31427,4324,1,0,0,-4915.57,-3378.6,33.8479,1.20334,360,360,10,0,1480,1381,0,1), + (31428,4323,1,0,0,-4915.72,-3424.95,35.5163,0.573919,360,360,10,0,1836,1857,0,1), + (31429,4341,1,0,0,-2794.39,-3403.09,35.1398,2.24206,360,360,10,0,1403,0,0,1), + (31430,4362,1,0,0,-2547.73,-3993.51,13.9534,4.66546,360,360,5,0,1469,0,0,1), + (31431,4323,1,0,0,-4919.58,-3456.57,38.7896,2.98479,360,360,10,0,1836,1857,0,1), + (31432,4343,1,0,0,-3375.17,-3078.88,29.4788,3.80658,360,360,10,0,1536,0,0,1), + (31433,4324,1,0,0,-4952.4,-3413.62,39.4209,2.41706,360,360,10,0,1480,1381,0,1), + (31434,5184,1,0,0,-3006.09,-3244.07,34.716,0.455059,360,360,1,0,1180,0,0,1), + (31435,4343,1,0,0,-3528.94,-2896.5,30.9072,3.83708,360,360,10,0,1536,0,0,1), + (31436,4323,1,0,0,-5004.77,-3419.12,61.7766,5.6307,360,360,10,0,1836,1857,0,1), + (31437,5184,1,0,0,-2997.98,-3249.89,34.8045,1.69892,360,360,1,0,1180,0,0,1), + (31438,4412,1,0,0,-3465.26,-2835.94,37.6315,6.05085,360,360,10,0,1536,0,0,1), + (31439,4347,1,0,0,-3556.01,-3111.8,35.007,5.46741,360,360,5,0,1536,0,0,1), + (31440,4834,1,0,0,-2988.49,-3287.01,37.2147,0.133751,360,360,5,0,1400,0,0,1), + (31441,4343,1,0,0,-3047.25,-3145.2,31.9791,1.16924,360,360,10,0,1536,0,0,1), + (31442,4500,1,0,0,-3132.84,-2880.27,34.7842,5.3058,60,60,0,0,12667,0,0,0), + (31443,4323,1,0,0,-4888.5,-3316.51,36.6896,4.56781,360,360,10,0,1836,1857,0,1), + (31444,4341,1,0,0,-2973.35,-3138.91,29.7209,3.18657,360,360,10,0,1403,0,0,1), + (31445,2914,1,0,0,-3596.22,-2724.19,35.1474,1.74296,360,360,10,0,8,0,0,1), + (31446,4403,1,0,0,-4243.38,-3998.96,21.514,1.82335,360,360,5,0,1464,0,0,1), + (31447,4344,1,0,0,-4054.81,-3148.42,30.6376,6.13985,360,360,10,0,1305,1189,0,1), + (31448,4344,1,0,0,-4079.17,-3102.59,29.7908,4.24874,360,360,10,0,1305,1189,0,1), + (31449,4344,1,0,0,-3953.86,-3179.65,30.7724,4.95467,360,360,10,0,1305,1189,0,1), + (31450,4324,1,0,0,-4412.8,-3348.7,34.7069,4.72637,360,360,10,0,1480,1381,0,1), + (31451,4344,1,0,0,-3994.22,-3165.01,31.5108,2.5488,360,360,10,0,1305,1189,0,1), + (31452,4331,1,0,0,-4377.23,-3368.13,40.5809,-1.20517,360,360,0,0,3963,1381,0,0), + (31453,4344,1,0,0,-3914.79,-3213.61,34.5936,1.9916,360,360,10,0,1305,1189,0,1), + (31454,4412,1,0,0,-3931.82,-3264.18,36.5311,1.64113,360,360,10,0,1536,0,0,1), + (31455,4344,1,0,0,-3826.84,-3319.07,30.7724,3.17936,360,360,10,0,1305,1189,0,1), + (31456,4344,1,0,0,-3843.26,-3343.89,29.1474,5.26893,360,360,10,0,1305,1189,0,1), + (31457,4388,1,0,0,-3727.28,-4818.96,-36.5424,3.44927,360,360,10,0,1826,0,0,1), + (31458,4329,1,0,0,-4751.05,-3434.24,39.9569,1.20839,360,360,5,0,4755,0,0,1), + (31459,4331,1,0,0,-4754.81,-3438.53,39.8953,1.20932,360,360,0,0,3963,1381,0,0), + (31460,4388,1,0,0,-3675.59,-4848.85,-29.8542,5.64454,360,360,10,0,1826,0,0,1), + (31461,4388,1,0,0,-3655.09,-4883.1,-28.1565,5.59216,360,360,10,0,1826,0,0,1), + (31462,4388,1,0,0,-3626.01,-4849.82,-31.5711,4.28726,360,360,10,0,1826,0,0,1), + (31463,4328,1,0,0,-4648.86,-3687.15,42.6316,0.688309,360,360,5,0,4119,1432,0,1), + (31464,4334,1,0,0,-4674.56,-3748.92,47.837,4.41236,360,360,5,0,4119,1432,0,1), + (31465,4334,1,0,0,-4653.64,-3718.34,44.6281,1.23251,360,360,5,0,4119,1432,0,1), + (31466,4334,1,0,0,-4714.32,-3646.9,46.702,0.893693,360,360,5,0,4119,1432,0,1), + (31467,4412,1,0,0,-3551.08,-2975.82,34.717,3.41061,360,360,10,0,1536,0,0,1), + (31468,4344,1,0,0,-3706.9,-3014.29,30.0417,6.13373,360,360,10,0,1305,1189,0,1), + (31469,4343,1,0,0,-3611.47,-2970.18,33.0224,1.47979,360,360,10,0,1536,0,0,1), + (31470,4334,1,0,0,-4611.96,-3502.36,36.6249,0.436383,360,360,5,0,4119,1432,0,1), + (31471,4345,1,0,0,-4579.17,-3457.65,31.8975,3.82705,360,360,10,0,4572,0,0,1), + (31472,4334,1,0,0,-4645.06,-3526.22,32.7861,5.40091,360,360,5,0,4119,1432,0,1), + (31473,4328,1,0,0,-4620.74,-3531.21,34.8332,3.24729,360,360,5,0,4119,1432,0,1), + (31474,4347,1,0,0,-2995.74,-3350.67,47.8381,2.56767,360,360,5,0,1536,0,0,1), + (31475,4347,1,0,0,-3095.25,-3285.67,50.9625,6.05803,360,360,5,0,1536,0,0,1), + (31476,4412,1,0,0,-3034.29,-3335.29,51.6654,2.8464,360,360,10,0,1536,0,0,1), + (31477,4412,1,0,0,-3356.74,-3305.6,42.7633,4.34797,360,360,10,0,1536,0,0,1), + (31478,4412,1,0,0,-3091.24,-3301.28,50.1489,2.7426,360,360,10,0,1536,0,0,1), + (31479,4329,1,0,0,-4336.5,-3379.32,37.1506,-1.08017,360,360,0,0,4755,0,0,0), + (31480,4415,1,0,0,-3702.21,-3618.72,61.4027,1.40648,360,360,5,0,1751,0,0,1), + (31481,14234,1,0,0,-4233.95,-3706.17,67.8654,3.5511,3600,3600,0,0,1902,0,0,0), + (31482,4329,1,0,0,-4350.74,-3345.77,35.1284,2.43899,360,360,10,0,4755,0,0,1), + (31483,4415,1,0,0,-3817.98,-3824.99,54.79,4.24874,360,360,5,0,1751,0,0,1), + (31484,4393,1,0,0,-3855.64,-3672.31,39.9033,2.14016,360,360,10,0,1751,0,0,1), + (31485,4331,1,0,0,-4354.06,-3321.53,34.3784,2.82917,360,360,10,0,3963,1381,0,1), + (31486,4390,1,0,0,-3714.48,-3891.99,-16.6131,4.53356,360,360,0,0,1603,0,0,0), + (31487,4329,1,0,0,-4325.94,-3192.97,43.0991,5.33135,300,300,0,0,4755,0,0,2), + (31488,4331,1,0,0,-4331.15,-3194.34,43.4646,6.23615,300,300,0,0,3963,1381,0,0), + (31489,4346,1,0,0,-2986.96,-3440.54,69.2482,1.42973,360,360,5,0,1403,0,0,1), + (31491,4323,1,0,0,-4483.32,-3262.52,31.2762,2.1454,360,360,0,0,1836,1857,0,0), + (31492,4329,1,0,0,-4406.35,-3583.33,38.5487,2.62733,300,300,0,0,4755,0,0,2), + (31493,4331,1,0,0,-4408.88,-3588.22,36.5423,1.89104,300,300,0,0,3963,1381,0,0), + (31494,4323,1,0,0,-4558.01,-3377.44,29.1475,4.434,360,360,10,0,1836,1857,0,1), + (31495,4323,1,0,0,-4593.25,-3364.52,38.1033,5.49612,360,360,10,0,1836,1857,0,1), + (31496,4323,1,0,0,-4536.31,-3433.05,33.9252,2.83219,360,360,10,0,1836,1857,0,1), + (31497,4334,1,0,0,-4594.19,-3523.14,35.3062,5.04197,360,360,5,0,4119,1432,0,1), + (31498,4394,1,0,0,-4048.06,-3691.18,40.78,2.07376,360,360,10,0,1451,0,0,1), + (31499,4394,1,0,0,-4035.04,-3732.9,41.0521,0.552515,360,360,5,0,1451,0,0,1), + (31500,4393,1,0,0,-3956.17,-3758.13,40.875,1.89197,360,360,10,0,1751,0,0,1), + (31501,4023,1,0,0,681.998,1805.64,-12.4419,1.3608,300,300,15,0,734,0,0,1), + (31502,4023,1,0,0,672.808,1741.93,-19.4221,0.198516,300,300,15,0,734,0,0,1), + (31503,4323,1,0,0,-4552.37,-3626.76,35.9962,4.57519,360,360,10,0,1836,1857,0,1), + (31504,4323,1,0,0,-4491.65,-3544.56,39.3583,1.12779,360,360,10,0,1836,1857,0,1), + (31505,4323,1,0,0,-4450.02,-3600.4,37.3503,1.42973,360,360,10,0,1836,1857,0,1), + (31506,4393,1,0,0,-4069.78,-3777.78,40.4224,2.83178,360,360,10,0,1751,0,0,1), + (31507,4394,1,0,0,-3989.58,-3756.86,39.2567,0.853068,360,360,5,0,1451,0,0,1), + (31508,4394,1,0,0,-3941.49,-3843.41,35.9831,5.26995,360,360,5,0,1451,0,0,1), + (31509,4393,1,0,0,-3950.73,-3770.44,37.2062,1.01805,360,360,10,0,1751,0,0,1), + (31510,4393,1,0,0,-4020.4,-3835.1,38.8249,4.40626,360,360,5,0,1751,0,0,1), + (31511,4393,1,0,0,-3959.69,-3840.89,36.1754,4.40355,360,360,5,0,1751,0,0,1), + (31512,4393,1,0,0,-4087.01,-3754.63,38.1112,0.825466,360,360,10,0,1751,0,0,1), + (31513,4393,1,0,0,-3922.2,-3846.69,36.5863,3.73935,360,360,5,0,1751,0,0,1), + (31514,4415,1,0,0,-4197.68,-3706,53.2112,0.36998,360,360,5,0,1751,0,0,1), + (31515,4393,1,0,0,-3933.98,-3745.68,38.1584,1.95246,360,360,10,0,1751,0,0,1), + (31516,4393,1,0,0,-4025.83,-3728.92,40.0216,0.597758,360,360,5,0,1751,0,0,1), + (31517,4393,1,0,0,-4078.58,-3785.77,36.8401,5.5807,360,360,5,0,1751,0,0,1), + (31518,4324,1,0,0,-4393.01,-3415.42,35.9104,4.87049,360,360,10,0,1480,1381,0,1), + (31519,4323,1,0,0,-4310.16,-3400.32,40.8374,-1.50731,360,360,10,0,1836,1857,0,1), + (31520,4345,1,0,0,-4196.8,-3280.36,31.8481,2.15996,360,360,10,0,4572,0,0,1), + (31521,4329,1,0,0,-4317.82,-3046.67,29.4061,2.87101,360,360,10,0,4755,0,0,1), + (31522,4329,1,0,0,-4279.65,-3047.42,34.6324,4.73029,360,360,5,0,4755,0,0,1), + (31523,4331,1,0,0,-4294.12,-3014.4,35.2926,1.4554,360,360,5,0,3963,1381,0,1), + (31524,4348,1,0,0,-4150.09,-3536.61,35.2845,3.69135,360,360,10,0,1674,0,0,1), + (31525,4329,1,0,0,-4315.81,-3077.69,37.1517,4.08706,360,360,5,0,4755,0,0,1), + (31526,4331,1,0,0,-4319.9,-3289.7,34.3784,5.50163,360,360,5,0,3963,1381,0,1), + (31527,4345,1,0,0,-3910.35,-3622.63,31.1034,2.08776,360,360,10,0,4572,0,0,1), + (31528,4345,1,0,0,-4816.25,-3488.13,30.3655,3.15886,360,360,10,0,4572,0,0,1), + (31529,4323,1,0,0,-4851.68,-3504.61,36.6567,5.02268,360,360,10,0,1836,1857,0,1), + (31531,4412,1,0,0,-4115.7,-3510.51,36.0201,1.4585,360,360,10,0,1536,0,0,1), + (31532,4334,1,0,0,-4781.92,-3652.35,47.7042,4.52859,360,360,5,0,4119,1432,0,1), + (31533,4348,1,0,0,-4140.25,-3480.42,44.5089,1.8532,360,360,10,0,1674,0,0,1), + (31534,4345,1,0,0,-4179.35,-3421.21,36.0224,2.00858,360,360,10,0,4572,0,0,1), + (31535,4345,1,0,0,-4244.02,-3393.57,28.6474,1.40762,360,360,10,0,4572,0,0,1), + (31536,4348,1,0,0,-4201.09,-3439.04,37.1674,5.35326,360,360,10,0,1674,0,0,1), + (31537,4387,1,0,0,-2743.72,-3114.44,37.6809,2.17279,360,360,10,0,1536,0,0,1), + (31538,4345,1,0,0,-4218.18,-3311.66,30.8974,2.36069,360,360,10,0,4572,0,0,1), + (31539,4389,1,0,0,-3233.56,-3430.85,-3.31873,5.23153,360,360,5,0,1532,0,0,1), + (31540,4345,1,0,0,-4217.63,-3381.7,28.6474,1.3028,360,360,10,0,4572,0,0,1), + (31541,4348,1,0,0,-4204,-3260.32,35.829,2.87483,360,360,5,0,1674,0,0,1), + (31542,4331,1,0,0,-4381.4,-3018.34,43.0677,4.96921,360,360,5,0,3963,1381,0,1), + (31543,4345,1,0,0,-3961.45,-3498.28,31.8974,5.4984,360,360,10,0,4572,0,0,1), + (31544,4345,1,0,0,-3906.71,-3492.6,28.8974,6.1898,360,360,10,0,4572,0,0,1), + (31545,4394,1,0,0,-3911.24,-3534.73,39.6445,1.8802,360,360,5,0,1451,0,0,1), + (31546,4345,1,0,0,-3889.88,-3570.72,36.7724,2.0203,360,360,10,0,4572,0,0,1), + (31547,4345,1,0,0,-3873.74,-3635.67,29.4675,0.582591,360,360,10,0,4572,0,0,1), + (31548,4345,1,0,0,-4020.8,-3526.19,30.0022,1.57861,360,360,10,0,4572,0,0,1), + (31550,4345,1,0,0,-4166.36,-3244.83,29.9912,6.10071,360,360,10,0,4572,0,0,1), + (31551,4345,1,0,0,-4181.99,-3213.92,29.8974,6.0979,360,360,10,0,4572,0,0,1), + (31556,4401,1,0,0,-3643.76,-4181.29,8.71802,2.5315,360,360,5,0,1403,0,0,1), + (31558,4401,1,0,0,-3614.76,-4043.14,-8.43659,5.35863,360,360,5,0,1403,0,0,1), + (31559,4401,1,0,0,-3589.79,-4055.8,-3.78007,4.18208,360,360,5,0,1403,0,0,1), + (31561,4404,1,0,0,-3670.68,-3938.94,8.28907,4.55735,360,360,5,0,1211,1067,0,1), + (31563,4404,1,0,0,-3610.86,-4095.7,0.220912,5.82018,360,360,5,0,1211,1067,0,1), + (31565,4389,1,0,0,-3674.77,-3983.09,-15.8067,3.43062,360,360,5,0,1532,0,0,1), + (31569,4346,1,0,0,-3383.84,-4005.33,35.7126,0.189506,360,360,5,0,1403,0,0,1), + (31570,4414,1,0,0,-3360.04,-4045.12,25.567,4.92623,360,360,10,0,1469,0,0,1), + (31577,4382,1,0,0,-2758.76,-3194.03,30.6474,4.14551,360,360,10,0,1468,0,0,1), + (31582,4412,1,0,0,-3625.55,-3438.38,37.3427,0.183412,360,360,10,0,1536,0,0,1), + (31583,4412,1,0,0,-3594.11,-3417.05,40.6785,3.73098,360,360,10,0,1536,0,0,1), + (31584,4347,1,0,0,-3561.63,-3366.68,39.6023,1.80661,360,360,5,0,1536,0,0,1), + (31585,4412,1,0,0,-3478.46,-3388.4,53.5988,3.45345,360,360,10,0,1536,0,0,1), + (31586,4412,1,0,0,-3517.03,-3434.59,55.6962,0.893311,360,360,10,0,1536,0,0,1), + (31587,4412,1,0,0,-3440.13,-3386.78,50.8693,6.14647,360,360,10,0,1536,0,0,1), + (31588,4344,1,0,0,-3709.59,-3348.26,33.0224,0.199618,360,360,10,0,1305,1189,0,1), + (31589,4412,1,0,0,-3375.66,-3362.82,53.9463,3.46952,360,360,10,0,1536,0,0,1), + (31590,4412,1,0,0,-3324.17,-3322.34,60.1199,3.71281,360,360,10,0,1536,0,0,1), + (31591,4344,1,0,0,-3676.55,-3313.25,34.1907,3.27273,360,360,10,0,1305,1189,0,1), + (31592,5057,1,0,0,-3935.22,-2834.92,45.0582,5.61996,360,360,0,0,1542,0,0,0), + (31593,5057,1,0,0,-3950,-2800.72,36.1944,2.91861,360,360,0,0,1542,0,0,0), + (31594,5057,1,0,0,-3911.16,-2852.42,46.4658,0.246311,360,360,0,0,1542,0,0,0), + (31595,5057,1,0,0,-3918.25,-2857.4,46.4777,0.767945,360,360,0,0,1542,0,0,0), + (31596,5057,1,0,0,-3929.78,-2857.98,46.4779,1.36885,360,360,0,0,1542,0,0,0), + (31598,4357,1,0,0,-4554.96,-2735.18,38.0825,1.86225,360,360,5,0,1674,0,0,1), + (31599,4356,1,0,0,-4536.94,-2804.57,32.5567,0.199401,360,360,5,0,1604,0,0,1), + (31600,4357,1,0,0,-4530.6,-2776.48,34.4373,2.59421,360,360,10,0,1674,0,0,1), + (31601,5057,1,0,0,-3918.02,-2867.88,46.4802,1.04486,360,360,0,0,1542,0,0,0), + (31602,4356,1,0,0,-4479.29,-2737.35,37.6754,1.28966,360,360,5,0,1604,0,0,1), + (31603,4356,1,0,0,-4598.83,-2779.72,41.8033,2.94496,360,360,5,0,1604,0,0,1), + (31604,4357,1,0,0,-4517.57,-2724.66,37.3198,5.27492,360,360,5,0,1674,0,0,1), + (31605,4356,1,0,0,-4448.71,-2768.33,35.2743,1.82146,360,360,10,0,1604,0,0,1), + (31606,4329,1,0,0,-4346.94,-3048.41,31.7399,5.01189,360,360,5,0,4755,0,0,1), + (31607,4328,1,0,0,-4387.58,-2928.63,24.6694,0.56707,300,300,2,0,4119,1432,0,1), + (31608,4328,1,0,0,-4388.66,-2961.31,24.3519,3.77073,300,300,2,0,4119,1432,0,1), + (31609,4834,1,0,0,-2858.85,-2972.78,32.0563,3.7043,360,360,5,0,1400,0,0,1), + (31610,4334,1,0,0,-4682.76,-3683.4,46.3789,5.8212,360,360,5,0,4119,1432,0,1), + (31611,4334,1,0,0,-4681.2,-3643.91,46.8421,1.27892,360,360,5,0,4119,1432,0,1), + (31612,14230,1,0,0,-2361.28,-4074.73,6.91264,2.64602,7200,7200,0,0,1305,1189,0,0), + (31613,4339,1,0,0,-4691.22,-3186.37,35.9148,1.40979,3600,3600,0,0,4755,0,0,2), + (31614,4380,1,0,0,-2747.28,-2610.38,28.1879,5.68977,3600,3600,0,0,1752,0,0,0), + (31615,4331,1,0,0,-4415.68,-3000.19,28.2097,5.29957,300,300,2,0,3963,1381,0,1), + (31616,4329,1,0,0,-4448.44,-2914.73,20.5572,5.03955,300,300,0,0,4755,0,0,2), + (31617,4328,1,0,0,-4466.14,-2962.62,26.5313,3.10669,300,300,2,0,4119,1432,0,1), + (31618,4331,1,0,0,-4431.13,-2939.82,23.4697,5.53709,300,300,2,0,3963,1381,0,1), + (31619,4328,1,0,0,-4421.29,-2960.13,26.1118,4.44398,300,300,2,0,4119,1432,0,1), + (31620,4331,1,0,0,-4412.89,-2942.53,22.885,1.8459,300,300,2,0,3963,1381,0,1), + (31621,4328,1,0,0,-4469.72,-2896.41,22.1123,4.22477,300,300,2,0,4119,1432,0,1), + (31622,4331,1,0,0,-4454.83,-2904.34,21.0231,2.78634,300,300,2,0,3963,1381,0,1), + (31623,4329,1,0,0,-4333.94,-3008.99,34.0148,1.50138,300,300,0,0,4755,0,0,2), + (31624,4351,1,0,0,-2728.84,-3485.03,35.4795,4.84215,360,360,5,0,1469,0,0,1), + (31625,4331,1,0,0,-4383.39,-2985,28.8868,0.172634,300,300,2,0,3963,1381,0,1), + (31626,4329,1,0,0,-4452.07,-2977.01,30.6431,5.67236,300,300,0,0,4755,0,0,2), + (31627,4329,1,0,0,-4324.66,-3015.07,31.7836,3.41571,360,360,5,0,4755,0,0,1), + (31628,4331,1,0,0,-4345.12,-3022.34,33.776,6.17373,360,360,5,0,3963,1381,0,1), + (31629,4351,1,0,0,-2763.19,-3342.51,31.2724,5.59372,360,360,5,0,1469,0,0,1), + (31631,4382,1,0,0,-2590.19,-3207.59,28.8974,6.22502,360,360,10,0,1468,0,0,1), + (31634,4345,1,0,0,-4451.26,-3148.99,29.8543,4.29417,360,360,10,0,4572,0,0,1), + (31637,1420,1,0,0,-2924.49,-2976.09,35.5997,2.63306,360,360,10,0,8,0,0,1), + (31638,4834,1,0,0,-2927.96,-2972.67,35.7247,2.73801,360,360,5,0,1400,0,0,1), + (31640,4834,1,0,0,-2817.89,-3019.32,34.7763,2.93801,360,360,5,0,1400,0,0,1), + (31643,4382,1,0,0,-2860.7,-3002.9,29.0224,2.44864,360,360,10,0,1468,0,0,1), + (31647,4385,1,0,0,-2837.39,-3043.01,39.0539,5.02919,360,360,10,0,1469,0,0,1), + (31648,4834,1,0,0,-2869.05,-3055.18,35.8974,0.217673,360,360,5,0,1400,0,0,1), + (31650,4414,1,0,0,-2943.94,-3007.72,39.4991,4.8634,360,360,10,0,1469,0,0,1), + (31651,4834,1,0,0,-2978.86,-2947.1,32.9947,0.623366,360,360,5,0,1400,0,0,1), + (31653,2914,1,0,0,-3016.89,-2887.2,29.3543,5.78633,360,360,10,0,8,0,0,1), + (31654,4980,1,0,0,-3365.77,-3214.06,33.5845,1.22173,360,360,0,0,1110,1067,0,0), + (31655,4343,1,0,0,-3245.03,-3086.59,30.2724,5.6173,360,360,10,0,1536,0,0,1), + (31656,4344,1,0,0,-4046.57,-3001.85,33.288,4.97727,360,360,10,0,1305,1189,0,1), + (31657,4343,1,0,0,-3363.62,-3129.39,33.6474,4.29977,360,360,10,0,1536,0,0,1), + (31658,4344,1,0,0,-4055.8,-2947.47,36.8974,1.3931,360,360,10,0,1305,1189,0,1), + (31659,4412,1,0,0,-4048.32,-2924.62,37.832,0.86831,360,360,10,0,1536,0,0,1), + (31660,4343,1,0,0,-3385.05,-3136.22,31.5976,1.55127,360,360,10,0,1536,0,0,1), + (31661,4343,1,0,0,-3405.45,-3200.97,29.3974,4.6518,360,360,10,0,1536,0,0,1), + (31662,4343,1,0,0,-3335.41,-3171.31,30.6474,1.32664,360,360,10,0,1536,0,0,1), + (31663,4344,1,0,0,-4119.81,-2966.51,28.6474,4.60584,360,360,10,0,1305,1189,0,1), + (31664,4128,1,0,0,-3726.24,-2360.6,94.7395,0.234522,360,360,5,0,573,0,0,1), + (31665,4382,1,0,0,-2825.5,-2958.34,30.4979,1.84243,360,360,10,0,1468,0,0,1), + (31669,4401,1,0,0,-4081.47,-4079.09,-9.80585,0.435988,360,360,5,0,1403,0,0,1), + (31670,4345,1,0,0,-4553.33,-3059.76,29.7233,3.18657,360,360,10,0,4572,0,0,1), + (31672,4345,1,0,0,-4541.01,-2944.35,29.1582,4.69946,360,360,10,0,4572,0,0,1), + (31673,4345,1,0,0,-4571.28,-2989.46,31.3759,4.99337,360,360,10,0,4572,0,0,1), + (31674,4414,1,0,0,-2853.99,-3579.29,37.5432,3.17021,360,360,10,0,1469,0,0,1), + (31675,4341,1,0,0,-2809.37,-3518.24,29.6756,0.092379,360,360,10,0,1403,0,0,1), + (31676,4356,1,0,0,-4483.27,-2963.3,38.4169,6.24709,360,360,5,0,1604,0,0,1), + (31677,4341,1,0,0,-3025.73,-2974.94,32.9514,2.46411,360,360,10,0,1403,0,0,1), + (31678,4352,1,0,0,-2609.35,-3507.39,36.4998,1.16812,360,360,10,0,1469,0,0,1), + (31679,4341,1,0,0,-2803.11,-3570.84,28.6718,0.33751,360,360,10,0,1403,0,0,1), + (31680,4357,1,0,0,-4449.92,-2914,40.03,5.40743,360,360,10,0,1674,0,0,1), + (31681,4356,1,0,0,-4470.22,-2872.69,39.9483,6.11836,360,360,5,0,1604,0,0,1), + (31682,4352,1,0,0,-2586.64,-3482.21,36.4708,3.26688,360,360,10,0,1469,0,0,1), + (31683,4357,1,0,0,-4407.9,-2945.62,55.944,3.38199,360,360,5,0,1674,0,0,1), + (31684,4357,1,0,0,-4346.69,-2881.11,35.4809,4.25639,360,360,10,0,1674,0,0,1), + (31685,4352,1,0,0,-2609.81,-3456.36,36.2103,1.12146,360,360,10,0,1469,0,0,1), + (31687,4343,1,0,0,-3472.55,-2798.83,34.1474,5.47706,360,360,10,0,1536,0,0,1), + (31688,4352,1,0,0,-2721.32,-3387.09,34.7813,2.95475,360,360,10,0,1469,0,0,1), + (31690,4359,1,0,0,-2581.52,-3820.13,2.58815,4.48582,360,360,5,0,1469,0,0,1), + (31691,4359,1,0,0,-2563.66,-3798.58,6.858,1.97851,360,360,5,0,1469,0,0,1), + (31692,4347,1,0,0,-3494.97,-2795.44,37.8009,1.40439,360,360,5,0,1536,0,0,1), + (31693,4343,1,0,0,-3553.12,-2853.13,29.2724,6.24796,360,360,10,0,1536,0,0,1), + (31694,4359,1,0,0,-2614.7,-3881.31,-0.002719,1.49654,360,360,5,0,1469,0,0,1), + (31695,4359,1,0,0,-2610.29,-3848.88,2.61402,1.17381,360,360,5,0,1469,0,0,1), + (31696,4343,1,0,0,-3580.41,-2870.24,34.3165,1.2984,360,360,10,0,1536,0,0,1), + (31697,4362,1,0,0,-2564.76,-3808.15,3.85025,1.81514,360,360,0,0,1469,0,0,0), + (31698,620,1,0,0,-3647.24,-4482.5,11.7186,1.50046,360,360,10,0,1,0,0,1), + (31699,1420,1,0,0,-2658.03,-3456.87,34.778,1.55666,360,360,10,0,8,0,0,1), + (31700,4362,1,0,0,-2610.23,-3961,13.5862,2.05364,360,360,0,0,1469,0,0,0), + (31702,4351,1,0,0,-2662.84,-3504.02,34.1758,0.43975,360,360,10,0,1469,0,0,1), + (31703,4344,1,0,0,-4004.63,-3232.78,29.8996,0.964388,360,360,0,0,1305,1189,0,0), + (31704,4359,1,0,0,-2593.28,-3990.91,5.76175,0.366519,360,360,0,0,1469,0,0,0), + (31705,4344,1,0,0,-4155.38,-3133.92,34.088,4.73128,360,360,10,0,1305,1189,0,1), + (31706,4357,1,0,0,-4335.73,-2621.36,37.7353,5.9275,360,360,0,0,1674,0,0,0), + (31707,4362,1,0,0,-2603.42,-3971.21,13.3951,4.95624,360,360,0,0,1469,0,0,0), + (31708,4356,1,0,0,-4333.25,-2640.76,38.3023,1.69906,360,360,0,0,1604,0,0,0), + (31709,4352,1,0,0,-2679.59,-3454.35,35.0327,1.2405,360,360,10,0,1469,0,0,1), + (31710,4357,1,0,0,-4343.81,-2616.03,37.5061,4.96802,360,360,0,0,1674,0,0,0), + (31711,4352,1,0,0,-2677.18,-3427.82,33.6959,5.95131,360,360,10,0,1469,0,0,1), + (31712,4356,1,0,0,-4318.03,-2685.28,30.2217,2.86325,360,360,10,0,1604,0,0,1), + (31713,4359,1,0,0,-2588.02,-3998.96,5.91196,6.22729,360,360,0,0,1469,0,0,0), + (31714,4352,1,0,0,-2642.69,-3480.5,33.8578,3.72526,360,360,10,0,1469,0,0,1), + (31715,4362,1,0,0,-2604.76,-3861.31,-0.757054,1.11413,360,360,5,0,1469,0,0,1), + (31717,4359,1,0,0,-2613.62,-3993.33,3.77005,4.74624,360,360,5,0,1469,0,0,1), + (31718,4356,1,0,0,-4302.93,-2682.01,31.4717,1.22908,360,360,10,0,1604,0,0,1), + (31719,4357,1,0,0,-4287.83,-2692.03,37.4869,2.53079,360,360,10,0,1674,0,0,1), + (31720,4357,1,0,0,-4289.35,-2711.43,35.0004,4.72013,360,360,10,0,1674,0,0,1), + (31721,4357,1,0,0,-4289.82,-2742.56,34.5657,5.46599,360,360,10,0,1674,0,0,1), + (31722,4362,1,0,0,-2622.14,-4043.14,1.86583,4.43888,360,360,5,0,1469,0,0,1), + (31724,4324,1,0,0,-4330.32,-3204.94,40.5147,3.22219,360,360,10,0,1480,1381,0,1), + (31727,4331,1,0,0,-4414.59,-3193.17,40.3753,-2.97033,360,360,10,0,3963,1381,0,1), + (31728,4343,1,0,0,-3021.7,-3197.51,34.0017,1.39245,360,360,10,0,1536,0,0,1), + (31729,4329,1,0,0,-4337.98,-3246.46,35.013,1.8161,360,360,0,0,4755,0,0,0), + (31731,4329,1,0,0,-4354.95,-3219.18,34.5218,0.509668,360,360,10,0,4755,0,0,1), + (31732,4385,1,0,0,-2847.08,-3253.2,31.0376,2.83405,360,360,10,0,1469,0,0,1), + (31748,4023,1,0,0,639.841,1510.9,-14.8425,0.82339,300,300,15,0,734,0,0,1), + (31760,7395,0,0,0,1594.66,226.601,-62.1087,0.946598,120,120,1,0,64,0,0,1), + (31762,4023,1,0,0,713.507,1451.36,-12.0751,4.70318,300,300,15,0,734,0,0,1), + (31763,7353,129,0,0,2495.63,1062.68,47.5377,4.14281,7200,7200,0,0,3150,1097,0,0), + (31764,7346,129,0,0,2501.05,1058.7,47.6281,2.73081,7200,7200,0,0,1468,0,0,0), + (31765,7346,129,0,0,2506.8,1052.82,47.6555,3.39876,7200,7200,0,0,1468,0,0,0), + (31766,7327,129,0,0,2584.2,997.199,54.283,4.68028,7200,7200,0,0,3403,0,0,0), + (31767,7327,129,0,0,2555.51,1010.07,52.1975,4.80224,7200,7200,0,0,3403,0,0,0), + (31768,7332,129,0,0,2553.51,1003.7,52.2661,3.24463,7200,7200,5,0,3543,0,0,1), + (31773,4023,1,0,0,665.889,1543.26,-19.9016,6.03729,300,300,15,0,734,0,0,1), + (31774,7354,129,0,0,2364.75,904.524,28.7671,0.304753,7200,7200,5,0,7760,2861,0,1), + (31775,7335,129,0,0,2560.64,1006.14,52.2147,3.93116,7200,7200,0,0,2706,5360,0,0), + (31776,7335,129,0,0,2583.86,994.162,54.0854,2.33696,7200,7200,1,0,2706,5360,0,1), + (31777,4076,129,0,0,2557.8,1007.11,52.113,3.55984,7200,7200,5,0,8,0,0,1), + (31778,2110,129,0,0,2589.57,987.447,54.0677,3.24256,7200,7200,5,0,1,0,0,1), + (31779,2110,129,0,0,2490.89,1062.12,47.3797,3.15902,7200,7200,5,0,1,0,0,1), + (31780,7332,129,0,0,2569.79,971.022,50.7828,3.1765,7200,7200,1,0,3543,0,0,1), + (31781,4023,1,0,0,701.547,1551.92,-22.4534,5.81803,300,300,15,0,734,0,0,1), + (31782,4023,1,0,0,749.439,1514.12,-21.2687,0.916946,300,300,15,0,734,0,0,1), + (31783,4023,1,0,0,714.181,1520.74,-21.2092,1.83165,300,300,15,0,734,0,0,1), + (31784,4023,1,0,0,612.175,1550.7,-12.9121,2.57035,300,300,15,0,734,0,0,1), + (31785,4024,1,0,0,652.696,1937.45,-5.2473,5.45806,300,300,15,0,640,655,0,1), + (31786,4024,1,0,0,646.875,1909.38,-8.28783,1.74905,300,300,15,0,640,655,0,1), + (31787,4024,1,0,0,600.096,1819.81,-9.06323,5.33616,300,300,15,0,640,655,0,1), + (31788,4024,1,0,0,650.968,1769.24,-13.5562,3.40364,300,300,15,0,640,655,0,1), + (31789,4024,1,0,0,647.961,1775.18,-13.0588,3.09302,300,300,15,0,640,655,0,1), + (31790,4024,1,0,0,718.93,1778.05,-17.4242,5.35023,300,300,15,0,640,655,0,1), + (31791,4024,1,0,0,644.378,1439.96,-5.06573,1.68631,300,300,5,0,640,655,0,1), + (31792,4024,1,0,0,669.888,1439.8,-7.34606,1.29568,300,300,5,0,640,655,0,1), + (31793,4024,1,0,0,776.019,1425.23,-14.0468,0.536333,300,300,15,0,640,655,0,1), + (31794,4024,1,0,0,628.924,1542.2,-13.3452,3.50905,300,300,15,0,640,655,0,1), + (31795,4024,1,0,0,723.161,1477.72,-16.9211,0.766325,300,300,15,0,640,655,0,1), + (31796,6329,90,0,0,-397.217,50.1614,-154.714,3.08923,7200,7200,3,0,1830,655,0,1), + (31797,6206,90,0,0,-515.554,52.2393,-154.168,3.9968,7200,7200,5,0,2097,0,0,1), + (31798,4025,1,0,0,877.562,1798.55,-6.31066,5.69809,300,300,15,0,426,581,0,1), + (31800,4025,1,0,0,901.677,1781.91,-7.34716,2.62253,300,300,15,0,426,581,0,1), + (31801,4025,1,0,0,1010.01,1726.79,-9.77721,6.15463,300,300,15,0,426,581,0,1), + (31802,4025,1,0,0,919.809,1741.91,-11.9346,0.839383,300,300,15,0,426,581,0,1), + (31803,4025,1,0,0,790.729,1742.48,-20.3377,0.682364,300,300,15,0,426,581,0,1), + (31804,8403,0,0,0,1595.27,224.662,-62.0162,1.62316,300,300,0,0,1605,0,0,0), + (31806,616,0,0,0,-9230.09,-2702.39,89.086,5.71584,3600,3600,0,0,617,0,0,0), + (31807,485,0,0,0,-9110.72,-2477.35,119.703,4.15621,300,300,0,0,494,0,0,0), + (31808,440,0,0,0,-9163.74,-2416.26,104.905,0.989836,300,300,5,0,449,0,0,1), + (31809,485,0,0,0,-9155.56,-2436.47,107.027,4.96921,300,300,0,0,494,0,0,0), + (31810,440,0,0,0,-9166.05,-2418.29,105.708,2.03881,300,300,0,0,449,0,0,0), + (31811,440,0,0,0,-9174.09,-2452.13,118.098,5.56538,300,300,0,0,449,0,0,0), + (31812,485,0,0,0,-9229.9,-2375.24,91.9176,5.06145,300,300,0,0,494,0,0,0), + (31813,485,0,0,0,-9235,-2376.05,92.1701,5.95157,300,300,0,0,494,0,0,0), + (31814,485,0,0,0,-9237.37,-2378.63,92.3221,0.314159,300,300,0,0,494,0,0,0), + (31815,712,0,0,0,-9551.51,-1917.04,70.071,5.95093,300,300,10,0,300,0,0,1), + (31816,547,0,0,0,-9557.83,-2247.17,85.381,6.06057,300,300,10,0,356,0,0,1), + (31817,1933,0,0,0,-9445.63,-2314.94,66.7736,1.7138,300,300,5,0,14,0,0,1), + (31818,441,0,0,0,-9654.18,-2165.81,62.6863,1.36171,300,300,5,0,330,938,0,1), + (31819,442,0,0,0,-9673.07,-2147.73,61.0886,1.59618,300,300,5,0,328,0,0,1), + (31820,441,0,0,0,-9492.16,-2348.87,68.6343,5.08854,300,300,5,0,330,938,0,1), + (31821,442,0,0,0,-9548.67,-2053.15,69.8158,5.7759,300,300,10,0,328,0,0,1), + (31823,485,0,0,0,-9493.12,-2938.55,115.314,5.33656,300,300,5,0,494,0,0,2), + (31824,437,0,0,0,-9526.83,-2873.19,91.8719,4.91515,300,300,5,0,531,0,0,1), + (31826,4064,0,0,0,-9465.22,-3012.97,136.472,1.62316,300,300,0,0,1452,0,0,0), + (31827,4065,0,0,0,-9446,-2992.99,136.895,2.51327,300,300,0,0,1563,0,0,0), + (31828,4065,0,0,0,-9438.59,-3004.44,137.579,3.03687,300,300,0,0,1563,0,0,0), + (31829,436,0,0,0,-9430.26,-2953.52,115.829,0.669421,300,300,5,0,1389,1357,0,1), + (31830,440,0,0,0,-9170.93,-2400.95,104.074,5.65487,300,300,0,0,449,0,0,0), + (31831,485,0,0,0,-9172.25,-2402.47,104.433,0,300,300,0,0,494,0,0,0), + (31832,485,0,0,0,-9138.15,-2556.15,116.441,1.56103,300,300,5,0,494,0,0,1), + (31833,485,0,0,0,-9119.94,-2462.73,117.282,2.42136,300,300,0,0,494,0,0,0), + (31835,4065,0,0,0,-9449.31,-3020.26,136.87,1.74533,300,300,0,0,1563,0,0,0), + (31836,4065,0,0,0,-9420.86,-3052.87,136.777,3.21141,300,300,0,0,1563,0,0,0), + (31837,436,0,0,0,-9429.38,-3050.43,136.776,5.48033,300,300,0,0,1389,1357,0,0), + (31838,505,0,0,0,-9184.43,-2708.43,89.315,2.08371,300,300,10,0,449,0,0,1), + (154672,8900,230,0,0,811.87,-25.2166,-53.6904,3.9619,7200,7200,0,0,2305,4896,0,2), + (31840,4953,0,0,0,-10540.7,-3283.58,26.627,2.95493,300,300,5,0,16,0,0,1), + (31841,4953,0,0,0,-10545.4,-2889.03,23.3609,4.59482,300,300,5,0,16,0,0,1), + (31842,4953,0,0,0,-10757.8,-3842.54,22.6241,1.63058,300,300,5,0,16,0,0,1), + (31843,4953,0,0,0,-10123.1,-3315.7,19.7885,5.14756,300,300,5,0,16,0,0,1), + (31844,5261,0,0,0,-10347.1,-4071.27,-84.2094,2.88499,900,900,5,0,5595,0,0,1), + (31845,5353,0,0,0,-10717.5,-2536.47,28.2923,0.034907,300,300,0,0,2218,0,0,0), + (31846,11874,0,0,0,-10102.1,-2829.84,22.4003,2.60054,300,300,0,0,3748,0,0,0), + (31847,866,0,0,0,-10377.6,-3241.58,19.8697,0.558505,300,300,0,0,4231,0,0,0), + (31848,866,0,0,0,-10381.1,-3308.33,22.0589,2.194,300,300,5,0,4231,0,0,1), + (31849,866,0,0,0,-10412.6,-3189.14,22.2427,5.42038,300,300,5,0,4231,0,0,1), + (31850,866,0,0,0,-10514.2,-3314.58,20.9633,0.017453,300,300,0,0,4231,0,0,0), + (31851,866,0,0,0,-10407.9,-3345.48,22.8363,0.638577,300,300,3,0,4231,0,0,1), + (31852,866,0,0,0,-10493.2,-3173.44,20.7546,3.92699,300,300,2,0,4231,0,0,1), + (31853,866,0,0,0,-10370.7,-3252.59,19.7447,0.680678,300,300,0,0,4231,0,0,0), + (31854,866,0,0,0,-10509.4,-3324.35,20.7133,0.558505,300,300,0,0,4231,0,0,0), + (31855,10879,0,0,0,1595.76,260.138,-57.0784,3.52984,300,300,2,0,112,0,0,2), + (31856,5190,0,0,0,1591.05,208.098,-55.2596,4.76475,300,300,0,0,1240,0,0,0), + (31857,4556,0,0,0,1610.45,283.261,-43.0189,4.92183,300,300,0,0,1605,0,0,0), + (31858,2458,0,0,0,1599.96,240.65,-52.0596,0.087266,300,300,0,0,2972,0,0,0), + (31859,4555,0,0,0,1564.76,209.601,-43.019,0.767945,300,300,0,0,1605,0,0,0), + (31860,4580,0,0,0,1688.55,190.278,-62.0902,0.453786,300,300,0,0,1605,0,0,0), + (31861,4574,0,0,0,1681.1,95.7271,-62.0858,0.610865,300,300,0,0,1605,0,0,0), + (31862,5754,0,0,0,1705.5,205.857,-62.0755,4.32842,300,300,0,0,413,0,0,0), + (31863,4565,0,0,0,1776.4,20.2543,-47.305,1.93731,300,300,0,0,2471,1620,0,0), + (31864,5700,0,0,0,1661.57,172.84,-62.054,2.77507,300,300,0,0,919,0,0,0), + (31865,4608,0,0,0,1756.95,416.858,-57.1312,3.40339,300,300,0,0,3517,2103,0,0), + (31866,4606,0,0,0,1768.37,400.57,-57.1312,4.39823,300,300,0,0,3139,2620,0,0), + (31867,4572,0,0,0,1754.99,58.0787,-59.2538,2.44346,300,300,0,0,1605,0,0,0), + (31868,4578,0,0,0,1736.6,41.8543,-59.2337,2.05949,300,300,0,0,2972,0,0,0), + (31869,4566,0,0,0,1788.19,57.5156,-61.4064,3.92699,300,300,0,0,3139,2620,0,0), + (31870,5734,0,0,0,1402.29,364.749,-84.868,4.03171,300,300,0,0,919,0,0,0), + (31871,4614,0,0,0,1560.8,355.098,-62.0798,3.97935,300,300,0,0,2016,0,0,0), + (31872,5732,0,0,0,1550.35,370.315,-62.0978,3.90756,300,300,0,0,919,0,0,2), + (31873,5735,0,0,0,1401.93,361.817,-84.868,0.122173,300,300,0,0,102,0,0,0), + (31874,4617,0,0,0,1487.59,274.728,-62.0687,1.55334,300,300,0,0,1605,0,0,0), + (31875,5738,0,0,0,1403.85,376.678,-84.868,5.79449,300,300,0,0,102,0,0,0), + (31876,11044,0,0,0,1403.69,426.071,-80.276,5.28835,300,300,0,0,1240,0,0,0), + (31877,5736,0,0,0,1404.78,378.398,-84.868,5.28835,300,300,0,0,102,0,0,0), + (31878,11067,0,0,0,1491.66,273.176,-62.0752,5.75959,300,300,0,0,1106,0,0,0), + (31879,4616,0,0,0,1482.38,273.868,-62.0769,3.19395,300,300,0,0,2016,0,0,0), + (31880,4592,0,0,0,1560.27,129.819,-62.0742,2.80998,300,300,0,0,1605,0,0,0), + (31881,4589,0,0,0,1503.84,201.001,-62.0558,3.61283,300,300,0,0,1605,0,0,0), + (31882,2799,0,0,0,1396.69,136.603,-62.2791,5.86431,300,300,0,0,2016,0,0,0), + (31883,4585,0,0,0,1550.34,151.732,-62.0923,4.32842,300,300,0,0,1605,0,0,0), + (31884,4588,0,0,0,1510.37,199.943,-62.0539,3.89208,300,300,0,0,2016,0,0,0), + (31885,4583,0,0,0,1419.8,55.7021,-62.1954,2.18166,300,300,0,0,3517,0,0,0), + (31886,4590,0,0,0,1486.12,208.881,-62.0689,4.97419,300,300,0,0,1605,0,0,0), + (31887,223,0,0,0,1504.04,192.7,-62.0571,2.94961,300,300,0,0,617,0,0,0), + (31888,5820,0,0,0,1505.25,198.394,-62.0594,3.50811,300,300,0,0,1605,0,0,0), + (31889,4584,0,0,0,1407.3,58.854,-62.1954,0.453786,300,300,0,0,3139,0,0,0), + (31890,5664,0,0,0,1693.74,422.657,-62.2149,1.85005,300,300,0,0,919,0,0,0), + (31891,4598,0,0,0,1638.21,335.638,-62.0999,0.628319,300,300,0,0,2016,0,0,0), + (31892,5656,0,0,0,1727,382.076,-61.5645,6.02139,300,300,0,0,919,0,0,0), + (31893,5660,0,0,0,1730.09,370.859,-60.4981,0.925025,300,300,0,0,919,0,0,0), + (31894,5654,0,0,0,1734.12,374.919,-61.6634,1.13446,300,300,0,0,919,0,0,0), + (31895,5661,0,0,0,1739.17,385.329,-62.208,3.9619,300,300,0,0,919,0,0,0), + (31896,4604,0,0,0,1629.87,348.382,-62.0687,6.05629,300,300,0,0,1605,0,0,0), + (31897,4593,0,0,0,1780.46,422.932,-57.1143,3.94444,300,300,0,0,3139,0,0,0), + (31898,4597,0,0,0,1685.39,284.042,-62.0594,0.366519,300,300,0,0,1605,0,0,0), + (31899,5652,0,0,0,1693.44,424.105,-62.2149,4.95674,300,300,0,0,64,0,0,0), + (31900,2055,0,0,0,1434.48,404.854,-85.1753,2.26893,300,300,0,0,3517,1807,0,0), + (31901,2425,0,0,0,1287.77,333.508,-59.9998,4.86431,36000,36000,0,0,983500,82725,0,0), + (31902,7683,0,0,0,1527.93,310.864,-62.0622,2.56563,300,300,0,0,2016,0,0,0), + (31903,14729,0,0,0,1690.83,185.738,-62.0883,5.58505,300,300,0,0,2016,0,0,0), + (31904,8390,0,0,0,1420.98,405.895,-85.163,6.07375,300,300,0,0,1605,2175,0,0), + (31905,8393,0,0,0,1424.72,402.709,-85.1689,2.30383,300,300,0,0,2972,0,0,0), + (31906,12342,0,0,0,2256.13,329.335,35.2725,5.5676,120,120,0,0,42,0,0,0), + (31907,12341,0,0,0,2245.02,326.546,35.2725,5.55015,120,120,0,0,42,0,0,0), + (31909,12343,0,0,0,2250.26,322.025,35.2725,5.63741,120,120,0,0,42,0,0,0), + (31910,11156,0,0,0,2250.74,333.748,35.2725,5.58505,120,120,0,0,42,0,0,0), + (31911,14558,0,0,0,2248.66,331.206,35.2725,5.58505,120,120,0,0,64,53,0,0), + (31912,4025,1,0,0,948.891,1679.82,-12.1807,4.52074,300,300,15,0,426,581,0,1), + (31913,4026,1,0,0,862.399,1736,-15.4421,5.26086,300,300,5,0,582,618,0,1), + (31914,4026,1,0,0,938.699,1639.8,-13.5585,5.22154,300,300,15,0,582,618,0,1), + (31915,2307,0,0,0,1694.6,1555.3,123.439,3.62917,300,300,0,0,166,0,0,0), + (31916,2315,0,0,0,1860.44,1588.64,92.439,6.15239,300,300,5,0,166,0,0,2), + (31917,4026,1,0,0,918.392,1718.55,-14.4066,5.22148,300,300,5,0,582,618,0,1), + (31918,2311,0,0,0,2255.06,307.46,34.8617,4.01849,300,300,0,0,166,0,0,0), + (31919,2314,0,0,0,2281.65,342.214,34.2132,4.31047,300,300,5,0,166,0,0,2), + (31920,2309,0,0,0,2259.99,325.122,35.2341,5.2709,300,300,0,0,166,0,0,0), + (31921,2310,0,0,0,2316.01,287.033,37.3107,1.46239,300,300,0,0,166,0,0,0), + (31922,2408,0,0,0,1349.77,-40.2324,30.0306,0.645454,300,300,5,0,1050,0,0,1), + (31923,11945,0,0,0,1834.02,1581.34,95.1515,2.11185,300,300,0,0,166,0,0,0), + (31924,11615,0,0,0,1658.37,-730.493,59.2481,5.74213,300,300,0,0,4108,5013,0,0), + (31925,11608,0,0,0,1677.06,-733.695,59.1794,2.30383,300,300,0,0,3517,1807,0,0), + (31926,1522,0,0,0,2824.46,1117.89,85.417,4.50567,300,300,5,0,126,289,0,1), + (31927,1523,0,0,0,2885.03,815.624,115.433,2.28923,300,300,10,0,148,165,0,1), + (31928,1522,0,0,0,2957.32,876.261,108.849,4.98913,300,300,10,0,126,289,0,1), + (31929,1530,0,0,0,2991.03,714.877,93.9233,4.25843,300,300,5,0,198,0,0,1), + (31930,1534,0,0,0,2954.36,652.892,104.727,3.08328,300,300,5,0,176,0,0,1), + (31932,1530,0,0,0,2893.39,560.467,105.805,3.1058,300,300,5,0,198,0,0,1), + (31933,1530,0,0,0,2922.04,619.839,96.9735,1.83474,300,300,5,0,198,0,0,1), + (31935,4026,1,0,0,844.922,1795,-12.3534,0.859218,300,300,15,0,582,618,0,1), + (31936,4026,1,0,0,876.807,1780.94,-8.94846,1.14385,300,300,15,0,582,618,0,1), + (31938,4026,1,0,0,880.946,1753.17,-11.5884,3.06462,300,300,15,0,582,618,0,1), + (31939,4026,1,0,0,898.094,1564.78,-16.8351,6.02495,300,300,15,0,582,618,0,1), + (31944,6329,90,0,0,-472.085,43.7858,-154.654,2.51327,7200,7200,5,0,1830,655,0,1), + (31945,866,0,0,0,-10469.6,-3217.65,21.0671,1.25664,300,300,0,0,4231,0,0,0), + (31946,866,0,0,0,-10453.3,-3216.05,20.4325,1.58825,300,300,0,0,4231,0,0,0), + (31947,6930,0,0,0,-10487.3,-3258.84,21.1127,0.10472,300,300,0,0,1605,0,0,0), + (31948,981,0,0,0,-10399.5,-3270.43,21.9894,4.20624,300,300,0,0,2972,0,0,0), + (31949,987,0,0,0,-10437.8,-3307.04,20.4499,5.96903,300,300,0,0,3517,2103,0,0), + (31950,1386,0,0,0,-10474.8,-3335.97,25.5541,0.279253,300,300,0,0,3866,0,0,0), + (31951,8177,0,0,0,-10490.5,-3264.03,27.8238,3.07178,300,300,0,0,2972,0,0,0), + (31952,4026,1,0,0,915.674,1557.62,-15.561,0.209711,300,300,15,0,582,618,0,1), + (31953,7327,129,0,0,2562.1,968.441,50.8742,4.3838,7200,7200,0,0,3403,0,0,0), + (31954,4026,1,0,0,920.355,1552.8,-14.4482,4.24683,300,300,15,0,582,618,0,1), + (31955,7335,129,0,0,2559.65,965.8,51.1945,2.56314,7200,7200,0,0,2706,5360,0,0), + (31956,7332,129,0,0,2574.1,946.096,53.3541,5.55015,7200,7200,1,0,3543,0,0,1), + (31957,7332,129,0,0,2590.17,961.162,51.9107,0.942478,7200,7200,0,0,3543,0,0,0), + (31958,7333,129,0,0,2588.91,956.452,52.2107,4.28424,7200,7200,1,0,1279,0,0,1), + (31959,7333,129,0,0,2588.1,952.199,52.6562,4.35363,7200,7200,1,0,1279,0,0,1), + (31960,7333,129,0,0,2585.71,958.797,52.1868,0.226893,7200,7200,1,0,1279,0,0,1), + (31961,7333,129,0,0,2592.22,960.386,51.8804,1.88311,7200,7200,1,0,1279,0,0,1), + (31962,7329,129,0,0,2538.89,969.779,50.0433,0.241608,7200,7200,0,0,3780,0,0,0), + (31963,7328,129,0,0,2536.55,964.762,49.8069,6.10735,7200,7200,0,0,3748,0,0,0), + (31964,4076,129,0,0,2569.3,960.028,51.8336,5.98631,7200,7200,5,0,8,0,0,1), + (31965,2110,129,0,0,2583.58,954.61,52.3779,4.88396,7200,7200,5,0,1,0,0,1), + (31966,7329,129,0,0,2522.26,945.682,48.8541,1.64132,7200,7200,1,0,3780,0,0,1), + (31967,4076,129,0,0,2478.18,1057.62,48.1482,0.921798,7200,7200,5,0,8,0,0,1), + (31968,7327,129,0,0,2573.84,937.473,54.2629,4.00769,7200,7200,0,0,3403,0,0,0), + (31969,7335,129,0,0,2566.57,941.89,54.3936,2.52156,7200,7200,0,0,2706,5360,0,0), + (31971,8662,129,0,0,2581.81,942.588,62.2902,0.820305,7200,7200,0,0,64,53,0,0), + (31972,7347,129,0,0,2483.2,1068.46,47.4003,2.01005,7200,7200,0,0,3831,0,0,0), + (31973,2110,129,0,0,2509.45,938.436,47.9613,0.597633,7200,7200,5,0,1,0,0,1), + (31974,7328,129,0,0,2524.11,934.244,47.7514,5.82781,7200,7200,1,0,3748,0,0,1), + (31975,7337,129,0,0,2526.98,938.913,48.4967,5.1856,7200,7200,1,0,3027,1067,0,1), + (31976,7352,129,0,0,2480.73,989.421,23.7133,4.44082,7200,7200,0,0,3027,1067,0,0), + (31977,7344,129,0,0,2481.96,995.563,23.798,2.49086,7200,7200,0,0,1403,0,0,0), + (31978,7329,129,0,0,2538.61,911.687,46.1769,1.27834,7200,7200,0,0,3780,0,0,0), + (31979,7328,129,0,0,2545.39,905.981,46.4538,5.02576,7200,7200,0,0,3748,0,0,0), + (31980,7334,129,0,0,2546.41,885.836,47.6967,5.68062,7200,7200,0,1,1619,0,0,2), + (31981,6212,90,0,0,-748.046,624.546,-312.699,5.84685,7200,7200,2,0,3171,0,0,1), + (31982,6224,90,0,0,-588.535,691.862,-326.979,3.08923,7200,7200,0,0,905,0,0,0), + (31983,6212,90,0,0,-726.655,651.998,-308.977,5.16617,7200,7200,0,0,3171,0,0,0), + (31984,6234,90,0,0,-696.054,720.927,-317.977,5.44543,7200,7200,3,0,3018,0,0,1), + (31985,6212,90,0,0,-733.927,709.049,-317.977,2.89725,7200,7200,3,0,3171,0,0,1), + (31986,6234,90,0,0,-765.398,561.056,-290.977,4.93928,7200,7200,3,0,3018,0,0,1), + (31987,6234,90,0,0,-745.388,625.978,-312.699,5.88176,7200,7200,2,0,3018,0,0,1), + (31988,6234,90,0,0,-727.201,693.357,-330.699,0.10472,7200,7200,3,0,3018,0,0,1), + (31989,6212,90,0,0,-703.428,694.964,-317.977,4.34587,7200,7200,0,0,3171,0,0,0), + (31990,6212,90,0,0,-766.203,600.453,-290.977,2.98451,7200,7200,0,0,3171,0,0,0), + (31991,6211,90,0,0,-550.133,18.5031,-179.652,5.21853,7200,7200,2,0,2400,0,0,1), + (31992,6329,90,0,0,-633.396,113.62,-195.992,2.82743,7200,7200,1,0,1830,655,0,1), + (31993,6206,90,0,0,-600.52,24.6008,-179.598,1.0472,7200,7200,3,0,2097,0,0,1), + (31994,6329,90,0,0,-555.172,102.537,-201.659,2.93215,7200,7200,2,0,1830,655,0,1), + (31995,6329,90,0,0,-565.925,233.393,-159.345,5.79449,7200,7200,5,0,1830,655,0,1), + (31996,6211,90,0,0,-545.883,72.0569,-200.725,0.907571,7200,7200,0,0,2400,0,0,0), + (31997,6206,90,0,0,-594.108,96.128,-199.458,0.925298,7200,7200,0,0,2097,0,0,0), + (31998,6329,90,0,0,-630.458,132.447,-183.796,3.82227,7200,7200,3,0,1830,655,0,1), + (31999,6329,90,0,0,-606.562,193.586,-172.299,6.02139,7200,7200,2,0,1830,655,0,1), + (32000,6211,90,0,0,-633.632,101.509,-195.888,3.87463,7200,7200,1,0,2400,0,0,1), + (32001,7603,90,0,0,-517.836,474.413,-273.074,0.027287,7200,7200,2,0,853,0,0,1), + (32002,7603,90,0,0,-516.484,474.45,-273.078,0.027284,7200,7200,2,0,853,0,0,1), + (32003,7603,90,0,0,-518.543,476.394,-273.077,0.027285,7200,7200,2,0,853,0,0,1), + (32004,7603,90,0,0,-520.488,474.34,-273.075,0.027286,7200,7200,2,0,853,0,0,1), + (32005,6233,90,0,0,-517.611,472.418,-273.077,0.027281,7200,7200,5,0,2559,0,0,1), + (32006,6222,90,0,0,-603.687,507.389,-273.063,5.74002,7200,7200,2,0,905,0,0,1), + (32007,6222,90,0,0,-586.528,465.276,-273.081,4.58216,7200,7200,2,0,905,0,0,1), + (32008,6225,90,0,0,-503.215,527.958,-273.08,5.09596,7200,7200,5,0,2715,0,0,1), + (32009,7337,129,0,0,2514.52,916.985,46.1069,4.10141,7200,7200,0,0,3027,1067,0,0), + (32010,2110,129,0,0,2531.98,912.364,46.1862,4.73356,7200,7200,5,0,1,0,0,1), + (32011,2110,129,0,0,2508.49,923.693,46.66,2.68722,7200,7200,5,0,1,0,0,1), + (32013,6230,90,0,0,-507.445,422.019,-230.601,0.570874,7200,7200,0,0,2865,0,0,2), + (32014,7603,90,0,0,-479.445,548.944,-230.518,0,7200,7200,2,0,853,0,0,1), + (32015,4026,1,0,0,959.896,1629.04,-11.3686,4.25067,300,300,5,0,582,618,0,1), + (32016,4026,1,0,0,997.654,1681.26,-5.32134,5.17718,300,300,15,0,582,618,0,1), + (32017,4026,1,0,0,1035.96,1727.86,2.02019,5.08202,300,300,5,0,582,618,0,1), + (32018,4026,1,0,0,823.875,1515.47,-20.5615,1.73344,300,300,5,0,582,618,0,1), + (32019,4026,1,0,0,852.021,1520.54,-18.1332,0.882028,300,300,5,0,582,618,0,1), + (32020,1530,0,0,0,2847.81,679.248,137.388,4.81906,300,300,5,0,198,0,0,1), + (32021,4486,0,0,0,1561.39,260.797,-43.0193,5.25344,300,300,0,0,1764,0,0,0), + (32022,4488,0,0,0,1459.2,318.665,-50.7676,4.15388,300,300,0,0,2016,0,0,0), + (32023,1526,0,0,0,2054.74,556.232,41.381,0.861167,300,300,5,0,120,220,0,1), + (32024,2308,0,0,0,1664.75,162.794,-62.0528,0.331613,300,300,0,0,2471,0,0,0), + (32025,1545,0,0,0,2483.06,1460.22,7.14018,0.89819,300,300,5,0,176,0,0,1), + (32026,1545,0,0,0,2948.79,1312.65,-4.42557,2.69621,300,300,5,0,176,0,0,1), + (32027,1544,0,0,0,2584.39,1476.61,-10.2658,5.322,300,300,5,0,148,165,0,1), + (32028,5725,0,0,0,2310.22,398.027,33.8948,3.33325,300,300,0,0,657,0,0,2), + (32029,5724,0,0,0,2250.62,248.955,41.1981,6.02139,300,300,0,0,644,0,0,0), + (32030,1504,0,0,0,2121.06,1779.07,93.371,5.43961,300,300,5,0,55,0,0,1), + (32031,1504,0,0,0,2136.25,1651.92,78.8605,3.70541,300,300,10,0,55,0,0,1), + (32032,1504,0,0,0,2107.5,1753.77,78.5072,4.27949,300,300,5,0,55,0,0,1), + (32033,1504,0,0,0,2175.56,1773.06,106.256,5.15284,300,300,5,0,55,0,0,1), + (32034,7825,0,0,0,1667.69,172.243,-62.0689,4.69494,300,300,0,0,1500,0,0,0), + (32036,9566,0,0,0,2064.01,288.57,97.1146,4.34587,300,300,0,0,2972,0,0,0), + (32037,3150,0,0,0,2054.57,241.679,99.8521,1.32645,300,300,0,0,5736,0,0,0), + (32038,10136,0,0,0,1408.45,417.941,-84.8823,5.88176,300,300,0,0,1605,2175,0,0), + (32039,10181,0,0,0,1290.41,316.247,-57.2376,1.309,7200,7200,0,0,40000,67740,0,0), + (32040,6566,0,0,0,1389.83,122.755,-62.3697,6.24828,300,300,0,0,1240,0,0,0), + (32041,6522,0,0,0,1389.34,347.315,-65.9567,0.715585,300,300,0,0,622,0,0,0), + (32042,6785,0,0,0,2265.17,238.836,34.3402,2.46091,300,300,0,0,228,0,0,0), + (32043,2541,0,0,0,-13830,412.777,87.0029,2.14783,72000,72000,0,0,1848,0,0,0), + (32044,6395,0,0,0,1713.39,406.11,-62.2149,2.94961,300,300,0,0,4079,0,0,0), + (32045,4075,0,0,0,2385.77,379.859,35.9823,2.30579,120,120,5,0,8,0,0,1), + (32046,4075,0,0,0,2509.67,-988.976,79.4672,2.6529,120,120,10,0,8,0,0,1), + (32047,721,0,0,0,2672.41,250.565,32.5797,3.71334,120,120,5,0,1,0,0,1), + (32048,4075,0,0,0,1689.63,1597.86,124.533,3.93528,120,120,5,0,8,0,0,1), + (32049,2227,0,0,0,1277.51,320.32,-59.9998,1.46608,300,300,0,0,1240,0,0,0), + (32050,5204,0,0,0,1442.86,392.127,-84.8985,2.3911,300,300,0,0,1528,0,0,0), + (32051,2050,0,0,0,1604.32,278.268,-55.2596,3.61283,300,300,0,0,594,0,0,0), + (32052,1498,0,0,0,1766.27,66.6262,-46.2381,5.39307,300,300,0,0,3857,0,0,0), + (32053,2934,0,0,0,1529.36,357.607,-61.4169,4.99164,300,300,0,0,2666,0,0,0), + (32056,6293,0,0,0,1635.4,144.883,-62.0546,6.03884,300,300,0,0,919,490,0,0), + (32057,11022,0,0,0,1680.5,-719.773,58.0663,5.84685,900,900,0,0,12208,0,0,0), + (32058,15682,0,0,0,1648.17,224.173,-56.7948,4.2237,300,300,0,0,3517,0,0,0), + (32059,8721,0,0,0,1542.45,255.202,-56.7948,1.01229,300,300,0,0,3517,0,0,0), + (32060,15676,0,0,0,1609.71,187.175,-56.7907,0.05236,300,300,0,0,3517,0,0,0), + (32061,15683,0,0,0,1648.73,255.379,-56.7888,1.8675,300,300,0,0,3517,0,0,0), + (32062,15684,0,0,0,1610.68,292.85,-56.7948,6.05629,300,300,0,0,3517,0,0,0), + (32063,15675,0,0,0,1579.11,187.979,-56.7948,2.63545,300,300,0,0,3517,0,0,0), + (32064,15686,0,0,0,1580.66,293.062,-56.7877,3.35103,300,300,0,0,3517,0,0,0), + (32065,8672,0,0,0,1542.4,225.162,-56.7902,5.23599,300,300,0,0,3517,0,0,0), + (32067,347,0,0,0,1331.94,334.713,-63.6249,3.40339,900,900,0,0,9563,0,0,0), + (32068,15007,0,0,0,1282.43,284.592,-63.6281,1.27409,900,900,0,0,3200,0,0,0), + (32071,2804,0,0,0,1262.97,353.389,-63.6165,5.46288,900,900,0,0,10626,8019,0,0), + (32072,14404,0,0,0,1617.09,218.687,-59.2467,0,900,900,0,0,9298,0,0,2), + (32073,14402,0,0,0,1583.51,256.231,-62.1131,0,900,900,3,0,9298,0,0,2), + (32074,14403,0,0,0,1609.25,223.458,-61.9034,0,900,900,0,0,9298,0,0,2), + (32075,15350,0,0,0,1316.82,291.133,-63.6295,2.04204,120,120,0,0,2148,0,0,0), + (32076,15768,0,0,0,1587.89,279.28,-43.0193,4.85202,300,300,0,0,2900,0,0,0), + (32077,1548,0,0,0,2850.26,94.7335,19.9566,1.55029,300,300,5,0,122,0,0,1), + (32078,1554,0,0,0,2812.84,-16.4504,32.4144,3.02617,300,300,5,0,156,0,0,1), + (32079,1548,0,0,0,2842.19,-381.487,77.003,0.307178,300,300,5,0,122,0,0,1), + (32080,1548,0,0,0,2883.7,-277.524,46.8063,1.66075,300,300,10,0,122,0,0,1), + (32081,1554,0,0,0,2789.59,-114.53,33.0318,0.291176,300,300,10,0,156,0,0,1), + (32082,1548,0,0,0,2949.77,-223.311,30.2738,4.45179,300,300,10,0,122,0,0,1), + (32083,1548,0,0,0,2978,-115.186,18.1899,2.82787,300,300,5,0,122,0,0,1), + (32084,1548,0,0,0,2753.82,-330.549,77.8045,3.8267,300,300,10,0,122,0,0,1), + (32085,1548,0,0,0,2789.63,17.9031,30.6347,4.69872,300,300,5,0,122,0,0,1), + (32086,1545,0,0,0,3016.6,-220.574,7.44219,3.95625,300,300,5,0,176,0,0,1), + (32087,1545,0,0,0,3049.15,-314.106,5.27871,2.75023,300,300,5,0,176,0,0,1), + (32088,1545,0,0,0,2990.24,18.4292,1.4472,0.323912,300,300,5,0,176,0,0,1), + (32089,4026,1,0,0,833.178,1788.14,-13.2843,1.20403,300,300,15,0,582,618,0,1), + (32090,4026,1,0,0,992.583,1642.01,14.1659,3.90456,300,300,5,0,582,618,0,1), + (32091,988,0,0,0,-10471.6,-3338.83,25.5541,1.0821,300,300,0,0,3517,2103,0,0), + (32092,984,0,0,0,-10406.9,-3256.55,22.211,2.53073,300,300,0,0,2972,0,0,0), + (32093,6026,0,0,0,-10459.2,-3279.76,21.5445,0.733038,900,900,0,0,7423,7071,0,0), + (32094,864,0,0,0,-10466.8,-3241.77,21.053,4.56951,300,300,0,0,3294,0,0,0), + (32095,8176,0,0,0,-10407,-3265.75,22.0295,0.506145,300,300,0,0,2972,0,0,0), + (32096,863,0,0,0,-10860,-4108.21,21.9055,5.5587,300,300,3,0,4108,0,0,1), + (32097,863,0,0,0,-10847.3,-4078.09,22.6185,5.00874,300,300,3,0,4108,0,0,1), + (32098,868,0,0,0,-10857.1,-4096.36,21.9338,1.3439,300,300,0,0,3866,1982,0,0), + (32099,863,0,0,0,-10838,-4096.47,22.1185,6.08558,300,300,3,0,4108,0,0,1), + (32100,863,0,0,0,-10860.7,-4081.34,22.1185,0.561759,300,300,3,0,4108,0,0,1), + (32103,7603,90,0,0,-484.079,561.437,-230.602,5.94259,7200,7200,2,0,853,0,0,1), + (32104,7603,90,0,0,-480.532,560.66,-230.601,2.62881,7200,7200,2,0,853,0,0,1), + (32105,4026,1,0,0,837.493,1721.17,-18.6814,0.348938,300,300,15,0,582,618,0,1), + (32106,4026,1,0,0,894.125,1729.81,-14.6024,4.90009,300,300,15,0,582,618,0,1), + (32108,4026,1,0,0,857.773,1523.09,-18.1332,4.75848,300,300,5,0,582,618,0,1), + (32109,4026,1,0,0,757.381,1645.07,-32.2701,6.14904,300,300,15,0,582,618,0,1), + (32110,4026,1,0,0,779.787,1654.63,-33.4092,1.8769,300,300,15,0,582,618,0,1), + (32111,4026,1,0,0,854.836,1638.82,-26.3465,4.58113,300,300,15,0,582,618,0,1), + (32112,4026,1,0,0,813.61,1661.32,-30.3548,1.74034,300,300,15,0,582,618,0,1), + (32113,4026,1,0,0,802.973,1671.59,-29.4124,1.81933,300,300,15,0,582,618,0,1), + (32114,4026,1,0,0,841.235,1663.23,-25.8754,5.3635,300,300,15,0,582,618,0,1), + (32115,4027,1,0,0,678.894,1938.23,2.01385,0.692738,300,300,15,0,684,693,0,1), + (32116,4027,1,0,0,635.666,1947.86,-7.44425,1.22403,300,300,15,0,684,693,0,1), + (32117,4027,1,0,0,722.892,1890.98,1.74151,4.33007,300,300,15,0,684,693,0,1), + (32118,4027,1,0,0,654.937,1926.98,-4.91283,1.99795,300,300,15,0,684,693,0,1), + (32119,4027,1,0,0,693.934,1964.4,11.2849,5.63853,300,300,3,0,684,693,0,1), + (32120,4027,1,0,0,720.833,1862.5,-4.33149,5.49786,300,300,15,0,684,693,0,1), + (32121,4027,1,0,0,666.075,1909.83,-3.16703,0.475011,300,300,15,0,684,693,0,1), + (32122,4027,1,0,0,686.113,1837.01,-12.1792,5.2771,300,300,15,0,684,693,0,1), + (32123,4027,1,0,0,629.982,1863.33,-10.6652,2.28091,300,300,15,0,684,693,0,1), + (32124,4027,1,0,0,671.243,1780.94,-11.9278,1.82533,300,300,15,0,684,693,0,1), + (32125,4027,1,0,0,607.089,1935.05,8.67508,5.63189,300,300,5,0,684,693,0,1), + (32126,4027,1,0,0,643.673,1878.57,-12.9008,4.58218,300,300,15,0,684,693,0,1), + (32127,4027,1,0,0,681.645,1519.52,-18.0157,0.739543,300,300,15,0,684,693,0,1), + (32128,4027,1,0,0,659.234,1454.06,-9.17287,5.74313,300,300,15,0,684,693,0,1), + (32129,4027,1,0,0,696.124,1462.97,-14.1656,3.44419,300,300,15,0,684,693,0,1), + (32130,4028,1,0,0,850.528,1643.93,-26.7928,4.61361,300,300,15,0,510,655,0,1), + (32131,4028,1,0,0,546.58,1647.29,-9.44412,2.3552,300,300,10,0,510,655,0,1), + (32132,4028,1,0,0,716.158,1578.23,-24.9002,0.173664,300,300,15,0,510,655,0,1), + (32133,4029,1,0,0,808.945,1737.14,-20.7479,6.04854,300,300,15,0,871,0,0,1), + (32134,4029,1,0,0,858.662,1639.48,-25.6678,1.65219,300,300,15,0,871,0,0,1), + (32135,4031,1,0,0,550.129,1642.05,-10.6234,5.26788,300,300,10,0,734,0,0,1), + (32136,4031,1,0,0,552.03,1710.5,-7.15987,5.58495,300,300,15,0,734,0,0,1), + (32137,4031,1,0,0,608.143,1551.82,-13.0434,4.53794,300,300,15,0,734,0,0,1), + (32138,4032,1,0,0,784.399,1474.47,-19.6889,0.501406,300,300,15,0,544,581,0,1), + (32139,4032,1,0,0,783.703,1830.71,-9.50283,5.61272,300,300,5,0,544,581,0,1), + (32140,4034,1,0,0,766.756,1762.08,-19.1088,0.551975,300,300,15,0,416,0,0,1), + (32141,4034,1,0,0,785.812,1582.91,-29.8904,0.906744,300,300,15,0,416,0,0,1), + (32142,4035,1,0,0,530.545,1681.44,-3.41284,2.71703,300,300,0,0,788,0,0,0), + (32143,4036,1,0,0,948.342,1422.38,16.6812,4.80923,300,300,2,0,544,581,0,1), + (32144,4036,1,0,0,1580.94,1098.3,143.779,3.9187,300,300,5,0,544,581,0,1), + (32145,4036,1,0,0,1310.22,1419.69,101.108,2.73516,300,300,15,0,544,581,0,1), + (32146,4036,1,0,0,1244.02,1461.15,77.0461,1.86975,300,300,15,0,544,581,0,1), + (32147,4036,1,0,0,1188.87,1530.21,59.6574,2.79791,300,300,5,0,544,581,0,1), + (32148,4036,1,0,0,966.687,1561.25,-7.24793,0.292111,300,300,15,0,544,581,0,1), + (32149,4036,1,0,0,1332.49,1432.21,106.604,0.734267,300,300,15,0,544,581,0,1), + (32150,4036,1,0,0,843.635,1578.72,-25.4069,4.00718,300,300,15,0,544,581,0,1), + (32151,4037,1,0,0,854.735,1852.47,-0.238275,2.02326,300,300,15,0,664,0,0,1), + (32152,4037,1,0,0,733.786,1727.95,-22.3221,0.483935,300,300,15,0,664,0,0,1), + (32153,4037,1,0,0,758.7,1515.92,-22.7617,3.31386,300,300,15,0,664,0,0,1), + (32154,4037,1,0,0,752.852,1879.99,0.94246,5.23824,300,300,15,0,664,0,0,1), + (32155,4037,1,0,0,785.87,1781.71,-15.7026,2.59173,300,300,15,0,664,0,0,1), + (32156,4038,1,0,0,478.304,1622.58,6.0387,3.15038,300,300,15,0,684,693,0,1), + (32157,4038,1,0,0,522.896,1651.75,-1.66286,3.70143,300,300,15,0,684,693,0,1), + (32158,4038,1,0,0,512.822,1726.07,2.14589,5.61195,300,300,15,0,684,693,0,1), + (32159,4038,1,0,0,518.984,1785.44,-0.265593,2.2843,300,300,15,0,684,693,0,1), + (32160,4038,1,0,0,610.648,1700.83,-16.2634,4.82391,300,300,15,0,684,693,0,1), + (32161,4038,1,0,0,566.893,1468.7,-1.96812,5.09291,300,300,15,0,684,693,0,1), + (32162,4038,1,0,0,517.603,1519.83,-0.563981,4.35728,300,300,15,0,684,693,0,1), + (32163,4041,1,0,0,524.272,1427.05,8.53787,5.1749,300,300,15,0,840,0,0,1), + (32164,4041,1,0,0,566.3,1651.6,-10.156,6.12221,300,300,5,0,840,0,0,1), + (32165,4041,1,0,0,567.636,1729.96,-8.75855,2.68319,300,300,15,0,840,0,0,1), + (32166,4041,1,0,0,549.102,1621.08,-8.54752,4.29813,300,300,15,0,840,0,0,1), + (32167,4041,1,0,0,680.878,1681.3,-23.837,0.002892,300,300,15,0,840,0,0,1), + (32168,4041,1,0,0,643.372,1734.49,-16.2217,5.05699,300,300,15,0,840,0,0,1), + (32169,4041,1,0,0,568.268,1765.65,-10.309,5.6572,300,300,5,0,840,0,0,1), + (32170,4041,1,0,0,619.601,1493.83,-10.8587,3.75344,300,300,15,0,840,0,0,1), + (32171,4041,1,0,0,593.084,1510.82,-9.23207,1.33329,300,300,15,0,840,0,0,1), + (32172,4041,1,0,0,513.315,1580.52,-1.39779,0.03701,300,300,15,0,840,0,0,1), + (32173,4041,1,0,0,554.237,1554.49,-7.7258,0.999048,300,300,15,0,840,0,0,1), + (32174,4042,1,0,0,819.675,1886.94,5.90419,3.90075,300,300,15,0,734,0,0,1), + (32175,4042,1,0,0,829.749,1489.99,-13.5663,4.97419,300,300,5,0,734,0,0,1), + (32176,4042,1,0,0,764.653,1487.22,-21.3188,3.22465,300,300,15,0,734,0,0,1), + (32177,4042,1,0,0,720.518,1650.91,-28.9775,3.83484,300,300,15,0,734,0,0,1), + (32178,4042,1,0,0,748.285,1816.37,-13.0294,3.85507,300,300,15,0,734,0,0,1), + (32179,4044,1,0,0,1364.43,1510.04,131.123,3.67545,300,300,3,0,663,0,0,1), + (32180,4044,1,0,0,1476.24,1008.54,145.527,0.785515,300,300,15,0,663,0,0,1), + (32181,4044,1,0,0,1501.53,1045.13,144.677,3.76318,300,300,15,0,663,0,0,1), + (32182,4044,1,0,0,1404.76,1437.69,123.869,5.81458,300,300,15,0,663,0,0,1), + (32183,4044,1,0,0,1247.34,1417.59,81.7326,2.3341,300,300,15,0,663,0,0,1), + (32184,4044,1,0,0,896.602,1610.85,-20.293,6.10456,300,300,15,0,663,0,0,1), + (32185,4044,1,0,0,995.112,1538.67,0.636249,3.50675,300,300,15,0,663,0,0,1), + (32186,4044,1,0,0,1634.87,1090.09,138.964,3.28763,300,300,15,0,663,0,0,1), + (32187,4044,1,0,0,1313.29,1482.17,103.076,1.47006,300,300,5,0,663,0,0,1), + (32188,721,1,0,0,161.641,-809.783,-1.74603,6.25191,300,300,5,0,1,0,0,1), + (32189,721,1,0,0,60.7274,-826.023,-5.60419,4.94151,300,300,5,0,1,0,0,1), + (32190,721,1,0,0,1157.74,-503.998,7.54294,2.53808,300,300,5,0,1,0,0,1), + (32191,721,1,0,0,1329.36,295.29,16.3785,2.4068,300,300,15,0,1,0,0,1), + (32192,721,1,0,0,169.291,-810.352,-1.22106,5.31861,300,300,5,0,1,0,0,1), + (32193,721,1,0,0,135.247,-416.027,7.28653,4.45179,300,300,5,0,1,0,0,1), + (32194,721,1,0,0,1454.01,-374.647,13.1572,1.15344,300,300,5,0,1,0,0,1), + (32195,721,1,0,0,127.051,-615.209,1.9861,5.73869,300,300,5,0,1,0,0,1), + (32196,721,1,0,0,981.211,160.012,22.1794,1.29506,300,300,15,0,1,0,0,1), + (32197,721,1,0,0,751.121,435.897,64.9099,2.92083,300,300,15,0,1,0,0,1), + (32198,721,1,0,0,1506.92,958.473,135.663,0.164807,300,300,5,0,1,0,0,1), + (32199,721,1,0,0,1410.51,826.008,141.653,1.98069,300,300,5,0,1,0,0,1), + (32200,721,1,0,0,1744.28,885.307,129.652,5.01591,300,300,15,0,1,0,0,1), + (32201,721,1,0,0,1694.32,-46.9527,105.585,6.08654,300,300,5,0,1,0,0,1), + (32202,721,1,0,0,185.388,163.728,49.4954,3.14378,300,300,15,0,1,0,0,1), + (32203,721,1,0,0,1190.84,689.196,158.658,2.87174,300,300,15,0,1,0,0,1), + (32204,4050,1,0,0,2408.77,1791.66,347.368,0.257347,300,300,2,0,1856,655,0,1), + (32205,4050,1,0,0,2412.1,1829.45,348.455,1.52043,300,300,5,0,1856,655,0,1), + (32206,4050,1,0,0,2400.83,1810.79,360.157,5.71279,300,300,0,0,1856,655,0,0), + (32207,4050,1,0,0,2396.08,1820.27,347.834,5.28024,300,300,5,0,1856,655,0,1), + (32208,4050,1,0,0,2405.89,1808.58,360.157,1.29329,300,300,0,0,1856,655,0,0), + (32209,4050,1,0,0,2343.82,1837.31,381.832,0.225255,300,300,0,0,1856,655,0,0), + (32210,4050,1,0,0,2366.52,1796.29,364.933,0.130625,300,300,5,0,1856,655,0,2), + (32211,4050,1,0,0,2420.39,1790.94,393.749,4.5204,300,300,0,0,1856,655,0,0), + (32212,4051,1,0,0,2511.81,1552.15,263.715,2.5479,300,300,15,0,555,581,0,1), + (32213,4051,1,0,0,2442.16,1489.85,265.102,5.37874,300,300,15,0,555,581,0,1), + (32214,4051,1,0,0,2530.7,1470.43,263.503,5.48275,300,300,5,0,555,581,0,1), + (32215,4051,1,0,0,2428.87,1440.5,267.277,1.63911,300,300,15,0,555,581,0,1), + (32216,4052,1,0,0,2523.34,1862.78,366.586,3.97935,300,300,0,0,1944,693,0,0), + (32217,4052,1,0,0,2393.93,1798.56,347.088,2.16429,300,300,5,0,1944,693,0,1), + (32218,4052,1,0,0,2390.36,1805.97,347.099,5.37846,300,300,5,0,1944,693,0,1), + (32219,4052,1,0,0,2437.79,1805.32,349.291,5.79881,300,300,5,0,1944,693,0,1), + (32220,4052,1,0,0,2444.71,1847.03,364.488,6.13634,300,300,2,0,1944,693,0,1), + (32221,4052,1,0,0,2472.22,1854.35,349.951,2.51805,300,300,5,0,1944,693,0,2), + (32222,4052,1,0,0,2420.15,1763.9,346.934,4.36332,300,300,0,0,1944,693,0,0), + (32223,4052,1,0,0,2409.18,1763.55,348.228,1.46608,300,300,0,0,1944,693,0,0), + (32224,4052,1,0,0,2476.75,1865.61,348.184,0.092836,300,300,3,0,1944,693,0,1), + (32225,4052,1,0,0,2421.11,1836.47,365.692,3.02702,300,300,5,0,1944,693,0,1), + (32226,4052,1,0,0,2454.12,1851.84,364.034,3.79966,300,300,5,0,1944,693,0,2), + (32227,4052,1,0,0,2471.57,1855.43,349.799,4.44071,300,300,3,0,1944,693,0,1), + (32228,4052,1,0,0,2413.48,1763.94,348.334,3.79381,300,300,5,0,1944,693,0,1), + (32229,4052,1,0,0,2487.37,1884.19,346.176,2.08962,300,300,3,0,1944,693,0,1), + (32230,4052,1,0,0,2475.83,1875.41,347.697,1.16152,300,300,3,0,1944,693,0,1), + (32231,4052,1,0,0,2493.49,1859.55,365.341,4.60663,300,300,3,0,1944,693,0,1), + (32232,4053,1,0,0,2522.76,1519.64,267.615,3.16113,300,300,5,0,544,581,0,1), + (32233,4053,1,0,0,2557.19,1522.97,264.985,2.06414,300,300,5,0,544,581,0,1), + (32234,4053,1,0,0,2483.81,1375.16,269.317,1.40349,300,300,15,0,544,581,0,1), + (32235,4053,1,0,0,2408.95,1453.22,269.722,6.08157,300,300,15,0,544,581,0,1), + (32236,4053,1,0,0,2490.58,1465.8,262.808,1.34941,300,300,15,0,544,581,0,1), + (32237,4056,1,0,0,2455.52,1919.98,363.412,0.141493,300,300,5,0,2329,0,0,1), + (32238,4056,1,0,0,2507.57,1996.17,346.86,3.95404,300,300,5,0,2329,0,0,1), + (32239,4056,1,0,0,2478.14,1982.93,335.207,5.4717,300,300,5,0,2329,0,0,1), + (32240,4056,1,0,0,2461.29,1992.85,339.454,3.5936,300,300,5,0,2329,0,0,1), + (32241,4056,1,0,0,2509.03,1964.5,330.947,1.63742,300,300,5,0,2329,0,0,1), + (32242,4056,1,0,0,2541.25,1993.92,348.476,4.1224,300,300,5,0,2329,0,0,1), + (32243,4056,1,0,0,2456.59,1926.55,362.984,1.59009,300,300,5,0,2329,0,0,2), + (32244,4056,1,0,0,2539.69,1991.5,349.61,2.05949,300,300,0,0,2329,0,0,0), + (32245,4312,1,0,0,968.077,1042.29,104.563,3.94444,600,600,0,0,7423,7071,0,0), + (32246,4056,1,0,0,2492.15,1973.88,330.713,3.55393,300,300,5,0,2329,0,0,1), + (32247,4056,1,0,0,2492.34,2005.94,342.589,0.720945,300,300,5,0,2329,0,0,1), + (32248,4057,1,0,0,2419.24,1515.12,271.989,1.20097,300,300,5,0,664,0,0,1), + (32249,4057,1,0,0,2544.92,1379.57,252.981,3.90963,300,300,10,0,664,0,0,1), + (32250,4057,1,0,0,2574.32,1492.71,256.874,2.24893,300,300,5,0,664,0,0,1), + (32251,4057,1,0,0,2506.69,1496.79,263.053,3.42905,300,300,15,0,664,0,0,1), + (32252,4057,1,0,0,2513.46,1429.79,266.964,5.96113,300,300,15,0,664,0,0,1), + (32253,4057,1,0,0,2489.65,1522.74,265.912,1.37627,300,300,15,0,664,0,0,1), + (32254,4057,1,0,0,2488.92,1417,267.262,5.09861,300,300,15,0,664,0,0,1), + (32255,4061,1,0,0,2511.05,1944.22,334.54,1.57626,300,300,5,0,2097,0,0,1), + (32256,4061,1,0,0,2531.57,1922.7,347.684,5.88176,300,300,3,0,2097,0,0,1), + (32257,4061,1,0,0,2499.79,1898.27,344.395,0.298034,300,300,3,0,2097,0,0,1), + (32258,4061,1,0,0,2520.93,1909.69,345.816,0.461369,300,300,3,0,2097,0,0,1), + (32259,4061,1,0,0,2568.56,1936.65,347.633,5.28946,300,300,5,0,2097,0,0,1), + (32260,4061,1,0,0,2462.61,1931.83,362.048,1.38989,300,300,3,0,2097,0,0,1), + (32261,4061,1,0,0,2500.51,1908.41,344.341,4.64258,300,300,3,0,2097,0,0,1), + (32262,4061,1,0,0,2498.5,1918.74,342.113,1.20337,300,300,5,0,2097,0,0,2), + (32263,4061,1,0,0,2502.61,1920.98,341.772,0.267877,300,300,5,0,2097,0,0,1), + (32264,4061,1,0,0,2568.57,1927.77,348.136,1.06465,300,300,0,0,2097,0,0,0), + (32265,4061,1,0,0,2456.55,1797.94,352.478,4.66507,300,300,5,0,2097,0,0,1), + (32266,4061,1,0,0,2507.91,1865.53,366.537,0.294888,300,300,2,0,2097,0,0,1), + (32267,4061,1,0,0,2560.17,1942.07,346.227,4.26433,300,300,5,0,2097,0,0,1), + (32268,4061,1,0,0,2531.23,1936.23,347.764,3.16705,300,300,3,0,2097,0,0,1), + (32269,4061,1,0,0,2465.31,1891.12,363.758,3.08923,300,300,3,0,2097,0,0,1), + (32270,4061,1,0,0,2522.01,1869.87,367.791,2.80954,300,300,0,0,2097,0,0,0), + (32271,4061,1,0,0,2474.47,1805.21,354.362,6.16438,300,300,5,0,2097,0,0,1), + (32272,4061,1,0,0,2482.53,1930.24,358.813,3.0849,300,300,3,0,2097,0,0,1), + (32273,4066,1,0,0,2542.8,1997.04,347.735,4.61705,43200,43200,0,0,2433,852,0,0), + (32274,4067,1,0,0,2603.31,1736.16,320.384,4.73202,300,300,5,0,617,0,0,1), + (32275,4067,1,0,0,2522.19,1342.57,258.874,0.005859,300,300,15,0,617,0,0,1), + (32276,4067,1,0,0,2339.08,1313.63,284.433,3.33268,300,300,5,0,617,0,0,1), + (32277,4067,1,0,0,2579.43,1674.98,293.911,4.69188,300,300,5,0,617,0,0,1), + (32278,4067,1,0,0,2503.62,1701.12,307.218,5.57795,300,300,15,0,617,0,0,1), + (32279,4067,1,0,0,2655.56,1632.02,281.732,1.39505,300,300,3,0,617,0,0,1), + (32280,4067,1,0,0,2542.49,1730.35,315.211,2.5628,300,300,3,0,617,0,0,1), + (32281,4067,1,0,0,2593.3,1620.45,275.349,1.35827,300,300,15,0,617,0,0,1), + (32282,4067,1,0,0,2627.15,1672.72,293.853,1.46122,300,300,15,0,617,0,0,1), + (32283,4067,1,0,0,2619.18,1562.54,264.318,5.55306,300,300,5,0,617,0,0,1), + (32284,4067,1,0,0,2657.44,1569.87,260.978,5.69789,300,300,5,0,617,0,0,1), + (32285,4067,1,0,0,2587.06,1559.79,268.213,4.3454,300,300,5,0,617,0,0,1), + (32286,4067,1,0,0,2516.98,1619.75,272.888,3.61616,300,300,5,0,617,0,0,1), + (32287,4067,1,0,0,2555,1648.58,283.869,1.33931,300,300,5,0,617,0,0,1), + (32288,4067,1,0,0,2541.94,1677.84,295.802,6.19032,300,300,5,0,617,0,0,1), + (32289,4070,1,0,0,1592.62,149.683,99.4046,4.79844,300,300,2,0,494,0,0,2), + (32290,4070,1,0,0,1624.69,112.277,105.365,2.32781,300,300,0,0,494,0,0,0), + (32291,4070,1,0,0,1631.86,115.879,116.168,2.75762,300,300,0,0,494,0,0,0), + (32292,4072,1,0,0,-278.16,-401.357,18.9558,0.017453,300,300,0,0,919,0,0,0), + (32293,4072,1,0,0,-267.003,-403.446,17.5948,2.3911,300,300,0,0,919,0,0,0), + (32294,4072,1,0,0,-265.448,-399.296,17.2284,3.735,300,300,0,0,919,0,0,0), + (32295,4073,1,0,0,1406.56,113.615,16.2641,5.15854,300,300,5,0,617,0,0,2), + (32296,4074,1,0,0,1072.89,116.312,6.08468,5.10178,300,300,0,0,617,0,0,2), + (32297,4075,1,0,0,793.266,1810.93,-13.1178,3.02676,300,300,5,0,8,0,0,1), + (32298,4075,1,0,0,1267.05,1453.43,82.4949,4.64498,300,300,15,0,8,0,0,1), + (32299,4075,1,0,0,679.948,1873.6,-6.38862,0.026361,300,300,5,0,8,0,0,1), + (32300,4075,1,0,0,1539.91,1390.17,156.839,0.97187,300,300,10,0,8,0,0,1), + (32301,4075,1,0,0,549.173,1479.26,-1.77771,5.26469,300,300,15,0,8,0,0,1), + (32302,4075,1,0,0,790.016,1523.25,-23.9956,6.19032,300,300,15,0,8,0,0,1), + (32303,4076,1,0,0,587.84,1577.49,-10.2393,1.5813,300,300,15,0,8,0,0,1), + (32304,4076,1,0,0,489.581,1755.91,7.85617,0.949752,300,300,5,0,8,0,0,1), + (32305,4076,1,0,0,561.656,1718.39,-7.4722,3.17432,300,300,15,0,8,0,0,1), + (32306,4076,1,0,0,965.771,1691.91,-9.17792,2.53111,300,300,15,0,8,0,0,1), + (32307,4076,1,0,0,967.708,1542.71,-5.69425,0.267517,300,300,5,0,8,0,0,1), + (32308,4077,1,0,0,730.224,339.513,64.4819,0.890118,300,300,0,0,900,0,0,0), + (32309,5870,1,0,0,1016.04,988.352,105.1,2.84489,300,300,0,0,1380,0,0,0), + (32310,4080,1,0,0,739.977,320.772,63.4123,5.74213,300,300,0,0,614,0,0,0), + (32311,4082,1,0,0,1006.41,1005.47,104.987,3.97935,300,300,0,0,1764,0,0,0), + (32312,4083,1,0,0,911.092,920.653,114.567,3.26377,300,300,0,0,1172,0,0,0), + (32313,4084,1,0,0,2715.86,1512.97,236.897,4.86947,300,300,0,0,1172,0,0,0), + (32314,4085,1,0,0,1608.37,184.172,104.558,3.89208,300,300,0,0,1172,0,0,0), + (32315,4086,1,0,0,1231.9,402.794,65.4724,4.7822,300,300,0,0,1172,0,0,0), + (32316,6141,1,0,0,1542.79,904.972,150.828,4.19843,300,300,5,0,531,0,0,2), + (32317,6141,1,0,0,1376.92,948.651,176.785,4.28563,300,300,0,0,531,0,0,0), + (32318,3585,1,0,0,2677.34,394.207,69.8261,5.72468,300,300,0,0,465,0,0,0), + (32319,6145,1,0,0,2853.85,-381.661,88.1685,4.26621,300,300,5,0,42,0,0,1), + (32320,6145,1,0,0,2586.49,-400.645,94.0977,0.744546,300,300,5,0,42,0,0,1), + (32321,6145,1,0,0,2817.94,-509.566,89.1544,2.28356,300,300,5,0,42,0,0,1), + (32322,6145,1,0,0,3405.31,1164.45,-33.6006,6.00435,300,300,5,0,42,0,0,1), + (32323,6145,1,0,0,2785.6,-230.194,98.1405,6.14654,300,300,0,0,42,0,0,0), + (32324,6145,1,0,0,2860.14,-325.645,85.2784,5.46421,300,300,5,0,42,0,0,1), + (32326,6145,1,0,0,2620.59,-409.166,102.681,4.4123,300,300,5,0,42,0,0,1), + (32328,3845,1,0,0,2795.75,-299.374,107.183,1.71042,300,300,0,0,1240,0,0,0), + (32329,3846,1,0,0,3470.04,847.092,5.45882,1.22173,300,300,0,0,385,0,0,0), + (32330,3847,1,0,0,3189.6,175.47,4.68551,0.244346,300,300,0,0,838,0,0,0), + (32331,3848,1,0,0,2954.25,-3215.41,169.205,3.49066,300,300,0,0,1684,0,0,0), + (32332,4619,1,0,0,3042.52,-2797.43,196.595,0.783836,300,300,0,0,1163,0,0,0), + (32333,12818,1,0,0,3347.35,-694.701,159.926,3.05433,300,300,0,0,1309,0,0,0), + (32334,15131,1,0,0,2327.36,-2531.44,101.348,3.10669,300,300,0,0,2972,0,0,0), + (32335,11806,1,0,0,3261.17,165.819,9.41943,2.07694,300,300,0,0,482,0,0,0), + (32341,12836,1,0,0,2179.72,-975.464,96.4696,0.371584,600,600,5,0,3660,0,0,2), + (32342,12837,1,0,0,2331.42,-2573.9,102.857,0.401426,300,300,0,0,1309,0,0,0), + (32343,14887,1,0,0,3301.05,-3732.57,173.544,2.9147,172800,345600,0,0,832750,0,0,0), + (32344,3880,1,0,0,2636.49,417.815,74.1523,5.58505,300,300,0,0,1240,0,0,0), + (32345,11820,1,0,0,2073.24,-2417.15,87.1501,3.1765,300,300,0,0,1454,0,0,0), + (32346,3885,1,0,0,2089.5,-1171.56,101.876,2.54818,300,300,0,0,1240,0,0,0), + (32347,3888,1,0,0,2768.44,-411.098,111.463,1.62316,300,300,0,0,919,0,0,0), + (32348,3891,1,0,0,3045.78,528.706,4.94823,1.95477,300,300,0,0,570,0,0,0), + (32349,3892,1,0,0,2685.18,-456.946,110.185,2.05949,300,300,0,0,64,0,0,0), + (32350,11829,1,0,0,2313.46,-2517.67,103.581,4.66003,300,300,0,0,2666,0,0,0), + (32351,3894,1,0,0,2682.14,-454.808,109.233,1.88496,300,300,0,0,980,0,0,0), + (32352,12856,1,0,0,1804.44,-2440.47,89.0141,4.62709,300,300,5,0,569,581,0,1), + (32353,12856,1,0,0,1743.69,-2335.42,115.466,4.79685,300,300,5,0,569,581,0,1), + (32354,12856,1,0,0,1746.22,-2392.39,104.779,5.20788,300,300,5,0,569,581,0,1), + (32355,12856,1,0,0,1952.05,-2546.59,76.8202,5.9775,300,300,5,0,569,581,0,1), + (32356,12856,1,0,0,2003.3,-2580.79,94.6903,4.26797,300,300,10,0,569,581,0,1), + (32357,12856,1,0,0,2001.47,-2482.13,92.243,4.02752,300,300,5,0,569,581,0,1), + (32358,12856,1,0,0,1863.14,-2685.91,93.27,1.1735,300,300,5,0,569,581,0,1), + (32359,12856,1,0,0,2018.93,-2689.83,105.799,0.026554,300,300,5,0,569,581,0,1), + (32360,12856,1,0,0,1954.48,-2703.97,108.839,1.07917,300,300,5,0,569,581,0,1), + (32361,12856,1,0,0,1965.68,-2666.29,100.031,5.22499,300,300,5,0,569,581,0,1), + (32362,12856,1,0,0,1971.31,-2458.63,88.5769,5.06715,300,300,5,0,569,581,0,1), + (32363,12856,1,0,0,1975.44,-2502.32,87.3417,4.43852,300,300,5,0,569,581,0,1), + (32364,12856,1,0,0,1786.42,-2562.15,83.353,3.21512,300,300,5,0,569,581,0,1), + (32365,12856,1,0,0,1960.59,-2635.88,91.0086,4.21785,300,300,5,0,569,581,0,1), + (32366,12856,1,0,0,1888.41,-2598.28,76.6479,5.297,300,300,5,0,569,581,0,1), + (32367,12856,1,0,0,1737.92,-2468.7,96.0357,2.54263,300,300,5,0,569,581,0,1), + (32368,12856,1,0,0,1882.36,-2392.49,86.8284,0.31242,300,300,5,0,569,581,0,1), + (32369,12856,1,0,0,1928.89,-2671.93,98.3556,0.052917,300,300,5,0,569,581,0,1), + (32370,12856,1,0,0,1887.73,-2482.09,70.0649,5.75287,300,300,10,0,569,581,0,1), + (32371,12856,1,0,0,1841.4,-2447.05,81.5345,0.967424,300,300,5,0,569,581,0,1), + (32372,3897,1,0,0,1787.09,-1231.98,150.916,5.28835,300,300,0,0,430,0,0,0), + (32373,12858,1,0,0,1778.68,-2241.09,107.942,0.314159,300,300,0,0,1299,0,0,0), + (32378,12859,1,0,0,1775.05,-2241.5,106.812,3.15905,300,300,0,0,532,0,0,0), + (32379,12859,1,0,0,1776.5,-2244.44,106.521,6.17846,300,300,0,0,532,0,0,0), + (32380,12859,1,0,0,1775.11,-2238.94,106.888,3.29867,300,300,0,0,532,0,0,0), + (32381,3901,1,0,0,2622.5,446.768,73.7489,2.77507,300,300,0,0,1309,0,0,0), + (32382,12862,1,0,0,2045.41,-2396.98,87.8666,1.99619,300,300,0,0,1454,756,0,0), + (32383,12863,1,0,0,3357.72,995.135,4.76615,0.698132,300,300,0,0,1528,811,0,0), + (32384,10559,1,0,0,3962.51,970.98,-0.640514,1.84775,19990,19990,0,0,508,545,0,0), + (32385,12867,1,0,0,2054.63,-2400.39,87.825,4.06662,300,300,0,0,2016,0,0,0), + (32386,10052,1,0,0,2737.16,-405.191,109.184,2.61799,300,300,0,0,1605,0,0,0), + (32387,12616,1,0,0,2305.64,-2520.15,103.893,5.2709,600,600,0,0,7822,7071,0,0), + (32388,6731,1,0,0,2365,648.994,152.894,0.174533,300,300,0,0,1380,0,0,0), + (32389,3915,1,0,0,2762.71,-415.493,111.475,3.83448,300,300,0,0,617,0,0,0), + (32390,3916,1,0,0,2896.49,-1387.24,208.145,5.70683,300,300,0,0,864,0,0,0), + (32391,3917,1,0,0,2009.15,-899.827,81.3055,6.17361,300,300,10,0,544,581,0,1), + (32392,3917,1,0,0,1985.34,-958.047,51.2163,5.93151,300,300,10,0,544,581,0,1), + (32393,3917,1,0,0,1957.1,-967.59,59.8302,1.79817,300,300,10,0,544,581,0,1), + (32394,12877,1,0,0,2271.91,-2511.46,102.637,3.47321,300,300,0,0,2016,0,0,0), + (32395,3917,1,0,0,1853.33,-1253.93,83.2336,2.7373,300,300,10,0,544,581,0,1), + (32396,3917,1,0,0,1876.04,-1087.91,73.4337,1.5708,300,300,10,0,544,581,0,1), + (32397,3917,1,0,0,1895.84,-1305.89,86.4896,4.66755,300,300,10,0,544,581,0,1), + (32398,3917,1,0,0,1963.99,-1290.63,65.6451,0,300,300,10,0,544,581,0,1), + (32399,3917,1,0,0,1976.52,-1270.91,62.3705,4.1411,300,300,10,0,544,581,0,1), + (32400,3917,1,0,0,2002.08,-1275.75,68.7719,4.71239,300,300,10,0,544,581,0,1), + (32401,3917,1,0,0,1945.87,-1086.45,80.5476,3.38691,300,300,10,0,544,581,0,1), + (32402,3917,1,0,0,1910.09,-1064.78,67.2693,0.015624,300,300,10,0,544,581,0,1), + (32403,3917,1,0,0,1911.13,-1136.32,71.7567,4.22778,300,300,10,0,544,581,0,1), + (32404,3917,1,0,0,1904,-1234.47,68.7134,1.20334,300,300,10,0,544,581,0,1), + (32405,3917,1,0,0,1971.31,-1201.6,59.8145,3.57073,300,300,10,0,544,581,0,1), + (32406,3917,1,0,0,1897.6,-1195.88,77.0295,4.34676,300,300,10,0,544,581,0,1), + (32407,3917,1,0,0,1919.5,-1224.06,66.3743,5.49922,300,300,10,0,544,581,0,1), + (32408,3917,1,0,0,1930.38,-1241.92,58.4058,0.650337,300,300,10,0,544,581,0,1), + (32409,3917,1,0,0,2081.21,-975.649,96.728,3.35624,300,300,10,0,544,581,0,1), + (32410,3917,1,0,0,2033.92,-960.743,84.4851,5.10523,300,300,10,0,544,581,0,1), + (32411,3917,1,0,0,2081.34,-1236.67,98.1509,3.42472,300,300,10,0,544,581,0,1), + (32412,3917,1,0,0,1994.24,-1070.94,95.0961,2.76934,300,300,10,0,544,581,0,1), + (32413,3917,1,0,0,1988.13,-1146.33,82.4527,3.68352,300,300,10,0,544,581,0,1), + (32414,3917,1,0,0,1997.6,-1050.17,95.6676,1.21294,300,300,10,0,544,581,0,1), + (32415,3917,1,0,0,1954.98,-1048.39,94.2087,3.59215,300,300,10,0,544,581,0,1), + (32416,3917,1,0,0,1958.73,-1008.68,77.2919,1.92408,300,300,10,0,544,581,0,1), + (32417,3917,1,0,0,2018.67,-1042.78,84.3793,4.83674,300,300,10,0,544,581,0,1), + (32418,3917,1,0,0,2080.62,-1017.55,96.3733,0.752807,300,300,10,0,544,581,0,1), + (32419,3917,1,0,0,2053.68,-1068.15,94.2211,5.32504,300,300,10,0,544,581,0,1), + (32420,3917,1,0,0,1999.55,-1152.56,80.6255,2.41408,300,300,10,0,544,581,0,1), + (32421,3917,1,0,0,1940.09,-1171.98,64.3597,3.53262,300,300,10,0,544,581,0,1), + (32422,3917,1,0,0,2000.87,-1214.95,60.3939,3.6542,300,300,10,0,544,581,0,1), + (32423,3917,1,0,0,1876.46,-1306.84,82.3311,4.29145,300,300,10,0,544,581,0,1), + (32424,3917,1,0,0,1914.86,-986.527,82.1531,3.86137,300,300,10,0,544,581,0,1), + (32425,8015,1,0,0,2402.83,-1731.14,159.618,1.64061,300,300,0,0,3105,0,0,0), + (32426,8015,1,0,0,2408.29,-1725.96,197.143,6.26573,300,300,0,0,3105,0,0,0), + (32427,8015,1,0,0,2408.56,-1704.61,153.353,1.43117,300,300,0,0,3105,0,0,0), + (32428,8015,1,0,0,2400.8,-1720.88,197.143,1.90241,300,300,0,0,3105,0,0,0), + (32429,8015,1,0,0,2368.04,-1705.59,152.941,1.41372,300,300,0,0,3105,0,0,0), + (32430,3919,1,0,0,3056.34,-1721.4,170.112,0.319898,300,300,5,0,788,0,0,1), + (32431,3663,1,0,0,3185.46,189.38,4.7517,0.471239,300,300,0,0,860,0,0,0), + (32432,3919,1,0,0,3377.05,-1654.76,168.711,4.14716,300,300,15,0,788,0,0,1), + (32433,3919,1,0,0,3399.78,-1475.61,167.749,0.176709,300,300,5,0,788,0,0,1), + (32434,3919,1,0,0,3067.87,-1627.46,182.972,2.05541,300,300,15,0,788,0,0,1), + (32435,3919,1,0,0,3363.18,-1441.81,174.624,4.45059,300,300,0,0,788,0,0,0), + (32436,3919,1,0,0,3349.31,-1453.99,167.086,2.04668,300,300,5,0,788,0,0,1), + (32437,3919,1,0,0,3327.83,-1457.55,186.294,6.10865,300,300,0,0,788,0,0,0), + (32438,3920,1,0,0,2950.1,-2816.79,212.652,1.79769,300,300,0,0,1240,0,0,0), + (32439,3664,1,0,0,2340.17,242.212,154.548,0.750492,300,300,0,0,792,2317,0,0), + (32440,3921,1,0,0,3436.98,-630.226,168.625,1.55334,300,300,0,0,671,557,0,0), + (32441,3921,1,0,0,3366.47,-676.18,161.292,0.942478,300,300,0,0,671,557,0,0), + (32442,3921,1,0,0,3439.42,-656.246,176.014,2.16014,300,300,0,0,671,557,0,0), + (32443,3921,1,0,0,3490.17,-503.22,187.086,1.0472,300,300,0,0,671,557,0,0), + (32444,3921,1,0,0,3496.6,-560.53,182.05,2.783,300,300,6,0,671,557,0,2), + (32445,3921,1,0,0,3463.83,-583.105,174.247,1.27507,300,300,0,0,671,557,0,0), + (32446,3921,1,0,0,3384.45,-626.156,179.497,4.80984,300,300,0,0,671,557,0,0), + (32447,3921,1,0,0,3358.81,-611.041,179.545,5.61543,300,300,0,0,671,557,0,0), + (32448,3921,1,0,0,3388.2,-602.106,189.134,3.47016,300,300,0,0,671,557,0,0), + (32449,3921,1,0,0,3409.44,-704.162,174.296,3.98015,300,300,0,0,671,557,0,0), + (32450,3921,1,0,0,3360.99,-754.439,164.295,1.56181,300,300,0,0,671,557,0,0), + (32451,6738,1,0,0,2781.16,-432.997,116.665,2.58309,300,300,0,0,993,0,0,0), + (32452,3922,1,0,0,3323.1,-738.043,165.477,2.66464,300,300,0,0,568,581,0,0), + (32453,3922,1,0,0,3353.76,-740.678,163.474,3.18135,300,300,0,0,568,581,0,0), + (32454,3922,1,0,0,3336.14,-667.885,162.76,5.29892,300,300,5,0,568,581,0,1), + (32455,3922,1,0,0,3466.46,-630.166,184.081,4.41935,300,300,0,0,568,581,0,0), + (32456,3922,1,0,0,3442.84,-683.376,176.028,4.37637,300,300,0,0,568,581,0,0), + (32457,3922,1,0,0,3447.23,-598.323,174.421,0.491643,300,300,5,0,568,581,0,2), + (32458,3922,1,0,0,3419.4,-616.579,183.531,0.926689,300,300,0,0,568,581,0,0), + (32459,3922,1,0,0,3510.46,-490.933,187.396,2.93257,300,300,0,0,568,581,0,0), + (32460,3922,1,0,0,3393.95,-588.298,188.963,0.334177,300,300,0,0,568,581,0,0), + (32461,3922,1,0,0,3425.04,-596.445,178.331,3.23714,300,300,5,0,568,581,0,1), + (32462,3922,1,0,0,3447.31,-648.618,177.241,6.27884,300,300,0,0,568,581,0,0), + (32463,3922,1,0,0,3411.02,-657.513,176.18,6.07208,300,300,5,0,568,581,0,1), + (32464,3922,1,0,0,3398.27,-666.816,176.592,1.29007,300,300,5,0,568,581,0,1), + (32465,3922,1,0,0,3377.33,-737.977,167.42,5.11424,300,300,0,0,568,581,0,0), + (32466,3922,1,0,0,3347.54,-768.721,168.208,5.46288,300,300,0,0,568,581,0,0), + (32467,3922,1,0,0,3374.74,-770.553,168.771,5.99063,300,300,0,0,568,581,0,0), + (32468,3923,1,0,0,3308.63,-687.983,162.042,1.92384,300,300,0,0,692,557,0,0), + (32469,3923,1,0,0,3356.99,-647.597,177.681,1.05137,300,300,0,0,692,557,0,0), + (32470,3923,1,0,0,3453.26,-662.27,178.35,1.15746,300,300,0,0,692,557,0,0), + (32471,3923,1,0,0,3379.48,-701.013,170.098,2.38738,300,300,0,0,692,557,0,0), + (32472,3923,1,0,0,3426.66,-693.691,175.482,2.93388,300,300,0,0,692,557,0,0), + (32473,3924,1,0,0,3251.47,-384.069,153.286,4.20753,300,300,5,0,555,581,0,1), + (32474,3924,1,0,0,3264.61,-370.071,153.161,2.16067,300,300,5,0,555,581,0,1), + (32475,3924,1,0,0,3256.92,-586.052,157.987,6.04104,300,300,0,0,555,581,0,0), + (32476,3924,1,0,0,3272.98,-580.01,157.171,3.47021,300,300,0,0,555,581,0,0), + (32477,3924,1,0,0,3275.57,-592.588,158.065,1.8675,300,300,0,0,555,581,0,0), + (32478,3924,1,0,0,3253.07,-358.985,155.12,5.79449,300,300,0,0,555,581,0,0), + (32479,3924,1,0,0,3312.33,-521.123,159.271,2.8657,300,300,5,0,555,581,0,1), + (32480,3924,1,0,0,3332.08,-480.445,155.226,0.723862,300,300,0,0,555,581,0,0), + (32481,3924,1,0,0,3357.88,-486.252,154.301,1.50098,300,300,0,0,555,581,0,0), + (32482,3924,1,0,0,3452.82,-366.229,135.095,3.08923,300,300,0,0,555,581,0,0), + (32483,3924,1,0,0,3444.51,-381.19,136.041,0.101193,300,300,0,0,555,581,0,0), + (32484,3924,1,0,0,3029.69,-178.646,103.53,6.13818,300,300,5,0,555,581,0,1), + (32485,3924,1,0,0,3176.41,-151.188,104.862,4.19543,300,300,0,0,555,581,0,0), + (32486,3924,1,0,0,3153.75,-121.074,101.13,4.78297,300,300,0,0,555,581,0,0), + (32487,3924,1,0,0,3413.61,-317.513,134.369,4.74713,300,300,3,0,555,581,0,1), + (32488,3924,1,0,0,3310.76,-484.874,154.502,4.95117,300,300,15,0,555,581,0,1), + (32489,3924,1,0,0,3416.19,-379.263,137.393,0.326103,300,300,15,0,555,581,0,1), + (32490,3924,1,0,0,3184.93,-235.566,116.736,2.25479,300,300,15,0,555,581,0,1), + (32491,3924,1,0,0,3179.81,-254.294,118.647,5.79882,300,300,0,0,555,581,0,0), + (32492,3924,1,0,0,3195.34,-265.097,120.897,5.25616,300,300,0,0,555,581,0,0), + (32493,3924,1,0,0,3178.81,-271.68,120.871,0.890118,300,300,0,0,555,581,0,0), + (32494,3924,1,0,0,3145.94,-246.431,115.779,2.21595,300,300,15,0,555,581,0,1), + (32495,3924,1,0,0,2943.09,-83.8797,99.034,5.11825,300,300,10,0,555,581,0,1), + (32496,3924,1,0,0,2965.91,-86.5254,97.723,5.8625,300,300,0,0,555,581,0,0), + (32497,3924,1,0,0,2981.78,-86.4844,99.6927,6.26561,300,300,15,0,555,581,0,1), + (32498,3924,1,0,0,3009.73,-86.6333,99.7185,4.18986,300,300,0,0,555,581,0,0), + (32499,3924,1,0,0,3048.42,-46.0318,97.9058,3.48304,300,300,15,0,555,581,0,1), + (32500,3924,1,0,0,3120.52,-89.7765,101.797,5.77058,300,300,15,0,555,581,0,1), + (32501,3924,1,0,0,2984.77,-121.952,99.5344,5.35504,300,300,5,0,555,581,0,1), + (32502,3925,1,0,0,3222.71,-581.197,158.441,0.414631,300,300,15,0,680,557,0,1), + (32503,3925,1,0,0,3256.65,-552.264,156.838,0.182735,300,300,15,0,680,557,0,1), + (32504,3925,1,0,0,3346.07,-487.437,154.374,5.18355,300,300,0,0,680,557,0,0), + (32505,3925,1,0,0,3217.46,-604.135,170.429,2.24913,300,300,5,0,680,557,0,1), + (32506,3925,1,0,0,3278.43,-564.115,156.107,5.03326,300,300,15,0,680,557,0,1), + (32507,3925,1,0,0,3369.12,-476.584,154.301,3.00197,300,300,0,0,680,557,0,0), + (32508,3925,1,0,0,3442.72,-363.599,134.186,3.79681,300,300,0,0,680,557,0,0), + (32509,3925,1,0,0,3052.37,-181.83,105.571,5.67124,300,300,5,0,680,557,0,1), + (32510,3925,1,0,0,3212.3,-130.291,106.197,4.67099,300,300,5,0,680,557,0,1), + (32511,3925,1,0,0,3355.76,-457.639,153.889,4.16368,300,300,5,0,680,557,0,1), + (32512,3925,1,0,0,3410.93,-355.034,135.141,4.21715,300,300,15,0,680,557,0,2), + (32513,3925,1,0,0,3252.34,-416.985,152.372,5.92407,300,300,5,0,680,557,0,1), + (32514,3925,1,0,0,3287.01,-412.915,150.029,1.36729,300,300,5,0,680,557,0,1), + (32515,3925,1,0,0,3164.49,-137.472,101.001,5.6022,300,300,0,0,680,557,0,0), + (32516,3925,1,0,0,3014.53,-147.931,100.755,1.41286,300,300,5,0,680,557,0,2), + (32517,3925,1,0,0,3266.04,-230.644,121.55,0.342767,300,300,15,0,680,557,0,1), + (32518,3925,1,0,0,3415.81,-415.782,147.88,0.114828,300,300,5,0,680,557,0,1), + (32519,3925,1,0,0,3230.53,-225.786,117.793,1.76743,300,300,15,0,680,557,0,1), + (32520,3925,1,0,0,3318.4,-420.494,149.342,5.64775,300,300,5,0,680,557,0,1), + (32521,3925,1,0,0,2917.69,-119.154,99.4666,3.11268,300,300,5,0,680,557,0,1), + (32522,3925,1,0,0,2934.07,-109.489,97.047,5.51081,300,300,0,0,680,557,0,0), + (32523,3925,1,0,0,3151.81,-180.865,109.181,1.12386,300,300,15,0,680,557,0,1), + (32524,3926,1,0,0,3257.77,-574.372,156.457,4.39516,300,300,15,0,627,557,0,1), + (32525,3926,1,0,0,3165.96,-530.7,145.287,5.15332,300,300,15,0,627,557,0,1), + (32526,3926,1,0,0,3439.77,-387.881,136.932,0.128644,300,300,5,0,627,557,0,1), + (32527,3926,1,0,0,3491.06,-494.574,184.245,3.01019,300,300,5,0,627,557,0,2), + (32528,3926,1,0,0,3284.99,-554.022,156.245,4.52703,300,300,15,0,627,557,0,2), + (32529,3928,1,0,0,1836.24,-2742.01,93.8771,0.328135,300,300,5,0,494,0,0,1), + (32530,3928,1,0,0,1810.03,-2860.4,108.71,4.58381,300,300,5,0,494,0,0,1), + (32531,3928,1,0,0,1844.54,-2367.15,107.868,0.142663,300,300,5,0,494,0,0,1), + (32532,3928,1,0,0,1403.58,-2376.15,107.785,2.21899,300,300,10,0,494,0,0,1), + (32533,3928,1,0,0,1495.35,-2295.45,91.9524,4.92208,300,300,5,0,494,0,0,1), + (32534,3928,1,0,0,1450.58,-2410.9,109.644,4.55848,300,300,5,0,494,0,0,1), + (32535,3928,1,0,0,2142.9,-2796.22,116.66,3.00052,300,300,5,0,494,0,0,1), + (32536,3928,1,0,0,1991.14,-2762.48,144.912,1.8153,300,300,5,0,494,0,0,1), + (32537,3928,1,0,0,2047.65,-2743.61,112.491,4.40053,300,300,5,0,494,0,0,1), + (32538,3928,1,0,0,1824.42,-2329.29,124.173,1.42171,300,300,5,0,494,0,0,1), + (32539,3928,1,0,0,1844.06,-2815.27,95.4331,3.53792,300,300,5,0,494,0,0,1), + (32540,3928,1,0,0,2079.05,-2695.48,105.92,5.48467,300,300,5,0,494,0,0,1), + (32541,3928,1,0,0,1956.7,-2718.33,119.409,5.53788,300,300,5,0,494,0,0,1), + (32542,3928,1,0,0,1898.13,-2726.98,102.838,6.15786,300,300,10,0,494,0,0,1), + (32543,3928,1,0,0,1992.81,-2816.08,115.181,0.578791,300,300,10,0,494,0,0,1), + (32544,3928,1,0,0,1687.08,-2235.42,101.646,3.83656,300,300,5,0,494,0,0,1), + (32545,3928,1,0,0,1881.33,-2779.34,99.2394,1.69023,300,300,10,0,494,0,0,1), + (32546,3928,1,0,0,1997.59,-2611.87,95.5249,0.313721,300,300,3,0,494,0,0,1), + (32547,3928,1,0,0,2190.76,-2813.24,122.124,1.06693,300,300,5,0,494,0,0,1), + (32548,3928,1,0,0,1780.76,-2378.26,100.088,1.2166,300,300,5,0,494,0,0,1), + (32549,3928,1,0,0,2002.7,-2580.65,94.7143,0.791853,300,300,5,0,494,0,0,1), + (32550,3928,1,0,0,1974.39,-2588.18,85.8001,4.31186,300,300,10,0,494,0,0,1), + (32551,3928,1,0,0,1847.06,-2675.87,95.27,2.42873,300,300,5,0,494,0,0,1), + (32552,3928,1,0,0,1982.76,-2675.08,102.755,4.89486,300,300,5,0,494,0,0,1), + (32553,3928,1,0,0,1393.59,-2330.39,96.7396,1.09526,300,300,10,0,494,0,0,1), + (32554,3928,1,0,0,1677.8,-2586.89,103.907,2.49126,300,300,0,0,494,0,0,0), + (32555,3928,1,0,0,1748.47,-2342.35,112.099,4.62861,300,300,5,0,494,0,0,1), + (32556,3928,1,0,0,1705.75,-2600.62,101.265,1.60564,300,300,0,0,494,0,0,0), + (32557,3928,1,0,0,1774.93,-2605.9,89.7857,5.94116,300,300,0,0,494,0,0,0), + (32558,3928,1,0,0,2041.39,-2721.2,110.29,2.57674,300,300,5,0,494,0,0,1), + (32559,3928,1,0,0,1411.01,-2275.49,92.2996,1.72257,300,300,5,0,494,0,0,1), + (32560,3928,1,0,0,1852.22,-2591.09,80.7282,0.578554,300,300,0,0,494,0,0,0), + (32561,3928,1,0,0,1768.64,-2593.96,88.2655,4.63951,300,300,5,0,494,0,0,1), + (32562,3928,1,0,0,1858.09,-2514.89,68.8658,2.71759,300,300,10,0,494,0,0,1), + (32563,3928,1,0,0,1836.4,-2396.87,88.7318,0.844803,300,300,5,0,494,0,0,1), + (32564,3928,1,0,0,1714.35,-2420.44,115.811,4.02515,300,300,5,0,494,0,0,1), + (32565,3928,1,0,0,1714.99,-2548.97,92.1476,2.95702,300,300,10,0,494,0,0,1), + (32566,3928,1,0,0,1718.54,-2488.46,96.2684,4.85732,300,300,5,0,494,0,0,1), + (32567,3928,1,0,0,1752.22,-2380.93,104.019,1.91356,300,300,5,0,494,0,0,1), + (32568,3928,1,0,0,1785.42,-2481.25,88.1139,5.67434,300,300,5,0,494,0,0,1), + (32569,3931,1,0,0,1514.01,-2145.21,88.5974,4.66719,300,300,0,0,1003,0,0,0), + (32570,3932,1,0,0,1743.76,-1525.62,99.0033,0.122173,300,300,0,0,782,0,0,0), + (32571,3932,1,0,0,1753.14,-1467.47,114.865,4.72984,300,300,0,0,782,0,0,0), + (32572,3932,1,0,0,1782.52,-1501.58,96.7369,3.19395,300,300,0,0,782,0,0,0), + (32573,3932,1,0,0,1608.87,-1452.78,157.173,6.17846,300,300,0,0,782,0,0,0), + (32574,3932,1,0,0,1633.51,-1457.19,156.445,2.11185,300,300,0,0,782,0,0,0), + (32575,3932,1,0,0,1774.03,-1520.56,88.0899,0.107637,300,300,15,0,782,0,0,1), + (32576,3932,1,0,0,1623.59,-1470.59,163.42,5.99173,300,300,0,0,782,0,0,0), + (32577,3932,1,0,0,1686.69,-1457.95,143.447,2.80823,300,300,5,0,782,0,0,1), + (32578,3932,1,0,0,1614.04,-1437.17,161.996,4.52629,300,300,0,0,782,0,0,0), + (32579,3932,1,0,0,1751.55,-1492.89,100.774,5.71074,300,300,15,0,782,0,0,2), + (32580,3932,1,0,0,1643.15,-1463.76,157.463,0.366519,300,300,0,0,782,0,0,0), + (32581,12896,1,0,0,1771.23,-2068.65,102.956,4.27606,300,300,0,0,573,0,0,0), + (32582,12896,1,0,0,1789.85,-2094.91,100.994,4.58814,300,300,5,0,573,0,0,1), + (32586,12896,1,0,0,1815.16,-2008.96,103.705,3.41452,300,300,5,0,573,0,0,1), + (32587,12896,1,0,0,1783.29,-2070.34,102.273,5.13127,300,300,0,0,573,0,0,0), + (32588,12896,1,0,0,1770.32,-2047.77,109.92,1.46608,300,300,0,0,573,0,0,0), + (32589,12896,1,0,0,1779.58,-2006.37,111.695,0.401426,300,300,0,0,573,0,0,0), + (32590,12896,1,0,0,1811.15,-2112.73,99.1992,4.98091,300,300,5,0,573,0,0,1), + (32591,12896,1,0,0,1783.87,-2024.86,109.92,3.56047,300,300,0,0,573,0,0,0), + (32592,12897,1,0,0,1799.54,-2012.99,103.082,0.436332,300,300,0,0,531,0,0,0), + (32593,12897,1,0,0,1846.46,-2004.18,109.499,3.35031,300,300,5,0,531,0,0,2), + (32595,12897,1,0,0,1769.78,-2024.41,109.92,6.02139,300,300,0,0,531,0,0,0), + (32596,12897,1,0,0,1816.76,-1981.9,110.454,0.928496,300,300,10,0,531,0,0,1), + (32597,12897,1,0,0,1801.99,-2098.45,99.6724,1.68522,300,300,5,0,531,0,0,1), + (32598,12897,1,0,0,1784.03,-2044.12,109.92,3.05433,300,300,0,0,531,0,0,0), + (32599,3940,1,0,0,1829,-2750.57,83.1342,1.8326,300,300,0,0,1063,1870,0,0), + (32600,3941,1,0,0,1877.13,-2795.66,37.6753,4.43314,300,300,0,0,1036,935,0,0), + (32601,3942,1,0,0,1820.95,-2628.07,61.2105,4.86947,300,300,0,0,941,1402,0,0), + (32602,12903,1,0,0,2254.29,-2579.92,125.797,3.14159,300,300,0,0,2866,0,0,0), + (32603,12903,1,0,0,1916.52,-2321.09,92.7915,5.89921,300,300,0,0,2866,0,0,0), + (32604,12903,1,0,0,1926.23,-2340.2,92.4165,1.29154,300,300,0,0,2866,0,0,0), + (32605,12903,1,0,0,1932.74,-2328,92.5415,3.38594,300,300,0,0,2866,0,0,0), + (32606,12903,1,0,0,2248.29,-2504.21,118.637,3.80482,300,300,0,0,2866,0,0,0), + (32607,12903,1,0,0,2280.55,-2568.19,103.823,1.81514,300,300,0,0,2866,0,0,0), + (32608,12903,1,0,0,2255.7,-2518.31,100.426,5.16617,300,300,0,0,2866,0,0,0), + (32609,12903,1,0,0,2378.95,-2531.35,110.084,3.1765,300,300,0,0,2866,0,0,0), + (32610,12903,1,0,0,2376.77,-2524.23,110.145,3.4383,300,300,0,0,2866,0,0,0), + (32611,12903,1,0,0,2293.64,-2523.68,100.791,3.71755,300,300,0,0,2866,0,0,0), + (32612,12903,1,0,0,2266.63,-2497.32,100.936,4.7822,300,300,0,0,2866,0,0,0), + (32613,12903,1,0,0,3351.39,1021.99,3.14913,5.2709,300,300,0,0,2866,0,0,0), + (32614,12903,1,0,0,3338.33,1009.41,3.74008,0.05236,300,300,0,0,2866,0,0,0), + (32615,12903,1,0,0,3380.21,1015.3,3.07328,5.2384,300,300,0,0,2866,0,0,0), + (32616,12903,1,0,0,3352.41,996.477,4.4761,1.15192,300,300,0,0,2866,0,0,0), + (32617,3943,1,0,0,4171.11,1283.63,3.45718,3.14648,300,300,0,0,731,0,0,0), + (32618,12903,1,0,0,2227.26,-2532.79,86.2174,3.50811,300,300,0,0,2866,0,0,0), + (32619,12903,1,0,0,2224.63,-2527.84,86.0647,3.59538,300,300,0,0,2866,0,0,0), + (32620,12903,1,0,0,2187.35,-2517.15,81.1637,5.75017,300,300,5,0,2866,0,0,2), + (32621,12903,1,0,0,2228.45,-2546.19,86.5218,2.61799,300,300,0,0,2866,0,0,0), + (32622,12903,1,0,0,2338.61,-2523.05,103.045,3.47321,300,300,0,0,2866,0,0,0), + (32623,12903,1,0,0,2331.92,-2522.81,102.621,2.78031,300,300,5,0,2866,0,0,2), + (32624,12903,1,0,0,2225.23,-2550.08,86.4582,2.23402,300,300,0,0,2866,0,0,0), + (32625,12903,1,0,0,2259.1,-2565.06,100.954,1.58825,300,300,0,0,2866,0,0,0), + (32626,12903,1,0,0,2321,-2551.91,101.915,2.53073,300,300,0,0,2866,0,0,0), + (32627,12903,1,0,0,2033.42,-2395.2,89.1166,4.31096,300,300,0,0,2866,0,0,0), + (32628,12903,1,0,0,2064.72,-2408.8,87.5492,3.78736,300,300,0,0,2866,0,0,0), + (32629,12903,1,0,0,2078.43,-2428.07,87.0245,3.57792,300,300,0,0,2866,0,0,0), + (32630,12903,1,0,0,2053.49,-2376.35,105.005,2.51327,300,300,0,0,2866,0,0,0), + (32631,3944,1,0,0,4077.24,1320.59,-1.03017,5.10613,300,300,5,0,442,490,0,1), + (32632,3944,1,0,0,4114.45,1331.9,8.07984,2.65506,300,300,5,0,442,490,0,1), + (32633,3944,1,0,0,4089.5,1381.13,-1.71518,5.30006,300,300,5,0,442,490,0,1), + (32634,3944,1,0,0,4221.49,1354.78,1.61673,1.19283,300,300,5,0,442,490,0,1), + (32635,3944,1,0,0,4146.68,1390.52,-1.26345,1.36425,300,300,5,0,442,490,0,1), + (32636,3944,1,0,0,4191.68,1273.05,2.56834,5.51678,300,300,0,0,442,490,0,0), + (32637,3944,1,0,0,4116.65,1375.82,0.911039,2.59583,300,300,5,0,442,490,0,1), + (32638,3944,1,0,0,4118.5,1248.83,-0.028921,3.20659,300,300,5,0,442,490,0,1), + (32639,3944,1,0,0,4243.36,1315.18,-1.87947,3.14491,300,300,5,0,442,490,0,1), + (32640,3944,1,0,0,4159.37,1248.02,2.25014,5.91251,300,300,5,0,442,490,0,1), + (32641,3944,1,0,0,4112.6,1213.46,-20.0627,2.98647,300,300,5,0,442,490,0,1), + (32642,3944,1,0,0,4050.73,1281.75,-16.4743,1.55239,300,300,5,0,442,490,0,1), + (32643,3944,1,0,0,4021.26,1253.33,-33.6334,3.69843,300,300,5,0,442,490,0,1), + (32644,3944,1,0,0,4219.84,1286.08,-0.362825,3.92429,300,300,5,0,442,490,0,1), + (32645,3944,1,0,0,4053.02,1218.22,-24.5557,1.20155,300,300,5,0,442,490,0,1), + (32646,3691,1,0,0,2767.16,-411.611,111.466,2.09439,600,600,0,0,60440,0,0,0), + (32647,3951,1,0,0,2087.08,-1199.17,101.791,0.610865,300,300,0,0,1930,0,0,0), + (32648,3952,1,0,0,2769.5,-288.052,111.192,3.9968,300,300,0,0,1042,0,0,0), + (32649,3696,1,0,0,1612.51,-1457.08,156.712,0.837758,300,300,0,0,1003,0,0,0), + (32650,3953,1,0,0,2754.85,-292.216,111.192,6.21337,300,300,0,0,1106,0,0,0), + (32651,3698,1,0,0,2365.24,663.365,153.308,5.53269,300,300,0,0,2471,1620,0,0), + (32652,3954,1,0,0,2669.6,-325.29,109.993,0.017453,300,300,0,0,733,0,0,0), + (32653,3955,1,0,0,2094.19,-1153.36,101.876,4.57276,300,300,0,0,1172,0,0,0), + (32654,883,1,0,0,3834.27,135.235,5.57508,2.35619,300,300,0,0,1,0,0,0), + (32655,883,1,0,0,2280.59,-1016.78,108.996,3.41453,300,300,5,0,1,0,0,1), + (32656,14963,1,0,0,1488.52,-1879.92,111.382,1.16937,300,300,0,0,1605,0,0,0), + (32657,883,1,0,0,2752.85,-1903.06,187.85,1.02049,300,300,5,0,1,0,0,1), + (32658,883,1,0,0,3266.46,-506.975,149.854,1.18682,300,300,0,0,1,0,0,0), + (32659,883,1,0,0,4046.6,-32.2482,8.33915,4.41568,300,300,0,0,1,0,0,0), + (32660,883,1,0,0,2624.09,-1513.89,185.457,6.15001,300,300,3,0,1,0,0,1), + (32661,883,1,0,0,3500.6,190.946,6.69271,4.95674,300,300,0,0,1,0,0,0), + (32662,883,1,0,0,2544.47,-770.744,126.093,4.56393,300,300,5,0,1,0,0,1), + (32663,883,1,0,0,2922.56,-1208.14,183.438,5.82172,300,300,15,0,1,0,0,1), + (32664,883,1,0,0,2108.68,-1110.27,99.9588,6.27342,300,300,5,0,1,0,0,1), + (32665,883,1,0,0,2897.78,-103.259,100.166,4.2636,300,300,5,0,1,0,0,1), + (32666,883,1,0,0,3429.63,-53.0921,7.27273,5.26429,300,300,5,0,1,0,0,1), + (32667,883,1,0,0,2453.98,-112.883,105.676,5.40157,300,300,5,0,1,0,0,1), + (32668,883,1,0,0,3056.22,151.022,51.411,5.40588,300,300,5,0,1,0,0,1), + (32669,883,1,0,0,3442.19,669.834,7.7416,2.60858,300,300,5,0,1,0,0,1), + (32670,883,1,0,0,2186.61,-1818.84,99.2061,0.371801,300,300,15,0,1,0,0,1), + (32671,883,1,0,0,3106.43,428.957,5.6585,3.34773,300,300,15,0,1,0,0,1), + (32672,883,1,0,0,3339.72,-259.677,124.904,3.84895,300,300,5,0,1,0,0,1), + (32673,883,1,0,0,2660.78,-2691.3,143.985,3.20023,300,300,10,0,1,0,0,1), + (32674,883,1,0,0,2194.6,-1636.27,85.9955,3.64063,300,300,5,0,1,0,0,1), + (32675,883,1,0,0,2146.51,-2682.77,111.593,2.801,300,300,5,0,1,0,0,1), + (32676,883,1,0,0,2321.57,-2541.57,100.721,4.955,300,300,20,0,1,0,0,1), + (32677,3956,1,0,0,2097.78,-1231.84,101.876,2.07694,300,300,0,0,1172,0,0,0), + (32678,8308,1,0,0,2373.12,661.411,153.254,4.90438,300,300,0,0,1380,1041,0,0), + (32679,3958,1,0,0,2757.27,-306.507,120.581,5.39307,300,300,0,0,643,0,0,0), + (32680,3959,1,0,0,2754.83,-441.923,111.553,2.6529,300,300,0,0,980,0,0,0), + (32681,3960,1,0,0,2111.36,-1183.69,101.861,3.90954,300,300,0,0,1309,0,0,0), + (32682,3961,1,0,0,2751.84,-412.033,111.542,6.12611,300,300,0,0,860,0,0,0), + (32683,3962,1,0,0,2717.7,-309.66,110.811,3.61283,300,300,0,0,780,0,0,0), + (32691,862,0,0,0,-10758.8,-4056.85,23.4721,2.07903,300,300,5,0,1476,0,0,1), + (32692,922,0,0,0,-9701.59,-4032.88,-9.3691,2.07694,300,300,5,0,1829,0,0,1), + (32693,1443,0,0,0,-10458.5,-3322.33,40.037,3.38594,300,300,0,0,3857,0,0,0), + (32694,1442,0,0,0,-10465,-3317.89,40.037,5.02655,300,300,0,0,3857,0,0,0), + (32703,3963,1,0,0,2061.15,-1191.24,101.053,3.10669,300,300,0,0,2016,1390,0,0), + (32704,14715,1,0,0,1520.83,-1885.94,105.791,6.21337,600,600,0,0,7842,0,0,0), + (32705,14715,1,0,0,1521.45,-1877.83,105.416,6.17846,600,600,0,0,7842,0,0,0), + (32706,14715,1,0,0,1453.86,-1838.88,126.218,4.85202,600,600,0,0,7842,0,0,0), + (32707,14715,1,0,0,1455.01,-1844.57,126.177,1.79769,600,600,0,0,7842,0,0,0), + (32708,14715,1,0,0,1451.65,-1854.38,127.479,6.21337,600,600,0,0,7842,0,0,0), + (32709,14715,1,0,0,1450.79,-1862.09,127.356,6.26573,600,600,0,0,7842,0,0,0), + (32710,14715,1,0,0,1489.2,-1902.67,111.426,2.40855,600,600,0,0,7842,0,0,0), + (32711,14715,1,0,0,1486.67,-1899.03,111.321,5.06145,600,600,0,0,7842,0,0,0), + (32712,14715,1,0,0,1481.9,-1893.67,111.321,0.748151,600,600,0,0,7842,0,0,0), + (32713,14715,1,0,0,1486.4,-1889.08,111.196,4.04916,600,600,0,0,7842,0,0,0), + (32714,14715,1,0,0,1438.05,-1851.7,133.552,6.14356,600,600,0,0,7842,0,0,0), + (32715,14715,1,0,0,1431.37,-1859.44,133.734,6.17846,600,600,0,0,7842,0,0,0), + (32716,14715,1,0,0,1432.08,-1853.66,133.736,6.14356,600,600,0,0,7842,0,0,0), + (32717,14715,1,0,0,1436.81,-1862.29,133.553,6.17846,600,600,0,0,7842,0,0,0), + (32718,3964,1,0,0,2093.31,-1232.44,101.876,1.32645,300,300,0,0,1684,0,0,0), + (32719,3965,1,0,0,2090.92,-1222.86,101.876,3.40339,300,300,0,0,1172,0,0,0), + (32720,11901,1,0,0,3373.69,994.351,5.36158,1.74533,600,600,0,0,7423,7071,0,0), + (32721,3967,1,0,0,2670.32,-374.732,110.811,1.37881,300,300,0,0,1526,0,0,0), + (32722,3711,1,0,0,4051.3,1318.53,-10.8468,4.8209,300,300,12,0,494,0,0,1), + (32723,3711,1,0,0,4249.93,1352.61,-3.77582,0.745698,300,300,12,0,494,0,0,1), + (32724,3711,1,0,0,4188.38,1247.62,-0.476587,5.50469,300,300,12,0,494,0,0,1), + (32725,3711,1,0,0,4217.98,1327.39,3.88642,1.92844,300,300,12,0,494,0,0,1), + (32726,3711,1,0,0,4115.92,1414.73,-7.53851,2.0574,300,300,12,0,494,0,0,1), + (32727,3711,1,0,0,4144.84,1286.15,3.53631,2.49402,300,300,12,0,494,0,0,1), + (32728,3711,1,0,0,4175.78,1284.99,2.77173,3.76264,300,300,0,0,494,0,0,0), + (32729,3711,1,0,0,4184.61,1349,8.15056,0.453909,300,300,12,0,494,0,0,1), + (32730,3711,1,0,0,4089.36,1240.29,-12.3752,5.13693,300,300,12,0,494,0,0,1), + (32731,3711,1,0,0,4078.5,1292.64,-0.700187,2.50727,300,300,12,0,494,0,0,1), + (32732,3711,1,0,0,4089.29,1219.06,-22.1998,6.01098,300,300,12,0,494,0,0,1), + (32733,3711,1,0,0,4123.95,1284.23,2.36956,0.675914,300,300,12,0,494,0,0,1), + (32734,3711,1,0,0,4055.59,1248.42,-27.6482,4.8829,300,300,12,0,494,0,0,1), + (32735,3711,1,0,0,3480.51,1051.29,0.15928,2.85975,300,300,12,0,494,0,0,1), + (32736,3712,1,0,0,3485.27,912.115,5.39202,4.9316,300,300,12,0,404,456,0,1), + (32737,3712,1,0,0,3522.33,1189.9,-18.0676,4.81243,300,300,12,0,404,456,0,1), + (32738,3712,1,0,0,3519.96,1212.73,-35.1475,5.5446,300,300,12,0,404,456,0,1), + (32739,3712,1,0,0,3552.2,1222.85,-37.6775,1.61088,300,300,12,0,404,456,0,1), + (32740,3712,1,0,0,3723.17,1111.13,-25.8633,3.20846,300,300,12,0,404,456,0,1), + (32741,3712,1,0,0,3554.23,1185.03,-11.3128,5.93647,300,300,12,0,404,456,0,1), + (32742,3712,1,0,0,3688.59,1097.77,-12.6199,6.11953,300,300,12,0,404,456,0,1), + (32743,3712,1,0,0,3533.6,1128.62,-4.72948,2.63441,300,300,12,0,404,456,0,1), + (32744,3712,1,0,0,4151.56,1080.98,5.19125,1.5708,300,300,12,0,404,456,0,1), + (32745,3712,1,0,0,3548.79,1055.32,1.2061,1.94044,300,300,12,0,404,456,0,1), + (32746,3712,1,0,0,3683.16,1054.45,-3.58551,5.45566,300,300,12,0,404,456,0,1), + (32747,3712,1,0,0,3596.9,1045.92,-2.27825,5.98163,300,300,12,0,404,456,0,1), + (32748,3712,1,0,0,3529.75,1095.86,2.47069,3.17499,300,300,12,0,404,456,0,1), + (32749,3969,1,0,0,2771.84,-404.299,111.544,2.84489,300,300,0,0,1454,0,0,0), + (32750,11137,1,0,0,2672.31,-363.604,110.811,2.51327,300,300,0,0,1472,0,0,0), + (32751,3713,1,0,0,3720.82,1021.27,-5.9036,4.15404,300,300,12,0,417,0,0,1), + (32752,3713,1,0,0,4052.85,784.868,4.46525,1.75008,300,300,12,0,417,0,0,1), + (32753,3713,1,0,0,3884.67,885.037,1.06652,4.1256,300,300,12,0,417,0,0,1), + (32754,3713,1,0,0,3988.62,854.356,1.18871,5.86421,300,300,12,0,417,0,0,1), + (32755,3713,1,0,0,4047.4,854.167,3.82779,3.81636,300,300,12,0,417,0,0,1), + (32756,3713,1,0,0,3887.99,824.165,1.52507,0.543154,300,300,12,0,417,0,0,1), + (32757,3713,1,0,0,3809.31,818.768,3.09263,3.58724,300,300,12,0,417,0,0,1), + (32758,3713,1,0,0,3548.84,984.936,1.28472,2.53989,300,300,12,0,417,0,0,1), + (32759,3713,1,0,0,3654.37,818.561,5.9,0.073612,300,300,12,0,417,0,0,1), + (32760,3970,1,0,0,2810.12,-317.286,109.078,2.72271,300,300,0,0,1240,0,0,0), + (32761,3715,1,0,0,3685.59,1151.96,-20.5701,4.74171,300,300,12,0,404,456,0,1), + (32762,3715,1,0,0,4173,1285.1,3.45684,3.46136,300,300,0,0,404,456,0,0), + (32763,3715,1,0,0,3517.63,1153.11,-10.6651,2.83547,300,300,12,0,404,456,0,1), + (32764,3715,1,0,0,3586.14,1215.76,-31.558,0.128679,300,300,12,0,404,456,0,1), + (32765,3715,1,0,0,3685.9,1185.94,-45.0512,5.77649,300,300,12,0,404,456,0,1), + (32766,3715,1,0,0,3743.5,1082.2,-17.3022,3.76691,300,300,12,0,404,456,0,1), + (32767,3715,1,0,0,3723.27,1154.48,-49.3801,5.73691,300,300,12,0,404,456,0,1), + (32768,3715,1,0,0,3520.83,1004.17,2.12923,5.2248,300,300,12,0,404,456,0,1), + (32769,3715,1,0,0,3448.34,1017.37,2.59086,0.772484,300,300,12,0,404,456,0,1), + (32770,3715,1,0,0,3573.89,1073.63,-6.83789,1.16909,300,300,12,0,404,456,0,1), + (32771,3715,1,0,0,3630.08,1077.88,-1.98365,3.02484,300,300,12,0,404,456,0,1), + (32772,3715,1,0,0,3653.49,1048.73,-3.29143,0.012661,300,300,12,0,404,456,0,1), + (32773,3715,1,0,0,3652.6,1017.44,-0.965293,0.02262,300,300,12,0,404,456,0,1), + (32774,1412,1,0,0,2298.93,-645.908,117.693,5.10523,300,300,10,0,8,0,0,1), + (32775,1412,1,0,0,2833.84,100.142,91.9749,4.45059,300,300,0,0,8,0,0,0), + (32776,1412,1,0,0,2129.42,-1298.5,96.7054,5.46946,300,300,10,0,8,0,0,1), + (32777,1412,1,0,0,3057.88,-863.051,195.022,3.94909,300,300,10,0,8,0,0,1), + (32778,1412,1,0,0,2719.51,-2149.15,196.598,2.04668,300,300,10,0,8,0,0,1), + (32779,1412,1,0,0,2387.38,499.178,128.728,3.72689,300,300,10,0,8,0,0,1), + (32780,1412,1,0,0,2969.72,-2068.11,202.942,1.88452,300,300,10,0,8,0,0,1), + (32781,1412,1,0,0,2930.97,-828.331,172.883,1.13511,300,300,10,0,8,0,0,1), + (32782,1412,1,0,0,3378.51,-1490.01,166.973,1.5084,300,300,10,0,8,0,0,1), + (32783,4484,1,0,0,3178.51,188.551,3.94626,0.523599,300,300,0,0,445,0,0,0), + (32784,1412,1,0,0,2655.68,-3013.7,158.958,2.05891,300,300,10,0,8,0,0,1), + (32785,1412,1,0,0,3172.73,-188.879,110.576,0.009433,300,300,10,0,8,0,0,1), + (32786,1412,1,0,0,2129.98,-2285.02,97.1285,1.30898,300,300,10,0,8,0,0,1), + (32787,12676,1,0,0,1979.8,-2624.07,92.8362,1.8135,300,300,5,0,1308,0,0,2), + (32788,1412,1,0,0,3817.63,603.481,5.6056,2.1441,300,300,10,0,8,0,0,1), + (32790,3717,1,0,0,3754.73,1014.27,-4.67423,6.23418,300,300,12,0,354,1020,0,1), + (32791,3717,1,0,0,3520.83,960.681,2.41987,1.5708,300,300,12,0,354,1020,0,1), + (32792,3717,1,0,0,4087.58,889.19,8.64804,1.24051,300,300,12,0,354,1020,0,1), + (32793,3717,1,0,0,4113.66,914.943,8.3546,1.09385,300,300,12,0,354,1020,0,1), + (32794,3717,1,0,0,4080.67,784.763,8.15307,4.11329,300,300,12,0,354,1020,0,1), + (32795,3717,1,0,0,3548.44,921.137,2.82356,0.729061,300,300,12,0,354,1020,0,1), + (32796,3717,1,0,0,3935.97,875.792,1.57572,3.4061,300,300,12,0,354,1020,0,1), + (32797,3717,1,0,0,4016.9,813.489,8.35246,3.4024,300,300,12,0,354,1020,0,2), + (32798,3717,1,0,0,3875.42,844.795,1.83302,2.27804,300,300,12,0,354,1020,0,1), + (32799,3717,1,0,0,3871.19,888.226,-0.683482,3.00337,300,300,12,0,354,1020,0,1), + (32800,3717,1,0,0,3922.29,852.322,1.27962,5.8023,300,300,12,0,354,1020,0,1), + (32801,3717,1,0,0,4080.56,961.215,-0.203517,1.62618,300,300,12,0,354,1020,0,1), + (32802,3717,1,0,0,3785.82,877.504,-0.24825,4.92079,300,300,12,0,354,1020,0,1), + (32803,3717,1,0,0,3616.69,988.471,-2.34442,0.707991,300,300,12,0,354,1020,0,1), + (32804,3717,1,0,0,3714.14,822.712,5.81897,2.68981,300,300,12,0,354,1020,0,1), + (32805,3717,1,0,0,3587.5,954.167,2.10641,0.685622,300,300,12,0,354,1020,0,1), + (32806,3717,1,0,0,3680.18,880.982,0.997862,3.79773,300,300,12,0,354,1020,0,1), + (32807,12677,1,0,0,2518.44,-1615.66,144.605,4.72062,300,300,15,0,1109,0,0,2), + (32808,12678,1,0,0,2030.69,-726.054,102.369,3.88457,300,300,5,0,909,0,0,2), + (32810,11656,1,0,0,2218.45,-3217.1,107.222,2.05949,300,300,0,0,1454,686,0,0), + (32811,11656,1,0,0,2533.26,-3239.75,132.309,0.855211,300,300,0,0,1454,686,0,0), + (32812,11656,1,0,0,2495.04,-3301.91,117.237,4.31096,300,300,0,0,1454,686,0,0), + (32813,11656,1,0,0,2252.91,-3163.28,118.994,0.733038,300,300,0,0,1454,686,0,0), + (32814,11656,1,0,0,2518.71,-3204.72,132.631,1.32645,300,300,0,0,1454,686,0,0), + (32815,11656,1,0,0,2421.6,-3249.86,111.878,0.017453,300,300,0,0,1454,686,0,0), + (32816,11656,1,0,0,2253.49,-3150.12,120.004,3.92699,300,300,0,0,1454,686,0,0), + (32817,11656,1,0,0,2233.86,-3154.32,118.003,2.35619,300,300,0,0,1454,686,0,0), + (32818,11656,1,0,0,2337.93,-3108.02,121.281,3.35103,300,300,0,0,1454,686,0,0), + (32819,11656,1,0,0,2325.16,-3136.03,119.352,4.99164,300,300,0,0,1454,686,0,0), + (32820,11656,1,0,0,2413.12,-3211.73,117.016,5.37561,300,300,0,0,1454,686,0,0), + (32821,11656,1,0,0,1509.56,-2417.73,103.832,5.044,300,300,0,0,1454,686,0,0), + (32822,11656,1,0,0,2255.57,-3124.82,121.055,0.506145,300,300,0,0,1454,686,0,0), + (32823,11656,1,0,0,1500.29,-2365.04,95.3028,1.0821,300,300,0,0,1454,686,0,0), + (32824,11656,1,0,0,1586.9,-2434.39,99.0619,0.855211,300,300,0,0,1454,686,0,0), + (32825,11656,1,0,0,2434.57,-3238.61,114.729,1.11701,300,300,0,0,1454,686,0,0), + (32826,11656,1,0,0,1637.17,-2501.4,98.3124,4.46804,300,300,0,0,1454,686,0,0), + (32827,11656,1,0,0,2431.29,-3159.54,123.182,0.349066,300,300,0,0,1454,686,0,0), + (32828,11656,1,0,0,2557.19,-3253.48,134.216,1.41372,300,300,0,0,1454,686,0,0), + (32829,11656,1,0,0,2452.55,-3238.93,117.522,2.05949,300,300,0,0,1454,686,0,0), + (32830,11656,1,0,0,2440.64,-3264.55,113.036,2.98451,300,300,0,0,1454,686,0,0), + (32831,11656,1,0,0,2508.28,-3120.97,127.278,4.64258,300,300,0,0,1454,686,0,0), + (32832,11656,1,0,0,2479.47,-3313.01,114.487,4.36332,300,300,0,0,1454,686,0,0), + (32833,11656,1,0,0,2307.9,-3169.44,117.247,3.03687,300,300,0,0,1454,686,0,0), + (32834,11656,1,0,0,1462.36,-2289.73,93.4246,1.09956,300,300,0,0,1454,686,0,0), + (32835,11656,1,0,0,2593.29,-3402.34,121.543,1.53589,300,300,0,0,1454,686,0,0), + (32836,11656,1,0,0,2468.29,-3234.27,117.701,2.19912,300,300,0,0,1454,686,0,0), + (32837,11656,1,0,0,2398.79,-3225.08,112.181,0.122173,300,300,0,0,1454,686,0,0), + (32838,11656,1,0,0,2650.66,-3359.6,122.874,5.61996,300,300,0,0,1454,686,0,0), + (32839,11656,1,0,0,2607.87,-3375.92,122.392,2.67035,300,300,0,0,1454,686,0,0), + (32840,11656,1,0,0,2545.42,-3315.25,121.958,3.82227,300,300,0,0,1454,686,0,0), + (32841,11656,1,0,0,2713.81,-3403.05,120.288,1.76278,300,300,0,0,1454,686,0,0), + (32842,11656,1,0,0,2669.71,-3430.29,119.415,1.0821,300,300,0,0,1454,686,0,0), + (32843,11656,1,0,0,2334.06,-3177.37,117.694,2.25148,300,300,0,0,1454,686,0,0), + (32844,11656,1,0,0,2323.88,-3202.9,113.221,3.82227,300,300,0,0,1454,686,0,0), + (32845,11656,1,0,0,2526.58,-3302.51,120.46,3.1765,300,300,0,0,1454,686,0,0), + (32846,11656,1,0,0,2402,-3125.49,125.344,2.77507,300,300,0,0,1454,686,0,0), + (32847,11656,1,0,0,2224.85,-3337.82,99.3078,3.10669,300,300,0,0,1454,686,0,0), + (32848,11656,1,0,0,2202.13,-3409.66,93.3878,5.23599,300,300,0,0,1454,686,0,0), + (32849,11656,1,0,0,2203.2,-3366.04,96.8431,2.16421,300,300,0,0,1454,686,0,0), + (32850,3721,1,0,0,3989.52,1025.14,-7.30087,1.1863,300,300,12,0,448,0,0,1), + (32851,3721,1,0,0,4018.59,1148.75,-17.6231,0.646202,300,300,12,0,448,0,0,1), + (32852,3721,1,0,0,4153.83,1162.04,5.62734,2.8708,300,300,12,0,448,0,0,1), + (32853,3721,1,0,0,4050.2,1099.94,-0.609402,1.9571,300,300,12,0,448,0,0,1), + (32854,3721,1,0,0,3473.07,1184.99,-22.0121,1.56149,300,300,12,0,448,0,0,1), + (32855,3721,1,0,0,3955.71,970.234,-3.50883,6.07318,300,300,12,0,448,0,0,1), + (32856,3721,1,0,0,4015.2,912.539,-2.92345,0.949352,300,300,12,0,448,0,0,1), + (32857,3721,1,0,0,3609.81,1034.62,-1.47468,2.02721,300,300,12,0,448,0,0,1), + (32858,3721,1,0,0,3802.35,968.512,-8.03689,0.585835,300,300,12,0,448,0,0,1), + (32860,6028,1,0,0,2354.76,-2540.69,102.896,2.6529,300,300,0,0,1605,0,0,0), + (32861,14733,1,0,0,1447.91,-1866.85,127.464,6.23082,600,600,0,0,4108,0,0,0), + (32862,3725,1,0,0,3458.02,-76.4076,5.26583,0.403615,300,300,5,0,354,1020,0,1), + (32863,3725,1,0,0,3485.42,-87.0787,3.29556,4.45572,300,300,5,0,354,1020,0,1), + (32864,3725,1,0,0,3481.8,-52.3731,4.53488,1.11679,300,300,5,0,354,1020,0,1), + (32865,3725,1,0,0,3452.03,-51.8134,5.74446,0.408123,300,300,5,0,354,1020,0,1), + (32866,3725,1,0,0,3510.27,-93.983,3.38457,4.05306,300,300,5,0,354,1020,0,1), + (32867,3725,1,0,0,3546.22,-179.142,5.11862,3.20307,300,300,5,0,354,1020,0,1), + (32868,3725,1,0,0,3546.83,-114.94,4.62679,2.64926,300,300,5,0,354,1020,0,1), + (32869,10639,1,0,0,3275.84,-400.398,150.904,5.31552,19990,19990,0,0,713,0,0,0), + (32870,3727,1,0,0,3493.56,-123.427,1.30183,0.0456,300,300,0,0,494,0,0,0), + (32871,6288,1,0,0,2086.49,-1182.08,101.779,5.98648,300,300,0,0,1106,0,0,0), + (32872,10640,1,0,0,2260.87,-1529.81,88.9161,0.48145,19990,19990,6,0,862,732,0,2), + (32873,3728,1,0,0,3542.71,-136.809,0.318839,1.75487,300,300,5,0,354,1020,0,1), + (32874,3728,1,0,0,3518.61,-151.936,1.27167,5.34428,300,300,5,0,354,1020,0,1), + (32875,3728,1,0,0,3514.57,-114.397,1.15466,2.56648,300,300,5,0,354,1020,0,1), + (32876,3730,1,0,0,3461.38,-135.989,7.80795,5.32284,300,300,5,0,449,0,0,1), + (32877,3730,1,0,0,3462.67,-103.417,5.5441,5.45513,300,300,5,0,449,0,0,1), + (32878,3730,1,0,0,3474.5,-122.443,3.80183,5.72386,300,300,5,0,449,0,0,1), + (32879,10642,1,0,0,1980.5,-1342.54,83.2041,3.52542,19990,19990,0,0,724,732,0,0), + (32880,3730,1,0,0,3482.19,-106.232,2.42683,4.95304,300,300,5,0,449,0,0,1), + (32881,3730,1,0,0,3479.06,-132.279,5.55183,2.18523,300,300,5,0,449,0,0,1), + (32882,3987,1,0,0,3337.85,-476.5,154.489,5.90067,300,300,0,0,713,0,0,0), + (32883,3732,1,0,0,3711.89,-55.5722,-1.88072,1.51713,300,300,5,0,377,408,0,1), + (32884,10644,1,0,0,3967.52,154.25,5.58925,4.26096,19990,19990,0,0,573,0,0,0), + (32885,3732,1,0,0,3778.44,-125.395,0.370739,4.93159,300,300,5,0,377,408,0,1), + (32886,3732,1,0,0,3799.11,-196.772,14.9742,2.93003,300,300,5,0,377,408,0,1), + (32887,3732,1,0,0,3829.36,-199.377,2.64631,3.44538,300,300,5,0,377,408,0,1), + (32888,3732,1,0,0,3844.09,-185.157,1.45852,2.46172,300,300,15,0,377,408,0,1), + (32889,3732,1,0,0,3754.17,-129.166,1.80482,3.17135,300,300,5,0,377,408,0,1), + (32890,3732,1,0,0,3815.51,-179.61,2.358,2.935,300,300,5,0,377,408,0,1), + (32891,3732,1,0,0,3873.96,-169.791,4.69705,3.19978,300,300,5,0,377,408,0,1), + (32892,3732,1,0,0,3863.1,-202.049,4.40174,4.34272,300,300,5,0,377,408,0,1), + (32893,3732,1,0,0,3742.18,-11.1745,-1.57621,2.15528,300,300,15,0,377,408,0,1), + (32894,3732,1,0,0,3748.59,-54.5651,-1.70587,3.80075,300,300,15,0,377,408,0,1), + (32895,3732,1,0,0,3755.21,-155.209,6.35239,3.1426,300,300,5,0,377,408,0,1), + (32897,3733,1,0,0,3729.08,-37.8277,-1.57762,5.72466,300,300,15,0,417,0,0,1), + (32898,3733,1,0,0,3860.66,-222.021,8.15174,2.29251,300,300,5,0,417,0,0,1), + (32899,3733,1,0,0,3840.12,-224.403,5.65174,4.97869,300,300,5,0,417,0,0,1), + (32900,3733,1,0,0,3805.7,-174.765,2.02131,5.19941,300,300,5,0,417,0,0,1), + (32901,3733,1,0,0,3742.06,-86.8233,-0.557266,0.263918,300,300,5,0,417,0,0,1), + (32902,3733,1,0,0,3793.75,-102.582,0.620739,5.27288,300,300,5,0,417,0,0,1), + (32903,3733,1,0,0,3818.77,-86.09,5.44358,0.152419,300,300,5,0,417,0,0,1), + (32904,3733,1,0,0,3882.2,-115.607,4.94636,0.362684,300,300,15,0,417,0,0,1), + (32905,3734,1,0,0,3772.02,-160.296,3.21808,1.20428,300,300,0,0,484,0,0,0), + (32906,3734,1,0,0,3789.55,-153.039,0.801208,5.98648,300,300,0,0,484,0,0,0), + (32907,3734,1,0,0,3844.11,-177.534,0.958521,1.6873,300,300,15,0,484,0,0,2), + (32908,3734,1,0,0,3776.04,-153.112,2.46261,4.15388,300,300,0,0,484,0,0,0), + (32909,3734,1,0,0,3863.17,-191.838,2.80899,1.73272,300,300,5,0,484,0,0,1), + (32910,3734,1,0,0,3862.34,-193.011,2.92245,2.30158,300,300,5,0,484,0,0,1), + (32913,3735,1,0,0,3861.7,-214.578,4.53143,1.95477,19990,19990,0,0,472,1357,0,0), + (32914,10647,1,0,0,2896.66,-2756.19,214.086,4.11898,19990,19990,0,0,1332,1169,0,0), + (32916,12696,1,0,0,2310.52,-2554.7,101.948,2.42601,300,300,0,0,1605,0,0,0), + (32917,3736,1,0,0,1826.65,-2657.7,53.2028,2.89725,300,300,0,0,617,0,0,0), + (32919,3737,1,0,0,2940.65,547.378,5.88928,3.74439,300,300,15,0,449,0,0,1), + (32920,3737,1,0,0,3124.44,604.896,4.17069,4.8486,300,300,15,0,449,0,0,1), + (32921,3737,1,0,0,2975.12,541.709,4.99684,3.21439,300,300,15,0,449,0,0,1), + (32922,3737,1,0,0,3014.82,586.841,5.73988,2.26985,300,300,3,0,449,0,0,1), + (32923,3737,1,0,0,3050.94,584.337,5.51293,2.2283,300,300,15,0,449,0,0,1), + (32924,3737,1,0,0,3041.41,441.825,5.80814,2.34363,300,300,5,0,449,0,0,1), + (32925,3737,1,0,0,3016.05,484.366,5.46551,5.85337,300,300,5,0,449,0,0,1), + (32926,3739,1,0,0,2952.62,519.707,6.11686,6.17492,300,300,5,0,449,0,0,1), + (32927,3739,1,0,0,2997.7,472.758,9.23179,3.72353,300,300,5,0,449,0,0,1), + (32928,3739,1,0,0,3076.55,580.473,5.19291,2.88522,300,300,5,0,449,0,0,1), + (32929,3739,1,0,0,3086.11,610.188,5.1062,5.74109,300,300,5,0,449,0,0,1), + (32930,3739,1,0,0,3089.11,441.872,5.91946,5.49546,300,300,15,0,449,0,0,1), + (32931,3739,1,0,0,3016.61,481.912,5.46551,5.85321,300,300,5,0,449,0,0,1), + (32932,3739,1,0,0,3117.15,488.489,5.25048,0.528312,300,300,5,0,449,0,0,1), + (32933,3996,1,0,0,2785.48,-362.46,107.42,2.60054,300,300,0,0,860,0,0,0), + (32934,3740,1,0,0,2984.46,591.689,15.7224,0.539405,300,300,2,0,494,0,0,1), + (32935,3740,1,0,0,3049.89,481.827,5.3554,2.67952,300,300,5,0,494,0,0,1), + (32938,3742,1,0,0,2981.58,518.816,2.84567,5.86457,300,300,15,0,442,490,0,1), + (32939,3742,1,0,0,2982.01,483.061,7.07981,4.37489,300,300,5,0,442,490,0,1), + (32940,3742,1,0,0,3050.76,512.394,-4.97239,0.070165,300,300,5,0,442,490,0,1), + (32941,3742,1,0,0,3010.68,518.884,-2.11232,5.56228,300,300,5,0,442,490,0,1), + (32942,3742,1,0,0,3108.48,513.987,4.63546,1.41446,300,300,5,0,442,490,0,1), + (32944,3743,1,0,0,2184.94,-1584.69,85.9699,5.50169,300,300,15,0,786,0,0,1), + (32945,3743,1,0,0,2178.22,-1554.17,91.7754,3.90776,300,300,15,0,786,0,0,1), + (32946,3743,1,0,0,2222.33,-1351.58,82.5548,5.16765,300,300,15,0,786,0,0,1), + (32947,3743,1,0,0,2317.24,-1181.17,87.0228,3.78431,300,300,15,0,786,0,0,1), + (32948,3743,1,0,0,2293.46,-1189.2,85.5852,0.077087,300,300,15,0,786,0,0,1), + (32949,3743,1,0,0,2348.96,-1144.79,88.0404,1.24962,300,300,2,0,786,0,0,1), + (32950,3743,1,0,0,2288.6,-1545.1,90.7016,2.06821,300,300,5,0,786,0,0,1), + (32951,3743,1,0,0,2282.67,-1511.86,88.4101,0.874575,300,300,5,0,786,0,0,1), + (32952,3743,1,0,0,2251.4,-1447.69,89.2487,5.94864,300,300,15,0,786,0,0,1), + (32953,3743,1,0,0,2251.99,-1420.98,87.3919,3.09068,300,300,15,0,786,0,0,1), + (32954,3743,1,0,0,2216.12,-1421.56,90.7045,1.79959,300,300,5,0,786,0,0,1), + (32955,3743,1,0,0,2222.5,-1381.78,86.361,1.73486,300,300,15,0,786,0,0,1), + (32956,3743,1,0,0,2346.92,-1247.77,87.2102,0.704715,300,300,5,0,786,0,0,1), + (32957,3743,1,0,0,2347.73,-1278.54,87.5845,2.93084,300,300,5,0,786,0,0,1), + (32958,3743,1,0,0,2331.25,-1384.5,88.9072,1.5708,300,300,5,0,786,0,0,1), + (32960,11680,1,0,0,2184.42,-3321.66,128.446,1.46608,300,300,0,0,677,693,0,0), + (32961,11680,1,0,0,1522.14,-2474.37,111.034,3.70321,300,300,2,0,677,693,0,1), + (32962,11680,1,0,0,2597.62,-3600.65,134.181,6.24828,300,300,0,0,677,693,0,0), + (32963,11680,1,0,0,1452.97,-2388.83,102.775,4.72925,300,300,5,0,677,693,0,1), + (32964,11680,1,0,0,1551.65,-2534.28,103.532,2.85699,300,300,3,0,677,693,0,1), + (32965,11680,1,0,0,2585.04,-3614.57,134.131,4.41568,300,300,0,0,677,693,0,0), + (32966,11680,1,0,0,2350.6,-3277.21,101.611,4.618,300,300,5,0,677,693,0,1), + (32967,11680,1,0,0,1520.39,-2387.64,95.288,0.794645,300,300,5,0,677,693,0,1), + (32968,11680,1,0,0,2178.19,-3341.65,121.876,4.17134,300,300,0,0,677,693,0,0), + (32969,11680,1,0,0,1621.75,-2541.73,99.1678,3.27092,300,300,5,0,677,693,0,1), + (32970,11680,1,0,0,1506.09,-2296.17,93.2065,1.15572,300,300,5,0,677,693,0,1), + (32971,11680,1,0,0,1629.37,-2421.8,111.412,1.70323,300,300,5,0,677,693,0,1), + (32972,11680,1,0,0,2287.35,-3093.87,122.54,0.000889,300,300,5,0,677,693,0,1), + (32973,11680,1,0,0,2345.24,-3211.35,112.349,1.55787,300,300,5,0,677,693,0,1), + (32974,11680,1,0,0,1456.48,-2306.21,90.3447,1.7666,300,300,5,0,677,693,0,1), + (32975,11680,1,0,0,1426.23,-2318.95,93.921,6.12168,300,300,5,0,677,693,0,1), + (32976,11680,1,0,0,1645.51,-2480.99,101.757,1.11313,300,300,5,0,677,693,0,2), + (32977,11680,1,0,0,2602.67,-3601.58,109.962,0.15708,300,300,0,0,677,693,0,0), + (32978,11680,1,0,0,2612.16,-3345.18,129.271,3.08193,300,300,5,0,677,693,0,1), + (32979,11680,1,0,0,2744.76,-3412.63,122.3,0.296253,300,300,15,0,677,693,0,1), + (32980,11680,1,0,0,2779.34,-3469.37,115.113,1.0472,300,300,0,0,677,693,0,0), + (32981,11680,1,0,0,2390.58,-3315.84,103.561,1.45036,300,300,5,0,677,693,0,1), + (32982,11680,1,0,0,2272.69,-3219.37,111.04,3.78012,300,300,15,0,677,693,0,1), + (32983,11680,1,0,0,2565.17,-3285.56,130.008,0.259138,300,300,15,0,677,693,0,1), + (32984,11680,1,0,0,2509.56,-3244.61,125.857,1.78828,300,300,15,0,677,693,0,1), + (32985,11680,1,0,0,2477.91,-3282.14,116.218,4.74121,300,300,15,0,677,693,0,1), + (32986,11680,1,0,0,2477.8,-3268.12,117.712,5.75304,300,300,15,0,677,693,0,1), + (32987,11680,1,0,0,2459.02,-3247.85,117.691,0.571748,300,300,15,0,677,693,0,1), + (32988,11680,1,0,0,2439.63,-3310.54,108.241,2.87868,300,300,5,0,677,693,0,1), + (32989,11680,1,0,0,2425.03,-3345.14,103.048,0.309109,300,300,5,0,677,693,0,1), + (32990,11680,1,0,0,2396.76,-3187.87,117.008,5.94699,300,300,5,0,677,693,0,2), + (32991,11680,1,0,0,2414.4,-3151.71,121.682,1.97994,300,300,15,0,677,693,0,1), + (32992,11680,1,0,0,2286.94,-3294.33,102.207,5.00385,300,300,5,0,677,693,0,1), + (32993,11680,1,0,0,2195.96,-3321.22,104.572,6.24828,300,300,0,0,677,693,0,0), + (32994,11680,1,0,0,2278.72,-3456.83,105.068,1.5708,300,300,0,0,677,693,0,0), + (32995,11680,1,0,0,2277.41,-3351.29,98.9313,5.30343,300,300,5,0,677,693,0,1), + (32996,11680,1,0,0,2311.29,-3382.24,103.292,3.26098,300,300,5,0,677,693,0,1), + (32997,11680,1,0,0,2259.43,-3464.6,129.264,2.75762,300,300,0,0,677,693,0,0), + (32998,11680,1,0,0,2276.15,-3476.38,122.748,4.97419,300,300,0,0,677,693,0,0), + (32999,11680,1,0,0,2455,-3386.39,102.495,2.64911,300,300,5,0,677,693,0,2), + (33000,11680,1,0,0,2706.68,-3446.17,114.798,6.10119,300,300,15,0,677,693,0,1), + (33001,11680,1,0,0,2641.8,-3451.1,109.657,1.46794,300,300,5,0,677,693,0,1), + (33002,11680,1,0,0,2575.85,-3439.47,104.686,2.17117,300,300,5,0,677,693,0,1), + (33003,11680,1,0,0,2750.42,-3442.26,113.654,4.66003,300,300,0,0,677,693,0,0), + (33004,14753,1,0,0,1449.63,-1845.65,126.347,5.74213,600,600,0,0,15464,7071,0,0), + (33006,11681,1,0,0,1443.14,-2324.2,92.4051,3.38594,300,300,0,0,940,686,0,0), + (33007,11681,1,0,0,1493.83,-2350.16,93.685,5.68977,300,300,0,0,940,686,0,0), + (33008,11681,1,0,0,2324.3,-3092.98,122.504,4.50295,300,300,0,0,940,686,0,0), + (33009,11681,1,0,0,1615.38,-2510.01,98.2463,5.70723,300,300,0,0,940,686,0,0), + (33010,11681,1,0,0,1526.77,-2419.31,99.7641,3.28122,300,300,0,0,940,686,0,0), + (33011,11681,1,0,0,1600.68,-2431.31,103.153,3.54302,300,300,0,0,940,686,0,0), + (33012,11681,1,0,0,2473.58,-3121.93,123.149,4.29351,300,300,0,0,940,686,0,0), + (33013,11681,1,0,0,2442.66,-3150.71,124.646,6.21337,300,300,0,0,940,686,0,0), + (33014,11681,1,0,0,2382.89,-3119.38,123.353,4.81711,300,300,0,0,940,686,0,0), + (33015,11681,1,0,0,2244.61,-3194.38,112.431,0.907571,300,300,0,0,940,686,0,0), + (33016,11681,1,0,0,2347.76,-3145.99,118.042,3.42085,300,300,0,0,940,686,0,0), + (33017,12961,1,0,0,3379.21,1075.54,0.373861,1.65806,300,300,0,0,1605,0,0,0), + (33018,11681,1,0,0,2639.64,-3384.18,120.82,6.02139,300,300,0,0,940,686,0,0), + (33019,3745,1,0,0,2320.9,-1228.73,84.439,1.16308,300,300,15,0,617,0,0,1), + (33020,3745,1,0,0,2281.61,-1432,87.8668,2.4764,300,300,15,0,617,0,0,1), + (33021,11681,1,0,0,2479.57,-3207.45,121.266,2.79253,300,300,0,0,940,686,0,0), + (33022,11681,1,0,0,2489.58,-3187.34,123.976,2.1293,300,300,0,0,940,686,0,0), + (33023,11681,1,0,0,2411.24,-3284.44,105.134,3.59538,300,300,0,0,940,686,0,0), + (33024,11681,1,0,0,2409.74,-3183.15,119.957,6.05629,300,300,0,0,940,686,0,0), + (33025,3745,1,0,0,2322.05,-1402.86,87.2689,4.11176,300,300,15,0,617,0,0,2), + (33026,11681,1,0,0,2236.36,-3304.91,100.136,2.49582,300,300,0,0,940,686,0,0), + (33028,11682,1,0,0,1580.9,-2505.27,98.1324,1.97222,300,300,0,0,1454,0,0,0), + (33029,11682,1,0,0,1596.67,-2462.21,98.116,4.89646,300,300,5,0,1454,0,0,1), + (33030,11682,1,0,0,1579.98,-2435.22,98.116,5.10765,300,300,0,0,1454,0,0,0), + (33031,12962,1,0,0,3362.23,1024.84,2.95413,4.81711,300,300,0,0,1605,0,0,0), + (33032,3746,1,0,0,2293.26,-1453.6,89.1586,1.86736,300,300,0,0,664,0,0,0), + (33033,3746,1,0,0,2351.37,-1195.21,89.3388,5.71699,300,300,0,0,664,0,0,0), + (33034,3746,1,0,0,2369.27,-1180.73,91.0696,2.38863,300,300,0,0,664,0,0,0), + (33035,3746,1,0,0,2313.41,-1424.84,86.8939,3.63818,300,300,0,0,664,0,0,0), + (33036,11682,1,0,0,2521.98,-3384.4,102.363,4.01426,300,300,0,0,1454,0,0,0), + (33037,11682,1,0,0,2456.06,-3442.37,96.2582,3.12414,300,300,0,0,1454,0,0,0), + (33038,11682,1,0,0,2453.39,-3478.47,92.5237,1.65806,300,300,0,0,1454,0,0,0), + (33039,11682,1,0,0,2430.25,-3477.75,92.7714,1.48353,300,300,0,0,1454,0,0,0), + (33040,11682,1,0,0,2470.41,-3549.24,99.2606,4.34564,300,300,5,0,1454,0,0,2), + (33041,11682,1,0,0,2429.18,-3534.85,99.46,0.553662,300,300,0,0,1454,0,0,0), + (33042,11682,1,0,0,2461.04,-3475.16,92.6347,5.69733,300,300,5,0,1454,0,0,1), + (33043,11682,1,0,0,2456.74,-3409.18,100.72,1.58825,300,300,0,0,1454,0,0,0), + (33044,11682,1,0,0,2439.15,-3403.94,100.265,0.907571,300,300,0,0,1454,0,0,0), + (33045,11682,1,0,0,2489.08,-3425.16,105.441,1.48353,300,300,0,0,1454,0,0,0), + (33047,11683,1,0,0,1562.89,-2463.09,98.116,3.18378,300,300,0,0,737,1977,0,0), + (33048,11683,1,0,0,1569.91,-2508.5,98.116,1.93372,300,300,5,0,737,1977,0,1), + (33049,11683,1,0,0,1559.38,-2444.79,98.116,4.4741,300,300,0,0,737,1977,0,0), + (33050,11683,1,0,0,1559.69,-2422.37,98.0857,1.07475,300,300,0,0,737,1977,0,0), + (33051,11683,1,0,0,1597.74,-2499.21,98.366,5.92101,300,300,5,0,737,1977,0,1), + (33052,11683,1,0,0,1618.58,-2476.33,98.116,1.3523,300,300,5,0,737,1977,0,1), + (33053,11683,1,0,0,1560.82,-2477.39,98.116,6.08114,300,300,0,0,737,1977,0,0), + (33054,11683,1,0,0,2449.24,-3536.48,99.46,1.47479,300,300,0,0,737,1977,0,0), + (33055,11683,1,0,0,2446.57,-3551.65,99.46,2.41043,300,300,0,0,737,1977,0,0), + (33056,11683,1,0,0,2437.06,-3543.63,98.3115,3.25587,300,300,0,0,737,1977,0,0), + (33057,11683,1,0,0,2547.42,-3403.96,103.423,5.14722,300,300,0,0,737,1977,0,0), + (33058,11683,1,0,0,2417.53,-3523.69,99.2775,4.98948,300,300,0,0,737,1977,0,0), + (33059,11683,1,0,0,2429.25,-3552.37,99.46,0.229236,300,300,0,0,737,1977,0,0), + (33060,11683,1,0,0,2413.63,-3563.54,99.3393,4.61688,300,300,0,0,737,1977,0,0), + (33061,11683,1,0,0,2432.16,-3426.02,99.2233,4.59253,300,300,5,0,737,1977,0,1), + (33062,11683,1,0,0,2460.49,-3524.48,99.2987,3.56851,300,300,0,0,737,1977,0,0), + (33063,11683,1,0,0,2460.59,-3566.27,99.2036,0.476756,300,300,0,0,737,1977,0,0), + (33064,11683,1,0,0,2378.73,-3425.27,107.712,4.83456,300,300,5,0,737,1977,0,1), + (33065,11683,1,0,0,2353.82,-3281.03,101.621,6.20289,300,300,5,0,737,1977,0,1), + (33066,11683,1,0,0,2497.09,-3428.24,104.694,1.4479,300,300,0,0,737,1977,0,0), + (33067,11683,1,0,0,2504.03,-3459.55,107.022,0.07124,300,300,0,0,737,1977,0,0), + (33068,11684,1,0,0,2515.19,-3094.04,126.713,6.17846,300,300,15,0,725,0,0,1), + (33069,11684,1,0,0,1585.27,-2482.17,98.141,2.3193,300,300,5,0,725,0,0,2), + (33071,11684,1,0,0,2317.8,-3177.93,115.984,2.6814,300,300,5,0,725,0,0,1), + (33072,3748,1,0,0,2273.86,-1436.7,88.8939,3.60084,300,300,10,0,582,618,0,1), + (33073,12196,1,0,0,2341.86,-2566.99,102.857,2.28638,300,300,0,0,1605,0,0,0), + (33074,3748,1,0,0,2367.62,-1167.59,91.3196,2.70775,300,300,3,0,582,618,0,1), + (33075,3748,1,0,0,2380.13,-1186.58,90.6946,4.50012,300,300,0,0,582,618,0,0), + (33076,3748,1,0,0,2305.11,-1434.36,86.8939,1.84571,300,300,0,0,582,618,0,0), + (33077,11684,1,0,0,2281.2,-3219.22,111.696,4.00954,300,300,5,0,725,0,0,2), + (33078,11684,1,0,0,2184.4,-3396.2,95.0919,0.623307,300,300,15,0,725,0,0,1), + (33079,11684,1,0,0,2532.49,-3292.6,123.646,6.06854,300,300,5,0,725,0,0,2), + (33080,3749,1,0,0,2309.08,-1451.35,88.5189,1.21704,300,300,0,0,664,0,0,0), + (33081,3749,1,0,0,2364.03,-1197.31,89.2138,2.37938,300,300,0,0,664,0,0,0), + (33082,3749,1,0,0,2380.78,-1194.28,89.5696,1.52476,300,300,0,0,664,0,0,0), + (33083,3749,1,0,0,2288.42,-1401.9,86.3668,2.90045,300,300,0,0,664,0,0,0), + (33084,3750,1,0,0,2178.43,-1529.23,96.7139,4.45447,300,300,5,0,543,581,0,1), + (33085,3750,1,0,0,2310.88,-1148.44,88.1777,4.90311,300,300,5,0,543,581,0,1), + (33086,3750,1,0,0,2340.8,-1220.58,86.0913,2.27026,300,300,15,0,543,581,0,1), + (33087,3750,1,0,0,2205.44,-1413.11,89.7045,1.24755,300,300,5,0,543,581,0,1), + (33088,3750,1,0,0,2181.15,-1411.54,91.6178,3.42188,300,300,5,0,543,581,0,1), + (33089,3750,1,0,0,2251.48,-1386.83,84.6132,3.68838,300,300,15,0,543,581,0,1), + (33090,3750,1,0,0,2251.82,-1355.87,81.3688,5.40681,300,300,15,0,543,581,0,1), + (33091,3750,1,0,0,2213.19,-1620.76,87.2263,4.66115,300,300,5,0,543,581,0,1), + (33092,3750,1,0,0,2252.22,-1511.07,89.7212,0.003661,300,300,5,0,543,581,0,1), + (33093,3750,1,0,0,2277.37,-1486.46,89.1755,4.16113,300,300,15,0,543,581,0,1), + (33094,3750,1,0,0,2254.19,-1485.47,90.5411,4.28305,300,300,15,0,543,581,0,1), + (33095,3750,1,0,0,2315.24,-1215.08,86.5173,2.22426,300,300,15,0,543,581,0,1), + (33096,3752,1,0,0,2993.55,-2817.69,207.741,2.41197,300,300,5,0,950,0,0,1), + (33097,3752,1,0,0,2898.09,-2773.81,214.206,0.159469,300,300,0,0,950,0,0,0), + (33098,3752,1,0,0,2931.13,-2802.39,212.887,0.992901,300,300,10,0,950,0,0,1), + (33099,3752,1,0,0,2879.27,-2845.89,205.042,2.85373,300,300,15,0,950,0,0,1), + (33100,3752,1,0,0,2938.65,-2821.06,212.904,1.80996,300,300,0,0,950,0,0,0), + (33101,3752,1,0,0,2952.6,-2827.6,212.904,0.660037,300,300,0,0,950,0,0,0), + (33102,3754,1,0,0,2889.27,-2813.64,206.082,6.10643,300,300,15,0,896,0,0,1), + (33103,3754,1,0,0,2918.91,-2813.27,210.887,3.22728,300,300,15,0,896,0,0,1), + (33104,4267,1,0,0,2828.38,-284.25,106.69,4.67748,600,600,0,0,7459,7071,0,0), + (33105,3755,1,0,0,2847.92,-2822.42,199.336,5.73092,300,300,15,0,769,756,0,1), + (33106,3755,1,0,0,3021.72,-2820.48,203.009,3.26594,300,300,5,0,769,756,0,1), + (33107,3755,1,0,0,3050.65,-2818.27,198.192,0.853068,300,300,5,0,769,756,0,1), + (33108,3755,1,0,0,2947.47,-2757.94,220.076,5.32284,300,300,5,0,769,756,0,1), + (33109,3755,1,0,0,2871.79,-2891.05,202.978,1.97921,300,300,0,0,769,756,0,0), + (33110,3755,1,0,0,2878.44,-2788,209.839,3.00253,300,300,0,0,769,756,0,0), + (33111,3755,1,0,0,2913.39,-2788.31,214.357,2.38063,300,300,0,0,769,756,0,0), + (33112,3755,1,0,0,2852.79,-2872.29,198.494,1.91441,300,300,3,0,769,756,0,1), + (33113,3755,1,0,0,2913.19,-2851.23,211.22,0.564707,300,300,0,0,769,756,0,0), + (33114,3757,1,0,0,3038.53,-2786.2,195.47,1.99327,300,300,5,0,812,811,0,1), + (33115,12717,1,0,0,3341.65,1004.38,3.89818,0.715585,300,300,0,0,1240,0,0,0), + (33116,3757,1,0,0,2951.62,-2782.34,217.468,4.3211,300,300,5,0,812,811,0,1), + (33117,3757,1,0,0,2964.97,-2789.08,214.468,3.36458,300,300,5,0,812,811,0,1), + (33118,3757,1,0,0,2921.95,-2859.21,214.771,2.8063,300,300,0,0,812,811,0,0), + (33119,3757,1,0,0,2929.89,-2836.57,212.396,4.49579,300,300,0,0,812,811,0,0), + (33120,3757,1,0,0,2950.92,-2811.18,212.654,4.12955,300,300,0,0,812,811,0,0), + (33121,12718,1,0,0,1937.83,-2337.02,92.7938,1.3439,300,300,0,0,1605,0,0,0), + (33122,3758,1,0,0,2621.7,-2275.97,206.8,5.58495,300,300,5,0,734,0,0,1), + (33123,3758,1,0,0,2643.76,-2256.61,198.182,1.1091,300,300,10,0,734,0,0,1), + (33124,3758,1,0,0,2652.2,-2152.02,197.928,3.72,300,300,5,0,734,0,0,1), + (33125,3758,1,0,0,2652.65,-2124.3,196.857,3.90171,300,300,5,0,734,0,0,2), + (33126,3758,1,0,0,2686.67,-2120.47,200.71,1.81578,300,300,5,0,734,0,0,1), + (33127,3758,1,0,0,2516.83,-2151.63,199.414,4.49961,300,300,10,0,734,0,0,1), + (33128,12719,1,0,0,3331.24,1025.91,6.36169,6.03884,300,300,0,0,2016,0,0,0), + (33129,3759,1,0,0,2619.74,-2113.96,197.774,0.48105,300,300,5,0,788,0,0,1), + (33130,3759,1,0,0,2572.91,-2181.63,194.61,2.40182,300,300,5,0,788,0,0,1), + (33131,3759,1,0,0,2580.13,-2156.17,193.82,2.46937,300,300,5,0,788,0,0,1), + (33132,3759,1,0,0,2488.92,-2138.81,201.615,5.27665,300,300,0,0,788,0,0,0), + (33133,12720,1,0,0,2251.3,-2503.09,125.2,3.83972,300,300,0,0,1764,0,0,0), + (33135,11198,0,0,0,-10083.9,-2801.88,29.1938,3.9968,300,300,0,0,1981,0,0,0), + (33136,12721,1,0,0,3333.34,1028.3,6.36169,5.02655,300,300,0,0,1684,0,0,0), + (33137,11697,1,0,0,1713.02,-3033.85,131.306,5.17632,300,300,5,0,952,811,0,1), + (33138,4273,1,0,0,2698.57,-1878.41,234.376,5.96903,300,300,0,0,865,811,0,0), + (33139,11697,1,0,0,1617.19,-2989.06,181.216,1.09771,300,300,5,0,952,811,0,1), + (33140,11697,1,0,0,1983.6,-3146.79,101.819,0.541725,300,300,10,0,952,811,0,1), + (33141,11697,1,0,0,2124.86,-2949.74,113.585,3.59272,300,300,15,0,952,811,0,1), + (33142,11697,1,0,0,1712.96,-3447.44,144.452,4.57276,300,300,10,0,952,811,0,1), + (33143,11697,1,0,0,1684.11,-3426.6,145.077,6.19592,300,300,10,0,952,811,0,1), + (33144,11697,1,0,0,1730.53,-3469.6,144.374,2.72271,300,300,0,0,952,811,0,0), + (33145,11697,1,0,0,1708.13,-3471.89,144.303,1.29154,300,300,0,0,952,811,0,0), + (33146,11697,1,0,0,1625.63,-3322.63,144.496,0.731637,300,300,10,0,952,811,0,1), + (33147,11697,1,0,0,1784.69,-3181.21,91.61,5.44543,300,300,10,0,952,811,0,1), + (33148,12722,1,0,0,2358.47,-2570.35,102.857,2.70526,300,300,0,0,1528,2068,0,0), + (33149,3762,1,0,0,2614,-2256.51,202.408,3.79259,300,300,10,0,640,655,0,1), + (33150,3762,1,0,0,2551.8,-2114.15,198.157,1.68158,300,300,5,0,640,655,0,1), + (33151,3762,1,0,0,2548.45,-2148.65,196.201,1.46714,300,300,15,0,640,655,0,1), + (33152,3762,1,0,0,2544.26,-2183.85,197.241,2.32066,300,300,0,0,640,655,0,0), + (33153,3762,1,0,0,2681.76,-2152.16,192.581,3.55803,300,300,5,0,640,655,0,1), + (33154,3762,1,0,0,2586,-2113.76,197.732,0.826252,300,300,5,0,640,655,0,1), + (33155,3762,1,0,0,2582.9,-2214.78,196.153,0.391608,300,300,10,0,640,655,0,1), + (33156,12723,1,0,0,2344.08,-2504.8,103.127,4.36332,300,300,0,0,1454,0,0,0), + (33157,3763,1,0,0,2579.54,-2242.5,200.817,1.53993,300,300,5,0,788,0,0,1), + (33158,3763,1,0,0,2601.22,-2233.24,199.049,2.68515,300,300,10,0,788,0,0,1), + (33159,3763,1,0,0,2482.3,-2154.86,201.865,3.98689,300,300,5,0,788,0,0,1), + (33160,3763,1,0,0,2504.47,-2170.73,200.568,3.77415,300,300,5,0,788,0,0,1), + (33161,3763,1,0,0,2505.25,-2116.74,200.822,5.17986,300,300,5,0,788,0,0,1), + (33162,3763,1,0,0,2598.88,-2130.61,195.982,4.45172,300,300,5,0,788,0,0,1), + (33163,3763,1,0,0,2475.3,-2148.2,201.865,1.76329,300,300,0,0,788,0,0,0), + (33164,3763,1,0,0,2536.13,-2182.78,197.651,4.39823,300,300,0,0,788,0,0,0), + (33165,12724,1,0,0,2309.79,-2513.19,105.394,5.20108,300,300,0,0,1930,0,0,0), + (33166,4788,1,0,0,4203.38,920.564,-11.0275,0.947844,300,300,3,0,1452,0,0,1), + (33167,4788,1,0,0,4187.83,933.927,-13.0779,0.894955,300,300,3,0,1452,0,0,1), + (33168,4788,1,0,0,4284.45,920.548,-17.0842,4.88727,300,300,5,0,1452,0,0,1), + (33169,4788,1,0,0,4290.33,898.626,-12.5044,1.55557,300,300,3,0,1452,0,0,1), + (33170,4788,1,0,0,4265.09,900.431,-14.3911,6.09916,300,300,3,0,1452,0,0,1), + (33171,4788,1,0,0,4248.01,899.882,-9.90777,2.95469,300,300,3,0,1452,0,0,1), + (33172,4788,1,0,0,4224.25,905.598,-8.85205,5.05912,300,300,5,0,1452,0,0,1), + (33173,4789,1,0,0,4209.75,717.278,-24.6109,0.075991,300,300,5,0,1563,0,0,1), + (33174,3765,1,0,0,2742.63,-2915.09,145.202,1.21727,300,300,15,0,788,0,0,1), + (33175,4789,1,0,0,4225.47,769.539,-21.4126,2.95534,300,300,5,0,1563,0,0,1), + (33176,4789,1,0,0,4269,841.05,-3.86323,2.98853,300,300,5,0,1563,0,0,1), + (33177,4789,1,0,0,4261.04,818.823,-7.07113,1.20219,300,300,5,0,1563,0,0,1), + (33178,4789,1,0,0,4323.29,915.22,-16.4688,1.20651,300,300,5,0,1563,0,0,1), + (33179,4789,1,0,0,4281.17,850.709,-8.62695,6.08921,300,300,5,0,1563,0,0,1), + (33180,3765,1,0,0,2720.52,-2977.9,141.424,2.31757,300,300,15,0,788,0,0,1), + (33181,3765,1,0,0,2820.69,-3013.73,160.32,5.55719,300,300,5,0,788,0,0,1), + (33182,3767,1,0,0,2759.47,-2942.06,143.331,1.1285,300,300,5,0,840,0,0,1), + (33183,3767,1,0,0,2790.28,-2952.49,148.756,3.36294,300,300,5,0,840,0,0,1), + (33184,3767,1,0,0,2777.56,-2961.37,145.631,0.96174,300,300,15,0,840,0,0,1), + (33185,3767,1,0,0,2752.55,-3001.11,147.983,3.6165,300,300,15,0,840,0,0,1), + (33186,3767,1,0,0,2735.78,-2988.18,140.786,5.70086,300,300,0,0,840,0,0,0), + (33187,3767,1,0,0,2790.26,-3022.98,157.879,1.79176,300,300,15,0,840,0,0,1), + (33188,3767,1,0,0,2668.66,-3021.33,155.953,3.75857,300,300,5,0,840,0,0,2), + (33189,6073,1,0,0,2012.81,-2998.05,107.899,5.17429,300,300,5,0,950,0,0,1), + (33190,6073,1,0,0,2050.54,-2948.78,108.862,1.66834,300,300,5,0,950,0,0,1), + (33191,6073,1,0,0,2019.79,-3056.88,101.597,5.55936,300,300,15,0,950,0,0,1), + (33192,6073,1,0,0,2074.18,-3113.2,104.347,2.82202,300,300,5,0,950,0,0,1), + (33193,6073,1,0,0,2147.13,-2979.85,116.112,3.76893,300,300,15,0,950,0,0,1), + (33194,6073,1,0,0,2179.57,-2950.73,119.688,5.17168,300,300,15,0,950,0,0,1), + (33195,6073,1,0,0,1945.33,-3056.74,103.414,3.53841,300,300,15,0,950,0,0,1), + (33196,6073,1,0,0,1986.65,-3097.45,113.411,5.5211,300,300,15,0,950,0,0,1), + (33197,6073,1,0,0,1957.22,-3110.45,106.548,1.18545,300,300,15,0,950,0,0,1), + (33198,6073,1,0,0,1626.63,-3055.65,89.682,5.93406,300,300,15,0,950,0,0,1), + (33199,6073,1,0,0,1652.79,-3084.43,88.5691,4.34059,300,300,15,0,950,0,0,1), + (33200,6073,1,0,0,1654.71,-3387.49,144.438,5.09055,300,300,10,0,950,0,0,1), + (33201,6073,1,0,0,1688.79,-3218.07,127.277,6.13988,300,300,0,0,950,0,0,0), + (33202,6073,1,0,0,1680.12,-3187.77,115.844,3.89176,300,300,0,0,950,0,0,0), + (33203,6073,1,0,0,1920.32,-3152.29,97.9181,1.38317,300,300,10,0,950,0,0,1), + (33204,6073,1,0,0,1979.1,-2952.5,105.404,3.16319,300,300,15,0,950,0,0,1), + (33205,6073,1,0,0,1915.31,-3088.49,110.881,5.58076,300,300,5,0,950,0,0,1), + (33206,6073,1,0,0,1978.36,-3015.44,106.821,4.80134,300,300,15,0,950,0,0,1), + (33207,6073,1,0,0,1853.34,-3169.58,94.5721,0.535825,300,300,10,0,950,0,0,1), + (33208,12474,1,0,0,3175.95,-3581.62,131.536,0.578493,1800,1800,0,0,80925,0,0,0), + (33209,12474,1,0,0,3173.86,-3577.92,131.38,0.580049,1800,1800,0,0,80925,0,0,0), + (33210,12474,1,0,0,3147.45,-3462.05,139.415,4.76524,1800,1800,0,0,80925,0,0,0), + (33211,12474,1,0,0,3242.32,-3645.28,128.126,2.37154,1800,1800,0,0,80925,0,0,0), + (33212,12474,1,0,0,3243.34,-3793.69,125.013,3.82712,1800,1800,0,0,80925,0,0,0), + (33213,12474,1,0,0,3240.53,-3790.5,124.41,3.82715,1800,1800,0,0,80925,0,0,0), + (33214,12474,1,0,0,3143.54,-3777.3,122.377,4.01209,1800,1800,0,0,80925,0,0,0), + (33215,12474,1,0,0,3141.63,-3774.74,122.689,3.6005,1800,1800,0,0,80925,0,0,0), + (33216,3770,1,0,0,2790.67,-2970.94,149.654,2.10124,300,300,5,0,840,0,0,1), + (33217,3770,1,0,0,2780.97,-3011.94,154.129,5.72726,300,300,5,0,840,0,0,1), + (33218,3770,1,0,0,2778.81,-3018.68,154.254,3.60988,300,300,5,0,840,0,0,1), + (33219,3770,1,0,0,2768.5,-2997.23,150.029,0.7619,300,300,15,0,840,0,0,1), + (33220,3770,1,0,0,2779.12,-2989.45,150.338,2.2804,300,300,5,0,840,0,0,1), + (33221,3770,1,0,0,2762.96,-2953.25,143.206,4.39373,300,300,5,0,840,0,0,1), + (33222,3770,1,0,0,2738.42,-2979.82,141.036,2.93905,300,300,5,0,840,0,0,1), + (33223,3770,1,0,0,2690.66,-2984.4,142.799,3.40071,300,300,5,0,840,0,0,1), + (33224,3770,1,0,0,2810.68,-2977.67,155.455,3.91597,300,300,5,0,840,0,0,1), + (33225,3770,1,0,0,2803.13,-2942.63,153.361,1.53752,300,300,5,0,840,0,0,1), + (33226,12475,1,0,0,3149.48,-3460.1,139.711,4.76532,1800,1800,0,0,76300,0,0,0), + (33227,12475,1,0,0,3245.31,-3642.27,129.289,2.37209,1800,1800,0,0,76300,0,0,0), + (33228,12475,1,0,0,3185.15,-3511.56,134.407,1.55167,1800,1800,0,0,76300,0,0,0), + (33229,12475,1,0,0,3181.42,-3512.31,133.482,1.88614,1800,1800,0,0,76300,0,0,0), + (33230,12475,1,0,0,3155.36,-3653.06,121.816,0.005241,1800,1800,0,0,76300,0,0,0), + (33231,12475,1,0,0,3155.66,-3657.3,121.582,0.005258,1800,1800,0,0,76300,0,0,0), + (33232,3771,1,0,0,2685.87,-3051.8,166.911,0.940805,300,300,5,0,684,693,0,1), + (33233,3771,1,0,0,2755.34,-3084.5,164.072,1.48862,300,300,5,0,684,693,0,1), + (33234,3771,1,0,0,2752.65,-3051.01,156.691,1.81491,300,300,5,0,684,693,0,1), + (33235,3771,1,0,0,2788.93,-2911.5,150.961,1.33277,300,300,0,0,684,693,0,0), + (33236,3771,1,0,0,2717.36,-2949.86,140.924,4.38988,300,300,0,0,684,693,0,0), + (33237,3771,1,0,0,2778.44,-2892.8,150.41,4.63026,300,300,0,0,684,693,0,0), + (33238,3771,1,0,0,2721.18,-2909.5,143.946,2.14715,300,300,15,0,684,693,0,1), + (33239,3771,1,0,0,2746.37,-2886.7,156.55,6.00222,300,300,5,0,684,693,0,1), + (33240,12476,1,0,0,3177.21,-3578.26,131.577,0.57846,1800,1800,0,0,62875,24860,0,0), + (33241,12476,1,0,0,3145.24,-3460.18,139.381,4.75975,1800,1800,0,0,62875,24860,0,0), + (33242,12476,1,0,0,3242.05,-3642.06,128.402,2.37209,1800,1800,0,0,62875,24860,0,0), + (33243,12476,1,0,0,3182.94,-3509.48,134.507,1.66852,1800,1800,0,0,62875,24860,0,0), + (33244,12476,1,0,0,3240.11,-3793.59,124.704,3.82742,1800,1800,0,0,62875,24860,0,0), + (33245,12476,1,0,0,3158.41,-3655.17,121.924,0.005229,1800,1800,0,0,62875,24860,0,0), + (33246,12476,1,0,0,3140.91,-3777.18,122.477,3.85199,1800,1800,0,0,62875,24860,0,0), + (33247,3772,1,0,0,2332.7,63.4456,92.6269,2.80103,300,300,5,0,544,581,0,1), + (33248,3772,1,0,0,2236.03,242.846,135.875,0.31191,300,300,5,0,544,581,0,1), + (33249,3772,1,0,0,2420.36,419.171,95.8207,2.01786,300,300,15,0,544,581,0,1), + (33250,2236,1,0,0,4388.01,1005.67,3.9974,1.72363,300,300,5,0,494,0,0,1), + (33251,2236,1,0,0,4422.97,883.957,0.318649,5.49972,300,300,5,0,494,0,0,1), + (33252,2236,1,0,0,4356.36,996.99,10.3914,5.61227,300,300,5,0,494,0,0,1), + (33253,3772,1,0,0,2373.66,445.225,112.059,6.07066,300,300,0,0,544,581,0,0), + (33254,3772,1,0,0,2278.7,380.356,131.995,0.970382,300,300,5,0,544,581,0,1), + (33255,3772,1,0,0,2235.23,327.894,132.589,2.20152,300,300,5,0,544,581,0,1), + (33256,2236,1,0,0,4381.74,938.335,5.23037,1.28149,300,300,5,0,494,0,0,1), + (33257,3772,1,0,0,2385.3,82.7219,93.9396,1.4848,300,300,5,0,544,581,0,1), + (33258,3772,1,0,0,2387.52,23.9108,92.7084,1.16488,300,300,15,0,544,581,0,1), + (33259,3772,1,0,0,2282.95,36.9325,107.039,2.24555,300,300,5,0,544,581,0,1), + (33260,3772,1,0,0,2247.81,82.7382,103.254,4.07045,300,300,5,0,544,581,0,2), + (33261,3772,1,0,0,2245.63,149.855,117.563,2.62899,300,300,5,0,544,581,0,1), + (33262,3772,1,0,0,2268.31,195.317,145.955,5.02634,300,300,5,0,544,581,0,1), + (33263,3772,1,0,0,2312.34,220.706,154.109,2.44673,300,300,5,0,544,581,0,1), + (33264,3774,1,0,0,2243.51,352.072,130.571,0.200903,300,300,5,0,573,0,0,1), + (33265,3774,1,0,0,2203.86,104.852,111.723,4.4092,300,300,5,0,573,0,0,1), + (33266,3774,1,0,0,2288.46,446.222,137.342,2.52343,300,300,5,0,573,0,0,1), + (33267,3774,1,0,0,2219.58,277.871,133.392,1.38616,300,300,5,0,573,0,0,1), + (33268,3774,1,0,0,2415.31,477.918,106.179,2.67576,300,300,5,0,573,0,0,1), + (33269,3774,1,0,0,2347.79,450.865,119.79,0.948339,300,300,5,0,573,0,0,1), + (33270,3774,1,0,0,2318.19,450.418,132.932,1.97771,300,300,5,0,573,0,0,1), + (33271,3774,1,0,0,2284.11,422.38,131.618,2.43085,300,300,5,0,573,0,0,1), + (33272,3774,1,0,0,2332.67,245.359,154.298,5.9531,300,300,0,0,573,0,0,0), + (33273,3774,1,0,0,2345.13,230.648,153.951,4.82173,300,300,5,0,573,0,0,1), + (33274,3774,1,0,0,2412.38,39.398,89.4717,4.5091,300,300,15,0,573,0,0,1), + (33275,3774,1,0,0,2206.92,74.82,113.819,3.30835,300,300,5,0,573,0,0,1), + (33276,3774,1,0,0,2252.91,56.5611,104.014,5.30193,300,300,5,0,573,0,0,1), + (33277,3774,1,0,0,2322.24,60.8695,92.809,3.09666,300,300,5,0,573,0,0,1), + (33278,3774,1,0,0,2308.44,52.601,95.1281,3.08704,300,300,5,0,573,0,0,1), + (33279,3774,1,0,0,2210.52,166.095,123.479,1.33175,300,300,5,0,573,0,0,1), + (33280,3774,1,0,0,2215.14,181.225,128.281,3.32165,300,300,15,0,573,0,0,1), + (33281,11712,1,0,0,2648.59,392.19,72.3485,1.97851,300,300,0,0,2568,0,0,0), + (33282,12736,1,0,0,3355.07,1033.14,6.03463,1.50098,300,300,0,0,1240,1633,0,0), + (33283,12737,1,0,0,2366.48,-2548.22,103.273,2.07694,600,600,0,0,2210,0,0,0), + (33284,5314,1,0,0,3184.51,-3652.05,123.377,5.10515,3600,3600,5,0,80925,0,0,2), + (33285,4802,1,0,0,4312.73,947.008,-22.7093,3.05856,300,300,2,0,1299,980,0,1), + (33286,4802,1,0,0,4168.69,948.015,-17.7654,0.818697,300,300,3,0,1299,980,0,1), + (33287,4802,1,0,0,4208.94,928.794,-8.75785,0.330905,300,300,5,0,1299,980,0,1), + (33288,4802,1,0,0,4333.98,879.114,-21.1304,4.17473,300,300,5,0,1299,980,0,1), + (33289,4802,1,0,0,4237.73,796.093,-15.5948,0.935029,300,300,5,0,1299,980,0,1), + (33290,4802,1,0,0,4247,890.878,-9.37451,0.941239,300,300,3,0,1299,980,0,1), + (33291,4802,1,0,0,4209.44,918.492,-9.60041,5.67969,300,300,5,0,1299,980,0,1), + (33292,4802,1,0,0,4309.56,912.067,-16.0522,0.95599,300,300,2,0,1299,980,0,1), + (33293,4802,1,0,0,4165.32,936.075,-17.9591,1.119,300,300,3,0,1299,980,0,1), + (33294,4803,1,0,0,4284.73,963.384,-24.0023,0.350988,300,300,3,0,1392,1020,0,1), + (33295,4803,1,0,0,4288.34,976.409,-21.5372,1.81872,300,300,3,0,1392,1020,0,1), + (33296,4803,1,0,0,4310.98,937.415,-18.5834,2.32948,300,300,2,0,1392,1020,0,1), + (33297,4803,1,0,0,4343.39,887.219,-20.6897,3.10769,300,300,5,0,1392,1020,0,1), + (33298,4803,1,0,0,4331.09,863.942,-20.336,5.00311,300,300,5,0,1392,1020,0,1), + (33299,4803,1,0,0,4340.63,855.231,-20.8787,5.21999,300,300,5,0,1392,1020,0,1), + (33300,4803,1,0,0,4255.69,665.841,-28.9923,2.16358,300,300,5,0,1392,1020,0,1), + (33302,4803,1,0,0,4211.48,743.905,-23.8398,4.83856,300,300,3,0,1392,1020,0,1), + (33303,4803,1,0,0,4242.6,722.841,-27.8341,4.50619,300,300,5,0,1392,1020,0,1), + (33304,4803,1,0,0,4258.4,732.838,-26.3651,4.39429,300,300,5,0,1392,1020,0,1), + (33305,4803,1,0,0,4220.18,744.233,-24.7492,0.296007,300,300,3,0,1392,1020,0,1), + (33306,4803,1,0,0,4213.45,729.203,-24.9974,4.19379,300,300,3,0,1392,1020,0,1), + (33307,4803,1,0,0,4234.45,791.927,-16.9335,5.01013,300,300,5,0,1392,1020,0,1), + (33308,4803,1,0,0,4309.97,863.958,-15.0554,3.52966,300,300,5,0,1392,1020,0,1), + (33309,4803,1,0,0,4244.1,822.513,-7.42719,3.81957,300,300,5,0,1392,1020,0,1), + (33310,4803,1,0,0,4318.98,897.664,-13.7531,4.91207,300,300,3,0,1392,1020,0,1), + (33311,4803,1,0,0,4321.39,890.548,-13.378,1.93931,300,300,3,0,1392,1020,0,1), + (33312,4803,1,0,0,4296.6,858.678,-14.1896,0.684972,300,300,5,0,1392,1020,0,1), + (33313,3780,1,0,0,2808.17,-1010.62,197.943,2.44659,300,300,5,0,531,0,0,1), + (33314,3780,1,0,0,2887.77,-1026.13,192.479,2.06679,300,300,3,0,531,0,0,1), + (33315,3780,1,0,0,2847.87,-1043.36,197.644,3.70653,300,300,3,0,531,0,0,1), + (33317,3780,1,0,0,2977.03,-979.454,198.854,2.86866,300,300,15,0,531,0,0,1), + (33318,3780,1,0,0,2972.02,-1014.27,199.067,1.27199,300,300,15,0,531,0,0,1), + (33319,3780,1,0,0,2834.24,-997.952,193.547,2.11925,300,300,15,0,531,0,0,1), + (33320,3780,1,0,0,2956.57,-1048.04,199.241,6.21424,300,300,5,0,531,0,0,1), + (33321,3780,1,0,0,2950.7,-1008.41,191.597,1.35069,300,300,15,0,531,0,0,1), + (33322,3780,1,0,0,2825.56,-945.892,197.708,3.5542,300,300,5,0,531,0,0,1), + (33323,3780,1,0,0,2948.6,-955.646,190.02,1.32401,300,300,5,0,531,0,0,1), + (33324,3780,1,0,0,2980.65,-928.7,198.705,5.09863,300,300,15,0,531,0,0,1), + (33325,3780,1,0,0,3010.41,-942.408,193.188,2.69098,300,300,15,0,531,0,0,1), + (33326,3780,1,0,0,2940.6,-892.612,196.472,1.18093,300,300,5,0,531,0,0,1), + (33327,3780,1,0,0,2912.97,-968.968,201.454,3.18033,300,300,5,0,531,0,0,1), + (33328,3780,1,0,0,2910.83,-918.648,192.233,5.59532,300,300,5,0,531,0,0,1), + (33329,3780,1,0,0,2869.08,-944.698,190.069,5.46276,300,300,5,0,531,0,0,1), + (33330,3780,1,0,0,2815.28,-959.424,195.256,3.96272,300,300,5,0,531,0,0,1), + (33331,3781,1,0,0,1974.45,-184.942,98.8088,0.571525,300,300,15,0,544,581,0,1), + (33332,3781,1,0,0,2010.86,-257.319,87.6568,0.810255,300,300,15,0,544,581,0,1), + (33333,3781,1,0,0,1992.23,-217.613,87.0355,2.50186,300,300,15,0,544,581,0,1), + (33334,3781,1,0,0,2082.34,-338.708,92.9016,0.305745,300,300,5,0,544,581,0,1), + (33335,3781,1,0,0,2081.4,-146.535,87.451,3.21285,300,300,15,0,544,581,0,1), + (33336,3781,1,0,0,2040.38,-85.1864,115.131,2.58393,300,300,5,0,544,581,0,1), + (33337,3781,1,0,0,2146.29,-265.482,82.2432,1.14821,300,300,5,0,544,581,0,1), + (33338,3781,1,0,0,2129.66,-168.147,81.2528,1.65847,300,300,5,0,544,581,0,1), + (33339,3781,1,0,0,2076.94,-295.021,83.0711,4.72801,300,300,15,0,544,581,0,1), + (33340,3781,1,0,0,2148.53,-131.948,100.197,4.38971,300,300,15,0,544,581,0,1), + (33341,3782,1,0,0,1594,-2062.39,92.6885,5.83038,300,300,10,0,734,0,0,1), + (33342,3782,1,0,0,1518.59,-2118.56,77.8073,5.79303,300,300,5,0,734,0,0,1), + (33343,3782,1,0,0,2447.59,-2853.34,138.267,1.20517,300,300,5,0,734,0,0,1), + (33344,3782,1,0,0,2019.42,-3211.25,79.5454,2.85354,300,300,5,0,734,0,0,1), + (33345,3782,1,0,0,2080.39,-2020.64,89.503,3.51056,300,300,5,0,734,0,0,1), + (33346,3782,1,0,0,2153.96,-2080.61,92.4724,2.48831,300,300,5,0,734,0,0,1), + (33347,3782,1,0,0,1722.69,-1810.7,85.3791,3.15973,300,300,5,0,734,0,0,1), + (33348,3782,1,0,0,1442.89,-2139.18,90.7336,3.18861,300,300,10,0,734,0,0,1), + (33349,3782,1,0,0,2056.8,-3246.62,75.5128,0.472381,300,300,5,0,734,0,0,1), + (33350,3782,1,0,0,1638.95,-1703.82,85.6922,1.9483,300,300,5,0,734,0,0,1), + (33351,3782,1,0,0,2537.81,-2399.84,145.26,5.80862,300,300,5,0,734,0,0,1), + (33352,3782,1,0,0,1677.26,-1747.58,92.0634,4.26071,300,300,5,0,734,0,0,1), + (33353,3782,1,0,0,2196.75,-2142.89,93.5582,0.463318,300,300,5,0,734,0,0,1), + (33354,3782,1,0,0,1652.06,-1743.58,85.8507,2.98989,300,300,5,0,734,0,0,1), + (33355,3782,1,0,0,2225.73,-2991.5,106.452,4.37443,300,300,5,0,734,0,0,1), + (33356,3782,1,0,0,2518.81,-2379.71,139.772,0.094188,300,300,5,0,734,0,0,1), + (33357,3782,1,0,0,2353.47,-2319.64,112.227,6.09938,300,300,5,0,734,0,0,1), + (33358,3782,1,0,0,2380.01,-2824.38,130.719,0.454475,300,300,5,0,734,0,0,1), + (33359,3782,1,0,0,2320.52,-2818.25,124.301,1.96745,300,300,5,0,734,0,0,1), + (33360,3782,1,0,0,2253.09,-2822.14,117.987,6.16437,300,300,5,0,734,0,0,1), + (33361,3782,1,0,0,1565.42,-2189,94.7367,4.69732,300,300,5,0,734,0,0,1), + (33362,3782,1,0,0,2209.06,-3049.8,102.21,4.43212,300,300,5,0,734,0,0,1), + (33363,3782,1,0,0,1978.93,-2876.11,89.0523,4.08741,300,300,5,0,734,0,0,1), + (33364,3782,1,0,0,2121.2,-2872.14,103.446,1.91315,300,300,5,0,734,0,0,1), + (33365,3782,1,0,0,1554.81,-2156.39,78.0371,3.15331,300,300,10,0,734,0,0,1), + (33366,3782,1,0,0,1610.26,-2080.29,91.5411,3.49658,300,300,10,0,734,0,0,1), + (33367,3782,1,0,0,2615.05,-2839.23,158.476,1.63925,300,300,5,0,734,0,0,1), + (33368,3782,1,0,0,1578.02,-2148.39,88.4134,6.04058,300,300,5,0,734,0,0,1), + (33369,3782,1,0,0,2255.62,-2258.04,97.6004,5.19506,300,300,5,0,734,0,0,1), + (33370,6087,1,0,0,2101.26,-1182.86,101.786,4.74729,300,300,0,0,1770,0,0,0), + (33371,6087,1,0,0,2134.48,-1198.76,98.3637,0.087266,300,300,0,0,1770,0,0,0), + (33372,6087,1,0,0,2134.3,-1181.38,99.2387,6.23082,300,300,0,0,1770,0,0,0), + (33373,6087,1,0,0,2101.42,-1198.31,101.787,1.79769,300,300,0,0,1770,0,0,0), + (33374,3783,1,0,0,1921.4,-108.616,115.266,0.285005,300,300,5,0,508,545,0,1), + (33375,3783,1,0,0,1979.87,-261.23,101.905,0.896719,300,300,5,0,508,545,0,1), + (33376,3783,1,0,0,2019.7,-150.785,92.0379,5.05515,300,300,15,0,508,545,0,1), + (33377,3783,1,0,0,1889.68,-185.947,101.304,4.28842,300,300,5,0,508,545,0,2), + (33379,1545,0,0,0,2920.8,86.4658,4.24989,1.41864,300,300,10,0,176,0,0,1), + (33381,6087,1,0,0,2652.8,-381.443,107.532,4.95674,300,300,0,0,1770,0,0,0), + (33384,1545,0,0,0,2940.1,43.7624,6.06985,0.892573,300,300,10,0,176,0,0,1), + (33385,1545,0,0,0,2948.93,-18.7436,7.72405,4.14629,300,300,10,0,176,0,0,1), + (33386,1545,0,0,0,2975.71,81.9219,2.92232,2.80628,300,300,5,0,176,0,0,1), + (33390,7603,90,0,0,-489.812,559.961,-230.602,3.65961,7200,7200,2,0,853,0,0,1), + (33391,3783,1,0,0,2076.86,-122.765,92.0376,2.95301,300,300,5,0,508,545,0,1), + (33395,6233,90,0,0,-479.992,553.159,-230.602,3.59214,7200,7200,2,0,2559,0,0,1), + (33396,7603,90,0,0,-466.408,527.329,-230.602,6.11885,7200,7200,2,0,853,0,0,1), + (33397,7603,90,0,0,-464.437,527.62,-230.601,0.364823,7200,7200,2,0,853,0,0,1), + (33398,7603,90,0,0,-467.899,517.033,-230.518,2.00713,7200,7200,2,0,853,0,0,1), + (33399,7603,90,0,0,-472.045,527.063,-230.602,0.923557,7200,7200,2,0,853,0,0,1), + (33400,6222,90,0,0,-464.458,518.547,-230.602,5.24279,7200,7200,0,0,905,0,0,0), + (33401,6222,90,0,0,-515.631,587.235,-230.602,6.02039,7200,7200,2,0,905,0,0,1), + (33402,6222,90,0,0,-539.798,558.085,-273.08,1.41736,7200,7200,2,0,905,0,0,1), + (33403,7603,90,0,0,-631.247,444.701,-272.979,0.925025,7200,7200,3,0,853,0,0,1), + (33404,7603,90,0,0,-626.295,448.169,-272.978,3.735,7200,7200,2,0,853,0,0,1), + (33405,7603,90,0,0,-630.799,450,-272.979,0,7200,7200,2,0,853,0,0,1), + (33406,6087,1,0,0,2735.93,-416.844,110.501,2.79253,300,300,0,0,1770,0,0,0), + (33407,6087,1,0,0,2637.42,-451.803,106.82,2.9147,300,300,0,0,1770,0,0,0), + (33408,6087,1,0,0,2633.13,-443.645,107.211,4.04916,300,300,0,0,1770,0,0,0), + (33409,6087,1,0,0,2814.51,-272.127,106.94,1.71042,300,300,0,0,1770,0,0,0), + (33410,6087,1,0,0,2658.91,-394.258,108.499,5.79358,300,300,0,0,1770,0,0,0), + (33411,6087,1,0,0,2717.91,-369.602,107.964,5.84685,300,300,0,0,1770,0,0,0), + (33412,6087,1,0,0,2728.83,-356.807,108.6,5.5676,300,300,0,0,1770,0,0,0), + (33413,6087,1,0,0,2741.93,-358.924,107.214,4.0362,300,300,5,0,1770,0,0,2), + (33414,6087,1,0,0,2753.11,-317.827,109.251,4.64258,300,300,0,0,1770,0,0,0), + (33415,3783,1,0,0,1957.63,-186.397,103.705,3.26292,300,300,15,0,508,545,0,1), + (33416,3783,1,0,0,2045.56,-288.688,83.6489,0.013011,300,300,5,0,508,545,0,1), + (33417,3783,1,0,0,2085.93,-313.309,86.3394,2.96249,300,300,15,0,508,545,0,1), + (33418,3783,1,0,0,2118.92,-281.266,82.3794,4.51128,300,300,5,0,508,545,0,1), + (33419,3783,1,0,0,2080.63,-278.546,92.1737,4.12168,300,300,15,0,508,545,0,1), + (33420,3783,1,0,0,2148.25,-243.185,81.8675,1.36055,300,300,5,0,508,545,0,1), + (33421,7603,90,0,0,-634.205,453.489,-273.063,2.70326,7200,7200,2,0,853,0,0,1), + (33422,6222,90,0,0,-633.882,447.407,-273.063,5.88472,7200,7200,3,0,905,0,0,1), + (33423,7603,90,0,0,-732.509,241.083,-272.997,1.65806,7200,7200,2,0,853,0,0,1), + (33424,3783,1,0,0,2044.94,-118.126,86.5075,5.03661,300,300,5,0,508,545,0,1), + (33425,3783,1,0,0,2011.7,-74.3316,121.165,3.75344,300,300,5,0,508,545,0,1), + (33426,7603,90,0,0,-734.406,234.689,-272.403,2.49582,7200,7200,2,0,853,0,0,1), + (33427,7603,90,0,0,-738.795,225.476,-272.997,5.49779,7200,7200,2,0,853,0,0,1), + (33428,7603,90,0,0,-740.041,235.315,-272.997,0,7200,7200,2,0,853,0,0,1), + (33429,6233,90,0,0,-738.034,230.835,-272.997,0.174533,7200,7200,3,0,2559,0,0,1), + (33430,6224,90,0,0,-877.407,363.953,-316.433,1.62105,7200,7200,3,0,905,0,0,1), + (33431,6224,90,0,0,-858.925,389.898,-316.43,3.65923,7200,7200,3,0,905,0,0,1), + (33432,6224,90,0,0,-764.095,56.176,-257.347,4.92183,7200,7200,0,0,905,0,0,0), + (33433,7603,90,0,0,-847.354,289.447,-272.611,2.57274,7200,7200,2,0,853,0,0,1), + (33434,7603,90,0,0,-846.367,294.08,-272.513,5.044,7200,7200,2,0,853,0,0,1), + (33435,7603,90,0,0,-847.694,284.091,-272.605,2.96448,7200,7200,2,0,853,0,0,1), + (33436,7603,90,0,0,-859.787,292.404,-272.513,5.32325,7200,7200,2,0,853,0,0,1), + (33437,6233,90,0,0,-852.587,290.918,-272.61,4.08323,7200,7200,3,0,2559,0,0,1), + (33438,7603,90,0,0,-788.239,205.013,-272.999,3.61283,7200,7200,3,0,853,0,0,1), + (33439,7603,90,0,0,-797.803,205.898,-272.999,2.96706,7200,7200,3,0,853,0,0,1), + (33440,7603,90,0,0,-779.544,216.3,-272.999,0,7200,7200,3,0,853,0,0,1), + (33441,7603,90,0,0,-791.334,202.494,-273.082,3.34306,7200,7200,3,0,853,0,0,1), + (33442,6224,90,0,0,-784.163,210.624,-272.999,4.18879,7200,7200,3,0,905,0,0,1), + (33443,6224,90,0,0,-867.086,332.016,-316.431,2.58111,7200,7200,3,0,905,0,0,1), + (33444,6224,90,0,0,-742.334,235.533,-273.08,0.66947,7200,7200,2,0,905,0,0,1), + (33445,6226,90,0,0,-867.12,333.94,-316.433,1.04478,7200,7200,5,0,2865,0,0,1), + (33446,6224,90,0,0,-876.962,365.196,-316.433,1.62033,7200,7200,3,0,905,0,0,1), + (33447,6329,90,0,0,-486.77,159.007,-154.634,2.1293,7200,7200,3,0,1830,655,0,1), + (33448,6206,90,0,0,-367.079,101.611,-154.743,4.66665,7200,7200,5,0,2097,0,0,1), + (33449,6206,90,0,0,-507.797,105.502,-154.66,2.04204,7200,7200,5,0,2097,0,0,1), + (33450,6329,90,0,0,-506.575,182.598,-155.153,2.3911,7200,7200,3,0,1830,655,0,1), + (33451,6329,90,0,0,-455.021,38.1171,-154.66,0.506145,7200,7200,5,0,1830,655,0,1), + (33452,6329,90,0,0,-429.105,180,-154.743,3.19489,7200,7200,5,0,1830,655,0,1), + (33453,6206,90,0,0,-531.673,160.769,-155.153,4.2586,7200,7200,5,0,2097,0,0,1), + (33454,6212,90,0,0,-724.26,698.946,-330.699,3.89208,7200,7200,5,0,3171,0,0,1), + (33455,6212,90,0,0,-746.574,542.956,-290.977,4.03171,7200,7200,2,0,3171,0,0,1), + (33456,6234,90,0,0,-646.241,524.73,-272.977,2.32129,7200,7200,3,0,3018,0,0,1), + (33457,6212,90,0,0,-768.671,568.882,-291.06,1.68938,7200,7200,3,0,3171,0,0,1), + (33458,6212,90,0,0,-688.181,704.648,-330.699,3.89208,7200,7200,5,0,3171,0,0,1), + (33459,6212,90,0,0,-706.772,549.348,-295.519,5.3058,7200,7200,2,0,3171,0,0,1), + (33460,6232,90,0,0,-737.309,659.8,-323.456,2.79253,7200,7200,2,0,5285,0,0,1), + (33461,3783,1,0,0,2039.79,-188.002,94.8714,2.05467,300,300,15,0,508,545,0,1), + (33462,3783,1,0,0,1903.92,-196.332,103.832,3.32022,300,300,5,0,508,545,0,1), + (33463,3783,1,0,0,2084.83,-214.824,97.1855,3.55625,300,300,15,0,508,545,0,1), + (33464,3783,1,0,0,2052.38,-219.903,97.1586,1.90812,300,300,15,0,508,545,0,1), + (33465,3783,1,0,0,2127.12,-239.948,92.3603,5.37106,300,300,15,0,508,545,0,1), + (33466,3783,1,0,0,2087.18,-244.419,97.7034,0.171454,300,300,15,0,508,545,0,1), + (33467,3783,1,0,0,2079,-171.465,92.8395,1.74044,300,300,15,0,508,545,0,1), + (33468,3783,1,0,0,2195.21,-209.555,98.6439,6.09922,300,300,5,0,508,545,0,1), + (33469,3783,1,0,0,2185.99,-271.804,97.3242,0.896485,300,300,5,0,508,545,0,1), + (33470,6087,1,0,0,2820.74,-302.083,108.459,3.14159,300,300,0,0,1770,0,0,0), + (33471,6212,90,0,0,-742.329,579.152,-290.977,0.959931,7200,7200,0,0,3171,0,0,0), + (33472,6232,90,0,0,-721.026,703.277,-330.699,3.21141,7200,7200,3,0,5285,0,0,1), + (33473,6212,90,0,0,-740.86,558.484,-303.699,1.36136,7200,7200,3,0,3171,0,0,1), + (33474,6211,90,0,0,-572.245,36.1417,-196.701,4.46804,7200,7200,2,0,2400,0,0,1), + (33475,6211,90,0,0,-640.63,60.9319,-192.837,6.05629,7200,7200,1,0,2400,0,0,1), + (33476,6206,90,0,0,-579.958,98.1969,-202.035,5.93412,7200,7200,5,0,2097,0,0,1), + (33477,6329,90,0,0,-575.288,46.7761,-200.157,4.88692,7200,7200,3,0,1830,655,0,1), + (33478,6206,90,0,0,-641.052,113.123,-192.667,2.98451,7200,7200,0,0,2097,0,0,0), + (33479,6211,90,0,0,-594.156,94.788,-199.414,3.29641,7200,7200,0,0,2400,0,0,0), + (33480,6329,90,0,0,-546.082,137.754,-202.068,4.81711,7200,7200,5,0,1830,655,0,1), + (33481,7603,90,0,0,-666.094,421.115,-272.981,1.11701,7200,7200,2,0,853,0,0,1), + (33482,7603,90,0,0,-679.972,412.712,-273.064,4.5664,7200,7200,2,0,853,0,0,1), + (33483,7603,90,0,0,-670.493,423.687,-272.981,0.820305,7200,7200,2,0,853,0,0,1), + (33484,7603,90,0,0,-668.682,418.405,-272.981,0,7200,7200,2,0,853,0,0,1), + (33485,6222,90,0,0,-673.195,412.989,-273.064,0.950813,7200,7200,2,0,905,0,0,1), + (33486,6224,90,0,0,-823.78,425.54,-272.591,2.92918,7200,7200,2,0,905,0,0,1), + (33487,6226,90,0,0,-797.001,384.529,-316.433,1.96094,7200,7200,3,0,2865,0,0,1), + (33488,6224,90,0,0,-781.707,204.067,-273.081,3.81134,7200,7200,3,0,905,0,0,1), + (33489,6234,90,0,0,-687.447,719.957,-317.977,2.87979,7200,7200,3,0,3018,0,0,1), + (33490,6212,90,0,0,-725.086,648.683,-308.78,3.29867,7200,7200,0,0,3171,0,0,0), + (33491,6212,90,0,0,-656.108,696.262,-334.045,2.85127,7200,7200,5,0,3171,0,0,1), + (33492,6234,90,0,0,-741.779,541.255,-290.977,3.00197,7200,7200,2,0,3018,0,0,1), + (33493,6212,90,0,0,-751.021,604.79,-306.048,2.60054,7200,7200,0,0,3171,0,0,0), + (33494,6212,90,0,0,-755.573,580.21,-303.699,3.80482,7200,7200,5,0,3171,0,0,1), + (33495,6224,90,0,0,-589.443,686.069,-327.001,2.94961,7200,7200,0,0,905,0,0,0), + (33496,6232,90,0,0,-649.077,710.205,-327.059,2.89505,7200,7200,0,0,5285,0,0,2), + (33497,6212,90,0,0,-677.469,541.743,-285.982,2.49582,7200,7200,2,0,3171,0,0,1), + (33498,6212,90,0,0,-738.731,663.921,-325.031,6.14356,7200,7200,2,0,3171,0,0,1), + (33499,6212,90,0,0,-742.175,581.596,-290.977,3.61283,7200,7200,0,0,3171,0,0,0), + (33500,6212,90,0,0,-771.775,601.896,-290.977,6.12611,7200,7200,0,0,3171,0,0,0), + (33501,4852,70,0,0,-172.4,140.041,-47.3289,2.60054,7200,7200,2,0,3279,1142,0,1), + (33502,4851,70,0,0,-276.031,169.233,-47.3251,3.15905,7200,7200,2,0,3831,0,0,1), + (33503,4851,70,0,0,-276.377,136.472,-47.3259,5.34071,7200,7200,2,0,3831,0,0,1), + (33504,10120,70,0,0,48.5035,251.146,-52.1147,0.558505,7200,7200,0,0,7392,0,0,0), + (33505,7396,70,0,0,48.8237,260.62,-52.1147,5.51524,7200,7200,2,0,1782,0,0,1), + (33506,7396,70,0,0,65.102,251.421,-52.1981,5.42025,7200,7200,2,0,1782,0,0,1), + (33507,7396,70,0,0,59.6526,247.481,-52.198,1.62304,7200,7200,2,0,1782,0,0,1), + (33508,7396,70,0,0,55.0334,254.895,-52.198,2.13041,7200,7200,2,0,1782,0,0,1), + (33509,7397,70,0,0,61.976,247.81,-52.198,2.02133,7200,7200,2,0,1248,3075,0,1), + (33510,7397,70,0,0,58.3992,254.443,-52.198,5.78542,7200,7200,2,0,1248,3075,0,1), + (33511,4860,70,0,0,61.616,238.023,-52.198,0.140379,7200,7200,2,0,5148,0,0,1), + (33512,4860,70,0,0,76.1654,213.906,-54.9749,2.28883,7200,7200,3,0,5148,0,0,1), + (33513,7396,70,0,0,122.341,258.239,-26.5881,2.8043,7200,7200,2,0,1782,0,0,1), + (33514,7396,70,0,0,129.495,258.71,-26.5881,1.24716,7200,7200,2,0,1782,0,0,1), + (33515,7396,70,0,0,129.486,263.976,-26.5881,5.05695,7200,7200,2,0,1782,0,0,1), + (33516,7396,70,0,0,112.488,244.233,-26.5047,0.593412,7200,7200,2,0,1782,0,0,1), + (33517,7397,70,0,0,124.215,250.495,-26.5881,0.043685,7200,7200,2,0,1248,3075,0,1), + (33518,4860,70,0,0,113.387,252.391,-26.5881,0.518236,7200,7200,2,0,5148,0,0,1), + (33519,7022,70,0,0,-123.224,239.511,-48.3428,3.07178,7200,7200,3,0,4377,0,0,1), + (33520,4863,70,0,0,-141.03,312.545,-44.3538,5.61996,7200,7200,5,0,4377,0,0,1), + (33521,4861,70,0,0,-44.2284,356.997,-47.5747,0.575959,7200,7200,3,0,4185,0,0,1), + (33522,4861,70,0,0,-56.0625,371.559,-50.5752,3.43001,7200,7200,3,0,4185,0,0,1), + (33523,4861,70,0,0,-107.367,351.402,-47.2184,1.29681,7200,7200,0,0,4185,0,0,2), + (33524,4851,70,0,0,-281.844,163.795,-47.3267,4.4855,7200,7200,2,0,3831,0,0,1), + (33525,4852,70,0,0,-166.57,69.4432,-48.7308,1.53746,7200,7200,3,0,3279,1142,0,1), + (33526,4852,70,0,0,-273.878,62.1223,-48.7141,3.41824,7200,7200,3,0,3279,1142,0,1), + (33527,4851,70,0,0,-212.113,120.996,-46.6312,4.60462,7200,7200,5,0,3831,0,0,1), + (33528,4851,70,0,0,-280.322,59.587,-48.7168,0.403883,7200,7200,3,0,3831,0,0,1), + (33529,4851,70,0,0,-164.516,82.1045,-48.7316,0.567649,7200,7200,3,0,3831,0,0,1), + (33530,4851,70,0,0,-244.22,90.1088,-48.0306,3.45953,7200,7200,2,0,3831,0,0,1), + (33531,4852,70,0,0,-282.683,170.546,-47.3271,2.51327,7200,7200,2,0,3279,1142,0,1), + (33532,4851,70,0,0,-212.481,88.8378,-48.0205,3.08739,7200,7200,2,0,3831,0,0,1), + (33533,4852,70,0,0,-224.209,134.803,-46.6291,3.37407,7200,7200,2,0,3279,1142,0,1), + (33534,4851,70,0,0,-230.612,129.842,-46.6282,1.46608,7200,7200,2,0,3831,0,0,1), + (33535,10120,70,0,0,51.9748,243.765,-52.1147,0.593412,7200,7200,0,0,7392,0,0,0), + (33536,15384,70,0,0,150.307,306.34,-52.1428,5.79449,7200,7200,0,0,42,0,0,0), + (33537,2748,70,0,0,104.338,272.31,-51.6959,3.64774,43200,43200,0,0,29850,0,0,0), + (33538,7309,70,0,0,132.846,259.723,-52.1213,2.60054,7200,7200,0,0,446,0,0,0), + (33539,7309,70,0,0,79.827,292.044,-52.1213,5.84685,7200,7200,0,0,446,0,0,0), + (33540,7309,70,0,0,119.714,299.935,-52.1213,4.18879,7200,7200,0,0,446,0,0,0), + (33541,7309,70,0,0,73.6493,276.098,-52.1213,6.0912,7200,7200,0,0,446,0,0,0), + (33542,7076,70,0,0,106.737,290.618,-51.6997,4.59022,7200,7200,0,0,446,0,0,0), + (33543,7309,70,0,0,96.1878,242.548,-52.1213,1.36136,7200,7200,0,0,446,0,0,0), + (33544,10120,70,0,0,117.541,244.48,-52.1213,2.09439,7200,7200,0,0,7392,0,0,0), + (33545,7309,70,0,0,85.3935,247.961,-52.1213,0.959931,7200,7200,0,0,446,0,0,0), + (33546,7309,70,0,0,87.3029,246.851,-52.1213,1.06465,7200,7200,0,0,446,0,0,0), + (33547,7309,70,0,0,107.897,303.66,-52.1213,4.57276,7200,7200,0,0,446,0,0,0), + (33548,7309,70,0,0,110.552,303.294,-52.1213,4.57276,7200,7200,0,0,446,0,0,0), + (33549,10120,70,0,0,90.9648,301.704,-52.1213,5.28835,7200,7200,0,0,7392,0,0,0), + (33550,7077,70,0,0,125.958,296.112,-52.1213,3.9619,7200,7200,0,0,251,2975,0,0), + (33551,7076,70,0,0,89.731,282.814,-51.6997,5.67232,7200,7200,0,0,446,0,0,0), + (33552,7309,70,0,0,78.5479,289.994,-52.1213,5.70723,7200,7200,0,0,446,0,0,0), + (33553,7309,70,0,0,77.1684,287.766,-52.1213,5.81195,7200,7200,0,0,446,0,0,0), + (33554,7309,70,0,0,75.9659,285.748,-52.1213,5.65487,7200,7200,0,0,446,0,0,0), + (33555,7309,70,0,0,74.2951,280.898,-52.1213,6.0912,7200,7200,0,0,446,0,0,0), + (33556,7309,70,0,0,73.9196,278.483,-52.1213,6.12611,7200,7200,0,0,446,0,0,0), + (33557,7309,70,0,0,73.2958,273.634,-52.1213,6.00393,7200,7200,0,0,446,0,0,0), + (33558,7077,70,0,0,83.3431,249.266,-52.1213,0.837758,7200,7200,0,0,251,2975,0,0), + (33559,7077,70,0,0,93.7888,243.029,-52.1213,1.23918,7200,7200,0,0,251,2975,0,0), + (33560,7076,70,0,0,102.634,255.188,-51.6997,1.48353,7200,7200,0,0,446,0,0,0), + (33561,7309,70,0,0,130.37,255.511,-52.1213,2.58309,7200,7200,0,0,446,0,0,0), + (33562,7309,70,0,0,131.642,257.691,-52.1213,2.61799,7200,7200,0,0,446,0,0,0), + (33563,7077,70,0,0,115.438,302.439,-52.1213,4.34587,7200,7200,0,0,251,2975,0,0), + (33564,3784,1,0,0,1530.74,-2094.7,88.528,3.43664,300,300,10,0,788,0,0,1), + (33565,3784,1,0,0,1628.89,-1696.34,87.4683,2.40702,300,300,5,0,788,0,0,1), + (33566,3784,1,0,0,2077.4,-3218,79.3894,0.066438,300,300,5,0,788,0,0,1), + (33567,3784,1,0,0,2180.38,-3148.19,89.9185,6.18342,300,300,5,0,788,0,0,1), + (33568,3784,1,0,0,1793.18,-1875.66,83.9687,5.77316,300,300,5,0,788,0,0,1), + (33569,3784,1,0,0,1586.57,-2098.99,74.045,2.11546,300,300,10,0,788,0,0,1), + (33570,3784,1,0,0,1445.52,-2159.87,92.0644,6.23438,300,300,10,0,788,0,0,1), + (33571,3784,1,0,0,2029.69,-3259.9,65.3673,0.111797,300,300,5,0,788,0,0,1), + (33572,3784,1,0,0,1612.21,-1750.68,93.1301,0.06734,300,300,5,0,788,0,0,1), + (33573,3784,1,0,0,1518.72,-2163.16,78.3245,1.13948,300,300,10,0,788,0,0,1), + (33574,3784,1,0,0,1541.34,-2166.57,71.6486,3.92147,300,300,10,0,788,0,0,1), + (33575,11720,1,0,0,2393.55,-2525.33,111.374,2.93215,300,300,0,0,2868,0,0,0), + (33576,3784,1,0,0,1920.21,-1932.72,84.604,1.07874,300,300,5,0,788,0,0,1), + (33577,7077,70,0,0,103.067,304.25,-52.1213,4.74729,7200,7200,0,0,251,2975,0,0), + (33578,7309,70,0,0,91.5691,244.263,-52.1213,1.0472,7200,7200,0,0,446,0,0,0), + (33579,7309,70,0,0,98.6404,242.097,-52.1213,1.36136,7200,7200,0,0,446,0,0,0), + (33580,7309,70,0,0,101.175,241.734,-52.1213,1.41372,7200,7200,0,0,446,0,0,0), + (33581,7309,70,0,0,134.815,264.562,-52.1213,2.9147,7200,7200,0,0,446,0,0,0), + (33582,7309,70,0,0,135.212,267.042,-52.1213,2.98451,7200,7200,0,0,446,0,0,0), + (33583,7309,70,0,0,135.559,269.673,-52.1213,2.98451,7200,7200,0,0,446,0,0,0), + (33584,7309,70,0,0,135.927,272.091,-52.1213,3.01942,7200,7200,0,0,446,0,0,0), + (33585,7309,70,0,0,123.935,297.48,-52.1213,4.15388,7200,7200,0,0,446,0,0,0), + (33586,7076,70,0,0,88.0912,265.328,-51.6997,0.436332,7200,7200,0,0,446,0,0,0), + (33587,7309,70,0,0,117.584,301.153,-52.1213,4.24115,7200,7200,0,0,446,0,0,0), + (33588,7077,70,0,0,127.731,251.6,-52.1213,2.40855,7200,7200,0,0,251,2975,0,0), + (33589,7077,70,0,0,134.081,262.03,-52.1213,2.80998,7200,7200,0,0,251,2975,0,0), + (33590,3784,1,0,0,2270.72,-2945.99,110.469,3.99799,300,300,5,0,788,0,0,1), + (33591,3784,1,0,0,2447.65,-2328.74,130.116,1.23704,300,300,5,0,788,0,0,1), + (33592,3784,1,0,0,2179.08,-2859.27,107.329,3.38493,300,300,5,0,788,0,0,1), + (33593,7077,70,0,0,74.8823,283.399,-52.1213,5.91667,7200,7200,0,0,251,2975,0,0), + (33594,7309,70,0,0,103.572,241.414,-52.1213,1.36136,7200,7200,0,0,446,0,0,0), + (33595,7309,70,0,0,121.925,298.689,-52.1213,4.15388,7200,7200,0,0,446,0,0,0), + (33596,7309,70,0,0,112.992,302.948,-52.1213,4.50295,7200,7200,0,0,446,0,0,0), + (33597,7309,70,0,0,105.498,304,-52.1213,4.59022,7200,7200,0,0,446,0,0,0), + (33598,5226,109,0,0,-491.134,141.045,-148.742,2.54743,7200,7200,0,0,5970,0,0,0), + (33599,8311,109,0,0,-506.616,183.867,-147.307,1.93089,7200,7200,0,0,1386,0,0,0), + (33601,8384,109,0,0,-510.957,186.878,-148.802,5.14474,7200,7200,0,0,5970,0,0,0), + (33602,8311,109,0,0,-490.377,149.741,-147.768,3.69646,7200,7200,0,0,1386,0,0,0), + (33603,8311,109,0,0,-510.948,181.021,-148.802,6.10999,7200,7200,0,0,1386,0,0,0), + (33604,8311,109,0,0,-546.35,151.003,-147.526,4.48893,7200,7200,0,0,1386,0,0,0), + (33605,8311,109,0,0,-555.539,131.459,-148.802,0.993906,7200,7200,0,0,1386,0,0,0), + (33606,8311,109,0,0,-533.006,115.369,-148.805,2.70607,7200,7200,0,0,1386,0,0,0), + (33607,8311,109,0,0,-517.782,98.4696,-148.742,3.21658,7200,7200,0,0,1386,0,0,0), + (33608,8311,109,0,0,-524.655,90.3218,-148.743,1.44944,7200,7200,0,0,1386,0,0,0), + (33609,8384,109,0,0,-521.151,90.4728,-148.741,2.20734,7200,7200,0,0,5970,0,0,0), + (33610,8384,109,0,0,-521.044,102.285,-148.743,3.88653,7200,7200,0,0,5970,0,0,0), + (33611,8384,109,0,0,-569.687,101.871,-148.802,6.16495,7200,7200,0,0,5970,0,0,0), + (33612,8384,109,0,0,-563.259,109.207,-148.802,4.29571,7200,7200,0,0,5970,0,0,0), + (33613,8311,109,0,0,-562.351,101.242,-148.802,1.35204,7200,7200,0,0,1386,0,0,0), + (33614,8311,109,0,0,-568.104,106.208,-148.802,5.94583,7200,7200,0,0,1386,0,0,0), + (33615,8311,109,0,0,-558.676,107.74,-147.236,2.93383,7200,7200,0,0,1386,0,0,0), + (33616,8311,109,0,0,-566.167,104.666,-148.802,0.725287,7200,7200,0,0,1386,0,0,0), + (33617,8311,109,0,0,-490.3,42.7803,-148.744,2.90556,7200,7200,0,0,1386,0,0,0), + (33618,8311,109,0,0,-499.616,46.49,-148.744,0.113466,7200,7200,0,0,1386,0,0,0), + (33619,5226,109,0,0,-501.895,52.2439,-148.744,4.71197,7200,7200,0,0,5970,0,0,0), + (33620,5226,109,0,0,-491.895,46.3545,-148.743,3.41607,7200,7200,0,0,5970,0,0,0), + (33622,8384,109,0,0,-527.568,18.2762,-148.802,0.469254,7200,7200,0,0,5970,0,0,0), + (33623,8311,109,0,0,-520.316,26.81,-148.802,4.21953,7200,7200,0,0,1386,0,0,0), + (33624,8311,109,0,0,-519.67,16.1979,-147.236,2.69036,7200,7200,0,0,1386,0,0,0), + (33625,8311,109,0,0,-522.688,18.6743,-148.802,6.27964,7200,7200,0,0,1386,0,0,0), + (33626,8311,109,0,0,-527.713,20.5194,-148.802,1.79422,7200,7200,0,0,1386,0,0,0), + (33627,8311,109,0,0,-526.129,15.5934,-148.802,2.11938,7200,7200,0,0,1386,0,0,0), + (33628,5228,109,0,0,-434.107,53.8109,-148.742,4.15671,7200,7200,0,0,5970,0,0,0), + (33629,5228,109,0,0,-446.256,43.6092,-148.744,5.58535,7200,7200,0,0,5970,0,0,0), + (33630,5226,109,0,0,-398.737,33.2352,-148.802,4.22267,7200,7200,0,0,5970,0,0,0), + (33631,8384,109,0,0,-430.339,4.36264,-148.802,0.998612,7200,7200,0,0,5970,0,0,0), + (33632,8311,109,0,0,-434.003,1.58256,-148.802,0.782628,7200,7200,0,0,1386,0,0,0), + (33633,8311,109,0,0,-425.072,9.87226,-148.802,2.36521,7200,7200,0,0,1386,0,0,0), + (33634,8311,109,0,0,-431.558,8.57298,-148.802,0.821899,7200,7200,0,0,1386,0,0,0), + (33635,8311,109,0,0,-433.708,7.27427,-148.802,0.947562,7200,7200,0,0,1386,0,0,0), + (33636,8311,109,0,0,-426.633,3.14311,-148.802,2.9896,7200,7200,0,0,1386,0,0,0), + (33637,8311,109,0,0,-398.828,26.548,-148.802,3.30533,7200,7200,0,0,1386,0,0,0), + (33639,8318,109,0,0,-367.639,12.3524,-148.713,1.81071,7200,7200,0,0,2399,0,0,0), + (33640,8318,109,0,0,-375.791,12.885,-148.793,1.31984,7200,7200,0,0,2399,0,0,0), + (33641,5267,109,0,0,-373.987,8.44981,-148.719,1.63792,7200,7200,0,0,6251,0,0,0), + (33642,5259,109,0,0,-376.555,5.47187,-148.677,1.41801,7200,7200,0,0,4776,1640,0,0), + (33643,5259,109,0,0,-366.303,20.705,-148.657,4.0923,7200,7200,0,0,4776,1640,0,0), + (33644,5259,109,0,0,-367.58,90.78,-131.849,5.97881,7200,7200,0,0,4776,1640,0,0), + (33645,5267,109,0,0,-367.467,83.5495,-131.849,0.520293,7200,7200,0,0,6251,0,0,0), + (33646,5291,109,0,0,-399.046,209.403,-90.8796,3.34538,7200,7200,0,0,4950,1695,0,0), + (33647,5291,109,0,0,-378.717,251.202,-90.8439,2.56862,7200,7200,0,0,4950,1695,0,0), + (33648,5291,109,0,0,-380.593,270.517,-90.83,3.83625,7200,7200,0,0,4950,1695,0,0), + (33649,5291,109,0,0,-488.499,273.113,-90.7271,5.83116,7200,7200,0,0,4950,1695,0,0), + (33650,5291,109,0,0,-471.309,297.133,-90.6995,5.01434,7200,7200,0,0,4950,1695,0,0), + (33651,5291,109,0,0,-555.544,270.643,-90.8346,5.27195,7200,7200,0,0,4950,1695,0,0), + (33652,5291,109,0,0,-535.628,203.112,-90.9058,1.4667,7200,7200,0,0,4950,1695,0,0), + (33653,5277,109,0,0,-502.226,161.997,-90.8876,5.24682,7200,7200,0,0,6414,0,0,0), + (33654,5280,109,0,0,-511.836,156.322,-90.8862,5.19577,7200,7200,0,0,4950,1695,0,0), + (33655,5283,109,0,0,-507.281,159.062,-90.8874,5.26646,7200,7200,0,0,6186,0,0,0), + (33656,5283,109,0,0,-497.614,164.865,-90.8902,5.23897,7200,7200,0,0,6186,0,0,0), + (33657,5719,109,0,0,-667.59,103.111,-90.8313,6.18358,1000000,1000000,0,0,11075,0,0,2), + (33658,5722,109,0,0,-667.359,80.803,-90.8326,0.112455,1000000,1000000,0,0,11075,0,0,2), + (33659,5277,109,0,0,-598.944,99.2307,-90.8849,1.0031,7200,7200,0,0,6414,0,0,0), + (33660,8319,109,0,0,-599.345,87.0457,-90.8871,0.311951,7200,7200,0,0,2578,0,0,0), + (33661,8319,109,0,0,-605.791,97.6143,-90.8848,5.9676,7200,7200,0,0,2578,0,0,0), + (33662,8319,109,0,0,-597.511,84.3774,-90.8899,2.34299,7200,7200,0,0,2578,0,0,0), + (33663,8319,109,0,0,-588.77,97.1348,-90.8871,3.40642,7200,7200,0,0,2578,0,0,0), + (33664,5283,109,0,0,-587.545,92.7379,-90.8894,3.17708,7200,7200,0,0,6186,0,0,0), + (33665,5283,109,0,0,-542.852,86.9069,-90.8667,0.0111437,7200,7200,0,0,6186,0,0,0), + (33666,5277,109,0,0,-542.652,94.2902,-90.8689,0.0582671,7200,7200,0,0,6414,0,0,0), + (33667,5277,109,0,0,-543.298,101.722,-90.8697,0.0504134,7200,7200,0,0,6414,0,0,0), + (33668,5280,109,0,0,-561.332,-66.583,-90.8419,5.882,7200,7200,0,0,4950,1695,0,0), + (33669,5277,109,0,0,-543.934,-72.9843,-90.8326,3.44334,7200,7200,0,0,6414,0,0,0), + (33670,8319,109,0,0,-541.35,-67.5494,-90.8367,2.08617,7200,7200,0,0,2578,0,0,0), + (33671,8319,109,0,0,-556.189,-75.0474,-90.8371,1.78458,7200,7200,0,0,2578,0,0,0), + (33672,8319,109,0,0,-561.843,-75.0713,-90.8384,0.712507,7200,7200,0,0,2578,0,0,0), + (33673,8319,109,0,0,-556.717,-58.0294,-90.844,5.50344,7200,7200,0,0,2578,0,0,0), + (33674,8311,109,0,0,-505.355,180.341,-148.802,1.9144,7200,7200,0,0,1386,0,0,0), + (33675,5226,109,0,0,-286.726,117.319,-173.003,5.52842,7200,7200,0,0,5970,0,0,0), + (33676,5226,109,0,0,-328.677,133.218,-156.731,2.07267,7200,7200,0,0,5970,0,0,0), + (33677,8311,109,0,0,-301.759,115.811,-173.003,0.450819,7200,7200,0,0,1386,0,0,0), + (33678,8319,109,0,0,-516.262,-5.21464,-90.8829,2.1197,7200,7200,0,0,2578,0,0,0), + (33679,8319,109,0,0,-512.418,4.69133,-90.8829,4.82933,7200,7200,0,0,2578,0,0,0), + (33680,8319,109,0,0,-517.08,8.97851,-90.8829,0.603882,7200,7200,0,0,2578,0,0,0), + (33683,4343,1,0,0,-3151.78,-3109.86,31.8476,1.71573,360,360,10,0,1536,0,0,1), + (33685,4329,1,0,0,-4345.2,-3279.72,44.7534,0.073148,360,360,5,0,4755,0,0,1), + (33690,4412,1,0,0,-3581.83,-2946.08,38.1757,0.929641,360,360,10,0,1536,0,0,1), + (33692,4323,1,0,0,-4358.56,-3290.9,39.5516,4.81808,360,360,10,0,1836,1857,0,1), + (33694,7337,129,0,0,2500.72,940.689,48.6518,5.07891,7200,7200,0,0,3027,1067,0,0), + (33695,1545,0,0,0,3012.86,52.7821,0,2.32029,300,300,5,0,176,0,0,1), + (33696,1545,0,0,0,3065.7,-235.469,2.52976,0.453205,300,300,5,0,176,0,0,1), + (33697,1545,0,0,0,3021.46,-346.883,6.98492,0.578412,300,300,5,0,176,0,0,1), + (33698,1941,0,0,0,2449.13,480.421,44.652,4.22613,300,300,10,0,120,0,0,1), + (33699,1537,0,0,0,2530.44,-890.327,55.7939,0.349307,300,300,0,0,156,0,0,0), + (33700,1537,0,0,0,2587.16,-897.513,61.5298,1.81514,300,300,0,0,156,0,0,0), + (33701,1537,0,0,0,2577.09,-855.484,60.1559,0.127261,300,300,5,0,156,0,0,1), + (33702,1537,0,0,0,2528.36,-843.548,59.2939,0.919282,300,300,5,0,156,0,0,1), + (33703,1537,0,0,0,2514.22,-936.122,66.0034,4.13643,300,300,0,0,156,0,0,0), + (33704,1537,0,0,0,2581.11,-913.99,69.4303,5.74213,300,300,0,0,156,0,0,0), + (33705,1538,0,0,0,2484.22,-879.037,60.3536,0.033223,300,300,5,0,166,178,0,1), + (33706,1538,0,0,0,2550.38,-905.022,56.928,0.959931,300,300,3,0,166,178,0,1), + (33707,5690,0,0,0,2301.52,-1.88889,23.258,5.60251,300,300,0,0,695,0,0,0), + (33708,2132,0,0,0,2265.17,347.628,36.104,4.59022,300,300,0,0,1240,0,0,0), + (33709,6289,0,0,0,2029.08,69.7176,34.4594,0.820305,300,300,0,0,546,0,0,0), + (33710,3548,0,0,0,2330.42,242.518,28.4739,5.16617,300,300,0,0,500,0,0,0), + (33711,4773,0,0,0,2253.9,318.385,35.2725,5.51524,300,300,0,0,1605,100,0,0), + (33712,5277,109,0,0,-529.762,10.1713,-90.8782,6.17628,7200,7200,0,0,6414,0,0,0), + (33713,5280,109,0,0,-524.726,16.4706,-90.8805,4.6212,7200,7200,0,0,4950,1695,0,0), + (33714,8319,109,0,0,-409.042,87.9432,-91.1964,0.466443,7200,7200,0,0,2578,0,0,0), + (33715,8319,109,0,0,-404.823,98.7564,-91.0953,2.43858,7200,7200,0,0,2578,0,0,0), + (33716,8319,109,0,0,-398.212,91.0003,-90.9189,2.43072,7200,7200,0,0,2578,0,0,0), + (33717,8319,109,0,0,-391.624,98.5669,-90.8776,0.33371,7200,7200,0,0,2578,0,0,0), + (33718,8319,109,0,0,-385.835,91.1061,-90.8747,3.69522,7200,7200,0,0,2578,0,0,0), + (33719,5277,109,0,0,-293.655,80.4138,-91.4671,2.16369,7200,7200,0,0,6414,0,0,0), + (33720,2131,0,0,0,2254.76,238.445,33.717,0.506145,300,300,0,0,695,0,0,0), + (33721,8319,109,0,0,-288.008,76.4924,-91.4671,2.98836,7200,7200,0,0,2578,0,0,0), + (33722,5283,109,0,0,-293.544,74.1209,-91.4671,1.51573,7200,7200,0,0,6186,0,0,0), + (33723,5280,109,0,0,-301.045,77.3152,-91.4671,0.365127,7200,7200,0,0,4950,1695,0,0), + (33724,8311,109,0,0,-513.666,120.161,-173.293,0.628289,7200,7200,0,0,1386,0,0,0), + (33725,8311,109,0,0,-510.294,114.76,-174.013,0.925957,7200,7200,0,0,1386,0,0,0), + (33726,8311,109,0,0,-509.183,125.616,-173.458,3.47065,7200,7200,0,0,1386,0,0,0), + (33727,8384,109,0,0,-515.758,123.722,-172.939,5.88575,7200,7200,0,0,5970,0,0,0), + (33728,5228,109,0,0,-494.243,141.354,-172.939,5.34383,7200,7200,0,0,5970,0,0,0), + (33729,8311,109,0,0,-463.926,156.711,-172.294,4.63305,7200,7200,0,0,1386,0,0,0), + (33730,8311,109,0,0,-471.406,150.717,-172.939,5.11999,7200,7200,0,0,1386,0,0,0), + (33731,8311,109,0,0,-466.626,145.242,-173.551,3.13686,7200,7200,0,0,1386,0,0,0), + (33732,8311,109,0,0,-461.322,145.554,-173.521,2.12763,7200,7200,0,0,1386,0,0,0), + (33733,8384,109,0,0,-468.431,151.671,-172.939,5.08858,7200,7200,0,0,5970,0,0,0), + (33734,8311,109,0,0,-424.676,122.525,-173.485,0.439019,7200,7200,0,0,1386,0,0,0), + (33735,8311,109,0,0,-418.175,120.787,-172.939,2.04909,7200,7200,0,0,1386,0,0,0), + (33736,8311,109,0,0,-422.839,117.392,-173.622,1.20478,7200,7200,0,0,1386,0,0,0), + (33737,8384,109,0,0,-415.387,117.089,-172.939,2.93816,7200,7200,0,0,5970,0,0,0), + (33738,8384,109,0,0,-421.219,125.943,-172.939,4.51681,7200,7200,0,0,5970,0,0,0), + (33739,8311,109,0,0,-507.2,67.0389,-173.854,3.48009,7200,7200,0,0,1386,0,0,0), + (33740,5695,0,0,0,2284.17,242.129,41.1978,2.44346,300,300,0,0,1684,0,0,0), + (33741,5759,0,0,0,2246.09,239.849,34.3437,0.715585,300,300,0,0,413,0,0,0), + (33742,8311,109,0,0,-513.006,69.0376,-173.357,1.54015,7200,7200,0,0,1386,0,0,0), + (33743,8311,109,0,0,-508.668,61.9109,-173.368,2.67427,7200,7200,0,0,1386,0,0,0), + (33744,8384,109,0,0,-516.026,66.2658,-172.939,0.0455403,7200,7200,0,0,5970,0,0,0), + (33745,5228,109,0,0,-495.708,51.8927,-173.313,0.8922,7200,7200,0,0,5970,0,0,0), + (33746,8311,109,0,0,-474.082,44.395,-173.589,1.47105,7200,7200,0,0,1386,0,0,0), + (33747,8311,109,0,0,-478.183,41.077,-173.081,1.37051,7200,7200,0,0,1386,0,0,0), + (33748,8311,109,0,0,-484.906,47.7435,-173.594,4.62442,7200,7200,0,0,1386,0,0,0), + (33749,8311,109,0,0,-480.789,47.3489,-173.862,3.38742,7200,7200,0,0,1386,0,0,0), + (33750,8384,109,0,0,-466.495,39.6715,-172.939,4.24194,7200,7200,0,0,5970,0,0,0), + (33751,5228,109,0,0,-440.719,53.7378,-173.655,4.04951,7200,7200,0,0,5970,0,0,0), + (33752,2127,0,0,0,2259.05,250.317,41.1981,3.87463,300,300,0,0,644,557,0,0), + (33753,3784,1,0,0,2886.42,-2605.02,217.618,1.60009,300,300,5,0,788,0,0,1), + (33754,3784,1,0,0,1884.81,-2853.92,80.731,3.98014,300,300,5,0,788,0,0,1), + (33755,3784,1,0,0,2587.35,-2446.33,155.42,4.77298,300,300,5,0,788,0,0,1), + (33756,3784,1,0,0,1852.17,-2945.58,80.4181,2.29545,300,300,5,0,788,0,0,1), + (33757,4323,1,0,0,-4289.99,-3333.87,39.4647,5.07802,360,360,10,0,1836,1857,0,1), + (33758,4382,1,0,0,-2680.02,-2909.92,34.7639,4.4699,360,360,10,0,1468,0,0,1), + (33762,4331,1,0,0,-4297.92,-3314.58,45.0505,5.49514,360,360,5,0,3963,1381,0,1), + (33763,5226,109,0,0,-463.148,92.9039,-189.73,0.109954,7200,7200,0,0,5970,0,0,0), + (33764,4347,1,0,0,-3616.77,-2906.52,39.4134,1.97671,360,360,5,0,1536,0,0,1), + (33765,2914,1,0,0,-3007.45,-3907.72,28.6377,5.3926,360,360,10,0,8,0,0,1), + (33768,4344,1,0,0,-3690.98,-2837.24,30.2724,1.36417,360,360,10,0,1305,1189,0,1), + (33769,4324,1,0,0,-4353.96,-3481.16,37.9034,3.03042,360,360,10,0,1480,1381,0,1), + (33770,4348,1,0,0,-3738.94,-2820.7,34.6474,0.6409,360,360,10,0,1674,0,0,1), + (33771,4344,1,0,0,-3682.79,-2913.79,29.5224,5.30582,360,360,10,0,1305,1189,0,1), + (33772,4344,1,0,0,-3732.89,-2862.23,30.4021,2.3161,360,360,10,0,1305,1189,0,1), + (33773,4324,1,0,0,-4379.09,-3518.78,37.0455,5.8729,360,360,10,0,1480,1381,0,1), + (33774,4323,1,0,0,-4323.18,-3427.12,38.9844,6.1573,360,360,10,0,1836,1857,0,1), + (33775,4323,1,0,0,-4384.95,-3453.36,40.6498,4.6557,360,360,10,0,1836,1857,0,1), + (33776,4344,1,0,0,-3766.16,-2782.49,32.8419,3.81908,360,360,10,0,1305,1189,0,1), + (33777,1420,1,0,0,-2765.23,-3441.49,29.2724,0.678766,360,360,10,0,8,0,0,1), + (33778,4351,1,0,0,-2614.72,-3381.36,41.8856,1.23855,360,360,5,0,1469,0,0,1), + (33779,4351,1,0,0,-2649.55,-3466.33,34.1504,1.24835,360,360,10,0,1469,0,0,1), + (33780,12939,1,0,0,-3747.27,-4532.25,11.9935,0.418879,360,360,0,0,3294,0,0,0), + (33781,4344,1,0,0,-3757.21,-2824.08,34.7724,6.01091,360,360,10,0,1305,1189,0,1), + (33782,4345,1,0,0,-4511.09,-3313.64,29.376,3.68872,360,360,10,0,4572,0,0,1), + (33783,4344,1,0,0,-3795.29,-3087.72,29.8787,1.57666,360,360,10,0,1305,1189,0,1), + (33784,4344,1,0,0,-3836.22,-2930.86,35.7167,3.91656,360,360,10,0,1305,1189,0,1), + (33785,3784,1,0,0,1608.7,-2143.63,92.937,2.0734,300,300,5,0,788,0,0,1), + (33786,4344,1,0,0,-3790.02,-3037.06,33.5923,4.29853,360,360,10,0,1305,1189,0,1), + (33787,3784,1,0,0,1845.22,-2878.11,81.5904,4.13847,300,300,5,0,788,0,0,1), + (33791,4344,1,0,0,-3824.73,-3057.62,31.6215,3.54711,360,360,10,0,1305,1189,0,1), + (33792,5057,1,0,0,-3929.25,-2821.05,40.8324,1.55334,360,360,0,0,1542,0,0,0), + (33793,5057,1,0,0,-3906.45,-2826.95,41.1166,1.5708,360,360,0,0,1542,0,0,0), + (33795,4348,1,0,0,-3881.07,-3277.74,47.5041,4.11896,360,360,5,0,1674,0,0,1), + (33796,3789,1,0,0,3150.87,-1173.04,217.235,3.67055,300,300,5,0,890,0,0,1), + (33797,4348,1,0,0,-3910.2,-3309.3,43.2623,4.05015,360,360,5,0,1674,0,0,1), + (33798,5057,1,0,0,-3918.9,-2844.21,45.5775,0.104178,360,360,0,0,1542,0,0,0), + (33799,1412,1,0,0,-3678.61,-4545.68,10.3822,1.17365,360,360,10,0,8,0,0,1), + (33801,11198,0,0,0,-10085.3,-2830.86,28.3668,2.75762,300,300,0,0,1981,0,0,0), + (33802,1775,0,0,0,-10459.3,-3255.5,20.5848,5.77704,300,300,0,0,3857,0,0,0), + (33803,11198,0,0,0,-10102.2,-2799.19,22.5713,5.21853,300,300,0,0,1981,0,0,0), + (33804,11198,0,0,0,-10093,-2818.93,22.4333,2.80998,300,300,0,0,1981,0,0,0), + (33805,11198,0,0,0,-10108.5,-2807.66,22.5874,5.02655,300,300,0,0,1981,0,0,0), + (33806,11198,0,0,0,-10098,-2800.98,22.6063,3.52556,300,300,0,0,1981,0,0,0), + (33807,11198,0,0,0,-10119.1,-2806.79,22.4468,4.64258,300,300,0,0,1981,0,0,0), + (33808,7643,0,0,0,-10498.1,-3254.38,21.1127,6.23082,300,300,0,0,2972,0,0,0), + (33809,7623,0,0,0,-10460.9,-3319.07,39.937,4.11898,300,300,0,0,3857,0,0,0), + (33810,769,0,0,0,-10553.4,-3515.56,22.9358,1.30374,300,300,5,0,1829,0,0,1), + (33811,769,0,0,0,-10946.1,-3986.75,26.0115,5.44126,300,300,5,0,1829,0,0,1), + (33812,769,0,0,0,-10571,-3527.55,22.3295,1.35283,300,300,5,0,1829,0,0,1), + (33813,767,0,0,0,-10196.1,-3082.58,23.0202,5.41063,300,300,10,0,1469,0,0,1), + (33814,5546,0,0,0,-10425.2,-3242.71,20.303,4.17134,300,300,0,0,4108,0,0,0), + (33815,5547,0,0,0,-10420.1,-3242.73,20.303,4.90438,300,300,0,0,4108,0,0,0), + (33816,5591,0,0,0,-10495.7,-3248.14,21.1127,4.72984,300,300,0,0,2471,0,0,0), + (33817,5592,0,0,0,-10859,-4088.09,22.3127,0.069813,300,300,0,0,2766,0,0,0), + (33818,3523,0,0,0,2164.95,656.903,34.6258,3.10669,300,300,0,0,1172,0,0,0), + (33819,6033,0,0,0,1311.75,379.124,16.8386,3.29867,300,300,0,0,328,0,0,0), + (33821,4960,0,0,0,-8507,328.347,120.885,2.468,310,310,0,0,1764,0,0,0), + (33823,5624,0,0,0,1485.13,83.6795,-62.2117,5.79449,300,300,0,0,5215,1600,0,0), + (33824,13839,0,0,0,1306.3,276.605,-63.5773,1.8675,900,900,0,0,9298,0,0,0), + (33825,4412,1,0,0,-3937.28,-3274.18,37.9988,3.83283,360,360,10,0,1536,0,0,1), + (33826,4412,1,0,0,-3950.46,-2754.1,36.5352,4.6792,360,360,10,0,1536,0,0,1), + (33828,1420,1,0,0,-4197.64,-3124.68,29.6815,1.5889,360,360,10,0,8,0,0,1), + (33829,5057,1,0,0,-3935.73,-2845.99,46.5165,3.72999,360,360,0,0,1542,0,0,0), + (33831,5624,0,0,0,1722.7,96.7601,-61.1554,0.750492,300,300,0,0,5215,1600,0,0), + (33832,4412,1,0,0,-3174.61,-3290.95,43.6775,5.33133,360,360,10,0,1536,0,0,1), + (33835,5226,109,0,0,-467.428,96.7557,-189.73,3.79191,7200,7200,0,0,5970,0,0,0), + (33836,5228,109,0,0,-469.266,104.372,-189.73,2.66565,7200,7200,0,0,5970,0,0,0), + (33837,8311,109,0,0,-402.951,95.0555,-172.932,4.60008,7200,7200,0,0,1386,0,0,0), + (33838,8311,109,0,0,-409.898,94.0353,-172.938,1.41765,7200,7200,0,0,1386,0,0,0), + (33840,4983,1,0,0,-3317.64,-3125.36,33.0284,3.38594,360,360,0,0,1524,0,0,0), + (33841,4412,1,0,0,-3242.37,-3148.72,39.8037,4.51384,360,360,10,0,1536,0,0,1), + (33842,5057,1,0,0,-3912.7,-2787.49,36.8756,3.54302,360,360,0,0,1542,0,0,0), + (33843,4387,1,0,0,-2722.93,-3078.02,29.5029,0.70812,360,360,10,0,1536,0,0,1), + (33844,4388,1,0,0,-3818.25,-4720.14,-19.5339,4.63667,360,360,10,0,1826,0,0,1), + (33847,4343,1,0,0,-3577.02,-2823.24,32.3585,5.67014,360,360,10,0,1536,0,0,1), + (33848,4356,1,0,0,-4365.18,-2803.8,45.4506,5.31286,360,360,5,0,1604,0,0,1), + (33849,4412,1,0,0,-3641.65,-2761.23,35.6279,4.30031,360,360,10,0,1536,0,0,1), + (33850,5057,1,0,0,-3949.52,-2782.31,35.2724,1.0821,360,360,0,0,1542,0,0,0), + (33851,4388,1,0,0,-3911.08,-4752.25,-24.0741,4.70555,360,360,10,0,1826,0,0,1), + (33852,4357,1,0,0,-4334.08,-2713.5,36.9902,1.64308,360,360,5,0,1674,0,0,1), + (33853,4388,1,0,0,-3877.51,-4748.69,-25.8337,3.3658,360,360,10,0,1826,0,0,1), + (33855,4388,1,0,0,-3856.54,-4718.37,-14.5281,0.091897,360,360,10,0,1826,0,0,1), + (33856,4357,1,0,0,-4312.8,-2757.97,34.7295,2.03008,360,360,10,0,1674,0,0,1), + (33857,4344,1,0,0,-4068.25,-3280.94,33.2163,5.52264,360,360,10,0,1305,1189,0,1), + (33858,4388,1,0,0,-3853.16,-4781.41,-42.028,4.97696,360,360,10,0,1826,0,0,1), + (33859,4388,1,0,0,-3820.93,-4757.88,-32.4699,2.37587,360,360,10,0,1826,0,0,1), + (33860,4412,1,0,0,-3847.79,-3183.98,40.7398,3.95966,360,360,10,0,1536,0,0,1), + (33862,4357,1,0,0,-4350.79,-2693.12,34.9157,2.90088,360,360,10,0,1674,0,0,1), + (33864,4344,1,0,0,-4015.22,-3251.92,32.0244,6.16779,360,360,10,0,1305,1189,0,1), + (33865,4412,1,0,0,-4035.78,-3495.44,36.8608,6.10456,360,360,10,0,1536,0,0,1), + (33866,4356,1,0,0,-4315.73,-2714.9,33.8446,1.34619,360,360,10,0,1604,0,0,1), + (33867,4344,1,0,0,-4080.37,-3250.2,31.4116,1.42393,360,360,10,0,1305,1189,0,1), + (33868,4412,1,0,0,-3969.05,-3434.76,40.0915,2.97676,360,360,10,0,1536,0,0,1), + (33869,4356,1,0,0,-4371.72,-2653.03,42.8377,3.65856,360,360,5,0,1604,0,0,1), + (33870,4412,1,0,0,-3787.98,-3167.16,39.953,1.88452,360,360,10,0,1536,0,0,1), + (33871,4345,1,0,0,-4073.29,-3556.66,35.9379,3.41681,360,360,10,0,4572,0,0,1), + (33872,4345,1,0,0,-4083.04,-3583.31,34.1562,0.807494,360,360,10,0,4572,0,0,1), + (33873,4345,1,0,0,-4104.26,-3413.29,28.9157,3.16453,360,360,10,0,4572,0,0,1), + (33874,4348,1,0,0,-3845.52,-3121.64,38.5665,6.00837,360,360,5,0,1674,0,0,1), + (33875,4345,1,0,0,-3952.03,-3446.92,28.7724,5.49779,360,360,10,0,4572,0,0,1), + (33876,4412,1,0,0,-3948.76,-3080.87,37.9062,3.23932,360,360,10,0,1536,0,0,1), + (33877,4412,1,0,0,-3882.84,-3153.17,37.5073,4.85925,360,360,10,0,1536,0,0,1), + (33878,4323,1,0,0,-4456.5,-3236.51,37.3975,3.24419,360,360,10,0,1836,1857,0,1), + (33879,4393,1,0,0,-4079.39,-3652.19,40.3271,6.24414,360,360,10,0,1751,0,0,1), + (33880,4348,1,0,0,-3911.89,-3113.88,40.2113,0.579503,360,360,5,0,1674,0,0,1), + (33881,4412,1,0,0,-4242.38,-3189.41,39.2921,1.07324,360,360,10,0,1536,0,0,1), + (33882,4345,1,0,0,-3987.19,-3619.91,33.3898,4.27494,360,360,10,0,4572,0,0,1), + (33883,4345,1,0,0,-4019.84,-3586.35,29.1474,5.10241,360,360,10,0,4572,0,0,1), + (33884,4348,1,0,0,-4017.26,-3085.83,36.7092,3.89109,360,360,5,0,1674,0,0,1), + (33885,4345,1,0,0,-3947.54,-3649.67,30.8112,5.51141,360,360,10,0,4572,0,0,1), + (33887,4348,1,0,0,-3817.99,-3145.86,41.3687,1.64308,360,360,5,0,1674,0,0,1), + (33888,4346,1,0,0,-2926.79,-3125.86,34.402,3.48435,360,360,5,0,1403,0,0,1), + (33889,4379,1,0,0,-2882.86,-2800.49,44.4566,3.48416,360,360,10,0,1469,0,0,1), + (33891,4376,1,0,0,-2929.09,-2778.75,32.921,5.96761,360,360,5,0,1469,0,0,1), + (33892,4345,1,0,0,-3914.41,-3393.57,30.5224,1.43423,360,360,10,0,4572,0,0,1), + (33893,5184,1,0,0,-2905.88,-3424.56,40.1311,4.76348,360,360,5,0,1180,0,0,2), + (33894,4376,1,0,0,-2818.95,-2752.69,36.292,1.74616,360,360,10,0,1469,0,0,1), + (33895,5184,1,0,0,-2890.22,-3427.31,40.1389,3.33208,360,360,1,0,1180,0,0,1), + (33897,5184,1,0,0,-2852.78,-3427.91,35.947,0.890118,360,360,0,0,1180,0,0,0), + (33898,4341,1,0,0,-3065.24,-2971.06,28.7724,1.44731,360,360,10,0,1403,0,0,1), + (33899,4378,1,0,0,-2877.41,-2774.3,45.1583,3.24719,360,360,10,0,1468,0,0,1), + (33903,4376,1,0,0,-2884.42,-2818.96,38.7328,2.93776,360,360,10,0,1469,0,0,1), + (33904,4331,1,0,0,-4384.76,-3191.62,35.1105,4.37111,360,360,5,0,3963,1381,0,1), + (33905,5184,1,0,0,-2856.69,-3412.81,36.3208,5.95157,360,360,0,0,1180,0,0,0), + (33907,1412,1,0,0,-3756.46,-4497.34,13.8475,4.22382,360,360,10,0,8,0,0,1), + (33908,620,1,0,0,-3806.33,-4405.18,12.378,5.00759,360,360,10,0,1,0,0,1), + (33909,4841,1,0,0,-4019.49,-3537.49,29.8848,0.719014,360,360,0,0,1902,0,0,0), + (33910,4414,1,0,0,-3012.98,-2778,57.1159,5.01807,360,360,10,0,1469,0,0,1), + (33911,4344,1,0,0,-3886.49,-3389.57,32.9654,4.56137,360,360,10,0,1305,1189,0,1), + (33914,4379,1,0,0,-2842.1,-2804.72,36.2097,3.63596,360,360,5,0,1469,0,0,1), + (33916,4387,1,0,0,-3017.78,-3170.11,30.2724,3.53521,360,360,10,0,1536,0,0,1), + (33917,5184,1,0,0,-2885.14,-3434.49,40.1369,2.89824,360,360,1,0,1180,0,0,1), + (33919,4982,0,0,0,-8511,860.464,109.839,3.799,180,180,0,0,64,0,0,2), + (33920,4379,1,0,0,-2842.74,-2776.87,35.8155,0.495465,360,360,5,0,1469,0,0,1), + (33921,1084,0,0,0,-10216.3,-2921.17,17.7429,2.90894,300,300,5,0,1403,0,0,1), + (33922,1084,0,0,0,-10184.5,-3042.27,17.4803,3.00851,300,300,10,0,1403,0,0,1), + (33928,4331,1,0,0,-4314.95,-3247.83,35.5034,6.19717,360,360,5,0,3963,1381,0,1), + (33930,4379,1,0,0,-2832.46,-2802.52,35.0047,2.44996,360,360,5,0,1469,0,0,1), + (33931,5755,43,0,0,-101.546,453.235,-72.2217,1.6348,7200,7200,2,0,1452,0,0,1), + (33932,3840,43,0,0,-110.118,451.07,-72.4256,2.21646,7200,7200,10,0,1212,912,0,1), + (33933,3840,43,0,0,-113.844,458.776,-72.0558,4.85202,7200,7200,0,0,1212,912,0,0), + (33934,5048,43,0,0,-84.9969,481.094,-66.4051,0.965283,7200,7200,0,0,1251,0,0,2), + (33935,5755,43,0,0,-87.0938,468.034,-68.8832,4.07011,7200,7200,2,0,1452,0,0,1), + (33937,2914,43,0,0,17.8176,435.635,-81.1487,3.73747,7200,7200,15,0,8,0,0,1), + (33939,5755,43,0,0,-43.4145,480.182,-55.1952,5.04164,7200,7200,5,0,1452,0,0,1), + (33940,2914,43,0,0,-33.5553,481.313,-53.8505,2.33007,7200,7200,15,0,8,0,0,1), + (33941,8886,43,0,0,-51.9698,473.398,-56.9327,2.13896,7200,7200,5,0,167,0,0,1), + (33942,8886,43,0,0,-51.3009,474.147,-56.7914,2.27836,7200,7200,2,0,167,0,0,1), + (33944,13839,0,0,0,1324.69,408.225,-61.0472,0.942478,900,900,0,0,9298,0,0,0), + (33945,8886,43,0,0,-47.7198,475.81,-56.0525,1.35513,7200,7200,2,0,167,0,0,1), + (33946,3840,43,0,0,-31.7075,473.151,-53.8017,4.34998,7200,7200,7,0,1212,912,0,1), + (33947,5048,43,0,0,-19.4906,488.676,-55.43,6.26311,7200,7200,5,0,1251,0,0,1), + (33948,5755,43,0,0,5.95694,455.084,-77.9773,0.441904,7200,7200,2,0,1452,0,0,1), + (33949,5755,43,0,0,17.3328,434.111,-80.8341,2.36423,7200,7200,2,0,1452,0,0,1), + (33950,5048,43,0,0,23.539,398.061,-59.4415,3.3815,7200,7200,5,0,1251,0,0,1), + (33951,5755,43,0,0,-7.14768,504.356,-56.0014,3.87229,7200,7200,5,0,1452,0,0,1), + (33952,5048,43,0,0,28.8139,454.43,-86.1076,1.88023,7200,7200,0,0,1251,0,0,2), + (33953,2914,43,0,0,28.5456,506.084,-59.7203,5.77157,7200,7200,15,0,8,0,0,1), + (33954,8886,43,0,0,42.8985,478.459,-65.8646,0.596114,7200,7200,2,0,167,0,0,1), + (33955,8886,43,0,0,42.0807,474.962,-65.9024,4.8531,7200,7200,2,0,167,0,0,1), + (33956,3840,43,0,0,21.9781,507.477,-58.7731,2.62222,7200,7200,6,0,1212,912,0,1), + (33957,3840,43,0,0,44.3566,475.754,-65.7403,0.949337,7200,7200,10,0,1212,912,0,1), + (33958,3789,1,0,0,3165.17,-1165.88,215.256,3.59771,300,300,5,0,890,0,0,1), + (33959,3789,1,0,0,3149.48,-1185.94,217.235,2.39854,300,300,5,0,890,0,0,1), + (33961,5048,43,0,0,14.5078,522.024,-57.2001,0.238485,7200,7200,2,0,1251,0,0,1), + (33962,8886,43,0,0,48.5716,398.164,-62.0791,3.08051,7200,7200,3,0,167,0,0,1), + (33963,8886,43,0,0,53.4507,398.248,-63.1031,5.6244,7200,7200,3,0,167,0,0,1), + (33964,3840,43,0,0,40.2501,477.858,-65.9682,5.37214,7200,7200,10,0,1212,912,0,1), + (33965,5048,43,0,0,65.0605,436.912,-64.3343,5.87797,7200,7200,5,0,1251,0,0,1), + (33966,3840,43,0,0,25.1877,530.925,-56.8843,5.18363,7200,7200,0,0,1212,912,0,0), + (33968,2914,43,0,0,58.6517,403.444,-63.6037,4.17261,7200,7200,15,0,8,0,0,1), + (33969,3637,43,0,0,-25.0021,97.1956,-90.5906,6.17846,7200,7200,2,0,1251,0,0,1), + (33970,5053,43,0,0,-50.4928,81.6887,-106.162,1.7076,7200,7200,5,0,417,0,0,1), + (33971,3636,43,0,0,-27.8819,85.0184,-91.3052,1.44465,7200,7200,2,0,1251,0,0,1), + (33972,3835,43,0,0,-40.737,41.8924,-118.327,5.20289,7200,7200,5,0,8,0,0,1), + (33973,3679,43,0,0,115.408,240.017,-94.021,3.08923,7200,7200,0,0,1240,0,0,0), + (33974,5775,43,0,0,-81.8554,32.2565,-30.9939,3.71755,36000,36000,0,0,4168,0,0,0), + (33975,5761,43,0,0,-57.7861,-31.1825,-60.8841,1.27409,7200,7200,5,0,1212,456,0,1), + (33976,3840,43,0,0,-63.3064,-26.7975,-59.5822,3.9619,7200,7200,0,0,1212,912,0,0), + (33977,2914,43,0,0,-102.589,10.9208,-30.5688,4.67185,7200,7200,10,0,8,0,0,1), + (33978,5053,43,0,0,-153.236,23.7394,-106.046,4.24839,7200,7200,15,0,417,0,0,1), + (33979,3835,43,0,0,-156.509,23.1453,-106.709,2.65096,7200,7200,15,0,8,0,0,1), + (33980,5055,43,0,0,-148.464,2.19205,-74.6398,0,7200,7200,6,0,134,0,0,1), + (33981,5055,43,0,0,-149.995,-6.08904,-75.9062,3.47236,7200,7200,6,0,134,0,0,1), + (33982,5055,43,0,0,-146.264,-10.8986,-76.394,2.01923,7200,7200,6,0,134,0,0,1), + (33983,5053,43,0,0,-183.233,-5.77217,-106.29,1.94846,7200,7200,5,0,417,0,0,1), + (33984,2914,43,0,0,-156.817,-15.7387,-78.3735,2.6933,7200,7200,10,0,8,0,0,1), + (33985,3835,43,0,0,-194.996,12.4077,-105.238,1.44862,7200,7200,15,0,8,0,0,1), + (33986,2914,43,0,0,-217.94,40.5644,-82.3352,3.80722,7200,7200,10,0,8,0,0,1), + (33987,3840,43,0,0,-214.287,46.8098,-82.2615,3.92159,7200,7200,7,0,1212,912,0,1), + (33988,5184,1,0,0,-2884.23,-3421.98,75.2258,2.9732,360,360,0,0,1180,0,0,2), + (33989,5184,1,0,0,-2886.17,-3417.74,39.4407,4.83456,360,360,0,0,1180,0,0,0), + (33990,4323,1,0,0,-4287.24,-3269.59,39.1857,5.60684,360,360,10,0,1836,1857,0,1), + (33991,5184,1,0,0,-2868.66,-3423.49,40.1313,4.78095,360,360,5,0,1180,0,0,2), + (33992,4341,1,0,0,-2957.94,-3105.54,30.7107,3.22765,360,360,10,0,1403,0,0,1), + (33993,4376,1,0,0,-2782.68,-2785.85,34.0821,5.13174,360,360,10,0,1469,0,0,1), + (33994,4341,1,0,0,-2984.71,-3077.06,35.4302,0.864099,360,360,0,0,1403,0,0,0), + (33995,4379,1,0,0,-2814.39,-2780.8,34.5638,1.00709,360,360,10,0,1469,0,0,1), + (33996,8311,109,0,0,-404.685,89.4919,-172.932,2.41039,7200,7200,0,0,1386,0,0,0), + (33997,8311,109,0,0,-398.033,93.8167,-172.932,0.596907,7200,7200,0,0,1386,0,0,0), + (33999,13839,0,0,0,1447.42,401.276,-57.8705,5.25344,900,900,0,0,9298,0,0,0), + (34000,4378,1,0,0,-2821.09,-2815.21,35.5216,2.10617,360,360,5,0,1468,0,0,1), + (34001,5184,1,0,0,-2905.62,-3437.11,39.3894,5.75959,360,360,0,0,1180,0,0,0), + (34002,4376,1,0,0,-2786.17,-2814.47,35.9305,2.43207,360,360,10,0,1469,0,0,1), + (34003,4379,1,0,0,-2770.17,-2850.67,36.5261,3.61834,360,360,5,0,1469,0,0,1), + (34004,4376,1,0,0,-2745.57,-2813.45,43.3771,0.523018,360,360,5,0,1469,0,0,1), + (34005,4379,1,0,0,-2780.4,-2749.71,34.4171,0.222697,360,360,5,0,1469,0,0,1), + (34006,4379,1,0,0,-2763.8,-2784.79,35.0239,4.64708,360,360,5,0,1469,0,0,1), + (34008,4331,1,0,0,-4338.3,-3373.13,37.6631,0.576995,360,360,0,0,3963,1381,0,0), + (34009,4347,1,0,0,-3513.16,-3354.02,37.1838,6.13024,360,360,5,0,1536,0,0,1), + (34010,4323,1,0,0,-4314.51,-3379.1,35.6607,1.07831,360,360,10,0,1836,1857,0,1), + (34011,1412,1,0,0,-3812.73,-4491.95,12.1209,5.72617,360,360,10,0,8,0,0,1), + (34012,4331,1,0,0,-4384.64,-3355.3,38.5471,3.1455,360,360,3,0,3963,1381,0,1), + (34013,1412,1,0,0,-3799.73,-4430.46,14.0878,0.445414,360,360,10,0,8,0,0,1), + (34014,4323,1,0,0,-4385.71,-3387.63,39.4944,4.2636,360,360,10,0,1836,1857,0,1), + (34015,4387,1,0,0,-2698.56,-2963.9,33.7158,6.0512,360,360,0,0,1536,0,0,0), + (34016,4331,1,0,0,-4349.22,-3346.41,35.2126,4.64044,360,360,10,0,3963,1381,0,1), + (34017,4382,1,0,0,-2786.18,-2956.54,29.4723,0.449836,360,360,10,0,1468,0,0,1), + (34018,4329,1,0,0,-4325.23,-3319.51,34.3532,1.8675,360,360,0,0,4755,0,0,0), + (34019,4331,1,0,0,-4338.3,-3243.62,34.7266,0.122173,360,360,0,0,3963,1381,0,0), + (34020,4388,1,0,0,-3790.14,-4720.02,-23.518,0.599346,360,360,10,0,1826,0,0,1), + (34096,4388,1,0,0,-3748.31,-4709.46,-27.6842,3.18956,360,360,10,0,1826,0,0,1), + (34097,4382,1,0,0,-2819.02,-2941.97,28.7935,0.594697,360,360,10,0,1468,0,0,1), + (34098,4382,1,0,0,-2851.04,-2951.04,34.3383,1.52513,360,360,10,0,1468,0,0,1), + (34099,4346,1,0,0,-2861.41,-2973.77,31.5523,5.89651,360,360,5,0,1403,0,0,1), + (34100,4341,1,0,0,-2986.62,-2886.4,30.741,3.64983,360,360,10,0,1403,0,0,1), + (34101,6145,1,0,0,-3779,-4750.8,-34.9099,0.264546,360,360,5,0,42,0,0,1), + (34102,5624,0,0,0,1591.86,276.605,55.3256,0.017453,300,300,0,0,5215,1600,0,0), + (34103,5624,0,0,0,1774.37,216.364,-62.1759,1.32631,300,300,0,0,5215,1600,0,2), + (34104,5624,0,0,0,1527.94,73.1943,-62.2001,2.85779,300,300,0,0,5215,1600,0,2), + (34105,5624,0,0,0,1600.24,276.667,55.3257,3.12414,300,300,0,0,5215,1600,0,0), + (34106,5624,0,0,0,1703.69,80.5655,-62.2086,3.57792,300,300,0,0,5215,1600,0,0), + (34107,7980,0,0,0,2073.73,276.662,59.4107,0,300,300,0,0,6197,0,0,0), + (34108,7980,0,0,0,2056.52,280.259,59.4098,2.94961,300,300,0,0,6197,0,0,0), + (34109,16096,0,0,0,2053.39,239.438,99.8519,4.79965,900,900,0,0,4700,0,0,0), + (34110,16096,0,0,0,2064.36,290.916,97.1146,1.55334,900,900,0,0,4700,0,0,0), + (34111,1742,0,0,0,2289.3,391.421,34.2001,3.60377,300,300,0,0,919,0,0,0), + (34112,1746,0,0,0,2272.98,290.231,35.3461,3.24631,300,300,0,0,980,0,0,0), + (34113,1744,0,0,0,2239.48,257.287,34.1308,2.58309,300,300,0,0,1172,0,0,0), + (34114,1765,0,0,0,1513.36,728.35,47.0631,1.5913,300,300,5,0,198,0,0,1), + (34115,1547,0,0,0,2483.16,1191.77,60.9595,3.7388,300,300,5,0,101,142,0,1), + (34116,1553,0,0,0,2050.3,733.522,37.5362,5.4736,300,300,10,0,120,0,0,1), + (34117,1553,0,0,0,2041,809.833,35.5015,4.16461,300,300,5,0,120,0,0,1), + (34118,3789,1,0,0,3383.69,-1339.34,197.665,5.41407,300,300,5,0,890,0,0,1), + (34119,5186,369,0,0,-109.512,1157.29,-119.711,2.16872,540,540,5,0,4927,0,0,1), + (34120,5186,369,0,0,73.0577,1354.6,-119.485,4.69576,540,540,5,0,4927,0,0,1), + (34121,5186,369,0,0,92.8132,1057.44,-122.674,1.42365,540,540,5,0,4927,0,0,1), + (34122,5186,369,0,0,-148.53,1268.89,-123.002,1.87383,540,540,5,0,4927,0,0,1), + (34123,3789,1,0,0,3412.86,-1374.98,185.649,1.8507,300,300,10,0,890,0,0,1), + (34124,3789,1,0,0,3222.59,-1378.52,239.95,3.55404,300,300,0,0,890,0,0,0), + (34125,1553,0,0,0,2408.59,1174.75,46.551,1.7669,300,300,5,0,120,0,0,1), + (34128,3789,1,0,0,3228.87,-1365.53,239.86,6.07587,300,300,0,0,890,0,0,0), + (34129,3789,1,0,0,3236.8,-1368.02,239.897,3.36765,300,300,0,0,890,0,0,0), + (34130,3789,1,0,0,3307.5,-1346.97,212.766,2.9906,300,300,5,0,890,0,0,2), + (34131,3789,1,0,0,3212.33,-1238.8,234.83,3.78192,300,300,2,0,890,0,0,1), + (34132,3789,1,0,0,3200.76,-1192.65,220.499,5.79041,300,300,3,0,890,0,0,1), + (34133,3789,1,0,0,3191.25,-1177.38,217.627,5.37009,300,300,3,0,890,0,0,1), + (34134,3789,1,0,0,3155.66,-1200.83,216.049,3.67594,300,300,0,0,890,0,0,0), + (34135,4388,1,0,0,-3776.34,-4750.75,-35.7235,5.31748,360,360,10,0,1826,0,0,1), + (34136,1420,1,0,0,-3488.66,-3021.47,31.7888,3.12414,360,360,0,0,8,0,0,0), + (34140,1547,0,0,0,2521.57,1283.98,42.9961,5.23513,300,300,5,0,101,142,0,1), + (34143,4953,0,0,0,-10155.4,-3215.15,23.0931,2.77232,300,300,5,0,16,0,0,1), + (34144,1420,0,0,0,-10310.8,-3297.39,21.0641,4.42523,300,300,5,0,8,0,0,1), + (34145,6653,0,0,0,-10299.4,-2927.14,18.3195,0.127261,300,300,5,0,16,0,0,1), + (34146,4953,0,0,0,-10324.6,-3426.73,18.0274,5.74176,300,300,5,0,16,0,0,1), + (34147,986,0,0,0,-10506.9,-3328.17,20.8888,0.663225,300,300,0,0,3517,2103,0,0), + (34148,865,0,0,0,-10357.7,-3369.77,22.4278,4.21004,300,300,0,0,2033,0,0,0), + (34149,982,0,0,0,-10451,-3290.11,20.3032,0.663225,300,300,0,0,2972,0,0,0), + (34150,10049,0,0,0,-10464.2,-3267.98,20.411,6.10865,300,300,0,0,1605,0,0,0), + (34151,12807,0,0,0,-10466,-3337.19,25.5541,1.72788,300,300,0,0,3517,0,0,0), + (34152,864,0,0,0,-10503.5,-3331.86,20.9633,2.47065,300,300,0,0,3294,0,0,0), + (34153,865,0,0,0,-10383.4,-3373.6,22.8654,5.20112,300,300,0,0,2033,0,0,0), + (34154,989,0,0,0,-10486.8,-3249.89,27.5599,2.84489,300,300,0,0,3517,0,0,0), + (34155,864,0,0,0,-10437.5,-3210.06,20.9154,1.36136,300,300,0,0,3294,0,0,0), + (34156,985,0,0,0,-10502,-3252.67,21.2127,5.98648,300,300,0,0,3517,0,0,0), + (34157,752,0,0,0,-10910.6,-3631.49,16.4526,3.32189,300,300,3,0,1704,1483,0,1), + (34158,922,0,0,0,-9733.64,-4066.1,-7.65416,2.84489,300,300,5,0,1829,0,0,1), + (34159,11198,0,0,0,-10127.5,-2839.57,22.3175,3.67592,300,300,0,0,1981,0,0,0), + (34160,1776,0,0,0,-10101,-2818.9,22.1149,3.10669,300,300,0,0,2666,0,0,0), + (34161,769,0,0,0,-10979.7,-3970.58,28.7162,1.26663,300,300,5,0,1829,0,0,1), + (34162,1084,0,0,0,-10177.5,-2895.34,18.3741,4.47523,300,300,5,0,1403,0,0,1), + (34163,1084,0,0,0,-10137.6,-2936.04,17.7491,0.661298,300,300,10,0,1403,0,0,1), + (34164,1087,0,0,0,-9710.13,-3983.35,0.803726,0,300,300,5,0,1902,0,0,1), + (34165,8384,109,0,0,-425.686,88.5654,-176.075,0.649529,7200,7200,0,0,5970,0,0,0), + (34166,8384,109,0,0,-405.939,99.1431,-172.934,5.87635,7200,7200,0,0,5970,0,0,0), + (34167,8384,109,0,0,-372.958,90.3818,-172.937,0.592196,7200,7200,0,0,5970,0,0,0), + (34168,5226,109,0,0,-306.301,95.8346,-172.98,3.15259,7200,7200,0,0,5970,0,0,0), + (34169,8311,109,0,0,-295.638,111.639,-173.003,1.25585,7200,7200,0,0,1386,0,0,0), + (34170,8311,109,0,0,-301.55,109.374,-173.003,0.313375,7200,7200,0,0,1386,0,0,0), + (34171,5226,109,0,0,-288.895,108.466,-173.003,2.81487,7200,7200,0,0,5970,0,0,0), + (34172,8311,109,0,0,-498.664,140.685,-148.743,6.18775,7200,7200,0,0,1386,0,0,0), + (34173,5226,109,0,0,-502.89,134.435,-148.742,0.854892,7200,7200,0,0,5970,0,0,0), + (34174,8311,109,0,0,-413.007,176.775,-148.802,5.58064,7200,7200,0,0,1386,0,0,0), + (34175,8311,109,0,0,-407.55,170.645,-147.236,3.29984,7200,7200,0,0,1386,0,0,0), + (34176,3791,1,0,0,3220.51,-1300.53,239.642,4.72815,300,300,2,0,940,0,0,1), + (34177,3791,1,0,0,3172.19,-1183.75,214.894,1.20556,300,300,15,0,940,0,0,2), + (34178,3791,1,0,0,3172.03,-1186.47,214.891,3.54054,300,300,15,0,940,0,0,1), + (34179,3791,1,0,0,3163.6,-1178.16,215.683,1.07008,300,300,15,0,940,0,0,1), + (34180,3791,1,0,0,3166,-1203.2,214.924,4.07179,300,300,0,0,940,0,0,0), + (34181,12498,1,0,0,3247.17,-3723.5,149.634,2.87979,3600,3600,0,0,80925,0,0,0), + (34183,11219,1,0,0,3305.22,127.885,16.1994,0.279253,300,300,0,0,2666,0,0,0), + (34184,12757,1,0,0,3345.46,1013.93,3.39761,6.10865,300,300,0,0,2016,0,0,0), + (34185,3797,1,0,0,2718.8,-1889.12,204.727,3.86974,300,300,2,0,694,655,0,2), + (34186,3797,1,0,0,2714.86,-1871.74,193.313,6.20183,300,300,0,0,694,655,0,0), + (34187,3797,1,0,0,2684.59,-1871.52,193.382,2.14675,300,300,0,0,694,655,0,0), + (34188,3797,1,0,0,2707.01,-1885.23,193.313,0.739373,300,300,0,0,694,655,0,0), + (34189,3797,1,0,0,2722.1,-1882.31,207.871,4.7487,300,300,0,0,694,655,0,0), + (34190,3797,1,0,0,2703.66,-1883.29,207.448,0.252137,300,300,5,0,694,655,0,1), + (34191,3797,1,0,0,2718.33,-1873.49,207.425,3.72521,300,300,5,0,694,655,0,1), + (34192,3797,1,0,0,2717.31,-1898.22,207.876,0.354223,300,300,0,0,694,655,0,0), + (34193,4054,1,0,0,2426.84,-1647.7,139.846,6.18177,300,300,5,0,723,0,0,1), + (34194,4054,1,0,0,2486.79,-1682.54,134.945,4.20792,300,300,10,0,723,0,0,1), + (34195,4054,1,0,0,2481.54,-1705.03,133.169,1.95025,300,300,15,0,723,0,0,1), + (34196,4054,1,0,0,2444.76,-1669.72,134.755,1.16935,300,300,5,0,723,0,0,1), + (34197,4054,1,0,0,2510.64,-1712.17,143.94,3.8432,300,300,5,0,723,0,0,1), + (34198,4054,1,0,0,2696.09,-1848.67,190.595,4.47073,300,300,5,0,723,0,0,1), + (34199,4054,1,0,0,2747.98,-1846.98,196.606,2.9509,300,300,5,0,723,0,0,1), + (34200,4054,1,0,0,2763.12,-1894.77,188.96,3.9095,300,300,5,0,723,0,0,1), + (34201,4054,1,0,0,2781.05,-1817.29,203.902,5.13415,300,300,15,0,723,0,0,1), + (34202,4054,1,0,0,2680.67,-1802.55,192.22,4.70555,300,300,10,0,723,0,0,1), + (34203,4054,1,0,0,2718.7,-1814.41,198.214,0.970802,300,300,10,0,723,0,0,1), + (34204,4054,1,0,0,2636.16,-1802.91,193.64,4.53472,300,300,5,0,723,0,0,1), + (34205,766,0,0,0,-10714.4,-3921.77,17.4991,3.90734,300,300,5,0,1433,1283,0,1), + (34206,4953,0,0,0,-10024.4,-3876.07,17.4991,1.45212,300,300,5,0,16,0,0,1), + (34207,1420,0,0,0,-10377.5,-3446.62,18.0939,4.85732,300,300,5,0,8,0,0,1), + (34208,1420,0,0,0,-10366.8,-2741.05,18.7491,1.13696,300,300,5,0,8,0,0,1), + (34209,4953,0,0,0,-10438.9,-4173.71,20.9866,4.19106,300,300,5,0,16,0,0,1), + (34210,4054,1,0,0,2680.34,-1815.08,191.505,2.97265,300,300,10,0,723,0,0,1), + (34211,4054,1,0,0,2665.25,-1848.33,188.871,0.392963,300,300,0,0,723,0,0,0), + (34212,4054,1,0,0,2378.04,-1685.62,149.126,3.86278,300,300,0,0,723,0,0,0), + (34213,4054,1,0,0,2524.73,-1791.49,143.686,5.68814,300,300,5,0,723,0,0,1), + (34214,4054,1,0,0,2544.77,-1748.07,152.205,2.70591,300,300,5,0,723,0,0,1), + (34215,4054,1,0,0,2514.05,-1752.22,137.823,1.49783,300,300,3,0,723,0,0,1), + (34216,4054,1,0,0,2570.65,-1750.47,154.197,1.2367,300,300,15,0,723,0,0,1), + (34217,4054,1,0,0,2618.74,-1751.99,177.325,5.13654,300,300,15,0,723,0,0,1), + (34218,4054,1,0,0,2585.42,-1677.08,155.781,1.74203,300,300,3,0,723,0,0,1), + (34219,4054,1,0,0,2580.97,-1716.76,159.502,2.55679,300,300,15,0,723,0,0,1), + (34220,4054,1,0,0,2556.58,-1683.6,153.098,0.354977,300,300,15,0,723,0,0,1), + (34221,4054,1,0,0,2547.33,-1780.42,149.309,3.09274,300,300,15,0,723,0,0,1), + (34222,4054,1,0,0,2517.11,-1697.29,146.717,5.14626,300,300,15,0,723,0,0,1), + (34223,4054,1,0,0,2520.04,-1648.77,144.428,0.60396,300,300,15,0,723,0,0,1), + (34224,12759,1,0,0,1960.89,-1106.05,81.4683,0.994347,300,300,0,0,878,732,0,0), + (34225,3801,1,0,0,1862.11,-2639.75,56.9482,5.96217,300,300,0,0,779,756,0,0), + (34226,3801,1,0,0,1822.1,-2609.09,60.5186,3.65302,300,300,5,0,779,756,0,1), + (34227,3801,1,0,0,1743.3,-2667.7,114.46,2.65408,300,300,5,0,779,756,0,1), + (34228,3802,1,0,0,1818.11,-2785.98,81.5536,0.747355,300,300,0,0,750,2068,0,0), + (34229,3803,1,0,0,1779.62,-2759.77,83.3605,1.61188,300,300,3,0,831,811,0,1), + (34230,3803,1,0,0,1775.03,-2695.32,71.9756,3.72923,300,300,5,0,831,811,0,1), + (34231,3803,1,0,0,1785.19,-2649.51,57.627,5.68958,300,300,2,0,831,811,0,1), + (34232,3804,1,0,0,1750.99,-2725.36,90.4287,3.27098,300,300,0,0,896,0,0,0), + (34233,3804,1,0,0,1794.67,-2733.71,77.7271,1.61571,300,300,5,0,896,0,0,1), + (34234,3804,1,0,0,1924.65,-2628.21,83.5914,1.32398,300,300,5,0,896,0,0,1), + (34235,3804,1,0,0,1895.77,-2631.96,84.0029,3.59951,300,300,0,0,896,0,0,0), + (34236,3806,1,0,0,1781.3,-2791.66,67.4341,2.6978,300,300,2,0,950,0,0,1), + (34237,3806,1,0,0,1852.88,-2792.91,39.0355,2.53706,300,300,5,0,950,0,0,1), + (34238,3806,1,0,0,1831.72,-2758.12,48.6305,3.99523,300,300,2,0,950,0,0,1), + (34239,3806,1,0,0,1755.29,-2761.45,84.0077,2.05842,300,300,5,0,950,0,0,2), + (34240,3806,1,0,0,1815.79,-2749.06,82.0961,2.31764,300,300,5,0,950,0,0,2), + (34241,3806,1,0,0,1810.29,-2669.95,40.576,1.17426,300,300,5,0,950,0,0,2), + (34242,3806,1,0,0,1910.99,-2651.67,84.9902,3.12808,300,300,0,0,950,0,0,0), + (34243,3806,1,0,0,1907.26,-2629.01,84.4664,2.58665,300,300,0,0,950,0,0,0), + (34244,3806,1,0,0,1779.97,-2814.36,64.5648,1.00954,300,300,2,0,950,0,0,1), + (34245,3806,1,0,0,1746.21,-2672.71,67.636,5.16537,300,300,2,0,950,0,0,1), + (34246,3807,1,0,0,1803.97,-2651.18,57.3481,0.017189,300,300,5,0,950,0,0,1), + (34247,3807,1,0,0,1830.47,-2795.82,51.504,6.21041,300,300,2,0,950,0,0,1), + (34248,3807,1,0,0,1823.78,-2723.1,44.6544,6.2504,300,300,2,0,950,0,0,1), + (34249,3807,1,0,0,1829.65,-2639.55,40.2669,1.88507,300,300,2,0,950,0,0,1), + (34250,3807,1,0,0,1782.67,-2702.31,102.923,1.84076,300,300,0,0,950,0,0,0), + (34251,3807,1,0,0,1804.5,-2823.27,60.7386,3.15803,300,300,2,0,950,0,0,1), + (34252,3807,1,0,0,1808.95,-2699.52,39.8401,3.63864,300,300,2,0,950,0,0,1), + (34253,3807,1,0,0,1889.34,-2638.42,83.0979,1.04432,300,300,0,0,950,0,0,0), + (34254,3807,1,0,0,1828.31,-2612.75,60.9334,6.19882,300,300,5,0,950,0,0,1), + (34255,4320,1,0,0,2098.61,-1167.34,101.876,3.66519,300,300,0,0,2471,1620,0,0), + (34256,3808,1,0,0,1801.06,-2677.33,109.781,0.964559,300,300,5,0,896,0,0,1), + (34257,3808,1,0,0,1868.26,-2756.14,61.5182,1.30402,300,300,2,0,896,0,0,1), + (34258,3808,1,0,0,1848.17,-2718.93,41.4859,0.617748,300,300,2,0,896,0,0,1), + (34259,3808,1,0,0,1743.02,-2751.93,85.9907,2.17651,300,300,2,0,896,0,0,1), + (34260,3808,1,0,0,1761.87,-2663.95,109.236,6.26204,300,300,0,0,896,0,0,0), + (34261,3808,1,0,0,1788.71,-2661.16,109.513,5.33606,300,300,0,0,896,0,0,0), + (34262,6653,0,0,0,-10722.6,-3933.4,17.8844,6.08656,300,300,5,0,16,0,0,1), + (34263,4953,0,0,0,-9909.19,-3780.58,17.4991,3.97837,300,300,5,0,16,0,0,1), + (34264,1420,0,0,0,-10845.8,-3979.86,19.2282,4.87227,300,300,5,0,8,0,0,1), + (34265,3808,1,0,0,1771.85,-2691.22,111.546,2.41322,300,300,0,0,896,0,0,0), + (34266,3808,1,0,0,1860.2,-2688.51,40.5932,4.96714,300,300,2,0,896,0,0,1), + (34267,3808,1,0,0,1931.56,-2641.06,86.1152,4.02747,300,300,5,0,896,0,0,1), + (34268,3808,1,0,0,1893.87,-2652.55,84.3479,2.86184,300,300,0,0,896,0,0,0), + (34269,3809,1,0,0,2090.41,-595.307,103.248,5.5542,300,300,5,0,662,0,0,1), + (34270,3809,1,0,0,2315.13,-903.292,98.4071,4.2793,300,300,0,0,662,0,0,0), + (34271,3809,1,0,0,2444.84,-892.368,145.42,4.56331,300,300,5,0,662,0,0,1), + (34272,3809,1,0,0,2575.67,-1543.62,157.972,4.75616,300,300,3,0,662,0,0,1), + (34273,3809,1,0,0,2382.4,-948.031,102.523,5.4667,300,300,3,0,662,0,0,1), + (34274,3809,1,0,0,2981.77,-1276.44,199.81,5.60845,300,300,5,0,662,0,0,1), + (34275,3809,1,0,0,2281.03,-580.195,111.808,6.11408,300,300,5,0,662,0,0,1), + (34276,3809,1,0,0,2291.61,-679.881,136.875,5.31015,300,300,5,0,662,0,0,1), + (34277,3809,1,0,0,2295.47,-997.381,95.4581,0.799209,300,300,5,0,662,0,0,1), + (34278,3809,1,0,0,2047.98,-415.036,95.6911,2.33222,300,300,15,0,662,0,0,1), + (34279,3809,1,0,0,1923.78,-458.803,111.815,5.9778,300,300,10,0,662,0,0,1), + (34280,3809,1,0,0,2554.92,-1485.88,161.328,0.506715,300,300,15,0,662,0,0,1), + (34281,3809,1,0,0,2700.04,-1458.27,212.929,2.76791,300,300,5,0,662,0,0,1), + (34282,3809,1,0,0,2420.54,-792.628,122.464,0.246443,300,300,15,0,662,0,0,1), + (34283,3809,1,0,0,2171.58,-1082.99,101.932,0.273993,300,300,5,0,662,0,0,1), + (34284,3809,1,0,0,2352.21,-947.693,92.2136,2.08257,300,300,15,0,662,0,0,1), + (34285,3809,1,0,0,2281.85,-484.178,99.1736,3.32508,300,300,15,0,662,0,0,1), + (34286,3809,1,0,0,2207.49,-540.074,103.787,0.79575,300,300,2,0,662,0,0,1), + (34287,3809,1,0,0,2318.05,-748.627,116.195,4.08805,300,300,15,0,662,0,0,1), + (34288,3809,1,0,0,2625.22,-1030.09,119.367,2.98906,300,300,15,0,662,0,0,1), + (34289,3809,1,0,0,2239.46,-586.661,104.313,0.143141,300,300,15,0,662,0,0,1), + (34290,3809,1,0,0,1449.25,-2149.99,90.3586,0.354246,300,300,5,0,662,0,0,1), + (34291,3809,1,0,0,2260.23,-507.636,100.283,4.19378,300,300,15,0,662,0,0,1), + (34292,3809,1,0,0,2618.79,-894.747,144.478,1.51313,300,300,5,0,662,0,0,1), + (34293,3809,1,0,0,2254.86,-784.795,108.752,5.43757,300,300,15,0,662,0,0,1), + (34294,3809,1,0,0,2337.8,-946.903,90.4868,0.226506,300,300,15,0,662,0,0,1), + (34295,3809,1,0,0,2314.33,-715.631,126.767,1.26325,300,300,3,0,662,0,0,1), + (34296,3809,1,0,0,2111.07,-639.402,104.116,1.76934,300,300,3,0,662,0,0,1), + (34297,3809,1,0,0,2141.24,-854.411,99.1271,3.66075,300,300,5,0,662,0,0,1), + (34298,3809,1,0,0,2373.18,-771.121,118.432,0.742487,300,300,15,0,662,0,0,1), + (34299,3809,1,0,0,3160.04,-479.183,138.007,1.81985,300,300,15,0,662,0,0,1), + (34300,3809,1,0,0,2269.88,-876.464,98.5102,0.095878,300,300,15,0,662,0,0,1), + (34301,3809,1,0,0,1980.71,-724.178,99.9177,3.43719,300,300,15,0,662,0,0,1), + (34302,3809,1,0,0,2219.49,-845.046,101.904,3.58996,300,300,15,0,662,0,0,1), + (34303,3809,1,0,0,1938.87,-667.573,113.119,4.84062,300,300,5,0,662,0,0,1), + (34304,3809,1,0,0,2130.43,-643.652,104.83,3.17745,300,300,15,0,662,0,0,1), + (34305,3809,1,0,0,2548.52,-1265.93,140.822,5.89719,300,300,15,0,662,0,0,1), + (34306,3809,1,0,0,2710.55,-1146.07,170.394,0.212526,300,300,5,0,662,0,0,1), + (34307,3809,1,0,0,2611.94,-1051.11,120.239,1.45443,300,300,15,0,662,0,0,1), + (34308,3809,1,0,0,2644.81,-1023.05,121.211,2.25653,300,300,15,0,662,0,0,1), + (34309,3809,1,0,0,1667.42,-2173.62,92.3751,4.56842,300,300,5,0,662,0,0,1), + (34310,3809,1,0,0,1981.45,-404.674,97.3993,4.8326,300,300,5,0,662,0,0,1), + (34311,3809,1,0,0,2107.84,-873.458,98.5271,6.2324,300,300,15,0,662,0,0,1), + (34312,3809,1,0,0,1970.88,-521.337,112.632,5.85624,300,300,5,0,662,0,0,1), + (34313,3809,1,0,0,2239.6,-942.449,86.1625,3.40031,300,300,15,0,662,0,0,1), + (34314,3809,1,0,0,2618.02,-1088.63,127.145,0.009282,300,300,3,0,662,0,0,1), + (34315,3809,1,0,0,2939.92,-1190.74,184.463,0.958499,300,300,5,0,662,0,0,1), + (34316,3809,1,0,0,3041.08,-175.291,103.941,0.075192,300,300,15,0,662,0,0,1), + (34317,3809,1,0,0,2555.23,-1207.54,139.703,1.34004,300,300,15,0,662,0,0,1), + (34318,3809,1,0,0,2741.01,-1268.67,178.61,5.98132,300,300,5,0,662,0,0,1), + (34319,3809,1,0,0,2100.38,-689.776,103.712,6.27895,300,300,3,0,662,0,0,1), + (34320,3809,1,0,0,3104.42,-565.507,152.001,3.60655,300,300,3,0,662,0,0,1), + (34321,3809,1,0,0,3230.43,-517.199,147.136,3.30503,300,300,5,0,662,0,0,1), + (34322,3809,1,0,0,3035.38,-628.197,170.407,1.15693,300,300,3,0,662,0,0,1), + (34323,3809,1,0,0,2357.82,-469.013,104.018,5.78415,300,300,15,0,662,0,0,1), + (34324,3809,1,0,0,2623.98,-1498.69,183.829,2.10619,300,300,3,0,662,0,0,1), + (34325,3809,1,0,0,3035.1,-949.248,205.483,5.14112,300,300,3,0,662,0,0,1), + (34326,3809,1,0,0,2166.23,-584.794,103.011,0.424032,300,300,15,0,662,0,0,1), + (34327,3809,1,0,0,1704.95,-1975.24,97.7747,0.302755,300,300,5,0,662,0,0,1), + (34328,3809,1,0,0,2979.3,-774.917,176.734,2.51294,300,300,3,0,662,0,0,1), + (34329,3809,1,0,0,3109.1,-119.269,102.574,1.58642,300,300,5,0,662,0,0,1), + (34330,3809,1,0,0,3015.16,-721.037,171.259,4.35545,300,300,5,0,662,0,0,1), + (34331,3809,1,0,0,2906.17,-806.347,168.929,2.3202,300,300,15,0,662,0,0,1), + (34332,3809,1,0,0,2971.16,-745.943,173.004,1.378,300,300,15,0,662,0,0,1), + (34333,3809,1,0,0,3115.61,-579.792,152.719,4.65082,300,300,15,0,662,0,0,1), + (34334,3809,1,0,0,2986.54,-682.877,170.452,6.26366,300,300,5,0,662,0,0,1), + (34335,3809,1,0,0,2113,-664.809,105.073,1.71043,300,300,15,0,662,0,0,1), + (34336,3809,1,0,0,2176.03,-941.531,93.4146,3.05562,300,300,15,0,662,0,0,1), + (34337,3809,1,0,0,1965.6,-567.09,112.857,4.25728,300,300,3,0,662,0,0,1), + (34338,3809,1,0,0,2008.08,-571.563,100.442,5.9519,300,300,15,0,662,0,0,1), + (34339,3809,1,0,0,2620.36,-1227.94,148.455,5.97299,300,300,3,0,662,0,0,1), + (34340,3809,1,0,0,2238.71,-1108.68,92.7443,6.04249,300,300,15,0,662,0,0,1), + (34341,3809,1,0,0,2701.1,-859.84,146.784,-1.28333,300,300,3,0,662,0,0,1), + (34342,3809,1,0,0,2581.83,-1314.35,148.634,4.78829,300,300,15,0,662,0,0,1), + (34343,3809,1,0,0,1992.54,-685.709,100.961,4.85639,300,300,15,0,662,0,0,1), + (34344,3809,1,0,0,2526.61,-1585,147.364,1.70412,300,300,10,0,662,0,0,1), + (34345,3809,1,0,0,2845.49,-1220.14,182.958,4.76908,300,300,15,0,662,0,0,1), + (34346,3809,1,0,0,2944.73,-1209.27,185.919,6.25356,300,300,5,0,662,0,0,1), + (34347,3809,1,0,0,2512.28,-1257.36,132.656,4.51289,300,300,15,0,662,0,0,1), + (34348,3809,1,0,0,2604.13,-1473.39,170.667,4.24175,300,300,15,0,662,0,0,1), + (34349,3809,1,0,0,2680.95,-1186.97,157.48,4.19809,300,300,15,0,662,0,0,1), + (34350,3809,1,0,0,2601.04,-1337.02,154.732,4.71239,300,300,5,0,662,0,0,1), + (34351,3809,1,0,0,3295.97,-242.628,121.883,0.143885,300,300,15,0,662,0,0,1), + (34352,3809,1,0,0,2574.87,-924.745,140.396,1.8385,300,300,3,0,662,0,0,1), + (34353,3809,1,0,0,1647.81,-2133.18,108.292,2.1588,300,300,5,0,662,0,0,1), + (34354,3809,1,0,0,2514.67,-1204.2,131.146,2.09397,300,300,15,0,662,0,0,1), + (34355,3809,1,0,0,2194.04,-729.431,105.157,3.87844,300,300,3,0,662,0,0,1), + (34356,3809,1,0,0,1303.79,-2153.59,92.1994,5.29262,300,300,10,0,662,0,0,1), + (34357,3809,1,0,0,1385.5,-2217.12,93.133,1.30925,300,300,5,0,662,0,0,1), + (34358,3809,1,0,0,1347.55,-2113.53,93.7973,1.87648,300,300,10,0,662,0,0,1), + (34359,3809,1,0,0,1721.67,-2162.38,95.3106,4.97884,300,300,5,0,662,0,0,1), + (34360,3810,1,0,0,2231.98,-1821.93,78.9902,5.30019,300,300,5,0,909,0,0,1), + (34361,3810,1,0,0,2192.12,-1882.42,69.4854,4.66253,300,300,10,0,909,0,0,1), + (34362,3810,1,0,0,2851.74,-2511.97,219.162,1.01365,300,300,10,0,909,0,0,1), + (34363,3810,1,0,0,2881.47,-2522.58,223.436,1.64308,300,300,10,0,909,0,0,1), + (34364,3810,1,0,0,2210.14,-1908.06,70.8742,4.51768,300,300,10,0,909,0,0,1), + (34365,3810,1,0,0,2290.65,-1915.09,66.9178,0.463671,300,300,15,0,909,0,0,1), + (34366,3810,1,0,0,2232.12,-1880.19,69.8209,4.96934,300,300,3,0,909,0,0,1), + (34367,3810,1,0,0,2760.38,-2407.11,203.609,3.96636,300,300,10,0,909,0,0,1), + (34368,3810,1,0,0,2745.4,-2186.53,196.683,1.74396,300,300,15,0,909,0,0,1), + (34369,3810,1,0,0,2741.78,-2261.32,201.124,5.99687,300,300,15,0,909,0,0,1), + (34370,3810,1,0,0,2717.01,-2320.07,202.348,3.64443,300,300,15,0,909,0,0,1), + (34371,3810,1,0,0,2718.67,-2270.02,200.698,1.84655,300,300,15,0,909,0,0,1), + (34372,3810,1,0,0,2539.67,-2018.82,150.906,2.91699,300,300,5,0,909,0,0,1), + (34373,3810,1,0,0,2490.38,-2009.64,142.869,4.72462,300,300,5,0,909,0,0,1), + (34374,3810,1,0,0,2423.9,-2000,136.465,2.58998,300,300,5,0,909,0,0,1), + (34375,3810,1,0,0,2417.82,-2030.61,137.454,2.97082,300,300,5,0,909,0,0,1), + (34376,3810,1,0,0,2285.93,-1857.27,68.7084,2.97676,300,300,15,0,909,0,0,1), + (34377,3810,1,0,0,2749.49,-2364.97,203.034,5.04728,300,300,10,0,909,0,0,1), + (34378,3810,1,0,0,2762.38,-2392.02,203.441,1.85701,300,300,10,0,909,0,0,1), + (34379,3810,1,0,0,2785.42,-2436.33,204.701,1.5708,300,300,10,0,909,0,0,1), + (34380,3810,1,0,0,2818.78,-2464.14,212.709,2.12546,300,300,10,0,909,0,0,1), + (34381,3810,1,0,0,2707.1,-2334.05,202.394,0.816098,300,300,15,0,909,0,0,1), + (34382,3810,1,0,0,2835.06,-2546.11,222.241,5.06842,300,300,10,0,909,0,0,1), + (34383,3810,1,0,0,2299.64,-1892.74,65.0407,6.09862,300,300,15,0,909,0,0,1), + (34384,3810,1,0,0,2680.98,-2479.79,176.036,1.40293,300,300,10,0,909,0,0,1), + (34385,3810,1,0,0,2716.54,-2518.93,181.502,4.37667,300,300,10,0,909,0,0,1), + (34386,3810,1,0,0,2101.09,-1887.76,112.089,0.420405,300,300,5,0,909,0,0,1), + (34387,3810,1,0,0,2355.87,-2055.65,129.922,1.69321,300,300,5,0,909,0,0,1), + (34388,3810,1,0,0,2309.35,-2248.09,112.316,-0.513204,300,300,10,0,909,0,0,1), + (34389,3810,1,0,0,2263.53,-2113.05,107.902,5.84355,300,300,10,0,909,0,0,1), + (34390,3810,1,0,0,2399.28,-2031.07,136.841,3.64281,300,300,5,0,909,0,0,1), + (34391,3810,1,0,0,2668.42,-2447.02,176.394,6.0333,300,300,3,0,909,0,0,1), + (34392,3810,1,0,0,2343.54,-2097.22,122.747,1.89255,300,300,5,0,909,0,0,1), + (34393,3810,1,0,0,2246.51,-2085.12,106.631,5.99368,300,300,3,0,909,0,0,1), + (34394,3810,1,0,0,2552.08,-1979.52,142.76,0.996058,300,300,5,0,909,0,0,1), + (34395,3810,1,0,0,2610.65,-1983.67,151.342,2.86866,300,300,5,0,909,0,0,1), + (34396,3810,1,0,0,2575.96,-2379.95,159.07,5.98397,300,300,10,0,909,0,0,1), + (34397,3810,1,0,0,2230.56,-2107.92,105.064,1.36301,300,300,10,0,909,0,0,1), + (34398,3810,1,0,0,2289.94,-2187.03,110.098,4.361,300,300,5,0,909,0,0,1), + (34399,3810,1,0,0,2046.76,-1945.9,104.039,1.37321,300,300,10,0,909,0,0,1), + (34400,3810,1,0,0,2386.28,-2281.51,126.243,0.292721,300,300,10,0,909,0,0,1), + (34401,3810,1,0,0,2496.17,-2311.98,142.599,4.85442,300,300,10,0,909,0,0,1), + (34402,3811,1,0,0,2881.5,-3428.97,120.497,1.66461,300,300,15,0,1176,0,0,1), + (34403,6115,1,0,0,2039.74,-3136.41,103.619,3.08348,300,300,5,0,950,0,0,1), + (34404,6115,1,0,0,2076.39,-3046.35,109.372,5.91353,300,300,15,0,950,0,0,1), + (34405,6115,1,0,0,2068.71,-3022.85,110.03,5.32621,300,300,0,0,950,0,0,0), + (34406,6115,1,0,0,2117.47,-3010.92,112.084,2.55508,300,300,15,0,950,0,0,1), + (34407,6115,1,0,0,2053.7,-3084.85,103.972,4.35841,300,300,15,0,950,0,0,1), + (34408,6115,1,0,0,2114.24,-3078.28,109.95,5.28783,300,300,15,0,950,0,0,1), + (34409,6115,1,0,0,1655.86,-3253.21,144.81,2.16383,300,300,5,0,950,0,0,2), + (34410,6115,1,0,0,1941.7,-3180.24,101.233,0.418621,300,300,5,0,950,0,0,1), + (34411,3811,1,0,0,2811.07,-3082.19,180.182,1.03021,300,300,15,0,1176,0,0,1), + (34412,3811,1,0,0,2864.38,-3062.6,197.26,1.39923,300,300,15,0,1176,0,0,1), + (34413,6115,1,0,0,1949.69,-2986.14,101.639,3.82938,300,300,15,0,950,0,0,1), + (34414,3812,1,0,0,4059.56,973.683,1.51208,5.72165,300,300,12,0,449,0,0,1), + (34415,3812,1,0,0,3554.24,1018.92,-1.16744,0.682352,300,300,12,0,449,0,0,1), + (34416,3812,1,0,0,3820.02,953.667,-6.43153,1.55592,300,300,12,0,449,0,0,1), + (34417,3812,1,0,0,4113.62,1113.2,2.65219,2.32927,300,300,12,0,449,0,0,1), + (34418,3812,1,0,0,3575.07,1059.4,-4.36192,5.121,300,300,12,0,449,0,0,1), + (34419,3812,1,0,0,3791.51,982.225,-5.74129,0.379549,300,300,12,0,449,0,0,1), + (34420,3812,1,0,0,3860.22,922.814,-1.4522,6.241,300,300,12,0,449,0,0,1), + (34421,3812,1,0,0,3440.98,1087.75,-3.73262,3.3771,300,300,12,0,449,0,0,1), + (34422,3812,1,0,0,4076.38,1078.97,2.35233,4.67228,300,300,12,0,449,0,0,1), + (34423,3812,1,0,0,3995.27,1181.22,-27.1386,5.68696,300,300,12,0,449,0,0,1), + (34424,3812,1,0,0,4173.67,1313.76,16.7661,6.22455,300,300,12,0,449,0,0,1), + (34425,3812,1,0,0,3622.77,1010.37,-1.56824,3.93887,300,300,12,0,449,0,0,1), + (34426,3812,1,0,0,3950.42,967.024,-5.4106,1.18539,300,300,12,0,449,0,0,1), + (34427,3812,1,0,0,3476.83,1190.87,-29.1011,2.62463,300,300,12,0,449,0,0,1), + (34428,3812,1,0,0,4111.39,1172.89,-2.72575,3.47937,300,300,12,0,449,0,0,1), + (34429,3812,1,0,0,3582.15,985.229,1.23656,0.079576,300,300,12,0,449,0,0,1), + (34430,3812,1,0,0,3311.45,1125.75,-4.49781,2.63601,300,300,12,0,449,0,0,1), + (34431,3812,1,0,0,4115.19,979.645,4.40948,6.07467,300,300,15,0,449,0,0,1), + (34432,3812,1,0,0,3621.64,812.78,1.55507,5.25838,300,300,12,0,449,0,0,1), + (34433,3812,1,0,0,3850.67,857.719,-0.121625,1.81573,300,300,12,0,449,0,0,1), + (34434,3812,1,0,0,3389.24,1119.01,-11.1065,0.032787,300,300,12,0,449,0,0,1), + (34435,3812,1,0,0,3507.94,974.555,3.48775,3.30343,300,300,12,0,449,0,0,1), + (34436,3812,1,0,0,3575.86,923.808,1.69131,2.74852,300,300,12,0,449,0,0,1), + (34437,3812,1,0,0,3542.1,893.417,4.84306,2.57606,300,300,12,0,449,0,0,1), + (34438,3812,1,0,0,4147.52,1149.3,5.22968,3.06105,300,300,12,0,449,0,0,1), + (34439,3812,1,0,0,3649.48,958.854,2.36558,3.92252,300,300,12,0,449,0,0,1), + (34440,3812,1,0,0,3416.19,1021.66,2.91931,5.65101,300,300,12,0,449,0,0,1), + (34441,3812,1,0,0,3529.82,1121.78,-2.69358,3.80718,300,300,12,0,449,0,0,1), + (34442,3812,1,0,0,4141.04,1010.97,1.49338,4.19877,300,300,12,0,449,0,0,1), + (34443,3812,1,0,0,3494.5,957.917,2.91494,4.62966,300,300,12,0,449,0,0,1), + (34444,3812,1,0,0,4053.57,1179.2,-16.5318,2.56984,300,300,12,0,449,0,0,1), + (34445,3812,1,0,0,4017.88,1216.7,-31.6481,3.45335,300,300,12,0,449,0,0,1), + (34446,11749,1,0,0,1916.37,-2329.61,92.437,0.05236,300,300,0,0,4356,0,0,0), + (34447,3814,1,0,0,4073.37,1220.55,-23.7989,4.73928,300,300,12,0,494,0,0,1), + (34448,3814,1,0,0,4250.43,1249.71,-18.0538,0.977384,300,300,0,0,494,0,0,0), + (34449,3814,1,0,0,3480.43,1139.35,-10.1786,5.4571,300,300,12,0,494,0,0,1), + (34450,8311,109,0,0,-404.538,162.317,-148.802,2.86159,7200,7200,0,0,1386,0,0,0), + (34451,8311,109,0,0,-406.115,168.452,-148.802,2.86159,7200,7200,0,0,1386,0,0,0), + (34452,8384,109,0,0,-412.017,168.428,-148.802,1.38111,7200,7200,0,0,5970,0,0,0), + (34453,8384,109,0,0,-418.784,171.724,-148.802,6.15084,7200,7200,0,0,5970,0,0,0), + (34454,3814,1,0,0,3493.78,1074.78,2.64319,6.26463,300,300,12,0,494,0,0,1), + (34455,3814,1,0,0,4018.11,1279.37,-30.9871,3.62707,300,300,12,0,494,0,0,1), + (34456,3814,1,0,0,3824.78,878.503,-1.9324,3.02707,300,300,12,0,494,0,0,1), + (34457,3814,1,0,0,3645.48,1183.53,-16.5262,3.94909,300,300,12,0,494,0,0,1), + (34458,3814,1,0,0,4047.31,1128.9,-1.66934,3.90004,300,300,12,0,494,0,0,1), + (34459,3814,1,0,0,3719.99,1048.05,-7.78802,5.28059,300,300,12,0,494,0,0,1), + (34460,3814,1,0,0,4151.32,1340.47,19.0219,3.29169,300,300,12,0,494,0,0,1), + (34461,3814,1,0,0,4047.29,1057.93,-3.46567,5.66646,300,300,12,0,494,0,0,1), + (34462,3814,1,0,0,3575.42,1180.52,-13.0545,4.73582,300,300,12,0,494,0,0,1), + (34463,3814,1,0,0,3677.77,1087.64,-12.6291,2.77291,300,300,12,0,494,0,0,1), + (34464,3814,1,0,0,3344.6,1152.4,-11.6058,2.88157,300,300,12,0,494,0,0,1), + (34465,3814,1,0,0,3419.98,1137.59,-18.9854,5.91528,300,300,12,0,494,0,0,1), + (34466,3814,1,0,0,4162.67,1220.78,-10.9607,3.2502,300,300,12,0,494,0,0,1), + (34467,3814,1,0,0,3444.69,1115.26,-6.55865,4.11503,300,300,12,0,494,0,0,1), + (34468,3814,1,0,0,3384.01,1183.14,-38.7858,1.99031,300,300,12,0,494,0,0,1), + (34469,8384,109,0,0,-434.538,137.705,-148.742,2.60241,7200,7200,0,0,5970,0,0,0), + (34470,8311,109,0,0,-444.126,140.309,-148.741,1.05361,7200,7200,0,0,1386,0,0,0), + (34471,8311,109,0,0,-439.041,144.648,-147.602,5.47225,7200,7200,0,0,1386,0,0,0), + (34472,5228,109,0,0,-442.549,144.445,-148.743,5.47225,7200,7200,0,0,5970,0,0,0), + (34473,8311,109,0,0,-415.212,99.3122,-147.77,5.45891,7200,7200,0,0,1386,0,0,0), + (34474,8311,109,0,0,-413.32,91.8947,-148.742,4.31616,7200,7200,0,0,1386,0,0,0), + (34475,8384,109,0,0,-411.052,100.104,-148.743,5.08113,7200,7200,0,0,5970,0,0,0), + (34476,5226,109,0,0,-417.444,88.5238,-148.743,0.361671,7200,7200,0,0,5970,0,0,0), + (34477,8311,109,0,0,-376.929,84.2918,-148.802,4.8675,7200,7200,0,0,1386,0,0,0), + (34478,8311,109,0,0,-375.648,85.2238,-148.802,0.980567,7200,7200,0,0,1386,0,0,0), + (34479,8311,109,0,0,-372.954,87.8929,-147.426,5.07171,7200,7200,0,0,1386,0,0,0), + (34480,3814,1,0,0,3911.12,916.159,0.77649,4.35202,300,300,12,0,494,0,0,1), + (34481,3814,1,0,0,4072.53,1018.74,0.649689,0.35935,300,300,12,0,494,0,0,1), + (34482,3814,1,0,0,4173.52,1186.91,0.825326,2.99058,300,300,12,0,494,0,0,1), + (34483,3814,1,0,0,3786,914.94,-5.15586,0.918286,300,300,12,0,494,0,0,1), + (34484,3814,1,0,0,4080.68,1151.58,-0.000506,0.139956,300,300,12,0,494,0,0,1), + (34485,3814,1,0,0,4016.64,1082,-18.7409,2.75492,300,300,12,0,494,0,0,1), + (34486,3814,1,0,0,4221.55,1155.21,7.63751,5.89321,300,300,12,0,494,0,0,1), + (34487,3814,1,0,0,4087.54,1362.35,-0.342309,1.24781,300,300,12,0,494,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (31101,4344,1,2548,0,-4159.74,-2909.05,28.6474,1.7719,360,10,0,1305,1189,0,1), - (31102,4348,1,2708,0,-3814.69,-2878.47,35.9059,3.40865,360,10,0,1674,0,0,1), - (31103,4344,1,2548,0,-3944.47,-2990.85,30.8813,1.94695,360,10,0,1305,1189,0,1), - (31104,4344,1,2548,0,-3891.66,-3052.62,28.8974,0.98031,360,10,0,1305,1189,0,1), - (31105,4344,1,2548,0,-3917.71,-2955.21,34.1183,2.16719,360,10,0,1305,1189,0,1), - (31106,4344,1,2548,0,-3907.2,-3021.98,28.7724,5.62656,360,10,0,1305,1189,0,1), - (31107,2914,1,1206,0,-4029.28,-3272.09,30.07,2.03563,360,10,0,8,0,0,1), - (31108,1420,1,901,0,-4618.89,-3389.88,36.8407,3.91318,360,10,0,8,0,0,1), - (31109,4344,1,2548,0,-3952.15,-3117.62,29.1796,2.02665,360,10,0,1305,1189,0,1), - (31110,4415,1,11348,0,-4148.98,-3729.81,51.1873,4.55944,360,5,0,1751,0,0,1), - (31111,1420,1,901,0,-4147.46,-3234.51,28.6824,4.2473,360,10,0,8,0,0,1), - (31112,1420,1,901,0,-3521.27,-2890.38,35.4174,4.01965,360,10,0,8,0,0,1), - (31113,4334,1,8309,0,-4915.01,-3644.71,45.7974,2.07437,360,10,0,4119,1432,0,1), - (31114,4334,1,8309,0,-4881.18,-3618.43,48.1388,5.37567,360,10,0,4119,1432,0,1), - (31115,1420,1,901,0,-2680.97,-3161.83,42.7821,2.04134,360,10,0,8,0,0,1), - (31116,4387,1,1549,0,-2669.18,-3182.02,39.3003,5.73411,360,0,0,1536,0,0,0), - (31117,4385,1,697,0,-2651.89,-3142.51,45.637,5.48398,360,10,0,1469,0,0,1), - (31118,4412,1,2546,0,-4204.11,-3520.71,36.0144,2.80916,360,10,0,1536,0,0,1), - (31119,4382,1,2024,0,-2647.11,-3264.77,32.5317,1.59613,360,10,0,1468,0,0,1), - (31120,4345,1,807,0,-4769.22,-3542.91,30.6345,5.01994,360,10,0,4572,0,0,1), - (31121,4385,1,697,0,-2676.27,-3123.91,41.5645,5.86057,360,10,0,1469,0,0,1), - (31122,4385,1,697,0,-2721.92,-3151.5,38.1848,0.803377,360,10,0,1469,0,0,1), - (31123,4345,1,807,0,-4658.27,-3378.09,31.0793,5.6307,360,10,0,4572,0,0,1), - (31124,4324,1,397,0,-4782.52,-3519.07,35.2508,2.47619,360,10,0,1480,1381,0,1), - (31125,4329,1,143,0,-4906.34,-3335.59,38.1851,1.35043,360,5,0,4755,0,0,1), - (31126,4331,1,8249,0,-4910.23,-3343.77,36.8571,1.28963,360,5,0,3963,1381,0,1), - (31127,4345,1,807,0,-4710.75,-3392.35,30.2805,1.99516,360,10,0,4572,0,0,1), - (31128,4385,1,697,0,-2670.75,-2984.19,38.2337,0.158032,360,10,0,1469,0,0,1), - (31129,4387,1,1549,0,-2718.2,-3018.62,36.2706,3.24998,360,10,0,1536,0,0,1), - (31130,4345,1,807,0,-4436.65,-3515.65,31.1475,0.677414,360,10,0,4572,0,0,1), - (31131,4404,1,2600,0,-3656.6,-3856.12,11.9267,3.49268,360,5,0,1211,1067,0,1), - (31132,4401,1,2426,0,-3645.97,-3821.87,15.5753,4.93415,360,5,0,1403,0,0,1), - (31133,4345,1,807,0,-4484.37,-3617.59,29.1475,2.66784,360,10,0,4572,0,0,1), - (31134,4345,1,807,0,-4456.27,-3627.6,28.6474,1.25042,360,10,0,4572,0,0,1), - (31135,4401,1,2426,0,-3764.43,-4017.75,16.1181,4.644,360,5,0,1403,0,0,1), - (31136,4385,1,697,0,-2822.03,-3219.55,33.7387,2.42573,360,10,0,1469,0,0,1), - (31137,5085,1,2979,0,-3464.86,-4126.06,17.0534,1.96764,360,1,0,2284,0,0,1), - (31138,4382,1,2024,0,-2620.23,-2898.86,35.0802,1.89069,360,10,0,1468,0,0,1), - (31139,4385,1,697,0,-2553.71,-2912.2,34.8265,1.98723,360,10,0,1469,0,0,1), - (31140,4382,1,2024,0,-2503.09,-2943.67,27.3885,1.55322,360,10,0,1468,0,0,1), - (31141,4412,1,2546,0,-4134.14,-3079.67,37.2244,4.98908,360,10,0,1536,0,0,1), - (31142,4394,1,2569,0,-4032.38,-3629.45,45.8502,5.37737,360,10,0,1451,0,0,1), - (31143,4393,1,11137,0,-4019.69,-3653.54,43.727,2.29247,360,10,0,1751,0,0,1), - (31144,4382,1,2024,0,-2519.5,-3172.45,29.4837,5.61439,360,10,0,1468,0,0,1), - (31145,4412,1,2546,0,-3978.52,-3055.7,39.0012,1.94695,360,10,0,1536,0,0,1), - (31146,4382,1,2024,0,-2549.43,-3185.79,30.6309,0.36998,360,10,0,1468,0,0,1), - (31147,4382,1,2024,0,-2650.11,-3228.34,32.6995,5.41213,360,10,0,1468,0,0,1), - (31148,4412,1,2546,0,-4047.73,-3050.67,43.2194,2.62014,360,10,0,1536,0,0,1), - (31149,4382,1,2024,0,-2622.61,-3237.17,30.5004,4.05442,360,10,0,1468,0,0,1), - (31150,4345,1,807,0,-4255.68,-3242.3,28.6876,1.15029,360,10,0,4572,0,0,1), - (31151,4385,1,697,0,-2747.87,-3264.08,31.8639,4.99525,360,10,0,1469,0,0,1), - (31152,4382,1,2024,0,-2713.16,-3223.15,28.8809,5.26022,360,10,0,1468,0,0,1), - (31153,4345,1,807,0,-4507.19,-3517.78,28.8307,3.13573,360,10,0,4572,0,0,1), - (31154,4382,1,2024,0,-2726.96,-3073.35,29.4565,4.97816,360,10,0,1468,0,0,1), - (31155,4323,1,715,0,-4622.23,-3324.94,31.2551,5.719,360,10,0,1836,1857,0,1), - (31156,1420,1,901,0,-4613.25,-3371.4,37.4492,2.84826,360,10,0,8,0,0,1), - (31157,4393,1,11137,0,-4082.11,-3712.49,44.0588,2.65175,360,10,0,1751,0,0,1), - (31158,4345,1,807,0,-4512.5,-3737.5,34.3994,4.73705,360,10,0,4572,0,0,1), - (31159,4397,1,7836,0,-2741.82,-4313.89,-1.09315,2.21469,360,10,0,1403,0,0,1), - (31160,4324,1,397,0,-4485.81,-3742.79,38.48,4.91347,360,10,0,1480,1381,0,1), - (31161,4345,1,807,0,-4464.35,-3717.25,30.3758,2.06328,360,10,0,4572,0,0,1), - (31162,4345,1,807,0,-4435.61,-3618.6,28.6474,3.53422,360,10,0,4572,0,0,1), - (31163,4345,1,807,0,-4476.9,-3332.37,34.6475,1.26959,360,10,0,4572,0,0,1), - (31164,4387,1,1549,0,-2818.57,-3285.75,34.5284,0.552108,360,10,0,1536,0,0,1), - (31165,4387,1,1549,0,-2782.3,-3248.86,31.8751,4.73973,360,10,0,1536,0,0,1), - (31166,4412,1,2546,0,-4119.75,-3575.91,41.9364,1.27717,360,10,0,1536,0,0,1), - (31167,4348,1,2708,0,-4196.28,-3579.33,34.3004,2.731,360,10,0,1674,0,0,1), - (31168,4341,1,1080,0,-3262.52,-4100.46,19.1828,1.92973,360,10,0,1403,0,0,1), - (31169,4346,1,2700,0,-3272.94,-4149.82,26.7942,4.81412,360,5,0,1403,0,0,1), - (31170,4394,1,2569,0,-4116.27,-3682.2,44.2567,1.67236,360,10,0,1451,0,0,1), - (31172,4344,1,2548,0,-3769.33,-3268.43,28.6474,4.30156,360,10,0,1305,1189,0,1), - (31175,4344,1,2548,0,-3777.16,-3202.22,37.8974,1.1954,360,10,0,1305,1189,0,1), - (31176,2914,1,1206,0,-3906.93,-3370.29,29.5996,1.74558,360,10,0,8,0,0,1), - (31177,4347,1,2707,0,-3466.65,-2983.27,36.6214,5.24946,360,5,0,1536,0,0,1), - (31180,4345,1,807,0,-4495.28,-3212.71,30.1475,5.92335,360,10,0,4572,0,0,1), - (31182,4347,1,2707,0,-3443.39,-3082.02,37.3865,4.19974,360,5,0,1536,0,0,1), - (31183,4412,1,2546,0,-3422.11,-3029.72,41.4637,0.082617,360,10,0,1536,0,0,1), - (31184,4414,1,2542,0,-2968.12,-3576.43,39.2601,2.35847,360,10,0,1469,0,0,1), - (31185,4404,1,2600,0,-4414.58,-4085.42,-1.11097,3.15639,360,5,0,1211,1067,0,1), - (31186,4404,1,2600,0,-4443.31,-4145.98,-2.18146,1.45953,360,5,0,1211,1067,0,1), - (31187,4403,1,2599,0,-4389.43,-4079.83,-9.56722,0.733916,360,5,0,1464,0,0,1), - (31188,4403,1,2599,0,-4414.55,-4112.91,0.259917,2.56767,360,5,0,1464,0,0,1), - (31189,4352,1,1962,0,-2758.76,-3528.45,44.5545,4.16257,360,5,0,1469,0,0,1), - (31190,4345,1,807,0,-4570.14,-3305.63,32.8247,0.234036,360,10,0,4572,0,0,1), - (31191,4403,1,2599,0,-4456.44,-4122.71,-6.78785,5.47712,360,5,0,1464,0,0,1), - (31192,4382,1,2024,0,-2885.05,-3178.88,28.7724,2.72426,360,10,0,1468,0,0,1), - (31193,4403,1,2599,0,-4414.44,-4156.97,-1.19055,4.4832,360,5,0,1464,0,0,1), - (31194,4404,1,2600,0,-4218.44,-3946.05,-14.2665,3.36667,360,5,0,1211,1067,0,1), - (31195,4387,1,1549,0,-2532.1,-3055.35,36.4867,0.631738,360,10,0,1536,0,0,1), - (31196,2914,1,1206,0,-3570.5,-2795.25,30.8157,5.17943,360,10,0,8,0,0,1), - (31197,4394,1,2569,0,-4070.83,-3820.83,37.4354,2.06479,360,5,0,1451,0,0,1), - (31198,4343,1,814,0,-3626.22,-3246.6,30.806,2.30506,360,10,0,1536,0,0,1), - (31199,4393,1,11137,0,-3980.73,-3686.78,45.8783,2.14742,360,10,0,1751,0,0,1), - (31200,4394,1,2569,0,-3945.1,-3705.25,41.1247,5.59045,360,5,0,1451,0,0,1), - (31201,1420,1,901,0,-4313.04,-3039.88,28.7811,3.51425,360,10,0,8,0,0,1), - (31202,4334,1,8309,0,-4650.23,-3847.19,40.9028,3.37805,360,5,0,4119,1432,0,1), - (31203,1420,1,901,0,-3914.94,-3476.94,31.6474,6.18604,360,10,0,8,0,0,1), - (31204,4345,1,807,0,-4153.13,-3384.38,28.8974,1.99038,360,10,0,4572,0,0,1), - (31205,4334,1,8309,0,-4893.3,-3899.93,46.6334,1.51262,360,10,0,4119,1432,0,1), - (31206,4334,1,8309,0,-4918.81,-3914.46,46.6528,3.37725,360,5,0,4119,1432,0,1), - (31207,4834,1,4676,0,-2957.17,-3020.13,36.1577,3.28705,360,5,0,1400,0,0,1), - (31208,4328,1,8310,0,-4881.44,-3916.18,50.2625,5.52472,360,10,0,4119,1432,0,1), - (31210,4334,1,8309,0,-4909.57,-3929,49.5612,3.21446,360,5,0,4119,1432,0,1), - (31211,4334,1,8309,0,-4952.36,-3730.85,43.5131,5.09168,360,5,0,4119,1432,0,1), - (31212,4412,1,2546,0,-4209.54,-3485.27,39.7715,1.41139,360,10,0,1536,0,0,1), - (31213,4334,1,8309,0,-4952.36,-3704.01,45.2631,5.64542,360,10,0,4119,1432,0,1), - (31214,4328,1,8310,0,-4980.71,-3730.54,42.3574,3.0782,360,5,0,4119,1432,0,1), - (31215,4334,1,8309,0,-4912.7,-3819.37,46.42,1.60204,360,5,0,4119,1432,0,1), - (31216,4412,1,2546,0,-4244.97,-3515.68,37.3144,5.80667,360,10,0,1536,0,0,1), - (31217,4412,1,2546,0,-4206.28,-3542.18,38.4359,3.44296,360,10,0,1536,0,0,1), - (31218,4334,1,8309,0,-4993.61,-3713.16,44.2569,5.8606,360,5,0,4119,1432,0,1), - (31219,4345,1,807,0,-4298.43,-3542.34,29.0224,0.393791,360,10,0,4572,0,0,1), - (31220,4334,1,8309,0,-4888.04,-3680.1,47.4266,4.82438,360,10,0,4119,1432,0,1), - (31221,4334,1,8309,0,-4950.18,-3612.68,40.5844,5.19956,360,10,0,4119,1432,0,1), - (31222,4334,1,8309,0,-4818.81,-3620.94,44.2801,3.47113,360,5,0,4119,1432,0,1), - (31223,4345,1,807,0,-4446.47,-3440.73,28.6475,0.458983,360,10,0,4572,0,0,1), - (31224,4414,1,2542,0,-3407.39,-4275.99,28.6751,4.46741,360,10,0,1469,0,0,1), - (31225,4345,1,807,0,-4431.12,-3281.03,31.5225,3.74898,360,10,0,4572,0,0,1), - (31226,4334,1,8309,0,-4677.81,-3540.29,38.1001,5.30519,360,5,0,4119,1432,0,1), - (31227,4345,1,807,0,-4750.83,-3480.25,29.4975,2.54383,360,10,0,4572,0,0,1), - (31228,4324,1,397,0,-4761.5,-3452.2,38.0324,4.18937,360,10,0,1480,1381,0,1), - (31229,4345,1,807,0,-4793.06,-3409.82,30.9109,4.60669,360,10,0,4572,0,0,1), - (31230,4345,1,807,0,-4789.91,-3444.65,30.3583,4.13734,360,10,0,4572,0,0,1), - (31231,4345,1,807,0,-4525.66,-2993.35,34.5171,4.4499,360,10,0,4572,0,0,1), - (31232,4345,1,807,0,-4543.64,-3477.62,33.2914,3.61223,360,10,0,4572,0,0,1), - (31233,4345,1,807,0,-4518.47,-3453.7,30.2725,5.08492,360,10,0,4572,0,0,1), - (31234,4345,1,807,0,-4487.88,-3411.83,28.6475,2.57201,360,10,0,4572,0,0,1), - (31235,4357,1,2574,0,-4277.46,-2631.35,45.2234,4.39383,360,5,0,1674,0,0,1), - (31236,4356,1,1962,0,-4276.35,-2665.85,35.7399,5.91794,360,5,0,1604,0,0,1), - (31237,4356,1,1962,0,-4289.06,-2659.39,35.681,3.98258,360,5,0,1604,0,0,1), - (31238,4345,1,807,0,-4193.45,-3359.24,29.5979,0.236456,360,10,0,4572,0,0,1), - (31242,4345,1,807,0,-4453.79,-3183.58,30.6857,0.756573,360,10,0,4572,0,0,1), - (31244,4412,1,2546,0,-3371.9,-2937.05,37.0867,4.0099,360,10,0,1536,0,0,1), - (31245,1420,1,901,0,-3256.42,-3080.84,30.1474,0.969183,360,10,0,8,0,0,1), - (31246,4834,1,4676,0,-3269.45,-3109,39.5778,3.16111,360,5,0,1400,0,0,1), - (31247,4412,1,2546,0,-3308.41,-2982.58,39.9888,0.890712,360,10,0,1536,0,0,1), - (31248,4345,1,807,0,-4728.77,-3255.86,29.4737,0.428727,360,10,0,4572,0,0,1), - (31249,4344,1,2548,0,-4087.74,-3051.41,29.6902,4.68533,360,10,0,1305,1189,0,1), - (31250,4344,1,2548,0,-4132,-3009.12,28.6538,2.72487,360,10,0,1305,1189,0,1), - (31251,4348,1,2708,0,-4016.67,-2887.23,39.4088,1.39216,360,10,0,1674,0,0,1), - (31252,4348,1,2708,0,-3982.86,-2982.49,38.5958,0.555494,360,5,0,1674,0,0,1), - (31253,4412,1,2546,0,-3951.95,-2947.25,39.599,0.723238,360,10,0,1536,0,0,1), - (31254,4348,1,2708,0,-3926.45,-2910.86,39.0566,0.305683,360,5,0,1674,0,0,1), - (31255,4388,1,2425,0,-3913.59,-4686.71,-12.6653,4.79418,360,10,0,1826,0,0,1), - (31256,4348,1,2708,0,-3852.65,-2915.09,35.4861,3.57728,360,10,0,1674,0,0,1), - (31258,4388,1,2425,0,-3912.12,-4719.16,-13.0672,0.364771,360,10,0,1826,0,0,1), - (31259,4388,1,2425,0,-3952.39,-4623.91,-10.8913,2.12931,360,10,0,1826,0,0,1), - (31262,5184,1,4679,0,-3101.22,-3211.59,33.9662,0.0698132,360,1,0,1180,0,0,1), - (31263,4388,1,2425,0,-3985.44,-4609.23,-17.0289,5.76452,360,10,0,1826,0,0,1), - (31264,4388,1,2425,0,-3958.25,-4677.17,-16.9088,2.57095,360,10,0,1826,0,0,1), - (31265,4388,1,2425,0,-3883.71,-4684.06,-12.416,0.987959,360,10,0,1826,0,0,1), - (31267,4388,1,2425,0,-3886.73,-4725.89,-15.2337,0.209651,360,10,0,1826,0,0,1), - (31268,5184,1,4679,0,-2889.72,-3337.92,32.4705,5.58505,360,1,0,1180,0,0,1), - (31270,4388,1,2425,0,-4050.23,-4611.15,-34.5426,2.37264,360,10,0,1826,0,0,1), - (31271,5184,1,4679,0,-2891.22,-3344.7,32.3499,2.9721,360,1,0,1180,0,0,1), - (31272,4834,1,4676,0,-3342.53,-2971.9,37.172,0.715532,360,5,0,1400,0,0,1), - (31273,5184,1,4679,0,-3093.75,-3214.66,33.9708,1.74533,360,1,0,1180,0,0,1), - (31274,4966,1,2967,0,-2896.23,-3349.92,31.423,1.63861,360,1,0,1346,0,0,1), - (31277,4388,1,2425,0,-4010.74,-4609.95,-25.962,0.860197,360,10,0,1826,0,0,1), - (31278,4388,1,2425,0,-3985.67,-4654.96,-19.506,0.170887,360,10,0,1826,0,0,1), - (31279,4388,1,2425,0,-3960.12,-4712.12,-23.5249,2.55788,360,10,0,1826,0,0,1), - (31280,4388,1,2425,0,-3944.45,-4780.04,-37.076,3.93591,360,10,0,1826,0,0,1), - (31281,4388,1,2425,0,-4016.27,-4649.03,-37.0388,1.54706,360,10,0,1826,0,0,1), - (31282,4388,1,2425,0,-3999.43,-4727.57,-27.4787,3.10843,360,10,0,1826,0,0,1), - (31283,4388,1,2425,0,-3975.41,-4736.51,-27.564,3.16415,360,10,0,1826,0,0,1), - (31284,4388,1,2425,0,-3950.77,-4758.02,-26.3252,5.61794,360,10,0,1826,0,0,1), - (31285,4388,1,2425,0,-4040.24,-4691.14,-47.8143,1.8297,360,10,0,1826,0,0,1), - (31286,4388,1,2425,0,-3987.47,-4678.53,-22.1836,3.24693,360,10,0,1826,0,0,1), - (31287,4351,1,2571,0,-2747.8,-3574.12,33.9181,4.45784,360,5,0,1469,0,0,1), - (31288,4352,1,1962,0,-2718.66,-3539.92,33.8773,3.05164,360,5,0,1469,0,0,1), - (31289,4394,1,2569,0,-3827.59,-3564.15,40.9992,1.99143,360,5,0,1451,0,0,1), - (31290,4351,1,2571,0,-2575.28,-3425.06,47.0931,5.24946,360,5,0,1469,0,0,1), - (31291,4393,1,11137,0,-3778.47,-3559.22,38.262,2.16422,360,10,0,1751,0,0,1), - (31292,4394,1,2569,0,-3952.17,-3518.4,40.9302,3.80383,360,5,0,1451,0,0,1), - (31293,4351,1,2571,0,-2689.72,-3513.3,35.023,6.26266,360,10,0,1469,0,0,1), - (31294,4351,1,2571,0,-2754.88,-3684.1,38.5339,5.22233,360,5,0,1469,0,0,1), - (31295,4341,1,1080,0,-2728.44,-3687.71,31.1385,3.55584,360,10,0,1403,0,0,1), - (31297,4352,1,1962,0,-2801.72,-3681.59,39.4748,6.25329,360,5,0,1469,0,0,1), - (31298,4341,1,1080,0,-2743.42,-3707.69,29.6289,4.79261,360,10,0,1403,0,0,1), - (31299,4351,1,2571,0,-2780.81,-3704.63,41.8974,4.88424,360,5,0,1469,0,0,1), - (31300,4343,1,814,0,-3614.84,-3311.35,30.084,2.80989,360,10,0,1536,0,0,1), - (31301,4343,1,814,0,-3504.41,-3329.24,36.8974,0.520244,360,10,0,1536,0,0,1), - (31305,4403,1,2599,0,-4103.91,-4152.35,13.2597,4.85954,360,5,0,1464,0,0,1), - (31306,4343,1,814,0,-3217.19,-2787.03,29.6474,4.37191,360,10,0,1536,0,0,1), - (31307,5057,1,3016,0,-3892.68,-2825.73,35.9298,0.453786,360,0,0,1542,0,0,0), - (31308,4343,1,814,0,-3245.62,-2820.52,30.6629,4.9531,360,10,0,1536,0,0,1), - (31309,4343,1,814,0,-3285.45,-2844.01,31.4104,3.12792,360,10,0,1536,0,0,1), - (31310,4343,1,814,0,-3252.65,-2864.17,30.0224,2.2874,360,10,0,1536,0,0,1), - (31311,4834,1,4676,0,-3221.13,-2972.55,42.5631,0.885755,360,5,0,1400,0,0,1), - (31312,4343,1,814,0,-3257.91,-2946.1,29.7159,3.12083,360,10,0,1536,0,0,1), - (31313,4414,1,2542,0,-2946.58,-3145.52,34.3377,0.979004,360,10,0,1469,0,0,1), - (31314,4834,1,4676,0,-2944.23,-3186.25,37.0709,3.87081,360,5,0,1400,0,0,1), - (31315,4834,1,4676,0,-2915.69,-3161.55,33.5764,0.107676,360,5,0,1400,0,0,1), - (31316,4834,1,4676,0,-2964.91,-3165.92,33.9627,3.71593,360,5,0,1400,0,0,1), - (31317,4347,1,2707,0,-3429.35,-3140.29,44.5142,5.18303,360,5,0,1536,0,0,1), - (31318,1420,1,901,0,-2914.46,-3272.06,34.0773,4.34241,360,10,0,8,0,0,1), - (31319,4401,1,2426,0,-4252.73,-3949.44,-10.3412,3.93252,360,5,0,1403,0,0,1), - (31320,4343,1,814,0,-3113.46,-3134.17,28.6474,3.99924,360,10,0,1536,0,0,1), - (31321,4329,1,143,0,-4388.23,-3317.16,41.6284,6.2437,360,5,0,4755,0,0,1), - (31322,5184,1,4679,0,-2885.08,-3419.27,48.0217,1.74031,360,1,0,1180,0,0,1), - (31323,5184,1,4679,0,-2882.13,-3433.52,53.8469,6.01701,360,1,0,1180,0,0,1), - (31324,5184,1,4679,0,-2895.76,-3429.37,59.4538,4.12602,360,1,0,1180,0,0,1), - (31326,5184,1,4679,0,-2891.7,-3420.81,75.2258,2.79532,360,1,0,1180,0,0,1), - (31327,5184,1,4679,0,-2892.79,-3433.15,75.2258,3.1386,360,1,0,1180,0,0,1), - (31329,4382,1,2024,0,-2520.24,-3021.56,29.4468,2.74953,360,10,0,1468,0,0,1), - (31331,4343,1,814,0,-3317.49,-3235.99,32.6297,5.47869,360,10,0,1536,0,0,1), - (31335,4382,1,2024,0,-2511.11,-3081.79,28.3801,5.73741,360,10,0,1468,0,0,1), - (31336,4334,1,8309,0,-4751.18,-3618.92,47.1732,5.10879,360,5,0,4119,1432,0,1), - (31338,4329,1,143,0,-4483.9,-3299.28,37.3772,4.02391,360,10,0,4755,0,0,1), - (31339,4331,1,8249,0,-4477.27,-3294.37,37.6475,4.02389,360,10,0,3963,1381,0,1), - (31341,4324,1,397,0,-4473.22,-3340.95,32.5225,4.7884,360,10,0,1480,1381,0,1), - (31343,4324,1,397,0,-4445.08,-3366.94,36.4096,4.69286,360,10,0,1480,1381,0,1), - (31344,5184,1,4679,0,-2889.71,-3318.75,31.274,2.39833,360,5,0,1180,0,0,2), - (31346,4323,1,715,0,-4486.9,-3481.41,37.4863,5.14576,360,10,0,1836,1857,0,1), - (31350,4403,1,2599,0,-4186.19,-3887.15,-2.49762,1.52451,360,5,0,1464,0,0,1), - (31351,4334,1,8309,0,-4677.16,-3503.34,36.919,1.58642,360,5,0,4119,1432,0,1), - (31352,4401,1,2426,0,-4188.31,-3912.18,-8.04785,4.50891,360,5,0,1403,0,0,1), - (31353,4334,1,8309,0,-4703.55,-3503.24,36.7867,4.72411,360,5,0,4119,1432,0,1), - (31354,4379,1,2541,0,-2785.08,-2614.19,36.8648,4.69057,360,3,0,1469,0,0,1), - (31355,4376,1,545,0,-2799.87,-2618.57,36.9854,0.113632,360,3,0,1469,0,0,1), - (31356,4379,1,2541,0,-2821.34,-2606.5,35.4572,2.56923,360,3,0,1469,0,0,1), - (31357,4376,1,545,0,-2743.15,-2592.93,31.5807,0.915622,360,0,0,1469,0,0,0), - (31358,4323,1,715,0,-4401.11,-3691.1,39.468,6.15592,360,10,0,1836,1857,0,1), - (31359,4379,1,2541,0,-2762.87,-2581.13,31.0662,4.99544,360,3,0,1469,0,0,1), - (31360,4328,1,8310,0,-4707.25,-3529.24,38.9099,0.53374,360,5,0,4119,1432,0,1), - (31361,4348,1,2708,0,-4249.65,-3570.26,39.0706,0.978462,360,5,0,1674,0,0,1), - (31362,4378,1,2538,0,-2744.73,-2580.89,31.0342,0.294888,360,3,0,1468,0,0,1), - (31363,4341,1,1080,0,-2702.65,-3338.72,29.1474,1.64562,360,10,0,1403,0,0,1), - (31364,4329,1,143,0,-4507.84,-3966.77,34.4568,4.589,360,5,0,4755,0,0,1), - (31365,4331,1,8249,0,-4505.11,-3960.96,32.0703,4.58899,360,0,0,3963,1381,0,0), - (31366,4379,1,2541,0,-2830.49,-2707.51,38.298,1.32289,360,0,0,1469,0,0,0), - (31367,4415,1,11348,0,-3780.77,-3702.8,46.5959,4.63057,360,5,0,1751,0,0,1), - (31368,4376,1,545,0,-2813.31,-2671.95,32.5499,1.80223,360,0,0,1469,0,0,0), - (31369,4329,1,143,0,-4318.91,-3351.63,40.8784,5.46161,360,5,0,4755,0,0,1), - (31370,4379,1,2541,0,-2812.52,-2650.37,32.9228,1.73972,360,0,0,1469,0,0,0), - (31371,4378,1,2538,0,-2823.25,-2684.59,33.6761,1.075,360,0,0,1468,0,0,0), - (31372,4324,1,397,0,-4688.41,-3328.51,38.0137,0.938401,360,10,0,1480,1381,0,1), - (31373,4379,1,2541,0,-2822.75,-2628.86,35.8102,1.83602,360,0,0,1469,0,0,0), - (31374,4345,1,807,0,-4691.16,-3274.23,30.1053,5.65453,360,10,0,4572,0,0,1), - (31375,4378,1,2538,0,-2815.56,-2585.78,33.3162,0.621209,360,3,0,1468,0,0,1), - (31376,4379,1,2541,0,-2820.95,-2656.41,33.1961,5.9684,360,0,0,1469,0,0,0), - (31377,4379,1,2541,0,-2787.32,-2645.23,32.3082,5.34565,360,0,0,1469,0,0,0), - (31378,4379,1,2541,0,-2753.29,-2736.62,42.5605,1.7793,360,5,0,1469,0,0,1), - (31379,4378,1,2538,0,-2804.5,-2617.59,37.3063,6.22465,360,3,0,1468,0,0,1), - (31380,4379,1,2541,0,-2777.8,-2696.27,52.8668,1.14676,360,5,0,1469,0,0,1), - (31381,4324,1,397,0,-4415.48,-3553.5,37.034,1.63091,360,10,0,1480,1381,0,1), - (31382,4323,1,715,0,-4628.74,-3655.44,40.4102,4.59699,360,10,0,1836,1857,0,1), - (31384,4324,1,397,0,-4518.93,-3673.98,39.1283,5.6603,360,10,0,1480,1381,0,1), - (31385,4328,1,8310,0,-4556.87,-3775.9,35.9184,0.903971,360,5,0,4119,1432,0,1), - (31386,4324,1,397,0,-4977.8,-3863.47,58.5767,2.56063,360,10,0,1480,1381,0,1), - (31387,4328,1,8310,0,-4587.14,-3774.38,38.2761,3.61297,360,5,0,4119,1432,0,1), - (31388,4397,1,7836,0,-2826,-4203.78,3.74611,2.05191,360,10,0,1403,0,0,1), - (31389,4324,1,397,0,-4952.55,-3886.48,44.5022,4.23128,360,10,0,1480,1381,0,1), - (31390,4328,1,8310,0,-4555.05,-3803.32,31.4525,0.093262,360,5,0,4119,1432,0,1), - (31391,4328,1,8310,0,-4953.68,-3849.24,43.1393,2.99058,360,5,0,4119,1432,0,1), - (31392,4397,1,7836,0,-2760.19,-4239.89,-3.52308,1.35642,360,10,0,1403,0,0,1), - (31393,4328,1,8310,0,-4579.33,-3808.66,39.8213,1.7414,360,5,0,4119,1432,0,1), - (31394,4345,1,807,0,-4556.72,-3822.39,29.0775,1.99092,360,10,0,4572,0,0,1), - (31395,4323,1,715,0,-4592.32,-3867.79,32.2379,1.04754,360,10,0,1836,1857,0,1), - (31396,4328,1,8310,0,-4660.75,-3940.17,41.5275,3.88049,360,5,0,4119,1432,0,1), - (31397,4334,1,8309,0,-4684.17,-3963.38,43.1996,0.829906,360,5,0,4119,1432,0,1), - (31399,4397,1,7836,0,-2611.72,-4144.6,-3.58852,0.54595,360,10,0,1403,0,0,1), - (31400,4397,1,7836,0,-2685.88,-4136.03,1.91364,1.37225,360,10,0,1403,0,0,1), - (31401,4323,1,715,0,-4976.99,-3373.13,48.2968,3.91283,360,10,0,1836,1857,0,1), - (31402,4334,1,8309,0,-4682.92,-3941.23,42.0261,5.21995,360,5,0,4119,1432,0,1), - (31403,4324,1,397,0,-4985.04,-3377.86,52.3997,3.88282,360,10,0,1480,1381,0,1), - (31404,4397,1,7836,0,-2548.8,-4106.48,-1.64918,5.44903,360,10,0,1403,0,0,1), - (31405,4397,1,7836,0,-2574.2,-4108.01,-2.03114,4.4694,360,10,0,1403,0,0,1), - (31406,4334,1,8309,0,-4722.8,-3988.79,44.7208,4.20523,360,10,0,4119,1432,0,1), - (31407,4359,1,652,0,-2576.02,-4079.61,6.10561,4.10326,360,5,0,1469,0,0,1), - (31408,4362,1,11293,0,-2616.04,-3924.38,-1.22799,6.10522,360,5,0,1469,0,0,1), - (31409,4323,1,715,0,-4714.54,-3327.67,39.1626,3.4235,360,10,0,1836,1857,0,1), - (31410,4359,1,652,0,-2576.99,-3839.72,-1.82539,4.02537,360,5,0,1469,0,0,1), - (31411,4362,1,11293,0,-2582.2,-3995.05,6.53696,3.10064,360,5,0,1469,0,0,1), - (31412,4359,1,652,0,-2577.34,-3985.35,7.80357,2.05949,360,0,0,1469,0,0,0), - (31413,4323,1,715,0,-4714.27,-3187.09,34.2715,3.08252,360,10,0,1836,1857,0,1), - (31414,4362,1,11293,0,-2602.87,-4056.6,7.92535,3.20345,360,5,0,1469,0,0,1), - (31415,4324,1,397,0,-4793.47,-3190.2,34.918,3.62545,360,10,0,1480,1381,0,1), - (31416,4343,1,814,0,-3189,-3089.34,32.5561,3.74912,360,10,0,1536,0,0,1), - (31417,4323,1,715,0,-4884.43,-3245.58,43.4833,4.75298,360,10,0,1836,1857,0,1), - (31418,4324,1,397,0,-4804.25,-3221.79,36.6911,5.49779,360,10,0,1480,1381,0,1), - (31419,4323,1,715,0,-4870.57,-3220.6,40.2056,3.25699,360,10,0,1836,1857,0,1), - (31420,4343,1,814,0,-3217.95,-3125.83,31.006,3.05164,360,10,0,1536,0,0,1), - (31421,4323,1,715,0,-4756.7,-3147.54,45.1484,3.30256,360,10,0,1836,1857,0,1), - (31422,4343,1,814,0,-3189.58,-3131.25,33.1474,5.05994,360,10,0,1536,0,0,1), - (31423,4834,1,4676,0,-3202.16,-3105.27,34.8529,5.08431,360,5,0,1400,0,0,1), - (31424,4323,1,715,0,-4860.1,-3173.11,52.7212,2.388,360,10,0,1836,1857,0,1), - (31426,4324,1,397,0,-4816.32,-3153.79,55.7095,4.29238,360,10,0,1480,1381,0,1), - (31427,4324,1,397,0,-4915.57,-3378.6,33.8479,1.20334,360,10,0,1480,1381,0,1), - (31428,4323,1,715,0,-4915.72,-3424.95,35.5163,0.573919,360,10,0,1836,1857,0,1), - (31429,4341,1,1080,0,-2794.39,-3403.09,35.1398,2.24206,360,10,0,1403,0,0,1), - (31430,4362,1,11293,0,-2547.73,-3993.51,13.9534,4.66546,360,5,0,1469,0,0,1), - (31431,4323,1,715,0,-4919.58,-3456.57,38.7896,2.98479,360,10,0,1836,1857,0,1), - (31432,4343,1,814,0,-3375.17,-3078.88,29.4788,3.80658,360,10,0,1536,0,0,1), - (31433,4324,1,397,0,-4952.4,-3413.62,39.4209,2.41706,360,10,0,1480,1381,0,1), - (31434,5184,1,4679,0,-3006.09,-3244.07,34.716,0.455059,360,1,0,1180,0,0,1), - (31435,4343,1,814,0,-3528.94,-2896.5,30.9072,3.83708,360,10,0,1536,0,0,1), - (31436,4323,1,715,0,-5004.77,-3419.12,61.7766,5.6307,360,10,0,1836,1857,0,1), - (31437,5184,1,4679,0,-2997.98,-3249.89,34.8045,1.69892,360,1,0,1180,0,0,1), - (31438,4412,1,2546,0,-3465.26,-2835.94,37.6315,6.05085,360,10,0,1536,0,0,1), - (31439,4347,1,2707,0,-3556.01,-3111.8,35.007,5.46741,360,5,0,1536,0,0,1), - (31440,4834,1,4676,0,-2988.49,-3287.01,37.2147,0.133751,360,5,0,1400,0,0,1), - (31441,4343,1,814,0,-3047.25,-3145.2,31.9791,1.16924,360,10,0,1536,0,0,1), - (31442,4500,1,11571,0,-3132.84,-2880.27,34.7842,5.3058,60,0,0,12667,0,0,0), - (31443,4323,1,715,0,-4888.5,-3316.51,36.6896,4.56781,360,10,0,1836,1857,0,1), - (31444,4341,1,1080,0,-2973.35,-3138.91,29.7209,3.18657,360,10,0,1403,0,0,1), - (31445,2914,1,1206,0,-3596.22,-2724.19,35.1474,1.74296,360,10,0,8,0,0,1), - (31446,4403,1,2599,0,-4243.38,-3998.96,21.514,1.82335,360,5,0,1464,0,0,1), - (31447,4344,1,2548,0,-4054.81,-3148.42,30.6376,6.13985,360,10,0,1305,1189,0,1), - (31448,4344,1,2548,0,-4079.17,-3102.59,29.7908,4.24874,360,10,0,1305,1189,0,1), - (31449,4344,1,2548,0,-3953.86,-3179.65,30.7724,4.95467,360,10,0,1305,1189,0,1), - (31450,4324,1,397,0,-4412.8,-3348.7,34.7069,4.72637,360,10,0,1480,1381,0,1), - (31451,4344,1,2548,0,-3994.22,-3165.01,31.5108,2.5488,360,10,0,1305,1189,0,1), - (31452,4331,1,8249,0,-4377.23,-3368.13,40.5809,-1.20517,360,0,0,3963,1381,0,0), - (31453,4344,1,2548,0,-3914.79,-3213.61,34.5936,1.9916,360,10,0,1305,1189,0,1), - (31454,4412,1,2546,0,-3931.82,-3264.18,36.5311,1.64113,360,10,0,1536,0,0,1), - (31455,4344,1,2548,0,-3826.84,-3319.07,30.7724,3.17936,360,10,0,1305,1189,0,1), - (31456,4344,1,2548,0,-3843.26,-3343.89,29.1474,5.26893,360,10,0,1305,1189,0,1), - (31457,4388,1,2425,0,-3727.28,-4818.96,-36.5424,3.44927,360,10,0,1826,0,0,1), - (31458,4329,1,143,0,-4751.05,-3434.24,39.9569,1.20839,360,5,0,4755,0,0,1), - (31459,4331,1,8249,0,-4754.81,-3438.53,39.8953,1.20932,360,0,0,3963,1381,0,0), - (31460,4388,1,2425,0,-3675.59,-4848.85,-29.8542,5.64454,360,10,0,1826,0,0,1), - (31461,4388,1,2425,0,-3655.09,-4883.1,-28.1565,5.59216,360,10,0,1826,0,0,1), - (31462,4388,1,2425,0,-3626.01,-4849.82,-31.5711,4.28726,360,10,0,1826,0,0,1), - (31463,4328,1,8310,0,-4648.86,-3687.15,42.6316,0.688309,360,5,0,4119,1432,0,1), - (31464,4334,1,8309,0,-4674.56,-3748.92,47.837,4.41236,360,5,0,4119,1432,0,1), - (31465,4334,1,8309,0,-4653.64,-3718.34,44.6281,1.23251,360,5,0,4119,1432,0,1), - (31466,4334,1,8309,0,-4714.32,-3646.9,46.702,0.893693,360,5,0,4119,1432,0,1), - (31467,4412,1,2546,0,-3551.08,-2975.82,34.717,3.41061,360,10,0,1536,0,0,1), - (31468,4344,1,2548,0,-3706.9,-3014.29,30.0417,6.13373,360,10,0,1305,1189,0,1), - (31469,4343,1,814,0,-3611.47,-2970.18,33.0224,1.47979,360,10,0,1536,0,0,1), - (31470,4334,1,8309,0,-4611.96,-3502.36,36.6249,0.436383,360,5,0,4119,1432,0,1), - (31471,4345,1,807,0,-4579.17,-3457.65,31.8975,3.82705,360,10,0,4572,0,0,1), - (31472,4334,1,8309,0,-4645.06,-3526.22,32.7861,5.40091,360,5,0,4119,1432,0,1), - (31473,4328,1,8310,0,-4620.74,-3531.21,34.8332,3.24729,360,5,0,4119,1432,0,1), - (31474,4347,1,2707,0,-2995.74,-3350.67,47.8381,2.56767,360,5,0,1536,0,0,1), - (31475,4347,1,2707,0,-3095.25,-3285.67,50.9625,6.05803,360,5,0,1536,0,0,1), - (31476,4412,1,2546,0,-3034.29,-3335.29,51.6654,2.8464,360,10,0,1536,0,0,1), - (31477,4412,1,2546,0,-3356.74,-3305.6,42.7633,4.34797,360,10,0,1536,0,0,1), - (31478,4412,1,2546,0,-3091.24,-3301.28,50.1489,2.7426,360,10,0,1536,0,0,1), - (31479,4329,1,143,0,-4336.5,-3379.32,37.1506,-1.08017,360,0,0,4755,0,0,0), - (31480,4415,1,11348,0,-3702.21,-3618.72,61.4027,1.40648,360,5,0,1751,0,0,1), - (31481,14234,1,2703,0,-4233.95,-3706.17,67.8654,3.5511,3600,0,0,1902,0,0,0), - (31482,4329,1,143,0,-4350.74,-3345.77,35.1284,2.43899,360,10,0,4755,0,0,1), - (31483,4415,1,11348,0,-3817.98,-3824.99,54.79,4.24874,360,5,0,1751,0,0,1), - (31484,4393,1,11137,0,-3855.64,-3672.31,39.9033,2.14016,360,10,0,1751,0,0,1), - (31485,4331,1,8249,0,-4354.06,-3321.53,34.3784,2.82917,360,10,0,3963,1381,0,1), - (31486,4390,1,6431,0,-3714.48,-3891.99,-16.6131,4.53356,360,0,0,1603,0,0,0), - (31487,4329,1,143,0,-4378.92,-3504.45,37.0523,4.14716,360,0,0,4755,0,0,0), - (31488,4331,1,8249,0,-4374.84,-3501.75,36.2175,4.14505,360,0,0,3963,1381,0,0), - (31489,4346,1,2700,0,-2986.96,-3440.54,69.2482,1.42973,360,5,0,1403,0,0,1), - (31491,4323,1,715,0,-4483.32,-3262.52,31.2762,2.1454,360,0,0,1836,1857,0,0), - (31492,4329,1,143,0,-4464.43,-3244.39,38.2677,1.24039,360,10,0,4755,0,0,1), - (31493,4331,1,8249,0,-4466.32,-3243.72,38.2725,1.66456,360,10,0,3963,1381,0,1), - (31494,4323,1,715,0,-4558.01,-3377.44,29.1475,4.434,360,10,0,1836,1857,0,1), - (31495,4323,1,715,0,-4593.25,-3364.52,38.1033,5.49612,360,10,0,1836,1857,0,1), - (31496,4323,1,715,0,-4536.31,-3433.05,33.9252,2.83219,360,10,0,1836,1857,0,1), - (31497,4334,1,8309,0,-4594.19,-3523.14,35.3062,5.04197,360,5,0,4119,1432,0,1), - (31498,4394,1,2569,0,-4048.06,-3691.18,40.78,2.07376,360,10,0,1451,0,0,1), - (31499,4394,1,2569,0,-4035.04,-3732.9,41.0521,0.552515,360,5,0,1451,0,0,1), - (31500,4393,1,11137,0,-3956.17,-3758.13,40.875,1.89197,360,10,0,1751,0,0,1), - (31501,4023,1,6813,0,681.998,1805.64,-12.4419,1.3608,300,15,0,734,0,0,1), - (31502,4023,1,6813,0,672.808,1741.93,-19.4221,0.198516,300,15,0,734,0,0,1), - (31503,4323,1,715,0,-4552.37,-3626.76,35.9962,4.57519,360,10,0,1836,1857,0,1), - (31504,4323,1,715,0,-4491.65,-3544.56,39.3583,1.12779,360,10,0,1836,1857,0,1), - (31505,4323,1,715,0,-4450.02,-3600.4,37.3503,1.42973,360,10,0,1836,1857,0,1), - (31506,4393,1,11137,0,-4069.78,-3777.78,40.4224,2.83178,360,10,0,1751,0,0,1), - (31507,4394,1,2569,0,-3989.58,-3756.86,39.2567,0.853068,360,5,0,1451,0,0,1), - (31508,4394,1,2569,0,-3941.49,-3843.41,35.9831,5.26995,360,5,0,1451,0,0,1), - (31509,4393,1,11137,0,-3950.73,-3770.44,37.2062,1.01805,360,10,0,1751,0,0,1), - (31510,4393,1,11137,0,-4020.4,-3835.1,38.8249,4.40626,360,5,0,1751,0,0,1), - (31511,4393,1,11137,0,-3959.69,-3840.89,36.1754,4.40355,360,5,0,1751,0,0,1), - (31512,4393,1,11137,0,-4087.01,-3754.63,38.1112,0.825466,360,10,0,1751,0,0,1), - (31513,4393,1,11137,0,-3922.2,-3846.69,36.5863,3.73935,360,5,0,1751,0,0,1), - (31514,4415,1,11348,0,-4197.68,-3706,53.2112,0.36998,360,5,0,1751,0,0,1), - (31515,4393,1,11137,0,-3933.98,-3745.68,38.1584,1.95246,360,10,0,1751,0,0,1), - (31516,4393,1,11137,0,-4025.83,-3728.92,40.0216,0.597758,360,5,0,1751,0,0,1), - (31517,4393,1,11137,0,-4078.58,-3785.77,36.8401,5.5807,360,5,0,1751,0,0,1), - (31518,4324,1,397,0,-4393.01,-3415.42,35.9104,4.87049,360,10,0,1480,1381,0,1), - (31519,4323,1,715,0,-4310.16,-3400.32,40.8374,-1.50731,360,10,0,1836,1857,0,1), - (31520,4345,1,807,0,-4196.8,-3280.36,31.8481,2.15996,360,10,0,4572,0,0,1), - (31521,4329,1,143,0,-4317.82,-3046.67,29.4061,2.87101,360,10,0,4755,0,0,1), - (31522,4329,1,143,0,-4279.65,-3047.42,34.6324,4.73029,360,5,0,4755,0,0,1), - (31523,4331,1,8249,0,-4294.12,-3014.4,35.2926,1.4554,360,5,0,3963,1381,0,1), - (31524,4348,1,2708,0,-4150.09,-3536.61,35.2845,3.69135,360,10,0,1674,0,0,1), - (31525,4329,1,143,0,-4315.81,-3077.69,37.1517,4.08706,360,5,0,4755,0,0,1), - (31526,4331,1,8249,0,-4319.9,-3289.7,34.3784,5.50163,360,5,0,3963,1381,0,1), - (31527,4345,1,807,0,-3910.35,-3622.63,31.1034,2.08776,360,10,0,4572,0,0,1), - (31528,4345,1,807,0,-4816.25,-3488.13,30.3655,3.15886,360,10,0,4572,0,0,1), - (31529,4323,1,715,0,-4851.68,-3504.61,36.6567,5.02268,360,10,0,1836,1857,0,1), - (31531,4412,1,2546,0,-4115.7,-3510.51,36.0201,1.4585,360,10,0,1536,0,0,1), - (31532,4334,1,8309,0,-4781.92,-3652.35,47.7042,4.52859,360,5,0,4119,1432,0,1), - (31533,4348,1,2708,0,-4140.25,-3480.42,44.5089,1.8532,360,10,0,1674,0,0,1), - (31534,4345,1,807,0,-4179.35,-3421.21,36.0224,2.00858,360,10,0,4572,0,0,1), - (31535,4345,1,807,0,-4244.02,-3393.57,28.6474,1.40762,360,10,0,4572,0,0,1), - (31536,4348,1,2708,0,-4201.09,-3439.04,37.1674,5.35326,360,10,0,1674,0,0,1), - (31537,4387,1,1549,0,-2743.72,-3114.44,37.6809,2.17279,360,10,0,1536,0,0,1), - (31538,4345,1,807,0,-4218.18,-3311.66,30.8974,2.36069,360,10,0,4572,0,0,1), - (31539,4389,1,2601,0,-3233.56,-3430.85,-3.31873,5.23153,360,5,0,1532,0,0,1), - (31540,4345,1,807,0,-4217.63,-3381.7,28.6474,1.3028,360,10,0,4572,0,0,1), - (31541,4348,1,2708,0,-4204,-3260.32,35.829,2.87483,360,5,0,1674,0,0,1), - (31542,4331,1,8249,0,-4381.4,-3018.34,43.0677,4.96921,360,5,0,3963,1381,0,1), - (31543,4345,1,807,0,-3961.45,-3498.28,31.8974,5.4984,360,10,0,4572,0,0,1), - (31544,4345,1,807,0,-3906.71,-3492.6,28.8974,6.1898,360,10,0,4572,0,0,1), - (31545,4394,1,2569,0,-3911.24,-3534.73,39.6445,1.8802,360,5,0,1451,0,0,1), - (31546,4345,1,807,0,-3889.88,-3570.72,36.7724,2.0203,360,10,0,4572,0,0,1), - (31547,4345,1,807,0,-3873.74,-3635.67,29.4675,0.582591,360,10,0,4572,0,0,1), - (31548,4345,1,807,0,-4020.8,-3526.19,30.0022,1.57861,360,10,0,4572,0,0,1), - (31550,4345,1,807,0,-4166.36,-3244.83,29.9912,6.10071,360,10,0,4572,0,0,1), - (31551,4345,1,807,0,-4181.99,-3213.92,29.8974,6.0979,360,10,0,4572,0,0,1), - (31556,4401,1,2426,0,-3643.76,-4181.29,8.71802,2.5315,360,5,0,1403,0,0,1), - (31558,4401,1,2426,0,-3614.76,-4043.14,-8.43659,5.35863,360,5,0,1403,0,0,1), - (31559,4401,1,2426,0,-3589.79,-4055.8,-3.78007,4.18208,360,5,0,1403,0,0,1), - (31561,4404,1,2600,0,-3670.68,-3938.94,8.28907,4.55735,360,5,0,1211,1067,0,1), - (31563,4404,1,2600,0,-3610.86,-4095.7,0.220912,5.82018,360,5,0,1211,1067,0,1), - (31565,4389,1,2601,0,-3674.77,-3983.09,-15.8067,3.43062,360,5,0,1532,0,0,1), - (31569,4346,1,2700,0,-3383.84,-4005.33,35.7126,0.189506,360,5,0,1403,0,0,1), - (31570,4414,1,2542,0,-3360.04,-4045.12,25.567,4.92623,360,10,0,1469,0,0,1), - (31577,4382,1,2024,0,-2758.76,-3194.03,30.6474,4.14551,360,10,0,1468,0,0,1), - (31582,4412,1,2546,0,-3625.55,-3438.38,37.3427,0.183412,360,10,0,1536,0,0,1), - (31583,4412,1,2546,0,-3594.11,-3417.05,40.6785,3.73098,360,10,0,1536,0,0,1), - (31584,4347,1,2707,0,-3561.63,-3366.68,39.6023,1.80661,360,5,0,1536,0,0,1), - (31585,4412,1,2546,0,-3478.46,-3388.4,53.5988,3.45345,360,10,0,1536,0,0,1), - (31586,4412,1,2546,0,-3517.03,-3434.59,55.6962,0.893311,360,10,0,1536,0,0,1), - (31587,4412,1,2546,0,-3440.13,-3386.78,50.8693,6.14647,360,10,0,1536,0,0,1), - (31588,4344,1,2548,0,-3709.59,-3348.26,33.0224,0.199618,360,10,0,1305,1189,0,1), - (31589,4412,1,2546,0,-3375.66,-3362.82,53.9463,3.46952,360,10,0,1536,0,0,1), - (31590,4412,1,2546,0,-3324.17,-3322.34,60.1199,3.71281,360,10,0,1536,0,0,1), - (31591,4344,1,2548,0,-3676.55,-3313.25,34.1907,3.27273,360,10,0,1305,1189,0,1), - (31592,5057,1,3016,0,-3935.22,-2834.92,45.0582,5.61996,360,0,0,1542,0,0,0), - (31593,5057,1,3016,0,-3950,-2800.72,36.1944,2.91861,360,0,0,1542,0,0,0), - (31594,5057,1,3016,0,-3911.16,-2852.42,46.4658,0.246311,360,0,0,1542,0,0,0), - (31595,5057,1,3016,0,-3918.25,-2857.4,46.4777,0.767945,360,0,0,1542,0,0,0), - (31596,5057,1,3016,0,-3929.78,-2857.98,46.4779,1.36885,360,0,0,1542,0,0,0), - (31598,4357,1,2574,0,-4554.96,-2735.18,38.0825,1.86225,360,5,0,1674,0,0,1), - (31599,4356,1,1962,0,-4536.94,-2804.57,32.5567,0.199401,360,5,0,1604,0,0,1), - (31600,4357,1,2574,0,-4530.6,-2776.48,34.4373,2.59421,360,10,0,1674,0,0,1), - (31601,5057,1,3016,0,-3918.02,-2867.88,46.4802,1.04486,360,0,0,1542,0,0,0), - (31602,4356,1,1962,0,-4479.29,-2737.35,37.6754,1.28966,360,5,0,1604,0,0,1), - (31603,4356,1,1962,0,-4598.83,-2779.72,41.8033,2.94496,360,5,0,1604,0,0,1), - (31604,4357,1,2574,0,-4517.57,-2724.66,37.3198,5.27492,360,5,0,1674,0,0,1), - (31605,4356,1,1962,0,-4448.71,-2768.33,35.2743,1.82146,360,10,0,1604,0,0,1), - (31606,4329,1,143,0,-4346.94,-3048.41,31.7399,5.01189,360,5,0,4755,0,0,1), - (31607,4328,1,8310,0,-4387.95,-2927.15,24.5625,2.64893,360,3,0,4119,1432,0,1), - (31608,4328,1,8310,0,-4389.8,-2960.3,24.173,2.46076,360,3,0,4119,1432,0,1), - (31609,4834,1,4676,0,-2858.85,-2972.78,32.0563,3.7043,360,5,0,1400,0,0,1), - (31610,4334,1,8309,0,-4682.76,-3683.4,46.3789,5.8212,360,5,0,4119,1432,0,1), - (31611,4334,1,8309,0,-4681.2,-3643.91,46.8421,1.27892,360,5,0,4119,1432,0,1), - (31612,14230,1,391,0,-2361.28,-4074.73,6.91264,2.64602,7200,0,0,1305,1189,0,0), - (31613,4339,1,6374,0,-4691.22,-3186.37,35.9148,1.40979,3600,0,0,4755,0,0,2), - (31614,4380,1,2537,0,-2747.28,-2610.38,28.1879,5.68977,3600,0,0,1752,0,0,0), - (31615,4331,1,8249,0,-4415.08,-3000.96,28.1032,5.01492,360,3,0,3963,1381,0,1), - (31616,4329,1,143,0,-4420.04,-2937.98,23.9399,2.36125,360,3,0,4755,0,0,1), - (31617,4328,1,8310,0,-4465.66,-2962.83,26.433,5.87536,360,5,0,4119,1432,0,1), - (31618,4331,1,8249,0,-4429.96,-2940.88,23.4306,5.59391,360,3,0,3963,1381,0,1), - (31619,4328,1,8310,0,-4421.1,-2961.46,26.299,4.58829,360,3,0,4119,1432,0,1), - (31620,4331,1,8249,0,-4411.78,-2942.68,22.6479,2.14977,360,3,0,3963,1381,0,1), - (31621,4331,1,8249,0,-4455.86,-2904.39,20.9774,0.7276,360,3,0,3963,1381,0,1), - (31622,4328,1,8310,0,-4471.18,-2896.64,22.0799,2.42904,360,3,0,4119,1432,0,1), - (31623,4329,1,143,0,-4358.76,-2985.22,29.3853,3.14846,360,3,0,4755,0,0,1), - (31624,4351,1,2571,0,-2728.84,-3485.03,35.4795,4.84215,360,5,0,1469,0,0,1), - (31625,4331,1,8249,0,-4382.46,-2985.77,28.854,5.23027,360,3,0,3963,1381,0,1), - (31626,4329,1,143,0,-4394.25,-3001.66,29.859,4.08952,360,3,0,4755,0,0,1), - (31627,4329,1,143,0,-4324.66,-3015.07,31.7836,3.41571,360,5,0,4755,0,0,1), - (31628,4331,1,8249,0,-4345.12,-3022.34,33.776,6.17373,360,5,0,3963,1381,0,1), - (31629,4351,1,2571,0,-2763.19,-3342.51,31.2724,5.59372,360,5,0,1469,0,0,1), - (31631,4382,1,2024,0,-2590.19,-3207.59,28.8974,6.22502,360,10,0,1468,0,0,1), - (31634,4345,1,807,0,-4451.26,-3148.99,29.8543,4.29417,360,10,0,4572,0,0,1), - (31637,1420,1,901,0,-2924.49,-2976.09,35.5997,2.63306,360,10,0,8,0,0,1), - (31638,4834,1,4676,0,-2927.96,-2972.67,35.7247,2.73801,360,5,0,1400,0,0,1), - (31640,4834,1,4676,0,-2817.89,-3019.32,34.7763,2.93801,360,5,0,1400,0,0,1), - (31643,4382,1,2024,0,-2860.7,-3002.9,29.0224,2.44864,360,10,0,1468,0,0,1), - (31647,4385,1,697,0,-2837.39,-3043.01,39.0539,5.02919,360,10,0,1469,0,0,1), - (31648,4834,1,4676,0,-2869.05,-3055.18,35.8974,0.217673,360,5,0,1400,0,0,1), - (31650,4414,1,2542,0,-2943.94,-3007.72,39.4991,4.8634,360,10,0,1469,0,0,1), - (31651,4834,1,4676,0,-2978.86,-2947.1,32.9947,0.623366,360,5,0,1400,0,0,1), - (31653,2914,1,1206,0,-3016.89,-2887.2,29.3543,5.78633,360,10,0,8,0,0,1), - (31654,4980,1,2976,0,-3365.77,-3214.06,33.5845,1.22173,360,0,0,1110,1067,0,0), - (31655,4343,1,814,0,-3245.03,-3086.59,30.2724,5.6173,360,10,0,1536,0,0,1), - (31656,4344,1,2548,0,-4046.57,-3001.85,33.288,4.97727,360,10,0,1305,1189,0,1), - (31657,4343,1,814,0,-3363.62,-3129.39,33.6474,4.29977,360,10,0,1536,0,0,1), - (31658,4344,1,2548,0,-4055.8,-2947.47,36.8974,1.3931,360,10,0,1305,1189,0,1), - (31659,4412,1,2546,0,-4048.32,-2924.62,37.832,0.86831,360,10,0,1536,0,0,1), - (31660,4343,1,814,0,-3385.05,-3136.22,31.5976,1.55127,360,10,0,1536,0,0,1), - (31661,4343,1,814,0,-3405.45,-3200.97,29.3974,4.6518,360,10,0,1536,0,0,1), - (31662,4343,1,814,0,-3335.41,-3171.31,30.6474,1.32664,360,10,0,1536,0,0,1), - (31663,4344,1,2548,0,-4119.81,-2966.51,28.6474,4.60584,360,10,0,1305,1189,0,1), - (31664,4128,1,2712,0,-3726.24,-2360.6,94.7395,0.234522,360,5,0,573,0,0,1), - (31665,4382,1,2024,0,-2825.5,-2958.34,30.4979,1.84243,360,10,0,1468,0,0,1), - (31669,4401,1,2426,0,-4081.47,-4079.09,-9.80585,0.435988,360,5,0,1403,0,0,1), - (31670,4345,1,807,0,-4553.33,-3059.76,29.7233,3.18657,360,10,0,4572,0,0,1), - (31672,4345,1,807,0,-4541.01,-2944.35,29.1582,4.69946,360,10,0,4572,0,0,1), - (31673,4345,1,807,0,-4571.28,-2989.46,31.3759,4.99337,360,10,0,4572,0,0,1), - (31674,4414,1,2542,0,-2853.99,-3579.29,37.5432,3.17021,360,10,0,1469,0,0,1), - (31675,4341,1,1080,0,-2809.37,-3518.24,29.6756,0.092379,360,10,0,1403,0,0,1), - (31676,4356,1,1962,0,-4483.27,-2963.3,38.4169,6.24709,360,5,0,1604,0,0,1), - (31677,4341,1,1080,0,-3025.73,-2974.94,32.9514,2.46411,360,10,0,1403,0,0,1), - (31678,4352,1,1962,0,-2609.35,-3507.39,36.4998,1.16812,360,10,0,1469,0,0,1), - (31679,4341,1,1080,0,-2803.11,-3570.84,28.6718,0.33751,360,10,0,1403,0,0,1), - (31680,4357,1,2574,0,-4449.92,-2914,40.03,5.40743,360,10,0,1674,0,0,1), - (31681,4356,1,1962,0,-4470.22,-2872.69,39.9483,6.11836,360,5,0,1604,0,0,1), - (31682,4352,1,1962,0,-2586.64,-3482.21,36.4708,3.26688,360,10,0,1469,0,0,1), - (31683,4357,1,2574,0,-4407.9,-2945.62,55.944,3.38199,360,5,0,1674,0,0,1), - (31684,4357,1,2574,0,-4346.69,-2881.11,35.4809,4.25639,360,10,0,1674,0,0,1), - (31685,4352,1,1962,0,-2609.81,-3456.36,36.2103,1.12146,360,10,0,1469,0,0,1), - (31687,4343,1,814,0,-3472.55,-2798.83,34.1474,5.47706,360,10,0,1536,0,0,1), - (31688,4352,1,1962,0,-2721.32,-3387.09,34.7813,2.95475,360,10,0,1469,0,0,1), - (31690,4359,1,652,0,-2581.52,-3820.13,2.58815,4.48582,360,5,0,1469,0,0,1), - (31691,4359,1,652,0,-2563.66,-3798.58,6.858,1.97851,360,5,0,1469,0,0,1), - (31692,4347,1,2707,0,-3494.97,-2795.44,37.8009,1.40439,360,5,0,1536,0,0,1), - (31693,4343,1,814,0,-3553.12,-2853.13,29.2724,6.24796,360,10,0,1536,0,0,1), - (31694,4359,1,652,0,-2614.7,-3881.31,-0.002719,1.49654,360,5,0,1469,0,0,1), - (31695,4359,1,652,0,-2610.29,-3848.88,2.61402,1.17381,360,5,0,1469,0,0,1), - (31696,4343,1,814,0,-3580.41,-2870.24,34.3165,1.2984,360,10,0,1536,0,0,1), - (31697,4362,1,11293,0,-2564.76,-3808.15,3.85025,1.81514,360,0,0,1469,0,0,0), - (31698,620,1,304,0,-3647.24,-4482.5,11.7186,1.50046,360,10,0,1,0,0,1), - (31699,1420,1,901,0,-2658.03,-3456.87,34.778,1.55666,360,10,0,8,0,0,1), - (31700,4362,1,11293,0,-2610.23,-3961,13.5862,2.05364,360,0,0,1469,0,0,0), - (31702,4351,1,2571,0,-2662.84,-3504.02,34.1758,0.43975,360,10,0,1469,0,0,1), - (31703,4344,1,2548,0,-4004.63,-3232.78,29.8996,0.964388,360,0,0,1305,1189,0,0), - (31704,4359,1,652,0,-2593.28,-3990.91,5.76175,0.366519,360,0,0,1469,0,0,0), - (31705,4344,1,2548,0,-4155.38,-3133.92,34.088,4.73128,360,10,0,1305,1189,0,1), - (31706,4357,1,2574,0,-4335.73,-2621.36,37.7353,5.9275,360,0,0,1674,0,0,0), - (31707,4362,1,11293,0,-2603.42,-3971.21,13.3951,4.95624,360,0,0,1469,0,0,0), - (31708,4356,1,1962,0,-4333.25,-2640.76,38.3023,1.69906,360,0,0,1604,0,0,0), - (31709,4352,1,1962,0,-2679.59,-3454.35,35.0327,1.2405,360,10,0,1469,0,0,1), - (31710,4357,1,2574,0,-4343.81,-2616.03,37.5061,4.96802,360,0,0,1674,0,0,0), - (31711,4352,1,1962,0,-2677.18,-3427.82,33.6959,5.95131,360,10,0,1469,0,0,1), - (31712,4356,1,1962,0,-4318.03,-2685.28,30.2217,2.86325,360,10,0,1604,0,0,1), - (31713,4359,1,652,0,-2588.02,-3998.96,5.91196,6.22729,360,0,0,1469,0,0,0), - (31714,4352,1,1962,0,-2642.69,-3480.5,33.8578,3.72526,360,10,0,1469,0,0,1), - (31715,4362,1,11293,0,-2604.76,-3861.31,-0.757054,1.11413,360,5,0,1469,0,0,1), - (31717,4359,1,652,0,-2613.62,-3993.33,3.77005,4.74624,360,5,0,1469,0,0,1), - (31718,4356,1,1962,0,-4302.93,-2682.01,31.4717,1.22908,360,10,0,1604,0,0,1), - (31719,4357,1,2574,0,-4287.83,-2692.03,37.4869,2.53079,360,10,0,1674,0,0,1), - (31720,4357,1,2574,0,-4289.35,-2711.43,35.0004,4.72013,360,10,0,1674,0,0,1), - (31721,4357,1,2574,0,-4289.82,-2742.56,34.5657,5.46599,360,10,0,1674,0,0,1), - (31722,4362,1,11293,0,-2622.14,-4043.14,1.86583,4.43888,360,5,0,1469,0,0,1), - (31724,4324,1,397,0,-4330.32,-3204.94,40.5147,3.22219,360,10,0,1480,1381,0,1), - (31727,4331,1,8249,0,-4414.59,-3193.17,40.3753,-2.97033,360,10,0,3963,1381,0,1), - (31728,4343,1,814,0,-3021.7,-3197.51,34.0017,1.39245,360,10,0,1536,0,0,1), - (31729,4329,1,143,0,-4337.98,-3246.46,35.013,1.8161,360,0,0,4755,0,0,0), - (31731,4329,1,143,0,-4354.95,-3219.18,34.5218,0.509668,360,10,0,4755,0,0,1), - (31732,4385,1,697,0,-2847.08,-3253.2,31.0376,2.83405,360,10,0,1469,0,0,1), - (31748,4023,1,6813,0,639.841,1510.9,-14.8425,0.82339,300,15,0,734,0,0,1), - (31760,7395,0,2177,0,1594.66,226.601,-62.1087,0.946598,120,1,0,64,0,0,1), - (31762,4023,1,6813,0,713.507,1451.36,-12.0751,4.70318,300,15,0,734,0,0,1), - (31763,7353,129,146,0,2495.63,1062.68,47.5377,4.14281,7200,0,0,3150,1097,0,0), - (31764,7346,129,7848,0,2501.05,1058.7,47.6281,2.73081,7200,0,0,1468,0,0,0), - (31765,7346,129,7848,0,2506.8,1052.82,47.6555,3.39876,7200,0,0,1468,0,0,0), - (31766,7327,129,11386,0,2584.2,997.199,54.283,4.68028,7200,0,0,3403,0,0,0), - (31767,7327,129,11386,0,2555.51,1010.07,52.1975,4.80224,7200,0,0,3403,0,0,0), - (31768,7332,129,11385,0,2553.51,1003.7,52.2661,3.24463,7200,5,0,3543,0,0,1), - (31773,4023,1,6813,0,665.889,1543.26,-19.9016,6.03729,300,15,0,734,0,0,1), - (31774,7354,129,0,0,2364.75,904.524,28.7671,0.304753,7200,5,0,7760,2861,0,1), - (31775,7335,129,6100,0,2560.64,1006.14,52.2147,3.93116,7200,0,0,2706,5360,0,0), - (31776,7335,129,6100,0,2583.86,994.162,54.0854,2.33696,7200,1,0,2706,5360,0,1), - (31777,4076,129,2177,0,2557.8,1007.11,52.113,3.55984,7200,5,0,8,0,0,1), - (31778,2110,129,1141,0,2589.57,987.447,54.0677,3.24256,7200,5,0,1,0,0,1), - (31779,2110,129,1141,0,2490.89,1062.12,47.3797,3.15902,7200,5,0,1,0,0,1), - (31780,7332,129,11385,0,2569.79,971.022,50.7828,3.1765,7200,1,0,3543,0,0,1), - (31781,4023,1,6813,0,701.547,1551.92,-22.4534,5.81803,300,15,0,734,0,0,1), - (31782,4023,1,6813,0,749.439,1514.12,-21.2687,0.916946,300,15,0,734,0,0,1), - (31783,4023,1,6813,0,714.181,1520.74,-21.2092,1.83165,300,15,0,734,0,0,1), - (31784,4023,1,6813,0,612.175,1550.7,-12.9121,2.57035,300,15,0,734,0,0,1), - (31785,4024,1,10870,0,652.696,1937.45,-5.2473,5.45806,300,15,0,640,655,0,1), - (31786,4024,1,10870,0,646.875,1909.38,-8.28783,1.74905,300,15,0,640,655,0,1), - (31787,4024,1,10870,0,600.096,1819.81,-9.06323,5.33616,300,15,0,640,655,0,1), - (31788,4024,1,10870,0,650.968,1769.24,-13.5562,3.40364,300,15,0,640,655,0,1), - (31789,4024,1,10870,0,647.961,1775.18,-13.0588,3.09302,300,15,0,640,655,0,1), - (31790,4024,1,10870,0,718.93,1778.05,-17.4242,5.35023,300,15,0,640,655,0,1), - (31791,4024,1,10870,0,644.378,1439.96,-5.06573,1.68631,300,5,0,640,655,0,1), - (31792,4024,1,10870,0,669.888,1439.8,-7.34606,1.29568,300,5,0,640,655,0,1), - (31793,4024,1,10870,0,776.019,1425.23,-14.0468,0.536333,300,15,0,640,655,0,1), - (31794,4024,1,10870,0,628.924,1542.2,-13.3452,3.50905,300,15,0,640,655,0,1), - (31795,4024,1,10870,0,723.161,1477.72,-16.9211,0.766325,300,15,0,640,655,0,1), - (31796,6329,90,976,0,-397.217,50.1614,-154.714,3.08923,7200,3,0,1830,655,0,1), - (31797,6206,90,830,0,-515.554,52.2393,-154.168,3.9968,7200,5,0,2097,0,0,1), - (31798,4025,1,10869,0,877.562,1798.55,-6.31066,5.69809,300,15,0,426,581,0,1), - (31800,4025,1,10869,0,901.677,1781.91,-7.34716,2.62253,300,15,0,426,581,0,1), - (31801,4025,1,10869,0,1010.01,1726.79,-9.77721,6.15463,300,15,0,426,581,0,1), - (31802,4025,1,10869,0,919.809,1741.91,-11.9346,0.839383,300,15,0,426,581,0,1), - (31803,4025,1,10869,0,790.729,1742.48,-20.3377,0.682364,300,15,0,426,581,0,1), - (31804,8403,0,7632,0,1595.27,224.662,-62.0162,1.62316,300,0,0,1605,0,0,0), - (31806,616,0,821,0,-9230.09,-2702.39,89.086,5.71584,3600,0,0,617,0,0,0), - (31807,485,0,6034,0,-9110.72,-2477.35,119.703,4.15621,300,0,0,494,0,0,0), - (31808,440,0,6033,0,-9163.74,-2416.26,104.905,0.989836,300,5,0,449,0,0,1), - (31809,485,0,6034,0,-9155.56,-2436.47,107.027,4.96921,300,0,0,494,0,0,0), - (31810,440,0,6033,0,-9166.05,-2418.29,105.708,2.03881,300,0,0,449,0,0,0), - (31811,440,0,6033,0,-9174.09,-2452.13,118.098,5.56538,300,0,0,449,0,0,0), - (31812,485,0,6034,0,-9229.9,-2375.24,91.9176,5.06145,300,0,0,494,0,0,0), - (31813,485,0,6034,0,-9235,-2376.05,92.1701,5.95157,300,0,0,494,0,0,0), - (31814,485,0,6034,0,-9237.37,-2378.63,92.3221,0.314159,300,0,0,494,0,0,0), - (31815,712,0,489,0,-9551.51,-1917.04,70.071,5.95093,300,10,0,300,0,0,1), - (31816,547,0,3035,0,-9557.83,-2247.17,85.381,6.06057,300,10,0,356,0,0,1), - (31817,1933,0,856,0,-9445.63,-2314.94,66.7736,1.7138,300,5,0,14,0,0,1), - (31818,441,0,387,0,-9654.18,-2165.81,62.6863,1.36171,300,5,0,330,938,0,1), - (31819,442,0,366,0,-9673.07,-2147.73,61.0886,1.59618,300,5,0,328,0,0,1), - (31820,441,0,387,0,-9492.16,-2348.87,68.6343,5.08854,300,5,0,330,938,0,1), - (31821,442,0,366,0,-9548.67,-2053.15,69.8158,5.7759,300,10,0,328,0,0,1), - (31823,485,0,6034,0,-9493.12,-2938.55,115.314,5.33656,300,5,0,494,0,0,2), - (31824,437,0,6037,0,-9526.83,-2873.19,91.8719,4.91515,300,5,0,531,0,0,1), - (31826,4064,0,6038,0,-9465.22,-3012.97,136.472,1.62316,300,0,0,1452,0,0,0), - (31827,4065,0,6029,0,-9446,-2992.99,136.895,2.51327,300,0,0,1563,0,0,0), - (31828,4065,0,6029,0,-9438.59,-3004.44,137.579,3.03687,300,0,0,1563,0,0,0), - (31829,436,0,6039,0,-9430.26,-2953.52,115.829,0.669421,300,5,0,1389,1357,0,1), - (31830,440,0,6033,0,-9170.93,-2400.95,104.074,5.65487,300,0,0,449,0,0,0), - (31831,485,0,6034,0,-9172.25,-2402.47,104.433,0,300,0,0,494,0,0,0), - (31832,485,0,6034,0,-9138.15,-2556.15,116.441,1.56103,300,5,0,494,0,0,1), - (31833,485,0,6034,0,-9119.94,-2462.73,117.282,2.42136,300,0,0,494,0,0,0), - (31835,4065,0,6029,0,-9449.31,-3020.26,136.87,1.74533,300,0,0,1563,0,0,0), - (31836,4065,0,6029,0,-9420.86,-3052.87,136.777,3.21141,300,0,0,1563,0,0,0), - (31837,436,0,6039,0,-9429.38,-3050.43,136.776,5.48033,300,0,0,1389,1357,0,0), - (31838,505,0,520,0,-9184.43,-2708.43,89.315,2.08371,300,10,0,449,0,0,1), - (154672,8900,230,0,0,811.87,-25.2166,-53.6904,3.9619,7200,0,0,2305,4896,0,2), - (31840,4953,0,2956,0,-10540.7,-3283.58,26.627,2.95493,300,5,0,16,0,0,1), - (31841,4953,0,2954,0,-10545.4,-2889.03,23.3609,4.59482,300,5,0,16,0,0,1), - (31842,4953,0,2956,0,-10757.8,-3842.54,22.6241,1.63058,300,5,0,16,0,0,1), - (31843,4953,0,1986,0,-10123.1,-3315.7,19.7885,5.14756,300,5,0,16,0,0,1), - (31844,5261,0,6673,0,-10347.1,-4071.27,-84.2094,2.88499,900,5,0,5595,0,0,1), - (31845,5353,0,4494,0,-10717.5,-2536.47,28.2923,0.034907,300,0,0,2218,0,0,0), - (31846,11874,0,11650,0,-10102.1,-2829.84,22.4003,2.60054,300,0,0,3748,0,0,0), - (31847,866,0,4504,0,-10377.6,-3241.58,19.8697,0.558505,300,0,0,4231,0,0,0), - (31848,866,0,4503,0,-10381.1,-3308.33,22.0589,2.194,300,5,0,4231,0,0,1), - (31849,866,0,4504,0,-10412.6,-3189.14,22.2427,5.42038,300,5,0,4231,0,0,1), - (31850,866,0,4503,0,-10514.2,-3314.58,20.9633,0.017453,300,0,0,4231,0,0,0), - (31851,866,0,4503,0,-10407.9,-3345.48,22.8363,0.638577,300,3,0,4231,0,0,1), - (31852,866,0,4504,0,-10493.2,-3173.44,20.7546,3.92699,300,2,0,4231,0,0,1), - (31853,866,0,4503,0,-10370.7,-3252.59,19.7447,0.680678,300,0,0,4231,0,0,0), - (31854,866,0,4504,0,-10509.4,-3324.35,20.7133,0.558505,300,0,0,4231,0,0,0), - (31855,10879,0,10187,0,1595.76,260.138,-57.0784,3.52984,300,2,0,112,0,0,2), - (31856,5190,0,3130,0,1591.05,208.098,-55.2596,4.76475,300,0,0,1240,0,0,0), - (31857,4556,0,2629,0,1610.45,283.261,-43.0189,4.92183,300,0,0,1605,0,0,0), - (31858,2458,0,2645,0,1599.96,240.65,-52.0596,0.087266,300,0,0,2972,0,0,0), - (31859,4555,0,2660,0,1564.76,209.601,-43.019,0.767945,300,0,0,1605,0,0,0), - (31860,4580,0,2668,0,1688.55,190.278,-62.0902,0.453786,300,0,0,1605,0,0,0), - (31861,4574,0,2667,0,1681.1,95.7271,-62.0858,0.610865,300,0,0,1605,0,0,0), - (31862,5754,0,4150,0,1705.5,205.857,-62.0755,4.32842,300,0,0,413,0,0,0), - (31863,4565,0,2646,0,1776.4,20.2543,-47.305,1.93731,300,0,0,2471,1620,0,0), - (31864,5700,0,4057,0,1661.57,172.84,-62.054,2.77507,300,0,0,919,0,0,0), - (31865,4608,0,2618,0,1756.95,416.858,-57.1312,3.40339,300,0,0,3517,2103,0,0), - (31866,4606,0,10723,0,1768.37,400.57,-57.1312,4.39823,300,0,0,3139,2620,0,0), - (31867,4572,0,2650,0,1754.99,58.0787,-59.2538,2.44346,300,0,0,1605,0,0,0), - (31868,4578,0,2664,0,1736.6,41.8543,-59.2337,2.05949,300,0,0,2972,0,0,0), - (31869,4566,0,10733,0,1788.19,57.5156,-61.4064,3.92699,300,0,0,3139,2620,0,0), - (31870,5734,0,4111,0,1402.29,364.749,-84.868,4.03171,300,0,0,919,0,0,0), - (31871,4614,0,2669,0,1560.8,355.098,-62.0798,3.97935,300,0,0,2016,0,0,0), - (31872,5732,0,4109,0,1550.35,370.315,-62.0978,3.90756,300,0,0,919,0,0,2), - (31873,5735,0,3979,0,1401.93,361.817,-84.868,0.122173,300,0,0,102,0,0,0), - (31874,4617,0,2651,0,1487.59,274.728,-62.0687,1.55334,300,0,0,1605,0,0,0), - (31875,5738,0,4118,0,1403.85,376.678,-84.868,5.79449,300,0,0,102,0,0,0), - (31876,11044,0,10576,0,1403.69,426.071,-80.276,5.28835,300,0,0,1240,0,0,0), - (31877,5736,0,3976,0,1404.78,378.398,-84.868,5.28835,300,0,0,102,0,0,0), - (31878,11067,0,10590,0,1491.66,273.176,-62.0752,5.75959,300,0,0,1106,0,0,0), - (31879,4616,0,12955,0,1482.38,273.868,-62.0769,3.19395,300,0,0,2016,0,0,0), - (31880,4592,0,2642,0,1560.27,129.819,-62.0742,2.80998,300,0,0,1605,0,0,0), - (31881,4589,0,2635,0,1503.84,201.001,-62.0558,3.61283,300,0,0,1605,0,0,0), - (31882,2799,0,2610,0,1396.69,136.603,-62.2791,5.86431,300,0,0,2016,0,0,0), - (31883,4585,0,2625,0,1550.34,151.732,-62.0923,4.32842,300,0,0,1605,0,0,0), - (31884,4588,0,2613,0,1510.37,199.943,-62.0539,3.89208,300,0,0,2016,0,0,0), - (31885,4583,0,2639,0,1419.8,55.7021,-62.1954,2.18166,300,0,0,3517,0,0,0), - (31886,4590,0,2633,0,1486.12,208.881,-62.0689,4.97419,300,0,0,1605,0,0,0), - (31887,223,0,10619,0,1504.04,192.7,-62.0571,2.94961,300,0,0,617,0,0,0), - (31888,5820,0,4379,0,1505.25,198.394,-62.0594,3.50811,300,0,0,1605,0,0,0), - (31889,4584,0,2631,0,1407.3,58.854,-62.1954,0.453786,300,0,0,3139,0,0,0), - (31890,5664,0,3880,0,1693.74,422.657,-62.2149,1.85005,300,0,0,919,0,0,0), - (31891,4598,0,2617,0,1638.21,335.638,-62.0999,0.628319,300,0,0,2016,0,0,0), - (31892,5656,0,3862,0,1727,382.076,-61.5645,6.02139,300,0,0,919,0,0,0), - (31893,5660,0,3863,0,1730.09,370.859,-60.4981,0.925025,300,0,0,919,0,0,0), - (31894,5654,0,3854,0,1734.12,374.919,-61.6634,1.13446,300,0,0,919,0,0,0), - (31895,5661,0,3876,0,1739.17,385.329,-62.208,3.9619,300,0,0,919,0,0,0), - (31896,4604,0,2656,0,1629.87,348.382,-62.0687,6.05629,300,0,0,1605,0,0,0), - (31897,4593,0,2620,0,1780.46,422.932,-57.1143,3.94444,300,0,0,3139,0,0,0), - (31898,4597,0,2649,0,1685.39,284.042,-62.0594,0.366519,300,0,0,1605,0,0,0), - (31899,5652,0,3019,0,1693.44,424.105,-62.2149,4.95674,300,0,0,64,0,0,0), - (31900,2055,0,1680,0,1434.48,404.854,-85.1753,2.26893,300,0,0,3517,1807,0,0), - (31901,2425,0,11658,0,1287.77,333.508,-59.9998,4.86431,36000,0,0,983500,82725,0,0), - (31902,7683,0,6837,0,1527.93,310.864,-62.0622,2.56563,300,0,0,2016,0,0,0), - (31903,14729,0,14756,0,1690.83,185.738,-62.0883,5.58505,300,0,0,2016,0,0,0), - (31904,8390,0,7597,0,1420.98,405.895,-85.163,6.07375,300,0,0,1605,2175,0,0), - (31905,8393,0,7599,0,1424.72,402.709,-85.1689,2.30383,300,0,0,2972,0,0,0), - (31906,12342,0,10672,0,2256.13,329.335,35.2725,5.5676,120,0,0,42,0,0,0), - (31907,12341,0,10671,0,2245.02,326.546,35.2725,5.55015,120,0,0,42,0,0,0), - (31909,12343,0,10670,0,2250.26,322.025,35.2725,5.63741,120,0,0,42,0,0,0), - (31910,11156,0,10720,0,2250.74,333.748,35.2725,5.58505,120,0,0,42,0,0,0), - (31911,14558,0,10721,0,2248.66,331.206,35.2725,5.58505,120,0,0,64,53,0,0), - (31912,4025,1,10869,0,948.891,1679.82,-12.1807,4.52074,300,15,0,426,581,0,1), - (31913,4026,1,10282,0,862.399,1736,-15.4421,5.26086,300,5,0,582,618,0,1), - (31914,4026,1,10282,0,938.699,1639.8,-13.5585,5.22154,300,15,0,582,618,0,1), - (31915,2307,0,3522,0,1694.6,1555.3,123.439,3.62917,300,0,0,166,0,0,0), - (31916,2315,0,1594,0,1860.44,1588.64,92.439,6.15239,300,5,0,166,0,0,2), - (31917,4026,1,10282,0,918.392,1718.55,-14.4066,5.22148,300,5,0,582,618,0,1), - (31918,2311,0,3529,0,2255.06,307.46,34.8617,4.01849,300,0,0,166,0,0,0), - (31919,2314,0,3521,0,2281.65,342.214,34.2132,4.31047,300,5,0,166,0,0,2), - (31920,2309,0,3533,0,2259.99,325.122,35.2341,5.2709,300,0,0,166,0,0,0), - (31921,2310,0,3528,0,2316.01,287.033,37.3107,1.46239,300,0,0,166,0,0,0), - (31922,2408,0,1244,0,1349.77,-40.2324,30.0306,0.645454,300,5,0,1050,0,0,1), - (31923,11945,0,11904,0,1834.02,1581.34,95.1515,2.11185,300,0,0,166,0,0,0), - (31924,11615,0,12469,0,1658.37,-730.493,59.2481,5.74213,300,0,0,4108,5013,0,0), - (31925,11608,0,11456,0,1677.06,-733.695,59.1794,2.30383,300,0,0,3517,1807,0,0), - (31926,1522,0,11398,0,2824.46,1117.89,85.417,4.50567,300,5,0,126,289,0,1), - (31927,1523,0,535,0,2885.03,815.624,115.433,2.28923,300,10,0,148,165,0,1), - (31928,1522,0,11398,0,2957.32,876.261,108.849,4.98913,300,10,0,126,289,0,1), - (31929,1530,0,10255,0,2991.03,714.877,93.9233,4.25843,300,5,0,198,0,0,1), - (31930,1534,0,10752,0,2954.36,652.892,104.727,3.08328,300,5,0,176,0,0,1), - (31932,1530,0,4631,0,2893.39,560.467,105.805,3.1058,300,5,0,198,0,0,1), - (31933,1530,0,10256,0,2922.04,619.839,96.9735,1.83474,300,5,0,198,0,0,1), - (31935,4026,1,10282,0,844.922,1795,-12.3534,0.859218,300,15,0,582,618,0,1), - (31936,4026,1,10282,0,876.807,1780.94,-8.94846,1.14385,300,15,0,582,618,0,1), - (31938,4026,1,10282,0,880.946,1753.17,-11.5884,3.06462,300,15,0,582,618,0,1), - (31939,4026,1,10282,0,898.094,1564.78,-16.8351,6.02495,300,15,0,582,618,0,1), - (31944,6329,90,976,0,-472.085,43.7858,-154.654,2.51327,7200,5,0,1830,655,0,1), - (31945,866,0,4504,0,-10469.6,-3217.65,21.0671,1.25664,300,0,0,4231,0,0,0), - (31946,866,0,4503,0,-10453.3,-3216.05,20.4325,1.58825,300,0,0,4231,0,0,0), - (31947,6930,0,5707,0,-10487.3,-3258.84,21.1127,0.10472,300,0,0,1605,0,0,0), - (31948,981,0,4561,0,-10399.5,-3270.43,21.9894,4.20624,300,0,0,2972,0,0,0), - (31949,987,0,4560,0,-10437.8,-3307.04,20.4499,5.96903,300,0,0,3517,2103,0,0), - (31950,1386,0,4380,0,-10474.8,-3335.97,25.5541,0.279253,300,0,0,3866,0,0,0), - (31951,8177,0,7389,0,-10490.5,-3264.03,27.8238,3.07178,300,0,0,2972,0,0,0), - (31952,4026,1,10282,0,915.674,1557.62,-15.561,0.209711,300,15,0,582,618,0,1), - (31953,7327,129,11386,0,2562.1,968.441,50.8742,4.3838,7200,0,0,3403,0,0,0), - (31954,4026,1,10282,0,920.355,1552.8,-14.4482,4.24683,300,15,0,582,618,0,1), - (31955,7335,129,6100,0,2559.65,965.8,51.1945,2.56314,7200,0,0,2706,5360,0,0), - (31956,7332,129,11385,0,2574.1,946.096,53.3541,5.55015,7200,1,0,3543,0,0,1), - (31957,7332,129,11385,0,2590.17,961.162,51.9107,0.942478,7200,0,0,3543,0,0,0), - (31958,7333,129,6121,0,2588.91,956.452,52.2107,4.28424,7200,1,0,1279,0,0,1), - (31959,7333,129,6121,0,2588.1,952.199,52.6562,4.35363,7200,1,0,1279,0,0,1), - (31960,7333,129,6121,0,2585.71,958.797,52.1868,0.226893,7200,1,0,1279,0,0,1), - (31961,7333,129,6121,0,2592.22,960.386,51.8804,1.88311,7200,1,0,1279,0,0,1), - (31962,7329,129,11383,0,2538.89,969.779,50.0433,0.241608,7200,0,0,3780,0,0,0), - (31963,7328,129,11384,0,2536.55,964.762,49.8069,6.10735,7200,0,0,3748,0,0,0), - (31964,4076,129,2177,0,2569.3,960.028,51.8336,5.98631,7200,5,0,8,0,0,1), - (31965,2110,129,1141,0,2583.58,954.61,52.3779,4.88396,7200,5,0,1,0,0,1), - (31966,7329,129,11383,0,2522.26,945.682,48.8541,1.64132,7200,1,0,3780,0,0,1), - (31967,4076,129,2177,0,2478.18,1057.62,48.1482,0.921798,7200,5,0,8,0,0,1), - (31968,7327,129,11386,0,2573.84,937.473,54.2629,4.00769,7200,0,0,3403,0,0,0), - (31969,7335,129,6100,0,2566.57,941.89,54.3936,2.52156,7200,0,0,2706,5360,0,0), - (31971,8662,129,7804,0,2581.81,942.588,62.2902,0.820305,7200,0,0,64,53,0,0), - (31972,7347,129,1065,0,2483.2,1068.46,47.4003,2.01005,7200,0,0,3831,0,0,0), - (31973,2110,129,1141,0,2509.45,938.436,47.9613,0.597633,7200,5,0,1,0,0,1), - (31974,7328,129,11384,0,2524.11,934.244,47.7514,5.82781,7200,1,0,3748,0,0,1), - (31975,7337,129,11381,0,2526.98,938.913,48.4967,5.1856,7200,1,0,3027,1067,0,1), - (31976,7352,129,146,0,2480.73,989.421,23.7133,4.44082,7200,0,0,3027,1067,0,0), - (31977,7344,129,5231,0,2481.96,995.563,23.798,2.49086,7200,0,0,1403,0,0,0), - (31978,7329,129,11383,0,2538.61,911.687,46.1769,1.27834,7200,0,0,3780,0,0,0), - (31979,7328,129,11384,0,2545.39,905.981,46.4538,5.02576,7200,0,0,3748,0,0,0), - (31980,7334,129,6122,0,2546.41,885.836,47.6967,5.68062,7200,0,1,1619,0,0,2), - (31981,6212,90,3456,0,-748.046,624.546,-312.699,5.84685,7200,2,0,3171,0,0,1), - (31982,6224,90,6936,0,-588.535,691.862,-326.979,3.08923,7200,0,0,905,0,0,0), - (31983,6212,90,3456,0,-726.655,651.998,-308.977,5.16617,7200,0,0,3171,0,0,0), - (31984,6234,90,6979,0,-696.054,720.927,-317.977,5.44543,7200,3,0,3018,0,0,1), - (31985,6212,90,3456,0,-733.927,709.049,-317.977,2.89725,7200,3,0,3171,0,0,1), - (31986,6234,90,6979,0,-765.398,561.056,-290.977,4.93928,7200,3,0,3018,0,0,1), - (31987,6234,90,6979,0,-745.388,625.978,-312.699,5.88176,7200,2,0,3018,0,0,1), - (31988,6234,90,6979,0,-727.201,693.357,-330.699,0.10472,7200,3,0,3018,0,0,1), - (31989,6212,90,3456,0,-703.428,694.964,-317.977,4.34587,7200,0,0,3171,0,0,0), - (31990,6212,90,3456,0,-766.203,600.453,-290.977,2.98451,7200,0,0,3171,0,0,0), - (31991,6211,90,10285,0,-550.133,18.5031,-179.652,5.21853,7200,2,0,2400,0,0,1), - (31992,6329,90,976,0,-633.396,113.62,-195.992,2.82743,7200,1,0,1830,655,0,1), - (31993,6206,90,830,0,-600.52,24.6008,-179.598,1.0472,7200,3,0,2097,0,0,1), - (31994,6329,90,976,0,-555.172,102.537,-201.659,2.93215,7200,2,0,1830,655,0,1), - (31995,6329,90,976,0,-565.925,233.393,-159.345,5.79449,7200,5,0,1830,655,0,1), - (31996,6211,90,10285,0,-545.883,72.0569,-200.725,0.907571,7200,0,0,2400,0,0,0), - (31997,6206,90,830,0,-594.108,96.128,-199.458,0.925298,7200,0,0,2097,0,0,0), - (31998,6329,90,976,0,-630.458,132.447,-183.796,3.82227,7200,3,0,1830,655,0,1), - (31999,6329,90,976,0,-606.562,193.586,-172.299,6.02139,7200,2,0,1830,655,0,1), - (32000,6211,90,10285,0,-633.632,101.509,-195.888,3.87463,7200,1,0,2400,0,0,1), - (32001,7603,90,6968,0,-517.836,474.413,-273.074,0.027287,7200,2,0,853,0,0,1), - (32002,7603,90,6968,0,-516.484,474.45,-273.078,0.027284,7200,2,0,853,0,0,1), - (32003,7603,90,6968,0,-518.543,476.394,-273.077,0.027285,7200,2,0,853,0,0,1), - (32004,7603,90,6968,0,-520.488,474.34,-273.075,0.027286,7200,2,0,853,0,0,1), - (32005,6233,90,6978,0,-517.611,472.418,-273.077,0.027281,7200,5,0,2559,0,0,1), - (32006,6222,90,6934,0,-603.687,507.389,-273.063,5.74002,7200,2,0,905,0,0,1), - (32007,6222,90,6935,0,-586.528,465.276,-273.081,4.58216,7200,2,0,905,0,0,1), - (32008,6225,90,5926,0,-503.215,527.958,-273.08,5.09596,7200,5,0,2715,0,0,1), - (32009,7337,129,11381,0,2514.52,916.985,46.1069,4.10141,7200,0,0,3027,1067,0,0), - (32010,2110,129,1141,0,2531.98,912.364,46.1862,4.73356,7200,5,0,1,0,0,1), - (32011,2110,129,1141,0,2508.49,923.693,46.66,2.68722,7200,5,0,1,0,0,1), - (32013,6230,90,0,0,-507.445,422.019,-230.601,0.570874,7200,0,0,2865,0,0,2), - (32014,7603,90,6968,0,-479.445,548.944,-230.518,0,7200,2,0,853,0,0,1), - (32015,4026,1,10282,0,959.896,1629.04,-11.3686,4.25067,300,5,0,582,618,0,1), - (32016,4026,1,10282,0,997.654,1681.26,-5.32134,5.17718,300,15,0,582,618,0,1), - (32017,4026,1,10282,0,1035.96,1727.86,2.02019,5.08202,300,5,0,582,618,0,1), - (32018,4026,1,10282,0,823.875,1515.47,-20.5615,1.73344,300,5,0,582,618,0,1), - (32019,4026,1,10282,0,852.021,1520.54,-18.1332,0.882028,300,5,0,582,618,0,1), - (32020,1530,0,1196,0,2847.81,679.248,137.388,4.81906,300,5,0,198,0,0,1), - (32021,4486,0,4012,0,1561.39,260.797,-43.0193,5.25344,300,0,0,1764,0,0,0), - (32022,4488,0,10197,0,1459.2,318.665,-50.7676,4.15388,300,0,0,2016,0,0,0), - (32023,1526,0,1201,0,2054.74,556.232,41.381,0.861167,300,5,0,120,220,0,1), - (32024,2308,0,1585,0,1664.75,162.794,-62.0528,0.331613,300,0,0,2471,0,0,0), - (32025,1545,0,346,0,2483.06,1460.22,7.14018,0.89819,300,5,0,176,0,0,1), - (32026,1545,0,346,0,2948.79,1312.65,-4.42557,2.69621,300,5,0,176,0,0,1), - (32027,1544,0,1005,0,2584.39,1476.61,-10.2658,5.322,300,5,0,148,165,0,1), - (32028,5725,0,10192,0,2310.22,398.027,33.8948,3.33325,300,0,0,657,0,0,2), - (32029,5724,0,4107,0,2250.62,248.955,41.1981,6.02139,300,0,0,644,0,0,0), - (32030,1504,0,513,0,2121.06,1779.07,93.371,5.43961,300,5,0,55,0,0,1), - (32031,1504,0,513,0,2136.25,1651.92,78.8605,3.70541,300,10,0,55,0,0,1), - (32032,1504,0,513,0,2107.5,1753.77,78.5072,4.27949,300,5,0,55,0,0,1), - (32033,1504,0,513,0,2175.56,1773.06,106.256,5.15284,300,5,0,55,0,0,1), - (32034,7825,0,7002,0,1667.69,172.243,-62.0689,4.69494,300,0,0,1500,0,0,0), - (32036,9566,0,8849,0,2064.01,288.57,97.1146,4.34587,300,0,0,2972,0,0,0), - (32037,3150,0,11911,0,2054.57,241.679,99.8521,1.32645,300,0,0,5736,0,0,0), - (32038,10136,0,9353,0,1408.45,417.941,-84.8823,5.88176,300,0,0,1605,2175,0,0), - (32039,10181,0,11657,0,1290.41,316.247,-57.2376,1.309,7200,0,0,40000,67740,0,0), - (32040,6566,0,10732,0,1389.83,122.755,-62.3697,6.24828,300,0,0,1240,0,0,0), - (32041,6522,0,5346,0,1389.34,347.315,-65.9567,0.715585,300,0,0,622,0,0,0), - (32042,6785,0,5508,0,2265.17,238.836,34.3402,2.46091,300,0,0,228,0,0,0), - (32043,2541,0,4910,0,-13830,412.777,87.0029,2.14783,72000,0,0,1848,0,0,0), - (32044,6395,0,5576,0,1713.39,406.11,-62.2149,2.94961,300,0,0,4079,0,0,0), - (32045,4075,0,1141,0,2385.77,379.859,35.9823,2.30579,120,5,0,8,0,0,1), - (32046,4075,0,1141,0,2509.67,-988.976,79.4672,2.6529,120,10,0,8,0,0,1), - (32047,721,0,328,0,2672.41,250.565,32.5797,3.71334,120,5,0,1,0,0,1), - (32048,4075,0,1141,0,1689.63,1597.86,124.533,3.93528,120,5,0,8,0,0,1), - (32049,2227,0,10731,0,1277.51,320.32,-59.9998,1.46608,300,0,0,1240,0,0,0), - (32050,5204,0,4056,0,1442.86,392.127,-84.8985,2.3911,300,0,0,1528,0,0,0), - (32051,2050,0,4011,0,1604.32,278.268,-55.2596,3.61283,300,0,0,594,0,0,0), - (32052,1498,0,4055,0,1766.27,66.6262,-46.2381,5.39307,300,0,0,3857,0,0,0), - (32053,2934,0,5751,0,1529.36,357.607,-61.4169,4.99164,300,0,0,2666,0,0,0), - (32056,6293,0,4987,0,1635.4,144.883,-62.0546,6.03884,300,0,0,919,490,0,0), - (32057,11022,0,10456,0,1680.5,-719.773,58.0663,5.84685,900,0,0,12208,0,0,0), - (32058,15682,0,15780,0,1648.17,224.173,-56.7948,4.2237,300,0,0,3517,0,0,0), - (32059,8721,0,7994,0,1542.45,255.202,-56.7948,1.01229,300,0,0,3517,0,0,0), - (32060,15676,0,15784,0,1609.71,187.175,-56.7907,0.05236,300,0,0,3517,0,0,0), - (32061,15683,0,7995,0,1648.73,255.379,-56.7888,1.8675,300,0,0,3517,0,0,0), - (32062,15684,0,15783,0,1610.68,292.85,-56.7948,6.05629,300,0,0,3517,0,0,0), - (32063,15675,0,15782,0,1579.11,187.979,-56.7948,2.63545,300,0,0,3517,0,0,0), - (32064,15686,0,15781,0,1580.66,293.062,-56.7877,3.35103,300,0,0,3517,0,0,0), - (32065,8672,0,7995,0,1542.4,225.162,-56.7902,5.23599,300,0,0,3517,0,0,0), - (32067,347,0,15099,0,1331.94,334.713,-63.6249,3.40339,900,0,0,9563,0,0,0), - (32068,15007,0,15113,0,1282.43,284.592,-63.6281,1.27409,900,0,0,3200,0,0,0), - (32071,2804,0,1871,0,1262.97,353.389,-63.6165,5.46288,900,0,0,10626,8019,0,0), - (32072,14404,0,14454,0,1617.09,218.687,-59.2467,0,900,0,0,9298,0,0,2), - (32073,14402,0,14452,0,1583.51,256.231,-62.1131,0,900,3,0,9298,0,0,2), - (32074,14403,0,14453,0,1609.25,223.458,-61.9034,0,900,0,0,9298,0,0,2), - (32075,15350,0,15387,0,1316.82,291.133,-63.6295,2.04204,120,0,0,2148,0,0,0), - (32076,15768,0,15725,0,1587.89,279.28,-43.0193,4.85202,300,0,0,2900,0,0,0), - (32077,1548,0,9020,0,2850.26,94.7335,19.9566,1.55029,300,5,0,122,0,0,1), - (32078,1554,0,8808,0,2812.84,-16.4504,32.4144,3.02617,300,5,0,156,0,0,1), - (32079,1548,0,9020,0,2842.19,-381.487,77.003,0.307178,300,5,0,122,0,0,1), - (32080,1548,0,9020,0,2883.7,-277.524,46.8063,1.66075,300,10,0,122,0,0,1), - (32081,1554,0,8808,0,2789.59,-114.53,33.0318,0.291176,300,10,0,156,0,0,1), - (32082,1548,0,9020,0,2949.77,-223.311,30.2738,4.45179,300,10,0,122,0,0,1), - (32083,1548,0,9020,0,2978,-115.186,18.1899,2.82787,300,5,0,122,0,0,1), - (32084,1548,0,9020,0,2753.82,-330.549,77.8045,3.8267,300,10,0,122,0,0,1), - (32085,1548,0,9020,0,2789.63,17.9031,30.6347,4.69872,300,5,0,122,0,0,1), - (32086,1545,0,346,0,3016.6,-220.574,7.44219,3.95625,300,5,0,176,0,0,1), - (32087,1545,0,346,0,3049.15,-314.106,5.27871,2.75023,300,5,0,176,0,0,1), - (32088,1545,0,346,0,2990.24,18.4292,1.4472,0.323912,300,5,0,176,0,0,1), - (32089,4026,1,10282,0,833.178,1788.14,-13.2843,1.20403,300,15,0,582,618,0,1), - (32090,4026,1,10282,0,992.583,1642.01,14.1659,3.90456,300,5,0,582,618,0,1), - (32091,988,0,4567,0,-10471.6,-3338.83,25.5541,1.0821,300,0,0,3517,2103,0,0), - (32092,984,0,4565,0,-10406.9,-3256.55,22.211,2.53073,300,0,0,2972,0,0,0), - (32093,6026,0,4725,0,-10459.2,-3279.76,21.5445,0.733038,900,0,0,7423,7071,0,0), - (32094,864,0,4502,0,-10466.8,-3241.77,21.053,4.56951,300,0,0,3294,0,0,0), - (32095,8176,0,7384,0,-10407,-3265.75,22.0295,0.506145,300,0,0,2972,0,0,0), - (32096,863,0,4500,0,-10860,-4108.21,21.9055,5.5587,300,3,0,4108,0,0,1), - (32097,863,0,4499,0,-10847.3,-4078.09,22.6185,5.00874,300,3,0,4108,0,0,1), - (32098,868,0,4551,0,-10857.1,-4096.36,21.9338,1.3439,300,0,0,3866,1982,0,0), - (32099,863,0,4499,0,-10838,-4096.47,22.1185,6.08558,300,3,0,4108,0,0,1), - (32100,863,0,4500,0,-10860.7,-4081.34,22.1185,0.561759,300,3,0,4108,0,0,1), - (32103,7603,90,6967,0,-484.079,561.437,-230.602,5.94259,7200,2,0,853,0,0,1), - (32104,7603,90,6967,0,-480.532,560.66,-230.601,2.62881,7200,2,0,853,0,0,1), - (32105,4026,1,10282,0,837.493,1721.17,-18.6814,0.348938,300,15,0,582,618,0,1), - (32106,4026,1,10282,0,894.125,1729.81,-14.6024,4.90009,300,15,0,582,618,0,1), - (32108,4026,1,10282,0,857.773,1523.09,-18.1332,4.75848,300,5,0,582,618,0,1), - (32109,4026,1,10282,0,757.381,1645.07,-32.2701,6.14904,300,15,0,582,618,0,1), - (32110,4026,1,10282,0,779.787,1654.63,-33.4092,1.8769,300,15,0,582,618,0,1), - (32111,4026,1,10282,0,854.836,1638.82,-26.3465,4.58113,300,15,0,582,618,0,1), - (32112,4026,1,10282,0,813.61,1661.32,-30.3548,1.74034,300,15,0,582,618,0,1), - (32113,4026,1,10282,0,802.973,1671.59,-29.4124,1.81933,300,15,0,582,618,0,1), - (32114,4026,1,10282,0,841.235,1663.23,-25.8754,5.3635,300,15,0,582,618,0,1), - (32115,4027,1,10871,0,678.894,1938.23,2.01385,0.692738,300,15,0,684,693,0,1), - (32116,4027,1,10871,0,635.666,1947.86,-7.44425,1.22403,300,15,0,684,693,0,1), - (32117,4027,1,10871,0,722.892,1890.98,1.74151,4.33007,300,15,0,684,693,0,1), - (32118,4027,1,10871,0,654.937,1926.98,-4.91283,1.99795,300,15,0,684,693,0,1), - (32119,4027,1,10871,0,693.934,1964.4,11.2849,5.63853,300,3,0,684,693,0,1), - (32120,4027,1,10871,0,720.833,1862.5,-4.33149,5.49786,300,15,0,684,693,0,1), - (32121,4027,1,10871,0,666.075,1909.83,-3.16703,0.475011,300,15,0,684,693,0,1), - (32122,4027,1,10871,0,686.113,1837.01,-12.1792,5.2771,300,15,0,684,693,0,1), - (32123,4027,1,10871,0,629.982,1863.33,-10.6652,2.28091,300,15,0,684,693,0,1), - (32124,4027,1,10871,0,671.243,1780.94,-11.9278,1.82533,300,15,0,684,693,0,1), - (32125,4027,1,10871,0,607.089,1935.05,8.67508,5.63189,300,5,0,684,693,0,1), - (32126,4027,1,10871,0,643.673,1878.57,-12.9008,4.58218,300,15,0,684,693,0,1), - (32127,4027,1,10871,0,681.645,1519.52,-18.0157,0.739543,300,15,0,684,693,0,1), - (32128,4027,1,10871,0,659.234,1454.06,-9.17287,5.74313,300,15,0,684,693,0,1), - (32129,4027,1,10871,0,696.124,1462.97,-14.1656,3.44419,300,15,0,684,693,0,1), - (32130,4028,1,2079,0,850.528,1643.93,-26.7928,4.61361,300,15,0,510,655,0,1), - (32131,4028,1,2079,0,546.58,1647.29,-9.44412,2.3552,300,10,0,510,655,0,1), - (32132,4028,1,2079,0,716.158,1578.23,-24.9002,0.173664,300,15,0,510,655,0,1), - (32133,4029,1,2168,0,808.945,1737.14,-20.7479,6.04854,300,15,0,871,0,0,1), - (32134,4029,1,2168,0,858.662,1639.48,-25.6678,1.65219,300,15,0,871,0,0,1), - (32135,4031,1,8015,0,550.129,1642.05,-10.6234,5.26788,300,10,0,734,0,0,1), - (32136,4031,1,8015,0,552.03,1710.5,-7.15987,5.58495,300,15,0,734,0,0,1), - (32137,4031,1,8015,0,608.143,1551.82,-13.0434,4.53794,300,15,0,734,0,0,1), - (32138,4032,1,6884,0,784.399,1474.47,-19.6889,0.501406,300,15,0,544,581,0,1), - (32139,4032,1,6884,0,783.703,1830.71,-9.50283,5.61272,300,5,0,544,581,0,1), - (32140,4034,1,2170,0,766.756,1762.08,-19.1088,0.551975,300,15,0,416,0,0,1), - (32141,4034,1,2170,0,785.812,1582.91,-29.8904,0.906744,300,15,0,416,0,0,1), - (32142,4035,1,2075,0,530.545,1681.44,-3.41284,2.71703,300,0,0,788,0,0,0), - (32143,4036,1,4607,0,948.342,1422.38,16.6812,4.80923,300,2,0,544,581,0,1), - (32144,4036,1,4607,0,1580.94,1098.3,143.779,3.9187,300,5,0,544,581,0,1), - (32145,4036,1,4607,0,1310.22,1419.69,101.108,2.73516,300,15,0,544,581,0,1), - (32146,4036,1,4607,0,1244.02,1461.15,77.0461,1.86975,300,15,0,544,581,0,1), - (32147,4036,1,4607,0,1188.87,1530.21,59.6574,2.79791,300,5,0,544,581,0,1), - (32148,4036,1,4607,0,966.687,1561.25,-7.24793,0.292111,300,15,0,544,581,0,1), - (32149,4036,1,4607,0,1332.49,1432.21,106.604,0.734267,300,15,0,544,581,0,1), - (32150,4036,1,4607,0,843.635,1578.72,-25.4069,4.00718,300,15,0,544,581,0,1), - (32151,4037,1,2172,0,854.735,1852.47,-0.238275,2.02326,300,15,0,664,0,0,1), - (32152,4037,1,2172,0,733.786,1727.95,-22.3221,0.483935,300,15,0,664,0,0,1), - (32153,4037,1,2172,0,758.7,1515.92,-22.7617,3.31386,300,15,0,664,0,0,1), - (32154,4037,1,2172,0,752.852,1879.99,0.94246,5.23824,300,15,0,664,0,0,1), - (32155,4037,1,2172,0,785.87,1781.71,-15.7026,2.59173,300,15,0,664,0,0,1), - (32156,4038,1,1070,0,478.304,1622.58,6.0387,3.15038,300,15,0,684,693,0,1), - (32157,4038,1,1070,0,522.896,1651.75,-1.66286,3.70143,300,15,0,684,693,0,1), - (32158,4038,1,1070,0,512.822,1726.07,2.14589,5.61195,300,15,0,684,693,0,1), - (32159,4038,1,1070,0,518.984,1785.44,-0.265593,2.2843,300,15,0,684,693,0,1), - (32160,4038,1,1070,0,610.648,1700.83,-16.2634,4.82391,300,15,0,684,693,0,1), - (32161,4038,1,1070,0,566.893,1468.7,-1.96812,5.09291,300,15,0,684,693,0,1), - (32162,4038,1,1070,0,517.603,1519.83,-0.563981,4.35728,300,15,0,684,693,0,1), - (32163,4041,1,2175,0,524.272,1427.05,8.53787,5.1749,300,15,0,840,0,0,1), - (32164,4041,1,2175,0,566.3,1651.6,-10.156,6.12221,300,5,0,840,0,0,1), - (32165,4041,1,2175,0,567.636,1729.96,-8.75855,2.68319,300,15,0,840,0,0,1), - (32166,4041,1,2175,0,549.102,1621.08,-8.54752,4.29813,300,15,0,840,0,0,1), - (32167,4041,1,2175,0,680.878,1681.3,-23.837,0.002892,300,15,0,840,0,0,1), - (32168,4041,1,2175,0,643.372,1734.49,-16.2217,5.05699,300,15,0,840,0,0,1), - (32169,4041,1,2175,0,568.268,1765.65,-10.309,5.6572,300,5,0,840,0,0,1), - (32170,4041,1,2175,0,619.601,1493.83,-10.8587,3.75344,300,15,0,840,0,0,1), - (32171,4041,1,2175,0,593.084,1510.82,-9.23207,1.33329,300,15,0,840,0,0,1), - (32172,4041,1,2175,0,513.315,1580.52,-1.39779,0.03701,300,15,0,840,0,0,1), - (32173,4041,1,2175,0,554.237,1554.49,-7.7258,0.999048,300,15,0,840,0,0,1), - (32174,4042,1,12343,0,819.675,1886.94,5.90419,3.90075,300,15,0,734,0,0,1), - (32175,4042,1,12343,0,829.749,1489.99,-13.5663,4.97419,300,5,0,734,0,0,1), - (32176,4042,1,12343,0,764.653,1487.22,-21.3188,3.22465,300,15,0,734,0,0,1), - (32177,4042,1,12343,0,720.518,1650.91,-28.9775,3.83484,300,15,0,734,0,0,1), - (32178,4042,1,12343,0,748.285,1816.37,-13.0294,3.85507,300,15,0,734,0,0,1), - (32179,4044,1,2173,0,1364.43,1510.04,131.123,3.67545,300,3,0,663,0,0,1), - (32180,4044,1,2173,0,1476.24,1008.54,145.527,0.785515,300,15,0,663,0,0,1), - (32181,4044,1,2173,0,1501.53,1045.13,144.677,3.76318,300,15,0,663,0,0,1), - (32182,4044,1,2173,0,1404.76,1437.69,123.869,5.81458,300,15,0,663,0,0,1), - (32183,4044,1,2173,0,1247.34,1417.59,81.7326,2.3341,300,15,0,663,0,0,1), - (32184,4044,1,2173,0,896.602,1610.85,-20.293,6.10456,300,15,0,663,0,0,1), - (32185,4044,1,2173,0,995.112,1538.67,0.636249,3.50675,300,15,0,663,0,0,1), - (32186,4044,1,2173,0,1634.87,1090.09,138.964,3.28763,300,15,0,663,0,0,1), - (32187,4044,1,2173,0,1313.29,1482.17,103.076,1.47006,300,5,0,663,0,0,1), - (32188,721,1,328,0,161.641,-809.783,-1.74603,6.25191,300,5,0,1,0,0,1), - (32189,721,1,328,0,60.7274,-826.023,-5.60419,4.94151,300,5,0,1,0,0,1), - (32190,721,1,328,0,1157.74,-503.998,7.54294,2.53808,300,5,0,1,0,0,1), - (32191,721,1,328,0,1329.36,295.29,16.3785,2.4068,300,15,0,1,0,0,1), - (32192,721,1,328,0,169.291,-810.352,-1.22106,5.31861,300,5,0,1,0,0,1), - (32193,721,1,328,0,135.247,-416.027,7.28653,4.45179,300,5,0,1,0,0,1), - (32194,721,1,328,0,1454.01,-374.647,13.1572,1.15344,300,5,0,1,0,0,1), - (32195,721,1,328,0,127.051,-615.209,1.9861,5.73869,300,5,0,1,0,0,1), - (32196,721,1,328,0,981.211,160.012,22.1794,1.29506,300,15,0,1,0,0,1), - (32197,721,1,328,0,751.121,435.897,64.9099,2.92083,300,15,0,1,0,0,1), - (32198,721,1,328,0,1506.92,958.473,135.663,0.164807,300,5,0,1,0,0,1), - (32199,721,1,328,0,1410.51,826.008,141.653,1.98069,300,5,0,1,0,0,1), - (32200,721,1,328,0,1744.28,885.307,129.652,5.01591,300,15,0,1,0,0,1), - (32201,721,1,328,0,1694.32,-46.9527,105.585,6.08654,300,5,0,1,0,0,1), - (32202,721,1,328,0,185.388,163.728,49.4954,3.14378,300,15,0,1,0,0,1), - (32203,721,1,328,0,1190.84,689.196,158.658,2.87174,300,15,0,1,0,0,1), - (32204,4050,1,4252,0,2408.77,1791.66,347.368,0.257347,300,2,0,1856,655,0,1), - (32205,4050,1,4252,0,2412.1,1829.45,348.455,1.52043,300,5,0,1856,655,0,1), - (32206,4050,1,4252,0,2400.83,1810.79,360.157,5.71279,300,0,0,1856,655,0,0), - (32207,4050,1,4252,0,2396.08,1820.27,347.834,5.28024,300,5,0,1856,655,0,1), - (32208,4050,1,4252,0,2405.89,1808.58,360.157,1.29329,300,0,0,1856,655,0,0), - (32209,4050,1,4252,0,2343.82,1837.31,381.832,0.225255,300,0,0,1856,655,0,0), - (32210,4050,1,2281,0,2366.52,1796.29,364.933,0.130625,300,5,0,1856,655,0,2), - (32211,4050,1,4252,0,2420.39,1790.94,393.749,4.5204,300,0,0,1856,655,0,0), - (32212,4051,1,4248,0,2511.81,1552.15,263.715,2.5479,300,15,0,555,581,0,1), - (32213,4051,1,4248,0,2442.16,1489.85,265.102,5.37874,300,15,0,555,581,0,1), - (32214,4051,1,4248,0,2530.7,1470.43,263.503,5.48275,300,5,0,555,581,0,1), - (32215,4051,1,4248,0,2428.87,1440.5,267.277,1.63911,300,15,0,555,581,0,1), - (32216,4052,1,4249,0,2523.34,1862.78,366.586,3.97935,300,0,0,1944,693,0,0), - (32217,4052,1,4250,0,2393.93,1798.56,347.088,2.16429,300,5,0,1944,693,0,1), - (32218,4052,1,4249,0,2390.36,1805.97,347.099,5.37846,300,5,0,1944,693,0,1), - (32219,4052,1,4250,0,2437.79,1805.32,349.291,5.79881,300,5,0,1944,693,0,1), - (32220,4052,1,4249,0,2444.71,1847.03,364.488,6.13634,300,2,0,1944,693,0,1), - (32221,4052,1,4250,0,2472.22,1854.35,349.951,2.51805,300,5,0,1944,693,0,2), - (32222,4052,1,4249,0,2420.15,1763.9,346.934,4.36332,300,0,0,1944,693,0,0), - (32223,4052,1,4249,0,2409.18,1763.55,348.228,1.46608,300,0,0,1944,693,0,0), - (32224,4052,1,4249,0,2476.75,1865.61,348.184,0.092836,300,3,0,1944,693,0,1), - (32225,4052,1,4250,0,2421.11,1836.47,365.692,3.02702,300,5,0,1944,693,0,1), - (32226,4052,1,4250,0,2454.12,1851.84,364.034,3.79966,300,5,0,1944,693,0,2), - (32227,4052,1,4249,0,2471.57,1855.43,349.799,4.44071,300,3,0,1944,693,0,1), - (32228,4052,1,4250,0,2413.48,1763.94,348.334,3.79381,300,5,0,1944,693,0,1), - (32229,4052,1,4249,0,2487.37,1884.19,346.176,2.08962,300,3,0,1944,693,0,1), - (32230,4052,1,4250,0,2475.83,1875.41,347.697,1.16152,300,3,0,1944,693,0,1), - (32231,4052,1,4249,0,2493.49,1859.55,365.341,4.60663,300,3,0,1944,693,0,1), - (32232,4053,1,2722,0,2522.76,1519.64,267.615,3.16113,300,5,0,544,581,0,1), - (32233,4053,1,2722,0,2557.19,1522.97,264.985,2.06414,300,5,0,544,581,0,1), - (32234,4053,1,2722,0,2483.81,1375.16,269.317,1.40349,300,15,0,544,581,0,1), - (32235,4053,1,2722,0,2408.95,1453.22,269.722,6.08157,300,15,0,544,581,0,1), - (32236,4053,1,2722,0,2490.58,1465.8,262.808,1.34941,300,15,0,544,581,0,1), - (32237,4056,1,150,0,2455.52,1919.98,363.412,0.141493,300,5,0,2329,0,0,1), - (32238,4056,1,150,0,2507.57,1996.17,346.86,3.95404,300,5,0,2329,0,0,1), - (32239,4056,1,150,0,2478.14,1982.93,335.207,5.4717,300,5,0,2329,0,0,1), - (32240,4056,1,150,0,2461.29,1992.85,339.454,3.5936,300,5,0,2329,0,0,1), - (32241,4056,1,150,0,2509.03,1964.5,330.947,1.63742,300,5,0,2329,0,0,1), - (32242,4056,1,150,0,2541.25,1993.92,348.476,4.1224,300,5,0,2329,0,0,1), - (32243,4056,1,150,0,2456.59,1926.55,362.984,1.59009,300,5,0,2329,0,0,2), - (32244,4056,1,150,0,2539.69,1991.5,349.61,2.05949,300,0,0,2329,0,0,0), - (32245,4312,1,2411,0,968.077,1042.29,104.563,3.94444,600,0,0,7423,7071,0,0), - (32246,4056,1,150,0,2492.15,1973.88,330.713,3.55393,300,5,0,2329,0,0,1), - (32247,4056,1,150,0,2492.34,2005.94,342.589,0.720945,300,5,0,2329,0,0,1), - (32248,4057,1,2432,0,2419.24,1515.12,271.989,1.20097,300,5,0,664,0,0,1), - (32249,4057,1,2432,0,2544.92,1379.57,252.981,3.90963,300,10,0,664,0,0,1), - (32250,4057,1,2432,0,2574.32,1492.71,256.874,2.24893,300,5,0,664,0,0,1), - (32251,4057,1,2432,0,2506.69,1496.79,263.053,3.42905,300,15,0,664,0,0,1), - (32252,4057,1,2432,0,2513.46,1429.79,266.964,5.96113,300,15,0,664,0,0,1), - (32253,4057,1,2432,0,2489.65,1522.74,265.912,1.37627,300,15,0,664,0,0,1), - (32254,4057,1,2432,0,2488.92,1417,267.262,5.09861,300,15,0,664,0,0,1), - (32255,4061,1,2723,0,2511.05,1944.22,334.54,1.57626,300,5,0,2097,0,0,1), - (32256,4061,1,2723,0,2531.57,1922.7,347.684,5.88176,300,3,0,2097,0,0,1), - (32257,4061,1,2723,0,2499.79,1898.27,344.395,0.298034,300,3,0,2097,0,0,1), - (32258,4061,1,2723,0,2520.93,1909.69,345.816,0.461369,300,3,0,2097,0,0,1), - (32259,4061,1,2723,0,2568.56,1936.65,347.633,5.28946,300,5,0,2097,0,0,1), - (32260,4061,1,2723,0,2462.61,1931.83,362.048,1.38989,300,3,0,2097,0,0,1), - (32261,4061,1,2723,0,2500.51,1908.41,344.341,4.64258,300,3,0,2097,0,0,1), - (32262,4061,1,2723,0,2498.5,1918.74,342.113,1.20337,300,5,0,2097,0,0,2), - (32263,4061,1,2723,0,2502.61,1920.98,341.772,0.267877,300,5,0,2097,0,0,1), - (32264,4061,1,2723,0,2568.57,1927.77,348.136,1.06465,300,0,0,2097,0,0,0), - (32265,4061,1,2723,0,2456.55,1797.94,352.478,4.66507,300,5,0,2097,0,0,1), - (32266,4061,1,2723,0,2507.91,1865.53,366.537,0.294888,300,2,0,2097,0,0,1), - (32267,4061,1,2723,0,2560.17,1942.07,346.227,4.26433,300,5,0,2097,0,0,1), - (32268,4061,1,2723,0,2531.23,1936.23,347.764,3.16705,300,3,0,2097,0,0,1), - (32269,4061,1,2723,0,2465.31,1891.12,363.758,3.08923,300,3,0,2097,0,0,1), - (32270,4061,1,2723,0,2522.01,1869.87,367.791,2.80954,300,0,0,2097,0,0,0), - (32271,4061,1,2723,0,2474.47,1805.21,354.362,6.16438,300,5,0,2097,0,0,1), - (32272,4061,1,2723,0,2482.53,1930.24,358.813,3.0849,300,3,0,2097,0,0,1), - (32273,4066,1,8471,0,2542.8,1997.04,347.735,4.61705,43200,0,0,2433,852,0,0), - (32274,4067,1,11453,0,2603.31,1736.16,320.384,4.73202,300,5,0,617,0,0,1), - (32275,4067,1,11453,0,2522.19,1342.57,258.874,0.005859,300,15,0,617,0,0,1), - (32276,4067,1,11453,0,2339.08,1313.63,284.433,3.33268,300,5,0,617,0,0,1), - (32277,4067,1,11453,0,2579.43,1674.98,293.911,4.69188,300,5,0,617,0,0,1), - (32278,4067,1,11453,0,2503.62,1701.12,307.218,5.57795,300,15,0,617,0,0,1), - (32279,4067,1,11453,0,2655.56,1632.02,281.732,1.39505,300,3,0,617,0,0,1), - (32280,4067,1,11453,0,2542.49,1730.35,315.211,2.5628,300,3,0,617,0,0,1), - (32281,4067,1,11453,0,2593.3,1620.45,275.349,1.35827,300,15,0,617,0,0,1), - (32282,4067,1,11453,0,2627.15,1672.72,293.853,1.46122,300,15,0,617,0,0,1), - (32283,4067,1,11453,0,2619.18,1562.54,264.318,5.55306,300,5,0,617,0,0,1), - (32284,4067,1,11453,0,2657.44,1569.87,260.978,5.69789,300,5,0,617,0,0,1), - (32285,4067,1,11453,0,2587.06,1559.79,268.213,4.3454,300,5,0,617,0,0,1), - (32286,4067,1,11453,0,2516.98,1619.75,272.888,3.61616,300,5,0,617,0,0,1), - (32287,4067,1,11453,0,2555,1648.58,283.869,1.33931,300,5,0,617,0,0,1), - (32288,4067,1,11453,0,2541.94,1677.84,295.802,6.19032,300,5,0,617,0,0,1), - (32289,4070,1,7224,0,1592.62,149.683,99.4046,4.79844,300,2,0,494,0,0,2), - (32290,4070,1,3923,0,1624.69,112.277,105.365,2.32781,300,0,0,494,0,0,0), - (32291,4070,1,7224,0,1631.86,115.879,116.168,2.75762,300,0,0,494,0,0,0), - (32292,4072,1,3894,0,-278.16,-401.357,18.9558,0.017453,300,0,0,919,0,0,0), - (32293,4072,1,3894,0,-267.003,-403.446,17.5948,2.3911,300,0,0,919,0,0,0), - (32294,4072,1,3894,0,-265.448,-399.296,17.2284,3.735,300,0,0,919,0,0,0), - (32295,4073,1,1269,0,1406.56,113.615,16.2641,5.15854,300,5,0,617,0,0,2), - (32296,4074,1,1269,0,1072.89,116.312,6.08468,5.10178,300,0,0,617,0,0,2), - (32297,4075,1,1141,0,793.266,1810.93,-13.1178,3.02676,300,5,0,8,0,0,1), - (32298,4075,1,1141,0,1267.05,1453.43,82.4949,4.64498,300,15,0,8,0,0,1), - (32299,4075,1,1141,0,679.948,1873.6,-6.38862,0.026361,300,5,0,8,0,0,1), - (32300,4075,1,1141,0,1539.91,1390.17,156.839,0.97187,300,10,0,8,0,0,1), - (32301,4075,1,1141,0,549.173,1479.26,-1.77771,5.26469,300,15,0,8,0,0,1), - (32302,4075,1,1141,0,790.016,1523.25,-23.9956,6.19032,300,15,0,8,0,0,1), - (32303,4076,1,2177,0,587.84,1577.49,-10.2393,1.5813,300,15,0,8,0,0,1), - (32304,4076,1,2177,0,489.581,1755.91,7.85617,0.949752,300,5,0,8,0,0,1), - (32305,4076,1,2177,0,561.656,1718.39,-7.4722,3.17432,300,15,0,8,0,0,1), - (32306,4076,1,2177,0,965.771,1691.91,-9.17792,2.53111,300,15,0,8,0,0,1), - (32307,4076,1,2177,0,967.708,1542.71,-5.69425,0.267517,300,5,0,8,0,0,1), - (32308,4077,1,2180,0,730.224,339.513,64.4819,0.890118,300,0,0,900,0,0,0), - (32309,5870,1,4727,0,1016.04,988.352,105.1,2.84489,300,0,0,1380,0,0,0), - (32310,4080,1,2183,0,739.977,320.772,63.4123,5.74213,300,0,0,614,0,0,0), - (32311,4082,1,3890,0,1006.41,1005.47,104.987,3.97935,300,0,0,1764,0,0,0), - (32312,4083,1,3892,0,911.092,920.653,114.567,3.26377,300,0,0,1172,0,0,0), - (32313,4084,1,4106,0,2715.86,1512.97,236.897,4.86947,300,0,0,1172,0,0,0), - (32314,4085,1,7158,0,1608.37,184.172,104.558,3.89208,300,0,0,1172,0,0,0), - (32315,4086,1,7159,0,1231.9,402.794,65.4724,4.7822,300,0,0,1172,0,0,0), - (32316,6141,1,2155,0,1542.79,904.972,150.828,4.19843,300,5,0,531,0,0,2), - (32317,6141,1,2155,0,1376.92,948.651,176.785,4.28563,300,0,0,531,0,0,0), - (32318,3585,1,876,0,2677.34,394.207,69.8261,5.72468,300,0,0,465,0,0,0), - (32319,6145,1,4878,0,2853.85,-381.661,88.1685,4.26621,300,5,0,42,0,0,1), - (32320,6145,1,4878,0,2586.49,-400.645,94.0977,0.744546,300,5,0,42,0,0,1), - (32321,6145,1,4878,0,2817.94,-509.566,89.1544,2.28356,300,5,0,42,0,0,1), - (32322,6145,1,4878,0,3405.31,1164.45,-33.6006,6.00435,300,5,0,42,0,0,1), - (32323,6145,1,4878,0,2785.6,-230.194,98.1405,6.14654,300,0,0,42,0,0,0), - (32324,6145,1,4878,0,2860.14,-325.645,85.2784,5.46421,300,5,0,42,0,0,1), - (32326,6145,1,4878,0,2620.59,-409.166,102.681,4.4123,300,5,0,42,0,0,1), - (32328,3845,1,4126,0,2795.75,-299.374,107.183,1.71042,300,0,0,1240,0,0,0), - (32329,3846,1,4173,0,3470.04,847.092,5.45882,1.22173,300,0,0,385,0,0,0), - (32330,3847,1,4180,0,3189.6,175.47,4.68551,0.244346,300,0,0,838,0,0,0), - (32331,3848,1,4170,0,2954.25,-3215.41,169.205,3.49066,300,0,0,1684,0,0,0), - (32332,4619,1,2021,0,3042.52,-2797.43,196.595,0.783836,300,0,0,1163,0,0,0), - (32333,12818,1,8842,0,3347.35,-694.701,159.926,3.05433,300,0,0,1309,0,0,0), - (32334,15131,1,14773,0,2327.36,-2531.44,101.348,3.10669,300,0,0,2972,0,0,0), - (32335,11806,1,11729,0,3261.17,165.819,9.41943,2.07694,300,0,0,482,0,0,0), - (32341,12836,1,12750,0,2179.72,-975.464,96.4696,0.371584,600,5,0,3660,0,0,2), - (32342,12837,1,12976,0,2331.42,-2573.9,102.857,0.401426,300,0,0,1309,0,0,0), - (32343,14887,1,15364,0,3301.05,-3732.57,173.544,2.9147,604800,0,0,832750,0,0,0), - (32344,3880,1,1957,0,2636.49,417.815,74.1523,5.58505,300,0,0,1240,0,0,0), - (32345,11820,1,11736,0,2073.24,-2417.15,87.1501,3.1765,300,0,0,1454,0,0,0), - (32346,3885,1,2867,0,2089.5,-1171.56,101.876,2.54818,300,0,0,1240,0,0,0), - (32347,3888,1,11446,0,2768.44,-411.098,111.463,1.62316,300,0,0,919,0,0,0), - (32348,3891,1,1983,0,3045.78,528.706,4.94823,1.95477,300,0,0,570,0,0,0), - (32349,3892,1,4168,0,2685.18,-456.946,110.185,2.05949,300,0,0,64,0,0,0), - (32350,11829,1,11753,0,2313.46,-2517.67,103.581,4.66003,300,0,0,2666,0,0,0), - (32351,3894,1,4169,0,2682.14,-454.808,109.233,1.88496,300,0,0,980,0,0,0), - (32352,12856,1,12912,0,1804.44,-2440.47,89.0141,4.62709,300,5,0,569,581,0,1), - (32353,12856,1,12914,0,1743.69,-2335.42,115.466,4.79685,300,5,0,569,581,0,1), - (32354,12856,1,12912,0,1746.22,-2392.39,104.779,5.20788,300,5,0,569,581,0,1), - (32355,12856,1,12913,0,1952.05,-2546.59,76.8202,5.9775,300,5,0,569,581,0,1), - (32356,12856,1,12914,0,2003.3,-2580.79,94.6903,4.26797,300,10,0,569,581,0,1), - (32357,12856,1,12914,0,2001.47,-2482.13,92.243,4.02752,300,5,0,569,581,0,1), - (32358,12856,1,12913,0,1863.14,-2685.91,93.27,1.1735,300,5,0,569,581,0,1), - (32359,12856,1,12914,0,2018.93,-2689.83,105.799,0.026554,300,5,0,569,581,0,1), - (32360,12856,1,12913,0,1954.48,-2703.97,108.839,1.07917,300,5,0,569,581,0,1), - (32361,12856,1,12914,0,1965.68,-2666.29,100.031,5.22499,300,5,0,569,581,0,1), - (32362,12856,1,12914,0,1971.31,-2458.63,88.5769,5.06715,300,5,0,569,581,0,1), - (32363,12856,1,12912,0,1975.44,-2502.32,87.3417,4.43852,300,5,0,569,581,0,1), - (32364,12856,1,12912,0,1786.42,-2562.15,83.353,3.21512,300,5,0,569,581,0,1), - (32365,12856,1,12913,0,1960.59,-2635.88,91.0086,4.21785,300,5,0,569,581,0,1), - (32366,12856,1,12913,0,1888.41,-2598.28,76.6479,5.297,300,5,0,569,581,0,1), - (32367,12856,1,12912,0,1737.92,-2468.7,96.0357,2.54263,300,5,0,569,581,0,1), - (32368,12856,1,12914,0,1882.36,-2392.49,86.8284,0.31242,300,5,0,569,581,0,1), - (32369,12856,1,12913,0,1928.89,-2671.93,98.3556,0.052917,300,5,0,569,581,0,1), - (32370,12856,1,12914,0,1887.73,-2482.09,70.0649,5.75287,300,10,0,569,581,0,1), - (32371,12856,1,12912,0,1841.4,-2447.05,81.5345,0.967424,300,5,0,569,581,0,1), - (32372,3897,1,1010,0,1787.09,-1231.98,150.916,5.28835,300,0,0,430,0,0,0), - (32373,12858,1,12809,0,1778.68,-2241.09,107.942,0.314159,300,0,0,1299,0,0,0), - (32378,12859,1,12971,0,1775.05,-2241.5,106.812,3.15905,300,0,0,532,0,0,0), - (32379,12859,1,12810,0,1776.5,-2244.44,106.521,6.17846,300,0,0,532,0,0,0), - (32380,12859,1,12971,0,1775.11,-2238.94,106.888,3.29867,300,0,0,532,0,0,0), - (32381,3901,1,2721,0,2622.5,446.768,73.7489,2.77507,300,0,0,1309,0,0,0), - (32382,12862,1,11869,0,2045.41,-2396.98,87.8666,1.99619,300,0,0,1454,756,0,0), - (32383,12863,1,11872,0,3357.72,995.135,4.76615,0.698132,300,0,0,1528,811,0,0), - (32384,10559,1,4979,0,3962.51,970.98,-0.640514,1.84775,19990,0,0,508,545,0,0), - (32385,12867,1,12956,0,2054.63,-2400.39,87.825,4.06662,300,0,0,2016,0,0,0), - (32386,10052,1,9271,0,2737.16,-405.191,109.184,2.61799,300,0,0,1605,0,0,0), - (32387,12616,1,12974,0,2305.64,-2520.15,103.893,5.2709,600,0,0,7822,7071,0,0), - (32388,6731,1,10980,0,2365,648.994,152.894,0.174533,300,0,0,1380,0,0,0), - (32389,3915,1,643,0,2762.71,-415.493,111.475,3.83448,300,0,0,617,0,0,0), - (32390,3916,1,2721,0,2896.49,-1387.24,208.145,5.70683,300,0,0,864,0,0,0), - (32391,3917,1,525,0,2009.15,-899.827,81.3055,6.17361,300,10,0,544,581,0,1), - (32392,3917,1,525,0,1985.34,-958.047,51.2163,5.93151,300,10,0,544,581,0,1), - (32393,3917,1,525,0,1957.1,-967.59,59.8302,1.79817,300,10,0,544,581,0,1), - (32394,12877,1,12790,0,2271.91,-2511.46,102.637,3.47321,300,0,0,2016,0,0,0), - (32395,3917,1,525,0,1853.33,-1253.93,83.2336,2.7373,300,10,0,544,581,0,1), - (32396,3917,1,525,0,1876.04,-1087.91,73.4337,1.5708,300,10,0,544,581,0,1), - (32397,3917,1,525,0,1895.84,-1305.89,86.4896,4.66755,300,10,0,544,581,0,1), - (32398,3917,1,525,0,1963.99,-1290.63,65.6451,0,300,10,0,544,581,0,1), - (32399,3917,1,525,0,1976.52,-1270.91,62.3705,4.1411,300,10,0,544,581,0,1), - (32400,3917,1,525,0,2002.08,-1275.75,68.7719,4.71239,300,10,0,544,581,0,1), - (32401,3917,1,525,0,1945.87,-1086.45,80.5476,3.38691,300,10,0,544,581,0,1), - (32402,3917,1,525,0,1910.09,-1064.78,67.2693,0.015624,300,10,0,544,581,0,1), - (32403,3917,1,525,0,1911.13,-1136.32,71.7567,4.22778,300,10,0,544,581,0,1), - (32404,3917,1,525,0,1904,-1234.47,68.7134,1.20334,300,10,0,544,581,0,1), - (32405,3917,1,525,0,1971.31,-1201.6,59.8145,3.57073,300,10,0,544,581,0,1), - (32406,3917,1,525,0,1897.6,-1195.88,77.0295,4.34676,300,10,0,544,581,0,1), - (32407,3917,1,525,0,1919.5,-1224.06,66.3743,5.49922,300,10,0,544,581,0,1), - (32408,3917,1,525,0,1930.38,-1241.92,58.4058,0.650337,300,10,0,544,581,0,1), - (32409,3917,1,525,0,2081.21,-975.649,96.728,3.35624,300,10,0,544,581,0,1), - (32410,3917,1,525,0,2033.92,-960.743,84.4851,5.10523,300,10,0,544,581,0,1), - (32411,3917,1,525,0,2081.34,-1236.67,98.1509,3.42472,300,10,0,544,581,0,1), - (32412,3917,1,525,0,1994.24,-1070.94,95.0961,2.76934,300,10,0,544,581,0,1), - (32413,3917,1,525,0,1988.13,-1146.33,82.4527,3.68352,300,10,0,544,581,0,1), - (32414,3917,1,525,0,1997.6,-1050.17,95.6676,1.21294,300,10,0,544,581,0,1), - (32415,3917,1,525,0,1954.98,-1048.39,94.2087,3.59215,300,10,0,544,581,0,1), - (32416,3917,1,525,0,1958.73,-1008.68,77.2919,1.92408,300,10,0,544,581,0,1), - (32417,3917,1,525,0,2018.67,-1042.78,84.3793,4.83674,300,10,0,544,581,0,1), - (32418,3917,1,525,0,2080.62,-1017.55,96.3733,0.752807,300,10,0,544,581,0,1), - (32419,3917,1,525,0,2053.68,-1068.15,94.2211,5.32504,300,10,0,544,581,0,1), - (32420,3917,1,525,0,1999.55,-1152.56,80.6255,2.41408,300,10,0,544,581,0,1), - (32421,3917,1,525,0,1940.09,-1171.98,64.3597,3.53262,300,10,0,544,581,0,1), - (32422,3917,1,525,0,2000.87,-1214.95,60.3939,3.6542,300,10,0,544,581,0,1), - (32423,3917,1,525,0,1876.46,-1306.84,82.3311,4.29145,300,10,0,544,581,0,1), - (32424,3917,1,525,0,1914.86,-986.527,82.1531,3.86137,300,10,0,544,581,0,1), - (32425,8015,1,4841,0,2402.83,-1731.14,159.618,1.64061,300,0,0,3105,0,0,0), - (32426,8015,1,4843,0,2408.29,-1725.96,197.143,6.26573,300,0,0,3105,0,0,0), - (32427,8015,1,4843,0,2408.56,-1704.61,153.353,1.43117,300,0,0,3105,0,0,0), - (32428,8015,1,4842,0,2400.8,-1720.88,197.143,1.90241,300,0,0,3105,0,0,0), - (32429,8015,1,4843,0,2368.04,-1705.59,152.941,1.41372,300,0,0,3105,0,0,0), - (32430,3919,1,9593,0,3056.34,-1721.4,170.112,0.319898,300,5,0,788,0,0,1), - (32431,3663,1,2531,0,3185.46,189.38,4.7517,0.471239,300,0,0,860,0,0,0), - (32432,3919,1,9593,0,3377.05,-1654.76,168.711,4.14716,300,15,0,788,0,0,1), - (32433,3919,1,9593,0,3399.78,-1475.61,167.749,0.176709,300,5,0,788,0,0,1), - (32434,3919,1,9593,0,3067.87,-1627.46,182.972,2.05541,300,15,0,788,0,0,1), - (32435,3919,1,9593,0,3363.18,-1441.81,174.624,4.45059,300,0,0,788,0,0,0), - (32436,3919,1,9593,0,3349.31,-1453.99,167.086,2.04668,300,5,0,788,0,0,1), - (32437,3919,1,9593,0,3327.83,-1457.55,186.294,6.10865,300,0,0,788,0,0,0), - (32438,3920,1,12064,0,2950.1,-2816.79,212.652,1.79769,300,0,0,1240,0,0,0), - (32439,3664,1,2532,0,2340.17,242.212,154.548,0.750492,300,0,0,792,2317,0,0), - (32440,3921,1,1999,0,3436.98,-630.226,168.625,1.55334,300,0,0,671,557,0,0), - (32441,3921,1,1999,0,3366.47,-676.18,161.292,0.942478,300,0,0,671,557,0,0), - (32442,3921,1,1999,0,3439.42,-656.246,176.014,2.16014,300,0,0,671,557,0,0), - (32443,3921,1,1999,0,3490.17,-503.22,187.086,1.0472,300,0,0,671,557,0,0), - (32444,3921,1,1999,0,3496.6,-560.53,182.05,2.783,300,6,0,671,557,0,2), - (32445,3921,1,1999,0,3463.83,-583.105,174.247,1.27507,300,0,0,671,557,0,0), - (32446,3921,1,1999,0,3384.45,-626.156,179.497,4.80984,300,0,0,671,557,0,0), - (32447,3921,1,1999,0,3358.81,-611.041,179.545,5.61543,300,0,0,671,557,0,0), - (32448,3921,1,1999,0,3388.2,-602.106,189.134,3.47016,300,0,0,671,557,0,0), - (32449,3921,1,1999,0,3409.44,-704.162,174.296,3.98015,300,0,0,671,557,0,0), - (32450,3921,1,1999,0,3360.99,-754.439,164.295,1.56181,300,0,0,671,557,0,0), - (32451,6738,1,5442,0,2781.16,-432.997,116.665,2.58309,300,0,0,993,0,0,0), - (32452,3922,1,6803,0,3323.1,-738.043,165.477,2.66464,300,0,0,568,581,0,0), - (32453,3922,1,6803,0,3353.76,-740.678,163.474,3.18135,300,0,0,568,581,0,0), - (32454,3922,1,6803,0,3336.14,-667.885,162.76,5.29892,300,5,0,568,581,0,1), - (32455,3922,1,6803,0,3466.46,-630.166,184.081,4.41935,300,0,0,568,581,0,0), - (32456,3922,1,6803,0,3442.84,-683.376,176.028,4.37637,300,0,0,568,581,0,0), - (32457,3922,1,6803,0,3447.23,-598.323,174.421,0.491643,300,5,0,568,581,0,2), - (32458,3922,1,6803,0,3419.4,-616.579,183.531,0.926689,300,0,0,568,581,0,0), - (32459,3922,1,6803,0,3510.46,-490.933,187.396,2.93257,300,0,0,568,581,0,0), - (32460,3922,1,6803,0,3393.95,-588.298,188.963,0.334177,300,0,0,568,581,0,0), - (32461,3922,1,6803,0,3425.04,-596.445,178.331,3.23714,300,5,0,568,581,0,1), - (32462,3922,1,6803,0,3447.31,-648.618,177.241,6.27884,300,0,0,568,581,0,0), - (32463,3922,1,6803,0,3411.02,-657.513,176.18,6.07208,300,5,0,568,581,0,1), - (32464,3922,1,6803,0,3398.27,-666.816,176.592,1.29007,300,5,0,568,581,0,1), - (32465,3922,1,6803,0,3377.33,-737.977,167.42,5.11424,300,0,0,568,581,0,0), - (32466,3922,1,6803,0,3347.54,-768.721,168.208,5.46288,300,0,0,568,581,0,0), - (32467,3922,1,6803,0,3374.74,-770.553,168.771,5.99063,300,0,0,568,581,0,0), - (32468,3923,1,936,0,3308.63,-687.983,162.042,1.92384,300,0,0,692,557,0,0), - (32469,3923,1,936,0,3356.99,-647.597,177.681,1.05137,300,0,0,692,557,0,0), - (32470,3923,1,936,0,3453.26,-662.27,178.35,1.15746,300,0,0,692,557,0,0), - (32471,3923,1,936,0,3379.48,-701.013,170.098,2.38738,300,0,0,692,557,0,0), - (32472,3923,1,936,0,3426.66,-693.691,175.482,2.93388,300,0,0,692,557,0,0), - (32473,3924,1,6801,0,3251.47,-384.069,153.286,4.20753,300,5,0,555,581,0,1), - (32474,3924,1,6801,0,3264.61,-370.071,153.161,2.16067,300,5,0,555,581,0,1), - (32475,3924,1,6801,0,3256.92,-586.052,157.987,6.04104,300,0,0,555,581,0,0), - (32476,3924,1,6801,0,3272.98,-580.01,157.171,3.47021,300,0,0,555,581,0,0), - (32477,3924,1,6801,0,3275.57,-592.588,158.065,1.8675,300,0,0,555,581,0,0), - (32478,3924,1,6801,0,3253.07,-358.985,155.12,5.79449,300,0,0,555,581,0,0), - (32479,3924,1,6801,0,3312.33,-521.123,159.271,2.8657,300,5,0,555,581,0,1), - (32480,3924,1,6801,0,3332.08,-480.445,155.226,0.723862,300,0,0,555,581,0,0), - (32481,3924,1,6801,0,3357.88,-486.252,154.301,1.50098,300,0,0,555,581,0,0), - (32482,3924,1,6801,0,3452.82,-366.229,135.095,3.08923,300,0,0,555,581,0,0), - (32483,3924,1,6801,0,3444.51,-381.19,136.041,0.101193,300,0,0,555,581,0,0), - (32484,3924,1,6801,0,3029.69,-178.646,103.53,6.13818,300,5,0,555,581,0,1), - (32485,3924,1,6801,0,3176.41,-151.188,104.862,4.19543,300,0,0,555,581,0,0), - (32486,3924,1,6801,0,3153.75,-121.074,101.13,4.78297,300,0,0,555,581,0,0), - (32487,3924,1,6801,0,3413.61,-317.513,134.369,4.74713,300,3,0,555,581,0,1), - (32488,3924,1,6801,0,3310.76,-484.874,154.502,4.95117,300,15,0,555,581,0,1), - (32489,3924,1,6801,0,3416.19,-379.263,137.393,0.326103,300,15,0,555,581,0,1), - (32490,3924,1,6801,0,3184.93,-235.566,116.736,2.25479,300,15,0,555,581,0,1), - (32491,3924,1,6801,0,3179.81,-254.294,118.647,5.79882,300,0,0,555,581,0,0), - (32492,3924,1,6801,0,3195.34,-265.097,120.897,5.25616,300,0,0,555,581,0,0), - (32493,3924,1,6801,0,3178.81,-271.68,120.871,0.890118,300,0,0,555,581,0,0), - (32494,3924,1,6801,0,3145.94,-246.431,115.779,2.21595,300,15,0,555,581,0,1), - (32495,3924,1,6801,0,2943.09,-83.8797,99.034,5.11825,300,10,0,555,581,0,1), - (32496,3924,1,6801,0,2965.91,-86.5254,97.723,5.8625,300,0,0,555,581,0,0), - (32497,3924,1,6801,0,2981.78,-86.4844,99.6927,6.26561,300,15,0,555,581,0,1), - (32498,3924,1,6801,0,3009.73,-86.6333,99.7185,4.18986,300,0,0,555,581,0,0), - (32499,3924,1,6801,0,3048.42,-46.0318,97.9058,3.48304,300,15,0,555,581,0,1), - (32500,3924,1,6801,0,3120.52,-89.7765,101.797,5.77058,300,15,0,555,581,0,1), - (32501,3924,1,6801,0,2984.77,-121.952,99.5344,5.35504,300,5,0,555,581,0,1), - (32502,3925,1,6823,0,3222.71,-581.197,158.441,0.414631,300,15,0,680,557,0,1), - (32503,3925,1,6823,0,3256.65,-552.264,156.838,0.182735,300,15,0,680,557,0,1), - (32504,3925,1,6823,0,3346.07,-487.437,154.374,5.18355,300,0,0,680,557,0,0), - (32505,3925,1,6823,0,3217.46,-604.135,170.429,2.24913,300,5,0,680,557,0,1), - (32506,3925,1,6823,0,3278.43,-564.115,156.107,5.03326,300,15,0,680,557,0,1), - (32507,3925,1,6823,0,3369.12,-476.584,154.301,3.00197,300,0,0,680,557,0,0), - (32508,3925,1,6823,0,3442.72,-363.599,134.186,3.79681,300,0,0,680,557,0,0), - (32509,3925,1,6823,0,3052.37,-181.83,105.571,5.67124,300,5,0,680,557,0,1), - (32510,3925,1,6823,0,3212.3,-130.291,106.197,4.67099,300,5,0,680,557,0,1), - (32511,3925,1,6823,0,3355.76,-457.639,153.889,4.16368,300,5,0,680,557,0,1), - (32512,3925,1,6823,0,3410.93,-355.034,135.141,4.21715,300,15,0,680,557,0,2), - (32513,3925,1,6823,0,3252.34,-416.985,152.372,5.92407,300,5,0,680,557,0,1), - (32514,3925,1,6823,0,3287.01,-412.915,150.029,1.36729,300,5,0,680,557,0,1), - (32515,3925,1,6823,0,3164.49,-137.472,101.001,5.6022,300,0,0,680,557,0,0), - (32516,3925,1,6823,0,3014.53,-147.931,100.755,1.41286,300,5,0,680,557,0,2), - (32517,3925,1,6823,0,3266.04,-230.644,121.55,0.342767,300,15,0,680,557,0,1), - (32518,3925,1,6823,0,3415.81,-415.782,147.88,0.114828,300,5,0,680,557,0,1), - (32519,3925,1,6823,0,3230.53,-225.786,117.793,1.76743,300,15,0,680,557,0,1), - (32520,3925,1,6823,0,3318.4,-420.494,149.342,5.64775,300,5,0,680,557,0,1), - (32521,3925,1,6823,0,2917.69,-119.154,99.4666,3.11268,300,5,0,680,557,0,1), - (32522,3925,1,6823,0,2934.07,-109.489,97.047,5.51081,300,0,0,680,557,0,0), - (32523,3925,1,6823,0,3151.81,-180.865,109.181,1.12386,300,15,0,680,557,0,1), - (32524,3926,1,897,0,3257.77,-574.372,156.457,4.39516,300,15,0,627,557,0,1), - (32525,3926,1,897,0,3165.96,-530.7,145.287,5.15332,300,15,0,627,557,0,1), - (32526,3926,1,897,0,3439.77,-387.881,136.932,0.128644,300,5,0,627,557,0,1), - (32527,3926,1,897,0,3491.06,-494.574,184.245,3.01019,300,5,0,627,557,0,2), - (32528,3926,1,897,0,3284.99,-554.022,156.245,4.52703,300,15,0,627,557,0,2), - (32529,3928,1,2028,0,1836.24,-2742.01,93.8771,0.328135,300,5,0,494,0,0,1), - (32530,3928,1,2028,0,1810.03,-2860.4,108.71,4.58381,300,5,0,494,0,0,1), - (32531,3928,1,2028,0,1844.54,-2367.15,107.868,0.142663,300,5,0,494,0,0,1), - (32532,3928,1,2028,0,1403.58,-2376.15,107.785,2.21899,300,10,0,494,0,0,1), - (32533,3928,1,2028,0,1495.35,-2295.45,91.9524,4.92208,300,5,0,494,0,0,1), - (32534,3928,1,2028,0,1450.58,-2410.9,109.644,4.55848,300,5,0,494,0,0,1), - (32535,3928,1,2028,0,2142.9,-2796.22,116.66,3.00052,300,5,0,494,0,0,1), - (32536,3928,1,2028,0,1991.14,-2762.48,144.912,1.8153,300,5,0,494,0,0,1), - (32537,3928,1,2028,0,2047.65,-2743.61,112.491,4.40053,300,5,0,494,0,0,1), - (32538,3928,1,2028,0,1824.42,-2329.29,124.173,1.42171,300,5,0,494,0,0,1), - (32539,3928,1,2028,0,1844.06,-2815.27,95.4331,3.53792,300,5,0,494,0,0,1), - (32540,3928,1,2028,0,2079.05,-2695.48,105.92,5.48467,300,5,0,494,0,0,1), - (32541,3928,1,2028,0,1956.7,-2718.33,119.409,5.53788,300,5,0,494,0,0,1), - (32542,3928,1,2028,0,1898.13,-2726.98,102.838,6.15786,300,10,0,494,0,0,1), - (32543,3928,1,2028,0,1992.81,-2816.08,115.181,0.578791,300,10,0,494,0,0,1), - (32544,3928,1,2028,0,1687.08,-2235.42,101.646,3.83656,300,5,0,494,0,0,1), - (32545,3928,1,2028,0,1881.33,-2779.34,99.2394,1.69023,300,10,0,494,0,0,1), - (32546,3928,1,2028,0,1997.59,-2611.87,95.5249,0.313721,300,3,0,494,0,0,1), - (32547,3928,1,2028,0,2190.76,-2813.24,122.124,1.06693,300,5,0,494,0,0,1), - (32548,3928,1,2028,0,1780.76,-2378.26,100.088,1.2166,300,5,0,494,0,0,1), - (32549,3928,1,2028,0,2002.7,-2580.65,94.7143,0.791853,300,5,0,494,0,0,1), - (32550,3928,1,2028,0,1974.39,-2588.18,85.8001,4.31186,300,10,0,494,0,0,1), - (32551,3928,1,2028,0,1847.06,-2675.87,95.27,2.42873,300,5,0,494,0,0,1), - (32552,3928,1,2028,0,1982.76,-2675.08,102.755,4.89486,300,5,0,494,0,0,1), - (32553,3928,1,2028,0,1393.59,-2330.39,96.7396,1.09526,300,10,0,494,0,0,1), - (32554,3928,1,2028,0,1677.8,-2586.89,103.907,2.49126,300,0,0,494,0,0,0), - (32555,3928,1,2028,0,1748.47,-2342.35,112.099,4.62861,300,5,0,494,0,0,1), - (32556,3928,1,2028,0,1705.75,-2600.62,101.265,1.60564,300,0,0,494,0,0,0), - (32557,3928,1,2028,0,1774.93,-2605.9,89.7857,5.94116,300,0,0,494,0,0,0), - (32558,3928,1,2028,0,2041.39,-2721.2,110.29,2.57674,300,5,0,494,0,0,1), - (32559,3928,1,2028,0,1411.01,-2275.49,92.2996,1.72257,300,5,0,494,0,0,1), - (32560,3928,1,2028,0,1852.22,-2591.09,80.7282,0.578554,300,0,0,494,0,0,0), - (32561,3928,1,2028,0,1768.64,-2593.96,88.2655,4.63951,300,5,0,494,0,0,1), - (32562,3928,1,2028,0,1858.09,-2514.89,68.8658,2.71759,300,10,0,494,0,0,1), - (32563,3928,1,2028,0,1836.4,-2396.87,88.7318,0.844803,300,5,0,494,0,0,1), - (32564,3928,1,2028,0,1714.35,-2420.44,115.811,4.02515,300,5,0,494,0,0,1), - (32565,3928,1,2028,0,1714.99,-2548.97,92.1476,2.95702,300,10,0,494,0,0,1), - (32566,3928,1,2028,0,1718.54,-2488.46,96.2684,4.85732,300,5,0,494,0,0,1), - (32567,3928,1,2028,0,1752.22,-2380.93,104.019,1.91356,300,5,0,494,0,0,1), - (32568,3928,1,2028,0,1785.42,-2481.25,88.1139,5.67434,300,5,0,494,0,0,1), - (32569,3931,1,1549,0,1514.01,-2145.21,88.5974,4.66719,300,0,0,1003,0,0,0), - (32570,3932,1,1996,0,1743.76,-1525.62,99.0033,0.122173,300,0,0,782,0,0,0), - (32571,3932,1,1996,0,1753.14,-1467.47,114.865,4.72984,300,0,0,782,0,0,0), - (32572,3932,1,1996,0,1782.52,-1501.58,96.7369,3.19395,300,0,0,782,0,0,0), - (32573,3932,1,1996,0,1608.87,-1452.78,157.173,6.17846,300,0,0,782,0,0,0), - (32574,3932,1,1996,0,1633.51,-1457.19,156.445,2.11185,300,0,0,782,0,0,0), - (32575,3932,1,1996,0,1774.03,-1520.56,88.0899,0.107637,300,15,0,782,0,0,1), - (32576,3932,1,1996,0,1623.59,-1470.59,163.42,5.99173,300,0,0,782,0,0,0), - (32577,3932,1,1996,0,1686.69,-1457.95,143.447,2.80823,300,5,0,782,0,0,1), - (32578,3932,1,1996,0,1614.04,-1437.17,161.996,4.52629,300,0,0,782,0,0,0), - (32579,3932,1,1996,0,1751.55,-1492.89,100.774,5.71074,300,15,0,782,0,0,2), - (32580,3932,1,1996,0,1643.15,-1463.76,157.463,0.366519,300,0,0,782,0,0,0), - (32581,12896,1,4843,0,1771.23,-2068.65,102.956,4.27606,300,0,0,573,0,0,0), - (32582,12896,1,4841,0,1789.85,-2094.91,100.994,4.58814,300,5,0,573,0,0,1), - (32586,12896,1,4841,0,1815.16,-2008.96,103.705,3.41452,300,5,0,573,0,0,1), - (32587,12896,1,4841,0,1783.29,-2070.34,102.273,5.13127,300,0,0,573,0,0,0), - (32588,12896,1,4844,0,1770.32,-2047.77,109.92,1.46608,300,0,0,573,0,0,0), - (32589,12896,1,4843,0,1779.58,-2006.37,111.695,0.401426,300,0,0,573,0,0,0), - (32590,12896,1,4842,0,1811.15,-2112.73,99.1992,4.98091,300,5,0,573,0,0,1), - (32591,12896,1,4842,0,1783.87,-2024.86,109.92,3.56047,300,0,0,573,0,0,0), - (32592,12897,1,4843,0,1799.54,-2012.99,103.082,0.436332,300,0,0,531,0,0,0), - (32593,12897,1,4842,0,1846.46,-2004.18,109.499,3.35031,300,5,0,531,0,0,2), - (32595,12897,1,4842,0,1769.78,-2024.41,109.92,6.02139,300,0,0,531,0,0,0), - (32596,12897,1,4842,0,1816.76,-1981.9,110.454,0.928496,300,10,0,531,0,0,1), - (32597,12897,1,4844,0,1801.99,-2098.45,99.6724,1.68522,300,5,0,531,0,0,1), - (32598,12897,1,4843,0,1784.03,-2044.12,109.92,3.05433,300,0,0,531,0,0,0), - (32599,3940,1,4166,0,1829,-2750.57,83.1342,1.8326,300,0,0,1063,1870,0,0), - (32600,3941,1,4165,0,1877.13,-2795.66,37.6753,4.43314,300,0,0,1036,935,0,0), - (32601,3942,1,4163,0,1820.95,-2628.07,61.2105,4.86947,300,0,0,941,1402,0,0), - (32602,12903,1,4264,0,2254.29,-2579.92,125.797,3.14159,300,0,0,2866,0,0,0), - (32603,12903,1,4261,0,1916.52,-2321.09,92.7915,5.89921,300,0,0,2866,0,0,0), - (32604,12903,1,4264,0,1926.23,-2340.2,92.4165,1.29154,300,0,0,2866,0,0,0), - (32605,12903,1,4264,0,1932.74,-2328,92.5415,3.38594,300,0,0,2866,0,0,0), - (32606,12903,1,4264,0,2248.29,-2504.21,118.637,3.80482,300,0,0,2866,0,0,0), - (32607,12903,1,4261,0,2280.55,-2568.19,103.823,1.81514,300,0,0,2866,0,0,0), - (32608,12903,1,4264,0,2255.7,-2518.31,100.426,5.16617,300,0,0,2866,0,0,0), - (32609,12903,1,4264,0,2378.95,-2531.35,110.084,3.1765,300,0,0,2866,0,0,0), - (32610,12903,1,4264,0,2376.77,-2524.23,110.145,3.4383,300,0,0,2866,0,0,0), - (32611,12903,1,4261,0,2293.64,-2523.68,100.791,3.71755,300,0,0,2866,0,0,0), - (32612,12903,1,4261,0,2266.63,-2497.32,100.936,4.7822,300,0,0,2866,0,0,0), - (32613,12903,1,4261,0,3351.39,1021.99,3.14913,5.2709,300,0,0,2866,0,0,0), - (32614,12903,1,4264,0,3338.33,1009.41,3.74008,0.05236,300,0,0,2866,0,0,0), - (32615,12903,1,4264,0,3380.21,1015.3,3.07328,5.2384,300,0,0,2866,0,0,0), - (32616,12903,1,4261,0,3352.41,996.477,4.4761,1.15192,300,0,0,2866,0,0,0), - (32617,3943,1,5029,0,4171.11,1283.63,3.45718,3.14648,300,0,0,731,0,0,0), - (32618,12903,1,4261,0,2227.26,-2532.79,86.2174,3.50811,300,0,0,2866,0,0,0), - (32619,12903,1,4261,0,2224.63,-2527.84,86.0647,3.59538,300,0,0,2866,0,0,0), - (32620,12903,1,4264,0,2187.35,-2517.15,81.1637,5.75017,300,5,0,2866,0,0,2), - (32621,12903,1,4264,0,2228.45,-2546.19,86.5218,2.61799,300,0,0,2866,0,0,0), - (32622,12903,1,4264,0,2338.61,-2523.05,103.045,3.47321,300,0,0,2866,0,0,0), - (32623,12903,1,4264,0,2331.92,-2522.81,102.621,2.78031,300,5,0,2866,0,0,2), - (32624,12903,1,4264,0,2225.23,-2550.08,86.4582,2.23402,300,0,0,2866,0,0,0), - (32625,12903,1,4261,0,2259.1,-2565.06,100.954,1.58825,300,0,0,2866,0,0,0), - (32626,12903,1,4264,0,2321,-2551.91,101.915,2.53073,300,0,0,2866,0,0,0), - (32627,12903,1,4261,0,2033.42,-2395.2,89.1166,4.31096,300,0,0,2866,0,0,0), - (32628,12903,1,4264,0,2064.72,-2408.8,87.5492,3.78736,300,0,0,2866,0,0,0), - (32629,12903,1,4264,0,2078.43,-2428.07,87.0245,3.57792,300,0,0,2866,0,0,0), - (32630,12903,1,4261,0,2053.49,-2376.35,105.005,2.51327,300,0,0,2866,0,0,0), - (32631,3944,1,6749,0,4077.24,1320.59,-1.03017,5.10613,300,5,0,442,490,0,1), - (32632,3944,1,6749,0,4114.45,1331.9,8.07984,2.65506,300,5,0,442,490,0,1), - (32633,3944,1,6749,0,4089.5,1381.13,-1.71518,5.30006,300,5,0,442,490,0,1), - (32634,3944,1,6749,0,4221.49,1354.78,1.61673,1.19283,300,5,0,442,490,0,1), - (32635,3944,1,6749,0,4146.68,1390.52,-1.26345,1.36425,300,5,0,442,490,0,1), - (32636,3944,1,6749,0,4191.68,1273.05,2.56834,5.51678,300,0,0,442,490,0,0), - (32637,3944,1,6749,0,4116.65,1375.82,0.911039,2.59583,300,5,0,442,490,0,1), - (32638,3944,1,6749,0,4118.5,1248.83,-0.028921,3.20659,300,5,0,442,490,0,1), - (32639,3944,1,6749,0,4243.36,1315.18,-1.87947,3.14491,300,5,0,442,490,0,1), - (32640,3944,1,6749,0,4159.37,1248.02,2.25014,5.91251,300,5,0,442,490,0,1), - (32641,3944,1,6749,0,4112.6,1213.46,-20.0627,2.98647,300,5,0,442,490,0,1), - (32642,3944,1,6749,0,4050.73,1281.75,-16.4743,1.55239,300,5,0,442,490,0,1), - (32643,3944,1,6749,0,4021.26,1253.33,-33.6334,3.69843,300,5,0,442,490,0,1), - (32644,3944,1,6749,0,4219.84,1286.08,-0.362825,3.92429,300,5,0,442,490,0,1), - (32645,3944,1,6749,0,4053.02,1218.22,-24.5557,1.20155,300,5,0,442,490,0,1), - (32646,3691,1,1980,0,2767.16,-411.611,111.466,2.09439,600,0,0,60440,0,0,0), - (32647,3951,1,2065,0,2087.08,-1199.17,101.791,0.610865,300,0,0,1930,0,0,0), - (32648,3952,1,2054,0,2769.5,-288.052,111.192,3.9968,300,0,0,1042,0,0,0), - (32649,3696,1,1012,0,1612.51,-1457.08,156.712,0.837758,300,0,0,1003,0,0,0), - (32650,3953,1,2064,0,2754.85,-292.216,111.192,6.21337,300,0,0,1106,0,0,0), - (32651,3698,1,4304,0,2365.24,663.365,153.308,5.53269,300,0,0,2471,1620,0,0), - (32652,3954,1,2055,0,2669.6,-325.29,109.993,0.017453,300,0,0,733,0,0,0), - (32653,3955,1,2068,0,2094.19,-1153.36,101.876,4.57276,300,0,0,1172,0,0,0), - (32654,883,1,347,0,3834.27,135.235,5.57508,2.35619,300,0,0,1,0,0,0), - (32655,883,1,347,0,2280.59,-1016.78,108.996,3.41453,300,5,0,1,0,0,1), - (32656,14963,1,15096,0,1488.52,-1879.92,111.382,1.16937,300,0,0,1605,0,0,0), - (32657,883,1,347,0,2752.85,-1903.06,187.85,1.02049,300,5,0,1,0,0,1), - (32658,883,1,347,0,3266.46,-506.975,149.854,1.18682,300,0,0,1,0,0,0), - (32659,883,1,347,0,4046.6,-32.2482,8.33915,4.41568,300,0,0,1,0,0,0), - (32660,883,1,347,0,2624.09,-1513.89,185.457,6.15001,300,3,0,1,0,0,1), - (32661,883,1,347,0,3500.6,190.946,6.69271,4.95674,300,0,0,1,0,0,0), - (32662,883,1,347,0,2544.47,-770.744,126.093,4.56393,300,5,0,1,0,0,1), - (32663,883,1,347,0,2922.56,-1208.14,183.438,5.82172,300,15,0,1,0,0,1), - (32664,883,1,347,0,2108.68,-1110.27,99.9588,6.27342,300,5,0,1,0,0,1), - (32665,883,1,347,0,2897.78,-103.259,100.166,4.2636,300,5,0,1,0,0,1), - (32666,883,1,347,0,3429.63,-53.0921,7.27273,5.26429,300,5,0,1,0,0,1), - (32667,883,1,347,0,2453.98,-112.883,105.676,5.40157,300,5,0,1,0,0,1), - (32668,883,1,347,0,3056.22,151.022,51.411,5.40588,300,5,0,1,0,0,1), - (32669,883,1,347,0,3442.19,669.834,7.7416,2.60858,300,5,0,1,0,0,1), - (32670,883,1,347,0,2186.61,-1818.84,99.2061,0.371801,300,15,0,1,0,0,1), - (32671,883,1,347,0,3106.43,428.957,5.6585,3.34773,300,15,0,1,0,0,1), - (32672,883,1,347,0,3339.72,-259.677,124.904,3.84895,300,5,0,1,0,0,1), - (32673,883,1,347,0,2660.78,-2691.3,143.985,3.20023,300,10,0,1,0,0,1), - (32674,883,1,347,0,2194.6,-1636.27,85.9955,3.64063,300,5,0,1,0,0,1), - (32675,883,1,347,0,2146.51,-2682.77,111.593,2.801,300,5,0,1,0,0,1), - (32676,883,1,347,0,2321.57,-2541.57,100.721,4.955,300,20,0,1,0,0,1), - (32677,3956,1,4183,0,2097.78,-1231.84,101.876,2.07694,300,0,0,1172,0,0,0), - (32678,8308,1,7538,0,2373.12,661.411,153.254,4.90438,300,0,0,1380,1041,0,0), - (32679,3958,1,2062,0,2757.27,-306.507,120.581,5.39307,300,0,0,643,0,0,0), - (32680,3959,1,2063,0,2754.83,-441.923,111.553,2.6529,300,0,0,980,0,0,0), - (32681,3960,1,2067,0,2111.36,-1183.69,101.861,3.90954,300,0,0,1309,0,0,0), - (32682,3961,1,2058,0,2751.84,-412.033,111.542,6.12611,300,0,0,860,0,0,0), - (32683,3962,1,2060,0,2717.7,-309.66,110.811,3.61283,300,0,0,780,0,0,0), - (32691,862,0,4495,0,-10758.8,-4056.85,23.4721,2.07903,300,5,0,1476,0,0,1), - (32692,922,0,9571,0,-9701.59,-4032.88,-9.3691,2.07694,300,5,0,1829,0,0,1), - (32693,1443,0,4554,0,-10458.5,-3322.33,40.037,3.38594,300,0,0,3857,0,0,0), - (32694,1442,0,4549,0,-10465,-3317.89,40.037,5.02655,300,0,0,3857,0,0,0), - (32703,3963,1,2066,0,2061.15,-1191.24,101.053,3.10669,300,0,0,2016,1390,0,0), - (32704,14715,1,14712,0,1520.83,-1885.94,105.791,6.21337,600,0,0,7842,0,0,0), - (32705,14715,1,14713,0,1521.45,-1877.83,105.416,6.17846,600,0,0,7842,0,0,0), - (32706,14715,1,14714,0,1453.86,-1838.88,126.218,4.85202,600,0,0,7842,0,0,0), - (32707,14715,1,14714,0,1455.01,-1844.57,126.177,1.79769,600,0,0,7842,0,0,0), - (32708,14715,1,14715,0,1451.65,-1854.38,127.479,6.21337,600,0,0,7842,0,0,0), - (32709,14715,1,14713,0,1450.79,-1862.09,127.356,6.26573,600,0,0,7842,0,0,0), - (32710,14715,1,14715,0,1489.2,-1902.67,111.426,2.40855,600,0,0,7842,0,0,0), - (32711,14715,1,14714,0,1486.67,-1899.03,111.321,5.06145,600,0,0,7842,0,0,0), - (32712,14715,1,14714,0,1481.9,-1893.67,111.321,0.748151,600,0,0,7842,0,0,0), - (32713,14715,1,14713,0,1486.4,-1889.08,111.196,4.04916,600,0,0,7842,0,0,0), - (32714,14715,1,14715,0,1438.05,-1851.7,133.552,6.14356,600,0,0,7842,0,0,0), - (32715,14715,1,14715,0,1431.37,-1859.44,133.734,6.17846,600,0,0,7842,0,0,0), - (32716,14715,1,14715,0,1432.08,-1853.66,133.736,6.14356,600,0,0,7842,0,0,0), - (32717,14715,1,14713,0,1436.81,-1862.29,133.553,6.17846,600,0,0,7842,0,0,0), - (32718,3964,1,4181,0,2093.31,-1232.44,101.876,1.32645,300,0,0,1684,0,0,0), - (32719,3965,1,4182,0,2090.92,-1222.86,101.876,3.40339,300,0,0,1172,0,0,0), - (32720,11901,1,11851,0,3373.69,994.351,5.36158,1.74533,600,0,0,7423,7071,0,0), - (32721,3967,1,2053,0,2670.32,-374.732,110.811,1.37881,300,0,0,1526,0,0,0), - (32722,3711,1,6747,0,4051.3,1318.53,-10.8468,4.8209,300,12,0,494,0,0,1), - (32723,3711,1,6747,0,4249.93,1352.61,-3.77582,0.745698,300,12,0,494,0,0,1), - (32724,3711,1,6747,0,4188.38,1247.62,-0.476587,5.50469,300,12,0,494,0,0,1), - (32725,3711,1,6747,0,4217.98,1327.39,3.88642,1.92844,300,12,0,494,0,0,1), - (32726,3711,1,6747,0,4115.92,1414.73,-7.53851,2.0574,300,12,0,494,0,0,1), - (32727,3711,1,6747,0,4144.84,1286.15,3.53631,2.49402,300,12,0,494,0,0,1), - (32728,3711,1,6747,0,4175.78,1284.99,2.77173,3.76264,300,0,0,494,0,0,0), - (32729,3711,1,6747,0,4184.61,1349,8.15056,0.453909,300,12,0,494,0,0,1), - (32730,3711,1,6747,0,4089.36,1240.29,-12.3752,5.13693,300,12,0,494,0,0,1), - (32731,3711,1,6747,0,4078.5,1292.64,-0.700187,2.50727,300,12,0,494,0,0,1), - (32732,3711,1,6747,0,4089.29,1219.06,-22.1998,6.01098,300,12,0,494,0,0,1), - (32733,3711,1,6747,0,4123.95,1284.23,2.36956,0.675914,300,12,0,494,0,0,1), - (32734,3711,1,6747,0,4055.59,1248.42,-27.6482,4.8829,300,12,0,494,0,0,1), - (32735,3711,1,6747,0,3480.51,1051.29,0.15928,2.85975,300,12,0,494,0,0,1), - (32736,3712,1,11264,0,3485.27,912.115,5.39202,4.9316,300,12,0,404,456,0,1), - (32737,3712,1,11264,0,3522.33,1189.9,-18.0676,4.81243,300,12,0,404,456,0,1), - (32738,3712,1,11264,0,3519.96,1212.73,-35.1475,5.5446,300,12,0,404,456,0,1), - (32739,3712,1,11264,0,3552.2,1222.85,-37.6775,1.61088,300,12,0,404,456,0,1), - (32740,3712,1,11264,0,3723.17,1111.13,-25.8633,3.20846,300,12,0,404,456,0,1), - (32741,3712,1,11264,0,3554.23,1185.03,-11.3128,5.93647,300,12,0,404,456,0,1), - (32742,3712,1,11264,0,3688.59,1097.77,-12.6199,6.11953,300,12,0,404,456,0,1), - (32743,3712,1,11264,0,3533.6,1128.62,-4.72948,2.63441,300,12,0,404,456,0,1), - (32744,3712,1,11264,0,4151.56,1080.98,5.19125,1.5708,300,12,0,404,456,0,1), - (32745,3712,1,11264,0,3548.79,1055.32,1.2061,1.94044,300,12,0,404,456,0,1), - (32746,3712,1,11264,0,3683.16,1054.45,-3.58551,5.45566,300,12,0,404,456,0,1), - (32747,3712,1,11264,0,3596.9,1045.92,-2.27825,5.98163,300,12,0,404,456,0,1), - (32748,3712,1,11264,0,3529.75,1095.86,2.47069,3.17499,300,12,0,404,456,0,1), - (32749,3969,1,2059,0,2771.84,-404.299,111.544,2.84489,300,0,0,1454,0,0,0), - (32750,11137,1,10636,0,2672.31,-363.604,110.811,2.51327,300,0,0,1472,0,0,0), - (32751,3713,1,4765,0,3720.82,1021.27,-5.9036,4.15404,300,12,0,417,0,0,1), - (32752,3713,1,4765,0,4052.85,784.868,4.46525,1.75008,300,12,0,417,0,0,1), - (32753,3713,1,4765,0,3884.67,885.037,1.06652,4.1256,300,12,0,417,0,0,1), - (32754,3713,1,4765,0,3988.62,854.356,1.18871,5.86421,300,12,0,417,0,0,1), - (32755,3713,1,4765,0,4047.4,854.167,3.82779,3.81636,300,12,0,417,0,0,1), - (32756,3713,1,4765,0,3887.99,824.165,1.52507,0.543154,300,12,0,417,0,0,1), - (32757,3713,1,4765,0,3809.31,818.768,3.09263,3.58724,300,12,0,417,0,0,1), - (32758,3713,1,4765,0,3548.84,984.936,1.28472,2.53989,300,12,0,417,0,0,1), - (32759,3713,1,4765,0,3654.37,818.561,5.9,0.073612,300,12,0,417,0,0,1), - (32760,3970,1,2057,0,2810.12,-317.286,109.078,2.72271,300,0,0,1240,0,0,0), - (32761,3715,1,4981,0,3685.59,1151.96,-20.5701,4.74171,300,12,0,404,456,0,1), - (32762,3715,1,4981,0,4173,1285.1,3.45684,3.46136,300,0,0,404,456,0,0), - (32763,3715,1,4981,0,3517.63,1153.11,-10.6651,2.83547,300,12,0,404,456,0,1), - (32764,3715,1,4981,0,3586.14,1215.76,-31.558,0.128679,300,12,0,404,456,0,1), - (32765,3715,1,4981,0,3685.9,1185.94,-45.0512,5.77649,300,12,0,404,456,0,1), - (32766,3715,1,4981,0,3743.5,1082.2,-17.3022,3.76691,300,12,0,404,456,0,1), - (32767,3715,1,4981,0,3723.27,1154.48,-49.3801,5.73691,300,12,0,404,456,0,1), - (32768,3715,1,4981,0,3520.83,1004.17,2.12923,5.2248,300,12,0,404,456,0,1), - (32769,3715,1,4981,0,3448.34,1017.37,2.59086,0.772484,300,12,0,404,456,0,1), - (32770,3715,1,4981,0,3573.89,1073.63,-6.83789,1.16909,300,12,0,404,456,0,1), - (32771,3715,1,4981,0,3630.08,1077.88,-1.98365,3.02484,300,12,0,404,456,0,1), - (32772,3715,1,4981,0,3653.49,1048.73,-3.29143,0.012661,300,12,0,404,456,0,1), - (32773,3715,1,4981,0,3652.6,1017.44,-0.965293,0.02262,300,12,0,404,456,0,1), - (32774,1412,1,134,0,2298.93,-645.908,117.693,5.10523,300,10,0,8,0,0,1), - (32775,1412,1,134,0,2833.84,100.142,91.9749,4.45059,300,0,0,8,0,0,0), - (32776,1412,1,134,0,2129.42,-1298.5,96.7054,5.46946,300,10,0,8,0,0,1), - (32777,1412,1,134,0,3057.88,-863.051,195.022,3.94909,300,10,0,8,0,0,1), - (32778,1412,1,134,0,2719.51,-2149.15,196.598,2.04668,300,10,0,8,0,0,1), - (32779,1412,1,134,0,2387.38,499.178,128.728,3.72689,300,10,0,8,0,0,1), - (32780,1412,1,134,0,2969.72,-2068.11,202.942,1.88452,300,10,0,8,0,0,1), - (32781,1412,1,134,0,2930.97,-828.331,172.883,1.13511,300,10,0,8,0,0,1), - (32782,1412,1,134,0,3378.51,-1490.01,166.973,1.5084,300,10,0,8,0,0,1), - (32783,4484,1,2594,0,3178.51,188.551,3.94626,0.523599,300,0,0,445,0,0,0), - (32784,1412,1,134,0,2655.68,-3013.7,158.958,2.05891,300,10,0,8,0,0,1), - (32785,1412,1,134,0,3172.73,-188.879,110.576,0.009433,300,10,0,8,0,0,1), - (32786,1412,1,134,0,2129.98,-2285.02,97.1285,1.30898,300,10,0,8,0,0,1), - (32787,12676,1,12589,0,1979.8,-2624.07,92.8362,1.8135,300,5,0,1308,0,0,2), - (32788,1412,1,134,0,3817.63,603.481,5.6056,2.1441,300,10,0,8,0,0,1), - (32790,3717,1,4972,0,3754.73,1014.27,-4.67423,6.23418,300,12,0,354,1020,0,1), - (32791,3717,1,4972,0,3520.83,960.681,2.41987,1.5708,300,12,0,354,1020,0,1), - (32792,3717,1,4972,0,4087.58,889.19,8.64804,1.24051,300,12,0,354,1020,0,1), - (32793,3717,1,4972,0,4113.66,914.943,8.3546,1.09385,300,12,0,354,1020,0,1), - (32794,3717,1,4972,0,4080.67,784.763,8.15307,4.11329,300,12,0,354,1020,0,1), - (32795,3717,1,4972,0,3548.44,921.137,2.82356,0.729061,300,12,0,354,1020,0,1), - (32796,3717,1,4972,0,3935.97,875.792,1.57572,3.4061,300,12,0,354,1020,0,1), - (32797,3717,1,4972,0,4016.9,813.489,8.35246,3.4024,300,12,0,354,1020,0,2), - (32798,3717,1,4972,0,3875.42,844.795,1.83302,2.27804,300,12,0,354,1020,0,1), - (32799,3717,1,4972,0,3871.19,888.226,-0.683482,3.00337,300,12,0,354,1020,0,1), - (32800,3717,1,4972,0,3922.29,852.322,1.27962,5.8023,300,12,0,354,1020,0,1), - (32801,3717,1,4972,0,4080.56,961.215,-0.203517,1.62618,300,12,0,354,1020,0,1), - (32802,3717,1,4972,0,3785.82,877.504,-0.24825,4.92079,300,12,0,354,1020,0,1), - (32803,3717,1,4972,0,3616.69,988.471,-2.34442,0.707991,300,12,0,354,1020,0,1), - (32804,3717,1,4972,0,3714.14,822.712,5.81897,2.68981,300,12,0,354,1020,0,1), - (32805,3717,1,4972,0,3587.5,954.167,2.10641,0.685622,300,12,0,354,1020,0,1), - (32806,3717,1,4972,0,3680.18,880.982,0.997862,3.79773,300,12,0,354,1020,0,1), - (32807,12677,1,11452,0,2518.44,-1615.66,144.605,4.72062,300,15,0,1109,0,0,2), - (32808,12678,1,2281,0,2030.69,-726.054,102.369,3.88457,300,5,0,909,0,0,2), - (32810,11656,1,11858,0,2218.45,-3217.1,107.222,2.05949,300,0,0,1454,686,0,0), - (32811,11656,1,11859,0,2533.26,-3239.75,132.309,0.855211,300,0,0,1454,686,0,0), - (32812,11656,1,11858,0,2495.04,-3301.91,117.237,4.31096,300,0,0,1454,686,0,0), - (32813,11656,1,11858,0,2252.91,-3163.28,118.994,0.733038,300,0,0,1454,686,0,0), - (32814,11656,1,11859,0,2518.71,-3204.72,132.631,1.32645,300,0,0,1454,686,0,0), - (32815,11656,1,11860,0,2421.6,-3249.86,111.878,0.017453,300,0,0,1454,686,0,0), - (32816,11656,1,11857,0,2253.49,-3150.12,120.004,3.92699,300,0,0,1454,686,0,0), - (32817,11656,1,11857,0,2233.86,-3154.32,118.003,2.35619,300,0,0,1454,686,0,0), - (32818,11656,1,11860,0,2337.93,-3108.02,121.281,3.35103,300,0,0,1454,686,0,0), - (32819,11656,1,11860,0,2325.16,-3136.03,119.352,4.99164,300,0,0,1454,686,0,0), - (32820,11656,1,11858,0,2413.12,-3211.73,117.016,5.37561,300,0,0,1454,686,0,0), - (32821,11656,1,11857,0,1509.56,-2417.73,103.832,5.044,300,0,0,1454,686,0,0), - (32822,11656,1,11858,0,2255.57,-3124.82,121.055,0.506145,300,0,0,1454,686,0,0), - (32823,11656,1,11857,0,1500.29,-2365.04,95.3028,1.0821,300,0,0,1454,686,0,0), - (32824,11656,1,11859,0,1586.9,-2434.39,99.0619,0.855211,300,0,0,1454,686,0,0), - (32825,11656,1,11859,0,2434.57,-3238.61,114.729,1.11701,300,0,0,1454,686,0,0), - (32826,11656,1,11858,0,1637.17,-2501.4,98.3124,4.46804,300,0,0,1454,686,0,0), - (32827,11656,1,11860,0,2431.29,-3159.54,123.182,0.349066,300,0,0,1454,686,0,0), - (32828,11656,1,11860,0,2557.19,-3253.48,134.216,1.41372,300,0,0,1454,686,0,0), - (32829,11656,1,11860,0,2452.55,-3238.93,117.522,2.05949,300,0,0,1454,686,0,0), - (32830,11656,1,11859,0,2440.64,-3264.55,113.036,2.98451,300,0,0,1454,686,0,0), - (32831,11656,1,11857,0,2508.28,-3120.97,127.278,4.64258,300,0,0,1454,686,0,0), - (32832,11656,1,11859,0,2479.47,-3313.01,114.487,4.36332,300,0,0,1454,686,0,0), - (32833,11656,1,11859,0,2307.9,-3169.44,117.247,3.03687,300,0,0,1454,686,0,0), - (32834,11656,1,11860,0,1462.36,-2289.73,93.4246,1.09956,300,0,0,1454,686,0,0), - (32835,11656,1,11859,0,2593.29,-3402.34,121.543,1.53589,300,0,0,1454,686,0,0), - (32836,11656,1,11858,0,2468.29,-3234.27,117.701,2.19912,300,0,0,1454,686,0,0), - (32837,11656,1,11858,0,2398.79,-3225.08,112.181,0.122173,300,0,0,1454,686,0,0), - (32838,11656,1,11858,0,2650.66,-3359.6,122.874,5.61996,300,0,0,1454,686,0,0), - (32839,11656,1,11860,0,2607.87,-3375.92,122.392,2.67035,300,0,0,1454,686,0,0), - (32840,11656,1,11859,0,2545.42,-3315.25,121.958,3.82227,300,0,0,1454,686,0,0), - (32841,11656,1,11857,0,2713.81,-3403.05,120.288,1.76278,300,0,0,1454,686,0,0), - (32842,11656,1,11858,0,2669.71,-3430.29,119.415,1.0821,300,0,0,1454,686,0,0), - (32843,11656,1,11857,0,2334.06,-3177.37,117.694,2.25148,300,0,0,1454,686,0,0), - (32844,11656,1,11859,0,2323.88,-3202.9,113.221,3.82227,300,0,0,1454,686,0,0), - (32845,11656,1,11859,0,2526.58,-3302.51,120.46,3.1765,300,0,0,1454,686,0,0), - (32846,11656,1,11857,0,2402,-3125.49,125.344,2.77507,300,0,0,1454,686,0,0), - (32847,11656,1,11859,0,2224.85,-3337.82,99.3078,3.10669,300,0,0,1454,686,0,0), - (32848,11656,1,11858,0,2202.13,-3409.66,93.3878,5.23599,300,0,0,1454,686,0,0), - (32849,11656,1,11860,0,2203.2,-3366.04,96.8431,2.16421,300,0,0,1454,686,0,0), - (32850,3721,1,10898,0,3989.52,1025.14,-7.30087,1.1863,300,12,0,448,0,0,1), - (32851,3721,1,10898,0,4018.59,1148.75,-17.6231,0.646202,300,12,0,448,0,0,1), - (32852,3721,1,10898,0,4153.83,1162.04,5.62734,2.8708,300,12,0,448,0,0,1), - (32853,3721,1,10898,0,4050.2,1099.94,-0.609402,1.9571,300,12,0,448,0,0,1), - (32854,3721,1,10898,0,3473.07,1184.99,-22.0121,1.56149,300,12,0,448,0,0,1), - (32855,3721,1,10898,0,3955.71,970.234,-3.50883,6.07318,300,12,0,448,0,0,1), - (32856,3721,1,10898,0,4015.2,912.539,-2.92345,0.949352,300,12,0,448,0,0,1), - (32857,3721,1,10898,0,3609.81,1034.62,-1.47468,2.02721,300,12,0,448,0,0,1), - (32858,3721,1,10898,0,3802.35,968.512,-8.03689,0.585835,300,12,0,448,0,0,1), - (32860,6028,1,4726,0,2354.76,-2540.69,102.896,2.6529,300,0,0,1605,0,0,0), - (32861,14733,1,14813,0,1447.91,-1866.85,127.464,6.23082,600,0,0,4108,0,0,0), - (32862,3725,1,4219,0,3458.02,-76.4076,5.26583,0.403615,300,5,0,354,1020,0,1), - (32863,3725,1,4219,0,3485.42,-87.0787,3.29556,4.45572,300,5,0,354,1020,0,1), - (32864,3725,1,4255,0,3481.8,-52.3731,4.53488,1.11679,300,5,0,354,1020,0,1), - (32865,3725,1,4219,0,3452.03,-51.8134,5.74446,0.408123,300,5,0,354,1020,0,1), - (32866,3725,1,4255,0,3510.27,-93.983,3.38457,4.05306,300,5,0,354,1020,0,1), - (32867,3725,1,4219,0,3546.22,-179.142,5.11862,3.20307,300,5,0,354,1020,0,1), - (32868,3725,1,4219,0,3546.83,-114.94,4.62679,2.64926,300,5,0,354,1020,0,1), - (32869,10639,1,6800,0,3275.84,-400.398,150.904,5.31552,19990,0,0,713,0,0,0), - (32870,3727,1,4225,0,3493.56,-123.427,1.30183,0.0456,300,0,0,494,0,0,0), - (32871,6288,1,4991,0,2086.49,-1182.08,101.779,5.98648,300,0,0,1106,0,0,0), - (32872,10640,1,5773,0,2260.87,-1529.81,88.9161,0.48145,19990,6,0,862,732,0,2), - (32873,3728,1,4220,0,3542.71,-136.809,0.318839,1.75487,300,5,0,354,1020,0,1), - (32874,3728,1,825,0,3518.61,-151.936,1.27167,5.34428,300,5,0,354,1020,0,1), - (32875,3728,1,4221,0,3514.57,-114.397,1.15466,2.56648,300,5,0,354,1020,0,1), - (32876,3730,1,1643,0,3461.38,-135.989,7.80795,5.32284,300,5,0,449,0,0,1), - (32877,3730,1,1643,0,3462.67,-103.417,5.5441,5.45513,300,5,0,449,0,0,1), - (32878,3730,1,1643,0,3474.5,-122.443,3.80183,5.72386,300,5,0,449,0,0,1), - (32879,10642,1,5561,0,1980.5,-1342.54,83.2041,3.52542,19990,0,0,724,732,0,0), - (32880,3730,1,1643,0,3482.19,-106.232,2.42683,4.95304,300,5,0,449,0,0,1), - (32881,3730,1,1643,0,3479.06,-132.279,5.55183,2.18523,300,5,0,449,0,0,1), - (32882,3987,1,2002,0,3337.85,-476.5,154.489,5.90067,300,0,0,713,0,0,0), - (32883,3732,1,4128,0,3711.89,-55.5722,-1.88072,1.51713,300,5,0,377,408,0,1), - (32884,10644,1,165,0,3967.52,154.25,5.58925,4.26096,19990,0,0,573,0,0,0), - (32885,3732,1,4128,0,3778.44,-125.395,0.370739,4.93159,300,5,0,377,408,0,1), - (32886,3732,1,4127,0,3799.11,-196.772,14.9742,2.93003,300,5,0,377,408,0,1), - (32887,3732,1,4128,0,3829.36,-199.377,2.64631,3.44538,300,5,0,377,408,0,1), - (32888,3732,1,4127,0,3844.09,-185.157,1.45852,2.46172,300,15,0,377,408,0,1), - (32889,3732,1,4128,0,3754.17,-129.166,1.80482,3.17135,300,5,0,377,408,0,1), - (32890,3732,1,4127,0,3815.51,-179.61,2.358,2.935,300,5,0,377,408,0,1), - (32891,3732,1,4128,0,3873.96,-169.791,4.69705,3.19978,300,5,0,377,408,0,1), - (32892,3732,1,4127,0,3863.1,-202.049,4.40174,4.34272,300,5,0,377,408,0,1), - (32893,3732,1,4128,0,3742.18,-11.1745,-1.57621,2.15528,300,15,0,377,408,0,1), - (32894,3732,1,4128,0,3748.59,-54.5651,-1.70587,3.80075,300,15,0,377,408,0,1), - (32895,3732,1,4127,0,3755.21,-155.209,6.35239,3.1426,300,5,0,377,408,0,1), - (32897,3733,1,4129,0,3729.08,-37.8277,-1.57762,5.72466,300,15,0,417,0,0,1), - (32898,3733,1,4130,0,3860.66,-222.021,8.15174,2.29251,300,5,0,417,0,0,1), - (32899,3733,1,4130,0,3840.12,-224.403,5.65174,4.97869,300,5,0,417,0,0,1), - (32900,3733,1,4130,0,3805.7,-174.765,2.02131,5.19941,300,5,0,417,0,0,1), - (32901,3733,1,4130,0,3742.06,-86.8233,-0.557266,0.263918,300,5,0,417,0,0,1), - (32902,3733,1,4130,0,3793.75,-102.582,0.620739,5.27288,300,5,0,417,0,0,1), - (32903,3733,1,4130,0,3818.77,-86.09,5.44358,0.152419,300,5,0,417,0,0,1), - (32904,3733,1,4130,0,3882.2,-115.607,4.94636,0.362684,300,15,0,417,0,0,1), - (32905,3734,1,4131,0,3772.02,-160.296,3.21808,1.20428,300,0,0,484,0,0,0), - (32906,3734,1,4131,0,3789.55,-153.039,0.801208,5.98648,300,0,0,484,0,0,0), - (32907,3734,1,4131,0,3844.11,-177.534,0.958521,1.6873,300,15,0,484,0,0,2), - (32908,3734,1,4131,0,3776.04,-153.112,2.46261,4.15388,300,0,0,484,0,0,0), - (32909,3734,1,4132,0,3863.17,-191.838,2.80899,1.73272,300,5,0,484,0,0,1), - (32910,3734,1,4131,0,3862.34,-193.011,2.92245,2.30158,300,5,0,484,0,0,1), - (32913,3735,1,4156,0,3861.7,-214.578,4.53143,1.95477,19990,0,0,472,1357,0,0), - (32914,10647,1,11331,0,2896.66,-2756.19,214.086,4.11898,19990,0,0,1332,1169,0,0), - (32916,12696,1,12970,0,2310.52,-2554.7,101.948,2.42601,300,0,0,1605,0,0,0), - (32917,3736,1,4155,0,1826.65,-2657.7,53.2028,2.89725,300,0,0,617,0,0,0), - (32919,3737,1,3617,0,2940.65,547.378,5.88928,3.74439,300,15,0,449,0,0,1), - (32920,3737,1,3617,0,3124.44,604.896,4.17069,4.8486,300,15,0,449,0,0,1), - (32921,3737,1,3617,0,2975.12,541.709,4.99684,3.21439,300,15,0,449,0,0,1), - (32922,3737,1,3617,0,3014.82,586.841,5.73988,2.26985,300,3,0,449,0,0,1), - (32923,3737,1,3617,0,3050.94,584.337,5.51293,2.2283,300,15,0,449,0,0,1), - (32924,3737,1,3617,0,3041.41,441.825,5.80814,2.34363,300,5,0,449,0,0,1), - (32925,3737,1,3617,0,3016.05,484.366,5.46551,5.85337,300,5,0,449,0,0,1), - (32926,3739,1,540,0,2952.62,519.707,6.11686,6.17492,300,5,0,449,0,0,1), - (32927,3739,1,540,0,2997.7,472.758,9.23179,3.72353,300,5,0,449,0,0,1), - (32928,3739,1,540,0,3076.55,580.473,5.19291,2.88522,300,5,0,449,0,0,1), - (32929,3739,1,540,0,3086.11,610.188,5.1062,5.74109,300,5,0,449,0,0,1), - (32930,3739,1,540,0,3089.11,441.872,5.91946,5.49546,300,15,0,449,0,0,1), - (32931,3739,1,540,0,3016.61,481.912,5.46551,5.85321,300,5,0,449,0,0,1), - (32932,3739,1,540,0,3117.15,488.489,5.25048,0.528312,300,5,0,449,0,0,1), - (32933,3996,1,4172,0,2785.48,-362.46,107.42,2.60054,300,0,0,860,0,0,0), - (32934,3740,1,652,0,2984.46,591.689,15.7224,0.539405,300,2,0,494,0,0,1), - (32935,3740,1,652,0,3049.89,481.827,5.3554,2.67952,300,5,0,494,0,0,1), - (32938,3742,1,4920,0,2981.58,518.816,2.84567,5.86457,300,15,0,442,490,0,1), - (32939,3742,1,4920,0,2982.01,483.061,7.07981,4.37489,300,5,0,442,490,0,1), - (32940,3742,1,4920,0,3050.76,512.394,-4.97239,0.070165,300,5,0,442,490,0,1), - (32941,3742,1,4920,0,3010.68,518.884,-2.11232,5.56228,300,5,0,442,490,0,1), - (32942,3742,1,4920,0,3108.48,513.987,4.63546,1.41446,300,5,0,442,490,0,1), - (32944,3743,1,6824,0,2184.94,-1584.69,85.9699,5.50169,300,15,0,786,0,0,1), - (32945,3743,1,6824,0,2178.22,-1554.17,91.7754,3.90776,300,15,0,786,0,0,1), - (32946,3743,1,6824,0,2222.33,-1351.58,82.5548,5.16765,300,15,0,786,0,0,1), - (32947,3743,1,6824,0,2317.24,-1181.17,87.0228,3.78431,300,15,0,786,0,0,1), - (32948,3743,1,6824,0,2293.46,-1189.2,85.5852,0.077087,300,15,0,786,0,0,1), - (32949,3743,1,6824,0,2348.96,-1144.79,88.0404,1.24962,300,2,0,786,0,0,1), - (32950,3743,1,6824,0,2288.6,-1545.1,90.7016,2.06821,300,5,0,786,0,0,1), - (32951,3743,1,6824,0,2282.67,-1511.86,88.4101,0.874575,300,5,0,786,0,0,1), - (32952,3743,1,6824,0,2251.4,-1447.69,89.2487,5.94864,300,15,0,786,0,0,1), - (32953,3743,1,6824,0,2251.99,-1420.98,87.3919,3.09068,300,15,0,786,0,0,1), - (32954,3743,1,6824,0,2216.12,-1421.56,90.7045,1.79959,300,5,0,786,0,0,1), - (32955,3743,1,6824,0,2222.5,-1381.78,86.361,1.73486,300,15,0,786,0,0,1), - (32956,3743,1,6824,0,2346.92,-1247.77,87.2102,0.704715,300,5,0,786,0,0,1), - (32957,3743,1,6824,0,2347.73,-1278.54,87.5845,2.93084,300,5,0,786,0,0,1), - (32958,3743,1,6824,0,2331.25,-1384.5,88.9072,1.5708,300,5,0,786,0,0,1), - (32960,11680,1,11870,0,2184.42,-3321.66,128.446,1.46608,300,0,0,677,693,0,0), - (32961,11680,1,11870,0,1522.14,-2474.37,111.034,3.70321,300,2,0,677,693,0,1), - (32962,11680,1,11871,0,2597.62,-3600.65,134.181,6.24828,300,0,0,677,693,0,0), - (32963,11680,1,11870,0,1452.97,-2388.83,102.775,4.72925,300,5,0,677,693,0,1), - (32964,11680,1,11871,0,1551.65,-2534.28,103.532,2.85699,300,3,0,677,693,0,1), - (32965,11680,1,11870,0,2585.04,-3614.57,134.131,4.41568,300,0,0,677,693,0,0), - (32966,11680,1,11871,0,2350.6,-3277.21,101.611,4.618,300,5,0,677,693,0,1), - (32967,11680,1,11869,0,1520.39,-2387.64,95.288,0.794645,300,5,0,677,693,0,1), - (32968,11680,1,11872,0,2178.19,-3341.65,121.876,4.17134,300,0,0,677,693,0,0), - (32969,11680,1,11872,0,1621.75,-2541.73,99.1678,3.27092,300,5,0,677,693,0,1), - (32970,11680,1,11871,0,1506.09,-2296.17,93.2065,1.15572,300,5,0,677,693,0,1), - (32971,11680,1,11872,0,1629.37,-2421.8,111.412,1.70323,300,5,0,677,693,0,1), - (32972,11680,1,11869,0,2287.35,-3093.87,122.54,0.000889,300,5,0,677,693,0,1), - (32973,11680,1,11869,0,2345.24,-3211.35,112.349,1.55787,300,5,0,677,693,0,1), - (32974,11680,1,11871,0,1456.48,-2306.21,90.3447,1.7666,300,5,0,677,693,0,1), - (32975,11680,1,11870,0,1426.23,-2318.95,93.921,6.12168,300,5,0,677,693,0,1), - (32976,11680,1,11869,0,1645.51,-2480.99,101.757,1.11313,300,5,0,677,693,0,2), - (32977,11680,1,11869,0,2602.67,-3601.58,109.962,0.15708,300,0,0,677,693,0,0), - (32978,11680,1,11872,0,2612.16,-3345.18,129.271,3.08193,300,5,0,677,693,0,1), - (32979,11680,1,11869,0,2744.76,-3412.63,122.3,0.296253,300,15,0,677,693,0,1), - (32980,11680,1,11872,0,2779.34,-3469.37,115.113,1.0472,300,0,0,677,693,0,0), - (32981,11680,1,11871,0,2390.58,-3315.84,103.561,1.45036,300,5,0,677,693,0,1), - (32982,11680,1,11871,0,2272.69,-3219.37,111.04,3.78012,300,15,0,677,693,0,1), - (32983,11680,1,11871,0,2565.17,-3285.56,130.008,0.259138,300,15,0,677,693,0,1), - (32984,11680,1,11870,0,2509.56,-3244.61,125.857,1.78828,300,15,0,677,693,0,1), - (32985,11680,1,11872,0,2477.91,-3282.14,116.218,4.74121,300,15,0,677,693,0,1), - (32986,11680,1,11869,0,2477.8,-3268.12,117.712,5.75304,300,15,0,677,693,0,1), - (32987,11680,1,11871,0,2459.02,-3247.85,117.691,0.571748,300,15,0,677,693,0,1), - (32988,11680,1,11871,0,2439.63,-3310.54,108.241,2.87868,300,5,0,677,693,0,1), - (32989,11680,1,11869,0,2425.03,-3345.14,103.048,0.309109,300,5,0,677,693,0,1), - (32990,11680,1,11872,0,2396.76,-3187.87,117.008,5.94699,300,5,0,677,693,0,2), - (32991,11680,1,11869,0,2414.4,-3151.71,121.682,1.97994,300,15,0,677,693,0,1), - (32992,11680,1,11870,0,2286.94,-3294.33,102.207,5.00385,300,5,0,677,693,0,1), - (32993,11680,1,11871,0,2195.96,-3321.22,104.572,6.24828,300,0,0,677,693,0,0), - (32994,11680,1,11871,0,2278.72,-3456.83,105.068,1.5708,300,0,0,677,693,0,0), - (32995,11680,1,11872,0,2277.41,-3351.29,98.9313,5.30343,300,5,0,677,693,0,1), - (32996,11680,1,11870,0,2311.29,-3382.24,103.292,3.26098,300,5,0,677,693,0,1), - (32997,11680,1,11869,0,2259.43,-3464.6,129.264,2.75762,300,0,0,677,693,0,0), - (32998,11680,1,11872,0,2276.15,-3476.38,122.748,4.97419,300,0,0,677,693,0,0), - (32999,11680,1,11872,0,2455,-3386.39,102.495,2.64911,300,5,0,677,693,0,2), - (33000,11680,1,11869,0,2706.68,-3446.17,114.798,6.10119,300,15,0,677,693,0,1), - (33001,11680,1,11869,0,2641.8,-3451.1,109.657,1.46794,300,5,0,677,693,0,1), - (33002,11680,1,11872,0,2575.85,-3439.47,104.686,2.17117,300,5,0,677,693,0,1), - (33003,11680,1,11870,0,2750.42,-3442.26,113.654,4.66003,300,0,0,677,693,0,0), - (33004,14753,1,14784,0,1449.63,-1845.65,126.347,5.74213,600,0,0,15464,7071,0,0), - (33006,11681,1,11854,0,1443.14,-2324.2,92.4051,3.38594,300,0,0,940,686,0,0), - (33007,11681,1,11856,0,1493.83,-2350.16,93.685,5.68977,300,0,0,940,686,0,0), - (33008,11681,1,11856,0,2324.3,-3092.98,122.504,4.50295,300,0,0,940,686,0,0), - (33009,11681,1,11853,0,1615.38,-2510.01,98.2463,5.70723,300,0,0,940,686,0,0), - (33010,11681,1,11853,0,1526.77,-2419.31,99.7641,3.28122,300,0,0,940,686,0,0), - (33011,11681,1,11854,0,1600.68,-2431.31,103.153,3.54302,300,0,0,940,686,0,0), - (33012,11681,1,11855,0,2473.58,-3121.93,123.149,4.29351,300,0,0,940,686,0,0), - (33013,11681,1,11853,0,2442.66,-3150.71,124.646,6.21337,300,0,0,940,686,0,0), - (33014,11681,1,11854,0,2382.89,-3119.38,123.353,4.81711,300,0,0,940,686,0,0), - (33015,11681,1,11854,0,2244.61,-3194.38,112.431,0.907571,300,0,0,940,686,0,0), - (33016,11681,1,11856,0,2347.76,-3145.99,118.042,3.42085,300,0,0,940,686,0,0), - (33017,12961,1,12038,0,3379.21,1075.54,0.373861,1.65806,300,0,0,1605,0,0,0), - (33018,11681,1,11856,0,2639.64,-3384.18,120.82,6.02139,300,0,0,940,686,0,0), - (33019,3745,1,937,0,2320.9,-1228.73,84.439,1.16308,300,15,0,617,0,0,1), - (33020,3745,1,937,0,2281.61,-1432,87.8668,2.4764,300,15,0,617,0,0,1), - (33021,11681,1,11856,0,2479.57,-3207.45,121.266,2.79253,300,0,0,940,686,0,0), - (33022,11681,1,11854,0,2489.58,-3187.34,123.976,2.1293,300,0,0,940,686,0,0), - (33023,11681,1,11856,0,2411.24,-3284.44,105.134,3.59538,300,0,0,940,686,0,0), - (33024,11681,1,11854,0,2409.74,-3183.15,119.957,6.05629,300,0,0,940,686,0,0), - (33025,3745,1,937,0,2322.05,-1402.86,87.2689,4.11176,300,15,0,617,0,0,2), - (33026,11681,1,11853,0,2236.36,-3304.91,100.136,2.49582,300,0,0,940,686,0,0), - (33028,11682,1,11863,0,1580.9,-2505.27,98.1324,1.97222,300,0,0,1454,0,0,0), - (33029,11682,1,11861,0,1596.67,-2462.21,98.116,4.89646,300,5,0,1454,0,0,1), - (33030,11682,1,11864,0,1579.98,-2435.22,98.116,5.10765,300,0,0,1454,0,0,0), - (33031,12962,1,4094,0,3362.23,1024.84,2.95413,4.81711,300,0,0,1605,0,0,0), - (33032,3746,1,6819,0,2293.26,-1453.6,89.1586,1.86736,300,0,0,664,0,0,0), - (33033,3746,1,6819,0,2351.37,-1195.21,89.3388,5.71699,300,0,0,664,0,0,0), - (33034,3746,1,6819,0,2369.27,-1180.73,91.0696,2.38863,300,0,0,664,0,0,0), - (33035,3746,1,6819,0,2313.41,-1424.84,86.8939,3.63818,300,0,0,664,0,0,0), - (33036,11682,1,11862,0,2521.98,-3384.4,102.363,4.01426,300,0,0,1454,0,0,0), - (33037,11682,1,11862,0,2456.06,-3442.37,96.2582,3.12414,300,0,0,1454,0,0,0), - (33038,11682,1,11861,0,2453.39,-3478.47,92.5237,1.65806,300,0,0,1454,0,0,0), - (33039,11682,1,11862,0,2430.25,-3477.75,92.7714,1.48353,300,0,0,1454,0,0,0), - (33040,11682,1,11862,0,2470.41,-3549.24,99.2606,4.34564,300,5,0,1454,0,0,2), - (33041,11682,1,11861,0,2429.18,-3534.85,99.46,0.553662,300,0,0,1454,0,0,0), - (33042,11682,1,11861,0,2461.04,-3475.16,92.6347,5.69733,300,5,0,1454,0,0,1), - (33043,11682,1,11863,0,2456.74,-3409.18,100.72,1.58825,300,0,0,1454,0,0,0), - (33044,11682,1,11863,0,2439.15,-3403.94,100.265,0.907571,300,0,0,1454,0,0,0), - (33045,11682,1,11862,0,2489.08,-3425.16,105.441,1.48353,300,0,0,1454,0,0,0), - (33047,11683,1,11867,0,1562.89,-2463.09,98.116,3.18378,300,0,0,737,1977,0,0), - (33048,11683,1,11865,0,1569.91,-2508.5,98.116,1.93372,300,5,0,737,1977,0,1), - (33049,11683,1,11868,0,1559.38,-2444.79,98.116,4.4741,300,0,0,737,1977,0,0), - (33050,11683,1,11866,0,1559.69,-2422.37,98.0857,1.07475,300,0,0,737,1977,0,0), - (33051,11683,1,11868,0,1597.74,-2499.21,98.366,5.92101,300,5,0,737,1977,0,1), - (33052,11683,1,11868,0,1618.58,-2476.33,98.116,1.3523,300,5,0,737,1977,0,1), - (33053,11683,1,11868,0,1560.82,-2477.39,98.116,6.08114,300,0,0,737,1977,0,0), - (33054,11683,1,11868,0,2449.24,-3536.48,99.46,1.47479,300,0,0,737,1977,0,0), - (33055,11683,1,11868,0,2446.57,-3551.65,99.46,2.41043,300,0,0,737,1977,0,0), - (33056,11683,1,11868,0,2437.06,-3543.63,98.3115,3.25587,300,0,0,737,1977,0,0), - (33057,11683,1,11868,0,2547.42,-3403.96,103.423,5.14722,300,0,0,737,1977,0,0), - (33058,11683,1,11867,0,2417.53,-3523.69,99.2775,4.98948,300,0,0,737,1977,0,0), - (33059,11683,1,11866,0,2429.25,-3552.37,99.46,0.229236,300,0,0,737,1977,0,0), - (33060,11683,1,11865,0,2413.63,-3563.54,99.3393,4.61688,300,0,0,737,1977,0,0), - (33061,11683,1,11868,0,2432.16,-3426.02,99.2233,4.59253,300,5,0,737,1977,0,1), - (33062,11683,1,11868,0,2460.49,-3524.48,99.2987,3.56851,300,0,0,737,1977,0,0), - (33063,11683,1,11865,0,2460.59,-3566.27,99.2036,0.476756,300,0,0,737,1977,0,0), - (33064,11683,1,11865,0,2378.73,-3425.27,107.712,4.83456,300,5,0,737,1977,0,1), - (33065,11683,1,11866,0,2353.82,-3281.03,101.621,6.20289,300,5,0,737,1977,0,1), - (33066,11683,1,11868,0,2497.09,-3428.24,104.694,1.4479,300,0,0,737,1977,0,0), - (33067,11683,1,11865,0,2504.03,-3459.55,107.022,0.07124,300,0,0,737,1977,0,0), - (33068,11684,1,1303,0,2515.19,-3094.04,126.713,6.17846,300,15,0,725,0,0,1), - (33069,11684,1,1303,0,1585.27,-2482.17,98.141,2.3193,300,5,0,725,0,0,2), - (33071,11684,1,1303,0,2317.8,-3177.93,115.984,2.6814,300,5,0,725,0,0,1), - (33072,3748,1,6822,0,2273.86,-1436.7,88.8939,3.60084,300,10,0,582,618,0,1), - (33073,12196,1,12392,0,2341.86,-2566.99,102.857,2.28638,300,0,0,1605,0,0,0), - (33074,3748,1,6822,0,2367.62,-1167.59,91.3196,2.70775,300,3,0,582,618,0,1), - (33075,3748,1,6822,0,2380.13,-1186.58,90.6946,4.50012,300,0,0,582,618,0,0), - (33076,3748,1,6822,0,2305.11,-1434.36,86.8939,1.84571,300,0,0,582,618,0,0), - (33077,11684,1,1303,0,2281.2,-3219.22,111.696,4.00954,300,5,0,725,0,0,2), - (33078,11684,1,1303,0,2184.4,-3396.2,95.0919,0.623307,300,15,0,725,0,0,1), - (33079,11684,1,1303,0,2532.49,-3292.6,123.646,6.06854,300,5,0,725,0,0,2), - (33080,3749,1,1996,0,2309.08,-1451.35,88.5189,1.21704,300,0,0,664,0,0,0), - (33081,3749,1,1996,0,2364.03,-1197.31,89.2138,2.37938,300,0,0,664,0,0,0), - (33082,3749,1,1996,0,2380.78,-1194.28,89.5696,1.52476,300,0,0,664,0,0,0), - (33083,3749,1,1996,0,2288.42,-1401.9,86.3668,2.90045,300,0,0,664,0,0,0), - (33084,3750,1,6821,0,2178.43,-1529.23,96.7139,4.45447,300,5,0,543,581,0,1), - (33085,3750,1,6821,0,2310.88,-1148.44,88.1777,4.90311,300,5,0,543,581,0,1), - (33086,3750,1,6821,0,2340.8,-1220.58,86.0913,2.27026,300,15,0,543,581,0,1), - (33087,3750,1,6821,0,2205.44,-1413.11,89.7045,1.24755,300,5,0,543,581,0,1), - (33088,3750,1,6821,0,2181.15,-1411.54,91.6178,3.42188,300,5,0,543,581,0,1), - (33089,3750,1,6821,0,2251.48,-1386.83,84.6132,3.68838,300,15,0,543,581,0,1), - (33090,3750,1,6821,0,2251.82,-1355.87,81.3688,5.40681,300,15,0,543,581,0,1), - (33091,3750,1,6821,0,2213.19,-1620.76,87.2263,4.66115,300,5,0,543,581,0,1), - (33092,3750,1,6821,0,2252.22,-1511.07,89.7212,0.003661,300,5,0,543,581,0,1), - (33093,3750,1,6821,0,2277.37,-1486.46,89.1755,4.16113,300,15,0,543,581,0,1), - (33094,3750,1,6821,0,2254.19,-1485.47,90.5411,4.28305,300,15,0,543,581,0,1), - (33095,3750,1,6821,0,2315.24,-1215.08,86.5173,2.22426,300,15,0,543,581,0,1), - (33096,3752,1,2878,0,2993.55,-2817.69,207.741,2.41197,300,5,0,950,0,0,1), - (33097,3752,1,2878,0,2898.09,-2773.81,214.206,0.159469,300,0,0,950,0,0,0), - (33098,3752,1,2878,0,2931.13,-2802.39,212.887,0.992901,300,10,0,950,0,0,1), - (33099,3752,1,2878,0,2879.27,-2845.89,205.042,2.85373,300,15,0,950,0,0,1), - (33100,3752,1,2878,0,2938.65,-2821.06,212.904,1.80996,300,0,0,950,0,0,0), - (33101,3752,1,2878,0,2952.6,-2827.6,212.904,0.660037,300,0,0,950,0,0,0), - (33102,3754,1,11344,0,2889.27,-2813.64,206.082,6.10643,300,15,0,896,0,0,1), - (33103,3754,1,11344,0,2918.91,-2813.27,210.887,3.22728,300,15,0,896,0,0,1), - (33104,4267,1,2313,0,2828.38,-284.25,106.69,4.67748,600,0,0,7459,7071,0,0), - (33105,3755,1,11346,0,2847.92,-2822.42,199.336,5.73092,300,15,0,769,756,0,1), - (33106,3755,1,11346,0,3021.72,-2820.48,203.009,3.26594,300,5,0,769,756,0,1), - (33107,3755,1,11346,0,3050.65,-2818.27,198.192,0.853068,300,5,0,769,756,0,1), - (33108,3755,1,11346,0,2947.47,-2757.94,220.076,5.32284,300,5,0,769,756,0,1), - (33109,3755,1,11346,0,2871.79,-2891.05,202.978,1.97921,300,0,0,769,756,0,0), - (33110,3755,1,11346,0,2878.44,-2788,209.839,3.00253,300,0,0,769,756,0,0), - (33111,3755,1,11346,0,2913.39,-2788.31,214.357,2.38063,300,0,0,769,756,0,0), - (33112,3755,1,11346,0,2852.79,-2872.29,198.494,1.91441,300,3,0,769,756,0,1), - (33113,3755,1,11346,0,2913.19,-2851.23,211.22,0.564707,300,0,0,769,756,0,0), - (33114,3757,1,11345,0,3038.53,-2786.2,195.47,1.99327,300,5,0,812,811,0,1), - (33115,12717,1,12961,0,3341.65,1004.38,3.89818,0.715585,300,0,0,1240,0,0,0), - (33116,3757,1,11345,0,2951.62,-2782.34,217.468,4.3211,300,5,0,812,811,0,1), - (33117,3757,1,11345,0,2964.97,-2789.08,214.468,3.36458,300,5,0,812,811,0,1), - (33118,3757,1,11345,0,2921.95,-2859.21,214.771,2.8063,300,0,0,812,811,0,0), - (33119,3757,1,11345,0,2929.89,-2836.57,212.396,4.49579,300,0,0,812,811,0,0), - (33120,3757,1,11345,0,2950.92,-2811.18,212.654,4.12955,300,0,0,812,811,0,0), - (33121,12718,1,12946,0,1937.83,-2337.02,92.7938,1.3439,300,0,0,1605,0,0,0), - (33122,3758,1,2010,0,2621.7,-2275.97,206.8,5.58495,300,5,0,734,0,0,1), - (33123,3758,1,2010,0,2643.76,-2256.61,198.182,1.1091,300,10,0,734,0,0,1), - (33124,3758,1,2010,0,2652.2,-2152.02,197.928,3.72,300,5,0,734,0,0,1), - (33125,3758,1,2010,0,2652.65,-2124.3,196.857,3.90171,300,5,0,734,0,0,2), - (33126,3758,1,2010,0,2686.67,-2120.47,200.71,1.81578,300,5,0,734,0,0,1), - (33127,3758,1,2010,0,2516.83,-2151.63,199.414,4.49961,300,10,0,734,0,0,1), - (33128,12719,1,12958,0,3331.24,1025.91,6.36169,6.03884,300,0,0,2016,0,0,0), - (33129,3759,1,2875,0,2619.74,-2113.96,197.774,0.48105,300,5,0,788,0,0,1), - (33130,3759,1,2875,0,2572.91,-2181.63,194.61,2.40182,300,5,0,788,0,0,1), - (33131,3759,1,2875,0,2580.13,-2156.17,193.82,2.46937,300,5,0,788,0,0,1), - (33132,3759,1,2875,0,2488.92,-2138.81,201.615,5.27665,300,0,0,788,0,0,0), - (33133,12720,1,12936,0,2251.3,-2503.09,125.2,3.83972,300,0,0,1764,0,0,0), - (33135,11198,0,11650,0,-10083.9,-2801.88,29.1938,3.9968,300,0,0,1981,0,0,0), - (33136,12721,1,12960,0,3333.34,1028.3,6.36169,5.02655,300,0,0,1684,0,0,0), - (33137,11697,1,2834,0,1713.02,-3033.85,131.306,5.17632,300,5,0,952,811,0,1), - (33138,4273,1,2725,0,2698.57,-1878.41,234.376,5.96903,300,0,0,865,811,0,0), - (33139,11697,1,2834,0,1617.19,-2989.06,181.216,1.09771,300,5,0,952,811,0,1), - (33140,11697,1,2834,0,1983.6,-3146.79,101.819,0.541725,300,10,0,952,811,0,1), - (33141,11697,1,2834,0,2124.86,-2949.74,113.585,3.59272,300,15,0,952,811,0,1), - (33142,11697,1,2834,0,1712.96,-3447.44,144.452,4.57276,300,10,0,952,811,0,1), - (33143,11697,1,2834,0,1684.11,-3426.6,145.077,6.19592,300,10,0,952,811,0,1), - (33144,11697,1,2834,0,1730.53,-3469.6,144.374,2.72271,300,0,0,952,811,0,0), - (33145,11697,1,2834,0,1708.13,-3471.89,144.303,1.29154,300,0,0,952,811,0,0), - (33146,11697,1,2834,0,1625.63,-3322.63,144.496,0.731637,300,10,0,952,811,0,1), - (33147,11697,1,2834,0,1784.69,-3181.21,91.61,5.44543,300,10,0,952,811,0,1), - (33148,12722,1,12973,0,2358.47,-2570.35,102.857,2.70526,300,0,0,1528,2068,0,0), - (33149,3762,1,2011,0,2614,-2256.51,202.408,3.79259,300,10,0,640,655,0,1), - (33150,3762,1,2011,0,2551.8,-2114.15,198.157,1.68158,300,5,0,640,655,0,1), - (33151,3762,1,2011,0,2548.45,-2148.65,196.201,1.46714,300,15,0,640,655,0,1), - (33152,3762,1,2011,0,2544.26,-2183.85,197.241,2.32066,300,0,0,640,655,0,0), - (33153,3762,1,2011,0,2681.76,-2152.16,192.581,3.55803,300,5,0,640,655,0,1), - (33154,3762,1,2011,0,2586,-2113.76,197.732,0.826252,300,5,0,640,655,0,1), - (33155,3762,1,2011,0,2582.9,-2214.78,196.153,0.391608,300,10,0,640,655,0,1), - (33156,12723,1,12948,0,2344.08,-2504.8,103.127,4.36332,300,0,0,1454,0,0,0), - (33157,3763,1,6741,0,2579.54,-2242.5,200.817,1.53993,300,5,0,788,0,0,1), - (33158,3763,1,6741,0,2601.22,-2233.24,199.049,2.68515,300,10,0,788,0,0,1), - (33159,3763,1,6741,0,2482.3,-2154.86,201.865,3.98689,300,5,0,788,0,0,1), - (33160,3763,1,6741,0,2504.47,-2170.73,200.568,3.77415,300,5,0,788,0,0,1), - (33161,3763,1,6741,0,2505.25,-2116.74,200.822,5.17986,300,5,0,788,0,0,1), - (33162,3763,1,6741,0,2598.88,-2130.61,195.982,4.45172,300,5,0,788,0,0,1), - (33163,3763,1,6741,0,2475.3,-2148.2,201.865,1.76329,300,0,0,788,0,0,0), - (33164,3763,1,6741,0,2536.13,-2182.78,197.651,4.39823,300,0,0,788,0,0,0), - (33165,12724,1,12968,0,2309.79,-2513.19,105.394,5.20108,300,0,0,1930,0,0,0), - (33166,4788,1,2012,0,4203.38,920.564,-11.0275,0.947844,300,3,0,1452,0,0,1), - (33167,4788,1,2012,0,4187.83,933.927,-13.0779,0.894955,300,3,0,1452,0,0,1), - (33168,4788,1,2012,0,4284.45,920.548,-17.0842,4.88727,300,5,0,1452,0,0,1), - (33169,4788,1,2012,0,4290.33,898.626,-12.5044,1.55557,300,3,0,1452,0,0,1), - (33170,4788,1,2012,0,4265.09,900.431,-14.3911,6.09916,300,3,0,1452,0,0,1), - (33171,4788,1,2012,0,4248.01,899.882,-9.90777,2.95469,300,3,0,1452,0,0,1), - (33172,4788,1,2012,0,4224.25,905.598,-8.85205,5.05912,300,5,0,1452,0,0,1), - (33173,4789,1,2011,0,4209.75,717.278,-24.6109,0.075991,300,5,0,1563,0,0,1), - (33174,3765,1,2007,0,2742.63,-2915.09,145.202,1.21727,300,15,0,788,0,0,1), - (33175,4789,1,2011,0,4225.47,769.539,-21.4126,2.95534,300,5,0,1563,0,0,1), - (33176,4789,1,2011,0,4269,841.05,-3.86323,2.98853,300,5,0,1563,0,0,1), - (33177,4789,1,2011,0,4261.04,818.823,-7.07113,1.20219,300,5,0,1563,0,0,1), - (33178,4789,1,2011,0,4323.29,915.22,-16.4688,1.20651,300,5,0,1563,0,0,1), - (33179,4789,1,2011,0,4281.17,850.709,-8.62695,6.08921,300,5,0,1563,0,0,1), - (33180,3765,1,2007,0,2720.52,-2977.9,141.424,2.31757,300,15,0,788,0,0,1), - (33181,3765,1,2007,0,2820.69,-3013.73,160.32,5.55719,300,5,0,788,0,0,1), - (33182,3767,1,2018,0,2759.47,-2942.06,143.331,1.1285,300,5,0,840,0,0,1), - (33183,3767,1,2018,0,2790.28,-2952.49,148.756,3.36294,300,5,0,840,0,0,1), - (33184,3767,1,2018,0,2777.56,-2961.37,145.631,0.96174,300,15,0,840,0,0,1), - (33185,3767,1,2018,0,2752.55,-3001.11,147.983,3.6165,300,15,0,840,0,0,1), - (33186,3767,1,2018,0,2735.78,-2988.18,140.786,5.70086,300,0,0,840,0,0,0), - (33187,3767,1,2018,0,2790.26,-3022.98,157.879,1.79176,300,15,0,840,0,0,1), - (33188,3767,1,2018,0,2668.66,-3021.33,155.953,3.75857,300,5,0,840,0,0,2), - (33189,6073,1,10905,0,2012.81,-2998.05,107.899,5.17429,300,5,0,950,0,0,1), - (33190,6073,1,10905,0,2050.54,-2948.78,108.862,1.66834,300,5,0,950,0,0,1), - (33191,6073,1,10905,0,2019.79,-3056.88,101.597,5.55936,300,15,0,950,0,0,1), - (33192,6073,1,10905,0,2074.18,-3113.2,104.347,2.82202,300,5,0,950,0,0,1), - (33193,6073,1,10905,0,2147.13,-2979.85,116.112,3.76893,300,15,0,950,0,0,1), - (33194,6073,1,10905,0,2179.57,-2950.73,119.688,5.17168,300,15,0,950,0,0,1), - (33195,6073,1,10905,0,1945.33,-3056.74,103.414,3.53841,300,15,0,950,0,0,1), - (33196,6073,1,10905,0,1986.65,-3097.45,113.411,5.5211,300,15,0,950,0,0,1), - (33197,6073,1,10905,0,1957.22,-3110.45,106.548,1.18545,300,15,0,950,0,0,1), - (33198,6073,1,10905,0,1626.63,-3055.65,89.682,5.93406,300,15,0,950,0,0,1), - (33199,6073,1,10905,0,1652.79,-3084.43,88.5691,4.34059,300,15,0,950,0,0,1), - (33200,6073,1,10905,0,1654.71,-3387.49,144.438,5.09055,300,10,0,950,0,0,1), - (33201,6073,1,10905,0,1688.79,-3218.07,127.277,6.13988,300,0,0,950,0,0,0), - (33202,6073,1,10905,0,1680.12,-3187.77,115.844,3.89176,300,0,0,950,0,0,0), - (33203,6073,1,10905,0,1920.32,-3152.29,97.9181,1.38317,300,10,0,950,0,0,1), - (33204,6073,1,10905,0,1979.1,-2952.5,105.404,3.16319,300,15,0,950,0,0,1), - (33205,6073,1,10905,0,1915.31,-3088.49,110.881,5.58076,300,5,0,950,0,0,1), - (33206,6073,1,10905,0,1978.36,-3015.44,106.821,4.80134,300,15,0,950,0,0,1), - (33207,6073,1,10905,0,1853.34,-3169.58,94.5721,0.535825,300,10,0,950,0,0,1), - (33208,12474,1,12509,0,3175.95,-3581.62,131.536,0.578493,600,0,0,80925,0,0,0), - (33209,12474,1,12509,0,3173.86,-3577.92,131.38,0.580049,600,0,0,80925,0,0,0), - (33210,12474,1,12509,0,3147.45,-3462.05,139.415,4.76524,600,0,0,80925,0,0,0), - (33211,12474,1,12509,0,3242.32,-3645.28,128.126,2.37154,600,0,0,80925,0,0,0), - (33212,12474,1,12509,0,3243.34,-3793.69,125.013,3.82712,600,0,0,80925,0,0,0), - (33213,12474,1,12509,0,3240.53,-3790.5,124.41,3.82715,600,0,0,80925,0,0,0), - (33214,12474,1,12509,0,3143.54,-3777.3,122.377,4.01209,600,0,0,80925,0,0,0), - (33215,12474,1,12509,0,3141.63,-3774.74,122.689,3.6005,600,0,0,80925,0,0,0), - (33216,3770,1,2017,0,2790.67,-2970.94,149.654,2.10124,300,5,0,840,0,0,1), - (33217,3770,1,2017,0,2780.97,-3011.94,154.129,5.72726,300,5,0,840,0,0,1), - (33218,3770,1,2017,0,2778.81,-3018.68,154.254,3.60988,300,5,0,840,0,0,1), - (33219,3770,1,2017,0,2768.5,-2997.23,150.029,0.7619,300,15,0,840,0,0,1), - (33220,3770,1,2017,0,2779.12,-2989.45,150.338,2.2804,300,5,0,840,0,0,1), - (33221,3770,1,2017,0,2762.96,-2953.25,143.206,4.39373,300,5,0,840,0,0,1), - (33222,3770,1,2017,0,2738.42,-2979.82,141.036,2.93905,300,5,0,840,0,0,1), - (33223,3770,1,2017,0,2690.66,-2984.4,142.799,3.40071,300,5,0,840,0,0,1), - (33224,3770,1,2017,0,2810.68,-2977.67,155.455,3.91597,300,5,0,840,0,0,1), - (33225,3770,1,2017,0,2803.13,-2942.63,153.361,1.53752,300,5,0,840,0,0,1), - (33226,12475,1,625,0,3149.48,-3460.1,139.711,4.76532,600,0,0,76300,0,0,0), - (33227,12475,1,625,0,3245.31,-3642.27,129.289,2.37209,600,0,0,76300,0,0,0), - (33228,12475,1,625,0,3185.15,-3511.56,134.407,1.55167,600,0,0,76300,0,0,0), - (33229,12475,1,625,0,3181.42,-3512.31,133.482,1.88614,600,0,0,76300,0,0,0), - (33230,12475,1,625,0,3155.36,-3653.06,121.816,0.005241,600,0,0,76300,0,0,0), - (33231,12475,1,625,0,3155.66,-3657.3,121.582,0.005258,600,0,0,76300,0,0,0), - (33232,3771,1,2013,0,2685.87,-3051.8,166.911,0.940805,300,5,0,684,693,0,1), - (33233,3771,1,2013,0,2755.34,-3084.5,164.072,1.48862,300,5,0,684,693,0,1), - (33234,3771,1,2013,0,2752.65,-3051.01,156.691,1.81491,300,5,0,684,693,0,1), - (33235,3771,1,2013,0,2788.93,-2911.5,150.961,1.33277,300,0,0,684,693,0,0), - (33236,3771,1,2013,0,2717.36,-2949.86,140.924,4.38988,300,0,0,684,693,0,0), - (33237,3771,1,2013,0,2778.44,-2892.8,150.41,4.63026,300,0,0,684,693,0,0), - (33238,3771,1,2013,0,2721.18,-2909.5,143.946,2.14715,300,15,0,684,693,0,1), - (33239,3771,1,2013,0,2746.37,-2886.7,156.55,6.00222,300,5,0,684,693,0,1), - (33240,12476,1,7974,0,3177.21,-3578.26,131.577,0.57846,600,0,0,62875,24860,0,0), - (33241,12476,1,7974,0,3145.24,-3460.18,139.381,4.75975,600,0,0,62875,24860,0,0), - (33242,12476,1,7974,0,3242.05,-3642.06,128.402,2.37209,600,0,0,62875,24860,0,0), - (33243,12476,1,7974,0,3182.94,-3509.48,134.507,1.66852,600,0,0,62875,24860,0,0), - (33244,12476,1,7974,0,3240.11,-3793.59,124.704,3.82742,600,0,0,62875,24860,0,0), - (33245,12476,1,7974,0,3158.41,-3655.17,121.924,0.005229,600,0,0,62875,24860,0,0), - (33246,12476,1,7974,0,3140.91,-3777.18,122.477,3.85199,600,0,0,62875,24860,0,0), - (33247,3772,1,5049,0,2332.7,63.4456,92.6269,2.80103,300,5,0,544,581,0,1), - (33248,3772,1,5049,0,2236.03,242.846,135.875,0.31191,300,5,0,544,581,0,1), - (33249,3772,1,5049,0,2420.36,419.171,95.8207,2.01786,300,15,0,544,581,0,1), - (33250,2236,1,1001,0,4388.01,1005.67,3.9974,1.72363,300,5,0,494,0,0,1), - (33251,2236,1,1001,0,4422.97,883.957,0.318649,5.49972,300,5,0,494,0,0,1), - (33252,2236,1,1001,0,4356.36,996.99,10.3914,5.61227,300,5,0,494,0,0,1), - (33253,3772,1,5049,0,2373.66,445.225,112.059,6.07066,300,0,0,544,581,0,0), - (33254,3772,1,5049,0,2278.7,380.356,131.995,0.970382,300,5,0,544,581,0,1), - (33255,3772,1,5049,0,2235.23,327.894,132.589,2.20152,300,5,0,544,581,0,1), - (33256,2236,1,1001,0,4381.74,938.335,5.23037,1.28149,300,5,0,494,0,0,1), - (33257,3772,1,5049,0,2385.3,82.7219,93.9396,1.4848,300,5,0,544,581,0,1), - (33258,3772,1,5049,0,2387.52,23.9108,92.7084,1.16488,300,15,0,544,581,0,1), - (33259,3772,1,5049,0,2282.95,36.9325,107.039,2.24555,300,5,0,544,581,0,1), - (33260,3772,1,5049,0,2247.81,82.7382,103.254,4.07045,300,5,0,544,581,0,2), - (33261,3772,1,5049,0,2245.63,149.855,117.563,2.62899,300,5,0,544,581,0,1), - (33262,3772,1,5049,0,2268.31,195.317,145.955,5.02634,300,5,0,544,581,0,1), - (33263,3772,1,5049,0,2312.34,220.706,154.109,2.44673,300,5,0,544,581,0,1), - (33264,3774,1,10950,0,2243.51,352.072,130.571,0.200903,300,5,0,573,0,0,1), - (33265,3774,1,10950,0,2203.86,104.852,111.723,4.4092,300,5,0,573,0,0,1), - (33266,3774,1,10950,0,2288.46,446.222,137.342,2.52343,300,5,0,573,0,0,1), - (33267,3774,1,10950,0,2219.58,277.871,133.392,1.38616,300,5,0,573,0,0,1), - (33268,3774,1,10950,0,2415.31,477.918,106.179,2.67576,300,5,0,573,0,0,1), - (33269,3774,1,10950,0,2347.79,450.865,119.79,0.948339,300,5,0,573,0,0,1), - (33270,3774,1,10950,0,2318.19,450.418,132.932,1.97771,300,5,0,573,0,0,1), - (33271,3774,1,10950,0,2284.11,422.38,131.618,2.43085,300,5,0,573,0,0,1), - (33272,3774,1,10950,0,2332.67,245.359,154.298,5.9531,300,0,0,573,0,0,0), - (33273,3774,1,10950,0,2345.13,230.648,153.951,4.82173,300,5,0,573,0,0,1), - (33274,3774,1,10950,0,2412.38,39.398,89.4717,4.5091,300,15,0,573,0,0,1), - (33275,3774,1,10950,0,2206.92,74.82,113.819,3.30835,300,5,0,573,0,0,1), - (33276,3774,1,10950,0,2252.91,56.5611,104.014,5.30193,300,5,0,573,0,0,1), - (33277,3774,1,10950,0,2322.24,60.8695,92.809,3.09666,300,5,0,573,0,0,1), - (33278,3774,1,10950,0,2308.44,52.601,95.1281,3.08704,300,5,0,573,0,0,1), - (33279,3774,1,10950,0,2210.52,166.095,123.479,1.33175,300,5,0,573,0,0,1), - (33280,3774,1,10950,0,2215.14,181.225,128.281,3.32165,300,15,0,573,0,0,1), - (33281,11712,1,11682,0,2648.59,392.19,72.3485,1.97851,300,0,0,2568,0,0,0), - (33282,12736,1,12953,0,3355.07,1033.14,6.03463,1.50098,300,0,0,1240,1633,0,0), - (33283,12737,1,12959,0,2366.48,-2548.22,103.273,2.07694,600,0,0,2210,0,0,0), - (33284,5314,1,7553,0,3184.51,-3652.05,123.377,5.10515,600,5,0,80925,0,0,2), - (33285,4802,1,4983,0,4312.73,947.008,-22.7093,3.05856,300,2,0,1299,980,0,1), - (33286,4802,1,4983,0,4168.69,948.015,-17.7654,0.818697,300,3,0,1299,980,0,1), - (33287,4802,1,4983,0,4208.94,928.794,-8.75785,0.330905,300,5,0,1299,980,0,1), - (33288,4802,1,4983,0,4333.98,879.114,-21.1304,4.17473,300,5,0,1299,980,0,1), - (33289,4802,1,4983,0,4237.73,796.093,-15.5948,0.935029,300,5,0,1299,980,0,1), - (33290,4802,1,4983,0,4247,890.878,-9.37451,0.941239,300,3,0,1299,980,0,1), - (33291,4802,1,4983,0,4209.44,918.492,-9.60041,5.67969,300,5,0,1299,980,0,1), - (33292,4802,1,4983,0,4309.56,912.067,-16.0522,0.95599,300,2,0,1299,980,0,1), - (33293,4802,1,4983,0,4165.32,936.075,-17.9591,1.119,300,3,0,1299,980,0,1), - (33294,4803,1,4976,0,4284.73,963.384,-24.0023,0.350988,300,3,0,1392,1020,0,1), - (33295,4803,1,4976,0,4288.34,976.409,-21.5372,1.81872,300,3,0,1392,1020,0,1), - (33296,4803,1,4976,0,4310.98,937.415,-18.5834,2.32948,300,2,0,1392,1020,0,1), - (33297,4803,1,4976,0,4343.39,887.219,-20.6897,3.10769,300,5,0,1392,1020,0,1), - (33298,4803,1,4976,0,4331.09,863.942,-20.336,5.00311,300,5,0,1392,1020,0,1), - (33299,4803,1,4976,0,4340.63,855.231,-20.8787,5.21999,300,5,0,1392,1020,0,1), - (33300,4803,1,4976,0,4255.69,665.841,-28.9923,2.16358,300,5,0,1392,1020,0,1), - (33302,4803,1,4976,0,4211.48,743.905,-23.8398,4.83856,300,3,0,1392,1020,0,1), - (33303,4803,1,4976,0,4242.6,722.841,-27.8341,4.50619,300,5,0,1392,1020,0,1), - (33304,4803,1,4976,0,4258.4,732.838,-26.3651,4.39429,300,5,0,1392,1020,0,1), - (33305,4803,1,4976,0,4220.18,744.233,-24.7492,0.296007,300,3,0,1392,1020,0,1), - (33306,4803,1,4976,0,4213.45,729.203,-24.9974,4.19379,300,3,0,1392,1020,0,1), - (33307,4803,1,4976,0,4234.45,791.927,-16.9335,5.01013,300,5,0,1392,1020,0,1), - (33308,4803,1,4976,0,4309.97,863.958,-15.0554,3.52966,300,5,0,1392,1020,0,1), - (33309,4803,1,4976,0,4244.1,822.513,-7.42719,3.81957,300,5,0,1392,1020,0,1), - (33310,4803,1,4976,0,4318.98,897.664,-13.7531,4.91207,300,3,0,1392,1020,0,1), - (33311,4803,1,4976,0,4321.39,890.548,-13.378,1.93931,300,3,0,1392,1020,0,1), - (33312,4803,1,4976,0,4296.6,858.678,-14.1896,0.684972,300,5,0,1392,1020,0,1), - (33313,3780,1,168,0,2808.17,-1010.62,197.943,2.44659,300,5,0,531,0,0,1), - (33314,3780,1,168,0,2887.77,-1026.13,192.479,2.06679,300,3,0,531,0,0,1), - (33315,3780,1,168,0,2847.87,-1043.36,197.644,3.70653,300,3,0,531,0,0,1), - (33317,3780,1,168,0,2977.03,-979.454,198.854,2.86866,300,15,0,531,0,0,1), - (33318,3780,1,168,0,2972.02,-1014.27,199.067,1.27199,300,15,0,531,0,0,1), - (33319,3780,1,168,0,2834.24,-997.952,193.547,2.11925,300,15,0,531,0,0,1), - (33320,3780,1,168,0,2956.57,-1048.04,199.241,6.21424,300,5,0,531,0,0,1), - (33321,3780,1,168,0,2950.7,-1008.41,191.597,1.35069,300,15,0,531,0,0,1), - (33322,3780,1,168,0,2825.56,-945.892,197.708,3.5542,300,5,0,531,0,0,1), - (33323,3780,1,168,0,2948.6,-955.646,190.02,1.32401,300,5,0,531,0,0,1), - (33324,3780,1,168,0,2980.65,-928.7,198.705,5.09863,300,15,0,531,0,0,1), - (33325,3780,1,168,0,3010.41,-942.408,193.188,2.69098,300,15,0,531,0,0,1), - (33326,3780,1,168,0,2940.6,-892.612,196.472,1.18093,300,5,0,531,0,0,1), - (33327,3780,1,168,0,2912.97,-968.968,201.454,3.18033,300,5,0,531,0,0,1), - (33328,3780,1,168,0,2910.83,-918.648,192.233,5.59532,300,5,0,531,0,0,1), - (33329,3780,1,168,0,2869.08,-944.698,190.069,5.46276,300,5,0,531,0,0,1), - (33330,3780,1,168,0,2815.28,-959.424,195.256,3.96272,300,5,0,531,0,0,1), - (33331,3781,1,2022,0,1974.45,-184.942,98.8088,0.571525,300,15,0,544,581,0,1), - (33332,3781,1,2022,0,2010.86,-257.319,87.6568,0.810255,300,15,0,544,581,0,1), - (33333,3781,1,2022,0,1992.23,-217.613,87.0355,2.50186,300,15,0,544,581,0,1), - (33334,3781,1,2022,0,2082.34,-338.708,92.9016,0.305745,300,5,0,544,581,0,1), - (33335,3781,1,2022,0,2081.4,-146.535,87.451,3.21285,300,15,0,544,581,0,1), - (33336,3781,1,2022,0,2040.38,-85.1864,115.131,2.58393,300,5,0,544,581,0,1), - (33337,3781,1,2022,0,2146.29,-265.482,82.2432,1.14821,300,5,0,544,581,0,1), - (33338,3781,1,2022,0,2129.66,-168.147,81.2528,1.65847,300,5,0,544,581,0,1), - (33339,3781,1,2022,0,2076.94,-295.021,83.0711,4.72801,300,15,0,544,581,0,1), - (33340,3781,1,2022,0,2148.53,-131.948,100.197,4.38971,300,15,0,544,581,0,1), - (33341,3782,1,9011,0,1594,-2062.39,92.6885,5.83038,300,10,0,734,0,0,1), - (33342,3782,1,9011,0,1518.59,-2118.56,77.8073,5.79303,300,5,0,734,0,0,1), - (33343,3782,1,9011,0,2447.59,-2853.34,138.267,1.20517,300,5,0,734,0,0,1), - (33344,3782,1,9011,0,2019.42,-3211.25,79.5454,2.85354,300,5,0,734,0,0,1), - (33345,3782,1,9011,0,2080.39,-2020.64,89.503,3.51056,300,5,0,734,0,0,1), - (33346,3782,1,9011,0,2153.96,-2080.61,92.4724,2.48831,300,5,0,734,0,0,1), - (33347,3782,1,9011,0,1722.69,-1810.7,85.3791,3.15973,300,5,0,734,0,0,1), - (33348,3782,1,9011,0,1442.89,-2139.18,90.7336,3.18861,300,10,0,734,0,0,1), - (33349,3782,1,9011,0,2056.8,-3246.62,75.5128,0.472381,300,5,0,734,0,0,1), - (33350,3782,1,9011,0,1638.95,-1703.82,85.6922,1.9483,300,5,0,734,0,0,1), - (33351,3782,1,9011,0,2537.81,-2399.84,145.26,5.80862,300,5,0,734,0,0,1), - (33352,3782,1,9011,0,1677.26,-1747.58,92.0634,4.26071,300,5,0,734,0,0,1), - (33353,3782,1,9011,0,2196.75,-2142.89,93.5582,0.463318,300,5,0,734,0,0,1), - (33354,3782,1,9011,0,1652.06,-1743.58,85.8507,2.98989,300,5,0,734,0,0,1), - (33355,3782,1,9011,0,2225.73,-2991.5,106.452,4.37443,300,5,0,734,0,0,1), - (33356,3782,1,9011,0,2518.81,-2379.71,139.772,0.094188,300,5,0,734,0,0,1), - (33357,3782,1,9011,0,2353.47,-2319.64,112.227,6.09938,300,5,0,734,0,0,1), - (33358,3782,1,9011,0,2380.01,-2824.38,130.719,0.454475,300,5,0,734,0,0,1), - (33359,3782,1,9011,0,2320.52,-2818.25,124.301,1.96745,300,5,0,734,0,0,1), - (33360,3782,1,9011,0,2253.09,-2822.14,117.987,6.16437,300,5,0,734,0,0,1), - (33361,3782,1,9011,0,1565.42,-2189,94.7367,4.69732,300,5,0,734,0,0,1), - (33362,3782,1,9011,0,2209.06,-3049.8,102.21,4.43212,300,5,0,734,0,0,1), - (33363,3782,1,9011,0,1978.93,-2876.11,89.0523,4.08741,300,5,0,734,0,0,1), - (33364,3782,1,9011,0,2121.2,-2872.14,103.446,1.91315,300,5,0,734,0,0,1), - (33365,3782,1,9011,0,1554.81,-2156.39,78.0371,3.15331,300,10,0,734,0,0,1), - (33366,3782,1,9011,0,1610.26,-2080.29,91.5411,3.49658,300,10,0,734,0,0,1), - (33367,3782,1,9011,0,2615.05,-2839.23,158.476,1.63925,300,5,0,734,0,0,1), - (33368,3782,1,9011,0,1578.02,-2148.39,88.4134,6.04058,300,5,0,734,0,0,1), - (33369,3782,1,9011,0,2255.62,-2258.04,97.6004,5.19506,300,5,0,734,0,0,1), - (33370,6087,1,4844,0,2101.26,-1182.86,101.786,4.74729,300,0,0,1770,0,0,0), - (33371,6087,1,4844,0,2134.48,-1198.76,98.3637,0.087266,300,0,0,1770,0,0,0), - (33372,6087,1,4843,0,2134.3,-1181.38,99.2387,6.23082,300,0,0,1770,0,0,0), - (33373,6087,1,4841,0,2101.42,-1198.31,101.787,1.79769,300,0,0,1770,0,0,0), - (33374,3783,1,2023,0,1921.4,-108.616,115.266,0.285005,300,5,0,508,545,0,1), - (33375,3783,1,2023,0,1979.87,-261.23,101.905,0.896719,300,5,0,508,545,0,1), - (33376,3783,1,2023,0,2019.7,-150.785,92.0379,5.05515,300,15,0,508,545,0,1), - (33377,3783,1,2023,0,1889.68,-185.947,101.304,4.28842,300,5,0,508,545,0,2), - (33379,1545,0,346,0,2920.8,86.4658,4.24989,1.41864,300,10,0,176,0,0,1), - (33381,6087,1,4842,0,2652.8,-381.443,107.532,4.95674,300,0,0,1770,0,0,0), - (33384,1545,0,346,0,2940.1,43.7624,6.06985,0.892573,300,10,0,176,0,0,1), - (33385,1545,0,346,0,2948.93,-18.7436,7.72405,4.14629,300,10,0,176,0,0,1), - (33386,1545,0,346,0,2975.71,81.9219,2.92232,2.80628,300,5,0,176,0,0,1), - (33390,7603,90,6967,0,-489.812,559.961,-230.602,3.65961,7200,2,0,853,0,0,1), - (33391,3783,1,2023,0,2076.86,-122.765,92.0376,2.95301,300,5,0,508,545,0,1), - (33395,6233,90,6978,0,-479.992,553.159,-230.602,3.59214,7200,2,0,2559,0,0,1), - (33396,7603,90,6968,0,-466.408,527.329,-230.602,6.11885,7200,2,0,853,0,0,1), - (33397,7603,90,6967,0,-464.437,527.62,-230.601,0.364823,7200,2,0,853,0,0,1), - (33398,7603,90,6968,0,-467.899,517.033,-230.518,2.00713,7200,2,0,853,0,0,1), - (33399,7603,90,6967,0,-472.045,527.063,-230.602,0.923557,7200,2,0,853,0,0,1), - (33400,6222,90,6933,0,-464.458,518.547,-230.602,5.24279,7200,0,0,905,0,0,0), - (33401,6222,90,6932,0,-515.631,587.235,-230.602,6.02039,7200,2,0,905,0,0,1), - (33402,6222,90,6935,0,-539.798,558.085,-273.08,1.41736,7200,2,0,905,0,0,1), - (33403,7603,90,6967,0,-631.247,444.701,-272.979,0.925025,7200,3,0,853,0,0,1), - (33404,7603,90,6967,0,-626.295,448.169,-272.978,3.735,7200,2,0,853,0,0,1), - (33405,7603,90,6967,0,-630.799,450,-272.979,0,7200,2,0,853,0,0,1), - (33406,6087,1,4842,0,2735.93,-416.844,110.501,2.79253,300,0,0,1770,0,0,0), - (33407,6087,1,4844,0,2637.42,-451.803,106.82,2.9147,300,0,0,1770,0,0,0), - (33408,6087,1,4844,0,2633.13,-443.645,107.211,4.04916,300,0,0,1770,0,0,0), - (33409,6087,1,4843,0,2814.51,-272.127,106.94,1.71042,300,0,0,1770,0,0,0), - (33410,6087,1,4843,0,2658.91,-394.258,108.499,5.79358,300,0,0,1770,0,0,0), - (33411,6087,1,4841,0,2717.91,-369.602,107.964,5.84685,300,0,0,1770,0,0,0), - (33412,6087,1,4844,0,2728.83,-356.807,108.6,5.5676,300,0,0,1770,0,0,0), - (33413,6087,1,4842,0,2741.93,-358.924,107.214,4.0362,300,5,0,1770,0,0,2), - (33414,6087,1,4842,0,2753.11,-317.827,109.251,4.64258,300,0,0,1770,0,0,0), - (33415,3783,1,2023,0,1957.63,-186.397,103.705,3.26292,300,15,0,508,545,0,1), - (33416,3783,1,2023,0,2045.56,-288.688,83.6489,0.013011,300,5,0,508,545,0,1), - (33417,3783,1,2023,0,2085.93,-313.309,86.3394,2.96249,300,15,0,508,545,0,1), - (33418,3783,1,2023,0,2118.92,-281.266,82.3794,4.51128,300,5,0,508,545,0,1), - (33419,3783,1,2023,0,2080.63,-278.546,92.1737,4.12168,300,15,0,508,545,0,1), - (33420,3783,1,2023,0,2148.25,-243.185,81.8675,1.36055,300,5,0,508,545,0,1), - (33421,7603,90,6968,0,-634.205,453.489,-273.063,2.70326,7200,2,0,853,0,0,1), - (33422,6222,90,6935,0,-633.882,447.407,-273.063,5.88472,7200,3,0,905,0,0,1), - (33423,7603,90,6968,0,-732.509,241.083,-272.997,1.65806,7200,2,0,853,0,0,1), - (33424,3783,1,2023,0,2044.94,-118.126,86.5075,5.03661,300,5,0,508,545,0,1), - (33425,3783,1,2023,0,2011.7,-74.3316,121.165,3.75344,300,5,0,508,545,0,1), - (33426,7603,90,6967,0,-734.406,234.689,-272.403,2.49582,7200,2,0,853,0,0,1), - (33427,7603,90,6967,0,-738.795,225.476,-272.997,5.49779,7200,2,0,853,0,0,1), - (33428,7603,90,6968,0,-740.041,235.315,-272.997,0,7200,2,0,853,0,0,1), - (33429,6233,90,6978,0,-738.034,230.835,-272.997,0.174533,7200,3,0,2559,0,0,1), - (33430,6224,90,6936,0,-877.407,363.953,-316.433,1.62105,7200,3,0,905,0,0,1), - (33431,6224,90,6936,0,-858.925,389.898,-316.43,3.65923,7200,3,0,905,0,0,1), - (33432,6224,90,6936,0,-764.095,56.176,-257.347,4.92183,7200,0,0,905,0,0,0), - (33433,7603,90,6967,0,-847.354,289.447,-272.611,2.57274,7200,2,0,853,0,0,1), - (33434,7603,90,6967,0,-846.367,294.08,-272.513,5.044,7200,2,0,853,0,0,1), - (33435,7603,90,6968,0,-847.694,284.091,-272.605,2.96448,7200,2,0,853,0,0,1), - (33436,7603,90,6968,0,-859.787,292.404,-272.513,5.32325,7200,2,0,853,0,0,1), - (33437,6233,90,6978,0,-852.587,290.918,-272.61,4.08323,7200,3,0,2559,0,0,1), - (33438,7603,90,6967,0,-788.239,205.013,-272.999,3.61283,7200,3,0,853,0,0,1), - (33439,7603,90,6967,0,-797.803,205.898,-272.999,2.96706,7200,3,0,853,0,0,1), - (33440,7603,90,6968,0,-779.544,216.3,-272.999,0,7200,3,0,853,0,0,1), - (33441,7603,90,6967,0,-791.334,202.494,-273.082,3.34306,7200,3,0,853,0,0,1), - (33442,6224,90,6936,0,-784.163,210.624,-272.999,4.18879,7200,3,0,905,0,0,1), - (33443,6224,90,6936,0,-867.086,332.016,-316.431,2.58111,7200,3,0,905,0,0,1), - (33444,6224,90,6936,0,-742.334,235.533,-273.08,0.66947,7200,2,0,905,0,0,1), - (33445,6226,90,6890,0,-867.12,333.94,-316.433,1.04478,7200,5,0,2865,0,0,1), - (33446,6224,90,6936,0,-876.962,365.196,-316.433,1.62033,7200,3,0,905,0,0,1), - (33447,6329,90,976,0,-486.77,159.007,-154.634,2.1293,7200,3,0,1830,655,0,1), - (33448,6206,90,830,0,-367.079,101.611,-154.743,4.66665,7200,5,0,2097,0,0,1), - (33449,6206,90,830,0,-507.797,105.502,-154.66,2.04204,7200,5,0,2097,0,0,1), - (33450,6329,90,976,0,-506.575,182.598,-155.153,2.3911,7200,3,0,1830,655,0,1), - (33451,6329,90,976,0,-455.021,38.1171,-154.66,0.506145,7200,5,0,1830,655,0,1), - (33452,6329,90,976,0,-429.105,180,-154.743,3.19489,7200,5,0,1830,655,0,1), - (33453,6206,90,830,0,-531.673,160.769,-155.153,4.2586,7200,5,0,2097,0,0,1), - (33454,6212,90,3456,0,-724.26,698.946,-330.699,3.89208,7200,5,0,3171,0,0,1), - (33455,6212,90,3456,0,-746.574,542.956,-290.977,4.03171,7200,2,0,3171,0,0,1), - (33456,6234,90,6979,0,-646.241,524.73,-272.977,2.32129,7200,3,0,3018,0,0,1), - (33457,6212,90,3456,0,-768.671,568.882,-291.06,1.68938,7200,3,0,3171,0,0,1), - (33458,6212,90,3456,0,-688.181,704.648,-330.699,3.89208,7200,5,0,3171,0,0,1), - (33459,6212,90,3456,0,-706.772,549.348,-295.519,5.3058,7200,2,0,3171,0,0,1), - (33460,6232,90,6889,0,-737.309,659.8,-323.456,2.79253,7200,2,0,5285,0,0,1), - (33461,3783,1,2023,0,2039.79,-188.002,94.8714,2.05467,300,15,0,508,545,0,1), - (33462,3783,1,2023,0,1903.92,-196.332,103.832,3.32022,300,5,0,508,545,0,1), - (33463,3783,1,2023,0,2084.83,-214.824,97.1855,3.55625,300,15,0,508,545,0,1), - (33464,3783,1,2023,0,2052.38,-219.903,97.1586,1.90812,300,15,0,508,545,0,1), - (33465,3783,1,2023,0,2127.12,-239.948,92.3603,5.37106,300,15,0,508,545,0,1), - (33466,3783,1,2023,0,2087.18,-244.419,97.7034,0.171454,300,15,0,508,545,0,1), - (33467,3783,1,2023,0,2079,-171.465,92.8395,1.74044,300,15,0,508,545,0,1), - (33468,3783,1,2023,0,2195.21,-209.555,98.6439,6.09922,300,5,0,508,545,0,1), - (33469,3783,1,2023,0,2185.99,-271.804,97.3242,0.896485,300,5,0,508,545,0,1), - (33470,6087,1,4841,0,2820.74,-302.083,108.459,3.14159,300,0,0,1770,0,0,0), - (33471,6212,90,3456,0,-742.329,579.152,-290.977,0.959931,7200,0,0,3171,0,0,0), - (33472,6232,90,6889,0,-721.026,703.277,-330.699,3.21141,7200,3,0,5285,0,0,1), - (33473,6212,90,3456,0,-740.86,558.484,-303.699,1.36136,7200,3,0,3171,0,0,1), - (33474,6211,90,10285,0,-572.245,36.1417,-196.701,4.46804,7200,2,0,2400,0,0,1), - (33475,6211,90,10285,0,-640.63,60.9319,-192.837,6.05629,7200,1,0,2400,0,0,1), - (33476,6206,90,830,0,-579.958,98.1969,-202.035,5.93412,7200,5,0,2097,0,0,1), - (33477,6329,90,976,0,-575.288,46.7761,-200.157,4.88692,7200,3,0,1830,655,0,1), - (33478,6206,90,830,0,-641.052,113.123,-192.667,2.98451,7200,0,0,2097,0,0,0), - (33479,6211,90,10285,0,-594.156,94.788,-199.414,3.29641,7200,0,0,2400,0,0,0), - (33480,6329,90,976,0,-546.082,137.754,-202.068,4.81711,7200,5,0,1830,655,0,1), - (33481,7603,90,6967,0,-666.094,421.115,-272.981,1.11701,7200,2,0,853,0,0,1), - (33482,7603,90,6967,0,-679.972,412.712,-273.064,4.5664,7200,2,0,853,0,0,1), - (33483,7603,90,6968,0,-670.493,423.687,-272.981,0.820305,7200,2,0,853,0,0,1), - (33484,7603,90,6968,0,-668.682,418.405,-272.981,0,7200,2,0,853,0,0,1), - (33485,6222,90,6934,0,-673.195,412.989,-273.064,0.950813,7200,2,0,905,0,0,1), - (33486,6224,90,6936,0,-823.78,425.54,-272.591,2.92918,7200,2,0,905,0,0,1), - (33487,6226,90,6890,0,-797.001,384.529,-316.433,1.96094,7200,3,0,2865,0,0,1), - (33488,6224,90,6936,0,-781.707,204.067,-273.081,3.81134,7200,3,0,905,0,0,1), - (33489,6234,90,6979,0,-687.447,719.957,-317.977,2.87979,7200,3,0,3018,0,0,1), - (33490,6212,90,3456,0,-725.086,648.683,-308.78,3.29867,7200,0,0,3171,0,0,0), - (33491,6212,90,3456,0,-656.108,696.262,-334.045,2.85127,7200,5,0,3171,0,0,1), - (33492,6234,90,6979,0,-741.779,541.255,-290.977,3.00197,7200,2,0,3018,0,0,1), - (33493,6212,90,3456,0,-751.021,604.79,-306.048,2.60054,7200,0,0,3171,0,0,0), - (33494,6212,90,3456,0,-755.573,580.21,-303.699,3.80482,7200,5,0,3171,0,0,1), - (33495,6224,90,6936,0,-589.443,686.069,-327.001,2.94961,7200,0,0,905,0,0,0), - (33496,6232,90,0,0,-649.077,710.205,-327.059,2.89505,7200,0,0,5285,0,0,2), - (33497,6212,90,3456,0,-677.469,541.743,-285.982,2.49582,7200,2,0,3171,0,0,1), - (33498,6212,90,3456,0,-738.731,663.921,-325.031,6.14356,7200,2,0,3171,0,0,1), - (33499,6212,90,3456,0,-742.175,581.596,-290.977,3.61283,7200,0,0,3171,0,0,0), - (33500,6212,90,3456,0,-771.775,601.896,-290.977,6.12611,7200,0,0,3171,0,0,0), - (33501,4852,70,160,0,-172.4,140.041,-47.3289,2.60054,7200,2,0,3279,1142,0,1), - (33502,4851,70,721,0,-276.031,169.233,-47.3251,3.15905,7200,2,0,3831,0,0,1), - (33503,4851,70,721,0,-276.377,136.472,-47.3259,5.34071,7200,2,0,3831,0,0,1), - (33504,10120,70,5989,0,48.5035,251.146,-52.1147,0.558505,7200,0,0,7392,0,0,0), - (33505,7396,70,6010,0,48.8237,260.62,-52.1147,5.51524,7200,2,0,1782,0,0,1), - (33506,7396,70,6010,0,65.102,251.421,-52.1981,5.42025,7200,2,0,1782,0,0,1), - (33507,7396,70,6010,0,59.6526,247.481,-52.198,1.62304,7200,2,0,1782,0,0,1), - (33508,7396,70,6010,0,55.0334,254.895,-52.198,2.13041,7200,2,0,1782,0,0,1), - (33509,7397,70,6009,0,61.976,247.81,-52.198,2.02133,7200,2,0,1248,3075,0,1), - (33510,7397,70,6009,0,58.3992,254.443,-52.198,5.78542,7200,2,0,1248,3075,0,1), - (33511,4860,70,2234,0,61.616,238.023,-52.198,0.140379,7200,2,0,5148,0,0,1), - (33512,4860,70,2234,0,76.1654,213.906,-54.9749,2.28883,7200,3,0,5148,0,0,1), - (33513,7396,70,6010,0,122.341,258.239,-26.5881,2.8043,7200,2,0,1782,0,0,1), - (33514,7396,70,6010,0,129.495,258.71,-26.5881,1.24716,7200,2,0,1782,0,0,1), - (33515,7396,70,6010,0,129.486,263.976,-26.5881,5.05695,7200,2,0,1782,0,0,1), - (33516,7396,70,6010,0,112.488,244.233,-26.5047,0.593412,7200,2,0,1782,0,0,1), - (33517,7397,70,6009,0,124.215,250.495,-26.5881,0.043685,7200,2,0,1248,3075,0,1), - (33518,4860,70,2234,0,113.387,252.391,-26.5881,0.518236,7200,2,0,5148,0,0,1), - (33519,7022,70,2488,0,-123.224,239.511,-48.3428,3.07178,7200,3,0,4377,0,0,1), - (33520,4863,70,4486,0,-141.03,312.545,-44.3538,5.61996,7200,5,0,4377,0,0,1), - (33521,4861,70,1954,0,-44.2284,356.997,-47.5747,0.575959,7200,3,0,4185,0,0,1), - (33522,4861,70,1954,0,-56.0625,371.559,-50.5752,3.43001,7200,3,0,4185,0,0,1), - (33523,4861,70,0,0,-107.367,351.402,-47.2184,1.29681,7200,0,0,4185,0,0,2), - (33524,4851,70,721,0,-281.844,163.795,-47.3267,4.4855,7200,2,0,3831,0,0,1), - (33525,4852,70,160,0,-166.57,69.4432,-48.7308,1.53746,7200,3,0,3279,1142,0,1), - (33526,4852,70,160,0,-273.878,62.1223,-48.7141,3.41824,7200,3,0,3279,1142,0,1), - (33527,4851,70,721,0,-212.113,120.996,-46.6312,4.60462,7200,5,0,3831,0,0,1), - (33528,4851,70,721,0,-280.322,59.587,-48.7168,0.403883,7200,3,0,3831,0,0,1), - (33529,4851,70,721,0,-164.516,82.1045,-48.7316,0.567649,7200,3,0,3831,0,0,1), - (33530,4851,70,721,0,-244.22,90.1088,-48.0306,3.45953,7200,2,0,3831,0,0,1), - (33531,4852,70,160,0,-282.683,170.546,-47.3271,2.51327,7200,2,0,3279,1142,0,1), - (33532,4851,70,721,0,-212.481,88.8378,-48.0205,3.08739,7200,2,0,3831,0,0,1), - (33533,4852,70,160,0,-224.209,134.803,-46.6291,3.37407,7200,2,0,3279,1142,0,1), - (33534,4851,70,721,0,-230.612,129.842,-46.6282,1.46608,7200,2,0,3831,0,0,1), - (33535,10120,70,5989,0,51.9748,243.765,-52.1147,0.593412,7200,0,0,7392,0,0,0), - (33536,15384,70,11686,0,150.307,306.34,-52.1428,5.79449,7200,0,0,42,0,0,0), - (33537,2748,70,5988,0,104.338,272.31,-51.6959,3.64774,43200,0,0,29850,0,0,0), - (33538,7309,70,6025,0,132.846,259.723,-52.1213,2.60054,7200,0,0,446,0,0,0), - (33539,7309,70,6025,0,79.827,292.044,-52.1213,5.84685,7200,0,0,446,0,0,0), - (33540,7309,70,6025,0,119.714,299.935,-52.1213,4.18879,7200,0,0,446,0,0,0), - (33541,7309,70,6025,0,73.6493,276.098,-52.1213,6.0912,7200,0,0,446,0,0,0), - (33542,7076,70,6026,0,106.737,290.618,-51.6997,4.59022,7200,0,0,446,0,0,0), - (33543,7309,70,6025,0,96.1878,242.548,-52.1213,1.36136,7200,0,0,446,0,0,0), - (33544,10120,70,5989,0,117.541,244.48,-52.1213,2.09439,7200,0,0,7392,0,0,0), - (33545,7309,70,6025,0,85.3935,247.961,-52.1213,0.959931,7200,0,0,446,0,0,0), - (33546,7309,70,6025,0,87.3029,246.851,-52.1213,1.06465,7200,0,0,446,0,0,0), - (33547,7309,70,6025,0,107.897,303.66,-52.1213,4.57276,7200,0,0,446,0,0,0), - (33548,7309,70,6025,0,110.552,303.294,-52.1213,4.57276,7200,0,0,446,0,0,0), - (33549,10120,70,5989,0,90.9648,301.704,-52.1213,5.28835,7200,0,0,7392,0,0,0), - (33550,7077,70,6025,0,125.958,296.112,-52.1213,3.9619,7200,0,0,251,2975,0,0), - (33551,7076,70,6026,0,89.731,282.814,-51.6997,5.67232,7200,0,0,446,0,0,0), - (33552,7309,70,6025,0,78.5479,289.994,-52.1213,5.70723,7200,0,0,446,0,0,0), - (33553,7309,70,6025,0,77.1684,287.766,-52.1213,5.81195,7200,0,0,446,0,0,0), - (33554,7309,70,6025,0,75.9659,285.748,-52.1213,5.65487,7200,0,0,446,0,0,0), - (33555,7309,70,6025,0,74.2951,280.898,-52.1213,6.0912,7200,0,0,446,0,0,0), - (33556,7309,70,6025,0,73.9196,278.483,-52.1213,6.12611,7200,0,0,446,0,0,0), - (33557,7309,70,6025,0,73.2958,273.634,-52.1213,6.00393,7200,0,0,446,0,0,0), - (33558,7077,70,6025,0,83.3431,249.266,-52.1213,0.837758,7200,0,0,251,2975,0,0), - (33559,7077,70,6025,0,93.7888,243.029,-52.1213,1.23918,7200,0,0,251,2975,0,0), - (33560,7076,70,6026,0,102.634,255.188,-51.6997,1.48353,7200,0,0,446,0,0,0), - (33561,7309,70,6025,0,130.37,255.511,-52.1213,2.58309,7200,0,0,446,0,0,0), - (33562,7309,70,6025,0,131.642,257.691,-52.1213,2.61799,7200,0,0,446,0,0,0), - (33563,7077,70,6025,0,115.438,302.439,-52.1213,4.34587,7200,0,0,251,2975,0,0), - (33564,3784,1,2024,0,1530.74,-2094.7,88.528,3.43664,300,10,0,788,0,0,1), - (33565,3784,1,2024,0,1628.89,-1696.34,87.4683,2.40702,300,5,0,788,0,0,1), - (33566,3784,1,2024,0,2077.4,-3218,79.3894,0.066438,300,5,0,788,0,0,1), - (33567,3784,1,2024,0,2180.38,-3148.19,89.9185,6.18342,300,5,0,788,0,0,1), - (33568,3784,1,2024,0,1793.18,-1875.66,83.9687,5.77316,300,5,0,788,0,0,1), - (33569,3784,1,2024,0,1586.57,-2098.99,74.045,2.11546,300,10,0,788,0,0,1), - (33570,3784,1,2024,0,1445.52,-2159.87,92.0644,6.23438,300,10,0,788,0,0,1), - (33571,3784,1,2024,0,2029.69,-3259.9,65.3673,0.111797,300,5,0,788,0,0,1), - (33572,3784,1,2024,0,1612.21,-1750.68,93.1301,0.06734,300,5,0,788,0,0,1), - (33573,3784,1,2024,0,1518.72,-2163.16,78.3245,1.13948,300,10,0,788,0,0,1), - (33574,3784,1,2024,0,1541.34,-2166.57,71.6486,3.92147,300,10,0,788,0,0,1), - (33575,11720,1,11685,0,2393.55,-2525.33,111.374,2.93215,300,0,0,2868,0,0,0), - (33576,3784,1,2024,0,1920.21,-1932.72,84.604,1.07874,300,5,0,788,0,0,1), - (33577,7077,70,6025,0,103.067,304.25,-52.1213,4.74729,7200,0,0,251,2975,0,0), - (33578,7309,70,6025,0,91.5691,244.263,-52.1213,1.0472,7200,0,0,446,0,0,0), - (33579,7309,70,6025,0,98.6404,242.097,-52.1213,1.36136,7200,0,0,446,0,0,0), - (33580,7309,70,6025,0,101.175,241.734,-52.1213,1.41372,7200,0,0,446,0,0,0), - (33581,7309,70,6025,0,134.815,264.562,-52.1213,2.9147,7200,0,0,446,0,0,0), - (33582,7309,70,6025,0,135.212,267.042,-52.1213,2.98451,7200,0,0,446,0,0,0), - (33583,7309,70,6025,0,135.559,269.673,-52.1213,2.98451,7200,0,0,446,0,0,0), - (33584,7309,70,6025,0,135.927,272.091,-52.1213,3.01942,7200,0,0,446,0,0,0), - (33585,7309,70,6025,0,123.935,297.48,-52.1213,4.15388,7200,0,0,446,0,0,0), - (33586,7076,70,6026,0,88.0912,265.328,-51.6997,0.436332,7200,0,0,446,0,0,0), - (33587,7309,70,6025,0,117.584,301.153,-52.1213,4.24115,7200,0,0,446,0,0,0), - (33588,7077,70,6025,0,127.731,251.6,-52.1213,2.40855,7200,0,0,251,2975,0,0), - (33589,7077,70,6025,0,134.081,262.03,-52.1213,2.80998,7200,0,0,251,2975,0,0), - (33590,3784,1,2024,0,2270.72,-2945.99,110.469,3.99799,300,5,0,788,0,0,1), - (33591,3784,1,2024,0,2447.65,-2328.74,130.116,1.23704,300,5,0,788,0,0,1), - (33592,3784,1,2024,0,2179.08,-2859.27,107.329,3.38493,300,5,0,788,0,0,1), - (33593,7077,70,6025,0,74.8823,283.399,-52.1213,5.91667,7200,0,0,251,2975,0,0), - (33594,7309,70,6025,0,103.572,241.414,-52.1213,1.36136,7200,0,0,446,0,0,0), - (33595,7309,70,6025,0,121.925,298.689,-52.1213,4.15388,7200,0,0,446,0,0,0), - (33596,7309,70,6025,0,112.992,302.948,-52.1213,4.50295,7200,0,0,446,0,0,0), - (33597,7309,70,6025,0,105.498,304,-52.1213,4.59022,7200,0,0,446,0,0,0), - (33598,5226,109,7549,0,-491.134,141.045,-148.742,2.54743,7200,0,0,5970,0,0,0), - (33599,8311,109,7571,0,-506.616,183.867,-147.307,1.93089,7200,0,0,1386,0,0,0), - (33601,8384,109,631,0,-510.957,186.878,-148.802,5.14474,7200,0,0,5970,0,0,0), - (33602,8311,109,7571,0,-490.377,149.741,-147.768,3.69646,7200,0,0,1386,0,0,0), - (33603,8311,109,7571,0,-510.948,181.021,-148.802,6.10999,7200,0,0,1386,0,0,0), - (33604,8311,109,7571,0,-546.35,151.003,-147.526,4.48893,7200,0,0,1386,0,0,0), - (33605,8311,109,7571,0,-555.539,131.459,-148.802,0.993906,7200,0,0,1386,0,0,0), - (33606,8311,109,7571,0,-533.006,115.369,-148.805,2.70607,7200,0,0,1386,0,0,0), - (33607,8311,109,7571,0,-517.782,98.4696,-148.742,3.21658,7200,0,0,1386,0,0,0), - (33608,8311,109,7571,0,-524.655,90.3218,-148.743,1.44944,7200,0,0,1386,0,0,0), - (33609,8384,109,631,0,-521.151,90.4728,-148.741,2.20734,7200,0,0,5970,0,0,0), - (33610,8384,109,631,0,-521.044,102.285,-148.743,3.88653,7200,0,0,5970,0,0,0), - (33611,8384,109,631,0,-569.687,101.871,-148.802,6.16495,7200,0,0,5970,0,0,0), - (33612,8384,109,631,0,-563.259,109.207,-148.802,4.29571,7200,0,0,5970,0,0,0), - (33613,8311,109,7571,0,-562.351,101.242,-148.802,1.35204,7200,0,0,1386,0,0,0), - (33614,8311,109,7571,0,-568.104,106.208,-148.802,5.94583,7200,0,0,1386,0,0,0), - (33615,8311,109,7571,0,-558.676,107.74,-147.236,2.93383,7200,0,0,1386,0,0,0), - (33616,8311,109,7571,0,-566.167,104.666,-148.802,0.725287,7200,0,0,1386,0,0,0), - (33617,8311,109,7571,0,-490.3,42.7803,-148.744,2.90556,7200,0,0,1386,0,0,0), - (33618,8311,109,7571,0,-499.616,46.49,-148.744,0.113466,7200,0,0,1386,0,0,0), - (33619,5226,109,7549,0,-501.895,52.2439,-148.744,4.71197,7200,0,0,5970,0,0,0), - (33620,5226,109,7549,0,-491.895,46.3545,-148.743,3.41607,7200,0,0,5970,0,0,0), - (33622,8384,109,631,0,-527.568,18.2762,-148.802,0.469254,7200,0,0,5970,0,0,0), - (33623,8311,109,7571,0,-520.316,26.81,-148.802,4.21953,7200,0,0,1386,0,0,0), - (33624,8311,109,7571,0,-519.67,16.1979,-147.236,2.69036,7200,0,0,1386,0,0,0), - (33625,8311,109,7571,0,-522.688,18.6743,-148.802,6.27964,7200,0,0,1386,0,0,0), - (33626,8311,109,7571,0,-527.713,20.5194,-148.802,1.79422,7200,0,0,1386,0,0,0), - (33627,8311,109,7571,0,-526.129,15.5934,-148.802,2.11938,7200,0,0,1386,0,0,0), - (33628,5228,109,682,0,-434.107,53.8109,-148.742,4.15671,7200,0,0,5970,0,0,0), - (33629,5228,109,682,0,-446.256,43.6092,-148.744,5.58535,7200,0,0,5970,0,0,0), - (33630,5226,109,7549,0,-398.737,33.2352,-148.802,4.22267,7200,0,0,5970,0,0,0), - (33631,8384,109,631,0,-430.339,4.36264,-148.802,0.998612,7200,0,0,5970,0,0,0), - (33632,8311,109,7571,0,-434.003,1.58256,-148.802,0.782628,7200,0,0,1386,0,0,0), - (33633,8311,109,7571,0,-425.072,9.87226,-148.802,2.36521,7200,0,0,1386,0,0,0), - (33634,8311,109,7571,0,-431.558,8.57298,-148.802,0.821899,7200,0,0,1386,0,0,0), - (33635,8311,109,7571,0,-433.708,7.27427,-148.802,0.947562,7200,0,0,1386,0,0,0), - (33636,8311,109,7571,0,-426.633,3.14311,-148.802,2.9896,7200,0,0,1386,0,0,0), - (33637,8311,109,7571,0,-398.828,26.548,-148.802,3.30533,7200,0,0,1386,0,0,0), - (33639,8318,109,7554,0,-367.639,12.3524,-148.713,1.81071,7200,0,0,2399,0,0,0), - (33640,8318,109,7554,0,-375.791,12.885,-148.793,1.31984,7200,0,0,2399,0,0,0), - (33641,5267,109,4771,0,-373.987,8.44981,-148.719,1.63792,7200,0,0,6251,0,0,0), - (33642,5259,109,6670,0,-376.555,5.47187,-148.677,1.41801,7200,0,0,4776,1640,0,0), - (33643,5259,109,6670,0,-366.303,20.705,-148.657,4.0923,7200,0,0,4776,1640,0,0), - (33644,5259,109,6670,0,-367.58,90.78,-131.849,5.97881,7200,0,0,4776,1640,0,0), - (33645,5267,109,4771,0,-367.467,83.5495,-131.849,0.520293,7200,0,0,6251,0,0,0), - (33646,5291,109,7569,0,-399.046,209.403,-90.8796,3.34538,7200,0,0,4950,1695,0,0), - (33647,5291,109,7569,0,-378.717,251.202,-90.8439,2.56862,7200,0,0,4950,1695,0,0), - (33648,5291,109,7569,0,-380.593,270.517,-90.83,3.83625,7200,0,0,4950,1695,0,0), - (33649,5291,109,7569,0,-488.499,273.113,-90.7271,5.83116,7200,0,0,4950,1695,0,0), - (33650,5291,109,7569,0,-471.309,297.133,-90.6995,5.01434,7200,0,0,4950,1695,0,0), - (33651,5291,109,7569,0,-555.544,270.643,-90.8346,5.27195,7200,0,0,4950,1695,0,0), - (33652,5291,109,7569,0,-535.628,203.112,-90.9058,1.4667,7200,0,0,4950,1695,0,0), - (33653,5277,109,7903,0,-502.226,161.997,-90.8876,5.24682,7200,0,0,6414,0,0,0), - (33654,5280,109,7863,0,-511.836,156.322,-90.8862,5.19577,7200,0,0,4950,1695,0,0), - (33655,5283,109,181,0,-507.281,159.062,-90.8874,5.26646,7200,0,0,6186,0,0,0), - (33656,5283,109,181,0,-497.614,164.865,-90.8902,5.23897,7200,0,0,6186,0,0,0), - (33657,5719,109,7975,0,-667.59,103.111,-90.8313,6.18358,1000000,0,0,11075,0,0,2), - (33658,5722,109,9584,0,-667.359,80.803,-90.8326,0.112455,1000000,0,0,11075,0,0,2), - (33659,5277,109,7903,0,-598.944,99.2307,-90.8849,1.0031,7200,0,0,6414,0,0,0), - (33660,8319,109,621,0,-599.345,87.0457,-90.8871,0.311951,7200,0,0,2578,0,0,0), - (33661,8319,109,621,0,-605.791,97.6143,-90.8848,5.9676,7200,0,0,2578,0,0,0), - (33662,8319,109,621,0,-597.511,84.3774,-90.8899,2.34299,7200,0,0,2578,0,0,0), - (33663,8319,109,621,0,-588.77,97.1348,-90.8871,3.40642,7200,0,0,2578,0,0,0), - (33664,5283,109,181,0,-587.545,92.7379,-90.8894,3.17708,7200,0,0,6186,0,0,0), - (33665,5283,109,181,0,-542.852,86.9069,-90.8667,0.0111437,7200,0,0,6186,0,0,0), - (33666,5277,109,7903,0,-542.652,94.2902,-90.8689,0.0582671,7200,0,0,6414,0,0,0), - (33667,5277,109,7903,0,-543.298,101.722,-90.8697,0.0504134,7200,0,0,6414,0,0,0), - (33668,5280,109,7863,0,-561.332,-66.583,-90.8419,5.882,7200,0,0,4950,1695,0,0), - (33669,5277,109,7903,0,-543.934,-72.9843,-90.8326,3.44334,7200,0,0,6414,0,0,0), - (33670,8319,109,621,0,-541.35,-67.5494,-90.8367,2.08617,7200,0,0,2578,0,0,0), - (33671,8319,109,621,0,-556.189,-75.0474,-90.8371,1.78458,7200,0,0,2578,0,0,0), - (33672,8319,109,621,0,-561.843,-75.0713,-90.8384,0.712507,7200,0,0,2578,0,0,0), - (33673,8319,109,621,0,-556.717,-58.0294,-90.844,5.50344,7200,0,0,2578,0,0,0), - (33674,8311,109,7571,0,-505.355,180.341,-148.802,1.9144,7200,0,0,1386,0,0,0), - (33675,5226,109,7549,0,-286.726,117.319,-173.003,5.52842,7200,0,0,5970,0,0,0), - (33676,5226,109,7549,0,-328.677,133.218,-156.731,2.07267,7200,0,0,5970,0,0,0), - (33677,8311,109,7571,0,-301.759,115.811,-173.003,0.450819,7200,0,0,1386,0,0,0), - (33678,8319,109,621,0,-516.262,-5.21464,-90.8829,2.1197,7200,0,0,2578,0,0,0), - (33679,8319,109,621,0,-512.418,4.69133,-90.8829,4.82933,7200,0,0,2578,0,0,0), - (33680,8319,109,621,0,-517.08,8.97851,-90.8829,0.603882,7200,0,0,2578,0,0,0), - (33683,4343,1,814,0,-3151.78,-3109.86,31.8476,1.71573,360,10,0,1536,0,0,1), - (33685,4329,1,143,0,-4345.2,-3279.72,44.7534,0.073148,360,5,0,4755,0,0,1), - (33690,4412,1,2546,0,-3581.83,-2946.08,38.1757,0.929641,360,10,0,1536,0,0,1), - (33692,4323,1,715,0,-4358.56,-3290.9,39.5516,4.81808,360,10,0,1836,1857,0,1), - (33694,7337,129,11381,0,2500.72,940.689,48.6518,5.07891,7200,0,0,3027,1067,0,0), - (33695,1545,0,346,0,3012.86,52.7821,0,2.32029,300,5,0,176,0,0,1), - (33696,1545,0,346,0,3065.7,-235.469,2.52976,0.453205,300,5,0,176,0,0,1), - (33697,1545,0,346,0,3021.46,-346.883,6.98492,0.578412,300,5,0,176,0,0,1), - (33698,1941,0,10853,0,2449.13,480.421,44.652,4.22613,300,10,0,120,0,0,1), - (33699,1537,0,2472,0,2530.44,-890.327,55.7939,0.349307,300,0,0,156,0,0,0), - (33700,1537,0,2483,0,2587.16,-897.513,61.5298,1.81514,300,0,0,156,0,0,0), - (33701,1537,0,2483,0,2577.09,-855.484,60.1559,0.127261,300,5,0,156,0,0,1), - (33702,1537,0,2483,0,2528.36,-843.548,59.2939,0.919282,300,5,0,156,0,0,1), - (33703,1537,0,2483,0,2514.22,-936.122,66.0034,4.13643,300,0,0,156,0,0,0), - (33704,1537,0,2472,0,2581.11,-913.99,69.4303,5.74213,300,0,0,156,0,0,0), - (33705,1538,0,2466,0,2484.22,-879.037,60.3536,0.033223,300,5,0,166,178,0,1), - (33706,1538,0,2466,0,2550.38,-905.022,56.928,0.959931,300,3,0,166,178,0,1), - (33707,5690,0,4007,0,2301.52,-1.88889,23.258,5.60251,300,0,0,695,0,0,0), - (33708,2132,0,1601,0,2265.17,347.628,36.104,4.59022,300,0,0,1240,0,0,0), - (33709,6289,0,4993,0,2029.08,69.7176,34.4594,0.820305,300,0,0,546,0,0,0), - (33710,3548,0,1639,0,2330.42,242.518,28.4739,5.16617,300,0,0,500,0,0,0), - (33711,4773,0,3945,0,2253.9,318.385,35.2725,5.51524,300,0,0,1605,100,0,0), - (33712,5277,109,7903,0,-529.762,10.1713,-90.8782,6.17628,7200,0,0,6414,0,0,0), - (33713,5280,109,7863,0,-524.726,16.4706,-90.8805,4.6212,7200,0,0,4950,1695,0,0), - (33714,8319,109,621,0,-409.042,87.9432,-91.1964,0.466443,7200,0,0,2578,0,0,0), - (33715,8319,109,621,0,-404.823,98.7564,-91.0953,2.43858,7200,0,0,2578,0,0,0), - (33716,8319,109,621,0,-398.212,91.0003,-90.9189,2.43072,7200,0,0,2578,0,0,0), - (33717,8319,109,621,0,-391.624,98.5669,-90.8776,0.33371,7200,0,0,2578,0,0,0), - (33718,8319,109,621,0,-385.835,91.1061,-90.8747,3.69522,7200,0,0,2578,0,0,0), - (33719,5277,109,7903,0,-293.655,80.4138,-91.4671,2.16369,7200,0,0,6414,0,0,0), - (33720,2131,0,1599,0,2254.76,238.445,33.717,0.506145,300,0,0,695,0,0,0), - (33721,8319,109,621,0,-288.008,76.4924,-91.4671,2.98836,7200,0,0,2578,0,0,0), - (33722,5283,109,181,0,-293.544,74.1209,-91.4671,1.51573,7200,0,0,6186,0,0,0), - (33723,5280,109,7863,0,-301.045,77.3152,-91.4671,0.365127,7200,0,0,4950,1695,0,0), - (33724,8311,109,7571,0,-513.666,120.161,-173.293,0.628289,7200,0,0,1386,0,0,0), - (33725,8311,109,7571,0,-510.294,114.76,-174.013,0.925957,7200,0,0,1386,0,0,0), - (33726,8311,109,7571,0,-509.183,125.616,-173.458,3.47065,7200,0,0,1386,0,0,0), - (33727,8384,109,631,0,-515.758,123.722,-172.939,5.88575,7200,0,0,5970,0,0,0), - (33728,5228,109,682,0,-494.243,141.354,-172.939,5.34383,7200,0,0,5970,0,0,0), - (33729,8311,109,7571,0,-463.926,156.711,-172.294,4.63305,7200,0,0,1386,0,0,0), - (33730,8311,109,7571,0,-471.406,150.717,-172.939,5.11999,7200,0,0,1386,0,0,0), - (33731,8311,109,7571,0,-466.626,145.242,-173.551,3.13686,7200,0,0,1386,0,0,0), - (33732,8311,109,7571,0,-461.322,145.554,-173.521,2.12763,7200,0,0,1386,0,0,0), - (33733,8384,109,631,0,-468.431,151.671,-172.939,5.08858,7200,0,0,5970,0,0,0), - (33734,8311,109,7571,0,-424.676,122.525,-173.485,0.439019,7200,0,0,1386,0,0,0), - (33735,8311,109,7571,0,-418.175,120.787,-172.939,2.04909,7200,0,0,1386,0,0,0), - (33736,8311,109,7571,0,-422.839,117.392,-173.622,1.20478,7200,0,0,1386,0,0,0), - (33737,8384,109,631,0,-415.387,117.089,-172.939,2.93816,7200,0,0,5970,0,0,0), - (33738,8384,109,631,0,-421.219,125.943,-172.939,4.51681,7200,0,0,5970,0,0,0), - (33739,8311,109,7571,0,-507.2,67.0389,-173.854,3.48009,7200,0,0,1386,0,0,0), - (33740,5695,0,4039,0,2284.17,242.129,41.1978,2.44346,300,0,0,1684,0,0,0), - (33741,5759,0,4179,0,2246.09,239.849,34.3437,0.715585,300,0,0,413,0,0,0), - (33742,8311,109,7571,0,-513.006,69.0376,-173.357,1.54015,7200,0,0,1386,0,0,0), - (33743,8311,109,7571,0,-508.668,61.9109,-173.368,2.67427,7200,0,0,1386,0,0,0), - (33744,8384,109,631,0,-516.026,66.2658,-172.939,0.0455403,7200,0,0,5970,0,0,0), - (33745,5228,109,682,0,-495.708,51.8927,-173.313,0.8922,7200,0,0,5970,0,0,0), - (33746,8311,109,7571,0,-474.082,44.395,-173.589,1.47105,7200,0,0,1386,0,0,0), - (33747,8311,109,7571,0,-478.183,41.077,-173.081,1.37051,7200,0,0,1386,0,0,0), - (33748,8311,109,7571,0,-484.906,47.7435,-173.594,4.62442,7200,0,0,1386,0,0,0), - (33749,8311,109,7571,0,-480.789,47.3489,-173.862,3.38742,7200,0,0,1386,0,0,0), - (33750,8384,109,631,0,-466.495,39.6715,-172.939,4.24194,7200,0,0,5970,0,0,0), - (33751,5228,109,682,0,-440.719,53.7378,-173.655,4.04951,7200,0,0,5970,0,0,0), - (33752,2127,0,1604,0,2259.05,250.317,41.1981,3.87463,300,0,0,644,557,0,0), - (33753,3784,1,2024,0,2886.42,-2605.02,217.618,1.60009,300,5,0,788,0,0,1), - (33754,3784,1,2024,0,1884.81,-2853.92,80.731,3.98014,300,5,0,788,0,0,1), - (33755,3784,1,2024,0,2587.35,-2446.33,155.42,4.77298,300,5,0,788,0,0,1), - (33756,3784,1,2024,0,1852.17,-2945.58,80.4181,2.29545,300,5,0,788,0,0,1), - (33757,4323,1,715,0,-4289.99,-3333.87,39.4647,5.07802,360,10,0,1836,1857,0,1), - (33758,4382,1,2024,0,-2680.02,-2909.92,34.7639,4.4699,360,10,0,1468,0,0,1), - (33762,4331,1,8249,0,-4297.92,-3314.58,45.0505,5.49514,360,5,0,3963,1381,0,1), - (33763,5226,109,7549,0,-463.148,92.9039,-189.73,0.109954,7200,0,0,5970,0,0,0), - (33764,4347,1,2707,0,-3616.77,-2906.52,39.4134,1.97671,360,5,0,1536,0,0,1), - (33765,2914,1,1206,0,-3007.45,-3907.72,28.6377,5.3926,360,10,0,8,0,0,1), - (33768,4344,1,2548,0,-3690.98,-2837.24,30.2724,1.36417,360,10,0,1305,1189,0,1), - (33769,4324,1,397,0,-4353.96,-3481.16,37.9034,3.03042,360,10,0,1480,1381,0,1), - (33770,4348,1,2708,0,-3738.94,-2820.7,34.6474,0.6409,360,10,0,1674,0,0,1), - (33771,4344,1,2548,0,-3682.79,-2913.79,29.5224,5.30582,360,10,0,1305,1189,0,1), - (33772,4344,1,2548,0,-3732.89,-2862.23,30.4021,2.3161,360,10,0,1305,1189,0,1), - (33773,4324,1,397,0,-4379.09,-3518.78,37.0455,5.8729,360,10,0,1480,1381,0,1), - (33774,4323,1,715,0,-4323.18,-3427.12,38.9844,6.1573,360,10,0,1836,1857,0,1), - (33775,4323,1,715,0,-4384.95,-3453.36,40.6498,4.6557,360,10,0,1836,1857,0,1), - (33776,4344,1,2548,0,-3766.16,-2782.49,32.8419,3.81908,360,10,0,1305,1189,0,1), - (33777,1420,1,901,0,-2765.23,-3441.49,29.2724,0.678766,360,10,0,8,0,0,1), - (33778,4351,1,2571,0,-2614.72,-3381.36,41.8856,1.23855,360,5,0,1469,0,0,1), - (33779,4351,1,2571,0,-2649.55,-3466.33,34.1504,1.24835,360,10,0,1469,0,0,1), - (33780,12939,1,12930,0,-3747.27,-4532.25,11.9935,0.418879,360,0,0,3294,0,0,0), - (33781,4344,1,2548,0,-3757.21,-2824.08,34.7724,6.01091,360,10,0,1305,1189,0,1), - (33782,4345,1,807,0,-4511.09,-3313.64,29.376,3.68872,360,10,0,4572,0,0,1), - (33783,4344,1,2548,0,-3795.29,-3087.72,29.8787,1.57666,360,10,0,1305,1189,0,1), - (33784,4344,1,2548,0,-3836.22,-2930.86,35.7167,3.91656,360,10,0,1305,1189,0,1), - (33785,3784,1,2024,0,1608.7,-2143.63,92.937,2.0734,300,5,0,788,0,0,1), - (33786,4344,1,2548,0,-3790.02,-3037.06,33.5923,4.29853,360,10,0,1305,1189,0,1), - (33787,3784,1,2024,0,1845.22,-2878.11,81.5904,4.13847,300,5,0,788,0,0,1), - (33791,4344,1,2548,0,-3824.73,-3057.62,31.6215,3.54711,360,10,0,1305,1189,0,1), - (33792,5057,1,3016,0,-3929.25,-2821.05,40.8324,1.55334,360,0,0,1542,0,0,0), - (33793,5057,1,3016,0,-3906.45,-2826.95,41.1166,1.5708,360,0,0,1542,0,0,0), - (33795,4348,1,2708,0,-3881.07,-3277.74,47.5041,4.11896,360,5,0,1674,0,0,1), - (33796,3789,1,203,0,3150.87,-1173.04,217.235,3.67055,300,5,0,890,0,0,1), - (33797,4348,1,2708,0,-3910.2,-3309.3,43.2623,4.05015,360,5,0,1674,0,0,1), - (33798,5057,1,3016,0,-3918.9,-2844.21,45.5775,0.104178,360,0,0,1542,0,0,0), - (33799,1412,1,134,0,-3678.61,-4545.68,10.3822,1.17365,360,10,0,8,0,0,1), - (33801,11198,0,11650,0,-10085.3,-2830.86,28.3668,2.75762,300,0,0,1981,0,0,0), - (33802,1775,0,4555,0,-10459.3,-3255.5,20.5848,5.77704,300,0,0,3857,0,0,0), - (33803,11198,0,11650,0,-10102.2,-2799.19,22.5713,5.21853,300,0,0,1981,0,0,0), - (33804,11198,0,11650,0,-10093,-2818.93,22.4333,2.80998,300,0,0,1981,0,0,0), - (33805,11198,0,11650,0,-10108.5,-2807.66,22.5874,5.02655,300,0,0,1981,0,0,0), - (33806,11198,0,11650,0,-10098,-2800.98,22.6063,3.52556,300,0,0,1981,0,0,0), - (33807,11198,0,11650,0,-10119.1,-2806.79,22.4468,4.64258,300,0,0,1981,0,0,0), - (33808,7643,0,6570,0,-10498.1,-3254.38,21.1127,6.23082,300,0,0,2972,0,0,0), - (33809,7623,0,6571,0,-10460.9,-3319.07,39.937,4.11898,300,0,0,3857,0,0,0), - (33810,769,0,336,0,-10553.4,-3515.56,22.9358,1.30374,300,5,0,1829,0,0,1), - (33811,769,0,336,0,-10946.1,-3986.75,26.0115,5.44126,300,5,0,1829,0,0,1), - (33812,769,0,336,0,-10571,-3527.55,22.3295,1.35283,300,5,0,1829,0,0,1), - (33813,767,0,632,0,-10196.1,-3082.58,23.0202,5.41063,300,10,0,1469,0,0,1), - (33814,5546,0,4550,0,-10425.2,-3242.71,20.303,4.17134,300,0,0,4108,0,0,0), - (33815,5547,0,4548,0,-10420.1,-3242.73,20.303,4.90438,300,0,0,4108,0,0,0), - (33816,5591,0,3508,0,-10495.7,-3248.14,21.1127,4.72984,300,0,0,2471,0,0,0), - (33817,5592,0,3511,0,-10859,-4088.09,22.3127,0.069813,300,0,0,2766,0,0,0), - (33818,3523,0,1606,0,2164.95,656.903,34.6258,3.10669,300,0,0,1172,0,0,0), - (33819,6033,0,7449,0,1311.75,379.124,16.8386,3.29867,300,0,0,328,0,0,0), - (33821,4960,0,2961,0,-8507,328.347,120.885,2.468,310,0,0,1764,0,0,0), - (33823,5624,0,10699,0,1485.13,83.6795,-62.2117,5.79449,300,0,0,5215,1600,0,0), - (33824,13839,0,13856,0,1306.3,276.605,-63.5773,1.8675,900,0,0,9298,0,0,0), - (33825,4412,1,2546,0,-3937.28,-3274.18,37.9988,3.83283,360,10,0,1536,0,0,1), - (33826,4412,1,2546,0,-3950.46,-2754.1,36.5352,4.6792,360,10,0,1536,0,0,1), - (33828,1420,1,901,0,-4197.64,-3124.68,29.6815,1.5889,360,10,0,8,0,0,1), - (33829,5057,1,3016,0,-3935.73,-2845.99,46.5165,3.72999,360,0,0,1542,0,0,0), - (33831,5624,0,10699,0,1722.7,96.7601,-61.1554,0.750492,300,0,0,5215,1600,0,0), - (33832,4412,1,2546,0,-3174.61,-3290.95,43.6775,5.33133,360,10,0,1536,0,0,1), - (33835,5226,109,7549,0,-467.428,96.7557,-189.73,3.79191,7200,0,0,5970,0,0,0), - (33836,5228,109,682,0,-469.266,104.372,-189.73,2.66565,7200,0,0,5970,0,0,0), - (33837,8311,109,7571,0,-402.951,95.0555,-172.932,4.60008,7200,0,0,1386,0,0,0), - (33838,8311,109,7571,0,-409.898,94.0353,-172.938,1.41765,7200,0,0,1386,0,0,0), - (33840,4983,1,10704,0,-3317.64,-3125.36,33.0284,3.38594,360,0,0,1524,0,0,0), - (33841,4412,1,2546,0,-3242.37,-3148.72,39.8037,4.51384,360,10,0,1536,0,0,1), - (33842,5057,1,3016,0,-3912.7,-2787.49,36.8756,3.54302,360,0,0,1542,0,0,0), - (33843,4387,1,1549,0,-2722.93,-3078.02,29.5029,0.70812,360,10,0,1536,0,0,1), - (33844,4388,1,2425,0,-3818.25,-4720.14,-19.5339,4.63667,360,10,0,1826,0,0,1), - (33847,4343,1,814,0,-3577.02,-2823.24,32.3585,5.67014,360,10,0,1536,0,0,1), - (33848,4356,1,1962,0,-4365.18,-2803.8,45.4506,5.31286,360,5,0,1604,0,0,1), - (33849,4412,1,2546,0,-3641.65,-2761.23,35.6279,4.30031,360,10,0,1536,0,0,1), - (33850,5057,1,3016,0,-3949.52,-2782.31,35.2724,1.0821,360,0,0,1542,0,0,0), - (33851,4388,1,2425,0,-3911.08,-4752.25,-24.0741,4.70555,360,10,0,1826,0,0,1), - (33852,4357,1,2574,0,-4334.08,-2713.5,36.9902,1.64308,360,5,0,1674,0,0,1), - (33853,4388,1,2425,0,-3877.51,-4748.69,-25.8337,3.3658,360,10,0,1826,0,0,1), - (33855,4388,1,2425,0,-3856.54,-4718.37,-14.5281,0.091897,360,10,0,1826,0,0,1), - (33856,4357,1,2574,0,-4312.8,-2757.97,34.7295,2.03008,360,10,0,1674,0,0,1), - (33857,4344,1,2548,0,-4068.25,-3280.94,33.2163,5.52264,360,10,0,1305,1189,0,1), - (33858,4388,1,2425,0,-3853.16,-4781.41,-42.028,4.97696,360,10,0,1826,0,0,1), - (33859,4388,1,2425,0,-3820.93,-4757.88,-32.4699,2.37587,360,10,0,1826,0,0,1), - (33860,4412,1,2546,0,-3847.79,-3183.98,40.7398,3.95966,360,10,0,1536,0,0,1), - (33862,4357,1,2574,0,-4350.79,-2693.12,34.9157,2.90088,360,10,0,1674,0,0,1), - (33864,4344,1,2548,0,-4015.22,-3251.92,32.0244,6.16779,360,10,0,1305,1189,0,1), - (33865,4412,1,2546,0,-4035.78,-3495.44,36.8608,6.10456,360,10,0,1536,0,0,1), - (33866,4356,1,1962,0,-4315.73,-2714.9,33.8446,1.34619,360,10,0,1604,0,0,1), - (33867,4344,1,2548,0,-4080.37,-3250.2,31.4116,1.42393,360,10,0,1305,1189,0,1), - (33868,4412,1,2546,0,-3969.05,-3434.76,40.0915,2.97676,360,10,0,1536,0,0,1), - (33869,4356,1,1962,0,-4371.72,-2653.03,42.8377,3.65856,360,5,0,1604,0,0,1), - (33870,4412,1,2546,0,-3787.98,-3167.16,39.953,1.88452,360,10,0,1536,0,0,1), - (33871,4345,1,807,0,-4073.29,-3556.66,35.9379,3.41681,360,10,0,4572,0,0,1), - (33872,4345,1,807,0,-4083.04,-3583.31,34.1562,0.807494,360,10,0,4572,0,0,1), - (33873,4345,1,807,0,-4104.26,-3413.29,28.9157,3.16453,360,10,0,4572,0,0,1), - (33874,4348,1,2708,0,-3845.52,-3121.64,38.5665,6.00837,360,5,0,1674,0,0,1), - (33875,4345,1,807,0,-3952.03,-3446.92,28.7724,5.49779,360,10,0,4572,0,0,1), - (33876,4412,1,2546,0,-3948.76,-3080.87,37.9062,3.23932,360,10,0,1536,0,0,1), - (33877,4412,1,2546,0,-3882.84,-3153.17,37.5073,4.85925,360,10,0,1536,0,0,1), - (33878,4323,1,715,0,-4456.5,-3236.51,37.3975,3.24419,360,10,0,1836,1857,0,1), - (33879,4393,1,11137,0,-4079.39,-3652.19,40.3271,6.24414,360,10,0,1751,0,0,1), - (33880,4348,1,2708,0,-3911.89,-3113.88,40.2113,0.579503,360,5,0,1674,0,0,1), - (33881,4412,1,2546,0,-4242.38,-3189.41,39.2921,1.07324,360,10,0,1536,0,0,1), - (33882,4345,1,807,0,-3987.19,-3619.91,33.3898,4.27494,360,10,0,4572,0,0,1), - (33883,4345,1,807,0,-4019.84,-3586.35,29.1474,5.10241,360,10,0,4572,0,0,1), - (33884,4348,1,2708,0,-4017.26,-3085.83,36.7092,3.89109,360,5,0,1674,0,0,1), - (33885,4345,1,807,0,-3947.54,-3649.67,30.8112,5.51141,360,10,0,4572,0,0,1), - (33887,4348,1,2708,0,-3817.99,-3145.86,41.3687,1.64308,360,5,0,1674,0,0,1), - (33888,4346,1,2700,0,-2926.79,-3125.86,34.402,3.48435,360,5,0,1403,0,0,1), - (33889,4379,1,2541,0,-2882.86,-2800.49,44.4566,3.48416,360,10,0,1469,0,0,1), - (33891,4376,1,545,0,-2929.09,-2778.75,32.921,5.96761,360,5,0,1469,0,0,1), - (33892,4345,1,807,0,-3914.41,-3393.57,30.5224,1.43423,360,10,0,4572,0,0,1), - (33893,5184,1,4679,0,-2905.88,-3424.56,40.1311,4.76348,360,5,0,1180,0,0,2), - (33894,4376,1,545,0,-2818.95,-2752.69,36.292,1.74616,360,10,0,1469,0,0,1), - (33895,5184,1,4679,0,-2890.22,-3427.31,40.1389,3.33208,360,1,0,1180,0,0,1), - (33897,5184,1,4679,0,-2852.78,-3427.91,35.947,0.890118,360,0,0,1180,0,0,0), - (33898,4341,1,1080,0,-3065.24,-2971.06,28.7724,1.44731,360,10,0,1403,0,0,1), - (33899,4378,1,2538,0,-2877.41,-2774.3,45.1583,3.24719,360,10,0,1468,0,0,1), - (33903,4376,1,545,0,-2884.42,-2818.96,38.7328,2.93776,360,10,0,1469,0,0,1), - (33904,4331,1,8249,0,-4384.76,-3191.62,35.1105,4.37111,360,5,0,3963,1381,0,1), - (33905,5184,1,4679,0,-2856.69,-3412.81,36.3208,5.95157,360,0,0,1180,0,0,0), - (33907,1412,1,134,0,-3756.46,-4497.34,13.8475,4.22382,360,10,0,8,0,0,1), - (33908,620,1,304,0,-3806.33,-4405.18,12.378,5.00759,360,10,0,1,0,0,1), - (33909,4841,1,2850,0,-4019.49,-3537.49,29.8848,0.719014,360,0,0,1902,0,0,0), - (33910,4414,1,2542,0,-3012.98,-2778,57.1159,5.01807,360,10,0,1469,0,0,1), - (33911,4344,1,2548,0,-3886.49,-3389.57,32.9654,4.56137,360,10,0,1305,1189,0,1), - (33914,4379,1,2541,0,-2842.1,-2804.72,36.2097,3.63596,360,5,0,1469,0,0,1), - (33916,4387,1,1549,0,-3017.78,-3170.11,30.2724,3.53521,360,10,0,1536,0,0,1), - (33917,5184,1,4679,0,-2885.14,-3434.49,40.1369,2.89824,360,1,0,1180,0,0,1), - (33919,4982,0,262,0,-8511,860.464,109.839,3.799,180,0,0,64,0,0,2), - (33920,4379,1,2541,0,-2842.74,-2776.87,35.8155,0.495465,360,5,0,1469,0,0,1), - (33921,1084,0,814,0,-10216.3,-2921.17,17.7429,2.90894,300,5,0,1403,0,0,1), - (33922,1084,0,814,0,-10184.5,-3042.27,17.4803,3.00851,300,10,0,1403,0,0,1), - (33928,4331,1,8249,0,-4314.95,-3247.83,35.5034,6.19717,360,5,0,3963,1381,0,1), - (33930,4379,1,2541,0,-2832.46,-2802.52,35.0047,2.44996,360,5,0,1469,0,0,1), - (33931,5755,43,4312,0,-101.546,453.235,-72.2217,1.6348,7200,2,0,1452,0,0,1), - (33932,3840,43,4233,0,-110.118,451.07,-72.4256,2.21646,7200,10,0,1212,912,0,1), - (33933,3840,43,4233,0,-113.844,458.776,-72.0558,4.85202,7200,0,0,1212,912,0,0), - (33934,5048,43,4317,0,-84.9969,481.094,-66.4051,0.965283,7200,0,0,1251,0,0,2), - (33935,5755,43,4312,0,-87.0938,468.034,-68.8832,4.07011,7200,2,0,1452,0,0,1), - (33937,2914,43,1206,0,17.8176,435.635,-81.1487,3.73747,7200,15,0,8,0,0,1), - (33939,5755,43,4312,0,-43.4145,480.182,-55.1952,5.04164,7200,5,0,1452,0,0,1), - (33940,2914,43,1206,0,-33.5553,481.313,-53.8505,2.33007,7200,15,0,8,0,0,1), - (33941,8886,43,8174,0,-51.9698,473.398,-56.9327,2.13896,7200,5,0,167,0,0,1), - (33942,8886,43,8174,0,-51.3009,474.147,-56.7914,2.27836,7200,2,0,167,0,0,1), - (33944,13839,0,13856,0,1324.69,408.225,-61.0472,0.942478,900,0,0,9298,0,0,0), - (33945,8886,43,8174,0,-47.7198,475.81,-56.0525,1.35513,7200,2,0,167,0,0,1), - (33946,3840,43,4233,0,-31.7075,473.151,-53.8017,4.34998,7200,7,0,1212,912,0,1), - (33947,5048,43,4317,0,-19.4906,488.676,-55.43,6.26311,7200,5,0,1251,0,0,1), - (33948,5755,43,4312,0,5.95694,455.084,-77.9773,0.441904,7200,2,0,1452,0,0,1), - (33949,5755,43,4312,0,17.3328,434.111,-80.8341,2.36423,7200,2,0,1452,0,0,1), - (33950,5048,43,4317,0,23.539,398.061,-59.4415,3.3815,7200,5,0,1251,0,0,1), - (33951,5755,43,4312,0,-7.14768,504.356,-56.0014,3.87229,7200,5,0,1452,0,0,1), - (33952,5048,43,4317,0,28.8139,454.43,-86.1076,1.88023,7200,0,0,1251,0,0,2), - (33953,2914,43,1206,0,28.5456,506.084,-59.7203,5.77157,7200,15,0,8,0,0,1), - (33954,8886,43,8174,0,42.8985,478.459,-65.8646,0.596114,7200,2,0,167,0,0,1), - (33955,8886,43,8174,0,42.0807,474.962,-65.9024,4.8531,7200,2,0,167,0,0,1), - (33956,3840,43,4233,0,21.9781,507.477,-58.7731,2.62222,7200,6,0,1212,912,0,1), - (33957,3840,43,4233,0,44.3566,475.754,-65.7403,0.949337,7200,10,0,1212,912,0,1), - (33958,3789,1,203,0,3165.17,-1165.88,215.256,3.59771,300,5,0,890,0,0,1), - (33959,3789,1,203,0,3149.48,-1185.94,217.235,2.39854,300,5,0,890,0,0,1), - (33961,5048,43,4317,0,14.5078,522.024,-57.2001,0.238485,7200,2,0,1251,0,0,1), - (33962,8886,43,8174,0,48.5716,398.164,-62.0791,3.08051,7200,3,0,167,0,0,1), - (33963,8886,43,8174,0,53.4507,398.248,-63.1031,5.6244,7200,3,0,167,0,0,1), - (33964,3840,43,4233,0,40.2501,477.858,-65.9682,5.37214,7200,10,0,1212,912,0,1), - (33965,5048,43,4317,0,65.0605,436.912,-64.3343,5.87797,7200,5,0,1251,0,0,1), - (33966,3840,43,4233,0,25.1877,530.925,-56.8843,5.18363,7200,0,0,1212,912,0,0), - (33968,2914,43,1206,0,58.6517,403.444,-63.6037,4.17261,7200,15,0,8,0,0,1), - (33969,3637,43,755,0,-25.0021,97.1956,-90.5906,6.17846,7200,2,0,1251,0,0,1), - (33970,5053,43,2996,0,-50.4928,81.6887,-106.162,1.7076,7200,5,0,417,0,0,1), - (33971,3636,43,1747,0,-27.8819,85.0184,-91.3052,1.44465,7200,2,0,1251,0,0,1), - (33972,3835,43,1924,0,-40.737,41.8924,-118.327,5.20289,7200,5,0,8,0,0,1), - (33973,3679,43,4216,0,115.408,240.017,-94.021,3.08923,7200,0,0,1240,0,0,0), - (33974,5775,43,4256,0,-81.8554,32.2565,-30.9939,3.71755,36000,0,0,4168,0,0,0), - (33975,5761,43,1084,0,-57.7861,-31.1825,-60.8841,1.27409,7200,5,0,1212,456,0,1), - (33976,3840,43,4233,0,-63.3064,-26.7975,-59.5822,3.9619,7200,0,0,1212,912,0,0), - (33977,2914,43,1206,0,-102.589,10.9208,-30.5688,4.67185,7200,10,0,8,0,0,1), - (33978,5053,43,2996,0,-153.236,23.7394,-106.046,4.24839,7200,15,0,417,0,0,1), - (33979,3835,43,1924,0,-156.509,23.1453,-106.709,2.65096,7200,15,0,8,0,0,1), - (33980,5055,43,8172,0,-148.464,2.19205,-74.6398,0,7200,6,0,134,0,0,1), - (33981,5055,43,8172,0,-149.995,-6.08904,-75.9062,3.47236,7200,6,0,134,0,0,1), - (33982,5055,43,8172,0,-146.264,-10.8986,-76.394,2.01923,7200,6,0,134,0,0,1), - (33983,5053,43,2996,0,-183.233,-5.77217,-106.29,1.94846,7200,5,0,417,0,0,1), - (33984,2914,43,1206,0,-156.817,-15.7387,-78.3735,2.6933,7200,10,0,8,0,0,1), - (33985,3835,43,1924,0,-194.996,12.4077,-105.238,1.44862,7200,15,0,8,0,0,1), - (33986,2914,43,1206,0,-217.94,40.5644,-82.3352,3.80722,7200,10,0,8,0,0,1), - (33987,3840,43,4233,0,-214.287,46.8098,-82.2615,3.92159,7200,7,0,1212,912,0,1), - (33988,5184,1,4679,0,-2884.23,-3421.98,75.2258,2.9732,360,0,0,1180,0,0,2), - (33989,5184,1,4679,0,-2886.17,-3417.74,39.4407,4.83456,360,0,0,1180,0,0,0), - (33990,4323,1,715,0,-4287.24,-3269.59,39.1857,5.60684,360,10,0,1836,1857,0,1), - (33991,5184,1,4679,0,-2868.66,-3423.49,40.1313,4.78095,360,5,0,1180,0,0,2), - (33992,4341,1,1080,0,-2957.94,-3105.54,30.7107,3.22765,360,10,0,1403,0,0,1), - (33993,4376,1,545,0,-2782.68,-2785.85,34.0821,5.13174,360,10,0,1469,0,0,1), - (33994,4341,1,1080,0,-2984.71,-3077.06,35.4302,0.864099,360,0,0,1403,0,0,0), - (33995,4379,1,2541,0,-2814.39,-2780.8,34.5638,1.00709,360,10,0,1469,0,0,1), - (33996,8311,109,7571,0,-404.685,89.4919,-172.932,2.41039,7200,0,0,1386,0,0,0), - (33997,8311,109,7571,0,-398.033,93.8167,-172.932,0.596907,7200,0,0,1386,0,0,0), - (33999,13839,0,13855,0,1447.42,401.276,-57.8705,5.25344,900,0,0,9298,0,0,0), - (34000,4378,1,2538,0,-2821.09,-2815.21,35.5216,2.10617,360,5,0,1468,0,0,1), - (34001,5184,1,4679,0,-2905.62,-3437.11,39.3894,5.75959,360,0,0,1180,0,0,0), - (34002,4376,1,545,0,-2786.17,-2814.47,35.9305,2.43207,360,10,0,1469,0,0,1), - (34003,4379,1,2541,0,-2770.17,-2850.67,36.5261,3.61834,360,5,0,1469,0,0,1), - (34004,4376,1,545,0,-2745.57,-2813.45,43.3771,0.523018,360,5,0,1469,0,0,1), - (34005,4379,1,2541,0,-2780.4,-2749.71,34.4171,0.222697,360,5,0,1469,0,0,1), - (34006,4379,1,2541,0,-2763.8,-2784.79,35.0239,4.64708,360,5,0,1469,0,0,1), - (34008,4331,1,8249,0,-4338.3,-3373.13,37.6631,0.576995,360,0,0,3963,1381,0,0), - (34009,4347,1,2707,0,-3513.16,-3354.02,37.1838,6.13024,360,5,0,1536,0,0,1), - (34010,4323,1,715,0,-4314.51,-3379.1,35.6607,1.07831,360,10,0,1836,1857,0,1), - (34011,1412,1,134,0,-3812.73,-4491.95,12.1209,5.72617,360,10,0,8,0,0,1), - (34012,4331,1,8249,0,-4384.64,-3355.3,38.5471,3.1455,360,3,0,3963,1381,0,1), - (34013,1412,1,134,0,-3799.73,-4430.46,14.0878,0.445414,360,10,0,8,0,0,1), - (34014,4323,1,715,0,-4385.71,-3387.63,39.4944,4.2636,360,10,0,1836,1857,0,1), - (34015,4387,1,1549,0,-2698.56,-2963.9,33.7158,6.0512,360,0,0,1536,0,0,0), - (34016,4331,1,8249,0,-4349.22,-3346.41,35.2126,4.64044,360,10,0,3963,1381,0,1), - (34017,4382,1,2024,0,-2786.18,-2956.54,29.4723,0.449836,360,10,0,1468,0,0,1), - (34018,4329,1,143,0,-4325.23,-3319.51,34.3532,1.8675,360,0,0,4755,0,0,0), - (34019,4331,1,8249,0,-4338.3,-3243.62,34.7266,0.122173,360,0,0,3963,1381,0,0), - (34020,4388,1,2425,0,-3790.14,-4720.02,-23.518,0.599346,360,10,0,1826,0,0,1), - (34096,4388,1,2425,0,-3748.31,-4709.46,-27.6842,3.18956,360,10,0,1826,0,0,1), - (34097,4382,1,2024,0,-2819.02,-2941.97,28.7935,0.594697,360,10,0,1468,0,0,1), - (34098,4382,1,2024,0,-2851.04,-2951.04,34.3383,1.52513,360,10,0,1468,0,0,1), - (34099,4346,1,2700,0,-2861.41,-2973.77,31.5523,5.89651,360,5,0,1403,0,0,1), - (34100,4341,1,1080,0,-2986.62,-2886.4,30.741,3.64983,360,10,0,1403,0,0,1), - (34101,6145,1,4878,0,-3779,-4750.8,-34.9099,0.264546,360,5,0,42,0,0,1), - (34102,5624,0,10699,0,1591.86,276.605,55.3256,0.017453,300,0,0,5215,1600,0,0), - (34103,5624,0,10699,0,1774.37,216.364,-62.1759,1.32631,300,0,0,5215,1600,0,2), - (34104,5624,0,10699,0,1527.94,73.1943,-62.2001,2.85779,300,0,0,5215,1600,0,2), - (34105,5624,0,10699,0,1600.24,276.667,55.3257,3.12414,300,0,0,5215,1600,0,0), - (34106,5624,0,10699,0,1703.69,80.5655,-62.2086,3.57792,300,0,0,5215,1600,0,0), - (34107,7980,0,7117,0,2073.73,276.662,59.4107,0,300,0,0,6197,0,0,0), - (34108,7980,0,14369,0,2056.52,280.259,59.4098,2.94961,300,0,0,6197,0,0,0), - (34109,16096,0,11375,0,2053.39,239.438,99.8519,4.79965,900,0,0,4700,0,0,0), - (34110,16096,0,10747,0,2064.36,290.916,97.1146,1.55334,900,0,0,4700,0,0,0), - (34111,1742,0,2853,0,2289.3,391.421,34.2001,3.60377,300,0,0,919,0,0,0), - (34112,1746,0,2854,0,2272.98,290.231,35.3461,3.24631,300,0,0,980,0,0,0), - (34113,1744,0,2860,0,2239.48,257.287,34.1308,2.58309,300,0,0,1172,0,0,0), - (34114,1765,0,11421,0,1513.36,728.35,47.0631,1.5913,300,5,0,198,0,0,1), - (34115,1547,0,9021,0,2483.16,1191.77,60.9595,3.7388,300,5,0,101,142,0,1), - (34116,1553,0,4734,0,2050.3,733.522,37.5362,5.4736,300,10,0,120,0,0,1), - (34117,1553,0,4734,0,2041,809.833,35.5015,4.16461,300,5,0,120,0,0,1), - (34118,3789,1,203,0,3383.69,-1339.34,197.665,5.41407,300,5,0,890,0,0,1), - (34119,5186,369,1557,0,-109.512,1157.29,-119.711,2.16872,540,5,0,4927,0,0,1), - (34120,5186,369,1557,0,73.0577,1354.6,-119.485,4.69576,540,5,0,4927,0,0,1), - (34121,5186,369,1557,0,92.8132,1057.44,-122.674,1.42365,540,5,0,4927,0,0,1), - (34122,5186,369,1557,0,-148.53,1268.89,-123.002,1.87383,540,5,0,4927,0,0,1), - (34123,3789,1,203,0,3412.86,-1374.98,185.649,1.8507,300,10,0,890,0,0,1), - (34124,3789,1,203,0,3222.59,-1378.52,239.95,3.55404,300,0,0,890,0,0,0), - (34125,1553,0,4734,0,2408.59,1174.75,46.551,1.7669,300,5,0,120,0,0,1), - (34128,3789,1,203,0,3228.87,-1365.53,239.86,6.07587,300,0,0,890,0,0,0), - (34129,3789,1,203,0,3236.8,-1368.02,239.897,3.36765,300,0,0,890,0,0,0), - (34130,3789,1,203,0,3307.5,-1346.97,212.766,2.9906,300,5,0,890,0,0,2), - (34131,3789,1,203,0,3212.33,-1238.8,234.83,3.78192,300,2,0,890,0,0,1), - (34132,3789,1,203,0,3200.76,-1192.65,220.499,5.79041,300,3,0,890,0,0,1), - (34133,3789,1,203,0,3191.25,-1177.38,217.627,5.37009,300,3,0,890,0,0,1), - (34134,3789,1,203,0,3155.66,-1200.83,216.049,3.67594,300,0,0,890,0,0,0), - (34135,4388,1,2425,0,-3776.34,-4750.75,-35.7235,5.31748,360,10,0,1826,0,0,1), - (34136,1420,1,901,0,-3488.66,-3021.47,31.7888,3.12414,360,0,0,8,0,0,0), - (34140,1547,0,9021,0,2521.57,1283.98,42.9961,5.23513,300,5,0,101,142,0,1), - (34143,4953,0,1987,0,-10155.4,-3215.15,23.0931,2.77232,300,5,0,16,0,0,1), - (34144,1420,0,901,0,-10310.8,-3297.39,21.0641,4.42523,300,5,0,8,0,0,1), - (34145,6653,0,5379,0,-10299.4,-2927.14,18.3195,0.127261,300,5,0,16,0,0,1), - (34146,4953,0,1987,0,-10324.6,-3426.73,18.0274,5.74176,300,5,0,16,0,0,1), - (34147,986,0,4552,0,-10506.9,-3328.17,20.8888,0.663225,300,0,0,3517,2103,0,0), - (34148,865,0,4506,0,-10357.7,-3369.77,22.4278,4.21004,300,0,0,2033,0,0,0), - (34149,982,0,4563,0,-10451,-3290.11,20.3032,0.663225,300,0,0,2972,0,0,0), - (34150,10049,0,9268,0,-10464.2,-3267.98,20.411,6.10865,300,0,0,1605,0,0,0), - (34151,12807,0,12689,0,-10466,-3337.19,25.5541,1.72788,300,0,0,3517,0,0,0), - (34152,864,0,4502,0,-10503.5,-3331.86,20.9633,2.47065,300,0,0,3294,0,0,0), - (34153,865,0,4506,0,-10383.4,-3373.6,22.8654,5.20112,300,0,0,2033,0,0,0), - (34154,989,0,4559,0,-10486.8,-3249.89,27.5599,2.84489,300,0,0,3517,0,0,0), - (34155,864,0,4502,0,-10437.5,-3210.06,20.9154,1.36136,300,0,0,3294,0,0,0), - (34156,985,0,4556,0,-10502,-3252.67,21.2127,5.98648,300,0,0,3517,0,0,0), - (34157,752,0,386,0,-10910.6,-3631.49,16.4526,3.32189,300,3,0,1704,1483,0,1), - (34158,922,0,9571,0,-9733.64,-4066.1,-7.65416,2.84489,300,5,0,1829,0,0,1), - (34159,11198,0,11650,0,-10127.5,-2839.57,22.3175,3.67592,300,0,0,1981,0,0,0), - (34160,1776,0,11650,0,-10101,-2818.9,22.1149,3.10669,300,0,0,2666,0,0,0), - (34161,769,0,336,0,-10979.7,-3970.58,28.7162,1.26663,300,5,0,1829,0,0,1), - (34162,1084,0,814,0,-10177.5,-2895.34,18.3741,4.47523,300,5,0,1403,0,0,1), - (34163,1084,0,814,0,-10137.6,-2936.04,17.7491,0.661298,300,10,0,1403,0,0,1), - (34164,1087,0,815,0,-9710.13,-3983.35,0.803726,0,300,5,0,1902,0,0,1), - (34165,8384,109,631,0,-425.686,88.5654,-176.075,0.649529,7200,0,0,5970,0,0,0), - (34166,8384,109,631,0,-405.939,99.1431,-172.934,5.87635,7200,0,0,5970,0,0,0), - (34167,8384,109,631,0,-372.958,90.3818,-172.937,0.592196,7200,0,0,5970,0,0,0), - (34168,5226,109,7549,0,-306.301,95.8346,-172.98,3.15259,7200,0,0,5970,0,0,0), - (34169,8311,109,7571,0,-295.638,111.639,-173.003,1.25585,7200,0,0,1386,0,0,0), - (34170,8311,109,7571,0,-301.55,109.374,-173.003,0.313375,7200,0,0,1386,0,0,0), - (34171,5226,109,7549,0,-288.895,108.466,-173.003,2.81487,7200,0,0,5970,0,0,0), - (34172,8311,109,7571,0,-498.664,140.685,-148.743,6.18775,7200,0,0,1386,0,0,0), - (34173,5226,109,7549,0,-502.89,134.435,-148.742,0.854892,7200,0,0,5970,0,0,0), - (34174,8311,109,7571,0,-413.007,176.775,-148.802,5.58064,7200,0,0,1386,0,0,0), - (34175,8311,109,7571,0,-407.55,170.645,-147.236,3.29984,7200,0,0,1386,0,0,0), - (34176,3791,1,736,0,3220.51,-1300.53,239.642,4.72815,300,2,0,940,0,0,1), - (34177,3791,1,736,0,3172.19,-1183.75,214.894,1.20556,300,15,0,940,0,0,2), - (34178,3791,1,736,0,3172.03,-1186.47,214.891,3.54054,300,15,0,940,0,0,1), - (34179,3791,1,736,0,3163.6,-1178.16,215.683,1.07008,300,15,0,940,0,0,1), - (34180,3791,1,736,0,3166,-1203.2,214.924,4.07179,300,0,0,940,0,0,0), - (34181,12498,1,7553,0,3247.17,-3723.5,149.634,2.87979,600,0,0,80925,0,0,0), - (34183,11219,1,10878,0,3305.22,127.885,16.1994,0.279253,300,0,0,2666,0,0,0), - (34184,12757,1,8352,0,3345.46,1013.93,3.39761,6.10865,300,0,0,2016,0,0,0), - (34185,3797,1,2281,0,2718.8,-1889.12,204.727,3.86974,300,2,0,694,655,0,2), - (34186,3797,1,4254,0,2714.86,-1871.74,193.313,6.20183,300,0,0,694,655,0,0), - (34187,3797,1,4253,0,2684.59,-1871.52,193.382,2.14675,300,0,0,694,655,0,0), - (34188,3797,1,4254,0,2707.01,-1885.23,193.313,0.739373,300,0,0,694,655,0,0), - (34189,3797,1,2281,0,2722.1,-1882.31,207.871,4.7487,300,0,0,694,655,0,0), - (34190,3797,1,4254,0,2703.66,-1883.29,207.448,0.252137,300,5,0,694,655,0,1), - (34191,3797,1,4253,0,2718.33,-1873.49,207.425,3.72521,300,5,0,694,655,0,1), - (34192,3797,1,4254,0,2717.31,-1898.22,207.876,0.354223,300,0,0,694,655,0,0), - (34193,4054,1,2723,0,2426.84,-1647.7,139.846,6.18177,300,5,0,723,0,0,1), - (34194,4054,1,2723,0,2486.79,-1682.54,134.945,4.20792,300,10,0,723,0,0,1), - (34195,4054,1,2723,0,2481.54,-1705.03,133.169,1.95025,300,15,0,723,0,0,1), - (34196,4054,1,2723,0,2444.76,-1669.72,134.755,1.16935,300,5,0,723,0,0,1), - (34197,4054,1,2723,0,2510.64,-1712.17,143.94,3.8432,300,5,0,723,0,0,1), - (34198,4054,1,2723,0,2696.09,-1848.67,190.595,4.47073,300,5,0,723,0,0,1), - (34199,4054,1,2723,0,2747.98,-1846.98,196.606,2.9509,300,5,0,723,0,0,1), - (34200,4054,1,2723,0,2763.12,-1894.77,188.96,3.9095,300,5,0,723,0,0,1), - (34201,4054,1,2723,0,2781.05,-1817.29,203.902,5.13415,300,15,0,723,0,0,1), - (34202,4054,1,2723,0,2680.67,-1802.55,192.22,4.70555,300,10,0,723,0,0,1), - (34203,4054,1,2723,0,2718.7,-1814.41,198.214,0.970802,300,10,0,723,0,0,1), - (34204,4054,1,2723,0,2636.16,-1802.91,193.64,4.53472,300,5,0,723,0,0,1), - (34205,766,0,697,0,-10714.4,-3921.77,17.4991,3.90734,300,5,0,1433,1283,0,1), - (34206,4953,0,2956,0,-10024.4,-3876.07,17.4991,1.45212,300,5,0,16,0,0,1), - (34207,1420,0,901,0,-10377.5,-3446.62,18.0939,4.85732,300,5,0,8,0,0,1), - (34208,1420,0,901,0,-10366.8,-2741.05,18.7491,1.13696,300,5,0,8,0,0,1), - (34209,4953,0,1986,0,-10438.9,-4173.71,20.9866,4.19106,300,5,0,16,0,0,1), - (34210,4054,1,2723,0,2680.34,-1815.08,191.505,2.97265,300,10,0,723,0,0,1), - (34211,4054,1,2723,0,2665.25,-1848.33,188.871,0.392963,300,0,0,723,0,0,0), - (34212,4054,1,2723,0,2378.04,-1685.62,149.126,3.86278,300,0,0,723,0,0,0), - (34213,4054,1,2723,0,2524.73,-1791.49,143.686,5.68814,300,5,0,723,0,0,1), - (34214,4054,1,2723,0,2544.77,-1748.07,152.205,2.70591,300,5,0,723,0,0,1), - (34215,4054,1,2723,0,2514.05,-1752.22,137.823,1.49783,300,3,0,723,0,0,1), - (34216,4054,1,2723,0,2570.65,-1750.47,154.197,1.2367,300,15,0,723,0,0,1), - (34217,4054,1,2723,0,2618.74,-1751.99,177.325,5.13654,300,15,0,723,0,0,1), - (34218,4054,1,2723,0,2585.42,-1677.08,155.781,1.74203,300,3,0,723,0,0,1), - (34219,4054,1,2723,0,2580.97,-1716.76,159.502,2.55679,300,15,0,723,0,0,1), - (34220,4054,1,2723,0,2556.58,-1683.6,153.098,0.354977,300,15,0,723,0,0,1), - (34221,4054,1,2723,0,2547.33,-1780.42,149.309,3.09274,300,15,0,723,0,0,1), - (34222,4054,1,2723,0,2517.11,-1697.29,146.717,5.14626,300,15,0,723,0,0,1), - (34223,4054,1,2723,0,2520.04,-1648.77,144.428,0.60396,300,15,0,723,0,0,1), - (34224,12759,1,7853,0,1960.89,-1106.05,81.4683,0.994347,300,0,0,878,732,0,0), - (34225,3801,1,4159,0,1862.11,-2639.75,56.9482,5.96217,300,0,0,779,756,0,0), - (34226,3801,1,4159,0,1822.1,-2609.09,60.5186,3.65302,300,5,0,779,756,0,1), - (34227,3801,1,4159,0,1743.3,-2667.7,114.46,2.65408,300,5,0,779,756,0,1), - (34228,3802,1,4160,0,1818.11,-2785.98,81.5536,0.747355,300,0,0,750,2068,0,0), - (34229,3803,1,4164,0,1779.62,-2759.77,83.3605,1.61188,300,3,0,831,811,0,1), - (34230,3803,1,4164,0,1775.03,-2695.32,71.9756,3.72923,300,5,0,831,811,0,1), - (34231,3803,1,4164,0,1785.19,-2649.51,57.627,5.68958,300,2,0,831,811,0,1), - (34232,3804,1,4133,0,1750.99,-2725.36,90.4287,3.27098,300,0,0,896,0,0,0), - (34233,3804,1,4134,0,1794.67,-2733.71,77.7271,1.61571,300,5,0,896,0,0,1), - (34234,3804,1,4133,0,1924.65,-2628.21,83.5914,1.32398,300,5,0,896,0,0,1), - (34235,3804,1,4133,0,1895.77,-2631.96,84.0029,3.59951,300,0,0,896,0,0,0), - (34236,3806,1,4152,0,1781.3,-2791.66,67.4341,2.6978,300,2,0,950,0,0,1), - (34237,3806,1,4151,0,1852.88,-2792.91,39.0355,2.53706,300,5,0,950,0,0,1), - (34238,3806,1,4152,0,1831.72,-2758.12,48.6305,3.99523,300,2,0,950,0,0,1), - (34239,3806,1,4151,0,1755.29,-2761.45,84.0077,2.05842,300,5,0,950,0,0,2), - (34240,3806,1,4151,0,1815.79,-2749.06,82.0961,2.31764,300,5,0,950,0,0,2), - (34241,3806,1,4151,0,1810.29,-2669.95,40.576,1.17426,300,5,0,950,0,0,2), - (34242,3806,1,4152,0,1910.99,-2651.67,84.9902,3.12808,300,0,0,950,0,0,0), - (34243,3806,1,4151,0,1907.26,-2629.01,84.4664,2.58665,300,0,0,950,0,0,0), - (34244,3806,1,4151,0,1779.97,-2814.36,64.5648,1.00954,300,2,0,950,0,0,1), - (34245,3806,1,4152,0,1746.21,-2672.71,67.636,5.16537,300,2,0,950,0,0,1), - (34246,3807,1,4153,0,1803.97,-2651.18,57.3481,0.017189,300,5,0,950,0,0,1), - (34247,3807,1,4154,0,1830.47,-2795.82,51.504,6.21041,300,2,0,950,0,0,1), - (34248,3807,1,4153,0,1823.78,-2723.1,44.6544,6.2504,300,2,0,950,0,0,1), - (34249,3807,1,4153,0,1829.65,-2639.55,40.2669,1.88507,300,2,0,950,0,0,1), - (34250,3807,1,4153,0,1782.67,-2702.31,102.923,1.84076,300,0,0,950,0,0,0), - (34251,3807,1,4153,0,1804.5,-2823.27,60.7386,3.15803,300,2,0,950,0,0,1), - (34252,3807,1,4153,0,1808.95,-2699.52,39.8401,3.63864,300,2,0,950,0,0,1), - (34253,3807,1,4153,0,1889.34,-2638.42,83.0979,1.04432,300,0,0,950,0,0,0), - (34254,3807,1,4154,0,1828.31,-2612.75,60.9334,6.19882,300,5,0,950,0,0,1), - (34255,4320,1,2416,0,2098.61,-1167.34,101.876,3.66519,300,0,0,2471,1620,0,0), - (34256,3808,1,4136,0,1801.06,-2677.33,109.781,0.964559,300,5,0,896,0,0,1), - (34257,3808,1,4135,0,1868.26,-2756.14,61.5182,1.30402,300,2,0,896,0,0,1), - (34258,3808,1,4136,0,1848.17,-2718.93,41.4859,0.617748,300,2,0,896,0,0,1), - (34259,3808,1,4135,0,1743.02,-2751.93,85.9907,2.17651,300,2,0,896,0,0,1), - (34260,3808,1,4136,0,1761.87,-2663.95,109.236,6.26204,300,0,0,896,0,0,0), - (34261,3808,1,4135,0,1788.71,-2661.16,109.513,5.33606,300,0,0,896,0,0,0), - (34262,6653,0,5379,0,-10722.6,-3933.4,17.8844,6.08656,300,5,0,16,0,0,1), - (34263,4953,0,1987,0,-9909.19,-3780.58,17.4991,3.97837,300,5,0,16,0,0,1), - (34264,1420,0,901,0,-10845.8,-3979.86,19.2282,4.87227,300,5,0,8,0,0,1), - (34265,3808,1,4135,0,1771.85,-2691.22,111.546,2.41322,300,0,0,896,0,0,0), - (34266,3808,1,4136,0,1860.2,-2688.51,40.5932,4.96714,300,2,0,896,0,0,1), - (34267,3808,1,4135,0,1931.56,-2641.06,86.1152,4.02747,300,5,0,896,0,0,1), - (34268,3808,1,4136,0,1893.87,-2652.55,84.3479,2.86184,300,0,0,896,0,0,0), - (34269,3809,1,820,0,2090.41,-595.307,103.248,5.5542,300,5,0,662,0,0,1), - (34270,3809,1,820,0,2315.13,-903.292,98.4071,4.2793,300,0,0,662,0,0,0), - (34271,3809,1,820,0,2444.84,-892.368,145.42,4.56331,300,5,0,662,0,0,1), - (34272,3809,1,820,0,2575.67,-1543.62,157.972,4.75616,300,3,0,662,0,0,1), - (34273,3809,1,820,0,2382.4,-948.031,102.523,5.4667,300,3,0,662,0,0,1), - (34274,3809,1,820,0,2981.77,-1276.44,199.81,5.60845,300,5,0,662,0,0,1), - (34275,3809,1,820,0,2281.03,-580.195,111.808,6.11408,300,5,0,662,0,0,1), - (34276,3809,1,820,0,2291.61,-679.881,136.875,5.31015,300,5,0,662,0,0,1), - (34277,3809,1,820,0,2295.47,-997.381,95.4581,0.799209,300,5,0,662,0,0,1), - (34278,3809,1,820,0,2047.98,-415.036,95.6911,2.33222,300,15,0,662,0,0,1), - (34279,3809,1,820,0,1923.78,-458.803,111.815,5.9778,300,10,0,662,0,0,1), - (34280,3809,1,820,0,2554.92,-1485.88,161.328,0.506715,300,15,0,662,0,0,1), - (34281,3809,1,820,0,2700.04,-1458.27,212.929,2.76791,300,5,0,662,0,0,1), - (34282,3809,1,820,0,2420.54,-792.628,122.464,0.246443,300,15,0,662,0,0,1), - (34283,3809,1,820,0,2171.58,-1082.99,101.932,0.273993,300,5,0,662,0,0,1), - (34284,3809,1,820,0,2352.21,-947.693,92.2136,2.08257,300,15,0,662,0,0,1), - (34285,3809,1,820,0,2281.85,-484.178,99.1736,3.32508,300,15,0,662,0,0,1), - (34286,3809,1,820,0,2207.49,-540.074,103.787,0.79575,300,2,0,662,0,0,1), - (34287,3809,1,820,0,2318.05,-748.627,116.195,4.08805,300,15,0,662,0,0,1), - (34288,3809,1,820,0,2625.22,-1030.09,119.367,2.98906,300,15,0,662,0,0,1), - (34289,3809,1,820,0,2239.46,-586.661,104.313,0.143141,300,15,0,662,0,0,1), - (34290,3809,1,820,0,1449.25,-2149.99,90.3586,0.354246,300,5,0,662,0,0,1), - (34291,3809,1,820,0,2260.23,-507.636,100.283,4.19378,300,15,0,662,0,0,1), - (34292,3809,1,820,0,2618.79,-894.747,144.478,1.51313,300,5,0,662,0,0,1), - (34293,3809,1,820,0,2254.86,-784.795,108.752,5.43757,300,15,0,662,0,0,1), - (34294,3809,1,820,0,2337.8,-946.903,90.4868,0.226506,300,15,0,662,0,0,1), - (34295,3809,1,820,0,2314.33,-715.631,126.767,1.26325,300,3,0,662,0,0,1), - (34296,3809,1,820,0,2111.07,-639.402,104.116,1.76934,300,3,0,662,0,0,1), - (34297,3809,1,820,0,2141.24,-854.411,99.1271,3.66075,300,5,0,662,0,0,1), - (34298,3809,1,820,0,2373.18,-771.121,118.432,0.742487,300,15,0,662,0,0,1), - (34299,3809,1,820,0,3160.04,-479.183,138.007,1.81985,300,15,0,662,0,0,1), - (34300,3809,1,820,0,2269.88,-876.464,98.5102,0.095878,300,15,0,662,0,0,1), - (34301,3809,1,820,0,1980.71,-724.178,99.9177,3.43719,300,15,0,662,0,0,1), - (34302,3809,1,820,0,2219.49,-845.046,101.904,3.58996,300,15,0,662,0,0,1), - (34303,3809,1,820,0,1938.87,-667.573,113.119,4.84062,300,5,0,662,0,0,1), - (34304,3809,1,820,0,2130.43,-643.652,104.83,3.17745,300,15,0,662,0,0,1), - (34305,3809,1,820,0,2548.52,-1265.93,140.822,5.89719,300,15,0,662,0,0,1), - (34306,3809,1,820,0,2710.55,-1146.07,170.394,0.212526,300,5,0,662,0,0,1), - (34307,3809,1,820,0,2611.94,-1051.11,120.239,1.45443,300,15,0,662,0,0,1), - (34308,3809,1,820,0,2644.81,-1023.05,121.211,2.25653,300,15,0,662,0,0,1), - (34309,3809,1,820,0,1667.42,-2173.62,92.3751,4.56842,300,5,0,662,0,0,1), - (34310,3809,1,820,0,1981.45,-404.674,97.3993,4.8326,300,5,0,662,0,0,1), - (34311,3809,1,820,0,2107.84,-873.458,98.5271,6.2324,300,15,0,662,0,0,1), - (34312,3809,1,820,0,1970.88,-521.337,112.632,5.85624,300,5,0,662,0,0,1), - (34313,3809,1,820,0,2239.6,-942.449,86.1625,3.40031,300,15,0,662,0,0,1), - (34314,3809,1,820,0,2618.02,-1088.63,127.145,0.009282,300,3,0,662,0,0,1), - (34315,3809,1,820,0,2939.92,-1190.74,184.463,0.958499,300,5,0,662,0,0,1), - (34316,3809,1,820,0,3041.08,-175.291,103.941,0.075192,300,15,0,662,0,0,1), - (34317,3809,1,820,0,2555.23,-1207.54,139.703,1.34004,300,15,0,662,0,0,1), - (34318,3809,1,820,0,2741.01,-1268.67,178.61,5.98132,300,5,0,662,0,0,1), - (34319,3809,1,820,0,2100.38,-689.776,103.712,6.27895,300,3,0,662,0,0,1), - (34320,3809,1,820,0,3104.42,-565.507,152.001,3.60655,300,3,0,662,0,0,1), - (34321,3809,1,820,0,3230.43,-517.199,147.136,3.30503,300,5,0,662,0,0,1), - (34322,3809,1,820,0,3035.38,-628.197,170.407,1.15693,300,3,0,662,0,0,1), - (34323,3809,1,820,0,2357.82,-469.013,104.018,5.78415,300,15,0,662,0,0,1), - (34324,3809,1,820,0,2623.98,-1498.69,183.829,2.10619,300,3,0,662,0,0,1), - (34325,3809,1,820,0,3035.1,-949.248,205.483,5.14112,300,3,0,662,0,0,1), - (34326,3809,1,820,0,2166.23,-584.794,103.011,0.424032,300,15,0,662,0,0,1), - (34327,3809,1,820,0,1704.95,-1975.24,97.7747,0.302755,300,5,0,662,0,0,1), - (34328,3809,1,820,0,2979.3,-774.917,176.734,2.51294,300,3,0,662,0,0,1), - (34329,3809,1,820,0,3109.1,-119.269,102.574,1.58642,300,5,0,662,0,0,1), - (34330,3809,1,820,0,3015.16,-721.037,171.259,4.35545,300,5,0,662,0,0,1), - (34331,3809,1,820,0,2906.17,-806.347,168.929,2.3202,300,15,0,662,0,0,1), - (34332,3809,1,820,0,2971.16,-745.943,173.004,1.378,300,15,0,662,0,0,1), - (34333,3809,1,820,0,3115.61,-579.792,152.719,4.65082,300,15,0,662,0,0,1), - (34334,3809,1,820,0,2986.54,-682.877,170.452,6.26366,300,5,0,662,0,0,1), - (34335,3809,1,820,0,2113,-664.809,105.073,1.71043,300,15,0,662,0,0,1), - (34336,3809,1,820,0,2176.03,-941.531,93.4146,3.05562,300,15,0,662,0,0,1), - (34337,3809,1,820,0,1965.6,-567.09,112.857,4.25728,300,3,0,662,0,0,1), - (34338,3809,1,820,0,2008.08,-571.563,100.442,5.9519,300,15,0,662,0,0,1), - (34339,3809,1,820,0,2620.36,-1227.94,148.455,5.97299,300,3,0,662,0,0,1), - (34340,3809,1,820,0,2238.71,-1108.68,92.7443,6.04249,300,15,0,662,0,0,1), - (34341,3809,1,820,0,2701.1,-859.84,146.784,-1.28333,300,3,0,662,0,0,1), - (34342,3809,1,820,0,2581.83,-1314.35,148.634,4.78829,300,15,0,662,0,0,1), - (34343,3809,1,820,0,1992.54,-685.709,100.961,4.85639,300,15,0,662,0,0,1), - (34344,3809,1,820,0,2526.61,-1585,147.364,1.70412,300,10,0,662,0,0,1), - (34345,3809,1,820,0,2845.49,-1220.14,182.958,4.76908,300,15,0,662,0,0,1), - (34346,3809,1,820,0,2944.73,-1209.27,185.919,6.25356,300,5,0,662,0,0,1), - (34347,3809,1,820,0,2512.28,-1257.36,132.656,4.51289,300,15,0,662,0,0,1), - (34348,3809,1,820,0,2604.13,-1473.39,170.667,4.24175,300,15,0,662,0,0,1), - (34349,3809,1,820,0,2680.95,-1186.97,157.48,4.19809,300,15,0,662,0,0,1), - (34350,3809,1,820,0,2601.04,-1337.02,154.732,4.71239,300,5,0,662,0,0,1), - (34351,3809,1,820,0,3295.97,-242.628,121.883,0.143885,300,15,0,662,0,0,1), - (34352,3809,1,820,0,2574.87,-924.745,140.396,1.8385,300,3,0,662,0,0,1), - (34353,3809,1,820,0,1647.81,-2133.18,108.292,2.1588,300,5,0,662,0,0,1), - (34354,3809,1,820,0,2514.67,-1204.2,131.146,2.09397,300,15,0,662,0,0,1), - (34355,3809,1,820,0,2194.04,-729.431,105.157,3.87844,300,3,0,662,0,0,1), - (34356,3809,1,820,0,1303.79,-2153.59,92.1994,5.29262,300,10,0,662,0,0,1), - (34357,3809,1,820,0,1385.5,-2217.12,93.133,1.30925,300,5,0,662,0,0,1), - (34358,3809,1,820,0,1347.55,-2113.53,93.7973,1.87648,300,10,0,662,0,0,1), - (34359,3809,1,820,0,1721.67,-2162.38,95.3106,4.97884,300,5,0,662,0,0,1), - (34360,3810,1,982,0,2231.98,-1821.93,78.9902,5.30019,300,5,0,909,0,0,1), - (34361,3810,1,982,0,2192.12,-1882.42,69.4854,4.66253,300,10,0,909,0,0,1), - (34362,3810,1,982,0,2851.74,-2511.97,219.162,1.01365,300,10,0,909,0,0,1), - (34363,3810,1,982,0,2881.47,-2522.58,223.436,1.64308,300,10,0,909,0,0,1), - (34364,3810,1,982,0,2210.14,-1908.06,70.8742,4.51768,300,10,0,909,0,0,1), - (34365,3810,1,982,0,2290.65,-1915.09,66.9178,0.463671,300,15,0,909,0,0,1), - (34366,3810,1,982,0,2232.12,-1880.19,69.8209,4.96934,300,3,0,909,0,0,1), - (34367,3810,1,982,0,2760.38,-2407.11,203.609,3.96636,300,10,0,909,0,0,1), - (34368,3810,1,982,0,2745.4,-2186.53,196.683,1.74396,300,15,0,909,0,0,1), - (34369,3810,1,982,0,2741.78,-2261.32,201.124,5.99687,300,15,0,909,0,0,1), - (34370,3810,1,982,0,2717.01,-2320.07,202.348,3.64443,300,15,0,909,0,0,1), - (34371,3810,1,982,0,2718.67,-2270.02,200.698,1.84655,300,15,0,909,0,0,1), - (34372,3810,1,982,0,2539.67,-2018.82,150.906,2.91699,300,5,0,909,0,0,1), - (34373,3810,1,982,0,2490.38,-2009.64,142.869,4.72462,300,5,0,909,0,0,1), - (34374,3810,1,982,0,2423.9,-2000,136.465,2.58998,300,5,0,909,0,0,1), - (34375,3810,1,982,0,2417.82,-2030.61,137.454,2.97082,300,5,0,909,0,0,1), - (34376,3810,1,982,0,2285.93,-1857.27,68.7084,2.97676,300,15,0,909,0,0,1), - (34377,3810,1,982,0,2749.49,-2364.97,203.034,5.04728,300,10,0,909,0,0,1), - (34378,3810,1,982,0,2762.38,-2392.02,203.441,1.85701,300,10,0,909,0,0,1), - (34379,3810,1,982,0,2785.42,-2436.33,204.701,1.5708,300,10,0,909,0,0,1), - (34380,3810,1,982,0,2818.78,-2464.14,212.709,2.12546,300,10,0,909,0,0,1), - (34381,3810,1,982,0,2707.1,-2334.05,202.394,0.816098,300,15,0,909,0,0,1), - (34382,3810,1,982,0,2835.06,-2546.11,222.241,5.06842,300,10,0,909,0,0,1), - (34383,3810,1,982,0,2299.64,-1892.74,65.0407,6.09862,300,15,0,909,0,0,1), - (34384,3810,1,982,0,2680.98,-2479.79,176.036,1.40293,300,10,0,909,0,0,1), - (34385,3810,1,982,0,2716.54,-2518.93,181.502,4.37667,300,10,0,909,0,0,1), - (34386,3810,1,982,0,2101.09,-1887.76,112.089,0.420405,300,5,0,909,0,0,1), - (34387,3810,1,982,0,2355.87,-2055.65,129.922,1.69321,300,5,0,909,0,0,1), - (34388,3810,1,982,0,2309.35,-2248.09,112.316,-0.513204,300,10,0,909,0,0,1), - (34389,3810,1,982,0,2263.53,-2113.05,107.902,5.84355,300,10,0,909,0,0,1), - (34390,3810,1,982,0,2399.28,-2031.07,136.841,3.64281,300,5,0,909,0,0,1), - (34391,3810,1,982,0,2668.42,-2447.02,176.394,6.0333,300,3,0,909,0,0,1), - (34392,3810,1,982,0,2343.54,-2097.22,122.747,1.89255,300,5,0,909,0,0,1), - (34393,3810,1,982,0,2246.51,-2085.12,106.631,5.99368,300,3,0,909,0,0,1), - (34394,3810,1,982,0,2552.08,-1979.52,142.76,0.996058,300,5,0,909,0,0,1), - (34395,3810,1,982,0,2610.65,-1983.67,151.342,2.86866,300,5,0,909,0,0,1), - (34396,3810,1,982,0,2575.96,-2379.95,159.07,5.98397,300,10,0,909,0,0,1), - (34397,3810,1,982,0,2230.56,-2107.92,105.064,1.36301,300,10,0,909,0,0,1), - (34398,3810,1,982,0,2289.94,-2187.03,110.098,4.361,300,5,0,909,0,0,1), - (34399,3810,1,982,0,2046.76,-1945.9,104.039,1.37321,300,10,0,909,0,0,1), - (34400,3810,1,982,0,2386.28,-2281.51,126.243,0.292721,300,10,0,909,0,0,1), - (34401,3810,1,982,0,2496.17,-2311.98,142.599,4.85442,300,10,0,909,0,0,1), - (34402,3811,1,14315,0,2881.5,-3428.97,120.497,1.66461,300,15,0,1176,0,0,1), - (34403,6115,1,5048,0,2039.74,-3136.41,103.619,3.08348,300,5,0,950,0,0,1), - (34404,6115,1,5048,0,2076.39,-3046.35,109.372,5.91353,300,15,0,950,0,0,1), - (34405,6115,1,5048,0,2068.71,-3022.85,110.03,5.32621,300,0,0,950,0,0,0), - (34406,6115,1,5048,0,2117.47,-3010.92,112.084,2.55508,300,15,0,950,0,0,1), - (34407,6115,1,5048,0,2053.7,-3084.85,103.972,4.35841,300,15,0,950,0,0,1), - (34408,6115,1,5048,0,2114.24,-3078.28,109.95,5.28783,300,15,0,950,0,0,1), - (34409,6115,1,5048,0,1655.86,-3253.21,144.81,2.16383,300,5,0,950,0,0,2), - (34410,6115,1,5048,0,1941.7,-3180.24,101.233,0.418621,300,5,0,950,0,0,1), - (34411,3811,1,14315,0,2811.07,-3082.19,180.182,1.03021,300,15,0,1176,0,0,1), - (34412,3811,1,14315,0,2864.38,-3062.6,197.26,1.39923,300,15,0,1176,0,0,1), - (34413,6115,1,5048,0,1949.69,-2986.14,101.639,3.82938,300,15,0,950,0,0,1), - (34414,3812,1,9566,0,4059.56,973.683,1.51208,5.72165,300,12,0,449,0,0,1), - (34415,3812,1,9566,0,3554.24,1018.92,-1.16744,0.682352,300,12,0,449,0,0,1), - (34416,3812,1,9566,0,3820.02,953.667,-6.43153,1.55592,300,12,0,449,0,0,1), - (34417,3812,1,9566,0,4113.62,1113.2,2.65219,2.32927,300,12,0,449,0,0,1), - (34418,3812,1,9566,0,3575.07,1059.4,-4.36192,5.121,300,12,0,449,0,0,1), - (34419,3812,1,9566,0,3791.51,982.225,-5.74129,0.379549,300,12,0,449,0,0,1), - (34420,3812,1,9566,0,3860.22,922.814,-1.4522,6.241,300,12,0,449,0,0,1), - (34421,3812,1,9566,0,3440.98,1087.75,-3.73262,3.3771,300,12,0,449,0,0,1), - (34422,3812,1,9566,0,4076.38,1078.97,2.35233,4.67228,300,12,0,449,0,0,1), - (34423,3812,1,9566,0,3995.27,1181.22,-27.1386,5.68696,300,12,0,449,0,0,1), - (34424,3812,1,9566,0,4173.67,1313.76,16.7661,6.22455,300,12,0,449,0,0,1), - (34425,3812,1,9566,0,3622.77,1010.37,-1.56824,3.93887,300,12,0,449,0,0,1), - (34426,3812,1,9566,0,3950.42,967.024,-5.4106,1.18539,300,12,0,449,0,0,1), - (34427,3812,1,9566,0,3476.83,1190.87,-29.1011,2.62463,300,12,0,449,0,0,1), - (34428,3812,1,9566,0,4111.39,1172.89,-2.72575,3.47937,300,12,0,449,0,0,1), - (34429,3812,1,9566,0,3582.15,985.229,1.23656,0.079576,300,12,0,449,0,0,1), - (34430,3812,1,9566,0,3311.45,1125.75,-4.49781,2.63601,300,12,0,449,0,0,1), - (34431,3812,1,9566,0,4115.19,979.645,4.40948,6.07467,300,15,0,449,0,0,1), - (34432,3812,1,9566,0,3621.64,812.78,1.55507,5.25838,300,12,0,449,0,0,1), - (34433,3812,1,9566,0,3850.67,857.719,-0.121625,1.81573,300,12,0,449,0,0,1), - (34434,3812,1,9566,0,3389.24,1119.01,-11.1065,0.032787,300,12,0,449,0,0,1), - (34435,3812,1,9566,0,3507.94,974.555,3.48775,3.30343,300,12,0,449,0,0,1), - (34436,3812,1,9566,0,3575.86,923.808,1.69131,2.74852,300,12,0,449,0,0,1), - (34437,3812,1,9566,0,3542.1,893.417,4.84306,2.57606,300,12,0,449,0,0,1), - (34438,3812,1,9566,0,4147.52,1149.3,5.22968,3.06105,300,12,0,449,0,0,1), - (34439,3812,1,9566,0,3649.48,958.854,2.36558,3.92252,300,12,0,449,0,0,1), - (34440,3812,1,9566,0,3416.19,1021.66,2.91931,5.65101,300,12,0,449,0,0,1), - (34441,3812,1,9566,0,3529.82,1121.78,-2.69358,3.80718,300,12,0,449,0,0,1), - (34442,3812,1,9566,0,4141.04,1010.97,1.49338,4.19877,300,12,0,449,0,0,1), - (34443,3812,1,9566,0,3494.5,957.917,2.91494,4.62966,300,12,0,449,0,0,1), - (34444,3812,1,9566,0,4053.57,1179.2,-16.5318,2.56984,300,12,0,449,0,0,1), - (34445,3812,1,9566,0,4017.88,1216.7,-31.6481,3.45335,300,12,0,449,0,0,1), - (34446,11749,1,11688,0,1916.37,-2329.61,92.437,0.05236,300,0,0,4356,0,0,0), - (34447,3814,1,1001,0,4073.37,1220.55,-23.7989,4.73928,300,12,0,494,0,0,1), - (34448,3814,1,1001,0,4250.43,1249.71,-18.0538,0.977384,300,0,0,494,0,0,0), - (34449,3814,1,1001,0,3480.43,1139.35,-10.1786,5.4571,300,12,0,494,0,0,1), - (34450,8311,109,7571,0,-404.538,162.317,-148.802,2.86159,7200,0,0,1386,0,0,0), - (34451,8311,109,7571,0,-406.115,168.452,-148.802,2.86159,7200,0,0,1386,0,0,0), - (34452,8384,109,631,0,-412.017,168.428,-148.802,1.38111,7200,0,0,5970,0,0,0), - (34453,8384,109,631,0,-418.784,171.724,-148.802,6.15084,7200,0,0,5970,0,0,0), - (34454,3814,1,1001,0,3493.78,1074.78,2.64319,6.26463,300,12,0,494,0,0,1), - (34455,3814,1,1001,0,4018.11,1279.37,-30.9871,3.62707,300,12,0,494,0,0,1), - (34456,3814,1,1001,0,3824.78,878.503,-1.9324,3.02707,300,12,0,494,0,0,1), - (34457,3814,1,1001,0,3645.48,1183.53,-16.5262,3.94909,300,12,0,494,0,0,1), - (34458,3814,1,1001,0,4047.31,1128.9,-1.66934,3.90004,300,12,0,494,0,0,1), - (34459,3814,1,1001,0,3719.99,1048.05,-7.78802,5.28059,300,12,0,494,0,0,1), - (34460,3814,1,1001,0,4151.32,1340.47,19.0219,3.29169,300,12,0,494,0,0,1), - (34461,3814,1,1001,0,4047.29,1057.93,-3.46567,5.66646,300,12,0,494,0,0,1), - (34462,3814,1,1001,0,3575.42,1180.52,-13.0545,4.73582,300,12,0,494,0,0,1), - (34463,3814,1,1001,0,3677.77,1087.64,-12.6291,2.77291,300,12,0,494,0,0,1), - (34464,3814,1,1001,0,3344.6,1152.4,-11.6058,2.88157,300,12,0,494,0,0,1), - (34465,3814,1,1001,0,3419.98,1137.59,-18.9854,5.91528,300,12,0,494,0,0,1), - (34466,3814,1,1001,0,4162.67,1220.78,-10.9607,3.2502,300,12,0,494,0,0,1), - (34467,3814,1,1001,0,3444.69,1115.26,-6.55865,4.11503,300,12,0,494,0,0,1), - (34468,3814,1,1001,0,3384.01,1183.14,-38.7858,1.99031,300,12,0,494,0,0,1), - (34469,8384,109,631,0,-434.538,137.705,-148.742,2.60241,7200,0,0,5970,0,0,0), - (34470,8311,109,7571,0,-444.126,140.309,-148.741,1.05361,7200,0,0,1386,0,0,0), - (34471,8311,109,7571,0,-439.041,144.648,-147.602,5.47225,7200,0,0,1386,0,0,0), - (34472,5228,109,682,0,-442.549,144.445,-148.743,5.47225,7200,0,0,5970,0,0,0), - (34473,8311,109,7571,0,-415.212,99.3122,-147.77,5.45891,7200,0,0,1386,0,0,0), - (34474,8311,109,7571,0,-413.32,91.8947,-148.742,4.31616,7200,0,0,1386,0,0,0), - (34475,8384,109,631,0,-411.052,100.104,-148.743,5.08113,7200,0,0,5970,0,0,0), - (34476,5226,109,7549,0,-417.444,88.5238,-148.743,0.361671,7200,0,0,5970,0,0,0), - (34477,8311,109,7571,0,-376.929,84.2918,-148.802,4.8675,7200,0,0,1386,0,0,0), - (34478,8311,109,7571,0,-375.648,85.2238,-148.802,0.980567,7200,0,0,1386,0,0,0), - (34479,8311,109,7571,0,-372.954,87.8929,-147.426,5.07171,7200,0,0,1386,0,0,0), - (34480,3814,1,1001,0,3911.12,916.159,0.77649,4.35202,300,12,0,494,0,0,1), - (34481,3814,1,1001,0,4072.53,1018.74,0.649689,0.35935,300,12,0,494,0,0,1), - (34482,3814,1,1001,0,4173.52,1186.91,0.825326,2.99058,300,12,0,494,0,0,1), - (34483,3814,1,1001,0,3786,914.94,-5.15586,0.918286,300,12,0,494,0,0,1), - (34484,3814,1,1001,0,4080.68,1151.58,-0.000506,0.139956,300,12,0,494,0,0,1), - (34485,3814,1,1001,0,4016.64,1082,-18.7409,2.75492,300,12,0,494,0,0,1), - (34486,3814,1,1001,0,4221.55,1155.21,7.63751,5.89321,300,12,0,494,0,0,1), - (34487,3814,1,1001,0,4087.54,1362.35,-0.342309,1.24781,300,12,0,494,0,0,1), - (34488,3814,1,1001,0,4208.22,1206.12,-6.01602,4.14334,300,12,0,494,0,0,1), - (34489,3814,1,1001,0,4020.31,1019,-10.3574,5.72019,300,12,0,494,0,0,1), - (34490,3814,1,1001,0,3848.9,981.334,-9.44697,5.83366,300,12,0,494,0,0,1), - (34491,3814,1,1001,0,3979.8,837.317,3.13173,5.15239,300,12,0,494,0,0,1), - (34492,3814,1,1001,0,3422.17,1081.35,-1.18897,2.2374,300,12,0,494,0,0,1), - (34493,3814,1,1001,0,3454.9,1039.79,0.350428,2.08728,300,12,0,494,0,0,1), - (34494,3814,1,1001,0,4087.03,955.134,0.400219,3.68704,300,12,0,494,0,0,1), - (34495,3814,1,1001,0,3513.35,919.406,3.06748,3.3888,300,12,0,494,0,0,1), - (34496,3814,1,1001,0,3944.58,889.18,0.363956,4.31339,300,12,0,494,0,0,1), - (34497,3814,1,1001,0,4113.58,1051.28,2.90868,6.06919,300,12,0,494,0,0,1), - (34498,3815,1,1267,0,2719.52,-1883.89,193.313,5.97662,300,0,0,788,0,0,0), - (34499,744,0,7903,0,-10672.9,-3979.62,22.2757,2.86866,300,5,0,4953,0,0,1), - (34500,744,0,7903,0,-10701.3,-4001.63,24.0456,0.453158,300,5,0,4953,0,0,1), - (34501,3622,0,4295,0,-10429.6,-3309.04,21.5738,2.87979,300,0,0,2471,1620,0,0), - (34502,3815,1,1267,0,2705.27,-1872.37,206.991,3.84207,300,0,0,788,0,0,0), - (34503,3815,1,1267,0,2893.37,-1202.84,179.034,-0.213806,300,0,0,788,0,0,0), - (34504,3816,1,1917,0,3406.3,482.123,8.72184,3.12792,300,2,0,417,0,0,1), - (34505,3816,1,1917,0,3236.99,684.325,3.07932,2.04812,300,15,0,417,0,0,1), - (34506,3816,1,1917,0,3644.09,325.707,28.7271,1.32392,300,15,0,417,0,0,1), - (34507,3816,1,1917,0,3293.48,757.437,7.18428,0.020505,300,5,0,417,0,0,1), - (34508,3816,1,1917,0,3398.12,440.127,4.59615,1.93208,300,5,0,417,0,0,1), - (34509,3816,1,1917,0,3310.4,581.38,0.859878,1.68523,300,15,0,417,0,0,1), - (34510,3816,1,1917,0,3295.1,559.898,0.484956,2.50317,300,15,0,417,0,0,1), - (34511,3816,1,1917,0,3258.75,714.065,5.52514,5.5886,300,5,0,417,0,0,1), - (34512,3816,1,1917,0,3373.62,407.272,3.31887,1.89026,300,15,0,417,0,0,1), - (34513,3816,1,1917,0,3625.19,-113.677,5.36703,0.753149,300,5,0,417,0,0,1), - (34514,3816,1,1917,0,3179.98,654.314,1.33118,6.10396,300,15,0,417,0,0,1), - (34515,980,0,4562,0,-10392,-3256.97,22.0191,0,300,0,0,2972,0,0,0), - (34516,867,0,4508,0,-10370.1,-3359.46,22.6802,4.74729,300,0,0,3748,0,0,0), - (34517,983,0,4564,0,-10428.6,-3272.99,20.5275,3.14159,300,0,0,2972,0,0,0), - (34518,8311,109,7571,0,-371.254,81.8927,-147.738,6.25452,7200,0,0,1386,0,0,0), - (34519,8384,109,631,0,-373.072,77.3239,-148.802,1.41254,7200,0,0,5970,0,0,0), - (34520,5708,109,4065,0,-369.819,85.5733,-148.802,3.21424,1000000,0,0,6414,0,0,2), - (34522,5716,109,6701,0,-467.396,165.997,-66.7027,4.7096,1000000,0,0,16035,0,0,0), - (34523,5267,109,4771,0,-397.082,144.273,-131.857,5.92995,7200,0,0,6251,0,0,0), - (34524,5259,109,6670,0,-397.505,141.699,-131.857,6.03913,7200,0,0,4776,1640,0,0), - (34525,3816,1,1917,0,3405.32,517.013,7.14339,1.24195,300,2,0,417,0,0,1), - (34526,3816,1,1917,0,3657.9,14.3296,1.8903,3.46668,300,15,0,417,0,0,1), - (34527,3816,1,1917,0,3456.4,533.075,6.43227,5.22233,300,5,0,417,0,0,1), - (34528,3816,1,1917,0,3348.99,619.936,4.46005,2.94496,300,15,0,417,0,0,1), - (34529,3816,1,1917,0,3528.14,417.662,1.96072,1.27791,300,15,0,417,0,0,1), - (34530,3816,1,1917,0,3657.27,41.67,3.05213,2.9646,300,15,0,417,0,0,1), - (34531,3816,1,1917,0,4001.92,735.882,9.17015,2.80008,300,5,0,417,0,0,1), - (34532,3816,1,1917,0,3522.32,389.378,2.80741,1.8235,300,15,0,417,0,0,1), - (34533,3816,1,1917,0,3208.72,547.191,-1.05039,2.53104,300,15,0,417,0,0,1), - (34534,3816,1,1917,0,3199.74,717.939,5.55674,0.228149,300,15,0,417,0,0,1), - (34535,3816,1,1917,0,3681.39,-149.931,4.10857,6.05009,300,15,0,417,0,0,1), - (34536,3816,1,1917,0,3675.5,271.704,22.6159,4.59385,300,0,0,417,0,0,0), - (34537,3816,1,1917,0,3767.19,241.146,3.18804,5.8874,300,5,0,417,0,0,1), - (34538,3816,1,1917,0,3807.52,748.132,9.6702,0.828249,300,5,0,417,0,0,1), - (34539,3816,1,1917,0,3223.69,450.574,-0.033513,0.058641,300,15,0,417,0,0,1), - (34540,3816,1,1917,0,3501.98,68.6708,6.36978,4.68907,300,15,0,417,0,0,1), - (34541,3816,1,1917,0,3195.42,452.228,0.347857,2.49008,300,15,0,417,0,0,1), - (34542,3816,1,1917,0,3209.99,659.261,0.470335,3.56297,300,15,0,417,0,0,1), - (34543,3816,1,1917,0,3606.53,567.732,6.21951,4.53088,300,15,0,417,0,0,1), - (34544,3816,1,1917,0,3297.26,409.265,4.3049,0.035176,300,15,0,417,0,0,1), - (34545,3816,1,1917,0,3612.66,-180.003,3.43245,2.65156,300,15,0,417,0,0,1), - (34546,3816,1,1917,0,3569.3,376.768,5.36347,4.87625,300,10,0,417,0,0,1), - (34547,3816,1,1917,0,3202.88,605.194,-1.45126,2.83189,300,15,0,417,0,0,1), - (34548,3816,1,1917,0,3180.88,569.758,-0.164925,3.21423,300,5,0,417,0,0,1), - (34549,3816,1,1917,0,3228.57,441.104,0.438413,5.38637,300,15,0,417,0,0,1), - (34550,3816,1,1917,0,3354.83,413.15,4.64898,4.5238,300,15,0,417,0,0,1), - (34551,3816,1,1917,0,3594.91,-225.61,8.75225,5.94141,300,5,0,417,0,0,1), - (34552,3816,1,1917,0,3448.29,37.5245,3.79237,4.67454,300,15,0,417,0,0,1), - (34553,3816,1,1917,0,3563.63,50.1496,5.69973,3.45531,300,15,0,417,0,0,1), - (34554,3816,1,1917,0,3610.7,165.883,3.07488,4.51672,300,5,0,417,0,0,1), - (34555,3816,1,1917,0,3802.59,51.8038,8.6193,3.889,300,15,0,417,0,0,1), - (34556,3816,1,1917,0,3828.85,26.3794,9.81629,0.346768,300,5,0,417,0,0,1), - (34557,3816,1,1917,0,3562.67,23.8065,5.48147,0.076248,300,15,0,417,0,0,1), - (34558,3816,1,1917,0,3139.11,415.014,5.971,4.22476,300,15,0,417,0,0,1), - (34559,3816,1,1917,0,3348.78,85.5559,4.73912,4.36595,300,15,0,417,0,0,1), - (34560,3816,1,1917,0,3447.15,104.306,3.32979,4.2762,300,15,0,417,0,0,1), - (34561,3816,1,1917,0,3869.06,721.995,7.37875,0.200995,300,15,0,417,0,0,1), - (34562,3816,1,1917,0,4074.25,148.631,5.18417,6.05076,300,15,0,417,0,0,1), - (34563,3816,1,1917,0,3989.94,190.103,4.10751,1.31491,300,15,0,417,0,0,1), - (34564,3816,1,1917,0,4070.48,237.726,9.98268,1.99338,300,3,0,417,0,0,1), - (34565,3816,1,1917,0,4064.64,195.911,4.72359,5.71414,300,15,0,417,0,0,1), - (34566,3816,1,1917,0,4016.7,156.471,3.67669,5.16373,300,15,0,417,0,0,1), - (34567,3816,1,1917,0,3491.58,421.148,-1.34687,4.64806,300,10,0,417,0,0,1), - (34568,3816,1,1917,0,3985.65,114.107,6.30413,2.79916,300,5,0,417,0,0,1), - (34569,3816,1,1917,0,3880.42,155.697,8.80807,1.35139,300,0,0,417,0,0,0), - (34570,3816,1,1917,0,3917.49,189.877,3.49186,3.11426,300,15,0,417,0,0,1), - (34571,3816,1,1917,0,3617.13,0.042671,4.30704,2.84022,300,5,0,417,0,0,1), - (34572,3816,1,1917,0,3982.08,40.5528,8.26123,4.49203,300,5,0,417,0,0,1), - (34573,3816,1,1917,0,3179.12,370.465,15.648,2.69754,300,5,0,417,0,0,1), - (34574,3816,1,1917,0,3374.14,121.992,1.18703,3.26498,300,15,0,417,0,0,1), - (34575,3816,1,1917,0,3720.54,782.517,6.85666,0.557798,300,5,0,417,0,0,1), - (34576,3816,1,1917,0,3506.38,682.527,6.24481,2.46899,300,5,0,417,0,0,1), - (34577,3816,1,1917,0,3542.26,726.127,7.24244,4.49161,300,5,0,417,0,0,1), - (34578,3816,1,1917,0,3560.09,600.074,8.68319,5.94693,300,5,0,417,0,0,1), - (34579,3816,1,1917,0,4012.12,70.7447,8.32314,1.30686,300,5,0,417,0,0,1), - (34580,3816,1,1917,0,3446.11,21.5139,5.04635,3.1974,300,15,0,417,0,0,1), - (34581,769,0,336,0,-10804.8,-3977.72,22.3168,2.39076,300,5,0,1829,0,0,1), - (34582,766,0,697,0,-10720.4,-4030.83,17.426,4.88105,300,5,0,1433,1283,0,1), - (34583,6653,0,5379,0,-10362.7,-3162.15,17.4237,0.618739,300,5,0,16,0,0,1), - (34584,8318,109,7554,0,-329.908,149.089,-69.4878,2.67134,7200,0,0,2399,0,0,0), - (34585,8318,109,7554,0,-378.075,141.524,-53.9463,4.75178,7200,0,0,2399,0,0,0), - (34586,8318,109,7554,0,-382.535,141.908,-53.9463,4.7832,7200,0,0,2399,0,0,0), - (34587,5267,109,4771,0,-380.837,143.681,-53.9463,4.85938,7200,0,0,6251,0,0,0), - (34588,8318,109,7554,0,-381.674,55.3761,-53.9463,0.998201,7200,0,0,2399,0,0,0), - (34589,5270,109,4778,0,-400.084,30.8435,-53.9463,4.07932,7200,0,0,6186,0,0,0), - (34590,5270,109,4778,0,-396.341,35.9445,-53.9463,4.07932,7200,0,0,6186,0,0,0), - (34591,5259,109,6670,0,-394.658,29.7623,-53.9463,2.3483,7200,0,0,4776,1640,0,0), - (34592,5256,109,7709,0,-436.797,2.26111,-53.9463,0.797142,7200,0,0,6186,0,0,0), - (34593,5256,109,7709,0,-442.327,5.6199,-53.9463,0.0376612,7200,0,0,6186,0,0,0), - (34594,3816,1,1917,0,3521.73,662.33,8.06842,0.73044,300,5,0,417,0,0,1), - (34595,3816,1,1917,0,3293.86,343.164,5.3477,3.64135,300,5,0,417,0,0,1), - (34596,3816,1,1917,0,3581.04,748.054,6.49861,4.34893,300,15,0,417,0,0,1), - (34597,3816,1,1917,0,3263.4,312.317,7.85353,0.927298,300,5,0,417,0,0,1), - (34598,3816,1,1917,0,3756.25,779.679,7.03422,5.3012,300,5,0,417,0,0,1), - (34599,3816,1,1917,0,3518.45,780.948,5.94339,5.10327,300,15,0,417,0,0,1), - (34600,3816,1,1917,0,3313.85,182.168,6.72578,3.50505,300,15,0,417,0,0,1), - (34601,3816,1,1917,0,3710.69,666.281,5.22716,3.64717,300,15,0,417,0,0,1), - (34602,5259,109,6670,0,-432.846,9.76502,-53.9463,4.27489,7200,0,0,4776,1640,0,0), - (34603,3816,1,1917,0,3651.5,-18.3174,2.43062,0.476747,300,15,0,417,0,0,1), - (34604,3816,1,1917,0,3345.57,386.896,3.23578,1.27825,300,15,0,417,0,0,1), - (34605,3816,1,1917,0,3936.99,-58.6342,7.55296,2.92907,300,15,0,417,0,0,1), - (34606,3816,1,1917,0,3958.31,85.8429,7.90376,0.039081,300,5,0,417,0,0,1), - (34607,3816,1,1917,0,3485.43,815.784,6.06059,3.63029,300,15,0,417,0,0,1), - (34608,3816,1,1917,0,4091.32,43.7832,24.5755,5.29213,300,5,0,417,0,0,1), - (34609,3817,1,1991,0,2577.12,-1331.8,151.48,0.871227,300,15,0,573,0,0,1), - (34610,3817,1,1991,0,1970.87,-579.038,112.508,0.811525,300,3,0,573,0,0,1), - (34611,3817,1,1991,0,2075.69,-526.669,100.156,5.87937,300,5,0,573,0,0,1), - (34612,3817,1,1991,0,2632.97,-1423.21,180.707,6.25828,300,3,0,573,0,0,1), - (34613,3817,1,1991,0,2391.98,-694.825,151.623,0.250576,300,3,0,573,0,0,1), - (34614,3817,1,1991,0,2935.38,-1244.76,190.396,2.79869,300,15,0,573,0,0,1), - (34615,3817,1,1991,0,2753.1,-1242.78,172.849,4.4828,300,5,0,573,0,0,1), - (34616,3817,1,1991,0,2286.51,-939.285,86.8047,1.75746,300,15,0,573,0,0,1), - (34617,3817,1,1991,0,2194.07,-916.772,93.3797,5.93858,300,5,0,573,0,0,1), - (34618,3817,1,1991,0,2735.73,-1195.89,164.726,5.70223,300,15,0,573,0,0,1), - (34619,3817,1,1991,0,1925.15,-481.529,114.499,0.072351,300,5,0,573,0,0,1), - (34620,3817,1,1991,0,2226.83,-969.273,89.3588,5.38564,300,5,0,573,0,0,1), - (34621,3817,1,1991,0,2681.25,-1529.27,208.826,4.71239,300,5,0,573,0,0,1), - (34622,3817,1,1991,0,2584.25,-1249.04,145.567,0.436064,300,15,0,573,0,0,1), - (34623,3817,1,1991,0,2011.87,-607.283,101.978,3.85297,300,15,0,573,0,0,1), - (34624,3817,1,1991,0,2119.27,-529.646,110.777,4.42711,300,5,0,573,0,0,1), - (34625,3817,1,1991,0,2253.2,-1152.72,87.2554,3.87586,300,5,0,573,0,0,1), - (34626,3817,1,1991,0,2330.89,-1029.68,109.335,5.71631,300,5,0,573,0,0,1), - (34627,3817,1,1991,0,2318.73,-981.721,91.5928,3.72356,300,15,0,573,0,0,1), - (34628,3817,1,1991,0,2248.8,-1077.61,106.463,3.69926,300,5,0,573,0,0,1), - (34629,3817,1,1991,0,2533.06,-1463.97,163.013,2.26429,300,5,0,573,0,0,1), - (34630,3817,1,1991,0,2253.85,-562.269,102.872,6.00409,300,15,0,573,0,0,1), - (34631,3817,1,1991,0,2222.21,-552.833,102.454,0.16289,300,15,0,573,0,0,1), - (34632,3817,1,1991,0,2078.69,-435.192,96.6761,4.88814,300,5,0,573,0,0,1), - (34633,3817,1,1991,0,2355.48,-517.081,120.157,2.54655,300,3,0,573,0,0,1), - (34634,3817,1,1991,0,2391.41,-880.808,150.454,3.76321,300,5,0,573,0,0,1), - (34635,3817,1,1991,0,2704.8,-1196.6,160.537,0.880808,300,15,0,573,0,0,1), - (34636,3817,1,1991,0,2801.19,-1171.08,171.143,4.83771,300,5,0,573,0,0,1), - (34637,3817,1,1991,0,2882.65,-1189.58,178.648,4.77005,300,5,0,573,0,0,1), - (34638,3817,1,1991,0,2277.95,-1112.29,95.5275,0.089953,300,5,0,573,0,0,1), - (34639,3817,1,1991,0,2876.64,-1178.3,180.808,2.98381,300,0,0,573,0,0,0), - (34640,3817,1,1991,0,1921.31,-423.498,106.255,2.57673,300,10,0,573,0,0,1), - (34641,3817,1,1991,0,2350.59,-917.808,96.6732,5.72113,300,3,0,573,0,0,1), - (34642,8318,109,7554,0,-438.797,8.83912,-53.9463,5.81977,7200,0,0,2399,0,0,0), - (34643,8318,109,7554,0,-430.725,3.5262,-53.9463,1.63673,7200,0,0,2399,0,0,0), - (34644,8318,109,7554,0,-481.333,-0.0372205,-53.9463,0.266214,7200,0,0,2399,0,0,0), - (34645,8318,109,7554,0,-486.34,6.38944,-53.9463,3.60416,7200,0,0,2399,0,0,0), - (34646,3817,1,1991,0,2144.89,-723.621,108.262,0.24853,300,5,0,573,0,0,1), - (34647,3817,1,1991,0,2504.29,-1546.59,150.124,0.186047,300,3,0,573,0,0,1), - (34648,3817,1,1991,0,2684.25,-1429.06,194.283,0.044909,300,10,0,573,0,0,1), - (34649,3817,1,1991,0,2644.24,-1200.97,154.895,6.27733,300,5,0,573,0,0,1), - (34650,3817,1,1991,0,2647.83,-1499.03,188.674,0.662242,300,2,0,573,0,0,1), - (34651,3817,1,1991,0,2054.87,-678.462,111.674,3.24682,300,5,0,573,0,0,1), - (34652,5270,109,4778,0,-530.902,21.5278,-53.9463,5.97527,7200,0,0,6186,0,0,0), - (34653,8318,109,7554,0,-529.98,24.9148,-53.9463,5.97527,7200,0,0,2399,0,0,0), - (34654,8318,109,7554,0,-529.816,18.2607,-53.9463,2.16687,7200,0,0,2399,0,0,0), - (34655,5259,109,6670,0,-552.984,56.1326,-53.9463,1.87433,7200,0,0,4776,1640,0,0), - (34656,5259,109,6670,0,-559.291,58.8837,-53.9463,6.2812,7200,0,0,4776,1640,0,0), - (34657,5256,109,7709,0,-553.639,62.564,-53.9463,4.97037,7200,0,0,6186,0,0,0), - (34658,8318,109,7554,0,-557.775,61.763,-53.9463,4.79208,7200,0,0,2399,0,0,0), - (34659,8318,109,7554,0,-557.19,54.4363,-53.9463,4.79208,7200,0,0,2399,0,0,0), - (34660,5256,109,7709,0,-560.695,109.257,-53.9463,5.22798,7200,0,0,6186,0,0,0), - (34661,3817,1,1991,0,2232.9,-604.037,104.21,0.813725,300,15,0,573,0,0,1), - (34662,3817,1,1991,0,1871.73,-640.883,117.19,5.31719,300,5,0,573,0,0,1), - (34663,3817,1,1991,0,2623.74,-1287.77,149.159,2.78648,300,15,0,573,0,0,1), - (34664,3817,1,1991,0,2293.29,-684.948,139.502,6.08656,300,5,0,573,0,0,1), - (34665,3817,1,1991,0,2552.09,-1503.75,158.614,1.63626,300,15,0,573,0,0,1), - (34666,3817,1,1991,0,2039.83,-773.295,103.686,1.9012,300,5,0,573,0,0,1), - (34667,3817,1,1991,0,2124.95,-957.928,98.8138,4.47482,300,5,0,573,0,0,1), - (34668,3817,1,1991,0,2148.96,-573.959,102.676,0.574766,300,5,0,573,0,0,1), - (34669,3817,1,1991,0,2498.43,-1314.07,135.964,0.785221,300,5,0,573,0,0,1), - (34670,3817,1,1991,0,2454.05,-1642.28,162.593,5.55102,300,5,0,573,0,0,1), - (34671,3817,1,1991,0,2055.54,-512.441,99.8552,0.273961,300,5,0,573,0,0,1), - (34672,3817,1,1991,0,2929.49,-1301.79,203.112,5.09652,300,5,0,573,0,0,1), - (34673,3817,1,1991,0,2414.56,-780.304,121.838,2.47326,300,15,0,573,0,0,1), - (34674,3817,1,1991,0,2329.69,-751.042,113.097,1.5708,300,5,0,573,0,0,1), - (34675,3817,1,1991,0,2196.8,-670.255,127.967,5.23542,300,5,0,573,0,0,1), - (34676,3817,1,1991,0,2258.02,-787.399,109.02,0.058641,300,15,0,573,0,0,1), - (34677,3817,1,1991,0,2009.65,-368.157,99.8312,5.70656,300,15,0,573,0,0,1), - (34678,3817,1,1991,0,2205.78,-779.697,105.724,3.14745,300,15,0,573,0,0,1), - (34679,3817,1,1991,0,2296.9,-466.944,96.4656,3.73229,300,15,0,573,0,0,1), - (34680,3817,1,1991,0,2236.11,-812.53,110.747,6.04058,300,15,0,573,0,0,1), - (34681,3817,1,1991,0,2663.02,-1038.33,125.144,0.910096,300,3,0,573,0,0,1), - (34682,3817,1,1991,0,2265.01,-862.158,100.72,2.62245,300,15,0,573,0,0,1), - (34683,3817,1,1991,0,1980.64,-728.288,99.5879,4.72997,300,5,0,573,0,0,1), - (34684,3817,1,1991,0,2803.17,-1271.04,204.158,3.90256,300,5,0,573,0,0,1), - (34685,3817,1,1991,0,2590.89,-1426.69,162.857,3.96289,300,15,0,573,0,0,1), - (34686,3817,1,1991,0,2325.23,-466.488,100.075,0.446604,300,15,0,573,0,0,1), - (34687,3817,1,1991,0,2616.41,-1010.29,120.638,5.88345,300,15,0,573,0,0,1), - (34688,3817,1,1991,0,1940.86,-693.591,112.464,4.97637,300,5,0,573,0,0,1), - (34689,3817,1,1991,0,2522.59,-1104.93,131.297,5.4349,300,15,0,573,0,0,1), - (34690,3817,1,1991,0,2210.76,-1310.19,77.1685,1.86813,300,5,0,573,0,0,1), - (34691,3817,1,1991,0,2447.45,-1546.35,137.242,2.50375,300,10,0,573,0,0,1), - (34692,3818,1,1992,0,2084.66,-2094.13,120.539,3.60524,300,5,0,788,0,0,1), - (34693,3818,1,1992,0,2115.93,-2094.14,116.011,1.20608,300,5,0,788,0,0,1), - (34694,3818,1,1992,0,3320.27,-1390.81,180.161,4.66253,300,5,0,788,0,0,1), - (34695,3818,1,1992,0,3314.58,-1329.84,213.263,4.71239,300,5,0,788,0,0,1), - (34696,3818,1,1992,0,2948.79,-1777.87,180.586,1.65578,300,5,0,788,0,0,1), - (34697,3818,1,1992,0,2992.19,-1657.29,202.968,4.71239,300,5,0,788,0,0,1), - (34698,3818,1,1992,0,3347.22,-1651.44,167.833,5.62581,300,15,0,788,0,0,1), - (34699,3818,1,1992,0,3316.09,-1492.86,167.449,4.85772,300,5,0,788,0,0,1), - (34700,3818,1,1992,0,3345.74,-1587.65,167.016,4.67642,300,15,0,788,0,0,1), - (34701,3818,1,1992,0,3393.22,-1545.42,167.325,1.48042,300,5,0,788,0,0,1), - (34702,3818,1,1992,0,3417.02,-1388.77,182.42,3.06304,300,10,0,788,0,0,1), - (34703,3818,1,1992,0,3481.97,-1586.58,168.707,3.3501,300,15,0,788,0,0,1), - (34704,3818,1,1992,0,3512.11,-1472.64,170.787,3.46425,300,5,0,788,0,0,1), - (34705,3818,1,1992,0,3408.45,-1468.06,167.382,1.9083,300,5,0,788,0,0,1), - (34706,3818,1,1992,0,3539.12,-1583.29,173.004,0.994995,300,5,0,788,0,0,1), - (34707,3818,1,1992,0,3330.93,-1442.64,176.762,3.43277,300,5,0,788,0,0,1), - (34708,3818,1,1992,0,3480.99,-1647.3,169.273,4.91285,300,5,0,788,0,0,1), - (34709,3818,1,1992,0,3308.85,-1685.04,175.112,0.204479,300,15,0,788,0,0,1), - (34710,3818,1,1992,0,3385.01,-1665.36,169.456,5.91259,300,5,0,788,0,0,1), - (34711,3818,1,1992,0,3295.05,-1710.52,179.524,5.03047,300,5,0,788,0,0,1), - (34712,3818,1,1992,0,3150.43,-1866.41,184.752,0.538861,300,5,0,788,0,0,1), - (34713,3818,1,1992,0,2979.62,-1983.92,186.021,1.50826,300,5,0,788,0,0,1), - (34714,3818,1,1992,0,2175.62,-2163.92,118.569,1.32286,300,5,0,788,0,0,1), - (34715,3818,1,1992,0,2014.51,-2291.66,105.225,4.7642,300,5,0,788,0,0,1), - (34716,3818,1,1992,0,2097.92,-2218.75,144.22,0.58018,300,5,0,788,0,0,1), - (34717,3818,1,1992,0,1983.35,-2217.11,102.173,2.67807,300,5,0,788,0,0,1), - (34718,3818,1,1992,0,2953.07,-1926.63,167.924,2.62027,300,10,0,788,0,0,1), - (34719,3818,1,1992,0,2714.47,-2014.85,161.017,0.951032,300,5,0,788,0,0,1), - (34720,3818,1,1992,0,2846.89,-1888.19,176.061,1.01613,300,5,0,788,0,0,1), - (34721,3818,1,1992,0,2980.47,-1873.33,169.436,3.26885,300,10,0,788,0,0,1), - (34722,3818,1,1992,0,3049.94,-1816.91,170.055,4.38199,300,10,0,788,0,0,1), - (34723,3818,1,1992,0,2885.58,-1839.59,181.655,4.71727,300,5,0,788,0,0,1), - (34724,3818,1,1992,0,2990.92,-1723.6,178.801,0.975752,300,5,0,788,0,0,1), - (34725,3818,1,1992,0,3028.67,-1848.8,172.034,0.569577,300,10,0,788,0,0,1), - (34726,3818,1,1992,0,2866.41,-1797.39,194.793,3.46983,300,5,0,788,0,0,1), - (34727,3818,1,1992,0,3050.38,-1652.85,180.451,2.03444,300,5,0,788,0,0,1), - (34728,3818,1,1992,0,3069.45,-1879.85,192.509,4.06935,300,5,0,788,0,0,1), - (34729,3818,1,1992,0,3018.96,-1722.44,174.746,2.14742,300,5,0,788,0,0,1), - (34730,3818,1,1992,0,3091.42,-1683.07,172.544,5.49776,300,15,0,788,0,0,1), - (34731,3818,1,1992,0,3070.54,-1661.9,176.008,2.11657,300,15,0,788,0,0,1), - (34732,3818,1,1992,0,3093.06,-1556.24,192.51,6.03868,300,15,0,788,0,0,1), - (34733,3818,1,1992,0,3087.37,-1518.87,197.666,3.48619,300,15,0,788,0,0,1), - (34734,3818,1,1992,0,3053.48,-1597.24,190.066,3.89484,300,5,0,788,0,0,1), - (34735,3818,1,1992,0,2021.06,-2253.08,107.297,2.44284,300,5,0,788,0,0,1), - (34736,3818,1,1992,0,2088.74,-2285.84,102.378,3.33421,300,5,0,788,0,0,1), - (34737,3818,1,1992,0,2047.66,-2154.75,127.08,0.082168,300,5,0,788,0,0,1), - (34738,3818,1,1992,0,2059.78,-2279.3,112.089,3.85022,300,5,0,788,0,0,1), - (34739,3818,1,1992,0,2021.45,-2122,110.74,0.982794,300,10,0,788,0,0,1), - (34740,3818,1,1992,0,2196.3,-2243.87,102.704,1.55978,300,5,0,788,0,0,1), - (34741,3818,1,1992,0,3205.3,-1720.8,169.797,3.74793,300,5,0,788,0,0,1), - (34742,3818,1,1992,0,3146.23,-1515.23,198.478,2.70196,300,5,0,788,0,0,1), - (34743,3818,1,1992,0,3214.6,-1594.49,171.101,5.17095,300,5,0,788,0,0,1), - (34744,3818,1,1992,0,3103.93,-1417.18,187.195,4.94505,300,5,0,788,0,0,1), - (34745,3818,1,1992,0,3154.32,-1445.39,199.934,3.98932,300,5,0,788,0,0,1), - (34746,3818,1,1992,0,3211.61,-1795.41,181.147,6.16379,300,5,0,788,0,0,1), - (34747,3818,1,1992,0,2151.48,-2309.21,104.906,0.225143,300,5,0,788,0,0,1), - (34748,3818,1,1992,0,1987.47,-2286.07,95.3688,0.523506,300,10,0,788,0,0,1), - (34749,3818,1,1992,0,2217.91,-2316.39,105.242,5.197,300,5,0,788,0,0,1), - (34750,3818,1,1992,0,2501.07,-2496.82,174.943,1.43166,300,5,0,788,0,0,1), - (34751,3818,1,1992,0,3459.73,-1422.21,174.463,6.2285,300,10,0,788,0,0,1), - (34752,3818,1,1992,0,2913.78,-1827.76,179.667,4.65729,300,6,0,788,0,0,2), - (34753,3818,1,1992,0,3249.56,-1683.39,174.323,3.85973,300,5,0,788,0,0,1), - (34754,3818,1,1992,0,3370.17,-1481.91,166.984,2.33338,300,5,0,788,0,0,1), - (34755,3818,1,1992,0,3521.03,-1545.31,170.783,1.44413,300,15,0,788,0,0,1), - (34756,3818,1,1992,0,3179.18,-1637.4,171.4,4.58227,300,5,0,788,0,0,1), - (34757,5259,109,6670,0,-446.649,191.083,-53.9463,5.62382,7200,0,0,4776,1640,0,0), - (34758,3818,1,1992,0,3428.89,-1616.88,166.884,0.516965,300,15,0,788,0,0,1), - (34759,3818,1,1992,0,2472.01,-2456.79,177.757,4.16477,300,5,0,788,0,0,1), - (34760,3818,1,1992,0,2513.93,-2519.97,170.369,3.95759,300,5,0,788,0,0,1), - (34761,3818,1,1992,0,2667.24,-2679.71,141.662,0.154876,300,10,0,788,0,0,1), - (34762,3818,1,1992,0,2622.41,-2705.18,142.932,3.24524,300,10,0,788,0,0,1), - (34763,3818,1,1992,0,2486.61,-2443.88,161.639,3.08201,300,5,0,788,0,0,1), - (34764,3818,1,1992,0,2602.3,-2670.71,141.083,1.4956,300,5,0,788,0,0,1), - (34765,3818,1,1992,0,2581.75,-2493.93,170.414,4.99268,300,5,0,788,0,0,1), - (34766,3818,1,1992,0,2477.3,-2410.56,153.636,0.238465,300,5,0,788,0,0,1), - (34767,3818,1,1992,0,2565.86,-2719.21,145.796,5.16654,300,5,0,788,0,0,1), - (34768,3818,1,1992,0,2526.15,-2674.05,149.188,0.459281,300,5,0,788,0,0,1), - (34769,3818,1,1992,0,2453.86,-2695.84,148.742,5.36389,300,15,0,788,0,0,1), - (34770,3818,1,1992,0,2518.88,-2546.55,165.483,2.15873,300,5,0,788,0,0,1), - (34771,3819,1,1103,0,2672.13,601.012,105.724,4.16745,300,3,0,494,0,0,1), - (34772,3819,1,1103,0,2540.04,390.876,96.9969,1.26556,300,3,0,494,0,0,1), - (34773,3819,1,1103,0,2791.47,387.96,91.911,3.05452,300,15,0,494,0,0,1), - (34774,3819,1,1103,0,2766.07,599.999,91.9748,4.0642,300,15,0,494,0,0,1), - (34775,3819,1,1103,0,2503.12,-80.5513,105.721,3.43594,300,2,0,494,0,0,1), - (34776,3819,1,1103,0,2778.37,453.216,92.6667,2.6518,300,3,0,494,0,0,1), - (34777,1553,0,4734,0,2122.77,1160.49,36.3169,4.84559,300,10,0,120,0,0,1), - (34778,1495,0,2858,0,2022.33,74.046,36.5297,0,300,0,0,1042,0,0,0), - (34779,1499,0,3514,0,2305.91,265.164,38.7532,0.837758,300,0,0,594,0,0,0), - (34780,3819,1,1103,0,2455.61,536.308,106.753,2.65895,300,15,0,494,0,0,1), - (34781,3819,1,1103,0,2504.49,612.347,117.168,1.22171,300,3,0,494,0,0,1), - (34782,3819,1,1103,0,2495.14,476.637,93.9167,6.22064,300,3,0,494,0,0,1), - (34783,3819,1,1103,0,2877.75,680.983,98.4844,3.54315,300,5,0,494,0,0,1), - (34784,3819,1,1103,0,2932.67,730.952,116.419,2.04536,300,5,0,494,0,0,1), - (34785,3819,1,1103,0,2851.87,718.578,110.14,0.001466,300,5,0,494,0,0,1), - (34786,3819,1,1103,0,2640.09,135.158,92.6109,1.01965,300,5,0,494,0,0,1), - (34787,3819,1,1103,0,3246.99,-148.898,102.59,3.29008,300,5,0,494,0,0,1), - (34788,3819,1,1103,0,2863.85,326.884,107.578,3.61834,300,5,0,494,0,0,1), - (34789,3819,1,1103,0,2446.45,466.174,99.1325,4.5328,300,15,0,494,0,0,1), - (34790,3819,1,1103,0,2699.81,146.053,92.0165,6.20489,300,5,0,494,0,0,1), - (34791,3819,1,1103,0,2820.8,495.618,92.1667,0.056067,300,3,0,494,0,0,1), - (34792,3819,1,1103,0,2924.84,809.255,102.501,0.195764,300,5,0,494,0,0,1), - (34793,3819,1,1103,0,2639.95,-3.51842,109.562,1.87834,300,5,0,494,0,0,1), - (34794,3819,1,1103,0,2386.31,-357.224,96.375,3.6611,300,5,0,494,0,0,1), - (34795,3819,1,1103,0,2690.17,198.018,88.8765,1.01882,300,5,0,494,0,0,1), - (34796,3819,1,1103,0,2878.5,376.88,91.7917,3.6317,300,5,0,494,0,0,1), - (34797,3819,1,1103,0,2593.53,641.666,115.257,3.14125,300,5,0,494,0,0,1), - (34798,3819,1,1103,0,2545.54,280.741,124.824,3.21784,300,5,0,494,0,0,1), - (34799,3819,1,1103,0,2516.08,52.4669,87.4068,4.48229,300,5,0,494,0,0,1), - (34800,3819,1,1103,0,2873.75,357.429,92.1667,2.44127,300,5,0,494,0,0,1), - (34801,3819,1,1103,0,2728.06,9.80524,118.632,0.982794,300,5,0,494,0,0,1), - (34802,3819,1,1103,0,2827.82,619.183,101.492,3.75991,300,2,0,494,0,0,1), - (34803,3819,1,1103,0,2453.16,415.358,95.8992,2.67311,300,15,0,494,0,0,1), - (34804,3819,1,1103,0,2414.81,620.613,127.408,4.76475,300,0,0,494,0,0,0), - (34805,3819,1,1103,0,2611.82,279.187,97.8752,6.20499,300,5,0,494,0,0,1), - (34806,3819,1,1103,0,2809.73,377.02,92.9167,2.05168,300,15,0,494,0,0,1), - (34807,3819,1,1103,0,2694.56,144.758,92.5708,3.87375,300,5,0,494,0,0,1), - (34808,3819,1,1103,0,2748.25,494.835,92.115,1.60691,300,5,0,494,0,0,1), - (34809,3819,1,1103,0,2535.54,594.806,105.585,4.60281,300,10,0,494,0,0,1), - (34810,3819,1,1103,0,2477.76,30.5949,86.4866,5.97564,300,15,0,494,0,0,1), - (34811,3819,1,1103,0,2945.92,819.276,100.635,2.11138,300,5,0,494,0,0,1), - (34812,3819,1,1103,0,2460.62,592.7,117.797,0.862898,300,15,0,494,0,0,1), - (34813,3819,1,1103,0,2768.97,506.695,91.5177,2.96681,300,15,0,494,0,0,1), - (34814,3819,1,1103,0,3143.58,-592.847,158.342,3.49176,300,5,0,494,0,0,1), - (34815,3819,1,1103,0,2840.85,-809.375,156.517,3.14159,300,3,0,494,0,0,1), - (34816,3819,1,1103,0,2565.57,606.069,107.216,2.79482,300,3,0,494,0,0,1), - (34817,3819,1,1103,0,2458.14,-304.941,108.094,0.669863,300,0,0,494,0,0,0), - (34818,3819,1,1103,0,2437.84,513.372,107.155,0.439635,300,15,0,494,0,0,1), - (34819,3819,1,1103,0,2464.76,365.193,99.3015,4.98991,300,3,0,494,0,0,1), - (34820,3819,1,1103,0,2678.78,645.331,104.307,0.20251,300,10,0,494,0,0,1), - (34821,3819,1,1103,0,2688.38,681.04,122.828,2.17017,300,2,0,494,0,0,1), - (34822,3819,1,1103,0,2751.05,582.485,91.1308,1.25671,300,15,0,494,0,0,1), - (34823,3819,1,1103,0,2798.77,407.394,92.4831,0.603344,300,15,0,494,0,0,1), - (34824,3819,1,1103,0,2572.42,30.3096,90.2995,5.71795,300,5,0,494,0,0,1), - (34825,3819,1,1103,0,1846.1,-2748.64,94.5736,4.10749,300,10,0,494,0,0,1), - (34826,3819,1,1103,0,1375.92,-2366.72,112.771,5.93029,300,5,0,494,0,0,1), - (34827,3819,1,1103,0,3086.22,-565.053,161.852,1.10739,300,2,0,494,0,0,1), - (34828,3819,1,1103,0,3167.65,-454.686,137.061,5.07711,300,15,0,494,0,0,1), - (34829,3819,1,1103,0,3224.92,-187.909,105.238,2.83405,300,5,0,494,0,0,1), - (34830,3819,1,1103,0,3177.75,-501.125,141.642,5.14807,300,15,0,494,0,0,1), - (34831,3819,1,1103,0,1874.03,-2254.69,118.716,0.109579,300,5,0,494,0,0,1), - (34832,3819,1,1103,0,1628.7,-2511.25,98.0914,0.717857,300,5,0,494,0,0,1), - (34833,3819,1,1103,0,3122.45,-223.117,111.12,6.03561,300,15,0,494,0,0,1), - (34834,3819,1,1103,0,1619.26,-1844.2,117.071,2.53073,300,10,0,494,0,0,1), - (34835,3819,1,1103,0,3157.22,-697.004,190.554,0.151154,300,3,0,494,0,0,1), - (34836,3819,1,1103,0,3058.61,-205.508,108.98,4.59699,300,5,0,494,0,0,1), - (34837,3819,1,1103,0,3078.75,-645.201,166.517,0.105695,300,15,0,494,0,0,1), - (34838,3819,1,1103,0,3450.11,-474.459,169.163,2.54053,300,2,0,494,0,0,1), - (34839,3819,1,1103,0,3380.65,-281.13,133.336,3.5316,300,3,0,494,0,0,1), - (34840,3819,1,1103,0,3186.83,-537.41,146.708,1.19808,300,15,0,494,0,0,1), - (34841,3819,1,1103,0,2124.66,-2817.86,115.06,0.418324,300,5,0,494,0,0,1), - (34842,3819,1,1103,0,3131.51,-505.817,141.835,2.84927,300,3,0,494,0,0,1), - (34843,3819,1,1103,0,3002.05,-645.473,173.479,1.38221,300,5,0,494,0,0,1), - (34844,3819,1,1103,0,3106.02,-665.368,177.468,4.72606,300,15,0,494,0,0,1), - (34845,3819,1,1103,0,2781.71,-146.33,103.985,0.919832,300,5,0,494,0,0,1), - (34846,3819,1,1103,0,2606.05,-85.2276,101.084,4.38447,300,3,0,494,0,0,1), - (34847,3819,1,1103,0,1384.05,-1983.36,108.272,2.99379,300,10,0,494,0,0,1), - (34848,3819,1,1103,0,1415.11,-2008.68,94.9292,3.21207,300,10,0,494,0,0,1), - (34849,3819,1,1103,0,1344.46,-2000.66,118.351,4.24887,300,5,0,494,0,0,1), - (34850,3819,1,1103,0,1615.35,-1954.39,98.157,3.95532,300,5,0,494,0,0,1), - (34851,3819,1,1103,0,1388.15,-2020.34,97.6852,2.12629,300,10,0,494,0,0,1), - (34852,3819,1,1103,0,1682.74,-1964.29,96.8296,5.47569,300,10,0,494,0,0,1), - (34853,3819,1,1103,0,1421.3,-2046.6,93.7874,3.22344,300,10,0,494,0,0,1), - (34854,3819,1,1103,0,1950.23,-2551.23,77.0311,5.70927,300,10,0,494,0,0,1), - (34855,3819,1,1103,0,1645.69,-1885.26,106.825,1.33103,300,5,0,494,0,0,1), - (34856,3819,1,1103,0,2962.34,-707.978,174.958,6.07066,300,5,0,494,0,0,1), - (34857,3819,1,1103,0,2984.77,-722.577,167.492,4.51897,300,15,0,494,0,0,1), - (34858,3819,1,1103,0,2935.42,-346.875,107.589,0.785471,300,5,0,494,0,0,1), - (34859,3819,1,1103,0,2745,-851.066,151.039,4.11887,300,3,0,494,0,0,1), - (34860,3819,1,1103,0,2848.71,-752.484,155.883,3.78919,300,5,0,494,0,0,1), - (34861,3819,1,1103,0,2886.89,-782.195,162.929,6.2402,300,3,0,494,0,0,1), - (34862,3819,1,1103,0,2758.58,-52.6539,91.1636,3.4207,300,15,0,494,0,0,1), - (34863,3819,1,1103,0,3248.9,-221.144,117.465,4.42209,300,15,0,494,0,0,1), - (34864,3819,1,1103,0,3007.24,215.485,55.7154,3.87995,300,5,0,494,0,0,1), - (34865,3819,1,1103,0,2618.92,-217.582,109.335,2.42598,300,3,0,494,0,0,1), - (34866,3819,1,1103,0,2518.01,-357.052,109.676,1.57861,300,3,0,494,0,0,1), - (34867,3819,1,1103,0,2649.13,-92.3146,96.5407,1.34429,300,15,0,494,0,0,1), - (34868,3819,1,1103,0,2774.67,198.497,62.4013,1.8744,300,5,0,494,0,0,1), - (34869,3819,1,1103,0,2552.3,-318.457,108.448,2.928,300,3,0,494,0,0,1), - (34870,3819,1,1103,0,2414.09,-315.44,101.051,2.71682,300,15,0,494,0,0,1), - (34871,3819,1,1103,0,2792.54,-81.8305,96.6565,4.94023,300,15,0,494,0,0,1), - (34872,3819,1,1103,0,2396.23,-85.4464,96.5678,3.71102,300,5,0,494,0,0,1), - (34873,3819,1,1103,0,2776.96,-44.7284,92.7771,5.71447,300,15,0,494,0,0,1), - (34874,3819,1,1103,0,3113.82,-347.664,132.614,5.80426,300,3,0,494,0,0,1), - (34875,3819,1,1103,0,2675.68,-64.9075,93.0552,3.4906,300,15,0,494,0,0,1), - (34876,3819,1,1103,0,1417.26,-2358.54,100.317,2.06258,300,15,0,494,0,0,1), - (34877,3819,1,1103,0,1457.57,-2043.77,93.1359,1.12832,300,10,0,494,0,0,1), - (34878,3819,1,1103,0,1641.52,-1918.97,99.2801,3.33018,300,5,0,494,0,0,1), - (34879,3819,1,1103,0,1387.42,-2080.99,92.3091,0.650929,300,10,0,494,0,0,1), - (34880,3819,1,1103,0,1648.64,-2552.48,95.5182,1.53761,300,5,0,494,0,0,1), - (34881,3819,1,1103,0,1740.9,-2368.75,110.696,4.44855,300,5,0,494,0,0,1), - (34882,3820,1,336,0,2572.95,-2009.37,144.048,3.14159,300,5,0,664,0,0,1), - (34883,3820,1,336,0,1838.96,-1518.97,106.016,6.1966,300,5,0,664,0,0,1), - (34884,3820,1,336,0,1921.73,-1545.74,70.538,0.819248,300,5,0,664,0,0,1), - (34885,3820,1,336,0,1959.56,-1654.07,61.4227,2.38773,300,5,0,664,0,0,1), - (34886,3820,1,336,0,2868.95,-2474.32,230.616,2.14037,300,3,0,664,0,0,1), - (34887,3820,1,336,0,2282.59,-1887.13,63.7125,6.08711,300,15,0,664,0,0,1), - (34888,3820,1,336,0,2844.77,-2569.3,220.696,2.02571,300,10,0,664,0,0,1), - (34889,3820,1,336,0,1656.78,-1598.88,124.379,5.99416,300,5,0,664,0,0,1), - (34890,3820,1,336,0,2792.58,-2158.43,201.352,3.14745,300,15,0,664,0,0,1), - (34891,3820,1,336,0,2805.79,-2148.39,201.855,2.25262,300,15,0,664,0,0,1), - (34892,3820,1,336,0,2756.86,-2186.21,198.609,4.28455,300,15,0,664,0,0,1), - (34893,3820,1,336,0,2722.32,-2534.64,182.369,-1.51153,300,5,0,664,0,0,1), - (34894,3820,1,336,0,2822.75,-2487.26,215.186,5.02954,300,10,0,664,0,0,1), - (34895,3820,1,336,0,2788.98,-2478.42,208.874,5.6485,300,3,0,664,0,0,1), - (34896,3820,1,336,0,2785.86,-2255.24,213.368,2.10351,300,5,0,664,0,0,1), - (34897,3820,1,336,0,1680.95,-1585.5,109.189,3.98567,300,5,0,664,0,0,1), - (34898,3820,1,336,0,2116.41,-1622.61,75.3936,3.63143,300,5,0,664,0,0,1), - (34899,3820,1,336,0,1873.83,-1623.84,63.5051,5.01718,300,15,0,664,0,0,1), - (34900,3820,1,336,0,1847.42,-1598.12,70.3945,0.802127,300,15,0,664,0,0,1), - (34901,3820,1,336,0,2248.71,-2148.8,105.72,3.06754,300,5,0,664,0,0,1), - (34902,3820,1,336,0,1718.88,-1492.65,114.727,0.399375,300,5,0,664,0,0,1), - (34903,3820,1,336,0,1755.2,-1512.87,95.2172,0.348938,300,5,0,664,0,0,1), - (34904,3820,1,336,0,2001.98,-1580.48,62.1827,1.11239,300,5,0,664,0,0,1), - (34905,3820,1,336,0,2594.1,-2387.73,163.113,0.954632,300,10,0,664,0,0,1), - (34906,3820,1,336,0,2256.04,-2093.96,107.173,3.2886,300,3,0,664,0,0,1), - (34907,3820,1,336,0,1968.85,-1619.74,63.7147,0.957353,300,5,0,664,0,0,1), - (34908,3820,1,336,0,1937.28,-1419.22,90.1315,1.27373,300,10,0,664,0,0,1), - (34909,3820,1,336,0,2547.51,-1992.35,141.935,0.319898,300,5,0,664,0,0,1), - (34910,3821,1,1104,0,2536.15,-3656.27,60.7432,5.99701,300,10,0,896,0,0,1), - (34911,3821,1,1104,0,2721.17,-3560.67,108.477,3.17283,300,15,0,896,0,0,1), - (34912,3821,1,1104,0,2693.02,-3608.94,103.974,4.17968,300,10,0,896,0,0,1), - (34913,3821,1,1104,0,2616.43,-3681.93,77.4149,2.33686,300,3,0,896,0,0,1), - (34914,3821,1,1104,0,2837.76,-3534.37,108.781,0,300,5,0,896,0,0,1), - (34915,3821,1,1104,0,2219.16,-3542.81,45.0811,5.30926,300,5,0,896,0,0,1), - (34916,3821,1,1104,0,2545.41,-3547.08,59.3648,3.27324,300,3,0,896,0,0,1), - (34917,3821,1,1104,0,2279.74,-3029.9,122.576,4.95982,300,15,0,896,0,0,1), - (34918,3821,1,1104,0,2699.47,-3650.24,90.0022,6.10054,300,10,0,896,0,0,1), - (34919,3821,1,1104,0,2946.83,-3449.76,127.25,2.00074,300,15,0,896,0,0,1), - (34920,3821,1,1104,0,2859.57,-3428.91,118.105,5.26168,300,5,0,896,0,0,1), - (34921,3821,1,1104,0,2905.33,-3486.15,112.835,6.14405,300,5,0,896,0,0,1), - (34922,3821,1,1104,0,2907.81,-2973.39,202.617,5.31129,300,15,0,896,0,0,1), - (34923,3821,1,1104,0,2800.65,-3130.14,176.417,2.41074,300,15,0,896,0,0,1), - (34924,3821,1,1104,0,2047.05,-3417.25,92.8941,3.5871,300,15,0,896,0,0,1), - (34925,3821,1,1104,0,2126.36,-3404.18,93.8878,1.40115,300,15,0,896,0,0,1), - (34926,3821,1,1104,0,2908.7,-3592.47,100.026,1.54736,300,5,0,896,0,0,1), - (34927,3821,1,1104,0,2048.83,-3478.29,87.1252,1.72375,300,5,0,896,0,0,1), - (34928,3821,1,1104,0,2315.04,-3541.31,45.4868,3.90213,300,5,0,896,0,0,1), - (34929,3821,1,1104,0,2147.26,-3529.72,48.5728,2.94899,300,5,0,896,0,0,1), - (34930,3821,1,1104,0,2956.86,-3135.05,194.814,2.89671,300,5,0,896,0,0,1), - (34931,3821,1,1104,0,2557.09,-3078.45,135.454,1.91723,300,5,0,896,0,0,1), - (34932,3821,1,1104,0,2783.27,-3081.21,174.61,3.27136,300,10,0,896,0,0,1), - (34933,3821,1,1104,0,2835.44,-3113.36,182.381,1.71669,300,5,0,896,0,0,1), - (34934,3821,1,1104,0,2889.93,-2977.27,202.885,4.06068,300,15,0,896,0,0,1), - (34935,3821,1,1104,0,2079.99,-3497.81,75.8023,0.262741,300,5,0,896,0,0,1), - (34936,3823,1,802,0,2851.61,639.898,107.775,0.672606,300,5,0,449,0,0,1), - (34937,3823,1,802,0,2560.68,-35.1924,88.5246,5.85751,300,15,0,449,0,0,1), - (34938,3823,1,802,0,2579.37,111.962,91.6097,0.109022,300,5,0,449,0,0,1), - (34939,3823,1,802,0,2503.44,602.071,111.168,1.12201,300,15,0,449,0,0,1), - (34940,3823,1,802,0,2593.51,586.02,102.557,0.129323,300,15,0,449,0,0,1), - (34941,3823,1,802,0,2639.44,142.619,92.8159,0.254133,300,5,0,449,0,0,1), - (34942,3823,1,802,0,2702.19,672.292,112.69,0.588142,300,3,0,449,0,0,1), - (34943,3823,1,802,0,2654.72,229.971,93.1808,2.82715,300,5,0,449,0,0,1), - (34944,3823,1,802,0,2348.91,-240.402,115.231,1.08189,300,5,0,449,0,0,1), - (34945,3823,1,802,0,2892.59,679.506,103.191,1.78025,300,5,0,449,0,0,1), - (34946,3823,1,802,0,2522.02,362.126,96.4794,1.87378,300,10,0,449,0,0,1), - (34947,3823,1,802,0,2352.34,440.977,117.79,3.28067,300,5,0,449,0,0,1), - (34948,3823,1,802,0,2928.12,730.341,113.271,4.76025,300,5,0,449,0,0,1), - (34949,3823,1,802,0,2596.92,277.209,102.488,4.39774,300,5,0,449,0,0,1), - (34950,3823,1,802,0,2605.88,235.545,106.525,0.602128,300,5,0,449,0,0,1), - (34951,3823,1,802,0,2649.39,181.873,92.7235,1.49454,300,5,0,449,0,0,1), - (34952,3823,1,802,0,1378.48,-1968.47,115.693,4.94884,300,5,0,449,0,0,1), - (34953,3823,1,802,0,2844.25,372.233,91.7917,4.4293,300,5,0,449,0,0,1), - (34954,3823,1,802,0,2433.47,586.962,116.63,-1.96365,300,15,0,449,0,0,1), - (34955,3823,1,802,0,2493.39,-33.5814,95.362,1.74254,300,3,0,449,0,0,1), - (34956,3823,1,802,0,2288.25,396.858,131.755,3.34796,300,5,0,449,0,0,1), - (34957,3823,1,802,0,2844.6,378.135,91.9906,2.96702,300,5,0,449,0,0,1), - (34958,3823,1,802,0,3861.46,573.959,17.9483,4.90962,300,5,0,449,0,0,1), - (34959,3823,1,802,0,2882.05,437.903,106.48,4.74448,300,5,0,449,0,0,1), - (34960,3823,1,802,0,3668.89,147.586,5.5287,5.82008,300,5,0,449,0,0,1), - (34961,3823,1,802,0,2788.26,541.379,92.1667,0.023833,300,15,0,449,0,0,1), - (34962,3823,1,802,0,2914.87,796.456,105.778,0.919091,300,5,0,449,0,0,1), - (34963,3823,1,802,0,2553.75,68.2116,88.5491,1.52679,300,5,0,449,0,0,1), - (34964,4079,1,2182,0,2758.97,-312.097,110.88,5.16617,300,0,0,1106,0,0,0), - (34965,3823,1,802,0,4142.62,-4.89386,24.6213,3.26885,300,15,0,449,0,0,1), - (34966,3823,1,802,0,3822.73,201.272,6.70488,5.71848,300,5,0,449,0,0,1), - (34967,3823,1,802,0,3958.32,137.602,11.6365,1.8873,300,5,0,449,0,0,1), - (34968,3823,1,802,0,4063.22,209.464,4.7373,3.50451,300,5,0,449,0,0,1), - (34969,3823,1,802,0,2784.74,287.313,75.7634,3.07321,300,5,0,449,0,0,1), - (34970,3823,1,802,0,4107.4,172.191,5.43396,2.9952,300,15,0,449,0,0,1), - (34971,3823,1,802,0,3300.65,667.286,5.36473,2.92816,300,5,0,449,0,0,1), - (34972,3823,1,802,0,3275.18,748.095,11.2982,1.78735,300,5,0,449,0,0,1), - (34973,3823,1,802,0,2759.78,-107.167,96.6138,1.3189,300,15,0,449,0,0,1), - (34974,3823,1,802,0,3578.1,346.029,6.06762,2.97082,300,15,0,449,0,0,1), - (34975,3823,1,802,0,3512.98,437.261,0.904225,1.03541,300,15,0,449,0,0,1), - (34976,3823,1,802,0,1582.2,-1811.22,126.204,4.43314,300,10,0,449,0,0,1), - (34977,3823,1,802,0,2723.36,-90.7964,100.764,-2.33339,300,0,0,449,0,0,0), - (34978,3823,1,802,0,3383.05,616.169,5.49361,2.0939,300,15,0,449,0,0,1), - (34979,3823,1,802,0,2677.87,-61.2871,93.0552,4.2759,300,15,0,449,0,0,1), - (34980,3823,1,802,0,2729.99,-163.061,106.146,5.50707,300,5,0,449,0,0,1), - (34981,3823,1,802,0,2431.61,-330.656,101.075,3.22553,300,15,0,449,0,0,1), - (34982,3823,1,802,0,2740.18,679.899,103.374,1.52711,300,0,0,449,0,0,0), - (34983,3823,1,802,0,2827.19,-38.2592,98.7016,5.95006,300,15,0,449,0,0,1), - (34984,3823,1,802,0,3546.39,360.358,5.904,5.93292,300,15,0,449,0,0,1), - (34985,3823,1,802,0,3862.05,217.003,-0.411661,4.01214,300,15,0,449,0,0,1), - (34986,3823,1,802,0,1396,-1981.86,102.245,2.80317,300,10,0,449,0,0,2), - (34987,3823,1,802,0,3852.98,747.681,7.25498,2.20963,300,5,0,449,0,0,1), - (34988,3823,1,802,0,2104.83,-2683.61,106.996,-0.410982,300,5,0,449,0,0,1), - (34989,3823,1,802,0,3913.83,-18.6238,12.1046,3.91005,300,5,0,449,0,0,1), - (34990,3823,1,802,0,3405.8,381.591,2.12483,3.82396,300,15,0,449,0,0,1), - (34991,3823,1,802,0,3528.27,547.337,4.82804,5.2406,300,5,0,449,0,0,1), - (34992,3823,1,802,0,3616.36,79.5398,3.68546,4.39681,300,5,0,449,0,0,1), - (34993,3823,1,802,0,3620.29,592.987,6.10634,0.737027,300,15,0,449,0,0,1), - (34994,3823,1,802,0,3289.47,327.169,5.65095,2.34998,300,5,0,449,0,0,1), - (34995,3823,1,802,0,1690.19,-1917.83,99.381,1.49503,300,5,0,449,0,0,1), - (34996,3823,1,802,0,3464.63,118.931,3.3743,2.28154,300,5,0,449,0,0,1), - (34997,3823,1,802,0,2687.39,-68.5685,93.465,3.62052,300,15,0,449,0,0,1), - (34998,3823,1,802,0,2381.43,-216.693,97.2128,4.02515,300,5,0,449,0,0,1), - (34999,3823,1,802,0,1417.25,-2121.13,97.1019,5.06842,300,5,0,449,0,0,1), - (35000,3823,1,802,0,1369.53,-2177.76,92.6682,0.476747,300,10,0,449,0,0,1), - (35001,3823,1,802,0,1319.4,-2081.86,101.39,5.99818,300,5,0,449,0,0,1), - (35002,3823,1,802,0,1384.29,-2152.77,92.7812,5.18394,300,10,0,449,0,0,1), - (35003,3823,1,802,0,1534.19,-2465.57,106.215,3.51339,300,3,0,449,0,0,1), - (35004,3823,1,802,0,1366.41,-2113.34,92.4729,1.57275,300,10,0,449,0,0,1), - (35005,3823,1,802,0,1654.97,-2527.46,96.3709,5.44942,300,10,0,449,0,0,1), - (35006,3824,1,1207,0,1906.57,-1442.15,88.821,1.77812,300,5,0,617,0,0,1), - (35007,3824,1,1207,0,1954.67,-1386.24,95.3175,1.39505,300,5,0,617,0,0,1), - (35008,3824,1,1207,0,2026.35,-1630.16,65.0762,2.91606,300,5,0,617,0,0,1), - (35009,3824,1,1207,0,1980.92,-1520.02,67.6904,6.06775,300,15,0,617,0,0,1), - (35010,3824,1,1207,0,1951.52,-1574.77,62.2719,5.89572,300,15,0,617,0,0,1), - (35011,3824,1,1207,0,1845.87,-1626.69,66.4085,1.77834,300,5,0,617,0,0,1), - (35012,3824,1,1207,0,1784.13,-1624.2,88.4687,5.21797,300,5,0,617,0,0,1), - (35013,3824,1,1207,0,1653.66,-1614.09,122.621,3.63498,300,5,0,617,0,0,1), - (35014,3824,1,1207,0,1684.16,-1602.92,105.344,5.67134,300,5,0,617,0,0,1), - (35015,3824,1,1207,0,1825.08,-1571.06,76.0248,1.84802,300,15,0,617,0,0,1), - (35016,3824,1,1207,0,1765.2,-1564.58,79.4978,2.28225,300,5,0,617,0,0,1), - (35017,3824,1,1207,0,2117.93,-1688.23,77.641,2.93452,300,5,0,617,0,0,1), - (35018,3824,1,1207,0,1698.87,-1608.33,99.6919,3.14178,300,5,0,617,0,0,1), - (35019,3824,1,1207,0,1911.26,-1554.58,65.6967,3.37499,300,15,0,617,0,0,1), - (35020,3824,1,1207,0,1923.79,-1785.59,63.9026,4.65473,300,5,0,617,0,0,1), - (35021,3824,1,1207,0,2024.37,-1710,63.563,3.1488,300,10,0,617,0,0,1), - (35022,3824,1,1207,0,2158.7,-1622.51,82.0039,1.63334,300,15,0,617,0,0,1), - (35023,3824,1,1207,0,1931.06,-1813.45,68.7292,4.2164,300,5,0,617,0,0,1), - (35024,3824,1,1207,0,1903.04,-1646.21,59.393,4.86297,300,15,0,617,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (34488,3814,1,0,0,4208.22,1206.12,-6.01602,4.14334,300,300,12,0,494,0,0,1), + (34489,3814,1,0,0,4020.31,1019,-10.3574,5.72019,300,300,12,0,494,0,0,1), + (34490,3814,1,0,0,3848.9,981.334,-9.44697,5.83366,300,300,12,0,494,0,0,1), + (34491,3814,1,0,0,3979.8,837.317,3.13173,5.15239,300,300,12,0,494,0,0,1), + (34492,3814,1,0,0,3422.17,1081.35,-1.18897,2.2374,300,300,12,0,494,0,0,1), + (34493,3814,1,0,0,3454.9,1039.79,0.350428,2.08728,300,300,12,0,494,0,0,1), + (34494,3814,1,0,0,4087.03,955.134,0.400219,3.68704,300,300,12,0,494,0,0,1), + (34495,3814,1,0,0,3513.35,919.406,3.06748,3.3888,300,300,12,0,494,0,0,1), + (34496,3814,1,0,0,3944.58,889.18,0.363956,4.31339,300,300,12,0,494,0,0,1), + (34497,3814,1,0,0,4113.58,1051.28,2.90868,6.06919,300,300,12,0,494,0,0,1), + (34498,3815,1,0,0,2719.52,-1883.89,193.313,5.97662,300,300,0,0,788,0,0,0), + (34499,744,0,0,0,-10672.9,-3979.62,22.2757,2.86866,300,300,5,0,4953,0,0,1), + (34500,744,0,0,0,-10701.3,-4001.63,24.0456,0.453158,300,300,5,0,4953,0,0,1), + (34501,3622,0,0,0,-10429.6,-3309.04,21.5738,2.87979,300,300,0,0,2471,1620,0,0), + (34502,3815,1,0,0,2705.27,-1872.37,206.991,3.84207,300,300,0,0,788,0,0,0), + (34503,3815,1,0,0,2893.37,-1202.84,179.034,-0.213806,300,300,0,0,788,0,0,0), + (34504,3816,1,0,0,3406.3,482.123,8.72184,3.12792,300,300,2,0,417,0,0,1), + (34505,3816,1,0,0,3236.99,684.325,3.07932,2.04812,300,300,15,0,417,0,0,1), + (34506,3816,1,0,0,3644.09,325.707,28.7271,1.32392,300,300,15,0,417,0,0,1), + (34507,3816,1,0,0,3293.48,757.437,7.18428,0.020505,300,300,5,0,417,0,0,1), + (34508,3816,1,0,0,3398.12,440.127,4.59615,1.93208,300,300,5,0,417,0,0,1), + (34509,3816,1,0,0,3310.4,581.38,0.859878,1.68523,300,300,15,0,417,0,0,1), + (34510,3816,1,0,0,3295.1,559.898,0.484956,2.50317,300,300,15,0,417,0,0,1), + (34511,3816,1,0,0,3258.75,714.065,5.52514,5.5886,300,300,5,0,417,0,0,1), + (34512,3816,1,0,0,3373.62,407.272,3.31887,1.89026,300,300,15,0,417,0,0,1), + (34513,3816,1,0,0,3625.19,-113.677,5.36703,0.753149,300,300,5,0,417,0,0,1), + (34514,3816,1,0,0,3179.98,654.314,1.33118,6.10396,300,300,15,0,417,0,0,1), + (34515,980,0,0,0,-10392,-3256.97,22.0191,0,300,300,0,0,2972,0,0,0), + (34516,867,0,0,0,-10370.1,-3359.46,22.6802,4.74729,300,300,0,0,3748,0,0,0), + (34517,983,0,0,0,-10428.6,-3272.99,20.5275,3.14159,300,300,0,0,2972,0,0,0), + (34518,8311,109,0,0,-371.254,81.8927,-147.738,6.25452,7200,7200,0,0,1386,0,0,0), + (34519,8384,109,0,0,-373.072,77.3239,-148.802,1.41254,7200,7200,0,0,5970,0,0,0), + (34520,5708,109,0,0,-369.819,85.5733,-148.802,3.21424,1000000,1000000,0,0,6414,0,0,2), + (34522,5716,109,0,0,-467.396,165.997,-66.7027,4.7096,1000000,1000000,0,0,16035,0,0,0), + (34523,5267,109,0,0,-397.082,144.273,-131.857,5.92995,7200,7200,0,0,6251,0,0,0), + (34524,5259,109,0,0,-397.505,141.699,-131.857,6.03913,7200,7200,0,0,4776,1640,0,0), + (34525,3816,1,0,0,3405.32,517.013,7.14339,1.24195,300,300,2,0,417,0,0,1), + (34526,3816,1,0,0,3657.9,14.3296,1.8903,3.46668,300,300,15,0,417,0,0,1), + (34527,3816,1,0,0,3456.4,533.075,6.43227,5.22233,300,300,5,0,417,0,0,1), + (34528,3816,1,0,0,3348.99,619.936,4.46005,2.94496,300,300,15,0,417,0,0,1), + (34529,3816,1,0,0,3528.14,417.662,1.96072,1.27791,300,300,15,0,417,0,0,1), + (34530,3816,1,0,0,3657.27,41.67,3.05213,2.9646,300,300,15,0,417,0,0,1), + (34531,3816,1,0,0,4001.92,735.882,9.17015,2.80008,300,300,5,0,417,0,0,1), + (34532,3816,1,0,0,3522.32,389.378,2.80741,1.8235,300,300,15,0,417,0,0,1), + (34533,3816,1,0,0,3208.72,547.191,-1.05039,2.53104,300,300,15,0,417,0,0,1), + (34534,3816,1,0,0,3199.74,717.939,5.55674,0.228149,300,300,15,0,417,0,0,1), + (34535,3816,1,0,0,3681.39,-149.931,4.10857,6.05009,300,300,15,0,417,0,0,1), + (34536,3816,1,0,0,3675.5,271.704,22.6159,4.59385,300,300,0,0,417,0,0,0), + (34537,3816,1,0,0,3767.19,241.146,3.18804,5.8874,300,300,5,0,417,0,0,1), + (34538,3816,1,0,0,3807.52,748.132,9.6702,0.828249,300,300,5,0,417,0,0,1), + (34539,3816,1,0,0,3223.69,450.574,-0.033513,0.058641,300,300,15,0,417,0,0,1), + (34540,3816,1,0,0,3501.98,68.6708,6.36978,4.68907,300,300,15,0,417,0,0,1), + (34541,3816,1,0,0,3195.42,452.228,0.347857,2.49008,300,300,15,0,417,0,0,1), + (34542,3816,1,0,0,3209.99,659.261,0.470335,3.56297,300,300,15,0,417,0,0,1), + (34543,3816,1,0,0,3606.53,567.732,6.21951,4.53088,300,300,15,0,417,0,0,1), + (34544,3816,1,0,0,3297.26,409.265,4.3049,0.035176,300,300,15,0,417,0,0,1), + (34545,3816,1,0,0,3612.66,-180.003,3.43245,2.65156,300,300,15,0,417,0,0,1), + (34546,3816,1,0,0,3569.3,376.768,5.36347,4.87625,300,300,10,0,417,0,0,1), + (34547,3816,1,0,0,3202.88,605.194,-1.45126,2.83189,300,300,15,0,417,0,0,1), + (34548,3816,1,0,0,3180.88,569.758,-0.164925,3.21423,300,300,5,0,417,0,0,1), + (34549,3816,1,0,0,3228.57,441.104,0.438413,5.38637,300,300,15,0,417,0,0,1), + (34550,3816,1,0,0,3354.83,413.15,4.64898,4.5238,300,300,15,0,417,0,0,1), + (34551,3816,1,0,0,3594.91,-225.61,8.75225,5.94141,300,300,5,0,417,0,0,1), + (34552,3816,1,0,0,3448.29,37.5245,3.79237,4.67454,300,300,15,0,417,0,0,1), + (34553,3816,1,0,0,3563.63,50.1496,5.69973,3.45531,300,300,15,0,417,0,0,1), + (34554,3816,1,0,0,3610.7,165.883,3.07488,4.51672,300,300,5,0,417,0,0,1), + (34555,3816,1,0,0,3802.59,51.8038,8.6193,3.889,300,300,15,0,417,0,0,1), + (34556,3816,1,0,0,3828.85,26.3794,9.81629,0.346768,300,300,5,0,417,0,0,1), + (34557,3816,1,0,0,3562.67,23.8065,5.48147,0.076248,300,300,15,0,417,0,0,1), + (34558,3816,1,0,0,3139.11,415.014,5.971,4.22476,300,300,15,0,417,0,0,1), + (34559,3816,1,0,0,3348.78,85.5559,4.73912,4.36595,300,300,15,0,417,0,0,1), + (34560,3816,1,0,0,3447.15,104.306,3.32979,4.2762,300,300,15,0,417,0,0,1), + (34561,3816,1,0,0,3869.06,721.995,7.37875,0.200995,300,300,15,0,417,0,0,1), + (34562,3816,1,0,0,4074.25,148.631,5.18417,6.05076,300,300,15,0,417,0,0,1), + (34563,3816,1,0,0,3989.94,190.103,4.10751,1.31491,300,300,15,0,417,0,0,1), + (34564,3816,1,0,0,4070.48,237.726,9.98268,1.99338,300,300,3,0,417,0,0,1), + (34565,3816,1,0,0,4064.64,195.911,4.72359,5.71414,300,300,15,0,417,0,0,1), + (34566,3816,1,0,0,4016.7,156.471,3.67669,5.16373,300,300,15,0,417,0,0,1), + (34567,3816,1,0,0,3491.58,421.148,-1.34687,4.64806,300,300,10,0,417,0,0,1), + (34568,3816,1,0,0,3985.65,114.107,6.30413,2.79916,300,300,5,0,417,0,0,1), + (34569,3816,1,0,0,3880.42,155.697,8.80807,1.35139,300,300,0,0,417,0,0,0), + (34570,3816,1,0,0,3917.49,189.877,3.49186,3.11426,300,300,15,0,417,0,0,1), + (34571,3816,1,0,0,3617.13,0.042671,4.30704,2.84022,300,300,5,0,417,0,0,1), + (34572,3816,1,0,0,3982.08,40.5528,8.26123,4.49203,300,300,5,0,417,0,0,1), + (34573,3816,1,0,0,3179.12,370.465,15.648,2.69754,300,300,5,0,417,0,0,1), + (34574,3816,1,0,0,3374.14,121.992,1.18703,3.26498,300,300,15,0,417,0,0,1), + (34575,3816,1,0,0,3720.54,782.517,6.85666,0.557798,300,300,5,0,417,0,0,1), + (34576,3816,1,0,0,3506.38,682.527,6.24481,2.46899,300,300,5,0,417,0,0,1), + (34577,3816,1,0,0,3542.26,726.127,7.24244,4.49161,300,300,5,0,417,0,0,1), + (34578,3816,1,0,0,3560.09,600.074,8.68319,5.94693,300,300,5,0,417,0,0,1), + (34579,3816,1,0,0,4012.12,70.7447,8.32314,1.30686,300,300,5,0,417,0,0,1), + (34580,3816,1,0,0,3446.11,21.5139,5.04635,3.1974,300,300,15,0,417,0,0,1), + (34581,769,0,0,0,-10804.8,-3977.72,22.3168,2.39076,300,300,5,0,1829,0,0,1), + (34582,766,0,0,0,-10720.4,-4030.83,17.426,4.88105,300,300,5,0,1433,1283,0,1), + (34583,6653,0,0,0,-10362.7,-3162.15,17.4237,0.618739,300,300,5,0,16,0,0,1), + (34584,8318,109,0,0,-329.908,149.089,-69.4878,2.67134,7200,7200,0,0,2399,0,0,0), + (34585,8318,109,0,0,-378.075,141.524,-53.9463,4.75178,7200,7200,0,0,2399,0,0,0), + (34586,8318,109,0,0,-382.535,141.908,-53.9463,4.7832,7200,7200,0,0,2399,0,0,0), + (34587,5267,109,0,0,-380.837,143.681,-53.9463,4.85938,7200,7200,0,0,6251,0,0,0), + (34588,8318,109,0,0,-381.674,55.3761,-53.9463,0.998201,7200,7200,0,0,2399,0,0,0), + (34589,5270,109,0,0,-400.084,30.8435,-53.9463,4.07932,7200,7200,0,0,6186,0,0,0), + (34590,5270,109,0,0,-396.341,35.9445,-53.9463,4.07932,7200,7200,0,0,6186,0,0,0), + (34591,5259,109,0,0,-394.658,29.7623,-53.9463,2.3483,7200,7200,0,0,4776,1640,0,0), + (34592,5256,109,0,0,-436.797,2.26111,-53.9463,0.797142,7200,7200,0,0,6186,0,0,0), + (34593,5256,109,0,0,-442.327,5.6199,-53.9463,0.0376612,7200,7200,0,0,6186,0,0,0), + (34594,3816,1,0,0,3521.73,662.33,8.06842,0.73044,300,300,5,0,417,0,0,1), + (34595,3816,1,0,0,3293.86,343.164,5.3477,3.64135,300,300,5,0,417,0,0,1), + (34596,3816,1,0,0,3581.04,748.054,6.49861,4.34893,300,300,15,0,417,0,0,1), + (34597,3816,1,0,0,3263.4,312.317,7.85353,0.927298,300,300,5,0,417,0,0,1), + (34598,3816,1,0,0,3756.25,779.679,7.03422,5.3012,300,300,5,0,417,0,0,1), + (34599,3816,1,0,0,3518.45,780.948,5.94339,5.10327,300,300,15,0,417,0,0,1), + (34600,3816,1,0,0,3313.85,182.168,6.72578,3.50505,300,300,15,0,417,0,0,1), + (34601,3816,1,0,0,3710.69,666.281,5.22716,3.64717,300,300,15,0,417,0,0,1), + (34602,5259,109,0,0,-432.846,9.76502,-53.9463,4.27489,7200,7200,0,0,4776,1640,0,0), + (34603,3816,1,0,0,3651.5,-18.3174,2.43062,0.476747,300,300,15,0,417,0,0,1), + (34604,3816,1,0,0,3345.57,386.896,3.23578,1.27825,300,300,15,0,417,0,0,1), + (34605,3816,1,0,0,3936.99,-58.6342,7.55296,2.92907,300,300,15,0,417,0,0,1), + (34606,3816,1,0,0,3958.31,85.8429,7.90376,0.039081,300,300,5,0,417,0,0,1), + (34607,3816,1,0,0,3485.43,815.784,6.06059,3.63029,300,300,15,0,417,0,0,1), + (34608,3816,1,0,0,4091.32,43.7832,24.5755,5.29213,300,300,5,0,417,0,0,1), + (34609,3817,1,0,0,2577.12,-1331.8,151.48,0.871227,300,300,15,0,573,0,0,1), + (34610,3817,1,0,0,1970.87,-579.038,112.508,0.811525,300,300,3,0,573,0,0,1), + (34611,3817,1,0,0,2075.69,-526.669,100.156,5.87937,300,300,5,0,573,0,0,1), + (34612,3817,1,0,0,2632.97,-1423.21,180.707,6.25828,300,300,3,0,573,0,0,1), + (34613,3817,1,0,0,2391.98,-694.825,151.623,0.250576,300,300,3,0,573,0,0,1), + (34614,3817,1,0,0,2935.38,-1244.76,190.396,2.79869,300,300,15,0,573,0,0,1), + (34615,3817,1,0,0,2753.1,-1242.78,172.849,4.4828,300,300,5,0,573,0,0,1), + (34616,3817,1,0,0,2286.51,-939.285,86.8047,1.75746,300,300,15,0,573,0,0,1), + (34617,3817,1,0,0,2194.07,-916.772,93.3797,5.93858,300,300,5,0,573,0,0,1), + (34618,3817,1,0,0,2735.73,-1195.89,164.726,5.70223,300,300,15,0,573,0,0,1), + (34619,3817,1,0,0,1925.15,-481.529,114.499,0.072351,300,300,5,0,573,0,0,1), + (34620,3817,1,0,0,2226.83,-969.273,89.3588,5.38564,300,300,5,0,573,0,0,1), + (34621,3817,1,0,0,2681.25,-1529.27,208.826,4.71239,300,300,5,0,573,0,0,1), + (34622,3817,1,0,0,2584.25,-1249.04,145.567,0.436064,300,300,15,0,573,0,0,1), + (34623,3817,1,0,0,2011.87,-607.283,101.978,3.85297,300,300,15,0,573,0,0,1), + (34624,3817,1,0,0,2119.27,-529.646,110.777,4.42711,300,300,5,0,573,0,0,1), + (34625,3817,1,0,0,2253.2,-1152.72,87.2554,3.87586,300,300,5,0,573,0,0,1), + (34626,3817,1,0,0,2330.89,-1029.68,109.335,5.71631,300,300,5,0,573,0,0,1), + (34627,3817,1,0,0,2318.73,-981.721,91.5928,3.72356,300,300,15,0,573,0,0,1), + (34628,3817,1,0,0,2248.8,-1077.61,106.463,3.69926,300,300,5,0,573,0,0,1), + (34629,3817,1,0,0,2533.06,-1463.97,163.013,2.26429,300,300,5,0,573,0,0,1), + (34630,3817,1,0,0,2253.85,-562.269,102.872,6.00409,300,300,15,0,573,0,0,1), + (34631,3817,1,0,0,2222.21,-552.833,102.454,0.16289,300,300,15,0,573,0,0,1), + (34632,3817,1,0,0,2078.69,-435.192,96.6761,4.88814,300,300,5,0,573,0,0,1), + (34633,3817,1,0,0,2355.48,-517.081,120.157,2.54655,300,300,3,0,573,0,0,1), + (34634,3817,1,0,0,2391.41,-880.808,150.454,3.76321,300,300,5,0,573,0,0,1), + (34635,3817,1,0,0,2704.8,-1196.6,160.537,0.880808,300,300,15,0,573,0,0,1), + (34636,3817,1,0,0,2801.19,-1171.08,171.143,4.83771,300,300,5,0,573,0,0,1), + (34637,3817,1,0,0,2882.65,-1189.58,178.648,4.77005,300,300,5,0,573,0,0,1), + (34638,3817,1,0,0,2277.95,-1112.29,95.5275,0.089953,300,300,5,0,573,0,0,1), + (34639,3817,1,0,0,2876.64,-1178.3,180.808,2.98381,300,300,0,0,573,0,0,0), + (34640,3817,1,0,0,1921.31,-423.498,106.255,2.57673,300,300,10,0,573,0,0,1), + (34641,3817,1,0,0,2350.59,-917.808,96.6732,5.72113,300,300,3,0,573,0,0,1), + (34642,8318,109,0,0,-438.797,8.83912,-53.9463,5.81977,7200,7200,0,0,2399,0,0,0), + (34643,8318,109,0,0,-430.725,3.5262,-53.9463,1.63673,7200,7200,0,0,2399,0,0,0), + (34644,8318,109,0,0,-481.333,-0.0372205,-53.9463,0.266214,7200,7200,0,0,2399,0,0,0), + (34645,8318,109,0,0,-486.34,6.38944,-53.9463,3.60416,7200,7200,0,0,2399,0,0,0), + (34646,3817,1,0,0,2144.89,-723.621,108.262,0.24853,300,300,5,0,573,0,0,1), + (34647,3817,1,0,0,2504.29,-1546.59,150.124,0.186047,300,300,3,0,573,0,0,1), + (34648,3817,1,0,0,2684.25,-1429.06,194.283,0.044909,300,300,10,0,573,0,0,1), + (34649,3817,1,0,0,2644.24,-1200.97,154.895,6.27733,300,300,5,0,573,0,0,1), + (34650,3817,1,0,0,2647.83,-1499.03,188.674,0.662242,300,300,2,0,573,0,0,1), + (34651,3817,1,0,0,2054.87,-678.462,111.674,3.24682,300,300,5,0,573,0,0,1), + (34652,5270,109,0,0,-530.902,21.5278,-53.9463,5.97527,7200,7200,0,0,6186,0,0,0), + (34653,8318,109,0,0,-529.98,24.9148,-53.9463,5.97527,7200,7200,0,0,2399,0,0,0), + (34654,8318,109,0,0,-529.816,18.2607,-53.9463,2.16687,7200,7200,0,0,2399,0,0,0), + (34655,5259,109,0,0,-552.984,56.1326,-53.9463,1.87433,7200,7200,0,0,4776,1640,0,0), + (34656,5259,109,0,0,-559.291,58.8837,-53.9463,6.2812,7200,7200,0,0,4776,1640,0,0), + (34657,5256,109,0,0,-553.639,62.564,-53.9463,4.97037,7200,7200,0,0,6186,0,0,0), + (34658,8318,109,0,0,-557.775,61.763,-53.9463,4.79208,7200,7200,0,0,2399,0,0,0), + (34659,8318,109,0,0,-557.19,54.4363,-53.9463,4.79208,7200,7200,0,0,2399,0,0,0), + (34660,5256,109,0,0,-560.695,109.257,-53.9463,5.22798,7200,7200,0,0,6186,0,0,0), + (34661,3817,1,0,0,2232.9,-604.037,104.21,0.813725,300,300,15,0,573,0,0,1), + (34662,3817,1,0,0,1871.73,-640.883,117.19,5.31719,300,300,5,0,573,0,0,1), + (34663,3817,1,0,0,2623.74,-1287.77,149.159,2.78648,300,300,15,0,573,0,0,1), + (34664,3817,1,0,0,2293.29,-684.948,139.502,6.08656,300,300,5,0,573,0,0,1), + (34665,3817,1,0,0,2552.09,-1503.75,158.614,1.63626,300,300,15,0,573,0,0,1), + (34666,3817,1,0,0,2039.83,-773.295,103.686,1.9012,300,300,5,0,573,0,0,1), + (34667,3817,1,0,0,2124.95,-957.928,98.8138,4.47482,300,300,5,0,573,0,0,1), + (34668,3817,1,0,0,2148.96,-573.959,102.676,0.574766,300,300,5,0,573,0,0,1), + (34669,3817,1,0,0,2498.43,-1314.07,135.964,0.785221,300,300,5,0,573,0,0,1), + (34670,3817,1,0,0,2454.05,-1642.28,162.593,5.55102,300,300,5,0,573,0,0,1), + (34671,3817,1,0,0,2055.54,-512.441,99.8552,0.273961,300,300,5,0,573,0,0,1), + (34672,3817,1,0,0,2929.49,-1301.79,203.112,5.09652,300,300,5,0,573,0,0,1), + (34673,3817,1,0,0,2414.56,-780.304,121.838,2.47326,300,300,15,0,573,0,0,1), + (34674,3817,1,0,0,2329.69,-751.042,113.097,1.5708,300,300,5,0,573,0,0,1), + (34675,3817,1,0,0,2196.8,-670.255,127.967,5.23542,300,300,5,0,573,0,0,1), + (34676,3817,1,0,0,2258.02,-787.399,109.02,0.058641,300,300,15,0,573,0,0,1), + (34677,3817,1,0,0,2009.65,-368.157,99.8312,5.70656,300,300,15,0,573,0,0,1), + (34678,3817,1,0,0,2205.78,-779.697,105.724,3.14745,300,300,15,0,573,0,0,1), + (34679,3817,1,0,0,2296.9,-466.944,96.4656,3.73229,300,300,15,0,573,0,0,1), + (34680,3817,1,0,0,2236.11,-812.53,110.747,6.04058,300,300,15,0,573,0,0,1), + (34681,3817,1,0,0,2663.02,-1038.33,125.144,0.910096,300,300,3,0,573,0,0,1), + (34682,3817,1,0,0,2265.01,-862.158,100.72,2.62245,300,300,15,0,573,0,0,1), + (34683,3817,1,0,0,1980.64,-728.288,99.5879,4.72997,300,300,5,0,573,0,0,1), + (34684,3817,1,0,0,2803.17,-1271.04,204.158,3.90256,300,300,5,0,573,0,0,1), + (34685,3817,1,0,0,2590.89,-1426.69,162.857,3.96289,300,300,15,0,573,0,0,1), + (34686,3817,1,0,0,2325.23,-466.488,100.075,0.446604,300,300,15,0,573,0,0,1), + (34687,3817,1,0,0,2616.41,-1010.29,120.638,5.88345,300,300,15,0,573,0,0,1), + (34688,3817,1,0,0,1940.86,-693.591,112.464,4.97637,300,300,5,0,573,0,0,1), + (34689,3817,1,0,0,2522.59,-1104.93,131.297,5.4349,300,300,15,0,573,0,0,1), + (34690,3817,1,0,0,2210.76,-1310.19,77.1685,1.86813,300,300,5,0,573,0,0,1), + (34691,3817,1,0,0,2447.45,-1546.35,137.242,2.50375,300,300,10,0,573,0,0,1), + (34692,3818,1,0,0,2084.66,-2094.13,120.539,3.60524,300,300,5,0,788,0,0,1), + (34693,3818,1,0,0,2115.93,-2094.14,116.011,1.20608,300,300,5,0,788,0,0,1), + (34694,3818,1,0,0,3320.27,-1390.81,180.161,4.66253,300,300,5,0,788,0,0,1), + (34695,3818,1,0,0,3314.58,-1329.84,213.263,4.71239,300,300,5,0,788,0,0,1), + (34696,3818,1,0,0,2948.79,-1777.87,180.586,1.65578,300,300,5,0,788,0,0,1), + (34697,3818,1,0,0,2992.19,-1657.29,202.968,4.71239,300,300,5,0,788,0,0,1), + (34698,3818,1,0,0,3347.22,-1651.44,167.833,5.62581,300,300,15,0,788,0,0,1), + (34699,3818,1,0,0,3316.09,-1492.86,167.449,4.85772,300,300,5,0,788,0,0,1), + (34700,3818,1,0,0,3345.74,-1587.65,167.016,4.67642,300,300,15,0,788,0,0,1), + (34701,3818,1,0,0,3393.22,-1545.42,167.325,1.48042,300,300,5,0,788,0,0,1), + (34702,3818,1,0,0,3417.02,-1388.77,182.42,3.06304,300,300,10,0,788,0,0,1), + (34703,3818,1,0,0,3481.97,-1586.58,168.707,3.3501,300,300,15,0,788,0,0,1), + (34704,3818,1,0,0,3512.11,-1472.64,170.787,3.46425,300,300,5,0,788,0,0,1), + (34705,3818,1,0,0,3408.45,-1468.06,167.382,1.9083,300,300,5,0,788,0,0,1), + (34706,3818,1,0,0,3539.12,-1583.29,173.004,0.994995,300,300,5,0,788,0,0,1), + (34707,3818,1,0,0,3330.93,-1442.64,176.762,3.43277,300,300,5,0,788,0,0,1), + (34708,3818,1,0,0,3480.99,-1647.3,169.273,4.91285,300,300,5,0,788,0,0,1), + (34709,3818,1,0,0,3308.85,-1685.04,175.112,0.204479,300,300,15,0,788,0,0,1), + (34710,3818,1,0,0,3385.01,-1665.36,169.456,5.91259,300,300,5,0,788,0,0,1), + (34711,3818,1,0,0,3295.05,-1710.52,179.524,5.03047,300,300,5,0,788,0,0,1), + (34712,3818,1,0,0,3150.43,-1866.41,184.752,0.538861,300,300,5,0,788,0,0,1), + (34713,3818,1,0,0,2979.62,-1983.92,186.021,1.50826,300,300,5,0,788,0,0,1), + (34714,3818,1,0,0,2175.62,-2163.92,118.569,1.32286,300,300,5,0,788,0,0,1), + (34715,3818,1,0,0,2014.51,-2291.66,105.225,4.7642,300,300,5,0,788,0,0,1), + (34716,3818,1,0,0,2097.92,-2218.75,144.22,0.58018,300,300,5,0,788,0,0,1), + (34717,3818,1,0,0,1983.35,-2217.11,102.173,2.67807,300,300,5,0,788,0,0,1), + (34718,3818,1,0,0,2953.07,-1926.63,167.924,2.62027,300,300,10,0,788,0,0,1), + (34719,3818,1,0,0,2714.47,-2014.85,161.017,0.951032,300,300,5,0,788,0,0,1), + (34720,3818,1,0,0,2846.89,-1888.19,176.061,1.01613,300,300,5,0,788,0,0,1), + (34721,3818,1,0,0,2980.47,-1873.33,169.436,3.26885,300,300,10,0,788,0,0,1), + (34722,3818,1,0,0,3049.94,-1816.91,170.055,4.38199,300,300,10,0,788,0,0,1), + (34723,3818,1,0,0,2885.58,-1839.59,181.655,4.71727,300,300,5,0,788,0,0,1), + (34724,3818,1,0,0,2990.92,-1723.6,178.801,0.975752,300,300,5,0,788,0,0,1), + (34725,3818,1,0,0,3028.67,-1848.8,172.034,0.569577,300,300,10,0,788,0,0,1), + (34726,3818,1,0,0,2866.41,-1797.39,194.793,3.46983,300,300,5,0,788,0,0,1), + (34727,3818,1,0,0,3050.38,-1652.85,180.451,2.03444,300,300,5,0,788,0,0,1), + (34728,3818,1,0,0,3069.45,-1879.85,192.509,4.06935,300,300,5,0,788,0,0,1), + (34729,3818,1,0,0,3018.96,-1722.44,174.746,2.14742,300,300,5,0,788,0,0,1), + (34730,3818,1,0,0,3091.42,-1683.07,172.544,5.49776,300,300,15,0,788,0,0,1), + (34731,3818,1,0,0,3070.54,-1661.9,176.008,2.11657,300,300,15,0,788,0,0,1), + (34732,3818,1,0,0,3093.06,-1556.24,192.51,6.03868,300,300,15,0,788,0,0,1), + (34733,3818,1,0,0,3087.37,-1518.87,197.666,3.48619,300,300,15,0,788,0,0,1), + (34734,3818,1,0,0,3053.48,-1597.24,190.066,3.89484,300,300,5,0,788,0,0,1), + (34735,3818,1,0,0,2021.06,-2253.08,107.297,2.44284,300,300,5,0,788,0,0,1), + (34736,3818,1,0,0,2088.74,-2285.84,102.378,3.33421,300,300,5,0,788,0,0,1), + (34737,3818,1,0,0,2047.66,-2154.75,127.08,0.082168,300,300,5,0,788,0,0,1), + (34738,3818,1,0,0,2059.78,-2279.3,112.089,3.85022,300,300,5,0,788,0,0,1), + (34739,3818,1,0,0,2021.45,-2122,110.74,0.982794,300,300,10,0,788,0,0,1), + (34740,3818,1,0,0,2196.3,-2243.87,102.704,1.55978,300,300,5,0,788,0,0,1), + (34741,3818,1,0,0,3205.3,-1720.8,169.797,3.74793,300,300,5,0,788,0,0,1), + (34742,3818,1,0,0,3146.23,-1515.23,198.478,2.70196,300,300,5,0,788,0,0,1), + (34743,3818,1,0,0,3214.6,-1594.49,171.101,5.17095,300,300,5,0,788,0,0,1), + (34744,3818,1,0,0,3103.93,-1417.18,187.195,4.94505,300,300,5,0,788,0,0,1), + (34745,3818,1,0,0,3154.32,-1445.39,199.934,3.98932,300,300,5,0,788,0,0,1), + (34746,3818,1,0,0,3211.61,-1795.41,181.147,6.16379,300,300,5,0,788,0,0,1), + (34747,3818,1,0,0,2151.48,-2309.21,104.906,0.225143,300,300,5,0,788,0,0,1), + (34748,3818,1,0,0,1987.47,-2286.07,95.3688,0.523506,300,300,10,0,788,0,0,1), + (34749,3818,1,0,0,2217.91,-2316.39,105.242,5.197,300,300,5,0,788,0,0,1), + (34750,3818,1,0,0,2501.07,-2496.82,174.943,1.43166,300,300,5,0,788,0,0,1), + (34751,3818,1,0,0,3459.73,-1422.21,174.463,6.2285,300,300,10,0,788,0,0,1), + (34752,3818,1,0,0,2913.78,-1827.76,179.667,4.65729,300,300,6,0,788,0,0,2), + (34753,3818,1,0,0,3249.56,-1683.39,174.323,3.85973,300,300,5,0,788,0,0,1), + (34754,3818,1,0,0,3370.17,-1481.91,166.984,2.33338,300,300,5,0,788,0,0,1), + (34755,3818,1,0,0,3521.03,-1545.31,170.783,1.44413,300,300,15,0,788,0,0,1), + (34756,3818,1,0,0,3179.18,-1637.4,171.4,4.58227,300,300,5,0,788,0,0,1), + (34757,5259,109,0,0,-446.649,191.083,-53.9463,5.62382,7200,7200,0,0,4776,1640,0,0), + (34758,3818,1,0,0,3428.89,-1616.88,166.884,0.516965,300,300,15,0,788,0,0,1), + (34759,3818,1,0,0,2472.01,-2456.79,177.757,4.16477,300,300,5,0,788,0,0,1), + (34760,3818,1,0,0,2513.93,-2519.97,170.369,3.95759,300,300,5,0,788,0,0,1), + (34761,3818,1,0,0,2667.24,-2679.71,141.662,0.154876,300,300,10,0,788,0,0,1), + (34762,3818,1,0,0,2622.41,-2705.18,142.932,3.24524,300,300,10,0,788,0,0,1), + (34763,3818,1,0,0,2486.61,-2443.88,161.639,3.08201,300,300,5,0,788,0,0,1), + (34764,3818,1,0,0,2602.3,-2670.71,141.083,1.4956,300,300,5,0,788,0,0,1), + (34765,3818,1,0,0,2581.75,-2493.93,170.414,4.99268,300,300,5,0,788,0,0,1), + (34766,3818,1,0,0,2477.3,-2410.56,153.636,0.238465,300,300,5,0,788,0,0,1), + (34767,3818,1,0,0,2565.86,-2719.21,145.796,5.16654,300,300,5,0,788,0,0,1), + (34768,3818,1,0,0,2526.15,-2674.05,149.188,0.459281,300,300,5,0,788,0,0,1), + (34769,3818,1,0,0,2453.86,-2695.84,148.742,5.36389,300,300,15,0,788,0,0,1), + (34770,3818,1,0,0,2518.88,-2546.55,165.483,2.15873,300,300,5,0,788,0,0,1), + (34771,3819,1,0,0,2672.13,601.012,105.724,4.16745,300,300,3,0,494,0,0,1), + (34772,3819,1,0,0,2540.04,390.876,96.9969,1.26556,300,300,3,0,494,0,0,1), + (34773,3819,1,0,0,2791.47,387.96,91.911,3.05452,300,300,15,0,494,0,0,1), + (34774,3819,1,0,0,2766.07,599.999,91.9748,4.0642,300,300,15,0,494,0,0,1), + (34775,3819,1,0,0,2503.12,-80.5513,105.721,3.43594,300,300,2,0,494,0,0,1), + (34776,3819,1,0,0,2778.37,453.216,92.6667,2.6518,300,300,3,0,494,0,0,1), + (34777,1553,0,0,0,2122.77,1160.49,36.3169,4.84559,300,300,10,0,120,0,0,1), + (34778,1495,0,0,0,2022.33,74.046,36.5297,0,300,300,0,0,1042,0,0,0), + (34779,1499,0,0,0,2305.91,265.164,38.7532,0.837758,300,300,0,0,594,0,0,0), + (34780,3819,1,0,0,2455.61,536.308,106.753,2.65895,300,300,15,0,494,0,0,1), + (34781,3819,1,0,0,2504.49,612.347,117.168,1.22171,300,300,3,0,494,0,0,1), + (34782,3819,1,0,0,2495.14,476.637,93.9167,6.22064,300,300,3,0,494,0,0,1), + (34783,3819,1,0,0,2877.75,680.983,98.4844,3.54315,300,300,5,0,494,0,0,1), + (34784,3819,1,0,0,2932.67,730.952,116.419,2.04536,300,300,5,0,494,0,0,1), + (34785,3819,1,0,0,2851.87,718.578,110.14,0.001466,300,300,5,0,494,0,0,1), + (34786,3819,1,0,0,2640.09,135.158,92.6109,1.01965,300,300,5,0,494,0,0,1), + (34787,3819,1,0,0,3246.99,-148.898,102.59,3.29008,300,300,5,0,494,0,0,1), + (34788,3819,1,0,0,2863.85,326.884,107.578,3.61834,300,300,5,0,494,0,0,1), + (34789,3819,1,0,0,2446.45,466.174,99.1325,4.5328,300,300,15,0,494,0,0,1), + (34790,3819,1,0,0,2699.81,146.053,92.0165,6.20489,300,300,5,0,494,0,0,1), + (34791,3819,1,0,0,2820.8,495.618,92.1667,0.056067,300,300,3,0,494,0,0,1), + (34792,3819,1,0,0,2924.84,809.255,102.501,0.195764,300,300,5,0,494,0,0,1), + (34793,3819,1,0,0,2639.95,-3.51842,109.562,1.87834,300,300,5,0,494,0,0,1), + (34794,3819,1,0,0,2386.31,-357.224,96.375,3.6611,300,300,5,0,494,0,0,1), + (34795,3819,1,0,0,2690.17,198.018,88.8765,1.01882,300,300,5,0,494,0,0,1), + (34796,3819,1,0,0,2878.5,376.88,91.7917,3.6317,300,300,5,0,494,0,0,1), + (34797,3819,1,0,0,2593.53,641.666,115.257,3.14125,300,300,5,0,494,0,0,1), + (34798,3819,1,0,0,2545.54,280.741,124.824,3.21784,300,300,5,0,494,0,0,1), + (34799,3819,1,0,0,2516.08,52.4669,87.4068,4.48229,300,300,5,0,494,0,0,1), + (34800,3819,1,0,0,2873.75,357.429,92.1667,2.44127,300,300,5,0,494,0,0,1), + (34801,3819,1,0,0,2728.06,9.80524,118.632,0.982794,300,300,5,0,494,0,0,1), + (34802,3819,1,0,0,2827.82,619.183,101.492,3.75991,300,300,2,0,494,0,0,1), + (34803,3819,1,0,0,2453.16,415.358,95.8992,2.67311,300,300,15,0,494,0,0,1), + (34804,3819,1,0,0,2414.81,620.613,127.408,4.76475,300,300,0,0,494,0,0,0), + (34805,3819,1,0,0,2611.82,279.187,97.8752,6.20499,300,300,5,0,494,0,0,1), + (34806,3819,1,0,0,2809.73,377.02,92.9167,2.05168,300,300,15,0,494,0,0,1), + (34807,3819,1,0,0,2694.56,144.758,92.5708,3.87375,300,300,5,0,494,0,0,1), + (34808,3819,1,0,0,2748.25,494.835,92.115,1.60691,300,300,5,0,494,0,0,1), + (34809,3819,1,0,0,2535.54,594.806,105.585,4.60281,300,300,10,0,494,0,0,1), + (34810,3819,1,0,0,2477.76,30.5949,86.4866,5.97564,300,300,15,0,494,0,0,1), + (34811,3819,1,0,0,2945.92,819.276,100.635,2.11138,300,300,5,0,494,0,0,1), + (34812,3819,1,0,0,2460.62,592.7,117.797,0.862898,300,300,15,0,494,0,0,1), + (34813,3819,1,0,0,2768.97,506.695,91.5177,2.96681,300,300,15,0,494,0,0,1), + (34814,3819,1,0,0,3143.58,-592.847,158.342,3.49176,300,300,5,0,494,0,0,1), + (34815,3819,1,0,0,2840.85,-809.375,156.517,3.14159,300,300,3,0,494,0,0,1), + (34816,3819,1,0,0,2565.57,606.069,107.216,2.79482,300,300,3,0,494,0,0,1), + (34817,3819,1,0,0,2458.14,-304.941,108.094,0.669863,300,300,0,0,494,0,0,0), + (34818,3819,1,0,0,2437.84,513.372,107.155,0.439635,300,300,15,0,494,0,0,1), + (34819,3819,1,0,0,2464.76,365.193,99.3015,4.98991,300,300,3,0,494,0,0,1), + (34820,3819,1,0,0,2678.78,645.331,104.307,0.20251,300,300,10,0,494,0,0,1), + (34821,3819,1,0,0,2688.38,681.04,122.828,2.17017,300,300,2,0,494,0,0,1), + (34822,3819,1,0,0,2751.05,582.485,91.1308,1.25671,300,300,15,0,494,0,0,1), + (34823,3819,1,0,0,2798.77,407.394,92.4831,0.603344,300,300,15,0,494,0,0,1), + (34824,3819,1,0,0,2572.42,30.3096,90.2995,5.71795,300,300,5,0,494,0,0,1), + (34825,3819,1,0,0,1846.1,-2748.64,94.5736,4.10749,300,300,10,0,494,0,0,1), + (34826,3819,1,0,0,1375.92,-2366.72,112.771,5.93029,300,300,5,0,494,0,0,1), + (34827,3819,1,0,0,3086.22,-565.053,161.852,1.10739,300,300,2,0,494,0,0,1), + (34828,3819,1,0,0,3167.65,-454.686,137.061,5.07711,300,300,15,0,494,0,0,1), + (34829,3819,1,0,0,3224.92,-187.909,105.238,2.83405,300,300,5,0,494,0,0,1), + (34830,3819,1,0,0,3177.75,-501.125,141.642,5.14807,300,300,15,0,494,0,0,1), + (34831,3819,1,0,0,1874.03,-2254.69,118.716,0.109579,300,300,5,0,494,0,0,1), + (34832,3819,1,0,0,1628.7,-2511.25,98.0914,0.717857,300,300,5,0,494,0,0,1), + (34833,3819,1,0,0,3122.45,-223.117,111.12,6.03561,300,300,15,0,494,0,0,1), + (34834,3819,1,0,0,1619.26,-1844.2,117.071,2.53073,300,300,10,0,494,0,0,1), + (34835,3819,1,0,0,3157.22,-697.004,190.554,0.151154,300,300,3,0,494,0,0,1), + (34836,3819,1,0,0,3058.61,-205.508,108.98,4.59699,300,300,5,0,494,0,0,1), + (34837,3819,1,0,0,3078.75,-645.201,166.517,0.105695,300,300,15,0,494,0,0,1), + (34838,3819,1,0,0,3450.11,-474.459,169.163,2.54053,300,300,2,0,494,0,0,1), + (34839,3819,1,0,0,3380.65,-281.13,133.336,3.5316,300,300,3,0,494,0,0,1), + (34840,3819,1,0,0,3186.83,-537.41,146.708,1.19808,300,300,15,0,494,0,0,1), + (34841,3819,1,0,0,2124.66,-2817.86,115.06,0.418324,300,300,5,0,494,0,0,1), + (34842,3819,1,0,0,3131.51,-505.817,141.835,2.84927,300,300,3,0,494,0,0,1), + (34843,3819,1,0,0,3002.05,-645.473,173.479,1.38221,300,300,5,0,494,0,0,1), + (34844,3819,1,0,0,3106.02,-665.368,177.468,4.72606,300,300,15,0,494,0,0,1), + (34845,3819,1,0,0,2781.71,-146.33,103.985,0.919832,300,300,5,0,494,0,0,1), + (34846,3819,1,0,0,2606.05,-85.2276,101.084,4.38447,300,300,3,0,494,0,0,1), + (34847,3819,1,0,0,1384.05,-1983.36,108.272,2.99379,300,300,10,0,494,0,0,1), + (34848,3819,1,0,0,1415.11,-2008.68,94.9292,3.21207,300,300,10,0,494,0,0,1), + (34849,3819,1,0,0,1344.46,-2000.66,118.351,4.24887,300,300,5,0,494,0,0,1), + (34850,3819,1,0,0,1615.35,-1954.39,98.157,3.95532,300,300,5,0,494,0,0,1), + (34851,3819,1,0,0,1388.15,-2020.34,97.6852,2.12629,300,300,10,0,494,0,0,1), + (34852,3819,1,0,0,1682.74,-1964.29,96.8296,5.47569,300,300,10,0,494,0,0,1), + (34853,3819,1,0,0,1421.3,-2046.6,93.7874,3.22344,300,300,10,0,494,0,0,1), + (34854,3819,1,0,0,1950.23,-2551.23,77.0311,5.70927,300,300,10,0,494,0,0,1), + (34855,3819,1,0,0,1645.69,-1885.26,106.825,1.33103,300,300,5,0,494,0,0,1), + (34856,3819,1,0,0,2962.34,-707.978,174.958,6.07066,300,300,5,0,494,0,0,1), + (34857,3819,1,0,0,2984.77,-722.577,167.492,4.51897,300,300,15,0,494,0,0,1), + (34858,3819,1,0,0,2935.42,-346.875,107.589,0.785471,300,300,5,0,494,0,0,1), + (34859,3819,1,0,0,2745,-851.066,151.039,4.11887,300,300,3,0,494,0,0,1), + (34860,3819,1,0,0,2848.71,-752.484,155.883,3.78919,300,300,5,0,494,0,0,1), + (34861,3819,1,0,0,2886.89,-782.195,162.929,6.2402,300,300,3,0,494,0,0,1), + (34862,3819,1,0,0,2758.58,-52.6539,91.1636,3.4207,300,300,15,0,494,0,0,1), + (34863,3819,1,0,0,3248.9,-221.144,117.465,4.42209,300,300,15,0,494,0,0,1), + (34864,3819,1,0,0,3007.24,215.485,55.7154,3.87995,300,300,5,0,494,0,0,1), + (34865,3819,1,0,0,2618.92,-217.582,109.335,2.42598,300,300,3,0,494,0,0,1), + (34866,3819,1,0,0,2518.01,-357.052,109.676,1.57861,300,300,3,0,494,0,0,1), + (34867,3819,1,0,0,2649.13,-92.3146,96.5407,1.34429,300,300,15,0,494,0,0,1), + (34868,3819,1,0,0,2774.67,198.497,62.4013,1.8744,300,300,5,0,494,0,0,1), + (34869,3819,1,0,0,2552.3,-318.457,108.448,2.928,300,300,3,0,494,0,0,1), + (34870,3819,1,0,0,2414.09,-315.44,101.051,2.71682,300,300,15,0,494,0,0,1), + (34871,3819,1,0,0,2792.54,-81.8305,96.6565,4.94023,300,300,15,0,494,0,0,1), + (34872,3819,1,0,0,2396.23,-85.4464,96.5678,3.71102,300,300,5,0,494,0,0,1), + (34873,3819,1,0,0,2776.96,-44.7284,92.7771,5.71447,300,300,15,0,494,0,0,1), + (34874,3819,1,0,0,3113.82,-347.664,132.614,5.80426,300,300,3,0,494,0,0,1), + (34875,3819,1,0,0,2675.68,-64.9075,93.0552,3.4906,300,300,15,0,494,0,0,1), + (34876,3819,1,0,0,1417.26,-2358.54,100.317,2.06258,300,300,15,0,494,0,0,1), + (34877,3819,1,0,0,1457.57,-2043.77,93.1359,1.12832,300,300,10,0,494,0,0,1), + (34878,3819,1,0,0,1641.52,-1918.97,99.2801,3.33018,300,300,5,0,494,0,0,1), + (34879,3819,1,0,0,1387.42,-2080.99,92.3091,0.650929,300,300,10,0,494,0,0,1), + (34880,3819,1,0,0,1648.64,-2552.48,95.5182,1.53761,300,300,5,0,494,0,0,1), + (34881,3819,1,0,0,1740.9,-2368.75,110.696,4.44855,300,300,5,0,494,0,0,1), + (34882,3820,1,0,0,2572.95,-2009.37,144.048,3.14159,300,300,5,0,664,0,0,1), + (34883,3820,1,0,0,1838.96,-1518.97,106.016,6.1966,300,300,5,0,664,0,0,1), + (34884,3820,1,0,0,1921.73,-1545.74,70.538,0.819248,300,300,5,0,664,0,0,1), + (34885,3820,1,0,0,1959.56,-1654.07,61.4227,2.38773,300,300,5,0,664,0,0,1), + (34886,3820,1,0,0,2868.95,-2474.32,230.616,2.14037,300,300,3,0,664,0,0,1), + (34887,3820,1,0,0,2282.59,-1887.13,63.7125,6.08711,300,300,15,0,664,0,0,1), + (34888,3820,1,0,0,2844.77,-2569.3,220.696,2.02571,300,300,10,0,664,0,0,1), + (34889,3820,1,0,0,1656.78,-1598.88,124.379,5.99416,300,300,5,0,664,0,0,1), + (34890,3820,1,0,0,2792.58,-2158.43,201.352,3.14745,300,300,15,0,664,0,0,1), + (34891,3820,1,0,0,2805.79,-2148.39,201.855,2.25262,300,300,15,0,664,0,0,1), + (34892,3820,1,0,0,2756.86,-2186.21,198.609,4.28455,300,300,15,0,664,0,0,1), + (34893,3820,1,0,0,2722.32,-2534.64,182.369,-1.51153,300,300,5,0,664,0,0,1), + (34894,3820,1,0,0,2822.75,-2487.26,215.186,5.02954,300,300,10,0,664,0,0,1), + (34895,3820,1,0,0,2788.98,-2478.42,208.874,5.6485,300,300,3,0,664,0,0,1), + (34896,3820,1,0,0,2785.86,-2255.24,213.368,2.10351,300,300,5,0,664,0,0,1), + (34897,3820,1,0,0,1680.95,-1585.5,109.189,3.98567,300,300,5,0,664,0,0,1), + (34898,3820,1,0,0,2116.41,-1622.61,75.3936,3.63143,300,300,5,0,664,0,0,1), + (34899,3820,1,0,0,1873.83,-1623.84,63.5051,5.01718,300,300,15,0,664,0,0,1), + (34900,3820,1,0,0,1847.42,-1598.12,70.3945,0.802127,300,300,15,0,664,0,0,1), + (34901,3820,1,0,0,2248.71,-2148.8,105.72,3.06754,300,300,5,0,664,0,0,1), + (34902,3820,1,0,0,1718.88,-1492.65,114.727,0.399375,300,300,5,0,664,0,0,1), + (34903,3820,1,0,0,1755.2,-1512.87,95.2172,0.348938,300,300,5,0,664,0,0,1), + (34904,3820,1,0,0,2001.98,-1580.48,62.1827,1.11239,300,300,5,0,664,0,0,1), + (34905,3820,1,0,0,2594.1,-2387.73,163.113,0.954632,300,300,10,0,664,0,0,1), + (34906,3820,1,0,0,2256.04,-2093.96,107.173,3.2886,300,300,3,0,664,0,0,1), + (34907,3820,1,0,0,1968.85,-1619.74,63.7147,0.957353,300,300,5,0,664,0,0,1), + (34908,3820,1,0,0,1937.28,-1419.22,90.1315,1.27373,300,300,10,0,664,0,0,1), + (34909,3820,1,0,0,2547.51,-1992.35,141.935,0.319898,300,300,5,0,664,0,0,1), + (34910,3821,1,0,0,2536.15,-3656.27,60.7432,5.99701,300,300,10,0,896,0,0,1), + (34911,3821,1,0,0,2721.17,-3560.67,108.477,3.17283,300,300,15,0,896,0,0,1), + (34912,3821,1,0,0,2693.02,-3608.94,103.974,4.17968,300,300,10,0,896,0,0,1), + (34913,3821,1,0,0,2616.43,-3681.93,77.4149,2.33686,300,300,3,0,896,0,0,1), + (34914,3821,1,0,0,2837.76,-3534.37,108.781,0,300,300,5,0,896,0,0,1), + (34915,3821,1,0,0,2219.16,-3542.81,45.0811,5.30926,300,300,5,0,896,0,0,1), + (34916,3821,1,0,0,2545.41,-3547.08,59.3648,3.27324,300,300,3,0,896,0,0,1), + (34917,3821,1,0,0,2279.74,-3029.9,122.576,4.95982,300,300,15,0,896,0,0,1), + (34918,3821,1,0,0,2699.47,-3650.24,90.0022,6.10054,300,300,10,0,896,0,0,1), + (34919,3821,1,0,0,2946.83,-3449.76,127.25,2.00074,300,300,15,0,896,0,0,1), + (34920,3821,1,0,0,2859.57,-3428.91,118.105,5.26168,300,300,5,0,896,0,0,1), + (34921,3821,1,0,0,2905.33,-3486.15,112.835,6.14405,300,300,5,0,896,0,0,1), + (34922,3821,1,0,0,2907.81,-2973.39,202.617,5.31129,300,300,15,0,896,0,0,1), + (34923,3821,1,0,0,2800.65,-3130.14,176.417,2.41074,300,300,15,0,896,0,0,1), + (34924,3821,1,0,0,2047.05,-3417.25,92.8941,3.5871,300,300,15,0,896,0,0,1), + (34925,3821,1,0,0,2126.36,-3404.18,93.8878,1.40115,300,300,15,0,896,0,0,1), + (34926,3821,1,0,0,2908.7,-3592.47,100.026,1.54736,300,300,5,0,896,0,0,1), + (34927,3821,1,0,0,2048.83,-3478.29,87.1252,1.72375,300,300,5,0,896,0,0,1), + (34928,3821,1,0,0,2315.04,-3541.31,45.4868,3.90213,300,300,5,0,896,0,0,1), + (34929,3821,1,0,0,2147.26,-3529.72,48.5728,2.94899,300,300,5,0,896,0,0,1), + (34930,3821,1,0,0,2956.86,-3135.05,194.814,2.89671,300,300,5,0,896,0,0,1), + (34931,3821,1,0,0,2557.09,-3078.45,135.454,1.91723,300,300,5,0,896,0,0,1), + (34932,3821,1,0,0,2783.27,-3081.21,174.61,3.27136,300,300,10,0,896,0,0,1), + (34933,3821,1,0,0,2835.44,-3113.36,182.381,1.71669,300,300,5,0,896,0,0,1), + (34934,3821,1,0,0,2889.93,-2977.27,202.885,4.06068,300,300,15,0,896,0,0,1), + (34935,3821,1,0,0,2079.99,-3497.81,75.8023,0.262741,300,300,5,0,896,0,0,1), + (34936,3823,1,0,0,2851.61,639.898,107.775,0.672606,300,300,5,0,449,0,0,1), + (34937,3823,1,0,0,2560.68,-35.1924,88.5246,5.85751,300,300,15,0,449,0,0,1), + (34938,3823,1,0,0,2579.37,111.962,91.6097,0.109022,300,300,5,0,449,0,0,1), + (34939,3823,1,0,0,2503.44,602.071,111.168,1.12201,300,300,15,0,449,0,0,1), + (34940,3823,1,0,0,2593.51,586.02,102.557,0.129323,300,300,15,0,449,0,0,1), + (34941,3823,1,0,0,2639.44,142.619,92.8159,0.254133,300,300,5,0,449,0,0,1), + (34942,3823,1,0,0,2702.19,672.292,112.69,0.588142,300,300,3,0,449,0,0,1), + (34943,3823,1,0,0,2654.72,229.971,93.1808,2.82715,300,300,5,0,449,0,0,1), + (34944,3823,1,0,0,2348.91,-240.402,115.231,1.08189,300,300,5,0,449,0,0,1), + (34945,3823,1,0,0,2892.59,679.506,103.191,1.78025,300,300,5,0,449,0,0,1), + (34946,3823,1,0,0,2522.02,362.126,96.4794,1.87378,300,300,10,0,449,0,0,1), + (34947,3823,1,0,0,2352.34,440.977,117.79,3.28067,300,300,5,0,449,0,0,1), + (34948,3823,1,0,0,2928.12,730.341,113.271,4.76025,300,300,5,0,449,0,0,1), + (34949,3823,1,0,0,2596.92,277.209,102.488,4.39774,300,300,5,0,449,0,0,1), + (34950,3823,1,0,0,2605.88,235.545,106.525,0.602128,300,300,5,0,449,0,0,1), + (34951,3823,1,0,0,2649.39,181.873,92.7235,1.49454,300,300,5,0,449,0,0,1), + (34952,3823,1,0,0,1378.48,-1968.47,115.693,4.94884,300,300,5,0,449,0,0,1), + (34953,3823,1,0,0,2844.25,372.233,91.7917,4.4293,300,300,5,0,449,0,0,1), + (34954,3823,1,0,0,2433.47,586.962,116.63,-1.96365,300,300,15,0,449,0,0,1), + (34955,3823,1,0,0,2493.39,-33.5814,95.362,1.74254,300,300,3,0,449,0,0,1), + (34956,3823,1,0,0,2288.25,396.858,131.755,3.34796,300,300,5,0,449,0,0,1), + (34957,3823,1,0,0,2844.6,378.135,91.9906,2.96702,300,300,5,0,449,0,0,1), + (34958,3823,1,0,0,3861.46,573.959,17.9483,4.90962,300,300,5,0,449,0,0,1), + (34959,3823,1,0,0,2882.05,437.903,106.48,4.74448,300,300,5,0,449,0,0,1), + (34960,3823,1,0,0,3668.89,147.586,5.5287,5.82008,300,300,5,0,449,0,0,1), + (34961,3823,1,0,0,2788.26,541.379,92.1667,0.023833,300,300,15,0,449,0,0,1), + (34962,3823,1,0,0,2914.87,796.456,105.778,0.919091,300,300,5,0,449,0,0,1), + (34963,3823,1,0,0,2553.75,68.2116,88.5491,1.52679,300,300,5,0,449,0,0,1), + (34964,4079,1,0,0,2758.97,-312.097,110.88,5.16617,300,300,0,0,1106,0,0,0), + (34965,3823,1,0,0,4142.62,-4.89386,24.6213,3.26885,300,300,15,0,449,0,0,1), + (34966,3823,1,0,0,3822.73,201.272,6.70488,5.71848,300,300,5,0,449,0,0,1), + (34967,3823,1,0,0,3958.32,137.602,11.6365,1.8873,300,300,5,0,449,0,0,1), + (34968,3823,1,0,0,4063.22,209.464,4.7373,3.50451,300,300,5,0,449,0,0,1), + (34969,3823,1,0,0,2784.74,287.313,75.7634,3.07321,300,300,5,0,449,0,0,1), + (34970,3823,1,0,0,4107.4,172.191,5.43396,2.9952,300,300,15,0,449,0,0,1), + (34971,3823,1,0,0,3300.65,667.286,5.36473,2.92816,300,300,5,0,449,0,0,1), + (34972,3823,1,0,0,3275.18,748.095,11.2982,1.78735,300,300,5,0,449,0,0,1), + (34973,3823,1,0,0,2759.78,-107.167,96.6138,1.3189,300,300,15,0,449,0,0,1), + (34974,3823,1,0,0,3578.1,346.029,6.06762,2.97082,300,300,15,0,449,0,0,1), + (34975,3823,1,0,0,3512.98,437.261,0.904225,1.03541,300,300,15,0,449,0,0,1), + (34976,3823,1,0,0,1582.2,-1811.22,126.204,4.43314,300,300,10,0,449,0,0,1), + (34977,3823,1,0,0,2723.36,-90.7964,100.764,-2.33339,300,300,0,0,449,0,0,0), + (34978,3823,1,0,0,3383.05,616.169,5.49361,2.0939,300,300,15,0,449,0,0,1), + (34979,3823,1,0,0,2677.87,-61.2871,93.0552,4.2759,300,300,15,0,449,0,0,1), + (34980,3823,1,0,0,2729.99,-163.061,106.146,5.50707,300,300,5,0,449,0,0,1), + (34981,3823,1,0,0,2431.61,-330.656,101.075,3.22553,300,300,15,0,449,0,0,1), + (34982,3823,1,0,0,2740.18,679.899,103.374,1.52711,300,300,0,0,449,0,0,0), + (34983,3823,1,0,0,2827.19,-38.2592,98.7016,5.95006,300,300,15,0,449,0,0,1), + (34984,3823,1,0,0,3546.39,360.358,5.904,5.93292,300,300,15,0,449,0,0,1), + (34985,3823,1,0,0,3862.05,217.003,-0.411661,4.01214,300,300,15,0,449,0,0,1), + (34986,3823,1,0,0,1396,-1981.86,102.245,2.80317,300,300,10,0,449,0,0,2), + (34987,3823,1,0,0,3852.98,747.681,7.25498,2.20963,300,300,5,0,449,0,0,1), + (34988,3823,1,0,0,2104.83,-2683.61,106.996,-0.410982,300,300,5,0,449,0,0,1), + (34989,3823,1,0,0,3913.83,-18.6238,12.1046,3.91005,300,300,5,0,449,0,0,1), + (34990,3823,1,0,0,3405.8,381.591,2.12483,3.82396,300,300,15,0,449,0,0,1), + (34991,3823,1,0,0,3528.27,547.337,4.82804,5.2406,300,300,5,0,449,0,0,1), + (34992,3823,1,0,0,3616.36,79.5398,3.68546,4.39681,300,300,5,0,449,0,0,1), + (34993,3823,1,0,0,3620.29,592.987,6.10634,0.737027,300,300,15,0,449,0,0,1), + (34994,3823,1,0,0,3289.47,327.169,5.65095,2.34998,300,300,5,0,449,0,0,1), + (34995,3823,1,0,0,1690.19,-1917.83,99.381,1.49503,300,300,5,0,449,0,0,1), + (34996,3823,1,0,0,3464.63,118.931,3.3743,2.28154,300,300,5,0,449,0,0,1), + (34997,3823,1,0,0,2687.39,-68.5685,93.465,3.62052,300,300,15,0,449,0,0,1), + (34998,3823,1,0,0,2381.43,-216.693,97.2128,4.02515,300,300,5,0,449,0,0,1), + (34999,3823,1,0,0,1417.25,-2121.13,97.1019,5.06842,300,300,5,0,449,0,0,1), + (35000,3823,1,0,0,1369.53,-2177.76,92.6682,0.476747,300,300,10,0,449,0,0,1), + (35001,3823,1,0,0,1319.4,-2081.86,101.39,5.99818,300,300,5,0,449,0,0,1), + (35002,3823,1,0,0,1384.29,-2152.77,92.7812,5.18394,300,300,10,0,449,0,0,1), + (35003,3823,1,0,0,1534.19,-2465.57,106.215,3.51339,300,300,3,0,449,0,0,1), + (35004,3823,1,0,0,1366.41,-2113.34,92.4729,1.57275,300,300,10,0,449,0,0,1), + (35005,3823,1,0,0,1654.97,-2527.46,96.3709,5.44942,300,300,10,0,449,0,0,1), + (35006,3824,1,0,0,1906.57,-1442.15,88.821,1.77812,300,300,5,0,617,0,0,1), + (35007,3824,1,0,0,1954.67,-1386.24,95.3175,1.39505,300,300,5,0,617,0,0,1), + (35008,3824,1,0,0,2026.35,-1630.16,65.0762,2.91606,300,300,5,0,617,0,0,1), + (35009,3824,1,0,0,1980.92,-1520.02,67.6904,6.06775,300,300,15,0,617,0,0,1), + (35010,3824,1,0,0,1951.52,-1574.77,62.2719,5.89572,300,300,15,0,617,0,0,1), + (35011,3824,1,0,0,1845.87,-1626.69,66.4085,1.77834,300,300,5,0,617,0,0,1), + (35012,3824,1,0,0,1784.13,-1624.2,88.4687,5.21797,300,300,5,0,617,0,0,1), + (35013,3824,1,0,0,1653.66,-1614.09,122.621,3.63498,300,300,5,0,617,0,0,1), + (35014,3824,1,0,0,1684.16,-1602.92,105.344,5.67134,300,300,5,0,617,0,0,1), + (35015,3824,1,0,0,1825.08,-1571.06,76.0248,1.84802,300,300,15,0,617,0,0,1), + (35016,3824,1,0,0,1765.2,-1564.58,79.4978,2.28225,300,300,5,0,617,0,0,1), + (35017,3824,1,0,0,2117.93,-1688.23,77.641,2.93452,300,300,5,0,617,0,0,1), + (35018,3824,1,0,0,1698.87,-1608.33,99.6919,3.14178,300,300,5,0,617,0,0,1), + (35019,3824,1,0,0,1911.26,-1554.58,65.6967,3.37499,300,300,15,0,617,0,0,1), + (35020,3824,1,0,0,1923.79,-1785.59,63.9026,4.65473,300,300,5,0,617,0,0,1), + (35021,3824,1,0,0,2024.37,-1710,63.563,3.1488,300,300,10,0,617,0,0,1), + (35022,3824,1,0,0,2158.7,-1622.51,82.0039,1.63334,300,300,15,0,617,0,0,1), + (35023,3824,1,0,0,1931.06,-1813.45,68.7292,4.2164,300,300,5,0,617,0,0,1), + (35024,3824,1,0,0,1903.04,-1646.21,59.393,4.86297,300,300,15,0,617,0,0,1), + (35025,3824,1,0,0,1717.27,-1481.24,119.369,2.42801,300,300,5,0,617,0,0,1), + (35026,3824,1,0,0,1934.12,-1756.52,63.9327,3.0222,300,300,15,0,617,0,0,1), + (35027,3824,1,0,0,2075.49,-1685.23,68.5434,2.09057,300,300,10,0,617,0,0,1), + (35028,3824,1,0,0,1811.61,-1535.49,84.9908,3.98364,300,300,5,0,617,0,0,1), + (35029,3824,1,0,0,2075.58,-1666.31,66.5291,1.18848,300,300,10,0,617,0,0,1), + (35030,3824,1,0,0,1785.52,-1472.76,105.928,2.65398,300,300,5,0,617,0,0,1), + (35031,3824,1,0,0,1841.71,-1728.75,61.4689,5.52665,300,300,5,0,617,0,0,1), + (35032,3824,1,0,0,2040.9,-1629.16,64.6256,3.63626,300,300,5,0,617,0,0,1), + (35033,3824,1,0,0,1977.83,-1575.94,62.996,2.08946,300,300,15,0,617,0,0,1), + (35034,3824,1,0,0,1944.2,-1440.43,87.2813,0.056691,300,300,10,0,617,0,0,1), + (35035,3824,1,0,0,1968.97,-1391.8,95.233,4.06068,300,300,5,0,617,0,0,1), + (35036,3824,1,0,0,2051.03,-1700.61,69.5987,2.63102,300,300,10,0,617,0,0,1), + (35037,3824,1,0,0,2001.39,-1452.62,86.2067,0.546281,300,300,15,0,617,0,0,1), + (35038,3824,1,0,0,1994.03,-1458.21,83.4046,5.22935,300,300,15,0,617,0,0,1), + (35039,3824,1,0,0,1979.09,-1886.49,99.6084,1.89615,300,300,5,0,617,0,0,1), + (35040,3825,1,0,0,2014.53,-2232.87,112.183,1.82305,300,300,10,0,840,0,0,1), + (35041,3825,1,0,0,2775.57,-2012.13,164.004,2.69897,300,300,5,0,840,0,0,1), + (35042,3825,1,0,0,3013.33,-1815.38,167.883,5.99845,300,300,10,0,840,0,0,1), + (35043,3825,1,0,0,2932.98,-1938.41,170.048,3.66029,300,300,5,0,840,0,0,1), + (35044,3825,1,0,0,2015.24,-2087.54,117.308,1.49252,300,300,5,0,840,0,0,1), + (35045,3825,1,0,0,1979.45,-2139.06,98.6905,2.4159,300,300,5,0,840,0,0,1), + (35046,3825,1,0,0,2213.79,-2255.42,105.762,1.67985,300,300,5,0,840,0,0,1), + (35047,3825,1,0,0,2071.4,-2290.64,107.603,1.32108,300,300,5,0,840,0,0,1), + (35048,3825,1,0,0,2202.58,-2358,116.265,2.66703,300,300,5,0,840,0,0,1), + (35049,3825,1,0,0,2161.27,-2248.56,106.542,6.2402,300,300,5,0,840,0,0,2), + (35050,3825,1,0,0,2171.86,-2333.88,118.615,2.86856,300,300,5,0,840,0,0,1), + (35051,3825,1,0,0,2047.03,-2088.85,124.271,3.42257,300,300,5,0,840,0,0,1), + (35052,3825,1,0,0,2442.89,-2446.88,185.883,2.63601,300,300,5,0,840,0,0,1), + (35053,3825,1,0,0,2010.67,-2063.49,114.425,1.14269,300,300,5,0,840,0,0,1), + (35054,3825,1,0,0,3072.8,-1697.46,172.119,0.635689,300,300,10,0,840,0,0,1), + (35055,3825,1,0,0,2908.16,-1791.66,186.433,6.12831,300,300,10,0,840,0,0,1), + (35056,3825,1,0,0,3359.95,-1602.17,167.868,3.36421,300,300,15,0,840,0,0,1), + (35057,3825,1,0,0,2542.33,-2789.02,161.782,5.44317,300,300,10,0,840,0,0,1), + (35058,3825,1,0,0,1997.6,-2199.12,98.6572,4.9872,300,300,5,0,840,0,0,1), + (35059,3825,1,0,0,2473.53,-2679.44,151.504,2.29679,300,300,5,0,840,0,0,1), + (35060,3825,1,0,0,2544.39,-2550.26,161.206,4.86919,300,300,5,0,840,0,0,1), + (35061,3825,1,0,0,2565.88,-2531.22,165.068,4.95962,300,300,5,0,840,0,0,1), + (35062,3825,1,0,0,2535.42,-2451.18,163.052,2.32746,300,300,5,0,840,0,0,1), + (35063,3825,1,0,0,2523.63,-2600.83,161.702,6.16186,300,300,10,0,840,0,0,1), + (35064,4953,0,0,0,-10164.5,-2909.72,18.183,5.65031,300,300,5,0,16,0,0,1), + (35065,3825,1,0,0,2540,-2699.17,147.86,0.322059,300,300,15,0,840,0,0,1), + (35086,3833,1,0,0,2703.92,-1888.03,234.367,1.50098,300,300,0,0,646,693,0,0), + (35087,3833,1,0,0,2708.6,-1873.12,234.511,4.18879,300,300,0,0,646,693,0,0), + (35088,3834,1,0,0,3008.74,-1847.65,170.994,0.244505,300,300,10,0,840,0,0,1), + (35089,3834,1,0,0,3465.29,-1602.21,167.684,0.765387,300,300,15,0,840,0,0,1), + (35090,3834,1,0,0,3286.47,-1688.05,176.913,0.601534,300,300,15,0,840,0,0,1), + (35091,3834,1,0,0,3181.96,-1763.63,172.578,5.48744,300,300,5,0,840,0,0,1), + (35092,3834,1,0,0,2960.89,-1873.78,168.382,1.23425,300,300,10,0,840,0,0,1), + (35093,3834,1,0,0,3170.55,-1631.9,171.583,4.48068,300,300,5,0,840,0,0,1), + (35094,3834,1,0,0,3082.53,-1654.43,176.842,1.15788,300,300,15,0,840,0,0,1), + (35097,6144,1,0,0,3513.48,-6151.09,-18.5112,0.331613,600,600,0,0,8232,0,0,0), + (35098,6144,1,0,0,3155.39,-6293.89,-16.8557,5.32218,600,600,10,0,8232,0,0,1), + (35099,6144,1,0,0,3386.7,-6139.41,-8.86881,1.09693,600,600,10,0,8232,0,0,1), + (35100,6144,1,0,0,3294.96,-6018.01,-9.39021,6.24801,600,600,10,0,8232,0,0,1), + (35101,6144,1,0,0,3421.25,-6003.88,-14.71,1.21648,600,600,10,0,8232,0,0,1), + (35102,6144,1,0,0,3920.06,-6153.52,-4.10032,5.57692,600,600,10,0,8232,0,0,1), + (35103,6144,1,0,0,3646.65,-6145.89,-4.16293,3.3381,600,600,10,0,8232,0,0,1), + (35104,6144,1,0,0,4057.65,-6423.01,-17.3923,5.47364,600,600,10,0,8232,0,0,1), + (35105,6146,1,0,0,2644.86,-6152.82,100.081,3.63453,600,600,5,0,7599,0,0,1), + (35106,6146,1,0,0,2522.49,-5751.94,100.853,0.116983,600,600,5,0,7599,0,0,2), + (35107,6146,1,0,0,2389.56,-6512.78,106.592,0.509943,600,600,10,0,7599,0,0,1), + (35108,6146,1,0,0,2302.36,-6088.83,107.061,3.53841,600,600,3,0,7599,0,0,1), + (35109,6146,1,0,0,2521.68,-6284.57,99.2535,6.18267,600,600,10,0,7599,0,0,1), + (35110,6146,1,0,0,4779.32,-6981.46,96.0951,1.95633,600,600,10,0,7599,0,0,1), + (35111,6146,1,0,0,4655.88,-7123.48,99.3767,5.44114,600,600,5,0,7599,0,0,1), + (35112,6146,1,0,0,4854.92,-7332.24,157.145,0.776883,600,600,5,0,7599,0,0,1), + (35113,6146,1,0,0,2443.01,-5694.98,112.125,4.40671,600,600,5,0,7599,0,0,1), + (35114,6146,1,0,0,2655.99,-5747.79,108.753,1.21254,600,600,5,0,7599,0,0,1), + (35115,6146,1,0,0,2592.83,-6084.97,110.969,5.57036,600,600,5,0,7599,0,0,1), + (35116,6146,1,0,0,4793.03,-7113.05,93.3701,0.29735,600,600,5,0,7599,0,0,1), + (35117,6146,1,0,0,4431.58,-7059.42,141.723,2.09999,600,600,5,0,7599,0,0,1), + (35118,6146,1,0,0,4856.27,-7023.75,98.64,0.158887,600,600,5,0,7599,0,0,1), + (35119,6146,1,0,0,2523,-5626.96,120.959,5.16306,600,600,3,0,7599,0,0,1), + (35120,6146,1,0,0,2579.85,-6334.08,108.009,1.81247,600,600,10,0,7599,0,0,1), + (35121,6146,1,0,0,4714.61,-7050.92,101.191,4.9518,600,600,5,0,7599,0,0,1), + (35122,6146,1,0,0,4764.42,-7243.55,75.9265,3.47384,600,600,5,0,7599,0,0,1), + (35123,6146,1,0,0,2569.49,-6221.35,104.173,3.42884,600,600,3,0,7599,0,0,1), + (35124,6146,1,0,0,2783.24,-5737.81,119.709,1.62162,600,600,5,0,7599,0,0,1), + (35125,6146,1,0,0,2463.13,-6082.25,103.438,0.037051,600,600,10,0,7599,0,0,1), + (35126,6146,1,0,0,2946.1,-5737.4,129.062,1.83568,600,600,5,0,7599,0,0,1), + (35127,6146,1,0,0,2578.02,-5934.4,97.5383,1.86584,600,600,10,0,7599,0,0,1), + (35128,6146,1,0,0,4714.57,-7192.86,86.8969,4.63816,600,600,5,0,7599,0,0,1), + (35129,6147,1,0,0,2408.4,-6441.95,97.8623,2.99459,600,600,10,0,7359,0,0,1), + (35130,6147,1,0,0,2825.83,-6042.77,109.694,4.29069,600,600,5,0,7359,0,0,1), + (35131,6147,1,0,0,4651.74,-6998.29,107.337,6.12831,600,600,10,0,7359,0,0,1), + (35132,6147,1,0,0,2385.65,-6153.18,102.123,5.68737,600,600,5,0,7359,0,0,1), + (35133,6147,1,0,0,2450.6,-6203.41,102.079,1.4445,600,600,5,0,7359,0,0,1), + (35134,6147,1,0,0,4871.07,-7087.96,107.739,3.44081,600,600,5,0,7359,0,0,1), + (35135,6147,1,0,0,4920.03,-6854.17,103.275,5.72069,600,600,5,0,7359,0,0,1), + (35136,6147,1,0,0,2391.79,-5743.63,100.698,0.684307,600,600,10,0,7359,0,0,1), + (35137,6147,1,0,0,2847.14,-5673.77,125.519,1.91106,600,600,5,0,7359,0,0,2), + (35138,6147,1,0,0,2525.19,-6021.2,102.184,6.05456,600,600,10,0,7359,0,0,2), + (35139,6147,1,0,0,2714.87,-5815.86,102.003,5.81195,600,600,0,0,7359,0,0,0), + (35140,6147,1,0,0,4647.14,-6864.65,140.776,4.38106,600,600,5,0,7359,0,0,1), + (35141,6147,1,0,0,2391.93,-5480.58,151.931,0.0743,600,600,5,0,7359,0,0,1), + (35142,6147,1,0,0,2579.2,-5814.32,96.6516,3.0623,600,600,5,0,7359,0,0,2), + (35143,6147,1,0,0,2295.49,-6033.39,108.75,5.23287,600,600,3,0,7359,0,0,1), + (35144,6147,1,0,0,4887.02,-7257.82,123.126,4.13061,600,600,5,0,7359,0,0,1), + (35145,6147,1,0,0,4706.55,-6917.1,110.759,2.72023,600,600,10,0,7359,0,0,1), + (35146,6147,1,0,0,2530.55,-6139.66,109.35,0.176723,600,600,5,0,7359,0,0,1), + (35147,6147,1,0,0,4841.36,-7197.41,99.9027,4.34767,600,600,5,0,7359,0,0,1), + (35148,6147,1,0,0,4582.18,-7460.36,83.2686,4.46731,600,600,10,0,7359,0,0,1), + (35149,6147,1,0,0,2937.45,-5532.33,149.779,5.35496,600,600,5,0,7359,0,0,1), + (35150,6147,1,0,0,2601.02,-6022.93,102.503,3.61401,600,600,5,0,7359,0,0,1), + (35151,6147,1,0,0,2454.06,-5801.76,104.167,1.37711,600,600,3,0,7359,0,0,1), + (35152,6147,1,0,0,2768.1,-5623.12,130.236,3.53313,600,600,5,0,7359,0,0,1), + (35153,6147,1,0,0,4904.97,-6618.53,97.0611,3.09666,600,600,10,0,7359,0,0,2), + (35154,6147,1,0,0,2660.95,-5949.92,96.68,3.2157,600,600,10,0,7359,0,0,1), + (35155,6147,1,0,0,4923.96,-6928.36,132.787,0.999981,600,600,5,0,7359,0,0,1), + (35156,6147,1,0,0,4522.49,-6842.93,138.786,1.32819,600,600,10,0,7359,0,0,1), + (35157,6147,1,0,0,2318.71,-6222.15,108.862,4.9388,600,600,3,0,7359,0,0,1), + (35158,6148,1,0,0,3522.12,-4130.09,106.763,4.6714,600,600,5,0,7113,0,0,2), + (35159,6148,1,0,0,3648.12,-4719.37,119.683,3.01803,600,600,5,0,7113,0,0,2), + (35160,6148,1,0,0,2790.86,-5956.4,102.546,4.7837,600,600,5,0,7113,0,0,1), + (35161,6148,1,0,0,2307.35,-6325.68,106.087,3.081,600,600,3,0,7113,0,0,1), + (35162,6148,1,0,0,2639.69,-5617.92,118.985,3.12792,600,600,5,0,7113,0,0,1), + (35163,6148,1,0,0,2921.12,-5618.85,143.559,2.12111,600,600,5,0,7113,0,0,1), + (35164,6148,1,0,0,4648.48,-7520.15,70.9436,4.37132,600,600,10,0,7113,0,0,1), + (35165,6148,1,0,0,2515.99,-6407.49,109.569,0.731508,600,600,3,0,7113,0,0,1), + (35166,6148,1,0,0,4595.43,-7162.85,121.56,3.27673,600,600,3,0,7113,0,0,1), + (35167,6148,1,0,0,4777.81,-7510.81,90.8385,2.67576,600,600,0,0,7113,0,0,0), + (35168,6148,1,0,0,2578,-5687.04,111.61,3.99356,600,600,5,0,7113,0,0,1), + (35169,6148,1,0,0,4853.12,-6945.74,99.4864,4.07273,600,600,5,0,7113,0,0,1), + (35170,6148,1,0,0,4945.27,-7011.9,104.649,0.392838,600,600,5,0,7113,0,0,1), + (35171,6148,1,0,0,4721.28,-7444.93,74.9571,1.09807,600,600,10,0,7113,0,0,1), + (35172,6148,1,0,0,4713.13,-7319.66,67.2325,4.0118,600,600,5,0,7113,0,0,2), + (35173,6148,1,0,0,2517.96,-5875.58,109.477,1.16801,600,600,5,0,7113,0,0,1), + (35174,6148,1,0,0,2648.97,-5890.13,96.0028,4.82377,600,600,5,0,7113,0,0,1), + (35175,6148,1,0,0,4920.54,-6734.43,117.816,4.81753,600,600,5,0,7113,0,0,1), + (35176,6148,1,0,0,3006.57,-5591.79,149.96,5.1757,600,600,5,0,7113,0,0,1), + (35177,6148,1,0,0,4709.73,-7588.35,73.7532,3.69056,600,600,10,0,7113,0,0,1), + (35178,6148,1,0,0,2449.03,-5550.84,110.141,4.22116,600,600,5,0,7113,0,0,1), + (35179,6148,1,0,0,2657.13,-6269.63,103.287,1.01447,600,600,5,0,7113,0,0,1), + (35180,6148,1,0,0,2703.83,-6211.93,95.8071,2.73822,600,600,10,0,7113,0,0,1), + (35181,6148,1,0,0,2720.22,-5670.89,141.184,0.266522,600,600,5,0,7113,0,0,1), + (35182,6148,1,0,0,2454.55,-5947.15,88.7978,0.876654,600,600,5,0,7113,0,0,1), + (35183,6148,1,0,0,4552.81,-7045.36,101.701,2.91469,600,600,10,0,7113,0,0,1), + (35184,6148,1,0,0,4528.15,-6987.72,105.716,5.78197,600,600,10,0,7113,0,0,1), + (35185,13322,1,0,0,2762.99,-7309.48,-19.7362,5.51465,180,180,5,0,8519,0,0,1), + (35186,13322,1,0,0,2914.3,-7342.59,-21.4982,3.17418,180,180,5,0,8519,0,0,1), + (35187,13322,1,0,0,2813.02,-7338.97,-22.6594,4.95429,180,180,5,0,8519,0,0,1), + (35188,13322,1,0,0,2831.77,-7240.2,-12.3579,0.724856,180,180,5,0,8519,0,0,1), + (35189,13322,1,0,0,2881.41,-7245.37,-14.7192,0.442985,180,180,5,0,8519,0,0,1), + (35190,13322,1,0,0,2918.7,-7282.79,-13.7191,2.66831,180,180,5,0,8519,0,0,1), + (35191,13322,1,0,0,2790.41,-7240.09,-13.5935,1.44732,180,180,5,0,8519,0,0,1), + (35192,11276,1,0,0,2699.66,-3879.29,106.819,3.63029,333,333,0,0,2868,1760,0,0), + (35193,11276,1,0,0,2692.44,-3875.86,107.601,4.97419,333,333,0,0,2868,1760,0,0), + (35194,11548,1,0,0,2698.67,-3853.54,102.555,5.18363,333,333,0,0,2972,1534,0,0), + (35195,12577,1,0,0,2718.18,-3880.75,101.532,0.174533,600,600,0,0,7423,7071,0,0), + (35196,3621,1,0,0,3579.9,-4383.46,110.172,4.81711,333,333,0,0,3517,0,0,0), + (35197,6184,1,0,0,3878.55,-4869.47,154.824,6.22649,333,333,5,0,2151,0,0,2), + (35198,6184,1,0,0,3953.02,-5067.08,130.258,5.44114,333,333,10,0,2151,0,0,1), + (35199,6184,1,0,0,3782.76,-4915.87,145.414,0.662784,333,333,5,0,2151,0,0,1), + (35200,6184,1,0,0,4121.65,-5124.49,139.382,2.99828,333,333,3,0,2151,0,0,1), + (35201,6184,1,0,0,4146.8,-5154.38,134.686,5.40686,333,333,0,0,2151,0,0,0), + (35202,6184,1,0,0,3955.67,-5080.46,126.842,0.813824,333,333,10,0,2151,0,0,1), + (35203,6184,1,0,0,3825.72,-4868.32,146.579,3.45,333,333,5,0,2151,0,0,1), + (35204,6184,1,0,0,3783.45,-4886.76,142.628,2.27312,333,333,3,0,2151,0,0,1), + (35205,6184,1,0,0,3779.72,-4854.23,144.727,3.0299,333,333,3,0,2151,0,0,1), + (35206,6184,1,0,0,4085.22,-5183.22,116.557,3.87454,333,333,5,0,2151,0,0,1), + (35207,6185,1,0,0,3784.07,-4952.14,144.05,4.38909,333,333,10,0,2467,0,0,1), + (35208,6185,1,0,0,3822.02,-4950.43,142.963,5.97877,333,333,5,0,2467,0,0,1), + (35209,6185,1,0,0,3851.21,-4948.51,144.678,0.425689,333,333,5,0,2467,0,0,1), + (35210,6185,1,0,0,4080.67,-5089.01,133.74,5.84152,333,333,2,0,2467,0,0,1), + (35211,6185,1,0,0,4127.86,-5079.8,144.507,6.24109,333,333,0,0,2467,0,0,0), + (35212,6185,1,0,0,3882.57,-5014.47,135.678,2.1266,333,333,3,0,2467,0,0,1), + (35213,6185,1,0,0,3921.85,-5053.16,130.461,6.0042,333,333,5,0,2467,0,0,1), + (35214,6185,1,0,0,3807.62,-4911,146.105,5.89493,333,333,0,0,2467,0,0,0), + (35215,6185,1,0,0,4154.03,-5145.8,133.464,1.12962,333,333,5,0,2467,0,0,2), + (35216,6185,1,0,0,4056.26,-5076.93,130.57,3.15136,333,333,5,0,2467,0,0,1), + (35217,6185,1,0,0,3810.24,-4880.98,145.73,5.40835,333,333,5,0,2467,0,0,1), + (35218,6185,1,0,0,3872.32,-4866.8,154.931,0.004514,333,333,5,0,2467,0,0,1), + (35219,6185,1,0,0,4135.94,-5080.73,143.47,0.872766,333,333,0,0,2467,0,0,0), + (35220,6185,1,0,0,3879.84,-4987.39,138.286,4.77634,333,333,3,0,2467,0,0,1), + (35221,5384,0,0,0,-8464,516.193,100.639,3.264,540,540,0,0,2471,0,0,0), + (35222,4953,0,0,0,-10485.2,-3536.09,19.442,4.71629,300,300,5,0,16,0,0,1), + (35223,4953,0,0,0,-10277.8,-4145.43,17.6709,6.07938,300,300,5,0,16,0,0,1), + (35225,4341,1,0,0,-2916.18,-2939.03,28.9577,4.6518,360,360,10,0,1403,0,0,1), + (35226,6185,1,0,0,3801.18,-4917.63,145.605,4.78949,333,333,0,0,2467,0,0,0), + (35227,6185,1,0,0,3890.58,-4931.55,145.596,2.88477,333,333,5,0,2467,0,0,1), + (35228,6653,0,0,0,-10459.6,-3556.09,17.5642,3.46623,300,300,5,0,16,0,0,1), + (35230,922,0,0,0,-9833.01,-4166.06,-3.82848,4.17134,300,300,5,0,1829,0,0,1), + (35231,1518,0,0,0,2259.04,347.048,36.1025,4.86947,300,300,0,0,919,0,0,0), + (35232,6186,1,0,0,3804.06,-4898.98,146.722,0.58012,333,333,0,0,2063,1695,0,0), + (35233,6186,1,0,0,3812.83,-4923.65,147.73,0.626038,333,333,0,0,2063,1695,0,0), + (35234,6187,1,0,0,4442.71,-5544.8,107.721,5.06472,333,333,0,0,3184,0,0,0), + (35235,6187,1,0,0,4302.77,-5727.45,101.99,4.47153,333,333,5,0,3184,0,0,1), + (35236,5259,109,0,0,-438.791,185.074,-53.9463,2.89071,7200,7200,0,0,4776,1640,0,0), + (35237,7572,0,0,0,-10632.3,-3009.37,29.2653,6.19592,300,300,0,0,3857,0,0,0), + (35238,7309,70,0,0,129.047,253.491,-52.1213,2.53073,7200,7200,0,0,446,0,0,0), + (35241,1512,0,0,0,1744.75,1569.49,115.228,4.6735,120,120,10,0,42,0,0,1), + (35242,1512,0,0,0,1707.87,1483.11,146.563,1.67292,120,120,5,0,42,0,0,1), + (35244,1512,0,0,0,1751.15,1421.9,113.95,0.140387,120,120,5,0,42,0,0,1), + (35245,4388,1,0,0,-3814.66,-4793.34,-41.3809,4.01656,360,360,10,0,1826,0,0,1), + (35247,1506,0,0,0,1835.88,1340.23,81.4634,4.07856,300,300,5,0,71,0,0,1), + (35248,6187,1,0,0,4458.85,-5533.85,109.221,0.368375,333,333,0,0,3184,0,0,0), + (35249,6187,1,0,0,4246.38,-5228.43,118.458,3.38594,333,333,0,0,3184,0,0,0), + (35250,5413,0,0,0,-8427,600.092,94.706,3.281,540,540,0,0,2471,0,0,0), + (35251,922,0,0,0,-9700.15,-3965.88,-1.28868,3.08923,300,300,5,0,1829,0,0,1), + (35252,922,0,0,0,-9767.1,-4100.25,-6.36123,1.69297,300,300,5,0,1829,0,0,1), + (35253,922,0,0,0,-9900.51,-4266.59,-4.61402,2.84489,300,300,5,0,1829,0,0,1), + (35254,6187,1,0,0,4312.77,-5713.99,101.49,1.79215,333,333,5,0,3184,0,0,1), + (35255,6187,1,0,0,4594.58,-5556.61,98.1848,2.8549,333,333,0,0,3184,0,0,0), + (35256,6187,1,0,0,4315.05,-5741.22,102.638,3.13881,333,333,5,0,3184,0,0,1), + (35257,6187,1,0,0,4242.75,-5216.79,117.44,3.56047,333,333,0,0,3184,0,0,0), + (35258,6187,1,0,0,4443.57,-5519.39,108.086,0.414507,333,333,0,0,3184,0,0,0), + (35259,6187,1,0,0,4316.98,-5724.07,101.615,0.21516,333,333,5,0,3184,0,0,1), + (35260,6187,1,0,0,4652.24,-5387.96,107.337,5.00449,333,333,0,0,3184,0,0,0), + (35261,6187,1,0,0,4579.65,-5580.22,99.8205,1.6246,333,333,0,0,3184,0,0,0), + (35262,6187,1,0,0,4598.44,-5569.27,97.0705,0.151306,333,333,0,0,3184,0,0,0), + (35263,6187,1,0,0,4733.12,-5465.65,109.004,0.199911,333,333,10,0,3184,0,0,1), + (35264,6188,1,0,0,4717.89,-5447.92,109.313,0.585741,333,333,0,0,1000,4393,0,0), + (35265,6188,1,0,0,4661.07,-5371.67,108.462,0.147507,333,333,0,0,1000,4393,0,0), + (35266,6188,1,0,0,4451.56,-5526.56,108.836,4.33238,333,333,0,0,1000,4393,0,0), + (35267,6188,1,0,0,4646.94,-5512.43,105.199,2.29526,333,333,10,0,1000,4393,0,1), + (35268,6188,1,0,0,4579.4,-5614.67,103.506,3.23065,333,333,10,0,1000,4393,0,1), + (35269,6188,1,0,0,4651.44,-5351.55,116.584,2.16421,333,333,3,0,1000,4393,0,1), + (35270,6188,1,0,0,4679.94,-5344.48,111.107,0.331613,333,333,2,0,1000,4393,0,1), + (35271,6188,1,0,0,4598.61,-5583.86,97.9766,1.65806,333,333,0,0,1000,4393,0,0), + (35272,6188,1,0,0,4450.08,-5484.24,107.189,1.0964,333,333,10,0,1000,4393,0,1), + (35273,6188,1,0,0,4617.99,-5619.52,101.928,4.96224,333,333,10,0,1000,4393,0,1), + (35274,6188,1,0,0,4684.58,-5379.89,112.363,0.568381,333,333,0,0,1000,4393,0,0), + (35275,6188,1,0,0,4702.1,-5394.17,111.708,2.58534,333,333,0,0,1000,4393,0,0), + (35276,6188,1,0,0,4481.19,-5513.72,112.47,1.79938,333,333,10,0,1000,4393,0,1), + (35277,6188,1,0,0,4247.27,-5221.55,119.116,3.45575,333,333,0,0,1000,4393,0,0), + (35278,6188,1,0,0,4555.07,-5587.25,99.7135,5.32176,333,333,10,0,1000,4393,0,1), + (35279,6188,1,0,0,4483.25,-5586.13,102.4,3.2902,333,333,3,0,1000,4393,0,1), + (35280,6188,1,0,0,4246.31,-5713.27,107.499,6.25467,333,333,5,0,1000,4393,0,1), + (35281,6188,1,0,0,4623.69,-5574.08,101.865,1.32659,333,333,5,0,1000,4393,0,1), + (35282,6188,1,0,0,4580.58,-5547.96,103.31,4.69038,333,333,10,0,1000,4393,0,1), + (35283,6188,1,0,0,4596.48,-5594.74,99.1955,1.93237,333,333,0,0,1000,4393,0,0), + (35284,6188,1,0,0,4412.85,-5486.59,97.3817,4.87617,333,333,5,0,1000,4393,0,1), + (35285,6188,1,0,0,4414.95,-5552.33,111.731,4.226,333,333,10,0,1000,4393,0,1), + (35286,6188,1,0,0,4316.19,-5689.79,100.812,5.72358,333,333,5,0,1000,4393,0,1), + (35287,6188,1,0,0,4605.99,-5377.61,120.417,2.19168,333,333,0,0,1000,4393,0,0), + (35288,6188,1,0,0,4289.92,-5729.49,100.413,5.78142,333,333,5,0,1000,4393,0,1), + (35289,6188,1,0,0,4615.91,-5516.97,101.812,2.70527,333,333,10,0,1000,4393,0,1), + (35290,6188,1,0,0,4482.32,-5484.82,111.946,1.79682,333,333,10,0,1000,4393,0,1), + (35291,6188,1,0,0,4421.69,-5519.01,104.476,2.57181,333,333,5,0,1000,4393,0,1), + (35292,6188,1,0,0,4424.37,-5573.89,107.996,4.52173,333,333,10,0,1000,4393,0,1), + (35293,6188,1,0,0,4283.01,-5685.31,101.094,0.69726,333,333,5,0,1000,4393,0,1), + (35294,6188,1,0,0,4690.01,-5391.03,112.363,5.21444,333,333,0,0,1000,4393,0,0), + (35295,6189,1,0,0,4349.87,-5744.34,107.031,1.23648,333,333,5,0,2985,0,0,1), + (35296,6189,1,0,0,4618.14,-5420.34,107.237,2.21696,333,333,5,0,2985,0,0,1), + (35297,6189,1,0,0,4646.47,-5446.67,108.422,2.04553,333,333,10,0,2985,0,0,1), + (35298,6189,1,0,0,4714.34,-5519.73,108.689,4.3579,333,333,5,0,2985,0,0,1), + (35299,6189,1,0,0,4682.24,-5412.3,107.343,1.41909,333,333,5,0,2985,0,0,1), + (35300,6189,1,0,0,4348.49,-5652.53,109.173,1.98043,333,333,5,0,2985,0,0,1), + (35301,6189,1,0,0,4550.78,-5547.88,104.007,6.07054,333,333,10,0,2985,0,0,1), + (35302,6189,1,0,0,4478.11,-5554.45,112.39,0.951909,333,333,0,0,2985,0,0,0), + (35303,6189,1,0,0,4714.68,-5481.44,108.07,2.33433,333,333,10,0,2985,0,0,1), + (35304,6189,1,0,0,4281.62,-5747.43,102.274,0.903072,333,333,5,0,2985,0,0,1), + (35305,6189,1,0,0,4383.18,-5646.49,120.587,3.18826,333,333,5,0,2985,0,0,1), + (35306,6189,1,0,0,4274.81,-5711.68,93.9338,2.81457,333,333,5,0,2985,0,0,1), + (35307,6189,1,0,0,4379.71,-5608.34,111.245,2.86409,333,333,3,0,2985,0,0,1), + (35308,6189,1,0,0,4622.12,-5547.7,99.0598,0.688218,333,333,3,0,2985,0,0,1), + (35309,6189,1,0,0,4514.35,-5596.59,105.873,3.78738,333,333,3,0,2985,0,0,1), + (35310,6189,1,0,0,4579.07,-5518.34,106.706,3.37938,333,333,10,0,2985,0,0,1), + (35311,6189,1,0,0,4382.32,-5583.66,109.447,4.90896,333,333,10,0,2985,0,0,1), + (35312,6189,1,0,0,4650.88,-5409.54,108.06,1.38593,333,333,5,0,2985,0,0,1), + (35313,6189,1,0,0,4621.94,-5360.66,122.748,5.52383,333,333,0,0,2985,0,0,0), + (35314,6189,1,0,0,4551.08,-5514.05,107.812,1.22219,333,333,10,0,2985,0,0,1), + (35315,6189,1,0,0,4456.95,-5575.46,103.793,1.53133,333,333,3,0,2985,0,0,1), + (35316,6189,1,0,0,4349.35,-5716.76,102.613,6.20186,333,333,5,0,2985,0,0,1), + (35317,6189,1,0,0,4681.93,-5451.78,109.543,3.44668,333,333,10,0,2985,0,0,1), + (35318,6189,1,0,0,4709.96,-5414.76,105.648,2.53762,333,333,0,0,2985,0,0,0), + (35319,6189,1,0,0,4349.13,-5683.46,101.424,5.76186,333,333,5,0,2985,0,0,1), + (35320,6189,1,0,0,4515.58,-5519.69,109.437,1.7973,333,333,10,0,2985,0,0,1), + (35321,6189,1,0,0,4352.25,-5618.91,116.931,1.34709,333,333,5,0,2985,0,0,1), + (35322,6189,1,0,0,4681.29,-5511.36,111.732,1.98561,333,333,10,0,2985,0,0,1), + (35323,6189,1,0,0,4677.85,-5311.68,127.487,2.0127,333,333,2,0,2985,0,0,1), + (35324,6190,1,0,0,3555.06,-4724.38,109.426,0.58096,333,333,5,0,2397,0,0,1), + (35325,6190,1,0,0,3652.45,-4617.32,109.702,1.13081,333,333,3,0,2397,0,0,1), + (35326,6190,1,0,0,3656.37,-4943.18,130.571,1.59493,333,333,3,0,2397,0,0,1), + (35327,6190,1,0,0,3377.31,-4745.55,107.156,5.7684,333,333,10,0,2397,0,0,1), + (35328,6190,1,0,0,3893.1,-5216.2,104.148,6.18511,333,333,5,0,2397,0,0,1), + (35329,6190,1,0,0,3289.65,-4923.18,120.911,5.69735,333,333,10,0,2397,0,0,1), + (35330,6190,1,0,0,3330.88,-4994.42,90.6919,1.78095,333,333,3,0,2397,0,0,1), + (35331,6190,1,0,0,3658.17,-4745.88,123.006,2.30413,333,333,5,0,2397,0,0,1), + (35332,6190,1,0,0,3484.41,-4575.13,111.983,0.168679,333,333,3,0,2397,0,0,1), + (35333,6190,1,0,0,3502.96,-4811.58,123.17,3.12402,333,333,5,0,2397,0,0,1), + (35334,6190,1,0,0,3245.4,-5012.63,128.483,2.70832,333,333,3,0,2397,0,0,1), + (35335,6190,1,0,0,3524.78,-4758.06,108.296,5.88421,333,333,5,0,2397,0,0,1), + (35336,6190,1,0,0,3340.55,-4895.44,108.711,1.47793,333,333,5,0,2397,0,0,1), + (35337,6190,1,0,0,3394.13,-4955.65,138.584,1.58935,333,333,5,0,2397,0,0,1), + (35338,6190,1,0,0,3793.02,-5178.35,141.048,0.433499,333,333,5,0,2397,0,0,1), + (35339,6190,1,0,0,3220.82,-5088.6,86.6488,5.9025,333,333,5,0,2397,0,0,1), + (35340,6190,1,0,0,3478.82,-4848.55,128.847,5.2847,333,333,5,0,2397,0,0,2), + (35341,6190,1,0,0,3258.85,-4587.86,101.022,1.5708,333,333,5,0,2397,0,0,1), + (35342,6190,1,0,0,3621.69,-4923.16,127.677,5.10373,333,333,5,0,2397,0,0,1), + (35343,6190,1,0,0,3638.59,-5027.31,92.3481,0.50757,333,333,3,0,2397,0,0,1), + (35344,6190,1,0,0,3417.32,-4991.63,137.222,4.91827,333,333,5,0,2397,0,0,1), + (35345,6190,1,0,0,3571.99,-4824.39,120.682,3.59199,333,333,10,0,2397,0,0,1), + (35346,6190,1,0,0,3345.83,-4521.06,98.2802,3.95162,333,333,10,0,2397,0,0,1), + (35347,6190,1,0,0,3257.36,-5065.21,130.599,3.07014,333,333,5,0,2397,0,0,1), + (35348,6190,1,0,0,3320.92,-4740.56,99.4274,0.714404,333,333,5,0,2397,0,0,1), + (35349,6190,1,0,0,3503.73,-4609.27,101.606,3.02055,333,333,10,0,2397,0,0,1), + (35350,6190,1,0,0,3442.79,-4667.6,103.936,2.82636,333,333,10,0,2397,0,0,1), + (35351,6190,1,0,0,3581.1,-4561.41,105.799,0.312436,333,333,10,0,2397,0,0,1), + (35352,6193,1,0,0,3294.4,-4798.27,106.613,3.38653,333,333,3,0,2488,0,0,1), + (35353,6193,1,0,0,3583.28,-4772.17,114.809,4.67509,333,333,5,0,2488,0,0,1), + (35354,6193,1,0,0,3279.73,-4854.65,112.526,3.96633,333,333,3,0,2488,0,0,1), + (35355,6193,1,0,0,3284.92,-4976.66,129.169,0.611762,333,333,3,0,2488,0,0,1), + (35356,6193,1,0,0,3310.44,-4960.86,130.542,5.88509,333,333,5,0,2488,0,0,1), + (35357,6193,1,0,0,3665.24,-4992.83,108.893,0.076248,333,333,5,0,2488,0,0,1), + (35358,6193,1,0,0,3553.33,-4853.63,121.657,2.38657,333,333,10,0,2488,0,0,1), + (35359,6193,1,0,0,3460.21,-4980.87,139.206,2.06013,333,333,5,0,2488,0,0,1), + (35360,6193,1,0,0,3559.82,-4921.58,142.202,2.99652,333,333,0,0,2488,0,0,0), + (35361,6193,1,0,0,3524.66,-4882.86,131.407,4.02941,333,333,3,0,2488,0,0,1), + (35362,6193,1,0,0,3679.06,-5054.11,135.854,4.51736,333,333,2,0,2488,0,0,1), + (35363,6193,1,0,0,3376.01,-5008.19,89.2527,1.68329,333,333,5,0,2488,0,0,2), + (35364,6193,1,0,0,3407.95,-4599.14,103.257,3.48499,333,333,0,0,2488,0,0,0), + (35365,6193,1,0,0,3550.84,-4786.26,117.26,0.400551,333,333,5,0,2488,0,0,1), + (35366,6193,1,0,0,3780.97,-5132.69,135.53,1.90446,333,333,3,0,2488,0,0,1), + (35367,6193,1,0,0,3585.55,-4883.33,125.782,6.28294,333,333,5,0,2488,0,0,1), + (35368,6193,1,0,0,3448.67,-4876.99,138.764,3.12447,333,333,3,0,2488,0,0,1), + (35369,6193,1,0,0,3319.95,-4680.53,100.358,1.32203,333,333,5,0,2488,0,0,1), + (35370,6193,1,0,0,3312.58,-4481.67,100.546,0.273622,333,333,10,0,2488,0,0,1), + (35371,6193,1,0,0,3830.3,-5247.25,99.4957,4.61466,333,333,5,0,2488,0,0,1), + (35372,6193,1,0,0,3619.49,-4579.1,107.66,1.01882,333,333,5,0,2488,0,0,1), + (35373,6193,1,0,0,3493.64,-4649.79,102.972,1.14278,333,333,10,0,2488,0,0,1), + (35374,6193,1,0,0,3443.97,-4614.21,103.711,5.40664,333,333,0,0,2488,0,0,0), + (35375,6194,1,0,0,3658.19,-5197.36,83.4303,1.30069,333,333,5,0,2062,1695,0,1), + (35376,6194,1,0,0,3660.58,-5321.46,102.303,0.28313,333,333,2,0,2062,1695,0,1), + (35377,6194,1,0,0,3585.89,-5185.01,83.4738,2.90562,333,333,5,0,2062,1695,0,1), + (35378,6194,1,0,0,3525.97,-5378.15,106.218,0.106957,333,333,0,0,2062,1695,0,0), + (35379,6194,1,0,0,3515.31,-5350.61,107.469,3.6073,333,333,0,0,2062,1695,0,0), + (35380,6194,1,0,0,3679.43,-5345.73,109.177,2.31843,333,333,5,0,2062,1695,0,1), + (35381,6194,1,0,0,3622.92,-5302.08,92.0078,4.72357,333,333,2,0,2062,1695,0,1), + (35382,6194,1,0,0,3249.1,-5177.08,88.11,4.0502,333,333,3,0,2062,1695,0,1), + (35383,6194,1,0,0,3620.26,-5215.98,82.8043,0.912138,333,333,5,0,2062,1695,0,1), + (35384,6194,1,0,0,3549.49,-5329.91,105.75,4.48043,333,333,0,0,2062,1695,0,0), + (35385,6194,1,0,0,3186.47,-5506.42,103.68,1.95255,333,333,3,0,2062,1695,0,1), + (35386,6194,1,0,0,3272.92,-5289.58,86.9777,4.43366,333,333,5,0,2062,1695,0,1), + (35387,6194,1,0,0,3622.89,-5073.88,87.5676,0.465187,333,333,10,0,2062,1695,0,1), + (35388,6194,1,0,0,3383.33,-5123.45,84.1512,4.83279,333,333,0,0,2062,1695,0,0), + (35389,6194,1,0,0,3515.98,-5101.65,82.6914,3.14601,333,333,5,0,2062,1695,0,2), + (35390,6194,1,0,0,3503.79,-5189.65,85.966,4.17013,333,333,5,0,2062,1695,0,1), + (35391,6194,1,0,0,3612.71,-5152.82,80.3716,4.66496,333,333,5,0,2062,1695,0,2), + (35392,6194,1,0,0,3703.65,-5188.19,84.1926,3.51894,333,333,5,0,2062,1695,0,1), + (35393,6194,1,0,0,3578.92,-5391.27,109.596,0.540398,333,333,2,0,2062,1695,0,1), + (35394,6194,1,0,0,3653.35,-5387.53,115.514,1.45226,333,333,5,0,2062,1695,0,1), + (35395,6194,1,0,0,3386.34,-5253.51,85.53,5.35159,333,333,5,0,2062,1695,0,1), + (35396,6194,1,0,0,3264.73,-5156.21,91.0059,3.4105,333,333,3,0,2062,1695,0,1), + (35397,6194,1,0,0,3779.46,-5324.14,89.2899,3.25117,333,333,5,0,2062,1695,0,1), + (35398,6194,1,0,0,3680.58,-5280.8,88.8447,0.757781,333,333,0,0,2062,1695,0,0), + (35399,6194,1,0,0,3360.31,-5293.28,96.7234,5.23608,333,333,5,0,2062,1695,0,1), + (35400,6194,1,0,0,3178.02,-5314.08,87.1305,3.16929,333,333,10,0,2062,1695,0,1), + (35401,6194,1,0,0,3636.05,-5354.57,111.546,0.33216,333,333,5,0,2062,1695,0,1), + (35402,6194,1,0,0,3772.25,-5385.6,87.5251,1.01764,333,333,5,0,2062,1695,0,1), + (35403,6194,1,0,0,3719.43,-5301.33,87.382,4.78467,333,333,5,0,2062,1695,0,1), + (35404,6194,1,0,0,3320.98,-5120.71,89.2142,3.13624,333,333,0,0,2062,1695,0,0), + (35405,6194,1,0,0,3553.33,-5084.24,85.2295,2.9755,333,333,5,0,2062,1695,0,1), + (35406,6194,1,0,0,3505.07,-5361.91,109.543,4.26509,333,333,0,0,2062,1695,0,0), + (35407,6194,1,0,0,3473.42,-5361.22,111.546,1.00294,333,333,5,0,2062,1695,0,1), + (35408,6194,1,0,0,3485.86,-5279.65,93.2829,4.88454,333,333,5,0,2062,1695,0,1), + (35409,6194,1,0,0,3346.87,-5160.42,88.974,4.12435,333,333,5,0,2062,1695,0,1), + (35410,6194,1,0,0,3259.5,-5250.88,85.2658,5.07367,333,333,5,0,2062,1695,0,1), + (35411,6194,1,0,0,3257.43,-5394.86,97.9972,5.48317,333,333,5,0,2062,1695,0,1), + (35412,6194,1,0,0,3478.14,-5078.26,85.6029,4.88647,333,333,5,0,2062,1695,0,1), + (35413,6194,1,0,0,3617.74,-5358.31,111.546,2.60371,333,333,5,0,2062,1695,0,1), + (35414,6194,1,0,0,3424.87,-5138.09,82.2574,1.02987,333,333,5,0,2062,1695,0,1), + (35415,6194,1,0,0,3412.97,-5085.19,82.1449,3.62037,333,333,10,0,2062,1695,0,1), + (35416,6195,1,0,0,3647.17,-5106.19,88.4226,5.71414,333,333,3,0,2384,1864,0,1), + (35417,6195,1,0,0,3869.6,-5546.74,24.1653,5.63861,333,333,3,0,2384,1864,0,1), + (35419,6195,1,0,0,3723.64,-5249.76,84.8455,0.282971,333,333,10,0,2384,1864,0,1), + (35420,6195,1,0,0,3718.06,-5119.4,94.173,1.77018,333,333,5,0,2384,1864,0,1), + (35421,6195,1,0,0,3686.36,-5155.4,84.4473,6.10806,333,333,10,0,2384,1864,0,1), + (35422,6195,1,0,0,3455.3,-5713.17,5.01098,2.65196,333,333,10,0,2384,1864,0,1), + (35423,6195,1,0,0,3517.52,-5063.17,84.1196,4.7603,333,333,10,0,2384,1864,0,1), + (35424,6195,1,0,0,3281.57,-5214.93,84.109,2.89374,333,333,10,0,2384,1864,0,1), + (35425,6195,1,0,0,3556.74,-5753.04,1.10697,5.64701,333,333,5,0,2384,1864,0,1), + (35426,6195,1,0,0,3648.18,-5252.6,87.8476,0.521326,333,333,10,0,2384,1864,0,1), + (35427,6195,1,0,0,3509.15,-5362.01,129.062,5.92366,333,333,3,0,2384,1864,0,1), + (35428,6195,1,0,0,3459.04,-5121.61,82.1628,0.199497,333,333,10,0,2384,1864,0,1), + (35429,6195,1,0,0,3997.68,-5629.81,35.2709,2.65539,333,333,5,0,2384,1864,0,1), + (35430,6195,1,0,0,3154.16,-5487.56,95.3826,2.48149,333,333,3,0,2384,1864,0,1), + (35431,6195,1,0,0,3746.45,-5301.1,86.2597,5.7384,333,333,5,0,2384,1864,0,1), + (35432,6195,1,0,0,3580.51,-5330.72,109.148,5.16352,333,333,2,0,2384,1864,0,1), + (35433,6195,1,0,0,3648.84,-5517.21,24.8214,0.755021,333,333,10,0,2384,1864,0,1), + (35434,6195,1,0,0,3349.59,-5610.91,10.1082,0.702681,333,333,10,0,2384,1864,0,1), + (35435,6195,1,0,0,3416.64,-5487.97,32.1243,2.71505,333,333,5,0,2384,1864,0,1), + (35436,6195,1,0,0,3306.34,-5786.53,15.9296,3.61397,333,333,5,0,2384,1864,0,1), + (35437,6195,1,0,0,3186.5,-5715.03,19.6333,2.90704,333,333,10,0,2384,1864,0,1), + (35438,6195,1,0,0,3250.73,-5651.16,15.268,5.60244,333,333,10,0,2384,1864,0,1), + (35439,6195,1,0,0,3454.24,-5255.3,85.9285,4.76214,333,333,5,0,2384,1864,0,1), + (35440,6195,1,0,0,3548.09,-5210.23,84.266,4.74851,333,333,10,0,2384,1864,0,2), + (35441,6195,1,0,0,3737.26,-5587.05,11.9456,6.04237,333,333,10,0,2384,1864,0,1), + (35442,6195,1,0,0,3649.66,-5668.21,9.32263,3.20023,333,333,5,0,2384,1864,0,1), + (35443,6195,1,0,0,3456.3,-5362.57,111.546,2.44831,333,333,5,0,2384,1864,0,1), + (35444,6195,1,0,0,3593.39,-5375.16,129.062,4.51084,333,333,3,0,2384,1864,0,1), + (35445,6195,1,0,0,3745.28,-5694.34,5.76665,3.65654,333,333,10,0,2384,1864,0,1), + (35446,6195,1,0,0,3120.89,-5636.63,44.907,1.76784,333,333,5,0,2384,1864,0,1), + (35447,6195,1,0,0,3447.51,-5314.82,105.829,4.65261,333,333,5,0,2384,1864,0,1), + (35448,6195,1,0,0,3754.34,-5479.4,30.6202,6.27689,333,333,5,0,2384,1864,0,2), + (35449,6195,1,0,0,3682.14,-5213.15,81.572,0.193284,333,333,5,0,2384,1864,0,1), + (35450,6195,1,0,0,3653.06,-5724.78,6.62234,1.59423,333,333,5,0,2384,1864,0,1), + (35451,6195,1,0,0,3887.25,-5619.04,20.9964,0.501032,333,333,10,0,2384,1864,0,1), + (35452,6195,1,0,0,3811.75,-5467.36,40.5235,4.83644,333,333,3,0,2384,1864,0,1), + (35453,6195,1,0,0,3415.84,-5282.86,100.842,3.06715,333,333,5,0,2384,1864,0,1), + (35454,6195,1,0,0,3783.54,-5705.94,1.51189,3.12676,333,333,3,0,2384,1864,0,1), + (35455,6195,1,0,0,3470.26,-5149.82,84.5423,3.74251,333,333,5,0,2384,1864,0,1), + (35456,6195,1,0,0,3518.03,-5527.21,21.476,2.06414,333,333,5,0,2384,1864,0,1), + (35457,6195,1,0,0,3320.13,-5255.01,82.4645,0.729074,333,333,3,0,2384,1864,0,1), + (35458,6195,1,0,0,3671.97,-5745.8,6.53347,4.03088,333,333,5,0,2384,1864,0,1), + (35459,6195,1,0,0,3251.65,-5317,89.3281,5.87111,333,333,3,0,2384,1864,0,1), + (35460,6195,1,0,0,3353.85,-5536.48,20.9583,1.0361,333,333,10,0,2384,1864,0,1), + (35461,6195,1,0,0,3190.62,-5439.68,92.6264,0.149754,333,333,5,0,2384,1864,0,1), + (35462,6195,1,0,0,3355.06,-5078.16,91.6108,1.06872,333,333,3,0,2384,1864,0,1), + (35463,6195,1,0,0,3515.14,-5245.57,90.6062,1.82762,333,333,5,0,2384,1864,0,1), + (35464,6195,1,0,0,3573.15,-5247,89.7546,0.062541,333,333,5,0,2384,1864,0,1), + (35465,6195,1,0,0,3221.88,-5271.32,86.5468,1.66879,333,333,10,0,2384,1864,0,1), + (35466,6195,1,0,0,3549.36,-5025.41,87.8936,5.05558,333,333,5,0,2384,1864,0,1), + (35467,6195,1,0,0,3406.58,-5209.5,84.297,2.38056,333,333,5,0,2384,1864,0,1), + (35468,6195,1,0,0,3180.18,-5385.36,87.79,5.1673,333,333,10,0,2384,1864,0,1), + (35469,6195,1,0,0,3583.13,-5052.05,88.3957,2.48591,333,333,0,0,2384,1864,0,0), + (35470,6195,1,0,0,3920.75,-5484.43,38.1127,4.38857,333,333,3,0,2384,1864,0,1), + (35471,6195,1,0,0,3788.02,-5772.14,3.98754,4.95199,333,333,3,0,2384,1864,0,1), + (35472,6195,1,0,0,3207.81,-5680.58,19.2508,5.9893,333,333,10,0,2384,1864,0,1), + (35473,6195,1,0,0,3583.25,-5109.29,84.5046,2.42656,333,333,5,0,2384,1864,0,1), + (35474,6195,1,0,0,3624.77,-5613.56,10.6333,0.568129,333,333,5,0,2384,1864,0,1), + (35475,6195,1,0,0,3313.88,-5642.97,10.0872,3.68766,333,333,5,0,2384,1864,0,1), + (35476,6195,1,0,0,3415.51,-5613.45,7.64083,1.6382,333,333,10,0,2384,1864,0,1), + (35477,6195,1,0,0,3884.75,-5820.65,1.68007,4.11295,333,333,10,0,2384,1864,0,1), + (35478,6195,1,0,0,3887.43,-5691.69,16.332,5.504,333,333,10,0,2384,1864,0,1), + (35479,6195,1,0,0,3589.16,-5361.04,108.659,0.551075,333,333,2,0,2384,1864,0,1), + (35480,6195,1,0,0,3921.13,-5581.75,35.5548,1.50826,333,333,3,0,2384,1864,0,1), + (35481,6195,1,0,0,3488.99,-5216.3,87.1435,5.95259,333,333,5,0,2384,1864,0,1), + (35482,6195,1,0,0,3779.98,-5254.09,88.0863,5.05426,333,333,5,0,2384,1864,0,1), + (35483,6195,1,0,0,3810.6,-5695.11,6.66573,3.13183,333,333,3,0,2384,1864,0,1), + (35484,6195,1,0,0,3445,-5184.39,82.9401,1.07745,333,333,5,0,2384,1864,0,1), + (35485,6195,1,0,0,3618.86,-5681.5,3.75253,4.55917,333,333,5,0,2384,1864,0,1), + (35486,6195,1,0,0,3480.2,-5021.99,88.8823,2.97876,333,333,5,0,2384,1864,0,1), + (35487,6195,1,0,0,3442.41,-5049.36,86.098,0.336599,333,333,0,0,2384,1864,0,0), + (35488,6195,1,0,0,3619.22,-5552.9,19.3215,5.52408,333,333,10,0,2384,1864,0,1), + (35489,6195,1,0,0,3589.82,-5515.05,23.8814,0.19957,333,333,3,0,2384,1864,0,1), + (35490,6195,1,0,0,3549.51,-5550.01,15.0503,3.09861,333,333,10,0,2384,1864,0,1), + (35491,6195,1,0,0,3482.73,-5553.9,17.0755,4.62438,333,333,10,0,2384,1864,0,1), + (35492,6195,1,0,0,3415.45,-5548.76,14.7173,0.064958,333,333,10,0,2384,1864,0,1), + (35493,6195,1,0,0,3446.29,-5583.85,14.3138,3.00246,333,333,10,0,2384,1864,0,1), + (35494,6195,1,0,0,3281.46,-5617.01,15.5614,3.63585,333,333,5,0,2384,1864,0,1), + (35495,6195,1,0,0,3243.14,-5569.12,33.5387,2.14487,333,333,5,0,2384,1864,0,1), + (35496,6195,1,0,0,3178.09,-5658.25,30.1069,3.96866,333,333,10,0,2384,1864,0,1), + (35497,6195,1,0,0,3086.8,-5750.03,20.5473,0.597209,333,333,3,0,2384,1864,0,1), + (35498,6195,1,0,0,3119.39,-5720.91,25.6705,4.47783,333,333,5,0,2384,1864,0,1), + (35499,6195,1,0,0,3188.62,-5784.87,2.96993,5.74612,333,333,10,0,2384,1864,0,1), + (35500,6195,1,0,0,3144.89,-5817.87,-1.33036,4.03531,333,333,10,0,2384,1864,0,1), + (35501,6195,1,0,0,3221.45,-5747.06,6.72402,0.759209,333,333,5,0,2384,1864,0,1), + (35502,6195,1,0,0,3384.17,-5713.63,5.80448,1.4362,333,333,10,0,2384,1864,0,1), + (35503,6195,1,0,0,3446.58,-5781.25,0.990142,3.15829,333,333,5,0,2384,1864,0,1), + (35504,6195,1,0,0,3353.45,-5749.75,-0.47678,5.72552,333,333,5,0,2384,1864,0,1), + (35505,6195,1,0,0,3521.56,-5790.91,0.949771,4.89705,333,333,5,0,2384,1864,0,1), + (35506,6195,1,0,0,3551.91,-5685.42,6.83775,5.53457,333,333,5,0,2384,1864,0,1), + (35507,6195,1,0,0,3650.63,-5715.43,7.575,1.81019,333,333,5,0,2384,1864,0,1), + (35508,6196,1,0,0,3819.17,-5622.47,10.248,1.76044,333,333,10,0,2880,0,0,1), + (35509,6196,1,0,0,3596.14,-5579.52,14.5765,3.54097,333,333,10,0,2880,0,0,1), + (35510,6196,1,0,0,3726.6,-5665.42,7.89494,5.58113,333,333,10,0,2880,0,0,1), + (35511,6196,1,0,0,3864.84,-5779.91,2.46881,6.16823,333,333,5,0,2880,0,0,1), + (35512,8756,1,0,0,3073.97,-6364.02,2.65216,2.49819,600,600,0,0,6830,0,0,0), + (35513,6196,1,0,0,3856.58,-5580.97,19.0955,0.89698,333,333,5,0,2880,0,0,1), + (35514,6196,1,0,0,3706.84,-5724.8,4.78205,4.55002,333,333,10,0,2880,0,0,1), + (35515,6196,1,0,0,3447.79,-5646.52,6.14766,5.56489,333,333,10,0,2880,0,0,1), + (35516,6196,1,0,0,3691.28,-5617.97,7.72424,0.305126,333,333,10,0,2880,0,0,1), + (35517,6196,1,0,0,3349.03,-5482.14,38.5862,1.87603,333,333,5,0,2880,0,0,1), + (35518,6196,1,0,0,3582.36,-5358.96,129.062,3.10952,333,333,2,0,2880,0,0,1), + (35519,6196,1,0,0,3686.3,-5686.34,10.2117,2.59985,333,333,5,0,2880,0,0,1), + (35520,6196,1,0,0,3752.84,-5625.06,10.1328,4.94637,333,333,10,0,2880,0,0,1), + (35521,6196,1,0,0,3885.26,-5760.4,11.801,5.40863,333,333,3,0,2880,0,0,1), + (35522,6196,1,0,0,3395.55,-5781.58,-4.99572,1.95138,333,333,5,0,2880,0,0,1), + (35523,6196,1,0,0,3619.65,-5492.58,47.4846,1.9426,333,333,5,0,2880,0,0,1), + (35524,6196,1,0,0,3288.53,-5556.25,25.8606,0,333,333,5,0,2880,0,0,1), + (35525,6196,1,0,0,3713.86,-5379.1,63.4758,1.63721,333,333,5,0,2880,0,0,1), + (35526,6196,1,0,0,3224.36,-5821.3,-4.7275,4.90384,333,333,5,0,2880,0,0,1), + (35527,6196,1,0,0,3949.31,-5562.08,37.6197,1.64308,333,333,5,0,2880,0,0,1), + (35528,6196,1,0,0,3489.62,-5665.67,5.97166,0.945653,333,333,5,0,2880,0,0,1), + (35529,6196,1,0,0,3850.77,-5644.56,14.5973,4.82621,333,333,10,0,2880,0,0,1), + (35530,6196,1,0,0,3618.14,-5749.81,-1.15164,1.93954,333,333,5,0,2880,0,0,1), + (35531,6196,1,0,0,3261.26,-5510.22,42.2057,1.21745,333,333,10,0,2880,0,0,1), + (35532,6196,1,0,0,3548.66,-5616.11,8.54101,2.42911,333,333,10,0,2880,0,0,1), + (35533,6196,1,0,0,3772.99,-5656.46,3.44115,3.20646,333,333,3,0,2880,0,0,1), + (35534,6196,1,0,0,3246.9,-5464.43,45.8842,0.391243,333,333,3,0,2880,0,0,1), + (35535,6196,1,0,0,3920.97,-5787.55,13.6231,5.49402,333,333,0,0,2880,0,0,0), + (35536,6196,1,0,0,3313.84,-5516.28,33.4849,5.54826,333,333,5,0,2880,0,0,1), + (35537,6196,1,0,0,3546.98,-5315.63,134.253,1.88678,333,333,3,0,2880,0,0,1), + (35538,6196,1,0,0,3394.65,-5649.23,6.3446,1.9788,333,333,0,0,2880,0,0,0), + (35539,6196,1,0,0,3945.93,-5651.75,25.6904,2.90491,333,333,5,0,2880,0,0,1), + (35540,6196,1,0,0,3585.72,-5791.59,-2.95189,0.382406,333,333,5,0,2880,0,0,1), + (35541,6196,1,0,0,3910.09,-5707.4,19.6718,5.2897,333,333,0,0,2880,0,0,0), + (35542,6196,1,0,0,3438.14,-5513.98,22.6822,0.069734,333,333,5,0,2880,0,0,1), + (35543,6196,1,0,0,3379.06,-5529.82,18.0399,4.9942,333,333,10,0,2880,0,0,1), + (35544,6196,1,0,0,3504.45,-5657.67,6.68052,2.71786,333,333,10,0,2880,0,0,1), + (35545,6196,1,0,0,3073.34,-5606.97,61.7529,2.30028,333,333,5,0,2880,0,0,1), + (35546,6196,1,0,0,3162.35,-5740.16,19.0917,0.682044,333,333,10,0,2880,0,0,1), + (35547,6196,1,0,0,3852.57,-5730.47,13.351,5.09055,333,333,10,0,2880,0,0,1), + (35548,6196,1,0,0,3708.06,-5505.38,26.2535,1.69999,333,333,5,0,2880,0,0,1), + (35549,6196,1,0,0,3408.73,-5677.43,6.52235,1.59025,333,333,5,0,2880,0,0,1), + (35550,6196,1,0,0,3480.18,-5611.65,9.50535,1.20243,333,333,10,0,2880,0,0,1), + (35551,6196,1,0,0,3712.94,-5449.11,43.2035,5.43563,333,333,5,0,2880,0,0,1), + (35552,6196,1,0,0,3560.22,-5400.26,129.082,1.01377,333,333,5,0,2880,0,0,2), + (35553,6196,1,0,0,3685.16,-5547.69,16.6078,1.66075,333,333,10,0,2880,0,0,1), + (35554,6196,1,0,0,3652.61,-5584.48,14.648,5.59532,333,333,10,0,2880,0,0,1), + (35555,6196,1,0,0,3514.77,-5583.03,13.7836,2.49198,333,333,10,0,2880,0,0,1), + (35556,6196,1,0,0,3383.06,-5583.01,8.71054,2.26699,333,333,10,0,2880,0,0,1), + (35557,6196,1,0,0,3310.3,-5578.12,20.2949,2.09043,333,333,5,0,2880,0,0,1), + (35558,6196,1,0,0,3203.45,-5619.68,31.9062,2.94003,333,333,5,0,2880,0,0,1), + (35559,6196,1,0,0,3147.36,-5688.14,26.442,5.15056,333,333,10,0,2880,0,0,1), + (35560,6196,1,0,0,3115.38,-5784.25,13.9783,2.41853,333,333,10,0,2880,0,0,1), + (35561,6196,1,0,0,3052.24,-5781.68,25.6153,0.88386,333,333,3,0,2880,0,0,1), + (35562,6196,1,0,0,3085.27,-5820.17,10.5392,5.97097,333,333,10,0,2880,0,0,1), + (35563,6196,1,0,0,3245.31,-5719.35,4.71805,3.9455,333,333,3,0,2880,0,0,1), + (35564,6196,1,0,0,3284.1,-5683.24,0.932797,4.9479,333,333,10,0,2880,0,0,1), + (35565,6196,1,0,0,3318.01,-5717.97,3.26553,0.05236,333,333,10,0,2880,0,0,1), + (35566,6196,1,0,0,3348.3,-5687.94,8.26114,4.61563,333,333,10,0,2880,0,0,1), + (35567,6196,1,0,0,3413.79,-5748.11,1.95674,2.28779,333,333,5,0,2880,0,0,1), + (35568,6196,1,0,0,3517.87,-5720.2,4.23263,5.77058,333,333,5,0,2880,0,0,1), + (35569,6196,1,0,0,3585,-5717.93,1.21409,5.25289,333,333,5,0,2880,0,0,1), + (35570,6196,1,0,0,3620.57,-5680.66,4.12084,0.477434,333,333,5,0,2880,0,0,1), + (35571,6196,1,0,0,3678.95,-5747.72,5.96471,2.8464,333,333,5,0,2880,0,0,1), + (35572,6196,1,0,0,3817.38,-5753.75,10.8038,4.23914,333,333,3,0,2880,0,0,1), + (35573,8757,1,0,0,3112.91,-6323.64,7.09764,4.72444,600,600,0,0,11075,0,0,0), + (35574,6198,1,0,0,4378.46,-6256.47,95.8116,1.43117,333,333,0,0,2547,1864,0,0), + (35575,6198,1,0,0,4414.71,-6257.53,95.4695,4.69107,333,333,10,0,2547,1864,0,1), + (35576,6198,1,0,0,4300.86,-6107.45,132.068,2.13506,333,333,3,0,2547,1864,0,1), + (35577,6198,1,0,0,4380.79,-6256.24,95.545,4.07811,333,333,0,0,2547,1864,0,0), + (35578,8758,1,0,0,3108.69,-6347.81,1.73517,1.68984,600,600,0,0,11075,0,0,0), + (35579,6198,1,0,0,4347.27,-6111.74,122.877,4.52216,333,333,0,0,2547,1864,0,0), + (35580,6198,1,0,0,4388.9,-6219.31,96.4133,0.28224,333,333,10,0,2547,1864,0,1), + (35581,6198,1,0,0,4447.19,-6083.57,97.3807,5.77036,333,333,10,0,2547,1864,0,1), + (35582,6198,1,0,0,4344.04,-6089.29,118.837,1.77617,333,333,5,0,2547,1864,0,1), + (35583,6198,1,0,0,4330.24,-6124.74,127.161,5.53269,333,333,0,0,2547,1864,0,0), + (35584,6198,1,0,0,4447.22,-6215.66,98.83,4.36149,333,333,10,0,2547,1864,0,1), + (35585,6198,1,0,0,4393.23,-6152.6,124.352,1.44046,333,333,5,0,2547,1864,0,1), + (35586,6198,1,0,0,4288,-6230.4,108.677,2.77622,333,333,0,0,2547,1864,0,0), + (35587,6199,1,0,0,4456.79,-6113.3,92.1796,4.37403,333,333,10,0,2280,4650,0,1), + (35588,6199,1,0,0,4375.72,-6278.77,95.1406,2.5869,333,333,0,0,2280,4650,0,0), + (35589,6199,1,0,0,4480.45,-6148.88,95.881,1.70208,333,333,10,0,2280,4650,0,1), + (35590,6199,1,0,0,4451.83,-6187.2,93.7812,2.83414,333,333,5,0,2280,4650,0,1), + (35591,6199,1,0,0,4428.37,-6112.3,94.4389,6.15652,333,333,3,0,2280,4650,0,1), + (35592,6199,1,0,0,4334.82,-6127.65,126.597,2.72271,333,333,0,0,2280,4650,0,0), + (35593,8759,1,0,0,3605.93,-4212.33,97.4197,2.14831,333,333,10,0,2310,0,0,1), + (35594,8759,1,0,0,3026.26,-4326.69,97.7136,1.12373,333,333,5,0,2310,0,0,1), + (35595,8759,1,0,0,3355.24,-4231.83,110.386,5.6432,333,333,10,0,2310,0,0,1), + (35596,8759,1,0,0,3395.21,-4366.55,116.677,1.45734,333,333,5,0,2310,0,0,1), + (35597,8759,1,0,0,3553.53,-4087.59,103.575,5.43899,333,333,10,0,2310,0,0,1), + (35598,6199,1,0,0,4366.2,-6136.52,123.846,3.56047,333,333,0,0,2280,4650,0,0), + (35599,6199,1,0,0,4322.85,-6096.33,123.948,3.2433,333,333,3,0,2280,4650,0,1), + (35600,6199,1,0,0,4357.11,-6278.42,96.0323,5.88518,333,333,3,0,2280,4650,0,1), + (35601,6199,1,0,0,4378.69,-6250.9,95.7512,4.7822,333,333,0,0,2280,4650,0,0), + (35602,6199,1,0,0,4411.59,-6220.24,95.882,3.05176,333,333,10,0,2280,4650,0,1), + (35603,6199,1,0,0,4312.54,-6214.07,108.803,3.81598,333,333,5,0,2280,4650,0,2), + (35604,8759,1,0,0,3446.03,-4444.12,135.18,4.78662,333,333,5,0,2310,0,0,1), + (35605,8759,1,0,0,3263,-4437.69,101.771,4.86533,333,333,10,0,2310,0,0,1), + (35606,6199,1,0,0,4378.73,-6090.06,110.188,2.27328,333,333,5,0,2280,4650,0,2), + (35607,6199,1,0,0,4312.64,-6162.54,132.412,1.57216,333,333,3,0,2280,4650,0,1), + (35608,6199,1,0,0,4419.36,-6154.57,124.727,5.63059,333,333,5,0,2280,4650,0,1), + (35609,6199,1,0,0,4327.08,-6149.07,130.662,0.159485,333,333,3,0,2280,4650,0,1), + (35610,6199,1,0,0,4356.43,-6258.9,97.1714,5.29659,333,333,5,0,2280,4650,0,1), + (35611,6199,1,0,0,4408.91,-6080.76,101.88,4.122,333,333,5,0,2280,4650,0,2), + (35612,8759,1,0,0,3500.64,-4412.04,119.45,5.05266,333,333,5,0,2310,0,0,1), + (35613,8759,1,0,0,3682.58,-4325.08,102.139,2.74752,333,333,10,0,2310,0,0,1), + (35614,8759,1,0,0,3405.8,-4414.42,107.552,4.87432,333,333,5,0,2310,0,0,1), + (35615,8759,1,0,0,3090.37,-4266.72,97.5689,1.62261,333,333,10,0,2310,0,0,1), + (35616,8759,1,0,0,3138.86,-4311.28,101.413,2.83003,333,333,10,0,2310,0,0,1), + (35617,8759,1,0,0,3172.98,-4397.63,103.24,1.0265,333,333,10,0,2310,0,0,2), + (35618,8759,1,0,0,3221.95,-4418.61,101.107,0.073953,333,333,10,0,2310,0,0,1), + (35619,8759,1,0,0,3064,-4250.69,96.8779,3.39306,333,333,10,0,2310,0,0,1), + (35620,8759,1,0,0,3475.24,-4381.57,120.019,0.035176,333,333,10,0,2310,0,0,1), + (35621,8759,1,0,0,3759.65,-4442.64,143.911,5.99416,333,333,5,0,2310,0,0,1), + (35622,8759,1,0,0,2795.14,-3919.09,102.1,2.80317,333,333,5,0,2310,0,0,1), + (35623,8759,1,0,0,3252.36,-4418.83,101.739,5.91573,333,333,10,0,2310,0,0,2), + (35624,8759,1,0,0,3620.79,-4279.16,103.696,1.53761,333,333,10,0,2310,0,0,1), + (35625,8759,1,0,0,3509.61,-4317.86,121.862,0.070334,333,333,5,0,2310,0,0,1), + (35626,8759,1,0,0,3507.65,-4222.8,97.0523,4.16477,333,333,10,0,2310,0,0,2), + (35627,8759,1,0,0,2992.08,-4338.04,104.926,2.41771,333,333,2,0,2310,0,0,1), + (35628,8759,1,0,0,3520.27,-4348.97,125.96,2.18084,333,333,10,0,2310,0,0,1), + (35629,8759,1,0,0,3430.52,-4317.37,104.181,3.79552,333,333,5,0,2310,0,0,1), + (35630,8759,1,0,0,3322.31,-4182.61,108.624,2.88099,333,333,5,0,2310,0,0,1), + (35631,8759,1,0,0,3378.06,-4421.35,102.1,5.84394,333,333,5,0,2310,0,0,1), + (35632,8759,1,0,0,2944.72,-4277.43,106.372,2.4461,333,333,5,0,2310,0,0,1), + (35633,8759,1,0,0,3554.71,-4210.81,105.055,3.59475,333,333,10,0,2310,0,0,1), + (35634,6200,1,0,0,4784.38,-6621.88,112.6,0.290729,333,333,5,0,2384,1864,0,1), + (35635,6200,1,0,0,4748.1,-6615.15,114.199,4.29546,333,333,5,0,2384,1864,0,1), + (35636,6200,1,0,0,4518.61,-6322.1,118.789,5.31286,333,333,5,0,2384,1864,0,1), + (35637,8760,1,0,0,2784.61,-4308.36,97.5012,0.944013,333,333,10,0,2672,0,0,1), + (35638,8760,1,0,0,2565.31,-3973.61,128.026,2.2225,333,333,5,0,2672,0,0,1), + (35639,6200,1,0,0,4489.59,-6391.58,125.936,5.28568,333,333,5,0,2384,1864,0,1), + (35640,6200,1,0,0,4476.75,-6352.65,122.061,3.63807,333,333,5,0,2384,1864,0,1), + (35641,6200,1,0,0,4754.88,-6584.63,105.079,1.49754,333,333,5,0,2384,1864,0,1), + (35642,8760,1,0,0,2670.68,-4992.12,126.991,1.94403,333,333,5,0,2672,0,0,1), + (35643,8760,1,0,0,2586.39,-4588.8,137.03,5.87983,333,333,5,0,2672,0,0,1), + (35644,8760,1,0,0,2597.06,-5002.29,120.498,2.06267,333,333,5,0,2672,0,0,1), + (35645,6200,1,0,0,4676.2,-6642.27,117.854,3.12757,333,333,10,0,2384,1864,0,1), + (35646,6200,1,0,0,4435.42,-6414.58,126.658,0.525167,333,333,5,0,2384,1864,0,1), + (35647,6200,1,0,0,4813.7,-6620.57,97.339,0.074137,333,333,10,0,2384,1864,0,1), + (35648,6200,1,0,0,4518.27,-6452.42,112.695,4.70473,333,333,5,0,2384,1864,0,1), + (35649,6200,1,0,0,4743.43,-6684.68,109.832,6.13689,333,333,10,0,2384,1864,0,1), + (35650,6200,1,0,0,4543.87,-6410.45,118.125,2.37279,333,333,5,0,2384,1864,0,1), + (35651,6200,1,0,0,4512.85,-6413.11,123.549,2.89798,333,333,5,0,2384,1864,0,1), + (35652,6200,1,0,0,4724.6,-5884.66,112.135,-0.214796,333,333,0,0,2384,1864,0,0), + (35653,6200,1,0,0,4710.88,-5917.46,108.198,0.521859,333,333,10,0,2384,1864,0,1), + (35654,6200,1,0,0,4698.57,-5937.83,108.564,0.809714,333,333,10,0,2384,1864,0,1), + (35655,6201,1,0,0,4479.79,-6460.45,127.018,4.43362,333,333,5,0,2980,0,0,1), + (35656,6201,1,0,0,4772.61,-6644.58,111.793,1.32073,333,333,5,0,2980,0,0,1), + (35657,6201,1,0,0,4770.17,-6618.18,111.85,4.29353,333,333,5,0,2980,0,0,1), + (35658,8761,1,0,0,4791.18,-6487.9,108.856,5.62308,333,333,3,0,3082,0,0,1), + (35659,8761,1,0,0,4454.07,-5746.29,103.096,1.14385,333,333,5,0,3082,0,0,1), + (35660,8761,1,0,0,4617.65,-6198.21,101.428,4.58934,333,333,10,0,3082,0,0,1), + (35661,8761,1,0,0,4474.64,-5850.01,104.85,2.95685,333,333,5,0,3082,0,0,1), + (35662,8761,1,0,0,4529.8,-6120.75,99.2614,0.69061,333,333,10,0,3082,0,0,1), + (35663,8761,1,0,0,4225.17,-5919.21,97.5427,6.24801,333,333,10,0,3082,0,0,1), + (35664,8761,1,0,0,4486.56,-7247.32,99.2792,1.10628,333,333,5,0,3082,0,0,1), + (35665,8761,1,0,0,2558.89,-6247.6,106.326,0.220576,333,333,10,0,3082,0,0,1), + (35666,8761,1,0,0,2951.42,-5170.24,124.468,0.455568,333,333,10,0,3082,0,0,2), + (35667,8761,1,0,0,2418.99,-6178.51,100.612,1.52624,333,333,5,0,3082,0,0,1), + (35668,8761,1,0,0,2744.04,-6243.05,102.125,1.6903,333,333,3,0,3082,0,0,1), + (35669,8761,1,0,0,2522.16,-5615.56,118.884,5.6475,333,333,10,0,3082,0,0,1), + (35670,8761,1,0,0,3076.4,-5150.65,136.747,2.90894,333,333,10,0,3082,0,0,1), + (35671,8761,1,0,0,3113.39,-5059.71,141.451,4.6312,333,333,10,0,3082,0,0,1), + (35672,6201,1,0,0,4711.5,-6613.27,117.47,0.183163,333,333,10,0,2980,0,0,1), + (35673,6201,1,0,0,4514.29,-6352.76,125.639,3.79085,333,333,5,0,2980,0,0,1), + (35674,6201,1,0,0,4497.49,-6392.61,126.811,5.36053,333,333,5,0,2980,0,0,1), + (35675,6201,1,0,0,4640.81,-5905.74,132.102,2.66571,333,333,0,0,2980,0,0,0), + (35676,8761,1,0,0,4769.25,-6078.89,93.1542,2.87592,333,333,10,0,3082,0,0,1), + (35677,8761,1,0,0,4305.52,-5828.38,98.2134,5.08259,333,333,10,0,3082,0,0,1), + (35678,8761,1,0,0,4296.39,-5957.95,97.5894,0.080141,333,333,10,0,3082,0,0,1), + (35679,8761,1,0,0,4521.54,-6544.15,95.135,0.912065,333,333,5,0,3082,0,0,1), + (35680,8761,1,0,0,4713.57,-7392.45,72.6127,4.52093,333,333,10,0,3082,0,0,1), + (35681,8761,1,0,0,4459.74,-7233.65,97.7616,5.24226,333,333,10,0,3082,0,0,1), + (35682,8761,1,0,0,4383.1,-7144.98,119.559,1.23811,333,333,10,0,3082,0,0,1), + (35683,8761,1,0,0,3117.7,-5109.28,134.026,1.8153,333,333,10,0,3082,0,0,1), + (35684,8761,1,0,0,3010.38,-5214.1,132.045,2.81119,333,333,10,0,3082,0,0,1), + (35685,8761,1,0,0,2488.6,-5650.22,106.397,5.80162,333,333,5,0,3082,0,0,1), + (35686,8761,1,0,0,2679.04,-6043.27,103.645,1.76226,333,333,5,0,3082,0,0,1), + (35687,8761,1,0,0,2943.65,-5422.13,122.866,4.76211,333,333,10,0,3082,0,0,1), + (35688,8761,1,0,0,2420.06,-6117.69,104.12,0.096537,333,333,10,0,3082,0,0,1), + (35689,6201,1,0,0,4495.39,-6356.19,125.061,5.45249,333,333,5,0,2980,0,0,1), + (35690,6201,1,0,0,4447.4,-6376.73,119.831,2.1382,333,333,5,0,2980,0,0,1), + (35691,8761,1,0,0,4723.3,-6414.57,105.75,0.483296,333,333,5,0,3082,0,0,1), + (35692,8761,1,0,0,4350.96,-6852.76,94.9397,5.334,333,333,5,0,3082,0,0,1), + (35693,8761,1,0,0,4215.63,-6987.27,92.1723,3.3342,333,333,3,0,3082,0,0,1), + (35694,8761,1,0,0,4414.97,-6645.99,99.6549,2.66048,333,333,5,0,3082,0,0,1), + (35695,8761,1,0,0,2618.57,-5856.9,93.1245,4.85056,333,333,10,0,3082,0,0,1), + (35696,8761,1,0,0,2548.3,-5590.31,111.43,4.25747,333,333,10,0,3082,0,0,1), + (35697,8761,1,0,0,2611.74,-5583.4,109.891,3.16112,333,333,5,0,3082,0,0,1), + (35698,8761,1,0,0,2783.66,-5779.14,105.089,1.32629,333,333,10,0,3082,0,0,1), + (35699,8761,1,0,0,2622.08,-6319.06,94.9479,0.072351,333,333,10,0,3082,0,0,1), + (35700,8761,1,0,0,2976.25,-5335.87,135.083,4.90481,333,333,10,0,3082,0,0,1), + (35701,8761,1,0,0,2617.06,-6052.58,101.314,3.32211,333,333,10,0,3082,0,0,1), + (35702,6201,1,0,0,4686.76,-6661.94,120.979,0.354964,333,333,10,0,2980,0,0,1), + (35703,6201,1,0,0,4821.28,-6655.09,95.192,5.11431,333,333,10,0,2980,0,0,1), + (35704,8761,1,0,0,4613.71,-6147.71,102.029,4.57125,333,333,10,0,3082,0,0,1), + (35705,8761,1,0,0,4518.1,-5954.35,107.493,4.63607,333,333,5,0,3082,0,0,1), + (35706,8761,1,0,0,4448.35,-5686.47,104.448,3.42817,333,333,5,0,3082,0,0,1), + (35707,8761,1,0,0,4748.99,-6451.66,107.462,2.97869,333,333,10,0,3082,0,0,1), + (35708,8761,1,0,0,4644.79,-5735.94,104.984,0,333,333,5,0,3082,0,0,1), + (35709,8761,1,0,0,4420.66,-7386.04,77.2064,6.02233,333,333,10,0,3082,0,0,1), + (35710,8761,1,0,0,4285.98,-6975.06,116.707,1.65686,333,333,10,0,3082,0,0,1), + (35711,8761,1,0,0,4545.48,-6647.79,99.084,2.38979,333,333,5,0,3082,0,0,1), + (35712,8761,1,0,0,4591.56,-6981.39,95.9116,4.53857,333,333,10,0,3082,0,0,1), + (35713,8761,1,0,0,2917.11,-5318.99,124.462,2.3179,333,333,10,0,3082,0,0,1), + (35714,8761,1,0,0,2482.57,-6045.98,101.312,2.09212,333,333,3,0,3082,0,0,1), + (35715,8761,1,0,0,2613.43,-5717.11,113.396,3.94166,333,333,5,0,3082,0,0,1), + (35716,8761,1,0,0,2784.22,-5851.81,90.0999,5.5803,333,333,5,0,3082,0,0,1), + (35717,8761,1,0,0,2998.09,-5133.25,127.736,3.95737,333,333,3,0,3082,0,0,1), + (35718,8761,1,0,0,2583.33,-5553.51,109.819,4.89618,333,333,10,0,3082,0,0,1), + (35719,8761,1,0,0,2815.37,-5713.84,125.817,2.33134,333,333,10,0,3082,0,0,1), + (35720,8761,1,0,0,2933.15,-5190.11,125.189,0.159969,333,333,10,0,3082,0,0,1), + (35721,6201,1,0,0,4550.03,-6382.39,123.99,2.22201,333,333,5,0,2980,0,0,1), + (35722,6201,1,0,0,4776.22,-6636.32,111.793,2.81892,333,333,5,0,2980,0,0,1), + (35723,6201,1,0,0,4745.16,-6651.89,114.397,3.09666,333,333,5,0,2980,0,0,1), + (35724,8761,1,0,0,4751.04,-6514.99,100.281,2.93109,333,333,10,0,3082,0,0,1), + (35725,8761,1,0,0,4756.91,-6241.36,119.322,0.853803,333,333,5,0,3082,0,0,1), + (35726,8761,1,0,0,4423.95,-5780.82,105.16,0.720707,333,333,5,0,3082,0,0,1), + (35727,8761,1,0,0,4313.15,-5974.75,98.1037,2.82665,333,333,10,0,3082,0,0,1), + (35728,8761,1,0,0,4855.21,-5929.96,97.1978,1.28155,333,333,10,0,3082,0,0,1), + (35729,8761,1,0,0,4498.73,-5762.21,102.397,0.604248,333,333,5,0,3082,0,0,1), + (35730,8761,1,0,0,4718.69,-6143.25,99.7125,1.45944,333,333,10,0,3082,0,0,1), + (35731,8761,1,0,0,4580.88,-6552.31,102.762,3.30362,333,333,5,0,3082,0,0,1), + (35732,8761,1,0,0,4525.33,-7485.52,73.6466,6.26952,333,333,5,0,3082,0,0,1), + (35733,8761,1,0,0,2746.79,-6178.56,101.688,1.70336,333,333,5,0,3082,0,0,1), + (35734,8761,1,0,0,2753.02,-5911.53,100.94,0.865321,333,333,10,0,3082,0,0,1), + (35735,8761,1,0,0,3005.25,-5327.89,140.629,4.74461,333,333,3,0,3082,0,0,1), + (35736,8761,1,0,0,2678.77,-5504.78,107.517,1.39601,333,333,5,0,3082,0,0,1), + (35737,8761,1,0,0,2438.8,-5688.79,112.639,3.34958,333,333,3,0,3082,0,0,1), + (35738,8761,1,0,0,2684.24,-5863.2,95.0624,4.80526,333,333,10,0,3082,0,0,1), + (35739,8761,1,0,0,4699.83,-6076.46,102.683,1.18322,333,333,5,0,3082,0,0,1), + (35740,8761,1,0,0,4811.49,-6380.28,108.968,2.92504,333,333,10,0,3082,0,0,1), + (35741,8761,1,0,0,4402.88,-5865.99,98.7401,4.38199,333,333,5,0,3082,0,0,1), + (35742,8761,1,0,0,4390.81,-6851.86,102.654,3.13623,333,333,0,0,3082,0,0,0), + (35743,8761,1,0,0,4826.41,-6746.34,95.3469,3.76864,333,333,10,0,3082,0,0,1), + (35744,8761,1,0,0,2676.84,-5992.79,97.1266,4.25191,333,333,5,0,3082,0,0,1), + (35745,8761,1,0,0,2549.55,-5847.06,97.6008,1.8586,333,333,10,0,3082,0,0,1), + (35746,8761,1,0,0,2548.47,-5972.75,100.03,1.80443,333,333,10,0,3082,0,0,1), + (35747,8761,1,0,0,2491.78,-5783.23,99.8686,6.17373,333,333,10,0,3082,0,0,1), + (35748,8761,1,0,0,3022.76,-5075.2,139.933,1.01098,333,333,3,0,3082,0,0,1), + (35749,8761,1,0,0,2558.13,-6051,100.869,6.04905,333,333,5,0,3082,0,0,1), + (35750,8761,1,0,0,4643.48,-6412.89,111.261,3.01433,333,333,5,0,3082,0,0,1), + (35751,8761,1,0,0,4878.7,-6384.99,113.635,4.03567,333,333,5,0,3082,0,0,1), + (35752,8761,1,0,0,4447.33,-5824.69,107.317,4.36437,333,333,5,0,3082,0,0,1), + (35753,8761,1,0,0,4481.19,-7315.82,93.5033,2.88705,333,333,10,0,3082,0,0,1), + (35754,8761,1,0,0,4579.11,-7113.99,96.359,3.21175,333,333,10,0,3082,0,0,1), + (35755,8761,1,0,0,4451.71,-6743.29,93.2445,1.64308,333,333,10,0,3082,0,0,1), + (35756,8761,1,0,0,2809.48,-5645.05,122.767,2.21182,333,333,10,0,3082,0,0,1), + (35757,8761,1,0,0,2640.82,-5553.15,102.826,3.60725,333,333,10,0,3082,0,0,1), + (35758,8761,1,0,0,2473.55,-6180.84,100.35,2.82591,333,333,5,0,3082,0,0,1), + (35759,8761,1,0,0,2747.28,-5585.22,125.524,3.49879,333,333,10,0,3082,0,0,1), + (35760,8761,1,0,0,2685.18,-6247.72,90.1994,1.26061,333,333,3,0,3082,0,0,1), + (35761,8761,1,0,0,2620.64,-5904.98,97.7599,1.58544,333,333,5,0,3082,0,0,1), + (35762,8761,1,0,0,2551.05,-5713.35,99.471,1.8595,333,333,5,0,3082,0,0,1), + (35763,8761,1,0,0,2678.8,-5645.7,131.427,2.73765,333,333,5,0,3082,0,0,1), + (35764,8761,1,0,0,4144.93,-5919.24,100.68,2.01936,333,333,10,0,3082,0,0,1), + (35765,8761,1,0,0,4318.18,-6877.79,95.6833,1.54541,333,333,10,0,3082,0,0,1), + (35766,8761,1,0,0,2490.94,-6114.32,100.415,0.338432,333,333,10,0,3082,0,0,1), + (35767,8761,1,0,0,2542.69,-5650.64,106.219,3.20715,333,333,5,0,3082,0,0,1), + (35768,8761,1,0,0,2675.05,-6187.33,92.3105,3.88524,333,333,10,0,3082,0,0,1), + (35769,8761,1,0,0,2908.98,-5283.49,129.894,2.79699,333,333,10,0,3082,0,0,1), + (35770,8761,1,0,0,2625.45,-6247.33,89.5599,0.208191,333,333,5,0,3082,0,0,1), + (35771,8761,1,0,0,2676.78,-5778.59,104.578,2.42559,333,333,5,0,3082,0,0,1), + (35772,8761,1,0,0,4684.12,-6244.53,112.941,1.3173,333,333,10,0,3082,0,0,1), + (35773,8761,1,0,0,4275.13,-5862.76,95.885,0.078195,333,333,3,0,3082,0,0,1), + (35774,8761,1,0,0,4354.1,-5949.22,101.946,3.19775,333,333,10,0,3082,0,0,1), + (35775,8761,1,0,0,2919.49,-5464.73,139.179,0.559841,333,333,5,0,3082,0,0,1), + (35776,8761,1,0,0,2611.27,-5790.82,100.378,3.88651,333,333,5,0,3082,0,0,1), + (35777,8761,1,0,0,2490.81,-6250.83,102.15,5.70493,333,333,5,0,3082,0,0,1), + (35778,8761,1,0,0,2549.77,-5783.84,103.389,2.74017,333,333,10,0,3082,0,0,1), + (35779,8761,1,0,0,4495.33,-5894.79,101.424,3.4222,333,333,5,0,3082,0,0,1), + (35780,8761,1,0,0,4781.72,-6152.65,93.3171,2.74896,333,333,10,0,3082,0,0,1), + (35781,8761,1,0,0,4834.11,-5995.96,96.1885,4.62761,333,333,5,0,3082,0,0,1), + (35782,8761,1,0,0,4454.57,-5949.73,102.962,0.143141,333,333,5,0,3082,0,0,1), + (35783,8761,1,0,0,2610.55,-5985.8,103.032,3.70362,333,333,5,0,3082,0,0,1), + (35784,8761,1,0,0,3084.75,-5091.39,135.774,5.02088,333,333,10,0,3082,0,0,1), + (35785,8761,1,0,0,2347.37,-6181.62,112.265,2.19837,333,333,5,0,3082,0,0,1), + (35786,8761,1,0,0,2549.56,-5911.78,95.2124,1.69607,333,333,10,0,3082,0,0,1), + (35787,8761,1,0,0,2852.79,-5348.8,126.041,6.14999,333,333,10,0,3082,0,0,1), + (35788,8761,1,0,0,2481.02,-5984.52,98.7082,3.53596,333,333,3,0,3082,0,0,1), + (35789,8761,1,0,0,4713.22,-5618.98,114.516,6.23442,333,333,3,0,3082,0,0,1), + (35790,6201,1,0,0,4696.39,-5916.74,108.81,2.52649,333,333,10,0,2980,0,0,1), + (35791,6201,1,0,0,4745.59,-5852.48,110.098,2.10492,333,333,10,0,2980,0,0,1), + (35792,6201,1,0,0,4652.28,-5918.06,116.852,1.08689,333,333,0,0,2980,0,0,0), + (35793,8761,1,0,0,2547.78,-6320.15,104.654,3.59651,333,333,10,0,3082,0,0,1), + (35794,6202,1,0,0,4527.6,-6369.74,128.607,3.19607,333,333,5,0,2158,4650,0,1), + (35795,6202,1,0,0,4717.75,-6676.46,117.367,1.8627,333,333,10,0,2158,4650,0,1), + (35796,6202,1,0,0,4550.63,-6453.3,113.013,5.29277,333,333,5,0,2158,4650,0,1), + (35797,8762,1,0,0,3951.05,-5229.38,116.899,1.7428,333,333,3,0,2488,0,0,1), + (35798,8762,1,0,0,4079.17,-5241,108.111,2.28549,333,333,10,0,2488,0,0,1), + (35799,8762,1,0,0,3963.49,-5153.92,119.284,2.9689,333,333,10,0,2488,0,0,1), + (35800,8762,1,0,0,4207.83,-5661.64,127.604,4.02789,333,333,5,0,2488,0,0,1), + (35801,8762,1,0,0,4005.83,-5184.47,112.513,3.17872,333,333,10,0,2488,0,0,1), + (35802,6202,1,0,0,4715.93,-6645.54,120.168,0.639448,333,333,10,0,2158,4650,0,1), + (35803,6202,1,0,0,4790.06,-6684.99,95.6006,6.03186,333,333,10,0,2158,4650,0,1), + (35804,6202,1,0,0,4466.11,-6426.49,137.702,5.35714,333,333,5,0,2158,4650,0,1), + (35805,8762,1,0,0,3711.52,-4542.57,142.02,4.12791,333,333,5,0,2488,0,0,1), + (35806,8762,1,0,0,4134.82,-5344.52,110.259,6.11242,333,333,10,0,2488,0,0,1), + (35807,8762,1,0,0,4193.59,-5325.59,115.876,3.15497,333,333,10,0,2488,0,0,1), + (35808,8762,1,0,0,4127.65,-5563.73,99.2965,3.61616,333,333,10,0,2488,0,0,1), + (35809,8762,1,0,0,3707.13,-4817.47,128.641,4.49764,333,333,3,0,2488,0,0,1), + (35810,6202,1,0,0,4680.16,-5816.06,115.024,6.24724,333,333,5,0,2158,4650,0,1), + (35811,6202,1,0,0,4786.65,-6586.37,100.253,2.56937,333,333,10,0,2158,4650,0,1), + (35812,6202,1,0,0,4452.12,-6439.36,138.219,1.3783,333,333,5,0,2158,4650,0,1), + (35813,8762,1,0,0,3793.33,-4782.31,166.478,3.12597,333,333,5,0,2488,0,0,1), + (35814,8762,1,0,0,3679.39,-4835.75,121.408,4.59154,333,333,5,0,2488,0,0,1), + (35815,8762,1,0,0,3921.09,-5151.4,124.015,5.88812,333,333,10,0,2488,0,0,1), + (35816,6202,1,0,0,4550.49,-6356.08,125.388,4.57326,333,333,5,0,2158,4650,0,1), + (35817,6202,1,0,0,4750.67,-5879.33,108.915,4.20557,333,333,5,0,2158,4650,0,1), + (35818,8762,1,0,0,4363.94,-5373.21,126.949,4.36779,333,333,10,0,2488,0,0,1), + (35819,8762,1,0,0,3697.74,-4916.33,128.255,2.77814,333,333,10,0,2488,0,0,1), + (35820,8762,1,0,0,3656.95,-4513.39,116.995,6.2034,333,333,5,0,2488,0,0,1), + (35821,8762,1,0,0,3692.9,-4898.2,123.599,5.12189,333,333,10,0,2488,0,0,1), + (35822,8762,1,0,0,3896.17,-5365.9,137.962,4.10668,333,333,5,0,2488,0,0,1), + (35823,8762,1,0,0,4012.79,-5320.7,114.322,3.90004,333,333,3,0,2488,0,0,1), + (35824,6202,1,0,0,4722.71,-6754.77,121.114,3.92699,333,333,3,0,2158,4650,0,1), + (35825,6202,1,0,0,4744.17,-6726.73,106.288,1.35484,333,333,3,0,2158,4650,0,1), + (35826,8762,1,0,0,3658.01,-4883.7,125.113,4.17799,333,333,10,0,2488,0,0,1), + (35827,8762,1,0,0,4285.73,-5615.47,124.783,0.305389,333,333,5,0,2488,0,0,1), + (35828,8762,1,0,0,3719.89,-4577.79,130.47,3.08809,333,333,5,0,2488,0,0,1), + (35829,8762,1,0,0,3685.79,-4836.36,122.623,2.38358,333,333,5,0,2488,0,0,1), + (35830,8762,1,0,0,3682.94,-4539.97,122.664,4.11654,333,333,5,0,2488,0,0,1), + (35831,6202,1,0,0,4763.09,-5925.16,98.6818,2.89491,333,333,10,0,2158,4650,0,1), + (35832,6202,1,0,0,4719.27,-5850.23,110.559,2.58309,333,333,0,0,2158,4650,0,0), + (35833,8763,1,0,0,2576.61,-4908.51,138.077,5.2631,333,333,10,0,2138,1750,0,1), + (35834,8763,1,0,0,2612.32,-4547.19,133.558,2.5167,333,333,0,0,2138,1750,0,0), + (35835,8763,1,0,0,2564.02,-5075.54,119.368,3.42257,333,333,10,0,2138,1750,0,1), + (35836,8763,1,0,0,2655.87,-4293.09,118.522,3.0771,333,333,10,0,2138,1750,0,1), + (35837,8763,1,0,0,3021.06,-5150.6,133.587,0.2491,333,333,10,0,2138,1750,0,1), + (35838,8763,1,0,0,2616.95,-4762.77,144.252,3.71334,333,333,10,0,2138,1750,0,1), + (35839,8763,1,0,0,2524.71,-5133.83,115.95,4.92512,333,333,10,0,2138,1750,0,1), + (35840,8764,1,0,0,4460.91,-6545.76,107.631,0.640571,333,333,5,0,2466,1923,0,1), + (35841,8764,1,0,0,4772.06,-7450.5,88.9134,3.10056,333,333,10,0,2466,1923,0,1), + (35842,8764,1,0,0,4427.09,-7245.29,97.3536,0.521326,333,333,10,0,2466,1923,0,1), + (35843,8764,1,0,0,4378.97,-7007.69,122.943,4.61155,333,333,10,0,2466,1923,0,1), + (35844,8764,1,0,0,4532.97,-6757.64,127.769,5.69247,333,333,3,0,2466,1923,0,1), + (35845,8764,1,0,0,4773.63,-7049.6,97.7908,3.20413,333,333,5,0,2466,1923,0,1), + (35846,8764,1,0,0,4396.01,-7203.52,110.628,0.715817,333,333,10,0,2466,1923,0,1), + (35847,8764,1,0,0,4585.15,-6609.02,98.2412,5.59304,333,333,5,0,2466,1923,0,1), + (35848,8764,1,0,0,4212.65,-7055.96,103.657,4.69526,333,333,5,0,2466,1923,0,2), + (35849,8764,1,0,0,4437.73,-6882.73,122.21,3.18848,333,333,5,0,2466,1923,0,1), + (35850,8766,1,0,0,4477.79,-6645.03,98.316,2.1325,333,333,5,0,3082,0,0,1), + (35851,8766,1,0,0,4287.45,-6855.17,94.9983,5.98415,333,333,3,0,3082,0,0,1), + (35852,8766,1,0,0,4421.17,-6783.83,96.9316,0.154876,333,333,10,0,3082,0,0,1), + (35853,8766,1,0,0,3047.04,-5110.84,132.272,1.97535,333,333,5,0,3082,0,0,1), + (35854,8766,1,0,0,4911.64,-7066.33,95.8758,0.382735,333,333,5,0,3082,0,0,1), + (35855,8766,1,0,0,2936.21,-5531.23,149.817,5.62452,333,333,5,0,3082,0,0,1), + (35856,8766,1,0,0,4345.18,-6914.16,99.9526,2.85631,333,333,10,0,3082,0,0,1), + (35857,8766,1,0,0,4345.43,-6712.21,96.2752,5.20659,333,333,3,0,3082,0,0,1), + (35858,8766,1,0,0,2980.55,-5395.35,136.173,4.85249,333,333,10,0,3082,0,0,1), + (35859,8766,1,0,0,4344.61,-7058.46,131.464,4.21908,333,333,10,0,3082,0,0,1), + (35860,8766,1,0,0,4481.29,-7172.04,102.208,4.74637,333,333,10,0,3082,0,0,1), + (35861,8766,1,0,0,4519.39,-6906.98,113.247,1.61081,333,333,10,0,3082,0,0,1), + (35862,8766,1,0,0,4513.72,-7354.64,89.8257,4.8319,333,333,10,0,3082,0,0,1), + (35863,8766,1,0,0,2930.8,-5242.71,128.514,0,333,333,3,0,3082,0,0,1), + (35864,13896,1,0,0,3740.01,-5943.91,-13.5142,2.58175,43200,43200,5,0,8298,0,0,2), + (35865,7783,1,0,0,3098.16,-6361.3,8.19374,1.90241,333,333,0,0,3857,0,0,0), + (35866,10361,1,0,0,3614.14,-4403.95,114.468,3.54302,333,333,0,0,3517,0,0,0), + (35867,15481,1,0,0,2578.13,-5963.59,97.83,0.00136,180,180,0,0,5000,0,0,2), + (35872,8576,1,0,0,3601.08,-4405.69,115.398,5.37561,333,333,0,0,2972,0,0,0), + (35873,8586,1,0,0,3614.83,-4419.53,112.151,2.87979,333,333,0,0,2972,0,0,0), + (35874,8587,1,0,0,3603.02,-4421.08,112.075,1.309,333,333,0,0,3404,0,0,0), + (35875,12957,1,0,0,2269.97,-5569.55,21.2302,3.9968,333,333,0,0,4108,0,0,0), + (35876,8610,1,0,0,3664.02,-4390.45,113.169,3.24631,600,600,0,0,7423,7071,0,0), + (35877,7864,1,0,0,3781.73,-5319.41,86.7338,5.91837,333,333,5,0,2749,0,0,1), + (35878,7864,1,0,0,3293.54,-5246.09,84.552,0.921828,333,333,5,0,2749,0,0,1), + (35879,7864,1,0,0,3640.04,-5274.13,91.0871,0.83101,333,333,5,0,2749,0,0,1), + (35880,7864,1,0,0,3470.99,-5259.1,87.7445,5.7575,333,333,5,0,2749,0,0,1), + (35881,7864,1,0,0,3719.67,-5118.49,93.6406,1.4721,333,333,5,0,2749,0,0,1), + (35882,7864,1,0,0,3591.43,-5064.07,86.8957,2.85284,333,333,10,0,2749,0,0,1), + (35883,11705,1,0,0,3983.15,-4799.06,304.888,1.20428,333,333,0,0,4108,0,0,0), + (35884,8378,1,0,0,2375.46,-5965.83,10.1861,2.04204,333,333,0,0,2972,3801,0,0), + (35885,7866,1,0,0,3129.73,-5183.02,138.337,2.9147,333,333,0,0,3517,0,0,0), + (35886,8379,1,0,0,3971.69,-4783.48,295.969,0.347593,333,333,0,0,3857,5751,0,0), + (35887,11707,1,0,0,3984.45,-4799.17,304.888,1.74533,333,333,0,0,4612,0,0,0), + (35888,8380,1,0,0,2373.58,-5968.04,10.5334,1.67552,333,333,0,0,3517,0,0,0), + (35889,11708,1,0,0,3943.25,-4780.64,275.614,1.3439,333,333,0,0,3517,0,0,0), + (35890,8381,1,0,0,2371.18,-5968.04,10.3731,0.977384,333,333,0,0,3184,4031,0,0), + (35891,8382,1,0,0,2376.44,-5965.19,10.0051,3.10669,333,333,0,0,3077,1587,0,0), + (35892,193,1,0,0,2758.97,-5279.88,114.726,5.68456,600,600,10,0,6645,0,0,1), + (35893,193,1,0,0,2681.07,-5147.34,108.513,0.224029,600,600,3,0,6645,0,0,1), + (35894,193,1,0,0,2777.86,-5147.42,104.971,0.274714,600,600,10,0,6645,0,0,1), + (35895,193,1,0,0,2848.23,-5180.53,114.059,2.49809,600,600,10,0,6645,0,0,1), + (35896,193,1,0,0,2877.47,-5120.67,119.557,3.15917,600,600,3,0,6645,0,0,1), + (35897,193,1,0,0,2849.36,-5122.28,110.618,5.83264,600,600,3,0,6645,0,0,1), + (35898,193,1,0,0,2817.79,-5121.1,111.589,6.24893,600,600,10,0,6645,0,0,1), + (35899,8386,1,0,0,2380.69,-5962.21,10.0771,2.43043,333,333,0,0,2666,0,0,0), + (35900,8386,1,0,0,2371.07,-5966.42,10.0684,0.069813,333,333,0,0,2666,0,0,0), + (35901,8386,1,0,0,2238.55,-5801.98,2.75612,5.34071,333,333,2,0,2666,0,0,1), + (35902,8386,1,0,0,2368.87,-5958.14,9.07305,1.18682,333,333,0,0,2666,0,0,0), + (35903,8386,1,0,0,2377.5,-5961.39,9.62108,3.68265,333,333,0,0,2666,0,0,0), + (35904,8386,1,0,0,2377.44,-5963.19,9.7312,2.16421,333,333,0,0,2666,0,0,0), + (35905,8386,1,0,0,2370.82,-5961.05,9.29439,5.49779,333,333,0,0,2666,0,0,0), + (35906,8386,1,0,0,2371.38,-5962.43,9.4958,1.43117,333,333,0,0,2666,0,0,0), + (35907,8395,1,0,0,3648.01,-4702.71,121.058,2.54818,333,333,0,0,3517,0,0,0), + (35908,6347,1,0,0,4941.68,-7545.11,1.9863,3.03794,333,333,5,0,2980,0,0,1), + (35909,6347,1,0,0,4752.4,-7747.41,5.03004,0.745956,333,333,5,0,2980,0,0,1), + (35910,6347,1,0,0,5006.79,-6217.88,-17.0931,3.27142,333,333,5,0,2980,0,0,1), + (35911,6347,1,0,0,4946.42,-7614.62,-11.8431,0.750523,333,333,5,0,2980,0,0,1), + (35912,6347,1,0,0,5058.16,-7550.65,-17.9547,0.001243,333,333,5,0,2980,0,0,1), + (35913,6347,1,0,0,4915.16,-7653.69,-11.5208,5.0369,333,333,5,0,2980,0,0,1), + (35914,6347,1,0,0,4811.55,-7749.29,-12.0752,2.53951,333,333,5,0,2980,0,0,1), + (35915,6347,1,0,0,4884.79,-7754.67,-18.2862,4.8782,333,333,5,0,2980,0,0,1), + (35916,6347,1,0,0,4912.25,-7513.39,11.0755,2.20582,333,333,5,0,2980,0,0,1), + (35917,6347,1,0,0,4949.43,-7487.87,7.26994,3.78431,333,333,5,0,2980,0,0,1), + (35918,6348,1,0,0,4079.67,-7918.32,-14.7513,3.76123,333,333,10,0,3082,0,0,1), + (35919,6348,1,0,0,4242.64,-7887.19,-9.54983,3.41823,333,333,10,0,3082,0,0,1), + (35920,6348,1,0,0,4290.92,-7853.46,1.99057,6.26244,333,333,10,0,3082,0,0,1), + (35921,6348,1,0,0,3921.93,-5941.55,-18.2248,1.03493,333,333,10,0,3082,0,0,1), + (35922,6348,1,0,0,4290.25,-7646.85,1.3076,0.364215,333,333,10,0,3082,0,0,1), + (35923,6348,1,0,0,4082.04,-7786.49,-16.362,2.88423,333,333,10,0,3082,0,0,1), + (35924,6348,1,0,0,4358.76,-7784.62,-0.245332,6.05265,333,333,10,0,3082,0,0,1), + (35925,6348,1,0,0,4476.99,-7652.82,35.4759,4.07045,333,333,10,0,3082,0,0,1), + (35926,6348,1,0,0,4220.84,-6714.37,-10.3509,0.636577,333,333,10,0,3082,0,0,1), + (35927,6348,1,0,0,4353.69,-7516.73,10.8994,6.14661,333,333,10,0,3082,0,0,1), + (35928,6348,1,0,0,4257.33,-7749.56,14.5774,5.93208,333,333,10,0,3082,0,0,1), + (35929,6348,1,0,0,4115.62,-7947.52,-15.5262,2.95786,333,333,10,0,3082,0,0,1), + (35930,6348,1,0,0,4049.69,-7887.56,-12.4709,4.74753,333,333,10,0,3082,0,0,1), + (35931,6348,1,0,0,4249.63,-7543.03,-13.538,1.81395,333,333,10,0,3082,0,0,1), + (35932,6348,1,0,0,4583.56,-7821.72,-12.7322,4.69824,333,333,10,0,3082,0,0,1), + (35933,6348,1,0,0,3912.13,-6024.27,-8.50275,4.64492,333,333,10,0,3082,0,0,1), + (35934,6348,1,0,0,4446.82,-7684.65,34.6297,4.43516,333,333,10,0,3082,0,0,1), + (35935,6348,1,0,0,4378.42,-7749.63,11.7833,3.10837,333,333,10,0,3082,0,0,1), + (35936,6349,1,0,0,2153.02,-6317.85,-17.0774,5.26126,333,333,10,0,3189,0,0,1), + (35937,8397,1,0,0,3243.39,-4321.19,132.399,0.349066,333,333,0,0,2766,0,0,0), + (35938,6349,1,0,0,2476.65,-7283.42,-23.8227,6.15437,180,180,5,0,3189,0,0,1), + (35939,6349,1,0,0,2648.52,-7319.07,-26.307,3.71583,180,180,5,0,3189,0,0,1), + (35940,6349,1,0,0,2918.68,-6613.63,-11.5816,1.62944,333,333,10,0,3189,0,0,1), + (35941,7885,1,0,0,2246.15,-6654.38,124.193,3.93517,333,333,3,0,3189,0,0,1), + (35942,7885,1,0,0,2519.79,-6785.11,103.292,0.60001,333,333,10,0,3189,0,0,1), + (35943,7885,1,0,0,2735.45,-6625.92,105.305,3.1765,333,333,0,0,3189,0,0,0), + (35944,7885,1,0,0,2280.32,-6814.11,121.059,2.09463,333,333,10,0,3189,0,0,1), + (35945,7885,1,0,0,2543.41,-6758.16,103.596,3.92578,333,333,10,0,3189,0,0,1), + (35946,7885,1,0,0,2231.57,-6634.78,127.456,2.74554,333,333,3,0,3189,0,0,1), + (35947,6349,1,0,0,2086.63,-6459,-7.34939,5.15183,333,333,10,0,3189,0,0,1), + (35948,6349,1,0,0,2345.23,-7252.42,-26.4488,3.73306,180,180,5,0,3189,0,0,1), + (35949,6349,1,0,0,2237.23,-7337.98,-35.7656,2.34791,180,180,5,0,3189,0,0,1), + (35950,7885,1,0,0,2381.82,-6854.15,121.214,4.51654,333,333,5,0,3189,0,0,1), + (35951,7885,1,0,0,2277.94,-6685.21,114.512,3.46625,333,333,10,0,3189,0,0,1), + (35952,7885,1,0,0,2242.64,-6591.13,130.386,4.24725,333,333,3,0,3189,0,0,1), + (35953,7885,1,0,0,2252.45,-6784.96,126.406,3.4383,333,333,3,0,3189,0,0,1), + (35954,7885,1,0,0,2552.88,-6816.1,112.858,4.86299,333,333,5,0,3189,0,0,1), + (35955,7885,1,0,0,2519.47,-6721.64,103.79,5.88027,333,333,5,0,3189,0,0,1), + (35956,6349,1,0,0,2203.31,-7295.84,-22.9484,3.47201,180,180,5,0,3189,0,0,1), + (35957,7885,1,0,0,2321.52,-6651.29,114.327,0.088204,333,333,10,0,3189,0,0,1), + (35958,7885,1,0,0,2315.12,-6854.59,122.115,4.26265,333,333,10,0,3189,0,0,2), + (35959,7885,1,0,0,2310.32,-6854.41,121.978,6.02615,333,333,10,0,3189,0,0,1), + (35960,7885,1,0,0,2520.59,-6927.49,113.15,5.2174,333,333,3,0,3189,0,0,1), + (35961,7885,1,0,0,2245.8,-6712.87,121.821,2.63243,333,333,3,0,3189,0,0,1), + (35962,7885,1,0,0,2616.38,-6838.5,125.174,2.09016,333,333,3,0,3189,0,0,1), + (35963,7885,1,0,0,2739.67,-6610.86,103.837,0.570134,333,333,3,0,3189,0,0,1), + (35964,6349,1,0,0,2386.71,-7314.9,-38.4587,0.212526,180,180,5,0,3189,0,0,1), + (35965,6349,1,0,0,2917.09,-6109.86,2.20935,0.729765,333,333,10,0,3189,0,0,1), + (35966,6349,1,0,0,3014.37,-6005.1,-10.3557,3.10395,333,333,10,0,3189,0,0,1), + (35967,6349,1,0,0,2509.59,-7373.97,-43.774,2.09727,180,180,5,0,3189,0,0,1), + (35968,6349,1,0,0,2355.92,-6756.79,15.3215,0.96567,333,333,10,0,3189,0,0,1), + (35969,6349,1,0,0,2404.85,-6377.31,6.5,3.46214,333,333,10,0,3189,0,0,1), + (35970,6349,1,0,0,2273.9,-7138.23,-13.8048,2.17844,180,180,5,0,3189,0,0,1), + (35971,6349,1,0,0,2801.7,-6785.23,-0.282512,3.02572,333,333,10,0,3189,0,0,1), + (35972,6349,1,0,0,2173.68,-5616.82,-8.04881,3.12204,333,333,10,0,3189,0,0,1), + (35973,6349,1,0,0,2431.81,-6695.42,14.0858,0.610865,333,333,0,0,3189,0,0,0), + (35974,6349,1,0,0,2046.2,-6538.11,-10.063,1.85186,333,333,10,0,3189,0,0,1), + (35975,6349,1,0,0,2872.29,-6784.97,-6.39701,3.44512,333,333,10,0,3189,0,0,1), + (35976,6349,1,0,0,2371.29,-6738.35,13.1639,5.79537,333,333,10,0,3189,0,0,1), + (35977,6349,1,0,0,2156.03,-7215.78,-27.1158,3.29545,180,180,5,0,3189,0,0,1), + (35978,6349,1,0,0,2123.4,-5942.28,-16.8218,0.949147,333,333,10,0,3189,0,0,1), + (35979,6349,1,0,0,2095.34,-6520.37,0.775123,5.82755,333,333,10,0,3189,0,0,1), + (35980,6349,1,0,0,2041.8,-6490.61,-5.47578,3.81125,333,333,10,0,3189,0,0,1), + (35981,6349,1,0,0,2262.38,-7138.08,-16.9404,2.75887,180,180,5,0,3189,0,0,1), + (35982,6349,1,0,0,2110.23,-5828.01,-13.067,4.10041,333,333,10,0,3189,0,0,1), + (35983,6349,1,0,0,2176.54,-6356.75,-7.31626,3.9405,333,333,10,0,3189,0,0,1), + (35984,6349,1,0,0,2122.9,-6211.89,-6.27838,0.625441,333,333,10,0,3189,0,0,1), + (35985,6349,1,0,0,2791.59,-7224.96,-13.5919,5.46394,180,180,5,0,3189,0,0,1), + (35986,6350,1,0,0,2813.55,-6853.37,-4.26267,4.78564,333,333,10,0,3293,0,0,1), + (35987,6350,1,0,0,2583.97,-7229.83,-18.6029,3.30835,180,180,5,0,3293,0,0,1), + (35988,7886,1,0,0,2459.36,-6841.18,103.853,0.123451,333,333,10,0,2634,2041,0,1), + (35989,7886,1,0,0,2587.82,-6852.69,124.349,4.47463,333,333,5,0,2634,2041,0,1), + (35990,7886,1,0,0,2488.27,-6817.42,102.007,0.013052,333,333,10,0,2634,2041,0,1), + (35991,7886,1,0,0,2546.12,-6677.88,107.398,2.12922,333,333,10,0,2634,2041,0,1), + (35992,6350,1,0,0,2910.67,-6552.15,-8.77687,3.42178,333,333,10,0,3293,0,0,1), + (35993,6350,1,0,0,2922.16,-6411.43,-15.2737,0.558766,333,333,10,0,3293,0,0,1), + (35994,7886,1,0,0,2283.89,-6878.49,117.314,4.15388,333,333,3,0,2634,2041,0,1), + (35995,7886,1,0,0,2251.29,-6624.22,130.569,5.8294,333,333,0,0,2634,2041,0,0), + (35996,7886,1,0,0,2612.21,-6817.57,125.528,3.7505,333,333,3,0,2634,2041,0,1), + (35997,7886,1,0,0,2623.33,-6816.96,123.877,4.30468,333,333,5,0,2634,2041,0,2), + (35998,6350,1,0,0,2986.43,-5996.2,-3.02492,2.47875,333,333,10,0,3293,0,0,1), + (35999,7886,1,0,0,2711.11,-6634.64,98.5445,4.09389,333,333,3,0,2634,2041,0,1), + (36000,7886,1,0,0,2313.18,-6889.55,123.283,3.40772,333,333,0,0,2634,2041,0,0), + (36001,7886,1,0,0,2447.28,-6919,108.549,4.84817,333,333,3,0,2634,2041,0,1), + (36002,6350,1,0,0,2374.85,-7385.67,-46.8652,3.71777,180,180,5,0,3293,0,0,1), + (36003,6350,1,0,0,2318.76,-7313.78,-42.7618,1.70412,180,180,5,0,3293,0,0,1), + (36004,6350,1,0,0,2879.95,-6319.36,-15.0894,4.02329,333,333,10,0,3293,0,0,1), + (36005,6350,1,0,0,2355.77,-6389.47,1.57826,3.81146,333,333,10,0,3293,0,0,1), + (36006,6350,1,0,0,2418.29,-6615.46,2.42067,3.69848,333,333,10,0,3293,0,0,1), + (36007,6350,1,0,0,2871.9,-6453.14,-14.689,3.57506,333,333,10,0,3293,0,0,1), + (36008,6350,1,0,0,2950.12,-6316.1,-13.2532,6.01636,333,333,10,0,3293,0,0,1), + (36009,6350,1,0,0,2944.56,-6511.53,1.29201,2.1648,333,333,10,0,3293,0,0,1), + (36010,6350,1,0,0,2834.39,-6754.54,-4.80981,3.28858,333,333,10,0,3293,0,0,1), + (36011,6350,1,0,0,2091.21,-6175.66,-14.4098,0.905606,333,333,10,0,3293,0,0,1), + (36012,6350,1,0,0,2821.19,-6708.66,2.42935,1.10529,333,333,10,0,3293,0,0,1), + (36013,6350,1,0,0,2181.09,-6415.03,2.95961,0.593412,333,333,0,0,3293,0,0,0), + (36014,6350,1,0,0,2165.1,-7279.12,-25.8822,3.47569,180,180,5,0,3293,0,0,1), + (36015,6350,1,0,0,2960.82,-6086.36,3.92076,1.80523,333,333,10,0,3293,0,0,1), + (36016,6350,1,0,0,2849.28,-7021.68,-9.26655,5.93237,180,180,5,0,3293,0,0,1), + (36017,6350,1,0,0,2652.46,-7248.6,-14.7477,0.299033,180,180,5,0,3293,0,0,1), + (36018,6350,1,0,0,3046.96,-6040.66,-11.0972,1.85868,333,333,10,0,3293,0,0,1), + (36019,6350,1,0,0,2114.88,-5877.67,-8.06087,2.60519,333,333,10,0,3293,0,0,1), + (36020,6350,1,0,0,2095.58,-6244.3,-8.77934,0.509764,333,333,10,0,3293,0,0,1), + (36021,8399,1,0,0,3777.06,-4619.17,227.405,0.872665,333,333,0,0,2376,0,0,0), + (36022,6351,1,0,0,2500.62,-7245.97,-20.5106,5.96282,180,180,5,0,2717,2041,0,1), + (36023,6351,1,0,0,2093.11,-6649.2,-3.80649,0.261869,333,333,10,0,2717,2041,0,1), + (36024,6351,1,0,0,2751.19,-6354.06,-19.0066,4.07045,333,333,10,0,2717,2041,0,1), + (36025,6351,1,0,0,2918.21,-6476.16,-14.8288,1.65102,333,333,10,0,2717,2041,0,1), + (36026,6351,1,0,0,2583.34,-7346.16,-35.8938,0.660545,180,180,5,0,2717,2041,0,1), + (36027,6351,1,0,0,2147.05,-6453.51,-7.51899,3.58182,333,333,10,0,2717,2041,0,1), + (36028,6351,1,0,0,2919.92,-6343.01,-16.3262,1.114,333,333,10,0,2717,2041,0,1), + (36029,6351,1,0,0,2676.95,-6684.8,13.6649,4.93948,333,333,10,0,2717,2041,0,1), + (36030,6351,1,0,0,2909.14,-6753.69,-1.04064,2.96877,333,333,10,0,2717,2041,0,1), + (36031,6351,1,0,0,2316.49,-7346.31,-45.4558,1.03661,180,180,5,0,2717,2041,0,1), + (36032,6351,1,0,0,2837.15,-6479.12,-15.8848,3.1438,333,333,10,0,2717,2041,0,1), + (36033,6351,1,0,0,2697.63,-6535.22,-19.4401,5.97931,333,333,10,0,2717,2041,0,1), + (36034,6351,1,0,0,2231.88,-5724.76,-14.5442,5.60595,333,333,10,0,2717,2041,0,1), + (36035,6351,1,0,0,2453.76,-6602.09,10.0302,0.156957,333,333,10,0,2717,2041,0,1), + (36036,6351,1,0,0,2525.76,-7318.54,-21.2479,0.092918,180,180,5,0,2717,2041,0,1), + (36037,6351,1,0,0,2939.89,-6590.8,-8.06448,3.51027,333,333,10,0,2717,2041,0,1), + (36038,6351,1,0,0,2477.08,-6594.74,13.11,4.9408,333,333,10,0,2717,2041,0,1), + (36039,6351,1,0,0,2105.35,-6147.66,-12.5961,2.98218,333,333,10,0,2717,2041,0,1), + (36040,6351,1,0,0,2501.61,-7231.38,-17.9592,4.00543,180,180,5,0,2717,2041,0,1), + (36041,6351,1,0,0,2223.68,-5660.57,-14.4121,5.20546,333,333,10,0,2717,2041,0,1), + (36042,6351,1,0,0,2159.83,-5848.78,-6.15575,0.414124,333,333,10,0,2717,2041,0,1), + (36043,6351,1,0,0,2079.72,-6572.41,-7.47841,1.96836,333,333,10,0,2717,2041,0,1), + (36044,6351,1,0,0,2126.02,-6422.26,-3.88977,5.7016,333,333,10,0,2717,2041,0,1), + (36045,6351,1,0,0,2118.71,-6081.55,-11.7419,2.35619,333,333,0,0,2717,2041,0,0), + (36046,6351,1,0,0,2109.09,-6683.11,-7.93909,3.25517,333,333,10,0,2717,2041,0,1), + (36047,6351,1,0,0,2650.48,-7382.01,-45.1731,2.23278,180,180,5,0,2717,2041,0,1), + (36048,6352,1,0,0,4177.26,-7942.54,-18.5057,2.35964,333,333,10,0,3245,0,0,1), + (36049,6352,1,0,0,2855.54,-6941.34,-11.1953,4.9884,180,180,5,0,3245,0,0,1), + (36050,6352,1,0,0,4405.1,-7650.75,23.5307,2.96681,333,333,10,0,3245,0,0,1), + (36051,6352,1,0,0,4113.6,-6886.37,-11.1483,2.90576,333,333,10,0,3245,0,0,1), + (36052,6352,1,0,0,2124.41,-6017.37,-17.3436,5.51024,333,333,10,0,3245,0,0,1), + (36053,6352,1,0,0,2120.03,-6274.45,-10.5674,1.62175,333,333,10,0,3245,0,0,1), + (36054,6352,1,0,0,2119.18,-6475.98,0.432647,1.22094,333,333,10,0,3245,0,0,1), + (36055,6352,1,0,0,2913.01,-6988.15,-21.9793,3.48985,180,180,5,0,3245,0,0,1), + (36056,6352,1,0,0,2809.26,-6921.16,-4.21173,3.43492,333,333,10,0,3245,0,0,1), + (36057,6352,1,0,0,2781.43,-6745.77,1.35996,1.85178,333,333,10,0,3245,0,0,1), + (36058,6352,1,0,0,2519.02,-6473.89,12.7344,0.245061,333,333,10,0,3245,0,0,1), + (36059,6352,1,0,0,4183.68,-6744.64,-9.27974,0.724099,333,333,10,0,3245,0,0,1), + (36060,6352,1,0,0,4450.92,-7622.91,47.4294,4.82876,333,333,10,0,3245,0,0,1), + (36061,6352,1,0,0,2185.33,-5676.04,-13.5281,1.7027,333,333,10,0,3245,0,0,1), + (36062,6352,1,0,0,2713.61,-7278.35,-17.4856,1.47598,180,180,5,0,3245,0,0,1), + (36063,6352,1,0,0,4108.33,-6818.89,-12.8726,3.50722,333,333,10,0,3245,0,0,1), + (36064,6352,1,0,0,2457.68,-7349.9,-38.0928,0.163307,180,180,5,0,3245,0,0,1), + (36065,6352,1,0,0,2717.83,-7228.2,-14.4466,5.10164,180,180,5,0,3245,0,0,1), + (36066,6352,1,0,0,2882.11,-6394.61,-13.2611,4.48646,333,333,10,0,3245,0,0,1), + (36067,6352,1,0,0,2997.66,-6052.98,-1.3787,3.78383,333,333,10,0,3245,0,0,1), + (36068,6352,1,0,0,4459.31,-7748.24,10.1636,0.21132,333,333,10,0,3245,0,0,1), + (36069,6352,1,0,0,2114,-6352.46,-15.324,3.83757,333,333,10,0,3245,0,0,1), + (36070,6352,1,0,0,2821.84,-7089.03,-12.0784,4.57535,180,180,5,0,3245,0,0,1), + (36071,6352,1,0,0,3021.26,-6079.83,-14.0973,0.348491,333,333,10,0,3245,0,0,1), + (36072,6352,1,0,0,2891.11,-6126.66,3.05916,0.509943,333,333,10,0,3245,0,0,1), + (36073,6352,1,0,0,4577.73,-7743.39,18.1682,2.21976,333,333,10,0,3245,0,0,1), + (36074,6352,1,0,0,2857.49,-6148.98,3.43578,0.783898,333,333,3,0,3245,0,0,1), + (36075,6352,1,0,0,2468.75,-6514.58,13.0987,1.44004,333,333,10,0,3245,0,0,1), + (36076,6352,1,0,0,2422.98,-7289.42,-23.6562,5.05953,180,180,5,0,3245,0,0,1), + (36077,6352,1,0,0,3004.1,-6126.75,-15.9777,0.562871,333,333,10,0,3245,0,0,1), + (36078,6352,1,0,0,4309.14,-7681.67,8.54701,3.09492,333,333,10,0,3245,0,0,1), + (36079,6352,1,0,0,4348.26,-7650.65,14.7917,0.331613,333,333,0,0,3245,0,0,0), + (36080,6352,1,0,0,4315.79,-7556.17,6.96378,4.4885,333,333,10,0,3245,0,0,1), + (36081,6352,1,0,0,2097.3,-5981.78,-10.3064,0.103198,333,333,10,0,3245,0,0,1), + (36082,6352,1,0,0,2889.97,-6591.6,-6.57477,5.40552,333,333,10,0,3245,0,0,1), + (36083,6352,1,0,0,2060.72,-6612.58,-13.0624,0.829236,333,333,10,0,3245,0,0,1), + (36084,6352,1,0,0,4181.38,-7685.58,-20.6119,3.29294,333,333,10,0,3245,0,0,1), + (36085,6352,1,0,0,4412.2,-7787.64,6.73472,4.11734,333,333,10,0,3245,0,0,1), + (36086,6352,1,0,0,3841.38,-5942.58,-14.2152,3.16055,333,333,10,0,3245,0,0,1), + (36087,6352,1,0,0,4314.82,-7622.91,6.58064,4.61369,333,333,10,0,3245,0,0,1), + (36088,6352,1,0,0,2219.95,-5573.99,-11.8298,1.25724,333,333,10,0,3245,0,0,1), + (36089,6352,1,0,0,3896.89,-5924.09,-10.2678,1.22278,333,333,10,0,3245,0,0,1), + (36090,6352,1,0,0,4274.14,-7779.35,8.91011,4.58222,333,333,10,0,3245,0,0,1), + (36091,6352,1,0,0,2549.57,-7282.69,-18.8227,1.65053,180,180,5,0,3245,0,0,1), + (36092,6352,1,0,0,2375.13,-7224.09,-21.5775,3.76171,180,180,5,0,3245,0,0,1), + (36093,8660,1,0,0,3123.43,-4183.26,106.98,4.81808,7200,7200,5,0,2578,0,0,2), + (36094,8405,1,0,0,3900.59,-5427.08,154.49,0.15708,333,333,0,0,2972,1534,0,0), + (36095,8408,1,0,0,3547.77,-5357.27,107.565,2.18166,333,333,0,0,3398,0,0,0), + (36096,8409,1,0,0,3431.77,-5498.01,28.407,5.28835,333,333,0,0,2551,1982,0,0), + (36097,14301,1,0,0,2691.34,-3885.63,109.247,0.715585,333,333,0,0,2766,0,0,0), + (36098,13278,1,0,0,2849.59,-7297.15,20.3987,4.97738,180,180,0,0,9298,0,0,0), + (36099,6369,1,0,0,4845.49,-7720.13,-8.91375,3.52609,333,333,5,0,2880,0,0,1), + (36100,6369,1,0,0,4911.74,-7579.6,4.97866,2.59263,333,333,5,0,2880,0,0,1), + (36101,6369,1,0,0,5075.29,-6752.27,1.91538,2.7571,333,333,5,0,2880,0,0,1), + (36102,6369,1,0,0,4885.58,-7609.46,4.71307,1.51118,333,333,5,0,2880,0,0,1), + (36103,6369,1,0,0,4986.15,-7520.75,-15.6598,5.66572,333,333,5,0,2880,0,0,1), + (36104,6369,1,0,0,4783.18,-7715.1,8.26863,1.88359,333,333,5,0,2880,0,0,1), + (36105,6369,1,0,0,4975.62,-7581.71,-14.0103,3.16503,333,333,5,0,2880,0,0,1), + (36106,6369,1,0,0,5042.68,-7448.13,-20.3943,3.24524,333,333,5,0,2880,0,0,1), + (36107,6370,1,0,0,4187.15,-7747.14,-5.83461,1.30925,333,333,10,0,2158,4650,0,1), + (36108,6370,1,0,0,4281.13,-7517.83,-11.6137,4.26533,333,333,10,0,2158,4650,0,1), + (36109,6370,1,0,0,4480.5,-7719.85,19.6475,4.14731,333,333,10,0,2158,4650,0,1), + (36110,6370,1,0,0,4153.56,-6852.19,-11.4105,5.44408,333,333,10,0,2158,4650,0,1), + (36111,6370,1,0,0,4353.05,-7583.54,12.1803,5.82827,333,333,10,0,2158,4650,0,1), + (36112,6370,1,0,0,4413,-7713.08,19.6681,1.95312,333,333,10,0,2158,4650,0,1), + (36113,6370,1,0,0,3986.18,-6074.89,-5.68063,1.30925,333,333,10,0,2158,4650,0,1), + (36114,6370,1,0,0,4413.11,-7574.95,28.878,1.41978,333,333,10,0,2158,4650,0,1), + (36115,6370,1,0,0,3818.41,-7016.41,-18.4944,2.14645,333,333,10,0,2158,4650,0,1), + (36116,6370,1,0,0,4619.87,-7781.63,-1.1842,0.450641,333,333,10,0,2158,4650,0,1), + (36117,6370,1,0,0,4053.91,-6887.24,-14.0388,5.12625,333,333,10,0,2158,4650,0,1), + (36118,6370,1,0,0,4223.25,-7781.65,5.29031,5.68863,333,333,10,0,2158,4650,0,1), + (36119,6370,1,0,0,4247.49,-7619.14,-14.7128,3.38134,333,333,10,0,2158,4650,0,1), + (36120,6370,1,0,0,3940.38,-6001.13,-13.9201,4.89717,333,333,10,0,2158,4650,0,1), + (36121,6370,1,0,0,4247.07,-7678.14,-16.4289,2.56063,333,333,10,0,2158,4650,0,1), + (36122,6370,1,0,0,4555.59,-7787.78,11.4448,5.62582,333,333,10,0,2158,4650,0,1), + (36123,6370,1,0,0,4079.65,-7854.55,-15.1305,4.76127,333,333,10,0,2158,4650,0,1), + (36124,6370,1,0,0,4349.43,-7711.25,12.2971,1.53549,333,333,10,0,2158,4650,0,1), + (36125,6371,1,0,0,4214.02,-7718.57,-16.1894,3.935,333,333,5,0,3080,0,0,1), + (36126,6371,1,0,0,4682.03,-7823.76,-10.6104,4.39288,333,333,5,0,3080,0,0,1), + (36127,6371,1,0,0,3817.36,-7354.17,-30.6563,4.85954,333,333,5,0,3080,0,0,1), + (36128,6371,1,0,0,5078.95,-7486.98,-20.4583,3.84331,333,333,5,0,3080,0,0,1), + (36129,6371,1,0,0,4313.81,-7757.86,7.11477,4.39156,333,333,5,0,3080,0,0,1), + (36130,6371,1,0,0,4757.73,-7816.17,-14.5472,6.2516,333,333,5,0,3080,0,0,1), + (36131,6371,1,0,0,4841.98,-5656.84,-20.7083,4.97428,333,333,5,0,3080,0,0,1), + (36132,6371,1,0,0,4542.33,-7724.33,21.5703,4.08726,333,333,5,0,3080,0,0,1), + (36133,6371,1,0,0,4295.6,-7710.41,7.10346,0.062541,333,333,5,0,3080,0,0,1), + (36134,6371,1,0,0,4157.06,-7717.63,-17.7288,6.1653,333,333,5,0,3080,0,0,1), + (36135,6371,1,0,0,4891.62,-7682.8,-3.32317,0.179525,333,333,5,0,3080,0,0,1), + (36136,6371,1,0,0,5047.76,-6319.69,-20.7083,6.01344,333,333,5,0,3080,0,0,1), + (36137,6371,1,0,0,4520.97,-7749.1,14.4416,0.722943,333,333,5,0,3080,0,0,1), + (36138,6371,1,0,0,4022.84,-6111.51,-5.01672,1.00706,333,333,5,0,3080,0,0,1), + (36139,6371,1,0,0,4081.87,-6839.17,-15.2635,1.72179,333,333,5,0,3080,0,0,1), + (36140,6371,1,0,0,4778.2,-7782.84,-15.7399,2.87885,333,333,5,0,3080,0,0,1), + (36141,6371,1,0,0,4813.75,-7690.95,7.64686,3.11259,333,333,5,0,3080,0,0,1), + (36142,6371,1,0,0,3993.06,-5992.48,-9.38453,5.55719,333,333,5,0,3080,0,0,1), + (36143,6371,1,0,0,4381.01,-7687.17,16.2181,4.5861,333,333,5,0,3080,0,0,1), + (36144,6371,1,0,0,5046.38,-6250.66,-19.1053,3.04103,333,333,5,0,3080,0,0,1), + (36145,6371,1,0,0,4310.07,-7819.18,5.34084,3.17636,333,333,5,0,3080,0,0,1), + (36146,6371,1,0,0,4051.01,-7819.37,-15.9273,4.68505,333,333,5,0,3080,0,0,1), + (36147,6371,1,0,0,4383.23,-7611.93,20.809,2.03658,333,333,5,0,3080,0,0,1), + (36148,6371,1,0,0,4290,-7586.33,-4.38883,5.70493,333,333,5,0,3080,0,0,1), + (36149,6371,1,0,0,5052.98,-6949.18,9.31719,4.58792,333,333,5,0,3080,0,0,1), + (36150,6116,1,0,0,2995.09,-4117.54,100.019,0.287889,333,333,5,0,2284,0,0,1), + (36151,6116,1,0,0,2950.91,-4152.91,100.174,2.90278,333,333,10,0,2284,0,0,1), + (36152,6116,1,0,0,2882.41,-4116.16,95.7186,5.32944,333,333,10,0,2284,0,0,1), + (36153,6116,1,0,0,2857.27,-4022.44,139.656,2.75927,333,333,3,0,2284,0,0,1), + (36154,6116,1,0,0,3051.2,-4181.58,97.516,0.968139,333,333,10,0,2284,0,0,1), + (36155,6116,1,0,0,3114.76,-4145.25,103.617,0.290338,333,333,5,0,2284,0,0,1), + (36156,6372,1,0,0,5015.94,-7478.22,-20.6328,0.987472,333,333,5,0,2880,0,0,1), + (36157,6372,1,0,0,4718.33,-7786.9,-6.54011,5.42387,333,333,5,0,2880,0,0,1), + (36158,8420,1,0,0,4603.83,-5987.55,169.724,0.034907,333,333,0,0,3077,0,0,0), + (36159,6116,1,0,0,3013.74,-4184.4,99.3006,2.31276,333,333,5,0,2284,0,0,1), + (36160,6116,1,0,0,2897.16,-4012.72,133.912,2.97647,333,333,3,0,2284,0,0,1), + (36161,6116,1,0,0,3016.63,-4111.79,100.509,0.190571,333,333,5,0,2284,0,0,1), + (36162,6116,1,0,0,2913.13,-3984.83,118.194,0.726588,333,333,3,0,2284,0,0,1), + (36163,6116,1,0,0,2852.99,-4079.29,114.365,3.28073,333,333,3,0,2284,0,0,1), + (36164,6372,1,0,0,4976.13,-7459.5,1.1954,4.14551,333,333,5,0,2880,0,0,1), + (36165,6372,1,0,0,4850.55,-7655.79,7.89677,4.05324,333,333,5,0,2880,0,0,1), + (36166,6372,1,0,0,5048.07,-6791.48,8.49126,4.11796,333,333,5,0,2880,0,0,1), + (36167,6372,1,0,0,4809.82,-5354.05,-17.5303,0.760541,333,333,5,0,2880,0,0,1), + (36168,6117,1,0,0,2867.18,-3960.38,102.039,5.83003,333,333,5,0,1746,3923,0,2), + (36169,6117,1,0,0,2886.11,-4016.66,137.06,3.75832,333,333,3,0,1746,3923,0,1), + (36170,6117,1,0,0,2948.44,-4122.4,104.186,4.22519,333,333,5,0,1746,3923,0,1), + (36171,6117,1,0,0,3051.62,-4113.75,101.499,3.88966,333,333,10,0,1746,3923,0,1), + (36172,6117,1,0,0,3023.85,-4153.2,102.921,0.358303,333,333,10,0,1746,3923,0,1), + (36173,6117,1,0,0,3054.68,-4153.71,101.124,5.58345,333,333,10,0,1746,3923,0,1), + (36174,6117,1,0,0,2976.22,-4182.46,100.52,5.40523,333,333,10,0,1746,3923,0,1), + (36175,6117,1,0,0,3089.54,-4144.9,101.035,3.20366,333,333,10,0,1746,3923,0,1), + (36176,6117,1,0,0,2918.78,-4120.62,100.481,2.3504,333,333,10,0,1746,3923,0,1), + (36177,6117,1,0,0,3082.4,-4176.7,98.6494,2.99396,333,333,10,0,1746,3923,0,1), + (36178,8678,1,0,0,2266.45,-5573,21.7302,5.75959,333,333,0,0,4108,0,0,0), + (36179,6375,1,0,0,3579.93,-4132.55,105.131,4.00616,333,333,10,0,2399,0,0,1), + (36180,6375,1,0,0,3377.08,-4286.77,99.2541,3.64397,333,333,10,0,2399,0,0,1), + (36181,6375,1,0,0,3122.34,-4253.24,102.295,1.48668,333,333,5,0,2399,0,0,1), + (36182,6375,1,0,0,3483.79,-4235.39,93.4421,4.62827,333,333,10,0,2399,0,0,1), + (36183,6375,1,0,0,3588.71,-4217.56,100.282,4.87112,333,333,10,0,2399,0,0,1), + (36184,6375,1,0,0,3554.96,-4252.77,103.485,3.59651,333,333,10,0,2399,0,0,2), + (36185,6375,1,0,0,3674.16,-4245.56,120.965,0.127261,333,333,5,0,2399,0,0,1), + (36186,6375,1,0,0,3489.07,-4190.09,96.9805,2.83219,333,333,10,0,2399,0,0,1), + (36187,6375,1,0,0,3441.91,-4107.02,108.406,2.686,333,333,5,0,2399,0,0,1), + (36188,6375,1,0,0,3414.08,-4181.69,100.482,2.0231,333,333,3,0,2399,0,0,1), + (36189,6375,1,0,0,3679.81,-4089.08,107.834,4.41633,333,333,5,0,2399,0,0,1), + (36190,6375,1,0,0,3561.14,-4144.32,105.036,3.31429,333,333,10,0,2399,0,0,1), + (36191,6375,1,0,0,3583.19,-4039.43,94.1898,1.83234,333,333,3,0,2399,0,0,1), + (36192,6375,1,0,0,3527.11,-4192.53,103.636,3.39357,333,333,10,0,2399,0,0,1), + (36193,6375,1,0,0,3203.32,-4197.67,102.837,3.9111,333,333,5,0,2399,0,0,1), + (36194,6375,1,0,0,3250.22,-4188.59,103.997,0.238584,333,333,5,0,2399,0,0,1), + (36195,6375,1,0,0,3349.57,-4187.26,105.604,4.57035,333,333,10,0,2399,0,0,1), + (36196,6375,1,0,0,3409.13,-4350.14,115.114,0.05474,333,333,5,0,2399,0,0,1), + (36197,6375,1,0,0,3455.05,-4247.1,95.5258,3.14159,333,333,5,0,2399,0,0,1), + (36198,6375,1,0,0,3630.69,-4119.08,102.1,1.17901,333,333,5,0,2399,0,0,1), + (36199,6375,1,0,0,3509.82,-4347.61,126.085,0.577563,333,333,10,0,2399,0,0,1), + (36200,6377,1,0,0,2679.72,-4326.51,103.823,2.74222,333,333,10,0,2578,0,0,1), + (36201,6377,1,0,0,2605.03,-4837.45,138.751,4.09078,333,333,3,0,2578,0,0,1), + (36202,6377,1,0,0,2564.43,-5083.83,119.957,4.21468,333,333,5,0,2578,0,0,1), + (36203,6377,1,0,0,2618.51,-4941.25,125.886,1.52785,333,333,10,0,2578,0,0,1), + (36204,6377,1,0,0,2649.96,-4993.95,127.458,1.3911,333,333,10,0,2578,0,0,1), + (36205,6377,1,0,0,2669.33,-4586.73,133.522,0.290631,333,333,0,0,2578,0,0,0), + (36206,6377,1,0,0,2642.26,-4914.01,132.907,0.371801,333,333,10,0,2578,0,0,1), + (36207,6377,1,0,0,4406.97,-5389.39,120.081,6.02258,333,333,3,0,2578,0,0,1), + (36208,6377,1,0,0,4103.02,-5531.58,102.031,3.77513,333,333,5,0,2578,0,0,1), + (36209,6377,1,0,0,3892.09,-5115.43,129.184,0.319898,333,333,10,0,2578,0,0,1), + (36210,6377,1,0,0,3927.22,-5268.23,128.402,0.768147,333,333,5,0,2578,0,0,1), + (36211,6377,1,0,0,4104.54,-5463.23,108.771,4.24175,333,333,10,0,2578,0,0,1), + (36212,6377,1,0,0,2491.65,-5041.86,138.082,2.8981,333,333,0,0,2578,0,0,0), + (36213,6377,1,0,0,2647.57,-4555.11,132.825,3.98639,333,333,5,0,2578,0,0,1), + (36214,6377,1,0,0,2644.81,-4173.08,128.816,2.23708,333,333,10,0,2578,0,0,1), + (36215,6377,1,0,0,2679.07,-4158,120.597,3.76818,333,333,10,0,2578,0,0,1), + (36216,6377,1,0,0,2655.97,-4649.28,139.27,0.583361,333,333,10,0,2578,0,0,1), + (36217,6377,1,0,0,2656.14,-4245.9,128.301,0.952705,333,333,10,0,2578,0,0,1), + (36218,6377,1,0,0,2479.99,-5143.93,132.107,2.209,333,333,10,0,2578,0,0,1), + (36219,6377,1,0,0,4555.81,-5424.28,103.121,4.29763,333,333,3,0,2578,0,0,1), + (36220,6377,1,0,0,4028.08,-5246.49,108.698,0.070403,333,333,10,0,2578,0,0,1), + (36221,6377,1,0,0,4151.37,-5549.6,104.579,1.405,333,333,10,0,2578,0,0,1), + (36222,6377,1,0,0,3846.49,-5093.77,134.388,4.38447,333,333,10,0,2578,0,0,1), + (36223,6377,1,0,0,3958.96,-5334.84,128.764,5.19264,333,333,10,0,2578,0,0,1), + (36224,6377,1,0,0,2644.08,-4120.7,117.272,4.14551,333,333,10,0,2578,0,0,1), + (36225,6377,1,0,0,2545.83,-5012.5,126.069,2.13697,333,333,5,0,2578,0,0,1), + (36226,6377,1,0,0,2643.52,-4620.04,136.592,5.65999,333,333,10,0,2578,0,0,1), + (36227,6377,1,0,0,2572.77,-4992.83,123.364,4.704,333,333,5,0,2578,0,0,1), + (36228,6377,1,0,0,4162.49,-5555.64,106.818,5.94476,333,333,10,0,2578,0,0,2), + (36229,6377,1,0,0,3954.96,-5180.14,120.498,0.190504,333,333,10,0,2578,0,0,1), + (36230,6377,1,0,0,3984.29,-5274.51,121.212,1.60789,333,333,3,0,2578,0,0,1), + (36231,6377,1,0,0,3850.82,-5053.9,131.987,6.18345,333,333,10,0,2578,0,0,1), + (36232,6377,1,0,0,4164.72,-5694.64,125.741,6.21278,333,333,3,0,2578,0,0,1), + (36233,6377,1,0,0,4247.3,-5343.73,124.872,1.18141,333,333,10,0,2578,0,0,1), + (36234,6377,1,0,0,4079.97,-5328.22,110.564,4.90481,333,333,10,0,2578,0,0,1), + (36235,6377,1,0,0,4249.34,-5541.13,121.787,5.50331,333,333,5,0,2578,0,0,1), + (36236,6377,1,0,0,4203.16,-5609.73,117.46,3.33708,333,333,10,0,2578,0,0,1), + (36237,6377,1,0,0,4168.1,-5501.21,110.61,0.345625,333,333,5,0,2578,0,0,1), + (36238,6377,1,0,0,4179.99,-5351.45,113.671,1.50937,333,333,10,0,2578,0,0,1), + (36239,6377,1,0,0,3923.76,-5349.35,136.13,1.38509,333,333,5,0,2578,0,0,1), + (36240,6377,1,0,0,4288.29,-5367.8,121.032,4.66058,333,333,10,0,2578,0,0,1), + (36241,6378,1,0,0,4688.18,-6173.74,106.838,0.747407,333,333,10,0,2304,1807,0,1), + (36242,6378,1,0,0,4707.35,-5725.74,100.173,0.575904,333,333,10,0,2304,1807,0,1), + (36243,6378,1,0,0,4476.52,-5721.04,105.031,3.64887,333,333,5,0,2304,1807,0,1), + (36244,6378,1,0,0,4857.9,-6080.45,85.8631,0.309406,333,333,3,0,2304,1807,0,1), + (36245,6378,1,0,0,4658.57,-6218.89,105.916,6.06473,333,333,10,0,2304,1807,0,1), + (36246,6378,1,0,0,4390.77,-5784.08,103.373,4.0099,333,333,5,0,2304,1807,0,1), + (36247,6378,1,0,0,4366.99,-5913.19,100.991,2.92617,333,333,10,0,2304,1807,0,1), + (36248,6378,1,0,0,4082.91,-5911.5,99.6842,1.9426,333,333,3,0,2304,1807,0,1), + (36249,6378,1,0,0,4575.93,-6174.96,99.0746,0.334096,333,333,10,0,2304,1807,0,1), + (36250,6378,1,0,0,4751.25,-6326.74,112.034,4.77103,333,333,10,0,2304,1807,0,1), + (36251,6378,1,0,0,4678.37,-6527.64,110.281,2.08449,333,333,5,0,2304,1807,0,1), + (36252,6378,1,0,0,4625.96,-6451.09,114.795,6.11138,333,333,5,0,2304,1807,0,1), + (36253,6378,1,0,0,4655.92,-6357.44,113.04,5.14279,333,333,5,0,2304,1807,0,1), + (36254,6378,1,0,0,4489.82,-5915.15,98.5033,0.180083,333,333,5,0,2304,1807,0,1), + (36255,6378,1,0,0,4192.47,-5949.9,94.7578,0.156957,333,333,3,0,2304,1807,0,1), + (36256,6378,1,0,0,4676.48,-5681.93,100.499,3.23349,333,333,10,0,2304,1807,0,1), + (36257,6378,1,0,0,4589.95,-6078.73,101.468,6.01428,333,333,10,0,2304,1807,0,1), + (36258,6378,1,0,0,4344.16,-5876.68,99.6682,5.75545,333,333,10,0,2304,1807,0,1), + (36259,6378,1,0,0,4745.72,-6077.13,95.5378,4.61058,333,333,10,0,2304,1807,0,1), + (36260,6378,1,0,0,4682.91,-6440.65,114.928,1.39794,333,333,5,0,2304,1807,0,1), + (36261,6378,1,0,0,4774.73,-6043.9,90.6494,5.09594,333,333,10,0,2304,1807,0,1), + (36262,6378,1,0,0,4687.2,-5715.65,97.5555,0.135132,333,333,10,0,2304,1807,0,1), + (36263,6378,1,0,0,4417.73,-5991.41,101.718,1.405,333,333,5,0,2304,1807,0,1), + (36264,6378,1,0,0,4619,-6391.84,116.519,4.644,333,333,5,0,2304,1807,0,1), + (36265,6378,1,0,0,4534.29,-5843.75,119.712,2.96296,333,333,5,0,2304,1807,0,1), + (36266,6378,1,0,0,4706.13,-6348.97,115.577,3.24729,333,333,10,0,2304,1807,0,1), + (36267,6378,1,0,0,4235.46,-5972.61,95.6805,4.09706,333,333,3,0,2304,1807,0,1), + (36268,6378,1,0,0,4756.92,-6177.48,99.6863,0.911293,333,333,3,0,2304,1807,0,1), + (36269,6378,1,0,0,4658.41,-6150.83,101.102,5.90094,333,333,10,0,2304,1807,0,1), + (36270,6378,1,0,0,4517.08,-5815.57,104.542,3.98339,333,333,5,0,2304,1807,0,1), + (36271,6378,1,0,0,4683.84,-6326.1,115.495,4.74558,333,333,10,0,2304,1807,0,1), + (36272,6378,1,0,0,4616.44,-6259.56,107.047,4.70458,333,333,10,0,2304,1807,0,1), + (36273,6378,1,0,0,4398.4,-5900.9,101.637,0.768825,333,333,10,0,2304,1807,0,1), + (36274,6378,1,0,0,4593.73,-6126.38,105.474,1.07116,333,333,10,0,2304,1807,0,1), + (36275,6378,1,0,0,4562.38,-6246.86,101.159,0.24261,333,333,10,0,2304,1807,0,1), + (36276,6378,1,0,0,4853.96,-6006.91,98.0477,1.01095,333,333,10,0,2304,1807,0,1), + (36277,6378,1,0,0,4697.81,-6379.46,111.128,0.405533,333,333,10,0,2304,1807,0,1), + (36278,6378,1,0,0,4644.54,-6283.35,113.319,3.16112,333,333,10,0,2304,1807,0,1), + (36279,6378,1,0,0,4580.36,-5716.53,96.6015,3.1123,333,333,10,0,2304,1807,0,1), + (36280,6378,1,0,0,4177.21,-5810.37,116.515,1.35763,333,333,2,0,2304,1807,0,1), + (36281,6378,1,0,0,4695.44,-5681.71,100.093,6.27733,333,333,10,0,2304,1807,0,2), + (36282,6378,1,0,0,4616.21,-6082.48,100.636,6.04247,333,333,10,0,2304,1807,0,1), + (36283,6378,1,0,0,4716.59,-6292.34,114.874,4.65424,333,333,10,0,2304,1807,0,1), + (36284,6378,1,0,0,4843.41,-6414.58,120.096,2.33195,333,333,5,0,2304,1807,0,1), + (36285,6378,1,0,0,4056.84,-5901.82,102.057,1.70193,333,333,3,0,2304,1807,0,1), + (36286,6378,1,0,0,4370.71,-5841.44,98.4653,1.87403,333,333,5,0,2304,1807,0,1), + (36287,6378,1,0,0,4537.53,-6029.78,102.302,2.14309,333,333,3,0,2304,1807,0,1), + (36288,6378,1,0,0,4523.8,-5663.76,108.766,1.20354,333,333,10,0,2304,1807,0,1), + (36289,6378,1,0,0,4569.16,-5679.37,101.274,2.76979,333,333,10,0,2304,1807,0,1), + (36290,6378,1,0,0,4800.58,-5733.07,105.038,3.70611,333,333,5,0,2304,1807,0,1), + (36291,6378,1,0,0,4449.87,-5874.98,100.386,1.56396,333,333,5,0,2304,1807,0,1), + (36292,6378,1,0,0,4858.66,-6345.86,116.821,0.611846,333,333,3,0,2304,1807,0,1), + (36293,6378,1,0,0,4778.68,-6343.77,115.768,2.4111,333,333,10,0,2304,1807,0,1), + (36294,6378,1,0,0,4513.44,-6232.3,101.413,4.25398,333,333,10,0,2304,1807,0,1), + (36295,6378,1,0,0,4789.81,-6280.55,119.503,0.495519,333,333,5,0,2304,1807,0,1), + (36296,6378,1,0,0,4250.59,-5912.65,95.9475,0.730857,333,333,10,0,2304,1807,0,1), + (36297,6378,1,0,0,4715.15,-6216.67,111.601,2.25142,333,333,10,0,2304,1807,0,1), + (36298,6378,1,0,0,4479.53,-5765.8,104.618,0.158887,333,333,5,0,2304,1807,0,1), + (36299,6378,1,0,0,4814.98,-6055.05,93.0379,3.97576,333,333,3,0,2304,1807,0,1), + (36300,6378,1,0,0,4606.7,-5720.96,96.8228,3.68048,333,333,10,0,2304,1807,0,1), + (36301,6378,1,0,0,4753.1,-6122.72,95.5246,5.46118,333,333,10,0,2304,1807,0,1), + (36302,6378,1,0,0,4592.73,-6218.72,101.274,0.011718,333,333,10,0,2304,1807,0,1), + (36303,6378,1,0,0,4819.62,-6109.76,94.9748,0.886303,333,333,10,0,2304,1807,0,1), + (36304,6378,1,0,0,4473.98,-5968.16,98.6867,0.82293,333,333,5,0,2304,1807,0,1), + (36305,6378,1,0,0,4528.5,-6010.45,107.942,3.66559,333,333,3,0,2304,1807,0,1), + (36306,6379,1,0,0,4557.28,-7524.65,68.9689,5.66361,333,333,5,0,3082,0,0,1), + (36307,6379,1,0,0,2360.54,-6243.62,107.188,6.24996,333,333,10,0,3082,0,0,1), + (36308,6379,1,0,0,4418.8,-6723.24,96.3092,5.12357,333,333,10,0,3082,0,0,1), + (36309,6379,1,0,0,4377.24,-6959.85,112.216,3.23365,333,333,10,0,3082,0,0,1), + (36310,6379,1,0,0,2581.74,-5757.14,102.881,4.59538,333,333,10,0,3082,0,0,1), + (36311,6379,1,0,0,2712.57,-5610.56,127.867,2.40181,333,333,10,0,3082,0,0,1), + (36312,6379,1,0,0,4387.69,-6676.3,101.318,1.21941,333,333,10,0,3082,0,0,1), + (36313,6379,1,0,0,2974.67,-5785.12,137.935,1.53566,333,333,5,0,3082,0,0,2), + (36314,6379,1,0,0,4344.72,-7114.71,125.665,2.77379,333,333,5,0,3082,0,0,1), + (36315,6379,1,0,0,4785.11,-7187.06,85.2539,5.01376,333,333,5,0,3082,0,0,1), + (36316,6379,1,0,0,4311.88,-6944.29,106.298,1.93734,333,333,10,0,3082,0,0,1), + (36317,6379,1,0,0,2649.2,-6081.68,98.1617,1.48182,333,333,10,0,3082,0,0,1), + (36318,6379,1,0,0,4452.03,-6672.21,97.7934,1.30497,333,333,10,0,3082,0,0,1), + (36319,6379,1,0,0,4453.05,-7360.09,83.2805,4.93275,333,333,10,0,3082,0,0,1), + (36320,6379,1,0,0,4721.06,-7505.33,80.1437,1.25429,333,333,10,0,3082,0,0,1), + (36321,6379,1,0,0,2549.49,-6366.39,108.095,1.63821,333,333,10,0,3082,0,0,1), + (36322,6379,1,0,0,2811.76,-6012.42,104.563,3.62584,333,333,5,0,3082,0,0,1), + (36323,6379,1,0,0,4550.4,-6584.97,99.8465,4.22515,333,333,5,0,3082,0,0,1), + (36324,6379,1,0,0,2636.47,-5817.37,99.4544,3.63464,333,333,10,0,3082,0,0,1), + (36325,6379,1,0,0,4449.21,-6825.27,113.724,4.49298,333,333,5,0,3082,0,0,1), + (36326,6379,1,0,0,4505.94,-7240.23,100.657,5.4667,333,333,10,0,3082,0,0,1), + (36327,6379,1,0,0,4484.07,-6792.42,116.759,4.54371,333,333,10,0,3082,0,0,1), + (36328,6379,1,0,0,2571.73,-5879.45,94.1603,2.75963,333,333,10,0,3082,0,0,1), + (36329,6379,1,0,0,2650.72,-5956.24,98.296,5.57826,333,333,10,0,3082,0,0,1), + (36330,6379,1,0,0,2376.86,-6470.56,102.284,2.50502,333,333,10,0,3082,0,0,1), + (36331,6379,1,0,0,2509.61,-6202.02,106.323,1.86231,333,333,5,0,3082,0,0,1), + (36332,6380,1,0,0,4479,-6581.7,98.8087,3.09245,333,333,5,0,2466,1923,0,1), + (36333,6380,1,0,0,4385.08,-7277.41,100.936,0.37437,333,333,5,0,2466,1923,0,1), + (36334,6380,1,0,0,4314.04,-7006.93,129.732,2.37293,333,333,3,0,2466,1923,0,1), + (36335,6380,1,0,0,4452.51,-7149,116.944,4.5376,333,333,5,0,2466,1923,0,1), + (36336,6380,1,0,0,4651.23,-6908.66,125.424,1.48668,333,333,10,0,2466,1923,0,1), + (36337,6380,1,0,0,2382.24,-6557.64,114.374,3.86824,333,333,3,0,2466,1923,0,1), + (36338,6380,1,0,0,2650.17,-6207.89,90.4609,1.58056,333,333,10,0,2466,1923,0,1), + (36339,6380,1,0,0,4382.75,-6826.05,95.745,4.92961,333,333,5,0,2466,1923,0,1), + (36340,6380,1,0,0,4445.42,-7285.42,95.6764,3.71387,333,333,10,0,2466,1923,0,1), + (36341,6380,1,0,0,4259.48,-6945.37,96.2022,0.422587,333,333,10,0,2466,1923,0,1), + (36342,6380,1,0,0,4419.16,-7175.88,110.595,2.99731,333,333,10,0,2466,1923,0,1), + (36343,6380,1,0,0,2644.76,-6355.23,102.644,3.69804,333,333,3,0,2466,1923,0,1), + (36344,6380,1,0,0,4765.74,-6899.47,98.0491,2.47144,333,333,10,0,2466,1923,0,1), + (36345,6380,1,0,0,4287.56,-6922.32,99.6699,5.86675,333,333,10,0,2466,1923,0,1), + (36346,6380,1,0,0,4192.21,-7019.42,96.3888,5.94909,333,333,10,0,2466,1923,0,1), + (36347,6380,1,0,0,2515.14,-5958.62,98.277,4.52188,333,333,10,0,2466,1923,0,1), + (36348,6380,1,0,0,2775.88,-6206.79,104.418,1.89162,333,333,3,0,2466,1923,0,1), + (36349,6380,1,0,0,4187.13,-7094,106.762,5.24075,333,333,5,0,2466,1923,0,1), + (36350,6380,1,0,0,4513.9,-7280.08,101.324,2.13227,333,333,10,0,2466,1923,0,1), + (36351,6380,1,0,0,4905.72,-6701.79,96.1763,4.19022,333,333,3,0,2466,1923,0,1), + (36352,6380,1,0,0,2466.11,-6270.67,101.46,0.18266,333,333,10,0,2466,1923,0,1), + (36353,6380,1,0,0,4519.92,-7023.91,107.381,4.23564,333,333,10,0,2466,1923,0,1), + (36354,6380,1,0,0,4431.4,-7183.47,105.885,0.389643,333,333,10,0,2466,1923,0,1), + (36355,6380,1,0,0,4543.9,-6514.18,96.0594,2.98595,333,333,5,0,2466,1923,0,1), + (36356,6380,1,0,0,4659.46,-7593.06,62.874,1.41329,333,333,10,0,2466,1923,0,1), + (36357,6380,1,0,0,4368.95,-6983.95,119.236,3.16698,333,333,10,0,2466,1923,0,1), + (36358,6380,1,0,0,2448.76,-5749.44,95.5393,1.69297,333,333,10,0,2466,1923,0,1), + (36359,6380,1,0,0,2843.66,-5636.91,123.291,4.30557,333,333,10,0,2466,1923,0,1), + (36360,6380,1,0,0,2588.3,-5623.45,114.35,5.41125,333,333,10,0,2466,1923,0,1), + (36361,6380,1,0,0,4317.43,-6827.14,92.0794,4.53088,333,333,5,0,2466,1923,0,1), + (36362,6380,1,0,0,4543.4,-6685.34,102.429,0.359113,333,333,5,0,2466,1923,0,1), + (36363,6380,1,0,0,4525.2,-7421.74,83.6105,5.38749,333,333,10,0,2466,1923,0,1), + (36364,6380,1,0,0,4425.56,-6976.66,109.775,2.44404,333,333,10,0,2466,1923,0,1), + (36365,6380,1,0,0,4441.65,-7407.99,72.0778,2.65116,333,333,10,0,2466,1923,0,1), + (36366,6380,1,0,0,4645.69,-6585.68,102.407,2.39142,333,333,5,0,2466,1923,0,1), + (36367,6380,1,0,0,4621.72,-7449.71,82.9174,3.14745,333,333,10,0,2466,1923,0,1), + (36368,6380,1,0,0,2598.33,-6575.19,109.917,3.356,333,333,3,0,2466,1923,0,1), + (36369,6380,1,0,0,2501.31,-5680.12,101.251,2.95984,333,333,10,0,2466,1923,0,1), + (36370,6380,1,0,0,2837.58,-5747.69,120.894,5.10639,333,333,10,0,2466,1923,0,1), + (36371,6380,1,0,0,2504.59,-5552.08,107.486,3.41644,333,333,5,0,2466,1923,0,1), + (36372,6380,1,0,0,2449.39,-6163.97,104.593,4.66741,333,333,5,0,2466,1923,0,1), + (36373,6380,1,0,0,2695.48,-5585.73,118.192,5.65679,333,333,10,0,2466,1923,0,1), + (36374,6125,1,0,0,3188.1,-4311.78,104.515,5.65942,333,333,5,0,2310,0,0,1), + (36375,6125,1,0,0,3282.01,-4285.86,126.09,3.28192,333,333,3,0,2310,0,0,1), + (36376,6125,1,0,0,3252.23,-4341.69,131.014,1.91176,333,333,0,0,2310,0,0,0), + (36377,6125,1,0,0,3239.86,-4279.33,127.017,3.21438,333,333,5,0,2310,0,0,1), + (36378,6125,1,0,0,3222.77,-4251.91,103.778,4.40063,333,333,5,0,2310,0,0,1), + (36379,6125,1,0,0,3287.68,-4321.38,131.123,3.53707,333,333,3,0,2310,0,0,1), + (36380,6125,1,0,0,3298.17,-4356.99,125.354,1.42305,333,333,3,0,2310,0,0,1), + (36381,6126,1,0,0,3251.6,-4258.48,116.472,4.89198,333,333,5,0,2310,0,0,2), + (36382,6126,1,0,0,3317.23,-4336.92,131.277,1.31458,333,333,0,0,2310,0,0,0), + (36383,6126,1,0,0,3183.02,-4275.75,100.424,1.39216,333,333,5,0,2310,0,0,1), + (36384,6126,1,0,0,3237.43,-4305.15,131.005,2.59381,333,333,5,0,2310,0,0,1), + (36385,6127,1,0,0,3272.26,-4318.78,132.295,4.30401,333,333,3,0,2310,3923,0,1), + (36386,6127,1,0,0,3282.71,-4252.87,116.934,0.422587,333,333,0,0,2310,3923,0,0), + (36387,6127,1,0,0,3176.16,-4245.36,98.2849,2.10084,333,333,5,0,2310,3923,0,1), + (36388,6127,1,0,0,3293.53,-4299.55,131.105,0.148355,333,333,0,0,2310,3923,0,0), + (36389,6129,1,0,0,2756.68,-5395.01,116.277,1.50213,600,600,0,0,5151,9530,0,0), + (36390,6129,1,0,0,2502.58,-5426.76,133.154,0.826795,600,600,5,0,5151,9530,0,1), + (36391,6129,1,0,0,2809.28,-5441.52,98.7783,0.014311,600,600,5,0,5151,9530,0,1), + (36392,6129,1,0,0,2570.63,-5480.27,122.173,1.64926,600,600,0,0,5151,9530,0,0), + (36393,6129,1,0,0,2472.89,-5280.82,124.686,2.3911,600,600,0,0,5151,9530,0,0), + (36394,6130,1,0,0,2553.61,-5453.37,117.891,2.42322,600,600,10,0,7469,0,0,1), + (36395,6130,1,0,0,2549.44,-5484.53,116.454,6.09247,600,600,3,0,7469,0,0,1), + (36396,6130,1,0,0,2478.59,-5414.96,131.112,3.53884,600,600,5,0,7469,0,0,1), + (36397,6130,1,0,0,2580.31,-5514.01,108.985,2.82427,600,600,10,0,7469,0,0,1), + (36398,6130,1,0,0,2455.17,-5451.67,130.591,1.61845,600,600,3,0,7469,0,0,1), + (36399,6130,1,0,0,2780.41,-5419.1,103.789,2.01646,600,600,5,0,7469,0,0,1), + (36400,6130,1,0,0,2783.54,-5489.76,100.237,4.22341,600,600,10,0,7469,0,0,1), + (36401,6130,1,0,0,2480.33,-5388.97,130.054,4.35332,600,600,5,0,7469,0,0,1), + (36402,6130,1,0,0,2447.2,-5281.89,127.73,2.99539,600,600,3,0,7469,0,0,1), + (36403,6130,1,0,0,2508.55,-5274.99,111.811,2.2344,600,600,10,0,7469,0,0,1), + (36404,6130,1,0,0,2482.6,-5454.16,126.084,4.45867,600,600,3,0,7469,0,0,1), + (36405,6130,1,0,0,2725.77,-5377.92,108.655,5.30391,600,600,10,0,7469,0,0,1), + (36406,6130,1,0,0,2837.07,-5451.65,103.478,0.479523,600,600,5,0,7469,0,0,1), + (36407,6130,1,0,0,2778.61,-5380.24,113.772,2.45414,600,600,5,0,7469,0,0,1), + (36408,6130,1,0,0,2606.57,-5479.42,113.268,0.67423,600,600,10,0,7469,0,0,1), + (36409,6130,1,0,0,2498.72,-5318.79,113.139,4.10857,600,600,10,0,7469,0,0,1), + (36410,6130,1,0,0,2529.48,-5423.22,126.35,2.02764,600,600,5,0,7469,0,0,1), + (36411,6131,1,0,0,2479.52,-5248.74,117.062,2.42386,600,600,10,0,5502,3728,0,1), + (36412,6131,1,0,0,2809.38,-5419.94,103.935,4.71239,600,600,5,0,5502,3728,0,1), + (36413,6131,1,0,0,2642.79,-5151.82,111.091,2.78978,600,600,5,0,5502,3728,0,1), + (36414,6131,1,0,0,2615.34,-5455.3,114.12,0.394973,600,600,10,0,5502,3728,0,1), + (36415,6131,1,0,0,2785.11,-5444.57,97.6376,0.372404,600,600,5,0,5502,3728,0,1), + (36416,6131,1,0,0,2514.98,-5459.12,123.673,1.11669,600,600,10,0,5502,3728,0,1), + (36417,6131,1,0,0,2444.84,-5252.76,124.949,5.07615,600,600,5,0,5502,3728,0,1), + (36418,6131,1,0,0,2758.62,-5418.23,108.289,6.17959,600,600,5,0,5502,3728,0,1), + (36419,6131,1,0,0,2612.46,-5179.53,106.132,2.03707,600,600,5,0,5502,3728,0,1), + (36420,6131,1,0,0,2613.85,-5213.18,112.528,6.25976,600,600,5,0,5502,3728,0,1), + (36421,6131,1,0,0,2708.33,-5408.33,105.541,2.26515,600,600,5,0,5502,3728,0,2), + (36422,6131,1,0,0,2748.79,-5328.01,114.271,0.376152,600,600,3,0,5502,3728,0,1), + (36423,6131,1,0,0,2740.59,-5359.59,112.819,2.59497,600,600,10,0,5502,3728,0,1), + (36424,6131,1,0,0,2751.08,-5446.86,107.38,0.420019,600,600,10,0,5502,3728,0,1), + (36425,6131,1,0,0,2584.38,-5467.71,113.85,5.75277,600,600,5,0,5502,3728,0,1), + (36426,6131,1,0,0,2810.04,-5480.52,99.0158,4.18469,600,600,5,0,5502,3728,0,1), + (36427,6131,1,0,0,2456.99,-5319.61,121.01,6.00673,600,600,0,0,5502,3728,0,0), + (36428,6131,1,0,0,2651.26,-5455.28,116.738,3.91179,600,600,5,0,5502,3728,0,1), + (36429,6131,1,0,0,2814.44,-5221.51,113.512,0.83372,600,600,3,0,5502,3728,0,1), + (36430,6131,1,0,0,2852.12,-5219.37,120.773,0.965271,600,600,10,0,5502,3728,0,1), + (36431,6131,1,0,0,2824.27,-5159.8,111.338,5.8341,600,600,10,0,5502,3728,0,1), + (36432,6131,1,0,0,2849.75,-5145.27,110.778,0.32261,600,600,5,0,5502,3728,0,1), + (36433,6134,1,0,0,3894.71,-7188.03,50.8848,2.87979,600,600,0,0,17936,0,0,0), + (36434,6135,1,0,0,4119.79,-7240.47,17.1675,1.36437,333,333,10,0,3189,0,0,1), + (36435,6135,1,0,0,4019.3,-6946.19,-21.7006,1.63212,333,333,5,0,3189,0,0,1), + (36436,6135,1,0,0,4219.34,-7150.86,33.6014,2.90531,333,333,3,0,3189,0,0,1), + (36437,6135,1,0,0,3841.38,-7158.75,22.8746,5.18762,333,333,2,0,3189,0,0,1), + (36438,6135,1,0,0,3774.85,-7147.39,26.4807,1.84625,333,333,3,0,3189,0,0,1), + (36439,6135,1,0,0,4057.44,-7385.18,4.12027,5.32942,333,333,10,0,3189,0,0,1), + (36440,6135,1,0,0,4277.95,-7345.79,8.85309,2.11842,333,333,10,0,3189,0,0,1), + (36441,6135,1,0,0,3984.57,-6987.34,-22.5898,4.11734,333,333,5,0,3189,0,0,1), + (36442,6135,1,0,0,4252.85,-7119.46,34.7159,5.62933,333,333,10,0,3189,0,0,1), + (36443,6135,1,0,0,4274.66,-7285.48,12.0445,3.72905,333,333,5,0,3189,0,0,1), + (36444,6135,1,0,0,4212.21,-7278.82,17.1528,2.25653,333,333,3,0,3189,0,0,1), + (36445,6135,1,0,0,4158.71,-7418.74,-0.015326,5.74255,333,333,5,0,3189,0,0,1), + (36446,6135,1,0,0,4083.98,-7206.65,6.24268,1.13602,333,333,5,0,3189,0,0,1), + (36447,6135,1,0,0,4221.04,-7338.73,9.09478,1.23391,333,333,10,0,3189,0,0,1), + (36448,6135,1,0,0,3816.21,-7172.52,25.1418,2.07957,333,333,2,0,3189,0,0,1), + (36449,6135,1,0,0,4035.65,-7247.46,2.18951,5.94384,333,333,5,0,3189,0,0,2), + (36450,6135,1,0,0,4090.26,-7087.31,14.0809,5.5471,333,333,5,0,3189,0,0,1), + (36451,6135,1,0,0,4086.96,-7148.01,2.24349,0.421339,333,333,5,0,3189,0,0,1), + (36452,6135,1,0,0,4101.4,-7118.62,11.7356,3.2433,333,333,5,0,3189,0,0,1), + (36453,6135,1,0,0,4242.21,-7311.56,7.63566,2.77132,333,333,10,0,3189,0,0,1), + (36454,6135,1,0,0,4046.3,-7053.72,-3.58489,3.65578,333,333,5,0,3189,0,0,1), + (36455,6135,1,0,0,4054.17,-7120.83,-0.77795,5.13965,333,333,5,0,3189,0,0,1), + (36456,6135,1,0,0,4052.9,-7180.5,-7.21943,0.688854,333,333,5,0,3189,0,0,1), + (36457,6135,1,0,0,4163.32,-7274.71,26.2784,5.21797,333,333,3,0,3189,0,0,1), + (36458,6136,1,0,0,3846.96,-7133.58,25.3257,0.233101,333,333,3,0,3189,0,0,1), + (36459,6136,1,0,0,3929.94,-7160.23,26.4809,4.61788,333,333,5,0,3189,0,0,2), + (36460,6136,1,0,0,4254.96,-7245.27,11.533,0.604926,333,333,10,0,3189,0,0,1), + (36461,6136,1,0,0,4115.9,-6975.6,10.1941,1.87303,333,333,5,0,3189,0,0,1), + (36462,6136,1,0,0,3900.34,-7232.22,26.481,0.414715,333,333,2,0,3189,0,0,1), + (36463,6136,1,0,0,3855.48,-7084.68,26.4807,0.167248,333,333,5,0,3189,0,0,2), + (36464,6136,1,0,0,4115.9,-7394.74,7.81284,4.70848,333,333,10,0,3189,0,0,1), + (36465,6136,1,0,0,4052.27,-7313.7,7.70957,1.21491,333,333,10,0,3189,0,0,1), + (36466,6136,1,0,0,4216.37,-7219.34,22.3,4.96494,333,333,0,0,3189,0,0,0), + (36467,6136,1,0,0,4251.45,-7176.93,23.2618,1.19039,333,333,10,0,3189,0,0,1), + (36468,6136,1,0,0,4024.63,-7011.22,-11.8814,0.416439,333,333,5,0,3189,0,0,1), + (36469,6136,1,0,0,4119.42,-7172.8,15.2297,1.14534,333,333,5,0,3189,0,0,1), + (36470,6136,1,0,0,4078.96,-7291.46,31.0927,4.2199,333,333,5,0,3189,0,0,1), + (36471,6136,1,0,0,4178.51,-7396.78,6.12598,4.19967,333,333,5,0,3189,0,0,1), + (36472,6136,1,0,0,4288.86,-7217.44,23.5503,6.14972,333,333,5,0,3189,0,0,1), + (36473,6136,1,0,0,3853.18,-7219.63,45.6107,2.9138,333,333,3,0,3189,0,0,1), + (36474,6136,1,0,0,4091.61,-7013.61,9.1801,6.21675,333,333,5,0,3189,0,0,1), + (36475,6136,1,0,0,4026.27,-7352.52,-11.5174,5.85126,333,333,5,0,3189,0,0,1), + (36476,6137,1,0,0,3852.26,-7084.55,26.4807,2.67493,333,333,5,0,3293,0,0,1), + (36477,6137,1,0,0,3892.6,-7095.74,28.0943,5.88389,333,333,5,0,3293,0,0,1), + (36478,6137,1,0,0,4256.19,-7298.26,8.90849,1.646,333,333,10,0,3293,0,0,1), + (36479,6137,1,0,0,3937.24,-7156.15,26.4816,5.08292,333,333,3,0,3293,0,0,1), + (36480,6137,1,0,0,3893.64,-7154.44,25.1369,1.1225,333,333,2,0,3293,0,0,1), + (36481,6137,1,0,0,3924.37,-7110.04,26.7566,0.584099,333,333,3,0,3293,0,0,1), + (36482,6137,1,0,0,3875.12,-7199.69,22.4043,4.65689,333,333,5,0,3293,0,0,1), + (36483,6137,1,0,0,3880.22,-7177.83,22.3198,4.49637,333,333,2,0,3293,0,0,1), + (36484,6137,1,0,0,3780.53,-7191.29,26.4805,1.55839,333,333,3,0,3293,0,0,1), + (36485,6137,1,0,0,3987.91,-7313.38,-18.5133,1.43698,333,333,5,0,3293,0,0,1), + (36486,6137,1,0,0,3967.86,-7165.03,-0.413033,3.10251,333,333,5,0,3293,0,0,1), + (36487,6137,1,0,0,3852.17,-7195.86,22.8787,0.810434,333,333,2,0,3293,0,0,1), + (36488,6137,1,0,0,3875.17,-7140.75,45.6107,5.43381,333,333,3,0,3293,0,0,1), + (36489,6137,1,0,0,3951.25,-7000.04,-23.8704,5.59725,333,333,5,0,3293,0,0,1), + (36490,6137,1,0,0,3929.28,-7228.32,26.7719,5.3567,333,333,2,0,3293,0,0,1), + (36491,6137,1,0,0,4019.1,-7078.87,-8.29245,0.712649,333,333,5,0,3293,0,0,1), + (36492,6137,1,0,0,3862.96,-7210.27,24.8797,3.12596,333,333,2,0,3293,0,0,1), + (36493,6137,1,0,0,3826.44,-7144.69,25.7002,4.03738,333,333,3,0,3293,0,0,1), + (36494,6137,1,0,0,3784.13,-7134.57,26.4807,1.40345,333,333,3,0,3293,0,0,2), + (36495,6137,1,0,0,3849.76,-7134.47,24.9911,2.66317,333,333,3,0,3293,0,0,1), + (36496,6137,1,0,0,4008.39,-7281.07,-16.9097,2.78249,333,333,5,0,3293,0,0,1), + (36497,6137,1,0,0,3789.38,-7233.6,26.4807,3.68205,333,333,3,0,3293,0,0,1), + (36498,6137,1,0,0,3974.74,-7222.16,14.4655,6.02862,333,333,5,0,3293,0,0,2), + (36499,6138,1,0,0,3840.68,-7205.99,45.6107,1.28327,333,333,0,0,2634,2041,0,0), + (36500,6138,1,0,0,3825.03,-7250.36,28.0943,1.04303,333,333,5,0,2634,2041,0,1), + (36501,6138,1,0,0,4073.3,-7011.78,1.50188,0.098832,333,333,5,0,2634,2041,0,1), + (36502,6138,1,0,0,3941.82,-7180.96,26.4812,0.735185,333,333,5,0,2634,2041,0,1), + (36503,6138,1,0,0,3953.74,-7215.41,22.3208,5.74147,333,333,2,0,2634,2041,0,1), + (36504,6138,1,0,0,3837.29,-7171.35,23.0448,0.321293,333,333,2,0,2634,2041,0,1), + (36505,6138,1,0,0,3849.29,-7251.55,26.4807,1.87388,333,333,5,0,2634,2041,0,1), + (36506,6138,1,0,0,3931.64,-7265.55,-2.62994,3.23012,333,333,5,0,2634,2041,0,1), + (36507,6138,1,0,0,3808.41,-7165.15,45.6132,3.46255,333,333,3,0,2634,2041,0,1), + (36508,6138,1,0,0,4023.43,-7219.9,-6.63725,6.10152,333,333,5,0,2634,2041,0,1), + (36509,6138,1,0,0,3895.18,-7247.87,26.565,1.58825,333,333,2,0,2634,2041,0,2), + (36510,6138,1,0,0,3845.41,-7157.18,22.894,5.41628,333,333,2,0,2634,2041,0,1), + (36511,6138,1,0,0,4048.71,-7258.69,3.73061,4.30322,333,333,5,0,2634,2041,0,1), + (36512,6138,1,0,0,3814.23,-7189.42,26.1661,4.18889,333,333,3,0,2634,2041,0,1), + (36513,6138,1,0,0,3901.4,-7190.05,25.8187,5.83869,333,333,2,0,2634,2041,0,1), + (36514,6138,1,0,0,4091.53,-7116.17,9.23443,1.69321,333,333,5,0,2634,2041,0,1), + (36515,6138,1,0,0,3983.31,-7054.94,-9.9943,5.16291,333,333,5,0,2634,2041,0,1), + (36516,6138,1,0,0,3815.92,-7094.39,26.4808,1.32358,333,333,5,0,2634,2041,0,1), + (36517,6138,1,0,0,3958.15,-6963.47,-23.8296,5.27953,333,333,5,0,2634,2041,0,1), + (36518,6138,1,0,0,3880.8,-7152.01,23.3986,5.21972,333,333,2,0,2634,2041,0,1), + (36519,6651,1,0,0,4256.82,-5217.69,124.213,3.49066,7200,7200,0,0,2768,0,0,0), + (36520,6140,1,0,0,3827.25,-6153.95,4.54625,5.26044,333,333,0,0,13070,0,0,0), + (36521,6143,1,0,0,3007.09,-6549.45,-5.98735,3.42257,600,600,10,0,7972,0,0,1), + (36522,6143,1,0,0,3816.54,-6010.06,-8.59705,1.20682,600,600,10,0,7972,0,0,1), + (36523,6143,1,0,0,3779.28,-6146.22,-11.8313,2.57807,600,600,10,0,7972,0,0,1), + (36524,6143,1,0,0,3391.2,-6416.39,-17.2007,5.28105,600,600,10,0,7972,0,0,1), + (36525,6143,1,0,0,3945.62,-6275.12,3.4226,2.49609,600,600,10,0,7972,0,0,1), + (36526,6143,1,0,0,3242.28,-6414.89,1.70905,3.10268,600,600,10,0,7972,0,0,1), + (36527,6143,1,0,0,2882.99,-7095.66,-10.3996,1.71186,180,180,5,0,7972,0,0,1), + (36528,6143,1,0,0,2975.47,-6426.54,-14.1067,4.02246,600,600,10,0,7972,0,0,1), + (36529,6143,1,0,0,3270.55,-6277.34,-17.2859,2.69702,600,600,10,0,7972,0,0,1), + (36530,6143,1,0,0,2841.87,-7241.16,-13.2602,4.55366,180,180,5,0,7972,0,0,1), + (36531,6143,1,0,0,3004.59,-7088.64,-19.5842,3.1545,180,180,5,0,7972,0,0,1), + (36532,6143,1,0,0,3919.1,-6425.3,-18.682,5.11574,600,600,10,0,7972,0,0,1), + (36533,3584,1,0,0,4519.74,410.481,33.8577,2.48947,275,275,0,0,384,0,0,0), + (36534,6145,1,0,0,7547.16,257.815,-42.3373,1.86076,275,275,5,0,42,0,0,1), + (36535,6145,1,0,0,6822.86,760.587,-34.7773,1.42555,275,275,5,0,42,0,0,1), + (36536,6145,1,0,0,6417.4,870.99,-36.977,4.01828,275,275,5,0,42,0,0,1), + (36537,3841,1,0,0,6343.2,561.651,16.1047,5.0091,500,500,0,0,7423,7071,0,0), + (36538,6145,1,0,0,4489.42,951.568,-8.39585,6.03377,275,275,10,0,42,0,0,1), + (36539,6145,1,0,0,5909.12,877.006,-13.8596,0.586001,275,275,5,0,42,0,0,1), + (36540,6145,1,0,0,5786.17,817.887,-23.6523,1.48313,275,275,5,0,42,0,0,1), + (36541,6145,1,0,0,6787.67,648.726,-13.0987,6.11655,275,275,5,0,42,0,0,1), + (36542,6145,1,0,0,5585.61,836.885,-18.9804,1.76272,275,275,5,0,42,0,0,1), + (36543,6145,1,0,0,6431.98,1034,-64.205,3.99775,275,275,5,0,42,0,0,1), + (36544,6145,1,0,0,7101.99,386.819,-40.2471,3.36294,275,275,5,0,42,0,0,1), + (36545,6145,1,0,0,4954.36,663.999,-13.4365,1.258,275,275,5,0,42,0,0,1), + (36546,6145,1,0,0,7380.96,417.251,-12.1992,4.81795,275,275,5,0,42,0,0,1), + (36547,6145,1,0,0,7237.97,504.995,-43.3892,1.97097,275,275,5,0,42,0,0,1), + (36548,6145,1,0,0,7048.74,717.365,-11.6035,5.33532,275,275,5,0,42,0,0,1), + (36549,6145,1,0,0,4602.07,852.546,-5.90157,2.98768,275,275,5,0,42,0,0,1), + (36550,6145,1,0,0,6608.3,753.343,-16.7379,0.121518,275,275,5,0,42,0,0,1), + (36551,6145,1,0,0,4793.91,851.16,-5.98752,1.88329,275,275,5,0,42,0,0,1), + (36552,6145,1,0,0,7367.51,337.198,-13.4412,2.2843,275,275,5,0,42,0,0,1), + (36553,6145,1,0,0,7173.04,591.41,-16.2601,4.35636,275,275,5,0,42,0,0,1), + (36554,6145,1,0,0,6658.72,990.317,-45.9486,3.73761,275,275,5,0,42,0,0,1), + (36555,6145,1,0,0,7511.36,113.452,-10.051,1.73755,275,275,5,0,42,0,0,1), + (36556,6145,1,0,0,5452.53,746.771,-35.4351,5.47388,275,275,5,0,42,0,0,1), + (36557,6145,1,0,0,5102.48,949.671,-34.6049,0.177528,275,275,5,0,42,0,0,1), + (36558,6145,1,0,0,7652.56,-1.56871,-10.4895,1.96544,275,275,5,0,42,0,0,1), + (36559,6145,1,0,0,7342.34,277.247,-6.25759,4.39867,275,275,5,0,42,0,0,1), + (36560,6145,1,0,0,7591.1,-584.588,-2.0171,3.21304,275,275,5,0,42,0,0,1), + (36561,6145,1,0,0,6469.27,682.581,-30.2156,3.41811,275,275,5,0,42,0,0,1), + (36562,6145,1,0,0,6021.96,1045.64,-36.6818,3.60449,275,275,5,0,42,0,0,1), + (36563,6145,1,0,0,6819.5,737.836,-34.7773,1.54602,275,275,5,0,42,0,0,1), + (36564,6145,1,0,0,7116.66,411.205,-41.5537,1.37838,275,275,5,0,42,0,0,1), + (36565,6145,1,0,0,6198.03,1040.04,-42.5012,2.56334,275,275,5,0,42,0,0,1), + (36566,12298,1,0,0,7269.77,27.9562,13.3109,4.75143,275,275,5,0,20,0,0,1), + (36567,12298,1,0,0,4435.53,637.919,35.0263,6.17198,275,275,10,0,20,0,0,1), + (36568,12298,1,0,0,7243.1,-108.041,13.9549,2.71214,275,275,5,0,20,0,0,1), + (36569,12298,1,0,0,4523.28,677.035,25.8096,2.48149,275,275,5,0,20,0,0,1), + (36570,12298,1,0,0,4948.17,429.169,33.4967,4.66945,275,275,10,0,20,0,0,1), + (36571,12298,1,0,0,4755.19,571.116,27.334,4.3588,275,275,10,0,20,0,0,1), + (36572,12298,1,0,0,7127.31,22.7077,10.7386,0.869802,275,275,10,0,20,0,0,1), + (36573,12298,1,0,0,5537.57,79.1183,31.2559,1.06693,275,275,5,0,20,0,0,1), + (36574,12298,1,0,0,6098.39,-124.308,62.0201,1.81957,275,275,0,0,20,0,0,0), + (36575,12298,1,0,0,6225.21,-82.6921,45.5174,1.42268,275,275,10,0,20,0,0,1), + (36576,12298,1,0,0,5291.94,193.978,33.0975,0.164828,275,275,10,0,20,0,0,1), + (36577,12298,1,0,0,6398.27,-7.34218,32.5755,4.98344,275,275,5,0,20,0,0,1), + (36578,12298,1,0,0,5631.67,380.922,19.0587,0.609126,275,275,5,0,20,0,0,1), + (36579,12298,1,0,0,6407.44,-135.959,38.117,0.096066,275,275,10,0,20,0,0,1), + (36580,12298,1,0,0,6960.52,84.4612,15.4081,4.38903,275,275,5,0,20,0,0,1), + (36581,12298,1,0,0,6526.31,-71.1848,36.0261,1.7738,275,275,5,0,20,0,0,1), + (36582,12298,1,0,0,6667.9,200.799,28.6874,4.98669,275,275,5,0,20,0,0,1), + (36583,12298,1,0,0,6023.96,61.6047,36.7795,2.13543,275,275,5,0,20,0,0,1), + (36584,12298,1,0,0,5283.37,316.385,31.6557,0.222656,275,275,5,0,20,0,0,1), + (36585,12298,1,0,0,5129.63,177.649,42.6205,2.84617,275,275,5,0,20,0,0,1), + (36586,12298,1,0,0,5037.66,120.329,45.947,3.26692,275,275,5,0,20,0,0,1), + (36587,12298,1,0,0,4834.03,61.3844,53.9166,1.68771,275,275,10,0,20,0,0,1), + (36588,12298,1,0,0,6490.19,-146.132,38.5303,4.44134,275,275,10,0,20,0,0,1), + (36589,12298,1,0,0,6531.1,-147.98,37.3322,1.30789,275,275,5,0,20,0,0,1), + (36590,12298,1,0,0,6521.4,-59.7521,34.2153,0.979553,275,275,5,0,20,0,0,1), + (36591,12298,1,0,0,6758.42,416.056,22.8095,2.85659,275,275,5,0,20,0,0,1), + (36592,12298,1,0,0,6526.31,74.9438,37.3158,0.599527,275,275,10,0,20,0,0,1), + (36593,12298,1,0,0,6849.95,-210.776,43.9536,0.041033,275,275,5,0,20,0,0,1), + (36594,12298,1,0,0,6852.51,-131.293,37.2475,5.27657,275,275,10,0,20,0,0,1), + (36595,12298,1,0,0,6949.82,-42.3877,18.5599,4.52092,275,275,5,0,20,0,0,1), + (36596,12298,1,0,0,4472.72,113.573,63.4402,5.92407,275,275,5,0,20,0,0,1), + (36597,12298,1,0,0,4407.5,379.791,59.4345,0.568866,275,275,5,0,20,0,0,1), + (36598,12298,1,0,0,4410.62,277.734,60.7945,4.54193,275,275,10,0,20,0,0,1), + (36599,12298,1,0,0,4935.79,254.885,43.4508,4.68274,275,275,10,0,20,0,0,1), + (36600,12298,1,0,0,6795.97,-299.128,40.057,5.78139,275,275,5,0,20,0,0,1), + (36601,12298,1,0,0,6757.94,-275.143,38.7485,5.43124,275,275,5,0,20,0,0,1), + (36602,12298,1,0,0,6032.84,227.279,22.7904,1.21151,275,275,5,0,20,0,0,1), + (36603,12298,1,0,0,6813.66,253.488,23.2532,4.77298,275,275,5,0,20,0,0,1), + (36604,12298,1,0,0,6869.15,-405.28,46.6785,4.46987,275,275,5,0,20,0,0,1), + (36605,12298,1,0,0,6903.13,-458.882,45.0749,2.5861,275,275,10,0,20,0,0,1), + (36606,12298,1,0,0,6223.62,240.984,38.4224,5.12532,275,275,5,0,20,0,0,1), + (36607,12298,1,0,0,5747.91,415.558,12.4955,4.18403,275,275,10,0,20,0,0,1), + (36608,12298,1,0,0,4759.49,302.131,50.8684,0.511523,275,275,5,0,20,0,0,1), + (36609,12298,1,0,0,5261.11,392.084,27.9939,4.66546,275,275,10,0,20,0,0,1), + (36610,12298,1,0,0,7032.54,-410.501,41.2851,1.19734,275,275,10,0,20,0,0,1), + (36611,12298,1,0,0,7085.47,-299.134,38.524,4.16125,275,275,10,0,20,0,0,1), + (36612,12298,1,0,0,6321,223.18,36.715,3.56646,275,275,5,0,20,0,0,1), + (36613,12298,1,0,0,5952.1,407.968,18.7636,4.49775,275,275,10,0,20,0,0,1), + (36614,12298,1,0,0,5706.38,266.455,24.0448,2.01698,275,275,10,0,20,0,0,1), + (36615,12298,1,0,0,7132.48,-181.493,30.1647,5.31571,275,275,5,0,20,0,0,1), + (36616,12298,1,0,0,4690.85,90.4262,53.3569,6.22626,275,275,10,0,20,0,0,1), + (36617,12298,1,0,0,6552.13,102.028,37.2439,1.74558,275,275,10,0,20,0,0,1), + (36618,12298,1,0,0,6604.02,170.806,33.0778,0.948713,275,275,10,0,20,0,0,1), + (36619,12298,1,0,0,6049.63,299.131,27.3928,5.45842,275,275,10,0,20,0,0,1), + (36620,12298,1,0,0,5410.11,106.913,33.5857,5.47064,275,275,5,0,20,0,0,1), + (36621,12298,1,0,0,4350.99,514.417,59.3039,3.96843,275,275,10,0,20,0,0,1), + (36622,12298,1,0,0,6243.84,381.193,30.8581,3.46334,275,275,10,0,20,0,0,1), + (36623,12298,1,0,0,6227.59,72.3469,42.9452,0.593412,275,275,0,0,20,0,0,0), + (36624,12298,1,0,0,6631.1,-213.545,37.6405,3.49562,275,275,5,0,20,0,0,1), + (36625,6667,1,0,0,7744.51,-769.238,5.44451,3.69623,275,275,0,0,804,0,0,0), + (36626,6669,1,0,0,7534.7,-713.642,3.36286,1.79769,275,275,0,0,1063,0,0,0), + (36627,2321,1,0,0,7134.98,-30.7195,11.6997,1.05649,275,275,10,0,222,0,0,1), + (36628,2321,1,0,0,6540.65,-194.262,37.5723,4.35202,275,275,10,0,222,0,0,1), + (36629,2321,1,0,0,5896.76,41.6667,31.5897,0,275,275,5,0,222,0,0,1), + (36630,2321,1,0,0,6528.88,-155.563,37.0822,1.67923,275,275,10,0,222,0,0,1), + (36631,2321,1,0,0,5328.24,386.83,29.0164,1.86633,275,275,10,0,222,0,0,1), + (36632,2321,1,0,0,5468.83,366.184,21.1599,5.93304,275,275,5,0,222,0,0,1), + (36633,2321,1,0,0,5247.2,71.5227,40.9219,3.71082,275,275,3,0,222,0,0,1), + (36634,2321,1,0,0,6472.68,-152.637,40.1489,2.32787,275,275,10,0,222,0,0,1), + (36635,2321,1,0,0,6377.43,-147.509,33.5234,5.67134,275,275,5,0,222,0,0,1), + (36636,2321,1,0,0,5597.69,441.879,20.5556,1.85272,275,275,10,0,222,0,0,1), + (36637,2321,1,0,0,7073.96,23.6581,16.5192,4.71239,275,275,5,0,222,0,0,1), + (36638,2321,1,0,0,7210.16,18.504,9.79192,0.783555,275,275,5,0,222,0,0,1), + (36639,2321,1,0,0,6396.79,21.9752,28.1692,4.58997,275,275,10,0,222,0,0,1), + (36640,2321,1,0,0,5253.28,118.769,42.9824,3.68084,275,275,10,0,222,0,0,1), + (36641,2321,1,0,0,7338.5,-262.911,10.3835,0.921363,275,275,5,0,222,0,0,1), + (36642,2321,1,0,0,6389.12,105.274,35.4388,1.54444,275,275,10,0,222,0,0,1), + (36643,2321,1,0,0,6596.87,330.209,28.1372,5.58027,275,275,5,0,222,0,0,1), + (36644,2321,1,0,0,5942.44,-52.328,42.7115,5.68326,275,275,2,0,222,0,0,1), + (36645,2321,1,0,0,6018.12,-77.9431,57.4557,2.57007,275,275,5,0,222,0,0,1), + (36646,2321,1,0,0,5402.13,330.199,28.9699,1.00521,275,275,5,0,222,0,0,1), + (36647,2321,1,0,0,6459.9,-42.1875,37.1926,1.43676,275,275,5,0,222,0,0,1), + (36648,2321,1,0,0,5326.31,40.085,54.7726,5.54616,275,275,5,0,222,0,0,1), + (36649,2321,1,0,0,6580.67,-178.569,36.44,2.5823,275,275,5,0,222,0,0,1), + (36650,2321,1,0,0,6731.51,286.796,26.1645,1.92956,275,275,5,0,222,0,0,1), + (36651,2321,1,0,0,5395.61,65.4296,39.1696,4.37499,275,275,2,0,222,0,0,1), + (36652,2321,1,0,0,5361.19,111.686,33.4911,0.377203,275,275,10,0,222,0,0,1), + (36653,2321,1,0,0,7331.96,-30.6303,10.8918,1.29598,275,275,10,0,222,0,0,1), + (36654,2321,1,0,0,5541.51,447.866,18.7464,2.13685,275,275,10,0,222,0,0,1), + (36655,2321,1,0,0,6556.77,97.7185,37.2307,5.80616,275,275,10,0,222,0,0,1), + (36656,2321,1,0,0,6805.12,295.421,24.2668,1.45129,275,275,5,0,222,0,0,1), + (36657,2321,1,0,0,6531.1,298.875,34.1623,0.129179,275,275,5,0,222,0,0,1), + (36658,2321,1,0,0,6735.29,343.503,25.9049,4.23651,275,275,5,0,222,0,0,1), + (36659,2321,1,0,0,6522.77,235.417,29.0267,1.24693,275,275,5,0,222,0,0,1), + (36660,2321,1,0,0,6652.62,370.642,29.0148,3.16307,275,275,5,0,222,0,0,1), + (36661,2321,1,0,0,6819.65,220.531,20.1396,5.22851,275,275,5,0,222,0,0,1), + (36662,2321,1,0,0,7244.77,-60.0102,14.4286,2.54532,275,275,5,0,222,0,0,1), + (36663,2321,1,0,0,5603.36,353.127,25.677,4.73582,275,275,5,0,222,0,0,1), + (36664,2321,1,0,0,6859.59,198.296,12.1421,0.278131,275,275,5,0,222,0,0,1), + (36665,2321,1,0,0,6473.9,11.51,33.2876,5.73473,275,275,5,0,222,0,0,1), + (36666,2321,1,0,0,6928.74,-32.7908,19.54,4.52036,275,275,5,0,222,0,0,1), + (36667,2321,1,0,0,6800.59,167.587,20.7779,2.40003,275,275,5,0,222,0,0,1), + (36668,2321,1,0,0,6874.18,23.3443,21.9416,4.41998,275,275,5,0,222,0,0,1), + (36669,2321,1,0,0,6471.27,137.162,40.6334,1.59524,275,275,5,0,222,0,0,1), + (36670,2321,1,0,0,5726.13,347.465,23.0554,4.25261,275,275,5,0,222,0,0,1), + (36671,2321,1,0,0,6599.13,149.062,34.9477,0.072351,275,275,10,0,222,0,0,1), + (36672,2321,1,0,0,5407.21,399.608,19.6576,4.68833,275,275,10,0,222,0,0,1), + (36673,2321,1,0,0,5271.43,177.132,37.5938,5.35238,275,275,10,0,222,0,0,1), + (36674,2321,1,0,0,5684.1,378.88,13.8449,1.09499,275,275,10,0,222,0,0,1), + (36675,2321,1,0,0,5461.19,213.721,29.4056,4.1832,275,275,10,0,222,0,0,1), + (36676,2321,1,0,0,6538.3,-31.026,37.7735,4.74317,275,275,5,0,222,0,0,1), + (36677,2321,1,0,0,6445.05,65.4094,32.6673,3.37246,275,275,5,0,222,0,0,1), + (36678,2321,1,0,0,5827.81,337.5,23.9363,3.14159,275,275,5,0,222,0,0,1), + (36679,2321,1,0,0,5385.73,212.365,30.006,1.94081,275,275,5,0,222,0,0,1), + (36680,2321,1,0,0,5792.06,417.317,12.9581,2.44207,275,275,10,0,222,0,0,1), + (36681,2321,1,0,0,7183.26,48.7793,12.2401,4.52956,275,275,10,0,222,0,0,1), + (36682,2321,1,0,0,6654.83,287.004,32.4325,1.29215,275,275,5,0,222,0,0,1), + (36683,2321,1,0,0,6525.7,35.9856,34.508,2.72515,275,275,5,0,222,0,0,1), + (36684,2321,1,0,0,6448.04,251.12,34.1798,2.38227,275,275,5,0,222,0,0,1), + (36685,2321,1,0,0,6812.32,368.923,19.7894,3.00846,275,275,5,0,222,0,0,1), + (36686,2321,1,0,0,6326.41,195.298,32.9998,4.37922,275,275,10,0,222,0,0,1), + (36687,2321,1,0,0,5999.28,102.24,26.6181,1.58349,275,275,10,0,222,0,0,1), + (36688,2321,1,0,0,5919.52,129.454,32.176,5.67953,275,275,5,0,222,0,0,1), + (36689,2321,1,0,0,6955.54,60.1361,16.5172,1.00309,275,275,5,0,222,0,0,1), + (36690,2321,1,0,0,7365.36,-61.8171,13.3703,4.90736,275,275,10,0,222,0,0,1), + (36691,2321,1,0,0,7027.5,23.9574,16.3463,3.99815,275,275,10,0,222,0,0,1), + (36692,2321,1,0,0,4521.43,661.648,24.6657,4.95142,275,275,0,0,222,0,0,0), + (36694,2321,1,0,0,6871.63,138.021,13.7961,0,275,275,5,0,222,0,0,1), + (36695,2321,1,0,0,6261.01,164.722,38.1742,2.93309,275,275,5,0,222,0,0,1), + (36696,2321,1,0,0,5861.12,439.657,16.1832,4.13163,275,275,10,0,222,0,0,1), + (36697,2321,1,0,0,5737.41,438.503,11.0785,0.859312,275,275,10,0,222,0,0,1), + (36698,2321,1,0,0,5339.45,230.016,30.3132,3.99062,275,275,5,0,222,0,0,1), + (36699,2321,1,0,0,7053.83,68.3311,17.3742,3.0653,275,275,10,0,222,0,0,1), + (36700,2321,1,0,0,5358.3,425.998,26.423,5.75903,275,275,5,0,222,0,0,1), + (36701,2321,1,0,0,5929.47,88.521,31.9249,5.0755,275,275,5,0,222,0,0,1), + (36702,2321,1,0,0,5799.09,-17.7311,38.3694,5.58756,275,275,10,0,222,0,0,1), + (36703,2321,1,0,0,6851.51,350.122,18.8306,3.9111,275,275,5,0,222,0,0,1), + (36704,2321,1,0,0,5509.79,420.279,20.548,1.04774,275,275,10,0,222,0,0,1), + (36705,2321,1,0,0,7350.6,-142.366,12.4047,3.07905,275,275,5,0,222,0,0,1), + (36706,2321,1,0,0,7208.43,-123.868,16.5956,1.46812,275,275,5,0,222,0,0,1), + (36707,2321,1,0,0,5445.85,105.22,34.7077,4.22427,275,275,10,0,222,0,0,1), + (36708,2321,1,0,0,5478.04,419.295,23.0279,1.8703,275,275,10,0,222,0,0,1), + (36709,2321,1,0,0,6870.67,418.552,14.8537,2.62245,275,275,5,0,222,0,0,1), + (36710,2321,1,0,0,7263.38,23.5843,11.5681,4.43946,275,275,5,0,222,0,0,1), + (36711,2321,1,0,0,7181.95,135.177,12.6987,2.63577,275,275,5,0,222,0,0,1), + (36712,2321,1,0,0,7310.18,-45.8215,9.209,4.29069,275,275,10,0,222,0,0,1), + (36713,2321,1,0,0,6872.79,71.1162,16.9864,3.30633,275,275,5,0,222,0,0,1), + (36714,2321,1,0,0,7208.85,76.2363,11.4583,6.20314,275,275,5,0,222,0,0,1), + (36715,2321,1,0,0,5393.92,139.371,35.1161,2.26229,275,275,5,0,222,0,0,1), + (36716,2321,1,0,0,5473.15,193.578,30.8983,0.189937,275,275,5,0,222,0,0,1), + (36717,2321,1,0,0,6743.04,399.136,23.1014,5.95124,275,275,5,0,222,0,0,1), + (36718,2321,1,0,0,5344.02,170.722,33.5065,3.42257,275,275,5,0,222,0,0,1), + (36719,2321,1,0,0,7107.76,76.4364,15.1635,5.86431,275,275,5,0,222,0,0,1), + (36720,2321,1,0,0,7264.31,-129.492,15.9805,2.0327,275,275,5,0,222,0,0,1), + (36721,2321,1,0,0,7310.88,45.9119,11.1627,2.85659,275,275,10,0,222,0,0,1), + (36722,2321,1,0,0,6207.45,390.236,30.5306,4.93413,275,275,5,0,222,0,0,1), + (36723,2321,1,0,0,6259.79,438.038,23.7918,0.617761,275,275,10,0,222,0,0,1), + (36724,2321,1,0,0,7301.8,-198.342,14.5519,1.00559,275,275,5,0,222,0,0,1), + (36725,2322,1,0,0,7140.19,-260.057,34.4533,4.46745,275,275,10,0,300,0,0,1), + (36726,2322,1,0,0,7122.83,-309.411,38.2988,4.72457,275,275,10,0,300,0,0,1), + (36727,2322,1,0,0,7092.25,-307.219,38.0366,2.15799,275,275,10,0,300,0,0,1), + (36728,2322,1,0,0,6929.15,-237.548,37.3352,2.4934,275,275,5,0,300,0,0,1), + (36729,2322,1,0,0,6995.95,-223.012,38.2258,5.07207,275,275,10,0,300,0,0,1), + (36730,2322,1,0,0,6818.59,-240.586,40.634,4.0272,275,275,5,0,300,0,0,1), + (36731,2322,1,0,0,5254.23,80.0111,38.6155,4.58029,275,275,2,0,300,0,0,1), + (36732,2322,1,0,0,5267.39,365.306,31.31,2.38866,275,275,10,0,300,0,0,1), + (36733,2322,1,0,0,7072.92,-559.216,44.8491,4.71239,275,275,10,0,300,0,0,1), + (36734,2322,1,0,0,6864.36,-129.336,36.8271,3.60076,275,275,10,0,300,0,0,1), + (36735,2322,1,0,0,6973.12,-264.346,34.526,2.81387,275,275,10,0,300,0,0,1), + (36736,2322,1,0,0,6926.41,-325.649,41.9126,0.951909,275,275,10,0,300,0,0,1), + (36737,2322,1,0,0,6863.06,-201.519,45.9781,2.37863,275,275,5,0,300,0,0,1), + (36738,2322,1,0,0,7000.22,-321.752,37.2727,2.0281,275,275,10,0,300,0,0,1), + (36739,2322,1,0,0,7001.22,-600.074,49.7457,4.97538,275,275,5,0,300,0,0,1), + (36740,2322,1,0,0,6868.24,-265.304,39.1497,3.417,275,275,5,0,300,0,0,1), + (36741,2322,1,0,0,6976.68,-129.93,33.7444,4.78125,275,275,10,0,300,0,0,1), + (36742,2322,1,0,0,7193.75,-590.148,38.7208,4.71239,275,275,5,0,300,0,0,1), + (36743,2322,1,0,0,6789.49,-504.258,41.8348,4.3764,275,275,5,0,300,0,0,1), + (36744,2322,1,0,0,6817.85,-451.055,42.5104,3.85996,275,275,10,0,300,0,0,1), + (36745,2322,1,0,0,6858.27,-406.828,45.8446,3.31081,275,275,10,0,300,0,0,1), + (36746,2322,1,0,0,6940.03,-362.871,43.4146,4.05366,275,275,10,0,300,0,0,1), + (36747,2322,1,0,0,7090.01,-161.427,30.0658,0.167778,275,275,10,0,300,0,0,1), + (36748,2322,1,0,0,6854.06,-324.147,39.934,0.981982,275,275,10,0,300,0,0,1), + (36749,2322,1,0,0,6939.77,-150.627,34.0588,1.75842,275,275,5,0,300,0,0,1), + (36750,2322,1,0,0,7198.11,-312.101,29.115,0.51042,275,275,10,0,300,0,0,1), + (36751,2322,1,0,0,7062.83,-254.04,40.4654,2.982,275,275,5,0,300,0,0,1), + (36752,2322,1,0,0,7163.35,-205.108,30.4996,5.05174,275,275,10,0,300,0,0,1), + (36753,2322,1,0,0,4890.63,478.125,27.3416,4.03816,275,275,5,0,300,0,0,1), + (36754,2322,1,0,0,5056.91,383.406,31.0015,0.21655,275,275,10,0,300,0,0,1), + (36755,2322,1,0,0,4997.81,328.549,36.6577,3.57291,275,275,10,0,300,0,0,1), + (36756,2322,1,0,0,5241.15,174.729,39.0438,0.592334,275,275,10,0,300,0,0,1), + (36757,2322,1,0,0,4988.62,428.054,26.4922,5.13061,275,275,10,0,300,0,0,1), + (36758,2322,1,0,0,5243.54,291.921,32.3793,2.98271,275,275,10,0,300,0,0,1), + (36759,2322,1,0,0,5318.52,160.921,33.0539,6.03085,275,275,10,0,300,0,0,1), + (36760,2322,1,0,0,4957.76,275.283,41.4388,5.23287,275,275,5,0,300,0,0,1), + (36761,2322,1,0,0,7115.48,-510.606,42.2792,1.21043,275,275,10,0,300,0,0,1), + (36762,2322,1,0,0,6913.71,-406.736,45.0974,2.47875,275,275,10,0,300,0,0,1), + (36763,2322,1,0,0,7011.42,-361.19,33.9646,2.89687,275,275,10,0,300,0,0,1), + (36764,2322,1,0,0,6738.36,-299.629,38.4853,1.65414,275,275,10,0,300,0,0,1), + (36765,2322,1,0,0,7055.39,-370.696,38.8774,5.03661,275,275,10,0,300,0,0,1), + (36766,2322,1,0,0,6735.38,-277.146,37.4117,4.24871,275,275,10,0,300,0,0,1), + (36767,2322,1,0,0,6807.31,-294.07,39.5625,0.862805,275,275,5,0,300,0,0,1), + (36768,2322,1,0,0,5289.67,71.6772,40.1372,4.92608,275,275,3,0,300,0,0,1), + (36769,2322,1,0,0,7191.38,-507.601,37.7843,4.12338,275,275,10,0,300,0,0,1), + (36770,2322,1,0,0,5172.71,457.041,20.7799,2.98672,275,275,10,0,300,0,0,1), + (36771,2322,1,0,0,5113.77,439.03,25.687,1.07223,275,275,10,0,300,0,0,1), + (36772,2322,1,0,0,5254.58,408.864,27.0246,2.8105,275,275,10,0,300,0,0,1), + (36773,2323,1,0,0,4786.87,444.263,31.5129,4.48043,275,275,10,0,386,0,0,1), + (36774,2323,1,0,0,4743.63,103.188,55.5208,5.7304,275,275,10,0,386,0,0,1), + (36775,2323,1,0,0,4335.8,561.656,58.42,4.14545,275,275,3,0,386,0,0,1), + (36776,2323,1,0,0,4488.64,663.661,27.4444,2.99265,275,275,10,0,386,0,0,1), + (36777,2323,1,0,0,4333.76,548.018,58.17,2.07715,275,275,10,0,386,0,0,1), + (36778,2323,1,0,0,4325.65,-0.240875,65.324,1.71891,275,275,5,0,386,0,0,1), + (36779,2323,1,0,0,4707.08,443.317,39.0695,3.20023,275,275,10,0,386,0,0,1), + (36780,2323,1,0,0,4216.32,551.917,60.1162,4.91476,275,275,3,0,386,0,0,1), + (36781,2323,1,0,0,4543.52,688.476,25.4545,0.480331,275,275,10,0,386,0,0,1), + (36782,2323,1,0,0,4483.09,514.934,43.8908,2.80402,275,275,5,0,386,0,0,1), + (36783,2323,1,0,0,4419.01,583.857,44.0997,4.37067,275,275,10,0,386,0,0,1), + (36784,2323,1,0,0,4442.36,468.996,50.5491,1.00392,275,275,3,0,386,0,0,1), + (36785,2323,1,0,0,4245.03,538.41,58.5345,3.40462,275,275,10,0,386,0,0,1), + (36786,2323,1,0,0,4335.35,19.7,59.7845,1.87648,275,275,10,0,386,0,0,1), + (36787,2323,1,0,0,4402.74,477.624,59.5541,4.47783,275,275,10,0,386,0,0,1), + (36788,2323,1,0,0,4203.07,517.952,58.6559,5.62249,275,275,10,0,386,0,0,1), + (36789,2323,1,0,0,4399.75,396.842,58.2832,5.87983,275,275,5,0,386,0,0,1), + (36790,2323,1,0,0,4838.79,594.591,7.04069,0.548832,275,275,0,0,386,0,0,0), + (36791,2323,1,0,0,4425.23,289.032,60.0113,1.51898,275,275,10,0,386,0,0,1), + (36792,2323,1,0,0,4831.74,112.116,49.2377,4.745,275,275,0,0,386,0,0,0), + (36793,2323,1,0,0,4813.69,503.153,32.0359,3.34416,275,275,5,0,386,0,0,1), + (36794,2323,1,0,0,4410.69,462.159,58.0521,5.16206,275,275,5,0,386,0,0,1), + (36795,2323,1,0,0,4158.82,508.703,65.9411,4.97111,275,275,2,0,386,0,0,1), + (36796,2323,1,0,0,4442.7,588.175,39.6417,1.98575,275,275,10,0,386,0,0,1), + (36797,2323,1,0,0,4821.76,386.5,43.945,2.13936,275,275,10,0,386,0,0,1), + (36798,2323,1,0,0,4303.19,418.273,63.0767,2.93903,275,275,10,0,386,0,0,1), + (36799,2323,1,0,0,4418.17,171.217,55.8924,1.64776,275,275,5,0,386,0,0,1), + (36800,2323,1,0,0,4343.81,-69.0556,82.9622,4.79358,275,275,5,0,386,0,0,1), + (36801,2323,1,0,0,4159.12,441.525,58.768,2.57636,275,275,2,0,386,0,0,1), + (36802,2323,1,0,0,4320.6,317.099,60.213,2.46036,275,275,10,0,386,0,0,1), + (36803,2323,1,0,0,4755.36,355.646,52.5475,1.38413,275,275,5,0,386,0,0,1), + (36804,2323,1,0,0,4281.44,525.724,56.804,1.65986,275,275,10,0,386,0,0,1), + (36805,2323,1,0,0,4343.11,453.701,60.7767,2.24401,275,275,10,0,386,0,0,1), + (36806,2323,1,0,0,4247.71,291.395,60.4347,0.121328,275,275,5,0,386,0,0,1), + (36807,2323,1,0,0,4247.85,348.237,59.5944,3.15917,275,275,5,0,386,0,0,1), + (36808,2323,1,0,0,4683.05,517.822,28.7967,5.48106,275,275,5,0,386,0,0,1), + (36809,2323,1,0,0,4291.65,264.834,57.9445,1.03021,275,275,10,0,386,0,0,1), + (36810,2323,1,0,0,4770.68,515.014,31.7379,0.838558,275,275,10,0,386,0,0,1), + (36811,2323,1,0,0,4793.66,285.453,51.543,0.448365,275,275,5,0,386,0,0,1), + (36812,2323,1,0,0,4201.56,349.901,58.4025,1.5708,275,275,3,0,386,0,0,1), + (36813,2323,1,0,0,4734.28,586.381,27.6126,4.4633,275,275,10,0,386,0,0,1), + (36814,2323,1,0,0,4275.33,481.515,61.5433,1.92087,275,275,10,0,386,0,0,1), + (36815,2323,1,0,0,4738.97,649.884,19.6573,0.048837,275,275,10,0,386,0,0,1), + (36816,2323,1,0,0,4315.55,282.467,57.3835,1.44179,275,275,10,0,386,0,0,1), + (36817,2323,1,0,0,4193.41,397.748,58.8981,5.54064,275,275,3,0,386,0,0,1), + (36818,2323,1,0,0,4346.93,380.717,62.3124,1.66852,275,275,10,0,386,0,0,1), + (36819,2323,1,0,0,7684.02,-1068.46,39.3032,3.76321,275,275,10,0,386,0,0,1), + (36820,2323,1,0,0,7712.71,-1095.75,44.3643,0.910096,275,275,2,0,386,0,0,1), + (36821,2323,1,0,0,7929.43,-1160.12,42.2273,3.19443,275,275,5,0,386,0,0,1), + (36822,2323,1,0,0,7811.43,-1107.65,44.3659,1.79985,275,275,3,0,386,0,0,1), + (36823,2323,1,0,0,7798.23,-1094.36,39.8684,0.019545,275,275,10,0,386,0,0,1), + (36824,2323,1,0,0,4819.61,173.699,51.3165,5.00048,275,275,10,0,386,0,0,1), + (36825,2323,1,0,0,4740.92,260.128,53.7259,5.33834,275,275,5,0,386,0,0,1), + (36826,2323,1,0,0,7883.13,-1045.51,30.4041,3.06845,275,275,10,0,386,0,0,1), + (36827,2323,1,0,0,4435.69,173.555,59.5037,6.0919,275,275,5,0,386,0,0,1), + (36828,2323,1,0,0,4695.25,242.91,56.9477,1.59228,275,275,10,0,386,0,0,1), + (36829,2323,1,0,0,4488.46,221.84,61.2269,1.60064,275,275,5,0,386,0,0,1), + (36830,2323,1,0,0,7945.35,-1094.61,34.4843,5.93858,275,275,5,0,386,0,0,1), + (36831,2323,1,0,0,7752.15,-916.563,24.5972,0.289026,275,275,5,0,386,0,0,1), + (36832,2323,1,0,0,7712.82,-883.953,15.3808,2.64037,275,275,10,0,386,0,0,1), + (36833,2323,1,0,0,7782.48,-955.146,32.8177,4.84256,275,275,10,0,386,0,0,1), + (36834,2324,1,0,0,5858.15,363.54,21.261,6.22004,275,275,0,0,273,0,0,0), + (36835,2324,1,0,0,5885.96,313.458,21.0823,1.78204,275,275,0,0,273,0,0,0), + (36836,2324,1,0,0,5959.16,326.598,21.1812,3.09383,275,275,0,0,273,0,0,0), + (36837,2324,1,0,0,5959.09,306.403,24.3429,0.407906,275,275,3,0,273,0,0,1), + (36838,2324,1,0,0,5909.25,325.439,20.9471,5.40165,275,275,5,0,273,0,0,2), + (36839,2324,1,0,0,6028.08,313.77,27.445,5.6927,275,275,10,0,273,0,0,1), + (36840,2324,1,0,0,5881.9,338.275,21.2963,4.82987,275,275,0,0,273,0,0,0), + (36841,2324,1,0,0,5973.37,346.792,21.5029,3.72228,275,275,0,0,273,0,0,0), + (36842,2324,1,0,0,6034.99,383.143,24.602,4.72291,275,275,5,0,273,0,0,1), + (36843,2324,1,0,0,6007.34,363.002,21.7828,3.96903,275,275,5,0,273,0,0,1), + (36844,2324,1,0,0,5993.11,352.683,21.5993,3.36849,275,275,0,0,273,0,0,0), + (36845,2324,1,0,0,5985.42,387.378,24.4804,1.94696,275,275,5,0,273,0,0,1), + (36846,2324,1,0,0,5982.48,313.692,21.399,5.70437,275,275,0,0,273,0,0,0), + (36847,2324,1,0,0,5948.68,325.617,21.2179,4.33291,275,275,5,0,273,0,0,2), + (36848,2069,1,0,0,7397.34,-668.393,20.7836,4.83965,275,275,5,0,300,0,0,1), + (36849,2069,1,0,0,7423.1,-688.581,18.1917,0.930226,275,275,5,0,300,0,0,1), + (36850,2069,1,0,0,7392.19,-693.924,19.1114,1.97851,275,275,5,0,300,0,0,1), + (36851,2069,1,0,0,7375.55,-639.33,23.0965,5.09545,275,275,5,0,300,0,0,1), + (36852,2069,1,0,0,5390.73,36.4457,54.5446,5.23384,275,275,3,0,300,0,0,1), + (36853,2069,1,0,0,5279.77,86.6736,38.9713,3.85215,275,275,10,0,300,0,0,1), + (36854,2069,1,0,0,5333.32,23.4559,67.1131,1.28084,275,275,5,0,300,0,0,1), + (36855,2069,1,0,0,5387.81,312.154,26.5827,5.49986,275,275,10,0,300,0,0,1), + (36856,2069,1,0,0,5185.42,147.725,53.016,3.43894,275,275,5,0,300,0,0,1), + (36857,2069,1,0,0,5275.46,283.466,33.7439,5.24079,275,275,10,0,300,0,0,1), + (36858,2069,1,0,0,5305.25,320.044,31.9287,2.72166,275,275,10,0,300,0,0,1), + (36859,2069,1,0,0,5170.5,385.744,33.4712,0.06802,275,275,10,0,300,0,0,1), + (36860,2069,1,0,0,5306.25,341.374,31.2429,5.88637,275,275,10,0,300,0,0,1), + (36861,2069,1,0,0,5249.44,325.984,30.3833,0.494669,275,275,10,0,300,0,0,1), + (36862,2069,1,0,0,7048.51,-512.797,41.8241,3.33905,275,275,5,0,300,0,0,1), + (36863,2069,1,0,0,5373.93,90.1339,34.6037,0.268908,275,275,10,0,300,0,0,1), + (36864,2069,1,0,0,5565.6,487.459,22.6344,3.50105,275,275,5,0,300,0,0,1), + (36865,2069,1,0,0,5391.66,256,32.4319,0.305683,275,275,5,0,300,0,0,1), + (36866,2069,1,0,0,5310.36,374.927,29.4643,1.40906,275,275,10,0,300,0,0,1), + (36867,2069,1,0,0,5452.08,318.75,32.3636,5.30108,275,275,5,0,300,0,0,1), + (36868,2069,1,0,0,4884.21,487.295,24.2968,5.46741,275,275,5,0,300,0,0,1), + (36869,2069,1,0,0,5374.49,358.481,20.8842,5.49667,275,275,10,0,300,0,0,1), + (36870,2069,1,0,0,7252.17,18.0581,8.94817,5.12536,275,275,5,0,300,0,0,1), + (36871,2069,1,0,0,5418.24,388.537,17.717,5.69519,275,275,10,0,300,0,0,1), + (36872,2069,1,0,0,5515.96,413.667,20.1214,4.60678,275,275,10,0,300,0,0,1), + (36873,2069,1,0,0,5378.34,199.174,30.5345,3.92699,275,275,5,0,300,0,0,1), + (36874,2069,1,0,0,5724.56,454.47,12.8287,4.91093,275,275,10,0,300,0,0,1), + (36875,2069,1,0,0,5385.81,116.074,34.2791,6.0028,275,275,10,0,300,0,0,1), + (36876,2069,1,0,0,5449,54.6802,38.7376,1.89594,275,275,10,0,300,0,0,1), + (36877,2069,1,0,0,7316.36,-693.353,21.0635,2.88904,275,275,5,0,300,0,0,1), + (36878,2069,1,0,0,7152.39,-369.127,40.8371,0.361285,275,275,10,0,300,0,0,1), + (36879,2069,1,0,0,4951.06,449.427,32.9371,0.04381,275,275,10,0,300,0,0,1), + (36880,2069,1,0,0,5248.82,386.026,29.6963,2.02396,275,275,10,0,300,0,0,1), + (36881,2069,1,0,0,7121.61,-266.708,36.464,4.85506,275,275,5,0,300,0,0,1), + (36882,2069,1,0,0,7169.48,-291.372,33.4397,0.810255,275,275,10,0,300,0,0,1), + (36883,2069,1,0,0,5212.09,205.989,41.2251,1.56689,275,275,10,0,300,0,0,1), + (36884,2069,1,0,0,5545.83,362.5,26.9742,1.11324,275,275,10,0,300,0,0,1), + (36885,2069,1,0,0,4959.91,482.653,24.6426,4.92058,275,275,5,0,300,0,0,1), + (36886,2069,1,0,0,5529.23,167.334,30.3679,2.77379,275,275,10,0,300,0,0,1), + (36887,2069,1,0,0,7145.54,-546.688,41.1057,0.536949,275,275,10,0,300,0,0,1), + (36888,2069,1,0,0,7117.33,-581.329,44.2988,2.76733,275,275,10,0,300,0,0,1), + (36889,2069,1,0,0,7018.78,-656.693,51.3585,4.72553,275,275,5,0,300,0,0,1), + (36890,2069,1,0,0,7086.13,-384.541,40.9672,0.31017,275,275,10,0,300,0,0,1), + (36891,2069,1,0,0,5466.6,71.8987,35.0538,3.71334,275,275,10,0,300,0,0,1), + (36892,2069,1,0,0,7221.32,-259.505,26.1202,3.54931,275,275,10,0,300,0,0,1), + (36893,2069,1,0,0,5391.62,177.376,30.0763,2.08717,275,275,5,0,300,0,0,1), + (36894,2069,1,0,0,4948.85,416.65,31.9011,3.35008,275,275,10,0,300,0,0,1), + (36895,2069,1,0,0,6915.75,-280.625,43.8465,2.38987,275,275,5,0,300,0,0,1), + (36896,2069,1,0,0,7214.13,-447.559,34.4682,2.2635,275,275,10,0,300,0,0,1), + (36897,2070,1,0,0,6549.72,-150.468,36.2202,1.81575,275,275,10,0,356,0,0,1), + (36898,2070,1,0,0,7764.06,-1056.25,34.9201,0.785457,275,275,5,0,356,0,0,1), + (36899,2070,1,0,0,6389.11,-153.002,33.0549,2.56616,275,275,10,0,356,0,0,1), + (36900,2070,1,0,0,6419.79,51.041,32.9831,2.38174,275,275,5,0,356,0,0,1), + (36901,2070,1,0,0,6470.78,5.66437,32.6407,1.5874,275,275,5,0,356,0,0,1), + (36902,2070,1,0,0,7069.11,87.8302,14.7941,4.20411,275,275,10,0,356,0,0,1), + (36903,2070,1,0,0,7110.34,-16.9708,10.8384,0.700365,275,275,10,0,356,0,0,1), + (36904,2070,1,0,0,4389.41,131.828,59.1667,5.68381,275,275,10,0,356,0,0,1), + (36905,2070,1,0,0,6627.44,360.148,27.8494,4.37302,275,275,5,0,356,0,0,1), + (36906,2070,1,0,0,6453.71,256.03,35.8088,4.6871,275,275,5,0,356,0,0,1), + (36907,2070,1,0,0,4272.68,487.114,61.9458,2.7426,275,275,10,0,356,0,0,1), + (36908,2070,1,0,0,6581.56,-196.875,39.1713,0,275,275,5,0,356,0,0,1), + (36909,2070,1,0,0,7125.63,39.1845,10.5984,4.86203,275,275,5,0,356,0,0,1), + (36910,2070,1,0,0,6533.81,10.4112,34.1619,2.11968,275,275,5,0,356,0,0,1), + (36911,2070,1,0,0,7274.08,-245.704,17.9434,3.06729,275,275,5,0,356,0,0,1), + (36912,2070,1,0,0,6533.44,289.796,33.5432,3.09081,275,275,5,0,356,0,0,1), + (36913,2070,1,0,0,5966.62,-104.134,60.7698,2.55846,275,275,10,0,356,0,0,1), + (36914,2070,1,0,0,6639,-219.452,40.3466,5.95709,275,275,5,0,356,0,0,1), + (36915,2070,1,0,0,6539.66,304.809,32.9047,5.69518,275,275,5,0,356,0,0,1), + (36916,2070,1,0,0,6043.75,-97.916,57.3611,4.80053,275,275,10,0,356,0,0,1), + (36917,2070,1,0,0,6447.58,148.471,38.471,4.26535,275,275,5,0,356,0,0,1), + (36918,2070,1,0,0,6873.26,346.828,16.0161,3.67431,275,275,5,0,356,0,0,1), + (36919,2070,1,0,0,6229.53,190.202,43.5263,0.047053,275,275,5,0,356,0,0,1), + (36920,2070,1,0,0,6493.58,-96.5158,36.6605,4.46745,275,275,5,0,356,0,0,1), + (36921,2070,1,0,0,5899.61,62.1079,32.9493,0.508316,275,275,5,0,356,0,0,1), + (36922,2070,1,0,0,5766.24,-22.1199,38.3871,4.83645,275,275,3,0,356,0,0,1), + (36923,2070,1,0,0,6882.98,317.039,12.9897,6.13142,275,275,5,0,356,0,0,1), + (36924,2070,1,0,0,4417.24,638.129,36.1623,3.27082,275,275,3,0,356,0,0,1), + (36925,2070,1,0,0,5902.14,20.9271,28.8328,2.4336,275,275,5,0,356,0,0,1), + (36926,2070,1,0,0,5833.71,-7.17288,36.802,5.58495,275,275,3,0,356,0,0,1), + (36927,2070,1,0,0,5953.97,188.058,29.3531,2.1315,275,275,5,0,356,0,0,1), + (36928,2070,1,0,0,6568.17,339.125,32.1761,6.03319,275,275,5,0,356,0,0,1), + (36929,2070,1,0,0,6600.12,360.734,31.0143,5.26436,275,275,5,0,356,0,0,1), + (36930,2070,1,0,0,6147.21,316.294,26.6679,5.89466,275,275,5,0,356,0,0,1), + (36931,2070,1,0,0,5817.53,-23.0798,40.8657,4.354,275,275,3,0,356,0,0,1), + (36932,2070,1,0,0,5792.19,25.1651,38.0819,0.787534,275,275,5,0,356,0,0,1), + (36933,2070,1,0,0,7192.72,125.719,12.9497,2.72337,275,275,5,0,356,0,0,1), + (36934,2070,1,0,0,7297.36,-82.6328,8.30879,6.26366,275,275,10,0,356,0,0,1), + (36935,2070,1,0,0,7202.25,147.113,12.0854,0.405533,275,275,5,0,356,0,0,1), + (36936,2070,1,0,0,6836.03,375.226,17.3306,2.71901,275,275,5,0,356,0,0,1), + (36937,2070,1,0,0,5947.16,115.228,29.7714,4.13143,275,275,5,0,356,0,0,1), + (36939,2070,1,0,0,6684.67,349.072,25.8967,1.78384,275,275,5,0,356,0,0,1), + (36940,2070,1,0,0,7271.99,16.222,12.3747,5.66646,275,275,5,0,356,0,0,1), + (36941,2070,1,0,0,6880.28,-37.9276,24.0953,2.39052,275,275,5,0,356,0,0,1), + (60816,2321,1,0,0,4519.65,662.168,24.5682,4.7561,275,275,0,0,222,0,0,0), + (36943,2070,1,0,0,4325.95,337.154,62.4771,1.09842,275,275,10,0,356,0,0,1), + (36944,2070,1,0,0,4379.65,351.249,61.0918,2.69324,275,275,10,0,356,0,0,1), + (36945,2070,1,0,0,6356.63,186.705,29.3125,6.09541,275,275,0,0,356,0,0,0), + (36946,2070,1,0,0,7251.71,-12.1289,10.2841,4.24551,275,275,5,0,356,0,0,1), + (36947,2070,1,0,0,6948.25,-50.9259,19.7706,2.34811,275,275,5,0,356,0,0,1), + (36948,2070,1,0,0,7054.57,3.30961,14.7081,4.97821,275,275,10,0,356,0,0,1), + (36949,2070,1,0,0,7285.6,-88.5576,8.451,5.61486,275,275,10,0,356,0,0,1), + (36950,2070,1,0,0,5882.34,-16.188,37.1422,4.04039,275,275,10,0,356,0,0,1), + (36951,2070,1,0,0,6118.29,402.146,29.3716,4.79872,275,275,5,0,356,0,0,1), + (36952,2070,1,0,0,6723.99,448.513,21.4035,5.94882,275,275,5,0,356,0,0,1), + (36953,2070,1,0,0,7274.43,89.1784,13.304,2.41138,275,275,10,0,356,0,0,1), + (36954,2070,1,0,0,6203.25,395.397,28.9365,2.57689,275,275,5,0,356,0,0,1), + (36955,2070,1,0,0,6147.53,450.078,23.72,2.48149,275,275,10,0,356,0,0,1), + (36956,2070,1,0,0,7815.66,-1053.9,29.1376,4.14364,275,275,0,0,356,0,0,0), + (36957,2070,1,0,0,7820.16,-962.762,35.2742,1.72953,275,275,10,0,356,0,0,1), + (36958,2070,1,0,0,8027.94,-1159.38,41.3362,3.49671,275,275,10,0,356,0,0,1), + (36959,2071,1,0,0,7747.78,-1048.77,37.9201,3.63582,275,275,5,0,449,0,0,1), + (36960,2071,1,0,0,4369.55,123.092,56.7004,6.21278,275,275,10,0,449,0,0,1), + (36961,2071,1,0,0,4254.7,504.735,61.0804,0.477196,275,275,10,0,449,0,0,1), + (36962,2071,1,0,0,4453.93,649.813,30.0802,4.39054,275,275,5,0,449,0,0,1), + (36963,2071,1,0,0,4383.68,552.926,54.9459,1.12461,275,275,10,0,449,0,0,1), + (36964,2071,1,0,0,4417.51,525.078,47.6421,1.35425,275,275,10,0,449,0,0,1), + (36965,2071,1,0,0,4324.93,360.631,63.5803,2.74178,275,275,10,0,449,0,0,1), + (36966,2071,1,0,0,4388.52,331.415,59.1262,4.82682,275,275,10,0,449,0,0,1), + (36967,2071,1,0,0,7818.77,-982.033,32.4169,0.899669,275,275,10,0,449,0,0,1), + (36968,2071,1,0,0,7815.01,-1050.97,29.4348,4.14364,275,275,5,0,449,0,0,1), + (36969,2071,1,0,0,8014.06,-1179.29,39.3563,2.04144,275,275,0,0,449,0,0,0), + (36970,2071,1,0,0,8042.01,-1151.9,44.3125,3.49671,275,275,0,0,449,0,0,0), + (36971,15384,1,0,0,6578.69,760.533,6.09923,4.01426,275,275,0,0,42,0,0,0), + (36972,15384,1,0,0,6422.57,826.152,6.1902,6.23082,275,275,5,0,42,0,0,1), + (36973,15384,1,0,0,6550.78,924.922,6.23285,0.05236,275,275,5,0,42,0,0,1), + (36974,11037,1,0,0,6537.81,432.833,7.48059,2.00713,275,275,0,0,1309,0,0,0), + (36975,2336,1,0,0,7190.87,-711.852,58.0363,2.42725,275,275,5,0,356,0,0,1), + (36976,2336,1,0,0,7208.51,-759.146,58.0945,2.34578,275,275,5,0,356,0,0,1), + (36977,2336,1,0,0,7201.81,-709.983,57.9314,6.2821,275,275,5,0,356,0,0,1), + (36978,2336,1,0,0,7141.2,-796.39,66.7608,4.9558,275,275,5,0,356,0,0,1), + (36979,2336,1,0,0,7223.87,-735.52,54.8445,4.76031,275,275,5,0,356,0,0,1), + (36980,3616,1,0,0,5002.01,88.8183,52.7788,1.74533,275,275,0,0,3398,0,0,0), + (36981,2336,1,0,0,7183.43,-811.752,39.8938,3.79256,275,275,5,0,356,0,0,1), + (36982,2336,1,0,0,7129.7,-781.143,66.7349,5.59763,275,275,5,0,356,0,0,1), + (36983,2336,1,0,0,7206.52,-845.26,36.086,5.60109,275,275,0,0,356,0,0,0), + (36984,2336,1,0,0,7214.95,-848.573,36.336,2.35216,275,275,0,0,356,0,0,0), + (36985,2336,1,0,0,7170.7,-797.303,48.5581,4.33637,275,275,0,0,356,0,0,0), + (36986,2336,1,0,0,7189.31,-792.874,40.0581,1.24755,275,275,5,0,356,0,0,2), + (36987,2336,1,0,0,7141.91,-763.569,53.0828,4.29089,275,275,3,0,356,0,0,1), + (36988,2336,1,0,0,7155.65,-713.149,51.5208,5.37133,275,275,3,0,356,0,0,1), + (36989,2336,1,0,0,7173.5,-728.865,61.0363,5.42589,275,275,0,0,356,0,0,0), + (36990,2336,1,0,0,7152.41,-738.498,54.5828,2.75702,275,275,5,0,356,0,0,1), + (36991,2336,1,0,0,7169.26,-710.728,48.9113,0.901737,275,275,0,0,356,0,0,0), + (36992,2336,1,0,0,7160.57,-777.683,56.0108,2.34268,275,275,0,0,356,0,0,0), + (36993,2336,1,0,0,7160.07,-760.539,54.2078,4.58923,275,275,0,0,356,0,0,0), + (36994,2336,1,0,0,7178.05,-788.148,47.7364,4.90958,275,275,0,0,356,0,0,0), + (36995,2336,1,0,0,7138.2,-730.673,60.2708,4.92615,275,275,3,0,356,0,0,1), + (36996,2336,1,0,0,7175.35,-762.584,59.5561,2.22929,275,275,0,0,356,0,0,0), + (36997,2336,1,0,0,7113.26,-667.512,45.9777,2.16146,275,275,0,0,356,0,0,0), + (36998,2336,1,0,0,7122.69,-659.712,45.9093,2.29899,275,275,10,0,356,0,0,1), + (36999,2336,1,0,0,7153.39,-686.744,47.4428,0.195912,275,275,0,0,356,0,0,0), + (37000,2336,1,0,0,7173.92,-673.713,43.1123,2.17223,275,275,5,0,356,0,0,1), + (37001,2336,1,0,0,7171.81,-683.546,43.4529,2.46091,275,275,0,0,356,0,0,0), + (37002,2337,1,0,0,7196.7,-732.406,59.6499,2.93528,275,275,0,0,702,1977,0,0), + (37003,2337,1,0,0,7205.66,-744.501,94.0292,6.1212,275,275,5,0,702,1977,0,1), + (37004,2337,1,0,0,7191.29,-725.432,65.3968,0.496014,275,275,0,0,702,1977,0,0), + (37005,2337,1,0,0,7196.82,-755.613,94.1232,3.06074,275,275,5,0,702,1977,0,1), + (37006,2337,1,0,0,7197.96,-721.542,94.0889,1.24458,275,275,0,0,702,1977,0,0), + (37007,2337,1,0,0,7181.96,-740.085,94.0926,3.76177,275,275,3,0,702,1977,0,1), + (37008,2337,1,0,0,7212.78,-735.093,94.1232,2.05473,275,275,0,0,702,1977,0,0), + (37009,2337,1,0,0,7201.94,-727.711,76.1857,0.883339,275,275,0,0,702,1977,0,0), + (37010,2338,1,0,0,4525.24,439.07,32.7327,5.7549,275,275,5,0,325,357,0,1), + (37011,2338,1,0,0,4563.79,436.898,33.3577,1.97503,275,275,5,0,325,357,0,1), + (37012,2338,1,0,0,4591.16,441.81,31.6077,5.88087,275,275,5,0,325,357,0,1), + (37013,2338,1,0,0,4488.33,354.692,31.6077,2.27947,275,275,5,0,325,357,0,1), + (37014,2338,1,0,0,4490.91,381.987,31.6077,2.62687,275,275,5,0,325,357,0,1), + (37015,2338,1,0,0,4606.53,404.076,31.6077,4.89473,275,275,5,0,325,357,0,1), + (37016,2339,1,0,0,4540.47,447.668,32.6077,6.05698,275,275,5,0,386,0,0,1), + (37017,2339,1,0,0,4567.82,450.44,31.6077,4.23346,275,275,5,0,386,0,0,1), + (37018,2339,1,0,0,6765.94,-686.861,70.0664,3.22886,275,275,0,0,386,0,0,0), + (37019,2339,1,0,0,6762.88,-693.251,69.7819,2.02458,275,275,0,0,386,0,0,0), + (37020,2339,1,0,0,4501.4,396.829,31.9258,5.70927,275,275,5,0,386,0,0,1), + (37021,2339,1,0,0,4506.08,364.965,31.6077,0.509734,275,275,5,0,386,0,0,1), + (37022,4341,1,0,0,-3019.71,-2915.42,29.2568,4.09622,360,360,10,0,1403,0,0,1), + (37023,4341,1,0,0,-2939.7,-2861.57,28.9531,5.2451,360,360,10,0,1403,0,0,1), + (37024,2339,1,0,0,4513.11,417.75,32.3577,4.21613,275,275,5,0,386,0,0,1), + (37025,2339,1,0,0,4593.27,359.268,34.9827,3.04198,275,275,5,0,386,0,0,1), + (37026,2339,1,0,0,4579.02,345.738,39.1077,6.07659,275,275,5,0,386,0,0,2), + (37027,2339,1,0,0,4612.84,368.821,31.6077,5.70878,275,275,5,0,386,0,0,1), + (37028,2339,1,0,0,4569.82,383.936,32.0736,2.71028,275,275,5,0,386,0,0,1), + (37029,4414,1,0,0,-3002.28,-2956.01,33.3417,2.44186,360,360,10,0,1469,0,0,1), + (37030,4346,1,0,0,-2946.79,-2958.82,36.1741,5.42589,360,360,5,0,1403,0,0,1), + (37031,4346,1,0,0,-2916.37,-2986.84,35.4747,4.79946,360,360,5,0,1403,0,0,1), + (37034,4341,1,0,0,-2955.11,-3106.83,31.3212,0.072281,360,360,10,0,1403,0,0,1), + (37035,4382,1,0,0,-2917.95,-3083.06,29.3396,4.16393,360,360,10,0,1468,0,0,1), + (37037,4341,1,0,0,-2976.87,-3083.36,30.9939,4.30791,360,360,10,0,1403,0,0,1), + (37040,2339,1,0,0,4553.06,377.936,31.6077,2.33695,275,275,5,0,386,0,0,2), + (37041,1412,1,0,0,-3676.6,-4372.1,11.7306,1.73022,360,360,10,0,8,0,0,1), + (37042,620,1,0,0,-3694.88,-4356.64,11.5288,2.0384,360,360,10,0,1,0,0,1), + (37043,4382,1,0,0,-2852.63,-3147.84,28.6893,2.96488,360,360,10,0,1468,0,0,1), + (37044,2339,1,0,0,4565.64,416.6,33.7967,1.42321,275,275,0,0,386,0,0,0), + (37045,2339,1,0,0,4574.1,421.671,33.8577,6.27715,275,275,0,0,386,0,0,0), + (37046,620,1,0,0,-3764.68,-4414.57,26.991,0.046932,360,360,10,0,1,0,0,1), + (37047,1412,1,0,0,-3802.68,-4384.62,15.6618,4.61879,360,360,10,0,8,0,0,1), + (37048,4382,1,0,0,-2782.6,-3147.71,28.6141,3.26969,360,360,10,0,1468,0,0,1), + (37049,4385,1,0,0,-2779.51,-3018.37,38.1869,0.173963,360,360,10,0,1469,0,0,1), + (37050,2339,1,0,0,6802.4,-752.996,69.6144,5.09636,275,275,0,0,386,0,0,0), + (37051,2339,1,0,0,6799.46,-762.584,69.757,0.523599,275,275,0,0,386,0,0,0), + (37060,8997,1,0,0,6453.96,431.299,13.7312,4.24115,275,275,0,0,919,0,0,0), + (37061,3639,1,0,0,5725.03,301.931,21.0405,2.46091,275,275,0,0,413,0,0,0), + (37062,3644,1,0,0,6424.76,600.451,9.65306,0.690706,275,275,0,0,644,0,0,0), + (37063,3649,1,0,0,6580.97,492.292,8.31743,0.331613,275,275,0,0,644,0,0,0), + (37064,3650,1,0,0,6748.64,48.6158,48.7179,4.2586,275,275,0,0,644,0,0,0), + (37065,3657,1,0,0,6431.5,384.179,23.4134,1.98968,275,275,0,0,919,0,0,0), + (37066,3660,1,0,0,7183.49,-727.623,94.0635,5.67232,275,275,0,0,1107,0,0,0), + (37067,3661,1,0,0,7246.63,-658.966,34.622,1.76278,275,275,0,0,644,0,0,0), + (37068,3662,1,0,0,7132.67,-823.83,60.2618,4.66411,275,275,0,0,330,938,0,0), + (37069,6737,1,0,0,6406.51,515.367,8.72571,1.27409,275,275,0,0,1605,0,0,0), + (37070,3666,1,0,0,6406.11,519.815,23.9674,0.436332,275,275,0,0,644,0,0,0), + (37071,3667,1,0,0,5681.28,203.113,26.7769,3.03396,275,275,5,0,356,0,0,2), + (37072,4182,1,0,0,6564.99,488.889,8.33558,4.57276,275,275,0,0,748,0,0,0), + (37073,4183,1,0,0,6571.59,480.527,8.33259,2.80998,275,275,0,0,919,0,0,0), + (37074,4185,1,0,0,6568.22,439.552,9.14274,2.6529,275,275,0,0,804,0,0,0), + (37075,4186,1,0,0,6534.43,518.322,9.14274,4.50295,275,275,0,0,804,0,0,0), + (37076,4187,1,0,0,6528.26,515.126,9.14274,5.60251,275,275,0,0,1106,0,0,0), + (37077,4189,1,0,0,6560.45,442.669,9.14274,0.244346,275,275,0,0,594,0,0,0), + (37078,4190,1,0,0,6385.84,524.491,8.73531,0.628319,275,275,0,0,546,0,0,0), + (37079,4191,1,0,0,6428.75,510.32,8.73342,2.14675,275,275,0,0,644,0,0,0), + (37080,4192,1,0,0,6415.99,529.098,8.7366,4.90438,275,275,0,0,695,0,0,0), + (37081,4193,1,0,0,6563.51,436.932,9.14274,1.5708,275,275,0,0,1528,0,0,0), + (37082,2913,1,0,0,6506.35,489.304,6.8245,4.31096,275,275,0,0,500,0,0,0), + (37083,4194,1,0,0,4998.98,72.8715,52.7886,1.95477,275,275,0,0,644,0,0,0), + (37084,4195,1,0,0,4986.99,80.0395,52.8232,0.401426,275,275,0,0,644,0,0,0), + (37085,2917,1,0,0,4678.63,601.614,18.4972,2.21657,275,275,0,0,695,0,0,0), + (37086,10085,1,0,0,6399.89,491.802,8.12578,1.58825,275,275,0,0,1605,0,0,0), + (37087,4456,1,0,0,-3613.43,-4463.9,13.6227,2.97522,275,275,0,0,1309,0,0,0), + (37088,4200,1,0,0,6399.57,533.387,8.73894,4.04916,275,275,0,0,594,0,0,0), + (37089,7017,1,0,0,6807.76,-765.586,68.9631,3.0329,7200,7200,5,0,356,0,0,1), + (37090,2156,1,0,0,4579.38,584.232,1.24415,2.20783,275,275,3,0,354,0,0,1), + (37091,2156,1,0,0,4599.96,583.594,1.32809,4.4401,275,275,3,0,354,0,0,1), + (37092,2156,1,0,0,4624.61,642.974,6.69941,0.945663,275,275,3,0,354,0,0,1), + (37093,2156,1,0,0,4662.05,612.126,9.29389,0.095303,275,275,5,0,354,0,0,1), + (37094,2156,1,0,0,4643.69,627.042,8.41889,2.06404,275,275,3,0,354,0,0,1), + (37095,2156,1,0,0,4592.41,604.546,1.50847,2.78521,275,275,3,0,354,0,0,1), + (37096,3692,1,0,0,4608.44,-6.32595,69.7473,1.85005,275,275,0,0,860,0,0,0), + (37097,3693,1,0,0,6434.59,362.807,14.0243,1.09956,275,275,0,0,644,0,0,0), + (37098,2157,1,0,0,4560.95,571.699,1.47901,2.13726,275,275,5,0,382,0,0,1), + (37099,2157,1,0,0,4582.15,568.842,1.07809,1.12217,275,275,3,0,382,0,0,2), + (37100,2157,1,0,0,4620.32,617.183,5.4568,0.931292,275,275,3,0,382,0,0,1), + (37101,3695,1,0,0,4773.25,207.805,50.987,2.17813,275,275,0,0,273,0,0,0), + (37102,12656,1,0,0,6494.46,801.751,8.1358,4.43314,275,275,0,0,644,0,0,0), + (37103,2930,1,0,0,6438.62,471.896,8.12515,1.91474,275,275,0,0,2972,0,0,0), + (37104,883,1,0,0,7168.18,-694.047,45.7373,2.5013,275,275,10,0,1,0,0,1), + (37105,883,1,0,0,5273.67,323.022,30.6557,2.64425,275,275,10,0,1,0,0,1), + (37106,883,1,0,0,6038.46,48.4677,36.0453,0.799813,275,275,5,0,1,0,0,1), + (37107,2163,1,0,0,6952.43,30.7177,15.1094,0.918315,275,275,10,0,278,0,0,1), + (37108,883,1,0,0,5062.61,115.147,44.2793,1.67552,275,275,0,0,1,0,0,0), + (37109,2163,1,0,0,7147.37,4.19446,10.2681,3.79681,275,275,10,0,278,0,0,1), + (37110,2163,1,0,0,6510.52,-60.6708,34.5754,0.559841,275,275,5,0,278,0,0,1), + (37111,2163,1,0,0,6403.39,112.84,36.0033,4.69152,275,275,10,0,278,0,0,1), + (37112,883,1,0,0,7354.59,-733.314,15.7977,1.78024,275,275,0,0,1,0,0,0), + (37113,2163,1,0,0,6923.3,-10.2967,20.7932,4.16144,275,275,5,0,278,0,0,1), + (37114,2163,1,0,0,7073.01,-50.1616,16.3863,3.04425,275,275,10,0,278,0,0,1), + (37115,2163,1,0,0,7082.81,18.2285,16.4387,3.33924,275,275,5,0,278,0,0,1), + (37116,2163,1,0,0,7297.03,-154.166,13.603,3.1415,275,275,5,0,278,0,0,1), + (37117,2163,1,0,0,6446.69,20.2979,29.1625,1.65783,275,275,10,0,278,0,0,1), + (37118,2163,1,0,0,6876.25,23.4208,22.2693,0.240713,275,275,5,0,278,0,0,1), + (37119,2163,1,0,0,5896.86,153.815,33.3209,5.19873,275,275,5,0,278,0,0,1), + (37120,2163,1,0,0,7295.18,-179.016,14.9421,0.619617,275,275,5,0,278,0,0,1), + (37121,2163,1,0,0,6843.06,250.148,17.7492,0.807494,275,275,5,0,278,0,0,1), + (37122,2163,1,0,0,6520.11,-50.3446,33.9653,2.56236,275,275,5,0,278,0,0,1), + (37123,2163,1,0,0,5919.21,-50.4607,43.8068,3.08072,275,275,3,0,278,0,0,1), + (37124,2163,1,0,0,7364.27,-246.737,10.0085,0.157446,275,275,5,0,278,0,0,1), + (37125,2163,1,0,0,5869.78,111.83,31.7887,3.30835,275,275,5,0,278,0,0,1), + (37126,2163,1,0,0,6739.36,311.01,24.0622,2.0485,275,275,5,0,278,0,0,1), + (37127,2163,1,0,0,6724.76,308.587,24.5658,2.07467,275,275,5,0,278,0,0,1), + (37128,2163,1,0,0,6853.91,219.44,12.9635,1.18623,275,275,5,0,278,0,0,1), + (37129,2163,1,0,0,6608.81,327.811,28.9928,1.13334,275,275,5,0,278,0,0,1), + (37130,2163,1,0,0,6648.36,426.383,26.7427,4.79972,275,275,5,0,278,0,0,1), + (37131,2163,1,0,0,6656.02,288.861,32.1827,3.56777,275,275,5,0,278,0,0,1), + (37132,2163,1,0,0,6662.83,410.104,26.2989,4.15172,275,275,5,0,278,0,0,1), + (37133,2163,1,0,0,7048.54,80.9535,16.9582,4.88621,275,275,10,0,278,0,0,1), + (37134,2163,1,0,0,6820,97.5871,19.6779,4.57631,275,275,5,0,278,0,0,1), + (37135,2163,1,0,0,6572.81,298.632,32.0814,5.05515,275,275,5,0,278,0,0,1), + (37136,2163,1,0,0,6916.55,50.5651,17.2194,5.13004,275,275,5,0,278,0,0,1), + (37137,2163,1,0,0,6659.38,-270.631,47.0861,6.03121,275,275,5,0,278,0,0,1), + (37138,2163,1,0,0,6468.98,76.1526,34.9721,3.01033,275,275,10,0,278,0,0,1), + (37139,2163,1,0,0,6813.57,216.138,20.1,2.33756,275,275,5,0,278,0,0,1), + (37140,2163,1,0,0,5940.99,-91.4186,57.7381,3.37212,275,275,10,0,278,0,0,1), + (37141,2163,1,0,0,6431.76,-44.0037,37.0905,2.16151,275,275,5,0,278,0,0,1), + (37142,2163,1,0,0,6505.71,-139.835,36.4572,4.42872,275,275,10,0,278,0,0,1), + (37143,2163,1,0,0,6472.22,113.158,38.6066,4.33063,275,275,10,0,278,0,0,1), + (37144,2163,1,0,0,7200.72,33.2228,10.448,2.54268,275,275,10,0,278,0,0,1), + (37145,2163,1,0,0,6421.98,-9.86445,30.3185,4.97885,275,275,5,0,278,0,0,1), + (37146,2163,1,0,0,6467.01,78.6208,35.3671,2.65459,275,275,10,0,278,0,0,1), + (37147,2163,1,0,0,6504.04,91.3375,35.8166,0.230532,275,275,10,0,278,0,0,1), + (37148,2163,1,0,0,6640.41,429.545,27.8345,3.28593,275,275,5,0,278,0,0,1), + (37149,2163,1,0,0,6504.41,248.525,29.4294,4.177,275,275,5,0,278,0,0,1), + (37150,2163,1,0,0,7029.24,-41.0434,19.6464,3.15039,275,275,5,0,278,0,0,1), + (37151,2163,1,0,0,6920.07,76.1889,14.1604,2.83182,275,275,5,0,278,0,0,1), + (37152,2163,1,0,0,5704.81,16.947,39.2277,0.509943,275,275,3,0,278,0,0,1), + (37153,2163,1,0,0,7173.6,-70.2085,15.8925,5.08075,275,275,5,0,278,0,0,1), + (37154,2163,1,0,0,6977.61,41.8601,15.855,1.08734,275,275,5,0,278,0,0,1), + (37155,2163,1,0,0,6876.34,100.906,14.3866,2.65611,275,275,5,0,278,0,0,1), + (37156,2163,1,0,0,7024.54,92.4182,15.1654,0.670053,275,275,10,0,278,0,0,1), + (37157,2163,1,0,0,7330.21,-59.5434,11.1063,1.5708,275,275,10,0,278,0,0,1), + (37158,2163,1,0,0,6277.86,193.395,35.1029,4.60073,275,275,5,0,278,0,0,1), + (37159,2163,1,0,0,7244.56,129.521,10.8882,4.47168,275,275,10,0,278,0,0,1), + (37160,2163,1,0,0,7207.38,91.6158,11.956,2.50863,275,275,10,0,278,0,0,1), + (37161,2163,1,0,0,6241.67,148.66,39.1281,1.41436,275,275,5,0,278,0,0,1), + (37162,2163,1,0,0,7157.91,99.3053,13.3836,1.02011,275,275,10,0,278,0,0,1), + (37163,2163,1,0,0,7029.72,21.5478,16.5202,1.39195,275,275,10,0,278,0,0,1), + (37164,2163,1,0,0,6987.45,5.71158,13.2148,3.69491,275,275,10,0,278,0,0,1), + (37165,2163,1,0,0,7180.34,-66.9861,15.41,0.128326,275,275,5,0,278,0,0,1), + (37166,2163,1,0,0,7332.71,119.902,11.7834,1.20082,275,275,10,0,278,0,0,1), + (37167,2163,1,0,0,7291.88,-47.4621,8.17893,5.72299,275,275,10,0,278,0,0,1), + (37168,2163,1,0,0,7346.64,-122.564,13.6169,2.84453,275,275,10,0,278,0,0,1), + (37169,883,1,0,0,4700.78,134.819,54.0428,6.14356,275,275,10,0,1,0,0,1), + (37170,2163,1,0,0,7301.18,-17.649,11.7287,4.99861,275,275,10,0,278,0,0,1), + (37171,2163,1,0,0,6238.67,218.854,40.5209,3.33163,275,275,5,0,278,0,0,1), + (37172,2163,1,0,0,7347.09,94.1124,12.9812,3.165,275,275,10,0,278,0,0,1), + (37173,2163,1,0,0,5939.81,130.066,29.9255,5.57985,275,275,5,0,278,0,0,1), + (37174,2163,1,0,0,6209.82,450.424,23.1752,0.896725,275,275,10,0,278,0,0,1), + (37175,2163,1,0,0,7181.8,-22.3868,9.92127,0.266077,275,275,5,0,278,0,0,1), + (37176,2163,1,0,0,6851.94,-2.32602,21.8626,1.67108,275,275,5,0,278,0,0,1), + (37177,2163,1,0,0,7256.2,30.1272,10.4305,1.65978,275,275,5,0,278,0,0,1), + (37178,2163,1,0,0,6710.89,376.755,25.9951,3.44084,275,275,5,0,278,0,0,1), + (37179,2163,1,0,0,6746.27,354.115,28.7608,0.568194,275,275,5,0,278,0,0,1), + (37180,2163,1,0,0,6673.2,290.389,30.8061,1.81698,275,275,5,0,278,0,0,1), + (37181,2163,1,0,0,5934.2,88.4144,31.9707,6.10632,275,275,5,0,278,0,0,1), + (37182,2163,1,0,0,7197.92,-43.75,12.6035,5.77159,275,275,5,0,278,0,0,1), + (37183,2163,1,0,0,7222.81,-120.275,14.7227,0.550557,275,275,5,0,278,0,0,1), + (37184,2163,1,0,0,6804.94,297.139,23.9473,1.9916,275,275,5,0,278,0,0,1), + (37185,2163,1,0,0,6552.46,-213.007,39.1891,4.58126,275,275,3,0,278,0,0,1), + (37186,2163,1,0,0,7309.57,-199.452,13.175,4.73661,275,275,5,0,278,0,0,1), + (37187,2163,1,0,0,7246.89,-82.7165,13.2468,2.86469,275,275,5,0,278,0,0,1), + (37188,2163,1,0,0,5846.97,214.47,32.5401,3.94979,275,275,10,0,278,0,0,1), + (37189,2163,1,0,0,6216.91,254.894,37.5754,1.74462,275,275,5,0,278,0,0,1), + (37190,2163,1,0,0,6280.19,446.94,25.3244,4.13061,275,275,5,0,278,0,0,1), + (37191,2164,1,0,0,6893.56,11.6143,24.1377,0.547067,275,275,5,0,341,0,0,1), + (37192,2164,1,0,0,5415.72,-5.03956,76.7753,4.45554,275,275,5,0,341,0,0,1), + (37193,2164,1,0,0,5022.85,335.164,30.7111,5.44738,275,275,10,0,341,0,0,1), + (37194,2164,1,0,0,6782.16,-413.72,43.9,6.00614,275,275,5,0,341,0,0,1), + (37195,2164,1,0,0,6869.89,-119.05,34.9622,6.2363,275,275,10,0,341,0,0,1), + (37196,2164,1,0,0,6778.4,-231.362,35.1045,1.43263,275,275,10,0,341,0,0,1), + (37197,2164,1,0,0,7051.93,13.7403,14.5466,5.5807,275,275,10,0,341,0,0,1), + (37198,2164,1,0,0,7222.85,76.8756,11.4584,6.11569,275,275,10,0,341,0,0,1), + (37199,2164,1,0,0,5021.72,281.857,31.0216,5.67575,275,275,10,0,341,0,0,1), + (37200,2164,1,0,0,6795.72,-241.52,39.0949,3.31027,275,275,10,0,341,0,0,1), + (37201,2164,1,0,0,6873.13,-293.039,40.3794,3.8142,275,275,10,0,341,0,0,1), + (37202,2164,1,0,0,6973.75,-40.3627,21.0226,1.38637,275,275,5,0,341,0,0,1), + (37203,2164,1,0,0,6830.28,-120.329,34.5408,6.13024,275,275,10,0,341,0,0,1), + (37204,2164,1,0,0,5375.88,447.166,21.5353,1.16398,275,275,10,0,341,0,0,1), + (37205,2164,1,0,0,6975.77,-390.593,38.3023,1.91927,275,275,10,0,341,0,0,1), + (37206,2164,1,0,0,5582.44,17.9314,60.4998,6.07531,275,275,5,0,341,0,0,1), + (37207,2164,1,0,0,6844.95,-169.339,38.6128,0.611155,275,275,5,0,341,0,0,1), + (37208,2164,1,0,0,7262.8,-182.151,18.2242,3.62489,275,275,5,0,341,0,0,1), + (37209,2164,1,0,0,5449.35,394.829,19.9966,2.89709,275,275,10,0,341,0,0,1), + (37210,2164,1,0,0,5353.58,419.512,27.0407,2.50806,275,275,5,0,341,0,0,1), + (37211,2164,1,0,0,6975.94,56.9724,14.105,1.78468,275,275,5,0,341,0,0,1), + (37212,2164,1,0,0,5152.55,409.436,29.0444,0.244505,275,275,10,0,341,0,0,1), + (37213,2164,1,0,0,7216.42,-516.437,34.9261,5.49779,275,275,10,0,341,0,0,1), + (37214,2164,1,0,0,7244.82,-107.733,14.0145,1.17525,275,275,5,0,341,0,0,1), + (37215,2164,1,0,0,6785.75,-281.894,39.807,2.82358,275,275,5,0,341,0,0,1), + (37216,2164,1,0,0,7124.54,-519.055,40.1513,5.95093,275,275,10,0,341,0,0,1), + (37217,2164,1,0,0,5461.95,414.838,22.0017,5.75265,275,275,10,0,341,0,0,1), + (37218,2164,1,0,0,6829.07,-410.867,43.8074,4.88032,275,275,10,0,341,0,0,1), + (37219,2164,1,0,0,7213.51,-582.357,37.2638,3.88202,275,275,5,0,341,0,0,1), + (37220,2164,1,0,0,5647.92,388.542,17.8947,3.14159,275,275,5,0,341,0,0,1), + (37221,2164,1,0,0,5725.8,373.666,19.6151,1.96454,275,275,10,0,341,0,0,1), + (37222,2164,1,0,0,5787.23,316.036,26.3305,3.04832,275,275,5,0,341,0,0,1), + (37223,2164,1,0,0,6823.93,-196.094,42.5724,2.18146,275,275,5,0,341,0,0,1), + (37224,2164,1,0,0,6980.51,-337.852,34.5561,0.003807,275,275,10,0,341,0,0,1), + (37225,2164,1,0,0,5862.11,447.216,16.0025,3.50198,275,275,10,0,341,0,0,1), + (37226,2164,1,0,0,5641.01,434.717,17.4823,0.401694,275,275,10,0,341,0,0,1), + (37227,2164,1,0,0,7076.62,-502.422,44.7216,2.16856,275,275,3,0,341,0,0,1), + (37228,2164,1,0,0,7016.29,-387.172,34.7628,3.44296,275,275,10,0,341,0,0,1), + (37229,2164,1,0,0,5681.58,421.719,14.5412,4.6293,275,275,10,0,341,0,0,1), + (37230,2164,1,0,0,5634.32,348.899,17.6915,0.485478,275,275,10,0,341,0,0,1), + (37231,2164,1,0,0,5784.3,431.188,13.3199,3.00842,275,275,10,0,341,0,0,1), + (37232,2164,1,0,0,5103.33,473.215,22.277,0.905814,275,275,10,0,341,0,0,1), + (37233,2164,1,0,0,7054.81,-282.581,42.5628,5.38433,275,275,5,0,341,0,0,1), + (37234,2164,1,0,0,4984.2,384.201,30.2642,5.97939,275,275,5,0,341,0,0,1), + (37235,2164,1,0,0,5298.56,448.815,21.9092,2.194,275,275,10,0,341,0,0,1), + (37236,2164,1,0,0,7068.23,-553.646,44.2623,1.66925,275,275,10,0,341,0,0,1), + (37237,2164,1,0,0,5350.57,348.811,31.7041,1.02189,275,275,5,0,341,0,0,1), + (37238,2164,1,0,0,5250.19,442.391,24.6019,5.24159,275,275,10,0,341,0,0,1), + (37239,2164,1,0,0,5480.11,372.692,23.7244,1.17499,275,275,10,0,341,0,0,1), + (37240,2164,1,0,0,4995.83,287.5,36.2307,5.62652,275,275,10,0,341,0,0,1), + (37241,2164,1,0,0,5677.75,355.562,16.4702,4.47472,275,275,10,0,341,0,0,1), + (37242,2164,1,0,0,5735.44,355.611,23.7582,3.01744,275,275,5,0,341,0,0,1), + (37243,2164,1,0,0,7088.42,-166.975,30.0149,5.55732,275,275,10,0,341,0,0,1), + (37244,2164,1,0,0,7339.49,124.662,12.3745,1.25326,275,275,10,0,341,0,0,1), + (37245,2164,1,0,0,5569.27,366.712,28.6159,1.11413,275,275,10,0,341,0,0,1), + (37246,2164,1,0,0,7118.45,-357.402,34.6239,5.22063,275,275,10,0,341,0,0,1), + (37247,2164,1,0,0,6890.36,-175.174,36.1546,0.503399,275,275,5,0,341,0,0,1), + (37248,2164,1,0,0,6873.61,-230.556,38.5052,2.1756,275,275,5,0,341,0,0,1), + (37249,2164,1,0,0,7186.52,-227.243,30.3096,4.56842,275,275,10,0,341,0,0,1), + (37250,2164,1,0,0,6969.87,-146.264,34.9754,1.73163,275,275,10,0,341,0,0,1), + (37251,2164,1,0,0,6919.34,-146.04,32.2637,3.89504,275,275,10,0,341,0,0,1), + (37252,2164,1,0,0,7267.32,-67.0925,11.8039,3.2049,275,275,5,0,341,0,0,1), + (37253,2164,1,0,0,6976.69,-264.547,34.8024,5.88599,275,275,10,0,341,0,0,1), + (37254,2164,1,0,0,4883.3,417.62,42.322,3.31249,275,275,5,0,341,0,0,1), + (37255,2164,1,0,0,7212.46,-345.634,34.0061,6.03218,275,275,5,0,341,0,0,1), + (37256,2164,1,0,0,7304.1,34.6782,10.7147,5.26168,275,275,10,0,341,0,0,1), + (37257,2164,1,0,0,6913.97,-454.03,45.1456,0.954632,275,275,10,0,341,0,0,1), + (37258,2164,1,0,0,5137.47,478.432,19.6879,4.45548,275,275,10,0,341,0,0,1), + (37259,2164,1,0,0,7149.51,-242.423,30.6958,4.87336,275,275,10,0,341,0,0,1), + (37260,2164,1,0,0,5762.38,405.391,12.8129,4.77785,275,275,10,0,341,0,0,1), + (37261,2164,1,0,0,5268.18,411.734,27.2628,3.4411,275,275,10,0,341,0,0,1), + (37262,2164,1,0,0,7177.01,-14.9773,8.79741,0.915491,275,275,5,0,341,0,0,1), + (37263,2164,1,0,0,5440.79,254.209,35.9679,2.78431,275,275,10,0,341,0,0,1), + (37264,2164,1,0,0,5252.41,53.2146,47.8759,2.24203,275,275,3,0,341,0,0,1), + (37265,2164,1,0,0,5508.21,125.635,32.5706,0.416044,275,275,10,0,341,0,0,1), + (37266,2164,1,0,0,5176.26,462.573,19.4816,3.76809,275,275,10,0,341,0,0,1), + (37267,2164,1,0,0,5312.18,51.7446,49.8243,2.75927,275,275,2,0,341,0,0,1), + (37268,2164,1,0,0,5350.99,163.637,34.3708,1.40837,275,275,5,0,341,0,0,1), + (37269,2164,1,0,0,7136.65,-310.182,39.2247,5.30032,275,275,10,0,341,0,0,1), + (37270,2164,1,0,0,5232.59,351.666,30.6399,0.152946,275,275,10,0,341,0,0,1), + (37271,2164,1,0,0,7215.1,-314.461,28.2808,2.81356,275,275,10,0,341,0,0,1), + (37272,2164,1,0,0,5472.99,169.11,28.8357,5.2451,275,275,5,0,341,0,0,1), + (37273,2164,1,0,0,5083.56,425.453,25.6348,5.2434,275,275,10,0,341,0,0,1), + (37274,2164,1,0,0,7102.08,-153.421,28.1857,4.71239,275,275,5,0,341,0,0,1), + (37275,2164,1,0,0,6036.95,439.119,14.8222,0.726348,275,275,10,0,341,0,0,1), + (37276,2164,1,0,0,5059.45,425.531,25.046,6.21064,275,275,10,0,341,0,0,1), + (37277,2164,1,0,0,5472.23,438.637,20.2963,3.93874,275,275,10,0,341,0,0,1), + (37278,2164,1,0,0,6981.47,-226.466,39.1752,1.56006,275,275,10,0,341,0,0,1), + (37279,2164,1,0,0,5247.16,118.643,43.6682,2.80035,275,275,10,0,341,0,0,1), + (37280,2164,1,0,0,5198.33,428.405,26.9767,0.28313,275,275,10,0,341,0,0,1), + (37281,2164,1,0,0,5527.03,385.201,22.3685,2.586,275,275,10,0,341,0,0,1), + (37282,2164,1,0,0,5230.77,289.851,33.813,0.589596,275,275,10,0,341,0,0,1), + (37283,2164,1,0,0,5318.03,116.29,35.0763,5.22764,275,275,10,0,341,0,0,1), + (37284,2164,1,0,0,5813.06,416.818,15.271,3.6897,275,275,10,0,341,0,0,1), + (37285,2164,1,0,0,5485.79,212.097,31.316,3.50517,275,275,10,0,341,0,0,1), + (37286,2164,1,0,0,5571.79,229.609,33.6743,0.500659,275,275,10,0,341,0,0,1), + (37287,2164,1,0,0,5948.09,415.306,17.581,3.69274,275,275,10,0,341,0,0,1), + (37288,2164,1,0,0,7046.4,-619.931,51.4931,3.62534,275,275,5,0,341,0,0,1), + (37289,2164,1,0,0,6946.11,-449.92,47.3035,3.11035,275,275,10,0,341,0,0,1), + (37290,2164,1,0,0,5448.08,183.604,29.6006,3.50071,275,275,5,0,341,0,0,1), + (37291,2164,1,0,0,7184.51,-544.569,39.8491,1.16924,275,275,10,0,341,0,0,1), + (37292,2165,1,0,0,4778.49,-9.23115,78.5812,3.96289,275,275,5,0,445,0,0,1), + (37293,2165,1,0,0,5019.98,302.86,33.1113,6.2402,275,275,10,0,445,0,0,1), + (37294,3701,1,0,0,6437.48,397.48,11.7883,3.05529,275,275,0,0,804,674,0,0), + (37295,2165,1,0,0,4750.62,449.749,33.9574,3.27673,275,275,10,0,445,0,0,1), + (37296,2165,1,0,0,4751.34,483.056,27.4332,4.37016,275,275,10,0,445,0,0,1), + (37297,2165,1,0,0,4762.67,291.049,50.8001,2.97525,275,275,5,0,445,0,0,1), + (37298,2165,1,0,0,4849.5,316.719,50.4823,4.461,275,275,5,0,445,0,0,1), + (37299,2165,1,0,0,4790.71,293.438,51.4038,3.9774,275,275,5,0,445,0,0,1), + (37300,2165,1,0,0,4733.5,412.839,40.2516,3.13769,275,275,10,0,445,0,0,1), + (37301,2165,1,0,0,5228.53,437.596,24.2772,4.26477,275,275,10,0,445,0,0,1), + (37302,2165,1,0,0,5278.42,382.891,28.409,3.94149,275,275,10,0,445,0,0,1), + (37303,2165,1,0,0,4806.22,335.029,50.4551,2.47326,275,275,5,0,445,0,0,1), + (37304,2165,1,0,0,4750.36,339.867,54.1263,1.75482,275,275,5,0,445,0,0,1), + (37305,2165,1,0,0,4780.62,367.483,45.1961,4.60961,275,275,10,0,445,0,0,1), + (37306,2165,1,0,0,5000.14,377.673,31.4428,3.60524,275,275,10,0,445,0,0,1), + (37307,2165,1,0,0,4900.6,463.742,30.9726,2.89496,275,275,5,0,445,0,0,1), + (37308,2165,1,0,0,4818.6,413.45,40.2038,5.75041,275,275,10,0,445,0,0,1), + (37309,2165,1,0,0,4784.31,252.049,53.4726,2.28208,275,275,5,0,445,0,0,1), + (37310,2165,1,0,0,4847.65,474.197,29.1275,6.09879,275,275,5,0,445,0,0,1), + (37311,2165,1,0,0,4733.14,127.721,53.8771,4.07749,275,275,10,0,445,0,0,1), + (37312,3702,1,0,0,6557.88,472.97,9.0979,2.61799,275,275,0,0,860,0,0,0), + (37313,2167,1,0,0,5874.7,349.144,21.0463,2.68764,275,275,0,0,230,249,0,0), + (37314,2167,1,0,0,5874.57,306.466,21.0411,2.43449,275,275,0,0,230,249,0,0), + (37315,2167,1,0,0,5871.39,376.547,19.3613,5.74458,275,275,0,0,230,249,0,0), + (37316,2167,1,0,0,6052.02,364.6,21.7352,2.53679,275,275,5,0,230,249,0,2), + (37317,2167,1,0,0,6014.83,345.881,27.7206,1.6913,275,275,0,0,230,249,0,0), + (37318,2167,1,0,0,5871.88,329.135,21.2911,0.004879,275,275,0,0,230,249,0,0), + (37319,2167,1,0,0,6018.6,373.455,22.3549,4.84936,275,275,5,0,230,249,0,1), + (37320,2167,1,0,0,5989.82,365.361,21.3779,0.554553,275,275,0,0,230,249,0,0), + (37321,2167,1,0,0,6001.66,333.823,21.8611,1.11045,275,275,5,0,230,249,0,1), + (37322,2167,1,0,0,6001.03,381.789,23.4799,3.03768,275,275,5,0,230,249,0,1), + (37323,2167,1,0,0,5959.84,344.082,23.0414,5.84375,275,275,0,0,230,249,0,0), + (37324,2167,1,0,0,5977.89,332.234,22.649,2.07852,275,275,0,0,230,249,0,0), + (37325,2168,1,0,0,4645.19,135.847,58.9155,4.83055,275,275,5,0,356,0,0,1), + (37326,2168,1,0,0,4562.07,156.775,59.0941,2.00613,275,275,5,0,356,0,0,1), + (37327,2168,1,0,0,4600.5,146.465,62.6421,1.95823,275,275,5,0,356,0,0,1), + (37328,2168,1,0,0,6826.79,-385.98,40.3288,2.08857,275,275,0,0,356,0,0,0), + (37329,2168,1,0,0,6835.76,-369.98,40.5588,1.9566,275,275,3,0,356,0,0,1), + (37330,2168,1,0,0,6824.37,-356.835,40.3763,4.8692,275,275,10,0,356,0,0,1), + (37331,2168,1,0,0,6796.71,-414.173,41.9,5.2313,275,275,3,0,356,0,0,1), + (37332,2168,1,0,0,6825.25,-405.751,42.7215,3.49825,275,275,3,0,356,0,0,1), + (37333,2168,1,0,0,6805.2,-397.202,40.3288,3.04603,275,275,0,0,356,0,0,0), + (37334,2168,1,0,0,4879.07,329.094,43.8928,3.5755,275,275,3,0,356,0,0,1), + (37335,2168,1,0,0,4944.98,329.659,35.9194,1.41019,275,275,10,0,356,0,0,1), + (37336,2168,1,0,0,4890.13,307.784,39.2678,0.037224,275,275,0,0,356,0,0,0), + (37337,2168,1,0,0,6844.76,-515.136,44.1436,5.70179,275,275,5,0,356,0,0,1), + (37338,2168,1,0,0,6839.64,-492.768,41.7686,0.670665,275,275,10,0,356,0,0,1), + (37339,2168,1,0,0,6853.05,-466.271,41.0186,3.34353,275,275,10,0,356,0,0,1), + (37340,2168,1,0,0,6870.82,-535.031,43.0532,0.601884,275,275,10,0,356,0,0,1), + (37341,2168,1,0,0,6869.07,-498.697,40.2686,4.89339,275,275,10,0,356,0,0,1), + (37342,2168,1,0,0,6888.15,-472.005,42.8936,3.1209,275,275,3,0,356,0,0,1), + (37343,2168,1,0,0,6893.05,-514.037,42.3936,1.07719,275,275,10,0,356,0,0,1), + (37344,2168,1,0,0,6881.39,-450.153,41.2686,0.593235,275,275,10,0,356,0,0,1), + (37345,2168,1,0,0,4928.68,351.872,35.5085,3.24074,275,275,10,0,356,0,0,1), + (37346,2168,1,0,0,4905.09,363.326,39.5382,3.85787,275,275,10,0,356,0,0,1), + (37347,2168,1,0,0,4931.14,309.166,37.8694,0.105208,275,275,10,0,356,0,0,1), + (37348,2168,1,0,0,4893.95,340.619,38.0942,2.04971,275,275,5,0,356,0,0,1), + (37349,2168,1,0,0,4937.81,276.577,41.7011,0.680847,275,275,10,0,356,0,0,2), + (37350,2168,1,0,0,6904.99,-488.851,41.9953,1.96411,275,275,10,0,356,0,0,1), + (37351,2168,1,0,0,6796.15,-378.958,41.8431,1.9399,275,275,0,0,356,0,0,0), + (37352,2169,1,0,0,4597.23,155.6,62.5205,4.90599,275,275,5,0,350,393,0,1), + (37353,2169,1,0,0,4553.24,146.589,59.6339,2.07148,275,275,5,0,350,393,0,1), + (37354,2169,1,0,0,4442.89,-8.8541,85.7232,2.59885,275,275,0,0,350,393,0,0), + (37355,2169,1,0,0,4446.77,25.5621,75.4904,6.2346,275,275,5,0,350,393,0,2), + (37356,2169,1,0,0,4472.54,2.01303,90.4975,4.92957,275,275,5,0,350,393,0,1), + (37357,2169,1,0,0,6810.67,-409.233,40.1824,2.1577,275,275,0,0,350,393,0,0), + (37358,2169,1,0,0,6888.04,-497.424,40.2686,4.13034,275,275,0,0,350,393,0,0), + (37359,2169,1,0,0,6878.19,-478.066,40.2686,3.34835,275,275,0,0,350,393,0,0), + (37360,2169,1,0,0,6865.33,-517.251,40.2686,4.55318,275,275,0,0,350,393,0,0), + (37361,2169,1,0,0,6853.17,-484.074,40.2686,4.3529,275,275,0,0,350,393,0,0), + (37362,2169,1,0,0,6867.44,-459.709,40.2686,4.26117,275,275,10,0,350,393,0,1), + (37363,2169,1,0,0,4927.9,279.875,41.9928,2.87268,275,275,10,0,350,393,0,1), + (37364,2169,1,0,0,4909.9,340.104,36.9393,5.944,275,275,0,0,350,393,0,0), + (37365,2169,1,0,0,6815.54,-370.415,40.2038,5.26216,275,275,0,0,350,393,0,0), + (37366,2170,1,0,0,4560.06,165.156,59.2191,2.39922,275,275,5,0,377,408,0,1), + (37367,2170,1,0,0,4552.73,138.727,60.4691,3.30284,275,275,5,0,377,408,0,1), + (37368,2170,1,0,0,4517.31,6.17701,90.3334,2.25796,275,275,0,0,377,408,0,0), + (37369,2170,1,0,0,4681.83,55.9737,62.8627,0.635603,275,275,5,0,377,408,0,1), + (37370,2170,1,0,0,4661.61,39.9738,65.9223,0.768246,275,275,0,0,377,408,0,0), + (37371,2170,1,0,0,4496.09,12.1586,90.7475,3.78682,275,275,5,0,377,408,0,1), + (37372,2170,1,0,0,4535.29,20.3027,88.426,3.23811,275,275,0,0,377,408,0,0), + (37373,2170,1,0,0,4615.77,64.5214,68.2743,4.42196,275,275,5,0,377,408,0,1), + (37374,2170,1,0,0,4642.37,82.77,61.0284,2.29464,275,275,10,0,377,408,0,2), + (37375,2170,1,0,0,4597.04,44.378,73.2624,6.2643,275,275,5,0,377,408,0,1), + (37376,922,0,0,0,-9700.58,-4000.34,-4.55441,1.8326,300,300,5,0,1829,0,0,1), + (37377,2170,1,0,0,4627.6,43.8167,68.6493,4.50998,275,275,5,0,377,408,0,1), + (37378,2170,1,0,0,4629.54,27.3749,69.748,1.16068,275,275,0,0,377,408,0,0), + (37379,2171,1,0,0,4530.73,5.72852,89.2084,3.16716,275,275,0,0,404,456,0,0), + (37380,2171,1,0,0,4521.24,14.8599,89.2084,3.90564,275,275,5,0,404,456,0,1), + (37381,2171,1,0,0,4571.66,145.858,59.8983,2.0935,275,275,5,0,404,456,0,1), + (37382,2171,1,0,0,4542.45,150.76,60.2191,3.34056,275,275,5,0,404,456,0,1), + (37383,2171,1,0,0,4630.27,61.0788,66.8993,1.14095,275,275,0,0,404,456,0,0), + (37384,2171,1,0,0,4647.15,43.0141,65.7973,3.79783,275,275,0,0,404,456,0,0), + (37385,2172,1,0,0,4520.81,660.807,24.7804,4.72302,7200,7200,0,0,484,0,0,2), + (37386,2174,1,0,0,5583.24,848.135,-20.2323,1.25431,275,275,10,0,300,0,0,1), + (37387,2174,1,0,0,5256.52,779.165,-10.732,3.52288,275,275,10,0,300,0,0,1), + (37388,2174,1,0,0,4998.83,716.437,-10.6144,0.020135,275,275,10,0,300,0,0,1), + (37389,2174,1,0,0,5114.06,649.675,-7.48067,3.04183,275,275,10,0,300,0,0,1), + (37390,2174,1,0,0,5206.87,812.58,-11.3017,6.11116,275,275,10,0,300,0,0,1), + (37391,2174,1,0,0,7383.33,350,-13.7822,1.55784,275,275,10,0,300,0,0,1), + (37392,2174,1,0,0,5052.19,835.075,-22.1365,4.64733,275,275,10,0,300,0,0,1), + (37393,2174,1,0,0,5250.55,882.907,-13.6198,1.40631,275,275,10,0,300,0,0,1), + (37394,2174,1,0,0,7238.62,318.755,-16.9073,0.129206,275,275,10,0,300,0,0,1), + (37395,2174,1,0,0,5654.28,846.819,-19.5882,5.90951,275,275,10,0,300,0,0,1), + (37396,2174,1,0,0,5380.29,783.994,-19.7026,2.71262,275,275,10,0,300,0,0,1), + (37397,2174,1,0,0,7508.32,255.752,-43.1023,6.17351,275,275,10,0,300,0,0,1), + (37398,2174,1,0,0,5577.86,882.335,-19.7809,3.58885,275,275,10,0,300,0,0,1), + (37399,2174,1,0,0,5370.86,644.516,-17.7484,2.79482,275,275,10,0,300,0,0,1), + (37400,2174,1,0,0,5265.76,642.889,-15.4016,3.03988,275,275,10,0,300,0,0,1), + (37401,2174,1,0,0,5520.06,856.922,-22.8354,1.72567,275,275,10,0,300,0,0,1), + (37402,2174,1,0,0,7657.33,45.732,-27.1116,5.81864,275,275,10,0,300,0,0,1), + (37403,2174,1,0,0,5309.24,745.456,-13.6213,3.5727,275,275,10,0,300,0,0,1), + (37404,2174,1,0,0,5440.06,826.1,-36.2267,3.21705,275,275,10,0,300,0,0,1), + (37405,2174,1,0,0,7251.62,248.676,-8.80081,4.97058,275,275,10,0,300,0,0,1), + (37406,2174,1,0,0,4863.59,882.166,-11.0496,6.13701,275,275,10,0,300,0,0,1), + (37407,2174,1,0,0,7224.01,495.052,-40.2905,0.521357,275,275,10,0,300,0,0,1), + (37408,2174,1,0,0,7349.76,413.334,-14.7107,5.32175,275,275,10,0,300,0,0,1), + (37409,2174,1,0,0,7651.77,-80.6562,-13.959,0.637853,275,275,10,0,300,0,0,1), + (37410,2174,1,0,0,7248.92,472.972,-20.2931,1.2532,275,275,10,0,300,0,0,1), + (37411,2174,1,0,0,7595.87,219.198,-42.4343,3.01433,275,275,10,0,300,0,0,1), + (37412,2174,1,0,0,5514.13,740.611,-14.3731,1.49962,275,275,10,0,300,0,0,1), + (37413,2174,1,0,0,5542.91,782.822,-16.7243,1.95591,275,275,10,0,300,0,0,1), + (37414,2174,1,0,0,5466.24,774.732,-36.8013,1.25246,275,275,10,0,300,0,0,1), + (37415,2174,1,0,0,5667.77,777.121,-10.8919,3.62184,275,275,10,0,300,0,0,1), + (37416,2174,1,0,0,5117.95,855.087,-12.7449,1.93106,275,275,10,0,300,0,0,1), + (37417,2174,1,0,0,7652.21,135.628,-31.7069,1.52983,275,275,10,0,300,0,0,1), + (37418,2174,1,0,0,5663.74,726.992,-8.3074,5.59888,275,275,10,0,300,0,0,1), + (37419,2174,1,0,0,5165.65,892.631,-13.3926,6.21772,275,275,10,0,300,0,0,1), + (37420,2174,1,0,0,7602.27,259.578,-41.8583,5.6622,275,275,10,0,300,0,0,1), + (37421,2174,1,0,0,5120.31,706.809,-12.0713,4.65865,275,275,10,0,300,0,0,1), + (37422,2174,1,0,0,7253.28,394.802,-7.20539,5.89352,275,275,10,0,300,0,0,1), + (37423,2174,1,0,0,7449.22,397.184,-18.2124,1.35711,275,275,10,0,300,0,0,1), + (37424,2174,1,0,0,7649.59,-17.229,-12.6182,6.25969,275,275,10,0,300,0,0,1), + (37425,2174,1,0,0,5004.12,849.781,-15.5159,6.2139,275,275,10,0,300,0,0,1), + (37426,2174,1,0,0,7589.48,42.1571,-13.2111,5.35706,275,275,10,0,300,0,0,1), + (37427,2174,1,0,0,5514.75,916.961,-19.7328,3.16408,275,275,10,0,300,0,0,1), + (37428,2174,1,0,0,7474.7,283.161,-17.3887,2.63465,275,275,10,0,300,0,0,1), + (37429,2174,1,0,0,5468.29,676.95,-11.8309,6.19119,275,275,10,0,300,0,0,1), + (37430,2174,1,0,0,7290.76,357.566,-17.4114,2.99355,275,275,10,0,300,0,0,1), + (37431,2174,1,0,0,7515.89,185.962,-19.1305,2.07997,275,275,10,0,300,0,0,1), + (37432,2175,1,0,0,6563.79,302.533,31.4362,2.00627,7200,7200,0,0,205,0,0,0), + (37433,2176,1,0,0,5748.9,211.481,29.9254,1.13096,275,275,10,0,222,324,0,1), + (37434,2176,1,0,0,5729.43,215.662,28.3874,1.57177,275,275,5,0,222,324,0,1), + (37435,2176,1,0,0,5818.3,111.036,31.7998,2.957,275,275,5,0,222,324,0,1), + (37436,2176,1,0,0,5772.85,224.487,30.4732,1.59228,275,275,10,0,222,324,0,1), + (37437,2176,1,0,0,5811.09,210.878,30.2659,0.119296,275,275,10,0,222,324,0,1), + (37438,2176,1,0,0,5782.12,187.381,36.0202,5.04862,275,275,2,0,222,324,0,1), + (37439,2176,1,0,0,5806.83,175.647,31.2169,4.68305,275,275,5,0,222,324,0,1), + (37440,2176,1,0,0,5829,155.022,33.8485,2.26139,275,275,5,0,222,324,0,1), + (37441,2176,1,0,0,5830.17,196.53,31.0919,1.41377,275,275,10,0,222,324,0,1), + (37442,2176,1,0,0,5811.14,143.961,31.0387,0.99834,275,275,5,0,222,324,0,1), + (37443,2176,1,0,0,5781.77,113.827,35.3145,2.26993,275,275,5,0,222,324,0,1), + (37444,2176,1,0,0,5790.76,79.8623,33.6611,1.94039,275,275,5,0,222,324,0,1), + (37445,2176,1,0,0,5756.21,78.1608,34.2755,0.186668,275,275,5,0,222,324,0,1), + (37446,2177,1,0,0,5765.03,152.151,33.2846,6.27127,275,275,5,0,221,324,0,2), + (37447,2177,1,0,0,5744.63,176.355,32.8978,5.14634,275,275,5,0,221,324,0,1), + (37448,2177,1,0,0,5702.23,205.098,26.3253,2.96507,275,275,10,0,221,324,0,2), + (37449,2177,1,0,0,5563.02,160.715,28.3487,4.61719,275,275,5,0,221,324,0,1), + (37450,2177,1,0,0,5563.05,139.151,28.8487,4.8204,275,275,5,0,221,324,0,1), + (37451,2177,1,0,0,5627.08,100,29.7989,4.63826,275,275,10,0,221,324,0,1), + (37452,2177,1,0,0,5566.03,106.709,28.8876,4.68567,275,275,10,0,221,324,0,1), + (37453,2177,1,0,0,5593.58,85.0794,26.5489,3.24782,275,275,10,0,221,324,0,1), + (37454,2177,1,0,0,5588.34,170.264,27.841,1.78536,275,275,5,0,221,324,0,1), + (37455,2177,1,0,0,5591.37,139.551,27.773,2.10696,275,275,5,0,221,324,0,1), + (37456,2177,1,0,0,5623.24,210.835,25.5435,4.2594,275,275,5,0,221,324,0,1), + (37457,2177,1,0,0,5602.8,194.599,28.5009,6.15509,275,275,5,0,221,324,0,1), + (37458,2177,1,0,0,5638.79,237.164,24.4008,5.24519,275,275,5,0,221,324,0,1), + (37459,2177,1,0,0,5676.48,210.065,28.0328,0.12084,275,275,10,0,221,324,0,1), + (37460,2177,1,0,0,5655.01,215.821,27.9185,5.00274,275,275,5,0,221,324,0,1), + (37461,2177,1,0,0,5760.63,127.902,34.6052,0.95522,275,275,5,0,221,324,0,1), + (37462,2177,1,0,0,5728.76,97.1113,31.4331,4.11111,275,275,10,0,221,324,0,1), + (37463,2177,1,0,0,5782.21,153.968,35.1295,2.9853,275,275,5,0,221,324,0,1), + (37464,2177,1,0,0,5729.38,145.837,34.3068,1.33787,275,275,5,0,221,324,0,1), + (37465,2177,1,0,0,5589.69,250.92,31.9087,4.24525,275,275,10,0,221,324,0,1), + (37466,2177,1,0,0,5694.11,87.5983,31.3819,5.19415,275,275,10,0,221,324,0,1), + (37467,2178,1,0,0,5705.44,137.489,34.4815,3.30496,275,275,5,0,247,324,0,1), + (37468,2178,1,0,0,5652.01,57.4705,34.482,4.4336,275,275,3,0,247,324,0,1), + (37469,2178,1,0,0,5625.85,57.3835,34.5736,2.06083,275,275,10,0,247,324,0,1), + (37470,2178,1,0,0,5686.32,165.072,29.2256,5.69735,275,275,10,0,247,324,0,1), + (37471,2178,1,0,0,5660.79,176.496,30.789,3.90052,275,275,5,0,247,324,0,1), + (37472,2178,1,0,0,5672.79,143.998,30.2603,1.43372,275,275,10,0,247,324,0,1), + (37473,2178,1,0,0,5769.87,113.209,35.3458,0.164555,275,275,5,0,247,324,0,1), + (37474,2178,1,0,0,5714.42,76.3898,35.5806,1.22756,275,275,10,0,247,324,0,1), + (37475,2178,1,0,0,5690.14,54.6447,32.7647,5.02938,275,275,10,0,247,324,0,1), + (37476,2178,1,0,0,5673.57,104.205,34.1019,1.04059,275,275,10,0,247,324,0,1), + (37477,2178,1,0,0,5671.54,65.5622,30.6397,5.16431,275,275,5,0,247,324,0,1), + (37478,2178,1,0,0,5626.68,179.812,30.1259,0.773791,275,275,5,0,247,324,0,1), + (37479,2178,1,0,0,5635.49,116.087,30.4525,5.3641,275,275,10,0,247,324,0,1), + (37480,2178,1,0,0,5639.17,144.814,31.7515,1.53663,275,275,10,0,247,324,0,1), + (37481,2178,1,0,0,5637.13,157.361,32.6353,4.75473,275,275,5,0,247,324,0,1), + (37482,2179,1,0,0,6822,-742.601,59.5608,0.913565,275,275,2,0,328,0,0,1), + (37483,2179,1,0,0,6727.77,-639.681,69.216,6.0669,275,275,3,0,328,0,0,1), + (37484,2179,1,0,0,6768.9,-698.216,89.3329,0.429304,275,275,5,0,328,0,0,1), + (37485,2179,1,0,0,6796.29,-662.288,89.3403,0.80219,275,275,5,0,328,0,0,1), + (37486,2179,1,0,0,6816.01,-693.89,64.6604,3.8432,275,275,5,0,328,0,0,1), + (37487,2179,1,0,0,6829.59,-791.553,66.1385,0.052199,275,275,3,0,328,0,0,1), + (37488,2179,1,0,0,6861.47,-769.111,60.2263,5.14379,275,275,2,0,328,0,0,1), + (37489,2179,1,0,0,6845.43,-699.335,83.0478,5.51028,275,275,2,0,328,0,0,1), + (37490,2179,1,0,0,6805.05,-674.063,64.8785,0.495349,275,275,2,0,328,0,0,2), + (37491,2179,1,0,0,6837.26,-668.826,84.2968,3.7927,275,275,5,0,328,0,0,1), + (37492,2179,1,0,0,6788.77,-682.095,68.6448,1.60065,275,275,2,0,328,0,0,1), + (37493,2179,1,0,0,6774.67,-652.405,67.9675,4.70371,275,275,3,0,328,0,0,1), + (37494,2179,1,0,0,6734.67,-688.26,69.6207,1.70393,275,275,3,0,328,0,0,1), + (37495,2179,1,0,0,6813.67,-719.695,77.7448,1.21807,275,275,2,0,328,0,0,1), + (37496,2179,1,0,0,6872.36,-662.366,83.2885,4.81179,275,275,0,0,328,0,0,0), + (37497,2179,1,0,0,6765.16,-703.23,89.4781,4.31399,275,275,0,0,328,0,0,2), + (37498,2179,1,0,0,6894.95,-659.951,84.5326,3.6327,275,275,5,0,328,0,0,2), + (37499,1412,1,0,0,7838.23,-1065.28,29.3173,5.79991,275,275,10,0,8,0,0,1), + (37500,1412,1,0,0,5910.66,-65.6321,47.7267,0.526106,275,275,10,0,8,0,0,1), + (37501,1412,1,0,0,5868.12,100.609,31.3179,3.00105,275,275,10,0,8,0,0,1), + (37502,2180,1,0,0,6752.36,-642.956,68.4889,0.013569,275,275,3,0,325,357,0,1), + (37503,2180,1,0,0,6717.81,-659.385,69.3153,4.44819,275,275,3,0,325,357,0,1), + (37504,2180,1,0,0,6759.99,-688.643,69.5054,5.7528,275,275,3,0,325,357,0,1), + (37505,1412,1,0,0,6706.73,-227.274,41.7977,2.42601,275,275,0,0,8,0,0,0), + (37506,2180,1,0,0,6775.84,-675.97,89.3371,3.49881,275,275,5,0,325,357,0,1), + (37507,1412,1,0,0,6667.06,255.947,28.6872,5.57821,275,275,10,0,8,0,0,1), + (37508,2180,1,0,0,6752.49,-701.778,89.4436,2.88407,275,275,5,0,325,357,0,1), + (37509,1412,1,0,0,6146.2,239.656,24.4825,5.77704,275,275,10,0,8,0,0,1), + (37510,2180,1,0,0,6804.54,-759.648,69.2443,3.65919,275,275,5,0,325,357,0,1), + (37511,2180,1,0,0,6816.05,-778.028,68.4249,5.30338,275,275,5,0,325,357,0,1), + (37512,2180,1,0,0,6840.64,-758.653,58.6655,3.74034,275,275,2,0,325,357,0,1), + (37513,2180,1,0,0,6811.94,-675.961,64.8785,5.99244,275,275,5,0,325,357,0,1), + (37514,2180,1,0,0,6829.02,-681.803,64.432,1.33809,275,275,5,0,325,357,0,1), + (37515,2180,1,0,0,6814.19,-764.243,68.7716,2.17623,275,275,0,0,325,357,0,2), + (37516,2180,1,0,0,6818.08,-716.038,62.0426,4.71805,275,275,2,0,325,357,0,1), + (37517,2180,1,0,0,6852.49,-792.504,62.3495,4.22746,275,275,3,0,325,357,0,1), + (37518,2180,1,0,0,6836.41,-714.265,81.777,3.90124,275,275,2,0,325,357,0,1), + (37519,2180,1,0,0,6795.02,-708.01,74.4555,5.20282,275,275,2,0,325,357,0,1), + (37520,2180,1,0,0,6876.71,-640.125,87.4076,5.6687,275,275,0,0,325,357,0,0), + (37521,2180,1,0,0,6820.15,-661.903,86.8166,4.12894,275,275,5,0,325,357,0,1), + (36942,7017,1,0,0,6749.1,-694.138,69.3058,1.77401,7200,7200,5,0,356,0,0,1), + (37523,6788,1,0,0,6662.71,-430.466,75.2149,5.88236,275,275,0,0,521,0,0,0), + (37524,2180,1,0,0,6856.99,-675.304,83.3371,4.85339,275,275,2,0,325,357,0,1), + (37525,2181,1,0,0,7250.81,-922.296,37.8349,4.79629,275,275,10,0,417,0,0,1), + (37526,2181,1,0,0,7304.57,-1010.67,32.3594,3.12906,275,275,10,0,417,0,0,1), + (37527,2181,1,0,0,7328.5,-1028.09,33.4844,0.98052,275,275,10,0,417,0,0,1), + (37528,2181,1,0,0,7344.3,-873.378,32.3509,2.50224,275,275,5,0,417,0,0,1), + (37529,2181,1,0,0,7613.96,-972.772,33.7723,0.922347,275,275,5,0,417,0,0,1), + (37530,2181,1,0,0,7438.9,-856.532,3.75861,3.03933,275,275,3,0,417,0,0,1), + (37531,2181,1,0,0,7513.53,-870.832,22.8864,2.40851,275,275,10,0,417,0,0,1), + (37532,2181,1,0,0,7247.96,-955.031,37.2608,4.68894,275,275,0,0,417,0,0,0), + (37533,2181,1,0,0,7304.47,-944.379,32.9276,3.3256,275,275,3,0,417,0,0,1), + (37534,2181,1,0,0,7278.71,-911.129,33.4619,2.9653,275,275,10,0,417,0,0,1), + (37535,2181,1,0,0,7386.94,-946.44,32.3609,4.38809,275,275,5,0,417,0,0,1), + (37536,2181,1,0,0,7378.12,-982.291,32.0115,0.995087,275,275,5,0,417,0,0,1), + (37537,2181,1,0,0,7420.59,-917.966,12.8604,0.519424,275,275,5,0,417,0,0,1), + (37539,745,0,0,0,-10663.8,-4011.42,22.1015,4.87707,300,300,5,0,5148,0,0,1), + (37542,2181,1,0,0,7401.17,-886.93,14.0067,4.27663,275,275,5,0,417,0,0,1), + (37543,2181,1,0,0,7477.11,-899.335,16.4703,2.2603,275,275,5,0,417,0,0,1), + (37544,2181,1,0,0,7492.25,-851.759,13.4455,2.48599,275,275,3,0,417,0,0,1), + (37545,2181,1,0,0,7401.97,-835.432,19.0676,1.8481,275,275,10,0,417,0,0,1), + (37546,2181,1,0,0,7475.58,-804.207,14.3856,0.78647,275,275,2,0,417,0,0,1), + (37547,2181,1,0,0,7421.7,-813.67,13.4124,2.3207,275,275,2,0,417,0,0,1), + (37548,2181,1,0,0,7383.24,-812.358,11.1497,5.25174,275,275,5,0,417,0,0,1), + (37549,2181,1,0,0,7659.72,-996.281,36.6492,1.7189,275,275,10,0,417,0,0,1), + (37550,2181,1,0,0,7697.74,-956.343,28.0469,1.42664,275,275,10,0,417,0,0,1), + (37551,2181,1,0,0,7599.11,-1033.07,38.0698,1.10294,275,275,5,0,417,0,0,1), + (37552,2181,1,0,0,7603.27,-1002.88,36.7848,2.64212,275,275,5,0,417,0,0,1), + (37553,2181,1,0,0,7652.74,-1014.38,39.7564,1.76313,275,275,10,0,417,0,0,1), + (37556,5484,0,0,0,-8547.72,814.663,106.53,3.85301,350,350,0,1,2471,1620,0,2), + (37557,2181,1,0,0,7591.66,-1063.05,38.9173,3.00906,275,275,10,0,417,0,0,1), + (37558,2181,1,0,0,7352.51,-781.695,7.96978,5.44553,275,275,3,0,417,0,0,1), + (37559,2181,1,0,0,7268.92,-836.029,28.3271,3.36261,275,275,5,0,417,0,0,1), + (37560,2181,1,0,0,7339.45,-814.487,18.219,4.94508,275,275,5,0,417,0,0,2), + (37561,2181,1,0,0,7293.36,-873.147,30.2752,1.70466,275,275,10,0,417,0,0,1), + (37562,2181,1,0,0,7303.7,-889.883,31.7125,1.41619,275,275,5,0,417,0,0,1), + (37563,2181,1,0,0,7240.57,-893.747,36.1869,0.330717,275,275,10,0,417,0,0,1), + (37564,2181,1,0,0,7259.76,-861.938,31.9551,0.312142,275,275,5,0,417,0,0,1), + (37565,2181,1,0,0,7302.76,-814.133,20.5995,5.09388,275,275,5,0,417,0,0,2), + (37566,6789,1,0,0,6666.74,-431.073,74.8505,2.75188,275,275,2,0,278,0,0,1), + (37567,6789,1,0,0,6681.54,-436.387,74.5616,3.76725,275,275,2,0,278,0,0,1), + (37568,6789,1,0,0,6659.15,-426.739,77.0539,5.79449,275,275,2,0,278,0,0,1), + (37569,6789,1,0,0,6661.73,-435.371,75.1241,1.98968,275,275,2,0,278,0,0,1), + (37570,2182,1,0,0,7305.55,-977.196,31.9844,3.3713,275,275,10,0,379,1118,0,1), + (37571,5489,0,0,0,-8519,863.419,109.826,5.185,430,430,0,0,3517,2103,0,0), + (37572,2182,1,0,0,7357.83,-1050.96,36.511,0.543228,275,275,10,0,379,1118,0,1), + (37573,2182,1,0,0,7335.42,-997.916,31.6554,1.41118,275,275,10,0,379,1118,0,1), + (37574,2182,1,0,0,7409.53,-1093.45,43.5366,3.97695,275,275,10,0,379,1118,0,1), + (37575,2182,1,0,0,7660.05,-957.327,27.3848,5.97665,275,275,10,0,379,1118,0,1), + (37576,2182,1,0,0,7350.21,-981.386,32.2804,5.63957,275,275,5,0,379,1118,0,1), + (37577,2182,1,0,0,7506.08,-987.29,-9.75635,6.19686,275,275,5,0,379,1118,0,1), + (37578,2182,1,0,0,7457.88,-858.64,1.25861,5.60899,275,275,3,0,379,1118,0,1), + (37579,2182,1,0,0,7466.14,-983.503,-7.49843,0.54365,275,275,5,0,379,1118,0,1), + (37580,2182,1,0,0,7278.5,-950.113,34.2543,2.42268,275,275,10,0,379,1118,0,1), + (37581,2182,1,0,0,7329.82,-889.928,32.3375,6.27315,275,275,5,0,379,1118,0,1), + (37582,2182,1,0,0,7368.3,-901.803,32.3373,4.78021,275,275,5,0,379,1118,0,1), + (37583,2182,1,0,0,7417.1,-1118.77,40.5964,1.96477,275,275,10,0,379,1118,0,1), + (37584,2182,1,0,0,7443.12,-905.454,11.338,3.5061,275,275,5,0,379,1118,0,2), + (37585,5491,0,0,0,-8574,860.909,106.518,0.792,540,540,0,0,2471,1620,0,0), + (37586,5492,0,0,0,-8565,880.211,106.519,3.783,430,430,0,0,3517,2103,0,0), + (37589,1420,0,0,0,-10040.3,-4147.11,18.8715,1.48474,300,300,5,0,8,0,0,1), + (37590,922,0,0,0,-11056.5,-4068.69,-5.14192,4.97419,300,300,5,0,1829,0,0,1), + (37591,922,0,0,0,-9666.95,-3967.06,-9.86884,3.68265,300,300,5,0,1829,0,0,1), + (37592,757,0,0,0,-10100.1,-3232.95,20.6241,2.11185,300,300,5,0,1403,0,0,1), + (37595,2182,1,0,0,7486.07,-821.3,14.6356,3.97431,275,275,2,0,379,1118,0,1), + (37596,861,0,0,0,-10393.5,-2616.32,40.4885,1.85748,300,300,2,0,1456,0,0,1), + (37598,862,0,0,0,-9757.26,-3979.77,21.7335,0.992539,300,300,5,0,1476,0,0,1), + (37599,750,0,0,0,-10511.3,-4423.21,-4.42189,5.72166,300,300,5,0,1981,0,0,1), + (37600,767,0,0,0,-10325.4,-2557.57,25.113,2.31334,300,300,5,0,1469,0,0,1), + (37601,5263,0,0,0,-10254.7,-4025.53,-109.881,5.34071,900,900,5,0,5922,0,0,1), + (37602,5509,0,0,0,-8388,692.506,95.357,3.927,310,310,0,0,1605,0,0,0), + (37603,5510,0,0,0,-8418,646.006,97.449,0.719,310,310,0,0,1605,0,0,0), + (37604,5511,0,0,0,-8424,616.944,95.543,2.234,310,310,0,0,1846,0,0,0), + (37605,5512,0,0,0,-8431,624.03,95.461,5.235,310,310,0,0,1605,0,0,0), + (37606,5513,0,0,0,-8434,692.809,103.364,0.717,310,310,0,0,2016,0,0,0), + (37607,5514,0,0,0,-8430,695.138,96.401,5.061,310,310,0,0,1605,0,0,0), + (37608,5515,0,0,0,-8415,553.182,95.703,3.923,490,490,0,0,3139,2620,0,0), + (37609,5516,0,0,0,-8410,548.566,95.532,2.954,430,430,0,0,3517,2103,0,0), + (37610,5517,0,0,0,-8413,541.475,102.494,0.636,540,540,0,0,2471,1620,0,0), + (37611,5518,0,0,0,-8347,644.134,95.755,3.84,310,310,0,0,2016,0,0,0), + (37612,5519,0,0,0,-8342,638.829,95.339,3.773,310,310,0,0,1605,0,0,0), + (37613,767,0,0,0,-10164.3,-2988.84,23.1682,3.76773,300,300,10,0,1469,0,0,1), + (37614,2182,1,0,0,7377.18,-841.848,18.077,1.7701,275,275,5,0,379,1118,0,2), + (37615,2182,1,0,0,7628.4,-1002.74,37.7353,2.18198,275,275,5,0,379,1118,0,2), + (37616,769,0,0,0,-10983.8,-4083,10.1018,3.84577,300,300,10,0,1829,0,0,1), + (37620,862,0,0,0,-10479,-3604.31,17.5947,0.025385,300,300,5,0,1476,0,0,1), + (37624,769,0,0,0,-10570.7,-3504.28,23.0709,4.66155,300,300,5,0,1829,0,0,1), + (37625,769,0,0,0,-10684.5,-3736.27,23.2685,1.32624,300,300,5,0,1829,0,0,1), + (37626,858,0,0,0,-10378.5,-2818.65,23.4522,2.13456,300,300,5,0,1469,0,0,1), + (37627,2182,1,0,0,7577.87,-1081.61,41.3153,4.71222,275,275,5,0,379,1118,0,1), + (37701,2182,1,0,0,7482.22,-1109.47,34.6743,5.91491,275,275,10,0,379,1118,0,1), + (37702,1506,0,0,0,1775.13,1303.42,104.451,4.84573,300,300,5,0,71,0,0,1), + (37703,2182,1,0,0,7357.16,-1090.96,38.2491,6.05886,275,275,10,0,379,1118,0,1), + (37704,2182,1,0,0,7386.86,-792.971,8.59671,5.26557,275,275,10,0,379,1118,0,1), + (37705,2182,1,0,0,7267.95,-880.176,33.7943,4.02361,275,275,10,0,379,1118,0,1), + (37706,2182,1,0,0,7254.61,-887.389,34.4369,1.38457,275,275,10,0,379,1118,0,1), + (37707,2183,1,0,0,7370.23,-1071.53,38.9667,3.85662,275,275,5,0,494,0,0,2), + (37709,2183,1,0,0,7370.76,-1120.69,42.7017,5.49972,275,275,5,0,494,0,0,1), + (37710,764,0,0,0,-10188.2,-3298.23,17.5806,1.34334,300,300,10,0,1308,1189,0,1), + (37711,764,0,0,0,-10160.1,-3353.17,17.9509,3.8876,300,300,10,0,1308,1189,0,1), + (37712,2183,1,0,0,7424.59,-1072.14,38.5301,4.08368,275,275,5,0,494,0,0,1), + (37713,2183,1,0,0,7358.01,-1007.05,31.31,2.36315,275,275,5,0,494,0,0,2), + (37714,2183,1,0,0,7513.31,-995.103,-9.75635,1.56868,275,275,5,0,494,0,0,1), + (37716,2183,1,0,0,7477.85,-1019.35,-9.63135,0.054363,275,275,5,0,494,0,0,1), + (37717,2183,1,0,0,7506.33,-1018.65,-9.75635,2.80109,275,275,5,0,494,0,0,1), + (37718,2183,1,0,0,7450.99,-1006.57,-9.75634,4.72875,275,275,5,0,494,0,0,1), + (37719,2183,1,0,0,7394.6,-1055.38,39.033,5.0858,275,275,5,0,494,0,0,1), + (37720,2183,1,0,0,7379.69,-1028.65,33.8865,0.459978,275,275,5,0,494,0,0,1), + (37721,2183,1,0,0,7397.71,-1116.72,41.2383,4.05787,275,275,10,0,494,0,0,1), + (37722,2183,1,0,0,7439.72,-1131.35,40.5149,3.4298,275,275,3,0,494,0,0,1), + (37723,2183,1,0,0,7544.47,-1076.79,39.614,0.688111,275,275,5,0,494,0,0,1), + (37724,2183,1,0,0,7495.04,-1080.98,36.555,1.69232,275,275,10,0,494,0,0,1), + (37725,2183,1,0,0,7559.15,-1055.25,37.4961,3.33939,275,275,5,0,494,0,0,1), + (37726,2183,1,0,0,7469.64,-1069.91,34.93,1.2225,275,275,5,0,494,0,0,1), + (37727,2183,1,0,0,7520.77,-1066.37,35.4488,2.03707,275,275,0,0,494,0,0,0), + (37728,2183,1,0,0,7460.62,-1096.84,36.1425,0.46866,275,275,5,0,494,0,0,1), + (37729,2183,1,0,0,7323.82,-1059.67,38.0261,4.23056,275,275,5,0,494,0,0,1), + (37730,2184,1,0,0,5664.94,126.206,32.2468,3.74098,7200,7200,15,0,386,0,0,1), + (37731,2185,1,0,0,5746.15,922.843,-18.2912,3.01488,275,275,10,0,253,302,0,1), + (37732,2185,1,0,0,6789.42,680.604,-27.909,6.09046,275,275,10,0,253,302,0,1), + (37733,2185,1,0,0,6663.59,596.16,-10.3398,3.86208,275,275,10,0,253,302,0,1), + (37734,2185,1,0,0,6309.83,1008.78,-44.4061,3.89045,275,275,10,0,253,302,0,1), + (37735,2185,1,0,0,5713.89,851.823,-20.2656,4.95699,275,275,10,0,253,302,0,1), + (37736,2185,1,0,0,6778,740.203,-34.5273,3.17362,275,275,10,0,253,302,0,1), + (37737,2185,1,0,0,5714.7,754.214,-16.7576,1.64974,275,275,10,0,253,302,0,1), + (37738,2185,1,0,0,6653.7,857.141,-15.7232,1.2213,275,275,10,0,253,302,0,1), + (37739,2185,1,0,0,6657.6,730.019,-12.9932,1.0508,275,275,10,0,253,302,0,1), + (37740,2185,1,0,0,5820.24,618.388,-34.7773,4.54963,275,275,10,0,253,302,0,1), + (37741,2185,1,0,0,6713.7,658.957,-9.9615,1.19734,275,275,10,0,253,302,0,1), + (37742,2185,1,0,0,6909.76,744.666,-14.07,3.18839,275,275,10,0,253,302,0,1), + (37743,2185,1,0,0,5845.77,818.367,-18.0439,3.62859,275,275,10,0,253,302,0,1), + (37744,2185,1,0,0,5915.55,918.766,-17.8076,3.12109,275,275,10,0,253,302,0,1), + (37745,2185,1,0,0,6853.41,812.37,-24.4938,4.94197,275,275,10,0,253,302,0,1), + (37746,2185,1,0,0,5700.63,879.243,-17.9483,3.28409,275,275,10,0,253,302,0,1), + (37747,2185,1,0,0,6764.31,801.469,-18.5054,5.56206,275,275,10,0,253,302,0,1), + (37748,2185,1,0,0,6772.52,737.924,-28.5823,5.88993,275,275,10,0,253,302,0,1), + (37749,2185,1,0,0,6033.18,656.707,-5.21723,6.15743,275,275,10,0,253,302,0,1), + (37750,2185,1,0,0,6977.1,652.885,-11.6587,3.72469,275,275,10,0,253,302,0,1), + (37751,2185,1,0,0,7080.35,742.736,-12.6556,2.48062,275,275,10,0,253,302,0,1), + (37752,2185,1,0,0,5767.19,672.799,-34.7773,3.3456,275,275,10,0,253,302,0,1), + (37753,2185,1,0,0,6761.2,812.47,-17.898,4.09622,275,275,10,0,253,302,0,1), + (37754,2185,1,0,0,6716.05,688.357,-15.5645,4.68443,275,275,10,0,253,302,0,1), + (37755,2185,1,0,0,6758.96,676.669,-16.5916,5.74473,275,275,10,0,253,302,0,1), + (37756,2185,1,0,0,5866.62,691.433,-12.1936,0.466719,275,275,10,0,253,302,0,1), + (37757,2185,1,0,0,5851.5,881.733,-10.1599,5.47707,275,275,10,0,253,302,0,1), + (37758,2185,1,0,0,5787.13,841.996,-35.175,5.54103,275,275,10,0,253,302,0,1), + (37759,2185,1,0,0,5780.34,799.786,-27.0677,1.4376,275,275,10,0,253,302,0,1), + (37760,2185,1,0,0,5759.3,714.744,-34.7773,1.98693,275,275,10,0,253,302,0,1), + (37761,2185,1,0,0,6652.51,832.834,-15.7232,4.69386,275,275,10,0,253,302,0,1), + (37762,2185,1,0,0,6579.77,765.857,-16.4625,4.21597,275,275,10,0,253,302,0,1), + (37763,2185,1,0,0,6613.36,848.444,-18.6048,3.84609,275,275,10,0,253,302,0,1), + (37764,2185,1,0,0,7274.73,590.327,-40.0684,0.321203,275,275,10,0,253,302,0,1), + (37765,2185,1,0,0,5988.66,677.868,-9.44389,0.749366,275,275,10,0,253,302,0,1), + (37766,2185,1,0,0,6841.69,719.27,-34.0784,3.52849,275,275,10,0,253,302,0,1), + (37767,2185,1,0,0,7056.49,554.681,-15.6541,5.96732,275,275,10,0,253,302,0,1), + (37768,2185,1,0,0,7125.98,531.111,-12.0596,0.503102,275,275,10,0,253,302,0,1), + (37769,2185,1,0,0,6848.51,652.003,-14.2022,2.75121,275,275,10,0,253,302,0,1), + (37770,2185,1,0,0,6985.62,580.318,-14.3637,4.81328,275,275,10,0,253,302,0,1), + (37771,2185,1,0,0,7039.37,689.164,-11.357,1.69179,275,275,10,0,253,302,0,1), + (37772,2185,1,0,0,6976,724.644,-13.5918,3.61998,275,275,10,0,253,302,0,1), + (37773,2185,1,0,0,7107.44,589.21,-12.3306,6.21296,275,275,10,0,253,302,0,1), + (37774,2185,1,0,0,6588.14,721.077,-17.2888,3.68572,275,275,10,0,253,302,0,1), + (37775,2185,1,0,0,6444.97,829.194,-26.6989,0.88987,275,275,10,0,253,302,0,1), + (37776,2185,1,0,0,6532.3,808.465,-23.6761,0.145074,275,275,10,0,253,302,0,1), + (37777,2185,1,0,0,6518.87,741.531,-24.8456,0.544444,275,275,10,0,253,302,0,1), + (37778,2185,1,0,0,7046.66,620.643,-14.566,1.43159,275,275,10,0,253,302,0,1), + (37779,2185,1,0,0,6740.04,585.56,-10.1881,2.41495,275,275,10,0,253,302,0,1), + (37780,2185,1,0,0,7034.01,343.694,-12.7714,2.59749,275,275,10,0,253,302,0,1), + (37781,2185,1,0,0,5743.75,718.731,-34.7773,2.23056,275,275,10,0,253,302,0,1), + (37782,2187,1,0,0,4724,915.087,-8.33389,4.49787,275,275,10,0,354,333,0,1), + (37783,2187,1,0,0,4459.27,979.571,-6.17995,1.21232,275,275,10,0,354,333,0,1), + (37784,2187,1,0,0,7877.01,-720.456,-12.8464,0.134159,275,275,10,0,354,333,0,1), + (37785,2187,1,0,0,7915.33,-837.337,-17.88,4.76459,275,275,10,0,354,333,0,1), + (37786,2187,1,0,0,4615.37,949.824,-5.23623,4.67076,275,275,10,0,354,333,0,1), + (37787,2187,1,0,0,7510.92,-440.201,-19.4025,1.92195,275,275,10,0,354,333,0,1), + (37788,2187,1,0,0,4785.25,920.239,-13.2929,6.17337,275,275,10,0,354,333,0,1), + (37789,2187,1,0,0,4882.26,947.72,-12.0059,1.34099,275,275,10,0,354,333,0,1), + (37790,2187,1,0,0,4822.29,926.788,-14.8808,1.27868,275,275,10,0,354,333,0,1), + (37791,2187,1,0,0,7586.91,-585.291,-6.51322,0.353111,275,275,10,0,354,333,0,1), + (37792,2187,1,0,0,5149.61,910.338,-13.0697,2.88863,275,275,10,0,354,333,0,1), + (37793,2187,1,0,0,4754.33,879.044,-3.36609,1.25821,275,275,10,0,354,333,0,1), + (37794,2187,1,0,0,4990.9,944.397,-27.4185,2.2593,275,275,10,0,354,333,0,1), + (37795,2187,1,0,0,4480.99,937.473,-6.84908,1.10237,275,275,10,0,354,333,0,1), + (37796,2187,1,0,0,4873.8,921.911,-11.3212,3.31332,275,275,10,0,354,333,0,1), + (37797,2187,1,0,0,5082.55,966.201,-27.3016,1.66172,275,275,10,0,354,333,0,1), + (37798,2187,1,0,0,4578.03,779.202,-5.19351,6.21794,275,275,10,0,354,333,0,1), + (37799,2187,1,0,0,4631.69,929.5,-6.62335,0.758429,275,275,10,0,354,333,0,1), + (37800,2187,1,0,0,7875.44,-282.672,-35.227,5.59268,275,275,10,0,354,333,0,1), + (37801,2187,1,0,0,7786.42,-228.197,-12.084,4.19501,275,275,10,0,354,333,0,1), + (37802,2187,1,0,0,7774.77,-251.869,-13.2432,2.30593,275,275,10,0,354,333,0,1), + (37803,2187,1,0,0,7841.29,-293.892,-26.1047,1.0523,275,275,10,0,354,333,0,1), + (37804,2187,1,0,0,7822.3,-219.919,-21.6348,4.8431,275,275,10,0,354,333,0,1), + (37805,2187,1,0,0,7857.49,-240.289,-30.2567,5.50941,275,275,10,0,354,333,0,1), + (37806,2187,1,0,0,7520.42,-180.717,-16.8138,4.72751,275,275,10,0,354,333,0,1), + (37807,2187,1,0,0,7803.44,-287.294,-14.3107,4.70072,275,275,10,0,354,333,0,1), + (37808,2187,1,0,0,7923.36,-296.306,-39.5422,5.08634,275,275,10,0,354,333,0,1), + (37809,2189,1,0,0,6694.17,29.4701,43.3069,4.25164,275,275,5,0,197,324,0,1), + (37810,2189,1,0,0,6627.44,27.4245,35.5472,3.95722,275,275,10,0,197,324,0,1), + (37811,2189,1,0,0,6647.55,14.2975,38.0206,3.73984,275,275,3,0,197,324,0,1), + (37812,2189,1,0,0,6631.41,2.83593,35.4222,0.273425,275,275,3,0,197,324,0,1), + (37813,2189,1,0,0,6599.39,2.82322,29.4032,0.40957,275,275,10,0,197,324,0,1), + (37814,2189,1,0,0,6678.29,-14.7127,43.0639,2.83931,275,275,10,0,197,324,0,1), + (37815,2189,1,0,0,6687.43,10.7584,42.8069,5.13322,275,275,5,0,197,324,0,2), + (37816,2189,1,0,0,6669.33,32.5651,43.3069,1.77036,275,275,5,0,197,324,0,1), + (37817,2189,1,0,0,6654.61,57.1451,30.8271,1.89516,275,275,5,0,197,324,0,1), + (37818,2189,1,0,0,6752.08,6.25,40.2259,3.26278,275,275,5,0,197,324,0,2), + (37819,2189,1,0,0,6710.18,14.2073,42.948,2.71824,275,275,5,0,197,324,0,1), + (37820,2189,1,0,0,6754,-130.845,30.8167,2.04055,275,275,5,0,197,324,0,1), + (37821,2189,1,0,0,6756.13,-170.504,32.9811,0.279253,275,275,10,0,197,324,0,1), + (37822,2189,1,0,0,6714.11,-137.225,36.1164,1.44176,275,275,5,0,197,324,0,2), + (37823,2189,1,0,0,6735.76,22.7679,43.8509,4.7184,275,275,5,0,197,324,0,1), + (37824,2189,1,0,0,6738.58,-77.4975,43.0341,4.88692,275,275,0,0,197,324,0,0), + (37825,2189,1,0,0,6747.27,-20.0509,43.2118,4.84044,275,275,10,0,197,324,0,1), + (37826,2190,1,0,0,6580.97,-31.5124,35.7285,3.01623,275,275,10,0,222,0,0,1), + (37827,2190,1,0,0,6579.04,-55.4279,31.5893,0.737842,275,275,10,0,222,0,0,1), + (37828,2190,1,0,0,6603.19,-91.4537,33.538,3.63643,275,275,5,0,222,0,0,1), + (37829,2190,1,0,0,6603.12,-67.709,30.913,5.25177,275,275,10,0,222,0,0,1), + (37830,2190,1,0,0,6640.83,-44.5692,35.7518,4.18319,275,275,5,0,222,0,0,1), + (37831,2190,1,0,0,6613.08,-25.1326,34.3558,1.79283,275,275,10,0,222,0,0,1), + (37832,2190,1,0,0,6647.52,-131.152,33.7237,3.12001,275,275,5,0,222,0,0,1), + (37833,2190,1,0,0,6621.26,-131.381,35.4454,4.54403,275,275,5,0,222,0,0,1), + (37834,2190,1,0,0,6664.96,-147.545,34.258,0.350005,275,275,10,0,222,0,0,1), + (37835,858,0,0,0,-10137.3,-3318.67,22.5177,2.81373,300,300,5,0,1469,0,0,1), + (37836,766,0,0,0,-9980.82,-3857.99,17.8293,3.19048,300,300,5,0,1433,1283,0,1), + (37837,766,0,0,0,-10111.5,-3783.87,17.4991,2.64449,300,300,5,0,1433,1283,0,1), + (37838,2190,1,0,0,6643.13,-23.8369,38.4311,4.44196,275,275,5,0,222,0,0,2), + (37839,2190,1,0,0,6643.35,-101.404,27.0987,0.420156,275,275,5,0,222,0,0,1), + (37840,2190,1,0,0,6628.09,-71.5836,30.913,0.755956,275,275,10,0,222,0,0,1), + (37841,2190,1,0,0,6668.55,-106.5,22.8487,4.28654,275,275,5,0,222,0,0,1), + (37842,2190,1,0,0,6678.39,-84.9567,22.8487,4.83127,275,275,5,0,222,0,0,1), + (37843,2190,1,0,0,6659.95,-71.1717,23.0987,0.684661,275,275,5,0,222,0,0,1), + (37844,2190,1,0,0,6722.99,-115.414,41.6461,3.24923,275,275,5,0,222,0,0,1), + (37845,2190,1,0,0,6734.35,-218.328,34.6649,0.597661,275,275,10,0,222,0,0,1), + (37846,2190,1,0,0,6714.18,-166.007,32.2414,1.89042,275,275,10,0,222,0,0,1), + (37847,2190,1,0,0,6685.07,-168.425,33.2374,1.19668,275,275,10,0,222,0,0,1), + (37848,2190,1,0,0,6732.86,-196.181,31.9646,4.31315,275,275,10,0,222,0,0,1), + (37849,2190,1,0,0,6697.98,-190.032,35.7374,4.49866,275,275,5,0,222,0,0,1), + (37850,2190,1,0,0,6692.07,-146.837,32.3505,1.07993,275,275,10,0,222,0,0,1), + (37851,2190,1,0,0,6754.57,-43.6185,43.3769,4.91276,275,275,10,0,222,0,0,1), + (37852,2192,1,0,0,4506.22,407.356,31.7327,2.35504,7200,7200,5,0,379,1118,0,2), + (37853,6297,1,0,0,6542.64,436.392,7.61732,4.86947,275,275,0,0,2016,0,0,0), + (37854,2201,1,0,0,6123.33,575.978,-1.76735,5.51542,275,275,0,0,222,0,0,0), + (37855,2202,1,0,0,7379.56,408.603,-0.637796,5.32769,275,275,5,0,247,0,0,1), + (37856,2202,1,0,0,7158.67,260.317,-13.2258,2.8431,275,275,5,0,247,0,0,1), + (37857,2202,1,0,0,7069.48,413.461,-40.5286,5.34069,275,275,5,0,247,0,0,1), + (37858,2202,1,0,0,7139.59,330.723,-24.0411,4.34888,275,275,5,0,247,0,0,1), + (37859,2202,1,0,0,6976.7,189.272,-0.812714,5.12427,275,275,5,0,247,0,0,1), + (37860,2202,1,0,0,6949.22,182.554,0.179427,5.71312,275,275,5,0,247,0,0,1), + (37861,2202,1,0,0,6928.24,180.558,1.82411,4.63805,275,275,5,0,247,0,0,1), + (37862,2202,1,0,0,6116.13,585.874,-4.14235,0.077556,275,275,5,0,247,0,0,1), + (37863,2202,1,0,0,7145.83,299.751,-34.7133,2.31174,275,275,5,0,247,0,0,1), + (37864,2202,1,0,0,7142.06,313.551,-34.781,4.61495,275,275,5,0,247,0,0,1), + (37865,6298,1,0,0,6534.42,437.945,7.36371,5.89921,275,275,0,0,1605,0,0,0), + (37866,2202,1,0,0,7058.62,405.874,-6.66263,0.194124,275,275,2,0,247,0,0,1), + (37867,2202,1,0,0,7067.24,421.064,-4.45901,3.84001,275,275,5,0,247,0,0,1), + (37868,1502,0,0,0,1976.31,1515.04,86.8198,6.13592,120,120,5,0,42,0,0,1), + (37869,1501,0,0,0,1969,1611.12,88.1992,4.22559,120,120,2,0,42,0,0,1), + (37870,1502,0,0,0,1965.1,1598.7,88.1981,3.6461,120,120,2,0,42,0,0,1), + (37871,1501,0,0,0,1945.65,1455.6,73.3928,0.320091,120,120,10,0,42,0,0,1), + (37872,1505,0,0,0,2081.13,1968.83,101.196,5.56363,300,300,3,0,71,0,0,1), + (37873,1505,0,0,0,2038.75,1927.25,107.053,1.66668,300,300,5,0,71,0,0,1), + (37874,1505,0,0,0,2022.56,1972.36,99.8971,4.71197,300,300,5,0,71,0,0,1), + (37875,1688,0,0,0,2084.57,1950.06,98.4014,2.56563,300,300,0,0,102,0,0,0), + (37876,1505,0,0,0,2056.81,1972.36,100.747,5.48545,300,300,3,0,71,0,0,1), + (37877,1535,0,0,0,2403.3,1648.76,32.0077,1.99185,300,300,10,0,120,0,0,1), + (37878,1535,0,0,0,2332.26,1680.09,43.4751,0.662421,300,300,5,0,120,0,0,1), + (37879,1520,0,0,0,2805.35,949.789,116.959,0.436489,300,300,5,0,120,0,0,1), + (37880,1536,0,0,0,1908.12,923.946,29.7386,0.006932,300,300,5,0,137,0,0,1), + (37881,1536,0,0,0,1837.85,855.646,25.2396,2.89931,300,300,5,0,137,0,0,1), + (37882,1548,0,0,0,1912.57,842.721,41.9045,0.060886,300,300,5,0,122,0,0,1), + (37883,1554,0,0,0,1929.02,1152.29,38.4958,1.53708,300,300,10,0,156,0,0,1), + (37884,1548,0,0,0,1854.96,787.717,26.9099,4.4742,300,300,5,0,122,0,0,1), + (37885,1554,0,0,0,1964.14,885.901,34.2882,3.46216,300,300,5,0,156,0,0,1), + (37886,1548,0,0,0,2002.38,768.478,39.6332,2.10133,300,300,10,0,122,0,0,1), + (37887,1548,0,0,0,1902.73,963.29,29.1254,5.09049,300,300,5,0,122,0,0,1), + (37888,1554,0,0,0,1922.58,836.244,41.6266,3.33018,300,300,0,0,156,0,0,0), + (37889,1554,0,0,0,2020.88,1012.5,30.5955,3.14159,300,300,5,0,156,0,0,1), + (37890,1548,0,0,0,1930.55,618.796,54.2126,1.86076,300,300,10,0,122,0,0,1), + (37891,1553,0,0,0,2344.95,712.518,36.8012,0.251609,300,300,0,0,120,0,0,0), + (37892,1553,0,0,0,2322.83,918.127,60.1364,5.34104,300,300,10,0,120,0,0,1), + (37893,1548,0,0,0,2379.37,865.692,57.992,1.02803,300,300,10,0,122,0,0,1), + (37894,1547,0,0,0,2315.17,724.557,35.1217,5.1804,300,300,10,0,101,142,0,1), + (37895,1548,0,0,0,2358.62,892.098,59.187,1.64109,300,300,10,0,122,0,0,1), + (37896,1553,0,0,0,2306.03,920.721,58.1964,0.858021,300,300,10,0,120,0,0,1), + (37897,1674,0,0,0,2821.03,376.412,22.7921,5.27871,300,300,10,0,120,0,0,1), + (37898,1674,0,0,0,2818.14,452.105,18.0361,5.86456,300,300,10,0,120,0,0,1), + (37899,1544,0,0,0,2488.6,1685.35,14.8781,1.15482,300,300,5,0,148,165,0,1), + (37900,1544,0,0,0,2494.73,1390.3,6.57287,1.28458,300,300,5,0,148,165,0,1), + (37901,1543,0,0,0,2541.55,1410.08,5.10788,1.06614,300,300,5,0,137,0,0,1), + (37902,1543,0,0,0,2464.12,1662.4,14.5767,3.06407,300,300,10,0,137,0,0,1), + (37903,1544,0,0,0,2545.33,1408.11,6.07028,1.22173,300,300,0,0,148,165,0,0), + (37904,1543,0,0,0,2533.43,1657.31,5.56166,2.05949,300,300,0,0,137,0,0,0), + (37905,1544,0,0,0,2456.27,1715.87,24.5339,2.94092,300,300,5,0,148,165,0,1), + (37906,1544,0,0,0,2483.72,1641.12,15.7732,1.74533,300,300,0,0,148,165,0,0), + (37907,1543,0,0,0,2567.5,1424.39,-1.19598,2.64526,300,300,5,0,137,0,0,1), + (37908,1543,0,0,0,3018.69,289.98,0.184674,6.16101,300,300,0,0,137,0,0,0), + (37909,1543,0,0,0,3025.98,239.058,-0.925396,5.22211,300,300,5,0,137,0,0,1), + (37910,1544,0,0,0,2969.76,189.275,12.6575,3.29867,300,300,0,0,148,165,0,0), + (37911,1544,0,0,0,2949.23,182.639,2.95665,3.94979,300,300,5,0,148,165,0,1), + (37912,1544,0,0,0,3017.71,280.209,-1.31983,0.164568,300,300,5,0,148,165,0,1), + (37913,1553,0,0,0,2580.05,88.1848,26.5534,5.92149,300,300,5,0,120,0,0,1), + (37914,1553,0,0,0,2276.98,2.35094,23.6575,4.81323,300,300,10,0,120,0,0,1), + (37915,1553,0,0,0,2132.05,74.0662,33.4684,1.15168,300,300,5,0,120,0,0,1), + (37916,1553,0,0,0,2419.84,173.863,32.5952,4.69774,300,300,5,0,120,0,0,1), + (37917,1547,0,0,0,2619.1,298.591,40.1173,5.63091,300,300,5,0,101,142,0,1), + (37918,1547,0,0,0,2224.5,116.798,44.6802,2.84238,300,300,10,0,101,142,0,1), + (37919,1540,0,0,0,2870.57,-497.285,101.174,5.39186,300,300,10,0,198,0,0,1), + (37920,1540,0,0,0,2943.75,-554.264,109.317,3.22052,300,300,5,0,198,0,0,1), + (37921,1538,0,0,0,3097.16,-552.221,126.705,2.99377,300,300,0,0,166,178,0,0), + (37922,1538,0,0,0,3051.71,-551.006,126.513,3.26377,300,300,0,0,166,178,0,0), + (37923,1539,0,0,0,2977.94,-537.431,112.447,5.61996,300,300,0,0,186,191,0,0), + (37924,4282,0,0,0,2953.57,-720.191,154.858,4.47836,300,300,5,0,2112,2068,0,1), + (37925,5406,0,0,0,2879.21,-637.771,137.922,1.36136,120,120,0,0,42,0,0,0), + (37926,1548,0,0,0,2200.67,-335.787,77.222,0.06449,300,300,5,0,122,0,0,1), + (37927,1554,0,0,0,1736.9,-522.7,39.1957,5.4161,300,300,5,0,156,0,0,1), + (37928,1554,0,0,0,2157.01,-385.053,76.1391,0.085692,300,300,5,0,156,0,0,1), + (37930,2202,1,0,0,7068.95,420.613,-14.3975,5.45704,275,275,5,0,247,0,0,1), + (37931,2202,1,0,0,7071.18,432.281,-21.8855,3.06401,275,275,5,0,247,0,0,1), + (37932,2202,1,0,0,7039.57,407.25,-14.3531,1.54251,275,275,5,0,247,0,0,1), + (37933,2202,1,0,0,7089.47,446.476,-22.9681,2.51572,275,275,5,0,247,0,0,1), + (37934,2202,1,0,0,6972.25,209.263,-0.705522,0.333344,275,275,5,0,247,0,0,1), + (37935,2202,1,0,0,7137.51,311.078,-39.9594,6.02989,275,275,5,0,247,0,0,1), + (37936,2202,1,0,0,7029.96,435.876,-21.8221,5.82134,275,275,5,0,247,0,0,1), + (37937,2202,1,0,0,6120.03,555.353,1.9681,1.01872,275,275,5,0,247,0,0,1), + (37938,2202,1,0,0,6106.17,543.677,2.5931,1.95276,275,275,5,0,247,0,0,1), + (37939,2202,1,0,0,6106.89,573.122,-0.89235,4.4622,275,275,5,0,247,0,0,1), + (37940,2202,1,0,0,6102.79,557.35,1.5931,0.617162,275,275,5,0,247,0,0,1), + (37941,2202,1,0,0,5640.76,523.388,1.55423,4.68951,275,275,5,0,247,0,0,1), + (37942,2202,1,0,0,5640.63,534.375,-1.44506,5.35897,275,275,10,0,247,0,0,1), + (37943,2202,1,0,0,5615.68,523.598,1.81754,6.05484,275,275,3,0,247,0,0,1), + (37944,2202,1,0,0,5613.83,501.413,4.31754,0.017342,275,275,5,0,247,0,0,1), + (37945,2203,1,0,0,7144.76,340.26,-28.9234,0.637172,275,275,5,0,253,264,0,1), + (37946,2203,1,0,0,7175.84,322.183,-42.3932,0.735586,275,275,5,0,253,264,0,1), + (37947,2203,1,0,0,7106.64,319.313,-40.6059,1.59053,275,275,5,0,253,264,0,1), + (37948,2203,1,0,0,7132.67,336.642,-31.4938,1.64629,275,275,5,0,253,264,0,1), + (37949,2203,1,0,0,7137.09,313.784,-21.1934,4.10084,275,275,5,0,253,264,0,1), + (37950,2203,1,0,0,7138.54,301.215,-19.6593,3.45352,275,275,5,0,253,264,0,1), + (37951,2203,1,0,0,5229.26,593.396,0.241886,4.89102,275,275,0,0,253,264,0,0), + (37952,2203,1,0,0,6985.78,199.721,-1.2928,0.495382,275,275,5,0,253,264,0,1), + (37953,2203,1,0,0,7132.17,334.142,-41.4268,5.35457,275,275,5,0,253,264,0,1), + (37954,6299,1,0,0,6545.89,440.145,7.65281,4.90438,275,275,0,0,1240,0,0,0), + (37955,2203,1,0,0,7031.98,403.298,-6.39551,0.507623,275,275,0,0,253,264,0,0), + (37956,2203,1,0,0,7073.69,437.231,-3.75144,5.45766,275,275,2,0,253,264,0,1), + (37957,2203,1,0,0,7059.3,408.267,-14.5234,0.391694,275,275,5,0,253,264,0,1), + (37958,2203,1,0,0,7040.99,397.704,-13.8551,3.01404,275,275,5,0,253,264,0,1), + (37959,2203,1,0,0,7044.31,408.762,-22.0947,5.44967,275,275,5,0,253,264,0,1), + (37960,2203,1,0,0,7119.89,369.168,-41.4425,1.8984,275,275,5,0,253,264,0,1), + (37961,2203,1,0,0,6953.98,205.103,0.953374,4.16698,275,275,5,0,253,264,0,1), + (37962,2203,1,0,0,6937.84,197.578,1.80443,0.248633,275,275,5,0,253,264,0,1), + (37963,2203,1,0,0,7008.75,395.88,-9.79006,4.81561,275,275,5,0,253,264,0,1), + (37964,2203,1,0,0,5634.01,510.388,5.17923,3.06123,275,275,10,0,253,264,0,1), + (37965,2203,1,0,0,5627.8,531.891,-0.807462,0.184169,275,275,5,0,253,264,0,1), + (37966,2203,1,0,0,5244.47,573.633,1.35491,5.29995,275,275,5,0,253,264,0,1), + (37967,2203,1,0,0,5214.25,591.047,1.99416,6.26756,275,275,0,0,253,264,0,0), + (37968,2203,1,0,0,5207.14,602.259,1.67546,3.08685,275,275,0,0,253,264,0,0), + (37969,2204,1,0,0,7444.57,46.9616,1.61016,2.03179,275,275,5,0,300,0,0,1), + (37970,2204,1,0,0,7445.21,70.5394,1.75787,3.50324,275,275,5,0,300,0,0,1), + (37971,6300,1,0,0,6538.29,443.297,7.224,4.46804,275,275,0,0,1605,0,0,0), + (37972,2204,1,0,0,5231.15,568.063,3.80882,0.931504,275,275,5,0,300,0,0,1), + (37973,2204,1,0,0,5255.47,584.749,-1.52009,2.57169,275,275,5,0,300,0,0,1), + (37974,2204,1,0,0,5221.4,596.018,1.01469,4.58997,275,275,0,0,300,0,0,0), + (37975,2205,1,0,0,4830.79,813.307,-2.78355,0.443306,275,275,5,0,328,0,0,1), + (37976,2205,1,0,0,7427.23,43.166,2.57304,3.73253,275,275,5,0,328,0,0,1), + (37977,2205,1,0,0,7457.05,67.7084,-0.617127,5.52877,275,275,5,0,328,0,0,1), + (37978,2205,1,0,0,7452.11,54.5537,0.23516,3.84436,275,275,5,0,328,0,0,1), + (37979,2205,1,0,0,7428.38,69.6697,3.11166,1.89803,275,275,5,0,328,0,0,1), + (37980,6301,1,0,0,6535.77,445.551,7.12758,4.36332,275,275,0,0,1605,0,0,0), + (37981,2205,1,0,0,5005.5,551.875,4.77554,1.122,275,275,3,0,328,0,0,1), + (37982,2205,1,0,0,4776.73,767.224,2.26282,1.18014,275,275,3,0,328,0,0,1), + (37983,2205,1,0,0,7414.85,54.4275,2.82304,3.27297,275,275,5,0,328,0,0,1), + (37984,2205,1,0,0,4987.13,535.932,6.40979,4.77012,275,275,3,0,328,0,0,1), + (37985,2205,1,0,0,4999.71,534.458,6.15979,5.91839,275,275,3,0,328,0,0,1), + (37986,2205,1,0,0,4977,538.907,7.28479,5.19715,275,275,3,0,328,0,0,1), + (37987,2206,1,0,0,4801.28,807.187,0.385285,-2.59143,275,275,3,0,356,0,0,1), + (37988,2206,1,0,0,4823.6,804.647,-1.22579,0.494468,275,275,5,0,356,0,0,1), + (37989,2206,1,0,0,4988.55,540.98,5.71478,1.87403,275,275,0,0,356,0,0,0), + (37990,2206,1,0,0,4985.02,548.381,5.37413,2.83807,275,275,0,0,356,0,0,0), + (37991,2206,1,0,0,4806.68,789.584,0.787679,0.721443,275,275,3,0,356,0,0,1), + (37992,2206,1,0,0,4789.12,782.784,1.67119,3.16112,275,275,3,0,356,0,0,1), + (37993,2206,1,0,0,4993.71,549.704,5.03479,2.97235,275,275,0,0,356,0,0,0), + (37994,2206,1,0,0,4992.42,560.697,4.15979,0.744287,275,275,3,0,356,0,0,1), + (37995,2207,1,0,0,7818.4,-638.766,-27.9735,1.43649,275,275,5,0,377,408,0,1), + (37996,7267,209,0,0,1727.48,1017.35,54.9102,1.00614,36000,36000,0,0,14434,0,0,0), + (37997,7797,209,0,0,1730.28,1015.17,54.9074,0.900874,36000,36000,0,0,9595,0,0,0), + (37998,7268,209,0,0,1725,1058.67,54.1025,5.60697,18000,18000,1,0,5544,0,0,1), + (37999,7268,209,0,0,1718.64,1056.26,53.488,5.68551,18000,18000,1,0,5544,0,0,1), + (38000,7268,209,0,0,1767.91,1024.01,53.7834,2.25254,18000,18000,1,0,5544,0,0,1), + (38001,7268,209,0,0,1762.87,1014.21,53.4866,2.42533,18000,18000,1,0,5544,0,0,1), + (38002,5650,209,0,0,1296.82,813.011,11.1528,4.50295,18000,18000,0,0,4278,2966,0,0), + (38003,5648,209,0,0,1262.07,840.807,8.9959,0.383972,18000,18000,0,0,3603,7150,0,0), + (38004,14849,0,0,0,-9547.84,73.6699,58.9674,4.64258,180,180,0,0,1240,0,0,0), + (38005,5648,209,0,0,1296.55,807.73,12.1035,2.00713,18000,18000,0,0,3603,7150,0,0), + (38006,5649,209,0,0,1261.55,846.373,9.28673,5.34071,18000,18000,0,0,5346,0,0,0), + (38007,5648,209,0,0,1265.82,840.409,9.10481,2.19912,18000,18000,0,0,3603,7150,0,0), + (38008,5649,209,0,0,1292.81,810.933,10.6402,5.72468,18000,18000,0,0,5346,0,0,0), + (38009,5648,209,0,0,1325.66,843.422,11.7873,4.01426,18000,18000,0,0,3603,7150,0,0), + (38010,5649,209,0,0,1319.59,836.886,8.97416,0.418879,18000,18000,0,0,5346,0,0,0), + (38011,5650,209,0,0,1327.73,838.162,9.23823,3.24631,18000,18000,0,0,4278,2966,0,0), + (38012,5649,209,0,0,1357.26,817.232,8.97416,0.174533,18000,18000,0,0,5346,0,0,0), + (38013,5649,209,0,0,1365.43,819.994,8.97416,3.71755,18000,18000,0,0,5346,0,0,0), + (38014,8095,209,0,0,1414.69,772.811,28.7146,5.72987,18000,18000,5,0,5544,0,0,1), + (38015,5648,209,0,0,1430.52,795.113,11.9563,2.33874,18000,18000,0,0,3603,7150,0,0), + (38016,5648,209,0,0,1427.77,794.452,11.6592,1.79769,18000,18000,0,0,3603,7150,0,0), + (38017,5648,209,0,0,1426.05,800.303,10.6506,5.14872,18000,18000,0,0,3603,7150,0,0), + (38018,8095,209,0,0,1452.61,761.849,40.2917,6.17755,18000,18000,5,0,5544,0,0,1), + (38019,1548,0,0,0,1666.37,-642.773,46.3329,2.93309,300,300,5,0,122,0,0,1), + (38020,1554,0,0,0,1849.37,-682.474,51.7183,0.429133,300,300,5,0,156,0,0,1), + (38021,1554,0,0,0,2725.52,-181.852,33.9557,5.27844,300,300,5,0,156,0,0,1), + (38022,1548,0,0,0,2692.92,-210.395,35.4957,0.066438,300,300,5,0,122,0,0,1), + (38023,1554,0,0,0,2750.29,-285.453,65.5412,4.96116,300,300,10,0,156,0,0,1), + (38024,1554,0,0,0,1869.89,-250.965,35.468,0.499035,300,300,10,0,156,0,0,1), + (38025,1549,0,0,0,2588.09,-781.904,70.3601,5.42313,300,300,10,0,176,0,0,1), + (38026,1555,0,0,0,2294.67,-911.819,74.7889,5.52833,300,300,5,0,176,0,0,1), + (38027,1549,0,0,0,2648.45,-846.21,74.0381,3.7849,300,300,10,0,176,0,0,1), + (38028,1555,0,0,0,2254.68,-1011.59,78.3674,0.375635,300,300,5,0,176,0,0,1), + (38029,1554,0,0,0,2283.27,-750.751,66.4682,5.73904,300,300,10,0,156,0,0,1), + (38030,1549,0,0,0,2410.82,-726.188,71.9845,5.79021,300,300,10,0,176,0,0,1), + (38031,1538,0,0,0,2112.78,-625.056,93.5988,3.4383,300,300,0,0,166,178,0,0), + (38032,1538,0,0,0,2177.13,-610.977,80.7263,5.22851,300,300,5,0,166,178,0,1), + (38033,1537,0,0,0,2168.74,-626.872,87.957,1.21185,300,300,0,0,156,0,0,0), + (38034,1532,0,0,0,2007.81,-422.719,35.4582,3.07848,300,300,10,0,198,0,0,1), + (38035,1532,0,0,0,2048.61,-512.023,43.3537,3.52147,300,300,5,0,198,0,0,1), + (38036,1532,0,0,0,2070.6,-462.606,39.4806,5.28183,300,300,3,0,198,0,0,1), + (38037,1529,0,0,0,2042.24,-423.988,35.5727,1.8838,300,300,3,0,183,240,0,1), + (38038,1532,0,0,0,2068.19,-423.546,39.014,4.12169,300,300,5,0,198,0,0,1), + (38039,1513,0,0,0,1970.4,1323.13,78.7402,4.20651,300,300,5,0,71,0,0,1), + (38040,1509,0,0,0,1925.76,1366.68,68.2069,4.54467,300,300,10,0,55,0,0,1), + (38041,11320,389,0,0,-45.0298,-27.7645,-21.2917,1.70311,7200,7200,5,0,819,0,0,1), + (38042,11321,389,0,0,-36.4604,-42.0863,-21.773,0.809754,7200,7200,5,0,819,0,0,1), + (38043,11320,389,0,0,-15.9865,-50.1693,-21.7804,3.57792,7200,7200,5,0,819,0,0,1), + (38044,11320,389,0,0,-70.6122,-32.8292,-18.4872,2.57425,7200,7200,2,0,819,0,0,1), + (38045,11320,389,0,0,-23.8034,-62.1556,-21.3704,4.06767,7200,7200,5,0,819,0,0,1), + (38046,11320,389,0,0,-106.32,-37.6574,-30.0448,5.36449,7200,7200,5,0,819,0,0,1), + (38047,11320,389,0,0,-129.135,-35.1578,-33.2627,3.7001,7200,7200,5,0,819,0,0,1), + (38048,11320,389,0,0,-95.8062,45.3441,-17.4092,1.72232,7200,7200,2,0,819,0,0,1), + (38049,11319,389,0,0,-136.804,-3.84714,-53.0579,5.37443,7200,7200,2,0,833,264,0,1), + (38050,11318,389,0,0,-157.268,-21.7249,-57.2708,5.39606,7200,7200,2,0,819,0,0,1), + (38052,1509,0,0,0,2067.9,1343.68,63.2778,5.74856,300,300,5,0,55,0,0,1), + (38053,4775,0,0,0,1554.3,257.968,-43.0198,5.93412,300,300,0,0,1605,0,0,0), + (38054,7395,0,0,0,1597.62,223.966,-62.1203,3.37374,120,120,1,0,64,0,0,1), + (38055,4613,0,0,0,1591.25,204.498,-55.2596,1.72788,300,300,0,0,3517,0,0,0), + (38056,4558,0,0,0,1634.87,260.828,-43.0197,4.04916,300,300,0,0,1605,0,0,0), + (38057,4551,0,0,0,1567.12,266.345,-43.0194,0.820305,900,900,0,0,7423,7071,0,0), + (38058,5052,0,0,0,1594.48,203.449,-55.2596,1.50098,300,300,0,0,1240,0,0,0), + (38059,7395,0,0,0,1597.15,226.008,-62.1117,1.48547,120,120,1,0,64,0,0,1), + (38060,1087,0,0,0,-11149.6,-3887.42,-11.0665,4.43141,300,300,5,0,1902,0,0,1), + (38061,4557,0,0,0,1616.24,286.537,-43.019,4.20624,300,300,0,0,1605,0,0,0), + (38062,4560,0,0,0,1630.4,275.131,-43.019,3.90954,300,300,0,0,1605,0,0,0), + (38063,5703,0,0,0,1789.69,122.007,-63.7599,1.11701,300,300,0,0,919,0,0,0), + (38064,4570,0,0,0,1702.31,206.812,-62.0739,4.76475,300,300,0,0,1605,0,0,0), + (38065,5821,0,0,0,1692.84,198.143,-62.0907,5.28835,300,300,0,0,1605,0,0,0), + (38066,11048,0,0,0,1686.99,200.905,-62.0883,5.16617,300,300,0,0,1172,0,0,0), + (38067,4576,0,0,0,1681.49,194.356,-62.0865,0.458519,300,300,0,0,2972,0,0,0), + (38068,4577,0,0,0,1684.99,196.001,-62.083,5.70723,300,300,0,0,1605,0,0,0), + (38069,11049,0,0,0,1682.31,201.275,-62.0883,5.42797,300,300,0,0,1764,0,0,0), + (38070,4581,0,0,0,1626.63,130.468,-62.0695,0.226893,300,300,0,0,1605,0,0,0), + (38071,4564,0,0,0,1780.31,44.0374,-61.4091,1.32645,300,300,0,0,3517,2103,0,0), + (38072,2492,0,0,0,1778.19,65.4829,-46.2368,2.79253,300,300,0,0,2016,0,0,0), + (38073,4611,0,0,0,1408.49,414.871,-84.8822,3.64774,300,300,0,0,3517,0,0,0), + (38074,8318,109,0,0,-438.18,189.796,-53.9463,3.10119,7200,7200,0,0,2399,0,0,0), + (38075,5267,109,0,0,-442.403,187.482,-53.9463,3.01794,7200,7200,0,0,6251,0,0,0), + (38076,8318,109,0,0,-444.5,185.774,-53.9463,2.84594,7200,7200,0,0,2399,0,0,0), + (38077,5256,109,0,0,-412.033,176.179,-53.9463,5.23434,7200,7200,0,0,6186,0,0,0), + (38078,8318,109,0,0,-578.458,179.905,-69.4013,3.89918,7200,7200,0,0,2399,0,0,0), + (38079,8318,109,0,0,-572.55,187.132,-69.4013,4.07982,7200,7200,0,0,2399,0,0,0), + (38080,5259,109,0,0,-350.239,4.82687,-69.3923,2.37323,7200,7200,0,0,4776,1640,0,0), + (38081,5267,109,0,0,-362.514,3.44433,-69.3923,0.64142,7200,7200,0,0,6251,0,0,0), + (38082,8318,109,0,0,-356.844,13.1748,-69.3923,4.61004,7200,7200,0,0,2399,0,0,0), + (38083,8297,0,0,0,-11619.4,-2822.7,3.0829,2.7939,72000,72000,0,0,3643,0,0,0), + (38084,5259,109,0,0,-606.221,46.1259,-69.3528,5.56428,7200,7200,0,0,4776,1640,0,0), + (38085,8318,109,0,0,-601.994,52.978,-69.3528,5.3216,7200,7200,0,0,2399,0,0,0), + (38086,8318,109,0,0,-596.574,44.2668,-69.3528,2.95519,7200,7200,0,0,2399,0,0,0), + (38088,2207,1,0,0,7827.22,-653.083,-24.6011,2.62118,275,275,5,0,377,408,0,1), + (38089,8299,0,0,0,-11518.4,-3209.88,8.09441,0.44557,72000,72000,0,0,3082,0,0,0), + (38090,5731,0,0,0,1481.33,308.523,-61.1863,4.15513,300,300,5,0,919,0,0,2), + (38091,4612,0,0,0,1467.61,340.737,-61.9681,2.56563,300,300,0,0,1605,0,0,0), + (38092,4615,0,0,0,1564.79,348.156,-62.0733,3.22886,300,300,0,0,1605,0,0,0), + (38093,5733,0,0,0,1453.95,351.288,-62.1024,0.556914,300,300,5,0,919,0,0,2), + (38094,5735,0,0,0,1405.82,375.381,-84.868,4.83456,300,300,0,0,102,0,0,0), + (38095,4582,0,0,0,1416.64,68.6927,-62.1954,4.64258,300,300,0,0,2471,0,0,0), + (38096,4586,0,0,0,1409.82,150.423,-62.3224,4.93928,300,300,0,0,1605,0,0,0), + (38097,7297,0,0,0,1457.91,69.3455,-62.2023,4.41568,300,300,0,0,2016,0,0,0), + (38098,7087,0,0,0,1499.16,200.116,-62.0551,4.34587,300,300,0,0,2016,0,0,0), + (38099,4569,0,0,0,1561.75,133.745,-62.0671,2.93215,300,300,0,0,1605,0,0,0), + (38100,5747,0,0,0,1533.84,202.238,-62.1801,5.4008,300,300,0,0,919,1202,0,2), + (38101,2802,0,0,0,1390.21,35.2176,-62.1933,2.07967,300,300,0,0,4108,0,0,2), + (38102,4587,0,0,0,1402.06,149.05,-62.3705,5.60251,300,300,0,0,1605,0,0,0), + (38103,11031,0,0,0,1404.08,142.911,-62.2217,0.017453,300,300,0,0,1846,0,0,0), + (38104,5744,0,0,0,1415.26,127.163,-62.2072,5.085,300,300,5,0,919,1202,0,2), + (38105,5679,0,0,0,1741.54,383.161,-62.208,3.735,300,300,0,0,1605,2175,0,0), + (38106,5665,0,0,0,1702.21,424.583,-62.2676,1.8675,300,300,0,0,919,0,0,0), + (38107,5674,0,0,0,1719.97,279.43,-62.0962,1.85005,120,120,0,0,64,0,0,0), + (38108,5652,0,0,0,1701.8,425.977,-62.2667,5.07891,300,300,0,0,64,0,0,0), + (38109,4601,0,0,0,1669.39,307.177,-62.064,0.837758,300,300,0,0,1605,0,0,0), + (38110,2207,1,0,0,4504.95,908.405,3.14511,0.939051,275,275,0,0,377,408,0,0), + (38111,5699,0,0,0,1655.61,365.46,-60.6794,2.67035,300,300,0,0,2471,0,0,0), + (38112,5698,0,0,0,1653.56,365.232,-60.6772,0.977384,300,300,0,0,2471,0,0,0), + (38114,5761,43,0,0,-226.983,44.6691,-82.4401,0.891545,7200,7200,5,0,1212,456,0,1), + (38115,3840,43,0,0,-198.346,34.6839,-49.1724,4.76475,7200,7200,0,0,1212,912,0,0), + (38116,5761,43,0,0,-218.221,51.4199,-82.3402,3.49,7200,7200,0,1,1212,456,0,2), + (38118,5053,43,0,0,-203.663,-5.26961,-105.774,5.12866,7200,7200,5,0,417,0,0,1), + (38119,3840,43,0,0,-133.477,-31.7903,-76.8896,1.11701,7200,7200,0,0,1212,912,0,0), + (38120,5055,43,0,0,-155.75,-42.8997,-79.8168,2.31588,7200,7200,6,0,134,0,0,1), + (38121,5056,43,0,0,-145.744,2.36266,-28.5646,5.75265,7200,7200,10,0,1452,0,0,1), + (38122,5756,43,0,0,-219.854,58.6887,-48.9416,5.78034,7200,7200,0,0,1452,0,0,2), + (38123,5053,43,0,0,-249.33,-17.1887,-105.661,4.79718,7200,7200,5,0,417,0,0,1), + (38124,3840,43,0,0,-145.986,-50.8781,-78.394,1.46608,7200,7200,0,0,1212,912,0,0), + (38125,3835,43,0,0,-235.916,-9.51305,-105.674,3.35617,7200,7200,15,0,8,0,0,1), + (38126,5055,43,0,0,-154.376,-48.0688,-78.6814,0.267989,7200,7200,6,0,134,0,0,1), + (38127,5055,43,0,0,-162.489,-50.1081,-77.0771,3.75461,7200,7200,6,0,134,0,0,1), + (38128,4595,0,0,0,1767.26,418.445,-57.1143,0.122173,300,300,0,0,2471,0,0,0), + (38129,11870,0,0,0,1668.21,323.349,-62.0677,0.541052,900,900,0,0,6830,0,0,0), + (38130,5653,0,0,0,1732.01,378.016,-61.7878,0.027743,300,300,0,0,919,0,0,0), + (38131,2207,1,0,0,4596.74,920.727,1.063,1.52214,275,275,0,0,377,408,0,0), + (38132,5055,43,0,0,-156.364,-53.7249,-76.8518,5.63513,7200,7200,6,0,134,0,0,1), + (38133,3835,43,0,0,-251.568,4.82494,-106.714,1.86796,7200,7200,5,0,8,0,0,1), + (38134,5053,43,0,0,-273.694,-7.56099,-106.364,3.99369,7200,7200,5,0,417,0,0,1), + (38135,3835,43,0,0,-272.907,-7.84298,-106.515,0.960826,7200,7200,15,0,8,0,0,1), + (38136,3840,43,0,0,-265.864,43.1378,-87.6643,4.88692,7200,7200,0,0,1212,912,0,0), + (38137,5761,43,0,0,-264.569,37.9848,-87.4082,5.53269,7200,7200,5,0,1212,456,0,1), + (38138,5761,43,0,0,-345.685,22.6036,-101.262,3.71755,7200,7200,5,0,1212,456,0,1), + (38139,3840,43,0,0,-352.573,22.6263,-100.832,4.06662,7200,7200,0,0,1212,912,0,0), + (38140,5761,43,0,0,-335.412,50.9614,-97.7736,2.96918,7200,7200,5,0,1212,456,0,1), + (38141,2914,43,0,0,-338.159,35.1821,-99.0124,1.00232,7200,7200,10,0,8,0,0,1), + (38142,3640,43,0,0,-344.548,24.5073,-101.101,2.69132,7200,7200,0,0,1158,0,0,2), + (38143,3840,43,0,0,-352.826,43.2932,-100.082,0.733038,7200,7200,0,0,1212,912,0,0), + (38145,2914,43,0,0,-334.276,-66.2257,-65.0929,4.18411,7200,7200,15,0,8,0,0,1), + (38146,3840,43,0,0,-102.14,-8.77391,-29.1185,6.03884,7200,7200,0,0,1212,912,0,0), + (38147,5756,43,0,0,-111.045,-16.0654,-28.4545,6.22136,7200,7200,7,0,1452,0,0,1), + (38148,3673,43,0,0,-120.163,-24.624,-28.5832,2.83035,36000,36000,0,0,2784,1530,0,0), + (38149,2207,1,0,0,4590.38,909.937,1.688,0.751454,275,275,0,0,377,408,0,0), + (38150,2207,1,0,0,4525.96,882.266,-1.3168,3.54712,275,275,0,0,377,408,0,0), + (38151,2207,1,0,0,4609.36,913.667,0.811804,5.398,275,275,0,0,377,408,0,0), + (38152,2207,1,0,0,7782.17,-691.085,-8.92414,6.08933,275,275,5,0,377,408,0,1), + (38153,2207,1,0,0,7786.5,-661.654,-19.3308,3.31422,275,275,5,0,377,408,0,1), + (38154,2207,1,0,0,4669.05,869.903,1.21204,1.17585,275,275,3,0,377,408,0,1), + (38155,2207,1,0,0,4669.98,883.959,-1.03256,1.90241,275,275,10,0,377,408,0,1), + (38156,2207,1,0,0,4612.23,902.473,0.436804,1.12867,275,275,10,0,377,408,0,1), + (38157,2207,1,0,0,4495.58,902.892,10.2698,4.85442,275,275,0,0,377,408,0,0), + (38158,2207,1,0,0,4511.78,884.784,-1.8168,5.18703,275,275,0,0,377,408,0,0), + (38159,2208,1,0,0,7815.03,-653.185,-21.7243,4.66176,275,275,5,0,404,456,0,1), + (38160,2208,1,0,0,7800.96,-649.572,-26.2598,3.41849,275,275,5,0,404,456,0,1), + (38161,2208,1,0,0,4701.61,885.933,-1.79313,0.385374,275,275,3,0,404,456,0,1), + (38162,2208,1,0,0,4688.08,888.269,-1.28796,4.63112,275,275,3,0,404,456,0,1), + (38163,2208,1,0,0,4525.94,906.189,6.02011,2.3718,275,275,0,0,404,456,0,0), + (38164,2208,1,0,0,4696.18,870.938,0.087038,3.99177,275,275,3,0,404,456,0,1), + (38165,2208,1,0,0,7784.09,-679.191,-11.6741,3.31019,275,275,5,0,404,456,0,1), + (38166,2208,1,0,0,7770.85,-674.001,-12.1741,3.39092,275,275,5,0,404,456,0,1), + (38167,2208,1,0,0,7801.31,-670.994,-16.9548,2.62898,275,275,5,0,404,456,0,1), + (38168,5761,43,0,0,-172.858,-82.2607,-67.712,5.59834,7200,7200,0,0,1212,456,0,2), + (38169,2208,1,0,0,7805.19,-660.025,-23.3306,0.868725,275,275,5,0,404,456,0,1), + (38170,2208,1,0,0,4687.95,863.727,2.52746,4.18103,275,275,3,0,404,456,0,1), + (38171,2208,1,0,0,4675.84,857.685,0.652459,2.92042,275,275,3,0,404,456,0,1), + (38172,2208,1,0,0,4588.99,894.729,1.18516,4.96324,275,275,0,0,404,456,0,0), + (38173,2208,1,0,0,4599.3,890.433,1.18516,3.43009,275,275,0,0,404,456,0,0), + (38174,2208,1,0,0,4492.86,880.785,-1.56278,2.51213,275,275,0,0,404,456,0,0), + (38175,2208,1,0,0,4493.62,894.452,2.06222,1.23625,275,275,0,0,404,456,0,0), + (38176,2212,1,0,0,6598.28,-32.0527,34.4785,2.43279,275,275,5,0,247,0,0,2), + (38177,2212,1,0,0,6622.05,-113.395,33.254,3.54033,275,275,5,0,247,0,0,1), + (38178,2212,1,0,0,6732.49,-168.291,32.1132,5.92292,275,275,10,0,247,0,0,1), + (38179,2212,1,0,0,6714.17,-198.985,36.3805,0.522628,275,275,10,0,247,0,0,1), + (38180,2212,1,0,0,6688.06,-155.065,31.9239,1.17933,275,275,10,0,247,0,0,1), + (38181,2212,1,0,0,6739.34,-35.7338,43.1269,5.42964,275,275,5,0,247,0,0,2), + (38183,10157,1,0,0,6013.84,-45.659,21.7033,0.996915,275,275,3,0,252,264,0,1), + (38184,10157,1,0,0,6333.75,-120.255,25.4351,0.260307,275,275,3,0,252,264,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (35025,3824,1,1207,0,1717.27,-1481.24,119.369,2.42801,300,5,0,617,0,0,1), - (35026,3824,1,1207,0,1934.12,-1756.52,63.9327,3.0222,300,15,0,617,0,0,1), - (35027,3824,1,1207,0,2075.49,-1685.23,68.5434,2.09057,300,10,0,617,0,0,1), - (35028,3824,1,1207,0,1811.61,-1535.49,84.9908,3.98364,300,5,0,617,0,0,1), - (35029,3824,1,1207,0,2075.58,-1666.31,66.5291,1.18848,300,10,0,617,0,0,1), - (35030,3824,1,1207,0,1785.52,-1472.76,105.928,2.65398,300,5,0,617,0,0,1), - (35031,3824,1,1207,0,1841.71,-1728.75,61.4689,5.52665,300,5,0,617,0,0,1), - (35032,3824,1,1207,0,2040.9,-1629.16,64.6256,3.63626,300,5,0,617,0,0,1), - (35033,3824,1,1207,0,1977.83,-1575.94,62.996,2.08946,300,15,0,617,0,0,1), - (35034,3824,1,1207,0,1944.2,-1440.43,87.2813,0.056691,300,10,0,617,0,0,1), - (35035,3824,1,1207,0,1968.97,-1391.8,95.233,4.06068,300,5,0,617,0,0,1), - (35036,3824,1,1207,0,2051.03,-1700.61,69.5987,2.63102,300,10,0,617,0,0,1), - (35037,3824,1,1207,0,2001.39,-1452.62,86.2067,0.546281,300,15,0,617,0,0,1), - (35038,3824,1,1207,0,1994.03,-1458.21,83.4046,5.22935,300,15,0,617,0,0,1), - (35039,3824,1,1207,0,1979.09,-1886.49,99.6084,1.89615,300,5,0,617,0,0,1), - (35040,3825,1,776,0,2014.53,-2232.87,112.183,1.82305,300,10,0,840,0,0,1), - (35041,3825,1,776,0,2775.57,-2012.13,164.004,2.69897,300,5,0,840,0,0,1), - (35042,3825,1,776,0,3013.33,-1815.38,167.883,5.99845,300,10,0,840,0,0,1), - (35043,3825,1,776,0,2932.98,-1938.41,170.048,3.66029,300,5,0,840,0,0,1), - (35044,3825,1,776,0,2015.24,-2087.54,117.308,1.49252,300,5,0,840,0,0,1), - (35045,3825,1,776,0,1979.45,-2139.06,98.6905,2.4159,300,5,0,840,0,0,1), - (35046,3825,1,776,0,2213.79,-2255.42,105.762,1.67985,300,5,0,840,0,0,1), - (35047,3825,1,776,0,2071.4,-2290.64,107.603,1.32108,300,5,0,840,0,0,1), - (35048,3825,1,776,0,2202.58,-2358,116.265,2.66703,300,5,0,840,0,0,1), - (35049,3825,1,776,0,2161.27,-2248.56,106.542,6.2402,300,5,0,840,0,0,2), - (35050,3825,1,776,0,2171.86,-2333.88,118.615,2.86856,300,5,0,840,0,0,1), - (35051,3825,1,776,0,2047.03,-2088.85,124.271,3.42257,300,5,0,840,0,0,1), - (35052,3825,1,776,0,2442.89,-2446.88,185.883,2.63601,300,5,0,840,0,0,1), - (35053,3825,1,776,0,2010.67,-2063.49,114.425,1.14269,300,5,0,840,0,0,1), - (35054,3825,1,776,0,3072.8,-1697.46,172.119,0.635689,300,10,0,840,0,0,1), - (35055,3825,1,776,0,2908.16,-1791.66,186.433,6.12831,300,10,0,840,0,0,1), - (35056,3825,1,776,0,3359.95,-1602.17,167.868,3.36421,300,15,0,840,0,0,1), - (35057,3825,1,776,0,2542.33,-2789.02,161.782,5.44317,300,10,0,840,0,0,1), - (35058,3825,1,776,0,1997.6,-2199.12,98.6572,4.9872,300,5,0,840,0,0,1), - (35059,3825,1,776,0,2473.53,-2679.44,151.504,2.29679,300,5,0,840,0,0,1), - (35060,3825,1,776,0,2544.39,-2550.26,161.206,4.86919,300,5,0,840,0,0,1), - (35061,3825,1,776,0,2565.88,-2531.22,165.068,4.95962,300,5,0,840,0,0,1), - (35062,3825,1,776,0,2535.42,-2451.18,163.052,2.32746,300,5,0,840,0,0,1), - (35063,3825,1,776,0,2523.63,-2600.83,161.702,6.16186,300,10,0,840,0,0,1), - (35064,4953,0,1986,0,-10164.5,-2909.72,18.183,5.65031,300,5,0,16,0,0,1), - (35065,3825,1,776,0,2540,-2699.17,147.86,0.322059,300,15,0,840,0,0,1), - (35086,3833,1,150,0,2703.92,-1888.03,234.367,1.50098,300,0,0,646,693,0,0), - (35087,3833,1,150,0,2708.6,-1873.12,234.511,4.18879,300,0,0,646,693,0,0), - (35088,3834,1,2077,0,3008.74,-1847.65,170.994,0.244505,300,10,0,840,0,0,1), - (35089,3834,1,2077,0,3465.29,-1602.21,167.684,0.765387,300,15,0,840,0,0,1), - (35090,3834,1,2077,0,3286.47,-1688.05,176.913,0.601534,300,15,0,840,0,0,1), - (35091,3834,1,2077,0,3181.96,-1763.63,172.578,5.48744,300,5,0,840,0,0,1), - (35092,3834,1,2077,0,2960.89,-1873.78,168.382,1.23425,300,10,0,840,0,0,1), - (35093,3834,1,2077,0,3170.55,-1631.9,171.583,4.48068,300,5,0,840,0,0,1), - (35094,3834,1,2077,0,3082.53,-1654.43,176.842,1.15788,300,15,0,840,0,0,1), - (35097,6144,1,4945,0,3513.48,-6151.09,-18.5112,0.331613,600,0,0,8232,0,0,0), - (35098,6144,1,4945,0,3155.39,-6293.89,-16.8557,5.32218,600,10,0,8232,0,0,1), - (35099,6144,1,4945,0,3386.7,-6139.41,-8.86881,1.09693,600,10,0,8232,0,0,1), - (35100,6144,1,4945,0,3294.96,-6018.01,-9.39021,6.24801,600,10,0,8232,0,0,1), - (35101,6144,1,4945,0,3421.25,-6003.88,-14.71,1.21648,600,10,0,8232,0,0,1), - (35102,6144,1,4945,0,3920.06,-6153.52,-4.10032,5.57692,600,10,0,8232,0,0,1), - (35103,6144,1,4945,0,3646.65,-6145.89,-4.16293,3.3381,600,10,0,8232,0,0,1), - (35104,6144,1,4945,0,4057.65,-6423.01,-17.3923,5.47364,600,10,0,8232,0,0,1), - (35105,6146,1,1918,0,2644.86,-6152.82,100.081,3.63453,600,5,0,7599,0,0,1), - (35106,6146,1,1918,0,2522.49,-5751.94,100.853,0.116983,600,5,0,7599,0,0,2), - (35107,6146,1,1918,0,2389.56,-6512.78,106.592,0.509943,600,10,0,7599,0,0,1), - (35108,6146,1,1918,0,2302.36,-6088.83,107.061,3.53841,600,3,0,7599,0,0,1), - (35109,6146,1,1918,0,2521.68,-6284.57,99.2535,6.18267,600,10,0,7599,0,0,1), - (35110,6146,1,1918,0,4779.32,-6981.46,96.0951,1.95633,600,10,0,7599,0,0,1), - (35111,6146,1,1918,0,4655.88,-7123.48,99.3767,5.44114,600,5,0,7599,0,0,1), - (35112,6146,1,1918,0,4854.92,-7332.24,157.145,0.776883,600,5,0,7599,0,0,1), - (35113,6146,1,1918,0,2443.01,-5694.98,112.125,4.40671,600,5,0,7599,0,0,1), - (35114,6146,1,1918,0,2655.99,-5747.79,108.753,1.21254,600,5,0,7599,0,0,1), - (35115,6146,1,1918,0,2592.83,-6084.97,110.969,5.57036,600,5,0,7599,0,0,1), - (35116,6146,1,1918,0,4793.03,-7113.05,93.3701,0.29735,600,5,0,7599,0,0,1), - (35117,6146,1,1918,0,4431.58,-7059.42,141.723,2.09999,600,5,0,7599,0,0,1), - (35118,6146,1,1918,0,4856.27,-7023.75,98.64,0.158887,600,5,0,7599,0,0,1), - (35119,6146,1,1918,0,2523,-5626.96,120.959,5.16306,600,3,0,7599,0,0,1), - (35120,6146,1,1918,0,2579.85,-6334.08,108.009,1.81247,600,10,0,7599,0,0,1), - (35121,6146,1,1918,0,4714.61,-7050.92,101.191,4.9518,600,5,0,7599,0,0,1), - (35122,6146,1,1918,0,4764.42,-7243.55,75.9265,3.47384,600,5,0,7599,0,0,1), - (35123,6146,1,1918,0,2569.49,-6221.35,104.173,3.42884,600,3,0,7599,0,0,1), - (35124,6146,1,1918,0,2783.24,-5737.81,119.709,1.62162,600,5,0,7599,0,0,1), - (35125,6146,1,1918,0,2463.13,-6082.25,103.438,0.037051,600,10,0,7599,0,0,1), - (35126,6146,1,1918,0,2946.1,-5737.4,129.062,1.83568,600,5,0,7599,0,0,1), - (35127,6146,1,1918,0,2578.02,-5934.4,97.5383,1.86584,600,10,0,7599,0,0,1), - (35128,6146,1,1918,0,4714.57,-7192.86,86.8969,4.63816,600,5,0,7599,0,0,1), - (35129,6147,1,12814,0,2408.4,-6441.95,97.8623,2.99459,600,10,0,7359,0,0,1), - (35130,6147,1,12814,0,2825.83,-6042.77,109.694,4.29069,600,5,0,7359,0,0,1), - (35131,6147,1,12814,0,4651.74,-6998.29,107.337,6.12831,600,10,0,7359,0,0,1), - (35132,6147,1,12814,0,2385.65,-6153.18,102.123,5.68737,600,5,0,7359,0,0,1), - (35133,6147,1,12814,0,2450.6,-6203.41,102.079,1.4445,600,5,0,7359,0,0,1), - (35134,6147,1,12814,0,4871.07,-7087.96,107.739,3.44081,600,5,0,7359,0,0,1), - (35135,6147,1,12814,0,4920.03,-6854.17,103.275,5.72069,600,5,0,7359,0,0,1), - (35136,6147,1,12814,0,2391.79,-5743.63,100.698,0.684307,600,10,0,7359,0,0,1), - (35137,6147,1,12814,0,2847.14,-5673.77,125.519,1.91106,600,5,0,7359,0,0,2), - (35138,6147,1,12814,0,2525.19,-6021.2,102.184,6.05456,600,10,0,7359,0,0,2), - (35139,6147,1,12814,0,2714.87,-5815.86,102.003,5.81195,600,0,0,7359,0,0,0), - (35140,6147,1,12814,0,4647.14,-6864.65,140.776,4.38106,600,5,0,7359,0,0,1), - (35141,6147,1,12814,0,2391.93,-5480.58,151.931,0.0743,600,5,0,7359,0,0,1), - (35142,6147,1,12814,0,2579.2,-5814.32,96.6516,3.0623,600,5,0,7359,0,0,2), - (35143,6147,1,12814,0,2295.49,-6033.39,108.75,5.23287,600,3,0,7359,0,0,1), - (35144,6147,1,12814,0,4887.02,-7257.82,123.126,4.13061,600,5,0,7359,0,0,1), - (35145,6147,1,12814,0,4706.55,-6917.1,110.759,2.72023,600,10,0,7359,0,0,1), - (35146,6147,1,12814,0,2530.55,-6139.66,109.35,0.176723,600,5,0,7359,0,0,1), - (35147,6147,1,12814,0,4841.36,-7197.41,99.9027,4.34767,600,5,0,7359,0,0,1), - (35148,6147,1,12814,0,4582.18,-7460.36,83.2686,4.46731,600,10,0,7359,0,0,1), - (35149,6147,1,12814,0,2937.45,-5532.33,149.779,5.35496,600,5,0,7359,0,0,1), - (35150,6147,1,12814,0,2601.02,-6022.93,102.503,3.61401,600,5,0,7359,0,0,1), - (35151,6147,1,12814,0,2454.06,-5801.76,104.167,1.37711,600,3,0,7359,0,0,1), - (35152,6147,1,12814,0,2768.1,-5623.12,130.236,3.53313,600,5,0,7359,0,0,1), - (35153,6147,1,12814,0,4904.97,-6618.53,97.0611,3.09666,600,10,0,7359,0,0,2), - (35154,6147,1,12814,0,2660.95,-5949.92,96.68,3.2157,600,10,0,7359,0,0,1), - (35155,6147,1,12814,0,4923.96,-6928.36,132.787,0.999981,600,5,0,7359,0,0,1), - (35156,6147,1,12814,0,4522.49,-6842.93,138.786,1.32819,600,10,0,7359,0,0,1), - (35157,6147,1,12814,0,2318.71,-6222.15,108.862,4.9388,600,3,0,7359,0,0,1), - (35158,6148,1,12813,0,3522.12,-4130.09,106.763,4.6714,600,5,0,7113,0,0,2), - (35159,6148,1,12813,0,3648.12,-4719.37,119.683,3.01803,600,5,0,7113,0,0,2), - (35160,6148,1,12813,0,2790.86,-5956.4,102.546,4.7837,600,5,0,7113,0,0,1), - (35161,6148,1,12813,0,2307.35,-6325.68,106.087,3.081,600,3,0,7113,0,0,1), - (35162,6148,1,12813,0,2639.69,-5617.92,118.985,3.12792,600,5,0,7113,0,0,1), - (35163,6148,1,12813,0,2921.12,-5618.85,143.559,2.12111,600,5,0,7113,0,0,1), - (35164,6148,1,12813,0,4648.48,-7520.15,70.9436,4.37132,600,10,0,7113,0,0,1), - (35165,6148,1,12813,0,2515.99,-6407.49,109.569,0.731508,600,3,0,7113,0,0,1), - (35166,6148,1,12813,0,4595.43,-7162.85,121.56,3.27673,600,3,0,7113,0,0,1), - (35167,6148,1,12813,0,4777.81,-7510.81,90.8385,2.67576,600,0,0,7113,0,0,0), - (35168,6148,1,12813,0,2578,-5687.04,111.61,3.99356,600,5,0,7113,0,0,1), - (35169,6148,1,12813,0,4853.12,-6945.74,99.4864,4.07273,600,5,0,7113,0,0,1), - (35170,6148,1,12813,0,4945.27,-7011.9,104.649,0.392838,600,5,0,7113,0,0,1), - (35171,6148,1,12813,0,4721.28,-7444.93,74.9571,1.09807,600,10,0,7113,0,0,1), - (35172,6148,1,12813,0,4713.13,-7319.66,67.2325,4.0118,600,5,0,7113,0,0,2), - (35173,6148,1,12813,0,2517.96,-5875.58,109.477,1.16801,600,5,0,7113,0,0,1), - (35174,6148,1,12813,0,2648.97,-5890.13,96.0028,4.82377,600,5,0,7113,0,0,1), - (35175,6148,1,12813,0,4920.54,-6734.43,117.816,4.81753,600,5,0,7113,0,0,1), - (35176,6148,1,12813,0,3006.57,-5591.79,149.96,5.1757,600,5,0,7113,0,0,1), - (35177,6148,1,12813,0,4709.73,-7588.35,73.7532,3.69056,600,10,0,7113,0,0,1), - (35178,6148,1,12813,0,2449.03,-5550.84,110.141,4.22116,600,5,0,7113,0,0,1), - (35179,6148,1,12813,0,2657.13,-6269.63,103.287,1.01447,600,5,0,7113,0,0,1), - (35180,6148,1,12813,0,2703.83,-6211.93,95.8071,2.73822,600,10,0,7113,0,0,1), - (35181,6148,1,12813,0,2720.22,-5670.89,141.184,0.266522,600,5,0,7113,0,0,1), - (35182,6148,1,12813,0,2454.55,-5947.15,88.7978,0.876654,600,5,0,7113,0,0,1), - (35183,6148,1,12813,0,4552.81,-7045.36,101.701,2.91469,600,10,0,7113,0,0,1), - (35184,6148,1,12813,0,4528.15,-6987.72,105.716,5.78197,600,10,0,7113,0,0,1), - (35185,13322,1,5564,0,2762.99,-7309.48,-19.7362,5.51465,180,5,0,8519,0,0,1), - (35186,13322,1,5564,0,2914.3,-7342.59,-21.4982,3.17418,180,5,0,8519,0,0,1), - (35187,13322,1,5564,0,2813.02,-7338.97,-22.6594,4.95429,180,5,0,8519,0,0,1), - (35188,13322,1,5564,0,2831.77,-7240.2,-12.3579,0.724856,180,5,0,8519,0,0,1), - (35189,13322,1,5564,0,2881.41,-7245.37,-14.7192,0.442985,180,5,0,8519,0,0,1), - (35190,13322,1,5564,0,2918.7,-7282.79,-13.7191,2.66831,180,5,0,8519,0,0,1), - (35191,13322,1,5564,0,2790.41,-7240.09,-13.5935,1.44732,180,5,0,8519,0,0,1), - (35192,11276,1,2306,0,2699.66,-3879.29,106.819,3.63029,333,0,0,2868,1760,0,0), - (35193,11276,1,2306,0,2692.44,-3875.86,107.601,4.97419,333,0,0,2868,1760,0,0), - (35194,11548,1,11359,0,2698.67,-3853.54,102.555,5.18363,333,0,0,2972,1534,0,0), - (35195,12577,1,12926,0,2718.18,-3880.75,101.532,0.174533,600,0,0,7423,7071,0,0), - (35196,3621,1,4293,0,3579.9,-4383.46,110.172,4.81711,333,0,0,3517,0,0,0), - (35197,6184,1,936,0,3878.55,-4869.47,154.824,6.22649,333,5,0,2151,0,0,2), - (35198,6184,1,936,0,3953.02,-5067.08,130.258,5.44114,333,10,0,2151,0,0,1), - (35199,6184,1,936,0,3782.76,-4915.87,145.414,0.662784,333,5,0,2151,0,0,1), - (35200,6184,1,936,0,4121.65,-5124.49,139.382,2.99828,333,3,0,2151,0,0,1), - (35201,6184,1,936,0,4146.8,-5154.38,134.686,5.40686,333,0,0,2151,0,0,0), - (35202,6184,1,936,0,3955.67,-5080.46,126.842,0.813824,333,10,0,2151,0,0,1), - (35203,6184,1,936,0,3825.72,-4868.32,146.579,3.45,333,5,0,2151,0,0,1), - (35204,6184,1,936,0,3783.45,-4886.76,142.628,2.27312,333,3,0,2151,0,0,1), - (35205,6184,1,936,0,3779.72,-4854.23,144.727,3.0299,333,3,0,2151,0,0,1), - (35206,6184,1,936,0,4085.22,-5183.22,116.557,3.87454,333,5,0,2151,0,0,1), - (35207,6185,1,6825,0,3784.07,-4952.14,144.05,4.38909,333,10,0,2467,0,0,1), - (35208,6185,1,6825,0,3822.02,-4950.43,142.963,5.97877,333,5,0,2467,0,0,1), - (35209,6185,1,6825,0,3851.21,-4948.51,144.678,0.425689,333,5,0,2467,0,0,1), - (35210,6185,1,6825,0,4080.67,-5089.01,133.74,5.84152,333,2,0,2467,0,0,1), - (35211,6185,1,6825,0,4127.86,-5079.8,144.507,6.24109,333,0,0,2467,0,0,0), - (35212,6185,1,6825,0,3882.57,-5014.47,135.678,2.1266,333,3,0,2467,0,0,1), - (35213,6185,1,6825,0,3921.85,-5053.16,130.461,6.0042,333,5,0,2467,0,0,1), - (35214,6185,1,6825,0,3807.62,-4911,146.105,5.89493,333,0,0,2467,0,0,0), - (35215,6185,1,6825,0,4154.03,-5145.8,133.464,1.12962,333,5,0,2467,0,0,2), - (35216,6185,1,6825,0,4056.26,-5076.93,130.57,3.15136,333,5,0,2467,0,0,1), - (35217,6185,1,6825,0,3810.24,-4880.98,145.73,5.40835,333,5,0,2467,0,0,1), - (35218,6185,1,6825,0,3872.32,-4866.8,154.931,0.004514,333,5,0,2467,0,0,1), - (35219,6185,1,6825,0,4135.94,-5080.73,143.47,0.872766,333,0,0,2467,0,0,0), - (35220,6185,1,6825,0,3879.84,-4987.39,138.286,4.77634,333,3,0,2467,0,0,1), - (35221,5384,0,5079,0,-8464,516.193,100.639,3.264,540,0,0,2471,0,0,0), - (35222,4953,0,2956,0,-10485.2,-3536.09,19.442,4.71629,300,5,0,16,0,0,1), - (35223,4953,0,2956,0,-10277.8,-4145.43,17.6709,6.07938,300,5,0,16,0,0,1), - (35225,4341,1,1080,0,-2916.18,-2939.03,28.9577,4.6518,360,10,0,1403,0,0,1), - (35226,6185,1,6825,0,3801.18,-4917.63,145.605,4.78949,333,0,0,2467,0,0,0), - (35227,6185,1,6825,0,3890.58,-4931.55,145.596,2.88477,333,5,0,2467,0,0,1), - (35228,6653,0,5379,0,-10459.6,-3556.09,17.5642,3.46623,300,5,0,16,0,0,1), - (35230,922,0,9571,0,-9833.01,-4166.06,-3.82848,4.17134,300,5,0,1829,0,0,1), - (35231,1518,0,1565,0,2259.04,347.048,36.1025,4.86947,300,0,0,919,0,0,0), - (35232,6186,1,1999,0,3804.06,-4898.98,146.722,0.58012,333,0,0,2063,1695,0,0), - (35233,6186,1,1999,0,3812.83,-4923.65,147.73,0.626038,333,0,0,2063,1695,0,0), - (35234,6187,1,6826,0,4442.71,-5544.8,107.721,5.06472,333,0,0,3184,0,0,0), - (35235,6187,1,6826,0,4302.77,-5727.45,101.99,4.47153,333,5,0,3184,0,0,1), - (35236,5259,109,6670,0,-438.791,185.074,-53.9463,2.89071,7200,0,0,4776,1640,0,0), - (35237,7572,0,6775,0,-10632.3,-3009.37,29.2653,6.19592,300,0,0,3857,0,0,0), - (35238,7309,70,6025,0,129.047,253.491,-52.1213,2.53073,7200,0,0,446,0,0,0), - (35241,1512,0,4732,0,1744.75,1569.49,115.228,4.6735,120,10,0,42,0,0,1), - (35242,1512,0,4732,0,1707.87,1483.11,146.563,1.67292,120,5,0,42,0,0,1), - (35244,1512,0,4732,0,1751.15,1421.9,113.95,0.140387,120,5,0,42,0,0,1), - (35245,4388,1,2425,0,-3814.66,-4793.34,-41.3809,4.01656,360,10,0,1826,0,0,1), - (35247,1506,0,2407,0,1835.88,1340.23,81.4634,4.07856,300,5,0,71,0,0,1), - (35248,6187,1,6826,0,4458.85,-5533.85,109.221,0.368375,333,0,0,3184,0,0,0), - (35249,6187,1,6826,0,4246.38,-5228.43,118.458,3.38594,333,0,0,3184,0,0,0), - (35250,5413,0,4997,0,-8427,600.092,94.706,3.281,540,0,0,2471,0,0,0), - (35251,922,0,9571,0,-9700.15,-3965.88,-1.28868,3.08923,300,5,0,1829,0,0,1), - (35252,922,0,9571,0,-9767.1,-4100.25,-6.36123,1.69297,300,5,0,1829,0,0,1), - (35253,922,0,9571,0,-9900.51,-4266.59,-4.61402,2.84489,300,5,0,1829,0,0,1), - (35254,6187,1,6826,0,4312.77,-5713.99,101.49,1.79215,333,5,0,3184,0,0,1), - (35255,6187,1,6826,0,4594.58,-5556.61,98.1848,2.8549,333,0,0,3184,0,0,0), - (35256,6187,1,6826,0,4315.05,-5741.22,102.638,3.13881,333,5,0,3184,0,0,1), - (35257,6187,1,6826,0,4242.75,-5216.79,117.44,3.56047,333,0,0,3184,0,0,0), - (35258,6187,1,6826,0,4443.57,-5519.39,108.086,0.414507,333,0,0,3184,0,0,0), - (35259,6187,1,6826,0,4316.98,-5724.07,101.615,0.21516,333,5,0,3184,0,0,1), - (35260,6187,1,6826,0,4652.24,-5387.96,107.337,5.00449,333,0,0,3184,0,0,0), - (35261,6187,1,6826,0,4579.65,-5580.22,99.8205,1.6246,333,0,0,3184,0,0,0), - (35262,6187,1,6826,0,4598.44,-5569.27,97.0705,0.151306,333,0,0,3184,0,0,0), - (35263,6187,1,6826,0,4733.12,-5465.65,109.004,0.199911,333,10,0,3184,0,0,1), - (35264,6188,1,2000,0,4717.89,-5447.92,109.313,0.585741,333,0,0,1000,4393,0,0), - (35265,6188,1,2000,0,4661.07,-5371.67,108.462,0.147507,333,0,0,1000,4393,0,0), - (35266,6188,1,2000,0,4451.56,-5526.56,108.836,4.33238,333,0,0,1000,4393,0,0), - (35267,6188,1,2000,0,4646.94,-5512.43,105.199,2.29526,333,10,0,1000,4393,0,1), - (35268,6188,1,2000,0,4579.4,-5614.67,103.506,3.23065,333,10,0,1000,4393,0,1), - (35269,6188,1,2000,0,4651.44,-5351.55,116.584,2.16421,333,3,0,1000,4393,0,1), - (35270,6188,1,2000,0,4679.94,-5344.48,111.107,0.331613,333,2,0,1000,4393,0,1), - (35271,6188,1,2000,0,4598.61,-5583.86,97.9766,1.65806,333,0,0,1000,4393,0,0), - (35272,6188,1,2000,0,4450.08,-5484.24,107.189,1.0964,333,10,0,1000,4393,0,1), - (35273,6188,1,2000,0,4617.99,-5619.52,101.928,4.96224,333,10,0,1000,4393,0,1), - (35274,6188,1,2000,0,4684.58,-5379.89,112.363,0.568381,333,0,0,1000,4393,0,0), - (35275,6188,1,2000,0,4702.1,-5394.17,111.708,2.58534,333,0,0,1000,4393,0,0), - (35276,6188,1,2000,0,4481.19,-5513.72,112.47,1.79938,333,10,0,1000,4393,0,1), - (35277,6188,1,2000,0,4247.27,-5221.55,119.116,3.45575,333,0,0,1000,4393,0,0), - (35278,6188,1,2000,0,4555.07,-5587.25,99.7135,5.32176,333,10,0,1000,4393,0,1), - (35279,6188,1,2000,0,4483.25,-5586.13,102.4,3.2902,333,3,0,1000,4393,0,1), - (35280,6188,1,2000,0,4246.31,-5713.27,107.499,6.25467,333,5,0,1000,4393,0,1), - (35281,6188,1,2000,0,4623.69,-5574.08,101.865,1.32659,333,5,0,1000,4393,0,1), - (35282,6188,1,2000,0,4580.58,-5547.96,103.31,4.69038,333,10,0,1000,4393,0,1), - (35283,6188,1,2000,0,4596.48,-5594.74,99.1955,1.93237,333,0,0,1000,4393,0,0), - (35284,6188,1,2000,0,4412.85,-5486.59,97.3817,4.87617,333,5,0,1000,4393,0,1), - (35285,6188,1,2000,0,4414.95,-5552.33,111.731,4.226,333,10,0,1000,4393,0,1), - (35286,6188,1,2000,0,4316.19,-5689.79,100.812,5.72358,333,5,0,1000,4393,0,1), - (35287,6188,1,2000,0,4605.99,-5377.61,120.417,2.19168,333,0,0,1000,4393,0,0), - (35288,6188,1,2000,0,4289.92,-5729.49,100.413,5.78142,333,5,0,1000,4393,0,1), - (35289,6188,1,2000,0,4615.91,-5516.97,101.812,2.70527,333,10,0,1000,4393,0,1), - (35290,6188,1,2000,0,4482.32,-5484.82,111.946,1.79682,333,10,0,1000,4393,0,1), - (35291,6188,1,2000,0,4421.69,-5519.01,104.476,2.57181,333,5,0,1000,4393,0,1), - (35292,6188,1,2000,0,4424.37,-5573.89,107.996,4.52173,333,10,0,1000,4393,0,1), - (35293,6188,1,2000,0,4283.01,-5685.31,101.094,0.69726,333,5,0,1000,4393,0,1), - (35294,6188,1,2000,0,4690.01,-5391.03,112.363,5.21444,333,0,0,1000,4393,0,0), - (35295,6189,1,6746,0,4349.87,-5744.34,107.031,1.23648,333,5,0,2985,0,0,1), - (35296,6189,1,6746,0,4618.14,-5420.34,107.237,2.21696,333,5,0,2985,0,0,1), - (35297,6189,1,6746,0,4646.47,-5446.67,108.422,2.04553,333,10,0,2985,0,0,1), - (35298,6189,1,6746,0,4714.34,-5519.73,108.689,4.3579,333,5,0,2985,0,0,1), - (35299,6189,1,6746,0,4682.24,-5412.3,107.343,1.41909,333,5,0,2985,0,0,1), - (35300,6189,1,6746,0,4348.49,-5652.53,109.173,1.98043,333,5,0,2985,0,0,1), - (35301,6189,1,6746,0,4550.78,-5547.88,104.007,6.07054,333,10,0,2985,0,0,1), - (35302,6189,1,6746,0,4478.11,-5554.45,112.39,0.951909,333,0,0,2985,0,0,0), - (35303,6189,1,6746,0,4714.68,-5481.44,108.07,2.33433,333,10,0,2985,0,0,1), - (35304,6189,1,6746,0,4281.62,-5747.43,102.274,0.903072,333,5,0,2985,0,0,1), - (35305,6189,1,6746,0,4383.18,-5646.49,120.587,3.18826,333,5,0,2985,0,0,1), - (35306,6189,1,6746,0,4274.81,-5711.68,93.9338,2.81457,333,5,0,2985,0,0,1), - (35307,6189,1,6746,0,4379.71,-5608.34,111.245,2.86409,333,3,0,2985,0,0,1), - (35308,6189,1,6746,0,4622.12,-5547.7,99.0598,0.688218,333,3,0,2985,0,0,1), - (35309,6189,1,6746,0,4514.35,-5596.59,105.873,3.78738,333,3,0,2985,0,0,1), - (35310,6189,1,6746,0,4579.07,-5518.34,106.706,3.37938,333,10,0,2985,0,0,1), - (35311,6189,1,6746,0,4382.32,-5583.66,109.447,4.90896,333,10,0,2985,0,0,1), - (35312,6189,1,6746,0,4650.88,-5409.54,108.06,1.38593,333,5,0,2985,0,0,1), - (35313,6189,1,6746,0,4621.94,-5360.66,122.748,5.52383,333,0,0,2985,0,0,0), - (35314,6189,1,6746,0,4551.08,-5514.05,107.812,1.22219,333,10,0,2985,0,0,1), - (35315,6189,1,6746,0,4456.95,-5575.46,103.793,1.53133,333,3,0,2985,0,0,1), - (35316,6189,1,6746,0,4349.35,-5716.76,102.613,6.20186,333,5,0,2985,0,0,1), - (35317,6189,1,6746,0,4681.93,-5451.78,109.543,3.44668,333,10,0,2985,0,0,1), - (35318,6189,1,6746,0,4709.96,-5414.76,105.648,2.53762,333,0,0,2985,0,0,0), - (35319,6189,1,6746,0,4349.13,-5683.46,101.424,5.76186,333,5,0,2985,0,0,1), - (35320,6189,1,6746,0,4515.58,-5519.69,109.437,1.7973,333,10,0,2985,0,0,1), - (35321,6189,1,6746,0,4352.25,-5618.91,116.931,1.34709,333,5,0,2985,0,0,1), - (35322,6189,1,6746,0,4681.29,-5511.36,111.732,1.98561,333,10,0,2985,0,0,1), - (35323,6189,1,6746,0,4677.85,-5311.68,127.487,2.0127,333,2,0,2985,0,0,1), - (35324,6190,1,6747,0,3555.06,-4724.38,109.426,0.58096,333,5,0,2397,0,0,1), - (35325,6190,1,6747,0,3652.45,-4617.32,109.702,1.13081,333,3,0,2397,0,0,1), - (35326,6190,1,6747,0,3656.37,-4943.18,130.571,1.59493,333,3,0,2397,0,0,1), - (35327,6190,1,6747,0,3377.31,-4745.55,107.156,5.7684,333,10,0,2397,0,0,1), - (35328,6190,1,6747,0,3893.1,-5216.2,104.148,6.18511,333,5,0,2397,0,0,1), - (35329,6190,1,6747,0,3289.65,-4923.18,120.911,5.69735,333,10,0,2397,0,0,1), - (35330,6190,1,6747,0,3330.88,-4994.42,90.6919,1.78095,333,3,0,2397,0,0,1), - (35331,6190,1,6747,0,3658.17,-4745.88,123.006,2.30413,333,5,0,2397,0,0,1), - (35332,6190,1,6747,0,3484.41,-4575.13,111.983,0.168679,333,3,0,2397,0,0,1), - (35333,6190,1,6747,0,3502.96,-4811.58,123.17,3.12402,333,5,0,2397,0,0,1), - (35334,6190,1,6747,0,3245.4,-5012.63,128.483,2.70832,333,3,0,2397,0,0,1), - (35335,6190,1,6747,0,3524.78,-4758.06,108.296,5.88421,333,5,0,2397,0,0,1), - (35336,6190,1,6747,0,3340.55,-4895.44,108.711,1.47793,333,5,0,2397,0,0,1), - (35337,6190,1,6747,0,3394.13,-4955.65,138.584,1.58935,333,5,0,2397,0,0,1), - (35338,6190,1,6747,0,3793.02,-5178.35,141.048,0.433499,333,5,0,2397,0,0,1), - (35339,6190,1,6747,0,3220.82,-5088.6,86.6488,5.9025,333,5,0,2397,0,0,1), - (35340,6190,1,6747,0,3478.82,-4848.55,128.847,5.2847,333,5,0,2397,0,0,2), - (35341,6190,1,6747,0,3258.85,-4587.86,101.022,1.5708,333,5,0,2397,0,0,1), - (35342,6190,1,6747,0,3621.69,-4923.16,127.677,5.10373,333,5,0,2397,0,0,1), - (35343,6190,1,6747,0,3638.59,-5027.31,92.3481,0.50757,333,3,0,2397,0,0,1), - (35344,6190,1,6747,0,3417.32,-4991.63,137.222,4.91827,333,5,0,2397,0,0,1), - (35345,6190,1,6747,0,3571.99,-4824.39,120.682,3.59199,333,10,0,2397,0,0,1), - (35346,6190,1,6747,0,3345.83,-4521.06,98.2802,3.95162,333,10,0,2397,0,0,1), - (35347,6190,1,6747,0,3257.36,-5065.21,130.599,3.07014,333,5,0,2397,0,0,1), - (35348,6190,1,6747,0,3320.92,-4740.56,99.4274,0.714404,333,5,0,2397,0,0,1), - (35349,6190,1,6747,0,3503.73,-4609.27,101.606,3.02055,333,10,0,2397,0,0,1), - (35350,6190,1,6747,0,3442.79,-4667.6,103.936,2.82636,333,10,0,2397,0,0,1), - (35351,6190,1,6747,0,3581.1,-4561.41,105.799,0.312436,333,10,0,2397,0,0,1), - (35352,6193,1,6749,0,3294.4,-4798.27,106.613,3.38653,333,3,0,2488,0,0,1), - (35353,6193,1,6749,0,3583.28,-4772.17,114.809,4.67509,333,5,0,2488,0,0,1), - (35354,6193,1,6749,0,3279.73,-4854.65,112.526,3.96633,333,3,0,2488,0,0,1), - (35355,6193,1,6749,0,3284.92,-4976.66,129.169,0.611762,333,3,0,2488,0,0,1), - (35356,6193,1,6749,0,3310.44,-4960.86,130.542,5.88509,333,5,0,2488,0,0,1), - (35357,6193,1,6749,0,3665.24,-4992.83,108.893,0.076248,333,5,0,2488,0,0,1), - (35358,6193,1,6749,0,3553.33,-4853.63,121.657,2.38657,333,10,0,2488,0,0,1), - (35359,6193,1,6749,0,3460.21,-4980.87,139.206,2.06013,333,5,0,2488,0,0,1), - (35360,6193,1,6749,0,3559.82,-4921.58,142.202,2.99652,333,0,0,2488,0,0,0), - (35361,6193,1,6749,0,3524.66,-4882.86,131.407,4.02941,333,3,0,2488,0,0,1), - (35362,6193,1,6749,0,3679.06,-5054.11,135.854,4.51736,333,2,0,2488,0,0,1), - (35363,6193,1,6749,0,3376.01,-5008.19,89.2527,1.68329,333,5,0,2488,0,0,2), - (35364,6193,1,6749,0,3407.95,-4599.14,103.257,3.48499,333,0,0,2488,0,0,0), - (35365,6193,1,6749,0,3550.84,-4786.26,117.26,0.400551,333,5,0,2488,0,0,1), - (35366,6193,1,6749,0,3780.97,-5132.69,135.53,1.90446,333,3,0,2488,0,0,1), - (35367,6193,1,6749,0,3585.55,-4883.33,125.782,6.28294,333,5,0,2488,0,0,1), - (35368,6193,1,6749,0,3448.67,-4876.99,138.764,3.12447,333,3,0,2488,0,0,1), - (35369,6193,1,6749,0,3319.95,-4680.53,100.358,1.32203,333,5,0,2488,0,0,1), - (35370,6193,1,6749,0,3312.58,-4481.67,100.546,0.273622,333,10,0,2488,0,0,1), - (35371,6193,1,6749,0,3830.3,-5247.25,99.4957,4.61466,333,5,0,2488,0,0,1), - (35372,6193,1,6749,0,3619.49,-4579.1,107.66,1.01882,333,5,0,2488,0,0,1), - (35373,6193,1,6749,0,3493.64,-4649.79,102.972,1.14278,333,10,0,2488,0,0,1), - (35374,6193,1,6749,0,3443.97,-4614.21,103.711,5.40664,333,0,0,2488,0,0,0), - (35375,6194,1,6748,0,3658.19,-5197.36,83.4303,1.30069,333,5,0,2062,1695,0,1), - (35376,6194,1,6748,0,3660.58,-5321.46,102.303,0.28313,333,2,0,2062,1695,0,1), - (35377,6194,1,6748,0,3585.89,-5185.01,83.4738,2.90562,333,5,0,2062,1695,0,1), - (35378,6194,1,6748,0,3525.97,-5378.15,106.218,0.106957,333,0,0,2062,1695,0,0), - (35379,6194,1,6748,0,3515.31,-5350.61,107.469,3.6073,333,0,0,2062,1695,0,0), - (35380,6194,1,6748,0,3679.43,-5345.73,109.177,2.31843,333,5,0,2062,1695,0,1), - (35381,6194,1,6748,0,3622.92,-5302.08,92.0078,4.72357,333,2,0,2062,1695,0,1), - (35382,6194,1,6748,0,3249.1,-5177.08,88.11,4.0502,333,3,0,2062,1695,0,1), - (35383,6194,1,6748,0,3620.26,-5215.98,82.8043,0.912138,333,5,0,2062,1695,0,1), - (35384,6194,1,6748,0,3549.49,-5329.91,105.75,4.48043,333,0,0,2062,1695,0,0), - (35385,6194,1,6748,0,3186.47,-5506.42,103.68,1.95255,333,3,0,2062,1695,0,1), - (35386,6194,1,6748,0,3272.92,-5289.58,86.9777,4.43366,333,5,0,2062,1695,0,1), - (35387,6194,1,6748,0,3622.89,-5073.88,87.5676,0.465187,333,10,0,2062,1695,0,1), - (35388,6194,1,6748,0,3383.33,-5123.45,84.1512,4.83279,333,0,0,2062,1695,0,0), - (35389,6194,1,6748,0,3515.98,-5101.65,82.6914,3.14601,333,5,0,2062,1695,0,2), - (35390,6194,1,6748,0,3503.79,-5189.65,85.966,4.17013,333,5,0,2062,1695,0,1), - (35391,6194,1,6748,0,3612.71,-5152.82,80.3716,4.66496,333,5,0,2062,1695,0,2), - (35392,6194,1,6748,0,3703.65,-5188.19,84.1926,3.51894,333,5,0,2062,1695,0,1), - (35393,6194,1,6748,0,3578.92,-5391.27,109.596,0.540398,333,2,0,2062,1695,0,1), - (35394,6194,1,6748,0,3653.35,-5387.53,115.514,1.45226,333,5,0,2062,1695,0,1), - (35395,6194,1,6748,0,3386.34,-5253.51,85.53,5.35159,333,5,0,2062,1695,0,1), - (35396,6194,1,6748,0,3264.73,-5156.21,91.0059,3.4105,333,3,0,2062,1695,0,1), - (35397,6194,1,6748,0,3779.46,-5324.14,89.2899,3.25117,333,5,0,2062,1695,0,1), - (35398,6194,1,6748,0,3680.58,-5280.8,88.8447,0.757781,333,0,0,2062,1695,0,0), - (35399,6194,1,6748,0,3360.31,-5293.28,96.7234,5.23608,333,5,0,2062,1695,0,1), - (35400,6194,1,6748,0,3178.02,-5314.08,87.1305,3.16929,333,10,0,2062,1695,0,1), - (35401,6194,1,6748,0,3636.05,-5354.57,111.546,0.33216,333,5,0,2062,1695,0,1), - (35402,6194,1,6748,0,3772.25,-5385.6,87.5251,1.01764,333,5,0,2062,1695,0,1), - (35403,6194,1,6748,0,3719.43,-5301.33,87.382,4.78467,333,5,0,2062,1695,0,1), - (35404,6194,1,6748,0,3320.98,-5120.71,89.2142,3.13624,333,0,0,2062,1695,0,0), - (35405,6194,1,6748,0,3553.33,-5084.24,85.2295,2.9755,333,5,0,2062,1695,0,1), - (35406,6194,1,6748,0,3505.07,-5361.91,109.543,4.26509,333,0,0,2062,1695,0,0), - (35407,6194,1,6748,0,3473.42,-5361.22,111.546,1.00294,333,5,0,2062,1695,0,1), - (35408,6194,1,6748,0,3485.86,-5279.65,93.2829,4.88454,333,5,0,2062,1695,0,1), - (35409,6194,1,6748,0,3346.87,-5160.42,88.974,4.12435,333,5,0,2062,1695,0,1), - (35410,6194,1,6748,0,3259.5,-5250.88,85.2658,5.07367,333,5,0,2062,1695,0,1), - (35411,6194,1,6748,0,3257.43,-5394.86,97.9972,5.48317,333,5,0,2062,1695,0,1), - (35412,6194,1,6748,0,3478.14,-5078.26,85.6029,4.88647,333,5,0,2062,1695,0,1), - (35413,6194,1,6748,0,3617.74,-5358.31,111.546,2.60371,333,5,0,2062,1695,0,1), - (35414,6194,1,6748,0,3424.87,-5138.09,82.2574,1.02987,333,5,0,2062,1695,0,1), - (35415,6194,1,6748,0,3412.97,-5085.19,82.1449,3.62037,333,10,0,2062,1695,0,1), - (35416,6195,1,11266,0,3647.17,-5106.19,88.4226,5.71414,333,3,0,2384,1864,0,1), - (35417,6195,1,11266,0,3869.6,-5546.74,24.1653,5.63861,333,3,0,2384,1864,0,1), - (35419,6195,1,11266,0,3723.64,-5249.76,84.8455,0.282971,333,10,0,2384,1864,0,1), - (35420,6195,1,11266,0,3718.06,-5119.4,94.173,1.77018,333,5,0,2384,1864,0,1), - (35421,6195,1,11266,0,3686.36,-5155.4,84.4473,6.10806,333,10,0,2384,1864,0,1), - (35422,6195,1,11266,0,3455.3,-5713.17,5.01098,2.65196,333,10,0,2384,1864,0,1), - (35423,6195,1,11266,0,3517.52,-5063.17,84.1196,4.7603,333,10,0,2384,1864,0,1), - (35424,6195,1,11266,0,3281.57,-5214.93,84.109,2.89374,333,10,0,2384,1864,0,1), - (35425,6195,1,11266,0,3556.74,-5753.04,1.10697,5.64701,333,5,0,2384,1864,0,1), - (35426,6195,1,11266,0,3648.18,-5252.6,87.8476,0.521326,333,10,0,2384,1864,0,1), - (35427,6195,1,11266,0,3509.15,-5362.01,129.062,5.92366,333,3,0,2384,1864,0,1), - (35428,6195,1,11266,0,3459.04,-5121.61,82.1628,0.199497,333,10,0,2384,1864,0,1), - (35429,6195,1,11266,0,3997.68,-5629.81,35.2709,2.65539,333,5,0,2384,1864,0,1), - (35430,6195,1,11266,0,3154.16,-5487.56,95.3826,2.48149,333,3,0,2384,1864,0,1), - (35431,6195,1,11266,0,3746.45,-5301.1,86.2597,5.7384,333,5,0,2384,1864,0,1), - (35432,6195,1,11266,0,3580.51,-5330.72,109.148,5.16352,333,2,0,2384,1864,0,1), - (35433,6195,1,11266,0,3648.84,-5517.21,24.8214,0.755021,333,10,0,2384,1864,0,1), - (35434,6195,1,11266,0,3349.59,-5610.91,10.1082,0.702681,333,10,0,2384,1864,0,1), - (35435,6195,1,11266,0,3416.64,-5487.97,32.1243,2.71505,333,5,0,2384,1864,0,1), - (35436,6195,1,11266,0,3306.34,-5786.53,15.9296,3.61397,333,5,0,2384,1864,0,1), - (35437,6195,1,11266,0,3186.5,-5715.03,19.6333,2.90704,333,10,0,2384,1864,0,1), - (35438,6195,1,11266,0,3250.73,-5651.16,15.268,5.60244,333,10,0,2384,1864,0,1), - (35439,6195,1,11266,0,3454.24,-5255.3,85.9285,4.76214,333,5,0,2384,1864,0,1), - (35440,6195,1,11266,0,3548.09,-5210.23,84.266,4.74851,333,10,0,2384,1864,0,2), - (35441,6195,1,11266,0,3737.26,-5587.05,11.9456,6.04237,333,10,0,2384,1864,0,1), - (35442,6195,1,11266,0,3649.66,-5668.21,9.32263,3.20023,333,5,0,2384,1864,0,1), - (35443,6195,1,11266,0,3456.3,-5362.57,111.546,2.44831,333,5,0,2384,1864,0,1), - (35444,6195,1,11266,0,3593.39,-5375.16,129.062,4.51084,333,3,0,2384,1864,0,1), - (35445,6195,1,11266,0,3745.28,-5694.34,5.76665,3.65654,333,10,0,2384,1864,0,1), - (35446,6195,1,11266,0,3120.89,-5636.63,44.907,1.76784,333,5,0,2384,1864,0,1), - (35447,6195,1,11266,0,3447.51,-5314.82,105.829,4.65261,333,5,0,2384,1864,0,1), - (35448,6195,1,11266,0,3754.34,-5479.4,30.6202,6.27689,333,5,0,2384,1864,0,2), - (35449,6195,1,11266,0,3682.14,-5213.15,81.572,0.193284,333,5,0,2384,1864,0,1), - (35450,6195,1,11266,0,3653.06,-5724.78,6.62234,1.59423,333,5,0,2384,1864,0,1), - (35451,6195,1,11266,0,3887.25,-5619.04,20.9964,0.501032,333,10,0,2384,1864,0,1), - (35452,6195,1,11266,0,3811.75,-5467.36,40.5235,4.83644,333,3,0,2384,1864,0,1), - (35453,6195,1,11266,0,3415.84,-5282.86,100.842,3.06715,333,5,0,2384,1864,0,1), - (35454,6195,1,11266,0,3783.54,-5705.94,1.51189,3.12676,333,3,0,2384,1864,0,1), - (35455,6195,1,11266,0,3470.26,-5149.82,84.5423,3.74251,333,5,0,2384,1864,0,1), - (35456,6195,1,11266,0,3518.03,-5527.21,21.476,2.06414,333,5,0,2384,1864,0,1), - (35457,6195,1,11266,0,3320.13,-5255.01,82.4645,0.729074,333,3,0,2384,1864,0,1), - (35458,6195,1,11266,0,3671.97,-5745.8,6.53347,4.03088,333,5,0,2384,1864,0,1), - (35459,6195,1,11266,0,3251.65,-5317,89.3281,5.87111,333,3,0,2384,1864,0,1), - (35460,6195,1,11266,0,3353.85,-5536.48,20.9583,1.0361,333,10,0,2384,1864,0,1), - (35461,6195,1,11266,0,3190.62,-5439.68,92.6264,0.149754,333,5,0,2384,1864,0,1), - (35462,6195,1,11266,0,3355.06,-5078.16,91.6108,1.06872,333,3,0,2384,1864,0,1), - (35463,6195,1,11266,0,3515.14,-5245.57,90.6062,1.82762,333,5,0,2384,1864,0,1), - (35464,6195,1,11266,0,3573.15,-5247,89.7546,0.062541,333,5,0,2384,1864,0,1), - (35465,6195,1,11266,0,3221.88,-5271.32,86.5468,1.66879,333,10,0,2384,1864,0,1), - (35466,6195,1,11266,0,3549.36,-5025.41,87.8936,5.05558,333,5,0,2384,1864,0,1), - (35467,6195,1,11266,0,3406.58,-5209.5,84.297,2.38056,333,5,0,2384,1864,0,1), - (35468,6195,1,11266,0,3180.18,-5385.36,87.79,5.1673,333,10,0,2384,1864,0,1), - (35469,6195,1,11266,0,3583.13,-5052.05,88.3957,2.48591,333,0,0,2384,1864,0,0), - (35470,6195,1,11266,0,3920.75,-5484.43,38.1127,4.38857,333,3,0,2384,1864,0,1), - (35471,6195,1,11266,0,3788.02,-5772.14,3.98754,4.95199,333,3,0,2384,1864,0,1), - (35472,6195,1,11266,0,3207.81,-5680.58,19.2508,5.9893,333,10,0,2384,1864,0,1), - (35473,6195,1,11266,0,3583.25,-5109.29,84.5046,2.42656,333,5,0,2384,1864,0,1), - (35474,6195,1,11266,0,3624.77,-5613.56,10.6333,0.568129,333,5,0,2384,1864,0,1), - (35475,6195,1,11266,0,3313.88,-5642.97,10.0872,3.68766,333,5,0,2384,1864,0,1), - (35476,6195,1,11266,0,3415.51,-5613.45,7.64083,1.6382,333,10,0,2384,1864,0,1), - (35477,6195,1,11266,0,3884.75,-5820.65,1.68007,4.11295,333,10,0,2384,1864,0,1), - (35478,6195,1,11266,0,3887.43,-5691.69,16.332,5.504,333,10,0,2384,1864,0,1), - (35479,6195,1,11266,0,3589.16,-5361.04,108.659,0.551075,333,2,0,2384,1864,0,1), - (35480,6195,1,11266,0,3921.13,-5581.75,35.5548,1.50826,333,3,0,2384,1864,0,1), - (35481,6195,1,11266,0,3488.99,-5216.3,87.1435,5.95259,333,5,0,2384,1864,0,1), - (35482,6195,1,11266,0,3779.98,-5254.09,88.0863,5.05426,333,5,0,2384,1864,0,1), - (35483,6195,1,11266,0,3810.6,-5695.11,6.66573,3.13183,333,3,0,2384,1864,0,1), - (35484,6195,1,11266,0,3445,-5184.39,82.9401,1.07745,333,5,0,2384,1864,0,1), - (35485,6195,1,11266,0,3618.86,-5681.5,3.75253,4.55917,333,5,0,2384,1864,0,1), - (35486,6195,1,11266,0,3480.2,-5021.99,88.8823,2.97876,333,5,0,2384,1864,0,1), - (35487,6195,1,11266,0,3442.41,-5049.36,86.098,0.336599,333,0,0,2384,1864,0,0), - (35488,6195,1,11266,0,3619.22,-5552.9,19.3215,5.52408,333,10,0,2384,1864,0,1), - (35489,6195,1,11266,0,3589.82,-5515.05,23.8814,0.19957,333,3,0,2384,1864,0,1), - (35490,6195,1,11266,0,3549.51,-5550.01,15.0503,3.09861,333,10,0,2384,1864,0,1), - (35491,6195,1,11266,0,3482.73,-5553.9,17.0755,4.62438,333,10,0,2384,1864,0,1), - (35492,6195,1,11266,0,3415.45,-5548.76,14.7173,0.064958,333,10,0,2384,1864,0,1), - (35493,6195,1,11266,0,3446.29,-5583.85,14.3138,3.00246,333,10,0,2384,1864,0,1), - (35494,6195,1,11266,0,3281.46,-5617.01,15.5614,3.63585,333,5,0,2384,1864,0,1), - (35495,6195,1,11266,0,3243.14,-5569.12,33.5387,2.14487,333,5,0,2384,1864,0,1), - (35496,6195,1,11266,0,3178.09,-5658.25,30.1069,3.96866,333,10,0,2384,1864,0,1), - (35497,6195,1,11266,0,3086.8,-5750.03,20.5473,0.597209,333,3,0,2384,1864,0,1), - (35498,6195,1,11266,0,3119.39,-5720.91,25.6705,4.47783,333,5,0,2384,1864,0,1), - (35499,6195,1,11266,0,3188.62,-5784.87,2.96993,5.74612,333,10,0,2384,1864,0,1), - (35500,6195,1,11266,0,3144.89,-5817.87,-1.33036,4.03531,333,10,0,2384,1864,0,1), - (35501,6195,1,11266,0,3221.45,-5747.06,6.72402,0.759209,333,5,0,2384,1864,0,1), - (35502,6195,1,11266,0,3384.17,-5713.63,5.80448,1.4362,333,10,0,2384,1864,0,1), - (35503,6195,1,11266,0,3446.58,-5781.25,0.990142,3.15829,333,5,0,2384,1864,0,1), - (35504,6195,1,11266,0,3353.45,-5749.75,-0.47678,5.72552,333,5,0,2384,1864,0,1), - (35505,6195,1,11266,0,3521.56,-5790.91,0.949771,4.89705,333,5,0,2384,1864,0,1), - (35506,6195,1,11266,0,3551.91,-5685.42,6.83775,5.53457,333,5,0,2384,1864,0,1), - (35507,6195,1,11266,0,3650.63,-5715.43,7.575,1.81019,333,5,0,2384,1864,0,1), - (35508,6196,1,11265,0,3819.17,-5622.47,10.248,1.76044,333,10,0,2880,0,0,1), - (35509,6196,1,11265,0,3596.14,-5579.52,14.5765,3.54097,333,10,0,2880,0,0,1), - (35510,6196,1,11265,0,3726.6,-5665.42,7.89494,5.58113,333,10,0,2880,0,0,1), - (35511,6196,1,11265,0,3864.84,-5779.91,2.46881,6.16823,333,5,0,2880,0,0,1), - (35512,8756,1,1913,0,3073.97,-6364.02,2.65216,2.49819,600,0,0,6830,0,0,0), - (35513,6196,1,11265,0,3856.58,-5580.97,19.0955,0.89698,333,5,0,2880,0,0,1), - (35514,6196,1,11265,0,3706.84,-5724.8,4.78205,4.55002,333,10,0,2880,0,0,1), - (35515,6196,1,11265,0,3447.79,-5646.52,6.14766,5.56489,333,10,0,2880,0,0,1), - (35516,6196,1,11265,0,3691.28,-5617.97,7.72424,0.305126,333,10,0,2880,0,0,1), - (35517,6196,1,11265,0,3349.03,-5482.14,38.5862,1.87603,333,5,0,2880,0,0,1), - (35518,6196,1,11265,0,3582.36,-5358.96,129.062,3.10952,333,2,0,2880,0,0,1), - (35519,6196,1,11265,0,3686.3,-5686.34,10.2117,2.59985,333,5,0,2880,0,0,1), - (35520,6196,1,11265,0,3752.84,-5625.06,10.1328,4.94637,333,10,0,2880,0,0,1), - (35521,6196,1,11265,0,3885.26,-5760.4,11.801,5.40863,333,3,0,2880,0,0,1), - (35522,6196,1,11265,0,3395.55,-5781.58,-4.99572,1.95138,333,5,0,2880,0,0,1), - (35523,6196,1,11265,0,3619.65,-5492.58,47.4846,1.9426,333,5,0,2880,0,0,1), - (35524,6196,1,11265,0,3288.53,-5556.25,25.8606,0,333,5,0,2880,0,0,1), - (35525,6196,1,11265,0,3713.86,-5379.1,63.4758,1.63721,333,5,0,2880,0,0,1), - (35526,6196,1,11265,0,3224.36,-5821.3,-4.7275,4.90384,333,5,0,2880,0,0,1), - (35527,6196,1,11265,0,3949.31,-5562.08,37.6197,1.64308,333,5,0,2880,0,0,1), - (35528,6196,1,11265,0,3489.62,-5665.67,5.97166,0.945653,333,5,0,2880,0,0,1), - (35529,6196,1,11265,0,3850.77,-5644.56,14.5973,4.82621,333,10,0,2880,0,0,1), - (35530,6196,1,11265,0,3618.14,-5749.81,-1.15164,1.93954,333,5,0,2880,0,0,1), - (35531,6196,1,11265,0,3261.26,-5510.22,42.2057,1.21745,333,10,0,2880,0,0,1), - (35532,6196,1,11265,0,3548.66,-5616.11,8.54101,2.42911,333,10,0,2880,0,0,1), - (35533,6196,1,11265,0,3772.99,-5656.46,3.44115,3.20646,333,3,0,2880,0,0,1), - (35534,6196,1,11265,0,3246.9,-5464.43,45.8842,0.391243,333,3,0,2880,0,0,1), - (35535,6196,1,11265,0,3920.97,-5787.55,13.6231,5.49402,333,0,0,2880,0,0,0), - (35536,6196,1,11265,0,3313.84,-5516.28,33.4849,5.54826,333,5,0,2880,0,0,1), - (35537,6196,1,11265,0,3546.98,-5315.63,134.253,1.88678,333,3,0,2880,0,0,1), - (35538,6196,1,11265,0,3394.65,-5649.23,6.3446,1.9788,333,0,0,2880,0,0,0), - (35539,6196,1,11265,0,3945.93,-5651.75,25.6904,2.90491,333,5,0,2880,0,0,1), - (35540,6196,1,11265,0,3585.72,-5791.59,-2.95189,0.382406,333,5,0,2880,0,0,1), - (35541,6196,1,11265,0,3910.09,-5707.4,19.6718,5.2897,333,0,0,2880,0,0,0), - (35542,6196,1,11265,0,3438.14,-5513.98,22.6822,0.069734,333,5,0,2880,0,0,1), - (35543,6196,1,11265,0,3379.06,-5529.82,18.0399,4.9942,333,10,0,2880,0,0,1), - (35544,6196,1,11265,0,3504.45,-5657.67,6.68052,2.71786,333,10,0,2880,0,0,1), - (35545,6196,1,11265,0,3073.34,-5606.97,61.7529,2.30028,333,5,0,2880,0,0,1), - (35546,6196,1,11265,0,3162.35,-5740.16,19.0917,0.682044,333,10,0,2880,0,0,1), - (35547,6196,1,11265,0,3852.57,-5730.47,13.351,5.09055,333,10,0,2880,0,0,1), - (35548,6196,1,11265,0,3708.06,-5505.38,26.2535,1.69999,333,5,0,2880,0,0,1), - (35549,6196,1,11265,0,3408.73,-5677.43,6.52235,1.59025,333,5,0,2880,0,0,1), - (35550,6196,1,11265,0,3480.18,-5611.65,9.50535,1.20243,333,10,0,2880,0,0,1), - (35551,6196,1,11265,0,3712.94,-5449.11,43.2035,5.43563,333,5,0,2880,0,0,1), - (35552,6196,1,11265,0,3560.22,-5400.26,129.082,1.01377,333,5,0,2880,0,0,2), - (35553,6196,1,11265,0,3685.16,-5547.69,16.6078,1.66075,333,10,0,2880,0,0,1), - (35554,6196,1,11265,0,3652.61,-5584.48,14.648,5.59532,333,10,0,2880,0,0,1), - (35555,6196,1,11265,0,3514.77,-5583.03,13.7836,2.49198,333,10,0,2880,0,0,1), - (35556,6196,1,11265,0,3383.06,-5583.01,8.71054,2.26699,333,10,0,2880,0,0,1), - (35557,6196,1,11265,0,3310.3,-5578.12,20.2949,2.09043,333,5,0,2880,0,0,1), - (35558,6196,1,11265,0,3203.45,-5619.68,31.9062,2.94003,333,5,0,2880,0,0,1), - (35559,6196,1,11265,0,3147.36,-5688.14,26.442,5.15056,333,10,0,2880,0,0,1), - (35560,6196,1,11265,0,3115.38,-5784.25,13.9783,2.41853,333,10,0,2880,0,0,1), - (35561,6196,1,11265,0,3052.24,-5781.68,25.6153,0.88386,333,3,0,2880,0,0,1), - (35562,6196,1,11265,0,3085.27,-5820.17,10.5392,5.97097,333,10,0,2880,0,0,1), - (35563,6196,1,11265,0,3245.31,-5719.35,4.71805,3.9455,333,3,0,2880,0,0,1), - (35564,6196,1,11265,0,3284.1,-5683.24,0.932797,4.9479,333,10,0,2880,0,0,1), - (35565,6196,1,11265,0,3318.01,-5717.97,3.26553,0.05236,333,10,0,2880,0,0,1), - (35566,6196,1,11265,0,3348.3,-5687.94,8.26114,4.61563,333,10,0,2880,0,0,1), - (35567,6196,1,11265,0,3413.79,-5748.11,1.95674,2.28779,333,5,0,2880,0,0,1), - (35568,6196,1,11265,0,3517.87,-5720.2,4.23263,5.77058,333,5,0,2880,0,0,1), - (35569,6196,1,11265,0,3585,-5717.93,1.21409,5.25289,333,5,0,2880,0,0,1), - (35570,6196,1,11265,0,3620.57,-5680.66,4.12084,0.477434,333,5,0,2880,0,0,1), - (35571,6196,1,11265,0,3678.95,-5747.72,5.96471,2.8464,333,5,0,2880,0,0,1), - (35572,6196,1,11265,0,3817.38,-5753.75,10.8038,4.23914,333,3,0,2880,0,0,1), - (35573,8757,1,1913,0,3112.91,-6323.64,7.09764,4.72444,600,0,0,11075,0,0,0), - (35574,6198,1,7922,0,4378.46,-6256.47,95.8116,1.43117,333,0,0,2547,1864,0,0), - (35575,6198,1,7922,0,4414.71,-6257.53,95.4695,4.69107,333,10,0,2547,1864,0,1), - (35576,6198,1,7922,0,4300.86,-6107.45,132.068,2.13506,333,3,0,2547,1864,0,1), - (35577,6198,1,7922,0,4380.79,-6256.24,95.545,4.07811,333,0,0,2547,1864,0,0), - (35578,8758,1,1913,0,3108.69,-6347.81,1.73517,1.68984,600,0,0,11075,0,0,0), - (35579,6198,1,7922,0,4347.27,-6111.74,122.877,4.52216,333,0,0,2547,1864,0,0), - (35580,6198,1,7922,0,4388.9,-6219.31,96.4133,0.28224,333,10,0,2547,1864,0,1), - (35581,6198,1,7922,0,4447.19,-6083.57,97.3807,5.77036,333,10,0,2547,1864,0,1), - (35582,6198,1,7922,0,4344.04,-6089.29,118.837,1.77617,333,5,0,2547,1864,0,1), - (35583,6198,1,7922,0,4330.24,-6124.74,127.161,5.53269,333,0,0,2547,1864,0,0), - (35584,6198,1,7922,0,4447.22,-6215.66,98.83,4.36149,333,10,0,2547,1864,0,1), - (35585,6198,1,7922,0,4393.23,-6152.6,124.352,1.44046,333,5,0,2547,1864,0,1), - (35586,6198,1,7922,0,4288,-6230.4,108.677,2.77622,333,0,0,2547,1864,0,0), - (35587,6199,1,7923,0,4456.79,-6113.3,92.1796,4.37403,333,10,0,2280,4650,0,1), - (35588,6199,1,7923,0,4375.72,-6278.77,95.1406,2.5869,333,0,0,2280,4650,0,0), - (35589,6199,1,7923,0,4480.45,-6148.88,95.881,1.70208,333,10,0,2280,4650,0,1), - (35590,6199,1,7923,0,4451.83,-6187.2,93.7812,2.83414,333,5,0,2280,4650,0,1), - (35591,6199,1,7923,0,4428.37,-6112.3,94.4389,6.15652,333,3,0,2280,4650,0,1), - (35592,6199,1,7923,0,4334.82,-6127.65,126.597,2.72271,333,0,0,2280,4650,0,0), - (35593,8759,1,8013,0,3605.93,-4212.33,97.4197,2.14831,333,10,0,2310,0,0,1), - (35594,8759,1,8013,0,3026.26,-4326.69,97.7136,1.12373,333,5,0,2310,0,0,1), - (35595,8759,1,8013,0,3355.24,-4231.83,110.386,5.6432,333,10,0,2310,0,0,1), - (35596,8759,1,8013,0,3395.21,-4366.55,116.677,1.45734,333,5,0,2310,0,0,1), - (35597,8759,1,8013,0,3553.53,-4087.59,103.575,5.43899,333,10,0,2310,0,0,1), - (35598,6199,1,7923,0,4366.2,-6136.52,123.846,3.56047,333,0,0,2280,4650,0,0), - (35599,6199,1,7923,0,4322.85,-6096.33,123.948,3.2433,333,3,0,2280,4650,0,1), - (35600,6199,1,7923,0,4357.11,-6278.42,96.0323,5.88518,333,3,0,2280,4650,0,1), - (35601,6199,1,7923,0,4378.69,-6250.9,95.7512,4.7822,333,0,0,2280,4650,0,0), - (35602,6199,1,7923,0,4411.59,-6220.24,95.882,3.05176,333,10,0,2280,4650,0,1), - (35603,6199,1,7923,0,4312.54,-6214.07,108.803,3.81598,333,5,0,2280,4650,0,2), - (35604,8759,1,8013,0,3446.03,-4444.12,135.18,4.78662,333,5,0,2310,0,0,1), - (35605,8759,1,8013,0,3263,-4437.69,101.771,4.86533,333,10,0,2310,0,0,1), - (35606,6199,1,7923,0,4378.73,-6090.06,110.188,2.27328,333,5,0,2280,4650,0,2), - (35607,6199,1,7923,0,4312.64,-6162.54,132.412,1.57216,333,3,0,2280,4650,0,1), - (35608,6199,1,7923,0,4419.36,-6154.57,124.727,5.63059,333,5,0,2280,4650,0,1), - (35609,6199,1,7923,0,4327.08,-6149.07,130.662,0.159485,333,3,0,2280,4650,0,1), - (35610,6199,1,7923,0,4356.43,-6258.9,97.1714,5.29659,333,5,0,2280,4650,0,1), - (35611,6199,1,7923,0,4408.91,-6080.76,101.88,4.122,333,5,0,2280,4650,0,2), - (35612,8759,1,8013,0,3500.64,-4412.04,119.45,5.05266,333,5,0,2310,0,0,1), - (35613,8759,1,8013,0,3682.58,-4325.08,102.139,2.74752,333,10,0,2310,0,0,1), - (35614,8759,1,8013,0,3405.8,-4414.42,107.552,4.87432,333,5,0,2310,0,0,1), - (35615,8759,1,8013,0,3090.37,-4266.72,97.5689,1.62261,333,10,0,2310,0,0,1), - (35616,8759,1,8013,0,3138.86,-4311.28,101.413,2.83003,333,10,0,2310,0,0,1), - (35617,8759,1,8013,0,3172.98,-4397.63,103.24,1.0265,333,10,0,2310,0,0,2), - (35618,8759,1,8013,0,3221.95,-4418.61,101.107,0.073953,333,10,0,2310,0,0,1), - (35619,8759,1,8013,0,3064,-4250.69,96.8779,3.39306,333,10,0,2310,0,0,1), - (35620,8759,1,8013,0,3475.24,-4381.57,120.019,0.035176,333,10,0,2310,0,0,1), - (35621,8759,1,8013,0,3759.65,-4442.64,143.911,5.99416,333,5,0,2310,0,0,1), - (35622,8759,1,8013,0,2795.14,-3919.09,102.1,2.80317,333,5,0,2310,0,0,1), - (35623,8759,1,8013,0,3252.36,-4418.83,101.739,5.91573,333,10,0,2310,0,0,2), - (35624,8759,1,8013,0,3620.79,-4279.16,103.696,1.53761,333,10,0,2310,0,0,1), - (35625,8759,1,8013,0,3509.61,-4317.86,121.862,0.070334,333,5,0,2310,0,0,1), - (35626,8759,1,8013,0,3507.65,-4222.8,97.0523,4.16477,333,10,0,2310,0,0,2), - (35627,8759,1,8013,0,2992.08,-4338.04,104.926,2.41771,333,2,0,2310,0,0,1), - (35628,8759,1,8013,0,3520.27,-4348.97,125.96,2.18084,333,10,0,2310,0,0,1), - (35629,8759,1,8013,0,3430.52,-4317.37,104.181,3.79552,333,5,0,2310,0,0,1), - (35630,8759,1,8013,0,3322.31,-4182.61,108.624,2.88099,333,5,0,2310,0,0,1), - (35631,8759,1,8013,0,3378.06,-4421.35,102.1,5.84394,333,5,0,2310,0,0,1), - (35632,8759,1,8013,0,2944.72,-4277.43,106.372,2.4461,333,5,0,2310,0,0,1), - (35633,8759,1,8013,0,3554.71,-4210.81,105.055,3.59475,333,10,0,2310,0,0,1), - (35634,6200,1,2878,0,4784.38,-6621.88,112.6,0.290729,333,5,0,2384,1864,0,1), - (35635,6200,1,2878,0,4748.1,-6615.15,114.199,4.29546,333,5,0,2384,1864,0,1), - (35636,6200,1,2878,0,4518.61,-6322.1,118.789,5.31286,333,5,0,2384,1864,0,1), - (35637,8760,1,2161,0,2784.61,-4308.36,97.5012,0.944013,333,10,0,2672,0,0,1), - (35638,8760,1,2161,0,2565.31,-3973.61,128.026,2.2225,333,5,0,2672,0,0,1), - (35639,6200,1,2878,0,4489.59,-6391.58,125.936,5.28568,333,5,0,2384,1864,0,1), - (35640,6200,1,2878,0,4476.75,-6352.65,122.061,3.63807,333,5,0,2384,1864,0,1), - (35641,6200,1,2878,0,4754.88,-6584.63,105.079,1.49754,333,5,0,2384,1864,0,1), - (35642,8760,1,2161,0,2670.68,-4992.12,126.991,1.94403,333,5,0,2672,0,0,1), - (35643,8760,1,2161,0,2586.39,-4588.8,137.03,5.87983,333,5,0,2672,0,0,1), - (35644,8760,1,2161,0,2597.06,-5002.29,120.498,2.06267,333,5,0,2672,0,0,1), - (35645,6200,1,2878,0,4676.2,-6642.27,117.854,3.12757,333,10,0,2384,1864,0,1), - (35646,6200,1,2878,0,4435.42,-6414.58,126.658,0.525167,333,5,0,2384,1864,0,1), - (35647,6200,1,2878,0,4813.7,-6620.57,97.339,0.074137,333,10,0,2384,1864,0,1), - (35648,6200,1,2878,0,4518.27,-6452.42,112.695,4.70473,333,5,0,2384,1864,0,1), - (35649,6200,1,2878,0,4743.43,-6684.68,109.832,6.13689,333,10,0,2384,1864,0,1), - (35650,6200,1,2878,0,4543.87,-6410.45,118.125,2.37279,333,5,0,2384,1864,0,1), - (35651,6200,1,2878,0,4512.85,-6413.11,123.549,2.89798,333,5,0,2384,1864,0,1), - (35652,6200,1,2878,0,4724.6,-5884.66,112.135,-0.214796,333,0,0,2384,1864,0,0), - (35653,6200,1,2878,0,4710.88,-5917.46,108.198,0.521859,333,10,0,2384,1864,0,1), - (35654,6200,1,2878,0,4698.57,-5937.83,108.564,0.809714,333,10,0,2384,1864,0,1), - (35655,6201,1,6743,0,4479.79,-6460.45,127.018,4.43362,333,5,0,2980,0,0,1), - (35656,6201,1,6743,0,4772.61,-6644.58,111.793,1.32073,333,5,0,2980,0,0,1), - (35657,6201,1,6743,0,4770.17,-6618.18,111.85,4.29353,333,5,0,2980,0,0,1), - (35658,8761,1,10957,0,4791.18,-6487.9,108.856,5.62308,333,3,0,3082,0,0,1), - (35659,8761,1,10957,0,4454.07,-5746.29,103.096,1.14385,333,5,0,3082,0,0,1), - (35660,8761,1,10957,0,4617.65,-6198.21,101.428,4.58934,333,10,0,3082,0,0,1), - (35661,8761,1,10957,0,4474.64,-5850.01,104.85,2.95685,333,5,0,3082,0,0,1), - (35662,8761,1,10957,0,4529.8,-6120.75,99.2614,0.69061,333,10,0,3082,0,0,1), - (35663,8761,1,10957,0,4225.17,-5919.21,97.5427,6.24801,333,10,0,3082,0,0,1), - (35664,8761,1,10957,0,4486.56,-7247.32,99.2792,1.10628,333,5,0,3082,0,0,1), - (35665,8761,1,10957,0,2558.89,-6247.6,106.326,0.220576,333,10,0,3082,0,0,1), - (35666,8761,1,10957,0,2951.42,-5170.24,124.468,0.455568,333,10,0,3082,0,0,2), - (35667,8761,1,10957,0,2418.99,-6178.51,100.612,1.52624,333,5,0,3082,0,0,1), - (35668,8761,1,10957,0,2744.04,-6243.05,102.125,1.6903,333,3,0,3082,0,0,1), - (35669,8761,1,10957,0,2522.16,-5615.56,118.884,5.6475,333,10,0,3082,0,0,1), - (35670,8761,1,10957,0,3076.4,-5150.65,136.747,2.90894,333,10,0,3082,0,0,1), - (35671,8761,1,10957,0,3113.39,-5059.71,141.451,4.6312,333,10,0,3082,0,0,1), - (35672,6201,1,6743,0,4711.5,-6613.27,117.47,0.183163,333,10,0,2980,0,0,1), - (35673,6201,1,6743,0,4514.29,-6352.76,125.639,3.79085,333,5,0,2980,0,0,1), - (35674,6201,1,6743,0,4497.49,-6392.61,126.811,5.36053,333,5,0,2980,0,0,1), - (35675,6201,1,6743,0,4640.81,-5905.74,132.102,2.66571,333,0,0,2980,0,0,0), - (35676,8761,1,10957,0,4769.25,-6078.89,93.1542,2.87592,333,10,0,3082,0,0,1), - (35677,8761,1,10957,0,4305.52,-5828.38,98.2134,5.08259,333,10,0,3082,0,0,1), - (35678,8761,1,10957,0,4296.39,-5957.95,97.5894,0.080141,333,10,0,3082,0,0,1), - (35679,8761,1,10957,0,4521.54,-6544.15,95.135,0.912065,333,5,0,3082,0,0,1), - (35680,8761,1,10957,0,4713.57,-7392.45,72.6127,4.52093,333,10,0,3082,0,0,1), - (35681,8761,1,10957,0,4459.74,-7233.65,97.7616,5.24226,333,10,0,3082,0,0,1), - (35682,8761,1,10957,0,4383.1,-7144.98,119.559,1.23811,333,10,0,3082,0,0,1), - (35683,8761,1,10957,0,3117.7,-5109.28,134.026,1.8153,333,10,0,3082,0,0,1), - (35684,8761,1,10957,0,3010.38,-5214.1,132.045,2.81119,333,10,0,3082,0,0,1), - (35685,8761,1,10957,0,2488.6,-5650.22,106.397,5.80162,333,5,0,3082,0,0,1), - (35686,8761,1,10957,0,2679.04,-6043.27,103.645,1.76226,333,5,0,3082,0,0,1), - (35687,8761,1,10957,0,2943.65,-5422.13,122.866,4.76211,333,10,0,3082,0,0,1), - (35688,8761,1,10957,0,2420.06,-6117.69,104.12,0.096537,333,10,0,3082,0,0,1), - (35689,6201,1,6743,0,4495.39,-6356.19,125.061,5.45249,333,5,0,2980,0,0,1), - (35690,6201,1,6743,0,4447.4,-6376.73,119.831,2.1382,333,5,0,2980,0,0,1), - (35691,8761,1,10957,0,4723.3,-6414.57,105.75,0.483296,333,5,0,3082,0,0,1), - (35692,8761,1,10957,0,4350.96,-6852.76,94.9397,5.334,333,5,0,3082,0,0,1), - (35693,8761,1,10957,0,4215.63,-6987.27,92.1723,3.3342,333,3,0,3082,0,0,1), - (35694,8761,1,10957,0,4414.97,-6645.99,99.6549,2.66048,333,5,0,3082,0,0,1), - (35695,8761,1,10957,0,2618.57,-5856.9,93.1245,4.85056,333,10,0,3082,0,0,1), - (35696,8761,1,10957,0,2548.3,-5590.31,111.43,4.25747,333,10,0,3082,0,0,1), - (35697,8761,1,10957,0,2611.74,-5583.4,109.891,3.16112,333,5,0,3082,0,0,1), - (35698,8761,1,10957,0,2783.66,-5779.14,105.089,1.32629,333,10,0,3082,0,0,1), - (35699,8761,1,10957,0,2622.08,-6319.06,94.9479,0.072351,333,10,0,3082,0,0,1), - (35700,8761,1,10957,0,2976.25,-5335.87,135.083,4.90481,333,10,0,3082,0,0,1), - (35701,8761,1,10957,0,2617.06,-6052.58,101.314,3.32211,333,10,0,3082,0,0,1), - (35702,6201,1,6743,0,4686.76,-6661.94,120.979,0.354964,333,10,0,2980,0,0,1), - (35703,6201,1,6743,0,4821.28,-6655.09,95.192,5.11431,333,10,0,2980,0,0,1), - (35704,8761,1,10957,0,4613.71,-6147.71,102.029,4.57125,333,10,0,3082,0,0,1), - (35705,8761,1,10957,0,4518.1,-5954.35,107.493,4.63607,333,5,0,3082,0,0,1), - (35706,8761,1,10957,0,4448.35,-5686.47,104.448,3.42817,333,5,0,3082,0,0,1), - (35707,8761,1,10957,0,4748.99,-6451.66,107.462,2.97869,333,10,0,3082,0,0,1), - (35708,8761,1,10957,0,4644.79,-5735.94,104.984,0,333,5,0,3082,0,0,1), - (35709,8761,1,10957,0,4420.66,-7386.04,77.2064,6.02233,333,10,0,3082,0,0,1), - (35710,8761,1,10957,0,4285.98,-6975.06,116.707,1.65686,333,10,0,3082,0,0,1), - (35711,8761,1,10957,0,4545.48,-6647.79,99.084,2.38979,333,5,0,3082,0,0,1), - (35712,8761,1,10957,0,4591.56,-6981.39,95.9116,4.53857,333,10,0,3082,0,0,1), - (35713,8761,1,10957,0,2917.11,-5318.99,124.462,2.3179,333,10,0,3082,0,0,1), - (35714,8761,1,10957,0,2482.57,-6045.98,101.312,2.09212,333,3,0,3082,0,0,1), - (35715,8761,1,10957,0,2613.43,-5717.11,113.396,3.94166,333,5,0,3082,0,0,1), - (35716,8761,1,10957,0,2784.22,-5851.81,90.0999,5.5803,333,5,0,3082,0,0,1), - (35717,8761,1,10957,0,2998.09,-5133.25,127.736,3.95737,333,3,0,3082,0,0,1), - (35718,8761,1,10957,0,2583.33,-5553.51,109.819,4.89618,333,10,0,3082,0,0,1), - (35719,8761,1,10957,0,2815.37,-5713.84,125.817,2.33134,333,10,0,3082,0,0,1), - (35720,8761,1,10957,0,2933.15,-5190.11,125.189,0.159969,333,10,0,3082,0,0,1), - (35721,6201,1,6743,0,4550.03,-6382.39,123.99,2.22201,333,5,0,2980,0,0,1), - (35722,6201,1,6743,0,4776.22,-6636.32,111.793,2.81892,333,5,0,2980,0,0,1), - (35723,6201,1,6743,0,4745.16,-6651.89,114.397,3.09666,333,5,0,2980,0,0,1), - (35724,8761,1,10957,0,4751.04,-6514.99,100.281,2.93109,333,10,0,3082,0,0,1), - (35725,8761,1,10957,0,4756.91,-6241.36,119.322,0.853803,333,5,0,3082,0,0,1), - (35726,8761,1,10957,0,4423.95,-5780.82,105.16,0.720707,333,5,0,3082,0,0,1), - (35727,8761,1,10957,0,4313.15,-5974.75,98.1037,2.82665,333,10,0,3082,0,0,1), - (35728,8761,1,10957,0,4855.21,-5929.96,97.1978,1.28155,333,10,0,3082,0,0,1), - (35729,8761,1,10957,0,4498.73,-5762.21,102.397,0.604248,333,5,0,3082,0,0,1), - (35730,8761,1,10957,0,4718.69,-6143.25,99.7125,1.45944,333,10,0,3082,0,0,1), - (35731,8761,1,10957,0,4580.88,-6552.31,102.762,3.30362,333,5,0,3082,0,0,1), - (35732,8761,1,10957,0,4525.33,-7485.52,73.6466,6.26952,333,5,0,3082,0,0,1), - (35733,8761,1,10957,0,2746.79,-6178.56,101.688,1.70336,333,5,0,3082,0,0,1), - (35734,8761,1,10957,0,2753.02,-5911.53,100.94,0.865321,333,10,0,3082,0,0,1), - (35735,8761,1,10957,0,3005.25,-5327.89,140.629,4.74461,333,3,0,3082,0,0,1), - (35736,8761,1,10957,0,2678.77,-5504.78,107.517,1.39601,333,5,0,3082,0,0,1), - (35737,8761,1,10957,0,2438.8,-5688.79,112.639,3.34958,333,3,0,3082,0,0,1), - (35738,8761,1,10957,0,2684.24,-5863.2,95.0624,4.80526,333,10,0,3082,0,0,1), - (35739,8761,1,10957,0,4699.83,-6076.46,102.683,1.18322,333,5,0,3082,0,0,1), - (35740,8761,1,10957,0,4811.49,-6380.28,108.968,2.92504,333,10,0,3082,0,0,1), - (35741,8761,1,10957,0,4402.88,-5865.99,98.7401,4.38199,333,5,0,3082,0,0,1), - (35742,8761,1,10957,0,4390.81,-6851.86,102.654,3.13623,333,0,0,3082,0,0,0), - (35743,8761,1,10957,0,4826.41,-6746.34,95.3469,3.76864,333,10,0,3082,0,0,1), - (35744,8761,1,10957,0,2676.84,-5992.79,97.1266,4.25191,333,5,0,3082,0,0,1), - (35745,8761,1,10957,0,2549.55,-5847.06,97.6008,1.8586,333,10,0,3082,0,0,1), - (35746,8761,1,10957,0,2548.47,-5972.75,100.03,1.80443,333,10,0,3082,0,0,1), - (35747,8761,1,10957,0,2491.78,-5783.23,99.8686,6.17373,333,10,0,3082,0,0,1), - (35748,8761,1,10957,0,3022.76,-5075.2,139.933,1.01098,333,3,0,3082,0,0,1), - (35749,8761,1,10957,0,2558.13,-6051,100.869,6.04905,333,5,0,3082,0,0,1), - (35750,8761,1,10957,0,4643.48,-6412.89,111.261,3.01433,333,5,0,3082,0,0,1), - (35751,8761,1,10957,0,4878.7,-6384.99,113.635,4.03567,333,5,0,3082,0,0,1), - (35752,8761,1,10957,0,4447.33,-5824.69,107.317,4.36437,333,5,0,3082,0,0,1), - (35753,8761,1,10957,0,4481.19,-7315.82,93.5033,2.88705,333,10,0,3082,0,0,1), - (35754,8761,1,10957,0,4579.11,-7113.99,96.359,3.21175,333,10,0,3082,0,0,1), - (35755,8761,1,10957,0,4451.71,-6743.29,93.2445,1.64308,333,10,0,3082,0,0,1), - (35756,8761,1,10957,0,2809.48,-5645.05,122.767,2.21182,333,10,0,3082,0,0,1), - (35757,8761,1,10957,0,2640.82,-5553.15,102.826,3.60725,333,10,0,3082,0,0,1), - (35758,8761,1,10957,0,2473.55,-6180.84,100.35,2.82591,333,5,0,3082,0,0,1), - (35759,8761,1,10957,0,2747.28,-5585.22,125.524,3.49879,333,10,0,3082,0,0,1), - (35760,8761,1,10957,0,2685.18,-6247.72,90.1994,1.26061,333,3,0,3082,0,0,1), - (35761,8761,1,10957,0,2620.64,-5904.98,97.7599,1.58544,333,5,0,3082,0,0,1), - (35762,8761,1,10957,0,2551.05,-5713.35,99.471,1.8595,333,5,0,3082,0,0,1), - (35763,8761,1,10957,0,2678.8,-5645.7,131.427,2.73765,333,5,0,3082,0,0,1), - (35764,8761,1,10957,0,4144.93,-5919.24,100.68,2.01936,333,10,0,3082,0,0,1), - (35765,8761,1,10957,0,4318.18,-6877.79,95.6833,1.54541,333,10,0,3082,0,0,1), - (35766,8761,1,10957,0,2490.94,-6114.32,100.415,0.338432,333,10,0,3082,0,0,1), - (35767,8761,1,10957,0,2542.69,-5650.64,106.219,3.20715,333,5,0,3082,0,0,1), - (35768,8761,1,10957,0,2675.05,-6187.33,92.3105,3.88524,333,10,0,3082,0,0,1), - (35769,8761,1,10957,0,2908.98,-5283.49,129.894,2.79699,333,10,0,3082,0,0,1), - (35770,8761,1,10957,0,2625.45,-6247.33,89.5599,0.208191,333,5,0,3082,0,0,1), - (35771,8761,1,10957,0,2676.78,-5778.59,104.578,2.42559,333,5,0,3082,0,0,1), - (35772,8761,1,10957,0,4684.12,-6244.53,112.941,1.3173,333,10,0,3082,0,0,1), - (35773,8761,1,10957,0,4275.13,-5862.76,95.885,0.078195,333,3,0,3082,0,0,1), - (35774,8761,1,10957,0,4354.1,-5949.22,101.946,3.19775,333,10,0,3082,0,0,1), - (35775,8761,1,10957,0,2919.49,-5464.73,139.179,0.559841,333,5,0,3082,0,0,1), - (35776,8761,1,10957,0,2611.27,-5790.82,100.378,3.88651,333,5,0,3082,0,0,1), - (35777,8761,1,10957,0,2490.81,-6250.83,102.15,5.70493,333,5,0,3082,0,0,1), - (35778,8761,1,10957,0,2549.77,-5783.84,103.389,2.74017,333,10,0,3082,0,0,1), - (35779,8761,1,10957,0,4495.33,-5894.79,101.424,3.4222,333,5,0,3082,0,0,1), - (35780,8761,1,10957,0,4781.72,-6152.65,93.3171,2.74896,333,10,0,3082,0,0,1), - (35781,8761,1,10957,0,4834.11,-5995.96,96.1885,4.62761,333,5,0,3082,0,0,1), - (35782,8761,1,10957,0,4454.57,-5949.73,102.962,0.143141,333,5,0,3082,0,0,1), - (35783,8761,1,10957,0,2610.55,-5985.8,103.032,3.70362,333,5,0,3082,0,0,1), - (35784,8761,1,10957,0,3084.75,-5091.39,135.774,5.02088,333,10,0,3082,0,0,1), - (35785,8761,1,10957,0,2347.37,-6181.62,112.265,2.19837,333,5,0,3082,0,0,1), - (35786,8761,1,10957,0,2549.56,-5911.78,95.2124,1.69607,333,10,0,3082,0,0,1), - (35787,8761,1,10957,0,2852.79,-5348.8,126.041,6.14999,333,10,0,3082,0,0,1), - (35788,8761,1,10957,0,2481.02,-5984.52,98.7082,3.53596,333,3,0,3082,0,0,1), - (35789,8761,1,10957,0,4713.22,-5618.98,114.516,6.23442,333,3,0,3082,0,0,1), - (35790,6201,1,6743,0,4696.39,-5916.74,108.81,2.52649,333,10,0,2980,0,0,1), - (35791,6201,1,6743,0,4745.59,-5852.48,110.098,2.10492,333,10,0,2980,0,0,1), - (35792,6201,1,6743,0,4652.28,-5918.06,116.852,1.08689,333,0,0,2980,0,0,0), - (35793,8761,1,10957,0,2547.78,-6320.15,104.654,3.59651,333,10,0,3082,0,0,1), - (35794,6202,1,11338,0,4527.6,-6369.74,128.607,3.19607,333,5,0,2158,4650,0,1), - (35795,6202,1,11338,0,4717.75,-6676.46,117.367,1.8627,333,10,0,2158,4650,0,1), - (35796,6202,1,11338,0,4550.63,-6453.3,113.013,5.29277,333,5,0,2158,4650,0,1), - (35797,8762,1,8014,0,3951.05,-5229.38,116.899,1.7428,333,3,0,2488,0,0,1), - (35798,8762,1,8014,0,4079.17,-5241,108.111,2.28549,333,10,0,2488,0,0,1), - (35799,8762,1,8014,0,3963.49,-5153.92,119.284,2.9689,333,10,0,2488,0,0,1), - (35800,8762,1,8014,0,4207.83,-5661.64,127.604,4.02789,333,5,0,2488,0,0,1), - (35801,8762,1,8014,0,4005.83,-5184.47,112.513,3.17872,333,10,0,2488,0,0,1), - (35802,6202,1,11338,0,4715.93,-6645.54,120.168,0.639448,333,10,0,2158,4650,0,1), - (35803,6202,1,11338,0,4790.06,-6684.99,95.6006,6.03186,333,10,0,2158,4650,0,1), - (35804,6202,1,11338,0,4466.11,-6426.49,137.702,5.35714,333,5,0,2158,4650,0,1), - (35805,8762,1,8014,0,3711.52,-4542.57,142.02,4.12791,333,5,0,2488,0,0,1), - (35806,8762,1,8014,0,4134.82,-5344.52,110.259,6.11242,333,10,0,2488,0,0,1), - (35807,8762,1,8014,0,4193.59,-5325.59,115.876,3.15497,333,10,0,2488,0,0,1), - (35808,8762,1,8014,0,4127.65,-5563.73,99.2965,3.61616,333,10,0,2488,0,0,1), - (35809,8762,1,8014,0,3707.13,-4817.47,128.641,4.49764,333,3,0,2488,0,0,1), - (35810,6202,1,11338,0,4680.16,-5816.06,115.024,6.24724,333,5,0,2158,4650,0,1), - (35811,6202,1,11338,0,4786.65,-6586.37,100.253,2.56937,333,10,0,2158,4650,0,1), - (35812,6202,1,11338,0,4452.12,-6439.36,138.219,1.3783,333,5,0,2158,4650,0,1), - (35813,8762,1,8014,0,3793.33,-4782.31,166.478,3.12597,333,5,0,2488,0,0,1), - (35814,8762,1,8014,0,3679.39,-4835.75,121.408,4.59154,333,5,0,2488,0,0,1), - (35815,8762,1,8014,0,3921.09,-5151.4,124.015,5.88812,333,10,0,2488,0,0,1), - (35816,6202,1,11338,0,4550.49,-6356.08,125.388,4.57326,333,5,0,2158,4650,0,1), - (35817,6202,1,11338,0,4750.67,-5879.33,108.915,4.20557,333,5,0,2158,4650,0,1), - (35818,8762,1,8014,0,4363.94,-5373.21,126.949,4.36779,333,10,0,2488,0,0,1), - (35819,8762,1,8014,0,3697.74,-4916.33,128.255,2.77814,333,10,0,2488,0,0,1), - (35820,8762,1,8014,0,3656.95,-4513.39,116.995,6.2034,333,5,0,2488,0,0,1), - (35821,8762,1,8014,0,3692.9,-4898.2,123.599,5.12189,333,10,0,2488,0,0,1), - (35822,8762,1,8014,0,3896.17,-5365.9,137.962,4.10668,333,5,0,2488,0,0,1), - (35823,8762,1,8014,0,4012.79,-5320.7,114.322,3.90004,333,3,0,2488,0,0,1), - (35824,6202,1,11338,0,4722.71,-6754.77,121.114,3.92699,333,3,0,2158,4650,0,1), - (35825,6202,1,11338,0,4744.17,-6726.73,106.288,1.35484,333,3,0,2158,4650,0,1), - (35826,8762,1,8014,0,3658.01,-4883.7,125.113,4.17799,333,10,0,2488,0,0,1), - (35827,8762,1,8014,0,4285.73,-5615.47,124.783,0.305389,333,5,0,2488,0,0,1), - (35828,8762,1,8014,0,3719.89,-4577.79,130.47,3.08809,333,5,0,2488,0,0,1), - (35829,8762,1,8014,0,3685.79,-4836.36,122.623,2.38358,333,5,0,2488,0,0,1), - (35830,8762,1,8014,0,3682.94,-4539.97,122.664,4.11654,333,5,0,2488,0,0,1), - (35831,6202,1,11338,0,4763.09,-5925.16,98.6818,2.89491,333,10,0,2158,4650,0,1), - (35832,6202,1,11338,0,4719.27,-5850.23,110.559,2.58309,333,0,0,2158,4650,0,0), - (35833,8763,1,12682,0,2576.61,-4908.51,138.077,5.2631,333,10,0,2138,1750,0,1), - (35834,8763,1,12682,0,2612.32,-4547.19,133.558,2.5167,333,0,0,2138,1750,0,0), - (35835,8763,1,12682,0,2564.02,-5075.54,119.368,3.42257,333,10,0,2138,1750,0,1), - (35836,8763,1,12682,0,2655.87,-4293.09,118.522,3.0771,333,10,0,2138,1750,0,1), - (35837,8763,1,12682,0,3021.06,-5150.6,133.587,0.2491,333,10,0,2138,1750,0,1), - (35838,8763,1,12682,0,2616.95,-4762.77,144.252,3.71334,333,10,0,2138,1750,0,1), - (35839,8763,1,12682,0,2524.71,-5133.83,115.95,4.92512,333,10,0,2138,1750,0,1), - (35840,8764,1,4269,0,4460.91,-6545.76,107.631,0.640571,333,5,0,2466,1923,0,1), - (35841,8764,1,4269,0,4772.06,-7450.5,88.9134,3.10056,333,10,0,2466,1923,0,1), - (35842,8764,1,4269,0,4427.09,-7245.29,97.3536,0.521326,333,10,0,2466,1923,0,1), - (35843,8764,1,4269,0,4378.97,-7007.69,122.943,4.61155,333,10,0,2466,1923,0,1), - (35844,8764,1,4269,0,4532.97,-6757.64,127.769,5.69247,333,3,0,2466,1923,0,1), - (35845,8764,1,4269,0,4773.63,-7049.6,97.7908,3.20413,333,5,0,2466,1923,0,1), - (35846,8764,1,4269,0,4396.01,-7203.52,110.628,0.715817,333,10,0,2466,1923,0,1), - (35847,8764,1,4269,0,4585.15,-6609.02,98.2412,5.59304,333,5,0,2466,1923,0,1), - (35848,8764,1,4269,0,4212.65,-7055.96,103.657,4.69526,333,5,0,2466,1923,0,2), - (35849,8764,1,4269,0,4437.73,-6882.73,122.21,3.18848,333,5,0,2466,1923,0,1), - (35850,8766,1,1306,0,4477.79,-6645.03,98.316,2.1325,333,5,0,3082,0,0,1), - (35851,8766,1,1306,0,4287.45,-6855.17,94.9983,5.98415,333,3,0,3082,0,0,1), - (35852,8766,1,1306,0,4421.17,-6783.83,96.9316,0.154876,333,10,0,3082,0,0,1), - (35853,8766,1,1306,0,3047.04,-5110.84,132.272,1.97535,333,5,0,3082,0,0,1), - (35854,8766,1,1306,0,4911.64,-7066.33,95.8758,0.382735,333,5,0,3082,0,0,1), - (35855,8766,1,1306,0,2936.21,-5531.23,149.817,5.62452,333,5,0,3082,0,0,1), - (35856,8766,1,1306,0,4345.18,-6914.16,99.9526,2.85631,333,10,0,3082,0,0,1), - (35857,8766,1,1306,0,4345.43,-6712.21,96.2752,5.20659,333,3,0,3082,0,0,1), - (35858,8766,1,1306,0,2980.55,-5395.35,136.173,4.85249,333,10,0,3082,0,0,1), - (35859,8766,1,1306,0,4344.61,-7058.46,131.464,4.21908,333,10,0,3082,0,0,1), - (35860,8766,1,1306,0,4481.29,-7172.04,102.208,4.74637,333,10,0,3082,0,0,1), - (35861,8766,1,1306,0,4519.39,-6906.98,113.247,1.61081,333,10,0,3082,0,0,1), - (35862,8766,1,1306,0,4513.72,-7354.64,89.8257,4.8319,333,10,0,3082,0,0,1), - (35863,8766,1,1306,0,2930.8,-5242.71,128.514,0,333,3,0,3082,0,0,1), - (35864,13896,1,7046,0,3740.01,-5943.91,-13.5142,2.58175,43200,5,0,8298,0,0,2), - (35865,7783,1,6879,0,3098.16,-6361.3,8.19374,1.90241,333,0,0,3857,0,0,0), - (35866,10361,1,9761,0,3614.14,-4403.95,114.468,3.54302,333,0,0,3517,0,0,0), - (35867,15481,1,15473,0,2578.13,-5963.59,97.83,0.00136,180,0,0,5000,0,0,2), - (35872,8576,1,7871,0,3601.08,-4405.69,115.398,5.37561,333,0,0,2972,0,0,0), - (35873,8586,1,7875,0,3614.83,-4419.53,112.151,2.87979,333,0,0,2972,0,0,0), - (35874,8587,1,7876,0,3603.02,-4421.08,112.075,1.309,333,0,0,3404,0,0,0), - (35875,12957,1,12915,0,2269.97,-5569.55,21.2302,3.9968,333,0,0,4108,0,0,0), - (35876,8610,1,7904,0,3664.02,-4390.45,113.169,3.24631,600,0,0,7423,7071,0,0), - (35877,7864,1,146,0,3781.73,-5319.41,86.7338,5.91837,333,5,0,2749,0,0,1), - (35878,7864,1,146,0,3293.54,-5246.09,84.552,0.921828,333,5,0,2749,0,0,1), - (35879,7864,1,146,0,3640.04,-5274.13,91.0871,0.83101,333,5,0,2749,0,0,1), - (35880,7864,1,146,0,3470.99,-5259.1,87.7445,5.7575,333,5,0,2749,0,0,1), - (35881,7864,1,146,0,3719.67,-5118.49,93.6406,1.4721,333,5,0,2749,0,0,1), - (35882,7864,1,146,0,3591.43,-5064.07,86.8957,2.85284,333,10,0,2749,0,0,1), - (35883,11705,1,11669,0,3983.15,-4799.06,304.888,1.20428,333,0,0,4108,0,0,0), - (35884,8378,1,7590,0,2375.46,-5965.83,10.1861,2.04204,333,0,0,2972,3801,0,0), - (35885,7866,1,6917,0,3129.73,-5183.02,138.337,2.9147,333,0,0,3517,0,0,0), - (35886,8379,1,7591,0,3971.69,-4783.48,295.969,0.347593,333,0,0,3857,5751,0,0), - (35887,11707,1,11672,0,3984.45,-4799.17,304.888,1.74533,333,0,0,4612,0,0,0), - (35888,8380,1,7592,0,2373.58,-5968.04,10.5334,1.67552,333,0,0,3517,0,0,0), - (35889,11708,1,11670,0,3943.25,-4780.64,275.614,1.3439,333,0,0,3517,0,0,0), - (35890,8381,1,7593,0,2371.18,-5968.04,10.3731,0.977384,333,0,0,3184,4031,0,0), - (35891,8382,1,7594,0,2376.44,-5965.19,10.0051,3.10669,333,0,0,3077,1587,0,0), - (35892,193,1,196,0,2758.97,-5279.88,114.726,5.68456,600,10,0,6645,0,0,1), - (35893,193,1,196,0,2681.07,-5147.34,108.513,0.224029,600,3,0,6645,0,0,1), - (35894,193,1,196,0,2777.86,-5147.42,104.971,0.274714,600,10,0,6645,0,0,1), - (35895,193,1,196,0,2848.23,-5180.53,114.059,2.49809,600,10,0,6645,0,0,1), - (35896,193,1,196,0,2877.47,-5120.67,119.557,3.15917,600,3,0,6645,0,0,1), - (35897,193,1,196,0,2849.36,-5122.28,110.618,5.83264,600,3,0,6645,0,0,1), - (35898,193,1,196,0,2817.79,-5121.1,111.589,6.24893,600,10,0,6645,0,0,1), - (35899,8386,1,7608,0,2380.69,-5962.21,10.0771,2.43043,333,0,0,2666,0,0,0), - (35900,8386,1,7595,0,2371.07,-5966.42,10.0684,0.069813,333,0,0,2666,0,0,0), - (35901,8386,1,7607,0,2238.55,-5801.98,2.75612,5.34071,333,2,0,2666,0,0,1), - (35902,8386,1,7596,0,2368.87,-5958.14,9.07305,1.18682,333,0,0,2666,0,0,0), - (35903,8386,1,7607,0,2377.5,-5961.39,9.62108,3.68265,333,0,0,2666,0,0,0), - (35904,8386,1,7607,0,2377.44,-5963.19,9.7312,2.16421,333,0,0,2666,0,0,0), - (35905,8386,1,7607,0,2370.82,-5961.05,9.29439,5.49779,333,0,0,2666,0,0,0), - (35906,8386,1,7595,0,2371.38,-5962.43,9.4958,1.43117,333,0,0,2666,0,0,0), - (35907,8395,1,7604,0,3648.01,-4702.71,121.058,2.54818,333,0,0,3517,0,0,0), - (35908,6347,1,10900,0,4941.68,-7545.11,1.9863,3.03794,333,5,0,2980,0,0,1), - (35909,6347,1,10900,0,4752.4,-7747.41,5.03004,0.745956,333,5,0,2980,0,0,1), - (35910,6347,1,10900,0,5006.79,-6217.88,-17.0931,3.27142,333,5,0,2980,0,0,1), - (35911,6347,1,10900,0,4946.42,-7614.62,-11.8431,0.750523,333,5,0,2980,0,0,1), - (35912,6347,1,10900,0,5058.16,-7550.65,-17.9547,0.001243,333,5,0,2980,0,0,1), - (35913,6347,1,10900,0,4915.16,-7653.69,-11.5208,5.0369,333,5,0,2980,0,0,1), - (35914,6347,1,10900,0,4811.55,-7749.29,-12.0752,2.53951,333,5,0,2980,0,0,1), - (35915,6347,1,10900,0,4884.79,-7754.67,-18.2862,4.8782,333,5,0,2980,0,0,1), - (35916,6347,1,10900,0,4912.25,-7513.39,11.0755,2.20582,333,5,0,2980,0,0,1), - (35917,6347,1,10900,0,4949.43,-7487.87,7.26994,3.78431,333,5,0,2980,0,0,1), - (35918,6348,1,10899,0,4079.67,-7918.32,-14.7513,3.76123,333,10,0,3082,0,0,1), - (35919,6348,1,10899,0,4242.64,-7887.19,-9.54983,3.41823,333,10,0,3082,0,0,1), - (35920,6348,1,10899,0,4290.92,-7853.46,1.99057,6.26244,333,10,0,3082,0,0,1), - (35921,6348,1,10899,0,3921.93,-5941.55,-18.2248,1.03493,333,10,0,3082,0,0,1), - (35922,6348,1,10899,0,4290.25,-7646.85,1.3076,0.364215,333,10,0,3082,0,0,1), - (35923,6348,1,10899,0,4082.04,-7786.49,-16.362,2.88423,333,10,0,3082,0,0,1), - (35924,6348,1,10899,0,4358.76,-7784.62,-0.245332,6.05265,333,10,0,3082,0,0,1), - (35925,6348,1,10899,0,4476.99,-7652.82,35.4759,4.07045,333,10,0,3082,0,0,1), - (35926,6348,1,10899,0,4220.84,-6714.37,-10.3509,0.636577,333,10,0,3082,0,0,1), - (35927,6348,1,10899,0,4353.69,-7516.73,10.8994,6.14661,333,10,0,3082,0,0,1), - (35928,6348,1,10899,0,4257.33,-7749.56,14.5774,5.93208,333,10,0,3082,0,0,1), - (35929,6348,1,10899,0,4115.62,-7947.52,-15.5262,2.95786,333,10,0,3082,0,0,1), - (35930,6348,1,10899,0,4049.69,-7887.56,-12.4709,4.74753,333,10,0,3082,0,0,1), - (35931,6348,1,10899,0,4249.63,-7543.03,-13.538,1.81395,333,10,0,3082,0,0,1), - (35932,6348,1,10899,0,4583.56,-7821.72,-12.7322,4.69824,333,10,0,3082,0,0,1), - (35933,6348,1,10899,0,3912.13,-6024.27,-8.50275,4.64492,333,10,0,3082,0,0,1), - (35934,6348,1,10899,0,4446.82,-7684.65,34.6297,4.43516,333,10,0,3082,0,0,1), - (35935,6348,1,10899,0,4378.42,-7749.63,11.7833,3.10837,333,10,0,3082,0,0,1), - (35936,6349,1,10897,0,2153.02,-6317.85,-17.0774,5.26126,333,10,0,3189,0,0,1), - (35937,8397,1,7603,0,3243.39,-4321.19,132.399,0.349066,333,0,0,2766,0,0,0), - (35938,6349,1,10897,0,2476.65,-7283.42,-23.8227,6.15437,180,5,0,3189,0,0,1), - (35939,6349,1,10897,0,2648.52,-7319.07,-26.307,3.71583,180,5,0,3189,0,0,1), - (35940,6349,1,10897,0,2918.68,-6613.63,-11.5816,1.62944,333,10,0,3189,0,0,1), - (35941,7885,1,11267,0,2246.15,-6654.38,124.193,3.93517,333,3,0,3189,0,0,1), - (35942,7885,1,11267,0,2519.79,-6785.11,103.292,0.60001,333,10,0,3189,0,0,1), - (35943,7885,1,11267,0,2735.45,-6625.92,105.305,3.1765,333,0,0,3189,0,0,0), - (35944,7885,1,11267,0,2280.32,-6814.11,121.059,2.09463,333,10,0,3189,0,0,1), - (35945,7885,1,11267,0,2543.41,-6758.16,103.596,3.92578,333,10,0,3189,0,0,1), - (35946,7885,1,11267,0,2231.57,-6634.78,127.456,2.74554,333,3,0,3189,0,0,1), - (35947,6349,1,10897,0,2086.63,-6459,-7.34939,5.15183,333,10,0,3189,0,0,1), - (35948,6349,1,10897,0,2345.23,-7252.42,-26.4488,3.73306,180,5,0,3189,0,0,1), - (35949,6349,1,10897,0,2237.23,-7337.98,-35.7656,2.34791,180,5,0,3189,0,0,1), - (35950,7885,1,11267,0,2381.82,-6854.15,121.214,4.51654,333,5,0,3189,0,0,1), - (35951,7885,1,11267,0,2277.94,-6685.21,114.512,3.46625,333,10,0,3189,0,0,1), - (35952,7885,1,11267,0,2242.64,-6591.13,130.386,4.24725,333,3,0,3189,0,0,1), - (35953,7885,1,11267,0,2252.45,-6784.96,126.406,3.4383,333,3,0,3189,0,0,1), - (35954,7885,1,11267,0,2552.88,-6816.1,112.858,4.86299,333,5,0,3189,0,0,1), - (35955,7885,1,11267,0,2519.47,-6721.64,103.79,5.88027,333,5,0,3189,0,0,1), - (35956,6349,1,10897,0,2203.31,-7295.84,-22.9484,3.47201,180,5,0,3189,0,0,1), - (35957,7885,1,11267,0,2321.52,-6651.29,114.327,0.088204,333,10,0,3189,0,0,1), - (35958,7885,1,11267,0,2315.12,-6854.59,122.115,4.26265,333,10,0,3189,0,0,2), - (35959,7885,1,11267,0,2310.32,-6854.41,121.978,6.02615,333,10,0,3189,0,0,1), - (35960,7885,1,11267,0,2520.59,-6927.49,113.15,5.2174,333,3,0,3189,0,0,1), - (35961,7885,1,11267,0,2245.8,-6712.87,121.821,2.63243,333,3,0,3189,0,0,1), - (35962,7885,1,11267,0,2616.38,-6838.5,125.174,2.09016,333,3,0,3189,0,0,1), - (35963,7885,1,11267,0,2739.67,-6610.86,103.837,0.570134,333,3,0,3189,0,0,1), - (35964,6349,1,10897,0,2386.71,-7314.9,-38.4587,0.212526,180,5,0,3189,0,0,1), - (35965,6349,1,10897,0,2917.09,-6109.86,2.20935,0.729765,333,10,0,3189,0,0,1), - (35966,6349,1,10897,0,3014.37,-6005.1,-10.3557,3.10395,333,10,0,3189,0,0,1), - (35967,6349,1,10897,0,2509.59,-7373.97,-43.774,2.09727,180,5,0,3189,0,0,1), - (35968,6349,1,10897,0,2355.92,-6756.79,15.3215,0.96567,333,10,0,3189,0,0,1), - (35969,6349,1,10897,0,2404.85,-6377.31,6.5,3.46214,333,10,0,3189,0,0,1), - (35970,6349,1,10897,0,2273.9,-7138.23,-13.8048,2.17844,180,5,0,3189,0,0,1), - (35971,6349,1,10897,0,2801.7,-6785.23,-0.282512,3.02572,333,10,0,3189,0,0,1), - (35972,6349,1,10897,0,2173.68,-5616.82,-8.04881,3.12204,333,10,0,3189,0,0,1), - (35973,6349,1,10897,0,2431.81,-6695.42,14.0858,0.610865,333,0,0,3189,0,0,0), - (35974,6349,1,10897,0,2046.2,-6538.11,-10.063,1.85186,333,10,0,3189,0,0,1), - (35975,6349,1,10897,0,2872.29,-6784.97,-6.39701,3.44512,333,10,0,3189,0,0,1), - (35976,6349,1,10897,0,2371.29,-6738.35,13.1639,5.79537,333,10,0,3189,0,0,1), - (35977,6349,1,10897,0,2156.03,-7215.78,-27.1158,3.29545,180,5,0,3189,0,0,1), - (35978,6349,1,10897,0,2123.4,-5942.28,-16.8218,0.949147,333,10,0,3189,0,0,1), - (35979,6349,1,10897,0,2095.34,-6520.37,0.775123,5.82755,333,10,0,3189,0,0,1), - (35980,6349,1,10897,0,2041.8,-6490.61,-5.47578,3.81125,333,10,0,3189,0,0,1), - (35981,6349,1,10897,0,2262.38,-7138.08,-16.9404,2.75887,180,5,0,3189,0,0,1), - (35982,6349,1,10897,0,2110.23,-5828.01,-13.067,4.10041,333,10,0,3189,0,0,1), - (35983,6349,1,10897,0,2176.54,-6356.75,-7.31626,3.9405,333,10,0,3189,0,0,1), - (35984,6349,1,10897,0,2122.9,-6211.89,-6.27838,0.625441,333,10,0,3189,0,0,1), - (35985,6349,1,10897,0,2791.59,-7224.96,-13.5919,5.46394,180,5,0,3189,0,0,1), - (35986,6350,1,1247,0,2813.55,-6853.37,-4.26267,4.78564,333,10,0,3293,0,0,1), - (35987,6350,1,1247,0,2583.97,-7229.83,-18.6029,3.30835,180,5,0,3293,0,0,1), - (35988,7886,1,11268,0,2459.36,-6841.18,103.853,0.123451,333,10,0,2634,2041,0,1), - (35989,7886,1,11268,0,2587.82,-6852.69,124.349,4.47463,333,5,0,2634,2041,0,1), - (35990,7886,1,11268,0,2488.27,-6817.42,102.007,0.013052,333,10,0,2634,2041,0,1), - (35991,7886,1,11268,0,2546.12,-6677.88,107.398,2.12922,333,10,0,2634,2041,0,1), - (35992,6350,1,1247,0,2910.67,-6552.15,-8.77687,3.42178,333,10,0,3293,0,0,1), - (35993,6350,1,1247,0,2922.16,-6411.43,-15.2737,0.558766,333,10,0,3293,0,0,1), - (35994,7886,1,11268,0,2283.89,-6878.49,117.314,4.15388,333,3,0,2634,2041,0,1), - (35995,7886,1,11268,0,2251.29,-6624.22,130.569,5.8294,333,0,0,2634,2041,0,0), - (35996,7886,1,11268,0,2612.21,-6817.57,125.528,3.7505,333,3,0,2634,2041,0,1), - (35997,7886,1,11268,0,2623.33,-6816.96,123.877,4.30468,333,5,0,2634,2041,0,2), - (35998,6350,1,1247,0,2986.43,-5996.2,-3.02492,2.47875,333,10,0,3293,0,0,1), - (35999,7886,1,11268,0,2711.11,-6634.64,98.5445,4.09389,333,3,0,2634,2041,0,1), - (36000,7886,1,11268,0,2313.18,-6889.55,123.283,3.40772,333,0,0,2634,2041,0,0), - (36001,7886,1,11268,0,2447.28,-6919,108.549,4.84817,333,3,0,2634,2041,0,1), - (36002,6350,1,1247,0,2374.85,-7385.67,-46.8652,3.71777,180,5,0,3293,0,0,1), - (36003,6350,1,1247,0,2318.76,-7313.78,-42.7618,1.70412,180,5,0,3293,0,0,1), - (36004,6350,1,1247,0,2879.95,-6319.36,-15.0894,4.02329,333,10,0,3293,0,0,1), - (36005,6350,1,1247,0,2355.77,-6389.47,1.57826,3.81146,333,10,0,3293,0,0,1), - (36006,6350,1,1247,0,2418.29,-6615.46,2.42067,3.69848,333,10,0,3293,0,0,1), - (36007,6350,1,1247,0,2871.9,-6453.14,-14.689,3.57506,333,10,0,3293,0,0,1), - (36008,6350,1,1247,0,2950.12,-6316.1,-13.2532,6.01636,333,10,0,3293,0,0,1), - (36009,6350,1,1247,0,2944.56,-6511.53,1.29201,2.1648,333,10,0,3293,0,0,1), - (36010,6350,1,1247,0,2834.39,-6754.54,-4.80981,3.28858,333,10,0,3293,0,0,1), - (36011,6350,1,1247,0,2091.21,-6175.66,-14.4098,0.905606,333,10,0,3293,0,0,1), - (36012,6350,1,1247,0,2821.19,-6708.66,2.42935,1.10529,333,10,0,3293,0,0,1), - (36013,6350,1,1247,0,2181.09,-6415.03,2.95961,0.593412,333,0,0,3293,0,0,0), - (36014,6350,1,1247,0,2165.1,-7279.12,-25.8822,3.47569,180,5,0,3293,0,0,1), - (36015,6350,1,1247,0,2960.82,-6086.36,3.92076,1.80523,333,10,0,3293,0,0,1), - (36016,6350,1,1247,0,2849.28,-7021.68,-9.26655,5.93237,180,5,0,3293,0,0,1), - (36017,6350,1,1247,0,2652.46,-7248.6,-14.7477,0.299033,180,5,0,3293,0,0,1), - (36018,6350,1,1247,0,3046.96,-6040.66,-11.0972,1.85868,333,10,0,3293,0,0,1), - (36019,6350,1,1247,0,2114.88,-5877.67,-8.06087,2.60519,333,10,0,3293,0,0,1), - (36020,6350,1,1247,0,2095.58,-6244.3,-8.77934,0.509764,333,10,0,3293,0,0,1), - (36021,8399,1,7614,0,3777.06,-4619.17,227.405,0.872665,333,0,0,2376,0,0,0), - (36022,6351,1,386,0,2500.62,-7245.97,-20.5106,5.96282,180,5,0,2717,2041,0,1), - (36023,6351,1,386,0,2093.11,-6649.2,-3.80649,0.261869,333,10,0,2717,2041,0,1), - (36024,6351,1,386,0,2751.19,-6354.06,-19.0066,4.07045,333,10,0,2717,2041,0,1), - (36025,6351,1,386,0,2918.21,-6476.16,-14.8288,1.65102,333,10,0,2717,2041,0,1), - (36026,6351,1,386,0,2583.34,-7346.16,-35.8938,0.660545,180,5,0,2717,2041,0,1), - (36027,6351,1,386,0,2147.05,-6453.51,-7.51899,3.58182,333,10,0,2717,2041,0,1), - (36028,6351,1,386,0,2919.92,-6343.01,-16.3262,1.114,333,10,0,2717,2041,0,1), - (36029,6351,1,386,0,2676.95,-6684.8,13.6649,4.93948,333,10,0,2717,2041,0,1), - (36030,6351,1,386,0,2909.14,-6753.69,-1.04064,2.96877,333,10,0,2717,2041,0,1), - (36031,6351,1,386,0,2316.49,-7346.31,-45.4558,1.03661,180,5,0,2717,2041,0,1), - (36032,6351,1,386,0,2837.15,-6479.12,-15.8848,3.1438,333,10,0,2717,2041,0,1), - (36033,6351,1,386,0,2697.63,-6535.22,-19.4401,5.97931,333,10,0,2717,2041,0,1), - (36034,6351,1,386,0,2231.88,-5724.76,-14.5442,5.60595,333,10,0,2717,2041,0,1), - (36035,6351,1,386,0,2453.76,-6602.09,10.0302,0.156957,333,10,0,2717,2041,0,1), - (36036,6351,1,386,0,2525.76,-7318.54,-21.2479,0.092918,180,5,0,2717,2041,0,1), - (36037,6351,1,386,0,2939.89,-6590.8,-8.06448,3.51027,333,10,0,2717,2041,0,1), - (36038,6351,1,386,0,2477.08,-6594.74,13.11,4.9408,333,10,0,2717,2041,0,1), - (36039,6351,1,386,0,2105.35,-6147.66,-12.5961,2.98218,333,10,0,2717,2041,0,1), - (36040,6351,1,386,0,2501.61,-7231.38,-17.9592,4.00543,180,5,0,2717,2041,0,1), - (36041,6351,1,386,0,2223.68,-5660.57,-14.4121,5.20546,333,10,0,2717,2041,0,1), - (36042,6351,1,386,0,2159.83,-5848.78,-6.15575,0.414124,333,10,0,2717,2041,0,1), - (36043,6351,1,386,0,2079.72,-6572.41,-7.47841,1.96836,333,10,0,2717,2041,0,1), - (36044,6351,1,386,0,2126.02,-6422.26,-3.88977,5.7016,333,10,0,2717,2041,0,1), - (36045,6351,1,386,0,2118.71,-6081.55,-11.7419,2.35619,333,0,0,2717,2041,0,0), - (36046,6351,1,386,0,2109.09,-6683.11,-7.93909,3.25517,333,10,0,2717,2041,0,1), - (36047,6351,1,386,0,2650.48,-7382.01,-45.1731,2.23278,180,5,0,2717,2041,0,1), - (36048,6352,1,10947,0,4177.26,-7942.54,-18.5057,2.35964,333,10,0,3245,0,0,1), - (36049,6352,1,10947,0,2855.54,-6941.34,-11.1953,4.9884,180,5,0,3245,0,0,1), - (36050,6352,1,10947,0,4405.1,-7650.75,23.5307,2.96681,333,10,0,3245,0,0,1), - (36051,6352,1,10947,0,4113.6,-6886.37,-11.1483,2.90576,333,10,0,3245,0,0,1), - (36052,6352,1,10947,0,2124.41,-6017.37,-17.3436,5.51024,333,10,0,3245,0,0,1), - (36053,6352,1,10947,0,2120.03,-6274.45,-10.5674,1.62175,333,10,0,3245,0,0,1), - (36054,6352,1,10947,0,2119.18,-6475.98,0.432647,1.22094,333,10,0,3245,0,0,1), - (36055,6352,1,10947,0,2913.01,-6988.15,-21.9793,3.48985,180,5,0,3245,0,0,1), - (36056,6352,1,10947,0,2809.26,-6921.16,-4.21173,3.43492,333,10,0,3245,0,0,1), - (36057,6352,1,10947,0,2781.43,-6745.77,1.35996,1.85178,333,10,0,3245,0,0,1), - (36058,6352,1,10947,0,2519.02,-6473.89,12.7344,0.245061,333,10,0,3245,0,0,1), - (36059,6352,1,10947,0,4183.68,-6744.64,-9.27974,0.724099,333,10,0,3245,0,0,1), - (36060,6352,1,10947,0,4450.92,-7622.91,47.4294,4.82876,333,10,0,3245,0,0,1), - (36061,6352,1,10947,0,2185.33,-5676.04,-13.5281,1.7027,333,10,0,3245,0,0,1), - (36062,6352,1,10947,0,2713.61,-7278.35,-17.4856,1.47598,180,5,0,3245,0,0,1), - (36063,6352,1,10947,0,4108.33,-6818.89,-12.8726,3.50722,333,10,0,3245,0,0,1), - (36064,6352,1,10947,0,2457.68,-7349.9,-38.0928,0.163307,180,5,0,3245,0,0,1), - (36065,6352,1,10947,0,2717.83,-7228.2,-14.4466,5.10164,180,5,0,3245,0,0,1), - (36066,6352,1,10947,0,2882.11,-6394.61,-13.2611,4.48646,333,10,0,3245,0,0,1), - (36067,6352,1,10947,0,2997.66,-6052.98,-1.3787,3.78383,333,10,0,3245,0,0,1), - (36068,6352,1,10947,0,4459.31,-7748.24,10.1636,0.21132,333,10,0,3245,0,0,1), - (36069,6352,1,10947,0,2114,-6352.46,-15.324,3.83757,333,10,0,3245,0,0,1), - (36070,6352,1,10947,0,2821.84,-7089.03,-12.0784,4.57535,180,5,0,3245,0,0,1), - (36071,6352,1,10947,0,3021.26,-6079.83,-14.0973,0.348491,333,10,0,3245,0,0,1), - (36072,6352,1,10947,0,2891.11,-6126.66,3.05916,0.509943,333,10,0,3245,0,0,1), - (36073,6352,1,10947,0,4577.73,-7743.39,18.1682,2.21976,333,10,0,3245,0,0,1), - (36074,6352,1,10947,0,2857.49,-6148.98,3.43578,0.783898,333,3,0,3245,0,0,1), - (36075,6352,1,10947,0,2468.75,-6514.58,13.0987,1.44004,333,10,0,3245,0,0,1), - (36076,6352,1,10947,0,2422.98,-7289.42,-23.6562,5.05953,180,5,0,3245,0,0,1), - (36077,6352,1,10947,0,3004.1,-6126.75,-15.9777,0.562871,333,10,0,3245,0,0,1), - (36078,6352,1,10947,0,4309.14,-7681.67,8.54701,3.09492,333,10,0,3245,0,0,1), - (36079,6352,1,10947,0,4348.26,-7650.65,14.7917,0.331613,333,0,0,3245,0,0,0), - (36080,6352,1,10947,0,4315.79,-7556.17,6.96378,4.4885,333,10,0,3245,0,0,1), - (36081,6352,1,10947,0,2097.3,-5981.78,-10.3064,0.103198,333,10,0,3245,0,0,1), - (36082,6352,1,10947,0,2889.97,-6591.6,-6.57477,5.40552,333,10,0,3245,0,0,1), - (36083,6352,1,10947,0,2060.72,-6612.58,-13.0624,0.829236,333,10,0,3245,0,0,1), - (36084,6352,1,10947,0,4181.38,-7685.58,-20.6119,3.29294,333,10,0,3245,0,0,1), - (36085,6352,1,10947,0,4412.2,-7787.64,6.73472,4.11734,333,10,0,3245,0,0,1), - (36086,6352,1,10947,0,3841.38,-5942.58,-14.2152,3.16055,333,10,0,3245,0,0,1), - (36087,6352,1,10947,0,4314.82,-7622.91,6.58064,4.61369,333,10,0,3245,0,0,1), - (36088,6352,1,10947,0,2219.95,-5573.99,-11.8298,1.25724,333,10,0,3245,0,0,1), - (36089,6352,1,10947,0,3896.89,-5924.09,-10.2678,1.22278,333,10,0,3245,0,0,1), - (36090,6352,1,10947,0,4274.14,-7779.35,8.91011,4.58222,333,10,0,3245,0,0,1), - (36091,6352,1,10947,0,2549.57,-7282.69,-18.8227,1.65053,180,5,0,3245,0,0,1), - (36092,6352,1,10947,0,2375.13,-7224.09,-21.5775,3.76171,180,5,0,3245,0,0,1), - (36093,8660,1,10807,0,3123.43,-4183.26,106.98,4.81808,7200,5,0,2578,0,0,2), - (36094,8405,1,1012,0,3900.59,-5427.08,154.49,0.15708,333,0,0,2972,1534,0,0), - (36095,8408,1,11271,0,3547.77,-5357.27,107.565,2.18166,333,0,0,3398,0,0,0), - (36096,8409,1,4765,0,3431.77,-5498.01,28.407,5.28835,333,0,0,2551,1982,0,0), - (36097,14301,1,14353,0,2691.34,-3885.63,109.247,0.715585,333,0,0,2766,0,0,0), - (36098,13278,1,10849,0,2849.59,-7297.15,20.3987,4.97738,180,0,0,9298,0,0,0), - (36099,6369,1,2308,0,4845.49,-7720.13,-8.91375,3.52609,333,5,0,2880,0,0,1), - (36100,6369,1,2308,0,4911.74,-7579.6,4.97866,2.59263,333,5,0,2880,0,0,1), - (36101,6369,1,2308,0,5075.29,-6752.27,1.91538,2.7571,333,5,0,2880,0,0,1), - (36102,6369,1,2308,0,4885.58,-7609.46,4.71307,1.51118,333,5,0,2880,0,0,1), - (36103,6369,1,2308,0,4986.15,-7520.75,-15.6598,5.66572,333,5,0,2880,0,0,1), - (36104,6369,1,2308,0,4783.18,-7715.1,8.26863,1.88359,333,5,0,2880,0,0,1), - (36105,6369,1,2308,0,4975.62,-7581.71,-14.0103,3.16503,333,5,0,2880,0,0,1), - (36106,6369,1,2308,0,5042.68,-7448.13,-20.3943,3.24524,333,5,0,2880,0,0,1), - (36107,6370,1,10922,0,4187.15,-7747.14,-5.83461,1.30925,333,10,0,2158,4650,0,1), - (36108,6370,1,10922,0,4281.13,-7517.83,-11.6137,4.26533,333,10,0,2158,4650,0,1), - (36109,6370,1,10922,0,4480.5,-7719.85,19.6475,4.14731,333,10,0,2158,4650,0,1), - (36110,6370,1,10922,0,4153.56,-6852.19,-11.4105,5.44408,333,10,0,2158,4650,0,1), - (36111,6370,1,10922,0,4353.05,-7583.54,12.1803,5.82827,333,10,0,2158,4650,0,1), - (36112,6370,1,10922,0,4413,-7713.08,19.6681,1.95312,333,10,0,2158,4650,0,1), - (36113,6370,1,10922,0,3986.18,-6074.89,-5.68063,1.30925,333,10,0,2158,4650,0,1), - (36114,6370,1,10922,0,4413.11,-7574.95,28.878,1.41978,333,10,0,2158,4650,0,1), - (36115,6370,1,10922,0,3818.41,-7016.41,-18.4944,2.14645,333,10,0,2158,4650,0,1), - (36116,6370,1,10922,0,4619.87,-7781.63,-1.1842,0.450641,333,10,0,2158,4650,0,1), - (36117,6370,1,10922,0,4053.91,-6887.24,-14.0388,5.12625,333,10,0,2158,4650,0,1), - (36118,6370,1,10922,0,4223.25,-7781.65,5.29031,5.68863,333,10,0,2158,4650,0,1), - (36119,6370,1,10922,0,4247.49,-7619.14,-14.7128,3.38134,333,10,0,2158,4650,0,1), - (36120,6370,1,10922,0,3940.38,-6001.13,-13.9201,4.89717,333,10,0,2158,4650,0,1), - (36121,6370,1,10922,0,4247.07,-7678.14,-16.4289,2.56063,333,10,0,2158,4650,0,1), - (36122,6370,1,10922,0,4555.59,-7787.78,11.4448,5.62582,333,10,0,2158,4650,0,1), - (36123,6370,1,10922,0,4079.65,-7854.55,-15.1305,4.76127,333,10,0,2158,4650,0,1), - (36124,6370,1,10922,0,4349.43,-7711.25,12.2971,1.53549,333,10,0,2158,4650,0,1), - (36125,6371,1,506,0,4214.02,-7718.57,-16.1894,3.935,333,5,0,3080,0,0,1), - (36126,6371,1,506,0,4682.03,-7823.76,-10.6104,4.39288,333,5,0,3080,0,0,1), - (36127,6371,1,506,0,3817.36,-7354.17,-30.6563,4.85954,333,5,0,3080,0,0,1), - (36128,6371,1,506,0,5078.95,-7486.98,-20.4583,3.84331,333,5,0,3080,0,0,1), - (36129,6371,1,506,0,4313.81,-7757.86,7.11477,4.39156,333,5,0,3080,0,0,1), - (36130,6371,1,506,0,4757.73,-7816.17,-14.5472,6.2516,333,5,0,3080,0,0,1), - (36131,6371,1,506,0,4841.98,-5656.84,-20.7083,4.97428,333,5,0,3080,0,0,1), - (36132,6371,1,506,0,4542.33,-7724.33,21.5703,4.08726,333,5,0,3080,0,0,1), - (36133,6371,1,506,0,4295.6,-7710.41,7.10346,0.062541,333,5,0,3080,0,0,1), - (36134,6371,1,506,0,4157.06,-7717.63,-17.7288,6.1653,333,5,0,3080,0,0,1), - (36135,6371,1,506,0,4891.62,-7682.8,-3.32317,0.179525,333,5,0,3080,0,0,1), - (36136,6371,1,506,0,5047.76,-6319.69,-20.7083,6.01344,333,5,0,3080,0,0,1), - (36137,6371,1,506,0,4520.97,-7749.1,14.4416,0.722943,333,5,0,3080,0,0,1), - (36138,6371,1,506,0,4022.84,-6111.51,-5.01672,1.00706,333,5,0,3080,0,0,1), - (36139,6371,1,506,0,4081.87,-6839.17,-15.2635,1.72179,333,5,0,3080,0,0,1), - (36140,6371,1,506,0,4778.2,-7782.84,-15.7399,2.87885,333,5,0,3080,0,0,1), - (36141,6371,1,506,0,4813.75,-7690.95,7.64686,3.11259,333,5,0,3080,0,0,1), - (36142,6371,1,506,0,3993.06,-5992.48,-9.38453,5.55719,333,5,0,3080,0,0,1), - (36143,6371,1,506,0,4381.01,-7687.17,16.2181,4.5861,333,5,0,3080,0,0,1), - (36144,6371,1,506,0,5046.38,-6250.66,-19.1053,3.04103,333,5,0,3080,0,0,1), - (36145,6371,1,506,0,4310.07,-7819.18,5.34084,3.17636,333,5,0,3080,0,0,1), - (36146,6371,1,506,0,4051.01,-7819.37,-15.9273,4.68505,333,5,0,3080,0,0,1), - (36147,6371,1,506,0,4383.23,-7611.93,20.809,2.03658,333,5,0,3080,0,0,1), - (36148,6371,1,506,0,4290,-7586.33,-4.38883,5.70493,333,5,0,3080,0,0,1), - (36149,6371,1,506,0,5052.98,-6949.18,9.31719,4.58792,333,5,0,3080,0,0,1), - (36150,6116,1,10702,0,2995.09,-4117.54,100.019,0.287889,333,5,0,2284,0,0,1), - (36151,6116,1,10702,0,2950.91,-4152.91,100.174,2.90278,333,10,0,2284,0,0,1), - (36152,6116,1,10702,0,2882.41,-4116.16,95.7186,5.32944,333,10,0,2284,0,0,1), - (36153,6116,1,10702,0,2857.27,-4022.44,139.656,2.75927,333,3,0,2284,0,0,1), - (36154,6116,1,10702,0,3051.2,-4181.58,97.516,0.968139,333,10,0,2284,0,0,1), - (36155,6116,1,10702,0,3114.76,-4145.25,103.617,0.290338,333,5,0,2284,0,0,1), - (36156,6372,1,2600,0,5015.94,-7478.22,-20.6328,0.987472,333,5,0,2880,0,0,1), - (36157,6372,1,2600,0,4718.33,-7786.9,-6.54011,5.42387,333,5,0,2880,0,0,1), - (36158,8420,1,7670,0,4603.83,-5987.55,169.724,0.034907,333,0,0,3077,0,0,0), - (36159,6116,1,10702,0,3013.74,-4184.4,99.3006,2.31276,333,5,0,2284,0,0,1), - (36160,6116,1,10702,0,2897.16,-4012.72,133.912,2.97647,333,3,0,2284,0,0,1), - (36161,6116,1,10702,0,3016.63,-4111.79,100.509,0.190571,333,5,0,2284,0,0,1), - (36162,6116,1,10702,0,2913.13,-3984.83,118.194,0.726588,333,3,0,2284,0,0,1), - (36163,6116,1,10702,0,2852.99,-4079.29,114.365,3.28073,333,3,0,2284,0,0,1), - (36164,6372,1,2600,0,4976.13,-7459.5,1.1954,4.14551,333,5,0,2880,0,0,1), - (36165,6372,1,2600,0,4850.55,-7655.79,7.89677,4.05324,333,5,0,2880,0,0,1), - (36166,6372,1,2600,0,5048.07,-6791.48,8.49126,4.11796,333,5,0,2880,0,0,1), - (36167,6372,1,2600,0,4809.82,-5354.05,-17.5303,0.760541,333,5,0,2880,0,0,1), - (36168,6117,1,10700,0,2867.18,-3960.38,102.039,5.83003,333,5,0,1746,3923,0,2), - (36169,6117,1,10700,0,2886.11,-4016.66,137.06,3.75832,333,3,0,1746,3923,0,1), - (36170,6117,1,10700,0,2948.44,-4122.4,104.186,4.22519,333,5,0,1746,3923,0,1), - (36171,6117,1,10700,0,3051.62,-4113.75,101.499,3.88966,333,10,0,1746,3923,0,1), - (36172,6117,1,10700,0,3023.85,-4153.2,102.921,0.358303,333,10,0,1746,3923,0,1), - (36173,6117,1,10700,0,3054.68,-4153.71,101.124,5.58345,333,10,0,1746,3923,0,1), - (36174,6117,1,10700,0,2976.22,-4182.46,100.52,5.40523,333,10,0,1746,3923,0,1), - (36175,6117,1,10700,0,3089.54,-4144.9,101.035,3.20366,333,10,0,1746,3923,0,1), - (36176,6117,1,10700,0,2918.78,-4120.62,100.481,2.3504,333,10,0,1746,3923,0,1), - (36177,6117,1,10700,0,3082.4,-4176.7,98.6494,2.99396,333,10,0,1746,3923,0,1), - (36178,8678,1,7969,0,2266.45,-5573,21.7302,5.75959,333,0,0,4108,0,0,0), - (36179,6375,1,6757,0,3579.93,-4132.55,105.131,4.00616,333,10,0,2399,0,0,1), - (36180,6375,1,6757,0,3377.08,-4286.77,99.2541,3.64397,333,10,0,2399,0,0,1), - (36181,6375,1,6757,0,3122.34,-4253.24,102.295,1.48668,333,5,0,2399,0,0,1), - (36182,6375,1,6757,0,3483.79,-4235.39,93.4421,4.62827,333,10,0,2399,0,0,1), - (36183,6375,1,6757,0,3588.71,-4217.56,100.282,4.87112,333,10,0,2399,0,0,1), - (36184,6375,1,6757,0,3554.96,-4252.77,103.485,3.59651,333,10,0,2399,0,0,2), - (36185,6375,1,6757,0,3674.16,-4245.56,120.965,0.127261,333,5,0,2399,0,0,1), - (36186,6375,1,6757,0,3489.07,-4190.09,96.9805,2.83219,333,10,0,2399,0,0,1), - (36187,6375,1,6757,0,3441.91,-4107.02,108.406,2.686,333,5,0,2399,0,0,1), - (36188,6375,1,6757,0,3414.08,-4181.69,100.482,2.0231,333,3,0,2399,0,0,1), - (36189,6375,1,6757,0,3679.81,-4089.08,107.834,4.41633,333,5,0,2399,0,0,1), - (36190,6375,1,6757,0,3561.14,-4144.32,105.036,3.31429,333,10,0,2399,0,0,1), - (36191,6375,1,6757,0,3583.19,-4039.43,94.1898,1.83234,333,3,0,2399,0,0,1), - (36192,6375,1,6757,0,3527.11,-4192.53,103.636,3.39357,333,10,0,2399,0,0,1), - (36193,6375,1,6757,0,3203.32,-4197.67,102.837,3.9111,333,5,0,2399,0,0,1), - (36194,6375,1,6757,0,3250.22,-4188.59,103.997,0.238584,333,5,0,2399,0,0,1), - (36195,6375,1,6757,0,3349.57,-4187.26,105.604,4.57035,333,10,0,2399,0,0,1), - (36196,6375,1,6757,0,3409.13,-4350.14,115.114,0.05474,333,5,0,2399,0,0,1), - (36197,6375,1,6757,0,3455.05,-4247.1,95.5258,3.14159,333,5,0,2399,0,0,1), - (36198,6375,1,6757,0,3630.69,-4119.08,102.1,1.17901,333,5,0,2399,0,0,1), - (36199,6375,1,6757,0,3509.82,-4347.61,126.085,0.577563,333,10,0,2399,0,0,1), - (36200,6377,1,10894,0,2679.72,-4326.51,103.823,2.74222,333,10,0,2578,0,0,1), - (36201,6377,1,10894,0,2605.03,-4837.45,138.751,4.09078,333,3,0,2578,0,0,1), - (36202,6377,1,10894,0,2564.43,-5083.83,119.957,4.21468,333,5,0,2578,0,0,1), - (36203,6377,1,10894,0,2618.51,-4941.25,125.886,1.52785,333,10,0,2578,0,0,1), - (36204,6377,1,10894,0,2649.96,-4993.95,127.458,1.3911,333,10,0,2578,0,0,1), - (36205,6377,1,10894,0,2669.33,-4586.73,133.522,0.290631,333,0,0,2578,0,0,0), - (36206,6377,1,10894,0,2642.26,-4914.01,132.907,0.371801,333,10,0,2578,0,0,1), - (36207,6377,1,10894,0,4406.97,-5389.39,120.081,6.02258,333,3,0,2578,0,0,1), - (36208,6377,1,10894,0,4103.02,-5531.58,102.031,3.77513,333,5,0,2578,0,0,1), - (36209,6377,1,10894,0,3892.09,-5115.43,129.184,0.319898,333,10,0,2578,0,0,1), - (36210,6377,1,10894,0,3927.22,-5268.23,128.402,0.768147,333,5,0,2578,0,0,1), - (36211,6377,1,10894,0,4104.54,-5463.23,108.771,4.24175,333,10,0,2578,0,0,1), - (36212,6377,1,10894,0,2491.65,-5041.86,138.082,2.8981,333,0,0,2578,0,0,0), - (36213,6377,1,10894,0,2647.57,-4555.11,132.825,3.98639,333,5,0,2578,0,0,1), - (36214,6377,1,10894,0,2644.81,-4173.08,128.816,2.23708,333,10,0,2578,0,0,1), - (36215,6377,1,10894,0,2679.07,-4158,120.597,3.76818,333,10,0,2578,0,0,1), - (36216,6377,1,10894,0,2655.97,-4649.28,139.27,0.583361,333,10,0,2578,0,0,1), - (36217,6377,1,10894,0,2656.14,-4245.9,128.301,0.952705,333,10,0,2578,0,0,1), - (36218,6377,1,10894,0,2479.99,-5143.93,132.107,2.209,333,10,0,2578,0,0,1), - (36219,6377,1,10894,0,4555.81,-5424.28,103.121,4.29763,333,3,0,2578,0,0,1), - (36220,6377,1,10894,0,4028.08,-5246.49,108.698,0.070403,333,10,0,2578,0,0,1), - (36221,6377,1,10894,0,4151.37,-5549.6,104.579,1.405,333,10,0,2578,0,0,1), - (36222,6377,1,10894,0,3846.49,-5093.77,134.388,4.38447,333,10,0,2578,0,0,1), - (36223,6377,1,10894,0,3958.96,-5334.84,128.764,5.19264,333,10,0,2578,0,0,1), - (36224,6377,1,10894,0,2644.08,-4120.7,117.272,4.14551,333,10,0,2578,0,0,1), - (36225,6377,1,10894,0,2545.83,-5012.5,126.069,2.13697,333,5,0,2578,0,0,1), - (36226,6377,1,10894,0,2643.52,-4620.04,136.592,5.65999,333,10,0,2578,0,0,1), - (36227,6377,1,10894,0,2572.77,-4992.83,123.364,4.704,333,5,0,2578,0,0,1), - (36228,6377,1,10894,0,4162.49,-5555.64,106.818,5.94476,333,10,0,2578,0,0,2), - (36229,6377,1,10894,0,3954.96,-5180.14,120.498,0.190504,333,10,0,2578,0,0,1), - (36230,6377,1,10894,0,3984.29,-5274.51,121.212,1.60789,333,3,0,2578,0,0,1), - (36231,6377,1,10894,0,3850.82,-5053.9,131.987,6.18345,333,10,0,2578,0,0,1), - (36232,6377,1,10894,0,4164.72,-5694.64,125.741,6.21278,333,3,0,2578,0,0,1), - (36233,6377,1,10894,0,4247.3,-5343.73,124.872,1.18141,333,10,0,2578,0,0,1), - (36234,6377,1,10894,0,4079.97,-5328.22,110.564,4.90481,333,10,0,2578,0,0,1), - (36235,6377,1,10894,0,4249.34,-5541.13,121.787,5.50331,333,5,0,2578,0,0,1), - (36236,6377,1,10894,0,4203.16,-5609.73,117.46,3.33708,333,10,0,2578,0,0,1), - (36237,6377,1,10894,0,4168.1,-5501.21,110.61,0.345625,333,5,0,2578,0,0,1), - (36238,6377,1,10894,0,4179.99,-5351.45,113.671,1.50937,333,10,0,2578,0,0,1), - (36239,6377,1,10894,0,3923.76,-5349.35,136.13,1.38509,333,5,0,2578,0,0,1), - (36240,6377,1,10894,0,4288.29,-5367.8,121.032,4.66058,333,10,0,2578,0,0,1), - (36241,6378,1,10893,0,4688.18,-6173.74,106.838,0.747407,333,10,0,2304,1807,0,1), - (36242,6378,1,10893,0,4707.35,-5725.74,100.173,0.575904,333,10,0,2304,1807,0,1), - (36243,6378,1,10893,0,4476.52,-5721.04,105.031,3.64887,333,5,0,2304,1807,0,1), - (36244,6378,1,10893,0,4857.9,-6080.45,85.8631,0.309406,333,3,0,2304,1807,0,1), - (36245,6378,1,10893,0,4658.57,-6218.89,105.916,6.06473,333,10,0,2304,1807,0,1), - (36246,6378,1,10893,0,4390.77,-5784.08,103.373,4.0099,333,5,0,2304,1807,0,1), - (36247,6378,1,10893,0,4366.99,-5913.19,100.991,2.92617,333,10,0,2304,1807,0,1), - (36248,6378,1,10893,0,4082.91,-5911.5,99.6842,1.9426,333,3,0,2304,1807,0,1), - (36249,6378,1,10893,0,4575.93,-6174.96,99.0746,0.334096,333,10,0,2304,1807,0,1), - (36250,6378,1,10893,0,4751.25,-6326.74,112.034,4.77103,333,10,0,2304,1807,0,1), - (36251,6378,1,10893,0,4678.37,-6527.64,110.281,2.08449,333,5,0,2304,1807,0,1), - (36252,6378,1,10893,0,4625.96,-6451.09,114.795,6.11138,333,5,0,2304,1807,0,1), - (36253,6378,1,10893,0,4655.92,-6357.44,113.04,5.14279,333,5,0,2304,1807,0,1), - (36254,6378,1,10893,0,4489.82,-5915.15,98.5033,0.180083,333,5,0,2304,1807,0,1), - (36255,6378,1,10893,0,4192.47,-5949.9,94.7578,0.156957,333,3,0,2304,1807,0,1), - (36256,6378,1,10893,0,4676.48,-5681.93,100.499,3.23349,333,10,0,2304,1807,0,1), - (36257,6378,1,10893,0,4589.95,-6078.73,101.468,6.01428,333,10,0,2304,1807,0,1), - (36258,6378,1,10893,0,4344.16,-5876.68,99.6682,5.75545,333,10,0,2304,1807,0,1), - (36259,6378,1,10893,0,4745.72,-6077.13,95.5378,4.61058,333,10,0,2304,1807,0,1), - (36260,6378,1,10893,0,4682.91,-6440.65,114.928,1.39794,333,5,0,2304,1807,0,1), - (36261,6378,1,10893,0,4774.73,-6043.9,90.6494,5.09594,333,10,0,2304,1807,0,1), - (36262,6378,1,10893,0,4687.2,-5715.65,97.5555,0.135132,333,10,0,2304,1807,0,1), - (36263,6378,1,10893,0,4417.73,-5991.41,101.718,1.405,333,5,0,2304,1807,0,1), - (36264,6378,1,10893,0,4619,-6391.84,116.519,4.644,333,5,0,2304,1807,0,1), - (36265,6378,1,10893,0,4534.29,-5843.75,119.712,2.96296,333,5,0,2304,1807,0,1), - (36266,6378,1,10893,0,4706.13,-6348.97,115.577,3.24729,333,10,0,2304,1807,0,1), - (36267,6378,1,10893,0,4235.46,-5972.61,95.6805,4.09706,333,3,0,2304,1807,0,1), - (36268,6378,1,10893,0,4756.92,-6177.48,99.6863,0.911293,333,3,0,2304,1807,0,1), - (36269,6378,1,10893,0,4658.41,-6150.83,101.102,5.90094,333,10,0,2304,1807,0,1), - (36270,6378,1,10893,0,4517.08,-5815.57,104.542,3.98339,333,5,0,2304,1807,0,1), - (36271,6378,1,10893,0,4683.84,-6326.1,115.495,4.74558,333,10,0,2304,1807,0,1), - (36272,6378,1,10893,0,4616.44,-6259.56,107.047,4.70458,333,10,0,2304,1807,0,1), - (36273,6378,1,10893,0,4398.4,-5900.9,101.637,0.768825,333,10,0,2304,1807,0,1), - (36274,6378,1,10893,0,4593.73,-6126.38,105.474,1.07116,333,10,0,2304,1807,0,1), - (36275,6378,1,10893,0,4562.38,-6246.86,101.159,0.24261,333,10,0,2304,1807,0,1), - (36276,6378,1,10893,0,4853.96,-6006.91,98.0477,1.01095,333,10,0,2304,1807,0,1), - (36277,6378,1,10893,0,4697.81,-6379.46,111.128,0.405533,333,10,0,2304,1807,0,1), - (36278,6378,1,10893,0,4644.54,-6283.35,113.319,3.16112,333,10,0,2304,1807,0,1), - (36279,6378,1,10893,0,4580.36,-5716.53,96.6015,3.1123,333,10,0,2304,1807,0,1), - (36280,6378,1,10893,0,4177.21,-5810.37,116.515,1.35763,333,2,0,2304,1807,0,1), - (36281,6378,1,10893,0,4695.44,-5681.71,100.093,6.27733,333,10,0,2304,1807,0,2), - (36282,6378,1,10893,0,4616.21,-6082.48,100.636,6.04247,333,10,0,2304,1807,0,1), - (36283,6378,1,10893,0,4716.59,-6292.34,114.874,4.65424,333,10,0,2304,1807,0,1), - (36284,6378,1,10893,0,4843.41,-6414.58,120.096,2.33195,333,5,0,2304,1807,0,1), - (36285,6378,1,10893,0,4056.84,-5901.82,102.057,1.70193,333,3,0,2304,1807,0,1), - (36286,6378,1,10893,0,4370.71,-5841.44,98.4653,1.87403,333,5,0,2304,1807,0,1), - (36287,6378,1,10893,0,4537.53,-6029.78,102.302,2.14309,333,3,0,2304,1807,0,1), - (36288,6378,1,10893,0,4523.8,-5663.76,108.766,1.20354,333,10,0,2304,1807,0,1), - (36289,6378,1,10893,0,4569.16,-5679.37,101.274,2.76979,333,10,0,2304,1807,0,1), - (36290,6378,1,10893,0,4800.58,-5733.07,105.038,3.70611,333,5,0,2304,1807,0,1), - (36291,6378,1,10893,0,4449.87,-5874.98,100.386,1.56396,333,5,0,2304,1807,0,1), - (36292,6378,1,10893,0,4858.66,-6345.86,116.821,0.611846,333,3,0,2304,1807,0,1), - (36293,6378,1,10893,0,4778.68,-6343.77,115.768,2.4111,333,10,0,2304,1807,0,1), - (36294,6378,1,10893,0,4513.44,-6232.3,101.413,4.25398,333,10,0,2304,1807,0,1), - (36295,6378,1,10893,0,4789.81,-6280.55,119.503,0.495519,333,5,0,2304,1807,0,1), - (36296,6378,1,10893,0,4250.59,-5912.65,95.9475,0.730857,333,10,0,2304,1807,0,1), - (36297,6378,1,10893,0,4715.15,-6216.67,111.601,2.25142,333,10,0,2304,1807,0,1), - (36298,6378,1,10893,0,4479.53,-5765.8,104.618,0.158887,333,5,0,2304,1807,0,1), - (36299,6378,1,10893,0,4814.98,-6055.05,93.0379,3.97576,333,3,0,2304,1807,0,1), - (36300,6378,1,10893,0,4606.7,-5720.96,96.8228,3.68048,333,10,0,2304,1807,0,1), - (36301,6378,1,10893,0,4753.1,-6122.72,95.5246,5.46118,333,10,0,2304,1807,0,1), - (36302,6378,1,10893,0,4592.73,-6218.72,101.274,0.011718,333,10,0,2304,1807,0,1), - (36303,6378,1,10893,0,4819.62,-6109.76,94.9748,0.886303,333,10,0,2304,1807,0,1), - (36304,6378,1,10893,0,4473.98,-5968.16,98.6867,0.82293,333,5,0,2304,1807,0,1), - (36305,6378,1,10893,0,4528.5,-6010.45,107.942,3.66559,333,3,0,2304,1807,0,1), - (36306,6379,1,10892,0,4557.28,-7524.65,68.9689,5.66361,333,5,0,3082,0,0,1), - (36307,6379,1,10892,0,2360.54,-6243.62,107.188,6.24996,333,10,0,3082,0,0,1), - (36308,6379,1,10892,0,4418.8,-6723.24,96.3092,5.12357,333,10,0,3082,0,0,1), - (36309,6379,1,10892,0,4377.24,-6959.85,112.216,3.23365,333,10,0,3082,0,0,1), - (36310,6379,1,10892,0,2581.74,-5757.14,102.881,4.59538,333,10,0,3082,0,0,1), - (36311,6379,1,10892,0,2712.57,-5610.56,127.867,2.40181,333,10,0,3082,0,0,1), - (36312,6379,1,10892,0,4387.69,-6676.3,101.318,1.21941,333,10,0,3082,0,0,1), - (36313,6379,1,10892,0,2974.67,-5785.12,137.935,1.53566,333,5,0,3082,0,0,2), - (36314,6379,1,10892,0,4344.72,-7114.71,125.665,2.77379,333,5,0,3082,0,0,1), - (36315,6379,1,10892,0,4785.11,-7187.06,85.2539,5.01376,333,5,0,3082,0,0,1), - (36316,6379,1,10892,0,4311.88,-6944.29,106.298,1.93734,333,10,0,3082,0,0,1), - (36317,6379,1,10892,0,2649.2,-6081.68,98.1617,1.48182,333,10,0,3082,0,0,1), - (36318,6379,1,10892,0,4452.03,-6672.21,97.7934,1.30497,333,10,0,3082,0,0,1), - (36319,6379,1,10892,0,4453.05,-7360.09,83.2805,4.93275,333,10,0,3082,0,0,1), - (36320,6379,1,10892,0,4721.06,-7505.33,80.1437,1.25429,333,10,0,3082,0,0,1), - (36321,6379,1,10892,0,2549.49,-6366.39,108.095,1.63821,333,10,0,3082,0,0,1), - (36322,6379,1,10892,0,2811.76,-6012.42,104.563,3.62584,333,5,0,3082,0,0,1), - (36323,6379,1,10892,0,4550.4,-6584.97,99.8465,4.22515,333,5,0,3082,0,0,1), - (36324,6379,1,10892,0,2636.47,-5817.37,99.4544,3.63464,333,10,0,3082,0,0,1), - (36325,6379,1,10892,0,4449.21,-6825.27,113.724,4.49298,333,5,0,3082,0,0,1), - (36326,6379,1,10892,0,4505.94,-7240.23,100.657,5.4667,333,10,0,3082,0,0,1), - (36327,6379,1,10892,0,4484.07,-6792.42,116.759,4.54371,333,10,0,3082,0,0,1), - (36328,6379,1,10892,0,2571.73,-5879.45,94.1603,2.75963,333,10,0,3082,0,0,1), - (36329,6379,1,10892,0,2650.72,-5956.24,98.296,5.57826,333,10,0,3082,0,0,1), - (36330,6379,1,10892,0,2376.86,-6470.56,102.284,2.50502,333,10,0,3082,0,0,1), - (36331,6379,1,10892,0,2509.61,-6202.02,106.323,1.86231,333,5,0,3082,0,0,1), - (36332,6380,1,10891,0,4479,-6581.7,98.8087,3.09245,333,5,0,2466,1923,0,1), - (36333,6380,1,10891,0,4385.08,-7277.41,100.936,0.37437,333,5,0,2466,1923,0,1), - (36334,6380,1,10891,0,4314.04,-7006.93,129.732,2.37293,333,3,0,2466,1923,0,1), - (36335,6380,1,10891,0,4452.51,-7149,116.944,4.5376,333,5,0,2466,1923,0,1), - (36336,6380,1,10891,0,4651.23,-6908.66,125.424,1.48668,333,10,0,2466,1923,0,1), - (36337,6380,1,10891,0,2382.24,-6557.64,114.374,3.86824,333,3,0,2466,1923,0,1), - (36338,6380,1,10891,0,2650.17,-6207.89,90.4609,1.58056,333,10,0,2466,1923,0,1), - (36339,6380,1,10891,0,4382.75,-6826.05,95.745,4.92961,333,5,0,2466,1923,0,1), - (36340,6380,1,10891,0,4445.42,-7285.42,95.6764,3.71387,333,10,0,2466,1923,0,1), - (36341,6380,1,10891,0,4259.48,-6945.37,96.2022,0.422587,333,10,0,2466,1923,0,1), - (36342,6380,1,10891,0,4419.16,-7175.88,110.595,2.99731,333,10,0,2466,1923,0,1), - (36343,6380,1,10891,0,2644.76,-6355.23,102.644,3.69804,333,3,0,2466,1923,0,1), - (36344,6380,1,10891,0,4765.74,-6899.47,98.0491,2.47144,333,10,0,2466,1923,0,1), - (36345,6380,1,10891,0,4287.56,-6922.32,99.6699,5.86675,333,10,0,2466,1923,0,1), - (36346,6380,1,10891,0,4192.21,-7019.42,96.3888,5.94909,333,10,0,2466,1923,0,1), - (36347,6380,1,10891,0,2515.14,-5958.62,98.277,4.52188,333,10,0,2466,1923,0,1), - (36348,6380,1,10891,0,2775.88,-6206.79,104.418,1.89162,333,3,0,2466,1923,0,1), - (36349,6380,1,10891,0,4187.13,-7094,106.762,5.24075,333,5,0,2466,1923,0,1), - (36350,6380,1,10891,0,4513.9,-7280.08,101.324,2.13227,333,10,0,2466,1923,0,1), - (36351,6380,1,10891,0,4905.72,-6701.79,96.1763,4.19022,333,3,0,2466,1923,0,1), - (36352,6380,1,10891,0,2466.11,-6270.67,101.46,0.18266,333,10,0,2466,1923,0,1), - (36353,6380,1,10891,0,4519.92,-7023.91,107.381,4.23564,333,10,0,2466,1923,0,1), - (36354,6380,1,10891,0,4431.4,-7183.47,105.885,0.389643,333,10,0,2466,1923,0,1), - (36355,6380,1,10891,0,4543.9,-6514.18,96.0594,2.98595,333,5,0,2466,1923,0,1), - (36356,6380,1,10891,0,4659.46,-7593.06,62.874,1.41329,333,10,0,2466,1923,0,1), - (36357,6380,1,10891,0,4368.95,-6983.95,119.236,3.16698,333,10,0,2466,1923,0,1), - (36358,6380,1,10891,0,2448.76,-5749.44,95.5393,1.69297,333,10,0,2466,1923,0,1), - (36359,6380,1,10891,0,2843.66,-5636.91,123.291,4.30557,333,10,0,2466,1923,0,1), - (36360,6380,1,10891,0,2588.3,-5623.45,114.35,5.41125,333,10,0,2466,1923,0,1), - (36361,6380,1,10891,0,4317.43,-6827.14,92.0794,4.53088,333,5,0,2466,1923,0,1), - (36362,6380,1,10891,0,4543.4,-6685.34,102.429,0.359113,333,5,0,2466,1923,0,1), - (36363,6380,1,10891,0,4525.2,-7421.74,83.6105,5.38749,333,10,0,2466,1923,0,1), - (36364,6380,1,10891,0,4425.56,-6976.66,109.775,2.44404,333,10,0,2466,1923,0,1), - (36365,6380,1,10891,0,4441.65,-7407.99,72.0778,2.65116,333,10,0,2466,1923,0,1), - (36366,6380,1,10891,0,4645.69,-6585.68,102.407,2.39142,333,5,0,2466,1923,0,1), - (36367,6380,1,10891,0,4621.72,-7449.71,82.9174,3.14745,333,10,0,2466,1923,0,1), - (36368,6380,1,10891,0,2598.33,-6575.19,109.917,3.356,333,3,0,2466,1923,0,1), - (36369,6380,1,10891,0,2501.31,-5680.12,101.251,2.95984,333,10,0,2466,1923,0,1), - (36370,6380,1,10891,0,2837.58,-5747.69,120.894,5.10639,333,10,0,2466,1923,0,1), - (36371,6380,1,10891,0,2504.59,-5552.08,107.486,3.41644,333,5,0,2466,1923,0,1), - (36372,6380,1,10891,0,2449.39,-6163.97,104.593,4.66741,333,5,0,2466,1923,0,1), - (36373,6380,1,10891,0,2695.48,-5585.73,118.192,5.65679,333,10,0,2466,1923,0,1), - (36374,6125,1,11331,0,3188.1,-4311.78,104.515,5.65942,333,5,0,2310,0,0,1), - (36375,6125,1,11331,0,3282.01,-4285.86,126.09,3.28192,333,3,0,2310,0,0,1), - (36376,6125,1,11331,0,3252.23,-4341.69,131.014,1.91176,333,0,0,2310,0,0,0), - (36377,6125,1,11331,0,3239.86,-4279.33,127.017,3.21438,333,5,0,2310,0,0,1), - (36378,6125,1,11331,0,3222.77,-4251.91,103.778,4.40063,333,5,0,2310,0,0,1), - (36379,6125,1,11331,0,3287.68,-4321.38,131.123,3.53707,333,3,0,2310,0,0,1), - (36380,6125,1,11331,0,3298.17,-4356.99,125.354,1.42305,333,3,0,2310,0,0,1), - (36381,6126,1,11332,0,3251.6,-4258.48,116.472,4.89198,333,5,0,2310,0,0,2), - (36382,6126,1,11332,0,3317.23,-4336.92,131.277,1.31458,333,0,0,2310,0,0,0), - (36383,6126,1,11332,0,3183.02,-4275.75,100.424,1.39216,333,5,0,2310,0,0,1), - (36384,6126,1,11332,0,3237.43,-4305.15,131.005,2.59381,333,5,0,2310,0,0,1), - (36385,6127,1,2020,0,3272.26,-4318.78,132.295,4.30401,333,3,0,2310,3923,0,1), - (36386,6127,1,2020,0,3282.71,-4252.87,116.934,0.422587,333,0,0,2310,3923,0,0), - (36387,6127,1,2020,0,3176.16,-4245.36,98.2849,2.10084,333,5,0,2310,3923,0,1), - (36388,6127,1,2020,0,3293.53,-4299.55,131.105,0.148355,333,0,0,2310,3923,0,0), - (36389,6129,1,6762,0,2756.68,-5395.01,116.277,1.50213,600,0,0,5151,9530,0,0), - (36390,6129,1,6762,0,2502.58,-5426.76,133.154,0.826795,600,5,0,5151,9530,0,1), - (36391,6129,1,6762,0,2809.28,-5441.52,98.7783,0.014311,600,5,0,5151,9530,0,1), - (36392,6129,1,6762,0,2570.63,-5480.27,122.173,1.64926,600,0,0,5151,9530,0,0), - (36393,6129,1,6762,0,2472.89,-5280.82,124.686,2.3911,600,0,0,5151,9530,0,0), - (36394,6130,1,6760,0,2553.61,-5453.37,117.891,2.42322,600,10,0,7469,0,0,1), - (36395,6130,1,6760,0,2549.44,-5484.53,116.454,6.09247,600,3,0,7469,0,0,1), - (36396,6130,1,6760,0,2478.59,-5414.96,131.112,3.53884,600,5,0,7469,0,0,1), - (36397,6130,1,6760,0,2580.31,-5514.01,108.985,2.82427,600,10,0,7469,0,0,1), - (36398,6130,1,6760,0,2455.17,-5451.67,130.591,1.61845,600,3,0,7469,0,0,1), - (36399,6130,1,6760,0,2780.41,-5419.1,103.789,2.01646,600,5,0,7469,0,0,1), - (36400,6130,1,6760,0,2783.54,-5489.76,100.237,4.22341,600,10,0,7469,0,0,1), - (36401,6130,1,6760,0,2480.33,-5388.97,130.054,4.35332,600,5,0,7469,0,0,1), - (36402,6130,1,6760,0,2447.2,-5281.89,127.73,2.99539,600,3,0,7469,0,0,1), - (36403,6130,1,6760,0,2508.55,-5274.99,111.811,2.2344,600,10,0,7469,0,0,1), - (36404,6130,1,6760,0,2482.6,-5454.16,126.084,4.45867,600,3,0,7469,0,0,1), - (36405,6130,1,6760,0,2725.77,-5377.92,108.655,5.30391,600,10,0,7469,0,0,1), - (36406,6130,1,6760,0,2837.07,-5451.65,103.478,0.479523,600,5,0,7469,0,0,1), - (36407,6130,1,6760,0,2778.61,-5380.24,113.772,2.45414,600,5,0,7469,0,0,1), - (36408,6130,1,6760,0,2606.57,-5479.42,113.268,0.67423,600,10,0,7469,0,0,1), - (36409,6130,1,6760,0,2498.72,-5318.79,113.139,4.10857,600,10,0,7469,0,0,1), - (36410,6130,1,6760,0,2529.48,-5423.22,126.35,2.02764,600,5,0,7469,0,0,1), - (36411,6131,1,6761,0,2479.52,-5248.74,117.062,2.42386,600,10,0,5502,3728,0,1), - (36412,6131,1,6761,0,2809.38,-5419.94,103.935,4.71239,600,5,0,5502,3728,0,1), - (36413,6131,1,6761,0,2642.79,-5151.82,111.091,2.78978,600,5,0,5502,3728,0,1), - (36414,6131,1,6761,0,2615.34,-5455.3,114.12,0.394973,600,10,0,5502,3728,0,1), - (36415,6131,1,6761,0,2785.11,-5444.57,97.6376,0.372404,600,5,0,5502,3728,0,1), - (36416,6131,1,6761,0,2514.98,-5459.12,123.673,1.11669,600,10,0,5502,3728,0,1), - (36417,6131,1,6761,0,2444.84,-5252.76,124.949,5.07615,600,5,0,5502,3728,0,1), - (36418,6131,1,6761,0,2758.62,-5418.23,108.289,6.17959,600,5,0,5502,3728,0,1), - (36419,6131,1,6761,0,2612.46,-5179.53,106.132,2.03707,600,5,0,5502,3728,0,1), - (36420,6131,1,6761,0,2613.85,-5213.18,112.528,6.25976,600,5,0,5502,3728,0,1), - (36421,6131,1,6761,0,2708.33,-5408.33,105.541,2.26515,600,5,0,5502,3728,0,2), - (36422,6131,1,6761,0,2748.79,-5328.01,114.271,0.376152,600,3,0,5502,3728,0,1), - (36423,6131,1,6761,0,2740.59,-5359.59,112.819,2.59497,600,10,0,5502,3728,0,1), - (36424,6131,1,6761,0,2751.08,-5446.86,107.38,0.420019,600,10,0,5502,3728,0,1), - (36425,6131,1,6761,0,2584.38,-5467.71,113.85,5.75277,600,5,0,5502,3728,0,1), - (36426,6131,1,6761,0,2810.04,-5480.52,99.0158,4.18469,600,5,0,5502,3728,0,1), - (36427,6131,1,6761,0,2456.99,-5319.61,121.01,6.00673,600,0,0,5502,3728,0,0), - (36428,6131,1,6761,0,2651.26,-5455.28,116.738,3.91179,600,5,0,5502,3728,0,1), - (36429,6131,1,6761,0,2814.44,-5221.51,113.512,0.83372,600,3,0,5502,3728,0,1), - (36430,6131,1,6761,0,2852.12,-5219.37,120.773,0.965271,600,10,0,5502,3728,0,1), - (36431,6131,1,6761,0,2824.27,-5159.8,111.338,5.8341,600,10,0,5502,3728,0,1), - (36432,6131,1,6761,0,2849.75,-5145.27,110.778,0.32261,600,5,0,5502,3728,0,1), - (36433,6134,1,170,0,3894.71,-7188.03,50.8848,2.87979,600,0,0,17936,0,0,0), - (36434,6135,1,2599,0,4119.79,-7240.47,17.1675,1.36437,333,10,0,3189,0,0,1), - (36435,6135,1,2599,0,4019.3,-6946.19,-21.7006,1.63212,333,5,0,3189,0,0,1), - (36436,6135,1,2599,0,4219.34,-7150.86,33.6014,2.90531,333,3,0,3189,0,0,1), - (36437,6135,1,2599,0,3841.38,-7158.75,22.8746,5.18762,333,2,0,3189,0,0,1), - (36438,6135,1,2599,0,3774.85,-7147.39,26.4807,1.84625,333,3,0,3189,0,0,1), - (36439,6135,1,2599,0,4057.44,-7385.18,4.12027,5.32942,333,10,0,3189,0,0,1), - (36440,6135,1,2599,0,4277.95,-7345.79,8.85309,2.11842,333,10,0,3189,0,0,1), - (36441,6135,1,2599,0,3984.57,-6987.34,-22.5898,4.11734,333,5,0,3189,0,0,1), - (36442,6135,1,2599,0,4252.85,-7119.46,34.7159,5.62933,333,10,0,3189,0,0,1), - (36443,6135,1,2599,0,4274.66,-7285.48,12.0445,3.72905,333,5,0,3189,0,0,1), - (36444,6135,1,2599,0,4212.21,-7278.82,17.1528,2.25653,333,3,0,3189,0,0,1), - (36445,6135,1,2599,0,4158.71,-7418.74,-0.015326,5.74255,333,5,0,3189,0,0,1), - (36446,6135,1,2599,0,4083.98,-7206.65,6.24268,1.13602,333,5,0,3189,0,0,1), - (36447,6135,1,2599,0,4221.04,-7338.73,9.09478,1.23391,333,10,0,3189,0,0,1), - (36448,6135,1,2599,0,3816.21,-7172.52,25.1418,2.07957,333,2,0,3189,0,0,1), - (36449,6135,1,2599,0,4035.65,-7247.46,2.18951,5.94384,333,5,0,3189,0,0,2), - (36450,6135,1,2599,0,4090.26,-7087.31,14.0809,5.5471,333,5,0,3189,0,0,1), - (36451,6135,1,2599,0,4086.96,-7148.01,2.24349,0.421339,333,5,0,3189,0,0,1), - (36452,6135,1,2599,0,4101.4,-7118.62,11.7356,3.2433,333,5,0,3189,0,0,1), - (36453,6135,1,2599,0,4242.21,-7311.56,7.63566,2.77132,333,10,0,3189,0,0,1), - (36454,6135,1,2599,0,4046.3,-7053.72,-3.58489,3.65578,333,5,0,3189,0,0,1), - (36455,6135,1,2599,0,4054.17,-7120.83,-0.77795,5.13965,333,5,0,3189,0,0,1), - (36456,6135,1,2599,0,4052.9,-7180.5,-7.21943,0.688854,333,5,0,3189,0,0,1), - (36457,6135,1,2599,0,4163.32,-7274.71,26.2784,5.21797,333,3,0,3189,0,0,1), - (36458,6136,1,5025,0,3846.96,-7133.58,25.3257,0.233101,333,3,0,3189,0,0,1), - (36459,6136,1,5025,0,3929.94,-7160.23,26.4809,4.61788,333,5,0,3189,0,0,2), - (36460,6136,1,5025,0,4254.96,-7245.27,11.533,0.604926,333,10,0,3189,0,0,1), - (36461,6136,1,5025,0,4115.9,-6975.6,10.1941,1.87303,333,5,0,3189,0,0,1), - (36462,6136,1,5025,0,3900.34,-7232.22,26.481,0.414715,333,2,0,3189,0,0,1), - (36463,6136,1,5025,0,3855.48,-7084.68,26.4807,0.167248,333,5,0,3189,0,0,2), - (36464,6136,1,5025,0,4115.9,-7394.74,7.81284,4.70848,333,10,0,3189,0,0,1), - (36465,6136,1,5025,0,4052.27,-7313.7,7.70957,1.21491,333,10,0,3189,0,0,1), - (36466,6136,1,5025,0,4216.37,-7219.34,22.3,4.96494,333,0,0,3189,0,0,0), - (36467,6136,1,5025,0,4251.45,-7176.93,23.2618,1.19039,333,10,0,3189,0,0,1), - (36468,6136,1,5025,0,4024.63,-7011.22,-11.8814,0.416439,333,5,0,3189,0,0,1), - (36469,6136,1,5025,0,4119.42,-7172.8,15.2297,1.14534,333,5,0,3189,0,0,1), - (36470,6136,1,5025,0,4078.96,-7291.46,31.0927,4.2199,333,5,0,3189,0,0,1), - (36471,6136,1,5025,0,4178.51,-7396.78,6.12598,4.19967,333,5,0,3189,0,0,1), - (36472,6136,1,5025,0,4288.86,-7217.44,23.5503,6.14972,333,5,0,3189,0,0,1), - (36473,6136,1,5025,0,3853.18,-7219.63,45.6107,2.9138,333,3,0,3189,0,0,1), - (36474,6136,1,5025,0,4091.61,-7013.61,9.1801,6.21675,333,5,0,3189,0,0,1), - (36475,6136,1,5025,0,4026.27,-7352.52,-11.5174,5.85126,333,5,0,3189,0,0,1), - (36476,6137,1,1817,0,3852.26,-7084.55,26.4807,2.67493,333,5,0,3293,0,0,1), - (36477,6137,1,1817,0,3892.6,-7095.74,28.0943,5.88389,333,5,0,3293,0,0,1), - (36478,6137,1,1817,0,4256.19,-7298.26,8.90849,1.646,333,10,0,3293,0,0,1), - (36479,6137,1,1817,0,3937.24,-7156.15,26.4816,5.08292,333,3,0,3293,0,0,1), - (36480,6137,1,1817,0,3893.64,-7154.44,25.1369,1.1225,333,2,0,3293,0,0,1), - (36481,6137,1,1817,0,3924.37,-7110.04,26.7566,0.584099,333,3,0,3293,0,0,1), - (36482,6137,1,1817,0,3875.12,-7199.69,22.4043,4.65689,333,5,0,3293,0,0,1), - (36483,6137,1,1817,0,3880.22,-7177.83,22.3198,4.49637,333,2,0,3293,0,0,1), - (36484,6137,1,1817,0,3780.53,-7191.29,26.4805,1.55839,333,3,0,3293,0,0,1), - (36485,6137,1,1817,0,3987.91,-7313.38,-18.5133,1.43698,333,5,0,3293,0,0,1), - (36486,6137,1,1817,0,3967.86,-7165.03,-0.413033,3.10251,333,5,0,3293,0,0,1), - (36487,6137,1,1817,0,3852.17,-7195.86,22.8787,0.810434,333,2,0,3293,0,0,1), - (36488,6137,1,1817,0,3875.17,-7140.75,45.6107,5.43381,333,3,0,3293,0,0,1), - (36489,6137,1,1817,0,3951.25,-7000.04,-23.8704,5.59725,333,5,0,3293,0,0,1), - (36490,6137,1,1817,0,3929.28,-7228.32,26.7719,5.3567,333,2,0,3293,0,0,1), - (36491,6137,1,1817,0,4019.1,-7078.87,-8.29245,0.712649,333,5,0,3293,0,0,1), - (36492,6137,1,1817,0,3862.96,-7210.27,24.8797,3.12596,333,2,0,3293,0,0,1), - (36493,6137,1,1817,0,3826.44,-7144.69,25.7002,4.03738,333,3,0,3293,0,0,1), - (36494,6137,1,1817,0,3784.13,-7134.57,26.4807,1.40345,333,3,0,3293,0,0,2), - (36495,6137,1,1817,0,3849.76,-7134.47,24.9911,2.66317,333,3,0,3293,0,0,1), - (36496,6137,1,1817,0,4008.39,-7281.07,-16.9097,2.78249,333,5,0,3293,0,0,1), - (36497,6137,1,1817,0,3789.38,-7233.6,26.4807,3.68205,333,3,0,3293,0,0,1), - (36498,6137,1,1817,0,3974.74,-7222.16,14.4655,6.02862,333,5,0,3293,0,0,2), - (36499,6138,1,11293,0,3840.68,-7205.99,45.6107,1.28327,333,0,0,2634,2041,0,0), - (36500,6138,1,11293,0,3825.03,-7250.36,28.0943,1.04303,333,5,0,2634,2041,0,1), - (36501,6138,1,11293,0,4073.3,-7011.78,1.50188,0.098832,333,5,0,2634,2041,0,1), - (36502,6138,1,11293,0,3941.82,-7180.96,26.4812,0.735185,333,5,0,2634,2041,0,1), - (36503,6138,1,11293,0,3953.74,-7215.41,22.3208,5.74147,333,2,0,2634,2041,0,1), - (36504,6138,1,11293,0,3837.29,-7171.35,23.0448,0.321293,333,2,0,2634,2041,0,1), - (36505,6138,1,11293,0,3849.29,-7251.55,26.4807,1.87388,333,5,0,2634,2041,0,1), - (36506,6138,1,11293,0,3931.64,-7265.55,-2.62994,3.23012,333,5,0,2634,2041,0,1), - (36507,6138,1,11293,0,3808.41,-7165.15,45.6132,3.46255,333,3,0,2634,2041,0,1), - (36508,6138,1,11293,0,4023.43,-7219.9,-6.63725,6.10152,333,5,0,2634,2041,0,1), - (36509,6138,1,11293,0,3895.18,-7247.87,26.565,1.58825,333,2,0,2634,2041,0,2), - (36510,6138,1,11293,0,3845.41,-7157.18,22.894,5.41628,333,2,0,2634,2041,0,1), - (36511,6138,1,11293,0,4048.71,-7258.69,3.73061,4.30322,333,5,0,2634,2041,0,1), - (36512,6138,1,11293,0,3814.23,-7189.42,26.1661,4.18889,333,3,0,2634,2041,0,1), - (36513,6138,1,11293,0,3901.4,-7190.05,25.8187,5.83869,333,2,0,2634,2041,0,1), - (36514,6138,1,11293,0,4091.53,-7116.17,9.23443,1.69321,333,5,0,2634,2041,0,1), - (36515,6138,1,11293,0,3983.31,-7054.94,-9.9943,5.16291,333,5,0,2634,2041,0,1), - (36516,6138,1,11293,0,3815.92,-7094.39,26.4808,1.32358,333,5,0,2634,2041,0,1), - (36517,6138,1,11293,0,3958.15,-6963.47,-23.8296,5.27953,333,5,0,2634,2041,0,1), - (36518,6138,1,11293,0,3880.8,-7152.01,23.3986,5.21972,333,2,0,2634,2041,0,1), - (36519,6651,1,1012,0,4256.82,-5217.69,124.213,3.49066,7200,0,0,2768,0,0,0), - (36520,6140,1,4872,0,3827.25,-6153.95,4.54625,5.26044,333,0,0,13070,0,0,0), - (36521,6143,1,12812,0,3007.09,-6549.45,-5.98735,3.42257,600,10,0,7972,0,0,1), - (36522,6143,1,12812,0,3816.54,-6010.06,-8.59705,1.20682,600,10,0,7972,0,0,1), - (36523,6143,1,12812,0,3779.28,-6146.22,-11.8313,2.57807,600,10,0,7972,0,0,1), - (36524,6143,1,12812,0,3391.2,-6416.39,-17.2007,5.28105,600,10,0,7972,0,0,1), - (36525,6143,1,12812,0,3945.62,-6275.12,3.4226,2.49609,600,10,0,7972,0,0,1), - (36526,6143,1,12812,0,3242.28,-6414.89,1.70905,3.10268,600,10,0,7972,0,0,1), - (36527,6143,1,12812,0,2882.99,-7095.66,-10.3996,1.71186,180,5,0,7972,0,0,1), - (36528,6143,1,12812,0,2975.47,-6426.54,-14.1067,4.02246,600,10,0,7972,0,0,1), - (36529,6143,1,12812,0,3270.55,-6277.34,-17.2859,2.69702,600,10,0,7972,0,0,1), - (36530,6143,1,12812,0,2841.87,-7241.16,-13.2602,4.55366,180,5,0,7972,0,0,1), - (36531,6143,1,12812,0,3004.59,-7088.64,-19.5842,3.1545,180,5,0,7972,0,0,1), - (36532,6143,1,12812,0,3919.1,-6425.3,-18.682,5.11574,600,10,0,7972,0,0,1), - (36533,3584,1,2723,0,4519.74,410.481,33.8577,2.48947,275,0,0,384,0,0,0), - (36534,6145,1,4878,0,7547.16,257.815,-42.3373,1.86076,275,5,0,42,0,0,1), - (36535,6145,1,4878,0,6822.86,760.587,-34.7773,1.42555,275,5,0,42,0,0,1), - (36536,6145,1,4878,0,6417.4,870.99,-36.977,4.01828,275,5,0,42,0,0,1), - (36537,3841,1,1932,0,6343.2,561.651,16.1047,5.0091,500,0,0,7423,7071,0,0), - (36538,6145,1,4878,0,4489.42,951.568,-8.39585,6.03377,275,10,0,42,0,0,1), - (36539,6145,1,4878,0,5909.12,877.006,-13.8596,0.586001,275,5,0,42,0,0,1), - (36540,6145,1,4878,0,5786.17,817.887,-23.6523,1.48313,275,5,0,42,0,0,1), - (36541,6145,1,4878,0,6787.67,648.726,-13.0987,6.11655,275,5,0,42,0,0,1), - (36542,6145,1,4878,0,5585.61,836.885,-18.9804,1.76272,275,5,0,42,0,0,1), - (36543,6145,1,4878,0,6431.98,1034,-64.205,3.99775,275,5,0,42,0,0,1), - (36544,6145,1,4878,0,7101.99,386.819,-40.2471,3.36294,275,5,0,42,0,0,1), - (36545,6145,1,4878,0,4954.36,663.999,-13.4365,1.258,275,5,0,42,0,0,1), - (36546,6145,1,4878,0,7380.96,417.251,-12.1992,4.81795,275,5,0,42,0,0,1), - (36547,6145,1,4878,0,7237.97,504.995,-43.3892,1.97097,275,5,0,42,0,0,1), - (36548,6145,1,4878,0,7048.74,717.365,-11.6035,5.33532,275,5,0,42,0,0,1), - (36549,6145,1,4878,0,4602.07,852.546,-5.90157,2.98768,275,5,0,42,0,0,1), - (36550,6145,1,4878,0,6608.3,753.343,-16.7379,0.121518,275,5,0,42,0,0,1), - (36551,6145,1,4878,0,4793.91,851.16,-5.98752,1.88329,275,5,0,42,0,0,1), - (36552,6145,1,4878,0,7367.51,337.198,-13.4412,2.2843,275,5,0,42,0,0,1), - (36553,6145,1,4878,0,7173.04,591.41,-16.2601,4.35636,275,5,0,42,0,0,1), - (36554,6145,1,4878,0,6658.72,990.317,-45.9486,3.73761,275,5,0,42,0,0,1), - (36555,6145,1,4878,0,7511.36,113.452,-10.051,1.73755,275,5,0,42,0,0,1), - (36556,6145,1,4878,0,5452.53,746.771,-35.4351,5.47388,275,5,0,42,0,0,1), - (36557,6145,1,4878,0,5102.48,949.671,-34.6049,0.177528,275,5,0,42,0,0,1), - (36558,6145,1,4878,0,7652.56,-1.56871,-10.4895,1.96544,275,5,0,42,0,0,1), - (36559,6145,1,4878,0,7342.34,277.247,-6.25759,4.39867,275,5,0,42,0,0,1), - (36560,6145,1,4878,0,7591.1,-584.588,-2.0171,3.21304,275,5,0,42,0,0,1), - (36561,6145,1,4878,0,6469.27,682.581,-30.2156,3.41811,275,5,0,42,0,0,1), - (36562,6145,1,4878,0,6021.96,1045.64,-36.6818,3.60449,275,5,0,42,0,0,1), - (36563,6145,1,4878,0,6819.5,737.836,-34.7773,1.54602,275,5,0,42,0,0,1), - (36564,6145,1,4878,0,7116.66,411.205,-41.5537,1.37838,275,5,0,42,0,0,1), - (36565,6145,1,4878,0,6198.03,1040.04,-42.5012,2.56334,275,5,0,42,0,0,1), - (36566,12298,1,10091,0,7269.77,27.9562,13.3109,4.75143,275,5,0,20,0,0,1), - (36567,12298,1,10091,0,4435.53,637.919,35.0263,6.17198,275,10,0,20,0,0,1), - (36568,12298,1,10091,0,7243.1,-108.041,13.9549,2.71214,275,5,0,20,0,0,1), - (36569,12298,1,10091,0,4523.28,677.035,25.8096,2.48149,275,5,0,20,0,0,1), - (36570,12298,1,10091,0,4948.17,429.169,33.4967,4.66945,275,10,0,20,0,0,1), - (36571,12298,1,10091,0,4755.19,571.116,27.334,4.3588,275,10,0,20,0,0,1), - (36572,12298,1,10091,0,7127.31,22.7077,10.7386,0.869802,275,10,0,20,0,0,1), - (36573,12298,1,10091,0,5537.57,79.1183,31.2559,1.06693,275,5,0,20,0,0,1), - (36574,12298,1,10091,0,6098.39,-124.308,62.0201,1.81957,275,0,0,20,0,0,0), - (36575,12298,1,10091,0,6225.21,-82.6921,45.5174,1.42268,275,10,0,20,0,0,1), - (36576,12298,1,10091,0,5291.94,193.978,33.0975,0.164828,275,10,0,20,0,0,1), - (36577,12298,1,10091,0,6398.27,-7.34218,32.5755,4.98344,275,5,0,20,0,0,1), - (36578,12298,1,10091,0,5631.67,380.922,19.0587,0.609126,275,5,0,20,0,0,1), - (36579,12298,1,10091,0,6407.44,-135.959,38.117,0.096066,275,10,0,20,0,0,1), - (36580,12298,1,10091,0,6960.52,84.4612,15.4081,4.38903,275,5,0,20,0,0,1), - (36581,12298,1,10091,0,6526.31,-71.1848,36.0261,1.7738,275,5,0,20,0,0,1), - (36582,12298,1,10091,0,6667.9,200.799,28.6874,4.98669,275,5,0,20,0,0,1), - (36583,12298,1,10091,0,6023.96,61.6047,36.7795,2.13543,275,5,0,20,0,0,1), - (36584,12298,1,10091,0,5283.37,316.385,31.6557,0.222656,275,5,0,20,0,0,1), - (36585,12298,1,10091,0,5129.63,177.649,42.6205,2.84617,275,5,0,20,0,0,1), - (36586,12298,1,10091,0,5037.66,120.329,45.947,3.26692,275,5,0,20,0,0,1), - (36587,12298,1,10091,0,4834.03,61.3844,53.9166,1.68771,275,10,0,20,0,0,1), - (36588,12298,1,10091,0,6490.19,-146.132,38.5303,4.44134,275,10,0,20,0,0,1), - (36589,12298,1,10091,0,6531.1,-147.98,37.3322,1.30789,275,5,0,20,0,0,1), - (36590,12298,1,10091,0,6521.4,-59.7521,34.2153,0.979553,275,5,0,20,0,0,1), - (36591,12298,1,10091,0,6758.42,416.056,22.8095,2.85659,275,5,0,20,0,0,1), - (36592,12298,1,10091,0,6526.31,74.9438,37.3158,0.599527,275,10,0,20,0,0,1), - (36593,12298,1,10091,0,6849.95,-210.776,43.9536,0.041033,275,5,0,20,0,0,1), - (36594,12298,1,10091,0,6852.51,-131.293,37.2475,5.27657,275,10,0,20,0,0,1), - (36595,12298,1,10091,0,6949.82,-42.3877,18.5599,4.52092,275,5,0,20,0,0,1), - (36596,12298,1,10091,0,4472.72,113.573,63.4402,5.92407,275,5,0,20,0,0,1), - (36597,12298,1,10091,0,4407.5,379.791,59.4345,0.568866,275,5,0,20,0,0,1), - (36598,12298,1,10091,0,4410.62,277.734,60.7945,4.54193,275,10,0,20,0,0,1), - (36599,12298,1,10091,0,4935.79,254.885,43.4508,4.68274,275,10,0,20,0,0,1), - (36600,12298,1,10091,0,6795.97,-299.128,40.057,5.78139,275,5,0,20,0,0,1), - (36601,12298,1,10091,0,6757.94,-275.143,38.7485,5.43124,275,5,0,20,0,0,1), - (36602,12298,1,10091,0,6032.84,227.279,22.7904,1.21151,275,5,0,20,0,0,1), - (36603,12298,1,10091,0,6813.66,253.488,23.2532,4.77298,275,5,0,20,0,0,1), - (36604,12298,1,10091,0,6869.15,-405.28,46.6785,4.46987,275,5,0,20,0,0,1), - (36605,12298,1,10091,0,6903.13,-458.882,45.0749,2.5861,275,10,0,20,0,0,1), - (36606,12298,1,10091,0,6223.62,240.984,38.4224,5.12532,275,5,0,20,0,0,1), - (36607,12298,1,10091,0,5747.91,415.558,12.4955,4.18403,275,10,0,20,0,0,1), - (36608,12298,1,10091,0,4759.49,302.131,50.8684,0.511523,275,5,0,20,0,0,1), - (36609,12298,1,10091,0,5261.11,392.084,27.9939,4.66546,275,10,0,20,0,0,1), - (36610,12298,1,10091,0,7032.54,-410.501,41.2851,1.19734,275,10,0,20,0,0,1), - (36611,12298,1,10091,0,7085.47,-299.134,38.524,4.16125,275,10,0,20,0,0,1), - (36612,12298,1,10091,0,6321,223.18,36.715,3.56646,275,5,0,20,0,0,1), - (36613,12298,1,10091,0,5952.1,407.968,18.7636,4.49775,275,10,0,20,0,0,1), - (36614,12298,1,10091,0,5706.38,266.455,24.0448,2.01698,275,10,0,20,0,0,1), - (36615,12298,1,10091,0,7132.48,-181.493,30.1647,5.31571,275,5,0,20,0,0,1), - (36616,12298,1,10091,0,4690.85,90.4262,53.3569,6.22626,275,10,0,20,0,0,1), - (36617,12298,1,10091,0,6552.13,102.028,37.2439,1.74558,275,10,0,20,0,0,1), - (36618,12298,1,10091,0,6604.02,170.806,33.0778,0.948713,275,10,0,20,0,0,1), - (36619,12298,1,10091,0,6049.63,299.131,27.3928,5.45842,275,10,0,20,0,0,1), - (36620,12298,1,10091,0,5410.11,106.913,33.5857,5.47064,275,5,0,20,0,0,1), - (36621,12298,1,10091,0,4350.99,514.417,59.3039,3.96843,275,10,0,20,0,0,1), - (36622,12298,1,10091,0,6243.84,381.193,30.8581,3.46334,275,10,0,20,0,0,1), - (36623,12298,1,10091,0,6227.59,72.3469,42.9452,0.593412,275,0,0,20,0,0,0), - (36624,12298,1,10091,0,6631.1,-213.545,37.6405,3.49562,275,5,0,20,0,0,1), - (36625,6667,1,5485,0,7744.51,-769.238,5.44451,3.69623,275,0,0,804,0,0,0), - (36626,6669,1,5386,0,7534.7,-713.642,3.36286,1.79769,275,0,0,1063,0,0,0), - (36627,2321,1,1042,0,7134.98,-30.7195,11.6997,1.05649,275,10,0,222,0,0,1), - (36628,2321,1,1042,0,6540.65,-194.262,37.5723,4.35202,275,10,0,222,0,0,1), - (36629,2321,1,1042,0,5896.76,41.6667,31.5897,0,275,5,0,222,0,0,1), - (36630,2321,1,1042,0,6528.88,-155.563,37.0822,1.67923,275,10,0,222,0,0,1), - (36631,2321,1,1042,0,5328.24,386.83,29.0164,1.86633,275,10,0,222,0,0,1), - (36632,2321,1,1042,0,5468.83,366.184,21.1599,5.93304,275,5,0,222,0,0,1), - (36633,2321,1,1042,0,5247.2,71.5227,40.9219,3.71082,275,3,0,222,0,0,1), - (36634,2321,1,1042,0,6472.68,-152.637,40.1489,2.32787,275,10,0,222,0,0,1), - (36635,2321,1,1042,0,6377.43,-147.509,33.5234,5.67134,275,5,0,222,0,0,1), - (36636,2321,1,1042,0,5597.69,441.879,20.5556,1.85272,275,10,0,222,0,0,1), - (36637,2321,1,1042,0,7073.96,23.6581,16.5192,4.71239,275,5,0,222,0,0,1), - (36638,2321,1,1042,0,7210.16,18.504,9.79192,0.783555,275,5,0,222,0,0,1), - (36639,2321,1,1042,0,6396.79,21.9752,28.1692,4.58997,275,10,0,222,0,0,1), - (36640,2321,1,1042,0,5253.28,118.769,42.9824,3.68084,275,10,0,222,0,0,1), - (36641,2321,1,1042,0,7338.5,-262.911,10.3835,0.921363,275,5,0,222,0,0,1), - (36642,2321,1,1042,0,6389.12,105.274,35.4388,1.54444,275,10,0,222,0,0,1), - (36643,2321,1,1042,0,6596.87,330.209,28.1372,5.58027,275,5,0,222,0,0,1), - (36644,2321,1,1042,0,5942.44,-52.328,42.7115,5.68326,275,2,0,222,0,0,1), - (36645,2321,1,1042,0,6018.12,-77.9431,57.4557,2.57007,275,5,0,222,0,0,1), - (36646,2321,1,1042,0,5402.13,330.199,28.9699,1.00521,275,5,0,222,0,0,1), - (36647,2321,1,1042,0,6459.9,-42.1875,37.1926,1.43676,275,5,0,222,0,0,1), - (36648,2321,1,1042,0,5326.31,40.085,54.7726,5.54616,275,5,0,222,0,0,1), - (36649,2321,1,1042,0,6580.67,-178.569,36.44,2.5823,275,5,0,222,0,0,1), - (36650,2321,1,1042,0,6731.51,286.796,26.1645,1.92956,275,5,0,222,0,0,1), - (36651,2321,1,1042,0,5395.61,65.4296,39.1696,4.37499,275,2,0,222,0,0,1), - (36652,2321,1,1042,0,5361.19,111.686,33.4911,0.377203,275,10,0,222,0,0,1), - (36653,2321,1,1042,0,7331.96,-30.6303,10.8918,1.29598,275,10,0,222,0,0,1), - (36654,2321,1,1042,0,5541.51,447.866,18.7464,2.13685,275,10,0,222,0,0,1), - (36655,2321,1,1042,0,6556.77,97.7185,37.2307,5.80616,275,10,0,222,0,0,1), - (36656,2321,1,1042,0,6805.12,295.421,24.2668,1.45129,275,5,0,222,0,0,1), - (36657,2321,1,1042,0,6531.1,298.875,34.1623,0.129179,275,5,0,222,0,0,1), - (36658,2321,1,1042,0,6735.29,343.503,25.9049,4.23651,275,5,0,222,0,0,1), - (36659,2321,1,1042,0,6522.77,235.417,29.0267,1.24693,275,5,0,222,0,0,1), - (36660,2321,1,1042,0,6652.62,370.642,29.0148,3.16307,275,5,0,222,0,0,1), - (36661,2321,1,1042,0,6819.65,220.531,20.1396,5.22851,275,5,0,222,0,0,1), - (36662,2321,1,1042,0,7244.77,-60.0102,14.4286,2.54532,275,5,0,222,0,0,1), - (36663,2321,1,1042,0,5603.36,353.127,25.677,4.73582,275,5,0,222,0,0,1), - (36664,2321,1,1042,0,6859.59,198.296,12.1421,0.278131,275,5,0,222,0,0,1), - (36665,2321,1,1042,0,6473.9,11.51,33.2876,5.73473,275,5,0,222,0,0,1), - (36666,2321,1,1042,0,6928.74,-32.7908,19.54,4.52036,275,5,0,222,0,0,1), - (36667,2321,1,1042,0,6800.59,167.587,20.7779,2.40003,275,5,0,222,0,0,1), - (36668,2321,1,1042,0,6874.18,23.3443,21.9416,4.41998,275,5,0,222,0,0,1), - (36669,2321,1,1042,0,6471.27,137.162,40.6334,1.59524,275,5,0,222,0,0,1), - (36670,2321,1,1042,0,5726.13,347.465,23.0554,4.25261,275,5,0,222,0,0,1), - (36671,2321,1,1042,0,6599.13,149.062,34.9477,0.072351,275,10,0,222,0,0,1), - (36672,2321,1,1042,0,5407.21,399.608,19.6576,4.68833,275,10,0,222,0,0,1), - (36673,2321,1,1042,0,5271.43,177.132,37.5938,5.35238,275,10,0,222,0,0,1), - (36674,2321,1,1042,0,5684.1,378.88,13.8449,1.09499,275,10,0,222,0,0,1), - (36675,2321,1,1042,0,5461.19,213.721,29.4056,4.1832,275,10,0,222,0,0,1), - (36676,2321,1,1042,0,6538.3,-31.026,37.7735,4.74317,275,5,0,222,0,0,1), - (36677,2321,1,1042,0,6445.05,65.4094,32.6673,3.37246,275,5,0,222,0,0,1), - (36678,2321,1,1042,0,5827.81,337.5,23.9363,3.14159,275,5,0,222,0,0,1), - (36679,2321,1,1042,0,5385.73,212.365,30.006,1.94081,275,5,0,222,0,0,1), - (36680,2321,1,1042,0,5792.06,417.317,12.9581,2.44207,275,10,0,222,0,0,1), - (36681,2321,1,1042,0,7183.26,48.7793,12.2401,4.52956,275,10,0,222,0,0,1), - (36682,2321,1,1042,0,6654.83,287.004,32.4325,1.29215,275,5,0,222,0,0,1), - (36683,2321,1,1042,0,6525.7,35.9856,34.508,2.72515,275,5,0,222,0,0,1), - (36684,2321,1,1042,0,6448.04,251.12,34.1798,2.38227,275,5,0,222,0,0,1), - (36685,2321,1,1042,0,6812.32,368.923,19.7894,3.00846,275,5,0,222,0,0,1), - (36686,2321,1,1042,0,6326.41,195.298,32.9998,4.37922,275,10,0,222,0,0,1), - (36687,2321,1,1042,0,5999.28,102.24,26.6181,1.58349,275,10,0,222,0,0,1), - (36688,2321,1,1042,0,5919.52,129.454,32.176,5.67953,275,5,0,222,0,0,1), - (36689,2321,1,1042,0,6955.54,60.1361,16.5172,1.00309,275,5,0,222,0,0,1), - (36690,2321,1,1042,0,7365.36,-61.8171,13.3703,4.90736,275,10,0,222,0,0,1), - (36691,2321,1,1042,0,7027.5,23.9574,16.3463,3.99815,275,10,0,222,0,0,1), - (36692,2321,1,1042,0,4521.43,661.648,24.6657,4.95142,275,0,0,222,0,0,0), - (36694,2321,1,1042,0,6871.63,138.021,13.7961,0,275,5,0,222,0,0,1), - (36695,2321,1,1042,0,6261.01,164.722,38.1742,2.93309,275,5,0,222,0,0,1), - (36696,2321,1,1042,0,5861.12,439.657,16.1832,4.13163,275,10,0,222,0,0,1), - (36697,2321,1,1042,0,5737.41,438.503,11.0785,0.859312,275,10,0,222,0,0,1), - (36698,2321,1,1042,0,5339.45,230.016,30.3132,3.99062,275,5,0,222,0,0,1), - (36699,2321,1,1042,0,7053.83,68.3311,17.3742,3.0653,275,10,0,222,0,0,1), - (36700,2321,1,1042,0,5358.3,425.998,26.423,5.75903,275,5,0,222,0,0,1), - (36701,2321,1,1042,0,5929.47,88.521,31.9249,5.0755,275,5,0,222,0,0,1), - (36702,2321,1,1042,0,5799.09,-17.7311,38.3694,5.58756,275,10,0,222,0,0,1), - (36703,2321,1,1042,0,6851.51,350.122,18.8306,3.9111,275,5,0,222,0,0,1), - (36704,2321,1,1042,0,5509.79,420.279,20.548,1.04774,275,10,0,222,0,0,1), - (36705,2321,1,1042,0,7350.6,-142.366,12.4047,3.07905,275,5,0,222,0,0,1), - (36706,2321,1,1042,0,7208.43,-123.868,16.5956,1.46812,275,5,0,222,0,0,1), - (36707,2321,1,1042,0,5445.85,105.22,34.7077,4.22427,275,10,0,222,0,0,1), - (36708,2321,1,1042,0,5478.04,419.295,23.0279,1.8703,275,10,0,222,0,0,1), - (36709,2321,1,1042,0,6870.67,418.552,14.8537,2.62245,275,5,0,222,0,0,1), - (36710,2321,1,1042,0,7263.38,23.5843,11.5681,4.43946,275,5,0,222,0,0,1), - (36711,2321,1,1042,0,7181.95,135.177,12.6987,2.63577,275,5,0,222,0,0,1), - (36712,2321,1,1042,0,7310.18,-45.8215,9.209,4.29069,275,10,0,222,0,0,1), - (36713,2321,1,1042,0,6872.79,71.1162,16.9864,3.30633,275,5,0,222,0,0,1), - (36714,2321,1,1042,0,7208.85,76.2363,11.4583,6.20314,275,5,0,222,0,0,1), - (36715,2321,1,1042,0,5393.92,139.371,35.1161,2.26229,275,5,0,222,0,0,1), - (36716,2321,1,1042,0,5473.15,193.578,30.8983,0.189937,275,5,0,222,0,0,1), - (36717,2321,1,1042,0,6743.04,399.136,23.1014,5.95124,275,5,0,222,0,0,1), - (36718,2321,1,1042,0,5344.02,170.722,33.5065,3.42257,275,5,0,222,0,0,1), - (36719,2321,1,1042,0,7107.76,76.4364,15.1635,5.86431,275,5,0,222,0,0,1), - (36720,2321,1,1042,0,7264.31,-129.492,15.9805,2.0327,275,5,0,222,0,0,1), - (36721,2321,1,1042,0,7310.88,45.9119,11.1627,2.85659,275,10,0,222,0,0,1), - (36722,2321,1,1042,0,6207.45,390.236,30.5306,4.93413,275,5,0,222,0,0,1), - (36723,2321,1,1042,0,6259.79,438.038,23.7918,0.617761,275,10,0,222,0,0,1), - (36724,2321,1,1042,0,7301.8,-198.342,14.5519,1.00559,275,5,0,222,0,0,1), - (36725,2322,1,178,0,7140.19,-260.057,34.4533,4.46745,275,10,0,300,0,0,1), - (36726,2322,1,178,0,7122.83,-309.411,38.2988,4.72457,275,10,0,300,0,0,1), - (36727,2322,1,178,0,7092.25,-307.219,38.0366,2.15799,275,10,0,300,0,0,1), - (36728,2322,1,178,0,6929.15,-237.548,37.3352,2.4934,275,5,0,300,0,0,1), - (36729,2322,1,178,0,6995.95,-223.012,38.2258,5.07207,275,10,0,300,0,0,1), - (36730,2322,1,178,0,6818.59,-240.586,40.634,4.0272,275,5,0,300,0,0,1), - (36731,2322,1,178,0,5254.23,80.0111,38.6155,4.58029,275,2,0,300,0,0,1), - (36732,2322,1,178,0,5267.39,365.306,31.31,2.38866,275,10,0,300,0,0,1), - (36733,2322,1,178,0,7072.92,-559.216,44.8491,4.71239,275,10,0,300,0,0,1), - (36734,2322,1,178,0,6864.36,-129.336,36.8271,3.60076,275,10,0,300,0,0,1), - (36735,2322,1,178,0,6973.12,-264.346,34.526,2.81387,275,10,0,300,0,0,1), - (36736,2322,1,178,0,6926.41,-325.649,41.9126,0.951909,275,10,0,300,0,0,1), - (36737,2322,1,178,0,6863.06,-201.519,45.9781,2.37863,275,5,0,300,0,0,1), - (36738,2322,1,178,0,7000.22,-321.752,37.2727,2.0281,275,10,0,300,0,0,1), - (36739,2322,1,178,0,7001.22,-600.074,49.7457,4.97538,275,5,0,300,0,0,1), - (36740,2322,1,178,0,6868.24,-265.304,39.1497,3.417,275,5,0,300,0,0,1), - (36741,2322,1,178,0,6976.68,-129.93,33.7444,4.78125,275,10,0,300,0,0,1), - (36742,2322,1,178,0,7193.75,-590.148,38.7208,4.71239,275,5,0,300,0,0,1), - (36743,2322,1,178,0,6789.49,-504.258,41.8348,4.3764,275,5,0,300,0,0,1), - (36744,2322,1,178,0,6817.85,-451.055,42.5104,3.85996,275,10,0,300,0,0,1), - (36745,2322,1,178,0,6858.27,-406.828,45.8446,3.31081,275,10,0,300,0,0,1), - (36746,2322,1,178,0,6940.03,-362.871,43.4146,4.05366,275,10,0,300,0,0,1), - (36747,2322,1,178,0,7090.01,-161.427,30.0658,0.167778,275,10,0,300,0,0,1), - (36748,2322,1,178,0,6854.06,-324.147,39.934,0.981982,275,10,0,300,0,0,1), - (36749,2322,1,178,0,6939.77,-150.627,34.0588,1.75842,275,5,0,300,0,0,1), - (36750,2322,1,178,0,7198.11,-312.101,29.115,0.51042,275,10,0,300,0,0,1), - (36751,2322,1,178,0,7062.83,-254.04,40.4654,2.982,275,5,0,300,0,0,1), - (36752,2322,1,178,0,7163.35,-205.108,30.4996,5.05174,275,10,0,300,0,0,1), - (36753,2322,1,178,0,4890.63,478.125,27.3416,4.03816,275,5,0,300,0,0,1), - (36754,2322,1,178,0,5056.91,383.406,31.0015,0.21655,275,10,0,300,0,0,1), - (36755,2322,1,178,0,4997.81,328.549,36.6577,3.57291,275,10,0,300,0,0,1), - (36756,2322,1,178,0,5241.15,174.729,39.0438,0.592334,275,10,0,300,0,0,1), - (36757,2322,1,178,0,4988.62,428.054,26.4922,5.13061,275,10,0,300,0,0,1), - (36758,2322,1,178,0,5243.54,291.921,32.3793,2.98271,275,10,0,300,0,0,1), - (36759,2322,1,178,0,5318.52,160.921,33.0539,6.03085,275,10,0,300,0,0,1), - (36760,2322,1,178,0,4957.76,275.283,41.4388,5.23287,275,5,0,300,0,0,1), - (36761,2322,1,178,0,7115.48,-510.606,42.2792,1.21043,275,10,0,300,0,0,1), - (36762,2322,1,178,0,6913.71,-406.736,45.0974,2.47875,275,10,0,300,0,0,1), - (36763,2322,1,178,0,7011.42,-361.19,33.9646,2.89687,275,10,0,300,0,0,1), - (36764,2322,1,178,0,6738.36,-299.629,38.4853,1.65414,275,10,0,300,0,0,1), - (36765,2322,1,178,0,7055.39,-370.696,38.8774,5.03661,275,10,0,300,0,0,1), - (36766,2322,1,178,0,6735.38,-277.146,37.4117,4.24871,275,10,0,300,0,0,1), - (36767,2322,1,178,0,6807.31,-294.07,39.5625,0.862805,275,5,0,300,0,0,1), - (36768,2322,1,178,0,5289.67,71.6772,40.1372,4.92608,275,3,0,300,0,0,1), - (36769,2322,1,178,0,7191.38,-507.601,37.7843,4.12338,275,10,0,300,0,0,1), - (36770,2322,1,178,0,5172.71,457.041,20.7799,2.98672,275,10,0,300,0,0,1), - (36771,2322,1,178,0,5113.77,439.03,25.687,1.07223,275,10,0,300,0,0,1), - (36772,2322,1,178,0,5254.58,408.864,27.0246,2.8105,275,10,0,300,0,0,1), - (36773,2323,1,1283,0,4786.87,444.263,31.5129,4.48043,275,10,0,386,0,0,1), - (36774,2323,1,1283,0,4743.63,103.188,55.5208,5.7304,275,10,0,386,0,0,1), - (36775,2323,1,1283,0,4335.8,561.656,58.42,4.14545,275,3,0,386,0,0,1), - (36776,2323,1,1283,0,4488.64,663.661,27.4444,2.99265,275,10,0,386,0,0,1), - (36777,2323,1,1283,0,4333.76,548.018,58.17,2.07715,275,10,0,386,0,0,1), - (36778,2323,1,1283,0,4325.65,-0.240875,65.324,1.71891,275,5,0,386,0,0,1), - (36779,2323,1,1283,0,4707.08,443.317,39.0695,3.20023,275,10,0,386,0,0,1), - (36780,2323,1,1283,0,4216.32,551.917,60.1162,4.91476,275,3,0,386,0,0,1), - (36781,2323,1,1283,0,4543.52,688.476,25.4545,0.480331,275,10,0,386,0,0,1), - (36782,2323,1,1283,0,4483.09,514.934,43.8908,2.80402,275,5,0,386,0,0,1), - (36783,2323,1,1283,0,4419.01,583.857,44.0997,4.37067,275,10,0,386,0,0,1), - (36784,2323,1,1283,0,4442.36,468.996,50.5491,1.00392,275,3,0,386,0,0,1), - (36785,2323,1,1283,0,4245.03,538.41,58.5345,3.40462,275,10,0,386,0,0,1), - (36786,2323,1,1283,0,4335.35,19.7,59.7845,1.87648,275,10,0,386,0,0,1), - (36787,2323,1,1283,0,4402.74,477.624,59.5541,4.47783,275,10,0,386,0,0,1), - (36788,2323,1,1283,0,4203.07,517.952,58.6559,5.62249,275,10,0,386,0,0,1), - (36789,2323,1,1283,0,4399.75,396.842,58.2832,5.87983,275,5,0,386,0,0,1), - (36790,2323,1,1283,0,4838.79,594.591,7.04069,0.548832,275,0,0,386,0,0,0), - (36791,2323,1,1283,0,4425.23,289.032,60.0113,1.51898,275,10,0,386,0,0,1), - (36792,2323,1,1283,0,4831.74,112.116,49.2377,4.745,275,0,0,386,0,0,0), - (36793,2323,1,1283,0,4813.69,503.153,32.0359,3.34416,275,5,0,386,0,0,1), - (36794,2323,1,1283,0,4410.69,462.159,58.0521,5.16206,275,5,0,386,0,0,1), - (36795,2323,1,1283,0,4158.82,508.703,65.9411,4.97111,275,2,0,386,0,0,1), - (36796,2323,1,1283,0,4442.7,588.175,39.6417,1.98575,275,10,0,386,0,0,1), - (36797,2323,1,1283,0,4821.76,386.5,43.945,2.13936,275,10,0,386,0,0,1), - (36798,2323,1,1283,0,4303.19,418.273,63.0767,2.93903,275,10,0,386,0,0,1), - (36799,2323,1,1283,0,4418.17,171.217,55.8924,1.64776,275,5,0,386,0,0,1), - (36800,2323,1,1283,0,4343.81,-69.0556,82.9622,4.79358,275,5,0,386,0,0,1), - (36801,2323,1,1283,0,4159.12,441.525,58.768,2.57636,275,2,0,386,0,0,1), - (36802,2323,1,1283,0,4320.6,317.099,60.213,2.46036,275,10,0,386,0,0,1), - (36803,2323,1,1283,0,4755.36,355.646,52.5475,1.38413,275,5,0,386,0,0,1), - (36804,2323,1,1283,0,4281.44,525.724,56.804,1.65986,275,10,0,386,0,0,1), - (36805,2323,1,1283,0,4343.11,453.701,60.7767,2.24401,275,10,0,386,0,0,1), - (36806,2323,1,1283,0,4247.71,291.395,60.4347,0.121328,275,5,0,386,0,0,1), - (36807,2323,1,1283,0,4247.85,348.237,59.5944,3.15917,275,5,0,386,0,0,1), - (36808,2323,1,1283,0,4683.05,517.822,28.7967,5.48106,275,5,0,386,0,0,1), - (36809,2323,1,1283,0,4291.65,264.834,57.9445,1.03021,275,10,0,386,0,0,1), - (36810,2323,1,1283,0,4770.68,515.014,31.7379,0.838558,275,10,0,386,0,0,1), - (36811,2323,1,1283,0,4793.66,285.453,51.543,0.448365,275,5,0,386,0,0,1), - (36812,2323,1,1283,0,4201.56,349.901,58.4025,1.5708,275,3,0,386,0,0,1), - (36813,2323,1,1283,0,4734.28,586.381,27.6126,4.4633,275,10,0,386,0,0,1), - (36814,2323,1,1283,0,4275.33,481.515,61.5433,1.92087,275,10,0,386,0,0,1), - (36815,2323,1,1283,0,4738.97,649.884,19.6573,0.048837,275,10,0,386,0,0,1), - (36816,2323,1,1283,0,4315.55,282.467,57.3835,1.44179,275,10,0,386,0,0,1), - (36817,2323,1,1283,0,4193.41,397.748,58.8981,5.54064,275,3,0,386,0,0,1), - (36818,2323,1,1283,0,4346.93,380.717,62.3124,1.66852,275,10,0,386,0,0,1), - (36819,2323,1,1283,0,7684.02,-1068.46,39.3032,3.76321,275,10,0,386,0,0,1), - (36820,2323,1,1283,0,7712.71,-1095.75,44.3643,0.910096,275,2,0,386,0,0,1), - (36821,2323,1,1283,0,7929.43,-1160.12,42.2273,3.19443,275,5,0,386,0,0,1), - (36822,2323,1,1283,0,7811.43,-1107.65,44.3659,1.79985,275,3,0,386,0,0,1), - (36823,2323,1,1283,0,7798.23,-1094.36,39.8684,0.019545,275,10,0,386,0,0,1), - (36824,2323,1,1283,0,4819.61,173.699,51.3165,5.00048,275,10,0,386,0,0,1), - (36825,2323,1,1283,0,4740.92,260.128,53.7259,5.33834,275,5,0,386,0,0,1), - (36826,2323,1,1283,0,7883.13,-1045.51,30.4041,3.06845,275,10,0,386,0,0,1), - (36827,2323,1,1283,0,4435.69,173.555,59.5037,6.0919,275,5,0,386,0,0,1), - (36828,2323,1,1283,0,4695.25,242.91,56.9477,1.59228,275,10,0,386,0,0,1), - (36829,2323,1,1283,0,4488.46,221.84,61.2269,1.60064,275,5,0,386,0,0,1), - (36830,2323,1,1283,0,7945.35,-1094.61,34.4843,5.93858,275,5,0,386,0,0,1), - (36831,2323,1,1283,0,7752.15,-916.563,24.5972,0.289026,275,5,0,386,0,0,1), - (36832,2323,1,1283,0,7712.82,-883.953,15.3808,2.64037,275,10,0,386,0,0,1), - (36833,2323,1,1283,0,7782.48,-955.146,32.8177,4.84256,275,10,0,386,0,0,1), - (36834,2324,1,6820,0,5858.15,363.54,21.261,6.22004,275,0,0,273,0,0,0), - (36835,2324,1,6820,0,5885.96,313.458,21.0823,1.78204,275,0,0,273,0,0,0), - (36836,2324,1,6820,0,5959.16,326.598,21.1812,3.09383,275,0,0,273,0,0,0), - (36837,2324,1,6820,0,5959.09,306.403,24.3429,0.407906,275,3,0,273,0,0,1), - (36838,2324,1,6820,0,5909.25,325.439,20.9471,5.40165,275,5,0,273,0,0,2), - (36839,2324,1,6820,0,6028.08,313.77,27.445,5.6927,275,10,0,273,0,0,1), - (36840,2324,1,6820,0,5881.9,338.275,21.2963,4.82987,275,0,0,273,0,0,0), - (36841,2324,1,6820,0,5973.37,346.792,21.5029,3.72228,275,0,0,273,0,0,0), - (36842,2324,1,6820,0,6034.99,383.143,24.602,4.72291,275,5,0,273,0,0,1), - (36843,2324,1,6820,0,6007.34,363.002,21.7828,3.96903,275,5,0,273,0,0,1), - (36844,2324,1,6820,0,5993.11,352.683,21.5993,3.36849,275,0,0,273,0,0,0), - (36845,2324,1,6820,0,5985.42,387.378,24.4804,1.94696,275,5,0,273,0,0,1), - (36846,2324,1,6820,0,5982.48,313.692,21.399,5.70437,275,0,0,273,0,0,0), - (36847,2324,1,6820,0,5948.68,325.617,21.2179,4.33291,275,5,0,273,0,0,2), - (36848,2069,1,321,0,7397.34,-668.393,20.7836,4.83965,275,5,0,300,0,0,1), - (36849,2069,1,321,0,7423.1,-688.581,18.1917,0.930226,275,5,0,300,0,0,1), - (36850,2069,1,321,0,7392.19,-693.924,19.1114,1.97851,275,5,0,300,0,0,1), - (36851,2069,1,321,0,7375.55,-639.33,23.0965,5.09545,275,5,0,300,0,0,1), - (36852,2069,1,321,0,5390.73,36.4457,54.5446,5.23384,275,3,0,300,0,0,1), - (36853,2069,1,321,0,5279.77,86.6736,38.9713,3.85215,275,10,0,300,0,0,1), - (36854,2069,1,321,0,5333.32,23.4559,67.1131,1.28084,275,5,0,300,0,0,1), - (36855,2069,1,321,0,5387.81,312.154,26.5827,5.49986,275,10,0,300,0,0,1), - (36856,2069,1,321,0,5185.42,147.725,53.016,3.43894,275,5,0,300,0,0,1), - (36857,2069,1,321,0,5275.46,283.466,33.7439,5.24079,275,10,0,300,0,0,1), - (36858,2069,1,321,0,5305.25,320.044,31.9287,2.72166,275,10,0,300,0,0,1), - (36859,2069,1,321,0,5170.5,385.744,33.4712,0.06802,275,10,0,300,0,0,1), - (36860,2069,1,321,0,5306.25,341.374,31.2429,5.88637,275,10,0,300,0,0,1), - (36861,2069,1,321,0,5249.44,325.984,30.3833,0.494669,275,10,0,300,0,0,1), - (36862,2069,1,321,0,7048.51,-512.797,41.8241,3.33905,275,5,0,300,0,0,1), - (36863,2069,1,321,0,5373.93,90.1339,34.6037,0.268908,275,10,0,300,0,0,1), - (36864,2069,1,321,0,5565.6,487.459,22.6344,3.50105,275,5,0,300,0,0,1), - (36865,2069,1,321,0,5391.66,256,32.4319,0.305683,275,5,0,300,0,0,1), - (36866,2069,1,321,0,5310.36,374.927,29.4643,1.40906,275,10,0,300,0,0,1), - (36867,2069,1,321,0,5452.08,318.75,32.3636,5.30108,275,5,0,300,0,0,1), - (36868,2069,1,321,0,4884.21,487.295,24.2968,5.46741,275,5,0,300,0,0,1), - (36869,2069,1,321,0,5374.49,358.481,20.8842,5.49667,275,10,0,300,0,0,1), - (36870,2069,1,321,0,7252.17,18.0581,8.94817,5.12536,275,5,0,300,0,0,1), - (36871,2069,1,321,0,5418.24,388.537,17.717,5.69519,275,10,0,300,0,0,1), - (36872,2069,1,321,0,5515.96,413.667,20.1214,4.60678,275,10,0,300,0,0,1), - (36873,2069,1,321,0,5378.34,199.174,30.5345,3.92699,275,5,0,300,0,0,1), - (36874,2069,1,321,0,5724.56,454.47,12.8287,4.91093,275,10,0,300,0,0,1), - (36875,2069,1,321,0,5385.81,116.074,34.2791,6.0028,275,10,0,300,0,0,1), - (36876,2069,1,321,0,5449,54.6802,38.7376,1.89594,275,10,0,300,0,0,1), - (36877,2069,1,321,0,7316.36,-693.353,21.0635,2.88904,275,5,0,300,0,0,1), - (36878,2069,1,321,0,7152.39,-369.127,40.8371,0.361285,275,10,0,300,0,0,1), - (36879,2069,1,321,0,4951.06,449.427,32.9371,0.04381,275,10,0,300,0,0,1), - (36880,2069,1,321,0,5248.82,386.026,29.6963,2.02396,275,10,0,300,0,0,1), - (36881,2069,1,321,0,7121.61,-266.708,36.464,4.85506,275,5,0,300,0,0,1), - (36882,2069,1,321,0,7169.48,-291.372,33.4397,0.810255,275,10,0,300,0,0,1), - (36883,2069,1,321,0,5212.09,205.989,41.2251,1.56689,275,10,0,300,0,0,1), - (36884,2069,1,321,0,5545.83,362.5,26.9742,1.11324,275,10,0,300,0,0,1), - (36885,2069,1,321,0,4959.91,482.653,24.6426,4.92058,275,5,0,300,0,0,1), - (36886,2069,1,321,0,5529.23,167.334,30.3679,2.77379,275,10,0,300,0,0,1), - (36887,2069,1,321,0,7145.54,-546.688,41.1057,0.536949,275,10,0,300,0,0,1), - (36888,2069,1,321,0,7117.33,-581.329,44.2988,2.76733,275,10,0,300,0,0,1), - (36889,2069,1,321,0,7018.78,-656.693,51.3585,4.72553,275,5,0,300,0,0,1), - (36890,2069,1,321,0,7086.13,-384.541,40.9672,0.31017,275,10,0,300,0,0,1), - (36891,2069,1,321,0,5466.6,71.8987,35.0538,3.71334,275,10,0,300,0,0,1), - (36892,2069,1,321,0,7221.32,-259.505,26.1202,3.54931,275,10,0,300,0,0,1), - (36893,2069,1,321,0,5391.62,177.376,30.0763,2.08717,275,5,0,300,0,0,1), - (36894,2069,1,321,0,4948.85,416.65,31.9011,3.35008,275,10,0,300,0,0,1), - (36895,2069,1,321,0,6915.75,-280.625,43.8465,2.38987,275,5,0,300,0,0,1), - (36896,2069,1,321,0,7214.13,-447.559,34.4682,2.2635,275,10,0,300,0,0,1), - (36897,2070,1,11449,0,6549.72,-150.468,36.2202,1.81575,275,10,0,356,0,0,1), - (36898,2070,1,11449,0,7764.06,-1056.25,34.9201,0.785457,275,5,0,356,0,0,1), - (36899,2070,1,11449,0,6389.11,-153.002,33.0549,2.56616,275,10,0,356,0,0,1), - (36900,2070,1,11449,0,6419.79,51.041,32.9831,2.38174,275,5,0,356,0,0,1), - (36901,2070,1,11449,0,6470.78,5.66437,32.6407,1.5874,275,5,0,356,0,0,1), - (36902,2070,1,11449,0,7069.11,87.8302,14.7941,4.20411,275,10,0,356,0,0,1), - (36903,2070,1,11449,0,7110.34,-16.9708,10.8384,0.700365,275,10,0,356,0,0,1), - (36904,2070,1,11449,0,4389.41,131.828,59.1667,5.68381,275,10,0,356,0,0,1), - (36905,2070,1,11449,0,6627.44,360.148,27.8494,4.37302,275,5,0,356,0,0,1), - (36906,2070,1,11449,0,6453.71,256.03,35.8088,4.6871,275,5,0,356,0,0,1), - (36907,2070,1,11449,0,4272.68,487.114,61.9458,2.7426,275,10,0,356,0,0,1), - (36908,2070,1,11449,0,6581.56,-196.875,39.1713,0,275,5,0,356,0,0,1), - (36909,2070,1,11449,0,7125.63,39.1845,10.5984,4.86203,275,5,0,356,0,0,1), - (36910,2070,1,11449,0,6533.81,10.4112,34.1619,2.11968,275,5,0,356,0,0,1), - (36911,2070,1,11449,0,7274.08,-245.704,17.9434,3.06729,275,5,0,356,0,0,1), - (36912,2070,1,11449,0,6533.44,289.796,33.5432,3.09081,275,5,0,356,0,0,1), - (36913,2070,1,11449,0,5966.62,-104.134,60.7698,2.55846,275,10,0,356,0,0,1), - (36914,2070,1,11449,0,6639,-219.452,40.3466,5.95709,275,5,0,356,0,0,1), - (36915,2070,1,11449,0,6539.66,304.809,32.9047,5.69518,275,5,0,356,0,0,1), - (36916,2070,1,11449,0,6043.75,-97.916,57.3611,4.80053,275,10,0,356,0,0,1), - (36917,2070,1,11449,0,6447.58,148.471,38.471,4.26535,275,5,0,356,0,0,1), - (36918,2070,1,11449,0,6873.26,346.828,16.0161,3.67431,275,5,0,356,0,0,1), - (36919,2070,1,11449,0,6229.53,190.202,43.5263,0.047053,275,5,0,356,0,0,1), - (36920,2070,1,11449,0,6493.58,-96.5158,36.6605,4.46745,275,5,0,356,0,0,1), - (36921,2070,1,11449,0,5899.61,62.1079,32.9493,0.508316,275,5,0,356,0,0,1), - (36922,2070,1,11449,0,5766.24,-22.1199,38.3871,4.83645,275,3,0,356,0,0,1), - (36923,2070,1,11449,0,6882.98,317.039,12.9897,6.13142,275,5,0,356,0,0,1), - (36924,2070,1,11449,0,4417.24,638.129,36.1623,3.27082,275,3,0,356,0,0,1), - (36925,2070,1,11449,0,5902.14,20.9271,28.8328,2.4336,275,5,0,356,0,0,1), - (36926,2070,1,11449,0,5833.71,-7.17288,36.802,5.58495,275,3,0,356,0,0,1), - (36927,2070,1,11449,0,5953.97,188.058,29.3531,2.1315,275,5,0,356,0,0,1), - (36928,2070,1,11449,0,6568.17,339.125,32.1761,6.03319,275,5,0,356,0,0,1), - (36929,2070,1,11449,0,6600.12,360.734,31.0143,5.26436,275,5,0,356,0,0,1), - (36930,2070,1,11449,0,6147.21,316.294,26.6679,5.89466,275,5,0,356,0,0,1), - (36931,2070,1,11449,0,5817.53,-23.0798,40.8657,4.354,275,3,0,356,0,0,1), - (36932,2070,1,11449,0,5792.19,25.1651,38.0819,0.787534,275,5,0,356,0,0,1), - (36933,2070,1,11449,0,7192.72,125.719,12.9497,2.72337,275,5,0,356,0,0,1), - (36934,2070,1,11449,0,7297.36,-82.6328,8.30879,6.26366,275,10,0,356,0,0,1), - (36935,2070,1,11449,0,7202.25,147.113,12.0854,0.405533,275,5,0,356,0,0,1), - (36936,2070,1,11449,0,6836.03,375.226,17.3306,2.71901,275,5,0,356,0,0,1), - (36937,2070,1,11449,0,5947.16,115.228,29.7714,4.13143,275,5,0,356,0,0,1), - (36939,2070,1,11449,0,6684.67,349.072,25.8967,1.78384,275,5,0,356,0,0,1), - (36940,2070,1,11449,0,7271.99,16.222,12.3747,5.66646,275,5,0,356,0,0,1), - (36941,2070,1,11449,0,6880.28,-37.9276,24.0953,2.39052,275,5,0,356,0,0,1), - (60816,2321,1,0,0,4519.65,662.168,24.5682,4.7561,275,0,0,222,0,0,0), - (36943,2070,1,11449,0,4325.95,337.154,62.4771,1.09842,275,10,0,356,0,0,1), - (36944,2070,1,11449,0,4379.65,351.249,61.0918,2.69324,275,10,0,356,0,0,1), - (36945,2070,1,11449,0,6356.63,186.705,29.3125,6.09541,275,0,0,356,0,0,0), - (36946,2070,1,11449,0,7251.71,-12.1289,10.2841,4.24551,275,5,0,356,0,0,1), - (36947,2070,1,11449,0,6948.25,-50.9259,19.7706,2.34811,275,5,0,356,0,0,1), - (36948,2070,1,11449,0,7054.57,3.30961,14.7081,4.97821,275,10,0,356,0,0,1), - (36949,2070,1,11449,0,7285.6,-88.5576,8.451,5.61486,275,10,0,356,0,0,1), - (36950,2070,1,11449,0,5882.34,-16.188,37.1422,4.04039,275,10,0,356,0,0,1), - (36951,2070,1,11449,0,6118.29,402.146,29.3716,4.79872,275,5,0,356,0,0,1), - (36952,2070,1,11449,0,6723.99,448.513,21.4035,5.94882,275,5,0,356,0,0,1), - (36953,2070,1,11449,0,7274.43,89.1784,13.304,2.41138,275,10,0,356,0,0,1), - (36954,2070,1,11449,0,6203.25,395.397,28.9365,2.57689,275,5,0,356,0,0,1), - (36955,2070,1,11449,0,6147.53,450.078,23.72,2.48149,275,10,0,356,0,0,1), - (36956,2070,1,11449,0,7815.66,-1053.9,29.1376,4.14364,275,0,0,356,0,0,0), - (36957,2070,1,11449,0,7820.16,-962.762,35.2742,1.72953,275,10,0,356,0,0,1), - (36958,2070,1,11449,0,8027.94,-1159.38,41.3362,3.49671,275,10,0,356,0,0,1), - (36959,2071,1,3031,0,7747.78,-1048.77,37.9201,3.63582,275,5,0,449,0,0,1), - (36960,2071,1,3031,0,4369.55,123.092,56.7004,6.21278,275,10,0,449,0,0,1), - (36961,2071,1,3031,0,4254.7,504.735,61.0804,0.477196,275,10,0,449,0,0,1), - (36962,2071,1,3031,0,4453.93,649.813,30.0802,4.39054,275,5,0,449,0,0,1), - (36963,2071,1,3031,0,4383.68,552.926,54.9459,1.12461,275,10,0,449,0,0,1), - (36964,2071,1,3031,0,4417.51,525.078,47.6421,1.35425,275,10,0,449,0,0,1), - (36965,2071,1,3031,0,4324.93,360.631,63.5803,2.74178,275,10,0,449,0,0,1), - (36966,2071,1,3031,0,4388.52,331.415,59.1262,4.82682,275,10,0,449,0,0,1), - (36967,2071,1,3031,0,7818.77,-982.033,32.4169,0.899669,275,10,0,449,0,0,1), - (36968,2071,1,3031,0,7815.01,-1050.97,29.4348,4.14364,275,5,0,449,0,0,1), - (36969,2071,1,3031,0,8014.06,-1179.29,39.3563,2.04144,275,0,0,449,0,0,0), - (36970,2071,1,3031,0,8042.01,-1151.9,44.3125,3.49671,275,0,0,449,0,0,0), - (36971,15384,1,11686,0,6578.69,760.533,6.09923,4.01426,275,0,0,42,0,0,0), - (36972,15384,1,11686,0,6422.57,826.152,6.1902,6.23082,275,5,0,42,0,0,1), - (36973,15384,1,11686,0,6550.78,924.922,6.23285,0.05236,275,5,0,42,0,0,1), - (36974,11037,1,10575,0,6537.81,432.833,7.48059,2.00713,275,0,0,1309,0,0,0), - (36975,2336,1,4217,0,7190.87,-711.852,58.0363,2.42725,275,5,0,356,0,0,1), - (36976,2336,1,4217,0,7208.51,-759.146,58.0945,2.34578,275,5,0,356,0,0,1), - (36977,2336,1,4217,0,7201.81,-709.983,57.9314,6.2821,275,5,0,356,0,0,1), - (36978,2336,1,4411,0,7141.2,-796.39,66.7608,4.9558,275,5,0,356,0,0,1), - (36979,2336,1,4217,0,7223.87,-735.52,54.8445,4.76031,275,5,0,356,0,0,1), - (36980,3616,1,1455,0,5002.01,88.8183,52.7788,1.74533,275,0,0,3398,0,0,0), - (36981,2336,1,4217,0,7183.43,-811.752,39.8938,3.79256,275,5,0,356,0,0,1), - (36982,2336,1,4217,0,7129.7,-781.143,66.7349,5.59763,275,5,0,356,0,0,1), - (36983,2336,1,4411,0,7206.52,-845.26,36.086,5.60109,275,0,0,356,0,0,0), - (36984,2336,1,4411,0,7214.95,-848.573,36.336,2.35216,275,0,0,356,0,0,0), - (36985,2336,1,4217,0,7170.7,-797.303,48.5581,4.33637,275,0,0,356,0,0,0), - (36986,2336,1,4217,0,7189.31,-792.874,40.0581,1.24755,275,5,0,356,0,0,2), - (36987,2336,1,4217,0,7141.91,-763.569,53.0828,4.29089,275,3,0,356,0,0,1), - (36988,2336,1,4411,0,7155.65,-713.149,51.5208,5.37133,275,3,0,356,0,0,1), - (36989,2336,1,4411,0,7173.5,-728.865,61.0363,5.42589,275,0,0,356,0,0,0), - (36990,2336,1,4217,0,7152.41,-738.498,54.5828,2.75702,275,5,0,356,0,0,1), - (36991,2336,1,4217,0,7169.26,-710.728,48.9113,0.901737,275,0,0,356,0,0,0), - (36992,2336,1,4217,0,7160.57,-777.683,56.0108,2.34268,275,0,0,356,0,0,0), - (36993,2336,1,4411,0,7160.07,-760.539,54.2078,4.58923,275,0,0,356,0,0,0), - (36994,2336,1,4217,0,7178.05,-788.148,47.7364,4.90958,275,0,0,356,0,0,0), - (36995,2336,1,4411,0,7138.2,-730.673,60.2708,4.92615,275,3,0,356,0,0,1), - (36996,2336,1,4217,0,7175.35,-762.584,59.5561,2.22929,275,0,0,356,0,0,0), - (36997,2336,1,4217,0,7113.26,-667.512,45.9777,2.16146,275,0,0,356,0,0,0), - (36998,2336,1,4217,0,7122.69,-659.712,45.9093,2.29899,275,10,0,356,0,0,1), - (36999,2336,1,4411,0,7153.39,-686.744,47.4428,0.195912,275,0,0,356,0,0,0), - (37000,2336,1,4411,0,7173.92,-673.713,43.1123,2.17223,275,5,0,356,0,0,1), - (37001,2336,1,4217,0,7171.81,-683.546,43.4529,2.46091,275,0,0,356,0,0,0), - (37002,2337,1,4230,0,7196.7,-732.406,59.6499,2.93528,275,0,0,702,1977,0,0), - (37003,2337,1,4412,0,7205.66,-744.501,94.0292,6.1212,275,5,0,702,1977,0,1), - (37004,2337,1,4230,0,7191.29,-725.432,65.3968,0.496014,275,0,0,702,1977,0,0), - (37005,2337,1,4412,0,7196.82,-755.613,94.1232,3.06074,275,5,0,702,1977,0,1), - (37006,2337,1,4230,0,7197.96,-721.542,94.0889,1.24458,275,0,0,702,1977,0,0), - (37007,2337,1,4230,0,7181.96,-740.085,94.0926,3.76177,275,3,0,702,1977,0,1), - (37008,2337,1,4230,0,7212.78,-735.093,94.1232,2.05473,275,0,0,702,1977,0,0), - (37009,2337,1,4230,0,7201.94,-727.711,76.1857,0.883339,275,0,0,702,1977,0,0), - (37010,2338,1,2874,0,4525.24,439.07,32.7327,5.7549,275,5,0,325,357,0,1), - (37011,2338,1,2873,0,4563.79,436.898,33.3577,1.97503,275,5,0,325,357,0,1), - (37012,2338,1,2874,0,4591.16,441.81,31.6077,5.88087,275,5,0,325,357,0,1), - (37013,2338,1,2874,0,4488.33,354.692,31.6077,2.27947,275,5,0,325,357,0,1), - (37014,2338,1,2874,0,4490.91,381.987,31.6077,2.62687,275,5,0,325,357,0,1), - (37015,2338,1,2873,0,4606.53,404.076,31.6077,4.89473,275,5,0,325,357,0,1), - (37016,2339,1,2871,0,4540.47,447.668,32.6077,6.05698,275,5,0,386,0,0,1), - (37017,2339,1,2872,0,4567.82,450.44,31.6077,4.23346,275,5,0,386,0,0,1), - (37018,2339,1,2870,0,6765.94,-686.861,70.0664,3.22886,275,0,0,386,0,0,0), - (37019,2339,1,2870,0,6762.88,-693.251,69.7819,2.02458,275,0,0,386,0,0,0), - (37020,2339,1,2870,0,4501.4,396.829,31.9258,5.70927,275,5,0,386,0,0,1), - (37021,2339,1,2869,0,4506.08,364.965,31.6077,0.509734,275,5,0,386,0,0,1), - (37022,4341,1,1080,0,-3019.71,-2915.42,29.2568,4.09622,360,10,0,1403,0,0,1), - (37023,4341,1,1080,0,-2939.7,-2861.57,28.9531,5.2451,360,10,0,1403,0,0,1), - (37024,2339,1,2872,0,4513.11,417.75,32.3577,4.21613,275,5,0,386,0,0,1), - (37025,2339,1,2871,0,4593.27,359.268,34.9827,3.04198,275,5,0,386,0,0,1), - (37026,2339,1,2869,0,4579.02,345.738,39.1077,6.07659,275,5,0,386,0,0,2), - (37027,2339,1,2869,0,4612.84,368.821,31.6077,5.70878,275,5,0,386,0,0,1), - (37028,2339,1,2870,0,4569.82,383.936,32.0736,2.71028,275,5,0,386,0,0,1), - (37029,4414,1,2542,0,-3002.28,-2956.01,33.3417,2.44186,360,10,0,1469,0,0,1), - (37030,4346,1,2700,0,-2946.79,-2958.82,36.1741,5.42589,360,5,0,1403,0,0,1), - (37031,4346,1,2700,0,-2916.37,-2986.84,35.4747,4.79946,360,5,0,1403,0,0,1), - (37034,4341,1,1080,0,-2955.11,-3106.83,31.3212,0.072281,360,10,0,1403,0,0,1), - (37035,4382,1,2024,0,-2917.95,-3083.06,29.3396,4.16393,360,10,0,1468,0,0,1), - (37037,4341,1,1080,0,-2976.87,-3083.36,30.9939,4.30791,360,10,0,1403,0,0,1), - (37040,2339,1,2869,0,4553.06,377.936,31.6077,2.33695,275,5,0,386,0,0,2), - (37041,1412,1,134,0,-3676.6,-4372.1,11.7306,1.73022,360,10,0,8,0,0,1), - (37042,620,1,304,0,-3694.88,-4356.64,11.5288,2.0384,360,10,0,1,0,0,1), - (37043,4382,1,2024,0,-2852.63,-3147.84,28.6893,2.96488,360,10,0,1468,0,0,1), - (37044,2339,1,2872,0,4565.64,416.6,33.7967,1.42321,275,0,0,386,0,0,0), - (37045,2339,1,2872,0,4574.1,421.671,33.8577,6.27715,275,0,0,386,0,0,0), - (37046,620,1,304,0,-3764.68,-4414.57,26.991,0.046932,360,10,0,1,0,0,1), - (37047,1412,1,134,0,-3802.68,-4384.62,15.6618,4.61879,360,10,0,8,0,0,1), - (37048,4382,1,2024,0,-2782.6,-3147.71,28.6141,3.26969,360,10,0,1468,0,0,1), - (37049,4385,1,697,0,-2779.51,-3018.37,38.1869,0.173963,360,10,0,1469,0,0,1), - (37050,2339,1,2872,0,6802.4,-752.996,69.6144,5.09636,275,0,0,386,0,0,0), - (37051,2339,1,2872,0,6799.46,-762.584,69.757,0.523599,275,0,0,386,0,0,0), - (37060,8997,1,8229,0,6453.96,431.299,13.7312,4.24115,275,0,0,919,0,0,0), - (37061,3639,1,1750,0,5725.03,301.931,21.0405,2.46091,275,0,0,413,0,0,0), - (37062,3644,1,1757,0,6424.76,600.451,9.65306,0.690706,275,0,0,644,0,0,0), - (37063,3649,1,1770,0,6580.97,492.292,8.31743,0.331613,275,0,0,644,0,0,0), - (37064,3650,1,1771,0,6748.64,48.6158,48.7179,4.2586,275,0,0,644,0,0,0), - (37065,3657,1,2529,0,6431.5,384.179,23.4134,1.98968,275,0,0,919,0,0,0), - (37066,3660,1,4413,0,7183.49,-727.623,94.0635,5.67232,275,0,0,1107,0,0,0), - (37067,3661,1,2530,0,7246.63,-658.966,34.622,1.76278,275,0,0,644,0,0,0), - (37068,3662,1,467,0,7132.67,-823.83,60.2618,4.66411,275,0,0,330,938,0,0), - (37069,6737,1,5441,0,6406.51,515.367,8.72571,1.27409,275,0,0,1605,0,0,0), - (37070,3666,1,4474,0,6406.11,519.815,23.9674,0.436332,275,0,0,644,0,0,0), - (37071,3667,1,1937,0,5681.28,203.113,26.7769,3.03396,275,5,0,356,0,0,2), - (37072,4182,1,4404,0,6564.99,488.889,8.33558,4.57276,275,0,0,748,0,0,0), - (37073,4183,1,4408,0,6571.59,480.527,8.33259,2.80998,275,0,0,919,0,0,0), - (37074,4185,1,4402,0,6568.22,439.552,9.14274,2.6529,275,0,0,804,0,0,0), - (37075,4186,1,4406,0,6534.43,518.322,9.14274,4.50295,275,0,0,804,0,0,0), - (37076,4187,1,4407,0,6528.26,515.126,9.14274,5.60251,275,0,0,1106,0,0,0), - (37077,4189,1,4401,0,6560.45,442.669,9.14274,0.244346,275,0,0,594,0,0,0), - (37078,4190,1,4399,0,6385.84,524.491,8.73531,0.628319,275,0,0,546,0,0,0), - (37079,4191,1,4403,0,6428.75,510.32,8.73342,2.14675,275,0,0,644,0,0,0), - (37080,4192,1,4405,0,6415.99,529.098,8.7366,4.90438,275,0,0,695,0,0,0), - (37081,4193,1,4400,0,6563.51,436.932,9.14274,1.5708,275,0,0,1528,0,0,0), - (37082,2913,1,1286,0,6506.35,489.304,6.8245,4.31096,275,0,0,500,0,0,0), - (37083,4194,1,4409,0,4998.98,72.8715,52.7886,1.95477,275,0,0,644,0,0,0), - (37084,4195,1,4410,0,4986.99,80.0395,52.8232,0.401426,275,0,0,644,0,0,0), - (37085,2917,1,1277,0,4678.63,601.614,18.4972,2.21657,275,0,0,695,0,0,0), - (37086,10085,1,9294,0,6399.89,491.802,8.12578,1.58825,275,0,0,1605,0,0,0), - (37087,4456,1,4691,0,-3613.43,-4463.9,13.6227,2.97522,275,0,0,1309,0,0,0), - (37088,4200,1,9549,0,6399.57,533.387,8.73894,4.04916,275,0,0,594,0,0,0), - (37089,7017,1,4762,0,6807.76,-765.586,68.9631,3.0329,7200,5,0,356,0,0,1), - (37090,2156,1,10799,0,4579.38,584.232,1.24415,2.20783,275,3,0,354,0,0,1), - (37091,2156,1,10799,0,4599.96,583.594,1.32809,4.4401,275,3,0,354,0,0,1), - (37092,2156,1,10799,0,4624.61,642.974,6.69941,0.945663,275,3,0,354,0,0,1), - (37093,2156,1,10799,0,4662.05,612.126,9.29389,0.095303,275,5,0,354,0,0,1), - (37094,2156,1,10799,0,4643.69,627.042,8.41889,2.06404,275,3,0,354,0,0,1), - (37095,2156,1,10799,0,4592.41,604.546,1.50847,2.78521,275,3,0,354,0,0,1), - (37096,3692,1,1899,0,4608.44,-6.32595,69.7473,1.85005,275,0,0,860,0,0,0), - (37097,3693,1,1956,0,6434.59,362.807,14.0243,1.09956,275,0,0,644,0,0,0), - (37098,2157,1,473,0,4560.95,571.699,1.47901,2.13726,275,5,0,382,0,0,1), - (37099,2157,1,473,0,4582.15,568.842,1.07809,1.12217,275,3,0,382,0,0,2), - (37100,2157,1,473,0,4620.32,617.183,5.4568,0.931292,275,3,0,382,0,0,1), - (37101,3695,1,913,0,4773.25,207.805,50.987,2.17813,275,0,0,273,0,0,0), - (37102,12656,1,14954,0,6494.46,801.751,8.1358,4.43314,275,0,0,644,0,0,0), - (37103,2930,1,2865,0,6438.62,471.896,8.12515,1.91474,275,0,0,2972,0,0,0), - (37104,883,1,347,0,7168.18,-694.047,45.7373,2.5013,275,10,0,1,0,0,1), - (37105,883,1,347,0,5273.67,323.022,30.6557,2.64425,275,10,0,1,0,0,1), - (37106,883,1,347,0,6038.46,48.4677,36.0453,0.799813,275,5,0,1,0,0,1), - (37107,2163,1,1006,0,6952.43,30.7177,15.1094,0.918315,275,10,0,278,0,0,1), - (37108,883,1,347,0,5062.61,115.147,44.2793,1.67552,275,0,0,1,0,0,0), - (37109,2163,1,1006,0,7147.37,4.19446,10.2681,3.79681,275,10,0,278,0,0,1), - (37110,2163,1,1006,0,6510.52,-60.6708,34.5754,0.559841,275,5,0,278,0,0,1), - (37111,2163,1,1006,0,6403.39,112.84,36.0033,4.69152,275,10,0,278,0,0,1), - (37112,883,1,347,0,7354.59,-733.314,15.7977,1.78024,275,0,0,1,0,0,0), - (37113,2163,1,1006,0,6923.3,-10.2967,20.7932,4.16144,275,5,0,278,0,0,1), - (37114,2163,1,1006,0,7073.01,-50.1616,16.3863,3.04425,275,10,0,278,0,0,1), - (37115,2163,1,1006,0,7082.81,18.2285,16.4387,3.33924,275,5,0,278,0,0,1), - (37116,2163,1,1006,0,7297.03,-154.166,13.603,3.1415,275,5,0,278,0,0,1), - (37117,2163,1,1006,0,6446.69,20.2979,29.1625,1.65783,275,10,0,278,0,0,1), - (37118,2163,1,1006,0,6876.25,23.4208,22.2693,0.240713,275,5,0,278,0,0,1), - (37119,2163,1,1006,0,5896.86,153.815,33.3209,5.19873,275,5,0,278,0,0,1), - (37120,2163,1,1006,0,7295.18,-179.016,14.9421,0.619617,275,5,0,278,0,0,1), - (37121,2163,1,1006,0,6843.06,250.148,17.7492,0.807494,275,5,0,278,0,0,1), - (37122,2163,1,1006,0,6520.11,-50.3446,33.9653,2.56236,275,5,0,278,0,0,1), - (37123,2163,1,1006,0,5919.21,-50.4607,43.8068,3.08072,275,3,0,278,0,0,1), - (37124,2163,1,1006,0,7364.27,-246.737,10.0085,0.157446,275,5,0,278,0,0,1), - (37125,2163,1,1006,0,5869.78,111.83,31.7887,3.30835,275,5,0,278,0,0,1), - (37126,2163,1,1006,0,6739.36,311.01,24.0622,2.0485,275,5,0,278,0,0,1), - (37127,2163,1,1006,0,6724.76,308.587,24.5658,2.07467,275,5,0,278,0,0,1), - (37128,2163,1,1006,0,6853.91,219.44,12.9635,1.18623,275,5,0,278,0,0,1), - (37129,2163,1,1006,0,6608.81,327.811,28.9928,1.13334,275,5,0,278,0,0,1), - (37130,2163,1,1006,0,6648.36,426.383,26.7427,4.79972,275,5,0,278,0,0,1), - (37131,2163,1,1006,0,6656.02,288.861,32.1827,3.56777,275,5,0,278,0,0,1), - (37132,2163,1,1006,0,6662.83,410.104,26.2989,4.15172,275,5,0,278,0,0,1), - (37133,2163,1,1006,0,7048.54,80.9535,16.9582,4.88621,275,10,0,278,0,0,1), - (37134,2163,1,1006,0,6820,97.5871,19.6779,4.57631,275,5,0,278,0,0,1), - (37135,2163,1,1006,0,6572.81,298.632,32.0814,5.05515,275,5,0,278,0,0,1), - (37136,2163,1,1006,0,6916.55,50.5651,17.2194,5.13004,275,5,0,278,0,0,1), - (37137,2163,1,1006,0,6659.38,-270.631,47.0861,6.03121,275,5,0,278,0,0,1), - (37138,2163,1,1006,0,6468.98,76.1526,34.9721,3.01033,275,10,0,278,0,0,1), - (37139,2163,1,1006,0,6813.57,216.138,20.1,2.33756,275,5,0,278,0,0,1), - (37140,2163,1,1006,0,5940.99,-91.4186,57.7381,3.37212,275,10,0,278,0,0,1), - (37141,2163,1,1006,0,6431.76,-44.0037,37.0905,2.16151,275,5,0,278,0,0,1), - (37142,2163,1,1006,0,6505.71,-139.835,36.4572,4.42872,275,10,0,278,0,0,1), - (37143,2163,1,1006,0,6472.22,113.158,38.6066,4.33063,275,10,0,278,0,0,1), - (37144,2163,1,1006,0,7200.72,33.2228,10.448,2.54268,275,10,0,278,0,0,1), - (37145,2163,1,1006,0,6421.98,-9.86445,30.3185,4.97885,275,5,0,278,0,0,1), - (37146,2163,1,1006,0,6467.01,78.6208,35.3671,2.65459,275,10,0,278,0,0,1), - (37147,2163,1,1006,0,6504.04,91.3375,35.8166,0.230532,275,10,0,278,0,0,1), - (37148,2163,1,1006,0,6640.41,429.545,27.8345,3.28593,275,5,0,278,0,0,1), - (37149,2163,1,1006,0,6504.41,248.525,29.4294,4.177,275,5,0,278,0,0,1), - (37150,2163,1,1006,0,7029.24,-41.0434,19.6464,3.15039,275,5,0,278,0,0,1), - (37151,2163,1,1006,0,6920.07,76.1889,14.1604,2.83182,275,5,0,278,0,0,1), - (37152,2163,1,1006,0,5704.81,16.947,39.2277,0.509943,275,3,0,278,0,0,1), - (37153,2163,1,1006,0,7173.6,-70.2085,15.8925,5.08075,275,5,0,278,0,0,1), - (37154,2163,1,1006,0,6977.61,41.8601,15.855,1.08734,275,5,0,278,0,0,1), - (37155,2163,1,1006,0,6876.34,100.906,14.3866,2.65611,275,5,0,278,0,0,1), - (37156,2163,1,1006,0,7024.54,92.4182,15.1654,0.670053,275,10,0,278,0,0,1), - (37157,2163,1,1006,0,7330.21,-59.5434,11.1063,1.5708,275,10,0,278,0,0,1), - (37158,2163,1,1006,0,6277.86,193.395,35.1029,4.60073,275,5,0,278,0,0,1), - (37159,2163,1,1006,0,7244.56,129.521,10.8882,4.47168,275,10,0,278,0,0,1), - (37160,2163,1,1006,0,7207.38,91.6158,11.956,2.50863,275,10,0,278,0,0,1), - (37161,2163,1,1006,0,6241.67,148.66,39.1281,1.41436,275,5,0,278,0,0,1), - (37162,2163,1,1006,0,7157.91,99.3053,13.3836,1.02011,275,10,0,278,0,0,1), - (37163,2163,1,1006,0,7029.72,21.5478,16.5202,1.39195,275,10,0,278,0,0,1), - (37164,2163,1,1006,0,6987.45,5.71158,13.2148,3.69491,275,10,0,278,0,0,1), - (37165,2163,1,1006,0,7180.34,-66.9861,15.41,0.128326,275,5,0,278,0,0,1), - (37166,2163,1,1006,0,7332.71,119.902,11.7834,1.20082,275,10,0,278,0,0,1), - (37167,2163,1,1006,0,7291.88,-47.4621,8.17893,5.72299,275,10,0,278,0,0,1), - (37168,2163,1,1006,0,7346.64,-122.564,13.6169,2.84453,275,10,0,278,0,0,1), - (37169,883,1,347,0,4700.78,134.819,54.0428,6.14356,275,10,0,1,0,0,1), - (37170,2163,1,1006,0,7301.18,-17.649,11.7287,4.99861,275,10,0,278,0,0,1), - (37171,2163,1,1006,0,6238.67,218.854,40.5209,3.33163,275,5,0,278,0,0,1), - (37172,2163,1,1006,0,7347.09,94.1124,12.9812,3.165,275,10,0,278,0,0,1), - (37173,2163,1,1006,0,5939.81,130.066,29.9255,5.57985,275,5,0,278,0,0,1), - (37174,2163,1,1006,0,6209.82,450.424,23.1752,0.896725,275,10,0,278,0,0,1), - (37175,2163,1,1006,0,7181.8,-22.3868,9.92127,0.266077,275,5,0,278,0,0,1), - (37176,2163,1,1006,0,6851.94,-2.32602,21.8626,1.67108,275,5,0,278,0,0,1), - (37177,2163,1,1006,0,7256.2,30.1272,10.4305,1.65978,275,5,0,278,0,0,1), - (37178,2163,1,1006,0,6710.89,376.755,25.9951,3.44084,275,5,0,278,0,0,1), - (37179,2163,1,1006,0,6746.27,354.115,28.7608,0.568194,275,5,0,278,0,0,1), - (37180,2163,1,1006,0,6673.2,290.389,30.8061,1.81698,275,5,0,278,0,0,1), - (37181,2163,1,1006,0,5934.2,88.4144,31.9707,6.10632,275,5,0,278,0,0,1), - (37182,2163,1,1006,0,7197.92,-43.75,12.6035,5.77159,275,5,0,278,0,0,1), - (37183,2163,1,1006,0,7222.81,-120.275,14.7227,0.550557,275,5,0,278,0,0,1), - (37184,2163,1,1006,0,6804.94,297.139,23.9473,1.9916,275,5,0,278,0,0,1), - (37185,2163,1,1006,0,6552.46,-213.007,39.1891,4.58126,275,3,0,278,0,0,1), - (37186,2163,1,1006,0,7309.57,-199.452,13.175,4.73661,275,5,0,278,0,0,1), - (37187,2163,1,1006,0,7246.89,-82.7165,13.2468,2.86469,275,5,0,278,0,0,1), - (37188,2163,1,1006,0,5846.97,214.47,32.5401,3.94979,275,10,0,278,0,0,1), - (37189,2163,1,1006,0,6216.91,254.894,37.5754,1.74462,275,5,0,278,0,0,1), - (37190,2163,1,1006,0,6280.19,446.94,25.3244,4.13061,275,5,0,278,0,0,1), - (37191,2164,1,8840,0,6893.56,11.6143,24.1377,0.547067,275,5,0,341,0,0,1), - (37192,2164,1,8840,0,5415.72,-5.03956,76.7753,4.45554,275,5,0,341,0,0,1), - (37193,2164,1,8840,0,5022.85,335.164,30.7111,5.44738,275,10,0,341,0,0,1), - (37194,2164,1,8840,0,6782.16,-413.72,43.9,6.00614,275,5,0,341,0,0,1), - (37195,2164,1,8840,0,6869.89,-119.05,34.9622,6.2363,275,10,0,341,0,0,1), - (37196,2164,1,8840,0,6778.4,-231.362,35.1045,1.43263,275,10,0,341,0,0,1), - (37197,2164,1,8840,0,7051.93,13.7403,14.5466,5.5807,275,10,0,341,0,0,1), - (37198,2164,1,8840,0,7222.85,76.8756,11.4584,6.11569,275,10,0,341,0,0,1), - (37199,2164,1,8840,0,5021.72,281.857,31.0216,5.67575,275,10,0,341,0,0,1), - (37200,2164,1,8840,0,6795.72,-241.52,39.0949,3.31027,275,10,0,341,0,0,1), - (37201,2164,1,8840,0,6873.13,-293.039,40.3794,3.8142,275,10,0,341,0,0,1), - (37202,2164,1,8840,0,6973.75,-40.3627,21.0226,1.38637,275,5,0,341,0,0,1), - (37203,2164,1,8840,0,6830.28,-120.329,34.5408,6.13024,275,10,0,341,0,0,1), - (37204,2164,1,8840,0,5375.88,447.166,21.5353,1.16398,275,10,0,341,0,0,1), - (37205,2164,1,8840,0,6975.77,-390.593,38.3023,1.91927,275,10,0,341,0,0,1), - (37206,2164,1,8840,0,5582.44,17.9314,60.4998,6.07531,275,5,0,341,0,0,1), - (37207,2164,1,8840,0,6844.95,-169.339,38.6128,0.611155,275,5,0,341,0,0,1), - (37208,2164,1,8840,0,7262.8,-182.151,18.2242,3.62489,275,5,0,341,0,0,1), - (37209,2164,1,8840,0,5449.35,394.829,19.9966,2.89709,275,10,0,341,0,0,1), - (37210,2164,1,8840,0,5353.58,419.512,27.0407,2.50806,275,5,0,341,0,0,1), - (37211,2164,1,8840,0,6975.94,56.9724,14.105,1.78468,275,5,0,341,0,0,1), - (37212,2164,1,8840,0,5152.55,409.436,29.0444,0.244505,275,10,0,341,0,0,1), - (37213,2164,1,8840,0,7216.42,-516.437,34.9261,5.49779,275,10,0,341,0,0,1), - (37214,2164,1,8840,0,7244.82,-107.733,14.0145,1.17525,275,5,0,341,0,0,1), - (37215,2164,1,8840,0,6785.75,-281.894,39.807,2.82358,275,5,0,341,0,0,1), - (37216,2164,1,8840,0,7124.54,-519.055,40.1513,5.95093,275,10,0,341,0,0,1), - (37217,2164,1,8840,0,5461.95,414.838,22.0017,5.75265,275,10,0,341,0,0,1), - (37218,2164,1,8840,0,6829.07,-410.867,43.8074,4.88032,275,10,0,341,0,0,1), - (37219,2164,1,8840,0,7213.51,-582.357,37.2638,3.88202,275,5,0,341,0,0,1), - (37220,2164,1,8840,0,5647.92,388.542,17.8947,3.14159,275,5,0,341,0,0,1), - (37221,2164,1,8840,0,5725.8,373.666,19.6151,1.96454,275,10,0,341,0,0,1), - (37222,2164,1,8840,0,5787.23,316.036,26.3305,3.04832,275,5,0,341,0,0,1), - (37223,2164,1,8840,0,6823.93,-196.094,42.5724,2.18146,275,5,0,341,0,0,1), - (37224,2164,1,8840,0,6980.51,-337.852,34.5561,0.003807,275,10,0,341,0,0,1), - (37225,2164,1,8840,0,5862.11,447.216,16.0025,3.50198,275,10,0,341,0,0,1), - (37226,2164,1,8840,0,5641.01,434.717,17.4823,0.401694,275,10,0,341,0,0,1), - (37227,2164,1,8840,0,7076.62,-502.422,44.7216,2.16856,275,3,0,341,0,0,1), - (37228,2164,1,8840,0,7016.29,-387.172,34.7628,3.44296,275,10,0,341,0,0,1), - (37229,2164,1,8840,0,5681.58,421.719,14.5412,4.6293,275,10,0,341,0,0,1), - (37230,2164,1,8840,0,5634.32,348.899,17.6915,0.485478,275,10,0,341,0,0,1), - (37231,2164,1,8840,0,5784.3,431.188,13.3199,3.00842,275,10,0,341,0,0,1), - (37232,2164,1,8840,0,5103.33,473.215,22.277,0.905814,275,10,0,341,0,0,1), - (37233,2164,1,8840,0,7054.81,-282.581,42.5628,5.38433,275,5,0,341,0,0,1), - (37234,2164,1,8840,0,4984.2,384.201,30.2642,5.97939,275,5,0,341,0,0,1), - (37235,2164,1,8840,0,5298.56,448.815,21.9092,2.194,275,10,0,341,0,0,1), - (37236,2164,1,8840,0,7068.23,-553.646,44.2623,1.66925,275,10,0,341,0,0,1), - (37237,2164,1,8840,0,5350.57,348.811,31.7041,1.02189,275,5,0,341,0,0,1), - (37238,2164,1,8840,0,5250.19,442.391,24.6019,5.24159,275,10,0,341,0,0,1), - (37239,2164,1,8840,0,5480.11,372.692,23.7244,1.17499,275,10,0,341,0,0,1), - (37240,2164,1,8840,0,4995.83,287.5,36.2307,5.62652,275,10,0,341,0,0,1), - (37241,2164,1,8840,0,5677.75,355.562,16.4702,4.47472,275,10,0,341,0,0,1), - (37242,2164,1,8840,0,5735.44,355.611,23.7582,3.01744,275,5,0,341,0,0,1), - (37243,2164,1,8840,0,7088.42,-166.975,30.0149,5.55732,275,10,0,341,0,0,1), - (37244,2164,1,8840,0,7339.49,124.662,12.3745,1.25326,275,10,0,341,0,0,1), - (37245,2164,1,8840,0,5569.27,366.712,28.6159,1.11413,275,10,0,341,0,0,1), - (37246,2164,1,8840,0,7118.45,-357.402,34.6239,5.22063,275,10,0,341,0,0,1), - (37247,2164,1,8840,0,6890.36,-175.174,36.1546,0.503399,275,5,0,341,0,0,1), - (37248,2164,1,8840,0,6873.61,-230.556,38.5052,2.1756,275,5,0,341,0,0,1), - (37249,2164,1,8840,0,7186.52,-227.243,30.3096,4.56842,275,10,0,341,0,0,1), - (37250,2164,1,8840,0,6969.87,-146.264,34.9754,1.73163,275,10,0,341,0,0,1), - (37251,2164,1,8840,0,6919.34,-146.04,32.2637,3.89504,275,10,0,341,0,0,1), - (37252,2164,1,8840,0,7267.32,-67.0925,11.8039,3.2049,275,5,0,341,0,0,1), - (37253,2164,1,8840,0,6976.69,-264.547,34.8024,5.88599,275,10,0,341,0,0,1), - (37254,2164,1,8840,0,4883.3,417.62,42.322,3.31249,275,5,0,341,0,0,1), - (37255,2164,1,8840,0,7212.46,-345.634,34.0061,6.03218,275,5,0,341,0,0,1), - (37256,2164,1,8840,0,7304.1,34.6782,10.7147,5.26168,275,10,0,341,0,0,1), - (37257,2164,1,8840,0,6913.97,-454.03,45.1456,0.954632,275,10,0,341,0,0,1), - (37258,2164,1,8840,0,5137.47,478.432,19.6879,4.45548,275,10,0,341,0,0,1), - (37259,2164,1,8840,0,7149.51,-242.423,30.6958,4.87336,275,10,0,341,0,0,1), - (37260,2164,1,8840,0,5762.38,405.391,12.8129,4.77785,275,10,0,341,0,0,1), - (37261,2164,1,8840,0,5268.18,411.734,27.2628,3.4411,275,10,0,341,0,0,1), - (37262,2164,1,8840,0,7177.01,-14.9773,8.79741,0.915491,275,5,0,341,0,0,1), - (37263,2164,1,8840,0,5440.79,254.209,35.9679,2.78431,275,10,0,341,0,0,1), - (37264,2164,1,8840,0,5252.41,53.2146,47.8759,2.24203,275,3,0,341,0,0,1), - (37265,2164,1,8840,0,5508.21,125.635,32.5706,0.416044,275,10,0,341,0,0,1), - (37266,2164,1,8840,0,5176.26,462.573,19.4816,3.76809,275,10,0,341,0,0,1), - (37267,2164,1,8840,0,5312.18,51.7446,49.8243,2.75927,275,2,0,341,0,0,1), - (37268,2164,1,8840,0,5350.99,163.637,34.3708,1.40837,275,5,0,341,0,0,1), - (37269,2164,1,8840,0,7136.65,-310.182,39.2247,5.30032,275,10,0,341,0,0,1), - (37270,2164,1,8840,0,5232.59,351.666,30.6399,0.152946,275,10,0,341,0,0,1), - (37271,2164,1,8840,0,7215.1,-314.461,28.2808,2.81356,275,10,0,341,0,0,1), - (37272,2164,1,8840,0,5472.99,169.11,28.8357,5.2451,275,5,0,341,0,0,1), - (37273,2164,1,8840,0,5083.56,425.453,25.6348,5.2434,275,10,0,341,0,0,1), - (37274,2164,1,8840,0,7102.08,-153.421,28.1857,4.71239,275,5,0,341,0,0,1), - (37275,2164,1,8840,0,6036.95,439.119,14.8222,0.726348,275,10,0,341,0,0,1), - (37276,2164,1,8840,0,5059.45,425.531,25.046,6.21064,275,10,0,341,0,0,1), - (37277,2164,1,8840,0,5472.23,438.637,20.2963,3.93874,275,10,0,341,0,0,1), - (37278,2164,1,8840,0,6981.47,-226.466,39.1752,1.56006,275,10,0,341,0,0,1), - (37279,2164,1,8840,0,5247.16,118.643,43.6682,2.80035,275,10,0,341,0,0,1), - (37280,2164,1,8840,0,5198.33,428.405,26.9767,0.28313,275,10,0,341,0,0,1), - (37281,2164,1,8840,0,5527.03,385.201,22.3685,2.586,275,10,0,341,0,0,1), - (37282,2164,1,8840,0,5230.77,289.851,33.813,0.589596,275,10,0,341,0,0,1), - (37283,2164,1,8840,0,5318.03,116.29,35.0763,5.22764,275,10,0,341,0,0,1), - (37284,2164,1,8840,0,5813.06,416.818,15.271,3.6897,275,10,0,341,0,0,1), - (37285,2164,1,8840,0,5485.79,212.097,31.316,3.50517,275,10,0,341,0,0,1), - (37286,2164,1,8840,0,5571.79,229.609,33.6743,0.500659,275,10,0,341,0,0,1), - (37287,2164,1,8840,0,5948.09,415.306,17.581,3.69274,275,10,0,341,0,0,1), - (37288,2164,1,8840,0,7046.4,-619.931,51.4931,3.62534,275,5,0,341,0,0,1), - (37289,2164,1,8840,0,6946.11,-449.92,47.3035,3.11035,275,10,0,341,0,0,1), - (37290,2164,1,8840,0,5448.08,183.604,29.6006,3.50071,275,5,0,341,0,0,1), - (37291,2164,1,8840,0,7184.51,-544.569,39.8491,1.16924,275,10,0,341,0,0,1), - (37292,2165,1,14316,0,4778.49,-9.23115,78.5812,3.96289,275,5,0,445,0,0,1), - (37293,2165,1,14316,0,5019.98,302.86,33.1113,6.2402,275,10,0,445,0,0,1), - (37294,3701,1,4485,0,6437.48,397.48,11.7883,3.05529,275,0,0,804,674,0,0), - (37295,2165,1,14316,0,4750.62,449.749,33.9574,3.27673,275,10,0,445,0,0,1), - (37296,2165,1,14316,0,4751.34,483.056,27.4332,4.37016,275,10,0,445,0,0,1), - (37297,2165,1,14316,0,4762.67,291.049,50.8001,2.97525,275,5,0,445,0,0,1), - (37298,2165,1,14316,0,4849.5,316.719,50.4823,4.461,275,5,0,445,0,0,1), - (37299,2165,1,14316,0,4790.71,293.438,51.4038,3.9774,275,5,0,445,0,0,1), - (37300,2165,1,14316,0,4733.5,412.839,40.2516,3.13769,275,10,0,445,0,0,1), - (37301,2165,1,14316,0,5228.53,437.596,24.2772,4.26477,275,10,0,445,0,0,1), - (37302,2165,1,14316,0,5278.42,382.891,28.409,3.94149,275,10,0,445,0,0,1), - (37303,2165,1,14316,0,4806.22,335.029,50.4551,2.47326,275,5,0,445,0,0,1), - (37304,2165,1,14316,0,4750.36,339.867,54.1263,1.75482,275,5,0,445,0,0,1), - (37305,2165,1,14316,0,4780.62,367.483,45.1961,4.60961,275,10,0,445,0,0,1), - (37306,2165,1,14316,0,5000.14,377.673,31.4428,3.60524,275,10,0,445,0,0,1), - (37307,2165,1,14316,0,4900.6,463.742,30.9726,2.89496,275,5,0,445,0,0,1), - (37308,2165,1,14316,0,4818.6,413.45,40.2038,5.75041,275,10,0,445,0,0,1), - (37309,2165,1,14316,0,4784.31,252.049,53.4726,2.28208,275,5,0,445,0,0,1), - (37310,2165,1,14316,0,4847.65,474.197,29.1275,6.09879,275,5,0,445,0,0,1), - (37311,2165,1,14316,0,4733.14,127.721,53.8771,4.07749,275,10,0,445,0,0,1), - (37312,3702,1,4487,0,6557.88,472.97,9.0979,2.61799,275,0,0,860,0,0,0), - (37313,2167,1,1010,0,5874.7,349.144,21.0463,2.68764,275,0,0,230,249,0,0), - (37314,2167,1,1010,0,5874.57,306.466,21.0411,2.43449,275,0,0,230,249,0,0), - (37315,2167,1,1010,0,5871.39,376.547,19.3613,5.74458,275,0,0,230,249,0,0), - (37316,2167,1,1010,0,6052.02,364.6,21.7352,2.53679,275,5,0,230,249,0,2), - (37317,2167,1,1010,0,6014.83,345.881,27.7206,1.6913,275,0,0,230,249,0,0), - (37318,2167,1,1010,0,5871.88,329.135,21.2911,0.004879,275,0,0,230,249,0,0), - (37319,2167,1,1010,0,6018.6,373.455,22.3549,4.84936,275,5,0,230,249,0,1), - (37320,2167,1,1010,0,5989.82,365.361,21.3779,0.554553,275,0,0,230,249,0,0), - (37321,2167,1,1010,0,6001.66,333.823,21.8611,1.11045,275,5,0,230,249,0,1), - (37322,2167,1,1010,0,6001.03,381.789,23.4799,3.03768,275,5,0,230,249,0,1), - (37323,2167,1,1010,0,5959.84,344.082,23.0414,5.84375,275,0,0,230,249,0,0), - (37324,2167,1,1010,0,5977.89,332.234,22.649,2.07852,275,0,0,230,249,0,0), - (37325,2168,1,1011,0,4645.19,135.847,58.9155,4.83055,275,5,0,356,0,0,1), - (37326,2168,1,1011,0,4562.07,156.775,59.0941,2.00613,275,5,0,356,0,0,1), - (37327,2168,1,1011,0,4600.5,146.465,62.6421,1.95823,275,5,0,356,0,0,1), - (37328,2168,1,1011,0,6826.79,-385.98,40.3288,2.08857,275,0,0,356,0,0,0), - (37329,2168,1,1011,0,6835.76,-369.98,40.5588,1.9566,275,3,0,356,0,0,1), - (37330,2168,1,1011,0,6824.37,-356.835,40.3763,4.8692,275,10,0,356,0,0,1), - (37331,2168,1,1011,0,6796.71,-414.173,41.9,5.2313,275,3,0,356,0,0,1), - (37332,2168,1,1011,0,6825.25,-405.751,42.7215,3.49825,275,3,0,356,0,0,1), - (37333,2168,1,1011,0,6805.2,-397.202,40.3288,3.04603,275,0,0,356,0,0,0), - (37334,2168,1,1011,0,4879.07,329.094,43.8928,3.5755,275,3,0,356,0,0,1), - (37335,2168,1,1011,0,4944.98,329.659,35.9194,1.41019,275,10,0,356,0,0,1), - (37336,2168,1,1011,0,4890.13,307.784,39.2678,0.037224,275,0,0,356,0,0,0), - (37337,2168,1,1011,0,6844.76,-515.136,44.1436,5.70179,275,5,0,356,0,0,1), - (37338,2168,1,1011,0,6839.64,-492.768,41.7686,0.670665,275,10,0,356,0,0,1), - (37339,2168,1,1011,0,6853.05,-466.271,41.0186,3.34353,275,10,0,356,0,0,1), - (37340,2168,1,1011,0,6870.82,-535.031,43.0532,0.601884,275,10,0,356,0,0,1), - (37341,2168,1,1011,0,6869.07,-498.697,40.2686,4.89339,275,10,0,356,0,0,1), - (37342,2168,1,1011,0,6888.15,-472.005,42.8936,3.1209,275,3,0,356,0,0,1), - (37343,2168,1,1011,0,6893.05,-514.037,42.3936,1.07719,275,10,0,356,0,0,1), - (37344,2168,1,1011,0,6881.39,-450.153,41.2686,0.593235,275,10,0,356,0,0,1), - (37345,2168,1,1011,0,4928.68,351.872,35.5085,3.24074,275,10,0,356,0,0,1), - (37346,2168,1,1011,0,4905.09,363.326,39.5382,3.85787,275,10,0,356,0,0,1), - (37347,2168,1,1011,0,4931.14,309.166,37.8694,0.105208,275,10,0,356,0,0,1), - (37348,2168,1,1011,0,4893.95,340.619,38.0942,2.04971,275,5,0,356,0,0,1), - (37349,2168,1,1011,0,4937.81,276.577,41.7011,0.680847,275,10,0,356,0,0,2), - (37350,2168,1,1011,0,6904.99,-488.851,41.9953,1.96411,275,10,0,356,0,0,1), - (37351,2168,1,1011,0,6796.15,-378.958,41.8431,1.9399,275,0,0,356,0,0,0), - (37352,2169,1,6821,0,4597.23,155.6,62.5205,4.90599,275,5,0,350,393,0,1), - (37353,2169,1,6821,0,4553.24,146.589,59.6339,2.07148,275,5,0,350,393,0,1), - (37354,2169,1,6821,0,4442.89,-8.8541,85.7232,2.59885,275,0,0,350,393,0,0), - (37355,2169,1,6821,0,4446.77,25.5621,75.4904,6.2346,275,5,0,350,393,0,2), - (37356,2169,1,6821,0,4472.54,2.01303,90.4975,4.92957,275,5,0,350,393,0,1), - (37357,2169,1,6821,0,6810.67,-409.233,40.1824,2.1577,275,0,0,350,393,0,0), - (37358,2169,1,6821,0,6888.04,-497.424,40.2686,4.13034,275,0,0,350,393,0,0), - (37359,2169,1,6821,0,6878.19,-478.066,40.2686,3.34835,275,0,0,350,393,0,0), - (37360,2169,1,6821,0,6865.33,-517.251,40.2686,4.55318,275,0,0,350,393,0,0), - (37361,2169,1,6821,0,6853.17,-484.074,40.2686,4.3529,275,0,0,350,393,0,0), - (37362,2169,1,6821,0,6867.44,-459.709,40.2686,4.26117,275,10,0,350,393,0,1), - (37363,2169,1,6821,0,4927.9,279.875,41.9928,2.87268,275,10,0,350,393,0,1), - (37364,2169,1,6821,0,4909.9,340.104,36.9393,5.944,275,0,0,350,393,0,0), - (37365,2169,1,6821,0,6815.54,-370.415,40.2038,5.26216,275,0,0,350,393,0,0), - (37366,2170,1,5773,0,4560.06,165.156,59.2191,2.39922,275,5,0,377,408,0,1), - (37367,2170,1,5773,0,4552.73,138.727,60.4691,3.30284,275,5,0,377,408,0,1), - (37368,2170,1,5773,0,4517.31,6.17701,90.3334,2.25796,275,0,0,377,408,0,0), - (37369,2170,1,5773,0,4681.83,55.9737,62.8627,0.635603,275,5,0,377,408,0,1), - (37370,2170,1,5773,0,4661.61,39.9738,65.9223,0.768246,275,0,0,377,408,0,0), - (37371,2170,1,5773,0,4496.09,12.1586,90.7475,3.78682,275,5,0,377,408,0,1), - (37372,2170,1,5773,0,4535.29,20.3027,88.426,3.23811,275,0,0,377,408,0,0), - (37373,2170,1,5773,0,4615.77,64.5214,68.2743,4.42196,275,5,0,377,408,0,1), - (37374,2170,1,5773,0,4642.37,82.77,61.0284,2.29464,275,10,0,377,408,0,2), - (37375,2170,1,5773,0,4597.04,44.378,73.2624,6.2643,275,5,0,377,408,0,1), - (37376,922,0,9571,0,-9700.58,-4000.34,-4.55441,1.8326,300,5,0,1829,0,0,1), - (37377,2170,1,5773,0,4627.6,43.8167,68.6493,4.50998,275,5,0,377,408,0,1), - (37378,2170,1,5773,0,4629.54,27.3749,69.748,1.16068,275,0,0,377,408,0,0), - (37379,2171,1,6822,0,4530.73,5.72852,89.2084,3.16716,275,0,0,404,456,0,0), - (37380,2171,1,6822,0,4521.24,14.8599,89.2084,3.90564,275,5,0,404,456,0,1), - (37381,2171,1,6822,0,4571.66,145.858,59.8983,2.0935,275,5,0,404,456,0,1), - (37382,2171,1,6822,0,4542.45,150.76,60.2191,3.34056,275,5,0,404,456,0,1), - (37383,2171,1,6822,0,4630.27,61.0788,66.8993,1.14095,275,0,0,404,456,0,0), - (37384,2171,1,6822,0,4647.15,43.0141,65.7973,3.79783,275,0,0,404,456,0,0), - (37385,2172,1,38,0,4520.81,660.807,24.7804,4.72302,7200,0,0,484,0,0,2), - (37386,2174,1,245,0,5583.24,848.135,-20.2323,1.25431,275,10,0,300,0,0,1), - (37387,2174,1,245,0,5256.52,779.165,-10.732,3.52288,275,10,0,300,0,0,1), - (37388,2174,1,245,0,4998.83,716.437,-10.6144,0.020135,275,10,0,300,0,0,1), - (37389,2174,1,245,0,5114.06,649.675,-7.48067,3.04183,275,10,0,300,0,0,1), - (37390,2174,1,245,0,5206.87,812.58,-11.3017,6.11116,275,10,0,300,0,0,1), - (37391,2174,1,245,0,7383.33,350,-13.7822,1.55784,275,10,0,300,0,0,1), - (37392,2174,1,245,0,5052.19,835.075,-22.1365,4.64733,275,10,0,300,0,0,1), - (37393,2174,1,245,0,5250.55,882.907,-13.6198,1.40631,275,10,0,300,0,0,1), - (37394,2174,1,245,0,7238.62,318.755,-16.9073,0.129206,275,10,0,300,0,0,1), - (37395,2174,1,245,0,5654.28,846.819,-19.5882,5.90951,275,10,0,300,0,0,1), - (37396,2174,1,245,0,5380.29,783.994,-19.7026,2.71262,275,10,0,300,0,0,1), - (37397,2174,1,245,0,7508.32,255.752,-43.1023,6.17351,275,10,0,300,0,0,1), - (37398,2174,1,245,0,5577.86,882.335,-19.7809,3.58885,275,10,0,300,0,0,1), - (37399,2174,1,245,0,5370.86,644.516,-17.7484,2.79482,275,10,0,300,0,0,1), - (37400,2174,1,245,0,5265.76,642.889,-15.4016,3.03988,275,10,0,300,0,0,1), - (37401,2174,1,245,0,5520.06,856.922,-22.8354,1.72567,275,10,0,300,0,0,1), - (37402,2174,1,245,0,7657.33,45.732,-27.1116,5.81864,275,10,0,300,0,0,1), - (37403,2174,1,245,0,5309.24,745.456,-13.6213,3.5727,275,10,0,300,0,0,1), - (37404,2174,1,245,0,5440.06,826.1,-36.2267,3.21705,275,10,0,300,0,0,1), - (37405,2174,1,245,0,7251.62,248.676,-8.80081,4.97058,275,10,0,300,0,0,1), - (37406,2174,1,245,0,4863.59,882.166,-11.0496,6.13701,275,10,0,300,0,0,1), - (37407,2174,1,245,0,7224.01,495.052,-40.2905,0.521357,275,10,0,300,0,0,1), - (37408,2174,1,245,0,7349.76,413.334,-14.7107,5.32175,275,10,0,300,0,0,1), - (37409,2174,1,245,0,7651.77,-80.6562,-13.959,0.637853,275,10,0,300,0,0,1), - (37410,2174,1,245,0,7248.92,472.972,-20.2931,1.2532,275,10,0,300,0,0,1), - (37411,2174,1,245,0,7595.87,219.198,-42.4343,3.01433,275,10,0,300,0,0,1), - (37412,2174,1,245,0,5514.13,740.611,-14.3731,1.49962,275,10,0,300,0,0,1), - (37413,2174,1,245,0,5542.91,782.822,-16.7243,1.95591,275,10,0,300,0,0,1), - (37414,2174,1,245,0,5466.24,774.732,-36.8013,1.25246,275,10,0,300,0,0,1), - (37415,2174,1,245,0,5667.77,777.121,-10.8919,3.62184,275,10,0,300,0,0,1), - (37416,2174,1,245,0,5117.95,855.087,-12.7449,1.93106,275,10,0,300,0,0,1), - (37417,2174,1,245,0,7652.21,135.628,-31.7069,1.52983,275,10,0,300,0,0,1), - (37418,2174,1,245,0,5663.74,726.992,-8.3074,5.59888,275,10,0,300,0,0,1), - (37419,2174,1,245,0,5165.65,892.631,-13.3926,6.21772,275,10,0,300,0,0,1), - (37420,2174,1,245,0,7602.27,259.578,-41.8583,5.6622,275,10,0,300,0,0,1), - (37421,2174,1,245,0,5120.31,706.809,-12.0713,4.65865,275,10,0,300,0,0,1), - (37422,2174,1,245,0,7253.28,394.802,-7.20539,5.89352,275,10,0,300,0,0,1), - (37423,2174,1,245,0,7449.22,397.184,-18.2124,1.35711,275,10,0,300,0,0,1), - (37424,2174,1,245,0,7649.59,-17.229,-12.6182,6.25969,275,10,0,300,0,0,1), - (37425,2174,1,245,0,5004.12,849.781,-15.5159,6.2139,275,10,0,300,0,0,1), - (37426,2174,1,245,0,7589.48,42.1571,-13.2111,5.35706,275,10,0,300,0,0,1), - (37427,2174,1,245,0,5514.75,916.961,-19.7328,3.16408,275,10,0,300,0,0,1), - (37428,2174,1,245,0,7474.7,283.161,-17.3887,2.63465,275,10,0,300,0,0,1), - (37429,2174,1,245,0,5468.29,676.95,-11.8309,6.19119,275,10,0,300,0,0,1), - (37430,2174,1,245,0,7290.76,357.566,-17.4114,2.99355,275,10,0,300,0,0,1), - (37431,2174,1,245,0,7515.89,185.962,-19.1305,2.07997,275,10,0,300,0,0,1), - (37432,2175,1,3030,0,6563.79,302.533,31.4362,2.00627,7200,0,0,205,0,0,0), - (37433,2176,1,985,0,5748.9,211.481,29.9254,1.13096,275,10,0,222,324,0,1), - (37434,2176,1,985,0,5729.43,215.662,28.3874,1.57177,275,5,0,222,324,0,1), - (37435,2176,1,985,0,5818.3,111.036,31.7998,2.957,275,5,0,222,324,0,1), - (37436,2176,1,985,0,5772.85,224.487,30.4732,1.59228,275,10,0,222,324,0,1), - (37437,2176,1,985,0,5811.09,210.878,30.2659,0.119296,275,10,0,222,324,0,1), - (37438,2176,1,985,0,5782.12,187.381,36.0202,5.04862,275,2,0,222,324,0,1), - (37439,2176,1,985,0,5806.83,175.647,31.2169,4.68305,275,5,0,222,324,0,1), - (37440,2176,1,985,0,5829,155.022,33.8485,2.26139,275,5,0,222,324,0,1), - (37441,2176,1,985,0,5830.17,196.53,31.0919,1.41377,275,10,0,222,324,0,1), - (37442,2176,1,985,0,5811.14,143.961,31.0387,0.99834,275,5,0,222,324,0,1), - (37443,2176,1,985,0,5781.77,113.827,35.3145,2.26993,275,5,0,222,324,0,1), - (37444,2176,1,985,0,5790.76,79.8623,33.6611,1.94039,275,5,0,222,324,0,1), - (37445,2176,1,985,0,5756.21,78.1608,34.2755,0.186668,275,5,0,222,324,0,1), - (37446,2177,1,5430,0,5765.03,152.151,33.2846,6.27127,275,5,0,221,324,0,2), - (37447,2177,1,5430,0,5744.63,176.355,32.8978,5.14634,275,5,0,221,324,0,1), - (37448,2177,1,5430,0,5702.23,205.098,26.3253,2.96507,275,10,0,221,324,0,2), - (37449,2177,1,5430,0,5563.02,160.715,28.3487,4.61719,275,5,0,221,324,0,1), - (37450,2177,1,5430,0,5563.05,139.151,28.8487,4.8204,275,5,0,221,324,0,1), - (37451,2177,1,5430,0,5627.08,100,29.7989,4.63826,275,10,0,221,324,0,1), - (37452,2177,1,5430,0,5566.03,106.709,28.8876,4.68567,275,10,0,221,324,0,1), - (37453,2177,1,5430,0,5593.58,85.0794,26.5489,3.24782,275,10,0,221,324,0,1), - (37454,2177,1,5430,0,5588.34,170.264,27.841,1.78536,275,5,0,221,324,0,1), - (37455,2177,1,5430,0,5591.37,139.551,27.773,2.10696,275,5,0,221,324,0,1), - (37456,2177,1,5430,0,5623.24,210.835,25.5435,4.2594,275,5,0,221,324,0,1), - (37457,2177,1,5430,0,5602.8,194.599,28.5009,6.15509,275,5,0,221,324,0,1), - (37458,2177,1,5430,0,5638.79,237.164,24.4008,5.24519,275,5,0,221,324,0,1), - (37459,2177,1,5430,0,5676.48,210.065,28.0328,0.12084,275,10,0,221,324,0,1), - (37460,2177,1,5430,0,5655.01,215.821,27.9185,5.00274,275,5,0,221,324,0,1), - (37461,2177,1,5430,0,5760.63,127.902,34.6052,0.95522,275,5,0,221,324,0,1), - (37462,2177,1,5430,0,5728.76,97.1113,31.4331,4.11111,275,10,0,221,324,0,1), - (37463,2177,1,5430,0,5782.21,153.968,35.1295,2.9853,275,5,0,221,324,0,1), - (37464,2177,1,5430,0,5729.38,145.837,34.3068,1.33787,275,5,0,221,324,0,1), - (37465,2177,1,5430,0,5589.69,250.92,31.9087,4.24525,275,10,0,221,324,0,1), - (37466,2177,1,5430,0,5694.11,87.5983,31.3819,5.19415,275,10,0,221,324,0,1), - (37467,2178,1,10690,0,5705.44,137.489,34.4815,3.30496,275,5,0,247,324,0,1), - (37468,2178,1,10690,0,5652.01,57.4705,34.482,4.4336,275,3,0,247,324,0,1), - (37469,2178,1,10690,0,5625.85,57.3835,34.5736,2.06083,275,10,0,247,324,0,1), - (37470,2178,1,10690,0,5686.32,165.072,29.2256,5.69735,275,10,0,247,324,0,1), - (37471,2178,1,10690,0,5660.79,176.496,30.789,3.90052,275,5,0,247,324,0,1), - (37472,2178,1,10690,0,5672.79,143.998,30.2603,1.43372,275,10,0,247,324,0,1), - (37473,2178,1,10690,0,5769.87,113.209,35.3458,0.164555,275,5,0,247,324,0,1), - (37474,2178,1,10690,0,5714.42,76.3898,35.5806,1.22756,275,10,0,247,324,0,1), - (37475,2178,1,10690,0,5690.14,54.6447,32.7647,5.02938,275,10,0,247,324,0,1), - (37476,2178,1,10690,0,5673.57,104.205,34.1019,1.04059,275,10,0,247,324,0,1), - (37477,2178,1,10690,0,5671.54,65.5622,30.6397,5.16431,275,5,0,247,324,0,1), - (37478,2178,1,10690,0,5626.68,179.812,30.1259,0.773791,275,5,0,247,324,0,1), - (37479,2178,1,10690,0,5635.49,116.087,30.4525,5.3641,275,10,0,247,324,0,1), - (37480,2178,1,10690,0,5639.17,144.814,31.7515,1.53663,275,10,0,247,324,0,1), - (37481,2178,1,10690,0,5637.13,157.361,32.6353,4.75473,275,5,0,247,324,0,1), - (37482,2179,1,4036,0,6822,-742.601,59.5608,0.913565,275,2,0,328,0,0,1), - (37483,2179,1,4036,0,6727.77,-639.681,69.216,6.0669,275,3,0,328,0,0,1), - (37484,2179,1,4036,0,6768.9,-698.216,89.3329,0.429304,275,5,0,328,0,0,1), - (37485,2179,1,4036,0,6796.29,-662.288,89.3403,0.80219,275,5,0,328,0,0,1), - (37486,2179,1,4036,0,6816.01,-693.89,64.6604,3.8432,275,5,0,328,0,0,1), - (37487,2179,1,4036,0,6829.59,-791.553,66.1385,0.052199,275,3,0,328,0,0,1), - (37488,2179,1,4036,0,6861.47,-769.111,60.2263,5.14379,275,2,0,328,0,0,1), - (37489,2179,1,4036,0,6845.43,-699.335,83.0478,5.51028,275,2,0,328,0,0,1), - (37490,2179,1,4036,0,6805.05,-674.063,64.8785,0.495349,275,2,0,328,0,0,2), - (37491,2179,1,4036,0,6837.26,-668.826,84.2968,3.7927,275,5,0,328,0,0,1), - (37492,2179,1,4036,0,6788.77,-682.095,68.6448,1.60065,275,2,0,328,0,0,1), - (37493,2179,1,4036,0,6774.67,-652.405,67.9675,4.70371,275,3,0,328,0,0,1), - (37494,2179,1,4036,0,6734.67,-688.26,69.6207,1.70393,275,3,0,328,0,0,1), - (37495,2179,1,4036,0,6813.67,-719.695,77.7448,1.21807,275,2,0,328,0,0,1), - (37496,2179,1,4036,0,6872.36,-662.366,83.2885,4.81179,275,0,0,328,0,0,0), - (37497,2179,1,4036,0,6765.16,-703.23,89.4781,4.31399,275,0,0,328,0,0,2), - (37498,2179,1,4036,0,6894.95,-659.951,84.5326,3.6327,275,5,0,328,0,0,2), - (37499,1412,1,134,0,7838.23,-1065.28,29.3173,5.79991,275,10,0,8,0,0,1), - (37500,1412,1,134,0,5910.66,-65.6321,47.7267,0.526106,275,10,0,8,0,0,1), - (37501,1412,1,134,0,5868.12,100.609,31.3179,3.00105,275,10,0,8,0,0,1), - (37502,2180,1,4980,0,6752.36,-642.956,68.4889,0.013569,275,3,0,325,357,0,1), - (37503,2180,1,4980,0,6717.81,-659.385,69.3153,4.44819,275,3,0,325,357,0,1), - (37504,2180,1,4980,0,6759.99,-688.643,69.5054,5.7528,275,3,0,325,357,0,1), - (37505,1412,1,134,0,6706.73,-227.274,41.7977,2.42601,275,0,0,8,0,0,0), - (37506,2180,1,4980,0,6775.84,-675.97,89.3371,3.49881,275,5,0,325,357,0,1), - (37507,1412,1,134,0,6667.06,255.947,28.6872,5.57821,275,10,0,8,0,0,1), - (37508,2180,1,4980,0,6752.49,-701.778,89.4436,2.88407,275,5,0,325,357,0,1), - (37509,1412,1,134,0,6146.2,239.656,24.4825,5.77704,275,10,0,8,0,0,1), - (37510,2180,1,4980,0,6804.54,-759.648,69.2443,3.65919,275,5,0,325,357,0,1), - (37511,2180,1,4980,0,6816.05,-778.028,68.4249,5.30338,275,5,0,325,357,0,1), - (37512,2180,1,4980,0,6840.64,-758.653,58.6655,3.74034,275,2,0,325,357,0,1), - (37513,2180,1,4980,0,6811.94,-675.961,64.8785,5.99244,275,5,0,325,357,0,1), - (37514,2180,1,4980,0,6829.02,-681.803,64.432,1.33809,275,5,0,325,357,0,1), - (37515,2180,1,4980,0,6814.19,-764.243,68.7716,2.17623,275,0,0,325,357,0,2), - (37516,2180,1,4980,0,6818.08,-716.038,62.0426,4.71805,275,2,0,325,357,0,1), - (37517,2180,1,4980,0,6852.49,-792.504,62.3495,4.22746,275,3,0,325,357,0,1), - (37518,2180,1,4980,0,6836.41,-714.265,81.777,3.90124,275,2,0,325,357,0,1), - (37519,2180,1,4980,0,6795.02,-708.01,74.4555,5.20282,275,2,0,325,357,0,1), - (37520,2180,1,4980,0,6876.71,-640.125,87.4076,5.6687,275,0,0,325,357,0,0), - (37521,2180,1,4980,0,6820.15,-661.903,86.8166,4.12894,275,5,0,325,357,0,1), - (36942,7017,1,0,0,6749.1,-694.138,69.3058,1.77401,7200,5,0,356,0,0,1), - (37523,6788,1,1007,0,6662.71,-430.466,75.2149,5.88236,275,0,0,521,0,0,0), - (37524,2180,1,4980,0,6856.99,-675.304,83.3371,4.85339,275,2,0,325,357,0,1), - (37525,2181,1,4036,0,7250.81,-922.296,37.8349,4.79629,275,10,0,417,0,0,1), - (37526,2181,1,4036,0,7304.57,-1010.67,32.3594,3.12906,275,10,0,417,0,0,1), - (37527,2181,1,4036,0,7328.5,-1028.09,33.4844,0.98052,275,10,0,417,0,0,1), - (37528,2181,1,4036,0,7344.3,-873.378,32.3509,2.50224,275,5,0,417,0,0,1), - (37529,2181,1,4036,0,7613.96,-972.772,33.7723,0.922347,275,5,0,417,0,0,1), - (37530,2181,1,4036,0,7438.9,-856.532,3.75861,3.03933,275,3,0,417,0,0,1), - (37531,2181,1,4036,0,7513.53,-870.832,22.8864,2.40851,275,10,0,417,0,0,1), - (37532,2181,1,4036,0,7247.96,-955.031,37.2608,4.68894,275,0,0,417,0,0,0), - (37533,2181,1,4036,0,7304.47,-944.379,32.9276,3.3256,275,3,0,417,0,0,1), - (37534,2181,1,4036,0,7278.71,-911.129,33.4619,2.9653,275,10,0,417,0,0,1), - (37535,2181,1,4036,0,7386.94,-946.44,32.3609,4.38809,275,5,0,417,0,0,1), - (37536,2181,1,4036,0,7378.12,-982.291,32.0115,0.995087,275,5,0,417,0,0,1), - (37537,2181,1,4036,0,7420.59,-917.966,12.8604,0.519424,275,5,0,417,0,0,1), - (37539,745,0,7976,0,-10663.8,-4011.42,22.1015,4.87707,300,5,0,5148,0,0,1), - (37542,2181,1,4036,0,7401.17,-886.93,14.0067,4.27663,275,5,0,417,0,0,1), - (37543,2181,1,4036,0,7477.11,-899.335,16.4703,2.2603,275,5,0,417,0,0,1), - (37544,2181,1,4036,0,7492.25,-851.759,13.4455,2.48599,275,3,0,417,0,0,1), - (37545,2181,1,4036,0,7401.97,-835.432,19.0676,1.8481,275,10,0,417,0,0,1), - (37546,2181,1,4036,0,7475.58,-804.207,14.3856,0.78647,275,2,0,417,0,0,1), - (37547,2181,1,4036,0,7421.7,-813.67,13.4124,2.3207,275,2,0,417,0,0,1), - (37548,2181,1,4036,0,7383.24,-812.358,11.1497,5.25174,275,5,0,417,0,0,1), - (37549,2181,1,4036,0,7659.72,-996.281,36.6492,1.7189,275,10,0,417,0,0,1), - (37550,2181,1,4036,0,7697.74,-956.343,28.0469,1.42664,275,10,0,417,0,0,1), - (37551,2181,1,4036,0,7599.11,-1033.07,38.0698,1.10294,275,5,0,417,0,0,1), - (37552,2181,1,4036,0,7603.27,-1002.88,36.7848,2.64212,275,5,0,417,0,0,1), - (37553,2181,1,4036,0,7652.74,-1014.38,39.7564,1.76313,275,10,0,417,0,0,1), - (37556,5484,0,3282,0,-8547.72,814.663,106.53,3.85301,350,0,1,2471,1620,0,2), - (37557,2181,1,4036,0,7591.66,-1063.05,38.9173,3.00906,275,10,0,417,0,0,1), - (37558,2181,1,4036,0,7352.51,-781.695,7.96978,5.44553,275,3,0,417,0,0,1), - (37559,2181,1,4036,0,7268.92,-836.029,28.3271,3.36261,275,5,0,417,0,0,1), - (37560,2181,1,4036,0,7339.45,-814.487,18.219,4.94508,275,5,0,417,0,0,2), - (37561,2181,1,4036,0,7293.36,-873.147,30.2752,1.70466,275,10,0,417,0,0,1), - (37562,2181,1,4036,0,7303.7,-889.883,31.7125,1.41619,275,5,0,417,0,0,1), - (37563,2181,1,4036,0,7240.57,-893.747,36.1869,0.330717,275,10,0,417,0,0,1), - (37564,2181,1,4036,0,7259.76,-861.938,31.9551,0.312142,275,5,0,417,0,0,1), - (37565,2181,1,4036,0,7302.76,-814.133,20.5995,5.09388,275,5,0,417,0,0,2), - (37566,6789,1,5510,0,6666.74,-431.073,74.8505,2.75188,275,2,0,278,0,0,1), - (37567,6789,1,5510,0,6681.54,-436.387,74.5616,3.76725,275,2,0,278,0,0,1), - (37568,6789,1,5510,0,6659.15,-426.739,77.0539,5.79449,275,2,0,278,0,0,1), - (37569,6789,1,5510,0,6661.73,-435.371,75.1241,1.98968,275,2,0,278,0,0,1), - (37570,2182,1,4973,0,7305.55,-977.196,31.9844,3.3713,275,10,0,379,1118,0,1), - (37571,5489,0,3283,0,-8519,863.419,109.826,5.185,430,0,0,3517,2103,0,0), - (37572,2182,1,4973,0,7357.83,-1050.96,36.511,0.543228,275,10,0,379,1118,0,1), - (37573,2182,1,4973,0,7335.42,-997.916,31.6554,1.41118,275,10,0,379,1118,0,1), - (37574,2182,1,4973,0,7409.53,-1093.45,43.5366,3.97695,275,10,0,379,1118,0,1), - (37575,2182,1,4973,0,7660.05,-957.327,27.3848,5.97665,275,10,0,379,1118,0,1), - (37576,2182,1,4973,0,7350.21,-981.386,32.2804,5.63957,275,5,0,379,1118,0,1), - (37577,2182,1,4973,0,7506.08,-987.29,-9.75635,6.19686,275,5,0,379,1118,0,1), - (37578,2182,1,4973,0,7457.88,-858.64,1.25861,5.60899,275,3,0,379,1118,0,1), - (37579,2182,1,4973,0,7466.14,-983.503,-7.49843,0.54365,275,5,0,379,1118,0,1), - (37580,2182,1,4973,0,7278.5,-950.113,34.2543,2.42268,275,10,0,379,1118,0,1), - (37581,2182,1,4973,0,7329.82,-889.928,32.3375,6.27315,275,5,0,379,1118,0,1), - (37582,2182,1,4973,0,7368.3,-901.803,32.3373,4.78021,275,5,0,379,1118,0,1), - (37583,2182,1,4973,0,7417.1,-1118.77,40.5964,1.96477,275,10,0,379,1118,0,1), - (37584,2182,1,4973,0,7443.12,-905.454,11.338,3.5061,275,5,0,379,1118,0,2), - (37585,5491,0,3284,0,-8574,860.909,106.518,0.792,540,0,0,2471,1620,0,0), - (37586,5492,0,3289,0,-8565,880.211,106.519,3.783,430,0,0,3517,2103,0,0), - (37589,1420,0,901,0,-10040.3,-4147.11,18.8715,1.48474,300,5,0,8,0,0,1), - (37590,922,0,9571,0,-11056.5,-4068.69,-5.14192,4.97419,300,5,0,1829,0,0,1), - (37591,922,0,9571,0,-9666.95,-3967.06,-9.86884,3.68265,300,5,0,1829,0,0,1), - (37592,757,0,152,0,-10100.1,-3232.95,20.6241,2.11185,300,5,0,1403,0,0,1), - (37595,2182,1,4973,0,7486.07,-821.3,14.6356,3.97431,275,2,0,379,1118,0,1), - (37596,861,0,4497,0,-10393.5,-2616.32,40.4885,1.85748,300,2,0,1456,0,0,1), - (37598,862,0,4495,0,-9757.26,-3979.77,21.7335,0.992539,300,5,0,1476,0,0,1), - (37599,750,0,1995,0,-10511.3,-4423.21,-4.42189,5.72166,300,5,0,1981,0,0,1), - (37600,767,0,632,0,-10325.4,-2557.57,25.113,2.31334,300,5,0,1469,0,0,1), - (37601,5263,0,4769,0,-10254.7,-4025.53,-109.881,5.34071,900,5,0,5922,0,0,1), - (37602,5509,0,3305,0,-8388,692.506,95.357,3.927,310,0,0,1605,0,0,0), - (37603,5510,0,3306,0,-8418,646.006,97.449,0.719,310,0,0,1605,0,0,0), - (37604,5511,0,3307,0,-8424,616.944,95.543,2.234,310,0,0,1846,0,0,0), - (37605,5512,0,3311,0,-8431,624.03,95.461,5.235,310,0,0,1605,0,0,0), - (37606,5513,0,3308,0,-8434,692.809,103.364,0.717,310,0,0,2016,0,0,0), - (37607,5514,0,3313,0,-8430,695.138,96.401,5.061,310,0,0,1605,0,0,0), - (37608,5515,0,3312,0,-8415,553.182,95.703,3.923,490,0,0,3139,2620,0,0), - (37609,5516,0,3309,0,-8410,548.566,95.532,2.954,430,0,0,3517,2103,0,0), - (37610,5517,0,3310,0,-8413,541.475,102.494,0.636,540,0,0,2471,1620,0,0), - (37611,5518,0,3314,0,-8347,644.134,95.755,3.84,310,0,0,2016,0,0,0), - (37612,5519,0,3315,0,-8342,638.829,95.339,3.773,310,0,0,1605,0,0,0), - (37613,767,0,632,0,-10164.3,-2988.84,23.1682,3.76773,300,10,0,1469,0,0,1), - (37614,2182,1,4973,0,7377.18,-841.848,18.077,1.7701,275,5,0,379,1118,0,2), - (37615,2182,1,4973,0,7628.4,-1002.74,37.7353,2.18198,275,5,0,379,1118,0,2), - (37616,769,0,336,0,-10983.8,-4083,10.1018,3.84577,300,10,0,1829,0,0,1), - (37620,862,0,4495,0,-10479,-3604.31,17.5947,0.025385,300,5,0,1476,0,0,1), - (37624,769,0,336,0,-10570.7,-3504.28,23.0709,4.66155,300,5,0,1829,0,0,1), - (37625,769,0,336,0,-10684.5,-3736.27,23.2685,1.32624,300,5,0,1829,0,0,1), - (37626,858,0,2543,0,-10378.5,-2818.65,23.4522,2.13456,300,5,0,1469,0,0,1), - (37627,2182,1,4973,0,7577.87,-1081.61,41.3153,4.71222,275,5,0,379,1118,0,1), - (37701,2182,1,4973,0,7482.22,-1109.47,34.6743,5.91491,275,10,0,379,1118,0,1), - (37702,1506,0,2403,0,1775.13,1303.42,104.451,4.84573,300,5,0,71,0,0,1), - (37703,2182,1,4973,0,7357.16,-1090.96,38.2491,6.05886,275,10,0,379,1118,0,1), - (37704,2182,1,4973,0,7386.86,-792.971,8.59671,5.26557,275,10,0,379,1118,0,1), - (37705,2182,1,4973,0,7267.95,-880.176,33.7943,4.02361,275,10,0,379,1118,0,1), - (37706,2182,1,4973,0,7254.61,-887.389,34.4369,1.38457,275,10,0,379,1118,0,1), - (37707,2183,1,11269,0,7370.23,-1071.53,38.9667,3.85662,275,5,0,494,0,0,2), - (37709,2183,1,11269,0,7370.76,-1120.69,42.7017,5.49972,275,5,0,494,0,0,1), - (37710,764,0,2024,0,-10188.2,-3298.23,17.5806,1.34334,300,10,0,1308,1189,0,1), - (37711,764,0,2024,0,-10160.1,-3353.17,17.9509,3.8876,300,10,0,1308,1189,0,1), - (37712,2183,1,11269,0,7424.59,-1072.14,38.5301,4.08368,275,5,0,494,0,0,1), - (37713,2183,1,11269,0,7358.01,-1007.05,31.31,2.36315,275,5,0,494,0,0,2), - (37714,2183,1,11269,0,7513.31,-995.103,-9.75635,1.56868,275,5,0,494,0,0,1), - (37716,2183,1,11269,0,7477.85,-1019.35,-9.63135,0.054363,275,5,0,494,0,0,1), - (37717,2183,1,11269,0,7506.33,-1018.65,-9.75635,2.80109,275,5,0,494,0,0,1), - (37718,2183,1,11269,0,7450.99,-1006.57,-9.75634,4.72875,275,5,0,494,0,0,1), - (37719,2183,1,11269,0,7394.6,-1055.38,39.033,5.0858,275,5,0,494,0,0,1), - (37720,2183,1,11269,0,7379.69,-1028.65,33.8865,0.459978,275,5,0,494,0,0,1), - (37721,2183,1,11269,0,7397.71,-1116.72,41.2383,4.05787,275,10,0,494,0,0,1), - (37722,2183,1,11269,0,7439.72,-1131.35,40.5149,3.4298,275,3,0,494,0,0,1), - (37723,2183,1,11269,0,7544.47,-1076.79,39.614,0.688111,275,5,0,494,0,0,1), - (37724,2183,1,11269,0,7495.04,-1080.98,36.555,1.69232,275,10,0,494,0,0,1), - (37725,2183,1,11269,0,7559.15,-1055.25,37.4961,3.33939,275,5,0,494,0,0,1), - (37726,2183,1,11269,0,7469.64,-1069.91,34.93,1.2225,275,5,0,494,0,0,1), - (37727,2183,1,11269,0,7520.77,-1066.37,35.4488,2.03707,275,0,0,494,0,0,0), - (37728,2183,1,11269,0,7460.62,-1096.84,36.1425,0.46866,275,5,0,494,0,0,1), - (37729,2183,1,11269,0,7323.82,-1059.67,38.0261,4.23056,275,5,0,494,0,0,1), - (37730,2184,1,5774,0,5664.94,126.206,32.2468,3.74098,7200,15,0,386,0,0,1), - (37731,2185,1,992,0,5746.15,922.843,-18.2912,3.01488,275,10,0,253,302,0,1), - (37732,2185,1,992,0,6789.42,680.604,-27.909,6.09046,275,10,0,253,302,0,1), - (37733,2185,1,992,0,6663.59,596.16,-10.3398,3.86208,275,10,0,253,302,0,1), - (37734,2185,1,992,0,6309.83,1008.78,-44.4061,3.89045,275,10,0,253,302,0,1), - (37735,2185,1,992,0,5713.89,851.823,-20.2656,4.95699,275,10,0,253,302,0,1), - (37736,2185,1,992,0,6778,740.203,-34.5273,3.17362,275,10,0,253,302,0,1), - (37737,2185,1,992,0,5714.7,754.214,-16.7576,1.64974,275,10,0,253,302,0,1), - (37738,2185,1,992,0,6653.7,857.141,-15.7232,1.2213,275,10,0,253,302,0,1), - (37739,2185,1,992,0,6657.6,730.019,-12.9932,1.0508,275,10,0,253,302,0,1), - (37740,2185,1,992,0,5820.24,618.388,-34.7773,4.54963,275,10,0,253,302,0,1), - (37741,2185,1,992,0,6713.7,658.957,-9.9615,1.19734,275,10,0,253,302,0,1), - (37742,2185,1,992,0,6909.76,744.666,-14.07,3.18839,275,10,0,253,302,0,1), - (37743,2185,1,992,0,5845.77,818.367,-18.0439,3.62859,275,10,0,253,302,0,1), - (37744,2185,1,992,0,5915.55,918.766,-17.8076,3.12109,275,10,0,253,302,0,1), - (37745,2185,1,992,0,6853.41,812.37,-24.4938,4.94197,275,10,0,253,302,0,1), - (37746,2185,1,992,0,5700.63,879.243,-17.9483,3.28409,275,10,0,253,302,0,1), - (37747,2185,1,992,0,6764.31,801.469,-18.5054,5.56206,275,10,0,253,302,0,1), - (37748,2185,1,992,0,6772.52,737.924,-28.5823,5.88993,275,10,0,253,302,0,1), - (37749,2185,1,992,0,6033.18,656.707,-5.21723,6.15743,275,10,0,253,302,0,1), - (37750,2185,1,992,0,6977.1,652.885,-11.6587,3.72469,275,10,0,253,302,0,1), - (37751,2185,1,992,0,7080.35,742.736,-12.6556,2.48062,275,10,0,253,302,0,1), - (37752,2185,1,992,0,5767.19,672.799,-34.7773,3.3456,275,10,0,253,302,0,1), - (37753,2185,1,992,0,6761.2,812.47,-17.898,4.09622,275,10,0,253,302,0,1), - (37754,2185,1,992,0,6716.05,688.357,-15.5645,4.68443,275,10,0,253,302,0,1), - (37755,2185,1,992,0,6758.96,676.669,-16.5916,5.74473,275,10,0,253,302,0,1), - (37756,2185,1,992,0,5866.62,691.433,-12.1936,0.466719,275,10,0,253,302,0,1), - (37757,2185,1,992,0,5851.5,881.733,-10.1599,5.47707,275,10,0,253,302,0,1), - (37758,2185,1,992,0,5787.13,841.996,-35.175,5.54103,275,10,0,253,302,0,1), - (37759,2185,1,992,0,5780.34,799.786,-27.0677,1.4376,275,10,0,253,302,0,1), - (37760,2185,1,992,0,5759.3,714.744,-34.7773,1.98693,275,10,0,253,302,0,1), - (37761,2185,1,992,0,6652.51,832.834,-15.7232,4.69386,275,10,0,253,302,0,1), - (37762,2185,1,992,0,6579.77,765.857,-16.4625,4.21597,275,10,0,253,302,0,1), - (37763,2185,1,992,0,6613.36,848.444,-18.6048,3.84609,275,10,0,253,302,0,1), - (37764,2185,1,992,0,7274.73,590.327,-40.0684,0.321203,275,10,0,253,302,0,1), - (37765,2185,1,992,0,5988.66,677.868,-9.44389,0.749366,275,10,0,253,302,0,1), - (37766,2185,1,992,0,6841.69,719.27,-34.0784,3.52849,275,10,0,253,302,0,1), - (37767,2185,1,992,0,7056.49,554.681,-15.6541,5.96732,275,10,0,253,302,0,1), - (37768,2185,1,992,0,7125.98,531.111,-12.0596,0.503102,275,10,0,253,302,0,1), - (37769,2185,1,992,0,6848.51,652.003,-14.2022,2.75121,275,10,0,253,302,0,1), - (37770,2185,1,992,0,6985.62,580.318,-14.3637,4.81328,275,10,0,253,302,0,1), - (37771,2185,1,992,0,7039.37,689.164,-11.357,1.69179,275,10,0,253,302,0,1), - (37772,2185,1,992,0,6976,724.644,-13.5918,3.61998,275,10,0,253,302,0,1), - (37773,2185,1,992,0,7107.44,589.21,-12.3306,6.21296,275,10,0,253,302,0,1), - (37774,2185,1,992,0,6588.14,721.077,-17.2888,3.68572,275,10,0,253,302,0,1), - (37775,2185,1,992,0,6444.97,829.194,-26.6989,0.88987,275,10,0,253,302,0,1), - (37776,2185,1,992,0,6532.3,808.465,-23.6761,0.145074,275,10,0,253,302,0,1), - (37777,2185,1,992,0,6518.87,741.531,-24.8456,0.544444,275,10,0,253,302,0,1), - (37778,2185,1,992,0,7046.66,620.643,-14.566,1.43159,275,10,0,253,302,0,1), - (37779,2185,1,992,0,6740.04,585.56,-10.1881,2.41495,275,10,0,253,302,0,1), - (37780,2185,1,992,0,7034.01,343.694,-12.7714,2.59749,275,10,0,253,302,0,1), - (37781,2185,1,992,0,5743.75,718.731,-34.7773,2.23056,275,10,0,253,302,0,1), - (37782,2187,1,994,0,4724,915.087,-8.33389,4.49787,275,10,0,354,333,0,1), - (37783,2187,1,994,0,4459.27,979.571,-6.17995,1.21232,275,10,0,354,333,0,1), - (37784,2187,1,994,0,7877.01,-720.456,-12.8464,0.134159,275,10,0,354,333,0,1), - (37785,2187,1,994,0,7915.33,-837.337,-17.88,4.76459,275,10,0,354,333,0,1), - (37786,2187,1,994,0,4615.37,949.824,-5.23623,4.67076,275,10,0,354,333,0,1), - (37787,2187,1,994,0,7510.92,-440.201,-19.4025,1.92195,275,10,0,354,333,0,1), - (37788,2187,1,994,0,4785.25,920.239,-13.2929,6.17337,275,10,0,354,333,0,1), - (37789,2187,1,994,0,4882.26,947.72,-12.0059,1.34099,275,10,0,354,333,0,1), - (37790,2187,1,994,0,4822.29,926.788,-14.8808,1.27868,275,10,0,354,333,0,1), - (37791,2187,1,994,0,7586.91,-585.291,-6.51322,0.353111,275,10,0,354,333,0,1), - (37792,2187,1,994,0,5149.61,910.338,-13.0697,2.88863,275,10,0,354,333,0,1), - (37793,2187,1,994,0,4754.33,879.044,-3.36609,1.25821,275,10,0,354,333,0,1), - (37794,2187,1,994,0,4990.9,944.397,-27.4185,2.2593,275,10,0,354,333,0,1), - (37795,2187,1,994,0,4480.99,937.473,-6.84908,1.10237,275,10,0,354,333,0,1), - (37796,2187,1,994,0,4873.8,921.911,-11.3212,3.31332,275,10,0,354,333,0,1), - (37797,2187,1,994,0,5082.55,966.201,-27.3016,1.66172,275,10,0,354,333,0,1), - (37798,2187,1,994,0,4578.03,779.202,-5.19351,6.21794,275,10,0,354,333,0,1), - (37799,2187,1,994,0,4631.69,929.5,-6.62335,0.758429,275,10,0,354,333,0,1), - (37800,2187,1,994,0,7875.44,-282.672,-35.227,5.59268,275,10,0,354,333,0,1), - (37801,2187,1,994,0,7786.42,-228.197,-12.084,4.19501,275,10,0,354,333,0,1), - (37802,2187,1,994,0,7774.77,-251.869,-13.2432,2.30593,275,10,0,354,333,0,1), - (37803,2187,1,994,0,7841.29,-293.892,-26.1047,1.0523,275,10,0,354,333,0,1), - (37804,2187,1,994,0,7822.3,-219.919,-21.6348,4.8431,275,10,0,354,333,0,1), - (37805,2187,1,994,0,7857.49,-240.289,-30.2567,5.50941,275,10,0,354,333,0,1), - (37806,2187,1,994,0,7520.42,-180.717,-16.8138,4.72751,275,10,0,354,333,0,1), - (37807,2187,1,994,0,7803.44,-287.294,-14.3107,4.70072,275,10,0,354,333,0,1), - (37808,2187,1,994,0,7923.36,-296.306,-39.5422,5.08634,275,10,0,354,333,0,1), - (37809,2189,1,2452,0,6694.17,29.4701,43.3069,4.25164,275,5,0,197,324,0,1), - (37810,2189,1,2452,0,6627.44,27.4245,35.5472,3.95722,275,10,0,197,324,0,1), - (37811,2189,1,2452,0,6647.55,14.2975,38.0206,3.73984,275,3,0,197,324,0,1), - (37812,2189,1,2452,0,6631.41,2.83593,35.4222,0.273425,275,3,0,197,324,0,1), - (37813,2189,1,2452,0,6599.39,2.82322,29.4032,0.40957,275,10,0,197,324,0,1), - (37814,2189,1,2452,0,6678.29,-14.7127,43.0639,2.83931,275,10,0,197,324,0,1), - (37815,2189,1,2452,0,6687.43,10.7584,42.8069,5.13322,275,5,0,197,324,0,2), - (37816,2189,1,2452,0,6669.33,32.5651,43.3069,1.77036,275,5,0,197,324,0,1), - (37817,2189,1,2452,0,6654.61,57.1451,30.8271,1.89516,275,5,0,197,324,0,1), - (37818,2189,1,2452,0,6752.08,6.25,40.2259,3.26278,275,5,0,197,324,0,2), - (37819,2189,1,2452,0,6710.18,14.2073,42.948,2.71824,275,5,0,197,324,0,1), - (37820,2189,1,2452,0,6754,-130.845,30.8167,2.04055,275,5,0,197,324,0,1), - (37821,2189,1,2452,0,6756.13,-170.504,32.9811,0.279253,275,10,0,197,324,0,1), - (37822,2189,1,2452,0,6714.11,-137.225,36.1164,1.44176,275,5,0,197,324,0,2), - (37823,2189,1,2452,0,6735.76,22.7679,43.8509,4.7184,275,5,0,197,324,0,1), - (37824,2189,1,2452,0,6738.58,-77.4975,43.0341,4.88692,275,0,0,197,324,0,0), - (37825,2189,1,2452,0,6747.27,-20.0509,43.2118,4.84044,275,10,0,197,324,0,1), - (37826,2190,1,1015,0,6580.97,-31.5124,35.7285,3.01623,275,10,0,222,0,0,1), - (37827,2190,1,1015,0,6579.04,-55.4279,31.5893,0.737842,275,10,0,222,0,0,1), - (37828,2190,1,1015,0,6603.19,-91.4537,33.538,3.63643,275,5,0,222,0,0,1), - (37829,2190,1,1015,0,6603.12,-67.709,30.913,5.25177,275,10,0,222,0,0,1), - (37830,2190,1,1015,0,6640.83,-44.5692,35.7518,4.18319,275,5,0,222,0,0,1), - (37831,2190,1,1015,0,6613.08,-25.1326,34.3558,1.79283,275,10,0,222,0,0,1), - (37832,2190,1,1015,0,6647.52,-131.152,33.7237,3.12001,275,5,0,222,0,0,1), - (37833,2190,1,1015,0,6621.26,-131.381,35.4454,4.54403,275,5,0,222,0,0,1), - (37834,2190,1,1015,0,6664.96,-147.545,34.258,0.350005,275,10,0,222,0,0,1), - (37835,858,0,2543,0,-10137.3,-3318.67,22.5177,2.81373,300,5,0,1469,0,0,1), - (37836,766,0,697,0,-9980.82,-3857.99,17.8293,3.19048,300,5,0,1433,1283,0,1), - (37837,766,0,697,0,-10111.5,-3783.87,17.4991,2.64449,300,5,0,1433,1283,0,1), - (37838,2190,1,1015,0,6643.13,-23.8369,38.4311,4.44196,275,5,0,222,0,0,2), - (37839,2190,1,1015,0,6643.35,-101.404,27.0987,0.420156,275,5,0,222,0,0,1), - (37840,2190,1,1015,0,6628.09,-71.5836,30.913,0.755956,275,10,0,222,0,0,1), - (37841,2190,1,1015,0,6668.55,-106.5,22.8487,4.28654,275,5,0,222,0,0,1), - (37842,2190,1,1015,0,6678.39,-84.9567,22.8487,4.83127,275,5,0,222,0,0,1), - (37843,2190,1,1015,0,6659.95,-71.1717,23.0987,0.684661,275,5,0,222,0,0,1), - (37844,2190,1,1015,0,6722.99,-115.414,41.6461,3.24923,275,5,0,222,0,0,1), - (37845,2190,1,1015,0,6734.35,-218.328,34.6649,0.597661,275,10,0,222,0,0,1), - (37846,2190,1,1015,0,6714.18,-166.007,32.2414,1.89042,275,10,0,222,0,0,1), - (37847,2190,1,1015,0,6685.07,-168.425,33.2374,1.19668,275,10,0,222,0,0,1), - (37848,2190,1,1015,0,6732.86,-196.181,31.9646,4.31315,275,10,0,222,0,0,1), - (37849,2190,1,1015,0,6697.98,-190.032,35.7374,4.49866,275,5,0,222,0,0,1), - (37850,2190,1,1015,0,6692.07,-146.837,32.3505,1.07993,275,10,0,222,0,0,1), - (37851,2190,1,1015,0,6754.57,-43.6185,43.3769,4.91276,275,10,0,222,0,0,1), - (37852,2192,1,5772,0,4506.22,407.356,31.7327,2.35504,7200,5,0,379,1118,0,2), - (37853,6297,1,5019,0,6542.64,436.392,7.61732,4.86947,275,0,0,2016,0,0,0), - (37854,2201,1,346,0,6123.33,575.978,-1.76735,5.51542,275,0,0,222,0,0,0), - (37855,2202,1,3619,0,7379.56,408.603,-0.637796,5.32769,275,5,0,247,0,0,1), - (37856,2202,1,3619,0,7158.67,260.317,-13.2258,2.8431,275,5,0,247,0,0,1), - (37857,2202,1,3619,0,7069.48,413.461,-40.5286,5.34069,275,5,0,247,0,0,1), - (37858,2202,1,3619,0,7139.59,330.723,-24.0411,4.34888,275,5,0,247,0,0,1), - (37859,2202,1,3619,0,6976.7,189.272,-0.812714,5.12427,275,5,0,247,0,0,1), - (37860,2202,1,3619,0,6949.22,182.554,0.179427,5.71312,275,5,0,247,0,0,1), - (37861,2202,1,3619,0,6928.24,180.558,1.82411,4.63805,275,5,0,247,0,0,1), - (37862,2202,1,3619,0,6116.13,585.874,-4.14235,0.077556,275,5,0,247,0,0,1), - (37863,2202,1,3619,0,7145.83,299.751,-34.7133,2.31174,275,5,0,247,0,0,1), - (37864,2202,1,3619,0,7142.06,313.551,-34.781,4.61495,275,5,0,247,0,0,1), - (37865,6298,1,5020,0,6534.42,437.945,7.36371,5.89921,275,0,0,1605,0,0,0), - (37866,2202,1,3619,0,7058.62,405.874,-6.66263,0.194124,275,2,0,247,0,0,1), - (37867,2202,1,3619,0,7067.24,421.064,-4.45901,3.84001,275,5,0,247,0,0,1), - (37868,1502,0,10979,0,1976.31,1515.04,86.8198,6.13592,120,5,0,42,0,0,1), - (37869,1501,0,10973,0,1969,1611.12,88.1992,4.22559,120,2,0,42,0,0,1), - (37870,1502,0,10979,0,1965.1,1598.7,88.1981,3.6461,120,2,0,42,0,0,1), - (37871,1501,0,10973,0,1945.65,1455.6,73.3928,0.320091,120,10,0,42,0,0,1), - (37872,1505,0,30,0,2081.13,1968.83,101.196,5.56363,300,3,0,71,0,0,1), - (37873,1505,0,30,0,2038.75,1927.25,107.053,1.66668,300,5,0,71,0,0,1), - (37874,1505,0,30,0,2022.56,1972.36,99.8971,4.71197,300,5,0,71,0,0,1), - (37875,1688,0,368,0,2084.57,1950.06,98.4014,2.56563,300,0,0,102,0,0,0), - (37876,1505,0,30,0,2056.81,1972.36,100.747,5.48545,300,3,0,71,0,0,1), - (37877,1535,0,2471,0,2403.3,1648.76,32.0077,1.99185,300,10,0,120,0,0,1), - (37878,1535,0,2482,0,2332.26,1680.09,43.4751,0.662421,300,5,0,120,0,0,1), - (37879,1520,0,200,0,2805.35,949.789,116.959,0.436489,300,5,0,120,0,0,1), - (37880,1536,0,2479,0,1908.12,923.946,29.7386,0.006932,300,5,0,137,0,0,1), - (37881,1536,0,2479,0,1837.85,855.646,25.2396,2.89931,300,5,0,137,0,0,1), - (37882,1548,0,9020,0,1912.57,842.721,41.9045,0.060886,300,5,0,122,0,0,1), - (37883,1554,0,8808,0,1929.02,1152.29,38.4958,1.53708,300,10,0,156,0,0,1), - (37884,1548,0,9020,0,1854.96,787.717,26.9099,4.4742,300,5,0,122,0,0,1), - (37885,1554,0,8808,0,1964.14,885.901,34.2882,3.46216,300,5,0,156,0,0,1), - (37886,1548,0,9020,0,2002.38,768.478,39.6332,2.10133,300,10,0,122,0,0,1), - (37887,1548,0,9020,0,1902.73,963.29,29.1254,5.09049,300,5,0,122,0,0,1), - (37888,1554,0,8808,0,1922.58,836.244,41.6266,3.33018,300,0,0,156,0,0,0), - (37889,1554,0,8808,0,2020.88,1012.5,30.5955,3.14159,300,5,0,156,0,0,1), - (37890,1548,0,9020,0,1930.55,618.796,54.2126,1.86076,300,10,0,122,0,0,1), - (37891,1553,0,4734,0,2344.95,712.518,36.8012,0.251609,300,0,0,120,0,0,0), - (37892,1553,0,4734,0,2322.83,918.127,60.1364,5.34104,300,10,0,120,0,0,1), - (37893,1548,0,9020,0,2379.37,865.692,57.992,1.02803,300,10,0,122,0,0,1), - (37894,1547,0,9021,0,2315.17,724.557,35.1217,5.1804,300,10,0,101,142,0,1), - (37895,1548,0,9020,0,2358.62,892.098,59.187,1.64109,300,10,0,122,0,0,1), - (37896,1553,0,4734,0,2306.03,920.721,58.1964,0.858021,300,10,0,120,0,0,1), - (37897,1674,0,10852,0,2821.03,376.412,22.7921,5.27871,300,10,0,120,0,0,1), - (37898,1674,0,10852,0,2818.14,452.105,18.0361,5.86456,300,10,0,120,0,0,1), - (37899,1544,0,1005,0,2488.6,1685.35,14.8781,1.15482,300,5,0,148,165,0,1), - (37900,1544,0,1005,0,2494.73,1390.3,6.57287,1.28458,300,5,0,148,165,0,1), - (37901,1543,0,441,0,2541.55,1410.08,5.10788,1.06614,300,5,0,137,0,0,1), - (37902,1543,0,441,0,2464.12,1662.4,14.5767,3.06407,300,10,0,137,0,0,1), - (37903,1544,0,1005,0,2545.33,1408.11,6.07028,1.22173,300,0,0,148,165,0,0), - (37904,1543,0,441,0,2533.43,1657.31,5.56166,2.05949,300,0,0,137,0,0,0), - (37905,1544,0,1005,0,2456.27,1715.87,24.5339,2.94092,300,5,0,148,165,0,1), - (37906,1544,0,1005,0,2483.72,1641.12,15.7732,1.74533,300,0,0,148,165,0,0), - (37907,1543,0,441,0,2567.5,1424.39,-1.19598,2.64526,300,5,0,137,0,0,1), - (37908,1543,0,441,0,3018.69,289.98,0.184674,6.16101,300,0,0,137,0,0,0), - (37909,1543,0,441,0,3025.98,239.058,-0.925396,5.22211,300,5,0,137,0,0,1), - (37910,1544,0,1005,0,2969.76,189.275,12.6575,3.29867,300,0,0,148,165,0,0), - (37911,1544,0,1005,0,2949.23,182.639,2.95665,3.94979,300,5,0,148,165,0,1), - (37912,1544,0,1005,0,3017.71,280.209,-1.31983,0.164568,300,5,0,148,165,0,1), - (37913,1553,0,4734,0,2580.05,88.1848,26.5534,5.92149,300,5,0,120,0,0,1), - (37914,1553,0,4734,0,2276.98,2.35094,23.6575,4.81323,300,10,0,120,0,0,1), - (37915,1553,0,4734,0,2132.05,74.0662,33.4684,1.15168,300,5,0,120,0,0,1), - (37916,1553,0,4734,0,2419.84,173.863,32.5952,4.69774,300,5,0,120,0,0,1), - (37917,1547,0,9021,0,2619.1,298.591,40.1173,5.63091,300,5,0,101,142,0,1), - (37918,1547,0,9021,0,2224.5,116.798,44.6802,2.84238,300,10,0,101,142,0,1), - (37919,1540,0,2481,0,2870.57,-497.285,101.174,5.39186,300,10,0,198,0,0,1), - (37920,1540,0,2470,0,2943.75,-554.264,109.317,3.22052,300,5,0,198,0,0,1), - (37921,1538,0,2477,0,3097.16,-552.221,126.705,2.99377,300,0,0,166,178,0,0), - (37922,1538,0,2477,0,3051.71,-551.006,126.513,3.26377,300,0,0,166,178,0,0), - (37923,1539,0,2480,0,2977.94,-537.431,112.447,5.61996,300,0,0,186,191,0,0), - (37924,4282,0,2513,0,2953.57,-720.191,154.858,4.47836,300,5,0,2112,2068,0,1), - (37925,5406,0,2408,0,2879.21,-637.771,137.922,1.36136,120,0,0,42,0,0,0), - (37926,1548,0,9020,0,2200.67,-335.787,77.222,0.06449,300,5,0,122,0,0,1), - (37927,1554,0,8808,0,1736.9,-522.7,39.1957,5.4161,300,5,0,156,0,0,1), - (37928,1554,0,8808,0,2157.01,-385.053,76.1391,0.085692,300,5,0,156,0,0,1), - (37930,2202,1,3619,0,7068.95,420.613,-14.3975,5.45704,275,5,0,247,0,0,1), - (37931,2202,1,3619,0,7071.18,432.281,-21.8855,3.06401,275,5,0,247,0,0,1), - (37932,2202,1,3619,0,7039.57,407.25,-14.3531,1.54251,275,5,0,247,0,0,1), - (37933,2202,1,3619,0,7089.47,446.476,-22.9681,2.51572,275,5,0,247,0,0,1), - (37934,2202,1,3619,0,6972.25,209.263,-0.705522,0.333344,275,5,0,247,0,0,1), - (37935,2202,1,3619,0,7137.51,311.078,-39.9594,6.02989,275,5,0,247,0,0,1), - (37936,2202,1,3619,0,7029.96,435.876,-21.8221,5.82134,275,5,0,247,0,0,1), - (37937,2202,1,3619,0,6120.03,555.353,1.9681,1.01872,275,5,0,247,0,0,1), - (37938,2202,1,3619,0,6106.17,543.677,2.5931,1.95276,275,5,0,247,0,0,1), - (37939,2202,1,3619,0,6106.89,573.122,-0.89235,4.4622,275,5,0,247,0,0,1), - (37940,2202,1,3619,0,6102.79,557.35,1.5931,0.617162,275,5,0,247,0,0,1), - (37941,2202,1,3619,0,5640.76,523.388,1.55423,4.68951,275,5,0,247,0,0,1), - (37942,2202,1,3619,0,5640.63,534.375,-1.44506,5.35897,275,10,0,247,0,0,1), - (37943,2202,1,3619,0,5615.68,523.598,1.81754,6.05484,275,3,0,247,0,0,1), - (37944,2202,1,3619,0,5613.83,501.413,4.31754,0.017342,275,5,0,247,0,0,1), - (37945,2203,1,3940,0,7144.76,340.26,-28.9234,0.637172,275,5,0,253,264,0,1), - (37946,2203,1,3940,0,7175.84,322.183,-42.3932,0.735586,275,5,0,253,264,0,1), - (37947,2203,1,3940,0,7106.64,319.313,-40.6059,1.59053,275,5,0,253,264,0,1), - (37948,2203,1,3940,0,7132.67,336.642,-31.4938,1.64629,275,5,0,253,264,0,1), - (37949,2203,1,3940,0,7137.09,313.784,-21.1934,4.10084,275,5,0,253,264,0,1), - (37950,2203,1,3940,0,7138.54,301.215,-19.6593,3.45352,275,5,0,253,264,0,1), - (37951,2203,1,3940,0,5229.26,593.396,0.241886,4.89102,275,0,0,253,264,0,0), - (37952,2203,1,3940,0,6985.78,199.721,-1.2928,0.495382,275,5,0,253,264,0,1), - (37953,2203,1,3940,0,7132.17,334.142,-41.4268,5.35457,275,5,0,253,264,0,1), - (37954,6299,1,5021,0,6545.89,440.145,7.65281,4.90438,275,0,0,1240,0,0,0), - (37955,2203,1,3940,0,7031.98,403.298,-6.39551,0.507623,275,0,0,253,264,0,0), - (37956,2203,1,3940,0,7073.69,437.231,-3.75144,5.45766,275,2,0,253,264,0,1), - (37957,2203,1,3940,0,7059.3,408.267,-14.5234,0.391694,275,5,0,253,264,0,1), - (37958,2203,1,3940,0,7040.99,397.704,-13.8551,3.01404,275,5,0,253,264,0,1), - (37959,2203,1,3940,0,7044.31,408.762,-22.0947,5.44967,275,5,0,253,264,0,1), - (37960,2203,1,3940,0,7119.89,369.168,-41.4425,1.8984,275,5,0,253,264,0,1), - (37961,2203,1,3940,0,6953.98,205.103,0.953374,4.16698,275,5,0,253,264,0,1), - (37962,2203,1,3940,0,6937.84,197.578,1.80443,0.248633,275,5,0,253,264,0,1), - (37963,2203,1,3940,0,7008.75,395.88,-9.79006,4.81561,275,5,0,253,264,0,1), - (37964,2203,1,3940,0,5634.01,510.388,5.17923,3.06123,275,10,0,253,264,0,1), - (37965,2203,1,3940,0,5627.8,531.891,-0.807462,0.184169,275,5,0,253,264,0,1), - (37966,2203,1,3940,0,5244.47,573.633,1.35491,5.29995,275,5,0,253,264,0,1), - (37967,2203,1,3940,0,5214.25,591.047,1.99416,6.26756,275,0,0,253,264,0,0), - (37968,2203,1,3940,0,5207.14,602.259,1.67546,3.08685,275,0,0,253,264,0,0), - (37969,2204,1,2597,0,7444.57,46.9616,1.61016,2.03179,275,5,0,300,0,0,1), - (37970,2204,1,2597,0,7445.21,70.5394,1.75787,3.50324,275,5,0,300,0,0,1), - (37971,6300,1,5022,0,6538.29,443.297,7.224,4.46804,275,0,0,1605,0,0,0), - (37972,2204,1,2597,0,5231.15,568.063,3.80882,0.931504,275,5,0,300,0,0,1), - (37973,2204,1,2597,0,5255.47,584.749,-1.52009,2.57169,275,5,0,300,0,0,1), - (37974,2204,1,2597,0,5221.4,596.018,1.01469,4.58997,275,0,0,300,0,0,0), - (37975,2205,1,540,0,4830.79,813.307,-2.78355,0.443306,275,5,0,328,0,0,1), - (37976,2205,1,540,0,7427.23,43.166,2.57304,3.73253,275,5,0,328,0,0,1), - (37977,2205,1,540,0,7457.05,67.7084,-0.617127,5.52877,275,5,0,328,0,0,1), - (37978,2205,1,540,0,7452.11,54.5537,0.23516,3.84436,275,5,0,328,0,0,1), - (37979,2205,1,540,0,7428.38,69.6697,3.11166,1.89803,275,5,0,328,0,0,1), - (37980,6301,1,5023,0,6535.77,445.551,7.12758,4.36332,275,0,0,1605,0,0,0), - (37981,2205,1,540,0,5005.5,551.875,4.77554,1.122,275,3,0,328,0,0,1), - (37982,2205,1,540,0,4776.73,767.224,2.26282,1.18014,275,3,0,328,0,0,1), - (37983,2205,1,540,0,7414.85,54.4275,2.82304,3.27297,275,5,0,328,0,0,1), - (37984,2205,1,540,0,4987.13,535.932,6.40979,4.77012,275,3,0,328,0,0,1), - (37985,2205,1,540,0,4999.71,534.458,6.15979,5.91839,275,3,0,328,0,0,1), - (37986,2205,1,540,0,4977,538.907,7.28479,5.19715,275,3,0,328,0,0,1), - (37987,2206,1,652,0,4801.28,807.187,0.385285,-2.59143,275,3,0,356,0,0,1), - (37988,2206,1,652,0,4823.6,804.647,-1.22579,0.494468,275,5,0,356,0,0,1), - (37989,2206,1,652,0,4988.55,540.98,5.71478,1.87403,275,0,0,356,0,0,0), - (37990,2206,1,652,0,4985.02,548.381,5.37413,2.83807,275,0,0,356,0,0,0), - (37991,2206,1,652,0,4806.68,789.584,0.787679,0.721443,275,3,0,356,0,0,1), - (37992,2206,1,652,0,4789.12,782.784,1.67119,3.16112,275,3,0,356,0,0,1), - (37993,2206,1,652,0,4993.71,549.704,5.03479,2.97235,275,0,0,356,0,0,0), - (37994,2206,1,652,0,4992.42,560.697,4.15979,0.744287,275,3,0,356,0,0,1), - (37995,2207,1,4920,0,7818.4,-638.766,-27.9735,1.43649,275,5,0,377,408,0,1), - (37996,7267,209,6439,0,1727.48,1017.35,54.9102,1.00614,36000,0,0,13433,0,0,0), - (37997,7797,209,6687,0,1730.28,1015.17,54.9074,0.900874,36000,0,0,9240,0,0,0), - (37998,7268,209,4305,0,1725,1058.67,54.1025,5.60697,18000,1,0,5544,0,0,1), - (37999,7268,209,4305,0,1718.64,1056.26,53.488,5.68551,18000,1,0,5544,0,0,1), - (38000,7268,209,4305,0,1767.91,1024.01,53.7834,2.25254,18000,1,0,5544,0,0,1), - (38001,7268,209,4305,0,1762.87,1014.21,53.4866,2.42533,18000,1,0,5544,0,0,1), - (38002,5650,209,6421,0,1296.82,813.011,11.1528,4.50295,18000,0,0,4278,2966,0,0), - (38003,5648,209,6420,0,1262.07,840.807,8.9959,0.383972,18000,0,0,3603,7150,0,0), - (38004,14849,0,14914,0,-9547.84,73.6699,58.9674,4.64258,180,0,0,1240,0,0,0), - (38005,5648,209,6419,0,1296.55,807.73,12.1035,2.00713,18000,0,0,3603,7150,0,0), - (38006,5649,209,6423,0,1261.55,846.373,9.28673,5.34071,18000,0,0,5346,0,0,0), - (38007,5648,209,6420,0,1265.82,840.409,9.10481,2.19912,18000,0,0,3603,7150,0,0), - (38008,5649,209,6423,0,1292.81,810.933,10.6402,5.72468,18000,0,0,5346,0,0,0), - (38009,5648,209,6419,0,1325.66,843.422,11.7873,4.01426,18000,0,0,3603,7150,0,0), - (38010,5649,209,6423,0,1319.59,836.886,8.97416,0.418879,18000,0,0,5346,0,0,0), - (38011,5650,209,6422,0,1327.73,838.162,9.23823,3.24631,18000,0,0,4278,2966,0,0), - (38012,5649,209,6424,0,1357.26,817.232,8.97416,0.174533,18000,0,0,5346,0,0,0), - (38013,5649,209,6424,0,1365.43,819.994,8.97416,3.71755,18000,0,0,5346,0,0,0), - (38014,8095,209,7345,0,1414.69,772.811,28.7146,5.72987,18000,5,0,5683,0,0,1), - (38015,5648,209,6420,0,1430.52,795.113,11.9563,2.33874,18000,0,0,3603,7150,0,0), - (38016,5648,209,6420,0,1427.77,794.452,11.6592,1.79769,18000,0,0,3603,7150,0,0), - (38017,5648,209,6419,0,1426.05,800.303,10.6506,5.14872,18000,0,0,3603,7150,0,0), - (38018,8095,209,7345,0,1452.61,761.849,40.2917,6.17755,18000,5,0,5683,0,0,1), - (38019,1548,0,9020,0,1666.37,-642.773,46.3329,2.93309,300,5,0,122,0,0,1), - (38020,1554,0,8808,0,1849.37,-682.474,51.7183,0.429133,300,5,0,156,0,0,1), - (38021,1554,0,8808,0,2725.52,-181.852,33.9557,5.27844,300,5,0,156,0,0,1), - (38022,1548,0,9020,0,2692.92,-210.395,35.4957,0.066438,300,5,0,122,0,0,1), - (38023,1554,0,8808,0,2750.29,-285.453,65.5412,4.96116,300,10,0,156,0,0,1), - (38024,1554,0,8808,0,1869.89,-250.965,35.468,0.499035,300,10,0,156,0,0,1), - (38025,1549,0,3916,0,2588.09,-781.904,70.3601,5.42313,300,10,0,176,0,0,1), - (38026,1555,0,368,0,2294.67,-911.819,74.7889,5.52833,300,5,0,176,0,0,1), - (38027,1549,0,3916,0,2648.45,-846.21,74.0381,3.7849,300,10,0,176,0,0,1), - (38028,1555,0,368,0,2254.68,-1011.59,78.3674,0.375635,300,5,0,176,0,0,1), - (38029,1554,0,8808,0,2283.27,-750.751,66.4682,5.73904,300,10,0,156,0,0,1), - (38030,1549,0,3916,0,2410.82,-726.188,71.9845,5.79021,300,10,0,176,0,0,1), - (38031,1538,0,2466,0,2112.78,-625.056,93.5988,3.4383,300,0,0,166,178,0,0), - (38032,1538,0,2466,0,2177.13,-610.977,80.7263,5.22851,300,5,0,166,178,0,1), - (38033,1537,0,2483,0,2168.74,-626.872,87.957,1.21185,300,0,0,156,0,0,0), - (38034,1532,0,3228,0,2007.81,-422.719,35.4582,3.07848,300,10,0,198,0,0,1), - (38035,1532,0,3227,0,2048.61,-512.023,43.3537,3.52147,300,5,0,198,0,0,1), - (38036,1532,0,3228,0,2070.6,-462.606,39.4806,5.28183,300,3,0,198,0,0,1), - (38037,1529,0,1198,0,2042.24,-423.988,35.5727,1.8838,300,3,0,183,240,0,1), - (38038,1532,0,3228,0,2068.19,-423.546,39.014,4.12169,300,5,0,198,0,0,1), - (38039,1513,0,9535,0,1970.4,1323.13,78.7402,4.20651,300,5,0,71,0,0,1), - (38040,1509,0,604,0,1925.76,1366.68,68.2069,4.54467,300,10,0,55,0,0,1), - (38041,11320,389,11010,0,-45.0298,-27.7645,-21.2917,1.70311,7200,5,0,819,0,0,1), - (38042,11321,389,2075,0,-36.4604,-42.0863,-21.773,0.809754,7200,5,0,819,0,0,1), - (38043,11320,389,11010,0,-15.9865,-50.1693,-21.7804,3.57792,7200,5,0,819,0,0,1), - (38044,11320,389,11010,0,-70.6122,-32.8292,-18.4872,2.57425,7200,2,0,819,0,0,1), - (38045,11320,389,11010,0,-23.8034,-62.1556,-21.3704,4.06767,7200,5,0,819,0,0,1), - (38046,11320,389,11010,0,-106.32,-37.6574,-30.0448,5.36449,7200,5,0,819,0,0,1), - (38047,11320,389,11010,0,-129.135,-35.1578,-33.2627,3.7001,7200,5,0,819,0,0,1), - (38048,11320,389,11010,0,-95.8062,45.3441,-17.4092,1.72232,7200,2,0,819,0,0,1), - (38049,11319,389,11610,0,-136.804,-3.84714,-53.0579,5.37443,7200,2,0,833,264,0,1), - (38050,11318,389,11609,0,-157.268,-21.7249,-57.2708,5.39606,7200,2,0,819,0,0,1), - (38052,1509,0,604,0,2067.9,1343.68,63.2778,5.74856,300,5,0,55,0,0,1), - (38053,4775,0,2811,0,1554.3,257.968,-43.0198,5.93412,300,0,0,1605,0,0,0), - (38054,7395,0,2177,0,1597.62,223.966,-62.1203,3.37374,120,1,0,64,0,0,1), - (38055,4613,0,2621,0,1591.25,204.498,-55.2596,1.72788,300,0,0,3517,0,0,0), - (38056,4558,0,2666,0,1634.87,260.828,-43.0197,4.04916,300,0,0,1605,0,0,0), - (38057,4551,0,2638,0,1567.12,266.345,-43.0194,0.820305,900,0,0,7423,7071,0,0), - (38058,5052,0,2998,0,1594.48,203.449,-55.2596,1.50098,300,0,0,1240,0,0,0), - (38059,7395,0,2177,0,1597.15,226.008,-62.1117,1.48547,120,1,0,64,0,0,1), - (38060,1087,0,815,0,-11149.6,-3887.42,-11.0665,4.43141,300,5,0,1902,0,0,1), - (38061,4557,0,2636,0,1616.24,286.537,-43.019,4.20624,300,0,0,1605,0,0,0), - (38062,4560,0,2654,0,1630.4,275.131,-43.019,3.90954,300,0,0,1605,0,0,0), - (38063,5703,0,4060,0,1789.69,122.007,-63.7599,1.11701,300,0,0,919,0,0,0), - (38064,4570,0,2673,0,1702.31,206.812,-62.0739,4.76475,300,0,0,1605,0,0,0), - (38065,5821,0,4381,0,1692.84,198.143,-62.0907,5.28835,300,0,0,1605,0,0,0), - (38066,11048,0,10580,0,1686.99,200.905,-62.0883,5.16617,300,0,0,1172,0,0,0), - (38067,4576,0,2634,0,1681.49,194.356,-62.0865,0.458519,300,0,0,2972,0,0,0), - (38068,4577,0,2671,0,1684.99,196.001,-62.083,5.70723,300,0,0,1605,0,0,0), - (38069,11049,0,10581,0,1682.31,201.275,-62.0883,5.42797,300,0,0,1764,0,0,0), - (38070,4581,0,2648,0,1626.63,130.468,-62.0695,0.226893,300,0,0,1605,0,0,0), - (38071,4564,0,2637,0,1780.31,44.0374,-61.4091,1.32645,300,0,0,3517,2103,0,0), - (38072,2492,0,2810,0,1778.19,65.4829,-46.2368,2.79253,300,0,0,2016,0,0,0), - (38073,4611,0,2623,0,1408.49,414.871,-84.8822,3.64774,300,0,0,3517,0,0,0), - (38074,8318,109,7554,0,-438.18,189.796,-53.9463,3.10119,7200,0,0,2399,0,0,0), - (38075,5267,109,4771,0,-442.403,187.482,-53.9463,3.01794,7200,0,0,6251,0,0,0), - (38076,8318,109,7554,0,-444.5,185.774,-53.9463,2.84594,7200,0,0,2399,0,0,0), - (38077,5256,109,7709,0,-412.033,176.179,-53.9463,5.23434,7200,0,0,6186,0,0,0), - (38078,8318,109,7554,0,-578.458,179.905,-69.4013,3.89918,7200,0,0,2399,0,0,0), - (38079,8318,109,7554,0,-572.55,187.132,-69.4013,4.07982,7200,0,0,2399,0,0,0), - (38080,5259,109,6670,0,-350.239,4.82687,-69.3923,2.37323,7200,0,0,4776,1640,0,0), - (38081,5267,109,4771,0,-362.514,3.44433,-69.3923,0.64142,7200,0,0,6251,0,0,0), - (38082,8318,109,7554,0,-356.844,13.1748,-69.3923,4.61004,7200,0,0,2399,0,0,0), - (38083,8297,0,11564,0,-11619.4,-2822.7,3.0829,2.7939,72000,0,0,3643,0,0,0), - (38084,5259,109,6670,0,-606.221,46.1259,-69.3528,5.56428,7200,0,0,4776,1640,0,0), - (38085,8318,109,7554,0,-601.994,52.978,-69.3528,5.3216,7200,0,0,2399,0,0,0), - (38086,8318,109,7554,0,-596.574,44.2668,-69.3528,2.95519,7200,0,0,2399,0,0,0), - (38088,2207,1,4920,0,7827.22,-653.083,-24.6011,2.62118,275,5,0,377,408,0,1), - (38089,8299,0,388,0,-11518.4,-3209.88,8.09441,0.44557,72000,0,0,3082,0,0,0), - (38090,5731,0,4108,0,1481.33,308.523,-61.1863,4.15513,300,5,0,919,0,0,2), - (38091,4612,0,1201,0,1467.61,340.737,-61.9681,2.56563,300,0,0,1605,0,0,0), - (38092,4615,0,2665,0,1564.79,348.156,-62.0733,3.22886,300,0,0,1605,0,0,0), - (38093,5733,0,4110,0,1453.95,351.288,-62.1024,0.556914,300,5,0,919,0,0,2), - (38094,5735,0,3980,0,1405.82,375.381,-84.868,4.83456,300,0,0,102,0,0,0), - (38095,4582,0,2659,0,1416.64,68.6927,-62.1954,4.64258,300,0,0,2471,0,0,0), - (38096,4586,0,2630,0,1409.82,150.423,-62.3224,4.93928,300,0,0,1605,0,0,0), - (38097,7297,0,6065,0,1457.91,69.3455,-62.2023,4.41568,300,0,0,2016,0,0,0), - (38098,7087,0,5845,0,1499.16,200.116,-62.0551,4.34587,300,0,0,2016,0,0,0), - (38099,4569,0,2619,0,1561.75,133.745,-62.0671,2.93215,300,0,0,1605,0,0,0), - (38100,5747,0,4123,0,1533.84,202.238,-62.1801,5.4008,300,0,0,919,1202,0,2), - (38101,2802,0,10563,0,1390.21,35.2176,-62.1933,2.07967,300,0,0,4108,0,0,2), - (38102,4587,0,2661,0,1402.06,149.05,-62.3705,5.60251,300,0,0,1605,0,0,0), - (38103,11031,0,10572,0,1404.08,142.911,-62.2217,0.017453,300,0,0,1846,0,0,0), - (38104,5744,0,4120,0,1415.26,127.163,-62.2072,5.085,300,5,0,919,1202,0,2), - (38105,5679,0,4009,0,1741.54,383.161,-62.208,3.735,300,0,0,1605,2175,0,0), - (38106,5665,0,3883,0,1702.21,424.583,-62.2676,1.8675,300,0,0,919,0,0,0), - (38107,5674,0,3020,0,1719.97,279.43,-62.0962,1.85005,120,0,0,64,0,0,0), - (38108,5652,0,3019,0,1701.8,425.977,-62.2667,5.07891,300,0,0,64,0,0,0), - (38109,4601,0,2627,0,1669.39,307.177,-62.064,0.837758,300,0,0,1605,0,0,0), - (38110,2207,1,4920,0,4504.95,908.405,3.14511,0.939051,275,0,0,377,408,0,0), - (38111,5699,0,4053,0,1655.61,365.46,-60.6794,2.67035,300,0,0,2471,0,0,0), - (38112,5698,0,4052,0,1653.56,365.232,-60.6772,0.977384,300,0,0,2471,0,0,0), - (38114,5761,43,1084,0,-226.983,44.6691,-82.4401,0.891545,7200,5,0,1212,456,0,1), - (38115,3840,43,4233,0,-198.346,34.6839,-49.1724,4.76475,7200,0,0,1212,912,0,0), - (38116,5761,43,1084,0,-218.221,51.4199,-82.3402,3.49,7200,0,1,1212,456,0,2), - (38118,5053,43,2996,0,-203.663,-5.26961,-105.774,5.12866,7200,5,0,417,0,0,1), - (38119,3840,43,4233,0,-133.477,-31.7903,-76.8896,1.11701,7200,0,0,1212,912,0,0), - (38120,5055,43,8172,0,-155.75,-42.8997,-79.8168,2.31588,7200,6,0,134,0,0,1), - (38121,5056,43,3006,0,-145.744,2.36266,-28.5646,5.75265,7200,10,0,1452,0,0,1), - (38122,5756,43,2706,0,-219.854,58.6887,-48.9416,5.78034,7200,0,0,1452,0,0,2), - (38123,5053,43,2996,0,-249.33,-17.1887,-105.661,4.79718,7200,5,0,417,0,0,1), - (38124,3840,43,4233,0,-145.986,-50.8781,-78.394,1.46608,7200,0,0,1212,912,0,0), - (38125,3835,43,1924,0,-235.916,-9.51305,-105.674,3.35617,7200,15,0,8,0,0,1), - (38126,5055,43,8172,0,-154.376,-48.0688,-78.6814,0.267989,7200,6,0,134,0,0,1), - (38127,5055,43,8172,0,-162.489,-50.1081,-77.0771,3.75461,7200,6,0,134,0,0,1), - (38128,4595,0,2614,0,1767.26,418.445,-57.1143,0.122173,300,0,0,2471,0,0,0), - (38129,11870,0,11805,0,1668.21,323.349,-62.0677,0.541052,900,0,0,6830,0,0,0), - (38130,5653,0,3853,0,1732.01,378.016,-61.7878,0.027743,300,0,0,919,0,0,0), - (38131,2207,1,4920,0,4596.74,920.727,1.063,1.52214,275,0,0,377,408,0,0), - (38132,5055,43,8172,0,-156.364,-53.7249,-76.8518,5.63513,7200,6,0,134,0,0,1), - (38133,3835,43,1924,0,-251.568,4.82494,-106.714,1.86796,7200,5,0,8,0,0,1), - (38134,5053,43,2996,0,-273.694,-7.56099,-106.364,3.99369,7200,5,0,417,0,0,1), - (38135,3835,43,1924,0,-272.907,-7.84298,-106.515,0.960826,7200,15,0,8,0,0,1), - (38136,3840,43,4233,0,-265.864,43.1378,-87.6643,4.88692,7200,0,0,1212,912,0,0), - (38137,5761,43,1084,0,-264.569,37.9848,-87.4082,5.53269,7200,5,0,1212,456,0,1), - (38138,5761,43,1084,0,-345.685,22.6036,-101.262,3.71755,7200,5,0,1212,456,0,1), - (38139,3840,43,4233,0,-352.573,22.6263,-100.832,4.06662,7200,0,0,1212,912,0,0), - (38140,5761,43,1084,0,-335.412,50.9614,-97.7736,2.96918,7200,5,0,1212,456,0,1), - (38141,2914,43,1206,0,-338.159,35.1821,-99.0124,1.00232,7200,10,0,8,0,0,1), - (38142,3640,43,1751,0,-344.548,24.5073,-101.101,2.69132,7200,0,0,1158,0,0,2), - (38143,3840,43,4233,0,-352.826,43.2932,-100.082,0.733038,7200,0,0,1212,912,0,0), - (38145,2914,43,1206,0,-334.276,-66.2257,-65.0929,4.18411,7200,15,0,8,0,0,1), - (38146,3840,43,4233,0,-102.14,-8.77391,-29.1185,6.03884,7200,0,0,1212,912,0,0), - (38147,5756,43,2706,0,-111.045,-16.0654,-28.4545,6.22136,7200,7,0,1452,0,0,1), - (38148,3673,43,4215,0,-120.163,-24.624,-28.5832,2.83035,36000,0,0,2784,1530,0,0), - (38149,2207,1,4920,0,4590.38,909.937,1.688,0.751454,275,0,0,377,408,0,0), - (38150,2207,1,4920,0,4525.96,882.266,-1.3168,3.54712,275,0,0,377,408,0,0), - (38151,2207,1,4920,0,4609.36,913.667,0.811804,5.398,275,0,0,377,408,0,0), - (38152,2207,1,4920,0,7782.17,-691.085,-8.92414,6.08933,275,5,0,377,408,0,1), - (38153,2207,1,4920,0,7786.5,-661.654,-19.3308,3.31422,275,5,0,377,408,0,1), - (38154,2207,1,4920,0,4669.05,869.903,1.21204,1.17585,275,3,0,377,408,0,1), - (38155,2207,1,4920,0,4669.98,883.959,-1.03256,1.90241,275,10,0,377,408,0,1), - (38156,2207,1,4920,0,4612.23,902.473,0.436804,1.12867,275,10,0,377,408,0,1), - (38157,2207,1,4920,0,4495.58,902.892,10.2698,4.85442,275,0,0,377,408,0,0), - (38158,2207,1,4920,0,4511.78,884.784,-1.8168,5.18703,275,0,0,377,408,0,0), - (38159,2208,1,478,0,7815.03,-653.185,-21.7243,4.66176,275,5,0,404,456,0,1), - (38160,2208,1,478,0,7800.96,-649.572,-26.2598,3.41849,275,5,0,404,456,0,1), - (38161,2208,1,478,0,4701.61,885.933,-1.79313,0.385374,275,3,0,404,456,0,1), - (38162,2208,1,478,0,4688.08,888.269,-1.28796,4.63112,275,3,0,404,456,0,1), - (38163,2208,1,478,0,4525.94,906.189,6.02011,2.3718,275,0,0,404,456,0,0), - (38164,2208,1,478,0,4696.18,870.938,0.087038,3.99177,275,3,0,404,456,0,1), - (38165,2208,1,478,0,7784.09,-679.191,-11.6741,3.31019,275,5,0,404,456,0,1), - (38166,2208,1,478,0,7770.85,-674.001,-12.1741,3.39092,275,5,0,404,456,0,1), - (38167,2208,1,478,0,7801.31,-670.994,-16.9548,2.62898,275,5,0,404,456,0,1), - (38168,5761,43,1084,0,-172.858,-82.2607,-67.712,5.59834,7200,0,0,1212,456,0,2), - (38169,2208,1,478,0,7805.19,-660.025,-23.3306,0.868725,275,5,0,404,456,0,1), - (38170,2208,1,478,0,4687.95,863.727,2.52746,4.18103,275,3,0,404,456,0,1), - (38171,2208,1,478,0,4675.84,857.685,0.652459,2.92042,275,3,0,404,456,0,1), - (38172,2208,1,478,0,4588.99,894.729,1.18516,4.96324,275,0,0,404,456,0,0), - (38173,2208,1,478,0,4599.3,890.433,1.18516,3.43009,275,0,0,404,456,0,0), - (38174,2208,1,478,0,4492.86,880.785,-1.56278,2.51213,275,0,0,404,456,0,0), - (38175,2208,1,478,0,4493.62,894.452,2.06222,1.23625,275,0,0,404,456,0,0), - (38176,2212,1,1013,0,6598.28,-32.0527,34.4785,2.43279,275,5,0,247,0,0,2), - (38177,2212,1,1013,0,6622.05,-113.395,33.254,3.54033,275,5,0,247,0,0,1), - (38178,2212,1,1013,0,6732.49,-168.291,32.1132,5.92292,275,10,0,247,0,0,1), - (38179,2212,1,1013,0,6714.17,-198.985,36.3805,0.522628,275,10,0,247,0,0,1), - (38180,2212,1,1013,0,6688.06,-155.065,31.9239,1.17933,275,10,0,247,0,0,1), - (38181,2212,1,1013,0,6739.34,-35.7338,43.1269,5.42964,275,5,0,247,0,0,2), - (38183,10157,1,12236,0,6013.84,-45.659,21.7033,0.996915,275,3,0,252,264,0,1), - (38184,10157,1,12236,0,6333.75,-120.255,25.4351,0.260307,275,3,0,252,264,0,1), - (38185,10157,1,12236,0,6137.91,-68.9714,36.0625,0.677245,275,5,0,252,264,0,1), - (38186,10158,1,5927,0,6054.28,106.751,31.7157,1.02502,275,5,0,246,0,0,1), - (38187,10158,1,5927,0,6325.18,56.2202,33.3632,0.505082,275,5,0,246,0,0,1), - (38188,10158,1,5927,0,6119.84,-81.9406,56.3046,6.21095,275,5,0,246,0,0,1), - (38189,10158,1,5927,0,6395.72,118.459,33.9858,0.234604,275,10,0,246,0,0,1), - (38190,10158,1,5927,0,6041.23,44.2576,34.4006,3.57613,275,10,0,246,0,0,1), - (38191,10158,1,5927,0,6382.67,-63.3626,36.0136,2.08516,275,5,0,246,0,0,1), - (38192,10158,1,5927,0,6309.23,-143.616,41.2041,2.97291,275,10,0,246,0,0,1), - (38193,10158,1,5927,0,6021.52,-58.315,47.6192,3.67431,275,3,0,246,0,0,1), - (38194,10158,1,5927,0,6033.86,164.068,21.2415,5.03127,275,3,0,246,0,0,1), - (38195,10158,1,5927,0,6085.99,114.848,33.7741,4.47664,275,2,0,246,0,0,1), - (38196,10158,1,5927,0,6010.89,138.28,30.6624,3.52174,275,5,0,246,0,0,1), - (38197,10158,1,5927,0,6225.75,141.634,42.3851,2.42838,275,5,0,246,0,0,1), - (38198,10158,1,5927,0,6278.58,211.596,33.9799,5.36487,275,10,0,246,0,0,1), - (38199,10158,1,5927,0,6196.17,90.6668,30.9991,6.02034,275,5,0,246,0,0,1), - (38200,10158,1,5927,0,6212.52,-50.9241,40.129,2.85595,275,5,0,246,0,0,1), - (38201,10158,1,5927,0,6384.79,190.732,25.8178,2.07467,275,10,0,246,0,0,1), - (38202,750,0,1995,0,-11167.7,-3845.83,-7.61336,4.25718,300,5,0,1981,0,0,1), - (38203,10158,1,5927,0,6120.76,124.731,26.2649,3.45695,275,3,0,246,0,0,1), - (38204,10158,1,5927,0,6127.65,106.902,25.0898,0.925025,275,0,0,246,0,0,0), - (38205,10158,1,5927,0,6181.19,125,31.7945,2.69317,275,5,0,246,0,0,1), - (38206,1522,0,11398,0,2811.55,869.971,111.951,2.97899,300,5,0,126,289,0,1), - (38207,1522,0,11398,0,2813.15,728.139,139.449,3.9431,300,5,0,126,289,0,1), - (38208,1522,0,11398,0,2857,1075.72,117.989,5.26917,300,5,0,126,289,0,1), - (38209,10158,1,5927,0,6111.59,180.216,25.972,2.06736,275,10,0,246,0,0,1), - (38210,10158,1,5927,0,6387.99,148.215,27.5364,5.88001,275,10,0,246,0,0,1), - (38211,10158,1,5927,0,6191.39,55.2648,37.0805,3.0458,275,5,0,246,0,0,1), - (38212,10158,1,5927,0,6216.64,30.2042,36.4602,5.03977,275,5,0,246,0,0,1), - (38213,10158,1,5927,0,6214.87,216.482,40.5875,1.40886,275,5,0,246,0,0,1), - (38215,10158,1,5927,0,6144.86,204.454,27.9898,4.56186,275,10,0,246,0,0,1), - (38216,10158,1,5927,0,6132.53,66.7425,24.7725,4.11118,275,3,0,246,0,0,1), - (38217,10159,1,9390,0,6352.57,85.8313,32.4939,5.17334,275,3,0,222,0,0,1), - (38218,10159,1,9390,0,6287.61,77.8242,38.9081,4.38014,275,5,0,222,0,0,1), - (38219,10159,1,9390,0,6053.11,141.057,22.4978,3.97935,275,5,0,222,0,0,2), - (38220,10159,1,9390,0,6003.15,88.3407,27.2549,4.86913,275,10,0,222,0,0,1), - (38221,10159,1,9390,0,6249.8,120.76,39.3474,0.042984,275,5,0,222,0,0,1), - (38222,10159,1,9390,0,6158.53,144.808,26.3463,2.36978,275,5,0,222,0,0,1), - (38223,10159,1,9390,0,6176.42,178.009,29.6372,3.09571,275,10,0,222,0,0,1), - (38224,10159,1,9390,0,6367.46,57.0351,33.5215,2.39625,275,5,0,222,0,0,1), - (38225,1141,0,5073,0,-9080.48,823.151,108.419,0.492888,490,0,0,3857,0,0,0), - (38226,10159,1,9390,0,6049.72,193.481,26.8926,1.79546,275,5,0,222,0,0,1), - (38227,10159,1,9390,0,6348.7,145.127,23.7057,3.75288,275,10,0,222,0,0,1), - (38228,1523,0,535,0,2960.58,828.33,102.422,4.84923,300,10,0,148,165,0,1), - (38229,10159,1,9390,0,6319.27,176.619,28.6875,4.16223,275,10,0,222,0,0,1), - (38230,10159,1,9390,0,6347.5,126.799,22.4559,1.06465,275,5,0,222,0,0,2), - (38231,10160,1,12237,0,6034.59,-16.1968,32.2058,2.51314,275,5,0,245,324,0,1), - (38232,10160,1,12237,0,6259.9,-69.2715,44.477,6.28276,275,10,0,245,324,0,1), - (38233,10160,1,12237,0,6344.17,24.1823,28.2764,1.50826,275,10,0,245,324,0,1), - (38234,1523,0,535,0,2927.72,952.835,121.812,6.03625,300,5,0,148,165,0,1), - (38235,1523,0,535,0,2979.51,980.653,115.069,5.74269,300,5,0,148,165,0,1), - (38236,1534,0,10752,0,2935.07,540.967,92.7755,2.67245,300,5,0,176,0,0,1), - (38237,1530,0,10256,0,2925.77,784.724,109.504,0.643665,300,5,0,198,0,0,1), - (38239,1530,0,4631,0,2902.62,626.543,102.824,3.00246,300,5,0,198,0,0,1), - (38240,1530,0,10256,0,2976.15,785.938,93.0196,1.79137,300,5,0,198,0,0,1), - (38241,10160,1,12237,0,6318.58,-10.7444,36.1743,0.656773,275,10,0,245,324,0,1), - (38242,10160,1,12237,0,6108.89,44.821,37.4352,3.11737,275,10,0,245,324,0,1), - (38243,1534,0,10752,0,3022.88,644.454,90.3023,1.44018,300,5,0,176,0,0,1), - (38244,1530,0,10255,0,2957.71,576.902,94.2604,4.92012,300,10,0,198,0,0,1), - (38245,1534,0,10752,0,2947.86,559.876,91.2755,5.08789,300,5,0,176,0,0,1), - (38246,1530,0,4631,0,3053.54,653.235,95.928,0.491913,300,5,0,198,0,0,1), - (38247,1530,0,1196,0,2830.37,702.647,142.748,5.73204,300,10,0,198,0,0,1), - (38248,16096,0,10747,0,2057.77,241.072,99.7687,1.3926,900,5,0,4700,0,0,2), - (38249,1545,0,346,0,2559.34,1459.21,-4.4321,0.987018,300,5,0,176,0,0,1), - (38250,1545,0,346,0,2587.41,1684.32,-1.64021,0.798327,300,5,0,176,0,0,1), - (38251,1545,0,346,0,2411.02,1889.93,11.1815,1.83165,300,0,0,176,0,0,0), - (38252,1544,0,1005,0,2441.38,1847.58,26.8344,2.67008,300,0,0,148,165,0,0), - (38253,1544,0,1005,0,2532.33,1424.5,0.276119,0.659143,300,5,0,148,165,0,1), - (38254,1544,0,1005,0,2647.73,1415.97,-4.97315,2.71522,300,5,0,148,165,0,1), - (38255,1545,0,346,0,2380.86,1858.5,1.05226,3.38658,300,0,0,176,0,0,0), - (38256,1504,0,513,0,2117.58,1758.96,85.0072,4.05153,300,5,0,55,0,0,1), - (38258,1504,0,513,0,2076.64,1692.99,69.985,1.1692,300,10,0,55,0,0,1), - (38259,1504,0,513,0,2134.59,1745.12,83.5088,3.76549,300,10,0,55,0,0,1), - (38260,1504,0,513,0,2121.55,1685.13,75.985,3.94828,300,10,0,55,0,0,1), - (38261,1504,0,513,0,2107.56,1680.35,71.61,6.00689,300,5,0,55,0,0,1), - (38262,4075,0,1141,0,2359.88,473.208,34.4804,1.61606,120,5,0,8,0,0,1), - (38263,4075,0,1141,0,2048.71,-379.601,35.5497,1.57383,120,5,0,8,0,0,1), - (38264,4075,0,1141,0,2409.3,419.29,36.1368,4.86495,120,5,0,8,0,0,1), - (38265,4075,0,1141,0,1703.63,1570.47,125.778,6.2081,120,5,0,8,0,0,1), - (38266,1554,0,8808,0,2794.76,-177.556,42.0034,0.182648,300,0,0,156,0,0,0), - (38267,1548,0,9020,0,2883.1,-82.0583,31.2244,3.74068,300,5,0,122,0,0,1), - (38268,1554,0,8808,0,2821.24,-149.805,37.7036,0.376152,300,10,0,156,0,0,1), - (38269,1548,0,9020,0,2751.19,-146.416,31.1943,5.85842,300,10,0,122,0,0,1), - (38270,1554,0,8808,0,2986.29,-64.4061,15.7969,2.63165,300,5,0,156,0,0,1), - (38271,1548,0,9020,0,2979.98,-254.353,19.3121,5.37035,300,10,0,122,0,0,1), - (38272,1554,0,8808,0,2884.74,-436.988,77.0619,0.033223,300,5,0,156,0,0,1), - (38273,1548,0,9020,0,2784.4,46.2677,28.9935,5.13534,300,5,0,122,0,0,1), - (38274,1545,0,346,0,3042.45,-375.972,0.348958,6.26573,300,0,0,176,0,0,0), - (38275,1544,0,1005,0,3026.25,-362.391,4.42938,5.98648,300,0,0,148,165,0,0), - (38276,1545,0,346,0,3005.21,-354.38,7.48492,1.66088,300,10,0,176,0,0,1), - (38277,1545,0,346,0,2974.59,-39.6916,7.70835,2.05949,300,0,0,176,0,0,0), - (38278,1545,0,346,0,3050.43,-385.369,-0.552454,3.47168,300,5,0,176,0,0,1), - (38279,1545,0,346,0,3051.38,-244.431,5.39526,2.3911,300,0,0,176,0,0,0), - (38280,1545,0,346,0,3019.24,-279.257,7.50958,1.96253,300,5,0,176,0,0,1), - (38281,1544,0,1005,0,3100.43,-13.3247,4.23771,3.59538,300,0,0,148,165,0,0), - (38282,1544,0,1005,0,3088.75,-9.778,0.234817,2.42601,300,0,0,148,165,0,0), - (38283,1545,0,346,0,3053.86,-112.032,5.22749,1.37325,300,10,0,176,0,0,1), - (38284,1909,0,757,0,1221,383.484,29.7465,0.268599,300,5,0,377,408,0,1), - (38285,1908,0,540,0,1198.81,378.829,35.2755,3.78216,300,5,0,404,456,0,1), - (38286,3522,0,1633,0,2157.34,656.666,34.6295,0.471239,300,0,0,413,0,0,0), - (38287,3550,0,1636,0,2040.91,57.4618,33.9527,3.78736,300,0,0,644,0,0,0), - (38288,2135,0,1631,0,2237.77,312.294,36.8049,3.15905,300,0,0,500,0,0,0), - (38289,3549,0,1607,0,2026.28,76.7832,35.4923,5.93421,300,0,0,1240,0,0,0), - (38290,2136,0,1638,0,2228.85,316.131,36.6975,3.72187,300,0,0,546,0,0,0), - (38291,2134,0,1637,0,2252.78,269.656,34.3637,2.56664,300,0,0,413,0,0,0), - (38292,3547,0,1635,0,2282.38,343.513,34.21,4.52215,300,0,0,413,0,0,2), - (38293,6033,0,7449,0,1273.19,262.87,-6.4508,3.68265,300,0,0,328,0,0,0), - (38294,6033,0,7449,0,1282.79,183.962,-8.17527,0.191986,300,0,0,328,0,0,0), - (38295,6033,0,7449,0,1314.07,313.413,-12.103,1.43117,300,0,0,328,0,0,0), - (38296,5624,0,10699,0,1619.36,192.508,-43.0191,3.63029,300,0,0,5215,1600,0,0), - (38297,5624,0,10699,0,1427.76,176.943,-62.1615,4.98419,300,0,0,5215,1600,0,2), - (38298,5624,0,10699,0,1512.26,68.1908,-62.2185,2.51327,300,0,0,5215,1600,0,0), - (38299,5624,0,10699,0,1543.83,222.605,-42.9843,4.97419,300,0,0,5215,1600,0,0), - (38300,13839,0,13854,0,1412.84,421.47,-55.1115,5.67232,900,0,0,9298,0,0,0), - (38301,5624,0,10699,0,1559.28,244.735,55.3256,4.83456,300,0,0,5215,1600,0,0), - (38302,5624,0,10699,0,1452.27,113.711,-61.0702,5.42797,300,0,0,5215,1600,0,0), - (38303,8300,0,10904,0,-11362.4,-3205.62,10.7749,4.9459,72000,0,0,2980,0,0,0), - (38304,13839,0,13856,0,1326.72,358.623,-63.5786,3.94444,900,0,0,9298,0,0,0), - (38305,5624,0,10699,0,1691.67,428.218,0.338584,5.79449,300,0,0,5215,1600,0,0), - (38306,1765,0,11421,0,1585.98,629.889,61.4021,0.144534,300,5,0,198,0,0,1), - (38307,1553,0,4734,0,2251.2,1223.16,33.3678,4.12435,300,10,0,120,0,0,1), - (38308,1553,0,4734,0,2413.41,1384.35,35.8526,4.77841,300,5,0,120,0,0,1), - (38309,1553,0,4734,0,2514.65,1319.34,29.2068,5.99509,300,5,0,120,0,0,1), - (38310,1547,0,9021,0,2477.51,1339.41,21.8734,1.75248,300,5,0,101,142,0,1), - (38311,1553,0,4734,0,2527.56,1347.19,22.1488,4.8565,300,5,0,120,0,0,1), - (38314,1512,0,4732,0,1685.72,1420.38,135.348,4.97205,120,5,0,42,0,0,1), - (38315,1512,0,4732,0,1952.75,1751.16,114.005,5.14466,120,5,0,42,0,0,1), - (38316,1512,0,4732,0,1652.08,1611.92,148.002,1.53477,120,5,0,42,0,0,1), - (38317,1512,0,4732,0,1920.77,1754.41,95.3078,6.25479,120,5,0,42,0,0,1), - (38318,1506,0,2407,0,1702.63,1363.19,118.611,3.81337,300,5,0,71,0,0,1), - (38319,1507,0,2467,0,1781.26,1293.31,110.75,5.42494,300,5,0,67,174,0,1), - (38320,1507,0,2478,0,1877.66,1285.81,97.7998,2.32532,300,5,0,67,174,0,1), - (38321,1506,0,2407,0,1798.14,1299.33,103.75,5.12213,300,5,0,71,0,0,1), - (38322,1507,0,2467,0,1795.91,1342.81,89.0869,2.22754,300,0,0,67,174,0,0), - (38323,1506,0,2403,0,1814.61,1284.95,97.8504,0.336726,300,5,0,71,0,0,1), - (38324,1506,0,2407,0,1844.64,1290.78,102.226,3.62851,300,0,0,71,0,0,0), - (38325,1507,0,2478,0,1829.73,1327.49,86.4345,3.30384,300,5,0,67,174,0,1), - (38327,10160,1,12237,0,5948.32,-10.6898,27.0633,1.59413,275,5,0,245,324,0,1), - (38328,4382,1,2024,0,-2781.81,-3082.22,28.8167,5.56968,360,10,0,1468,0,0,1), - (38329,10160,1,12237,0,6227.32,-111.618,41.376,3.01448,275,10,0,245,324,0,1), - (38330,1502,0,10979,0,1952.19,1608.97,83.4339,0.955828,120,0,0,42,0,0,0), - (38331,1501,0,10973,0,1886.93,1455.56,78.448,0.274813,120,5,0,42,0,0,1), - (38332,1505,0,30,0,2077.16,1960.47,96.9296,5.54291,300,5,0,71,0,0,1), - (38333,1505,0,30,0,2040.99,1986.86,99.6467,0.843757,300,0,0,71,0,0,0), - (38334,1505,0,30,0,2077.16,1950.38,98.1403,3.59272,300,5,0,71,0,0,1), - (38335,1535,0,2471,0,2347.13,1690.52,40.6449,3.84261,300,5,0,120,0,0,1), - (38336,1535,0,2482,0,2319.13,1614.74,35.7619,3.14159,300,0,0,120,0,0,0), - (38338,1535,0,2471,0,2292.91,1656.76,46.7055,3.11114,300,5,0,120,0,0,1), - (38339,1520,0,200,0,2508.95,834.081,120.886,0.750492,300,0,0,120,0,0,0), - (38340,1537,0,2483,0,1843.92,827.205,25.3005,4.74278,300,5,0,156,0,0,1), - (38341,1548,0,9020,0,2086.34,1098.25,40.1123,5.17886,300,5,0,122,0,0,1), - (38342,1548,0,9020,0,1894.89,1156.29,42.8164,2.25728,300,5,0,122,0,0,1), - (38343,1554,0,8808,0,1787.85,1047.19,41.7189,6.24508,300,5,0,156,0,0,1), - (38344,1554,0,8808,0,1935.08,1003.15,34.0244,0.651706,300,5,0,156,0,0,1), - (38345,1548,0,9020,0,2004.95,996.133,32.8124,3.56725,300,5,0,122,0,0,1), - (38346,1554,0,8808,0,1933.32,847.162,40.6721,4.17834,300,5,0,156,0,0,1), - (38348,1554,0,8808,0,1840.69,984.311,32.1624,1.99686,300,5,0,156,0,0,1), - (38349,1548,0,9020,0,1927.47,733.786,34.2673,1.12485,300,10,0,122,0,0,1), - (38350,1554,0,8808,0,1945.01,975.056,32.879,1.4562,300,5,0,156,0,0,1), - (38351,1553,0,4734,0,2327.29,1024.23,49.4035,2.81747,300,5,0,120,0,0,1), - (38352,1548,0,9020,0,2334.72,776.21,33.6496,5.93613,300,10,0,122,0,0,1), - (38353,1547,0,9021,0,2338.47,775.926,34.2746,3.40924,300,10,0,101,142,0,1), - (38354,1553,0,4734,0,2295.08,989.557,47.8182,5.80992,300,5,0,120,0,0,1), - (38355,1548,0,9020,0,2468.66,909.434,80.7078,3.00097,300,10,0,122,0,0,1), - (38356,1525,0,1200,0,2216.58,716.134,37.0888,4.99164,300,10,0,102,0,0,1), - (38357,1543,0,441,0,2593.81,1470.22,-8.54959,1.5708,300,0,0,137,0,0,0), - (38358,1544,0,1005,0,2537.03,1629.5,-6.38857,3.25516,300,5,0,148,165,0,1), - (38359,1544,0,1005,0,2609.04,1361.12,3.41598,1.72788,300,0,0,148,165,0,0), - (38360,1543,0,441,0,2492.68,1671.93,10.0031,2.37369,300,5,0,137,0,0,1), - (38361,1544,0,1005,0,2523.36,1648.3,7.24392,2.98451,300,0,0,148,165,0,0), - (38362,1544,0,1005,0,2609.56,1453.66,0.118947,2.70526,300,0,0,148,165,0,0), - (38363,1544,0,1005,0,2527.2,1414.4,1.95821,3.35103,300,0,0,148,165,0,0), - (38364,1543,0,441,0,2996.71,177.15,0.54427,3.27865,300,5,0,137,0,0,1), - (38365,1544,0,1005,0,2985.44,220.067,-0.127221,4.80623,300,5,0,148,165,0,1), - (38366,1544,0,1005,0,2985.71,197.312,0.16927,4.18072,300,5,0,148,165,0,1), - (38367,1553,0,4734,0,2758.81,191.009,31.0955,3.05245,300,5,0,120,0,0,1), - (38368,1553,0,4734,0,2451.51,128.414,29.3831,1.22271,300,5,0,120,0,0,1), - (38369,1547,0,9021,0,2690.06,193.751,31.9494,3.14405,300,5,0,101,142,0,1), - (38370,1553,0,4734,0,2508.2,133.763,28.731,2.68886,300,5,0,120,0,0,1), - (38371,1547,0,9021,0,2321.37,47.0512,30.0518,1.8138,300,10,0,101,142,0,1), - (38372,4280,0,2464,0,2927.04,-760.854,154.036,2.37365,300,0,0,2319,811,0,0), - (38373,4282,0,2512,0,2912.36,-759.919,154.067,1.06465,300,0,0,2112,2068,0,0), - (38374,4281,0,2516,0,2788.7,-837.222,154.263,4.21996,300,5,0,2715,0,0,1), - (38376,1554,0,8808,0,2081.41,-254.862,41.0105,6.17361,300,5,0,156,0,0,1), - (38377,1548,0,9020,0,1812.84,-583.966,40.2057,4.27668,300,5,0,122,0,0,1), - (38378,1548,0,9020,0,2354.08,-246.207,41.907,3.19633,300,5,0,122,0,0,1), - (38379,1554,0,8808,0,1721.58,-499.748,38.7615,1.37755,300,5,0,156,0,0,1), - (38380,1548,0,9020,0,1891.93,-375.499,36.3996,2.77814,300,5,0,122,0,0,1), - (38382,1554,0,8808,0,1836.57,-612.305,44.031,0.17119,300,5,0,156,0,0,1), - (38383,1554,0,8808,0,2078.89,-173.13,42.0254,3.36407,300,5,0,156,0,0,1), - (38384,1555,0,368,0,2345.02,-1112.76,93.5659,2.9689,300,5,0,176,0,0,1), - (38385,1555,0,368,0,2254.49,-837.668,73.3509,1.56298,300,10,0,176,0,0,1), - (38386,1549,0,3916,0,2420.76,-670.181,72.7342,2.35067,300,5,0,176,0,0,1), - (38387,1555,0,368,0,2163.65,-735.857,70.4138,0.794899,300,5,0,176,0,0,1), - (38388,1555,0,368,0,2353.04,-1047.84,83.0572,0.245507,300,5,0,176,0,0,1), - (38389,1549,0,3916,0,2319.77,-716.583,70.1699,4.09888,300,10,0,176,0,0,1), - (38390,1554,0,8808,0,2487.74,-1050.97,93.5811,5.58282,300,10,0,156,0,0,1), - (38391,1538,0,2466,0,2123.34,-632.033,93.5874,5.07891,300,0,0,166,178,0,0), - (38392,1537,0,2472,0,2124.61,-625.896,93.3734,5.79139,300,5,0,156,0,0,1), - (38393,1532,0,3227,0,2084.26,-365.957,38.775,5.10916,300,5,0,198,0,0,1), - (38394,1529,0,1198,0,2043.45,-382.295,35.5497,4.96575,300,5,0,183,240,0,1), - (38395,1529,0,1198,0,2026.6,-434.382,35.275,0.545954,300,3,0,183,240,0,1), - (38396,1509,0,604,0,1940.73,1325.73,77.602,1.12098,300,10,0,55,0,0,1), - (38397,1513,0,9535,0,2061.17,1445.77,67.4551,2.32901,300,10,0,71,0,0,1), - (38398,1509,0,604,0,1912.71,1305.85,90.6524,3.2054,300,10,0,55,0,0,1), - (38399,1513,0,9535,0,1988.39,1454.82,72.0954,4.04741,300,5,0,71,0,0,1), - (38400,4561,0,2622,0,1638.71,258.739,-43.0198,3.80482,300,0,0,1605,0,0,0), - (38401,4552,0,2662,0,1590.47,277.014,-55.2596,5.44543,300,0,0,2016,0,0,0), - (38402,4549,0,2655,0,1591.49,240.328,-52.0596,3.03687,300,0,0,2972,0,0,0), - (38405,7395,0,2177,0,1593.1,226.823,-62.1075,1.82117,120,1,0,64,0,0,1), - (38406,2459,0,2641,0,1595.89,236.068,-52.0596,4.86947,300,0,0,2972,0,0,0), - (38407,6741,0,5449,0,1635.4,223.331,-43.0198,2.84489,300,0,0,1605,0,0,0), - (38408,4554,0,2674,0,1558.9,247.77,-43.0193,4.70993,300,0,0,1605,0,0,2), - (38409,4553,0,2647,0,1602.12,275.442,-55.2596,5.72468,300,0,0,1605,0,0,0), - (38410,10053,0,9273,0,1637.35,226.357,-43.02,4.17134,300,0,0,1605,0,0,0), - (38411,4562,0,2652,0,1627.97,204.567,-43.0191,2.23402,300,0,0,1605,0,0,0), - (38412,4573,0,2612,0,1677.83,99.0023,-61.9458,2.11185,300,0,0,2016,0,0,0), - (38413,5705,0,4062,0,1786.89,132.604,-63.7599,5.84685,300,0,0,919,0,0,0), - (38414,5753,0,4149,0,1775,50.9962,-61.4065,6.21337,300,0,0,919,1202,0,0), - (38415,5675,0,3948,0,1711.59,57.1672,-62.2059,4.88692,300,0,0,3517,0,0,0), - (38416,4567,0,2644,0,1791.48,53.4081,-61.4092,2.94961,300,0,0,3517,2103,0,0), - (38417,5702,0,4059,0,1796.8,134.712,-63.7599,4.13643,300,0,0,2471,0,0,2), - (38418,5704,0,4061,0,1800.1,124.788,-63.7599,2.58309,300,0,0,919,0,0,0), - (38421,4571,0,2640,0,1706.87,173.52,-60.6554,2.34826,300,0,0,1605,0,0,2), - (38422,4568,0,2657,0,1813.74,56.4138,-47.3038,3.05433,300,0,0,2471,1620,0,0), - (38423,4575,0,2663,0,1776.6,79.0493,-59.2532,2.28638,300,0,0,1605,0,0,0), - (38424,4591,0,2670,0,1524.95,171.353,-62.0668,3.90954,300,0,0,2016,0,0,0), - (38425,5696,0,4050,0,1653.95,367.087,-60.6816,4.93928,300,0,0,2471,0,0,0), - (38426,4602,0,2616,0,1667.85,308.892,-62.0674,0.820305,300,0,0,1605,0,0,0), - (38427,5658,0,3860,0,1733.66,368.939,-60.725,1.36136,300,0,0,919,0,0,0), - (38428,4605,0,2615,0,1691.73,295.928,-62.0609,0.733038,300,0,0,1309,0,0,0), - (38429,5668,0,4004,0,1598.63,340.759,-62.1777,1.54469,300,0,0,919,0,0,0), - (38430,5670,0,4005,0,1596.62,340.43,-62.1777,1.53766,300,0,0,919,0,0,2), - (38431,5655,0,3864,0,1725.88,379.122,-61.0246,0.244346,300,0,0,919,0,0,0), - (38432,5663,0,3882,0,1685.33,421.181,-62.2149,1.8675,300,0,0,919,0,0,0), - (38433,4599,0,2672,0,1641.5,329.046,-62.1017,1.09956,300,0,0,1605,0,0,0), - (38434,5657,0,3861,0,1738.02,370.122,-61.4697,2.26893,300,0,0,919,0,0,0), - (38435,5662,0,3879,0,1684.96,417.041,-62.2979,0.069381,300,6,0,2471,0,0,2), - (38436,1523,0,535,0,2837.73,714.801,136.565,3.58022,300,5,0,148,165,0,1), - (38437,1522,0,11398,0,2951.57,947.009,120.63,4.05554,300,5,0,126,289,0,1), - (38438,1522,0,11398,0,2874.36,927.755,119.83,5.04834,300,5,0,126,289,0,1), - (38439,1523,0,535,0,2997.01,851.393,99.1303,4.33007,300,5,0,148,165,0,1), - (38440,1530,0,1196,0,2961.33,747.602,100.3,3.52083,300,5,0,198,0,0,1), - (38441,1534,0,10752,0,2939.07,595.123,92.9127,2.30763,300,5,0,176,0,0,1), - (38442,1534,0,10752,0,2889.14,689.437,121.601,2.70838,300,5,0,176,0,0,1), - (38443,10160,1,12237,0,6268.47,10.0644,33.9306,4.63427,275,5,0,245,324,0,1), - (38444,1534,0,10752,0,2994.05,614.819,97.5554,2.7085,300,5,0,176,0,0,1), - (38445,1544,0,1005,0,2548.09,1512.43,-6.61852,4.81148,300,5,0,148,165,0,1), - (38446,1545,0,346,0,2549.2,1654.6,-1.7113,2.47317,300,5,0,176,0,0,1), - (38447,1544,0,1005,0,2519.55,1615.84,-3.95729,0.435177,300,5,0,148,165,0,1), - (38448,1545,0,346,0,2524.34,1483.69,-0.385753,3.35221,300,5,0,176,0,0,1), - (38449,1504,0,513,0,2016.1,1770.89,105.347,4.71727,300,5,0,55,0,0,1), - (38454,1504,0,513,0,2161.98,1758.57,96.4834,0.738468,300,10,0,55,0,0,1), - (38455,1504,0,513,0,2091.88,1795.68,104.667,2.48413,300,5,0,55,0,0,1), - (38456,1504,0,513,0,2035.08,1760.78,101.64,0.380443,300,5,0,55,0,0,1), - (38457,4075,0,1141,0,1849.71,-735.742,64.2611,5.82427,120,10,0,8,0,0,1), - (38458,4075,0,1141,0,2689.27,1340.44,37.9345,5.40415,120,5,0,8,0,0,1), - (38459,721,0,328,0,2858.18,274.818,29.5139,4.63734,120,10,0,1,0,0,1), - (38460,4075,0,1141,0,2072.32,-432.012,39.5339,6.0285,120,5,0,8,0,0,1), - (38461,1548,0,9020,0,2748.74,-196.749,39.755,4.9228,300,10,0,122,0,0,1), - (38462,1548,0,9020,0,2854.03,-180.119,42.1251,0.510482,300,10,0,122,0,0,1), - (38463,1548,0,9020,0,2944.74,-85.6328,23.5569,3.05359,300,5,0,122,0,0,1), - (38477,10160,1,12237,0,6375.13,-25.672,28.6635,5.38648,275,10,0,245,324,0,1), - (38478,10160,1,12237,0,5979.92,15.7198,26.8368,2.86025,275,10,0,245,324,0,1), - (38479,10160,1,12237,0,6124.29,-17.2168,38.5916,3.25516,275,3,0,245,324,0,1), - (38480,10160,1,12237,0,6068.69,-46.3102,43.6627,1.75413,275,10,0,245,324,0,1), - (38481,10160,1,12237,0,6290.52,-115.841,39.6368,5.27492,275,10,0,245,324,0,1), - (38482,10160,1,12237,0,6243.72,40.584,35.3153,5.17254,275,10,0,245,324,0,1), - (38483,10160,1,12237,0,6185,-82.8412,47.6497,2.31754,275,5,0,245,324,0,1), - (38484,10160,1,12237,0,6344.1,-47.3413,28.0359,1.92723,275,0,0,245,324,0,0), - (38485,10160,1,12237,0,6298.11,-57.7363,38.94,0.096892,275,10,0,245,324,0,1), - (38486,10160,1,12237,0,6213.59,-155.208,79.3315,0,275,0,0,245,324,0,0), - (38487,10160,1,12237,0,6226.96,-141.646,52.9686,6.2187,275,2,0,245,324,0,1), - (38488,10160,1,12237,0,6207.86,-150.799,78.6087,2.09915,275,0,0,245,324,0,0), - (38489,10160,1,12237,0,6374.99,-146.969,34.3697,2.31162,275,3,0,245,324,0,1), - (38490,1554,0,8808,0,2853.94,-317.892,64.2488,5.90739,300,5,0,156,0,0,1), - (38491,10160,1,12237,0,6184.61,-12.2838,45.2704,3.03293,275,10,0,245,324,0,1), - (38492,2231,1,1000,0,6572.55,490.47,-4.35711,1.31463,275,10,0,176,0,0,1), - (38493,2231,1,1000,0,6099.47,620.175,-8.0773,3.3342,275,10,0,176,0,0,1), - (38494,2231,1,1000,0,6508.04,528.085,-5.66787,2.39485,275,10,0,176,0,0,1), - (38495,2231,1,1000,0,6559.33,503.889,-2.90703,3.72689,275,10,0,176,0,0,1), - (38496,1548,0,9020,0,2885.34,-21.3686,23.3415,4.64206,300,5,0,122,0,0,1), - (38498,2231,1,1000,0,6746.3,538.098,-3.61134,4.74168,275,10,0,176,0,0,1), - (38499,2231,1,1000,0,6766.5,528.856,-1.39557,5.49296,275,10,0,176,0,0,1), - (38500,2231,1,1000,0,6564.36,525.848,1.24242,2.98551,275,10,0,176,0,0,1), - (38501,2231,1,1000,0,6613.53,548.947,-1.11178,4.51928,275,10,0,176,0,0,1), - (38502,2231,1,1000,0,6535.43,616.204,-22.141,0.007812,275,10,0,176,0,0,1), - (38503,2231,1,1000,0,6688.7,555.761,-3.86529,3.76048,275,10,0,176,0,0,1), - (38504,2231,1,1000,0,6694.48,551.599,-2.27471,5.68598,275,10,0,176,0,0,1), - (38505,2231,1,1000,0,6454.92,638.559,-22.167,5.31096,275,10,0,176,0,0,1), - (38506,2231,1,1000,0,6569.49,563.417,-6.04293,2.08691,275,10,0,176,0,0,1), - (38507,2231,1,1000,0,6528.23,589.51,-24.2829,2.68668,275,10,0,176,0,0,1), - (38508,2914,43,1206,0,-173.806,-81.3373,-67.728,4.88681,7200,10,0,8,0,0,1), - (38509,2231,1,1000,0,6595.42,578.453,-10.1972,0.409894,275,10,0,176,0,0,1), - (38510,2231,1,1000,0,6177.05,643.039,-14.548,2.25103,275,10,0,176,0,0,1), - (38512,2231,1,1000,0,6151.58,603.786,-8.51736,0.928076,275,10,0,176,0,0,1), - (38513,2231,1,1000,0,6394.72,649.759,-15.8482,3.13769,275,10,0,176,0,0,1), - (38514,2231,1,1000,0,6384.17,620.565,-5.54881,3.86548,275,10,0,176,0,0,1), - (38515,2231,1,1000,0,6118.29,612.486,-8.6752,4.99243,275,10,0,176,0,0,1), - (38516,2231,1,1000,0,6146.14,583.713,-1.89235,3.78725,275,10,0,176,0,0,1), - (38517,2231,1,1000,0,6174.79,621.448,-13.7537,0.196629,275,10,0,176,0,0,1), - (38518,2231,1,1000,0,6217.46,644.942,-8.73857,5.13756,275,10,0,176,0,0,1), - (38519,2231,1,1000,0,6275.68,607.261,-6.5261,4.81517,275,10,0,176,0,0,1), - (38520,2231,1,1000,0,6293.37,649.345,-15.5534,3.11621,275,10,0,176,0,0,1), - (38521,2231,1,1000,0,6233.96,607.499,-0.889753,0.412075,275,10,0,176,0,0,1), - (38522,2231,1,1000,0,6316.48,630.372,-12.0277,3.66995,275,10,0,176,0,0,1), - (38523,2231,1,1000,0,6223.96,592.709,0.91362,0.806158,275,10,0,176,0,0,1), - (38524,2231,1,1000,0,6219.98,539.372,6.82679,5.80861,275,10,0,176,0,0,1), - (38525,2231,1,1000,0,6188.76,558.592,4.5108,1.37838,275,10,0,176,0,0,1), - (38526,2231,1,1000,0,6258.68,623.398,-10.079,4.3607,275,10,0,176,0,0,1), - (38527,2231,1,1000,0,6734.56,517.94,-0.043476,2.6917,275,10,0,176,0,0,1), - (38528,2231,1,1000,0,6637.23,554.577,-3.7509,5.91138,275,10,0,176,0,0,1), - (38529,2231,1,1000,0,6781.98,518.284,0.137367,0.877517,275,10,0,176,0,0,1), - (38530,2231,1,1000,0,6238.31,669.399,-16.0795,0.779873,275,10,0,176,0,0,1), - (38531,2231,1,1000,0,6724.72,543.251,-1.80785,2.35684,275,10,0,176,0,0,1), - (38532,2231,1,1000,0,6187.59,551.989,5.2469,4.82362,275,10,0,176,0,0,1), - (38533,2231,1,1000,0,6771.32,469.764,9.03506,4.37632,275,10,0,176,0,0,1), - (38534,2231,1,1000,0,6159.18,547.081,5.7858,5.64997,275,10,0,176,0,0,1), - (38535,2231,1,1000,0,6391.15,570.254,-1.17991,1.6862,275,10,0,176,0,0,1), - (38536,2231,1,1000,0,6600.4,494.107,-1.85818,2.73824,275,10,0,176,0,0,1), - (38537,2231,1,1000,0,6282.93,586.061,-0.445736,2.3333,275,10,0,176,0,0,1), - (38538,2231,1,1000,0,6328.1,587.972,0.998501,3.29285,275,10,0,176,0,0,1), - (38539,2231,1,1000,0,6749.33,536.175,-2.91572,5.69302,275,10,0,176,0,0,1), - (38540,2231,1,1000,0,6247.81,555.3,8.34744,4.6831,275,10,0,176,0,0,1), - (38541,2231,1,1000,0,6645.31,505.729,4.55806,4.90962,275,10,0,176,0,0,1), - (38542,2231,1,1000,0,6714.96,511.258,2.26345,0.592822,275,10,0,176,0,0,1), - (38543,2232,1,979,0,5485.05,614.6,-8.4595,0.04652,275,10,0,247,0,0,1), - (38544,2232,1,979,0,7159.56,224.882,-4.4699,3.59214,275,10,0,247,0,0,1), - (38545,2232,1,979,0,7470.16,118.819,-7.15201,6.21278,275,10,0,247,0,0,1), - (38546,2232,1,979,0,7415.87,177.015,2.55636,3.20998,275,10,0,247,0,0,1), - (38547,2232,1,979,0,7226.5,215.887,0.56713,2.7899,275,10,0,247,0,0,1), - (38548,2232,1,979,0,5322.87,617.749,-14.3266,3.83708,275,10,0,247,0,0,1), - (38549,2232,1,979,0,7084.82,243.991,-8.41044,4.44657,275,10,0,247,0,0,1), - (38550,2232,1,979,0,7250.87,182.259,2.56458,3.02151,275,10,0,247,0,0,1), - (38551,2232,1,979,0,7277.51,218.143,0.894862,2.99236,275,10,0,247,0,0,1), - (38552,2232,1,979,0,7165.11,198.724,1.00445,2.46208,275,10,0,247,0,0,1), - (38553,2232,1,979,0,7318.2,153.032,11.1121,1.21752,275,10,0,247,0,0,1), - (38554,2232,1,979,0,7347.46,173.447,4.85493,4.40557,275,10,0,247,0,0,1), - (38555,2232,1,979,0,7326.83,213.331,1.47634,2.1379,275,10,0,247,0,0,1), - (38556,2232,1,979,0,7435.52,139.818,0.18494,2.28779,275,10,0,247,0,0,1), - (38557,2232,1,979,0,7097.69,169.132,1.41687,4.1075,275,10,0,247,0,0,1), - (38558,2232,1,979,0,7019.74,217.1,-2.49168,0.420804,275,10,0,247,0,0,1), - (38559,2232,1,979,0,5594.72,585,-2.67353,0.363457,275,10,0,247,0,0,1), - (38560,2232,1,979,0,7050.03,181.216,0.665451,4.68213,275,10,0,247,0,0,1), - (38561,2232,1,979,0,5573.73,566.93,0.870574,0.457097,275,10,0,247,0,0,1), - (38562,2232,1,979,0,5423.9,525.176,2.35559,1.69515,275,10,0,247,0,0,1), - (38563,2232,1,979,0,5284.28,543.616,7.53996,0.859312,275,10,0,247,0,0,1), - (38564,2232,1,979,0,5461.77,610.585,-9.49295,3.09679,275,10,0,247,0,0,1), - (38565,2232,1,979,0,5357.15,538.697,2.16564,4.43328,275,10,0,247,0,0,1), - (38566,2232,1,979,0,5459.6,536.773,3.35419,5.94693,275,10,0,247,0,0,1), - (38567,2232,1,979,0,5397.4,508.373,6.47441,0.613263,275,10,0,247,0,0,1), - (38568,2232,1,979,0,5510.5,599.033,-5.56005,0.212636,275,10,0,247,0,0,1), - (38569,2232,1,979,0,5457.48,557.074,1.76796,2.94532,275,10,0,247,0,0,1), - (38570,2233,1,9566,0,4714.18,783.671,0.886395,2.13768,275,10,0,417,0,0,1), - (38571,2233,1,9566,0,4678.15,824.061,-2.171,3.15283,275,10,0,417,0,0,1), - (38572,2233,1,9566,0,7558.02,-519.46,-6.76809,3.23253,275,10,0,417,0,0,1), - (38573,2233,1,9566,0,7506.1,-597.448,0.663445,5.56968,275,10,0,417,0,0,1), - (38574,2233,1,9566,0,7522.8,-479.126,-4.18449,5.10087,275,10,0,417,0,0,1), - (38575,2233,1,9566,0,7523.01,-551.681,1.50696,4.57395,275,10,0,417,0,0,1), - (38576,2233,1,9566,0,7421.35,-480.235,0.394992,6.21083,275,10,0,417,0,0,1), - (38577,2233,1,9566,0,7417.44,-445.863,0.504548,1.21419,275,10,0,417,0,0,1), - (38578,2233,1,9566,0,7319.82,-418.397,2.51611,5.46116,275,10,0,417,0,0,1), - (38579,2233,1,9566,0,7349.17,-446.684,0.929095,2.38105,275,10,0,417,0,0,1), - (38580,2233,1,9566,0,7480.8,-517.403,2.44313,3.52719,275,10,0,417,0,0,1), - (38581,2233,1,9566,0,4778.52,799.762,1.94116,1.85701,275,10,0,417,0,0,1), - (38582,2233,1,9566,0,4756.58,863.255,-0.773573,3.41667,275,10,0,417,0,0,1), - (38583,2233,1,9566,0,4809.2,842.942,-8.70428,4.00853,275,10,0,417,0,0,1), - (38584,2233,1,9566,0,7315.41,-483.859,2.54779,3.89432,275,10,0,417,0,0,1), - (38585,2234,1,999,0,6991.72,394.905,-5.63333,3.0497,275,10,0,198,0,0,1), - (38586,2234,1,999,0,6834.84,520.179,-3.66349,2.26063,275,10,0,198,0,0,1), - (38587,2234,1,999,0,6894.54,489.162,-4.1755,0.82319,275,10,0,198,0,0,1), - (38588,2234,1,999,0,6961.3,311.627,1.16066,5.65238,275,10,0,198,0,0,1), - (38589,2234,1,999,0,5958.07,658.632,-4.98125,0.324251,275,10,0,198,0,0,1), - (38590,2234,1,999,0,6973.71,265.817,2.16963,3.62707,275,10,0,198,0,0,1), - (38591,2234,1,999,0,6955.8,352.731,5.91561,3.7063,275,10,0,198,0,0,1), - (38592,2234,1,999,0,6034.25,633.265,-5.5436,5.47407,275,10,0,198,0,0,1), - (38593,2234,1,999,0,5884.12,645.211,-1.29504,2.85808,275,10,0,198,0,0,1), - (38594,2234,1,999,0,5957.33,634.988,0.643752,2.92177,275,10,0,198,0,0,1), - (38595,2234,1,999,0,5990.25,591.47,-1.44282,0.218457,275,10,0,198,0,0,1), - (38596,2234,1,999,0,6943.29,283.04,3.41064,1.08613,275,10,0,198,0,0,1), - (38597,2234,1,999,0,5987.9,681.392,-9.4929,0.584247,275,10,0,198,0,0,1), - (38598,2234,1,999,0,6852.23,464.843,1.94415,0.759869,275,10,0,198,0,0,1), - (38599,2234,1,999,0,6917.95,447.981,4.2401,6.16961,275,10,0,198,0,0,1), - (38600,2234,1,999,0,6956.1,418,2.94982,5.77761,275,10,0,198,0,0,1), - (38601,2234,1,999,0,6062,516.19,6.02422,0.670469,275,10,0,198,0,0,1), - (38602,2235,1,981,0,5177.08,656.25,-3.081,3.14159,275,10,0,328,0,0,1), - (38603,2235,1,981,0,7458.92,-30.3249,-2.33704,2.38038,275,10,0,328,0,0,1), - (38604,2235,1,981,0,7381.41,10.0535,2.27419,3.31914,275,10,0,328,0,0,1), - (38605,2235,1,981,0,7349.97,-377.051,-0.381231,5.49771,275,10,0,328,0,0,1), - (38606,2235,1,981,0,7429.99,-219.886,0.645116,5.39613,275,10,0,328,0,0,1), - (38607,2235,1,981,0,7353.63,-369.981,0.864872,2.28393,275,10,0,328,0,0,1), - (38608,5951,1,1560,0,1221.32,-4362.83,26.3075,4.99513,180,5,0,8,0,0,1), - (38609,2235,1,981,0,7414.77,-105.539,2.15747,4.687,275,10,0,328,0,0,1), - (38610,2235,1,981,0,7456.51,-261.499,-1.13327,0.658308,275,10,0,328,0,0,1), - (38611,2235,1,981,0,7418.3,-214.887,0.482855,4.3306,275,10,0,328,0,0,1), - (38612,2235,1,981,0,7393.67,-173.923,1.88673,3.62159,275,10,0,328,0,0,1), - (38613,2235,1,981,0,7444.96,-122.236,0.719887,1.47822,275,10,0,328,0,0,1), - (38614,2235,1,981,0,7433.7,-80.5608,2.44965,3.19433,275,10,0,328,0,0,1), - (38615,2235,1,981,0,7429.09,-41.0434,2.63094,3.84471,275,10,0,328,0,0,1), - (38616,2235,1,981,0,5173.78,637.29,1.83553,5.7169,275,0,0,328,0,0,0), - (38617,2235,1,981,0,5152.7,595.219,0.962325,0.499229,275,0,0,328,0,0,0), - (38618,2235,1,981,0,5121.14,606.425,-0.781259,0.27079,275,10,0,328,0,0,1), - (38619,2235,1,981,0,4947.26,618.213,-3.15061,2.26429,275,10,0,328,0,0,1), - (38620,2235,1,981,0,5050.06,583.091,1.27912,4.64011,275,10,0,328,0,0,1), - (38621,2236,1,1001,0,4448.58,911.636,-0.263899,3.01739,275,10,0,494,0,0,1), - (38622,2236,1,1001,0,4418.38,937.926,2.57354,5.4738,275,10,0,494,0,0,1), - (38623,2236,1,1001,0,4367.04,1007.41,8.2474,4.57937,275,10,0,494,0,0,1), - (38624,2236,1,1001,0,4419.75,999.289,-0.466364,5.76333,275,10,0,494,0,0,1), - (38625,2236,1,1001,0,4367.94,1067.15,-1.71109,5.49503,275,10,0,494,0,0,1), - (38626,2236,1,1001,0,4353.82,991.688,11.5847,5.04288,275,10,0,494,0,0,1), - (38627,2236,1,1001,0,7835.42,-763.564,-1.93268,2.0161,275,10,0,494,0,0,1), - (38628,2236,1,1001,0,7699.03,-823.468,4.94882,3.46237,275,10,0,494,0,0,1), - (38629,2236,1,1001,0,7786.86,-751.7,-0.309082,4.90385,275,10,0,494,0,0,1), - (38630,2236,1,1001,0,7623.45,-750.59,9.08062,3.0084,275,10,0,494,0,0,1), - (38631,2236,1,1001,0,7763.44,-785.157,1.82189,0.359966,275,10,0,494,0,0,1), - (38632,2236,1,1001,0,7607.01,-712.96,3.383,6.1188,275,10,0,494,0,0,1), - (38633,2236,1,1001,0,7571.28,-726.714,7.0546,5.57059,275,10,0,494,0,0,1), - (38634,2236,1,1001,0,7683.08,-723.056,2.76287,4.71434,275,10,0,494,0,0,1), - (38635,2236,1,1001,0,7590.81,-752.936,10.2608,0.070334,275,10,0,494,0,0,1), - (38636,2236,1,1001,0,7587.64,-683.714,0.030111,1.58585,275,10,0,494,0,0,1), - (38637,2236,1,1001,0,7699.53,-746.183,5.54649,0.03124,275,10,0,494,0,0,1), - (38638,2236,1,1001,0,7534.89,-645.374,3.78397,2.85229,275,10,0,494,0,0,1), - (38639,2236,1,1001,0,7493.78,-696.109,0.285518,3.45316,275,10,0,494,0,0,1), - (38640,2236,1,1001,0,4448.33,786.788,0.062527,2.1756,275,10,0,494,0,0,1), - (38641,2237,1,11450,0,4759.33,76.0357,55.6342,6.10648,275,10,0,386,0,0,1), - (38642,2237,1,11450,0,4747.72,572.731,27.4772,0.553911,275,10,0,386,0,0,1), - (38643,2237,1,11450,0,4206.72,366.227,59.2983,4.04891,275,10,0,386,0,0,1), - (38644,2237,1,11450,0,4314.88,17.055,61.9113,6.19712,275,10,0,386,0,0,1), - (38645,2237,1,11450,0,7749.37,-992.791,27.9891,1.91448,275,10,0,386,0,0,1), - (38646,2237,1,11450,0,4337.75,545.042,58.4253,0.39259,275,10,0,386,0,0,1), - (38647,2237,1,11450,0,5246.48,334.735,29.2159,1.33909,275,10,0,386,0,0,1), - (38648,2237,1,11450,0,4669.49,478.692,33.3969,0.29849,275,10,0,386,0,0,1), - (38649,2237,1,11450,0,4780.74,328.672,50.7063,1.17846,275,5,0,386,0,0,1), - (38650,2237,1,11450,0,4714.76,312.52,51.7135,1.81919,275,5,0,386,0,0,1), - (38651,2237,1,11450,0,4781.87,54.6986,55.8266,0.16502,275,3,0,386,0,0,1), - (38652,2237,1,11450,0,4693.96,212.418,57.6977,1.69465,275,10,0,386,0,0,1), - (38653,2237,1,11450,0,4703.67,71.6339,58.6952,5.22233,275,10,0,386,0,0,1), - (38654,2237,1,11450,0,4841.53,60.7727,53.9166,2.11685,275,10,0,386,0,0,1), - (38655,2237,1,11450,0,4381.55,417.766,58.3067,4.38547,275,10,0,386,0,0,1), - (38656,2237,1,11450,0,4367.32,296.307,58.6614,5.85842,275,10,0,386,0,0,1), - (38657,2237,1,11450,0,4486.83,154.658,65.1157,5.99074,275,5,0,386,0,0,1), - (38658,2237,1,11450,0,4319.08,483.413,60.6432,5.97564,275,10,0,386,0,0,1), - (38659,2237,1,11450,0,7845.89,-1079.96,35.2203,2.77414,275,5,0,386,0,0,1), - (38660,2237,1,11450,0,4753.05,109.342,54.9989,3.30415,275,10,0,386,0,0,1), - (38661,2237,1,11450,0,4715.47,111.88,54.1575,4.46734,275,3,0,386,0,0,1), - (38662,2237,1,11450,0,4963.71,432.011,31.6837,3.59015,275,10,0,386,0,0,1), - (38663,11711,1,11663,0,4390.68,-67.312,86.7177,2.32129,275,0,0,919,0,0,0), - (38665,4802,1,4983,0,4343.09,886.194,-20.731,4.03568,275,5,0,1299,980,0,1), - (38666,4802,1,4983,0,4335.15,880.066,-21.1304,1.43845,275,5,0,1299,980,0,1), - (38667,750,0,1995,0,-11102.5,-3802.82,11.9806,0.999272,300,3,0,1981,0,0,1), - (38668,861,0,4498,0,-10490.7,-3046.67,20.4509,3.45345,300,5,1,1456,0,0,2), - (38669,1088,0,699,0,-11126.4,-3915.7,-1.37906,3.71332,300,5,0,1716,0,0,1), - (38670,5269,0,4777,0,-10349.4,-3898.5,-99.2843,6.24828,900,0,0,4605,1587,0,0), - (38671,5243,0,4779,0,-10360.4,-3930.23,-99.2853,4.5204,900,0,0,5544,0,0,0), - (38672,5261,0,6672,0,-10343.5,-3926.87,-99.2853,4.24115,900,0,0,5595,0,0,0), - (38673,5224,0,4767,0,-10306.5,-3912.59,-93.3987,1.93939,900,3,0,5544,0,0,1), - (38674,5243,0,4780,0,-10345.9,-3899.17,-99.2843,2.86234,900,0,0,5544,0,0,0), - (38675,5261,0,6672,0,-10359.8,-3911.12,-99.2853,4.57276,900,0,0,5595,0,0,0), - (38676,5261,0,6672,0,-10349.2,-3939.03,-99.2853,4.2586,900,0,0,5595,0,0,0), - (38677,5269,0,4777,0,-10366.5,-3943.83,-99.2853,4.69494,900,0,0,4605,1587,0,0), - (38678,5243,0,4780,0,-10348.9,-3953.8,-99.2851,4.10152,900,0,0,5544,0,0,0), - (38679,5243,0,4780,0,-10304.7,-4042.9,-76.3541,0.857558,900,2,0,5544,0,0,1), - (38680,5243,0,4780,0,-10293.7,-4013.42,-76.3541,4.46281,900,5,0,5544,0,0,1), - (38681,750,0,1995,0,-10680.3,-4349.53,-5.22218,5.56039,300,5,0,1981,0,0,1), - (38682,750,0,1995,0,-10671.1,-4349.99,-3.04826,3.75344,300,5,0,1981,0,0,1), - (38683,5261,0,6672,0,-10308.7,-4023.67,-76.3541,1.51348,900,2,0,5595,0,0,1), - (38684,922,0,9571,0,-9743.23,-4027.73,6.79941,0.818535,300,5,0,1829,0,0,1), - (38685,922,0,9571,0,-9802.07,-4158.17,-2.37193,0.903072,300,5,0,1829,0,0,1), - (38686,6653,0,5379,0,-9921.7,-4066.04,17.4991,4.80227,300,5,0,16,0,0,1), - (38687,922,0,9571,0,-9702.47,-3912.48,3.86439,1.50631,300,5,0,1829,0,0,1), - (38688,745,0,7976,0,-10619.3,-3990.6,22.1126,5.48121,300,5,0,5148,0,0,1), - (38689,922,0,9571,0,-9762.35,-4084.46,0.021444,4.63486,300,5,0,1829,0,0,1), - (38690,750,0,1995,0,-10874.1,-4253.54,-2.4453,4.22065,300,5,0,1981,0,0,1), - (38691,922,0,9571,0,-9814.01,-4119.4,3.91088,4.39867,300,5,0,1829,0,0,1), - (38692,1087,0,815,0,-11152,-3949.32,-16.3758,1.62349,300,5,0,1902,0,0,1), - (38693,6653,0,5379,0,-10587,-4114.7,17.4991,2.34685,300,5,0,16,0,0,1), - (38694,922,0,9571,0,-10941.7,-4207.12,0.0772,5.18489,300,5,0,1829,0,0,1), - (38695,1420,0,901,0,-10492.6,-3392.28,17.6325,3.22808,300,5,0,8,0,0,1), - (38696,1420,0,901,0,-10651.2,-3762.04,18.0268,2.61324,300,5,0,8,0,0,1), - (38697,4953,0,1987,0,-10590.9,-3657.39,17.3429,0.318042,300,5,0,16,0,0,1), - (38698,747,0,506,0,-11060.4,-4118.44,-0.210789,6.2425,300,0,0,1711,1483,0,0), - (38699,750,0,1995,0,-10775.6,-4290.11,-6.19537,5.89447,300,5,0,1981,0,0,1), - (38700,1087,0,815,0,-11080,-4145.16,-0.961537,0.843712,300,5,0,1902,0,0,1), - (38701,751,0,391,0,-11113,-3887.11,-4.61817,1.70684,300,5,0,2059,0,0,1), - (38702,751,0,391,0,-11113.2,-3850.94,-3.04598,6.1084,300,5,0,2059,0,0,1), - (38703,4953,0,1986,0,-10858.9,-4086.63,22.0182,4.62742,300,5,0,16,0,0,1), - (38704,768,0,633,0,-10523,-4145.37,21.9028,5.84477,300,5,0,1678,0,0,1), - (38705,5263,0,4769,0,-10253.8,-4005.16,-89.6429,4.62512,900,0,0,5922,0,0,0), - (38706,5263,0,4769,0,-10226.5,-3988.05,-89.5822,3.50811,900,0,0,5922,0,0,0), - (38707,5263,0,4769,0,-10249,-3983.36,-89.5798,0.296706,900,0,0,5922,0,0,0), - (38708,5263,0,4769,0,-10209.2,-4016.04,-89.5907,3.78736,900,2,0,5922,0,0,1), - (38709,5225,0,4768,0,-10205.6,-3994.98,-89.5835,5.42797,900,2,0,5757,0,0,1), - (38710,5263,0,4769,0,-10216.4,-4037.6,-89.5978,3.9619,900,2,0,5922,0,0,1), - (38711,752,0,386,0,-10898.9,-3619.7,15.9847,2.84345,300,3,0,1704,1483,0,1), - (38712,751,0,391,0,-10915.3,-3613.01,17.2932,4.23325,300,3,0,2059,0,0,1), - (38713,767,0,632,0,-10287.9,-2880.2,26.9498,3.27194,300,5,0,1469,0,0,1), - (38714,768,0,633,0,-9798.91,-3813.28,23.5677,2.93039,300,5,0,1678,0,0,1), - (38715,1087,0,815,0,-9626.88,-3975.74,-2.43864,3.03007,300,5,0,1902,0,0,1), - (38716,1087,0,815,0,-9733.7,-4050.62,-1.42684,0.144933,300,5,0,1902,0,0,1), - (38717,858,0,2543,0,-10284.1,-2857.58,26.6775,4.49182,300,5,0,1469,0,0,1), - (38718,4953,0,1986,0,-10340.6,-3335.99,22.7815,3.29068,300,5,0,16,0,0,1), - (38719,922,0,9571,0,-10882.8,-4187.08,5.47756,2.91632,300,5,0,1829,0,0,1), - (38720,922,0,9571,0,-10891.1,-4161.32,5.41886,5.01452,300,5,0,1829,0,0,1), - (38721,1088,0,699,0,-9922.54,-4318.98,-3.80129,4.8841,300,5,0,1716,0,0,1), - (38722,1087,0,815,0,-10175.6,-4134.95,17.7491,2.77164,300,5,0,1902,0,0,1), - (38723,1088,0,699,0,-10573.5,-4371.45,4.3654,4.30284,300,5,0,1716,0,0,1), - (38724,1082,0,807,0,-9924.09,-3873.48,19.6594,0.405918,300,5,0,1604,0,0,1), - (38725,6653,0,5379,0,-9836.67,-3914.69,18.0389,1.17615,300,5,0,16,0,0,1), - (38726,1087,0,815,0,-9843.54,-4011.36,18.854,0.860985,300,5,0,1902,0,0,1), - (38727,1087,0,815,0,-9822.35,-3989.87,18.0501,3.95531,300,5,0,1902,0,0,1), - (38728,1087,0,815,0,-9917.47,-3955.28,17.68,0.965916,300,5,0,1902,0,0,1), - (38729,1087,0,815,0,-9925.42,-4012.72,17.7778,0.696244,300,5,0,1902,0,0,1), - (38730,1087,0,815,0,-9843.38,-3945.65,23.3557,3.15649,300,5,0,1902,0,0,1), - (38731,1087,0,815,0,-9976.58,-4012.22,17.4991,0.630384,300,5,0,1902,0,0,1), - (38732,769,0,336,0,-10826.6,-3769.5,24.1685,2.71723,300,3,0,1829,0,0,1), - (38733,755,0,628,0,-10143.5,-3373.39,18.1241,0.931114,300,5,0,1279,0,0,1), - (38734,1082,0,807,0,-9905.71,-3824.97,20.8859,1.14207,300,10,0,1604,0,0,1), - (38735,1082,0,807,0,-9853.59,-3820.13,18.4991,4.82077,300,5,0,1604,0,0,1), - (38736,1082,0,807,0,-9854.4,-3877.83,17.4598,0.741866,300,5,0,1604,0,0,1), - (38737,1084,0,814,0,-10215.7,-2973.4,18.9678,2.7021,300,10,0,1403,0,0,1), - (38738,1087,0,815,0,-10142.1,-4208.16,17.415,0.486902,300,5,0,1902,0,0,1), - (38739,752,0,386,0,-10087.6,-4383.26,-5.4685,1.78257,300,5,0,1704,1483,0,1), - (38740,1420,0,901,0,-10326.7,-4280.09,17.8872,4.77883,300,5,0,8,0,0,1), - (38741,745,0,7976,0,-10337.4,-3979.2,17.4017,3.4528,300,10,0,5148,0,0,1), - (38742,1087,0,815,0,-10093,-4118.97,17.8277,0.703809,300,5,0,1902,0,0,1), - (38743,1087,0,815,0,-9923.46,-4080.62,17.499,1.34196,300,5,0,1902,0,0,1), - (38744,755,0,628,0,-10148.7,-3219.68,23.0219,0.077891,300,5,0,1279,0,0,1), - (38745,757,0,152,0,-10115.2,-3383.27,20.9991,2.14675,300,5,0,1403,0,0,1), - (38746,767,0,632,0,-10230.6,-3069.05,22.0528,0.704589,300,10,0,1469,0,0,1), - (38747,767,0,632,0,-10226.1,-3055.51,22.0185,0.318781,300,10,0,1469,0,0,1), - (38748,750,0,1995,0,-10555.9,-4414.15,-4.38647,2.48089,300,5,0,1981,0,0,1), - (38749,750,0,1995,0,-10583.9,-4415.41,-6.8657,5.50333,300,5,0,1981,0,0,1), - (38750,764,0,2024,0,-10182.9,-3396.66,17.4991,5.97284,300,10,0,1308,1189,0,1), - (38751,750,0,1995,0,-10846,-4291.79,-12.7752,5.26674,300,5,0,1981,0,0,1), - (38752,766,0,697,0,-10315.4,-3575.93,17.965,1.79897,300,5,0,1433,1283,0,1), - (38753,1088,0,699,0,-10690.2,-4359.12,-7.09718,5.76969,300,5,0,1716,0,0,1), - (38754,922,0,9571,0,-10818.1,-4242.47,1.79609,5.70114,300,5,0,1829,0,0,1), - (38755,1088,0,699,0,-10080.4,-4350.81,-4.50187,6.14319,300,5,0,1716,0,0,1), - (38756,1088,0,699,0,-10120.7,-4381,-4.18061,3.15704,300,5,0,1716,0,0,1), - (38757,1087,0,815,0,-9926.42,-4200.86,15.3788,5.00572,300,5,0,1902,0,0,1), - (38758,1087,0,815,0,-9854.63,-4155.4,2.58277,0.1372,300,5,0,1902,0,0,1), - (38759,769,0,336,0,-10670.8,-3620.64,37.2539,4.93362,300,5,0,1829,0,0,1), - (38760,922,0,9571,0,-9846.63,-4158.63,0.94299,0.011718,300,5,0,1829,0,0,1), - (38761,1088,0,699,0,-10328.3,-4423.99,-1.85617,1.95118,300,5,0,1716,0,0,1), - (38762,922,0,9571,0,-9857.72,-4127.32,12.7739,6.02271,300,5,0,1829,0,0,1), - (38763,922,0,9571,0,-9984.33,-4292.09,1.31476,5.20051,300,5,0,1829,0,0,1), - (38764,922,0,9571,0,-9934.31,-4241.89,2.71027,0.479381,300,5,0,1829,0,0,1), - (38765,922,0,9571,0,-9898.84,-4217.92,2.29258,1.40212,300,5,0,1829,0,0,1), - (38766,922,0,9571,0,-10915.3,-4131.91,9.70558,5.95526,300,5,0,1829,0,0,1), - (38767,750,0,1995,0,-10896.3,-4212.31,4.23737,0.226893,300,0,0,1981,0,0,0), - (38768,766,0,697,0,-10104.4,-3911.66,17.4991,1.00411,300,5,0,1433,1283,0,1), - (38769,766,0,697,0,-10093.1,-3983.83,17.4991,0.815345,300,5,0,1433,1283,0,1), - (38770,769,0,336,0,-10936.6,-3999.29,25.4912,5.79771,300,5,0,1829,0,0,1), - (38771,858,0,2543,0,-10092.8,-3061.25,23.2538,0.583141,300,10,0,1469,0,0,1), - (38772,769,0,336,0,-10903.6,-4063.37,22.5813,5.11844,300,5,0,1829,0,0,1), - (38773,858,0,2543,0,-10064.9,-3214.81,22.9256,0.230521,300,5,0,1469,0,0,1), - (38774,755,0,628,0,-10042.9,-3279.24,27.5999,5.95278,300,5,0,1279,0,0,1), - (38775,861,0,4497,0,-10499.6,-2868.14,21.7665,1.44583,300,5,0,1456,0,0,1), - (38776,1084,0,814,0,-10170.5,-2808.6,20.7491,0.661082,300,0,0,1403,0,0,0), - (38777,858,0,2543,0,-10569.6,-2872.95,22.0878,0.576174,300,10,0,1469,0,0,1), - (38778,1084,0,814,0,-10147.4,-3189.19,18.7383,4.64939,300,5,0,1403,0,0,1), - (38779,769,0,336,0,-10843.1,-3833.59,23.267,5.89258,300,5,0,1829,0,0,1), - (38780,769,0,336,0,-10592.8,-3582.49,21.9671,0.578042,300,5,0,1829,0,0,1), - (38781,767,0,632,0,-10345.9,-2829.23,24.0116,1.55182,300,5,0,1469,0,0,1), - (38782,766,0,697,0,-10136.8,-3662.35,17.4991,0.784726,300,5,0,1433,1283,0,1), - (38783,769,0,336,0,-10624.8,-3519.29,21.9278,1.50717,300,5,0,1829,0,0,1), - (38784,757,0,152,0,-10051.9,-3597.99,19.6241,2.42601,300,5,0,1403,0,0,1), - (38785,4953,0,2954,0,-10067.9,-3614.87,17.4991,1.40718,300,5,0,16,0,0,1), - (38786,760,0,628,0,-10056.1,-3562.79,18.6126,2.24127,300,5,0,1469,0,0,1), - (38787,760,0,628,0,-10055.8,-3619.1,20.7491,0.141069,300,5,0,1469,0,0,1), - (38788,760,0,628,0,-10108.1,-3508.9,19.1241,1.27186,300,5,0,1469,0,0,1), - (38789,760,0,628,0,-10078.4,-3546.36,17.8741,0.749145,300,5,0,1469,0,0,1), - (38790,5224,0,4767,0,-10281,-3990.24,-70.6546,2.17177,900,2,0,5544,0,0,1), - (38791,5269,0,4777,0,-10350.9,-3989.16,-77.0391,1.67552,900,5,0,4605,1587,0,1), - (38792,5261,0,6673,0,-10352,-3986.08,-77.0384,4.97419,900,5,0,5595,0,0,1), - (38793,14356,0,14389,0,-10422.7,-3746.09,-1.3724,0.604937,300,5,0,1535,0,0,1), - (38794,760,0,628,0,-9955.35,-3678.34,22.8028,0.061641,300,5,0,1469,0,0,1), - (38795,757,0,152,0,-10090.8,-3520.74,21.7168,4.2586,300,5,0,1403,0,0,1), - (38796,14356,0,14389,0,-10414.7,-3923.26,0.127511,2.11339,300,5,0,1535,0,0,1), - (38797,762,0,4688,0,-9967.13,-3694.96,21.7947,3.90954,300,0,0,1103,2861,0,0), - (38798,767,0,632,0,-10252,-2802.84,23.8602,1.78459,300,5,0,1469,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (38185,10157,1,0,0,6137.91,-68.9714,36.0625,0.677245,275,275,5,0,252,264,0,1), + (38186,10158,1,0,0,6054.28,106.751,31.7157,1.02502,275,275,5,0,246,0,0,1), + (38187,10158,1,0,0,6325.18,56.2202,33.3632,0.505082,275,275,5,0,246,0,0,1), + (38188,10158,1,0,0,6119.84,-81.9406,56.3046,6.21095,275,275,5,0,246,0,0,1), + (38189,10158,1,0,0,6395.72,118.459,33.9858,0.234604,275,275,10,0,246,0,0,1), + (38190,10158,1,0,0,6041.23,44.2576,34.4006,3.57613,275,275,10,0,246,0,0,1), + (38191,10158,1,0,0,6382.67,-63.3626,36.0136,2.08516,275,275,5,0,246,0,0,1), + (38192,10158,1,0,0,6309.23,-143.616,41.2041,2.97291,275,275,10,0,246,0,0,1), + (38193,10158,1,0,0,6021.52,-58.315,47.6192,3.67431,275,275,3,0,246,0,0,1), + (38194,10158,1,0,0,6033.86,164.068,21.2415,5.03127,275,275,3,0,246,0,0,1), + (38195,10158,1,0,0,6085.99,114.848,33.7741,4.47664,275,275,2,0,246,0,0,1), + (38196,10158,1,0,0,6010.89,138.28,30.6624,3.52174,275,275,5,0,246,0,0,1), + (38197,10158,1,0,0,6225.75,141.634,42.3851,2.42838,275,275,5,0,246,0,0,1), + (38198,10158,1,0,0,6278.58,211.596,33.9799,5.36487,275,275,10,0,246,0,0,1), + (38199,10158,1,0,0,6196.17,90.6668,30.9991,6.02034,275,275,5,0,246,0,0,1), + (38200,10158,1,0,0,6212.52,-50.9241,40.129,2.85595,275,275,5,0,246,0,0,1), + (38201,10158,1,0,0,6384.79,190.732,25.8178,2.07467,275,275,10,0,246,0,0,1), + (38202,750,0,0,0,-11167.7,-3845.83,-7.61336,4.25718,300,300,5,0,1981,0,0,1), + (38203,10158,1,0,0,6120.76,124.731,26.2649,3.45695,275,275,3,0,246,0,0,1), + (38204,10158,1,0,0,6127.65,106.902,25.0898,0.925025,275,275,0,0,246,0,0,0), + (38205,10158,1,0,0,6181.19,125,31.7945,2.69317,275,275,5,0,246,0,0,1), + (38206,1522,0,0,0,2811.55,869.971,111.951,2.97899,300,300,5,0,126,289,0,1), + (38207,1522,0,0,0,2813.15,728.139,139.449,3.9431,300,300,5,0,126,289,0,1), + (38208,1522,0,0,0,2857,1075.72,117.989,5.26917,300,300,5,0,126,289,0,1), + (38209,10158,1,0,0,6111.59,180.216,25.972,2.06736,275,275,10,0,246,0,0,1), + (38210,10158,1,0,0,6387.99,148.215,27.5364,5.88001,275,275,10,0,246,0,0,1), + (38211,10158,1,0,0,6191.39,55.2648,37.0805,3.0458,275,275,5,0,246,0,0,1), + (38212,10158,1,0,0,6216.64,30.2042,36.4602,5.03977,275,275,5,0,246,0,0,1), + (38213,10158,1,0,0,6214.87,216.482,40.5875,1.40886,275,275,5,0,246,0,0,1), + (38215,10158,1,0,0,6144.86,204.454,27.9898,4.56186,275,275,10,0,246,0,0,1), + (38216,10158,1,0,0,6132.53,66.7425,24.7725,4.11118,275,275,3,0,246,0,0,1), + (38217,10159,1,0,0,6352.57,85.8313,32.4939,5.17334,275,275,3,0,222,0,0,1), + (38218,10159,1,0,0,6287.61,77.8242,38.9081,4.38014,275,275,5,0,222,0,0,1), + (38219,10159,1,0,0,6053.11,141.057,22.4978,3.97935,275,275,5,0,222,0,0,2), + (38220,10159,1,0,0,6003.15,88.3407,27.2549,4.86913,275,275,10,0,222,0,0,1), + (38221,10159,1,0,0,6249.8,120.76,39.3474,0.042984,275,275,5,0,222,0,0,1), + (38222,10159,1,0,0,6158.53,144.808,26.3463,2.36978,275,275,5,0,222,0,0,1), + (38223,10159,1,0,0,6176.42,178.009,29.6372,3.09571,275,275,10,0,222,0,0,1), + (38224,10159,1,0,0,6367.46,57.0351,33.5215,2.39625,275,275,5,0,222,0,0,1), + (38225,1141,0,0,0,-9080.48,823.151,108.419,0.492888,490,490,0,0,3857,0,0,0), + (38226,10159,1,0,0,6049.72,193.481,26.8926,1.79546,275,275,5,0,222,0,0,1), + (38227,10159,1,0,0,6348.7,145.127,23.7057,3.75288,275,275,10,0,222,0,0,1), + (38228,1523,0,0,0,2960.58,828.33,102.422,4.84923,300,300,10,0,148,165,0,1), + (38229,10159,1,0,0,6319.27,176.619,28.6875,4.16223,275,275,10,0,222,0,0,1), + (38230,10159,1,0,0,6347.5,126.799,22.4559,1.06465,275,275,5,0,222,0,0,2), + (38231,10160,1,0,0,6034.59,-16.1968,32.2058,2.51314,275,275,5,0,245,324,0,1), + (38232,10160,1,0,0,6259.9,-69.2715,44.477,6.28276,275,275,10,0,245,324,0,1), + (38233,10160,1,0,0,6344.17,24.1823,28.2764,1.50826,275,275,10,0,245,324,0,1), + (38234,1523,0,0,0,2927.72,952.835,121.812,6.03625,300,300,5,0,148,165,0,1), + (38235,1523,0,0,0,2979.51,980.653,115.069,5.74269,300,300,5,0,148,165,0,1), + (38236,1534,0,0,0,2935.07,540.967,92.7755,2.67245,300,300,5,0,176,0,0,1), + (38237,1530,0,0,0,2925.77,784.724,109.504,0.643665,300,300,5,0,198,0,0,1), + (38239,1530,0,0,0,2902.62,626.543,102.824,3.00246,300,300,5,0,198,0,0,1), + (38240,1530,0,0,0,2976.15,785.938,93.0196,1.79137,300,300,5,0,198,0,0,1), + (38241,10160,1,0,0,6318.58,-10.7444,36.1743,0.656773,275,275,10,0,245,324,0,1), + (38242,10160,1,0,0,6108.89,44.821,37.4352,3.11737,275,275,10,0,245,324,0,1), + (38243,1534,0,0,0,3022.88,644.454,90.3023,1.44018,300,300,5,0,176,0,0,1), + (38244,1530,0,0,0,2957.71,576.902,94.2604,4.92012,300,300,10,0,198,0,0,1), + (38245,1534,0,0,0,2947.86,559.876,91.2755,5.08789,300,300,5,0,176,0,0,1), + (38246,1530,0,0,0,3053.54,653.235,95.928,0.491913,300,300,5,0,198,0,0,1), + (38247,1530,0,0,0,2830.37,702.647,142.748,5.73204,300,300,10,0,198,0,0,1), + (38248,16096,0,0,0,2057.77,241.072,99.7687,1.3926,900,900,5,0,4700,0,0,2), + (38249,1545,0,0,0,2559.34,1459.21,-4.4321,0.987018,300,300,5,0,176,0,0,1), + (38250,1545,0,0,0,2587.41,1684.32,-1.64021,0.798327,300,300,5,0,176,0,0,1), + (38251,1545,0,0,0,2411.02,1889.93,11.1815,1.83165,300,300,0,0,176,0,0,0), + (38252,1544,0,0,0,2441.38,1847.58,26.8344,2.67008,300,300,0,0,148,165,0,0), + (38253,1544,0,0,0,2532.33,1424.5,0.276119,0.659143,300,300,5,0,148,165,0,1), + (38254,1544,0,0,0,2647.73,1415.97,-4.97315,2.71522,300,300,5,0,148,165,0,1), + (38255,1545,0,0,0,2380.86,1858.5,1.05226,3.38658,300,300,0,0,176,0,0,0), + (38256,1504,0,0,0,2117.58,1758.96,85.0072,4.05153,300,300,5,0,55,0,0,1), + (38258,1504,0,0,0,2076.64,1692.99,69.985,1.1692,300,300,10,0,55,0,0,1), + (38259,1504,0,0,0,2134.59,1745.12,83.5088,3.76549,300,300,10,0,55,0,0,1), + (38260,1504,0,0,0,2121.55,1685.13,75.985,3.94828,300,300,10,0,55,0,0,1), + (38261,1504,0,0,0,2107.56,1680.35,71.61,6.00689,300,300,5,0,55,0,0,1), + (38262,4075,0,0,0,2359.88,473.208,34.4804,1.61606,120,120,5,0,8,0,0,1), + (38263,4075,0,0,0,2048.71,-379.601,35.5497,1.57383,120,120,5,0,8,0,0,1), + (38264,4075,0,0,0,2409.3,419.29,36.1368,4.86495,120,120,5,0,8,0,0,1), + (38265,4075,0,0,0,1703.63,1570.47,125.778,6.2081,120,120,5,0,8,0,0,1), + (38266,1554,0,0,0,2794.76,-177.556,42.0034,0.182648,300,300,0,0,156,0,0,0), + (38267,1548,0,0,0,2883.1,-82.0583,31.2244,3.74068,300,300,5,0,122,0,0,1), + (38268,1554,0,0,0,2821.24,-149.805,37.7036,0.376152,300,300,10,0,156,0,0,1), + (38269,1548,0,0,0,2751.19,-146.416,31.1943,5.85842,300,300,10,0,122,0,0,1), + (38270,1554,0,0,0,2986.29,-64.4061,15.7969,2.63165,300,300,5,0,156,0,0,1), + (38271,1548,0,0,0,2979.98,-254.353,19.3121,5.37035,300,300,10,0,122,0,0,1), + (38272,1554,0,0,0,2884.74,-436.988,77.0619,0.033223,300,300,5,0,156,0,0,1), + (38273,1548,0,0,0,2784.4,46.2677,28.9935,5.13534,300,300,5,0,122,0,0,1), + (38274,1545,0,0,0,3042.45,-375.972,0.348958,6.26573,300,300,0,0,176,0,0,0), + (38275,1544,0,0,0,3026.25,-362.391,4.42938,5.98648,300,300,0,0,148,165,0,0), + (38276,1545,0,0,0,3005.21,-354.38,7.48492,1.66088,300,300,10,0,176,0,0,1), + (38277,1545,0,0,0,2974.59,-39.6916,7.70835,2.05949,300,300,0,0,176,0,0,0), + (38278,1545,0,0,0,3050.43,-385.369,-0.552454,3.47168,300,300,5,0,176,0,0,1), + (38279,1545,0,0,0,3051.38,-244.431,5.39526,2.3911,300,300,0,0,176,0,0,0), + (38280,1545,0,0,0,3019.24,-279.257,7.50958,1.96253,300,300,5,0,176,0,0,1), + (38281,1544,0,0,0,3100.43,-13.3247,4.23771,3.59538,300,300,0,0,148,165,0,0), + (38282,1544,0,0,0,3088.75,-9.778,0.234817,2.42601,300,300,0,0,148,165,0,0), + (38283,1545,0,0,0,3053.86,-112.032,5.22749,1.37325,300,300,10,0,176,0,0,1), + (38284,1909,0,0,0,1221,383.484,29.7465,0.268599,300,300,5,0,377,408,0,1), + (38285,1908,0,0,0,1198.81,378.829,35.2755,3.78216,300,300,5,0,404,456,0,1), + (38286,3522,0,0,0,2157.34,656.666,34.6295,0.471239,300,300,0,0,413,0,0,0), + (38287,3550,0,0,0,2040.91,57.4618,33.9527,3.78736,300,300,0,0,644,0,0,0), + (38288,2135,0,0,0,2237.77,312.294,36.8049,3.15905,300,300,0,0,500,0,0,0), + (38289,3549,0,0,0,2026.28,76.7832,35.4923,5.93421,300,300,0,0,1240,0,0,0), + (38290,2136,0,0,0,2228.85,316.131,36.6975,3.72187,300,300,0,0,546,0,0,0), + (38291,2134,0,0,0,2252.78,269.656,34.3637,2.56664,300,300,0,0,413,0,0,0), + (38292,3547,0,0,0,2282.38,343.513,34.21,4.52215,300,300,0,0,413,0,0,2), + (38293,6033,0,0,0,1273.19,262.87,-6.4508,3.68265,300,300,0,0,328,0,0,0), + (38294,6033,0,0,0,1282.79,183.962,-8.17527,0.191986,300,300,0,0,328,0,0,0), + (38295,6033,0,0,0,1314.07,313.413,-12.103,1.43117,300,300,0,0,328,0,0,0), + (38296,5624,0,0,0,1619.36,192.508,-43.0191,3.63029,300,300,0,0,5215,1600,0,0), + (38297,5624,0,0,0,1427.76,176.943,-62.1615,4.98419,300,300,0,0,5215,1600,0,2), + (38298,5624,0,0,0,1512.26,68.1908,-62.2185,2.51327,300,300,0,0,5215,1600,0,0), + (38299,5624,0,0,0,1543.83,222.605,-42.9843,4.97419,300,300,0,0,5215,1600,0,0), + (38300,13839,0,0,0,1412.84,421.47,-55.1115,5.67232,900,900,0,0,9298,0,0,0), + (38301,5624,0,0,0,1559.28,244.735,55.3256,4.83456,300,300,0,0,5215,1600,0,0), + (38302,5624,0,0,0,1452.27,113.711,-61.0702,5.42797,300,300,0,0,5215,1600,0,0), + (38303,8300,0,0,0,-11362.4,-3205.62,10.7749,4.9459,72000,72000,0,0,2980,0,0,0), + (38304,13839,0,0,0,1326.72,358.623,-63.5786,3.94444,900,900,0,0,9298,0,0,0), + (38305,5624,0,0,0,1691.67,428.218,0.338584,5.79449,300,300,0,0,5215,1600,0,0), + (38306,1765,0,0,0,1585.98,629.889,61.4021,0.144534,300,300,5,0,198,0,0,1), + (38307,1553,0,0,0,2251.2,1223.16,33.3678,4.12435,300,300,10,0,120,0,0,1), + (38308,1553,0,0,0,2413.41,1384.35,35.8526,4.77841,300,300,5,0,120,0,0,1), + (38309,1553,0,0,0,2514.65,1319.34,29.2068,5.99509,300,300,5,0,120,0,0,1), + (38310,1547,0,0,0,2477.51,1339.41,21.8734,1.75248,300,300,5,0,101,142,0,1), + (38311,1553,0,0,0,2527.56,1347.19,22.1488,4.8565,300,300,5,0,120,0,0,1), + (38314,1512,0,0,0,1685.72,1420.38,135.348,4.97205,120,120,5,0,42,0,0,1), + (38315,1512,0,0,0,1952.75,1751.16,114.005,5.14466,120,120,5,0,42,0,0,1), + (38316,1512,0,0,0,1652.08,1611.92,148.002,1.53477,120,120,5,0,42,0,0,1), + (38317,1512,0,0,0,1920.77,1754.41,95.3078,6.25479,120,120,5,0,42,0,0,1), + (38318,1506,0,0,0,1702.63,1363.19,118.611,3.81337,300,300,5,0,71,0,0,1), + (38319,1507,0,0,0,1781.26,1293.31,110.75,5.42494,300,300,5,0,67,174,0,1), + (38320,1507,0,0,0,1877.66,1285.81,97.7998,2.32532,300,300,5,0,67,174,0,1), + (38321,1506,0,0,0,1798.14,1299.33,103.75,5.12213,300,300,5,0,71,0,0,1), + (38322,1507,0,0,0,1795.91,1342.81,89.0869,2.22754,300,300,0,0,67,174,0,0), + (38323,1506,0,0,0,1814.61,1284.95,97.8504,0.336726,300,300,5,0,71,0,0,1), + (38324,1506,0,0,0,1844.64,1290.78,102.226,3.62851,300,300,0,0,71,0,0,0), + (38325,1507,0,0,0,1829.73,1327.49,86.4345,3.30384,300,300,5,0,67,174,0,1), + (38327,10160,1,0,0,5948.32,-10.6898,27.0633,1.59413,275,275,5,0,245,324,0,1), + (38328,4382,1,0,0,-2781.81,-3082.22,28.8167,5.56968,360,360,10,0,1468,0,0,1), + (38329,10160,1,0,0,6227.32,-111.618,41.376,3.01448,275,275,10,0,245,324,0,1), + (38330,1502,0,0,0,1952.19,1608.97,83.4339,0.955828,120,120,0,0,42,0,0,0), + (38331,1501,0,0,0,1886.93,1455.56,78.448,0.274813,120,120,5,0,42,0,0,1), + (38332,1505,0,0,0,2077.16,1960.47,96.9296,5.54291,300,300,5,0,71,0,0,1), + (38333,1505,0,0,0,2040.99,1986.86,99.6467,0.843757,300,300,0,0,71,0,0,0), + (38334,1505,0,0,0,2077.16,1950.38,98.1403,3.59272,300,300,5,0,71,0,0,1), + (38335,1535,0,0,0,2347.13,1690.52,40.6449,3.84261,300,300,5,0,120,0,0,1), + (38336,1535,0,0,0,2319.13,1614.74,35.7619,3.14159,300,300,0,0,120,0,0,0), + (38338,1535,0,0,0,2292.91,1656.76,46.7055,3.11114,300,300,5,0,120,0,0,1), + (38339,1520,0,0,0,2508.95,834.081,120.886,0.750492,300,300,0,0,120,0,0,0), + (38340,1537,0,0,0,1843.92,827.205,25.3005,4.74278,300,300,5,0,156,0,0,1), + (38341,1548,0,0,0,2086.34,1098.25,40.1123,5.17886,300,300,5,0,122,0,0,1), + (38342,1548,0,0,0,1894.89,1156.29,42.8164,2.25728,300,300,5,0,122,0,0,1), + (38343,1554,0,0,0,1787.85,1047.19,41.7189,6.24508,300,300,5,0,156,0,0,1), + (38344,1554,0,0,0,1935.08,1003.15,34.0244,0.651706,300,300,5,0,156,0,0,1), + (38345,1548,0,0,0,2004.95,996.133,32.8124,3.56725,300,300,5,0,122,0,0,1), + (38346,1554,0,0,0,1933.32,847.162,40.6721,4.17834,300,300,5,0,156,0,0,1), + (38348,1554,0,0,0,1840.69,984.311,32.1624,1.99686,300,300,5,0,156,0,0,1), + (38349,1548,0,0,0,1927.47,733.786,34.2673,1.12485,300,300,10,0,122,0,0,1), + (38350,1554,0,0,0,1945.01,975.056,32.879,1.4562,300,300,5,0,156,0,0,1), + (38351,1553,0,0,0,2327.29,1024.23,49.4035,2.81747,300,300,5,0,120,0,0,1), + (38352,1548,0,0,0,2334.72,776.21,33.6496,5.93613,300,300,10,0,122,0,0,1), + (38353,1547,0,0,0,2338.47,775.926,34.2746,3.40924,300,300,10,0,101,142,0,1), + (38354,1553,0,0,0,2295.08,989.557,47.8182,5.80992,300,300,5,0,120,0,0,1), + (38355,1548,0,0,0,2468.66,909.434,80.7078,3.00097,300,300,10,0,122,0,0,1), + (38356,1525,0,0,0,2216.58,716.134,37.0888,4.99164,300,300,10,0,102,0,0,1), + (38357,1543,0,0,0,2593.81,1470.22,-8.54959,1.5708,300,300,0,0,137,0,0,0), + (38358,1544,0,0,0,2537.03,1629.5,-6.38857,3.25516,300,300,5,0,148,165,0,1), + (38359,1544,0,0,0,2609.04,1361.12,3.41598,1.72788,300,300,0,0,148,165,0,0), + (38360,1543,0,0,0,2492.68,1671.93,10.0031,2.37369,300,300,5,0,137,0,0,1), + (38361,1544,0,0,0,2523.36,1648.3,7.24392,2.98451,300,300,0,0,148,165,0,0), + (38362,1544,0,0,0,2609.56,1453.66,0.118947,2.70526,300,300,0,0,148,165,0,0), + (38363,1544,0,0,0,2527.2,1414.4,1.95821,3.35103,300,300,0,0,148,165,0,0), + (38364,1543,0,0,0,2996.71,177.15,0.54427,3.27865,300,300,5,0,137,0,0,1), + (38365,1544,0,0,0,2985.44,220.067,-0.127221,4.80623,300,300,5,0,148,165,0,1), + (38366,1544,0,0,0,2985.71,197.312,0.16927,4.18072,300,300,5,0,148,165,0,1), + (38367,1553,0,0,0,2758.81,191.009,31.0955,3.05245,300,300,5,0,120,0,0,1), + (38368,1553,0,0,0,2451.51,128.414,29.3831,1.22271,300,300,5,0,120,0,0,1), + (38369,1547,0,0,0,2690.06,193.751,31.9494,3.14405,300,300,5,0,101,142,0,1), + (38370,1553,0,0,0,2508.2,133.763,28.731,2.68886,300,300,5,0,120,0,0,1), + (38371,1547,0,0,0,2321.37,47.0512,30.0518,1.8138,300,300,10,0,101,142,0,1), + (38372,4280,0,0,0,2927.04,-760.854,154.036,2.37365,300,300,0,0,2319,811,0,0), + (38373,4282,0,0,0,2912.36,-759.919,154.067,1.06465,300,300,0,0,2112,2068,0,0), + (38374,4281,0,0,0,2788.7,-837.222,154.263,4.21996,300,300,5,0,2715,0,0,1), + (38376,1554,0,0,0,2081.41,-254.862,41.0105,6.17361,300,300,5,0,156,0,0,1), + (38377,1548,0,0,0,1812.84,-583.966,40.2057,4.27668,300,300,5,0,122,0,0,1), + (38378,1548,0,0,0,2354.08,-246.207,41.907,3.19633,300,300,5,0,122,0,0,1), + (38379,1554,0,0,0,1721.58,-499.748,38.7615,1.37755,300,300,5,0,156,0,0,1), + (38380,1548,0,0,0,1891.93,-375.499,36.3996,2.77814,300,300,5,0,122,0,0,1), + (38382,1554,0,0,0,1836.57,-612.305,44.031,0.17119,300,300,5,0,156,0,0,1), + (38383,1554,0,0,0,2078.89,-173.13,42.0254,3.36407,300,300,5,0,156,0,0,1), + (38384,1555,0,0,0,2345.02,-1112.76,93.5659,2.9689,300,300,5,0,176,0,0,1), + (38385,1555,0,0,0,2254.49,-837.668,73.3509,1.56298,300,300,10,0,176,0,0,1), + (38386,1549,0,0,0,2420.76,-670.181,72.7342,2.35067,300,300,5,0,176,0,0,1), + (38387,1555,0,0,0,2163.65,-735.857,70.4138,0.794899,300,300,5,0,176,0,0,1), + (38388,1555,0,0,0,2353.04,-1047.84,83.0572,0.245507,300,300,5,0,176,0,0,1), + (38389,1549,0,0,0,2319.77,-716.583,70.1699,4.09888,300,300,10,0,176,0,0,1), + (38390,1554,0,0,0,2487.74,-1050.97,93.5811,5.58282,300,300,10,0,156,0,0,1), + (38391,1538,0,0,0,2123.34,-632.033,93.5874,5.07891,300,300,0,0,166,178,0,0), + (38392,1537,0,0,0,2124.61,-625.896,93.3734,5.79139,300,300,5,0,156,0,0,1), + (38393,1532,0,0,0,2084.26,-365.957,38.775,5.10916,300,300,5,0,198,0,0,1), + (38394,1529,0,0,0,2043.45,-382.295,35.5497,4.96575,300,300,5,0,183,240,0,1), + (38395,1529,0,0,0,2026.6,-434.382,35.275,0.545954,300,300,3,0,183,240,0,1), + (38396,1509,0,0,0,1940.73,1325.73,77.602,1.12098,300,300,10,0,55,0,0,1), + (38397,1513,0,0,0,2061.17,1445.77,67.4551,2.32901,300,300,10,0,71,0,0,1), + (38398,1509,0,0,0,1912.71,1305.85,90.6524,3.2054,300,300,10,0,55,0,0,1), + (38399,1513,0,0,0,1988.39,1454.82,72.0954,4.04741,300,300,5,0,71,0,0,1), + (38400,4561,0,0,0,1638.71,258.739,-43.0198,3.80482,300,300,0,0,1605,0,0,0), + (38401,4552,0,0,0,1590.47,277.014,-55.2596,5.44543,300,300,0,0,2016,0,0,0), + (38402,4549,0,0,0,1591.49,240.328,-52.0596,3.03687,300,300,0,0,2972,0,0,0), + (38405,7395,0,0,0,1593.1,226.823,-62.1075,1.82117,120,120,1,0,64,0,0,1), + (38406,2459,0,0,0,1595.89,236.068,-52.0596,4.86947,300,300,0,0,2972,0,0,0), + (38407,6741,0,0,0,1635.4,223.331,-43.0198,2.84489,300,300,0,0,1605,0,0,0), + (38408,4554,0,0,0,1558.9,247.77,-43.0193,4.70993,300,300,0,0,1605,0,0,2), + (38409,4553,0,0,0,1602.12,275.442,-55.2596,5.72468,300,300,0,0,1605,0,0,0), + (38410,10053,0,0,0,1637.35,226.357,-43.02,4.17134,300,300,0,0,1605,0,0,0), + (38411,4562,0,0,0,1627.97,204.567,-43.0191,2.23402,300,300,0,0,1605,0,0,0), + (38412,4573,0,0,0,1677.83,99.0023,-61.9458,2.11185,300,300,0,0,2016,0,0,0), + (38413,5705,0,0,0,1786.89,132.604,-63.7599,5.84685,300,300,0,0,919,0,0,0), + (38414,5753,0,0,0,1775,50.9962,-61.4065,6.21337,300,300,0,0,919,1202,0,0), + (38415,5675,0,0,0,1711.59,57.1672,-62.2059,4.88692,300,300,0,0,3517,0,0,0), + (38416,4567,0,0,0,1791.48,53.4081,-61.4092,2.94961,300,300,0,0,3517,2103,0,0), + (38417,5702,0,0,0,1796.8,134.712,-63.7599,4.13643,300,300,0,0,2471,0,0,2), + (38418,5704,0,0,0,1800.1,124.788,-63.7599,2.58309,300,300,0,0,919,0,0,0), + (38421,4571,0,0,0,1706.87,173.52,-60.6554,2.34826,300,300,0,0,1605,0,0,2), + (38422,4568,0,0,0,1813.74,56.4138,-47.3038,3.05433,300,300,0,0,2471,1620,0,0), + (38423,4575,0,0,0,1776.6,79.0493,-59.2532,2.28638,300,300,0,0,1605,0,0,0), + (38424,4591,0,0,0,1524.95,171.353,-62.0668,3.90954,300,300,0,0,2016,0,0,0), + (38425,5696,0,0,0,1653.95,367.087,-60.6816,4.93928,300,300,0,0,2471,0,0,0), + (38426,4602,0,0,0,1667.85,308.892,-62.0674,0.820305,300,300,0,0,1605,0,0,0), + (38427,5658,0,0,0,1733.66,368.939,-60.725,1.36136,300,300,0,0,919,0,0,0), + (38428,4605,0,0,0,1691.73,295.928,-62.0609,0.733038,300,300,0,0,1309,0,0,0), + (38429,5668,0,0,0,1598.63,340.759,-62.1777,1.54469,300,300,0,0,919,0,0,0), + (38430,5670,0,0,0,1596.62,340.43,-62.1777,1.53766,300,300,0,0,919,0,0,2), + (38431,5655,0,0,0,1725.88,379.122,-61.0246,0.244346,300,300,0,0,919,0,0,0), + (38432,5663,0,0,0,1685.33,421.181,-62.2149,1.8675,300,300,0,0,919,0,0,0), + (38433,4599,0,0,0,1641.5,329.046,-62.1017,1.09956,300,300,0,0,1605,0,0,0), + (38434,5657,0,0,0,1738.02,370.122,-61.4697,2.26893,300,300,0,0,919,0,0,0), + (38435,5662,0,0,0,1684.96,417.041,-62.2979,0.069381,300,300,6,0,2471,0,0,2), + (38436,1523,0,0,0,2837.73,714.801,136.565,3.58022,300,300,5,0,148,165,0,1), + (38437,1522,0,0,0,2951.57,947.009,120.63,4.05554,300,300,5,0,126,289,0,1), + (38438,1522,0,0,0,2874.36,927.755,119.83,5.04834,300,300,5,0,126,289,0,1), + (38439,1523,0,0,0,2997.01,851.393,99.1303,4.33007,300,300,5,0,148,165,0,1), + (38440,1530,0,0,0,2961.33,747.602,100.3,3.52083,300,300,5,0,198,0,0,1), + (38441,1534,0,0,0,2939.07,595.123,92.9127,2.30763,300,300,5,0,176,0,0,1), + (38442,1534,0,0,0,2889.14,689.437,121.601,2.70838,300,300,5,0,176,0,0,1), + (38443,10160,1,0,0,6268.47,10.0644,33.9306,4.63427,275,275,5,0,245,324,0,1), + (38444,1534,0,0,0,2994.05,614.819,97.5554,2.7085,300,300,5,0,176,0,0,1), + (38445,1544,0,0,0,2548.09,1512.43,-6.61852,4.81148,300,300,5,0,148,165,0,1), + (38446,1545,0,0,0,2549.2,1654.6,-1.7113,2.47317,300,300,5,0,176,0,0,1), + (38447,1544,0,0,0,2519.55,1615.84,-3.95729,0.435177,300,300,5,0,148,165,0,1), + (38448,1545,0,0,0,2524.34,1483.69,-0.385753,3.35221,300,300,5,0,176,0,0,1), + (38449,1504,0,0,0,2016.1,1770.89,105.347,4.71727,300,300,5,0,55,0,0,1), + (38454,1504,0,0,0,2161.98,1758.57,96.4834,0.738468,300,300,10,0,55,0,0,1), + (38455,1504,0,0,0,2091.88,1795.68,104.667,2.48413,300,300,5,0,55,0,0,1), + (38456,1504,0,0,0,2035.08,1760.78,101.64,0.380443,300,300,5,0,55,0,0,1), + (38457,4075,0,0,0,1849.71,-735.742,64.2611,5.82427,120,120,10,0,8,0,0,1), + (38458,4075,0,0,0,2689.27,1340.44,37.9345,5.40415,120,120,5,0,8,0,0,1), + (38459,721,0,0,0,2858.18,274.818,29.5139,4.63734,120,120,10,0,1,0,0,1), + (38460,4075,0,0,0,2072.32,-432.012,39.5339,6.0285,120,120,5,0,8,0,0,1), + (38461,1548,0,0,0,2748.74,-196.749,39.755,4.9228,300,300,10,0,122,0,0,1), + (38462,1548,0,0,0,2854.03,-180.119,42.1251,0.510482,300,300,10,0,122,0,0,1), + (38463,1548,0,0,0,2944.74,-85.6328,23.5569,3.05359,300,300,5,0,122,0,0,1), + (38477,10160,1,0,0,6375.13,-25.672,28.6635,5.38648,275,275,10,0,245,324,0,1), + (38478,10160,1,0,0,5979.92,15.7198,26.8368,2.86025,275,275,10,0,245,324,0,1), + (38479,10160,1,0,0,6124.29,-17.2168,38.5916,3.25516,275,275,3,0,245,324,0,1), + (38480,10160,1,0,0,6068.69,-46.3102,43.6627,1.75413,275,275,10,0,245,324,0,1), + (38481,10160,1,0,0,6290.52,-115.841,39.6368,5.27492,275,275,10,0,245,324,0,1), + (38482,10160,1,0,0,6243.72,40.584,35.3153,5.17254,275,275,10,0,245,324,0,1), + (38483,10160,1,0,0,6185,-82.8412,47.6497,2.31754,275,275,5,0,245,324,0,1), + (38484,10160,1,0,0,6344.1,-47.3413,28.0359,1.92723,275,275,0,0,245,324,0,0), + (38485,10160,1,0,0,6298.11,-57.7363,38.94,0.096892,275,275,10,0,245,324,0,1), + (38486,10160,1,0,0,6213.59,-155.208,79.3315,0,275,275,0,0,245,324,0,0), + (38487,10160,1,0,0,6226.96,-141.646,52.9686,6.2187,275,275,2,0,245,324,0,1), + (38488,10160,1,0,0,6207.86,-150.799,78.6087,2.09915,275,275,0,0,245,324,0,0), + (38489,10160,1,0,0,6374.99,-146.969,34.3697,2.31162,275,275,3,0,245,324,0,1), + (38490,1554,0,0,0,2853.94,-317.892,64.2488,5.90739,300,300,5,0,156,0,0,1), + (38491,10160,1,0,0,6184.61,-12.2838,45.2704,3.03293,275,275,10,0,245,324,0,1), + (38492,2231,1,0,0,6572.55,490.47,-4.35711,1.31463,275,275,10,0,176,0,0,1), + (38493,2231,1,0,0,6099.47,620.175,-8.0773,3.3342,275,275,10,0,176,0,0,1), + (38494,2231,1,0,0,6508.04,528.085,-5.66787,2.39485,275,275,10,0,176,0,0,1), + (38495,2231,1,0,0,6559.33,503.889,-2.90703,3.72689,275,275,10,0,176,0,0,1), + (38496,1548,0,0,0,2885.34,-21.3686,23.3415,4.64206,300,300,5,0,122,0,0,1), + (38498,2231,1,0,0,6746.3,538.098,-3.61134,4.74168,275,275,10,0,176,0,0,1), + (38499,2231,1,0,0,6766.5,528.856,-1.39557,5.49296,275,275,10,0,176,0,0,1), + (38500,2231,1,0,0,6564.36,525.848,1.24242,2.98551,275,275,10,0,176,0,0,1), + (38501,2231,1,0,0,6613.53,548.947,-1.11178,4.51928,275,275,10,0,176,0,0,1), + (38502,2231,1,0,0,6535.43,616.204,-22.141,0.007812,275,275,10,0,176,0,0,1), + (38503,2231,1,0,0,6688.7,555.761,-3.86529,3.76048,275,275,10,0,176,0,0,1), + (38504,2231,1,0,0,6694.48,551.599,-2.27471,5.68598,275,275,10,0,176,0,0,1), + (38505,2231,1,0,0,6454.92,638.559,-22.167,5.31096,275,275,10,0,176,0,0,1), + (38506,2231,1,0,0,6569.49,563.417,-6.04293,2.08691,275,275,10,0,176,0,0,1), + (38507,2231,1,0,0,6528.23,589.51,-24.2829,2.68668,275,275,10,0,176,0,0,1), + (38508,2914,43,0,0,-173.806,-81.3373,-67.728,4.88681,7200,7200,10,0,8,0,0,1), + (38509,2231,1,0,0,6595.42,578.453,-10.1972,0.409894,275,275,10,0,176,0,0,1), + (38510,2231,1,0,0,6177.05,643.039,-14.548,2.25103,275,275,10,0,176,0,0,1), + (38512,2231,1,0,0,6151.58,603.786,-8.51736,0.928076,275,275,10,0,176,0,0,1), + (38513,2231,1,0,0,6394.72,649.759,-15.8482,3.13769,275,275,10,0,176,0,0,1), + (38514,2231,1,0,0,6384.17,620.565,-5.54881,3.86548,275,275,10,0,176,0,0,1), + (38515,2231,1,0,0,6118.29,612.486,-8.6752,4.99243,275,275,10,0,176,0,0,1), + (38516,2231,1,0,0,6146.14,583.713,-1.89235,3.78725,275,275,10,0,176,0,0,1), + (38517,2231,1,0,0,6174.79,621.448,-13.7537,0.196629,275,275,10,0,176,0,0,1), + (38518,2231,1,0,0,6217.46,644.942,-8.73857,5.13756,275,275,10,0,176,0,0,1), + (38519,2231,1,0,0,6275.68,607.261,-6.5261,4.81517,275,275,10,0,176,0,0,1), + (38520,2231,1,0,0,6293.37,649.345,-15.5534,3.11621,275,275,10,0,176,0,0,1), + (38521,2231,1,0,0,6233.96,607.499,-0.889753,0.412075,275,275,10,0,176,0,0,1), + (38522,2231,1,0,0,6316.48,630.372,-12.0277,3.66995,275,275,10,0,176,0,0,1), + (38523,2231,1,0,0,6223.96,592.709,0.91362,0.806158,275,275,10,0,176,0,0,1), + (38524,2231,1,0,0,6219.98,539.372,6.82679,5.80861,275,275,10,0,176,0,0,1), + (38525,2231,1,0,0,6188.76,558.592,4.5108,1.37838,275,275,10,0,176,0,0,1), + (38526,2231,1,0,0,6258.68,623.398,-10.079,4.3607,275,275,10,0,176,0,0,1), + (38527,2231,1,0,0,6734.56,517.94,-0.043476,2.6917,275,275,10,0,176,0,0,1), + (38528,2231,1,0,0,6637.23,554.577,-3.7509,5.91138,275,275,10,0,176,0,0,1), + (38529,2231,1,0,0,6781.98,518.284,0.137367,0.877517,275,275,10,0,176,0,0,1), + (38530,2231,1,0,0,6238.31,669.399,-16.0795,0.779873,275,275,10,0,176,0,0,1), + (38531,2231,1,0,0,6724.72,543.251,-1.80785,2.35684,275,275,10,0,176,0,0,1), + (38532,2231,1,0,0,6187.59,551.989,5.2469,4.82362,275,275,10,0,176,0,0,1), + (38533,2231,1,0,0,6771.32,469.764,9.03506,4.37632,275,275,10,0,176,0,0,1), + (38534,2231,1,0,0,6159.18,547.081,5.7858,5.64997,275,275,10,0,176,0,0,1), + (38535,2231,1,0,0,6391.15,570.254,-1.17991,1.6862,275,275,10,0,176,0,0,1), + (38536,2231,1,0,0,6600.4,494.107,-1.85818,2.73824,275,275,10,0,176,0,0,1), + (38537,2231,1,0,0,6282.93,586.061,-0.445736,2.3333,275,275,10,0,176,0,0,1), + (38538,2231,1,0,0,6328.1,587.972,0.998501,3.29285,275,275,10,0,176,0,0,1), + (38539,2231,1,0,0,6749.33,536.175,-2.91572,5.69302,275,275,10,0,176,0,0,1), + (38540,2231,1,0,0,6247.81,555.3,8.34744,4.6831,275,275,10,0,176,0,0,1), + (38541,2231,1,0,0,6645.31,505.729,4.55806,4.90962,275,275,10,0,176,0,0,1), + (38542,2231,1,0,0,6714.96,511.258,2.26345,0.592822,275,275,10,0,176,0,0,1), + (38543,2232,1,0,0,5485.05,614.6,-8.4595,0.04652,275,275,10,0,247,0,0,1), + (38544,2232,1,0,0,7159.56,224.882,-4.4699,3.59214,275,275,10,0,247,0,0,1), + (38545,2232,1,0,0,7470.16,118.819,-7.15201,6.21278,275,275,10,0,247,0,0,1), + (38546,2232,1,0,0,7415.87,177.015,2.55636,3.20998,275,275,10,0,247,0,0,1), + (38547,2232,1,0,0,7226.5,215.887,0.56713,2.7899,275,275,10,0,247,0,0,1), + (38548,2232,1,0,0,5322.87,617.749,-14.3266,3.83708,275,275,10,0,247,0,0,1), + (38549,2232,1,0,0,7084.82,243.991,-8.41044,4.44657,275,275,10,0,247,0,0,1), + (38550,2232,1,0,0,7250.87,182.259,2.56458,3.02151,275,275,10,0,247,0,0,1), + (38551,2232,1,0,0,7277.51,218.143,0.894862,2.99236,275,275,10,0,247,0,0,1), + (38552,2232,1,0,0,7165.11,198.724,1.00445,2.46208,275,275,10,0,247,0,0,1), + (38553,2232,1,0,0,7318.2,153.032,11.1121,1.21752,275,275,10,0,247,0,0,1), + (38554,2232,1,0,0,7347.46,173.447,4.85493,4.40557,275,275,10,0,247,0,0,1), + (38555,2232,1,0,0,7326.83,213.331,1.47634,2.1379,275,275,10,0,247,0,0,1), + (38556,2232,1,0,0,7435.52,139.818,0.18494,2.28779,275,275,10,0,247,0,0,1), + (38557,2232,1,0,0,7097.69,169.132,1.41687,4.1075,275,275,10,0,247,0,0,1), + (38558,2232,1,0,0,7019.74,217.1,-2.49168,0.420804,275,275,10,0,247,0,0,1), + (38559,2232,1,0,0,5594.72,585,-2.67353,0.363457,275,275,10,0,247,0,0,1), + (38560,2232,1,0,0,7050.03,181.216,0.665451,4.68213,275,275,10,0,247,0,0,1), + (38561,2232,1,0,0,5573.73,566.93,0.870574,0.457097,275,275,10,0,247,0,0,1), + (38562,2232,1,0,0,5423.9,525.176,2.35559,1.69515,275,275,10,0,247,0,0,1), + (38563,2232,1,0,0,5284.28,543.616,7.53996,0.859312,275,275,10,0,247,0,0,1), + (38564,2232,1,0,0,5461.77,610.585,-9.49295,3.09679,275,275,10,0,247,0,0,1), + (38565,2232,1,0,0,5357.15,538.697,2.16564,4.43328,275,275,10,0,247,0,0,1), + (38566,2232,1,0,0,5459.6,536.773,3.35419,5.94693,275,275,10,0,247,0,0,1), + (38567,2232,1,0,0,5397.4,508.373,6.47441,0.613263,275,275,10,0,247,0,0,1), + (38568,2232,1,0,0,5510.5,599.033,-5.56005,0.212636,275,275,10,0,247,0,0,1), + (38569,2232,1,0,0,5457.48,557.074,1.76796,2.94532,275,275,10,0,247,0,0,1), + (38570,2233,1,0,0,4714.18,783.671,0.886395,2.13768,275,275,10,0,417,0,0,1), + (38571,2233,1,0,0,4678.15,824.061,-2.171,3.15283,275,275,10,0,417,0,0,1), + (38572,2233,1,0,0,7558.02,-519.46,-6.76809,3.23253,275,275,10,0,417,0,0,1), + (38573,2233,1,0,0,7506.1,-597.448,0.663445,5.56968,275,275,10,0,417,0,0,1), + (38574,2233,1,0,0,7522.8,-479.126,-4.18449,5.10087,275,275,10,0,417,0,0,1), + (38575,2233,1,0,0,7523.01,-551.681,1.50696,4.57395,275,275,10,0,417,0,0,1), + (38576,2233,1,0,0,7421.35,-480.235,0.394992,6.21083,275,275,10,0,417,0,0,1), + (38577,2233,1,0,0,7417.44,-445.863,0.504548,1.21419,275,275,10,0,417,0,0,1), + (38578,2233,1,0,0,7319.82,-418.397,2.51611,5.46116,275,275,10,0,417,0,0,1), + (38579,2233,1,0,0,7349.17,-446.684,0.929095,2.38105,275,275,10,0,417,0,0,1), + (38580,2233,1,0,0,7480.8,-517.403,2.44313,3.52719,275,275,10,0,417,0,0,1), + (38581,2233,1,0,0,4778.52,799.762,1.94116,1.85701,275,275,10,0,417,0,0,1), + (38582,2233,1,0,0,4756.58,863.255,-0.773573,3.41667,275,275,10,0,417,0,0,1), + (38583,2233,1,0,0,4809.2,842.942,-8.70428,4.00853,275,275,10,0,417,0,0,1), + (38584,2233,1,0,0,7315.41,-483.859,2.54779,3.89432,275,275,10,0,417,0,0,1), + (38585,2234,1,0,0,6991.72,394.905,-5.63333,3.0497,275,275,10,0,198,0,0,1), + (38586,2234,1,0,0,6834.84,520.179,-3.66349,2.26063,275,275,10,0,198,0,0,1), + (38587,2234,1,0,0,6894.54,489.162,-4.1755,0.82319,275,275,10,0,198,0,0,1), + (38588,2234,1,0,0,6961.3,311.627,1.16066,5.65238,275,275,10,0,198,0,0,1), + (38589,2234,1,0,0,5958.07,658.632,-4.98125,0.324251,275,275,10,0,198,0,0,1), + (38590,2234,1,0,0,6973.71,265.817,2.16963,3.62707,275,275,10,0,198,0,0,1), + (38591,2234,1,0,0,6955.8,352.731,5.91561,3.7063,275,275,10,0,198,0,0,1), + (38592,2234,1,0,0,6034.25,633.265,-5.5436,5.47407,275,275,10,0,198,0,0,1), + (38593,2234,1,0,0,5884.12,645.211,-1.29504,2.85808,275,275,10,0,198,0,0,1), + (38594,2234,1,0,0,5957.33,634.988,0.643752,2.92177,275,275,10,0,198,0,0,1), + (38595,2234,1,0,0,5990.25,591.47,-1.44282,0.218457,275,275,10,0,198,0,0,1), + (38596,2234,1,0,0,6943.29,283.04,3.41064,1.08613,275,275,10,0,198,0,0,1), + (38597,2234,1,0,0,5987.9,681.392,-9.4929,0.584247,275,275,10,0,198,0,0,1), + (38598,2234,1,0,0,6852.23,464.843,1.94415,0.759869,275,275,10,0,198,0,0,1), + (38599,2234,1,0,0,6917.95,447.981,4.2401,6.16961,275,275,10,0,198,0,0,1), + (38600,2234,1,0,0,6956.1,418,2.94982,5.77761,275,275,10,0,198,0,0,1), + (38601,2234,1,0,0,6062,516.19,6.02422,0.670469,275,275,10,0,198,0,0,1), + (38602,2235,1,0,0,5177.08,656.25,-3.081,3.14159,275,275,10,0,328,0,0,1), + (38603,2235,1,0,0,7458.92,-30.3249,-2.33704,2.38038,275,275,10,0,328,0,0,1), + (38604,2235,1,0,0,7381.41,10.0535,2.27419,3.31914,275,275,10,0,328,0,0,1), + (38605,2235,1,0,0,7349.97,-377.051,-0.381231,5.49771,275,275,10,0,328,0,0,1), + (38606,2235,1,0,0,7429.99,-219.886,0.645116,5.39613,275,275,10,0,328,0,0,1), + (38607,2235,1,0,0,7353.63,-369.981,0.864872,2.28393,275,275,10,0,328,0,0,1), + (38608,5951,1,0,0,1221.32,-4362.83,26.3075,4.99513,180,180,5,0,8,0,0,1), + (38609,2235,1,0,0,7414.77,-105.539,2.15747,4.687,275,275,10,0,328,0,0,1), + (38610,2235,1,0,0,7456.51,-261.499,-1.13327,0.658308,275,275,10,0,328,0,0,1), + (38611,2235,1,0,0,7418.3,-214.887,0.482855,4.3306,275,275,10,0,328,0,0,1), + (38612,2235,1,0,0,7393.67,-173.923,1.88673,3.62159,275,275,10,0,328,0,0,1), + (38613,2235,1,0,0,7444.96,-122.236,0.719887,1.47822,275,275,10,0,328,0,0,1), + (38614,2235,1,0,0,7433.7,-80.5608,2.44965,3.19433,275,275,10,0,328,0,0,1), + (38615,2235,1,0,0,7429.09,-41.0434,2.63094,3.84471,275,275,10,0,328,0,0,1), + (38616,2235,1,0,0,5173.78,637.29,1.83553,5.7169,275,275,0,0,328,0,0,0), + (38617,2235,1,0,0,5152.7,595.219,0.962325,0.499229,275,275,0,0,328,0,0,0), + (38618,2235,1,0,0,5121.14,606.425,-0.781259,0.27079,275,275,10,0,328,0,0,1), + (38619,2235,1,0,0,4947.26,618.213,-3.15061,2.26429,275,275,10,0,328,0,0,1), + (38620,2235,1,0,0,5050.06,583.091,1.27912,4.64011,275,275,10,0,328,0,0,1), + (38621,2236,1,0,0,4448.58,911.636,-0.263899,3.01739,275,275,10,0,494,0,0,1), + (38622,2236,1,0,0,4418.38,937.926,2.57354,5.4738,275,275,10,0,494,0,0,1), + (38623,2236,1,0,0,4367.04,1007.41,8.2474,4.57937,275,275,10,0,494,0,0,1), + (38624,2236,1,0,0,4419.75,999.289,-0.466364,5.76333,275,275,10,0,494,0,0,1), + (38625,2236,1,0,0,4367.94,1067.15,-1.71109,5.49503,275,275,10,0,494,0,0,1), + (38626,2236,1,0,0,4353.82,991.688,11.5847,5.04288,275,275,10,0,494,0,0,1), + (38627,2236,1,0,0,7835.42,-763.564,-1.93268,2.0161,275,275,10,0,494,0,0,1), + (38628,2236,1,0,0,7699.03,-823.468,4.94882,3.46237,275,275,10,0,494,0,0,1), + (38629,2236,1,0,0,7786.86,-751.7,-0.309082,4.90385,275,275,10,0,494,0,0,1), + (38630,2236,1,0,0,7623.45,-750.59,9.08062,3.0084,275,275,10,0,494,0,0,1), + (38631,2236,1,0,0,7763.44,-785.157,1.82189,0.359966,275,275,10,0,494,0,0,1), + (38632,2236,1,0,0,7607.01,-712.96,3.383,6.1188,275,275,10,0,494,0,0,1), + (38633,2236,1,0,0,7571.28,-726.714,7.0546,5.57059,275,275,10,0,494,0,0,1), + (38634,2236,1,0,0,7683.08,-723.056,2.76287,4.71434,275,275,10,0,494,0,0,1), + (38635,2236,1,0,0,7590.81,-752.936,10.2608,0.070334,275,275,10,0,494,0,0,1), + (38636,2236,1,0,0,7587.64,-683.714,0.030111,1.58585,275,275,10,0,494,0,0,1), + (38637,2236,1,0,0,7699.53,-746.183,5.54649,0.03124,275,275,10,0,494,0,0,1), + (38638,2236,1,0,0,7534.89,-645.374,3.78397,2.85229,275,275,10,0,494,0,0,1), + (38639,2236,1,0,0,7493.78,-696.109,0.285518,3.45316,275,275,10,0,494,0,0,1), + (38640,2236,1,0,0,4448.33,786.788,0.062527,2.1756,275,275,10,0,494,0,0,1), + (38641,2237,1,0,0,4759.33,76.0357,55.6342,6.10648,275,275,10,0,386,0,0,1), + (38642,2237,1,0,0,4747.72,572.731,27.4772,0.553911,275,275,10,0,386,0,0,1), + (38643,2237,1,0,0,4206.72,366.227,59.2983,4.04891,275,275,10,0,386,0,0,1), + (38644,2237,1,0,0,4314.88,17.055,61.9113,6.19712,275,275,10,0,386,0,0,1), + (38645,2237,1,0,0,7749.37,-992.791,27.9891,1.91448,275,275,10,0,386,0,0,1), + (38646,2237,1,0,0,4337.75,545.042,58.4253,0.39259,275,275,10,0,386,0,0,1), + (38647,2237,1,0,0,5246.48,334.735,29.2159,1.33909,275,275,10,0,386,0,0,1), + (38648,2237,1,0,0,4669.49,478.692,33.3969,0.29849,275,275,10,0,386,0,0,1), + (38649,2237,1,0,0,4780.74,328.672,50.7063,1.17846,275,275,5,0,386,0,0,1), + (38650,2237,1,0,0,4714.76,312.52,51.7135,1.81919,275,275,5,0,386,0,0,1), + (38651,2237,1,0,0,4781.87,54.6986,55.8266,0.16502,275,275,3,0,386,0,0,1), + (38652,2237,1,0,0,4693.96,212.418,57.6977,1.69465,275,275,10,0,386,0,0,1), + (38653,2237,1,0,0,4703.67,71.6339,58.6952,5.22233,275,275,10,0,386,0,0,1), + (38654,2237,1,0,0,4841.53,60.7727,53.9166,2.11685,275,275,10,0,386,0,0,1), + (38655,2237,1,0,0,4381.55,417.766,58.3067,4.38547,275,275,10,0,386,0,0,1), + (38656,2237,1,0,0,4367.32,296.307,58.6614,5.85842,275,275,10,0,386,0,0,1), + (38657,2237,1,0,0,4486.83,154.658,65.1157,5.99074,275,275,5,0,386,0,0,1), + (38658,2237,1,0,0,4319.08,483.413,60.6432,5.97564,275,275,10,0,386,0,0,1), + (38659,2237,1,0,0,7845.89,-1079.96,35.2203,2.77414,275,275,5,0,386,0,0,1), + (38660,2237,1,0,0,4753.05,109.342,54.9989,3.30415,275,275,10,0,386,0,0,1), + (38661,2237,1,0,0,4715.47,111.88,54.1575,4.46734,275,275,3,0,386,0,0,1), + (38662,2237,1,0,0,4963.71,432.011,31.6837,3.59015,275,275,10,0,386,0,0,1), + (38663,11711,1,0,0,4390.68,-67.312,86.7177,2.32129,275,275,0,0,919,0,0,0), + (38665,4802,1,0,0,4343.09,886.194,-20.731,4.03568,275,275,5,0,1299,980,0,1), + (38666,4802,1,0,0,4335.15,880.066,-21.1304,1.43845,275,275,5,0,1299,980,0,1), + (38667,750,0,0,0,-11102.5,-3802.82,11.9806,0.999272,300,300,3,0,1981,0,0,1), + (38668,861,0,0,0,-10490.7,-3046.67,20.4509,3.45345,300,300,5,1,1456,0,0,2), + (38669,1088,0,0,0,-11126.4,-3915.7,-1.37906,3.71332,300,300,5,0,1716,0,0,1), + (38670,5269,0,0,0,-10349.4,-3898.5,-99.2843,6.24828,900,900,0,0,4605,1587,0,0), + (38671,5243,0,0,0,-10360.4,-3930.23,-99.2853,4.5204,900,900,0,0,5544,0,0,0), + (38672,5261,0,0,0,-10343.5,-3926.87,-99.2853,4.24115,900,900,0,0,5595,0,0,0), + (38673,5224,0,0,0,-10306.5,-3912.59,-93.3987,1.93939,900,900,3,0,5544,0,0,1), + (38674,5243,0,0,0,-10345.9,-3899.17,-99.2843,2.86234,900,900,0,0,5544,0,0,0), + (38675,5261,0,0,0,-10359.8,-3911.12,-99.2853,4.57276,900,900,0,0,5595,0,0,0), + (38676,5261,0,0,0,-10349.2,-3939.03,-99.2853,4.2586,900,900,0,0,5595,0,0,0), + (38677,5269,0,0,0,-10366.5,-3943.83,-99.2853,4.69494,900,900,0,0,4605,1587,0,0), + (38678,5243,0,0,0,-10348.9,-3953.8,-99.2851,4.10152,900,900,0,0,5544,0,0,0), + (38679,5243,0,0,0,-10304.7,-4042.9,-76.3541,0.857558,900,900,2,0,5544,0,0,1), + (38680,5243,0,0,0,-10293.7,-4013.42,-76.3541,4.46281,900,900,5,0,5544,0,0,1), + (38681,750,0,0,0,-10680.3,-4349.53,-5.22218,5.56039,300,300,5,0,1981,0,0,1), + (38682,750,0,0,0,-10671.1,-4349.99,-3.04826,3.75344,300,300,5,0,1981,0,0,1), + (38683,5261,0,0,0,-10308.7,-4023.67,-76.3541,1.51348,900,900,2,0,5595,0,0,1), + (38684,922,0,0,0,-9743.23,-4027.73,6.79941,0.818535,300,300,5,0,1829,0,0,1), + (38685,922,0,0,0,-9802.07,-4158.17,-2.37193,0.903072,300,300,5,0,1829,0,0,1), + (38686,6653,0,0,0,-9921.7,-4066.04,17.4991,4.80227,300,300,5,0,16,0,0,1), + (38687,922,0,0,0,-9702.47,-3912.48,3.86439,1.50631,300,300,5,0,1829,0,0,1), + (38688,745,0,0,0,-10619.3,-3990.6,22.1126,5.48121,300,300,5,0,5148,0,0,1), + (38689,922,0,0,0,-9762.35,-4084.46,0.021444,4.63486,300,300,5,0,1829,0,0,1), + (38690,750,0,0,0,-10874.1,-4253.54,-2.4453,4.22065,300,300,5,0,1981,0,0,1), + (38691,922,0,0,0,-9814.01,-4119.4,3.91088,4.39867,300,300,5,0,1829,0,0,1), + (38692,1087,0,0,0,-11152,-3949.32,-16.3758,1.62349,300,300,5,0,1902,0,0,1), + (38693,6653,0,0,0,-10587,-4114.7,17.4991,2.34685,300,300,5,0,16,0,0,1), + (38694,922,0,0,0,-10941.7,-4207.12,0.0772,5.18489,300,300,5,0,1829,0,0,1), + (38695,1420,0,0,0,-10492.6,-3392.28,17.6325,3.22808,300,300,5,0,8,0,0,1), + (38696,1420,0,0,0,-10651.2,-3762.04,18.0268,2.61324,300,300,5,0,8,0,0,1), + (38697,4953,0,0,0,-10590.9,-3657.39,17.3429,0.318042,300,300,5,0,16,0,0,1), + (38698,747,0,0,0,-11060.4,-4118.44,-0.210789,6.2425,300,300,0,0,1711,1483,0,0), + (38699,750,0,0,0,-10775.6,-4290.11,-6.19537,5.89447,300,300,5,0,1981,0,0,1), + (38700,1087,0,0,0,-11080,-4145.16,-0.961537,0.843712,300,300,5,0,1902,0,0,1), + (38701,751,0,0,0,-11113,-3887.11,-4.61817,1.70684,300,300,5,0,2059,0,0,1), + (38702,751,0,0,0,-11113.2,-3850.94,-3.04598,6.1084,300,300,5,0,2059,0,0,1), + (38703,4953,0,0,0,-10858.9,-4086.63,22.0182,4.62742,300,300,5,0,16,0,0,1), + (38704,768,0,0,0,-10523,-4145.37,21.9028,5.84477,300,300,5,0,1678,0,0,1), + (38705,5263,0,0,0,-10253.8,-4005.16,-89.6429,4.62512,900,900,0,0,5922,0,0,0), + (38706,5263,0,0,0,-10226.5,-3988.05,-89.5822,3.50811,900,900,0,0,5922,0,0,0), + (38707,5263,0,0,0,-10249,-3983.36,-89.5798,0.296706,900,900,0,0,5922,0,0,0), + (38708,5263,0,0,0,-10209.2,-4016.04,-89.5907,3.78736,900,900,2,0,5922,0,0,1), + (38709,5225,0,0,0,-10205.6,-3994.98,-89.5835,5.42797,900,900,2,0,5757,0,0,1), + (38710,5263,0,0,0,-10216.4,-4037.6,-89.5978,3.9619,900,900,2,0,5922,0,0,1), + (38711,752,0,0,0,-10898.9,-3619.7,15.9847,2.84345,300,300,3,0,1704,1483,0,1), + (38712,751,0,0,0,-10915.3,-3613.01,17.2932,4.23325,300,300,3,0,2059,0,0,1), + (38713,767,0,0,0,-10287.9,-2880.2,26.9498,3.27194,300,300,5,0,1469,0,0,1), + (38714,768,0,0,0,-9798.91,-3813.28,23.5677,2.93039,300,300,5,0,1678,0,0,1), + (38715,1087,0,0,0,-9626.88,-3975.74,-2.43864,3.03007,300,300,5,0,1902,0,0,1), + (38716,1087,0,0,0,-9733.7,-4050.62,-1.42684,0.144933,300,300,5,0,1902,0,0,1), + (38717,858,0,0,0,-10284.1,-2857.58,26.6775,4.49182,300,300,5,0,1469,0,0,1), + (38718,4953,0,0,0,-10340.6,-3335.99,22.7815,3.29068,300,300,5,0,16,0,0,1), + (38719,922,0,0,0,-10882.8,-4187.08,5.47756,2.91632,300,300,5,0,1829,0,0,1), + (38720,922,0,0,0,-10891.1,-4161.32,5.41886,5.01452,300,300,5,0,1829,0,0,1), + (38721,1088,0,0,0,-9922.54,-4318.98,-3.80129,4.8841,300,300,5,0,1716,0,0,1), + (38722,1087,0,0,0,-10175.6,-4134.95,17.7491,2.77164,300,300,5,0,1902,0,0,1), + (38723,1088,0,0,0,-10573.5,-4371.45,4.3654,4.30284,300,300,5,0,1716,0,0,1), + (38724,1082,0,0,0,-9924.09,-3873.48,19.6594,0.405918,300,300,5,0,1604,0,0,1), + (38725,6653,0,0,0,-9836.67,-3914.69,18.0389,1.17615,300,300,5,0,16,0,0,1), + (38726,1087,0,0,0,-9843.54,-4011.36,18.854,0.860985,300,300,5,0,1902,0,0,1), + (38727,1087,0,0,0,-9822.35,-3989.87,18.0501,3.95531,300,300,5,0,1902,0,0,1), + (38728,1087,0,0,0,-9917.47,-3955.28,17.68,0.965916,300,300,5,0,1902,0,0,1), + (38729,1087,0,0,0,-9925.42,-4012.72,17.7778,0.696244,300,300,5,0,1902,0,0,1), + (38730,1087,0,0,0,-9843.38,-3945.65,23.3557,3.15649,300,300,5,0,1902,0,0,1), + (38731,1087,0,0,0,-9976.58,-4012.22,17.4991,0.630384,300,300,5,0,1902,0,0,1), + (38732,769,0,0,0,-10826.6,-3769.5,24.1685,2.71723,300,300,3,0,1829,0,0,1), + (38733,755,0,0,0,-10143.5,-3373.39,18.1241,0.931114,300,300,5,0,1279,0,0,1), + (38734,1082,0,0,0,-9905.71,-3824.97,20.8859,1.14207,300,300,10,0,1604,0,0,1), + (38735,1082,0,0,0,-9853.59,-3820.13,18.4991,4.82077,300,300,5,0,1604,0,0,1), + (38736,1082,0,0,0,-9854.4,-3877.83,17.4598,0.741866,300,300,5,0,1604,0,0,1), + (38737,1084,0,0,0,-10215.7,-2973.4,18.9678,2.7021,300,300,10,0,1403,0,0,1), + (38738,1087,0,0,0,-10142.1,-4208.16,17.415,0.486902,300,300,5,0,1902,0,0,1), + (38739,752,0,0,0,-10087.6,-4383.26,-5.4685,1.78257,300,300,5,0,1704,1483,0,1), + (38740,1420,0,0,0,-10326.7,-4280.09,17.8872,4.77883,300,300,5,0,8,0,0,1), + (38741,745,0,0,0,-10337.4,-3979.2,17.4017,3.4528,300,300,10,0,5148,0,0,1), + (38742,1087,0,0,0,-10093,-4118.97,17.8277,0.703809,300,300,5,0,1902,0,0,1), + (38743,1087,0,0,0,-9923.46,-4080.62,17.499,1.34196,300,300,5,0,1902,0,0,1), + (38744,755,0,0,0,-10148.7,-3219.68,23.0219,0.077891,300,300,5,0,1279,0,0,1), + (38745,757,0,0,0,-10115.2,-3383.27,20.9991,2.14675,300,300,5,0,1403,0,0,1), + (38746,767,0,0,0,-10230.6,-3069.05,22.0528,0.704589,300,300,10,0,1469,0,0,1), + (38747,767,0,0,0,-10226.1,-3055.51,22.0185,0.318781,300,300,10,0,1469,0,0,1), + (38748,750,0,0,0,-10555.9,-4414.15,-4.38647,2.48089,300,300,5,0,1981,0,0,1), + (38749,750,0,0,0,-10583.9,-4415.41,-6.8657,5.50333,300,300,5,0,1981,0,0,1), + (38750,764,0,0,0,-10182.9,-3396.66,17.4991,5.97284,300,300,10,0,1308,1189,0,1), + (38751,750,0,0,0,-10846,-4291.79,-12.7752,5.26674,300,300,5,0,1981,0,0,1), + (38752,766,0,0,0,-10315.4,-3575.93,17.965,1.79897,300,300,5,0,1433,1283,0,1), + (38753,1088,0,0,0,-10690.2,-4359.12,-7.09718,5.76969,300,300,5,0,1716,0,0,1), + (38754,922,0,0,0,-10818.1,-4242.47,1.79609,5.70114,300,300,5,0,1829,0,0,1), + (38755,1088,0,0,0,-10080.4,-4350.81,-4.50187,6.14319,300,300,5,0,1716,0,0,1), + (38756,1088,0,0,0,-10120.7,-4381,-4.18061,3.15704,300,300,5,0,1716,0,0,1), + (38757,1087,0,0,0,-9926.42,-4200.86,15.3788,5.00572,300,300,5,0,1902,0,0,1), + (38758,1087,0,0,0,-9854.63,-4155.4,2.58277,0.1372,300,300,5,0,1902,0,0,1), + (38759,769,0,0,0,-10670.8,-3620.64,37.2539,4.93362,300,300,5,0,1829,0,0,1), + (38760,922,0,0,0,-9846.63,-4158.63,0.94299,0.011718,300,300,5,0,1829,0,0,1), + (38761,1088,0,0,0,-10328.3,-4423.99,-1.85617,1.95118,300,300,5,0,1716,0,0,1), + (38762,922,0,0,0,-9857.72,-4127.32,12.7739,6.02271,300,300,5,0,1829,0,0,1), + (38763,922,0,0,0,-9984.33,-4292.09,1.31476,5.20051,300,300,5,0,1829,0,0,1), + (38764,922,0,0,0,-9934.31,-4241.89,2.71027,0.479381,300,300,5,0,1829,0,0,1), + (38765,922,0,0,0,-9898.84,-4217.92,2.29258,1.40212,300,300,5,0,1829,0,0,1), + (38766,922,0,0,0,-10915.3,-4131.91,9.70558,5.95526,300,300,5,0,1829,0,0,1), + (38767,750,0,0,0,-10896.3,-4212.31,4.23737,0.226893,300,300,0,0,1981,0,0,0), + (38768,766,0,0,0,-10104.4,-3911.66,17.4991,1.00411,300,300,5,0,1433,1283,0,1), + (38769,766,0,0,0,-10093.1,-3983.83,17.4991,0.815345,300,300,5,0,1433,1283,0,1), + (38770,769,0,0,0,-10936.6,-3999.29,25.4912,5.79771,300,300,5,0,1829,0,0,1), + (38771,858,0,0,0,-10092.8,-3061.25,23.2538,0.583141,300,300,10,0,1469,0,0,1), + (38772,769,0,0,0,-10903.6,-4063.37,22.5813,5.11844,300,300,5,0,1829,0,0,1), + (38773,858,0,0,0,-10064.9,-3214.81,22.9256,0.230521,300,300,5,0,1469,0,0,1), + (38774,755,0,0,0,-10042.9,-3279.24,27.5999,5.95278,300,300,5,0,1279,0,0,1), + (38775,861,0,0,0,-10499.6,-2868.14,21.7665,1.44583,300,300,5,0,1456,0,0,1), + (38776,1084,0,0,0,-10170.5,-2808.6,20.7491,0.661082,300,300,0,0,1403,0,0,0), + (38777,858,0,0,0,-10569.6,-2872.95,22.0878,0.576174,300,300,10,0,1469,0,0,1), + (38778,1084,0,0,0,-10147.4,-3189.19,18.7383,4.64939,300,300,5,0,1403,0,0,1), + (38779,769,0,0,0,-10843.1,-3833.59,23.267,5.89258,300,300,5,0,1829,0,0,1), + (38780,769,0,0,0,-10592.8,-3582.49,21.9671,0.578042,300,300,5,0,1829,0,0,1), + (38781,767,0,0,0,-10345.9,-2829.23,24.0116,1.55182,300,300,5,0,1469,0,0,1), + (38782,766,0,0,0,-10136.8,-3662.35,17.4991,0.784726,300,300,5,0,1433,1283,0,1), + (38783,769,0,0,0,-10624.8,-3519.29,21.9278,1.50717,300,300,5,0,1829,0,0,1), + (38784,757,0,0,0,-10051.9,-3597.99,19.6241,2.42601,300,300,5,0,1403,0,0,1), + (38785,4953,0,0,0,-10067.9,-3614.87,17.4991,1.40718,300,300,5,0,16,0,0,1), + (38786,760,0,0,0,-10056.1,-3562.79,18.6126,2.24127,300,300,5,0,1469,0,0,1), + (38787,760,0,0,0,-10055.8,-3619.1,20.7491,0.141069,300,300,5,0,1469,0,0,1), + (38788,760,0,0,0,-10108.1,-3508.9,19.1241,1.27186,300,300,5,0,1469,0,0,1), + (38789,760,0,0,0,-10078.4,-3546.36,17.8741,0.749145,300,300,5,0,1469,0,0,1), + (38790,5224,0,0,0,-10281,-3990.24,-70.6546,2.17177,900,900,2,0,5544,0,0,1), + (38791,5269,0,0,0,-10350.9,-3989.16,-77.0391,1.67552,900,900,5,0,4605,1587,0,1), + (38792,5261,0,0,0,-10352,-3986.08,-77.0384,4.97419,900,900,5,0,5595,0,0,1), + (38793,14356,0,0,0,-10422.7,-3746.09,-1.3724,0.604937,300,300,5,0,1535,0,0,1), + (38794,760,0,0,0,-9955.35,-3678.34,22.8028,0.061641,300,300,5,0,1469,0,0,1), + (38795,757,0,0,0,-10090.8,-3520.74,21.7168,4.2586,300,300,5,0,1403,0,0,1), + (38796,14356,0,0,0,-10414.7,-3923.26,0.127511,2.11339,300,300,5,0,1535,0,0,1), + (38797,762,0,0,0,-9967.13,-3694.96,21.7947,3.90954,300,300,0,0,1103,2861,0,0), + (38798,767,0,0,0,-10252,-2802.84,23.8602,1.78459,300,300,5,0,1469,0,0,1), + (38799,762,0,0,0,-9975.01,-3692.71,22.1706,1.32645,300,300,0,0,1103,2861,0,0), + (38800,760,0,0,0,-10021,-3706,17.4991,1.39578,300,300,5,0,1469,0,0,1), + (38801,760,0,0,0,-10029.1,-3652.77,18.7744,5.74612,300,300,5,0,1469,0,0,1), + (38802,767,0,0,0,-10251.5,-3221.61,22.2463,2.272,300,300,10,0,1469,0,0,1), + (38803,755,0,0,0,-10108.6,-3346.82,17.4991,0.731904,300,300,5,0,1279,0,0,1), + (38804,767,0,0,0,-10191.5,-3150.52,21.9128,3.14159,300,300,10,0,1469,0,0,1), + (38805,858,0,0,0,-10091.9,-3128.97,23.3028,4.42711,300,300,5,0,1469,0,0,1), + (38806,1084,0,0,0,-10160.2,-3108.58,19.7073,2.72969,300,300,5,0,1403,0,0,1), + (38807,858,0,0,0,-10076.2,-3159.66,21.8028,3.01874,300,300,5,0,1469,0,0,1), + (38808,4803,1,0,0,4254.68,665.892,-29.0503,5.43088,275,275,5,0,1392,1020,0,1), + (38809,767,0,0,0,-10098.4,-3138.55,23.3028,2.23945,300,300,5,0,1469,0,0,1), + (38810,858,0,0,0,-10058.4,-3074.85,22.4332,0.440538,300,300,5,0,1469,0,0,1), + (38811,767,0,0,0,-10094.1,-3081.26,22.1928,5.50607,300,300,5,0,1469,0,0,1), + (38812,755,0,0,0,-10133.6,-3410.68,23.4991,3.08936,300,300,5,0,1279,0,0,1), + (38813,4953,0,0,0,-10031.7,-3535.97,22.3377,3.08685,300,300,5,0,16,0,0,1), + (38816,766,0,0,0,-10469.2,-3559.67,17.4991,0.151288,300,300,5,0,1433,1283,0,1), + (38817,858,0,0,0,-10063.2,-2984.62,21.9762,1.05788,300,300,10,0,1469,0,0,1), + (38818,862,0,0,0,-10040.9,-3449.39,22.1778,0.037092,300,300,5,0,1476,0,0,1), + (38819,766,0,0,0,-10174.2,-3610,18.7491,4.78682,300,300,5,0,1433,1283,0,1), + (38820,858,0,0,0,-10111.4,-3082.44,21.8887,2.37389,300,300,5,0,1469,0,0,1), + (38821,858,0,0,0,-10079.1,-3861.61,21.9278,4.36635,300,300,5,0,1469,0,0,1), + (38822,767,0,0,0,-10214.4,-3164.07,18.1241,1.16567,300,300,10,0,1469,0,0,1), + (38823,1084,0,0,0,-10271.5,-2787.51,17.7491,5.02445,300,300,5,0,1403,0,0,1), + (38824,1082,0,0,0,-10471.8,-3453.2,21.1241,2.60682,300,300,5,0,1604,0,0,1), + (38825,1087,0,0,0,-10029.6,-4045.03,20.1241,5.21407,300,300,5,0,1902,0,0,1), + (38826,1087,0,0,0,-10055.2,-4011.51,17.4991,2.35855,300,300,5,0,1902,0,0,1), + (38827,1087,0,0,0,-9983.01,-4085.91,24.1057,1.12927,300,300,5,0,1902,0,0,1), + (38828,4953,0,0,0,-10496.6,-2800.21,22.6536,3.81481,300,300,5,0,16,0,0,1), + (38829,768,0,0,0,-10023.4,-3826.1,22.4856,4.58807,300,300,5,0,1678,0,0,1), + (38830,1087,0,0,0,-10088.2,-4051.98,17.6593,6.06282,300,300,5,0,1902,0,0,1), + (38831,1084,0,0,0,-10342.3,-2957,17.4634,5.21935,300,300,5,0,1403,0,0,1), + (38832,768,0,0,0,-9781.14,-3851.94,22.3028,2.94361,300,300,5,0,1678,0,0,1), + (38833,1087,0,0,0,-10121.1,-4086.85,22.4291,3.79681,300,300,5,0,1902,0,0,1), + (38834,768,0,0,0,-10007.6,-3923.11,23.6105,0.757781,300,300,5,0,1678,0,0,1), + (38835,1087,0,0,0,-10130,-4151.29,17.773,3.70111,300,300,5,0,1902,0,0,1), + (38836,6653,0,0,0,-10427.3,-2839.57,17.4772,2.15765,300,300,5,0,16,0,0,1), + (38837,768,0,0,0,-10658.7,-3722.93,21.9488,2.0851,300,300,5,0,1678,0,0,1), + (38838,1087,0,0,0,-10210.9,-4225.76,18.1989,6.2187,300,300,5,0,1902,0,0,1), + (38839,767,0,0,0,-10445.7,-3045.87,22.3741,5.74319,300,300,5,0,1469,0,0,1), + (38840,6653,0,0,0,-10178.8,-2521.62,28.5656,1.5991,300,300,5,0,16,0,0,1), + (38841,1087,0,0,0,-11109.9,-3972.39,-5.43111,2.37553,300,300,5,0,1902,0,0,1), + (38842,1420,0,0,0,-10162.4,-2467.9,27.5715,4.31519,300,300,5,0,8,0,0,1), + (38843,768,0,0,0,-10058.3,-4224.79,22.0446,5.62239,300,300,5,0,1678,0,0,1), + (38845,768,0,0,0,-10176.4,-4256.24,22.4067,2.73806,300,300,5,0,1678,0,0,1), + (38846,858,0,0,0,-10393.7,-2947.81,21.9482,3.18865,300,300,5,0,1469,0,0,1), + (38848,858,0,0,0,-10464.2,-3013.86,23.4454,0.301736,300,300,5,0,1469,0,0,1), + (38849,768,0,0,0,-10303.3,-4355.1,16.6408,4.23301,300,300,5,0,1678,0,0,1), + (38850,1087,0,0,0,-11100.6,-4071.54,-2.20516,2.55413,300,300,5,0,1902,0,0,1), + (38851,1082,0,0,0,-10488.9,-3510.2,18.9991,3.60591,300,300,5,0,1604,0,0,1), + (38852,1087,0,0,0,-11159.1,-4047.86,-16.902,2.54928,300,300,5,0,1902,0,0,1), + (38853,766,0,0,0,-10035.8,-3916.83,18.1839,4.9071,300,300,5,0,1433,1283,0,1), + (38854,759,0,0,0,-9972.89,-3708.02,23.4221,6.01561,300,300,5,0,1469,0,0,1), + (38855,1082,0,0,0,-10109.4,-3675.71,21.6707,3.41882,300,300,5,0,1604,0,0,1), + (38857,1082,0,0,0,-10083.7,-3651.67,19.8741,5.52743,300,300,5,0,1604,0,0,1), + (38858,862,0,0,0,-10085.3,-3392.55,20.5148,1.42679,300,300,5,0,1476,0,0,1), + (38859,759,0,0,0,-10005.4,-3487.94,22.027,2.98585,300,300,5,0,1469,0,0,1), + (38860,757,0,0,0,-10086.3,-3339.07,20.4792,2.9147,300,300,5,0,1403,0,0,1), + (38861,743,0,0,0,-10495.6,-3604.9,21.3741,5.4439,300,300,5,0,3963,1381,0,1), + (38862,1087,0,0,0,-11142.9,-4117.18,-3.327,6.10698,300,300,5,0,1902,0,0,1), + (38863,767,0,0,0,-10212.1,-2762.38,22.0303,3.00689,300,300,10,0,1469,0,0,1), + (38864,745,0,0,0,-10645.3,-3956.21,23.3839,5.54163,300,300,5,0,5148,0,0,1), + (38865,769,0,0,0,-10650.3,-3814.04,22.5528,1.27194,300,300,5,0,1829,0,0,1), + (38866,760,0,0,0,-9887.08,-3678.39,21.8323,1.7168,300,300,5,0,1469,0,0,1), + (38867,767,0,0,0,-10275.9,-2686.88,24.3186,0.118427,300,300,5,0,1469,0,0,1), + (38868,769,0,0,0,-10666.9,-3777.44,22.7531,3.41882,300,300,10,0,1829,0,0,1), + (38869,769,0,0,0,-10672.7,-3858.74,22.8028,5.36416,300,300,5,0,1829,0,0,1), + (38870,769,0,0,0,-10616.8,-3726.14,22.8028,0.916795,300,300,5,0,1829,0,0,1), + (38871,769,0,0,0,-10654.5,-3664.89,23.0556,4.89967,300,300,5,0,1829,0,0,1), + (38872,1087,0,0,0,-11149.8,-4015.32,-16.3968,0.056691,300,300,5,0,1902,0,0,1), + (38873,922,0,0,0,-10849.8,-4283.15,-11.5076,4.54949,300,300,5,0,1829,0,0,1), + (38874,1081,0,0,0,-10100.7,-2348.96,25.4067,4.25971,300,300,0,0,2476,0,0,0), + (38875,858,0,0,0,-10197.6,-2739.86,23.407,0.008642,300,300,10,0,1469,0,0,1), + (38876,1088,0,0,0,-11121.6,-4033.55,-7.72621,1.32629,300,300,5,0,1716,0,0,1), + (38877,1088,0,0,0,-10478.4,-4401.41,2.39286,4.00873,300,300,5,0,1716,0,0,1), + (38878,1082,0,0,0,-10157,-3589.51,23.2607,6.12844,300,300,5,0,1604,0,0,1), + (38879,767,0,0,0,-10281.2,-2983.48,22.1874,0.635689,300,300,5,0,1469,0,0,1), + (38880,768,0,0,0,-10101.2,-4236.54,23.7272,1.54748,300,300,5,0,1678,0,0,1), + (38881,5416,0,0,0,-10422.5,-3238.74,20.2615,4.79965,300,300,0,0,1753,0,0,0), + (38882,5263,0,0,0,-10258.2,-4026.13,-89.6803,2.00713,900,900,2,0,5922,0,0,1), + (38883,5476,0,0,0,-10535.7,-2836.28,21.9401,0.506145,300,300,0,0,1395,0,0,0), + (38884,5225,0,0,0,-10213.2,-3990.91,-89.6637,2.92438,900,900,2,0,5757,0,0,1), + (38885,861,0,0,0,-10387.1,-2700.02,21.761,4.3008,300,300,3,0,1456,0,0,1), + (38886,762,0,0,0,-9940.43,-3642.89,23.9278,2.23402,300,300,0,0,1103,2861,0,0), + (38888,767,0,0,0,-10268.6,-2751.93,22.2491,4.46876,300,300,5,0,1469,0,0,1), + (38890,767,0,0,0,-10083.9,-3018.6,23.2767,0.32865,300,300,10,0,1469,0,0,1), + (38891,760,0,0,0,-9917.75,-3650.7,22.0407,3.14482,300,300,5,0,1469,0,0,1), + (38892,767,0,0,0,-10221.1,-3121.76,21.8752,5.99976,300,300,10,0,1469,0,0,1), + (38893,767,0,0,0,-10247.8,-3137.26,22.0528,5.06496,300,300,5,0,1469,0,0,1), + (38894,757,0,0,0,-10210.2,-3217.5,20.7978,4.34587,300,300,0,0,1403,0,0,0), + (38895,755,0,0,0,-10097,-3276.23,20.8935,0.010621,300,300,5,0,1279,0,0,1), + (38896,755,0,0,0,-10061.7,-3409.28,19.9417,2.90382,300,300,5,0,1279,0,0,1), + (38897,757,0,0,0,-10089.5,-3455.38,21.001,3.97935,300,300,5,0,1403,0,0,1), + (38898,766,0,0,0,-10170.5,-3552.3,18.4429,5.77995,300,300,5,0,1433,1283,0,1), + (38899,755,0,0,0,-10039.2,-3360.34,24.2521,5.65751,300,300,5,0,1279,0,0,1), + (38900,757,0,0,0,-10079.1,-3480.19,24.5784,2.33874,300,300,0,0,1403,0,0,0), + (38901,757,0,0,0,-10038.8,-3524.65,21.8171,3.76991,300,300,5,0,1403,0,0,1), + (38902,759,0,0,0,-10084.5,-3487.44,23.8741,5.71972,300,300,0,0,1469,0,0,0), + (38903,759,0,0,0,-9987.35,-3544.69,21.8028,1.15199,300,300,5,0,1469,0,0,1), + (38904,759,0,0,0,-10066.2,-3502.27,23.0046,1.29154,300,300,0,0,1469,0,0,0), + (38905,759,0,0,0,-9999.16,-3548.51,22.9278,1.01452,300,300,0,0,1469,0,0,0), + (38906,759,0,0,0,-10006.6,-3525.95,22.0405,1.58918,300,300,5,0,1469,0,0,1), + (38907,759,0,0,0,-9997.78,-3536.58,22.5528,2.39906,300,300,0,0,1469,0,0,0), + (38910,761,0,0,0,-9963.87,-3608.49,21.7612,2.79253,300,300,0,0,1257,1142,0,0), + (38911,760,0,0,0,-9981.04,-3576.69,21.8534,3.4461,300,300,5,0,1469,0,0,1), + (38912,1554,0,0,0,2886.92,-212.806,50.2699,0.465681,300,300,10,0,156,0,0,1), + (38913,769,0,0,0,-10542.6,-3611.58,22.6275,5.23739,300,300,5,0,1829,0,0,1), + (38914,1087,0,0,0,-9809.33,-4121.8,0.535883,5.26353,300,300,5,0,1902,0,0,1), + (38915,858,0,0,0,-10194,-3113.83,21.9843,6.2187,300,300,10,0,1469,0,0,1), + (38916,767,0,0,0,-10070.4,-2949.2,24.4438,0.64819,300,300,3,0,1469,0,0,1), + (38917,767,0,0,0,-10226,-2841.67,22.0295,2.34599,300,300,5,0,1469,0,0,1), + (38918,767,0,0,0,-10145.3,-2829.34,22.84,2.19945,300,300,0,0,1469,0,0,0), + (38919,858,0,0,0,-10364.6,-2836.59,24.4984,5.52682,300,300,5,0,1469,0,0,1), + (38920,858,0,0,0,-10322.6,-2829.52,24.1977,1.15323,300,300,5,0,1469,0,0,1), + (38921,858,0,0,0,-10435.3,-2895.97,23.0737,2.01698,300,300,5,0,1469,0,0,1), + (38922,5224,0,0,0,-10262.3,-3874.01,-38.7693,3.64389,900,900,2,0,5544,0,0,1), + (38923,861,0,0,0,-10409.4,-2571.52,22.998,5.57519,300,300,3,0,1456,0,0,1), + (38924,5224,0,0,0,-10303.3,-3964.68,-70.6546,2.46061,900,900,2,0,5544,0,0,1), + (38925,5269,0,0,0,-10363.1,-4003.84,-77.1241,2.75343,900,900,3,0,4605,1587,0,1), + (38926,5235,0,0,0,-10277.1,-3944.65,-70.6546,3.89452,900,900,0,0,5544,0,0,0), + (38927,5224,0,0,0,-10272.6,-3915.18,-55.8438,1.35488,900,900,2,0,5544,0,0,1), + (38928,5243,0,0,0,-10400.5,-3980.92,-83.3565,4.40055,900,900,2,0,5544,0,0,1), + (38929,743,0,0,0,-10593.2,-3693.25,21.8577,1.51464,300,300,10,0,3963,1381,0,1), + (38930,5225,0,0,0,-10327.2,-3981.19,-70.6346,1.31641,900,900,3,0,5757,0,0,1), + (38932,740,0,0,0,-10607.8,-2595.48,23.5637,2.41706,300,300,10,0,950,2553,0,1), + (38933,5235,0,0,0,-10336.3,-4018.05,-76.3532,3.68259,900,900,2,0,5544,0,0,1), + (38934,5269,0,0,0,-10396.8,-3968.33,-83.3589,1.65247,900,900,5,0,4605,1587,0,1), + (38935,742,0,0,0,-10683.8,-3884.49,21.5133,5.30743,300,300,5,0,4755,0,0,1), + (38936,1106,0,0,0,-9969.5,-3719.2,22.0471,3.63029,300,300,0,0,1257,1142,0,0), + (38937,740,0,0,0,-10638.8,-2573.72,22.5634,4.77758,300,300,10,0,950,2553,0,1), + (38938,5261,0,0,0,-10371.1,-3986.53,-77.0383,0.610865,900,900,2,0,5595,0,0,1), + (38939,742,0,0,0,-10421.3,-3599.42,23.3893,0.441817,300,300,5,0,4755,0,0,1), + (38940,743,0,0,0,-10537.7,-3645.89,23.0995,0.219769,300,300,5,0,3963,1381,0,1), + (38941,858,0,0,0,-10522.7,-2734.72,25.9835,3.063,300,300,5,0,1469,0,0,1), + (38942,5261,0,0,0,-10367.3,-3984.94,-77.0383,3.31613,900,900,2,0,5595,0,0,1), + (38943,1084,0,0,0,-10220.8,-2786.44,17.4991,5.06999,300,300,5,0,1403,0,0,1), + (38944,5401,0,0,0,-10362.2,-3966.62,-84.5882,5.92294,900,900,0,0,5073,3390,0,0), + (38945,767,0,0,0,-10506.2,-2737.25,23.5591,3.31027,300,300,10,0,1469,0,0,1), + (38946,1084,0,0,0,-10125.6,-3004.78,19.9479,2.43446,300,300,5,0,1403,0,0,1), + (38947,5263,0,0,0,-10380.3,-4063,-76.3381,3.86095,900,900,2,0,5922,0,0,1), + (38948,5263,0,0,0,-10331.5,-4078.55,-76.181,2.94961,900,900,2,0,5922,0,0,1), + (38949,5263,0,0,0,-10359.7,-4063.47,-76.179,5.06145,900,900,2,0,5922,0,0,1), + (38950,5263,0,0,0,-10335.2,-4077.67,-76.1814,6.03884,900,900,2,0,5922,0,0,1), + (38951,1420,0,0,0,-10528.8,-2564.65,20.2789,2.58341,300,300,5,0,8,0,0,1), + (38952,5243,0,0,0,-10314.6,-4078.18,-76.1826,0.29433,900,900,2,0,5544,0,0,1), + (38953,858,0,0,0,-10429.1,-2676.87,22.3923,3.38068,300,300,5,0,1469,0,0,1), + (38954,5269,0,0,0,-10272.7,-4088.75,-76.2859,1.53141,900,900,2,0,4605,1587,0,1), + (38955,6653,0,0,0,-10472.6,-2560.11,19.7476,0.015856,300,300,5,0,16,0,0,1), + (38956,5269,0,0,0,-10296.3,-4080.02,-76.1796,2.26893,900,900,2,0,4605,1587,0,1), + (38957,5261,0,0,0,-10345.2,-4071.5,-76.1818,5.96402,900,900,0,0,5595,0,0,0), + (38958,744,0,0,0,-10222.3,-3612.62,23.6759,1.42942,300,300,5,0,4953,0,0,1), + (38959,742,0,0,0,-10602.9,-3744.4,22.1118,0.712091,300,300,10,0,4755,0,0,1), + (38960,5269,0,0,0,-10357.8,-4066.52,-76.1795,1.88496,900,900,2,0,4605,1587,0,1), + (38961,858,0,0,0,-10571.9,-2742.97,25.7931,5.17157,300,300,5,0,1469,0,0,1), + (38962,743,0,0,0,-10641.1,-3858.85,24.1778,0.711259,300,300,5,0,3963,1381,0,1), + (38963,744,0,0,0,-10263.5,-3702.67,23.7491,0.911166,300,300,10,0,4953,0,0,1), + (38964,5263,0,0,0,-10299.8,-4077.82,-76.1792,5.77704,900,900,0,0,5922,0,0,0), + (38965,743,0,0,0,-10433.6,-3611.04,23.093,4.05568,300,300,5,0,3963,1381,0,1), + (38966,767,0,0,0,-10539.6,-2761.46,22.8229,5.12139,300,300,10,0,1469,0,0,1), + (38967,858,0,0,0,-10599.7,-2793.11,25.853,3.47579,300,300,5,0,1469,0,0,1), + (38968,745,0,0,0,-10302.1,-3646.93,23.9946,1.05819,300,300,10,0,5148,0,0,1), + (38969,767,0,0,0,-10452.3,-2993.14,22.137,3.39653,300,300,5,0,1469,0,0,1), + (38970,744,0,0,0,-10220.6,-3683.92,21.8907,2.79204,300,300,10,0,4953,0,0,1), + (38971,1084,0,0,0,-10463.9,-2844.54,17.655,5.56021,300,300,5,0,1403,0,0,1), + (38972,744,0,0,0,-10193.6,-3640.95,21.6241,2.98576,300,300,5,0,4953,0,0,1), + (38973,1554,0,0,0,2919.47,-116.169,33.701,0.960295,300,300,5,0,156,0,0,1), + (38974,4803,1,0,0,4246.8,680.789,-28.8136,5.91464,275,275,5,0,1392,1020,0,1), + (38976,4803,1,0,0,4338.85,854.846,-20.8787,2.98074,275,275,5,0,1392,1020,0,1), + (38977,4803,1,0,0,4321.61,916.241,-16.6674,2.61225,275,275,5,0,1392,1020,0,1), + (38978,6086,1,0,0,6371.8,364.402,22.1813,3.75246,275,275,0,0,3206,0,0,0), + (38979,6086,1,0,0,6373.28,349.72,21.5563,3.00197,275,275,0,0,3206,0,0,0), + (38980,6086,1,0,0,6507.69,376.658,32.7664,4.92011,275,275,5,0,3206,0,0,1), + (38981,6086,1,0,0,6325.06,553.752,15.882,0.663225,275,275,0,0,3206,0,0,0), + (38982,6086,1,0,0,6423.37,391.827,12.0793,2.05949,275,275,0,0,3206,0,0,0), + (38983,6086,1,0,0,6577.25,774.863,5.5784,5.95157,275,275,0,0,3206,0,0,0), + (38984,6086,1,0,0,6573.76,764.22,5.60878,6.05629,275,275,0,0,3206,0,0,0), + (38985,6086,1,0,0,6263.59,487.481,16.291,3.35588,275,275,5,0,3206,0,0,1), + (38986,6086,1,0,0,6429.49,810.801,5.56357,2.77507,275,275,0,0,3206,0,0,0), + (38987,6086,1,0,0,6432.18,820.014,5.5882,2.94961,275,275,0,0,3206,0,0,0), + (38988,6086,1,0,0,6424.5,556.206,13.7729,1.3439,275,275,0,0,3206,0,0,0), + (38989,6086,1,0,0,6415.16,558.115,13.677,1.16937,275,275,0,0,3206,0,0,0), + (38990,6086,1,0,0,6425.89,560.788,13.2681,2.98451,275,275,0,0,3206,0,0,0), + (38991,6086,1,0,0,6405,478.819,8.32467,0.715585,275,275,0,0,3206,0,0,0), + (38992,6086,1,0,0,6417.4,393.537,11.9895,4.04192,275,275,5,0,3206,0,0,2), + (38993,6086,1,0,0,6424.08,488.709,7.92509,0.338426,275,275,5,0,3206,0,0,2), + (38994,6086,1,0,0,6513.09,471.341,7.15168,3.80482,275,275,0,0,3206,0,0,0), + (38995,6086,1,0,0,6520.55,454.258,7.2584,3.33358,275,275,0,0,3206,0,0,0), + (38996,6086,1,0,0,6493.33,428.603,6.76502,3.34139,275,275,5,0,3206,0,0,2), + (38997,6086,1,0,0,6510.06,829.247,6.7191,4.56115,275,275,5,0,3206,0,0,2), + (38998,1084,0,0,0,-10404.2,-3085.55,17.4991,4.85812,300,300,5,0,1403,0,0,1), + (38999,721,1,0,0,5999.48,300.184,20.899,3.75325,275,275,10,0,1,0,0,1), + (39000,721,1,0,0,4555.26,66.5481,68.2387,5.15587,275,275,10,0,1,0,0,1), + (39001,1548,0,0,0,2789.06,-434.212,80.8521,3.77645,300,300,10,0,122,0,0,1), + (39003,1544,0,0,0,3062.05,-154.26,4.00341,3.08923,300,300,0,0,148,165,0,0), + (39004,1545,0,0,0,3031.48,-359.656,3.42649,4.41604,300,300,0,0,176,0,0,0), + (39005,1544,0,0,0,3060.82,-15.7454,0.476488,5.55015,300,300,0,0,148,165,0,0), + (39006,1545,0,0,0,3042.76,-381.41,0.110239,0.989067,300,300,0,0,176,0,0,0), + (39007,1545,0,0,0,2945.12,116.061,6.11059,5.51524,300,300,0,0,176,0,0,0), + (39008,1545,0,0,0,2922.19,111.395,4.87489,3.7001,300,300,0,0,176,0,0,0), + (39009,1545,0,0,0,2922.86,108.657,4.62489,2.75762,300,300,0,0,176,0,0,0), + (39010,1545,0,0,0,3012.27,-363.233,7.23492,5.24215,300,300,5,0,176,0,0,1), + (39011,1545,0,0,0,3070.76,-87.2641,0.458018,3.98744,300,300,10,0,176,0,0,1), + (39012,1545,0,0,0,3065.32,-137.46,0.259779,1.25551,300,300,5,0,176,0,0,1), + (39013,1909,0,0,0,1210.1,313.236,33.9268,0.131261,300,300,5,0,377,408,0,1), + (39014,1909,0,0,0,1221.14,346.769,31.846,0.467115,300,300,5,0,377,408,0,1), + (39015,6033,0,0,0,1344.02,450.613,9.81482,4.88692,300,300,0,0,328,0,0,0), + (39016,6033,0,0,0,1288.64,54.7773,-11.8312,4.64258,300,300,0,0,328,0,0,0), + (39017,13839,0,0,0,1475.56,376.338,-59.3511,5.39307,900,900,0,0,9298,0,0,0), + (39018,13839,0,0,0,1462.01,362.806,-59.3489,5.61996,900,900,0,0,9298,0,0,0), + (39019,5624,0,0,0,1737.21,110.932,-61.1708,3.82227,300,300,0,0,5215,1600,0,0), + (39020,5624,0,0,0,1559.61,236.575,55.3256,1.64061,300,300,0,0,5215,1600,0,0), + (39021,13839,0,0,0,1439.81,393.827,-57.8694,5.65487,900,900,0,0,9298,0,0,0), + (39022,5624,0,0,0,1635.1,421.806,-62.0939,4.45059,300,300,0,0,5215,1600,0,0), + (39023,5624,0,0,0,1768.21,156.172,-62.2184,4.17134,300,300,0,0,5215,1600,0,0), + (39024,5624,0,0,0,1437.55,132.92,-62.2087,2.02458,300,300,0,0,5215,1600,0,0), + (39025,5624,0,0,0,1545.49,214.664,-42.9842,2.02458,300,300,0,0,5215,1600,0,0), + (39026,5624,0,0,0,1421.48,160.056,-62.2018,5.2709,300,300,0,0,5215,1600,0,0), + (39027,1547,0,0,0,2610.21,1272.37,55.7273,4.08646,300,300,5,0,101,142,0,1), + (39028,1548,0,0,0,2544.41,1057.35,85.4139,1.73562,300,300,10,0,122,0,0,1), + (39029,1553,0,0,0,2025.08,924.534,35.2985,2.0255,300,300,5,0,120,0,0,1), + (39030,1548,0,0,0,2422.23,1122.36,54.762,3.0291,300,300,5,0,122,0,0,1), + (39031,1548,0,0,0,2548.42,1126.95,79.708,1.15257,300,300,10,0,122,0,0,1), + (39032,1547,0,0,0,2367.42,1157.52,41.5128,2.54031,300,300,5,0,101,142,0,1), + (39033,1547,0,0,0,2119.8,1024.15,32.939,6.1756,300,300,5,0,101,142,0,1), + (39034,1547,0,0,0,2492.37,1281.16,37.0641,1.90221,300,300,5,0,101,142,0,1), + (39035,1512,0,0,0,1756.74,1740.44,139.604,5.22366,120,120,0,0,42,0,0,0), + (39036,1512,0,0,0,1717.72,1445.41,123.975,2.961,120,120,5,0,42,0,0,1), + (39037,1512,0,0,0,1706.1,1415.02,127.267,3.20901,120,120,5,0,42,0,0,1), + (39038,1512,0,0,0,1745.25,1481.93,130.337,4.96211,120,120,5,0,42,0,0,1), + (39040,8319,109,0,0,-500.911,57.4209,-91.417,1.4378,7200,7200,0,0,2578,0,0,0), + (39041,8319,109,0,0,-504.523,62.5946,-91.4398,0.431703,7200,7200,0,0,2578,0,0,0), + (39042,8319,109,0,0,-425.666,25.6628,-90.8678,2.11245,7200,7200,0,0,2578,0,0,0), + (39043,8319,109,0,0,-414.779,22.272,-90.8588,2.42583,7200,7200,0,0,2578,0,0,0), + (39044,8319,109,0,0,-458.554,77.423,-93.6562,4.09951,7200,7200,0,0,2578,0,0,0), + (39045,721,1,0,0,4461.71,292.114,61.8686,1.16608,275,275,10,0,1,0,0,1), + (39046,721,1,0,0,5147.23,101.858,50.8071,5.39307,275,275,10,0,1,0,0,1), + (39047,721,1,0,0,5552.84,433.308,22.525,3.5592,275,275,10,0,1,0,0,1), + (39048,721,1,0,0,4929.07,171.306,52.7329,1.93731,275,275,0,0,1,0,0,0), + (39049,721,1,0,0,6629.47,162.932,32.3704,1.90422,275,275,10,0,1,0,0,1), + (39050,721,1,0,0,4900.23,268.293,47.6671,3.57671,275,275,10,0,1,0,0,1), + (39051,721,1,0,0,4359.75,323.439,61.858,2.13534,275,275,10,0,1,0,0,1), + (39052,721,1,0,0,6297.28,250.81,33.406,3.78736,275,275,0,0,1,0,0,0), + (39053,721,1,0,0,6799.06,-54.1303,29.4188,2.37365,275,275,0,0,1,0,0,0), + (39054,721,1,0,0,6337.27,439.576,20.4351,4.64258,275,275,0,0,1,0,0,0), + (39055,721,1,0,0,5686.72,266.409,26.1769,0.751766,275,275,10,0,1,0,0,1), + (39056,721,1,0,0,7187.91,-865.466,48.5248,0.767945,275,275,0,0,1,0,0,0), + (39057,721,1,0,0,6403.49,202.948,28.1256,5.76502,275,275,10,0,1,0,0,1), + (39058,721,1,0,0,7146.74,-104.364,17.4879,1.36136,275,275,0,0,1,0,0,0), + (39059,11218,1,0,0,4995.83,33.5645,51.5915,2.49582,275,275,0,0,919,0,0,0), + (39060,4307,1,0,0,5872.68,519.849,9.13095,1.51844,275,275,0,0,1240,0,0,0), + (39061,6887,1,0,0,6360.38,490.548,18.2588,0.314159,275,275,0,0,3748,1807,0,0), + (39062,10216,1,0,0,6371.34,577.405,0.162417,0.959931,275,275,0,0,644,0,0,0), + (39063,10219,1,0,0,6342.4,543.005,16.073,0.15708,275,275,0,0,980,0,0,0), + (39064,3583,1,0,0,6427.71,497.148,8.10494,4.74729,275,275,0,0,594,0,0,0), + (39065,11555,1,0,0,7030.72,-2106.32,587.465,4.34587,300,300,0,0,3114,0,0,0), + (39066,10306,1,0,0,5109.6,-355.176,357.205,5.23599,300,300,0,0,4108,0,0,0), + (39067,2803,1,0,0,6150.43,-1941.85,574.65,2.44346,300,300,0,0,4108,0,0,0), + (39068,15315,1,0,0,6145.19,-1946.77,574.663,1.90241,300,300,0,0,4108,0,0,0), + (39069,12578,1,0,0,6204.08,-1951.43,571.581,0.663225,600,600,0,0,7423,7071,0,0), + (39070,10017,1,0,0,5899.02,-1290.7,409.886,3.33612,300,300,10,0,16,0,0,1), + (39071,10017,1,0,0,4161.97,-1111.92,299.612,0.214434,300,300,10,0,16,0,0,1), + (39072,10016,1,0,0,5611.13,-1046.91,376.932,5.03229,300,300,10,0,8,0,0,1), + (39073,10016,1,0,0,4344.83,-691.909,270.152,2.90916,300,300,10,0,8,0,0,1), + (39074,10017,1,0,0,5977.12,-702.985,387.303,4.33436,300,300,10,0,16,0,0,1), + (39075,10016,1,0,0,6477.82,-1225.92,407.099,4.03567,300,300,10,0,8,0,0,1), + (39076,10017,1,0,0,6607.4,-948.555,474.263,5.19772,300,300,10,0,16,0,0,1), + (39077,11019,1,0,0,3989.55,-1310.75,253.62,2.56563,300,300,0,0,3544,1807,0,0), + (39078,11024,1,0,0,3990.44,-1308.74,253.76,3.12414,300,300,0,0,2672,0,0,0), + (39079,11180,1,0,0,5112.07,-341.132,359.176,0.349066,300,300,0,0,5313,0,0,0), + (39080,11180,1,0,0,5123,-350.563,356.122,3.71281,300,300,5,0,5313,0,0,2), + (39081,2806,1,0,0,5092.96,-356.463,357.396,0.15708,300,300,0,0,4108,0,0,0), + (39082,11180,1,0,0,5181.35,-337.72,338.092,5.18363,300,300,0,0,5313,0,0,0), + (39083,11180,1,0,0,5116.39,-366.32,359.115,1.16937,300,300,0,0,5313,0,0,0), + (39084,11180,1,0,0,5171.36,-350.738,341.032,6.0912,300,300,0,0,5313,0,0,0), + (39085,11900,1,0,0,5064.72,-338.845,367.463,0.05236,600,600,0,0,7423,7071,0,0), + (39086,11180,1,0,0,5160.31,-366.163,355.653,0.785398,300,300,0,0,5313,0,0,0), + (39087,10379,1,0,0,5095.58,-360.128,357.379,0.855211,300,300,0,0,2471,0,0,0), + (39088,9620,1,0,0,5112.19,-359.287,357.621,2.93215,300,300,0,0,3517,0,0,0), + (39089,8959,1,0,0,3614.9,-1596.22,188.194,3.79467,300,300,10,0,2488,0,0,1), + (39090,8959,1,0,0,3997.32,-772.413,288.746,4.88258,300,300,10,0,2488,0,0,1), + (39091,9528,1,0,0,3804.74,-1471.87,210.386,2.15627,300,300,0,0,3857,2434,0,0), + (39092,9529,1,0,0,3946.78,-1046.39,246.118,3.41762,300,300,0,0,3857,2434,0,0), + (39093,11516,1,0,0,7021.83,-2128.33,586.66,2.98451,300,300,0,0,2763,0,0,0), + (39094,11020,1,0,0,5200.79,-572.024,289.175,0.855211,300,300,0,0,3544,1807,0,0), + (39095,7098,1,0,0,6122.24,-1620.36,482.164,5.88348,300,300,10,0,3082,0,0,1), + (39096,9996,1,0,0,5126.82,-325.127,358.926,4.99164,300,300,0,0,3769,0,0,0), + (39097,8960,1,0,0,5844.42,-1210.4,404.677,2.83391,300,300,10,0,2672,0,0,1), + (39098,9116,1,0,0,4008.81,-1310.94,254.58,2.72271,300,300,0,0,4356,0,0,0), + (39099,10920,1,0,0,3999.43,-1298.66,254.258,3.38594,300,300,0,0,4356,2241,0,0), + (39100,10922,1,0,0,3985.84,-1303.03,251.154,2.70343,300,300,0,0,4612,2369,0,0), + (39101,10921,1,0,0,4004.65,-1284.46,254.349,3.71755,300,300,0,0,3517,1807,0,0), + (39102,10923,1,0,0,3970.1,-1291.54,241.405,2.59966,300,300,5,0,4079,2568,0,2), + (39103,10924,1,0,0,4006.03,-1288.36,254.368,2.93215,300,300,0,0,4193,0,0,0), + (39105,14470,1,0,0,5407.59,-736.618,344.249,1.86412,300,300,0,0,4231,2163,0,0), + (39106,14469,1,0,0,5413.9,-737.721,344.624,1.6537,300,300,0,0,4231,0,0,0), + (39107,11554,1,0,0,3874.76,-1286.59,220.49,4.03171,300,300,0,0,4108,0,0,0), + (39108,15395,1,0,0,6821.85,-2082.51,623.27,3.15905,300,300,0,0,2500,0,0,0), + (39109,10017,1,0,0,4232.68,-763.743,259.556,3.31027,300,300,10,0,16,0,0,1), + (39110,10017,1,0,0,3554.28,-1121.11,221.327,1.80879,300,300,10,0,16,0,0,1), + (39111,10016,1,0,0,4954.5,-722.571,303.324,0.925342,300,300,10,0,8,0,0,1), + (39112,10016,1,0,0,3788.68,-973.41,249.946,0.852374,300,300,10,0,8,0,0,1), + (39113,10017,1,0,0,4287.53,-1101.12,322.938,1.30591,300,300,10,0,16,0,0,1), + (39114,7109,1,0,0,3821.08,-897.164,302.569,6.09112,300,300,5,0,2304,1807,0,1), + (39115,11516,1,0,0,7034,-2122.26,587.611,3.21141,300,300,0,0,2763,0,0,0), + (39116,11516,1,0,0,7021.73,-2113.71,587.076,3.82227,300,300,0,0,2763,0,0,0), + (39117,11516,1,0,0,7033.93,-2113.89,587.397,3.50811,300,300,0,0,2763,0,0,0), + (39118,7098,1,0,0,6387.95,-1950.94,553.132,5.2714,300,300,10,0,3082,0,0,1), + (39119,7098,1,0,0,6311.65,-1598.56,457.195,4.26995,300,300,5,0,3082,0,0,1), + (39120,7098,1,0,0,6096.78,-1447.22,425.793,0.156957,300,300,10,0,3082,0,0,1), + (39121,7099,1,0,0,6000.71,-1328.54,413.228,6.18731,300,300,10,0,2880,0,0,1), + (39122,8958,1,0,0,6509,-1215.3,423.885,4.70475,300,300,5,0,3207,0,0,1), + (39123,7099,1,0,0,4702.41,-840.105,317.243,2.89093,300,300,3,0,2880,0,0,1), + (39124,8960,1,0,0,5912.9,-1342.33,418.319,4.10759,300,300,10,0,2672,0,0,1), + (39125,10017,1,0,0,6608.34,-1894.31,545.121,1.51793,300,300,10,0,16,0,0,1), + (39126,10017,1,0,0,4006.76,-1100.8,266.512,1.63724,300,300,10,0,16,0,0,1), + (39127,10017,1,0,0,3909.31,-1612.1,260.41,3.76695,300,300,10,0,16,0,0,1), + (39128,10017,1,0,0,6132.33,-1105.28,376.366,0.005859,300,300,10,0,16,0,0,1), + (39129,10017,1,0,0,6514.71,-1418.29,439.274,5.05174,300,300,10,0,16,0,0,1), + (39136,7105,1,0,0,3838.01,-902.735,315.472,0.103963,300,300,5,0,2672,0,0,1), + (39139,8959,1,0,0,3713.24,-1526.82,195.995,4.79748,300,300,3,0,2488,0,0,1), + (39140,7098,1,0,0,6238.46,-1552.59,444.331,3.35412,300,300,10,0,3082,0,0,1), + (39141,7093,1,0,0,5405.71,-492.069,248.302,2.4984,300,300,5,0,3189,0,0,1), + (39142,10017,1,0,0,4140.85,-735.621,276.033,3.38622,300,300,10,0,16,0,0,1), + (39143,10017,1,0,0,5874.84,-1186.6,402.208,3.33822,300,300,10,0,16,0,0,1), + (39144,10017,1,0,0,6708.53,-1549.61,474.198,0.297953,300,300,10,0,16,0,0,1), + (39145,10016,1,0,0,3795.33,-1611.07,218.525,1.78448,300,300,10,0,8,0,0,1), + (39146,8956,1,0,0,3880.55,-949.032,259.906,2.1474,300,300,10,0,2985,0,0,1), + (39147,7097,1,0,0,4010.5,-918.522,258.128,2.94496,300,300,10,0,2578,0,0,1), + (39148,7097,1,0,0,4343.95,-523.12,295.964,3.23747,300,300,10,0,2578,0,0,1), + (39149,7098,1,0,0,6295.03,-2023.3,572.374,1.71701,300,300,10,0,3082,0,0,1), + (39150,8960,1,0,0,5774.28,-1201.44,404.254,1.99147,300,300,10,0,2672,0,0,1), + (39151,7099,1,0,0,5819.6,-690.619,375.317,4.69188,300,300,10,0,2880,0,0,1), + (39152,7099,1,0,0,5846.71,-1204.41,404.382,0.303526,300,300,10,0,2880,0,0,1), + (39153,7099,1,0,0,4658.58,-810.208,304.457,6.03063,300,300,10,0,2880,0,0,1), + (39154,10016,1,0,0,6035.74,-1204.54,374.127,0.696551,300,300,10,0,8,0,0,1), + (39155,10017,1,0,0,4478.11,-936.743,317.794,5.66181,300,300,10,0,16,0,0,1), + (39156,10017,1,0,0,4093.64,-878.737,259.169,4.56373,300,300,10,0,16,0,0,1), + (39157,10017,1,0,0,6362.66,-1164.68,380.483,2.63819,300,300,10,0,16,0,0,1), + (39158,7109,1,0,0,3725.89,-889.261,334.154,6.02044,300,300,5,0,2304,1807,0,1), + (39159,8959,1,0,0,3647.14,-1616.11,207.014,4.9138,300,300,10,0,2488,0,0,1), + (39160,8959,1,0,0,3987.5,-784.388,287.496,4.41989,300,300,10,0,2488,0,0,1), + (39161,7098,1,0,0,6523.39,-1664.14,504.21,4.51289,300,300,10,0,3082,0,0,1), + (39162,8960,1,0,0,5989.44,-1346.26,420.033,0.975752,300,300,10,0,2672,0,0,1), + (39163,7099,1,0,0,4569.86,-947.915,326.891,0.635689,300,300,3,0,2880,0,0,1), + (39164,8958,1,0,0,5755.33,-1180.85,403.225,3.96243,300,300,10,0,3207,0,0,1), + (39165,10017,1,0,0,3963.32,-1416.84,243.15,4.20206,300,300,10,0,16,0,0,1), + (39166,10016,1,0,0,6435.76,-1209.16,391.288,6.07468,300,300,10,0,8,0,0,1), + (39167,8959,1,0,0,3958.6,-1439.83,243.326,2.07553,300,300,10,0,2488,0,0,1), + (39168,7098,1,0,0,6514.22,-1305.06,439.779,2.81552,300,300,3,0,3082,0,0,1), + (39169,8960,1,0,0,6213.58,-946.88,407.452,3.31921,300,300,3,0,2672,0,0,1), + (39170,7099,1,0,0,6521.4,-1242.22,433.623,1.12373,300,300,5,0,2880,0,0,1), + (39171,8960,1,0,0,5883,-1249.87,404.206,5.25273,300,300,10,0,2672,0,0,1), + (39172,10017,1,0,0,4535.74,-865.951,300.908,4.86244,300,300,10,0,16,0,0,1), + (39173,10016,1,0,0,5710,-617.366,366.078,3.9117,300,300,10,0,8,0,0,1), + (39174,10017,1,0,0,6504.6,-1961.22,552.144,3.55982,300,300,10,0,16,0,0,1), + (39175,10016,1,0,0,6164.86,-1627.38,482.811,3.3842,300,300,10,0,8,0,0,1), + (39176,10017,1,0,0,5645.88,-523.173,375.329,5.08897,300,300,10,0,16,0,0,1), + (39177,10017,1,0,0,5685.97,-1150.96,391.573,5.62094,300,300,10,0,16,0,0,1), + (39178,7097,1,0,0,4486.98,-650.563,264.002,5.42038,300,300,10,0,2578,0,0,1), + (39179,7097,1,0,0,4010.78,-782.981,286.633,0.236456,300,300,10,0,2578,0,0,1), + (39180,8956,1,0,0,4116.34,-742.049,278.868,2.40457,300,300,10,0,2985,0,0,1), + (39181,7098,1,0,0,6719.37,-1562.42,475.15,5.03864,300,300,10,0,3082,0,0,1), + (39182,8960,1,0,0,5912.29,-1319.13,414.402,4.44899,300,300,10,0,2672,0,0,1), + (39183,7099,1,0,0,6458.44,-955.533,422.887,1.72471,300,300,3,0,2880,0,0,1), + (39184,10017,1,0,0,6258.11,-1080.48,373.85,4.73973,300,300,10,0,16,0,0,1), + (39185,10017,1,0,0,4240.9,-1116.34,319.212,2.85846,300,300,10,0,16,0,0,1), + (39186,10017,1,0,0,5412.06,-538.565,362.973,2.99059,300,300,10,0,16,0,0,1), + (39187,10017,1,0,0,3766.67,-1129.91,229.311,4.71239,300,300,10,0,16,0,0,1), + (39188,10017,1,0,0,6422.64,-2049.84,570.312,6.0285,300,300,10,0,16,0,0,1), + (39189,10017,1,0,0,4035.94,-1203.52,278.528,3.35814,300,300,10,0,16,0,0,1), + (39190,8956,1,0,0,3777.09,-978.705,246.89,0.294697,300,300,5,0,2985,0,0,1), + (39191,8959,1,0,0,4042.79,-1314.79,277.119,3.11453,300,300,5,0,2488,0,0,1), + (39192,8956,1,0,0,3691.44,-1608.52,215.595,3.87112,300,300,10,0,2985,0,0,1), + (39193,8960,1,0,0,5885.11,-1192.16,402.432,0.178383,300,300,10,0,2672,0,0,1), + (39194,10017,1,0,0,3743.18,-1258.11,211.671,3.54713,300,300,10,0,16,0,0,1), + (39195,10017,1,0,0,5488.61,-961.474,370.038,4.58191,300,300,0,0,16,0,0,0), + (39196,10017,1,0,0,6080.63,-704.493,401.143,3.04618,300,300,10,0,16,0,0,1), + (39197,10017,1,0,0,6003.75,-1137.27,387.996,4.77103,300,300,10,0,16,0,0,1), + (39198,10017,1,0,0,5345.38,-937.115,376.33,4.33272,300,300,10,0,16,0,0,1), + (39202,1084,0,0,0,-10412.5,-3012.2,17.6155,1.68375,300,300,5,0,1403,0,0,1), + (39212,8959,1,0,0,3941.54,-1441.12,235.201,3.61678,300,300,3,0,2488,0,0,1), + (39213,8959,1,0,0,4046.34,-920.062,256.988,4.83059,300,300,10,0,2488,0,0,1), + (39214,8956,1,0,0,3917.52,-915.237,268.665,3.31638,300,300,5,0,2985,0,0,1), + (39215,8959,1,0,0,3937.82,-1417.09,233.15,3.16637,300,300,10,0,2488,0,0,1), + (39216,8959,1,0,0,4001.81,-746.755,287.049,2.05944,300,300,10,0,2488,0,0,1), + (39217,8960,1,0,0,6544.06,-1249.5,440.095,4.40671,300,300,5,0,2672,0,0,1), + (39218,10017,1,0,0,6898.59,-1832.55,567.644,2.12898,300,300,10,0,16,0,0,1), + (39219,10017,1,0,0,4601.64,-202.267,299.402,5.15073,300,300,10,0,16,0,0,1), + (39220,10017,1,0,0,4358.86,-579.86,267.933,4.58126,300,300,10,0,16,0,0,1), + (39221,10016,1,0,0,5522.75,-567.883,359.695,4.11153,300,300,10,0,8,0,0,1), + (39222,7097,1,0,0,3650,-1616.67,207.775,4.41524,300,300,10,0,2578,0,0,1), + (39223,8959,1,0,0,4213.35,-774.033,258.653,4.41789,300,300,10,0,2488,0,0,1), + (39224,8960,1,0,0,5923.79,-1308.69,412.152,1.24774,300,300,5,0,2672,0,0,1), + (39225,8960,1,0,0,5960.8,-1365.2,423.141,3.9323,300,300,10,0,2672,0,0,1), + (39226,10017,1,0,0,6465.67,-830.177,474.977,5.5495,300,300,10,0,16,0,0,1), + (39227,10017,1,0,0,6216.61,-1009.2,390.277,4.11111,300,300,10,0,16,0,0,1), + (39229,10017,1,0,0,5934.41,-759.007,398.982,0.782636,300,300,10,0,16,0,0,1), + (39230,10017,1,0,0,3897.11,-1498.82,223.188,0.178631,300,300,10,0,16,0,0,1), + (39231,10017,1,0,0,3621.13,-1515.49,174.307,0.252798,300,300,10,0,16,0,0,1), + (39232,10017,1,0,0,6517.82,-1393.14,438.44,6.22737,300,300,10,0,16,0,0,1), + (39233,7097,1,0,0,3958.67,-920.589,264.702,0.11939,300,300,10,0,2578,0,0,1), + (39234,7097,1,0,0,3772.93,-1030.35,230.669,2.94899,300,300,10,0,2578,0,0,1), + (39235,8960,1,0,0,5947.13,-1362.67,421.891,4.78153,300,300,10,0,2672,0,0,1), + (39236,8960,1,0,0,5910.04,-1278.9,405.891,1.67455,300,300,10,0,2672,0,0,1), + (39237,7099,1,0,0,4955.54,-631,293.189,5.51368,300,300,10,0,2880,0,0,1), + (39238,10017,1,0,0,5280.89,-870.312,357.346,0.25553,300,300,10,0,16,0,0,1), + (39239,10017,1,0,0,4203.53,-1110.93,311.291,1.72525,300,300,10,0,16,0,0,1), + (39240,10016,1,0,0,4222.12,-1008.52,295.443,5.14522,300,300,10,0,8,0,0,1), + (39241,10017,1,0,0,6787.99,-1594.12,485.523,5.41413,300,300,10,0,16,0,0,1), + (39242,10017,1,0,0,4643.91,-833.31,308.472,4.1103,300,300,10,0,16,0,0,1), + (39243,10017,1,0,0,4236.22,-1021.01,299.254,2.34514,300,300,10,0,16,0,0,1), + (39244,10017,1,0,0,6207.63,-1526.43,440.554,2.08636,300,300,10,0,16,0,0,1), + (39245,10017,1,0,0,6555.82,-1028.46,448.821,3.9111,300,300,10,0,16,0,0,1), + (39246,10017,1,0,0,4223.53,-1019.96,295.216,0.0743,300,300,10,0,16,0,0,1), + (39247,10017,1,0,0,5624.34,-560.825,364.42,3.94457,300,300,10,0,16,0,0,1), + (39248,10017,1,0,0,6283.06,-913.294,414.987,1.67551,300,300,10,0,16,0,0,1), + (39249,10017,1,0,0,6479.01,-1692.17,504.421,2.73668,300,300,10,0,16,0,0,1), + (39250,10017,1,0,0,5879.85,-637.272,380.65,4.22864,300,300,10,0,16,0,0,1), + (39251,10017,1,0,0,5963.01,-1267.7,382.253,1.36325,300,300,10,0,16,0,0,1), + (39252,10016,1,0,0,5548.98,-993.019,373.454,3.72959,300,300,10,0,8,0,0,1), + (39253,10017,1,0,0,4256.94,-516.714,307.48,1.63236,300,300,10,0,16,0,0,1), + (39254,10017,1,0,0,5950.59,-1209.88,381.731,0.245768,300,300,10,0,16,0,0,1), + (39255,10017,1,0,0,6223.25,-948.625,406.584,1.24657,300,300,10,0,16,0,0,1), + (39256,10017,1,0,0,4018.47,-749.797,286.772,5.78877,300,300,10,0,16,0,0,1), + (39257,1412,1,0,0,7419.88,-2235.86,489.208,1.6079,300,300,5,0,8,0,0,1), + (39258,8956,1,0,0,3958.29,-875.887,274.535,1.40845,300,300,10,0,2985,0,0,1), + (39259,8956,1,0,0,3985.86,-914.985,263.011,1.07659,300,300,10,0,2985,0,0,1), + (39260,8959,1,0,0,4050.23,-849.656,267.934,3.82836,300,300,10,0,2488,0,0,1), + (39261,8959,1,0,0,4019.6,-815.193,285.439,1.72848,300,300,10,0,2488,0,0,1), + (39262,10017,1,0,0,3788.62,-1027.68,232.084,5.07635,300,300,10,0,16,0,0,1), + (39263,10016,1,0,0,6029.17,-1112.5,393.984,0.205206,300,300,10,0,8,0,0,1), + (39264,10017,1,0,0,3836.88,-1023.46,239.281,0.887816,300,300,10,0,16,0,0,1), + (39265,10017,1,0,0,3748.92,-1471.92,197.307,1.22186,300,300,10,0,16,0,0,1), + (39266,8959,1,0,0,4049.07,-721.533,285.347,1.43267,300,300,10,0,2488,0,0,1), + (39267,8956,1,0,0,3816.98,-1019.41,236.699,5.11312,300,300,10,0,2985,0,0,1), + (39268,10016,1,0,0,6298.04,-1270.27,371.592,1.47321,300,300,10,0,8,0,0,1), + (39269,10016,1,0,0,4382.39,-585.617,267.399,3.94979,300,300,10,0,8,0,0,1), + (39270,10017,1,0,0,5414.15,-899.454,368.945,2.84826,300,300,10,0,16,0,0,1), + (39271,10016,1,0,0,6544.97,-1808.98,529.729,4.44939,300,300,10,0,8,0,0,1), + (39272,10017,1,0,0,5791.04,-743.539,387.178,3.46329,300,300,10,0,16,0,0,1), + (39273,10017,1,0,0,6809.23,-1830.22,559.135,0.98902,300,300,10,0,16,0,0,1), + (39274,10017,1,0,0,4234.94,-778.944,261.037,0.005859,300,300,10,0,16,0,0,1), + (39275,10017,1,0,0,5087.18,-644.904,305.866,3.709,300,300,10,0,16,0,0,1), + (39276,8959,1,0,0,4313.79,-503.374,302.563,4.80123,300,300,10,0,2488,0,0,1), + (39277,8959,1,0,0,4274.48,-524.413,301.02,0.141608,300,300,10,0,2488,0,0,1), + (39278,8959,1,0,0,3722.48,-1379.04,208.03,4.83811,300,300,3,0,2488,0,0,1), + (39279,10017,1,0,0,5693.78,-738.01,377.047,4.61855,300,300,10,0,16,0,0,1), + (39280,7097,1,0,0,3900.39,-1450.82,218.181,4.00864,300,300,10,0,2578,0,0,1), + (39281,7099,1,0,0,5522.75,-556.604,361.557,5.33614,300,300,10,0,2880,0,0,1), + (39282,10016,1,0,0,5975.63,-1231.28,378.159,1.0584,300,300,10,0,8,0,0,1), + (39283,10017,1,0,0,3767.9,-1208.45,213.632,3.50505,300,300,10,0,16,0,0,1), + (39284,7105,1,0,0,3790.25,-886.322,303.225,3.76644,300,300,5,0,2672,0,0,1), + (39285,10017,1,0,0,3956.12,-895.597,270.66,3.54966,300,300,10,0,16,0,0,1), + (39286,10017,1,0,0,3951.34,-1417.67,238.817,4.46694,300,300,10,0,16,0,0,1), + (39287,8959,1,0,0,4027.2,-754.927,287.299,6.00213,300,300,10,0,2488,0,0,1), + (39288,7109,1,0,0,3917.71,-827.547,324.338,6.24063,300,300,5,0,2304,1807,0,1), + (39289,7109,1,0,0,3941.83,-811.354,316.193,5.87639,300,300,5,0,2304,1807,0,1), + (39290,8956,1,0,0,3988.29,-977.489,250.287,5.78307,300,300,10,0,2985,0,0,1), + (39291,8959,1,0,0,4021.51,-945.672,253.702,0.61285,300,300,10,0,2488,0,0,1), + (39292,10017,1,0,0,6355.81,-1563.94,446.43,3.21392,300,300,10,0,16,0,0,1), + (39293,7099,1,0,0,5211.47,-760.364,346.287,2.50532,300,300,10,0,2880,0,0,1), + (39294,10016,1,0,0,4330.27,-956.77,305.938,4.76225,300,300,10,0,8,0,0,1), + (39295,10017,1,0,0,3677.93,-1469.83,186.007,5.04648,300,300,10,0,16,0,0,1), + (39296,8958,1,0,0,5436.68,-588.137,355.52,0.412444,300,300,10,0,3207,0,0,1), + (39297,8957,1,0,0,6214.11,-1600,456.532,4.9071,300,300,5,0,3553,0,0,1), + (39299,8958,1,0,0,6442.27,-915.941,423.439,1.64697,300,300,3,0,3207,0,0,1), + (39300,7086,1,0,0,4415.64,-726.783,265.013,1.2098,300,300,5,0,2661,0,0,1), + (39301,8958,1,0,0,6535.72,-1017.43,440.286,0.416044,300,300,5,0,3207,0,0,1), + (39302,4387,1,0,0,-2691.38,-2933.64,29.7653,3.48002,360,360,10,0,1536,0,0,1), + (39303,4834,1,0,0,-2791.17,-3020.4,37.8591,2.09439,360,360,0,0,1400,0,0,0), + (39311,4397,1,0,0,-3421.5,-4373.36,1.53496,5.02975,360,360,10,0,1403,0,0,1), + (39312,4397,1,0,0,-3509.96,-4388.96,-3.77504,1.18231,360,360,10,0,1403,0,0,1), + (39313,4397,1,0,0,-3462.65,-4376.41,0.642562,2.15193,360,360,10,0,1403,0,0,1), + (39314,4397,1,0,0,-3369.66,-4310.66,0.679151,0.610332,360,360,10,0,1403,0,0,1), + (39315,4397,1,0,0,-3283.43,-4285.41,1.81794,1.55127,360,360,10,0,1403,0,0,1), + (39316,4397,1,0,0,-3346.67,-4293.96,0.904401,5.05949,360,360,10,0,1403,0,0,1), + (39334,8960,1,0,0,6423.3,-972.682,423.08,4.50143,300,300,10,0,2672,0,0,1), + (39335,7086,1,0,0,4401.86,-695.602,259.402,3.36464,300,300,5,0,2661,0,0,1), + (39336,7086,1,0,0,4377.32,-699.738,263.19,4.7446,300,300,10,0,2661,0,0,1), + (39337,8960,1,0,0,5327.72,-558.082,343.176,2.54222,300,300,10,0,2672,0,0,1), + (39338,8956,1,0,0,4078.45,-1179.63,287.924,4.82706,300,300,10,0,2985,0,0,1), + (39339,7086,1,0,0,4409.83,-613.529,264.483,3.50948,300,300,10,0,2661,0,0,1), + (39340,7086,1,0,0,4403.14,-639.289,264.318,3.48416,300,300,10,0,2661,0,0,1), + (39341,7086,1,0,0,4354.65,-654.818,265.829,2.38381,300,300,10,0,2661,0,0,1), + (39342,8956,1,0,0,4175.87,-1025.87,289.239,1.91837,300,300,10,0,2985,0,0,1), + (39343,7086,1,0,0,4345.12,-583.047,265.769,4.45868,300,300,10,0,2661,0,0,1), + (39344,8959,1,0,0,4122.03,-1025.73,280.104,1.8243,300,300,10,0,2488,0,0,1), + (39345,7086,1,0,0,4354.81,-680.31,267.11,0.840127,300,300,10,0,2661,0,0,1), + (39346,7086,1,0,0,4418.68,-668.367,265.565,4.55269,300,300,5,0,2661,0,0,1), + (39347,8959,1,0,0,4058.54,-1217.67,281.45,4.82186,300,300,10,0,2488,0,0,1), + (39348,10017,1,0,0,5789.65,-1213.51,403.807,5.26519,300,300,10,0,16,0,0,1), + (39349,11557,1,0,0,7025.63,-2135.69,586.408,2.32129,300,300,0,0,4108,0,0,0), + (39350,8957,1,0,0,6614.74,-1919.12,547.613,4.95338,300,300,10,0,3553,0,0,1), + (39351,8959,1,0,0,3908.96,-1450.97,218.325,2.22847,300,300,3,0,2488,0,0,1), + (39352,10016,1,0,0,3827.6,-1082.81,232.618,5.27974,300,300,10,0,8,0,0,1), + (39353,11553,1,0,0,7379.26,-2205.77,535.443,3.64186,300,300,0,0,3113,0,0,2), + (39354,11553,1,0,0,7262.52,-2183.3,557.696,3.94583,300,300,0,0,3113,0,0,2), + (39355,11516,1,0,0,7202.31,-2180.13,566.095,4.24115,300,300,0,0,2763,0,0,0), + (39356,11516,1,0,0,7151.84,-2170.72,566.615,0.785398,300,300,0,0,2763,0,0,0), + (39357,11516,1,0,0,7194.13,-2196.03,565.399,1.09956,300,300,0,0,2763,0,0,0), + (39358,11516,1,0,0,7165.77,-2153.57,565.828,4.15388,300,300,0,0,2763,0,0,0), + (39359,11558,1,0,0,6998.4,-2124.38,589.217,0,300,300,0,0,1000,0,0,2), + (39360,11553,1,0,0,7098.98,-2133.09,583.012,0.890118,300,300,0,0,3113,0,0,2), + (39361,7097,1,0,0,3927.03,-1623.06,265.185,2.57191,300,300,10,0,2578,0,0,1), + (39362,8957,1,0,0,6283.69,-1581.49,461.227,1.49692,300,300,10,0,3553,0,0,1), + (39363,8957,1,0,0,6325.15,-1558.03,446.153,1.55334,300,300,10,0,3553,0,0,1), + (39364,8957,1,0,0,6177.5,-1617.82,477.741,4.76518,300,300,10,0,3553,0,0,1), + (39365,10016,1,0,0,6536.24,-2096.72,578.066,1.07831,300,300,10,0,8,0,0,1), + (39366,10017,1,0,0,4011.29,-900,261.554,0,300,300,10,0,16,0,0,1), + (39367,8956,1,0,0,3810.87,-1690.71,257.647,1.74044,300,300,10,0,2985,0,0,1), + (39368,8956,1,0,0,3805.27,-1703.01,264.027,2.00448,300,300,10,0,2985,0,0,1), + (39369,8956,1,0,0,3779.61,-1678.97,250.668,4.99218,300,300,10,0,2985,0,0,1), + (39370,8956,1,0,0,3789.06,-1710.81,264.533,1.26045,300,300,5,0,2985,0,0,1), + (39371,8956,1,0,0,3924.16,-1591.73,259.49,5.37902,300,300,10,0,2985,0,0,1), + (39372,8957,1,0,0,6057.81,-1431.71,422.346,4.75276,300,300,10,0,3553,0,0,1), + (39373,8956,1,0,0,3945.18,-1547.99,255.447,1.5564,300,300,3,0,2985,0,0,1), + (39374,8957,1,0,0,6054.6,-1488.48,439.855,6.1289,300,300,3,0,3553,0,0,1), + (39375,8957,1,0,0,6117.08,-1617.07,481.282,3.58601,300,300,10,0,3553,0,0,1), + (39376,8959,1,0,0,3882.95,-1478.39,219.555,3.12758,300,300,10,0,2488,0,0,1), + (39377,8956,1,0,0,3920.73,-1516.46,244.726,1.63334,300,300,10,0,2985,0,0,1), + (39378,8961,1,0,0,6319.74,-1608.8,462.353,1.79127,300,300,5,0,2980,0,0,1), + (39379,8959,1,0,0,3845.47,-1522.34,225.428,2.19074,300,300,10,0,2488,0,0,1), + (39380,10017,1,0,0,6143.53,-1459.2,432.5,5.43752,300,300,10,0,16,0,0,1), + (39381,10017,1,0,0,3921.88,-1590.02,257.732,5.30824,300,300,10,0,16,0,0,1), + (39382,8957,1,0,0,6342.7,-1592.47,453.65,4.09701,300,300,10,0,3553,0,0,1), + (39383,8957,1,0,0,6209.72,-1526.46,440.405,4.51536,300,300,10,0,3553,0,0,1), + (39384,8961,1,0,0,6387.95,-1613.56,471.03,0.990643,300,300,10,0,2980,0,0,1), + (39385,8959,1,0,0,3882.82,-1427.12,213.86,4.91679,300,300,10,0,2488,0,0,1), + (39386,8959,1,0,0,3859.64,-1470.9,215.928,1.79299,300,300,10,0,2488,0,0,1), + (39387,8959,1,0,0,3986.14,-1156.07,265.528,0.706558,300,300,10,0,2488,0,0,1), + (39388,10017,1,0,0,6475.46,-1940.74,546.982,4.47986,300,300,10,0,16,0,0,1), + (39389,10016,1,0,0,3913.4,-1549.35,248.749,4.26683,300,300,10,0,8,0,0,1), + (39390,10017,1,0,0,4009.74,-848.175,272.254,4.11654,300,300,10,0,16,0,0,1), + (39391,8957,1,0,0,6516.59,-1353.36,439.622,3.8946,300,300,10,0,3553,0,0,1), + (39392,8956,1,0,0,4375.7,-508.136,301.84,2.76711,300,300,10,0,2985,0,0,1), + (39393,8957,1,0,0,6542.23,-1309.8,441.614,1.89365,300,300,10,0,3553,0,0,1), + (39394,10017,1,0,0,5587.57,-1023.97,376.202,1.79826,300,300,10,0,16,0,0,1), + (39395,7092,1,0,0,5309.27,-810.188,338.433,1.08637,300,300,5,0,2980,0,0,1), + (39396,8956,1,0,0,3864.34,-987.939,246.569,2.78031,300,300,10,0,2985,0,0,1), + (39397,10017,1,0,0,4065.72,-741.413,282.812,4.7407,300,300,10,0,16,0,0,1), + (39398,10016,1,0,0,3788.26,-1677.22,250.053,3.25904,300,300,10,0,8,0,0,1), + (39399,7099,1,0,0,5076.02,-747.347,326.111,3.96332,300,300,10,0,2880,0,0,1), + (39400,7092,1,0,0,5352.43,-784.759,334.135,2.18988,300,300,10,0,2980,0,0,1), + (39401,8957,1,0,0,6519.95,-1417.04,439.879,0.278481,300,300,10,0,3553,0,0,1), + (39402,7139,1,0,0,6322.5,-1148.18,373.968,1.94193,300,300,5,0,3082,0,0,1), + (39403,7138,1,0,0,6303.59,-1166.12,371.056,5.47569,300,300,5,0,3082,0,0,1), + (39404,8960,1,0,0,5982.15,-1324.27,414.204,2.86499,300,300,10,0,2672,0,0,1), + (39405,7139,1,0,0,6360.44,-1189.23,379.082,5.63047,300,300,5,0,3082,0,0,1), + (39406,7139,1,0,0,6388.32,-1163.12,386.192,6.21968,300,300,5,0,3082,0,0,1), + (39407,7139,1,0,0,6426.08,-1191.06,391.624,5.81313,300,300,5,0,3082,0,0,1), + (39408,10017,1,0,0,4891.1,-762.404,298.028,2.34308,300,300,10,0,16,0,0,1), + (39409,10017,1,0,0,6292.74,-1611.85,469.416,1.51044,300,300,10,0,16,0,0,1), + (39410,10017,1,0,0,4219.79,-1045.03,303.375,4.73517,300,300,10,0,16,0,0,1), + (39411,7139,1,0,0,6337.84,-1265.63,374.892,0.856392,300,300,5,0,3082,0,0,1), + (39412,7097,1,0,0,4174.46,-1106.72,302.634,3.23941,300,300,10,0,2578,0,0,1), + (39413,7139,1,0,0,6302.59,-1319.32,373.325,0.949368,300,300,5,0,3082,0,0,1), + (39414,7139,1,0,0,6419.94,-1252.67,382.517,4.39064,300,300,5,0,3082,0,0,1), + (39415,10017,1,0,0,4182.54,-1125.91,309.679,4.95595,300,300,10,0,16,0,0,1), + (39416,7093,1,0,0,5364.22,-470.449,248.302,2.93782,300,300,10,0,3189,0,0,1), + (39417,7093,1,0,0,5334.5,-462.939,248.302,4.17762,300,300,5,0,3189,0,0,1), + (39418,7105,1,0,0,3925.67,-788.39,321.312,3.64886,300,300,5,0,2672,0,0,1), + (39419,7093,1,0,0,5319.58,-485.433,248.302,4.87848,300,300,5,0,3189,0,0,1), + (39420,7093,1,0,0,5416.87,-503.494,248.302,2.51527,300,300,5,0,3189,0,0,1), + (39421,7093,1,0,0,5389.28,-478.064,248.302,0.345189,300,300,10,0,3189,0,0,1), + (39422,7086,1,0,0,4612.98,-671.614,259.098,1.62261,300,300,5,0,2661,0,0,1), + (39423,7105,1,0,0,3798.11,-776.231,314.826,5.38631,300,300,6,0,2672,0,0,1), + (39424,7105,1,0,0,3798.44,-766.652,318.158,4.88523,300,300,6,0,2672,0,0,1), + (39425,7105,1,0,0,3793.39,-758.857,321.783,1.03287,300,300,6,0,2672,0,0,1), + (39426,7092,1,0,0,4984.95,-657.641,292.457,1.2499,300,300,10,0,2980,0,0,1), + (39427,7092,1,0,0,4997.94,-686.841,294.595,1.79757,300,300,5,0,2980,0,0,1), + (39428,7092,1,0,0,5029.49,-642.252,290.953,0.224093,300,300,5,0,2980,0,0,1), + (39429,7092,1,0,0,5045.07,-617.175,293.339,3.49566,300,300,5,0,2980,0,0,1), + (39430,7092,1,0,0,5010.45,-663.646,288.578,0.294702,300,300,5,0,2980,0,0,1), + (39431,7105,1,0,0,3805.36,-696.553,344.04,4.88023,300,300,5,0,2672,0,0,1), + (39432,10017,1,0,0,6852.07,-1586.72,493.989,2.85631,300,300,10,0,16,0,0,1), + (39433,7092,1,0,0,5035.66,-664.214,291.352,1.85159,300,300,5,0,2980,0,0,1), + (39434,7092,1,0,0,5061.87,-631.955,295.339,2.11819,300,300,5,0,2980,0,0,1), + (39435,7092,1,0,0,5040.8,-608.846,293.714,2.16212,300,300,5,0,2980,0,0,1), + (39436,7092,1,0,0,5057.78,-684.166,293.185,0.285378,300,300,5,0,2980,0,0,1), + (39437,10017,1,0,0,4870.5,-764.647,295.262,3.94562,300,300,0,0,16,0,0,0), + (39438,7132,1,0,0,6115.07,-1181.11,372.293,2.23195,300,300,5,0,3147,0,0,1), + (39439,10017,1,0,0,3715.91,-1582.01,202.529,1.0911,300,300,10,0,16,0,0,1), + (39440,10017,1,0,0,4954.44,-585.638,317.901,3.53045,300,300,10,0,16,0,0,1), + (39441,7086,1,0,0,4545.13,-661.82,259.34,3.0685,300,300,5,0,2661,0,0,1), + (39442,7086,1,0,0,4543.61,-685.408,258.508,1.07732,300,300,10,0,2661,0,0,1), + (39443,7086,1,0,0,4598.35,-711.091,258.566,4.80178,300,300,5,0,2661,0,0,1), + (39444,7086,1,0,0,4558.97,-764.464,257.936,1.73801,300,300,5,0,2661,0,0,1), + (39448,8319,109,0,0,-452.109,70.0397,-92.5483,3.32589,7200,7200,0,0,2578,0,0,0), + (39449,5283,109,0,0,-459.465,70.2193,-92.9899,0.92493,7200,7200,0,0,6186,0,0,0), + (39450,8319,109,0,0,-457.126,64.4411,-91.9397,1.41031,7200,7200,0,0,2578,0,0,0), + (39451,8319,109,0,0,-464.338,74.5981,-93.5441,5.78026,7200,7200,0,0,2578,0,0,0), + (39466,7086,1,0,0,4568.78,-721.635,250.608,0.363321,300,300,10,0,2661,0,0,1), + (39467,7086,1,0,0,4576.53,-748.527,258.616,0.067373,300,300,5,0,2661,0,0,1), + (39468,7086,1,0,0,4530.02,-755.663,257.953,3.65398,300,300,10,0,2661,0,0,1), + (39469,7132,1,0,0,6248.27,-1202.01,371.053,1.69307,300,300,5,0,3147,0,0,1), + (39470,7139,1,0,0,6443.62,-1203.12,394.224,2.38445,300,300,5,0,3082,0,0,1), + (39471,7132,1,0,0,6188.19,-1170.89,370.52,4.23738,300,300,5,0,3147,0,0,1), + (39472,7132,1,0,0,6200.25,-1137.86,366.636,3.81969,300,300,5,0,3147,0,0,1), + (39473,10017,1,0,0,5288.74,-544.257,328.687,0.463648,300,300,10,0,16,0,0,1), + (39474,7132,1,0,0,6220.18,-1123.06,370.549,3.32773,300,300,5,0,3147,0,0,1), + (39475,7086,1,0,0,4539.6,-786.054,266.992,2.05429,300,300,5,0,2661,0,0,1), + (39476,8959,1,0,0,4044.96,-784.956,282.758,1.61381,300,300,10,0,2488,0,0,1), + (39477,10016,1,0,0,3856.87,-1645.06,252.002,1.03459,300,300,10,0,8,0,0,1), + (39478,7139,1,0,0,6393.12,-1291.56,377.599,6.24996,300,300,5,0,3082,0,0,1), + (39479,8956,1,0,0,4289.37,-1047.79,319.809,4.39798,300,300,10,0,2985,0,0,1), + (39480,8959,1,0,0,4180.13,-1081.58,298.689,0.931773,300,300,10,0,2488,0,0,1), + (39481,8956,1,0,0,4189.11,-1149.51,314.466,4.60826,300,300,5,0,2985,0,0,1), + (39482,8956,1,0,0,4221.14,-1120.19,315.666,5.12165,300,300,10,0,2985,0,0,1), + (39483,8956,1,0,0,4113.67,-1143.22,289.939,1.07956,300,300,10,0,2985,0,0,1), + (39484,8959,1,0,0,4083.02,-1120.43,276.538,4.22605,300,300,10,0,2488,0,0,1), + (39485,8956,1,0,0,4354.38,-1040.32,325.652,2.64935,300,300,10,0,2985,0,0,1), + (39486,7136,1,0,0,5653.93,-871.476,378.981,4.47743,300,300,10,0,7113,0,0,1), + (39487,10016,1,0,0,4516.69,-552.691,294.57,5.64476,300,300,10,0,8,0,0,1), + (39488,10017,1,0,0,5921.08,-680.009,380.766,2.24548,300,300,10,0,16,0,0,1), + (39489,7149,1,0,0,6272.21,-1118.91,371.784,1.88791,300,300,0,0,4182,0,0,0), + (39490,8958,1,0,0,4703.37,-894.585,338.272,3.52308,300,300,3,0,3207,0,0,1), + (39491,8958,1,0,0,4706.73,-929.707,352.841,2.41244,300,300,3,0,3207,0,0,1), + (39492,8960,1,0,0,4921.31,-796.813,301.261,1.66143,300,300,10,0,2672,0,0,1), + (39493,8958,1,0,0,4888.2,-771.191,297.03,0.285005,300,300,10,0,3207,0,0,1), + (39494,8958,1,0,0,5394.92,-586.559,353.963,0.492046,300,300,10,0,3207,0,0,1), + (39495,8960,1,0,0,5318.45,-614.955,327.914,0.442235,300,300,5,0,2672,0,0,1), + (39496,8958,1,0,0,5475.75,-536.161,364.221,3.42435,300,300,10,0,3207,0,0,1), + (39497,8958,1,0,0,5408.19,-525.545,363.955,1.37327,300,300,3,0,3207,0,0,1), + (39498,8958,1,0,0,5435.42,-577.084,356.766,0.208982,300,300,3,0,3207,0,0,1), + (39499,8958,1,0,0,5451.85,-539.136,362.971,3.0273,300,300,10,0,3207,0,0,1), + (39500,8958,1,0,0,5430.8,-559.734,359.706,2.86113,300,300,10,0,3207,0,0,1), + (39501,8958,1,0,0,5405.43,-553.131,359.581,4.49412,300,300,0,0,3207,0,0,0), + (39502,8960,1,0,0,5610.46,-559.654,364.761,4.29763,300,300,10,0,2672,0,0,1), + (39503,8960,1,0,0,5625.44,-485.953,378.34,4.28544,300,300,3,0,2672,0,0,1), + (39504,8960,1,0,0,5847.82,-727.41,385.581,2.3859,300,300,10,0,2672,0,0,1), + (39505,8960,1,0,0,5852.08,-735.416,388.71,5.64032,300,300,0,0,2672,0,0,0), + (39506,8958,1,0,0,5489.39,-519.397,367.617,3.63159,300,300,5,0,3207,0,0,1), + (39507,8960,1,0,0,5819.25,-675.438,373.962,1.71061,300,300,10,0,2672,0,0,1), + (39508,8960,1,0,0,5640.28,-522.703,374.189,3.34971,300,300,10,0,2672,0,0,1), + (39509,8960,1,0,0,5820.08,-747.226,390.617,2.74658,300,300,5,0,2672,0,0,1), + (39510,8958,1,0,0,5946.55,-617.445,395.242,0.951909,300,300,10,0,3207,0,0,1), + (39511,8960,1,0,0,5370.63,-587.462,351.963,6.21278,300,300,10,0,2672,0,0,1), + (39512,10017,1,0,0,6086.18,-1592.22,470.057,6.26661,300,300,10,0,16,0,0,1), + (39513,7132,1,0,0,6118.68,-1214.41,374.216,3.76198,300,300,5,0,3147,0,0,1), + (39514,7132,1,0,0,6097.2,-1277.57,383.126,5.51987,300,300,5,0,3147,0,0,1), + (39515,8956,1,0,0,3821.44,-1145.44,241.179,0.058059,300,300,10,0,2985,0,0,1), + (39516,7132,1,0,0,6087.92,-1261.93,380.069,5.32494,300,300,5,0,3147,0,0,1), + (39517,7132,1,0,0,6082.95,-1219.71,369.759,5.26273,300,300,5,0,3147,0,0,1), + (39518,8956,1,0,0,3788.93,-1120.25,236.217,1.35225,300,300,5,0,2985,0,0,1), + (39519,10017,1,0,0,6254.69,-843.171,416.931,5.43844,300,300,10,0,16,0,0,1), + (39520,10017,1,0,0,6395.6,-1939.22,551.835,6.17555,300,300,10,0,16,0,0,1), + (39521,10016,1,0,0,4638.79,-852.573,319.493,0.818418,300,300,0,0,8,0,0,0), + (39522,8956,1,0,0,4275.33,-1113.77,320.914,1.3401,300,300,10,0,2985,0,0,1), + (39523,744,0,0,0,-10258.8,-3649.61,22.7768,0.130978,300,300,5,0,4953,0,0,1), + (39524,8956,1,0,0,4331.97,-1064.98,326.027,1.40673,300,300,10,0,2985,0,0,1), + (39525,7097,1,0,0,4303.08,-1056.95,322.523,5.67105,300,300,10,0,2578,0,0,1), + (39526,10016,1,0,0,6352.16,-1169.16,378.142,5.28197,300,300,10,0,8,0,0,1), + (39527,10017,1,0,0,3625.04,-1594.85,191.484,4.82391,300,300,10,0,16,0,0,1), + (39528,7097,1,0,0,3851.95,-1318.36,215.176,6.1022,300,300,10,0,2578,0,0,1), + (39529,8956,1,0,0,3920.8,-988.088,248.071,3.92216,300,300,10,0,2985,0,0,1), + (39530,7092,1,0,0,4874.42,-675.623,290.679,1.48416,300,300,10,0,2980,0,0,1), + (39531,7092,1,0,0,4856.1,-694.121,289.489,1.83641,300,300,10,0,2980,0,0,1), + (39532,10017,1,0,0,6057.02,-1471.94,435.175,3.09995,300,300,10,0,16,0,0,1), + (39533,7329,129,0,0,2510.35,913.881,46.5355,0.894557,7200,7200,0,0,3780,0,0,0), + (39535,745,0,0,0,-10245.7,-3587.08,22.1272,0.978445,300,300,10,0,5148,0,0,1), + (39536,6171,0,0,0,-8546,845.796,106.601,4.73,490,490,0,0,3857,2434,0,0), + (39538,6173,0,0,0,-8516,862.654,109.839,6.206,180,180,0,0,176,0,0,0), + (39541,1506,0,0,0,1747.31,1282.72,112.219,0.209708,300,300,5,0,71,0,0,1), + (39545,744,0,0,0,-10282.4,-3615.48,22.8712,3.35019,300,300,10,0,4953,0,0,1), + (39546,745,0,0,0,-10249.4,-3950.7,22.2927,0.465393,300,300,10,0,5148,0,0,1), + (39547,745,0,0,0,-10214.7,-3909.62,23.1413,3.71204,300,300,5,0,5148,0,0,1), + (39549,5263,0,0,0,-10215.6,-4015.49,-99.6279,5.37561,900,900,2,0,5922,0,0,1), + (39550,10016,1,0,0,4566.01,-598.46,282.138,1.15951,300,300,10,0,8,0,0,1), + (39551,10017,1,0,0,4019.26,-1259.9,266.382,3.14159,300,300,10,0,16,0,0,1), + (39552,10017,1,0,0,6417.04,-1664.26,491.531,4.71239,300,300,10,0,16,0,0,1), + (39553,7092,1,0,0,5289.71,-659.179,326.936,1.26232,300,300,10,0,2980,0,0,1), + (39554,7098,1,0,0,6512.14,-1454.21,438.812,3.84144,300,300,10,0,3082,0,0,1), + (39555,7092,1,0,0,5245.6,-629.582,326.606,1.85419,300,300,10,0,2980,0,0,1), + (39556,7092,1,0,0,5279.89,-635.973,325.388,2.48423,300,300,10,0,2980,0,0,1), + (39557,7092,1,0,0,5281.49,-612.621,326.381,1.1554,300,300,10,0,2980,0,0,1), + (39558,8959,1,0,0,4048.83,-1085.07,266.071,3.83371,300,300,10,0,2488,0,0,1), + (39559,7101,1,0,0,6274.42,-1718.88,432.781,5.40789,300,300,3,0,3189,0,0,1), + (39560,7100,1,0,0,6292.31,-1648.93,427.944,2.91521,300,300,3,0,3082,0,0,1), + (39561,7100,1,0,0,6273.09,-1692.71,432.489,5.45225,300,300,3,0,3082,0,0,1), + (39562,7101,1,0,0,6327.26,-1748.7,421.673,4.03519,300,300,2,0,3189,0,0,1), + (39563,7099,1,0,0,5716.16,-612.174,367.703,4.12709,300,300,10,0,2880,0,0,1), + (39564,7101,1,0,0,6289.23,-1697.38,428.733,5.56538,300,300,2,0,3189,0,0,1), + (39565,7100,1,0,0,6370.71,-1756.7,421.521,4.86139,300,300,3,0,3082,0,0,1), + (39566,7101,1,0,0,6377.33,-1779.47,420.797,1.33317,300,300,2,0,3189,0,0,1), + (39567,7101,1,0,0,6320.99,-1761.07,422.676,4.69553,300,300,3,0,3189,0,0,1), + (39568,7100,1,0,0,6357.09,-1765.57,421.595,3.58797,300,300,3,0,3082,0,0,1), + (39569,7101,1,0,0,6311.54,-1785.58,420.574,4.52656,300,300,3,0,3189,0,0,1), + (39570,8958,1,0,0,5954.66,-645.275,390.586,2.92102,300,300,10,0,3207,0,0,1), + (39571,10017,1,0,0,3834.49,-1523.53,222.992,5.12972,300,300,10,0,16,0,0,1), + (39572,7101,1,0,0,6300.06,-1658.39,427.857,3.27611,300,300,2,0,3189,0,0,1), + (39573,7099,1,0,0,4948.02,-734.891,308.593,2.64644,300,300,5,0,2880,0,0,1), + (39574,7098,1,0,0,6689.37,-1417.1,477.397,5.6176,300,300,5,0,3082,0,0,1), + (39575,7100,1,0,0,6380.74,-1520.77,441.44,2.28056,300,300,10,0,3082,0,0,1), + (39576,7109,1,0,0,3765.6,-840.981,308.876,6.19906,300,300,6,0,2304,1807,0,1), + (39577,7109,1,0,0,3754.48,-823.2,313.942,4.15156,300,300,10,0,2304,1807,0,1), + (39578,7105,1,0,0,3786.98,-853.904,301.823,6.1742,300,300,5,0,2672,0,0,1), + (39579,7105,1,0,0,3813.25,-810.038,299.419,6.16083,300,300,10,0,2672,0,0,1), + (39580,7105,1,0,0,3724.92,-846.007,312.838,6.12611,300,300,6,0,2672,0,0,1), + (39581,7105,1,0,0,3801.56,-858.854,300.417,4.67265,300,300,5,0,2672,0,0,1), + (39582,7105,1,0,0,3781.13,-821.533,309.216,3.15722,300,300,10,0,2672,0,0,1), + (39583,7109,1,0,0,3755.37,-838.038,310.001,1.06854,300,300,6,0,2304,1807,0,1), + (39584,7105,1,0,0,3745.01,-878.309,321.345,3.87623,300,300,5,0,2672,0,0,1), + (39585,7109,1,0,0,3727.76,-837.299,314.304,4.85202,300,300,6,0,2304,1807,0,1), + (39586,7105,1,0,0,3841,-724.709,323.386,4.89923,300,300,10,0,2672,0,0,1), + (39587,7105,1,0,0,3815.79,-753.011,320.302,0.706201,300,300,10,0,2672,0,0,1), + (39588,7105,1,0,0,3853.29,-675.377,328.396,1.94567,300,300,10,0,2672,0,0,1), + (39589,7109,1,0,0,3854.29,-696.104,325.021,3.90923,300,300,10,0,2304,1807,0,1), + (39590,7109,1,0,0,3893.37,-671.715,329.442,6.07114,300,300,10,0,2304,1807,0,1), + (39591,10017,1,0,0,6526.57,-1253.86,438.252,3.75288,300,300,10,0,16,0,0,1), + (39592,10017,1,0,0,3730.7,-1555.95,203.431,0.258715,300,300,10,0,16,0,0,1), + (39593,10017,1,0,0,3666.8,-1449.67,181.44,2.36656,300,300,10,0,16,0,0,1), + (39594,10017,1,0,0,3973.39,-1166.13,259.654,5.38439,300,300,10,0,16,0,0,1), + (39595,7105,1,0,0,3850.38,-703.389,325.386,4.85373,300,300,10,0,2672,0,0,1), + (39596,10016,1,0,0,4529.21,-523.906,301.905,4.03143,300,300,0,0,8,0,0,0), + (39597,10016,1,0,0,5102.09,-760.858,329.411,5.14672,300,300,10,0,8,0,0,1), + (39598,7105,1,0,0,3929.48,-600.873,341.463,2.77729,300,300,5,0,2672,0,0,1), + (39599,7105,1,0,0,3867.76,-647.175,334.13,1.42151,300,300,6,0,2672,0,0,1), + (39600,7105,1,0,0,3875.58,-643.728,335.88,1.27691,300,300,6,0,2672,0,0,1), + (39601,7109,1,0,0,3966.15,-594.023,339.725,0.197124,300,300,5,0,2304,1807,0,1), + (39602,7109,1,0,0,4012.49,-579.375,337.001,2.44949,300,300,5,0,2304,1807,0,1), + (39603,7105,1,0,0,3986.37,-607.467,335.906,5.66098,300,300,5,0,2672,0,0,1), + (39604,7105,1,0,0,3953.17,-619.879,336.743,2.3818,300,300,10,0,2672,0,0,1), + (39605,7109,1,0,0,3980.65,-611.83,335.156,6.15644,300,300,5,0,2304,1807,0,1), + (39606,7105,1,0,0,4023.53,-542.896,347.26,2.99528,300,300,6,0,2672,0,0,1), + (39607,7105,1,0,0,4042.72,-547.201,351.733,3.4608,300,300,6,0,2672,0,0,1), + (39608,8958,1,0,0,5873.89,-657.382,377.802,4.51909,300,300,10,0,3207,0,0,1), + (39609,7105,1,0,0,4054.74,-581.416,361.588,5.51577,300,300,6,0,2672,0,0,1), + (39610,7109,1,0,0,3921.2,-698.251,323.252,0.318612,300,300,6,0,2304,1807,0,1), + (39611,8956,1,0,0,4124.67,-725.128,280.161,5.65194,300,300,10,0,2985,0,0,1), + (39612,8956,1,0,0,4248.03,-747.019,269.047,0.36693,300,300,10,0,2985,0,0,1), + (39613,7110,1,0,0,4597.95,-194.047,300.32,3.47941,300,300,5,0,2980,0,0,1), + (39614,7097,1,0,0,4007.62,-1173.03,272.1,3.14355,300,300,10,0,2578,0,0,1), + (39615,7086,1,0,0,4427.11,-694.305,264.19,4.41181,300,300,5,0,2661,0,0,1), + (39616,8956,1,0,0,4447.27,-751.277,262.921,0.992539,300,300,5,0,2985,0,0,1), + (39617,10016,1,0,0,6410.45,-1507.29,440.326,0.582441,300,300,10,0,8,0,0,1), + (39618,7086,1,0,0,4393.83,-587.317,265.393,5.28724,300,300,10,0,2661,0,0,1), + (39619,7099,1,0,0,6543.59,-1114.42,437.749,3.18458,300,300,10,0,2880,0,0,1), + (39620,7086,1,0,0,4375.64,-597.276,265.768,5.8781,300,300,10,0,2661,0,0,1), + (39621,7086,1,0,0,4350.79,-601.711,265.824,2.26995,300,300,10,0,2661,0,0,1), + (39622,8959,1,0,0,4009.76,-1178.86,272.321,1.88452,300,300,10,0,2488,0,0,1), + (39623,8959,1,0,0,4006.27,-1112.1,269.061,3.22198,300,300,10,0,2488,0,0,1), + (39624,7137,1,0,0,5546.75,-837.558,357.03,1.08492,43200,43200,5,0,8097,0,0,2), + (39625,14523,1,0,0,5277.13,-701.938,268.772,0.855211,300,300,0,0,2895,2241,0,0), + (39626,7118,1,0,0,5279.63,-701.01,268.532,2.93215,300,300,0,0,2551,1982,0,0), + (39627,7114,1,0,0,5276.17,-685.883,269.007,2.44346,300,300,0,0,3082,0,0,0), + (39628,7114,1,0,0,5273.65,-687.763,269.012,1.81514,300,300,0,0,3082,0,0,0), + (39630,7120,1,0,0,5261.37,-670.296,250.837,6.25241,300,300,2,0,2551,1982,0,1), + (39632,9862,1,0,0,5375.1,-441.792,273.182,3.26377,300,300,0,0,3398,0,0,0), + (39633,7118,1,0,0,5376.74,-529.716,273.685,3.4383,300,300,0,0,2551,1982,0,0), + (39634,9862,1,0,0,5373.73,-525.695,273.968,4.43314,300,300,0,0,3398,0,0,0), + (39635,9862,1,0,0,5359.28,-433.128,273.072,5.79449,300,300,0,0,3398,0,0,0), + (39636,7118,1,0,0,5298.5,-517.621,274.118,0.13757,300,300,5,0,2551,1982,0,1), + (39637,14522,1,0,0,5429.15,-438.717,273.079,2.94961,300,300,0,0,2696,2041,0,0), + (39638,9516,1,0,0,5430.72,-424.11,272.622,3.35103,600,600,0,0,7107,4738,0,0), + (39639,7100,1,0,0,6531.3,-1515.82,439.395,5.76622,300,300,3,0,3082,0,0,1), + (39640,8957,1,0,0,6544.69,-1460.16,440.169,2.59992,300,300,10,0,3553,0,0,1), + (39641,10017,1,0,0,4460.68,-677.593,267.614,4.89537,300,300,10,0,16,0,0,1), + (39642,7092,1,0,0,5277.59,-362.383,326.875,0.105427,300,300,3,0,2980,0,0,1), + (39643,7092,1,0,0,5275.76,-323.398,327.913,2.18332,300,300,2,0,2980,0,0,1), + (39644,7100,1,0,0,6484.85,-1485.49,438.246,1.08619,300,300,10,0,3082,0,0,1), + (39645,10017,1,0,0,6077.64,-1440.3,424.211,2.14553,300,300,10,0,16,0,0,1), + (39646,8956,1,0,0,4142.39,-682.449,284.797,3.02795,300,300,3,0,2985,0,0,1), + (39647,8956,1,0,0,4173.35,-704.389,280.673,6.21083,300,300,5,0,2985,0,0,1), + (39648,7139,1,0,0,6322.83,-1275.87,374.623,1.32443,300,300,5,0,3082,0,0,1), + (39649,7132,1,0,0,6235.69,-1294.39,371.549,4.84878,300,300,5,0,3147,0,0,1), + (39650,7132,1,0,0,6219.77,-1255.34,366.724,5.69031,300,300,5,0,3147,0,0,1), + (39651,7132,1,0,0,6272.76,-1267.69,367.443,4.29327,300,300,5,0,3147,0,0,1), + (39652,8959,1,0,0,3944.19,-1180.12,245.881,2.86449,300,300,10,0,2488,0,0,1), + (39653,10016,1,0,0,5223.53,-735.844,343.557,1.21986,300,300,10,0,8,0,0,1), + (39654,8961,1,0,0,6638.23,-1620.49,477.701,3.91075,300,300,5,0,2980,0,0,1), + (39655,8961,1,0,0,6615.92,-1452.73,466.929,0.892373,300,300,10,0,2980,0,0,1), + (39656,8957,1,0,0,6686.2,-1585.26,474.636,5.47831,300,300,10,0,3553,0,0,1), + (39657,8957,1,0,0,6719.68,-1542.5,474.88,0.248386,300,300,5,0,3553,0,0,1), + (39658,8957,1,0,0,6878.98,-1592.86,498.958,1.77485,300,300,10,0,3553,0,0,1), + (39659,8957,1,0,0,6451.44,-1670.35,499.315,1.81622,300,300,10,0,3553,0,0,1), + (39660,8961,1,0,0,6419.15,-1651.15,489.931,2.25728,300,300,10,0,2980,0,0,1), + (39661,8957,1,0,0,6478.11,-1843.2,536.895,2.24478,300,300,3,0,3553,0,0,1), + (39662,8957,1,0,0,6377.41,-1980.89,557.131,3.05823,300,300,10,0,3553,0,0,1), + (39663,11181,1,0,0,6223.84,-1912.11,563.137,3.79961,300,300,0,0,4231,0,0,0), + (39664,543,1,0,0,6199.03,-1935.11,569.718,0.191986,300,300,0,0,2471,0,0,0), + (39665,9465,1,0,0,6192.75,-1919.04,569.568,5.84685,300,300,0,0,3139,0,0,0), + (39666,5501,1,0,0,6229.31,-1917.08,563.134,0.261799,300,300,0,0,4356,0,0,0), + (39667,8957,1,0,0,6378.83,-2072.6,572.318,2.65163,300,300,10,0,3553,0,0,1), + (39668,7098,1,0,0,6431.64,-2038.81,569.658,2.0187,300,300,10,0,3082,0,0,1), + (39669,8961,1,0,0,6351.85,-2083.67,573.575,0.829261,300,300,10,0,2980,0,0,1), + (39670,7098,1,0,0,6521.62,-1949.91,548.317,1.18757,300,300,5,0,3082,0,0,1), + (39671,8957,1,0,0,6515,-1948.52,548.87,3.39681,300,300,5,0,3553,0,0,1), + (39672,8957,1,0,0,6478.72,-1913.48,543.462,5.57974,300,300,10,0,3553,0,0,1), + (39673,8961,1,0,0,6486.1,-1708.06,506.605,1.61895,300,300,10,0,2980,0,0,1), + (39674,8959,1,0,0,3992.23,-1211.5,263.642,3.90766,300,300,10,0,2488,0,0,1), + (39675,7112,1,0,0,4750.5,-550.487,283.622,3.12679,300,300,5,0,2085,4506,0,1), + (39676,7115,1,0,0,4753.5,-545.315,284.959,0.228407,300,300,5,0,2085,4506,0,1), + (39677,8959,1,0,0,4061.63,-1250.02,278.595,5.61879,300,300,3,0,2488,0,0,1), + (39678,10017,1,0,0,4556.05,-492.917,302.926,3.10446,300,300,10,0,16,0,0,1), + (39679,8959,1,0,0,3830.45,-1302.06,208.511,1.66852,300,300,10,0,2488,0,0,1), + (39680,7120,1,0,0,5198.24,-579.388,287.41,1.22173,300,300,0,0,2551,1982,0,0), + (39682,9862,1,0,0,5182.75,-577.787,287.41,0.488692,300,300,0,0,3398,0,0,0), + (39683,8957,1,0,0,6614.98,-2015.93,551.795,1.54712,300,300,10,0,3553,0,0,1), + (39684,8958,1,0,0,4736.37,-790.864,305.276,1.06787,300,300,10,0,3207,0,0,1), + (39685,11553,1,0,0,7025.41,-2129.19,605.036,1.29154,300,300,0,0,3113,0,0,2), + (39686,7092,1,0,0,4843.45,-699.937,290.701,5.14448,300,300,10,0,2980,0,0,1), + (39687,7118,1,0,0,5034.52,-552.711,313.221,4.36891,300,300,5,0,2551,1982,0,2), + (39688,7086,1,0,0,4518.08,-665.083,260.707,4.86653,300,300,10,0,2661,0,0,1), + (39689,8956,1,0,0,4446.11,-642.478,272.046,1.98722,300,300,10,0,2985,0,0,1), + (39690,7156,1,0,0,6901.48,-2020.1,583.248,2.40877,300,300,3,0,3189,0,0,1), + (39691,7158,1,0,0,6873.22,-2039.05,581.747,3.32449,300,300,3,0,2551,1982,0,1), + (39692,8960,1,0,0,5645.12,-615.656,364.793,0.36233,300,300,5,0,2672,0,0,1), + (39693,8960,1,0,0,5855.51,-697.155,379.387,3.5204,300,300,10,0,2672,0,0,1), + (39694,8960,1,0,0,5870.43,-695.667,380.399,1.87558,300,300,3,0,2672,0,0,1), + (39695,8960,1,0,0,6163.99,-681.228,408.096,0.775032,300,300,10,0,2672,0,0,1), + (39696,8958,1,0,0,6193.3,-753.963,411.018,3.56101,300,300,10,0,3207,0,0,1), + (39697,8958,1,0,0,6230.07,-726.565,411.372,6.20694,300,300,10,0,3207,0,0,1), + (39698,8960,1,0,0,6208.33,-825,423.78,1.6494,300,300,3,0,2672,0,0,1), + (39699,7086,1,0,0,4578.87,-681.616,250.246,5.8528,300,300,10,0,2661,0,0,1), + (39700,8960,1,0,0,6283.63,-850.556,417.998,2.21762,300,300,10,0,2672,0,0,1), + (39701,7092,1,0,0,4868.88,-689.67,289.607,2.00676,300,300,10,0,2980,0,0,1), + (39702,8960,1,0,0,6272.62,-906.522,415.298,1.64581,300,300,10,0,2672,0,0,1), + (39703,7092,1,0,0,4870.42,-709.301,291.452,2.41846,300,300,10,0,2980,0,0,1), + (39704,10658,1,0,0,5114.05,-325.22,360.301,2.40376,300,300,0,0,42,0,0,0), + (39705,8956,1,0,0,3879.24,-1623.65,251.758,4.62438,300,300,10,0,2985,0,0,1), + (39706,10017,1,0,0,4743.75,-747.916,298.262,2.79235,300,300,10,0,16,0,0,1), + (39707,10016,1,0,0,3830.37,-1020.33,239.074,5.08835,300,300,10,0,8,0,0,1), + (39708,7097,1,0,0,3984.32,-1271.98,251.817,6.2617,300,300,10,0,2578,0,0,1), + (39709,8958,1,0,0,6380.44,-1048.91,425.784,4.13769,300,300,10,0,3207,0,0,1), + (39710,8959,1,0,0,3955.31,-1351.53,230.82,2.03273,300,300,2,0,2488,0,0,1), + (39711,8960,1,0,0,6521.11,-1098.03,435.534,3.31424,300,300,10,0,2672,0,0,1), + (39712,8959,1,0,0,3977.26,-1389.87,244.264,2.72713,300,300,10,0,2488,0,0,1), + (39713,8957,1,0,0,6564.05,-1819.46,536.947,3.23941,300,300,5,0,3553,0,0,1), + (39714,10017,1,0,0,6054.9,-708.046,395.555,0.100212,300,300,10,0,16,0,0,1), + (39715,14467,1,0,0,5800.89,-985.82,409.78,3.50811,300,300,0,0,15953,0,0,0), + (39716,7136,1,0,0,5512.87,-695.517,341.02,5.2503,300,300,10,0,7113,0,0,1), + (39717,11516,1,0,0,6879.96,-2107.38,618.405,2.60054,300,300,0,0,2763,0,0,0), + (39718,11516,1,0,0,6919.41,-2091.9,617.412,3.38594,300,300,0,0,2763,0,0,0), + (39719,7100,1,0,0,6453.82,-1521.1,438.607,0.432184,300,300,10,0,3082,0,0,1), + (39720,7112,1,0,0,4782.52,-527.412,283.624,1.17337,300,300,5,0,2085,4506,0,1), + (39721,11553,1,0,0,6831.05,-2105.4,625.726,5.87097,300,300,0,0,3113,0,0,2), + (39722,11516,1,0,0,6988.59,-2080.7,608.748,2.05949,300,300,0,0,2763,0,0,0), + (39723,7125,1,0,0,4792.15,-565.158,285.087,5.44543,300,300,0,0,2880,0,0,0), + (39724,7113,1,0,0,4781.55,-540.811,284.361,0.767945,300,300,0,0,2880,0,0,0), + (39725,11516,1,0,0,7019.37,-2099.3,601.546,5.0091,300,300,0,0,2763,0,0,0), + (39726,11516,1,0,0,6985.3,-2061.78,608.094,0.680678,300,300,0,0,2763,0,0,0), + (39727,7115,1,0,0,4786.12,-523.577,283.96,3.06246,300,300,5,0,2085,4506,0,1), + (39728,11516,1,0,0,6997.42,-2183.03,587.644,-0.881542,300,300,0,0,2763,0,0,0), + (39729,11516,1,0,0,7002.13,-2201.5,586.974,1.65806,300,300,0,0,2763,0,0,0), + (39730,7112,1,0,0,4774.06,-583.119,280.288,3.86117,300,300,5,0,2085,4506,0,1), + (39731,7100,1,0,0,6353.32,-1696.92,440.042,5.32464,300,300,3,0,3082,0,0,1), + (39732,7125,1,0,0,4761.73,-583.714,279.782,0.401426,300,300,0,0,2880,0,0,0), + (39734,5277,109,0,0,-422.242,156.176,-90.8708,4.17668,7200,7200,0,0,6414,0,0,0), + (39735,5277,109,0,0,-436.859,164.875,-90.866,4.16098,7200,7200,0,0,6414,0,0,0), + (39736,5283,109,0,0,-502.888,122.757,-90.6196,5.14026,7200,7200,0,0,6186,0,0,0), + (39737,5710,109,0,0,-425.894,-86.0747,-88.224,3.11157,1000000,1000000,0,0,8860,1807,0,0), + (39738,5271,109,0,0,-476.251,-80.8728,-90.8275,0.275089,7200,7200,0,0,4950,1695,0,0), + (39739,5273,109,0,0,-459.898,-77.7837,-90.8275,6.26499,7200,7200,0,0,4950,1695,0,0), + (39740,5271,109,0,0,-476.669,-74.2078,-90.8275,0.0630307,7200,7200,0,0,4950,1695,0,0), + (39741,5271,109,0,0,-459.757,-74.6776,-90.8275,5.61186,7200,7200,0,0,4950,1695,0,0), + (39742,5271,109,0,0,-442.985,-53.7109,-90.8275,3.67469,7200,7200,0,0,4950,1695,0,0), + (39743,5271,109,0,0,-449.691,-55.0559,-90.8275,5.98769,7200,7200,0,0,4950,1695,0,0), + (39744,5273,109,0,0,-466.5,-94.7733,-90.8275,6.212,7200,7200,0,0,4950,1695,0,0), + (39745,5269,109,0,0,-448.423,-91.5326,-90.8275,5.98973,7200,7200,0,0,4605,1587,0,0), + (39746,5271,109,0,0,-448.944,-93.9112,-90.8275,6.11177,7200,7200,0,0,4950,1695,0,0), + (39747,5271,109,0,0,-488.346,-116.971,-90.8275,0.749854,7200,7200,0,0,4950,1695,0,0), + (39748,5271,109,0,0,-486.837,-112.27,-90.8275,4.87075,7200,7200,0,0,4950,1695,0,0), + (39749,5271,109,0,0,-440.499,-120.2,-90.8275,2.34569,7200,7200,0,0,4950,1695,0,0), + (39750,5271,109,0,0,-466.791,-92.1131,-90.8274,6.26874,7200,7200,0,0,4950,1695,0,0), + (39751,5259,109,0,0,-329.324,141.748,-69.4879,2.60411,7200,7200,0,0,4776,1640,0,0), + (39752,5259,109,0,0,-345.302,145.317,-69.4879,0.606829,7200,7200,0,0,4776,1640,0,0), + (39753,8318,109,0,0,-338.75,143.612,-69.4879,2.08416,7200,7200,0,0,2399,0,0,0), + (39754,5256,109,0,0,-374.577,108.976,-53.9463,0.332726,7200,7200,0,0,6186,0,0,0), + (39755,5259,109,0,0,-394.009,152.572,-53.9463,6.06647,7200,7200,0,0,4776,1640,0,0), + (39756,5259,109,0,0,-393.419,159.956,-53.9463,5.27019,7200,7200,0,0,4776,1640,0,0), + (39757,8318,109,0,0,-388.048,158.154,-53.9463,5.62754,7200,7200,0,0,2399,0,0,0), + (39758,8318,109,0,0,-394.102,156.187,-53.9463,5.62754,7200,7200,0,0,2399,0,0,0), + (39759,5256,109,0,0,-483.288,183.85,-53.9463,1.3809,7200,7200,0,0,6186,0,0,0), + (39760,5256,109,0,0,-481.784,193.587,-53.9463,5.30475,7200,7200,0,0,6186,0,0,0), + (39761,5259,109,0,0,-475.607,189.167,-53.9463,0.63006,7200,7200,0,0,4776,1640,0,0), + (39762,8318,109,0,0,-478.726,188.278,-53.9463,3.33497,7200,7200,0,0,2399,0,0,0), + (39763,8318,109,0,0,-483.168,189.219,-53.9463,3.25722,7200,7200,0,0,2399,0,0,0), + (39764,5259,109,0,0,-523.055,172.089,-54.0949,3.22816,7200,7200,0,0,4776,1640,0,0), + (39765,8318,109,0,0,-521.721,176.216,-54.0949,3.62871,7200,7200,0,0,2399,0,0,0), + (39766,8318,109,0,0,-526.877,167.686,-54.0949,2.548,7200,7200,0,0,2399,0,0,0), + (39767,5267,109,0,0,-524.792,175.692,-54.0949,3.12527,7200,7200,0,0,6251,0,0,0), + (39768,5259,109,0,0,-570.254,190.228,-69.4013,4.66544,7200,7200,0,0,4776,1640,0,0), + (39769,8318,109,0,0,-578.834,193.659,-69.4013,4.69292,7200,7200,0,0,2399,0,0,0), + (39770,8318,109,0,0,-574.913,189.46,-69.4013,4.64187,7200,7200,0,0,2399,0,0,0), + (39771,5267,109,0,0,-578.509,184.885,-69.4013,4.43217,7200,7200,0,0,6251,0,0,0), + (39772,5256,109,0,0,-550.794,130.856,-53.9465,1.49243,7200,7200,0,0,6186,0,0,0), + (39773,5259,109,0,0,-556.395,140.93,-53.9465,4.95453,7200,7200,0,0,4776,1640,0,0), + (39774,5259,109,0,0,-558.828,128.91,-53.9465,0.650548,7200,7200,0,0,4776,1640,0,0), + (39775,8318,109,0,0,-559.446,136.579,-53.9465,0.682749,7200,7200,0,0,2399,0,0,0), + (39776,8318,109,0,0,-552.025,135.648,-53.9465,0.792705,7200,7200,0,0,2399,0,0,0), + (39777,8318,109,0,0,-557.234,133.695,-53.9465,0.81234,7200,7200,0,0,2399,0,0,0), + (39778,5256,109,0,0,-555.874,82.1068,-53.9465,3.32405,7200,7200,0,0,6186,0,0,0), + (39779,5259,109,0,0,-602.902,55.1722,-69.3528,5.53965,7200,7200,0,0,4776,1640,0,0), + (39780,8318,109,0,0,-596.048,45.1776,-69.3528,5.53965,7200,7200,0,0,2399,0,0,0), + (39781,8318,109,0,0,-603.445,51.9793,-69.3528,5.53965,7200,7200,0,0,2399,0,0,0), + (39782,5270,109,0,0,-521.466,22.2492,-53.9463,4.55947,7200,7200,0,0,6186,0,0,0), + (39783,5256,109,0,0,-522.858,9.78118,-53.9463,1.44928,7200,7200,0,0,6186,0,0,0), + (39784,5259,109,0,0,-480.794,4.1161,-53.9463,3.61227,7200,7200,0,0,4776,1640,0,0), + (39785,8318,109,0,0,-481.459,-4.11243,-53.9463,0.0402737,7200,7200,0,0,2399,0,0,0), + (39786,5270,109,0,0,-475.277,0.586998,-53.9463,0.0261377,7200,7200,0,0,6186,0,0,0), + (39787,5270,109,0,0,-359.358,6.96094,-69.3923,1.15946,7200,7200,0,0,6186,0,0,0), + (39788,8318,109,0,0,-359.015,-3.4845,-69.3923,1.82862,7200,7200,0,0,2399,0,0,0), + (39789,5270,109,0,0,-380.9,48.948,-53.9455,4.39688,7200,7200,0,0,6186,0,0,0), + (39790,8318,109,0,0,-380.064,43.3977,-53.9455,4.25551,7200,7200,0,0,2399,0,0,0), + (39791,8318,109,0,0,-385.074,49.8669,-53.9455,4.25551,7200,7200,0,0,2399,0,0,0), + (39792,5259,109,0,0,-371.111,73.6491,-53.9455,1.95193,7200,7200,0,0,4776,1640,0,0), + (39793,8318,109,0,0,-367.877,78.0381,-53.9455,1.95193,7200,7200,0,0,2399,0,0,0), + (39794,8318,109,0,0,-374.295,77.534,-53.9455,1.46891,7200,7200,0,0,2399,0,0,0), + (39795,5277,109,0,0,-420.452,15.5113,-90.8588,2.17262,7200,7200,0,0,6414,0,0,0), + (39796,5283,109,0,0,-431.212,8.95485,-90.8681,1.28512,7200,7200,0,0,6186,0,0,0), + (39797,8319,109,0,0,-436.735,21.87,-90.8716,2.18097,7200,7200,0,0,2578,0,0,0), + (39798,8319,109,0,0,-420.157,33.1005,-90.8658,2.14327,7200,7200,0,0,2578,0,0,0), + (39799,8319,109,0,0,-506.202,65.4164,-91.4387,4.70553,7200,7200,0,0,2578,0,0,0), + (39800,8319,109,0,0,-504.561,76.132,-90.8308,4.03873,7200,7200,0,0,2578,0,0,0), + (39801,8319,109,0,0,-496.09,75.8476,-91.3849,1.91344,7200,7200,0,0,2578,0,0,0), + (39802,5277,109,0,0,-498.945,37.5312,-90.9851,0.39055,7200,7200,0,0,6414,0,0,0), + (39803,5283,109,0,0,-474.494,130.007,-91.3932,3.5884,7200,7200,0,0,6186,0,0,0), + (39804,8319,109,0,0,-472.142,123.972,-92.615,3.37247,7200,7200,0,0,2578,0,0,0), + (39805,8319,109,0,0,-481.148,123.774,-91.8459,2.99626,7200,7200,0,0,2578,0,0,0), + (39806,8319,109,0,0,-480.66,129.907,-91.2338,6.23525,7200,7200,0,0,2578,0,0,0), + (39807,8319,109,0,0,-472.985,134.801,-91.024,5.11055,7200,7200,0,0,2578,0,0,0), + (39808,5277,109,0,0,-433.421,127.433,-90.9162,4.91028,7200,7200,0,0,6414,0,0,0), + (39809,5283,109,0,0,-431.411,163.683,-90.8687,4.19556,7200,7200,0,0,6186,0,0,0), + (39810,8319,109,0,0,-423.83,121.451,-91.4011,3.00176,7200,7200,0,0,2578,0,0,0), + (39811,8319,109,0,0,-435.116,117.833,-91.0713,1.7412,7200,7200,0,0,2578,0,0,0), + (39812,5283,109,0,0,-433.442,73.5839,-90.9951,2.69153,7200,7200,0,0,6186,0,0,0), + (39823,8319,109,0,0,-438.66,69.3605,-91.1803,1.80403,7200,7200,0,0,2578,0,0,0), + (39824,8319,109,0,0,-431.067,78.404,-91.0223,2.7465,7200,7200,0,0,2578,0,0,0), + (39825,5283,109,0,0,-516.074,124.92,-91.2108,4.82409,7200,7200,0,0,6186,0,0,0), + (39826,5277,109,0,0,-511.852,125.178,-91.3058,4.54586,7200,7200,0,0,6414,0,0,0), + (39827,5711,109,0,0,-425.694,-93.5241,-88.224,2.51817,1000000,1000000,0,0,5130,3500,0,0), + (39828,5263,109,0,0,-492.77,-54.5658,-90.8275,5.42032,7200,7200,0,0,5922,0,0,0), + (39829,5271,109,0,0,-487.119,-54.2088,-90.8281,3.87692,7200,7200,0,0,4950,1695,0,0), + (39830,5271,109,0,0,-491.812,-61.1224,-90.8281,1.33301,7200,7200,0,0,4950,1695,0,0), + (39831,5271,109,0,0,-450.099,-74.562,-90.8274,0.0975781,7200,7200,0,0,4950,1695,0,0), + (39832,5271,109,0,0,-449.994,-79.4681,-90.8274,0.0975781,7200,7200,0,0,4950,1695,0,0), + (39833,5263,109,0,0,-477.877,-93.8933,-90.8275,0.220976,7200,7200,0,0,5922,0,0,0), + (39834,5271,109,0,0,-477.84,-97.6526,-90.8275,0.113043,7200,7200,0,0,4950,1695,0,0), + (39835,5271,109,0,0,-457.172,-90.0466,-90.8275,0.131107,7200,7200,0,0,4950,1695,0,0), + (39836,5271,109,0,0,-457.244,-97.7436,-90.8275,6.16061,7200,7200,0,0,4950,1695,0,0), + (39837,5271,109,0,0,-444.604,-116.482,-90.8275,2.26697,7200,7200,0,0,4950,1695,0,0), + (39838,5263,109,0,0,-482.958,-116.101,-90.8275,2.75782,7200,7200,0,0,5922,0,0,0), + (39839,5263,109,0,0,-467.583,-76.3734,-90.8275,0.146237,7200,7200,0,0,5922,0,0,0), + (39840,5263,109,0,0,-447.073,-52.2468,-90.8275,5.03312,7200,7200,0,0,5922,0,0,0), + (39841,5263,109,0,0,-466.663,-97.4965,-90.8275,0.122803,7200,7200,0,0,5922,0,0,0), + (39842,5709,109,0,0,-658.379,-35.7623,-90.8352,1.57592,1000000,1000000,0,0,28795,0,0,0), + (39843,5712,109,0,0,-528.646,130.163,-66.7533,5.66229,1000000,1000000,0,0,8550,2625,0,0), + (39844,5713,109,0,0,-527.969,59.4516,-66.7188,0.397759,1000000,1000000,0,0,6414,0,0,0), + (39845,5714,109,0,0,-466.655,24.4261,-66.7908,1.5515,1000000,1000000,0,0,6414,0,0,0), + (39846,5715,109,0,0,-405.506,60.4569,-67.0678,2.57409,1000000,1000000,0,0,7485,6421,0,0), + (39847,5717,109,0,0,-406.189,131.068,-66.9138,3.68072,1000000,1000000,0,0,10260,4375,0,0), + (39848,4306,189,0,0,1757.21,1143.53,7.57362,0.558505,7200,7200,0,0,2865,0,0,0), + (39849,6547,189,0,0,1757.23,1146.14,8.76122,0.785398,7200,7200,0,0,735,0,0,0), + (39850,3981,189,0,0,1786.22,1119.48,8.75801,4.64258,7200,7200,0,0,155,0,0,0), + (39851,4306,189,0,0,1758.39,1147.04,7.57362,3.4383,7200,7200,0,0,2865,0,0,0), + (39852,4075,189,0,0,1783.95,1145.06,7.57362,6.0912,7200,7200,3,0,8,0,0,1), + (39853,4306,189,0,0,1793.45,1143.31,7.57362,1.22173,7200,7200,0,0,2865,0,0,0), + (39854,4306,189,0,0,1793.07,1146.38,7.57362,5.37561,7200,7200,0,0,2865,0,0,0), + (39855,4306,189,0,0,1807.48,1170.39,6.90373,4.95674,7200,7200,0,0,2865,0,0,0), + (39856,6547,189,0,0,1794.24,1144.93,8.71928,5.63741,7200,7200,0,0,735,0,0,0), + (39857,4306,189,0,0,1807.84,1165.98,6.90374,1.51844,7200,7200,0,0,2865,0,0,0), + (39858,4308,189,0,0,1754.17,1244,18.2407,4.46804,7200,7200,3,0,955,0,0,1), + (39859,4308,189,0,0,1759.29,1247.62,18.2407,0,7200,7200,3,0,955,0,0,1), + (39860,4308,189,0,0,1796.2,1247.53,18.4118,0.802851,7200,7200,3,0,955,0,0,1), + (39861,4308,189,0,0,1798.83,1246.83,18.4078,0,7200,7200,3,0,955,0,0,1), + (39862,4308,189,0,0,1800.67,1249.87,18.425,0,7200,7200,3,0,955,0,0,1), + (39863,4075,189,0,0,1813.79,1252.13,17.6995,2.75762,7200,7200,10,0,8,0,0,1), + (39864,4308,189,0,0,1754.07,1250.63,18.2407,3.53748,7200,7200,3,0,955,0,0,1), + (39865,6426,189,0,0,1837.69,1249.07,18.2407,4.55531,7200,7200,3,0,3018,0,0,1), + (39866,4308,189,0,0,1777.24,1262.44,17.6542,5.58505,7200,7200,5,0,955,0,0,1), + (39867,4308,189,0,0,1781.75,1265.2,17.7005,0,7200,7200,5,0,955,0,0,1), + (39868,4308,189,0,0,1778.28,1267.77,17.6649,0,7200,7200,5,0,955,0,0,1), + (39869,4075,189,0,0,1778.59,1275.54,17.6707,3.94444,7200,7200,10,0,8,0,0,1), + (39870,6426,189,0,0,1834.93,1279.38,18.2407,3.08923,7200,7200,3,0,3018,0,0,1), + (39871,4308,189,0,0,1773.14,1307.27,17.603,1.72788,7200,7200,3,0,955,0,0,1), + (39872,4308,189,0,0,1766.5,1309.83,18.0689,0,7200,7200,3,0,955,0,0,1), + (39873,6427,189,0,0,1797.23,1283.1,18.613,1.71042,7200,7200,3,0,3018,0,0,1), + (39874,4308,189,0,0,1811.79,1302.46,17.8061,5.74213,7200,7200,3,0,955,0,0,1), + (39875,4308,189,0,0,1815.85,1300.29,17.6923,0,7200,7200,3,0,955,0,0,1), + (39876,4308,189,0,0,1819.47,1300.64,17.5862,0,7200,7200,3,0,955,0,0,1), + (39877,4308,189,0,0,1756.41,1278.62,18.2407,5.3058,7200,7200,3,0,955,0,0,1), + (39878,4308,189,0,0,1755.2,1282.74,18.2407,0,7200,7200,3,0,955,0,0,1), + (39879,4308,189,0,0,1760.09,1281.22,18.2407,0,7200,7200,3,0,955,0,0,1), + (39880,6426,189,0,0,1802.29,1315.75,18.7903,4.42769,7200,7200,3,0,3018,0,0,1), + (39881,4308,189,0,0,1773.64,1313.96,17.6021,5.91172,7200,7200,3,0,955,0,0,1), + (39882,6426,189,0,0,1749.6,1309.9,18.5249,3.89208,7200,7200,3,0,3018,0,0,1), + (39888,4308,189,0,0,1837.76,1315.02,19.098,0.226893,7200,7200,2,0,955,0,0,1), + (39889,6427,189,0,0,1745.48,1329.6,18.6464,3.05433,7200,7200,3,0,3018,0,0,1), + (39890,4075,189,0,0,1773.16,1334.5,17.9149,0.418879,7200,7200,10,0,8,0,0,1), + (39891,6426,189,0,0,1787.18,1334.56,18.9709,3.80482,7200,7200,3,0,3018,0,0,1), + (39892,4075,189,0,0,1827.34,1330.7,18.0777,2.25148,7200,7200,10,0,8,0,0,1), + (39893,6427,189,0,0,1853.69,1321.07,17.323,4.76481,7200,7200,5,0,3018,0,0,1), + (39894,6488,189,0,0,1756.17,1345.45,19.3719,5.03576,43200,43200,0,0,4009,0,0,0), + (39895,6427,189,0,0,1848.8,1344.06,18.4575,4.63511,7200,7200,5,0,3018,0,0,1), + (39896,4308,189,0,0,1820.47,1338.36,17.5815,5.91667,7200,7200,3,0,955,0,0,1), + (39897,4308,189,0,0,1825.42,1337.67,17.6144,0,7200,7200,3,0,955,0,0,1), + (39898,4308,189,0,0,1823.54,1342.17,17.7157,0,7200,7200,3,0,955,0,0,1), + (39899,6426,189,0,0,1795.38,1362.76,18.9709,5.65487,7200,7200,5,0,3018,0,0,1), + (39900,6426,189,0,0,1770.33,1358.26,18.5253,2.61366,7200,7200,3,0,3018,0,0,1), + (39901,6426,189,0,0,1761.93,1368.33,19.513,0.418879,7200,7200,5,0,3018,0,0,1), + (39902,4075,189,0,0,1838.03,1401.54,21.0788,4.67748,7200,7200,10,0,8,0,0,1), + (39903,4308,189,0,0,1775.42,1397.14,0.083333,4.43314,7200,7200,2,0,955,0,0,1), + (39904,4308,189,0,0,1776.84,1400.45,0.083333,0,7200,7200,2,0,955,0,0,1), + (39905,4308,189,0,0,1780.67,1397.55,0.083333,0,7200,7200,2,0,955,0,0,1), + (39906,6426,189,0,0,1787.3,1416.96,0.083333,2.6529,7200,7200,2,0,3018,0,0,1), + (39907,6426,189,0,0,1739.43,1406.42,21.4502,2.92881,7200,7200,3,0,3018,0,0,1), + (39908,6427,189,0,0,1814.89,1417.88,8.4461,3.00822,7200,7200,2,0,3018,0,0,1), + (39909,4075,189,0,0,1769.2,1395.49,20.9381,0.10472,7200,7200,10,0,8,0,0,1), + (39910,4308,189,0,0,1767.37,1400.58,20.8589,5.23599,7200,7200,5,0,955,0,0,1), + (39911,4308,189,0,0,1773.4,1401.88,21.12,0,7200,7200,5,0,955,0,0,1), + (39912,4308,189,0,0,1772.51,1407.66,21.4132,0,7200,7200,3,0,955,0,0,1), + (39913,4308,189,0,0,1844.2,1401.81,21.284,0.331613,7200,7200,3,0,955,0,0,1), + (39914,4308,189,0,0,1841.92,1373.78,19.1498,6.03884,7200,7200,5,0,955,0,0,1), + (39915,4308,189,0,0,1843.91,1371.44,19.1904,0,7200,7200,3,0,955,0,0,1), + (39916,4308,189,0,0,1845.47,1373.59,19.2066,0,7200,7200,3,0,955,0,0,1), + (39917,6427,189,0,0,1811.35,1401.03,8.52722,2.98451,7200,7200,2,0,3018,0,0,1), + (39930,4308,189,0,0,1783.58,1402.23,0.083333,0.488692,7200,7200,2,0,955,0,0,1), + (39931,4308,189,0,0,1781.24,1405.95,0.083333,0,7200,7200,2,0,955,0,0,1), + (39932,4308,189,0,0,1786.24,1406.18,0.083333,0,7200,7200,2,0,955,0,0,1), + (39933,6426,189,0,0,1817.76,1400.2,21.3051,4.7822,7200,7200,3,0,3018,0,0,1), + (39934,4543,189,0,0,1820.34,1416.71,-7.91731,3.15905,43200,43200,0,0,7736,2518,0,0), + (39935,4308,189,0,0,1777.37,1429.7,0.083333,3.78736,7200,7200,2,0,955,0,0,1), + (39936,4308,189,0,0,1780.88,1429.15,0.083333,0,7200,7200,2,0,955,0,0,1), + (39937,4308,189,0,0,1778.23,1434.16,0.083333,0,7200,7200,2,0,955,0,0,1), + (39938,6426,189,0,0,1812.48,1432.85,8.5311,1.65806,7200,7200,5,0,3018,0,0,1), + (39939,4308,189,0,0,1803.6,1431.15,8.4472,3.41441,7200,7200,1,0,955,0,0,1), + (39940,4308,189,0,0,1806,1432.56,8.44832,4.42443,7200,7200,1,0,955,0,0,1), + (39941,4308,189,0,0,1804.02,1433.12,8.44826,3.33666,7200,7200,0,0,955,0,0,0), + (39942,4308,189,0,0,1850.04,1404.56,21.6877,3.0719,7200,7200,3,0,955,0,0,1), + (39943,4308,189,0,0,1848.72,1402.95,21.6375,5.25023,7200,7200,3,0,955,0,0,1), + (39944,6426,189,0,0,1784.84,1431.28,0.083333,1.0472,7200,7200,2,0,3018,0,0,1), + (39945,4295,189,0,0,876.701,1322.55,18.0893,3.15905,7200,7200,0,0,4008,0,0,0), + (39946,3977,189,0,0,1202.13,1399.07,29.0931,3.12414,43200,43200,0,0,4904,6415,0,0), + (39947,721,189,0,0,915.357,1379.98,18.0842,1.78024,7200,7200,10,0,1,0,0,1), + (39948,4295,189,0,0,873.301,1406.05,18.0893,3.21141,7200,7200,0,0,4008,0,0,0), + (39949,4294,189,0,0,927.287,1359.98,18.7611,0.296706,7200,7200,0,0,2910,5722,0,0), + (39950,4298,189,0,0,868.398,1406,18.0893,6.26573,7200,7200,0,0,4008,0,0,0), + (39951,4294,189,0,0,889.963,1374.25,18.7611,1.43117,7200,7200,0,0,2910,5722,0,0), + (39952,4298,189,0,0,876.506,1359.32,18.0893,3.10669,7200,7200,0,0,4008,0,0,0), + (39953,4301,189,0,0,909.231,1399.03,18.1066,3.18328,7200,7200,5,0,4185,0,0,1), + (39954,4295,189,0,0,889.978,1378.01,18.7611,4.85202,7200,7200,0,0,4008,0,0,0), + (39955,4298,189,0,0,865.244,1359.41,18.0893,0.017453,7200,7200,0,0,4008,0,0,0), + (39956,4298,189,0,0,890.282,1360.67,18.7611,0.802851,7200,7200,0,0,4008,0,0,0), + (39957,4294,189,0,0,931.21,1360.36,18.7611,3.03687,7200,7200,0,0,2910,5722,0,0), + (39958,4301,189,0,0,909.251,1378.57,18.0794,4.96092,7200,7200,3,0,4185,0,0,1), + (39959,4301,189,0,0,925.633,1377.55,18.0233,0.018956,7200,7200,3,0,4185,0,0,1), + (39960,4300,189,0,0,947.376,1375.67,18.1066,5.91667,7200,7200,3,0,3514,5950,0,1), + (39961,4295,189,0,0,956.586,1360.52,18.7611,0.122173,7200,7200,0,0,4008,0,0,0), + (39962,4298,189,0,0,908.503,1421.89,18.0842,0.907571,7200,7200,3,0,4008,0,0,1), + (39963,721,189,0,0,911.466,1417.71,18.0877,3.57792,7200,7200,10,0,1,0,0,1), + (39964,4295,189,0,0,894.761,1437.65,18.7611,3.59538,7200,7200,0,0,4008,0,0,0), + (39965,4295,189,0,0,889.992,1420.7,18.7611,5.39307,7200,7200,2,0,4008,0,0,1), + (39966,4294,189,0,0,890.405,1434.73,18.7611,0.785398,7200,7200,0,0,2910,5722,0,0), + (39967,4300,189,0,0,903.927,1437.55,18.6778,3.14001,7200,7200,2,0,3514,5950,0,1), + (39968,4294,189,0,0,960.646,1360.61,18.7611,3.05433,7200,7200,0,0,2910,5722,0,0), + (39969,4295,189,0,0,931.613,1437.55,18.7611,4.59022,7200,7200,0,0,4008,0,0,0), + (39970,4300,189,0,0,948.805,1423.6,18.1066,2.42601,7200,7200,3,0,3514,5950,0,1), + (39971,4298,189,0,0,962.055,1437.48,18.7611,3.03687,7200,7200,0,0,4008,0,0,0), + (39972,4295,189,0,0,957.66,1437.56,18.7611,0.05236,7200,7200,0,0,4008,0,0,0), + (39973,4301,189,0,0,964.298,1414.41,18.7611,2.16421,7200,7200,0,0,4185,0,0,0), + (39974,4301,189,0,0,992.712,1362.11,27.3827,5.51524,7200,7200,5,0,4185,0,0,1), + (39975,4298,189,0,0,991.131,1437.42,27.3819,3.33358,7200,7200,3,0,4008,0,0,1), + (39976,4298,189,0,0,985.957,1454.46,29.2299,0.907571,7200,7200,0,0,4008,0,0,0), + (39977,4295,189,0,0,986.18,1343.2,29.2299,0.994838,7200,7200,0,0,4008,0,0,0), + (39978,4301,189,0,0,998.125,1343.43,29.1465,3.14447,7200,7200,2,0,4185,0,0,1), + (39979,4294,189,0,0,1016.04,1436.88,27.3877,6.16101,7200,7200,0,0,2910,5722,0,0), + (39980,4295,189,0,0,1031.26,1363.48,27.3037,0.467584,7200,7200,3,0,4008,0,0,1), + (39981,4300,189,0,0,1021.64,1362.29,27.3879,4.13643,7200,7200,3,0,3514,5950,0,1), + (39982,4295,189,0,0,1027.78,1399.18,27.3967,3.15905,7200,7200,2,0,4008,0,0,1), + (39983,4301,189,0,0,1035.74,1378.37,27.39,1.309,7200,7200,5,0,4185,0,0,1), + (39984,4295,189,0,0,1016.68,1343.52,29.2298,2.80998,7200,7200,2,0,4008,0,0,1), + (39985,721,189,0,0,1037.12,1369.88,27.3872,5.20108,7200,7200,10,0,1,0,0,1), + (39986,4298,189,0,0,1035.56,1418.87,27.3903,4.66003,7200,7200,3,0,4008,0,0,1), + (39987,721,189,0,0,1033.28,1428.83,27.3882,2.82743,7200,7200,10,0,1,0,0,1), + (39988,4298,189,0,0,1042.64,1363.84,27.3835,2.40855,7200,7200,3,0,4008,0,0,1), + (39989,4301,189,0,0,1012.41,1454.72,29.2298,6.17846,7200,7200,0,0,4185,0,0,0), + (39990,4300,189,0,0,1017.74,1454.69,29.2298,2.82743,7200,7200,0,0,3514,5950,0,0), + (39991,4295,189,0,0,1041.41,1400.29,27.3899,2.14675,7200,7200,3,0,4008,0,0,1), + (39992,4295,189,0,0,1045.23,1343.56,29.2298,2.9147,7200,7200,0,0,4008,0,0,0), + (39993,4301,189,0,0,1063.05,1382.2,30.8469,2.86234,7200,7200,0,0,4185,0,0,0), + (39994,4301,189,0,0,1064.4,1387.33,30.8469,3.05433,7200,7200,0,0,4185,0,0,0), + (39995,4301,189,0,0,1042.55,1436.11,27.3831,0.890118,7200,7200,3,0,4185,0,0,1), + (39996,4301,189,0,0,1064.79,1410.84,30.8469,3.22886,7200,7200,0,0,4185,0,0,0), + (39997,4301,189,0,0,1063.2,1415.93,30.8469,3.42085,7200,7200,0,0,4185,0,0,0), + (39998,4294,189,0,0,1045.66,1449.21,29.1465,1.05107,7200,7200,0,0,2910,5722,0,0), + (39999,4294,189,0,0,1042.8,1453.6,29.2298,0.523599,7200,7200,0,0,2910,5722,0,0), + (40000,4301,189,0,0,1081.55,1372.29,30.3863,1.50098,7200,7200,0,0,4185,0,0,0), + (40001,4299,189,0,0,1078.94,1377.88,30.3894,5.91667,7200,7200,0,0,2901,2014,0,0), + (40002,4301,189,0,0,1045.87,1456.44,29.2298,4.03171,7200,7200,0,0,4185,0,0,0), + (40003,4301,189,0,0,1100.04,1372.48,30.3885,1.50098,7200,7200,0,0,4185,0,0,0), + (40004,4302,189,0,0,1094.09,1393.13,30.3869,0.069813,7200,7200,0,0,3540,2472,0,0), + (40005,4540,189,0,0,1093.88,1390.98,30.3829,0.139626,7200,7200,0,0,3660,0,0,0), + (40006,4540,189,0,0,1093.94,1407.44,30.3825,6.12611,7200,7200,0,0,3660,0,0,0), + (40007,4303,189,0,0,1093.89,1405.21,30.3866,6.17846,7200,7200,0,0,3540,2472,0,0), + (40008,4299,189,0,0,1079.82,1376.72,30.3059,6.03884,7200,7200,2,1,2901,2014,0,2), + (40009,4301,189,0,0,1081.35,1425.84,30.3862,4.81711,7200,7200,0,0,4185,0,0,0), + (40010,4302,189,0,0,1106.8,1379.17,30.3025,3.1506,7200,7200,0,0,3540,2472,0,0), + (40011,4303,189,0,0,1107.01,1403.8,30.3909,6.16101,7200,7200,0,0,3540,2472,0,0), + (40012,4299,189,0,0,1079.28,1417.23,30.3849,4.7822,7200,7200,1,0,2901,2014,0,1), + (40013,4303,189,0,0,1106.51,1395.47,30.3909,0.087266,7200,7200,0,0,3540,2472,0,0), + (40014,4301,189,0,0,1099.92,1425.87,30.3883,4.67748,7200,7200,0,0,4185,0,0,0), + (40015,4300,189,0,0,1082.92,1417.33,30.3027,3.09318,7200,7200,2,1,3514,5950,0,2), + (40016,4302,189,0,0,1103.96,1419.38,30.3908,5.23599,7200,7200,2,0,3540,2472,0,1), + (40017,4302,189,0,0,1119.04,1403.42,30.3911,6.19592,7200,7200,0,0,3540,2472,0,0), + (40018,4303,189,0,0,1118.56,1394.85,30.3911,0.174533,7200,7200,0,0,3540,2472,0,0), + (40019,4300,189,0,0,1113.08,1380.51,30.3011,3.14111,7200,7200,2,0,3514,5950,0,1), + (40020,4303,189,0,0,1131.19,1405.14,30.3888,6.14356,7200,7200,0,0,3540,2472,0,0), + (40021,4540,189,0,0,1131.25,1390.61,30.3824,0.20944,7200,7200,0,0,3660,0,0,0), + (40022,4300,189,0,0,1123.06,1377.68,30.3911,0.418879,7200,7200,0,0,3514,5950,0,0), + (40023,4302,189,0,0,1123.83,1419.34,30.3907,5.65487,7200,7200,0,0,3540,2472,0,0), + (40024,4540,189,0,0,1130.96,1407.78,30.3828,6.03884,7200,7200,0,0,3660,0,0,0), + (40025,4302,189,0,0,1131.12,1393.02,30.3852,0.122173,7200,7200,0,0,3540,2472,0,0), + (40026,4301,189,0,0,1118.46,1425.7,30.3888,4.74729,7200,7200,0,0,4185,0,0,0), + (40027,4540,189,0,0,1118.89,1405.23,30.3874,6.10865,7200,7200,0,0,3660,0,0,0), + (40028,4301,189,0,0,1118.77,1372.24,30.3885,1.50098,7200,7200,0,0,4185,0,0,0), + (40029,3976,189,0,0,1153.87,1398.39,32.6112,6.12611,43200,43200,0,0,5517,2566,0,0), + (40030,4299,189,0,0,1137.65,1455.58,30.3845,4.36332,7200,7200,0,0,2901,2014,0,0), + (40031,4302,189,0,0,1134.68,1338.78,30.3007,1.46608,7200,7200,1,1,3540,2472,0,2), + (40032,4300,189,0,0,1137.72,1341.88,30.3849,0.488692,7200,7200,0,0,3514,5950,0,0), + (40033,4300,189,0,0,1136.41,1451.23,30.3863,3.59538,7200,7200,0,0,3514,5950,0,0), + (40034,4300,189,0,0,1135.38,1459.44,30.2991,1.33446,7200,7200,6,1,3514,5950,0,2), + (40035,4301,189,0,0,1140.97,1336.32,30.3851,1.5708,7200,7200,0,0,4185,0,0,0), + (40036,4301,189,0,0,1141.36,1462.66,30.3821,4.69494,7200,7200,0,0,4185,0,0,0), + (40037,4302,189,0,0,1141.86,1343.3,30.387,3.38594,7200,7200,0,0,3540,2472,0,0), + (40038,4302,189,0,0,1160.33,1438.27,30.3882,1.309,7200,7200,1,0,3540,2472,0,1), + (40039,4542,189,0,0,1158.86,1354.27,30.389,4.69494,43200,43200,0,0,6130,2566,0,0), + (40040,4540,189,0,0,1165.94,1439.46,31.6319,5.8294,7200,7200,0,0,3660,0,0,0), + (40041,4540,189,0,0,1165.88,1437.27,31.6319,0.279253,7200,7200,0,0,3660,0,0,0), + (40042,4299,189,0,0,1159.59,1456.71,30.3882,4.17134,7200,7200,1,0,2901,2014,0,1), + (40043,4540,189,0,0,1165.83,1456.84,31.6319,0.10472,7200,7200,0,0,3660,0,0,0), + (40044,4540,189,0,0,1166.93,1340.42,31.6328,6.26573,7200,7200,0,0,3660,0,0,0), + (40045,4540,189,0,0,243.046,-303.767,20.1611,2.23402,7200,7200,0,0,3660,0,0,0), + (40046,4540,189,0,0,263.371,-302.978,20.1611,6.10865,7200,7200,0,0,3660,0,0,0), + (40047,4287,189,0,0,199.244,-287.587,19.2011,4.34587,7200,7200,6,1,2784,1926,0,2), + (40048,4287,189,0,0,218.136,-286.012,19.2829,5.89921,7200,7200,0,0,2784,1926,0,0), + (40049,4287,189,0,0,203.703,-268.734,19.2844,3.12414,7200,7200,0,0,2784,1926,0,0), + (40050,4299,189,0,0,240.758,-301.743,20.1611,5.67232,7200,7200,0,0,2901,2014,0,0), + (40051,4296,189,0,0,223.447,-286.047,19.2829,3.54302,7200,7200,0,0,2784,1926,0,0), + (40052,4287,189,0,0,220.711,-288.573,19.2829,1.46608,7200,7200,0,0,2784,1926,0,0), + (40053,4288,189,0,0,181.396,-273.576,18.6779,0.837758,7200,7200,0,0,3489,0,0,0), + (40054,4304,189,0,0,183.415,-275.71,18.8943,3.22886,7200,7200,2,0,3330,0,0,1), + (40055,4299,189,0,0,247.023,-304.425,20.1611,6.0912,7200,7200,0,0,2901,2014,0,0), + (40056,4291,189,0,0,267.932,-303.047,20.1611,3.28122,7200,7200,0,0,2901,2014,0,0), + (40057,4287,189,0,0,223.34,-229.759,18.614,2.30383,7200,7200,0,0,2784,1926,0,0), + (40058,4296,189,0,0,201.003,-231.957,18.5308,1.50647,7200,7200,1,1,2784,1926,0,2), + (40059,4288,189,0,0,189.179,-259.118,18.8245,0.645772,7200,7200,0,0,3489,0,0,0), + (40060,4304,189,0,0,187.05,-257.972,18.6737,3.49066,7200,7200,1,0,3330,0,0,1), + (40061,4287,189,0,0,210.71,-222.668,18.614,4.67748,7200,7200,0,0,2784,1926,0,0), + (40062,4296,189,0,0,192.738,-226.783,18.614,4.99164,7200,7200,0,0,2784,1926,0,0), + (40063,4287,189,0,0,181.5,-240.021,19.2844,4.72984,7200,7200,0,0,2784,1926,0,0), + (40064,4287,189,0,0,240.84,-229.627,18.6141,4.99164,7200,7200,0,0,2784,1926,0,0), + (40065,4296,189,0,0,221.084,-226.658,18.614,5.14872,7200,7200,0,0,2784,1926,0,0), + (40066,4287,189,0,0,240.929,-233.45,18.6141,1.53589,7200,7200,0,0,2784,1926,0,0), + (40067,4287,189,0,0,194.217,-229.353,18.614,2.35619,7200,7200,0,0,2784,1926,0,0), + (40068,4288,189,0,0,201.223,-232.896,18.5307,3.14066,7200,7200,1,1,3489,0,0,2), + (40070,4304,189,0,0,201.061,-230.432,18.5307,3.13901,7200,7200,1,1,3330,0,0,2), + (40071,4287,189,0,0,267.888,-233.814,18.614,0.05236,7200,7200,0,0,2784,1926,0,0), + (40072,4287,189,0,0,271.381,-233.791,18.614,3.10669,7200,7200,0,0,2784,1926,0,0), + (40073,4287,189,0,0,229.038,-304.547,18.6126,4.60767,7200,7200,0,0,2784,1926,0,0), + (40074,4287,189,0,0,228.658,-310.084,18.6126,1.55334,7200,7200,0,0,2784,1926,0,0), + (40075,4287,189,0,0,195.12,-305.447,18.6126,5.48033,7200,7200,0,0,2784,1926,0,0), + (40076,4287,189,0,0,197.446,-307.527,18.6126,2.56563,7200,7200,0,0,2784,1926,0,0), + (40077,4287,189,0,0,211.489,-312.366,18.6126,1.6057,7200,7200,0,0,2784,1926,0,0), + (40078,4288,189,0,0,166.937,-266.84,18.6979,0.733038,7200,7200,0,0,3489,0,0,0), + (40079,4304,189,0,0,168.105,-268.833,18.6996,1.64061,7200,7200,2,0,3330,0,0,1), + (40080,4287,189,0,0,182.787,-289.654,19.2844,1.51844,7200,7200,0,0,2784,1926,0,0), + (40081,4287,189,0,0,153.936,-268.826,19.2844,0.017453,7200,7200,0,0,2784,1926,0,0), + (40082,4287,189,0,0,155.754,-285.667,19.2011,3.56047,7200,7200,6,1,2784,1926,0,2), + (40083,4287,189,0,0,174.665,-312.681,18.6126,1.71042,7200,7200,0,0,2784,1926,0,0), + (40084,4540,189,0,0,265.073,-312.405,20.079,1.60504,7200,7200,0,0,3660,0,0,0), + (40085,4291,189,0,0,220.417,-336.332,18.6174,2.63545,7200,7200,0,0,2901,2014,0,0), + (40086,4291,189,0,0,232.174,-325.762,18.617,1.53589,7200,7200,0,0,2901,2014,0,0), + (40087,4299,189,0,0,215.679,-332.621,18.6193,5.49779,7200,7200,0,0,2901,2014,0,0), + (40088,3974,189,0,0,119.938,-260.869,18.6299,0.10472,43200,43200,0,0,7736,1007,0,0), + (40089,4304,189,0,0,123.754,-261.435,18.6299,2.96706,7200,7200,0,0,3330,0,0,0), + (40090,4304,189,0,0,120.958,-257.75,18.6299,4.43314,7200,7200,0,0,3330,0,0,0), + (40091,4304,189,0,0,123.09,-258.452,18.6299,3.80482,7200,7200,0,0,3330,0,0,0), + (40092,4291,189,0,0,253.912,-332.617,18.6172,4.69494,7200,7200,0,0,2901,2014,0,0), + (40093,4291,189,0,0,247.954,-335.179,18.6174,0.349066,7200,7200,0,0,2901,2014,0,0), + (40094,4540,189,0,0,251.835,-363.646,20.4781,5.044,7200,7200,0,0,3660,0,0,0), + (40095,4291,189,0,0,253.363,-367.029,20.482,2.16421,7200,7200,0,0,2901,2014,0,0), + (40096,4540,189,0,0,272.412,-326.647,18.6172,4.99164,7200,7200,0,0,3660,0,0,0), + (40097,4299,189,0,0,272.568,-331.08,18.6172,1.309,7200,7200,0,0,2901,2014,0,0), + (40098,4299,189,0,0,265.031,-379.047,20.078,1.56189,7200,7200,6,1,2901,2014,0,2), + (40099,4291,189,0,0,279.837,-369.762,20.487,4.06662,7200,7200,0,0,2901,2014,0,0), + (40100,4299,189,0,0,277.677,-373.477,20.4933,0.942478,7200,7200,0,0,2901,2014,0,0), + (40101,4299,189,0,0,253.815,-405.001,20.4863,4.69494,7200,7200,0,0,2901,2014,0,0), + (40102,4540,189,0,0,265.949,-386.511,20.1611,3.28122,7200,7200,0,0,3660,0,0,0), + (40103,4291,189,0,0,263.192,-386.943,20.1605,0.174533,7200,7200,0,0,2901,2014,0,0), + (40104,4540,189,0,0,182.002,-416.543,18.9408,0.925025,7200,7200,0,0,3660,0,0,0), + (40105,4291,189,0,0,181.98,-413.51,18.9406,5.63741,7200,7200,0,0,2901,2014,0,0), + (40106,4540,189,0,0,251.522,-408.955,20.4928,0.383972,7200,7200,0,0,3660,0,0,0), + (40107,4291,189,0,0,231.985,-425.421,18.6153,1.51844,7200,7200,0,0,2901,2014,0,0), + (40108,4291,189,0,0,216.476,-418.544,18.6147,4.34587,7200,7200,0,0,2901,2014,0,0), + (40109,4540,189,0,0,265.016,-428.936,18.5347,6.27407,7200,7200,6,1,3660,0,0,2), + (40110,4540,189,0,0,184.504,-414.299,18.9364,3.14159,7200,7200,0,0,3660,0,0,0), + (40111,4291,189,0,0,231.714,-432.81,18.6163,4.5204,7200,7200,0,0,2901,2014,0,0), + (40112,4540,189,0,0,215.304,-421.982,18.6203,1.27409,7200,7200,0,0,3660,0,0,0), + (40113,4540,189,0,0,256.803,-409.171,20.4936,2.77507,7200,7200,0,0,3660,0,0,0), + (40114,4540,189,0,0,279.506,-405.837,20.4875,4.29351,7200,7200,0,0,3660,0,0,0), + (40115,4291,189,0,0,277.415,-410.155,20.4948,1.0472,7200,7200,0,0,2901,2014,0,0), + (40116,4291,189,0,0,253.05,-432.902,18.6185,4.88692,7200,7200,0,0,2901,2014,0,0), + (40117,4291,189,0,0,270.066,-435.688,18.6203,1.06465,7200,7200,0,0,2901,2014,0,0), + (40118,4540,189,0,0,272.192,-430.993,18.6173,4.31096,7200,7200,0,0,3660,0,0,0), + (40119,4540,189,0,0,173.977,-430.87,18.616,0,7200,7200,0,0,3660,0,0,0), + (40120,4540,189,0,0,173.965,-427.5,18.6164,0.034907,7200,7200,0,0,3660,0,0,0), + (40121,4540,189,0,0,183.061,-443.497,18.9388,3.03687,7200,7200,0,0,3660,0,0,0), + (40122,4291,189,0,0,180.105,-442.338,18.9438,5.8294,7200,7200,0,0,2901,2014,0,0), + (40123,4299,189,0,0,180.243,-445.043,18.9434,0.471239,7200,7200,0,0,2901,2014,0,0), + (40124,6487,189,0,0,148.32,-428.692,18.4864,6.24828,43200,43200,2,1,8730,2861,0,2), + (40125,4286,189,0,0,1644.07,-380.373,18.6778,5.15457,7200,7200,1,1,3660,0,0,2), + (40126,4286,189,0,0,1630.35,-341.378,18.0908,3.1765,7200,7200,0,0,3660,0,0,0), + (40127,4286,189,0,0,1641.39,-383.177,18.7611,0.05236,7200,7200,0,0,3660,0,0,0), + (40128,4297,189,0,0,1644.85,-382.714,18.7611,3.10669,7200,7200,0,0,2706,5360,0,0), + (40129,4286,189,0,0,1650.1,-356.093,18.0233,5.49779,7200,7200,5,1,3660,0,0,2), + (40130,4286,189,0,0,1670.54,-346.561,18.1066,1.58825,7200,7200,0,0,3660,0,0,0), + (40131,4286,189,0,0,1630.46,-333.896,18.0909,3.05433,7200,7200,0,0,3660,0,0,0), + (40132,4286,189,0,0,1678.26,-347.922,18.1066,1.37881,7200,7200,0,0,3660,0,0,0), + (40133,4286,189,0,0,1668.44,-336.926,18.7611,4.11228,7200,7200,0,0,3660,0,0,0), + (40135,4286,189,0,0,1710.91,-339.664,18.7611,1.79769,7200,7200,0,0,3660,0,0,0), + (40136,4286,189,0,0,1700.57,-357.268,18.1327,6.21337,7200,7200,0,0,3660,0,0,0), + (40137,4286,189,0,0,1699.02,-372.043,18.148,0.087266,7200,7200,0,0,3660,0,0,0), + (40138,4286,189,0,0,1707.79,-338.49,18.6778,2.39103,7200,7200,6,1,3660,0,0,2), + (40139,4286,189,0,0,1710.72,-336.769,18.7611,4.55531,7200,7200,0,0,3660,0,0,0), + (40140,4286,189,0,0,1710.51,-378.446,18.7611,4.32842,7200,7200,0,0,3660,0,0,0), + (40141,4286,189,0,0,1708.53,-383.078,18.7611,1.15192,7200,7200,0,0,3660,0,0,0), + (40142,4289,189,0,0,1717.25,-362.902,18.6769,3.15247,7200,7200,0,0,2805,5526,0,0), + (40143,4292,189,0,0,1753.6,-361.732,8.0943,5.48033,7200,7200,0,0,3150,2194,0,0), + (40144,4286,189,0,0,1751.06,-385.826,8.09396,2.63545,7200,7200,0,0,3660,0,0,0), + (40145,4286,189,0,0,1747.55,-382.132,8.094,5.13127,7200,7200,0,0,3660,0,0,0), + (40146,4292,189,0,0,1747.38,-386.651,8.09371,1.06465,7200,7200,0,0,3150,2194,0,0), + (40147,4292,189,0,0,1751.65,-411.954,8.09475,2.37365,7200,7200,0,0,3150,2194,0,0), + (40148,4290,189,0,0,1747.19,-407.454,8.09384,5.46288,7200,7200,0,0,3831,0,0,0), + (40149,4290,189,0,0,1776.38,-380.149,8.09487,6.16101,7200,7200,0,0,3831,0,0,0), + (40150,4292,189,0,0,1756.69,-365.143,8.09359,2.25148,7200,7200,0,0,3150,2194,0,0), + (40151,4292,189,0,0,1776.81,-408.846,8.01154,4.76475,7200,7200,1,1,3150,2194,0,2), + (40152,4290,189,0,0,1773.45,-411.58,8.09441,0.558505,7200,7200,0,0,3831,0,0,0), + (40153,10363,229,0,0,34.76,-285.31,111.13,3.21,1000000,1000000,0,0,80925,0,0,0), + (40154,9240,229,0,0,-47.73,-460.24,16.58,6,10800,10800,0,0,6273,2117,0,2), + (40155,7112,1,0,0,4767.34,-570.026,278.062,5.92397,300,300,5,0,2085,4506,0,1), + (40156,767,0,0,0,-10598.9,-2845.86,25.3261,2.58429,300,300,5,0,1469,0,0,1), + (40157,5263,0,0,0,-10235.9,-4010.46,-109.881,3.64774,900,900,3,0,5922,0,0,1), + (40158,5263,0,0,0,-10244.2,-3990.81,-99.715,5.41052,900,900,2,0,5922,0,0,1), + (40159,5225,0,0,0,-10226.3,-4007.59,-109.881,2.04204,900,900,3,0,5757,0,0,1), + (40160,7115,1,0,0,4777.93,-557.573,275.15,0.772631,300,300,5,0,2085,4506,0,1), + (40163,7101,1,0,0,6454.82,-1703.89,418.226,4.65187,300,300,3,0,3189,0,0,1), + (40164,7112,1,0,0,4749.07,-597.87,280.253,2.85515,300,300,5,0,2085,4506,0,1), + (40165,7112,1,0,0,4790.02,-551.925,274.459,4.58159,300,300,5,0,2085,4506,0,1), + (40166,7115,1,0,0,4756.2,-597.928,279.563,0.842618,300,300,5,0,2085,4506,0,1), + (40167,7125,1,0,0,4779.26,-572.04,275.844,1.3439,300,300,0,0,2880,0,0,0), + (40168,1507,0,0,0,1789.48,1335.2,89.7295,1.36136,300,300,0,0,67,174,0,0), + (40169,10221,229,0,0,-195.348,-325.77,64.4244,1.59871,3600,3600,3,0,3082,0,0,1), + (40172,7113,1,0,0,4805.13,-547.412,272.959,3.4383,300,300,0,0,2880,0,0,0), + (40173,7101,1,0,0,6399.97,-1713.32,418.026,2.80937,300,300,2,0,3189,0,0,1), + (40174,7100,1,0,0,6427.75,-1714.86,418.226,5.74737,300,300,2,0,3082,0,0,1), + (40175,7100,1,0,0,6328.16,-1645.5,428.71,6.24828,300,300,3,0,3082,0,0,1), + (40176,7136,1,0,0,5595.64,-846.147,377.084,3.46767,300,300,10,0,7113,0,0,1), + (40177,7106,1,0,0,4599.52,-507.243,294.876,6.26567,300,300,5,0,2880,0,0,1), + (40178,7101,1,0,0,6402.97,-1688.29,418.955,2.01227,300,300,2,0,3189,0,0,1), + (40179,8958,1,0,0,5655.96,-1116.48,381.995,4.25469,300,300,10,0,3207,0,0,1), + (40180,7100,1,0,0,6424.47,-1683.25,418.431,2.90135,300,300,2,0,3082,0,0,1), + (40181,7100,1,0,0,6379.43,-1652.13,437.57,4.01343,300,300,2,0,3082,0,0,1), + (40182,764,0,0,0,-10111.7,-3478.48,17.4991,6.12354,300,300,5,0,1308,1189,0,1), + (40183,5263,0,0,0,-10227.8,-4020.79,-109.798,6.05629,900,900,3,0,5922,0,0,1), + (40185,745,0,0,0,-10268.6,-4079.65,22.5606,2.86866,300,300,5,0,5148,0,0,1), + (40186,5225,0,0,0,-10237.9,-4043.2,-103.954,5.98701,900,900,0,0,5757,0,0,0), + (40187,5225,0,0,0,-10211,-3998.53,-99.6287,4.08407,900,900,2,0,5757,0,0,1), + (40188,746,0,0,0,-10321.9,-4196.7,22.8896,1.38413,300,300,5,0,6468,0,0,1), + (40189,759,0,0,0,-9980.7,-3644.95,21.8028,5.14142,300,300,5,0,1469,0,0,1), + (40190,759,0,0,0,-9968.59,-3643.46,22.4278,4.27411,300,300,5,0,1469,0,0,1), + (40191,746,0,0,0,-10324.3,-4127.01,22.6572,3.29996,300,300,5,0,6468,0,0,1), + (40192,7101,1,0,0,6460.16,-1642.57,433.56,0.141925,300,300,2,0,3189,0,0,1), + (40193,7107,1,0,0,6523.57,-813.494,473.944,4.96855,300,300,10,0,2466,1923,0,1), + (40194,7107,1,0,0,6484.12,-819.725,474.125,0.974997,300,300,10,0,2466,1923,0,1), + (40195,7107,1,0,0,6535.05,-835.165,474.694,5.14702,300,300,10,0,2466,1923,0,1), + (40196,7108,1,0,0,6580.91,-803.787,474.824,2.76873,300,300,6,0,3082,0,0,1), + (40197,759,0,0,0,-9988.96,-3659.25,21.9278,5.58793,300,300,5,0,1469,0,0,1), + (40198,745,0,0,0,-10247.4,-4106.5,22.5275,4.03643,300,300,5,0,5148,0,0,1), + (40199,5263,0,0,0,-10251.4,-4016.66,-99.7104,5.07891,900,900,5,0,5922,0,0,1), + (40200,762,0,0,0,-9985.65,-3620.8,22.9415,2.98451,300,300,0,0,1103,2861,0,0), + (40201,746,0,0,0,-10316,-4061.43,22.0153,6.10833,300,300,5,0,6468,0,0,1), + (40202,759,0,0,0,-10030.1,-3555.21,21.9441,3.94537,300,300,5,0,1469,0,0,1), + (40203,746,0,0,0,-10294.4,-4218.55,23.8326,1.94442,300,300,5,0,6468,0,0,1), + (40204,745,0,0,0,-10314,-4235.93,23.3741,1.07875,300,300,5,0,5148,0,0,1), + (40205,4049,1,0,0,-270,-951,14.372,5.552,120,120,0,0,1309,0,0,0), + (40206,760,0,0,0,-10007.3,-3625.9,21.7195,0.453245,300,300,5,0,1469,0,0,1), + (40207,746,0,0,0,-10352.3,-4217.22,23.2781,1.7891,300,300,5,0,6468,0,0,1), + (40208,745,0,0,0,-10413.4,-4086.95,23.402,6.04863,300,300,5,0,5148,0,0,1), + (40209,745,0,0,0,-10414.3,-4148.4,22.0357,0.097606,300,300,5,0,5148,0,0,1), + (40210,5391,0,0,0,-9898.53,-3724.63,22.4164,3.63029,300,300,0,0,2192,0,0,0), + (40211,744,0,0,0,-10519.4,-4051.83,23.1979,3.03115,300,300,5,0,4953,0,0,1), + (40212,1087,0,0,0,-10019.4,-4114.71,20.1117,2.21362,300,300,5,0,1902,0,0,1), + (40213,862,0,0,0,-9847.83,-3769.57,21.7637,2.69105,300,300,5,0,1476,0,0,1), + (40214,5622,0,0,0,-9956.73,-3715.53,21.8028,0.424781,300,300,0,0,1336,0,0,0), + (40215,746,0,0,0,-10382.2,-4181.81,23.9974,1.60065,300,300,5,0,6468,0,0,1), + (40216,746,0,0,0,-10461.2,-4022.35,21.9991,0.685497,300,300,5,0,6468,0,0,1), + (40217,743,0,0,0,-10491.4,-4296.74,22.3381,4.72801,300,300,5,0,3963,1381,0,1), + (40230,7111,1,0,0,6577.9,-798.936,474.935,5.24425,300,300,6,0,2232,4765,0,1), + (40231,1535,0,0,0,2482.01,1580.47,36.8568,0.86674,300,300,5,0,120,0,0,1), + (40232,7100,1,0,0,6446.9,-1610.2,434.125,3.36428,300,300,2,0,3082,0,0,1), + (40235,1522,0,0,0,2706.49,852.049,112.419,4.78475,300,300,5,0,126,289,0,1), + (40237,14356,0,0,0,-10322.3,-3793.49,3.56093,2.41852,300,300,5,0,1535,0,0,1), + (40238,7100,1,0,0,6432.62,-1644.77,434.939,0.984601,300,300,2,0,3082,0,0,1), + (40239,7101,1,0,0,6475.82,-1643.4,433.323,1.47261,300,300,2,0,3189,0,0,1), + (40240,7107,1,0,0,6552.89,-842.578,473.694,0.316013,300,300,6,0,2466,1923,0,1), + (40241,7107,1,0,0,6569.07,-806.169,475.699,1.98336,300,300,6,0,2466,1923,0,1), + (40242,7107,1,0,0,6516.08,-853.598,474.612,6.26263,300,300,10,0,2466,1923,0,1), + (40245,10220,229,0,0,-193.914,-338.148,64.4879,0.657799,1000000,1000000,0,0,23688,0,0,0), + (40246,10221,229,0,0,-195.647,-320.721,64.4244,4.7403,3600,3600,3,0,3082,0,0,1), + (40247,10221,229,0,0,-185.807,-316.438,64.4244,2.69277,3600,3600,3,0,3082,0,0,1), + (40248,10221,229,0,0,-191.883,-323.207,64.4244,3.14202,3600,3600,3,0,3082,0,0,1), + (40249,10221,229,0,0,-188.584,-319.751,64.4244,1.77778,3600,3600,3,0,3082,0,0,1), + (40250,10221,229,0,0,-192.129,-317.311,64.4244,0.261964,3600,3600,3,0,3082,0,0,1), + (40263,9818,229,0,0,222.666,-334.586,77.06,3.07178,10800,10800,0,0,7107,2369,0,0), + (40272,9818,229,0,0,225.99,-261.09,82.31,4.72,10800,10800,0,6,7107,2369,0,2), + (40278,10316,229,0,0,162.442,-258.9,91.47,2.98,10800,10800,0,0,7402,0,0,0), + (40279,10316,229,0,0,162.466,-240.764,91.468,3.81,10800,10800,0,0,7402,0,0,0), + (40280,10316,229,0,0,144.375,-240.826,91.471,4.65,10800,10800,0,0,7402,0,0,0), + (40281,10316,229,0,0,126.353,-240.77,91.47,5.47,10800,10800,0,0,7402,0,0,0), + (40282,10316,229,0,0,126.294,-258.731,91.47,6.22,10800,10800,0,0,7402,0,0,0), + (40283,7111,1,0,0,6585.36,-847.513,474.696,1.78122,300,300,6,0,2232,4765,0,1), + (40284,7107,1,0,0,6581.5,-1016.23,463.002,4.62925,300,300,10,0,2466,1923,0,1), + (40285,7100,1,0,0,6496.26,-1547.65,438.686,3.90116,300,300,10,0,3082,0,0,1), + (40286,7111,1,0,0,6558.72,-822.778,475.694,2.56019,300,300,10,0,2232,4765,0,1), + (40287,7111,1,0,0,6580.23,-848.725,473.957,4.50688,300,300,6,0,2232,4765,0,1), + (40288,7107,1,0,0,6425.39,-803.426,472.069,0.924188,300,300,10,0,2466,1923,0,1), + (40289,7107,1,0,0,6605.03,-890.441,476.402,1.74269,300,300,3,0,2466,1923,0,1), + (40290,7108,1,0,0,6583.47,-952.907,473.909,4.0642,300,300,3,0,3082,0,0,1), + (40291,7107,1,0,0,6597.99,-937.824,473.773,0.20944,300,300,10,0,2466,1923,0,1), + (40292,7100,1,0,0,6481.28,-1581.22,439.045,0.123729,300,300,6,0,3082,0,0,1), + (40293,8961,1,0,0,6404.43,-1922.35,550.818,2.63037,300,300,10,0,2980,0,0,1), + (40294,8961,1,0,0,6353.31,-1930.01,554.451,3.41453,300,300,10,0,2980,0,0,1), + (40295,7100,1,0,0,6453.18,-1546.32,440.071,3.92207,300,300,5,0,3082,0,0,1), + (40296,7107,1,0,0,6443.95,-812.685,473.476,1.67746,300,300,10,0,2466,1923,0,1), + (40297,7111,1,0,0,6301.95,-756.593,468.317,2.69428,300,300,6,0,2232,4765,0,1), + (40298,7111,1,0,0,6297.18,-618.142,471.689,3.55669,300,300,3,0,2232,4765,0,1), + (40299,7111,1,0,0,6280.63,-651.381,489.845,6.10183,300,300,6,0,2232,4765,0,1), + (40300,7111,1,0,0,6289.79,-636.02,483.845,4.29777,300,300,6,0,2232,4765,0,1), + (40301,7108,1,0,0,6279.44,-614.379,472.573,1.58825,300,300,0,0,3082,0,0,0), + (40302,7108,1,0,0,6288.15,-598.156,466.618,1.23801,300,300,5,0,3082,0,0,1), + (40303,7158,1,0,0,6795.32,-1829.39,559.952,2.26579,300,300,2,0,2551,1982,0,1), + (40304,7157,1,0,0,6810.62,-1860.13,551.045,1.50365,300,300,10,0,3293,0,0,1), + (40305,7156,1,0,0,6821.03,-1812.37,564.751,1.26109,300,300,5,0,3189,0,0,1), + (40306,7158,1,0,0,6705.94,-1892.44,549.714,2.90319,300,300,2,0,2551,1982,0,1), + (40307,7157,1,0,0,6786.71,-1871.71,550.807,4.84912,300,300,10,0,3293,0,0,1), + (40308,7156,1,0,0,6748.33,-1890.33,549.724,4.94976,300,300,10,0,3189,0,0,1), + (40309,7113,1,0,0,4856.33,-369.072,352.084,6.2076,300,300,10,0,2880,0,0,1), + (40310,7113,1,0,0,4740.15,-451.848,349.006,0.226893,300,300,6,0,2880,0,0,1), + (40311,7125,1,0,0,4818.86,-591.139,290.55,6.24828,300,300,0,0,2880,0,0,0), + (40312,7113,1,0,0,4789.91,-574.192,285.208,4.29422,300,300,5,0,2880,0,0,1), + (40313,7113,1,0,0,4824.17,-586.954,290.604,4.81711,300,300,0,0,2880,0,0,0), + (40314,7157,1,0,0,6820.06,-2019.6,569.76,3.29973,300,300,2,0,3293,0,0,1), + (40315,7115,1,0,0,4811.07,-576.129,286.274,1.12678,300,300,5,0,2085,4506,0,1), + (40316,8957,1,0,0,6645.09,-1284.68,458.381,1.92706,300,300,10,0,3553,0,0,1), + (40317,8957,1,0,0,6664.34,-1287.7,462.131,2.97591,300,300,10,0,3553,0,0,1), + (40318,8957,1,0,0,6671.3,-1328.01,465.892,2.9413,300,300,10,0,3553,0,0,1), + (40319,8957,1,0,0,6629.45,-1229.28,454.752,1.87775,300,300,10,0,3553,0,0,1), + (40320,8957,1,0,0,6651.19,-1259.01,456.436,1.79843,300,300,3,0,3553,0,0,1), + (40321,8957,1,0,0,6667.1,-1211.8,468.06,4.55885,300,300,3,0,3553,0,0,1), + (40322,8961,1,0,0,6070.07,-1452.38,427.48,4.66945,300,300,10,0,2980,0,0,1), + (40323,8961,1,0,0,6079.94,-1390,405.225,0.934322,300,300,10,0,2980,0,0,1), + (40324,8961,1,0,0,6115.54,-1491.99,437.416,3.37218,300,300,10,0,2980,0,0,1), + (40325,8957,1,0,0,6084.28,-1586.81,467.988,5.04027,300,300,10,0,3553,0,0,1), + (40326,8961,1,0,0,6100.58,-1552.04,458.117,3.9187,300,300,10,0,2980,0,0,1), + (40327,8957,1,0,0,6237.59,-1556.86,444.42,3.75027,300,300,10,0,3553,0,0,1), + (40328,8957,1,0,0,6119.87,-1420.34,412.875,3.98714,300,300,5,0,3553,0,0,1), + (40329,8957,1,0,0,6181.99,-1490.6,438.642,4.36871,300,300,10,0,3553,0,0,1), + (40330,8958,1,0,0,5404.17,-620.834,353.663,6.02604,300,300,10,0,3207,0,0,1), + (40331,8959,1,0,0,3786.37,-1381.29,202.512,1.69405,300,300,10,0,2488,0,0,1), + (40332,8959,1,0,0,3623.04,-1475.05,178.168,5.88381,300,300,10,0,2488,0,0,1), + (40333,8959,1,0,0,3851.26,-1320.1,214.824,4.62475,300,300,10,0,2488,0,0,1), + (40334,8959,1,0,0,3652.4,-1446.46,182.128,1.61578,300,300,10,0,2488,0,0,1), + (40335,8959,1,0,0,3774.03,-1253.54,209.376,4.9408,300,300,10,0,2488,0,0,1), + (40336,9464,1,0,0,3519.21,-1131.52,223.943,0.017453,300,300,0,0,2980,0,0,0), + (40337,9877,1,0,0,4961.54,-475.352,319.332,1.62316,300,300,0,0,2718,2117,0,0), + (40338,7111,1,0,0,4967.61,-471.679,319.332,2.25148,300,300,0,0,2232,4765,0,0), + (40339,863,0,0,0,-10842.5,-4114.68,23.0305,4.70131,300,300,3,0,4108,0,0,1), + (40341,5593,0,0,0,-10850.5,-4144.1,21.755,3.9619,300,300,0,0,2972,0,0,0), + (40365,7107,1,0,0,4956.05,-466.867,319.332,0.942478,300,300,0,0,2466,1923,0,0), + (40366,11516,1,0,0,6951.14,-2262.22,590.666,6.23082,300,300,0,0,2763,0,0,0), + (40367,7114,1,0,0,5147.38,-433.102,301.309,3.22886,300,300,0,0,3082,0,0,0), + (40368,7092,1,0,0,5389.43,-738.763,343.259,0.546625,300,300,10,0,2980,0,0,1), + (40369,8958,1,0,0,5527.74,-555.165,361.557,0.148349,300,300,10,0,3207,0,0,1), + (40370,7136,1,0,0,5494.43,-924.123,363.589,1.9063,300,300,10,0,7113,0,0,1), + (40371,7139,1,0,0,6210.11,-1005.02,392.141,1.02586,300,300,5,0,3082,0,0,1), + (40372,7138,1,0,0,6212.95,-1059.89,382.915,5.9778,300,300,5,0,3082,0,0,1), + (40373,7139,1,0,0,6171.5,-1044.39,384.751,0.084082,300,300,5,0,3082,0,0,1), + (40374,7139,1,0,0,6119.57,-1109.19,378.739,1.01243,300,300,5,0,3082,0,0,1), + (40375,7139,1,0,0,6257.05,-1065.37,374.9,1.40948,300,300,5,0,3082,0,0,1), + (40376,7139,1,0,0,6216.82,-1048.38,384.101,6.0063,300,300,5,0,3082,0,0,1), + (40377,7139,1,0,0,6017.84,-1223.8,376.052,0.368852,300,300,5,0,3082,0,0,1), + (40378,7139,1,0,0,6060.92,-1117.6,386.146,4.48684,300,300,5,0,3082,0,0,1), + (40379,7139,1,0,0,5989.62,-1147.5,385.852,5.53438,300,300,5,0,3082,0,0,1), + (40380,7139,1,0,0,6015.49,-1142.91,383.068,3.0222,300,300,5,0,3082,0,0,1), + (40381,8957,1,0,0,6754.35,-1576.99,479.753,0.728061,300,300,10,0,3553,0,0,1), + (40382,7139,1,0,0,6157.03,-1334.67,379.8,1.00204,300,300,5,0,3082,0,0,1), + (40383,7139,1,0,0,6177.76,-1290.55,375.689,3.15162,300,300,5,0,3082,0,0,1), + (40384,7139,1,0,0,6191.48,-1378.7,379.825,4.69676,300,300,5,0,3082,0,0,1), + (40385,7139,1,0,0,6206.94,-1335.38,374.45,0.697753,300,300,5,0,3082,0,0,1), + (40386,7156,1,0,0,6627.08,-1954.44,550.976,1.29449,300,300,10,0,3189,0,0,1), + (40387,8961,1,0,0,6817.23,-1586.37,487.607,5.23723,300,300,10,0,2980,0,0,1), + (40388,7157,1,0,0,6637.04,-1996.57,551.863,5.90986,300,300,10,0,3293,0,0,1), + (40389,7158,1,0,0,6660.46,-2018.97,552.197,0.267369,300,300,10,0,2551,1982,0,1), + (40390,7158,1,0,0,6690.2,-1950.99,551.087,5.75979,300,300,5,0,2551,1982,0,1), + (40391,7157,1,0,0,6689.16,-2005.93,559.684,1.13286,300,300,3,0,3293,0,0,1), + (40392,7139,1,0,0,6228.56,-1410.84,373.012,0.321488,300,300,5,0,3082,0,0,1), + (40393,7157,1,0,0,6688.92,-1984.1,556.339,1.16977,300,300,5,0,3293,0,0,1), + (40394,7158,1,0,0,6703.37,-1959.58,553.755,5.07582,300,300,5,0,2551,1982,0,2), + (40395,7139,1,0,0,6285.6,-1418.8,370.489,1.50998,300,300,5,0,3082,0,0,1), + (40396,7139,1,0,0,6319.65,-1381.95,370.717,2.57968,300,300,5,0,3082,0,0,1), + (40397,7158,1,0,0,6715.44,-1984.38,559.357,3.34923,300,300,5,0,2551,1982,0,1), + (40398,7158,1,0,0,6680.91,-1952.51,551.178,0.93605,300,300,5,0,2551,1982,0,1), + (40399,10017,1,0,0,4797.68,-718.081,298.631,1.48807,300,300,10,0,16,0,0,1), + (40400,10016,1,0,0,5958.2,-643.117,392.027,1.57958,300,300,10,0,8,0,0,1), + (40401,7158,1,0,0,6647.07,-1947.72,549.699,4.76997,300,300,10,0,2551,1982,0,1), + (40402,7113,1,0,0,4875.99,-401.766,350.87,2.9147,300,300,0,0,2880,0,0,0), + (40403,7156,1,0,0,6739.87,-1955.28,550.604,6.0381,300,300,6,0,3189,0,0,1), + (40404,7138,1,0,0,6181.5,-1321.19,376.58,4.52476,300,300,5,0,3082,0,0,1), + (40405,7114,1,0,0,4915.93,-393.372,333.712,3.08923,300,300,0,0,3082,0,0,0), + (40408,7157,1,0,0,6756.26,-1988.75,551.045,5.61988,300,300,5,0,3293,0,0,1), + (40409,7156,1,0,0,6752.15,-1961.74,551.003,2.89725,300,300,6,0,3189,0,0,1), + (40410,7120,1,0,0,4932.62,-405.566,331.392,1.81514,300,300,0,0,2551,1982,0,0), + (40412,10017,1,0,0,3822.43,-1347.43,203.15,2.55359,300,300,10,0,16,0,0,1), + (40413,7157,1,0,0,6747.61,-1965.11,551.003,1.46608,300,300,6,0,3293,0,0,1), + (40414,7157,1,0,0,6836.26,-1958.33,551.022,5.00216,300,300,6,0,3293,0,0,1), + (40415,7157,1,0,0,6809.44,-1962.03,551.159,3.10944,300,300,5,0,3293,0,0,1), + (40416,7092,1,0,0,5356.53,-887.5,371.195,5.92141,300,300,10,0,2980,0,0,1), + (40417,7158,1,0,0,6778.94,-1942.47,550.796,1.52611,300,300,5,0,2551,1982,0,1), + (40418,7120,1,0,0,4952.72,-412.98,327.49,2.59335,300,300,2,0,2551,1982,0,1), + (40419,7118,1,0,0,4969.07,-432.379,325.199,5.91378,300,300,5,0,2551,1982,0,2), + (40420,7092,1,0,0,5235.35,-769.126,343.244,1.0587,300,300,10,0,2980,0,0,1), + (40421,7157,1,0,0,6852.53,-1978.53,551.514,5.32241,300,300,3,0,3293,0,0,1), + (40422,7126,1,0,0,4972.51,-457.431,316.202,0.767945,300,300,0,0,3082,0,0,0), + (40423,7092,1,0,0,5271.08,-880.408,356.921,2.20974,300,300,10,0,2980,0,0,1), + (40424,7156,1,0,0,6826.35,-1967.14,551.7,0.994838,300,300,6,0,3189,0,0,1), + (40425,7092,1,0,0,5200.12,-807.614,354.126,1.70372,300,300,3,0,2980,0,0,1), + (40426,7092,1,0,0,5280.55,-858.031,354.958,5.13061,300,300,10,0,2980,0,0,1), + (40427,9462,1,0,0,6836.57,-1966.58,551.481,1.55334,300,300,0,0,3644,0,0,0), + (40428,11016,1,0,0,5007.17,-440.187,319.142,3.7001,300,300,0,0,4124,0,0,0), + (40429,7118,1,0,0,5029.93,-488.642,317.958,4.76156,300,300,0,0,2551,1982,0,0), + (40430,7158,1,0,0,6859.79,-1964.3,555.897,2.98287,300,300,3,0,2551,1982,0,1), + (40431,7126,1,0,0,4966.35,-448.538,316.286,0.296706,300,300,0,0,3082,0,0,0), + (40432,10017,1,0,0,6790.74,-2019.43,568.515,2.48637,300,300,10,0,16,0,0,1), + (40433,9862,1,0,0,5000.33,-447.795,318.176,2.32129,300,300,0,0,3398,0,0,0), + (40434,7092,1,0,0,5316.78,-728.279,342.942,0.023449,300,300,10,0,2980,0,0,1), + (40435,7092,1,0,0,5175.78,-819.106,358.596,2.40522,300,300,5,0,2980,0,0,1), + (40436,7092,1,0,0,5259.79,-758.235,334.443,0.007812,300,300,10,0,2980,0,0,1), + (40437,7092,1,0,0,5207.86,-738.611,345.259,1.87478,300,300,10,0,2980,0,0,1), + (40438,7120,1,0,0,5022.7,-463.554,321.7,-1.18255,300,300,6,0,2551,1982,0,1), + (40439,7126,1,0,0,5053.89,-524.924,297.885,4.04916,300,300,0,0,3082,0,0,0), + (40440,9862,1,0,0,5037.23,-537.516,297.885,0.017453,300,300,0,0,3398,0,0,0), + (40441,7118,1,0,0,5047.22,-518.848,313.221,6.16307,300,300,5,0,2551,1982,0,2), + (40442,7118,1,0,0,5030.07,-491.113,317.574,4.77759,300,300,5,0,2551,1982,0,2), + (40443,7120,1,0,0,5063.82,-542.005,313.221,1.51004,300,300,2,0,2551,1982,0,1), + (40447,7092,1,0,0,5248.85,-569.623,326.577,0.797162,300,300,10,0,2980,0,0,1), + (40448,1082,0,0,0,-10113,-3610.31,22.4268,4.63217,300,300,5,0,1604,0,0,1), + (40449,1522,0,0,0,2754.03,1005.29,111.655,2.99748,300,300,10,0,126,289,0,1), + (40450,1548,0,0,0,1797.18,938.541,41.9494,0.743267,300,300,5,0,122,0,0,1), + (40451,10316,229,0,0,126.402,-276.79,91.47,0.68,10800,10800,0,0,7402,0,0,0), + (40452,10316,229,0,0,162.4,-276.824,91.47,2.33,10800,10800,0,0,7402,0,0,0), + (40453,9816,229,0,0,144.59,-258.05,96.5,6.16,1000000,1000000,0,0,24416,0,0,0), + (40458,10899,229,0,0,140.98,-249.36,110.95,0.02,1000000,1000000,0,0,12576,0,0,2), + (40463,7126,1,0,0,5036.33,-510.11,314.551,2.14675,300,300,0,0,3082,0,0,0), + (40464,7156,1,0,0,6849.12,-1881.07,550.926,5.97636,300,300,6,0,3189,0,0,1), + (40465,1548,0,0,0,2059.38,848.958,36.2982,0.001335,300,300,5,0,122,0,0,1), + (40472,7157,1,0,0,6836.28,-1875.91,550.551,4.65606,300,300,6,0,3293,0,0,1), + (40473,10916,1,0,0,6912.84,-1821.66,570.909,2.82743,300,300,0,0,3758,0,0,0), + (40474,1548,0,0,0,1973.2,1037.1,39.6773,4.53376,300,300,5,0,122,0,0,1), + (40477,1554,0,0,0,1810.82,960.08,37.1006,2.75035,300,300,5,0,156,0,0,1), + (40478,1548,0,0,0,1688.11,665.287,55.2,5.21853,300,300,5,0,122,0,0,1), + (40479,1548,0,0,0,2012.78,1051.25,31.9038,3.60979,300,300,5,0,122,0,0,1), + (40480,1554,0,0,0,2049.16,1132.47,34.008,1.21205,300,300,5,0,156,0,0,1), + (40501,9819,229,0,0,107.33,-285.62,106.62,3,10800,10800,0,0,8883,0,0,2), + (40502,9096,229,0,0,105.175,-327.111,106.519,2.53073,10800,10800,0,0,14355,0,0,0), + (40511,7099,1,0,0,5240.11,-577.03,327.356,0.22061,300,300,10,0,2880,0,0,1), + (40512,7092,1,0,0,5382.11,-712.604,346.852,0.239743,300,300,10,0,2980,0,0,1), + (40513,1554,0,0,0,1755.96,1005.22,51.2938,4.19106,300,300,10,0,156,0,0,1), + (40515,10083,229,0,0,113.681,-366.227,116.848,0.0138518,10800,10800,0,0,6891,2289,0,2), + (40519,6491,0,0,0,-14286,283.778,32.739,1.543,490,490,0,0,7680,0,0,0), + (40520,6491,0,0,0,-11550,-228,28.285,6.161,490,490,0,0,7680,0,0,0), + (40521,6491,0,0,0,-10836,-2953,13.941,3.054,490,490,0,0,7680,0,0,0), + (40522,6491,0,0,0,-10779,-1194,35.275,0.915,490,490,0,0,7680,0,0,0), + (40523,6491,0,0,0,-10575,-3377,22.344,0.017,490,490,0,0,7680,0,0,0), + (40524,6491,0,0,0,-10559,1206.87,31.476,5.616,490,490,0,0,7680,0,0,0), + (40525,6491,0,0,0,-9394,-2022,58.275,4.33,490,490,0,0,7680,0,0,0), + (40528,6491,0,0,0,-7501,-2145,146.088,0.955,490,490,0,0,7680,0,0,0), + (40529,6491,0,0,0,-6807,-2289,280.753,2.587,490,490,0,0,7680,0,0,0), + (40530,15526,1,0,0,-10293.1,-4319.4,-37.2543,5.73809,180,180,0,0,3052,0,0,0), + (40533,6491,0,0,0,-5352,-2892,341.729,1.654,490,490,0,0,7680,0,0,0), + (40535,6491,0,0,0,-3355,-845,1.063,1.734,490,490,0,0,7680,0,0,0), + (40536,6491,0,0,0,-3299,-2430,18.597,5.693,490,490,0,0,7680,0,0,0), + (40537,6491,0,0,0,-1468,-2625,48.363,4.617,490,490,0,0,7680,0,0,0), + (40538,6491,0,0,0,-721,-592,25.011,3.121,490,490,0,0,7680,0,0,0), + (40539,6491,0,0,0,-285,-4388,108.627,2.007,490,490,0,0,7680,0,0,0), + (40540,6491,0,0,0,-20,-996,55.837,1.499,490,490,0,0,7680,0,0,0), + (40541,6491,0,0,0,324.261,-2227,137.775,3.107,490,490,0,0,7680,0,0,0), + (40542,6491,0,0,0,476.229,1595.9,126.662,5.942,490,490,0,0,7680,0,0,0), + (40543,6491,0,0,0,902.236,-1517,55.037,4.744,490,490,0,0,7680,0,0,0), + (40544,6491,0,0,0,1238.37,-2414,60.739,2.359,490,490,0,0,7680,0,0,0), + (40545,6491,0,0,0,1380.44,-3701,77.017,6.271,490,490,0,0,7680,0,0,0), + (40546,6491,0,0,0,1739.56,-672,45.062,6.275,490,490,0,0,7680,0,0,0), + (40547,6491,0,0,0,1882.3,1641.52,93.646,4.491,490,490,0,0,7680,0,0,0), + (40548,6491,0,0,0,2115.64,-5299,82.163,1.075,490,490,0,0,7680,0,0,0), + (40549,6491,0,0,0,2348.58,492.862,33.358,4.879,490,490,0,0,7680,0,0,0), + (40550,6491,0,0,0,2603.09,-535,89,5.596,490,490,0,0,7680,0,0,0), + (40551,6491,0,0,0,2641.28,-4015,106.292,6.239,490,490,0,0,7680,0,0,0), + (40553,6491,1,0,0,-7207,-2439,-218,1.084,490,490,0,0,7680,0,0,0), + (40554,6491,1,0,0,-7200,-3938,9.204,4.711,490,490,0,0,7680,0,0,0), + (40555,6491,1,0,0,-6824,892.716,33.999,3.062,490,490,0,0,7680,0,0,0), + (40556,6491,1,0,0,-6442,-290,3.555,0.717,490,490,0,0,7680,0,0,0), + (40557,6491,1,0,0,-5530,-3455,-44,4.603,490,490,0,0,7680,0,0,0), + (40559,6491,1,0,0,-4642,-1778,-41,2.489,490,490,0,0,7680,0,0,0), + (40560,6491,1,0,0,-4600,3229.67,9.006,0.093,490,490,0,0,7680,0,0,0), + (40561,6491,1,0,0,-4593,1631.68,93.968,6.225,490,490,0,0,7680,0,0,0), + (40562,6491,1,0,0,-4429,370.415,51.727,3.401,490,490,0,0,7680,0,0,0), + (40565,6491,1,0,0,-2949,-142,67.093,5.067,490,490,0,0,7680,0,0,0), + (40566,6491,1,0,0,-2506,-1968,91.784,2.796,490,490,0,0,7680,0,0,0), + (40567,6491,1,0,0,-2173,-342,-5,3.594,490,490,0,0,7680,0,0,0), + (40568,6491,1,0,0,-1434,1967.04,86.041,1.71,490,490,0,0,7680,0,0,0), + (40569,6491,1,0,0,-1073,-3479,63.044,3.446,490,490,0,0,7680,0,0,0), + (40570,6491,1,0,0,-983,-75,20.431,0.033,490,490,0,0,7680,0,0,0), + (40571,6491,1,0,0,-774,-4988,19.257,3.291,490,490,0,0,7680,0,0,0), + (40572,6491,1,0,0,-639,-4298,40.942,1.082,490,490,0,0,7680,0,0,0), + (40573,6491,1,0,0,-590,-2515,91.761,4.549,490,490,0,0,7680,0,0,0), + (40574,6491,1,0,0,240.765,-4791,10.256,3.43,490,490,0,0,7680,0,0,0), + (40575,6491,1,0,0,919.297,436.482,65.128,3.009,490,490,0,0,7680,0,0,0), + (40576,6491,1,0,0,1178.15,-4467,21.323,1.176,490,490,0,0,7680,0,0,0), + (40577,6491,1,0,0,2428.47,-2953,123.513,0.062,490,490,0,0,7680,0,0,0), + (40578,6491,1,0,0,2644.78,-635,107.674,3.347,490,490,0,0,7680,0,0,0), + (40579,6491,1,0,0,2683.48,-3988,108.41,4.673,490,490,0,0,7680,0,0,0), + (40580,6491,1,0,0,2924.51,-6031,4.946,6.02,490,490,0,0,7680,0,0,0), + (40581,6491,1,0,0,3796.96,-1622,219.894,1.45,490,490,0,0,7680,0,0,0), + (40582,6491,1,0,0,4299.27,89.079,42.752,2.397,490,490,0,0,7680,0,0,0), + (40583,6491,1,0,0,4798.35,-6846,89.817,3.236,490,490,0,0,7680,0,0,0), + (40584,6491,1,0,0,5943.01,-1205,382.952,5.47,490,490,0,0,7680,0,0,0), + (40585,6491,1,0,0,6736.36,202.91,23.255,4.121,490,490,0,0,7680,0,0,0), + (40586,6491,1,0,0,6857.31,-4680,700.936,1.527,490,490,0,0,7680,0,0,0), + (40587,6491,1,0,0,7412.88,-2817,464.855,0.253,490,490,0,0,7680,0,0,0), + (40588,8960,1,0,0,5186.43,-553.364,329.254,1.60691,300,300,10,0,2672,0,0,1), + (40589,7118,1,0,0,5092.58,-467.271,298.416,4.2237,300,300,0,0,2551,1982,0,0), + (40590,8958,1,0,0,5154.17,-637.5,318.184,6.08478,300,300,10,0,3207,0,0,1), + (40591,6491,1,0,0,16320.2,16243.6,24.4,2.253,490,490,0,0,7680,0,0,0), + (40593,6491,0,0,0,-6282.51,-3488.48,252.189,3.6477,180,180,0,0,7680,0,0,0), + (40597,1553,0,0,0,2340.46,796.87,35.2987,2.99459,300,300,10,0,120,0,0,1), + (40598,1548,0,0,0,2448.57,943.104,74.7156,2.06843,300,300,5,0,122,0,0,1), + (40599,1548,0,0,0,2400.94,993.575,66.2804,6.12029,300,300,5,0,122,0,0,1), + (40600,1526,0,0,0,2206.06,744.945,38.7574,0.143037,300,300,10,0,120,220,0,1), + (40604,7157,1,0,0,6885.92,-1814.21,569.498,0.674302,300,300,10,0,3293,0,0,1), + (40605,7158,1,0,0,6850.08,-1816.49,563.952,5.29347,300,300,10,0,2551,1982,0,1), + (40606,7114,1,0,0,5085.53,-467.76,298.526,4.7822,300,300,0,0,3082,0,0,0), + (40607,1526,0,0,0,2247.62,712.36,35.3892,4.71451,300,300,10,0,120,220,0,1), + (40608,7158,1,0,0,6726.55,-1887.21,549.45,3.54117,300,300,10,0,2551,1982,0,1), + (40609,7118,1,0,0,5095.82,-488.113,296.677,0.919379,300,300,5,0,2551,1982,0,1), + (40610,7156,1,0,0,6911.47,-1814.63,571.66,4.05395,300,300,6,0,3189,0,0,1), + (40611,7157,1,0,0,6895.94,-1798.89,572.062,0.883542,300,300,3,0,3293,0,0,1), + (40612,7157,1,0,0,6920.17,-1834.09,571.927,4.36332,300,300,3,0,3293,0,0,1), + (40613,7158,1,0,0,6906.97,-1823.86,569.785,2.30556,300,300,6,0,2551,1982,0,1), + (40614,8960,1,0,0,5111.23,-545.379,331.057,1.38701,300,300,10,0,2672,0,0,1), + (40615,7156,1,0,0,6909.4,-1873.78,569.415,5.16379,300,300,5,0,3189,0,0,1), + (40616,7099,1,0,0,5022.52,-574.65,328.172,5.28009,300,300,3,0,2880,0,0,1), + (40617,9862,1,0,0,5091.97,-529.253,296.76,1.67552,300,300,0,0,3398,0,0,0), + (40618,7120,1,0,0,5109.68,-514.548,296.677,4.41069,300,300,2,0,2551,1982,0,1), + (40620,8958,1,0,0,4986.33,-551.506,337.472,0.776427,300,300,10,0,3207,0,0,1), + (40621,7156,1,0,0,6891.18,-1908.45,568.078,3.39048,300,300,3,0,3189,0,0,1), + (40622,8960,1,0,0,5047.07,-544.369,335.742,4.08854,300,300,10,0,2672,0,0,1), + (40623,7156,1,0,0,6860.34,-1927.96,550.942,0.029331,300,300,2,0,3189,0,0,1), + (40624,7099,1,0,0,5073.24,-547.195,334.629,2.87671,300,300,10,0,2880,0,0,1), + (40625,7158,1,0,0,6891.35,-1947.14,572.786,6.27928,300,300,5,0,2551,1982,0,1), + (40626,7112,1,0,0,4903.13,-627.692,308.042,1.22611,300,300,5,0,2085,4506,0,1), + (40627,7158,1,0,0,6784.02,-2017.53,567.445,2.76586,300,300,10,0,2551,1982,0,1), + (40628,7115,1,0,0,4891.47,-610.452,308.385,5.78513,300,300,5,0,2085,4506,0,2), + (40629,7157,1,0,0,6787.67,-1987.02,563.427,3.10417,300,300,10,0,3293,0,0,1), + (40630,7125,1,0,0,4864.79,-605.092,307.287,5.89921,300,300,0,0,2880,0,0,0), + (40631,7157,1,0,0,6817.92,-2000.9,566.034,2.86249,300,300,3,0,3293,0,0,1), + (40632,7115,1,0,0,4808.32,-542.274,317.543,5.06647,300,300,5,0,2085,4506,0,2), + (40633,7113,1,0,0,4921.08,-569.78,324.417,2.07486,300,300,5,0,2880,0,0,1), + (40634,7113,1,0,0,4861.5,-615.428,306.902,6.03884,300,300,0,0,2880,0,0,0), + (40635,7113,1,0,0,4855.6,-563.086,311.618,5.42797,300,300,0,0,2880,0,0,0), + (40636,7115,1,0,0,4818.02,-556.761,315.293,4.59376,300,300,5,0,2085,4506,0,1), + (40637,7113,1,0,0,4784.1,-481.415,330.696,3.15289,300,300,10,0,2880,0,0,1), + (40638,7093,1,0,0,5138.58,-512.768,295.993,6.07375,300,300,0,0,3189,0,0,0), + (40639,7112,1,0,0,4779.17,-454.654,339.033,4.72801,300,300,5,0,2085,4506,0,2), + (40640,7113,1,0,0,4779.73,-514.656,323.069,6.0912,300,300,6,0,2880,0,0,1), + (40641,7118,1,0,0,5155.55,-455.462,301.225,5.69524,300,300,5,0,2551,1982,0,2), + (40642,7113,1,0,0,4752.94,-433.626,343.456,0.069813,300,300,6,0,2880,0,0,1), + (40643,7093,1,0,0,5124.27,-486.773,295.993,5.93412,300,300,0,0,3189,0,0,0), + (40644,7125,1,0,0,4812.16,-415.851,349.219,2.47837,300,300,0,0,2880,0,0,0), + (40646,7112,1,0,0,4780.37,-421.717,345.074,3.33702,300,300,10,0,2085,4506,0,1), + (40647,7115,1,0,0,4781.81,-448.352,341.033,3.74648,300,300,5,0,2085,4506,0,2), + (40648,7125,1,0,0,4762.54,-454.811,339.333,0.925025,300,300,0,0,2880,0,0,0), + (40649,7113,1,0,0,4807.13,-421.758,347.96,2.18166,300,300,0,0,2880,0,0,0), + (40650,7118,1,0,0,5166.67,-481.773,301.225,3.49122,300,300,5,0,2551,1982,0,1), + (40651,7093,1,0,0,5111.1,-455.159,295.993,5.70723,300,300,0,0,3189,0,0,0), + (40652,7112,1,0,0,4787,-378.244,351.558,3.60872,300,300,6,0,2085,4506,0,1), + (40653,8959,1,0,0,3985.55,-1368.59,245.514,0.935691,300,300,3,0,2488,0,0,1), + (40654,7118,1,0,0,5187.81,-534.61,291.08,5.15965,300,300,2,0,2551,1982,0,1), + (40655,7112,1,0,0,4831.45,-394.72,350.759,4.40971,300,300,5,0,2085,4506,0,1), + (40656,14339,1,0,0,4177.33,-1235.07,343.258,4.47783,7200,7200,5,0,2672,0,0,1), + (40657,7114,1,0,0,5237.04,-638.291,261.358,2.40855,300,300,0,0,3082,0,0,0), + (40658,7115,1,0,0,4781.2,-392.744,348.088,4.74137,300,300,5,0,2085,4506,0,1), + (40659,7118,1,0,0,5210.24,-573.691,287.33,2.74017,300,300,0,0,2551,1982,0,0), + (40660,9518,1,0,0,5197.1,-560.756,287.182,5.32325,300,300,0,0,3238,3244,0,0), + (40661,7118,1,0,0,5194.24,-569.927,287.361,6.26573,300,300,0,0,2551,1982,0,0), + (40662,7125,1,0,0,4817.1,-340.465,355.421,5.07891,300,300,0,0,2880,0,0,0), + (40663,7115,1,0,0,4843.86,-343.95,355.357,2.99564,300,300,5,0,2085,4506,0,1), + (40664,7112,1,0,0,4820.98,-365.362,350.966,4.65123,300,300,5,0,2085,4506,0,1), + (40665,7118,1,0,0,5205.97,-564.198,287.33,4.08407,300,300,0,0,2551,1982,0,0), + (40666,7125,1,0,0,4828.39,-340.162,354.769,4.2237,300,300,0,0,2880,0,0,0), + (40667,9862,1,0,0,5249.38,-658.771,258.834,1.71042,300,300,0,0,3398,0,0,0), + (40668,7111,1,0,0,6342.24,-727.847,470.212,4.63629,300,300,6,0,2232,4765,0,1), + (40669,7120,1,0,0,5326.8,-644.789,250.448,4.03302,300,300,2,0,2551,1982,0,1), + (40670,7118,1,0,0,5270.44,-652.326,257.495,0.525914,300,300,3,0,2551,1982,0,1), + (40671,7108,1,0,0,6377.46,-799.804,457.78,4.85632,300,300,6,0,3082,0,0,1), + (40672,9861,1,0,0,5336.63,-589.824,247.141,5.11381,300,300,0,0,2466,1923,0,0), + (40673,7120,1,0,0,5336.3,-608.349,247.057,0.970833,300,300,6,0,2551,1982,0,1), + (40674,7111,1,0,0,6410.34,-718.921,474.795,5.37625,300,300,6,0,2232,4765,0,1), + (40675,9517,1,0,0,5340.07,-590.364,247.141,4.83456,300,300,0,0,2631,5340,0,0), + (40676,7118,1,0,0,5291.14,-666.533,255.674,0.88921,300,300,5,0,2551,1982,0,1), + (40677,7107,1,0,0,6351.05,-717.265,472.237,5.79449,300,300,6,0,2466,1923,0,1), + (40678,7107,1,0,0,6373.81,-699.547,476.86,1.16937,300,300,10,0,2466,1923,0,1), + (40679,7126,1,0,0,5305.82,-587.59,247.141,5.46288,300,300,0,0,3082,0,0,0), + (40680,7108,1,0,0,6479.59,-794.824,473.694,4.94831,300,300,10,0,3082,0,0,1), + (40681,7153,1,0,0,3753.17,-1217.82,209.753,5.79751,300,300,10,0,2578,0,0,1), + (40682,9860,1,0,0,5343.08,-588.853,247.141,4.88692,300,300,0,0,3293,0,0,0), + (40683,7118,1,0,0,5340.5,-576.447,252.036,4.89329,300,300,5,0,2551,1982,0,2), + (40684,9878,1,0,0,5568.85,-882.877,377.43,4.17782,300,300,10,0,2980,0,0,1), + (40685,9878,1,0,0,5562.34,-925.108,377.145,3.60369,300,300,10,0,2980,0,0,1), + (40686,7114,1,0,0,5375.06,-591.665,247.141,4.13643,300,300,0,0,3082,0,0,0), + (40687,9878,1,0,0,5546.28,-817.698,353.535,3.56854,300,300,5,0,2980,0,0,1), + (40688,7120,1,0,0,5392.02,-516.342,265.93,2.0781,300,300,5,0,2551,1982,0,1), + (40689,9878,1,0,0,5683.37,-729.215,376.707,2.61174,300,300,3,0,2980,0,0,1), + (40690,9878,1,0,0,5669.46,-811.385,377.576,2.26429,300,300,10,0,2980,0,0,1), + (40691,7126,1,0,0,5368.28,-506.087,261.326,3.28122,300,300,0,0,3082,0,0,0), + (40692,9879,1,0,0,5653.56,-986.303,377.195,5.34377,300,300,10,0,3191,0,0,1), + (40693,9879,1,0,0,5563,-951.885,376.765,5.33728,300,300,10,0,3191,0,0,1), + (40694,7118,1,0,0,5361,-548.223,273.446,2.49853,300,300,5,0,2551,1982,0,1), + (40695,7109,1,0,0,4494.96,-474.628,310.894,4.95674,300,300,0,0,2304,1807,0,0), + (40696,9878,1,0,0,5638.94,-677.163,343.312,6.02052,300,300,10,0,2980,0,0,1), + (40697,9879,1,0,0,5647.88,-850.98,379.829,3.28569,300,300,10,0,3191,0,0,1), + (40698,7110,1,0,0,4494.58,-508.303,301.759,4.47593,300,300,0,0,2980,0,0,0), + (40699,7153,1,0,0,3607.32,-1039.43,220.976,2.27664,300,300,10,0,2578,0,0,1), + (40700,9879,1,0,0,5554.77,-678.227,335.743,0.804782,300,300,10,0,3191,0,0,1), + (40701,7120,1,0,0,5332.74,-499.964,250.735,5.55015,300,300,0,0,2551,1982,0,0), + (40702,9878,1,0,0,5653.83,-914.993,377.607,1.48353,300,300,10,0,2980,0,0,1), + (40704,7110,1,0,0,4521.83,-488.169,306.232,3.8184,300,300,5,0,2980,0,0,1), + (40705,7120,1,0,0,5317.06,-548.419,273.14,5.45581,300,300,3,0,2551,1982,0,1), + (40706,7111,1,0,0,6328.41,-623.201,476.66,0.289752,300,300,5,0,2232,4765,0,2), + (40707,7114,1,0,0,5327.11,-518.15,274.24,3.12414,300,300,0,0,3082,0,0,0), + (40708,10648,1,0,0,6276.51,-604.761,468.638,3.53443,300,300,0,0,2718,2117,0,0), + (40709,9878,1,0,0,5547.54,-751.743,342.279,4.01306,300,300,10,0,2980,0,0,1), + (40710,9878,1,0,0,5594.06,-757.935,341.63,2.17288,300,300,10,0,2980,0,0,1), + (40711,9878,1,0,0,5686.8,-775.682,371.368,3.71755,300,300,0,0,2980,0,0,0), + (40712,7108,1,0,0,6417.54,-781.662,472.18,0.301996,300,300,10,0,3082,0,0,1), + (40713,7107,1,0,0,6417.72,-817.236,470.441,1.10795,300,300,10,0,2466,1923,0,1), + (40714,7107,1,0,0,6351.64,-735.974,471.65,5.16393,300,300,6,0,2466,1923,0,1), + (40715,7108,1,0,0,6382.08,-751.85,468.798,4.03842,300,300,5,0,3082,0,0,1), + (40717,9878,1,0,0,5456.25,-730.061,343.815,4.83287,300,300,10,0,2980,0,0,1), + (40718,7108,1,0,0,6400.13,-760.769,470.9,3.31423,300,300,10,0,3082,0,0,1), + (40719,9879,1,0,0,5613.32,-714.615,343.297,2.53073,300,300,10,0,3191,0,0,1), + (40720,9878,1,0,0,5585.55,-856.632,379.887,3.11539,300,300,10,0,2980,0,0,1), + (40721,7154,1,0,0,3659.64,-1020.65,221.612,1.23883,300,300,10,0,2062,1695,0,1), + (40722,7153,1,0,0,3609.52,-1156.05,215.7,2.94967,300,300,10,0,2578,0,0,1), + (40723,9879,1,0,0,5516.64,-685.3,342.304,5.96946,300,300,10,0,3191,0,0,1), + (40724,9454,1,0,0,4560.85,-211.739,299.941,5.09636,300,300,0,0,3293,0,0,0), + (40726,9878,1,0,0,5584.9,-914.382,378.549,0.635279,300,300,10,0,2980,0,0,1), + (40728,7155,1,0,0,3552.57,-1084.76,223.412,5.95157,300,300,0,0,2672,0,0,0), + (40730,7109,1,0,0,4554.88,-214.781,299.898,0.20944,300,300,0,0,2304,1807,0,0), + (40731,9878,1,0,0,5555.16,-799.852,347.878,4.11027,300,300,0,0,2980,0,0,0), + (40732,9878,1,0,0,5467.81,-666.655,348.114,0.279253,300,300,10,0,2980,0,0,1), + (40733,7106,1,0,0,4566.84,-193.845,299.695,2.36731,300,300,3,0,2880,0,0,1), + (40734,7153,1,0,0,3621.24,-1214.55,217.544,5.44568,300,300,3,0,2578,0,0,1), + (40735,7109,1,0,0,4563.84,-393.162,304.293,2.60696,300,300,5,0,2304,1807,0,1), + (40736,7106,1,0,0,4570.74,-479.976,303.931,5.41276,300,300,5,0,2880,0,0,2), + (40737,7153,1,0,0,3570.23,-1127.83,219.991,3.48599,300,300,10,0,2578,0,0,1), + (40738,7109,1,0,0,4546.54,-509.759,298.36,3.90089,300,300,10,0,2304,1807,0,1), + (40739,7106,1,0,0,4574.13,-400.651,305.706,4.70186,300,300,5,0,2880,0,0,2), + (40741,8959,1,0,0,3824.58,-1350.43,203.699,4.74558,300,300,10,0,2488,0,0,1), + (40743,7110,1,0,0,4553.74,-493.49,302.945,5.66661,300,300,5,0,2980,0,0,1), + (40744,7153,1,0,0,3646.26,-1174.93,211.019,4.63289,300,300,10,0,2578,0,0,1), + (40745,8956,1,0,0,3886.93,-1212.38,227.595,5.47843,300,300,10,0,2985,0,0,1), + (40746,8960,1,0,0,5186.44,-613.725,324.251,3.34014,300,300,10,0,2672,0,0,1), + (40747,7109,1,0,0,4558.18,-515.012,296.027,2.42601,300,300,0,0,2304,1807,0,0), + (40748,7106,1,0,0,4577.54,-505.157,296.001,3.29187,300,300,10,0,2880,0,0,1), + (40749,8956,1,0,0,3857.73,-1191.7,231.485,2.32446,300,300,10,0,2985,0,0,1), + (40750,7153,1,0,0,3583.42,-1159.47,220.827,1.21154,300,300,10,0,2578,0,0,1), + (40751,7153,1,0,0,3540.49,-1123.77,221.583,4.19628,300,300,10,0,2578,0,0,1), + (40752,7153,1,0,0,3529.01,-1104.07,223.715,1.94376,300,300,5,0,2578,0,0,1), + (40753,7106,1,0,0,4590,-513.92,293.833,2.87979,300,300,0,0,2880,0,0,0), + (40754,8956,1,0,0,4347.08,-954.107,307.018,1.82018,300,300,3,0,2985,0,0,1), + (40755,7153,1,0,0,3531.52,-1151.99,222.03,3.4655,300,300,5,0,2578,0,0,1), + (40756,7154,1,0,0,3584.86,-1175.01,219.842,4.3019,300,300,10,0,2062,1695,0,1), + (40757,7109,1,0,0,4579.14,-388.036,304.284,4.63966,300,300,0,0,2304,1807,0,0), + (40758,7154,1,0,0,3582.85,-1082.78,221.176,0.944733,300,300,10,0,2062,1695,0,1), + (40759,7110,1,0,0,4582.93,-519.227,293.777,2.04204,300,300,0,0,2980,0,0,0), + (40760,8956,1,0,0,4342.33,-980.755,309.964,2.42912,300,300,10,0,2985,0,0,1), + (40761,8956,1,0,0,4315.22,-952.617,303.185,1.03582,300,300,3,0,2985,0,0,1), + (40762,8956,1,0,0,4317.11,-985.768,307.608,2.33063,300,300,10,0,2985,0,0,1), + (40763,7110,1,0,0,4594.12,-241.836,300.015,3.03687,300,300,0,0,2980,0,0,0), + (40764,7109,1,0,0,4587.01,-253.236,299.626,4.44674,300,300,10,0,2304,1807,0,1), + (40765,7110,1,0,0,4606.25,-218.75,300.626,4.92975,300,300,5,0,2980,0,0,1), + (40766,8956,1,0,0,4240.14,-1021.15,301.162,3.75616,300,300,10,0,2985,0,0,1), + (40767,7110,1,0,0,4578.99,-308.264,299.94,5.00918,300,300,0,0,2980,0,0,0), + (40768,7155,1,0,0,3688.21,-1011.26,223.954,3.51503,300,300,10,0,2672,0,0,1), + (40769,7109,1,0,0,4575.9,-277.97,299.376,3.99602,300,300,10,0,2304,1807,0,1), + (40770,8956,1,0,0,4289,-989.934,303.462,2.41284,300,300,10,0,2985,0,0,1), + (40771,8960,1,0,0,4448.86,-986.17,327.426,0.9559,300,300,3,0,2672,0,0,1), + (40772,7154,1,0,0,3718.73,-1172.03,207.628,3.89176,300,300,10,0,2062,1695,0,1), + (40773,7154,1,0,0,3627.95,-1189.24,212.881,1.90241,300,300,0,0,2062,1695,0,0), + (40774,7155,1,0,0,3618.7,-1188.61,213.385,1.11701,300,300,0,0,2672,0,0,0), + (40775,7154,1,0,0,3726.31,-1162.8,207.789,3.35103,300,300,0,0,2062,1695,0,0), + (40776,7154,1,0,0,3689.48,-1142.75,207.892,0.598474,300,300,5,0,2062,1695,0,1), + (40777,8960,1,0,0,4519.99,-974.521,328.39,5.69031,300,300,3,0,2672,0,0,1), + (40778,8958,1,0,0,4630.73,-899.588,326.148,2.05768,300,300,10,0,3207,0,0,1), + (40779,8958,1,0,0,4644.59,-909.827,330.507,2.73527,300,300,3,0,3207,0,0,1), + (40780,8958,1,0,0,4609.57,-868.549,313.062,3.20212,300,300,3,0,3207,0,0,1), + (40781,8958,1,0,0,4635.91,-872.944,320.354,3.57544,300,300,10,0,3207,0,0,1), + (40782,8958,1,0,0,4649.66,-888.604,327.854,1.14432,300,300,3,0,3207,0,0,1), + (40783,7105,1,0,0,3909.24,-761.013,314.601,3.33358,300,300,0,0,2672,0,0,0), + (40784,7105,1,0,0,3906.38,-771.449,314.937,5.9813,300,300,6,0,2672,0,0,1), + (40785,7105,1,0,0,3884.14,-762.683,312.228,2.98544,300,300,10,0,2672,0,0,1), + (40786,8958,1,0,0,4620.91,-850.178,310.169,6.14805,300,300,10,0,3207,0,0,1), + (40787,8958,1,0,0,4705.18,-816.947,309.399,0.158481,300,300,10,0,3207,0,0,1), + (40788,8958,1,0,0,4721.16,-864.208,325.262,0.976272,300,300,3,0,3207,0,0,1), + (40789,7105,1,0,0,3904.74,-753.31,315.124,4.43314,300,300,0,0,2672,0,0,0), + (40790,8958,1,0,0,4690.3,-828.352,311.812,0.795154,300,300,10,0,3207,0,0,1), + (40791,7105,1,0,0,3864.67,-773.707,313.317,4.79965,300,300,10,0,2672,0,0,1), + (40792,8958,1,0,0,4721.67,-827.317,313.13,4.04208,300,300,10,0,3207,0,0,1), + (40793,7153,1,0,0,3712.55,-1018.3,228.066,5.00235,300,300,10,0,2578,0,0,1), + (40794,8958,1,0,0,4621.45,-926.126,327.515,0.744294,300,300,10,0,3207,0,0,1), + (40795,7109,1,0,0,3873.18,-775.208,312.204,4.83456,300,300,10,0,2304,1807,0,1), + (40796,7105,1,0,0,3849.07,-750.947,314.874,4.33332,300,300,10,0,2672,0,0,1), + (40797,7154,1,0,0,3748.13,-1046.98,225.89,5.14984,300,300,10,0,2062,1695,0,1), + (40798,7154,1,0,0,3683.94,-1017,223.145,2.60049,300,300,10,0,2062,1695,0,1), + (40799,7109,1,0,0,3822.76,-787.318,307.629,3.95877,300,300,5,0,2304,1807,0,1), + (40800,7109,1,0,0,3842.77,-644.618,334.477,0.923017,300,300,5,0,2304,1807,0,1), + (40801,8958,1,0,0,4552.77,-942.154,322.886,0.85509,300,300,10,0,3207,0,0,1), + (40802,7109,1,0,0,3820.61,-680.599,341.04,5.88619,300,300,5,0,2304,1807,0,1), + (40803,8960,1,0,0,4513.01,-917.369,306.435,3.21349,300,300,10,0,2672,0,0,1), + (40804,7153,1,0,0,3649.36,-1137.83,208.631,1.5533,300,300,5,0,2578,0,0,1), + (40805,8960,1,0,0,4471.31,-913.819,309.776,2.85888,300,300,5,0,2672,0,0,1), + (40806,7109,1,0,0,3847.82,-655.821,333.727,2.65011,300,300,5,0,2304,1807,0,1), + (40807,8958,1,0,0,4543.38,-878.689,304.829,1.24039,300,300,10,0,3207,0,0,1), + (40808,8960,1,0,0,4442.06,-911.443,303.769,3.04572,300,300,5,0,2672,0,0,1), + (40809,7099,1,0,0,4454.47,-940.613,313.963,6.01025,300,300,3,0,2880,0,0,1), + (40810,7105,1,0,0,3856.83,-656.405,332.977,3.53919,300,300,6,0,2672,0,0,1), + (40811,7154,1,0,0,3627.89,-1133.12,210.807,5.25344,300,300,0,0,2062,1695,0,0), + (40812,7105,1,0,0,3911.41,-620.544,338.015,3.59489,300,300,10,0,2672,0,0,1), + (40813,7153,1,0,0,3664.73,-1167.42,208.997,3.41844,300,300,10,0,2578,0,0,1), + (40814,8960,1,0,0,4459.72,-957.344,323.761,5.59317,300,300,10,0,2672,0,0,1), + (40815,8960,1,0,0,4427.78,-977.531,323.805,2.28356,300,300,10,0,2672,0,0,1), + (40816,7153,1,0,0,3628.7,-1174.01,211.205,4.28722,300,300,10,0,2578,0,0,1), + (40817,8960,1,0,0,4416.19,-948.369,315.386,2.0243,300,300,10,0,2672,0,0,1), + (40818,8960,1,0,0,4471.51,-942.511,320.208,1.88845,300,300,10,0,2672,0,0,1), + (40819,7105,1,0,0,3955.82,-600.603,339.368,3.30674,300,300,10,0,2672,0,0,2), + (40820,7109,1,0,0,3952.41,-593.659,341.225,1.54385,300,300,5,0,2304,1807,0,1), + (40821,8960,1,0,0,4436.18,-959.869,318.636,1.6385,300,300,10,0,2672,0,0,1), + (40822,7153,1,0,0,3629.53,-1140.75,210.613,1.33126,300,300,5,0,2578,0,0,1), + (40823,7155,1,0,0,3704.07,-1135.35,207.948,5.61996,300,300,0,0,2672,0,0,0), + (40824,7109,1,0,0,3944.04,-592.132,341.725,5.33306,300,300,5,0,2304,1807,0,1), + (40825,7153,1,0,0,3724.62,-1162,207.664,5.38548,300,300,5,0,2578,0,0,2), + (40826,7153,1,0,0,3710.73,-1113.61,209.025,6.00759,300,300,6,0,2578,0,0,1), + (40827,7106,1,0,0,4504.51,-523.672,296.507,5.21853,300,300,10,0,2880,0,0,1), + (40828,7155,1,0,0,3724.05,-1024.52,226.88,6.16622,300,300,10,0,2672,0,0,1), + (40829,7109,1,0,0,4454.98,-494.69,304.502,1.56058,300,300,5,0,2304,1807,0,1), + (40830,7106,1,0,0,4470.64,-550.305,290.372,3.38594,300,300,10,0,2880,0,0,1), + (40831,7154,1,0,0,3731,-1100.16,212.806,2.57471,300,300,10,0,2062,1695,0,1), + (40832,7110,1,0,0,4484.77,-543.835,291.727,4.55636,300,300,10,0,2980,0,0,1), + (40833,7110,1,0,0,4484.58,-483.17,308.469,5.42797,300,300,0,0,2980,0,0,0), + (40834,7110,1,0,0,4478.32,-527.531,296.032,0.698132,300,300,0,0,2980,0,0,0), + (40835,7109,1,0,0,4470.12,-534.334,294.221,5.95157,300,300,0,0,2304,1807,0,0), + (40836,8959,1,0,0,3950.64,-1249.67,237.747,1.54541,300,300,5,0,2488,0,0,1), + (40837,10016,1,0,0,4156.71,-917.509,265.932,1.81056,300,300,10,0,8,0,0,1), + (40838,7428,1,0,0,5253.9,-4978.84,844.916,2.40213,600,600,5,0,8883,0,0,1), + (40839,7428,1,0,0,5144.13,-4845.53,853.797,3.46613,600,600,3,0,8883,0,0,1), + (40840,7428,1,0,0,5397.74,-4880.57,839.034,0.292146,600,600,5,0,8883,0,0,1), + (40841,7428,1,0,0,5345.38,-4448.07,841.243,0.220576,600,600,5,0,8883,0,0,1), + (40842,7428,1,0,0,5253.54,-4486.15,839.311,1.39409,600,600,5,0,8883,0,0,1), + (40843,7428,1,0,0,5281.36,-4438.59,848.206,6.2042,600,600,5,0,8883,0,0,1), + (40844,7428,1,0,0,5240.74,-4543.61,836.754,4.77201,600,600,5,0,8883,0,0,1), + (40845,7428,1,0,0,5452.22,-4619.83,802.156,1.80915,600,600,5,0,8883,0,0,1), + (40846,7428,1,0,0,5220.72,-4782.86,692.314,4.29069,600,600,15,0,8883,0,0,1), + (40847,7428,1,0,0,5345.85,-4651.97,691.926,1.81658,600,600,15,0,8883,0,0,1), + (40848,7428,1,0,0,5241.49,-4758.37,691.936,3.9072,600,600,15,0,8883,0,0,1), + (40849,7428,1,0,0,5250.98,-4820.29,690.783,4.31572,600,600,15,0,8883,0,0,1), + (40850,7428,1,0,0,5270.64,-4879.95,692.423,4.87765,600,600,15,0,8883,0,0,1), + (40851,7429,1,0,0,5117.56,-4875.78,864.303,0.564323,600,600,10,0,7107,2369,0,1), + (40852,7429,1,0,0,5356.56,-4848.84,816.478,0.443999,600,600,5,0,7107,2369,0,1), + (40853,7429,1,0,0,5114.51,-4818.55,854.869,1.50826,600,600,5,0,7107,2369,0,1), + (40854,7429,1,0,0,5339.96,-4455.73,835.071,3.20998,600,600,5,0,7107,2369,0,1), + (40855,7429,1,0,0,5211.18,-4576.94,834.724,6.216,600,600,5,0,7107,2369,0,1), + (40856,7429,1,0,0,5078.97,-4711.61,847.226,1.70908,600,600,10,0,7107,2369,0,1), + (40857,7429,1,0,0,5183.64,-4964.32,861.329,6.13875,600,600,5,0,7107,2369,0,1), + (40858,7429,1,0,0,5444.47,-4563.59,815.064,2.8464,600,600,5,0,7107,2369,0,1), + (40859,7429,1,0,0,5312.13,-4674.25,692.199,2.3931,600,600,15,0,7107,2369,0,1), + (40860,7429,1,0,0,5277.2,-4781.89,690.439,5.71116,600,600,15,0,7107,2369,0,1), + (40861,7429,1,0,0,5322.92,-4608.33,693.754,1.57038,600,600,15,0,7107,2369,0,1), + (40862,7429,1,0,0,5349.94,-4588.3,692.311,4.73763,600,600,15,0,7107,2369,0,1), + (40863,7429,1,0,0,5291.87,-4709,691.345,0.325443,600,600,15,0,7107,2369,0,1), + (40864,7429,1,0,0,5258.06,-4810.54,690.948,1.37092,600,600,15,0,7107,2369,0,2), + (40865,7430,1,0,0,7641.57,-3787.52,693.351,5.92826,333,333,2,0,3529,0,0,1), + (40866,7430,1,0,0,7634.54,-3790.94,692.726,2.92051,333,333,2,0,3529,0,0,1), + (40867,7430,1,0,0,7725.63,-3882.59,691.025,3.37685,333,333,2,0,3529,0,0,1), + (40868,7430,1,0,0,7727.61,-3889.11,691.4,1.84634,333,333,2,0,3529,0,0,1), + (40869,7430,1,0,0,8026.56,-4196.35,705.216,4.76406,333,333,2,0,3529,0,0,1), + (40870,7430,1,0,0,8024.09,-4197.16,705.341,4.90719,333,333,2,0,3529,0,0,1), + (40871,7430,1,0,0,8163.42,-3759.92,699.696,0.772427,333,333,2,0,3529,0,0,1), + (40872,7430,1,0,0,8157.32,-3761.65,700.071,3.60879,333,333,2,0,3529,0,0,1), + (40873,7430,1,0,0,7993.31,-3789.48,698.195,2.09353,333,333,2,0,3529,0,0,1), + (40874,7430,1,0,0,7999.14,-3984.25,694.384,5.61451,333,333,2,0,3529,0,0,1), + (40875,7430,1,0,0,7996.34,-3983.95,694.759,2.88255,333,333,2,0,3529,0,0,1), + (40876,7430,1,0,0,8113.23,-3839.53,694.763,0.709547,333,333,2,0,3529,0,0,1), + (40877,7430,1,0,0,8118.33,-3836.96,694.763,1.57786,333,333,2,0,3529,0,0,1), + (40878,7430,1,0,0,8094.72,-4000.85,689.288,0.049826,333,333,2,0,3529,0,0,1), + (40879,7430,1,0,0,8092.55,-4002.98,689.663,0.444292,333,333,2,0,3529,0,0,1), + (40880,7430,1,0,0,8201.09,-3844.97,707.816,5.92935,333,333,2,0,3529,0,0,1), + (40881,7430,1,0,0,8201.05,-3839.75,708.191,1.85713,333,333,2,0,3529,0,0,1), + (40882,7430,1,0,0,7845.46,-4271.31,684.294,1.68275,333,333,2,0,3529,0,0,1), + (40883,7430,1,0,0,7840.91,-4271.28,684.544,5.53019,333,333,2,0,3529,0,0,1), + (40884,7430,1,0,0,7988.9,-3790.06,697.82,2.22713,333,333,15,0,3529,0,0,1), + (40885,7430,1,0,0,7837.09,-4015.03,695.874,3.45575,333,333,0,0,3529,0,0,0), + (40886,7430,1,0,0,7832.92,-4019.4,695.133,5.79449,333,333,0,0,3529,0,0,0), + (40887,7431,1,0,0,7979.49,-4318.91,740.281,4.11192,333,333,5,0,3644,0,0,1), + (40888,7431,1,0,0,7675.61,-4126.9,750.373,1.25787,333,333,5,0,3644,0,0,1), + (40889,7431,1,0,0,7871.22,-4355.13,711.187,4.05853,333,333,15,0,3644,0,0,1), + (40890,7431,1,0,0,7917.86,-4316.04,719.369,3.96084,333,333,5,0,3644,0,0,1), + (40891,7431,1,0,0,7942.73,-4348.69,731.074,1.40458,333,333,5,0,3644,0,0,1), + (40892,7431,1,0,0,7738.69,-4086.34,700.927,3.95808,333,333,5,0,3644,0,0,1), + (40893,7431,1,0,0,7583.25,-3903.79,683.094,5.02889,333,333,10,0,3644,0,0,1), + (40894,7431,1,0,0,7718.53,-4183.5,693.248,2.28505,333,333,5,0,3644,0,0,1), + (40895,7431,1,0,0,7722.97,-4259.04,689.164,6.23315,333,333,5,0,3644,0,0,1), + (40896,7431,1,0,0,7810.57,-4346.21,709.222,3.40838,333,333,15,0,3644,0,0,1), + (40897,7431,1,0,0,7894.79,-4214.79,686.14,5.47677,333,333,15,0,3644,0,0,1), + (40898,7431,1,0,0,7909.83,-4190.4,683.753,1.43803,333,333,15,0,3644,0,0,1), + (40899,7431,1,0,0,7815.62,-4216.31,675.409,4.9881,333,333,15,0,3644,0,0,1), + (40900,7431,1,0,0,7926.83,-4257.93,698.791,3.11426,333,333,15,0,3644,0,0,1), + (40901,7431,1,0,0,7957.26,-4210.85,695.155,0.680202,333,333,15,0,3644,0,0,1), + (40902,7431,1,0,0,7646.08,-3847.19,684.721,3.17633,333,333,15,0,3644,0,0,1), + (40903,7431,1,0,0,7519.92,-3916.38,716.411,5.81211,333,333,5,0,3644,0,0,1), + (40904,7431,1,0,0,7477.61,-3941.63,709.192,0.442859,333,333,5,0,3644,0,0,1), + (40905,7431,1,0,0,7821.13,-4154.91,682.2,4.80604,333,333,5,0,3644,0,0,1), + (40906,7431,1,0,0,7788.01,-4188.64,679.699,4.07551,333,333,15,0,3644,0,0,1), + (40907,7431,1,0,0,7812,-4084.64,687.382,3.487,333,333,15,0,3644,0,0,1), + (40908,7432,1,0,0,7719.53,-4336.46,725.724,3.14159,333,333,5,0,3997,0,0,1), + (40909,7432,1,0,0,7548.96,-3875.97,683.701,0.218769,333,333,15,0,3997,0,0,1), + (40910,7432,1,0,0,7813.33,-3748.58,706.741,5.06191,333,333,5,0,3997,0,0,1), + (40911,7432,1,0,0,7746.64,-4283.35,693.697,5.05791,333,333,10,0,3997,0,0,1), + (40912,7432,1,0,0,7693.23,-3751.41,731.086,2.52702,333,333,5,0,3997,0,0,1), + (40913,7432,1,0,0,7774.83,-3791.48,701.987,3.93095,333,333,5,0,3997,0,0,1), + (40914,7432,1,0,0,7887.68,-4150.03,684.92,2.88226,333,333,15,0,3997,0,0,1), + (40915,7432,1,0,0,7744.96,-4341.46,718.924,0.003906,333,333,5,0,3997,0,0,1), + (40916,7432,1,0,0,7729.86,-3787.25,726.719,2.67358,333,333,5,0,3997,0,0,1), + (40917,7432,1,0,0,7751.93,-4222.54,682.321,2.33892,333,333,15,0,3997,0,0,1), + (40918,7432,1,0,0,7786.45,-4055.18,688.302,3.49029,333,333,15,0,3997,0,0,1), + (40919,7432,1,0,0,7794.21,-3856.64,699.956,2.51021,333,333,5,0,3997,0,0,1), + (40920,7432,1,0,0,7954.25,-4087.44,689.309,2.62222,333,333,15,0,3997,0,0,1), + (40921,7432,1,0,0,7587.21,-3852.67,685.853,4.53472,333,333,15,0,3997,0,0,1), + (40922,7432,1,0,0,7858.36,-4254.96,682.744,5.00396,333,333,5,0,3997,0,0,1), + (40923,7432,1,0,0,7761.23,-3820.53,713.112,5.77339,333,333,5,0,3997,0,0,1), + (40924,7432,1,0,0,7842.98,-3779.77,704.279,1.2819,333,333,5,0,3997,0,0,1), + (40925,7432,1,0,0,7871.26,-3747.29,717.691,4.23041,333,333,5,0,3997,0,0,1), + (40926,7432,1,0,0,7617.63,-3957.34,692.227,4.03241,333,333,15,0,3997,0,0,1), + (40927,7432,1,0,0,7515.95,-3974.81,724.905,5.38637,333,333,5,0,3997,0,0,1), + (40928,7432,1,0,0,7713.3,-3848.95,694.025,5.74549,333,333,5,0,3997,0,0,1), + (40929,7432,1,0,0,7751.77,-4153.62,688.531,5.27509,333,333,5,0,3997,0,0,1), + (40930,7432,1,0,0,7782.03,-4310.85,703.075,2.02255,333,333,15,0,3997,0,0,1), + (40931,7432,1,0,0,7814,-3873.2,698.209,3.79681,333,333,5,0,3997,0,0,1), + (40932,7432,1,0,0,7710.14,-3917.55,694.216,5.97045,333,333,15,0,3997,0,0,1), + (40933,7432,1,0,0,7653.14,-3912.93,688.939,3.48836,333,333,15,0,3997,0,0,1), + (40934,7432,1,0,0,7683.59,-3872.02,686.338,4.99253,333,333,15,0,3997,0,0,1), + (40935,7432,1,0,0,7615.4,-3881.44,683.456,1.48931,333,333,15,0,3997,0,0,1), + (40936,7432,1,0,0,7954.04,-4151.59,684.873,0.238584,333,333,15,0,3997,0,0,1), + (40937,7432,1,0,0,7917.6,-4112.01,688.531,0.839173,333,333,15,0,3997,0,0,1), + (40938,7432,1,0,0,7976.98,-4120.74,695.155,5.6643,333,333,5,0,3997,0,0,1), + (40939,7432,1,0,0,8022.35,-4146.63,693.552,0.735011,333,333,5,0,3997,0,0,1), + (40940,7432,1,0,0,7860.28,-3981.42,698.007,6.12899,333,333,5,0,3997,0,0,1), + (40941,7432,1,0,0,7852.65,-3846.1,695.051,4.5384,333,333,15,0,3997,0,0,1), + (40942,7432,1,0,0,7908.41,-3927.73,705.286,4.2898,333,333,5,0,3997,0,0,1), + (40943,7432,1,0,0,7843.2,-4044.97,690.219,0.746616,333,333,0,0,3997,0,0,0), + (40944,7432,1,0,0,7850.19,-4320.11,706.312,4.65375,333,333,15,0,3997,0,0,1), + (40945,7432,1,0,0,7811.57,-4270.23,691.378,1.47202,333,333,5,0,3997,0,0,1), + (40946,7432,1,0,0,7880.8,-3886.3,696.802,3.11944,333,333,15,0,3997,0,0,1), + (40947,7432,1,0,0,7812.05,-3946.04,701.143,1.50098,333,333,15,0,3997,0,0,1), + (40948,7432,1,0,0,7813.55,-4017.96,691.866,2.59899,333,333,15,0,3997,0,0,1), + (40949,7432,1,0,0,7783.69,-4119.98,684.084,4.99646,333,333,5,0,3997,0,0,1), + (40950,7433,1,0,0,7962.68,-3765.51,709.258,5.33516,333,333,15,0,3876,0,0,1), + (40951,7433,1,0,0,7777.63,-3921.63,705.465,4.12293,333,333,15,0,3876,0,0,1), + (40952,7433,1,0,0,7918.45,-3768.89,708.131,3.76785,333,333,15,0,3876,0,0,1), + (40953,7433,1,0,0,7875.07,-3951.85,712.087,2.71945,333,333,5,0,3876,0,0,1), + (40954,7433,1,0,0,7860.52,-4079.22,688.199,2.70601,333,333,15,0,3876,0,0,1), + (40955,7433,1,0,0,8008.24,-4216.63,713.719,5.91573,333,333,15,0,3876,0,0,1), + (40956,7433,1,0,0,7746.09,-3895.26,701.348,3.72474,333,333,15,0,3876,0,0,1), + (40957,7433,1,0,0,7817.72,-3814.17,698.8,3.27052,333,333,10,0,3876,0,0,1), + (40958,7433,1,0,0,8150.89,-3814.62,699.86,5.80618,333,333,15,0,3876,0,0,1), + (40959,7433,1,0,0,8184.83,-3773.11,699.483,1.31114,333,333,15,0,3876,0,0,1), + (40960,7433,1,0,0,8013.17,-4084.85,705.033,6.27758,333,333,10,0,3876,0,0,1), + (40961,7433,1,0,0,7981.01,-4049.27,719.714,1.5831,333,333,15,0,3876,0,0,1), + (40962,7433,1,0,0,7961.66,-4007.55,711.041,6.18874,333,333,5,0,3876,0,0,1), + (40963,7433,1,0,0,8019.78,-4020.56,706.809,1.65213,333,333,15,0,3876,0,0,1), + (40964,7433,1,0,0,8152.13,-3880.65,698.438,4.54911,333,333,15,0,3876,0,0,1), + (40965,7433,1,0,0,8051.53,-3985.53,693.309,5.4124,333,333,15,0,3876,0,0,1), + (40966,7433,1,0,0,8079.91,-4038.29,694.475,4.93225,333,333,5,0,3876,0,0,1), + (40967,7433,1,0,0,8177.43,-3855.27,702.005,1.10476,333,333,15,0,3876,0,0,1), + (40968,7433,1,0,0,8155.21,-3961.46,685.98,5.49779,333,333,5,0,3876,0,0,1), + (40969,7433,1,0,0,8216.49,-3897.85,723.465,4.49619,333,333,5,0,3876,0,0,1), + (40970,7433,1,0,0,8015.29,-3821.08,697.705,5.01374,333,333,5,0,3876,0,0,1), + (40971,7433,1,0,0,7884.8,-3811.76,696.188,0.45899,333,333,15,0,3876,0,0,1), + (40972,7433,1,0,0,7849.41,-3926.03,700.168,4.37172,333,333,15,0,3876,0,0,1), + (40973,7433,1,0,0,7783.22,-3981.51,691.218,1.97957,333,333,5,0,3876,0,0,1), + (40974,7433,1,0,0,7853.93,-4050.98,689.641,0.12837,333,333,5,0,3876,0,0,1), + (40975,7434,1,0,0,8083.49,-3743.43,723.941,3.20897,333,333,15,0,3997,0,0,1), + (40976,7434,1,0,0,8117.83,-3915.39,692.304,5.69364,333,333,5,0,3997,0,0,1), + (40977,7434,1,0,0,8113.01,-3988.99,686.233,4.7865,333,333,5,0,3997,0,0,1), + (40978,7434,1,0,0,8184.89,-3914.13,706.105,2.52271,333,333,5,0,3997,0,0,1), + (40979,7434,1,0,0,7949.45,-3814.17,693.693,1.70041,333,333,15,0,3997,0,0,1), + (40980,7435,1,0,0,6122.17,-4662.4,717.625,2.3203,600,600,5,0,7842,0,0,1), + (40981,7435,1,0,0,6175.45,-4628.05,717.123,1.71756,600,600,5,0,7842,0,0,1), + (40982,7435,1,0,0,6077.67,-4340.06,723.865,2.95671,600,600,15,0,7842,0,0,1), + (40983,7435,1,0,0,6048.05,-4376.12,713.257,2.18948,600,600,15,0,7842,0,0,1), + (40984,7435,1,0,0,6175.98,-4317.57,737.832,6.15797,600,600,10,0,7842,0,0,1), + (40985,7435,1,0,0,6085.44,-4341.59,700.95,1.40069,600,600,5,0,7842,0,0,1), + (40986,7435,1,0,0,5980.69,-4517.89,710.198,3.31429,600,600,15,0,7842,0,0,1), + (40987,7435,1,0,0,6088.32,-4490.82,677.535,4.89571,600,600,5,0,7842,0,0,1), + (40988,7435,1,0,0,6191.48,-4264.78,658.283,1.56828,600,600,10,0,7842,0,0,1), + (40989,7435,1,0,0,6155.78,-4280.85,657.401,5.54701,600,600,10,0,7842,0,0,1), + (40990,7435,1,0,0,6166.48,-4242.34,653.4,4.50334,600,600,10,0,7842,0,0,1), + (40991,7435,1,0,0,6144.38,-4236.29,653.311,4.89697,600,600,5,0,7842,0,0,1), + (40992,7435,1,0,0,6083.43,-4199.18,632.228,2.54152,600,600,10,0,7842,0,0,1), + (40993,7435,1,0,0,5933.79,-4177.81,608.8,4.59794,600,600,5,0,7842,0,0,1), + (40994,7435,1,0,0,6164.96,-4329.24,660.721,3.87725,600,600,10,0,7842,0,0,1), + (40995,14348,1,0,0,4254.92,-4148.9,945.768,1.27409,600,600,0,0,9835,0,0,0), + (40996,7436,1,0,0,5997.91,-4619.51,716.934,0.212526,600,600,5,0,8097,0,0,1), + (40997,7436,1,0,0,6111.7,-4452.66,664.979,4.07045,600,600,5,0,8097,0,0,1), + (40998,7436,1,0,0,6178.99,-4299.8,660.975,6.23531,600,600,5,0,8097,0,0,1), + (40999,7436,1,0,0,6157.83,-4341.05,660.702,1.15981,600,600,5,0,8097,0,0,1), + (41000,7436,1,0,0,6170.89,-4171.33,641.894,5.9357,600,600,5,0,8097,0,0,1), + (41001,7436,1,0,0,6024.49,-4196.14,625.113,5.02866,600,600,5,0,8097,0,0,1), + (41002,7436,1,0,0,5925.48,-4062.11,595.162,4.39755,600,600,5,0,8097,0,0,1), + (41003,7437,1,0,0,6203.44,-4554.94,714.903,5.68891,600,600,5,0,5847,5340,0,1), + (41004,7437,1,0,0,6022.41,-4391.67,713.502,1.94786,600,600,15,0,5847,5340,0,1), + (41005,7437,1,0,0,5952.26,-4487.15,711.624,4.47262,600,600,15,0,5847,5340,0,1), + (41006,7437,1,0,0,6112.49,-4501.82,677.739,1.94877,600,600,5,0,5847,5340,0,1), + (41007,7437,1,0,0,6076.7,-4545.29,686.98,2.97484,600,600,5,0,5847,5340,0,1), + (41008,7437,1,0,0,6023.3,-4549.01,702.395,0.091897,600,600,5,0,5847,5340,0,1), + (41009,7437,1,0,0,6251.57,-4465.59,687.813,4.5269,600,600,5,0,5847,5340,0,1), + (41010,7437,1,0,0,6190.19,-4442.61,667.163,0.783713,600,600,15,0,5847,5340,0,2), + (41011,7437,1,0,0,6201.13,-4414.5,673.944,3.92699,600,600,5,0,5847,5340,0,1), + (41012,7437,1,0,0,6048.75,-4209.7,630.169,0.083059,600,600,5,0,5847,5340,0,2), + (41013,7437,1,0,0,6061.34,-4203.67,632.137,0.26728,600,600,5,0,5847,5340,0,1), + (41014,7437,1,0,0,5952.37,-4146.63,607.764,6.07022,600,600,5,0,5847,5340,0,1), + (41015,7437,1,0,0,6142.6,-4172.77,640.49,3.95867,600,600,5,0,5847,5340,0,1), + (41016,7437,1,0,0,6169.3,-4184.36,641.894,4.78363,600,600,5,0,5847,5340,0,2), + (41017,7438,1,0,0,6743.74,-4949.02,770.322,5.09906,333,333,15,0,3758,0,0,1), + (41018,7438,1,0,0,6667.84,-5122.11,779.651,4.56938,333,333,5,0,3758,0,0,1), + (41019,7438,1,0,0,6693.75,-5047.92,781.343,0.556379,333,333,5,0,3758,0,0,1), + (41020,7438,1,0,0,6773.63,-4939.62,764.797,1.74482,333,333,10,0,3758,0,0,1), + (41021,7438,1,0,0,6641.84,-5094.33,788.351,4.51438,333,333,5,0,3758,0,0,1), + (41022,7438,1,0,0,6710.97,-5005.29,762.83,2.41929,333,333,10,0,3758,0,0,1), + (41023,7438,1,0,0,6751.49,-4987.51,772.903,2.40522,333,333,5,0,3758,0,0,1), + (41024,7438,1,0,0,6778.65,-5049.48,722.848,2.78183,333,333,0,0,3758,0,0,0), + (41025,7438,1,0,0,6780.07,-5062.27,722.848,3.61498,333,333,0,0,3758,0,0,0), + (41026,7438,1,0,0,6788.56,-5150.12,731.911,3.02306,333,333,0,0,3758,0,0,0), + (41027,7438,1,0,0,6742.09,-5201.08,761.459,2.06304,333,333,0,0,3758,0,0,0), + (41028,7438,1,0,0,6732.37,-5144.41,732.351,0.515683,333,333,0,0,3758,0,0,0), + (41029,7439,1,0,0,6649.67,-5109.21,783.095,2.58175,333,333,0,0,2915,2163,0,0), + (41030,7439,1,0,0,6865.62,-5101.04,692.819,4.98616,333,333,0,0,2915,2163,0,0), + (41031,7439,1,0,0,6731.89,-5134.97,733.104,3.80482,333,333,0,0,2915,2163,0,0), + (41032,7439,1,0,0,6785.71,-5161.02,732.786,2.38011,333,333,0,0,2915,2163,0,0), + (41033,7439,1,0,0,6718.93,-5252.01,778.708,5.08865,333,333,5,0,2915,2163,0,2), + (41034,7439,1,0,0,6845.32,-5115.65,694.404,2.42601,333,333,0,0,2915,2163,0,0), + (41035,7440,1,0,0,6906.65,-5144.72,695.65,3.25311,333,333,15,0,3529,0,0,1), + (41036,7440,1,0,0,6514.72,-3269.61,574.519,1.87968,333,333,0,0,3529,0,0,0), + (41037,7440,1,0,0,6878.17,-4999.09,694.566,1.04427,333,333,10,0,3529,0,0,1), + (41038,7440,1,0,0,6813.83,-2470.48,557.479,4.01415,333,333,0,0,3529,0,0,0), + (41039,7440,1,0,0,6847.1,-2490.14,561.889,1.20292,333,333,0,0,3529,0,0,0), + (41040,7440,1,0,0,6785.76,-2482.31,547.7,0.39057,333,333,15,0,3529,0,0,1), + (41041,7440,1,0,0,6909.6,-5018.78,693.376,4.44967,333,333,15,0,3529,0,0,1), + (41042,7440,1,0,0,6853.81,-5012.27,694.734,5.55542,333,333,5,0,3529,0,0,1), + (41043,7440,1,0,0,6921.3,-5079.48,695.389,0.582965,333,333,5,0,3529,0,0,1), + (41044,7440,1,0,0,6900.74,-5071.65,693.514,1.06693,333,333,15,0,3529,0,0,1), + (41045,7440,1,0,0,6845.4,-5153.76,708.626,4.18897,333,333,5,0,3529,0,0,1), + (41046,7440,1,0,0,6872.62,-5183.2,723.78,5.39812,333,333,5,0,3529,0,0,1), + (41047,7440,1,0,0,6818.08,-5083.12,693.565,5.67232,333,333,0,0,3529,0,0,0), + (41048,7440,1,0,0,6833.61,-5110.16,693.819,4.56888,333,333,0,0,3529,0,0,0), + (41049,7440,1,0,0,6833.2,-5041.2,690.799,1.38894,333,333,0,0,3529,0,0,0), + (41050,7441,1,0,0,6418.35,-3115.4,580.961,3.06924,333,333,10,0,2634,2041,0,1), + (41051,7441,1,0,0,6451.47,-3161.82,572.104,0.653051,333,333,0,0,2634,2041,0,0), + (41052,7441,1,0,0,6453.58,-3176.64,572.206,4.95878,333,333,0,0,2634,2041,0,0), + (41053,7441,1,0,0,6513.78,-3138.88,572.996,3.86033,333,333,0,0,2634,2041,0,0), + (41054,7441,1,0,0,6496.59,-3138.79,571.354,3.46483,333,333,0,0,2634,2041,0,0), + (41055,7441,1,0,0,6478.48,-3161.56,570.479,3.96463,333,333,15,0,2634,2041,0,1), + (41056,7441,1,0,0,6446.09,-3111.55,573.651,4.46716,333,333,10,0,2634,2041,0,1), + (41057,7441,1,0,0,6513.49,-3258.93,573.908,3.53739,333,333,0,0,2634,2041,0,0), + (41058,7441,1,0,0,6835.56,-2489.84,559.639,4.90419,333,333,0,0,2634,2041,0,0), + (41059,7441,1,0,0,6790.55,-2672.69,544.295,4.23917,333,333,0,0,2634,2041,0,0), + (41060,7441,1,0,0,6809.68,-2684.17,549.512,2.85888,333,333,5,0,2634,2041,0,1), + (41061,7441,1,0,0,6790.15,-2661.73,544.675,4.8164,333,333,0,0,2634,2041,0,0), + (41062,7441,1,0,0,6781.82,-2425.84,551.684,4.03918,333,333,5,0,2634,2041,0,1), + (41063,7441,1,0,0,6818.43,-2447.51,551.026,0.824129,333,333,15,0,2634,2041,0,1), + (41064,7441,1,0,0,6751.28,-2617.88,546.646,5.42511,333,333,15,0,2634,2041,0,1), + (41065,7442,1,0,0,6413.54,-3295.41,592.913,3.6602,333,333,5,0,3189,0,0,1), + (41066,7442,1,0,0,6447.59,-3328.85,590.462,1.39601,333,333,5,0,3189,0,0,1), + (41067,7442,1,0,0,6496.07,-3338.02,588.009,1.45392,333,333,5,0,3189,0,0,1), + (41068,7442,1,0,0,6882.35,-2513.31,581.347,4.18403,333,333,5,0,3189,0,0,1), + (41069,7442,1,0,0,6875.04,-2548.72,589.002,0.898798,333,333,5,0,3189,0,0,1), + (41070,7442,1,0,0,6458.72,-3209.85,572.51,1.00952,333,333,15,0,3189,0,0,1), + (41071,7442,1,0,0,6484.81,-3250.19,571.963,1.59838,333,333,15,0,3189,0,0,1), + (41072,7442,1,0,0,6509.51,-3088.86,592.102,4.85954,333,333,0,0,3189,0,0,0), + (41073,7442,1,0,0,6511.49,-3188.22,571.96,4.94688,333,333,15,0,3189,0,0,2), + (41074,7442,1,0,0,6520.89,-3217.33,572.87,2.04361,333,333,10,0,3189,0,0,1), + (41075,7442,1,0,0,6518.03,-3320.77,579.026,4.70262,333,333,5,0,3189,0,0,2), + (41076,7442,1,0,0,6794.94,-2509.29,551.925,2.23848,333,333,15,0,3189,0,0,1), + (41077,7442,1,0,0,6784,-2781.81,578.696,0.848291,333,333,5,0,3189,0,0,1), + (41078,7442,1,0,0,6783.61,-2715.65,563.487,6.17749,333,333,15,0,3189,0,0,1), + (41079,7442,1,0,0,6821.92,-2714.66,565.02,3.91551,333,333,5,0,3189,0,0,2), + (41080,7442,1,0,0,6747.72,-2685.25,543.371,4.08296,333,333,15,0,3189,0,0,1), + (41081,7442,1,0,0,6848.03,-2450.36,556.759,3.04183,333,333,5,0,3189,0,0,1), + (41082,7442,1,0,0,6779.26,-2613.91,556.767,1.94801,333,333,5,0,3189,0,0,1), + (41083,7442,1,0,0,6815,-2547.88,557.656,3.18263,333,333,5,0,3189,0,0,1), + (41084,7443,1,0,0,6248.12,-5214.07,871.927,0.158887,333,333,15,0,4182,0,0,1), + (41085,7443,1,0,0,6381.83,-4192.04,705.911,0.245884,333,333,15,0,4182,0,0,1), + (41086,7443,1,0,0,6156.03,-5153.56,828.425,3.30013,333,333,15,0,4182,0,0,1), + (41087,7443,1,0,0,5987.2,-5211.77,905.78,5.84395,333,333,0,0,4182,0,0,0), + (41088,7443,1,0,0,6362.95,-4484.39,765.008,4.14986,333,333,15,0,4182,0,0,1), + (41089,7443,1,0,0,7178.23,-5146.49,789.945,2.90704,333,333,15,0,4182,0,0,1), + (41090,7443,1,0,0,6255.62,-4702.45,745.252,5.6475,333,333,15,0,4182,0,0,1), + (41091,7443,1,0,0,6101.73,-5008.83,788.277,5.82827,333,333,15,0,4182,0,0,1), + (41092,7443,1,0,0,6350.16,-4405.71,742.576,5.83489,333,333,15,0,4182,0,0,1), + (41093,7443,1,0,0,6406.33,-4754.67,756.649,6.26561,333,333,15,0,4182,0,0,1), + (41094,7443,1,0,0,6273.13,-4781.89,756.561,1.8172,333,333,15,0,4182,0,0,1), + (41095,7443,1,0,0,6385.49,-4601.4,778.091,4.19373,333,333,15,0,4182,0,0,1), + (41096,7443,1,0,0,6416.48,-4590.08,763.955,2.9689,333,333,15,0,4182,0,0,1), + (41097,7443,1,0,0,6988.12,-4004.48,733.163,1.25183,333,333,15,0,4182,0,0,1), + (41098,7443,1,0,0,6357.38,-4447.28,756.302,4.89427,333,333,15,0,4182,0,0,1), + (41099,7443,1,0,0,6030.42,-5085.21,806.449,3.17088,333,333,0,0,4182,0,0,0), + (41100,7443,1,0,0,6714.52,-4328.96,717.411,1.7818,333,333,15,0,4182,0,0,1), + (41101,7443,1,0,0,6249.27,-5023.76,774.665,2.64663,333,333,15,0,4182,0,0,1), + (41102,7443,1,0,0,5960.42,-5052.6,808.854,1.62456,333,333,15,0,4182,0,0,1), + (41103,7443,1,0,0,6703.4,-4331.97,714.288,2.17288,333,333,15,0,4182,0,0,1), + (41104,7443,1,0,0,6414.42,-4744.39,753.333,1.86937,333,333,15,0,4182,0,0,1), + (41105,7443,1,0,0,6217.97,-5032.33,778.929,2.77147,333,333,15,0,4182,0,0,1), + (41106,7443,1,0,0,6258.69,-4755.47,754.097,5.72283,333,333,15,0,4182,0,0,1), + (41107,7443,1,0,0,6577.67,-4455.94,708.664,1.83756,333,333,15,0,4182,0,0,1), + (41108,7443,1,0,0,6411.83,-4518.61,744.082,0.823339,333,333,15,0,4182,0,0,1), + (41109,7443,1,0,0,7020.94,-4888.75,696.075,5.12972,333,333,15,0,4182,0,0,1), + (41110,7443,1,0,0,6977.79,-5184.37,711.057,5.23638,333,333,15,0,4182,0,0,1), + (41111,7443,1,0,0,6578.81,-4558.91,696.586,4.0314,333,333,15,0,4182,0,0,1), + (41112,7443,1,0,0,6993.99,-5163.72,705.775,2.21547,333,333,15,0,4182,0,0,1), + (41113,7443,1,0,0,6688.25,-4373.01,713.731,2.89368,333,333,15,0,4182,0,0,1), + (41114,7443,1,0,0,6984.08,-5134.46,699.141,1.54736,333,333,15,0,4182,0,0,1), + (41115,7443,1,0,0,6213.32,-4171.97,725.299,5.24594,333,333,15,0,4182,0,0,1), + (41116,7443,1,0,0,6618.66,-4417.85,707.414,4.42882,333,333,15,0,4182,0,0,1), + (41117,7443,1,0,0,6625.72,-4411.61,707.328,3.37536,333,333,15,0,4182,0,0,1), + (41118,7443,1,0,0,7280.81,-4866.54,700.846,4.16745,333,333,15,0,4182,0,0,1), + (41119,7443,1,0,0,6460.05,-4451.13,729.462,2.92907,333,333,15,0,4182,0,0,1), + (41120,7443,1,0,0,6338.29,-4737.98,779.506,3.87651,333,333,15,0,4182,0,0,1), + (41121,7443,1,0,0,7046.42,-5089.13,707.488,4.54275,333,333,15,0,4182,0,0,1), + (41122,7443,1,0,0,6541.19,-4613.64,710.51,3.34225,333,333,15,0,4182,0,0,1), + (41123,7443,1,0,0,6357.19,-4324,729.803,3.17199,333,333,15,0,4182,0,0,1), + (41124,7443,1,0,0,6718.63,-4285.5,709.895,6.10374,333,333,15,0,4182,0,0,1), + (41125,7443,1,0,0,6247.28,-4215.33,733.263,4.89566,333,333,15,0,4182,0,0,1), + (41126,7443,1,0,0,7303.02,-5002.02,726.759,4.35911,333,333,15,0,4182,0,0,1), + (41127,7443,1,0,0,7075.35,-4985.64,719.664,0.060591,333,333,15,0,4182,0,0,1), + (41128,7443,1,0,0,6517.01,-4561.84,714.517,4.7902,333,333,15,0,4182,0,0,1), + (41129,7443,1,0,0,7223.85,-4923.02,720.927,3.47866,333,333,15,0,4182,0,0,1), + (41130,7443,1,0,0,6555.65,-4545.17,705.711,3.91594,333,333,15,0,4182,0,0,1), + (41131,7443,1,0,0,7032.3,-4787.07,745.534,2.61978,333,333,15,0,4182,0,0,1), + (41132,7443,1,0,0,7184.02,-4388.92,649.731,3.45531,333,333,15,0,4182,0,0,1), + (41133,7443,1,0,0,7077.56,-4337.58,678.795,5.56693,333,333,15,0,4182,0,0,1), + (41134,7443,1,0,0,6453.91,-4693.81,779.8,1.7138,333,333,15,0,4182,0,0,1), + (41135,7443,1,0,0,6953.17,-4746.64,701.628,5.18893,333,333,15,0,4182,0,0,1), + (41136,7443,1,0,0,6908.33,-4558.33,711.849,3.09841,333,333,15,0,4182,0,0,1), + (41137,7443,1,0,0,7034.03,-4695.98,739.846,5.66182,333,333,2,0,4182,0,0,1), + (41138,7443,1,0,0,7174.02,-4859.46,697.433,3.68034,333,333,15,0,4182,0,0,1), + (41139,7444,1,0,0,6672.18,-2855.86,633.868,3.84683,333,333,15,0,3680,0,0,1), + (41140,7444,1,0,0,6321.24,-3737.14,724.907,6.13618,333,333,15,0,3680,0,0,1), + (41141,7444,1,0,0,6335.41,-3763.54,719.791,3.14159,333,333,3,0,3680,0,0,1), + (41142,7444,1,0,0,6368.84,-3728.68,720.162,1.68917,333,333,15,0,3680,0,0,1), + (41143,7444,1,0,0,6323.65,-3604.1,747.172,6.23526,333,333,15,0,3680,0,0,1), + (41144,7444,1,0,0,6364.15,-3543.25,706.571,4.12168,333,333,15,0,3680,0,0,1), + (41145,7444,1,0,0,6435.62,-3707.71,718.805,2.64708,333,333,15,0,3680,0,0,1), + (41146,7444,1,0,0,6300.96,-2463.27,555.153,4.31339,333,333,15,0,3680,0,0,1), + (41147,7444,1,0,0,6548.64,-3579.81,704.828,3.35049,333,333,15,0,3680,0,0,1), + (41148,7444,1,0,0,6677.2,-3915.42,692.508,1.81246,333,333,15,0,3680,0,0,1), + (41149,7444,1,0,0,6921.62,-3345.78,742.149,2.97822,333,333,15,0,3680,0,0,1), + (41150,7444,1,0,0,6747.78,-4214.29,705.548,4.98702,333,333,15,0,3680,0,0,1), + (41151,7444,1,0,0,6770.83,-3187.5,583.208,0.949074,333,333,15,0,3680,0,0,1), + (41152,7444,1,0,0,6884.96,-3732.32,744.676,4.6135,333,333,15,0,3680,0,0,1), + (41153,7444,1,0,0,6669.38,-2475.35,537.505,3.17286,333,333,15,0,3680,0,0,1), + (41154,7444,1,0,0,6782.92,-3316.36,671.55,5.25088,333,333,15,0,3680,0,0,1), + (41155,7444,1,0,0,6693.59,-3119.25,576.471,0.202567,333,333,15,0,3680,0,0,1), + (41156,7444,1,0,0,6735.21,-3114.93,573.008,0.076248,333,333,15,0,3680,0,0,1), + (41157,7444,1,0,0,6660.94,-3918.35,687.34,5.27346,333,333,15,0,3680,0,0,1), + (41158,7444,1,0,0,6498.8,-3453.31,617.675,0.212526,333,333,15,0,3680,0,0,1), + (41159,7444,1,0,0,6781.67,-3665.43,731.876,5.3188,333,333,15,0,3680,0,0,1), + (41160,7444,1,0,0,6781.83,-4106.54,727.343,1.55127,333,333,15,0,3680,0,0,1), + (41161,7444,1,0,0,6815.21,-3285.01,667.627,0.975752,333,333,15,0,3680,0,0,1), + (41162,7444,1,0,0,6737.1,-3485.46,681.136,1.17839,333,333,15,0,3680,0,0,1), + (41163,7444,1,0,0,6675.1,-2563.59,526.518,4.05092,333,333,15,0,3680,0,0,1), + (41164,7444,1,0,0,6449.1,-3529.63,649.478,4.9138,333,333,15,0,3680,0,0,1), + (41165,7444,1,0,0,6834.61,-3696.3,734.282,5.01714,333,333,15,0,3680,0,0,1), + (41166,7444,1,0,0,6702.2,-4010.03,690.948,5.88637,333,333,15,0,3680,0,0,1), + (41167,7444,1,0,0,6456.22,-2757.83,553.302,5.7369,333,333,15,0,3680,0,0,1), + (41168,7444,1,0,0,6679.61,-3081.41,574.895,2.53463,333,333,15,0,3680,0,0,1), + (41169,7444,1,0,0,6687.95,-2710.15,549.446,5.66157,333,333,3,0,3680,0,0,1), + (41170,7444,1,0,0,6686.34,-2481.57,538.3,3.13655,333,333,15,0,3680,0,0,1), + (41171,7444,1,0,0,6908.3,-3763.85,720.063,1.93391,333,333,15,0,3680,0,0,1), + (41172,7444,1,0,0,6880.04,-3576.97,741.509,1.6726,333,333,15,0,3680,0,0,1), + (41173,7445,1,0,0,5669.85,-4458.38,781.368,0.64272,333,333,15,0,4454,0,0,1), + (41174,7445,1,0,0,7811.53,-4482.42,675.395,2.90936,333,333,15,0,4454,0,0,1), + (41175,7445,1,0,0,7851.04,-4615.31,707.623,2.29587,333,333,15,0,4454,0,0,1), + (41176,7445,1,0,0,7878.97,-4483.67,692.457,2.95685,333,333,15,0,4454,0,0,1), + (41177,7445,1,0,0,7934.18,-4594.49,715.165,1.12898,333,333,15,0,4454,0,0,1), + (41178,7445,1,0,0,7753.27,-4519.37,660.234,0.220576,333,333,15,0,4454,0,0,1), + (41179,7445,1,0,0,7962.42,-4513.85,709.352,3.30048,333,333,15,0,4454,0,0,1), + (41180,7445,1,0,0,7546.5,-4466.3,603.853,4.9318,333,333,15,0,4454,0,0,1), + (41181,7445,1,0,0,7611.42,-4406.25,613.101,5.34183,333,333,15,0,4454,0,0,1), + (41182,7445,1,0,0,7524.62,-4508.92,604.03,5.45115,333,333,15,0,4454,0,0,1), + (41183,7445,1,0,0,7387.65,-4651.79,616.601,1.77317,333,333,15,0,4454,0,0,1), + (41184,7445,1,0,0,7807.76,-4430.53,664.813,4.77688,333,333,15,0,4454,0,0,1), + (41185,7445,1,0,0,7871.2,-4452.35,690.064,6.2324,333,333,15,0,4454,0,0,1), + (41186,7445,1,0,0,7937.47,-4418.55,725.636,5.36058,333,333,15,0,4454,0,0,1), + (41187,7445,1,0,0,7742.91,-4438.38,655.222,3.84746,333,333,15,0,4454,0,0,1), + (41188,7445,1,0,0,7281.51,-4338.81,670.593,6.2363,333,333,15,0,4454,0,0,1), + (41189,7445,1,0,0,7786.8,-4480.03,661.296,6.03844,333,333,15,0,4454,0,0,1), + (41190,7445,1,0,0,7881.71,-4591.82,705.673,4.86437,333,333,15,0,4454,0,0,1), + (41191,7445,1,0,0,7749.07,-4523.81,660.61,3.98639,333,333,15,0,4454,0,0,1), + (41192,7445,1,0,0,7686.96,-4561.29,656.774,5.21446,333,333,15,0,4454,0,0,1), + (41193,7445,1,0,0,7885.61,-4550.87,697.342,6.14405,333,333,15,0,4454,0,0,1), + (41194,7445,1,0,0,7576.61,-4201.69,668.902,1.38043,333,333,15,0,4454,0,0,1), + (41195,7445,1,0,0,5924.96,-4770.47,758.047,4.05991,333,333,15,0,4454,0,0,1), + (41196,7445,1,0,0,5506.12,-4635.64,800.231,4.22691,333,333,15,0,4454,0,0,1), + (41197,7445,1,0,0,5930.78,-4821.86,755.329,3.07321,333,333,15,0,4454,0,0,1), + (41198,7445,1,0,0,7369.23,-4608.28,599.227,5.33826,333,333,15,0,4454,0,0,1), + (41199,7445,1,0,0,7242.19,-4685.53,717.497,4.18598,333,333,15,0,4454,0,0,1), + (41200,7445,1,0,0,7293.21,-4769.12,676.801,5.01283,333,333,15,0,4454,0,0,1), + (41201,7445,1,0,0,7820.95,-4540.87,687.5,0.93321,333,333,15,0,4454,0,0,1), + (41202,7445,1,0,0,7137.11,-4738.69,715.029,5.66439,333,333,15,0,4454,0,0,1), + (41203,7445,1,0,0,7261.16,-4708.66,704.671,0.611846,333,333,15,0,4454,0,0,1), + (41204,7445,1,0,0,7815.79,-4619.87,701.944,4.29417,333,333,15,0,4454,0,0,1), + (41205,7445,1,0,0,7675.67,-4601.93,676.244,4.73485,333,333,15,0,4454,0,0,1), + (41206,7445,1,0,0,7514.93,-4688.13,656.754,4.92608,333,333,15,0,4454,0,0,1), + (41207,7445,1,0,0,7534.93,-4623.43,640.716,6.14212,333,333,15,0,4454,0,0,1), + (41208,7445,1,0,0,7385.93,-4568.41,595.639,4.26709,333,333,15,0,4454,0,0,1), + (41209,7445,1,0,0,7413.29,-4526.19,598.568,6.14057,333,333,15,0,4454,0,0,1), + (41210,7445,1,0,0,7570.83,-4562.5,625.418,2.11502,333,333,15,0,4454,0,0,1), + (41211,7445,1,0,0,7352.41,-4761.96,666.656,3.42043,333,333,15,0,4454,0,0,1), + (41212,7445,1,0,0,7306.79,-4527.58,589.831,4.73229,333,333,15,0,4454,0,0,1), + (41213,7445,1,0,0,5755.73,-4658.07,778.356,3.04775,333,333,15,0,4454,0,0,1), + (41214,7445,1,0,0,7483.05,-4279.2,653.413,1.54053,333,333,15,0,4454,0,0,1), + (41215,7445,1,0,0,7615.83,-4297.88,639.576,5.50363,333,333,15,0,4454,0,0,1), + (41216,7445,1,0,0,7416.83,-4280.07,672.82,0.091897,333,333,15,0,4454,0,0,1), + (41217,7445,1,0,0,7352.49,-4356.27,673.808,4.79845,333,333,15,0,4454,0,0,1), + (41218,7446,1,0,0,5180.83,-4408.39,882.78,1.28364,333,333,5,0,4738,0,0,1), + (41219,7446,1,0,0,5112.89,-4466.6,866.283,4.11463,333,333,5,0,4738,0,0,1), + (41220,7446,1,0,0,5254.56,-4345.19,903.529,0.781757,333,333,5,0,4738,0,0,1), + (41221,7446,1,0,0,5151.54,-4372.55,910.179,2.63601,333,333,5,0,4738,0,0,1), + (41222,7446,1,0,0,5231.4,-5079.27,917.768,5.98059,333,333,5,0,4738,0,0,1), + (41223,7446,1,0,0,5132.74,-4460.95,867.11,3.73709,333,333,5,0,4738,0,0,1), + (41224,7446,1,0,0,5193.13,-5051.26,903.432,5.6182,333,333,5,0,4738,0,0,1), + (41225,7446,1,0,0,5223.06,-4379.17,887.699,0.121011,333,333,5,0,4738,0,0,1), + (41226,7446,1,0,0,5265.99,-5077.61,906.274,3.27929,333,333,5,0,4738,0,0,1), + (41227,7446,1,0,0,5255.2,-5060.64,902.838,6.18934,333,333,5,0,4738,0,0,1), + (41228,7446,1,0,0,5150.24,-4520.41,843.69,6.20176,333,333,15,0,4738,0,0,1), + (41229,7446,1,0,0,5282.96,-4386.32,878.94,6.13024,333,333,5,0,4738,0,0,1), + (41230,7446,1,0,0,5177.41,-4346.16,912.681,2.58232,333,333,5,0,4738,0,0,1), + (41231,7446,1,0,0,5153.3,-4320.11,938.014,2.95091,333,333,5,0,4738,0,0,1), + (41232,7446,1,0,0,5193.96,-4478.04,852.171,4.78897,333,333,15,0,4738,0,0,1), + (41233,7446,1,0,0,5080.87,-4655.3,848.344,1.46441,333,333,15,0,4738,0,0,1), + (41234,7446,1,0,0,5117.38,-4558.05,843.094,5.69247,333,333,15,0,4738,0,0,1), + (41235,7446,1,0,0,5149.69,-4580.8,842.398,4.1871,333,333,15,0,4738,0,0,1), + (41236,7446,1,0,0,5114.44,-4431.4,894.559,4.18937,333,333,5,0,4738,0,0,1), + (41237,7446,1,0,0,5029.65,-4484.93,891.539,3.62238,333,333,5,0,4738,0,0,1), + (41238,7446,1,0,0,5012.53,-4820.09,870.109,5.82609,333,333,10,0,4738,0,0,1), + (41239,7447,1,0,0,6237.88,-2415.24,582.725,1.47713,333,333,15,0,3189,0,0,1), + (41240,7447,1,0,0,6395.84,-3762.7,721.44,4.69091,333,333,15,0,3189,0,0,1), + (41241,7447,1,0,0,6406.21,-3566.21,701.13,2.43847,333,333,15,0,3189,0,0,1), + (41242,7447,1,0,0,6460.05,-3420.2,617.849,4.9512,333,333,15,0,3189,0,0,1), + (41243,7447,1,0,0,6509.88,-3731.2,698.799,6.07659,333,333,15,0,3189,0,0,1), + (41244,7447,1,0,0,6601.79,-3794.1,662.804,0.403353,333,333,15,0,3189,0,0,1), + (41245,7447,1,0,0,6746.99,-4093.82,706.578,4.70555,333,333,15,0,3189,0,0,1), + (41246,7447,1,0,0,6703.82,-3971,694.92,3.97804,333,333,15,0,3189,0,0,1), + (41247,7447,1,0,0,6428.72,-2956.42,586.429,3.50034,333,333,3,0,3189,0,0,1), + (41248,7447,1,0,0,6709.58,-3051.48,575.688,2.81953,333,333,15,0,3189,0,0,1), + (41249,7447,1,0,0,6535.1,-3503.19,645.019,3.79332,333,333,0,0,3189,0,0,0), + (41250,7447,1,0,0,6420.24,-2716.69,550.381,5.60509,333,333,15,0,3189,0,0,2), + (41251,7447,1,0,0,6814.71,-3509.87,701.854,2.6869,333,333,15,0,3189,0,0,1), + (41252,7447,1,0,0,6877.92,-3355.3,724.166,1.31208,333,333,15,0,3189,0,0,1), + (41253,7448,1,0,0,6034.82,-5179.02,866.623,1.72181,333,333,15,0,3529,0,0,1), + (41254,7448,1,0,0,6082.77,-5156.01,870.203,1.44547,333,333,15,0,3529,0,0,1), + (41255,7448,1,0,0,6012.81,-5143.63,848.952,0.359113,333,333,15,0,3529,0,0,1), + (41256,7448,1,0,0,7100.05,-5158.99,750.515,0.145074,333,333,15,0,3529,0,0,1), + (41257,7448,1,0,0,6303.35,-4819.47,755.203,6.10054,333,333,15,0,3529,0,0,1), + (41258,7448,1,0,0,6365.43,-4818.65,731.948,3.60742,333,333,15,0,3529,0,0,1), + (41259,7448,1,0,0,6178.16,-5052.81,784.262,1.68456,333,333,15,0,3529,0,0,2), + (41260,7448,1,0,0,6226.26,-5117.54,804.194,2.21307,333,333,15,0,3529,0,0,1), + (41261,7448,1,0,0,6018.31,-4962.66,763.326,0.020405,333,333,15,0,3529,0,0,1), + (41262,7448,1,0,0,6108.92,-5039.26,791.782,5.86116,333,333,15,0,3529,0,0,1), + (41263,7448,1,0,0,6047.95,-5020.54,782.391,4.33213,333,333,15,0,3529,0,0,1), + (41264,7448,1,0,0,6185.01,-5043.39,782.657,4.66448,333,333,15,0,3529,0,0,1), + (41265,7448,1,0,0,6288.99,-5061.84,772.809,2.18344,333,333,15,0,3529,0,0,1), + (41266,7448,1,0,0,6009.36,-5048.81,788.427,3.08886,333,333,15,0,3529,0,0,1), + (41267,7448,1,0,0,6312,-4303.82,740.957,4.65371,333,333,15,0,3529,0,0,1), + (41268,7448,1,0,0,6237.97,-4254.53,735.807,0.317737,333,333,15,0,3529,0,0,1), + (41269,7448,1,0,0,6362.5,-4557.77,747.848,3.19238,333,333,15,0,3529,0,0,2), + (41270,7448,1,0,0,6474.88,-4494.19,726.521,6.06547,333,333,15,0,3529,0,0,1), + (41271,7448,1,0,0,6326.43,-4235.78,724.933,1.60789,333,333,15,0,3529,0,0,1), + (41272,7448,1,0,0,6424.27,-4434.93,729.323,1.14732,333,333,15,0,3529,0,0,1), + (41273,7448,1,0,0,6547.24,-4552.93,708.493,3.52609,333,333,15,0,3529,0,0,1), + (41274,7448,1,0,0,6563.46,-4410.48,705.453,5.71631,333,333,15,0,3529,0,0,1), + (41275,7448,1,0,0,6779.17,-4263.95,718.815,0.392838,333,333,15,0,3529,0,0,1), + (41276,7448,1,0,0,6640.05,-4373.21,707.87,4.23295,333,333,15,0,3529,0,0,1), + (41277,7448,1,0,0,7079.77,-4974.21,722.582,5.37309,333,333,15,0,3529,0,0,1), + (41278,7448,1,0,0,7265.9,-5012.27,731.379,5.74126,333,333,15,0,3529,0,0,1), + (41279,7448,1,0,0,7226.3,-5010.02,734.061,4.64294,333,333,15,0,3529,0,0,1), + (41280,7448,1,0,0,7122.02,-4990.15,718.4,6.12237,333,333,15,0,3529,0,0,1), + (41281,7448,1,0,0,7370.26,-4922.52,721.135,0.818926,333,333,15,0,3529,0,0,1), + (41282,7448,1,0,0,6559.62,-4661.44,695.58,1.455,333,333,15,0,3529,0,0,1), + (41283,7448,1,0,0,7077.63,-5080.1,712.096,2.69064,333,333,15,0,3529,0,0,1), + (41284,7449,1,0,0,7500.73,-4602.13,622.756,2.35136,333,333,15,0,3758,0,0,1), + (41285,7449,1,0,0,7631.33,-4437.19,622.996,0.285005,333,333,15,0,3758,0,0,1), + (41286,7449,1,0,0,7591.36,-4447.35,608.337,6.23435,333,333,15,0,3758,0,0,1), + (41287,7449,1,0,0,7500,-4179.04,680.128,3.40836,333,333,15,0,3758,0,0,1), + (41288,7449,1,0,0,7516.24,-4282.75,646.952,2.45098,333,333,15,0,3758,0,0,1), + (41289,7449,1,0,0,7514.91,-4475.78,603.569,3.94979,333,333,15,0,3758,0,0,1), + (41290,7449,1,0,0,7559.39,-4369.5,615.956,4.83481,333,333,15,0,3758,0,0,1), + (41291,7449,1,0,0,5595.3,-4814.01,787.654,1.71573,333,333,15,0,3758,0,0,1), + (41292,7449,1,0,0,7856.73,-4508.5,687.657,1.38928,333,333,15,0,3758,0,0,2), + (41293,7449,1,0,0,7323.74,-4331.95,692.588,5.01915,333,333,15,0,3758,0,0,1), + (41294,1525,0,0,0,2402.65,500.504,39.7787,5.41052,300,300,0,0,102,0,0,0), + (41295,1526,0,0,0,2217.13,687.886,35.6444,2.75492,300,300,10,0,120,220,0,1), + (41296,1543,0,0,0,2604.81,1466.91,-8.54959,2.14675,300,300,0,0,137,0,0,0), + (41297,1543,0,0,0,2481.31,1648.42,15.1975,3.04617,300,300,5,0,137,0,0,1), + (41298,1544,0,0,0,2503.82,1426.54,4.81029,3.49057,300,300,5,0,148,165,0,1), + (41299,1543,0,0,0,2479.43,1702.89,24.6397,1.0183,300,300,3,0,137,0,0,1), + (41300,1543,0,0,0,2656.3,1398.33,-3.25286,5.16577,300,300,5,0,137,0,0,1), + (41301,1544,0,0,0,2526.72,1469.03,-1.80913,2.2517,300,300,5,0,148,165,0,1), + (41302,1544,0,0,0,2530.86,1656.53,5.77004,3.29867,300,300,2,0,148,165,0,1), + (41303,7449,1,0,0,7441.32,-4541.89,599.298,0.976561,333,333,15,0,3758,0,0,1), + (41304,7449,1,0,0,7873.72,-4687.53,736.356,3.75832,333,333,15,0,3758,0,0,1), + (41305,7449,1,0,0,7774.13,-4460.8,656.322,5.71848,333,333,15,0,3758,0,0,1), + (41306,7449,1,0,0,7834.35,-4604.57,701.248,5.94839,333,333,15,0,3758,0,0,1), + (41307,7449,1,0,0,7711.86,-4569.2,669.819,2.96488,333,333,15,0,3758,0,0,1), + (41308,7449,1,0,0,5955.44,-4774.13,766.212,1.76226,333,333,15,0,3758,0,0,1), + (41309,7449,1,0,0,7892.57,-4424.89,697.234,5.60004,333,333,15,0,3758,0,0,1), + (41310,7449,1,0,0,7787.26,-4651.29,708.474,5.95927,333,333,15,0,3758,0,0,1), + (41311,7449,1,0,0,7706.91,-4481.67,637.273,6.24215,333,333,15,0,3758,0,0,2), + (41312,7449,1,0,0,7595.35,-4205.59,669.522,4.94589,333,333,15,0,3758,0,0,1), + (41313,7449,1,0,0,7115.89,-4718.26,707.271,5.14232,333,333,15,0,3758,0,0,1), + (41314,7449,1,0,0,5945.55,-4710.43,766.308,4.97916,333,333,15,0,3758,0,0,1), + (41315,7449,1,0,0,7305.31,-4708.86,670.775,3.37279,333,333,15,0,3758,0,0,1), + (41316,7449,1,0,0,7534.47,-4644.74,646.439,5.9219,333,333,15,0,3758,0,0,1), + (41317,7449,1,0,0,7444.56,-4438.07,677.61,0.11939,333,333,15,0,3758,0,0,1), + (41318,7449,1,0,0,7987.42,-4581.18,734.03,0.070403,333,333,15,0,3758,0,0,1), + (41321,7449,1,0,0,7520.96,-4577.61,620.996,4.8663,333,333,15,0,3758,0,0,1), + (41329,7449,1,0,0,7489.34,-4574.84,611.64,0.844803,333,333,15,0,3758,0,0,1), + (41330,7449,1,0,0,7916.73,-4470.65,707.356,2.05891,333,333,15,0,3758,0,0,2), + (41331,7449,1,0,0,7427.28,-4582.94,602.817,3.16503,333,333,15,0,3758,0,0,1), + (41332,7449,1,0,0,7614.76,-4529.77,626.911,4.76127,333,333,15,0,3758,0,0,2), + (41333,7449,1,0,0,7421.81,-4478.81,616.848,0.786387,333,333,15,0,3758,0,0,1), + (41334,7449,1,0,0,7949.73,-4546.46,709.484,1.88977,333,333,15,0,3758,0,0,1), + (41335,7449,1,0,0,7351.43,-4476.54,637.659,0.894671,333,333,15,0,3758,0,0,1), + (41336,7449,1,0,0,7450.49,-4246.89,670.152,1.77738,333,333,15,0,3758,0,0,1), + (41337,7449,1,0,0,7390.24,-4312.8,681.765,0.676442,333,333,15,0,3758,0,0,1), + (41338,7449,1,0,0,7452.1,-4380.39,673.023,0.68724,333,333,15,0,3758,0,0,1), + (41339,7449,1,0,0,7418.24,-4544.2,598.598,1.62749,333,333,15,0,3758,0,0,1), + (41340,7449,1,0,0,7325.99,-4467.38,636.92,5.13587,333,333,15,0,3758,0,0,1), + (41341,11546,1,0,0,6720.55,-4688.5,721.797,2.49582,333,333,0,0,3517,0,0,0), + (41342,7450,1,0,0,6336.91,-3735.25,725.655,4.1625,333,333,3,0,3189,0,0,1), + (41343,7450,1,0,0,6339.7,-3556.75,721.211,2.92349,333,333,15,0,3189,0,0,1), + (41344,7450,1,0,0,6509.06,-3475.4,630.242,2.95685,333,333,15,0,3189,0,0,1), + (41345,7450,1,0,0,6749.81,-4215.74,706.659,5.32696,333,333,15,0,3189,0,0,1), + (41346,7450,1,0,0,6508.49,-3680.8,720.98,4.14281,333,333,3,0,3189,0,0,1), + (41347,7450,1,0,0,6501.44,-3548.21,656.713,2.04405,333,333,15,0,3189,0,0,1), + (41348,7450,1,0,0,6672.48,-3973.56,690.832,2.97676,333,333,15,0,3189,0,0,1), + (41349,7450,1,0,0,6833.7,-3543.88,730.406,0.446604,333,333,15,0,3189,0,0,1), + (41350,7450,1,0,0,6920.33,-3265.33,716.433,1.11588,333,333,15,0,3189,0,0,1), + (41351,7450,1,0,0,6613.64,-2998.01,580.751,1.73177,333,333,15,0,3189,0,0,1), + (41352,7450,1,0,0,6752.84,-3442.09,680.699,4.49579,333,333,15,0,3189,0,0,1), + (41353,7450,1,0,0,6848.32,-2946.26,598.182,5.88451,333,333,15,0,3189,0,0,1), + (41354,7450,1,0,0,6870.85,-3820.52,701.338,3.48032,333,333,0,0,3189,0,0,0), + (41355,7450,1,0,0,6671.8,-2661.29,532.988,5.33207,333,333,15,0,3189,0,0,1), + (41356,7450,1,0,0,6720.72,-3494.89,679.56,1.84033,333,333,15,0,3189,0,0,1), + (41357,7450,1,0,0,6247.99,-2345.12,575.181,1.8802,333,333,15,0,3189,0,0,1), + (41358,7450,1,0,0,6643.22,-3848.34,654.845,0.839288,333,333,15,0,3189,0,0,1), + (41359,7450,1,0,0,6852.96,-3711.96,741.36,5.1804,333,333,15,0,3189,0,0,1), + (41360,7450,1,0,0,6771.54,-4152.76,718.023,2.24401,333,333,15,0,3189,0,0,1), + (41361,7450,1,0,0,6814.52,-3081.16,583.468,5.49037,333,333,15,0,3189,0,0,1), + (41362,7450,1,0,0,6789.7,-3344.21,672.671,0.140388,333,333,15,0,3189,0,0,1), + (41363,7450,1,0,0,6437.42,-2888.2,574.647,4.9767,333,333,15,0,3189,0,0,1), + (41364,7450,1,0,0,6728.68,-4045.28,693.699,6.1084,333,333,15,0,3189,0,0,1), + (41365,7450,1,0,0,6710.07,-3081.55,572.453,3.22571,333,333,15,0,3189,0,0,1), + (41366,7450,1,0,0,6758.46,-3642.16,724.996,6.2539,333,333,0,0,3189,0,0,0), + (41367,7450,1,0,0,6401.84,-2375.2,573.756,3.39834,333,333,15,0,3189,0,0,1), + (41368,7450,1,0,0,6753.03,-3047.62,572.421,5.00154,333,333,0,0,3189,0,0,0), + (41369,7450,1,0,0,6655.73,-2687.76,536.667,5.46118,333,333,15,0,3189,0,0,1), + (41370,7450,1,0,0,6861.98,-3201.65,637.95,1.48571,333,333,15,0,3189,0,0,1), + (41371,7450,1,0,0,6900.15,-3382.17,753.074,3.40433,333,333,15,0,3189,0,0,1), + (41372,7451,1,0,0,6976.34,-4709.22,716.001,1.42294,333,333,15,0,3420,0,0,1), + (41373,7451,1,0,0,7122.82,-4661.99,638.525,0.772645,333,333,0,0,3420,0,0,0), + (41374,7451,1,0,0,7197.48,-4218.32,708.487,3.98353,333,333,15,0,3420,0,0,1), + (41375,7451,1,0,0,6791.44,-4555.81,727.993,0.101709,333,333,15,0,3420,0,0,1), + (41376,7451,1,0,0,7209.75,-4540.12,600.083,1.61578,333,333,15,0,3420,0,0,1), + (41377,7451,1,0,0,7013.55,-4337.13,753.474,3.21394,333,333,15,0,3420,0,0,1), + (41378,7451,1,0,0,6932.25,-3960.13,738.835,1.83234,333,333,15,0,3420,0,0,1), + (41379,7451,1,0,0,7116.27,-4621.75,638.81,3.92723,333,333,15,0,3420,0,0,1), + (41380,7451,1,0,0,7124.27,-4637.78,639.655,3.08236,333,333,15,0,3420,0,0,1), + (41381,7451,1,0,0,7029.73,-4730.09,736.914,2.42111,333,333,15,0,3420,0,0,1), + (41382,7451,1,0,0,6929.04,-4612.62,725.063,5.85624,333,333,15,0,3420,0,0,1), + (41383,7451,1,0,0,7033.2,-4564.82,689.39,5.99388,333,333,15,0,3420,0,0,1), + (41384,7451,1,0,0,7209.54,-4486.21,617.154,1.88452,333,333,15,0,3420,0,0,1), + (41385,7451,1,0,0,7179.94,-4259.88,699.965,5.26168,333,333,15,0,3420,0,0,1), + (41386,7451,1,0,0,7198.79,-4293.36,690.025,1.33339,333,333,15,0,3420,0,0,1), + (41387,7451,1,0,0,6903.13,-4458.61,722.513,4.99431,333,333,15,0,3420,0,0,1), + (41388,7451,1,0,0,7185.73,-4297.45,679.726,3.11726,333,333,15,0,3420,0,0,1), + (41389,7451,1,0,0,6884.63,-4434.93,734.567,1.4278,333,333,15,0,3420,0,0,1), + (41390,7451,1,0,0,6993.97,-4233.03,699.741,3.45316,333,333,15,0,3420,0,0,1), + (41391,7451,1,0,0,6957.66,-4602.41,734.66,6.08062,333,333,15,0,3420,0,0,1), + (41392,7451,1,0,0,7039.06,-4213.95,696.851,1.58056,333,333,15,0,3420,0,0,1), + (41393,7451,1,0,0,6915,-4501.95,714.278,4.52956,333,333,15,0,3420,0,0,1), + (41394,7452,1,0,0,5643.33,-4851.29,850.424,2.8697,333,333,5,0,3644,0,0,1), + (41395,7452,1,0,0,5801.2,-4986.72,853.462,0.577019,333,333,5,0,3644,0,0,1), + (41396,7452,1,0,0,7694.29,-4708.62,787.022,0.502355,333,333,3,0,3644,0,0,1), + (41397,7452,1,0,0,7749.07,-4711.63,767.36,3.7482,333,333,3,0,3644,0,0,1), + (41398,7452,1,0,0,5454.64,-4920.52,869.765,2.83039,333,333,5,0,3644,0,0,1), + (41399,7452,1,0,0,5486.73,-4862.56,862.224,2.71246,333,333,5,0,3644,0,0,1), + (41400,7452,1,0,0,7597.61,-5052.99,731.241,6.26756,333,333,5,0,3644,0,0,1), + (41401,7452,1,0,0,5760.38,-4992.58,809.051,4.94012,333,333,3,0,3644,0,0,1), + (41402,7452,1,0,0,5641.82,-4931.1,807.639,6.11836,333,333,5,0,3644,0,0,1), + (41403,7452,1,0,0,5682.75,-4955.65,804.29,0.501005,333,333,15,0,3644,0,0,1), + (41404,7452,1,0,0,5678.59,-4480.78,766.256,0.060006,333,333,3,0,3644,0,0,1), + (41405,7452,1,0,0,5758.26,-4495.61,759.731,2.00383,333,333,3,0,3644,0,0,1), + (41406,7452,1,0,0,5604.25,-4952.87,820.938,0.83377,333,333,10,0,3644,0,0,1), + (41407,7452,1,0,0,7350.76,-4881.77,730.472,0.048837,333,333,3,0,3644,0,0,1), + (41408,7452,1,0,0,7656.43,-4962.65,719.834,2.77826,333,333,3,0,3644,0,0,1), + (41409,7452,1,0,0,7715.02,-4786.35,696.447,1.59383,333,333,5,0,3644,0,0,1), + (41410,7452,1,0,0,5703.21,-4535.1,762.992,6.24431,333,333,5,0,3644,0,0,1), + (41411,7452,1,0,0,5735.47,-4839.21,778.256,1.09313,333,333,5,0,3644,0,0,1), + (41412,7452,1,0,0,7465.78,-5114.9,741.009,2.98078,333,333,5,0,3644,0,0,1), + (41413,7452,1,0,0,7548.82,-4982.3,699.454,2.64702,333,333,15,0,3644,0,0,1), + (41414,7452,1,0,0,7418.25,-4949.13,708.087,0.973038,333,333,15,0,3644,0,0,1), + (41415,7452,1,0,0,7381.2,-4981.51,713.432,0.489843,333,333,5,0,3644,0,0,1), + (41416,7452,1,0,0,7453.02,-5049.83,729.105,5.86272,333,333,5,0,3644,0,0,1), + (41417,7452,1,0,0,7547.55,-5018.57,708.858,3.62081,333,333,15,0,3644,0,0,1), + (41418,7452,1,0,0,7554.77,-4888.21,694.183,5.64203,333,333,15,0,3644,0,0,1), + (41419,7453,1,0,0,7691.51,-4925.28,747.139,3.58074,333,333,3,0,3006,2241,0,1), + (41420,7453,1,0,0,7795.76,-4728.46,775.948,1.78166,333,333,3,0,3006,2241,0,1), + (41421,7453,1,0,0,5793.15,-4955.75,832.644,5.17751,333,333,3,0,3006,2241,0,1), + (41422,7453,1,0,0,5582.44,-4890.33,844.137,5.01519,333,333,5,0,3006,2241,0,1), + (41423,7453,1,0,0,7591.82,-4807.01,736.494,3.49053,333,333,5,0,3006,2241,0,1), + (41424,7453,1,0,0,5675.77,-4999.81,807.178,6.10239,333,333,15,0,3006,2241,0,1), + (41425,7453,1,0,0,5693.92,-5046.95,807.243,5.22818,333,333,3,0,3006,2241,0,1), + (41426,7453,1,0,0,5641.75,-4977.44,809.187,3.41653,333,333,10,0,3006,2241,0,1), + (41427,7453,1,0,0,5586.11,-4923.65,829.287,2.84238,333,333,10,0,3006,2241,0,1), + (41428,7453,1,0,0,5564.86,-4971.58,840.486,5.82582,333,333,5,0,3006,2241,0,1), + (41429,7453,1,0,0,5610.38,-5026.66,808.581,0.548932,333,333,3,0,3006,2241,0,1), + (41430,7453,1,0,0,5638.35,-4898.31,804.887,0.743149,333,333,3,0,3006,2241,0,1), + (41431,7453,1,0,0,5681.22,-4521.27,766.219,5.90739,333,333,5,0,3006,2241,0,1), + (41432,7453,1,0,0,5739.2,-4501.91,759.551,1.78057,333,333,0,0,3006,2241,0,0), + (41433,7453,1,0,0,5784.17,-4887.54,831.324,0.842775,333,333,3,0,3006,2241,0,1), + (41434,7453,1,0,0,7355.75,-5067.33,722.156,4.08488,333,333,15,0,3006,2241,0,1), + (41435,7453,1,0,0,7753.01,-4852.56,698.251,6.26552,333,333,5,0,3006,2241,0,1), + (41436,7453,1,0,0,7719.86,-4855.44,696.587,3.83384,333,333,5,0,3006,2241,0,1), + (41437,7453,1,0,0,5709.8,-4513.29,762.244,4.07906,333,333,0,0,3006,2241,0,0), + (41438,7453,1,0,0,5679.48,-4927.79,803.912,3.46907,333,333,15,0,3006,2241,0,1), + (41439,7453,1,0,0,5712.77,-4853.18,786.631,1.358,333,333,2,0,3006,2241,0,1), + (41440,7453,1,0,0,5717.49,-4914.25,800.549,4.55966,333,333,5,0,3006,2241,0,1), + (41441,7453,1,0,0,7676.48,-4995.66,717.952,0.409894,333,333,5,0,3006,2241,0,1), + (41442,7453,1,0,0,7493.01,-5142.59,748.725,5.13718,333,333,5,0,3006,2241,0,1), + (41443,7453,1,0,0,7499.83,-4865.42,688.612,0.741887,333,333,5,0,3006,2241,0,1), + (41444,7453,1,0,0,7491.6,-4922.12,689.849,1.29169,333,333,5,0,3006,2241,0,1), + (41445,7453,1,0,0,7449.28,-4871.26,692.094,2.44398,333,333,3,0,3006,2241,0,1), + (41446,7453,1,0,0,7476.1,-4976.81,697.535,4.45556,333,333,15,0,3006,2241,0,1), + (41447,7453,1,0,0,7446.64,-4980.57,701.406,2.77414,333,333,3,0,3006,2241,0,1), + (41448,7453,1,0,0,7516.48,-5050.63,718.48,3.07415,333,333,15,0,3006,2241,0,1), + (41449,7453,1,0,0,7579.53,-4982.1,700.837,3.23349,333,333,15,0,3006,2241,0,1), + (41450,7453,1,0,0,7551.88,-4818.26,707.253,5.78197,333,333,5,0,3006,2241,0,1), + (41451,7453,1,0,0,7513.95,-4848.9,690.241,2.70373,333,333,5,0,3006,2241,0,1), + (41452,7453,1,0,0,7485.99,-4818.99,686.34,5.40407,333,333,15,0,3006,2241,0,1), + (41453,7453,1,0,0,7504.28,-4896.52,689.244,5.75486,333,333,5,0,3006,2241,0,1), + (41454,7453,1,0,0,7451.53,-4853.41,686.199,5.02179,333,333,15,0,3006,2241,0,1), + (41455,7454,1,0,0,7632.01,-4829.64,779.258,6.06964,333,333,3,0,3876,0,0,1), + (41456,7454,1,0,0,5720.69,-4979.07,808.197,6.16256,333,333,5,0,3876,0,0,1), + (41457,7454,1,0,0,5486.5,-4961.5,851.092,5.06648,333,333,3,0,3876,0,0,1), + (41458,7454,1,0,0,5722.02,-4456.3,763.781,5.78197,333,333,15,0,3876,0,0,1), + (41459,7454,1,0,0,7323.38,-5093.51,726.533,4.1828,333,333,5,0,3876,0,0,1), + (41460,7454,1,0,0,7773.64,-4812.74,698.276,5.8715,333,333,5,0,3876,0,0,1), + (41461,7454,1,0,0,7617.4,-5029.52,713.504,1.12638,333,333,10,0,3876,0,0,1), + (41462,7454,1,0,0,7422.84,-5090.7,752.729,1.58667,333,333,5,0,3876,0,0,1), + (41463,7454,1,0,0,7427.58,-4809.02,673.195,1.45099,333,333,5,0,3876,0,0,1), + (41464,7454,1,0,0,7460.27,-4907.62,701.827,0.413864,333,333,15,0,3876,0,0,1), + (41465,7454,1,0,0,7415.04,-5019.05,726.022,3.75776,333,333,5,0,3876,0,0,1), + (41466,7454,1,0,0,7484.11,-5088.23,731.908,4.83868,333,333,5,0,3876,0,0,1), + (41467,7454,1,0,0,7619.81,-4951.53,698.888,5.98334,333,333,15,0,3876,0,0,1), + (41468,7454,1,0,0,7547.1,-4915.11,692.348,6.11836,333,333,15,0,3876,0,0,1), + (41469,7454,1,0,0,7514.79,-4786.47,685.629,5.35433,333,333,5,0,3876,0,0,1), + (41470,7454,1,0,0,7418.95,-4817.26,676.916,0.959931,333,333,0,0,3876,0,0,0), + (41471,7454,1,0,0,7533.59,-4984.14,702.281,0.145074,333,333,15,0,3876,0,0,1), + (41472,7454,1,0,0,7478.87,-4979.47,698.762,4.71825,333,333,15,0,3876,0,0,1), + (41473,7455,1,0,0,7051.5,-5167.85,727.486,5.10015,333,333,15,0,2533,0,0,1), + (41474,7455,1,0,0,6478.03,-4413.61,726.473,1.95965,333,333,15,0,2533,0,0,1), + (41475,7455,1,0,0,6345.03,-4513.07,779.025,3.44914,333,333,15,0,2533,0,0,1), + (41476,7455,1,0,0,6075.02,-5033.41,788.39,4.51672,333,333,15,0,2533,0,0,1), + (41477,7455,1,0,0,7231.07,-4812.84,688.784,1.13557,333,333,15,0,2533,0,0,1), + (41478,7455,1,0,0,6382.3,-4780.32,745.53,0.072849,333,333,15,0,2533,0,0,1), + (41479,7455,1,0,0,6093.54,-5164.7,873.531,1.25026,333,333,15,0,2533,0,0,1), + (41480,7455,1,0,0,6245.9,-4822.9,757.802,6.19518,333,333,15,0,2533,0,0,1), + (41481,7455,1,0,0,7146.3,-5087.98,741.941,5.07276,333,333,15,0,2533,0,0,1), + (41482,7455,1,0,0,6895.92,-4319.63,739.492,1.15729,333,333,15,0,2533,0,0,1), + (41483,7455,1,0,0,6323.38,-4255.7,729.377,0.790229,333,333,15,0,2533,0,0,1), + (41484,7455,1,0,0,7247.97,-4813.93,687.211,2.42809,333,333,15,0,2533,0,0,1), + (41485,7455,1,0,0,6453.11,-4802.73,716.76,0.843313,333,333,15,0,2533,0,0,1), + (41486,7455,1,0,0,6975.84,-4369.93,759.809,5.5413,333,333,15,0,2533,0,0,1), + (41487,7455,1,0,0,7146.34,-4280.71,674.351,3.58345,333,333,15,0,2533,0,0,1), + (41488,7455,1,0,0,6973.45,-4922.62,692.766,0.459281,333,333,15,0,2533,0,0,1), + (41489,7455,1,0,0,7159.16,-4892.67,703.307,4.56649,333,333,15,0,2533,0,0,1), + (41490,7455,1,0,0,7171.56,-4935.95,717.096,5.22669,333,333,15,0,2533,0,0,1), + (41491,7455,1,0,0,7020.62,-5092.52,705.958,5.46083,333,333,15,0,2533,0,0,1), + (41492,7455,1,0,0,6754.6,-4379.19,750.081,1.38797,333,333,15,0,2533,0,0,1), + (41493,7455,1,0,0,6190.02,-5092.26,787.998,5.36487,333,333,15,0,2533,0,0,1), + (41494,7455,1,0,0,7257.34,-4970.51,728.324,4.38786,333,333,15,0,2533,0,0,1), + (41495,7455,1,0,0,6299.45,-4247.65,735.966,2.10703,333,333,15,0,2533,0,0,1), + (41496,7455,1,0,0,6973.15,-4763.49,715.74,5.58832,333,333,15,0,2533,0,0,1), + (41497,7455,1,0,0,6976.46,-4663.1,740.552,4.31339,333,333,15,0,2533,0,0,1), + (41498,7455,1,0,0,7041.33,-4822.92,725.965,6.28307,333,333,15,0,2533,0,0,1), + (41499,7455,1,0,0,6919.19,-4805.24,694.987,2.69323,333,333,15,0,2533,0,0,1), + (41500,7455,1,0,0,7164.46,-4508.33,607.478,3.14163,333,333,15,0,2533,0,0,1), + (41501,7455,1,0,0,6936.22,-4531.34,711.442,2.90088,333,333,0,0,2533,0,0,0), + (41502,7455,1,0,0,7124.18,-4234.48,691.641,5.03754,333,333,15,0,2533,0,0,1), + (41503,7455,1,0,0,6926.08,-3929.08,729.749,2.45373,333,333,15,0,2533,0,0,1), + (41504,7455,1,0,0,5966.71,-5012.5,794.238,0.056691,333,333,15,0,2533,0,0,1), + (41505,7455,1,0,0,6640.47,-4445.25,710.885,0.760456,333,333,15,0,2533,0,0,1), + (41506,7455,1,0,0,6960.62,-4671.66,727.258,0.03124,333,333,3,0,2533,0,0,1), + (41507,7455,1,0,0,6471.92,-4525.51,720.985,6.24606,333,333,15,0,2533,0,0,1), + (41508,7455,1,0,0,6789.92,-4875.69,772.987,1.9916,333,333,15,0,2533,0,0,1), + (41509,7455,1,0,0,6584.37,-4626.09,693.807,1.5708,333,333,15,0,2533,0,0,1), + (41510,7455,1,0,0,6909.83,-4402.59,722.904,1.31491,333,333,15,0,2533,0,0,1), + (41511,7455,1,0,0,7110.18,-4445.09,639.707,3.29261,333,333,15,0,2533,0,0,1), + (41512,7455,1,0,0,6928.95,-4640.99,723.803,0.260854,333,333,15,0,2533,0,0,1), + (41513,7455,1,0,0,7068.5,-4509.57,651.973,4.84823,333,333,15,0,2533,0,0,1), + (41514,7455,1,0,0,6981.47,-3920.66,748.62,0.058641,333,333,15,0,2533,0,0,1), + (41515,7455,1,0,0,6852.35,-4521.6,731.735,1.55127,333,333,15,0,2533,0,0,1), + (41516,7455,1,0,0,7117.74,-4499.55,616.63,4.77688,333,333,15,0,2533,0,0,1), + (41517,7456,1,0,0,5481.4,-4597.71,819.951,5.72065,333,333,15,0,3758,0,0,1), + (41518,7456,1,0,0,7538.17,-4664.95,652.69,1.41496,333,333,15,0,3758,0,0,1), + (41519,16416,1,0,0,6652.99,-4560.46,717.597,6.14356,333,333,0,0,5725,0,0,0), + (41520,7456,1,0,0,5979.98,-4725.79,779.162,1.50144,333,333,15,0,3758,0,0,1), + (41521,7456,1,0,0,7973.74,-4515.99,715.382,5.45218,333,333,15,0,3758,0,0,1), + (41522,7456,1,0,0,7256.38,-4419.01,642.722,5.86278,333,333,15,0,3758,0,0,1), + (41523,7456,1,0,0,7910.66,-4371.07,716.281,1.28981,333,333,15,0,3758,0,0,1), + (41524,7456,1,0,0,7696.46,-4462.66,634.714,2.33976,333,333,15,0,3758,0,0,1), + (41525,7456,1,0,0,7392.43,-4676.77,626.465,4.12561,333,333,15,0,3758,0,0,1), + (41526,7456,1,0,0,7432.74,-4212.81,677.641,5.75265,333,333,15,0,3758,0,0,1), + (41527,7456,1,0,0,7540.26,-4422.43,605.659,1.93542,333,333,15,0,3758,0,0,1), + (41528,7456,1,0,0,7516.76,-4477.4,603.695,4.52625,333,333,15,0,3758,0,0,1), + (41529,7456,1,0,0,5709.81,-4423.19,775.738,2.96698,333,333,15,0,3758,0,0,1), + (41530,7456,1,0,0,5697.12,-4586.71,767.425,3.14948,333,333,15,0,3758,0,0,1), + (41531,7456,1,0,0,5894.47,-4622.73,736.896,1.76874,333,333,15,0,3758,0,0,1), + (41532,11808,1,0,0,7099.18,-3820.1,734.583,0.872665,333,333,0,0,4108,5013,0,0), + (41533,7456,1,0,0,6026.38,-4746.54,802.058,0.009765,333,333,15,0,3758,0,0,1), + (41534,7456,1,0,0,5522.41,-4789.04,797.16,0.952633,333,333,15,0,3758,0,0,1), + (41535,7456,1,0,0,7558,-4191.56,668.621,5.2479,333,333,15,0,3758,0,0,1), + (41536,7456,1,0,0,5777.47,-4597.36,763.35,2.00648,333,333,15,0,3758,0,0,1), + (41537,7456,1,0,0,7340.5,-4418.61,649.495,3.04572,333,333,15,0,3758,0,0,1), + (41538,7456,1,0,0,5750.28,-4596.47,766.529,1.39697,333,333,15,0,3758,0,0,1), + (41539,7456,1,0,0,7213.78,-4757.51,716.611,2.82787,333,333,15,0,3758,0,0,1), + (41540,7456,1,0,0,5618.57,-4575.29,770.434,1.33814,333,333,15,0,3758,0,0,1), + (41541,7456,1,0,0,5702.86,-4632.19,771.273,1.70674,333,333,15,0,3758,0,0,1), + (41542,7456,1,0,0,5586.34,-4684.77,785.49,1.09929,333,333,15,0,3758,0,0,1), + (41543,7456,1,0,0,5789.82,-4602.76,761.598,0.204678,333,333,15,0,3758,0,0,1), + (41544,7456,1,0,0,7277.34,-4463.99,624.375,2.08376,333,333,15,0,3758,0,0,1), + (41545,7456,1,0,0,5922.47,-4722.53,772.41,4.78441,333,333,15,0,3758,0,0,1), + (41546,7456,1,0,0,5638.73,-4607.87,772.024,3.05164,333,333,15,0,3758,0,0,1), + (41547,7456,1,0,0,7613.93,-4526.48,625.811,0.610072,333,333,15,0,3758,0,0,1), + (41548,7456,1,0,0,7633.55,-4521.24,628.936,4.23802,333,333,15,0,3758,0,0,1), + (41549,7456,1,0,0,5677.08,-4619.39,770.804,1.50728,333,333,15,0,3758,0,0,1), + (41550,7456,1,0,0,5916.99,-4587.26,721.457,1.52883,333,333,15,0,3758,0,0,1), + (41551,7456,1,0,0,5663.8,-4655.5,773.718,3.51492,333,333,15,0,3758,0,0,1), + (41552,7456,1,0,0,7781.15,-4582.95,682.947,2.32071,333,333,15,0,3758,0,0,1), + (41553,7456,1,0,0,5898.83,-4755.42,760.155,0.072351,333,333,15,0,3758,0,0,1), + (41554,7456,1,0,0,5620.27,-4591.27,773.895,2.6281,333,333,15,0,3758,0,0,1), + (41555,7456,1,0,0,7851.32,-4580.38,699.22,0.456223,333,333,15,0,3758,0,0,1), + (41556,7457,1,0,0,6315.83,-3792.92,726.666,5.49785,333,333,3,0,3189,0,0,1), + (41557,7457,1,0,0,6859.73,-3509,717.776,2.75746,333,333,15,0,3189,0,0,1), + (41558,7457,1,0,0,6825.83,-3237.49,640.964,4.19542,333,333,15,0,3189,0,0,1), + (41559,7457,1,0,0,6904.12,-3806.12,706.249,2.22875,333,333,15,0,3189,0,0,1), + (41560,7457,1,0,0,6908.41,-3770.09,719.792,2.52402,333,333,0,0,3189,0,0,0), + (41561,7457,1,0,0,6745.54,-3136.78,573.806,0.085359,333,333,15,0,3189,0,0,1), + (41562,7457,1,0,0,6760.51,-3142.86,575.964,2.90003,333,333,15,0,3189,0,0,1), + (41563,7457,1,0,0,6672.29,-3168.57,603.352,5.6643,333,333,15,0,3189,0,0,1), + (41564,7457,1,0,0,6449.13,-2715.76,550.722,1.25949,333,333,15,0,3189,0,0,1), + (41565,7457,1,0,0,6456.97,-3689.39,724.941,5.4981,333,333,15,0,3189,0,0,1), + (41566,7457,1,0,0,6430.16,-3634.92,700.682,3.10642,333,333,3,0,3189,0,0,1), + (41567,7457,1,0,0,6439.7,-3726.97,704.853,4.27322,333,333,3,0,3189,0,0,1), + (41568,7457,1,0,0,6585.76,-3492.87,667.998,5.96113,333,333,15,0,3189,0,0,1), + (41569,7457,1,0,0,6427.27,-3473.99,647.072,5.46207,333,333,15,0,3189,0,0,1), + (41570,7457,1,0,0,6500.38,-3655.96,732.988,2.96296,333,333,3,0,3189,0,0,1), + (41571,7457,1,0,0,6641.04,-2616.41,523.059,3.13573,333,333,15,0,3189,0,0,1), + (41572,7457,1,0,0,6636.51,-3922.2,678.54,5.50607,333,333,15,0,3189,0,0,1), + (41573,7457,1,0,0,6814.92,-4181.07,715.937,4.56475,333,333,15,0,3189,0,0,1), + (41574,7457,1,0,0,6741.96,-3962.63,700.089,2.46356,333,333,15,0,3189,0,0,1), + (41575,7457,1,0,0,6330.21,-2369.62,571.21,4.71239,333,333,3,0,3189,0,0,1), + (41576,7457,1,0,0,6831.93,-4093.32,701.759,2.3711,333,333,15,0,3189,0,0,1), + (41577,7457,1,0,0,6583.07,-3049.48,596.665,3.02582,333,333,15,0,3189,0,0,1), + (41578,7457,1,0,0,6627.19,-2717.59,542.39,4.39435,333,333,15,0,3189,0,0,1), + (41579,7457,1,0,0,6710.65,-3411.61,667.706,5.21558,333,333,15,0,3189,0,0,1), + (41580,7457,1,0,0,6961.07,-3395.67,765.474,4.8319,333,333,15,0,3189,0,0,1), + (41581,7457,1,0,0,6730.72,-3572.56,703.835,1.93299,333,333,15,0,3189,0,0,1), + (41582,7457,1,0,0,6749.46,-3709.77,717.875,4.40391,333,333,15,0,3189,0,0,1), + (41583,7457,1,0,0,6758.79,-3385.99,681.998,2.93711,333,333,15,0,3189,0,0,1), + (41584,7457,1,0,0,6846.96,-3489.31,716.273,0.151015,333,333,15,0,3189,0,0,1), + (41585,7457,1,0,0,6678.1,-2468.07,540.028,1.92065,333,333,15,0,3189,0,0,1), + (41586,7457,1,0,0,6763.19,-3568.7,706.823,5.57583,333,333,15,0,3189,0,0,1), + (41587,7458,1,0,0,6997.91,-4037.82,715.858,4.09782,333,333,15,0,3529,0,0,1), + (41588,7458,1,0,0,6448.01,-5119.95,782.301,5.95609,333,333,15,0,3529,0,0,1), + (41589,7458,1,0,0,6962.76,-4238.02,725.842,5.17604,333,333,15,0,3529,0,0,1), + (41590,7458,1,0,0,6935.34,-4044.82,721.77,0.308758,333,333,15,0,3529,0,0,1), + (41591,7458,1,0,0,6345.32,-4988.93,759.324,4.687,333,333,15,0,3529,0,0,1), + (41592,7458,1,0,0,6347.77,-5058.38,760.103,5.65535,333,333,15,0,3529,0,0,1), + (41593,7458,1,0,0,6377.04,-5076.14,754.596,3.25117,333,333,15,0,3529,0,0,1), + (41594,7458,1,0,0,6402.15,-5117.43,764.771,1.16757,333,333,15,0,3529,0,0,1), + (41595,7458,1,0,0,6658.38,-4953.3,716.707,2.12277,333,333,15,0,3529,0,0,1), + (41596,7458,1,0,0,6648.13,-4864.07,714.947,1.92645,333,333,15,0,3529,0,0,1), + (41597,7458,1,0,0,6925.61,-4490.06,715.836,0.413864,333,333,15,0,3529,0,0,1), + (41598,7458,1,0,0,7051.56,-4663.97,748.795,5.41688,333,333,15,0,3529,0,0,1), + (41599,7458,1,0,0,6984.35,-4642.79,749.223,4.57132,333,333,15,0,3529,0,0,1), + (41600,7458,1,0,0,7046.56,-4712.98,728.397,2.33339,333,333,3,0,3529,0,0,1), + (41601,7458,1,0,0,6958.24,-4419.61,735.11,1.4956,333,333,15,0,3529,0,0,1), + (41602,7458,1,0,0,6696.41,-5357.36,770.033,2.42462,333,333,2,0,3529,0,0,1), + (41603,7458,1,0,0,6553.84,-5107.75,769.852,5.536,333,333,0,0,3529,0,0,0), + (41604,7458,1,0,0,6580.53,-5108.79,768.992,2.60636,333,333,0,0,3529,0,0,0), + (41605,7458,1,0,0,6567.96,-5143.51,769.996,5.84006,333,333,2,0,3529,0,0,1), + (41606,7458,1,0,0,7106.81,-4203.48,703.734,2.2225,333,333,15,0,3529,0,0,1), + (41607,7458,1,0,0,6572.7,-5183.42,768.972,4.3361,333,333,2,0,3529,0,0,1), + (41608,7458,1,0,0,6631.56,-5412.49,760.71,6.01034,333,333,2,0,3529,0,0,1), + (41609,7458,1,0,0,6581.68,-5280.21,752.666,3.14546,333,333,2,0,3529,0,0,1), + (41610,7458,1,0,0,6642.69,-5233.7,755.991,5.33701,333,333,2,0,3529,0,0,1), + (41611,7458,1,0,0,6668.3,-5342.59,771.983,6.15338,333,333,2,0,3529,0,0,1), + (41612,7458,1,0,0,6632.95,-5280.92,753.529,3.52882,333,333,2,0,3529,0,0,1), + (41613,7458,1,0,0,6504.5,-5120.59,767.663,4.19584,333,333,3,0,3529,0,0,1), + (41614,7458,1,0,0,6479.5,-5079.67,755.486,4.51871,333,333,3,0,3529,0,0,1), + (41615,7458,1,0,0,7158.78,-4421.41,638.04,3.20998,333,333,15,0,3529,0,0,1), + (41616,7458,1,0,0,6377.21,-5032.92,749.466,3.75681,333,333,15,0,3529,0,0,1), + (41617,7458,1,0,0,6484.11,-5047.99,745.645,2.24816,333,333,10,0,3529,0,0,1), + (41618,7458,1,0,0,6441.67,-5075,749.606,2.31005,333,333,15,0,3529,0,0,1), + (41619,7458,1,0,0,6622.77,-4982.15,706.648,1.36707,333,333,15,0,3529,0,0,1), + (41620,7458,1,0,0,6557.66,-4991.79,713.988,6.14609,333,333,15,0,3529,0,0,1), + (41621,7458,1,0,0,6586.76,-5021.95,714.403,4.11026,333,333,15,0,3529,0,0,1), + (41622,7458,1,0,0,6457.94,-5021.66,736.342,4.6383,333,333,15,0,3529,0,0,1), + (41623,7458,1,0,0,6420.43,-4992.32,742.723,5.23488,333,333,15,0,3529,0,0,1), + (41624,7458,1,0,0,6527.12,-4948.95,715.614,0.005349,333,333,15,0,3529,0,0,1), + (41625,7458,1,0,0,6588.97,-5016.63,713.073,4.58506,333,333,15,0,3529,0,0,1), + (41626,7458,1,0,0,6515.07,-5011.46,731.107,1.50287,333,333,15,0,3529,0,0,1), + (41627,7459,1,0,0,6698.1,-5303.39,749.158,3.43174,333,333,2,0,3644,0,0,1), + (41628,7459,1,0,0,6561.96,-5202.56,764.172,4.59596,333,333,2,0,3644,0,0,1), + (41629,7459,1,0,0,6581.35,-5287.64,752.47,3.25577,333,333,2,0,3644,0,0,1), + (41630,7459,1,0,0,6694.71,-5341.35,748.793,1.05431,333,333,2,0,3644,0,0,1), + (41631,7459,1,0,0,6756.21,-5351.48,766.961,0.761036,333,333,2,0,3644,0,0,1), + (41632,7459,1,0,0,6589.16,-5167.14,765.908,5.89863,333,333,2,0,3644,0,0,1), + (41633,7459,1,0,0,6606.4,-5369.42,761.163,4.51233,333,333,2,0,3644,0,0,1), + (41634,7459,1,0,0,6685.57,-5398.21,763.416,0.598206,333,333,2,0,3644,0,0,1), + (41635,7459,1,0,0,6661.28,-5403.45,760.239,1.94254,333,333,2,0,3644,0,0,1), + (41636,7459,1,0,0,6594.32,-5208.95,767.141,5.93697,333,333,2,0,3644,0,0,1), + (41638,6133,1,0,0,6374.46,869.084,-36.1482,3.58842,300,300,0,0,222,0,0,0), + (41639,7459,1,0,0,6471.11,-4994.14,732.804,3.66521,333,333,0,0,3644,0,0,0), + (41640,7459,1,0,0,6621.69,-4923.25,705.026,0.827529,333,333,15,0,3644,0,0,1), + (41641,7459,1,0,0,6553.07,-5050.06,722.443,1.28537,333,333,15,0,3644,0,0,1), + (41642,11556,1,0,0,6900.44,-2285.77,586.148,4.29351,333,333,0,0,4108,0,0,0), + (41643,2084,1,0,0,7073.94,-3969.67,745.713,5.28835,333,333,0,0,3749,0,0,0), + (41644,7460,1,0,0,6342.02,-5119.59,781.353,4.9038,333,333,5,0,3758,0,0,1), + (41645,7460,1,0,0,6564.4,-5264.12,753.709,4.84026,333,333,5,0,3758,0,0,1), + (41646,7460,1,0,0,6542.3,-5297.31,755.144,4.48013,333,333,2,0,3758,0,0,1), + (41647,7460,1,0,0,6538.03,-5269.09,752.677,6.10932,333,333,2,0,3758,0,0,1), + (41648,7460,1,0,0,6720.51,-5327.45,750.828,4.94919,333,333,2,0,3758,0,0,1), + (41649,7460,1,0,0,6752.53,-5322.79,748.355,0.692079,333,333,2,0,3758,0,0,1), + (41650,7460,1,0,0,6650.65,-5283.56,753.521,4.02772,333,333,2,0,3758,0,0,1), + (41651,7460,1,0,0,6613.29,-5308.83,753.695,3.30819,333,333,2,0,3758,0,0,1), + (41652,7460,1,0,0,6614.75,-5382.59,761.815,4.87503,333,333,2,0,3758,0,0,1), + (41653,7460,1,0,0,6702.17,-5367.94,769.321,3.79123,333,333,2,0,3758,0,0,1), + (41656,7460,1,0,0,6406.12,-5062.72,749.77,3.57195,333,333,15,0,3758,0,0,1), + (41658,7460,1,0,0,6612.03,-4910.32,704.757,1.53109,333,333,15,0,3758,0,0,1), + (41659,7460,1,0,0,6591.75,-5061.57,739.001,1.81514,333,333,0,0,3758,0,0,0), + (41660,7461,1,0,0,4546.76,-4254.31,906.088,4.69481,600,600,5,0,12507,11196,0,2), + (41661,7461,1,0,0,4376.45,-4465.75,896.768,1.98991,600,600,5,0,12507,11196,0,1), + (41662,7461,1,0,0,4575.75,-4676.58,881.164,1.62526,600,600,5,0,12507,11196,0,1), + (41663,7461,1,0,0,4748.6,-4271.48,893.643,1.2166,600,600,5,0,12507,11196,0,1), + (41664,7461,1,0,0,4734.27,-4307.8,897.287,2.86061,600,600,5,0,12507,11196,0,1), + (41665,7461,1,0,0,4803.43,-4897.79,883.507,1.01447,600,600,5,0,12507,11196,0,1), + (41666,7461,1,0,0,4783.66,-4833.72,880.177,4.87818,600,600,15,0,12507,11196,0,1), + (41667,7461,1,0,0,4334.71,-4411.15,900.284,4.82682,600,600,5,0,12507,11196,0,1), + (41668,1544,0,0,0,2479.13,1369.2,13.3845,4.13327,300,300,0,0,148,165,0,0), + (41670,7461,1,0,0,4908.41,-4558.28,857.96,3.70367,600,600,5,0,12507,11196,0,1), + (41671,7461,1,0,0,4837.38,-4586.33,861.424,2.73407,600,600,5,0,12507,11196,0,2), + (41672,1544,0,0,0,2535.55,1646.73,3.36458,0.436332,300,300,0,0,148,165,0,0), + (41673,1543,0,0,0,2998.12,247.214,-0.407396,0.244346,300,300,0,0,137,0,0,0), + (41675,7461,1,0,0,4577.65,-4610.45,891.684,6.18536,600,600,5,0,12507,11196,0,1), + (41676,1544,0,0,0,2973.36,139.908,1.40939,4.19148,300,300,5,0,148,165,0,1), + (41677,6579,0,0,0,-8391,634.764,94.89,3.194,180,180,0,0,748,0,0,0), + (41678,7461,1,0,0,4523.42,-4026.22,936.356,3.65856,600,600,15,0,12507,11196,0,1), + (41679,7461,1,0,0,4553.42,-4073.26,940.752,5.1321,600,600,5,0,12507,11196,0,1), + (41680,7461,1,0,0,4768.45,-4216.32,897.622,5.25381,600,600,15,0,12507,11196,0,1), + (41681,7461,1,0,0,4596.4,-4600.65,885.26,5.30472,600,600,15,0,12507,11196,0,1), + (41682,7461,1,0,0,4757.73,-4265.32,894.689,4.34429,600,600,15,0,12507,11196,0,1), + (41683,7461,1,0,0,4564.2,-4510.07,886.451,6.26491,600,600,5,0,12507,11196,0,1), + (41684,7462,1,0,0,4366.4,-4362.22,898.161,6.08656,600,600,5,0,17643,0,0,1), + (41685,7462,1,0,0,4781.61,-4272.84,892.429,1.21932,600,600,15,0,17643,0,0,1), + (41686,7462,1,0,0,4387.07,-4422.84,895.963,4.67671,600,600,5,0,17643,0,0,1), + (41687,7462,1,0,0,4793.2,-4344.82,896.235,0.38232,600,600,10,0,17643,0,0,1), + (41688,7462,1,0,0,4421.87,-4439.98,900.037,1.24997,600,600,5,0,17643,0,0,1), + (41689,7462,1,0,0,4517.34,-4328.33,909.556,2.72734,600,600,5,0,17643,0,0,1), + (41690,7462,1,0,0,4539.68,-4693.72,885.506,0.79991,600,600,5,0,17643,0,0,1), + (41691,7462,1,0,0,4520.09,-4108.89,934.929,1.32297,600,600,15,0,17643,0,0,1), + (41692,7462,1,0,0,4260.33,-4023.68,933.502,4.93343,600,600,15,0,17643,0,0,1), + (41693,7462,1,0,0,4741.53,-4874.94,882.012,3.27092,600,600,15,0,17643,0,0,1), + (41694,7462,1,0,0,4260.99,-4047.13,934.205,5.14459,600,600,15,0,17643,0,0,1), + (41695,7462,1,0,0,4354.34,-4467.95,899.2,1.80244,600,600,5,0,17643,0,0,1), + (41696,7462,1,0,0,4872.02,-4495.88,890.235,1.86644,600,600,5,0,17643,0,0,1), + (41697,7462,1,0,0,4624.27,-4623.9,881.188,2.42809,600,600,15,0,17643,0,0,1), + (41698,7462,1,0,0,4334.21,-4367.93,900.768,0.429133,600,600,5,0,17643,0,0,1), + (41699,7462,1,0,0,4323.97,-4037.87,936.674,5.50098,600,600,5,0,17643,0,0,1), + (41700,7462,1,0,0,4290,-4036.5,929.151,1.16551,600,600,5,0,17643,0,0,1), + (41701,7462,1,0,0,4447.12,-4346.33,901.551,1.67843,600,600,5,0,17643,0,0,1), + (41702,7462,1,0,0,4788.18,-4248.38,895.521,2.96681,600,600,15,0,17643,0,0,1), + (41703,766,0,0,0,-9996.13,-3771.12,17.705,1.23421,300,300,10,0,1433,1283,0,1), + (41704,14356,0,0,0,-10496.6,-3750.39,-1.66687,4.9126,300,300,5,0,1535,0,0,1), + (41705,761,0,0,0,-9932.96,-3715.22,22.8054,2.54818,300,300,0,0,1257,1142,0,0), + (41706,1082,0,0,0,-10378.9,-3485.55,17.4991,4.7311,300,300,5,0,1604,0,0,1), + (41707,1082,0,0,0,-10355.1,-3520.27,23.8502,4.6462,300,300,5,0,1604,0,0,1), + (41709,7462,1,0,0,4410.59,-4523.87,901.261,1.29814,600,600,5,0,17643,0,0,1), + (41710,7462,1,0,0,4588.74,-4460.17,883.878,1.76243,600,600,5,0,17643,0,0,1), + (41711,7463,1,0,0,4756.88,-4412.52,894.109,4.98081,600,600,5,0,17581,0,0,1), + (41712,766,0,0,0,-10389.8,-3538.03,17.4991,5.32512,300,300,5,0,1433,1283,0,1), + (41713,767,0,0,0,-10256.4,-3456.65,23.994,2.42084,300,300,5,0,1469,0,0,1), + (41714,1082,0,0,0,-10325.7,-3546.18,22.2347,5.4191,300,300,5,0,1604,0,0,1), + (41715,1082,0,0,0,-10420.3,-3519.46,19.8101,3.97392,300,300,5,0,1604,0,0,1), + (41716,767,0,0,0,-10312.7,-3496.94,23.7694,5.50565,300,300,5,0,1469,0,0,1), + (41717,7463,1,0,0,4486.78,-4037.77,941.486,1.35848,600,600,5,0,17581,0,0,1), + (41718,1553,0,0,0,2514.82,217.964,42.5614,3.42829,300,300,10,0,120,0,0,1), + (41719,7463,1,0,0,4793.47,-4309.48,893.17,3.4839,600,600,15,0,17581,0,0,1), + (41720,1082,0,0,0,-10344,-3447.95,21.3741,1.95143,300,300,5,0,1604,0,0,1), + (41721,767,0,0,0,-10290.7,-3527.12,23.1203,6.23931,300,300,5,0,1469,0,0,1), + (41722,1082,0,0,0,-10269.1,-3449.97,19.6798,6.26561,300,300,5,0,1604,0,0,1), + (41723,9819,229,0,0,87.5,-426.621,111.006,5.91667,10800,10800,0,0,8883,0,0,0), + (41724,7463,1,0,0,4359.38,-3932.29,946.718,1.1071,600,600,5,0,17581,0,0,1), + (41725,7463,1,0,0,4428.17,-4390.12,899.634,3.53356,600,600,5,0,17581,0,0,1), + (41727,1553,0,0,0,2453.1,188.033,33.525,0.935894,300,300,5,0,120,0,0,1), + (41728,1553,0,0,0,2326.87,106.511,35.8591,5.17254,300,300,10,0,120,0,0,1), + (41729,1553,0,0,0,2537.68,301.928,40.8648,0.883556,300,300,5,0,120,0,0,1), + (41730,7463,1,0,0,4283.74,-3999.9,930.424,1.51046,600,600,3,0,17581,0,0,1), + (41731,7463,1,0,0,4761.92,-4927.4,884.428,5.45842,600,600,15,0,17581,0,0,1), + (41732,7463,1,0,0,4479.55,-4094.89,934.137,1.64293,600,600,5,0,17581,0,0,2), + (41733,7463,1,0,0,4977.08,-4533.53,854.93,5.91667,600,600,0,0,17581,0,0,0), + (41734,1553,0,0,0,2183.87,139.524,51.4741,4.95744,300,300,5,0,120,0,0,1), + (41735,7463,1,0,0,4975.87,-4560.05,856.159,0,600,600,0,0,17581,0,0,0), + (41736,1553,0,0,0,2619.37,108.48,33.0504,4.48512,300,300,5,0,120,0,0,1), + (41737,7463,1,0,0,4818.15,-4611.45,864.13,0.33225,600,600,5,0,17581,0,0,2), + (41738,7463,1,0,0,4365.48,-4520.29,903.849,2.07558,600,600,5,0,17581,0,0,1), + (41739,4281,0,0,0,2764.63,-891.382,147.599,3.87511,300,300,5,0,2715,0,0,1), + (41740,7463,1,0,0,4576.96,-4742.38,884.505,3.01033,600,600,5,0,17581,0,0,1), + (41742,5406,0,0,0,2871.59,-628.901,137.922,4.59022,120,120,0,0,42,0,0,0), + (41743,1554,0,0,0,1901.26,-589.837,48.6169,2.3113,300,300,5,0,156,0,0,1), + (41744,1554,0,0,0,1683.55,-319.12,54.1702,3.28948,300,300,5,0,156,0,0,1), + (41745,1548,0,0,0,1732.34,-347.517,36.8038,2.42258,300,300,10,0,122,0,0,1), + (41746,1554,0,0,0,2717.09,-249.036,54.9964,0.037807,300,300,10,0,156,0,0,1), + (41747,1554,0,0,0,2069.76,-336.926,38.025,4.77827,300,300,0,0,156,0,0,0), + (41748,1554,0,0,0,1677.75,-519.032,43.4189,4.06974,300,300,0,0,156,0,0,0), + (41749,1548,0,0,0,2589.88,-264.998,52.9115,6.13303,300,300,5,0,122,0,0,1), + (41750,1549,0,0,0,2483.61,-982.437,75.8406,3.66951,300,300,10,0,176,0,0,1), + (41751,7463,1,0,0,4596.59,-4601.78,885.367,4.57326,600,600,5,0,17581,0,0,2), + (41752,7463,1,0,0,4817.67,-4617.98,864.267,4.51672,600,600,5,0,17581,0,0,2), + (41753,7463,1,0,0,4512.09,-4037.77,934.073,4.20415,600,600,15,0,17581,0,0,2), + (41754,1549,0,0,0,2580.09,-729.736,70.0364,3.72526,300,300,5,0,176,0,0,1), + (41755,7463,1,0,0,4757.4,-4648.85,876.658,0.785515,600,600,5,0,17581,0,0,2), + (41756,1549,0,0,0,2450.9,-916.043,63.7258,3.84471,300,300,10,0,176,0,0,1), + (41757,10806,1,0,0,7390.74,-4861.3,717.809,5.33415,333,333,5,0,8772,0,0,2), + (41758,10807,1,0,0,5792.93,-4757.32,776.796,3.51011,333,333,0,0,11484,0,0,2), + (41759,10300,1,0,0,5717.89,-4794.96,778.147,1.36136,333,333,0,0,3905,0,0,0), + (41760,1555,0,0,0,2327.89,-784.389,71.6932,6.23825,300,300,10,0,176,0,0,1), + (41761,1554,0,0,0,2547.33,-974.783,79.6675,5.63226,300,300,5,0,156,0,0,1), + (41762,10301,1,0,0,7093.02,-4018.56,744.888,4.53786,333,333,0,0,4108,0,0,0), + (41763,10303,1,0,0,6716.85,-4713.84,721.702,1.27409,333,333,0,0,3857,0,0,0), + (41764,10305,1,0,0,6752.67,-4639.33,721.837,2.21657,333,333,0,0,4356,0,0,0), + (41765,10307,1,0,0,6720.53,-4712.91,721.976,1.85005,333,333,0,0,4108,5013,0,0), + (41766,11079,1,0,0,7094.94,-4006.68,744.901,0.15708,333,333,0,0,16008,0,0,0), + (41767,5198,1,0,0,6735.04,-4609.86,720.786,4.85202,333,333,0,0,413,370,0,0), + (41768,1082,0,0,0,-10253,-3488.29,18.1241,4.86082,300,300,5,0,1604,0,0,1), + (41769,9298,1,0,0,6395.57,-2536.75,541.548,2.63731,333,333,0,0,3517,0,0,0), + (41770,13917,1,0,0,6783.17,-4679.94,723.974,2.6529,333,333,0,0,4108,0,0,0), + (41771,14356,0,0,0,-10545.3,-3902.84,-5.17771,1.96679,300,300,5,0,1535,0,0,1), + (41772,7523,1,0,0,6371.48,-3951.64,686.315,2.82229,333,333,15,0,2662,2041,0,1), + (41773,7523,1,0,0,6521.01,-4120.7,662.283,4.6234,333,333,15,0,2662,2041,0,1), + (41774,7523,1,0,0,6496.88,-4343.11,672.613,2.3574,333,333,10,0,2662,2041,0,1), + (41776,1509,0,0,0,2005.83,1377.9,61.7779,1.27262,300,300,5,0,55,0,0,1), + (41777,7523,1,0,0,6554.88,-4156.67,662.707,5.13825,333,333,5,0,2662,2041,0,1), + (41778,7523,1,0,0,6542.59,-4115.34,664.449,3.39196,333,333,15,0,2662,2041,0,1), + (41781,10762,229,0,0,71.6325,-421.346,110.795,2.68781,10800,10800,0,0,15260,0,0,0), + (41782,7523,1,0,0,6407.23,-4003.54,667.126,4.8053,333,333,5,0,2662,2041,0,1), + (41783,10762,229,0,0,71.7459,-419.106,111.144,3.75246,10800,10800,0,0,15260,0,0,0), + (41784,7523,1,0,0,6423.96,-3988.54,665.628,4.90978,333,333,15,0,2662,2041,0,1), + (41785,7523,1,0,0,6521.15,-3912.29,662.937,0.296323,333,333,15,0,2662,2041,0,1), + (41786,7523,1,0,0,6615.45,-4037.97,662.536,4.67015,333,333,5,0,2662,2041,0,1), + (41787,7523,1,0,0,6648.23,-4047.21,661.302,3.20793,333,333,5,0,2662,2041,0,1), + (41788,7523,1,0,0,6614.52,-4114.43,658.408,3.42151,333,333,15,0,2662,2041,0,1), + (41789,7523,1,0,0,6587.59,-4080.57,658.408,1.66249,333,333,5,0,2662,2041,0,1), + (41790,10740,229,0,0,70.5436,-420.443,110.847,0.750492,10800,10800,0,0,16432,7383,0,0), + (41793,7523,1,0,0,6449.06,-4014.05,658.379,4.50861,333,333,15,0,2662,2041,0,1), + (41794,7523,1,0,0,6487.39,-4330.48,667.044,6.16203,333,333,10,0,2662,2041,0,1), + (41795,7523,1,0,0,6452.89,-4318.47,665.492,3.45969,333,333,10,0,2662,2041,0,1), + (41796,7523,1,0,0,6357.31,-3984.51,692.722,1.91314,333,333,10,0,2662,2041,0,1), + (41797,14356,0,0,0,-10537.9,-3819.14,-0.565795,5.14672,300,300,5,0,1535,0,0,1), + (41798,14356,0,0,0,-10481.7,-3915.14,-0.954312,1.52164,300,300,5,0,1535,0,0,1), + (41799,767,0,0,0,-10243.9,-3317.32,21.9975,4.91288,300,300,10,0,1469,0,0,1), + (41800,14356,0,0,0,-10347.9,-3885.63,2.09179,2.00432,300,300,5,0,1535,0,0,1), + (41801,1082,0,0,0,-10219,-3333.4,23.4144,4.80321,300,300,10,0,1604,0,0,1), + (41802,1082,0,0,0,-10177.3,-3472.24,20.7511,0.009765,300,300,10,0,1604,0,0,1), + (41803,1084,0,0,0,-10418.7,-2816.55,17.4991,4.41215,300,300,5,0,1403,0,0,1), + (41804,7523,1,0,0,6578.85,-4048,659.592,3.02933,333,333,5,0,2662,2041,0,1), + (41805,768,0,0,0,-9789.52,-3843.31,23.303,1.13082,300,300,5,0,1678,0,0,1), + (41806,7523,1,0,0,6545.18,-3914.22,661.893,3.55349,333,333,15,0,2662,2041,0,1), + (41807,7523,1,0,0,6578.39,-3878.74,662.739,0.088134,333,333,15,0,2662,2041,0,1), + (41808,1513,0,0,0,2046.75,1333.03,69.1161,1.97851,300,300,10,0,71,0,0,1), + (41810,7523,1,0,0,6592.4,-3986.66,663.972,2.95301,333,333,15,0,2662,2041,0,1), + (41815,7523,1,0,0,6484.43,-4283.33,665.705,4.53822,333,333,0,0,2662,2041,0,0), + (41816,7523,1,0,0,6455.34,-4185.03,660.799,0.169239,333,333,15,0,2662,2041,0,1), + (41818,7523,1,0,0,6434.86,-4130.79,666.343,1.04622,333,333,5,0,2662,2041,0,1), + (41821,10366,229,0,0,93.01,-492.67,117.02,1.5,10800,10800,0,0,18312,0,0,0), + (41822,10372,229,0,0,88.63,-481.08,117.02,1.65,10800,10800,0,0,18312,0,0,0), + (41824,742,0,0,0,-10626.2,-4267.75,23.1074,5.24946,300,300,5,0,4755,0,0,1), + (41825,1509,0,0,0,2010.67,1330.47,76.1351,4.3355,300,300,5,0,55,0,0,1), + (41826,7395,0,0,0,1597.88,226.795,-62.1085,3.11733,120,120,1,0,64,0,0,1), + (41827,7395,0,0,0,1593.4,224.571,-62.1169,5.83773,120,120,1,0,64,0,0,1), + (41828,4550,0,0,0,1595.84,244.236,-52.0596,1.50098,300,300,0,0,2972,0,0,0), + (41830,5706,0,0,0,1595.9,130.349,-62.1777,1.59303,300,300,0,0,919,0,0,2), + (41831,5701,0,0,0,1594.51,129.267,-62.1777,1.59302,300,300,0,0,919,0,0,0), + (41832,5707,0,0,0,1597.35,128.684,-62.1777,1.59389,300,300,0,0,919,0,0,0), + (41833,5693,0,0,0,1782.99,59.5277,-61.4065,3.14937,300,300,0,0,644,0,0,0), + (41834,4563,0,0,0,1775.98,46.1265,-61.4063,0.890118,300,300,0,0,3139,2620,0,0), + (41835,4607,0,0,0,1784.45,401.799,-57.1312,5.41052,300,300,0,0,2471,1620,0,0), + (41836,5659,0,0,0,1725.73,375.72,-60.5538,0.453786,300,300,0,0,919,0,0,0), + (41837,4600,0,0,0,1666.31,310.363,-62.0695,0.785398,300,300,0,0,1605,0,0,0), + (41838,5819,0,0,0,1692.65,281.799,-62.0574,1.29154,300,300,0,0,1605,0,0,0), + (41839,4603,0,0,0,1706.63,271.476,-62.0714,1.85005,300,300,0,0,1605,0,0,0), + (41840,5697,0,0,0,1655.74,367.394,-60.7665,4.27606,300,300,0,0,166,0,0,0), + (41841,4594,0,0,0,1775.77,409.607,-57.1143,1.58825,300,300,0,0,3517,0,0,0), + (41842,5652,0,0,0,1684.97,422.634,-62.2149,4.88692,300,300,0,0,64,0,0,0), + (41843,4596,0,0,0,1681.91,285.452,-62.0548,1.74533,300,300,0,0,2016,0,0,0), + (41844,5669,0,0,0,1717.1,290.181,-62.1068,5.02655,300,300,5,0,919,0,0,2), + (41845,1522,0,0,0,2911.28,877.134,118.975,3.1522,300,300,5,0,126,289,0,1), + (41846,1522,0,0,0,2922.8,854.711,111.968,4.1739,300,300,5,0,126,289,0,1), + (41847,1522,0,0,0,2864.41,904.538,118.588,0.894464,300,300,5,0,126,289,0,1), + (41848,1523,0,0,0,2993.27,905.525,106.625,5.51358,300,300,5,0,148,165,0,1), + (41849,1544,0,0,0,2413.31,1855.42,0.806177,4.09161,300,300,5,0,148,165,0,1), + (41850,1545,0,0,0,2588.9,1417.37,-1.57098,5.30332,300,300,5,0,176,0,0,1), + (41851,1545,0,0,0,2428.51,1821.75,22.9221,1.71974,300,300,0,0,176,0,0,0), + (41852,1545,0,0,0,2377.49,1881.8,0.722556,3.60169,300,300,3,0,176,0,0,1), + (41853,4075,0,0,0,1672.19,1633.83,139.027,5.24057,120,120,5,0,8,0,0,1), + (41854,4075,0,0,0,2868.24,416.16,21.1971,5.37935,120,120,5,0,8,0,0,1), + (41855,4075,0,0,0,2017.95,1518.06,77.5416,3.92699,120,120,5,0,8,0,0,1), + (41856,620,0,0,0,2364.21,1314.57,33.4123,1.35871,120,120,10,0,1,0,0,1), + (41857,4075,0,0,0,2093.35,604.085,35.0535,2.21625,120,120,10,0,8,0,0,1), + (41858,1554,0,0,0,2918.8,-186.002,37.8195,5.0299,300,300,5,0,156,0,0,1), + (41859,1548,0,0,0,2764.71,-87.276,34.935,0.109133,300,300,5,0,122,0,0,1), + (41860,1554,0,0,0,2848.38,-48.0335,30.1793,2.69541,300,300,5,0,156,0,0,1), + (41861,1554,0,0,0,2847.92,-116.487,32.288,3.26885,300,300,10,0,156,0,0,1), + (41862,1548,0,0,0,2902.91,-421.642,81.4762,1.91211,300,300,10,0,122,0,0,1), + (41863,1554,0,0,0,2819.11,74.3523,27.48,0.141203,300,300,5,0,156,0,0,1), + (41864,1548,0,0,0,2815.17,-81.3475,32.2269,2.83591,300,300,5,0,122,0,0,1), + (41865,1554,0,0,0,2736.27,119.118,33.4145,3.47085,300,300,5,0,156,0,0,1), + (41866,1548,0,0,0,2974.19,-312.483,21.139,2.9509,300,300,10,0,122,0,0,1), + (41867,1545,0,0,0,3026.85,-373.202,2.72663,0.733038,300,300,0,0,176,0,0,0), + (41868,1545,0,0,0,2943.25,121.338,6.32456,4.2237,300,300,0,0,176,0,0,0), + (41869,1545,0,0,0,3020.63,-148.949,5.32065,0.889039,300,300,10,0,176,0,0,1), + (41870,1544,0,0,0,2939.94,117.125,6.51909,0.645772,300,300,0,0,148,165,0,0), + (41871,1544,0,0,0,2941.69,102.462,6.31055,6.05629,300,300,0,0,148,165,0,0), + (41872,1545,0,0,0,3049.16,-185.279,3.10857,3.81163,300,300,10,0,176,0,0,1), + (41873,1545,0,0,0,3049.05,6.10373,0.300488,2.98451,300,300,0,0,176,0,0,0), + (41874,1545,0,0,0,3077.85,-220.726,0.524573,4.59791,300,300,5,0,176,0,0,1), + (41875,10319,229,0,0,168.75,-478.41,117.02,3.05,10800,10800,0,0,12208,0,0,0), + (41876,10319,229,0,0,168.88,-471.83,117.02,3.12,10800,10800,0,0,12208,0,0,0), + (41878,7523,1,0,0,6446.21,-4122.08,665.093,1.0059,333,333,15,0,2662,2041,0,1), + (41879,1545,0,0,0,3052.38,-49.299,4.66287,2.56563,300,300,0,0,176,0,0,0), + (41880,1544,0,0,0,3072.19,-34.8902,0.475697,2.84489,300,300,0,0,148,165,0,0), + (41881,8301,0,0,0,-11430.7,-2860.58,0.71641,1.37089,72000,72000,0,0,3189,0,0,0), + (41882,1909,0,0,0,1178.49,347.982,33.9388,2.6951,300,300,5,0,377,408,0,1), + (41883,13839,0,0,0,1420.34,428.313,-55.1515,5.3058,900,900,0,0,9298,0,0,0), + (41884,5624,0,0,0,1763.17,328.739,-62.1422,3.21141,300,300,0,0,5215,1600,0,0), + (41885,13839,0,0,0,1347.12,438.301,-55.8386,0.034907,900,900,0,0,9298,0,0,0), + (41886,13839,0,0,0,1384.79,443.291,-52.8399,5.81195,900,900,0,0,9298,0,0,0), + (41887,5624,0,0,0,1599.45,203.725,55.3256,3.14159,300,300,0,0,5215,1600,0,0), + (41888,5624,0,0,0,1558.44,421.562,-62.0937,4.95674,300,300,0,0,5215,1600,0,0), + (41889,5624,0,0,0,1515.46,413.822,-62.1024,3.7001,300,300,0,0,5215,1600,0,0), + (41890,5624,0,0,0,1679.78,413.498,-62.2157,5.81195,300,300,0,0,5215,1600,0,0), + (41891,5624,0,0,0,1705.98,396.834,-62.209,2.56563,300,300,0,0,5215,1600,0,0), + (41892,5624,0,0,0,1751.47,130.047,-62.2117,0.994838,300,300,0,0,5215,1600,0,0), + (41893,1547,0,0,0,2444.26,1230.08,46.1397,2.93998,300,300,10,0,101,142,0,1), + (41894,1553,0,0,0,2565.89,1176.99,73.7179,1.16744,300,300,5,0,120,0,0,1), + (41895,1553,0,0,0,2506.14,1120.82,72.4293,1.218,300,300,5,0,120,0,0,1), + (41896,1547,0,0,0,2412.49,1295.11,29.6979,0.993357,300,300,10,0,101,142,0,1), + (41897,1512,0,0,0,1911.89,1753.78,96.3078,2.50895,120,120,5,0,42,0,0,1), + (41898,1512,0,0,0,1742.24,1453.97,131.84,3.14648,120,120,5,0,42,0,0,1), + (41899,1512,0,0,0,1686.45,1448.19,133.05,1.56201,120,120,5,0,42,0,0,1), + (41900,1512,0,0,0,1884.93,1772.64,117.067,3.13433,120,120,5,0,42,0,0,1), + (41901,1512,0,0,0,1922.86,1778.06,117.337,2.14774,120,120,5,0,42,0,0,1), + (41902,1512,0,0,0,1806.62,1774.72,132.974,3.13085,120,120,0,0,42,0,0,0), + (41903,1512,0,0,0,1679.99,1586.57,128.822,1.13599,120,120,5,0,42,0,0,1), + (41904,1512,0,0,0,1653.94,1706.35,148.898,4.31429,120,120,5,0,42,0,0,1), + (41905,1502,0,0,0,1973.7,1597.14,82.3567,3.85391,120,120,5,0,42,0,0,1), + (41906,1501,0,0,0,1905.06,1462.11,82.1722,5.87028,120,120,5,0,42,0,0,1), + (41907,1554,0,0,0,2003.88,1152.09,41.0463,3.39936,300,300,5,0,156,0,0,1), + (41908,1548,0,0,0,1819.7,1014.79,38.0631,0.403329,300,300,10,0,122,0,0,1), + (41909,1554,0,0,0,1983.36,942.584,36.3713,0.603444,300,300,5,0,156,0,0,1), + (41910,1548,0,0,0,2010.61,921.467,37.0247,2.08397,300,300,5,0,122,0,0,1), + (41911,1548,0,0,0,1969.45,1053.52,39.7116,1.26943,300,300,5,0,122,0,0,1), + (41912,1554,0,0,0,1938.18,1079.53,35.8189,1.98684,300,300,10,0,156,0,0,1), + (41913,1547,0,0,0,2356.72,89.3276,27.6658,4.28231,300,300,10,0,101,142,0,1), + (41914,1547,0,0,0,2499.05,276.281,44.7329,5.22063,300,300,5,0,101,142,0,1), + (41915,1553,0,0,0,2671.99,179.293,32.6444,1.646,300,300,5,0,120,0,0,1), + (41916,1553,0,0,0,2580.74,174.037,34.465,5.89355,300,300,0,0,120,0,0,0), + (41917,1553,0,0,0,2590.86,242.142,41.9305,1.2086,300,300,5,0,120,0,0,1), + (41918,4281,0,0,0,2973.33,-747.917,156.341,3.14159,300,300,0,0,2715,0,0,0), + (41919,4282,0,0,0,2947.79,-649.427,154.773,6.18455,300,300,5,0,2112,2068,0,1), + (41920,4282,0,0,0,2978.08,-711.854,159.094,2.87491,300,300,0,0,2112,2068,0,0), + (41921,1554,0,0,0,1917.92,-407.395,36.68,4.61068,300,300,5,0,156,0,0,1), + (41922,1548,0,0,0,1974.92,-217.133,34.1384,3.08886,300,300,5,0,122,0,0,1), + (41923,1554,0,0,0,2293.27,-391.075,75.127,4.52764,300,300,5,0,156,0,0,1), + (41924,1554,0,0,0,1706.95,-551.731,42.7104,4.20415,300,300,5,0,156,0,0,1), + (41925,1554,0,0,0,2010.13,-120.391,35.213,3.37538,300,300,10,0,156,0,0,1), + (41926,1554,0,0,0,2242.01,-355.225,74.7539,4.97923,300,300,5,0,156,0,0,1), + (41927,1548,0,0,0,1749.49,-576.745,40.4943,3.31297,300,300,5,0,122,0,0,1), + (41928,1554,0,0,0,1956.35,-529.432,45.3321,5.07893,300,300,5,0,156,0,0,1), + (41929,1554,0,0,0,2442.93,-708.928,68.2445,4.37606,300,300,5,0,156,0,0,1), + (41930,1555,0,0,0,2148.56,-917.96,92.3778,3.29855,300,300,5,0,176,0,0,1), + (41931,1554,0,0,0,2679.28,-911.239,75.8615,1.9513,300,300,10,0,156,0,0,1), + (41932,1554,0,0,0,2659.54,-800.647,72.0753,4.79261,300,300,0,0,156,0,0,0), + (41933,1549,0,0,0,2578.3,-1024.22,94.6768,3.20803,300,300,5,0,176,0,0,1), + (41934,1549,0,0,0,2417.97,-1047.28,89.5408,2.55757,300,300,10,0,176,0,0,1), + (41935,1509,0,0,0,2150.73,1410.96,71.0966,1.05952,300,300,10,0,55,0,0,1), + (41936,1522,0,0,0,2888.27,753.724,120.32,0.464281,300,300,10,0,126,289,0,1), + (41937,1522,0,0,0,2806.51,1097.83,86.2252,2.11234,300,300,5,0,126,289,0,1), + (41938,1522,0,0,0,2928.26,894.673,118.6,2.85835,300,300,5,0,126,289,0,1), + (41939,1523,0,0,0,2827.05,948.958,120.77,0,300,300,5,0,148,165,0,1), + (41940,1523,0,0,0,2846.18,797.829,113.769,0.402073,300,300,5,0,148,165,0,1), + (41941,1522,0,0,0,2997.71,812.124,90.8305,3.16898,300,300,5,0,126,289,0,1), + (41942,1522,0,0,0,2975.95,1063.43,89.1266,3.37308,300,300,5,0,126,289,0,1), + (41943,4075,0,0,0,2820.35,-792.232,147.374,4.10611,120,120,5,0,8,0,0,1), + (41944,4075,0,0,0,2598.18,570.78,15.2937,3.16698,120,120,10,0,8,0,0,1), + (41945,4075,0,0,0,2682.82,428.711,20.81,0.148938,120,120,5,0,8,0,0,1), + (41946,620,0,0,0,2143.53,676.102,35.4279,1.15347,120,120,5,0,1,0,0,1), + (41947,4075,0,0,0,2221.7,631.798,24.8213,3.40247,120,120,5,0,8,0,0,1), + (41948,4075,0,0,0,2358.51,271.472,35.1723,1.98955,120,120,5,0,8,0,0,1), + (41949,721,0,0,0,1900.96,1640.33,92.183,4.87294,120,120,10,0,1,0,0,1), + (41950,721,0,0,0,2336.77,1641.64,37.1435,1.22528,120,120,10,0,1,0,0,1), + (41951,1554,0,0,0,2957.27,-277.563,25.0322,0.578702,300,300,10,0,156,0,0,1), + (41952,1548,0,0,0,2948.43,-145.955,24.2124,1.94598,300,300,5,0,122,0,0,1), + (41953,1548,0,0,0,2793.67,-41.5503,33.9207,0.891763,300,300,5,0,122,0,0,1), + (41954,1544,0,0,0,3076.12,-150.204,2.44024,0,300,300,5,0,148,165,0,1), + (41955,1545,0,0,0,3059.1,-30.1828,2.14751,2.87359,300,300,5,0,176,0,0,1), + (41956,5624,0,0,0,1664.33,475.199,-11.807,1.5708,300,300,0,0,5215,1600,0,0), + (41957,13839,0,0,0,1350.39,428.46,-55.7485,0.436332,900,900,0,0,9298,0,0,0), + (41958,13839,0,0,0,1258.26,289.543,-63.5786,0.785398,900,900,0,0,9298,0,0,0), + (41959,13839,0,0,0,1341.65,310.214,-63.5786,2.89725,900,900,0,0,9298,0,0,0), + (41960,5624,0,0,0,1675.57,66.9335,-62.2018,0.453786,300,300,0,0,5215,1600,0,0), + (41961,5624,0,0,0,1494.32,401.674,-62.1024,0.541052,300,300,0,0,5215,1600,0,0), + (41962,13839,0,0,0,1317.43,415.171,-61.1117,0.575959,900,900,0,0,9298,0,0,0), + (41963,13839,0,0,0,1302.77,380.188,-66.6448,1.0821,900,900,0,0,9298,0,0,0), + (41964,5624,0,0,0,1714.91,415.04,0.33849,2.61799,300,300,0,0,5215,1600,0,0), + (41965,13839,0,0,0,1281.1,370.935,-63.5786,4.93928,900,900,0,0,9298,0,0,0), + (41966,1548,0,0,0,2515.7,1001.48,78.5695,0.421696,300,300,5,0,122,0,0,1), + (41967,1547,0,0,0,2579.47,1288.98,48.4159,2.69629,300,300,5,0,101,142,0,1), + (41968,1548,0,0,0,2620.87,1018.6,101.768,2.74849,300,300,5,0,122,0,0,1), + (41969,1553,0,0,0,2144.7,1077.43,32.4219,1.80843,300,300,5,0,120,0,0,1), + (41970,1553,0,0,0,2439.71,1341.4,27.7677,6.19064,300,300,5,0,120,0,0,1), + (41971,1548,0,0,0,2474.97,1075.1,67.3738,3.03555,300,300,5,0,122,0,0,1), + (41972,1547,0,0,0,2061.68,820.331,36.1265,0.510793,300,300,5,0,101,142,0,1), + (41973,1508,0,0,0,2162.2,1630.77,85.8424,6.14599,120,120,5,0,42,0,0,1), + (41974,1512,0,0,0,2143.49,1608.08,79.0285,5.89356,120,120,10,0,42,0,0,1), + (41975,1502,0,0,0,1903.94,1489.82,93.9509,1.08002,120,120,2,0,42,0,0,1), + (41976,1501,0,0,0,1963.58,1606.24,88.201,1.12033,120,120,3,0,42,0,0,1), + (41977,1554,0,0,0,2028.77,1197.94,47.2429,5.93642,300,300,5,0,156,0,0,1), + (41978,1554,0,0,0,1794.47,866.693,36.8164,0.937838,300,300,5,0,156,0,0,1), + (41979,1548,0,0,0,2003.8,1200.61,55.3113,2.57258,300,300,5,0,122,0,0,1), + (41980,1548,0,0,0,1961.98,746.116,35.2365,1.18273,300,300,10,0,122,0,0,1), + (41981,1548,0,0,0,1942.83,810.931,38.2196,1.53869,300,300,5,0,122,0,0,1), + (41982,1548,0,0,0,1787.25,1080.61,47.9656,4.23879,300,300,10,0,122,0,0,1), + (41983,1548,0,0,0,1864.1,1159.19,47.2985,2.71464,300,300,10,0,122,0,0,1), + (41984,1553,0,0,0,2727.43,222.35,34.6677,4.55599,300,300,0,0,120,0,0,0), + (41985,1547,0,0,0,2619.22,249.018,37.4058,2.16497,300,300,5,0,101,142,0,1), + (41986,1553,0,0,0,2678.07,281.15,28.8312,3.22571,300,300,10,0,120,0,0,1), + (41987,1553,0,0,0,2735.88,126.442,33.1411,3.71334,300,300,5,0,120,0,0,1), + (41988,1547,0,0,0,2251.77,-18.539,26.2334,0.052965,300,300,10,0,101,142,0,1), + (41989,1554,0,0,0,2653.78,-267.149,58.9951,3.42326,300,300,5,0,156,0,0,1), + (41990,1554,0,0,0,1891.22,-673.426,49.8949,5.94075,300,300,10,0,156,0,0,1), + (41991,1554,0,0,0,1843.9,-419.367,33.2209,0.119728,300,300,5,0,156,0,0,1), + (41992,1554,0,0,0,2385.19,-183.087,33.3422,4.96494,300,300,5,0,156,0,0,1), + (41993,1554,0,0,0,1752.01,-562.644,38.4403,4.04009,300,300,5,0,156,0,0,1), + (41994,1554,0,0,0,1992.96,-153.278,34.5125,2.00396,300,300,5,0,156,0,0,1), + (41995,1554,0,0,0,2052.06,-604.47,60.1224,3.27879,300,300,5,0,156,0,0,1), + (41996,1549,0,0,0,2515.4,-1011.53,88.0203,1.36043,300,300,10,0,176,0,0,1), + (41997,1555,0,0,0,2119.96,-887.133,110.45,1.35043,300,300,5,0,176,0,0,1), + (41998,1555,0,0,0,2218.74,-983.596,81,4.81827,300,300,5,0,176,0,0,1), + (41999,1549,0,0,0,2614,-1049.52,101.931,4.25311,300,300,5,0,176,0,0,1), + (42000,1555,0,0,0,2111.77,-847.17,109.022,0.457986,300,300,5,0,176,0,0,1), + (42001,1555,0,0,0,2220.31,-850.34,78.8495,6.2617,300,300,10,0,176,0,0,1), + (42002,1522,0,0,0,2778.75,1104.72,85.2753,6.01869,300,300,5,0,126,289,0,1), + (42003,1522,0,0,0,2917.86,1050.78,100.829,0.055307,300,300,5,0,126,289,0,1), + (42004,1523,0,0,0,2955.24,1006.79,109.175,4.60993,300,300,10,0,148,165,0,1), + (42005,721,0,0,0,2796.75,-78.4389,33.5406,4.60748,120,120,5,0,1,0,0,1), + (42006,620,0,0,0,2141.23,640.716,34.2212,5.15441,120,120,5,0,1,0,0,1), + (42007,4075,0,0,0,2656.08,-258.31,52.8551,6.27237,120,120,5,0,8,0,0,1), + (42008,4075,0,0,0,2218.56,1230.82,40.9532,2.39557,120,120,10,0,8,0,0,1), + (42009,1547,0,0,0,2588.72,1317.82,39.6488,2.8959,300,300,5,0,101,142,0,1), + (42010,1547,0,0,0,2467.98,1282.64,33.4375,2.10756,300,300,5,0,101,142,0,1), + (42011,1553,0,0,0,2670.05,1338.81,33.9428,0.481113,300,300,5,0,120,0,0,1), + (42012,1547,0,0,0,2559.32,1141.15,76.7329,5.72417,300,300,10,0,101,142,0,1), + (42013,1548,0,0,0,2475.49,1021.8,68.9588,2.10189,300,300,5,0,122,0,0,1), + (42014,1501,0,0,0,1965.06,1610.41,83.4242,0.315183,120,120,0,0,42,0,0,0), + (42015,1502,0,0,0,1913.02,1501.98,89.1851,1.12645,120,120,5,0,42,0,0,1), + (42016,1501,0,0,0,1902.39,1491.73,89.1655,5.23592,120,120,0,0,42,0,0,0), + (42017,1553,0,0,0,2686.78,101.531,35.8526,5.79883,300,300,5,0,120,0,0,1), + (42018,1553,0,0,0,2511.5,192.229,36.3517,4.02865,300,300,10,0,120,0,0,1), + (42019,1553,0,0,0,2699.78,137.402,33.9065,5.38911,300,300,5,0,120,0,0,1), + (42020,1547,0,0,0,2616.87,194.178,32.2176,0.674741,300,300,5,0,101,142,0,1), + (42021,1553,0,0,0,1962.01,20.7182,16.5384,2.66484,300,300,5,0,120,0,0,1), + (42022,1554,0,0,0,1833.56,-639.377,42.7803,0.461779,300,300,5,0,156,0,0,1), + (42023,1548,0,0,0,1833.36,-516.158,40.1865,4.36437,300,300,5,0,122,0,0,1), + (42024,1548,0,0,0,2691,-274.529,65.5054,3.52593,300,300,10,0,122,0,0,1), + (42025,1548,0,0,0,2450.64,-350.306,72.5602,4.52061,300,300,5,0,122,0,0,1), + (42026,1548,0,0,0,1652.07,-484.422,45.4857,6.16961,300,300,10,0,122,0,0,1), + (42027,1554,0,0,0,2419.3,-251.48,50.9036,4.68115,300,300,5,0,156,0,0,1), + (42028,1548,0,0,0,2403.25,-247.553,46.4789,2.87671,300,300,5,0,122,0,0,1), + (42029,1548,0,0,0,1982.56,-545.947,50.3998,3.15655,300,300,5,0,122,0,0,1), + (42030,1555,0,0,0,2169.2,-752.18,73.659,2.15094,300,300,10,0,176,0,0,1), + (42031,1549,0,0,0,2697.17,-856.186,79.3438,0.390871,300,300,5,0,176,0,0,1), + (42032,1554,0,0,0,2417.8,-376.11,70.3854,1.37632,300,300,5,0,156,0,0,1), + (42033,1554,0,0,0,2502.51,-719.957,66.0479,0.580961,300,300,5,0,156,0,0,1), + (42034,1555,0,0,0,2280.01,-1019.41,77.7253,5.0925,300,300,5,0,176,0,0,1), + (42035,4075,0,0,0,2810.85,379.2,22.594,5.21633,120,120,5,0,8,0,0,1), + (42036,4075,0,0,0,1822.5,1114.12,42.0064,2.02672,120,120,5,0,8,0,0,1), + (42037,4075,0,0,0,2030.56,-480.638,38.9,0.946627,120,120,3,0,8,0,0,1), + (42038,4075,0,0,0,2156.51,611.58,35.6106,3.56955,120,120,5,0,8,0,0,1), + (42039,4075,0,0,0,1743.19,1688.86,123.943,3.05748,120,120,10,0,8,0,0,1), + (42040,4075,0,0,0,1984.71,-493.957,34.6207,3.52052,120,120,5,0,8,0,0,1), + (42041,1547,0,0,0,2519.88,1226.52,56.2916,3.12206,300,300,10,0,101,142,0,1), + (42042,1553,0,0,0,2220.87,1139.76,36.6167,5.69962,300,300,5,0,120,0,0,1), + (42043,1553,0,0,0,2161.45,1220.09,47.1151,0.03068,300,300,5,0,120,0,0,1), + (42044,1553,0,0,0,2675.43,1294.6,48.5679,2.34929,300,300,5,0,120,0,0,1), + (42045,1553,0,0,0,2372.05,1211.64,35.8553,2.40028,300,300,5,0,120,0,0,1), + (42046,1553,0,0,0,2561.23,1114.3,84.8773,0.295197,300,300,10,0,120,0,0,1), + (42047,1502,0,0,0,1903.63,1504.34,93.9357,6.1759,120,120,2,0,42,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (38799,762,0,4688,0,-9975.01,-3692.71,22.1706,1.32645,300,0,0,1103,2861,0,0), - (38800,760,0,628,0,-10021,-3706,17.4991,1.39578,300,5,0,1469,0,0,1), - (38801,760,0,628,0,-10029.1,-3652.77,18.7744,5.74612,300,5,0,1469,0,0,1), - (38802,767,0,632,0,-10251.5,-3221.61,22.2463,2.272,300,10,0,1469,0,0,1), - (38803,755,0,628,0,-10108.6,-3346.82,17.4991,0.731904,300,5,0,1279,0,0,1), - (38804,767,0,632,0,-10191.5,-3150.52,21.9128,3.14159,300,10,0,1469,0,0,1), - (38805,858,0,2543,0,-10091.9,-3128.97,23.3028,4.42711,300,5,0,1469,0,0,1), - (38806,1084,0,814,0,-10160.2,-3108.58,19.7073,2.72969,300,5,0,1403,0,0,1), - (38807,858,0,2543,0,-10076.2,-3159.66,21.8028,3.01874,300,5,0,1469,0,0,1), - (38808,4803,1,4976,0,4254.68,665.892,-29.0503,5.43088,275,5,0,1392,1020,0,1), - (38809,767,0,632,0,-10098.4,-3138.55,23.3028,2.23945,300,5,0,1469,0,0,1), - (38810,858,0,2543,0,-10058.4,-3074.85,22.4332,0.440538,300,5,0,1469,0,0,1), - (38811,767,0,632,0,-10094.1,-3081.26,22.1928,5.50607,300,5,0,1469,0,0,1), - (38812,755,0,628,0,-10133.6,-3410.68,23.4991,3.08936,300,5,0,1279,0,0,1), - (38813,4953,0,2954,0,-10031.7,-3535.97,22.3377,3.08685,300,5,0,16,0,0,1), - (38816,766,0,697,0,-10469.2,-3559.67,17.4991,0.151288,300,5,0,1433,1283,0,1), - (38817,858,0,2543,0,-10063.2,-2984.62,21.9762,1.05788,300,10,0,1469,0,0,1), - (38818,862,0,4496,0,-10040.9,-3449.39,22.1778,0.037092,300,5,0,1476,0,0,1), - (38819,766,0,697,0,-10174.2,-3610,18.7491,4.78682,300,5,0,1433,1283,0,1), - (38820,858,0,2543,0,-10111.4,-3082.44,21.8887,2.37389,300,5,0,1469,0,0,1), - (38821,858,0,2543,0,-10079.1,-3861.61,21.9278,4.36635,300,5,0,1469,0,0,1), - (38822,767,0,632,0,-10214.4,-3164.07,18.1241,1.16567,300,10,0,1469,0,0,1), - (38823,1084,0,814,0,-10271.5,-2787.51,17.7491,5.02445,300,5,0,1403,0,0,1), - (38824,1082,0,807,0,-10471.8,-3453.2,21.1241,2.60682,300,5,0,1604,0,0,1), - (38825,1087,0,815,0,-10029.6,-4045.03,20.1241,5.21407,300,5,0,1902,0,0,1), - (38826,1087,0,815,0,-10055.2,-4011.51,17.4991,2.35855,300,5,0,1902,0,0,1), - (38827,1087,0,815,0,-9983.01,-4085.91,24.1057,1.12927,300,5,0,1902,0,0,1), - (38828,4953,0,2954,0,-10496.6,-2800.21,22.6536,3.81481,300,5,0,16,0,0,1), - (38829,768,0,633,0,-10023.4,-3826.1,22.4856,4.58807,300,5,0,1678,0,0,1), - (38830,1087,0,815,0,-10088.2,-4051.98,17.6593,6.06282,300,5,0,1902,0,0,1), - (38831,1084,0,814,0,-10342.3,-2957,17.4634,5.21935,300,5,0,1403,0,0,1), - (38832,768,0,633,0,-9781.14,-3851.94,22.3028,2.94361,300,5,0,1678,0,0,1), - (38833,1087,0,815,0,-10121.1,-4086.85,22.4291,3.79681,300,5,0,1902,0,0,1), - (38834,768,0,633,0,-10007.6,-3923.11,23.6105,0.757781,300,5,0,1678,0,0,1), - (38835,1087,0,815,0,-10130,-4151.29,17.773,3.70111,300,5,0,1902,0,0,1), - (38836,6653,0,5379,0,-10427.3,-2839.57,17.4772,2.15765,300,5,0,16,0,0,1), - (38837,768,0,633,0,-10658.7,-3722.93,21.9488,2.0851,300,5,0,1678,0,0,1), - (38838,1087,0,815,0,-10210.9,-4225.76,18.1989,6.2187,300,5,0,1902,0,0,1), - (38839,767,0,632,0,-10445.7,-3045.87,22.3741,5.74319,300,5,0,1469,0,0,1), - (38840,6653,0,5379,0,-10178.8,-2521.62,28.5656,1.5991,300,5,0,16,0,0,1), - (38841,1087,0,815,0,-11109.9,-3972.39,-5.43111,2.37553,300,5,0,1902,0,0,1), - (38842,1420,0,901,0,-10162.4,-2467.9,27.5715,4.31519,300,5,0,8,0,0,1), - (38843,768,0,633,0,-10058.3,-4224.79,22.0446,5.62239,300,5,0,1678,0,0,1), - (38845,768,0,633,0,-10176.4,-4256.24,22.4067,2.73806,300,5,0,1678,0,0,1), - (38846,858,0,2543,0,-10393.7,-2947.81,21.9482,3.18865,300,5,0,1469,0,0,1), - (38848,858,0,2543,0,-10464.2,-3013.86,23.4454,0.301736,300,5,0,1469,0,0,1), - (38849,768,0,633,0,-10303.3,-4355.1,16.6408,4.23301,300,5,0,1678,0,0,1), - (38850,1087,0,815,0,-11100.6,-4071.54,-2.20516,2.55413,300,5,0,1902,0,0,1), - (38851,1082,0,807,0,-10488.9,-3510.2,18.9991,3.60591,300,5,0,1604,0,0,1), - (38852,1087,0,815,0,-11159.1,-4047.86,-16.902,2.54928,300,5,0,1902,0,0,1), - (38853,766,0,697,0,-10035.8,-3916.83,18.1839,4.9071,300,5,0,1433,1283,0,1), - (38854,759,0,152,0,-9972.89,-3708.02,23.4221,6.01561,300,5,0,1469,0,0,1), - (38855,1082,0,807,0,-10109.4,-3675.71,21.6707,3.41882,300,5,0,1604,0,0,1), - (38857,1082,0,807,0,-10083.7,-3651.67,19.8741,5.52743,300,5,0,1604,0,0,1), - (38858,862,0,4496,0,-10085.3,-3392.55,20.5148,1.42679,300,5,0,1476,0,0,1), - (38859,759,0,152,0,-10005.4,-3487.94,22.027,2.98585,300,5,0,1469,0,0,1), - (38860,757,0,152,0,-10086.3,-3339.07,20.4792,2.9147,300,5,0,1403,0,0,1), - (38861,743,0,7974,0,-10495.6,-3604.9,21.3741,5.4439,300,5,0,3963,1381,0,1), - (38862,1087,0,815,0,-11142.9,-4117.18,-3.327,6.10698,300,5,0,1902,0,0,1), - (38863,767,0,632,0,-10212.1,-2762.38,22.0303,3.00689,300,10,0,1469,0,0,1), - (38864,745,0,7976,0,-10645.3,-3956.21,23.3839,5.54163,300,5,0,5148,0,0,1), - (38865,769,0,336,0,-10650.3,-3814.04,22.5528,1.27194,300,5,0,1829,0,0,1), - (38866,760,0,628,0,-9887.08,-3678.39,21.8323,1.7168,300,5,0,1469,0,0,1), - (38867,767,0,632,0,-10275.9,-2686.88,24.3186,0.118427,300,5,0,1469,0,0,1), - (38868,769,0,336,0,-10666.9,-3777.44,22.7531,3.41882,300,10,0,1829,0,0,1), - (38869,769,0,336,0,-10672.7,-3858.74,22.8028,5.36416,300,5,0,1829,0,0,1), - (38870,769,0,336,0,-10616.8,-3726.14,22.8028,0.916795,300,5,0,1829,0,0,1), - (38871,769,0,336,0,-10654.5,-3664.89,23.0556,4.89967,300,5,0,1829,0,0,1), - (38872,1087,0,815,0,-11149.8,-4015.32,-16.3968,0.056691,300,5,0,1902,0,0,1), - (38873,922,0,9571,0,-10849.8,-4283.15,-11.5076,4.54949,300,5,0,1829,0,0,1), - (38874,1081,0,9010,0,-10100.7,-2348.96,25.4067,4.25971,300,0,0,2476,0,0,0), - (38875,858,0,2543,0,-10197.6,-2739.86,23.407,0.008642,300,10,0,1469,0,0,1), - (38876,1088,0,699,0,-11121.6,-4033.55,-7.72621,1.32629,300,5,0,1716,0,0,1), - (38877,1088,0,699,0,-10478.4,-4401.41,2.39286,4.00873,300,5,0,1716,0,0,1), - (38878,1082,0,807,0,-10157,-3589.51,23.2607,6.12844,300,5,0,1604,0,0,1), - (38879,767,0,632,0,-10281.2,-2983.48,22.1874,0.635689,300,5,0,1469,0,0,1), - (38880,768,0,633,0,-10101.2,-4236.54,23.7272,1.54748,300,5,0,1678,0,0,1), - (38881,5416,0,4557,0,-10422.5,-3238.74,20.2615,4.79965,300,0,0,1753,0,0,0), - (38882,5263,0,4769,0,-10258.2,-4026.13,-89.6803,2.00713,900,2,0,5922,0,0,1), - (38883,5476,0,3252,0,-10535.7,-2836.28,21.9401,0.506145,300,0,0,1395,0,0,0), - (38884,5225,0,4768,0,-10213.2,-3990.91,-89.6637,2.92438,900,2,0,5757,0,0,1), - (38885,861,0,4497,0,-10387.1,-2700.02,21.761,4.3008,300,3,0,1456,0,0,1), - (38886,762,0,4688,0,-9940.43,-3642.89,23.9278,2.23402,300,0,0,1103,2861,0,0), - (38888,767,0,632,0,-10268.6,-2751.93,22.2491,4.46876,300,5,0,1469,0,0,1), - (38890,767,0,632,0,-10083.9,-3018.6,23.2767,0.32865,300,10,0,1469,0,0,1), - (38891,760,0,628,0,-9917.75,-3650.7,22.0407,3.14482,300,5,0,1469,0,0,1), - (38892,767,0,632,0,-10221.1,-3121.76,21.8752,5.99976,300,10,0,1469,0,0,1), - (38893,767,0,632,0,-10247.8,-3137.26,22.0528,5.06496,300,5,0,1469,0,0,1), - (38894,757,0,152,0,-10210.2,-3217.5,20.7978,4.34587,300,0,0,1403,0,0,0), - (38895,755,0,628,0,-10097,-3276.23,20.8935,0.010621,300,5,0,1279,0,0,1), - (38896,755,0,628,0,-10061.7,-3409.28,19.9417,2.90382,300,5,0,1279,0,0,1), - (38897,757,0,152,0,-10089.5,-3455.38,21.001,3.97935,300,5,0,1403,0,0,1), - (38898,766,0,697,0,-10170.5,-3552.3,18.4429,5.77995,300,5,0,1433,1283,0,1), - (38899,755,0,628,0,-10039.2,-3360.34,24.2521,5.65751,300,5,0,1279,0,0,1), - (38900,757,0,152,0,-10079.1,-3480.19,24.5784,2.33874,300,0,0,1403,0,0,0), - (38901,757,0,152,0,-10038.8,-3524.65,21.8171,3.76991,300,5,0,1403,0,0,1), - (38902,759,0,152,0,-10084.5,-3487.44,23.8741,5.71972,300,0,0,1469,0,0,0), - (38903,759,0,152,0,-9987.35,-3544.69,21.8028,1.15199,300,5,0,1469,0,0,1), - (38904,759,0,152,0,-10066.2,-3502.27,23.0046,1.29154,300,0,0,1469,0,0,0), - (38905,759,0,152,0,-9999.16,-3548.51,22.9278,1.01452,300,0,0,1469,0,0,0), - (38906,759,0,152,0,-10006.6,-3525.95,22.0405,1.58918,300,5,0,1469,0,0,1), - (38907,759,0,152,0,-9997.78,-3536.58,22.5528,2.39906,300,0,0,1469,0,0,0), - (38910,761,0,4688,0,-9963.87,-3608.49,21.7612,2.79253,300,0,0,1257,1142,0,0), - (38911,760,0,628,0,-9981.04,-3576.69,21.8534,3.4461,300,5,0,1469,0,0,1), - (38912,1554,0,8808,0,2886.92,-212.806,50.2699,0.465681,300,10,0,156,0,0,1), - (38913,769,0,336,0,-10542.6,-3611.58,22.6275,5.23739,300,5,0,1829,0,0,1), - (38914,1087,0,815,0,-9809.33,-4121.8,0.535883,5.26353,300,5,0,1902,0,0,1), - (38915,858,0,2543,0,-10194,-3113.83,21.9843,6.2187,300,10,0,1469,0,0,1), - (38916,767,0,632,0,-10070.4,-2949.2,24.4438,0.64819,300,3,0,1469,0,0,1), - (38917,767,0,632,0,-10226,-2841.67,22.0295,2.34599,300,5,0,1469,0,0,1), - (38918,767,0,632,0,-10145.3,-2829.34,22.84,2.19945,300,0,0,1469,0,0,0), - (38919,858,0,2543,0,-10364.6,-2836.59,24.4984,5.52682,300,5,0,1469,0,0,1), - (38920,858,0,2543,0,-10322.6,-2829.52,24.1977,1.15323,300,5,0,1469,0,0,1), - (38921,858,0,2543,0,-10435.3,-2895.97,23.0737,2.01698,300,5,0,1469,0,0,1), - (38922,5224,0,4767,0,-10262.3,-3874.01,-38.7693,3.64389,900,2,0,5544,0,0,1), - (38923,861,0,4498,0,-10409.4,-2571.52,22.998,5.57519,300,3,0,1456,0,0,1), - (38924,5224,0,4767,0,-10303.3,-3964.68,-70.6546,2.46061,900,2,0,5544,0,0,1), - (38925,5269,0,4777,0,-10363.1,-4003.84,-77.1241,2.75343,900,3,0,4605,1587,0,1), - (38926,5235,0,682,0,-10277.1,-3944.65,-70.6546,3.89452,900,0,0,5544,0,0,0), - (38927,5224,0,4767,0,-10272.6,-3915.18,-55.8438,1.35488,900,2,0,5544,0,0,1), - (38928,5243,0,4780,0,-10400.5,-3980.92,-83.3565,4.40055,900,2,0,5544,0,0,1), - (38929,743,0,7974,0,-10593.2,-3693.25,21.8577,1.51464,300,10,0,3963,1381,0,1), - (38930,5225,0,4768,0,-10327.2,-3981.19,-70.6346,1.31641,900,3,0,5757,0,0,1), - (38932,740,0,9582,0,-10607.8,-2595.48,23.5637,2.41706,300,10,0,950,2553,0,1), - (38933,5235,0,682,0,-10336.3,-4018.05,-76.3532,3.68259,900,2,0,5544,0,0,1), - (38934,5269,0,4777,0,-10396.8,-3968.33,-83.3589,1.65247,900,5,0,4605,1587,0,1), - (38935,742,0,7863,0,-10683.8,-3884.49,21.5133,5.30743,300,5,0,4755,0,0,1), - (38936,1106,0,152,0,-9969.5,-3719.2,22.0471,3.63029,300,0,0,1257,1142,0,0), - (38937,740,0,9582,0,-10638.8,-2573.72,22.5634,4.77758,300,10,0,950,2553,0,1), - (38938,5261,0,6672,0,-10371.1,-3986.53,-77.0383,0.610865,900,2,0,5595,0,0,1), - (38939,742,0,7863,0,-10421.3,-3599.42,23.3893,0.441817,300,5,0,4755,0,0,1), - (38940,743,0,7974,0,-10537.7,-3645.89,23.0995,0.219769,300,5,0,3963,1381,0,1), - (38941,858,0,2543,0,-10522.7,-2734.72,25.9835,3.063,300,5,0,1469,0,0,1), - (38942,5261,0,6673,0,-10367.3,-3984.94,-77.0383,3.31613,900,2,0,5595,0,0,1), - (38943,1084,0,814,0,-10220.8,-2786.44,17.4991,5.06999,300,5,0,1403,0,0,1), - (38944,5401,0,6694,0,-10362.2,-3966.62,-84.5882,5.92294,900,0,0,5073,3390,0,0), - (38945,767,0,632,0,-10506.2,-2737.25,23.5591,3.31027,300,10,0,1469,0,0,1), - (38946,1084,0,814,0,-10125.6,-3004.78,19.9479,2.43446,300,5,0,1403,0,0,1), - (38947,5263,0,4769,0,-10380.3,-4063,-76.3381,3.86095,900,2,0,5922,0,0,1), - (38948,5263,0,4769,0,-10331.5,-4078.55,-76.181,2.94961,900,2,0,5922,0,0,1), - (38949,5263,0,4769,0,-10359.7,-4063.47,-76.179,5.06145,900,2,0,5922,0,0,1), - (38950,5263,0,4769,0,-10335.2,-4077.67,-76.1814,6.03884,900,2,0,5922,0,0,1), - (38951,1420,0,901,0,-10528.8,-2564.65,20.2789,2.58341,300,5,0,8,0,0,1), - (38952,5243,0,4780,0,-10314.6,-4078.18,-76.1826,0.29433,900,2,0,5544,0,0,1), - (38953,858,0,2543,0,-10429.1,-2676.87,22.3923,3.38068,300,5,0,1469,0,0,1), - (38954,5269,0,4777,0,-10272.7,-4088.75,-76.2859,1.53141,900,2,0,4605,1587,0,1), - (38955,6653,0,5379,0,-10472.6,-2560.11,19.7476,0.015856,300,5,0,16,0,0,1), - (38956,5269,0,4777,0,-10296.3,-4080.02,-76.1796,2.26893,900,2,0,4605,1587,0,1), - (38957,5261,0,6673,0,-10345.2,-4071.5,-76.1818,5.96402,900,0,0,5595,0,0,0), - (38958,744,0,7903,0,-10222.3,-3612.62,23.6759,1.42942,300,5,0,4953,0,0,1), - (38959,742,0,7863,0,-10602.9,-3744.4,22.1118,0.712091,300,10,0,4755,0,0,1), - (38960,5269,0,4777,0,-10357.8,-4066.52,-76.1795,1.88496,900,2,0,4605,1587,0,1), - (38961,858,0,2543,0,-10571.9,-2742.97,25.7931,5.17157,300,5,0,1469,0,0,1), - (38962,743,0,7974,0,-10641.1,-3858.85,24.1778,0.711259,300,5,0,3963,1381,0,1), - (38963,744,0,7903,0,-10263.5,-3702.67,23.7491,0.911166,300,10,0,4953,0,0,1), - (38964,5263,0,4769,0,-10299.8,-4077.82,-76.1792,5.77704,900,0,0,5922,0,0,0), - (38965,743,0,7974,0,-10433.6,-3611.04,23.093,4.05568,300,5,0,3963,1381,0,1), - (38966,767,0,632,0,-10539.6,-2761.46,22.8229,5.12139,300,10,0,1469,0,0,1), - (38967,858,0,2543,0,-10599.7,-2793.11,25.853,3.47579,300,5,0,1469,0,0,1), - (38968,745,0,7976,0,-10302.1,-3646.93,23.9946,1.05819,300,10,0,5148,0,0,1), - (38969,767,0,632,0,-10452.3,-2993.14,22.137,3.39653,300,5,0,1469,0,0,1), - (38970,744,0,7903,0,-10220.6,-3683.92,21.8907,2.79204,300,10,0,4953,0,0,1), - (38971,1084,0,814,0,-10463.9,-2844.54,17.655,5.56021,300,5,0,1403,0,0,1), - (38972,744,0,7903,0,-10193.6,-3640.95,21.6241,2.98576,300,5,0,4953,0,0,1), - (38973,1554,0,8808,0,2919.47,-116.169,33.701,0.960295,300,5,0,156,0,0,1), - (38974,4803,1,4976,0,4246.8,680.789,-28.8136,5.91464,275,5,0,1392,1020,0,1), - (38976,4803,1,4976,0,4338.85,854.846,-20.8787,2.98074,275,5,0,1392,1020,0,1), - (38977,4803,1,4976,0,4321.61,916.241,-16.6674,2.61225,275,5,0,1392,1020,0,1), - (38978,6086,1,4845,0,6371.8,364.402,22.1813,3.75246,275,0,0,3206,0,0,0), - (38979,6086,1,4845,0,6373.28,349.72,21.5563,3.00197,275,0,0,3206,0,0,0), - (38980,6086,1,4847,0,6507.69,376.658,32.7664,4.92011,275,5,0,3206,0,0,1), - (38981,6086,1,4846,0,6325.06,553.752,15.882,0.663225,275,0,0,3206,0,0,0), - (38982,6086,1,4845,0,6423.37,391.827,12.0793,2.05949,275,0,0,3206,0,0,0), - (38983,6086,1,4847,0,6577.25,774.863,5.5784,5.95157,275,0,0,3206,0,0,0), - (38984,6086,1,4847,0,6573.76,764.22,5.60878,6.05629,275,0,0,3206,0,0,0), - (38985,6086,1,4847,0,6263.59,487.481,16.291,3.35588,275,5,0,3206,0,0,1), - (38986,6086,1,4845,0,6429.49,810.801,5.56357,2.77507,275,0,0,3206,0,0,0), - (38987,6086,1,4848,0,6432.18,820.014,5.5882,2.94961,275,0,0,3206,0,0,0), - (38988,6086,1,4846,0,6424.5,556.206,13.7729,1.3439,275,0,0,3206,0,0,0), - (38989,6086,1,4847,0,6415.16,558.115,13.677,1.16937,275,0,0,3206,0,0,0), - (38990,6086,1,4847,0,6425.89,560.788,13.2681,2.98451,275,0,0,3206,0,0,0), - (38991,6086,1,4847,0,6405,478.819,8.32467,0.715585,275,0,0,3206,0,0,0), - (38992,6086,1,4847,0,6417.4,393.537,11.9895,4.04192,275,5,0,3206,0,0,2), - (38993,6086,1,4845,0,6424.08,488.709,7.92509,0.338426,275,5,0,3206,0,0,2), - (38994,6086,1,4846,0,6513.09,471.341,7.15168,3.80482,275,0,0,3206,0,0,0), - (38995,6086,1,4848,0,6520.55,454.258,7.2584,3.33358,275,0,0,3206,0,0,0), - (38996,6086,1,4848,0,6493.33,428.603,6.76502,3.34139,275,5,0,3206,0,0,2), - (38997,6086,1,4846,0,6510.06,829.247,6.7191,4.56115,275,5,0,3206,0,0,2), - (38998,1084,0,814,0,-10404.2,-3085.55,17.4991,4.85812,300,5,0,1403,0,0,1), - (38999,721,1,328,0,5999.48,300.184,20.899,3.75325,275,10,0,1,0,0,1), - (39000,721,1,328,0,4555.26,66.5481,68.2387,5.15587,275,10,0,1,0,0,1), - (39001,1548,0,9020,0,2789.06,-434.212,80.8521,3.77645,300,10,0,122,0,0,1), - (39003,1544,0,1005,0,3062.05,-154.26,4.00341,3.08923,300,0,0,148,165,0,0), - (39004,1545,0,346,0,3031.48,-359.656,3.42649,4.41604,300,0,0,176,0,0,0), - (39005,1544,0,1005,0,3060.82,-15.7454,0.476488,5.55015,300,0,0,148,165,0,0), - (39006,1545,0,346,0,3042.76,-381.41,0.110239,0.989067,300,0,0,176,0,0,0), - (39007,1545,0,346,0,2945.12,116.061,6.11059,5.51524,300,0,0,176,0,0,0), - (39008,1545,0,346,0,2922.19,111.395,4.87489,3.7001,300,0,0,176,0,0,0), - (39009,1545,0,346,0,2922.86,108.657,4.62489,2.75762,300,0,0,176,0,0,0), - (39010,1545,0,346,0,3012.27,-363.233,7.23492,5.24215,300,5,0,176,0,0,1), - (39011,1545,0,346,0,3070.76,-87.2641,0.458018,3.98744,300,10,0,176,0,0,1), - (39012,1545,0,346,0,3065.32,-137.46,0.259779,1.25551,300,5,0,176,0,0,1), - (39013,1909,0,757,0,1210.1,313.236,33.9268,0.131261,300,5,0,377,408,0,1), - (39014,1909,0,757,0,1221.14,346.769,31.846,0.467115,300,5,0,377,408,0,1), - (39015,6033,0,7449,0,1344.02,450.613,9.81482,4.88692,300,0,0,328,0,0,0), - (39016,6033,0,7449,0,1288.64,54.7773,-11.8312,4.64258,300,0,0,328,0,0,0), - (39017,13839,0,13807,0,1475.56,376.338,-59.3511,5.39307,900,0,0,9298,0,0,0), - (39018,13839,0,13855,0,1462.01,362.806,-59.3489,5.61996,900,0,0,9298,0,0,0), - (39019,5624,0,10699,0,1737.21,110.932,-61.1708,3.82227,300,0,0,5215,1600,0,0), - (39020,5624,0,10699,0,1559.61,236.575,55.3256,1.64061,300,0,0,5215,1600,0,0), - (39021,13839,0,13856,0,1439.81,393.827,-57.8694,5.65487,900,0,0,9298,0,0,0), - (39022,5624,0,10699,0,1635.1,421.806,-62.0939,4.45059,300,0,0,5215,1600,0,0), - (39023,5624,0,10699,0,1768.21,156.172,-62.2184,4.17134,300,0,0,5215,1600,0,0), - (39024,5624,0,10699,0,1437.55,132.92,-62.2087,2.02458,300,0,0,5215,1600,0,0), - (39025,5624,0,10699,0,1545.49,214.664,-42.9842,2.02458,300,0,0,5215,1600,0,0), - (39026,5624,0,10699,0,1421.48,160.056,-62.2018,5.2709,300,0,0,5215,1600,0,0), - (39027,1547,0,9021,0,2610.21,1272.37,55.7273,4.08646,300,5,0,101,142,0,1), - (39028,1548,0,9020,0,2544.41,1057.35,85.4139,1.73562,300,10,0,122,0,0,1), - (39029,1553,0,4734,0,2025.08,924.534,35.2985,2.0255,300,5,0,120,0,0,1), - (39030,1548,0,9020,0,2422.23,1122.36,54.762,3.0291,300,5,0,122,0,0,1), - (39031,1548,0,9020,0,2548.42,1126.95,79.708,1.15257,300,10,0,122,0,0,1), - (39032,1547,0,9021,0,2367.42,1157.52,41.5128,2.54031,300,5,0,101,142,0,1), - (39033,1547,0,9021,0,2119.8,1024.15,32.939,6.1756,300,5,0,101,142,0,1), - (39034,1547,0,9021,0,2492.37,1281.16,37.0641,1.90221,300,5,0,101,142,0,1), - (39035,1512,0,4732,0,1756.74,1740.44,139.604,5.22366,120,0,0,42,0,0,0), - (39036,1512,0,4732,0,1717.72,1445.41,123.975,2.961,120,5,0,42,0,0,1), - (39037,1512,0,4732,0,1706.1,1415.02,127.267,3.20901,120,5,0,42,0,0,1), - (39038,1512,0,4732,0,1745.25,1481.93,130.337,4.96211,120,5,0,42,0,0,1), - (39040,8319,109,621,0,-500.911,57.4209,-91.417,1.4378,7200,0,0,2578,0,0,0), - (39041,8319,109,621,0,-504.523,62.5946,-91.4398,0.431703,7200,0,0,2578,0,0,0), - (39042,8319,109,621,0,-425.666,25.6628,-90.8678,2.11245,7200,0,0,2578,0,0,0), - (39043,8319,109,621,0,-414.779,22.272,-90.8588,2.42583,7200,0,0,2578,0,0,0), - (39044,8319,109,621,0,-458.554,77.423,-93.6562,4.09951,7200,0,0,2578,0,0,0), - (39045,721,1,328,0,4461.71,292.114,61.8686,1.16608,275,10,0,1,0,0,1), - (39046,721,1,328,0,5147.23,101.858,50.8071,5.39307,275,10,0,1,0,0,1), - (39047,721,1,328,0,5552.84,433.308,22.525,3.5592,275,10,0,1,0,0,1), - (39048,721,1,328,0,4929.07,171.306,52.7329,1.93731,275,0,0,1,0,0,0), - (39049,721,1,328,0,6629.47,162.932,32.3704,1.90422,275,10,0,1,0,0,1), - (39050,721,1,328,0,4900.23,268.293,47.6671,3.57671,275,10,0,1,0,0,1), - (39051,721,1,328,0,4359.75,323.439,61.858,2.13534,275,10,0,1,0,0,1), - (39052,721,1,328,0,6297.28,250.81,33.406,3.78736,275,0,0,1,0,0,0), - (39053,721,1,328,0,6799.06,-54.1303,29.4188,2.37365,275,0,0,1,0,0,0), - (39054,721,1,328,0,6337.27,439.576,20.4351,4.64258,275,0,0,1,0,0,0), - (39055,721,1,328,0,5686.72,266.409,26.1769,0.751766,275,10,0,1,0,0,1), - (39056,721,1,328,0,7187.91,-865.466,48.5248,0.767945,275,0,0,1,0,0,0), - (39057,721,1,328,0,6403.49,202.948,28.1256,5.76502,275,10,0,1,0,0,1), - (39058,721,1,328,0,7146.74,-104.364,17.4879,1.36136,275,0,0,1,0,0,0), - (39059,11218,1,2281,0,4995.83,33.5645,51.5915,2.49582,275,0,0,919,0,0,0), - (39060,4307,1,4415,0,5872.68,519.849,9.13095,1.51844,275,0,0,1240,0,0,0), - (39061,6887,1,5745,0,6360.38,490.548,18.2588,0.314159,275,0,0,3748,1807,0,0), - (39062,10216,1,9550,0,6371.34,577.405,0.162417,0.959931,275,0,0,644,0,0,0), - (39063,10219,1,9551,0,6342.4,543.005,16.073,0.15708,275,0,0,980,0,0,0), - (39064,3583,1,4414,0,6427.71,497.148,8.10494,4.74729,275,0,0,594,0,0,0), - (39065,11555,1,1012,0,7030.72,-2106.32,587.465,4.34587,300,0,0,3114,0,0,0), - (39066,10306,1,9779,0,5109.6,-355.176,357.205,5.23599,300,0,0,4108,0,0,0), - (39067,2803,1,2241,0,6150.43,-1941.85,574.65,2.44346,300,0,0,4108,0,0,0), - (39068,15315,1,15377,0,6145.19,-1946.77,574.663,1.90241,300,0,0,4108,0,0,0), - (39069,12578,1,12927,0,6204.08,-1951.43,571.581,0.663225,600,0,0,7423,7071,0,0), - (39070,10017,1,2177,0,5899.02,-1290.7,409.886,3.33612,300,10,0,16,0,0,1), - (39071,10017,1,2177,0,4161.97,-1111.92,299.612,0.214434,300,10,0,16,0,0,1), - (39072,10016,1,1141,0,5611.13,-1046.91,376.932,5.03229,300,10,0,8,0,0,1), - (39073,10016,1,1141,0,4344.83,-691.909,270.152,2.90916,300,10,0,8,0,0,1), - (39074,10017,1,2177,0,5977.12,-702.985,387.303,4.33436,300,10,0,16,0,0,1), - (39075,10016,1,1141,0,6477.82,-1225.92,407.099,4.03567,300,10,0,8,0,0,1), - (39076,10017,1,2177,0,6607.4,-948.555,474.263,5.19772,300,10,0,16,0,0,1), - (39077,11019,1,10412,0,3989.55,-1310.75,253.62,2.56563,300,0,0,3544,1807,0,0), - (39078,11024,1,1030,0,3990.44,-1308.74,253.76,3.12414,300,0,0,2672,0,0,0), - (39079,11180,1,10734,0,5112.07,-341.132,359.176,0.349066,300,0,0,5313,0,0,0), - (39080,11180,1,10734,0,5123,-350.563,356.122,3.71281,300,5,0,5313,0,0,2), - (39081,2806,1,2128,0,5092.96,-356.463,357.396,0.15708,300,0,0,4108,0,0,0), - (39082,11180,1,10737,0,5181.35,-337.72,338.092,5.18363,300,0,0,5313,0,0,0), - (39083,11180,1,10734,0,5116.39,-366.32,359.115,1.16937,300,0,0,5313,0,0,0), - (39084,11180,1,10736,0,5171.36,-350.738,341.032,6.0912,300,0,0,5313,0,0,0), - (39085,11900,1,11849,0,5064.72,-338.845,367.463,0.05236,600,0,0,7423,7071,0,0), - (39086,11180,1,10734,0,5160.31,-366.163,355.653,0.785398,300,0,0,5313,0,0,0), - (39087,10379,1,9770,0,5095.58,-360.128,357.379,0.855211,300,0,0,2471,0,0,0), - (39088,9620,1,8890,0,5112.19,-359.287,357.621,2.93215,300,0,0,3517,0,0,0), - (39089,8959,1,4124,0,3614.9,-1596.22,188.194,3.79467,300,10,0,2488,0,0,1), - (39090,8959,1,4124,0,3997.32,-772.413,288.746,4.88258,300,10,0,2488,0,0,1), - (39091,9528,1,8657,0,3804.74,-1471.87,210.386,2.15627,300,0,0,3857,2434,0,0), - (39092,9529,1,8660,0,3946.78,-1046.39,246.118,3.41762,300,0,0,3857,2434,0,0), - (39093,11516,1,0,0,7021.83,-2128.33,586.66,2.98451,300,0,0,2763,0,0,0), - (39094,11020,1,10425,0,5200.79,-572.024,289.175,0.855211,300,0,0,3544,1807,0,0), - (39095,7098,1,10831,0,6122.24,-1620.36,482.164,5.88348,300,10,0,3082,0,0,1), - (39096,9996,1,9343,0,5126.82,-325.127,358.926,4.99164,300,0,0,3769,0,0,0), - (39097,8960,1,9278,0,5844.42,-1210.4,404.677,2.83391,300,10,0,2672,0,0,1), - (39098,9116,1,9136,0,4008.81,-1310.94,254.58,2.72271,300,0,0,4356,0,0,0), - (39099,10920,1,10649,0,3999.43,-1298.66,254.258,3.38594,300,0,0,4356,2241,0,0), - (39100,10922,1,10253,0,3985.84,-1303.03,251.154,2.70343,300,0,0,4612,2369,0,0), - (39101,10921,1,10254,0,4004.65,-1284.46,254.349,3.71755,300,0,0,3517,1807,0,0), - (39102,10923,1,10647,0,3970.1,-1291.54,241.405,2.59966,300,5,0,4079,2568,0,2), - (39103,10924,1,10646,0,4006.03,-1288.36,254.368,2.93215,300,0,0,4193,0,0,0), - (39105,14470,1,4449,0,5407.59,-736.618,344.249,1.86412,300,0,0,4231,2163,0,0), - (39106,14469,1,14532,0,5413.9,-737.721,344.624,1.6537,300,0,0,4231,0,0,0), - (39107,11554,1,5851,0,3874.76,-1286.59,220.49,4.03171,300,0,0,4108,0,0,0), - (39108,15395,1,5851,0,6821.85,-2082.51,623.27,3.15905,300,0,0,2500,0,0,0), - (39109,10017,1,2177,0,4232.68,-763.743,259.556,3.31027,300,10,0,16,0,0,1), - (39110,10017,1,2177,0,3554.28,-1121.11,221.327,1.80879,300,10,0,16,0,0,1), - (39111,10016,1,1141,0,4954.5,-722.571,303.324,0.925342,300,10,0,8,0,0,1), - (39112,10016,1,1141,0,3788.68,-973.41,249.946,0.852374,300,10,0,8,0,0,1), - (39113,10017,1,2177,0,4287.53,-1101.12,322.938,1.30591,300,10,0,16,0,0,1), - (39114,7109,1,11334,0,3821.08,-897.164,302.569,6.09112,300,5,0,2304,1807,0,1), - (39115,11516,1,0,0,7034,-2122.26,587.611,3.21141,300,0,0,2763,0,0,0), - (39116,11516,1,0,0,7021.73,-2113.71,587.076,3.82227,300,0,0,2763,0,0,0), - (39117,11516,1,0,0,7033.93,-2113.89,587.397,3.50811,300,0,0,2763,0,0,0), - (39118,7098,1,10831,0,6387.95,-1950.94,553.132,5.2714,300,10,0,3082,0,0,1), - (39119,7098,1,10831,0,6311.65,-1598.56,457.195,4.26995,300,5,0,3082,0,0,1), - (39120,7098,1,10831,0,6096.78,-1447.22,425.793,0.156957,300,10,0,3082,0,0,1), - (39121,7099,1,10829,0,6000.71,-1328.54,413.228,6.18731,300,10,0,2880,0,0,1), - (39122,8958,1,1083,0,6509,-1215.3,423.885,4.70475,300,5,0,3207,0,0,1), - (39123,7099,1,10829,0,4702.41,-840.105,317.243,2.89093,300,3,0,2880,0,0,1), - (39124,8960,1,9278,0,5912.9,-1342.33,418.319,4.10759,300,10,0,2672,0,0,1), - (39125,10017,1,2177,0,6608.34,-1894.31,545.121,1.51793,300,10,0,16,0,0,1), - (39126,10017,1,2177,0,4006.76,-1100.8,266.512,1.63724,300,10,0,16,0,0,1), - (39127,10017,1,2177,0,3909.31,-1612.1,260.41,3.76695,300,10,0,16,0,0,1), - (39128,10017,1,2177,0,6132.33,-1105.28,376.366,0.005859,300,10,0,16,0,0,1), - (39129,10017,1,2177,0,6514.71,-1418.29,439.274,5.05174,300,10,0,16,0,0,1), - (39136,7105,1,2019,0,3838.01,-902.735,315.472,0.103963,300,5,0,2672,0,0,1), - (39139,8959,1,4124,0,3713.24,-1526.82,195.995,4.79748,300,3,0,2488,0,0,1), - (39140,7098,1,10831,0,6238.46,-1552.59,444.331,3.35412,300,10,0,3082,0,0,1), - (39141,7093,1,1306,0,5405.71,-492.069,248.302,2.4984,300,5,0,3189,0,0,1), - (39142,10017,1,2177,0,4140.85,-735.621,276.033,3.38622,300,10,0,16,0,0,1), - (39143,10017,1,2177,0,5874.84,-1186.6,402.208,3.33822,300,10,0,16,0,0,1), - (39144,10017,1,2177,0,6708.53,-1549.61,474.198,0.297953,300,10,0,16,0,0,1), - (39145,10016,1,1141,0,3795.33,-1611.07,218.525,1.78448,300,10,0,8,0,0,1), - (39146,8956,1,9276,0,3880.55,-949.032,259.906,2.1474,300,10,0,2985,0,0,1), - (39147,7097,1,4877,0,4010.5,-918.522,258.128,2.94496,300,10,0,2578,0,0,1), - (39148,7097,1,4877,0,4343.95,-523.12,295.964,3.23747,300,10,0,2578,0,0,1), - (39149,7098,1,10831,0,6295.03,-2023.3,572.374,1.71701,300,10,0,3082,0,0,1), - (39150,8960,1,9278,0,5774.28,-1201.44,404.254,1.99147,300,10,0,2672,0,0,1), - (39151,7099,1,10829,0,5819.6,-690.619,375.317,4.69188,300,10,0,2880,0,0,1), - (39152,7099,1,10829,0,5846.71,-1204.41,404.382,0.303526,300,10,0,2880,0,0,1), - (39153,7099,1,10829,0,4658.58,-810.208,304.457,6.03063,300,10,0,2880,0,0,1), - (39154,10016,1,1141,0,6035.74,-1204.54,374.127,0.696551,300,10,0,8,0,0,1), - (39155,10017,1,2177,0,4478.11,-936.743,317.794,5.66181,300,10,0,16,0,0,1), - (39156,10017,1,2177,0,4093.64,-878.737,259.169,4.56373,300,10,0,16,0,0,1), - (39157,10017,1,2177,0,6362.66,-1164.68,380.483,2.63819,300,10,0,16,0,0,1), - (39158,7109,1,11334,0,3725.89,-889.261,334.154,6.02044,300,5,0,2304,1807,0,1), - (39159,8959,1,4124,0,3647.14,-1616.11,207.014,4.9138,300,10,0,2488,0,0,1), - (39160,8959,1,4124,0,3987.5,-784.388,287.496,4.41989,300,10,0,2488,0,0,1), - (39161,7098,1,10831,0,6523.39,-1664.14,504.21,4.51289,300,10,0,3082,0,0,1), - (39162,8960,1,9278,0,5989.44,-1346.26,420.033,0.975752,300,10,0,2672,0,0,1), - (39163,7099,1,10829,0,4569.86,-947.915,326.891,0.635689,300,3,0,2880,0,0,1), - (39164,8958,1,1083,0,5755.33,-1180.85,403.225,3.96243,300,10,0,3207,0,0,1), - (39165,10017,1,2177,0,3963.32,-1416.84,243.15,4.20206,300,10,0,16,0,0,1), - (39166,10016,1,1141,0,6435.76,-1209.16,391.288,6.07468,300,10,0,8,0,0,1), - (39167,8959,1,4124,0,3958.6,-1439.83,243.326,2.07553,300,10,0,2488,0,0,1), - (39168,7098,1,10831,0,6514.22,-1305.06,439.779,2.81552,300,3,0,3082,0,0,1), - (39169,8960,1,9278,0,6213.58,-946.88,407.452,3.31921,300,3,0,2672,0,0,1), - (39170,7099,1,10829,0,6521.4,-1242.22,433.623,1.12373,300,5,0,2880,0,0,1), - (39171,8960,1,9278,0,5883,-1249.87,404.206,5.25273,300,10,0,2672,0,0,1), - (39172,10017,1,2177,0,4535.74,-865.951,300.908,4.86244,300,10,0,16,0,0,1), - (39173,10016,1,1141,0,5710,-617.366,366.078,3.9117,300,10,0,8,0,0,1), - (39174,10017,1,2177,0,6504.6,-1961.22,552.144,3.55982,300,10,0,16,0,0,1), - (39175,10016,1,1141,0,6164.86,-1627.38,482.811,3.3842,300,10,0,8,0,0,1), - (39176,10017,1,2177,0,5645.88,-523.173,375.329,5.08897,300,10,0,16,0,0,1), - (39177,10017,1,2177,0,5685.97,-1150.96,391.573,5.62094,300,10,0,16,0,0,1), - (39178,7097,1,4877,0,4486.98,-650.563,264.002,5.42038,300,10,0,2578,0,0,1), - (39179,7097,1,4877,0,4010.78,-782.981,286.633,0.236456,300,10,0,2578,0,0,1), - (39180,8956,1,9276,0,4116.34,-742.049,278.868,2.40457,300,10,0,2985,0,0,1), - (39181,7098,1,10831,0,6719.37,-1562.42,475.15,5.03864,300,10,0,3082,0,0,1), - (39182,8960,1,9278,0,5912.29,-1319.13,414.402,4.44899,300,10,0,2672,0,0,1), - (39183,7099,1,10829,0,6458.44,-955.533,422.887,1.72471,300,3,0,2880,0,0,1), - (39184,10017,1,2177,0,6258.11,-1080.48,373.85,4.73973,300,10,0,16,0,0,1), - (39185,10017,1,2177,0,4240.9,-1116.34,319.212,2.85846,300,10,0,16,0,0,1), - (39186,10017,1,2177,0,5412.06,-538.565,362.973,2.99059,300,10,0,16,0,0,1), - (39187,10017,1,2177,0,3766.67,-1129.91,229.311,4.71239,300,10,0,16,0,0,1), - (39188,10017,1,2177,0,6422.64,-2049.84,570.312,6.0285,300,10,0,16,0,0,1), - (39189,10017,1,2177,0,4035.94,-1203.52,278.528,3.35814,300,10,0,16,0,0,1), - (39190,8956,1,9276,0,3777.09,-978.705,246.89,0.294697,300,5,0,2985,0,0,1), - (39191,8959,1,4124,0,4042.79,-1314.79,277.119,3.11453,300,5,0,2488,0,0,1), - (39192,8956,1,9276,0,3691.44,-1608.52,215.595,3.87112,300,10,0,2985,0,0,1), - (39193,8960,1,9278,0,5885.11,-1192.16,402.432,0.178383,300,10,0,2672,0,0,1), - (39194,10017,1,2177,0,3743.18,-1258.11,211.671,3.54713,300,10,0,16,0,0,1), - (39195,10017,1,2177,0,5488.61,-961.474,370.038,4.58191,300,0,0,16,0,0,0), - (39196,10017,1,2177,0,6080.63,-704.493,401.143,3.04618,300,10,0,16,0,0,1), - (39197,10017,1,2177,0,6003.75,-1137.27,387.996,4.77103,300,10,0,16,0,0,1), - (39198,10017,1,2177,0,5345.38,-937.115,376.33,4.33272,300,10,0,16,0,0,1), - (39202,1084,0,814,0,-10412.5,-3012.2,17.6155,1.68375,300,5,0,1403,0,0,1), - (39212,8959,1,4124,0,3941.54,-1441.12,235.201,3.61678,300,3,0,2488,0,0,1), - (39213,8959,1,4124,0,4046.34,-920.062,256.988,4.83059,300,10,0,2488,0,0,1), - (39214,8956,1,9276,0,3917.52,-915.237,268.665,3.31638,300,5,0,2985,0,0,1), - (39215,8959,1,4124,0,3937.82,-1417.09,233.15,3.16637,300,10,0,2488,0,0,1), - (39216,8959,1,4124,0,4001.81,-746.755,287.049,2.05944,300,10,0,2488,0,0,1), - (39217,8960,1,9278,0,6544.06,-1249.5,440.095,4.40671,300,5,0,2672,0,0,1), - (39218,10017,1,2177,0,6898.59,-1832.55,567.644,2.12898,300,10,0,16,0,0,1), - (39219,10017,1,2177,0,4601.64,-202.267,299.402,5.15073,300,10,0,16,0,0,1), - (39220,10017,1,2177,0,4358.86,-579.86,267.933,4.58126,300,10,0,16,0,0,1), - (39221,10016,1,1141,0,5522.75,-567.883,359.695,4.11153,300,10,0,8,0,0,1), - (39222,7097,1,4877,0,3650,-1616.67,207.775,4.41524,300,10,0,2578,0,0,1), - (39223,8959,1,4124,0,4213.35,-774.033,258.653,4.41789,300,10,0,2488,0,0,1), - (39224,8960,1,9278,0,5923.79,-1308.69,412.152,1.24774,300,5,0,2672,0,0,1), - (39225,8960,1,9278,0,5960.8,-1365.2,423.141,3.9323,300,10,0,2672,0,0,1), - (39226,10017,1,2177,0,6465.67,-830.177,474.977,5.5495,300,10,0,16,0,0,1), - (39227,10017,1,2177,0,6216.61,-1009.2,390.277,4.11111,300,10,0,16,0,0,1), - (39229,10017,1,2177,0,5934.41,-759.007,398.982,0.782636,300,10,0,16,0,0,1), - (39230,10017,1,2177,0,3897.11,-1498.82,223.188,0.178631,300,10,0,16,0,0,1), - (39231,10017,1,2177,0,3621.13,-1515.49,174.307,0.252798,300,10,0,16,0,0,1), - (39232,10017,1,2177,0,6517.82,-1393.14,438.44,6.22737,300,10,0,16,0,0,1), - (39233,7097,1,4877,0,3958.67,-920.589,264.702,0.11939,300,10,0,2578,0,0,1), - (39234,7097,1,4877,0,3772.93,-1030.35,230.669,2.94899,300,10,0,2578,0,0,1), - (39235,8960,1,9278,0,5947.13,-1362.67,421.891,4.78153,300,10,0,2672,0,0,1), - (39236,8960,1,9278,0,5910.04,-1278.9,405.891,1.67455,300,10,0,2672,0,0,1), - (39237,7099,1,10829,0,4955.54,-631,293.189,5.51368,300,10,0,2880,0,0,1), - (39238,10017,1,2177,0,5280.89,-870.312,357.346,0.25553,300,10,0,16,0,0,1), - (39239,10017,1,2177,0,4203.53,-1110.93,311.291,1.72525,300,10,0,16,0,0,1), - (39240,10016,1,1141,0,4222.12,-1008.52,295.443,5.14522,300,10,0,8,0,0,1), - (39241,10017,1,2177,0,6787.99,-1594.12,485.523,5.41413,300,10,0,16,0,0,1), - (39242,10017,1,2177,0,4643.91,-833.31,308.472,4.1103,300,10,0,16,0,0,1), - (39243,10017,1,2177,0,4236.22,-1021.01,299.254,2.34514,300,10,0,16,0,0,1), - (39244,10017,1,2177,0,6207.63,-1526.43,440.554,2.08636,300,10,0,16,0,0,1), - (39245,10017,1,2177,0,6555.82,-1028.46,448.821,3.9111,300,10,0,16,0,0,1), - (39246,10017,1,2177,0,4223.53,-1019.96,295.216,0.0743,300,10,0,16,0,0,1), - (39247,10017,1,2177,0,5624.34,-560.825,364.42,3.94457,300,10,0,16,0,0,1), - (39248,10017,1,2177,0,6283.06,-913.294,414.987,1.67551,300,10,0,16,0,0,1), - (39249,10017,1,2177,0,6479.01,-1692.17,504.421,2.73668,300,10,0,16,0,0,1), - (39250,10017,1,2177,0,5879.85,-637.272,380.65,4.22864,300,10,0,16,0,0,1), - (39251,10017,1,2177,0,5963.01,-1267.7,382.253,1.36325,300,10,0,16,0,0,1), - (39252,10016,1,1141,0,5548.98,-993.019,373.454,3.72959,300,10,0,8,0,0,1), - (39253,10017,1,2177,0,4256.94,-516.714,307.48,1.63236,300,10,0,16,0,0,1), - (39254,10017,1,2177,0,5950.59,-1209.88,381.731,0.245768,300,10,0,16,0,0,1), - (39255,10017,1,2177,0,6223.25,-948.625,406.584,1.24657,300,10,0,16,0,0,1), - (39256,10017,1,2177,0,4018.47,-749.797,286.772,5.78877,300,10,0,16,0,0,1), - (39257,1412,1,134,0,7419.88,-2235.86,489.208,1.6079,300,5,0,8,0,0,1), - (39258,8956,1,9276,0,3958.29,-875.887,274.535,1.40845,300,10,0,2985,0,0,1), - (39259,8956,1,9276,0,3985.86,-914.985,263.011,1.07659,300,10,0,2985,0,0,1), - (39260,8959,1,4124,0,4050.23,-849.656,267.934,3.82836,300,10,0,2488,0,0,1), - (39261,8959,1,4124,0,4019.6,-815.193,285.439,1.72848,300,10,0,2488,0,0,1), - (39262,10017,1,2177,0,3788.62,-1027.68,232.084,5.07635,300,10,0,16,0,0,1), - (39263,10016,1,1141,0,6029.17,-1112.5,393.984,0.205206,300,10,0,8,0,0,1), - (39264,10017,1,2177,0,3836.88,-1023.46,239.281,0.887816,300,10,0,16,0,0,1), - (39265,10017,1,2177,0,3748.92,-1471.92,197.307,1.22186,300,10,0,16,0,0,1), - (39266,8959,1,4124,0,4049.07,-721.533,285.347,1.43267,300,10,0,2488,0,0,1), - (39267,8956,1,9276,0,3816.98,-1019.41,236.699,5.11312,300,10,0,2985,0,0,1), - (39268,10016,1,1141,0,6298.04,-1270.27,371.592,1.47321,300,10,0,8,0,0,1), - (39269,10016,1,1141,0,4382.39,-585.617,267.399,3.94979,300,10,0,8,0,0,1), - (39270,10017,1,2177,0,5414.15,-899.454,368.945,2.84826,300,10,0,16,0,0,1), - (39271,10016,1,1141,0,6544.97,-1808.98,529.729,4.44939,300,10,0,8,0,0,1), - (39272,10017,1,2177,0,5791.04,-743.539,387.178,3.46329,300,10,0,16,0,0,1), - (39273,10017,1,2177,0,6809.23,-1830.22,559.135,0.98902,300,10,0,16,0,0,1), - (39274,10017,1,2177,0,4234.94,-778.944,261.037,0.005859,300,10,0,16,0,0,1), - (39275,10017,1,2177,0,5087.18,-644.904,305.866,3.709,300,10,0,16,0,0,1), - (39276,8959,1,4124,0,4313.79,-503.374,302.563,4.80123,300,10,0,2488,0,0,1), - (39277,8959,1,4124,0,4274.48,-524.413,301.02,0.141608,300,10,0,2488,0,0,1), - (39278,8959,1,4124,0,3722.48,-1379.04,208.03,4.83811,300,3,0,2488,0,0,1), - (39279,10017,1,2177,0,5693.78,-738.01,377.047,4.61855,300,10,0,16,0,0,1), - (39280,7097,1,4877,0,3900.39,-1450.82,218.181,4.00864,300,10,0,2578,0,0,1), - (39281,7099,1,10829,0,5522.75,-556.604,361.557,5.33614,300,10,0,2880,0,0,1), - (39282,10016,1,1141,0,5975.63,-1231.28,378.159,1.0584,300,10,0,8,0,0,1), - (39283,10017,1,2177,0,3767.9,-1208.45,213.632,3.50505,300,10,0,16,0,0,1), - (39284,7105,1,2019,0,3790.25,-886.322,303.225,3.76644,300,5,0,2672,0,0,1), - (39285,10017,1,2177,0,3956.12,-895.597,270.66,3.54966,300,10,0,16,0,0,1), - (39286,10017,1,2177,0,3951.34,-1417.67,238.817,4.46694,300,10,0,16,0,0,1), - (39287,8959,1,4124,0,4027.2,-754.927,287.299,6.00213,300,10,0,2488,0,0,1), - (39288,7109,1,11334,0,3917.71,-827.547,324.338,6.24063,300,5,0,2304,1807,0,1), - (39289,7109,1,11334,0,3941.83,-811.354,316.193,5.87639,300,5,0,2304,1807,0,1), - (39290,8956,1,9276,0,3988.29,-977.489,250.287,5.78307,300,10,0,2985,0,0,1), - (39291,8959,1,4124,0,4021.51,-945.672,253.702,0.61285,300,10,0,2488,0,0,1), - (39292,10017,1,2177,0,6355.81,-1563.94,446.43,3.21392,300,10,0,16,0,0,1), - (39293,7099,1,10829,0,5211.47,-760.364,346.287,2.50532,300,10,0,2880,0,0,1), - (39294,10016,1,1141,0,4330.27,-956.77,305.938,4.76225,300,10,0,8,0,0,1), - (39295,10017,1,2177,0,3677.93,-1469.83,186.007,5.04648,300,10,0,16,0,0,1), - (39296,8958,1,1083,0,5436.68,-588.137,355.52,0.412444,300,10,0,3207,0,0,1), - (39297,8957,1,9277,0,6214.11,-1600,456.532,4.9071,300,5,0,3553,0,0,1), - (39299,8958,1,1083,0,6442.27,-915.941,423.439,1.64697,300,3,0,3207,0,0,1), - (39300,7086,1,11137,0,4415.64,-726.783,265.013,1.2098,300,5,0,2661,0,0,1), - (39301,8958,1,1083,0,6535.72,-1017.43,440.286,0.416044,300,5,0,3207,0,0,1), - (39302,4387,1,1549,0,-2691.38,-2933.64,29.7653,3.48002,360,10,0,1536,0,0,1), - (39303,4834,1,4676,0,-2791.17,-3020.4,37.8591,2.09439,360,0,0,1400,0,0,0), - (39311,4397,1,7836,0,-3421.5,-4373.36,1.53496,5.02975,360,10,0,1403,0,0,1), - (39312,4397,1,7836,0,-3509.96,-4388.96,-3.77504,1.18231,360,10,0,1403,0,0,1), - (39313,4397,1,7836,0,-3462.65,-4376.41,0.642562,2.15193,360,10,0,1403,0,0,1), - (39314,4397,1,7836,0,-3369.66,-4310.66,0.679151,0.610332,360,10,0,1403,0,0,1), - (39315,4397,1,7836,0,-3283.43,-4285.41,1.81794,1.55127,360,10,0,1403,0,0,1), - (39316,4397,1,7836,0,-3346.67,-4293.96,0.904401,5.05949,360,10,0,1403,0,0,1), - (39334,8960,1,9278,0,6423.3,-972.682,423.08,4.50143,300,10,0,2672,0,0,1), - (39335,7086,1,11137,0,4401.86,-695.602,259.402,3.36464,300,5,0,2661,0,0,1), - (39336,7086,1,11137,0,4377.32,-699.738,263.19,4.7446,300,10,0,2661,0,0,1), - (39337,8960,1,9278,0,5327.72,-558.082,343.176,2.54222,300,10,0,2672,0,0,1), - (39338,8956,1,9276,0,4078.45,-1179.63,287.924,4.82706,300,10,0,2985,0,0,1), - (39339,7086,1,11137,0,4409.83,-613.529,264.483,3.50948,300,10,0,2661,0,0,1), - (39340,7086,1,11137,0,4403.14,-639.289,264.318,3.48416,300,10,0,2661,0,0,1), - (39341,7086,1,11137,0,4354.65,-654.818,265.829,2.38381,300,10,0,2661,0,0,1), - (39342,8956,1,9276,0,4175.87,-1025.87,289.239,1.91837,300,10,0,2985,0,0,1), - (39343,7086,1,11137,0,4345.12,-583.047,265.769,4.45868,300,10,0,2661,0,0,1), - (39344,8959,1,4124,0,4122.03,-1025.73,280.104,1.8243,300,10,0,2488,0,0,1), - (39345,7086,1,11137,0,4354.81,-680.31,267.11,0.840127,300,10,0,2661,0,0,1), - (39346,7086,1,11137,0,4418.68,-668.367,265.565,4.55269,300,5,0,2661,0,0,1), - (39347,8959,1,4124,0,4058.54,-1217.67,281.45,4.82186,300,10,0,2488,0,0,1), - (39348,10017,1,2177,0,5789.65,-1213.51,403.807,5.26519,300,10,0,16,0,0,1), - (39349,11557,1,11363,0,7025.63,-2135.69,586.408,2.32129,300,0,0,4108,0,0,0), - (39350,8957,1,9277,0,6614.74,-1919.12,547.613,4.95338,300,10,0,3553,0,0,1), - (39351,8959,1,4124,0,3908.96,-1450.97,218.325,2.22847,300,3,0,2488,0,0,1), - (39352,10016,1,1141,0,3827.6,-1082.81,232.618,5.27974,300,10,0,8,0,0,1), - (39353,11553,1,0,0,7379.26,-2205.77,535.443,3.64186,300,0,0,3113,0,0,2), - (39354,11553,1,0,0,7262.52,-2183.3,557.696,3.94583,300,0,0,3113,0,0,2), - (39355,11516,1,0,0,7202.31,-2180.13,566.095,4.24115,300,0,0,2763,0,0,0), - (39356,11516,1,0,0,7151.84,-2170.72,566.615,0.785398,300,0,0,2763,0,0,0), - (39357,11516,1,0,0,7194.13,-2196.03,565.399,1.09956,300,0,0,2763,0,0,0), - (39358,11516,1,0,0,7165.77,-2153.57,565.828,4.15388,300,0,0,2763,0,0,0), - (39359,11558,1,0,0,6998.4,-2124.38,589.217,0,300,0,0,1000,0,0,2), - (39360,11553,1,0,0,7098.98,-2133.09,583.012,0.890118,300,0,0,3113,0,0,2), - (39361,7097,1,4877,0,3927.03,-1623.06,265.185,2.57191,300,10,0,2578,0,0,1), - (39362,8957,1,9277,0,6283.69,-1581.49,461.227,1.49692,300,10,0,3553,0,0,1), - (39363,8957,1,9277,0,6325.15,-1558.03,446.153,1.55334,300,10,0,3553,0,0,1), - (39364,8957,1,9277,0,6177.5,-1617.82,477.741,4.76518,300,10,0,3553,0,0,1), - (39365,10016,1,1141,0,6536.24,-2096.72,578.066,1.07831,300,10,0,8,0,0,1), - (39366,10017,1,2177,0,4011.29,-900,261.554,0,300,10,0,16,0,0,1), - (39367,8956,1,9276,0,3810.87,-1690.71,257.647,1.74044,300,10,0,2985,0,0,1), - (39368,8956,1,9276,0,3805.27,-1703.01,264.027,2.00448,300,10,0,2985,0,0,1), - (39369,8956,1,9276,0,3779.61,-1678.97,250.668,4.99218,300,10,0,2985,0,0,1), - (39370,8956,1,9276,0,3789.06,-1710.81,264.533,1.26045,300,5,0,2985,0,0,1), - (39371,8956,1,9276,0,3924.16,-1591.73,259.49,5.37902,300,10,0,2985,0,0,1), - (39372,8957,1,9277,0,6057.81,-1431.71,422.346,4.75276,300,10,0,3553,0,0,1), - (39373,8956,1,9276,0,3945.18,-1547.99,255.447,1.5564,300,3,0,2985,0,0,1), - (39374,8957,1,9277,0,6054.6,-1488.48,439.855,6.1289,300,3,0,3553,0,0,1), - (39375,8957,1,9277,0,6117.08,-1617.07,481.282,3.58601,300,10,0,3553,0,0,1), - (39376,8959,1,4124,0,3882.95,-1478.39,219.555,3.12758,300,10,0,2488,0,0,1), - (39377,8956,1,9276,0,3920.73,-1516.46,244.726,1.63334,300,10,0,2985,0,0,1), - (39378,8961,1,9280,0,6319.74,-1608.8,462.353,1.79127,300,5,0,2980,0,0,1), - (39379,8959,1,4124,0,3845.47,-1522.34,225.428,2.19074,300,10,0,2488,0,0,1), - (39380,10017,1,2177,0,6143.53,-1459.2,432.5,5.43752,300,10,0,16,0,0,1), - (39381,10017,1,2177,0,3921.88,-1590.02,257.732,5.30824,300,10,0,16,0,0,1), - (39382,8957,1,9277,0,6342.7,-1592.47,453.65,4.09701,300,10,0,3553,0,0,1), - (39383,8957,1,9277,0,6209.72,-1526.46,440.405,4.51536,300,10,0,3553,0,0,1), - (39384,8961,1,9280,0,6387.95,-1613.56,471.03,0.990643,300,10,0,2980,0,0,1), - (39385,8959,1,4124,0,3882.82,-1427.12,213.86,4.91679,300,10,0,2488,0,0,1), - (39386,8959,1,4124,0,3859.64,-1470.9,215.928,1.79299,300,10,0,2488,0,0,1), - (39387,8959,1,4124,0,3986.14,-1156.07,265.528,0.706558,300,10,0,2488,0,0,1), - (39388,10017,1,2177,0,6475.46,-1940.74,546.982,4.47986,300,10,0,16,0,0,1), - (39389,10016,1,1141,0,3913.4,-1549.35,248.749,4.26683,300,10,0,8,0,0,1), - (39390,10017,1,2177,0,4009.74,-848.175,272.254,4.11654,300,10,0,16,0,0,1), - (39391,8957,1,9277,0,6516.59,-1353.36,439.622,3.8946,300,10,0,3553,0,0,1), - (39392,8956,1,9276,0,4375.7,-508.136,301.84,2.76711,300,10,0,2985,0,0,1), - (39393,8957,1,9277,0,6542.23,-1309.8,441.614,1.89365,300,10,0,3553,0,0,1), - (39394,10017,1,2177,0,5587.57,-1023.97,376.202,1.79826,300,10,0,16,0,0,1), - (39395,7092,1,11141,0,5309.27,-810.188,338.433,1.08637,300,5,0,2980,0,0,1), - (39396,8956,1,9276,0,3864.34,-987.939,246.569,2.78031,300,10,0,2985,0,0,1), - (39397,10017,1,2177,0,4065.72,-741.413,282.812,4.7407,300,10,0,16,0,0,1), - (39398,10016,1,1141,0,3788.26,-1677.22,250.053,3.25904,300,10,0,8,0,0,1), - (39399,7099,1,10829,0,5076.02,-747.347,326.111,3.96332,300,10,0,2880,0,0,1), - (39400,7092,1,11141,0,5352.43,-784.759,334.135,2.18988,300,10,0,2980,0,0,1), - (39401,8957,1,9277,0,6519.95,-1417.04,439.879,0.278481,300,10,0,3553,0,0,1), - (39402,7139,1,6351,0,6322.5,-1148.18,373.968,1.94193,300,5,0,3082,0,0,1), - (39403,7138,1,2078,0,6303.59,-1166.12,371.056,5.47569,300,5,0,3082,0,0,1), - (39404,8960,1,9278,0,5982.15,-1324.27,414.204,2.86499,300,10,0,2672,0,0,1), - (39405,7139,1,6351,0,6360.44,-1189.23,379.082,5.63047,300,5,0,3082,0,0,1), - (39406,7139,1,6351,0,6388.32,-1163.12,386.192,6.21968,300,5,0,3082,0,0,1), - (39407,7139,1,6351,0,6426.08,-1191.06,391.624,5.81313,300,5,0,3082,0,0,1), - (39408,10017,1,2177,0,4891.1,-762.404,298.028,2.34308,300,10,0,16,0,0,1), - (39409,10017,1,2177,0,6292.74,-1611.85,469.416,1.51044,300,10,0,16,0,0,1), - (39410,10017,1,2177,0,4219.79,-1045.03,303.375,4.73517,300,10,0,16,0,0,1), - (39411,7139,1,6351,0,6337.84,-1265.63,374.892,0.856392,300,5,0,3082,0,0,1), - (39412,7097,1,4877,0,4174.46,-1106.72,302.634,3.23941,300,10,0,2578,0,0,1), - (39413,7139,1,6351,0,6302.59,-1319.32,373.325,0.949368,300,5,0,3082,0,0,1), - (39414,7139,1,6351,0,6419.94,-1252.67,382.517,4.39064,300,5,0,3082,0,0,1), - (39415,10017,1,2177,0,4182.54,-1125.91,309.679,4.95595,300,10,0,16,0,0,1), - (39416,7093,1,1306,0,5364.22,-470.449,248.302,2.93782,300,10,0,3189,0,0,1), - (39417,7093,1,1306,0,5334.5,-462.939,248.302,4.17762,300,5,0,3189,0,0,1), - (39418,7105,1,2019,0,3925.67,-788.39,321.312,3.64886,300,5,0,2672,0,0,1), - (39419,7093,1,1306,0,5319.58,-485.433,248.302,4.87848,300,5,0,3189,0,0,1), - (39420,7093,1,1306,0,5416.87,-503.494,248.302,2.51527,300,5,0,3189,0,0,1), - (39421,7093,1,1306,0,5389.28,-478.064,248.302,0.345189,300,10,0,3189,0,0,1), - (39422,7086,1,11137,0,4612.98,-671.614,259.098,1.62261,300,5,0,2661,0,0,1), - (39423,7105,1,2019,0,3798.11,-776.231,314.826,5.38631,300,6,0,2672,0,0,1), - (39424,7105,1,2019,0,3798.44,-766.652,318.158,4.88523,300,6,0,2672,0,0,1), - (39425,7105,1,2019,0,3793.39,-758.857,321.783,1.03287,300,6,0,2672,0,0,1), - (39426,7092,1,11141,0,4984.95,-657.641,292.457,1.2499,300,10,0,2980,0,0,1), - (39427,7092,1,11141,0,4997.94,-686.841,294.595,1.79757,300,5,0,2980,0,0,1), - (39428,7092,1,11141,0,5029.49,-642.252,290.953,0.224093,300,5,0,2980,0,0,1), - (39429,7092,1,11141,0,5045.07,-617.175,293.339,3.49566,300,5,0,2980,0,0,1), - (39430,7092,1,11141,0,5010.45,-663.646,288.578,0.294702,300,5,0,2980,0,0,1), - (39431,7105,1,2019,0,3805.36,-696.553,344.04,4.88023,300,5,0,2672,0,0,1), - (39432,10017,1,2177,0,6852.07,-1586.72,493.989,2.85631,300,10,0,16,0,0,1), - (39433,7092,1,11141,0,5035.66,-664.214,291.352,1.85159,300,5,0,2980,0,0,1), - (39434,7092,1,11141,0,5061.87,-631.955,295.339,2.11819,300,5,0,2980,0,0,1), - (39435,7092,1,11141,0,5040.8,-608.846,293.714,2.16212,300,5,0,2980,0,0,1), - (39436,7092,1,11141,0,5057.78,-684.166,293.185,0.285378,300,5,0,2980,0,0,1), - (39437,10017,1,2177,0,4870.5,-764.647,295.262,3.94562,300,0,0,16,0,0,0), - (39438,7132,1,5498,0,6115.07,-1181.11,372.293,2.23195,300,5,0,3147,0,0,1), - (39439,10017,1,2177,0,3715.91,-1582.01,202.529,1.0911,300,10,0,16,0,0,1), - (39440,10017,1,2177,0,4954.44,-585.638,317.901,3.53045,300,10,0,16,0,0,1), - (39441,7086,1,11137,0,4545.13,-661.82,259.34,3.0685,300,5,0,2661,0,0,1), - (39442,7086,1,11137,0,4543.61,-685.408,258.508,1.07732,300,10,0,2661,0,0,1), - (39443,7086,1,11137,0,4598.35,-711.091,258.566,4.80178,300,5,0,2661,0,0,1), - (39444,7086,1,11137,0,4558.97,-764.464,257.936,1.73801,300,5,0,2661,0,0,1), - (39448,8319,109,621,0,-452.109,70.0397,-92.5483,3.32589,7200,0,0,2578,0,0,0), - (39449,5283,109,181,0,-459.465,70.2193,-92.9899,0.92493,7200,0,0,6186,0,0,0), - (39450,8319,109,621,0,-457.126,64.4411,-91.9397,1.41031,7200,0,0,2578,0,0,0), - (39451,8319,109,621,0,-464.338,74.5981,-93.5441,5.78026,7200,0,0,2578,0,0,0), - (39466,7086,1,11137,0,4568.78,-721.635,250.608,0.363321,300,10,0,2661,0,0,1), - (39467,7086,1,11137,0,4576.53,-748.527,258.616,0.067373,300,5,0,2661,0,0,1), - (39468,7086,1,11137,0,4530.02,-755.663,257.953,3.65398,300,10,0,2661,0,0,1), - (39469,7132,1,5498,0,6248.27,-1202.01,371.053,1.69307,300,5,0,3147,0,0,1), - (39470,7139,1,6351,0,6443.62,-1203.12,394.224,2.38445,300,5,0,3082,0,0,1), - (39471,7132,1,5498,0,6188.19,-1170.89,370.52,4.23738,300,5,0,3147,0,0,1), - (39472,7132,1,5498,0,6200.25,-1137.86,366.636,3.81969,300,5,0,3147,0,0,1), - (39473,10017,1,2177,0,5288.74,-544.257,328.687,0.463648,300,10,0,16,0,0,1), - (39474,7132,1,5498,0,6220.18,-1123.06,370.549,3.32773,300,5,0,3147,0,0,1), - (39475,7086,1,11137,0,4539.6,-786.054,266.992,2.05429,300,5,0,2661,0,0,1), - (39476,8959,1,4124,0,4044.96,-784.956,282.758,1.61381,300,10,0,2488,0,0,1), - (39477,10016,1,1141,0,3856.87,-1645.06,252.002,1.03459,300,10,0,8,0,0,1), - (39478,7139,1,6351,0,6393.12,-1291.56,377.599,6.24996,300,5,0,3082,0,0,1), - (39479,8956,1,9276,0,4289.37,-1047.79,319.809,4.39798,300,10,0,2985,0,0,1), - (39480,8959,1,4124,0,4180.13,-1081.58,298.689,0.931773,300,10,0,2488,0,0,1), - (39481,8956,1,9276,0,4189.11,-1149.51,314.466,4.60826,300,5,0,2985,0,0,1), - (39482,8956,1,9276,0,4221.14,-1120.19,315.666,5.12165,300,10,0,2985,0,0,1), - (39483,8956,1,9276,0,4113.67,-1143.22,289.939,1.07956,300,10,0,2985,0,0,1), - (39484,8959,1,4124,0,4083.02,-1120.43,276.538,4.22605,300,10,0,2488,0,0,1), - (39485,8956,1,9276,0,4354.38,-1040.32,325.652,2.64935,300,10,0,2985,0,0,1), - (39486,7136,1,4200,0,5653.93,-871.476,378.981,4.47743,300,10,0,7113,0,0,1), - (39487,10016,1,1141,0,4516.69,-552.691,294.57,5.64476,300,10,0,8,0,0,1), - (39488,10017,1,2177,0,5921.08,-680.009,380.766,2.24548,300,10,0,16,0,0,1), - (39489,7149,1,12929,0,6272.21,-1118.91,371.784,1.88791,300,0,0,4182,0,0,0), - (39490,8958,1,1083,0,4703.37,-894.585,338.272,3.52308,300,3,0,3207,0,0,1), - (39491,8958,1,1083,0,4706.73,-929.707,352.841,2.41244,300,3,0,3207,0,0,1), - (39492,8960,1,9278,0,4921.31,-796.813,301.261,1.66143,300,10,0,2672,0,0,1), - (39493,8958,1,1083,0,4888.2,-771.191,297.03,0.285005,300,10,0,3207,0,0,1), - (39494,8958,1,1083,0,5394.92,-586.559,353.963,0.492046,300,10,0,3207,0,0,1), - (39495,8960,1,9278,0,5318.45,-614.955,327.914,0.442235,300,5,0,2672,0,0,1), - (39496,8958,1,1083,0,5475.75,-536.161,364.221,3.42435,300,10,0,3207,0,0,1), - (39497,8958,1,1083,0,5408.19,-525.545,363.955,1.37327,300,3,0,3207,0,0,1), - (39498,8958,1,1083,0,5435.42,-577.084,356.766,0.208982,300,3,0,3207,0,0,1), - (39499,8958,1,1083,0,5451.85,-539.136,362.971,3.0273,300,10,0,3207,0,0,1), - (39500,8958,1,1083,0,5430.8,-559.734,359.706,2.86113,300,10,0,3207,0,0,1), - (39501,8958,1,1083,0,5405.43,-553.131,359.581,4.49412,300,0,0,3207,0,0,0), - (39502,8960,1,9278,0,5610.46,-559.654,364.761,4.29763,300,10,0,2672,0,0,1), - (39503,8960,1,9278,0,5625.44,-485.953,378.34,4.28544,300,3,0,2672,0,0,1), - (39504,8960,1,9278,0,5847.82,-727.41,385.581,2.3859,300,10,0,2672,0,0,1), - (39505,8960,1,9278,0,5852.08,-735.416,388.71,5.64032,300,0,0,2672,0,0,0), - (39506,8958,1,1083,0,5489.39,-519.397,367.617,3.63159,300,5,0,3207,0,0,1), - (39507,8960,1,9278,0,5819.25,-675.438,373.962,1.71061,300,10,0,2672,0,0,1), - (39508,8960,1,9278,0,5640.28,-522.703,374.189,3.34971,300,10,0,2672,0,0,1), - (39509,8960,1,9278,0,5820.08,-747.226,390.617,2.74658,300,5,0,2672,0,0,1), - (39510,8958,1,1083,0,5946.55,-617.445,395.242,0.951909,300,10,0,3207,0,0,1), - (39511,8960,1,9278,0,5370.63,-587.462,351.963,6.21278,300,10,0,2672,0,0,1), - (39512,10017,1,2177,0,6086.18,-1592.22,470.057,6.26661,300,10,0,16,0,0,1), - (39513,7132,1,5498,0,6118.68,-1214.41,374.216,3.76198,300,5,0,3147,0,0,1), - (39514,7132,1,5498,0,6097.2,-1277.57,383.126,5.51987,300,5,0,3147,0,0,1), - (39515,8956,1,9276,0,3821.44,-1145.44,241.179,0.058059,300,10,0,2985,0,0,1), - (39516,7132,1,5498,0,6087.92,-1261.93,380.069,5.32494,300,5,0,3147,0,0,1), - (39517,7132,1,5498,0,6082.95,-1219.71,369.759,5.26273,300,5,0,3147,0,0,1), - (39518,8956,1,9276,0,3788.93,-1120.25,236.217,1.35225,300,5,0,2985,0,0,1), - (39519,10017,1,2177,0,6254.69,-843.171,416.931,5.43844,300,10,0,16,0,0,1), - (39520,10017,1,2177,0,6395.6,-1939.22,551.835,6.17555,300,10,0,16,0,0,1), - (39521,10016,1,1141,0,4638.79,-852.573,319.493,0.818418,300,0,0,8,0,0,0), - (39522,8956,1,9276,0,4275.33,-1113.77,320.914,1.3401,300,10,0,2985,0,0,1), - (39523,744,0,7903,0,-10258.8,-3649.61,22.7768,0.130978,300,5,0,4953,0,0,1), - (39524,8956,1,9276,0,4331.97,-1064.98,326.027,1.40673,300,10,0,2985,0,0,1), - (39525,7097,1,4877,0,4303.08,-1056.95,322.523,5.67105,300,10,0,2578,0,0,1), - (39526,10016,1,1141,0,6352.16,-1169.16,378.142,5.28197,300,10,0,8,0,0,1), - (39527,10017,1,2177,0,3625.04,-1594.85,191.484,4.82391,300,10,0,16,0,0,1), - (39528,7097,1,4877,0,3851.95,-1318.36,215.176,6.1022,300,10,0,2578,0,0,1), - (39529,8956,1,9276,0,3920.8,-988.088,248.071,3.92216,300,10,0,2985,0,0,1), - (39530,7092,1,11141,0,4874.42,-675.623,290.679,1.48416,300,10,0,2980,0,0,1), - (39531,7092,1,11141,0,4856.1,-694.121,289.489,1.83641,300,10,0,2980,0,0,1), - (39532,10017,1,2177,0,6057.02,-1471.94,435.175,3.09995,300,10,0,16,0,0,1), - (39533,7329,129,11383,0,2510.35,913.881,46.5355,0.894557,7200,0,0,3780,0,0,0), - (39535,745,0,7976,0,-10245.7,-3587.08,22.1272,0.978445,300,10,0,5148,0,0,1), - (39536,6171,0,4885,0,-8546,845.796,106.601,4.73,490,0,0,3857,2434,0,0), - (39538,6173,0,0,0,-8516,862.654,109.839,6.206,180,0,0,176,0,0,0), - (39541,1506,0,2407,0,1747.31,1282.72,112.219,0.209708,300,5,0,71,0,0,1), - (39545,744,0,7903,0,-10282.4,-3615.48,22.8712,3.35019,300,10,0,4953,0,0,1), - (39546,745,0,7976,0,-10249.4,-3950.7,22.2927,0.465393,300,10,0,5148,0,0,1), - (39547,745,0,7976,0,-10214.7,-3909.62,23.1413,3.71204,300,5,0,5148,0,0,1), - (39549,5263,0,4769,0,-10215.6,-4015.49,-99.6279,5.37561,900,2,0,5922,0,0,1), - (39550,10016,1,1141,0,4566.01,-598.46,282.138,1.15951,300,10,0,8,0,0,1), - (39551,10017,1,2177,0,4019.26,-1259.9,266.382,3.14159,300,10,0,16,0,0,1), - (39552,10017,1,2177,0,6417.04,-1664.26,491.531,4.71239,300,10,0,16,0,0,1), - (39553,7092,1,11141,0,5289.71,-659.179,326.936,1.26232,300,10,0,2980,0,0,1), - (39554,7098,1,10831,0,6512.14,-1454.21,438.812,3.84144,300,10,0,3082,0,0,1), - (39555,7092,1,11141,0,5245.6,-629.582,326.606,1.85419,300,10,0,2980,0,0,1), - (39556,7092,1,11141,0,5279.89,-635.973,325.388,2.48423,300,10,0,2980,0,0,1), - (39557,7092,1,11141,0,5281.49,-612.621,326.381,1.1554,300,10,0,2980,0,0,1), - (39558,8959,1,4124,0,4048.83,-1085.07,266.071,3.83371,300,10,0,2488,0,0,1), - (39559,7101,1,2832,0,6274.42,-1718.88,432.781,5.40789,300,3,0,3189,0,0,1), - (39560,7100,1,8389,0,6292.31,-1648.93,427.944,2.91521,300,3,0,3082,0,0,1), - (39561,7100,1,8389,0,6273.09,-1692.71,432.489,5.45225,300,3,0,3082,0,0,1), - (39562,7101,1,2832,0,6327.26,-1748.7,421.673,4.03519,300,2,0,3189,0,0,1), - (39563,7099,1,10829,0,5716.16,-612.174,367.703,4.12709,300,10,0,2880,0,0,1), - (39564,7101,1,2832,0,6289.23,-1697.38,428.733,5.56538,300,2,0,3189,0,0,1), - (39565,7100,1,8389,0,6370.71,-1756.7,421.521,4.86139,300,3,0,3082,0,0,1), - (39566,7101,1,2832,0,6377.33,-1779.47,420.797,1.33317,300,2,0,3189,0,0,1), - (39567,7101,1,2832,0,6320.99,-1761.07,422.676,4.69553,300,3,0,3189,0,0,1), - (39568,7100,1,8389,0,6357.09,-1765.57,421.595,3.58797,300,3,0,3082,0,0,1), - (39569,7101,1,2832,0,6311.54,-1785.58,420.574,4.52656,300,3,0,3189,0,0,1), - (39570,8958,1,1083,0,5954.66,-645.275,390.586,2.92102,300,10,0,3207,0,0,1), - (39571,10017,1,2177,0,3834.49,-1523.53,222.992,5.12972,300,10,0,16,0,0,1), - (39572,7101,1,2832,0,6300.06,-1658.39,427.857,3.27611,300,2,0,3189,0,0,1), - (39573,7099,1,10829,0,4948.02,-734.891,308.593,2.64644,300,5,0,2880,0,0,1), - (39574,7098,1,10831,0,6689.37,-1417.1,477.397,5.6176,300,5,0,3082,0,0,1), - (39575,7100,1,8389,0,6380.74,-1520.77,441.44,2.28056,300,10,0,3082,0,0,1), - (39576,7109,1,11334,0,3765.6,-840.981,308.876,6.19906,300,6,0,2304,1807,0,1), - (39577,7109,1,11334,0,3754.48,-823.2,313.942,4.15156,300,10,0,2304,1807,0,1), - (39578,7105,1,2019,0,3786.98,-853.904,301.823,6.1742,300,5,0,2672,0,0,1), - (39579,7105,1,2019,0,3813.25,-810.038,299.419,6.16083,300,10,0,2672,0,0,1), - (39580,7105,1,2019,0,3724.92,-846.007,312.838,6.12611,300,6,0,2672,0,0,1), - (39581,7105,1,2019,0,3801.56,-858.854,300.417,4.67265,300,5,0,2672,0,0,1), - (39582,7105,1,2019,0,3781.13,-821.533,309.216,3.15722,300,10,0,2672,0,0,1), - (39583,7109,1,11334,0,3755.37,-838.038,310.001,1.06854,300,6,0,2304,1807,0,1), - (39584,7105,1,2019,0,3745.01,-878.309,321.345,3.87623,300,5,0,2672,0,0,1), - (39585,7109,1,11334,0,3727.76,-837.299,314.304,4.85202,300,6,0,2304,1807,0,1), - (39586,7105,1,2019,0,3841,-724.709,323.386,4.89923,300,10,0,2672,0,0,1), - (39587,7105,1,2019,0,3815.79,-753.011,320.302,0.706201,300,10,0,2672,0,0,1), - (39588,7105,1,2019,0,3853.29,-675.377,328.396,1.94567,300,10,0,2672,0,0,1), - (39589,7109,1,11334,0,3854.29,-696.104,325.021,3.90923,300,10,0,2304,1807,0,1), - (39590,7109,1,11334,0,3893.37,-671.715,329.442,6.07114,300,10,0,2304,1807,0,1), - (39591,10017,1,2177,0,6526.57,-1253.86,438.252,3.75288,300,10,0,16,0,0,1), - (39592,10017,1,2177,0,3730.7,-1555.95,203.431,0.258715,300,10,0,16,0,0,1), - (39593,10017,1,2177,0,3666.8,-1449.67,181.44,2.36656,300,10,0,16,0,0,1), - (39594,10017,1,2177,0,3973.39,-1166.13,259.654,5.38439,300,10,0,16,0,0,1), - (39595,7105,1,2019,0,3850.38,-703.389,325.386,4.85373,300,10,0,2672,0,0,1), - (39596,10016,1,1141,0,4529.21,-523.906,301.905,4.03143,300,0,0,8,0,0,0), - (39597,10016,1,1141,0,5102.09,-760.858,329.411,5.14672,300,10,0,8,0,0,1), - (39598,7105,1,2019,0,3929.48,-600.873,341.463,2.77729,300,5,0,2672,0,0,1), - (39599,7105,1,2019,0,3867.76,-647.175,334.13,1.42151,300,6,0,2672,0,0,1), - (39600,7105,1,2019,0,3875.58,-643.728,335.88,1.27691,300,6,0,2672,0,0,1), - (39601,7109,1,11334,0,3966.15,-594.023,339.725,0.197124,300,5,0,2304,1807,0,1), - (39602,7109,1,11334,0,4012.49,-579.375,337.001,2.44949,300,5,0,2304,1807,0,1), - (39603,7105,1,2019,0,3986.37,-607.467,335.906,5.66098,300,5,0,2672,0,0,1), - (39604,7105,1,2019,0,3953.17,-619.879,336.743,2.3818,300,10,0,2672,0,0,1), - (39605,7109,1,11334,0,3980.65,-611.83,335.156,6.15644,300,5,0,2304,1807,0,1), - (39606,7105,1,2019,0,4023.53,-542.896,347.26,2.99528,300,6,0,2672,0,0,1), - (39607,7105,1,2019,0,4042.72,-547.201,351.733,3.4608,300,6,0,2672,0,0,1), - (39608,8958,1,1083,0,5873.89,-657.382,377.802,4.51909,300,10,0,3207,0,0,1), - (39609,7105,1,2019,0,4054.74,-581.416,361.588,5.51577,300,6,0,2672,0,0,1), - (39610,7109,1,11334,0,3921.2,-698.251,323.252,0.318612,300,6,0,2304,1807,0,1), - (39611,8956,1,9276,0,4124.67,-725.128,280.161,5.65194,300,10,0,2985,0,0,1), - (39612,8956,1,9276,0,4248.03,-747.019,269.047,0.36693,300,10,0,2985,0,0,1), - (39613,7110,1,11336,0,4597.95,-194.047,300.32,3.47941,300,5,0,2980,0,0,1), - (39614,7097,1,4877,0,4007.62,-1173.03,272.1,3.14355,300,10,0,2578,0,0,1), - (39615,7086,1,11137,0,4427.11,-694.305,264.19,4.41181,300,5,0,2661,0,0,1), - (39616,8956,1,9276,0,4447.27,-751.277,262.921,0.992539,300,5,0,2985,0,0,1), - (39617,10016,1,1141,0,6410.45,-1507.29,440.326,0.582441,300,10,0,8,0,0,1), - (39618,7086,1,11137,0,4393.83,-587.317,265.393,5.28724,300,10,0,2661,0,0,1), - (39619,7099,1,10829,0,6543.59,-1114.42,437.749,3.18458,300,10,0,2880,0,0,1), - (39620,7086,1,11137,0,4375.64,-597.276,265.768,5.8781,300,10,0,2661,0,0,1), - (39621,7086,1,11137,0,4350.79,-601.711,265.824,2.26995,300,10,0,2661,0,0,1), - (39622,8959,1,4124,0,4009.76,-1178.86,272.321,1.88452,300,10,0,2488,0,0,1), - (39623,8959,1,4124,0,4006.27,-1112.1,269.061,3.22198,300,10,0,2488,0,0,1), - (39624,7137,1,7029,0,5546.75,-837.558,357.03,1.08492,43200,5,0,8097,0,0,2), - (39625,14523,1,14563,0,5277.13,-701.938,268.772,0.855211,300,0,0,2895,2241,0,0), - (39626,7118,1,6393,0,5279.63,-701.01,268.532,2.93215,300,0,0,2551,1982,0,0), - (39627,7114,1,11274,0,5276.17,-685.883,269.007,2.44346,300,0,0,3082,0,0,0), - (39628,7114,1,6398,0,5273.65,-687.763,269.012,1.81514,300,0,0,3082,0,0,0), - (39630,7120,1,11292,0,5261.37,-670.296,250.837,6.25241,300,2,0,2551,1982,0,1), - (39632,9862,1,9129,0,5375.1,-441.792,273.182,3.26377,300,0,0,3398,0,0,0), - (39633,7118,1,6394,0,5376.74,-529.716,273.685,3.4383,300,0,0,2551,1982,0,0), - (39634,9862,1,9129,0,5373.73,-525.695,273.968,4.43314,300,0,0,3398,0,0,0), - (39635,9862,1,9129,0,5359.28,-433.128,273.072,5.79449,300,0,0,3398,0,0,0), - (39636,7118,1,6394,0,5298.5,-517.621,274.118,0.13757,300,5,0,2551,1982,0,1), - (39637,14522,1,14564,0,5429.15,-438.717,273.079,2.94961,300,0,0,2696,2041,0,0), - (39638,9516,1,8611,0,5430.72,-424.11,272.622,3.35103,600,0,0,7107,4738,0,0), - (39639,7100,1,8389,0,6531.3,-1515.82,439.395,5.76622,300,3,0,3082,0,0,1), - (39640,8957,1,9277,0,6544.69,-1460.16,440.169,2.59992,300,10,0,3553,0,0,1), - (39641,10017,1,2177,0,4460.68,-677.593,267.614,4.89537,300,10,0,16,0,0,1), - (39642,7092,1,11141,0,5277.59,-362.383,326.875,0.105427,300,3,0,2980,0,0,1), - (39643,7092,1,11141,0,5275.76,-323.398,327.913,2.18332,300,2,0,2980,0,0,1), - (39644,7100,1,8389,0,6484.85,-1485.49,438.246,1.08619,300,10,0,3082,0,0,1), - (39645,10017,1,2177,0,6077.64,-1440.3,424.211,2.14553,300,10,0,16,0,0,1), - (39646,8956,1,9276,0,4142.39,-682.449,284.797,3.02795,300,3,0,2985,0,0,1), - (39647,8956,1,9276,0,4173.35,-704.389,280.673,6.21083,300,5,0,2985,0,0,1), - (39648,7139,1,6351,0,6322.83,-1275.87,374.623,1.32443,300,5,0,3082,0,0,1), - (39649,7132,1,5498,0,6235.69,-1294.39,371.549,4.84878,300,5,0,3147,0,0,1), - (39650,7132,1,5498,0,6219.77,-1255.34,366.724,5.69031,300,5,0,3147,0,0,1), - (39651,7132,1,5498,0,6272.76,-1267.69,367.443,4.29327,300,5,0,3147,0,0,1), - (39652,8959,1,4124,0,3944.19,-1180.12,245.881,2.86449,300,10,0,2488,0,0,1), - (39653,10016,1,1141,0,5223.53,-735.844,343.557,1.21986,300,10,0,8,0,0,1), - (39654,8961,1,9280,0,6638.23,-1620.49,477.701,3.91075,300,5,0,2980,0,0,1), - (39655,8961,1,9280,0,6615.92,-1452.73,466.929,0.892373,300,10,0,2980,0,0,1), - (39656,8957,1,9277,0,6686.2,-1585.26,474.636,5.47831,300,10,0,3553,0,0,1), - (39657,8957,1,9277,0,6719.68,-1542.5,474.88,0.248386,300,5,0,3553,0,0,1), - (39658,8957,1,9277,0,6878.98,-1592.86,498.958,1.77485,300,10,0,3553,0,0,1), - (39659,8957,1,9277,0,6451.44,-1670.35,499.315,1.81622,300,10,0,3553,0,0,1), - (39660,8961,1,9280,0,6419.15,-1651.15,489.931,2.25728,300,10,0,2980,0,0,1), - (39661,8957,1,9277,0,6478.11,-1843.2,536.895,2.24478,300,3,0,3553,0,0,1), - (39662,8957,1,9277,0,6377.41,-1980.89,557.131,3.05823,300,10,0,3553,0,0,1), - (39663,11181,1,11452,0,6223.84,-1912.11,563.137,3.79961,300,0,0,4231,0,0,0), - (39664,543,1,12749,0,6199.03,-1935.11,569.718,0.191986,300,0,0,2471,0,0,0), - (39665,9465,1,10738,0,6192.75,-1919.04,569.568,5.84685,300,0,0,3139,0,0,0), - (39666,5501,1,3299,0,6229.31,-1917.08,563.134,0.261799,300,0,0,4356,0,0,0), - (39667,8957,1,9277,0,6378.83,-2072.6,572.318,2.65163,300,10,0,3553,0,0,1), - (39668,7098,1,10831,0,6431.64,-2038.81,569.658,2.0187,300,10,0,3082,0,0,1), - (39669,8961,1,9280,0,6351.85,-2083.67,573.575,0.829261,300,10,0,2980,0,0,1), - (39670,7098,1,10831,0,6521.62,-1949.91,548.317,1.18757,300,5,0,3082,0,0,1), - (39671,8957,1,9277,0,6515,-1948.52,548.87,3.39681,300,5,0,3553,0,0,1), - (39672,8957,1,9277,0,6478.72,-1913.48,543.462,5.57974,300,10,0,3553,0,0,1), - (39673,8961,1,9280,0,6486.1,-1708.06,506.605,1.61895,300,10,0,2980,0,0,1), - (39674,8959,1,4124,0,3992.23,-1211.5,263.642,3.90766,300,10,0,2488,0,0,1), - (39675,7112,1,6392,0,4750.5,-550.487,283.622,3.12679,300,5,0,2085,4506,0,1), - (39676,7115,1,6390,0,4753.5,-545.315,284.959,0.228407,300,5,0,2085,4506,0,1), - (39677,8959,1,4124,0,4061.63,-1250.02,278.595,5.61879,300,3,0,2488,0,0,1), - (39678,10017,1,2177,0,4556.05,-492.917,302.926,3.10446,300,10,0,16,0,0,1), - (39679,8959,1,4124,0,3830.45,-1302.06,208.511,1.66852,300,10,0,2488,0,0,1), - (39680,7120,1,6406,0,5198.24,-579.388,287.41,1.22173,300,0,0,2551,1982,0,0), - (39682,9862,1,9129,0,5182.75,-577.787,287.41,0.488692,300,0,0,3398,0,0,0), - (39683,8957,1,9277,0,6614.98,-2015.93,551.795,1.54712,300,10,0,3553,0,0,1), - (39684,8958,1,1083,0,4736.37,-790.864,305.276,1.06787,300,10,0,3207,0,0,1), - (39685,11553,1,0,0,7025.41,-2129.19,605.036,1.29154,300,0,0,3113,0,0,2), - (39686,7092,1,11141,0,4843.45,-699.937,290.701,5.14448,300,10,0,2980,0,0,1), - (39687,7118,1,6393,0,5034.52,-552.711,313.221,4.36891,300,5,0,2551,1982,0,2), - (39688,7086,1,11137,0,4518.08,-665.083,260.707,4.86653,300,10,0,2661,0,0,1), - (39689,8956,1,9276,0,4446.11,-642.478,272.046,1.98722,300,10,0,2985,0,0,1), - (39690,7156,1,6825,0,6901.48,-2020.1,583.248,2.40877,300,3,0,3189,0,0,1), - (39691,7158,1,6746,0,6873.22,-2039.05,581.747,3.32449,300,3,0,2551,1982,0,1), - (39692,8960,1,9278,0,5645.12,-615.656,364.793,0.36233,300,5,0,2672,0,0,1), - (39693,8960,1,9278,0,5855.51,-697.155,379.387,3.5204,300,10,0,2672,0,0,1), - (39694,8960,1,9278,0,5870.43,-695.667,380.399,1.87558,300,3,0,2672,0,0,1), - (39695,8960,1,9278,0,6163.99,-681.228,408.096,0.775032,300,10,0,2672,0,0,1), - (39696,8958,1,1083,0,6193.3,-753.963,411.018,3.56101,300,10,0,3207,0,0,1), - (39697,8958,1,1083,0,6230.07,-726.565,411.372,6.20694,300,10,0,3207,0,0,1), - (39698,8960,1,9278,0,6208.33,-825,423.78,1.6494,300,3,0,2672,0,0,1), - (39699,7086,1,11137,0,4578.87,-681.616,250.246,5.8528,300,10,0,2661,0,0,1), - (39700,8960,1,9278,0,6283.63,-850.556,417.998,2.21762,300,10,0,2672,0,0,1), - (39701,7092,1,11141,0,4868.88,-689.67,289.607,2.00676,300,10,0,2980,0,0,1), - (39702,8960,1,9278,0,6272.62,-906.522,415.298,1.64581,300,10,0,2672,0,0,1), - (39703,7092,1,11141,0,4870.42,-709.301,291.452,2.41846,300,10,0,2980,0,0,1), - (39704,10658,1,9990,0,5114.05,-325.22,360.301,2.40376,300,0,0,42,0,0,0), - (39705,8956,1,9276,0,3879.24,-1623.65,251.758,4.62438,300,10,0,2985,0,0,1), - (39706,10017,1,2177,0,4743.75,-747.916,298.262,2.79235,300,10,0,16,0,0,1), - (39707,10016,1,1141,0,3830.37,-1020.33,239.074,5.08835,300,10,0,8,0,0,1), - (39708,7097,1,4877,0,3984.32,-1271.98,251.817,6.2617,300,10,0,2578,0,0,1), - (39709,8958,1,1083,0,6380.44,-1048.91,425.784,4.13769,300,10,0,3207,0,0,1), - (39710,8959,1,4124,0,3955.31,-1351.53,230.82,2.03273,300,2,0,2488,0,0,1), - (39711,8960,1,9278,0,6521.11,-1098.03,435.534,3.31424,300,10,0,2672,0,0,1), - (39712,8959,1,4124,0,3977.26,-1389.87,244.264,2.72713,300,10,0,2488,0,0,1), - (39713,8957,1,9277,0,6564.05,-1819.46,536.947,3.23941,300,5,0,3553,0,0,1), - (39714,10017,1,2177,0,6054.9,-708.046,395.555,0.100212,300,10,0,16,0,0,1), - (39715,14467,1,14520,0,5800.89,-985.82,409.78,3.50811,300,0,0,15953,0,0,0), - (39716,7136,1,4200,0,5512.87,-695.517,341.02,5.2503,300,10,0,7113,0,0,1), - (39717,11516,1,0,0,6879.96,-2107.38,618.405,2.60054,300,0,0,2763,0,0,0), - (39718,11516,1,0,0,6919.41,-2091.9,617.412,3.38594,300,0,0,2763,0,0,0), - (39719,7100,1,8389,0,6453.82,-1521.1,438.607,0.432184,300,10,0,3082,0,0,1), - (39720,7112,1,6392,0,4782.52,-527.412,283.624,1.17337,300,5,0,2085,4506,0,1), - (39721,11553,1,0,0,6831.05,-2105.4,625.726,5.87097,300,0,0,3113,0,0,2), - (39722,11516,1,0,0,6988.59,-2080.7,608.748,2.05949,300,0,0,2763,0,0,0), - (39723,7125,1,6172,0,4792.15,-565.158,285.087,5.44543,300,0,0,2880,0,0,0), - (39724,7113,1,11273,0,4781.55,-540.811,284.361,0.767945,300,0,0,2880,0,0,0), - (39725,11516,1,0,0,7019.37,-2099.3,601.546,5.0091,300,0,0,2763,0,0,0), - (39726,11516,1,0,0,6985.3,-2061.78,608.094,0.680678,300,0,0,2763,0,0,0), - (39727,7115,1,6391,0,4786.12,-523.577,283.96,3.06246,300,5,0,2085,4506,0,1), - (39728,11516,1,0,0,6997.42,-2183.03,587.644,-0.881542,300,0,0,2763,0,0,0), - (39729,11516,1,0,0,7002.13,-2201.5,586.974,1.65806,300,0,0,2763,0,0,0), - (39730,7112,1,6392,0,4774.06,-583.119,280.288,3.86117,300,5,0,2085,4506,0,1), - (39731,7100,1,8389,0,6353.32,-1696.92,440.042,5.32464,300,3,0,3082,0,0,1), - (39732,7125,1,6172,0,4761.73,-583.714,279.782,0.401426,300,0,0,2880,0,0,0), - (39734,5277,109,7903,0,-422.242,156.176,-90.8708,4.17668,7200,0,0,6414,0,0,0), - (39735,5277,109,7903,0,-436.859,164.875,-90.866,4.16098,7200,0,0,6414,0,0,0), - (39736,5283,109,181,0,-502.888,122.757,-90.6196,5.14026,7200,0,0,6186,0,0,0), - (39737,5710,109,6708,0,-425.894,-86.0747,-88.224,3.11157,1000000,0,0,8860,1807,0,0), - (39738,5271,109,4773,0,-476.251,-80.8728,-90.8275,0.275089,7200,0,0,4950,1695,0,0), - (39739,5273,109,6675,0,-459.898,-77.7837,-90.8275,6.26499,7200,0,0,4950,1695,0,0), - (39740,5271,109,4773,0,-476.669,-74.2078,-90.8275,0.0630307,7200,0,0,4950,1695,0,0), - (39741,5271,109,4773,0,-459.757,-74.6776,-90.8275,5.61186,7200,0,0,4950,1695,0,0), - (39742,5271,109,4773,0,-442.985,-53.7109,-90.8275,3.67469,7200,0,0,4950,1695,0,0), - (39743,5271,109,4773,0,-449.691,-55.0559,-90.8275,5.98769,7200,0,0,4950,1695,0,0), - (39744,5273,109,6675,0,-466.5,-94.7733,-90.8275,6.212,7200,0,0,4950,1695,0,0), - (39745,5269,109,4777,0,-448.423,-91.5326,-90.8275,5.98973,7200,0,0,4605,1587,0,0), - (39746,5271,109,4773,0,-448.944,-93.9112,-90.8275,6.11177,7200,0,0,4950,1695,0,0), - (39747,5271,109,4773,0,-488.346,-116.971,-90.8275,0.749854,7200,0,0,4950,1695,0,0), - (39748,5271,109,4773,0,-486.837,-112.27,-90.8275,4.87075,7200,0,0,4950,1695,0,0), - (39749,5271,109,4773,0,-440.499,-120.2,-90.8275,2.34569,7200,0,0,4950,1695,0,0), - (39750,5271,109,4773,0,-466.791,-92.1131,-90.8274,6.26874,7200,0,0,4950,1695,0,0), - (39751,5259,109,6670,0,-329.324,141.748,-69.4879,2.60411,7200,0,0,4776,1640,0,0), - (39752,5259,109,6670,0,-345.302,145.317,-69.4879,0.606829,7200,0,0,4776,1640,0,0), - (39753,8318,109,7554,0,-338.75,143.612,-69.4879,2.08416,7200,0,0,2399,0,0,0), - (39754,5256,109,7709,0,-374.577,108.976,-53.9463,0.332726,7200,0,0,6186,0,0,0), - (39755,5259,109,6670,0,-394.009,152.572,-53.9463,6.06647,7200,0,0,4776,1640,0,0), - (39756,5259,109,6670,0,-393.419,159.956,-53.9463,5.27019,7200,0,0,4776,1640,0,0), - (39757,8318,109,7554,0,-388.048,158.154,-53.9463,5.62754,7200,0,0,2399,0,0,0), - (39758,8318,109,7554,0,-394.102,156.187,-53.9463,5.62754,7200,0,0,2399,0,0,0), - (39759,5256,109,7709,0,-483.288,183.85,-53.9463,1.3809,7200,0,0,6186,0,0,0), - (39760,5256,109,7709,0,-481.784,193.587,-53.9463,5.30475,7200,0,0,6186,0,0,0), - (39761,5259,109,6670,0,-475.607,189.167,-53.9463,0.63006,7200,0,0,4776,1640,0,0), - (39762,8318,109,7554,0,-478.726,188.278,-53.9463,3.33497,7200,0,0,2399,0,0,0), - (39763,8318,109,7554,0,-483.168,189.219,-53.9463,3.25722,7200,0,0,2399,0,0,0), - (39764,5259,109,6670,0,-523.055,172.089,-54.0949,3.22816,7200,0,0,4776,1640,0,0), - (39765,8318,109,7554,0,-521.721,176.216,-54.0949,3.62871,7200,0,0,2399,0,0,0), - (39766,8318,109,7554,0,-526.877,167.686,-54.0949,2.548,7200,0,0,2399,0,0,0), - (39767,5267,109,4771,0,-524.792,175.692,-54.0949,3.12527,7200,0,0,6251,0,0,0), - (39768,5259,109,6670,0,-570.254,190.228,-69.4013,4.66544,7200,0,0,4776,1640,0,0), - (39769,8318,109,7554,0,-578.834,193.659,-69.4013,4.69292,7200,0,0,2399,0,0,0), - (39770,8318,109,7554,0,-574.913,189.46,-69.4013,4.64187,7200,0,0,2399,0,0,0), - (39771,5267,109,4771,0,-578.509,184.885,-69.4013,4.43217,7200,0,0,6251,0,0,0), - (39772,5256,109,7709,0,-550.794,130.856,-53.9465,1.49243,7200,0,0,6186,0,0,0), - (39773,5259,109,6670,0,-556.395,140.93,-53.9465,4.95453,7200,0,0,4776,1640,0,0), - (39774,5259,109,6670,0,-558.828,128.91,-53.9465,0.650548,7200,0,0,4776,1640,0,0), - (39775,8318,109,7554,0,-559.446,136.579,-53.9465,0.682749,7200,0,0,2399,0,0,0), - (39776,8318,109,7554,0,-552.025,135.648,-53.9465,0.792705,7200,0,0,2399,0,0,0), - (39777,8318,109,7554,0,-557.234,133.695,-53.9465,0.81234,7200,0,0,2399,0,0,0), - (39778,5256,109,7709,0,-555.874,82.1068,-53.9465,3.32405,7200,0,0,6186,0,0,0), - (39779,5259,109,6670,0,-602.902,55.1722,-69.3528,5.53965,7200,0,0,4776,1640,0,0), - (39780,8318,109,7554,0,-596.048,45.1776,-69.3528,5.53965,7200,0,0,2399,0,0,0), - (39781,8318,109,7554,0,-603.445,51.9793,-69.3528,5.53965,7200,0,0,2399,0,0,0), - (39782,5270,109,4778,0,-521.466,22.2492,-53.9463,4.55947,7200,0,0,6186,0,0,0), - (39783,5256,109,7709,0,-522.858,9.78118,-53.9463,1.44928,7200,0,0,6186,0,0,0), - (39784,5259,109,6670,0,-480.794,4.1161,-53.9463,3.61227,7200,0,0,4776,1640,0,0), - (39785,8318,109,7554,0,-481.459,-4.11243,-53.9463,0.0402737,7200,0,0,2399,0,0,0), - (39786,5270,109,4778,0,-475.277,0.586998,-53.9463,0.0261377,7200,0,0,6186,0,0,0), - (39787,5270,109,4778,0,-359.358,6.96094,-69.3923,1.15946,7200,0,0,6186,0,0,0), - (39788,8318,109,7554,0,-359.015,-3.4845,-69.3923,1.82862,7200,0,0,2399,0,0,0), - (39789,5270,109,4778,0,-380.9,48.948,-53.9455,4.39688,7200,0,0,6186,0,0,0), - (39790,8318,109,7554,0,-380.064,43.3977,-53.9455,4.25551,7200,0,0,2399,0,0,0), - (39791,8318,109,7554,0,-385.074,49.8669,-53.9455,4.25551,7200,0,0,2399,0,0,0), - (39792,5259,109,6670,0,-371.111,73.6491,-53.9455,1.95193,7200,0,0,4776,1640,0,0), - (39793,8318,109,7554,0,-367.877,78.0381,-53.9455,1.95193,7200,0,0,2399,0,0,0), - (39794,8318,109,7554,0,-374.295,77.534,-53.9455,1.46891,7200,0,0,2399,0,0,0), - (39795,5277,109,7903,0,-420.452,15.5113,-90.8588,2.17262,7200,0,0,6414,0,0,0), - (39796,5283,109,181,0,-431.212,8.95485,-90.8681,1.28512,7200,0,0,6186,0,0,0), - (39797,8319,109,621,0,-436.735,21.87,-90.8716,2.18097,7200,0,0,2578,0,0,0), - (39798,8319,109,621,0,-420.157,33.1005,-90.8658,2.14327,7200,0,0,2578,0,0,0), - (39799,8319,109,621,0,-506.202,65.4164,-91.4387,4.70553,7200,0,0,2578,0,0,0), - (39800,8319,109,621,0,-504.561,76.132,-90.8308,4.03873,7200,0,0,2578,0,0,0), - (39801,8319,109,621,0,-496.09,75.8476,-91.3849,1.91344,7200,0,0,2578,0,0,0), - (39802,5277,109,7903,0,-498.945,37.5312,-90.9851,0.39055,7200,0,0,6414,0,0,0), - (39803,5283,109,181,0,-474.494,130.007,-91.3932,3.5884,7200,0,0,6186,0,0,0), - (39804,8319,109,621,0,-472.142,123.972,-92.615,3.37247,7200,0,0,2578,0,0,0), - (39805,8319,109,621,0,-481.148,123.774,-91.8459,2.99626,7200,0,0,2578,0,0,0), - (39806,8319,109,621,0,-480.66,129.907,-91.2338,6.23525,7200,0,0,2578,0,0,0), - (39807,8319,109,621,0,-472.985,134.801,-91.024,5.11055,7200,0,0,2578,0,0,0), - (39808,5277,109,7903,0,-433.421,127.433,-90.9162,4.91028,7200,0,0,6414,0,0,0), - (39809,5283,109,181,0,-431.411,163.683,-90.8687,4.19556,7200,0,0,6186,0,0,0), - (39810,8319,109,621,0,-423.83,121.451,-91.4011,3.00176,7200,0,0,2578,0,0,0), - (39811,8319,109,621,0,-435.116,117.833,-91.0713,1.7412,7200,0,0,2578,0,0,0), - (39812,5283,109,181,0,-433.442,73.5839,-90.9951,2.69153,7200,0,0,6186,0,0,0), - (39823,8319,109,621,0,-438.66,69.3605,-91.1803,1.80403,7200,0,0,2578,0,0,0), - (39824,8319,109,621,0,-431.067,78.404,-91.0223,2.7465,7200,0,0,2578,0,0,0), - (39825,5283,109,181,0,-516.074,124.92,-91.2108,4.82409,7200,0,0,6186,0,0,0), - (39826,5277,109,7903,0,-511.852,125.178,-91.3058,4.54586,7200,0,0,6414,0,0,0), - (39827,5711,109,6709,0,-425.694,-93.5241,-88.224,2.51817,1000000,0,0,5130,3500,0,0), - (39828,5263,109,4769,0,-492.77,-54.5658,-90.8275,5.42032,7200,0,0,5922,0,0,0), - (39829,5271,109,4773,0,-487.119,-54.2088,-90.8281,3.87692,7200,0,0,4950,1695,0,0), - (39830,5271,109,4773,0,-491.812,-61.1224,-90.8281,1.33301,7200,0,0,4950,1695,0,0), - (39831,5271,109,4773,0,-450.099,-74.562,-90.8274,0.0975781,7200,0,0,4950,1695,0,0), - (39832,5271,109,4773,0,-449.994,-79.4681,-90.8274,0.0975781,7200,0,0,4950,1695,0,0), - (39833,5263,109,4769,0,-477.877,-93.8933,-90.8275,0.220976,7200,0,0,5922,0,0,0), - (39834,5271,109,4773,0,-477.84,-97.6526,-90.8275,0.113043,7200,0,0,4950,1695,0,0), - (39835,5271,109,4773,0,-457.172,-90.0466,-90.8275,0.131107,7200,0,0,4950,1695,0,0), - (39836,5271,109,4773,0,-457.244,-97.7436,-90.8275,6.16061,7200,0,0,4950,1695,0,0), - (39837,5271,109,4773,0,-444.604,-116.482,-90.8275,2.26697,7200,0,0,4950,1695,0,0), - (39838,5263,109,4769,0,-482.958,-116.101,-90.8275,2.75782,7200,0,0,5922,0,0,0), - (39839,5263,109,4769,0,-467.583,-76.3734,-90.8275,0.146237,7200,0,0,5922,0,0,0), - (39840,5263,109,4769,0,-447.073,-52.2468,-90.8275,5.03312,7200,0,0,5922,0,0,0), - (39841,5263,109,4769,0,-466.663,-97.4965,-90.8275,0.122803,7200,0,0,5922,0,0,0), - (39842,5709,109,7806,0,-658.379,-35.7623,-90.8352,1.57592,1000000,0,0,28795,0,0,0), - (39843,5712,109,6699,0,-528.646,130.163,-66.7533,5.66229,1000000,0,0,8550,2625,0,0), - (39844,5713,109,6698,0,-527.969,59.4516,-66.7188,0.397759,1000000,0,0,6414,0,0,0), - (39845,5714,109,6700,0,-466.655,24.4261,-66.7908,1.5515,1000000,0,0,6414,0,0,0), - (39846,5715,109,6702,0,-405.506,60.4569,-67.0678,2.57409,1000000,0,0,7485,6421,0,0), - (39847,5717,109,6707,0,-406.189,131.068,-66.9138,3.68072,1000000,0,0,10260,4375,0,0), - (39848,4306,189,2607,0,1757.21,1143.53,7.57362,0.558505,7200,0,0,2865,0,0,0), - (39849,6547,189,1027,0,1757.23,1146.14,8.76122,0.785398,7200,0,0,735,0,0,0), - (39850,3981,189,2046,0,1786.22,1119.48,8.75801,4.64258,7200,0,0,155,0,0,0), - (39851,4306,189,2607,0,1758.39,1147.04,7.57362,3.4383,7200,0,0,2865,0,0,0), - (39852,4075,189,1141,0,1783.95,1145.06,7.57362,6.0912,7200,3,0,8,0,0,1), - (39853,4306,189,2607,0,1793.45,1143.31,7.57362,1.22173,7200,0,0,2865,0,0,0), - (39854,4306,189,2607,0,1793.07,1146.38,7.57362,5.37561,7200,0,0,2865,0,0,0), - (39855,4306,189,2607,0,1807.48,1170.39,6.90373,4.95674,7200,0,0,2865,0,0,0), - (39856,6547,189,1027,0,1794.24,1144.93,8.71928,5.63741,7200,0,0,735,0,0,0), - (39857,4306,189,2607,0,1807.84,1165.98,6.90374,1.51844,7200,0,0,2865,0,0,0), - (39858,4308,189,5430,0,1754.17,1244,18.2407,4.46804,7200,3,0,955,0,0,1), - (39859,4308,189,5430,0,1759.29,1247.62,18.2407,0,7200,3,0,955,0,0,1), - (39860,4308,189,5430,0,1796.2,1247.53,18.4118,0.802851,7200,3,0,955,0,0,1), - (39861,4308,189,5430,0,1798.83,1246.83,18.4078,0,7200,3,0,955,0,0,1), - (39862,4308,189,5430,0,1800.67,1249.87,18.425,0,7200,3,0,955,0,0,1), - (39863,4075,189,1141,0,1813.79,1252.13,17.6995,2.75762,7200,10,0,8,0,0,1), - (39864,4308,189,5430,0,1754.07,1250.63,18.2407,3.53748,7200,3,0,955,0,0,1), - (39865,6426,189,10256,0,1837.69,1249.07,18.2407,4.55531,7200,3,0,3018,0,0,1), - (39866,4308,189,5430,0,1777.24,1262.44,17.6542,5.58505,7200,5,0,955,0,0,1), - (39867,4308,189,5430,0,1781.75,1265.2,17.7005,0,7200,5,0,955,0,0,1), - (39868,4308,189,5430,0,1778.28,1267.77,17.6649,0,7200,5,0,955,0,0,1), - (39869,4075,189,1141,0,1778.59,1275.54,17.6707,3.94444,7200,10,0,8,0,0,1), - (39870,6426,189,1196,0,1834.93,1279.38,18.2407,3.08923,7200,3,0,3018,0,0,1), - (39871,4308,189,5430,0,1773.14,1307.27,17.603,1.72788,7200,3,0,955,0,0,1), - (39872,4308,189,5430,0,1766.5,1309.83,18.0689,0,7200,3,0,955,0,0,1), - (39873,6427,189,4629,0,1797.23,1283.1,18.613,1.71042,7200,3,0,3018,0,0,1), - (39874,4308,189,5430,0,1811.79,1302.46,17.8061,5.74213,7200,3,0,955,0,0,1), - (39875,4308,189,5430,0,1815.85,1300.29,17.6923,0,7200,3,0,955,0,0,1), - (39876,4308,189,5430,0,1819.47,1300.64,17.5862,0,7200,3,0,955,0,0,1), - (39877,4308,189,5430,0,1756.41,1278.62,18.2407,5.3058,7200,3,0,955,0,0,1), - (39878,4308,189,5430,0,1755.2,1282.74,18.2407,0,7200,3,0,955,0,0,1), - (39879,4308,189,5430,0,1760.09,1281.22,18.2407,0,7200,3,0,955,0,0,1), - (39880,6426,189,4631,0,1802.29,1315.75,18.7903,4.42769,7200,3,0,3018,0,0,1), - (39881,4308,189,5430,0,1773.64,1313.96,17.6021,5.91172,7200,3,0,955,0,0,1), - (39882,6426,189,10256,0,1749.6,1309.9,18.5249,3.89208,7200,3,0,3018,0,0,1), - (39888,4308,189,5430,0,1837.76,1315.02,19.098,0.226893,7200,2,0,955,0,0,1), - (39889,6427,189,4629,0,1745.48,1329.6,18.6464,3.05433,7200,3,0,3018,0,0,1), - (39890,4075,189,1141,0,1773.16,1334.5,17.9149,0.418879,7200,10,0,8,0,0,1), - (39891,6426,189,10255,0,1787.18,1334.56,18.9709,3.80482,7200,3,0,3018,0,0,1), - (39892,4075,189,1141,0,1827.34,1330.7,18.0777,2.25148,7200,10,0,8,0,0,1), - (39893,6427,189,4629,0,1853.69,1321.07,17.323,4.76481,7200,5,0,3018,0,0,1), - (39894,6488,189,5230,0,1756.17,1345.45,19.3719,5.03576,43200,0,0,4009,0,0,0), - (39895,6427,189,4629,0,1848.8,1344.06,18.4575,4.63511,7200,5,0,3018,0,0,1), - (39896,4308,189,5430,0,1820.47,1338.36,17.5815,5.91667,7200,3,0,955,0,0,1), - (39897,4308,189,5430,0,1825.42,1337.67,17.6144,0,7200,3,0,955,0,0,1), - (39898,4308,189,5430,0,1823.54,1342.17,17.7157,0,7200,3,0,955,0,0,1), - (39899,6426,189,4631,0,1795.38,1362.76,18.9709,5.65487,7200,5,0,3018,0,0,1), - (39900,6426,189,10256,0,1770.33,1358.26,18.5253,2.61366,7200,3,0,3018,0,0,1), - (39901,6426,189,10255,0,1761.93,1368.33,19.513,0.418879,7200,5,0,3018,0,0,1), - (39902,4075,189,1141,0,1838.03,1401.54,21.0788,4.67748,7200,10,0,8,0,0,1), - (39903,4308,189,5430,0,1775.42,1397.14,0.083333,4.43314,7200,2,0,955,0,0,1), - (39904,4308,189,5430,0,1776.84,1400.45,0.083333,0,7200,2,0,955,0,0,1), - (39905,4308,189,5430,0,1780.67,1397.55,0.083333,0,7200,2,0,955,0,0,1), - (39906,6426,189,10255,0,1787.3,1416.96,0.083333,2.6529,7200,2,0,3018,0,0,1), - (39907,6426,189,4631,0,1739.43,1406.42,21.4502,2.92881,7200,3,0,3018,0,0,1), - (39908,6427,189,4629,0,1814.89,1417.88,8.4461,3.00822,7200,2,0,3018,0,0,1), - (39909,4075,189,1141,0,1769.2,1395.49,20.9381,0.10472,7200,10,0,8,0,0,1), - (39910,4308,189,5430,0,1767.37,1400.58,20.8589,5.23599,7200,5,0,955,0,0,1), - (39911,4308,189,5430,0,1773.4,1401.88,21.12,0,7200,5,0,955,0,0,1), - (39912,4308,189,5430,0,1772.51,1407.66,21.4132,0,7200,3,0,955,0,0,1), - (39913,4308,189,5430,0,1844.2,1401.81,21.284,0.331613,7200,3,0,955,0,0,1), - (39914,4308,189,5430,0,1841.92,1373.78,19.1498,6.03884,7200,5,0,955,0,0,1), - (39915,4308,189,5430,0,1843.91,1371.44,19.1904,0,7200,3,0,955,0,0,1), - (39916,4308,189,5430,0,1845.47,1373.59,19.2066,0,7200,3,0,955,0,0,1), - (39917,6427,189,4629,0,1811.35,1401.03,8.52722,2.98451,7200,2,0,3018,0,0,1), - (39930,4308,189,5430,0,1783.58,1402.23,0.083333,0.488692,7200,2,0,955,0,0,1), - (39931,4308,189,5430,0,1781.24,1405.95,0.083333,0,7200,2,0,955,0,0,1), - (39932,4308,189,5430,0,1786.24,1406.18,0.083333,0,7200,2,0,955,0,0,1), - (39933,6426,189,10255,0,1817.76,1400.2,21.3051,4.7822,7200,3,0,3018,0,0,1), - (39934,4543,189,11396,0,1820.34,1416.71,-7.91731,3.15905,43200,0,0,7736,2518,0,0), - (39935,4308,189,5430,0,1777.37,1429.7,0.083333,3.78736,7200,2,0,955,0,0,1), - (39936,4308,189,5430,0,1780.88,1429.15,0.083333,0,7200,2,0,955,0,0,1), - (39937,4308,189,5430,0,1778.23,1434.16,0.083333,0,7200,2,0,955,0,0,1), - (39938,6426,189,1196,0,1812.48,1432.85,8.5311,1.65806,7200,5,0,3018,0,0,1), - (39939,4308,189,5430,0,1803.6,1431.15,8.4472,3.41441,7200,1,0,955,0,0,1), - (39940,4308,189,5430,0,1806,1432.56,8.44832,4.42443,7200,1,0,955,0,0,1), - (39941,4308,189,5430,0,1804.02,1433.12,8.44826,3.33666,7200,0,0,955,0,0,0), - (39942,4308,189,5430,0,1850.04,1404.56,21.6877,3.0719,7200,3,0,955,0,0,1), - (39943,4308,189,5430,0,1848.72,1402.95,21.6375,5.25023,7200,3,0,955,0,0,1), - (39944,6426,189,1196,0,1784.84,1431.28,0.083333,1.0472,7200,2,0,3018,0,0,1), - (39945,4295,189,2514,0,876.701,1322.55,18.0893,3.15905,7200,0,0,4008,0,0,0), - (39946,3977,189,2043,0,1202.13,1399.07,29.0931,3.12414,43200,0,0,4904,6415,0,0), - (39947,721,189,328,0,915.357,1379.98,18.0842,1.78024,7200,10,0,1,0,0,1), - (39948,4295,189,2514,0,873.301,1406.05,18.0893,3.21141,7200,0,0,4008,0,0,0), - (39949,4294,189,2524,0,927.287,1359.98,18.7611,0.296706,7200,0,0,2910,5722,0,0), - (39950,4298,189,2473,0,868.398,1406,18.0893,6.26573,7200,0,0,4008,0,0,0), - (39951,4294,189,2524,0,889.963,1374.25,18.7611,1.43117,7200,0,0,2910,5722,0,0), - (39952,4298,189,2462,0,876.506,1359.32,18.0893,3.10669,7200,0,0,4008,0,0,0), - (39953,4301,189,2500,0,909.231,1399.03,18.1066,3.18328,7200,5,0,4185,0,0,1), - (39954,4295,189,2514,0,889.978,1378.01,18.7611,4.85202,7200,0,0,4008,0,0,0), - (39955,4298,189,2473,0,865.244,1359.41,18.0893,0.017453,7200,0,0,4008,0,0,0), - (39956,4298,189,2462,0,890.282,1360.67,18.7611,0.802851,7200,0,0,4008,0,0,0), - (39957,4294,189,2524,0,931.21,1360.36,18.7611,3.03687,7200,0,0,2910,5722,0,0), - (39958,4301,189,2500,0,909.251,1378.57,18.0794,4.96092,7200,3,0,4185,0,0,1), - (39959,4301,189,2499,0,925.633,1377.55,18.0233,0.018956,7200,3,0,4185,0,0,1), - (39960,4300,189,2526,0,947.376,1375.67,18.1066,5.91667,7200,3,0,3514,5950,0,1), - (39961,4295,189,2514,0,956.586,1360.52,18.7611,0.122173,7200,0,0,4008,0,0,0), - (39962,4298,189,2473,0,908.503,1421.89,18.0842,0.907571,7200,3,0,4008,0,0,1), - (39963,721,189,328,0,911.466,1417.71,18.0877,3.57792,7200,10,0,1,0,0,1), - (39964,4295,189,2514,0,894.761,1437.65,18.7611,3.59538,7200,0,0,4008,0,0,0), - (39965,4295,189,2514,0,889.992,1420.7,18.7611,5.39307,7200,2,0,4008,0,0,1), - (39966,4294,189,2524,0,890.405,1434.73,18.7611,0.785398,7200,0,0,2910,5722,0,0), - (39967,4300,189,2526,0,903.927,1437.55,18.6778,3.14001,7200,2,0,3514,5950,0,1), - (39968,4294,189,2524,0,960.646,1360.61,18.7611,3.05433,7200,0,0,2910,5722,0,0), - (39969,4295,189,2515,0,931.613,1437.55,18.7611,4.59022,7200,0,0,4008,0,0,0), - (39970,4300,189,2525,0,948.805,1423.6,18.1066,2.42601,7200,3,0,3514,5950,0,1), - (39971,4298,189,2473,0,962.055,1437.48,18.7611,3.03687,7200,0,0,4008,0,0,0), - (39972,4295,189,2514,0,957.66,1437.56,18.7611,0.05236,7200,0,0,4008,0,0,0), - (39973,4301,189,2500,0,964.298,1414.41,18.7611,2.16421,7200,0,0,4185,0,0,0), - (39974,4301,189,2500,0,992.712,1362.11,27.3827,5.51524,7200,5,0,4185,0,0,1), - (39975,4298,189,2462,0,991.131,1437.42,27.3819,3.33358,7200,3,0,4008,0,0,1), - (39976,4298,189,2462,0,985.957,1454.46,29.2299,0.907571,7200,0,0,4008,0,0,0), - (39977,4295,189,2515,0,986.18,1343.2,29.2299,0.994838,7200,0,0,4008,0,0,0), - (39978,4301,189,2499,0,998.125,1343.43,29.1465,3.14447,7200,2,0,4185,0,0,1), - (39979,4294,189,2524,0,1016.04,1436.88,27.3877,6.16101,7200,0,0,2910,5722,0,0), - (39980,4295,189,2514,0,1031.26,1363.48,27.3037,0.467584,7200,3,0,4008,0,0,1), - (39981,4300,189,2525,0,1021.64,1362.29,27.3879,4.13643,7200,3,0,3514,5950,0,1), - (39982,4295,189,2514,0,1027.78,1399.18,27.3967,3.15905,7200,2,0,4008,0,0,1), - (39983,4301,189,2499,0,1035.74,1378.37,27.39,1.309,7200,5,0,4185,0,0,1), - (39984,4295,189,2515,0,1016.68,1343.52,29.2298,2.80998,7200,2,0,4008,0,0,1), - (39985,721,189,328,0,1037.12,1369.88,27.3872,5.20108,7200,10,0,1,0,0,1), - (39986,4298,189,2473,0,1035.56,1418.87,27.3903,4.66003,7200,3,0,4008,0,0,1), - (39987,721,189,328,0,1033.28,1428.83,27.3882,2.82743,7200,10,0,1,0,0,1), - (39988,4298,189,2473,0,1042.64,1363.84,27.3835,2.40855,7200,3,0,4008,0,0,1), - (39989,4301,189,2499,0,1012.41,1454.72,29.2298,6.17846,7200,0,0,4185,0,0,0), - (39990,4300,189,2525,0,1017.74,1454.69,29.2298,2.82743,7200,0,0,3514,5950,0,0), - (39991,4295,189,2515,0,1041.41,1400.29,27.3899,2.14675,7200,3,0,4008,0,0,1), - (39992,4295,189,2515,0,1045.23,1343.56,29.2298,2.9147,7200,0,0,4008,0,0,0), - (39993,4301,189,2500,0,1063.05,1382.2,30.8469,2.86234,7200,0,0,4185,0,0,0), - (39994,4301,189,2499,0,1064.4,1387.33,30.8469,3.05433,7200,0,0,4185,0,0,0), - (39995,4301,189,2500,0,1042.55,1436.11,27.3831,0.890118,7200,3,0,4185,0,0,1), - (39996,4301,189,2499,0,1064.79,1410.84,30.8469,3.22886,7200,0,0,4185,0,0,0), - (39997,4301,189,2500,0,1063.2,1415.93,30.8469,3.42085,7200,0,0,4185,0,0,0), - (39998,4294,189,2524,0,1045.66,1449.21,29.1465,1.05107,7200,0,0,2910,5722,0,0), - (39999,4294,189,2524,0,1042.8,1453.6,29.2298,0.523599,7200,0,0,2910,5722,0,0), - (40000,4301,189,2500,0,1081.55,1372.29,30.3863,1.50098,7200,0,0,4185,0,0,0), - (40001,4299,189,2502,0,1078.94,1377.88,30.3894,5.91667,7200,0,0,2901,2014,0,0), - (40002,4301,189,2500,0,1045.87,1456.44,29.2298,4.03171,7200,0,0,4185,0,0,0), - (40003,4301,189,2500,0,1100.04,1372.48,30.3885,1.50098,7200,0,0,4185,0,0,0), - (40004,4302,189,2460,0,1094.09,1393.13,30.3869,0.069813,7200,0,0,3540,2472,0,0), - (40005,4540,189,2604,0,1093.88,1390.98,30.3829,0.139626,7200,0,0,3660,0,0,0), - (40006,4540,189,2604,0,1093.94,1407.44,30.3825,6.12611,7200,0,0,3660,0,0,0), - (40007,4303,189,2492,0,1093.89,1405.21,30.3866,6.17846,7200,0,0,3540,2472,0,0), - (40008,4299,189,2502,0,1079.82,1376.72,30.3059,6.03884,7200,2,1,2901,2014,0,2), - (40009,4301,189,2500,0,1081.35,1425.84,30.3862,4.81711,7200,0,0,4185,0,0,0), - (40010,4302,189,2460,0,1106.8,1379.17,30.3025,3.1506,7200,0,0,3540,2472,0,0), - (40011,4303,189,2492,0,1107.01,1403.8,30.3909,6.16101,7200,0,0,3540,2472,0,0), - (40012,4299,189,2501,0,1079.28,1417.23,30.3849,4.7822,7200,1,0,2901,2014,0,1), - (40013,4303,189,2492,0,1106.51,1395.47,30.3909,0.087266,7200,0,0,3540,2472,0,0), - (40014,4301,189,2500,0,1099.92,1425.87,30.3883,4.67748,7200,0,0,4185,0,0,0), - (40015,4300,189,2526,0,1082.92,1417.33,30.3027,3.09318,7200,2,1,3514,5950,0,2), - (40016,4302,189,2461,0,1103.96,1419.38,30.3908,5.23599,7200,2,0,3540,2472,0,1), - (40017,4302,189,2460,0,1119.04,1403.42,30.3911,6.19592,7200,0,0,3540,2472,0,0), - (40018,4303,189,2492,0,1118.56,1394.85,30.3911,0.174533,7200,0,0,3540,2472,0,0), - (40019,4300,189,2526,0,1113.08,1380.51,30.3011,3.14111,7200,2,0,3514,5950,0,1), - (40020,4303,189,2492,0,1131.19,1405.14,30.3888,6.14356,7200,0,0,3540,2472,0,0), - (40021,4540,189,2604,0,1131.25,1390.61,30.3824,0.20944,7200,0,0,3660,0,0,0), - (40022,4300,189,2525,0,1123.06,1377.68,30.3911,0.418879,7200,0,0,3514,5950,0,0), - (40023,4302,189,2460,0,1123.83,1419.34,30.3907,5.65487,7200,0,0,3540,2472,0,0), - (40024,4540,189,2603,0,1130.96,1407.78,30.3828,6.03884,7200,0,0,3660,0,0,0), - (40025,4302,189,2461,0,1131.12,1393.02,30.3852,0.122173,7200,0,0,3540,2472,0,0), - (40026,4301,189,2499,0,1118.46,1425.7,30.3888,4.74729,7200,0,0,4185,0,0,0), - (40027,4540,189,2604,0,1118.89,1405.23,30.3874,6.10865,7200,0,0,3660,0,0,0), - (40028,4301,189,2499,0,1118.77,1372.24,30.3885,1.50098,7200,0,0,4185,0,0,0), - (40029,3976,189,2042,0,1153.87,1398.39,32.6112,6.12611,43200,0,0,5517,2566,0,0), - (40030,4299,189,2502,0,1137.65,1455.58,30.3845,4.36332,7200,0,0,2901,2014,0,0), - (40031,4302,189,2460,0,1134.68,1338.78,30.3007,1.46608,7200,1,1,3540,2472,0,2), - (40032,4300,189,2525,0,1137.72,1341.88,30.3849,0.488692,7200,0,0,3514,5950,0,0), - (40033,4300,189,2526,0,1136.41,1451.23,30.3863,3.59538,7200,0,0,3514,5950,0,0), - (40034,4300,189,2526,0,1135.38,1459.44,30.2991,1.33446,7200,6,1,3514,5950,0,2), - (40035,4301,189,2499,0,1140.97,1336.32,30.3851,1.5708,7200,0,0,4185,0,0,0), - (40036,4301,189,2500,0,1141.36,1462.66,30.3821,4.69494,7200,0,0,4185,0,0,0), - (40037,4302,189,2460,0,1141.86,1343.3,30.387,3.38594,7200,0,0,3540,2472,0,0), - (40038,4302,189,2460,0,1160.33,1438.27,30.3882,1.309,7200,1,0,3540,2472,0,1), - (40039,4542,189,2605,0,1158.86,1354.27,30.389,4.69494,43200,0,0,6130,2566,0,0), - (40040,4540,189,2603,0,1165.94,1439.46,31.6319,5.8294,7200,0,0,3660,0,0,0), - (40041,4540,189,2604,0,1165.88,1437.27,31.6319,0.279253,7200,0,0,3660,0,0,0), - (40042,4299,189,2501,0,1159.59,1456.71,30.3882,4.17134,7200,1,0,2901,2014,0,1), - (40043,4540,189,2603,0,1165.83,1456.84,31.6319,0.10472,7200,0,0,3660,0,0,0), - (40044,4540,189,2603,0,1166.93,1340.42,31.6328,6.26573,7200,0,0,3660,0,0,0), - (40045,4540,189,2604,0,243.046,-303.767,20.1611,2.23402,7200,0,0,3660,0,0,0), - (40046,4540,189,2604,0,263.371,-302.978,20.1611,6.10865,7200,0,0,3660,0,0,0), - (40047,4287,189,2463,0,199.244,-287.587,19.2011,4.34587,7200,6,1,2784,1926,0,2), - (40048,4287,189,2463,0,218.136,-286.012,19.2829,5.89921,7200,0,0,2784,1926,0,0), - (40049,4287,189,2474,0,203.703,-268.734,19.2844,3.12414,7200,0,0,2784,1926,0,0), - (40050,4299,189,2502,0,240.758,-301.743,20.1611,5.67232,7200,0,0,2901,2014,0,0), - (40051,4296,189,5726,0,223.447,-286.047,19.2829,3.54302,7200,0,0,2784,1926,0,0), - (40052,4287,189,2463,0,220.711,-288.573,19.2829,1.46608,7200,0,0,2784,1926,0,0), - (40053,4288,189,2497,0,181.396,-273.576,18.6779,0.837758,7200,0,0,3489,0,0,0), - (40054,4304,189,2709,0,183.415,-275.71,18.8943,3.22886,7200,2,0,3330,0,0,1), - (40055,4299,189,2502,0,247.023,-304.425,20.1611,6.0912,7200,0,0,2901,2014,0,0), - (40056,4291,189,2508,0,267.932,-303.047,20.1611,3.28122,7200,0,0,2901,2014,0,0), - (40057,4287,189,2463,0,223.34,-229.759,18.614,2.30383,7200,0,0,2784,1926,0,0), - (40058,4296,189,5725,0,201.003,-231.957,18.5308,1.50647,7200,1,1,2784,1926,0,2), - (40059,4288,189,2497,0,189.179,-259.118,18.8245,0.645772,7200,0,0,3489,0,0,0), - (40060,4304,189,2709,0,187.05,-257.972,18.6737,3.49066,7200,1,0,3330,0,0,1), - (40061,4287,189,2463,0,210.71,-222.668,18.614,4.67748,7200,0,0,2784,1926,0,0), - (40062,4296,189,5726,0,192.738,-226.783,18.614,4.99164,7200,0,0,2784,1926,0,0), - (40063,4287,189,2463,0,181.5,-240.021,19.2844,4.72984,7200,0,0,2784,1926,0,0), - (40064,4287,189,2463,0,240.84,-229.627,18.6141,4.99164,7200,0,0,2784,1926,0,0), - (40065,4296,189,5725,0,221.084,-226.658,18.614,5.14872,7200,0,0,2784,1926,0,0), - (40066,4287,189,2463,0,240.929,-233.45,18.6141,1.53589,7200,0,0,2784,1926,0,0), - (40067,4287,189,2474,0,194.217,-229.353,18.614,2.35619,7200,0,0,2784,1926,0,0), - (40068,4288,189,2497,0,201.223,-232.896,18.5307,3.14066,7200,1,1,3489,0,0,2), - (40070,4304,189,2709,0,201.061,-230.432,18.5307,3.13901,7200,1,1,3330,0,0,2), - (40071,4287,189,2474,0,267.888,-233.814,18.614,0.05236,7200,0,0,2784,1926,0,0), - (40072,4287,189,2463,0,271.381,-233.791,18.614,3.10669,7200,0,0,2784,1926,0,0), - (40073,4287,189,2463,0,229.038,-304.547,18.6126,4.60767,7200,0,0,2784,1926,0,0), - (40074,4287,189,2474,0,228.658,-310.084,18.6126,1.55334,7200,0,0,2784,1926,0,0), - (40075,4287,189,2463,0,195.12,-305.447,18.6126,5.48033,7200,0,0,2784,1926,0,0), - (40076,4287,189,2474,0,197.446,-307.527,18.6126,2.56563,7200,0,0,2784,1926,0,0), - (40077,4287,189,2474,0,211.489,-312.366,18.6126,1.6057,7200,0,0,2784,1926,0,0), - (40078,4288,189,2498,0,166.937,-266.84,18.6979,0.733038,7200,0,0,3489,0,0,0), - (40079,4304,189,2709,0,168.105,-268.833,18.6996,1.64061,7200,2,0,3330,0,0,1), - (40080,4287,189,2474,0,182.787,-289.654,19.2844,1.51844,7200,0,0,2784,1926,0,0), - (40081,4287,189,2463,0,153.936,-268.826,19.2844,0.017453,7200,0,0,2784,1926,0,0), - (40082,4287,189,2463,0,155.754,-285.667,19.2011,3.56047,7200,6,1,2784,1926,0,2), - (40083,4287,189,2463,0,174.665,-312.681,18.6126,1.71042,7200,0,0,2784,1926,0,0), - (40084,4540,189,2604,0,265.073,-312.405,20.079,1.60504,7200,0,0,3660,0,0,0), - (40085,4291,189,2507,0,220.417,-336.332,18.6174,2.63545,7200,0,0,2901,2014,0,0), - (40086,4291,189,2507,0,232.174,-325.762,18.617,1.53589,7200,0,0,2901,2014,0,0), - (40087,4299,189,2502,0,215.679,-332.621,18.6193,5.49779,7200,0,0,2901,2014,0,0), - (40088,3974,189,2040,0,119.938,-260.869,18.6299,0.10472,43200,0,0,7736,1007,0,0), - (40089,4304,189,2709,0,123.754,-261.435,18.6299,2.96706,7200,0,0,3330,0,0,0), - (40090,4304,189,2709,0,120.958,-257.75,18.6299,4.43314,7200,0,0,3330,0,0,0), - (40091,4304,189,2709,0,123.09,-258.452,18.6299,3.80482,7200,0,0,3330,0,0,0), - (40092,4291,189,2508,0,253.912,-332.617,18.6172,4.69494,7200,0,0,2901,2014,0,0), - (40093,4291,189,2507,0,247.954,-335.179,18.6174,0.349066,7200,0,0,2901,2014,0,0), - (40094,4540,189,2604,0,251.835,-363.646,20.4781,5.044,7200,0,0,3660,0,0,0), - (40095,4291,189,2507,0,253.363,-367.029,20.482,2.16421,7200,0,0,2901,2014,0,0), - (40096,4540,189,2603,0,272.412,-326.647,18.6172,4.99164,7200,0,0,3660,0,0,0), - (40097,4299,189,2501,0,272.568,-331.08,18.6172,1.309,7200,0,0,2901,2014,0,0), - (40098,4299,189,2502,0,265.031,-379.047,20.078,1.56189,7200,6,1,2901,2014,0,2), - (40099,4291,189,2507,0,279.837,-369.762,20.487,4.06662,7200,0,0,2901,2014,0,0), - (40100,4299,189,2501,0,277.677,-373.477,20.4933,0.942478,7200,0,0,2901,2014,0,0), - (40101,4299,189,2501,0,253.815,-405.001,20.4863,4.69494,7200,0,0,2901,2014,0,0), - (40102,4540,189,2603,0,265.949,-386.511,20.1611,3.28122,7200,0,0,3660,0,0,0), - (40103,4291,189,2508,0,263.192,-386.943,20.1605,0.174533,7200,0,0,2901,2014,0,0), - (40104,4540,189,2604,0,182.002,-416.543,18.9408,0.925025,7200,0,0,3660,0,0,0), - (40105,4291,189,2507,0,181.98,-413.51,18.9406,5.63741,7200,0,0,2901,2014,0,0), - (40106,4540,189,2603,0,251.522,-408.955,20.4928,0.383972,7200,0,0,3660,0,0,0), - (40107,4291,189,2508,0,231.985,-425.421,18.6153,1.51844,7200,0,0,2901,2014,0,0), - (40108,4291,189,2507,0,216.476,-418.544,18.6147,4.34587,7200,0,0,2901,2014,0,0), - (40109,4540,189,2603,0,265.016,-428.936,18.5347,6.27407,7200,6,1,3660,0,0,2), - (40110,4540,189,2604,0,184.504,-414.299,18.9364,3.14159,7200,0,0,3660,0,0,0), - (40111,4291,189,2507,0,231.714,-432.81,18.6163,4.5204,7200,0,0,2901,2014,0,0), - (40112,4540,189,2604,0,215.304,-421.982,18.6203,1.27409,7200,0,0,3660,0,0,0), - (40113,4540,189,2604,0,256.803,-409.171,20.4936,2.77507,7200,0,0,3660,0,0,0), - (40114,4540,189,2604,0,279.506,-405.837,20.4875,4.29351,7200,0,0,3660,0,0,0), - (40115,4291,189,2508,0,277.415,-410.155,20.4948,1.0472,7200,0,0,2901,2014,0,0), - (40116,4291,189,2508,0,253.05,-432.902,18.6185,4.88692,7200,0,0,2901,2014,0,0), - (40117,4291,189,2508,0,270.066,-435.688,18.6203,1.06465,7200,0,0,2901,2014,0,0), - (40118,4540,189,2603,0,272.192,-430.993,18.6173,4.31096,7200,0,0,3660,0,0,0), - (40119,4540,189,2604,0,173.977,-430.87,18.616,0,7200,0,0,3660,0,0,0), - (40120,4540,189,2603,0,173.965,-427.5,18.6164,0.034907,7200,0,0,3660,0,0,0), - (40121,4540,189,2604,0,183.061,-443.497,18.9388,3.03687,7200,0,0,3660,0,0,0), - (40122,4291,189,2508,0,180.105,-442.338,18.9438,5.8294,7200,0,0,2901,2014,0,0), - (40123,4299,189,2501,0,180.243,-445.043,18.9434,0.471239,7200,0,0,2901,2014,0,0), - (40124,6487,189,5266,0,148.32,-428.692,18.4864,6.24828,43200,2,1,8730,2861,0,2), - (40125,4286,189,2523,0,1644.07,-380.373,18.6778,5.15457,7200,1,1,3660,0,0,2), - (40126,4286,189,2523,0,1630.35,-341.378,18.0908,3.1765,7200,0,0,3660,0,0,0), - (40127,4286,189,2523,0,1641.39,-383.177,18.7611,0.05236,7200,0,0,3660,0,0,0), - (40128,4297,189,2504,0,1644.85,-382.714,18.7611,3.10669,7200,0,0,2706,5360,0,0), - (40129,4286,189,2522,0,1650.1,-356.093,18.0233,5.49779,7200,5,1,3660,0,0,2), - (40130,4286,189,2522,0,1670.54,-346.561,18.1066,1.58825,7200,0,0,3660,0,0,0), - (40131,4286,189,2523,0,1630.46,-333.896,18.0909,3.05433,7200,0,0,3660,0,0,0), - (40132,4286,189,2522,0,1678.26,-347.922,18.1066,1.37881,7200,0,0,3660,0,0,0), - (40133,4286,189,2522,0,1668.44,-336.926,18.7611,4.11228,7200,0,0,3660,0,0,0), - (40135,4286,189,2523,0,1710.91,-339.664,18.7611,1.79769,7200,0,0,3660,0,0,0), - (40136,4286,189,2523,0,1700.57,-357.268,18.1327,6.21337,7200,0,0,3660,0,0,0), - (40137,4286,189,2522,0,1699.02,-372.043,18.148,0.087266,7200,0,0,3660,0,0,0), - (40138,4286,189,2523,0,1707.79,-338.49,18.6778,2.39103,7200,6,1,3660,0,0,2), - (40139,4286,189,2522,0,1710.72,-336.769,18.7611,4.55531,7200,0,0,3660,0,0,0), - (40140,4286,189,2522,0,1710.51,-378.446,18.7611,4.32842,7200,0,0,3660,0,0,0), - (40141,4286,189,2523,0,1708.53,-383.078,18.7611,1.15192,7200,0,0,3660,0,0,0), - (40142,4289,189,2510,0,1717.25,-362.902,18.6769,3.15247,7200,0,0,2805,5526,0,0), - (40143,4292,189,2465,0,1753.6,-361.732,8.0943,5.48033,7200,0,0,3150,2194,0,0), - (40144,4286,189,2522,0,1751.06,-385.826,8.09396,2.63545,7200,0,0,3660,0,0,0), - (40145,4286,189,2522,0,1747.55,-382.132,8.094,5.13127,7200,0,0,3660,0,0,0), - (40146,4292,189,2465,0,1747.38,-386.651,8.09371,1.06465,7200,0,0,3150,2194,0,0), - (40147,4292,189,2476,0,1751.65,-411.954,8.09475,2.37365,7200,0,0,3150,2194,0,0), - (40148,4290,189,2511,0,1747.19,-407.454,8.09384,5.46288,7200,0,0,3831,0,0,0), - (40149,4290,189,2511,0,1776.38,-380.149,8.09487,6.16101,7200,0,0,3831,0,0,0), - (40150,4292,189,2465,0,1756.69,-365.143,8.09359,2.25148,7200,0,0,3150,2194,0,0), - (40151,4292,189,2465,0,1776.81,-408.846,8.01154,4.76475,7200,1,1,3150,2194,0,2), - (40152,4290,189,2511,0,1773.45,-411.58,8.09441,0.558505,7200,0,0,3831,0,0,0), - (40153,10363,229,10115,0,34.76,-285.31,111.13,3.21,1000000,0,0,80925,0,0,0), - (40154,9240,229,9728,0,-47.73,-460.24,16.58,6,10800,0,0,6273,2117,0,2), - (40155,7112,1,6392,0,4767.34,-570.026,278.062,5.92397,300,5,0,2085,4506,0,1), - (40156,767,0,632,0,-10598.9,-2845.86,25.3261,2.58429,300,5,0,1469,0,0,1), - (40157,5263,0,4769,0,-10235.9,-4010.46,-109.881,3.64774,900,3,0,5922,0,0,1), - (40158,5263,0,4769,0,-10244.2,-3990.81,-99.715,5.41052,900,2,0,5922,0,0,1), - (40159,5225,0,4768,0,-10226.3,-4007.59,-109.881,2.04204,900,3,0,5757,0,0,1), - (40160,7115,1,6390,0,4777.93,-557.573,275.15,0.772631,300,5,0,2085,4506,0,1), - (40163,7101,1,2832,0,6454.82,-1703.89,418.226,4.65187,300,3,0,3189,0,0,1), - (40164,7112,1,6392,0,4749.07,-597.87,280.253,2.85515,300,5,0,2085,4506,0,1), - (40165,7112,1,6392,0,4790.02,-551.925,274.459,4.58159,300,5,0,2085,4506,0,1), - (40166,7115,1,6390,0,4756.2,-597.928,279.563,0.842618,300,5,0,2085,4506,0,1), - (40167,7125,1,6172,0,4779.26,-572.04,275.844,1.3439,300,0,0,2880,0,0,0), - (40168,1507,0,2478,0,1789.48,1335.2,89.7295,1.36136,300,0,0,67,174,0,0), - (40169,10221,229,9563,0,-195.348,-325.77,64.4244,1.59871,3600,3,0,3082,0,0,1), - (40172,7113,1,6399,0,4805.13,-547.412,272.959,3.4383,300,0,0,2880,0,0,0), - (40173,7101,1,2832,0,6399.97,-1713.32,418.026,2.80937,300,2,0,3189,0,0,1), - (40174,7100,1,8389,0,6427.75,-1714.86,418.226,5.74737,300,2,0,3082,0,0,1), - (40175,7100,1,8389,0,6328.16,-1645.5,428.71,6.24828,300,3,0,3082,0,0,1), - (40176,7136,1,4200,0,5595.64,-846.147,377.084,3.46767,300,10,0,7113,0,0,1), - (40177,7106,1,8575,0,4599.52,-507.243,294.876,6.26567,300,5,0,2880,0,0,1), - (40178,7101,1,2832,0,6402.97,-1688.29,418.955,2.01227,300,2,0,3189,0,0,1), - (40179,8958,1,1083,0,5655.96,-1116.48,381.995,4.25469,300,10,0,3207,0,0,1), - (40180,7100,1,8389,0,6424.47,-1683.25,418.431,2.90135,300,2,0,3082,0,0,1), - (40181,7100,1,8389,0,6379.43,-1652.13,437.57,4.01343,300,2,0,3082,0,0,1), - (40182,764,0,2024,0,-10111.7,-3478.48,17.4991,6.12354,300,5,0,1308,1189,0,1), - (40183,5263,0,4769,0,-10227.8,-4020.79,-109.798,6.05629,900,3,0,5922,0,0,1), - (40185,745,0,7976,0,-10268.6,-4079.65,22.5606,2.86866,300,5,0,5148,0,0,1), - (40186,5225,0,4768,0,-10237.9,-4043.2,-103.954,5.98701,900,0,0,5757,0,0,0), - (40187,5225,0,4768,0,-10211,-3998.53,-99.6287,4.08407,900,2,0,5757,0,0,1), - (40188,746,0,625,0,-10321.9,-4196.7,22.8896,1.38413,300,5,0,6468,0,0,1), - (40189,759,0,152,0,-9980.7,-3644.95,21.8028,5.14142,300,5,0,1469,0,0,1), - (40190,759,0,152,0,-9968.59,-3643.46,22.4278,4.27411,300,5,0,1469,0,0,1), - (40191,746,0,625,0,-10324.3,-4127.01,22.6572,3.29996,300,5,0,6468,0,0,1), - (40192,7101,1,2832,0,6460.16,-1642.57,433.56,0.141925,300,2,0,3189,0,0,1), - (40193,7107,1,11337,0,6523.57,-813.494,473.944,4.96855,300,10,0,2466,1923,0,1), - (40194,7107,1,11337,0,6484.12,-819.725,474.125,0.974997,300,10,0,2466,1923,0,1), - (40195,7107,1,11337,0,6535.05,-835.165,474.694,5.14702,300,10,0,2466,1923,0,1), - (40196,7108,1,11333,0,6580.91,-803.787,474.824,2.76873,300,6,0,3082,0,0,1), - (40197,759,0,152,0,-9988.96,-3659.25,21.9278,5.58793,300,5,0,1469,0,0,1), - (40198,745,0,7976,0,-10247.4,-4106.5,22.5275,4.03643,300,5,0,5148,0,0,1), - (40199,5263,0,4769,0,-10251.4,-4016.66,-99.7104,5.07891,900,5,0,5922,0,0,1), - (40200,762,0,4688,0,-9985.65,-3620.8,22.9415,2.98451,300,0,0,1103,2861,0,0), - (40201,746,0,625,0,-10316,-4061.43,22.0153,6.10833,300,5,0,6468,0,0,1), - (40202,759,0,152,0,-10030.1,-3555.21,21.9441,3.94537,300,5,0,1469,0,0,1), - (40203,746,0,625,0,-10294.4,-4218.55,23.8326,1.94442,300,5,0,6468,0,0,1), - (40204,745,0,7976,0,-10314,-4235.93,23.3741,1.07875,300,5,0,5148,0,0,1), - (40205,4049,1,3897,0,-270,-951,14.372,5.552,120,0,0,1309,0,0,0), - (40206,760,0,628,0,-10007.3,-3625.9,21.7195,0.453245,300,5,0,1469,0,0,1), - (40207,746,0,625,0,-10352.3,-4217.22,23.2781,1.7891,300,5,0,6468,0,0,1), - (40208,745,0,7976,0,-10413.4,-4086.95,23.402,6.04863,300,5,0,5148,0,0,1), - (40209,745,0,7976,0,-10414.3,-4148.4,22.0357,0.097606,300,5,0,5148,0,0,1), - (40210,5391,0,4553,0,-9898.53,-3724.63,22.4164,3.63029,300,0,0,2192,0,0,0), - (40211,744,0,7903,0,-10519.4,-4051.83,23.1979,3.03115,300,5,0,4953,0,0,1), - (40212,1087,0,815,0,-10019.4,-4114.71,20.1117,2.21362,300,5,0,1902,0,0,1), - (40213,862,0,4495,0,-9847.83,-3769.57,21.7637,2.69105,300,5,0,1476,0,0,1), - (40214,5622,0,4688,0,-9956.73,-3715.53,21.8028,0.424781,300,0,0,1336,0,0,0), - (40215,746,0,625,0,-10382.2,-4181.81,23.9974,1.60065,300,5,0,6468,0,0,1), - (40216,746,0,625,0,-10461.2,-4022.35,21.9991,0.685497,300,5,0,6468,0,0,1), - (40217,743,0,7974,0,-10491.4,-4296.74,22.3381,4.72801,300,5,0,3963,1381,0,1), - (40230,7111,1,11335,0,6577.9,-798.936,474.935,5.24425,300,6,0,2232,4765,0,1), - (40231,1535,0,2471,0,2482.01,1580.47,36.8568,0.86674,300,5,0,120,0,0,1), - (40232,7100,1,8389,0,6446.9,-1610.2,434.125,3.36428,300,2,0,3082,0,0,1), - (40235,1522,0,11398,0,2706.49,852.049,112.419,4.78475,300,5,0,126,289,0,1), - (40237,14356,0,14389,0,-10322.3,-3793.49,3.56093,2.41852,300,5,0,1535,0,0,1), - (40238,7100,1,8389,0,6432.62,-1644.77,434.939,0.984601,300,2,0,3082,0,0,1), - (40239,7101,1,2832,0,6475.82,-1643.4,433.323,1.47261,300,2,0,3189,0,0,1), - (40240,7107,1,11337,0,6552.89,-842.578,473.694,0.316013,300,6,0,2466,1923,0,1), - (40241,7107,1,11337,0,6569.07,-806.169,475.699,1.98336,300,6,0,2466,1923,0,1), - (40242,7107,1,11337,0,6516.08,-853.598,474.612,6.26263,300,10,0,2466,1923,0,1), - (40245,10220,229,9567,0,-193.914,-338.148,64.4879,0.657799,1000000,0,0,23688,0,0,0), - (40246,10221,229,9563,0,-195.647,-320.721,64.4244,4.7403,3600,3,0,3082,0,0,1), - (40247,10221,229,9563,0,-185.807,-316.438,64.4244,2.69277,3600,3,0,3082,0,0,1), - (40248,10221,229,9563,0,-191.883,-323.207,64.4244,3.14202,3600,3,0,3082,0,0,1), - (40249,10221,229,9563,0,-188.584,-319.751,64.4244,1.77778,3600,3,0,3082,0,0,1), - (40250,10221,229,9563,0,-192.129,-317.311,64.4244,0.261964,3600,3,0,3082,0,0,1), - (40263,9818,229,0,0,222.666,-334.586,77.06,3.07178,10800,0,0,7107,2369,0,0), - (40272,9818,229,0,0,225.99,-261.09,82.31,4.72,10800,0,6,7107,2369,0,2), - (40278,10316,229,0,0,162.442,-258.9,91.47,2.98,10800,0,0,7402,0,0,0), - (40279,10316,229,0,0,162.466,-240.764,91.468,3.81,10800,0,0,7402,0,0,0), - (40280,10316,229,0,0,144.375,-240.826,91.471,4.65,10800,0,0,7402,0,0,0), - (40281,10316,229,0,0,126.353,-240.77,91.47,5.47,10800,0,0,7402,0,0,0), - (40282,10316,229,0,0,126.294,-258.731,91.47,6.22,10800,0,0,7402,0,0,0), - (40283,7111,1,11335,0,6585.36,-847.513,474.696,1.78122,300,6,0,2232,4765,0,1), - (40284,7107,1,11337,0,6581.5,-1016.23,463.002,4.62925,300,10,0,2466,1923,0,1), - (40285,7100,1,8389,0,6496.26,-1547.65,438.686,3.90116,300,10,0,3082,0,0,1), - (40286,7111,1,11335,0,6558.72,-822.778,475.694,2.56019,300,10,0,2232,4765,0,1), - (40287,7111,1,11335,0,6580.23,-848.725,473.957,4.50688,300,6,0,2232,4765,0,1), - (40288,7107,1,11337,0,6425.39,-803.426,472.069,0.924188,300,10,0,2466,1923,0,1), - (40289,7107,1,11337,0,6605.03,-890.441,476.402,1.74269,300,3,0,2466,1923,0,1), - (40290,7108,1,11333,0,6583.47,-952.907,473.909,4.0642,300,3,0,3082,0,0,1), - (40291,7107,1,11337,0,6597.99,-937.824,473.773,0.20944,300,10,0,2466,1923,0,1), - (40292,7100,1,8389,0,6481.28,-1581.22,439.045,0.123729,300,6,0,3082,0,0,1), - (40293,8961,1,9280,0,6404.43,-1922.35,550.818,2.63037,300,10,0,2980,0,0,1), - (40294,8961,1,9280,0,6353.31,-1930.01,554.451,3.41453,300,10,0,2980,0,0,1), - (40295,7100,1,8389,0,6453.18,-1546.32,440.071,3.92207,300,5,0,3082,0,0,1), - (40296,7107,1,11337,0,6443.95,-812.685,473.476,1.67746,300,10,0,2466,1923,0,1), - (40297,7111,1,11335,0,6301.95,-756.593,468.317,2.69428,300,6,0,2232,4765,0,1), - (40298,7111,1,11335,0,6297.18,-618.142,471.689,3.55669,300,3,0,2232,4765,0,1), - (40299,7111,1,11335,0,6280.63,-651.381,489.845,6.10183,300,6,0,2232,4765,0,1), - (40300,7111,1,11335,0,6289.79,-636.02,483.845,4.29777,300,6,0,2232,4765,0,1), - (40301,7108,1,11333,0,6279.44,-614.379,472.573,1.58825,300,0,0,3082,0,0,0), - (40302,7108,1,11333,0,6288.15,-598.156,466.618,1.23801,300,5,0,3082,0,0,1), - (40303,7158,1,6746,0,6795.32,-1829.39,559.952,2.26579,300,2,0,2551,1982,0,1), - (40304,7157,1,2003,0,6810.62,-1860.13,551.045,1.50365,300,10,0,3293,0,0,1), - (40305,7156,1,6825,0,6821.03,-1812.37,564.751,1.26109,300,5,0,3189,0,0,1), - (40306,7158,1,6746,0,6705.94,-1892.44,549.714,2.90319,300,2,0,2551,1982,0,1), - (40307,7157,1,2003,0,6786.71,-1871.71,550.807,4.84912,300,10,0,3293,0,0,1), - (40308,7156,1,6825,0,6748.33,-1890.33,549.724,4.94976,300,10,0,3189,0,0,1), - (40309,7113,1,6399,0,4856.33,-369.072,352.084,6.2076,300,10,0,2880,0,0,1), - (40310,7113,1,6400,0,4740.15,-451.848,349.006,0.226893,300,6,0,2880,0,0,1), - (40311,7125,1,6172,0,4818.86,-591.139,290.55,6.24828,300,0,0,2880,0,0,0), - (40312,7113,1,6400,0,4789.91,-574.192,285.208,4.29422,300,5,0,2880,0,0,1), - (40313,7113,1,6400,0,4824.17,-586.954,290.604,4.81711,300,0,0,2880,0,0,0), - (40314,7157,1,2003,0,6820.06,-2019.6,569.76,3.29973,300,2,0,3293,0,0,1), - (40315,7115,1,6390,0,4811.07,-576.129,286.274,1.12678,300,5,0,2085,4506,0,1), - (40316,8957,1,9277,0,6645.09,-1284.68,458.381,1.92706,300,10,0,3553,0,0,1), - (40317,8957,1,9277,0,6664.34,-1287.7,462.131,2.97591,300,10,0,3553,0,0,1), - (40318,8957,1,9277,0,6671.3,-1328.01,465.892,2.9413,300,10,0,3553,0,0,1), - (40319,8957,1,9277,0,6629.45,-1229.28,454.752,1.87775,300,10,0,3553,0,0,1), - (40320,8957,1,9277,0,6651.19,-1259.01,456.436,1.79843,300,3,0,3553,0,0,1), - (40321,8957,1,9277,0,6667.1,-1211.8,468.06,4.55885,300,3,0,3553,0,0,1), - (40322,8961,1,9280,0,6070.07,-1452.38,427.48,4.66945,300,10,0,2980,0,0,1), - (40323,8961,1,9280,0,6079.94,-1390,405.225,0.934322,300,10,0,2980,0,0,1), - (40324,8961,1,9280,0,6115.54,-1491.99,437.416,3.37218,300,10,0,2980,0,0,1), - (40325,8957,1,9277,0,6084.28,-1586.81,467.988,5.04027,300,10,0,3553,0,0,1), - (40326,8961,1,9280,0,6100.58,-1552.04,458.117,3.9187,300,10,0,2980,0,0,1), - (40327,8957,1,9277,0,6237.59,-1556.86,444.42,3.75027,300,10,0,3553,0,0,1), - (40328,8957,1,9277,0,6119.87,-1420.34,412.875,3.98714,300,5,0,3553,0,0,1), - (40329,8957,1,9277,0,6181.99,-1490.6,438.642,4.36871,300,10,0,3553,0,0,1), - (40330,8958,1,1083,0,5404.17,-620.834,353.663,6.02604,300,10,0,3207,0,0,1), - (40331,8959,1,4124,0,3786.37,-1381.29,202.512,1.69405,300,10,0,2488,0,0,1), - (40332,8959,1,4124,0,3623.04,-1475.05,178.168,5.88381,300,10,0,2488,0,0,1), - (40333,8959,1,4124,0,3851.26,-1320.1,214.824,4.62475,300,10,0,2488,0,0,1), - (40334,8959,1,4124,0,3652.4,-1446.46,182.128,1.61578,300,10,0,2488,0,0,1), - (40335,8959,1,4124,0,3774.03,-1253.54,209.376,4.9408,300,10,0,2488,0,0,1), - (40336,9464,1,8589,0,3519.21,-1131.52,223.943,0.017453,300,0,0,2980,0,0,0), - (40337,9877,1,11335,0,4961.54,-475.352,319.332,1.62316,300,0,0,2718,2117,0,0), - (40338,7111,1,11335,0,4967.61,-471.679,319.332,2.25148,300,0,0,2232,4765,0,0), - (40339,863,0,4499,0,-10842.5,-4114.68,23.0305,4.70131,300,3,0,4108,0,0,1), - (40341,5593,0,3519,0,-10850.5,-4144.1,21.755,3.9619,300,0,0,2972,0,0,0), - (40365,7107,1,11337,0,4956.05,-466.867,319.332,0.942478,300,0,0,2466,1923,0,0), - (40366,11516,1,0,0,6951.14,-2262.22,590.666,6.23082,300,0,0,2763,0,0,0), - (40367,7114,1,6398,0,5147.38,-433.102,301.309,3.22886,300,0,0,3082,0,0,0), - (40368,7092,1,11141,0,5389.43,-738.763,343.259,0.546625,300,10,0,2980,0,0,1), - (40369,8958,1,1083,0,5527.74,-555.165,361.557,0.148349,300,10,0,3207,0,0,1), - (40370,7136,1,4200,0,5494.43,-924.123,363.589,1.9063,300,10,0,7113,0,0,1), - (40371,7139,1,6351,0,6210.11,-1005.02,392.141,1.02586,300,5,0,3082,0,0,1), - (40372,7138,1,2078,0,6212.95,-1059.89,382.915,5.9778,300,5,0,3082,0,0,1), - (40373,7139,1,6351,0,6171.5,-1044.39,384.751,0.084082,300,5,0,3082,0,0,1), - (40374,7139,1,6351,0,6119.57,-1109.19,378.739,1.01243,300,5,0,3082,0,0,1), - (40375,7139,1,6351,0,6257.05,-1065.37,374.9,1.40948,300,5,0,3082,0,0,1), - (40376,7139,1,6351,0,6216.82,-1048.38,384.101,6.0063,300,5,0,3082,0,0,1), - (40377,7139,1,6351,0,6017.84,-1223.8,376.052,0.368852,300,5,0,3082,0,0,1), - (40378,7139,1,6351,0,6060.92,-1117.6,386.146,4.48684,300,5,0,3082,0,0,1), - (40379,7139,1,6351,0,5989.62,-1147.5,385.852,5.53438,300,5,0,3082,0,0,1), - (40380,7139,1,6351,0,6015.49,-1142.91,383.068,3.0222,300,5,0,3082,0,0,1), - (40381,8957,1,9277,0,6754.35,-1576.99,479.753,0.728061,300,10,0,3553,0,0,1), - (40382,7139,1,6351,0,6157.03,-1334.67,379.8,1.00204,300,5,0,3082,0,0,1), - (40383,7139,1,6351,0,6177.76,-1290.55,375.689,3.15162,300,5,0,3082,0,0,1), - (40384,7139,1,6351,0,6191.48,-1378.7,379.825,4.69676,300,5,0,3082,0,0,1), - (40385,7139,1,6351,0,6206.94,-1335.38,374.45,0.697753,300,5,0,3082,0,0,1), - (40386,7156,1,6825,0,6627.08,-1954.44,550.976,1.29449,300,10,0,3189,0,0,1), - (40387,8961,1,9280,0,6817.23,-1586.37,487.607,5.23723,300,10,0,2980,0,0,1), - (40388,7157,1,2003,0,6637.04,-1996.57,551.863,5.90986,300,10,0,3293,0,0,1), - (40389,7158,1,6746,0,6660.46,-2018.97,552.197,0.267369,300,10,0,2551,1982,0,1), - (40390,7158,1,6746,0,6690.2,-1950.99,551.087,5.75979,300,5,0,2551,1982,0,1), - (40391,7157,1,2003,0,6689.16,-2005.93,559.684,1.13286,300,3,0,3293,0,0,1), - (40392,7139,1,6351,0,6228.56,-1410.84,373.012,0.321488,300,5,0,3082,0,0,1), - (40393,7157,1,2003,0,6688.92,-1984.1,556.339,1.16977,300,5,0,3293,0,0,1), - (40394,7158,1,6746,0,6703.37,-1959.58,553.755,5.07582,300,5,0,2551,1982,0,2), - (40395,7139,1,6351,0,6285.6,-1418.8,370.489,1.50998,300,5,0,3082,0,0,1), - (40396,7139,1,6351,0,6319.65,-1381.95,370.717,2.57968,300,5,0,3082,0,0,1), - (40397,7158,1,6746,0,6715.44,-1984.38,559.357,3.34923,300,5,0,2551,1982,0,1), - (40398,7158,1,6746,0,6680.91,-1952.51,551.178,0.93605,300,5,0,2551,1982,0,1), - (40399,10017,1,2177,0,4797.68,-718.081,298.631,1.48807,300,10,0,16,0,0,1), - (40400,10016,1,1141,0,5958.2,-643.117,392.027,1.57958,300,10,0,8,0,0,1), - (40401,7158,1,6746,0,6647.07,-1947.72,549.699,4.76997,300,10,0,2551,1982,0,1), - (40402,7113,1,6400,0,4875.99,-401.766,350.87,2.9147,300,0,0,2880,0,0,0), - (40403,7156,1,6825,0,6739.87,-1955.28,550.604,6.0381,300,6,0,3189,0,0,1), - (40404,7138,1,2078,0,6181.5,-1321.19,376.58,4.52476,300,5,0,3082,0,0,1), - (40405,7114,1,6398,0,4915.93,-393.372,333.712,3.08923,300,0,0,3082,0,0,0), - (40408,7157,1,2003,0,6756.26,-1988.75,551.045,5.61988,300,5,0,3293,0,0,1), - (40409,7156,1,6825,0,6752.15,-1961.74,551.003,2.89725,300,6,0,3189,0,0,1), - (40410,7120,1,6405,0,4932.62,-405.566,331.392,1.81514,300,0,0,2551,1982,0,0), - (40412,10017,1,2177,0,3822.43,-1347.43,203.15,2.55359,300,10,0,16,0,0,1), - (40413,7157,1,2003,0,6747.61,-1965.11,551.003,1.46608,300,6,0,3293,0,0,1), - (40414,7157,1,2003,0,6836.26,-1958.33,551.022,5.00216,300,6,0,3293,0,0,1), - (40415,7157,1,2003,0,6809.44,-1962.03,551.159,3.10944,300,5,0,3293,0,0,1), - (40416,7092,1,11141,0,5356.53,-887.5,371.195,5.92141,300,10,0,2980,0,0,1), - (40417,7158,1,6746,0,6778.94,-1942.47,550.796,1.52611,300,5,0,2551,1982,0,1), - (40418,7120,1,6406,0,4952.72,-412.98,327.49,2.59335,300,2,0,2551,1982,0,1), - (40419,7118,1,6394,0,4969.07,-432.379,325.199,5.91378,300,5,0,2551,1982,0,2), - (40420,7092,1,11141,0,5235.35,-769.126,343.244,1.0587,300,10,0,2980,0,0,1), - (40421,7157,1,2003,0,6852.53,-1978.53,551.514,5.32241,300,3,0,3293,0,0,1), - (40422,7126,1,6173,0,4972.51,-457.431,316.202,0.767945,300,0,0,3082,0,0,0), - (40423,7092,1,11141,0,5271.08,-880.408,356.921,2.20974,300,10,0,2980,0,0,1), - (40424,7156,1,6825,0,6826.35,-1967.14,551.7,0.994838,300,6,0,3189,0,0,1), - (40425,7092,1,11141,0,5200.12,-807.614,354.126,1.70372,300,3,0,2980,0,0,1), - (40426,7092,1,11141,0,5280.55,-858.031,354.958,5.13061,300,10,0,2980,0,0,1), - (40427,9462,1,8589,0,6836.57,-1966.58,551.481,1.55334,300,0,0,3644,0,0,0), - (40428,11016,1,10407,0,5007.17,-440.187,319.142,3.7001,300,0,0,4124,0,0,0), - (40429,7118,1,6393,0,5029.93,-488.642,317.958,4.76156,300,0,0,2551,1982,0,0), - (40430,7158,1,6746,0,6859.79,-1964.3,555.897,2.98287,300,3,0,2551,1982,0,1), - (40431,7126,1,6173,0,4966.35,-448.538,316.286,0.296706,300,0,0,3082,0,0,0), - (40432,10017,1,2177,0,6790.74,-2019.43,568.515,2.48637,300,10,0,16,0,0,1), - (40433,9862,1,9129,0,5000.33,-447.795,318.176,2.32129,300,0,0,3398,0,0,0), - (40434,7092,1,11141,0,5316.78,-728.279,342.942,0.023449,300,10,0,2980,0,0,1), - (40435,7092,1,11141,0,5175.78,-819.106,358.596,2.40522,300,5,0,2980,0,0,1), - (40436,7092,1,11141,0,5259.79,-758.235,334.443,0.007812,300,10,0,2980,0,0,1), - (40437,7092,1,11141,0,5207.86,-738.611,345.259,1.87478,300,10,0,2980,0,0,1), - (40438,7120,1,6405,0,5022.7,-463.554,321.7,-1.18255,300,6,0,2551,1982,0,1), - (40439,7126,1,6173,0,5053.89,-524.924,297.885,4.04916,300,0,0,3082,0,0,0), - (40440,9862,1,9129,0,5037.23,-537.516,297.885,0.017453,300,0,0,3398,0,0,0), - (40441,7118,1,6393,0,5047.22,-518.848,313.221,6.16307,300,5,0,2551,1982,0,2), - (40442,7118,1,6394,0,5030.07,-491.113,317.574,4.77759,300,5,0,2551,1982,0,2), - (40443,7120,1,6405,0,5063.82,-542.005,313.221,1.51004,300,2,0,2551,1982,0,1), - (40447,7092,1,11141,0,5248.85,-569.623,326.577,0.797162,300,10,0,2980,0,0,1), - (40448,1082,0,807,0,-10113,-3610.31,22.4268,4.63217,300,5,0,1604,0,0,1), - (40449,1522,0,11398,0,2754.03,1005.29,111.655,2.99748,300,10,0,126,289,0,1), - (40450,1548,0,9020,0,1797.18,938.541,41.9494,0.743267,300,5,0,122,0,0,1), - (40451,10316,229,0,0,126.402,-276.79,91.47,0.68,10800,0,0,7402,0,0,0), - (40452,10316,229,0,0,162.4,-276.824,91.47,2.33,10800,0,0,7402,0,0,0), - (40453,9816,229,2172,0,144.59,-258.05,96.5,6.16,1000000,0,0,24416,0,0,0), - (40458,10899,229,10222,0,140.98,-249.36,110.95,0.02,1000000,0,0,12576,0,0,2), - (40463,7126,1,6173,0,5036.33,-510.11,314.551,2.14675,300,0,0,3082,0,0,0), - (40464,7156,1,6825,0,6849.12,-1881.07,550.926,5.97636,300,6,0,3189,0,0,1), - (40465,1548,0,9020,0,2059.38,848.958,36.2982,0.001335,300,5,0,122,0,0,1), - (40472,7157,1,2003,0,6836.28,-1875.91,550.551,4.65606,300,6,0,3293,0,0,1), - (40473,10916,1,6829,0,6912.84,-1821.66,570.909,2.82743,300,0,0,3758,0,0,0), - (40474,1548,0,9020,0,1973.2,1037.1,39.6773,4.53376,300,5,0,122,0,0,1), - (40477,1554,0,8808,0,1810.82,960.08,37.1006,2.75035,300,5,0,156,0,0,1), - (40478,1548,0,9020,0,1688.11,665.287,55.2,5.21853,300,5,0,122,0,0,1), - (40479,1548,0,9020,0,2012.78,1051.25,31.9038,3.60979,300,5,0,122,0,0,1), - (40480,1554,0,8808,0,2049.16,1132.47,34.008,1.21205,300,5,0,156,0,0,1), - (40501,9819,229,0,0,107.33,-285.62,106.62,3,10800,0,0,8883,0,0,2), - (40502,9096,229,2554,0,105.93,-333.78,106.62,1.58,10800,0,0,14355,0,0,0), - (40511,7099,1,10829,0,5240.11,-577.03,327.356,0.22061,300,10,0,2880,0,0,1), - (40512,7092,1,11141,0,5382.11,-712.604,346.852,0.239743,300,10,0,2980,0,0,1), - (40513,1554,0,8808,0,1755.96,1005.22,51.2938,4.19106,300,10,0,156,0,0,1), - (40515,10372,229,8309,0,150.87,-367.23,117.02,2.06,10800,0,0,18312,0,0,0), - (40519,6491,0,5233,0,-14286,283.778,32.739,1.543,490,0,0,7680,0,0,0), - (40520,6491,0,5233,0,-11550,-228,28.285,6.161,490,0,0,7680,0,0,0), - (40521,6491,0,5233,0,-10836,-2953,13.941,3.054,490,0,0,7680,0,0,0), - (40522,6491,0,5233,0,-10779,-1194,35.275,0.915,490,0,0,7680,0,0,0), - (40523,6491,0,5233,0,-10575,-3377,22.344,0.017,490,0,0,7680,0,0,0), - (40524,6491,0,5233,0,-10559,1206.87,31.476,5.616,490,0,0,7680,0,0,0), - (40525,6491,0,5233,0,-9394,-2022,58.275,4.33,490,0,0,7680,0,0,0), - (40528,6491,0,5233,0,-7501,-2145,146.088,0.955,490,0,0,7680,0,0,0), - (40529,6491,0,5233,0,-6807,-2289,280.753,2.587,490,0,0,7680,0,0,0), - (40530,15526,1,11268,0,-10293.1,-4319.4,-37.2543,5.73809,180,0,0,3052,0,0,0), - (40533,6491,0,5233,0,-5352,-2892,341.729,1.654,490,0,0,7680,0,0,0), - (40535,6491,0,5233,0,-3355,-845,1.063,1.734,490,0,0,7680,0,0,0), - (40536,6491,0,5233,0,-3299,-2430,18.597,5.693,490,0,0,7680,0,0,0), - (40537,6491,0,5233,0,-1468,-2625,48.363,4.617,490,0,0,7680,0,0,0), - (40538,6491,0,5233,0,-721,-592,25.011,3.121,490,0,0,7680,0,0,0), - (40539,6491,0,5233,0,-285,-4388,108.627,2.007,490,0,0,7680,0,0,0), - (40540,6491,0,5233,0,-20,-996,55.837,1.499,490,0,0,7680,0,0,0), - (40541,6491,0,5233,0,324.261,-2227,137.775,3.107,490,0,0,7680,0,0,0), - (40542,6491,0,5233,0,476.229,1595.9,126.662,5.942,490,0,0,7680,0,0,0), - (40543,6491,0,5233,0,902.236,-1517,55.037,4.744,490,0,0,7680,0,0,0), - (40544,6491,0,5233,0,1238.37,-2414,60.739,2.359,490,0,0,7680,0,0,0), - (40545,6491,0,5233,0,1380.44,-3701,77.017,6.271,490,0,0,7680,0,0,0), - (40546,6491,0,5233,0,1739.56,-672,45.062,6.275,490,0,0,7680,0,0,0), - (40547,6491,0,5233,0,1882.3,1641.52,93.646,4.491,490,0,0,7680,0,0,0), - (40548,6491,0,5233,0,2115.64,-5299,82.163,1.075,490,0,0,7680,0,0,0), - (40549,6491,0,5233,0,2348.58,492.862,33.358,4.879,490,0,0,7680,0,0,0), - (40550,6491,0,5233,0,2603.09,-535,89,5.596,490,0,0,7680,0,0,0), - (40551,6491,0,5233,0,2641.28,-4015,106.292,6.239,490,0,0,7680,0,0,0), - (40553,6491,1,5233,0,-7207,-2439,-218,1.084,490,0,0,7680,0,0,0), - (40554,6491,1,5233,0,-7200,-3938,9.204,4.711,490,0,0,7680,0,0,0), - (40555,6491,1,5233,0,-6824,892.716,33.999,3.062,490,0,0,7680,0,0,0), - (40556,6491,1,5233,0,-6442,-290,3.555,0.717,490,0,0,7680,0,0,0), - (40557,6491,1,5233,0,-5530,-3455,-44,4.603,490,0,0,7680,0,0,0), - (40559,6491,1,5233,0,-4642,-1778,-41,2.489,490,0,0,7680,0,0,0), - (40560,6491,1,5233,0,-4600,3229.67,9.006,0.093,490,0,0,7680,0,0,0), - (40561,6491,1,5233,0,-4593,1631.68,93.968,6.225,490,0,0,7680,0,0,0), - (40562,6491,1,5233,0,-4429,370.415,51.727,3.401,490,0,0,7680,0,0,0), - (40565,6491,1,5233,0,-2949,-142,67.093,5.067,490,0,0,7680,0,0,0), - (40566,6491,1,5233,0,-2506,-1968,91.784,2.796,490,0,0,7680,0,0,0), - (40567,6491,1,5233,0,-2173,-342,-5,3.594,490,0,0,7680,0,0,0), - (40568,6491,1,5233,0,-1434,1967.04,86.041,1.71,490,0,0,7680,0,0,0), - (40569,6491,1,5233,0,-1073,-3479,63.044,3.446,490,0,0,7680,0,0,0), - (40570,6491,1,5233,0,-983,-75,20.431,0.033,490,0,0,7680,0,0,0), - (40571,6491,1,5233,0,-774,-4988,19.257,3.291,490,0,0,7680,0,0,0), - (40572,6491,1,5233,0,-639,-4298,40.942,1.082,490,0,0,7680,0,0,0), - (40573,6491,1,5233,0,-590,-2515,91.761,4.549,490,0,0,7680,0,0,0), - (40574,6491,1,5233,0,240.765,-4791,10.256,3.43,490,0,0,7680,0,0,0), - (40575,6491,1,5233,0,919.297,436.482,65.128,3.009,490,0,0,7680,0,0,0), - (40576,6491,1,5233,0,1178.15,-4467,21.323,1.176,490,0,0,7680,0,0,0), - (40577,6491,1,5233,0,2428.47,-2953,123.513,0.062,490,0,0,7680,0,0,0), - (40578,6491,1,5233,0,2644.78,-635,107.674,3.347,490,0,0,7680,0,0,0), - (40579,6491,1,5233,0,2683.48,-3988,108.41,4.673,490,0,0,7680,0,0,0), - (40580,6491,1,5233,0,2924.51,-6031,4.946,6.02,490,0,0,7680,0,0,0), - (40581,6491,1,5233,0,3796.96,-1622,219.894,1.45,490,0,0,7680,0,0,0), - (40582,6491,1,5233,0,4299.27,89.079,42.752,2.397,490,0,0,7680,0,0,0), - (40583,6491,1,5233,0,4798.35,-6846,89.817,3.236,490,0,0,7680,0,0,0), - (40584,6491,1,5233,0,5943.01,-1205,382.952,5.47,490,0,0,7680,0,0,0), - (40585,6491,1,5233,0,6736.36,202.91,23.255,4.121,490,0,0,7680,0,0,0), - (40586,6491,1,5233,0,6857.31,-4680,700.936,1.527,490,0,0,7680,0,0,0), - (40587,6491,1,5233,0,7412.88,-2817,464.855,0.253,490,0,0,7680,0,0,0), - (40588,8960,1,9278,0,5186.43,-553.364,329.254,1.60691,300,10,0,2672,0,0,1), - (40589,7118,1,11281,0,5092.58,-467.271,298.416,4.2237,300,0,0,2551,1982,0,0), - (40590,8958,1,1083,0,5154.17,-637.5,318.184,6.08478,300,10,0,3207,0,0,1), - (40591,6491,1,5233,0,16320.2,16243.6,24.4,2.253,490,0,0,7680,0,0,0), - (40593,6491,0,5233,0,-6282.51,-3488.48,252.189,3.6477,180,0,0,7680,0,0,0), - (40597,1553,0,4734,0,2340.46,796.87,35.2987,2.99459,300,10,0,120,0,0,1), - (40598,1548,0,9020,0,2448.57,943.104,74.7156,2.06843,300,5,0,122,0,0,1), - (40599,1548,0,9020,0,2400.94,993.575,66.2804,6.12029,300,5,0,122,0,0,1), - (40600,1526,0,1201,0,2206.06,744.945,38.7574,0.143037,300,10,0,120,220,0,1), - (40604,7157,1,2003,0,6885.92,-1814.21,569.498,0.674302,300,10,0,3293,0,0,1), - (40605,7158,1,6746,0,6850.08,-1816.49,563.952,5.29347,300,10,0,2551,1982,0,1), - (40606,7114,1,6397,0,5085.53,-467.76,298.526,4.7822,300,0,0,3082,0,0,0), - (40607,1526,0,1201,0,2247.62,712.36,35.3892,4.71451,300,10,0,120,220,0,1), - (40608,7158,1,6746,0,6726.55,-1887.21,549.45,3.54117,300,10,0,2551,1982,0,1), - (40609,7118,1,6393,0,5095.82,-488.113,296.677,0.919379,300,5,0,2551,1982,0,1), - (40610,7156,1,6825,0,6911.47,-1814.63,571.66,4.05395,300,6,0,3189,0,0,1), - (40611,7157,1,2003,0,6895.94,-1798.89,572.062,0.883542,300,3,0,3293,0,0,1), - (40612,7157,1,2003,0,6920.17,-1834.09,571.927,4.36332,300,3,0,3293,0,0,1), - (40613,7158,1,6746,0,6906.97,-1823.86,569.785,2.30556,300,6,0,2551,1982,0,1), - (40614,8960,1,9278,0,5111.23,-545.379,331.057,1.38701,300,10,0,2672,0,0,1), - (40615,7156,1,6825,0,6909.4,-1873.78,569.415,5.16379,300,5,0,3189,0,0,1), - (40616,7099,1,10829,0,5022.52,-574.65,328.172,5.28009,300,3,0,2880,0,0,1), - (40617,9862,1,9129,0,5091.97,-529.253,296.76,1.67552,300,0,0,3398,0,0,0), - (40618,7120,1,6405,0,5109.68,-514.548,296.677,4.41069,300,2,0,2551,1982,0,1), - (40620,8958,1,1083,0,4986.33,-551.506,337.472,0.776427,300,10,0,3207,0,0,1), - (40621,7156,1,6825,0,6891.18,-1908.45,568.078,3.39048,300,3,0,3189,0,0,1), - (40622,8960,1,9278,0,5047.07,-544.369,335.742,4.08854,300,10,0,2672,0,0,1), - (40623,7156,1,6825,0,6860.34,-1927.96,550.942,0.029331,300,2,0,3189,0,0,1), - (40624,7099,1,10829,0,5073.24,-547.195,334.629,2.87671,300,10,0,2880,0,0,1), - (40625,7158,1,6746,0,6891.35,-1947.14,572.786,6.27928,300,5,0,2551,1982,0,1), - (40626,7112,1,6389,0,4903.13,-627.692,308.042,1.22611,300,5,0,2085,4506,0,1), - (40627,7158,1,6746,0,6784.02,-2017.53,567.445,2.76586,300,10,0,2551,1982,0,1), - (40628,7115,1,6391,0,4891.47,-610.452,308.385,5.78513,300,5,0,2085,4506,0,2), - (40629,7157,1,2003,0,6787.67,-1987.02,563.427,3.10417,300,10,0,3293,0,0,1), - (40630,7125,1,6172,0,4864.79,-605.092,307.287,5.89921,300,0,0,2880,0,0,0), - (40631,7157,1,2003,0,6817.92,-2000.9,566.034,2.86249,300,3,0,3293,0,0,1), - (40632,7115,1,6391,0,4808.32,-542.274,317.543,5.06647,300,5,0,2085,4506,0,2), - (40633,7113,1,6399,0,4921.08,-569.78,324.417,2.07486,300,5,0,2880,0,0,1), - (40634,7113,1,6399,0,4861.5,-615.428,306.902,6.03884,300,0,0,2880,0,0,0), - (40635,7113,1,6399,0,4855.6,-563.086,311.618,5.42797,300,0,0,2880,0,0,0), - (40636,7115,1,11277,0,4818.02,-556.761,315.293,4.59376,300,5,0,2085,4506,0,1), - (40637,7113,1,6400,0,4784.1,-481.415,330.696,3.15289,300,10,0,2880,0,0,1), - (40638,7093,1,1306,0,5138.58,-512.768,295.993,6.07375,300,0,0,3189,0,0,0), - (40639,7112,1,6392,0,4779.17,-454.654,339.033,4.72801,300,5,0,2085,4506,0,2), - (40640,7113,1,11273,0,4779.73,-514.656,323.069,6.0912,300,6,0,2880,0,0,1), - (40641,7118,1,6393,0,5155.55,-455.462,301.225,5.69524,300,5,0,2551,1982,0,2), - (40642,7113,1,6400,0,4752.94,-433.626,343.456,0.069813,300,6,0,2880,0,0,1), - (40643,7093,1,1306,0,5124.27,-486.773,295.993,5.93412,300,0,0,3189,0,0,0), - (40644,7125,1,6172,0,4812.16,-415.851,349.219,2.47837,300,0,0,2880,0,0,0), - (40646,7112,1,6392,0,4780.37,-421.717,345.074,3.33702,300,10,0,2085,4506,0,1), - (40647,7115,1,11276,0,4781.81,-448.352,341.033,3.74648,300,5,0,2085,4506,0,2), - (40648,7125,1,6172,0,4762.54,-454.811,339.333,0.925025,300,0,0,2880,0,0,0), - (40649,7113,1,11273,0,4807.13,-421.758,347.96,2.18166,300,0,0,2880,0,0,0), - (40650,7118,1,6394,0,5166.67,-481.773,301.225,3.49122,300,5,0,2551,1982,0,1), - (40651,7093,1,1306,0,5111.1,-455.159,295.993,5.70723,300,0,0,3189,0,0,0), - (40652,7112,1,6389,0,4787,-378.244,351.558,3.60872,300,6,0,2085,4506,0,1), - (40653,8959,1,4124,0,3985.55,-1368.59,245.514,0.935691,300,3,0,2488,0,0,1), - (40654,7118,1,6393,0,5187.81,-534.61,291.08,5.15965,300,2,0,2551,1982,0,1), - (40655,7112,1,11283,0,4831.45,-394.72,350.759,4.40971,300,5,0,2085,4506,0,1), - (40656,14339,1,11412,0,4177.33,-1235.07,343.258,4.47783,7200,5,0,2672,0,0,1), - (40657,7114,1,11274,0,5237.04,-638.291,261.358,2.40855,300,0,0,3082,0,0,0), - (40658,7115,1,6391,0,4781.2,-392.744,348.088,4.74137,300,5,0,2085,4506,0,1), - (40659,7118,1,6393,0,5210.24,-573.691,287.33,2.74017,300,0,0,2551,1982,0,0), - (40660,9518,1,10191,0,5197.1,-560.756,287.182,5.32325,300,0,0,3238,3244,0,0), - (40661,7118,1,6394,0,5194.24,-569.927,287.361,6.26573,300,0,0,2551,1982,0,0), - (40662,7125,1,6172,0,4817.1,-340.465,355.421,5.07891,300,0,0,2880,0,0,0), - (40663,7115,1,6390,0,4843.86,-343.95,355.357,2.99564,300,5,0,2085,4506,0,1), - (40664,7112,1,6389,0,4820.98,-365.362,350.966,4.65123,300,5,0,2085,4506,0,1), - (40665,7118,1,6393,0,5205.97,-564.198,287.33,4.08407,300,0,0,2551,1982,0,0), - (40666,7125,1,6172,0,4828.39,-340.162,354.769,4.2237,300,0,0,2880,0,0,0), - (40667,9862,1,9129,0,5249.38,-658.771,258.834,1.71042,300,0,0,3398,0,0,0), - (40668,7111,1,11335,0,6342.24,-727.847,470.212,4.63629,300,6,0,2232,4765,0,1), - (40669,7120,1,11292,0,5326.8,-644.789,250.448,4.03302,300,2,0,2551,1982,0,1), - (40670,7118,1,6394,0,5270.44,-652.326,257.495,0.525914,300,3,0,2551,1982,0,1), - (40671,7108,1,11333,0,6377.46,-799.804,457.78,4.85632,300,6,0,3082,0,0,1), - (40672,9861,1,10926,0,5336.63,-589.824,247.141,5.11381,300,0,0,2466,1923,0,0), - (40673,7120,1,6406,0,5336.3,-608.349,247.057,0.970833,300,6,0,2551,1982,0,1), - (40674,7111,1,11335,0,6410.34,-718.921,474.795,5.37625,300,6,0,2232,4765,0,1), - (40675,9517,1,10198,0,5340.07,-590.364,247.141,4.83456,300,0,0,2631,5340,0,0), - (40676,7118,1,6393,0,5291.14,-666.533,255.674,0.88921,300,5,0,2551,1982,0,1), - (40677,7107,1,11337,0,6351.05,-717.265,472.237,5.79449,300,6,0,2466,1923,0,1), - (40678,7107,1,11337,0,6373.81,-699.547,476.86,1.16937,300,10,0,2466,1923,0,1), - (40679,7126,1,6173,0,5305.82,-587.59,247.141,5.46288,300,0,0,3082,0,0,0), - (40680,7108,1,11333,0,6479.59,-794.824,473.694,4.94831,300,10,0,3082,0,0,1), - (40681,7153,1,2000,0,3753.17,-1217.82,209.753,5.79751,300,10,0,2578,0,0,1), - (40682,9860,1,10927,0,5343.08,-588.853,247.141,4.88692,300,0,0,3293,0,0,0), - (40683,7118,1,6393,0,5340.5,-576.447,252.036,4.89329,300,5,0,2551,1982,0,2), - (40684,9878,1,9449,0,5568.85,-882.877,377.43,4.17782,300,10,0,2980,0,0,1), - (40685,9878,1,9449,0,5562.34,-925.108,377.145,3.60369,300,10,0,2980,0,0,1), - (40686,7114,1,6398,0,5375.06,-591.665,247.141,4.13643,300,0,0,3082,0,0,0), - (40687,9878,1,9449,0,5546.28,-817.698,353.535,3.56854,300,5,0,2980,0,0,1), - (40688,7120,1,6405,0,5392.02,-516.342,265.93,2.0781,300,5,0,2551,1982,0,1), - (40689,9878,1,9449,0,5683.37,-729.215,376.707,2.61174,300,3,0,2980,0,0,1), - (40690,9878,1,9449,0,5669.46,-811.385,377.576,2.26429,300,10,0,2980,0,0,1), - (40691,7126,1,6173,0,5368.28,-506.087,261.326,3.28122,300,0,0,3082,0,0,0), - (40692,9879,1,9449,0,5653.56,-986.303,377.195,5.34377,300,10,0,3191,0,0,1), - (40693,9879,1,9449,0,5563,-951.885,376.765,5.33728,300,10,0,3191,0,0,1), - (40694,7118,1,6393,0,5361,-548.223,273.446,2.49853,300,5,0,2551,1982,0,1), - (40695,7109,1,11334,0,4494.96,-474.628,310.894,4.95674,300,0,0,2304,1807,0,0), - (40696,9878,1,9449,0,5638.94,-677.163,343.312,6.02052,300,10,0,2980,0,0,1), - (40697,9879,1,9449,0,5647.88,-850.98,379.829,3.28569,300,10,0,3191,0,0,1), - (40698,7110,1,11336,0,4494.58,-508.303,301.759,4.47593,300,0,0,2980,0,0,0), - (40699,7153,1,2000,0,3607.32,-1039.43,220.976,2.27664,300,10,0,2578,0,0,1), - (40700,9879,1,9449,0,5554.77,-678.227,335.743,0.804782,300,10,0,3191,0,0,1), - (40701,7120,1,6405,0,5332.74,-499.964,250.735,5.55015,300,0,0,2551,1982,0,0), - (40702,9878,1,9449,0,5653.83,-914.993,377.607,1.48353,300,10,0,2980,0,0,1), - (40704,7110,1,11336,0,4521.83,-488.169,306.232,3.8184,300,5,0,2980,0,0,1), - (40705,7120,1,6406,0,5317.06,-548.419,273.14,5.45581,300,3,0,2551,1982,0,1), - (40706,7111,1,11335,0,6328.41,-623.201,476.66,0.289752,300,5,0,2232,4765,0,2), - (40707,7114,1,11275,0,5327.11,-518.15,274.24,3.12414,300,0,0,3082,0,0,0), - (40708,10648,1,2879,0,6276.51,-604.761,468.638,3.53443,300,0,0,2718,2117,0,0), - (40709,9878,1,9449,0,5547.54,-751.743,342.279,4.01306,300,10,0,2980,0,0,1), - (40710,9878,1,9449,0,5594.06,-757.935,341.63,2.17288,300,10,0,2980,0,0,1), - (40711,9878,1,9449,0,5686.8,-775.682,371.368,3.71755,300,0,0,2980,0,0,0), - (40712,7108,1,11333,0,6417.54,-781.662,472.18,0.301996,300,10,0,3082,0,0,1), - (40713,7107,1,11337,0,6417.72,-817.236,470.441,1.10795,300,10,0,2466,1923,0,1), - (40714,7107,1,11337,0,6351.64,-735.974,471.65,5.16393,300,6,0,2466,1923,0,1), - (40715,7108,1,11333,0,6382.08,-751.85,468.798,4.03842,300,5,0,3082,0,0,1), - (40717,9878,1,9449,0,5456.25,-730.061,343.815,4.83287,300,10,0,2980,0,0,1), - (40718,7108,1,11333,0,6400.13,-760.769,470.9,3.31423,300,10,0,3082,0,0,1), - (40719,9879,1,9449,0,5613.32,-714.615,343.297,2.53073,300,10,0,3191,0,0,1), - (40720,9878,1,9449,0,5585.55,-856.632,379.887,3.11539,300,10,0,2980,0,0,1), - (40721,7154,1,3028,0,3659.64,-1020.65,221.612,1.23883,300,10,0,2062,1695,0,1), - (40722,7153,1,2000,0,3609.52,-1156.05,215.7,2.94967,300,10,0,2578,0,0,1), - (40723,9879,1,9449,0,5516.64,-685.3,342.304,5.96946,300,10,0,3191,0,0,1), - (40724,9454,1,2880,0,4560.85,-211.739,299.941,5.09636,300,0,0,3293,0,0,0), - (40726,9878,1,9449,0,5584.9,-914.382,378.549,0.635279,300,10,0,2980,0,0,1), - (40728,7155,1,2000,0,3552.57,-1084.76,223.412,5.95157,300,0,0,2672,0,0,0), - (40730,7109,1,11334,0,4554.88,-214.781,299.898,0.20944,300,0,0,2304,1807,0,0), - (40731,9878,1,9449,0,5555.16,-799.852,347.878,4.11027,300,0,0,2980,0,0,0), - (40732,9878,1,9449,0,5467.81,-666.655,348.114,0.279253,300,10,0,2980,0,0,1), - (40733,7106,1,8575,0,4566.84,-193.845,299.695,2.36731,300,3,0,2880,0,0,1), - (40734,7153,1,2000,0,3621.24,-1214.55,217.544,5.44568,300,3,0,2578,0,0,1), - (40735,7109,1,11334,0,4563.84,-393.162,304.293,2.60696,300,5,0,2304,1807,0,1), - (40736,7106,1,8575,0,4570.74,-479.976,303.931,5.41276,300,5,0,2880,0,0,2), - (40737,7153,1,2000,0,3570.23,-1127.83,219.991,3.48599,300,10,0,2578,0,0,1), - (40738,7109,1,11334,0,4546.54,-509.759,298.36,3.90089,300,10,0,2304,1807,0,1), - (40739,7106,1,8575,0,4574.13,-400.651,305.706,4.70186,300,5,0,2880,0,0,2), - (40741,8959,1,4124,0,3824.58,-1350.43,203.699,4.74558,300,10,0,2488,0,0,1), - (40743,7110,1,11336,0,4553.74,-493.49,302.945,5.66661,300,5,0,2980,0,0,1), - (40744,7153,1,2000,0,3646.26,-1174.93,211.019,4.63289,300,10,0,2578,0,0,1), - (40745,8956,1,9276,0,3886.93,-1212.38,227.595,5.47843,300,10,0,2985,0,0,1), - (40746,8960,1,9278,0,5186.44,-613.725,324.251,3.34014,300,10,0,2672,0,0,1), - (40747,7109,1,11334,0,4558.18,-515.012,296.027,2.42601,300,0,0,2304,1807,0,0), - (40748,7106,1,8575,0,4577.54,-505.157,296.001,3.29187,300,10,0,2880,0,0,1), - (40749,8956,1,9276,0,3857.73,-1191.7,231.485,2.32446,300,10,0,2985,0,0,1), - (40750,7153,1,2000,0,3583.42,-1159.47,220.827,1.21154,300,10,0,2578,0,0,1), - (40751,7153,1,2000,0,3540.49,-1123.77,221.583,4.19628,300,10,0,2578,0,0,1), - (40752,7153,1,2000,0,3529.01,-1104.07,223.715,1.94376,300,5,0,2578,0,0,1), - (40753,7106,1,8575,0,4590,-513.92,293.833,2.87979,300,0,0,2880,0,0,0), - (40754,8956,1,9276,0,4347.08,-954.107,307.018,1.82018,300,3,0,2985,0,0,1), - (40755,7153,1,2000,0,3531.52,-1151.99,222.03,3.4655,300,5,0,2578,0,0,1), - (40756,7154,1,3028,0,3584.86,-1175.01,219.842,4.3019,300,10,0,2062,1695,0,1), - (40757,7109,1,11334,0,4579.14,-388.036,304.284,4.63966,300,0,0,2304,1807,0,0), - (40758,7154,1,3028,0,3582.85,-1082.78,221.176,0.944733,300,10,0,2062,1695,0,1), - (40759,7110,1,11336,0,4582.93,-519.227,293.777,2.04204,300,0,0,2980,0,0,0), - (40760,8956,1,9276,0,4342.33,-980.755,309.964,2.42912,300,10,0,2985,0,0,1), - (40761,8956,1,9276,0,4315.22,-952.617,303.185,1.03582,300,3,0,2985,0,0,1), - (40762,8956,1,9276,0,4317.11,-985.768,307.608,2.33063,300,10,0,2985,0,0,1), - (40763,7110,1,11336,0,4594.12,-241.836,300.015,3.03687,300,0,0,2980,0,0,0), - (40764,7109,1,11334,0,4587.01,-253.236,299.626,4.44674,300,10,0,2304,1807,0,1), - (40765,7110,1,11336,0,4606.25,-218.75,300.626,4.92975,300,5,0,2980,0,0,1), - (40766,8956,1,9276,0,4240.14,-1021.15,301.162,3.75616,300,10,0,2985,0,0,1), - (40767,7110,1,11336,0,4578.99,-308.264,299.94,5.00918,300,0,0,2980,0,0,0), - (40768,7155,1,2000,0,3688.21,-1011.26,223.954,3.51503,300,10,0,2672,0,0,1), - (40769,7109,1,11334,0,4575.9,-277.97,299.376,3.99602,300,10,0,2304,1807,0,1), - (40770,8956,1,9276,0,4289,-989.934,303.462,2.41284,300,10,0,2985,0,0,1), - (40771,8960,1,9278,0,4448.86,-986.17,327.426,0.9559,300,3,0,2672,0,0,1), - (40772,7154,1,3028,0,3718.73,-1172.03,207.628,3.89176,300,10,0,2062,1695,0,1), - (40773,7154,1,3028,0,3627.95,-1189.24,212.881,1.90241,300,0,0,2062,1695,0,0), - (40774,7155,1,2000,0,3618.7,-1188.61,213.385,1.11701,300,0,0,2672,0,0,0), - (40775,7154,1,3028,0,3726.31,-1162.8,207.789,3.35103,300,0,0,2062,1695,0,0), - (40776,7154,1,3028,0,3689.48,-1142.75,207.892,0.598474,300,5,0,2062,1695,0,1), - (40777,8960,1,9278,0,4519.99,-974.521,328.39,5.69031,300,3,0,2672,0,0,1), - (40778,8958,1,1083,0,4630.73,-899.588,326.148,2.05768,300,10,0,3207,0,0,1), - (40779,8958,1,1083,0,4644.59,-909.827,330.507,2.73527,300,3,0,3207,0,0,1), - (40780,8958,1,1083,0,4609.57,-868.549,313.062,3.20212,300,3,0,3207,0,0,1), - (40781,8958,1,1083,0,4635.91,-872.944,320.354,3.57544,300,10,0,3207,0,0,1), - (40782,8958,1,1083,0,4649.66,-888.604,327.854,1.14432,300,3,0,3207,0,0,1), - (40783,7105,1,2019,0,3909.24,-761.013,314.601,3.33358,300,0,0,2672,0,0,0), - (40784,7105,1,2019,0,3906.38,-771.449,314.937,5.9813,300,6,0,2672,0,0,1), - (40785,7105,1,2019,0,3884.14,-762.683,312.228,2.98544,300,10,0,2672,0,0,1), - (40786,8958,1,1083,0,4620.91,-850.178,310.169,6.14805,300,10,0,3207,0,0,1), - (40787,8958,1,1083,0,4705.18,-816.947,309.399,0.158481,300,10,0,3207,0,0,1), - (40788,8958,1,1083,0,4721.16,-864.208,325.262,0.976272,300,3,0,3207,0,0,1), - (40789,7105,1,2019,0,3904.74,-753.31,315.124,4.43314,300,0,0,2672,0,0,0), - (40790,8958,1,1083,0,4690.3,-828.352,311.812,0.795154,300,10,0,3207,0,0,1), - (40791,7105,1,2019,0,3864.67,-773.707,313.317,4.79965,300,10,0,2672,0,0,1), - (40792,8958,1,1083,0,4721.67,-827.317,313.13,4.04208,300,10,0,3207,0,0,1), - (40793,7153,1,2000,0,3712.55,-1018.3,228.066,5.00235,300,10,0,2578,0,0,1), - (40794,8958,1,1083,0,4621.45,-926.126,327.515,0.744294,300,10,0,3207,0,0,1), - (40795,7109,1,11334,0,3873.18,-775.208,312.204,4.83456,300,10,0,2304,1807,0,1), - (40796,7105,1,2019,0,3849.07,-750.947,314.874,4.33332,300,10,0,2672,0,0,1), - (40797,7154,1,3028,0,3748.13,-1046.98,225.89,5.14984,300,10,0,2062,1695,0,1), - (40798,7154,1,3028,0,3683.94,-1017,223.145,2.60049,300,10,0,2062,1695,0,1), - (40799,7109,1,11334,0,3822.76,-787.318,307.629,3.95877,300,5,0,2304,1807,0,1), - (40800,7109,1,11334,0,3842.77,-644.618,334.477,0.923017,300,5,0,2304,1807,0,1), - (40801,8958,1,1083,0,4552.77,-942.154,322.886,0.85509,300,10,0,3207,0,0,1), - (40802,7109,1,11334,0,3820.61,-680.599,341.04,5.88619,300,5,0,2304,1807,0,1), - (40803,8960,1,9278,0,4513.01,-917.369,306.435,3.21349,300,10,0,2672,0,0,1), - (40804,7153,1,2000,0,3649.36,-1137.83,208.631,1.5533,300,5,0,2578,0,0,1), - (40805,8960,1,9278,0,4471.31,-913.819,309.776,2.85888,300,5,0,2672,0,0,1), - (40806,7109,1,11334,0,3847.82,-655.821,333.727,2.65011,300,5,0,2304,1807,0,1), - (40807,8958,1,1083,0,4543.38,-878.689,304.829,1.24039,300,10,0,3207,0,0,1), - (40808,8960,1,9278,0,4442.06,-911.443,303.769,3.04572,300,5,0,2672,0,0,1), - (40809,7099,1,10829,0,4454.47,-940.613,313.963,6.01025,300,3,0,2880,0,0,1), - (40810,7105,1,2019,0,3856.83,-656.405,332.977,3.53919,300,6,0,2672,0,0,1), - (40811,7154,1,3028,0,3627.89,-1133.12,210.807,5.25344,300,0,0,2062,1695,0,0), - (40812,7105,1,2019,0,3911.41,-620.544,338.015,3.59489,300,10,0,2672,0,0,1), - (40813,7153,1,2000,0,3664.73,-1167.42,208.997,3.41844,300,10,0,2578,0,0,1), - (40814,8960,1,9278,0,4459.72,-957.344,323.761,5.59317,300,10,0,2672,0,0,1), - (40815,8960,1,9278,0,4427.78,-977.531,323.805,2.28356,300,10,0,2672,0,0,1), - (40816,7153,1,2000,0,3628.7,-1174.01,211.205,4.28722,300,10,0,2578,0,0,1), - (40817,8960,1,9278,0,4416.19,-948.369,315.386,2.0243,300,10,0,2672,0,0,1), - (40818,8960,1,9278,0,4471.51,-942.511,320.208,1.88845,300,10,0,2672,0,0,1), - (40819,7105,1,2019,0,3955.82,-600.603,339.368,3.30674,300,10,0,2672,0,0,2), - (40820,7109,1,11334,0,3952.41,-593.659,341.225,1.54385,300,5,0,2304,1807,0,1), - (40821,8960,1,9278,0,4436.18,-959.869,318.636,1.6385,300,10,0,2672,0,0,1), - (40822,7153,1,2000,0,3629.53,-1140.75,210.613,1.33126,300,5,0,2578,0,0,1), - (40823,7155,1,2000,0,3704.07,-1135.35,207.948,5.61996,300,0,0,2672,0,0,0), - (40824,7109,1,11334,0,3944.04,-592.132,341.725,5.33306,300,5,0,2304,1807,0,1), - (40825,7153,1,2000,0,3724.62,-1162,207.664,5.38548,300,5,0,2578,0,0,2), - (40826,7153,1,2000,0,3710.73,-1113.61,209.025,6.00759,300,6,0,2578,0,0,1), - (40827,7106,1,8575,0,4504.51,-523.672,296.507,5.21853,300,10,0,2880,0,0,1), - (40828,7155,1,2000,0,3724.05,-1024.52,226.88,6.16622,300,10,0,2672,0,0,1), - (40829,7109,1,11334,0,4454.98,-494.69,304.502,1.56058,300,5,0,2304,1807,0,1), - (40830,7106,1,8575,0,4470.64,-550.305,290.372,3.38594,300,10,0,2880,0,0,1), - (40831,7154,1,3028,0,3731,-1100.16,212.806,2.57471,300,10,0,2062,1695,0,1), - (40832,7110,1,11336,0,4484.77,-543.835,291.727,4.55636,300,10,0,2980,0,0,1), - (40833,7110,1,11336,0,4484.58,-483.17,308.469,5.42797,300,0,0,2980,0,0,0), - (40834,7110,1,11336,0,4478.32,-527.531,296.032,0.698132,300,0,0,2980,0,0,0), - (40835,7109,1,11334,0,4470.12,-534.334,294.221,5.95157,300,0,0,2304,1807,0,0), - (40836,8959,1,4124,0,3950.64,-1249.67,237.747,1.54541,300,5,0,2488,0,0,1), - (40837,10016,1,1141,0,4156.71,-917.509,265.932,1.81056,300,10,0,8,0,0,1), - (40838,7428,1,6209,0,5253.9,-4978.84,844.916,2.40213,600,5,0,8883,0,0,1), - (40839,7428,1,6209,0,5144.13,-4845.53,853.797,3.46613,600,3,0,8883,0,0,1), - (40840,7428,1,6209,0,5397.74,-4880.57,839.034,0.292146,600,5,0,8883,0,0,1), - (40841,7428,1,6209,0,5345.38,-4448.07,841.243,0.220576,600,5,0,8883,0,0,1), - (40842,7428,1,6209,0,5253.54,-4486.15,839.311,1.39409,600,5,0,8883,0,0,1), - (40843,7428,1,6209,0,5281.36,-4438.59,848.206,6.2042,600,5,0,8883,0,0,1), - (40844,7428,1,6209,0,5240.74,-4543.61,836.754,4.77201,600,5,0,8883,0,0,1), - (40845,7428,1,6209,0,5452.22,-4619.83,802.156,1.80915,600,5,0,8883,0,0,1), - (40846,7428,1,6209,0,5220.72,-4782.86,692.314,4.29069,600,15,0,8883,0,0,1), - (40847,7428,1,6209,0,5345.85,-4651.97,691.926,1.81658,600,15,0,8883,0,0,1), - (40848,7428,1,6209,0,5241.49,-4758.37,691.936,3.9072,600,15,0,8883,0,0,1), - (40849,7428,1,6209,0,5250.98,-4820.29,690.783,4.31572,600,15,0,8883,0,0,1), - (40850,7428,1,6209,0,5270.64,-4879.95,692.423,4.87765,600,15,0,8883,0,0,1), - (40851,7429,1,12815,0,5117.56,-4875.78,864.303,0.564323,600,10,0,7107,2369,0,1), - (40852,7429,1,12815,0,5356.56,-4848.84,816.478,0.443999,600,5,0,7107,2369,0,1), - (40853,7429,1,12815,0,5114.51,-4818.55,854.869,1.50826,600,5,0,7107,2369,0,1), - (40854,7429,1,12815,0,5339.96,-4455.73,835.071,3.20998,600,5,0,7107,2369,0,1), - (40855,7429,1,12815,0,5211.18,-4576.94,834.724,6.216,600,5,0,7107,2369,0,1), - (40856,7429,1,12815,0,5078.97,-4711.61,847.226,1.70908,600,10,0,7107,2369,0,1), - (40857,7429,1,12815,0,5183.64,-4964.32,861.329,6.13875,600,5,0,7107,2369,0,1), - (40858,7429,1,12815,0,5444.47,-4563.59,815.064,2.8464,600,5,0,7107,2369,0,1), - (40859,7429,1,12815,0,5312.13,-4674.25,692.199,2.3931,600,15,0,7107,2369,0,1), - (40860,7429,1,12815,0,5277.2,-4781.89,690.439,5.71116,600,15,0,7107,2369,0,1), - (40861,7429,1,12815,0,5322.92,-4608.33,693.754,1.57038,600,15,0,7107,2369,0,1), - (40862,7429,1,12815,0,5349.94,-4588.3,692.311,4.73763,600,15,0,7107,2369,0,1), - (40863,7429,1,12815,0,5291.87,-4709,691.345,0.325443,600,15,0,7107,2369,0,1), - (40864,7429,1,12815,0,5258.06,-4810.54,690.948,1.37092,600,15,0,7107,2369,0,2), - (40865,7430,1,9958,0,7641.57,-3787.52,693.351,5.92826,333,2,0,3529,0,0,1), - (40866,7430,1,9958,0,7634.54,-3790.94,692.726,2.92051,333,2,0,3529,0,0,1), - (40867,7430,1,9958,0,7725.63,-3882.59,691.025,3.37685,333,2,0,3529,0,0,1), - (40868,7430,1,9958,0,7727.61,-3889.11,691.4,1.84634,333,2,0,3529,0,0,1), - (40869,7430,1,9958,0,8026.56,-4196.35,705.216,4.76406,333,2,0,3529,0,0,1), - (40870,7430,1,9958,0,8024.09,-4197.16,705.341,4.90719,333,2,0,3529,0,0,1), - (40871,7430,1,9958,0,8163.42,-3759.92,699.696,0.772427,333,2,0,3529,0,0,1), - (40872,7430,1,9958,0,8157.32,-3761.65,700.071,3.60879,333,2,0,3529,0,0,1), - (40873,7430,1,9958,0,7993.31,-3789.48,698.195,2.09353,333,2,0,3529,0,0,1), - (40874,7430,1,9958,0,7999.14,-3984.25,694.384,5.61451,333,2,0,3529,0,0,1), - (40875,7430,1,9958,0,7996.34,-3983.95,694.759,2.88255,333,2,0,3529,0,0,1), - (40876,7430,1,9958,0,8113.23,-3839.53,694.763,0.709547,333,2,0,3529,0,0,1), - (40877,7430,1,9958,0,8118.33,-3836.96,694.763,1.57786,333,2,0,3529,0,0,1), - (40878,7430,1,9958,0,8094.72,-4000.85,689.288,0.049826,333,2,0,3529,0,0,1), - (40879,7430,1,9958,0,8092.55,-4002.98,689.663,0.444292,333,2,0,3529,0,0,1), - (40880,7430,1,9958,0,8201.09,-3844.97,707.816,5.92935,333,2,0,3529,0,0,1), - (40881,7430,1,9958,0,8201.05,-3839.75,708.191,1.85713,333,2,0,3529,0,0,1), - (40882,7430,1,9958,0,7845.46,-4271.31,684.294,1.68275,333,2,0,3529,0,0,1), - (40883,7430,1,9958,0,7840.91,-4271.28,684.544,5.53019,333,2,0,3529,0,0,1), - (40884,7430,1,9958,0,7988.9,-3790.06,697.82,2.22713,333,15,0,3529,0,0,1), - (40885,7430,1,9958,0,7837.09,-4015.03,695.874,3.45575,333,0,0,3529,0,0,0), - (40886,7430,1,9958,0,7832.92,-4019.4,695.133,5.79449,333,0,0,3529,0,0,0), - (40887,7431,1,9953,0,7979.49,-4318.91,740.281,4.11192,333,5,0,3644,0,0,1), - (40888,7431,1,9953,0,7675.61,-4126.9,750.373,1.25787,333,5,0,3644,0,0,1), - (40889,7431,1,9953,0,7871.22,-4355.13,711.187,4.05853,333,15,0,3644,0,0,1), - (40890,7431,1,9953,0,7917.86,-4316.04,719.369,3.96084,333,5,0,3644,0,0,1), - (40891,7431,1,9953,0,7942.73,-4348.69,731.074,1.40458,333,5,0,3644,0,0,1), - (40892,7431,1,9953,0,7738.69,-4086.34,700.927,3.95808,333,5,0,3644,0,0,1), - (40893,7431,1,9953,0,7583.25,-3903.79,683.094,5.02889,333,10,0,3644,0,0,1), - (40894,7431,1,9953,0,7718.53,-4183.5,693.248,2.28505,333,5,0,3644,0,0,1), - (40895,7431,1,9953,0,7722.97,-4259.04,689.164,6.23315,333,5,0,3644,0,0,1), - (40896,7431,1,9953,0,7810.57,-4346.21,709.222,3.40838,333,15,0,3644,0,0,1), - (40897,7431,1,9953,0,7894.79,-4214.79,686.14,5.47677,333,15,0,3644,0,0,1), - (40898,7431,1,9953,0,7909.83,-4190.4,683.753,1.43803,333,15,0,3644,0,0,1), - (40899,7431,1,9953,0,7815.62,-4216.31,675.409,4.9881,333,15,0,3644,0,0,1), - (40900,7431,1,9953,0,7926.83,-4257.93,698.791,3.11426,333,15,0,3644,0,0,1), - (40901,7431,1,9953,0,7957.26,-4210.85,695.155,0.680202,333,15,0,3644,0,0,1), - (40902,7431,1,9953,0,7646.08,-3847.19,684.721,3.17633,333,15,0,3644,0,0,1), - (40903,7431,1,9953,0,7519.92,-3916.38,716.411,5.81211,333,5,0,3644,0,0,1), - (40904,7431,1,9953,0,7477.61,-3941.63,709.192,0.442859,333,5,0,3644,0,0,1), - (40905,7431,1,9953,0,7821.13,-4154.91,682.2,4.80604,333,5,0,3644,0,0,1), - (40906,7431,1,9953,0,7788.01,-4188.64,679.699,4.07551,333,15,0,3644,0,0,1), - (40907,7431,1,9953,0,7812,-4084.64,687.382,3.487,333,15,0,3644,0,0,1), - (40908,7432,1,11445,0,7719.53,-4336.46,725.724,3.14159,333,5,0,3997,0,0,1), - (40909,7432,1,11445,0,7548.96,-3875.97,683.701,0.218769,333,15,0,3997,0,0,1), - (40910,7432,1,11445,0,7813.33,-3748.58,706.741,5.06191,333,5,0,3997,0,0,1), - (40911,7432,1,11445,0,7746.64,-4283.35,693.697,5.05791,333,10,0,3997,0,0,1), - (40912,7432,1,11445,0,7693.23,-3751.41,731.086,2.52702,333,5,0,3997,0,0,1), - (40913,7432,1,11445,0,7774.83,-3791.48,701.987,3.93095,333,5,0,3997,0,0,1), - (40914,7432,1,11445,0,7887.68,-4150.03,684.92,2.88226,333,15,0,3997,0,0,1), - (40915,7432,1,11445,0,7744.96,-4341.46,718.924,0.003906,333,5,0,3997,0,0,1), - (40916,7432,1,11445,0,7729.86,-3787.25,726.719,2.67358,333,5,0,3997,0,0,1), - (40917,7432,1,11445,0,7751.93,-4222.54,682.321,2.33892,333,15,0,3997,0,0,1), - (40918,7432,1,11445,0,7786.45,-4055.18,688.302,3.49029,333,15,0,3997,0,0,1), - (40919,7432,1,11445,0,7794.21,-3856.64,699.956,2.51021,333,5,0,3997,0,0,1), - (40920,7432,1,11445,0,7954.25,-4087.44,689.309,2.62222,333,15,0,3997,0,0,1), - (40921,7432,1,11445,0,7587.21,-3852.67,685.853,4.53472,333,15,0,3997,0,0,1), - (40922,7432,1,11445,0,7858.36,-4254.96,682.744,5.00396,333,5,0,3997,0,0,1), - (40923,7432,1,11445,0,7761.23,-3820.53,713.112,5.77339,333,5,0,3997,0,0,1), - (40924,7432,1,11445,0,7842.98,-3779.77,704.279,1.2819,333,5,0,3997,0,0,1), - (40925,7432,1,11445,0,7871.26,-3747.29,717.691,4.23041,333,5,0,3997,0,0,1), - (40926,7432,1,11445,0,7617.63,-3957.34,692.227,4.03241,333,15,0,3997,0,0,1), - (40927,7432,1,11445,0,7515.95,-3974.81,724.905,5.38637,333,5,0,3997,0,0,1), - (40928,7432,1,11445,0,7713.3,-3848.95,694.025,5.74549,333,5,0,3997,0,0,1), - (40929,7432,1,11445,0,7751.77,-4153.62,688.531,5.27509,333,5,0,3997,0,0,1), - (40930,7432,1,11445,0,7782.03,-4310.85,703.075,2.02255,333,15,0,3997,0,0,1), - (40931,7432,1,11445,0,7814,-3873.2,698.209,3.79681,333,5,0,3997,0,0,1), - (40932,7432,1,11445,0,7710.14,-3917.55,694.216,5.97045,333,15,0,3997,0,0,1), - (40933,7432,1,11445,0,7653.14,-3912.93,688.939,3.48836,333,15,0,3997,0,0,1), - (40934,7432,1,11445,0,7683.59,-3872.02,686.338,4.99253,333,15,0,3997,0,0,1), - (40935,7432,1,11445,0,7615.4,-3881.44,683.456,1.48931,333,15,0,3997,0,0,1), - (40936,7432,1,11445,0,7954.04,-4151.59,684.873,0.238584,333,15,0,3997,0,0,1), - (40937,7432,1,11445,0,7917.6,-4112.01,688.531,0.839173,333,15,0,3997,0,0,1), - (40938,7432,1,11445,0,7976.98,-4120.74,695.155,5.6643,333,5,0,3997,0,0,1), - (40939,7432,1,11445,0,8022.35,-4146.63,693.552,0.735011,333,5,0,3997,0,0,1), - (40940,7432,1,11445,0,7860.28,-3981.42,698.007,6.12899,333,5,0,3997,0,0,1), - (40941,7432,1,11445,0,7852.65,-3846.1,695.051,4.5384,333,15,0,3997,0,0,1), - (40942,7432,1,11445,0,7908.41,-3927.73,705.286,4.2898,333,5,0,3997,0,0,1), - (40943,7432,1,11445,0,7843.2,-4044.97,690.219,0.746616,333,0,0,3997,0,0,0), - (40944,7432,1,11445,0,7850.19,-4320.11,706.312,4.65375,333,15,0,3997,0,0,1), - (40945,7432,1,11445,0,7811.57,-4270.23,691.378,1.47202,333,5,0,3997,0,0,1), - (40946,7432,1,11445,0,7880.8,-3886.3,696.802,3.11944,333,15,0,3997,0,0,1), - (40947,7432,1,11445,0,7812.05,-3946.04,701.143,1.50098,333,15,0,3997,0,0,1), - (40948,7432,1,11445,0,7813.55,-4017.96,691.866,2.59899,333,15,0,3997,0,0,1), - (40949,7432,1,11445,0,7783.69,-4119.98,684.084,4.99646,333,5,0,3997,0,0,1), - (40950,7433,1,11444,0,7962.68,-3765.51,709.258,5.33516,333,15,0,3876,0,0,1), - (40951,7433,1,11444,0,7777.63,-3921.63,705.465,4.12293,333,15,0,3876,0,0,1), - (40952,7433,1,11444,0,7918.45,-3768.89,708.131,3.76785,333,15,0,3876,0,0,1), - (40953,7433,1,11444,0,7875.07,-3951.85,712.087,2.71945,333,5,0,3876,0,0,1), - (40954,7433,1,11444,0,7860.52,-4079.22,688.199,2.70601,333,15,0,3876,0,0,1), - (40955,7433,1,11444,0,8008.24,-4216.63,713.719,5.91573,333,15,0,3876,0,0,1), - (40956,7433,1,11444,0,7746.09,-3895.26,701.348,3.72474,333,15,0,3876,0,0,1), - (40957,7433,1,11444,0,7817.72,-3814.17,698.8,3.27052,333,10,0,3876,0,0,1), - (40958,7433,1,11444,0,8150.89,-3814.62,699.86,5.80618,333,15,0,3876,0,0,1), - (40959,7433,1,11444,0,8184.83,-3773.11,699.483,1.31114,333,15,0,3876,0,0,1), - (40960,7433,1,11444,0,8013.17,-4084.85,705.033,6.27758,333,10,0,3876,0,0,1), - (40961,7433,1,11444,0,7981.01,-4049.27,719.714,1.5831,333,15,0,3876,0,0,1), - (40962,7433,1,11444,0,7961.66,-4007.55,711.041,6.18874,333,5,0,3876,0,0,1), - (40963,7433,1,11444,0,8019.78,-4020.56,706.809,1.65213,333,15,0,3876,0,0,1), - (40964,7433,1,11444,0,8152.13,-3880.65,698.438,4.54911,333,15,0,3876,0,0,1), - (40965,7433,1,11444,0,8051.53,-3985.53,693.309,5.4124,333,15,0,3876,0,0,1), - (40966,7433,1,11444,0,8079.91,-4038.29,694.475,4.93225,333,5,0,3876,0,0,1), - (40967,7433,1,11444,0,8177.43,-3855.27,702.005,1.10476,333,15,0,3876,0,0,1), - (40968,7433,1,11444,0,8155.21,-3961.46,685.98,5.49779,333,5,0,3876,0,0,1), - (40969,7433,1,11444,0,8216.49,-3897.85,723.465,4.49619,333,5,0,3876,0,0,1), - (40970,7433,1,11444,0,8015.29,-3821.08,697.705,5.01374,333,5,0,3876,0,0,1), - (40971,7433,1,11444,0,7884.8,-3811.76,696.188,0.45899,333,15,0,3876,0,0,1), - (40972,7433,1,11444,0,7849.41,-3926.03,700.168,4.37172,333,15,0,3876,0,0,1), - (40973,7433,1,11444,0,7783.22,-3981.51,691.218,1.97957,333,5,0,3876,0,0,1), - (40974,7433,1,11444,0,7853.93,-4050.98,689.641,0.12837,333,5,0,3876,0,0,1), - (40975,7434,1,9954,0,8083.49,-3743.43,723.941,3.20897,333,15,0,3997,0,0,1), - (40976,7434,1,9954,0,8117.83,-3915.39,692.304,5.69364,333,5,0,3997,0,0,1), - (40977,7434,1,9954,0,8113.01,-3988.99,686.233,4.7865,333,5,0,3997,0,0,1), - (40978,7434,1,9954,0,8184.89,-3914.13,706.105,2.52271,333,5,0,3997,0,0,1), - (40979,7434,1,9954,0,7949.45,-3814.17,693.693,1.70041,333,15,0,3997,0,0,1), - (40980,7435,1,6761,0,6122.17,-4662.4,717.625,2.3203,600,5,0,7842,0,0,1), - (40981,7435,1,6761,0,6175.45,-4628.05,717.123,1.71756,600,5,0,7842,0,0,1), - (40982,7435,1,6761,0,6077.67,-4340.06,723.865,2.95671,600,15,0,7842,0,0,1), - (40983,7435,1,6761,0,6048.05,-4376.12,713.257,2.18948,600,15,0,7842,0,0,1), - (40984,7435,1,6761,0,6175.98,-4317.57,737.832,6.15797,600,10,0,7842,0,0,1), - (40985,7435,1,6761,0,6085.44,-4341.59,700.95,1.40069,600,5,0,7842,0,0,1), - (40986,7435,1,6761,0,5980.69,-4517.89,710.198,3.31429,600,15,0,7842,0,0,1), - (40987,7435,1,6761,0,6088.32,-4490.82,677.535,4.89571,600,5,0,7842,0,0,1), - (40988,7435,1,6761,0,6191.48,-4264.78,658.283,1.56828,600,10,0,7842,0,0,1), - (40989,7435,1,6761,0,6155.78,-4280.85,657.401,5.54701,600,10,0,7842,0,0,1), - (40990,7435,1,6761,0,6166.48,-4242.34,653.4,4.50334,600,10,0,7842,0,0,1), - (40991,7435,1,6761,0,6144.38,-4236.29,653.311,4.89697,600,5,0,7842,0,0,1), - (40992,7435,1,6761,0,6083.43,-4199.18,632.228,2.54152,600,10,0,7842,0,0,1), - (40993,7435,1,6761,0,5933.79,-4177.81,608.8,4.59794,600,5,0,7842,0,0,1), - (40994,7435,1,6761,0,6164.96,-4329.24,660.721,3.87725,600,10,0,7842,0,0,1), - (40995,14348,1,14394,0,4254.92,-4148.9,945.768,1.27409,600,0,0,9835,0,0,0), - (40996,7436,1,6760,0,5997.91,-4619.51,716.934,0.212526,600,5,0,8097,0,0,1), - (40997,7436,1,6760,0,6111.7,-4452.66,664.979,4.07045,600,5,0,8097,0,0,1), - (40998,7436,1,6760,0,6178.99,-4299.8,660.975,6.23531,600,5,0,8097,0,0,1), - (40999,7436,1,6760,0,6157.83,-4341.05,660.702,1.15981,600,5,0,8097,0,0,1), - (41000,7436,1,6760,0,6170.89,-4171.33,641.894,5.9357,600,5,0,8097,0,0,1), - (41001,7436,1,6760,0,6024.49,-4196.14,625.113,5.02866,600,5,0,8097,0,0,1), - (41002,7436,1,6760,0,5925.48,-4062.11,595.162,4.39755,600,5,0,8097,0,0,1), - (41003,7437,1,8316,0,6203.44,-4554.94,714.903,5.68891,600,5,0,5847,5340,0,1), - (41004,7437,1,8316,0,6022.41,-4391.67,713.502,1.94786,600,15,0,5847,5340,0,1), - (41005,7437,1,8316,0,5952.26,-4487.15,711.624,4.47262,600,15,0,5847,5340,0,1), - (41006,7437,1,8316,0,6112.49,-4501.82,677.739,1.94877,600,5,0,5847,5340,0,1), - (41007,7437,1,8316,0,6076.7,-4545.29,686.98,2.97484,600,5,0,5847,5340,0,1), - (41008,7437,1,8316,0,6023.3,-4549.01,702.395,0.091897,600,5,0,5847,5340,0,1), - (41009,7437,1,8316,0,6251.57,-4465.59,687.813,4.5269,600,5,0,5847,5340,0,1), - (41010,7437,1,8316,0,6190.19,-4442.61,667.163,0.783713,600,15,0,5847,5340,0,2), - (41011,7437,1,8316,0,6201.13,-4414.5,673.944,3.92699,600,5,0,5847,5340,0,1), - (41012,7437,1,8316,0,6048.75,-4209.7,630.169,0.083059,600,5,0,5847,5340,0,2), - (41013,7437,1,8316,0,6061.34,-4203.67,632.137,0.26728,600,5,0,5847,5340,0,1), - (41014,7437,1,8316,0,5952.37,-4146.63,607.764,6.07022,600,5,0,5847,5340,0,1), - (41015,7437,1,8316,0,6142.6,-4172.77,640.49,3.95867,600,5,0,5847,5340,0,1), - (41016,7437,1,8316,0,6169.3,-4184.36,641.894,4.78363,600,5,0,5847,5340,0,2), - (41017,7438,1,6829,0,6743.74,-4949.02,770.322,5.09906,333,15,0,3758,0,0,1), - (41018,7438,1,6829,0,6667.84,-5122.11,779.651,4.56938,333,5,0,3758,0,0,1), - (41019,7438,1,6829,0,6693.75,-5047.92,781.343,0.556379,333,5,0,3758,0,0,1), - (41020,7438,1,6829,0,6773.63,-4939.62,764.797,1.74482,333,10,0,3758,0,0,1), - (41021,7438,1,6829,0,6641.84,-5094.33,788.351,4.51438,333,5,0,3758,0,0,1), - (41022,7438,1,6829,0,6710.97,-5005.29,762.83,2.41929,333,10,0,3758,0,0,1), - (41023,7438,1,6829,0,6751.49,-4987.51,772.903,2.40522,333,5,0,3758,0,0,1), - (41024,7438,1,6829,0,6778.65,-5049.48,722.848,2.78183,333,0,0,3758,0,0,0), - (41025,7438,1,6829,0,6780.07,-5062.27,722.848,3.61498,333,0,0,3758,0,0,0), - (41026,7438,1,6829,0,6788.56,-5150.12,731.911,3.02306,333,0,0,3758,0,0,0), - (41027,7438,1,6829,0,6742.09,-5201.08,761.459,2.06304,333,0,0,3758,0,0,0), - (41028,7438,1,6829,0,6732.37,-5144.41,732.351,0.515683,333,0,0,3758,0,0,0), - (41029,7439,1,6830,0,6649.67,-5109.21,783.095,2.58175,333,0,0,2915,2163,0,0), - (41030,7439,1,6830,0,6865.62,-5101.04,692.819,4.98616,333,0,0,2915,2163,0,0), - (41031,7439,1,6830,0,6731.89,-5134.97,733.104,3.80482,333,0,0,2915,2163,0,0), - (41032,7439,1,6830,0,6785.71,-5161.02,732.786,2.38011,333,0,0,2915,2163,0,0), - (41033,7439,1,6830,0,6718.93,-5252.01,778.708,5.08865,333,5,0,2915,2163,0,2), - (41034,7439,1,6830,0,6845.32,-5115.65,694.404,2.42601,333,0,0,2915,2163,0,0), - (41035,7440,1,6828,0,6906.65,-5144.72,695.65,3.25311,333,15,0,3529,0,0,1), - (41036,7440,1,6828,0,6514.72,-3269.61,574.519,1.87968,333,0,0,3529,0,0,0), - (41037,7440,1,6828,0,6878.17,-4999.09,694.566,1.04427,333,10,0,3529,0,0,1), - (41038,7440,1,6828,0,6813.83,-2470.48,557.479,4.01415,333,0,0,3529,0,0,0), - (41039,7440,1,6828,0,6847.1,-2490.14,561.889,1.20292,333,0,0,3529,0,0,0), - (41040,7440,1,6828,0,6785.76,-2482.31,547.7,0.39057,333,15,0,3529,0,0,1), - (41041,7440,1,6828,0,6909.6,-5018.78,693.376,4.44967,333,15,0,3529,0,0,1), - (41042,7440,1,6828,0,6853.81,-5012.27,694.734,5.55542,333,5,0,3529,0,0,1), - (41043,7440,1,6828,0,6921.3,-5079.48,695.389,0.582965,333,5,0,3529,0,0,1), - (41044,7440,1,6828,0,6900.74,-5071.65,693.514,1.06693,333,15,0,3529,0,0,1), - (41045,7440,1,6828,0,6845.4,-5153.76,708.626,4.18897,333,5,0,3529,0,0,1), - (41046,7440,1,6828,0,6872.62,-5183.2,723.78,5.39812,333,5,0,3529,0,0,1), - (41047,7440,1,6828,0,6818.08,-5083.12,693.565,5.67232,333,0,0,3529,0,0,0), - (41048,7440,1,6828,0,6833.61,-5110.16,693.819,4.56888,333,0,0,3529,0,0,0), - (41049,7440,1,6828,0,6833.2,-5041.2,690.799,1.38894,333,0,0,3529,0,0,0), - (41050,7441,1,6818,0,6418.35,-3115.4,580.961,3.06924,333,10,0,2634,2041,0,1), - (41051,7441,1,6818,0,6451.47,-3161.82,572.104,0.653051,333,0,0,2634,2041,0,0), - (41052,7441,1,6818,0,6453.58,-3176.64,572.206,4.95878,333,0,0,2634,2041,0,0), - (41053,7441,1,6818,0,6513.78,-3138.88,572.996,3.86033,333,0,0,2634,2041,0,0), - (41054,7441,1,6818,0,6496.59,-3138.79,571.354,3.46483,333,0,0,2634,2041,0,0), - (41055,7441,1,6818,0,6478.48,-3161.56,570.479,3.96463,333,15,0,2634,2041,0,1), - (41056,7441,1,6818,0,6446.09,-3111.55,573.651,4.46716,333,10,0,2634,2041,0,1), - (41057,7441,1,6818,0,6513.49,-3258.93,573.908,3.53739,333,0,0,2634,2041,0,0), - (41058,7441,1,6818,0,6835.56,-2489.84,559.639,4.90419,333,0,0,2634,2041,0,0), - (41059,7441,1,6818,0,6790.55,-2672.69,544.295,4.23917,333,0,0,2634,2041,0,0), - (41060,7441,1,6818,0,6809.68,-2684.17,549.512,2.85888,333,5,0,2634,2041,0,1), - (41061,7441,1,6818,0,6790.15,-2661.73,544.675,4.8164,333,0,0,2634,2041,0,0), - (41062,7441,1,6818,0,6781.82,-2425.84,551.684,4.03918,333,5,0,2634,2041,0,1), - (41063,7441,1,6818,0,6818.43,-2447.51,551.026,0.824129,333,15,0,2634,2041,0,1), - (41064,7441,1,6818,0,6751.28,-2617.88,546.646,5.42511,333,15,0,2634,2041,0,1), - (41065,7442,1,6211,0,6413.54,-3295.41,592.913,3.6602,333,5,0,3189,0,0,1), - (41066,7442,1,6211,0,6447.59,-3328.85,590.462,1.39601,333,5,0,3189,0,0,1), - (41067,7442,1,6211,0,6496.07,-3338.02,588.009,1.45392,333,5,0,3189,0,0,1), - (41068,7442,1,6211,0,6882.35,-2513.31,581.347,4.18403,333,5,0,3189,0,0,1), - (41069,7442,1,6211,0,6875.04,-2548.72,589.002,0.898798,333,5,0,3189,0,0,1), - (41070,7442,1,6211,0,6458.72,-3209.85,572.51,1.00952,333,15,0,3189,0,0,1), - (41071,7442,1,6211,0,6484.81,-3250.19,571.963,1.59838,333,15,0,3189,0,0,1), - (41072,7442,1,6211,0,6509.51,-3088.86,592.102,4.85954,333,0,0,3189,0,0,0), - (41073,7442,1,6211,0,6511.49,-3188.22,571.96,4.94688,333,15,0,3189,0,0,2), - (41074,7442,1,6211,0,6520.89,-3217.33,572.87,2.04361,333,10,0,3189,0,0,1), - (41075,7442,1,6211,0,6518.03,-3320.77,579.026,4.70262,333,5,0,3189,0,0,2), - (41076,7442,1,6211,0,6794.94,-2509.29,551.925,2.23848,333,15,0,3189,0,0,1), - (41077,7442,1,6211,0,6784,-2781.81,578.696,0.848291,333,5,0,3189,0,0,1), - (41078,7442,1,6211,0,6783.61,-2715.65,563.487,6.17749,333,15,0,3189,0,0,1), - (41079,7442,1,6211,0,6821.92,-2714.66,565.02,3.91551,333,5,0,3189,0,0,2), - (41080,7442,1,6211,0,6747.72,-2685.25,543.371,4.08296,333,15,0,3189,0,0,1), - (41081,7442,1,6211,0,6848.03,-2450.36,556.759,3.04183,333,5,0,3189,0,0,1), - (41082,7442,1,6211,0,6779.26,-2613.91,556.767,1.94801,333,5,0,3189,0,0,1), - (41083,7442,1,6211,0,6815,-2547.88,557.656,3.18263,333,5,0,3189,0,0,1), - (41084,7443,1,8842,0,6248.12,-5214.07,871.927,0.158887,333,15,0,4182,0,0,1), - (41085,7443,1,8842,0,6381.83,-4192.04,705.911,0.245884,333,15,0,4182,0,0,1), - (41086,7443,1,8842,0,6156.03,-5153.56,828.425,3.30013,333,15,0,4182,0,0,1), - (41087,7443,1,8842,0,5987.2,-5211.77,905.78,5.84395,333,0,0,4182,0,0,0), - (41088,7443,1,8842,0,6362.95,-4484.39,765.008,4.14986,333,15,0,4182,0,0,1), - (41089,7443,1,8842,0,7178.23,-5146.49,789.945,2.90704,333,15,0,4182,0,0,1), - (41090,7443,1,8842,0,6255.62,-4702.45,745.252,5.6475,333,15,0,4182,0,0,1), - (41091,7443,1,8842,0,6101.73,-5008.83,788.277,5.82827,333,15,0,4182,0,0,1), - (41092,7443,1,8842,0,6350.16,-4405.71,742.576,5.83489,333,15,0,4182,0,0,1), - (41093,7443,1,8842,0,6406.33,-4754.67,756.649,6.26561,333,15,0,4182,0,0,1), - (41094,7443,1,8842,0,6273.13,-4781.89,756.561,1.8172,333,15,0,4182,0,0,1), - (41095,7443,1,8842,0,6385.49,-4601.4,778.091,4.19373,333,15,0,4182,0,0,1), - (41096,7443,1,8842,0,6416.48,-4590.08,763.955,2.9689,333,15,0,4182,0,0,1), - (41097,7443,1,8842,0,6988.12,-4004.48,733.163,1.25183,333,15,0,4182,0,0,1), - (41098,7443,1,8842,0,6357.38,-4447.28,756.302,4.89427,333,15,0,4182,0,0,1), - (41099,7443,1,8842,0,6030.42,-5085.21,806.449,3.17088,333,0,0,4182,0,0,0), - (41100,7443,1,8842,0,6714.52,-4328.96,717.411,1.7818,333,15,0,4182,0,0,1), - (41101,7443,1,8842,0,6249.27,-5023.76,774.665,2.64663,333,15,0,4182,0,0,1), - (41102,7443,1,8842,0,5960.42,-5052.6,808.854,1.62456,333,15,0,4182,0,0,1), - (41103,7443,1,8842,0,6703.4,-4331.97,714.288,2.17288,333,15,0,4182,0,0,1), - (41104,7443,1,8842,0,6414.42,-4744.39,753.333,1.86937,333,15,0,4182,0,0,1), - (41105,7443,1,8842,0,6217.97,-5032.33,778.929,2.77147,333,15,0,4182,0,0,1), - (41106,7443,1,8842,0,6258.69,-4755.47,754.097,5.72283,333,15,0,4182,0,0,1), - (41107,7443,1,8842,0,6577.67,-4455.94,708.664,1.83756,333,15,0,4182,0,0,1), - (41108,7443,1,8842,0,6411.83,-4518.61,744.082,0.823339,333,15,0,4182,0,0,1), - (41109,7443,1,8842,0,7020.94,-4888.75,696.075,5.12972,333,15,0,4182,0,0,1), - (41110,7443,1,8842,0,6977.79,-5184.37,711.057,5.23638,333,15,0,4182,0,0,1), - (41111,7443,1,8842,0,6578.81,-4558.91,696.586,4.0314,333,15,0,4182,0,0,1), - (41112,7443,1,8842,0,6993.99,-5163.72,705.775,2.21547,333,15,0,4182,0,0,1), - (41113,7443,1,8842,0,6688.25,-4373.01,713.731,2.89368,333,15,0,4182,0,0,1), - (41114,7443,1,8842,0,6984.08,-5134.46,699.141,1.54736,333,15,0,4182,0,0,1), - (41115,7443,1,8842,0,6213.32,-4171.97,725.299,5.24594,333,15,0,4182,0,0,1), - (41116,7443,1,8842,0,6618.66,-4417.85,707.414,4.42882,333,15,0,4182,0,0,1), - (41117,7443,1,8842,0,6625.72,-4411.61,707.328,3.37536,333,15,0,4182,0,0,1), - (41118,7443,1,8842,0,7280.81,-4866.54,700.846,4.16745,333,15,0,4182,0,0,1), - (41119,7443,1,8842,0,6460.05,-4451.13,729.462,2.92907,333,15,0,4182,0,0,1), - (41120,7443,1,8842,0,6338.29,-4737.98,779.506,3.87651,333,15,0,4182,0,0,1), - (41121,7443,1,8842,0,7046.42,-5089.13,707.488,4.54275,333,15,0,4182,0,0,1), - (41122,7443,1,8842,0,6541.19,-4613.64,710.51,3.34225,333,15,0,4182,0,0,1), - (41123,7443,1,8842,0,6357.19,-4324,729.803,3.17199,333,15,0,4182,0,0,1), - (41124,7443,1,8842,0,6718.63,-4285.5,709.895,6.10374,333,15,0,4182,0,0,1), - (41125,7443,1,8842,0,6247.28,-4215.33,733.263,4.89566,333,15,0,4182,0,0,1), - (41126,7443,1,8842,0,7303.02,-5002.02,726.759,4.35911,333,15,0,4182,0,0,1), - (41127,7443,1,8842,0,7075.35,-4985.64,719.664,0.060591,333,15,0,4182,0,0,1), - (41128,7443,1,8842,0,6517.01,-4561.84,714.517,4.7902,333,15,0,4182,0,0,1), - (41129,7443,1,8842,0,7223.85,-4923.02,720.927,3.47866,333,15,0,4182,0,0,1), - (41130,7443,1,8842,0,6555.65,-4545.17,705.711,3.91594,333,15,0,4182,0,0,1), - (41131,7443,1,8842,0,7032.3,-4787.07,745.534,2.61978,333,15,0,4182,0,0,1), - (41132,7443,1,8842,0,7184.02,-4388.92,649.731,3.45531,333,15,0,4182,0,0,1), - (41133,7443,1,8842,0,7077.56,-4337.58,678.795,5.56693,333,15,0,4182,0,0,1), - (41134,7443,1,8842,0,6453.91,-4693.81,779.8,1.7138,333,15,0,4182,0,0,1), - (41135,7443,1,8842,0,6953.17,-4746.64,701.628,5.18893,333,15,0,4182,0,0,1), - (41136,7443,1,8842,0,6908.33,-4558.33,711.849,3.09841,333,15,0,4182,0,0,1), - (41137,7443,1,8842,0,7034.03,-4695.98,739.846,5.66182,333,2,0,4182,0,0,1), - (41138,7443,1,8842,0,7174.02,-4859.46,697.433,3.68034,333,15,0,4182,0,0,1), - (41139,7444,1,865,0,6672.18,-2855.86,633.868,3.84683,333,15,0,3680,0,0,1), - (41140,7444,1,865,0,6321.24,-3737.14,724.907,6.13618,333,15,0,3680,0,0,1), - (41141,7444,1,865,0,6335.41,-3763.54,719.791,3.14159,333,3,0,3680,0,0,1), - (41142,7444,1,865,0,6368.84,-3728.68,720.162,1.68917,333,15,0,3680,0,0,1), - (41143,7444,1,865,0,6323.65,-3604.1,747.172,6.23526,333,15,0,3680,0,0,1), - (41144,7444,1,865,0,6364.15,-3543.25,706.571,4.12168,333,15,0,3680,0,0,1), - (41145,7444,1,865,0,6435.62,-3707.71,718.805,2.64708,333,15,0,3680,0,0,1), - (41146,7444,1,865,0,6300.96,-2463.27,555.153,4.31339,333,15,0,3680,0,0,1), - (41147,7444,1,865,0,6548.64,-3579.81,704.828,3.35049,333,15,0,3680,0,0,1), - (41148,7444,1,865,0,6677.2,-3915.42,692.508,1.81246,333,15,0,3680,0,0,1), - (41149,7444,1,865,0,6921.62,-3345.78,742.149,2.97822,333,15,0,3680,0,0,1), - (41150,7444,1,865,0,6747.78,-4214.29,705.548,4.98702,333,15,0,3680,0,0,1), - (41151,7444,1,865,0,6770.83,-3187.5,583.208,0.949074,333,15,0,3680,0,0,1), - (41152,7444,1,865,0,6884.96,-3732.32,744.676,4.6135,333,15,0,3680,0,0,1), - (41153,7444,1,865,0,6669.38,-2475.35,537.505,3.17286,333,15,0,3680,0,0,1), - (41154,7444,1,865,0,6782.92,-3316.36,671.55,5.25088,333,15,0,3680,0,0,1), - (41155,7444,1,865,0,6693.59,-3119.25,576.471,0.202567,333,15,0,3680,0,0,1), - (41156,7444,1,865,0,6735.21,-3114.93,573.008,0.076248,333,15,0,3680,0,0,1), - (41157,7444,1,865,0,6660.94,-3918.35,687.34,5.27346,333,15,0,3680,0,0,1), - (41158,7444,1,865,0,6498.8,-3453.31,617.675,0.212526,333,15,0,3680,0,0,1), - (41159,7444,1,865,0,6781.67,-3665.43,731.876,5.3188,333,15,0,3680,0,0,1), - (41160,7444,1,865,0,6781.83,-4106.54,727.343,1.55127,333,15,0,3680,0,0,1), - (41161,7444,1,865,0,6815.21,-3285.01,667.627,0.975752,333,15,0,3680,0,0,1), - (41162,7444,1,865,0,6737.1,-3485.46,681.136,1.17839,333,15,0,3680,0,0,1), - (41163,7444,1,865,0,6675.1,-2563.59,526.518,4.05092,333,15,0,3680,0,0,1), - (41164,7444,1,865,0,6449.1,-3529.63,649.478,4.9138,333,15,0,3680,0,0,1), - (41165,7444,1,865,0,6834.61,-3696.3,734.282,5.01714,333,15,0,3680,0,0,1), - (41166,7444,1,865,0,6702.2,-4010.03,690.948,5.88637,333,15,0,3680,0,0,1), - (41167,7444,1,865,0,6456.22,-2757.83,553.302,5.7369,333,15,0,3680,0,0,1), - (41168,7444,1,865,0,6679.61,-3081.41,574.895,2.53463,333,15,0,3680,0,0,1), - (41169,7444,1,865,0,6687.95,-2710.15,549.446,5.66157,333,3,0,3680,0,0,1), - (41170,7444,1,865,0,6686.34,-2481.57,538.3,3.13655,333,15,0,3680,0,0,1), - (41171,7444,1,865,0,6908.3,-3763.85,720.063,1.93391,333,15,0,3680,0,0,1), - (41172,7444,1,865,0,6880.04,-3576.97,741.509,1.6726,333,15,0,3680,0,0,1), - (41173,7445,1,8837,0,5669.85,-4458.38,781.368,0.64272,333,15,0,4454,0,0,1), - (41174,7445,1,8837,0,7811.53,-4482.42,675.395,2.90936,333,15,0,4454,0,0,1), - (41175,7445,1,8837,0,7851.04,-4615.31,707.623,2.29587,333,15,0,4454,0,0,1), - (41176,7445,1,8837,0,7878.97,-4483.67,692.457,2.95685,333,15,0,4454,0,0,1), - (41177,7445,1,8837,0,7934.18,-4594.49,715.165,1.12898,333,15,0,4454,0,0,1), - (41178,7445,1,8837,0,7753.27,-4519.37,660.234,0.220576,333,15,0,4454,0,0,1), - (41179,7445,1,8837,0,7962.42,-4513.85,709.352,3.30048,333,15,0,4454,0,0,1), - (41180,7445,1,8837,0,7546.5,-4466.3,603.853,4.9318,333,15,0,4454,0,0,1), - (41181,7445,1,8837,0,7611.42,-4406.25,613.101,5.34183,333,15,0,4454,0,0,1), - (41182,7445,1,8837,0,7524.62,-4508.92,604.03,5.45115,333,15,0,4454,0,0,1), - (41183,7445,1,8837,0,7387.65,-4651.79,616.601,1.77317,333,15,0,4454,0,0,1), - (41184,7445,1,8837,0,7807.76,-4430.53,664.813,4.77688,333,15,0,4454,0,0,1), - (41185,7445,1,8837,0,7871.2,-4452.35,690.064,6.2324,333,15,0,4454,0,0,1), - (41186,7445,1,8837,0,7937.47,-4418.55,725.636,5.36058,333,15,0,4454,0,0,1), - (41187,7445,1,8837,0,7742.91,-4438.38,655.222,3.84746,333,15,0,4454,0,0,1), - (41188,7445,1,8837,0,7281.51,-4338.81,670.593,6.2363,333,15,0,4454,0,0,1), - (41189,7445,1,8837,0,7786.8,-4480.03,661.296,6.03844,333,15,0,4454,0,0,1), - (41190,7445,1,8837,0,7881.71,-4591.82,705.673,4.86437,333,15,0,4454,0,0,1), - (41191,7445,1,8837,0,7749.07,-4523.81,660.61,3.98639,333,15,0,4454,0,0,1), - (41192,7445,1,8837,0,7686.96,-4561.29,656.774,5.21446,333,15,0,4454,0,0,1), - (41193,7445,1,8837,0,7885.61,-4550.87,697.342,6.14405,333,15,0,4454,0,0,1), - (41194,7445,1,8837,0,7576.61,-4201.69,668.902,1.38043,333,15,0,4454,0,0,1), - (41195,7445,1,8837,0,5924.96,-4770.47,758.047,4.05991,333,15,0,4454,0,0,1), - (41196,7445,1,8837,0,5506.12,-4635.64,800.231,4.22691,333,15,0,4454,0,0,1), - (41197,7445,1,8837,0,5930.78,-4821.86,755.329,3.07321,333,15,0,4454,0,0,1), - (41198,7445,1,8837,0,7369.23,-4608.28,599.227,5.33826,333,15,0,4454,0,0,1), - (41199,7445,1,8837,0,7242.19,-4685.53,717.497,4.18598,333,15,0,4454,0,0,1), - (41200,7445,1,8837,0,7293.21,-4769.12,676.801,5.01283,333,15,0,4454,0,0,1), - (41201,7445,1,8837,0,7820.95,-4540.87,687.5,0.93321,333,15,0,4454,0,0,1), - (41202,7445,1,8837,0,7137.11,-4738.69,715.029,5.66439,333,15,0,4454,0,0,1), - (41203,7445,1,8837,0,7261.16,-4708.66,704.671,0.611846,333,15,0,4454,0,0,1), - (41204,7445,1,8837,0,7815.79,-4619.87,701.944,4.29417,333,15,0,4454,0,0,1), - (41205,7445,1,8837,0,7675.67,-4601.93,676.244,4.73485,333,15,0,4454,0,0,1), - (41206,7445,1,8837,0,7514.93,-4688.13,656.754,4.92608,333,15,0,4454,0,0,1), - (41207,7445,1,8837,0,7534.93,-4623.43,640.716,6.14212,333,15,0,4454,0,0,1), - (41208,7445,1,8837,0,7385.93,-4568.41,595.639,4.26709,333,15,0,4454,0,0,1), - (41209,7445,1,8837,0,7413.29,-4526.19,598.568,6.14057,333,15,0,4454,0,0,1), - (41210,7445,1,8837,0,7570.83,-4562.5,625.418,2.11502,333,15,0,4454,0,0,1), - (41211,7445,1,8837,0,7352.41,-4761.96,666.656,3.42043,333,15,0,4454,0,0,1), - (41212,7445,1,8837,0,7306.79,-4527.58,589.831,4.73229,333,15,0,4454,0,0,1), - (41213,7445,1,8837,0,5755.73,-4658.07,778.356,3.04775,333,15,0,4454,0,0,1), - (41214,7445,1,8837,0,7483.05,-4279.2,653.413,1.54053,333,15,0,4454,0,0,1), - (41215,7445,1,8837,0,7615.83,-4297.88,639.576,5.50363,333,15,0,4454,0,0,1), - (41216,7445,1,8837,0,7416.83,-4280.07,672.82,0.091897,333,15,0,4454,0,0,1), - (41217,7445,1,8837,0,7352.49,-4356.27,673.808,4.79845,333,15,0,4454,0,0,1), - (41218,7446,1,3200,0,5180.83,-4408.39,882.78,1.28364,333,5,0,4738,0,0,1), - (41219,7446,1,3200,0,5112.89,-4466.6,866.283,4.11463,333,5,0,4738,0,0,1), - (41220,7446,1,3200,0,5254.56,-4345.19,903.529,0.781757,333,5,0,4738,0,0,1), - (41221,7446,1,3200,0,5151.54,-4372.55,910.179,2.63601,333,5,0,4738,0,0,1), - (41222,7446,1,3200,0,5231.4,-5079.27,917.768,5.98059,333,5,0,4738,0,0,1), - (41223,7446,1,3200,0,5132.74,-4460.95,867.11,3.73709,333,5,0,4738,0,0,1), - (41224,7446,1,3200,0,5193.13,-5051.26,903.432,5.6182,333,5,0,4738,0,0,1), - (41225,7446,1,3200,0,5223.06,-4379.17,887.699,0.121011,333,5,0,4738,0,0,1), - (41226,7446,1,3200,0,5265.99,-5077.61,906.274,3.27929,333,5,0,4738,0,0,1), - (41227,7446,1,3200,0,5255.2,-5060.64,902.838,6.18934,333,5,0,4738,0,0,1), - (41228,7446,1,3200,0,5150.24,-4520.41,843.69,6.20176,333,15,0,4738,0,0,1), - (41229,7446,1,3200,0,5282.96,-4386.32,878.94,6.13024,333,5,0,4738,0,0,1), - (41230,7446,1,3200,0,5177.41,-4346.16,912.681,2.58232,333,5,0,4738,0,0,1), - (41231,7446,1,3200,0,5153.3,-4320.11,938.014,2.95091,333,5,0,4738,0,0,1), - (41232,7446,1,3200,0,5193.96,-4478.04,852.171,4.78897,333,15,0,4738,0,0,1), - (41233,7446,1,3200,0,5080.87,-4655.3,848.344,1.46441,333,15,0,4738,0,0,1), - (41234,7446,1,3200,0,5117.38,-4558.05,843.094,5.69247,333,15,0,4738,0,0,1), - (41235,7446,1,3200,0,5149.69,-4580.8,842.398,4.1871,333,15,0,4738,0,0,1), - (41236,7446,1,3200,0,5114.44,-4431.4,894.559,4.18937,333,5,0,4738,0,0,1), - (41237,7446,1,3200,0,5029.65,-4484.93,891.539,3.62238,333,5,0,4738,0,0,1), - (41238,7446,1,3200,0,5012.53,-4820.09,870.109,5.82609,333,10,0,4738,0,0,1), - (41239,7447,1,10807,0,6237.88,-2415.24,582.725,1.47713,333,15,0,3189,0,0,1), - (41240,7447,1,10807,0,6395.84,-3762.7,721.44,4.69091,333,15,0,3189,0,0,1), - (41241,7447,1,10807,0,6406.21,-3566.21,701.13,2.43847,333,15,0,3189,0,0,1), - (41242,7447,1,10807,0,6460.05,-3420.2,617.849,4.9512,333,15,0,3189,0,0,1), - (41243,7447,1,10807,0,6509.88,-3731.2,698.799,6.07659,333,15,0,3189,0,0,1), - (41244,7447,1,10807,0,6601.79,-3794.1,662.804,0.403353,333,15,0,3189,0,0,1), - (41245,7447,1,10807,0,6746.99,-4093.82,706.578,4.70555,333,15,0,3189,0,0,1), - (41246,7447,1,10807,0,6703.82,-3971,694.92,3.97804,333,15,0,3189,0,0,1), - (41247,7447,1,10807,0,6428.72,-2956.42,586.429,3.50034,333,3,0,3189,0,0,1), - (41248,7447,1,10807,0,6709.58,-3051.48,575.688,2.81953,333,15,0,3189,0,0,1), - (41249,7447,1,10807,0,6535.1,-3503.19,645.019,3.79332,333,0,0,3189,0,0,0), - (41250,7447,1,10807,0,6420.24,-2716.69,550.381,5.60509,333,15,0,3189,0,0,2), - (41251,7447,1,10807,0,6814.71,-3509.87,701.854,2.6869,333,15,0,3189,0,0,1), - (41252,7447,1,10807,0,6877.92,-3355.3,724.166,1.31208,333,15,0,3189,0,0,1), - (41253,7448,1,10810,0,6034.82,-5179.02,866.623,1.72181,333,15,0,3529,0,0,1), - (41254,7448,1,10810,0,6082.77,-5156.01,870.203,1.44547,333,15,0,3529,0,0,1), - (41255,7448,1,10810,0,6012.81,-5143.63,848.952,0.359113,333,15,0,3529,0,0,1), - (41256,7448,1,10810,0,7100.05,-5158.99,750.515,0.145074,333,15,0,3529,0,0,1), - (41257,7448,1,10810,0,6303.35,-4819.47,755.203,6.10054,333,15,0,3529,0,0,1), - (41258,7448,1,10810,0,6365.43,-4818.65,731.948,3.60742,333,15,0,3529,0,0,1), - (41259,7448,1,10810,0,6178.16,-5052.81,784.262,1.68456,333,15,0,3529,0,0,2), - (41260,7448,1,10810,0,6226.26,-5117.54,804.194,2.21307,333,15,0,3529,0,0,1), - (41261,7448,1,10810,0,6018.31,-4962.66,763.326,0.020405,333,15,0,3529,0,0,1), - (41262,7448,1,10810,0,6108.92,-5039.26,791.782,5.86116,333,15,0,3529,0,0,1), - (41263,7448,1,10810,0,6047.95,-5020.54,782.391,4.33213,333,15,0,3529,0,0,1), - (41264,7448,1,10810,0,6185.01,-5043.39,782.657,4.66448,333,15,0,3529,0,0,1), - (41265,7448,1,10810,0,6288.99,-5061.84,772.809,2.18344,333,15,0,3529,0,0,1), - (41266,7448,1,10810,0,6009.36,-5048.81,788.427,3.08886,333,15,0,3529,0,0,1), - (41267,7448,1,10810,0,6312,-4303.82,740.957,4.65371,333,15,0,3529,0,0,1), - (41268,7448,1,10810,0,6237.97,-4254.53,735.807,0.317737,333,15,0,3529,0,0,1), - (41269,7448,1,10810,0,6362.5,-4557.77,747.848,3.19238,333,15,0,3529,0,0,2), - (41270,7448,1,10810,0,6474.88,-4494.19,726.521,6.06547,333,15,0,3529,0,0,1), - (41271,7448,1,10810,0,6326.43,-4235.78,724.933,1.60789,333,15,0,3529,0,0,1), - (41272,7448,1,10810,0,6424.27,-4434.93,729.323,1.14732,333,15,0,3529,0,0,1), - (41273,7448,1,10810,0,6547.24,-4552.93,708.493,3.52609,333,15,0,3529,0,0,1), - (41274,7448,1,10810,0,6563.46,-4410.48,705.453,5.71631,333,15,0,3529,0,0,1), - (41275,7448,1,10810,0,6779.17,-4263.95,718.815,0.392838,333,15,0,3529,0,0,1), - (41276,7448,1,10810,0,6640.05,-4373.21,707.87,4.23295,333,15,0,3529,0,0,1), - (41277,7448,1,10810,0,7079.77,-4974.21,722.582,5.37309,333,15,0,3529,0,0,1), - (41278,7448,1,10810,0,7265.9,-5012.27,731.379,5.74126,333,15,0,3529,0,0,1), - (41279,7448,1,10810,0,7226.3,-5010.02,734.061,4.64294,333,15,0,3529,0,0,1), - (41280,7448,1,10810,0,7122.02,-4990.15,718.4,6.12237,333,15,0,3529,0,0,1), - (41281,7448,1,10810,0,7370.26,-4922.52,721.135,0.818926,333,15,0,3529,0,0,1), - (41282,7448,1,10810,0,6559.62,-4661.44,695.58,1.455,333,15,0,3529,0,0,1), - (41283,7448,1,10810,0,7077.63,-5080.1,712.096,2.69064,333,15,0,3529,0,0,1), - (41284,7449,1,10809,0,7500.73,-4602.13,622.756,2.35136,333,15,0,3758,0,0,1), - (41285,7449,1,10809,0,7631.33,-4437.19,622.996,0.285005,333,15,0,3758,0,0,1), - (41286,7449,1,10809,0,7591.36,-4447.35,608.337,6.23435,333,15,0,3758,0,0,1), - (41287,7449,1,10809,0,7500,-4179.04,680.128,3.40836,333,15,0,3758,0,0,1), - (41288,7449,1,10809,0,7516.24,-4282.75,646.952,2.45098,333,15,0,3758,0,0,1), - (41289,7449,1,10809,0,7514.91,-4475.78,603.569,3.94979,333,15,0,3758,0,0,1), - (41290,7449,1,10809,0,7559.39,-4369.5,615.956,4.83481,333,15,0,3758,0,0,1), - (41291,7449,1,10809,0,5595.3,-4814.01,787.654,1.71573,333,15,0,3758,0,0,1), - (41292,7449,1,10809,0,7856.73,-4508.5,687.657,1.38928,333,15,0,3758,0,0,2), - (41293,7449,1,10809,0,7323.74,-4331.95,692.588,5.01915,333,15,0,3758,0,0,1), - (41294,1525,0,1200,0,2402.65,500.504,39.7787,5.41052,300,0,0,102,0,0,0), - (41295,1526,0,1201,0,2217.13,687.886,35.6444,2.75492,300,10,0,120,220,0,1), - (41296,1543,0,441,0,2604.81,1466.91,-8.54959,2.14675,300,0,0,137,0,0,0), - (41297,1543,0,441,0,2481.31,1648.42,15.1975,3.04617,300,5,0,137,0,0,1), - (41298,1544,0,1005,0,2503.82,1426.54,4.81029,3.49057,300,5,0,148,165,0,1), - (41299,1543,0,441,0,2479.43,1702.89,24.6397,1.0183,300,3,0,137,0,0,1), - (41300,1543,0,441,0,2656.3,1398.33,-3.25286,5.16577,300,5,0,137,0,0,1), - (41301,1544,0,1005,0,2526.72,1469.03,-1.80913,2.2517,300,5,0,148,165,0,1), - (41302,1544,0,1005,0,2530.86,1656.53,5.77004,3.29867,300,2,0,148,165,0,1), - (41303,7449,1,10809,0,7441.32,-4541.89,599.298,0.976561,333,15,0,3758,0,0,1), - (41304,7449,1,10809,0,7873.72,-4687.53,736.356,3.75832,333,15,0,3758,0,0,1), - (41305,7449,1,10809,0,7774.13,-4460.8,656.322,5.71848,333,15,0,3758,0,0,1), - (41306,7449,1,10809,0,7834.35,-4604.57,701.248,5.94839,333,15,0,3758,0,0,1), - (41307,7449,1,10809,0,7711.86,-4569.2,669.819,2.96488,333,15,0,3758,0,0,1), - (41308,7449,1,10809,0,5955.44,-4774.13,766.212,1.76226,333,15,0,3758,0,0,1), - (41309,7449,1,10809,0,7892.57,-4424.89,697.234,5.60004,333,15,0,3758,0,0,1), - (41310,7449,1,10809,0,7787.26,-4651.29,708.474,5.95927,333,15,0,3758,0,0,1), - (41311,7449,1,10809,0,7706.91,-4481.67,637.273,6.24215,333,15,0,3758,0,0,2), - (41312,7449,1,10809,0,7595.35,-4205.59,669.522,4.94589,333,15,0,3758,0,0,1), - (41313,7449,1,10809,0,7115.89,-4718.26,707.271,5.14232,333,15,0,3758,0,0,1), - (41314,7449,1,10809,0,5945.55,-4710.43,766.308,4.97916,333,15,0,3758,0,0,1), - (41315,7449,1,10809,0,7305.31,-4708.86,670.775,3.37279,333,15,0,3758,0,0,1), - (41316,7449,1,10809,0,7534.47,-4644.74,646.439,5.9219,333,15,0,3758,0,0,1), - (41317,7449,1,10809,0,7444.56,-4438.07,677.61,0.11939,333,15,0,3758,0,0,1), - (41318,7449,1,10809,0,7987.42,-4581.18,734.03,0.070403,333,15,0,3758,0,0,1), - (41321,7449,1,10809,0,7520.96,-4577.61,620.996,4.8663,333,15,0,3758,0,0,1), - (41329,7449,1,10809,0,7489.34,-4574.84,611.64,0.844803,333,15,0,3758,0,0,1), - (41330,7449,1,10809,0,7916.73,-4470.65,707.356,2.05891,333,15,0,3758,0,0,2), - (41331,7449,1,10809,0,7427.28,-4582.94,602.817,3.16503,333,15,0,3758,0,0,1), - (41332,7449,1,10809,0,7614.76,-4529.77,626.911,4.76127,333,15,0,3758,0,0,2), - (41333,7449,1,10809,0,7421.81,-4478.81,616.848,0.786387,333,15,0,3758,0,0,1), - (41334,7449,1,10809,0,7949.73,-4546.46,709.484,1.88977,333,15,0,3758,0,0,1), - (41335,7449,1,10809,0,7351.43,-4476.54,637.659,0.894671,333,15,0,3758,0,0,1), - (41336,7449,1,10809,0,7450.49,-4246.89,670.152,1.77738,333,15,0,3758,0,0,1), - (41337,7449,1,10809,0,7390.24,-4312.8,681.765,0.676442,333,15,0,3758,0,0,1), - (41338,7449,1,10809,0,7452.1,-4380.39,673.023,0.68724,333,15,0,3758,0,0,1), - (41339,7449,1,10809,0,7418.24,-4544.2,598.598,1.62749,333,15,0,3758,0,0,1), - (41340,7449,1,10809,0,7325.99,-4467.38,636.92,5.13587,333,15,0,3758,0,0,1), - (41341,11546,1,11351,0,6720.55,-4688.5,721.797,2.49582,333,0,0,3517,0,0,0), - (41342,7450,1,12235,0,6336.91,-3735.25,725.655,4.1625,333,3,0,3189,0,0,1), - (41343,7450,1,12235,0,6339.7,-3556.75,721.211,2.92349,333,15,0,3189,0,0,1), - (41344,7450,1,12235,0,6509.06,-3475.4,630.242,2.95685,333,15,0,3189,0,0,1), - (41345,7450,1,12235,0,6749.81,-4215.74,706.659,5.32696,333,15,0,3189,0,0,1), - (41346,7450,1,12235,0,6508.49,-3680.8,720.98,4.14281,333,3,0,3189,0,0,1), - (41347,7450,1,12235,0,6501.44,-3548.21,656.713,2.04405,333,15,0,3189,0,0,1), - (41348,7450,1,12235,0,6672.48,-3973.56,690.832,2.97676,333,15,0,3189,0,0,1), - (41349,7450,1,12235,0,6833.7,-3543.88,730.406,0.446604,333,15,0,3189,0,0,1), - (41350,7450,1,12235,0,6920.33,-3265.33,716.433,1.11588,333,15,0,3189,0,0,1), - (41351,7450,1,12235,0,6613.64,-2998.01,580.751,1.73177,333,15,0,3189,0,0,1), - (41352,7450,1,12235,0,6752.84,-3442.09,680.699,4.49579,333,15,0,3189,0,0,1), - (41353,7450,1,12235,0,6848.32,-2946.26,598.182,5.88451,333,15,0,3189,0,0,1), - (41354,7450,1,12235,0,6870.85,-3820.52,701.338,3.48032,333,0,0,3189,0,0,0), - (41355,7450,1,12235,0,6671.8,-2661.29,532.988,5.33207,333,15,0,3189,0,0,1), - (41356,7450,1,12235,0,6720.72,-3494.89,679.56,1.84033,333,15,0,3189,0,0,1), - (41357,7450,1,12235,0,6247.99,-2345.12,575.181,1.8802,333,15,0,3189,0,0,1), - (41358,7450,1,12235,0,6643.22,-3848.34,654.845,0.839288,333,15,0,3189,0,0,1), - (41359,7450,1,12235,0,6852.96,-3711.96,741.36,5.1804,333,15,0,3189,0,0,1), - (41360,7450,1,12235,0,6771.54,-4152.76,718.023,2.24401,333,15,0,3189,0,0,1), - (41361,7450,1,12235,0,6814.52,-3081.16,583.468,5.49037,333,15,0,3189,0,0,1), - (41362,7450,1,12235,0,6789.7,-3344.21,672.671,0.140388,333,15,0,3189,0,0,1), - (41363,7450,1,12235,0,6437.42,-2888.2,574.647,4.9767,333,15,0,3189,0,0,1), - (41364,7450,1,12235,0,6728.68,-4045.28,693.699,6.1084,333,15,0,3189,0,0,1), - (41365,7450,1,12235,0,6710.07,-3081.55,572.453,3.22571,333,15,0,3189,0,0,1), - (41366,7450,1,12235,0,6758.46,-3642.16,724.996,6.2539,333,0,0,3189,0,0,0), - (41367,7450,1,12235,0,6401.84,-2375.2,573.756,3.39834,333,15,0,3189,0,0,1), - (41368,7450,1,12235,0,6753.03,-3047.62,572.421,5.00154,333,0,0,3189,0,0,0), - (41369,7450,1,12235,0,6655.73,-2687.76,536.667,5.46118,333,15,0,3189,0,0,1), - (41370,7450,1,12235,0,6861.98,-3201.65,637.95,1.48571,333,15,0,3189,0,0,1), - (41371,7450,1,12235,0,6900.15,-3382.17,753.074,3.40433,333,15,0,3189,0,0,1), - (41372,7451,1,12235,0,6976.34,-4709.22,716.001,1.42294,333,15,0,3420,0,0,1), - (41373,7451,1,12235,0,7122.82,-4661.99,638.525,0.772645,333,0,0,3420,0,0,0), - (41374,7451,1,12235,0,7197.48,-4218.32,708.487,3.98353,333,15,0,3420,0,0,1), - (41375,7451,1,12235,0,6791.44,-4555.81,727.993,0.101709,333,15,0,3420,0,0,1), - (41376,7451,1,12235,0,7209.75,-4540.12,600.083,1.61578,333,15,0,3420,0,0,1), - (41377,7451,1,12235,0,7013.55,-4337.13,753.474,3.21394,333,15,0,3420,0,0,1), - (41378,7451,1,12235,0,6932.25,-3960.13,738.835,1.83234,333,15,0,3420,0,0,1), - (41379,7451,1,12235,0,7116.27,-4621.75,638.81,3.92723,333,15,0,3420,0,0,1), - (41380,7451,1,12235,0,7124.27,-4637.78,639.655,3.08236,333,15,0,3420,0,0,1), - (41381,7451,1,12235,0,7029.73,-4730.09,736.914,2.42111,333,15,0,3420,0,0,1), - (41382,7451,1,12235,0,6929.04,-4612.62,725.063,5.85624,333,15,0,3420,0,0,1), - (41383,7451,1,12235,0,7033.2,-4564.82,689.39,5.99388,333,15,0,3420,0,0,1), - (41384,7451,1,12235,0,7209.54,-4486.21,617.154,1.88452,333,15,0,3420,0,0,1), - (41385,7451,1,12235,0,7179.94,-4259.88,699.965,5.26168,333,15,0,3420,0,0,1), - (41386,7451,1,12235,0,7198.79,-4293.36,690.025,1.33339,333,15,0,3420,0,0,1), - (41387,7451,1,12235,0,6903.13,-4458.61,722.513,4.99431,333,15,0,3420,0,0,1), - (41388,7451,1,12235,0,7185.73,-4297.45,679.726,3.11726,333,15,0,3420,0,0,1), - (41389,7451,1,12235,0,6884.63,-4434.93,734.567,1.4278,333,15,0,3420,0,0,1), - (41390,7451,1,12235,0,6993.97,-4233.03,699.741,3.45316,333,15,0,3420,0,0,1), - (41391,7451,1,12235,0,6957.66,-4602.41,734.66,6.08062,333,15,0,3420,0,0,1), - (41392,7451,1,12235,0,7039.06,-4213.95,696.851,1.58056,333,15,0,3420,0,0,1), - (41393,7451,1,12235,0,6915,-4501.95,714.278,4.52956,333,15,0,3420,0,0,1), - (41394,7452,1,12237,0,5643.33,-4851.29,850.424,2.8697,333,5,0,3644,0,0,1), - (41395,7452,1,12237,0,5801.2,-4986.72,853.462,0.577019,333,5,0,3644,0,0,1), - (41396,7452,1,12237,0,7694.29,-4708.62,787.022,0.502355,333,3,0,3644,0,0,1), - (41397,7452,1,12237,0,7749.07,-4711.63,767.36,3.7482,333,3,0,3644,0,0,1), - (41398,7452,1,12237,0,5454.64,-4920.52,869.765,2.83039,333,5,0,3644,0,0,1), - (41399,7452,1,12237,0,5486.73,-4862.56,862.224,2.71246,333,5,0,3644,0,0,1), - (41400,7452,1,12237,0,7597.61,-5052.99,731.241,6.26756,333,5,0,3644,0,0,1), - (41401,7452,1,12237,0,5760.38,-4992.58,809.051,4.94012,333,3,0,3644,0,0,1), - (41402,7452,1,12237,0,5641.82,-4931.1,807.639,6.11836,333,5,0,3644,0,0,1), - (41403,7452,1,12237,0,5682.75,-4955.65,804.29,0.501005,333,15,0,3644,0,0,1), - (41404,7452,1,12237,0,5678.59,-4480.78,766.256,0.060006,333,3,0,3644,0,0,1), - (41405,7452,1,12237,0,5758.26,-4495.61,759.731,2.00383,333,3,0,3644,0,0,1), - (41406,7452,1,12237,0,5604.25,-4952.87,820.938,0.83377,333,10,0,3644,0,0,1), - (41407,7452,1,12237,0,7350.76,-4881.77,730.472,0.048837,333,3,0,3644,0,0,1), - (41408,7452,1,12237,0,7656.43,-4962.65,719.834,2.77826,333,3,0,3644,0,0,1), - (41409,7452,1,12237,0,7715.02,-4786.35,696.447,1.59383,333,5,0,3644,0,0,1), - (41410,7452,1,12237,0,5703.21,-4535.1,762.992,6.24431,333,5,0,3644,0,0,1), - (41411,7452,1,12237,0,5735.47,-4839.21,778.256,1.09313,333,5,0,3644,0,0,1), - (41412,7452,1,12237,0,7465.78,-5114.9,741.009,2.98078,333,5,0,3644,0,0,1), - (41413,7452,1,12237,0,7548.82,-4982.3,699.454,2.64702,333,15,0,3644,0,0,1), - (41414,7452,1,12237,0,7418.25,-4949.13,708.087,0.973038,333,15,0,3644,0,0,1), - (41415,7452,1,12237,0,7381.2,-4981.51,713.432,0.489843,333,5,0,3644,0,0,1), - (41416,7452,1,12237,0,7453.02,-5049.83,729.105,5.86272,333,5,0,3644,0,0,1), - (41417,7452,1,12237,0,7547.55,-5018.57,708.858,3.62081,333,15,0,3644,0,0,1), - (41418,7452,1,12237,0,7554.77,-4888.21,694.183,5.64203,333,15,0,3644,0,0,1), - (41419,7453,1,12237,0,7691.51,-4925.28,747.139,3.58074,333,3,0,3006,2241,0,1), - (41420,7453,1,12237,0,7795.76,-4728.46,775.948,1.78166,333,3,0,3006,2241,0,1), - (41421,7453,1,12237,0,5793.15,-4955.75,832.644,5.17751,333,3,0,3006,2241,0,1), - (41422,7453,1,12237,0,5582.44,-4890.33,844.137,5.01519,333,5,0,3006,2241,0,1), - (41423,7453,1,12237,0,7591.82,-4807.01,736.494,3.49053,333,5,0,3006,2241,0,1), - (41424,7453,1,12237,0,5675.77,-4999.81,807.178,6.10239,333,15,0,3006,2241,0,1), - (41425,7453,1,12237,0,5693.92,-5046.95,807.243,5.22818,333,3,0,3006,2241,0,1), - (41426,7453,1,12237,0,5641.75,-4977.44,809.187,3.41653,333,10,0,3006,2241,0,1), - (41427,7453,1,12237,0,5586.11,-4923.65,829.287,2.84238,333,10,0,3006,2241,0,1), - (41428,7453,1,12237,0,5564.86,-4971.58,840.486,5.82582,333,5,0,3006,2241,0,1), - (41429,7453,1,12237,0,5610.38,-5026.66,808.581,0.548932,333,3,0,3006,2241,0,1), - (41430,7453,1,12237,0,5638.35,-4898.31,804.887,0.743149,333,3,0,3006,2241,0,1), - (41431,7453,1,12237,0,5681.22,-4521.27,766.219,5.90739,333,5,0,3006,2241,0,1), - (41432,7453,1,12237,0,5739.2,-4501.91,759.551,1.78057,333,0,0,3006,2241,0,0), - (41433,7453,1,12237,0,5784.17,-4887.54,831.324,0.842775,333,3,0,3006,2241,0,1), - (41434,7453,1,12237,0,7355.75,-5067.33,722.156,4.08488,333,15,0,3006,2241,0,1), - (41435,7453,1,12237,0,7753.01,-4852.56,698.251,6.26552,333,5,0,3006,2241,0,1), - (41436,7453,1,12237,0,7719.86,-4855.44,696.587,3.83384,333,5,0,3006,2241,0,1), - (41437,7453,1,12237,0,5709.8,-4513.29,762.244,4.07906,333,0,0,3006,2241,0,0), - (41438,7453,1,12237,0,5679.48,-4927.79,803.912,3.46907,333,15,0,3006,2241,0,1), - (41439,7453,1,12237,0,5712.77,-4853.18,786.631,1.358,333,2,0,3006,2241,0,1), - (41440,7453,1,12237,0,5717.49,-4914.25,800.549,4.55966,333,5,0,3006,2241,0,1), - (41441,7453,1,12237,0,7676.48,-4995.66,717.952,0.409894,333,5,0,3006,2241,0,1), - (41442,7453,1,12237,0,7493.01,-5142.59,748.725,5.13718,333,5,0,3006,2241,0,1), - (41443,7453,1,12237,0,7499.83,-4865.42,688.612,0.741887,333,5,0,3006,2241,0,1), - (41444,7453,1,12237,0,7491.6,-4922.12,689.849,1.29169,333,5,0,3006,2241,0,1), - (41445,7453,1,12237,0,7449.28,-4871.26,692.094,2.44398,333,3,0,3006,2241,0,1), - (41446,7453,1,12237,0,7476.1,-4976.81,697.535,4.45556,333,15,0,3006,2241,0,1), - (41447,7453,1,12237,0,7446.64,-4980.57,701.406,2.77414,333,3,0,3006,2241,0,1), - (41448,7453,1,12237,0,7516.48,-5050.63,718.48,3.07415,333,15,0,3006,2241,0,1), - (41449,7453,1,12237,0,7579.53,-4982.1,700.837,3.23349,333,15,0,3006,2241,0,1), - (41450,7453,1,12237,0,7551.88,-4818.26,707.253,5.78197,333,5,0,3006,2241,0,1), - (41451,7453,1,12237,0,7513.95,-4848.9,690.241,2.70373,333,5,0,3006,2241,0,1), - (41452,7453,1,12237,0,7485.99,-4818.99,686.34,5.40407,333,15,0,3006,2241,0,1), - (41453,7453,1,12237,0,7504.28,-4896.52,689.244,5.75486,333,5,0,3006,2241,0,1), - (41454,7453,1,12237,0,7451.53,-4853.41,686.199,5.02179,333,15,0,3006,2241,0,1), - (41455,7454,1,12236,0,7632.01,-4829.64,779.258,6.06964,333,3,0,3876,0,0,1), - (41456,7454,1,12236,0,5720.69,-4979.07,808.197,6.16256,333,5,0,3876,0,0,1), - (41457,7454,1,12236,0,5486.5,-4961.5,851.092,5.06648,333,3,0,3876,0,0,1), - (41458,7454,1,12236,0,5722.02,-4456.3,763.781,5.78197,333,15,0,3876,0,0,1), - (41459,7454,1,12236,0,7323.38,-5093.51,726.533,4.1828,333,5,0,3876,0,0,1), - (41460,7454,1,12236,0,7773.64,-4812.74,698.276,5.8715,333,5,0,3876,0,0,1), - (41461,7454,1,12236,0,7617.4,-5029.52,713.504,1.12638,333,10,0,3876,0,0,1), - (41462,7454,1,12236,0,7422.84,-5090.7,752.729,1.58667,333,5,0,3876,0,0,1), - (41463,7454,1,12236,0,7427.58,-4809.02,673.195,1.45099,333,5,0,3876,0,0,1), - (41464,7454,1,12236,0,7460.27,-4907.62,701.827,0.413864,333,15,0,3876,0,0,1), - (41465,7454,1,12236,0,7415.04,-5019.05,726.022,3.75776,333,5,0,3876,0,0,1), - (41466,7454,1,12236,0,7484.11,-5088.23,731.908,4.83868,333,5,0,3876,0,0,1), - (41467,7454,1,12236,0,7619.81,-4951.53,698.888,5.98334,333,15,0,3876,0,0,1), - (41468,7454,1,12236,0,7547.1,-4915.11,692.348,6.11836,333,15,0,3876,0,0,1), - (41469,7454,1,12236,0,7514.79,-4786.47,685.629,5.35433,333,5,0,3876,0,0,1), - (41470,7454,1,12236,0,7418.95,-4817.26,676.916,0.959931,333,0,0,3876,0,0,0), - (41471,7454,1,12236,0,7533.59,-4984.14,702.281,0.145074,333,15,0,3876,0,0,1), - (41472,7454,1,12236,0,7478.87,-4979.47,698.762,4.71825,333,15,0,3876,0,0,1), - (41473,7455,1,6212,0,7051.5,-5167.85,727.486,5.10015,333,15,0,2533,0,0,1), - (41474,7455,1,6212,0,6478.03,-4413.61,726.473,1.95965,333,15,0,2533,0,0,1), - (41475,7455,1,6212,0,6345.03,-4513.07,779.025,3.44914,333,15,0,2533,0,0,1), - (41476,7455,1,6212,0,6075.02,-5033.41,788.39,4.51672,333,15,0,2533,0,0,1), - (41477,7455,1,6212,0,7231.07,-4812.84,688.784,1.13557,333,15,0,2533,0,0,1), - (41478,7455,1,6212,0,6382.3,-4780.32,745.53,0.072849,333,15,0,2533,0,0,1), - (41479,7455,1,6212,0,6093.54,-5164.7,873.531,1.25026,333,15,0,2533,0,0,1), - (41480,7455,1,6212,0,6245.9,-4822.9,757.802,6.19518,333,15,0,2533,0,0,1), - (41481,7455,1,6212,0,7146.3,-5087.98,741.941,5.07276,333,15,0,2533,0,0,1), - (41482,7455,1,6212,0,6895.92,-4319.63,739.492,1.15729,333,15,0,2533,0,0,1), - (41483,7455,1,6212,0,6323.38,-4255.7,729.377,0.790229,333,15,0,2533,0,0,1), - (41484,7455,1,6212,0,7247.97,-4813.93,687.211,2.42809,333,15,0,2533,0,0,1), - (41485,7455,1,6212,0,6453.11,-4802.73,716.76,0.843313,333,15,0,2533,0,0,1), - (41486,7455,1,6212,0,6975.84,-4369.93,759.809,5.5413,333,15,0,2533,0,0,1), - (41487,7455,1,6212,0,7146.34,-4280.71,674.351,3.58345,333,15,0,2533,0,0,1), - (41488,7455,1,6212,0,6973.45,-4922.62,692.766,0.459281,333,15,0,2533,0,0,1), - (41489,7455,1,6212,0,7159.16,-4892.67,703.307,4.56649,333,15,0,2533,0,0,1), - (41490,7455,1,6212,0,7171.56,-4935.95,717.096,5.22669,333,15,0,2533,0,0,1), - (41491,7455,1,6212,0,7020.62,-5092.52,705.958,5.46083,333,15,0,2533,0,0,1), - (41492,7455,1,6212,0,6754.6,-4379.19,750.081,1.38797,333,15,0,2533,0,0,1), - (41493,7455,1,6212,0,6190.02,-5092.26,787.998,5.36487,333,15,0,2533,0,0,1), - (41494,7455,1,6212,0,7257.34,-4970.51,728.324,4.38786,333,15,0,2533,0,0,1), - (41495,7455,1,6212,0,6299.45,-4247.65,735.966,2.10703,333,15,0,2533,0,0,1), - (41496,7455,1,6212,0,6973.15,-4763.49,715.74,5.58832,333,15,0,2533,0,0,1), - (41497,7455,1,6212,0,6976.46,-4663.1,740.552,4.31339,333,15,0,2533,0,0,1), - (41498,7455,1,6212,0,7041.33,-4822.92,725.965,6.28307,333,15,0,2533,0,0,1), - (41499,7455,1,6212,0,6919.19,-4805.24,694.987,2.69323,333,15,0,2533,0,0,1), - (41500,7455,1,6212,0,7164.46,-4508.33,607.478,3.14163,333,15,0,2533,0,0,1), - (41501,7455,1,6212,0,6936.22,-4531.34,711.442,2.90088,333,0,0,2533,0,0,0), - (41502,7455,1,6212,0,7124.18,-4234.48,691.641,5.03754,333,15,0,2533,0,0,1), - (41503,7455,1,6212,0,6926.08,-3929.08,729.749,2.45373,333,15,0,2533,0,0,1), - (41504,7455,1,6212,0,5966.71,-5012.5,794.238,0.056691,333,15,0,2533,0,0,1), - (41505,7455,1,6212,0,6640.47,-4445.25,710.885,0.760456,333,15,0,2533,0,0,1), - (41506,7455,1,6212,0,6960.62,-4671.66,727.258,0.03124,333,3,0,2533,0,0,1), - (41507,7455,1,6212,0,6471.92,-4525.51,720.985,6.24606,333,15,0,2533,0,0,1), - (41508,7455,1,6212,0,6789.92,-4875.69,772.987,1.9916,333,15,0,2533,0,0,1), - (41509,7455,1,6212,0,6584.37,-4626.09,693.807,1.5708,333,15,0,2533,0,0,1), - (41510,7455,1,6212,0,6909.83,-4402.59,722.904,1.31491,333,15,0,2533,0,0,1), - (41511,7455,1,6212,0,7110.18,-4445.09,639.707,3.29261,333,15,0,2533,0,0,1), - (41512,7455,1,6212,0,6928.95,-4640.99,723.803,0.260854,333,15,0,2533,0,0,1), - (41513,7455,1,6212,0,7068.5,-4509.57,651.973,4.84823,333,15,0,2533,0,0,1), - (41514,7455,1,6212,0,6981.47,-3920.66,748.62,0.058641,333,15,0,2533,0,0,1), - (41515,7455,1,6212,0,6852.35,-4521.6,731.735,1.55127,333,15,0,2533,0,0,1), - (41516,7455,1,6212,0,7117.74,-4499.55,616.63,4.77688,333,15,0,2533,0,0,1), - (41517,7456,1,10833,0,5481.4,-4597.71,819.951,5.72065,333,15,0,3758,0,0,1), - (41518,7456,1,10833,0,7538.17,-4664.95,652.69,1.41496,333,15,0,3758,0,0,1), - (41519,16416,1,16172,0,6652.99,-4560.46,717.597,6.14356,333,0,0,5725,0,0,0), - (41520,7456,1,10833,0,5979.98,-4725.79,779.162,1.50144,333,15,0,3758,0,0,1), - (41521,7456,1,10833,0,7973.74,-4515.99,715.382,5.45218,333,15,0,3758,0,0,1), - (41522,7456,1,10833,0,7256.38,-4419.01,642.722,5.86278,333,15,0,3758,0,0,1), - (41523,7456,1,10833,0,7910.66,-4371.07,716.281,1.28981,333,15,0,3758,0,0,1), - (41524,7456,1,10833,0,7696.46,-4462.66,634.714,2.33976,333,15,0,3758,0,0,1), - (41525,7456,1,10833,0,7392.43,-4676.77,626.465,4.12561,333,15,0,3758,0,0,1), - (41526,7456,1,10833,0,7432.74,-4212.81,677.641,5.75265,333,15,0,3758,0,0,1), - (41527,7456,1,10833,0,7540.26,-4422.43,605.659,1.93542,333,15,0,3758,0,0,1), - (41528,7456,1,10833,0,7516.76,-4477.4,603.695,4.52625,333,15,0,3758,0,0,1), - (41529,7456,1,10833,0,5709.81,-4423.19,775.738,2.96698,333,15,0,3758,0,0,1), - (41530,7456,1,10833,0,5697.12,-4586.71,767.425,3.14948,333,15,0,3758,0,0,1), - (41531,7456,1,10833,0,5894.47,-4622.73,736.896,1.76874,333,15,0,3758,0,0,1), - (41532,11808,1,11733,0,7099.18,-3820.1,734.583,0.872665,333,0,0,4108,5013,0,0), - (41533,7456,1,10833,0,6026.38,-4746.54,802.058,0.009765,333,15,0,3758,0,0,1), - (41534,7456,1,10833,0,5522.41,-4789.04,797.16,0.952633,333,15,0,3758,0,0,1), - (41535,7456,1,10833,0,7558,-4191.56,668.621,5.2479,333,15,0,3758,0,0,1), - (41536,7456,1,10833,0,5777.47,-4597.36,763.35,2.00648,333,15,0,3758,0,0,1), - (41537,7456,1,10833,0,7340.5,-4418.61,649.495,3.04572,333,15,0,3758,0,0,1), - (41538,7456,1,10833,0,5750.28,-4596.47,766.529,1.39697,333,15,0,3758,0,0,1), - (41539,7456,1,10833,0,7213.78,-4757.51,716.611,2.82787,333,15,0,3758,0,0,1), - (41540,7456,1,10833,0,5618.57,-4575.29,770.434,1.33814,333,15,0,3758,0,0,1), - (41541,7456,1,10833,0,5702.86,-4632.19,771.273,1.70674,333,15,0,3758,0,0,1), - (41542,7456,1,10833,0,5586.34,-4684.77,785.49,1.09929,333,15,0,3758,0,0,1), - (41543,7456,1,10833,0,5789.82,-4602.76,761.598,0.204678,333,15,0,3758,0,0,1), - (41544,7456,1,10833,0,7277.34,-4463.99,624.375,2.08376,333,15,0,3758,0,0,1), - (41545,7456,1,10833,0,5922.47,-4722.53,772.41,4.78441,333,15,0,3758,0,0,1), - (41546,7456,1,10833,0,5638.73,-4607.87,772.024,3.05164,333,15,0,3758,0,0,1), - (41547,7456,1,10833,0,7613.93,-4526.48,625.811,0.610072,333,15,0,3758,0,0,1), - (41548,7456,1,10833,0,7633.55,-4521.24,628.936,4.23802,333,15,0,3758,0,0,1), - (41549,7456,1,10833,0,5677.08,-4619.39,770.804,1.50728,333,15,0,3758,0,0,1), - (41550,7456,1,10833,0,5916.99,-4587.26,721.457,1.52883,333,15,0,3758,0,0,1), - (41551,7456,1,10833,0,5663.8,-4655.5,773.718,3.51492,333,15,0,3758,0,0,1), - (41552,7456,1,10833,0,7781.15,-4582.95,682.947,2.32071,333,15,0,3758,0,0,1), - (41553,7456,1,10833,0,5898.83,-4755.42,760.155,0.072351,333,15,0,3758,0,0,1), - (41554,7456,1,10833,0,5620.27,-4591.27,773.895,2.6281,333,15,0,3758,0,0,1), - (41555,7456,1,10833,0,7851.32,-4580.38,699.22,0.456223,333,15,0,3758,0,0,1), - (41556,7457,1,6767,0,6315.83,-3792.92,726.666,5.49785,333,3,0,3189,0,0,1), - (41557,7457,1,6767,0,6859.73,-3509,717.776,2.75746,333,15,0,3189,0,0,1), - (41558,7457,1,6767,0,6825.83,-3237.49,640.964,4.19542,333,15,0,3189,0,0,1), - (41559,7457,1,6767,0,6904.12,-3806.12,706.249,2.22875,333,15,0,3189,0,0,1), - (41560,7457,1,6767,0,6908.41,-3770.09,719.792,2.52402,333,0,0,3189,0,0,0), - (41561,7457,1,6767,0,6745.54,-3136.78,573.806,0.085359,333,15,0,3189,0,0,1), - (41562,7457,1,6767,0,6760.51,-3142.86,575.964,2.90003,333,15,0,3189,0,0,1), - (41563,7457,1,6767,0,6672.29,-3168.57,603.352,5.6643,333,15,0,3189,0,0,1), - (41564,7457,1,6767,0,6449.13,-2715.76,550.722,1.25949,333,15,0,3189,0,0,1), - (41565,7457,1,6767,0,6456.97,-3689.39,724.941,5.4981,333,15,0,3189,0,0,1), - (41566,7457,1,6767,0,6430.16,-3634.92,700.682,3.10642,333,3,0,3189,0,0,1), - (41567,7457,1,6767,0,6439.7,-3726.97,704.853,4.27322,333,3,0,3189,0,0,1), - (41568,7457,1,6767,0,6585.76,-3492.87,667.998,5.96113,333,15,0,3189,0,0,1), - (41569,7457,1,6767,0,6427.27,-3473.99,647.072,5.46207,333,15,0,3189,0,0,1), - (41570,7457,1,6767,0,6500.38,-3655.96,732.988,2.96296,333,3,0,3189,0,0,1), - (41571,7457,1,6767,0,6641.04,-2616.41,523.059,3.13573,333,15,0,3189,0,0,1), - (41572,7457,1,6767,0,6636.51,-3922.2,678.54,5.50607,333,15,0,3189,0,0,1), - (41573,7457,1,6767,0,6814.92,-4181.07,715.937,4.56475,333,15,0,3189,0,0,1), - (41574,7457,1,6767,0,6741.96,-3962.63,700.089,2.46356,333,15,0,3189,0,0,1), - (41575,7457,1,6767,0,6330.21,-2369.62,571.21,4.71239,333,3,0,3189,0,0,1), - (41576,7457,1,6767,0,6831.93,-4093.32,701.759,2.3711,333,15,0,3189,0,0,1), - (41577,7457,1,6767,0,6583.07,-3049.48,596.665,3.02582,333,15,0,3189,0,0,1), - (41578,7457,1,6767,0,6627.19,-2717.59,542.39,4.39435,333,15,0,3189,0,0,1), - (41579,7457,1,6767,0,6710.65,-3411.61,667.706,5.21558,333,15,0,3189,0,0,1), - (41580,7457,1,6767,0,6961.07,-3395.67,765.474,4.8319,333,15,0,3189,0,0,1), - (41581,7457,1,6767,0,6730.72,-3572.56,703.835,1.93299,333,15,0,3189,0,0,1), - (41582,7457,1,6767,0,6749.46,-3709.77,717.875,4.40391,333,15,0,3189,0,0,1), - (41583,7457,1,6767,0,6758.79,-3385.99,681.998,2.93711,333,15,0,3189,0,0,1), - (41584,7457,1,6767,0,6846.96,-3489.31,716.273,0.151015,333,15,0,3189,0,0,1), - (41585,7457,1,6767,0,6678.1,-2468.07,540.028,1.92065,333,15,0,3189,0,0,1), - (41586,7457,1,6767,0,6763.19,-3568.7,706.823,5.57583,333,15,0,3189,0,0,1), - (41587,7458,1,10579,0,6997.91,-4037.82,715.858,4.09782,333,15,0,3529,0,0,1), - (41588,7458,1,10579,0,6448.01,-5119.95,782.301,5.95609,333,15,0,3529,0,0,1), - (41589,7458,1,10579,0,6962.76,-4238.02,725.842,5.17604,333,15,0,3529,0,0,1), - (41590,7458,1,10579,0,6935.34,-4044.82,721.77,0.308758,333,15,0,3529,0,0,1), - (41591,7458,1,10579,0,6345.32,-4988.93,759.324,4.687,333,15,0,3529,0,0,1), - (41592,7458,1,10579,0,6347.77,-5058.38,760.103,5.65535,333,15,0,3529,0,0,1), - (41593,7458,1,10579,0,6377.04,-5076.14,754.596,3.25117,333,15,0,3529,0,0,1), - (41594,7458,1,10579,0,6402.15,-5117.43,764.771,1.16757,333,15,0,3529,0,0,1), - (41595,7458,1,10579,0,6658.38,-4953.3,716.707,2.12277,333,15,0,3529,0,0,1), - (41596,7458,1,10579,0,6648.13,-4864.07,714.947,1.92645,333,15,0,3529,0,0,1), - (41597,7458,1,10579,0,6925.61,-4490.06,715.836,0.413864,333,15,0,3529,0,0,1), - (41598,7458,1,10579,0,7051.56,-4663.97,748.795,5.41688,333,15,0,3529,0,0,1), - (41599,7458,1,10579,0,6984.35,-4642.79,749.223,4.57132,333,15,0,3529,0,0,1), - (41600,7458,1,10579,0,7046.56,-4712.98,728.397,2.33339,333,3,0,3529,0,0,1), - (41601,7458,1,10579,0,6958.24,-4419.61,735.11,1.4956,333,15,0,3529,0,0,1), - (41602,7458,1,10579,0,6696.41,-5357.36,770.033,2.42462,333,2,0,3529,0,0,1), - (41603,7458,1,10579,0,6553.84,-5107.75,769.852,5.536,333,0,0,3529,0,0,0), - (41604,7458,1,10579,0,6580.53,-5108.79,768.992,2.60636,333,0,0,3529,0,0,0), - (41605,7458,1,10579,0,6567.96,-5143.51,769.996,5.84006,333,2,0,3529,0,0,1), - (41606,7458,1,10579,0,7106.81,-4203.48,703.734,2.2225,333,15,0,3529,0,0,1), - (41607,7458,1,10579,0,6572.7,-5183.42,768.972,4.3361,333,2,0,3529,0,0,1), - (41608,7458,1,10579,0,6631.56,-5412.49,760.71,6.01034,333,2,0,3529,0,0,1), - (41609,7458,1,10579,0,6581.68,-5280.21,752.666,3.14546,333,2,0,3529,0,0,1), - (41610,7458,1,10579,0,6642.69,-5233.7,755.991,5.33701,333,2,0,3529,0,0,1), - (41611,7458,1,10579,0,6668.3,-5342.59,771.983,6.15338,333,2,0,3529,0,0,1), - (41612,7458,1,10579,0,6632.95,-5280.92,753.529,3.52882,333,2,0,3529,0,0,1), - (41613,7458,1,10579,0,6504.5,-5120.59,767.663,4.19584,333,3,0,3529,0,0,1), - (41614,7458,1,10579,0,6479.5,-5079.67,755.486,4.51871,333,3,0,3529,0,0,1), - (41615,7458,1,10579,0,7158.78,-4421.41,638.04,3.20998,333,15,0,3529,0,0,1), - (41616,7458,1,10579,0,6377.21,-5032.92,749.466,3.75681,333,15,0,3529,0,0,1), - (41617,7458,1,10579,0,6484.11,-5047.99,745.645,2.24816,333,10,0,3529,0,0,1), - (41618,7458,1,10579,0,6441.67,-5075,749.606,2.31005,333,15,0,3529,0,0,1), - (41619,7458,1,10579,0,6622.77,-4982.15,706.648,1.36707,333,15,0,3529,0,0,1), - (41620,7458,1,10579,0,6557.66,-4991.79,713.988,6.14609,333,15,0,3529,0,0,1), - (41621,7458,1,10579,0,6586.76,-5021.95,714.403,4.11026,333,15,0,3529,0,0,1), - (41622,7458,1,10579,0,6457.94,-5021.66,736.342,4.6383,333,15,0,3529,0,0,1), - (41623,7458,1,10579,0,6420.43,-4992.32,742.723,5.23488,333,15,0,3529,0,0,1), - (41624,7458,1,10579,0,6527.12,-4948.95,715.614,0.005349,333,15,0,3529,0,0,1), - (41625,7458,1,10579,0,6588.97,-5016.63,713.073,4.58506,333,15,0,3529,0,0,1), - (41626,7458,1,10579,0,6515.07,-5011.46,731.107,1.50287,333,15,0,3529,0,0,1), - (41627,7459,1,10945,0,6698.1,-5303.39,749.158,3.43174,333,2,0,3644,0,0,1), - (41628,7459,1,10945,0,6561.96,-5202.56,764.172,4.59596,333,2,0,3644,0,0,1), - (41629,7459,1,10945,0,6581.35,-5287.64,752.47,3.25577,333,2,0,3644,0,0,1), - (41630,7459,1,10945,0,6694.71,-5341.35,748.793,1.05431,333,2,0,3644,0,0,1), - (41631,7459,1,10945,0,6756.21,-5351.48,766.961,0.761036,333,2,0,3644,0,0,1), - (41632,7459,1,10945,0,6589.16,-5167.14,765.908,5.89863,333,2,0,3644,0,0,1), - (41633,7459,1,10945,0,6606.4,-5369.42,761.163,4.51233,333,2,0,3644,0,0,1), - (41634,7459,1,10945,0,6685.57,-5398.21,763.416,0.598206,333,2,0,3644,0,0,1), - (41635,7459,1,10945,0,6661.28,-5403.45,760.239,1.94254,333,2,0,3644,0,0,1), - (41636,7459,1,10945,0,6594.32,-5208.95,767.141,5.93697,333,2,0,3644,0,0,1), - (41638,6133,1,4958,0,6374.46,869.084,-36.1482,3.58842,300,0,0,222,0,0,0), - (41639,7459,1,10945,0,6471.11,-4994.14,732.804,3.66521,333,0,0,3644,0,0,0), - (41640,7459,1,10945,0,6621.69,-4923.25,705.026,0.827529,333,15,0,3644,0,0,1), - (41641,7459,1,10945,0,6553.07,-5050.06,722.443,1.28537,333,15,0,3644,0,0,1), - (41642,11556,1,6829,0,6900.44,-2285.77,586.148,4.29351,333,0,0,4108,0,0,0), - (41643,2084,1,4243,0,7073.94,-3969.67,745.713,5.28835,333,0,0,3749,0,0,0), - (41644,7460,1,10946,0,6342.02,-5119.59,781.353,4.9038,333,5,0,3758,0,0,1), - (41645,7460,1,10946,0,6564.4,-5264.12,753.709,4.84026,333,5,0,3758,0,0,1), - (41646,7460,1,10946,0,6542.3,-5297.31,755.144,4.48013,333,2,0,3758,0,0,1), - (41647,7460,1,10946,0,6538.03,-5269.09,752.677,6.10932,333,2,0,3758,0,0,1), - (41648,7460,1,10946,0,6720.51,-5327.45,750.828,4.94919,333,2,0,3758,0,0,1), - (41649,7460,1,10946,0,6752.53,-5322.79,748.355,0.692079,333,2,0,3758,0,0,1), - (41650,7460,1,10946,0,6650.65,-5283.56,753.521,4.02772,333,2,0,3758,0,0,1), - (41651,7460,1,10946,0,6613.29,-5308.83,753.695,3.30819,333,2,0,3758,0,0,1), - (41652,7460,1,10946,0,6614.75,-5382.59,761.815,4.87503,333,2,0,3758,0,0,1), - (41653,7460,1,10946,0,6702.17,-5367.94,769.321,3.79123,333,2,0,3758,0,0,1), - (41656,7460,1,10946,0,6406.12,-5062.72,749.77,3.57195,333,15,0,3758,0,0,1), - (41658,7460,1,10946,0,6612.03,-4910.32,704.757,1.53109,333,15,0,3758,0,0,1), - (41659,7460,1,10946,0,6591.75,-5061.57,739.001,1.81514,333,0,0,3758,0,0,0), - (41660,7461,1,10924,0,4546.76,-4254.31,906.088,4.69481,600,5,0,12507,11196,0,2), - (41661,7461,1,10924,0,4376.45,-4465.75,896.768,1.98991,600,5,0,12507,11196,0,1), - (41662,7461,1,10924,0,4575.75,-4676.58,881.164,1.62526,600,5,0,12507,11196,0,1), - (41663,7461,1,10924,0,4748.6,-4271.48,893.643,1.2166,600,5,0,12507,11196,0,1), - (41664,7461,1,10924,0,4734.27,-4307.8,897.287,2.86061,600,5,0,12507,11196,0,1), - (41665,7461,1,10924,0,4803.43,-4897.79,883.507,1.01447,600,5,0,12507,11196,0,1), - (41666,7461,1,10924,0,4783.66,-4833.72,880.177,4.87818,600,15,0,12507,11196,0,1), - (41667,7461,1,10924,0,4334.71,-4411.15,900.284,4.82682,600,5,0,12507,11196,0,1), - (41668,1544,0,1005,0,2479.13,1369.2,13.3845,4.13327,300,0,0,148,165,0,0), - (41670,7461,1,10924,0,4908.41,-4558.28,857.96,3.70367,600,5,0,12507,11196,0,1), - (41671,7461,1,10924,0,4837.38,-4586.33,861.424,2.73407,600,5,0,12507,11196,0,2), - (41672,1544,0,1005,0,2535.55,1646.73,3.36458,0.436332,300,0,0,148,165,0,0), - (41673,1543,0,441,0,2998.12,247.214,-0.407396,0.244346,300,0,0,137,0,0,0), - (41675,7461,1,10924,0,4577.65,-4610.45,891.684,6.18536,600,5,0,12507,11196,0,1), - (41676,1544,0,1005,0,2973.36,139.908,1.40939,4.19148,300,5,0,148,165,0,1), - (41677,6579,0,5378,0,-8391,634.764,94.89,3.194,180,0,0,748,0,0,0), - (41678,7461,1,10924,0,4523.42,-4026.22,936.356,3.65856,600,15,0,12507,11196,0,1), - (41679,7461,1,10924,0,4553.42,-4073.26,940.752,5.1321,600,5,0,12507,11196,0,1), - (41680,7461,1,10924,0,4768.45,-4216.32,897.622,5.25381,600,15,0,12507,11196,0,1), - (41681,7461,1,10924,0,4596.4,-4600.65,885.26,5.30472,600,15,0,12507,11196,0,1), - (41682,7461,1,10924,0,4757.73,-4265.32,894.689,4.34429,600,15,0,12507,11196,0,1), - (41683,7461,1,10924,0,4564.2,-4510.07,886.451,6.26491,600,5,0,12507,11196,0,1), - (41684,7462,1,6172,0,4366.4,-4362.22,898.161,6.08656,600,5,0,17643,0,0,1), - (41685,7462,1,6172,0,4781.61,-4272.84,892.429,1.21932,600,15,0,17643,0,0,1), - (41686,7462,1,6172,0,4387.07,-4422.84,895.963,4.67671,600,5,0,17643,0,0,1), - (41687,7462,1,6172,0,4793.2,-4344.82,896.235,0.38232,600,10,0,17643,0,0,1), - (41688,7462,1,6172,0,4421.87,-4439.98,900.037,1.24997,600,5,0,17643,0,0,1), - (41689,7462,1,6172,0,4517.34,-4328.33,909.556,2.72734,600,5,0,17643,0,0,1), - (41690,7462,1,6172,0,4539.68,-4693.72,885.506,0.79991,600,5,0,17643,0,0,1), - (41691,7462,1,6172,0,4520.09,-4108.89,934.929,1.32297,600,15,0,17643,0,0,1), - (41692,7462,1,6172,0,4260.33,-4023.68,933.502,4.93343,600,15,0,17643,0,0,1), - (41693,7462,1,6172,0,4741.53,-4874.94,882.012,3.27092,600,15,0,17643,0,0,1), - (41694,7462,1,6172,0,4260.99,-4047.13,934.205,5.14459,600,15,0,17643,0,0,1), - (41695,7462,1,6172,0,4354.34,-4467.95,899.2,1.80244,600,5,0,17643,0,0,1), - (41696,7462,1,6172,0,4872.02,-4495.88,890.235,1.86644,600,5,0,17643,0,0,1), - (41697,7462,1,6172,0,4624.27,-4623.9,881.188,2.42809,600,15,0,17643,0,0,1), - (41698,7462,1,6172,0,4334.21,-4367.93,900.768,0.429133,600,5,0,17643,0,0,1), - (41699,7462,1,6172,0,4323.97,-4037.87,936.674,5.50098,600,5,0,17643,0,0,1), - (41700,7462,1,6172,0,4290,-4036.5,929.151,1.16551,600,5,0,17643,0,0,1), - (41701,7462,1,6172,0,4447.12,-4346.33,901.551,1.67843,600,5,0,17643,0,0,1), - (41702,7462,1,6172,0,4788.18,-4248.38,895.521,2.96681,600,15,0,17643,0,0,1), - (41703,766,0,697,0,-9996.13,-3771.12,17.705,1.23421,300,10,0,1433,1283,0,1), - (41704,14356,0,14389,0,-10496.6,-3750.39,-1.66687,4.9126,300,5,0,1535,0,0,1), - (41705,761,0,4688,0,-9932.96,-3715.22,22.8054,2.54818,300,0,0,1257,1142,0,0), - (41706,1082,0,807,0,-10378.9,-3485.55,17.4991,4.7311,300,5,0,1604,0,0,1), - (41707,1082,0,807,0,-10355.1,-3520.27,23.8502,4.6462,300,5,0,1604,0,0,1), - (41709,7462,1,6172,0,4410.59,-4523.87,901.261,1.29814,600,5,0,17643,0,0,1), - (41710,7462,1,6172,0,4588.74,-4460.17,883.878,1.76243,600,5,0,17643,0,0,1), - (41711,7463,1,9018,0,4756.88,-4412.52,894.109,4.98081,600,5,0,17581,0,0,1), - (41712,766,0,697,0,-10389.8,-3538.03,17.4991,5.32512,300,5,0,1433,1283,0,1), - (41713,767,0,632,0,-10256.4,-3456.65,23.994,2.42084,300,5,0,1469,0,0,1), - (41714,1082,0,807,0,-10325.7,-3546.18,22.2347,5.4191,300,5,0,1604,0,0,1), - (41715,1082,0,807,0,-10420.3,-3519.46,19.8101,3.97392,300,5,0,1604,0,0,1), - (41716,767,0,632,0,-10312.7,-3496.94,23.7694,5.50565,300,5,0,1469,0,0,1), - (41717,7463,1,9018,0,4486.78,-4037.77,941.486,1.35848,600,5,0,17581,0,0,1), - (41718,1553,0,4734,0,2514.82,217.964,42.5614,3.42829,300,10,0,120,0,0,1), - (41719,7463,1,9018,0,4793.47,-4309.48,893.17,3.4839,600,15,0,17581,0,0,1), - (41720,1082,0,807,0,-10344,-3447.95,21.3741,1.95143,300,5,0,1604,0,0,1), - (41721,767,0,632,0,-10290.7,-3527.12,23.1203,6.23931,300,5,0,1469,0,0,1), - (41722,1082,0,807,0,-10269.1,-3449.97,19.6798,6.26561,300,5,0,1604,0,0,1), - (41723,9819,229,0,0,101.32,-417.3,111.1,3.24,10800,0,0,8883,0,0,0), - (41724,7463,1,9018,0,4359.38,-3932.29,946.718,1.1071,600,5,0,17581,0,0,1), - (41725,7463,1,9018,0,4428.17,-4390.12,899.634,3.53356,600,5,0,17581,0,0,1), - (41727,1553,0,4734,0,2453.1,188.033,33.525,0.935894,300,5,0,120,0,0,1), - (41728,1553,0,4734,0,2326.87,106.511,35.8591,5.17254,300,10,0,120,0,0,1), - (41729,1553,0,4734,0,2537.68,301.928,40.8648,0.883556,300,5,0,120,0,0,1), - (41730,7463,1,9018,0,4283.74,-3999.9,930.424,1.51046,600,3,0,17581,0,0,1), - (41731,7463,1,9018,0,4761.92,-4927.4,884.428,5.45842,600,15,0,17581,0,0,1), - (41732,7463,1,9018,0,4479.55,-4094.89,934.137,1.64293,600,5,0,17581,0,0,2), - (41733,7463,1,9018,0,4977.08,-4533.53,854.93,5.91667,600,0,0,17581,0,0,0), - (41734,1553,0,4734,0,2183.87,139.524,51.4741,4.95744,300,5,0,120,0,0,1), - (41735,7463,1,9018,0,4975.87,-4560.05,856.159,0,600,0,0,17581,0,0,0), - (41736,1553,0,4734,0,2619.37,108.48,33.0504,4.48512,300,5,0,120,0,0,1), - (41737,7463,1,9018,0,4818.15,-4611.45,864.13,0.33225,600,5,0,17581,0,0,2), - (41738,7463,1,9018,0,4365.48,-4520.29,903.849,2.07558,600,5,0,17581,0,0,1), - (41739,4281,0,2517,0,2764.63,-891.382,147.599,3.87511,300,5,0,2715,0,0,1), - (41740,7463,1,9018,0,4576.96,-4742.38,884.505,3.01033,600,5,0,17581,0,0,1), - (41742,5406,0,2408,0,2871.59,-628.901,137.922,4.59022,120,0,0,42,0,0,0), - (41743,1554,0,8808,0,1901.26,-589.837,48.6169,2.3113,300,5,0,156,0,0,1), - (41744,1554,0,8808,0,1683.55,-319.12,54.1702,3.28948,300,5,0,156,0,0,1), - (41745,1548,0,9020,0,1732.34,-347.517,36.8038,2.42258,300,10,0,122,0,0,1), - (41746,1554,0,8808,0,2717.09,-249.036,54.9964,0.037807,300,10,0,156,0,0,1), - (41747,1554,0,8808,0,2069.76,-336.926,38.025,4.77827,300,0,0,156,0,0,0), - (41748,1554,0,8808,0,1677.75,-519.032,43.4189,4.06974,300,0,0,156,0,0,0), - (41749,1548,0,9020,0,2589.88,-264.998,52.9115,6.13303,300,5,0,122,0,0,1), - (41750,1549,0,3916,0,2483.61,-982.437,75.8406,3.66951,300,10,0,176,0,0,1), - (41751,7463,1,9018,0,4596.59,-4601.78,885.367,4.57326,600,5,0,17581,0,0,2), - (41752,7463,1,9018,0,4817.67,-4617.98,864.267,4.51672,600,5,0,17581,0,0,2), - (41753,7463,1,9018,0,4512.09,-4037.77,934.073,4.20415,600,15,0,17581,0,0,2), - (41754,1549,0,3916,0,2580.09,-729.736,70.0364,3.72526,300,5,0,176,0,0,1), - (41755,7463,1,9018,0,4757.4,-4648.85,876.658,0.785515,600,5,0,17581,0,0,2), - (41756,1549,0,3916,0,2450.9,-916.043,63.7258,3.84471,300,10,0,176,0,0,1), - (41757,10806,1,10618,0,7390.74,-4861.3,717.809,5.33415,333,5,0,8772,0,0,2), - (41758,10807,1,12683,0,5792.93,-4757.32,776.796,3.51011,333,0,0,11484,0,0,2), - (41759,10300,1,9775,0,5717.89,-4794.96,778.147,1.36136,333,0,0,3905,0,0,0), - (41760,1555,0,368,0,2327.89,-784.389,71.6932,6.23825,300,10,0,176,0,0,1), - (41761,1554,0,8808,0,2547.33,-974.783,79.6675,5.63226,300,5,0,156,0,0,1), - (41762,10301,1,9773,0,7093.02,-4018.56,744.888,4.53786,333,0,0,4108,0,0,0), - (41763,10303,1,9776,0,6716.85,-4713.84,721.702,1.27409,333,0,0,3857,0,0,0), - (41764,10305,1,9780,0,6752.67,-4639.33,721.837,2.21657,333,0,0,4356,0,0,0), - (41765,10307,1,9774,0,6720.53,-4712.91,721.976,1.85005,333,0,0,4108,5013,0,0), - (41766,11079,1,10645,0,7094.94,-4006.68,744.901,0.15708,333,0,0,16008,0,0,0), - (41767,5198,1,1166,0,6735.04,-4609.86,720.786,4.85202,333,0,0,413,370,0,0), - (41768,1082,0,807,0,-10253,-3488.29,18.1241,4.86082,300,5,0,1604,0,0,1), - (41769,9298,1,8949,0,6395.57,-2536.75,541.548,2.63731,333,0,0,3517,0,0,0), - (41770,13917,1,13969,0,6783.17,-4679.94,723.974,2.6529,333,0,0,4108,0,0,0), - (41771,14356,0,14389,0,-10545.3,-3902.84,-5.17771,1.96679,300,5,0,1535,0,0,1), - (41772,7523,1,10701,0,6371.48,-3951.64,686.315,2.82229,333,15,0,2662,2041,0,1), - (41773,7523,1,10701,0,6521.01,-4120.7,662.283,4.6234,333,15,0,2662,2041,0,1), - (41774,7523,1,10701,0,6496.88,-4343.11,672.613,2.3574,333,10,0,2662,2041,0,1), - (41776,1509,0,604,0,2005.83,1377.9,61.7779,1.27262,300,5,0,55,0,0,1), - (41777,7523,1,10701,0,6554.88,-4156.67,662.707,5.13825,333,5,0,2662,2041,0,1), - (41778,7523,1,10701,0,6542.59,-4115.34,664.449,3.39196,333,15,0,2662,2041,0,1), - (41781,10762,229,0,0,68.86,-421.81,110.6,0.16,10800,0,0,15260,0,0,0), - (41782,7523,1,10701,0,6407.23,-4003.54,667.126,4.8053,333,5,0,2662,2041,0,1), - (41783,10762,229,0,0,72.77,-418.46,111.34,6.18,10800,0,0,15260,0,0,0), - (41784,7523,1,10701,0,6423.96,-3988.54,665.628,4.90978,333,15,0,2662,2041,0,1), - (41785,7523,1,10701,0,6521.15,-3912.29,662.937,0.296323,333,15,0,2662,2041,0,1), - (41786,7523,1,10701,0,6615.45,-4037.97,662.536,4.67015,333,5,0,2662,2041,0,1), - (41787,7523,1,10701,0,6648.23,-4047.21,661.302,3.20793,333,5,0,2662,2041,0,1), - (41788,7523,1,10701,0,6614.52,-4114.43,658.408,3.42151,333,15,0,2662,2041,0,1), - (41789,7523,1,10701,0,6587.59,-4080.57,658.408,1.66249,333,5,0,2662,2041,0,1), - (41790,10740,229,6293,0,70.13,-419.97,110.98,6.23,10800,0,0,16432,7383,0,0), - (41793,7523,1,10701,0,6449.06,-4014.05,658.379,4.50861,333,15,0,2662,2041,0,1), - (41794,7523,1,10701,0,6487.39,-4330.48,667.044,6.16203,333,10,0,2662,2041,0,1), - (41795,7523,1,10701,0,6452.89,-4318.47,665.492,3.45969,333,10,0,2662,2041,0,1), - (41796,7523,1,10701,0,6357.31,-3984.51,692.722,1.91314,333,10,0,2662,2041,0,1), - (41797,14356,0,14389,0,-10537.9,-3819.14,-0.565795,5.14672,300,5,0,1535,0,0,1), - (41798,14356,0,14389,0,-10481.7,-3915.14,-0.954312,1.52164,300,5,0,1535,0,0,1), - (41799,767,0,632,0,-10243.9,-3317.32,21.9975,4.91288,300,10,0,1469,0,0,1), - (41800,14356,0,14389,0,-10347.9,-3885.63,2.09179,2.00432,300,5,0,1535,0,0,1), - (41801,1082,0,807,0,-10219,-3333.4,23.4144,4.80321,300,10,0,1604,0,0,1), - (41802,1082,0,807,0,-10177.3,-3472.24,20.7511,0.009765,300,10,0,1604,0,0,1), - (41803,1084,0,814,0,-10418.7,-2816.55,17.4991,4.41215,300,5,0,1403,0,0,1), - (41804,7523,1,10701,0,6578.85,-4048,659.592,3.02933,333,5,0,2662,2041,0,1), - (41805,768,0,633,0,-9789.52,-3843.31,23.303,1.13082,300,5,0,1678,0,0,1), - (41806,7523,1,10701,0,6545.18,-3914.22,661.893,3.55349,333,15,0,2662,2041,0,1), - (41807,7523,1,10701,0,6578.39,-3878.74,662.739,0.088134,333,15,0,2662,2041,0,1), - (41808,1513,0,9535,0,2046.75,1333.03,69.1161,1.97851,300,10,0,71,0,0,1), - (41810,7523,1,10701,0,6592.4,-3986.66,663.972,2.95301,333,15,0,2662,2041,0,1), - (41815,7523,1,10701,0,6484.43,-4283.33,665.705,4.53822,333,0,0,2662,2041,0,0), - (41816,7523,1,10701,0,6455.34,-4185.03,660.799,0.169239,333,15,0,2662,2041,0,1), - (41818,7523,1,10701,0,6434.86,-4130.79,666.343,1.04622,333,5,0,2662,2041,0,1), - (41821,10366,229,9753,0,93.01,-492.67,117.02,1.5,10800,0,0,18312,0,0,0), - (41822,10372,229,8309,0,88.63,-481.08,117.02,1.65,10800,0,0,18312,0,0,0), - (41824,742,0,7863,0,-10626.2,-4267.75,23.1074,5.24946,300,5,0,4755,0,0,1), - (41825,1509,0,604,0,2010.67,1330.47,76.1351,4.3355,300,5,0,55,0,0,1), - (41826,7395,0,2177,0,1597.88,226.795,-62.1085,3.11733,120,1,0,64,0,0,1), - (41827,7395,0,2177,0,1593.4,224.571,-62.1169,5.83773,120,1,0,64,0,0,1), - (41828,4550,0,3942,0,1595.84,244.236,-52.0596,1.50098,300,0,0,2972,0,0,0), - (41830,5706,0,4063,0,1595.9,130.349,-62.1777,1.59303,300,0,0,919,0,0,2), - (41831,5701,0,4058,0,1594.51,129.267,-62.1777,1.59302,300,0,0,919,0,0,0), - (41832,5707,0,4064,0,1597.35,128.684,-62.1777,1.59389,300,0,0,919,0,0,0), - (41833,5693,0,4020,0,1782.99,59.5277,-61.4065,3.14937,300,0,0,644,0,0,0), - (41834,4563,0,2675,0,1775.98,46.1265,-61.4063,0.890118,300,0,0,3139,2620,0,0), - (41835,4607,0,2626,0,1784.45,401.799,-57.1312,5.41052,300,0,0,2471,1620,0,0), - (41836,5659,0,3859,0,1725.73,375.72,-60.5538,0.453786,300,0,0,919,0,0,0), - (41837,4600,0,2628,0,1666.31,310.363,-62.0695,0.785398,300,0,0,1605,0,0,0), - (41838,5819,0,4378,0,1692.65,281.799,-62.0574,1.29154,300,0,0,1605,0,0,0), - (41839,4603,0,2643,0,1706.63,271.476,-62.0714,1.85005,300,0,0,1605,0,0,0), - (41840,5697,0,4054,0,1655.74,367.394,-60.7665,4.27606,300,0,0,166,0,0,0), - (41841,4594,0,2658,0,1775.77,409.607,-57.1143,1.58825,300,0,0,3517,0,0,0), - (41842,5652,0,3019,0,1684.97,422.634,-62.2149,4.88692,300,0,0,64,0,0,0), - (41843,4596,0,2632,0,1681.91,285.452,-62.0548,1.74533,300,0,0,2016,0,0,0), - (41844,5669,0,4010,0,1717.1,290.181,-62.1068,5.02655,300,5,0,919,0,0,2), - (41845,1522,0,11398,0,2911.28,877.134,118.975,3.1522,300,5,0,126,289,0,1), - (41846,1522,0,11398,0,2922.8,854.711,111.968,4.1739,300,5,0,126,289,0,1), - (41847,1522,0,11398,0,2864.41,904.538,118.588,0.894464,300,5,0,126,289,0,1), - (41848,1523,0,535,0,2993.27,905.525,106.625,5.51358,300,5,0,148,165,0,1), - (41849,1544,0,1005,0,2413.31,1855.42,0.806177,4.09161,300,5,0,148,165,0,1), - (41850,1545,0,346,0,2588.9,1417.37,-1.57098,5.30332,300,5,0,176,0,0,1), - (41851,1545,0,346,0,2428.51,1821.75,22.9221,1.71974,300,0,0,176,0,0,0), - (41852,1545,0,346,0,2377.49,1881.8,0.722556,3.60169,300,3,0,176,0,0,1), - (41853,4075,0,1141,0,1672.19,1633.83,139.027,5.24057,120,5,0,8,0,0,1), - (41854,4075,0,1141,0,2868.24,416.16,21.1971,5.37935,120,5,0,8,0,0,1), - (41855,4075,0,1141,0,2017.95,1518.06,77.5416,3.92699,120,5,0,8,0,0,1), - (41856,620,0,304,0,2364.21,1314.57,33.4123,1.35871,120,10,0,1,0,0,1), - (41857,4075,0,1141,0,2093.35,604.085,35.0535,2.21625,120,10,0,8,0,0,1), - (41858,1554,0,8808,0,2918.8,-186.002,37.8195,5.0299,300,5,0,156,0,0,1), - (41859,1548,0,9020,0,2764.71,-87.276,34.935,0.109133,300,5,0,122,0,0,1), - (41860,1554,0,8808,0,2848.38,-48.0335,30.1793,2.69541,300,5,0,156,0,0,1), - (41861,1554,0,8808,0,2847.92,-116.487,32.288,3.26885,300,10,0,156,0,0,1), - (41862,1548,0,9020,0,2902.91,-421.642,81.4762,1.91211,300,10,0,122,0,0,1), - (41863,1554,0,8808,0,2819.11,74.3523,27.48,0.141203,300,5,0,156,0,0,1), - (41864,1548,0,9020,0,2815.17,-81.3475,32.2269,2.83591,300,5,0,122,0,0,1), - (41865,1554,0,8808,0,2736.27,119.118,33.4145,3.47085,300,5,0,156,0,0,1), - (41866,1548,0,9020,0,2974.19,-312.483,21.139,2.9509,300,10,0,122,0,0,1), - (41867,1545,0,346,0,3026.85,-373.202,2.72663,0.733038,300,0,0,176,0,0,0), - (41868,1545,0,346,0,2943.25,121.338,6.32456,4.2237,300,0,0,176,0,0,0), - (41869,1545,0,346,0,3020.63,-148.949,5.32065,0.889039,300,10,0,176,0,0,1), - (41870,1544,0,1005,0,2939.94,117.125,6.51909,0.645772,300,0,0,148,165,0,0), - (41871,1544,0,1005,0,2941.69,102.462,6.31055,6.05629,300,0,0,148,165,0,0), - (41872,1545,0,346,0,3049.16,-185.279,3.10857,3.81163,300,10,0,176,0,0,1), - (41873,1545,0,346,0,3049.05,6.10373,0.300488,2.98451,300,0,0,176,0,0,0), - (41874,1545,0,346,0,3077.85,-220.726,0.524573,4.59791,300,5,0,176,0,0,1), - (41875,10319,229,0,0,168.75,-478.41,117.02,3.05,10800,0,0,12208,0,0,0), - (41876,10319,229,0,0,168.88,-471.83,117.02,3.12,10800,0,0,12208,0,0,0), - (41878,7523,1,10701,0,6446.21,-4122.08,665.093,1.0059,333,15,0,2662,2041,0,1), - (41879,1545,0,346,0,3052.38,-49.299,4.66287,2.56563,300,0,0,176,0,0,0), - (41880,1544,0,1005,0,3072.19,-34.8902,0.475697,2.84489,300,0,0,148,165,0,0), - (41881,8301,0,10983,0,-11430.7,-2860.58,0.71641,1.37089,72000,0,0,3189,0,0,0), - (41882,1909,0,757,0,1178.49,347.982,33.9388,2.6951,300,5,0,377,408,0,1), - (41883,13839,0,13854,0,1420.34,428.313,-55.1515,5.3058,900,0,0,9298,0,0,0), - (41884,5624,0,10699,0,1763.17,328.739,-62.1422,3.21141,300,0,0,5215,1600,0,0), - (41885,13839,0,13807,0,1347.12,438.301,-55.8386,0.034907,900,0,0,9298,0,0,0), - (41886,13839,0,13856,0,1384.79,443.291,-52.8399,5.81195,900,0,0,9298,0,0,0), - (41887,5624,0,10699,0,1599.45,203.725,55.3256,3.14159,300,0,0,5215,1600,0,0), - (41888,5624,0,10699,0,1558.44,421.562,-62.0937,4.95674,300,0,0,5215,1600,0,0), - (41889,5624,0,10699,0,1515.46,413.822,-62.1024,3.7001,300,0,0,5215,1600,0,0), - (41890,5624,0,10699,0,1679.78,413.498,-62.2157,5.81195,300,0,0,5215,1600,0,0), - (41891,5624,0,10699,0,1705.98,396.834,-62.209,2.56563,300,0,0,5215,1600,0,0), - (41892,5624,0,10699,0,1751.47,130.047,-62.2117,0.994838,300,0,0,5215,1600,0,0), - (41893,1547,0,9021,0,2444.26,1230.08,46.1397,2.93998,300,10,0,101,142,0,1), - (41894,1553,0,4734,0,2565.89,1176.99,73.7179,1.16744,300,5,0,120,0,0,1), - (41895,1553,0,4734,0,2506.14,1120.82,72.4293,1.218,300,5,0,120,0,0,1), - (41896,1547,0,9021,0,2412.49,1295.11,29.6979,0.993357,300,10,0,101,142,0,1), - (41897,1512,0,4732,0,1911.89,1753.78,96.3078,2.50895,120,5,0,42,0,0,1), - (41898,1512,0,4732,0,1742.24,1453.97,131.84,3.14648,120,5,0,42,0,0,1), - (41899,1512,0,4732,0,1686.45,1448.19,133.05,1.56201,120,5,0,42,0,0,1), - (41900,1512,0,4732,0,1884.93,1772.64,117.067,3.13433,120,5,0,42,0,0,1), - (41901,1512,0,4732,0,1922.86,1778.06,117.337,2.14774,120,5,0,42,0,0,1), - (41902,1512,0,4732,0,1806.62,1774.72,132.974,3.13085,120,0,0,42,0,0,0), - (41903,1512,0,4732,0,1679.99,1586.57,128.822,1.13599,120,5,0,42,0,0,1), - (41904,1512,0,4732,0,1653.94,1706.35,148.898,4.31429,120,5,0,42,0,0,1), - (41905,1502,0,10979,0,1973.7,1597.14,82.3567,3.85391,120,5,0,42,0,0,1), - (41906,1501,0,10973,0,1905.06,1462.11,82.1722,5.87028,120,5,0,42,0,0,1), - (41907,1554,0,8808,0,2003.88,1152.09,41.0463,3.39936,300,5,0,156,0,0,1), - (41908,1548,0,9020,0,1819.7,1014.79,38.0631,0.403329,300,10,0,122,0,0,1), - (41909,1554,0,8808,0,1983.36,942.584,36.3713,0.603444,300,5,0,156,0,0,1), - (41910,1548,0,9020,0,2010.61,921.467,37.0247,2.08397,300,5,0,122,0,0,1), - (41911,1548,0,9020,0,1969.45,1053.52,39.7116,1.26943,300,5,0,122,0,0,1), - (41912,1554,0,8808,0,1938.18,1079.53,35.8189,1.98684,300,10,0,156,0,0,1), - (41913,1547,0,9021,0,2356.72,89.3276,27.6658,4.28231,300,10,0,101,142,0,1), - (41914,1547,0,9021,0,2499.05,276.281,44.7329,5.22063,300,5,0,101,142,0,1), - (41915,1553,0,4734,0,2671.99,179.293,32.6444,1.646,300,5,0,120,0,0,1), - (41916,1553,0,4734,0,2580.74,174.037,34.465,5.89355,300,0,0,120,0,0,0), - (41917,1553,0,4734,0,2590.86,242.142,41.9305,1.2086,300,5,0,120,0,0,1), - (41918,4281,0,2517,0,2973.33,-747.917,156.341,3.14159,300,0,0,2715,0,0,0), - (41919,4282,0,2512,0,2947.79,-649.427,154.773,6.18455,300,5,0,2112,2068,0,1), - (41920,4282,0,2513,0,2978.08,-711.854,159.094,2.87491,300,0,0,2112,2068,0,0), - (41921,1554,0,8808,0,1917.92,-407.395,36.68,4.61068,300,5,0,156,0,0,1), - (41922,1548,0,9020,0,1974.92,-217.133,34.1384,3.08886,300,5,0,122,0,0,1), - (41923,1554,0,8808,0,2293.27,-391.075,75.127,4.52764,300,5,0,156,0,0,1), - (41924,1554,0,8808,0,1706.95,-551.731,42.7104,4.20415,300,5,0,156,0,0,1), - (41925,1554,0,8808,0,2010.13,-120.391,35.213,3.37538,300,10,0,156,0,0,1), - (41926,1554,0,8808,0,2242.01,-355.225,74.7539,4.97923,300,5,0,156,0,0,1), - (41927,1548,0,9020,0,1749.49,-576.745,40.4943,3.31297,300,5,0,122,0,0,1), - (41928,1554,0,8808,0,1956.35,-529.432,45.3321,5.07893,300,5,0,156,0,0,1), - (41929,1554,0,8808,0,2442.93,-708.928,68.2445,4.37606,300,5,0,156,0,0,1), - (41930,1555,0,368,0,2148.56,-917.96,92.3778,3.29855,300,5,0,176,0,0,1), - (41931,1554,0,8808,0,2679.28,-911.239,75.8615,1.9513,300,10,0,156,0,0,1), - (41932,1554,0,8808,0,2659.54,-800.647,72.0753,4.79261,300,0,0,156,0,0,0), - (41933,1549,0,3916,0,2578.3,-1024.22,94.6768,3.20803,300,5,0,176,0,0,1), - (41934,1549,0,3916,0,2417.97,-1047.28,89.5408,2.55757,300,10,0,176,0,0,1), - (41935,1509,0,604,0,2150.73,1410.96,71.0966,1.05952,300,10,0,55,0,0,1), - (41936,1522,0,11398,0,2888.27,753.724,120.32,0.464281,300,10,0,126,289,0,1), - (41937,1522,0,11398,0,2806.51,1097.83,86.2252,2.11234,300,5,0,126,289,0,1), - (41938,1522,0,11398,0,2928.26,894.673,118.6,2.85835,300,5,0,126,289,0,1), - (41939,1523,0,535,0,2827.05,948.958,120.77,0,300,5,0,148,165,0,1), - (41940,1523,0,535,0,2846.18,797.829,113.769,0.402073,300,5,0,148,165,0,1), - (41941,1522,0,11398,0,2997.71,812.124,90.8305,3.16898,300,5,0,126,289,0,1), - (41942,1522,0,11398,0,2975.95,1063.43,89.1266,3.37308,300,5,0,126,289,0,1), - (41943,4075,0,1141,0,2820.35,-792.232,147.374,4.10611,120,5,0,8,0,0,1), - (41944,4075,0,1141,0,2598.18,570.78,15.2937,3.16698,120,10,0,8,0,0,1), - (41945,4075,0,1141,0,2682.82,428.711,20.81,0.148938,120,5,0,8,0,0,1), - (41946,620,0,304,0,2143.53,676.102,35.4279,1.15347,120,5,0,1,0,0,1), - (41947,4075,0,1141,0,2221.7,631.798,24.8213,3.40247,120,5,0,8,0,0,1), - (41948,4075,0,1141,0,2358.51,271.472,35.1723,1.98955,120,5,0,8,0,0,1), - (41949,721,0,328,0,1900.96,1640.33,92.183,4.87294,120,10,0,1,0,0,1), - (41950,721,0,328,0,2336.77,1641.64,37.1435,1.22528,120,10,0,1,0,0,1), - (41951,1554,0,8808,0,2957.27,-277.563,25.0322,0.578702,300,10,0,156,0,0,1), - (41952,1548,0,9020,0,2948.43,-145.955,24.2124,1.94598,300,5,0,122,0,0,1), - (41953,1548,0,9020,0,2793.67,-41.5503,33.9207,0.891763,300,5,0,122,0,0,1), - (41954,1544,0,1005,0,3076.12,-150.204,2.44024,0,300,5,0,148,165,0,1), - (41955,1545,0,346,0,3059.1,-30.1828,2.14751,2.87359,300,5,0,176,0,0,1), - (41956,5624,0,10699,0,1664.33,475.199,-11.807,1.5708,300,0,0,5215,1600,0,0), - (41957,13839,0,13856,0,1350.39,428.46,-55.7485,0.436332,900,0,0,9298,0,0,0), - (41958,13839,0,13856,0,1258.26,289.543,-63.5786,0.785398,900,0,0,9298,0,0,0), - (41959,13839,0,13854,0,1341.65,310.214,-63.5786,2.89725,900,0,0,9298,0,0,0), - (41960,5624,0,10699,0,1675.57,66.9335,-62.2018,0.453786,300,0,0,5215,1600,0,0), - (41961,5624,0,10699,0,1494.32,401.674,-62.1024,0.541052,300,0,0,5215,1600,0,0), - (41962,13839,0,13854,0,1317.43,415.171,-61.1117,0.575959,900,0,0,9298,0,0,0), - (41963,13839,0,13856,0,1302.77,380.188,-66.6448,1.0821,900,0,0,9298,0,0,0), - (41964,5624,0,10699,0,1714.91,415.04,0.33849,2.61799,300,0,0,5215,1600,0,0), - (41965,13839,0,13854,0,1281.1,370.935,-63.5786,4.93928,900,0,0,9298,0,0,0), - (41966,1548,0,9020,0,2515.7,1001.48,78.5695,0.421696,300,5,0,122,0,0,1), - (41967,1547,0,9021,0,2579.47,1288.98,48.4159,2.69629,300,5,0,101,142,0,1), - (41968,1548,0,9020,0,2620.87,1018.6,101.768,2.74849,300,5,0,122,0,0,1), - (41969,1553,0,4734,0,2144.7,1077.43,32.4219,1.80843,300,5,0,120,0,0,1), - (41970,1553,0,4734,0,2439.71,1341.4,27.7677,6.19064,300,5,0,120,0,0,1), - (41971,1548,0,9020,0,2474.97,1075.1,67.3738,3.03555,300,5,0,122,0,0,1), - (41972,1547,0,9021,0,2061.68,820.331,36.1265,0.510793,300,5,0,101,142,0,1), - (41973,1508,0,447,0,2162.2,1630.77,85.8424,6.14599,120,5,0,42,0,0,1), - (41974,1512,0,4732,0,2143.49,1608.08,79.0285,5.89356,120,10,0,42,0,0,1), - (41975,1502,0,10979,0,1903.94,1489.82,93.9509,1.08002,120,2,0,42,0,0,1), - (41976,1501,0,10973,0,1963.58,1606.24,88.201,1.12033,120,3,0,42,0,0,1), - (41977,1554,0,8808,0,2028.77,1197.94,47.2429,5.93642,300,5,0,156,0,0,1), - (41978,1554,0,8808,0,1794.47,866.693,36.8164,0.937838,300,5,0,156,0,0,1), - (41979,1548,0,9020,0,2003.8,1200.61,55.3113,2.57258,300,5,0,122,0,0,1), - (41980,1548,0,9020,0,1961.98,746.116,35.2365,1.18273,300,10,0,122,0,0,1), - (41981,1548,0,9020,0,1942.83,810.931,38.2196,1.53869,300,5,0,122,0,0,1), - (41982,1548,0,9020,0,1787.25,1080.61,47.9656,4.23879,300,10,0,122,0,0,1), - (41983,1548,0,9020,0,1864.1,1159.19,47.2985,2.71464,300,10,0,122,0,0,1), - (41984,1553,0,4734,0,2727.43,222.35,34.6677,4.55599,300,0,0,120,0,0,0), - (41985,1547,0,9021,0,2619.22,249.018,37.4058,2.16497,300,5,0,101,142,0,1), - (41986,1553,0,4734,0,2678.07,281.15,28.8312,3.22571,300,10,0,120,0,0,1), - (41987,1553,0,4734,0,2735.88,126.442,33.1411,3.71334,300,5,0,120,0,0,1), - (41988,1547,0,9021,0,2251.77,-18.539,26.2334,0.052965,300,10,0,101,142,0,1), - (41989,1554,0,8808,0,2653.78,-267.149,58.9951,3.42326,300,5,0,156,0,0,1), - (41990,1554,0,8808,0,1891.22,-673.426,49.8949,5.94075,300,10,0,156,0,0,1), - (41991,1554,0,8808,0,1843.9,-419.367,33.2209,0.119728,300,5,0,156,0,0,1), - (41992,1554,0,8808,0,2385.19,-183.087,33.3422,4.96494,300,5,0,156,0,0,1), - (41993,1554,0,8808,0,1752.01,-562.644,38.4403,4.04009,300,5,0,156,0,0,1), - (41994,1554,0,8808,0,1992.96,-153.278,34.5125,2.00396,300,5,0,156,0,0,1), - (41995,1554,0,8808,0,2052.06,-604.47,60.1224,3.27879,300,5,0,156,0,0,1), - (41996,1549,0,3916,0,2515.4,-1011.53,88.0203,1.36043,300,10,0,176,0,0,1), - (41997,1555,0,368,0,2119.96,-887.133,110.45,1.35043,300,5,0,176,0,0,1), - (41998,1555,0,368,0,2218.74,-983.596,81,4.81827,300,5,0,176,0,0,1), - (41999,1549,0,3916,0,2614,-1049.52,101.931,4.25311,300,5,0,176,0,0,1), - (42000,1555,0,368,0,2111.77,-847.17,109.022,0.457986,300,5,0,176,0,0,1), - (42001,1555,0,368,0,2220.31,-850.34,78.8495,6.2617,300,10,0,176,0,0,1), - (42002,1522,0,11398,0,2778.75,1104.72,85.2753,6.01869,300,5,0,126,289,0,1), - (42003,1522,0,11398,0,2917.86,1050.78,100.829,0.055307,300,5,0,126,289,0,1), - (42004,1523,0,535,0,2955.24,1006.79,109.175,4.60993,300,10,0,148,165,0,1), - (42005,721,0,328,0,2796.75,-78.4389,33.5406,4.60748,120,5,0,1,0,0,1), - (42006,620,0,304,0,2141.23,640.716,34.2212,5.15441,120,5,0,1,0,0,1), - (42007,4075,0,1141,0,2656.08,-258.31,52.8551,6.27237,120,5,0,8,0,0,1), - (42008,4075,0,1141,0,2218.56,1230.82,40.9532,2.39557,120,10,0,8,0,0,1), - (42009,1547,0,9021,0,2588.72,1317.82,39.6488,2.8959,300,5,0,101,142,0,1), - (42010,1547,0,9021,0,2467.98,1282.64,33.4375,2.10756,300,5,0,101,142,0,1), - (42011,1553,0,4734,0,2670.05,1338.81,33.9428,0.481113,300,5,0,120,0,0,1), - (42012,1547,0,9021,0,2559.32,1141.15,76.7329,5.72417,300,10,0,101,142,0,1), - (42013,1548,0,9020,0,2475.49,1021.8,68.9588,2.10189,300,5,0,122,0,0,1), - (42014,1501,0,10973,0,1965.06,1610.41,83.4242,0.315183,120,0,0,42,0,0,0), - (42015,1502,0,10979,0,1913.02,1501.98,89.1851,1.12645,120,5,0,42,0,0,1), - (42016,1501,0,10973,0,1902.39,1491.73,89.1655,5.23592,120,0,0,42,0,0,0), - (42017,1553,0,4734,0,2686.78,101.531,35.8526,5.79883,300,5,0,120,0,0,1), - (42018,1553,0,4734,0,2511.5,192.229,36.3517,4.02865,300,10,0,120,0,0,1), - (42019,1553,0,4734,0,2699.78,137.402,33.9065,5.38911,300,5,0,120,0,0,1), - (42020,1547,0,9021,0,2616.87,194.178,32.2176,0.674741,300,5,0,101,142,0,1), - (42021,1553,0,4734,0,1962.01,20.7182,16.5384,2.66484,300,5,0,120,0,0,1), - (42022,1554,0,8808,0,1833.56,-639.377,42.7803,0.461779,300,5,0,156,0,0,1), - (42023,1548,0,9020,0,1833.36,-516.158,40.1865,4.36437,300,5,0,122,0,0,1), - (42024,1548,0,9020,0,2691,-274.529,65.5054,3.52593,300,10,0,122,0,0,1), - (42025,1548,0,9020,0,2450.64,-350.306,72.5602,4.52061,300,5,0,122,0,0,1), - (42026,1548,0,9020,0,1652.07,-484.422,45.4857,6.16961,300,10,0,122,0,0,1), - (42027,1554,0,8808,0,2419.3,-251.48,50.9036,4.68115,300,5,0,156,0,0,1), - (42028,1548,0,9020,0,2403.25,-247.553,46.4789,2.87671,300,5,0,122,0,0,1), - (42029,1548,0,9020,0,1982.56,-545.947,50.3998,3.15655,300,5,0,122,0,0,1), - (42030,1555,0,368,0,2169.2,-752.18,73.659,2.15094,300,10,0,176,0,0,1), - (42031,1549,0,3916,0,2697.17,-856.186,79.3438,0.390871,300,5,0,176,0,0,1), - (42032,1554,0,8808,0,2417.8,-376.11,70.3854,1.37632,300,5,0,156,0,0,1), - (42033,1554,0,8808,0,2502.51,-719.957,66.0479,0.580961,300,5,0,156,0,0,1), - (42034,1555,0,368,0,2280.01,-1019.41,77.7253,5.0925,300,5,0,176,0,0,1), - (42035,4075,0,1141,0,2810.85,379.2,22.594,5.21633,120,5,0,8,0,0,1), - (42036,4075,0,1141,0,1822.5,1114.12,42.0064,2.02672,120,5,0,8,0,0,1), - (42037,4075,0,1141,0,2030.56,-480.638,38.9,0.946627,120,3,0,8,0,0,1), - (42038,4075,0,1141,0,2156.51,611.58,35.6106,3.56955,120,5,0,8,0,0,1), - (42039,4075,0,1141,0,1743.19,1688.86,123.943,3.05748,120,10,0,8,0,0,1), - (42040,4075,0,1141,0,1984.71,-493.957,34.6207,3.52052,120,5,0,8,0,0,1), - (42041,1547,0,9021,0,2519.88,1226.52,56.2916,3.12206,300,10,0,101,142,0,1), - (42042,1553,0,4734,0,2220.87,1139.76,36.6167,5.69962,300,5,0,120,0,0,1), - (42043,1553,0,4734,0,2161.45,1220.09,47.1151,0.03068,300,5,0,120,0,0,1), - (42044,1553,0,4734,0,2675.43,1294.6,48.5679,2.34929,300,5,0,120,0,0,1), - (42045,1553,0,4734,0,2372.05,1211.64,35.8553,2.40028,300,5,0,120,0,0,1), - (42046,1553,0,4734,0,2561.23,1114.3,84.8773,0.295197,300,10,0,120,0,0,1), - (42047,1502,0,10979,0,1903.63,1504.34,93.9357,6.1759,120,2,0,42,0,0,1), - (42048,1501,0,10973,0,1897.77,1493.79,93.9501,1.81434,120,2,0,42,0,0,1), - (42049,1553,0,4734,0,2577.03,323.101,39.7199,4.60281,300,5,0,120,0,0,1), - (42050,1547,0,9021,0,2515.5,255.284,47.1736,0.373197,300,10,0,101,142,0,1), - (42051,1553,0,4734,0,2193.49,93.1966,37.5979,0.818535,300,10,0,120,0,0,1), - (42052,1548,0,9020,0,1621.75,-390.972,45.3384,4.99564,300,10,0,122,0,0,1), - (42053,1548,0,9020,0,2045.16,-181.377,36.3115,1.10453,300,5,0,122,0,0,1), - (42054,1548,0,9020,0,1688.02,-469.922,44.0814,3.81146,300,5,0,122,0,0,1), - (42055,1554,0,8808,0,1808.82,-309.396,36.8131,6.24104,300,10,0,156,0,0,1), - (42056,1554,0,8808,0,2393.91,-388.474,69.6596,5.1244,300,5,0,156,0,0,1), - (42057,1554,0,8808,0,1839.31,-746.696,68.6534,4.14986,300,10,0,156,0,0,1), - (42058,1554,0,8808,0,1713.37,-613.398,44.8726,3.1703,300,5,0,156,0,0,1), - (42059,1548,0,9020,0,1909.89,-537.167,43.7312,1.04076,300,10,0,122,0,0,1), - (42060,1555,0,368,0,2220.65,-942.049,75.1152,2.85754,300,5,0,176,0,0,1), - (42061,1549,0,3916,0,2367.13,-716.426,74.2817,3.11816,300,10,0,176,0,0,1), - (42062,1555,0,368,0,2315.15,-1081.06,80.6716,2.38105,300,5,0,176,0,0,1), - (42063,1555,0,368,0,2217.89,-881.002,78.1769,0.431316,300,5,0,176,0,0,1), - (42064,1549,0,3916,0,2517.66,-952.736,71.5761,4.86244,300,10,0,176,0,0,1), - (42065,1549,0,3916,0,2439.95,-950.552,70.0778,3.31638,300,10,0,176,0,0,1), - (42066,1555,0,368,0,2245.9,-793.033,73.6554,2.31838,300,5,0,176,0,0,1), - (42067,4075,0,1141,0,2141.09,549.867,42.9889,2.56497,120,5,0,8,0,0,1), - (42068,721,0,328,0,2213,717.382,37.2731,5.47845,120,10,0,1,0,0,1), - (42069,4075,0,1141,0,2821.64,-180.728,47.0327,2.38381,120,5,0,8,0,0,1), - (42070,4075,0,1141,0,2369.77,-1065.88,86.6374,0.020467,120,5,0,8,0,0,1), - (42071,4075,0,1141,0,2327.27,102.226,35.2148,5.27927,120,10,0,8,0,0,1), - (42072,4075,0,1141,0,2539.64,495.943,24.5441,0.125324,120,5,0,8,0,0,1), - (42073,4075,0,1141,0,1781.61,1440.51,94.3112,1.32506,120,10,0,8,0,0,1), - (42074,4075,0,1141,0,2139.45,756.124,33.2734,4.99692,120,5,0,8,0,0,1), - (42075,1502,0,10979,0,1921.09,1487.49,87.5093,0.832834,120,5,0,42,0,0,1), - (42076,1502,0,10979,0,1961.64,1603.7,83.4338,2.0583,120,0,0,42,0,0,0), - (42077,1554,0,8808,0,2035.2,-223.878,35.7451,3.15917,300,5,0,156,0,0,1), - (42078,1554,0,8808,0,1655.69,-377.126,45.0213,2.69558,300,10,0,156,0,0,1), - (42079,1548,0,9020,0,2123.69,-259.117,52.4861,0.088007,300,10,0,122,0,0,1), - (42080,1548,0,9020,0,1846.85,-568.116,39.861,1.79445,300,5,0,122,0,0,1), - (42081,1548,0,9020,0,1722.55,-424.21,34.646,5.56549,300,5,0,122,0,0,1), - (42082,1548,0,9020,0,1787.53,-443.286,33.3978,2.03561,300,5,0,122,0,0,1), - (42083,1554,0,8808,0,1952.39,-254.878,36.3384,3.93022,300,5,0,156,0,0,1), - (42084,1554,0,8808,0,1644.03,-585.304,45.1872,5.88972,300,10,0,156,0,0,1), - (42085,1554,0,8808,0,2613.41,-910.495,59.8369,1.72374,300,10,0,156,0,0,1), - (42086,1554,0,8808,0,2548.85,-1050.31,100.668,4.10835,300,5,0,156,0,0,1), - (42087,1554,0,8808,0,2608.87,-790.742,70.0149,4.18755,300,5,0,156,0,0,1), - (42088,1555,0,368,0,2177.6,-826.715,81.1248,3.528,300,5,0,176,0,0,1), - (42089,1555,0,368,0,2337.1,-991.114,74.0947,5.75047,300,5,0,176,0,0,1), - (42090,1555,0,368,0,2234.77,-886.223,76.0049,3.26885,300,5,0,176,0,0,1), - (42091,1555,0,368,0,2318.02,-1024.3,76.1473,4.82934,300,5,0,176,0,0,1), - (42092,4075,0,1141,0,2372.35,461.04,34.7763,5.87902,120,10,0,8,0,0,1), - (42093,4075,0,1141,0,2005,-299.032,39.3418,1.29087,120,5,0,8,0,0,1), - (42094,620,0,304,0,2279.84,1312.77,32.5179,6.04756,120,5,0,1,0,0,1), - (42095,4075,0,1141,0,1813.78,1617.07,97.1351,0.107772,120,5,0,8,0,0,1), - (42096,1548,0,9020,0,2414.32,-213.115,41.2042,1.14385,300,5,0,122,0,0,1), - (42097,1554,0,8808,0,2360.03,-206.675,39.1958,0.940276,300,5,0,156,0,0,1), - (42098,1548,0,9020,0,1909.72,-620.365,50.9364,2.99652,300,10,0,122,0,0,1), - (42099,1554,0,8808,0,2414.04,-335.328,68.8014,2.69919,300,5,0,156,0,0,1), - (42100,1554,0,8808,0,1690.37,-443.809,43.4174,3.34818,300,10,0,156,0,0,1), - (42101,1554,0,8808,0,1796.74,-597.748,40.2708,5.21096,300,5,0,156,0,0,1), - (42102,1548,0,9020,0,1883.2,-442.467,39.2225,4.2445,300,5,0,122,0,0,1), - (42103,1554,0,8808,0,2329.31,-186.766,34.1861,1.46607,300,5,0,156,0,0,1), - (42104,1549,0,3916,0,2395.81,-1007.27,80.1368,3.37194,300,10,0,176,0,0,1), - (42105,1555,0,368,0,2301.88,-812.625,70.4841,0.180727,300,10,0,176,0,0,1), - (42106,1549,0,3916,0,2345.86,-563,81.8322,3.11023,300,5,0,176,0,0,1), - (42107,1555,0,368,0,2181.99,-951.31,87.1705,3.62971,300,5,0,176,0,0,1), - (42108,1549,0,3916,0,2471.74,-896.42,61.5998,0.710108,300,5,0,176,0,0,1), - (42109,1555,0,368,0,2300.73,-783.712,68.2987,3.31514,300,10,0,176,0,0,1), - (42110,766,0,697,0,-10255.3,-3536.31,18.0114,4.47132,300,5,0,1433,1283,0,1), - (42111,1087,0,815,0,-10479.9,-4210.86,17.4991,0.932645,300,5,0,1902,0,0,1), - (42112,763,0,10921,0,-9944.46,-3644.22,23.6126,2.42601,300,0,0,1678,0,0,0), - (42113,743,0,7974,0,-10561.4,-4279.83,22.9278,2.80752,300,5,0,3963,1381,0,1), - (42114,767,0,632,0,-10549.5,-2826.77,22.3757,2.79516,300,10,0,1469,0,0,1), - (42115,766,0,697,0,-10649.7,-4174.02,17.4991,2.37459,300,5,0,1433,1283,0,1), - (42116,1087,0,815,0,-10611.6,-4148.89,19.9433,0.367454,300,5,0,1902,0,0,1), - (42117,1087,0,815,0,-10589.6,-4181.25,17.4991,3.48733,300,5,0,1902,0,0,1), - (42118,1549,0,3916,0,2429.66,-985.082,76.5702,3.77943,300,10,0,176,0,0,1), - (42119,1549,0,3916,0,2376.47,-950.449,69.6505,2.71907,300,10,0,176,0,0,1), - (42120,4075,0,1141,0,1712.44,679.645,44.7523,0.820305,120,0,0,8,0,0,0), - (42121,4075,0,1141,0,2424.74,340.343,35.706,1.2956,120,5,0,8,0,0,1), - (42122,766,0,697,0,-10735.6,-4145.76,17.7781,3.17673,300,5,0,1433,1283,0,1), - (42123,750,0,1995,0,-10954.2,-4186.46,4.00805,4.03111,300,5,0,1981,0,0,1), - (42124,4075,0,1141,0,1708.7,1689.15,133.817,4.84565,120,10,0,8,0,0,1), - (42125,767,0,632,0,-10540.4,-2606.91,24.0652,3.51068,300,5,0,1469,0,0,1), - (42126,740,0,9582,0,-10557.8,-2551.18,19.6904,1.78815,300,10,0,950,2553,0,1), - (42127,7523,1,10701,0,6446.73,-4083.28,662.119,3.95441,333,15,0,2662,2041,0,1), - (42128,4075,0,1141,0,2918.08,-262.821,40.4747,1.56353,120,10,0,8,0,0,1), - (42129,4075,0,1141,0,2388.78,1248.94,36.459,4.65868,120,10,0,8,0,0,1), - (42130,1548,0,9020,0,1772.84,-469.776,35.9266,1.08095,300,5,0,122,0,0,1), - (42131,1554,0,8808,0,2049.6,-282.117,37.7761,1.19464,300,5,0,156,0,0,1), - (42132,1548,0,9020,0,2437.69,-250.688,50.3988,0.013671,300,5,0,122,0,0,1), - (42133,1548,0,9020,0,2504.47,-339.535,77.4101,1.19627,300,5,0,122,0,0,1), - (42134,1554,0,8808,0,1891.37,-524.258,39.6179,0.760541,300,10,0,156,0,0,1), - (42135,1554,0,8808,0,2614.63,-277.275,62.2164,4.52575,300,5,0,156,0,0,1), - (42136,4075,0,1141,0,1751.47,1581.63,112.728,4.54457,120,5,0,8,0,0,1), - (42137,4075,0,1141,0,2152.91,1557.48,81.1316,4.86269,120,5,0,8,0,0,1), - (42138,4075,0,1141,0,2340.08,331.204,36.298,4.19373,120,5,0,8,0,0,1), - (42139,721,0,328,0,2732.23,462.884,22.5416,1.15783,120,10,0,1,0,0,1), - (42140,4075,0,1141,0,1795.41,869.919,34.6667,0.51604,120,5,0,8,0,0,1), - (42141,10357,0,9750,0,1802.04,1096.59,42.1426,5.13934,300,0,0,278,0,0,0), - (42142,10356,0,7892,0,2567.3,1230.28,65.7738,0.452651,300,0,0,198,0,0,0), - (42143,10358,0,5430,0,2013.67,-353.764,35.5772,3.17405,300,0,0,230,249,0,0), - (42144,1911,0,1994,0,3009.79,173.515,0.398306,2.30383,300,0,0,230,373,0,0), - (42145,1553,0,4734,0,2063.08,975.478,35.4176,3.50783,300,5,0,120,0,0,1), - (42146,1934,0,3532,0,2275.16,1317.45,33.3862,5.88176,300,0,0,135,0,0,0), - (42147,1934,0,3532,0,2277.63,1305.24,33.0179,0.778991,300,5,0,135,0,0,1), - (42148,1935,0,3534,0,2279.28,1310.58,32.5179,3.90673,300,5,0,101,0,0,2), - (42149,1934,0,3532,0,2310.84,1416.31,33.4583,3.65836,300,10,0,135,0,0,1), - (42150,1935,0,3534,0,2284.06,1445.74,33.4583,3.95795,300,10,0,101,0,0,1), - (42151,1934,0,3532,0,2276.99,1382.05,33.4583,2.66739,300,10,0,135,0,0,1), - (42152,1934,0,3532,0,2282.15,1339.1,33.4775,6.20779,300,5,0,135,0,0,1), - (42158,10366,229,9753,0,27.66,-429.07,111.11,1.63,10800,0,0,18312,0,0,0), - (42159,10366,229,9753,0,39.82,-429.08,111.11,1.46,10800,0,0,18312,0,0,0), - (42163,7523,1,10701,0,6475.26,-4121.2,658.783,3.72296,333,15,0,2662,2041,0,1), - (42164,7524,1,10702,0,6353.48,-3945.67,685.443,1.96039,333,10,0,2829,2117,0,1), - (42165,7524,1,10702,0,6511.37,-3888.83,661.073,1.6255,333,10,0,2829,2117,0,1), - (42166,7524,1,10702,0,6452.12,-4289.91,666.752,6.06575,333,5,0,2829,2117,0,1), - (42167,7524,1,10702,0,6450.19,-4253.65,665.643,5.74453,333,5,0,2829,2117,0,1), - (42168,7524,1,10702,0,6621.08,-4018.8,659.688,3.19117,333,5,0,2829,2117,0,1), - (42169,7524,1,10702,0,6312.21,-3951.03,701.698,4.52,333,5,0,2829,2117,0,1), - (42170,7524,1,10702,0,6322.67,-3927.75,696.217,6.0968,333,5,0,2829,2117,0,1), - (42171,7524,1,10702,0,6419.16,-4352.31,667.974,1.65594,333,5,0,2829,2117,0,1), - (42172,7524,1,10702,0,6521.79,-4355.02,675.703,0.197287,333,5,0,2829,2117,0,1), - (42173,7524,1,10702,0,6419.05,-4018.97,664.626,2.3774,333,15,0,2829,2117,0,1), - (42174,7524,1,10702,0,6384.66,-3913.36,684.777,1.91232,333,15,0,2829,2117,0,1), - (42175,7524,1,10702,0,6521.27,-4316.59,669.229,5.84573,333,10,0,2829,2117,0,1), - (42176,7524,1,10702,0,6417.71,-4280.28,666.254,1.84839,333,15,0,2829,2117,0,1), - (42177,7524,1,10702,0,6648.33,-4110.88,658.472,4.22479,333,10,0,2829,2117,0,1), - (42178,7524,1,10702,0,6481.54,-4245.83,660.724,3.27879,333,15,0,2829,2117,0,1), - (42179,7524,1,10702,0,6553.95,-4012.39,658.539,5.30958,333,5,0,2829,2117,0,1), - (42180,11629,1,11512,0,6688.23,-4667.66,721.734,0.261799,333,0,0,3517,0,0,0), - (42181,11118,1,10654,0,6695.15,-4673.04,721.65,0.541052,333,0,0,1605,0,0,0), - (42182,11119,1,10656,0,6738.57,-4604.24,720.539,2.93215,333,0,0,4484,0,0,0), - (42183,12150,1,12240,0,6745.14,-4609.39,720.848,4.60767,333,0,0,247,0,0,0), - (42184,1544,0,1005,0,2990.21,396.962,8.04452,5.23599,300,0,0,148,165,0,0), - (42201,10618,1,10190,0,8067.48,-3862.44,763.086,1.62316,333,0,0,4079,2568,0,0), - (42202,10619,1,9954,0,8068.7,-3862.2,762.76,1.53589,333,0,0,4430,0,0,0), - (42203,9857,1,9132,0,6772.35,-4679.5,723.853,0.907571,333,0,0,3517,0,0,0), - (42204,11138,1,10657,0,6800.54,-4742.35,701.62,3.1765,600,0,0,7423,7071,0,0), - (42205,11139,1,10658,0,6815.12,-4610.12,710.759,3.49066,600,0,0,7801,7071,0,0), - (42206,8588,1,9757,0,7235.04,-5131.35,732.843,1.50098,333,0,0,3517,4393,0,0), - (42207,10637,1,9969,0,6697.55,-4647.11,721.089,3.12414,333,0,0,4612,0,0,0), - (42208,16015,1,10815,0,4822.68,-4496.45,892.362,6.05629,333,0,0,3500,0,0,0), - (42209,14742,1,14775,0,6753.64,-4660.54,724.349,1.25664,333,0,0,4231,0,0,0), - (42210,10659,1,10585,0,6084.1,-4417.01,692.92,5.46946,333,5,0,3293,0,0,1), - (42211,10659,1,10585,0,5897.74,-4103.98,594.154,1.0334,333,3,0,3293,0,0,1), - (42212,10659,1,10585,0,6137.59,-4587.13,707.291,5.9008,333,5,0,3293,0,0,1), - (42213,10659,1,10585,0,6156.68,-4599.62,714.432,1.84749,333,5,0,3293,0,0,1), - (42214,10659,1,10585,0,6189.17,-4588.83,715.55,0.27183,333,5,0,3293,0,0,1), - (42215,10659,1,10585,0,6164.27,-4587.95,714.27,3.09306,333,5,0,3293,0,0,1), - (42216,10659,1,10585,0,5871.04,-4042.79,591.787,5.73749,333,3,0,3293,0,0,1), - (42217,10659,1,10585,0,5879.44,-4040.87,593.06,3.18881,333,15,0,3293,0,0,1), - (42218,10659,1,10585,0,6232.81,-4349.48,710.382,0.257681,333,3,0,3293,0,0,1), - (42219,10659,1,10585,0,6200.83,-4346.64,729.852,0.278836,333,3,0,3293,0,0,1), - (42220,10659,1,10585,0,5953,-4449.71,713.435,3.29449,333,15,0,3293,0,0,1), - (42221,10659,1,10585,0,6175.84,-4378.05,666.183,0.160627,333,3,0,3293,0,0,1), - (42222,10659,1,10585,0,6126.95,-4189.62,638.559,4.61528,333,3,0,3293,0,0,1), - (42223,10659,1,10585,0,6122.81,-4181.4,638.512,1.53395,333,3,0,3293,0,0,1), - (42224,10659,1,10585,0,6107.55,-4209.37,634.286,4.64802,333,3,0,3293,0,0,1), - (42225,10659,1,10585,0,6112.74,-4204.5,635.702,2.16415,333,3,0,3293,0,0,1), - (42226,10659,1,10585,0,5967.74,-4190.63,615.054,1.03825,333,3,0,3293,0,0,1), - (42227,10659,1,10585,0,5970.08,-4189.13,615.316,4.27897,333,3,0,3293,0,0,1), - (42228,10660,1,10584,0,6086.55,-4421.84,689.446,1.04794,333,5,0,2823,2117,0,1), - (42229,10660,1,10584,0,5892.07,-4102.9,594.027,4.43014,333,3,0,2823,2117,0,1), - (42230,10660,1,10584,0,5886.22,-4107.2,594.277,0.519578,333,3,0,2823,2117,0,1), - (42231,10660,1,10584,0,6148.89,-4551.18,710.221,4.32916,333,5,0,2823,2117,0,1), - (42232,10660,1,10584,0,6153.31,-4553.59,711.056,5.63988,333,5,0,2823,2117,0,1), - (42233,10660,1,10584,0,6130.65,-4636.77,711.806,6.03063,333,5,0,2823,2117,0,1), - (42234,10660,1,10584,0,6173.6,-4623.88,716.779,1.45323,333,5,0,2823,2117,0,1), - (42235,10660,1,10584,0,6179.22,-4579.96,714.3,3.91831,333,5,0,2823,2117,0,1), - (42236,10660,1,10584,0,6142.38,-4522.75,702.17,4.58503,333,5,0,2823,2117,0,1), - (42237,10660,1,10584,0,6137.26,-4503.93,687.184,1.13771,333,5,0,2823,2117,0,1), - (42238,10660,1,10584,0,6118.87,-4335.41,732.441,0.441227,333,3,0,2823,2117,0,1), - (42239,10660,1,10584,0,6122.07,-4301.77,731.255,1.52949,333,3,0,2823,2117,0,1), - (42240,10660,1,10584,0,5980.98,-4435.27,709.986,4.69774,333,15,0,2823,2117,0,1), - (42241,10660,1,10584,0,6105.68,-4710.8,734.031,4.46039,333,3,0,2823,2117,0,1), - (42242,10660,1,10584,0,6108.14,-4742.79,749.502,4.72411,333,3,0,2823,2117,0,1), - (42243,10660,1,10584,0,6150.22,-4418.32,661.471,2.27953,333,3,0,2823,2117,0,1), - (42244,10660,1,10584,0,6150.63,-4429.69,661.887,5.93777,333,3,0,2823,2117,0,1), - (42245,10660,1,10584,0,6166.7,-4381.99,665.096,5.22346,333,3,0,2823,2117,0,1), - (42246,10660,1,10584,0,6172.13,-4208.91,644.47,5.34229,333,3,0,2823,2117,0,1), - (42247,10660,1,10584,0,6164.48,-4205.96,642.44,3.9253,333,3,0,2823,2117,0,1), - (42248,10660,1,10584,0,6121.11,-4187.73,638.071,2.51346,333,3,0,2823,2117,0,1), - (42249,10660,1,10584,0,6106.58,-4200.32,634.89,0.942428,333,3,0,2823,2117,0,1), - (42250,10916,1,6829,0,6886.71,-4085.93,690.912,5.64808,333,5,0,3758,0,0,2), - (42251,10916,1,6829,0,6896.69,-4094.36,691.715,5.58132,333,5,0,3758,0,0,2), - (42252,10916,1,6829,0,6891.28,-4089.79,691.189,5.58132,333,5,0,3758,0,0,2), - (42253,10661,1,10583,0,6085.23,-4425.32,688.744,5.49848,333,5,0,3420,0,0,1), - (42254,10661,1,10583,0,5875.66,-4048.99,592.755,1.2575,333,3,0,3420,0,0,1), - (42255,10661,1,10583,0,6218.1,-4341.52,720.856,2.14037,333,3,0,3420,0,0,1), - (42256,10661,1,10583,0,6117.86,-4316.04,732.491,5.4577,333,3,0,3420,0,0,1), - (42257,10661,1,10583,0,5985.6,-4423.26,711.522,1.4387,333,15,0,3420,0,0,1), - (42258,10661,1,10583,0,6123.14,-4732.53,742.411,2.66048,333,3,0,3420,0,0,1), - (42259,10661,1,10583,0,6165.43,-4492.74,685.851,2.08946,333,5,0,3420,0,0,1), - (42260,10661,1,10583,0,6151.47,-4427.07,661.981,5.67302,333,3,0,3420,0,0,1), - (42261,10661,1,10583,0,6164.73,-4375.12,663.892,0.61323,333,3,0,3420,0,0,1), - (42262,10661,1,10583,0,6173.84,-4204.27,642.614,3.25983,333,3,0,3420,0,0,1), - (42263,10661,1,10583,0,5963.93,-4192.41,614.276,6.04548,333,3,0,3420,0,0,1), - (42264,10918,1,11513,0,5042.13,-4845.89,869.714,0.699623,333,0,0,3967,0,0,0), - (42265,10662,1,9995,0,6282.77,-4491.71,721.254,4.67879,600,0,0,16194,0,0,0), - (42266,10663,1,9996,0,5966.88,-4093.09,598.823,1.36743,600,0,0,17226,0,0,0), - (42267,10664,1,6373,0,5887.75,-4058.83,594.695,0.951846,600,5,0,36737,9678,0,2), - (42268,4779,1,2785,0,6741.7,-4608.93,720.738,4.83456,333,0,0,64,53,0,0), - (42269,11182,1,10739,0,6740.85,-4691.69,721.453,4.29351,333,0,0,3986,0,0,0), - (42270,11183,1,10740,0,6742.89,-4694.97,721.453,3.12414,333,0,0,4108,0,0,0), - (42271,11184,1,10741,0,6733.39,-4699.04,721.453,0.610865,333,0,0,3632,0,0,0), - (42272,11696,1,11662,0,7243.25,-5131.11,732.957,0.191986,333,0,0,3866,0,0,0), - (42273,11185,1,10742,0,6706.15,-4633.79,721.869,5.58505,333,0,0,4356,0,0,0), - (42274,11186,1,10744,0,6706.53,-4703.55,721.682,0.977384,333,0,0,3986,0,0,0), - (42275,11187,1,10743,0,6679.62,-4670.89,721.797,3.26377,333,0,0,3857,0,0,0), - (42276,11188,1,10745,0,6745.13,-4630.21,721.675,4.18879,333,0,0,4484,0,0,0), - (42277,11189,1,10746,0,6772.05,-4662.02,723.979,5.37561,333,0,0,3632,0,0,0), - (42278,11190,1,10748,0,6738,-4674.85,722.069,5.59426,333,0,0,4356,0,0,0), - (42279,11190,1,10748,0,6768.34,-4668.52,723.748,6.23082,333,0,0,4356,0,0,0), - (42280,11190,1,10747,0,6719.97,-4702.69,721.832,0.95876,333,0,0,4356,0,0,0), - (42281,11190,1,10748,0,6718.4,-4629.9,721.785,3.08778,333,0,0,4356,0,0,0), - (42282,11190,1,10748,0,6768.52,-4673.63,723.748,0,333,0,0,4356,0,0,0), - (42283,11190,1,10748,0,6730.23,-4611.55,720.785,1.74533,333,0,0,4356,0,0,0), - (42284,11190,1,10747,0,6686.82,-4677.92,721.715,3.46504,333,0,0,4356,0,0,0), - (42285,11190,1,10748,0,6702.67,-4648.39,721.115,3.91285,333,0,0,4356,0,0,0), - (42286,11190,1,10748,0,6712.55,-4679.95,721.349,4.38982,333,0,0,4356,0,0,0), - (42287,11190,1,10747,0,6700.61,-4694.59,722.099,5.07187,333,0,0,4356,0,0,0), - (42288,11190,1,10747,0,6730.38,-4629.39,721.41,3.11139,333,0,0,4356,0,0,0), - (42289,11190,1,10747,0,6712.8,-4640,721.365,5.27548,333,0,0,4356,0,0,2), - (42290,11190,1,10748,0,6726.46,-4654.4,720.99,3.5595,333,0,0,4356,0,0,0), - (42291,11190,1,10747,0,6749.09,-4713.45,721.298,4.33475,333,0,0,4356,0,0,0), - (42292,11190,1,10748,0,6779.05,-4681.28,723.978,1.62316,333,0,0,4356,0,0,0), - (42293,11190,1,10747,0,6725.81,-4623.57,720.936,1.6697,333,0,0,4356,0,0,2), - (42294,11190,1,10747,0,6783.28,-4664.83,723.966,3.45575,333,0,0,4356,0,0,0), - (42295,11190,1,10747,0,6718.92,-4612.77,721.41,1.50098,333,0,0,4356,0,0,0), - (42296,11191,1,10725,0,6776.04,-4671.03,723.894,2.26893,333,0,0,4108,0,0,0), - (42297,11192,1,10726,0,6778.65,-4668.73,723.929,4.01426,333,0,0,4484,0,0,0), - (42298,11193,1,10724,0,6773.18,-4671.16,723.858,6.19592,333,0,0,4356,0,0,0), - (42299,10684,1,11423,0,6433.67,-4302.5,666.743,6.0915,333,0,0,2891,2163,0,0), - (42300,10431,1,9792,0,6688.56,-4672.37,721.742,5.96903,333,0,0,4108,0,0,0), - (42301,14531,1,14580,0,7909.71,-4598.67,710.318,0.643306,600,0,0,24416,0,0,0), - (42302,3779,1,1916,0,7122.51,-3977.65,745.698,2.84489,333,0,0,3375,0,0,0), - (42303,11718,1,11673,0,7928.07,-4455.82,711.498,3.89208,333,0,0,4930,0,0,0), - (42304,10197,1,3208,0,6764.5,-3514.1,686.782,2.27956,19900,0,0,3398,0,0,0), - (42305,10198,1,10317,0,5211.14,-4815.45,701.077,0.733038,43200,0,0,9156,0,0,0), - (42306,10199,1,9491,0,6848.33,-5066.45,689.427,5.38911,19900,3,0,3198,2369,0,2), - (42307,10201,1,10925,0,4733.43,-4933.86,885.823,0.959931,43200,0,0,27665,9944,0,0), - (42308,10978,1,10651,0,6705.61,-4686.18,721.974,0.436332,333,0,0,4356,0,0,0), - (42309,10468,1,10655,0,6705.58,-4692.07,721.272,2.1293,333,0,0,3986,0,0,0), - (42310,11751,1,11674,0,7924.14,-4453.44,711.23,4.64258,333,0,0,919,0,0,0), - (42311,11753,1,11675,0,6705.41,-4662.46,722.028,6.23082,333,0,0,4484,0,0,0), - (42312,11754,1,11676,0,6726.73,-4623.79,721.061,1.62203,333,5,0,3857,5751,0,2), - (42313,11755,1,11679,0,6714.13,-4655.94,721.72,0,333,0,0,3986,0,0,0), - (42314,11757,1,11690,0,6723.88,-4715.68,722.038,2.93694,333,0,0,2666,0,0,0), - (42315,10738,1,9491,0,6720,-5255.57,777.95,5.00198,333,5,0,7107,4738,0,2), - (42316,2303,1,10749,0,7147.01,-4005.61,745.713,2.79253,333,0,0,3643,0,0,0), - (42317,10929,1,10199,0,6109.63,-4189.44,850.446,5.14872,300,0,0,18972,2568,0,0), - (42318,11822,1,11777,0,7879.36,-2419.45,497.273,5.79449,300,0,0,4108,2117,0,0), - (42319,12022,1,12033,0,7873.69,-2494.83,489.361,4.32842,300,0,0,3632,0,0,0), - (42320,11822,1,11775,0,7948.36,-2371.89,486.781,1.62316,300,0,0,4108,2117,0,0), - (42321,11822,1,11776,0,7803.22,-2421.13,488.602,5.07891,300,0,0,4108,2117,0,0), - (42322,11822,1,11775,0,7961.83,-2370.75,486.552,1.8326,300,0,0,4108,2117,0,0), - (42323,11822,1,11775,0,7799.91,-2407.41,488.05,3.61283,300,0,0,4108,2117,0,0), - (42324,11822,1,11776,0,7838.02,-2442.74,487.195,1.58825,300,0,0,4108,2117,0,0), - (42325,12025,1,12047,0,7768.57,-2429.68,487.31,4.85202,300,0,0,3632,0,0,0), - (42326,11822,1,11774,0,7787.79,-2413.56,489.011,0.558505,300,0,0,4108,2117,0,0), - (42327,11822,1,11776,0,7990.63,-2691.08,510.865,0.383972,300,0,0,4108,2117,0,0), - (42328,11716,1,11684,0,7944.3,-2638.42,492.936,2.26893,300,0,0,3857,0,0,0), - (42329,11939,1,11893,0,7943.56,-2417.24,494.055,4.85202,300,0,0,4108,0,0,0), - (42330,11796,1,11771,0,8002.22,-2492.85,491.951,2.4917,300,0,0,3857,2434,0,0), - (42331,11795,1,11770,0,7990.11,-2576.35,502.513,0.017453,300,0,0,3857,2434,0,0), - (42332,11801,1,11768,0,7797.39,-2574.32,488.562,0.017453,300,0,0,3857,2434,0,0), - (42333,11799,1,11766,0,7874.23,-2224.18,469.159,3.57792,300,0,0,3857,2434,0,0), - (42334,11802,1,11769,0,8020,-2678.74,524.532,5.88176,300,0,0,3857,3155,0,0), - (42335,11797,1,11772,0,7826.03,-2530.64,489.384,5.18363,300,0,0,3857,2434,0,0), - (42336,10897,1,10196,0,7454.85,-2491.61,462.699,1.15192,600,0,0,7423,7071,0,0), - (42337,11798,1,11773,0,7785.46,-2403.46,489.626,5.86431,300,0,0,3857,2434,0,0), - (42338,11800,1,11767,0,7795.36,-2400.29,489.52,4.32842,300,0,0,3857,2434,0,0), - (42339,12740,1,12629,0,7466.15,-2122.08,492.427,5.88176,600,0,0,7760,7071,0,0), - (42340,11832,1,11906,0,7848.3,-2216.35,470.888,3.90954,600,0,0,56475,89880,0,0), - (42341,721,1,328,0,7608.12,-2225.69,469.839,0.061484,300,5,0,1,0,0,1), - (42342,883,1,347,0,7524.31,-2193.02,476.397,4.20073,300,5,0,1,0,0,1), - (42343,1412,1,134,0,7625.93,-2208,468.214,1.31655,300,10,0,8,0,0,1), - (42344,1412,1,134,0,7574.53,-2215.41,474.143,2.40816,300,10,0,8,0,0,1), - (42345,883,1,347,0,7592.45,-2194.54,475.698,0.247466,300,5,0,1,0,0,1), - (42346,1412,1,134,0,7592.41,-2184.6,475.299,2.22524,300,10,0,8,0,0,1), - (42347,11957,1,11910,0,7359.77,-2729.17,461.181,6.21553,300,0,0,5468,0,0,0), - (42348,1412,1,134,0,7534.41,-2143.83,483.908,3.15722,300,10,0,8,0,0,1), - (42349,883,1,347,0,7565.45,-2361.3,453.986,6.00408,300,10,0,1,0,0,1), - (42350,1412,1,134,0,8000.31,-2276.89,490.687,3.41993,300,10,0,8,0,0,1), - (42351,883,1,347,0,7962.98,-2266.01,480.19,4.51289,300,5,0,1,0,0,1), - (42352,883,1,347,0,7774.37,-2887.24,466.091,4.63816,300,10,0,1,0,0,1), - (42353,1412,1,134,0,7620.92,-2896.15,465.532,0.174319,300,10,0,8,0,0,1), - (42354,721,1,328,0,7376.25,-2698.62,462.837,3.35066,300,5,0,1,0,0,1), - (42355,883,1,347,0,7509.89,-2952.18,461.268,0.369294,300,5,0,1,0,0,1), - (42356,11956,1,11909,0,8068.29,-2284.12,497.074,1.09579,300,0,0,5468,0,0,0), - (42364,11822,1,11774,0,7918.04,-2492.09,488.53,0.05236,300,0,0,4108,2117,0,0), - (42365,4184,1,11907,0,7985.27,-2581.48,493.124,2.40855,300,0,0,3632,0,0,0), - (42366,7940,1,7016,0,7979.74,-2569.33,493.124,4.67748,300,0,0,3866,0,0,0), - (42367,11822,1,11775,0,7571.55,-2900.22,460.274,1.48353,300,0,0,4108,2117,0,0), - (42368,11822,1,11777,0,7561.52,-2899.31,460.247,1.44862,300,0,0,4108,2117,0,0), - (42369,12023,1,12034,0,8030.57,-2687.78,515.143,0.628319,300,0,0,3632,0,0,0), - (42370,11822,1,11774,0,7888.12,-2575.61,487.058,1.90241,300,0,0,4108,2117,0,0), - (42371,12021,1,12045,0,7956.8,-2424.43,489.03,5.8294,300,0,0,3632,0,0,0), - (42372,11822,1,11777,0,7620.78,-3025.96,483.009,2.30383,300,0,0,4108,2117,0,0), - (42373,11822,1,11777,0,7468.21,-2791.69,461.972,4.70428,300,5,0,4108,2117,0,2), - (42374,1412,1,134,0,7655.68,-2203.19,466.828,2.85874,300,10,0,8,0,0,1), - (42375,1412,1,134,0,8060.94,-2716.67,518.772,6.28293,300,10,0,8,0,0,1), - (42376,1412,1,134,0,7335.35,-2643.57,491.67,6.03204,300,10,0,8,0,0,1), - (42377,1412,1,134,0,7521.72,-2489.4,454.6,3.25516,300,10,0,8,0,0,1), - (42378,1412,1,134,0,7714.08,-2886.8,465.58,1.60646,300,10,0,8,0,0,1), - (42379,1412,1,134,0,7723.12,-2813.36,460.252,6.16101,300,10,0,8,0,0,1), - (42380,1412,1,134,0,7804.25,-2152.69,478.866,4.41195,300,10,0,8,0,0,1), - (42381,883,1,347,0,7509.51,-2436.65,456.828,1.44378,300,5,0,1,0,0,1), - (42388,11822,1,11775,0,7868.76,-2557.35,487.11,0.05236,300,0,0,4108,2117,0,0), - (42389,11822,1,11776,0,7975.65,-2495.48,487.399,3.33358,300,0,0,4108,2117,0,0), - (42390,11822,1,11776,0,7919.44,-2501.1,488.41,0.191986,300,0,0,4108,2117,0,0), - (42391,11822,1,11774,0,7843.47,-2230.49,467.772,3.9968,300,0,0,4108,2117,0,0), - (42392,12024,1,12031,0,7840.32,-2562.68,489.369,4.74729,300,0,0,3404,0,0,0), - (42393,11822,1,11776,0,7607.1,-2972.36,461.17,3.28266,300,0,0,4108,2117,0,0), - (42394,11822,1,11776,0,7810.99,-2567.44,488.578,4.7822,300,0,0,4108,2117,0,0), - (42395,11822,1,11775,0,7825.73,-2442.33,487.746,1.50098,300,0,0,4108,2117,0,0), - (42396,11822,1,11776,0,7680.14,-2961.24,465.808,3.52556,300,0,0,4108,2117,0,0), - (42397,12026,1,12050,0,7970,-2408.71,489.017,3.31613,300,0,0,3632,0,0,0), - (42398,721,1,328,0,7477.69,-2530.84,457.948,3.18263,300,5,0,1,0,0,1), - (42399,1412,1,134,0,7661.07,-2235.09,461.686,1.30215,300,10,0,8,0,0,1), - (42400,883,1,347,0,7566.29,-2324.07,465.892,2.20024,300,5,0,1,0,0,1), - (42401,883,1,347,0,7779.4,-2355.34,455.628,5.44593,300,5,0,1,0,0,1), - (42402,1412,1,134,0,7569.56,-2178.33,477.645,5.68326,300,10,0,8,0,0,1), - (42403,883,1,347,0,7825.86,-2169.29,476.164,0.611286,300,10,0,1,0,0,1), - (42404,1412,1,134,0,7664.42,-2952.8,464.797,5.18363,300,0,0,8,0,0,0), - (42405,721,1,328,0,7638.93,-2940.33,462.736,0.362405,300,5,0,1,0,0,1), - (42406,883,1,347,0,7663.18,-2239.95,462.749,1.44741,300,10,0,1,0,0,1), - (42410,11822,1,11777,0,7812.21,-2579.67,488.578,1.74533,300,0,0,4108,2117,0,0), - (42411,11822,1,11774,0,7837.17,-2225.48,467.486,4.11898,300,0,0,4108,2117,0,0), - (42412,11822,1,11776,0,7628.34,-3019.38,483.009,2.11185,300,0,0,4108,2117,0,0), - (42413,12019,1,12044,0,7888.76,-2509.42,489.351,1.62316,300,0,0,3632,0,0,0), - (42414,11822,1,11776,0,7986.36,-2669.34,512.286,0.314159,300,0,0,4108,2117,0,0), - (42415,12042,1,12053,0,7867.13,-2593.73,486.92,0.680678,300,0,0,3632,2153,0,0), - (42416,11822,1,11774,0,8008.61,-2667.19,512.183,2.68781,300,0,0,4108,2117,0,0), - (42417,11822,1,11777,0,7889.49,-2213.62,474.329,0.795509,300,0,0,4108,2117,0,0), - (42418,11822,1,11775,0,7955.89,-2600.95,489.784,1.53589,300,0,0,4108,2117,0,0), - (42419,11822,1,11775,0,7795.4,-2423.64,488.176,5.11381,300,0,0,4108,2117,0,0), - (42420,883,1,347,0,7629.2,-2925.48,462.361,6.09492,300,5,0,1,0,0,1), - (42421,883,1,347,0,7954.47,-2236.68,481.873,5.24243,300,5,0,1,0,0,1), - (42422,1412,1,134,0,7624.78,-2291.01,459.681,3.69027,300,10,0,8,0,0,1), - (42423,1412,1,134,0,7390.14,-2584.9,458.608,1.64439,300,10,0,8,0,0,1), - (42424,883,1,347,0,7818.99,-2235.69,463.321,5.30743,300,5,0,1,0,0,1), - (42425,1412,1,134,0,7669.2,-2088.1,480.678,1.51801,300,10,0,8,0,0,1), - (42426,883,1,347,0,7425.22,-2890.8,472.59,1.28364,300,5,0,1,0,0,1), - (42427,1412,1,134,0,7954.75,-2358.13,486.97,0.241126,300,10,0,8,0,0,1), - (42428,883,1,347,0,7633.23,-2975.48,468.894,3.17427,300,5,0,1,0,0,1), - (42429,12029,1,12040,0,7834.28,-2612.63,489.384,1.74533,300,0,0,3632,0,0,0), - (42430,11822,1,11774,0,7954.49,-2569.43,490.164,2.40855,300,0,0,4108,2117,0,0), - (42431,11822,1,11777,0,8031.08,-2646.01,512.205,3.22886,300,0,0,4108,2117,0,0), - (42432,11822,1,11775,0,7685.39,-2970.33,465.808,3.59538,300,0,0,4108,2117,0,0), - (42433,1412,1,134,0,7527.71,-2250.76,474.589,4.58862,300,10,0,8,0,0,1), - (42434,1412,1,134,0,8000.02,-2500.99,490.724,3.20998,300,0,0,8,0,0,0), - (42435,1412,1,134,0,7715.85,-3011.06,469.191,5.32477,300,10,0,8,0,0,1), - (42436,883,1,347,0,8047.73,-2301.39,498.517,0.734267,300,10,0,1,0,0,1), - (42437,721,1,328,0,7568.76,-2162.24,480.291,2.48657,300,5,0,1,0,0,1), - (42438,1412,1,134,0,7473.39,-2680.11,454.268,2.58177,300,10,0,8,0,0,1), - (42439,1412,1,134,0,7810.66,-2281.19,457.681,1.00722,300,10,0,8,0,0,1), - (42440,883,1,347,0,7556.08,-2429.15,454.417,4.63217,300,5,0,1,0,0,1), - (42441,1412,1,134,0,7428.54,-2871.55,465.777,0.073347,300,10,0,8,0,0,1), - (42442,721,1,328,0,7755.02,-2814.88,462.777,3.5151,300,10,0,1,0,0,1), - (42443,883,1,347,0,7745.78,-2102.08,476.098,1.29169,300,5,0,1,0,0,1), - (42444,721,1,328,0,7721.35,-2857.9,463.624,1.24085,300,5,0,1,0,0,1), - (42445,1412,1,134,0,7596.75,-2120.33,482.193,6.16772,300,10,0,8,0,0,1), - (42446,1412,1,134,0,7987.27,-2335.7,492.045,6.21051,300,10,0,8,0,0,1), - (42447,1412,1,134,0,7523.45,-2327.7,469.703,6.23825,300,10,0,8,0,0,1), - (42448,883,1,347,0,7328.84,-2709.83,465.438,5.41413,300,5,0,1,0,0,1), - (42449,883,1,347,0,7900.65,-2585.79,486.271,5.76426,300,5,0,1,0,0,1), - (42450,883,1,347,0,7441.35,-2912.39,476.949,4.80526,300,5,0,1,0,0,1), - (42451,883,1,347,0,7757.51,-2291.69,459.283,3.49369,300,5,0,1,0,0,1), - (42452,1412,1,134,0,7830.84,-2515.59,486.695,6.16577,300,10,0,8,0,0,1), - (42453,883,1,347,0,7431.77,-2722.1,463.337,1.99635,300,5,0,1,0,0,1), - (42454,883,1,347,0,7595.2,-2385.53,457.111,3.11412,300,5,0,1,0,0,1), - (42455,1412,1,134,0,7820.36,-2239.44,463.636,5.63649,300,10,0,8,0,0,1), - (42456,1412,1,134,0,7620.96,-3012.62,479.442,0.488849,300,10,0,8,0,0,1), - (42457,1412,1,134,0,7795.88,-2238.43,462.725,4.13738,300,10,0,8,0,0,1), - (42458,1412,1,134,0,7741.67,-2108.33,475.744,5.98985,300,10,0,8,0,0,1), - (42459,1412,1,134,0,7597.07,-2159.02,480.425,5.71144,300,10,0,8,0,0,1), - (42460,883,1,347,0,7547.87,-2170.48,481.182,0.377968,300,5,0,1,0,0,1), - (42461,1412,1,134,0,7962.19,-2285.81,480.459,3.02339,300,10,0,8,0,0,1), - (42462,883,1,347,0,7945.55,-2147.86,500.146,4.9872,300,5,0,1,0,0,1), - (42463,721,1,328,0,7696.92,-2254.88,459.184,5.62094,300,5,0,1,0,0,1), - (42464,1412,1,134,0,7928.51,-2238.54,483.772,4.59417,300,10,0,8,0,0,1), - (42465,1412,1,134,0,7555.89,-2297.35,468.625,5.22754,300,10,0,8,0,0,1), - (42466,883,1,347,0,7755.53,-2791.56,458.725,4.99002,300,10,0,1,0,0,1), - (42467,883,1,347,0,7694.27,-3005.64,464.738,4.01042,300,5,0,1,0,0,1), - (42468,883,1,347,0,7808.94,-2851.93,459.709,4.09444,300,10,0,1,0,0,1), - (42469,1412,1,134,0,7611.49,-2320.19,464.071,1.28516,300,10,0,8,0,0,1), - (42470,721,1,328,0,7447.93,-2794.27,464.689,2.56978,300,5,0,1,0,0,1), - (42471,883,1,347,0,8010.76,-2695.97,512.278,2.53963,300,2,0,1,0,0,1), - (42472,1412,1,134,0,7495.41,-2202.35,481.366,4.99764,300,10,0,8,0,0,1), - (42473,721,1,328,0,7407.73,-2413.88,462.187,0.097919,300,5,0,1,0,0,1), - (42474,1412,1,134,0,8013.17,-2595.33,499.645,5.59045,300,10,0,8,0,0,1), - (42475,1412,1,134,0,7624.93,-2121,481.668,2.4516,300,10,0,8,0,0,1), - (42476,721,1,328,0,8021.2,-2242.02,496.16,1.5542,300,5,0,1,0,0,1), - (42477,721,1,328,0,7774.66,-2136.47,475.456,6.09463,300,5,0,1,0,0,1), - (42478,1412,1,134,0,7504.12,-2578.75,457.165,3.48356,300,10,0,8,0,0,1), - (42479,1412,1,134,0,7779.02,-2849.11,465.06,2.00913,300,10,0,8,0,0,1), - (42480,883,1,347,0,7555.47,-2900.06,461.417,6.01239,300,5,0,1,0,0,1), - (42481,721,1,328,0,7478.59,-2752.32,461.775,1.84136,300,5,0,1,0,0,1), - (42482,721,1,328,0,7554.27,-2861.11,458.86,0.634898,300,5,0,1,0,0,1), - (42483,883,1,347,0,7707.97,-2209.12,459.958,4.95465,300,10,0,1,0,0,1), - (42484,1412,1,134,0,7995.28,-2129.64,501.595,5.38935,300,10,0,8,0,0,1), - (42485,883,1,347,0,7702.32,-2385.49,452.101,0.352942,300,2,0,1,0,0,1), - (42486,1412,1,134,0,7668.45,-2358.72,456.936,0.227829,300,10,0,8,0,0,1), - (42487,1412,1,134,0,7497.54,-2831.42,461.219,4.47973,300,10,0,8,0,0,1), - (42488,1412,1,134,0,7676.27,-2127.05,479.672,5.65942,300,10,0,8,0,0,1), - (42489,883,1,347,0,7496.75,-2882.35,457.74,2.87489,300,5,0,1,0,0,1), - (42490,883,1,347,0,7980.8,-2656.97,514.521,3.37828,300,5,0,1,0,0,1), - (42491,721,1,328,0,7867.82,-2208.28,471.191,1.48571,300,5,0,1,0,0,1), - (42492,883,1,347,0,7748.83,-2921.49,474.596,5.99416,300,5,0,1,0,0,1), - (42493,1412,1,134,0,7484.72,-2213.3,482.47,3.0084,300,10,0,8,0,0,1), - (42494,883,1,347,0,7390.45,-2558.62,462.232,3.09276,300,5,0,1,0,0,1), - (42495,883,1,347,0,7683.87,-2980.71,465.116,0.785398,300,5,0,1,0,0,1), - (42496,1412,1,134,0,7461.83,-2569.21,457.605,1.92513,300,10,0,8,0,0,1), - (42497,721,1,328,0,7869.37,-2257.86,475.635,4.86051,300,5,0,1,0,0,1), - (42498,1412,1,134,0,7935.13,-2548.68,485.306,3.13552,300,10,0,8,0,0,1), - (42499,883,1,347,0,7459.72,-2820.69,463.506,0.610853,300,5,0,1,0,0,1), - (42500,883,1,347,0,7654.53,-2866.12,466.414,0.982963,300,10,0,1,0,0,1), - (42501,1412,1,134,0,7888.26,-2584.11,487.028,5.31273,300,10,0,8,0,0,1), - (42502,1412,1,134,0,7590.17,-2342.1,456.839,5.94354,300,10,0,8,0,0,1), - (42503,883,1,347,0,7765.76,-2378.71,470.098,4.19106,300,5,0,1,0,0,1), - (42504,1412,1,134,0,7563.91,-2414.75,453.49,4.92185,300,10,0,8,0,0,1), - (42505,721,1,328,0,7805.92,-2338.95,457.319,4.00479,300,5,0,1,0,0,1), - (42506,1412,1,134,0,7804.33,-2305.82,455.494,1.62912,300,10,0,8,0,0,1), - (42507,721,1,328,0,7826.4,-2424.23,488.733,2.63245,300,5,0,1,0,0,1), - (42508,883,1,347,0,7455.33,-2296.08,474.839,0.614895,300,10,0,1,0,0,1), - (42509,883,1,347,0,8075.92,-2237.89,515.601,4.17448,300,5,0,1,0,0,1), - (42510,721,1,328,0,7993.7,-2659.89,512.514,0.863548,300,5,0,1,0,0,1), - (42511,721,1,328,0,7438.2,-2322.83,476.973,6.15386,300,5,0,1,0,0,1), - (42512,1412,1,134,0,7694.48,-2221.56,456.351,0.34493,300,10,0,8,0,0,1), - (42513,883,1,347,0,7511.05,-2529.04,455.107,6.0446,300,5,0,1,0,0,1), - (42514,883,1,347,0,7352.22,-2601.39,482.341,1.92661,300,5,0,1,0,0,1), - (42515,883,1,347,0,7643.06,-2108.36,479.713,5.91799,300,10,0,1,0,0,1), - (42516,721,1,328,0,7410.48,-2890.33,473.289,6.04691,300,5,0,1,0,0,1), - (42517,1412,1,134,0,7497.25,-2482.17,457.538,4.58148,300,10,0,8,0,0,1), - (42518,883,1,347,0,7882.01,-2120.12,492.99,1.86734,300,5,0,1,0,0,1), - (42519,721,1,328,0,8010.92,-2556.88,492.227,5.52507,300,5,0,1,0,0,1), - (42520,883,1,347,0,7690.51,-2895.17,463.019,2.85444,300,10,0,1,0,0,1), - (42521,883,1,347,0,7454.91,-2863.6,469.151,3.58348,300,5,0,1,0,0,1), - (42522,721,1,328,0,8011.76,-2624.69,506.3,3.31638,300,5,0,1,0,0,1), - (42523,883,1,347,0,7460.41,-2886.8,469.487,1.9426,300,5,0,1,0,0,1), - (42524,883,1,347,0,7669.25,-2939.91,465.834,6.15884,300,5,0,1,0,0,1), - (42525,883,1,347,0,7700.28,-2162.31,469.827,5.04391,300,5,0,1,0,0,1), - (42526,883,1,347,0,7453.83,-2338.38,470.97,2.39904,300,10,0,1,0,0,1), - (42527,883,1,347,0,7770.58,-2278.8,455.08,4.72492,300,10,0,1,0,0,1), - (42528,721,1,328,0,8029.03,-2208.55,510.369,5.44114,300,5,0,1,0,0,1), - (42529,1412,1,134,0,7872.56,-2136.1,488.754,2.49675,300,10,0,8,0,0,1), - (42530,883,1,347,0,7381.3,-2784.19,461.266,4.20801,300,5,0,1,0,0,1), - (42531,883,1,347,0,7480.06,-2722.6,457.841,2.58123,300,5,0,1,0,0,1), - (42532,1412,1,134,0,7417.99,-2819.24,464.394,1.39626,300,0,0,8,0,0,0), - (42533,721,1,328,0,7675.07,-2332.22,456.451,3.74856,300,5,0,1,0,0,1), - (42534,883,1,347,0,7751.46,-2893.79,467.067,3.11698,300,10,0,1,0,0,1), - (42535,883,1,347,0,7871.1,-2173.72,478.932,0.860792,300,5,0,1,0,0,1), - (42536,883,1,347,0,7733.68,-2856.2,465.005,2.41219,300,5,0,1,0,0,1), - (42537,1412,1,134,0,7647.92,-2152.64,474.809,4.38647,300,10,0,8,0,0,1), - (42538,1412,1,134,0,7753.17,-2204.33,464.043,4.59505,300,10,0,8,0,0,1), - (42539,721,1,328,0,7525.12,-2907.75,460.335,5.5973,300,5,0,1,0,0,1), - (42540,1412,1,134,0,7885.12,-2193.27,480.193,3.28073,300,10,0,8,0,0,1), - (42541,883,1,347,0,7480.78,-2261.4,476.573,2.40667,300,10,0,1,0,0,2), - (42542,1412,1,134,0,7563.65,-3030.6,461.476,1.69709,300,10,0,8,0,0,1), - (42543,883,1,347,0,7442.48,-2468.92,459.243,2.98085,300,5,0,1,0,0,1), - (42544,1412,1,134,0,7522.61,-2870.54,456.952,3.79955,300,10,0,8,0,0,1), - (42545,883,1,347,0,7987.93,-2147.14,503.472,1.29263,300,5,0,1,0,0,1), - (42546,1412,1,134,0,7442.77,-2285.4,476.214,4.10902,300,10,0,8,0,0,1), - (42547,1412,1,134,0,7966.71,-2486.31,487.772,5.36815,300,0,0,8,0,0,0), - (42548,1412,1,134,0,7478.31,-2788.52,463.512,0.195434,300,10,0,8,0,0,1), - (42549,1412,1,134,0,7778.63,-2577.18,465.143,4.23824,300,10,0,8,0,0,1), - (42550,883,1,347,0,7388.35,-2885.12,474.39,2.81768,300,5,0,1,0,0,1), - (42551,883,1,347,0,7643.33,-2319.48,458.534,3.65773,300,5,0,1,0,0,1), - (42552,721,1,328,0,7400.94,-2513.84,464.682,1.54659,300,5,0,1,0,0,1), - (42553,883,1,347,0,7841.45,-2340.24,460.81,5.28505,300,5,0,1,0,0,1), - (42554,1412,1,134,0,7990.08,-2546.69,490.073,5.3641,300,10,0,8,0,0,1), - (42555,721,1,328,0,7536.29,-2282.1,471.04,0.703117,300,5,0,1,0,0,1), - (42556,1412,1,134,0,7871.55,-2321.65,464.257,3.00646,300,10,0,8,0,0,1), - (42557,1412,1,134,0,8025.18,-2656.18,512.108,5.57635,300,10,0,8,0,0,1), - (42558,721,1,328,0,7500.77,-2847.64,461.866,4.91611,300,5,0,1,0,0,1), - (42559,1412,1,134,0,7804.73,-2442.17,488.074,3.07974,300,10,0,8,0,0,1), - (42560,1412,1,134,0,7477.2,-2274.4,474.059,6.14702,300,10,0,8,0,0,1), - (42561,1412,1,134,0,7587.59,-2395.66,457.486,4.4825,300,10,0,8,0,0,1), - (42562,883,1,347,0,7418.86,-2854.58,467.283,6.03868,300,5,0,1,0,0,1), - (42563,1412,1,134,0,7720.17,-2910.28,471.17,6.16789,300,10,0,8,0,0,1), - (42564,721,1,328,0,7811.46,-2888.41,471.172,0.271768,300,10,0,1,0,0,1), - (42565,721,1,328,0,7660.69,-2975.26,466.408,2.24661,300,5,0,1,0,0,1), - (42575,10366,229,9753,0,10.86,-490.99,111.12,0.67,10800,0,0,18312,0,0,0), - (42576,10366,229,9753,0,8.53,-488.08,111.11,0.69,10800,0,0,18312,0,0,0), - (42577,740,0,9582,0,-10535.5,-2618.63,22.9834,5.73473,300,10,0,950,2553,0,1), - (42578,721,1,328,0,7389.19,-2736.24,459.491,4.83302,300,5,0,1,0,0,1), - (42579,883,1,347,0,7560.07,-2118.34,485.286,3.51557,300,10,0,1,0,0,1), - (42580,7232,0,6007,0,-8395,688.843,95.273,4.32,490,0,0,3857,0,0,0), - (42581,883,1,347,0,7436.23,-2456.85,454.889,5.9775,300,5,0,1,0,0,1), - (42596,5649,209,6423,0,1465.17,833.569,10.0631,1.91986,18000,0,0,5346,0,0,0), - (42597,8095,209,7345,0,1473.8,859.438,18.4442,0.151279,18000,5,0,5683,0,0,1), - (42598,14849,0,14914,0,-9537.16,70.2721,59.0065,5.03524,180,0,0,1240,0,0,0), - (42599,5648,209,6420,0,1511.31,844.814,9.72667,2.87979,18000,0,0,3603,7150,0,0), - (42600,5648,209,6420,0,1504.88,818.578,8.97416,2.46091,18000,0,0,3603,7150,0,0), - (42601,14849,0,14914,0,-9545.6,116.265,59.2087,4.90953,180,0,0,1240,0,0,0), - (42602,5648,209,6419,0,1521.9,826.386,8.8919,3.82264,1800,6,1,3603,7150,0,2), - (42603,7269,209,7470,0,1517.12,823.743,8.97511,0.226893,18000,3,0,1782,0,0,1), - (42604,5648,209,6420,0,1489.73,824.167,9.08669,6.00393,18000,0,0,3603,7150,0,0), - (42605,5648,209,6419,0,1505.32,844.512,9.4491,0.069813,18000,0,0,3603,7150,0,0), - (42606,5648,209,6420,0,1488.54,816.122,9.21445,5.37561,18000,0,0,3603,7150,0,0), - (42607,5648,209,6419,0,1505.5,846.106,9.74815,6.10865,18000,0,0,3603,7150,0,0), - (42608,5649,209,6424,0,1495.23,834.321,8.89086,3.46603,1800,5,1,5346,0,0,2), - (42609,7269,209,7470,0,1475.02,817.334,8.97415,2.56563,18000,5,0,1782,0,0,1), - (42610,8095,209,7345,0,1519.79,753.656,26.956,1.33225,18000,5,0,5683,0,0,1), - (42611,5648,209,6420,0,1531.04,822.545,9.17081,0.628319,18000,0,0,3603,7150,0,0), - (42612,5649,209,6423,0,1532.13,821.041,9.34458,1.13446,18000,0,0,5346,0,0,0), - (42613,10430,229,10193,0,87.38,-554.12,111.1,2.58,1000000,0,0,80925,0,0,0), - (42614,5649,209,6423,0,1535.25,825.811,8.87731,4.08407,18000,0,0,5346,0,0,0), - (42615,8095,209,7345,0,1547.6,742.664,36.6663,2.79026,18000,5,0,5683,0,0,1), - (42617,5649,209,6424,0,1562.31,868.947,9.52113,1.0821,18000,0,0,5346,0,0,0), - (42618,7269,209,7470,0,1560.28,849.29,8.97512,3.56047,18000,8,0,1782,0,0,1), - (42619,5649,209,6424,0,1544.7,838.938,8.8912,3.85389,1800,5,1,5346,0,0,2), - (42620,8095,209,7345,0,1588.65,750.514,29.347,3.5212,18000,5,0,5683,0,0,1), - (42621,8095,209,7345,0,1538.36,896.122,12.2658,2.6316,18000,5,0,5683,0,0,1), - (42622,5648,209,6420,0,1586.46,853.121,9.88523,4.24115,18000,0,0,3603,7150,0,0), - (42623,5649,209,6423,0,1564.22,871.627,9.70283,4.46804,18000,0,0,5346,0,0,0), - (42624,5648,209,6420,0,1583,847.667,11.134,0.890118,18000,0,0,3603,7150,0,0), - (42625,5650,209,6421,0,1582,850.825,9.89255,5.96903,18000,0,0,4278,2966,0,0), - (42626,5648,209,6419,0,1546.47,835.226,8.8914,3.8113,1800,5,1,3603,7150,0,2), - (42627,5648,209,6419,0,1606.3,857.721,11.6019,5.0091,18000,0,0,3603,7150,0,0), - (42628,5650,209,6421,0,1616.86,778.17,11.32,5.3058,18000,0,0,4278,2966,0,0), - (42629,11319,389,11610,0,-145.738,-57.7801,-58.4145,2.6529,7200,2,0,833,264,0,1), - (42630,5649,209,6423,0,1620.09,773.471,11.5338,2.18166,18000,0,0,5346,0,0,0), - (42631,7246,209,6425,0,1620.47,774.6,10.363,2.46091,18000,0,0,4119,2864,0,0), - (42632,7246,209,6426,0,1520.33,916.787,21.9712,5.0091,18000,5,0,4119,2864,0,1), - (42633,5650,209,6421,0,1613.04,892.271,9.0397,6.23082,18000,0,0,4278,2966,0,0), - (42634,7269,209,7470,0,1610.28,880.92,8.97477,5.32325,18000,5,0,1782,0,0,1), - (42635,883,1,347,0,7388.32,-2510.43,469.648,0.937838,300,5,0,1,0,0,1), - (42636,1412,1,134,0,7652.34,-2096.89,483.332,4.51509,300,10,0,8,0,0,1), - (42642,883,1,347,0,7629.1,-2187.35,473.83,2.08595,300,0,0,1,0,0,0), - (42643,750,0,1995,0,-10885.7,-4221.34,0.122311,0.099354,300,0,0,1981,0,0,0), - (42646,1543,0,441,0,2970.28,389.261,15.7945,5.32325,300,0,0,137,0,0,0), - (42648,883,1,347,0,7842.4,-2290.36,461.558,4.46883,300,5,0,1,0,0,1), - (42649,1412,1,134,0,7977.08,-2747.92,479.426,0.828383,300,10,0,8,0,0,1), - (42650,1412,1,134,0,7983.49,-2187.65,496.928,3.64717,300,10,0,8,0,0,1), - (42653,1412,1,134,0,7419.67,-2238.3,488.874,1.42627,300,2,0,8,0,0,1), - (42654,1412,1,134,0,7759.86,-2273.91,455.033,6.09083,300,10,0,8,0,0,1), - (42665,1543,0,441,0,2969.13,386.905,15.9195,5.96903,300,0,0,137,0,0,0), - (42666,1553,0,4734,0,2397.83,1264.81,36.1853,2.18832,300,5,0,120,0,0,1), - (42667,1545,0,346,0,2916.44,1289.88,1.84693,1.67153,300,5,0,176,0,0,1), - (42670,1412,1,134,0,7477.88,-2483.83,461.477,5.00665,300,10,0,8,0,0,1), - (42671,7329,129,11383,0,2495.28,927.812,48.6501,5.84932,7200,0,0,3780,0,0,0), - (42672,7329,129,11383,0,2497.61,933.122,48.3386,2.33214,7200,0,0,3780,0,0,0), - (42673,7328,129,11384,0,2536.95,878.409,47.7471,1.43083,7200,0,0,3748,0,0,0), - (42674,7329,129,11383,0,2541.62,878.335,47.8833,4.3058,7200,0,0,3780,0,0,0), - (42675,7337,129,11381,0,2541.38,883.627,47.9254,2.88717,7200,1,0,3027,1067,0,1), - (42676,2110,129,1141,0,2538.41,876.342,47.678,0.56715,7200,5,0,1,0,0,1), - (42677,7328,129,11384,0,2497.72,936.63,48.5002,0.538688,7200,0,0,3748,0,0,0), - (42678,7352,129,146,0,2478.47,940.218,23.2707,4.81938,7200,0,1,3027,1067,0,2), - (42681,7341,129,9783,0,2480.11,939.406,23.4132,4.81941,7200,0,1,2706,2680,0,2), - (42682,7346,129,7848,0,2457.98,971.792,36.5285,4.31884,7200,0,0,1468,0,0,0), - (42683,2110,129,1141,0,2478.27,939.002,23.3457,0.682118,7200,5,0,1,0,0,1), - (42684,7344,129,5231,0,2472.65,986.829,23.6995,5.35144,7200,0,0,1403,0,0,0), - (42687,7348,129,1065,0,2473.36,993.727,23.3727,2.87391,7200,0,0,3660,0,0,0), - (42688,4076,129,2177,0,2473.95,937.461,23.6142,0.242329,7200,5,0,8,0,0,1), - (42689,7352,129,146,0,2470.12,913.654,26.6391,1.6057,7200,0,0,3027,1067,0,0), - (42690,7348,129,1065,0,2470.26,920.407,25.7429,0.488461,7200,0,0,3660,0,0,0), - (42691,7344,129,5231,0,2464.48,920.529,26.0583,3.2304,7200,0,0,1403,0,0,0), - (42692,7347,129,1065,0,2451.44,967.506,36.062,4.30387,7200,0,0,3831,0,0,0), - (42693,7347,129,1065,0,2454.7,977.548,35.7163,4.43857,7200,0,0,3831,0,0,0), - (42694,7346,129,7848,0,2448.97,974.833,36.1718,3.88879,7200,0,0,1468,0,0,0), - (42695,7352,129,146,0,2467.07,891.052,28.4543,1.44223,7200,0,0,3027,1067,0,0), - (42696,7341,129,9783,0,2465,890.982,28.7014,1.41227,7200,0,0,2706,2680,0,0), - (42697,4076,129,2177,0,2513.62,868.48,47.6034,1.08098,7200,5,0,8,0,0,1), - (42698,7344,129,5231,0,2465.06,912.662,26.7746,4.53875,7200,0,0,1403,0,0,0), - (42699,7329,129,11383,0,2521.25,865.376,47.7613,3.9555,7200,2,0,3780,0,0,1), - (42700,7328,129,11384,0,2503.81,862.563,47.7613,5.02056,7200,0,0,3748,0,0,0), - (42701,7329,129,11383,0,2552.09,859.259,51.6473,4.33457,7200,0,0,3780,0,0,0), - (42702,7337,129,11381,0,2546.83,858.142,51.1979,1.71377,7200,0,0,3027,1067,0,0), - (42703,7352,129,146,0,2446.11,938.189,35.1279,0.437342,7200,0,0,3027,1067,0,0), - (42704,7344,129,5231,0,2438.66,935.016,35.5474,2.16991,7200,0,0,1403,0,0,0), - (42705,7344,129,5231,0,2441.98,942.201,35.4881,0.943392,7200,0,0,1403,0,0,0), - (42706,7348,129,1065,0,2437.93,947.161,35.9655,2.56806,7200,0,0,3660,0,0,0), - (42707,7344,129,5231,0,2435.25,941.115,36.3236,1.37881,7200,0,0,1403,0,0,0), - (42708,2110,129,1141,0,2436.46,938.903,36.0352,3.08782,7200,5,0,1,0,0,1), - (42709,7343,129,7550,0,2463.37,1015.05,24.3318,5.16063,7200,0,1,305,0,0,2), - (42710,7343,129,7550,0,2464.93,1016.69,24.3579,5.19069,7200,0,1,305,0,0,2), - (42711,7329,129,11383,0,2502.49,854.987,47.678,6.09667,7200,0,0,3780,0,0,0), - (42712,7329,129,11383,0,2505.11,848.514,47.678,0.56702,7200,0,0,3780,0,0,0), - (42713,7337,129,11381,0,2508.09,855.546,47.7613,5.96903,7200,1,0,3027,1067,0,1), - (42714,2110,129,1141,0,2452.63,863.652,36.8769,1.0875,7200,5,0,1,0,0,1), - (42715,7352,129,146,0,2462.88,886.735,29.3683,1.27455,7200,0,0,3027,1067,0,0), - (42716,7348,129,1065,0,2465.01,886.877,29.0198,1.27452,7200,0,0,3660,0,0,0), - (42717,7329,129,11383,0,2539.85,849.052,49.9912,5.88545,7200,0,0,3780,0,0,0), - (42718,7328,129,11384,0,2547.62,852.532,51.2979,6.01331,7200,0,0,3748,0,0,0), - (42719,4076,129,2177,0,2538.74,849.695,49.4261,5.96987,7200,5,0,8,0,0,1), - (42720,7347,129,1065,0,2429.22,979.017,48.1471,5.62966,7200,0,0,3831,0,0,0), - (42721,7346,129,7848,0,2432.9,984.435,48.7186,0.52512,7200,0,0,1468,0,0,0), - (42722,7329,129,11383,0,2486.66,831.659,44.4343,4.69989,7200,1,0,3780,0,0,1), - (42723,7346,129,7848,0,2404.51,928.312,42.7047,5.3209,7200,0,0,1468,0,0,0), - (42724,7346,129,7848,0,2424.14,985.837,48.9103,2.23633,7200,0,0,1468,0,0,0), - (42725,7346,129,7848,0,2404.7,937.682,40.3169,0,7200,0,0,1468,0,0,0), - (42726,2110,129,1141,0,2424.16,985.042,48.7633,3.44064,7200,5,0,1,0,0,1), - (42728,1412,1,134,0,7815.25,-2191.67,472.547,1.31208,300,10,0,8,0,0,1), - (42729,721,1,328,0,7886.75,-2555.51,486.055,2.54383,300,5,0,1,0,0,1), - (42730,721,1,328,0,8011.95,-2501.02,493.227,0.296706,300,0,0,1,0,0,0), - (42731,1412,1,134,0,8003.29,-2504.56,491.993,1.3989,300,10,0,8,0,0,1), - (42732,883,1,347,0,7984.32,-2478.15,488.195,6.02139,300,0,0,1,0,0,0), - (42733,15616,1,15572,0,-7541.55,724.929,-15.5431,4.76475,600,0,0,4000,0,0,0), - (42734,15616,1,15573,0,-7545.83,724.958,-15.9181,4.83456,600,0,0,4000,0,0,0), - (42735,15616,1,15573,0,-7549.97,724.994,-16.4181,4.88692,600,0,0,4000,0,0,0), - (42736,15616,1,15573,0,-7554.11,724.96,-16.6681,4.95674,600,0,0,4000,0,0,0), - (42737,15617,1,15574,0,-7552.73,740.408,-17.4475,2.30383,600,0,0,12000,0,0,0), - (42738,15617,1,15574,0,-7551.3,742.052,-17.6677,3.01942,600,0,0,12000,0,0,0), - (42739,15617,1,15579,0,-7551.56,744.482,-17.8704,3.66519,600,0,0,12000,0,0,0), - (42740,15617,1,15579,0,-7554.27,746.032,-17.6629,4.62512,600,0,0,12000,0,0,0), - (42741,15617,1,15574,0,-7556.75,744.358,-17.4106,5.68977,600,0,0,12000,0,0,0), - (42742,15617,1,15574,0,-7556.87,741.63,-17.2573,0.523599,600,0,0,12000,0,0,0), - (42743,15617,1,15578,0,-7555.18,740.35,-17.2775,1.32645,600,0,0,12000,0,0,0), - (42744,14347,1,14395,0,-6157.52,1781.23,29.0959,4.10152,600,0,0,9835,0,0,0), - (42745,18199,1,0,0,-7568.77,763.379,-17.5984,5.91667,300,0,0,0,0,0,0), - (42746,11803,1,11793,0,-7964.69,1977.1,7.05623,3.25699,300,0,0,4120,0,0,0), - (42747,11804,1,11798,0,-6939.14,1114.2,0.86478,3.92213,300,25,0,3541,2434,0,2), - (42748,11805,1,11799,0,-6378.43,-320.65,-1.257,1.74533,300,0,0,4108,2117,0,0), - (42749,15903,1,15442,0,-7160.95,1401.19,3.01989,4.10152,600,0,0,25000,0,0,0), - (42750,15419,1,15425,0,-6880.52,727.228,55.1345,5.0091,300,0,0,3500,0,0,0), - (42751,15169,1,15308,0,-6547.1,92.2979,170.318,5.33532,300,0,0,3857,2434,0,0), - (42752,15170,1,15309,0,-8013.06,1099.65,4.71885,0.855211,300,0,0,2757,0,0,0), - (42753,15171,1,15310,0,-8022.5,1115.79,2.83362,6.21337,300,0,0,3100,0,0,0), - (42754,15172,1,15302,0,-8008.65,1108.51,-0.856222,1.43354,300,0,0,3237,0,0,0), - (42755,15174,1,15312,0,-6868.04,729.914,45.7454,0.488692,300,0,0,3986,0,0,0), - (42756,15175,1,15319,0,-6817.88,842.28,49.4853,4.46804,300,0,0,4356,0,0,0), - (42757,15176,1,15318,0,-6860.93,753.044,42.5555,1.20428,300,0,0,4356,0,0,0), - (42758,15177,1,15313,0,-6758.55,775.594,89.1046,3.97935,600,0,0,7423,7071,0,0), - (42759,15178,1,15314,0,-6810.2,841.704,49.7481,4.81711,600,0,0,7423,7071,0,0), - (42760,15179,1,15317,0,-6802.31,800.039,51.5584,3.21141,300,0,0,4484,0,0,0), - (42761,15180,1,15311,0,-6805.01,814.864,51.2579,3.42085,300,0,0,4500,0,0,0), - (42762,15181,1,15315,0,-6752.38,823.836,57.3633,0.344505,600,0,0,10327,0,0,0), - (42763,15693,1,15867,0,-8071.32,1633.95,24.4245,4.76475,600,0,0,7000,2486,0,0), - (42764,15182,1,15320,0,-6740.08,769.562,128.521,3.50811,600,0,0,10042,0,0,0), - (42765,15183,1,15316,0,-6828.49,807.223,52.0997,0.383972,300,0,0,3857,2434,0,0), - (42766,15184,1,15304,0,-6869.73,871.868,35.9944,3.59538,600,0,0,9763,0,0,0), - (42767,15184,1,15306,0,-6871.2,879.51,36.4725,2.60054,600,0,0,9763,0,0,0); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (42048,1501,0,0,0,1897.77,1493.79,93.9501,1.81434,120,120,2,0,42,0,0,1), + (42049,1553,0,0,0,2577.03,323.101,39.7199,4.60281,300,300,5,0,120,0,0,1), + (42050,1547,0,0,0,2515.5,255.284,47.1736,0.373197,300,300,10,0,101,142,0,1), + (42051,1553,0,0,0,2193.49,93.1966,37.5979,0.818535,300,300,10,0,120,0,0,1), + (42052,1548,0,0,0,1621.75,-390.972,45.3384,4.99564,300,300,10,0,122,0,0,1), + (42053,1548,0,0,0,2045.16,-181.377,36.3115,1.10453,300,300,5,0,122,0,0,1), + (42054,1548,0,0,0,1688.02,-469.922,44.0814,3.81146,300,300,5,0,122,0,0,1), + (42055,1554,0,0,0,1808.82,-309.396,36.8131,6.24104,300,300,10,0,156,0,0,1), + (42056,1554,0,0,0,2393.91,-388.474,69.6596,5.1244,300,300,5,0,156,0,0,1), + (42057,1554,0,0,0,1839.31,-746.696,68.6534,4.14986,300,300,10,0,156,0,0,1), + (42058,1554,0,0,0,1713.37,-613.398,44.8726,3.1703,300,300,5,0,156,0,0,1), + (42059,1548,0,0,0,1909.89,-537.167,43.7312,1.04076,300,300,10,0,122,0,0,1), + (42060,1555,0,0,0,2220.65,-942.049,75.1152,2.85754,300,300,5,0,176,0,0,1), + (42061,1549,0,0,0,2367.13,-716.426,74.2817,3.11816,300,300,10,0,176,0,0,1), + (42062,1555,0,0,0,2315.15,-1081.06,80.6716,2.38105,300,300,5,0,176,0,0,1), + (42063,1555,0,0,0,2217.89,-881.002,78.1769,0.431316,300,300,5,0,176,0,0,1), + (42064,1549,0,0,0,2517.66,-952.736,71.5761,4.86244,300,300,10,0,176,0,0,1), + (42065,1549,0,0,0,2439.95,-950.552,70.0778,3.31638,300,300,10,0,176,0,0,1), + (42066,1555,0,0,0,2245.9,-793.033,73.6554,2.31838,300,300,5,0,176,0,0,1), + (42067,4075,0,0,0,2141.09,549.867,42.9889,2.56497,120,120,5,0,8,0,0,1), + (42068,721,0,0,0,2213,717.382,37.2731,5.47845,120,120,10,0,1,0,0,1), + (42069,4075,0,0,0,2821.64,-180.728,47.0327,2.38381,120,120,5,0,8,0,0,1), + (42070,4075,0,0,0,2369.77,-1065.88,86.6374,0.020467,120,120,5,0,8,0,0,1), + (42071,4075,0,0,0,2327.27,102.226,35.2148,5.27927,120,120,10,0,8,0,0,1), + (42072,4075,0,0,0,2539.64,495.943,24.5441,0.125324,120,120,5,0,8,0,0,1), + (42073,4075,0,0,0,1781.61,1440.51,94.3112,1.32506,120,120,10,0,8,0,0,1), + (42074,4075,0,0,0,2139.45,756.124,33.2734,4.99692,120,120,5,0,8,0,0,1), + (42075,1502,0,0,0,1921.09,1487.49,87.5093,0.832834,120,120,5,0,42,0,0,1), + (42076,1502,0,0,0,1961.64,1603.7,83.4338,2.0583,120,120,0,0,42,0,0,0), + (42077,1554,0,0,0,2035.2,-223.878,35.7451,3.15917,300,300,5,0,156,0,0,1), + (42078,1554,0,0,0,1655.69,-377.126,45.0213,2.69558,300,300,10,0,156,0,0,1), + (42079,1548,0,0,0,2123.69,-259.117,52.4861,0.088007,300,300,10,0,122,0,0,1), + (42080,1548,0,0,0,1846.85,-568.116,39.861,1.79445,300,300,5,0,122,0,0,1), + (42081,1548,0,0,0,1722.55,-424.21,34.646,5.56549,300,300,5,0,122,0,0,1), + (42082,1548,0,0,0,1787.53,-443.286,33.3978,2.03561,300,300,5,0,122,0,0,1), + (42083,1554,0,0,0,1952.39,-254.878,36.3384,3.93022,300,300,5,0,156,0,0,1), + (42084,1554,0,0,0,1644.03,-585.304,45.1872,5.88972,300,300,10,0,156,0,0,1), + (42085,1554,0,0,0,2613.41,-910.495,59.8369,1.72374,300,300,10,0,156,0,0,1), + (42086,1554,0,0,0,2548.85,-1050.31,100.668,4.10835,300,300,5,0,156,0,0,1), + (42087,1554,0,0,0,2608.87,-790.742,70.0149,4.18755,300,300,5,0,156,0,0,1), + (42088,1555,0,0,0,2177.6,-826.715,81.1248,3.528,300,300,5,0,176,0,0,1), + (42089,1555,0,0,0,2337.1,-991.114,74.0947,5.75047,300,300,5,0,176,0,0,1), + (42090,1555,0,0,0,2234.77,-886.223,76.0049,3.26885,300,300,5,0,176,0,0,1), + (42091,1555,0,0,0,2318.02,-1024.3,76.1473,4.82934,300,300,5,0,176,0,0,1), + (42092,4075,0,0,0,2372.35,461.04,34.7763,5.87902,120,120,10,0,8,0,0,1), + (42093,4075,0,0,0,2005,-299.032,39.3418,1.29087,120,120,5,0,8,0,0,1), + (42094,620,0,0,0,2279.84,1312.77,32.5179,6.04756,120,120,5,0,1,0,0,1), + (42095,4075,0,0,0,1813.78,1617.07,97.1351,0.107772,120,120,5,0,8,0,0,1), + (42096,1548,0,0,0,2414.32,-213.115,41.2042,1.14385,300,300,5,0,122,0,0,1), + (42097,1554,0,0,0,2360.03,-206.675,39.1958,0.940276,300,300,5,0,156,0,0,1), + (42098,1548,0,0,0,1909.72,-620.365,50.9364,2.99652,300,300,10,0,122,0,0,1), + (42099,1554,0,0,0,2414.04,-335.328,68.8014,2.69919,300,300,5,0,156,0,0,1), + (42100,1554,0,0,0,1690.37,-443.809,43.4174,3.34818,300,300,10,0,156,0,0,1), + (42101,1554,0,0,0,1796.74,-597.748,40.2708,5.21096,300,300,5,0,156,0,0,1), + (42102,1548,0,0,0,1883.2,-442.467,39.2225,4.2445,300,300,5,0,122,0,0,1), + (42103,1554,0,0,0,2329.31,-186.766,34.1861,1.46607,300,300,5,0,156,0,0,1), + (42104,1549,0,0,0,2395.81,-1007.27,80.1368,3.37194,300,300,10,0,176,0,0,1), + (42105,1555,0,0,0,2301.88,-812.625,70.4841,0.180727,300,300,10,0,176,0,0,1), + (42106,1549,0,0,0,2345.86,-563,81.8322,3.11023,300,300,5,0,176,0,0,1), + (42107,1555,0,0,0,2181.99,-951.31,87.1705,3.62971,300,300,5,0,176,0,0,1), + (42108,1549,0,0,0,2471.74,-896.42,61.5998,0.710108,300,300,5,0,176,0,0,1), + (42109,1555,0,0,0,2300.73,-783.712,68.2987,3.31514,300,300,10,0,176,0,0,1), + (42110,766,0,0,0,-10255.3,-3536.31,18.0114,4.47132,300,300,5,0,1433,1283,0,1), + (42111,1087,0,0,0,-10479.9,-4210.86,17.4991,0.932645,300,300,5,0,1902,0,0,1), + (42112,763,0,0,0,-9944.46,-3644.22,23.6126,2.42601,300,300,0,0,1678,0,0,0), + (42113,743,0,0,0,-10561.4,-4279.83,22.9278,2.80752,300,300,5,0,3963,1381,0,1), + (42114,767,0,0,0,-10549.5,-2826.77,22.3757,2.79516,300,300,10,0,1469,0,0,1), + (42115,766,0,0,0,-10649.7,-4174.02,17.4991,2.37459,300,300,5,0,1433,1283,0,1), + (42116,1087,0,0,0,-10611.6,-4148.89,19.9433,0.367454,300,300,5,0,1902,0,0,1), + (42117,1087,0,0,0,-10589.6,-4181.25,17.4991,3.48733,300,300,5,0,1902,0,0,1), + (42118,1549,0,0,0,2429.66,-985.082,76.5702,3.77943,300,300,10,0,176,0,0,1), + (42119,1549,0,0,0,2376.47,-950.449,69.6505,2.71907,300,300,10,0,176,0,0,1), + (42120,4075,0,0,0,1712.44,679.645,44.7523,0.820305,120,120,0,0,8,0,0,0), + (42121,4075,0,0,0,2424.74,340.343,35.706,1.2956,120,120,5,0,8,0,0,1), + (42122,766,0,0,0,-10735.6,-4145.76,17.7781,3.17673,300,300,5,0,1433,1283,0,1), + (42123,750,0,0,0,-10954.2,-4186.46,4.00805,4.03111,300,300,5,0,1981,0,0,1), + (42124,4075,0,0,0,1708.7,1689.15,133.817,4.84565,120,120,10,0,8,0,0,1), + (42125,767,0,0,0,-10540.4,-2606.91,24.0652,3.51068,300,300,5,0,1469,0,0,1), + (42126,740,0,0,0,-10557.8,-2551.18,19.6904,1.78815,300,300,10,0,950,2553,0,1), + (42127,7523,1,0,0,6446.73,-4083.28,662.119,3.95441,333,333,15,0,2662,2041,0,1), + (42128,4075,0,0,0,2918.08,-262.821,40.4747,1.56353,120,120,10,0,8,0,0,1), + (42129,4075,0,0,0,2388.78,1248.94,36.459,4.65868,120,120,10,0,8,0,0,1), + (42130,1548,0,0,0,1772.84,-469.776,35.9266,1.08095,300,300,5,0,122,0,0,1), + (42131,1554,0,0,0,2049.6,-282.117,37.7761,1.19464,300,300,5,0,156,0,0,1), + (42132,1548,0,0,0,2437.69,-250.688,50.3988,0.013671,300,300,5,0,122,0,0,1), + (42133,1548,0,0,0,2504.47,-339.535,77.4101,1.19627,300,300,5,0,122,0,0,1), + (42134,1554,0,0,0,1891.37,-524.258,39.6179,0.760541,300,300,10,0,156,0,0,1), + (42135,1554,0,0,0,2614.63,-277.275,62.2164,4.52575,300,300,5,0,156,0,0,1), + (42136,4075,0,0,0,1751.47,1581.63,112.728,4.54457,120,120,5,0,8,0,0,1), + (42137,4075,0,0,0,2152.91,1557.48,81.1316,4.86269,120,120,5,0,8,0,0,1), + (42138,4075,0,0,0,2340.08,331.204,36.298,4.19373,120,120,5,0,8,0,0,1), + (42139,721,0,0,0,2732.23,462.884,22.5416,1.15783,120,120,10,0,1,0,0,1), + (42140,4075,0,0,0,1795.41,869.919,34.6667,0.51604,120,120,5,0,8,0,0,1), + (42141,10357,0,0,0,1802.04,1096.59,42.1426,5.13934,300,300,0,0,278,0,0,0), + (42142,10356,0,0,0,2567.3,1230.28,65.7738,0.452651,300,300,0,0,198,0,0,0), + (42143,10358,0,0,0,2013.67,-353.764,35.5772,3.17405,300,300,0,0,230,249,0,0), + (42144,1911,0,0,0,3009.79,173.515,0.398306,2.30383,300,300,0,0,230,373,0,0), + (42145,1553,0,0,0,2063.08,975.478,35.4176,3.50783,300,300,5,0,120,0,0,1), + (42146,1934,0,0,0,2275.16,1317.45,33.3862,5.88176,300,300,0,0,135,0,0,0), + (42147,1934,0,0,0,2277.63,1305.24,33.0179,0.778991,300,300,5,0,135,0,0,1), + (42148,1935,0,0,0,2279.28,1310.58,32.5179,3.90673,300,300,5,0,101,0,0,2), + (42149,1934,0,0,0,2310.84,1416.31,33.4583,3.65836,300,300,10,0,135,0,0,1), + (42150,1935,0,0,0,2284.06,1445.74,33.4583,3.95795,300,300,10,0,101,0,0,1), + (42151,1934,0,0,0,2276.99,1382.05,33.4583,2.66739,300,300,10,0,135,0,0,1), + (42152,1934,0,0,0,2282.15,1339.1,33.4775,6.20779,300,300,5,0,135,0,0,1), + (42158,10366,229,0,0,27.66,-429.07,111.11,1.63,10800,10800,0,0,18312,0,0,0), + (42159,10366,229,0,0,39.82,-429.08,111.11,1.46,10800,10800,0,0,18312,0,0,0), + (42163,7523,1,0,0,6475.26,-4121.2,658.783,3.72296,333,333,15,0,2662,2041,0,1), + (42164,7524,1,0,0,6353.48,-3945.67,685.443,1.96039,333,333,10,0,2829,2117,0,1), + (42165,7524,1,0,0,6511.37,-3888.83,661.073,1.6255,333,333,10,0,2829,2117,0,1), + (42166,7524,1,0,0,6452.12,-4289.91,666.752,6.06575,333,333,5,0,2829,2117,0,1), + (42167,7524,1,0,0,6450.19,-4253.65,665.643,5.74453,333,333,5,0,2829,2117,0,1), + (42168,7524,1,0,0,6621.08,-4018.8,659.688,3.19117,333,333,5,0,2829,2117,0,1), + (42169,7524,1,0,0,6312.21,-3951.03,701.698,4.52,333,333,5,0,2829,2117,0,1), + (42170,7524,1,0,0,6322.67,-3927.75,696.217,6.0968,333,333,5,0,2829,2117,0,1), + (42171,7524,1,0,0,6419.16,-4352.31,667.974,1.65594,333,333,5,0,2829,2117,0,1), + (42172,7524,1,0,0,6521.79,-4355.02,675.703,0.197287,333,333,5,0,2829,2117,0,1), + (42173,7524,1,0,0,6419.05,-4018.97,664.626,2.3774,333,333,15,0,2829,2117,0,1), + (42174,7524,1,0,0,6384.66,-3913.36,684.777,1.91232,333,333,15,0,2829,2117,0,1), + (42175,7524,1,0,0,6521.27,-4316.59,669.229,5.84573,333,333,10,0,2829,2117,0,1), + (42176,7524,1,0,0,6417.71,-4280.28,666.254,1.84839,333,333,15,0,2829,2117,0,1), + (42177,7524,1,0,0,6648.33,-4110.88,658.472,4.22479,333,333,10,0,2829,2117,0,1), + (42178,7524,1,0,0,6481.54,-4245.83,660.724,3.27879,333,333,15,0,2829,2117,0,1), + (42179,7524,1,0,0,6553.95,-4012.39,658.539,5.30958,333,333,5,0,2829,2117,0,1), + (42180,11629,1,0,0,6688.23,-4667.66,721.734,0.261799,333,333,0,0,3517,0,0,0), + (42181,11118,1,0,0,6695.15,-4673.04,721.65,0.541052,333,333,0,0,1605,0,0,0), + (42182,11119,1,0,0,6738.57,-4604.24,720.539,2.93215,333,333,0,0,4484,0,0,0), + (42183,12150,1,0,0,6745.14,-4609.39,720.848,4.60767,333,333,0,0,247,0,0,0), + (42184,1544,0,0,0,2990.21,396.962,8.04452,5.23599,300,300,0,0,148,165,0,0), + (42201,10618,1,0,0,8067.48,-3862.44,763.086,1.62316,333,333,0,0,4079,2568,0,0), + (42202,10619,1,0,0,8068.7,-3862.2,762.76,1.53589,333,333,0,0,4430,0,0,0), + (42203,9857,1,0,0,6772.35,-4679.5,723.853,0.907571,333,333,0,0,3517,0,0,0), + (42204,11138,1,0,0,6800.54,-4742.35,701.62,3.1765,600,600,0,0,7423,7071,0,0), + (42205,11139,1,0,0,6815.12,-4610.12,710.759,3.49066,600,600,0,0,7801,7071,0,0), + (42206,8588,1,0,0,7235.04,-5131.35,732.843,1.50098,333,333,0,0,3517,4393,0,0), + (42207,10637,1,0,0,6697.55,-4647.11,721.089,3.12414,333,333,0,0,4612,0,0,0), + (42208,16015,1,0,0,4822.68,-4496.45,892.362,6.05629,333,333,0,0,3500,0,0,0), + (42209,14742,1,0,0,6753.64,-4660.54,724.349,1.25664,333,333,0,0,4231,0,0,0), + (42210,10659,1,0,0,6084.1,-4417.01,692.92,5.46946,333,333,5,0,3293,0,0,1), + (42211,10659,1,0,0,5897.74,-4103.98,594.154,1.0334,333,333,3,0,3293,0,0,1), + (42212,10659,1,0,0,6137.59,-4587.13,707.291,5.9008,333,333,5,0,3293,0,0,1), + (42213,10659,1,0,0,6156.68,-4599.62,714.432,1.84749,333,333,5,0,3293,0,0,1), + (42214,10659,1,0,0,6189.17,-4588.83,715.55,0.27183,333,333,5,0,3293,0,0,1), + (42215,10659,1,0,0,6164.27,-4587.95,714.27,3.09306,333,333,5,0,3293,0,0,1), + (42216,10659,1,0,0,5871.04,-4042.79,591.787,5.73749,333,333,3,0,3293,0,0,1), + (42217,10659,1,0,0,5879.44,-4040.87,593.06,3.18881,333,333,15,0,3293,0,0,1), + (42218,10659,1,0,0,6232.81,-4349.48,710.382,0.257681,333,333,3,0,3293,0,0,1), + (42219,10659,1,0,0,6200.83,-4346.64,729.852,0.278836,333,333,3,0,3293,0,0,1), + (42220,10659,1,0,0,5953,-4449.71,713.435,3.29449,333,333,15,0,3293,0,0,1), + (42221,10659,1,0,0,6175.84,-4378.05,666.183,0.160627,333,333,3,0,3293,0,0,1), + (42222,10659,1,0,0,6126.95,-4189.62,638.559,4.61528,333,333,3,0,3293,0,0,1), + (42223,10659,1,0,0,6122.81,-4181.4,638.512,1.53395,333,333,3,0,3293,0,0,1), + (42224,10659,1,0,0,6107.55,-4209.37,634.286,4.64802,333,333,3,0,3293,0,0,1), + (42225,10659,1,0,0,6112.74,-4204.5,635.702,2.16415,333,333,3,0,3293,0,0,1), + (42226,10659,1,0,0,5967.74,-4190.63,615.054,1.03825,333,333,3,0,3293,0,0,1), + (42227,10659,1,0,0,5970.08,-4189.13,615.316,4.27897,333,333,3,0,3293,0,0,1), + (42228,10660,1,0,0,6086.55,-4421.84,689.446,1.04794,333,333,5,0,2823,2117,0,1), + (42229,10660,1,0,0,5892.07,-4102.9,594.027,4.43014,333,333,3,0,2823,2117,0,1), + (42230,10660,1,0,0,5886.22,-4107.2,594.277,0.519578,333,333,3,0,2823,2117,0,1), + (42231,10660,1,0,0,6148.89,-4551.18,710.221,4.32916,333,333,5,0,2823,2117,0,1), + (42232,10660,1,0,0,6153.31,-4553.59,711.056,5.63988,333,333,5,0,2823,2117,0,1), + (42233,10660,1,0,0,6130.65,-4636.77,711.806,6.03063,333,333,5,0,2823,2117,0,1), + (42234,10660,1,0,0,6173.6,-4623.88,716.779,1.45323,333,333,5,0,2823,2117,0,1), + (42235,10660,1,0,0,6179.22,-4579.96,714.3,3.91831,333,333,5,0,2823,2117,0,1), + (42236,10660,1,0,0,6142.38,-4522.75,702.17,4.58503,333,333,5,0,2823,2117,0,1), + (42237,10660,1,0,0,6137.26,-4503.93,687.184,1.13771,333,333,5,0,2823,2117,0,1), + (42238,10660,1,0,0,6118.87,-4335.41,732.441,0.441227,333,333,3,0,2823,2117,0,1), + (42239,10660,1,0,0,6122.07,-4301.77,731.255,1.52949,333,333,3,0,2823,2117,0,1), + (42240,10660,1,0,0,5980.98,-4435.27,709.986,4.69774,333,333,15,0,2823,2117,0,1), + (42241,10660,1,0,0,6105.68,-4710.8,734.031,4.46039,333,333,3,0,2823,2117,0,1), + (42242,10660,1,0,0,6108.14,-4742.79,749.502,4.72411,333,333,3,0,2823,2117,0,1), + (42243,10660,1,0,0,6150.22,-4418.32,661.471,2.27953,333,333,3,0,2823,2117,0,1), + (42244,10660,1,0,0,6150.63,-4429.69,661.887,5.93777,333,333,3,0,2823,2117,0,1), + (42245,10660,1,0,0,6166.7,-4381.99,665.096,5.22346,333,333,3,0,2823,2117,0,1), + (42246,10660,1,0,0,6172.13,-4208.91,644.47,5.34229,333,333,3,0,2823,2117,0,1), + (42247,10660,1,0,0,6164.48,-4205.96,642.44,3.9253,333,333,3,0,2823,2117,0,1), + (42248,10660,1,0,0,6121.11,-4187.73,638.071,2.51346,333,333,3,0,2823,2117,0,1), + (42249,10660,1,0,0,6106.58,-4200.32,634.89,0.942428,333,333,3,0,2823,2117,0,1), + (42250,10916,1,0,0,6886.71,-4085.93,690.912,5.64808,333,333,5,0,3758,0,0,2), + (42251,10916,1,0,0,6896.69,-4094.36,691.715,5.58132,333,333,5,0,3758,0,0,2), + (42252,10916,1,0,0,6891.28,-4089.79,691.189,5.58132,333,333,5,0,3758,0,0,2), + (42253,10661,1,0,0,6085.23,-4425.32,688.744,5.49848,333,333,5,0,3420,0,0,1), + (42254,10661,1,0,0,5875.66,-4048.99,592.755,1.2575,333,333,3,0,3420,0,0,1), + (42255,10661,1,0,0,6218.1,-4341.52,720.856,2.14037,333,333,3,0,3420,0,0,1), + (42256,10661,1,0,0,6117.86,-4316.04,732.491,5.4577,333,333,3,0,3420,0,0,1), + (42257,10661,1,0,0,5985.6,-4423.26,711.522,1.4387,333,333,15,0,3420,0,0,1), + (42258,10661,1,0,0,6123.14,-4732.53,742.411,2.66048,333,333,3,0,3420,0,0,1), + (42259,10661,1,0,0,6165.43,-4492.74,685.851,2.08946,333,333,5,0,3420,0,0,1), + (42260,10661,1,0,0,6151.47,-4427.07,661.981,5.67302,333,333,3,0,3420,0,0,1), + (42261,10661,1,0,0,6164.73,-4375.12,663.892,0.61323,333,333,3,0,3420,0,0,1), + (42262,10661,1,0,0,6173.84,-4204.27,642.614,3.25983,333,333,3,0,3420,0,0,1), + (42263,10661,1,0,0,5963.93,-4192.41,614.276,6.04548,333,333,3,0,3420,0,0,1), + (42264,10918,1,0,0,5042.13,-4845.89,869.714,0.699623,333,333,0,0,3967,0,0,0), + (42265,10662,1,0,0,6282.77,-4491.71,721.254,4.67879,600,600,0,0,16194,0,0,0), + (42266,10663,1,0,0,5966.88,-4093.09,598.823,1.36743,600,600,0,0,17226,0,0,0), + (42267,10664,1,0,0,5887.75,-4058.83,594.695,0.951846,600,600,5,0,36737,9678,0,2), + (42268,4779,1,0,0,6741.7,-4608.93,720.738,4.83456,333,333,0,0,64,53,0,0), + (42269,11182,1,0,0,6740.85,-4691.69,721.453,4.29351,333,333,0,0,3986,0,0,0), + (42270,11183,1,0,0,6742.89,-4694.97,721.453,3.12414,333,333,0,0,4108,0,0,0), + (42271,11184,1,0,0,6733.39,-4699.04,721.453,0.610865,333,333,0,0,3632,0,0,0), + (42272,11696,1,0,0,7243.25,-5131.11,732.957,0.191986,333,333,0,0,3866,0,0,0), + (42273,11185,1,0,0,6706.15,-4633.79,721.869,5.58505,333,333,0,0,4356,0,0,0), + (42274,11186,1,0,0,6706.53,-4703.55,721.682,0.977384,333,333,0,0,3986,0,0,0), + (42275,11187,1,0,0,6679.62,-4670.89,721.797,3.26377,333,333,0,0,3857,0,0,0), + (42276,11188,1,0,0,6745.13,-4630.21,721.675,4.18879,333,333,0,0,4484,0,0,0), + (42277,11189,1,0,0,6772.05,-4662.02,723.979,5.37561,333,333,0,0,3632,0,0,0), + (42278,11190,1,0,0,6738,-4674.85,722.069,5.59426,333,333,0,0,4356,0,0,0), + (42279,11190,1,0,0,6768.34,-4668.52,723.748,6.23082,333,333,0,0,4356,0,0,0), + (42280,11190,1,0,0,6719.97,-4702.69,721.832,0.95876,333,333,0,0,4356,0,0,0), + (42281,11190,1,0,0,6718.4,-4629.9,721.785,3.08778,333,333,0,0,4356,0,0,0), + (42282,11190,1,0,0,6768.52,-4673.63,723.748,0,333,333,0,0,4356,0,0,0), + (42283,11190,1,0,0,6730.23,-4611.55,720.785,1.74533,333,333,0,0,4356,0,0,0), + (42284,11190,1,0,0,6686.82,-4677.92,721.715,3.46504,333,333,0,0,4356,0,0,0), + (42285,11190,1,0,0,6702.67,-4648.39,721.115,3.91285,333,333,0,0,4356,0,0,0), + (42286,11190,1,0,0,6712.55,-4679.95,721.349,4.38982,333,333,0,0,4356,0,0,0), + (42287,11190,1,0,0,6700.61,-4694.59,722.099,5.07187,333,333,0,0,4356,0,0,0), + (42288,11190,1,0,0,6730.38,-4629.39,721.41,3.11139,333,333,0,0,4356,0,0,0), + (42289,11190,1,0,0,6712.8,-4640,721.365,5.27548,333,333,0,0,4356,0,0,2), + (42290,11190,1,0,0,6726.46,-4654.4,720.99,3.5595,333,333,0,0,4356,0,0,0), + (42291,11190,1,0,0,6749.09,-4713.45,721.298,4.33475,333,333,0,0,4356,0,0,0), + (42292,11190,1,0,0,6779.05,-4681.28,723.978,1.62316,333,333,0,0,4356,0,0,0), + (42293,11190,1,0,0,6725.81,-4623.57,720.936,1.6697,333,333,0,0,4356,0,0,2), + (42294,11190,1,0,0,6783.28,-4664.83,723.966,3.45575,333,333,0,0,4356,0,0,0), + (42295,11190,1,0,0,6718.92,-4612.77,721.41,1.50098,333,333,0,0,4356,0,0,0), + (42296,11191,1,0,0,6776.04,-4671.03,723.894,2.26893,333,333,0,0,4108,0,0,0), + (42297,11192,1,0,0,6778.65,-4668.73,723.929,4.01426,333,333,0,0,4484,0,0,0), + (42298,11193,1,0,0,6773.18,-4671.16,723.858,6.19592,333,333,0,0,4356,0,0,0), + (42299,10684,1,0,0,6433.67,-4302.5,666.743,6.0915,333,333,0,0,2891,2163,0,0), + (42300,10431,1,0,0,6688.56,-4672.37,721.742,5.96903,333,333,0,0,4108,0,0,0), + (42301,14531,1,0,0,7909.71,-4598.67,710.318,0.643306,600,600,0,0,24416,0,0,0), + (42302,3779,1,0,0,7122.51,-3977.65,745.698,2.84489,333,333,0,0,3375,0,0,0), + (42303,11718,1,0,0,7928.07,-4455.82,711.498,3.89208,333,333,0,0,4930,0,0,0), + (42304,10197,1,0,0,6764.5,-3514.1,686.782,2.27956,19900,19900,0,0,3398,0,0,0), + (42305,10198,1,0,0,5211.14,-4815.45,701.077,0.733038,43200,43200,0,0,9156,0,0,0), + (42306,10199,1,0,0,6848.33,-5066.45,689.427,5.38911,19900,19900,3,0,3198,2369,0,2), + (42307,10201,1,0,0,4733.43,-4933.86,885.823,0.959931,43200,43200,0,0,27665,9944,0,0), + (42308,10978,1,0,0,6705.61,-4686.18,721.974,0.436332,333,333,0,0,4356,0,0,0), + (42309,10468,1,0,0,6705.58,-4692.07,721.272,2.1293,333,333,0,0,3986,0,0,0), + (42310,11751,1,0,0,7924.14,-4453.44,711.23,4.64258,333,333,0,0,919,0,0,0), + (42311,11753,1,0,0,6705.41,-4662.46,722.028,6.23082,333,333,0,0,4484,0,0,0), + (42312,11754,1,0,0,6726.73,-4623.79,721.061,1.62203,333,333,5,0,3857,5751,0,2), + (42313,11755,1,0,0,6714.13,-4655.94,721.72,0,333,333,0,0,3986,0,0,0), + (42314,11757,1,0,0,6723.88,-4715.68,722.038,2.93694,333,333,0,0,2666,0,0,0), + (42315,10738,1,0,0,6720,-5255.57,777.95,5.00198,333,333,5,0,7107,4738,0,2), + (42316,2303,1,0,0,7147.01,-4005.61,745.713,2.79253,333,333,0,0,3643,0,0,0), + (42317,10929,1,0,0,6109.63,-4189.44,850.446,5.14872,300,300,0,0,18972,2568,0,0), + (42318,11822,1,0,0,7879.36,-2419.45,497.273,5.79449,300,300,0,0,4108,2117,0,0), + (42319,12022,1,0,0,7873.69,-2494.83,489.361,4.32842,300,300,0,0,3632,0,0,0), + (42320,11822,1,0,0,7948.36,-2371.89,486.781,1.62316,300,300,0,0,4108,2117,0,0), + (42321,11822,1,0,0,7803.22,-2421.13,488.602,5.07891,300,300,0,0,4108,2117,0,0), + (42322,11822,1,0,0,7961.83,-2370.75,486.552,1.8326,300,300,0,0,4108,2117,0,0), + (42323,11822,1,0,0,7799.91,-2407.41,488.05,3.61283,300,300,0,0,4108,2117,0,0), + (42324,11822,1,0,0,7838.02,-2442.74,487.195,1.58825,300,300,0,0,4108,2117,0,0), + (42325,12025,1,0,0,7768.57,-2429.68,487.31,4.85202,300,300,0,0,3632,0,0,0), + (42326,11822,1,0,0,7787.79,-2413.56,489.011,0.558505,300,300,0,0,4108,2117,0,0), + (42327,11822,1,0,0,7990.63,-2691.08,510.865,0.383972,300,300,0,0,4108,2117,0,0), + (42328,11716,1,0,0,7944.3,-2638.42,492.936,2.26893,300,300,0,0,3857,0,0,0), + (42329,11939,1,0,0,7943.56,-2417.24,494.055,4.85202,300,300,0,0,4108,0,0,0), + (42330,11796,1,0,0,8002.22,-2492.85,491.951,2.4917,300,300,0,0,3857,2434,0,0), + (42331,11795,1,0,0,7990.11,-2576.35,502.513,0.017453,300,300,0,0,3857,2434,0,0), + (42332,11801,1,0,0,7797.39,-2574.32,488.562,0.017453,300,300,0,0,3857,2434,0,0), + (42333,11799,1,0,0,7874.23,-2224.18,469.159,3.57792,300,300,0,0,3857,2434,0,0), + (42334,11802,1,0,0,8020,-2678.74,524.532,5.88176,300,300,0,0,3857,3155,0,0), + (42335,11797,1,0,0,7826.03,-2530.64,489.384,5.18363,300,300,0,0,3857,2434,0,0), + (42336,10897,1,0,0,7454.85,-2491.61,462.699,1.15192,600,600,0,0,7423,7071,0,0), + (42337,11798,1,0,0,7785.46,-2403.46,489.626,5.86431,300,300,0,0,3857,2434,0,0), + (42338,11800,1,0,0,7795.36,-2400.29,489.52,4.32842,300,300,0,0,3857,2434,0,0), + (42339,12740,1,0,0,7466.15,-2122.08,492.427,5.88176,600,600,0,0,7760,7071,0,0), + (42340,11832,1,0,0,7848.3,-2216.35,470.888,3.90954,600,600,0,0,56475,89880,0,0), + (42341,721,1,0,0,7608.12,-2225.69,469.839,0.061484,300,300,5,0,1,0,0,1), + (42342,883,1,0,0,7524.31,-2193.02,476.397,4.20073,300,300,5,0,1,0,0,1), + (42343,1412,1,0,0,7625.93,-2208,468.214,1.31655,300,300,10,0,8,0,0,1), + (42344,1412,1,0,0,7574.53,-2215.41,474.143,2.40816,300,300,10,0,8,0,0,1), + (42345,883,1,0,0,7592.45,-2194.54,475.698,0.247466,300,300,5,0,1,0,0,1), + (42346,1412,1,0,0,7592.41,-2184.6,475.299,2.22524,300,300,10,0,8,0,0,1), + (42347,11957,1,0,0,7359.77,-2729.17,461.181,6.21553,300,300,0,0,5468,0,0,0), + (42348,1412,1,0,0,7534.41,-2143.83,483.908,3.15722,300,300,10,0,8,0,0,1), + (42349,883,1,0,0,7565.45,-2361.3,453.986,6.00408,300,300,10,0,1,0,0,1), + (42350,1412,1,0,0,8000.31,-2276.89,490.687,3.41993,300,300,10,0,8,0,0,1), + (42351,883,1,0,0,7962.98,-2266.01,480.19,4.51289,300,300,5,0,1,0,0,1), + (42352,883,1,0,0,7774.37,-2887.24,466.091,4.63816,300,300,10,0,1,0,0,1), + (42353,1412,1,0,0,7620.92,-2896.15,465.532,0.174319,300,300,10,0,8,0,0,1), + (42354,721,1,0,0,7376.25,-2698.62,462.837,3.35066,300,300,5,0,1,0,0,1), + (42355,883,1,0,0,7509.89,-2952.18,461.268,0.369294,300,300,5,0,1,0,0,1), + (42356,11956,1,0,0,8068.29,-2284.12,497.074,1.09579,300,300,0,0,5468,0,0,0), + (42364,11822,1,0,0,7918.04,-2492.09,488.53,0.05236,300,300,0,0,4108,2117,0,0), + (42365,4184,1,0,0,7985.27,-2581.48,493.124,2.40855,300,300,0,0,3632,0,0,0), + (42366,7940,1,0,0,7979.74,-2569.33,493.124,4.67748,300,300,0,0,3866,0,0,0), + (42367,11822,1,0,0,7571.55,-2900.22,460.274,1.48353,300,300,0,0,4108,2117,0,0), + (42368,11822,1,0,0,7561.52,-2899.31,460.247,1.44862,300,300,0,0,4108,2117,0,0), + (42369,12023,1,0,0,8030.57,-2687.78,515.143,0.628319,300,300,0,0,3632,0,0,0), + (42370,11822,1,0,0,7888.12,-2575.61,487.058,1.90241,300,300,0,0,4108,2117,0,0), + (42371,12021,1,0,0,7956.8,-2424.43,489.03,5.8294,300,300,0,0,3632,0,0,0), + (42372,11822,1,0,0,7620.78,-3025.96,483.009,2.30383,300,300,0,0,4108,2117,0,0), + (42373,11822,1,0,0,7468.21,-2791.69,461.972,4.70428,300,300,5,0,4108,2117,0,2), + (42374,1412,1,0,0,7655.68,-2203.19,466.828,2.85874,300,300,10,0,8,0,0,1), + (42375,1412,1,0,0,8060.94,-2716.67,518.772,6.28293,300,300,10,0,8,0,0,1), + (42376,1412,1,0,0,7335.35,-2643.57,491.67,6.03204,300,300,10,0,8,0,0,1), + (42377,1412,1,0,0,7521.72,-2489.4,454.6,3.25516,300,300,10,0,8,0,0,1), + (42378,1412,1,0,0,7714.08,-2886.8,465.58,1.60646,300,300,10,0,8,0,0,1), + (42379,1412,1,0,0,7723.12,-2813.36,460.252,6.16101,300,300,10,0,8,0,0,1), + (42380,1412,1,0,0,7804.25,-2152.69,478.866,4.41195,300,300,10,0,8,0,0,1), + (42381,883,1,0,0,7509.51,-2436.65,456.828,1.44378,300,300,5,0,1,0,0,1), + (42388,11822,1,0,0,7868.76,-2557.35,487.11,0.05236,300,300,0,0,4108,2117,0,0), + (42389,11822,1,0,0,7975.65,-2495.48,487.399,3.33358,300,300,0,0,4108,2117,0,0), + (42390,11822,1,0,0,7919.44,-2501.1,488.41,0.191986,300,300,0,0,4108,2117,0,0), + (42391,11822,1,0,0,7843.47,-2230.49,467.772,3.9968,300,300,0,0,4108,2117,0,0), + (42392,12024,1,0,0,7840.32,-2562.68,489.369,4.74729,300,300,0,0,3404,0,0,0), + (42393,11822,1,0,0,7607.1,-2972.36,461.17,3.28266,300,300,0,0,4108,2117,0,0), + (42394,11822,1,0,0,7810.99,-2567.44,488.578,4.7822,300,300,0,0,4108,2117,0,0), + (42395,11822,1,0,0,7825.73,-2442.33,487.746,1.50098,300,300,0,0,4108,2117,0,0), + (42396,11822,1,0,0,7680.14,-2961.24,465.808,3.52556,300,300,0,0,4108,2117,0,0), + (42397,12026,1,0,0,7970,-2408.71,489.017,3.31613,300,300,0,0,3632,0,0,0), + (42398,721,1,0,0,7477.69,-2530.84,457.948,3.18263,300,300,5,0,1,0,0,1), + (42399,1412,1,0,0,7661.07,-2235.09,461.686,1.30215,300,300,10,0,8,0,0,1), + (42400,883,1,0,0,7566.29,-2324.07,465.892,2.20024,300,300,5,0,1,0,0,1), + (42401,883,1,0,0,7779.4,-2355.34,455.628,5.44593,300,300,5,0,1,0,0,1), + (42402,1412,1,0,0,7569.56,-2178.33,477.645,5.68326,300,300,10,0,8,0,0,1), + (42403,883,1,0,0,7825.86,-2169.29,476.164,0.611286,300,300,10,0,1,0,0,1), + (42404,1412,1,0,0,7664.42,-2952.8,464.797,5.18363,300,300,0,0,8,0,0,0), + (42405,721,1,0,0,7638.93,-2940.33,462.736,0.362405,300,300,5,0,1,0,0,1), + (42406,883,1,0,0,7663.18,-2239.95,462.749,1.44741,300,300,10,0,1,0,0,1), + (42410,11822,1,0,0,7812.21,-2579.67,488.578,1.74533,300,300,0,0,4108,2117,0,0), + (42411,11822,1,0,0,7837.17,-2225.48,467.486,4.11898,300,300,0,0,4108,2117,0,0), + (42412,11822,1,0,0,7628.34,-3019.38,483.009,2.11185,300,300,0,0,4108,2117,0,0), + (42413,12019,1,0,0,7888.76,-2509.42,489.351,1.62316,300,300,0,0,3632,0,0,0), + (42414,11822,1,0,0,7986.36,-2669.34,512.286,0.314159,300,300,0,0,4108,2117,0,0), + (42415,12042,1,0,0,7867.13,-2593.73,486.92,0.680678,300,300,0,0,3632,2153,0,0), + (42416,11822,1,0,0,8008.61,-2667.19,512.183,2.68781,300,300,0,0,4108,2117,0,0), + (42417,11822,1,0,0,7889.49,-2213.62,474.329,0.795509,300,300,0,0,4108,2117,0,0), + (42418,11822,1,0,0,7955.89,-2600.95,489.784,1.53589,300,300,0,0,4108,2117,0,0), + (42419,11822,1,0,0,7795.4,-2423.64,488.176,5.11381,300,300,0,0,4108,2117,0,0), + (42420,883,1,0,0,7629.2,-2925.48,462.361,6.09492,300,300,5,0,1,0,0,1), + (42421,883,1,0,0,7954.47,-2236.68,481.873,5.24243,300,300,5,0,1,0,0,1), + (42422,1412,1,0,0,7624.78,-2291.01,459.681,3.69027,300,300,10,0,8,0,0,1), + (42423,1412,1,0,0,7390.14,-2584.9,458.608,1.64439,300,300,10,0,8,0,0,1), + (42424,883,1,0,0,7818.99,-2235.69,463.321,5.30743,300,300,5,0,1,0,0,1), + (42425,1412,1,0,0,7669.2,-2088.1,480.678,1.51801,300,300,10,0,8,0,0,1), + (42426,883,1,0,0,7425.22,-2890.8,472.59,1.28364,300,300,5,0,1,0,0,1), + (42427,1412,1,0,0,7954.75,-2358.13,486.97,0.241126,300,300,10,0,8,0,0,1), + (42428,883,1,0,0,7633.23,-2975.48,468.894,3.17427,300,300,5,0,1,0,0,1), + (42429,12029,1,0,0,7834.28,-2612.63,489.384,1.74533,300,300,0,0,3632,0,0,0), + (42430,11822,1,0,0,7954.49,-2569.43,490.164,2.40855,300,300,0,0,4108,2117,0,0), + (42431,11822,1,0,0,8031.08,-2646.01,512.205,3.22886,300,300,0,0,4108,2117,0,0), + (42432,11822,1,0,0,7685.39,-2970.33,465.808,3.59538,300,300,0,0,4108,2117,0,0), + (42433,1412,1,0,0,7527.71,-2250.76,474.589,4.58862,300,300,10,0,8,0,0,1), + (42434,1412,1,0,0,8000.02,-2500.99,490.724,3.20998,300,300,0,0,8,0,0,0), + (42435,1412,1,0,0,7715.85,-3011.06,469.191,5.32477,300,300,10,0,8,0,0,1), + (42436,883,1,0,0,8047.73,-2301.39,498.517,0.734267,300,300,10,0,1,0,0,1), + (42437,721,1,0,0,7568.76,-2162.24,480.291,2.48657,300,300,5,0,1,0,0,1), + (42438,1412,1,0,0,7473.39,-2680.11,454.268,2.58177,300,300,10,0,8,0,0,1), + (42439,1412,1,0,0,7810.66,-2281.19,457.681,1.00722,300,300,10,0,8,0,0,1), + (42440,883,1,0,0,7556.08,-2429.15,454.417,4.63217,300,300,5,0,1,0,0,1), + (42441,1412,1,0,0,7428.54,-2871.55,465.777,0.073347,300,300,10,0,8,0,0,1), + (42442,721,1,0,0,7755.02,-2814.88,462.777,3.5151,300,300,10,0,1,0,0,1), + (42443,883,1,0,0,7745.78,-2102.08,476.098,1.29169,300,300,5,0,1,0,0,1), + (42444,721,1,0,0,7721.35,-2857.9,463.624,1.24085,300,300,5,0,1,0,0,1), + (42445,1412,1,0,0,7596.75,-2120.33,482.193,6.16772,300,300,10,0,8,0,0,1), + (42446,1412,1,0,0,7987.27,-2335.7,492.045,6.21051,300,300,10,0,8,0,0,1), + (42447,1412,1,0,0,7523.45,-2327.7,469.703,6.23825,300,300,10,0,8,0,0,1), + (42448,883,1,0,0,7328.84,-2709.83,465.438,5.41413,300,300,5,0,1,0,0,1), + (42449,883,1,0,0,7900.65,-2585.79,486.271,5.76426,300,300,5,0,1,0,0,1), + (42450,883,1,0,0,7441.35,-2912.39,476.949,4.80526,300,300,5,0,1,0,0,1), + (42451,883,1,0,0,7757.51,-2291.69,459.283,3.49369,300,300,5,0,1,0,0,1), + (42452,1412,1,0,0,7830.84,-2515.59,486.695,6.16577,300,300,10,0,8,0,0,1), + (42453,883,1,0,0,7431.77,-2722.1,463.337,1.99635,300,300,5,0,1,0,0,1), + (42454,883,1,0,0,7595.2,-2385.53,457.111,3.11412,300,300,5,0,1,0,0,1), + (42455,1412,1,0,0,7820.36,-2239.44,463.636,5.63649,300,300,10,0,8,0,0,1), + (42456,1412,1,0,0,7620.96,-3012.62,479.442,0.488849,300,300,10,0,8,0,0,1), + (42457,1412,1,0,0,7795.88,-2238.43,462.725,4.13738,300,300,10,0,8,0,0,1), + (42458,1412,1,0,0,7741.67,-2108.33,475.744,5.98985,300,300,10,0,8,0,0,1), + (42459,1412,1,0,0,7597.07,-2159.02,480.425,5.71144,300,300,10,0,8,0,0,1), + (42460,883,1,0,0,7547.87,-2170.48,481.182,0.377968,300,300,5,0,1,0,0,1), + (42461,1412,1,0,0,7962.19,-2285.81,480.459,3.02339,300,300,10,0,8,0,0,1), + (42462,883,1,0,0,7945.55,-2147.86,500.146,4.9872,300,300,5,0,1,0,0,1), + (42463,721,1,0,0,7696.92,-2254.88,459.184,5.62094,300,300,5,0,1,0,0,1), + (42464,1412,1,0,0,7928.51,-2238.54,483.772,4.59417,300,300,10,0,8,0,0,1), + (42465,1412,1,0,0,7555.89,-2297.35,468.625,5.22754,300,300,10,0,8,0,0,1), + (42466,883,1,0,0,7755.53,-2791.56,458.725,4.99002,300,300,10,0,1,0,0,1), + (42467,883,1,0,0,7694.27,-3005.64,464.738,4.01042,300,300,5,0,1,0,0,1), + (42468,883,1,0,0,7808.94,-2851.93,459.709,4.09444,300,300,10,0,1,0,0,1), + (42469,1412,1,0,0,7611.49,-2320.19,464.071,1.28516,300,300,10,0,8,0,0,1), + (42470,721,1,0,0,7447.93,-2794.27,464.689,2.56978,300,300,5,0,1,0,0,1), + (42471,883,1,0,0,8010.76,-2695.97,512.278,2.53963,300,300,2,0,1,0,0,1), + (42472,1412,1,0,0,7495.41,-2202.35,481.366,4.99764,300,300,10,0,8,0,0,1), + (42473,721,1,0,0,7407.73,-2413.88,462.187,0.097919,300,300,5,0,1,0,0,1), + (42474,1412,1,0,0,8013.17,-2595.33,499.645,5.59045,300,300,10,0,8,0,0,1), + (42475,1412,1,0,0,7624.93,-2121,481.668,2.4516,300,300,10,0,8,0,0,1), + (42476,721,1,0,0,8021.2,-2242.02,496.16,1.5542,300,300,5,0,1,0,0,1), + (42477,721,1,0,0,7774.66,-2136.47,475.456,6.09463,300,300,5,0,1,0,0,1), + (42478,1412,1,0,0,7504.12,-2578.75,457.165,3.48356,300,300,10,0,8,0,0,1), + (42479,1412,1,0,0,7779.02,-2849.11,465.06,2.00913,300,300,10,0,8,0,0,1), + (42480,883,1,0,0,7555.47,-2900.06,461.417,6.01239,300,300,5,0,1,0,0,1), + (42481,721,1,0,0,7478.59,-2752.32,461.775,1.84136,300,300,5,0,1,0,0,1), + (42482,721,1,0,0,7554.27,-2861.11,458.86,0.634898,300,300,5,0,1,0,0,1), + (42483,883,1,0,0,7707.97,-2209.12,459.958,4.95465,300,300,10,0,1,0,0,1), + (42484,1412,1,0,0,7995.28,-2129.64,501.595,5.38935,300,300,10,0,8,0,0,1), + (42485,883,1,0,0,7702.32,-2385.49,452.101,0.352942,300,300,2,0,1,0,0,1), + (42486,1412,1,0,0,7668.45,-2358.72,456.936,0.227829,300,300,10,0,8,0,0,1), + (42487,1412,1,0,0,7497.54,-2831.42,461.219,4.47973,300,300,10,0,8,0,0,1), + (42488,1412,1,0,0,7676.27,-2127.05,479.672,5.65942,300,300,10,0,8,0,0,1), + (42489,883,1,0,0,7496.75,-2882.35,457.74,2.87489,300,300,5,0,1,0,0,1), + (42490,883,1,0,0,7980.8,-2656.97,514.521,3.37828,300,300,5,0,1,0,0,1), + (42491,721,1,0,0,7867.82,-2208.28,471.191,1.48571,300,300,5,0,1,0,0,1), + (42492,883,1,0,0,7748.83,-2921.49,474.596,5.99416,300,300,5,0,1,0,0,1), + (42493,1412,1,0,0,7484.72,-2213.3,482.47,3.0084,300,300,10,0,8,0,0,1), + (42494,883,1,0,0,7390.45,-2558.62,462.232,3.09276,300,300,5,0,1,0,0,1), + (42495,883,1,0,0,7683.87,-2980.71,465.116,0.785398,300,300,5,0,1,0,0,1), + (42496,1412,1,0,0,7461.83,-2569.21,457.605,1.92513,300,300,10,0,8,0,0,1), + (42497,721,1,0,0,7869.37,-2257.86,475.635,4.86051,300,300,5,0,1,0,0,1), + (42498,1412,1,0,0,7935.13,-2548.68,485.306,3.13552,300,300,10,0,8,0,0,1), + (42499,883,1,0,0,7459.72,-2820.69,463.506,0.610853,300,300,5,0,1,0,0,1), + (42500,883,1,0,0,7654.53,-2866.12,466.414,0.982963,300,300,10,0,1,0,0,1), + (42501,1412,1,0,0,7888.26,-2584.11,487.028,5.31273,300,300,10,0,8,0,0,1), + (42502,1412,1,0,0,7590.17,-2342.1,456.839,5.94354,300,300,10,0,8,0,0,1), + (42503,883,1,0,0,7765.76,-2378.71,470.098,4.19106,300,300,5,0,1,0,0,1), + (42504,1412,1,0,0,7563.91,-2414.75,453.49,4.92185,300,300,10,0,8,0,0,1), + (42505,721,1,0,0,7805.92,-2338.95,457.319,4.00479,300,300,5,0,1,0,0,1), + (42506,1412,1,0,0,7804.33,-2305.82,455.494,1.62912,300,300,10,0,8,0,0,1), + (42507,721,1,0,0,7826.4,-2424.23,488.733,2.63245,300,300,5,0,1,0,0,1), + (42508,883,1,0,0,7455.33,-2296.08,474.839,0.614895,300,300,10,0,1,0,0,1), + (42509,883,1,0,0,8075.92,-2237.89,515.601,4.17448,300,300,5,0,1,0,0,1), + (42510,721,1,0,0,7993.7,-2659.89,512.514,0.863548,300,300,5,0,1,0,0,1), + (42511,721,1,0,0,7438.2,-2322.83,476.973,6.15386,300,300,5,0,1,0,0,1), + (42512,1412,1,0,0,7694.48,-2221.56,456.351,0.34493,300,300,10,0,8,0,0,1), + (42513,883,1,0,0,7511.05,-2529.04,455.107,6.0446,300,300,5,0,1,0,0,1), + (42514,883,1,0,0,7352.22,-2601.39,482.341,1.92661,300,300,5,0,1,0,0,1), + (42515,883,1,0,0,7643.06,-2108.36,479.713,5.91799,300,300,10,0,1,0,0,1), + (42516,721,1,0,0,7410.48,-2890.33,473.289,6.04691,300,300,5,0,1,0,0,1), + (42517,1412,1,0,0,7497.25,-2482.17,457.538,4.58148,300,300,10,0,8,0,0,1), + (42518,883,1,0,0,7882.01,-2120.12,492.99,1.86734,300,300,5,0,1,0,0,1), + (42519,721,1,0,0,8010.92,-2556.88,492.227,5.52507,300,300,5,0,1,0,0,1), + (42520,883,1,0,0,7690.51,-2895.17,463.019,2.85444,300,300,10,0,1,0,0,1), + (42521,883,1,0,0,7454.91,-2863.6,469.151,3.58348,300,300,5,0,1,0,0,1), + (42522,721,1,0,0,8011.76,-2624.69,506.3,3.31638,300,300,5,0,1,0,0,1), + (42523,883,1,0,0,7460.41,-2886.8,469.487,1.9426,300,300,5,0,1,0,0,1), + (42524,883,1,0,0,7669.25,-2939.91,465.834,6.15884,300,300,5,0,1,0,0,1), + (42525,883,1,0,0,7700.28,-2162.31,469.827,5.04391,300,300,5,0,1,0,0,1), + (42526,883,1,0,0,7453.83,-2338.38,470.97,2.39904,300,300,10,0,1,0,0,1), + (42527,883,1,0,0,7770.58,-2278.8,455.08,4.72492,300,300,10,0,1,0,0,1), + (42528,721,1,0,0,8029.03,-2208.55,510.369,5.44114,300,300,5,0,1,0,0,1), + (42529,1412,1,0,0,7872.56,-2136.1,488.754,2.49675,300,300,10,0,8,0,0,1), + (42530,883,1,0,0,7381.3,-2784.19,461.266,4.20801,300,300,5,0,1,0,0,1), + (42531,883,1,0,0,7480.06,-2722.6,457.841,2.58123,300,300,5,0,1,0,0,1), + (42532,1412,1,0,0,7417.99,-2819.24,464.394,1.39626,300,300,0,0,8,0,0,0), + (42533,721,1,0,0,7675.07,-2332.22,456.451,3.74856,300,300,5,0,1,0,0,1), + (42534,883,1,0,0,7751.46,-2893.79,467.067,3.11698,300,300,10,0,1,0,0,1), + (42535,883,1,0,0,7871.1,-2173.72,478.932,0.860792,300,300,5,0,1,0,0,1), + (42536,883,1,0,0,7733.68,-2856.2,465.005,2.41219,300,300,5,0,1,0,0,1), + (42537,1412,1,0,0,7647.92,-2152.64,474.809,4.38647,300,300,10,0,8,0,0,1), + (42538,1412,1,0,0,7753.17,-2204.33,464.043,4.59505,300,300,10,0,8,0,0,1), + (42539,721,1,0,0,7525.12,-2907.75,460.335,5.5973,300,300,5,0,1,0,0,1), + (42540,1412,1,0,0,7885.12,-2193.27,480.193,3.28073,300,300,10,0,8,0,0,1), + (42541,883,1,0,0,7480.78,-2261.4,476.573,2.40667,300,300,10,0,1,0,0,2), + (42542,1412,1,0,0,7563.65,-3030.6,461.476,1.69709,300,300,10,0,8,0,0,1), + (42543,883,1,0,0,7442.48,-2468.92,459.243,2.98085,300,300,5,0,1,0,0,1), + (42544,1412,1,0,0,7522.61,-2870.54,456.952,3.79955,300,300,10,0,8,0,0,1), + (42545,883,1,0,0,7987.93,-2147.14,503.472,1.29263,300,300,5,0,1,0,0,1), + (42546,1412,1,0,0,7442.77,-2285.4,476.214,4.10902,300,300,10,0,8,0,0,1), + (42547,1412,1,0,0,7966.71,-2486.31,487.772,5.36815,300,300,0,0,8,0,0,0), + (42548,1412,1,0,0,7478.31,-2788.52,463.512,0.195434,300,300,10,0,8,0,0,1), + (42549,1412,1,0,0,7778.63,-2577.18,465.143,4.23824,300,300,10,0,8,0,0,1), + (42550,883,1,0,0,7388.35,-2885.12,474.39,2.81768,300,300,5,0,1,0,0,1), + (42551,883,1,0,0,7643.33,-2319.48,458.534,3.65773,300,300,5,0,1,0,0,1), + (42552,721,1,0,0,7400.94,-2513.84,464.682,1.54659,300,300,5,0,1,0,0,1), + (42553,883,1,0,0,7841.45,-2340.24,460.81,5.28505,300,300,5,0,1,0,0,1), + (42554,1412,1,0,0,7990.08,-2546.69,490.073,5.3641,300,300,10,0,8,0,0,1), + (42555,721,1,0,0,7536.29,-2282.1,471.04,0.703117,300,300,5,0,1,0,0,1), + (42556,1412,1,0,0,7871.55,-2321.65,464.257,3.00646,300,300,10,0,8,0,0,1), + (42557,1412,1,0,0,8025.18,-2656.18,512.108,5.57635,300,300,10,0,8,0,0,1), + (42558,721,1,0,0,7500.77,-2847.64,461.866,4.91611,300,300,5,0,1,0,0,1), + (42559,1412,1,0,0,7804.73,-2442.17,488.074,3.07974,300,300,10,0,8,0,0,1), + (42560,1412,1,0,0,7477.2,-2274.4,474.059,6.14702,300,300,10,0,8,0,0,1), + (42561,1412,1,0,0,7587.59,-2395.66,457.486,4.4825,300,300,10,0,8,0,0,1), + (42562,883,1,0,0,7418.86,-2854.58,467.283,6.03868,300,300,5,0,1,0,0,1), + (42563,1412,1,0,0,7720.17,-2910.28,471.17,6.16789,300,300,10,0,8,0,0,1), + (42564,721,1,0,0,7811.46,-2888.41,471.172,0.271768,300,300,10,0,1,0,0,1), + (42565,721,1,0,0,7660.69,-2975.26,466.408,2.24661,300,300,5,0,1,0,0,1), + (42575,10366,229,0,0,10.86,-490.99,111.12,0.67,10800,10800,0,0,18312,0,0,0), + (42576,10366,229,0,0,8.53,-488.08,111.11,0.69,10800,10800,0,0,18312,0,0,0), + (42577,740,0,0,0,-10535.5,-2618.63,22.9834,5.73473,300,300,10,0,950,2553,0,1), + (42578,721,1,0,0,7389.19,-2736.24,459.491,4.83302,300,300,5,0,1,0,0,1), + (42579,883,1,0,0,7560.07,-2118.34,485.286,3.51557,300,300,10,0,1,0,0,1), + (42580,7232,0,0,0,-8395,688.843,95.273,4.32,490,490,0,0,3857,0,0,0), + (42581,883,1,0,0,7436.23,-2456.85,454.889,5.9775,300,300,5,0,1,0,0,1), + (42596,5649,209,0,0,1465.17,833.569,10.0631,1.91986,18000,18000,0,0,5346,0,0,0), + (42597,8095,209,0,0,1473.8,859.438,18.4442,0.151279,18000,18000,5,0,5544,0,0,1), + (42598,14849,0,0,0,-9537.16,70.2721,59.0065,5.03524,180,180,0,0,1240,0,0,0), + (42599,5648,209,0,0,1511.31,844.814,9.72667,2.87979,18000,18000,0,0,3603,7150,0,0), + (42600,5648,209,0,0,1504.88,818.578,8.97416,2.46091,18000,18000,0,0,3603,7150,0,0), + (42601,14849,0,0,0,-9545.6,116.265,59.2087,4.90953,180,180,0,0,1240,0,0,0), + (42602,5648,209,0,0,1520.41,816.591,9.01407,3.82263,7200,7200,0,0,3603,7150,0,2), + (42603,7269,209,0,0,1517.12,823.743,8.97511,0.226893,18000,18000,3,0,1782,0,0,1), + (42604,5648,209,0,0,1489.73,824.167,9.08669,6.00393,18000,18000,0,0,3603,7150,0,0), + (42605,5648,209,0,0,1505.32,844.512,9.4491,0.069813,18000,18000,0,0,3603,7150,0,0), + (42606,5648,209,0,0,1488.54,816.122,9.21445,5.37561,18000,18000,0,0,3603,7150,0,0), + (42607,5648,209,0,0,1505.5,846.106,9.74815,6.10865,18000,18000,0,0,3603,7150,0,0), + (42608,5649,209,0,0,1520.36,822.297,8.97257,2.41258,7200,7200,0,0,5346,0,0,2), + (42609,7269,209,0,0,1475.02,817.334,8.97415,2.56563,18000,18000,5,0,1782,0,0,1), + (42610,8095,209,0,0,1519.79,753.656,26.956,1.33225,18000,18000,5,0,5544,0,0,1), + (42611,5648,209,0,0,1531.04,822.545,9.17081,0.628319,18000,18000,0,0,3603,7150,0,0), + (42612,5649,209,0,0,1532.13,821.041,9.34458,1.13446,18000,18000,0,0,5346,0,0,0), + (42613,10430,229,0,0,87.38,-554.12,111.1,2.58,1000000,1000000,0,0,80925,0,0,0), + (42614,5649,209,0,0,1535.25,825.811,8.87731,4.08407,18000,18000,0,0,5346,0,0,0), + (42615,8095,209,0,0,1547.6,742.664,36.6663,2.79026,18000,18000,5,0,5544,0,0,1), + (42617,5649,209,0,0,1562.31,868.947,9.52113,1.0821,18000,18000,0,0,5346,0,0,0), + (42618,7269,209,0,0,1560.28,849.29,8.97512,3.56047,18000,18000,8,0,1782,0,0,1), + (42619,5649,209,0,0,1632.78,885.086,8.97525,3.34664,7200,7200,0,0,5346,0,0,2), + (42620,8095,209,0,0,1588.65,750.514,29.347,3.5212,18000,18000,5,0,5544,0,0,1), + (42621,8095,209,0,0,1538.36,896.122,12.2658,2.6316,18000,18000,5,0,5544,0,0,1), + (42622,5648,209,0,0,1586.46,853.121,9.88523,4.24115,18000,18000,0,0,3603,7150,0,0), + (42623,5649,209,0,0,1564.22,871.627,9.70283,4.46804,18000,18000,0,0,5346,0,0,0), + (42624,5648,209,0,0,1583,847.667,11.134,0.890118,18000,18000,0,0,3603,7150,0,0), + (42625,5650,209,0,0,1582,850.825,9.89255,5.96903,18000,18000,0,0,4278,2966,0,0), + (42626,5648,209,0,0,1631.44,886.687,8.97562,3.53877,7200,7200,0,0,3603,7150,0,2), + (42627,5648,209,0,0,1606.3,857.721,11.6019,5.0091,18000,18000,0,0,3603,7150,0,0), + (42628,5650,209,0,0,1616.86,778.17,11.32,5.3058,18000,18000,0,0,4278,2966,0,0), + (42629,11319,389,0,0,-145.738,-57.7801,-58.4145,2.6529,7200,7200,2,0,833,264,0,1), + (42630,5649,209,0,0,1620.09,773.471,11.5338,2.18166,18000,18000,0,0,5346,0,0,0), + (42631,7246,209,0,0,1620.47,774.6,10.363,2.46091,18000,18000,0,0,4434,3068,0,0), + (42632,7246,209,0,0,1520.33,916.787,21.9712,5.0091,18000,18000,5,0,4434,3068,0,1), + (42633,5650,209,0,0,1613.04,892.271,9.0397,6.23082,18000,18000,0,0,4278,2966,0,0), + (42634,7269,209,0,0,1610.28,880.92,8.97477,5.32325,18000,18000,5,0,1782,0,0,1), + (42635,883,1,0,0,7388.32,-2510.43,469.648,0.937838,300,300,5,0,1,0,0,1), + (42636,1412,1,0,0,7652.34,-2096.89,483.332,4.51509,300,300,10,0,8,0,0,1), + (42642,883,1,0,0,7629.1,-2187.35,473.83,2.08595,300,300,0,0,1,0,0,0), + (42643,750,0,0,0,-10885.7,-4221.34,0.122311,0.099354,300,300,0,0,1981,0,0,0), + (42646,1543,0,0,0,2970.28,389.261,15.7945,5.32325,300,300,0,0,137,0,0,0), + (42648,883,1,0,0,7842.4,-2290.36,461.558,4.46883,300,300,5,0,1,0,0,1), + (42649,1412,1,0,0,7977.08,-2747.92,479.426,0.828383,300,300,10,0,8,0,0,1), + (42650,1412,1,0,0,7983.49,-2187.65,496.928,3.64717,300,300,10,0,8,0,0,1), + (42653,1412,1,0,0,7419.67,-2238.3,488.874,1.42627,300,300,2,0,8,0,0,1), + (42654,1412,1,0,0,7759.86,-2273.91,455.033,6.09083,300,300,10,0,8,0,0,1), + (42665,1543,0,0,0,2969.13,386.905,15.9195,5.96903,300,300,0,0,137,0,0,0), + (42666,1553,0,0,0,2397.83,1264.81,36.1853,2.18832,300,300,5,0,120,0,0,1), + (42667,1545,0,0,0,2916.44,1289.88,1.84693,1.67153,300,300,5,0,176,0,0,1), + (42670,1412,1,0,0,7477.88,-2483.83,461.477,5.00665,300,300,10,0,8,0,0,1), + (42671,7329,129,0,0,2495.28,927.812,48.6501,5.84932,7200,7200,0,0,3780,0,0,0), + (42672,7329,129,0,0,2497.61,933.122,48.3386,2.33214,7200,7200,0,0,3780,0,0,0), + (42673,7328,129,0,0,2536.95,878.409,47.7471,1.43083,7200,7200,0,0,3748,0,0,0), + (42674,7329,129,0,0,2541.62,878.335,47.8833,4.3058,7200,7200,0,0,3780,0,0,0), + (42675,7337,129,0,0,2541.38,883.627,47.9254,2.88717,7200,7200,1,0,3027,1067,0,1), + (42676,2110,129,0,0,2538.41,876.342,47.678,0.56715,7200,7200,5,0,1,0,0,1), + (42677,7328,129,0,0,2497.72,936.63,48.5002,0.538688,7200,7200,0,0,3748,0,0,0), + (42678,7352,129,0,0,2478.47,940.218,23.2707,4.81938,7200,7200,0,1,3027,1067,0,2), + (42681,7341,129,0,0,2480.11,939.406,23.4132,4.81941,7200,7200,0,1,2706,2680,0,2), + (42682,7346,129,0,0,2457.98,971.792,36.5285,4.31884,7200,7200,0,0,1468,0,0,0), + (42683,2110,129,0,0,2478.27,939.002,23.3457,0.682118,7200,7200,5,0,1,0,0,1), + (42684,7344,129,0,0,2472.65,986.829,23.6995,5.35144,7200,7200,0,0,1403,0,0,0), + (42687,7348,129,0,0,2473.36,993.727,23.3727,2.87391,7200,7200,0,0,3660,0,0,0), + (42688,4076,129,0,0,2473.95,937.461,23.6142,0.242329,7200,7200,5,0,8,0,0,1), + (42689,7352,129,0,0,2470.12,913.654,26.6391,1.6057,7200,7200,0,0,3027,1067,0,0), + (42690,7348,129,0,0,2470.26,920.407,25.7429,0.488461,7200,7200,0,0,3660,0,0,0), + (42691,7344,129,0,0,2464.48,920.529,26.0583,3.2304,7200,7200,0,0,1403,0,0,0), + (42692,7347,129,0,0,2451.44,967.506,36.062,4.30387,7200,7200,0,0,3831,0,0,0), + (42693,7347,129,0,0,2454.7,977.548,35.7163,4.43857,7200,7200,0,0,3831,0,0,0), + (42694,7346,129,0,0,2448.97,974.833,36.1718,3.88879,7200,7200,0,0,1468,0,0,0), + (42695,7352,129,0,0,2467.07,891.052,28.4543,1.44223,7200,7200,0,0,3027,1067,0,0), + (42696,7341,129,0,0,2465,890.982,28.7014,1.41227,7200,7200,0,0,2706,2680,0,0), + (42697,4076,129,0,0,2513.62,868.48,47.6034,1.08098,7200,7200,5,0,8,0,0,1), + (42698,7344,129,0,0,2465.06,912.662,26.7746,4.53875,7200,7200,0,0,1403,0,0,0), + (42699,7329,129,0,0,2521.25,865.376,47.7613,3.9555,7200,7200,2,0,3780,0,0,1), + (42700,7328,129,0,0,2503.81,862.563,47.7613,5.02056,7200,7200,0,0,3748,0,0,0), + (42701,7329,129,0,0,2552.09,859.259,51.6473,4.33457,7200,7200,0,0,3780,0,0,0), + (42702,7337,129,0,0,2546.83,858.142,51.1979,1.71377,7200,7200,0,0,3027,1067,0,0), + (42703,7352,129,0,0,2446.11,938.189,35.1279,0.437342,7200,7200,0,0,3027,1067,0,0), + (42704,7344,129,0,0,2438.66,935.016,35.5474,2.16991,7200,7200,0,0,1403,0,0,0), + (42705,7344,129,0,0,2441.98,942.201,35.4881,0.943392,7200,7200,0,0,1403,0,0,0), + (42706,7348,129,0,0,2437.93,947.161,35.9655,2.56806,7200,7200,0,0,3660,0,0,0), + (42707,7344,129,0,0,2435.25,941.115,36.3236,1.37881,7200,7200,0,0,1403,0,0,0), + (42708,2110,129,0,0,2436.46,938.903,36.0352,3.08782,7200,7200,5,0,1,0,0,1), + (42709,7343,129,0,0,2463.37,1015.05,24.3318,5.16063,7200,7200,0,1,305,0,0,2), + (42710,7343,129,0,0,2464.93,1016.69,24.3579,5.19069,7200,7200,0,1,305,0,0,2), + (42711,7329,129,0,0,2502.49,854.987,47.678,6.09667,7200,7200,0,0,3780,0,0,0), + (42712,7329,129,0,0,2505.11,848.514,47.678,0.56702,7200,7200,0,0,3780,0,0,0), + (42713,7337,129,0,0,2508.09,855.546,47.7613,5.96903,7200,7200,1,0,3027,1067,0,1), + (42714,2110,129,0,0,2452.63,863.652,36.8769,1.0875,7200,7200,5,0,1,0,0,1), + (42715,7352,129,0,0,2462.88,886.735,29.3683,1.27455,7200,7200,0,0,3027,1067,0,0), + (42716,7348,129,0,0,2465.01,886.877,29.0198,1.27452,7200,7200,0,0,3660,0,0,0), + (42717,7329,129,0,0,2539.85,849.052,49.9912,5.88545,7200,7200,0,0,3780,0,0,0), + (42718,7328,129,0,0,2547.62,852.532,51.2979,6.01331,7200,7200,0,0,3748,0,0,0), + (42719,4076,129,0,0,2538.74,849.695,49.4261,5.96987,7200,7200,5,0,8,0,0,1), + (42720,7347,129,0,0,2429.22,979.017,48.1471,5.62966,7200,7200,0,0,3831,0,0,0), + (42721,7346,129,0,0,2432.9,984.435,48.7186,0.52512,7200,7200,0,0,1468,0,0,0), + (42722,7329,129,0,0,2486.66,831.659,44.4343,4.69989,7200,7200,1,0,3780,0,0,1), + (42723,7346,129,0,0,2404.51,928.312,42.7047,5.3209,7200,7200,0,0,1468,0,0,0), + (42724,7346,129,0,0,2424.14,985.837,48.9103,2.23633,7200,7200,0,0,1468,0,0,0), + (42725,7346,129,0,0,2404.7,937.682,40.3169,0,7200,7200,0,0,1468,0,0,0), + (42726,2110,129,0,0,2424.16,985.042,48.7633,3.44064,7200,7200,5,0,1,0,0,1), + (42728,1412,1,0,0,7815.25,-2191.67,472.547,1.31208,300,300,10,0,8,0,0,1), + (42729,721,1,0,0,7886.75,-2555.51,486.055,2.54383,300,300,5,0,1,0,0,1), + (42730,721,1,0,0,8011.95,-2501.02,493.227,0.296706,300,300,0,0,1,0,0,0), + (42731,1412,1,0,0,8003.29,-2504.56,491.993,1.3989,300,300,10,0,8,0,0,1), + (42732,883,1,0,0,7984.32,-2478.15,488.195,6.02139,300,300,0,0,1,0,0,0), + (42733,15616,1,0,0,-7541.55,724.929,-15.5431,4.76475,600,600,0,0,4000,0,0,0), + (42734,15616,1,0,0,-7545.83,724.958,-15.9181,4.83456,600,600,0,0,4000,0,0,0), + (42735,15616,1,0,0,-7549.97,724.994,-16.4181,4.88692,600,600,0,0,4000,0,0,0), + (42736,15616,1,0,0,-7554.11,724.96,-16.6681,4.95674,600,600,0,0,4000,0,0,0), + (42737,15617,1,0,0,-7552.73,740.408,-17.4475,2.30383,600,600,0,0,12000,0,0,0), + (42738,15617,1,0,0,-7551.3,742.052,-17.6677,3.01942,600,600,0,0,12000,0,0,0), + (42739,15617,1,0,0,-7551.56,744.482,-17.8704,3.66519,600,600,0,0,12000,0,0,0), + (42740,15617,1,0,0,-7554.27,746.032,-17.6629,4.62512,600,600,0,0,12000,0,0,0), + (42741,15617,1,0,0,-7556.75,744.358,-17.4106,5.68977,600,600,0,0,12000,0,0,0), + (42742,15617,1,0,0,-7556.87,741.63,-17.2573,0.523599,600,600,0,0,12000,0,0,0), + (42743,15617,1,0,0,-7555.18,740.35,-17.2775,1.32645,600,600,0,0,12000,0,0,0), + (42744,14347,1,0,0,-6157.52,1781.23,29.0959,4.10152,600,600,0,0,9835,0,0,0), + (42745,18199,1,0,0,-7568.77,763.379,-17.5984,5.91667,300,300,0,0,0,0,0,0), + (42746,11803,1,0,0,-7964.69,1977.1,7.05623,3.25699,300,300,0,0,4120,0,0,0), + (42747,11804,1,0,0,-6939.14,1114.2,0.86478,3.92213,300,300,25,0,3541,2434,0,2), + (42748,11805,1,0,0,-6378.43,-320.65,-1.257,1.74533,300,300,0,0,4108,2117,0,0), + (42749,15903,1,0,0,-7160.95,1401.19,3.01989,4.10152,600,600,0,0,25000,0,0,0), + (42750,15419,1,0,0,-6880.52,727.228,55.1345,5.0091,300,300,0,0,3500,0,0,0), + (42751,15169,1,0,0,-6547.1,92.2979,170.318,5.33532,300,300,0,0,3857,2434,0,0), + (42752,15170,1,0,0,-8013.06,1099.65,4.71885,0.855211,300,300,0,0,2757,0,0,0), + (42753,15171,1,0,0,-8022.5,1115.79,2.83362,6.21337,300,300,0,0,3100,0,0,0), + (42754,15172,1,0,0,-8008.65,1108.51,-0.856222,1.43354,300,300,0,0,3237,0,0,0), + (42755,15174,1,0,0,-6868.04,729.914,45.7454,0.488692,300,300,0,0,3986,0,0,0), + (42756,15175,1,0,0,-6817.88,842.28,49.4853,4.46804,300,300,0,0,4356,0,0,0), + (42757,15176,1,0,0,-6860.93,753.044,42.5555,1.20428,300,300,0,0,4356,0,0,0), + (42758,15177,1,0,0,-6758.55,775.594,89.1046,3.97935,600,600,0,0,7423,7071,0,0), + (42759,15178,1,0,0,-6810.2,841.704,49.7481,4.81711,600,600,0,0,7423,7071,0,0), + (42760,15179,1,0,0,-6802.31,800.039,51.5584,3.21141,300,300,0,0,4484,0,0,0), + (42761,15180,1,0,0,-6805.01,814.864,51.2579,3.42085,300,300,0,0,4500,0,0,0), + (42762,15181,1,0,0,-6752.38,823.836,57.3633,0.344505,600,600,0,0,10327,0,0,0), + (42763,15693,1,0,0,-8071.32,1633.95,24.4245,4.76475,600,600,0,0,7000,2486,0,0), + (42764,15182,1,0,0,-6740.08,769.562,128.521,3.50811,600,600,0,0,10042,0,0,0), + (42765,15183,1,0,0,-6828.49,807.223,52.0997,0.383972,300,300,0,0,3857,2434,0,0), + (42766,15184,1,0,0,-6869.73,871.868,35.9944,3.59538,600,600,0,0,9763,0,0,0), + (42767,15184,1,0,0,-6871.2,879.51,36.4725,2.60054,600,600,0,0,9763,0,0,0), + (42768,15184,1,0,0,-6859.57,738.389,55.1345,5.0091,600,600,0,0,9763,0,0,0), + (42769,15184,1,0,0,-6825.21,841.13,49.5545,4.83456,600,600,0,0,9763,0,0,0), + (42770,15184,1,0,0,-6803.39,723.999,42.2456,4.90438,600,600,0,0,9763,0,0,0), + (42771,15184,1,0,0,-6816.91,718.773,40.6206,5.2709,600,600,0,0,9763,0,0,0), + (42772,15184,1,0,0,-6878.11,752.944,43.133,0.296706,600,600,0,0,9763,0,0,0), + (42773,15184,1,0,0,-6853.45,763.728,42.6753,5.44543,600,600,0,0,9763,0,0,0), + (42774,15184,1,0,0,-6843.99,749.327,42.6073,0.383972,600,600,0,0,9763,0,0,0), + (42775,15184,1,0,0,-6838.14,736.773,42.1073,0.541052,600,600,0,0,9763,0,0,0), + (42776,15184,1,0,0,-6877.26,729.273,45.7454,0.418879,600,600,0,0,9763,0,0,0), + (42777,15184,1,0,0,-6874.96,722.567,45.7454,0.541052,600,600,0,0,9763,0,0,0), + (42778,15184,1,0,0,-6800.43,786.834,51.5129,2.21657,600,600,0,0,9763,0,0,0), + (42779,15184,1,0,0,-6785.93,789.291,52.547,1.8326,600,600,0,0,9763,0,0,0), + (42780,15184,1,0,0,-6754.93,755.7,87.7416,3.36848,600,600,0,0,9763,0,0,0), + (42781,15184,1,0,0,-6760.2,768.678,88.7426,3.71755,600,600,0,0,9763,0,0,0), + (42782,15184,1,0,0,-6865.8,738.326,55.1345,5.18363,600,600,0,0,9763,0,0,0), + (42783,15184,1,0,0,-6876.96,722.261,55.1345,0.593412,600,600,0,0,9763,0,0,0), + (42784,15184,1,0,0,-6817.11,776.108,47.8879,3.89208,600,600,0,0,9763,0,0,0), + (42785,15184,1,0,0,-6801.55,770.92,64.7629,2.51327,600,600,0,0,9763,0,0,0), + (42786,7337,129,0,0,2486.05,824.767,43.6573,2.07059,7200,7200,1,0,3027,1067,0,1), + (42787,7334,129,0,0,2530.19,803.431,45.5162,5.32644,7200,7200,0,1,1619,0,0,2), + (42788,7329,129,0,0,2495.82,788.094,39.5196,4.04916,7200,7200,1,0,3780,0,0,1), + (42789,7328,129,0,0,2489.1,797.185,41.6005,2.46071,7200,7200,1,0,3748,0,0,1), + (42790,7329,129,0,0,2529.28,797.294,45.9395,5.73285,7200,7200,0,0,3780,0,0,0), + (42791,7337,129,0,0,2526.72,786.105,46.1426,2.0424,7200,7200,0,0,3027,1067,0,0), + (42792,4076,129,0,0,2499.89,788.468,39.4363,0.242314,7200,7200,5,0,8,0,0,1), + (42793,2110,129,0,0,2529.72,787.464,46.1969,3.99177,7200,7200,5,0,1,0,0,1), + (42794,7328,129,0,0,2534.98,791.096,47.2089,6.19147,7200,7200,0,0,3748,0,0,0), + (42795,1547,0,0,0,2271.2,1254.55,35.7271,1.2437,300,300,5,0,101,142,0,1), + (42796,1545,0,0,0,2790.8,1246.18,-0.301244,4.92301,300,300,5,0,176,0,0,1), + (42798,10299,229,0,0,56.797,-400.285,64.348,3.169,10800,10800,0,0,7599,0,0,0), + (42799,858,0,0,0,-10528.1,-2805.01,23.0528,5.07602,300,300,5,0,1469,0,0,1), + (42800,747,0,0,0,-10913.2,-4206.25,3.74206,3.47321,300,300,0,0,1711,1483,0,0), + (42801,750,0,0,0,-10977.7,-4176.08,2.41155,5.90547,300,300,5,0,1981,0,0,1), + (42802,747,0,0,0,-10920.9,-4215.73,-1.1728,3.3646,300,300,5,0,1711,1483,0,1), + (42803,741,0,0,0,-10602.2,-2555.93,23.9093,3.65722,300,300,5,0,1037,2680,0,1), + (42804,747,0,0,0,-10974.7,-4142.45,5.65217,0.904718,300,300,5,0,1711,1483,0,1), + (42805,747,0,0,0,-10955.1,-4207.12,-0.257428,1.48863,300,300,5,0,1711,1483,0,1), + (42806,741,0,0,0,-10522.8,-2511.83,22.9056,1.16232,300,300,10,0,1037,2680,0,1), + (42807,741,0,0,0,-10610.9,-2514.48,22.5566,0.244505,300,300,10,0,1037,2680,0,1), + (42808,740,0,0,0,-10528.5,-2541.92,19.845,2.56595,300,300,10,0,950,2553,0,1), + (42809,741,0,0,0,-10527.6,-2511.35,22.7399,2.88288,300,300,10,0,1037,2680,0,1), + (42810,767,0,0,0,-10529.4,-2499.15,22.331,0.156378,300,300,10,0,1469,0,0,1), + (42811,741,0,0,0,-10497.3,-2484.53,28.6919,2.54304,300,300,5,0,1037,2680,0,1), + (42812,740,0,0,0,-10579.1,-2478.08,22.5711,1.19718,300,300,10,0,950,2553,0,1), + (42813,740,0,0,0,-10642.5,-2517.79,26.8394,5.6182,300,300,10,0,950,2553,0,1), + (42814,741,0,0,0,-10480.7,-2606.07,22.6419,1.32625,300,300,10,0,1037,2680,0,1), + (42815,764,0,0,0,-10213.1,-2565.03,27.6206,5.03043,300,300,10,0,1308,1189,0,1), + (42816,764,0,0,0,-10179.8,-2585.65,28.3536,5.26976,300,300,10,0,1308,1189,0,1), + (42817,765,0,0,0,-10117.9,-2519.37,28.1376,5.29335,300,300,5,0,1116,2861,0,1), + (42818,858,0,0,0,-10568.2,-2822.18,25.6689,1.10016,300,300,5,0,1469,0,0,1), + (42819,764,0,0,0,-10213.9,-2609.92,28.246,1.44741,300,300,5,0,1308,1189,0,1), + (42820,764,0,0,0,-10151.6,-2552.57,24.9238,4.7533,300,300,10,0,1308,1189,0,1), + (42821,1084,0,0,0,-10390.5,-2775.65,17.6807,4.29821,300,300,5,0,1403,0,0,1), + (42822,765,0,0,0,-10114.9,-2453.85,27.7069,5.76622,300,300,10,0,1116,2861,0,1), + (42823,766,0,0,0,-10090.9,-2480.16,28.1235,3.03396,300,300,10,0,1433,1283,0,1), + (42824,1084,0,0,0,-10458.3,-2918.47,18.119,6.06271,300,300,5,0,1403,0,0,1), + (42825,766,0,0,0,-10086.5,-2419.34,27.0039,3.23543,300,300,10,0,1433,1283,0,1), + (42826,750,0,0,0,-10709.6,-4310.11,0.029192,0.210275,300,300,5,0,1981,0,0,1), + (42827,1084,0,0,0,-10476.6,-2878.82,17.4304,4.09792,300,300,5,0,1403,0,0,1), + (42828,766,0,0,0,-10146,-2416.25,27.6431,6.24624,300,300,5,0,1433,1283,0,1), + (42829,764,0,0,0,-10212,-2484.98,27.5489,5.9466,300,300,5,0,1308,1189,0,1), + (42830,1088,0,0,0,-10164.1,-4369.16,-2.19779,5.43838,300,300,5,0,1716,0,0,1), + (42831,750,0,0,0,-10457.8,-4410.33,-0.261992,2.4887,300,300,5,0,1981,0,0,1), + (42832,766,0,0,0,-10152,-2486.47,24.9236,4.17673,300,300,10,0,1433,1283,0,1), + (42833,764,0,0,0,-10187.2,-2521.16,29.3057,3.41264,300,300,5,0,1308,1189,0,1), + (42834,766,0,0,0,-10180.3,-2454.81,28.0161,5.85801,300,300,5,0,1433,1283,0,1), + (42835,751,0,0,0,-10405,-4403.14,2.87001,6.14356,300,300,0,0,2059,0,0,0), + (42836,750,0,0,0,-10425.7,-4423.66,-1.32828,2.75848,300,300,5,0,1981,0,0,1), + (42837,750,0,0,0,-10385.2,-4416.7,-0.457347,5.30813,300,300,0,0,1981,0,0,0), + (42838,752,0,0,0,-10401.7,-4403.12,2.75671,3.33358,300,300,0,0,1704,1483,0,0), + (42839,1084,0,0,0,-10308.1,-2756.53,17.9435,4.99116,300,300,5,0,1403,0,0,1), + (42840,858,0,0,0,-10437.7,-2626.98,22.9659,5.60118,300,300,5,0,1469,0,0,1), + (42841,764,0,0,0,-10244.4,-2584.61,26.9099,6.10075,300,300,5,0,1308,1189,0,1), + (42842,767,0,0,0,-10423.5,-2911.57,23.4839,3.31465,300,300,5,0,1469,0,0,1), + (42843,767,0,0,0,-10384.8,-2957.56,22.1982,4.73135,300,300,5,0,1469,0,0,1), + (42844,858,0,0,0,-10271.1,-2710.67,22.3402,3.04312,300,300,10,0,1469,0,0,1), + (42845,766,0,0,0,-10739.3,-3984.1,18.4451,0.808709,300,300,5,0,1433,1283,0,1), + (42846,752,0,0,0,-10539.1,-4399.5,0.767854,1.29154,300,300,0,0,1704,1483,0,0), + (42847,769,0,0,0,-10622.2,-3647.04,22.4683,1.37178,300,300,5,0,1829,0,0,1), + (42848,767,0,0,0,-10361.7,-3060.46,22.4744,3.71519,300,300,5,0,1469,0,0,1), + (42849,750,0,0,0,-10642.1,-4359.87,1.67078,2.24135,300,300,5,0,1981,0,0,1), + (42850,769,0,0,0,-10567.1,-3609.59,22.3028,0.626232,300,300,5,0,1829,0,0,1), + (42851,750,0,0,0,-10588.9,-4382.33,1.93194,0.638421,300,300,5,0,1981,0,0,1), + (42852,752,0,0,0,-10553.6,-4398.72,0.627688,5.51524,300,300,0,0,1704,1483,0,0), + (42853,766,0,0,0,-10807.8,-4001.57,19.6658,1.21374,300,300,5,0,1433,1283,0,1), + (42854,769,0,0,0,-10887.8,-3944.36,22.203,0.779421,300,300,5,0,1829,0,0,1), + (42855,767,0,0,0,-10311.3,-3077.01,23.3385,4.73973,300,300,5,0,1469,0,0,1), + (42856,750,0,0,0,-10651.3,-4321.73,6.57644,0.682365,300,300,5,0,1981,0,0,1), + (42857,1082,0,0,0,-10149.3,-3519.83,19.2163,2.55359,300,300,10,0,1604,0,0,1), + (42858,1082,0,0,0,-10217.4,-3527.86,17.4991,4.05214,300,300,10,0,1604,0,0,1), + (42859,767,0,0,0,-10344.5,-3120.8,22.3405,5.64755,300,300,5,0,1469,0,0,1), + (42860,750,0,0,0,-10687.3,-4320.86,1.08961,6.27733,300,300,5,0,1981,0,0,1), + (42861,767,0,0,0,-10284.2,-3184.02,21.8168,5.98993,300,300,5,0,1469,0,0,1), + (42862,767,0,0,0,-10313,-3148.52,21.5055,5.92148,300,300,5,0,1469,0,0,1), + (42863,767,0,0,0,-10310.9,-3216.43,22.5257,1.86023,300,300,10,0,1469,0,0,1), + (42864,766,0,0,0,-10860.8,-3993.63,17.9802,6.25743,300,300,5,0,1433,1283,0,1), + (42865,769,0,0,0,-10887.1,-3891.68,23.6229,0.224602,300,300,10,0,1829,0,0,1), + (42866,769,0,0,0,-10843,-3892.9,21.9838,5.51022,300,300,10,0,1829,0,0,1), + (42867,1548,0,0,0,2500.41,1169.19,67.6298,2.25591,300,300,5,0,122,0,0,1), + (42868,15184,1,0,0,-6806.88,827.78,53.68,2.68781,600,600,0,0,9763,0,0,0), + (42869,766,0,0,0,-10747,-3883.74,17.4991,4.65662,300,300,10,0,1433,1283,0,1), + (42872,1545,0,0,0,2780.05,1315.81,-5.11268,3.13342,300,300,5,0,176,0,0,1), + (42873,1545,0,0,0,2784.47,1186.17,-0.594686,0.804733,300,300,5,0,176,0,0,1), + (42877,9098,229,0,0,67.391,-440.77,40.992,3.40276,7200,7200,0,0,6078,4082,0,0), + (42876,9097,229,0,0,66.684,-442.869,40.768,2.83099,7200,7200,0,0,7599,0,0,0), + (42875,9097,229,0,0,61.1247,-437.231,42.1525,5.29322,7200,7200,0,0,7599,0,0,2), + (42879,9097,229,0,0,66.2,-508.76,29.41,3.18126,10800,10800,0,0,7599,0,0,2), + (42880,9098,229,0,0,59.14,-509.15,29.36,0.1669,10800,10800,0,0,6078,4082,0,0), + (42881,1082,0,0,0,-10278.8,-3313.5,20.6241,4.68463,300,300,10,0,1604,0,0,1), + (42882,769,0,0,0,-10846.8,-3901.48,22.7858,1.53761,300,300,10,0,1829,0,0,1), + (42883,767,0,0,0,-10284.5,-3248.94,22.5715,3.34303,300,300,10,0,1469,0,0,1), + (42884,15184,1,0,0,-6798.14,842.835,48.2119,4.06662,600,600,0,0,9763,0,0,0), + (42885,15184,1,0,0,-6768.65,825.393,55.8302,3.57792,600,600,0,0,9763,0,0,0), + (42886,15184,1,0,0,-6764.78,813.07,55.8302,3.24631,600,600,0,0,9763,0,0,0), + (42887,9045,229,0,0,62.34,-506.72,29.36,4.82745,10800,10800,0,0,6078,2041,0,0), + (42888,9258,229,0,0,44.95,-495.62,29.43,0.72,10800,10800,0,0,7599,0,0,0), + (42889,9416,229,0,0,41.68,-494.48,30.16,0.22,10800,10800,0,0,3189,0,0,0), + (42890,1082,0,0,0,-10255.5,-3419.96,19.7491,3.25348,300,300,5,0,1604,0,0,1), + (42891,15184,1,0,0,-6828.76,782.893,45.6379,3.9619,600,600,0,0,9763,0,0,0), + (42892,15184,1,0,0,-6817.96,790.697,49.5129,0.610865,600,600,0,0,9763,0,0,0), + (42893,7410,0,0,0,-8399.8,296.599,120.885,4.61322,1680,1680,0,0,9563,0,0,0), + (42895,15184,1,0,0,-6813.65,726.728,40.185,1.99952,600,600,0,0,9763,0,0,2), + (42896,15184,1,0,0,-6811.04,720.978,39.6068,1.99427,600,600,0,0,9763,0,0,2), + (42897,15184,1,0,0,-6765.8,754.172,85.1787,3.87854,600,600,0,0,9763,0,0,2), + (42898,15184,1,0,0,-6761.69,757.905,86.3393,3.87862,600,600,0,0,9763,0,0,2), + (42899,15185,1,0,0,-7866.33,1810.08,191.26,0.120977,600,600,25,0,19920,9544,0,1), + (42900,15185,1,0,0,-6678.14,33.4775,162.008,5.62595,600,600,25,0,19920,9544,0,1), + (42901,15185,1,0,0,-7947.51,1783.17,130.326,2.48016,600,600,25,0,19920,9544,0,1), + (42902,15185,1,0,0,-6726.89,741.56,147.94,0.522566,600,600,25,0,19920,9544,0,1), + (42903,15185,1,0,0,-7954.49,1289.78,108.002,1.54178,600,600,25,0,19920,9544,0,1), + (42904,15441,1,0,0,-7163.64,1389.07,2.96657,2.87979,300,300,0,0,4974,0,0,0), + (42905,15441,1,0,0,-7164.27,1403.14,3.01989,3.15905,300,300,0,0,4974,0,0,0), + (42906,15441,1,0,0,-7167.75,1380.49,2.9267,2.02458,300,300,0,0,4974,0,0,0), + (42907,15441,1,0,0,-7167.11,1387.39,2.92818,1.36136,300,300,0,0,4974,0,0,0), + (42908,15441,1,0,0,-7169.73,1405.13,2.8056,5.044,300,300,0,0,4974,0,0,0), + (42909,15441,1,0,0,-7164.14,1391.24,2.96657,3.83972,300,300,0,0,4974,0,0,0), + (42910,15441,1,0,0,-7178.14,1390.42,2.9267,2.23402,300,300,0,0,4974,0,0,0), + (42911,15442,1,0,0,-7164.31,1387.01,2.84157,1.98968,600,600,0,0,4974,0,0,0), + (42912,15442,1,0,0,-7172.89,1381.32,2.9267,1.93731,600,600,0,0,4974,0,0,0), + (42913,15442,1,0,0,-7166.91,1391.6,2.9267,5.13127,600,600,0,0,4974,0,0,0), + (42914,15443,1,0,0,-7178.58,1392.09,2.8017,2.25148,600,600,0,0,30000,12170,0,0), + (42915,15444,1,0,0,-7166.91,1404.12,2.9306,3.28122,600,600,0,0,12000,28755,0,0), + (42916,15189,1,0,0,-6855.66,739.622,55.0512,1.97376,300,300,25,0,2700,0,0,2), + (42917,15190,1,0,0,-6852.64,739.226,56.0303,2.26893,300,300,0,0,2700,0,0,0), + (42918,15191,1,0,0,-6847.81,755.68,42.2256,0.558505,300,300,0,0,4100,5013,0,0), + (42919,15194,1,0,0,-7578.72,196.914,11.5488,1.3439,300,300,0,0,1700,0,0,0), + (42921,15196,1,0,0,-8102.7,967.628,59.7207,2.96696,600,600,0,0,8883,0,0,0), + (42922,15454,1,0,0,-8064.17,1534.23,2.69274,1.23918,300,300,0,0,42,0,0,0), + (42923,15200,1,0,0,-6809.02,1619.7,1.71544,5.55443,300,300,0,0,3097,5751,0,0), + (42924,15201,1,0,0,-6254.82,54.2211,16.9761,2.91629,300,300,3,0,4120,0,0,1), + (42925,15201,1,0,0,-6294.24,34.1721,-10.5769,5.60702,300,300,3,0,4120,0,0,1), + (42926,15201,1,0,0,-6249.95,-5.5724,-10.5686,2.53238,300,300,3,0,4120,0,0,1), + (42927,15201,1,0,0,-6274.7,10.8351,-10.4679,4.73693,300,300,3,0,4120,0,0,1), + (42928,15201,1,0,0,-6250.86,-6.42933,-10.4807,3.81136,300,300,3,0,4120,0,0,2), + (42929,15201,1,0,0,-6295.63,9.44135,-3.06725,3.52556,300,300,3,0,4120,0,0,1), + (42930,15201,1,0,0,-6246.23,-43.1826,-5.01382,3.54926,300,300,3,0,4120,0,0,1), + (42931,15201,1,0,0,-6260.61,-10.1571,2.1,3.9531,300,300,0,0,4120,0,0,0), + (42932,15201,1,0,0,-6292.99,95.1766,16.791,1.48214,300,300,3,0,4120,0,0,1), + (42933,15201,1,0,0,-6253.15,1.78666,5.16569,0.949899,300,300,3,0,4120,0,0,2), + (42934,15201,1,0,0,-6290.87,106.021,17.1215,5.93616,300,300,3,0,4120,0,0,2), + (42935,15201,1,0,0,-6265.93,41.8866,9.06246,2.6575,300,300,3,0,4120,0,0,1), + (42936,15201,1,0,0,-6293.14,65.065,11.6376,3.25438,300,300,3,0,4120,0,0,1), + (42937,15202,1,0,0,-6320.34,15.9102,6.30753,1.46608,300,300,0,0,3395,2486,0,0), + (42938,17765,1,0,0,-7134.42,1400.67,5.39489,5.84685,600,600,0,0,6800,0,0,0), + (42940,17765,1,0,0,-7135.28,1395.17,5.21889,6.24828,600,600,0,0,6800,0,0,0), + (42941,17765,1,0,0,-7135.84,1389.38,4.46657,0.366519,600,600,0,0,6800,0,0,0), + (42942,17766,1,0,0,-7595.51,757.488,-16.6255,1.90241,600,600,0,0,6500,0,0,0), + (42943,17766,1,0,0,-7595.09,751.349,-17.0005,1.76278,600,600,0,0,6500,0,0,0), + (42944,17766,1,0,0,-7592.46,763.079,-16.5005,3.03687,600,600,0,0,6500,0,0,0), + (42945,11880,1,0,0,-6386.73,180.874,7.28001,5.92839,300,300,10,0,3876,0,0,1), + (42946,11880,1,0,0,-6316.11,178.676,8.47511,4.1569,300,300,25,0,3876,0,0,1), + (42947,11880,1,0,0,-6681.33,1618.6,9.58589,5.31972,300,300,0,0,3876,0,0,0), + (42948,11880,1,0,0,-6989.19,1220.53,9.37262,3.49066,300,300,0,0,3876,0,0,0), + (42949,11880,1,0,0,-6971.08,1210.74,7.88494,1.78024,300,300,0,0,3876,0,0,0), + (42950,11880,1,0,0,-7010.04,1122.39,9.84909,3.1765,300,300,0,0,3876,0,0,0), + (42951,11880,1,0,0,-7001.8,1146.53,8.68506,1.0153,300,300,3,0,3876,0,0,1), + (42952,11880,1,0,0,-6988.46,1120.13,9.20966,2.18166,300,300,0,0,3876,0,0,0), + (42953,11880,1,0,0,-6984.89,1236.46,0.862622,0.785486,300,300,25,0,3876,0,0,1), + (42954,11880,1,0,0,-6418.02,271.565,8.16339,4.13815,300,300,25,0,3876,0,0,1), + (42955,11880,1,0,0,-6685.37,1584.73,5.87809,1.72974,300,300,0,0,3876,0,0,0), + (42956,11880,1,0,0,-6906.39,1153.91,1.76707,2.11219,300,300,10,0,3876,0,0,2), + (42957,11880,1,0,0,-7986.39,1887.65,4.45636,5.46798,300,300,10,0,3876,0,0,1), + (42958,11880,1,0,0,-7855.79,1927.95,4.03048,2.17777,300,300,25,0,3876,0,0,1), + (42959,11880,1,0,0,-7818.03,1909.27,5.47137,3.63933,300,300,10,0,3876,0,0,2), + (42960,11880,1,0,0,-7862.4,1854.4,2.81501,3.05933,300,300,10,0,3876,0,0,1), + (42961,11880,1,0,0,-7943.78,1953.85,7.40843,1.0109,300,300,10,0,3876,0,0,1), + (42962,11880,1,0,0,-7887.44,1946.52,5.99786,2.90515,300,300,10,0,3876,0,0,1), + (42963,11880,1,0,0,-7921.69,1906.11,6.40254,4.11801,300,300,25,0,3876,0,0,1), + (42964,11880,1,0,0,-7977.42,1954.57,5.46185,0.367231,300,300,10,0,3876,0,0,1), + (42965,11880,1,0,0,-7891.28,1840.39,3.55864,4.21382,300,300,25,0,3876,0,0,1), + (42966,11880,1,0,0,-7916.02,1817.66,2.22906,2.29246,300,300,25,0,3876,0,0,1), + (42967,11880,1,0,0,-8019.18,1853.87,4.97852,4.97957,300,300,25,0,3876,0,0,1), + (42970,11880,1,0,0,-6972.02,1073.48,5.04001,0.701645,300,300,0,0,3876,0,0,0), + (42971,11880,1,0,0,-6748,1664.67,6.76803,3.90611,300,300,3,0,3876,0,0,1), + (42972,11880,1,0,0,-6718.47,1681.42,7.10973,3.68691,300,300,0,0,3876,0,0,0), + (42973,11880,1,0,0,-6756.36,1675.29,7.0886,3.03206,300,300,0,0,3876,0,0,0), + (42974,11880,1,0,0,-6689.69,1653.77,7.0455,0.105841,300,300,0,0,3876,0,0,0), + (42975,11880,1,0,0,-6782.56,1712.09,3.90534,4.15472,300,300,25,0,3876,0,0,1), + (42976,11880,1,0,0,-6727.45,1645.04,15.7023,0.004616,300,300,0,0,3876,0,0,0), + (42977,11880,1,0,0,-6781.88,1653.65,6.54617,1.44252,300,300,25,0,3876,0,0,2), + (42978,11880,1,0,0,-6810.46,1652.77,6.36939,2.67436,300,300,0,0,3876,0,0,0), + (42979,11880,1,0,0,-6817.78,1674.49,6.36939,2.75762,300,300,0,0,3876,0,0,0), + (42980,11880,1,0,0,-6818.33,1620.99,1.51854,2.95401,300,300,25,0,3876,0,0,1), + (42981,11880,1,0,0,-6781.31,1616.14,4.17117,5.16075,300,300,25,0,3876,0,0,1), + (42982,11880,1,0,0,-6678.13,1549,7.88537,5.08019,300,300,3,0,3876,0,0,2), + (42985,11880,1,0,0,-6439.55,193.929,4.78818,2.21657,300,300,0,0,3876,0,0,0), + (42986,11880,1,0,0,-6433.12,203.873,4.44848,5.96903,300,300,0,0,3876,0,0,0), + (42987,11880,1,0,0,-6416.07,218.266,4.81526,5.59585,300,300,25,0,3876,0,0,1), + (42988,11880,1,0,0,-7026.32,1161.89,7.53953,2.17306,300,300,3,0,3876,0,0,1), + (42989,11880,1,0,0,-7033.65,1185.06,7.34449,2.46091,300,300,0,0,3876,0,0,0), + (42990,11880,1,0,0,-7052.87,1187.33,0.784361,0.983507,300,300,3,0,3876,0,0,1), + (42991,11880,1,0,0,-7014.65,1213.14,8.34943,4.10152,300,300,0,0,3876,0,0,0), + (42992,11880,1,0,0,-7022.13,1181,7.61265,0.565533,300,300,10,0,3876,0,0,2), + (42993,11880,1,0,0,-7039.75,1150.89,6.2975,5.72468,300,300,0,0,3876,0,0,0), + (42994,11880,1,0,0,-7052.82,1235.38,1.88725,5.52816,300,300,25,0,3876,0,0,1), + (42995,11880,1,0,0,-6954.72,1128.31,0.873354,3.91402,300,300,25,0,3876,0,0,2), + (42996,11880,1,0,0,-6983.46,1080.06,4.59615,5.73038,300,300,25,0,3876,0,0,2), + (42997,11880,1,0,0,-7049.92,1111.83,5.21439,-0.756329,300,300,0,0,3876,0,0,0), + (42998,11880,1,0,0,-6968.32,1115.89,7.54318,4.53786,300,300,0,0,3876,0,0,0), + (42999,11881,1,0,0,-6852.17,1672.82,3.88112,3.86692,300,300,25,0,3997,0,0,1), + (43000,11881,1,0,0,-6977.77,1215.92,9.1577,3.78736,300,300,0,0,3997,0,0,0), + (43001,11881,1,0,0,-6953.9,1159.7,11.0538,2.63545,300,300,0,0,3997,0,0,0), + (43002,11881,1,0,0,-6946.97,1177.47,10.0575,1.96287,300,300,25,0,3997,0,0,1), + (43003,11881,1,0,0,-6999.96,1129.48,9.23342,3.28122,300,300,0,0,3997,0,0,0), + (43004,11881,1,0,0,-6953.94,1246.64,1.90648,0.083141,300,300,25,0,3997,0,0,1), + (43005,11881,1,0,0,-6906.08,1186.19,3.86531,0.470819,300,300,15,0,3997,0,0,1), + (43006,11881,1,0,0,-6921.48,1208.8,2.86963,4.63773,300,300,15,0,3997,0,0,1), + (43007,11881,1,0,0,-7821.93,1887.03,5.66323,1.78059,300,300,10,0,3997,0,0,1), + (43008,11881,1,0,0,-7904.83,1936.95,4.80821,6.11594,300,300,10,0,3997,0,0,1), + (43009,11881,1,0,0,-7952.08,1889.58,1.24996,1.7009,300,300,25,0,3997,0,0,1), + (43010,11881,1,0,0,-7941.4,1925.11,3.90074,5.57442,300,300,10,0,3997,0,0,2), + (43011,11881,1,0,0,-7880.43,1818.26,1.47906,6.09409,300,300,10,0,3997,0,0,1), + (43012,11881,1,0,0,-7879.61,1920.52,2.44785,0.619677,300,300,10,0,3997,0,0,1), + (43013,11881,1,0,0,-7878.95,1891.71,5.33759,4.73052,300,300,10,0,3997,0,0,1), + (43014,11881,1,0,0,-7915.68,1789,2.69974,0.73539,300,300,25,0,3997,0,0,1), + (43015,11881,1,0,0,-7948.14,1814.77,3.10037,5.38629,300,300,25,0,3997,0,0,1), + (43016,11881,1,0,0,-8012.3,1816.25,3.70183,5.71986,300,300,10,0,3997,0,0,1), + (43017,11881,1,0,0,-7947.92,1781.16,1.11867,5.41176,300,300,25,0,3997,0,0,1), + (43018,11881,1,0,0,-7985.03,1817.22,4.41862,3.2716,300,300,25,0,3997,0,0,1), + (43019,11881,1,0,0,-7980.77,1854.53,4.6296,0.661189,300,300,25,0,3997,0,0,1), + (43020,11881,1,0,0,-6727.56,1647.8,14.3538,1.49885,300,300,0,0,3997,0,0,0), + (43021,11881,1,0,0,-6750.43,1713.3,4.91481,4.15503,300,300,25,0,3997,0,0,1), + (43022,11881,1,0,0,-6782.73,1680.03,5.41886,4.15472,300,300,25,0,3997,0,0,1), + (43023,11881,1,0,0,-6814.88,1684.08,5.34144,5.13279,300,300,15,0,3997,0,0,1), + (43024,11881,1,0,0,-6797.04,1666.12,6.0068,5.0091,300,300,0,0,3997,0,0,0), + (43025,11881,1,0,0,-6811.22,1657.6,7.7795,4.08407,300,300,0,0,3997,0,0,0), + (43026,11881,1,0,0,-6794.45,1658.31,5.91482,1.90241,300,300,0,0,3997,0,0,0), + (43027,11881,1,0,0,-6749.94,1553.27,5.49831,3.73747,300,300,25,0,3997,0,0,1), + (43028,11881,1,0,0,-6749.67,1588.68,6.99043,4.55531,300,300,0,0,3997,0,0,0), + (43029,11881,1,0,0,-6749.34,1619.44,12.6846,0.920459,300,300,0,0,3997,0,0,0), + (43030,11881,1,0,0,-6768.48,1598.1,7.05432,0.837758,300,300,0,0,3997,0,0,0), + (43031,11881,1,0,0,-6785.28,1580.3,3.42581,4.08141,300,300,25,0,3997,0,0,1), + (43032,11881,1,0,0,-6718.56,1584.37,9.28257,2.02134,300,300,3,0,3997,0,0,1), + (43033,11881,1,0,0,-6719.58,1553.11,6.0244,2.87051,300,300,25,0,3997,0,0,1), + (43034,11881,1,0,0,-6713.91,1523.88,4.15515,1.79465,300,300,25,0,3997,0,0,1), + (43035,11881,1,0,0,-6699.49,1546.8,8.29697,3.64774,300,300,0,0,3997,0,0,0), + (43036,11881,1,0,0,-7007.85,1090.86,2.11572,3.34301,300,300,0,0,3997,0,0,0), + (43037,11881,1,0,0,-7008.33,1258.33,0.525136,1.03696,300,300,25,0,3997,0,0,1), + (43038,11881,1,0,0,-7022.51,1173.62,8.4515,4.76139,300,300,3,0,3997,0,0,1), + (43039,11881,1,0,0,-7025.14,1135.47,2.85507,0.639205,300,300,0,0,3997,0,0,0), + (43040,11881,1,0,0,-6981.02,1106.44,6.56431,5.21853,300,300,0,0,3997,0,0,0), + (43041,11881,1,0,0,-7015.52,1089.73,2.59909,2.51489,300,300,25,0,3997,0,0,1), + (43042,11881,1,0,0,-7047.21,1149.64,6.34909,4.10152,300,300,0,0,3997,0,0,0), + (43043,11881,1,0,0,-7054.88,1170.21,1.22409,4.60474,300,300,3,0,3997,0,0,2), + (43044,15722,1,0,0,-6804.93,820.366,51.306,3.38594,300,300,0,0,3300,0,0,0), + (43045,11882,1,0,0,-6992.95,1188.32,16.4778,5.49779,300,300,0,0,3198,2369,0,0), + (43046,11882,1,0,0,-6974.02,1170.91,17.1244,2.42601,300,300,0,0,3198,2369,0,0), + (43047,11882,1,0,0,-6985.17,1193.26,13.452,4.76475,300,300,0,0,3198,2369,0,0), + (43048,11882,1,0,0,-6970.26,1181.01,13.4101,3.21141,300,300,0,0,3198,2369,0,0), + (43049,11882,1,0,0,-6977.08,1191.04,11.8974,4.10152,300,300,0,0,3198,2369,0,0), + (43050,11882,1,0,0,-6993.52,1170.91,16.7398,0.802851,300,300,0,0,3198,2369,0,0), + (43051,11882,1,0,0,-6999.94,1178.78,13.9236,0.087266,300,300,0,0,3198,2369,0,0), + (43052,11882,1,0,0,-6982.67,1167.75,13.1378,1.72788,300,300,0,0,3198,2369,0,0), + (43053,11882,1,0,0,-6735.53,1625.17,21.7453,6.21337,300,300,0,0,3198,2369,0,0), + (43054,11882,1,0,0,-6739.15,1613.94,17.7935,0.663225,300,300,0,0,3198,2369,0,0), + (43055,11882,1,0,0,-6727.03,1635.47,23.8272,4.85202,300,300,0,0,3198,2369,0,0), + (43056,11882,1,0,0,-6711,1624.17,22.0324,3.12414,300,300,0,0,3198,2369,0,0), + (43057,11882,1,0,0,-6710.64,1612.67,23.1585,2.46091,300,300,0,0,3198,2369,0,0), + (43058,11882,1,0,0,-6715.85,1634.96,16.0706,3.9619,300,300,0,0,3198,2369,0,0), + (43059,11882,1,0,0,-6730.18,1602.51,17.905,1.36136,300,300,0,0,3198,2369,0,0), + (43060,11882,1,0,0,-6718.83,1607.83,18.5327,1.93731,300,300,0,0,3198,2369,0,0), + (43061,11882,1,0,0,-7905.48,1890.38,9.25465,2.98451,300,300,0,0,3198,2369,0,0), + (43062,11882,1,0,0,-7917.32,1902.3,6.1169,4.41568,300,300,0,0,3198,2369,0,0), + (43063,11882,1,0,0,-7907.72,1899.83,11.8827,3.66519,300,300,0,0,3198,2369,0,0), + (43064,11882,1,0,0,-7908.31,1880.84,11.0128,2.35619,300,300,0,0,3198,2369,0,0), + (43065,11882,1,0,0,-7926.6,1901.72,10.2142,5.32325,300,300,0,0,3198,2369,0,0), + (43066,11882,1,0,0,-7918.57,1877.47,9.98539,1.67552,300,300,0,0,3198,2369,0,0), + (43067,11882,1,0,0,-7929.52,1893.21,5.85219,6.21337,300,300,0,0,3198,2369,0,0), + (43068,11882,1,0,0,-7928.31,1883.02,10.5671,0.872665,300,300,0,0,3198,2369,0,0), + (43069,11883,1,0,0,-6355.88,147.31,6.31777,0.872665,300,300,0,0,3297,2434,0,0), + (43070,11883,1,0,0,-6412.15,180.568,6.82553,0.645772,300,300,0,0,3297,2434,0,0), + (43071,11883,1,0,0,-6371.75,223.475,2.11312,4.59022,300,300,0,0,3297,2434,0,0), + (43072,11883,1,0,0,-7930.07,1855.87,5.6698,0.959931,300,300,0,0,3297,2434,0,0), + (43073,11883,1,0,0,-7864.98,1878.78,4.30379,6.0912,300,300,0,0,3297,2434,0,0), + (43074,11883,1,0,0,-7869.61,1914.33,3.50343,4.10152,300,300,0,0,3297,2434,0,0), + (43075,11883,1,0,0,-7934.37,1831.82,5.01009,4.92183,300,300,0,0,3297,2434,0,0), + (43076,11883,1,0,0,-6458.8,227.156,4.60372,5.42797,300,300,0,0,3297,2434,0,0), + (43077,11883,1,0,0,-6436.12,206.284,4.49306,3.3321,300,300,25,0,3297,2434,0,2), + (43078,15213,1,0,0,-6258.23,68.5936,17.3447,1.55334,300,300,0,0,3297,2434,0,0), + (43079,15213,1,0,0,-6262.89,66.4631,17.3447,2.05949,300,300,0,0,3297,2434,0,0), + (43080,15213,1,0,0,-6241.41,52.4021,16.2565,6.10865,300,300,0,0,3297,2434,0,0), + (43081,15213,1,0,0,-6325.92,-7.09258,6.50833,4.2586,300,300,0,0,3297,2434,0,0), + (43082,15213,1,0,0,-6375,155.084,6.64041,4.50389,300,300,25,0,3297,2434,0,1), + (43083,15213,1,0,0,-6354.19,186.662,5.04087,3.57468,300,300,25,0,3297,2434,0,1), + (43084,15213,1,0,0,-6313.53,8.94368,6.19254,0.977384,300,300,0,0,3297,2434,0,0), + (43085,15213,1,0,0,-6231.19,-51.1512,-5.91143,5.34071,300,300,0,0,3297,2434,0,0), + (43086,15213,1,0,0,-6236.44,19.1447,8.85145,6.00393,300,300,0,0,3297,2434,0,0), + (43087,15213,1,0,0,-6319.44,275.314,10.5377,5.09471,300,300,10,0,3297,2434,0,1), + (43088,15213,1,0,0,-6311.36,260.566,10.0601,1.49805,300,300,0,0,3297,2434,0,0), + (43089,15213,1,0,0,-6313.28,222.236,4.26247,3.20424,300,300,10,0,3297,2434,0,1), + (43090,15213,1,0,0,-6350.33,250.249,5.29611,3.32833,300,300,25,0,3297,2434,0,1), + (43091,15213,1,0,0,-6451.37,247.19,6.1289,0.708955,300,300,25,0,3297,2434,0,1), + (43092,15213,1,0,0,-6477.68,230.786,3.21332,1.23786,300,300,25,0,3297,2434,0,1), + (43093,15213,1,0,0,-6470.6,253.313,4.33299,0.619462,300,300,25,0,3297,2434,0,1), + (43094,15213,1,0,0,-6463.13,212.949,5.93707,2.74017,300,300,0,0,3297,2434,0,0), + (43095,15213,1,0,0,-6453.22,192.772,5.18881,5.11381,300,300,0,0,3297,2434,0,0), + (43096,15213,1,0,0,-6398.96,246.875,7.51268,4.06282,300,300,10,0,3297,2434,0,1), + (43097,15215,1,0,0,-8325.5,727.582,-66.985,5.74213,300,300,0,0,24585,17976,0,0), + (43098,15221,1,0,0,-8029.8,1122.73,3.31102,1.43117,300,300,0,0,42,0,0,0), + (43099,15222,1,0,0,-8021.58,1099.49,4.82093,2.77507,300,300,0,0,42,0,0,0), + (43119,14472,1,0,0,-7245.73,1167.55,2.48663,1.76934,21000,21000,0,0,3758,0,0,0), + (43120,14473,1,0,0,-7888.2,299.423,-13.9729,2.41835,43200,43200,25,0,12208,0,0,1), + (43121,15498,1,0,0,-6844.78,724.479,42.6144,0.366519,300,300,0,0,3400,5013,0,0), + (43122,15499,1,0,0,-6862.97,756.071,42.5764,6.0912,300,300,0,0,6650,0,0,0), + (43123,15500,1,0,0,-6876.72,734.648,45.7454,0.069813,600,600,0,0,7000,0,0,0), + (43124,14477,1,0,0,-7834.97,989.964,5.47884,3.50722,21000,21000,0,0,3876,0,0,0), + (43125,14478,1,0,0,-6518.56,1786.4,8.67502,4.687,21000,21000,0,0,3101,2289,0,2), + (42160,14479,1,0,0,-7952.43,1900.06,1.45424,0.683915,21000,21000,0,0,3297,2434,0,2), + (43127,12178,1,0,0,-7314.79,414.781,21.7374,2.82996,300,300,25,0,2752,2117,0,1), + (43128,12178,1,0,0,-7315.56,309.598,10.909,4.39989,300,300,10,0,2752,2117,0,1), + (43129,12178,1,0,0,-7314.18,352.466,17.3954,4.65095,300,300,25,0,2752,2117,0,1), + (43130,12178,1,0,0,-7215.96,455.471,13.5363,0.822411,300,300,3,0,2752,2117,0,1), + (43131,12178,1,0,0,-7139.55,354.197,26.2948,3.39261,300,300,3,0,2752,2117,0,1), + (43132,12178,1,0,0,-7141.85,350.847,26.3781,0.05236,300,300,0,0,2752,2117,0,0), + (43133,12178,1,0,0,-7126.64,355.606,17.8847,6.19366,300,300,10,0,2752,2117,0,1), + (43134,12178,1,0,0,-7122.28,343.788,18.0097,5.38601,300,300,3,0,2752,2117,0,1), + (43135,12178,1,0,0,-7054.74,276.017,5.81007,5.43045,300,300,10,0,2752,2117,0,1), + (43136,12178,1,0,0,-7080.26,313.053,12.383,5.90547,300,300,3,0,2752,2117,0,1), + (43137,12178,1,0,0,-7224.28,325.111,46.3382,3.7008,300,300,0,0,2752,2117,0,0), + (43138,12178,1,0,0,-7274.24,451.922,16.2011,5.58417,300,300,25,0,2752,2117,0,1), + (43139,12178,1,0,0,-7185.79,355.09,28.9946,1.46359,300,300,25,0,2752,2117,0,1), + (43140,12178,1,0,0,-7055.2,319.806,7.36219,4.32144,300,300,10,0,2752,2117,0,1), + (43141,12178,1,0,0,-7217.3,387.71,24.4976,0.887024,300,300,3,0,2752,2117,0,1), + (43142,12178,1,0,0,-7219.9,418.333,24.2214,4.62244,300,300,25,0,2752,2117,0,1), + (43143,12178,1,0,0,-7115.5,417.452,13.0916,4.18369,300,300,25,0,2752,2117,0,1), + (43144,12178,1,0,0,-7122.72,435.069,18.5984,6.09145,300,300,25,0,2752,2117,0,1), + (43145,12178,1,0,0,-7183.99,488.21,13.89,2.24676,300,300,25,0,2752,2117,0,1), + (43146,12179,1,0,0,-7217.56,288.306,47.0961,1.09121,300,300,3,0,3635,0,0,1), + (43147,12179,1,0,0,-7138.59,347.584,26.2948,3.83456,300,300,3,0,3635,0,0,1), + (43148,12179,1,0,0,-7258.11,328.817,47.925,6.21337,300,300,0,0,3635,0,0,0), + (43149,12179,1,0,0,-7116.58,351.869,17.8847,3.4514,300,300,0,0,3635,0,0,0), + (43150,12179,1,0,0,-7316.36,386.531,15.6469,3.28662,300,300,10,0,3635,0,0,1), + (43151,12179,1,0,0,-7309.82,284.823,12.2226,2.48483,300,300,3,0,3635,0,0,1), + (43152,12179,1,0,0,-7255.54,354.491,40.6493,4.11533,300,300,25,0,3635,0,0,1), + (43153,12179,1,0,0,-7084.7,241.667,3.8624,3.14159,300,300,10,0,3635,0,0,1), + (43154,12179,1,0,0,-7117.15,241.947,3.21372,3.38719,300,300,25,0,3635,0,0,1), + (43155,12179,1,0,0,-7139.58,352.873,17.4297,2.86257,300,300,10,0,3635,0,0,1), + (43156,12179,1,0,0,-7210.44,327.538,45.0917,4.03972,300,300,6,0,3635,0,0,2), + (43157,12179,1,0,0,-7236.05,330.175,46.3383,2.97714,300,300,0,0,3635,0,0,0), + (43158,12179,1,0,0,-7177.7,290.212,41.0724,4.66713,300,300,3,0,3635,0,0,1), + (43159,12179,1,0,0,-7153.93,317.038,19.6269,5.21139,300,300,3,0,3635,0,0,1), + (43160,12179,1,0,0,-7117.12,317.668,19.476,1.92644,300,300,0,0,3635,0,0,0), + (43161,12179,1,0,0,-7247.92,377.084,20.5388,4.94912,300,300,25,0,3635,0,0,1), + (43162,12179,1,0,0,-7260.42,410.416,21.343,3.72975,300,300,25,0,3635,0,0,1), + (43163,12179,1,0,0,-7249.29,489.919,11.6138,6.04376,300,300,25,0,3635,0,0,1), + (43164,12179,1,0,0,-7216.28,352.578,37.979,0.05474,300,300,3,0,3635,0,0,1), + (43165,12179,1,0,0,-7078.71,351.318,6.11982,4.96101,300,300,25,0,3635,0,0,1), + (43166,12179,1,0,0,-7184.61,322.523,35.118,6.24024,300,300,0,0,3635,0,0,0), + (43167,12179,1,0,0,-7252.93,444.01,20.2468,0.545791,300,300,25,0,3635,0,0,1), + (43168,12179,1,0,0,-7187.38,384.263,22.5013,3.9187,300,300,3,0,3635,0,0,1), + (43169,12179,1,0,0,-7085.28,390.384,5.01803,2.23099,300,300,25,0,3635,0,0,1), + (43170,12179,1,0,0,-7184.3,440.051,26.7382,4.11203,300,300,0,0,3635,0,0,0), + (43171,12179,1,0,0,-7178.48,441.191,26.6737,2.345,300,300,0,0,3635,0,0,0), + (43172,12956,1,0,0,-6370.38,-318.96,-1.45231,2.04204,300,300,0,0,4612,0,0,0), + (43173,16543,1,0,0,-6856.12,708.375,43.5737,0.802851,300,300,0,0,3700,2434,0,0), + (43174,13220,1,0,0,-6398.14,-314.356,-1.41759,0.261799,300,300,0,0,4108,2117,0,0), + (43175,15270,1,0,0,-6838.07,843.766,49.0494,5.44543,300,300,0,0,3857,0,0,0), + (43176,12199,1,0,0,-7114.15,352.771,26.3781,3.19395,300,300,0,0,3876,0,0,0), + (43177,17068,1,0,0,-7144.84,1376.44,3.34157,6.02139,300,300,0,0,3600,0,0,0), + (43178,17070,1,0,0,-7576.72,769.737,-17.4997,4.90438,300,300,0,0,2600,0,0,0), + (43179,17074,1,0,0,-6840.21,889.893,33.7969,0.698132,300,300,0,0,8,0,0,0), + (43180,15282,1,0,0,-6844.67,727.634,42.6185,0.226893,300,300,0,0,3857,0,0,0), + (43181,11698,1,0,0,-6663.68,1069.62,3.68127,3.80734,300,300,25,0,8352,0,0,1), + (43182,11698,1,0,0,-7002.27,652.248,6.0294,3.49549,300,300,3,0,8352,0,0,1), + (43183,11698,1,0,0,-7023.67,892.524,8.10384,5.57244,300,300,3,0,8352,0,0,1), + (43184,11698,1,0,0,-7111.02,789.347,12.4607,1.00972,300,300,3,0,8352,0,0,1), + (43185,11698,1,0,0,-6369.73,1018.75,-47.2876,1.9676,300,300,3,0,8352,0,0,1), + (43186,11698,1,0,0,-6250.88,1057.81,-31.9853,0.736236,300,300,25,0,8352,0,0,1), + (43187,11698,1,0,0,-6492.05,919.764,-41.1216,4.83804,300,300,3,0,8352,0,0,1), + (43188,11698,1,0,0,-6558.57,869.6,-46.3709,4.94655,300,300,3,0,8352,0,0,1), + (43189,11698,1,0,0,-6649.94,913.57,3.36537,0.296782,300,300,25,0,8352,0,0,1), + (43190,11698,1,0,0,-7083.83,814.222,17.9431,0.543269,300,300,3,0,8352,0,0,1), + (43191,11698,1,0,0,-6977,848.198,10.4554,5.59951,300,300,3,0,8352,0,0,1), + (43192,11698,1,0,0,-6910.02,788.633,7.48255,0.680669,300,300,10,0,8352,0,0,1), + (43193,11698,1,0,0,-6956.67,761.593,11.8727,2.18715,300,300,3,0,8352,0,0,1), + (43194,11698,1,0,0,-6881.25,677.084,7.99567,0.802665,300,300,3,0,8352,0,0,1), + (43195,11698,1,0,0,-6914.02,731.146,12.9405,4.37683,300,300,3,0,8352,0,0,1), + (43196,11698,1,0,0,-6986.15,574.966,7.78836,0.619041,300,300,25,0,8352,0,0,1), + (43197,11698,1,0,0,-7116.28,583.682,8.87889,3.64452,300,300,10,0,8352,0,0,1), + (43198,11698,1,0,0,-6521.28,918.981,0.700312,2.56497,300,300,10,0,8352,0,0,1), + (43199,11698,1,0,0,-6952.41,875.342,13.8453,3.43575,300,300,3,0,8352,0,0,1), + (43200,15540,1,0,0,-6802.81,796.45,51.3594,3.01942,600,600,0,0,3700,0,0,0), + (43201,15541,1,0,0,-6374.21,532.318,6.19409,4.31401,240,240,3,0,10529,0,0,2), + (43202,15542,1,0,0,-6362.06,551.901,7.30232,4.29159,240,240,3,0,3876,0,0,2), + (43203,15542,1,0,0,-6366.48,541.942,6.9074,4.32893,240,240,3,0,3876,0,0,2), + (43204,17079,1,0,0,-7573.79,769.702,-17.6601,4.46804,300,300,0,0,4000,0,0,0), + (43205,17080,1,0,0,-7144.34,1377.83,3.25658,5.88176,300,300,0,0,2800,0,0,0), + (43206,15545,1,0,0,-7013.45,1713.98,0.926241,4.62512,300,300,0,0,3100,0,0,0), + (43207,15545,1,0,0,-7014.01,1731.86,0.931739,3.24631,300,300,0,0,3100,0,0,0), + (43208,15545,1,0,0,-7006.43,1702.99,1.62108,6.12611,300,300,0,0,3100,0,0,0), + (43209,15545,1,0,0,-7024.78,1707.72,3.0496,0.15708,300,300,0,0,3100,0,0,0), + (43210,17081,1,0,0,-6810.62,832.311,50.0878,1.27409,300,300,0,0,5000,0,0,0), + (43211,15801,1,0,0,-8105.91,1619.21,14.104,3.49066,300,300,25,0,8,100,0,1), + (43212,15801,1,0,0,-8115.49,1621.07,14.8236,0.698132,300,300,25,0,8,100,0,1), + (43213,15545,1,0,0,-7773.43,1174.62,1.49799,5.84685,300,300,0,0,3100,0,0,0), + (43214,15545,1,0,0,-7785.68,1193.82,2.11056,1.18682,300,300,0,0,3100,0,0,0), + (43215,15545,1,0,0,-7762.29,1190.61,-0.205664,3.1765,300,300,0,0,3100,0,0,0), + (43216,15545,1,0,0,-7773.97,1185.79,-0.210197,4.2237,300,300,0,0,3100,0,0,0), + (43217,15545,1,0,0,-6796.65,135.985,4.05701,5.49779,300,300,0,0,3100,0,0,0), + (43218,15545,1,0,0,-6789.04,130.549,2.18303,3.00197,300,300,0,0,3100,0,0,0), + (43219,15545,1,0,0,-6796.75,126.362,3.81732,5.2709,300,300,0,0,3100,0,0,0), + (43220,15545,1,0,0,-6799.5,141.577,3.84566,0.05236,300,300,0,0,3100,0,0,0), + (43221,17082,1,0,0,-6764.52,772.218,89.7278,5.89921,300,300,0,0,5000,0,0,0), + (43222,15293,1,0,0,-7114.81,357.939,26.3781,4.32842,300,300,0,0,3297,2434,0,0), + (43223,17090,1,0,0,-7138.58,1389.88,3.71278,1.39626,300,300,0,0,0,0,0,0), + (43224,14536,1,0,0,-7724.21,1676.43,7.13181,2.19457,600,600,0,0,9298,12170,0,0), + (43225,11721,1,0,0,-6310.92,1130.01,-20.5836,4.40384,300,300,3,0,8352,0,0,1), + (43226,11721,1,0,0,-6513.47,827.684,12.9525,0.554987,300,300,3,0,8352,0,0,1), + (43227,11721,1,0,0,-6381.45,1028.98,-50.0282,5.27193,300,300,3,0,8352,0,0,1), + (43228,11721,1,0,0,-6579.08,773.47,-51.83,0.125252,300,300,3,0,8352,0,0,2), + (43229,11721,1,0,0,-6265.18,946.905,-40.1503,2.23904,300,300,3,0,8352,0,0,1), + (43230,11721,1,0,0,-6661.13,991.01,-15.5111,4.36963,300,300,25,0,8352,0,0,2), + (43231,11721,1,0,0,-6348.65,1007.31,-33.7442,0.827889,300,300,25,0,8352,0,0,2), + (43232,11721,1,0,0,-6582.09,944.948,0.532784,3.14518,300,300,10,0,8352,0,0,1), + (43233,11721,1,0,0,-6593.84,887.369,-43.6616,1.75643,300,300,25,0,8352,0,0,2), + (43234,11721,1,0,0,-6235.16,1090.29,-24.2738,1.33838,300,300,3,0,8352,0,0,2), + (43235,11721,1,0,0,-6491.73,866.092,17.9963,4.7889,300,300,3,0,8352,0,0,1), + (43236,15306,1,0,0,-6836.01,845.531,49.0809,5.95157,300,300,0,0,4231,0,0,0), + (43237,11722,1,0,0,-6580.25,794.558,4.64544,0.904922,300,300,10,0,8613,0,0,1), + (43238,11722,1,0,0,-6266.35,1218.94,-16.1716,5.96017,300,300,3,0,8613,0,0,1), + (43239,11722,1,0,0,-6386.79,846.58,1.54205,5.04248,300,300,10,0,8613,0,0,1), + (43240,11722,1,0,0,-6340.2,894.384,3.69306,0.857893,300,300,10,0,8613,0,0,1), + (43241,11722,1,0,0,-6593.23,1123.39,0.856737,2.05455,300,300,25,0,8613,0,0,1), + (43242,11722,1,0,0,-6470.18,1160.8,3.45453,1.13302,300,300,25,0,8613,0,0,1), + (43243,11722,1,0,0,-6609.49,1074.11,3.96457,4.84527,300,300,25,0,8613,0,0,1), + (43244,11722,1,0,0,-6316.29,1183.16,-17.7782,5.53747,300,300,3,0,8613,0,0,1), + (43245,11722,1,0,0,-6657.26,1009.31,-21.662,2.60438,300,300,3,0,8613,0,0,1), + (43246,11722,1,0,0,-6254.23,1012.29,-42.8717,3.78035,300,300,25,0,8613,0,0,1), + (43247,11722,1,0,0,-6674.82,956.099,-2.13278,0.937406,300,300,3,0,8613,0,0,1), + (43248,11722,1,0,0,-6673.28,883.124,4.41325,5.2736,300,300,25,0,8613,0,0,1), + (43249,11722,1,0,0,-6552.01,949.38,0.41465,4.25627,300,300,10,0,8613,0,0,1), + (43250,11722,1,0,0,-6236.82,1088.79,-23.9696,4.58663,300,300,25,0,8613,0,0,1), + (43251,11722,1,0,0,-6375.75,1109.82,4.8842,3.25408,300,300,15,0,8613,0,0,1), + (43252,11722,1,0,0,-6594.16,1123.21,-47.5805,3.49069,300,300,3,0,8613,0,0,1), + (43253,11722,1,0,0,-6595.32,886.137,-44.0754,4.44044,300,300,25,0,8613,0,0,1), + (43254,11722,1,0,0,-6532.19,805.433,-43.8801,3.30301,300,300,3,0,8613,0,0,1), + (43255,11722,1,0,0,-6244.72,1177.66,-18.2108,1.79968,300,300,3,0,8613,0,0,1), + (43256,11722,1,0,0,-6575.21,858.043,-44.9616,2.79997,300,300,3,0,8613,0,0,1), + (43257,11722,1,0,0,-6344.46,1125.51,-19.1503,1.89258,300,300,3,0,8613,0,0,1), + (43258,11722,1,0,0,-6281.29,1114.59,-26.7343,5.84455,300,300,3,0,8613,0,0,1), + (43259,11722,1,0,0,-6322.21,1004.11,-32.9602,4.08786,300,300,3,0,8613,0,0,1), + (43260,11722,1,0,0,-6390.81,1032.27,-19.9502,4.74295,300,300,25,0,8613,0,0,1), + (43261,11723,1,0,0,-6476.06,1085.83,-2.56383,5.45595,300,300,10,0,8182,0,0,1), + (43262,11723,1,0,0,-6496.94,1188.24,1.74981,0.159902,300,300,25,0,8182,0,0,1), + (43263,11723,1,0,0,-6513.72,783.907,3.95093,5.70489,300,300,10,0,8182,0,0,1), + (43264,11723,1,0,0,-6343,1193.96,-20.7406,4.76083,300,300,3,0,8182,0,0,1), + (43265,11723,1,0,0,-6302.99,1149.92,-16.5253,1.46966,300,300,3,0,8182,0,0,1), + (43266,11723,1,0,0,-6685.46,805.1,14.5309,3.91594,300,300,25,0,8182,0,0,1), + (43267,11723,1,0,0,-6705.55,934.297,5.71979,4.56732,300,300,25,0,8182,0,0,1), + (43268,11723,1,0,0,-6402.15,1020.69,-23.6339,0.257501,300,300,10,0,8182,0,0,1), + (43269,11723,1,0,0,-6429.68,1043.75,-15.8192,0,300,300,10,0,8182,0,0,1), + (43270,11723,1,0,0,-6326.69,907.815,6.11768,2.04362,300,300,10,0,8182,0,0,1), + (43271,11723,1,0,0,-6518.79,866.987,-30.7607,3.14856,300,300,3,0,8182,0,0,1), + (43272,11723,1,0,0,-6581.1,781.267,-53.9537,1.96141,300,300,3,0,8182,0,0,1), + (43273,11723,1,0,0,-6568.29,757.617,-53.6445,0.610929,300,300,3,0,8182,0,0,1), + (43274,11723,1,0,0,-6245.86,1133.05,-20.9211,3.53505,300,300,3,0,8182,0,0,1), + (43275,11723,1,0,0,-6278.24,987.826,-41.2927,4.40377,300,300,3,0,8182,0,0,1), + (43276,11723,1,0,0,-6401.47,1072.03,-45.523,0.312355,300,300,3,0,8182,0,0,1), + (43277,11724,1,0,0,-7051.78,849.116,8.11459,3.99466,300,300,10,0,8352,0,0,1), + (43278,11724,1,0,0,-6219.85,952.518,-42.6154,5.91473,300,300,3,0,8352,0,0,1), + (43279,11724,1,0,0,-7214.51,681.893,7.01653,2.01737,300,300,3,0,8352,0,0,1), + (43281,11724,1,0,0,-6280.98,1187.34,-20.7682,1.31955,300,300,3,0,8352,0,0,1), + (43282,11724,1,0,0,-7118,848.767,6.8043,2.72117,300,300,10,0,8352,0,0,1), + (43283,11724,1,0,0,-6275.57,966.738,-41.6991,4.68235,300,300,3,0,8352,0,0,1), + (43284,11724,1,0,0,-6483.29,900.981,-41.9619,0.878916,300,300,3,0,8352,0,0,1), + (43285,11724,1,0,0,-6623.93,928.33,-53.0604,5.60331,300,300,3,0,8352,0,0,1), + (43286,11724,1,0,0,-7153.2,823.863,10.9397,1.21881,300,300,10,0,8352,0,0,1), + (43287,11724,1,0,0,-6442.34,1100.02,1.10783,5.25647,300,300,10,0,8352,0,0,1), + (43288,11724,1,0,0,-7083.6,889.732,8.7268,2.84528,300,300,3,0,8352,0,0,1), + (43289,11724,1,0,0,-7179.93,723.522,11.0836,0.834607,300,300,3,0,8352,0,0,1), + (43290,11724,1,0,0,-6471.85,834.988,6.09751,2.98286,300,300,3,0,8352,0,0,1), + (43291,11724,1,0,0,-6551.77,1159.41,-1.36306,3.3167,300,300,25,0,8352,0,0,1), + (43292,11724,1,0,0,-6426.86,874.586,0.922683,3.90108,300,300,10,0,8352,0,0,1), + (43293,11724,1,0,0,-6220.64,987.282,-45.893,5.91372,300,300,3,0,8352,0,0,1), + (43294,11724,1,0,0,-7162.5,684.315,7.44698,1.5708,300,300,3,0,8352,0,0,1), + (43295,11724,1,0,0,-6232.18,1173.01,-14.8858,1.91317,300,300,3,0,8352,0,0,1), + (43296,11724,1,0,0,-6475.72,878.386,4.78633,2.45428,300,300,3,0,8352,0,0,1), + (43297,11724,1,0,0,-7197.61,650.787,6.88988,4.19317,300,300,3,0,8352,0,0,1), + (43298,11724,1,0,0,-6591.47,989.618,2.00111,1.28132,300,300,10,0,8352,0,0,1), + (43299,11724,1,0,0,-6310.54,1124.59,-20.5221,6.01261,300,300,3,0,8352,0,0,1), + (43300,11724,1,0,0,-6487.9,1012.36,3.55581,4.41062,300,300,10,0,8352,0,0,1), + (43301,11724,1,0,0,-6606.32,821.787,2.40453,4.25811,300,300,10,0,8352,0,0,1), + (43302,11724,1,0,0,-6696.25,1037.64,3.19627,0.410902,300,300,25,0,8352,0,0,1), + (43303,11724,1,0,0,-6741.15,959.5,5.36262,1.13948,300,300,25,0,8352,0,0,1), + (43304,11724,1,0,0,-6343.94,1009.67,-33.0385,5.36946,300,300,3,0,8352,0,0,1), + (43305,11724,1,0,0,-6541.72,864.142,-29.3741,5.62941,300,300,3,0,8352,0,0,1), + (43306,11724,1,0,0,-6592.47,762.209,-52.3829,5.90975,300,300,3,0,8352,0,0,1), + (43307,11724,1,0,0,-6609.95,1115.11,-47.1556,5.92917,300,300,3,0,8352,0,0,1), + (43308,11724,1,0,0,-6515.45,987.786,1.1157,3.03493,300,300,10,0,8352,0,0,1), + (43309,11724,1,0,0,-6294.4,1172.78,-20.5936,4.24768,300,300,3,0,8352,0,0,1), + (43310,11724,1,0,0,-7153.18,735.62,6.0272,4.57754,300,300,3,0,8352,0,0,1), + (43311,11724,1,0,0,-6605.43,1060.89,-39.6763,0,300,300,3,0,8352,0,0,1), + (43312,11724,1,0,0,-6254.89,1150.03,-24.7402,5.12575,300,300,3,0,8352,0,0,1), + (43313,11724,1,0,0,-6951.67,814.732,9.74711,0.339881,300,300,3,0,8352,0,0,1), + (43314,11724,1,0,0,-6971.98,675.246,9.64555,6.27537,300,300,3,0,8352,0,0,1), + (43315,11724,1,0,0,-6914,662.485,9.18236,1.38968,300,300,10,0,8352,0,0,1), + (43316,11724,1,0,0,-6953.11,620.775,5.96879,2.74228,300,300,25,0,8352,0,0,1), + (43317,11724,1,0,0,-7008.37,624.816,8.3554,1.3869,300,300,10,0,8352,0,0,1), + (43318,11724,1,0,0,-7059.49,590.298,9.55395,4.98858,300,300,10,0,8352,0,0,1), + (43319,11724,1,0,0,-7123.16,658.707,16.7101,5.0755,300,300,25,0,8352,0,0,1), + (43320,11724,1,0,0,-7085.63,618.684,2.68607,2.47915,300,300,10,0,8352,0,0,1), + (43321,11724,1,0,0,-7154.5,624.587,8.85214,6.25585,300,300,10,0,8352,0,0,1), + (43324,11724,1,0,0,-6892.45,669.888,6.53788,1.26139,300,300,3,0,8352,0,0,1), + (43325,11725,1,0,0,-7087.77,1764.94,-4.6182,2.14959,300,300,3,0,8613,0,0,1), + (43326,11725,1,0,0,-7341.86,1721.19,-92.7696,5.30075,300,300,3,0,8613,0,0,1), + (43327,11725,1,0,0,-7464.9,1314.2,-82.4706,5.40069,300,300,3,0,8613,0,0,1), + (43328,11725,1,0,0,-7132.94,1706.62,0.102579,4.45179,300,300,3,0,8613,0,0,1), + (43329,11725,1,0,0,-7400.24,1741.7,-92.9762,2.64357,300,300,3,0,8613,0,0,1), + (43330,11725,1,0,0,-7391.13,1698.03,-92.3897,2.63178,300,300,3,0,8613,0,0,1), + (43331,11725,1,0,0,-7545.54,1472.22,4.10897,5.39025,300,300,10,0,8613,0,0,1), + (43332,11725,1,0,0,-7345.14,1611.83,-28.7621,2.16313,300,300,10,0,8613,0,0,1), + (43333,11725,1,0,0,-7309.35,1434.79,-1.78474,4.36574,300,300,10,0,8613,0,0,1), + (43334,11725,1,0,0,-7538.75,1739.45,3.80662,4.6655,300,300,25,0,8613,0,0,1), + (43335,11725,1,0,0,-7438.38,1342.54,-86.5007,3.12434,300,300,3,0,8613,0,0,1), + (43336,11725,1,0,0,-7468.84,1606.3,-50.2784,1.75992,300,300,25,0,8613,0,0,1), + (43337,11725,1,0,0,-7579.13,1686.17,-34.304,2.82921,300,300,3,0,8613,0,0,1), + (43338,11725,1,0,0,-7376.09,1785.97,-32.144,4.3823,300,300,3,0,8613,0,0,1), + (43339,11725,1,0,0,-7246.8,1671.58,-65.0349,2.92381,300,300,3,0,8613,0,0,1), + (43340,11725,1,0,0,-7386.75,1637.49,-76.6857,0.937863,300,300,3,0,8613,0,0,1), + (43341,11725,1,0,0,-7601.62,1812.78,-40.8332,3.47773,300,300,3,0,8613,0,0,1), + (43342,11725,1,0,0,-7101.46,1507.94,6.89049,0.697874,300,300,10,0,8613,0,0,1), + (43343,11725,1,0,0,-7624.07,1725.65,-34.2381,1.23899,300,300,3,0,8613,0,0,1), + (43344,11725,1,0,0,-7433.02,1403.78,-89.416,1.5293,300,300,25,0,8613,0,0,1), + (43345,11725,1,0,0,-7239,1616.31,-69.9452,0.056367,300,300,3,0,8613,0,0,1), + (43346,11726,1,0,0,-7448.43,1404.37,-90.2715,5.8935,300,300,25,0,8613,0,0,2), + (43347,11726,1,0,0,-7436.79,1246.25,-81.6537,2.16124,300,300,3,0,8613,0,0,2), + (43348,11726,1,0,0,-7510.78,1873.2,-57.7846,1.80603,300,300,3,0,8613,0,0,2), + (43349,11726,1,0,0,-7647.6,1746.76,-32.0721,5.06247,300,300,3,0,8613,0,0,1), + (43350,11726,1,0,0,-7607.04,1753.96,-41.192,0.175877,300,300,3,0,8613,0,0,2), + (43351,11726,1,0,0,-7555.05,1582.04,-67.3312,5.51456,300,300,3,0,8613,0,0,2), + (43352,11726,1,0,0,-7320.65,1730.34,-93.4236,6.17354,300,300,25,0,8613,0,0,1), + (43353,11726,1,0,0,-7394.51,1616.77,-78.2845,4.48586,300,300,25,0,8613,0,0,1), + (43354,11726,1,0,0,-7172.18,1789.29,-80.487,3.61638,300,300,3,0,8613,0,0,2), + (43355,11727,1,0,0,-7061.68,1659.71,4.83502,2.22511,300,300,3,0,3876,0,0,1), + (43356,11727,1,0,0,-7063.09,1661.55,4.95063,2.22586,300,300,3,0,3876,0,0,1), + (43357,11727,1,0,0,-7059.57,1656.96,4.70955,2.22455,300,300,3,0,3876,0,0,1), + (43358,11727,1,0,0,-7587.49,1589.36,2.10753,1.86226,300,300,3,0,3876,0,0,1), + (43359,11727,1,0,0,-7588.51,1592.71,1.98253,1.84948,300,300,25,0,3876,0,0,1), + (43360,11727,1,0,0,-7590.48,1588.9,1.7739,1.86327,300,300,3,0,3876,0,0,1), + (43361,11727,1,0,0,-7586.46,1585.92,2.1109,1.86202,300,300,3,0,3876,0,0,1), + (43362,11727,1,0,0,-7584.45,1589.65,2.85374,1.86238,300,300,3,0,3876,0,0,1), + (43363,11727,1,0,0,-7610.43,1748.15,-42.4835,1.42564,300,300,3,0,3876,0,0,1), + (43364,11727,1,0,0,-7607.06,1774.36,-39.8801,0.447788,300,300,3,0,3876,0,0,1), + (43365,11727,1,0,0,-7620.55,1753.43,-40.994,5.71673,300,300,25,0,3876,0,0,1), + (43366,11727,1,0,0,-7615.75,1771.81,-38.0571,5.28926,300,300,3,0,3876,0,0,1), + (43367,11727,1,0,0,-7602.18,1754.8,-42.3581,3.91164,300,300,3,0,3876,0,0,1), + (43368,11727,1,0,0,-7043.56,1580.18,2.47208,2.53165,300,300,3,0,3876,0,0,1), + (43369,11727,1,0,0,-7044.37,1577.66,2.54902,2.64397,300,300,3,0,3876,0,0,1), + (43370,11727,1,0,0,-7040.48,1580.13,2.70291,2.18912,300,300,3,0,3876,0,0,1), + (43371,11727,1,0,0,-7046.56,1582.3,2.42417,2.55819,300,300,3,0,3876,0,0,1), + (43372,11727,1,0,0,-7174.01,1451.71,5.80901,0.553762,300,300,3,0,3876,0,0,1), + (43373,11727,1,0,0,-7175.71,1454.15,5.83381,0.57183,300,300,3,0,3876,0,0,1), + (43374,11727,1,0,0,-7171.73,1453.12,5.77326,0.553785,300,300,3,0,3876,0,0,1), + (43375,11727,1,0,0,-7427.9,1792.89,-100.326,5.0861,300,300,25,0,3876,0,0,1), + (43376,11727,1,0,0,-7420.22,1802.27,-96.0569,5.39616,300,300,25,0,3876,0,0,1), + (43377,11727,1,0,0,-7425.35,1819.09,-100.708,1.85972,300,300,25,0,3876,0,0,1), + (43378,11727,1,0,0,-7409.71,1815.93,-100.024,1.80766,300,300,25,0,3876,0,0,1), + (43379,11727,1,0,0,-7414.1,1791.61,-100.304,5.67946,300,300,25,0,3876,0,0,1), + (43380,11727,1,0,0,-7381.37,1556.52,-80.4019,1.40737,300,300,3,0,3876,0,0,1), + (43381,11727,1,0,0,-7370.06,1571,-80.3953,5.68173,300,300,3,0,3876,0,0,1), + (43382,11727,1,0,0,-7393.53,1566.72,-80.4014,4.95947,300,300,3,0,3876,0,0,1), + (43383,11727,1,0,0,-7373.76,1562.06,-80.16,3.65608,300,300,3,0,3876,0,0,1), + (43384,11727,1,0,0,-7331.61,1613.81,-77.9639,0.045283,300,300,3,0,3876,0,0,1), + (43385,11727,1,0,0,-7329.75,1635.1,-77.4098,2.05763,300,300,3,0,3876,0,0,1), + (43386,11727,1,0,0,-7333.38,1626.05,-77.5081,6.02913,300,300,3,0,3876,0,0,1), + (43387,11727,1,0,0,-7323.13,1874.95,-84.6473,4.50159,300,300,3,0,3876,0,0,1), + (43388,11727,1,0,0,-7329.62,1837.43,-88.9467,0.569442,300,300,25,0,3876,0,0,1), + (43389,11727,1,0,0,-7338.44,1853.84,-87.1981,0.850633,300,300,3,0,3876,0,0,1), + (43390,11727,1,0,0,-7325.1,1871.02,-85.2787,0.055285,300,300,25,0,3876,0,0,1), + (43391,11727,1,0,0,-7334.69,1857.34,-87.288,6.1256,300,300,25,0,3876,0,0,1), + (43392,11727,1,0,0,-7373.55,1276.71,-84.5665,4.86493,300,300,3,0,3876,0,0,1), + (43393,11727,1,0,0,-7386.25,1266.87,-86.0605,3.73421,300,300,25,0,3876,0,0,1), + (43394,11727,1,0,0,-7373.19,1265.46,-84.136,2.04625,300,300,25,0,3876,0,0,1), + (43395,11727,1,0,0,-7390.42,1280.9,-86.4376,3.72273,300,300,3,0,3876,0,0,1), + (43396,11727,1,0,0,-7382.61,1255.08,-85.1616,2.25424,300,300,25,0,3876,0,0,1), + (43397,11727,1,0,0,-7431.94,1238.98,-82.943,1.48849,300,300,3,0,3876,0,0,1), + (43398,11727,1,0,0,-7416.71,1255.28,-87.2154,1.21871,300,300,25,0,3876,0,0,1), + (43399,11727,1,0,0,-7425.53,1248,-86.5311,6.05061,300,300,25,0,3876,0,0,1), + (43400,11727,1,0,0,-7433.09,1245,-83.7283,4.87862,300,300,3,0,3876,0,0,1), + (43401,11727,1,0,0,-7426.69,1260.31,-87.1377,1.11159,300,300,3,0,3876,0,0,1), + (43402,11727,1,0,0,-7388.42,1220.62,-80.2306,4.20908,300,300,3,0,3876,0,0,1), + (43403,11727,1,0,0,-7413.13,1211.57,-74.8249,2.17165,300,300,25,0,3876,0,0,1), + (43404,11727,1,0,0,-7397.48,1213.83,-77.6805,2.83996,300,300,3,0,3876,0,0,1), + (43405,11727,1,0,0,-7405.36,1216.88,-76.1113,4.30705,300,300,3,0,3876,0,0,1), + (43406,11727,1,0,0,-7396.13,1224.31,-78.7348,4.63379,300,300,3,0,3876,0,0,1), + (43407,11727,1,0,0,-7170.27,1790.92,-80.4569,0.783744,300,300,3,0,3876,0,0,1), + (43408,11727,1,0,0,-7145.69,1787.43,-80.4532,1.45389,300,300,25,0,3876,0,0,1), + (43409,11727,1,0,0,-7162.77,1773.63,-79.302,2.85905,300,300,3,0,3876,0,0,1), + (43410,11727,1,0,0,-7328.33,1578.28,-12.1711,3.46859,300,300,25,0,3876,0,0,1), + (43411,11727,1,0,0,-7331.54,1577.2,-11.5353,3.46857,300,300,0,0,3876,0,0,0), + (43412,11727,1,0,0,-7324.44,1579.6,-13.055,3.46859,300,300,25,0,3876,0,0,1), + (43413,11727,1,0,0,-7387.84,1840.64,-30.0494,4.33008,300,300,3,0,3876,0,0,1), + (43414,11727,1,0,0,-7388.96,1837.86,-29.9244,4.07823,300,300,3,0,3876,0,0,1), + (43415,11727,1,0,0,-7384.95,1839.8,-29.5494,4.4186,300,300,3,0,3876,0,0,1), + (43416,11727,1,0,0,-7386.72,1843.42,-30.0494,4.40442,300,300,3,0,3876,0,0,1), + (43417,11727,1,0,0,-7390.51,1842.04,-30.0494,4.44832,300,300,3,0,3876,0,0,1), + (43418,11727,1,0,0,-7155.72,1798.57,6.53385,0.244979,300,300,3,0,3876,0,0,1), + (43419,11727,1,0,0,-7154.54,1801.86,7.29893,0.728022,300,300,3,0,3876,0,0,1), + (43420,11727,1,0,0,-7158.93,1797.31,5.34049,0.787567,300,300,3,0,3876,0,0,1), + (43421,11727,1,0,0,-7384.72,1448.68,4.59526,4.06345,300,300,3,0,3876,0,0,1), + (43423,11727,1,0,0,-7387.42,1445.1,4.99418,3.79527,300,300,3,0,3876,0,0,1), + (43424,750,0,0,0,-10780.5,-3761.81,23.4471,2.01552,300,300,5,0,1981,0,0,1), + (43425,1544,0,0,0,2754.65,1382.76,2.20305,0.890564,300,300,5,0,148,165,0,1), + (43426,1545,0,0,0,2681.12,1382.48,-0.289437,4.36963,300,300,5,0,176,0,0,1), + (43427,1545,0,0,0,2613.4,1382.5,0.861164,2.7506,300,300,10,0,176,0,0,1), + (43428,767,0,0,0,-10208.5,-3443.22,22.5525,1.35234,300,300,10,0,1469,0,0,1), + (43429,750,0,0,0,-10939.1,-3742.6,23.8638,4.4473,300,300,3,0,1981,0,0,1), + (43430,11727,1,0,0,-7383.83,1449.85,4.36918,5.0295,300,300,3,0,3876,0,0,1), + (43431,11727,1,0,0,-7383.25,1445.65,4.36918,4.51924,300,300,3,0,3876,0,0,1), + (43432,11727,1,0,0,-7388.3,1720.21,-36.5966,0.860044,300,300,3,0,3876,0,0,1), + (43433,11727,1,0,0,-7392.37,1722.09,-36.971,5.14819,300,300,3,0,3876,0,0,1), + (43434,11727,1,0,0,-7390.13,1721.53,-36.812,1.99213,300,300,3,0,3876,0,0,1), + (43435,11727,1,0,0,-7389.56,1718.01,-36.4569,0.148544,300,300,3,0,3876,0,0,1), + (43436,11727,1,0,0,-7301.59,1829.2,-87.313,3.11359,300,300,3,0,3876,0,0,1), + (43437,11727,1,0,0,-7288.46,1848.9,-85.6444,4.99689,300,300,3,0,3876,0,0,1), + (43441,1304,0,0,0,-8887,985.503,124.541,4.677,310,310,0,0,1605,0,0,0), + (43442,11727,1,0,0,-7294.22,1827.74,-85.2761,4.13192,300,300,3,0,3876,0,0,1), + (43443,751,0,0,0,-10891.7,-3746.8,23.5472,5.42588,300,300,2,0,2059,0,0,1), + (43444,750,0,0,0,-10969.2,-3689.67,10.2818,2.17962,300,300,3,0,1981,0,0,1), + (43445,751,0,0,0,-10981.2,-3707.64,14.7222,0.10179,300,300,3,0,2059,0,0,1), + (43446,751,0,0,0,-11016.4,-3671.48,22.9221,4.97238,300,300,3,0,2059,0,0,1), + (43447,750,0,0,0,-10952.6,-3706.96,26.5824,1.32237,300,300,3,0,1981,0,0,1), + (43448,751,0,0,0,-10974,-3675.21,27.6192,4.98762,300,300,3,0,2059,0,0,1), + (43449,11727,1,0,0,-7289.74,1835.57,-85.9713,2.82376,300,300,3,0,3876,0,0,1), + (43450,11727,1,0,0,-7299.78,1836.89,-87.6774,3.39259,300,300,3,0,3876,0,0,1), + (43451,11727,1,0,0,-7561.46,1595.31,-67.5643,4.19318,300,300,3,0,3876,0,0,1), + (43452,11727,1,0,0,-7558.64,1580.05,-66.5063,3.93943,300,300,3,0,3876,0,0,1), + (43453,11727,1,0,0,-7555.71,1589.9,-67.3509,0.469904,300,300,3,0,3876,0,0,1), + (43454,11727,1,0,0,-7176.82,1449.97,6.28762,0.553771,300,300,3,0,3876,0,0,1), + (43455,11727,1,0,0,-7172.7,1448.99,6.19936,0.553773,300,300,3,0,3876,0,0,1), + (43456,9416,229,0,0,47.23,-498.17,29.38,1.42,10800,10800,0,0,3189,0,0,0), + (43457,9097,229,0,0,41.68,-460.86,24.66,0.81956,10800,10800,0,0,7599,0,0,0), + (43458,9097,229,0,0,41.61,-455.02,26.24,5.29083,10800,10800,0,0,7599,0,0,2), + (43459,9098,229,0,0,46.05,-455.24,26.06,4.01221,10800,10800,0,0,6078,4082,0,0), + (43460,9257,229,0,0,46.17,-461.07,24.49,2.1571,10800,10800,0,0,6078,2041,0,0), + (43461,9097,229,0,0,62.2,-458.45,24.82,3.69,10800,10800,0,0,7599,0,0,0), + (43462,9098,229,0,0,62.49,-463.61,25.4,3.33,10800,10800,0,0,6078,4082,0,0), + (43463,9258,229,0,0,65.98,-470.9,26.07,3.22,10800,10800,0,0,7599,0,0,0), + (43464,9416,229,0,0,61.73,-472.86,26.34,3,10800,10800,0,0,3189,0,0,0), + (43465,9416,229,0,0,62.06,-468.93,25.94,3.63,10800,10800,0,0,3189,0,0,0), + (43466,9045,229,0,0,62.11,-561.1,30.79,3.24,10800,10800,0,0,6078,2041,0,0), + (43467,9097,229,0,0,62.5,-565.17,30.79,3.24,10800,10800,0,0,7599,0,0,2), + (43468,9097,229,0,0,81.73,-580.41,30.79,4.55571,10800,10800,0,0,7599,0,0,0), + (43469,9097,229,0,0,81.24,-583.87,30.79,1.48402,10800,10800,0,0,7599,0,0,0), + (43473,9098,229,0,0,71.28,-587.309,30.604,6.21996,7200,7200,0,0,6078,4082,0,0), + (43471,9257,229,0,0,57.94,-560.1,30.77,6.07,10800,10800,0,0,6078,2041,0,0), + (43472,9257,229,0,0,56.67,-565.77,30.77,0.16,10800,10800,0,0,6078,2041,0,0), + (43470,9257,229,0,0,75.5058,-587.496,30.604,3.12235,7200,7200,0,0,6078,2041,0,0), + (43475,9257,229,0,0,-8.47001,-581.302,29.1909,5.28141,7200,7200,0,0,6078,2041,0,0), + (43476,9045,229,0,0,-52.6788,-585.094,29.1909,2.93307,7200,7200,0,0,6078,2041,0,0), + (43477,9097,229,0,0,-60.3966,-585.973,29.1909,0.580012,7200,7200,0,0,7599,0,0,2), + (43478,9097,229,0,0,-63.9999,-572.651,29.1909,6.18384,7200,7200,0,0,7599,0,0,2), + (43479,9097,229,0,0,-70.37,-575.97,29.1909,1.57276,7200,7200,0,0,7599,0,0,2), + (43480,9097,229,0,0,-32.392,-558.642,29.1909,5.39921,7200,7200,0,0,7599,0,0,2), + (43486,9098,229,0,0,-2.46548,-580.496,29.1909,4.07033,7200,7200,0,0,6078,4082,0,0), + (43483,9098,229,0,0,-27.0788,-563.404,29.1909,2.86316,7200,7200,0,0,6078,4082,0,0), + (43484,9097,229,0,0,-37.8278,-585.13,29.1909,1.47773,7200,7200,0,0,7599,0,0,0), + (43485,9097,229,0,0,-34.1753,-585.505,29.1909,6.24981,7200,7200,0,0,7599,0,0,0), + (43481,9097,229,0,0,-7.73006,-586.411,29.1909,0.711965,7200,7200,0,0,7599,0,0,2), + (43487,9045,229,0,0,-31.7166,-564.232,29.1909,0.821129,7200,7200,0,0,6078,2041,0,0), + (43488,9257,229,0,0,-53.7342,-579.435,29.1909,3.91796,7200,7200,0,0,6078,2041,0,0), + (43489,9098,229,0,0,-57.2777,-586.384,29.1909,1.41175,7200,7200,0,0,6078,4082,0,0), + (43490,9258,229,0,0,-45.94,-554.16,29.37,5.51,10800,10800,0,0,7599,0,0,0), + (43491,9416,229,0,0,-43.61,-555.03,29.37,5.48,10800,10800,0,0,3189,0,0,0), + (43492,9416,229,0,0,-45.76,-557.21,29.37,5.54,10800,10800,0,0,3189,0,0,0), + (43494,9416,229,0,0,-58.96,-550.4,29.37,0.89,10800,10800,0,0,3189,0,0,0), + (43495,9416,229,0,0,-62.87,-545.28,29.37,0.46,10800,10800,0,0,3189,0,0,0), + (43496,9045,229,0,0,-68.4459,-539.299,29.1909,2.17437,7200,7200,0,0,6078,2041,0,0), + (43497,9098,229,0,0,-73.8189,-537.626,29.1909,0.107986,7200,7200,0,0,6078,4082,0,0), + (43498,9097,229,0,0,-67.1433,-534.974,29.1909,3.64778,7200,7200,0,0,7599,0,0,2), + (43499,9097,229,0,0,5.88,-523.11,29.63,3.44,10800,10800,0,0,7599,0,0,0), + (43500,9097,229,0,0,0.66,-525.45,29.48,0.79,10800,10800,0,0,7599,0,0,2), + (43501,9257,229,0,0,-1.35,-519.49,29.43,6.01,10800,10800,0,0,6078,2041,0,0), + (43502,9098,229,0,0,5.24,-518.2,29.53,3.97,10800,10800,0,0,6078,4082,0,0), + (43503,9201,229,0,0,-25.12,-514.43,29.34,2.98,10800,10800,0,0,10130,10205,0,2), + (43504,9199,229,0,0,-40.56,-497.78,29.33,4.66,10800,10800,0,0,12665,0,0,0), + (43505,9199,229,0,0,-32.96,-497.65,29.32,4.73,10800,10800,0,0,12665,0,0,0), + (43506,9201,229,0,0,-30.7344,-429.156,31.7927,3.94546,7200,7200,0,0,10130,10205,0,0), + (43507,9199,229,0,0,-37.05,-387.07,31.8,4.65,10800,10800,0,0,12665,0,0,2), + (43508,9198,229,0,0,-41.34,-380.41,31.8,4.82,10800,10800,2,0,10455,10585,0,1), + (43509,9201,229,0,0,-44.9234,-363.5,31.6182,0.687995,7200,7200,0,0,10130,10205,0,0), + (43510,9200,229,0,0,-14.58,-352.69,31.8,3.1,10800,10800,2,0,12665,0,0,1), + (43511,9201,229,0,0,-25.5023,-346.151,31.6168,1.98312,7200,7200,0,0,10130,10205,0,0), + (43512,9200,229,0,0,-14.17,-326.66,31.75,3.11,10800,10800,2,0,12665,0,0,1), + (43513,9198,229,0,0,-47.66,-316.76,43.24,5.57,10800,10800,0,0,10455,10585,0,0), + (43514,9198,229,0,0,-26.74,-304.02,31.8,6.17,10800,10800,0,0,10455,10585,0,0), + (43515,9201,229,0,0,-20.1226,-307.731,31.6163,2.21873,7200,7200,0,0,10130,10205,0,0), + (43516,9201,229,0,0,-58.87,-320.75,44.13,5.53,10800,10800,0,0,10130,10205,0,0), + (43517,9200,229,0,0,-52.41,-306.9,43.34,5.53,10800,10800,0,0,12665,0,0,0), + (43518,9196,229,0,0,-22.79,-300.68,31.8,4.65,1000000,1000000,0,0,23688,0,0,0), + (43519,9218,229,0,0,-52.41,-306.9,43.34,5.53,1000000,1000000,0,0,17226,0,0,0), + (43520,9200,229,0,0,-44.1083,-429.344,31.7916,5.42672,7200,7200,0,0,12665,0,0,0), + (43521,9217,229,0,0,-58.87,-320.75,44.13,5.53,1000000,1000000,0,0,13782,13734,0,0), + (43522,9236,229,0,0,-121.19,-482.18,24.71,3.17578,1000000,1000000,0,0,20673,2289,0,0), + (43523,9219,229,0,0,-37.05,-387.07,31.8,4.65,1000000,1000000,0,0,16704,0,0,2), + (43524,9267,229,0,0,3.42,-456.99,16.19,4.66,10800,10800,0,0,7842,0,0,0), + (43525,9267,229,0,0,-4.32,-459.09,16.34,0.14,10800,10800,0,0,7842,0,0,0), + (43526,9239,229,0,0,-4.35,-462.66,16.34,6.28,10800,10800,0,0,6273,2117,0,0), + (43527,9240,229,0,0,0.02,-461.27,16.28,3.03,10800,10800,0,0,6273,2117,0,2), + (43528,9239,229,0,0,-17.9,-446.31,16.6,4.66,10800,10800,0,0,6273,2117,0,0), + (43529,9239,229,0,0,-22.12,-447.82,16.64,5.84,10800,10800,0,0,6273,2117,0,0), + (43530,9240,229,0,0,-33.19,-450.39,16.67,3.75,10800,10800,0,0,6273,2117,0,0), + (43531,9269,229,0,0,-33.64,-453.58,16.65,2.4,10800,10800,0,0,6477,2163,0,0), + (43532,9265,229,0,0,-37.39,-453.54,16.64,0.64,10800,10800,0,0,6477,2163,0,0), + (43533,9239,229,0,0,-37.54,-450.66,16.66,5.75,10800,10800,0,0,6273,2117,0,0), + (43534,9240,229,0,0,-53.5,-454.29,16.54,2.25,10800,10800,0,0,6273,2117,0,0), + (43535,9240,229,0,0,-57.63,-454.18,16.52,0.69,10800,10800,0,0,6273,2117,0,0), + (43536,9239,229,0,0,-57.56,-450.45,16.53,5.57,10800,10800,0,0,6273,2117,0,0), + (43537,9267,229,0,0,-53.76,-450.59,16.56,4,10800,10800,0,0,7842,0,0,0), + (43538,9240,229,0,0,-56.52,-471.59,16.48,6.26,10800,10800,0,0,6273,2117,0,0), + (43539,9240,229,0,0,-29.88,-474.56,16.57,6.19,10800,10800,0,0,6273,2117,0,2), + (43540,9240,229,0,0,-53.81,-488.18,16.42,3.92,10800,10800,0,0,6273,2117,0,0), + (43541,9267,229,0,0,-53.59,-491.35,16.37,2.89,10800,10800,0,0,7842,0,0,0), + (43542,9240,229,0,0,-57.66,-490.86,16.41,0.63,10800,10800,0,0,6273,2117,0,0), + (43543,9267,229,0,0,-57.92,-488.23,16.42,5.63,10800,10800,0,0,7842,0,0,2), + (43545,9267,229,0,0,-20.9982,-480.733,16.3041,3.15055,7200,7200,0,0,7842,0,0,2), + (43544,9267,229,0,0,-29.9323,-481.091,16.3433,6.26701,7200,7200,0,0,7842,0,0,2), + (43546,9269,229,0,0,-106.491,-488.549,24.2551,3.12944,7200,7200,0,0,6477,2163,0,0), + (43547,9265,229,0,0,-108.969,-486.557,24.2551,4.65311,7200,7200,0,0,6477,2163,0,0), + (43548,9239,229,0,0,-108.768,-475.778,24.2549,1.60891,7200,7200,0,0,6273,2117,0,0), + (43549,9240,229,0,0,-106.384,-473.381,24.2549,3.19541,7200,7200,0,0,6273,2117,0,0), + (43550,9240,229,0,0,-125.67,-473.79,24.44,4.74422,10800,10800,0,0,6273,2117,0,0), + (43551,9240,229,0,0,-125.34,-489.88,24.44,1.63325,10800,10800,0,0,6273,2117,0,0), + (43552,9265,229,0,0,-35.08,-513.08,4.69,3.82,10800,10800,0,0,6477,2163,0,0), + (43553,9269,229,0,0,-44.5597,-521.677,4.50925,0.779523,7200,7200,0,0,6477,2163,0,0), + (43554,9269,229,0,0,-44.4268,-513.147,4.50927,5.64349,7200,7200,0,0,6477,2163,0,0), + (43555,9240,229,0,0,-35.05,-521.75,4.69,2.48,10800,10800,0,0,6273,2117,0,0), + (43556,9267,229,0,0,-33.3368,-552.47,16.1143,3.02969,7200,7200,0,0,7842,0,0,0), + (43557,9267,229,0,0,-40.495,-552.886,16.1286,0.352268,7200,7200,0,0,7842,0,0,0), + (43558,9240,229,0,0,-35.3191,-548.441,16.1143,4.47325,7200,7200,0,0,6273,2117,0,0), + (43559,9239,229,0,0,-39.0271,-547.342,16.1255,4.97512,7200,7200,0,0,6273,2117,0,2), + (43560,9241,229,0,0,-72.9836,-517.218,-7.14286,4.7285,7200,7200,0,0,8097,0,0,2), + (43561,9268,229,0,0,-76.7771,-517.279,-7.14286,4.7285,7200,7200,0,0,8352,0,0,0), + (43562,9268,229,0,0,-42.1008,-527.685,-18.4778,2.12491,7200,7200,5,0,8352,0,0,1), + (43564,9268,229,0,0,-37.0854,-507.072,-18.7812,5.36782,7200,7200,5,0,8352,0,0,1), + (43565,9268,229,0,0,-4.77,-517.7,-6.96,2.78,10800,10800,0,0,8352,0,0,0), + (43566,9240,229,0,0,-4.16821,-477.159,-18.7882,5.8587,7200,7200,0,0,6273,2117,0,0), + (43567,9269,229,0,0,-0.912777,-476.174,-18.7933,4.13553,7200,7200,0,0,6477,2163,0,0), + (43568,9240,229,0,0,-7.052,-474.52,-18.778,1.60419,7200,7200,0,0,6273,2117,0,0), + (43569,9241,229,0,0,-1.69604,-479.888,-18.794,1.42591,7200,7200,0,0,8097,0,0,2), + (43570,9266,229,0,0,-57.48,-454.82,-18.46,2.55,10800,10800,0,0,6477,2163,0,0), + (43571,9241,229,0,0,-62.05,-457.34,-18.46,1.3,10800,10800,0,0,8097,0,0,2), + (43572,9269,229,0,0,-61.82,-449.36,-18.46,5.17,10800,10800,0,0,6477,2163,0,0), + (43573,9268,229,0,0,-41.33,-448.37,-18.46,4.76,10800,10800,0,0,8352,0,0,0), + (43574,9240,229,0,0,-29.3655,-473.768,-18.7656,4.67667,7200,7200,0,0,6273,2117,0,0), + (43575,9241,229,0,0,-58.68,-450.553,-18.6442,4.32324,7200,7200,0,0,8097,0,0,0), + (43576,9240,229,0,0,-71.3291,-578.313,-18.8578,4.18635,7200,7200,0,0,6273,2117,0,0), + (43577,9265,229,0,0,-42.036,-581.509,-18.84,4.30046,7200,7200,0,0,6477,2163,0,0), + (43578,9266,229,0,0,-41.1078,-576.433,-18.8398,0.0357499,7200,7200,0,0,6477,2163,0,0), + (43579,11318,389,0,0,-148.183,-52.4618,-57.7852,2.93215,7200,7200,2,0,819,0,0,1), + (43580,11319,389,0,0,-141.863,-18.6146,-54.7477,0.715585,7200,7200,2,0,833,264,0,1), + (43581,11318,389,0,0,-142.297,-6.18364,-53.1894,0.975298,7200,7200,2,0,819,0,0,1), + (43582,11319,389,0,0,-147.681,0.443873,-39.1503,5.74279,7200,7200,2,0,833,264,0,1), + (43583,11318,389,0,0,-152.453,3.90943,-40.59,2.53152,7200,7200,2,0,819,0,0,1), + (43584,752,0,0,0,-10968.5,-3653.52,27.8933,5.9001,300,300,3,0,1704,1483,0,1), + (43585,752,0,0,0,-10955.5,-3644.71,25.339,6.2677,300,300,3,0,1704,1483,0,1), + (43586,751,0,0,0,-10992.6,-3665.04,25.0737,3.79194,300,300,3,0,2059,0,0,1), + (43587,752,0,0,0,-10944.5,-3610.09,21.2261,6.00201,300,300,3,0,1704,1483,0,1), + (43588,5477,0,0,0,-10214.7,-3303.35,23.1034,-1.74092,300,300,0,0,1678,0,0,0), + (43589,760,0,0,0,-10211.1,-3290.66,20.3741,3.66544,300,300,5,0,1469,0,0,1), + (43590,760,0,0,0,-10210.5,-3287.88,19.4991,3.66686,300,300,5,0,1469,0,0,1), + (43591,752,0,0,0,-10951.9,-3662.52,26.6084,4.69375,300,300,5,0,1704,1483,0,1), + (43592,767,0,0,0,-10144.8,-2889.44,21.8544,2.44018,300,300,10,0,1469,0,0,1), + (43593,751,0,0,0,-10883.3,-3645.01,12.1427,3.95498,300,300,3,0,2059,0,0,1), + (43594,751,0,0,0,-10919.3,-3673.05,11.0245,3.80482,300,300,3,0,2059,0,0,1), + (43595,752,0,0,0,-10947.8,-3681.48,8.40415,6.0336,300,300,3,0,1704,1483,0,1), + (43596,950,0,0,0,-10967.6,-3658.81,27.9808,1.61231,300,300,0,0,2880,0,0,0), + (43597,750,0,0,0,-10853.7,-3697.75,22.8109,0.28261,300,300,3,0,1981,0,0,1), + (43599,750,0,0,0,-10858.7,-3737.03,23.6398,5.39301,300,300,3,0,1981,0,0,1), + (43600,751,0,0,0,-10861.3,-3652.41,16.7108,3.87605,300,300,3,0,2059,0,0,1), + (43601,750,0,0,0,-10849.1,-3692.93,22.3577,4.11045,300,300,5,0,1981,0,0,1), + (43602,751,0,0,0,-10807.8,-3738.06,25.8873,2.88891,300,300,0,0,2059,0,0,0), + (43603,750,0,0,0,-10868.6,-3701.83,22.6034,2.5148,300,300,3,0,1981,0,0,1), + (43604,14446,0,0,0,-10950.3,-3636.01,24.2375,4.54783,300,300,0,0,2059,0,0,0), + (43605,1088,0,0,0,-9657.04,-4042.51,-4.45573,1.73717,300,300,5,0,1716,0,0,1), + (43606,750,0,0,0,-10954.8,-4159.11,7.75749,4.02941,300,300,5,0,1981,0,0,1), + (43607,747,0,0,0,-10920.1,-4193.97,3.28545,1.3758,300,300,0,0,1711,1483,0,0), + (43608,750,0,0,0,-11005.3,-4125.55,3.82745,2.88911,300,300,5,0,1981,0,0,1), + (43609,750,0,0,0,-11015.5,-4084.36,3.62639,0.71271,300,300,5,0,1981,0,0,1), + (43610,750,0,0,0,-11051.1,-4121.6,0.789211,1.86316,300,300,0,0,1981,0,0,0), + (43611,750,0,0,0,-11060.4,-4085.42,-1.14109,2.48858,300,300,5,0,1981,0,0,1), + (43612,747,0,0,0,-11053.7,-4139.58,1.03068,2.26778,300,300,0,0,1711,1483,0,0), + (43613,750,0,0,0,-11055.4,-4121.64,0.450665,2.60054,300,300,0,0,1981,0,0,0), + (43614,1544,0,0,0,2614.28,1387.11,0.370335,2.12618,300,300,10,0,148,165,0,1), + (43615,11727,1,0,0,-7514.19,1862.84,-56.944,5.5164,300,300,3,0,3876,0,0,1), + (43616,11727,1,0,0,-7507.48,1874.26,-57.674,4.17058,300,300,3,0,3876,0,0,1), + (43617,11727,1,0,0,-7511.32,1894.32,-57.1127,6.13988,300,300,3,0,3876,0,0,1), + (43618,11727,1,0,0,-7503.15,1885.05,-58.503,0.134378,300,300,3,0,3876,0,0,1), + (43619,11727,1,0,0,-7514.17,1933.98,-56.9442,4.38047,300,300,3,0,3876,0,0,1), + (43620,11727,1,0,0,-7522.82,1943.69,-55.6815,1.86235,300,300,3,0,3876,0,0,1), + (43621,11727,1,0,0,-7536.17,1946.2,-56.6395,1.58025,300,300,3,0,3876,0,0,1), + (43622,11727,1,0,0,-7545.63,1953,-57.669,2.4625,300,300,3,0,3876,0,0,1), + (43623,11727,1,0,0,-7554.59,1387.55,-90.431,0.144152,300,300,3,0,3876,0,0,1), + (43624,11727,1,0,0,-7532.38,1369.86,-93.9184,5.43425,300,300,25,0,3876,0,0,1), + (43625,11727,1,0,0,-7552.99,1369.23,-87.0522,5.1295,300,300,3,0,3876,0,0,1), + (43626,11727,1,0,0,-7548.82,1394.01,-93.4461,1.40111,300,300,3,0,3876,0,0,1), + (43627,11727,1,0,0,-7565.62,1898.26,-61.0733,0.083992,300,300,3,0,3876,0,0,1), + (43628,11727,1,0,0,-7557.28,1899.88,-62.8689,3.92768,300,300,3,0,3876,0,0,1), + (43629,750,0,0,0,-11011.1,-4138.84,2.44343,0.750049,300,300,0,0,1981,0,0,0), + (43630,750,0,0,0,-10888.8,-4180.11,5.60256,2.14157,300,300,5,0,1981,0,0,1), + (43631,11727,1,0,0,-7550.41,1879.3,-62.0904,3.63555,300,300,3,0,3876,0,0,1), + (43632,11727,1,0,0,-7550.59,1906.31,-62.5699,5.69728,300,300,3,0,3876,0,0,1), + (43633,11727,1,0,0,-7304.54,1594.48,-76.7962,4.57659,300,300,3,0,3876,0,0,1), + (43634,11727,1,0,0,-7301.56,1603.19,-76.8856,1.84274,300,300,3,0,3876,0,0,1), + (43635,11727,1,0,0,-7298.81,1639.64,-75.6242,3.99845,300,300,25,0,3876,0,0,1), + (43636,11727,1,0,0,-7289.26,1612.97,-76.6534,2.72457,300,300,3,0,3876,0,0,1), + (43637,11727,1,0,0,-7243.34,1546.12,-79.3252,5.78766,300,300,25,0,3876,0,0,1), + (43638,11727,1,0,0,-7244.97,1560.26,-79.1601,1.08097,300,300,3,0,3876,0,0,1), + (43639,11727,1,0,0,-7263.2,1559.61,-79.0889,0.52268,300,300,3,0,3876,0,0,1), + (43640,11728,1,0,0,-7402.15,1309.72,-86.9086,3.36274,300,300,25,0,8883,0,0,1), + (43641,11728,1,0,0,-7348.12,1693.22,-36.8161,4.35316,300,300,10,0,8883,0,0,1), + (43642,11728,1,0,0,-7450.1,1279.64,-86.6451,0.167267,300,300,25,0,8883,0,0,1), + (43643,11728,1,0,0,-7077.14,1681.3,5.03733,5.10919,300,300,10,0,8883,0,0,1), + (43644,11728,1,0,0,-7267.21,1436.31,-1.86942,2.78556,300,300,10,0,8883,0,0,1), + (43645,11728,1,0,0,-7401.54,1759.26,-92.1402,2.28995,300,300,3,0,8883,0,0,1), + (43646,11728,1,0,0,-7429.41,1348.76,-85.9337,4.85363,300,300,3,0,8883,0,0,1), + (43647,11728,1,0,0,-7258.72,1654.5,-34.2254,0.76471,300,300,3,0,8883,0,0,1), + (43648,11728,1,0,0,-7146.14,1498.81,4.40638,0.580015,300,300,10,0,8883,0,0,1), + (43649,11728,1,0,0,-7444.98,1636.3,-36.7561,4.5775,300,300,25,0,8883,0,0,1), + (43650,11728,1,0,0,-7365.84,1650.18,-92.3987,4.08327,300,300,25,0,8883,0,0,1), + (43651,11728,1,0,0,-7323.1,1728.99,-94.1762,1.99842,300,300,25,0,8883,0,0,1), + (43652,11728,1,0,0,-7411.47,1466.2,5.69846,5.30329,300,300,10,0,8883,0,0,1), + (43653,11728,1,0,0,-7409.05,1743.13,-36.3559,5.37838,300,300,3,0,8883,0,0,1), + (43656,11728,1,0,0,-7554.6,1743.24,-37.2837,1.26913,300,300,3,0,8883,0,0,1), + (43657,750,0,0,0,-10997.1,-4148.32,2.52717,0.880045,300,300,0,0,1981,0,0,0), + (43658,752,0,0,0,-10820.5,-4265.58,-3.95391,3.46433,300,300,5,0,1704,1483,0,1), + (43659,11728,1,0,0,-7570.87,1526.47,2.37597,0.638632,300,300,10,0,8883,0,0,1), + (43660,11728,1,0,0,-7385.74,1387.47,-89.187,2.21843,300,300,3,0,8883,0,0,1), + (43662,1543,0,0,0,2574.27,1361.5,10.6797,1.18682,300,300,0,0,137,0,0,0), + (43663,750,0,0,0,-10789,-4252.16,2.09987,0.36319,300,300,5,0,1981,0,0,1), + (43664,11728,1,0,0,-7476.72,1305.72,-76.8276,4.75992,300,300,25,0,8883,0,0,1), + (43665,11728,1,0,0,-7438.3,1681.14,-92.221,2.07941,300,300,25,0,8883,0,0,1), + (43666,11728,1,0,0,-7567.47,1669.51,-37.3251,3.44484,300,300,3,0,8883,0,0,1), + (43667,7766,0,0,0,-8409,450.793,123.76,2.185,310,310,0,0,2192,0,0,0), + (43668,1544,0,0,0,2571.51,1375.09,10.4084,1.85005,300,300,0,0,148,165,0,0), + (43669,1526,0,0,0,2261.59,672.42,34.7255,4.00091,300,300,5,0,120,220,0,1), + (43681,11728,1,0,0,-7645.65,1734.55,-35.3659,4.11681,300,300,3,0,8883,0,0,1), + (43682,11728,1,0,0,-7314.63,1636.25,-30.8963,5.45651,300,300,25,0,8883,0,0,1), + (43683,11728,1,0,0,-7259.49,1685.18,-65.7426,5.82178,300,300,3,0,8883,0,0,1), + (43684,11728,1,0,0,-7250.46,1722.29,-60.5952,3.98896,300,300,3,0,8883,0,0,2), + (43685,11728,1,0,0,-7446.89,1785.41,-67.2947,5.16988,300,300,3,0,8883,0,0,1), + (43686,11728,1,0,0,-7572.96,1829.32,-48.5749,4.8384,300,300,25,0,8883,0,0,1), + (43687,11728,1,0,0,-7224.82,1793.47,-65.4866,0.969374,300,300,25,0,8883,0,0,1), + (43688,11728,1,0,0,-7574.09,1767.64,-43.3522,1.42507,300,300,3,0,8883,0,0,1), + (43689,1553,0,0,0,2222.45,26.9671,31.884,2.43883,300,300,5,0,120,0,0,1), + (43691,1545,0,0,0,2553.42,1386.88,5.48245,5.28045,300,300,5,0,176,0,0,1), + (43692,11728,1,0,0,-7498.42,1428.69,-81.9779,3.75083,300,300,3,0,8883,0,0,1), + (43693,11729,1,0,0,-7157.14,1693.8,-7.3739,3.67308,300,300,3,0,8883,0,0,1), + (43694,5650,209,0,0,1639.96,798.093,8.97168,1.48353,18000,18000,0,0,4278,2966,0,0), + (43695,5648,209,0,0,1614.61,897.026,9.75628,5.74213,18000,18000,0,0,3603,7150,0,0), + (43696,7246,209,0,0,1644.91,804.828,8.96451,3.87463,18000,18000,0,0,4434,3068,0,0), + (43697,5649,209,0,0,1619.14,893.287,9.35544,2.32129,18000,18000,0,0,5346,0,0,0), + (43698,11729,1,0,0,-7439.62,1613.39,-43.6308,3.89742,300,300,25,0,8883,0,0,1), + (43699,11729,1,0,0,-7571.21,1727.41,-33.9974,4.75664,300,300,3,0,8883,0,0,1), + (43700,11729,1,0,0,-7649.94,1672.51,-33.189,0.496717,300,300,25,0,8883,0,0,1), + (43701,750,0,0,0,-10809.7,-4274.12,-5.82037,4.72755,300,300,5,0,1981,0,0,1), + (43702,7246,209,0,0,1644.98,814.596,8.96928,4.53786,18000,18000,0,0,4434,3068,0,0), + (43703,7269,209,0,0,1652.97,818.11,8.96013,3.54302,18000,18000,5,0,1782,0,0,1), + (43704,5650,209,0,0,1633.3,868.305,10.4543,5.02655,18000,18000,0,0,4278,2966,0,0), + (43705,7798,0,0,0,-8417,628.16,95.711,3.886,430,430,0,0,3517,0,0,0), + (43706,11729,1,0,0,-7522.74,1448.19,4.86073,3.00821,300,300,10,0,8883,0,0,1), + (43707,9266,229,0,0,-37.1037,-576.521,-18.8406,3.23075,7200,7200,0,0,6477,2163,0,0), + (43708,1523,0,0,0,2772,1054.61,109.789,4.87979,300,300,5,0,148,165,0,1), + (43709,750,0,0,0,-10991.7,-4121.9,4.14533,1.44703,300,300,5,0,1981,0,0,1), + (43710,11729,1,0,0,-7406.22,1375.3,-88.7113,0.993484,300,300,3,0,8883,0,0,1), + (43711,11729,1,0,0,-7418.74,1688.44,-92.9843,6.14022,300,300,25,0,8883,0,0,1), + (43712,11729,1,0,0,-7233.56,1507.84,-5.79326,6.07975,300,300,25,0,8883,0,0,1), + (43713,11729,1,0,0,-7126.78,1655.09,-1.62026,2.71553,300,300,10,0,8883,0,0,1), + (43714,11729,1,0,0,-7411.84,1317.92,-90.5218,2.05081,300,300,25,0,8883,0,0,1), + (43715,11729,1,0,0,-7055.86,1781.12,0.281583,2.29863,300,300,10,0,8883,0,0,1), + (43716,11729,1,0,0,-7480.7,1380.63,-68.7018,3.86685,300,300,3,0,8883,0,0,1), + (43717,11729,1,0,0,-7458.57,1447.89,3.68089,2.83066,300,300,10,0,8883,0,0,1), + (43718,11729,1,0,0,-7415.92,1683.21,-35.7574,1.00534,300,300,25,0,8883,0,0,1), + (43719,11729,1,0,0,-7289.63,1417.96,1.30798,5.5255,300,300,10,0,8883,0,0,1), + (43720,11729,1,0,0,-7083.96,1551.22,2.88162,1.55375,300,300,10,0,8883,0,0,1), + (43721,11729,1,0,0,-7465.95,1373.53,-76.6142,3.01073,300,300,3,0,8883,0,0,1), + (43722,11729,1,0,0,-7368.96,1670.6,-92.1211,1.64851,300,300,3,0,8883,0,0,1), + (43723,11729,1,0,0,-7635.51,1691.22,-30.7572,2.32509,300,300,3,0,8883,0,0,1), + (43724,11729,1,0,0,-7385.79,1654.41,-31.8459,4.26727,300,300,3,0,8883,0,0,1), + (43725,11729,1,0,0,-7547.74,1485.08,-72.8515,1.02869,300,300,25,0,8883,0,0,1), + (43726,11729,1,0,0,-7519.26,1541.48,-55.4643,4.32255,300,300,3,0,8883,0,0,1), + (43727,1522,0,0,0,2784.39,1048.44,110.164,4.83468,300,300,5,0,126,289,0,1), + (43728,11729,1,0,0,-7451.39,1700.97,-27.1065,2.86866,300,300,25,0,8883,0,0,1), + (43729,1523,0,0,0,2888.89,1006.85,111.243,0.073326,300,300,5,0,148,165,0,1), + (43730,1522,0,0,0,2920.7,971.591,119.246,5.36691,300,300,5,0,126,289,0,1), + (43731,1523,0,0,0,2854.63,1052.78,113.315,1.0674,300,300,10,0,148,165,0,1), + (43732,1530,0,0,0,2874.11,837.247,111.366,6.20288,300,300,10,0,198,0,0,1), + (43733,1553,0,0,0,2565.64,1257.08,56.3347,0.11152,300,300,5,0,120,0,0,1), + (43734,11729,1,0,0,-7528.52,1725.65,-36.2235,5.9189,300,300,25,0,8883,0,0,1), + (43735,11729,1,0,0,-7478.41,1836.37,-49.474,5.81521,300,300,3,0,8883,0,0,1), + (43736,1534,0,0,0,3036.83,684.832,67.0127,3.7935,300,300,0,0,176,0,0,0), + (43737,750,0,0,0,-10515.6,-4396.02,1.7469,1.07156,300,300,5,0,1981,0,0,1), + (43743,750,0,0,0,-10538.3,-4387.02,3.47554,6.05755,300,300,5,0,1981,0,0,1), + (43744,11729,1,0,0,-7481.52,1585.61,-53.4505,1.15453,300,300,25,0,8883,0,0,1), + (43745,11729,1,0,0,-7450.13,1738.78,-61.4583,0.946193,300,300,3,0,8883,0,0,1), + (43746,11729,1,0,0,-7450.82,1809.73,-62.1409,5.55597,300,300,3,0,8883,0,0,1), + (43747,11729,1,0,0,-7237.69,1855.1,-83.9694,5.412,300,300,3,0,8883,0,0,1), + (43748,9266,229,0,0,-74.6853,-578.084,-18.8531,5.41,7200,7200,0,0,6477,2163,0,0), + (43750,9241,229,0,0,-19.0644,-557.877,-18.778,4.6806,7200,7200,0,0,8097,0,0,0), + (43749,9241,229,0,0,-19.2464,-563.486,-18.7757,1.56728,7200,7200,0,0,8097,0,0,0), + (43751,9241,229,0,0,-38.63,-525.21,-18.63,1.59,10800,10800,5,0,8097,0,0,1), + (43752,9266,229,0,0,-43.84,-519.52,-18.63,0,10800,10800,5,0,6477,2163,0,1), + (43753,9241,229,0,0,-33.38,-519.36,-18.63,3.09,10800,10800,5,0,8097,0,0,1), + (43754,9239,229,0,0,-38.25,-514.12,-18.63,4.72,10800,10800,5,0,6273,2117,0,1), + (43755,9269,229,0,0,-33.635,-472.792,-18.7668,0.88791,7200,7200,0,0,6477,2163,0,0), + (43756,9266,229,0,0,-32.8316,-477.702,-18.7734,3.14907,7200,7200,0,0,6477,2163,0,0), + (43757,9240,229,0,0,-35.417,-477.805,-18.7734,0.0451778,7200,7200,0,0,6273,2117,0,0), + (43758,9240,229,0,0,-75.1835,-582.664,-18.8456,0.769083,7200,7200,0,0,6273,2117,0,0), + (43759,9269,229,0,0,-79.0262,-579.281,-18.8349,2.98783,7200,7200,0,0,6477,2163,0,0), + (43760,9266,229,0,0,-22.8984,-557.704,-18.7822,6.22312,7200,7200,0,0,6477,2163,0,0), + (43761,9269,229,0,0,-30.8244,-580.121,-18.8525,5.23194,7200,7200,0,0,6477,2163,0,0), + (660096,9259,229,0,0,26.9751,-471.558,-18.4795,4.47248,7200,7200,0,0,8097,0,0,2), + (43763,9259,229,0,0,-109.985,-456.958,-18.9344,4.69159,7200,7200,0,0,8097,0,0,2), + (43764,9259,229,0,0,-111.52,-495.227,-18.4569,1.48874,7200,7200,0,0,8097,0,0,2), + (43765,9259,229,0,0,-16.0105,-407.241,-18.9344,6.2404,7200,7200,0,0,8097,0,0,0), + (43767,9259,229,0,0,-41.9485,-425.748,-18.935,0.458297,7200,7200,0,0,8097,0,0,2), + (43768,9259,229,0,0,-36.5694,-424.192,-18.935,3.4648,7200,7200,0,0,8097,0,0,2), + (43771,9261,229,0,0,-112.677,-458.12,-18.9344,4.69159,7200,7200,0,0,6477,2163,0,0), + (43773,750,0,0,0,-10625.8,-4343.26,6.71332,1.88266,300,300,5,0,1981,0,0,1), + (43774,9916,0,0,0,-10416.8,-4396.86,4.05644,5.13127,300,300,0,0,2399,0,0,0), + (43775,768,0,0,0,-10369.4,-4302.11,22.7738,3.9187,300,300,5,0,1678,0,0,1), + (43776,750,0,0,0,-10384.6,-4385.53,4.00143,3.54475,300,300,5,0,1981,0,0,1), + (43777,11730,1,0,0,-7819.36,819.983,-8.72572,6.08213,300,300,25,0,8883,0,0,1), + (43778,750,0,0,0,-10448.8,-4386.87,4.58578,5.03661,300,300,5,0,1981,0,0,1), + (43779,11730,1,0,0,-8303.33,689.045,-73.4524,5.75998,300,300,25,0,8883,0,0,1), + (43780,11730,1,0,0,-8132.36,775.664,-77.7144,5.57572,300,300,3,0,8883,0,0,1), + (43781,11730,1,0,0,-7976.61,514.533,-28.159,5.27057,300,300,25,0,8883,0,0,1), + (43782,11730,1,0,0,-8054.84,380.745,-30.1285,3.69005,300,300,25,0,8883,0,0,1), + (43783,11730,1,0,0,-7701.33,246.92,-41.5266,5.01982,300,300,3,0,8883,0,0,1), + (43784,11730,1,0,0,-7824.45,377.675,-34.5284,1.695,300,300,25,0,8883,0,0,1), + (43785,11730,1,0,0,-7711.65,261.631,-42.5079,3.55229,300,300,3,0,8883,0,0,1), + (43786,11730,1,0,0,-8259.31,683.472,-76.2547,3.51292,300,300,25,0,8883,0,0,1), + (43787,11730,1,0,0,-7639.51,411.017,-41.7138,0.95259,300,300,25,0,8883,0,0,1), + (43788,11730,1,0,0,-7902.96,223.674,-57.6293,2.36718,300,300,3,0,8883,0,0,1), + (43789,11730,1,0,0,-7976.8,583.273,-37.2301,4.79192,300,300,10,0,8883,0,0,1), + (43790,11730,1,0,0,-7887.98,419.277,-34.8162,5.14854,300,300,10,0,8883,0,0,1), + (43791,11730,1,0,0,-8219.72,687.765,-72.9344,0.752255,300,300,10,0,8883,0,0,1), + (43792,11730,1,0,0,-7885.03,238.593,-57.0474,5.27128,300,300,3,0,8883,0,0,1), + (43793,11730,1,0,0,-7729.43,846.746,-7.70442,5.48329,300,300,25,0,8883,0,0,1), + (43794,11730,1,0,0,-8011.53,658.461,-43.8458,3.50293,300,300,3,0,8883,0,0,1), + (43795,11730,1,0,0,-7738.73,279.495,-43.9548,1.54296,300,300,3,0,8883,0,0,1), + (43796,11730,1,0,0,-7781.07,714.346,-34.1182,5.6518,300,300,10,0,8883,0,0,1), + (43797,11731,1,0,0,-8337.88,702.227,-70.7598,5.67232,300,300,3,0,8883,0,0,1), + (43798,11731,1,0,0,-7615.73,277.439,-34.4007,2.35619,300,300,0,0,8883,0,0,0), + (43799,11731,1,0,0,-7843.74,732.592,-28.0181,3.40339,300,300,10,0,8883,0,0,2), + (43800,11731,1,0,0,-7606.71,629.013,-43.3271,0.418879,300,300,10,0,8883,0,0,1), + (43801,11731,1,0,0,-7700.08,259.306,-43.0291,4.38078,300,300,0,0,8883,0,0,0), + (43802,11731,1,0,0,-7622.74,451.419,-45.6206,1.64061,300,300,10,0,8883,0,0,1), + (43803,11731,1,0,0,-7788.05,413.676,-58.8668,0.837758,300,300,25,0,8883,0,0,2), + (43804,11731,1,0,0,-7838.71,293.729,-49.5679,2.84489,300,300,25,0,8883,0,0,2), + (43805,11731,1,0,0,-8162.64,643.319,-77.1598,5.84685,300,300,25,0,8883,0,0,2), + (43806,11731,1,0,0,-7935.22,671.188,-57.721,2.42601,300,300,3,0,8883,0,0,2), + (43807,11732,1,0,0,-7812.12,741.156,-34.6761,5.38808,300,300,10,0,8883,0,0,1), + (43808,11732,1,0,0,-7895.52,202.419,-59.3148,3.49987,300,300,3,0,8883,0,0,1), + (43809,11732,1,0,0,-8025.73,344.004,-32.7409,1.78544,300,300,25,0,8883,0,0,1), + (43810,11732,1,0,0,-7791,646.242,-41.2599,5.38835,300,300,10,0,8883,0,0,1), + (43811,11732,1,0,0,-7703.83,604.296,-49.787,0.186747,300,300,10,0,8883,0,0,1), + (43812,11732,1,0,0,-7947.93,657.068,-59.0965,0.174931,300,300,3,0,8883,0,0,1), + (43813,11732,1,0,0,-7911.55,506.759,-32.1598,1.62554,300,300,25,0,8883,0,0,1), + (43814,11732,1,0,0,-7844.77,571.998,-38.5146,5.03687,300,300,25,0,8883,0,0,1), + (43815,11732,1,0,0,-7895.83,770.833,-27.6163,0.78532,300,300,10,0,8883,0,0,1), + (43816,11732,1,0,0,-7846.46,348.241,-62.6935,0.58264,300,300,3,0,8883,0,0,1), + (43817,11732,1,0,0,-7815.61,487.64,-38.3354,1.26579,300,300,25,0,8883,0,0,1), + (43818,11732,1,0,0,-7643.12,438.903,-42.2042,5.14807,300,300,10,0,8883,0,0,1), + (43819,11732,1,0,0,-8113.47,770.737,-85.0507,6.13304,300,300,3,0,8883,0,0,1), + (43820,11732,1,0,0,-8324.89,685.876,-70.8867,5.14677,300,300,25,0,8883,0,0,1), + (43821,11732,1,0,0,-7995.51,438.894,-30.0235,3.85042,300,300,25,0,8883,0,0,1), + (43822,11732,1,0,0,-7674.45,686.567,-48.8539,0.617752,300,300,10,0,8883,0,0,1), + (43823,11732,1,0,0,-7660.08,811.737,-11.7104,3.07126,300,300,25,0,8883,0,0,1), + (43824,11732,1,0,0,-7950.42,432.478,-30.7734,3.0497,300,300,3,0,8883,0,0,1), + (43825,11732,1,0,0,-8036.21,510.831,-11.6405,5.29995,300,300,25,0,8883,0,0,1), + (43826,11732,1,0,0,-7697.38,624.422,-50.6374,0.174744,300,300,10,0,8883,0,0,1), + (43827,11732,1,0,0,-8272.7,678.728,-72.9156,3.88354,300,300,25,0,8883,0,0,1), + (43828,11732,1,0,0,-7665.22,346.434,-38.0211,6.12486,300,300,3,0,8883,0,0,1), + (43829,11732,1,0,0,-7705.79,400.517,-33.182,3.67262,300,300,25,0,8883,0,0,1), + (43830,11732,1,0,0,-7880.21,819.979,-5.47227,5.87022,300,300,25,0,8883,0,0,1), + (43831,11732,1,0,0,-7749.79,759.876,-38.325,6.07763,300,300,10,0,8883,0,0,1), + (43832,11732,1,0,0,-8300.76,708.086,-75.389,4.40558,300,300,25,0,8883,0,0,1), + (43833,11732,1,0,0,-7820.64,420.848,-34.1692,0.815631,300,300,25,0,8883,0,0,1), + (43834,11732,1,0,0,-7893.51,255.1,-58.6762,3.73693,300,300,25,0,8883,0,0,1), + (43835,11732,1,0,0,-7758.47,231.747,-41.8648,5.2352,300,300,3,0,8883,0,0,1), + (43836,11732,1,0,0,-8188.95,696.046,-71.5295,1.90907,300,300,25,0,8883,0,0,1), + (43837,11732,1,0,0,-8169.88,372.68,-78.9025,2.72467,300,300,3,0,8883,0,0,1), + (43838,11732,1,0,0,-8042.96,716.456,-62.8763,5.77624,300,300,3,0,8883,0,0,1), + (43839,11732,1,0,0,-7684.04,306.739,-38.3734,2.66977,300,300,3,0,8883,0,0,1), + (43840,11732,1,0,0,-7748.57,747.863,-38.5389,6.20302,300,300,10,0,8883,0,0,1), + (43841,11733,1,0,0,-8143.1,763.624,-84.6563,5.9182,300,300,3,0,8883,0,0,1), + (43842,11733,1,0,0,-7656.68,654.989,-49.883,3.52403,300,300,10,0,8883,0,0,1), + (43843,11733,1,0,0,-7794.32,508.491,-39.7555,3.34872,300,300,25,0,8883,0,0,1), + (43844,11733,1,0,0,-7675.59,325.547,-35.7339,3.2446,300,300,3,0,8883,0,0,1), + (43845,11733,1,0,0,-8229.32,728.866,-73.3271,0.559446,300,300,25,0,8883,0,0,1), + (43846,11733,1,0,0,-7895.68,539.625,-24.5168,2.40733,300,300,25,0,8883,0,0,1), + (43847,11733,1,0,0,-8079.22,484.943,-21.8377,1.11764,300,300,10,0,8883,0,0,1), + (43848,11733,1,0,0,-7887.61,624.334,-27.9772,5.05261,300,300,10,0,8883,0,0,1), + (43849,11733,1,0,0,-7717.01,452.124,-41.0179,5.13498,300,300,25,0,8883,0,0,1), + (43850,11733,1,0,0,-7619.74,419.815,-40.2596,5.31116,300,300,10,0,8883,0,0,1), + (43851,11733,1,0,0,-8053.53,428.56,-41.9085,4.84069,300,300,3,0,8883,0,0,1), + (43852,11733,1,0,0,-7760.97,684.148,-35.838,3.28363,300,300,10,0,8883,0,0,1), + (43853,11733,1,0,0,-7746.64,404.477,-33.7965,5.7422,300,300,25,0,8883,0,0,1), + (43854,11733,1,0,0,-7730.75,618.764,-45.412,0.105159,300,300,10,0,8883,0,0,1), + (43855,11733,1,0,0,-7844.15,446.628,-31.6716,2.43636,300,300,25,0,8883,0,0,1), + (43856,11733,1,0,0,-7782.31,577.35,-40.9354,6.22649,300,300,25,0,8883,0,0,1), + (43857,11733,1,0,0,-7866.72,205.44,-63.2285,0.871496,300,300,3,0,8883,0,0,1), + (43858,11733,1,0,0,-8062.69,354.088,-37.4772,0.428646,300,300,25,0,8883,0,0,1), + (43859,11733,1,0,0,-7843.11,723.044,-29.3804,3.89661,300,300,10,0,8883,0,0,1), + (43860,11733,1,0,0,-7786.77,396.057,-31.1785,2.95109,300,300,25,0,8883,0,0,1), + (43861,11733,1,0,0,-7755.14,497.61,-44.0438,1.63281,300,300,25,0,8883,0,0,1), + (43862,11733,1,0,0,-7612.93,616.531,-46.9116,3.75776,300,300,10,0,8883,0,0,1), + (43863,11733,1,0,0,-7692.29,542.785,-44.8237,3.49596,300,300,25,0,8883,0,0,1), + (43864,11733,1,0,0,-8210.35,648.952,-75.2788,1.11585,300,300,25,0,8883,0,0,1), + (43865,11733,1,0,0,-8167.23,708.637,-58.3628,1.85959,300,300,25,0,8883,0,0,1), + (43866,11733,1,0,0,-7862.51,268.697,-57.8832,2.05416,300,300,3,0,8883,0,0,1), + (43867,11733,1,0,0,-7794.61,243.444,-49.4921,3.9517,300,300,3,0,8883,0,0,1), + (43868,11733,1,0,0,-8049.32,719.759,5.22849,2.10734,300,300,25,0,8883,0,0,1), + (43869,11733,1,0,0,-8016.37,682.496,-4.77565,3.92768,300,300,25,0,8883,0,0,1), + (43870,11733,1,0,0,-8021.72,801.304,3.44583,4.65765,300,300,25,0,8883,0,0,1), + (43871,11733,1,0,0,-8339.45,712.708,-68.9563,0.760087,300,300,3,0,8883,0,0,1), + (43872,11733,1,0,0,-8267.83,740.358,-75.8998,2.10689,300,300,3,0,8883,0,0,1), + (43873,11733,1,0,0,-8170.06,660.103,-76.6427,1.40057,300,300,3,0,8883,0,0,1), + (43874,11733,1,0,0,-7835.46,366.043,-67.2642,2.78861,300,300,3,0,8883,0,0,1), + (43875,11733,1,0,0,-8117.84,698.405,-70.8683,3.135,300,300,3,0,8883,0,0,1), + (43876,11733,1,0,0,-7939.97,678.268,-57.4893,5.02389,300,300,3,0,8883,0,0,1), + (43877,11733,1,0,0,-7737.85,338.757,-37.176,5.9641,300,300,3,0,8883,0,0,1), + (43878,11734,1,0,0,-7670.91,240.284,-35.4818,3.54909,300,300,3,0,11844,0,0,1), + (43879,11734,1,0,0,-7615.62,483.188,-47.0024,4.55668,300,300,10,0,11844,0,0,1), + (43880,11734,1,0,0,-8003.64,470.624,-29.1979,5.62094,300,300,10,0,11844,0,0,1), + (43881,11734,1,0,0,-7859.2,522.629,-35.1191,5.33008,300,300,25,0,11844,0,0,1), + (43882,11734,1,0,0,-7789.91,395.129,-60.7365,2.57126,300,300,3,0,11844,0,0,1), + (43883,11734,1,0,0,-7698.86,415.718,-35.1315,3.63965,300,300,10,0,11844,0,0,1), + (43884,11734,1,0,0,-7629.53,689.286,-46.94,3.25117,300,300,10,0,11844,0,0,1), + (43885,11734,1,0,0,-7826.01,543.285,-36.6,4.06262,300,300,25,0,11844,0,0,1), + (43886,11734,1,0,0,-7651.7,574.702,-49.7005,3.13378,300,300,10,0,11844,0,0,1), + (43887,11734,1,0,0,-7715.31,632.655,-48.9027,5.38439,300,300,10,0,11844,0,0,1), + (43888,11734,1,0,0,-7983.77,653.434,-20.9201,5.21361,300,300,3,0,11844,0,0,1), + (43889,11734,1,0,0,-8231.29,747.417,-66.6335,2.05272,300,300,25,0,11844,0,0,1), + (43890,11734,1,0,0,-7813.44,620.833,-41.5201,2.57202,300,300,25,0,11844,0,0,1), + (43891,11734,1,0,0,-7930.75,373.814,-33.0024,4.23295,300,300,10,0,11844,0,0,1), + (43892,11734,1,0,0,-7781.34,461.473,-38.1062,3.4411,300,300,25,0,11844,0,0,1), + (43893,11734,1,0,0,-7647.67,276.302,-29.7953,4.81726,300,300,3,0,11844,0,0,1), + (43894,11734,1,0,0,-8129.59,748.323,-85.337,4.55758,300,300,3,0,11844,0,0,1), + (43895,11734,1,0,0,-8211.11,626.236,-74.901,2.39513,300,300,25,0,11844,0,0,1), + (43896,11734,1,0,0,-7974.36,385.592,-28.6283,1.29599,300,300,25,0,11844,0,0,1), + (43897,11734,1,0,0,-8081.15,404.527,-56.1564,4.77629,300,300,3,0,11844,0,0,1), + (43898,11734,1,0,0,-8020.57,417.78,-32.865,3.35814,300,300,10,0,11844,0,0,1), + (43899,11734,1,0,0,-7854.42,308.92,-50.183,2.21343,300,300,3,0,11844,0,0,1), + (43900,11734,1,0,0,-7718.86,243.18,-38.9736,2.00591,300,300,3,0,11844,0,0,1), + (43901,11734,1,0,0,-7845.35,229.703,-63.7494,1.81234,300,300,3,0,11844,0,0,1), + (43902,11734,1,0,0,-8143.09,342.913,-38.8018,1.73755,300,300,25,0,11844,0,0,1), + (43903,11734,1,0,0,-8036.76,776.029,3.51785,4.03978,300,300,25,0,11844,0,0,1), + (43904,11734,1,0,0,-8303.31,737.104,-74.1477,6.08483,300,300,3,0,11844,0,0,1), + (43905,11734,1,0,0,-8335.44,742.638,-65.6619,3.99893,300,300,3,0,11844,0,0,1), + (43906,11734,1,0,0,-7816.73,687.777,-34.0744,1.04137,300,300,10,0,11844,0,0,1), + (43907,11735,1,0,0,-6813.63,9.58512,1.11484,4.8842,300,300,25,0,3293,0,0,1), + (43908,11735,1,0,0,-6590.27,255.137,4.04878,2.38381,300,300,25,0,3293,0,0,1), + (43909,1910,0,0,0,2584.43,1347.4,23.766,0.280217,300,300,0,0,186,286,0,0), + (43910,1534,0,0,0,3044.19,678.489,65.078,1.48391,300,300,0,0,176,0,0,0), + (43911,1530,0,0,0,3027.96,669.401,73.5604,1.48557,300,300,0,0,198,0,0,0), + (43912,1530,0,0,0,3039.66,665.585,58.1085,0.799702,300,300,0,0,198,0,0,0), + (43913,1526,0,0,0,2480.54,596.032,32.2197,4.60534,300,300,5,0,120,220,0,1), + (43914,1941,0,0,0,2515.76,538.398,34.5602,5.89921,300,300,0,0,120,0,0,0), + (43915,1941,0,0,0,2482.21,465.683,41.2163,2.13594,300,300,10,0,120,0,0,1), + (43916,721,0,0,0,2748.29,368.229,25.7244,1.4651,120,120,10,0,1,0,0,1), + (43917,1547,0,0,0,2554.72,1266.41,50.3286,4.82596,300,300,5,0,101,142,0,1), + (43918,1553,0,0,0,1880.15,609.948,45.7189,4.90289,300,300,10,0,120,0,0,1), + (43920,11735,1,0,0,-6717.27,224.413,1.43934,1.74943,300,300,25,0,3293,0,0,1), + (43921,1513,0,0,0,1977.07,1423.22,64.3089,3.1681,300,300,5,0,71,0,0,1), + (43922,1553,0,0,0,2354.88,156.207,36.5644,4.37581,300,300,5,0,120,0,0,1), + (43923,1502,0,0,0,1945.01,1506.9,87.3372,5.93766,120,120,5,0,42,0,0,1), + (43924,11735,1,0,0,-6632.93,220.165,5.78378,3.94433,300,300,25,0,3293,0,0,1), + (43925,751,0,0,0,-10423.9,-4388.42,5.61128,1.23428,300,300,0,0,2059,0,0,0), + (43926,11735,1,0,0,-6685.85,283.361,3.46007,1.50745,300,300,25,0,3293,0,0,1), + (43927,11735,1,0,0,-6586.13,296.084,4.20317,1.60594,300,300,25,0,3293,0,0,1), + (43928,11735,1,0,0,-6608.97,287.833,1.27853,1.00894,300,300,25,0,3293,0,0,1), + (43929,11735,1,0,0,-6729.02,-101.125,5.82774,5.39627,300,300,25,0,3293,0,0,1), + (43930,11735,1,0,0,-6676.75,-138.864,4.53273,5.50596,300,300,25,0,3293,0,0,1), + (43931,11735,1,0,0,-6270.11,835.111,7.70807,6.17458,300,300,25,0,3293,0,0,1), + (43932,11735,1,0,0,-6444.21,1224.92,-0.071837,1.47696,300,300,25,0,3293,0,0,1), + (43933,11735,1,0,0,-6409.01,1286.85,4.40149,3.36628,300,300,25,0,3293,0,0,1), + (43934,11735,1,0,0,-6683.76,350.81,0.387379,0.28476,300,300,25,0,3293,0,0,1), + (43935,11735,1,0,0,-6616.45,1430.81,6.15285,1.66099,300,300,25,0,3293,0,0,1), + (43936,11735,1,0,0,-6463.6,1353.81,4.8766,0.66575,300,300,25,0,3293,0,0,1), + (43937,11735,1,0,0,-6610.98,1283.9,3.31943,0.301084,300,300,25,0,3293,0,0,1), + (43938,11735,1,0,0,-6578.39,1336.46,5.63629,5.73473,300,300,25,0,3293,0,0,1), + (43939,11735,1,0,0,-6346.4,1250.46,4.19828,4.72411,300,300,25,0,3293,0,0,1), + (43940,11735,1,0,0,-6706.01,312.81,2.51083,4.33188,300,300,25,0,3293,0,0,1), + (43941,11735,1,0,0,-6576.19,383.332,-0.508386,3.13378,300,300,25,0,3293,0,0,1), + (43942,11735,1,0,0,-6638.74,1383.04,4.98763,1.21351,300,300,25,0,3293,0,0,1), + (43943,11735,1,0,0,-6689.16,1358.03,5.61352,4.58349,300,300,25,0,3293,0,0,1), + (43944,11735,1,0,0,-6624.07,1339.15,3.46791,3.76831,300,300,25,0,3293,0,0,1), + (43945,11735,1,0,0,-6506.42,1262.21,3.35047,1.43166,300,300,25,0,3293,0,0,1), + (43946,11735,1,0,0,-6592.98,1257,5.44446,1.67319,300,300,25,0,3293,0,0,1), + (43947,11735,1,0,0,-6384.99,442.957,-0.154227,4.05221,300,300,25,0,3293,0,0,1), + (43948,11735,1,0,0,-6294.51,641.378,10.5551,5.79334,300,300,25,0,3293,0,0,1), + (43949,11735,1,0,0,-6353.92,318.827,10.4469,5.46875,300,300,25,0,3293,0,0,1), + (43950,11735,1,0,0,-6312.55,394.447,18.7242,0.725994,300,300,25,0,3293,0,0,1), + (43951,11735,1,0,0,-6287.27,303.67,23.5925,0.952687,300,300,3,0,3293,0,0,1), + (43952,11735,1,0,0,-6266.49,481.575,9.58536,2.95016,300,300,25,0,3293,0,0,1), + (43953,11735,1,0,0,-6294.37,399.922,17.9682,1.69735,300,300,25,0,3293,0,0,1), + (43954,11735,1,0,0,-6221.98,557.322,12.8105,2.18536,300,300,25,0,3293,0,0,1), + (43955,11735,1,0,0,-6274.75,621.735,7.54488,2.95301,300,300,25,0,3293,0,0,1), + (43956,11735,1,0,0,-6433.55,490.209,4.11043,0.825363,300,300,25,0,3293,0,0,1), + (43957,11735,1,0,0,-6502.38,236.062,3.84139,3.9726,300,300,25,0,3293,0,0,1), + (43958,11735,1,0,0,-6811.74,1126.46,2.41845,3.16778,300,300,25,0,3293,0,0,1), + (43959,11735,1,0,0,-6719.48,1149.93,2.27403,3.06235,300,300,25,0,3293,0,0,1), + (43960,11735,1,0,0,-6685.13,1145.3,-0.852471,4.73597,300,300,25,0,3293,0,0,1), + (43961,11735,1,0,0,-6914.1,1040.37,1.81749,4.99739,300,300,25,0,3293,0,0,1), + (43962,11735,1,0,0,-6846.44,1042.26,0.22417,1.96761,300,300,25,0,3293,0,0,1), + (43963,11735,1,0,0,-6819.28,990.91,2.37058,4.84171,300,300,25,0,3293,0,0,1), + (43964,11735,1,0,0,-6850.57,1119.14,0.321487,1.52976,300,300,25,0,3293,0,0,1), + (43965,11735,1,0,0,-6820.47,1165.93,1.04519,1.95928,300,300,25,0,3293,0,0,1), + (43966,11735,1,0,0,-6998.33,181.71,2.16942,3.19438,300,300,25,0,3293,0,0,1), + (43967,11735,1,0,0,-7019.44,146.944,6.04188,3.90506,300,300,25,0,3293,0,0,1), + (43968,11735,1,0,0,-6957.04,416.149,3.94419,0.428741,300,300,25,0,3293,0,0,1), + (43969,11735,1,0,0,-7009.59,286.853,3.9628,4.48588,300,300,25,0,3293,0,0,1), + (43970,11735,1,0,0,-6977.39,374.696,4.34804,4.57906,300,300,25,0,3293,0,0,1), + (43971,11735,1,0,0,-6909.6,388.411,3.17684,2.57699,300,300,25,0,3293,0,0,1), + (43972,11735,1,0,0,-6854.77,432.573,1.2192,4.70848,300,300,25,0,3293,0,0,1), + (43973,11735,1,0,0,-6831.79,248.495,0.452117,3.73664,300,300,25,0,3293,0,0,1), + (43974,11735,1,0,0,-6934.1,253.516,3.96381,0.004604,300,300,25,0,3293,0,0,1), + (43975,11735,1,0,0,-6882.36,114.518,3.12835,5.53368,300,300,25,0,3293,0,0,1), + (43976,11735,1,0,0,-6873.7,98.7422,3.54085,5.02797,300,300,25,0,3293,0,0,1), + (43977,11735,1,0,0,-6882.61,125.329,3.60445,3.26885,300,300,25,0,3293,0,0,1), + (43978,11735,1,0,0,-6477.18,412.941,0.704559,0.11346,300,300,25,0,3293,0,0,1), + (43979,11735,1,0,0,-6435.31,452.174,-1.22977,0.5055,300,300,25,0,3293,0,0,1), + (43980,11735,1,0,0,-6411.42,439.463,1.70319,1.93643,300,300,25,0,3293,0,0,1), + (43981,1547,0,0,0,2650.55,205.745,29.8304,4.98104,300,300,5,0,101,142,0,1), + (43982,11735,1,0,0,-6415.58,358.247,7.39036,3.35391,300,300,25,0,3293,0,0,1), + (43983,11735,1,0,0,-6517.39,347.089,-0.352471,3.1281,300,300,25,0,3293,0,0,1), + (43984,11735,1,0,0,-6517.02,350.941,-0.727471,4.30265,300,300,25,0,3293,0,0,1), + (43985,11735,1,0,0,-6555.33,429.945,1.72659,4.46788,300,300,25,0,3293,0,0,1), + (43986,11735,1,0,0,-6715.94,570.605,3.68062,5.77627,300,300,25,0,3293,0,0,1), + (43987,11735,1,0,0,-6743.47,548.53,2.20454,3.34818,300,300,25,0,3293,0,0,1), + (43988,11735,1,0,0,-6413.97,749.197,5.1915,5.88986,300,300,25,0,3293,0,0,1), + (43989,11735,1,0,0,-6607.28,455.951,1.24587,0.828536,300,300,25,0,3293,0,0,1), + (43990,11735,1,0,0,-6526.69,638.962,6.7712,2.97869,300,300,25,0,3293,0,0,1), + (43991,11735,1,0,0,-6477.79,584.266,1.71321,3.15136,300,300,25,0,3293,0,0,1), + (43992,11735,1,0,0,-6611.68,450.382,1.88114,3.30449,300,300,25,0,3293,0,0,1), + (43993,11735,1,0,0,-6660.85,584.759,6.90007,2.86388,300,300,25,0,3293,0,0,1), + (43994,11735,1,0,0,-6552.17,487.526,4.74389,1.18763,300,300,25,0,3293,0,0,1), + (43995,11735,1,0,0,-6582.61,492.624,1.47224,4.77649,300,300,25,0,3293,0,0,1), + (43996,11735,1,0,0,-6671.3,667.667,4.76779,0.752261,300,300,25,0,3293,0,0,1), + (43997,11735,1,0,0,-6644.8,709.394,6.4899,0.126953,300,300,25,0,3293,0,0,1), + (43998,11735,1,0,0,-6586.79,692.394,3.10878,1.35425,300,300,25,0,3293,0,0,1), + (43999,11735,1,0,0,-6682.69,-109.126,3.67805,4.17097,300,300,25,0,3293,0,0,1), + (44000,11735,1,0,0,-6783.38,55.8957,4.52225,1.5747,300,300,25,0,3293,0,0,1), + (44001,11735,1,0,0,-6706.06,341.95,-0.739336,3.48922,300,300,25,0,3293,0,0,1), + (44002,11736,1,0,0,-7145.76,1259.99,0.178226,6.0856,300,300,25,0,3644,0,0,1), + (44003,11736,1,0,0,-6948.86,1787.18,0.049702,0.034166,300,300,10,0,3644,0,0,1), + (44004,11736,1,0,0,-6945.57,1405.23,4.55206,4.38447,300,300,25,0,3644,0,0,1), + (44005,11736,1,0,0,-6985.49,1748.21,1.86002,5.15202,300,300,25,0,3644,0,0,1), + (44006,11736,1,0,0,-7350.8,1316.01,3.99078,0.775965,300,300,25,0,3644,0,0,1), + (44007,9261,229,0,0,-23.0763,-407.473,-18.935,4.70572,7200,7200,0,0,6477,2163,0,0), + (44009,9261,229,0,0,-56.3033,-407.741,-18.9349,5.06701,7200,7200,0,0,6477,2163,0,0), + (44010,11736,1,0,0,-7444.31,363.666,2.23036,1.17615,300,300,25,0,3644,0,0,1), + (44011,11736,1,0,0,-7400.76,267.202,6.95444,0.793685,300,300,25,0,3644,0,0,1), + (44012,11736,1,0,0,-6806.65,1789.3,-0.421781,5.98461,300,300,25,0,3644,0,0,1), + (44013,11736,1,0,0,-7320.38,1318.97,8.65847,4.88937,300,300,25,0,3644,0,0,1), + (44014,11736,1,0,0,-7389.05,257.182,5.93123,4.88754,300,300,10,0,3644,0,0,1), + (44015,11736,1,0,0,-6945.35,1686.49,2.88293,0.793357,300,300,25,0,3644,0,0,1), + (44016,11736,1,0,0,-6986.68,1648.69,-1.2311,4.17406,300,300,10,0,3644,0,0,1), + (44017,11736,1,0,0,-7430.27,544.937,-8.39436,3.41823,300,300,25,0,3644,0,0,1), + (44020,9259,229,0,0,-74.91,-405.03,-18.76,5.22,10800,10800,0,0,8097,0,0,0), + (44022,7917,0,0,0,-8556,835.86,106.602,5.323,430,430,0,0,4108,0,0,0), + (44026,11736,1,0,0,-7401.99,1365.01,2.76585,2.2434,300,300,25,0,3644,0,0,1), + (44027,11736,1,0,0,-6960.98,1780.7,-0.252608,3.47477,300,300,10,0,3644,0,0,1), + (44028,11736,1,0,0,-6957.84,1606.17,4.04343,4.42738,300,300,25,0,3644,0,0,1), + (44029,11736,1,0,0,-7361.1,319.119,2.6943,2.90088,300,300,25,0,3644,0,0,1), + (44030,11736,1,0,0,-6885.75,1787.63,5.18013,1.41592,300,300,25,0,3644,0,0,1), + (44031,11736,1,0,0,-7173.85,1215.61,4.29174,3.23154,300,300,25,0,3644,0,0,1), + (44032,11736,1,0,0,-7335.46,1267.22,0.813775,4.31955,300,300,25,0,3644,0,0,1), + (44033,11736,1,0,0,-6586.36,1529.8,3.60531,3.94475,300,300,25,0,3644,0,0,1), + (44034,11736,1,0,0,-6628.59,1473.52,4.12069,0.193754,300,300,25,0,3644,0,0,1), + (44035,11736,1,0,0,-7240.76,1356.81,2.05798,5.30004,300,300,25,0,3644,0,0,1), + (44036,11736,1,0,0,-6882.43,1376.58,2.68911,4.81215,300,300,25,0,3644,0,0,1), + (44037,11736,1,0,0,-7288,689.642,2.74696,1.45928,300,300,25,0,3644,0,0,1), + (44038,11736,1,0,0,-6856.53,1530.07,-0.522497,5.45707,300,300,25,0,3644,0,0,1), + (44039,11736,1,0,0,-7490.34,358.405,-2.13004,3.45964,300,300,25,0,3644,0,0,1), + (44041,11736,1,0,0,-6730.41,1409.26,4.8265,5.78471,300,300,25,0,3644,0,0,1), + (44042,11736,1,0,0,-6962.6,1543.62,1.93602,6.24707,300,300,25,0,3644,0,0,1), + (44043,11736,1,0,0,-6910.82,1714.05,-1.13224,2.9173,300,300,25,0,3644,0,0,1), + (44044,11736,1,0,0,-7450.53,617.684,-16.6761,1.94072,300,300,25,0,3644,0,0,1), + (44045,11736,1,0,0,-6889.66,1738.59,-0.801736,1.91946,300,300,25,0,3644,0,0,1), + (44047,11736,1,0,0,-7487.5,504.166,-10.0929,2.6779,300,300,25,0,3644,0,0,1), + (44048,11736,1,0,0,-6920.78,1392.82,0.345013,4.80429,300,300,25,0,3644,0,0,1), + (44051,11736,1,0,0,-7461.33,528.481,-12.3594,2.43939,300,300,25,0,3644,0,0,1), + (44052,11736,1,0,0,-6869.57,1381.76,3.29802,0.275753,300,300,25,0,3644,0,0,1), + (44053,11736,1,0,0,-7047.62,1355.63,5.71372,5.62333,300,300,25,0,3644,0,0,1), + (44054,11736,1,0,0,-7013.82,1339.49,5.05111,1.45141,300,300,25,0,3644,0,0,1), + (44055,11736,1,0,0,-6858.75,1329.74,4.12843,0.364718,300,300,25,0,3644,0,0,1), + (44056,11736,1,0,0,-7056.28,1346.09,5.55473,0.79713,300,300,25,0,3644,0,0,1), + (44057,11736,1,0,0,-6849.83,1448.67,3.2131,1.36612,300,300,25,0,3644,0,0,1), + (44058,11736,1,0,0,-7449.53,1234.29,3.20763,1.69612,300,300,25,0,3644,0,0,1), + (44060,1554,0,0,0,1837.61,916.219,38.4245,0.199502,300,300,5,0,156,0,0,1), + (44062,1548,0,0,0,2470.7,-384.806,76.1276,4.42336,300,300,5,0,122,0,0,1), + (44063,1548,0,0,0,1765.83,-355.961,33.8679,2.36257,300,300,10,0,122,0,0,1), + (44064,1553,0,0,0,2153.34,13.387,41.753,1.74531,300,300,5,0,120,0,0,1), + (44065,1522,0,0,0,2572.32,909.858,101.599,2.65978,300,300,10,0,126,289,0,1), + (44066,1520,0,0,0,2531.97,956.779,92.0752,2.7106,300,300,10,0,120,0,0,1), + (44067,1522,0,0,0,2545.96,987.505,87.909,2.77729,300,300,10,0,126,289,0,1), + (44068,1522,0,0,0,2588.33,982.431,100.894,6.2539,300,300,5,0,126,289,0,1), + (44069,1547,0,0,0,2595.07,1206.02,69.9978,2.81861,300,300,10,0,101,142,0,1), + (44070,1522,0,0,0,2684.36,889.531,110.317,0.016653,300,300,10,0,126,289,0,1), + (44071,1522,0,0,0,2706.47,921.022,112.705,0.015624,300,300,10,0,126,289,0,1), + (44072,1522,0,0,0,2684.37,1027.61,108.846,5.15828,300,300,5,0,126,289,0,1), + (44073,1548,0,0,0,2396.26,996.841,64.2827,3.98045,300,300,5,0,122,0,0,1), + (44074,1548,0,0,0,2424.35,957.313,71.8265,0.777745,300,300,5,0,122,0,0,1), + (44075,1522,0,0,0,2644.35,983.503,111.978,1.32227,300,300,5,0,126,289,0,1), + (44076,1520,0,0,0,2637.76,1049.97,102.771,1.12534,300,300,5,0,120,0,0,1), + (44077,11736,1,0,0,-7459.89,1065.41,2.84849,2.97757,300,300,25,0,3644,0,0,1), + (44078,9261,229,0,0,-38.6279,-427.411,-18.935,1.96469,7200,7200,0,0,6477,2163,0,0), + (44080,11736,1,0,0,-7383.22,1283.75,5.00876,2.90082,300,300,25,0,3644,0,0,1), + (44081,11736,1,0,0,-7215.26,1323.37,5.94107,3.08584,300,300,25,0,3644,0,0,1), + (44082,11736,1,0,0,-7383.51,1109.94,2.57361,1.67649,300,300,25,0,3644,0,0,1), + (44083,11736,1,0,0,-7331.72,1035.04,5.73963,6.05209,300,300,25,0,3644,0,0,1), + (44084,11736,1,0,0,-6755.24,1355.48,4.59754,2.89707,300,300,25,0,3644,0,0,1), + (44085,11736,1,0,0,-7241.16,1307.05,5.23886,1.65094,300,300,25,0,3644,0,0,1), + (44086,11736,1,0,0,-7443.37,1198.55,2.3059,1.42098,300,300,25,0,3644,0,0,1), + (44087,11736,1,0,0,-7510,1349.76,-0.119436,2.98768,300,300,25,0,3644,0,0,1), + (44088,11736,1,0,0,-7280.53,548.464,1.73368,3.19427,300,300,25,0,3644,0,0,1), + (44089,11736,1,0,0,-6624.59,1453.8,4.33139,1.07019,300,300,25,0,3644,0,0,1), + (44090,11736,1,0,0,-7385.98,1045.48,4.38457,2.99348,300,300,25,0,3644,0,0,1), + (44091,11736,1,0,0,-7413.93,1180.05,3.10124,5.1804,300,300,25,0,3644,0,0,1), + (44092,11736,1,0,0,-6779.22,1391.43,3.44547,2.2016,300,300,25,0,3644,0,0,1), + (44093,11736,1,0,0,-7418.07,812.4,-3.83682,1.59412,300,300,25,0,3644,0,0,1), + (44094,11736,1,0,0,-7431.69,1313.03,2.25749,0.11152,300,300,25,0,3644,0,0,1), + (44095,11736,1,0,0,-6809,1458.92,4.75883,4.90298,300,300,25,0,3644,0,0,1), + (44096,11736,1,0,0,-6797.78,1411.38,0.943597,5.24946,300,300,25,0,3644,0,0,1), + (44097,11736,1,0,0,-7248.83,782.061,4.61175,5.73913,300,300,25,0,3644,0,0,1), + (44098,11736,1,0,0,-7507.27,1135.03,2.06092,2.65525,300,300,25,0,3644,0,0,1), + (44099,11736,1,0,0,-7445.39,845.65,-3.41975,4.59494,300,300,25,0,3644,0,0,1), + (44100,11736,1,0,0,-7483.5,808.124,-6.35485,1.59228,300,300,25,0,3644,0,0,1), + (44101,11736,1,0,0,-7404.76,745.975,-5.11673,0.370891,300,300,25,0,3644,0,0,1), + (44102,11736,1,0,0,-7446.22,433.701,-3.71255,4.20415,300,300,25,0,3644,0,0,1), + (44103,11736,1,0,0,-7361.13,855.958,5.2154,5.62719,300,300,25,0,3644,0,0,1), + (44104,11736,1,0,0,-6904.28,1270.8,0.573008,5.50607,300,300,25,0,3644,0,0,1), + (44105,11736,1,0,0,-7416.78,1110.04,-0.514731,3.56071,300,300,25,0,3644,0,0,1), + (44106,11736,1,0,0,-7427.4,490.47,-3.27896,0.365631,300,300,25,0,3644,0,0,1), + (44107,11736,1,0,0,-7454.16,771.479,-6.06445,1.77107,300,300,25,0,3644,0,0,1), + (44108,11736,1,0,0,-7302.28,1285.69,0.527539,3.79408,300,300,25,0,3644,0,0,1), + (44109,11736,1,0,0,-7001.89,1317.44,3.35413,0.088007,300,300,25,0,3644,0,0,1), + (44110,11736,1,0,0,-7190.03,1161.9,3.79125,4.46978,300,300,30,0,3644,0,0,1), + (44111,11736,1,0,0,-7312.63,1249.17,4.83542,4.53166,300,300,25,0,3644,0,0,1), + (44112,11736,1,0,0,-7228.93,1078.71,3.90078,0.181512,300,300,25,0,3644,0,0,1), + (44113,11736,1,0,0,-7319.09,748.505,5.80498,5.95619,300,300,25,0,3644,0,0,1), + (44114,11736,1,0,0,-7249.88,1198.62,0.396729,2.44831,300,300,25,0,3644,0,0,1), + (44115,11736,1,0,0,-6790.18,1331.22,5.58872,1.69694,300,300,25,0,3644,0,0,1), + (44116,11736,1,0,0,-7212.22,1128.96,2.88911,4.19809,300,300,25,0,3644,0,0,1), + (44117,11736,1,0,0,-7170.65,1027.51,5.46971,4.20802,300,300,25,0,3644,0,0,1), + (44118,11736,1,0,0,-6757.19,1442.39,0.996378,4.1158,300,300,25,0,3644,0,0,1), + (44119,11736,1,0,0,-7092.2,1415.78,3.94968,0.363183,300,300,25,0,3644,0,0,1), + (44120,11736,1,0,0,-7259.42,830.024,3.15761,0.491625,300,300,25,0,3644,0,0,1), + (44121,11736,1,0,0,-7369.82,1163.34,3.39685,1.24386,300,300,25,0,3644,0,0,1), + (44122,11736,1,0,0,-7166.97,1070.07,5.81174,3.99593,300,300,25,0,3644,0,0,1), + (44123,11736,1,0,0,-7267.27,973.671,3.50797,5.24728,300,300,25,0,3644,0,0,1), + (44124,11736,1,0,0,-7315.64,917.276,1.22284,3.10692,300,300,25,0,3644,0,0,1), + (44125,11736,1,0,0,-7482.57,1215.56,3.58141,4.81808,300,300,25,0,3644,0,0,1), + (44126,11736,1,0,0,-6750.85,1846.06,4.60907,6.24045,300,300,10,0,3644,0,0,1), + (44127,11736,1,0,0,-7280.46,1066.48,5.93583,4.71434,300,300,25,0,3644,0,0,1), + (44128,11736,1,0,0,-7184.2,903.52,5.35824,2.43378,300,300,25,0,3644,0,0,1), + (44129,11736,1,0,0,-7360.08,897.827,-0.851385,1.01286,300,300,25,0,3644,0,0,1), + (44130,11736,1,0,0,-7117.97,1017.87,4.20793,4.11984,300,300,25,0,3644,0,0,1), + (44131,11736,1,0,0,-7428.47,942.346,2.17313,5.11138,300,300,30,0,3644,0,0,1), + (44132,11736,1,0,0,-7253.06,1075.56,6.41459,2.18555,300,300,25,0,3644,0,0,1), + (44133,11736,1,0,0,-7381.68,1248.51,-1.35712,5.87468,300,300,25,0,3644,0,0,1), + (44134,11736,1,0,0,-7327.42,582.714,1.71165,3.0771,300,300,25,0,3644,0,0,1), + (44135,11736,1,0,0,-7004.74,1026.38,2.2272,2.71553,300,300,25,0,3644,0,0,1), + (44136,11736,1,0,0,-7315.41,733.071,4.4261,4.75537,300,300,25,0,3644,0,0,1), + (44137,11736,1,0,0,-7283.33,650,-0.104782,0.277398,300,300,25,0,3644,0,0,1), + (44138,11736,1,0,0,-7420.26,718.947,-6.86928,2.5464,300,300,25,0,3644,0,0,1), + (44139,11736,1,0,0,-7392.64,931.333,3.21448,3.764,300,300,30,0,3644,0,0,1), + (44140,1520,0,0,0,2593.74,1019.98,99.434,6.28148,300,300,5,0,120,0,0,1), + (44141,11736,1,0,0,-7350.03,818.932,4.37471,1.88619,300,300,25,0,3644,0,0,1), + (44142,11736,1,0,0,-7380.28,585.297,-0.521281,2.85313,300,300,25,0,3644,0,0,1), + (44143,11736,1,0,0,-7389.54,399.04,5.00678,2.03293,300,300,25,0,3644,0,0,1), + (44144,751,0,0,0,-10817.2,-4243.93,1.42109,1.70052,300,300,5,0,2059,0,0,1), + (44145,1547,0,0,0,2641.94,1213.8,69.3121,4.48874,300,300,10,0,101,142,0,1), + (44146,1548,0,0,0,2556.33,1214.11,65.8785,4.17398,300,300,5,0,122,0,0,1), + (44147,1554,0,0,0,1970.56,832.231,39.3912,1.32581,300,300,0,0,156,0,0,0), + (44149,9262,229,0,0,-42.426,-422.135,-18.935,5.43458,7200,7200,0,0,6477,3244,0,0), + (44150,9262,229,0,0,-52.1838,-411.215,-18.935,3.17656,7200,7200,0,0,6477,3244,0,0), + (44151,9262,229,0,0,-26.8415,-412.158,-18.9344,0.788159,7200,7200,0,0,6477,3244,0,0), + (44152,9262,229,0,0,30.1009,-474.712,-18.6041,3.16793,7200,7200,0,0,6477,3244,0,0), + (44153,9261,229,0,0,25.39,-477.23,-18.32,1.32,10800,10800,0,0,6477,2163,0,0), + (44154,9261,229,0,0,34.0536,-491.542,-18.9058,4.95864,7200,7200,0,0,6477,2163,0,0), + (44155,1548,0,0,0,1652.38,-604.238,46.4238,1.6726,300,300,10,0,122,0,0,1), + (44156,4075,0,0,0,2049.02,1107.39,35.6426,2.73914,120,120,10,0,8,0,0,1), + (44157,1525,0,0,0,2282.84,716.69,34.4655,0.069813,300,300,10,0,102,0,0,1), + (44158,7077,70,0,0,105.984,241.057,-52.1213,1.64061,7200,7200,0,0,251,2975,0,0), + (44159,7077,70,0,0,73.0399,271.531,-52.1213,0.017453,7200,7200,0,0,251,2975,0,0), + (44160,7246,209,0,0,1639.3,805.281,8.97168,4.95674,18000,18000,0,0,4434,3068,0,0), + (44161,7269,209,0,0,1654.45,929.097,8.96097,0.890118,18000,18000,5,0,1782,0,0,1), + (44162,5648,209,0,0,1660.46,901.742,8.96499,0.628319,18000,18000,0,0,3603,7150,0,0), + (44163,7247,209,0,0,1644.51,903.655,9.334,2.3911,18000,18000,0,0,4434,3068,0,0), + (44164,5650,209,0,0,1664.1,911.256,8.96011,4.99164,18000,18000,0,0,4278,2966,0,0), + (44165,5650,209,0,0,1669.67,896.452,8.96012,2.51327,18000,18000,0,0,4278,2966,0,0), + (44166,7269,209,0,0,1655.86,920.877,8.96012,1.39626,18000,18000,5,0,1782,0,0,1), + (44167,7269,209,0,0,1520,942.808,11.4989,2.86234,18000,18000,5,0,1782,0,0,1), + (44168,5649,209,0,0,1525.17,935.174,11.8075,5.22015,18000,18000,5,0,5346,0,0,1), + (44169,5650,209,0,0,1670.57,908.334,9.1404,2.56563,18000,18000,0,0,4278,2966,0,0), + (44170,7246,209,0,0,1707.91,881.421,11.9567,1.64026,7200,7200,0,0,4434,3068,0,2), + (44171,747,0,0,0,-10854.3,-4220.8,2.57772,4.11302,300,300,5,0,1711,1483,0,1), + (44172,750,0,0,0,-10846.9,-4245.77,-4.2003,1.87217,300,300,5,0,1981,0,0,1), + (44173,747,0,0,0,-10926.5,-4156,8.26603,3.29639,300,300,5,0,1711,1483,0,1), + (44174,11736,1,0,0,-7405.43,612.408,-6.42637,3.30256,300,300,25,0,3644,0,0,1), + (44176,11736,1,0,0,-7241.72,589.193,4.07542,2.96296,300,300,25,0,3644,0,0,1), + (44177,7246,209,0,0,1711.04,884.029,12.5559,3.89163,7200,7200,0,0,4434,3068,0,0), + (44178,11736,1,0,0,-7355.14,453.261,6.72596,4.94919,300,300,25,0,3644,0,0,1), + (44179,11736,1,0,0,-7485.91,946.409,4.10587,4.20463,300,300,10,0,3644,0,0,1), + (44181,11736,1,0,0,-7417.38,413.705,0.304333,4.14498,300,300,25,0,3644,0,0,1), + (44182,11737,1,0,0,-7852.47,1616.24,3.5576,0.006925,300,300,25,0,3758,0,0,1), + (44183,11737,1,0,0,-7746.17,1751.7,14.1443,0.105695,300,300,25,0,3758,0,0,1), + (44184,11321,389,0,0,-94.604,54.1892,-17.9829,5.00078,7200,7200,5,0,819,0,0,1), + (44185,11737,1,0,0,-7783.18,1765.03,0.52788,4.35761,300,300,25,0,3758,0,0,1), + (44186,11737,1,0,0,-7690.77,1627.25,5.32477,0.123386,300,300,10,0,3758,0,0,1), + (44187,14849,0,0,0,-9532.41,67.9315,58.9648,5.39307,180,180,0,0,1240,0,0,0), + (44188,11737,1,0,0,-7883.63,1540.15,-4.15093,2.40854,300,300,25,0,3758,0,0,1), + (44189,11737,1,0,0,-7737.34,1665.94,6.84599,4.04192,300,300,25,0,3758,0,0,1), + (44190,11737,1,0,0,-7716.32,1282.54,-0.374777,1.22487,300,300,25,0,3758,0,0,1), + (44191,7269,209,0,0,1685.95,887.844,8.96012,5.48033,18000,18000,5,0,1782,0,0,1), + (44192,11737,1,0,0,-7783.76,1749.59,0.610843,1.82825,300,300,25,0,3758,0,0,1), + (44195,11737,1,0,0,-7772.04,1282.44,-4.73984,3.1289,300,300,25,0,3758,0,0,1), + (44196,11737,1,0,0,-7809.47,1345.3,-5.98408,4.45154,300,300,25,0,3758,0,0,1), + (44197,11737,1,0,0,-7744.3,1833.54,3.38918,4.62633,300,300,25,0,3758,0,0,1), + (44198,11737,1,0,0,-7780.2,1636.16,5.91958,4.77769,300,300,25,0,3758,0,0,1), + (44199,11737,1,0,0,-7895.22,1480.47,-2.41121,2.04754,300,300,25,0,3758,0,0,1), + (44200,11737,1,0,0,-7875.59,1682.56,-3.4706,1.01091,300,300,25,0,3758,0,0,1), + (44201,11737,1,0,0,-8046.92,1691.49,9.24857,3.85965,300,300,25,0,3758,0,0,1), + (44202,11737,1,0,0,-7680.24,1549.02,6.38965,4.6817,300,300,25,0,3758,0,0,1), + (44203,11737,1,0,0,-7605.86,1305.08,0.804275,5.44455,300,300,25,0,3758,0,0,1), + (44204,11737,1,0,0,-7768.76,1606.55,3.71964,4.00432,300,300,25,0,3758,0,0,1), + (44205,11737,1,0,0,-7975.34,1715.89,-1.0122,5.41488,300,300,25,0,3758,0,0,1), + (44206,11737,1,0,0,-7815.24,1486.33,-0.813607,1.15039,300,300,25,0,3758,0,0,1), + (44207,11737,1,0,0,-7819.72,1685.97,2.42511,4.25966,300,300,25,0,3758,0,0,1), + (44208,11737,1,0,0,-7752.31,1584.43,-0.302271,5.66899,300,300,25,0,3758,0,0,1), + (44209,11737,1,0,0,-7815.67,1582.88,1.34246,4.55683,300,300,25,0,3758,0,0,1), + (44210,11737,1,0,0,-7580.05,876.76,-4.38008,2.03444,300,300,25,0,3758,0,0,1), + (44211,11737,1,0,0,-7661.8,1113.56,4.05045,0.134332,300,300,25,0,3758,0,0,1), + (44212,11737,1,0,0,-7776.2,175.817,6.25564,4.88735,300,300,25,0,3758,0,0,1), + (44213,11737,1,0,0,-7664.58,1323.26,1.91954,1.12642,300,300,25,0,3758,0,0,1), + (44214,11737,1,0,0,-7984.02,955.14,3.18815,0.073166,300,300,25,0,3758,0,0,1), + (44215,11737,1,0,0,-7551.52,1161.95,-0.287166,4.34711,300,300,25,0,3758,0,0,1), + (44216,11737,1,0,0,-7577.37,1101.23,-0.241194,5.08818,300,300,25,0,3758,0,0,1), + (44217,11737,1,0,0,-7613.95,1153.72,4.11245,5.88073,300,300,25,0,3758,0,0,1), + (44218,11737,1,0,0,-7675.13,1367.77,1.6432,4.88508,300,300,25,0,3758,0,0,1), + (44219,11737,1,0,0,-7971.25,1241.93,-1.67913,5.572,300,300,25,0,3758,0,0,1), + (44220,11737,1,0,0,-7757.33,1415.62,1.17729,4.57726,300,300,25,0,3758,0,0,1), + (44221,11737,1,0,0,-7779.06,1433.47,-0.749162,5.1433,300,300,25,0,3758,0,0,1), + (44222,1548,0,0,0,2071.48,-592.252,60.8234,4.27494,300,300,5,0,122,0,0,1), + (44223,1554,0,0,0,2553.01,-259.133,41.6946,0.996058,300,300,5,0,156,0,0,1), + (44224,1547,0,0,0,2143.87,1144.27,33.7075,1.16308,300,300,10,0,101,142,0,1), + (44225,5649,209,0,0,1680.85,871.522,8.96821,5.8294,18000,18000,0,0,5346,0,0,0), + (44226,11737,1,0,0,-7643.09,1438.27,2.82952,4.3718,300,300,25,0,3758,0,0,1), + (44227,11737,1,0,0,-7688.54,1460.79,4.26242,1.01095,300,300,25,0,3758,0,0,1), + (44228,11737,1,0,0,-7534.3,1388.25,2.63972,0.273874,300,300,25,0,3758,0,0,1), + (44229,1535,0,0,0,2288.95,1490.48,32.8677,0.525752,300,300,10,0,120,0,0,1), + (44230,4075,0,0,0,2075.3,3.16128,42.6668,3.38018,120,120,10,0,8,0,0,1), + (44231,1426,0,0,0,-10536.6,2003.7,-8.76479,2.34942,300,300,3,0,300,0,0,1), + (44232,589,0,0,0,-10591,1993.22,-4.84641,5.29912,300,300,0,0,263,710,0,0), + (44233,590,0,0,0,-10498.5,1977.48,10.9144,3.45094,300,300,0,0,273,0,0,0), + (44234,11737,1,0,0,-7713.02,1449.61,4.2021,0.601261,300,300,25,0,3758,0,0,1), + (44235,11737,1,0,0,-7799.99,1558.36,1.52386,2.71149,300,300,25,0,3758,0,0,1), + (44236,11737,1,0,0,-7613.34,1375.01,3.14475,3.72878,300,300,25,0,3758,0,0,1), + (44237,11737,1,0,0,-7968.44,1325.02,-2.4095,5.11463,300,300,25,0,3758,0,0,1), + (44238,11737,1,0,0,-7913.05,1722.87,-5.10504,4.9389,300,300,25,0,3758,0,0,1), + (44240,11737,1,0,0,-7820.78,204.061,5.04857,2.71909,300,300,25,0,3758,0,0,1), + (44241,11737,1,0,0,-7617.37,1383.58,1.93938,3.56011,300,300,25,0,3758,0,0,1), + (44242,11737,1,0,0,-7506.15,302.187,0.487789,0.595045,300,300,10,0,3758,0,0,1), + (44243,11737,1,0,0,-7903.99,1137.99,2.92325,5.72779,300,300,25,0,3758,0,0,1), + (44244,11737,1,0,0,-7568.51,368.845,-15.1839,3.32331,300,300,25,0,3758,0,0,1), + (44245,11737,1,0,0,-7517.02,394.1,-13.0511,0.172319,300,300,25,0,3758,0,0,1), + (44246,11737,1,0,0,-7553.52,1283.43,2.10096,0.905374,300,300,25,0,3758,0,0,1), + (44247,11737,1,0,0,-7941.4,1212.35,-1.05212,3.29842,300,300,25,0,3758,0,0,1), + (44248,11737,1,0,0,-8009.69,1214.93,3.41809,6.19545,300,300,25,0,3758,0,0,1), + (44249,11737,1,0,0,-8019.93,1254.7,2.47812,4.49155,300,300,25,0,3758,0,0,1), + (44250,11737,1,0,0,-7978.34,1183.56,1.75559,0.337687,300,300,25,0,3758,0,0,1), + (44251,15308,1,0,0,-7553.29,1742.48,6.15128,4.59986,1800,1800,0,0,7369,11502,0,2), + (44252,11880,1,0,0,-7552.32,1742.77,5.27486,4.96351,1800,1800,0,0,3876,0,0,0), + (44253,11880,1,0,0,-7554.71,1743.67,6.36998,5.58401,1800,1800,0,0,3876,0,0,0), + (44254,15308,1,0,0,-6687.62,1900.6,5.6287,4.04477,1800,1800,0,0,7369,11502,0,2), + (44255,11880,1,0,0,-6682.61,1909.32,5.65866,4.20493,1800,1800,0,0,3876,0,0,0), + (44256,11880,1,0,0,-6686.84,1904.89,5.70164,4.76913,1800,1800,0,0,3876,0,0,0), + (44258,1535,0,0,0,2321.23,1542.97,34.2747,2.36095,300,300,10,0,120,0,0,1), + (44259,1535,0,0,0,2378.45,1619.78,33.7167,1.73658,300,300,10,0,120,0,0,1), + (44260,1535,0,0,0,2294.95,1559.29,37.4996,1.55029,300,300,5,0,120,0,0,1), + (44261,1535,0,0,0,2351.25,1582.08,34.8732,0.950547,300,300,5,0,120,0,0,1), + (44262,1549,0,0,0,2381.96,-682.61,75.7777,2.3113,300,300,10,0,176,0,0,1), + (44263,1525,0,0,0,2201.67,569.425,28.7941,1.47459,300,300,5,0,102,0,0,1), + (44264,1526,0,0,0,2207.29,612.532,24.8213,2.02159,300,300,5,0,120,220,0,1), + (44265,1525,0,0,0,2210.83,643.242,24.8583,5.58453,300,300,5,0,102,0,0,1), + (44266,1675,0,0,0,2778.04,413.688,19.9735,6.14503,300,300,5,0,137,0,0,1), + (44267,1553,0,0,0,1999.87,514.151,40.8483,6.28123,300,300,5,0,120,0,0,1), + (44269,9262,229,0,0,28.345,-494.843,-18.7528,1.02144,7200,7200,0,0,6477,3244,0,0), + (44270,9259,229,0,0,28.5412,-491.049,-18.7405,5.15027,7200,7200,0,0,8097,0,0,0), + (44271,9259,229,0,0,-115.351,-425.966,-18.9349,4.79055,7200,7200,0,0,8097,0,0,0), + (44273,1553,0,0,0,1941.58,475.956,38.0183,1.52785,300,300,10,0,120,0,0,1), + (44274,1554,0,0,0,2780.44,-373.084,79.1459,1.04076,300,300,5,0,156,0,0,1), + (44275,1554,0,0,0,1978.4,741.834,35.1912,2.55425,300,300,10,0,156,0,0,1), + (44276,1537,0,0,0,1849.31,608.528,48.1101,1.76196,300,300,5,0,156,0,0,1), + (44277,1548,0,0,0,1919.22,577.806,47.0311,5.25733,300,300,10,0,122,0,0,1), + (44278,1553,0,0,0,2379.79,689.46,35.7589,4.11073,300,300,5,0,120,0,0,1), + (44280,1544,0,0,0,2914.98,139.63,6.63987,3.31477,300,300,5,0,148,165,0,1), + (44281,1547,0,0,0,2220.54,836.449,44.1278,0.307439,300,300,5,0,101,142,0,1), + (44282,1553,0,0,0,2255.35,918.345,48.3092,1.90397,300,300,5,0,120,0,0,1), + (44283,1553,0,0,0,1908.74,545.586,47.2015,4.10326,300,300,5,0,120,0,0,1), + (44284,1675,0,0,0,2750.22,325.737,29.3423,4.75042,300,300,10,0,137,0,0,1), + (44285,1543,0,0,0,2984.86,426.09,21.2527,5.42797,300,300,0,0,137,0,0,0), + (44286,4075,0,0,0,2249.06,947.128,46.3209,1.51021,120,120,5,0,8,0,0,1), + (44287,1548,0,0,0,1589.73,662.294,85.3657,2.38866,300,300,5,0,122,0,0,1), + (44288,1553,0,0,0,1926.66,525.619,47.4764,4.14108,300,300,5,0,120,0,0,1), + (44289,590,0,0,0,-10476.7,1971.51,9.78465,6.17846,300,300,0,0,273,0,0,0), + (44290,1426,0,0,0,-10458.9,1954.29,8.32358,6.2357,300,300,0,0,300,0,0,0), + (44291,589,0,0,0,-10555.7,2007.65,-6.70145,4.89812,300,300,3,0,263,710,0,1), + (44292,590,0,0,0,-10530.2,1940.12,3.94629,0.837758,300,300,0,0,273,0,0,0), + (44293,589,0,0,0,-10562.2,1975.09,-4.90356,3.47642,300,300,3,0,263,710,0,1), + (44294,590,0,0,0,-10571.1,1980.03,-5.59783,2.13814,300,300,3,0,273,0,0,1), + (44295,590,0,0,0,-10570,2004.27,-6.46231,4.29351,300,300,3,0,273,0,0,1), + (44296,842,0,0,0,-10612.1,1181.01,34.5176,5.11381,300,300,0,0,166,0,0,2), + (44297,6670,0,0,0,-10654.6,1176.49,46.2041,6.26573,300,300,0,0,166,0,0,0), + (44298,1522,0,0,0,2648.84,849.539,110.334,3.92368,300,300,10,0,126,289,0,1), + (44299,11737,1,0,0,-7675.94,1036.99,5.06684,4.57919,300,300,25,0,3758,0,0,1), + (44300,11737,1,0,0,-7927.43,1014.48,1.31398,0.202371,300,300,25,0,3758,0,0,1), + (44301,11737,1,0,0,-7921.96,929.181,-0.597377,2.0687,300,300,25,0,3758,0,0,1), + (44302,1529,0,0,0,1946.39,-439.002,35.525,1.89252,300,300,5,0,183,240,0,1), + (44303,6670,0,0,0,-10661.3,1113.16,34.1967,4.15388,300,300,0,0,166,0,0,2), + (44304,9259,229,0,0,-80.9574,-451.587,-18.935,4.81018,7200,7200,0,0,8097,0,0,2), + (44305,9262,229,0,0,-77.619,-452.602,-18.935,3.55826,7200,7200,0,0,6477,3244,0,0), + (44306,9259,229,0,0,-84.647,-452.275,-18.9348,0.0388896,7200,7200,0,0,8097,0,0,0), + (44307,9261,229,0,0,-82.5495,-454.355,-18.9348,1.00729,7200,7200,0,0,6477,2163,0,0), + (44308,9259,229,0,0,-94.53,-436.52,-18.76,3.39,10800,10800,0,0,8097,0,0,0), + (44309,9262,229,0,0,-96.723,-440.326,-18.935,1.56413,7200,7200,0,0,6477,3244,0,0), + (44310,9261,229,0,0,-96.6062,-434.567,-18.935,4.5243,7200,7200,0,0,6477,2163,0,0), + (44311,9262,229,0,0,-94.2403,-421.059,-18.935,6.19406,7200,7200,0,0,6477,3244,0,0), + (44312,9259,229,0,0,-94.9831,-424.653,-18.935,5.92388,7200,7200,0,0,8097,0,0,0), + (44313,9262,229,0,0,-109.82,-434.25,-18.76,3.18598,10800,10800,0,0,6477,3244,0,0), + (44314,9261,229,0,0,-114.098,-434.593,-18.9349,0.0773761,7200,7200,0,0,6477,2163,0,0), + (44316,9259,229,0,0,-119.271,-427.243,-18.9349,0.8345,7200,7200,0,0,8097,0,0,0), + (44317,9261,229,0,0,-119.079,-421.583,-18.9349,6.17756,7200,7200,0,0,6477,2163,0,0), + (44318,9260,229,0,0,-88.41,-463.18,-18.76,2.93,10800,10800,0,0,8352,0,0,0), + (44319,9264,229,0,0,-156.567,-495.882,-18.4564,2.97942,7200,7200,0,0,6681,2241,0,0), + (44320,9263,229,0,0,-158.99,-499.009,-18.4564,2.61185,7200,7200,0,0,6681,2241,0,0), + (44321,9260,229,0,0,-142.639,-495.548,-18.4564,4.72143,7200,7200,0,0,8352,0,0,2), + (44322,9260,229,0,0,-143.435,-512.94,-18.4564,0.774024,7200,7200,0,0,8352,0,0,2), + (44323,9263,229,0,0,-143.495,-510.424,-18.4564,5.57438,7200,7200,0,0,6681,2241,0,0), + (44324,9263,229,0,0,-146.468,-497.174,-18.4564,6.17913,7200,7200,0,0,6681,2241,0,0), + (44325,9264,229,0,0,-141.446,-499.833,-18.4564,2.61656,7200,7200,0,0,6681,2241,0,0), + (44326,9264,229,0,0,-140.14,-512.166,-18.456,2.83726,7200,7200,0,0,6681,2241,0,0), + (44334,9262,229,0,0,-117.666,-479.186,-18.4573,5.29713,7200,7200,0,0,6477,3244,0,0), + (44333,9261,229,0,0,-115.015,-483.19,-18.4573,2.22151,7200,7200,0,0,6477,2163,0,0), + (44329,9259,229,0,0,-111.718,-484.087,-18.4573,5.88854,7200,7200,0,0,8097,0,0,0), + (44330,9261,229,0,0,-106.142,-483.786,-18.4573,3.15535,7200,7200,0,0,6477,2163,0,2), + (44327,9259,229,0,0,-100.732,-491.571,-18.4573,1.68901,7200,7200,0,0,8097,0,0,0), + (43766,9259,229,0,0,33.681,-473.821,-18.6236,1.49503,7200,7200,0,0,8097,0,0,0), + (3526,10374,229,0,0,-127.297,-520.325,11.7612,1.58678,7200,7200,0,0,8352,0,0,2), + (3527,10376,229,0,0,-138.318,-468.999,13.8768,0.20657,7200,7200,2,0,9156,0,0,1), + (3538,10375,229,0,0,-104.987,-548.24,2.40518,4.1877,7200,7200,3,0,2614,0,0,1), + (3537,10375,229,0,0,-144.252,-486.798,12.2607,3.24965,7200,7200,3,0,2614,0,0,1), + (3536,10375,229,0,0,-138.021,-483.627,11.5026,4.64374,7200,7200,3,0,2614,0,0,1), + (3535,10375,229,0,0,-142.43,-473.287,14.7701,0.926899,7200,7200,3,0,2614,0,0,1), + (3534,10375,229,0,0,-136.728,-474.423,12.8312,2.08202,7200,7200,3,0,2614,0,0,1), + (44357,1529,0,0,0,1949.91,-409.971,35.5772,2.66689,300,300,5,0,183,240,0,1), + (44359,11737,1,0,0,-7951.31,1718.39,-3.58569,1.35022,300,300,25,0,3758,0,0,1), + (44360,11737,1,0,0,-7856.96,1147.58,2.36121,0.23056,300,300,25,0,3758,0,0,1), + (44361,11737,1,0,0,-7876.4,982.166,2.51207,2.93969,300,300,25,0,3758,0,0,1), + (44362,11737,1,0,0,-7909.31,949.84,0.658286,3.52752,300,300,25,0,3758,0,0,1), + (44363,11737,1,0,0,-7796.01,1038.31,-1.64176,0.003353,300,300,25,0,3758,0,0,1), + (44364,11737,1,0,0,-7579.93,983.332,2.64167,6.27928,300,300,25,0,3758,0,0,1), + (44365,11737,1,0,0,-8070.76,978.51,44.7984,4.62203,300,300,25,0,3758,0,0,1), + (44366,11737,1,0,0,-8065.33,983.034,43.0971,4.62416,300,300,25,0,3758,0,0,1), + (44367,11737,1,0,0,-7583.31,1251.15,2.35195,1.41384,300,300,25,0,3758,0,0,1), + (44368,11737,1,0,0,-7620.21,945.791,0.239071,2.95282,300,300,25,0,3758,0,0,1), + (44369,11737,1,0,0,-7947.31,1077.57,-1.10669,6.14115,300,300,25,0,3758,0,0,1), + (44370,11737,1,0,0,-7742.86,262.513,2.8062,2.00381,300,300,25,0,3758,0,0,1), + (44371,11737,1,0,0,-7685.2,284.824,5.79174,1.99667,300,300,25,0,3758,0,0,1), + (44372,11737,1,0,0,-7592.86,284.944,3.79695,0.009765,300,300,25,0,3758,0,0,1), + (3533,10374,229,0,0,-146.663,-538.03,7.5195,2.93344,7200,7200,2,0,8352,0,0,1), + (3532,10374,229,0,0,-139.079,-543.96,7.28465,1.5445,7200,7200,2,0,8352,0,0,1), + (3531,10374,229,0,0,-109.584,-558.254,5.97215,5.01608,7200,7200,2,0,8352,0,0,1), + (44379,1548,0,0,0,2305.45,951.288,57.5243,4.74265,300,300,10,0,122,0,0,1), + (44380,11737,1,0,0,-7819.41,1114.62,0.571805,4.18092,300,300,25,0,3758,0,0,1), + (44381,11737,1,0,0,-7672.04,354.731,-2.01175,1.29985,300,300,25,0,3758,0,0,1), + (44382,11737,1,0,0,-7742,325.96,-1.08201,2.99666,300,300,25,0,3758,0,0,1), + (44383,11737,1,0,0,-7724.94,184.412,8.84368,4.37212,300,300,25,0,3758,0,0,1), + (44384,11737,1,0,0,-7593.71,316.175,4.95316,0.367447,300,300,25,0,3758,0,0,1), + (44385,11737,1,0,0,-7827.74,1108.53,2.28795,3.70143,300,300,25,0,3758,0,0,1), + (44386,11737,1,0,0,-7504.84,812.217,-11.6033,1.2798,300,300,25,0,3758,0,0,1), + (44387,11737,1,0,0,-7646.94,259.083,5.46879,6.20492,300,300,25,0,3758,0,0,1), + (44388,11737,1,0,0,-7844.78,1054.2,4.72349,0.384131,300,300,25,0,3758,0,0,1), + (44389,1553,0,0,0,2439.29,898.408,74.5187,2.33553,300,300,5,0,120,0,0,1), + (44391,7077,70,0,0,81.1552,293.988,-52.1213,5.51524,7200,7200,0,0,251,2975,0,0), + (44392,1553,0,0,0,1853.48,583.181,42.7662,4.6557,300,300,10,0,120,0,0,1), + (44393,11737,1,0,0,-7575.48,855.368,-7.2463,4.24219,300,300,25,0,3758,0,0,1), + (44394,11737,1,0,0,-7588.81,974.835,1.76882,0.865004,300,300,25,0,3758,0,0,1), + (44396,11737,1,0,0,-8103.05,972.616,59.7207,3.22261,300,300,25,0,3758,0,0,1), + (44397,11737,1,0,0,-8100.04,971.902,58.8457,3.22352,300,300,25,0,3758,0,0,1), + (44398,11737,1,0,0,-7518.29,313.991,-1.73274,4.85539,300,300,25,0,3758,0,0,1), + (44400,11738,1,0,0,-6889.03,393.434,3.04807,4.39064,300,300,25,0,3529,0,0,1), + (44402,1547,0,0,0,2231.06,1028.35,36.2459,5.73307,300,300,5,0,101,142,0,1), + (44403,11738,1,0,0,-6378.87,1295.11,3.32076,2.87421,300,300,25,0,3529,0,0,1), + (44404,11738,1,0,0,-6980.84,107.419,4.06714,2.25902,300,300,3,0,3529,0,0,1), + (44405,11738,1,0,0,-6306.3,1190.83,12.5116,3.92423,300,300,10,0,3529,0,0,1), + (44406,11738,1,0,0,-6489.3,686.219,3.23684,2.42477,300,300,25,0,3529,0,0,1), + (44409,11738,1,0,0,-6426.6,1339.64,2.93715,2.17505,300,300,25,0,3529,0,0,1), + (44410,1553,0,0,0,2479.22,867.721,84.8567,0.244682,300,300,0,0,120,0,0,0), + (44412,11738,1,0,0,-6783.43,50.9827,3.7955,3.8976,300,300,25,0,3529,0,0,1), + (3530,10374,229,0,0,-115.997,-546.753,2.13922,5.82792,7200,7200,2,0,8352,0,0,1), + (3529,10374,229,0,0,-143.059,-478.358,12.8284,0.798163,7200,7200,2,0,8352,0,0,1), + (44417,1547,0,0,0,2205.75,999.427,36.8751,5.21142,300,300,5,0,101,142,0,1), + (44418,1520,0,0,0,2720.96,879.571,113.488,2.47125,300,300,5,0,120,0,0,1), + (44419,1548,0,0,0,2301.85,894.466,53.5478,4.90491,300,300,5,0,122,0,0,1), + (3528,10374,229,0,0,-138.318,-468.999,13.8768,0.20657,7200,7200,2,0,8352,0,0,1), + (44423,1548,0,0,0,2199.24,1009.85,37.2576,2.2671,300,300,5,0,122,0,0,1), + (44424,11738,1,0,0,-6447.92,1382.86,4.52963,1.5708,300,300,25,0,3529,0,0,1), + (44425,1548,0,0,0,2331.25,852.817,48.4703,0.470198,300,300,10,0,122,0,0,1), + (44426,1523,0,0,0,2802.35,880.452,111.925,4.27606,300,300,0,0,148,165,0,0), + (44427,1553,0,0,0,2254.8,968.584,41.7256,2.31033,300,300,5,0,120,0,0,1), + (44428,1529,0,0,0,2044.89,-336.63,35.5635,4.14321,300,300,5,0,183,240,0,1), + (44429,620,0,0,0,2293.08,310.279,35.611,3.29253,120,120,0,0,1,0,0,0), + (44430,1548,0,0,0,1821.76,590.629,42.5656,3.15611,300,300,10,0,122,0,0,1), + (44431,1529,0,0,0,1945.91,-317.989,34.8625,0.891588,300,300,5,0,183,240,0,1), + (44432,1532,0,0,0,2056.21,-359.206,35.447,3.2501,300,300,5,0,198,0,0,1), + (44433,4075,0,0,0,2027.08,-307.025,36.7316,1.09875,120,120,5,0,8,0,0,1), + (44434,1674,0,0,0,2550.24,377.552,33.7382,6.2148,300,300,5,0,120,0,0,1), + (44435,1532,0,0,0,1988.21,-381.867,35.5772,3.66628,300,300,10,0,198,0,0,1), + (44436,1941,0,0,0,2574.9,425.176,30.487,4.35874,300,300,5,0,120,0,0,1), + (44437,1532,0,0,0,1985.62,-320.691,36.8912,0.463216,300,300,5,0,198,0,0,1), + (44438,1529,0,0,0,2036.95,-351.639,35.5721,3.98287,300,300,10,0,183,240,0,1), + (44439,1532,0,0,0,2015.57,-356.234,35.5772,2.84128,300,300,10,0,198,0,0,1), + (44440,1553,0,0,0,2110.45,1091.01,34.864,3.13322,300,300,5,0,120,0,0,1), + (44441,1529,0,0,0,1980.63,-349.823,35.5772,5.51277,300,300,10,0,183,240,0,1), + (44442,1765,0,0,0,1481.58,583.226,53.5268,4.04694,300,300,5,0,198,0,0,1), + (44443,1548,0,0,0,1898.77,474.694,37.27,3.04377,300,300,5,0,122,0,0,1), + (44444,4075,0,0,0,2596.04,504.565,21.8001,5.60182,120,120,10,0,8,0,0,1), + (44445,1548,0,0,0,2723.41,-42.2911,30.1924,2.22449,300,300,5,0,122,0,0,1), + (44446,1675,0,0,0,2822.06,487.284,30.9346,2.33242,300,300,10,0,137,0,0,1), + (44447,1548,0,0,0,2854.97,-248.525,51.7207,1.06521,300,300,10,0,122,0,0,1), + (44448,1548,0,0,0,2853.05,-492.425,101.247,3.33018,300,300,10,0,122,0,0,1), + (44449,1548,0,0,0,2775.37,-317.052,71.9948,3.57344,300,300,10,0,122,0,0,1), + (44450,4076,129,0,0,2516.56,776.68,47.0266,5.03702,7200,7200,5,0,8,0,0,1), + (44451,4076,129,0,0,2444.88,842.201,41.4879,3.60553,7200,7200,5,0,8,0,0,1), + (44452,7329,129,0,0,2486.62,764,46.1847,1.61091,7200,7200,0,0,3780,0,0,0), + (44453,1548,0,0,0,2887.7,-153.281,35.3354,5.14719,300,300,10,0,122,0,0,1), + (44454,1675,0,0,0,2887.28,419.892,23.4468,0.998987,300,300,5,0,137,0,0,1), + (44455,11738,1,0,0,-6454.29,1331.96,2.13205,2.73826,300,300,25,0,3529,0,0,1), + (44456,9216,229,0,0,-19.7833,-365.125,50.1377,5.49779,7200,7200,0,0,13920,0,0,2), + (44459,1548,0,0,0,1857.63,593.463,46.8154,4.71629,300,300,10,0,122,0,0,1), + (44460,1675,0,0,0,2858.26,416.594,20.8228,5.8294,300,300,0,0,137,0,0,0), + (44461,1675,0,0,0,2852.9,343.432,24.5927,1.58453,300,300,10,0,137,0,0,1), + (44462,1547,0,0,0,2179.79,-15.0453,38.2403,2.71289,300,300,5,0,101,142,0,1), + (44463,1553,0,0,0,2669.9,247.325,33.2147,5.73204,300,300,5,0,120,0,0,1), + (44466,1547,0,0,0,2463.9,240.053,44.5706,3.73664,300,300,10,0,101,142,0,1), + (44467,7328,129,0,0,2481.94,768.565,46.1014,4.26963,7200,7200,0,0,3748,0,0,0), + (44469,11738,1,0,0,-6483.81,1277.68,1.60065,4.55157,300,300,25,0,3529,0,0,1), + (44470,4075,0,0,0,2257.38,396.451,39.6083,0.05474,120,120,5,0,8,0,0,1), + (44471,4075,0,0,0,1793.44,-521.48,40.3178,0.785794,120,120,5,0,8,0,0,1), + (44472,721,0,0,0,2817.34,118.544,26.1918,4.00691,120,120,5,0,1,0,0,1), + (44473,4075,0,0,0,2817.32,74.2523,27.3169,6.14212,120,120,5,0,8,0,0,1), + (44474,1674,0,0,0,2651.25,430.792,24.2771,5.67838,300,300,10,0,120,0,0,1), + (44475,1675,0,0,0,2749.73,384.845,24.1979,4.26793,300,300,10,0,137,0,0,1), + (44476,1675,0,0,0,2720.04,349.111,28.2431,0.992596,300,300,10,0,137,0,0,1), + (44477,1504,0,0,0,2152.72,1794.58,111.83,4.76015,300,300,5,0,55,0,0,1), + (44478,1504,0,0,0,2145.54,1820.88,114.179,0.348416,300,300,5,0,55,0,0,1), + (44479,1504,0,0,0,2131.42,1811,106.238,1.02082,300,300,5,0,55,0,0,1), + (44480,1544,0,0,0,2934.09,263.472,8.08521,6.26573,300,300,0,0,148,165,0,0), + (44481,1543,0,0,0,2951.85,251.139,7.99564,2.9119,300,300,5,0,137,0,0,1), + (44482,1543,0,0,0,2912.85,203.016,7.75457,4.61628,300,300,10,0,137,0,0,1), + (44483,1537,0,0,0,1790.21,746.825,49.162,1.0821,300,300,0,0,156,0,0,0), + (44484,1505,0,0,0,2023.87,1847.88,102.957,5.65308,300,300,3,0,71,0,0,1), + (44485,1505,0,0,0,2017.35,1852.36,102.716,5.50816,300,300,3,0,71,0,0,1), + (44486,1536,0,0,0,1764.18,767.065,56.7175,4.69923,300,300,5,0,137,0,0,1), + (44487,1544,0,0,0,2988.07,244.116,1.0926,4.89775,300,300,5,0,148,165,0,1), + (44488,1536,0,0,0,1796.67,749.434,49.1112,2.23402,300,300,0,0,137,0,0,0), + (44489,1553,0,0,0,2587.07,1078.31,88.4918,1.91231,300,300,5,0,120,0,0,1), + (44490,1547,0,0,0,2538.36,115.142,27.3084,2.7542,300,300,10,0,101,142,0,1), + (44491,1547,0,0,0,2528.18,154.865,31.8311,6.27614,300,300,10,0,101,142,0,1), + (44492,1553,0,0,0,2195.27,38.1541,36.1324,5.05607,300,300,5,0,120,0,0,1), + (44493,1547,0,0,0,1916.13,-111.6,36.4091,1.47501,300,300,10,0,101,142,0,1), + (44494,1547,0,0,0,2628.22,124.612,31.5387,0.311563,300,300,5,0,101,142,0,1), + (44495,1553,0,0,0,2404.06,174.349,33.5899,4.0564,300,300,10,0,120,0,0,1), + (44496,1548,0,0,0,2522.29,-247.761,36.8111,5.76186,300,300,5,0,122,0,0,1), + (44497,1548,0,0,0,2268.32,-220.716,46.7279,0.192607,300,300,5,0,122,0,0,1), + (44498,1548,0,0,0,2011.91,-608.493,62.5063,4.83793,300,300,5,0,122,0,0,1), + (44499,1509,0,0,0,2151.19,1334.45,57.6619,5.49917,300,300,5,0,55,0,0,1), + (44500,1509,0,0,0,2123.4,1367.94,63.8943,5.80867,300,300,10,0,55,0,0,1), + (44501,1513,0,0,0,2072.39,1385.9,59.9138,4.20885,300,300,5,0,71,0,0,1), + (44502,1509,0,0,0,2045.57,1421.05,64.7015,3.89872,300,300,10,0,55,0,0,1), + (44503,1513,0,0,0,2082.41,1423.86,61.7008,2.1382,300,300,5,0,71,0,0,1), + (44504,1509,0,0,0,2112.76,1421.79,61.8798,1.97195,300,300,10,0,55,0,0,1), + (44505,1513,0,0,0,2128.17,1443.86,66.8825,1.17082,300,300,10,0,71,0,0,1), + (44506,620,0,0,0,2222.98,282.697,35.2775,5.41645,120,120,5,0,1,0,0,1), + (44507,1506,0,0,0,1861.87,1379.92,75.753,5.0045,300,300,10,0,71,0,0,1), + (44508,1529,0,0,0,2022.44,-515.686,42.6241,1.61769,300,300,5,0,183,240,0,1), + (44509,1506,0,0,0,1873.37,1361.32,70.4063,1.29634,300,300,10,0,71,0,0,1), + (44510,1506,0,0,0,1836.48,1365.1,74.2134,4.4619,300,300,5,0,71,0,0,1), + (44511,1532,0,0,0,1991.21,-488.365,34.7926,5.14194,300,300,5,0,198,0,0,1), + (44512,4075,0,0,0,1997.22,-427.446,35.5179,5.98478,120,120,10,0,8,0,0,1), + (44513,1529,0,0,0,1993.22,-451.676,34.65,4.84612,300,300,5,0,183,240,0,1), + (44514,1506,0,0,0,1810.6,1360.75,83.6972,3.52339,300,300,10,0,71,0,0,1), + (44515,1506,0,0,0,1939.19,1366.7,68.0464,3.61504,300,300,5,0,71,0,0,1), + (44516,1532,0,0,0,1998.01,-367.762,35.5772,2.96288,300,300,10,0,198,0,0,1), + (44517,1537,0,0,0,2187.19,-657.243,89.5613,5.3548,300,300,0,0,156,0,0,0), + (44518,1502,0,0,0,1956.25,1553.19,87.6134,5.95711,120,120,0,0,42,0,0,0), + (44519,1548,0,0,0,1649.15,-353.607,45.2139,3.04023,300,300,10,0,122,0,0,1), + (44520,1554,0,0,0,2060.81,-547.746,54.2997,1.43957,300,300,0,0,156,0,0,0), + (44521,1765,0,0,0,1474.03,516.741,39.3069,0.785369,300,300,5,0,198,0,0,1), + (44522,1765,0,0,0,1545.62,512.725,48.2212,4.83675,300,300,5,0,198,0,0,1), + (44523,1513,0,0,0,1977.85,1501.1,85.6051,5.32992,300,300,5,0,71,0,0,1), + (44524,1890,0,0,0,1898.19,1467.73,83.6047,5.35794,300,300,5,0,55,0,0,1), + (44525,4282,0,0,0,2761.7,-752.207,136.135,0.757017,300,300,5,0,2112,2068,0,1), + (44526,1890,0,0,0,1889.25,1488.25,88.0136,1.7437,300,300,5,0,55,0,0,1), + (44527,1513,0,0,0,1868.23,1493.3,87.9405,2.52543,300,300,5,0,71,0,0,1), + (44528,1509,0,0,0,1873.88,1471.85,83.2394,4.16876,300,300,5,0,55,0,0,1), + (44529,1513,0,0,0,1888.64,1441.52,74.6557,0.588003,300,300,5,0,71,0,0,1), + (44530,1509,0,0,0,1855.75,1424.46,80.4898,0.858159,300,300,10,0,55,0,0,1), + (44531,1513,0,0,0,1843.14,1447.2,80.4335,6.05085,300,300,10,0,71,0,0,1), + (44532,1513,0,0,0,1825.97,1456.64,85.6311,3.85075,300,300,10,0,71,0,0,1), + (44533,1508,0,0,0,1814.55,1485.2,90.6575,4.44157,120,120,10,0,42,0,0,1), + (44534,1512,0,0,0,1782.28,1487.95,105.568,0.22365,120,120,10,0,42,0,0,1), + (44535,1512,0,0,0,1826.59,1523.79,90.4232,3.8309,120,120,5,0,42,0,0,1), + (44536,1554,0,0,0,2443.49,-611.384,70.3959,3.20608,300,300,10,0,156,0,0,1), + (44537,1890,0,0,0,1877.55,1480.87,85.4797,0.325998,300,300,5,0,55,0,0,1), + (44538,1513,0,0,0,1940.31,1433.42,67.7195,3.77771,300,300,10,0,71,0,0,1), + (44539,1935,0,0,0,2316.83,1353.98,33.4583,1.36602,300,300,10,0,101,0,0,1), + (44540,1554,0,0,0,2503.34,-274.26,47.9136,0.494669,300,300,5,0,156,0,0,1), + (44541,1509,0,0,0,1953.2,1471.71,79.2557,3.9418,300,300,10,0,55,0,0,1), + (44542,1553,0,0,0,1915.09,-175.58,35.963,0.548966,300,300,10,0,120,0,0,1), + (44543,1509,0,0,0,1960.13,1419.92,67.1177,4.95589,300,300,5,0,55,0,0,1), + (44544,1509,0,0,0,1922.27,1384.12,68.8264,5.88265,300,300,10,0,55,0,0,1), + (44545,1548,0,0,0,2057.54,-531.448,50.3675,0.244933,300,300,5,0,122,0,0,1), + (44546,1935,0,0,0,2351.02,1436.95,33.3439,2.7621,300,300,10,0,101,0,0,1), + (44547,1935,0,0,0,2346.78,1380.79,33.4437,3.85151,300,300,10,0,101,0,0,1), + (44548,1931,0,0,0,2292.45,233.122,27.2733,1.71042,300,300,0,0,176,0,0,0), + (44549,1934,0,0,0,2311.19,1468.48,33.4491,3.71581,300,300,10,0,135,0,0,1), + (44550,1554,0,0,0,1658.46,-428.594,45.0793,4.45554,300,300,10,0,156,0,0,1), + (44551,1554,0,0,0,2116.76,-295.797,52.6619,2.02396,300,300,5,0,156,0,0,1), + (44552,1547,0,0,0,1877.48,-157.65,37.7468,4.22341,300,300,10,0,101,142,0,1), + (44553,1548,0,0,0,1939.71,436.481,34.9743,1.45535,300,300,5,0,122,0,0,1), + (44554,1553,0,0,0,2110.34,120.4,38.328,0.601608,300,300,5,0,120,0,0,1), + (44555,620,0,0,0,2326.63,1351.72,33.4583,5.00745,120,120,5,0,1,0,0,1), + (44556,1553,0,0,0,1944.06,-51.0565,26.2771,1.69999,300,300,5,0,120,0,0,1), + (44557,12428,0,0,0,2436.81,359.072,33.352,0.122173,300,300,0,0,228,0,0,0), + (44558,1553,0,0,0,2110.72,980.951,36.4171,4.79455,300,300,5,0,120,0,0,1), + (44559,1548,0,0,0,1722.14,720.163,53.89,4.62512,300,300,5,0,122,0,0,1), + (44560,1504,0,0,0,2042.12,1781,97.8739,4.16728,300,300,5,0,55,0,0,1), + (44561,1674,0,0,0,2505.43,348.753,33.778,0.710108,300,300,5,0,120,0,0,1), + (44562,1553,0,0,0,2090.11,928.302,37.6835,1.25886,300,300,5,0,120,0,0,1), + (44563,1554,0,0,0,2072.64,1127.6,36.1753,1.34832,300,300,5,0,156,0,0,1), + (44564,1548,0,0,0,1658.35,683.251,76.2178,1.68232,300,300,5,0,122,0,0,1), + (44565,1548,0,0,0,1846.36,521.123,35.5051,1.6507,300,300,10,0,122,0,0,1), + (44566,1548,0,0,0,2083.04,1033.25,34.0872,2.93616,300,300,10,0,122,0,0,1), + (44567,1525,0,0,0,2388.28,538.51,39.0321,2.26893,300,300,0,0,102,0,0,0), + (44568,1525,0,0,0,2442.07,614.041,30.8747,3.59538,300,300,0,0,102,0,0,0), + (44569,1936,0,0,0,2264.66,1314.69,34.0705,0.226893,300,300,0,0,156,0,0,0), + (44570,1941,0,0,0,2560.54,553.2,14.5145,3.13167,300,300,0,0,120,0,0,0), + (44571,1548,0,0,0,1685.31,551.94,33.8957,4.73607,300,300,10,0,122,0,0,1), + (44572,1548,0,0,0,1874.76,637.734,40.0103,6.00341,300,300,5,0,122,0,0,1), + (44573,1537,0,0,0,1742.31,685.26,46.9681,6.18161,300,300,5,0,156,0,0,1), + (44574,1537,0,0,0,1750.54,577.734,34.1766,4.96333,300,300,5,0,156,0,0,1), + (44575,1548,0,0,0,1653.91,645.626,64.0748,0.965158,300,300,5,0,122,0,0,1), + (44576,1547,0,0,0,2393.22,190.59,35.3175,5.58562,300,300,10,0,101,142,0,1), + (44577,1536,0,0,0,1785.77,621.786,41.2207,5.30692,300,300,10,0,137,0,0,1), + (44578,1537,0,0,0,1824.64,601.603,41.8646,1.82762,300,300,10,0,156,0,0,1), + (44579,1536,0,0,0,1806.51,648.498,38.3679,0.713298,300,300,10,0,137,0,0,1), + (44580,1537,0,0,0,1808.29,653.912,38.8679,4.62242,300,300,10,0,156,0,0,1), + (44581,1662,0,0,0,1795.12,722.655,48.9865,1.57718,300,300,0,0,176,0,0,0), + (44582,1537,0,0,0,1801.12,720.519,48.9854,3.17016,300,300,0,0,156,0,0,0), + (44583,1536,0,0,0,1737.49,726.49,48.5953,3.07021,300,300,10,0,137,0,0,1), + (44584,1548,0,0,0,2081.91,398.728,52.8649,0.528356,300,300,5,0,122,0,0,1), + (44585,1554,0,0,0,1977.1,711.174,37.8315,0.998736,300,300,10,0,156,0,0,1), + (44586,1553,0,0,0,2214.81,-86.7683,27.553,0.278753,300,300,5,0,120,0,0,1), + (44587,1554,0,0,0,1920.07,643.74,44.4402,0.139135,300,300,5,0,156,0,0,1), + (44588,1548,0,0,0,2821.61,169.303,21.8793,4.41009,300,300,5,0,122,0,0,1), + (44589,1547,0,0,0,2441.92,162.789,32.2517,3.37614,300,300,5,0,101,142,0,1), + (44590,1553,0,0,0,2401.47,1101.47,52.0606,2.06546,300,300,5,0,120,0,0,1), + (44591,1941,0,0,0,2525.38,491.596,34.1417,0.911752,300,300,0,0,120,0,0,0), + (44592,1674,0,0,0,2511.96,389.683,34.1707,1.37608,300,300,5,0,120,0,0,1), + (44593,1553,0,0,0,2099.69,827.802,30.4089,0.21655,300,300,0,0,120,0,0,0), + (44594,1941,0,0,0,2544.66,400.84,33.1233,4.0312,300,300,5,0,120,0,0,1), + (44595,1554,0,0,0,1928.45,687.012,40.3612,3.12695,300,300,5,0,156,0,0,1), + (44596,1548,0,0,0,2029.05,708.48,41.2072,2.95448,300,300,10,0,122,0,0,1), + (44597,1674,0,0,0,2685.98,460.299,18.9912,0.629687,300,300,10,0,120,0,0,1), + (44598,4075,0,0,0,1945.67,1584.99,81.8555,1.40357,120,120,5,0,8,0,0,1), + (44599,4075,0,0,0,2765.03,70.7647,29.4801,1.98554,120,120,5,0,8,0,0,1), + (44600,4075,0,0,0,2674.56,-902.621,73.8753,5.50331,120,120,10,0,8,0,0,1), + (44601,1537,0,0,0,1887.97,753.349,39.6658,5.67622,300,300,5,0,156,0,0,1), + (44602,1941,0,0,0,2587.42,625.511,20.8314,4.9071,300,300,3,0,120,0,0,1), + (44603,1547,0,0,0,2613.37,1107.23,93.3081,0.996877,300,300,5,0,101,142,0,1), + (44604,1553,0,0,0,1905.43,621.052,50.0717,4.9389,300,300,10,0,120,0,0,1), + (44605,1526,0,0,0,2206.13,561.797,29.877,4.99789,300,300,5,0,120,220,0,1), + (44606,1553,0,0,0,2198.26,961.743,34.9045,5.60646,300,300,5,0,120,0,0,1), + (44607,1553,0,0,0,2139.4,961.102,30.2701,3.32772,300,300,5,0,120,0,0,1), + (44608,1674,0,0,0,2771.15,470.771,23.1846,4.78056,300,300,10,0,120,0,0,1), + (44609,1674,0,0,0,2716.82,417.426,21.8937,2.7844,300,300,10,0,120,0,0,1), + (44610,1674,0,0,0,2748.52,441.91,20.8982,1.90579,300,300,10,0,120,0,0,1), + (44611,1657,0,0,0,2609.08,894.035,107.834,0.633537,300,300,0,0,176,0,0,0), + (44612,1547,0,0,0,2139.97,1217.64,48.6557,4.87417,300,300,5,0,101,142,0,1), + (44613,1675,0,0,0,2822.45,351.395,24.0855,5.89025,300,300,10,0,137,0,0,1), + (44614,1674,0,0,0,2812.64,321.992,25.5702,1.62607,300,300,10,0,120,0,0,1), + (44615,1675,0,0,0,2813.39,401.439,20.1807,0.869056,300,300,10,0,137,0,0,1), + (44616,1674,0,0,0,2782.76,346.148,26.265,3.38323,300,300,10,0,120,0,0,1), + (44617,1522,0,0,0,2612.04,891.02,108.83,2.57336,300,300,10,0,126,289,0,1), + (44618,1520,0,0,0,2619.51,961.959,109.587,1.50699,300,300,10,0,120,0,0,1), + (44619,1941,0,0,0,2566.37,539.25,15.7236,5.07891,300,300,0,0,120,0,0,0), + (44620,1941,0,0,0,2555.51,538.088,15.3385,2.23402,300,300,0,0,120,0,0,0), + (44621,1520,0,0,0,2660.42,952.083,114.075,0.352163,300,300,5,0,120,0,0,1), + (44622,1522,0,0,0,2636.82,920.125,109.705,3.63509,300,300,10,0,126,289,0,1), + (44623,1520,0,0,0,2668.64,952.139,114.213,6.01835,300,300,5,0,120,0,0,1), + (44624,1522,0,0,0,2616.74,981.006,107.628,5.55095,300,300,5,0,126,289,0,1), + (44625,1941,0,0,0,2547.95,524.373,15.4836,3.06674,300,300,0,0,120,0,0,0), + (44626,1654,0,0,0,2954.67,921.348,114.453,0.277897,300,300,0,0,198,0,0,0), + (44627,1522,0,0,0,2706.5,993.236,110.94,1.84367,300,300,10,0,126,289,0,1), + (44628,1520,0,0,0,2682.71,981.226,114.691,6.02197,300,300,5,0,120,0,0,1), + (44629,1522,0,0,0,2704.83,1026.03,110.718,3.21753,300,300,5,0,126,289,0,1), + (44630,1523,0,0,0,2794.61,997.672,113.346,1.36393,300,300,10,0,148,165,0,1), + (44631,1523,0,0,0,2816.5,1014.4,115.709,0.797595,300,300,10,0,148,165,0,1), + (44632,1522,0,0,0,2860.98,988.148,118.154,0.612915,300,300,5,0,126,289,0,1), + (44633,1522,0,0,0,2883.14,946.142,119.348,4.43252,300,300,5,0,126,289,0,1), + (44634,1522,0,0,0,2786.73,987.587,112.346,0.519976,300,300,10,0,126,289,0,1), + (44635,1523,0,0,0,2929.03,911.332,116.386,6.08905,300,300,5,0,148,165,0,1), + (44636,1548,0,0,0,2011.45,414.993,38.2466,0.029288,300,300,10,0,122,0,0,1), + (44637,1547,0,0,0,2229.25,534.198,41.6742,4.644,300,300,5,0,101,142,0,1), + (44638,1543,0,0,0,3052.36,426.242,7.28626,4.06662,300,300,0,0,137,0,0,0), + (44639,1543,0,0,0,3028.4,386.323,1.10682,3.40339,300,300,0,0,137,0,0,0), + (44640,1543,0,0,0,3039.24,407.424,0.567485,2.80968,300,300,5,0,137,0,0,1), + (44641,1501,0,0,0,1912.97,1516.68,87.0453,0.608325,120,120,5,0,42,0,0,1), + (44642,1544,0,0,0,3045.31,417.43,0.656645,5.65487,300,300,0,0,148,165,0,0), + (44643,1544,0,0,0,3006.45,392.162,6.95733,1.16655,300,300,5,0,148,165,0,1), + (44644,1553,0,0,0,1978.08,589.801,49.1093,6.08253,300,300,5,0,120,0,0,1), + (44645,1554,0,0,0,2220.51,-137.756,25.0541,0.435793,300,300,5,0,156,0,0,1), + (44646,1543,0,0,0,3021.07,371.17,1.64792,2.30383,300,300,0,0,137,0,0,0), + (44647,1553,0,0,0,1952.57,548.301,51.0032,4.96728,300,300,10,0,120,0,0,1), + (44648,1548,0,0,0,2258.89,-409.302,76.9831,3.05748,300,300,5,0,122,0,0,1), + (44649,1537,0,0,0,2175.42,-563.354,78.7361,1.12538,300,300,5,0,156,0,0,1), + (44650,1548,0,0,0,2033.77,-86.1085,34.9677,0.606965,300,300,10,0,122,0,0,1), + (44651,1548,0,0,0,2481.09,1141.28,63.3353,1.61203,300,300,5,0,122,0,0,1), + (44652,1548,0,0,0,1958.33,441.666,34.5993,2.07104,300,300,10,0,122,0,0,1), + (44654,1543,0,0,0,2990.07,387.358,7.91952,4.68613,300,300,5,0,137,0,0,1), + (44655,1553,0,0,0,1924.66,661.319,40.7566,3.86694,300,300,0,0,120,0,0,0), + (44657,1544,0,0,0,3021.8,373.901,1.666,3.45575,300,300,0,0,148,165,0,0), + (44658,1544,0,0,0,3015.75,315.477,-1.26234,4.20651,300,300,5,0,148,165,0,1), + (44659,1547,0,0,0,2582.09,157.675,32.6812,3.83778,300,300,5,0,101,142,0,1), + (44660,1547,0,0,0,2198.69,-65.8595,32.8837,0.80373,300,300,5,0,101,142,0,1), + (44661,1675,0,0,0,2859.19,281.739,28.7644,1.4445,300,300,10,0,137,0,0,1), + (44662,1675,0,0,0,2712.27,279.399,28.1998,1.83629,300,300,10,0,137,0,0,1), + (44663,1675,0,0,0,2667.94,300.786,28.223,5.65155,300,300,10,0,137,0,0,1), + (44664,4075,0,0,0,1972.61,1701.55,80.5943,3.55007,120,120,0,0,8,0,0,0), + (44665,1675,0,0,0,2681.66,314.028,31.3697,0.035123,300,300,3,0,137,0,0,1), + (44666,1675,0,0,0,2822.92,286.522,28.1714,2.30554,300,300,5,0,137,0,0,1), + (44667,1674,0,0,0,2573.43,381.306,32.486,5.62034,300,300,5,0,120,0,0,1), + (44668,1674,0,0,0,2654.45,357.149,28.8096,0.67579,300,300,10,0,120,0,0,1), + (44669,1508,0,0,0,1909.98,1670.88,82.4885,0.008789,120,120,5,0,42,0,0,1), + (44670,1918,0,0,0,1972.42,1371.21,64.3015,2.6682,300,300,0,0,64,0,0,0), + (44671,1674,0,0,0,2676.81,377.288,28.0318,5.28197,300,300,10,0,120,0,0,1), + (44672,1674,0,0,0,2614.68,389.739,36.7814,3.72345,300,300,5,0,120,0,0,1), + (44673,1941,0,0,0,2590.94,549.06,17.1286,0.632215,300,300,3,0,120,0,0,1), + (44674,1554,0,0,0,2447.39,-375.721,69.1685,1.46316,300,300,5,0,156,0,0,1), + (44675,1549,0,0,0,2505.93,-757.507,69.1937,1.45129,300,300,5,0,176,0,0,1), + (44676,1941,0,0,0,2622.93,451.535,26.6044,1.27267,300,300,10,0,120,0,0,1), + (44677,1941,0,0,0,2616.3,513.188,19.5454,1.81797,300,300,10,0,120,0,0,1), + (44678,1512,0,0,0,1863.35,1669.13,93.6798,4.36509,120,120,10,0,42,0,0,1), + (44679,1941,0,0,0,2575.37,528.241,15.5423,1.90241,300,300,0,0,120,0,0,0), + (44680,1501,0,0,0,1904.37,1645.94,90.5127,2.69251,120,120,5,0,42,0,0,1), + (44681,1554,0,0,0,2540.37,-768.07,71.2226,4.53529,300,300,10,0,156,0,0,1), + (44682,1675,0,0,0,2855.61,427.809,20.0945,1.46608,300,300,0,0,137,0,0,0), + (44683,1941,0,0,0,2656.85,518.697,15.5769,1.13075,300,300,10,0,120,0,0,1), + (44684,1502,0,0,0,1987.96,1614.69,82.1956,4.82802,120,120,3,0,42,0,0,1), + (44685,1941,0,0,0,2640.22,474.843,17.0662,4.72112,300,300,10,0,120,0,0,1), + (44686,1501,0,0,0,1872.06,1503.12,87.9231,2.66062,120,120,5,0,42,0,0,1), + (44687,4075,0,0,0,2483.63,-894.873,60.5115,2.73786,120,120,5,0,8,0,0,1), + (44688,1502,0,0,0,1852.51,1507.48,88.8269,1.75722,120,120,5,0,42,0,0,1), + (44689,1504,0,0,0,2146.59,1717.63,89.1338,5.35081,300,300,10,0,55,0,0,1), + (44690,1504,0,0,0,2162.69,1707.07,93.3838,5.43568,300,300,3,0,55,0,0,1), + (44691,1549,0,0,0,2450.52,-745.689,67.4664,3.30449,300,300,10,0,176,0,0,1), + (44692,1504,0,0,0,2154.07,1687.37,86.1918,1.59658,300,300,3,0,55,0,0,1), + (44693,1522,0,0,0,2617.39,1018.56,101.671,1.23861,300,300,5,0,126,289,0,1), + (44694,4075,0,0,0,1882.33,1527.86,88.1731,5.94189,120,120,5,0,8,0,0,1), + (44695,1501,0,0,0,1977.14,1647.29,75.3515,-1.24838,120,120,0,0,42,0,0,0), + (44696,1890,0,0,0,2052.56,1577.75,73.5502,0.24773,300,300,5,0,55,0,0,1), + (44697,1502,0,0,0,2013.66,1581.97,77.1212,1.63115,120,120,5,0,42,0,0,1), + (44698,1502,0,0,0,2008.93,1567.19,79.1212,3.27444,120,120,5,0,42,0,0,1), + (44699,1505,0,0,0,2048.13,1912.95,102.649,3.79019,300,300,5,0,71,0,0,1), + (44700,1505,0,0,0,2039.22,1912.87,102.587,5.07578,300,300,3,0,71,0,0,1), + (44701,1505,0,0,0,2008.12,1940.49,104.097,5.63867,300,300,3,0,71,0,0,1), + (44702,1513,0,0,0,2043.27,1477.44,67.522,0.802797,300,300,5,0,71,0,0,1), + (44703,1509,0,0,0,2064.27,1471.29,67.2453,3.27782,300,300,10,0,55,0,0,1), + (44704,4075,0,0,0,1995.55,1586.11,80.9817,2.10261,120,120,5,0,8,0,0,1), + (44705,1512,0,0,0,2083.27,1495.55,65.6588,0.075686,120,120,5,0,42,0,0,1), + (44706,1508,0,0,0,2093.58,1457.08,62.7387,2.25568,120,120,10,0,42,0,0,1), + (44707,1504,0,0,0,2054.82,1808.77,103.198,1.65094,300,300,5,0,55,0,0,1), + (44708,1509,0,0,0,2107.9,1448.62,62.5113,5.08433,300,300,10,0,55,0,0,1), + (44709,1504,0,0,0,2064.3,1789.2,91.4989,5.12211,300,300,5,0,55,0,0,1), + (44710,1509,0,0,0,2125.38,1475.69,66.6393,5.21998,300,300,5,0,55,0,0,1), + (44711,1508,0,0,0,2121.84,1487.26,68.8893,2.98184,120,120,5,0,42,0,0,1), + (44712,1512,0,0,0,2112.1,1507.17,68.1521,4.413,120,120,5,0,42,0,0,1), + (44713,1513,0,0,0,2110.26,1494.62,68.0143,6.06376,300,300,5,0,71,0,0,1), + (44714,1512,0,0,0,2144.38,1565.63,78.172,5.06625,120,120,5,0,42,0,0,1), + (44715,1919,0,0,0,1982.9,1376.01,63.0515,5.61537,300,300,0,0,102,0,0,0), + (44716,1512,0,0,0,2088.06,1552.17,72.9855,3.90605,120,120,10,0,42,0,0,1), + (44717,1508,0,0,0,2104.47,1587.31,75.5794,5.99224,120,120,10,0,42,0,0,1), + (44718,1508,0,0,0,2077.32,1612.44,71.0952,0.553885,120,120,5,0,42,0,0,1), + (44719,1512,0,0,0,2091.39,1627.63,72.5215,3.77039,120,120,5,0,42,0,0,1), + (44720,4075,0,0,0,1684.71,1677.58,137.098,5.94206,120,120,10,0,8,0,0,1), + (44721,1890,0,0,0,1939.61,1542.91,90.165,3.40744,300,300,0,0,55,0,0,0), + (44722,1512,0,0,0,2038.18,1636.35,70.768,4.91933,120,120,5,0,42,0,0,1), + (44723,4075,0,0,0,1739.54,1643.06,119.607,3.20316,120,120,5,0,8,0,0,1), + (44724,1508,0,0,0,1965.3,1636.79,78.0914,0.786779,120,120,10,0,42,0,0,1), + (44725,1890,0,0,0,1954.62,1517.1,88.0872,0.896311,300,300,0,0,55,0,0,0), + (44726,4075,0,0,0,1761.01,1596.9,110.942,0.274813,120,120,10,0,8,0,0,1), + (44727,1890,0,0,0,1943.36,1484.81,81.5057,4.65508,300,300,10,0,55,0,0,1), + (44728,1508,0,0,0,1973.37,1701.88,80.4712,3.54931,120,120,5,0,42,0,0,1), + (44729,1512,0,0,0,1963.8,1696.27,79.4307,4.90902,120,120,5,0,42,0,0,1), + (44730,1512,0,0,0,1921.42,1686.98,80.0345,3.56188,120,120,5,0,42,0,0,1), + (44731,1512,0,0,0,1907.38,1691.07,85.1595,5.04437,120,120,5,0,42,0,0,1), + (44732,1512,0,0,0,1984.6,1673.92,77.7889,5.38853,120,120,5,0,42,0,0,1), + (44733,1512,0,0,0,1998.52,1702.09,79.2207,5.47174,120,120,5,0,42,0,0,1), + (44734,1525,0,0,0,2290.26,531.412,36.6697,0.523599,300,300,0,0,102,0,0,0), + (44735,1890,0,0,0,1980.03,1590.94,82.489,3.36789,300,300,0,0,55,0,0,0), + (44736,1525,0,0,0,2342.35,564.935,28.19,2.3911,300,300,0,0,102,0,0,0), + (44737,1526,0,0,0,2367.52,524.861,31.5716,5.56482,300,300,5,0,120,220,0,1), + (44738,6497,0,0,0,1608.22,564.291,36.0963,6.02447,300,300,5,0,273,0,0,2), + (44739,1665,0,0,0,3079.98,-560.104,126.807,2.70526,300,300,0,0,247,0,0,0), + (44740,1660,0,0,0,3080.8,-556.315,126.807,3.80482,300,300,0,0,156,0,0,0), + (44741,1660,0,0,0,3076.84,-557.445,126.803,5.48033,300,300,0,0,156,0,0,0), + (44742,1537,0,0,0,2176.89,-452.169,75.7226,3.41451,300,300,3,0,156,0,0,1), + (44743,1526,0,0,0,2245.43,641.433,24.8747,5.43462,300,300,5,0,120,220,0,1), + (44744,1553,0,0,0,2445.78,1085.87,58.6103,4.86087,300,300,5,0,120,0,0,1), + (44745,1526,0,0,0,2284.97,584.211,33.7497,3.72898,300,300,10,0,120,220,0,1), + (44746,1525,0,0,0,2329.34,574.766,26.3381,5.40517,300,300,10,0,102,0,0,1), + (44747,1538,0,0,0,2184.19,-450.619,75.4925,2.49582,300,300,0,0,166,178,0,0), + (44748,1526,0,0,0,2370.98,679.181,35.2148,5.54725,300,300,5,0,120,220,0,1), + (44749,1540,0,0,0,2848.74,-511.46,106.835,5.12463,300,300,10,0,198,0,0,1), + (44750,1537,0,0,0,2187.72,-428.981,76.3403,1.24629,300,300,3,0,156,0,0,1), + (44751,1525,0,0,0,2441.02,676.87,33.3577,1.97222,300,300,0,0,102,0,0,0), + (44752,1525,0,0,0,2324.44,622.718,33.8684,3.24631,300,300,10,0,102,0,0,1), + (44753,1525,0,0,0,2408.2,687.692,33.2312,2.84489,300,300,0,0,102,0,0,0), + (44754,1526,0,0,0,2317.22,655.728,31.9779,2.03095,300,300,10,0,120,220,0,1), + (44755,1537,0,0,0,2174.43,-412.127,71.5903,3.23935,300,300,10,0,156,0,0,1), + (44756,1525,0,0,0,2319.54,679.173,37.4399,3.35103,300,300,10,0,102,0,0,1), + (44757,1537,0,0,0,2144.59,-440.731,73.7041,1.42556,300,300,0,0,156,0,0,0), + (44758,1540,0,0,0,3052.12,-565.528,126.397,2.72271,300,300,0,0,198,0,0,0), + (44759,1526,0,0,0,2469.52,683.397,42.0381,4.69015,300,300,5,0,120,220,0,1), + (44760,1537,0,0,0,2127.3,-454.208,75.1479,2.42601,300,300,3,0,156,0,0,1), + (44761,1526,0,0,0,2454.05,650.523,33.097,2.78248,300,300,5,0,120,220,0,1), + (44762,1539,0,0,0,3066.25,-538.546,126.624,3.39442,300,300,0,0,186,191,0,0), + (44763,1538,0,0,0,3054.79,-558.513,125.749,4.58007,300,300,0,0,166,178,0,0), + (44764,1538,0,0,0,2142.8,-505.647,81.7233,1.98477,300,300,5,0,166,178,0,1), + (44765,1538,0,0,0,2113.39,-405.729,71.3364,3.102,300,300,5,0,166,178,0,1), + (44766,1664,0,0,0,2146.47,-528.42,81.7803,5.25344,300,300,0,0,222,0,0,0), + (44767,1538,0,0,0,2143.57,-529.984,81.7805,5.60251,300,300,0,0,166,178,0,0), + (44768,1525,0,0,0,2410.67,612.571,30.9438,3.92699,300,300,0,0,102,0,0,0), + (44769,1526,0,0,0,2414.02,650.323,32.7641,2.55596,300,300,5,0,120,220,0,1), + (44770,1538,0,0,0,2169.06,-520.564,81.5963,4.86947,300,300,0,0,166,178,0,0), + (44771,1539,0,0,0,2858.72,-512.137,107.163,3.52556,300,300,0,0,186,191,0,0), + (44772,1538,0,0,0,2896.56,-537.532,106.566,3.24631,300,300,0,0,166,178,0,0), + (44773,1538,0,0,0,2165.17,-556.663,79.3422,5.44543,300,300,0,0,166,178,0,0), + (44774,1526,0,0,0,2375.76,585.386,32.6571,2.20658,300,300,5,0,120,220,0,1), + (44775,1526,0,0,0,2373.78,613.487,31.9903,1.86604,300,300,5,0,120,220,0,1), + (44776,1525,0,0,0,2351.05,649.239,33.7291,5.74213,300,300,0,0,102,0,0,0), + (44777,1538,0,0,0,2143.29,-554.631,81.5568,5.79449,300,300,0,0,166,178,0,0), + (44778,1526,0,0,0,2388.23,653.21,31.005,5.7609,300,300,5,0,120,220,0,1), + (44779,1502,0,0,0,1945.58,1591.01,82.4922,5.30879,120,120,5,0,42,0,0,1), + (44780,1538,0,0,0,2149.27,-513.366,81.8476,2.1293,300,300,0,0,166,178,0,0), + (44781,1941,0,0,0,2514.16,602.187,28.324,4.59512,300,300,5,0,120,0,0,1), + (44782,1941,0,0,0,2601.44,529.022,16.9239,0.409505,300,300,3,0,120,0,0,1), + (44783,1537,0,0,0,2149.49,-508.654,81.7641,2.53073,300,300,0,0,156,0,0,0), + (44784,1941,0,0,0,2598.09,485.616,23.6649,0.375557,300,300,10,0,120,0,0,1), + (44785,1941,0,0,0,2548.98,579.057,20.8189,3.67349,300,300,5,0,120,0,0,1), + (44786,1753,0,0,0,2910.7,382.547,31.4823,3.31613,300,300,0,0,198,0,0,0), + (44787,4280,0,0,0,2881.74,-676.742,137.259,3.59844,300,300,5,0,2319,811,0,1), + (44788,1501,0,0,0,1940.97,1562.82,86.8106,-1.29707,120,120,0,0,42,0,0,0), + (44789,1554,0,0,0,2370.62,-548.914,79.4124,2.72079,300,300,0,0,156,0,0,0), + (44790,1554,0,0,0,2553.91,-712.668,64.9528,3.36256,300,300,10,0,156,0,0,1), + (44791,1502,0,0,0,1930.99,1498.88,86.3843,5.12447,120,120,5,0,42,0,0,1), + (44792,1549,0,0,0,2588.68,-757.805,72.8464,3.13573,300,300,10,0,176,0,0,1), + (44793,1554,0,0,0,2549.14,-695.336,67.3417,3.36619,300,300,10,0,156,0,0,1), + (44794,1675,0,0,0,2903.08,379.265,30.3527,2.77507,300,300,0,0,137,0,0,0), + (44795,1675,0,0,0,2875.27,344.206,26.4604,4.21393,300,300,5,0,137,0,0,1), + (44796,1675,0,0,0,2893.32,388.279,27.2642,5.60251,300,300,0,0,137,0,0,0), + (44797,1549,0,0,0,2510.85,-813.33,65.0498,2.94094,300,300,5,0,176,0,0,1), + (44798,1537,0,0,0,2549.74,-822.971,64.3074,4.77404,300,300,5,0,156,0,0,1), + (44799,1544,0,0,0,2961.62,347.765,8.25802,0.471239,300,300,0,0,148,165,0,0), + (44800,1554,0,0,0,2485.09,-779.33,63.9923,0.954623,300,300,5,0,156,0,0,1), + (44801,1501,0,0,0,1922.85,1593.8,84.4355,2.93639,120,120,10,0,42,0,0,1), + (44802,1549,0,0,0,2452.01,-810.543,64.7745,1.01095,300,300,5,0,176,0,0,1), + (44803,1512,0,0,0,1718.94,1680.23,132.086,1.4374,120,120,10,0,42,0,0,1), + (44804,1543,0,0,0,2983.1,287.302,2.29035,1.67076,300,300,5,0,137,0,0,1), + (44805,1512,0,0,0,1753.65,1709.56,126.965,4.75733,120,120,10,0,42,0,0,1), + (44806,1508,0,0,0,1782.39,1725.9,118.701,1.24428,120,120,5,0,42,0,0,1), + (44807,1543,0,0,0,2968.38,335.047,8.08459,0.401426,300,300,0,0,137,0,0,0), + (44808,1502,0,0,0,1923.08,1547.92,87.3368,1.8731,120,120,5,0,42,0,0,1), + (44809,1544,0,0,0,2967.57,333.307,7.97689,5.68977,300,300,0,0,148,165,0,0), + (44810,1512,0,0,0,1794.08,1721.54,113.701,2.23537,120,120,10,0,42,0,0,1), + (44811,4075,0,0,0,2615.9,234.802,35.0632,2.8464,120,120,5,0,8,0,0,1), + (44812,1553,0,0,0,2141.51,272.239,48.8777,3.06924,300,300,5,0,120,0,0,1), + (44813,1512,0,0,0,1827.94,1716.68,102.677,5.09471,120,120,10,0,42,0,0,1), + (44814,1549,0,0,0,2480.09,-851.642,56.9514,4.21818,300,300,5,0,176,0,0,1), + (44815,1508,0,0,0,1812.15,1703.88,105.545,3.63478,120,120,10,0,42,0,0,1), + (44816,1508,0,0,0,1859.24,1704.64,93.9552,2.30812,120,120,5,0,42,0,0,1), + (44817,1555,0,0,0,2381.23,-815.678,73.1249,3.41238,300,300,10,0,176,0,0,1), + (44818,1501,0,0,0,1914.18,1533.72,86.9618,6.27027,120,120,5,0,42,0,0,1), + (44819,1555,0,0,0,2416.64,-786.896,69.1077,4.69872,300,300,10,0,176,0,0,1), + (44820,1555,0,0,0,2352.56,-915.006,70.6382,5.49164,300,300,10,0,176,0,0,1), + (44821,1512,0,0,0,1842.48,1680.36,97.5541,4.1205,120,120,10,0,42,0,0,1), + (44822,1544,0,0,0,2983.52,349.6,7.94133,1.46289,300,300,5,0,148,165,0,1), + (44823,1501,0,0,0,1901.45,1524.82,87.7641,0.146859,120,120,10,0,42,0,0,1), + (44824,1547,0,0,0,2096.28,-57.3671,38.85,3.24714,300,300,0,0,101,142,0,0), + (44825,1508,0,0,0,1888.92,1729.84,94.5244,4.74942,120,120,5,0,42,0,0,1), + (44826,1553,0,0,0,2207.26,-38.7598,32.2208,4.44228,300,300,5,0,120,0,0,1), + (44827,1501,0,0,0,1893.58,1540.56,88.2019,1.38298,120,120,5,0,42,0,0,1), + (44828,1555,0,0,0,2353.68,-848.584,71.915,0.18287,300,300,10,0,176,0,0,1), + (44829,1508,0,0,0,1942.02,1673.68,77.8776,1.86114,120,120,5,0,42,0,0,1), + (44830,1501,0,0,0,1888.04,1520.42,88.1731,1.82163,120,120,10,0,42,0,0,2), + (44831,1502,0,0,0,1930.21,1662.69,79.1377,3.80412,120,120,5,0,42,0,0,1), + (44832,1909,0,0,0,1170.7,320.083,33.5773,2.3112,300,300,5,0,377,408,0,1), + (44833,1502,0,0,0,1881.17,1526.82,88.1731,4.49383,120,120,5,0,42,0,0,1), + (44834,1544,0,0,0,3006.8,283.051,1.03949,3.50811,300,300,0,0,148,165,0,0), + (44835,1508,0,0,0,2006.38,1643.12,73.2069,4.64239,120,120,10,0,42,0,0,1), + (44836,1555,0,0,0,2380.15,-885.107,68.7078,3.53225,300,300,10,0,176,0,0,1), + (44837,1547,0,0,0,2710.98,90.4149,34.7407,5.67406,300,300,5,0,101,142,0,1), + (44838,1555,0,0,0,2315.15,-885.782,75.1833,3.98233,300,300,5,0,176,0,0,1), + (44839,1502,0,0,0,1898.78,1504.84,89.1851,1.96264,120,120,0,0,42,0,0,0), + (44840,1890,0,0,0,2005.93,1631.66,73.0787,3.75139,300,300,5,0,55,0,0,1), + (44841,1547,0,0,0,2123.99,29.5543,39.8536,2.39134,300,300,0,0,101,142,0,0), + (44842,1890,0,0,0,2020.85,1610.26,71.7037,0.621895,300,300,5,0,55,0,0,1), + (44843,2211,0,0,0,2288.94,234.303,27.1723,0.663225,300,300,0,0,372,0,0,0), + (44844,1508,0,0,0,2041.26,1591.73,71.0407,4.28768,120,120,5,0,42,0,0,1), + (44845,1502,0,0,0,1864.55,1528.08,88.5208,1.35432,120,120,2,0,42,0,0,1), + (44846,1890,0,0,0,2027.26,1585.13,73.9962,0.552396,300,300,5,0,55,0,0,1), + (44847,1502,0,0,0,1858.38,1527.96,88.5499,0.646406,120,120,2,0,42,0,0,1), + (44848,1512,0,0,0,1750.19,1646.8,118.698,6.19436,120,120,10,0,42,0,0,1), + (44849,1890,0,0,0,1998.59,1588.13,79.8567,6.15124,300,300,3,0,55,0,0,1), + (44850,1502,0,0,0,1934.1,1518.73,88.0872,3.57589,120,120,5,0,42,0,0,1), + (44851,1890,0,0,0,2015.96,1553.96,79.0252,3.49227,300,300,10,0,55,0,0,1), + (44852,1547,0,0,0,2161.89,45.0957,39.0002,4.68213,300,300,5,0,101,142,0,1), + (44853,1544,0,0,0,2982.52,318.865,5.94336,1.3481,300,300,5,0,148,165,0,1), + (44854,1890,0,0,0,2040.73,1539.46,78.1985,3.52835,300,300,10,0,55,0,0,1), + (44855,1555,0,0,0,2318.99,-949,74.5468,5.65669,300,300,5,0,176,0,0,1), + (44856,1890,0,0,0,2025.7,1531.22,79.1395,1.7135,300,300,10,0,55,0,0,1), + (44857,1890,0,0,0,2006.65,1503.75,73.3895,4.31804,300,300,10,0,55,0,0,1), + (44858,1890,0,0,0,1977.45,1578.14,79.9817,2.80789,300,300,5,0,55,0,0,1), + (44859,1890,0,0,0,1981.18,1546.04,86.4956,2.82386,300,300,0,0,55,0,0,0), + (44860,1890,0,0,0,1980.11,1529.24,87.1908,1.05178,300,300,5,0,55,0,0,1), + (44861,1890,0,0,0,1974.18,1499.69,86.4142,3.75379,300,300,5,0,55,0,0,1), + (44862,1553,0,0,0,2154.5,1055.65,35.4677,1.25859,300,300,5,0,120,0,0,1), + (44863,1531,0,0,0,2380.35,630.252,30.2444,1.33931,300,300,0,0,120,0,0,0), + (44864,1531,0,0,0,2463.78,623.208,29.7211,4.7822,300,300,0,0,120,0,0,0), + (44865,1537,0,0,0,1757.8,642.308,40.5509,4.71578,300,300,10,0,156,0,0,1), + (44866,1504,0,0,0,2047.39,1704.61,76.1127,4.95543,300,300,10,0,55,0,0,1), + (44867,1504,0,0,0,2046.48,1729.1,80.2377,4.63342,300,300,10,0,55,0,0,1), + (44868,1547,0,0,0,2329.7,1105.8,36.4571,0.757035,300,300,5,0,101,142,0,1), + (44869,1547,0,0,0,2158.49,1179.54,40.9233,0.8189,300,300,5,0,101,142,0,1), + (44870,4075,0,0,0,1866.89,-348.928,39.2461,0.836554,120,120,5,0,8,0,0,1), + (44871,1553,0,0,0,2145.18,387.603,52.2243,3.21589,300,300,10,0,120,0,0,1), + (44872,1554,0,0,0,2455.19,-535.351,72.2975,3.74771,300,300,10,0,156,0,0,1), + (44873,1547,0,0,0,2109.69,949.156,34.4249,3.73393,300,300,5,0,101,142,0,1), + (44874,1537,0,0,0,1772.14,676.709,44.102,4.41272,300,300,0,0,156,0,0,0), + (44875,1547,0,0,0,2072.82,865.083,34.4453,1.89563,300,300,5,0,101,142,0,1), + (44876,1535,0,0,0,2354.26,1513.07,35.3082,5.02473,300,300,5,0,120,0,0,1), + (44877,1547,0,0,0,2123.44,345.153,47.6532,4.94695,300,300,10,0,101,142,0,1), + (44878,1540,0,0,0,2769.89,-485.563,107.248,3.78736,300,300,0,0,198,0,0,0), + (44879,1538,0,0,0,2750.02,-531.186,104.635,2.79253,300,300,0,0,166,178,0,0), + (44880,1540,0,0,0,2750.31,-521.581,106.324,2.35619,300,300,0,0,198,0,0,0), + (44881,1553,0,0,0,2173.58,413.141,59.6291,4.96021,300,300,5,0,120,0,0,1), + (44882,1547,0,0,0,2161.12,326.91,42.6405,1.41689,300,300,10,0,101,142,0,1), + (44883,1504,0,0,0,2086.22,1716.26,67.4429,1.78024,300,300,10,0,55,0,0,1), + (44884,1504,0,0,0,2100.58,1714.56,67.1622,2.3911,300,300,10,0,55,0,0,1), + (44885,1540,0,0,0,2791.81,-473.694,101.753,1.25664,300,300,0,0,198,0,0,0), + (44886,1504,0,0,0,2118.23,1721.56,73.341,0.593412,300,300,0,0,55,0,0,0), + (44887,1504,0,0,0,2081.53,1751.82,77.104,0,300,300,10,0,55,0,0,1), + (44888,1504,0,0,0,2057.6,1745.27,81.8896,3.9467,300,300,5,0,55,0,0,1), + (44889,1504,0,0,0,2055.19,1763.6,87.0146,0.292013,300,300,5,0,55,0,0,1), + (44890,1505,0,0,0,2040.29,1847.27,104.237,1.92848,300,300,0,0,71,0,0,0), + (44891,1505,0,0,0,2037.48,1849.06,103.849,2.98668,300,300,0,0,71,0,0,0), + (44892,1505,0,0,0,2046.79,1875.41,101.913,5.74451,300,300,5,0,71,0,0,1), + (44893,1505,0,0,0,2034.48,1884.76,103.2,0.153222,300,300,0,0,71,0,0,0), + (44894,1935,0,0,0,2313.74,1281.47,31.5054,0.418303,300,300,5,0,101,0,0,1), + (44895,4281,0,0,0,2861.59,-653.858,137.899,5.71699,300,300,5,0,2715,0,0,1), + (44896,1505,0,0,0,2044.02,1896.49,101.832,1.2159,300,300,5,0,71,0,0,1), + (44897,1505,0,0,0,2019.25,1896.62,103.749,2.33423,300,300,0,0,71,0,0,0), + (44898,1935,0,0,0,2362.6,1320.62,33.4123,1.66033,300,300,5,0,101,0,0,1), + (44899,721,0,0,0,2088.33,955.714,38.3537,3.78353,120,120,5,0,1,0,0,1), + (44900,4280,0,0,0,2821.58,-643.329,142.472,1.76411,300,300,5,0,2319,811,0,1), + (44901,1935,0,0,0,2354.36,1288.5,33.0915,0.119907,300,300,10,0,101,0,0,1), + (44902,1505,0,0,0,2053.58,1905.14,101.29,6.00857,300,300,3,0,71,0,0,1), + (44903,1505,0,0,0,2020.14,1910.72,105.691,3.74741,300,300,3,0,71,0,0,1), + (44904,4282,0,0,0,2947.97,-629.745,155.293,0.731508,300,300,5,0,2112,2068,0,1), + (44905,1505,0,0,0,2010.72,1927.25,105.34,4.63097,300,300,5,0,71,0,0,1), + (44906,1535,0,0,0,2400.38,1343.11,34.0297,5.17516,300,300,5,0,120,0,0,1), + (44907,1505,0,0,0,2028.45,1919.79,107.109,4.76898,300,300,5,0,71,0,0,1), + (44908,721,0,0,0,1915.55,1364.77,68.8814,4.15472,120,120,5,0,1,0,0,1), + (44909,1535,0,0,0,2386.05,1364.57,34.4887,1.59686,300,300,5,0,120,0,0,1), + (44910,4075,0,0,0,2126.5,1355.23,60.3195,0.537071,120,120,10,0,8,0,0,1), + (44911,1505,0,0,0,2043.83,1862.4,102.728,4.18525,300,300,3,0,71,0,0,1), + (44912,1547,0,0,0,2162.23,273.459,44.3304,3.12616,300,300,10,0,101,142,0,1), + (44913,1535,0,0,0,2410.67,1518.02,34.2359,3.82045,300,300,10,0,120,0,0,1), + (44914,1505,0,0,0,2045.1,1831.24,107.779,3.3988,300,300,5,0,71,0,0,1), + (44915,1535,0,0,0,2409.22,1398.8,33.7258,6.02541,300,300,5,0,120,0,0,1), + (44916,1535,0,0,0,2432.66,1544.21,34.5419,3.46242,300,300,5,0,120,0,0,1), + (44917,1535,0,0,0,2446.01,1643.89,33.5626,5.40014,300,300,0,0,120,0,0,0), + (44918,1535,0,0,0,2396.4,1485.82,34.2861,0.899563,300,300,5,0,120,0,0,1), + (44919,1535,0,0,0,2348.33,1475.9,33.3439,2.45032,300,300,10,0,120,0,0,1), + (44920,1520,0,0,0,2562.51,806.422,108.875,0.28466,300,300,5,0,120,0,0,1), + (44921,1522,0,0,0,2547.27,823.258,106.523,4.23214,300,300,5,0,126,289,0,1), + (44922,1535,0,0,0,2384.73,1552.59,31.7073,0.580064,300,300,10,0,120,0,0,1), + (44923,1535,0,0,0,2430.09,1577.92,37.2447,3.80482,300,300,0,0,120,0,0,0), + (44924,1535,0,0,0,2379.34,1514.88,35.9603,4.88692,300,300,0,0,120,0,0,0), + (44925,1535,0,0,0,2439.16,1599.61,50.9602,5.86431,300,300,0,0,120,0,0,0), + (44926,1501,0,0,0,1905.41,1601.54,86.3339,4.53082,120,120,5,0,42,0,0,1), + (44927,1502,0,0,0,1928.76,1603.64,83.3339,4.93894,120,120,5,0,42,0,0,1), + (44928,1507,0,0,0,1730.29,1367.5,104.448,1.2161,300,300,5,0,67,174,0,1), + (44929,4075,0,0,0,1859.03,1681.66,93.5264,1.61573,120,120,10,0,8,0,0,1), + (44930,1501,0,0,0,1940.15,1629.43,80.1276,5.53251,120,120,10,0,42,0,0,1), + (44931,1520,0,0,0,2536.4,770.158,110.861,0.626665,300,300,5,0,120,0,0,1), + (44932,1522,0,0,0,2527.26,810.881,110.736,4.06415,300,300,5,0,126,289,0,1), + (44933,1535,0,0,0,2442.86,1601.82,37.1504,4.93928,300,300,0,0,120,0,0,0), + (44934,1520,0,0,0,2547.93,805.158,110.758,1.58825,300,300,0,0,120,0,0,0), + (44935,1501,0,0,0,1919.49,1623.68,85.5839,4.92853,120,120,5,0,42,0,0,1), + (44936,1501,0,0,0,1966.14,1636.96,78.0026,1.17677,120,120,10,0,42,0,0,1), + (44937,1520,0,0,0,2513.17,741.334,120.865,4.57276,300,300,0,0,120,0,0,0), + (44938,721,0,0,0,2083.1,225.98,52.7019,0.482801,120,120,5,0,1,0,0,1), + (44939,1520,0,0,0,2529.87,802.584,110.849,0.607663,300,300,5,0,120,0,0,1), + (44940,1507,0,0,0,1741.45,1342.81,104.04,4.259,300,300,5,0,67,174,0,1), + (44941,1501,0,0,0,1983.2,1641.61,76.1643,1.18989,120,120,5,0,42,0,0,1), + (44942,1501,0,0,0,1901.98,1571.76,89.0864,6.02667,120,120,0,0,42,0,0,0), + (44943,1535,0,0,0,2409.44,1583.88,32.9756,4.27606,300,300,0,0,120,0,0,0), + (44944,1535,0,0,0,2438.09,1595.84,72.3399,3.03687,300,300,0,0,120,0,0,0), + (44945,1506,0,0,0,1752.96,1325,99.9812,4.63906,300,300,10,0,71,0,0,1), + (44946,1535,0,0,0,2450.47,1592.6,37.1535,2.86234,300,300,0,0,120,0,0,0), + (44947,1520,0,0,0,2689,817.73,109.697,4.96615,300,300,10,0,120,0,0,1), + (44949,1506,0,0,0,1728.35,1327.06,108.116,1.90598,300,300,5,0,71,0,0,1), + (44950,1520,0,0,0,2727.97,795.706,112.262,0.5145,300,300,5,0,120,0,0,1), + (44951,1535,0,0,0,2455.31,1601.84,72.3392,0.698132,300,300,0,0,120,0,0,0), + (44952,1555,0,0,0,2187.51,-691.316,67.1164,1.2086,300,300,10,0,176,0,0,1), + (44953,1535,0,0,0,2444.51,1601.66,66.7561,4.72984,300,300,0,0,120,0,0,0), + (44954,1506,0,0,0,1768.75,1336.7,90.3585,3.8317,300,300,5,0,71,0,0,1), + (44955,4075,0,0,0,2292.39,-708.573,70.9157,5.53854,120,120,5,0,8,0,0,1), + (44956,1502,0,0,0,1990.45,1549.62,79.9522,0.586652,120,120,5,0,42,0,0,1), + (44957,1506,0,0,0,1770.16,1376.83,90.0053,1.41803,300,300,0,0,71,0,0,0), + (44958,1502,0,0,0,1905.9,1561.9,88.1273,4.92183,120,120,0,0,42,0,0,2), + (44959,1535,0,0,0,2454.38,1588.08,72.3392,5.37561,300,300,0,0,120,0,0,0), + (44960,1502,0,0,0,1994.96,1532.48,78.382,0,120,120,0,0,42,0,0,0), + (44961,1501,0,0,0,1900.23,1551.08,88.96,5.97,120,120,0,0,42,0,0,2), + (44962,1502,0,0,0,1926.79,1522.18,87.3504,2.68243,120,120,5,0,42,0,0,2), + (44963,1502,0,0,0,2008.63,1478.11,69.4733,4.57726,120,120,5,0,42,0,0,2), + (44964,1507,0,0,0,1777.73,1385.49,91.8299,1.7109,300,300,0,0,67,174,0,0), + (44965,1502,0,0,0,1934.11,1579.17,82.536,3.29743,120,120,5,0,42,0,0,2), + (44966,1549,0,0,0,2477.31,-648.409,71.826,2.37345,300,300,10,0,176,0,0,1), + (44967,1502,0,0,0,1964.68,1550.69,85.6722,1.5365,120,120,5,0,42,0,0,1), + (44968,1549,0,0,0,2559.14,-589.498,83.5296,1.27466,300,300,10,0,176,0,0,1), + (44969,1502,0,0,0,1962.82,1559.83,84.6423,5.9083,120,120,5,0,42,0,0,1), + (44970,1522,0,0,0,2728.23,779.251,112.336,2.28638,300,300,0,0,126,289,0,0), + (44971,1502,0,0,0,1946.86,1561.32,87.4658,0.24497,120,120,2,0,42,0,0,1), + (44972,1520,0,0,0,2514.29,917.689,81.6984,2.06918,300,300,10,0,120,0,0,1), + (44973,1554,0,0,0,2248.14,-682.196,66.0762,2.09999,300,300,10,0,156,0,0,1), + (44974,1501,0,0,0,1939.47,1571.19,83.0324,0,120,120,0,0,42,0,0,0), + (44975,1506,0,0,0,1814.35,1395.29,78.5285,1.24603,300,300,10,0,71,0,0,1), + (44976,1506,0,0,0,1771.12,1409.43,95.1356,1.09421,300,300,0,0,71,0,0,0), + (44977,4075,0,0,0,2511.46,1260.32,46.814,2.56767,120,120,5,0,8,0,0,1), + (44978,1554,0,0,0,2484.09,-520.017,83.693,4.99767,300,300,5,0,156,0,0,1), + (44979,1501,0,0,0,1920.66,1574.64,85.9355,3.70597,120,120,5,0,42,0,0,1), + (44980,1507,0,0,0,1745.93,1385.38,98.6645,0.979422,300,300,5,0,67,174,0,1), + (44981,1549,0,0,0,2525.28,-676.791,71.1505,0.63817,300,300,10,0,176,0,0,1), + (44982,1522,0,0,0,2582.66,850.86,98.2156,2.2952,300,300,5,0,126,289,0,1), + (44983,1522,0,0,0,2547.25,883.511,91.3032,2.79174,300,300,0,0,126,289,0,0), + (44984,1554,0,0,0,2385.92,-633.249,71.5223,4.37581,300,300,5,0,156,0,0,1), + (44985,4075,0,0,0,1935.17,1480.43,80.6678,5.33264,120,120,10,0,8,0,0,1), + (44986,1667,0,0,0,1765.15,1382.99,92.056,5.66646,300,300,0,0,103,0,0,0), + (44987,4075,0,0,0,1957.62,1479.64,82.6762,4.12222,120,120,10,0,8,0,0,1), + (44988,1656,0,0,0,2824.05,1044.97,111.324,6.21383,300,300,0,0,197,0,0,0), + (44989,4075,0,0,0,2023.1,1722.01,82.4207,4.82391,120,120,5,0,8,0,0,1), + (44990,1655,0,0,0,2742.71,785.519,119.133,0.453786,300,300,0,0,198,0,0,2), + (44991,1522,0,0,0,2752.48,792.334,119.218,1.72788,300,300,0,0,126,289,0,0), + (44992,1523,0,0,0,2845.14,854.156,113.202,5.18363,300,300,0,0,148,165,0,0), + (44993,1522,0,0,0,2816.98,809.352,113.586,5.61802,300,300,0,0,126,289,0,0), + (44994,1522,0,0,0,2810.39,831.537,111.966,2.89722,300,300,3,0,126,289,0,1), + (44995,1522,0,0,0,2809.32,818.412,112.829,1.79769,300,300,0,0,126,289,0,0), + (44996,1522,0,0,0,2896.32,879.26,119.078,6.20127,300,300,5,0,126,289,0,1), + (44997,1523,0,0,0,2821.73,823.122,113.577,1.51844,300,300,0,0,148,165,0,0), + (44998,1522,0,0,0,2775.24,818.082,112.625,2.74466,300,300,5,0,126,289,0,1), + (44999,11738,1,0,0,-6392.41,1189.85,1.58045,5.96946,300,300,25,0,3529,0,0,1), + (45000,1523,0,0,0,2834.94,812.294,113.671,4.27606,300,300,0,0,148,165,0,0), + (45001,1520,0,0,0,2750.05,948.125,113.033,6.14599,300,300,5,0,120,0,0,1), + (45002,1522,0,0,0,2827.17,809.824,113.597,2.42349,300,300,0,0,126,289,0,0), + (45003,1523,0,0,0,2847.75,844.061,112.27,4.59094,300,300,10,0,148,165,0,1), + (45004,1522,0,0,0,2831.88,915.415,121.014,4.64692,300,300,5,0,126,289,0,1), + (45005,1553,0,0,0,2117.95,411.895,58.2963,0.346768,300,300,10,0,120,0,0,1), + (45006,1553,0,0,0,2077.22,375.254,41.22,3.88834,300,300,5,0,120,0,0,1), + (45007,1553,0,0,0,2133.22,221.593,51.5336,3.45717,300,300,5,0,120,0,0,1), + (45008,1553,0,0,0,2004.5,306.59,44.0392,1.96979,300,300,10,0,120,0,0,1), + (45009,1553,0,0,0,2120.36,392.657,51.2868,1.54151,300,300,5,0,120,0,0,1), + (45010,1522,0,0,0,2786.67,913.802,115.726,5.23632,300,300,5,0,126,289,0,1), + (45011,1522,0,0,0,2745.51,808.08,113.205,1.16937,300,300,0,0,126,289,0,0), + (45012,1553,0,0,0,2158.27,464.108,66.4453,1.40212,300,300,5,0,120,0,0,1), + (45013,1523,0,0,0,2783.29,847.928,111.864,3.53961,300,300,5,0,148,165,0,2), + (45014,1523,0,0,0,2893.92,1075.21,105.695,1.61281,300,300,5,0,148,165,0,1), + (45015,1522,0,0,0,2750.74,887.705,113.151,0.548966,300,300,5,0,126,289,0,1), + (45016,1522,0,0,0,2865.45,1104.06,116.02,1.27731,300,300,0,0,126,289,0,0), + (45017,1553,0,0,0,2172.95,893.333,43.0353,0.335338,300,300,5,0,120,0,0,1), + (45018,1523,0,0,0,2784.93,791.135,114.629,3.75304,300,300,5,0,148,165,0,1), + (45019,1520,0,0,0,2754.9,807.562,113.174,1.67552,300,300,0,0,120,0,0,0), + (45020,1522,0,0,0,2746.75,781.911,114.928,1.53589,300,300,0,0,126,289,0,0), + (45021,1530,0,0,0,2889.68,716.17,119.588,4.50389,300,300,10,0,198,0,0,1), + (45022,1548,0,0,0,1964.61,312.468,41.4046,2.94496,300,300,5,0,122,0,0,1), + (45023,1530,0,0,0,3050.36,652.344,75.3521,2.10253,300,300,0,0,198,0,0,0), + (45024,1534,0,0,0,2917.76,729.489,106.569,0.078195,300,300,5,0,176,0,0,1), + (45025,1534,0,0,0,2956.17,709.748,105.899,1.33051,300,300,5,0,176,0,0,1), + (45026,1534,0,0,0,3010.55,673.161,90.4979,2.10172,300,300,5,0,176,0,0,1), + (45027,1526,0,0,0,2116.84,511.179,54.4878,6.2441,300,300,10,0,120,220,0,1), + (45028,1530,0,0,0,3034.12,656.478,75.3507,0.424933,300,300,0,0,198,0,0,0), + (45029,1530,0,0,0,2916.55,682.552,110.007,3.96219,300,300,10,0,198,0,0,1), + (45030,1534,0,0,0,2971.09,689.421,98.9592,1.14077,300,300,10,0,176,0,0,1), + (45031,721,0,0,0,2080.27,470.836,53.2531,6.2074,120,120,5,0,1,0,0,1), + (45032,1530,0,0,0,3043.34,672.834,81.047,2.41767,300,300,3,0,198,0,0,1), + (45033,1526,0,0,0,2043.91,685.556,41.9728,2.78179,300,300,10,0,120,220,0,1), + (45034,1525,0,0,0,2111.53,549.018,40.6193,4.57229,300,300,10,0,102,0,0,1), + (45035,1530,0,0,0,3027.16,684.062,65.9641,4.84593,300,300,0,0,198,0,0,0), + (45036,1525,0,0,0,2149.72,784.085,35.7567,4.06662,300,300,0,0,102,0,0,0), + (45037,1525,0,0,0,2088.71,689.753,37.6499,0.499673,300,300,10,0,102,0,0,1), + (45038,1658,0,0,0,3043.63,646.906,59.1434,1.55334,300,300,0,0,273,0,0,0), + (45039,1553,0,0,0,2192.69,984.905,35.1464,3.36312,300,300,5,0,120,0,0,1), + (45040,1526,0,0,0,2163.4,808.123,40.3986,3.84416,300,300,5,0,120,220,0,1), + (45041,1534,0,0,0,3061,656.727,75.3522,2.99003,300,300,0,0,176,0,0,0), + (45042,1530,0,0,0,3041.5,653.944,75.3507,1.15142,300,300,0,0,198,0,0,0), + (45043,1534,0,0,0,3049.75,684.055,67.0128,0.045551,300,300,2,0,176,0,0,1), + (45044,1534,0,0,0,3065.51,682.102,66.534,2.75762,300,300,0,0,176,0,0,0), + (45045,1530,0,0,0,3023.04,695.721,66.4508,5.94549,300,300,0,0,198,0,0,0), + (45046,1530,0,0,0,3062.68,692.334,65.9645,4.44378,300,300,0,0,198,0,0,0), + (45047,1547,0,0,0,1976.02,103.24,23.2516,0.223646,300,300,5,0,101,142,0,1), + (45048,4075,0,0,0,2209.09,273.666,36.407,6.27625,120,120,10,0,8,0,0,1), + (45049,1547,0,0,0,2632.13,56.3634,27.778,4.65634,300,300,5,0,101,142,0,1), + (45050,1547,0,0,0,1924.34,-3.55897,12.3541,3.70225,300,300,5,0,101,142,0,1), + (45051,4075,0,0,0,2342.34,834.478,47.5054,2.04536,120,120,5,0,8,0,0,1), + (45052,4075,0,0,0,1995.48,596.686,46.3917,0.939086,120,120,5,0,8,0,0,1), + (45053,1525,0,0,0,2217.66,781.878,33.9091,0.436332,300,300,10,0,102,0,0,1), + (45054,1536,0,0,0,1821.38,763.342,43.3882,1.58573,300,300,5,0,137,0,0,1), + (45055,1536,0,0,0,1828.24,699.349,45.1569,0.436332,300,300,0,0,137,0,0,0), + (45056,721,0,0,0,2090.8,947.166,37.6353,0.017097,120,120,5,0,1,0,0,1), + (45057,1537,0,0,0,1846.42,694.88,40.0404,3.45977,300,300,10,0,156,0,0,1), + (45058,1525,0,0,0,2151.18,590.995,37.4913,1.54898,300,300,10,0,102,0,0,1), + (45059,1537,0,0,0,1815.13,676.727,43.727,4.45206,300,300,5,0,156,0,0,1), + (45060,1525,0,0,0,2154.3,609.987,35.5916,2.04405,300,300,10,0,102,0,0,1), + (45061,1554,0,0,0,2496.29,-583.433,76.4063,0.633537,300,300,5,0,156,0,0,1), + (45062,1553,0,0,0,2038.52,438.273,44.865,0.777111,300,300,5,0,120,0,0,1), + (45063,1548,0,0,0,1949.45,393.285,36.7743,3.21784,300,300,10,0,122,0,0,1), + (45064,1526,0,0,0,2120.42,621.272,34.9725,0.561849,300,300,10,0,120,220,0,1), + (45065,1537,0,0,0,1858.1,722.105,37.6762,4.33504,300,300,10,0,156,0,0,1), + (45066,1548,0,0,0,2031.36,393.702,42.254,3.32424,300,300,10,0,122,0,0,1), + (45067,1537,0,0,0,1801.29,705.476,48.9744,4.32842,300,300,0,0,156,0,0,0), + (45068,1548,0,0,0,2042.62,455.149,45.4707,0.271616,300,300,5,0,122,0,0,1), + (45069,1553,0,0,0,2106.51,488.121,58.2988,6.00623,300,300,10,0,120,0,0,1), + (45070,1525,0,0,0,2123.08,576.127,36.6854,2.32582,300,300,10,0,102,0,0,1), + (45071,1526,0,0,0,2102.39,604.735,35.2568,1.69219,300,300,10,0,120,220,0,1), + (45072,1525,0,0,0,2117.5,650.875,34.7979,5.91032,300,300,10,0,102,0,0,1), + (45073,1547,0,0,0,2063.84,135.254,35.3976,1.12814,300,300,5,0,101,142,0,1), + (45075,15214,0,0,0,2230.04,288.823,107.885,5.92296,120,120,5,0,25,0,0,1), + (45078,1553,0,0,0,1981.6,352.888,39.7094,0.04852,300,300,5,0,120,0,0,1), + (45079,1547,0,0,0,2423.12,215.144,35.4579,5.68381,300,300,10,0,101,142,0,1), + (45080,1548,0,0,0,2625.34,-229.493,36.755,3.00633,300,300,5,0,122,0,0,1), + (45081,1526,0,0,0,2134.45,674.491,35.317,2.82787,300,300,5,0,120,220,0,1), + (45082,1548,0,0,0,1927.53,-479.968,36.025,0.236365,300,300,10,0,122,0,0,1), + (45083,1554,0,0,0,1908.57,-350.692,37.992,3.0207,300,300,5,0,156,0,0,1), + (45084,1547,0,0,0,2210.27,184.116,47.5927,0.98902,300,300,10,0,101,142,0,1), + (45085,4282,0,0,0,2784.96,-744.029,134.115,0.786395,300,300,5,0,2112,2068,0,1), + (45086,1525,0,0,0,2040.55,576.133,34.7067,4.63803,300,300,5,0,102,0,0,1), + (45087,4282,0,0,0,2811.79,-785.548,144.624,3.47193,300,300,5,0,2112,2068,0,1), + (45088,1526,0,0,0,2039.58,676.989,41.3478,3.65191,300,300,10,0,120,220,0,1), + (45089,4282,0,0,0,2753.53,-797.493,145.781,0.944561,300,300,0,0,2112,2068,0,0), + (45090,1525,0,0,0,2082.1,612.547,34.5395,4.77549,300,300,10,0,102,0,0,1), + (45091,7337,129,0,0,2474.61,763.829,46.1014,4.97067,7200,7200,1,0,3027,1067,0,1), + (45092,11738,1,0,0,-6905.77,308.136,4.03539,1.9513,300,300,25,0,3529,0,0,1), + (45093,11738,1,0,0,-6420.17,1237.47,2.61296,1.448,300,300,25,0,3529,0,0,1), + (45094,11738,1,0,0,-6649.15,272.758,2.82095,1.72984,300,300,25,0,3529,0,0,1), + (45096,4281,0,0,0,2818.66,-747.898,145.441,2.04931,300,300,5,0,2715,0,0,1), + (45097,1525,0,0,0,2049.1,647.243,36.935,4.65601,300,300,5,0,102,0,0,1), + (45098,1526,0,0,0,2011.99,610.176,40.0855,0.048837,300,300,5,0,120,220,0,1), + (45099,15214,0,0,0,2237.03,288.024,108.562,5.91826,120,120,5,0,25,0,0,1), + (45103,4075,0,0,0,2022.15,743.707,41.6294,0.522296,120,120,10,0,8,0,0,1), + (45104,11738,1,0,0,-6898.85,347.157,1.16613,6.21285,300,300,25,0,3529,0,0,1), + (45107,4076,129,0,0,2484.37,767.63,46.1014,1.18289,7200,7200,5,0,8,0,0,1), + (45108,11738,1,0,0,-6638.94,-120.989,3.63345,1.49741,300,300,25,0,3529,0,0,1), + (45109,11738,1,0,0,-6742.94,-49.5543,3.21933,3.28099,300,300,25,0,3529,0,0,1), + (45110,11738,1,0,0,-6887.17,20.6417,8.53496,1.97383,300,300,25,0,3529,0,0,1), + (45111,1553,0,0,0,2204.33,453.73,60.6053,1.98456,300,300,5,0,120,0,0,1), + (45112,4282,0,0,0,2951.87,-621.782,157.396,5.91356,300,300,5,0,2112,2068,0,1), + (45113,1528,0,0,0,2478.51,19.1697,25.7809,0.454413,300,300,0,0,156,0,0,0), + (45114,1547,0,0,0,2249.69,421.204,40.2005,2.04204,300,300,10,0,101,142,0,1), + (45115,1528,0,0,0,2487.86,18.6828,26.1559,1.67701,300,300,0,0,156,0,0,0), + (45116,1527,0,0,0,2525.79,-43.9199,28.2046,3.74604,300,300,5,0,137,0,0,1), + (45117,1528,0,0,0,2512.96,-37.3931,26.0322,0.042984,300,300,5,0,156,0,0,1), + (45118,4075,0,0,0,1891.88,757.146,40.2985,0.81852,120,120,0,0,8,0,0,0), + (45119,4280,0,0,0,2815.95,-683.044,137.601,3.59538,300,300,0,0,2319,811,0,0), + (45120,1527,0,0,0,2556.27,-46.1772,28.6477,1.44717,300,300,5,0,137,0,0,1), + (45121,1554,0,0,0,2445.88,-476.272,75.9326,3.27092,300,300,10,0,156,0,0,1), + (45122,1554,0,0,0,2382.77,-436.542,73.2287,4.19809,300,300,10,0,156,0,0,1), + (45123,1528,0,0,0,2525.17,-72.7583,35.4884,2.61061,300,300,5,0,156,0,0,1), + (45124,1548,0,0,0,2945.83,-420.904,81.0726,4.55238,300,300,5,0,122,0,0,1), + (45125,4283,0,0,0,2895.16,-757.138,160.333,3.21141,300,300,0,0,2865,0,0,0), + (45126,4284,0,0,0,2879.51,-743.71,160.416,3.64774,300,300,0,0,2433,1704,0,0), + (45127,1527,0,0,0,2519.45,-18.7093,26.4906,3.18036,300,300,5,0,137,0,0,1), + (45128,1527,0,0,0,2567,-28.3954,30.0712,0.885141,300,300,5,0,137,0,0,1), + (45129,1554,0,0,0,2821.73,-350.251,75.6999,5.46465,300,300,5,0,156,0,0,1), + (45130,1547,0,0,0,2221.69,477.485,43.9162,1.99249,300,300,5,0,101,142,0,1), + (45131,4075,0,0,0,1920.76,492.019,41.4115,0,120,120,10,0,8,0,0,1), + (45132,1527,0,0,0,2557.35,-22.06,28.0644,3.86008,300,300,5,0,137,0,0,1), + (45133,1547,0,0,0,2182.99,205.522,47.0929,0.172693,300,300,5,0,101,142,0,1), + (45136,15214,0,0,0,2055.02,303.032,98.8469,5.76157,120,120,5,0,25,0,0,1), + (45138,1527,0,0,0,2579.78,-109.441,30.5484,2.82384,300,300,3,0,137,0,0,1), + (45139,4285,0,0,0,2875.58,-745.699,160.416,0.436332,300,300,0,0,2433,1704,0,0), + (45140,1527,0,0,0,2598.88,-114.654,34.5484,1.79853,300,300,3,0,137,0,0,1), + (45141,1527,0,0,0,2564.14,-7.71104,26.4977,0.863101,300,300,5,0,137,0,0,1), + (45142,1547,0,0,0,2094.57,43.9203,35.2253,0.474564,300,300,5,0,101,142,0,1), + (45143,1527,0,0,0,2540.63,-17.4988,27.9188,2.15175,300,300,5,0,137,0,0,1), + (45144,1527,0,0,0,2588.11,-59.5868,27.1153,5.87983,300,300,5,0,137,0,0,1), + (45145,4075,0,0,0,2479.81,-330.832,70.3086,5.55719,120,120,5,0,8,0,0,1), + (45147,1526,0,0,0,2280.51,640.495,24.8747,0.323717,300,300,10,0,120,220,0,1), + (45148,1525,0,0,0,2225.41,638.287,24.8583,2.78981,300,300,5,0,102,0,0,1), + (45149,1526,0,0,0,2222.15,568.755,33.2636,0.56254,300,300,5,0,120,220,0,1), + (45150,4282,0,0,0,2828.31,-712.965,138.438,3.05433,300,300,0,0,2112,2068,0,0), + (45151,4281,0,0,0,2726.56,-784.142,135.27,2.42873,300,300,5,0,2715,0,0,1), + (45152,4283,0,0,0,2852.58,-775.148,160.416,0.575959,300,300,0,0,2865,0,0,0), + (45153,4075,0,0,0,2187.53,274.695,41.4099,3.36469,120,120,10,0,8,0,0,1), + (45154,4283,0,0,0,2869.32,-787.137,160.333,1.99344,300,300,5,0,2865,0,0,2), + (45155,1553,0,0,0,2339.8,178.099,37.8681,5.57731,300,300,5,0,120,0,0,1), + (45156,1553,0,0,0,2186.22,963.972,34.3213,3.99751,300,300,5,0,120,0,0,1), + (45157,1525,0,0,0,2321.84,582.691,24.753,2.40762,300,300,10,0,102,0,0,1), + (45158,1526,0,0,0,2293.56,589.856,30.7497,1.0361,300,300,10,0,120,220,0,1), + (45159,4075,0,0,0,2212.77,637.844,24.8583,2.68044,120,120,5,0,8,0,0,1), + (45160,4281,0,0,0,2795,-778.473,141.633,2.53518,300,300,5,0,2715,0,0,1), + (45161,4283,0,0,0,2862.53,-799.897,160.416,0.959931,300,300,0,0,2865,0,0,0), + (45162,4281,0,0,0,2729.29,-753.198,132.862,5.50815,300,300,0,0,2715,0,0,0), + (45163,1526,0,0,0,2321.42,569.707,25.1275,3.21266,300,300,10,0,120,220,0,1), + (45164,1526,0,0,0,2264.27,672.911,33.8604,1.07309,300,300,5,0,120,220,0,1), + (45165,4281,0,0,0,2780.37,-777.357,139.941,1.33228,300,300,5,0,2715,0,0,1), + (45166,8303,0,0,0,-11261.9,-3120.39,2.87,3.83534,72000,72000,0,0,2769,0,0,0), + (45167,1525,0,0,0,2315.87,551.03,30.3656,2.3911,300,300,0,0,102,0,0,0), + (45168,1525,0,0,0,2154.51,580.692,39.5968,6.26377,300,300,10,0,102,0,0,1), + (45169,1548,0,0,0,2008.09,347.696,40.8089,4.54852,300,300,10,0,122,0,0,1), + (45170,4075,0,0,0,2609.72,-775.089,77.3169,4.49312,120,120,5,0,8,0,0,1), + (45171,4075,0,0,0,2243.03,-243.808,54.0014,3.63358,120,120,5,0,8,0,0,1), + (45172,4285,0,0,0,2857.66,-753.65,160.416,3.40339,300,300,0,0,2433,1704,0,0), + (45173,721,0,0,0,2185.84,-123.033,34.1016,0.564707,120,120,5,0,1,0,0,1), + (45174,4283,0,0,0,2884.61,-762.783,160.332,5.09448,300,300,5,0,2865,0,0,2), + (45175,4284,0,0,0,2853.36,-755.751,160.416,0.418879,300,300,0,0,2433,1704,0,0), + (45176,4075,0,0,0,2400.64,-595.054,71.9719,0.448789,120,120,5,0,8,0,0,1), + (45177,1553,0,0,0,2179.94,825.692,41.3981,1.32819,300,300,5,0,120,0,0,1), + (45178,1525,0,0,0,2203.76,630.98,24.8213,2.60363,300,300,5,0,102,0,0,1), + (45179,4075,0,0,0,2436.44,231.019,40.9451,2.19975,120,120,10,0,8,0,0,1), + (45180,1526,0,0,0,2175.98,805.809,40.5386,6.16054,300,300,5,0,120,220,0,1), + (45181,1525,0,0,0,2081.1,683.142,38.8764,0.863729,300,300,10,0,102,0,0,1), + (45182,1525,0,0,0,2137.79,636.345,34.3417,0.478293,300,300,5,0,102,0,0,1), + (45183,1525,0,0,0,2143.48,622.057,34.8244,5.83732,300,300,10,0,102,0,0,1), + (45184,1526,0,0,0,2099.71,700.538,35.8355,3.17876,300,300,10,0,120,220,0,1), + (45185,1548,0,0,0,2130.31,836.886,33.5899,2.34654,300,300,5,0,122,0,0,1), + (45187,1674,0,0,0,2505.63,351.373,34.1197,3.55448,300,300,5,0,120,0,0,1), + (45188,1547,0,0,0,2201.41,805.998,36.7559,1.48871,300,300,5,0,101,142,0,1), + (45189,1553,0,0,0,2142.93,890.77,34.7697,2.04536,300,300,5,0,120,0,0,1), + (45190,1553,0,0,0,2147.96,355.483,43.7588,1.49427,300,300,10,0,120,0,0,1), + (45191,4075,0,0,0,2244.62,396.215,43.1555,2.17396,120,120,5,0,8,0,0,1), + (45192,1941,0,0,0,2491.33,449.53,38.2049,2.55305,300,300,10,0,120,0,0,1), + (45193,1941,0,0,0,2520.97,489.4,35.552,0.627888,300,300,0,0,120,0,0,0), + (45194,1941,0,0,0,2512.94,498.76,42.6359,4.2586,300,300,0,0,120,0,0,0), + (45195,4285,0,0,0,2894.34,-809.559,160.416,3.76991,300,300,0,0,2433,1704,0,0), + (45196,4282,0,0,0,2779.81,-684.106,132.636,4.4855,300,300,0,0,2112,2068,0,0), + (45197,1553,0,0,0,1986.35,150.616,21.4207,3.60131,300,300,5,0,120,0,0,1), + (45198,4282,0,0,0,2750.84,-681.42,128.108,1.98968,300,300,0,0,2112,2068,0,0), + (45199,1941,0,0,0,2447.11,474.622,44.5674,1.47679,300,300,10,0,120,0,0,1), + (45200,4281,0,0,0,2714.5,-718.295,129.235,1.98968,300,300,0,0,2715,0,0,0), + (45201,1553,0,0,0,2076.63,108.631,36.8307,5.94693,300,300,10,0,120,0,0,1), + (45202,1547,0,0,0,2306.39,171.583,35.1592,4.00172,300,300,10,0,101,142,0,1), + (45203,4281,0,0,0,2718.97,-687.082,119.393,1.68912,300,300,5,0,2715,0,0,1), + (45204,7980,0,0,0,2252.23,272.919,34.2387,1.2515,300,300,0,0,6197,0,0,0), + (45205,1547,0,0,0,2133.45,135.185,42.4659,1.64113,300,300,5,0,101,142,0,1), + (45208,15214,0,0,0,2057.66,302.234,98.8603,5.76956,120,120,5,0,25,0,0,1), + (45210,4075,0,0,0,2065.89,89.146,36.9195,4.66448,120,120,10,0,8,0,0,1), + (45211,5680,0,0,0,1735.93,378.124,-62.2055,3.71755,300,300,0,0,166,0,0,0), + (45212,5680,0,0,0,1734.36,379.952,-62.2058,3.92699,300,300,0,0,166,0,0,0), + (45213,1548,0,0,0,1859.45,516.852,35.8201,2.12764,300,300,10,0,122,0,0,1), + (45216,5739,0,0,0,1400.85,363.242,-84.868,1.11701,300,300,0,0,1,0,0,0), + (45217,1548,0,0,0,1734.04,536.113,33.5209,6.02374,300,300,10,0,122,0,0,1), + (45218,5736,0,0,0,1400.85,363.242,-84.868,1.11701,300,300,0,0,102,0,0,0), + (45219,1548,0,0,0,1620.91,516.839,40.604,5.08601,300,300,10,0,122,0,0,1), + (45220,14269,0,0,0,-9389.29,-2875.27,39.7612,0.0482273,72000,72000,0,0,521,0,0,2), + (45221,5681,0,0,0,1734.67,379.246,-62.2881,-2.78843,300,300,0,0,228,0,0,0), + (45222,5685,0,0,0,1735.24,380.689,-62.2077,3.85718,300,300,0,0,413,0,0,0), + (45223,5686,0,0,0,1734.68,378.533,-62.1315,3.85718,300,300,0,0,334,0,0,0), + (45224,5687,0,0,0,1735.33,379.152,-62.206,3.82227,300,300,0,0,919,0,0,0), + (45225,11610,0,0,0,2562.35,-1815.91,33.5166,3.92699,315,315,0,0,3866,0,0,0), + (45226,11613,0,0,0,2331.89,-2070.1,168.541,1.81514,315,315,0,0,3988,0,0,0), + (45227,1794,0,0,0,1377.89,-1280.29,58.7789,1.36752,315,315,10,0,2634,2041,0,1), + (45228,1789,0,0,0,1546.1,-1713.64,67.7887,2.37365,315,315,0,0,2823,2117,0,0), + (45229,1795,0,0,0,1400.91,-1420.72,56.6534,2.46364,315,315,5,0,2823,2117,0,1), + (45230,1795,0,0,0,1222.05,-1577.23,64.5488,4.36513,315,315,5,0,2823,2117,0,1), + (45231,1789,0,0,0,1419.35,-1297.95,68.5218,0.998692,315,315,3,0,2823,2117,0,1), + (45232,1787,0,0,0,1439.48,-1550.49,56.0838,2.82147,315,315,5,0,3293,0,0,1), + (45233,1787,0,0,0,1294.96,-1276.5,63.0234,2.19004,315,315,10,0,3293,0,0,1), + (45234,1789,0,0,0,1311.58,-1610.1,62.1412,4.06023,315,315,0,0,2823,2117,0,0), + (45235,1795,0,0,0,1453.5,-1754.52,64.603,5.96903,315,315,3,0,2823,2117,0,1), + (45236,1794,0,0,0,1417.24,-1215.97,75.4773,1.50108,315,315,3,0,2634,2041,0,1), + (45237,10857,0,0,0,966.826,-1425.31,65.3258,3.83972,315,315,0,0,4484,0,0,0), + (45238,11053,0,0,0,944.298,-1431.14,64.0076,1.01229,315,315,0,0,3857,2434,0,0), + (45239,10838,0,0,0,957.713,-1419.47,66.347,4.74729,315,315,0,0,3292,2486,0,0), + (45240,11194,0,0,0,971.502,-1428.11,65.1687,3.03687,315,315,0,0,4108,0,0,0), + (45241,10840,0,0,0,971.654,-1430.91,65.1563,3.26377,315,315,0,0,4120,0,0,0), + (45242,11056,0,0,0,965.135,-1417.87,66.7977,4.18879,315,315,0,0,4484,5461,0,0), + (45243,11194,0,0,0,971.043,-1433.61,65.1771,3.1765,315,315,0,0,4108,0,0,0), + (45244,12942,0,0,0,949.885,-1435.65,62.6731,1.44862,315,315,0,0,3347,0,0,0), + (45245,11872,0,0,0,1134.97,-1767.47,64.7515,6.16101,315,315,0,0,4484,0,0,0), + (45247,11873,0,0,0,1384.48,-1542.65,58.9161,5.55015,315,315,0,0,3297,2434,0,0), + (45248,1788,0,0,0,1395.88,-1523.36,58.7168,0.541052,315,315,0,0,8097,0,0,0), + (45249,1788,0,0,0,1372.65,-1524.92,58.7586,2.46091,315,315,0,0,8097,0,0,0), + (45250,11873,0,0,0,1375.18,-1541.48,58.2008,4.79965,315,315,0,0,3297,2434,0,0), + (45251,1852,0,0,0,1382.75,-1529.9,59.7361,4.72984,660,660,0,0,8300,7458,0,0), + (45252,11873,0,0,0,1379.68,-1546.74,58.6859,1.50098,315,315,0,0,3297,2434,0,0), + (45253,1815,0,0,0,1579.96,-1184.58,75.1089,4.22221,315,315,10,0,3438,0,0,1), + (45254,1815,0,0,0,1488.42,-1214.02,63.246,0.249729,315,315,5,0,3438,0,0,1), + (45255,1815,0,0,0,1543.82,-1151.3,73.3075,3.24524,315,315,10,0,3438,0,0,1), + (45256,1815,0,0,0,1783.76,-988.284,76.2161,4.58383,315,315,5,0,3438,0,0,1), + (45257,1822,0,0,0,1605.54,-1020.58,85.3555,4.84449,315,315,3,0,2880,0,0,1), + (45258,1822,0,0,0,1582.05,-1121.27,69.2231,4.81751,315,315,10,0,2880,0,0,1), + (45259,1815,0,0,0,1586.35,-1054.97,69.8932,5.26871,315,315,10,0,3438,0,0,1), + (45260,1822,0,0,0,1816.6,-1010.37,90.3207,1.30591,315,315,5,0,2880,0,0,1), + (45261,1822,0,0,0,1609.42,-1214.16,67.6089,2.57689,315,315,10,0,2880,0,0,1), + (45262,1822,0,0,0,1450.39,-1111.86,71.6048,1.85365,315,315,10,0,2880,0,0,1), + (45263,1824,0,0,0,1985.22,-2473.04,62.2665,0.670469,315,315,10,0,3293,0,0,1), + (45264,1824,0,0,0,2035.89,-2305.16,65.9569,1.4789,315,315,3,0,3293,0,0,1), + (45265,1824,0,0,0,1913.23,-1947.4,78.9758,2.08074,315,315,10,0,3293,0,0,1), + (45266,1816,0,0,0,2045.22,-2488.06,62.902,3.20331,315,315,5,0,3921,0,0,1), + (45267,1816,0,0,0,1996.97,-2432.29,60.6732,0.489864,315,315,10,0,3921,0,0,1), + (45268,1816,0,0,0,1544.69,-1982.64,62.3916,2.77784,315,315,10,0,3921,0,0,1), + (45269,1824,0,0,0,1903.5,-2199.84,64.145,3.91594,315,315,10,0,3293,0,0,1), + (45270,1816,0,0,0,1829.69,-2409.41,59.2156,4.21416,315,315,10,0,3921,0,0,1), + (45271,1824,0,0,0,1917.45,-1878.1,77.2776,1.01333,315,315,10,0,3293,0,0,1), + (45272,1817,0,0,0,1347.15,-1842.09,69.1583,1.77221,315,315,10,0,3189,0,0,1), + (45273,1817,0,0,0,2211.85,-1516.09,73.8812,2.49614,315,315,10,0,3189,0,0,1), + (45274,1821,0,0,0,1650,-1578.85,61.9657,1.59423,315,315,5,0,3082,0,0,1), + (45275,1817,0,0,0,1845.01,-1782.22,60.6733,2.96631,315,315,10,0,3189,0,0,1), + (45276,1821,0,0,0,2314.52,-1688.29,102.416,4.63622,315,315,10,0,3082,0,0,1), + (45277,1817,0,0,0,1785.49,-1452.08,62.3533,0.432048,315,315,5,0,3189,0,0,1), + (45278,1817,0,0,0,2011.65,-1648.5,61.6532,3.08859,315,315,10,0,3189,0,0,1), + (45279,1817,0,0,0,2048.07,-1552.11,65.0068,3.89464,315,315,10,0,3189,0,0,1), + (45280,1821,0,0,0,1521.91,-1780.06,60.8657,0.256826,315,315,5,0,3082,0,0,1), + (45281,1817,0,0,0,2112.99,-1622.25,67.3304,3.6618,315,315,5,0,3189,0,0,1), + (45282,1791,0,0,0,1783.24,-1254.47,59.8564,5.01334,315,315,5,0,2880,0,0,1), + (45283,1784,0,0,0,1755.67,-1120.25,62.4782,2.97425,315,315,5,0,2384,1864,0,1), + (45284,1784,0,0,0,1746.35,-1113.02,63.2282,5.12288,315,315,5,0,2384,1864,0,1), + (45285,1783,0,0,0,1748.61,-1229.87,59.776,1.54038,315,315,10,0,2880,0,0,1), + (45286,1784,0,0,0,1792.55,-1272.58,60.8942,0.48906,315,315,5,0,2384,1864,0,1), + (45287,1791,0,0,0,1755.85,-1177.83,59.5505,5.83498,315,315,10,0,2880,0,0,1), + (45288,1784,0,0,0,1819.69,-1240.62,59.6902,4.29384,315,315,5,0,2384,1864,0,1), + (45289,1791,0,0,0,1792.8,-1163.52,60.0441,5.39235,315,315,5,0,2880,0,0,1), + (45290,1784,0,0,0,1816.35,-1196.66,59.7774,0.99643,315,315,10,0,2384,1864,0,1), + (45291,1783,0,0,0,1824.06,-1222.59,59.4233,1.88464,315,315,5,0,2880,0,0,1), + (45292,1783,0,0,0,1036.06,-1702.13,62.9725,5.0093,315,315,10,0,2880,0,0,1), + (45293,1791,0,0,0,1059.46,-1748.46,61.6662,0.180913,315,315,5,0,2880,0,0,1), + (45294,1783,0,0,0,1170.24,-1716.64,61.1124,5.20108,315,315,10,0,2880,0,0,1), + (45295,1783,0,0,0,992.87,-1652.63,74.4687,0.004975,315,315,5,0,2880,0,0,1), + (45296,1791,0,0,0,1180.93,-1729.29,60.8177,2.38752,315,315,10,0,2880,0,0,1), + (45297,1791,0,0,0,1163,-1745.42,62.05,6.19999,315,315,10,0,2880,0,0,1), + (45298,1791,0,0,0,993.784,-1716.74,70.201,6.1084,315,315,3,0,2880,0,0,1), + (45299,1791,0,0,0,1139.81,-1735.93,62.05,2.82776,315,315,10,0,2880,0,0,1), + (45300,1783,0,0,0,1157.44,-1707.67,60.6673,5.88308,315,315,10,0,2880,0,0,1), + (45301,1783,0,0,0,1185.09,-1767.31,61.6531,1.74135,315,315,10,0,2880,0,0,1), + (45302,1854,0,0,0,979.659,-1821.63,80.4872,2.46366,315,315,5,0,4352,4578,0,2), + (45303,4472,0,0,0,1704.83,-2354.79,60.5769,0.558975,315,315,0,0,3006,2241,0,0), + (45304,1802,0,0,0,1639.5,-2270.31,58.8691,0.897238,315,315,5,0,3644,0,0,1), + (45305,4472,0,0,0,1687.71,-2319.81,59.2419,2.13969,315,315,10,0,3006,2241,0,1), + (45306,1804,0,0,0,1754.3,-2337.45,59.8283,5.1598,315,315,0,0,3643,0,0,0), + (45307,4472,0,0,0,1612.87,-2295.11,59.6191,3.50631,315,315,3,0,3006,2241,0,1), + (45308,4472,0,0,0,1752.96,-2300.99,60.4681,0.004016,315,315,0,0,3006,2241,0,0), + (45309,1802,0,0,0,1765.12,-2315.79,60.0931,1.15621,315,315,10,0,3644,0,0,1), + (45310,1802,0,0,0,1696.06,-2192.56,60.9834,2.96987,315,315,0,0,3644,0,0,0), + (45311,1804,0,0,0,1621.93,-2267.38,59.7595,5.32325,315,315,0,0,3643,0,0,0), + (45312,1802,0,0,0,1664.81,-2371.87,61.6589,3.0262,315,315,0,0,3644,0,0,0), + (45313,1785,0,0,0,1876,-1519.93,59.0076,4.291,315,315,5,0,3082,0,0,1), + (45314,4475,0,0,0,1872.98,-1552.7,59.1326,4.30515,315,315,5,0,3082,0,0,1), + (45315,4474,0,0,0,1820.67,-1548.7,59.0078,0.499675,315,315,10,0,3189,0,0,1), + (45316,4475,0,0,0,1863.86,-1581.56,59.4253,3.82227,315,315,0,0,3082,0,0,0), + (45317,4475,0,0,0,1796.99,-1584.02,59.4426,3.18318,315,315,10,0,3082,0,0,1), + (45318,1785,0,0,0,1898.92,-1651.54,60.3045,3.50811,315,315,0,0,3082,0,0,0), + (45319,4474,0,0,0,1864.02,-1564.27,59.2714,1.53589,315,315,0,0,3189,0,0,0), + (45320,1785,0,0,0,1935.11,-1636.34,60.157,1.78024,315,315,10,0,3082,0,0,1), + (45321,4475,0,0,0,1899.09,-1539.69,59.7576,5.89595,315,315,10,0,3082,0,0,1), + (45322,4474,0,0,0,1875.43,-1585.63,59.6683,5.27049,315,315,5,0,3189,0,0,1), + (45323,1793,0,0,0,1472.79,-1931.67,60.2077,0.878641,315,315,5,0,3293,0,0,1), + (45324,1793,0,0,0,1494.52,-1895.06,60.0306,4.48874,315,315,3,0,3293,0,0,1), + (45325,1793,0,0,0,1479.98,-1903.58,59.7526,1.74908,315,315,3,0,3293,0,0,1), + (45326,10580,0,0,0,1411.43,-1888.26,61.2644,0.618257,315,315,3,0,3420,0,0,1), + (45327,1796,0,0,0,1439.15,-1864.47,58.8058,0.108495,315,315,10,0,3529,0,0,1), + (45328,1793,0,0,0,1523.57,-1849.63,60.9699,1.24154,315,315,5,0,3293,0,0,1), + (45329,1796,0,0,0,1449.13,-1846.6,58.6686,2.11309,315,315,10,0,3529,0,0,1), + (45330,1793,0,0,0,1514.06,-1868.82,59.2271,4.43728,315,315,5,0,3293,0,0,1), + (45331,1793,0,0,0,1512.2,-1833.83,61.7444,1.03373,315,315,5,0,3293,0,0,1), + (45332,1793,0,0,0,1444.68,-1910.35,60.1867,3.39459,315,315,10,0,3293,0,0,1), + (45333,1808,0,0,0,2338.49,-2328.77,48.9351,3.75533,315,315,3,0,3529,0,0,1), + (45334,1812,0,0,0,2381.03,-2336.72,54.0679,1.19901,315,315,3,0,3529,0,0,1), + (45335,1812,0,0,0,2348.45,-2239.6,57.0222,0.507552,315,315,3,0,3529,0,0,1), + (45336,1806,0,0,0,2290.82,-2300.68,60.4228,3.40305,315,315,3,0,3293,0,0,1), + (45337,1808,0,0,0,2365.25,-2246.97,56.4647,6.00328,315,315,3,0,3529,0,0,1), + (45338,1806,0,0,0,2157.53,-2423.77,59.8985,4.60655,315,315,10,0,3293,0,0,1), + (45339,1806,0,0,0,2231.74,-2394.02,59.4885,2.60832,315,315,10,0,3293,0,0,1), + (45340,1812,0,0,0,2315.8,-2356.2,59.203,1.70648,315,315,3,0,3529,0,0,1), + (45341,1808,0,0,0,2340.9,-2309.15,48.0096,3.93339,315,315,3,0,3529,0,0,1), + (45342,1806,0,0,0,2211.45,-2418.36,58.9644,3.32577,315,315,3,0,3293,0,0,1), + (45343,10605,0,0,0,1893.33,-1326.18,59.8258,2.21863,315,315,10,0,2466,1923,0,1), + (45344,1831,0,0,0,1863.54,-1346.68,60.5846,4.24662,315,315,0,0,3082,0,0,0), + (45345,10605,0,0,0,1871.43,-1314.84,60.0947,1.09956,315,315,10,0,2466,1923,0,1), + (45346,1835,0,0,0,1859.66,-1321.53,61.7102,4.54326,315,315,10,0,2551,1982,0,1), + (45347,1831,0,0,0,1858.34,-1334.8,61.3346,4.81018,315,315,0,0,3082,0,0,0), + (45348,1831,0,0,0,1762.2,-1244.8,60.2191,3.95808,315,315,5,0,3082,0,0,1), + (45349,1835,0,0,0,1761.48,-1245.43,60.2453,4.0943,315,315,5,0,2551,1982,0,1), + (45350,10605,0,0,0,1763.01,-1246.06,60.3214,3.90833,315,315,5,0,2466,1923,0,1), + (45351,10605,0,0,0,1878.15,-1337.87,60.1733,2.60246,315,315,5,0,2466,1923,0,1), + (45352,1831,0,0,0,1893.67,-1618.53,60.6432,4.54727,315,315,0,0,3082,0,0,0), + (45353,1835,0,0,0,1895.23,-1619.77,60.6432,4.80438,315,315,0,0,2551,1982,0,0), + (45354,10605,0,0,0,1896.56,-1616.52,60.5759,4.91907,315,315,5,0,2466,1923,0,1), + (45355,1835,0,0,0,1883.58,-1318.12,60.7731,3.71755,315,315,0,0,2551,1982,0,0), + (45356,1831,0,0,0,1870.9,-1333.11,60.1979,3.35103,315,315,0,0,3082,0,0,0), + (45357,10605,0,0,0,2082.33,-1821.67,60.2251,2.67035,315,315,0,0,2466,1923,0,0), + (45358,1831,0,0,0,2101.41,-1795.61,57.289,6.00342,315,315,0,0,3082,0,0,0), + (45359,1835,0,0,0,2112.49,-1813.31,59.0745,0.193426,315,315,0,0,2551,1982,0,0), + (45360,10605,0,0,0,2087.77,-1814.55,57.8245,3.32096,315,315,0,0,2466,1923,0,0), + (45361,1831,0,0,0,2104.43,-1806.43,57.4495,4.76122,315,315,0,0,3082,0,0,0), + (45362,1831,0,0,0,2090.26,-1803.43,56.9495,3.99032,315,315,0,0,3082,0,0,0), + (45363,10605,0,0,0,2081.61,-1808.95,58.5745,3.91197,315,315,0,0,2466,1923,0,0), + (45364,1831,0,0,0,2088.16,-1829.79,59.8245,1.38347,315,315,5,0,3082,0,0,1), + (45365,1831,0,0,0,2106.37,-1828.04,57.9198,3.31613,315,315,0,0,3082,0,0,0), + (45366,1835,0,0,0,2099.64,-1826.7,57.4495,1.13003,315,315,5,0,2551,1982,0,1), + (45367,1833,0,0,0,2189.58,-1751.7,59.5013,6.18013,315,315,10,0,3293,0,0,1), + (45368,4494,0,0,0,2348.84,-1918.51,101.571,5.75701,315,315,5,0,2631,5340,0,2), + (45369,4494,0,0,0,2691.96,-1945.11,107.239,5.17082,315,315,2,0,2631,5340,0,1), + (45370,4494,0,0,0,2694.52,-1940.48,72.1459,0.048214,315,315,2,0,2631,5340,0,1), + (45371,1826,0,0,0,2344.72,-2058.66,164.659,6.04053,315,315,0,0,2470,5013,0,0), + (45372,1826,0,0,0,2206.17,-1789.29,63.9466,1.34631,315,315,0,0,2470,5013,0,0), + (45373,4494,0,0,0,2700.29,-1945.7,72.3331,2.1293,315,315,2,0,2631,5340,0,1), + (45374,4494,0,0,0,2382.12,-1965.49,119.581,1.97325,315,315,5,0,2631,5340,0,2), + (45375,1833,0,0,0,2293.58,-1873.52,87.9875,4.98709,315,315,5,0,3293,0,0,2), + (45376,4494,0,0,0,2689.96,-1950.87,72.1546,3.27295,315,315,2,0,2631,5340,0,1), + (45377,1833,0,0,0,2415.34,-1716.52,108.241,4.33739,315,315,10,0,3293,0,0,2), + (45378,1884,0,0,0,2444.18,-1584.16,108.788,5.81195,315,315,0,0,3420,0,0,0), + (45379,1833,0,0,0,2379.45,-1551.25,108.307,2.26554,315,315,10,0,3293,0,0,1), + (45380,1884,0,0,0,2409.18,-1501.01,104.138,5.77704,315,315,0,0,3420,0,0,0), + (45381,1833,0,0,0,2378.74,-1680.58,105.243,2.83003,315,315,10,0,3293,0,0,1), + (45382,1884,0,0,0,2432.9,-1632.73,105.102,2.36232,315,315,5,0,3420,0,0,1), + (45383,1884,0,0,0,2482.56,-1629.64,106.211,0.453786,315,315,0,0,3420,0,0,0), + (45384,1884,0,0,0,2393.89,-1480.27,103.383,1.22173,315,315,0,0,3420,0,0,0), + (45385,1884,0,0,0,2449.33,-1668.7,103.127,2.55794,315,315,3,0,3420,0,0,1), + (45386,1884,0,0,0,2408.06,-1572.86,110.882,3.9968,315,315,0,0,3420,0,0,0), + (45387,1834,0,0,0,2906.14,-1410.65,152.02,3.92092,315,315,5,0,6273,2117,0,1), + (45388,1834,0,0,0,2844.54,-1419.55,147.63,0.15708,315,315,0,0,6273,2117,0,0), + (45389,1883,0,0,0,3012.25,-1566.34,147.999,1.69297,315,315,0,0,3529,0,0,0), + (45390,1834,0,0,0,2819.4,-1564.48,151.12,1.30247,315,315,5,0,6273,2117,0,1), + (45391,1827,0,0,0,2781.21,-1600.6,130.836,5.00539,315,315,0,0,7842,0,0,0), + (45392,1834,0,0,0,2773.69,-1443.69,146.095,6.17168,315,315,3,0,6273,2117,0,1), + (45393,1827,0,0,0,2970.99,-1395.62,176.129,2.70526,315,315,0,0,7842,0,0,0), + (45394,1883,0,0,0,3004.13,-1537.84,147.119,4.18879,315,315,0,0,3529,0,0,0), + (45395,1827,0,0,0,2797.33,-1455.68,145.97,2.36788,315,315,3,0,7842,0,0,1), + (45396,1827,0,0,0,2900.03,-1439.67,147.192,1.5708,315,315,0,0,7842,0,0,0), + (45397,2110,0,0,0,1370.75,-1549.55,57.7947,3.60198,315,315,10,0,1,0,0,1), + (45398,2110,0,0,0,1613.72,-1392.71,66.888,2.91106,315,315,10,0,1,0,0,1), + (45399,2110,0,0,0,1770.39,-1204.02,59.5956,5.43287,315,315,10,0,1,0,0,1), + (45400,4076,0,0,0,1714.14,-1730.68,60.1878,0.149179,315,315,10,0,8,0,0,1), + (45401,4076,0,0,0,2763.13,-1539.22,142.422,3.08673,315,315,10,0,8,0,0,1), + (45402,4076,0,0,0,1118.22,-1150.55,60.5692,5.3376,315,315,10,0,8,0,0,1), + (45403,2110,0,0,0,1694.27,-2330.47,59.6169,2.44901,315,315,10,0,1,0,0,1), + (45404,10780,0,0,0,1037.85,-1464.78,64.3293,5.22499,315,315,5,0,20,0,0,1), + (45405,4076,0,0,0,1644.18,-1746.55,60.4774,3.33387,315,315,10,0,8,0,0,1), + (45406,10780,0,0,0,2829.29,-1502.31,146.25,3.10537,315,315,5,0,20,0,0,1), + (45407,1784,0,0,0,1078.15,-1914.53,63.1367,0.760242,315,315,0,0,2384,1864,0,0), + (45408,1783,0,0,0,1048.02,-1928.66,39.2634,5.92341,315,315,6,0,2880,0,0,2), + (45409,1783,0,0,0,1082.69,-1932.42,39.1671,5.03138,315,315,0,0,2880,0,0,0), + (45410,1791,0,0,0,1043.22,-1940.89,38.6803,0.484982,315,315,0,0,2880,0,0,0), + (45411,1784,0,0,0,1090.62,-1911.5,62.2564,1.98389,315,315,3,0,2384,1864,0,1), + (45412,1791,0,0,0,1060.47,-1896.18,31.8598,4.66003,315,315,0,0,2880,0,0,0), + (45413,1783,0,0,0,1068.33,-1902.07,48.1506,5.91667,315,315,0,0,2880,0,0,0), + (45414,1783,0,0,0,1075,-1904.78,48.066,2.59195,315,315,5,0,2880,0,0,2), + (45415,1784,0,0,0,1063.46,-1904.11,48.152,1.32645,315,315,5,0,2384,1864,0,2), + (45416,1791,0,0,0,1045.75,-1934.72,38.6803,4.80528,315,315,5,0,2880,0,0,1), + (45417,11023,0,0,0,966.428,-1451.72,63.7999,4.20624,660,660,0,0,37193,0,0,0), + (45419,11152,0,0,0,1680.6,-2282.77,59.1679,5.88176,315,315,0,0,42,0,0,0), + (45420,11152,0,0,0,1726.79,-1179,59.3389,5.63741,315,315,0,0,42,0,0,0), + (45421,11152,0,0,0,1867.25,-1563.51,59.4606,2.53073,315,315,0,0,42,0,0,0), + (45422,11152,0,0,0,1474.86,-1867.65,58.6227,1.72788,315,315,0,0,42,0,0,0), + (45423,11217,0,0,0,1253.96,-2604.14,91.5909,3.1765,315,315,0,0,4108,0,0,0), + (45424,11216,0,0,0,1253.55,-2602.62,91.5884,3.36848,315,315,0,0,3986,2160,0,0), + (45425,12387,0,0,0,2302.98,-2303.92,60.8146,2.73974,315,315,0,0,2915,4326,0,0), + (45426,10905,0,0,0,1329.93,-1587.96,61.1981,2.46091,315,315,0,0,64,0,0,0), + (45427,10903,0,0,0,1467.73,-1403.47,67.0566,5.14872,315,315,0,0,64,0,0,0), + (45428,10904,0,0,0,1553.46,-1488.11,67.7152,2.11185,315,315,0,0,64,0,0,0), + (45429,10902,0,0,0,1314.08,-1305.33,63.7871,1.32645,315,315,0,0,64,0,0,0), + (45430,10927,0,0,0,1114.2,-1697.44,67.5886,0.569946,315,315,0,0,413,0,0,0), + (45431,10976,0,0,0,1452.32,-1276.43,68.6052,3.38594,315,315,0,0,4484,0,0,0), + (45432,11611,0,0,0,2689.51,-1954.99,107.239,3.89208,315,315,5,0,3006,2241,0,2), + (45433,12425,0,0,0,944.157,-1458.45,62.6499,4.88692,660,660,0,0,9153,0,0,0), + (45434,10801,0,0,0,1697.65,-1167.22,59.7525,3.42698,315,315,0,0,3293,0,0,0), + (45435,12596,0,0,0,928.273,-1429.08,64.8343,5.72468,660,660,0,0,7423,7071,0,0), + (45436,1842,0,0,0,2942.58,-1390.09,167.421,4.2586,1140,1140,0,0,26650,5240,0,0), + (45437,11616,0,0,0,934.77,-1450.32,62.7314,4.10152,315,315,0,0,4108,5013,0,0), + (45438,883,0,0,0,980.216,-1500.93,67.6863,4.44216,315,315,10,0,1,0,0,1), + (45439,10739,0,0,0,1513.06,-1893.84,60.5976,2.44346,315,315,0,0,4108,2117,0,0), + (45440,10778,0,0,0,1817.14,-1234.57,65.1924,2.42601,315,315,0,0,166,0,0,0), + (45441,10816,0,0,0,1936.95,-1635.07,60.0263,3.07905,315,315,0,0,3398,0,0,2), + (45442,1787,0,0,0,1398.84,-1496.11,55.1429,1.18682,315,315,0,0,3293,0,0,0), + (45443,1789,0,0,0,1380.63,-1558.68,58.8425,4.95674,315,315,0,0,2823,2117,0,0), + (45444,1787,0,0,0,1401.83,-1501.03,55.7768,1.48353,315,315,0,0,3293,0,0,0), + (45445,1795,0,0,0,1393.87,-1534.93,58.9197,3.27241,315,315,10,0,2823,2117,0,1), + (45446,1789,0,0,0,1370.98,-1497.44,56.9143,2.51327,315,315,0,0,2823,2117,0,0), + (45447,1795,0,0,0,1369.11,-1502.66,57.1426,2.44346,315,315,0,0,2823,2117,0,0), + (45448,1787,0,0,0,1392.38,-1497.51,55.5874,1.309,315,315,0,0,3293,0,0,0), + (45449,1794,0,0,0,1396.39,-1501.01,55.7401,1.32645,315,315,0,0,2634,2041,0,0), + (45450,1787,0,0,0,1376.44,-1555.22,58.3682,4.69494,315,315,0,0,3293,0,0,0), + (45451,1794,0,0,0,1411.78,-1521.35,57.4569,0.057505,315,315,10,0,2634,2041,0,1), + (45452,11609,0,0,0,958.662,-1427.81,64.6484,5.93412,315,315,0,0,2372,1864,0,0), + (45453,10667,0,0,0,1452.81,-1279.91,68.6052,3.19395,315,315,0,0,4876,2781,0,0), + (45454,1847,0,0,0,1863.7,-1572.83,59.1449,1.22739,43200,43200,0,0,3082,0,0,0), + (45455,1789,0,0,0,1321.62,-1415.4,46.5345,0.361778,315,315,10,0,2823,2117,0,1), + (45456,1795,0,0,0,1449.57,-1247.65,69.8898,1.34891,315,315,3,0,2823,2117,0,1), + (45457,1795,0,0,0,1387.67,-1392.5,56.33,1.25527,315,315,0,0,2823,2117,0,0), + (45458,1794,0,0,0,1279.41,-1414.14,52.4046,1.81558,315,315,10,0,2634,2041,0,1), + (45459,1795,0,0,0,1265.94,-1570.99,59.4841,1.57506,315,315,3,0,2823,2117,0,1), + (45460,1789,0,0,0,1238.74,-1593.33,68.9581,3.65619,315,315,5,0,2823,2117,0,1), + (45461,1789,0,0,0,1517.68,-1452.22,63.0147,2.58639,315,315,5,0,2823,2117,0,1), + (45462,1795,0,0,0,1510.37,-1710.45,68.9048,0.661563,315,315,5,0,2823,2117,0,1), + (45463,1795,0,0,0,1517.02,-1642.81,64.7502,1.57233,315,315,5,0,2823,2117,0,1), + (45464,1794,0,0,0,1291.8,-1338.2,64.1967,4.10702,315,315,0,0,2634,2041,0,0), + (45465,1822,0,0,0,1619.22,-873.045,64.3331,4.02865,315,315,10,0,2880,0,0,1), + (45466,1815,0,0,0,1485.67,-1146.2,75.6753,0.61353,315,315,5,0,3438,0,0,1), + (45467,1822,0,0,0,1761.34,-827.675,63.6541,5.6859,315,315,3,0,2880,0,0,1), + (45468,1815,0,0,0,1448.42,-1177.22,70.2881,1.08053,315,315,10,0,3438,0,0,1), + (45469,1809,0,0,0,1799.09,-868.624,64.8857,1.90155,315,315,5,0,2880,0,0,1), + (45470,11738,1,0,0,-6841.8,-41.5192,4.24381,4.97821,300,300,10,0,3529,0,0,1), + (45471,11738,1,0,0,-6949.79,150.492,4.30296,3.87576,300,300,25,0,3529,0,0,1), + (45472,6670,0,0,0,-10650.8,1128.61,34.1978,4.43314,300,300,0,0,166,0,0,2), + (45473,11738,1,0,0,-7016.25,188.473,1.67454,4.41638,300,300,25,0,3529,0,0,1), + (45474,11278,0,0,0,1142.85,-2512.56,62.0775,4.096,120,120,0,0,3517,0,0,0), + (45477,842,0,0,0,-10645.2,1141.44,33.7257,1.20428,300,300,0,0,166,0,0,0), + (45478,11738,1,0,0,-7001.71,373.723,4.50955,2.22054,300,300,25,0,3529,0,0,1), + (45479,1822,0,0,0,1512.01,-1180.51,73.1403,2.61324,315,315,5,0,2880,0,0,1), + (45480,1822,0,0,0,1581.79,-977.945,66.5011,1.78925,315,315,10,0,2880,0,0,1), + (45481,1815,0,0,0,1598.6,-953.296,67.2133,2.44104,315,315,10,0,3438,0,0,1), + (45482,1822,0,0,0,1518.66,-1055.6,72.6541,5.12883,315,315,10,0,2880,0,0,1), + (45483,1822,0,0,0,1587.26,-1298.3,65.2191,1.37999,315,315,5,0,2880,0,0,1), + (45484,1824,0,0,0,1818.64,-1976.28,77.8121,3.80718,315,315,3,0,3293,0,0,1), + (45485,1816,0,0,0,1977.3,-2512.08,60.1856,2.96638,315,315,10,0,3921,0,0,1), + (45486,1824,0,0,0,1659.23,-2125.07,62.2864,3.61345,315,315,10,0,3293,0,0,1), + (45487,1824,0,0,0,1885.2,-1848.39,89.6968,1.15083,315,315,3,0,3293,0,0,1), + (45488,1824,0,0,0,1582.79,-1945.17,66.4387,1.08618,315,315,10,0,3293,0,0,1), + (45490,9692,229,0,0,-166.923,-331.402,64.401,1.55629,7200,7200,0,0,8352,0,0,2), + (45786,9693,229,0,0,-163.763,-324.845,64.4017,3.04383,7200,7200,0,0,6891,2289,0,0), + (45493,11738,1,0,0,-6552.77,1475.56,0.896729,5.73895,300,300,25,0,3529,0,0,1), + (45494,11738,1,0,0,-6566.32,1445.22,2.27094,0.343172,300,300,25,0,3529,0,0,1), + (45495,11738,1,0,0,-6551.25,354.551,1.09174,2.31013,300,300,25,0,3529,0,0,1), + (45496,11738,1,0,0,-6629.45,310.984,3.7073,3.15678,300,300,25,0,3529,0,0,1), + (45497,11738,1,0,0,-6700.96,157.415,3.80471,4.11463,300,300,25,0,3529,0,0,1), + (45498,4076,129,0,0,2507.81,766.568,39.8522,6.06717,7200,7200,5,0,8,0,0,1), + (45499,11738,1,0,0,-6712.8,121.013,4.84934,0.300119,300,300,25,0,3529,0,0,1), + (45501,8666,0,0,0,-8650,903.817,98.421,3.768,10800,10800,0,0,166,0,0,2), + (45502,11738,1,0,0,-6646.59,205.423,2.73853,1.24705,300,300,25,0,3529,0,0,1), + (45503,11738,1,0,0,-6350.69,622.197,2.12561,2.97119,300,300,25,0,3529,0,0,1), + (45504,11738,1,0,0,-6331.05,317.969,14.0215,3.15917,300,300,25,0,3529,0,0,1), + (45505,11738,1,0,0,-6378.92,384.836,4.84886,0.941831,300,300,25,0,3529,0,0,1), + (45506,11738,1,0,0,-6358.46,409.285,9.57344,6.24026,300,300,25,0,3529,0,0,1), + (45507,11738,1,0,0,-6249.78,521.894,14.0437,4.32667,300,300,25,0,3529,0,0,1), + (45508,11738,1,0,0,-6179.8,557.107,12.0389,2.05455,300,300,10,0,3529,0,0,1), + (45509,11738,1,0,0,-6242.67,667.079,13.7523,1.41785,300,300,25,0,3529,0,0,1), + (45510,11738,1,0,0,-6436.9,523.183,2.49399,1.6726,300,300,25,0,3529,0,0,1), + (45511,11738,1,0,0,-6347.56,564.924,7.17732,1.72232,300,300,25,0,3529,0,0,1), + (45512,11738,1,0,0,-6377.21,512.145,5.31756,4.79098,300,300,25,0,3529,0,0,1), + (45513,11738,1,0,0,-6413.72,546.264,2.32576,1.46443,300,300,25,0,3529,0,0,1), + (45517,1824,0,0,0,1976.91,-2258.33,67.3431,1.73367,315,315,10,0,3293,0,0,1), + (45518,11738,1,0,0,-6314.52,790.594,3.30468,1.64315,300,300,25,0,3529,0,0,1), + (45519,11738,1,0,0,-6347.69,779.847,1.01046,4.91496,300,300,25,0,3529,0,0,1), + (45520,6670,0,0,0,-10631.2,1189.67,47.6136,0.331613,300,300,0,0,166,0,0,0), + (45521,6670,0,0,0,-10646.3,1113.35,35.627,0.925025,300,300,0,0,166,0,0,2), + (45522,6670,0,0,0,-10641.3,1177.66,47.4244,3.56047,300,300,0,0,166,0,0,0), + (45523,6670,0,0,0,-10648.6,1165.79,46.722,1.88496,300,300,0,0,166,0,0,0), + (45524,842,0,0,0,-10624.4,1107.64,33.8127,1.4572,300,300,0,0,166,0,0,2), + (45525,550,0,0,0,-11017.7,1438.34,43.0221,5.30596,300,300,0,1,300,0,0,2), + (45526,1109,0,0,0,-9981.23,1226.25,42.0095,3.47097,300,300,10,0,273,0,0,1), + (45527,2620,0,0,0,-11176.7,1226.89,84.8303,4.52572,300,300,5,0,8,0,0,1), + (45528,2620,0,0,0,-11077.4,1659.81,44.8357,4.66355,300,300,5,0,8,0,0,1), + (45529,2914,0,0,0,-10317.6,1137.38,37.9683,1.4965,300,300,10,0,8,0,0,1), + (45530,2914,0,0,0,-11115.2,797.275,36.2494,4.56105,300,300,5,0,8,0,0,1), + (45531,6271,0,0,0,-11187.2,1759.67,36.0294,0.321429,300,300,5,0,16,0,0,1), + (45532,2914,0,0,0,-10805.2,837.114,32.9496,2.33747,300,300,10,0,8,0,0,1), + (45533,2620,0,0,0,-10543.8,863.366,40.8301,2.5235,300,300,5,0,8,0,0,1), + (45534,6271,0,0,0,-10411.2,909.765,43.3136,4.19269,300,300,5,0,16,0,0,1), + (45535,11738,1,0,0,-6281.23,739.316,13.4876,4.66745,300,300,25,0,3529,0,0,1), + (45536,95,0,0,0,-9856.29,1386.08,38.2633,0.593412,300,300,0,0,222,0,0,0), + (45538,7329,129,0,0,2534.37,750.769,53.8997,0.0245,7200,7200,0,0,3780,0,0,0), + (45539,95,0,0,0,-10001.2,1470.4,40.9513,3.03687,300,300,0,0,222,0,0,0), + (45540,504,0,0,0,-9987.65,1478.71,43.5477,2.67035,300,300,0,0,247,0,0,0), + (45541,95,0,0,0,-9998.19,1451.22,41.3837,2.80998,300,300,0,0,222,0,0,0), + (45542,95,0,0,0,-9987.12,1444.62,42.5593,3.61283,300,300,0,0,222,0,0,0), + (45543,1236,0,0,0,-9939.55,1448.83,39.6373,0.730094,300,300,3,0,271,0,0,1), + (45544,1236,0,0,0,-9830.73,1429.98,36.923,2.49284,300,300,0,0,271,0,0,0), + (45545,95,0,0,0,-10005.1,1476.44,40.7722,3.76991,300,300,0,0,222,0,0,0), + (45546,1236,0,0,0,-9880.89,1449.9,43.6066,0.129733,300,300,3,0,271,0,0,1), + (45547,504,0,0,0,-9973.8,1458.38,45.0564,0.203169,300,300,0,0,247,0,0,0), + (45548,121,0,0,0,-11031.3,1661.02,42.9227,5.63741,300,300,0,0,328,0,0,0), + (45549,589,0,0,0,-11024.2,1660.14,42.8221,4.10152,300,300,0,0,263,710,0,0), + (45550,121,0,0,0,-11019.2,1652.34,43.0465,2.53073,300,300,0,0,328,0,0,0), + (45551,121,0,0,0,-11155.2,1722.11,41.322,3.49345,300,300,5,0,328,0,0,1), + (45552,449,0,0,0,-11169.7,1723.7,39.9144,3.27032,300,300,5,0,356,0,0,1), + (45553,121,0,0,0,-11158.9,1707.37,42.9868,1.69297,300,300,0,0,328,0,0,0), + (45554,449,0,0,0,-11157.6,1713.76,42.2156,4.53786,300,300,0,0,356,0,0,0), + (45555,121,0,0,0,-11166.3,1709.23,41.6794,0,300,300,0,0,328,0,0,0), + (45556,449,0,0,0,-11113.7,1661.62,49.1317,2.04191,300,300,10,0,356,0,0,1), + (45557,449,0,0,0,-11076.1,1784.68,38.4917,3.86818,300,300,10,0,356,0,0,1), + (45558,824,0,0,0,-11141.6,1498.99,24.392,3.28122,600,600,0,0,328,0,0,0), + (45559,824,0,0,0,-11089.5,1531.53,31.0062,1.06465,600,600,0,0,328,0,0,0), + (45560,824,0,0,0,-11163.1,1537.22,20.3592,0.907571,600,600,0,0,328,0,0,0), + (45561,824,0,0,0,-11114.5,1487.35,24.5028,5.25344,600,600,0,0,328,0,0,0), + (45562,824,0,0,0,-11227.5,1522.94,36.7241,0.191986,600,600,0,0,328,0,0,0), + (45563,824,0,0,0,-11207.5,1497.36,16.3478,3.57792,600,600,0,0,328,0,0,0), + (45564,824,0,0,0,-11136.6,1541.27,19.8812,0.069813,600,600,0,0,328,0,0,0), + (45565,824,0,0,0,-11167,1522.51,19.8348,5.41052,600,600,0,0,328,0,0,0), + (45566,824,0,0,0,-11185.8,1486.25,16.4122,1.43117,600,600,0,0,328,0,0,0), + (45567,824,0,0,0,-11157.7,1563.67,22.157,3.94444,600,600,0,0,328,0,0,0), + (45568,830,0,0,0,-9648.04,1353.01,10.5873,3.50125,300,300,10,0,273,0,0,1), + (45569,830,0,0,0,-9639.62,1338.94,8.08732,2.21497,300,300,10,0,273,0,0,1), + (45572,1816,0,0,0,1687.07,-1982.78,68.1713,4.64887,315,315,5,0,3921,0,0,1), + (45573,11738,1,0,0,-6500.9,295.332,4.73058,5.14112,300,300,25,0,3529,0,0,1), + (45575,11738,1,0,0,-6729.04,1180.85,4.1192,3.1621,300,300,25,0,3529,0,0,1), + (45576,11738,1,0,0,-6778.65,1214.02,4.6895,6.18623,300,300,25,0,3529,0,0,1), + (45577,11738,1,0,0,-6693.06,1253.33,4.92281,4.89714,300,300,25,0,3529,0,0,1), + (45578,11738,1,0,0,-6653.58,1260.3,4.86477,6.20589,300,300,25,0,3529,0,0,1), + (45579,11738,1,0,0,-6690.69,1296.99,3.77667,4.63219,300,300,25,0,3529,0,0,1), + (45581,11738,1,0,0,-6747.82,1273.24,3.48045,1.48871,300,300,25,0,3529,0,0,1), + (45582,11738,1,0,0,-6773.84,1062.73,3.34541,0.801292,300,300,25,0,3529,0,0,1), + (45583,11738,1,0,0,-6957.61,255.476,2.45084,4.33901,300,300,25,0,3529,0,0,1), + (45584,11738,1,0,0,-6971.76,346.824,3.17079,2.74752,300,300,25,0,3529,0,0,1), + (45585,11738,1,0,0,-6861.18,175.389,2.23436,2.8217,300,300,25,0,3529,0,0,1), + (45586,11738,1,0,0,-6888.91,210.244,-1.35712,2.4906,300,300,25,0,3529,0,0,1), + (45587,11738,1,0,0,-6777.68,87.9874,3.39104,0.315969,300,300,25,0,3529,0,0,1), + (45588,11738,1,0,0,-6696.56,516.595,0.415727,6.20102,300,300,25,0,3529,0,0,1), + (45589,11738,1,0,0,-6382.32,343.777,5.59627,4.87722,300,300,25,0,3529,0,0,1), + (45590,11738,1,0,0,-6602.51,501.122,3.19555,1.06866,300,300,25,0,3529,0,0,1), + (45591,11738,1,0,0,-6488.39,506.968,4.37149,1.09142,300,300,25,0,3529,0,0,1), + (45592,11738,1,0,0,-6413.39,674.188,5.55528,4.88525,300,300,25,0,3529,0,0,1), + (45593,11738,1,0,0,-6553.32,674.139,3.37464,1.73562,300,300,25,0,3529,0,0,1), + (45594,11738,1,0,0,-6686.85,409.336,-1.39176,1.59576,300,300,25,0,3529,0,0,1), + (45595,11738,1,0,0,-6531.25,719.26,3.27457,2.63034,300,300,25,0,3529,0,0,1), + (45596,11738,1,0,0,-6487.59,601.866,2.26698,1.78544,300,300,25,0,3529,0,0,1), + (45597,11738,1,0,0,-6515.91,516.424,4.59548,2.62085,300,300,25,0,3529,0,0,1), + (45598,11738,1,0,0,-6584.87,585.431,3.74153,3.05748,300,300,25,0,3529,0,0,1), + (45599,11738,1,0,0,-6599.05,561.707,0.111476,0.581763,300,300,25,0,3529,0,0,1), + (45600,11738,1,0,0,-6662.02,653.445,5.83046,3.28653,300,300,25,0,3529,0,0,1), + (45601,11738,1,0,0,-6617.75,678.636,5.76794,1.84244,300,300,25,0,3529,0,0,1), + (45602,11738,1,0,0,-6661.99,759.31,12.5007,5.85187,300,300,25,0,3529,0,0,1), + (45603,11738,1,0,0,-6911.76,973.359,5.62298,6.10648,300,300,25,0,3529,0,0,1), + (45604,11738,1,0,0,-6948.48,983.046,9.08333,6.2105,300,300,25,0,3529,0,0,1), + (45605,11738,1,0,0,-6645.52,-143.324,3.01794,4.40671,300,300,10,0,3529,0,0,1), + (45606,11738,1,0,0,-6723.11,133.235,3.68168,5.42589,300,300,25,0,3529,0,0,1), + (45607,11738,1,0,0,-6698.2,414.523,-1.39176,1.44361,300,300,25,0,3529,0,0,1), + (45608,11739,1,0,0,-7757.71,1343.44,0.462243,2.67882,300,300,25,0,3758,0,0,1), + (45609,11739,1,0,0,-7781.62,1317.79,-4.97863,2.20874,300,300,25,0,3758,0,0,1), + (45610,16091,1,0,0,-6867.52,721.72,45.7454,4.13643,600,600,0,0,3800,0,0,0), + (45611,11739,1,0,0,-7689.71,1411.01,2.43352,4.69428,300,300,25,0,3758,0,0,1), + (45612,11739,1,0,0,-7864.6,1453.36,-3.55154,1.77336,300,300,25,0,3758,0,0,1), + (45613,11739,1,0,0,-7784.33,1512.91,1.21811,2.75491,300,300,25,0,3758,0,0,1), + (45614,11739,1,0,0,-7879.69,1581.92,2.83726,2.74299,300,300,25,0,3758,0,0,1), + (45615,11739,1,0,0,-7747.9,1516.7,-0.507965,0.772662,300,300,25,0,3758,0,0,1), + (45616,11739,1,0,0,-7757.08,1855.86,5.04389,5.48122,300,300,25,0,3758,0,0,1), + (45617,11739,1,0,0,-7799,1371.3,-4.3379,3.46945,300,300,25,0,3758,0,0,1), + (45618,11739,1,0,0,-7651.73,1383.3,3.14949,6.2148,300,300,25,0,3758,0,0,1), + (45619,11739,1,0,0,-7721.76,1362.16,1.75306,5.76622,300,300,25,0,3758,0,0,1), + (45620,11739,1,0,0,-7881.66,1429.6,-5.66793,0.083141,300,300,25,0,3758,0,0,1), + (45621,11739,1,0,0,-7816.21,1401.41,-5.2401,4.03003,300,300,25,0,3758,0,0,1), + (45622,11739,1,0,0,-7706.99,1504.25,3.82011,4.28544,300,300,25,0,3758,0,0,1), + (45623,11739,1,0,0,-7580.29,1314.65,2.913,0.322185,300,300,25,0,3758,0,0,1), + (45624,11739,1,0,0,-7706.67,1589.48,2.83999,4.05102,300,300,25,0,3758,0,0,1), + (45625,11739,1,0,0,-7744.96,1648.7,6.41637,5.95001,300,300,25,0,3758,0,0,1), + (45626,11739,1,0,0,-7532.25,1429.78,3.9578,2.2141,300,300,25,0,3758,0,0,1), + (45627,11739,1,0,0,-7840.45,1664.35,-0.164728,5.24243,300,300,25,0,3758,0,0,1), + (45628,11739,1,0,0,-7744.53,1561.12,1.3011,4.90691,300,300,25,0,3758,0,0,1), + (45629,11739,1,0,0,-7748.8,1728.81,10.794,0.989836,300,300,25,0,3758,0,0,1), + (45630,11739,1,0,0,-7857.27,1677.93,0.965135,3.46843,300,300,25,0,3758,0,0,1), + (45631,11739,1,0,0,-7707.48,1382.11,2.80996,0.126293,300,300,25,0,3758,0,0,1), + (45632,11739,1,0,0,-7917.91,1564.34,-2.0917,1.8314,300,300,25,0,3758,0,0,1), + (45633,11739,1,0,0,-7494.38,1244.9,1.24715,0.399895,300,300,25,0,3758,0,0,1), + (45634,11739,1,0,0,-7525.14,1081.15,-0.780214,0.278188,300,300,25,0,3758,0,0,1), + (45635,11739,1,0,0,-7519.86,1167.3,2.1122,0.669039,300,300,25,0,3758,0,0,1), + (45636,11739,1,0,0,-7931.46,976.464,2.78004,5.98181,300,300,25,0,3758,0,0,1), + (45637,11739,1,0,0,-7669.72,1260.77,0.161572,3.62534,300,300,25,0,3758,0,0,1), + (45638,11739,1,0,0,-7584.15,1188.4,0.758568,1.9473,300,300,25,0,3758,0,0,1), + (45639,11739,1,0,0,-7957.04,1281.92,-5.54231,5.92099,300,300,25,0,3758,0,0,1), + (45640,11739,1,0,0,-7677.62,1287.87,1.70574,3.24534,300,300,25,0,3758,0,0,1), + (45641,11739,1,0,0,-7880.63,1014.48,5.62291,4.10759,300,300,25,0,3758,0,0,1), + (45642,11739,1,0,0,-7921.29,1218.17,0.639796,0.879207,300,300,25,0,3758,0,0,1), + (45643,11739,1,0,0,-7642.99,1349.36,-0.020938,3.0497,300,300,25,0,3758,0,0,1), + (45644,11739,1,0,0,-8005.12,990.628,4.99212,5.21601,300,300,10,0,3758,0,0,1), + (45645,11739,1,0,0,-7799.98,1737.87,4.28714,0.648969,300,300,25,0,3758,0,0,1), + (45646,11739,1,0,0,-7990.23,986.838,0.627877,5.74695,300,300,25,0,3758,0,0,1), + (45647,11739,1,0,0,-7518.74,845.351,-2.34773,1.31536,300,300,25,0,3758,0,0,1), + (45648,11739,1,0,0,-7517.09,1353.9,-0.884621,6.23996,300,300,25,0,3758,0,0,1), + (45649,11739,1,0,0,-7924.98,1058.93,4.48754,4.76513,300,300,25,0,3758,0,0,1), + (45650,11739,1,0,0,-8039.49,1244.57,3.95205,0.294263,300,300,10,0,3758,0,0,1), + (45651,11739,1,0,0,-7907.59,1124.42,5.2255,5.15333,300,300,25,0,3758,0,0,1), + (45652,11739,1,0,0,-7962.09,1150.49,0.956,3.16405,300,300,25,0,3758,0,0,1), + (45653,11739,1,0,0,-7850.1,1510.57,-0.579269,1.49455,300,300,25,0,3758,0,0,1), + (45654,11739,1,0,0,-8074.96,1306.82,11.2707,3.79604,300,300,25,0,3758,0,0,1), + (45655,11739,1,0,0,-7983.98,914.432,-1.95423,4.00339,300,300,25,0,3758,0,0,1), + (45656,11739,1,0,0,-7816.21,950.322,0.580247,2.37553,300,300,25,0,3758,0,0,1), + (45657,11739,1,0,0,-8018.66,1322.88,-7.26288,5.00356,300,300,25,0,3758,0,0,1), + (45658,11739,1,0,0,-7781.51,972.253,-3.18445,4.7702,300,300,25,0,3758,0,0,1), + (45659,11739,1,0,0,-7812.6,1065.91,4.08808,2.01043,300,300,25,0,3758,0,0,1), + (45660,11739,1,0,0,-7962.19,276.715,2.63366,5.75314,300,300,25,0,3758,0,0,1), + (45661,11739,1,0,0,-7830,1058.01,4.1371,6.28221,300,300,25,0,3758,0,0,1), + (45662,11739,1,0,0,-7644.94,969.872,0.978363,1.43166,300,300,25,0,3758,0,0,1), + (45663,11739,1,0,0,-7983.14,1068.37,2.62957,4.8746,300,300,10,0,3758,0,0,1), + (45664,11739,1,0,0,-7777.23,1118.57,3.48421,6.16174,300,300,25,0,3758,0,0,1), + (45665,11739,1,0,0,-7841.03,1212.88,-0.783257,2.56767,300,300,25,0,3758,0,0,1), + (45666,11739,1,0,0,-7895.7,1094.11,6.15709,4.41504,300,300,25,0,3758,0,0,1), + (45667,11739,1,0,0,-7741.38,1070.17,1.93985,0.580144,300,300,25,0,3758,0,0,1), + (45668,11739,1,0,0,-7886.81,1268.75,-5.75501,2.20649,300,300,30,0,3758,0,0,1), + (45669,11739,1,0,0,-8015.29,1734.42,0.25673,2.15176,300,300,25,0,3758,0,0,1), + (45670,11739,1,0,0,-7579.57,782.521,-17.8797,4.8542,300,300,25,0,3758,0,0,1), + (45671,11739,1,0,0,-7916.73,1247.21,-5.1437,4.59106,300,300,30,0,3758,0,0,1), + (45672,11739,1,0,0,-7683.46,1171.93,-0.421547,1.53411,300,300,25,0,3758,0,0,1), + (45673,11739,1,0,0,-7508.16,1130.39,1.73542,0.881618,300,300,25,0,3758,0,0,1), + (45674,11739,1,0,0,-7850.84,1248.77,-10.6734,3.14745,300,300,25,0,3758,0,0,1), + (45675,11739,1,0,0,-7861.12,1216.34,-4.32653,5.84313,300,300,25,0,3758,0,0,1), + (45676,11739,1,0,0,-7718.01,1195.25,0.595191,1.72968,300,300,25,0,3758,0,0,1), + (45677,11739,1,0,0,-7582.78,1094.71,1.34623,2.66571,300,300,25,0,3758,0,0,1), + (45678,11739,1,0,0,-7711.39,1057.99,2.75971,4.26184,300,300,25,0,3758,0,0,1), + (45679,11739,1,0,0,-7553.11,1077.83,4.58585,1.52391,300,300,25,0,3758,0,0,1), + (45680,11739,1,0,0,-7957.53,912.476,2.35085,2.1848,300,300,25,0,3758,0,0,1), + (45681,11739,1,0,0,-7713.98,250.945,3.08959,5.06824,300,300,25,0,3758,0,0,1), + (45682,11739,1,0,0,-7736.76,1028.68,2.69447,4.72801,300,300,25,0,3758,0,0,1), + (45683,11739,1,0,0,-7642.77,328.193,0.017793,0.978462,300,300,25,0,3758,0,0,1), + (45684,11739,1,0,0,-7717.08,960.171,-2.67997,1.59618,300,300,25,0,3758,0,0,1), + (45685,11739,1,0,0,-7816.13,1119.34,0.457605,1.49845,300,300,25,0,3758,0,0,1), + (45686,11739,1,0,0,-7683.5,220.116,4.45105,2.42105,300,300,25,0,3758,0,0,1), + (45687,11739,1,0,0,-7581.29,883.584,-0.163771,3.10743,300,300,25,0,3758,0,0,1), + (45688,11739,1,0,0,-7651.48,961.737,1.50794,2.17776,300,300,25,0,3758,0,0,1), + (45689,11739,1,0,0,-7748.23,217.18,4.73819,0.565342,300,300,25,0,3758,0,0,1), + (45690,11739,1,0,0,-7692.16,950.232,-4.04803,3.21435,300,300,25,0,3758,0,0,1), + (45691,11740,1,0,0,-6327.39,1265.9,6.5949,3.72689,300,300,25,0,3137,0,0,1), + (45692,11740,1,0,0,-6382.82,1326.36,3.32631,0.041988,300,300,25,0,3137,0,0,1), + (45693,11740,1,0,0,-6369.03,467.862,-0.520796,2.41008,300,300,25,0,3137,0,0,1), + (45694,11740,1,0,0,-6247.77,552.957,11.3063,4.07943,300,300,25,0,3137,0,0,1), + (45695,11740,1,0,0,-6847.24,44.191,0.650098,2.94493,300,300,25,0,3137,0,0,1), + (45696,11740,1,0,0,-6812.96,-13.8176,0.888903,1.55253,300,300,25,0,3137,0,0,1), + (45697,11740,1,0,0,-6684.17,229.595,2.54462,6.02874,300,300,25,0,3137,0,0,1), + (45698,11740,1,0,0,-6607.7,361.861,1.64178,5.05165,300,300,25,0,3137,0,0,1), + (45699,11740,1,0,0,-6620.62,1220.05,4.31002,1.12461,300,300,25,0,3137,0,0,1), + (45700,11740,1,0,0,-6400.67,767.783,4.14409,5.4378,300,300,25,0,3137,0,0,1), + (45701,11740,1,0,0,-6325.93,436.812,14.353,2.15892,300,300,25,0,3137,0,0,1), + (45702,11740,1,0,0,-6645.85,1348.35,3.42603,1.79888,300,300,25,0,3137,0,0,1), + (45703,11740,1,0,0,-6714.66,1337.23,3.62794,1.7138,300,300,25,0,3137,0,0,1), + (45704,4076,129,0,0,2441.35,822.925,42.1302,1.70331,7200,7200,5,0,8,0,0,1), + (45705,830,0,0,0,-9656.92,1256.4,6.79725,1.4988,300,300,10,0,273,0,0,1), + (45706,1816,0,0,0,1848.76,-2070.97,74.9777,3.76768,315,315,5,0,3921,0,0,1), + (45707,8856,0,0,0,-8408,450.74,123.76,2.251,10,10,0,0,1240,0,0,0), + (45708,5648,209,0,0,1688.44,868.643,8.96012,2.87979,18000,18000,0,0,3603,7150,0,0), + (45709,5649,209,0,0,1619.75,978.372,9.24063,5.11505,7200,7200,0,0,5346,0,0,2), + (45710,5650,209,0,0,1651.44,701.343,35.3521,1.37537,7200,7200,0,0,4278,2966,0,2), + (45711,11740,1,0,0,-6529.69,1402.5,3.16873,2.11769,300,300,25,0,3137,0,0,1), + (45713,11740,1,0,0,-6555.13,1352.97,4.71959,6.27656,300,300,25,0,3137,0,0,1), + (45714,11740,1,0,0,-6557.53,1442.42,2.61,1.23456,300,300,25,0,3137,0,0,1), + (45715,11740,1,0,0,-6323.52,480.963,5.73208,4.67174,300,300,25,0,3137,0,0,1), + (45716,11740,1,0,0,-6385.1,737.986,3.2989,2.39004,300,300,25,0,3137,0,0,1), + (45717,11740,1,0,0,-6367.05,659.931,6.17823,5.29877,300,300,25,0,3137,0,0,1), + (45718,3840,43,0,0,-74.9697,-39.5402,-59.3461,0.820305,7200,7200,0,0,1212,912,0,0), + (45719,2914,43,0,0,-102.949,-62.0252,-66.7835,1.27229,7200,7200,10,0,8,0,0,1), + (45720,11740,1,0,0,-6351.07,693.777,6.77149,1.4965,300,300,25,0,3137,0,0,1), + (45721,5055,43,0,0,-68.4069,-39.3043,-60.7368,2.00713,7200,7200,6,0,134,0,0,1), + (45722,3840,43,0,0,-176.697,-92.6461,-67.1632,3.29544,7200,7200,10,0,1212,912,0,1), + (45723,5761,43,0,0,-166.194,-89.0084,-67.3555,4.768,7200,7200,5,0,1212,456,0,1), + (45724,5761,43,0,0,-112.501,-104.253,-75.2744,0.855211,7200,7200,2,0,1212,456,0,1), + (45725,1816,0,0,0,1946.99,-1856.38,70.0017,4.60864,315,315,10,0,3921,0,0,1), + (45726,1816,0,0,0,1643.29,-2079.42,60.9107,4.0044,315,315,10,0,3921,0,0,1), + (45727,1817,0,0,0,2020.43,-1812.65,66.8084,0.618887,315,315,5,0,3189,0,0,1), + (45728,1817,0,0,0,2445.93,-1516.91,101.945,2.39628,315,315,3,0,3189,0,0,1), + (45729,1821,0,0,0,1651.54,-1516.35,60.6607,0.768003,315,315,5,0,3082,0,0,1), + (45730,1821,0,0,0,1631.76,-1798.07,62.3947,2.8217,315,315,5,0,3082,0,0,1), + (45731,1817,0,0,0,1752.92,-1414.71,64.0683,0.232197,315,315,5,0,3189,0,0,1), + (45732,1821,0,0,0,2143.93,-1581.34,68.313,2.79351,315,315,5,0,3082,0,0,1), + (45733,1817,0,0,0,2109.02,-1547.54,66.7829,2.91699,315,315,10,0,3189,0,0,1), + (45734,9717,229,0,0,-164.702,-414.037,76.1473,3.1687,7200,7200,2,0,6681,2241,0,1), + (45735,1817,0,0,0,2051.84,-1492.14,86.1811,4.48684,315,315,5,0,3189,0,0,1), + (45736,1817,0,0,0,2314.37,-1556.12,95.6517,4.30814,315,315,10,0,3189,0,0,1), + (45737,1821,0,0,0,2047.72,-1614.38,63.0904,2.27671,315,315,10,0,3082,0,0,1), + (45738,1791,0,0,0,1723.61,-1256.71,59.925,4.90893,315,315,5,0,2880,0,0,1), + (45739,1784,0,0,0,1729.2,-1172.24,59.3638,4.95674,315,315,0,0,2384,1864,0,0), + (45740,1784,0,0,0,1725.5,-1190.47,59.7376,5.71821,315,315,5,0,2384,1864,0,1), + (45741,9716,229,0,0,-168.363,-416.843,76.1473,1.57277,7200,7200,2,0,8352,0,0,1), + (45742,9716,229,0,0,-168.491,-410.858,76.1473,4.65782,7200,7200,2,0,8352,0,0,1), + (45743,9717,229,0,0,-175.122,-454.259,87.3903,5.69062,7200,7200,0,0,6681,2241,0,0), + (45744,9716,229,0,0,-171.586,-460.339,87.3903,1.59791,7200,7200,0,0,8352,0,0,0), + (45745,9692,229,0,0,-165.81,-459.49,87.57,2.31,10800,10800,0,0,8352,0,0,0), + (45746,9696,229,0,0,-166.59,-462.11,87.57,2.31,10800,10800,0,0,2699,0,0,0), + (45747,9696,229,0,0,-163.2,-458.92,87.57,2.34,10800,10800,0,0,2699,0,0,0), + (45749,9736,229,0,0,-191.052,-475.636,87.3902,5.44113,28800,28800,0,0,23688,0,0,2), + (45750,9716,229,0,0,-204.508,-463.535,87.3903,2.49248,7200,7200,0,0,8352,0,0,2), + (45751,9716,229,0,0,-206.131,-458.016,87.3903,4.69395,7200,7200,0,0,8352,0,0,0), + (45752,9717,229,0,0,-208.295,-463.045,87.3903,0.938958,7200,7200,0,0,6681,2241,0,0), + (45753,9717,229,0,0,-207.791,-477.928,87.3903,5.14162,7200,7200,0,0,6681,2241,0,0), + (45754,9716,229,0,0,-207.922,-482.942,87.3903,0.937386,7200,7200,0,0,8352,0,0,0), + (45755,9716,229,0,0,-202.722,-481.842,87.3903,3.18127,7200,7200,0,0,8352,0,0,2), + (45756,9716,229,0,0,-175.165,-459.312,87.3903,0.814864,7200,7200,0,0,8352,0,0,2), + (45757,9568,229,0,0,-22.6325,-486.186,90.7531,3.14159,1000000,1000000,0,0,33572,0,0,0), + (4813,9216,229,0,0,-49.0348,-427.765,77.8322,1.64061,7200,7200,0,0,13920,0,0,0), + (4805,9216,229,0,0,-79.4547,-523.615,82.6267,0.80285,7200,7200,0,0,13920,0,0,0), + (4817,9696,229,0,0,-38.1504,-519.232,88.0403,3.36848,7200,7200,0,0,2699,0,0,0), + (4816,9693,229,0,0,-47.775,-520.564,87.5643,1.30227,7200,7200,0,0,6891,2289,0,0), + (45769,9716,229,0,0,-117.003,-347.917,70.9524,3.51742,7200,7200,0,0,8352,0,0,2), + (45776,9583,229,0,0,-144.06,-300.461,70.9524,4.78584,7200,7200,0,0,8613,0,0,0), + (45771,9583,229,0,0,-135.985,-298.889,70.9525,3.46716,7200,7200,0,0,8613,0,0,0), + (45801,9696,229,0,0,-165.692,-329.882,64.4008,4.79843,7200,7200,0,0,2699,0,0,0), + (45787,9692,229,0,0,-88.3541,-338.735,70.9511,1.8791,7200,7200,0,0,8352,0,0,2), + (45792,9696,229,0,0,-89.2504,-339.809,70.9524,2.06288,7200,7200,0,0,2699,0,0,0), + (45491,9696,229,0,0,-86.8814,-338.539,70.9524,2.06288,7200,7200,0,0,2699,0,0,0), + (45803,9693,229,0,0,-119.934,-294.888,70.9524,0.42924,7200,7200,0,0,6891,2289,0,0), + (45789,9583,229,0,0,-114.808,-295.624,70.9524,2.52233,7200,7200,0,0,8613,0,0,2), + (45774,9717,229,0,0,-87.6315,-341.359,70.9524,6.16241,7200,7200,0,0,6681,2241,0,0), + (45765,9716,229,0,0,-93.9198,-352.221,70.9524,2.32574,7200,7200,0,0,8352,0,0,0), + (45785,9716,229,0,0,-169.543,-324.113,64.4017,6.07546,7200,7200,0,0,8352,0,0,0), + (45492,9716,229,0,0,-166.83,-328.162,64.4017,1.72829,7200,7200,0,0,8352,0,0,2), + (45763,9716,229,0,0,-93.816,-347.709,70.9524,4.12352,7200,7200,0,0,8352,0,0,0), + (45780,9717,229,0,0,-90.6146,-304.129,70.9524,1.9482,7200,7200,8,0,6681,2241,0,1), + (45790,9693,229,0,0,-117.101,-291.242,70.9524,4.42299,7200,7200,0,0,6891,2289,0,0), + (45777,9716,229,0,0,-139.884,-307.624,70.9524,1.46596,7200,7200,0,0,8352,0,0,2), + (45794,9696,229,0,0,-80.3922,-340.294,70.9524,2.22285,7200,7200,0,0,2699,0,0,0), + (45793,9696,229,0,0,-86.1008,-344.653,70.9524,2.22285,7200,7200,0,0,2699,0,0,0), + (45784,9583,229,0,0,-56.4305,-299.876,70.9413,3.96801,7200,7200,0,0,8613,0,0,0), + (45800,9583,229,0,0,-50.3003,-298.146,70.9406,6.24567,7200,7200,0,0,8613,0,0,0), + (45799,9718,229,0,0,-50.3003,-298.146,70.9406,6.24567,28800,28800,0,0,8883,0,0,0), + (45795,9583,229,0,0,-46.2715,-299.369,70.9406,4.84137,7200,7200,0,0,8613,0,0,0), + (45766,9692,229,0,0,-83.1993,-342.576,70.9524,2.65953,7200,7200,0,0,8352,0,0,0), + (45805,9693,229,0,0,-60.9919,-337.156,70.9415,5.29612,7200,7200,0,0,6891,2289,0,0), + (45804,9583,229,0,0,-56.2781,-338.82,70.9415,3.66563,7200,7200,0,0,8613,0,0,0), + (7745,10177,229,0,0,-68.8686,-343.093,55.116,1.81514,7200,7200,2,0,3876,0,0,1), + (4815,9268,229,0,0,-49.6838,-514.303,88.396,5.44524,7200,7200,0,0,8352,0,0,0), + (4814,9583,229,0,0,-43.5588,-515.171,88.5866,3.70166,7200,7200,0,0,8613,0,0,0), + (4812,9583,229,0,0,-56.9907,-427.546,77.8323,1.44862,7200,7200,0,0,8613,0,0,0), + (4811,9268,229,0,0,-63.3201,-485.629,77.9991,0.85521,7200,7200,0,0,8352,0,0,0), + (4810,9583,229,0,0,-58.8099,-481.005,77.9991,4.41568,7200,7200,0,0,8613,0,0,0), + (4809,9693,229,0,0,-57.4802,-487.082,77.9991,3.22886,7200,7200,0,0,6891,2289,0,0), + (4808,9696,229,0,0,-51.8879,-483.818,77.9991,1.88496,7200,7200,0,0,2699,0,0,0), + (4807,9692,229,0,0,-49.4956,-482.156,77.9991,2.37365,7200,7200,0,0,8352,0,0,0), + (4806,9696,229,0,0,-47.1127,-480.153,77.9991,2.82743,7200,7200,0,0,2699,0,0,0), + (4804,9268,229,0,0,-77.5619,-516.932,81.4632,4.5204,7200,7200,0,0,8352,0,0,0), + (4803,9693,229,0,0,-72.4302,-520.961,82.3316,3.40339,7200,7200,0,0,6891,2289,0,0), + (4802,9583,229,0,0,-53.6383,-442.827,78.2854,4.70957,7200,7200,0,0,8613,0,0,2), + (4818,9696,229,0,0,-36.2227,-523.632,87.432,3.56047,7200,7200,0,0,2699,0,0,0), + (4819,9692,229,0,0,-37.5607,-521.641,87.716,3.45575,7200,7200,0,0,8352,0,0,0), + (45835,10221,229,0,0,-193.167,-333.018,64.4237,0.774047,3600,3600,3,0,3082,0,0,1), + (45836,10221,229,0,0,-189.506,-338.428,64.4237,0.781901,3600,3600,3,0,3082,0,0,1), + (45837,10221,229,0,0,-191.318,-327.289,64.4237,0.0946771,3600,3600,3,0,3082,0,0,1), + (45839,10221,229,0,0,-189.877,-314.318,64.4244,5.66943,3600,3600,3,0,3082,0,0,1), + (45840,9237,229,0,0,-10.045,-458.635,-18.645,3.23153,1000000,1000000,0,0,28710,0,0,0), + (45841,16044,229,0,0,-15.9034,-455.282,-18.6442,3.15971,450,450,0,0,42,0,0,0), + (45842,16048,229,0,0,44.7101,-536.049,110.936,1.56143,450,450,0,0,3052,0,0,0), + (45843,9596,229,0,0,-26.6918,-428.557,-18.935,2.25881,3600,3600,0,0,8883,0,0,0), + (45845,8895,230,0,0,632.764,30.5004,-73.7048,0.122173,7200,7200,0,0,5886,3964,0,0), + (45846,8893,230,0,0,636.658,35.152,-73.8296,3.22886,7200,7200,0,0,7113,0,0,0), + (45847,8893,230,0,0,636.652,31.4808,-73.6692,3.19395,7200,7200,0,0,7113,0,0,0), + (45848,8894,230,0,0,636.583,28.4628,-73.5385,3.21141,7200,7200,0,0,4980,9300,0,0), + (45849,8894,230,0,0,636.452,25.8274,-73.4257,3.22886,7200,7200,0,0,4980,9300,0,0), + (45850,8910,230,0,0,940.976,-305.621,-71.6783,3.9968,7200,7200,0,0,5691,3846,0,0), + (45851,8910,230,0,0,928.311,-320.615,-71.6783,0.890118,7200,7200,0,0,5691,3846,0,0), + (45852,8895,230,0,0,625.989,-26.4447,-73.8394,0.523599,7200,7200,0,0,5886,3964,0,0), + (45853,8893,230,0,0,632.172,-29.5864,-73.2427,3.59538,7200,7200,0,0,7113,0,0,0), + (45854,8893,230,0,0,630.564,-26.1523,-73.2428,3.61283,7200,7200,0,0,7113,0,0,0), + (45855,8894,230,0,0,628.928,-22.8526,-73.2824,3.63029,7200,7200,0,0,4980,9300,0,0), + (45856,8894,230,0,0,627.693,-19.5938,-73.2431,3.64774,7200,7200,0,0,4980,9300,0,0); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (42768,15184,1,15306,0,-6859.57,738.389,55.1345,5.0091,600,0,0,9763,0,0,0), - (42769,15184,1,15306,0,-6825.21,841.13,49.5545,4.83456,600,0,0,9763,0,0,0), - (42770,15184,1,15306,0,-6803.39,723.999,42.2456,4.90438,600,0,0,9763,0,0,0), - (42771,15184,1,15304,0,-6816.91,718.773,40.6206,5.2709,600,0,0,9763,0,0,0), - (42772,15184,1,15304,0,-6878.11,752.944,43.133,0.296706,600,0,0,9763,0,0,0), - (42773,15184,1,15305,0,-6853.45,763.728,42.6753,5.44543,600,0,0,9763,0,0,0), - (42774,15184,1,15305,0,-6843.99,749.327,42.6073,0.383972,600,0,0,9763,0,0,0), - (42775,15184,1,15304,0,-6838.14,736.773,42.1073,0.541052,600,0,0,9763,0,0,0), - (42776,15184,1,15307,0,-6877.26,729.273,45.7454,0.418879,600,0,0,9763,0,0,0), - (42777,15184,1,15307,0,-6874.96,722.567,45.7454,0.541052,600,0,0,9763,0,0,0), - (42778,15184,1,15307,0,-6800.43,786.834,51.5129,2.21657,600,0,0,9763,0,0,0), - (42779,15184,1,15304,0,-6785.93,789.291,52.547,1.8326,600,0,0,9763,0,0,0), - (42780,15184,1,15306,0,-6754.93,755.7,87.7416,3.36848,600,0,0,9763,0,0,0), - (42781,15184,1,15307,0,-6760.2,768.678,88.7426,3.71755,600,0,0,9763,0,0,0), - (42782,15184,1,15306,0,-6865.8,738.326,55.1345,5.18363,600,0,0,9763,0,0,0), - (42783,15184,1,15305,0,-6876.96,722.261,55.1345,0.593412,600,0,0,9763,0,0,0), - (42784,15184,1,15306,0,-6817.11,776.108,47.8879,3.89208,600,0,0,9763,0,0,0), - (42785,15184,1,15306,0,-6801.55,770.92,64.7629,2.51327,600,0,0,9763,0,0,0), - (42786,7337,129,11381,0,2486.05,824.767,43.6573,2.07059,7200,1,0,3027,1067,0,1), - (42787,7334,129,6122,0,2530.19,803.431,45.5162,5.32644,7200,0,1,1619,0,0,2), - (42788,7329,129,11383,0,2495.82,788.094,39.5196,4.04916,7200,1,0,3780,0,0,1), - (42789,7328,129,11384,0,2489.1,797.185,41.6005,2.46071,7200,1,0,3748,0,0,1), - (42790,7329,129,11383,0,2529.28,797.294,45.9395,5.73285,7200,0,0,3780,0,0,0), - (42791,7337,129,11381,0,2526.72,786.105,46.1426,2.0424,7200,0,0,3027,1067,0,0), - (42792,4076,129,2177,0,2499.89,788.468,39.4363,0.242314,7200,5,0,8,0,0,1), - (42793,2110,129,1141,0,2529.72,787.464,46.1969,3.99177,7200,5,0,1,0,0,1), - (42794,7328,129,11384,0,2534.98,791.096,47.2089,6.19147,7200,0,0,3748,0,0,0), - (42795,1547,0,9021,0,2271.2,1254.55,35.7271,1.2437,300,5,0,101,142,0,1), - (42796,1545,0,346,0,2790.8,1246.18,-0.301244,4.92301,300,5,0,176,0,0,1), - (42798,10299,229,9642,0,56.797,-400.285,64.348,3.169,10800,0,0,7599,0,0,0), - (42799,858,0,2543,0,-10528.1,-2805.01,23.0528,5.07602,300,5,0,1469,0,0,1), - (42800,747,0,506,0,-10913.2,-4206.25,3.74206,3.47321,300,0,0,1711,1483,0,0), - (42801,750,0,1995,0,-10977.7,-4176.08,2.41155,5.90547,300,5,0,1981,0,0,1), - (42802,747,0,506,0,-10920.9,-4215.73,-1.1728,3.3646,300,5,0,1711,1483,0,1), - (42803,741,0,621,0,-10602.2,-2555.93,23.9093,3.65722,300,5,0,1037,2680,0,1), - (42804,747,0,506,0,-10974.7,-4142.45,5.65217,0.904718,300,5,0,1711,1483,0,1), - (42805,747,0,506,0,-10955.1,-4207.12,-0.257428,1.48863,300,5,0,1711,1483,0,1), - (42806,741,0,621,0,-10522.8,-2511.83,22.9056,1.16232,300,10,0,1037,2680,0,1), - (42807,741,0,621,0,-10610.9,-2514.48,22.5566,0.244505,300,10,0,1037,2680,0,1), - (42808,740,0,9582,0,-10528.5,-2541.92,19.845,2.56595,300,10,0,950,2553,0,1), - (42809,741,0,621,0,-10527.6,-2511.35,22.7399,2.88288,300,10,0,1037,2680,0,1), - (42810,767,0,632,0,-10529.4,-2499.15,22.331,0.156378,300,10,0,1469,0,0,1), - (42811,741,0,621,0,-10497.3,-2484.53,28.6919,2.54304,300,5,0,1037,2680,0,1), - (42812,740,0,9582,0,-10579.1,-2478.08,22.5711,1.19718,300,10,0,950,2553,0,1), - (42813,740,0,9582,0,-10642.5,-2517.79,26.8394,5.6182,300,10,0,950,2553,0,1), - (42814,741,0,621,0,-10480.7,-2606.07,22.6419,1.32625,300,10,0,1037,2680,0,1), - (42815,764,0,2024,0,-10213.1,-2565.03,27.6206,5.03043,300,10,0,1308,1189,0,1), - (42816,764,0,2024,0,-10179.8,-2585.65,28.3536,5.26976,300,10,0,1308,1189,0,1), - (42817,765,0,9012,0,-10117.9,-2519.37,28.1376,5.29335,300,5,0,1116,2861,0,1), - (42818,858,0,2543,0,-10568.2,-2822.18,25.6689,1.10016,300,5,0,1469,0,0,1), - (42819,764,0,2024,0,-10213.9,-2609.92,28.246,1.44741,300,5,0,1308,1189,0,1), - (42820,764,0,2024,0,-10151.6,-2552.57,24.9238,4.7533,300,10,0,1308,1189,0,1), - (42821,1084,0,814,0,-10390.5,-2775.65,17.6807,4.29821,300,5,0,1403,0,0,1), - (42822,765,0,9012,0,-10114.9,-2453.85,27.7069,5.76622,300,10,0,1116,2861,0,1), - (42823,766,0,697,0,-10090.9,-2480.16,28.1235,3.03396,300,10,0,1433,1283,0,1), - (42824,1084,0,814,0,-10458.3,-2918.47,18.119,6.06271,300,5,0,1403,0,0,1), - (42825,766,0,697,0,-10086.5,-2419.34,27.0039,3.23543,300,10,0,1433,1283,0,1), - (42826,750,0,1995,0,-10709.6,-4310.11,0.029192,0.210275,300,5,0,1981,0,0,1), - (42827,1084,0,814,0,-10476.6,-2878.82,17.4304,4.09792,300,5,0,1403,0,0,1), - (42828,766,0,697,0,-10146,-2416.25,27.6431,6.24624,300,5,0,1433,1283,0,1), - (42829,764,0,2024,0,-10212,-2484.98,27.5489,5.9466,300,5,0,1308,1189,0,1), - (42830,1088,0,699,0,-10164.1,-4369.16,-2.19779,5.43838,300,5,0,1716,0,0,1), - (42831,750,0,1995,0,-10457.8,-4410.33,-0.261992,2.4887,300,5,0,1981,0,0,1), - (42832,766,0,697,0,-10152,-2486.47,24.9236,4.17673,300,10,0,1433,1283,0,1), - (42833,764,0,2024,0,-10187.2,-2521.16,29.3057,3.41264,300,5,0,1308,1189,0,1), - (42834,766,0,697,0,-10180.3,-2454.81,28.0161,5.85801,300,5,0,1433,1283,0,1), - (42835,751,0,391,0,-10405,-4403.14,2.87001,6.14356,300,0,0,2059,0,0,0), - (42836,750,0,1995,0,-10425.7,-4423.66,-1.32828,2.75848,300,5,0,1981,0,0,1), - (42837,750,0,1995,0,-10385.2,-4416.7,-0.457347,5.30813,300,0,0,1981,0,0,0), - (42838,752,0,386,0,-10401.7,-4403.12,2.75671,3.33358,300,0,0,1704,1483,0,0), - (42839,1084,0,814,0,-10308.1,-2756.53,17.9435,4.99116,300,5,0,1403,0,0,1), - (42840,858,0,2543,0,-10437.7,-2626.98,22.9659,5.60118,300,5,0,1469,0,0,1), - (42841,764,0,2024,0,-10244.4,-2584.61,26.9099,6.10075,300,5,0,1308,1189,0,1), - (42842,767,0,632,0,-10423.5,-2911.57,23.4839,3.31465,300,5,0,1469,0,0,1), - (42843,767,0,632,0,-10384.8,-2957.56,22.1982,4.73135,300,5,0,1469,0,0,1), - (42844,858,0,2543,0,-10271.1,-2710.67,22.3402,3.04312,300,10,0,1469,0,0,1), - (42845,766,0,697,0,-10739.3,-3984.1,18.4451,0.808709,300,5,0,1433,1283,0,1), - (42846,752,0,386,0,-10539.1,-4399.5,0.767854,1.29154,300,0,0,1704,1483,0,0), - (42847,769,0,336,0,-10622.2,-3647.04,22.4683,1.37178,300,5,0,1829,0,0,1), - (42848,767,0,632,0,-10361.7,-3060.46,22.4744,3.71519,300,5,0,1469,0,0,1), - (42849,750,0,1995,0,-10642.1,-4359.87,1.67078,2.24135,300,5,0,1981,0,0,1), - (42850,769,0,336,0,-10567.1,-3609.59,22.3028,0.626232,300,5,0,1829,0,0,1), - (42851,750,0,1995,0,-10588.9,-4382.33,1.93194,0.638421,300,5,0,1981,0,0,1), - (42852,752,0,386,0,-10553.6,-4398.72,0.627688,5.51524,300,0,0,1704,1483,0,0), - (42853,766,0,697,0,-10807.8,-4001.57,19.6658,1.21374,300,5,0,1433,1283,0,1), - (42854,769,0,336,0,-10887.8,-3944.36,22.203,0.779421,300,5,0,1829,0,0,1), - (42855,767,0,632,0,-10311.3,-3077.01,23.3385,4.73973,300,5,0,1469,0,0,1), - (42856,750,0,1995,0,-10651.3,-4321.73,6.57644,0.682365,300,5,0,1981,0,0,1), - (42857,1082,0,807,0,-10149.3,-3519.83,19.2163,2.55359,300,10,0,1604,0,0,1), - (42858,1082,0,807,0,-10217.4,-3527.86,17.4991,4.05214,300,10,0,1604,0,0,1), - (42859,767,0,632,0,-10344.5,-3120.8,22.3405,5.64755,300,5,0,1469,0,0,1), - (42860,750,0,1995,0,-10687.3,-4320.86,1.08961,6.27733,300,5,0,1981,0,0,1), - (42861,767,0,632,0,-10284.2,-3184.02,21.8168,5.98993,300,5,0,1469,0,0,1), - (42862,767,0,632,0,-10313,-3148.52,21.5055,5.92148,300,5,0,1469,0,0,1), - (42863,767,0,632,0,-10310.9,-3216.43,22.5257,1.86023,300,10,0,1469,0,0,1), - (42864,766,0,697,0,-10860.8,-3993.63,17.9802,6.25743,300,5,0,1433,1283,0,1), - (42865,769,0,336,0,-10887.1,-3891.68,23.6229,0.224602,300,10,0,1829,0,0,1), - (42866,769,0,336,0,-10843,-3892.9,21.9838,5.51022,300,10,0,1829,0,0,1), - (42867,1548,0,9020,0,2500.41,1169.19,67.6298,2.25591,300,5,0,122,0,0,1), - (42868,15184,1,15306,0,-6806.88,827.78,53.68,2.68781,600,0,0,9763,0,0,0), - (42869,766,0,697,0,-10747,-3883.74,17.4991,4.65662,300,10,0,1433,1283,0,1), - (42872,1545,0,346,0,2780.05,1315.81,-5.11268,3.13342,300,5,0,176,0,0,1), - (42873,1545,0,346,0,2784.47,1186.17,-0.594686,0.804733,300,5,0,176,0,0,1), - (42877,9098,229,0,0,67.391,-440.77,40.992,3.40276,7200,0,0,6273,4234,0,0), - (42876,9097,229,0,0,66.684,-442.869,40.768,2.83099,7200,0,0,7599,0,0,0), - (42875,9097,229,0,0,61.1247,-437.231,42.1525,5.29322,7200,0,0,7599,0,0,2), - (42879,9097,229,0,0,66.2,-508.76,29.41,3.18126,10800,0,0,7599,0,0,2), - (42880,9098,229,0,0,59.14,-509.15,29.36,0.1669,10800,0,0,6078,4082,0,0), - (42881,1082,0,807,0,-10278.8,-3313.5,20.6241,4.68463,300,10,0,1604,0,0,1), - (42882,769,0,336,0,-10846.8,-3901.48,22.7858,1.53761,300,10,0,1829,0,0,1), - (42883,767,0,632,0,-10284.5,-3248.94,22.5715,3.34303,300,10,0,1469,0,0,1), - (42884,15184,1,15307,0,-6798.14,842.835,48.2119,4.06662,600,0,0,9763,0,0,0), - (42885,15184,1,15306,0,-6768.65,825.393,55.8302,3.57792,600,0,0,9763,0,0,0), - (42886,15184,1,15304,0,-6764.78,813.07,55.8302,3.24631,600,0,0,9763,0,0,0), - (42887,9045,229,0,0,62.34,-506.72,29.36,4.82745,10800,0,0,6078,2041,0,0), - (42888,9258,229,0,0,44.95,-495.62,29.43,0.72,10800,0,0,7599,0,0,0), - (42889,9416,229,11420,0,41.68,-494.48,30.16,0.22,10800,0,0,3189,0,0,0), - (42890,1082,0,807,0,-10255.5,-3419.96,19.7491,3.25348,300,5,0,1604,0,0,1), - (42891,15184,1,15304,0,-6828.76,782.893,45.6379,3.9619,600,0,0,9763,0,0,0), - (42892,15184,1,15306,0,-6817.96,790.697,49.5129,0.610865,600,0,0,9763,0,0,0), - (42893,7410,0,6198,0,-8399.8,296.599,120.885,4.61322,1680,0,0,9563,0,0,0), - (42895,15184,1,15306,0,-6813.65,726.728,40.185,1.99952,600,0,0,9763,0,0,2), - (42896,15184,1,15306,0,-6811.04,720.978,39.6068,1.99427,600,0,0,9763,0,0,2), - (42897,15184,1,15305,0,-6765.8,754.172,85.1787,3.87854,600,0,0,9763,0,0,2), - (42898,15184,1,15307,0,-6761.69,757.905,86.3393,3.87862,600,0,0,9763,0,0,2), - (42899,15185,1,6370,0,-7866.33,1810.08,191.26,0.120977,600,25,0,19920,9544,0,1), - (42900,15185,1,6370,0,-6678.14,33.4775,162.008,5.62595,600,25,0,19920,9544,0,1), - (42901,15185,1,6370,0,-7947.51,1783.17,130.326,2.48016,600,25,0,19920,9544,0,1), - (42902,15185,1,6370,0,-6726.89,741.56,147.94,0.522566,600,25,0,19920,9544,0,1), - (42903,15185,1,6370,0,-7954.49,1289.78,108.002,1.54178,600,25,0,19920,9544,0,1), - (42904,15441,1,15566,0,-7163.64,1389.07,2.96657,2.87979,300,0,0,4974,0,0,0), - (42905,15441,1,15566,0,-7164.27,1403.14,3.01989,3.15905,300,0,0,4974,0,0,0), - (42906,15441,1,15566,0,-7167.75,1380.49,2.9267,2.02458,300,0,0,4974,0,0,0), - (42907,15441,1,15566,0,-7167.11,1387.39,2.92818,1.36136,300,0,0,4974,0,0,0), - (42908,15441,1,15566,0,-7169.73,1405.13,2.8056,5.044,300,0,0,4974,0,0,0), - (42909,15441,1,15566,0,-7164.14,1391.24,2.96657,3.83972,300,0,0,4974,0,0,0), - (42910,15441,1,15566,0,-7178.14,1390.42,2.9267,2.23402,300,0,0,4974,0,0,0), - (42911,15442,1,15565,0,-7164.31,1387.01,2.84157,1.98968,600,0,0,4974,0,0,0), - (42912,15442,1,15565,0,-7172.89,1381.32,2.9267,1.93731,600,0,0,4974,0,0,0), - (42913,15442,1,15565,0,-7166.91,1391.6,2.9267,5.13127,600,0,0,4974,0,0,0), - (42914,15443,1,15564,0,-7178.58,1392.09,2.8017,2.25148,600,0,0,30000,12170,0,0), - (42915,15444,1,5377,0,-7166.91,1404.12,2.9306,3.28122,600,0,0,12000,28755,0,0), - (42916,15189,1,15323,0,-6855.66,739.622,55.0512,1.97376,300,25,0,2700,0,0,2), - (42917,15190,1,15324,0,-6852.64,739.226,56.0303,2.26893,300,0,0,2700,0,0,0), - (42918,15191,1,15353,0,-6847.81,755.68,42.2256,0.558505,300,0,0,4100,5013,0,0), - (42919,15194,1,15326,0,-7578.72,196.914,11.5488,1.3439,300,0,0,1700,0,0,0), - (42921,15196,1,15327,0,-8102.7,967.628,59.7207,2.96696,600,0,0,8883,0,0,0), - (42922,15454,1,13069,0,-8064.17,1534.23,2.69274,1.23918,300,0,0,42,0,0,0), - (42923,15200,1,15328,0,-6809.02,1619.7,1.71544,5.55443,300,0,0,3097,5751,0,0), - (42924,15201,1,2896,0,-6254.82,54.2211,16.9761,2.91629,300,3,0,4120,0,0,1), - (42925,15201,1,2895,0,-6294.24,34.1721,-10.5769,5.60702,300,3,0,4120,0,0,1), - (42926,15201,1,2897,0,-6249.95,-5.5724,-10.5686,2.53238,300,3,0,4120,0,0,1), - (42927,15201,1,2895,0,-6274.7,10.8351,-10.4679,4.73693,300,3,0,4120,0,0,1), - (42928,15201,1,2896,0,-6250.86,-6.42933,-10.4807,3.81136,300,3,0,4120,0,0,2), - (42929,15201,1,2897,0,-6295.63,9.44135,-3.06725,3.52556,300,3,0,4120,0,0,1), - (42930,15201,1,2897,0,-6246.23,-43.1826,-5.01382,3.54926,300,3,0,4120,0,0,1), - (42931,15201,1,2897,0,-6260.61,-10.1571,2.1,3.9531,300,0,0,4120,0,0,0), - (42932,15201,1,2895,0,-6292.99,95.1766,16.791,1.48214,300,3,0,4120,0,0,1), - (42933,15201,1,2897,0,-6253.15,1.78666,5.16569,0.949899,300,3,0,4120,0,0,2), - (42934,15201,1,2896,0,-6290.87,106.021,17.1215,5.93616,300,3,0,4120,0,0,2), - (42935,15201,1,2895,0,-6265.93,41.8866,9.06246,2.6575,300,3,0,4120,0,0,1), - (42936,15201,1,2896,0,-6293.14,65.065,11.6376,3.25438,300,3,0,4120,0,0,1), - (42937,15202,1,15411,0,-6320.34,15.9102,6.30753,1.46608,300,0,0,3395,2486,0,0), - (42938,17765,1,1598,0,-7134.42,1400.67,5.39489,5.84685,600,0,0,6800,0,0,0), - (42940,17765,1,1598,0,-7135.28,1395.17,5.21889,6.24828,600,0,0,6800,0,0,0), - (42941,17765,1,1598,0,-7135.84,1389.38,4.46657,0.366519,600,0,0,6800,0,0,0), - (42942,17766,1,7118,0,-7595.51,757.488,-16.6255,1.90241,600,0,0,6500,0,0,0), - (42943,17766,1,7118,0,-7595.09,751.349,-17.0005,1.76278,600,0,0,6500,0,0,0), - (42944,17766,1,7117,0,-7592.46,763.079,-16.5005,3.03687,600,0,0,6500,0,0,0), - (42945,11880,1,11811,0,-6386.73,180.874,7.28001,5.92839,300,10,0,3876,0,0,1), - (42946,11880,1,11811,0,-6316.11,178.676,8.47511,4.1569,300,25,0,3876,0,0,1), - (42947,11880,1,11813,0,-6681.33,1618.6,9.58589,5.31972,300,0,0,3876,0,0,0), - (42948,11880,1,11812,0,-6989.19,1220.53,9.37262,3.49066,300,0,0,3876,0,0,0), - (42949,11880,1,11811,0,-6971.08,1210.74,7.88494,1.78024,300,0,0,3876,0,0,0), - (42950,11880,1,11812,0,-7010.04,1122.39,9.84909,3.1765,300,0,0,3876,0,0,0), - (42951,11880,1,11813,0,-7001.8,1146.53,8.68506,1.0153,300,3,0,3876,0,0,1), - (42952,11880,1,11823,0,-6988.46,1120.13,9.20966,2.18166,300,0,0,3876,0,0,0), - (42953,11880,1,11812,0,-6984.89,1236.46,0.862622,0.785486,300,25,0,3876,0,0,1), - (42954,11880,1,11812,0,-6418.02,271.565,8.16339,4.13815,300,25,0,3876,0,0,1), - (42955,11880,1,11812,0,-6685.37,1584.73,5.87809,1.72974,300,0,0,3876,0,0,0), - (42956,11880,1,11823,0,-6906.39,1153.91,1.76707,2.11219,300,10,0,3876,0,0,2), - (42957,11880,1,11812,0,-7986.39,1887.65,4.45636,5.46798,300,10,0,3876,0,0,1), - (42958,11880,1,11811,0,-7855.79,1927.95,4.03048,2.17777,300,25,0,3876,0,0,1), - (42959,11880,1,11812,0,-7818.03,1909.27,5.47137,3.63933,300,10,0,3876,0,0,2), - (42960,11880,1,11812,0,-7862.4,1854.4,2.81501,3.05933,300,10,0,3876,0,0,1), - (42961,11880,1,11812,0,-7943.78,1953.85,7.40843,1.0109,300,10,0,3876,0,0,1), - (42962,11880,1,11813,0,-7887.44,1946.52,5.99786,2.90515,300,10,0,3876,0,0,1), - (42963,11880,1,11823,0,-7921.69,1906.11,6.40254,4.11801,300,25,0,3876,0,0,1), - (42964,11880,1,11823,0,-7977.42,1954.57,5.46185,0.367231,300,10,0,3876,0,0,1), - (42965,11880,1,11823,0,-7891.28,1840.39,3.55864,4.21382,300,25,0,3876,0,0,1), - (42966,11880,1,11823,0,-7916.02,1817.66,2.22906,2.29246,300,25,0,3876,0,0,1), - (42967,11880,1,11813,0,-8019.18,1853.87,4.97852,4.97957,300,25,0,3876,0,0,1), - (42970,11880,1,11823,0,-6972.02,1073.48,5.04001,0.701645,300,0,0,3876,0,0,0), - (42971,11880,1,11812,0,-6748,1664.67,6.76803,3.90611,300,3,0,3876,0,0,1), - (42972,11880,1,11812,0,-6718.47,1681.42,7.10973,3.68691,300,0,0,3876,0,0,0), - (42973,11880,1,11812,0,-6756.36,1675.29,7.0886,3.03206,300,0,0,3876,0,0,0), - (42974,11880,1,11812,0,-6689.69,1653.77,7.0455,0.105841,300,0,0,3876,0,0,0), - (42975,11880,1,11823,0,-6782.56,1712.09,3.90534,4.15472,300,25,0,3876,0,0,1), - (42976,11880,1,11823,0,-6727.45,1645.04,15.7023,0.004616,300,0,0,3876,0,0,0), - (42977,11880,1,11812,0,-6781.88,1653.65,6.54617,1.44252,300,25,0,3876,0,0,2), - (42978,11880,1,11812,0,-6810.46,1652.77,6.36939,2.67436,300,0,0,3876,0,0,0), - (42979,11880,1,11812,0,-6817.78,1674.49,6.36939,2.75762,300,0,0,3876,0,0,0), - (42980,11880,1,11811,0,-6818.33,1620.99,1.51854,2.95401,300,25,0,3876,0,0,1), - (42981,11880,1,11823,0,-6781.31,1616.14,4.17117,5.16075,300,25,0,3876,0,0,1), - (42982,11880,1,11811,0,-6678.13,1549,7.88537,5.08019,300,3,0,3876,0,0,2), - (42985,11880,1,11823,0,-6439.55,193.929,4.78818,2.21657,300,0,0,3876,0,0,0), - (42986,11880,1,11823,0,-6433.12,203.873,4.44848,5.96903,300,0,0,3876,0,0,0), - (42987,11880,1,11823,0,-6416.07,218.266,4.81526,5.59585,300,25,0,3876,0,0,1), - (42988,11880,1,11823,0,-7026.32,1161.89,7.53953,2.17306,300,3,0,3876,0,0,1), - (42989,11880,1,11813,0,-7033.65,1185.06,7.34449,2.46091,300,0,0,3876,0,0,0), - (42990,11880,1,11811,0,-7052.87,1187.33,0.784361,0.983507,300,3,0,3876,0,0,1), - (42991,11880,1,11823,0,-7014.65,1213.14,8.34943,4.10152,300,0,0,3876,0,0,0), - (42992,11880,1,11813,0,-7022.13,1181,7.61265,0.565533,300,10,0,3876,0,0,2), - (42993,11880,1,11811,0,-7039.75,1150.89,6.2975,5.72468,300,0,0,3876,0,0,0), - (42994,11880,1,11811,0,-7052.82,1235.38,1.88725,5.52816,300,25,0,3876,0,0,1), - (42995,11880,1,11823,0,-6954.72,1128.31,0.873354,3.91402,300,25,0,3876,0,0,2), - (42996,11880,1,11823,0,-6983.46,1080.06,4.59615,5.73038,300,25,0,3876,0,0,2), - (42997,11880,1,11812,0,-7049.92,1111.83,5.21439,-0.756329,300,0,0,3876,0,0,0), - (42998,11880,1,11811,0,-6968.32,1115.89,7.54318,4.53786,300,0,0,3876,0,0,0), - (42999,11881,1,11819,0,-6852.17,1672.82,3.88112,3.86692,300,25,0,3997,0,0,1), - (43000,11881,1,11822,0,-6977.77,1215.92,9.1577,3.78736,300,0,0,3997,0,0,0), - (43001,11881,1,11821,0,-6953.9,1159.7,11.0538,2.63545,300,0,0,3997,0,0,0), - (43002,11881,1,11819,0,-6946.97,1177.47,10.0575,1.96287,300,25,0,3997,0,0,1), - (43003,11881,1,11820,0,-6999.96,1129.48,9.23342,3.28122,300,0,0,3997,0,0,0), - (43004,11881,1,11820,0,-6953.94,1246.64,1.90648,0.083141,300,25,0,3997,0,0,1), - (43005,11881,1,11821,0,-6906.08,1186.19,3.86531,0.470819,300,15,0,3997,0,0,1), - (43006,11881,1,11822,0,-6921.48,1208.8,2.86963,4.63773,300,15,0,3997,0,0,1), - (43007,11881,1,11821,0,-7821.93,1887.03,5.66323,1.78059,300,10,0,3997,0,0,1), - (43008,11881,1,11820,0,-7904.83,1936.95,4.80821,6.11594,300,10,0,3997,0,0,1), - (43009,11881,1,11822,0,-7952.08,1889.58,1.24996,1.7009,300,25,0,3997,0,0,1), - (43010,11881,1,11819,0,-7941.4,1925.11,3.90074,5.57442,300,10,0,3997,0,0,2), - (43011,11881,1,11822,0,-7880.43,1818.26,1.47906,6.09409,300,10,0,3997,0,0,1), - (43012,11881,1,11822,0,-7879.61,1920.52,2.44785,0.619677,300,10,0,3997,0,0,1), - (43013,11881,1,11821,0,-7878.95,1891.71,5.33759,4.73052,300,10,0,3997,0,0,1), - (43014,11881,1,11820,0,-7915.68,1789,2.69974,0.73539,300,25,0,3997,0,0,1), - (43015,11881,1,11819,0,-7948.14,1814.77,3.10037,5.38629,300,25,0,3997,0,0,1), - (43016,11881,1,11821,0,-8012.3,1816.25,3.70183,5.71986,300,10,0,3997,0,0,1), - (43017,11881,1,11819,0,-7947.92,1781.16,1.11867,5.41176,300,25,0,3997,0,0,1), - (43018,11881,1,11820,0,-7985.03,1817.22,4.41862,3.2716,300,25,0,3997,0,0,1), - (43019,11881,1,11821,0,-7980.77,1854.53,4.6296,0.661189,300,25,0,3997,0,0,1), - (43020,11881,1,11822,0,-6727.56,1647.8,14.3538,1.49885,300,0,0,3997,0,0,0), - (43021,11881,1,11820,0,-6750.43,1713.3,4.91481,4.15503,300,25,0,3997,0,0,1), - (43022,11881,1,11819,0,-6782.73,1680.03,5.41886,4.15472,300,25,0,3997,0,0,1), - (43023,11881,1,11820,0,-6814.88,1684.08,5.34144,5.13279,300,15,0,3997,0,0,1), - (43024,11881,1,11821,0,-6797.04,1666.12,6.0068,5.0091,300,0,0,3997,0,0,0), - (43025,11881,1,11821,0,-6811.22,1657.6,7.7795,4.08407,300,0,0,3997,0,0,0), - (43026,11881,1,11819,0,-6794.45,1658.31,5.91482,1.90241,300,0,0,3997,0,0,0), - (43027,11881,1,11821,0,-6749.94,1553.27,5.49831,3.73747,300,25,0,3997,0,0,1), - (43028,11881,1,11821,0,-6749.67,1588.68,6.99043,4.55531,300,0,0,3997,0,0,0), - (43029,11881,1,11821,0,-6749.34,1619.44,12.6846,0.920459,300,0,0,3997,0,0,0), - (43030,11881,1,11822,0,-6768.48,1598.1,7.05432,0.837758,300,0,0,3997,0,0,0), - (43031,11881,1,11820,0,-6785.28,1580.3,3.42581,4.08141,300,25,0,3997,0,0,1), - (43032,11881,1,11819,0,-6718.56,1584.37,9.28257,2.02134,300,3,0,3997,0,0,1), - (43033,11881,1,11819,0,-6719.58,1553.11,6.0244,2.87051,300,25,0,3997,0,0,1), - (43034,11881,1,11822,0,-6713.91,1523.88,4.15515,1.79465,300,25,0,3997,0,0,1), - (43035,11881,1,11822,0,-6699.49,1546.8,8.29697,3.64774,300,0,0,3997,0,0,0), - (43036,11881,1,11819,0,-7007.85,1090.86,2.11572,3.34301,300,0,0,3997,0,0,0), - (43037,11881,1,11819,0,-7008.33,1258.33,0.525136,1.03696,300,25,0,3997,0,0,1), - (43038,11881,1,11819,0,-7022.51,1173.62,8.4515,4.76139,300,3,0,3997,0,0,1), - (43039,11881,1,11822,0,-7025.14,1135.47,2.85507,0.639205,300,0,0,3997,0,0,0), - (43040,11881,1,11822,0,-6981.02,1106.44,6.56431,5.21853,300,0,0,3997,0,0,0), - (43041,11881,1,11819,0,-7015.52,1089.73,2.59909,2.51489,300,25,0,3997,0,0,1), - (43042,11881,1,11821,0,-7047.21,1149.64,6.34909,4.10152,300,0,0,3997,0,0,0), - (43043,11881,1,11821,0,-7054.88,1170.21,1.22409,4.60474,300,3,0,3997,0,0,2), - (43044,15722,1,15685,0,-6804.93,820.366,51.306,3.38594,300,0,0,3300,0,0,0), - (43045,11882,1,11817,0,-6992.95,1188.32,16.4778,5.49779,300,0,0,3198,2369,0,0), - (43046,11882,1,11817,0,-6974.02,1170.91,17.1244,2.42601,300,0,0,3198,2369,0,0), - (43047,11882,1,11818,0,-6985.17,1193.26,13.452,4.76475,300,0,0,3198,2369,0,0), - (43048,11882,1,11815,0,-6970.26,1181.01,13.4101,3.21141,300,0,0,3198,2369,0,0), - (43049,11882,1,11817,0,-6977.08,1191.04,11.8974,4.10152,300,0,0,3198,2369,0,0), - (43050,11882,1,11817,0,-6993.52,1170.91,16.7398,0.802851,300,0,0,3198,2369,0,0), - (43051,11882,1,11818,0,-6999.94,1178.78,13.9236,0.087266,300,0,0,3198,2369,0,0), - (43052,11882,1,11817,0,-6982.67,1167.75,13.1378,1.72788,300,0,0,3198,2369,0,0), - (43053,11882,1,11816,0,-6735.53,1625.17,21.7453,6.21337,300,0,0,3198,2369,0,0), - (43054,11882,1,11818,0,-6739.15,1613.94,17.7935,0.663225,300,0,0,3198,2369,0,0), - (43055,11882,1,11818,0,-6727.03,1635.47,23.8272,4.85202,300,0,0,3198,2369,0,0), - (43056,11882,1,11816,0,-6711,1624.17,22.0324,3.12414,300,0,0,3198,2369,0,0), - (43057,11882,1,11815,0,-6710.64,1612.67,23.1585,2.46091,300,0,0,3198,2369,0,0), - (43058,11882,1,11817,0,-6715.85,1634.96,16.0706,3.9619,300,0,0,3198,2369,0,0), - (43059,11882,1,11815,0,-6730.18,1602.51,17.905,1.36136,300,0,0,3198,2369,0,0), - (43060,11882,1,11815,0,-6718.83,1607.83,18.5327,1.93731,300,0,0,3198,2369,0,0), - (43061,11882,1,11816,0,-7905.48,1890.38,9.25465,2.98451,300,0,0,3198,2369,0,0), - (43062,11882,1,11817,0,-7917.32,1902.3,6.1169,4.41568,300,0,0,3198,2369,0,0), - (43063,11882,1,11817,0,-7907.72,1899.83,11.8827,3.66519,300,0,0,3198,2369,0,0), - (43064,11882,1,11817,0,-7908.31,1880.84,11.0128,2.35619,300,0,0,3198,2369,0,0), - (43065,11882,1,11817,0,-7926.6,1901.72,10.2142,5.32325,300,0,0,3198,2369,0,0), - (43066,11882,1,11818,0,-7918.57,1877.47,9.98539,1.67552,300,0,0,3198,2369,0,0), - (43067,11882,1,11818,0,-7929.52,1893.21,5.85219,6.21337,300,0,0,3198,2369,0,0), - (43068,11882,1,11816,0,-7928.31,1883.02,10.5671,0.872665,300,0,0,3198,2369,0,0), - (43069,11883,1,11827,0,-6355.88,147.31,6.31777,0.872665,300,0,0,3297,2434,0,0), - (43070,11883,1,11824,0,-6412.15,180.568,6.82553,0.645772,300,0,0,3297,2434,0,0), - (43071,11883,1,11824,0,-6371.75,223.475,2.11312,4.59022,300,0,0,3297,2434,0,0), - (43072,11883,1,11825,0,-7930.07,1855.87,5.6698,0.959931,300,0,0,3297,2434,0,0), - (43073,11883,1,11827,0,-7864.98,1878.78,4.30379,6.0912,300,0,0,3297,2434,0,0), - (43074,11883,1,11826,0,-7869.61,1914.33,3.50343,4.10152,300,0,0,3297,2434,0,0), - (43075,11883,1,11826,0,-7934.37,1831.82,5.01009,4.92183,300,0,0,3297,2434,0,0), - (43076,11883,1,11827,0,-6458.8,227.156,4.60372,5.42797,300,0,0,3297,2434,0,0), - (43077,11883,1,11825,0,-6436.12,206.284,4.49306,3.3321,300,25,0,3297,2434,0,2), - (43078,15213,1,15408,0,-6258.23,68.5936,17.3447,1.55334,300,0,0,3297,2434,0,0), - (43079,15213,1,15407,0,-6262.89,66.4631,17.3447,2.05949,300,0,0,3297,2434,0,0), - (43080,15213,1,15407,0,-6241.41,52.4021,16.2565,6.10865,300,0,0,3297,2434,0,0), - (43081,15213,1,15408,0,-6325.92,-7.09258,6.50833,4.2586,300,0,0,3297,2434,0,0), - (43082,15213,1,15408,0,-6375,155.084,6.64041,4.50389,300,25,0,3297,2434,0,1), - (43083,15213,1,15407,0,-6354.19,186.662,5.04087,3.57468,300,25,0,3297,2434,0,1), - (43084,15213,1,15407,0,-6313.53,8.94368,6.19254,0.977384,300,0,0,3297,2434,0,0), - (43085,15213,1,15409,0,-6231.19,-51.1512,-5.91143,5.34071,300,0,0,3297,2434,0,0), - (43086,15213,1,15410,0,-6236.44,19.1447,8.85145,6.00393,300,0,0,3297,2434,0,0), - (43087,15213,1,15409,0,-6319.44,275.314,10.5377,5.09471,300,10,0,3297,2434,0,1), - (43088,15213,1,15408,0,-6311.36,260.566,10.0601,1.49805,300,0,0,3297,2434,0,0), - (43089,15213,1,15409,0,-6313.28,222.236,4.26247,3.20424,300,10,0,3297,2434,0,1), - (43090,15213,1,15407,0,-6350.33,250.249,5.29611,3.32833,300,25,0,3297,2434,0,1), - (43091,15213,1,15407,0,-6451.37,247.19,6.1289,0.708955,300,25,0,3297,2434,0,1), - (43092,15213,1,15410,0,-6477.68,230.786,3.21332,1.23786,300,25,0,3297,2434,0,1), - (43093,15213,1,15407,0,-6470.6,253.313,4.33299,0.619462,300,25,0,3297,2434,0,1), - (43094,15213,1,15407,0,-6463.13,212.949,5.93707,2.74017,300,0,0,3297,2434,0,0), - (43095,15213,1,15410,0,-6453.22,192.772,5.18881,5.11381,300,0,0,3297,2434,0,0), - (43096,15213,1,15410,0,-6398.96,246.875,7.51268,4.06282,300,10,0,3297,2434,0,1), - (43097,15215,1,15330,0,-8325.5,727.582,-66.985,5.74213,300,0,0,24585,17976,0,0), - (43098,15221,1,13069,0,-8029.8,1122.73,3.31102,1.43117,300,0,0,42,0,0,0), - (43099,15222,1,13069,0,-8021.58,1099.49,4.82093,2.77507,300,0,0,42,0,0,0), - (43119,14472,1,1104,0,-7245.73,1167.55,2.48663,1.76934,21000,0,0,3758,0,0,0), - (43120,14473,1,14521,0,-7888.2,299.423,-13.9729,2.41835,43200,25,0,12208,0,0,1), - (43121,15498,1,15477,0,-6844.78,724.479,42.6144,0.366519,300,0,0,3400,5013,0,0), - (43122,15499,1,15478,0,-6862.97,756.071,42.5764,6.0912,300,0,0,6650,0,0,0), - (43123,15500,1,15479,0,-6876.72,734.648,45.7454,0.069813,600,0,0,7000,0,0,0), - (43124,14477,1,14523,0,-7834.97,989.964,5.47884,3.50722,21000,0,0,3876,0,0,0), - (43125,14478,1,0,0,-6518.56,1786.4,8.67502,4.687,21000,0,0,3101,2289,0,2), - (42160,14479,1,0,0,-7952.43,1900.06,1.45424,0.683915,21000,0,0,3297,2434,0,2), - (43127,12178,1,12269,0,-7314.79,414.781,21.7374,2.82996,300,25,0,2752,2117,0,1), - (43128,12178,1,12269,0,-7315.56,309.598,10.909,4.39989,300,10,0,2752,2117,0,1), - (43129,12178,1,12269,0,-7314.18,352.466,17.3954,4.65095,300,25,0,2752,2117,0,1), - (43130,12178,1,12269,0,-7215.96,455.471,13.5363,0.822411,300,3,0,2752,2117,0,1), - (43131,12178,1,12269,0,-7139.55,354.197,26.2948,3.39261,300,3,0,2752,2117,0,1), - (43132,12178,1,12269,0,-7141.85,350.847,26.3781,0.05236,300,0,0,2752,2117,0,0), - (43133,12178,1,12269,0,-7126.64,355.606,17.8847,6.19366,300,10,0,2752,2117,0,1), - (43134,12178,1,12269,0,-7122.28,343.788,18.0097,5.38601,300,3,0,2752,2117,0,1), - (43135,12178,1,12269,0,-7054.74,276.017,5.81007,5.43045,300,10,0,2752,2117,0,1), - (43136,12178,1,12269,0,-7080.26,313.053,12.383,5.90547,300,3,0,2752,2117,0,1), - (43137,12178,1,12269,0,-7224.28,325.111,46.3382,3.7008,300,0,0,2752,2117,0,0), - (43138,12178,1,12269,0,-7274.24,451.922,16.2011,5.58417,300,25,0,2752,2117,0,1), - (43139,12178,1,12269,0,-7185.79,355.09,28.9946,1.46359,300,25,0,2752,2117,0,1), - (43140,12178,1,12269,0,-7055.2,319.806,7.36219,4.32144,300,10,0,2752,2117,0,1), - (43141,12178,1,12269,0,-7217.3,387.71,24.4976,0.887024,300,3,0,2752,2117,0,1), - (43142,12178,1,12269,0,-7219.9,418.333,24.2214,4.62244,300,25,0,2752,2117,0,1), - (43143,12178,1,12269,0,-7115.5,417.452,13.0916,4.18369,300,25,0,2752,2117,0,1), - (43144,12178,1,12269,0,-7122.72,435.069,18.5984,6.09145,300,25,0,2752,2117,0,1), - (43145,12178,1,12269,0,-7183.99,488.21,13.89,2.24676,300,25,0,2752,2117,0,1), - (43146,12179,1,12270,0,-7217.56,288.306,47.0961,1.09121,300,3,0,3635,0,0,1), - (43147,12179,1,12270,0,-7138.59,347.584,26.2948,3.83456,300,3,0,3635,0,0,1), - (43148,12179,1,12270,0,-7258.11,328.817,47.925,6.21337,300,0,0,3635,0,0,0), - (43149,12179,1,12270,0,-7116.58,351.869,17.8847,3.4514,300,0,0,3635,0,0,0), - (43150,12179,1,12270,0,-7316.36,386.531,15.6469,3.28662,300,10,0,3635,0,0,1), - (43151,12179,1,12270,0,-7309.82,284.823,12.2226,2.48483,300,3,0,3635,0,0,1), - (43152,12179,1,12270,0,-7255.54,354.491,40.6493,4.11533,300,25,0,3635,0,0,1), - (43153,12179,1,12270,0,-7084.7,241.667,3.8624,3.14159,300,10,0,3635,0,0,1), - (43154,12179,1,12270,0,-7117.15,241.947,3.21372,3.38719,300,25,0,3635,0,0,1), - (43155,12179,1,12270,0,-7139.58,352.873,17.4297,2.86257,300,10,0,3635,0,0,1), - (43156,12179,1,12270,0,-7210.44,327.538,45.0917,4.03972,300,6,0,3635,0,0,2), - (43157,12179,1,12270,0,-7236.05,330.175,46.3383,2.97714,300,0,0,3635,0,0,0), - (43158,12179,1,12270,0,-7177.7,290.212,41.0724,4.66713,300,3,0,3635,0,0,1), - (43159,12179,1,12270,0,-7153.93,317.038,19.6269,5.21139,300,3,0,3635,0,0,1), - (43160,12179,1,12270,0,-7117.12,317.668,19.476,1.92644,300,0,0,3635,0,0,0), - (43161,12179,1,12270,0,-7247.92,377.084,20.5388,4.94912,300,25,0,3635,0,0,1), - (43162,12179,1,12270,0,-7260.42,410.416,21.343,3.72975,300,25,0,3635,0,0,1), - (43163,12179,1,12270,0,-7249.29,489.919,11.6138,6.04376,300,25,0,3635,0,0,1), - (43164,12179,1,12270,0,-7216.28,352.578,37.979,0.05474,300,3,0,3635,0,0,1), - (43165,12179,1,12270,0,-7078.71,351.318,6.11982,4.96101,300,25,0,3635,0,0,1), - (43166,12179,1,12270,0,-7184.61,322.523,35.118,6.24024,300,0,0,3635,0,0,0), - (43167,12179,1,12270,0,-7252.93,444.01,20.2468,0.545791,300,25,0,3635,0,0,1), - (43168,12179,1,12270,0,-7187.38,384.263,22.5013,3.9187,300,3,0,3635,0,0,1), - (43169,12179,1,12270,0,-7085.28,390.384,5.01803,2.23099,300,25,0,3635,0,0,1), - (43170,12179,1,12270,0,-7184.3,440.051,26.7382,4.11203,300,0,0,3635,0,0,0), - (43171,12179,1,12270,0,-7178.48,441.191,26.6737,2.345,300,0,0,3635,0,0,0), - (43172,12956,1,12977,0,-6370.38,-318.96,-1.45231,2.04204,300,0,0,4612,0,0,0), - (43173,16543,1,16252,0,-6856.12,708.375,43.5737,0.802851,300,0,0,3700,2434,0,0), - (43174,13220,1,13149,0,-6398.14,-314.356,-1.41759,0.261799,300,0,0,4108,2117,0,0), - (43175,15270,1,15371,0,-6838.07,843.766,49.0494,5.44543,300,0,0,3857,0,0,0), - (43176,12199,1,12291,0,-7114.15,352.771,26.3781,3.19395,300,0,0,3876,0,0,0), - (43177,17068,1,16786,0,-7144.84,1376.44,3.34157,6.02139,300,0,0,3600,0,0,0), - (43178,17070,1,16794,0,-7576.72,769.737,-17.4997,4.90438,300,0,0,2600,0,0,0), - (43179,17074,1,11686,0,-6840.21,889.893,33.7969,0.698132,300,0,0,8,0,0,0), - (43180,15282,1,15372,0,-6844.67,727.634,42.6185,0.226893,300,0,0,3857,0,0,0), - (43181,11698,1,12149,0,-6663.68,1069.62,3.68127,3.80734,300,25,0,8352,0,0,1), - (43182,11698,1,12149,0,-7002.27,652.248,6.0294,3.49549,300,3,0,8352,0,0,1), - (43183,11698,1,12149,0,-7023.67,892.524,8.10384,5.57244,300,3,0,8352,0,0,1), - (43184,11698,1,12149,0,-7111.02,789.347,12.4607,1.00972,300,3,0,8352,0,0,1), - (43185,11698,1,12149,0,-6369.73,1018.75,-47.2876,1.9676,300,3,0,8352,0,0,1), - (43186,11698,1,12149,0,-6250.88,1057.81,-31.9853,0.736236,300,25,0,8352,0,0,1), - (43187,11698,1,12149,0,-6492.05,919.764,-41.1216,4.83804,300,3,0,8352,0,0,1), - (43188,11698,1,12149,0,-6558.57,869.6,-46.3709,4.94655,300,3,0,8352,0,0,1), - (43189,11698,1,12149,0,-6649.94,913.57,3.36537,0.296782,300,25,0,8352,0,0,1), - (43190,11698,1,12149,0,-7083.83,814.222,17.9431,0.543269,300,3,0,8352,0,0,1), - (43191,11698,1,12149,0,-6977,848.198,10.4554,5.59951,300,3,0,8352,0,0,1), - (43192,11698,1,12149,0,-6910.02,788.633,7.48255,0.680669,300,10,0,8352,0,0,1), - (43193,11698,1,12149,0,-6956.67,761.593,11.8727,2.18715,300,3,0,8352,0,0,1), - (43194,11698,1,12149,0,-6881.25,677.084,7.99567,0.802665,300,3,0,8352,0,0,1), - (43195,11698,1,12149,0,-6914.02,731.146,12.9405,4.37683,300,3,0,8352,0,0,1), - (43196,11698,1,12149,0,-6986.15,574.966,7.78836,0.619041,300,25,0,8352,0,0,1), - (43197,11698,1,12149,0,-7116.28,583.682,8.87889,3.64452,300,10,0,8352,0,0,1), - (43198,11698,1,12149,0,-6521.28,918.981,0.700312,2.56497,300,10,0,8352,0,0,1), - (43199,11698,1,12149,0,-6952.41,875.342,13.8453,3.43575,300,3,0,8352,0,0,1), - (43200,15540,1,15550,0,-6802.81,796.45,51.3594,3.01942,600,0,0,3700,0,0,0), - (43201,15541,1,15551,0,-6374.21,532.318,6.19409,4.31401,240,3,0,10529,0,0,2), - (43202,15542,1,15552,0,-6362.06,551.901,7.30232,4.29159,240,3,0,3876,0,0,2), - (43203,15542,1,15552,0,-6366.48,541.942,6.9074,4.32893,240,3,0,3876,0,0,2), - (43204,17079,1,16834,0,-7573.79,769.702,-17.6601,4.46804,300,0,0,4000,0,0,0), - (43205,17080,1,16835,0,-7144.34,1377.83,3.25658,5.88176,300,0,0,2800,0,0,0), - (43206,15545,1,15304,0,-7013.45,1713.98,0.926241,4.62512,300,0,0,3100,0,0,0), - (43207,15545,1,15304,0,-7014.01,1731.86,0.931739,3.24631,300,0,0,3100,0,0,0), - (43208,15545,1,15304,0,-7006.43,1702.99,1.62108,6.12611,300,0,0,3100,0,0,0), - (43209,15545,1,15304,0,-7024.78,1707.72,3.0496,0.15708,300,0,0,3100,0,0,0), - (43210,17081,1,16836,0,-6810.62,832.311,50.0878,1.27409,300,0,0,5000,0,0,0), - (43211,15801,1,13069,0,-8105.91,1619.21,14.104,3.49066,300,25,0,8,100,0,1), - (43212,15801,1,13069,0,-8115.49,1621.07,14.8236,0.698132,300,25,0,8,100,0,1), - (43213,15545,1,15304,0,-7773.43,1174.62,1.49799,5.84685,300,0,0,3100,0,0,0), - (43214,15545,1,15304,0,-7785.68,1193.82,2.11056,1.18682,300,0,0,3100,0,0,0), - (43215,15545,1,15304,0,-7762.29,1190.61,-0.205664,3.1765,300,0,0,3100,0,0,0), - (43216,15545,1,15304,0,-7773.97,1185.79,-0.210197,4.2237,300,0,0,3100,0,0,0), - (43217,15545,1,15304,0,-6796.65,135.985,4.05701,5.49779,300,0,0,3100,0,0,0), - (43218,15545,1,15304,0,-6789.04,130.549,2.18303,3.00197,300,0,0,3100,0,0,0), - (43219,15545,1,15304,0,-6796.75,126.362,3.81732,5.2709,300,0,0,3100,0,0,0), - (43220,15545,1,15304,0,-6799.5,141.577,3.84566,0.05236,300,0,0,3100,0,0,0), - (43221,17082,1,16837,0,-6764.52,772.218,89.7278,5.89921,300,0,0,5000,0,0,0), - (43222,15293,1,15358,0,-7114.81,357.939,26.3781,4.32842,300,0,0,3297,2434,0,0), - (43223,17090,1,11686,0,-7138.58,1389.88,3.71278,1.39626,300,0,0,0,0,0,0), - (43224,14536,1,14587,0,-7724.21,1676.43,7.13181,2.19457,600,0,0,9298,12170,0,0), - (43225,11721,1,12151,0,-6310.92,1130.01,-20.5836,4.40384,300,3,0,8352,0,0,1), - (43226,11721,1,12151,0,-6513.47,827.684,12.9525,0.554987,300,3,0,8352,0,0,1), - (43227,11721,1,12151,0,-6381.45,1028.98,-50.0282,5.27193,300,3,0,8352,0,0,1), - (43228,11721,1,12151,0,-6579.08,773.47,-51.83,0.125252,300,3,0,8352,0,0,2), - (43229,11721,1,12151,0,-6265.18,946.905,-40.1503,2.23904,300,3,0,8352,0,0,1), - (43230,11721,1,12151,0,-6661.13,991.01,-15.5111,4.36963,300,25,0,8352,0,0,2), - (43231,11721,1,12151,0,-6348.65,1007.31,-33.7442,0.827889,300,25,0,8352,0,0,2), - (43232,11721,1,12151,0,-6582.09,944.948,0.532784,3.14518,300,10,0,8352,0,0,1), - (43233,11721,1,12151,0,-6593.84,887.369,-43.6616,1.75643,300,25,0,8352,0,0,2), - (43234,11721,1,12151,0,-6235.16,1090.29,-24.2738,1.33838,300,3,0,8352,0,0,2), - (43235,11721,1,12151,0,-6491.73,866.092,17.9963,4.7889,300,3,0,8352,0,0,1), - (43236,15306,1,15370,0,-6836.01,845.531,49.0809,5.95157,300,0,0,4231,0,0,0), - (43237,11722,1,12153,0,-6580.25,794.558,4.64544,0.904922,300,10,0,8613,0,0,1), - (43238,11722,1,12153,0,-6266.35,1218.94,-16.1716,5.96017,300,3,0,8613,0,0,1), - (43239,11722,1,12153,0,-6386.79,846.58,1.54205,5.04248,300,10,0,8613,0,0,1), - (43240,11722,1,12153,0,-6340.2,894.384,3.69306,0.857893,300,10,0,8613,0,0,1), - (43241,11722,1,12153,0,-6593.23,1123.39,0.856737,2.05455,300,25,0,8613,0,0,1), - (43242,11722,1,12153,0,-6470.18,1160.8,3.45453,1.13302,300,25,0,8613,0,0,1), - (43243,11722,1,12153,0,-6609.49,1074.11,3.96457,4.84527,300,25,0,8613,0,0,1), - (43244,11722,1,12153,0,-6316.29,1183.16,-17.7782,5.53747,300,3,0,8613,0,0,1), - (43245,11722,1,12153,0,-6657.26,1009.31,-21.662,2.60438,300,3,0,8613,0,0,1), - (43246,11722,1,12153,0,-6254.23,1012.29,-42.8717,3.78035,300,25,0,8613,0,0,1), - (43247,11722,1,12153,0,-6674.82,956.099,-2.13278,0.937406,300,3,0,8613,0,0,1), - (43248,11722,1,12153,0,-6673.28,883.124,4.41325,5.2736,300,25,0,8613,0,0,1), - (43249,11722,1,12153,0,-6552.01,949.38,0.41465,4.25627,300,10,0,8613,0,0,1), - (43250,11722,1,12153,0,-6236.82,1088.79,-23.9696,4.58663,300,25,0,8613,0,0,1), - (43251,11722,1,12153,0,-6375.75,1109.82,4.8842,3.25408,300,15,0,8613,0,0,1), - (43252,11722,1,12153,0,-6594.16,1123.21,-47.5805,3.49069,300,3,0,8613,0,0,1), - (43253,11722,1,12153,0,-6595.32,886.137,-44.0754,4.44044,300,25,0,8613,0,0,1), - (43254,11722,1,12153,0,-6532.19,805.433,-43.8801,3.30301,300,3,0,8613,0,0,1), - (43255,11722,1,12153,0,-6244.72,1177.66,-18.2108,1.79968,300,3,0,8613,0,0,1), - (43256,11722,1,12153,0,-6575.21,858.043,-44.9616,2.79997,300,3,0,8613,0,0,1), - (43257,11722,1,12153,0,-6344.46,1125.51,-19.1503,1.89258,300,3,0,8613,0,0,1), - (43258,11722,1,12153,0,-6281.29,1114.59,-26.7343,5.84455,300,3,0,8613,0,0,1), - (43259,11722,1,12153,0,-6322.21,1004.11,-32.9602,4.08786,300,3,0,8613,0,0,1), - (43260,11722,1,12153,0,-6390.81,1032.27,-19.9502,4.74295,300,25,0,8613,0,0,1), - (43261,11723,1,12150,0,-6476.06,1085.83,-2.56383,5.45595,300,10,0,8182,0,0,1), - (43262,11723,1,12150,0,-6496.94,1188.24,1.74981,0.159902,300,25,0,8182,0,0,1), - (43263,11723,1,12150,0,-6513.72,783.907,3.95093,5.70489,300,10,0,8182,0,0,1), - (43264,11723,1,12150,0,-6343,1193.96,-20.7406,4.76083,300,3,0,8182,0,0,1), - (43265,11723,1,12150,0,-6302.99,1149.92,-16.5253,1.46966,300,3,0,8182,0,0,1), - (43266,11723,1,12150,0,-6685.46,805.1,14.5309,3.91594,300,25,0,8182,0,0,1), - (43267,11723,1,12150,0,-6705.55,934.297,5.71979,4.56732,300,25,0,8182,0,0,1), - (43268,11723,1,12150,0,-6402.15,1020.69,-23.6339,0.257501,300,10,0,8182,0,0,1), - (43269,11723,1,12150,0,-6429.68,1043.75,-15.8192,0,300,10,0,8182,0,0,1), - (43270,11723,1,12150,0,-6326.69,907.815,6.11768,2.04362,300,10,0,8182,0,0,1), - (43271,11723,1,12150,0,-6518.79,866.987,-30.7607,3.14856,300,3,0,8182,0,0,1), - (43272,11723,1,12150,0,-6581.1,781.267,-53.9537,1.96141,300,3,0,8182,0,0,1), - (43273,11723,1,12150,0,-6568.29,757.617,-53.6445,0.610929,300,3,0,8182,0,0,1), - (43274,11723,1,12150,0,-6245.86,1133.05,-20.9211,3.53505,300,3,0,8182,0,0,1), - (43275,11723,1,12150,0,-6278.24,987.826,-41.2927,4.40377,300,3,0,8182,0,0,1), - (43276,11723,1,12150,0,-6401.47,1072.03,-45.523,0.312355,300,3,0,8182,0,0,1), - (43277,11724,1,12152,0,-7051.78,849.116,8.11459,3.99466,300,10,0,8352,0,0,1), - (43278,11724,1,12152,0,-6219.85,952.518,-42.6154,5.91473,300,3,0,8352,0,0,1), - (43279,11724,1,12152,0,-7214.51,681.893,7.01653,2.01737,300,3,0,8352,0,0,1), - (43281,11724,1,12152,0,-6280.98,1187.34,-20.7682,1.31955,300,3,0,8352,0,0,1), - (43282,11724,1,12152,0,-7118,848.767,6.8043,2.72117,300,10,0,8352,0,0,1), - (43283,11724,1,12152,0,-6275.57,966.738,-41.6991,4.68235,300,3,0,8352,0,0,1), - (43284,11724,1,12152,0,-6483.29,900.981,-41.9619,0.878916,300,3,0,8352,0,0,1), - (43285,11724,1,12152,0,-6623.93,928.33,-53.0604,5.60331,300,3,0,8352,0,0,1), - (43286,11724,1,12152,0,-7153.2,823.863,10.9397,1.21881,300,10,0,8352,0,0,1), - (43287,11724,1,12152,0,-6442.34,1100.02,1.10783,5.25647,300,10,0,8352,0,0,1), - (43288,11724,1,12152,0,-7083.6,889.732,8.7268,2.84528,300,3,0,8352,0,0,1), - (43289,11724,1,12152,0,-7179.93,723.522,11.0836,0.834607,300,3,0,8352,0,0,1), - (43290,11724,1,12152,0,-6471.85,834.988,6.09751,2.98286,300,3,0,8352,0,0,1), - (43291,11724,1,12152,0,-6551.77,1159.41,-1.36306,3.3167,300,25,0,8352,0,0,1), - (43292,11724,1,12152,0,-6426.86,874.586,0.922683,3.90108,300,10,0,8352,0,0,1), - (43293,11724,1,12152,0,-6220.64,987.282,-45.893,5.91372,300,3,0,8352,0,0,1), - (43294,11724,1,12152,0,-7162.5,684.315,7.44698,1.5708,300,3,0,8352,0,0,1), - (43295,11724,1,12152,0,-6232.18,1173.01,-14.8858,1.91317,300,3,0,8352,0,0,1), - (43296,11724,1,12152,0,-6475.72,878.386,4.78633,2.45428,300,3,0,8352,0,0,1), - (43297,11724,1,12152,0,-7197.61,650.787,6.88988,4.19317,300,3,0,8352,0,0,1), - (43298,11724,1,12152,0,-6591.47,989.618,2.00111,1.28132,300,10,0,8352,0,0,1), - (43299,11724,1,12152,0,-6310.54,1124.59,-20.5221,6.01261,300,3,0,8352,0,0,1), - (43300,11724,1,12152,0,-6487.9,1012.36,3.55581,4.41062,300,10,0,8352,0,0,1), - (43301,11724,1,12152,0,-6606.32,821.787,2.40453,4.25811,300,10,0,8352,0,0,1), - (43302,11724,1,12152,0,-6696.25,1037.64,3.19627,0.410902,300,25,0,8352,0,0,1), - (43303,11724,1,12152,0,-6741.15,959.5,5.36262,1.13948,300,25,0,8352,0,0,1), - (43304,11724,1,12152,0,-6343.94,1009.67,-33.0385,5.36946,300,3,0,8352,0,0,1), - (43305,11724,1,12152,0,-6541.72,864.142,-29.3741,5.62941,300,3,0,8352,0,0,1), - (43306,11724,1,12152,0,-6592.47,762.209,-52.3829,5.90975,300,3,0,8352,0,0,1), - (43307,11724,1,12152,0,-6609.95,1115.11,-47.1556,5.92917,300,3,0,8352,0,0,1), - (43308,11724,1,12152,0,-6515.45,987.786,1.1157,3.03493,300,10,0,8352,0,0,1), - (43309,11724,1,12152,0,-6294.4,1172.78,-20.5936,4.24768,300,3,0,8352,0,0,1), - (43310,11724,1,12152,0,-7153.18,735.62,6.0272,4.57754,300,3,0,8352,0,0,1), - (43311,11724,1,12152,0,-6605.43,1060.89,-39.6763,0,300,3,0,8352,0,0,1), - (43312,11724,1,12152,0,-6254.89,1150.03,-24.7402,5.12575,300,3,0,8352,0,0,1), - (43313,11724,1,12152,0,-6951.67,814.732,9.74711,0.339881,300,3,0,8352,0,0,1), - (43314,11724,1,12152,0,-6971.98,675.246,9.64555,6.27537,300,3,0,8352,0,0,1), - (43315,11724,1,12152,0,-6914,662.485,9.18236,1.38968,300,10,0,8352,0,0,1), - (43316,11724,1,12152,0,-6953.11,620.775,5.96879,2.74228,300,25,0,8352,0,0,1), - (43317,11724,1,12152,0,-7008.37,624.816,8.3554,1.3869,300,10,0,8352,0,0,1), - (43318,11724,1,12152,0,-7059.49,590.298,9.55395,4.98858,300,10,0,8352,0,0,1), - (43319,11724,1,12152,0,-7123.16,658.707,16.7101,5.0755,300,25,0,8352,0,0,1), - (43320,11724,1,12152,0,-7085.63,618.684,2.68607,2.47915,300,10,0,8352,0,0,1), - (43321,11724,1,12152,0,-7154.5,624.587,8.85214,6.25585,300,10,0,8352,0,0,1), - (43324,11724,1,12152,0,-6892.45,669.888,6.53788,1.26139,300,3,0,8352,0,0,1), - (43325,11725,1,12158,0,-7087.77,1764.94,-4.6182,2.14959,300,3,0,8613,0,0,1), - (43326,11725,1,12158,0,-7341.86,1721.19,-92.7696,5.30075,300,3,0,8613,0,0,1), - (43327,11725,1,12158,0,-7464.9,1314.2,-82.4706,5.40069,300,3,0,8613,0,0,1), - (43328,11725,1,12158,0,-7132.94,1706.62,0.102579,4.45179,300,3,0,8613,0,0,1), - (43329,11725,1,12158,0,-7400.24,1741.7,-92.9762,2.64357,300,3,0,8613,0,0,1), - (43330,11725,1,12158,0,-7391.13,1698.03,-92.3897,2.63178,300,3,0,8613,0,0,1), - (43331,11725,1,12158,0,-7545.54,1472.22,4.10897,5.39025,300,10,0,8613,0,0,1), - (43332,11725,1,12158,0,-7345.14,1611.83,-28.7621,2.16313,300,10,0,8613,0,0,1), - (43333,11725,1,12158,0,-7309.35,1434.79,-1.78474,4.36574,300,10,0,8613,0,0,1), - (43334,11725,1,12158,0,-7538.75,1739.45,3.80662,4.6655,300,25,0,8613,0,0,1), - (43335,11725,1,12158,0,-7438.38,1342.54,-86.5007,3.12434,300,3,0,8613,0,0,1), - (43336,11725,1,12158,0,-7468.84,1606.3,-50.2784,1.75992,300,25,0,8613,0,0,1), - (43337,11725,1,12158,0,-7579.13,1686.17,-34.304,2.82921,300,3,0,8613,0,0,1), - (43338,11725,1,12158,0,-7376.09,1785.97,-32.144,4.3823,300,3,0,8613,0,0,1), - (43339,11725,1,12158,0,-7246.8,1671.58,-65.0349,2.92381,300,3,0,8613,0,0,1), - (43340,11725,1,12158,0,-7386.75,1637.49,-76.6857,0.937863,300,3,0,8613,0,0,1), - (43341,11725,1,12158,0,-7601.62,1812.78,-40.8332,3.47773,300,3,0,8613,0,0,1), - (43342,11725,1,12158,0,-7101.46,1507.94,6.89049,0.697874,300,10,0,8613,0,0,1), - (43343,11725,1,12158,0,-7624.07,1725.65,-34.2381,1.23899,300,3,0,8613,0,0,1), - (43344,11725,1,12158,0,-7433.02,1403.78,-89.416,1.5293,300,25,0,8613,0,0,1), - (43345,11725,1,12158,0,-7239,1616.31,-69.9452,0.056367,300,3,0,8613,0,0,1), - (43346,11726,1,12159,0,-7448.43,1404.37,-90.2715,5.8935,300,25,0,8613,0,0,2), - (43347,11726,1,12159,0,-7436.79,1246.25,-81.6537,2.16124,300,3,0,8613,0,0,2), - (43348,11726,1,12159,0,-7510.78,1873.2,-57.7846,1.80603,300,3,0,8613,0,0,2), - (43349,11726,1,12159,0,-7647.6,1746.76,-32.0721,5.06247,300,3,0,8613,0,0,1), - (43350,11726,1,12159,0,-7607.04,1753.96,-41.192,0.175877,300,3,0,8613,0,0,2), - (43351,11726,1,12159,0,-7555.05,1582.04,-67.3312,5.51456,300,3,0,8613,0,0,2), - (43352,11726,1,12159,0,-7320.65,1730.34,-93.4236,6.17354,300,25,0,8613,0,0,1), - (43353,11726,1,12159,0,-7394.51,1616.77,-78.2845,4.48586,300,25,0,8613,0,0,1), - (43354,11726,1,12159,0,-7172.18,1789.29,-80.487,3.61638,300,3,0,8613,0,0,2), - (43355,11727,1,11088,0,-7061.68,1659.71,4.83502,2.22511,300,3,0,3876,0,0,1), - (43356,11727,1,11088,0,-7063.09,1661.55,4.95063,2.22586,300,3,0,3876,0,0,1), - (43357,11727,1,11088,0,-7059.57,1656.96,4.70955,2.22455,300,3,0,3876,0,0,1), - (43358,11727,1,11088,0,-7587.49,1589.36,2.10753,1.86226,300,3,0,3876,0,0,1), - (43359,11727,1,11088,0,-7588.51,1592.71,1.98253,1.84948,300,25,0,3876,0,0,1), - (43360,11727,1,11088,0,-7590.48,1588.9,1.7739,1.86327,300,3,0,3876,0,0,1), - (43361,11727,1,11088,0,-7586.46,1585.92,2.1109,1.86202,300,3,0,3876,0,0,1), - (43362,11727,1,11088,0,-7584.45,1589.65,2.85374,1.86238,300,3,0,3876,0,0,1), - (43363,11727,1,11088,0,-7610.43,1748.15,-42.4835,1.42564,300,3,0,3876,0,0,1), - (43364,11727,1,11088,0,-7607.06,1774.36,-39.8801,0.447788,300,3,0,3876,0,0,1), - (43365,11727,1,11088,0,-7620.55,1753.43,-40.994,5.71673,300,25,0,3876,0,0,1), - (43366,11727,1,11088,0,-7615.75,1771.81,-38.0571,5.28926,300,3,0,3876,0,0,1), - (43367,11727,1,11088,0,-7602.18,1754.8,-42.3581,3.91164,300,3,0,3876,0,0,1), - (43368,11727,1,11088,0,-7043.56,1580.18,2.47208,2.53165,300,3,0,3876,0,0,1), - (43369,11727,1,11088,0,-7044.37,1577.66,2.54902,2.64397,300,3,0,3876,0,0,1), - (43370,11727,1,11088,0,-7040.48,1580.13,2.70291,2.18912,300,3,0,3876,0,0,1), - (43371,11727,1,11088,0,-7046.56,1582.3,2.42417,2.55819,300,3,0,3876,0,0,1), - (43372,11727,1,11088,0,-7174.01,1451.71,5.80901,0.553762,300,3,0,3876,0,0,1), - (43373,11727,1,11088,0,-7175.71,1454.15,5.83381,0.57183,300,3,0,3876,0,0,1), - (43374,11727,1,11088,0,-7171.73,1453.12,5.77326,0.553785,300,3,0,3876,0,0,1), - (43375,11727,1,11088,0,-7427.9,1792.89,-100.326,5.0861,300,25,0,3876,0,0,1), - (43376,11727,1,11088,0,-7420.22,1802.27,-96.0569,5.39616,300,25,0,3876,0,0,1), - (43377,11727,1,11088,0,-7425.35,1819.09,-100.708,1.85972,300,25,0,3876,0,0,1), - (43378,11727,1,11088,0,-7409.71,1815.93,-100.024,1.80766,300,25,0,3876,0,0,1), - (43379,11727,1,11088,0,-7414.1,1791.61,-100.304,5.67946,300,25,0,3876,0,0,1), - (43380,11727,1,11088,0,-7381.37,1556.52,-80.4019,1.40737,300,3,0,3876,0,0,1), - (43381,11727,1,11088,0,-7370.06,1571,-80.3953,5.68173,300,3,0,3876,0,0,1), - (43382,11727,1,11088,0,-7393.53,1566.72,-80.4014,4.95947,300,3,0,3876,0,0,1), - (43383,11727,1,11088,0,-7373.76,1562.06,-80.16,3.65608,300,3,0,3876,0,0,1), - (43384,11727,1,11088,0,-7331.61,1613.81,-77.9639,0.045283,300,3,0,3876,0,0,1), - (43385,11727,1,11088,0,-7329.75,1635.1,-77.4098,2.05763,300,3,0,3876,0,0,1), - (43386,11727,1,11088,0,-7333.38,1626.05,-77.5081,6.02913,300,3,0,3876,0,0,1), - (43387,11727,1,11088,0,-7323.13,1874.95,-84.6473,4.50159,300,3,0,3876,0,0,1), - (43388,11727,1,11088,0,-7329.62,1837.43,-88.9467,0.569442,300,25,0,3876,0,0,1), - (43389,11727,1,11088,0,-7338.44,1853.84,-87.1981,0.850633,300,3,0,3876,0,0,1), - (43390,11727,1,11088,0,-7325.1,1871.02,-85.2787,0.055285,300,25,0,3876,0,0,1), - (43391,11727,1,11088,0,-7334.69,1857.34,-87.288,6.1256,300,25,0,3876,0,0,1), - (43392,11727,1,11088,0,-7373.55,1276.71,-84.5665,4.86493,300,3,0,3876,0,0,1), - (43393,11727,1,11088,0,-7386.25,1266.87,-86.0605,3.73421,300,25,0,3876,0,0,1), - (43394,11727,1,11088,0,-7373.19,1265.46,-84.136,2.04625,300,25,0,3876,0,0,1), - (43395,11727,1,11088,0,-7390.42,1280.9,-86.4376,3.72273,300,3,0,3876,0,0,1), - (43396,11727,1,11088,0,-7382.61,1255.08,-85.1616,2.25424,300,25,0,3876,0,0,1), - (43397,11727,1,11088,0,-7431.94,1238.98,-82.943,1.48849,300,3,0,3876,0,0,1), - (43398,11727,1,11088,0,-7416.71,1255.28,-87.2154,1.21871,300,25,0,3876,0,0,1), - (43399,11727,1,11088,0,-7425.53,1248,-86.5311,6.05061,300,25,0,3876,0,0,1), - (43400,11727,1,11088,0,-7433.09,1245,-83.7283,4.87862,300,3,0,3876,0,0,1), - (43401,11727,1,11088,0,-7426.69,1260.31,-87.1377,1.11159,300,3,0,3876,0,0,1), - (43402,11727,1,11088,0,-7388.42,1220.62,-80.2306,4.20908,300,3,0,3876,0,0,1), - (43403,11727,1,11088,0,-7413.13,1211.57,-74.8249,2.17165,300,25,0,3876,0,0,1), - (43404,11727,1,11088,0,-7397.48,1213.83,-77.6805,2.83996,300,3,0,3876,0,0,1), - (43405,11727,1,11088,0,-7405.36,1216.88,-76.1113,4.30705,300,3,0,3876,0,0,1), - (43406,11727,1,11088,0,-7396.13,1224.31,-78.7348,4.63379,300,3,0,3876,0,0,1), - (43407,11727,1,11088,0,-7170.27,1790.92,-80.4569,0.783744,300,3,0,3876,0,0,1), - (43408,11727,1,11088,0,-7145.69,1787.43,-80.4532,1.45389,300,25,0,3876,0,0,1), - (43409,11727,1,11088,0,-7162.77,1773.63,-79.302,2.85905,300,3,0,3876,0,0,1), - (43410,11727,1,11088,0,-7328.33,1578.28,-12.1711,3.46859,300,25,0,3876,0,0,1), - (43411,11727,1,11088,0,-7331.54,1577.2,-11.5353,3.46857,300,0,0,3876,0,0,0), - (43412,11727,1,11088,0,-7324.44,1579.6,-13.055,3.46859,300,25,0,3876,0,0,1), - (43413,11727,1,11088,0,-7387.84,1840.64,-30.0494,4.33008,300,3,0,3876,0,0,1), - (43414,11727,1,11088,0,-7388.96,1837.86,-29.9244,4.07823,300,3,0,3876,0,0,1), - (43415,11727,1,11088,0,-7384.95,1839.8,-29.5494,4.4186,300,3,0,3876,0,0,1), - (43416,11727,1,11088,0,-7386.72,1843.42,-30.0494,4.40442,300,3,0,3876,0,0,1), - (43417,11727,1,11088,0,-7390.51,1842.04,-30.0494,4.44832,300,3,0,3876,0,0,1), - (43418,11727,1,11088,0,-7155.72,1798.57,6.53385,0.244979,300,3,0,3876,0,0,1), - (43419,11727,1,11088,0,-7154.54,1801.86,7.29893,0.728022,300,3,0,3876,0,0,1), - (43420,11727,1,11088,0,-7158.93,1797.31,5.34049,0.787567,300,3,0,3876,0,0,1), - (43421,11727,1,11088,0,-7384.72,1448.68,4.59526,4.06345,300,3,0,3876,0,0,1), - (43423,11727,1,11088,0,-7387.42,1445.1,4.99418,3.79527,300,3,0,3876,0,0,1), - (43424,750,0,1995,0,-10780.5,-3761.81,23.4471,2.01552,300,5,0,1981,0,0,1), - (43425,1544,0,1005,0,2754.65,1382.76,2.20305,0.890564,300,5,0,148,165,0,1), - (43426,1545,0,346,0,2681.12,1382.48,-0.289437,4.36963,300,5,0,176,0,0,1), - (43427,1545,0,346,0,2613.4,1382.5,0.861164,2.7506,300,10,0,176,0,0,1), - (43428,767,0,632,0,-10208.5,-3443.22,22.5525,1.35234,300,10,0,1469,0,0,1), - (43429,750,0,1995,0,-10939.1,-3742.6,23.8638,4.4473,300,3,0,1981,0,0,1), - (43430,11727,1,11088,0,-7383.83,1449.85,4.36918,5.0295,300,3,0,3876,0,0,1), - (43431,11727,1,11088,0,-7383.25,1445.65,4.36918,4.51924,300,3,0,3876,0,0,1), - (43432,11727,1,11088,0,-7388.3,1720.21,-36.5966,0.860044,300,3,0,3876,0,0,1), - (43433,11727,1,11088,0,-7392.37,1722.09,-36.971,5.14819,300,3,0,3876,0,0,1), - (43434,11727,1,11088,0,-7390.13,1721.53,-36.812,1.99213,300,3,0,3876,0,0,1), - (43435,11727,1,11088,0,-7389.56,1718.01,-36.4569,0.148544,300,3,0,3876,0,0,1), - (43436,11727,1,11088,0,-7301.59,1829.2,-87.313,3.11359,300,3,0,3876,0,0,1), - (43437,11727,1,11088,0,-7288.46,1848.9,-85.6444,4.99689,300,3,0,3876,0,0,1), - (43441,1304,0,1487,0,-8887,985.503,124.541,4.677,310,0,0,1605,0,0,0), - (43442,11727,1,11088,0,-7294.22,1827.74,-85.2761,4.13192,300,3,0,3876,0,0,1), - (43443,751,0,391,0,-10891.7,-3746.8,23.5472,5.42588,300,2,0,2059,0,0,1), - (43444,750,0,1995,0,-10969.2,-3689.67,10.2818,2.17962,300,3,0,1981,0,0,1), - (43445,751,0,391,0,-10981.2,-3707.64,14.7222,0.10179,300,3,0,2059,0,0,1), - (43446,751,0,391,0,-11016.4,-3671.48,22.9221,4.97238,300,3,0,2059,0,0,1), - (43447,750,0,1995,0,-10952.6,-3706.96,26.5824,1.32237,300,3,0,1981,0,0,1), - (43448,751,0,391,0,-10974,-3675.21,27.6192,4.98762,300,3,0,2059,0,0,1), - (43449,11727,1,11088,0,-7289.74,1835.57,-85.9713,2.82376,300,3,0,3876,0,0,1), - (43450,11727,1,11088,0,-7299.78,1836.89,-87.6774,3.39259,300,3,0,3876,0,0,1), - (43451,11727,1,11088,0,-7561.46,1595.31,-67.5643,4.19318,300,3,0,3876,0,0,1), - (43452,11727,1,11088,0,-7558.64,1580.05,-66.5063,3.93943,300,3,0,3876,0,0,1), - (43453,11727,1,11088,0,-7555.71,1589.9,-67.3509,0.469904,300,3,0,3876,0,0,1), - (43454,11727,1,11088,0,-7176.82,1449.97,6.28762,0.553771,300,3,0,3876,0,0,1), - (43455,11727,1,11088,0,-7172.7,1448.99,6.19936,0.553773,300,3,0,3876,0,0,1), - (43456,9416,229,11420,0,47.23,-498.17,29.38,1.42,10800,0,0,3189,0,0,0), - (43457,9097,229,0,0,41.68,-460.86,24.66,0.81956,10800,0,0,7599,0,0,0), - (43458,9097,229,0,0,41.61,-455.02,26.24,5.29083,10800,0,0,7599,0,0,2), - (43459,9098,229,0,0,46.05,-455.24,26.06,4.01221,10800,0,0,6078,4082,0,0), - (43460,9257,229,0,0,46.17,-461.07,24.49,2.1571,10800,0,0,6078,2041,0,0), - (43461,9097,229,0,0,62.2,-458.45,24.82,3.69,10800,0,0,7599,0,0,0), - (43462,9098,229,0,0,62.49,-463.61,25.4,3.33,10800,0,0,6078,4082,0,0), - (43463,9258,229,0,0,65.98,-470.9,26.07,3.22,10800,0,0,7599,0,0,0), - (43464,9416,229,11420,0,61.73,-472.86,26.34,3,10800,0,0,3189,0,0,0), - (43465,9416,229,11420,0,62.06,-468.93,25.94,3.63,10800,0,0,3189,0,0,0), - (43466,9045,229,0,0,62.11,-561.1,30.79,3.24,10800,0,0,6078,2041,0,0), - (43467,9097,229,0,0,62.5,-565.17,30.79,3.24,10800,0,0,7599,0,0,2), - (43468,9097,229,0,0,81.73,-580.41,30.79,4.55571,10800,0,0,7599,0,0,0), - (43469,9097,229,0,0,81.24,-583.87,30.79,1.48402,10800,0,0,7599,0,0,0), - (43473,9098,229,0,0,71.28,-587.309,30.604,6.21996,7200,0,0,6273,4234,0,0), - (43471,9257,229,0,0,57.94,-560.1,30.77,6.07,10800,0,0,6078,2041,0,0), - (43472,9257,229,0,0,56.67,-565.77,30.77,0.16,10800,0,0,6078,2041,0,0), - (43470,9257,229,0,0,75.5058,-587.496,30.604,3.12235,7200,0,0,6273,2117,0,0), - (43475,9257,229,0,0,-8.47001,-581.302,29.1909,5.28141,7200,0,0,6273,2117,0,0), - (43476,9045,229,0,0,-52.6788,-585.094,29.1909,2.93307,7200,0,0,6078,2041,0,0), - (43477,9097,229,0,0,-60.3966,-585.973,29.1909,0.580012,7200,0,0,7599,0,0,2), - (43478,9097,229,0,0,-63.9999,-572.651,29.1909,6.18384,7200,0,0,7599,0,0,2), - (43479,9097,229,0,0,-70.37,-575.97,29.1909,1.57276,7200,0,0,7599,0,0,2), - (43480,9097,229,0,0,-32.392,-558.642,29.1909,5.39921,7200,0,0,7842,0,0,2), - (43486,9098,229,0,0,-2.46548,-580.496,29.1909,4.07033,7200,0,0,6273,4234,0,0), - (43483,9098,229,0,0,-27.0788,-563.404,29.1909,2.86316,7200,0,0,6273,4234,0,0), - (43484,9097,229,0,0,-37.8278,-585.13,29.1909,1.47773,7200,0,0,7599,0,0,0), - (43485,9097,229,0,0,-34.1753,-585.505,29.1909,6.24981,7200,0,0,7599,0,0,0), - (43481,9097,229,0,0,-7.73006,-586.411,29.1909,0.711965,7200,0,0,7599,0,0,2), - (43487,9045,229,0,0,-31.7166,-564.232,29.1909,0.821129,7200,0,0,6273,2117,0,0), - (43488,9257,229,0,0,-53.7342,-579.435,29.1909,3.91796,7200,0,0,6078,2041,0,0), - (43489,9098,229,0,0,-57.2777,-586.384,29.1909,1.41175,7200,0,0,6078,4082,0,0), - (43490,9258,229,0,0,-45.94,-554.16,29.37,5.51,10800,0,0,7599,0,0,0), - (43491,9416,229,11420,0,-43.61,-555.03,29.37,5.48,10800,0,0,3189,0,0,0), - (43492,9416,229,11420,0,-45.76,-557.21,29.37,5.54,10800,0,0,3189,0,0,0), - (43494,9416,229,11420,0,-58.96,-550.4,29.37,0.89,10800,0,0,3189,0,0,0), - (43495,9416,229,11420,0,-62.87,-545.28,29.37,0.46,10800,0,0,3189,0,0,0), - (43496,9045,229,0,0,-68.4459,-539.299,29.1909,2.17437,7200,0,0,6273,2117,0,0), - (43497,9098,229,0,0,-73.8189,-537.626,29.1909,0.107986,7200,0,0,6078,4082,0,0), - (43498,9097,229,0,0,-67.1433,-534.974,29.1909,3.64778,7200,0,0,7599,0,0,2), - (43499,9097,229,0,0,5.88,-523.11,29.63,3.44,10800,0,0,7599,0,0,0), - (43500,9097,229,0,0,0.66,-525.45,29.48,0.79,10800,0,0,7599,0,0,2), - (43501,9257,229,0,0,-1.35,-519.49,29.43,6.01,10800,0,0,6078,2041,0,0), - (43502,9098,229,0,0,5.24,-518.2,29.53,3.97,10800,0,0,6078,4082,0,0), - (43503,9201,229,11562,0,-25.12,-514.43,29.34,2.98,10800,0,0,10130,10205,0,2), - (43504,9199,229,11577,0,-40.56,-497.78,29.33,4.66,10800,0,0,12665,0,0,0), - (43505,9199,229,11577,0,-32.96,-497.65,29.32,4.73,10800,0,0,12665,0,0,0), - (43506,9201,229,0,0,-30.7344,-429.156,31.7927,3.94546,7200,0,0,10130,10205,0,0), - (43507,9199,229,11581,0,-37.05,-387.07,31.8,4.65,10800,0,0,12665,0,0,2), - (43508,9198,229,11579,0,-41.34,-380.41,31.8,4.82,10800,2,0,10455,10585,0,1), - (43509,9201,229,0,0,-44.9234,-363.5,31.6182,0.687995,7200,0,0,10455,10585,0,0), - (43510,9200,229,11562,0,-14.58,-352.69,31.8,3.1,10800,2,0,12665,10205,0,1), - (43511,9201,229,0,0,-25.5023,-346.151,31.6168,1.98312,7200,0,0,10455,10585,0,0), - (43512,9200,229,11581,0,-14.17,-326.66,31.75,3.11,10800,2,0,12665,0,0,1), - (43513,9198,229,11579,0,-47.66,-316.76,43.24,5.57,10800,0,0,10455,10585,0,0), - (43514,9198,229,11579,0,-26.74,-304.02,31.8,6.17,10800,0,0,10455,10585,0,0), - (43515,9201,229,0,0,-20.1226,-307.731,31.6163,2.21873,7200,0,0,10455,10585,0,0), - (43516,9201,229,11562,0,-58.87,-320.75,44.13,5.53,10800,0,0,10130,10205,0,0), - (43517,9200,229,11581,0,-52.41,-306.9,43.34,5.53,10800,0,0,12665,0,0,0), - (43518,9196,229,11565,0,-22.79,-300.68,31.8,4.65,1000000,0,0,23688,0,0,0), - (43519,9218,229,11576,0,-52.41,-306.9,43.34,5.53,1000000,0,0,17226,0,0,0), - (43520,9200,229,0,0,-44.1083,-429.344,31.7916,5.42672,7200,0,0,12665,0,0,0), - (43521,9217,229,11578,0,-58.87,-320.75,44.13,5.53,1000000,0,0,13782,13734,0,0), - (43522,9236,229,9732,0,-121.19,-482.18,24.71,3.17578,1000000,0,0,20673,2289,0,0), - (43523,9219,229,11574,0,-37.05,-387.07,31.8,4.65,1000000,0,0,16704,0,0,2), - (43524,9267,229,9674,0,3.42,-456.99,16.19,4.66,10800,0,0,7842,0,0,0), - (43525,9267,229,9674,0,-4.32,-459.09,16.34,0.14,10800,0,0,7842,0,0,0), - (43526,9239,229,9709,0,-4.35,-462.66,16.34,6.28,10800,0,0,6273,2117,0,0), - (43527,9240,229,9728,0,0.02,-461.27,16.28,3.03,10800,0,0,6273,2117,0,2), - (43528,9239,229,9709,0,-17.9,-446.31,16.6,4.66,10800,0,0,6273,2117,0,0), - (43529,9239,229,9709,0,-22.12,-447.82,16.64,5.84,10800,0,0,6273,2117,0,0), - (43530,9240,229,9728,0,-33.19,-450.39,16.67,3.75,10800,0,0,6273,2117,0,0), - (43531,9269,229,9715,0,-33.64,-453.58,16.65,2.4,10800,0,0,6477,2163,0,0), - (43532,9265,229,9724,0,-37.39,-453.54,16.64,0.64,10800,0,0,6477,2163,0,0), - (43533,9239,229,9709,0,-37.54,-450.66,16.66,5.75,10800,0,0,6273,2117,0,0), - (43534,9240,229,9728,0,-53.5,-454.29,16.54,2.25,10800,0,0,6273,2117,0,0), - (43535,9240,229,9728,0,-57.63,-454.18,16.52,0.69,10800,0,0,6273,2117,0,0), - (43536,9239,229,9709,0,-57.56,-450.45,16.53,5.57,10800,0,0,6273,2117,0,0), - (43537,9267,229,9674,0,-53.76,-450.59,16.56,4,10800,0,0,7842,0,0,0), - (43538,9240,229,9728,0,-56.52,-471.59,16.48,6.26,10800,0,0,6273,2117,0,0), - (43539,9240,229,9728,0,-29.88,-474.56,16.57,6.19,10800,0,0,6273,2117,0,2), - (43540,9240,229,9728,0,-53.81,-488.18,16.42,3.92,10800,0,0,6273,2117,0,0), - (43541,9267,229,9674,0,-53.59,-491.35,16.37,2.89,10800,0,0,7842,0,0,0), - (43542,9240,229,9728,0,-57.66,-490.86,16.41,0.63,10800,0,0,6273,2117,0,0), - (43543,9267,229,9674,0,-57.92,-488.23,16.42,5.63,10800,0,0,7842,0,0,2), - (43545,9267,229,0,0,-20.9982,-480.733,16.3041,3.15055,7200,0,0,7842,0,0,2), - (43544,9267,229,0,0,-29.9323,-481.091,16.3433,6.26701,7200,0,0,8097,0,0,2), - (43546,9269,229,0,0,-106.491,-488.549,24.2551,3.12944,7200,0,0,6681,2241,0,0), - (43547,9265,229,0,0,-108.969,-486.557,24.2551,4.65311,7200,0,0,6477,2163,0,0), - (43548,9239,229,0,0,-108.768,-475.778,24.2549,1.60891,7200,0,0,6477,2163,0,0), - (43549,9240,229,0,0,-106.384,-473.381,24.2549,3.19541,7200,0,0,6273,2117,0,0), - (43550,9240,229,9728,0,-125.67,-473.79,24.44,4.74422,10800,0,0,6273,2117,0,0), - (43551,9240,229,9728,0,-125.34,-489.88,24.44,1.63325,10800,0,0,6273,2117,0,0), - (43552,9265,229,9724,0,-35.08,-513.08,4.69,3.82,10800,0,0,6477,2163,0,0), - (43553,9269,229,0,0,-44.5597,-521.677,4.50925,0.779523,7200,0,0,6477,2163,0,0), - (43554,9269,229,0,0,-44.4268,-513.147,4.50927,5.64349,7200,0,0,6681,2241,0,0), - (43555,9240,229,9728,0,-35.05,-521.75,4.69,2.48,10800,0,0,6273,2117,0,0), - (43556,9267,229,0,0,-33.3368,-552.47,16.1143,3.02969,7200,0,0,8097,0,0,0), - (43557,9267,229,0,0,-40.495,-552.886,16.1286,0.352268,7200,0,0,8097,0,0,0), - (43558,9240,229,0,0,-35.3191,-548.441,16.1143,4.47325,7200,0,0,6273,2117,0,0), - (43559,9239,229,0,0,-39.0271,-547.342,16.1255,4.97512,7200,0,0,6477,2163,0,2), - (43560,9241,229,0,0,-72.9836,-517.218,-7.14286,4.7285,7200,0,0,8352,0,0,2), - (43561,9268,229,0,0,-76.7771,-517.279,-7.14286,4.7285,7200,0,0,8613,0,0,0), - (43562,9268,229,0,0,-42.1008,-527.685,-18.4778,2.12491,7200,5,0,8613,0,0,1), - (43564,9268,229,0,0,-37.0854,-507.072,-18.7812,5.36782,7200,5,0,8352,0,0,1), - (43565,9268,229,7803,0,-4.77,-517.7,-6.96,2.78,10800,0,0,8352,0,0,0), - (43566,9240,229,0,0,-4.16821,-477.159,-18.7882,5.8587,7200,0,0,6273,2117,0,0), - (43567,9269,229,0,9269,-0.912777,-476.174,-18.7933,4.13553,7200,0,0,6477,2163,0,0), - (43568,9240,229,0,0,-7.052,-474.52,-18.778,1.60419,7200,0,0,6477,2163,0,0), - (43569,9241,229,0,0,-1.69604,-479.888,-18.794,1.42591,7200,0,0,8097,0,0,2), - (43570,9266,229,9719,0,-57.48,-454.82,-18.46,2.55,10800,0,0,6477,2163,0,0), - (43571,9241,229,9682,0,-62.05,-457.34,-18.46,1.3,10800,0,0,8097,0,0,2), - (43572,9269,229,9715,0,-61.82,-449.36,-18.46,5.17,10800,0,0,6477,2163,0,0), - (43573,9268,229,7803,0,-41.33,-448.37,-18.46,4.76,10800,0,0,8352,0,0,0), - (43574,9240,229,0,0,-29.3655,-473.768,-18.7656,4.67667,7200,0,0,6477,2163,0,0), - (43575,9241,229,0,0,-58.68,-450.553,-18.6442,4.32324,7200,0,0,8352,0,0,0), - (43576,9240,229,0,0,-71.3291,-578.313,-18.8578,4.18635,7200,0,0,6273,2117,0,0), - (43577,9265,229,0,0,-42.036,-581.509,-18.84,4.30046,7200,0,0,6477,2163,0,0), - (43578,9266,229,0,0,-41.1078,-576.433,-18.8398,0.0357499,7200,0,0,6477,2163,0,0), - (43579,11318,389,11609,0,-148.183,-52.4618,-57.7852,2.93215,7200,2,0,819,0,0,1), - (43580,11319,389,11610,0,-141.863,-18.6146,-54.7477,0.715585,7200,2,0,833,264,0,1), - (43581,11318,389,11609,0,-142.297,-6.18364,-53.1894,0.975298,7200,2,0,819,0,0,1), - (43582,11319,389,11610,0,-147.681,0.443873,-39.1503,5.74279,7200,2,0,833,264,0,1), - (43583,11318,389,11609,0,-152.453,3.90943,-40.59,2.53152,7200,2,0,819,0,0,1), - (43584,752,0,386,0,-10968.5,-3653.52,27.8933,5.9001,300,3,0,1704,1483,0,1), - (43585,752,0,386,0,-10955.5,-3644.71,25.339,6.2677,300,3,0,1704,1483,0,1), - (43586,751,0,391,0,-10992.6,-3665.04,25.0737,3.79194,300,3,0,2059,0,0,1), - (43587,752,0,386,0,-10944.5,-3610.09,21.2261,6.00201,300,3,0,1704,1483,0,1), - (43588,5477,0,10920,0,-10214.7,-3303.35,23.1034,-1.74092,300,0,0,1678,0,0,0), - (43589,760,0,628,0,-10211.1,-3290.66,20.3741,3.66544,300,5,0,1469,0,0,1), - (43590,760,0,628,0,-10210.5,-3287.88,19.4991,3.66686,300,5,0,1469,0,0,1), - (43591,752,0,386,0,-10951.9,-3662.52,26.6084,4.69375,300,5,0,1704,1483,0,1), - (43592,767,0,632,0,-10144.8,-2889.44,21.8544,2.44018,300,10,0,1469,0,0,1), - (43593,751,0,391,0,-10883.3,-3645.01,12.1427,3.95498,300,3,0,2059,0,0,1), - (43594,751,0,391,0,-10919.3,-3673.05,11.0245,3.80482,300,3,0,2059,0,0,1), - (43595,752,0,386,0,-10947.8,-3681.48,8.40415,6.0336,300,3,0,1704,1483,0,1), - (43596,950,0,5243,0,-10967.6,-3658.81,27.9808,1.61231,300,0,0,2880,0,0,0), - (43597,750,0,1995,0,-10853.7,-3697.75,22.8109,0.28261,300,3,0,1981,0,0,1), - (43599,750,0,1995,0,-10858.7,-3737.03,23.6398,5.39301,300,3,0,1981,0,0,1), - (43600,751,0,391,0,-10861.3,-3652.41,16.7108,3.87605,300,3,0,2059,0,0,1), - (43601,750,0,1995,0,-10849.1,-3692.93,22.3577,4.11045,300,5,0,1981,0,0,1), - (43602,751,0,391,0,-10807.8,-3738.06,25.8873,2.88891,300,0,0,2059,0,0,0), - (43603,750,0,1995,0,-10868.6,-3701.83,22.6034,2.5148,300,3,0,1981,0,0,1), - (43604,14446,0,441,0,-10950.3,-3636.01,24.2375,4.54783,300,0,0,2059,0,0,0), - (43605,1088,0,699,0,-9657.04,-4042.51,-4.45573,1.73717,300,5,0,1716,0,0,1), - (43606,750,0,1995,0,-10954.8,-4159.11,7.75749,4.02941,300,5,0,1981,0,0,1), - (43607,747,0,506,0,-10920.1,-4193.97,3.28545,1.3758,300,0,0,1711,1483,0,0), - (43608,750,0,1995,0,-11005.3,-4125.55,3.82745,2.88911,300,5,0,1981,0,0,1), - (43609,750,0,1995,0,-11015.5,-4084.36,3.62639,0.71271,300,5,0,1981,0,0,1), - (43610,750,0,1995,0,-11051.1,-4121.6,0.789211,1.86316,300,0,0,1981,0,0,0), - (43611,750,0,1995,0,-11060.4,-4085.42,-1.14109,2.48858,300,5,0,1981,0,0,1), - (43612,747,0,506,0,-11053.7,-4139.58,1.03068,2.26778,300,0,0,1711,1483,0,0), - (43613,750,0,1995,0,-11055.4,-4121.64,0.450665,2.60054,300,0,0,1981,0,0,0), - (43614,1544,0,1005,0,2614.28,1387.11,0.370335,2.12618,300,10,0,148,165,0,1), - (43615,11727,1,11088,0,-7514.19,1862.84,-56.944,5.5164,300,3,0,3876,0,0,1), - (43616,11727,1,11088,0,-7507.48,1874.26,-57.674,4.17058,300,3,0,3876,0,0,1), - (43617,11727,1,11088,0,-7511.32,1894.32,-57.1127,6.13988,300,3,0,3876,0,0,1), - (43618,11727,1,11088,0,-7503.15,1885.05,-58.503,0.134378,300,3,0,3876,0,0,1), - (43619,11727,1,11088,0,-7514.17,1933.98,-56.9442,4.38047,300,3,0,3876,0,0,1), - (43620,11727,1,11088,0,-7522.82,1943.69,-55.6815,1.86235,300,3,0,3876,0,0,1), - (43621,11727,1,11088,0,-7536.17,1946.2,-56.6395,1.58025,300,3,0,3876,0,0,1), - (43622,11727,1,11088,0,-7545.63,1953,-57.669,2.4625,300,3,0,3876,0,0,1), - (43623,11727,1,11088,0,-7554.59,1387.55,-90.431,0.144152,300,3,0,3876,0,0,1), - (43624,11727,1,11088,0,-7532.38,1369.86,-93.9184,5.43425,300,25,0,3876,0,0,1), - (43625,11727,1,11088,0,-7552.99,1369.23,-87.0522,5.1295,300,3,0,3876,0,0,1), - (43626,11727,1,11088,0,-7548.82,1394.01,-93.4461,1.40111,300,3,0,3876,0,0,1), - (43627,11727,1,11088,0,-7565.62,1898.26,-61.0733,0.083992,300,3,0,3876,0,0,1), - (43628,11727,1,11088,0,-7557.28,1899.88,-62.8689,3.92768,300,3,0,3876,0,0,1), - (43629,750,0,1995,0,-11011.1,-4138.84,2.44343,0.750049,300,0,0,1981,0,0,0), - (43630,750,0,1995,0,-10888.8,-4180.11,5.60256,2.14157,300,5,0,1981,0,0,1), - (43631,11727,1,11088,0,-7550.41,1879.3,-62.0904,3.63555,300,3,0,3876,0,0,1), - (43632,11727,1,11088,0,-7550.59,1906.31,-62.5699,5.69728,300,3,0,3876,0,0,1), - (43633,11727,1,11088,0,-7304.54,1594.48,-76.7962,4.57659,300,3,0,3876,0,0,1), - (43634,11727,1,11088,0,-7301.56,1603.19,-76.8856,1.84274,300,3,0,3876,0,0,1), - (43635,11727,1,11088,0,-7298.81,1639.64,-75.6242,3.99845,300,25,0,3876,0,0,1), - (43636,11727,1,11088,0,-7289.26,1612.97,-76.6534,2.72457,300,3,0,3876,0,0,1), - (43637,11727,1,11088,0,-7243.34,1546.12,-79.3252,5.78766,300,25,0,3876,0,0,1), - (43638,11727,1,11088,0,-7244.97,1560.26,-79.1601,1.08097,300,3,0,3876,0,0,1), - (43639,11727,1,11088,0,-7263.2,1559.61,-79.0889,0.52268,300,3,0,3876,0,0,1), - (43640,11728,1,11085,0,-7402.15,1309.72,-86.9086,3.36274,300,25,0,8883,0,0,1), - (43641,11728,1,11085,0,-7348.12,1693.22,-36.8161,4.35316,300,10,0,8883,0,0,1), - (43642,11728,1,11085,0,-7450.1,1279.64,-86.6451,0.167267,300,25,0,8883,0,0,1), - (43643,11728,1,11085,0,-7077.14,1681.3,5.03733,5.10919,300,10,0,8883,0,0,1), - (43644,11728,1,11085,0,-7267.21,1436.31,-1.86942,2.78556,300,10,0,8883,0,0,1), - (43645,11728,1,11085,0,-7401.54,1759.26,-92.1402,2.28995,300,3,0,8883,0,0,1), - (43646,11728,1,11085,0,-7429.41,1348.76,-85.9337,4.85363,300,3,0,8883,0,0,1), - (43647,11728,1,11085,0,-7258.72,1654.5,-34.2254,0.76471,300,3,0,8883,0,0,1), - (43648,11728,1,11085,0,-7146.14,1498.81,4.40638,0.580015,300,10,0,8883,0,0,1), - (43649,11728,1,11085,0,-7444.98,1636.3,-36.7561,4.5775,300,25,0,8883,0,0,1), - (43650,11728,1,11085,0,-7365.84,1650.18,-92.3987,4.08327,300,25,0,8883,0,0,1), - (43651,11728,1,11085,0,-7323.1,1728.99,-94.1762,1.99842,300,25,0,8883,0,0,1), - (43652,11728,1,11085,0,-7411.47,1466.2,5.69846,5.30329,300,10,0,8883,0,0,1), - (43653,11728,1,11085,0,-7409.05,1743.13,-36.3559,5.37838,300,3,0,8883,0,0,1), - (43656,11728,1,11085,0,-7554.6,1743.24,-37.2837,1.26913,300,3,0,8883,0,0,1), - (43657,750,0,1995,0,-10997.1,-4148.32,2.52717,0.880045,300,0,0,1981,0,0,0), - (43658,752,0,386,0,-10820.5,-4265.58,-3.95391,3.46433,300,5,0,1704,1483,0,1), - (43659,11728,1,11085,0,-7570.87,1526.47,2.37597,0.638632,300,10,0,8883,0,0,1), - (43660,11728,1,11085,0,-7385.74,1387.47,-89.187,2.21843,300,3,0,8883,0,0,1), - (43662,1543,0,441,0,2574.27,1361.5,10.6797,1.18682,300,0,0,137,0,0,0), - (43663,750,0,1995,0,-10789,-4252.16,2.09987,0.36319,300,5,0,1981,0,0,1), - (43664,11728,1,11085,0,-7476.72,1305.72,-76.8276,4.75992,300,25,0,8883,0,0,1), - (43665,11728,1,11085,0,-7438.3,1681.14,-92.221,2.07941,300,25,0,8883,0,0,1), - (43666,11728,1,11085,0,-7567.47,1669.51,-37.3251,3.44484,300,3,0,8883,0,0,1), - (43667,7766,0,6632,0,-8409,450.793,123.76,2.185,310,0,0,2192,0,0,0), - (43668,1544,0,1005,0,2571.51,1375.09,10.4084,1.85005,300,0,0,148,165,0,0), - (43669,1526,0,1201,0,2261.59,672.42,34.7255,4.00091,300,5,0,120,220,0,1), - (43681,11728,1,11085,0,-7645.65,1734.55,-35.3659,4.11681,300,3,0,8883,0,0,1), - (43682,11728,1,11085,0,-7314.63,1636.25,-30.8963,5.45651,300,25,0,8883,0,0,1), - (43683,11728,1,11085,0,-7259.49,1685.18,-65.7426,5.82178,300,3,0,8883,0,0,1), - (43684,11728,1,11085,0,-7250.46,1722.29,-60.5952,3.98896,300,3,0,8883,0,0,2), - (43685,11728,1,11085,0,-7446.89,1785.41,-67.2947,5.16988,300,3,0,8883,0,0,1), - (43686,11728,1,11085,0,-7572.96,1829.32,-48.5749,4.8384,300,25,0,8883,0,0,1), - (43687,11728,1,11085,0,-7224.82,1793.47,-65.4866,0.969374,300,25,0,8883,0,0,1), - (43688,11728,1,11085,0,-7574.09,1767.64,-43.3522,1.42507,300,3,0,8883,0,0,1), - (43689,1553,0,4734,0,2222.45,26.9671,31.884,2.43883,300,5,0,120,0,0,1), - (43691,1545,0,346,0,2553.42,1386.88,5.48245,5.28045,300,5,0,176,0,0,1), - (43692,11728,1,11085,0,-7498.42,1428.69,-81.9779,3.75083,300,3,0,8883,0,0,1), - (43693,11729,1,12160,0,-7157.14,1693.8,-7.3739,3.67308,300,3,0,8883,0,0,1), - (43694,5650,209,6422,0,1639.96,798.093,8.97168,1.48353,18000,0,0,4278,2966,0,0), - (43695,5648,209,6420,0,1614.61,897.026,9.75628,5.74213,18000,0,0,3603,7150,0,0), - (43696,7246,209,6426,0,1644.91,804.828,8.96451,3.87463,18000,0,0,4119,2864,0,0), - (43697,5649,209,6423,0,1619.14,893.287,9.35544,2.32129,18000,0,0,5346,0,0,0), - (43698,11729,1,12160,0,-7439.62,1613.39,-43.6308,3.89742,300,25,0,8883,0,0,1), - (43699,11729,1,12160,0,-7571.21,1727.41,-33.9974,4.75664,300,3,0,8883,0,0,1), - (43700,11729,1,12160,0,-7649.94,1672.51,-33.189,0.496717,300,25,0,8883,0,0,1), - (43701,750,0,1995,0,-10809.7,-4274.12,-5.82037,4.72755,300,5,0,1981,0,0,1), - (43702,7246,209,6426,0,1644.98,814.596,8.96928,4.53786,18000,0,0,4119,2864,0,0), - (43703,7269,209,7470,0,1652.97,818.11,8.96013,3.54302,18000,5,0,1782,0,0,1), - (43704,5650,209,6422,0,1633.3,868.305,10.4543,5.02655,18000,0,0,4278,2966,0,0), - (43705,7798,0,6844,0,-8417,628.16,95.711,3.886,430,0,0,3517,0,0,0), - (43706,11729,1,12160,0,-7522.74,1448.19,4.86073,3.00821,300,10,0,8883,0,0,1), - (43707,9266,229,0,0,-37.1037,-576.521,-18.8406,3.23075,7200,0,0,6477,2163,0,0), - (43708,1523,0,535,0,2772,1054.61,109.789,4.87979,300,5,0,148,165,0,1), - (43709,750,0,1995,0,-10991.7,-4121.9,4.14533,1.44703,300,5,0,1981,0,0,1), - (43710,11729,1,12160,0,-7406.22,1375.3,-88.7113,0.993484,300,3,0,8883,0,0,1), - (43711,11729,1,12160,0,-7418.74,1688.44,-92.9843,6.14022,300,25,0,8883,0,0,1), - (43712,11729,1,12160,0,-7233.56,1507.84,-5.79326,6.07975,300,25,0,8883,0,0,1), - (43713,11729,1,12160,0,-7126.78,1655.09,-1.62026,2.71553,300,10,0,8883,0,0,1), - (43714,11729,1,12160,0,-7411.84,1317.92,-90.5218,2.05081,300,25,0,8883,0,0,1), - (43715,11729,1,12160,0,-7055.86,1781.12,0.281583,2.29863,300,10,0,8883,0,0,1), - (43716,11729,1,12160,0,-7480.7,1380.63,-68.7018,3.86685,300,3,0,8883,0,0,1), - (43717,11729,1,12160,0,-7458.57,1447.89,3.68089,2.83066,300,10,0,8883,0,0,1), - (43718,11729,1,12160,0,-7415.92,1683.21,-35.7574,1.00534,300,25,0,8883,0,0,1), - (43719,11729,1,12160,0,-7289.63,1417.96,1.30798,5.5255,300,10,0,8883,0,0,1), - (43720,11729,1,12160,0,-7083.96,1551.22,2.88162,1.55375,300,10,0,8883,0,0,1), - (43721,11729,1,12160,0,-7465.95,1373.53,-76.6142,3.01073,300,3,0,8883,0,0,1), - (43722,11729,1,12160,0,-7368.96,1670.6,-92.1211,1.64851,300,3,0,8883,0,0,1), - (43723,11729,1,12160,0,-7635.51,1691.22,-30.7572,2.32509,300,3,0,8883,0,0,1), - (43724,11729,1,12160,0,-7385.79,1654.41,-31.8459,4.26727,300,3,0,8883,0,0,1), - (43725,11729,1,12160,0,-7547.74,1485.08,-72.8515,1.02869,300,25,0,8883,0,0,1), - (43726,11729,1,12160,0,-7519.26,1541.48,-55.4643,4.32255,300,3,0,8883,0,0,1), - (43727,1522,0,11398,0,2784.39,1048.44,110.164,4.83468,300,5,0,126,289,0,1), - (43728,11729,1,12160,0,-7451.39,1700.97,-27.1065,2.86866,300,25,0,8883,0,0,1), - (43729,1523,0,535,0,2888.89,1006.85,111.243,0.073326,300,5,0,148,165,0,1), - (43730,1522,0,11398,0,2920.7,971.591,119.246,5.36691,300,5,0,126,289,0,1), - (43731,1523,0,535,0,2854.63,1052.78,113.315,1.0674,300,10,0,148,165,0,1), - (43732,1530,0,10256,0,2874.11,837.247,111.366,6.20288,300,10,0,198,0,0,1), - (43733,1553,0,4734,0,2565.64,1257.08,56.3347,0.11152,300,5,0,120,0,0,1), - (43734,11729,1,12160,0,-7528.52,1725.65,-36.2235,5.9189,300,25,0,8883,0,0,1), - (43735,11729,1,12160,0,-7478.41,1836.37,-49.474,5.81521,300,3,0,8883,0,0,1), - (43736,1534,0,10752,0,3036.83,684.832,67.0127,3.7935,300,0,0,176,0,0,0), - (43737,750,0,1995,0,-10515.6,-4396.02,1.7469,1.07156,300,5,0,1981,0,0,1), - (43743,750,0,1995,0,-10538.3,-4387.02,3.47554,6.05755,300,5,0,1981,0,0,1), - (43744,11729,1,12160,0,-7481.52,1585.61,-53.4505,1.15453,300,25,0,8883,0,0,1), - (43745,11729,1,12160,0,-7450.13,1738.78,-61.4583,0.946193,300,3,0,8883,0,0,1), - (43746,11729,1,12160,0,-7450.82,1809.73,-62.1409,5.55597,300,3,0,8883,0,0,1), - (43747,11729,1,12160,0,-7237.69,1855.1,-83.9694,5.412,300,3,0,8883,0,0,1), - (43748,9266,229,0,0,-74.6853,-578.084,-18.8531,5.41,7200,0,0,6477,2163,0,0), - (43750,9241,229,0,0,-19.0644,-557.877,-18.778,4.6806,7200,0,0,8097,0,0,0), - (43749,9241,229,0,0,-19.2464,-563.486,-18.7757,1.56728,7200,0,0,8097,0,0,0), - (43751,9241,229,9715,0,-38.63,-525.21,-18.63,1.59,10800,5,0,8097,0,0,1), - (43752,9266,229,9715,0,-43.84,-519.52,-18.63,0,10800,5,0,6477,2163,0,1), - (43753,9241,229,9715,0,-33.38,-519.36,-18.63,3.09,10800,5,0,8097,0,0,1), - (43754,9239,229,9715,0,-38.25,-514.12,-18.63,4.72,10800,5,0,6273,2117,0,1), - (43755,9269,229,0,0,-33.635,-472.792,-18.7668,0.88791,7200,0,0,6477,2163,0,0), - (43756,9266,229,0,0,-32.8316,-477.702,-18.7734,3.14907,7200,0,0,6681,2241,0,0), - (43757,9240,229,0,0,-35.417,-477.805,-18.7734,0.0451778,7200,0,0,6273,2117,0,0), - (43758,9240,229,0,0,-75.1835,-582.664,-18.8456,0.769083,7200,0,0,6273,2117,0,0), - (43759,9269,229,0,0,-79.0262,-579.281,-18.8349,2.98783,7200,0,0,6681,2241,0,0), - (43760,9266,229,0,0,-22.8984,-557.704,-18.7822,6.22312,7200,0,0,6477,2163,0,0), - (43761,9269,229,0,0,-30.8244,-580.121,-18.8525,5.23194,7200,0,0,6681,2241,0,0), - (660096,9259,229,0,0,26.9751,-471.558,-18.4795,4.47248,7200,0,0,8097,0,0,2), - (43763,9259,229,0,0,-109.985,-456.958,-18.9344,4.69159,7200,0,0,8097,0,0,2), - (43764,9259,229,0,0,-111.52,-495.227,-18.4569,1.48874,7200,0,0,8097,0,0,2), - (43765,9259,229,0,0,-16.0105,-407.241,-18.9344,6.2404,7200,0,0,8352,0,0,0), - (43767,9259,229,0,9259,-41.9485,-425.748,-18.935,0.458297,7200,0,0,8097,0,0,2), - (43768,9259,229,0,9259,-36.5694,-424.192,-18.935,3.4648,7200,0,0,8352,0,0,2), - (43771,9261,229,0,0,-112.677,-458.12,-18.9344,4.69159,7200,0,0,6477,2163,0,0), - (43773,750,0,1995,0,-10625.8,-4343.26,6.71332,1.88266,300,5,0,1981,0,0,1), - (43774,9916,0,478,0,-10416.8,-4396.86,4.05644,5.13127,300,0,0,2399,0,0,0), - (43775,768,0,633,0,-10369.4,-4302.11,22.7738,3.9187,300,5,0,1678,0,0,1), - (43776,750,0,1995,0,-10384.6,-4385.53,4.00143,3.54475,300,5,0,1981,0,0,1), - (43777,11730,1,11106,0,-7819.36,819.983,-8.72572,6.08213,300,25,0,8883,0,0,1), - (43778,750,0,1995,0,-10448.8,-4386.87,4.58578,5.03661,300,5,0,1981,0,0,1), - (43779,11730,1,11106,0,-8303.33,689.045,-73.4524,5.75998,300,25,0,8883,0,0,1), - (43780,11730,1,11106,0,-8132.36,775.664,-77.7144,5.57572,300,3,0,8883,0,0,1), - (43781,11730,1,11106,0,-7976.61,514.533,-28.159,5.27057,300,25,0,8883,0,0,1), - (43782,11730,1,11106,0,-8054.84,380.745,-30.1285,3.69005,300,25,0,8883,0,0,1), - (43783,11730,1,11106,0,-7701.33,246.92,-41.5266,5.01982,300,3,0,8883,0,0,1), - (43784,11730,1,11106,0,-7824.45,377.675,-34.5284,1.695,300,25,0,8883,0,0,1), - (43785,11730,1,11106,0,-7711.65,261.631,-42.5079,3.55229,300,3,0,8883,0,0,1), - (43786,11730,1,11106,0,-8259.31,683.472,-76.2547,3.51292,300,25,0,8883,0,0,1), - (43787,11730,1,11106,0,-7639.51,411.017,-41.7138,0.95259,300,25,0,8883,0,0,1), - (43788,11730,1,11106,0,-7902.96,223.674,-57.6293,2.36718,300,3,0,8883,0,0,1), - (43789,11730,1,11106,0,-7976.8,583.273,-37.2301,4.79192,300,10,0,8883,0,0,1), - (43790,11730,1,11106,0,-7887.98,419.277,-34.8162,5.14854,300,10,0,8883,0,0,1), - (43791,11730,1,11106,0,-8219.72,687.765,-72.9344,0.752255,300,10,0,8883,0,0,1), - (43792,11730,1,11106,0,-7885.03,238.593,-57.0474,5.27128,300,3,0,8883,0,0,1), - (43793,11730,1,11106,0,-7729.43,846.746,-7.70442,5.48329,300,25,0,8883,0,0,1), - (43794,11730,1,11106,0,-8011.53,658.461,-43.8458,3.50293,300,3,0,8883,0,0,1), - (43795,11730,1,11106,0,-7738.73,279.495,-43.9548,1.54296,300,3,0,8883,0,0,1), - (43796,11730,1,11106,0,-7781.07,714.346,-34.1182,5.6518,300,10,0,8883,0,0,1), - (43797,11731,1,12156,0,-8337.88,702.227,-70.7598,5.67232,300,3,0,8883,0,0,1), - (43798,11731,1,12156,0,-7615.73,277.439,-34.4007,2.35619,300,0,0,8883,0,0,0), - (43799,11731,1,12156,0,-7843.74,732.592,-28.0181,3.40339,300,10,0,8883,0,0,2), - (43800,11731,1,12156,0,-7606.71,629.013,-43.3271,0.418879,300,10,0,8883,0,0,1), - (43801,11731,1,12156,0,-7700.08,259.306,-43.0291,4.38078,300,0,0,8883,0,0,0), - (43802,11731,1,12156,0,-7622.74,451.419,-45.6206,1.64061,300,10,0,8883,0,0,1), - (43803,11731,1,12156,0,-7788.05,413.676,-58.8668,0.837758,300,25,0,8883,0,0,2), - (43804,11731,1,12156,0,-7838.71,293.729,-49.5679,2.84489,300,25,0,8883,0,0,2), - (43805,11731,1,12156,0,-8162.64,643.319,-77.1598,5.84685,300,25,0,8883,0,0,2), - (43806,11731,1,12156,0,-7935.22,671.188,-57.721,2.42601,300,3,0,8883,0,0,2), - (43807,11732,1,9229,0,-7812.12,741.156,-34.6761,5.38808,300,10,0,8883,0,0,1), - (43808,11732,1,9229,0,-7895.52,202.419,-59.3148,3.49987,300,3,0,8883,0,0,1), - (43809,11732,1,9229,0,-8025.73,344.004,-32.7409,1.78544,300,25,0,8883,0,0,1), - (43810,11732,1,9229,0,-7791,646.242,-41.2599,5.38835,300,10,0,8883,0,0,1), - (43811,11732,1,9229,0,-7703.83,604.296,-49.787,0.186747,300,10,0,8883,0,0,1), - (43812,11732,1,9229,0,-7947.93,657.068,-59.0965,0.174931,300,3,0,8883,0,0,1), - (43813,11732,1,9229,0,-7911.55,506.759,-32.1598,1.62554,300,25,0,8883,0,0,1), - (43814,11732,1,9229,0,-7844.77,571.998,-38.5146,5.03687,300,25,0,8883,0,0,1), - (43815,11732,1,9229,0,-7895.83,770.833,-27.6163,0.78532,300,10,0,8883,0,0,1), - (43816,11732,1,9229,0,-7846.46,348.241,-62.6935,0.58264,300,3,0,8883,0,0,1), - (43817,11732,1,9229,0,-7815.61,487.64,-38.3354,1.26579,300,25,0,8883,0,0,1), - (43818,11732,1,9229,0,-7643.12,438.903,-42.2042,5.14807,300,10,0,8883,0,0,1), - (43819,11732,1,9229,0,-8113.47,770.737,-85.0507,6.13304,300,3,0,8883,0,0,1), - (43820,11732,1,9229,0,-8324.89,685.876,-70.8867,5.14677,300,25,0,8883,0,0,1), - (43821,11732,1,9229,0,-7995.51,438.894,-30.0235,3.85042,300,25,0,8883,0,0,1), - (43822,11732,1,9229,0,-7674.45,686.567,-48.8539,0.617752,300,10,0,8883,0,0,1), - (43823,11732,1,9229,0,-7660.08,811.737,-11.7104,3.07126,300,25,0,8883,0,0,1), - (43824,11732,1,9229,0,-7950.42,432.478,-30.7734,3.0497,300,3,0,8883,0,0,1), - (43825,11732,1,9229,0,-8036.21,510.831,-11.6405,5.29995,300,25,0,8883,0,0,1), - (43826,11732,1,9229,0,-7697.38,624.422,-50.6374,0.174744,300,10,0,8883,0,0,1), - (43827,11732,1,9229,0,-8272.7,678.728,-72.9156,3.88354,300,25,0,8883,0,0,1), - (43828,11732,1,9229,0,-7665.22,346.434,-38.0211,6.12486,300,3,0,8883,0,0,1), - (43829,11732,1,9229,0,-7705.79,400.517,-33.182,3.67262,300,25,0,8883,0,0,1), - (43830,11732,1,9229,0,-7880.21,819.979,-5.47227,5.87022,300,25,0,8883,0,0,1), - (43831,11732,1,9229,0,-7749.79,759.876,-38.325,6.07763,300,10,0,8883,0,0,1), - (43832,11732,1,9229,0,-8300.76,708.086,-75.389,4.40558,300,25,0,8883,0,0,1), - (43833,11732,1,9229,0,-7820.64,420.848,-34.1692,0.815631,300,25,0,8883,0,0,1), - (43834,11732,1,9229,0,-7893.51,255.1,-58.6762,3.73693,300,25,0,8883,0,0,1), - (43835,11732,1,9229,0,-7758.47,231.747,-41.8648,5.2352,300,3,0,8883,0,0,1), - (43836,11732,1,9229,0,-8188.95,696.046,-71.5295,1.90907,300,25,0,8883,0,0,1), - (43837,11732,1,9229,0,-8169.88,372.68,-78.9025,2.72467,300,3,0,8883,0,0,1), - (43838,11732,1,9229,0,-8042.96,716.456,-62.8763,5.77624,300,3,0,8883,0,0,1), - (43839,11732,1,9229,0,-7684.04,306.739,-38.3734,2.66977,300,3,0,8883,0,0,1), - (43840,11732,1,9229,0,-7748.57,747.863,-38.5389,6.20302,300,10,0,8883,0,0,1), - (43841,11733,1,12154,0,-8143.1,763.624,-84.6563,5.9182,300,3,0,8883,0,0,1), - (43842,11733,1,12154,0,-7656.68,654.989,-49.883,3.52403,300,10,0,8883,0,0,1), - (43843,11733,1,12154,0,-7794.32,508.491,-39.7555,3.34872,300,25,0,8883,0,0,1), - (43844,11733,1,12154,0,-7675.59,325.547,-35.7339,3.2446,300,3,0,8883,0,0,1), - (43845,11733,1,12154,0,-8229.32,728.866,-73.3271,0.559446,300,25,0,8883,0,0,1), - (43846,11733,1,12154,0,-7895.68,539.625,-24.5168,2.40733,300,25,0,8883,0,0,1), - (43847,11733,1,12154,0,-8079.22,484.943,-21.8377,1.11764,300,10,0,8883,0,0,1), - (43848,11733,1,12154,0,-7887.61,624.334,-27.9772,5.05261,300,10,0,8883,0,0,1), - (43849,11733,1,12154,0,-7717.01,452.124,-41.0179,5.13498,300,25,0,8883,0,0,1), - (43850,11733,1,12154,0,-7619.74,419.815,-40.2596,5.31116,300,10,0,8883,0,0,1), - (43851,11733,1,12154,0,-8053.53,428.56,-41.9085,4.84069,300,3,0,8883,0,0,1), - (43852,11733,1,12154,0,-7760.97,684.148,-35.838,3.28363,300,10,0,8883,0,0,1), - (43853,11733,1,12154,0,-7746.64,404.477,-33.7965,5.7422,300,25,0,8883,0,0,1), - (43854,11733,1,12154,0,-7730.75,618.764,-45.412,0.105159,300,10,0,8883,0,0,1), - (43855,11733,1,12154,0,-7844.15,446.628,-31.6716,2.43636,300,25,0,8883,0,0,1), - (43856,11733,1,12154,0,-7782.31,577.35,-40.9354,6.22649,300,25,0,8883,0,0,1), - (43857,11733,1,12154,0,-7866.72,205.44,-63.2285,0.871496,300,3,0,8883,0,0,1), - (43858,11733,1,12154,0,-8062.69,354.088,-37.4772,0.428646,300,25,0,8883,0,0,1), - (43859,11733,1,12154,0,-7843.11,723.044,-29.3804,3.89661,300,10,0,8883,0,0,1), - (43860,11733,1,12154,0,-7786.77,396.057,-31.1785,2.95109,300,25,0,8883,0,0,1), - (43861,11733,1,12154,0,-7755.14,497.61,-44.0438,1.63281,300,25,0,8883,0,0,1), - (43862,11733,1,12154,0,-7612.93,616.531,-46.9116,3.75776,300,10,0,8883,0,0,1), - (43863,11733,1,12154,0,-7692.29,542.785,-44.8237,3.49596,300,25,0,8883,0,0,1), - (43864,11733,1,12154,0,-8210.35,648.952,-75.2788,1.11585,300,25,0,8883,0,0,1), - (43865,11733,1,12154,0,-8167.23,708.637,-58.3628,1.85959,300,25,0,8883,0,0,1), - (43866,11733,1,12154,0,-7862.51,268.697,-57.8832,2.05416,300,3,0,8883,0,0,1), - (43867,11733,1,12154,0,-7794.61,243.444,-49.4921,3.9517,300,3,0,8883,0,0,1), - (43868,11733,1,12154,0,-8049.32,719.759,5.22849,2.10734,300,25,0,8883,0,0,1), - (43869,11733,1,12154,0,-8016.37,682.496,-4.77565,3.92768,300,25,0,8883,0,0,1), - (43870,11733,1,12154,0,-8021.72,801.304,3.44583,4.65765,300,25,0,8883,0,0,1), - (43871,11733,1,12154,0,-8339.45,712.708,-68.9563,0.760087,300,3,0,8883,0,0,1), - (43872,11733,1,12154,0,-8267.83,740.358,-75.8998,2.10689,300,3,0,8883,0,0,1), - (43873,11733,1,12154,0,-8170.06,660.103,-76.6427,1.40057,300,3,0,8883,0,0,1), - (43874,11733,1,12154,0,-7835.46,366.043,-67.2642,2.78861,300,3,0,8883,0,0,1), - (43875,11733,1,12154,0,-8117.84,698.405,-70.8683,3.135,300,3,0,8883,0,0,1), - (43876,11733,1,12154,0,-7939.97,678.268,-57.4893,5.02389,300,3,0,8883,0,0,1), - (43877,11733,1,12154,0,-7737.85,338.757,-37.176,5.9641,300,3,0,8883,0,0,1), - (43878,11734,1,12155,0,-7670.91,240.284,-35.4818,3.54909,300,3,0,11844,0,0,1), - (43879,11734,1,12155,0,-7615.62,483.188,-47.0024,4.55668,300,10,0,11844,0,0,1), - (43880,11734,1,12155,0,-8003.64,470.624,-29.1979,5.62094,300,10,0,11844,0,0,1), - (43881,11734,1,12155,0,-7859.2,522.629,-35.1191,5.33008,300,25,0,11844,0,0,1), - (43882,11734,1,12155,0,-7789.91,395.129,-60.7365,2.57126,300,3,0,11844,0,0,1), - (43883,11734,1,12155,0,-7698.86,415.718,-35.1315,3.63965,300,10,0,11844,0,0,1), - (43884,11734,1,12155,0,-7629.53,689.286,-46.94,3.25117,300,10,0,11844,0,0,1), - (43885,11734,1,12155,0,-7826.01,543.285,-36.6,4.06262,300,25,0,11844,0,0,1), - (43886,11734,1,12155,0,-7651.7,574.702,-49.7005,3.13378,300,10,0,11844,0,0,1), - (43887,11734,1,12155,0,-7715.31,632.655,-48.9027,5.38439,300,10,0,11844,0,0,1), - (43888,11734,1,12155,0,-7983.77,653.434,-20.9201,5.21361,300,3,0,11844,0,0,1), - (43889,11734,1,12155,0,-8231.29,747.417,-66.6335,2.05272,300,25,0,11844,0,0,1), - (43890,11734,1,12155,0,-7813.44,620.833,-41.5201,2.57202,300,25,0,11844,0,0,1), - (43891,11734,1,12155,0,-7930.75,373.814,-33.0024,4.23295,300,10,0,11844,0,0,1), - (43892,11734,1,12155,0,-7781.34,461.473,-38.1062,3.4411,300,25,0,11844,0,0,1), - (43893,11734,1,12155,0,-7647.67,276.302,-29.7953,4.81726,300,3,0,11844,0,0,1), - (43894,11734,1,12155,0,-8129.59,748.323,-85.337,4.55758,300,3,0,11844,0,0,1), - (43895,11734,1,12155,0,-8211.11,626.236,-74.901,2.39513,300,25,0,11844,0,0,1), - (43896,11734,1,12155,0,-7974.36,385.592,-28.6283,1.29599,300,25,0,11844,0,0,1), - (43897,11734,1,12155,0,-8081.15,404.527,-56.1564,4.77629,300,3,0,11844,0,0,1), - (43898,11734,1,12155,0,-8020.57,417.78,-32.865,3.35814,300,10,0,11844,0,0,1), - (43899,11734,1,12155,0,-7854.42,308.92,-50.183,2.21343,300,3,0,11844,0,0,1), - (43900,11734,1,12155,0,-7718.86,243.18,-38.9736,2.00591,300,3,0,11844,0,0,1), - (43901,11734,1,12155,0,-7845.35,229.703,-63.7494,1.81234,300,3,0,11844,0,0,1), - (43902,11734,1,12155,0,-8143.09,342.913,-38.8018,1.73755,300,25,0,11844,0,0,1), - (43903,11734,1,12155,0,-8036.76,776.029,3.51785,4.03978,300,25,0,11844,0,0,1), - (43904,11734,1,12155,0,-8303.31,737.104,-74.1477,6.08483,300,3,0,11844,0,0,1), - (43905,11734,1,12155,0,-8335.44,742.638,-65.6619,3.99893,300,3,0,11844,0,0,1), - (43906,11734,1,12155,0,-7816.73,687.777,-34.0744,1.04137,300,10,0,11844,0,0,1), - (43907,11735,1,15383,0,-6813.63,9.58512,1.11484,4.8842,300,25,0,3293,0,0,1), - (43908,11735,1,15383,0,-6590.27,255.137,4.04878,2.38381,300,25,0,3293,0,0,1), - (43909,1910,0,2597,0,2584.43,1347.4,23.766,0.280217,300,0,0,186,286,0,0), - (43910,1534,0,10752,0,3044.19,678.489,65.078,1.48391,300,0,0,176,0,0,0), - (43911,1530,0,1196,0,3027.96,669.401,73.5604,1.48557,300,0,0,198,0,0,0), - (43912,1530,0,4631,0,3039.66,665.585,58.1085,0.799702,300,0,0,198,0,0,0), - (43913,1526,0,1201,0,2480.54,596.032,32.2197,4.60534,300,5,0,120,220,0,1), - (43914,1941,0,10853,0,2515.76,538.398,34.5602,5.89921,300,0,0,120,0,0,0), - (43915,1941,0,10853,0,2482.21,465.683,41.2163,2.13594,300,10,0,120,0,0,1), - (43916,721,0,328,0,2748.29,368.229,25.7244,1.4651,120,10,0,1,0,0,1), - (43917,1547,0,9021,0,2554.72,1266.41,50.3286,4.82596,300,5,0,101,142,0,1), - (43918,1553,0,4734,0,1880.15,609.948,45.7189,4.90289,300,10,0,120,0,0,1), - (43920,11735,1,15383,0,-6717.27,224.413,1.43934,1.74943,300,25,0,3293,0,0,1), - (43921,1513,0,9535,0,1977.07,1423.22,64.3089,3.1681,300,5,0,71,0,0,1), - (43922,1553,0,4734,0,2354.88,156.207,36.5644,4.37581,300,5,0,120,0,0,1), - (43923,1502,0,10979,0,1945.01,1506.9,87.3372,5.93766,120,5,0,42,0,0,1), - (43924,11735,1,15383,0,-6632.93,220.165,5.78378,3.94433,300,25,0,3293,0,0,1), - (43925,751,0,391,0,-10423.9,-4388.42,5.61128,1.23428,300,0,0,2059,0,0,0), - (43926,11735,1,15383,0,-6685.85,283.361,3.46007,1.50745,300,25,0,3293,0,0,1), - (43927,11735,1,15383,0,-6586.13,296.084,4.20317,1.60594,300,25,0,3293,0,0,1), - (43928,11735,1,15383,0,-6608.97,287.833,1.27853,1.00894,300,25,0,3293,0,0,1), - (43929,11735,1,15383,0,-6729.02,-101.125,5.82774,5.39627,300,25,0,3293,0,0,1), - (43930,11735,1,15383,0,-6676.75,-138.864,4.53273,5.50596,300,25,0,3293,0,0,1), - (43931,11735,1,15383,0,-6270.11,835.111,7.70807,6.17458,300,25,0,3293,0,0,1), - (43932,11735,1,15383,0,-6444.21,1224.92,-0.071837,1.47696,300,25,0,3293,0,0,1), - (43933,11735,1,15383,0,-6409.01,1286.85,4.40149,3.36628,300,25,0,3293,0,0,1), - (43934,11735,1,15383,0,-6683.76,350.81,0.387379,0.28476,300,25,0,3293,0,0,1), - (43935,11735,1,15383,0,-6616.45,1430.81,6.15285,1.66099,300,25,0,3293,0,0,1), - (43936,11735,1,15383,0,-6463.6,1353.81,4.8766,0.66575,300,25,0,3293,0,0,1), - (43937,11735,1,15383,0,-6610.98,1283.9,3.31943,0.301084,300,25,0,3293,0,0,1), - (43938,11735,1,15383,0,-6578.39,1336.46,5.63629,5.73473,300,25,0,3293,0,0,1), - (43939,11735,1,15383,0,-6346.4,1250.46,4.19828,4.72411,300,25,0,3293,0,0,1), - (43940,11735,1,15383,0,-6706.01,312.81,2.51083,4.33188,300,25,0,3293,0,0,1), - (43941,11735,1,15383,0,-6576.19,383.332,-0.508386,3.13378,300,25,0,3293,0,0,1), - (43942,11735,1,15383,0,-6638.74,1383.04,4.98763,1.21351,300,25,0,3293,0,0,1), - (43943,11735,1,15383,0,-6689.16,1358.03,5.61352,4.58349,300,25,0,3293,0,0,1), - (43944,11735,1,15383,0,-6624.07,1339.15,3.46791,3.76831,300,25,0,3293,0,0,1), - (43945,11735,1,15383,0,-6506.42,1262.21,3.35047,1.43166,300,25,0,3293,0,0,1), - (43946,11735,1,15383,0,-6592.98,1257,5.44446,1.67319,300,25,0,3293,0,0,1), - (43947,11735,1,15383,0,-6384.99,442.957,-0.154227,4.05221,300,25,0,3293,0,0,1), - (43948,11735,1,15383,0,-6294.51,641.378,10.5551,5.79334,300,25,0,3293,0,0,1), - (43949,11735,1,15383,0,-6353.92,318.827,10.4469,5.46875,300,25,0,3293,0,0,1), - (43950,11735,1,15383,0,-6312.55,394.447,18.7242,0.725994,300,25,0,3293,0,0,1), - (43951,11735,1,15383,0,-6287.27,303.67,23.5925,0.952687,300,3,0,3293,0,0,1), - (43952,11735,1,15383,0,-6266.49,481.575,9.58536,2.95016,300,25,0,3293,0,0,1), - (43953,11735,1,15383,0,-6294.37,399.922,17.9682,1.69735,300,25,0,3293,0,0,1), - (43954,11735,1,15383,0,-6221.98,557.322,12.8105,2.18536,300,25,0,3293,0,0,1), - (43955,11735,1,15383,0,-6274.75,621.735,7.54488,2.95301,300,25,0,3293,0,0,1), - (43956,11735,1,15383,0,-6433.55,490.209,4.11043,0.825363,300,25,0,3293,0,0,1), - (43957,11735,1,15383,0,-6502.38,236.062,3.84139,3.9726,300,25,0,3293,0,0,1), - (43958,11735,1,15383,0,-6811.74,1126.46,2.41845,3.16778,300,25,0,3293,0,0,1), - (43959,11735,1,15383,0,-6719.48,1149.93,2.27403,3.06235,300,25,0,3293,0,0,1), - (43960,11735,1,15383,0,-6685.13,1145.3,-0.852471,4.73597,300,25,0,3293,0,0,1), - (43961,11735,1,15383,0,-6914.1,1040.37,1.81749,4.99739,300,25,0,3293,0,0,1), - (43962,11735,1,15383,0,-6846.44,1042.26,0.22417,1.96761,300,25,0,3293,0,0,1), - (43963,11735,1,15383,0,-6819.28,990.91,2.37058,4.84171,300,25,0,3293,0,0,1), - (43964,11735,1,15383,0,-6850.57,1119.14,0.321487,1.52976,300,25,0,3293,0,0,1), - (43965,11735,1,15383,0,-6820.47,1165.93,1.04519,1.95928,300,25,0,3293,0,0,1), - (43966,11735,1,15383,0,-6998.33,181.71,2.16942,3.19438,300,25,0,3293,0,0,1), - (43967,11735,1,15383,0,-7019.44,146.944,6.04188,3.90506,300,25,0,3293,0,0,1), - (43968,11735,1,15383,0,-6957.04,416.149,3.94419,0.428741,300,25,0,3293,0,0,1), - (43969,11735,1,15383,0,-7009.59,286.853,3.9628,4.48588,300,25,0,3293,0,0,1), - (43970,11735,1,15383,0,-6977.39,374.696,4.34804,4.57906,300,25,0,3293,0,0,1), - (43971,11735,1,15383,0,-6909.6,388.411,3.17684,2.57699,300,25,0,3293,0,0,1), - (43972,11735,1,15383,0,-6854.77,432.573,1.2192,4.70848,300,25,0,3293,0,0,1), - (43973,11735,1,15383,0,-6831.79,248.495,0.452117,3.73664,300,25,0,3293,0,0,1), - (43974,11735,1,15383,0,-6934.1,253.516,3.96381,0.004604,300,25,0,3293,0,0,1), - (43975,11735,1,15383,0,-6882.36,114.518,3.12835,5.53368,300,25,0,3293,0,0,1), - (43976,11735,1,15383,0,-6873.7,98.7422,3.54085,5.02797,300,25,0,3293,0,0,1), - (43977,11735,1,15383,0,-6882.61,125.329,3.60445,3.26885,300,25,0,3293,0,0,1), - (43978,11735,1,15383,0,-6477.18,412.941,0.704559,0.11346,300,25,0,3293,0,0,1), - (43979,11735,1,15383,0,-6435.31,452.174,-1.22977,0.5055,300,25,0,3293,0,0,1), - (43980,11735,1,15383,0,-6411.42,439.463,1.70319,1.93643,300,25,0,3293,0,0,1), - (43981,1547,0,9021,0,2650.55,205.745,29.8304,4.98104,300,5,0,101,142,0,1), - (43982,11735,1,15383,0,-6415.58,358.247,7.39036,3.35391,300,25,0,3293,0,0,1), - (43983,11735,1,15383,0,-6517.39,347.089,-0.352471,3.1281,300,25,0,3293,0,0,1), - (43984,11735,1,15383,0,-6517.02,350.941,-0.727471,4.30265,300,25,0,3293,0,0,1), - (43985,11735,1,15383,0,-6555.33,429.945,1.72659,4.46788,300,25,0,3293,0,0,1), - (43986,11735,1,15383,0,-6715.94,570.605,3.68062,5.77627,300,25,0,3293,0,0,1), - (43987,11735,1,15383,0,-6743.47,548.53,2.20454,3.34818,300,25,0,3293,0,0,1), - (43988,11735,1,15383,0,-6413.97,749.197,5.1915,5.88986,300,25,0,3293,0,0,1), - (43989,11735,1,15383,0,-6607.28,455.951,1.24587,0.828536,300,25,0,3293,0,0,1), - (43990,11735,1,15383,0,-6526.69,638.962,6.7712,2.97869,300,25,0,3293,0,0,1), - (43991,11735,1,15383,0,-6477.79,584.266,1.71321,3.15136,300,25,0,3293,0,0,1), - (43992,11735,1,15383,0,-6611.68,450.382,1.88114,3.30449,300,25,0,3293,0,0,1), - (43993,11735,1,15383,0,-6660.85,584.759,6.90007,2.86388,300,25,0,3293,0,0,1), - (43994,11735,1,15383,0,-6552.17,487.526,4.74389,1.18763,300,25,0,3293,0,0,1), - (43995,11735,1,15383,0,-6582.61,492.624,1.47224,4.77649,300,25,0,3293,0,0,1), - (43996,11735,1,15383,0,-6671.3,667.667,4.76779,0.752261,300,25,0,3293,0,0,1), - (43997,11735,1,15383,0,-6644.8,709.394,6.4899,0.126953,300,25,0,3293,0,0,1), - (43998,11735,1,15383,0,-6586.79,692.394,3.10878,1.35425,300,25,0,3293,0,0,1), - (43999,11735,1,15383,0,-6682.69,-109.126,3.67805,4.17097,300,25,0,3293,0,0,1), - (44000,11735,1,15383,0,-6783.38,55.8957,4.52225,1.5747,300,25,0,3293,0,0,1), - (44001,11735,1,15383,0,-6706.06,341.95,-0.739336,3.48922,300,25,0,3293,0,0,1), - (44002,11736,1,15384,0,-7145.76,1259.99,0.178226,6.0856,300,25,0,3644,0,0,1), - (44003,11736,1,15384,0,-6948.86,1787.18,0.049702,0.034166,300,10,0,3644,0,0,1), - (44004,11736,1,15384,0,-6945.57,1405.23,4.55206,4.38447,300,25,0,3644,0,0,1), - (44005,11736,1,15384,0,-6985.49,1748.21,1.86002,5.15202,300,25,0,3644,0,0,1), - (44006,11736,1,15384,0,-7350.8,1316.01,3.99078,0.775965,300,25,0,3644,0,0,1), - (44007,9261,229,0,0,-23.0763,-407.473,-18.935,4.70572,7200,0,0,6477,2163,0,0), - (44009,9261,229,0,0,-56.3033,-407.741,-18.9349,5.06701,7200,0,0,6681,2241,0,0), - (44010,11736,1,15384,0,-7444.31,363.666,2.23036,1.17615,300,25,0,3644,0,0,1), - (44011,11736,1,15384,0,-7400.76,267.202,6.95444,0.793685,300,25,0,3644,0,0,1), - (44012,11736,1,15384,0,-6806.65,1789.3,-0.421781,5.98461,300,25,0,3644,0,0,1), - (44013,11736,1,15384,0,-7320.38,1318.97,8.65847,4.88937,300,25,0,3644,0,0,1), - (44014,11736,1,15384,0,-7389.05,257.182,5.93123,4.88754,300,10,0,3644,0,0,1), - (44015,11736,1,15384,0,-6945.35,1686.49,2.88293,0.793357,300,25,0,3644,0,0,1), - (44016,11736,1,15384,0,-6986.68,1648.69,-1.2311,4.17406,300,10,0,3644,0,0,1), - (44017,11736,1,15384,0,-7430.27,544.937,-8.39436,3.41823,300,25,0,3644,0,0,1), - (44020,9259,229,0,0,-74.91,-405.03,-18.76,5.22,10800,0,0,8097,0,0,0), - (44022,7917,0,7008,0,-8556,835.86,106.602,5.323,430,0,0,4108,0,0,0), - (44026,11736,1,15384,0,-7401.99,1365.01,2.76585,2.2434,300,25,0,3644,0,0,1), - (44027,11736,1,15384,0,-6960.98,1780.7,-0.252608,3.47477,300,10,0,3644,0,0,1), - (44028,11736,1,15384,0,-6957.84,1606.17,4.04343,4.42738,300,25,0,3644,0,0,1), - (44029,11736,1,15384,0,-7361.1,319.119,2.6943,2.90088,300,25,0,3644,0,0,1), - (44030,11736,1,15384,0,-6885.75,1787.63,5.18013,1.41592,300,25,0,3644,0,0,1), - (44031,11736,1,15384,0,-7173.85,1215.61,4.29174,3.23154,300,25,0,3644,0,0,1), - (44032,11736,1,15384,0,-7335.46,1267.22,0.813775,4.31955,300,25,0,3644,0,0,1), - (44033,11736,1,15384,0,-6586.36,1529.8,3.60531,3.94475,300,25,0,3644,0,0,1), - (44034,11736,1,15384,0,-6628.59,1473.52,4.12069,0.193754,300,25,0,3644,0,0,1), - (44035,11736,1,15384,0,-7240.76,1356.81,2.05798,5.30004,300,25,0,3644,0,0,1), - (44036,11736,1,15384,0,-6882.43,1376.58,2.68911,4.81215,300,25,0,3644,0,0,1), - (44037,11736,1,15384,0,-7288,689.642,2.74696,1.45928,300,25,0,3644,0,0,1), - (44038,11736,1,15384,0,-6856.53,1530.07,-0.522497,5.45707,300,25,0,3644,0,0,1), - (44039,11736,1,15384,0,-7490.34,358.405,-2.13004,3.45964,300,25,0,3644,0,0,1), - (44041,11736,1,15384,0,-6730.41,1409.26,4.8265,5.78471,300,25,0,3644,0,0,1), - (44042,11736,1,15384,0,-6962.6,1543.62,1.93602,6.24707,300,25,0,3644,0,0,1), - (44043,11736,1,15384,0,-6910.82,1714.05,-1.13224,2.9173,300,25,0,3644,0,0,1), - (44044,11736,1,15384,0,-7450.53,617.684,-16.6761,1.94072,300,25,0,3644,0,0,1), - (44045,11736,1,15384,0,-6889.66,1738.59,-0.801736,1.91946,300,25,0,3644,0,0,1), - (44047,11736,1,15384,0,-7487.5,504.166,-10.0929,2.6779,300,25,0,3644,0,0,1), - (44048,11736,1,15384,0,-6920.78,1392.82,0.345013,4.80429,300,25,0,3644,0,0,1), - (44051,11736,1,15384,0,-7461.33,528.481,-12.3594,2.43939,300,25,0,3644,0,0,1), - (44052,11736,1,15384,0,-6869.57,1381.76,3.29802,0.275753,300,25,0,3644,0,0,1), - (44053,11736,1,15384,0,-7047.62,1355.63,5.71372,5.62333,300,25,0,3644,0,0,1), - (44054,11736,1,15384,0,-7013.82,1339.49,5.05111,1.45141,300,25,0,3644,0,0,1), - (44055,11736,1,15384,0,-6858.75,1329.74,4.12843,0.364718,300,25,0,3644,0,0,1), - (44056,11736,1,15384,0,-7056.28,1346.09,5.55473,0.79713,300,25,0,3644,0,0,1), - (44057,11736,1,15384,0,-6849.83,1448.67,3.2131,1.36612,300,25,0,3644,0,0,1), - (44058,11736,1,15384,0,-7449.53,1234.29,3.20763,1.69612,300,25,0,3644,0,0,1), - (44060,1554,0,8808,0,1837.61,916.219,38.4245,0.199502,300,5,0,156,0,0,1), - (44062,1548,0,9020,0,2470.7,-384.806,76.1276,4.42336,300,5,0,122,0,0,1), - (44063,1548,0,9020,0,1765.83,-355.961,33.8679,2.36257,300,10,0,122,0,0,1), - (44064,1553,0,4734,0,2153.34,13.387,41.753,1.74531,300,5,0,120,0,0,1), - (44065,1522,0,11398,0,2572.32,909.858,101.599,2.65978,300,10,0,126,289,0,1), - (44066,1520,0,200,0,2531.97,956.779,92.0752,2.7106,300,10,0,120,0,0,1), - (44067,1522,0,11398,0,2545.96,987.505,87.909,2.77729,300,10,0,126,289,0,1), - (44068,1522,0,11398,0,2588.33,982.431,100.894,6.2539,300,5,0,126,289,0,1), - (44069,1547,0,9021,0,2595.07,1206.02,69.9978,2.81861,300,10,0,101,142,0,1), - (44070,1522,0,11398,0,2684.36,889.531,110.317,0.016653,300,10,0,126,289,0,1), - (44071,1522,0,11398,0,2706.47,921.022,112.705,0.015624,300,10,0,126,289,0,1), - (44072,1522,0,11398,0,2684.37,1027.61,108.846,5.15828,300,5,0,126,289,0,1), - (44073,1548,0,9020,0,2396.26,996.841,64.2827,3.98045,300,5,0,122,0,0,1), - (44074,1548,0,9020,0,2424.35,957.313,71.8265,0.777745,300,5,0,122,0,0,1), - (44075,1522,0,11398,0,2644.35,983.503,111.978,1.32227,300,5,0,126,289,0,1), - (44076,1520,0,200,0,2637.76,1049.97,102.771,1.12534,300,5,0,120,0,0,1), - (44077,11736,1,15384,0,-7459.89,1065.41,2.84849,2.97757,300,25,0,3644,0,0,1), - (44078,9261,229,0,9261,-38.6279,-427.411,-18.935,1.96469,7200,0,0,6477,2163,0,0), - (44080,11736,1,15384,0,-7383.22,1283.75,5.00876,2.90082,300,25,0,3644,0,0,1), - (44081,11736,1,15384,0,-7215.26,1323.37,5.94107,3.08584,300,25,0,3644,0,0,1), - (44082,11736,1,15384,0,-7383.51,1109.94,2.57361,1.67649,300,25,0,3644,0,0,1), - (44083,11736,1,15384,0,-7331.72,1035.04,5.73963,6.05209,300,25,0,3644,0,0,1), - (44084,11736,1,15384,0,-6755.24,1355.48,4.59754,2.89707,300,25,0,3644,0,0,1), - (44085,11736,1,15384,0,-7241.16,1307.05,5.23886,1.65094,300,25,0,3644,0,0,1), - (44086,11736,1,15384,0,-7443.37,1198.55,2.3059,1.42098,300,25,0,3644,0,0,1), - (44087,11736,1,15384,0,-7510,1349.76,-0.119436,2.98768,300,25,0,3644,0,0,1), - (44088,11736,1,15384,0,-7280.53,548.464,1.73368,3.19427,300,25,0,3644,0,0,1), - (44089,11736,1,15384,0,-6624.59,1453.8,4.33139,1.07019,300,25,0,3644,0,0,1), - (44090,11736,1,15384,0,-7385.98,1045.48,4.38457,2.99348,300,25,0,3644,0,0,1), - (44091,11736,1,15384,0,-7413.93,1180.05,3.10124,5.1804,300,25,0,3644,0,0,1), - (44092,11736,1,15384,0,-6779.22,1391.43,3.44547,2.2016,300,25,0,3644,0,0,1), - (44093,11736,1,15384,0,-7418.07,812.4,-3.83682,1.59412,300,25,0,3644,0,0,1), - (44094,11736,1,15384,0,-7431.69,1313.03,2.25749,0.11152,300,25,0,3644,0,0,1), - (44095,11736,1,15384,0,-6809,1458.92,4.75883,4.90298,300,25,0,3644,0,0,1), - (44096,11736,1,15384,0,-6797.78,1411.38,0.943597,5.24946,300,25,0,3644,0,0,1), - (44097,11736,1,15384,0,-7248.83,782.061,4.61175,5.73913,300,25,0,3644,0,0,1), - (44098,11736,1,15384,0,-7507.27,1135.03,2.06092,2.65525,300,25,0,3644,0,0,1), - (44099,11736,1,15384,0,-7445.39,845.65,-3.41975,4.59494,300,25,0,3644,0,0,1), - (44100,11736,1,15384,0,-7483.5,808.124,-6.35485,1.59228,300,25,0,3644,0,0,1), - (44101,11736,1,15384,0,-7404.76,745.975,-5.11673,0.370891,300,25,0,3644,0,0,1), - (44102,11736,1,15384,0,-7446.22,433.701,-3.71255,4.20415,300,25,0,3644,0,0,1), - (44103,11736,1,15384,0,-7361.13,855.958,5.2154,5.62719,300,25,0,3644,0,0,1), - (44104,11736,1,15384,0,-6904.28,1270.8,0.573008,5.50607,300,25,0,3644,0,0,1), - (44105,11736,1,15384,0,-7416.78,1110.04,-0.514731,3.56071,300,25,0,3644,0,0,1), - (44106,11736,1,15384,0,-7427.4,490.47,-3.27896,0.365631,300,25,0,3644,0,0,1), - (44107,11736,1,15384,0,-7454.16,771.479,-6.06445,1.77107,300,25,0,3644,0,0,1), - (44108,11736,1,15384,0,-7302.28,1285.69,0.527539,3.79408,300,25,0,3644,0,0,1), - (44109,11736,1,15384,0,-7001.89,1317.44,3.35413,0.088007,300,25,0,3644,0,0,1), - (44110,11736,1,15384,0,-7190.03,1161.9,3.79125,4.46978,300,30,0,3644,0,0,1), - (44111,11736,1,15384,0,-7312.63,1249.17,4.83542,4.53166,300,25,0,3644,0,0,1), - (44112,11736,1,15384,0,-7228.93,1078.71,3.90078,0.181512,300,25,0,3644,0,0,1), - (44113,11736,1,15384,0,-7319.09,748.505,5.80498,5.95619,300,25,0,3644,0,0,1), - (44114,11736,1,15384,0,-7249.88,1198.62,0.396729,2.44831,300,25,0,3644,0,0,1), - (44115,11736,1,15384,0,-6790.18,1331.22,5.58872,1.69694,300,25,0,3644,0,0,1), - (44116,11736,1,15384,0,-7212.22,1128.96,2.88911,4.19809,300,25,0,3644,0,0,1), - (44117,11736,1,15384,0,-7170.65,1027.51,5.46971,4.20802,300,25,0,3644,0,0,1), - (44118,11736,1,15384,0,-6757.19,1442.39,0.996378,4.1158,300,25,0,3644,0,0,1), - (44119,11736,1,15384,0,-7092.2,1415.78,3.94968,0.363183,300,25,0,3644,0,0,1), - (44120,11736,1,15384,0,-7259.42,830.024,3.15761,0.491625,300,25,0,3644,0,0,1), - (44121,11736,1,15384,0,-7369.82,1163.34,3.39685,1.24386,300,25,0,3644,0,0,1), - (44122,11736,1,15384,0,-7166.97,1070.07,5.81174,3.99593,300,25,0,3644,0,0,1), - (44123,11736,1,15384,0,-7267.27,973.671,3.50797,5.24728,300,25,0,3644,0,0,1), - (44124,11736,1,15384,0,-7315.64,917.276,1.22284,3.10692,300,25,0,3644,0,0,1), - (44125,11736,1,15384,0,-7482.57,1215.56,3.58141,4.81808,300,25,0,3644,0,0,1), - (44126,11736,1,15384,0,-6750.85,1846.06,4.60907,6.24045,300,10,0,3644,0,0,1), - (44127,11736,1,15384,0,-7280.46,1066.48,5.93583,4.71434,300,25,0,3644,0,0,1), - (44128,11736,1,15384,0,-7184.2,903.52,5.35824,2.43378,300,25,0,3644,0,0,1), - (44129,11736,1,15384,0,-7360.08,897.827,-0.851385,1.01286,300,25,0,3644,0,0,1), - (44130,11736,1,15384,0,-7117.97,1017.87,4.20793,4.11984,300,25,0,3644,0,0,1), - (44131,11736,1,15384,0,-7428.47,942.346,2.17313,5.11138,300,30,0,3644,0,0,1), - (44132,11736,1,15384,0,-7253.06,1075.56,6.41459,2.18555,300,25,0,3644,0,0,1), - (44133,11736,1,15384,0,-7381.68,1248.51,-1.35712,5.87468,300,25,0,3644,0,0,1), - (44134,11736,1,15384,0,-7327.42,582.714,1.71165,3.0771,300,25,0,3644,0,0,1), - (44135,11736,1,15384,0,-7004.74,1026.38,2.2272,2.71553,300,25,0,3644,0,0,1), - (44136,11736,1,15384,0,-7315.41,733.071,4.4261,4.75537,300,25,0,3644,0,0,1), - (44137,11736,1,15384,0,-7283.33,650,-0.104782,0.277398,300,25,0,3644,0,0,1), - (44138,11736,1,15384,0,-7420.26,718.947,-6.86928,2.5464,300,25,0,3644,0,0,1), - (44139,11736,1,15384,0,-7392.64,931.333,3.21448,3.764,300,30,0,3644,0,0,1), - (44140,1520,0,200,0,2593.74,1019.98,99.434,6.28148,300,5,0,120,0,0,1), - (44141,11736,1,15384,0,-7350.03,818.932,4.37471,1.88619,300,25,0,3644,0,0,1), - (44142,11736,1,15384,0,-7380.28,585.297,-0.521281,2.85313,300,25,0,3644,0,0,1), - (44143,11736,1,15384,0,-7389.54,399.04,5.00678,2.03293,300,25,0,3644,0,0,1), - (44144,751,0,391,0,-10817.2,-4243.93,1.42109,1.70052,300,5,0,2059,0,0,1), - (44145,1547,0,9021,0,2641.94,1213.8,69.3121,4.48874,300,10,0,101,142,0,1), - (44146,1548,0,9020,0,2556.33,1214.11,65.8785,4.17398,300,5,0,122,0,0,1), - (44147,1554,0,8808,0,1970.56,832.231,39.3912,1.32581,300,0,0,156,0,0,0), - (44149,9262,229,0,9262,-42.426,-422.135,-18.935,5.43458,7200,0,0,6477,3244,0,0), - (44150,9262,229,0,0,-52.1838,-411.215,-18.935,3.17656,7200,0,0,6681,3361,0,0), - (44151,9262,229,0,0,-26.8415,-412.158,-18.9344,0.788159,7200,0,0,6681,3361,0,0), - (44152,9262,229,0,0,30.1009,-474.712,-18.6041,3.16793,7200,0,0,6477,3244,0,0), - (44153,9261,229,0,0,25.39,-477.23,-18.32,1.32,10800,0,0,6477,2163,0,0), - (44154,9261,229,0,0,34.0536,-491.542,-18.9058,4.95864,7200,0,0,6477,2163,0,0), - (44155,1548,0,9020,0,1652.38,-604.238,46.4238,1.6726,300,10,0,122,0,0,1), - (44156,4075,0,1141,0,2049.02,1107.39,35.6426,2.73914,120,10,0,8,0,0,1), - (44157,1525,0,1200,0,2282.84,716.69,34.4655,0.069813,300,10,0,102,0,0,1), - (44158,7077,70,6025,0,105.984,241.057,-52.1213,1.64061,7200,0,0,251,2975,0,0), - (44159,7077,70,6025,0,73.0399,271.531,-52.1213,0.017453,7200,0,0,251,2975,0,0), - (44160,7246,209,6426,0,1639.3,805.281,8.97168,4.95674,18000,0,0,4119,2864,0,0), - (44161,7269,209,7470,0,1654.45,929.097,8.96097,0.890118,18000,5,0,1782,0,0,1), - (44162,5648,209,6420,0,1660.46,901.742,8.96499,0.628319,18000,0,0,3603,7150,0,0), - (44163,7247,209,6428,0,1644.51,903.655,9.334,2.3911,18000,0,0,4278,2966,0,0), - (44164,5650,209,6421,0,1664.1,911.256,8.96011,4.99164,18000,0,0,4278,2966,0,0), - (44165,5650,209,6422,0,1669.67,896.452,8.96012,2.51327,18000,0,0,4278,2966,0,0), - (44166,7269,209,7470,0,1655.86,920.877,8.96012,1.39626,18000,5,0,1782,0,0,1), - (44167,7269,209,7470,0,1520,942.808,11.4989,2.86234,18000,5,0,1782,0,0,1), - (44168,5649,209,6424,0,1525.17,935.174,11.8075,5.22015,18000,5,0,5346,0,0,1), - (44169,5650,209,6422,0,1670.57,908.334,9.1404,2.56563,18000,0,0,4278,2966,0,0), - (44170,7246,209,6425,0,1663.38,926.347,9.025,3.67835,1800,5,1,4119,2864,0,2), - (44171,747,0,506,0,-10854.3,-4220.8,2.57772,4.11302,300,5,0,1711,1483,0,1), - (44172,750,0,1995,0,-10846.9,-4245.77,-4.2003,1.87217,300,5,0,1981,0,0,1), - (44173,747,0,506,0,-10926.5,-4156,8.26603,3.29639,300,5,0,1711,1483,0,1), - (44174,11736,1,15384,0,-7405.43,612.408,-6.42637,3.30256,300,25,0,3644,0,0,1), - (44176,11736,1,15384,0,-7241.72,589.193,4.07542,2.96296,300,25,0,3644,0,0,1), - (44177,7246,209,6425,0,1662.34,929.703,9.12678,2.75114,18000,0,0,4119,2864,0,0), - (44178,11736,1,15384,0,-7355.14,453.261,6.72596,4.94919,300,25,0,3644,0,0,1), - (44179,11736,1,15384,0,-7485.91,946.409,4.10587,4.20463,300,10,0,3644,0,0,1), - (44181,11736,1,15384,0,-7417.38,413.705,0.304333,4.14498,300,25,0,3644,0,0,1), - (44182,11737,1,15385,0,-7852.47,1616.24,3.5576,0.006925,300,25,0,3758,0,0,1), - (44183,11737,1,15385,0,-7746.17,1751.7,14.1443,0.105695,300,25,0,3758,0,0,1), - (44184,11321,389,2075,0,-94.604,54.1892,-17.9829,5.00078,7200,5,0,819,0,0,1), - (44185,11737,1,15385,0,-7783.18,1765.03,0.52788,4.35761,300,25,0,3758,0,0,1), - (44186,11737,1,15385,0,-7690.77,1627.25,5.32477,0.123386,300,10,0,3758,0,0,1), - (44187,14849,0,14914,0,-9532.41,67.9315,58.9648,5.39307,180,0,0,1240,0,0,0), - (44188,11737,1,15385,0,-7883.63,1540.15,-4.15093,2.40854,300,25,0,3758,0,0,1), - (44189,11737,1,15385,0,-7737.34,1665.94,6.84599,4.04192,300,25,0,3758,0,0,1), - (44190,11737,1,15385,0,-7716.32,1282.54,-0.374777,1.22487,300,25,0,3758,0,0,1), - (44191,7269,209,7470,0,1685.95,887.844,8.96012,5.48033,18000,5,0,1782,0,0,1), - (44192,11737,1,15385,0,-7783.76,1749.59,0.610843,1.82825,300,25,0,3758,0,0,1), - (44195,11737,1,15385,0,-7772.04,1282.44,-4.73984,3.1289,300,25,0,3758,0,0,1), - (44196,11737,1,15385,0,-7809.47,1345.3,-5.98408,4.45154,300,25,0,3758,0,0,1), - (44197,11737,1,15385,0,-7744.3,1833.54,3.38918,4.62633,300,25,0,3758,0,0,1), - (44198,11737,1,15385,0,-7780.2,1636.16,5.91958,4.77769,300,25,0,3758,0,0,1), - (44199,11737,1,15385,0,-7895.22,1480.47,-2.41121,2.04754,300,25,0,3758,0,0,1), - (44200,11737,1,15385,0,-7875.59,1682.56,-3.4706,1.01091,300,25,0,3758,0,0,1), - (44201,11737,1,15385,0,-8046.92,1691.49,9.24857,3.85965,300,25,0,3758,0,0,1), - (44202,11737,1,15385,0,-7680.24,1549.02,6.38965,4.6817,300,25,0,3758,0,0,1), - (44203,11737,1,15385,0,-7605.86,1305.08,0.804275,5.44455,300,25,0,3758,0,0,1), - (44204,11737,1,15385,0,-7768.76,1606.55,3.71964,4.00432,300,25,0,3758,0,0,1), - (44205,11737,1,15385,0,-7975.34,1715.89,-1.0122,5.41488,300,25,0,3758,0,0,1), - (44206,11737,1,15385,0,-7815.24,1486.33,-0.813607,1.15039,300,25,0,3758,0,0,1), - (44207,11737,1,15385,0,-7819.72,1685.97,2.42511,4.25966,300,25,0,3758,0,0,1), - (44208,11737,1,15385,0,-7752.31,1584.43,-0.302271,5.66899,300,25,0,3758,0,0,1), - (44209,11737,1,15385,0,-7815.67,1582.88,1.34246,4.55683,300,25,0,3758,0,0,1), - (44210,11737,1,15385,0,-7580.05,876.76,-4.38008,2.03444,300,25,0,3758,0,0,1), - (44211,11737,1,15385,0,-7661.8,1113.56,4.05045,0.134332,300,25,0,3758,0,0,1), - (44212,11737,1,15385,0,-7776.2,175.817,6.25564,4.88735,300,25,0,3758,0,0,1), - (44213,11737,1,15385,0,-7664.58,1323.26,1.91954,1.12642,300,25,0,3758,0,0,1), - (44214,11737,1,15385,0,-7984.02,955.14,3.18815,0.073166,300,25,0,3758,0,0,1), - (44215,11737,1,15385,0,-7551.52,1161.95,-0.287166,4.34711,300,25,0,3758,0,0,1), - (44216,11737,1,15385,0,-7577.37,1101.23,-0.241194,5.08818,300,25,0,3758,0,0,1), - (44217,11737,1,15385,0,-7613.95,1153.72,4.11245,5.88073,300,25,0,3758,0,0,1), - (44218,11737,1,15385,0,-7675.13,1367.77,1.6432,4.88508,300,25,0,3758,0,0,1), - (44219,11737,1,15385,0,-7971.25,1241.93,-1.67913,5.572,300,25,0,3758,0,0,1), - (44220,11737,1,15385,0,-7757.33,1415.62,1.17729,4.57726,300,25,0,3758,0,0,1), - (44221,11737,1,15385,0,-7779.06,1433.47,-0.749162,5.1433,300,25,0,3758,0,0,1), - (44222,1548,0,9020,0,2071.48,-592.252,60.8234,4.27494,300,5,0,122,0,0,1), - (44223,1554,0,8808,0,2553.01,-259.133,41.6946,0.996058,300,5,0,156,0,0,1), - (44224,1547,0,9021,0,2143.87,1144.27,33.7075,1.16308,300,10,0,101,142,0,1), - (44225,5649,209,6423,0,1680.85,871.522,8.96821,5.8294,18000,0,0,5346,0,0,0), - (44226,11737,1,15385,0,-7643.09,1438.27,2.82952,4.3718,300,25,0,3758,0,0,1), - (44227,11737,1,15385,0,-7688.54,1460.79,4.26242,1.01095,300,25,0,3758,0,0,1), - (44228,11737,1,15385,0,-7534.3,1388.25,2.63972,0.273874,300,25,0,3758,0,0,1), - (44229,1535,0,2482,0,2288.95,1490.48,32.8677,0.525752,300,10,0,120,0,0,1), - (44230,4075,0,1141,0,2075.3,3.16128,42.6668,3.38018,120,10,0,8,0,0,1), - (44231,1426,0,374,0,-10536.6,2003.7,-8.76479,2.34942,300,3,0,300,0,0,1), - (44232,589,0,2339,0,-10591,1993.22,-4.84641,5.29912,300,0,0,263,710,0,0), - (44233,590,0,2340,0,-10498.5,1977.48,10.9144,3.45094,300,0,0,273,0,0,0), - (44234,11737,1,15385,0,-7713.02,1449.61,4.2021,0.601261,300,25,0,3758,0,0,1), - (44235,11737,1,15385,0,-7799.99,1558.36,1.52386,2.71149,300,25,0,3758,0,0,1), - (44236,11737,1,15385,0,-7613.34,1375.01,3.14475,3.72878,300,25,0,3758,0,0,1), - (44237,11737,1,15385,0,-7968.44,1325.02,-2.4095,5.11463,300,25,0,3758,0,0,1), - (44238,11737,1,15385,0,-7913.05,1722.87,-5.10504,4.9389,300,25,0,3758,0,0,1), - (44240,11737,1,15385,0,-7820.78,204.061,5.04857,2.71909,300,25,0,3758,0,0,1), - (44241,11737,1,15385,0,-7617.37,1383.58,1.93938,3.56011,300,25,0,3758,0,0,1), - (44242,11737,1,15385,0,-7506.15,302.187,0.487789,0.595045,300,10,0,3758,0,0,1), - (44243,11737,1,15385,0,-7903.99,1137.99,2.92325,5.72779,300,25,0,3758,0,0,1), - (44244,11737,1,15385,0,-7568.51,368.845,-15.1839,3.32331,300,25,0,3758,0,0,1), - (44245,11737,1,15385,0,-7517.02,394.1,-13.0511,0.172319,300,25,0,3758,0,0,1), - (44246,11737,1,15385,0,-7553.52,1283.43,2.10096,0.905374,300,25,0,3758,0,0,1), - (44247,11737,1,15385,0,-7941.4,1212.35,-1.05212,3.29842,300,25,0,3758,0,0,1), - (44248,11737,1,15385,0,-8009.69,1214.93,3.41809,6.19545,300,25,0,3758,0,0,1), - (44249,11737,1,15385,0,-8019.93,1254.7,2.47812,4.49155,300,25,0,3758,0,0,1), - (44250,11737,1,15385,0,-7978.34,1183.56,1.75559,0.337687,300,25,0,3758,0,0,1), - (44251,15308,1,15373,0,-7553.29,1742.48,6.15128,4.59986,1800,0,0,7369,11502,0,2), - (44252,11880,1,11811,0,-7552.32,1742.77,5.27486,4.96351,1800,0,0,3876,0,0,0), - (44253,11880,1,11811,0,-7554.71,1743.67,6.36998,5.58401,1800,0,0,3876,0,0,0), - (44254,15308,1,15373,0,-6687.62,1900.6,5.6287,4.04477,1800,0,0,7369,11502,0,2), - (44255,11880,1,11811,0,-6682.61,1909.32,5.65866,4.20493,1800,0,0,3876,0,0,0), - (44256,11880,1,11811,0,-6686.84,1904.89,5.70164,4.76913,1800,0,0,3876,0,0,0), - (44258,1535,0,2471,0,2321.23,1542.97,34.2747,2.36095,300,10,0,120,0,0,1), - (44259,1535,0,2471,0,2378.45,1619.78,33.7167,1.73658,300,10,0,120,0,0,1), - (44260,1535,0,2471,0,2294.95,1559.29,37.4996,1.55029,300,5,0,120,0,0,1), - (44261,1535,0,2471,0,2351.25,1582.08,34.8732,0.950547,300,5,0,120,0,0,1), - (44262,1549,0,3916,0,2381.96,-682.61,75.7777,2.3113,300,10,0,176,0,0,1), - (44263,1525,0,1200,0,2201.67,569.425,28.7941,1.47459,300,5,0,102,0,0,1), - (44264,1526,0,1201,0,2207.29,612.532,24.8213,2.02159,300,5,0,120,220,0,1), - (44265,1525,0,1200,0,2210.83,643.242,24.8583,5.58453,300,5,0,102,0,0,1), - (44266,1675,0,847,0,2778.04,413.688,19.9735,6.14503,300,5,0,137,0,0,1), - (44267,1553,0,4734,0,1999.87,514.151,40.8483,6.28123,300,5,0,120,0,0,1), - (44269,9262,229,0,0,28.345,-494.843,-18.7528,1.02144,7200,0,0,6477,3244,0,0), - (44270,9259,229,0,0,28.5412,-491.049,-18.7405,5.15027,7200,0,0,8352,0,0,0), - (44271,9259,229,0,0,-115.351,-425.966,-18.9349,4.79055,7200,0,0,8352,0,0,0), - (44273,1553,0,4734,0,1941.58,475.956,38.0183,1.52785,300,10,0,120,0,0,1), - (44274,1554,0,8808,0,2780.44,-373.084,79.1459,1.04076,300,5,0,156,0,0,1), - (44275,1554,0,8808,0,1978.4,741.834,35.1912,2.55425,300,10,0,156,0,0,1), - (44276,1537,0,2483,0,1849.31,608.528,48.1101,1.76196,300,5,0,156,0,0,1), - (44277,1548,0,9020,0,1919.22,577.806,47.0311,5.25733,300,10,0,122,0,0,1), - (44278,1553,0,4734,0,2379.79,689.46,35.7589,4.11073,300,5,0,120,0,0,1), - (44280,1544,0,1005,0,2914.98,139.63,6.63987,3.31477,300,5,0,148,165,0,1), - (44281,1547,0,9021,0,2220.54,836.449,44.1278,0.307439,300,5,0,101,142,0,1), - (44282,1553,0,4734,0,2255.35,918.345,48.3092,1.90397,300,5,0,120,0,0,1), - (44283,1553,0,4734,0,1908.74,545.586,47.2015,4.10326,300,5,0,120,0,0,1), - (44284,1675,0,847,0,2750.22,325.737,29.3423,4.75042,300,10,0,137,0,0,1), - (44285,1543,0,441,0,2984.86,426.09,21.2527,5.42797,300,0,0,137,0,0,0), - (44286,4075,0,1141,0,2249.06,947.128,46.3209,1.51021,120,5,0,8,0,0,1), - (44287,1548,0,9020,0,1589.73,662.294,85.3657,2.38866,300,5,0,122,0,0,1), - (44288,1553,0,4734,0,1926.66,525.619,47.4764,4.14108,300,5,0,120,0,0,1), - (44289,590,0,2340,0,-10476.7,1971.51,9.78465,6.17846,300,0,0,273,0,0,0), - (44290,1426,0,374,0,-10458.9,1954.29,8.32358,6.2357,300,0,0,300,0,0,0), - (44291,589,0,2338,0,-10555.7,2007.65,-6.70145,4.89812,300,3,0,263,710,0,1), - (44292,590,0,2341,0,-10530.2,1940.12,3.94629,0.837758,300,0,0,273,0,0,0), - (44293,589,0,2339,0,-10562.2,1975.09,-4.90356,3.47642,300,3,0,263,710,0,1), - (44294,590,0,2340,0,-10571.1,1980.03,-5.59783,2.13814,300,3,0,273,0,0,1), - (44295,590,0,2340,0,-10570,2004.27,-6.46231,4.29351,300,3,0,273,0,0,1), - (44296,842,0,308,0,-10612.1,1181.01,34.5176,5.11381,300,0,0,166,0,0,2), - (44297,6670,0,3264,0,-10654.6,1176.49,46.2041,6.26573,300,0,0,166,0,0,0), - (44298,1522,0,11398,0,2648.84,849.539,110.334,3.92368,300,10,0,126,289,0,1), - (44299,11737,1,15385,0,-7675.94,1036.99,5.06684,4.57919,300,25,0,3758,0,0,1), - (44300,11737,1,15385,0,-7927.43,1014.48,1.31398,0.202371,300,25,0,3758,0,0,1), - (44301,11737,1,15385,0,-7921.96,929.181,-0.597377,2.0687,300,25,0,3758,0,0,1), - (44302,1529,0,1198,0,1946.39,-439.002,35.525,1.89252,300,5,0,183,240,0,1), - (44303,6670,0,3264,0,-10661.3,1113.16,34.1967,4.15388,300,0,0,166,0,0,2), - (44304,9259,229,0,0,-80.9574,-451.587,-18.935,4.81018,7200,0,0,8097,0,0,2), - (44305,9262,229,0,0,-77.619,-452.602,-18.935,3.55826,7200,0,0,6477,3244,0,0), - (44306,9259,229,0,0,-84.647,-452.275,-18.9348,0.0388896,7200,0,0,8352,0,0,0), - (44307,9261,229,0,0,-82.5495,-454.355,-18.9348,1.00729,7200,0,0,6681,2241,0,0), - (44308,9259,229,0,0,-94.53,-436.52,-18.76,3.39,10800,0,0,8097,0,0,0), - (44309,9262,229,0,0,-96.723,-440.326,-18.935,1.56413,7200,0,0,6477,3244,0,0), - (44310,9261,229,0,0,-96.6062,-434.567,-18.935,4.5243,7200,0,0,6681,2241,0,0), - (44311,9262,229,0,0,-94.2403,-421.059,-18.935,6.19406,7200,0,0,6477,3244,0,0), - (44312,9259,229,0,0,-94.9831,-424.653,-18.935,5.92388,7200,0,0,8097,0,0,0), - (44313,9262,229,0,0,-109.82,-434.25,-18.76,3.18598,10800,0,0,6477,3244,0,0), - (44314,9261,229,0,0,-114.098,-434.593,-18.9349,0.0773761,7200,0,0,6477,2163,0,0), - (44316,9259,229,0,0,-119.271,-427.243,-18.9349,0.8345,7200,0,0,8097,0,0,0), - (44317,9261,229,0,0,-119.079,-421.583,-18.9349,6.17756,7200,0,0,6477,2163,0,0), - (44318,9260,229,0,0,-88.41,-463.18,-18.76,2.93,10800,0,0,8352,0,0,0), - (44319,9264,229,0,0,-156.567,-495.882,-18.4564,2.97942,7200,0,0,6681,2241,0,0), - (44320,9263,229,0,0,-158.99,-499.009,-18.4564,2.61185,7200,0,0,6681,2241,0,0), - (44321,9260,229,0,0,-142.639,-495.548,-18.4564,4.72143,7200,0,0,8613,0,0,2), - (44322,9260,229,0,0,-143.435,-512.94,-18.4564,0.774024,7200,0,0,8613,0,0,2), - (44323,9263,229,0,0,-143.495,-510.424,-18.4564,5.57438,7200,0,0,6681,2241,0,0), - (44324,9263,229,0,0,-146.468,-497.174,-18.4564,6.17913,7200,0,0,6681,2241,0,0), - (44325,9264,229,0,0,-141.446,-499.833,-18.4564,2.61656,7200,0,0,6681,2241,0,0), - (44326,9264,229,0,0,-140.14,-512.166,-18.456,2.83726,7200,0,0,6681,2241,0,0), - (44334,9262,229,0,0,-117.666,-479.186,-18.4573,5.29713,7200,0,0,6477,3244,0,0), - (44333,9261,229,0,0,-115.015,-483.19,-18.4573,2.22151,7200,0,0,6477,2163,0,0), - (44329,9259,229,0,0,-111.718,-484.087,-18.4573,5.88854,7200,0,0,8352,0,0,0), - (44330,9261,229,0,0,-106.142,-483.786,-18.4573,3.15535,7200,0,0,6477,2163,0,2), - (44327,9259,229,0,0,-100.732,-491.571,-18.4573,1.68901,7200,0,0,8097,0,0,0), - (43766,9259,229,0,0,33.681,-473.821,-18.6236,1.49503,7200,0,0,8097,0,0,0), - (3526,10374,229,0,0,-127.297,-520.325,11.7612,1.58678,7200,0,0,8352,0,0,2), - (3527,10376,229,0,0,-138.318,-468.999,13.8768,0.20657,7200,2,0,9156,0,0,1), - (3538,10375,229,0,0,-104.987,-548.24,2.40518,4.1877,7200,3,0,2614,0,0,1), - (3537,10375,229,0,0,-144.252,-486.798,12.2607,3.24965,7200,3,0,2614,0,0,1), - (3536,10375,229,0,0,-138.021,-483.627,11.5026,4.64374,7200,3,0,2614,0,0,1), - (3535,10375,229,0,0,-142.43,-473.287,14.7701,0.926899,7200,3,0,2614,0,0,1), - (3534,10375,229,0,0,-136.728,-474.423,12.8312,2.08202,7200,3,0,2614,0,0,1), - (44357,1529,0,1198,0,1949.91,-409.971,35.5772,2.66689,300,5,0,183,240,0,1), - (44359,11737,1,15385,0,-7951.31,1718.39,-3.58569,1.35022,300,25,0,3758,0,0,1), - (44360,11737,1,15385,0,-7856.96,1147.58,2.36121,0.23056,300,25,0,3758,0,0,1), - (44361,11737,1,15385,0,-7876.4,982.166,2.51207,2.93969,300,25,0,3758,0,0,1), - (44362,11737,1,15385,0,-7909.31,949.84,0.658286,3.52752,300,25,0,3758,0,0,1), - (44363,11737,1,15385,0,-7796.01,1038.31,-1.64176,0.003353,300,25,0,3758,0,0,1), - (44364,11737,1,15385,0,-7579.93,983.332,2.64167,6.27928,300,25,0,3758,0,0,1), - (44365,11737,1,15385,0,-8070.76,978.51,44.7984,4.62203,300,25,0,3758,0,0,1), - (44366,11737,1,15385,0,-8065.33,983.034,43.0971,4.62416,300,25,0,3758,0,0,1), - (44367,11737,1,15385,0,-7583.31,1251.15,2.35195,1.41384,300,25,0,3758,0,0,1), - (44368,11737,1,15385,0,-7620.21,945.791,0.239071,2.95282,300,25,0,3758,0,0,1), - (44369,11737,1,15385,0,-7947.31,1077.57,-1.10669,6.14115,300,25,0,3758,0,0,1), - (44370,11737,1,15385,0,-7742.86,262.513,2.8062,2.00381,300,25,0,3758,0,0,1), - (44371,11737,1,15385,0,-7685.2,284.824,5.79174,1.99667,300,25,0,3758,0,0,1), - (44372,11737,1,15385,0,-7592.86,284.944,3.79695,0.009765,300,25,0,3758,0,0,1), - (3533,10374,229,0,0,-146.663,-538.03,7.5195,2.93344,7200,2,0,8352,0,0,1), - (3532,10374,229,0,0,-139.079,-543.96,7.28465,1.5445,7200,2,0,8352,0,0,1), - (3531,10374,229,0,0,-109.584,-558.254,5.97215,5.01608,7200,2,0,8352,0,0,1), - (44379,1548,0,9020,0,2305.45,951.288,57.5243,4.74265,300,10,0,122,0,0,1), - (44380,11737,1,15385,0,-7819.41,1114.62,0.571805,4.18092,300,25,0,3758,0,0,1), - (44381,11737,1,15385,0,-7672.04,354.731,-2.01175,1.29985,300,25,0,3758,0,0,1), - (44382,11737,1,15385,0,-7742,325.96,-1.08201,2.99666,300,25,0,3758,0,0,1), - (44383,11737,1,15385,0,-7724.94,184.412,8.84368,4.37212,300,25,0,3758,0,0,1), - (44384,11737,1,15385,0,-7593.71,316.175,4.95316,0.367447,300,25,0,3758,0,0,1), - (44385,11737,1,15385,0,-7827.74,1108.53,2.28795,3.70143,300,25,0,3758,0,0,1), - (44386,11737,1,15385,0,-7504.84,812.217,-11.6033,1.2798,300,25,0,3758,0,0,1), - (44387,11737,1,15385,0,-7646.94,259.083,5.46879,6.20492,300,25,0,3758,0,0,1), - (44388,11737,1,15385,0,-7844.78,1054.2,4.72349,0.384131,300,25,0,3758,0,0,1), - (44389,1553,0,4734,0,2439.29,898.408,74.5187,2.33553,300,5,0,120,0,0,1), - (44391,7077,70,6025,0,81.1552,293.988,-52.1213,5.51524,7200,0,0,251,2975,0,0), - (44392,1553,0,4734,0,1853.48,583.181,42.7662,4.6557,300,10,0,120,0,0,1), - (44393,11737,1,15385,0,-7575.48,855.368,-7.2463,4.24219,300,25,0,3758,0,0,1), - (44394,11737,1,15385,0,-7588.81,974.835,1.76882,0.865004,300,25,0,3758,0,0,1), - (44396,11737,1,15385,0,-8103.05,972.616,59.7207,3.22261,300,25,0,3758,0,0,1), - (44397,11737,1,15385,0,-8100.04,971.902,58.8457,3.22352,300,25,0,3758,0,0,1), - (44398,11737,1,15385,0,-7518.29,313.991,-1.73274,4.85539,300,25,0,3758,0,0,1), - (44400,11738,1,8014,0,-6889.03,393.434,3.04807,4.39064,300,25,0,3529,0,0,1), - (44402,1547,0,9021,0,2231.06,1028.35,36.2459,5.73307,300,5,0,101,142,0,1), - (44403,11738,1,8014,0,-6378.87,1295.11,3.32076,2.87421,300,25,0,3529,0,0,1), - (44404,11738,1,8014,0,-6980.84,107.419,4.06714,2.25902,300,3,0,3529,0,0,1), - (44405,11738,1,8014,0,-6306.3,1190.83,12.5116,3.92423,300,10,0,3529,0,0,1), - (44406,11738,1,8014,0,-6489.3,686.219,3.23684,2.42477,300,25,0,3529,0,0,1), - (44409,11738,1,8014,0,-6426.6,1339.64,2.93715,2.17505,300,25,0,3529,0,0,1), - (44410,1553,0,4734,0,2479.22,867.721,84.8567,0.244682,300,0,0,120,0,0,0), - (44412,11738,1,8014,0,-6783.43,50.9827,3.7955,3.8976,300,25,0,3529,0,0,1), - (3530,10374,229,0,0,-115.997,-546.753,2.13922,5.82792,7200,2,0,8352,0,0,1), - (3529,10374,229,0,0,-143.059,-478.358,12.8284,0.798163,7200,2,0,8352,0,0,1), - (44417,1547,0,9021,0,2205.75,999.427,36.8751,5.21142,300,5,0,101,142,0,1), - (44418,1520,0,200,0,2720.96,879.571,113.488,2.47125,300,5,0,120,0,0,1), - (44419,1548,0,9020,0,2301.85,894.466,53.5478,4.90491,300,5,0,122,0,0,1), - (3528,10374,229,0,0,-138.318,-468.999,13.8768,0.20657,7200,2,0,8352,0,0,1), - (44423,1548,0,9020,0,2199.24,1009.85,37.2576,2.2671,300,5,0,122,0,0,1), - (44424,11738,1,8014,0,-6447.92,1382.86,4.52963,1.5708,300,25,0,3529,0,0,1), - (44425,1548,0,9020,0,2331.25,852.817,48.4703,0.470198,300,10,0,122,0,0,1), - (44426,1523,0,535,0,2802.35,880.452,111.925,4.27606,300,0,0,148,165,0,0), - (44427,1553,0,4734,0,2254.8,968.584,41.7256,2.31033,300,5,0,120,0,0,1), - (44428,1529,0,1198,0,2044.89,-336.63,35.5635,4.14321,300,5,0,183,240,0,1), - (44429,620,0,304,0,2293.08,310.279,35.611,3.29253,120,0,0,1,0,0,0), - (44430,1548,0,9020,0,1821.76,590.629,42.5656,3.15611,300,10,0,122,0,0,1), - (44431,1529,0,1198,0,1945.91,-317.989,34.8625,0.891588,300,5,0,183,240,0,1), - (44432,1532,0,3227,0,2056.21,-359.206,35.447,3.2501,300,5,0,198,0,0,1), - (44433,4075,0,1141,0,2027.08,-307.025,36.7316,1.09875,120,5,0,8,0,0,1), - (44434,1674,0,10852,0,2550.24,377.552,33.7382,6.2148,300,5,0,120,0,0,1), - (44435,1532,0,3228,0,1988.21,-381.867,35.5772,3.66628,300,10,0,198,0,0,1), - (44436,1941,0,10853,0,2574.9,425.176,30.487,4.35874,300,5,0,120,0,0,1), - (44437,1532,0,3227,0,1985.62,-320.691,36.8912,0.463216,300,5,0,198,0,0,1), - (44438,1529,0,1198,0,2036.95,-351.639,35.5721,3.98287,300,10,0,183,240,0,1), - (44439,1532,0,3227,0,2015.57,-356.234,35.5772,2.84128,300,10,0,198,0,0,1), - (44440,1553,0,4734,0,2110.45,1091.01,34.864,3.13322,300,5,0,120,0,0,1), - (44441,1529,0,1198,0,1980.63,-349.823,35.5772,5.51277,300,10,0,183,240,0,1), - (44442,1765,0,11421,0,1481.58,583.226,53.5268,4.04694,300,5,0,198,0,0,1), - (44443,1548,0,9020,0,1898.77,474.694,37.27,3.04377,300,5,0,122,0,0,1), - (44444,4075,0,1141,0,2596.04,504.565,21.8001,5.60182,120,10,0,8,0,0,1), - (44445,1548,0,9020,0,2723.41,-42.2911,30.1924,2.22449,300,5,0,122,0,0,1), - (44446,1675,0,847,0,2822.06,487.284,30.9346,2.33242,300,10,0,137,0,0,1), - (44447,1548,0,9020,0,2854.97,-248.525,51.7207,1.06521,300,10,0,122,0,0,1), - (44448,1548,0,9020,0,2853.05,-492.425,101.247,3.33018,300,10,0,122,0,0,1), - (44449,1548,0,9020,0,2775.37,-317.052,71.9948,3.57344,300,10,0,122,0,0,1), - (44450,4076,129,2177,0,2516.56,776.68,47.0266,5.03702,7200,5,0,8,0,0,1), - (44451,4076,129,2177,0,2444.88,842.201,41.4879,3.60553,7200,5,0,8,0,0,1), - (44452,7329,129,11383,0,2486.62,764,46.1847,1.61091,7200,0,0,3780,0,0,0), - (44453,1548,0,9020,0,2887.7,-153.281,35.3354,5.14719,300,10,0,122,0,0,1), - (44454,1675,0,847,0,2887.28,419.892,23.4468,0.998987,300,5,0,137,0,0,1), - (44455,11738,1,8014,0,-6454.29,1331.96,2.13205,2.73826,300,25,0,3529,0,0,1), - (44456,9216,229,0,0,-19.7833,-365.125,50.1377,5.49779,7200,0,0,13920,0,0,2), - (44459,1548,0,9020,0,1857.63,593.463,46.8154,4.71629,300,10,0,122,0,0,1), - (44460,1675,0,847,0,2858.26,416.594,20.8228,5.8294,300,0,0,137,0,0,0), - (44461,1675,0,847,0,2852.9,343.432,24.5927,1.58453,300,10,0,137,0,0,1), - (44462,1547,0,9021,0,2179.79,-15.0453,38.2403,2.71289,300,5,0,101,142,0,1), - (44463,1553,0,4734,0,2669.9,247.325,33.2147,5.73204,300,5,0,120,0,0,1), - (44466,1547,0,9021,0,2463.9,240.053,44.5706,3.73664,300,10,0,101,142,0,1), - (44467,7328,129,11384,0,2481.94,768.565,46.1014,4.26963,7200,0,0,3748,0,0,0), - (44469,11738,1,8014,0,-6483.81,1277.68,1.60065,4.55157,300,25,0,3529,0,0,1), - (44470,4075,0,1141,0,2257.38,396.451,39.6083,0.05474,120,5,0,8,0,0,1), - (44471,4075,0,1141,0,1793.44,-521.48,40.3178,0.785794,120,5,0,8,0,0,1), - (44472,721,0,328,0,2817.34,118.544,26.1918,4.00691,120,5,0,1,0,0,1), - (44473,4075,0,1141,0,2817.32,74.2523,27.3169,6.14212,120,5,0,8,0,0,1), - (44474,1674,0,10852,0,2651.25,430.792,24.2771,5.67838,300,10,0,120,0,0,1), - (44475,1675,0,847,0,2749.73,384.845,24.1979,4.26793,300,10,0,137,0,0,1), - (44476,1675,0,847,0,2720.04,349.111,28.2431,0.992596,300,10,0,137,0,0,1), - (44477,1504,0,513,0,2152.72,1794.58,111.83,4.76015,300,5,0,55,0,0,1), - (44478,1504,0,513,0,2145.54,1820.88,114.179,0.348416,300,5,0,55,0,0,1), - (44479,1504,0,513,0,2131.42,1811,106.238,1.02082,300,5,0,55,0,0,1), - (44480,1544,0,1005,0,2934.09,263.472,8.08521,6.26573,300,0,0,148,165,0,0), - (44481,1543,0,441,0,2951.85,251.139,7.99564,2.9119,300,5,0,137,0,0,1), - (44482,1543,0,441,0,2912.85,203.016,7.75457,4.61628,300,10,0,137,0,0,1), - (44483,1537,0,2483,0,1790.21,746.825,49.162,1.0821,300,0,0,156,0,0,0), - (44484,1505,0,30,0,2023.87,1847.88,102.957,5.65308,300,3,0,71,0,0,1), - (44485,1505,0,30,0,2017.35,1852.36,102.716,5.50816,300,3,0,71,0,0,1), - (44486,1536,0,2468,0,1764.18,767.065,56.7175,4.69923,300,5,0,137,0,0,1), - (44487,1544,0,1005,0,2988.07,244.116,1.0926,4.89775,300,5,0,148,165,0,1), - (44488,1536,0,2479,0,1796.67,749.434,49.1112,2.23402,300,0,0,137,0,0,0), - (44489,1553,0,4734,0,2587.07,1078.31,88.4918,1.91231,300,5,0,120,0,0,1), - (44490,1547,0,9021,0,2538.36,115.142,27.3084,2.7542,300,10,0,101,142,0,1), - (44491,1547,0,9021,0,2528.18,154.865,31.8311,6.27614,300,10,0,101,142,0,1), - (44492,1553,0,4734,0,2195.27,38.1541,36.1324,5.05607,300,5,0,120,0,0,1), - (44493,1547,0,9021,0,1916.13,-111.6,36.4091,1.47501,300,10,0,101,142,0,1), - (44494,1547,0,9021,0,2628.22,124.612,31.5387,0.311563,300,5,0,101,142,0,1), - (44495,1553,0,4734,0,2404.06,174.349,33.5899,4.0564,300,10,0,120,0,0,1), - (44496,1548,0,9020,0,2522.29,-247.761,36.8111,5.76186,300,5,0,122,0,0,1), - (44497,1548,0,9020,0,2268.32,-220.716,46.7279,0.192607,300,5,0,122,0,0,1), - (44498,1548,0,9020,0,2011.91,-608.493,62.5063,4.83793,300,5,0,122,0,0,1), - (44499,1509,0,604,0,2151.19,1334.45,57.6619,5.49917,300,5,0,55,0,0,1), - (44500,1509,0,604,0,2123.4,1367.94,63.8943,5.80867,300,10,0,55,0,0,1), - (44501,1513,0,9535,0,2072.39,1385.9,59.9138,4.20885,300,5,0,71,0,0,1), - (44502,1509,0,604,0,2045.57,1421.05,64.7015,3.89872,300,10,0,55,0,0,1), - (44503,1513,0,9535,0,2082.41,1423.86,61.7008,2.1382,300,5,0,71,0,0,1), - (44504,1509,0,604,0,2112.76,1421.79,61.8798,1.97195,300,10,0,55,0,0,1), - (44505,1513,0,9535,0,2128.17,1443.86,66.8825,1.17082,300,10,0,71,0,0,1), - (44506,620,0,304,0,2222.98,282.697,35.2775,5.41645,120,5,0,1,0,0,1), - (44507,1506,0,2403,0,1861.87,1379.92,75.753,5.0045,300,10,0,71,0,0,1), - (44508,1529,0,1198,0,2022.44,-515.686,42.6241,1.61769,300,5,0,183,240,0,1), - (44509,1506,0,2407,0,1873.37,1361.32,70.4063,1.29634,300,10,0,71,0,0,1), - (44510,1506,0,2403,0,1836.48,1365.1,74.2134,4.4619,300,5,0,71,0,0,1), - (44511,1532,0,3227,0,1991.21,-488.365,34.7926,5.14194,300,5,0,198,0,0,1), - (44512,4075,0,1141,0,1997.22,-427.446,35.5179,5.98478,120,10,0,8,0,0,1), - (44513,1529,0,1198,0,1993.22,-451.676,34.65,4.84612,300,5,0,183,240,0,1), - (44514,1506,0,2403,0,1810.6,1360.75,83.6972,3.52339,300,10,0,71,0,0,1), - (44515,1506,0,2403,0,1939.19,1366.7,68.0464,3.61504,300,5,0,71,0,0,1), - (44516,1532,0,3227,0,1998.01,-367.762,35.5772,2.96288,300,10,0,198,0,0,1), - (44517,1537,0,2472,0,2187.19,-657.243,89.5613,5.3548,300,0,0,156,0,0,0), - (44518,1502,0,10979,0,1956.25,1553.19,87.6134,5.95711,120,0,0,42,0,0,0), - (44519,1548,0,9020,0,1649.15,-353.607,45.2139,3.04023,300,10,0,122,0,0,1), - (44520,1554,0,8808,0,2060.81,-547.746,54.2997,1.43957,300,0,0,156,0,0,0), - (44521,1765,0,11421,0,1474.03,516.741,39.3069,0.785369,300,5,0,198,0,0,1), - (44522,1765,0,11421,0,1545.62,512.725,48.2212,4.83675,300,5,0,198,0,0,1), - (44523,1513,0,9535,0,1977.85,1501.1,85.6051,5.32992,300,5,0,71,0,0,1), - (44524,1890,0,11400,0,1898.19,1467.73,83.6047,5.35794,300,5,0,55,0,0,1), - (44525,4282,0,2513,0,2761.7,-752.207,136.135,0.757017,300,5,0,2112,2068,0,1), - (44526,1890,0,11400,0,1889.25,1488.25,88.0136,1.7437,300,5,0,55,0,0,1), - (44527,1513,0,9535,0,1868.23,1493.3,87.9405,2.52543,300,5,0,71,0,0,1), - (44528,1509,0,604,0,1873.88,1471.85,83.2394,4.16876,300,5,0,55,0,0,1), - (44529,1513,0,9535,0,1888.64,1441.52,74.6557,0.588003,300,5,0,71,0,0,1), - (44530,1509,0,604,0,1855.75,1424.46,80.4898,0.858159,300,10,0,55,0,0,1), - (44531,1513,0,9535,0,1843.14,1447.2,80.4335,6.05085,300,10,0,71,0,0,1), - (44532,1513,0,9535,0,1825.97,1456.64,85.6311,3.85075,300,10,0,71,0,0,1), - (44533,1508,0,447,0,1814.55,1485.2,90.6575,4.44157,120,10,0,42,0,0,1), - (44534,1512,0,4732,0,1782.28,1487.95,105.568,0.22365,120,10,0,42,0,0,1), - (44535,1512,0,4732,0,1826.59,1523.79,90.4232,3.8309,120,5,0,42,0,0,1), - (44536,1554,0,8808,0,2443.49,-611.384,70.3959,3.20608,300,10,0,156,0,0,1), - (44537,1890,0,11400,0,1877.55,1480.87,85.4797,0.325998,300,5,0,55,0,0,1), - (44538,1513,0,9535,0,1940.31,1433.42,67.7195,3.77771,300,10,0,71,0,0,1), - (44539,1935,0,3534,0,2316.83,1353.98,33.4583,1.36602,300,10,0,101,0,0,1), - (44540,1554,0,8808,0,2503.34,-274.26,47.9136,0.494669,300,5,0,156,0,0,1), - (44541,1509,0,604,0,1953.2,1471.71,79.2557,3.9418,300,10,0,55,0,0,1), - (44542,1553,0,4734,0,1915.09,-175.58,35.963,0.548966,300,10,0,120,0,0,1), - (44543,1509,0,604,0,1960.13,1419.92,67.1177,4.95589,300,5,0,55,0,0,1), - (44544,1509,0,604,0,1922.27,1384.12,68.8264,5.88265,300,10,0,55,0,0,1), - (44545,1548,0,9020,0,2057.54,-531.448,50.3675,0.244933,300,5,0,122,0,0,1), - (44546,1935,0,3534,0,2351.02,1436.95,33.3439,2.7621,300,10,0,101,0,0,1), - (44547,1935,0,3534,0,2346.78,1380.79,33.4437,3.85151,300,10,0,101,0,0,1), - (44548,1931,0,11428,0,2292.45,233.122,27.2733,1.71042,300,0,0,176,0,0,0), - (44549,1934,0,3532,0,2311.19,1468.48,33.4491,3.71581,300,10,0,135,0,0,1), - (44550,1554,0,8808,0,1658.46,-428.594,45.0793,4.45554,300,10,0,156,0,0,1), - (44551,1554,0,8808,0,2116.76,-295.797,52.6619,2.02396,300,5,0,156,0,0,1), - (44552,1547,0,9021,0,1877.48,-157.65,37.7468,4.22341,300,10,0,101,142,0,1), - (44553,1548,0,9020,0,1939.71,436.481,34.9743,1.45535,300,5,0,122,0,0,1), - (44554,1553,0,4734,0,2110.34,120.4,38.328,0.601608,300,5,0,120,0,0,1), - (44555,620,0,304,0,2326.63,1351.72,33.4583,5.00745,120,5,0,1,0,0,1), - (44556,1553,0,4734,0,1944.06,-51.0565,26.2771,1.69999,300,5,0,120,0,0,1), - (44557,12428,0,12475,0,2436.81,359.072,33.352,0.122173,300,0,0,228,0,0,0), - (44558,1553,0,4734,0,2110.72,980.951,36.4171,4.79455,300,5,0,120,0,0,1), - (44559,1548,0,9020,0,1722.14,720.163,53.89,4.62512,300,5,0,122,0,0,1), - (44560,1504,0,513,0,2042.12,1781,97.8739,4.16728,300,5,0,55,0,0,1), - (44561,1674,0,10852,0,2505.43,348.753,33.778,0.710108,300,5,0,120,0,0,1), - (44562,1553,0,4734,0,2090.11,928.302,37.6835,1.25886,300,5,0,120,0,0,1), - (44563,1554,0,8808,0,2072.64,1127.6,36.1753,1.34832,300,5,0,156,0,0,1), - (44564,1548,0,9020,0,1658.35,683.251,76.2178,1.68232,300,5,0,122,0,0,1), - (44565,1548,0,9020,0,1846.36,521.123,35.5051,1.6507,300,10,0,122,0,0,1), - (44566,1548,0,9020,0,2083.04,1033.25,34.0872,2.93616,300,10,0,122,0,0,1), - (44567,1525,0,1200,0,2388.28,538.51,39.0321,2.26893,300,0,0,102,0,0,0), - (44568,1525,0,1200,0,2442.07,614.041,30.8747,3.59538,300,0,0,102,0,0,0), - (44569,1936,0,3535,0,2264.66,1314.69,34.0705,0.226893,300,0,0,156,0,0,0), - (44570,1941,0,10853,0,2560.54,553.2,14.5145,3.13167,300,0,0,120,0,0,0), - (44571,1548,0,9020,0,1685.31,551.94,33.8957,4.73607,300,10,0,122,0,0,1), - (44572,1548,0,9020,0,1874.76,637.734,40.0103,6.00341,300,5,0,122,0,0,1), - (44573,1537,0,2483,0,1742.31,685.26,46.9681,6.18161,300,5,0,156,0,0,1), - (44574,1537,0,2483,0,1750.54,577.734,34.1766,4.96333,300,5,0,156,0,0,1), - (44575,1548,0,9020,0,1653.91,645.626,64.0748,0.965158,300,5,0,122,0,0,1), - (44576,1547,0,9021,0,2393.22,190.59,35.3175,5.58562,300,10,0,101,142,0,1), - (44577,1536,0,2468,0,1785.77,621.786,41.2207,5.30692,300,10,0,137,0,0,1), - (44578,1537,0,2472,0,1824.64,601.603,41.8646,1.82762,300,10,0,156,0,0,1), - (44579,1536,0,2479,0,1806.51,648.498,38.3679,0.713298,300,10,0,137,0,0,1), - (44580,1537,0,2472,0,1808.29,653.912,38.8679,4.62242,300,10,0,156,0,0,1), - (44581,1662,0,1738,0,1795.12,722.655,48.9865,1.57718,300,0,0,176,0,0,0), - (44582,1537,0,2472,0,1801.12,720.519,48.9854,3.17016,300,0,0,156,0,0,0), - (44583,1536,0,2468,0,1737.49,726.49,48.5953,3.07021,300,10,0,137,0,0,1), - (44584,1548,0,9020,0,2081.91,398.728,52.8649,0.528356,300,5,0,122,0,0,1), - (44585,1554,0,8808,0,1977.1,711.174,37.8315,0.998736,300,10,0,156,0,0,1), - (44586,1553,0,4734,0,2214.81,-86.7683,27.553,0.278753,300,5,0,120,0,0,1), - (44587,1554,0,8808,0,1920.07,643.74,44.4402,0.139135,300,5,0,156,0,0,1), - (44588,1548,0,9020,0,2821.61,169.303,21.8793,4.41009,300,5,0,122,0,0,1), - (44589,1547,0,9021,0,2441.92,162.789,32.2517,3.37614,300,5,0,101,142,0,1), - (44590,1553,0,4734,0,2401.47,1101.47,52.0606,2.06546,300,5,0,120,0,0,1), - (44591,1941,0,10853,0,2525.38,491.596,34.1417,0.911752,300,0,0,120,0,0,0), - (44592,1674,0,10852,0,2511.96,389.683,34.1707,1.37608,300,5,0,120,0,0,1), - (44593,1553,0,4734,0,2099.69,827.802,30.4089,0.21655,300,0,0,120,0,0,0), - (44594,1941,0,10853,0,2544.66,400.84,33.1233,4.0312,300,5,0,120,0,0,1), - (44595,1554,0,8808,0,1928.45,687.012,40.3612,3.12695,300,5,0,156,0,0,1), - (44596,1548,0,9020,0,2029.05,708.48,41.2072,2.95448,300,10,0,122,0,0,1), - (44597,1674,0,10852,0,2685.98,460.299,18.9912,0.629687,300,10,0,120,0,0,1), - (44598,4075,0,1141,0,1945.67,1584.99,81.8555,1.40357,120,5,0,8,0,0,1), - (44599,4075,0,1141,0,2765.03,70.7647,29.4801,1.98554,120,5,0,8,0,0,1), - (44600,4075,0,1141,0,2674.56,-902.621,73.8753,5.50331,120,10,0,8,0,0,1), - (44601,1537,0,2483,0,1887.97,753.349,39.6658,5.67622,300,5,0,156,0,0,1), - (44602,1941,0,10853,0,2587.42,625.511,20.8314,4.9071,300,3,0,120,0,0,1), - (44603,1547,0,9021,0,2613.37,1107.23,93.3081,0.996877,300,5,0,101,142,0,1), - (44604,1553,0,4734,0,1905.43,621.052,50.0717,4.9389,300,10,0,120,0,0,1), - (44605,1526,0,1201,0,2206.13,561.797,29.877,4.99789,300,5,0,120,220,0,1), - (44606,1553,0,4734,0,2198.26,961.743,34.9045,5.60646,300,5,0,120,0,0,1), - (44607,1553,0,4734,0,2139.4,961.102,30.2701,3.32772,300,5,0,120,0,0,1), - (44608,1674,0,10852,0,2771.15,470.771,23.1846,4.78056,300,10,0,120,0,0,1), - (44609,1674,0,10852,0,2716.82,417.426,21.8937,2.7844,300,10,0,120,0,0,1), - (44610,1674,0,10852,0,2748.52,441.91,20.8982,1.90579,300,10,0,120,0,0,1), - (44611,1657,0,11399,0,2609.08,894.035,107.834,0.633537,300,0,0,176,0,0,0), - (44612,1547,0,9021,0,2139.97,1217.64,48.6557,4.87417,300,5,0,101,142,0,1), - (44613,1675,0,847,0,2822.45,351.395,24.0855,5.89025,300,10,0,137,0,0,1), - (44614,1674,0,10852,0,2812.64,321.992,25.5702,1.62607,300,10,0,120,0,0,1), - (44615,1675,0,847,0,2813.39,401.439,20.1807,0.869056,300,10,0,137,0,0,1), - (44616,1674,0,10852,0,2782.76,346.148,26.265,3.38323,300,10,0,120,0,0,1), - (44617,1522,0,11398,0,2612.04,891.02,108.83,2.57336,300,10,0,126,289,0,1), - (44618,1520,0,200,0,2619.51,961.959,109.587,1.50699,300,10,0,120,0,0,1), - (44619,1941,0,10853,0,2566.37,539.25,15.7236,5.07891,300,0,0,120,0,0,0), - (44620,1941,0,10853,0,2555.51,538.088,15.3385,2.23402,300,0,0,120,0,0,0), - (44621,1520,0,200,0,2660.42,952.083,114.075,0.352163,300,5,0,120,0,0,1), - (44622,1522,0,11398,0,2636.82,920.125,109.705,3.63509,300,10,0,126,289,0,1), - (44623,1520,0,200,0,2668.64,952.139,114.213,6.01835,300,5,0,120,0,0,1), - (44624,1522,0,11398,0,2616.74,981.006,107.628,5.55095,300,5,0,126,289,0,1), - (44625,1941,0,10853,0,2547.95,524.373,15.4836,3.06674,300,0,0,120,0,0,0), - (44626,1654,0,646,0,2954.67,921.348,114.453,0.277897,300,0,0,198,0,0,0), - (44627,1522,0,11398,0,2706.5,993.236,110.94,1.84367,300,10,0,126,289,0,1), - (44628,1520,0,200,0,2682.71,981.226,114.691,6.02197,300,5,0,120,0,0,1), - (44629,1522,0,11398,0,2704.83,1026.03,110.718,3.21753,300,5,0,126,289,0,1), - (44630,1523,0,535,0,2794.61,997.672,113.346,1.36393,300,10,0,148,165,0,1), - (44631,1523,0,535,0,2816.5,1014.4,115.709,0.797595,300,10,0,148,165,0,1), - (44632,1522,0,11398,0,2860.98,988.148,118.154,0.612915,300,5,0,126,289,0,1), - (44633,1522,0,11398,0,2883.14,946.142,119.348,4.43252,300,5,0,126,289,0,1), - (44634,1522,0,11398,0,2786.73,987.587,112.346,0.519976,300,10,0,126,289,0,1), - (44635,1523,0,535,0,2929.03,911.332,116.386,6.08905,300,5,0,148,165,0,1), - (44636,1548,0,9020,0,2011.45,414.993,38.2466,0.029288,300,10,0,122,0,0,1), - (44637,1547,0,9021,0,2229.25,534.198,41.6742,4.644,300,5,0,101,142,0,1), - (44638,1543,0,441,0,3052.36,426.242,7.28626,4.06662,300,0,0,137,0,0,0), - (44639,1543,0,441,0,3028.4,386.323,1.10682,3.40339,300,0,0,137,0,0,0), - (44640,1543,0,441,0,3039.24,407.424,0.567485,2.80968,300,5,0,137,0,0,1), - (44641,1501,0,10973,0,1912.97,1516.68,87.0453,0.608325,120,5,0,42,0,0,1), - (44642,1544,0,1005,0,3045.31,417.43,0.656645,5.65487,300,0,0,148,165,0,0), - (44643,1544,0,1005,0,3006.45,392.162,6.95733,1.16655,300,5,0,148,165,0,1), - (44644,1553,0,4734,0,1978.08,589.801,49.1093,6.08253,300,5,0,120,0,0,1), - (44645,1554,0,8808,0,2220.51,-137.756,25.0541,0.435793,300,5,0,156,0,0,1), - (44646,1543,0,441,0,3021.07,371.17,1.64792,2.30383,300,0,0,137,0,0,0), - (44647,1553,0,4734,0,1952.57,548.301,51.0032,4.96728,300,10,0,120,0,0,1), - (44648,1548,0,9020,0,2258.89,-409.302,76.9831,3.05748,300,5,0,122,0,0,1), - (44649,1537,0,2472,0,2175.42,-563.354,78.7361,1.12538,300,5,0,156,0,0,1), - (44650,1548,0,9020,0,2033.77,-86.1085,34.9677,0.606965,300,10,0,122,0,0,1), - (44651,1548,0,9020,0,2481.09,1141.28,63.3353,1.61203,300,5,0,122,0,0,1), - (44652,1548,0,9020,0,1958.33,441.666,34.5993,2.07104,300,10,0,122,0,0,1), - (44654,1543,0,441,0,2990.07,387.358,7.91952,4.68613,300,5,0,137,0,0,1), - (44655,1553,0,4734,0,1924.66,661.319,40.7566,3.86694,300,0,0,120,0,0,0), - (44657,1544,0,1005,0,3021.8,373.901,1.666,3.45575,300,0,0,148,165,0,0), - (44658,1544,0,1005,0,3015.75,315.477,-1.26234,4.20651,300,5,0,148,165,0,1), - (44659,1547,0,9021,0,2582.09,157.675,32.6812,3.83778,300,5,0,101,142,0,1), - (44660,1547,0,9021,0,2198.69,-65.8595,32.8837,0.80373,300,5,0,101,142,0,1), - (44661,1675,0,847,0,2859.19,281.739,28.7644,1.4445,300,10,0,137,0,0,1), - (44662,1675,0,847,0,2712.27,279.399,28.1998,1.83629,300,10,0,137,0,0,1), - (44663,1675,0,847,0,2667.94,300.786,28.223,5.65155,300,10,0,137,0,0,1), - (44664,4075,0,1141,0,1972.61,1701.55,80.5943,3.55007,120,0,0,8,0,0,0), - (44665,1675,0,847,0,2681.66,314.028,31.3697,0.035123,300,3,0,137,0,0,1), - (44666,1675,0,847,0,2822.92,286.522,28.1714,2.30554,300,5,0,137,0,0,1), - (44667,1674,0,10852,0,2573.43,381.306,32.486,5.62034,300,5,0,120,0,0,1), - (44668,1674,0,10852,0,2654.45,357.149,28.8096,0.67579,300,10,0,120,0,0,1), - (44669,1508,0,447,0,1909.98,1670.88,82.4885,0.008789,120,5,0,42,0,0,1), - (44670,1918,0,569,0,1972.42,1371.21,64.3015,2.6682,300,0,0,64,0,0,0), - (44671,1674,0,10852,0,2676.81,377.288,28.0318,5.28197,300,10,0,120,0,0,1), - (44672,1674,0,10852,0,2614.68,389.739,36.7814,3.72345,300,5,0,120,0,0,1), - (44673,1941,0,10853,0,2590.94,549.06,17.1286,0.632215,300,3,0,120,0,0,1), - (44674,1554,0,8808,0,2447.39,-375.721,69.1685,1.46316,300,5,0,156,0,0,1), - (44675,1549,0,3916,0,2505.93,-757.507,69.1937,1.45129,300,5,0,176,0,0,1), - (44676,1941,0,10853,0,2622.93,451.535,26.6044,1.27267,300,10,0,120,0,0,1), - (44677,1941,0,10853,0,2616.3,513.188,19.5454,1.81797,300,10,0,120,0,0,1), - (44678,1512,0,4732,0,1863.35,1669.13,93.6798,4.36509,120,10,0,42,0,0,1), - (44679,1941,0,10853,0,2575.37,528.241,15.5423,1.90241,300,0,0,120,0,0,0), - (44680,1501,0,10973,0,1904.37,1645.94,90.5127,2.69251,120,5,0,42,0,0,1), - (44681,1554,0,8808,0,2540.37,-768.07,71.2226,4.53529,300,10,0,156,0,0,1), - (44682,1675,0,847,0,2855.61,427.809,20.0945,1.46608,300,0,0,137,0,0,0), - (44683,1941,0,10853,0,2656.85,518.697,15.5769,1.13075,300,10,0,120,0,0,1), - (44684,1502,0,10979,0,1987.96,1614.69,82.1956,4.82802,120,3,0,42,0,0,1), - (44685,1941,0,10853,0,2640.22,474.843,17.0662,4.72112,300,10,0,120,0,0,1), - (44686,1501,0,10973,0,1872.06,1503.12,87.9231,2.66062,120,5,0,42,0,0,1), - (44687,4075,0,1141,0,2483.63,-894.873,60.5115,2.73786,120,5,0,8,0,0,1), - (44688,1502,0,10979,0,1852.51,1507.48,88.8269,1.75722,120,5,0,42,0,0,1), - (44689,1504,0,513,0,2146.59,1717.63,89.1338,5.35081,300,10,0,55,0,0,1), - (44690,1504,0,513,0,2162.69,1707.07,93.3838,5.43568,300,3,0,55,0,0,1), - (44691,1549,0,3916,0,2450.52,-745.689,67.4664,3.30449,300,10,0,176,0,0,1), - (44692,1504,0,513,0,2154.07,1687.37,86.1918,1.59658,300,3,0,55,0,0,1), - (44693,1522,0,11398,0,2617.39,1018.56,101.671,1.23861,300,5,0,126,289,0,1), - (44694,4075,0,1141,0,1882.33,1527.86,88.1731,5.94189,120,5,0,8,0,0,1), - (44695,1501,0,10973,0,1977.14,1647.29,75.3515,-1.24838,120,0,0,42,0,0,0), - (44696,1890,0,11400,0,2052.56,1577.75,73.5502,0.24773,300,5,0,55,0,0,1), - (44697,1502,0,10979,0,2013.66,1581.97,77.1212,1.63115,120,5,0,42,0,0,1), - (44698,1502,0,10979,0,2008.93,1567.19,79.1212,3.27444,120,5,0,42,0,0,1), - (44699,1505,0,30,0,2048.13,1912.95,102.649,3.79019,300,5,0,71,0,0,1), - (44700,1505,0,30,0,2039.22,1912.87,102.587,5.07578,300,3,0,71,0,0,1), - (44701,1505,0,30,0,2008.12,1940.49,104.097,5.63867,300,3,0,71,0,0,1), - (44702,1513,0,9535,0,2043.27,1477.44,67.522,0.802797,300,5,0,71,0,0,1), - (44703,1509,0,604,0,2064.27,1471.29,67.2453,3.27782,300,10,0,55,0,0,1), - (44704,4075,0,1141,0,1995.55,1586.11,80.9817,2.10261,120,5,0,8,0,0,1), - (44705,1512,0,4732,0,2083.27,1495.55,65.6588,0.075686,120,5,0,42,0,0,1), - (44706,1508,0,447,0,2093.58,1457.08,62.7387,2.25568,120,10,0,42,0,0,1), - (44707,1504,0,513,0,2054.82,1808.77,103.198,1.65094,300,5,0,55,0,0,1), - (44708,1509,0,604,0,2107.9,1448.62,62.5113,5.08433,300,10,0,55,0,0,1), - (44709,1504,0,513,0,2064.3,1789.2,91.4989,5.12211,300,5,0,55,0,0,1), - (44710,1509,0,604,0,2125.38,1475.69,66.6393,5.21998,300,5,0,55,0,0,1), - (44711,1508,0,447,0,2121.84,1487.26,68.8893,2.98184,120,5,0,42,0,0,1), - (44712,1512,0,4732,0,2112.1,1507.17,68.1521,4.413,120,5,0,42,0,0,1), - (44713,1513,0,9535,0,2110.26,1494.62,68.0143,6.06376,300,5,0,71,0,0,1), - (44714,1512,0,4732,0,2144.38,1565.63,78.172,5.06625,120,5,0,42,0,0,1), - (44715,1919,0,10977,0,1982.9,1376.01,63.0515,5.61537,300,0,0,102,0,0,0), - (44716,1512,0,4732,0,2088.06,1552.17,72.9855,3.90605,120,10,0,42,0,0,1), - (44717,1508,0,447,0,2104.47,1587.31,75.5794,5.99224,120,10,0,42,0,0,1), - (44718,1508,0,447,0,2077.32,1612.44,71.0952,0.553885,120,5,0,42,0,0,1), - (44719,1512,0,4732,0,2091.39,1627.63,72.5215,3.77039,120,5,0,42,0,0,1), - (44720,4075,0,1141,0,1684.71,1677.58,137.098,5.94206,120,10,0,8,0,0,1), - (44721,1890,0,11400,0,1939.61,1542.91,90.165,3.40744,300,0,0,55,0,0,0), - (44722,1512,0,4732,0,2038.18,1636.35,70.768,4.91933,120,5,0,42,0,0,1), - (44723,4075,0,1141,0,1739.54,1643.06,119.607,3.20316,120,5,0,8,0,0,1), - (44724,1508,0,447,0,1965.3,1636.79,78.0914,0.786779,120,10,0,42,0,0,1), - (44725,1890,0,11400,0,1954.62,1517.1,88.0872,0.896311,300,0,0,55,0,0,0), - (44726,4075,0,1141,0,1761.01,1596.9,110.942,0.274813,120,10,0,8,0,0,1), - (44727,1890,0,11400,0,1943.36,1484.81,81.5057,4.65508,300,10,0,55,0,0,1), - (44728,1508,0,447,0,1973.37,1701.88,80.4712,3.54931,120,5,0,42,0,0,1), - (44729,1512,0,4732,0,1963.8,1696.27,79.4307,4.90902,120,5,0,42,0,0,1), - (44730,1512,0,4732,0,1921.42,1686.98,80.0345,3.56188,120,5,0,42,0,0,1), - (44731,1512,0,4732,0,1907.38,1691.07,85.1595,5.04437,120,5,0,42,0,0,1), - (44732,1512,0,4732,0,1984.6,1673.92,77.7889,5.38853,120,5,0,42,0,0,1), - (44733,1512,0,4732,0,1998.52,1702.09,79.2207,5.47174,120,5,0,42,0,0,1), - (44734,1525,0,1200,0,2290.26,531.412,36.6697,0.523599,300,0,0,102,0,0,0), - (44735,1890,0,11400,0,1980.03,1590.94,82.489,3.36789,300,0,0,55,0,0,0), - (44736,1525,0,1200,0,2342.35,564.935,28.19,2.3911,300,0,0,102,0,0,0), - (44737,1526,0,1201,0,2367.52,524.861,31.5716,5.56482,300,5,0,120,220,0,1), - (44738,6497,0,5237,0,1608.22,564.291,36.0963,6.02447,300,5,0,273,0,0,2), - (44739,1665,0,1739,0,3079.98,-560.104,126.807,2.70526,300,0,0,247,0,0,0), - (44740,1660,0,3145,0,3080.8,-556.315,126.807,3.80482,300,0,0,156,0,0,0), - (44741,1660,0,3144,0,3076.84,-557.445,126.803,5.48033,300,0,0,156,0,0,0), - (44742,1537,0,2483,0,2176.89,-452.169,75.7226,3.41451,300,3,0,156,0,0,1), - (44743,1526,0,1201,0,2245.43,641.433,24.8747,5.43462,300,5,0,120,220,0,1), - (44744,1553,0,4734,0,2445.78,1085.87,58.6103,4.86087,300,5,0,120,0,0,1), - (44745,1526,0,1201,0,2284.97,584.211,33.7497,3.72898,300,10,0,120,220,0,1), - (44746,1525,0,1200,0,2329.34,574.766,26.3381,5.40517,300,10,0,102,0,0,1), - (44747,1538,0,2466,0,2184.19,-450.619,75.4925,2.49582,300,0,0,166,178,0,0), - (44748,1526,0,1201,0,2370.98,679.181,35.2148,5.54725,300,5,0,120,220,0,1), - (44749,1540,0,2470,0,2848.74,-511.46,106.835,5.12463,300,10,0,198,0,0,1), - (44750,1537,0,2472,0,2187.72,-428.981,76.3403,1.24629,300,3,0,156,0,0,1), - (44751,1525,0,1200,0,2441.02,676.87,33.3577,1.97222,300,0,0,102,0,0,0), - (44752,1525,0,1200,0,2324.44,622.718,33.8684,3.24631,300,10,0,102,0,0,1), - (44753,1525,0,1200,0,2408.2,687.692,33.2312,2.84489,300,0,0,102,0,0,0), - (44754,1526,0,1201,0,2317.22,655.728,31.9779,2.03095,300,10,0,120,220,0,1), - (44755,1537,0,2483,0,2174.43,-412.127,71.5903,3.23935,300,10,0,156,0,0,1), - (44756,1525,0,1200,0,2319.54,679.173,37.4399,3.35103,300,10,0,102,0,0,1), - (44757,1537,0,2483,0,2144.59,-440.731,73.7041,1.42556,300,0,0,156,0,0,0), - (44758,1540,0,2481,0,3052.12,-565.528,126.397,2.72271,300,0,0,198,0,0,0), - (44759,1526,0,1201,0,2469.52,683.397,42.0381,4.69015,300,5,0,120,220,0,1), - (44760,1537,0,2472,0,2127.3,-454.208,75.1479,2.42601,300,3,0,156,0,0,1), - (44761,1526,0,1201,0,2454.05,650.523,33.097,2.78248,300,5,0,120,220,0,1), - (44762,1539,0,2469,0,3066.25,-538.546,126.624,3.39442,300,0,0,186,191,0,0), - (44763,1538,0,2466,0,3054.79,-558.513,125.749,4.58007,300,0,0,166,178,0,0), - (44764,1538,0,2466,0,2142.8,-505.647,81.7233,1.98477,300,5,0,166,178,0,1), - (44765,1538,0,2477,0,2113.39,-405.729,71.3364,3.102,300,5,0,166,178,0,1), - (44766,1664,0,1737,0,2146.47,-528.42,81.7803,5.25344,300,0,0,222,0,0,0), - (44767,1538,0,2477,0,2143.57,-529.984,81.7805,5.60251,300,0,0,166,178,0,0), - (44768,1525,0,1200,0,2410.67,612.571,30.9438,3.92699,300,0,0,102,0,0,0), - (44769,1526,0,1201,0,2414.02,650.323,32.7641,2.55596,300,5,0,120,220,0,1), - (44770,1538,0,2466,0,2169.06,-520.564,81.5963,4.86947,300,0,0,166,178,0,0), - (44771,1539,0,2480,0,2858.72,-512.137,107.163,3.52556,300,0,0,186,191,0,0), - (44772,1538,0,2466,0,2896.56,-537.532,106.566,3.24631,300,0,0,166,178,0,0), - (44773,1538,0,2477,0,2165.17,-556.663,79.3422,5.44543,300,0,0,166,178,0,0), - (44774,1526,0,1201,0,2375.76,585.386,32.6571,2.20658,300,5,0,120,220,0,1), - (44775,1526,0,1201,0,2373.78,613.487,31.9903,1.86604,300,5,0,120,220,0,1), - (44776,1525,0,1200,0,2351.05,649.239,33.7291,5.74213,300,0,0,102,0,0,0), - (44777,1538,0,2466,0,2143.29,-554.631,81.5568,5.79449,300,0,0,166,178,0,0), - (44778,1526,0,1201,0,2388.23,653.21,31.005,5.7609,300,5,0,120,220,0,1), - (44779,1502,0,10979,0,1945.58,1591.01,82.4922,5.30879,120,5,0,42,0,0,1), - (44780,1538,0,2477,0,2149.27,-513.366,81.8476,2.1293,300,0,0,166,178,0,0), - (44781,1941,0,10853,0,2514.16,602.187,28.324,4.59512,300,5,0,120,0,0,1), - (44782,1941,0,10853,0,2601.44,529.022,16.9239,0.409505,300,3,0,120,0,0,1), - (44783,1537,0,2472,0,2149.49,-508.654,81.7641,2.53073,300,0,0,156,0,0,0), - (44784,1941,0,10853,0,2598.09,485.616,23.6649,0.375557,300,10,0,120,0,0,1), - (44785,1941,0,10853,0,2548.98,579.057,20.8189,3.67349,300,5,0,120,0,0,1), - (44786,1753,0,848,0,2910.7,382.547,31.4823,3.31613,300,0,0,198,0,0,0), - (44787,4280,0,2475,0,2881.74,-676.742,137.259,3.59844,300,5,0,2319,811,0,1), - (44788,1501,0,10973,0,1940.97,1562.82,86.8106,-1.29707,120,0,0,42,0,0,0), - (44789,1554,0,8808,0,2370.62,-548.914,79.4124,2.72079,300,0,0,156,0,0,0), - (44790,1554,0,8808,0,2553.91,-712.668,64.9528,3.36256,300,10,0,156,0,0,1), - (44791,1502,0,10979,0,1930.99,1498.88,86.3843,5.12447,120,5,0,42,0,0,1), - (44792,1549,0,3916,0,2588.68,-757.805,72.8464,3.13573,300,10,0,176,0,0,1), - (44793,1554,0,8808,0,2549.14,-695.336,67.3417,3.36619,300,10,0,156,0,0,1), - (44794,1675,0,847,0,2903.08,379.265,30.3527,2.77507,300,0,0,137,0,0,0), - (44795,1675,0,847,0,2875.27,344.206,26.4604,4.21393,300,5,0,137,0,0,1), - (44796,1675,0,847,0,2893.32,388.279,27.2642,5.60251,300,0,0,137,0,0,0), - (44797,1549,0,3916,0,2510.85,-813.33,65.0498,2.94094,300,5,0,176,0,0,1), - (44798,1537,0,2483,0,2549.74,-822.971,64.3074,4.77404,300,5,0,156,0,0,1), - (44799,1544,0,1005,0,2961.62,347.765,8.25802,0.471239,300,0,0,148,165,0,0), - (44800,1554,0,8808,0,2485.09,-779.33,63.9923,0.954623,300,5,0,156,0,0,1), - (44801,1501,0,10973,0,1922.85,1593.8,84.4355,2.93639,120,10,0,42,0,0,1), - (44802,1549,0,3916,0,2452.01,-810.543,64.7745,1.01095,300,5,0,176,0,0,1), - (44803,1512,0,4732,0,1718.94,1680.23,132.086,1.4374,120,10,0,42,0,0,1), - (44804,1543,0,441,0,2983.1,287.302,2.29035,1.67076,300,5,0,137,0,0,1), - (44805,1512,0,4732,0,1753.65,1709.56,126.965,4.75733,120,10,0,42,0,0,1), - (44806,1508,0,447,0,1782.39,1725.9,118.701,1.24428,120,5,0,42,0,0,1), - (44807,1543,0,441,0,2968.38,335.047,8.08459,0.401426,300,0,0,137,0,0,0), - (44808,1502,0,10979,0,1923.08,1547.92,87.3368,1.8731,120,5,0,42,0,0,1), - (44809,1544,0,1005,0,2967.57,333.307,7.97689,5.68977,300,0,0,148,165,0,0), - (44810,1512,0,4732,0,1794.08,1721.54,113.701,2.23537,120,10,0,42,0,0,1), - (44811,4075,0,1141,0,2615.9,234.802,35.0632,2.8464,120,5,0,8,0,0,1), - (44812,1553,0,4734,0,2141.51,272.239,48.8777,3.06924,300,5,0,120,0,0,1), - (44813,1512,0,4732,0,1827.94,1716.68,102.677,5.09471,120,10,0,42,0,0,1), - (44814,1549,0,3916,0,2480.09,-851.642,56.9514,4.21818,300,5,0,176,0,0,1), - (44815,1508,0,447,0,1812.15,1703.88,105.545,3.63478,120,10,0,42,0,0,1), - (44816,1508,0,447,0,1859.24,1704.64,93.9552,2.30812,120,5,0,42,0,0,1), - (44817,1555,0,368,0,2381.23,-815.678,73.1249,3.41238,300,10,0,176,0,0,1), - (44818,1501,0,10973,0,1914.18,1533.72,86.9618,6.27027,120,5,0,42,0,0,1), - (44819,1555,0,368,0,2416.64,-786.896,69.1077,4.69872,300,10,0,176,0,0,1), - (44820,1555,0,368,0,2352.56,-915.006,70.6382,5.49164,300,10,0,176,0,0,1), - (44821,1512,0,4732,0,1842.48,1680.36,97.5541,4.1205,120,10,0,42,0,0,1), - (44822,1544,0,1005,0,2983.52,349.6,7.94133,1.46289,300,5,0,148,165,0,1), - (44823,1501,0,10973,0,1901.45,1524.82,87.7641,0.146859,120,10,0,42,0,0,1), - (44824,1547,0,9021,0,2096.28,-57.3671,38.85,3.24714,300,0,0,101,142,0,0), - (44825,1508,0,447,0,1888.92,1729.84,94.5244,4.74942,120,5,0,42,0,0,1), - (44826,1553,0,4734,0,2207.26,-38.7598,32.2208,4.44228,300,5,0,120,0,0,1), - (44827,1501,0,10973,0,1893.58,1540.56,88.2019,1.38298,120,5,0,42,0,0,1), - (44828,1555,0,368,0,2353.68,-848.584,71.915,0.18287,300,10,0,176,0,0,1), - (44829,1508,0,447,0,1942.02,1673.68,77.8776,1.86114,120,5,0,42,0,0,1), - (44830,1501,0,10973,0,1888.04,1520.42,88.1731,1.82163,120,10,0,42,0,0,2), - (44831,1502,0,10979,0,1930.21,1662.69,79.1377,3.80412,120,5,0,42,0,0,1), - (44832,1909,0,757,0,1170.7,320.083,33.5773,2.3112,300,5,0,377,408,0,1), - (44833,1502,0,10979,0,1881.17,1526.82,88.1731,4.49383,120,5,0,42,0,0,1), - (44834,1544,0,1005,0,3006.8,283.051,1.03949,3.50811,300,0,0,148,165,0,0), - (44835,1508,0,447,0,2006.38,1643.12,73.2069,4.64239,120,10,0,42,0,0,1), - (44836,1555,0,368,0,2380.15,-885.107,68.7078,3.53225,300,10,0,176,0,0,1), - (44837,1547,0,9021,0,2710.98,90.4149,34.7407,5.67406,300,5,0,101,142,0,1), - (44838,1555,0,368,0,2315.15,-885.782,75.1833,3.98233,300,5,0,176,0,0,1), - (44839,1502,0,10979,0,1898.78,1504.84,89.1851,1.96264,120,0,0,42,0,0,0), - (44840,1890,0,11400,0,2005.93,1631.66,73.0787,3.75139,300,5,0,55,0,0,1), - (44841,1547,0,9021,0,2123.99,29.5543,39.8536,2.39134,300,0,0,101,142,0,0), - (44842,1890,0,11400,0,2020.85,1610.26,71.7037,0.621895,300,5,0,55,0,0,1), - (44843,2211,0,11424,0,2288.94,234.303,27.1723,0.663225,300,0,0,372,0,0,0), - (44844,1508,0,447,0,2041.26,1591.73,71.0407,4.28768,120,5,0,42,0,0,1), - (44845,1502,0,10979,0,1864.55,1528.08,88.5208,1.35432,120,2,0,42,0,0,1), - (44846,1890,0,11400,0,2027.26,1585.13,73.9962,0.552396,300,5,0,55,0,0,1), - (44847,1502,0,10979,0,1858.38,1527.96,88.5499,0.646406,120,2,0,42,0,0,1), - (44848,1512,0,4732,0,1750.19,1646.8,118.698,6.19436,120,10,0,42,0,0,1), - (44849,1890,0,11400,0,1998.59,1588.13,79.8567,6.15124,300,3,0,55,0,0,1), - (44850,1502,0,10979,0,1934.1,1518.73,88.0872,3.57589,120,5,0,42,0,0,1), - (44851,1890,0,11400,0,2015.96,1553.96,79.0252,3.49227,300,10,0,55,0,0,1), - (44852,1547,0,9021,0,2161.89,45.0957,39.0002,4.68213,300,5,0,101,142,0,1), - (44853,1544,0,1005,0,2982.52,318.865,5.94336,1.3481,300,5,0,148,165,0,1), - (44854,1890,0,11400,0,2040.73,1539.46,78.1985,3.52835,300,10,0,55,0,0,1), - (44855,1555,0,368,0,2318.99,-949,74.5468,5.65669,300,5,0,176,0,0,1), - (44856,1890,0,11400,0,2025.7,1531.22,79.1395,1.7135,300,10,0,55,0,0,1), - (44857,1890,0,11400,0,2006.65,1503.75,73.3895,4.31804,300,10,0,55,0,0,1), - (44858,1890,0,11400,0,1977.45,1578.14,79.9817,2.80789,300,5,0,55,0,0,1), - (44859,1890,0,11400,0,1981.18,1546.04,86.4956,2.82386,300,0,0,55,0,0,0), - (44860,1890,0,11400,0,1980.11,1529.24,87.1908,1.05178,300,5,0,55,0,0,1), - (44861,1890,0,11400,0,1974.18,1499.69,86.4142,3.75379,300,5,0,55,0,0,1), - (44862,1553,0,4734,0,2154.5,1055.65,35.4677,1.25859,300,5,0,120,0,0,1), - (44863,1531,0,985,0,2380.35,630.252,30.2444,1.33931,300,0,0,120,0,0,0), - (44864,1531,0,985,0,2463.78,623.208,29.7211,4.7822,300,0,0,120,0,0,0), - (44865,1537,0,2472,0,1757.8,642.308,40.5509,4.71578,300,10,0,156,0,0,1), - (44866,1504,0,513,0,2047.39,1704.61,76.1127,4.95543,300,10,0,55,0,0,1), - (44867,1504,0,513,0,2046.48,1729.1,80.2377,4.63342,300,10,0,55,0,0,1), - (44868,1547,0,9021,0,2329.7,1105.8,36.4571,0.757035,300,5,0,101,142,0,1), - (44869,1547,0,9021,0,2158.49,1179.54,40.9233,0.8189,300,5,0,101,142,0,1), - (44870,4075,0,1141,0,1866.89,-348.928,39.2461,0.836554,120,5,0,8,0,0,1), - (44871,1553,0,4734,0,2145.18,387.603,52.2243,3.21589,300,10,0,120,0,0,1), - (44872,1554,0,8808,0,2455.19,-535.351,72.2975,3.74771,300,10,0,156,0,0,1), - (44873,1547,0,9021,0,2109.69,949.156,34.4249,3.73393,300,5,0,101,142,0,1), - (44874,1537,0,2472,0,1772.14,676.709,44.102,4.41272,300,0,0,156,0,0,0), - (44875,1547,0,9021,0,2072.82,865.083,34.4453,1.89563,300,5,0,101,142,0,1), - (44876,1535,0,2482,0,2354.26,1513.07,35.3082,5.02473,300,5,0,120,0,0,1), - (44877,1547,0,9021,0,2123.44,345.153,47.6532,4.94695,300,10,0,101,142,0,1), - (44878,1540,0,2470,0,2769.89,-485.563,107.248,3.78736,300,0,0,198,0,0,0), - (44879,1538,0,2466,0,2750.02,-531.186,104.635,2.79253,300,0,0,166,178,0,0), - (44880,1540,0,2481,0,2750.31,-521.581,106.324,2.35619,300,0,0,198,0,0,0), - (44881,1553,0,4734,0,2173.58,413.141,59.6291,4.96021,300,5,0,120,0,0,1), - (44882,1547,0,9021,0,2161.12,326.91,42.6405,1.41689,300,10,0,101,142,0,1), - (44883,1504,0,513,0,2086.22,1716.26,67.4429,1.78024,300,10,0,55,0,0,1), - (44884,1504,0,513,0,2100.58,1714.56,67.1622,2.3911,300,10,0,55,0,0,1), - (44885,1540,0,2481,0,2791.81,-473.694,101.753,1.25664,300,0,0,198,0,0,0), - (44886,1504,0,513,0,2118.23,1721.56,73.341,0.593412,300,0,0,55,0,0,0), - (44887,1504,0,513,0,2081.53,1751.82,77.104,0,300,10,0,55,0,0,1), - (44888,1504,0,513,0,2057.6,1745.27,81.8896,3.9467,300,5,0,55,0,0,1), - (44889,1504,0,513,0,2055.19,1763.6,87.0146,0.292013,300,5,0,55,0,0,1), - (44890,1505,0,30,0,2040.29,1847.27,104.237,1.92848,300,0,0,71,0,0,0), - (44891,1505,0,30,0,2037.48,1849.06,103.849,2.98668,300,0,0,71,0,0,0), - (44892,1505,0,30,0,2046.79,1875.41,101.913,5.74451,300,5,0,71,0,0,1), - (44893,1505,0,30,0,2034.48,1884.76,103.2,0.153222,300,0,0,71,0,0,0), - (44894,1935,0,3534,0,2313.74,1281.47,31.5054,0.418303,300,5,0,101,0,0,1), - (44895,4281,0,2517,0,2861.59,-653.858,137.899,5.71699,300,5,0,2715,0,0,1), - (44896,1505,0,30,0,2044.02,1896.49,101.832,1.2159,300,5,0,71,0,0,1), - (44897,1505,0,30,0,2019.25,1896.62,103.749,2.33423,300,0,0,71,0,0,0), - (44898,1935,0,3534,0,2362.6,1320.62,33.4123,1.66033,300,5,0,101,0,0,1), - (44899,721,0,328,0,2088.33,955.714,38.3537,3.78353,120,5,0,1,0,0,1), - (44900,4280,0,2475,0,2821.58,-643.329,142.472,1.76411,300,5,0,2319,811,0,1), - (44901,1935,0,3534,0,2354.36,1288.5,33.0915,0.119907,300,10,0,101,0,0,1), - (44902,1505,0,30,0,2053.58,1905.14,101.29,6.00857,300,3,0,71,0,0,1), - (44903,1505,0,30,0,2020.14,1910.72,105.691,3.74741,300,3,0,71,0,0,1), - (44904,4282,0,2513,0,2947.97,-629.745,155.293,0.731508,300,5,0,2112,2068,0,1), - (44905,1505,0,30,0,2010.72,1927.25,105.34,4.63097,300,5,0,71,0,0,1), - (44906,1535,0,2471,0,2400.38,1343.11,34.0297,5.17516,300,5,0,120,0,0,1), - (44907,1505,0,30,0,2028.45,1919.79,107.109,4.76898,300,5,0,71,0,0,1), - (44908,721,0,328,0,1915.55,1364.77,68.8814,4.15472,120,5,0,1,0,0,1), - (44909,1535,0,2482,0,2386.05,1364.57,34.4887,1.59686,300,5,0,120,0,0,1), - (44910,4075,0,1141,0,2126.5,1355.23,60.3195,0.537071,120,10,0,8,0,0,1), - (44911,1505,0,30,0,2043.83,1862.4,102.728,4.18525,300,3,0,71,0,0,1), - (44912,1547,0,9021,0,2162.23,273.459,44.3304,3.12616,300,10,0,101,142,0,1), - (44913,1535,0,2471,0,2410.67,1518.02,34.2359,3.82045,300,10,0,120,0,0,1), - (44914,1505,0,30,0,2045.1,1831.24,107.779,3.3988,300,5,0,71,0,0,1), - (44915,1535,0,2471,0,2409.22,1398.8,33.7258,6.02541,300,5,0,120,0,0,1), - (44916,1535,0,2471,0,2432.66,1544.21,34.5419,3.46242,300,5,0,120,0,0,1), - (44917,1535,0,2471,0,2446.01,1643.89,33.5626,5.40014,300,0,0,120,0,0,0), - (44918,1535,0,2471,0,2396.4,1485.82,34.2861,0.899563,300,5,0,120,0,0,1), - (44919,1535,0,2482,0,2348.33,1475.9,33.3439,2.45032,300,10,0,120,0,0,1), - (44920,1520,0,200,0,2562.51,806.422,108.875,0.28466,300,5,0,120,0,0,1), - (44921,1522,0,11398,0,2547.27,823.258,106.523,4.23214,300,5,0,126,289,0,1), - (44922,1535,0,2471,0,2384.73,1552.59,31.7073,0.580064,300,10,0,120,0,0,1), - (44923,1535,0,2471,0,2430.09,1577.92,37.2447,3.80482,300,0,0,120,0,0,0), - (44924,1535,0,2471,0,2379.34,1514.88,35.9603,4.88692,300,0,0,120,0,0,0), - (44925,1535,0,2471,0,2439.16,1599.61,50.9602,5.86431,300,0,0,120,0,0,0), - (44926,1501,0,10973,0,1905.41,1601.54,86.3339,4.53082,120,5,0,42,0,0,1), - (44927,1502,0,10979,0,1928.76,1603.64,83.3339,4.93894,120,5,0,42,0,0,1), - (44928,1507,0,2467,0,1730.29,1367.5,104.448,1.2161,300,5,0,67,174,0,1), - (44929,4075,0,1141,0,1859.03,1681.66,93.5264,1.61573,120,10,0,8,0,0,1), - (44930,1501,0,10973,0,1940.15,1629.43,80.1276,5.53251,120,10,0,42,0,0,1), - (44931,1520,0,200,0,2536.4,770.158,110.861,0.626665,300,5,0,120,0,0,1), - (44932,1522,0,11398,0,2527.26,810.881,110.736,4.06415,300,5,0,126,289,0,1), - (44933,1535,0,2471,0,2442.86,1601.82,37.1504,4.93928,300,0,0,120,0,0,0), - (44934,1520,0,200,0,2547.93,805.158,110.758,1.58825,300,0,0,120,0,0,0), - (44935,1501,0,10973,0,1919.49,1623.68,85.5839,4.92853,120,5,0,42,0,0,1), - (44936,1501,0,10973,0,1966.14,1636.96,78.0026,1.17677,120,10,0,42,0,0,1), - (44937,1520,0,200,0,2513.17,741.334,120.865,4.57276,300,0,0,120,0,0,0), - (44938,721,0,328,0,2083.1,225.98,52.7019,0.482801,120,5,0,1,0,0,1), - (44939,1520,0,200,0,2529.87,802.584,110.849,0.607663,300,5,0,120,0,0,1), - (44940,1507,0,2478,0,1741.45,1342.81,104.04,4.259,300,5,0,67,174,0,1), - (44941,1501,0,10973,0,1983.2,1641.61,76.1643,1.18989,120,5,0,42,0,0,1), - (44942,1501,0,10973,0,1901.98,1571.76,89.0864,6.02667,120,0,0,42,0,0,0), - (44943,1535,0,2482,0,2409.44,1583.88,32.9756,4.27606,300,0,0,120,0,0,0), - (44944,1535,0,2482,0,2438.09,1595.84,72.3399,3.03687,300,0,0,120,0,0,0), - (44945,1506,0,2403,0,1752.96,1325,99.9812,4.63906,300,10,0,71,0,0,1), - (44946,1535,0,2471,0,2450.47,1592.6,37.1535,2.86234,300,0,0,120,0,0,0), - (44947,1520,0,200,0,2689,817.73,109.697,4.96615,300,10,0,120,0,0,1), - (44949,1506,0,2403,0,1728.35,1327.06,108.116,1.90598,300,5,0,71,0,0,1), - (44950,1520,0,200,0,2727.97,795.706,112.262,0.5145,300,5,0,120,0,0,1), - (44951,1535,0,2471,0,2455.31,1601.84,72.3392,0.698132,300,0,0,120,0,0,0), - (44952,1555,0,368,0,2187.51,-691.316,67.1164,1.2086,300,10,0,176,0,0,1), - (44953,1535,0,2482,0,2444.51,1601.66,66.7561,4.72984,300,0,0,120,0,0,0), - (44954,1506,0,2403,0,1768.75,1336.7,90.3585,3.8317,300,5,0,71,0,0,1), - (44955,4075,0,1141,0,2292.39,-708.573,70.9157,5.53854,120,5,0,8,0,0,1), - (44956,1502,0,10979,0,1990.45,1549.62,79.9522,0.586652,120,5,0,42,0,0,1), - (44957,1506,0,2403,0,1770.16,1376.83,90.0053,1.41803,300,0,0,71,0,0,0), - (44958,1502,0,10979,0,1905.9,1561.9,88.1273,4.92183,120,0,0,42,0,0,2), - (44959,1535,0,2471,0,2454.38,1588.08,72.3392,5.37561,300,0,0,120,0,0,0), - (44960,1502,0,10979,0,1994.96,1532.48,78.382,0,120,0,0,42,0,0,0), - (44961,1501,0,10973,0,1900.23,1551.08,88.96,5.97,120,0,0,42,0,0,2), - (44962,1502,0,10979,0,1926.79,1522.18,87.3504,2.68243,120,5,0,42,0,0,2), - (44963,1502,0,10979,0,2008.63,1478.11,69.4733,4.57726,120,5,0,42,0,0,2), - (44964,1507,0,2478,0,1777.73,1385.49,91.8299,1.7109,300,0,0,67,174,0,0), - (44965,1502,0,10979,0,1934.11,1579.17,82.536,3.29743,120,5,0,42,0,0,2), - (44966,1549,0,3916,0,2477.31,-648.409,71.826,2.37345,300,10,0,176,0,0,1), - (44967,1502,0,10979,0,1964.68,1550.69,85.6722,1.5365,120,5,0,42,0,0,1), - (44968,1549,0,3916,0,2559.14,-589.498,83.5296,1.27466,300,10,0,176,0,0,1), - (44969,1502,0,10979,0,1962.82,1559.83,84.6423,5.9083,120,5,0,42,0,0,1), - (44970,1522,0,11398,0,2728.23,779.251,112.336,2.28638,300,0,0,126,289,0,0), - (44971,1502,0,10979,0,1946.86,1561.32,87.4658,0.24497,120,2,0,42,0,0,1), - (44972,1520,0,200,0,2514.29,917.689,81.6984,2.06918,300,10,0,120,0,0,1), - (44973,1554,0,8808,0,2248.14,-682.196,66.0762,2.09999,300,10,0,156,0,0,1), - (44974,1501,0,10973,0,1939.47,1571.19,83.0324,0,120,0,0,42,0,0,0), - (44975,1506,0,2403,0,1814.35,1395.29,78.5285,1.24603,300,10,0,71,0,0,1), - (44976,1506,0,2403,0,1771.12,1409.43,95.1356,1.09421,300,0,0,71,0,0,0), - (44977,4075,0,1141,0,2511.46,1260.32,46.814,2.56767,120,5,0,8,0,0,1), - (44978,1554,0,8808,0,2484.09,-520.017,83.693,4.99767,300,5,0,156,0,0,1), - (44979,1501,0,10973,0,1920.66,1574.64,85.9355,3.70597,120,5,0,42,0,0,1), - (44980,1507,0,2467,0,1745.93,1385.38,98.6645,0.979422,300,5,0,67,174,0,1), - (44981,1549,0,3916,0,2525.28,-676.791,71.1505,0.63817,300,10,0,176,0,0,1), - (44982,1522,0,11398,0,2582.66,850.86,98.2156,2.2952,300,5,0,126,289,0,1), - (44983,1522,0,11398,0,2547.25,883.511,91.3032,2.79174,300,0,0,126,289,0,0), - (44984,1554,0,8808,0,2385.92,-633.249,71.5223,4.37581,300,5,0,156,0,0,1), - (44985,4075,0,1141,0,1935.17,1480.43,80.6678,5.33264,120,10,0,8,0,0,1), - (44986,1667,0,3531,0,1765.15,1382.99,92.056,5.66646,300,0,0,103,0,0,0), - (44987,4075,0,1141,0,1957.62,1479.64,82.6762,4.12222,120,10,0,8,0,0,1), - (44988,1656,0,1196,0,2824.05,1044.97,111.324,6.21383,300,0,0,197,0,0,0), - (44989,4075,0,1141,0,2023.1,1722.01,82.4207,4.82391,120,5,0,8,0,0,1), - (44990,1655,0,10702,0,2742.71,785.519,119.133,0.453786,300,0,0,198,0,0,2), - (44991,1522,0,11398,0,2752.48,792.334,119.218,1.72788,300,0,0,126,289,0,0), - (44992,1523,0,535,0,2845.14,854.156,113.202,5.18363,300,0,0,148,165,0,0), - (44993,1522,0,11398,0,2816.98,809.352,113.586,5.61802,300,0,0,126,289,0,0), - (44994,1522,0,11398,0,2810.39,831.537,111.966,2.89722,300,3,0,126,289,0,1), - (44995,1522,0,11398,0,2809.32,818.412,112.829,1.79769,300,0,0,126,289,0,0), - (44996,1522,0,11398,0,2896.32,879.26,119.078,6.20127,300,5,0,126,289,0,1), - (44997,1523,0,535,0,2821.73,823.122,113.577,1.51844,300,0,0,148,165,0,0), - (44998,1522,0,11398,0,2775.24,818.082,112.625,2.74466,300,5,0,126,289,0,1), - (44999,11738,1,8014,0,-6392.41,1189.85,1.58045,5.96946,300,25,0,3529,0,0,1), - (45000,1523,0,535,0,2834.94,812.294,113.671,4.27606,300,0,0,148,165,0,0), - (45001,1520,0,200,0,2750.05,948.125,113.033,6.14599,300,5,0,120,0,0,1), - (45002,1522,0,11398,0,2827.17,809.824,113.597,2.42349,300,0,0,126,289,0,0), - (45003,1523,0,535,0,2847.75,844.061,112.27,4.59094,300,10,0,148,165,0,1), - (45004,1522,0,11398,0,2831.88,915.415,121.014,4.64692,300,5,0,126,289,0,1), - (45005,1553,0,4734,0,2117.95,411.895,58.2963,0.346768,300,10,0,120,0,0,1), - (45006,1553,0,4734,0,2077.22,375.254,41.22,3.88834,300,5,0,120,0,0,1), - (45007,1553,0,4734,0,2133.22,221.593,51.5336,3.45717,300,5,0,120,0,0,1), - (45008,1553,0,4734,0,2004.5,306.59,44.0392,1.96979,300,10,0,120,0,0,1), - (45009,1553,0,4734,0,2120.36,392.657,51.2868,1.54151,300,5,0,120,0,0,1), - (45010,1522,0,11398,0,2786.67,913.802,115.726,5.23632,300,5,0,126,289,0,1), - (45011,1522,0,11398,0,2745.51,808.08,113.205,1.16937,300,0,0,126,289,0,0), - (45012,1553,0,4734,0,2158.27,464.108,66.4453,1.40212,300,5,0,120,0,0,1), - (45013,1523,0,535,0,2783.29,847.928,111.864,3.53961,300,5,0,148,165,0,2), - (45014,1523,0,535,0,2893.92,1075.21,105.695,1.61281,300,5,0,148,165,0,1), - (45015,1522,0,11398,0,2750.74,887.705,113.151,0.548966,300,5,0,126,289,0,1), - (45016,1522,0,11398,0,2865.45,1104.06,116.02,1.27731,300,0,0,126,289,0,0), - (45017,1553,0,4734,0,2172.95,893.333,43.0353,0.335338,300,5,0,120,0,0,1), - (45018,1523,0,535,0,2784.93,791.135,114.629,3.75304,300,5,0,148,165,0,1), - (45019,1520,0,200,0,2754.9,807.562,113.174,1.67552,300,0,0,120,0,0,0), - (45020,1522,0,11398,0,2746.75,781.911,114.928,1.53589,300,0,0,126,289,0,0), - (45021,1530,0,10256,0,2889.68,716.17,119.588,4.50389,300,10,0,198,0,0,1), - (45022,1548,0,9020,0,1964.61,312.468,41.4046,2.94496,300,5,0,122,0,0,1), - (45023,1530,0,10256,0,3050.36,652.344,75.3521,2.10253,300,0,0,198,0,0,0), - (45024,1534,0,10752,0,2917.76,729.489,106.569,0.078195,300,5,0,176,0,0,1), - (45025,1534,0,10752,0,2956.17,709.748,105.899,1.33051,300,5,0,176,0,0,1), - (45026,1534,0,10752,0,3010.55,673.161,90.4979,2.10172,300,5,0,176,0,0,1), - (45027,1526,0,1201,0,2116.84,511.179,54.4878,6.2441,300,10,0,120,220,0,1), - (45028,1530,0,4631,0,3034.12,656.478,75.3507,0.424933,300,0,0,198,0,0,0), - (45029,1530,0,4631,0,2916.55,682.552,110.007,3.96219,300,10,0,198,0,0,1), - (45030,1534,0,10752,0,2971.09,689.421,98.9592,1.14077,300,10,0,176,0,0,1), - (45031,721,0,328,0,2080.27,470.836,53.2531,6.2074,120,5,0,1,0,0,1), - (45032,1530,0,1196,0,3043.34,672.834,81.047,2.41767,300,3,0,198,0,0,1), - (45033,1526,0,1201,0,2043.91,685.556,41.9728,2.78179,300,10,0,120,220,0,1), - (45034,1525,0,1200,0,2111.53,549.018,40.6193,4.57229,300,10,0,102,0,0,1), - (45035,1530,0,1196,0,3027.16,684.062,65.9641,4.84593,300,0,0,198,0,0,0), - (45036,1525,0,1200,0,2149.72,784.085,35.7567,4.06662,300,0,0,102,0,0,0), - (45037,1525,0,1200,0,2088.71,689.753,37.6499,0.499673,300,10,0,102,0,0,1), - (45038,1658,0,733,0,3043.63,646.906,59.1434,1.55334,300,0,0,273,0,0,0), - (45039,1553,0,4734,0,2192.69,984.905,35.1464,3.36312,300,5,0,120,0,0,1), - (45040,1526,0,1201,0,2163.4,808.123,40.3986,3.84416,300,5,0,120,220,0,1), - (45041,1534,0,10752,0,3061,656.727,75.3522,2.99003,300,0,0,176,0,0,0), - (45042,1530,0,10255,0,3041.5,653.944,75.3507,1.15142,300,0,0,198,0,0,0), - (45043,1534,0,10752,0,3049.75,684.055,67.0128,0.045551,300,2,0,176,0,0,1), - (45044,1534,0,10752,0,3065.51,682.102,66.534,2.75762,300,0,0,176,0,0,0), - (45045,1530,0,10255,0,3023.04,695.721,66.4508,5.94549,300,0,0,198,0,0,0), - (45046,1530,0,10255,0,3062.68,692.334,65.9645,4.44378,300,0,0,198,0,0,0), - (45047,1547,0,9021,0,1976.02,103.24,23.2516,0.223646,300,5,0,101,142,0,1), - (45048,4075,0,1141,0,2209.09,273.666,36.407,6.27625,120,10,0,8,0,0,1), - (45049,1547,0,9021,0,2632.13,56.3634,27.778,4.65634,300,5,0,101,142,0,1), - (45050,1547,0,9021,0,1924.34,-3.55897,12.3541,3.70225,300,5,0,101,142,0,1), - (45051,4075,0,1141,0,2342.34,834.478,47.5054,2.04536,120,5,0,8,0,0,1), - (45052,4075,0,1141,0,1995.48,596.686,46.3917,0.939086,120,5,0,8,0,0,1), - (45053,1525,0,1200,0,2217.66,781.878,33.9091,0.436332,300,10,0,102,0,0,1), - (45054,1536,0,2468,0,1821.38,763.342,43.3882,1.58573,300,5,0,137,0,0,1), - (45055,1536,0,2479,0,1828.24,699.349,45.1569,0.436332,300,0,0,137,0,0,0), - (45056,721,0,328,0,2090.8,947.166,37.6353,0.017097,120,5,0,1,0,0,1), - (45057,1537,0,2483,0,1846.42,694.88,40.0404,3.45977,300,10,0,156,0,0,1), - (45058,1525,0,1200,0,2151.18,590.995,37.4913,1.54898,300,10,0,102,0,0,1), - (45059,1537,0,2472,0,1815.13,676.727,43.727,4.45206,300,5,0,156,0,0,1), - (45060,1525,0,1200,0,2154.3,609.987,35.5916,2.04405,300,10,0,102,0,0,1), - (45061,1554,0,8808,0,2496.29,-583.433,76.4063,0.633537,300,5,0,156,0,0,1), - (45062,1553,0,4734,0,2038.52,438.273,44.865,0.777111,300,5,0,120,0,0,1), - (45063,1548,0,9020,0,1949.45,393.285,36.7743,3.21784,300,10,0,122,0,0,1), - (45064,1526,0,1201,0,2120.42,621.272,34.9725,0.561849,300,10,0,120,220,0,1), - (45065,1537,0,2472,0,1858.1,722.105,37.6762,4.33504,300,10,0,156,0,0,1), - (45066,1548,0,9020,0,2031.36,393.702,42.254,3.32424,300,10,0,122,0,0,1), - (45067,1537,0,2483,0,1801.29,705.476,48.9744,4.32842,300,0,0,156,0,0,0), - (45068,1548,0,9020,0,2042.62,455.149,45.4707,0.271616,300,5,0,122,0,0,1), - (45069,1553,0,4734,0,2106.51,488.121,58.2988,6.00623,300,10,0,120,0,0,1), - (45070,1525,0,1200,0,2123.08,576.127,36.6854,2.32582,300,10,0,102,0,0,1), - (45071,1526,0,1201,0,2102.39,604.735,35.2568,1.69219,300,10,0,120,220,0,1), - (45072,1525,0,1200,0,2117.5,650.875,34.7979,5.91032,300,10,0,102,0,0,1), - (45073,1547,0,9021,0,2063.84,135.254,35.3976,1.12814,300,5,0,101,142,0,1), - (45075,15214,0,11686,0,2230.04,288.823,107.885,5.92296,120,5,0,25,0,0,1), - (45078,1553,0,4734,0,1981.6,352.888,39.7094,0.04852,300,5,0,120,0,0,1), - (45079,1547,0,9021,0,2423.12,215.144,35.4579,5.68381,300,10,0,101,142,0,1), - (45080,1548,0,9020,0,2625.34,-229.493,36.755,3.00633,300,5,0,122,0,0,1), - (45081,1526,0,1201,0,2134.45,674.491,35.317,2.82787,300,5,0,120,220,0,1), - (45082,1548,0,9020,0,1927.53,-479.968,36.025,0.236365,300,10,0,122,0,0,1), - (45083,1554,0,8808,0,1908.57,-350.692,37.992,3.0207,300,5,0,156,0,0,1), - (45084,1547,0,9021,0,2210.27,184.116,47.5927,0.98902,300,10,0,101,142,0,1), - (45085,4282,0,2513,0,2784.96,-744.029,134.115,0.786395,300,5,0,2112,2068,0,1), - (45086,1525,0,1200,0,2040.55,576.133,34.7067,4.63803,300,5,0,102,0,0,1), - (45087,4282,0,2513,0,2811.79,-785.548,144.624,3.47193,300,5,0,2112,2068,0,1), - (45088,1526,0,1201,0,2039.58,676.989,41.3478,3.65191,300,10,0,120,220,0,1), - (45089,4282,0,2512,0,2753.53,-797.493,145.781,0.944561,300,0,0,2112,2068,0,0), - (45090,1525,0,1200,0,2082.1,612.547,34.5395,4.77549,300,10,0,102,0,0,1), - (45091,7337,129,11381,0,2474.61,763.829,46.1014,4.97067,7200,1,0,3027,1067,0,1), - (45092,11738,1,8014,0,-6905.77,308.136,4.03539,1.9513,300,25,0,3529,0,0,1), - (45093,11738,1,8014,0,-6420.17,1237.47,2.61296,1.448,300,25,0,3529,0,0,1), - (45094,11738,1,8014,0,-6649.15,272.758,2.82095,1.72984,300,25,0,3529,0,0,1), - (45096,4281,0,2516,0,2818.66,-747.898,145.441,2.04931,300,5,0,2715,0,0,1), - (45097,1525,0,1200,0,2049.1,647.243,36.935,4.65601,300,5,0,102,0,0,1), - (45098,1526,0,1201,0,2011.99,610.176,40.0855,0.048837,300,5,0,120,220,0,1), - (45099,15214,0,11686,0,2237.03,288.024,108.562,5.91826,120,5,0,25,0,0,1), - (45103,4075,0,1141,0,2022.15,743.707,41.6294,0.522296,120,10,0,8,0,0,1), - (45104,11738,1,8014,0,-6898.85,347.157,1.16613,6.21285,300,25,0,3529,0,0,1), - (45107,4076,129,2177,0,2484.37,767.63,46.1014,1.18289,7200,5,0,8,0,0,1), - (45108,11738,1,8014,0,-6638.94,-120.989,3.63345,1.49741,300,25,0,3529,0,0,1), - (45109,11738,1,8014,0,-6742.94,-49.5543,3.21933,3.28099,300,25,0,3529,0,0,1), - (45110,11738,1,8014,0,-6887.17,20.6417,8.53496,1.97383,300,25,0,3529,0,0,1), - (45111,1553,0,4734,0,2204.33,453.73,60.6053,1.98456,300,5,0,120,0,0,1), - (45112,4282,0,2512,0,2951.87,-621.782,157.396,5.91356,300,5,0,2112,2068,0,1), - (45113,1528,0,1197,0,2478.51,19.1697,25.7809,0.454413,300,0,0,156,0,0,0), - (45114,1547,0,9021,0,2249.69,421.204,40.2005,2.04204,300,10,0,101,142,0,1), - (45115,1528,0,1197,0,2487.86,18.6828,26.1559,1.67701,300,0,0,156,0,0,0), - (45116,1527,0,1202,0,2525.79,-43.9199,28.2046,3.74604,300,5,0,137,0,0,1), - (45117,1528,0,1197,0,2512.96,-37.3931,26.0322,0.042984,300,5,0,156,0,0,1), - (45118,4075,0,1141,0,1891.88,757.146,40.2985,0.81852,120,0,0,8,0,0,0), - (45119,4280,0,2475,0,2815.95,-683.044,137.601,3.59538,300,0,0,2319,811,0,0), - (45120,1527,0,1202,0,2556.27,-46.1772,28.6477,1.44717,300,5,0,137,0,0,1), - (45121,1554,0,8808,0,2445.88,-476.272,75.9326,3.27092,300,10,0,156,0,0,1), - (45122,1554,0,8808,0,2382.77,-436.542,73.2287,4.19809,300,10,0,156,0,0,1), - (45123,1528,0,1197,0,2525.17,-72.7583,35.4884,2.61061,300,5,0,156,0,0,1), - (45124,1548,0,9020,0,2945.83,-420.904,81.0726,4.55238,300,5,0,122,0,0,1), - (45125,4283,0,2520,0,2895.16,-757.138,160.333,3.21141,300,0,0,2865,0,0,0), - (45126,4284,0,2496,0,2879.51,-743.71,160.416,3.64774,300,0,0,2433,1704,0,0), - (45127,1527,0,1202,0,2519.45,-18.7093,26.4906,3.18036,300,5,0,137,0,0,1), - (45128,1527,0,1202,0,2567,-28.3954,30.0712,0.885141,300,5,0,137,0,0,1), - (45129,1554,0,8808,0,2821.73,-350.251,75.6999,5.46465,300,5,0,156,0,0,1), - (45130,1547,0,9021,0,2221.69,477.485,43.9162,1.99249,300,5,0,101,142,0,1), - (45131,4075,0,1141,0,1920.76,492.019,41.4115,0,120,10,0,8,0,0,1), - (45132,1527,0,1202,0,2557.35,-22.06,28.0644,3.86008,300,5,0,137,0,0,1), - (45133,1547,0,9021,0,2182.99,205.522,47.0929,0.172693,300,5,0,101,142,0,1), - (45136,15214,0,11686,0,2055.02,303.032,98.8469,5.76157,120,5,0,25,0,0,1), - (45138,1527,0,1202,0,2579.78,-109.441,30.5484,2.82384,300,3,0,137,0,0,1), - (45139,4285,0,2505,0,2875.58,-745.699,160.416,0.436332,300,0,0,2433,1704,0,0), - (45140,1527,0,1202,0,2598.88,-114.654,34.5484,1.79853,300,3,0,137,0,0,1), - (45141,1527,0,1202,0,2564.14,-7.71104,26.4977,0.863101,300,5,0,137,0,0,1), - (45142,1547,0,9021,0,2094.57,43.9203,35.2253,0.474564,300,5,0,101,142,0,1), - (45143,1527,0,1202,0,2540.63,-17.4988,27.9188,2.15175,300,5,0,137,0,0,1), - (45144,1527,0,1202,0,2588.11,-59.5868,27.1153,5.87983,300,5,0,137,0,0,1), - (45145,4075,0,1141,0,2479.81,-330.832,70.3086,5.55719,120,5,0,8,0,0,1), - (45147,1526,0,1201,0,2280.51,640.495,24.8747,0.323717,300,10,0,120,220,0,1), - (45148,1525,0,1200,0,2225.41,638.287,24.8583,2.78981,300,5,0,102,0,0,1), - (45149,1526,0,1201,0,2222.15,568.755,33.2636,0.56254,300,5,0,120,220,0,1), - (45150,4282,0,2513,0,2828.31,-712.965,138.438,3.05433,300,0,0,2112,2068,0,0), - (45151,4281,0,2517,0,2726.56,-784.142,135.27,2.42873,300,5,0,2715,0,0,1), - (45152,4283,0,2520,0,2852.58,-775.148,160.416,0.575959,300,0,0,2865,0,0,0), - (45153,4075,0,1141,0,2187.53,274.695,41.4099,3.36469,120,10,0,8,0,0,1), - (45154,4283,0,2520,0,2869.32,-787.137,160.333,1.99344,300,5,0,2865,0,0,2), - (45155,1553,0,4734,0,2339.8,178.099,37.8681,5.57731,300,5,0,120,0,0,1), - (45156,1553,0,4734,0,2186.22,963.972,34.3213,3.99751,300,5,0,120,0,0,1), - (45157,1525,0,1200,0,2321.84,582.691,24.753,2.40762,300,10,0,102,0,0,1), - (45158,1526,0,1201,0,2293.56,589.856,30.7497,1.0361,300,10,0,120,220,0,1), - (45159,4075,0,1141,0,2212.77,637.844,24.8583,2.68044,120,5,0,8,0,0,1), - (45160,4281,0,2516,0,2795,-778.473,141.633,2.53518,300,5,0,2715,0,0,1), - (45161,4283,0,2520,0,2862.53,-799.897,160.416,0.959931,300,0,0,2865,0,0,0), - (45162,4281,0,2516,0,2729.29,-753.198,132.862,5.50815,300,0,0,2715,0,0,0), - (45163,1526,0,1201,0,2321.42,569.707,25.1275,3.21266,300,10,0,120,220,0,1), - (45164,1526,0,1201,0,2264.27,672.911,33.8604,1.07309,300,5,0,120,220,0,1), - (45165,4281,0,2516,0,2780.37,-777.357,139.941,1.33228,300,5,0,2715,0,0,1), - (45166,8303,0,8870,0,-11261.9,-3120.39,2.87,3.83534,72000,0,0,2769,0,0,0), - (45167,1525,0,1200,0,2315.87,551.03,30.3656,2.3911,300,0,0,102,0,0,0), - (45168,1525,0,1200,0,2154.51,580.692,39.5968,6.26377,300,10,0,102,0,0,1), - (45169,1548,0,9020,0,2008.09,347.696,40.8089,4.54852,300,10,0,122,0,0,1), - (45170,4075,0,1141,0,2609.72,-775.089,77.3169,4.49312,120,5,0,8,0,0,1), - (45171,4075,0,1141,0,2243.03,-243.808,54.0014,3.63358,120,5,0,8,0,0,1), - (45172,4285,0,2506,0,2857.66,-753.65,160.416,3.40339,300,0,0,2433,1704,0,0), - (45173,721,0,328,0,2185.84,-123.033,34.1016,0.564707,120,5,0,1,0,0,1), - (45174,4283,0,2521,0,2884.61,-762.783,160.332,5.09448,300,5,0,2865,0,0,2), - (45175,4284,0,2495,0,2853.36,-755.751,160.416,0.418879,300,0,0,2433,1704,0,0), - (45176,4075,0,1141,0,2400.64,-595.054,71.9719,0.448789,120,5,0,8,0,0,1), - (45177,1553,0,4734,0,2179.94,825.692,41.3981,1.32819,300,5,0,120,0,0,1), - (45178,1525,0,1200,0,2203.76,630.98,24.8213,2.60363,300,5,0,102,0,0,1), - (45179,4075,0,1141,0,2436.44,231.019,40.9451,2.19975,120,10,0,8,0,0,1), - (45180,1526,0,1201,0,2175.98,805.809,40.5386,6.16054,300,5,0,120,220,0,1), - (45181,1525,0,1200,0,2081.1,683.142,38.8764,0.863729,300,10,0,102,0,0,1), - (45182,1525,0,1200,0,2137.79,636.345,34.3417,0.478293,300,5,0,102,0,0,1), - (45183,1525,0,1200,0,2143.48,622.057,34.8244,5.83732,300,10,0,102,0,0,1), - (45184,1526,0,1201,0,2099.71,700.538,35.8355,3.17876,300,10,0,120,220,0,1), - (45185,1548,0,9020,0,2130.31,836.886,33.5899,2.34654,300,5,0,122,0,0,1), - (45187,1674,0,10852,0,2505.63,351.373,34.1197,3.55448,300,5,0,120,0,0,1), - (45188,1547,0,9021,0,2201.41,805.998,36.7559,1.48871,300,5,0,101,142,0,1), - (45189,1553,0,4734,0,2142.93,890.77,34.7697,2.04536,300,5,0,120,0,0,1), - (45190,1553,0,4734,0,2147.96,355.483,43.7588,1.49427,300,10,0,120,0,0,1), - (45191,4075,0,1141,0,2244.62,396.215,43.1555,2.17396,120,5,0,8,0,0,1), - (45192,1941,0,10853,0,2491.33,449.53,38.2049,2.55305,300,10,0,120,0,0,1), - (45193,1941,0,10853,0,2520.97,489.4,35.552,0.627888,300,0,0,120,0,0,0), - (45194,1941,0,10853,0,2512.94,498.76,42.6359,4.2586,300,0,0,120,0,0,0), - (45195,4285,0,2505,0,2894.34,-809.559,160.416,3.76991,300,0,0,2433,1704,0,0), - (45196,4282,0,2513,0,2779.81,-684.106,132.636,4.4855,300,0,0,2112,2068,0,0), - (45197,1553,0,4734,0,1986.35,150.616,21.4207,3.60131,300,5,0,120,0,0,1), - (45198,4282,0,2512,0,2750.84,-681.42,128.108,1.98968,300,0,0,2112,2068,0,0), - (45199,1941,0,10853,0,2447.11,474.622,44.5674,1.47679,300,10,0,120,0,0,1), - (45200,4281,0,2516,0,2714.5,-718.295,129.235,1.98968,300,0,0,2715,0,0,0), - (45201,1553,0,4734,0,2076.63,108.631,36.8307,5.94693,300,10,0,120,0,0,1), - (45202,1547,0,9021,0,2306.39,171.583,35.1592,4.00172,300,10,0,101,142,0,1), - (45203,4281,0,2516,0,2718.97,-687.082,119.393,1.68912,300,5,0,2715,0,0,1), - (45204,7980,0,7118,0,2252.23,272.919,34.2387,1.2515,300,0,0,6197,0,0,0), - (45205,1547,0,9021,0,2133.45,135.185,42.4659,1.64113,300,5,0,101,142,0,1), - (45208,15214,0,11686,0,2057.66,302.234,98.8603,5.76956,120,5,0,25,0,0,1), - (45210,4075,0,1141,0,2065.89,89.146,36.9195,4.66448,120,10,0,8,0,0,1), - (45211,5680,0,3973,0,1735.93,378.124,-62.2055,3.71755,300,0,0,166,0,0,0), - (45212,5680,0,3973,0,1734.36,379.952,-62.2058,3.92699,300,0,0,166,0,0,0), - (45213,1548,0,9020,0,1859.45,516.852,35.8201,2.12764,300,10,0,122,0,0,1), - (45216,5739,0,134,0,1400.85,363.242,-84.868,1.11701,300,0,0,1,0,0,0), - (45217,1548,0,9020,0,1734.04,536.113,33.5209,6.02374,300,10,0,122,0,0,1), - (45218,5736,0,3975,0,1400.85,363.242,-84.868,1.11701,300,0,0,102,0,0,0), - (45219,1548,0,9020,0,1620.91,516.839,40.604,5.08601,300,10,0,122,0,0,1), - (45220,14269,0,525,0,-9389.29,-2875.27,39.7612,0.0482273,72000,0,0,521,0,0,2), - (45221,5681,0,3979,0,1734.67,379.246,-62.2881,-2.78843,300,0,0,228,0,0,0), - (45222,5685,0,829,0,1735.24,380.689,-62.2077,3.85718,300,0,0,413,0,0,0), - (45223,5686,0,2676,0,1734.68,378.533,-62.1315,3.85718,300,0,0,334,0,0,0), - (45224,5687,0,1693,0,1735.33,379.152,-62.206,3.82227,300,0,0,919,0,0,0), - (45225,11610,0,11458,0,2562.35,-1815.91,33.5166,3.92699,315,0,0,3866,0,0,0), - (45226,11613,0,11462,0,2331.89,-2070.1,168.541,1.81514,315,0,0,3988,0,0,0), - (45227,1794,0,10626,0,1377.89,-1280.29,58.7789,1.36752,315,10,0,2634,2041,0,1), - (45228,1789,0,9790,0,1546.1,-1713.64,67.7887,2.37365,315,0,0,2823,2117,0,0), - (45229,1795,0,414,0,1400.91,-1420.72,56.6534,2.46364,315,5,0,2823,2117,0,1), - (45230,1795,0,414,0,1222.05,-1577.23,64.5488,4.36513,315,5,0,2823,2117,0,1), - (45231,1789,0,9790,0,1419.35,-1297.95,68.5218,0.998692,315,3,0,2823,2117,0,1), - (45232,1787,0,11401,0,1439.48,-1550.49,56.0838,2.82147,315,5,0,3293,0,0,1), - (45233,1787,0,11401,0,1294.96,-1276.5,63.0234,2.19004,315,10,0,3293,0,0,1), - (45234,1789,0,9790,0,1311.58,-1610.1,62.1412,4.06023,315,0,0,2823,2117,0,0), - (45235,1795,0,414,0,1453.5,-1754.52,64.603,5.96903,315,3,0,2823,2117,0,1), - (45236,1794,0,10626,0,1417.24,-1215.97,75.4773,1.50108,315,3,0,2634,2041,0,1), - (45237,10857,0,10213,0,966.826,-1425.31,65.3258,3.83972,315,0,0,4484,0,0,0), - (45238,11053,0,10549,0,944.298,-1431.14,64.0076,1.01229,315,0,0,3857,2434,0,0), - (45239,10838,0,10151,0,957.713,-1419.47,66.347,4.74729,315,0,0,3292,2486,0,0), - (45240,11194,0,11407,0,971.502,-1428.11,65.1687,3.03687,315,0,0,4108,0,0,0), - (45241,10840,0,10211,0,971.654,-1430.91,65.1563,3.26377,315,0,0,4120,0,0,0), - (45242,11056,0,10551,0,965.135,-1417.87,66.7977,4.18879,315,0,0,4484,5461,0,0), - (45243,11194,0,11409,0,971.043,-1433.61,65.1771,3.1765,315,0,0,4108,0,0,0), - (45244,12942,0,12957,0,949.885,-1435.65,62.6731,1.44862,315,0,0,3347,0,0,0), - (45245,11872,0,11800,0,1134.97,-1767.47,64.7515,6.16101,315,0,0,4484,0,0,0), - (45247,11873,0,146,0,1384.48,-1542.65,58.9161,5.55015,315,0,0,3297,2434,0,0), - (45248,1788,0,775,0,1395.88,-1523.36,58.7168,0.541052,315,0,0,8097,0,0,0), - (45249,1788,0,775,0,1372.65,-1524.92,58.7586,2.46091,315,0,0,8097,0,0,0), - (45250,11873,0,146,0,1375.18,-1541.48,58.2008,4.79965,315,0,0,3297,2434,0,0), - (45251,1852,0,7919,0,1382.75,-1529.9,59.7361,4.72984,660,0,0,8300,7458,0,0), - (45252,11873,0,146,0,1379.68,-1546.74,58.6859,1.50098,315,0,0,3297,2434,0,0), - (45253,1815,0,1082,0,1579.96,-1184.58,75.1089,4.22221,315,10,0,3438,0,0,1), - (45254,1815,0,1082,0,1488.42,-1214.02,63.246,0.249729,315,5,0,3438,0,0,1), - (45255,1815,0,1082,0,1543.82,-1151.3,73.3075,3.24524,315,10,0,3438,0,0,1), - (45256,1815,0,1082,0,1783.76,-988.284,76.2161,4.58383,315,5,0,3438,0,0,1), - (45257,1822,0,1087,0,1605.54,-1020.58,85.3555,4.84449,315,3,0,2880,0,0,1), - (45258,1822,0,1087,0,1582.05,-1121.27,69.2231,4.81751,315,10,0,2880,0,0,1), - (45259,1815,0,1082,0,1586.35,-1054.97,69.8932,5.26871,315,10,0,3438,0,0,1), - (45260,1822,0,1087,0,1816.6,-1010.37,90.3207,1.30591,315,5,0,2880,0,0,1), - (45261,1822,0,1087,0,1609.42,-1214.16,67.6089,2.57689,315,10,0,2880,0,0,1), - (45262,1822,0,1087,0,1450.39,-1111.86,71.6048,1.85365,315,10,0,2880,0,0,1), - (45263,1824,0,1088,0,1985.22,-2473.04,62.2665,0.670469,315,10,0,3293,0,0,1), - (45264,1824,0,1088,0,2035.89,-2305.16,65.9569,1.4789,315,3,0,3293,0,0,1), - (45265,1824,0,1088,0,1913.23,-1947.4,78.9758,2.08074,315,10,0,3293,0,0,1), - (45266,1816,0,1083,0,2045.22,-2488.06,62.902,3.20331,315,5,0,3921,0,0,1), - (45267,1816,0,1083,0,1996.97,-2432.29,60.6732,0.489864,315,10,0,3921,0,0,1), - (45268,1816,0,1083,0,1544.69,-1982.64,62.3916,2.77784,315,10,0,3921,0,0,1), - (45269,1824,0,1088,0,1903.5,-2199.84,64.145,3.91594,315,10,0,3293,0,0,1), - (45270,1816,0,1083,0,1829.69,-2409.41,59.2156,4.21416,315,10,0,3921,0,0,1), - (45271,1824,0,1088,0,1917.45,-1878.1,77.2776,1.01333,315,10,0,3293,0,0,1), - (45272,1817,0,4124,0,1347.15,-1842.09,69.1583,1.77221,315,10,0,3189,0,0,1), - (45273,1817,0,4124,0,2211.85,-1516.09,73.8812,2.49614,315,10,0,3189,0,0,1), - (45274,1821,0,1091,0,1650,-1578.85,61.9657,1.59423,315,5,0,3082,0,0,1), - (45275,1817,0,4124,0,1845.01,-1782.22,60.6733,2.96631,315,10,0,3189,0,0,1), - (45276,1821,0,1091,0,2314.52,-1688.29,102.416,4.63622,315,10,0,3082,0,0,1), - (45277,1817,0,4124,0,1785.49,-1452.08,62.3533,0.432048,315,5,0,3189,0,0,1), - (45278,1817,0,4124,0,2011.65,-1648.5,61.6532,3.08859,315,10,0,3189,0,0,1), - (45279,1817,0,4124,0,2048.07,-1552.11,65.0068,3.89464,315,10,0,3189,0,0,1), - (45280,1821,0,1091,0,1521.91,-1780.06,60.8657,0.256826,315,5,0,3082,0,0,1), - (45281,1817,0,4124,0,2112.99,-1622.25,67.3304,3.6618,315,5,0,3189,0,0,1), - (45282,1791,0,570,0,1783.24,-1254.47,59.8564,5.01334,315,5,0,2880,0,0,1), - (45283,1784,0,11403,0,1755.67,-1120.25,62.4782,2.97425,315,5,0,2384,1864,0,1), - (45284,1784,0,11403,0,1746.35,-1113.02,63.2282,5.12288,315,5,0,2384,1864,0,1), - (45285,1783,0,733,0,1748.61,-1229.87,59.776,1.54038,315,10,0,2880,0,0,1), - (45286,1784,0,11403,0,1792.55,-1272.58,60.8942,0.48906,315,5,0,2384,1864,0,1), - (45287,1791,0,570,0,1755.85,-1177.83,59.5505,5.83498,315,10,0,2880,0,0,1), - (45288,1784,0,11403,0,1819.69,-1240.62,59.6902,4.29384,315,5,0,2384,1864,0,1), - (45289,1791,0,570,0,1792.8,-1163.52,60.0441,5.39235,315,5,0,2880,0,0,1), - (45290,1784,0,11403,0,1816.35,-1196.66,59.7774,0.99643,315,10,0,2384,1864,0,1), - (45291,1783,0,733,0,1824.06,-1222.59,59.4233,1.88464,315,5,0,2880,0,0,1), - (45292,1783,0,733,0,1036.06,-1702.13,62.9725,5.0093,315,10,0,2880,0,0,1), - (45293,1791,0,570,0,1059.46,-1748.46,61.6662,0.180913,315,5,0,2880,0,0,1), - (45294,1783,0,733,0,1170.24,-1716.64,61.1124,5.20108,315,10,0,2880,0,0,1), - (45295,1783,0,733,0,992.87,-1652.63,74.4687,0.004975,315,5,0,2880,0,0,1), - (45296,1791,0,570,0,1180.93,-1729.29,60.8177,2.38752,315,10,0,2880,0,0,1), - (45297,1791,0,570,0,1163,-1745.42,62.05,6.19999,315,10,0,2880,0,0,1), - (45298,1791,0,570,0,993.784,-1716.74,70.201,6.1084,315,3,0,2880,0,0,1), - (45299,1791,0,570,0,1139.81,-1735.93,62.05,2.82776,315,10,0,2880,0,0,1), - (45300,1783,0,733,0,1157.44,-1707.67,60.6673,5.88308,315,10,0,2880,0,0,1), - (45301,1783,0,733,0,1185.09,-1767.31,61.6531,1.74135,315,10,0,2880,0,0,1), - (45302,1854,0,11395,0,979.659,-1821.63,80.4872,2.46366,315,5,0,4352,4578,0,2), - (45303,4472,0,146,0,1704.83,-2354.79,60.5769,0.558975,315,0,0,3006,2241,0,0), - (45304,1802,0,4629,0,1639.5,-2270.31,58.8691,0.897238,315,5,0,3644,0,0,1), - (45305,4472,0,146,0,1687.71,-2319.81,59.2419,2.13969,315,10,0,3006,2241,0,1), - (45306,1804,0,10690,0,1754.3,-2337.45,59.8283,5.1598,315,0,0,3643,0,0,0), - (45307,4472,0,146,0,1612.87,-2295.11,59.6191,3.50631,315,3,0,3006,2241,0,1), - (45308,4472,0,146,0,1752.96,-2300.99,60.4681,0.004016,315,0,0,3006,2241,0,0), - (45309,1802,0,4629,0,1765.12,-2315.79,60.0931,1.15621,315,10,0,3644,0,0,1), - (45310,1802,0,4629,0,1696.06,-2192.56,60.9834,2.96987,315,0,0,3644,0,0,0), - (45311,1804,0,10690,0,1621.93,-2267.38,59.7595,5.32325,315,0,0,3643,0,0,0), - (45312,1802,0,4629,0,1664.81,-2371.87,61.6589,3.0262,315,0,0,3644,0,0,0), - (45313,1785,0,11404,0,1876,-1519.93,59.0076,4.291,315,5,0,3082,0,0,1), - (45314,4475,0,10971,0,1872.98,-1552.7,59.1326,4.30515,315,5,0,3082,0,0,1), - (45315,4474,0,4631,0,1820.67,-1548.7,59.0078,0.499675,315,10,0,3189,0,0,1), - (45316,4475,0,10971,0,1863.86,-1581.56,59.4253,3.82227,315,0,0,3082,0,0,0), - (45317,4475,0,10970,0,1796.99,-1584.02,59.4426,3.18318,315,10,0,3082,0,0,1), - (45318,1785,0,11404,0,1898.92,-1651.54,60.3045,3.50811,315,0,0,3082,0,0,0), - (45319,4474,0,4631,0,1864.02,-1564.27,59.2714,1.53589,315,0,0,3189,0,0,0), - (45320,1785,0,11404,0,1935.11,-1636.34,60.157,1.78024,315,10,0,3082,0,0,1), - (45321,4475,0,10970,0,1899.09,-1539.69,59.7576,5.89595,315,10,0,3082,0,0,1), - (45322,4474,0,4631,0,1875.43,-1585.63,59.6683,5.27049,315,5,0,3189,0,0,1), - (45323,1793,0,137,0,1472.79,-1931.67,60.2077,0.878641,315,5,0,3293,0,0,1), - (45324,1793,0,137,0,1494.52,-1895.06,60.0306,4.48874,315,3,0,3293,0,0,1), - (45325,1793,0,137,0,1479.98,-1903.58,59.7526,1.74908,315,3,0,3293,0,0,1), - (45326,10580,0,10256,0,1411.43,-1888.26,61.2644,0.618257,315,3,0,3420,0,0,1), - (45327,1796,0,10487,0,1439.15,-1864.47,58.8058,0.108495,315,10,0,3529,0,0,1), - (45328,1793,0,137,0,1523.57,-1849.63,60.9699,1.24154,315,5,0,3293,0,0,1), - (45329,1796,0,10487,0,1449.13,-1846.6,58.6686,2.11309,315,10,0,3529,0,0,1), - (45330,1793,0,137,0,1514.06,-1868.82,59.2271,4.43728,315,5,0,3293,0,0,1), - (45331,1793,0,137,0,1512.2,-1833.83,61.7444,1.03373,315,5,0,3293,0,0,1), - (45332,1793,0,137,0,1444.68,-1910.35,60.1867,3.39459,315,10,0,3293,0,0,1), - (45333,1808,0,11139,0,2338.49,-2328.77,48.9351,3.75533,315,3,0,3529,0,0,1), - (45334,1812,0,8389,0,2381.03,-2336.72,54.0679,1.19901,315,3,0,3529,0,0,1), - (45335,1812,0,8389,0,2348.45,-2239.6,57.0222,0.507552,315,3,0,3529,0,0,1), - (45336,1806,0,681,0,2290.82,-2300.68,60.4228,3.40305,315,3,0,3293,0,0,1), - (45337,1808,0,11139,0,2365.25,-2246.97,56.4647,6.00328,315,3,0,3529,0,0,1), - (45338,1806,0,681,0,2157.53,-2423.77,59.8985,4.60655,315,10,0,3293,0,0,1), - (45339,1806,0,681,0,2231.74,-2394.02,59.4885,2.60832,315,10,0,3293,0,0,1), - (45340,1812,0,8389,0,2315.8,-2356.2,59.203,1.70648,315,3,0,3529,0,0,1), - (45341,1808,0,11139,0,2340.9,-2309.15,48.0096,3.93339,315,3,0,3529,0,0,1), - (45342,1806,0,681,0,2211.45,-2418.36,58.9644,3.32577,315,3,0,3293,0,0,1), - (45343,10605,0,10311,0,1893.33,-1326.18,59.8258,2.21863,315,10,0,2466,1923,0,1), - (45344,1831,0,10277,0,1863.54,-1346.68,60.5846,4.24662,315,0,0,3082,0,0,0), - (45345,10605,0,10314,0,1871.43,-1314.84,60.0947,1.09956,315,10,0,2466,1923,0,1), - (45346,1835,0,10321,0,1859.66,-1321.53,61.7102,4.54326,315,10,0,2551,1982,0,1), - (45347,1831,0,10277,0,1858.34,-1334.8,61.3346,4.81018,315,0,0,3082,0,0,0), - (45348,1831,0,10280,0,1762.2,-1244.8,60.2191,3.95808,315,5,0,3082,0,0,1), - (45349,1835,0,10322,0,1761.48,-1245.43,60.2453,4.0943,315,5,0,2551,1982,0,1), - (45350,10605,0,10311,0,1763.01,-1246.06,60.3214,3.90833,315,5,0,2466,1923,0,1), - (45351,10605,0,10314,0,1878.15,-1337.87,60.1733,2.60246,315,5,0,2466,1923,0,1), - (45352,1831,0,10279,0,1893.67,-1618.53,60.6432,4.54727,315,0,0,3082,0,0,0), - (45353,1835,0,10322,0,1895.23,-1619.77,60.6432,4.80438,315,0,0,2551,1982,0,0), - (45354,10605,0,10314,0,1896.56,-1616.52,60.5759,4.91907,315,5,0,2466,1923,0,1), - (45355,1835,0,10322,0,1883.58,-1318.12,60.7731,3.71755,315,0,0,2551,1982,0,0), - (45356,1831,0,10281,0,1870.9,-1333.11,60.1979,3.35103,315,0,0,3082,0,0,0), - (45357,10605,0,10314,0,2082.33,-1821.67,60.2251,2.67035,315,0,0,2466,1923,0,0), - (45358,1831,0,10281,0,2101.41,-1795.61,57.289,6.00342,315,0,0,3082,0,0,0), - (45359,1835,0,10321,0,2112.49,-1813.31,59.0745,0.193426,315,0,0,2551,1982,0,0), - (45360,10605,0,10313,0,2087.77,-1814.55,57.8245,3.32096,315,0,0,2466,1923,0,0), - (45361,1831,0,10279,0,2104.43,-1806.43,57.4495,4.76122,315,0,0,3082,0,0,0), - (45362,1831,0,10279,0,2090.26,-1803.43,56.9495,3.99032,315,0,0,3082,0,0,0), - (45363,10605,0,10314,0,2081.61,-1808.95,58.5745,3.91197,315,0,0,2466,1923,0,0), - (45364,1831,0,10280,0,2088.16,-1829.79,59.8245,1.38347,315,5,0,3082,0,0,1), - (45365,1831,0,10277,0,2106.37,-1828.04,57.9198,3.31613,315,0,0,3082,0,0,0), - (45366,1835,0,10322,0,2099.64,-1826.7,57.4495,1.13003,315,5,0,2551,1982,0,1), - (45367,1833,0,10294,0,2189.58,-1751.7,59.5013,6.18013,315,10,0,3293,0,0,1), - (45368,4494,0,10310,0,2348.84,-1918.51,101.571,5.75701,315,5,0,2631,5340,0,2), - (45369,4494,0,10308,0,2691.96,-1945.11,107.239,5.17082,315,2,0,2631,5340,0,1), - (45370,4494,0,10309,0,2694.52,-1940.48,72.1459,0.048214,315,2,0,2631,5340,0,1), - (45371,1826,0,10288,0,2344.72,-2058.66,164.659,6.04053,315,0,0,2470,5013,0,0), - (45372,1826,0,10289,0,2206.17,-1789.29,63.9466,1.34631,315,0,0,2470,5013,0,0), - (45373,4494,0,10307,0,2700.29,-1945.7,72.3331,2.1293,315,2,0,2631,5340,0,1), - (45374,4494,0,10310,0,2382.12,-1965.49,119.581,1.97325,315,5,0,2631,5340,0,2), - (45375,1833,0,10292,0,2293.58,-1873.52,87.9875,4.98709,315,5,0,3293,0,0,2), - (45376,4494,0,10309,0,2689.96,-1950.87,72.1546,3.27295,315,2,0,2631,5340,0,1), - (45377,1833,0,10293,0,2415.34,-1716.52,108.241,4.33739,315,10,0,3293,0,0,2), - (45378,1884,0,10301,0,2444.18,-1584.16,108.788,5.81195,315,0,0,3420,0,0,0), - (45379,1833,0,10293,0,2379.45,-1551.25,108.307,2.26554,315,10,0,3293,0,0,1), - (45380,1884,0,10302,0,2409.18,-1501.01,104.138,5.77704,315,0,0,3420,0,0,0), - (45381,1833,0,10293,0,2378.74,-1680.58,105.243,2.83003,315,10,0,3293,0,0,1), - (45382,1884,0,10299,0,2432.9,-1632.73,105.102,2.36232,315,5,0,3420,0,0,1), - (45383,1884,0,10299,0,2482.56,-1629.64,106.211,0.453786,315,0,0,3420,0,0,0), - (45384,1884,0,10300,0,2393.89,-1480.27,103.383,1.22173,315,0,0,3420,0,0,0), - (45385,1884,0,10300,0,2449.33,-1668.7,103.127,2.55794,315,3,0,3420,0,0,1), - (45386,1884,0,10302,0,2408.06,-1572.86,110.882,3.9968,315,0,0,3420,0,0,0), - (45387,1834,0,10324,0,2906.14,-1410.65,152.02,3.92092,315,5,0,6273,2117,0,1), - (45388,1834,0,10327,0,2844.54,-1419.55,147.63,0.15708,315,0,0,6273,2117,0,0), - (45389,1883,0,10304,0,3012.25,-1566.34,147.999,1.69297,315,0,0,3529,0,0,0), - (45390,1834,0,10325,0,2819.4,-1564.48,151.12,1.30247,315,5,0,6273,2117,0,1), - (45391,1827,0,10350,0,2781.21,-1600.6,130.836,5.00539,315,0,0,7842,0,0,0), - (45392,1834,0,10325,0,2773.69,-1443.69,146.095,6.17168,315,3,0,6273,2117,0,1), - (45393,1827,0,10351,0,2970.99,-1395.62,176.129,2.70526,315,0,0,7842,0,0,0), - (45394,1883,0,10306,0,3004.13,-1537.84,147.119,4.18879,315,0,0,3529,0,0,0), - (45395,1827,0,10350,0,2797.33,-1455.68,145.97,2.36788,315,3,0,7842,0,0,1), - (45396,1827,0,10351,0,2900.03,-1439.67,147.192,1.5708,315,0,0,7842,0,0,0), - (45397,2110,0,1141,0,1370.75,-1549.55,57.7947,3.60198,315,10,0,1,0,0,1), - (45398,2110,0,1141,0,1613.72,-1392.71,66.888,2.91106,315,10,0,1,0,0,1), - (45399,2110,0,1141,0,1770.39,-1204.02,59.5956,5.43287,315,10,0,1,0,0,1), - (45400,4076,0,2177,0,1714.14,-1730.68,60.1878,0.149179,315,10,0,8,0,0,1), - (45401,4076,0,2177,0,2763.13,-1539.22,142.422,3.08673,315,10,0,8,0,0,1), - (45402,4076,0,2177,0,1118.22,-1150.55,60.5692,5.3376,315,10,0,8,0,0,1), - (45403,2110,0,1141,0,1694.27,-2330.47,59.6169,2.44901,315,10,0,1,0,0,1), - (45404,10780,0,10091,0,1037.85,-1464.78,64.3293,5.22499,315,5,0,20,0,0,1), - (45405,4076,0,2177,0,1644.18,-1746.55,60.4774,3.33387,315,10,0,8,0,0,1), - (45406,10780,0,10091,0,2829.29,-1502.31,146.25,3.10537,315,5,0,20,0,0,1), - (45407,1784,0,11403,0,1078.15,-1914.53,63.1367,0.760242,315,0,0,2384,1864,0,0), - (45408,1783,0,733,0,1048.02,-1928.66,39.2634,5.92341,315,6,0,2880,0,0,2), - (45409,1783,0,733,0,1082.69,-1932.42,39.1671,5.03138,315,0,0,2880,0,0,0), - (45410,1791,0,570,0,1043.22,-1940.89,38.6803,0.484982,315,0,0,2880,0,0,0), - (45411,1784,0,11403,0,1090.62,-1911.5,62.2564,1.98389,315,3,0,2384,1864,0,1), - (45412,1791,0,570,0,1060.47,-1896.18,31.8598,4.66003,315,0,0,2880,0,0,0), - (45413,1783,0,733,0,1068.33,-1902.07,48.1506,5.91667,315,0,0,2880,0,0,0), - (45414,1783,0,733,0,1075,-1904.78,48.066,2.59195,315,5,0,2880,0,0,2), - (45415,1784,0,11403,0,1063.46,-1904.11,48.152,1.32645,315,5,0,2384,1864,0,2), - (45416,1791,0,570,0,1045.75,-1934.72,38.6803,4.80528,315,5,0,2880,0,0,1), - (45417,11023,0,10457,0,966.428,-1451.72,63.7999,4.20624,660,0,0,37193,0,0,0), - (45419,11152,0,7804,0,1680.6,-2282.77,59.1679,5.88176,315,0,0,42,0,0,0), - (45420,11152,0,7804,0,1726.79,-1179,59.3389,5.63741,315,0,0,42,0,0,0), - (45421,11152,0,7804,0,1867.25,-1563.51,59.4606,2.53073,315,0,0,42,0,0,0), - (45422,11152,0,7804,0,1474.86,-1867.65,58.6227,1.72788,315,0,0,42,0,0,0), - (45423,11217,0,10896,0,1253.96,-2604.14,91.5909,3.1765,315,0,0,4108,0,0,0), - (45424,11216,0,10895,0,1253.55,-2602.62,91.5884,3.36848,315,0,0,3986,2160,0,0), - (45425,12387,0,4754,0,2302.98,-2303.92,60.8146,2.73974,315,0,0,2915,4326,0,0), - (45426,10905,0,7804,0,1329.93,-1587.96,61.1981,2.46091,315,0,0,64,0,0,0), - (45427,10903,0,7804,0,1467.73,-1403.47,67.0566,5.14872,315,0,0,64,0,0,0), - (45428,10904,0,7804,0,1553.46,-1488.11,67.7152,2.11185,315,0,0,64,0,0,0), - (45429,10902,0,7804,0,1314.08,-1305.33,63.7871,1.32645,315,0,0,64,0,0,0), - (45430,10927,0,10232,0,1114.2,-1697.44,67.5886,0.569946,315,0,0,413,0,0,0), - (45431,10976,0,11394,0,1452.32,-1276.43,68.6052,3.38594,315,0,0,4484,0,0,0), - (45432,11611,0,11459,0,2689.51,-1954.99,107.239,3.89208,315,5,0,3006,2241,0,2), - (45433,12425,0,5908,0,944.157,-1458.45,62.6499,4.88692,660,0,0,9153,0,0,0), - (45434,10801,0,10487,0,1697.65,-1167.22,59.7525,3.42698,315,0,0,3293,0,0,0), - (45435,12596,0,12911,0,928.273,-1429.08,64.8343,5.72468,660,0,0,7423,7071,0,0), - (45436,1842,0,10341,0,2942.58,-1390.09,167.421,4.2586,1140,0,0,26650,5240,0,0), - (45437,11616,0,14953,0,934.77,-1450.32,62.7314,4.10152,315,0,0,4108,5013,0,0), - (45438,883,0,347,0,980.216,-1500.93,67.6863,4.44216,315,10,0,1,0,0,1), - (45439,10739,0,10069,0,1513.06,-1893.84,60.5976,2.44346,315,0,0,4108,2117,0,0), - (45440,10778,0,10129,0,1817.14,-1234.57,65.1924,2.42601,315,0,0,166,0,0,0), - (45441,10816,0,7550,0,1936.95,-1635.07,60.0263,3.07905,315,0,0,3398,0,0,2), - (45442,1787,0,11401,0,1398.84,-1496.11,55.1429,1.18682,315,0,0,3293,0,0,0), - (45443,1789,0,9790,0,1380.63,-1558.68,58.8425,4.95674,315,0,0,2823,2117,0,0), - (45444,1787,0,11401,0,1401.83,-1501.03,55.7768,1.48353,315,0,0,3293,0,0,0), - (45445,1795,0,414,0,1393.87,-1534.93,58.9197,3.27241,315,10,0,2823,2117,0,1), - (45446,1789,0,9790,0,1370.98,-1497.44,56.9143,2.51327,315,0,0,2823,2117,0,0), - (45447,1795,0,414,0,1369.11,-1502.66,57.1426,2.44346,315,0,0,2823,2117,0,0), - (45448,1787,0,11401,0,1392.38,-1497.51,55.5874,1.309,315,0,0,3293,0,0,0), - (45449,1794,0,10626,0,1396.39,-1501.01,55.7401,1.32645,315,0,0,2634,2041,0,0), - (45450,1787,0,11401,0,1376.44,-1555.22,58.3682,4.69494,315,0,0,3293,0,0,0), - (45451,1794,0,10626,0,1411.78,-1521.35,57.4569,0.057505,315,10,0,2634,2041,0,1), - (45452,11609,0,11457,0,958.662,-1427.81,64.6484,5.93412,315,0,0,2372,1864,0,0), - (45453,10667,0,10008,0,1452.81,-1279.91,68.6052,3.19395,315,0,0,4876,2781,0,0), - (45454,1847,0,519,0,1863.7,-1572.83,59.1449,1.22739,43200,0,0,3082,0,0,0), - (45455,1789,0,9790,0,1321.62,-1415.4,46.5345,0.361778,315,10,0,2823,2117,0,1), - (45456,1795,0,414,0,1449.57,-1247.65,69.8898,1.34891,315,3,0,2823,2117,0,1), - (45457,1795,0,414,0,1387.67,-1392.5,56.33,1.25527,315,0,0,2823,2117,0,0), - (45458,1794,0,10626,0,1279.41,-1414.14,52.4046,1.81558,315,10,0,2634,2041,0,1), - (45459,1795,0,414,0,1265.94,-1570.99,59.4841,1.57506,315,3,0,2823,2117,0,1), - (45460,1789,0,9790,0,1238.74,-1593.33,68.9581,3.65619,315,5,0,2823,2117,0,1), - (45461,1789,0,9790,0,1517.68,-1452.22,63.0147,2.58639,315,5,0,2823,2117,0,1), - (45462,1795,0,414,0,1510.37,-1710.45,68.9048,0.661563,315,5,0,2823,2117,0,1), - (45463,1795,0,414,0,1517.02,-1642.81,64.7502,1.57233,315,5,0,2823,2117,0,1), - (45464,1794,0,10626,0,1291.8,-1338.2,64.1967,4.10702,315,0,0,2634,2041,0,0), - (45465,1822,0,1087,0,1619.22,-873.045,64.3331,4.02865,315,10,0,2880,0,0,1), - (45466,1815,0,1082,0,1485.67,-1146.2,75.6753,0.61353,315,5,0,3438,0,0,1), - (45467,1822,0,1087,0,1761.34,-827.675,63.6541,5.6859,315,3,0,2880,0,0,1), - (45468,1815,0,1082,0,1448.42,-1177.22,70.2881,1.08053,315,10,0,3438,0,0,1), - (45469,1809,0,1105,0,1799.09,-868.624,64.8857,1.90155,315,5,0,2880,0,0,1), - (45470,11738,1,8014,0,-6841.8,-41.5192,4.24381,4.97821,300,10,0,3529,0,0,1), - (45471,11738,1,8014,0,-6949.79,150.492,4.30296,3.87576,300,25,0,3529,0,0,1), - (45472,6670,0,3264,0,-10650.8,1128.61,34.1978,4.43314,300,0,0,166,0,0,2), - (45473,11738,1,8014,0,-7016.25,188.473,1.67454,4.41638,300,25,0,3529,0,0,1), - (45474,11278,0,0,0,1142.85,-2512.56,62.0775,4.096,120,0,0,3517,0,0,0), - (45477,842,0,0,0,-10645.2,1141.44,33.7257,1.20428,300,0,0,166,0,0,0), - (45478,11738,1,8014,0,-7001.71,373.723,4.50955,2.22054,300,25,0,3529,0,0,1), - (45479,1822,0,1087,0,1512.01,-1180.51,73.1403,2.61324,315,5,0,2880,0,0,1), - (45480,1822,0,1087,0,1581.79,-977.945,66.5011,1.78925,315,10,0,2880,0,0,1), - (45481,1815,0,1082,0,1598.6,-953.296,67.2133,2.44104,315,10,0,3438,0,0,1), - (45482,1822,0,1087,0,1518.66,-1055.6,72.6541,5.12883,315,10,0,2880,0,0,1), - (45483,1822,0,1087,0,1587.26,-1298.3,65.2191,1.37999,315,5,0,2880,0,0,1), - (45484,1824,0,1088,0,1818.64,-1976.28,77.8121,3.80718,315,3,0,3293,0,0,1), - (45485,1816,0,1083,0,1977.3,-2512.08,60.1856,2.96638,315,10,0,3921,0,0,1), - (45486,1824,0,1088,0,1659.23,-2125.07,62.2864,3.61345,315,10,0,3293,0,0,1), - (45487,1824,0,1088,0,1885.2,-1848.39,89.6968,1.15083,315,3,0,3293,0,0,1), - (45488,1824,0,1088,0,1582.79,-1945.17,66.4387,1.08618,315,10,0,3293,0,0,1), - (45490,9692,229,0,0,-166.923,-331.402,64.401,1.55629,7200,0,0,8352,0,0,2), - (45786,9693,229,0,0,-163.763,-324.845,64.4017,3.04383,7200,0,0,6891,2289,0,0), - (45493,11738,1,8014,0,-6552.77,1475.56,0.896729,5.73895,300,25,0,3529,0,0,1), - (45494,11738,1,8014,0,-6566.32,1445.22,2.27094,0.343172,300,25,0,3529,0,0,1), - (45495,11738,1,8014,0,-6551.25,354.551,1.09174,2.31013,300,25,0,3529,0,0,1), - (45496,11738,1,8014,0,-6629.45,310.984,3.7073,3.15678,300,25,0,3529,0,0,1), - (45497,11738,1,8014,0,-6700.96,157.415,3.80471,4.11463,300,25,0,3529,0,0,1), - (45498,4076,129,2177,0,2507.81,766.568,39.8522,6.06717,7200,5,0,8,0,0,1), - (45499,11738,1,8014,0,-6712.8,121.013,4.84934,0.300119,300,25,0,3529,0,0,1), - (45501,8666,0,7935,0,-8650,903.817,98.421,3.768,10800,0,0,166,0,0,2), - (45502,11738,1,8014,0,-6646.59,205.423,2.73853,1.24705,300,25,0,3529,0,0,1), - (45503,11738,1,8014,0,-6350.69,622.197,2.12561,2.97119,300,25,0,3529,0,0,1), - (45504,11738,1,8014,0,-6331.05,317.969,14.0215,3.15917,300,25,0,3529,0,0,1), - (45505,11738,1,8014,0,-6378.92,384.836,4.84886,0.941831,300,25,0,3529,0,0,1), - (45506,11738,1,8014,0,-6358.46,409.285,9.57344,6.24026,300,25,0,3529,0,0,1), - (45507,11738,1,8014,0,-6249.78,521.894,14.0437,4.32667,300,25,0,3529,0,0,1), - (45508,11738,1,8014,0,-6179.8,557.107,12.0389,2.05455,300,10,0,3529,0,0,1), - (45509,11738,1,8014,0,-6242.67,667.079,13.7523,1.41785,300,25,0,3529,0,0,1), - (45510,11738,1,8014,0,-6436.9,523.183,2.49399,1.6726,300,25,0,3529,0,0,1), - (45511,11738,1,8014,0,-6347.56,564.924,7.17732,1.72232,300,25,0,3529,0,0,1), - (45512,11738,1,8014,0,-6377.21,512.145,5.31756,4.79098,300,25,0,3529,0,0,1), - (45513,11738,1,8014,0,-6413.72,546.264,2.32576,1.46443,300,25,0,3529,0,0,1), - (45517,1824,0,1088,0,1976.91,-2258.33,67.3431,1.73367,315,10,0,3293,0,0,1), - (45518,11738,1,8014,0,-6314.52,790.594,3.30468,1.64315,300,25,0,3529,0,0,1), - (45519,11738,1,8014,0,-6347.69,779.847,1.01046,4.91496,300,25,0,3529,0,0,1), - (45520,6670,0,3264,0,-10631.2,1189.67,47.6136,0.331613,300,0,0,166,0,0,0), - (45521,6670,0,3264,0,-10646.3,1113.35,35.627,0.925025,300,0,0,166,0,0,2), - (45522,6670,0,3264,0,-10641.3,1177.66,47.4244,3.56047,300,0,0,166,0,0,0), - (45523,6670,0,3264,0,-10648.6,1165.79,46.722,1.88496,300,0,0,166,0,0,0), - (45524,842,0,308,0,-10624.4,1107.64,33.8127,1.4572,300,0,0,166,0,0,2), - (45525,550,0,2312,0,-11017.7,1438.34,43.0221,5.30596,300,0,1,300,0,0,2), - (45526,1109,0,2305,0,-9981.23,1226.25,42.0095,3.47097,300,10,0,273,0,0,1), - (45527,2620,0,1072,0,-11176.7,1226.89,84.8303,4.52572,300,5,0,8,0,0,1), - (45528,2620,0,1072,0,-11077.4,1659.81,44.8357,4.66355,300,5,0,8,0,0,1), - (45529,2914,0,1206,0,-10317.6,1137.38,37.9683,1.4965,300,10,0,8,0,0,1), - (45530,2914,0,1206,0,-11115.2,797.275,36.2494,4.56105,300,5,0,8,0,0,1), - (45531,6271,0,4960,0,-11187.2,1759.67,36.0294,0.321429,300,5,0,16,0,0,1), - (45532,2914,0,1206,0,-10805.2,837.114,32.9496,2.33747,300,10,0,8,0,0,1), - (45533,2620,0,1072,0,-10543.8,863.366,40.8301,2.5235,300,5,0,8,0,0,1), - (45534,6271,0,4959,0,-10411.2,909.765,43.3136,4.19269,300,5,0,16,0,0,1), - (45535,11738,1,8014,0,-6281.23,739.316,13.4876,4.66745,300,25,0,3529,0,0,1), - (45536,95,0,4419,0,-9856.29,1386.08,38.2633,0.593412,300,0,0,222,0,0,0), - (45538,7329,129,11383,0,2534.37,750.769,53.8997,0.0245,7200,0,0,3780,0,0,0), - (45539,95,0,4418,0,-10001.2,1470.4,40.9513,3.03687,300,0,0,222,0,0,0), - (45540,504,0,2332,0,-9987.65,1478.71,43.5477,2.67035,300,0,0,247,0,0,0), - (45541,95,0,4419,0,-9998.19,1451.22,41.3837,2.80998,300,0,0,222,0,0,0), - (45542,95,0,4418,0,-9987.12,1444.62,42.5593,3.61283,300,0,0,222,0,0,0), - (45543,1236,0,373,0,-9939.55,1448.83,39.6373,0.730094,300,3,0,271,0,0,1), - (45544,1236,0,373,0,-9830.73,1429.98,36.923,2.49284,300,0,0,271,0,0,0), - (45545,95,0,4419,0,-10005.1,1476.44,40.7722,3.76991,300,0,0,222,0,0,0), - (45546,1236,0,373,0,-9880.89,1449.9,43.6066,0.129733,300,3,0,271,0,0,1), - (45547,504,0,2332,0,-9973.8,1458.38,45.0564,0.203169,300,0,0,247,0,0,0), - (45548,121,0,2337,0,-11031.3,1661.02,42.9227,5.63741,300,0,0,328,0,0,0), - (45549,589,0,2339,0,-11024.2,1660.14,42.8221,4.10152,300,0,0,263,710,0,0), - (45550,121,0,2336,0,-11019.2,1652.34,43.0465,2.53073,300,0,0,328,0,0,0), - (45551,121,0,2337,0,-11155.2,1722.11,41.322,3.49345,300,5,0,328,0,0,1), - (45552,449,0,2344,0,-11169.7,1723.7,39.9144,3.27032,300,5,0,356,0,0,1), - (45553,121,0,2337,0,-11158.9,1707.37,42.9868,1.69297,300,0,0,328,0,0,0), - (45554,449,0,2345,0,-11157.6,1713.76,42.2156,4.53786,300,0,0,356,0,0,0), - (45555,121,0,2337,0,-11166.3,1709.23,41.6794,0,300,0,0,328,0,0,0), - (45556,449,0,2344,0,-11113.7,1661.62,49.1317,2.04191,300,10,0,356,0,0,1), - (45557,449,0,2344,0,-11076.1,1784.68,38.4917,3.86818,300,10,0,356,0,0,1), - (45558,824,0,556,0,-11141.6,1498.99,24.392,3.28122,600,0,0,328,0,0,0), - (45559,824,0,2441,0,-11089.5,1531.53,31.0062,1.06465,600,0,0,328,0,0,0), - (45560,824,0,556,0,-11163.1,1537.22,20.3592,0.907571,600,0,0,328,0,0,0), - (45561,824,0,2441,0,-11114.5,1487.35,24.5028,5.25344,600,0,0,328,0,0,0), - (45562,824,0,2441,0,-11227.5,1522.94,36.7241,0.191986,600,0,0,328,0,0,0), - (45563,824,0,2441,0,-11207.5,1497.36,16.3478,3.57792,600,0,0,328,0,0,0), - (45564,824,0,2441,0,-11136.6,1541.27,19.8812,0.069813,600,0,0,328,0,0,0), - (45565,824,0,556,0,-11167,1522.51,19.8348,5.41052,600,0,0,328,0,0,0), - (45566,824,0,2441,0,-11185.8,1486.25,16.4122,1.43117,600,0,0,328,0,0,0), - (45567,824,0,556,0,-11157.7,1563.67,22.157,3.94444,600,0,0,328,0,0,0), - (45568,830,0,342,0,-9648.04,1353.01,10.5873,3.50125,300,10,0,273,0,0,1), - (45569,830,0,342,0,-9639.62,1338.94,8.08732,2.21497,300,10,0,273,0,0,1), - (45572,1816,0,1083,0,1687.07,-1982.78,68.1713,4.64887,315,5,0,3921,0,0,1), - (45573,11738,1,8014,0,-6500.9,295.332,4.73058,5.14112,300,25,0,3529,0,0,1), - (45575,11738,1,8014,0,-6729.04,1180.85,4.1192,3.1621,300,25,0,3529,0,0,1), - (45576,11738,1,8014,0,-6778.65,1214.02,4.6895,6.18623,300,25,0,3529,0,0,1), - (45577,11738,1,8014,0,-6693.06,1253.33,4.92281,4.89714,300,25,0,3529,0,0,1), - (45578,11738,1,8014,0,-6653.58,1260.3,4.86477,6.20589,300,25,0,3529,0,0,1), - (45579,11738,1,8014,0,-6690.69,1296.99,3.77667,4.63219,300,25,0,3529,0,0,1), - (45581,11738,1,8014,0,-6747.82,1273.24,3.48045,1.48871,300,25,0,3529,0,0,1), - (45582,11738,1,8014,0,-6773.84,1062.73,3.34541,0.801292,300,25,0,3529,0,0,1), - (45583,11738,1,8014,0,-6957.61,255.476,2.45084,4.33901,300,25,0,3529,0,0,1), - (45584,11738,1,8014,0,-6971.76,346.824,3.17079,2.74752,300,25,0,3529,0,0,1), - (45585,11738,1,8014,0,-6861.18,175.389,2.23436,2.8217,300,25,0,3529,0,0,1), - (45586,11738,1,8014,0,-6888.91,210.244,-1.35712,2.4906,300,25,0,3529,0,0,1), - (45587,11738,1,8014,0,-6777.68,87.9874,3.39104,0.315969,300,25,0,3529,0,0,1), - (45588,11738,1,8014,0,-6696.56,516.595,0.415727,6.20102,300,25,0,3529,0,0,1), - (45589,11738,1,8014,0,-6382.32,343.777,5.59627,4.87722,300,25,0,3529,0,0,1), - (45590,11738,1,8014,0,-6602.51,501.122,3.19555,1.06866,300,25,0,3529,0,0,1), - (45591,11738,1,8014,0,-6488.39,506.968,4.37149,1.09142,300,25,0,3529,0,0,1), - (45592,11738,1,8014,0,-6413.39,674.188,5.55528,4.88525,300,25,0,3529,0,0,1), - (45593,11738,1,8014,0,-6553.32,674.139,3.37464,1.73562,300,25,0,3529,0,0,1), - (45594,11738,1,8014,0,-6686.85,409.336,-1.39176,1.59576,300,25,0,3529,0,0,1), - (45595,11738,1,8014,0,-6531.25,719.26,3.27457,2.63034,300,25,0,3529,0,0,1), - (45596,11738,1,8014,0,-6487.59,601.866,2.26698,1.78544,300,25,0,3529,0,0,1), - (45597,11738,1,8014,0,-6515.91,516.424,4.59548,2.62085,300,25,0,3529,0,0,1), - (45598,11738,1,8014,0,-6584.87,585.431,3.74153,3.05748,300,25,0,3529,0,0,1), - (45599,11738,1,8014,0,-6599.05,561.707,0.111476,0.581763,300,25,0,3529,0,0,1), - (45600,11738,1,8014,0,-6662.02,653.445,5.83046,3.28653,300,25,0,3529,0,0,1), - (45601,11738,1,8014,0,-6617.75,678.636,5.76794,1.84244,300,25,0,3529,0,0,1), - (45602,11738,1,8014,0,-6661.99,759.31,12.5007,5.85187,300,25,0,3529,0,0,1), - (45603,11738,1,8014,0,-6911.76,973.359,5.62298,6.10648,300,25,0,3529,0,0,1), - (45604,11738,1,8014,0,-6948.48,983.046,9.08333,6.2105,300,25,0,3529,0,0,1), - (45605,11738,1,8014,0,-6645.52,-143.324,3.01794,4.40671,300,10,0,3529,0,0,1), - (45606,11738,1,8014,0,-6723.11,133.235,3.68168,5.42589,300,25,0,3529,0,0,1), - (45607,11738,1,8014,0,-6698.2,414.523,-1.39176,1.44361,300,25,0,3529,0,0,1), - (45608,11739,1,711,0,-7757.71,1343.44,0.462243,2.67882,300,25,0,3758,0,0,1), - (45609,11739,1,711,0,-7781.62,1317.79,-4.97863,2.20874,300,25,0,3758,0,0,1), - (45610,16091,1,15995,0,-6867.52,721.72,45.7454,4.13643,600,0,0,3800,0,0,0), - (45611,11739,1,711,0,-7689.71,1411.01,2.43352,4.69428,300,25,0,3758,0,0,1), - (45612,11739,1,711,0,-7864.6,1453.36,-3.55154,1.77336,300,25,0,3758,0,0,1), - (45613,11739,1,711,0,-7784.33,1512.91,1.21811,2.75491,300,25,0,3758,0,0,1), - (45614,11739,1,711,0,-7879.69,1581.92,2.83726,2.74299,300,25,0,3758,0,0,1), - (45615,11739,1,711,0,-7747.9,1516.7,-0.507965,0.772662,300,25,0,3758,0,0,1), - (45616,11739,1,711,0,-7757.08,1855.86,5.04389,5.48122,300,25,0,3758,0,0,1), - (45617,11739,1,711,0,-7799,1371.3,-4.3379,3.46945,300,25,0,3758,0,0,1), - (45618,11739,1,711,0,-7651.73,1383.3,3.14949,6.2148,300,25,0,3758,0,0,1), - (45619,11739,1,711,0,-7721.76,1362.16,1.75306,5.76622,300,25,0,3758,0,0,1), - (45620,11739,1,711,0,-7881.66,1429.6,-5.66793,0.083141,300,25,0,3758,0,0,1), - (45621,11739,1,711,0,-7816.21,1401.41,-5.2401,4.03003,300,25,0,3758,0,0,1), - (45622,11739,1,711,0,-7706.99,1504.25,3.82011,4.28544,300,25,0,3758,0,0,1), - (45623,11739,1,711,0,-7580.29,1314.65,2.913,0.322185,300,25,0,3758,0,0,1), - (45624,11739,1,711,0,-7706.67,1589.48,2.83999,4.05102,300,25,0,3758,0,0,1), - (45625,11739,1,711,0,-7744.96,1648.7,6.41637,5.95001,300,25,0,3758,0,0,1), - (45626,11739,1,711,0,-7532.25,1429.78,3.9578,2.2141,300,25,0,3758,0,0,1), - (45627,11739,1,711,0,-7840.45,1664.35,-0.164728,5.24243,300,25,0,3758,0,0,1), - (45628,11739,1,711,0,-7744.53,1561.12,1.3011,4.90691,300,25,0,3758,0,0,1), - (45629,11739,1,711,0,-7748.8,1728.81,10.794,0.989836,300,25,0,3758,0,0,1), - (45630,11739,1,711,0,-7857.27,1677.93,0.965135,3.46843,300,25,0,3758,0,0,1), - (45631,11739,1,711,0,-7707.48,1382.11,2.80996,0.126293,300,25,0,3758,0,0,1), - (45632,11739,1,711,0,-7917.91,1564.34,-2.0917,1.8314,300,25,0,3758,0,0,1), - (45633,11739,1,711,0,-7494.38,1244.9,1.24715,0.399895,300,25,0,3758,0,0,1), - (45634,11739,1,711,0,-7525.14,1081.15,-0.780214,0.278188,300,25,0,3758,0,0,1), - (45635,11739,1,711,0,-7519.86,1167.3,2.1122,0.669039,300,25,0,3758,0,0,1), - (45636,11739,1,711,0,-7931.46,976.464,2.78004,5.98181,300,25,0,3758,0,0,1), - (45637,11739,1,711,0,-7669.72,1260.77,0.161572,3.62534,300,25,0,3758,0,0,1), - (45638,11739,1,711,0,-7584.15,1188.4,0.758568,1.9473,300,25,0,3758,0,0,1), - (45639,11739,1,711,0,-7957.04,1281.92,-5.54231,5.92099,300,25,0,3758,0,0,1), - (45640,11739,1,711,0,-7677.62,1287.87,1.70574,3.24534,300,25,0,3758,0,0,1), - (45641,11739,1,711,0,-7880.63,1014.48,5.62291,4.10759,300,25,0,3758,0,0,1), - (45642,11739,1,711,0,-7921.29,1218.17,0.639796,0.879207,300,25,0,3758,0,0,1), - (45643,11739,1,711,0,-7642.99,1349.36,-0.020938,3.0497,300,25,0,3758,0,0,1), - (45644,11739,1,711,0,-8005.12,990.628,4.99212,5.21601,300,10,0,3758,0,0,1), - (45645,11739,1,711,0,-7799.98,1737.87,4.28714,0.648969,300,25,0,3758,0,0,1), - (45646,11739,1,711,0,-7990.23,986.838,0.627877,5.74695,300,25,0,3758,0,0,1), - (45647,11739,1,711,0,-7518.74,845.351,-2.34773,1.31536,300,25,0,3758,0,0,1), - (45648,11739,1,711,0,-7517.09,1353.9,-0.884621,6.23996,300,25,0,3758,0,0,1), - (45649,11739,1,711,0,-7924.98,1058.93,4.48754,4.76513,300,25,0,3758,0,0,1), - (45650,11739,1,711,0,-8039.49,1244.57,3.95205,0.294263,300,10,0,3758,0,0,1), - (45651,11739,1,711,0,-7907.59,1124.42,5.2255,5.15333,300,25,0,3758,0,0,1), - (45652,11739,1,711,0,-7962.09,1150.49,0.956,3.16405,300,25,0,3758,0,0,1), - (45653,11739,1,711,0,-7850.1,1510.57,-0.579269,1.49455,300,25,0,3758,0,0,1), - (45654,11739,1,711,0,-8074.96,1306.82,11.2707,3.79604,300,25,0,3758,0,0,1), - (45655,11739,1,711,0,-7983.98,914.432,-1.95423,4.00339,300,25,0,3758,0,0,1), - (45656,11739,1,711,0,-7816.21,950.322,0.580247,2.37553,300,25,0,3758,0,0,1), - (45657,11739,1,711,0,-8018.66,1322.88,-7.26288,5.00356,300,25,0,3758,0,0,1), - (45658,11739,1,711,0,-7781.51,972.253,-3.18445,4.7702,300,25,0,3758,0,0,1), - (45659,11739,1,711,0,-7812.6,1065.91,4.08808,2.01043,300,25,0,3758,0,0,1), - (45660,11739,1,711,0,-7962.19,276.715,2.63366,5.75314,300,25,0,3758,0,0,1), - (45661,11739,1,711,0,-7830,1058.01,4.1371,6.28221,300,25,0,3758,0,0,1), - (45662,11739,1,711,0,-7644.94,969.872,0.978363,1.43166,300,25,0,3758,0,0,1), - (45663,11739,1,711,0,-7983.14,1068.37,2.62957,4.8746,300,10,0,3758,0,0,1), - (45664,11739,1,711,0,-7777.23,1118.57,3.48421,6.16174,300,25,0,3758,0,0,1), - (45665,11739,1,711,0,-7841.03,1212.88,-0.783257,2.56767,300,25,0,3758,0,0,1), - (45666,11739,1,711,0,-7895.7,1094.11,6.15709,4.41504,300,25,0,3758,0,0,1), - (45667,11739,1,711,0,-7741.38,1070.17,1.93985,0.580144,300,25,0,3758,0,0,1), - (45668,11739,1,711,0,-7886.81,1268.75,-5.75501,2.20649,300,30,0,3758,0,0,1), - (45669,11739,1,711,0,-8015.29,1734.42,0.25673,2.15176,300,25,0,3758,0,0,1), - (45670,11739,1,711,0,-7579.57,782.521,-17.8797,4.8542,300,25,0,3758,0,0,1), - (45671,11739,1,711,0,-7916.73,1247.21,-5.1437,4.59106,300,30,0,3758,0,0,1), - (45672,11739,1,711,0,-7683.46,1171.93,-0.421547,1.53411,300,25,0,3758,0,0,1), - (45673,11739,1,711,0,-7508.16,1130.39,1.73542,0.881618,300,25,0,3758,0,0,1), - (45674,11739,1,711,0,-7850.84,1248.77,-10.6734,3.14745,300,25,0,3758,0,0,1), - (45675,11739,1,711,0,-7861.12,1216.34,-4.32653,5.84313,300,25,0,3758,0,0,1), - (45676,11739,1,711,0,-7718.01,1195.25,0.595191,1.72968,300,25,0,3758,0,0,1), - (45677,11739,1,711,0,-7582.78,1094.71,1.34623,2.66571,300,25,0,3758,0,0,1), - (45678,11739,1,711,0,-7711.39,1057.99,2.75971,4.26184,300,25,0,3758,0,0,1), - (45679,11739,1,711,0,-7553.11,1077.83,4.58585,1.52391,300,25,0,3758,0,0,1), - (45680,11739,1,711,0,-7957.53,912.476,2.35085,2.1848,300,25,0,3758,0,0,1), - (45681,11739,1,711,0,-7713.98,250.945,3.08959,5.06824,300,25,0,3758,0,0,1), - (45682,11739,1,711,0,-7736.76,1028.68,2.69447,4.72801,300,25,0,3758,0,0,1), - (45683,11739,1,711,0,-7642.77,328.193,0.017793,0.978462,300,25,0,3758,0,0,1), - (45684,11739,1,711,0,-7717.08,960.171,-2.67997,1.59618,300,25,0,3758,0,0,1), - (45685,11739,1,711,0,-7816.13,1119.34,0.457605,1.49845,300,25,0,3758,0,0,1), - (45686,11739,1,711,0,-7683.5,220.116,4.45105,2.42105,300,25,0,3758,0,0,1), - (45687,11739,1,711,0,-7581.29,883.584,-0.163771,3.10743,300,25,0,3758,0,0,1), - (45688,11739,1,711,0,-7651.48,961.737,1.50794,2.17776,300,25,0,3758,0,0,1), - (45689,11739,1,711,0,-7748.23,217.18,4.73819,0.565342,300,25,0,3758,0,0,1), - (45690,11739,1,711,0,-7692.16,950.232,-4.04803,3.21435,300,25,0,3758,0,0,1), - (45691,11740,1,15386,0,-6327.39,1265.9,6.5949,3.72689,300,25,0,3137,0,0,1), - (45692,11740,1,15386,0,-6382.82,1326.36,3.32631,0.041988,300,25,0,3137,0,0,1), - (45693,11740,1,15386,0,-6369.03,467.862,-0.520796,2.41008,300,25,0,3137,0,0,1), - (45694,11740,1,15386,0,-6247.77,552.957,11.3063,4.07943,300,25,0,3137,0,0,1), - (45695,11740,1,15386,0,-6847.24,44.191,0.650098,2.94493,300,25,0,3137,0,0,1), - (45696,11740,1,15386,0,-6812.96,-13.8176,0.888903,1.55253,300,25,0,3137,0,0,1), - (45697,11740,1,15386,0,-6684.17,229.595,2.54462,6.02874,300,25,0,3137,0,0,1), - (45698,11740,1,15386,0,-6607.7,361.861,1.64178,5.05165,300,25,0,3137,0,0,1), - (45699,11740,1,15386,0,-6620.62,1220.05,4.31002,1.12461,300,25,0,3137,0,0,1), - (45700,11740,1,15386,0,-6400.67,767.783,4.14409,5.4378,300,25,0,3137,0,0,1), - (45701,11740,1,15386,0,-6325.93,436.812,14.353,2.15892,300,25,0,3137,0,0,1), - (45702,11740,1,15386,0,-6645.85,1348.35,3.42603,1.79888,300,25,0,3137,0,0,1), - (45703,11740,1,15386,0,-6714.66,1337.23,3.62794,1.7138,300,25,0,3137,0,0,1), - (45704,4076,129,2177,0,2441.35,822.925,42.1302,1.70331,7200,5,0,8,0,0,1), - (45705,830,0,342,0,-9656.92,1256.4,6.79725,1.4988,300,10,0,273,0,0,1), - (45706,1816,0,1083,0,1848.76,-2070.97,74.9777,3.76768,315,5,0,3921,0,0,1), - (45707,8856,0,1159,0,-8408,450.74,123.76,2.251,10,0,0,1240,0,0,0), - (45708,5648,209,6420,0,1688.44,868.643,8.96012,2.87979,18000,0,0,3603,7150,0,0), - (45709,5649,209,6424,0,1685.91,888.847,9.00179,1.37218,18000,5,0,5346,0,0,1), - (45710,5650,209,6422,0,1658.52,805.539,9.29566,1.36264,18000,0,0,4278,2966,0,0), - (45711,11740,1,15386,0,-6529.69,1402.5,3.16873,2.11769,300,25,0,3137,0,0,1), - (45713,11740,1,15386,0,-6555.13,1352.97,4.71959,6.27656,300,25,0,3137,0,0,1), - (45714,11740,1,15386,0,-6557.53,1442.42,2.61,1.23456,300,25,0,3137,0,0,1), - (45715,11740,1,15386,0,-6323.52,480.963,5.73208,4.67174,300,25,0,3137,0,0,1), - (45716,11740,1,15386,0,-6385.1,737.986,3.2989,2.39004,300,25,0,3137,0,0,1), - (45717,11740,1,15386,0,-6367.05,659.931,6.17823,5.29877,300,25,0,3137,0,0,1), - (45718,3840,43,4233,0,-74.9697,-39.5402,-59.3461,0.820305,7200,0,0,1212,912,0,0), - (45719,2914,43,1206,0,-102.949,-62.0252,-66.7835,1.27229,7200,10,0,8,0,0,1), - (45720,11740,1,15386,0,-6351.07,693.777,6.77149,1.4965,300,25,0,3137,0,0,1), - (45721,5055,43,8172,0,-68.4069,-39.3043,-60.7368,2.00713,7200,6,0,134,0,0,1), - (45722,3840,43,4233,0,-176.697,-92.6461,-67.1632,3.29544,7200,10,0,1212,912,0,1), - (45723,5761,43,1084,0,-166.194,-89.0084,-67.3555,4.768,7200,5,0,1212,456,0,1), - (45724,5761,43,1084,0,-112.501,-104.253,-75.2744,0.855211,7200,2,0,1212,456,0,1), - (45725,1816,0,1083,0,1946.99,-1856.38,70.0017,4.60864,315,10,0,3921,0,0,1), - (45726,1816,0,1083,0,1643.29,-2079.42,60.9107,4.0044,315,10,0,3921,0,0,1), - (45727,1817,0,4124,0,2020.43,-1812.65,66.8084,0.618887,315,5,0,3189,0,0,1), - (45728,1817,0,4124,0,2445.93,-1516.91,101.945,2.39628,315,3,0,3189,0,0,1), - (45729,1821,0,1091,0,1651.54,-1516.35,60.6607,0.768003,315,5,0,3082,0,0,1), - (45730,1821,0,1091,0,1631.76,-1798.07,62.3947,2.8217,315,5,0,3082,0,0,1), - (45731,1817,0,4124,0,1752.92,-1414.71,64.0683,0.232197,315,5,0,3189,0,0,1), - (45732,1821,0,1091,0,2143.93,-1581.34,68.313,2.79351,315,5,0,3082,0,0,1), - (45733,1817,0,4124,0,2109.02,-1547.54,66.7829,2.91699,315,10,0,3189,0,0,1), - (45734,9717,229,0,0,-164.702,-414.037,76.1473,3.1687,7200,2,0,6681,2241,0,1), - (45735,1817,0,4124,0,2051.84,-1492.14,86.1811,4.48684,315,5,0,3189,0,0,1), - (45736,1817,0,4124,0,2314.37,-1556.12,95.6517,4.30814,315,10,0,3189,0,0,1), - (45737,1821,0,1091,0,2047.72,-1614.38,63.0904,2.27671,315,10,0,3082,0,0,1), - (45738,1791,0,570,0,1723.61,-1256.71,59.925,4.90893,315,5,0,2880,0,0,1), - (45739,1784,0,11403,0,1729.2,-1172.24,59.3638,4.95674,315,0,0,2384,1864,0,0), - (45740,1784,0,11403,0,1725.5,-1190.47,59.7376,5.71821,315,5,0,2384,1864,0,1), - (45741,9716,229,0,0,-168.363,-416.843,76.1473,1.57277,7200,2,0,8613,0,0,1), - (45742,9716,229,0,0,-168.491,-410.858,76.1473,4.65782,7200,2,0,8352,0,0,1), - (45743,9717,229,0,0,-175.122,-454.259,87.3903,5.69062,7200,0,0,6681,2241,0,0), - (45744,9716,229,0,0,-171.586,-460.339,87.3903,1.59791,7200,0,0,8613,0,0,0), - (45745,9692,229,0,0,-165.81,-459.49,87.57,2.31,10800,0,0,8352,0,0,0), - (45746,9696,229,0,0,-166.59,-462.11,87.57,2.31,10800,0,0,2699,0,0,0), - (45747,9696,229,0,0,-163.2,-458.92,87.57,2.34,10800,0,0,2699,0,0,0), - (45749,9736,229,0,0,-203.989,-478.353,87.3903,3.84964,28800,0,0,23688,0,0,2), - (45750,9716,229,0,0,-204.508,-463.535,87.3903,2.49248,7200,0,0,8352,0,0,2), - (45751,9716,229,0,0,-206.131,-458.016,87.3903,4.69395,7200,0,0,8352,0,0,0), - (45752,9717,229,0,0,-208.295,-463.045,87.3903,0.938958,7200,0,0,6891,2289,0,0), - (45753,9717,229,0,0,-207.791,-477.928,87.3903,5.14162,7200,0,0,6891,2289,0,0), - (45754,9716,229,0,0,-207.922,-482.942,87.3903,0.937386,7200,0,0,8352,0,0,0), - (45755,9716,229,0,0,-202.722,-481.842,87.3903,3.18127,7200,0,0,8352,0,0,2), - (45756,9716,229,0,0,-175.165,-459.312,87.3903,0.814864,7200,0,0,8352,0,0,2), - (45757,9568,229,0,0,-22.6325,-486.186,90.7531,3.14159,1000000,0,0,33572,0,0,0), - (4813,9216,229,0,0,-49.0348,-427.765,77.8322,1.64061,7200,0,0,13920,0,0,0), - (4805,9216,229,0,0,-79.4547,-523.615,82.6267,0.80285,7200,0,0,13920,0,0,0), - (4817,9696,229,0,0,-38.1504,-519.232,88.0403,3.36848,7200,0,0,2699,0,0,0), - (4816,9693,229,0,0,-47.775,-520.564,87.5643,1.30227,7200,0,0,6891,2289,0,0), - (45769,9716,229,0,0,-117.003,-347.917,70.9524,3.51742,7200,0,0,8613,0,0,2), - (45776,9583,229,0,0,-144.06,-300.461,70.9524,4.78584,7200,0,0,8883,0,0,0), - (45771,9583,229,0,0,-135.985,-298.889,70.9525,3.46716,7200,0,0,8613,0,0,0), - (45801,9696,229,0,0,-165.692,-329.882,64.4008,4.79843,7200,0,0,2784,0,0,0), - (45787,9692,229,0,0,-88.3541,-338.735,70.9511,1.8791,7200,0,0,8613,0,0,2), - (45792,9696,229,0,0,-89.2504,-339.809,70.9524,2.06288,7200,0,0,2699,0,0,0), - (45491,9696,229,0,0,-86.8814,-338.539,70.9524,2.06288,7200,0,0,2784,0,0,0), - (45803,9693,229,0,0,-119.934,-294.888,70.9524,0.42924,7200,0,0,6891,2289,0,0), - (45789,9583,229,0,0,-114.808,-295.624,70.9524,2.52233,7200,0,0,8613,0,0,2), - (45774,9717,229,0,0,-87.6315,-341.359,70.9524,6.16241,7200,0,0,6681,2241,0,0), - (45765,9716,229,0,0,-93.9198,-352.221,70.9524,2.32574,7200,0,0,8352,0,0,0), - (45785,9716,229,0,0,-169.543,-324.113,64.4017,6.07546,7200,0,0,8613,0,0,0), - (45492,9716,229,0,0,-166.83,-328.162,64.4017,1.72829,7200,0,0,8352,0,0,2), - (45763,9716,229,0,0,-93.816,-347.709,70.9524,4.12352,7200,0,0,8613,0,0,0), - (45780,9717,229,0,0,-90.6146,-304.129,70.9524,1.9482,7200,8,0,6891,2289,0,1), - (45790,9693,229,0,0,-117.101,-291.242,70.9524,4.42299,7200,0,0,6891,2289,0,0), - (45777,9716,229,0,0,-139.884,-307.624,70.9524,1.46596,7200,0,0,8352,0,0,2), - (45794,9696,229,0,0,-80.3922,-340.294,70.9524,2.22285,7200,0,0,2784,0,0,0), - (45793,9696,229,0,0,-86.1008,-344.653,70.9524,2.22285,7200,0,0,2699,0,0,0), - (45784,9583,229,0,0,-56.4305,-299.876,70.9413,3.96801,7200,0,0,8613,0,0,0), - (45800,9583,229,0,0,-50.3003,-298.146,70.9406,6.24567,7200,0,0,8613,0,0,0), - (45799,9718,229,0,0,-50.3003,-298.146,70.9406,6.24567,28800,0,0,8883,0,0,0), - (45795,9583,229,0,0,-46.2715,-299.369,70.9406,4.84137,7200,0,0,8613,0,0,0), - (45766,9692,229,0,0,-83.1993,-342.576,70.9524,2.65953,7200,0,0,8352,0,0,0), - (45805,9693,229,0,0,-60.9919,-337.156,70.9415,5.29612,7200,0,0,7107,2369,0,0), - (45804,9583,229,0,0,-56.2781,-338.82,70.9415,3.66563,7200,0,0,8613,0,0,0), - (7745,10177,229,0,0,-68.8686,-343.093,55.116,1.81514,7200,2,0,3876,0,0,1), - (4815,9268,229,0,0,-49.6838,-514.303,88.396,5.44524,7200,0,0,8352,0,0,0), - (4814,9583,229,0,0,-43.5588,-515.171,88.5866,3.70166,7200,0,0,8613,0,0,0), - (4812,9583,229,0,0,-56.9907,-427.546,77.8323,1.44862,7200,0,0,8613,0,0,0), - (4811,9268,229,0,0,-63.3201,-485.629,77.9991,0.85521,7200,0,0,8352,0,0,0), - (4810,9583,229,0,0,-58.8099,-481.005,77.9991,4.41568,7200,0,0,8613,0,0,0), - (4809,9693,229,0,0,-57.4802,-487.082,77.9991,3.22886,7200,0,0,6891,2289,0,0), - (4808,9696,229,0,0,-51.8879,-483.818,77.9991,1.88496,7200,0,0,2699,0,0,0), - (4807,9692,229,0,0,-49.4956,-482.156,77.9991,2.37365,7200,0,0,8352,0,0,0), - (4806,9696,229,0,0,-47.1127,-480.153,77.9991,2.82743,7200,0,0,2699,0,0,0), - (4804,9268,229,0,0,-77.5619,-516.932,81.4632,4.5204,7200,0,0,8352,0,0,0), - (4803,9693,229,0,0,-72.4302,-520.961,82.3316,3.40339,7200,0,0,6891,2289,0,0), - (4802,9583,229,0,0,-53.6383,-442.827,78.2854,4.70957,7200,0,0,8613,0,0,2), - (4818,9696,229,0,0,-36.2227,-523.632,87.432,3.56047,7200,0,0,2699,0,0,0), - (4819,9692,229,0,0,-37.5607,-521.641,87.716,3.45575,7200,0,0,8352,0,0,0), - (45835,10221,229,9563,0,-193.167,-333.018,64.4237,0.774047,3600,3,0,3082,0,0,1), - (45836,10221,229,9563,0,-189.506,-338.428,64.4237,0.781901,3600,3,0,3082,0,0,1), - (45837,10221,229,9563,0,-191.318,-327.289,64.4237,0.0946771,3600,3,0,3082,0,0,1), - (45839,10221,229,9563,0,-189.877,-314.318,64.4244,5.66943,3600,3,0,3082,0,0,1), - (45840,9237,229,9733,0,-10.045,-458.635,-18.645,3.23153,1000000,0,0,28710,0,0,0), - (45841,16044,229,1126,0,-15.9034,-455.282,-18.6442,3.15971,450,0,0,42,0,0,0), - (45842,16048,229,1126,0,44.7101,-536.049,110.936,1.56143,450,0,0,3052,0,0,0), - (45843,9596,229,9668,0,-26.6918,-428.557,-18.935,2.25881,3600,0,0,8883,0,0,0), - (45845,8895,230,8753,0,632.764,30.5004,-73.7048,0.122173,7200,0,0,5886,3964,0,0), - (45846,8893,230,8757,0,636.658,35.152,-73.8296,3.22886,7200,0,0,7113,0,0,0), - (45847,8893,230,8757,0,636.652,31.4808,-73.6692,3.19395,7200,0,0,7113,0,0,0), - (45848,8894,230,8752,0,636.583,28.4628,-73.5385,3.21141,7200,0,0,4980,9300,0,0), - (45849,8894,230,8752,0,636.452,25.8274,-73.4257,3.22886,7200,0,0,4980,9300,0,0), - (45850,8910,230,1070,0,940.976,-305.621,-71.6783,3.9968,7200,0,0,5691,3846,0,0), - (45851,8910,230,1070,0,928.311,-320.615,-71.6783,0.890118,7200,0,0,5691,3846,0,0), - (45852,8895,230,8753,0,625.989,-26.4447,-73.8394,0.523599,7200,0,0,5886,3964,0,0), - (45853,8893,230,8757,0,632.172,-29.5864,-73.2427,3.59538,7200,0,0,7113,0,0,0), - (45854,8893,230,8757,0,630.564,-26.1523,-73.2428,3.61283,7200,0,0,7113,0,0,0), - (45855,8894,230,8752,0,628.928,-22.8526,-73.2824,3.63029,7200,0,0,4980,9300,0,0), - (45856,8894,230,8752,0,627.693,-19.5938,-73.2431,3.64774,7200,0,0,4980,9300,0,0), - (45857,8895,230,8753,0,720.429,-132.657,-71.887,6.0012,7200,5,0,5886,3964,0,1), - (45858,8893,230,8757,0,720.429,-132.657,-71.887,6.0012,7200,0,0,7113,0,0,0), - (45859,8894,230,8752,0,720.429,-132.657,-71.887,6.0012,7200,0,0,4980,9300,0,0), - (45860,14445,0,7976,0,-10215.8,-3803.49,22.555,0.658414,72000,0,0,6468,0,0,2), - (45861,8892,230,8718,0,720.429,-132.657,-71.887,6.0012,7200,0,0,6876,0,0,0), - (45862,8895,230,8753,0,619.407,86.2535,-73.7848,2.67035,7200,0,0,5886,3964,0,0), - (45863,8893,230,8757,0,609.862,83.0139,-73.7865,6.03884,7200,0,0,7113,0,0,0), - (45864,8893,230,8757,0,611.643,87.6111,-73.7864,5.93412,7200,0,0,7113,0,0,0), - (45865,8893,230,8757,0,613.474,92.0275,-73.7863,5.84685,7200,0,0,7113,0,0,0), - (45866,8894,230,8752,0,614.825,96.8101,-73.7865,5.75959,7200,0,0,4980,9300,0,0), - (45867,8921,230,8180,0,649.059,144.845,-73.8695,4.78166,7200,5,0,2672,0,0,1), - (45868,8910,230,0,0,722.875,171.915,-71.9736,4.0795,7200,0,0,5691,3846,0,2), - (45869,8895,230,8753,0,597.316,26.4197,-72.746,0.244346,7200,0,0,5886,3964,0,0), - (45870,8893,230,8757,0,600.897,24.4853,-73.1713,3.28122,7200,0,0,7113,0,0,0), - (45871,8894,230,8752,0,600.469,29.5363,-73.1515,3.28122,7200,0,0,4980,9300,0,0), - (45872,8893,230,8757,0,605.628,25.3446,-73.6744,3.28122,7200,0,0,7113,0,0,0), - (45873,1791,0,570,0,1734.1,-1199.72,59.8638,2.30383,315,0,0,2880,0,0,0), - (45874,8892,230,8718,0,604.827,30.0904,-73.6136,3.28122,7200,0,0,6876,0,0,0), - (45875,8895,230,8753,0,665.063,-52.4277,-73.1494,2.4278,7200,0,0,5886,3964,0,0), - (45876,8893,230,8757,0,666.518,-56.3341,-73.0635,2.42779,7200,0,0,7113,0,0,0), - (45877,8894,230,8752,0,669.137,-53.3106,-73.0747,2.42779,7200,0,0,4980,9300,0,0), - (45878,8893,230,8757,0,665.208,-57.8459,-73.0578,2.42779,7200,0,0,7113,0,0,0), - (45879,8892,230,8718,0,670.446,-51.7988,-73.0803,2.42779,7200,0,0,6876,0,0,0), - (45880,8895,230,8753,0,641.76,124.362,-73.7856,4.99164,7200,0,0,5886,3964,0,0), - (45881,8893,230,8757,0,640.099,127.803,-73.786,4.99164,7200,0,0,7113,0,0,0), - (45882,8894,230,8752,0,638.245,124.286,-73.7859,4.99164,7200,0,0,4980,9300,0,0), - (45883,8893,230,8757,0,636.962,129.764,-73.7864,4.99164,7200,0,0,7113,0,0,0), - (45884,8892,230,8718,0,634.845,125.57,-73.7863,4.99164,7200,0,0,6876,0,0,0), - (45885,9016,230,12162,0,702.416,184.462,-71.988,4.20624,43200,0,0,25330,0,0,0), - (45886,8912,230,8792,0,358.933,-54.3478,-67.0486,0.122173,7200,0,0,5316,3614,0,0), - (45887,8890,230,8758,0,364.619,-54.1914,-66.7459,3.05433,7200,0,0,6414,0,0,0), - (45888,8891,230,8750,0,384.186,-82.2529,-64.1439,3.00197,7200,0,0,6645,0,0,0), - (45889,8891,230,8750,0,413.339,-162.273,-63.2825,3.94444,7200,0,0,6645,0,0,0), - (45890,8891,230,8750,0,409.084,-44.4012,-63.8605,3.75246,7200,0,0,6645,0,0,0), - (45891,8891,230,8750,0,375.304,-104.843,-64.8657,4.24115,7200,0,0,6645,0,0,0), - (45892,8891,230,8750,0,348.197,-112.435,-64.8657,6.24828,7200,0,0,6645,0,0,0), - (45893,8921,230,8180,0,386.969,-153.739,-64.8657,1.06465,7200,0,0,2672,0,0,0), - (45894,8890,230,8758,0,380.542,-79.6814,-64.4891,5.67232,7200,0,0,6414,0,0,0), - (45895,8891,230,8750,0,404.938,-46.5168,-63.8461,0,7200,0,0,6645,0,0,0), - (45896,8921,230,8180,0,512.257,-176.864,-60.2591,5.01771,7200,5,0,2672,0,0,1), - (45897,8921,230,8180,0,512.799,-177.345,-60.1252,3.98234,7200,5,0,2672,0,0,1), - (45898,8921,230,8180,0,513.468,-180.707,-59.7321,5.01773,7200,0,0,2672,0,0,0), - (45899,8892,230,8718,0,649.799,-188.49,-75.1179,4.53786,7200,0,0,6876,0,0,0), - (45900,8892,230,8718,0,647.553,-227.379,-83.3193,5.91667,7200,0,0,6876,0,0,0), - (45901,8921,230,8180,0,592.544,-134.631,-69.2601,3.64774,7200,0,0,2672,0,0,0), - (45902,8921,230,8180,0,596.864,-136.173,-69.502,1.55334,7200,0,0,2672,0,0,0), - (45903,8891,230,8750,0,655.143,-233.742,-83.5416,2.05949,7200,0,0,6645,0,0,0), - (45904,8892,230,8718,0,548.344,-123.727,-62.1628,2.93215,7200,0,0,6876,0,0,0), - (45905,8892,230,8718,0,549.991,-114.152,-62.3849,2.96706,7200,0,0,6876,0,0,0), - (45906,8909,230,2172,0,661.14,-160.517,-73.6136,0.15708,7200,0,0,5316,3614,0,0), - (45907,8909,230,2172,0,657.746,-156.779,-72.9804,1.36136,7200,0,0,5316,3614,0,0), - (45908,8891,230,8750,0,601.197,-267.201,-82.994,0.715585,7200,0,0,6645,0,0,0), - (45909,8891,230,8750,0,630.61,-275.252,-83.677,3.83972,7200,0,0,6645,0,0,0), - (45910,8892,230,8718,0,592.991,-139.189,-68.7439,2.89725,7200,0,0,6876,0,0,0), - (45911,8889,230,8754,0,482.241,-115.99,-62.6958,0.226893,7200,0,0,6186,0,0,0), - (45912,8890,230,8758,0,476.464,-94.0346,-62.5247,1.98968,7200,0,0,6414,0,0,0), - (45913,8890,230,8758,0,488.443,-113.627,-62.013,3.59538,7200,0,0,6414,0,0,0), - (45914,8890,230,8758,0,522.054,-86.6401,-62.552,3.05433,7200,0,0,6414,0,0,0), - (45915,8921,230,8180,0,501.974,-76.0336,-63.0212,4.5521,7200,5,0,2672,0,0,1), - (45916,8921,230,8180,0,504.562,-74.7311,-62.7859,4.42372,7200,5,0,2672,0,0,1), - (45917,8921,230,8180,0,503.076,-72.1034,-63.0386,4.40181,7200,5,0,2672,0,0,1), - (45918,1783,0,733,0,1786.79,-1222.26,59.651,1.9367,315,5,0,2880,0,0,1), - (45919,1791,0,570,0,1771.46,-1237.55,59.9791,5.19998,315,5,0,2880,0,0,1), - (45920,1783,0,733,0,1785.72,-1210.18,59.526,4.23793,315,10,0,2880,0,0,1), - (45921,1791,0,570,0,1777.13,-1265.08,60.3541,3.46671,315,5,0,2880,0,0,1), - (45922,1791,0,570,0,1801.08,-1238.34,60.3152,2.459,315,5,0,2880,0,0,1), - (45923,8890,230,8758,0,515.504,-86.7094,-62.5583,0.069813,7200,0,0,6414,0,0,0), - (45924,8921,230,8180,0,481,-108.655,-62.9098,0.712075,7200,5,0,2672,0,0,1), - (45925,8921,230,8180,0,480.396,-113.96,-62.7327,1.59768,7200,5,0,2672,0,0,1), - (45926,8921,230,8180,0,480.469,-111.473,-62.9548,1.34979,7200,5,0,2672,0,0,1), - (45927,8889,230,8754,0,479.119,-20.5286,-67.4096,1.93731,7200,0,0,6186,0,0,0), - (45928,8889,230,8754,0,470.46,-23.0012,-67.8432,1.78024,7200,0,0,6186,0,0,0), - (45929,8890,230,8758,0,508.805,-117.66,-62.8238,5.13127,7200,0,0,6414,0,0,0), - (45930,8890,230,8758,0,499.568,-57.4589,-62.7666,3.05433,7200,0,0,6414,0,0,0), - (45931,8983,230,8759,0,846.801,16.2806,-53.6395,3.14159,43200,0,0,13362,17928,0,0), - (45932,8906,230,8177,0,851.842,13.2664,-53.6419,2.28638,7200,0,0,7599,0,0,0), - (45933,8907,230,8178,0,856.701,17.871,-53.6308,2.53073,7200,0,0,7842,0,0,0), - (45934,8892,230,8718,0,614.047,-39.4023,-59.9753,3.61283,7200,0,0,6876,0,0,0), - (45935,8892,230,8718,0,627.185,-122.955,-46.1504,2.70526,7200,0,0,6876,0,0,0), - (45936,8891,230,8750,0,626.941,-54.9923,-59.9761,0.715585,7200,0,0,6645,0,0,0), - (45937,8892,230,8718,0,688.344,-130.237,-46.3466,2.14675,7200,0,0,6876,0,0,0), - (45938,8891,230,8750,0,697.92,-140.543,-45.8958,5.89921,7200,0,0,6645,0,0,0), - (45939,8892,230,8718,0,564.076,-81.6126,-44.9377,6.23082,7200,0,0,6876,0,0,0), - (45940,8891,230,8750,0,558.476,-84.2628,-44.9377,4.55531,7200,0,0,6645,0,0,0), - (45941,8891,230,8750,0,568.427,-81.7641,-44.9377,3.12414,7200,0,0,6645,0,0,0), - (45942,8891,230,8750,0,590.742,-56.0564,-59.9498,6.12611,7200,0,0,6645,0,0,0), - (45943,8909,230,0,0,699.724,-128.184,-45.6961,3.9079,7200,0,0,5316,3614,0,2), - (45944,8911,230,5488,0,682.926,55.1231,-59.9582,4.72984,7200,0,0,7599,0,0,0), - (45945,8911,230,5488,0,711.948,33.2579,-45.3835,0.418879,7200,0,0,7599,0,0,0), - (45946,8898,230,8751,0,717.922,36.237,-45.3848,3.9619,7200,0,0,6078,4082,0,0), - (45947,8898,230,8751,0,719.831,57.1718,-44.9377,1.74533,7200,0,0,6078,4082,0,0), - (45948,8898,230,8751,0,752.979,-48.4012,-46.1504,5.3058,7200,0,0,6078,4082,0,0), - (45949,8911,230,5488,0,688.132,54.0359,-45.3838,1.01229,7200,0,0,7599,0,0,0), - (45950,8899,230,8821,0,692.283,-16.0764,-45.5909,1.71042,7200,0,0,7599,0,0,0), - (45951,8899,230,8820,0,692.489,57.5112,-45.3842,3.50811,7200,0,0,7599,0,0,0), - (45952,8898,230,8751,0,760.401,-45.5855,-46.1504,5.37561,7200,0,0,6078,4082,0,0), - (45953,8898,230,8751,0,679.312,-5.77373,-59.9752,5.41052,7200,0,0,6078,4082,0,0), - (45954,9033,230,8756,0,652.39,21.3737,-59.976,0.087266,43200,0,0,22272,0,0,0), - (45955,8901,230,9288,0,654.28,17.6029,-59.9755,1.79769,10800,0,0,760,0,0,0), - (45956,8901,230,8755,0,656.497,19.4238,-59.9749,2.56563,10800,0,0,760,0,0,0), - (45957,830,0,342,0,-9623.58,1403.36,7.36983,3.39748,300,10,0,273,0,0,1), - (45958,8901,230,8755,0,656.37,22.6035,-59.9749,3.49066,10800,0,0,760,0,0,0), - (45959,8901,230,8755,0,654.966,24.1877,-59.9753,4.17134,10800,0,0,760,0,0,0), - (45960,830,0,342,0,-9639.25,1248.36,4.29725,2.57835,300,10,0,273,0,0,1), - (45961,11740,1,15386,0,-6726.58,432.99,-1.36434,4.58529,300,10,0,3137,0,0,1), - (45962,11740,1,15386,0,-6676.78,142.297,3.71995,1.36229,300,25,0,3137,0,0,1), - (45963,11740,1,15386,0,-6300.93,720.372,12.319,6.18449,300,25,0,3137,0,0,1), - (45964,11740,1,15386,0,-6254.82,424.967,11.6119,4.05336,300,25,0,3137,0,0,1), - (45965,11740,1,15386,0,-6486.07,318.915,2.09775,0.647937,300,25,0,3137,0,0,1), - (45966,11740,1,15386,0,-6279.4,586.78,8.01417,0.447365,300,25,0,3137,0,0,1), - (45967,11740,1,15386,0,-6369.08,590.935,0.694509,2.8217,300,25,0,3137,0,0,1), - (45968,11740,1,15386,0,-6252.12,669.989,15.4503,3.37868,300,25,0,3137,0,0,1), - (45969,11740,1,15386,0,-6214.73,631.908,7.91573,1.19077,300,25,0,3137,0,0,1), - (45970,11740,1,15386,0,-6715.38,84.887,4.62887,2.31471,300,25,0,3137,0,0,1), - (45971,11740,1,15386,0,-6621,1181.55,0.596058,3.08198,300,25,0,3137,0,0,1), - (45972,11740,1,15386,0,-6807.48,981.084,1.52729,5.06533,300,25,0,3137,0,0,1), - (45973,11740,1,15386,0,-6816.76,1052.02,-1.07425,4.86856,300,25,0,3137,0,0,1), - (45974,11740,1,15386,0,-6768.84,1169.75,3.2007,5.29552,300,25,0,3137,0,0,1), - (45975,11740,1,15386,0,-6777.38,1251.21,7.48943,1.9047,300,25,0,3137,0,0,1), - (45976,11740,1,15386,0,-6871.77,1076.03,5.23142,5.88002,300,25,0,3137,0,0,1), - (45977,11740,1,15386,0,-6922.91,163.062,1.70013,4.44939,300,25,0,3137,0,0,1), - (45978,11740,1,15386,0,-6890.82,127.04,2.88365,4.63084,300,25,0,3137,0,0,1), - (45979,11740,1,15386,0,-7051.74,185.019,5.08362,2.629,300,25,0,3137,0,0,1), - (45980,11740,1,15386,0,-6995.01,250.111,4.8025,5.77624,300,25,0,3137,0,0,1), - (45981,11740,1,15386,0,-6982.33,307.213,3.73208,3.57489,300,25,0,3137,0,0,1), - (45982,11740,1,15386,0,-6926.82,439.622,4.15519,4.12316,300,25,0,3137,0,0,1), - (45983,11740,1,15386,0,-6836.04,362.72,2.34688,0.720483,300,10,0,3137,0,0,1), - (45984,11740,1,15386,0,-6897.38,271.933,4.11313,6.11451,300,25,0,3137,0,0,1), - (45985,11740,1,15386,0,-6871.23,313.506,-0.068083,2.87671,300,25,0,3137,0,0,1), - (45986,11740,1,15386,0,-6467.49,384.979,1.43491,3.22571,300,25,0,3137,0,0,1), - (45987,11740,1,15386,0,-6461.51,293.914,5.1022,2.29955,300,25,0,3137,0,0,1), - (45988,11740,1,15386,0,-6578.73,450.104,-0.221316,6.21348,300,25,0,3137,0,0,1), - (45989,11740,1,15386,0,-6684.38,486.695,3.38946,0.050837,300,25,0,3137,0,0,1), - (45990,11740,1,15386,0,-6647.99,502.577,3.39403,4.70653,300,25,0,3137,0,0,1), - (45991,11740,1,15386,0,-6479.98,497.192,1.43725,1.50241,300,25,0,3137,0,0,1), - (45992,11740,1,15386,0,-6445.49,657.568,4.91326,1.42707,300,25,0,3137,0,0,1), - (45993,11740,1,15386,0,-6446.47,702.41,5.18243,5.95498,300,25,0,3137,0,0,1), - (45994,11740,1,15386,0,-6714.5,654.574,7.73983,5.45171,300,25,0,3137,0,0,1), - (45995,11740,1,15386,0,-6514.17,573.904,1.1313,4.84572,300,25,0,3137,0,0,1), - (45996,11740,1,15386,0,-6475.5,563.838,4.14588,3.44483,300,25,0,3137,0,0,1), - (45997,11740,1,15386,0,-6554.27,545.433,1.9297,2.88741,300,25,0,3137,0,0,1), - (45998,11740,1,15386,0,-6623.44,596.077,1.99228,5.38713,300,25,0,3137,0,0,1), - (45999,11740,1,15386,0,-6716.38,614.875,3.06516,3.04581,300,25,0,3137,0,0,1), - (46000,11740,1,15386,0,-6679.9,628.205,7.36551,1.41859,300,25,0,3137,0,0,1), - (46001,11740,1,15386,0,-6610.44,652.48,5.40585,3.51024,300,25,0,3137,0,0,1), - (46002,11740,1,15386,0,-6701.25,746.055,19.7237,1.48584,300,10,0,3137,0,0,1), - (46003,11740,1,15386,0,-6755.63,1205.9,3.64473,0.65176,300,25,0,3137,0,0,1), - (46004,11740,1,15386,0,-6731.04,1253.75,4.13501,3.33822,300,25,0,3137,0,0,1), - (46005,11740,1,15386,0,-6861.36,967.844,2.50629,4.74952,300,25,0,3137,0,0,1), - (46006,11740,1,15386,0,-6663.57,73.428,3.2664,0.708658,300,25,0,3137,0,0,1), - (46007,11740,1,15386,0,-6725.06,424.105,-1.36434,1.02019,300,10,0,3137,0,0,1), - (46008,11740,1,15386,0,-6720.41,387.514,-1.4585,5.11698,300,10,0,3137,0,0,1), - (46009,11741,1,14524,0,-7056.8,1839.1,-0.970064,2.3564,300,3,0,3758,0,0,1), - (46010,11741,1,14524,0,-6983.4,1550.22,2.31101,5.11482,300,25,0,3758,0,0,1), - (46011,11741,1,14524,0,-7483.33,1383.33,5.2249,3.31583,300,25,0,3758,0,0,1), - (46012,11741,1,14524,0,-7168.41,1326.74,3.20321,2.35616,300,25,0,3758,0,0,1), - (46013,11741,1,14524,0,-6973.82,1352.36,0.39585,6.07277,300,25,0,3758,0,0,1), - (46014,11741,1,14524,0,-6604,1554.13,3.60442,0.148171,300,25,0,3758,0,0,1), - (46015,11741,1,14524,0,-7231.63,865.571,-0.799741,4.12424,300,25,0,3758,0,0,1), - (46016,11741,1,14524,0,-7253.63,1322.35,3.96372,2.33262,300,25,0,3758,0,0,1), - (46017,11741,1,14524,0,-7348.71,1376.91,1.28208,4.75537,300,25,0,3758,0,0,1), - (46018,11741,1,14524,0,-7217.48,1188.95,0.9796,4.81215,300,25,0,3758,0,0,1), - (46019,11741,1,14524,0,-7035.71,1468.99,3.33042,2.35557,300,25,0,3758,0,0,1), - (46020,11741,1,14524,0,-7390.28,1391.79,6.51064,1.55762,300,25,0,3758,0,0,1), - (46021,11741,1,14524,0,-6869.18,1552.24,-0.681335,3.16027,300,25,0,3758,0,0,1), - (46022,11741,1,14524,0,-6966.25,1490.26,2.4186,3.54931,300,25,0,3758,0,0,1), - (46023,11741,1,14524,0,-6911.76,1655.69,-0.630716,2.68351,300,25,0,3758,0,0,1), - (46024,11741,1,14524,0,-6979.42,1386.98,5.33998,5.65023,300,25,0,3758,0,0,1), - (46025,11741,1,14524,0,-6813.66,1806.74,0.381235,4.5217,300,25,0,3758,0,0,1), - (46026,11741,1,14524,0,-7013.52,1486.78,1.83678,3.99338,300,25,0,3758,0,0,1), - (46027,11741,1,14524,0,-6991.51,1508.23,2.75219,5.01591,300,25,0,3758,0,0,1), - (46028,11741,1,14524,0,-6969.1,1458.66,1.92439,3.7314,300,25,0,3758,0,0,1), - (46029,11741,1,14524,0,-6871.05,1787.38,3.92842,0.513453,300,25,0,3758,0,0,1), - (46030,11741,1,14524,0,-6686.23,1409.36,4.23235,4.68983,300,25,0,3758,0,0,1), - (46031,11741,1,14524,0,-6897.36,1319.36,4.16816,2.8492,300,25,0,3758,0,0,1), - (46032,11741,1,14524,0,-6920.36,1563.32,5.00839,1.98069,300,25,0,3758,0,0,1), - (46033,11741,1,14524,0,-7250.87,1225.57,3.44418,5.45152,300,25,0,3758,0,0,1), - (46034,11741,1,14524,0,-6862.56,1272.81,2.71369,1.90922,300,25,0,3758,0,0,1), - (46035,11741,1,14524,0,-6821.12,1251.12,1.97907,5.0987,300,25,0,3758,0,0,1), - (46036,11741,1,14524,0,-6912.36,1513.32,2.44068,4.64648,300,25,0,3758,0,0,1), - (46037,11741,1,14524,0,-7492.29,1275.06,1.63029,3.28874,300,25,0,3758,0,0,1), - (46038,11741,1,14524,0,-7200.33,811.887,7.90027,4.19324,300,25,0,3758,0,0,1), - (46039,11741,1,14524,0,-7419.63,1219.3,1.2198,2.37777,300,25,0,3758,0,0,1), - (46040,11741,1,14524,0,-6839.6,1342.36,6.29361,3.46511,300,25,0,3758,0,0,1), - (46041,11741,1,14524,0,-6912.15,1394.42,0.229195,5.66784,300,25,0,3758,0,0,1), - (46042,11741,1,14524,0,-6877.85,1471.24,6.33015,5.01715,300,25,0,3758,0,0,1), - (46043,11741,1,14524,0,-7280.97,1153,3.93037,1.6412,300,25,0,3758,0,0,1), - (46044,11741,1,14524,0,-7279.54,1217.49,2.96406,6.27635,300,25,0,3758,0,0,1), - (46045,11741,1,14524,0,-6604.02,1611.83,7.26247,0.263857,300,25,0,3758,0,0,1), - (46046,11741,1,14524,0,-7454.13,1064.26,3.37189,6.1084,300,25,0,3758,0,0,1), - (46047,11741,1,14524,0,-7354.28,1214.16,-1.39587,4.10475,300,25,0,3758,0,0,1), - (46048,11741,1,14524,0,-7149.76,1010.74,3.67727,4.79448,300,25,0,3758,0,0,1), - (46049,11741,1,14524,0,-6947.61,1821.61,5.19022,1.28664,300,25,0,3758,0,0,1), - (46050,11741,1,14524,0,-7380.02,1079.24,4.36517,3.32441,300,25,0,3758,0,0,1), - (46051,11741,1,14524,0,-7077.66,997.48,3.31019,4.44965,300,25,0,3758,0,0,1), - (46052,11741,1,14524,0,-7089.02,1383.34,4.29551,6.23918,300,25,0,3758,0,0,1), - (46053,11741,1,14524,0,-7102.51,1111.3,4.14862,3.21889,300,30,0,3758,0,0,1), - (46054,11741,1,14524,0,-7137.98,1160.62,4.2034,1.21168,300,30,0,3758,0,0,1), - (46055,11741,1,14524,0,-7181.8,1116.9,4.22616,6.09076,300,25,0,3758,0,0,1), - (46056,11741,1,14524,0,-7382.77,1181.14,2.4263,5.26353,300,25,0,3758,0,0,1), - (46057,11741,1,14524,0,-7423.6,322.012,9.37084,3.13447,300,25,0,3758,0,0,1), - (46058,11741,1,14524,0,-7318.28,847.004,3.28769,0.82405,300,25,0,3758,0,0,1), - (46059,11741,1,14524,0,-7127.54,1169.2,6.08549,0.212528,300,30,0,3758,0,0,1), - (46060,11741,1,14524,0,-7398.23,344.692,5.32836,3.47817,300,25,0,3758,0,0,1), - (46061,11741,1,14524,0,-7330.81,772.928,3.61889,1.72349,300,25,0,3758,0,0,1), - (46062,11741,1,14524,0,-7280.68,856.382,3.49017,5.70372,300,25,0,3758,0,0,1), - (46063,11741,1,14524,0,-7415.04,683.132,-9.1531,2.35502,300,25,0,3758,0,0,1), - (46064,11741,1,14524,0,-7286.73,729.033,0.45297,4.32826,300,25,0,3758,0,0,1), - (46065,11741,1,14524,0,-7453.3,679.843,-14.5312,4.0154,300,25,0,3758,0,0,1), - (46066,11741,1,14524,0,-7380.47,693.895,-4.84879,1.31611,300,25,0,3758,0,0,1), - (46067,11741,1,14524,0,-7278.44,616.648,-0.319854,6.24414,300,25,0,3758,0,0,1), - (46068,11741,1,14524,0,-7483.41,719.62,-17.4762,4.36903,300,25,0,3758,0,0,1), - (46069,11741,1,14524,0,-7382.6,619.636,-7.66648,5.33559,300,25,0,3758,0,0,1), - (46070,11741,1,14524,0,-7366.65,667.881,-4.42868,3.76325,300,25,0,3758,0,0,1), - (46071,11741,1,14524,0,-7328.62,524.828,4.53838,2.63006,300,25,0,3758,0,0,1), - (46072,11741,1,14524,0,-7281.08,830.966,1.02534,1.42572,300,25,0,3758,0,0,1), - (46073,11741,1,14524,0,-7419.77,857.839,-0.878613,5.16842,300,25,0,3758,0,0,1), - (46074,11741,1,14524,0,-7347.96,618.445,-3.22368,0.842077,300,25,0,3758,0,0,1), - (46075,11744,1,8715,0,-6379.37,1580.1,29.5784,0.726572,300,25,0,3529,0,0,1), - (46076,11744,1,8715,0,-6421.93,1545.89,15.9053,1.15654,300,3,0,3529,0,0,1), - (46077,11744,1,8715,0,-6280.79,1486.48,8.55399,0.63455,300,10,0,3529,0,0,1), - (46078,11744,1,8715,0,-6349.15,1479.7,6.15196,3.70681,300,25,0,3529,0,0,1), - (46079,11744,1,8715,0,-6313.37,1518.46,3.4258,4.75561,300,25,0,3529,0,0,1), - (46080,11744,1,8715,0,-6289.55,1419.19,10.4278,2.91687,300,10,0,3529,0,0,1), - (46081,11744,1,8715,0,-6349.08,1420.93,2.37295,4.56137,300,15,0,3529,0,0,1), - (46082,11744,1,8715,0,-6330.73,1450,4.64929,3.14159,300,10,0,3529,0,0,1), - (46083,11744,1,8715,0,-6380.06,1451.02,1.3141,4.41365,300,15,0,3529,0,0,1), - (46084,11744,1,8715,0,-6257.71,1379.22,16.6288,2.84251,300,15,0,3529,0,0,1), - (46085,11744,1,8715,0,-6313.1,1389.77,5.88053,5.34591,300,15,0,3529,0,0,1), - (46086,11744,1,8715,0,-6272.04,1345.82,13.5053,5.81784,300,15,0,3529,0,0,1), - (46087,11744,1,8715,0,-6247.47,1328.54,15.8083,1.46867,300,10,0,3529,0,0,1), - (46088,11744,1,8715,0,-6481.32,1543.75,18.0654,0.00892,300,3,0,3529,0,0,1), - (46089,11744,1,8715,0,-6456.59,1509.7,6.62514,5.73433,300,25,0,3529,0,0,1), - (46090,11744,1,8715,0,-6388.23,1513.59,4.47194,4.76596,300,15,0,3529,0,0,1), - (46091,11744,1,8715,0,-6425.82,1487.09,4.0856,2.79925,300,15,0,3529,0,0,1), - (46092,11744,1,8715,0,-6365.14,1547.94,2.9981,0.005859,300,25,0,3529,0,0,1), - (46093,11744,1,8715,0,-6550.43,1327.79,3.36919,0.666546,300,25,0,3529,0,0,1), - (46094,11744,1,8715,0,-6352.85,381.678,6.41679,4.69676,300,25,0,3529,0,0,1), - (46095,11744,1,8715,0,-6447.4,190.467,4.82517,1.5708,300,25,0,3529,0,0,2), - (46096,11744,1,8715,0,-6821.03,1095.26,3.51726,3.56854,300,30,0,3529,0,0,1), - (46097,11744,1,8715,0,-6614.34,1743.93,3.22246,0.927188,300,25,0,3529,0,0,1), - (46098,11744,1,8715,0,-6594.01,1851.97,3.32129,5.85187,300,25,0,3529,0,0,1), - (46099,11744,1,8715,0,-6549.77,1890.73,2.6954,0.462774,300,15,0,3529,0,0,1), - (46100,11744,1,8715,0,-6740.08,718.924,4.91161,2.56501,300,25,0,3529,0,0,1), - (46101,11744,1,8715,0,-6684.59,352.244,0.258471,1.51021,300,25,0,3529,0,0,1), - (46102,11744,1,8715,0,-6504.36,584.742,0.716549,4.19373,300,30,0,3529,0,0,1), - (46103,11744,1,8715,0,-6589.11,1713.7,4.64094,1.22186,300,25,0,3529,0,0,1), - (46104,11744,1,8715,0,-6474.89,1876.75,4.02696,5.8991,300,15,0,3529,0,0,1), - (46105,11744,1,8715,0,-6452.37,1855.18,5.85118,0.286217,300,10,0,3529,0,0,1), - (46106,11744,1,8715,0,-6420.58,1885.21,5.52267,5.29897,300,25,0,3529,0,0,1), - (46107,11744,1,8715,0,-6505.6,1923.67,6.57556,0.984951,300,3,0,3529,0,0,1), - (46108,11744,1,8715,0,-6576.05,1924.09,5.91155,0.865164,300,15,0,3529,0,0,1), - (46109,11744,1,8715,0,-6536.94,1943.87,5.90003,6.21286,300,10,0,3529,0,0,1), - (46110,11744,1,8715,0,-6620.27,1885.99,4.55606,1.09797,300,10,0,3529,0,0,1), - (46111,11744,1,8715,0,-6579.03,1942.08,7.77902,3.03978,300,15,0,3529,0,0,1), - (46112,11744,1,8715,0,-6643.73,1910.11,3.25086,5.95619,300,10,0,3529,0,0,1), - (46113,11744,1,8715,0,-6644.7,1841.51,5.34003,5.58145,300,10,0,3529,0,0,1), - (46114,11744,1,8715,0,-6542.49,1749.3,11.255,2.22661,300,25,0,3529,0,0,1), - (46115,11744,1,8715,0,-6381.03,1844.37,4.16715,1.83128,300,3,0,3529,0,0,1), - (46116,11744,1,8715,0,-6520.29,1781.11,10.1355,2.95013,300,25,0,3529,0,0,1), - (46117,11744,1,8715,0,-6487.32,1755.24,21.7987,3.31027,300,25,0,3529,0,0,1), - (46118,11744,1,8715,0,-6452.47,1777.85,11.2354,2.19184,300,10,0,3529,0,0,1), - (46119,11744,1,8715,0,-6494.02,1824.12,3.24074,2.15728,300,10,0,3529,0,0,1), - (46120,11744,1,8715,0,-6584.3,1777.79,2.10899,4.53853,300,25,0,3529,0,0,1), - (46121,11744,1,8715,0,-6550.36,1814.8,3.58872,5.45665,300,15,0,3529,0,0,1), - (46122,11744,1,8715,0,-6656.23,1786.67,5.74381,5.21234,300,30,0,3529,0,0,1), - (46123,11744,1,8715,0,-6682.62,1827.92,1.12624,0.879076,300,30,0,3529,0,0,1), - (46124,11744,1,8715,0,-6701.69,1845.64,5.09971,2.6176,300,30,0,3529,0,0,1), - (46125,11744,1,8715,0,-6614.57,1820.36,0.680036,1.29024,300,10,0,3529,0,0,1), - (46126,11744,1,8715,0,-6712.41,1906.51,5.99436,0.607761,300,25,0,3529,0,0,1), - (46127,11744,1,8715,0,-6715.15,145.668,2.85095,4.92446,300,30,0,3529,0,0,1), - (46128,11745,1,8716,0,-7891.83,1420.22,-6.02647,-1.82825,300,25,0,3758,0,0,1), - (46129,11745,1,8716,0,-7418.22,937.322,1.70314,4.63419,300,30,0,3758,0,0,1), - (46130,11745,1,8716,0,-7342.15,1269.57,1.78399,5.27178,300,30,0,3758,0,0,1), - (46131,11745,1,8716,0,-7340.03,889.994,3.04917,4.84955,300,25,0,3758,0,0,1), - (46132,11745,1,8716,0,-7786.8,1024.51,-1.60028,2.61155,300,25,0,3758,0,0,1), - (46133,11746,1,8550,0,-6319.1,1596.87,10.2979,2.20176,300,25,0,3644,0,0,1), - (46134,11746,1,8550,0,-6356.15,1884.94,18.2527,4.81306,300,25,0,3644,0,0,1), - (46135,11746,1,8550,0,-6412.16,1749.37,19.7187,4.13847,300,25,0,3644,0,0,1), - (46136,11746,1,8550,0,-6310.45,1651.13,7.52784,3.52391,300,3,0,3644,0,0,1), - (46137,11746,1,8550,0,-6213.37,1600.04,8.39445,4.98574,300,25,0,3644,0,0,1), - (46138,11746,1,8550,0,-6285.78,1551.39,4.53684,3.17713,300,25,0,3644,0,0,2), - (46139,11746,1,8550,0,-6243.16,1648.05,4.67331,4.10863,300,15,0,3644,0,0,1), - (46140,11746,1,8550,0,-6289.05,1615.21,12.2278,1.33836,300,25,0,3644,0,0,1), - (46141,11746,1,8550,0,-6228.19,1769.88,14.0261,2.16032,300,10,0,3644,0,0,1), - (46142,11746,1,8550,0,-6221.19,1680.12,6.27618,3.81979,300,30,0,3644,0,0,1), - (46143,11746,1,8550,0,-6182.5,1657.98,12.371,0.770954,300,3,0,3644,0,0,1), - (46144,11746,1,8550,0,-6278.17,1681.24,4.97353,5.67622,300,10,0,3644,0,0,1), - (46145,11746,1,8550,0,-6318.53,1720.78,2.38086,2.51646,300,10,0,3644,0,0,1), - (46146,11746,1,8550,0,-6188.41,1713.74,17.883,4.45179,300,10,0,3644,0,0,1), - (46147,11746,1,8550,0,-7199.91,922.471,2.31472,5.73121,300,25,0,3644,0,0,1), - (46148,11746,1,8550,0,-6326.34,1777.15,4.08176,1.1599,300,10,0,3644,0,0,1), - (46149,11746,1,8550,0,-6343.9,1817.1,4.59923,3.98089,300,10,0,3644,0,0,1), - (46150,11746,1,8550,0,-6283.58,1812.41,6.36609,5.33559,300,10,0,3644,0,0,1), - (46151,11746,1,8550,0,-6190.84,1784.27,22.1443,1.67329,300,3,0,3644,0,0,1), - (46152,11746,1,8550,0,-6203.97,1803.95,19.7091,5.83859,300,10,0,3644,0,0,1), - (46153,11746,1,8550,0,-6158.91,1764.84,28.9728,3.88762,300,10,0,3644,0,0,1), - (46154,11746,1,8550,0,-6254.01,1777.55,10.1536,5.74444,300,25,0,3644,0,0,1), - (46155,11746,1,8550,0,-6294.12,1746.85,4.51144,3.5288,300,10,0,3644,0,0,1), - (46156,11746,1,8550,0,-6322.95,1841.93,6.80206,2.01261,300,3,0,3644,0,0,1), - (46157,11746,1,8550,0,-6374.47,1719.14,19.7894,0.157769,300,25,0,3644,0,0,1), - (46158,11746,1,8550,0,-6362.56,1745.99,6.88926,3.44632,300,25,0,3644,0,0,1), - (46159,11746,1,8550,0,-6370.78,1789.28,3.02023,3.75616,300,10,0,3644,0,0,1), - (46160,11746,1,8550,0,-6894.45,1788.83,5.35434,0.549937,300,10,0,3644,0,0,1), - (46161,11747,1,1162,0,-7527.82,1183.32,0.158049,3.43866,300,30,0,3876,0,0,1), - (46162,11747,1,1162,0,-8024.72,1347.41,-6.15564,-1.04866,300,25,0,3876,0,0,1), - (46163,11747,1,1162,0,-7767.45,1565.16,1.01961,2.68144,300,30,0,3876,0,0,1), - (46164,15609,1,15563,0,-8222.82,666.498,-71.7165,0.890118,600,0,0,5300,0,0,0), - (46165,15610,1,15561,0,-7408.39,1714.49,-91.4569,0.191986,600,0,0,2200,0,0,0), - (46166,15611,1,15562,0,-6279.15,1006.77,-40.2096,5.96903,600,0,0,2200,0,0,0), - (46167,15612,1,15567,0,-7547.94,718.819,-16.2931,4.66003,600,0,0,23123,0,0,0), - (46168,15613,1,15568,0,-7537.15,731.184,-16.4181,2.79253,600,0,0,26000,12170,0,0), - (46169,15614,1,15569,0,-6860.21,721.879,45.7454,5.3058,600,0,0,3700,2486,0,0), - (46170,15615,1,15570,0,-7556.6,749.007,-17.5788,5.61996,600,0,0,23000,28755,0,0), - (46171,3587,1,1730,0,10442.9,783.989,1337.37,3.42085,300,0,0,372,0,0,0), - (46172,3588,1,1729,0,10485,824.842,1322.83,4.15388,300,0,0,334,0,0,0), - (46173,3589,1,1728,0,10436.7,794.837,1322.79,4.32842,300,0,0,413,0,0,0), - (46174,3590,1,1727,0,10438.1,787.295,1337.37,4.29351,300,0,0,372,0,0,0), - (46175,3591,1,1726,0,10485.9,811.184,1322.83,2.9147,300,0,0,372,0,0,0), - (46176,15624,1,12432,0,10205,1902.57,1333.15,3.74999,300,0,0,120,0,0,0), - (46177,3592,1,1722,0,10479.2,826.638,1322.83,4.86947,300,0,0,413,0,0,0), - (46178,3593,1,1721,0,10526.6,778.086,1329.68,2.47837,300,0,0,456,0,0,0), - (46179,3594,1,1725,0,10519.1,778.014,1329.68,1.53589,300,0,0,456,0,0,0), - (46180,14602,1,14632,0,10132.9,2527.95,1325.16,4.01426,300,0,0,64,0,0,0), - (46181,3595,1,1733,0,10458.8,801.623,1346.84,3.75246,300,0,0,413,370,0,0), - (46182,3596,1,1723,0,10458.5,827.868,1381.02,2.11185,300,0,0,413,370,0,0), - (46183,3597,1,1732,0,10464,829.538,1381.02,2.89725,300,0,0,456,406,0,0), - (46184,3598,1,1707,0,9822.23,952.007,1308.86,1.13446,300,0,0,860,0,0,0), - (46185,3599,1,1704,0,9790.31,943.87,1308.86,1.01229,300,0,0,481,0,0,0), - (46186,3600,1,1708,0,9905.44,985.433,1313.92,2.44346,300,0,0,980,793,0,0), - (46188,3601,1,1703,0,9812.33,928.806,1308.19,4.17134,300,0,0,919,753,0,0), - (46189,3602,1,1706,0,9741.91,966,1293.78,5.35816,300,0,0,1042,834,0,0), - (46190,8723,1,7996,0,9856.97,2343.12,1321.67,5.67232,300,0,0,3517,0,0,0), - (46191,3603,1,1702,0,9767.76,879.807,1297.78,0.453786,300,0,0,1454,0,0,0), - (46192,3604,1,1709,0,9773.23,875.643,1297.78,1.88496,300,0,0,748,0,0,0), - (46193,3605,1,1719,0,10153.3,1682.3,1326.09,2.67035,300,0,0,992,0,0,0), - (46194,3606,1,1717,0,10671.9,1945.49,1335.3,3.56047,300,0,0,939,0,0,0), - (46195,3607,1,1718,0,8657.6,969.568,2.06634,2.72271,300,0,0,1624,0,0,0), - (46196,3608,1,1700,0,9891.88,988.308,1327.65,3.66519,300,0,0,748,0,0,0), - (46197,3609,1,1712,0,9812.37,947.578,1308.85,1.69297,300,0,0,416,0,0,0), - (46198,3610,1,1705,0,9821.98,968.831,1308.86,4.50295,300,0,0,860,0,0,0), - (46199,3611,1,1701,0,9786.35,957.079,1308.86,5.53269,300,0,0,70,0,0,0), - (46200,3612,1,1714,0,9809.02,946.477,1308.85,1.8326,300,0,0,166,0,0,0), - (46201,3613,1,1710,0,9815.89,948.602,1308.85,1.98968,300,0,0,447,0,0,0), - (46202,2077,1,4237,0,10389.8,763.477,1320.33,3.97935,300,0,0,166,0,0,0), - (46203,3614,1,1711,0,9891.66,1000.31,1328.03,5.60251,300,0,0,695,0,0,0), - (46204,2078,1,1896,0,9887.53,965.54,1313.9,3.66519,300,0,0,456,0,0,0), - (46205,2079,1,1285,0,10328.9,826.052,1326.46,2.63545,300,0,0,138,0,0,0), - (46206,2080,1,2484,0,9506.92,713.766,1255.89,0.279253,300,0,0,456,0,0,0), - (46207,2081,1,1682,0,9811.15,963.279,1308.87,5.68977,300,0,0,500,0,0,0), - (46208,11041,1,10573,0,10078,2352.19,1321.67,4.46804,300,0,0,1172,0,0,0), - (46209,2082,1,2458,0,10417.7,871.194,1319.49,3.50811,300,0,0,372,0,0,0), - (46210,11042,1,10574,0,10067.3,2341.64,1321.65,1.44862,300,0,0,1764,0,0,0), - (46211,2083,1,2459,0,9872.26,959.278,1308.15,5.18363,300,0,0,500,0,0,0), - (46212,2852,1,4246,0,9094.31,1844.03,1327.55,5.49779,300,0,0,413,0,0,0), - (46213,2852,1,4246,0,9095.98,1845.66,1327.49,4.90438,300,0,0,413,0,0,0), - (46214,2852,1,4246,0,9095.22,1838.83,1327.26,1.06465,300,0,0,413,0,0,0), - (46215,2852,1,4246,0,9093.74,1841.18,1327.53,0.139626,300,0,0,413,0,0,0), - (46216,14378,1,0,0,9937.49,2509.93,1317.9,4.25052,600,0,0,9298,0,0,2), - (46217,4138,1,2205,0,10200.3,2517.94,1368.91,3.21141,300,0,0,3139,5751,0,0), - (46218,11050,1,10582,0,10088.6,2265.82,1333.08,0.15708,300,0,0,1240,0,0,0), - (46219,14379,1,0,0,10130.4,2577.26,1324.22,5.44146,600,0,0,9106,0,0,2), - (46220,14380,1,0,0,9629.79,2347.47,1327.81,6.15194,600,0,0,9298,0,0,2), - (46221,4146,1,2206,0,10178,2511.01,1343.24,2.42601,300,0,0,2471,3191,0,0), - (46222,2107,1,1854,0,9845.15,440.93,1317.27,3.15905,300,0,0,228,0,0,0), - (46223,4155,1,2210,0,9938.84,2521.53,1317.66,4.38078,300,0,0,2972,0,0,0), - (46224,830,0,342,0,-9657.25,1240.72,8.74018,1.21701,300,10,0,273,0,0,1), - (46225,830,0,342,0,-9642.94,1271.48,4.21368,4.89203,300,10,0,273,0,0,1), - (46226,1784,0,11403,0,1721.9,-1140.79,60.801,2.67889,315,10,0,2384,1864,0,1), - (46227,1783,0,733,0,1021.9,-1620.34,63.8074,3.72472,315,10,0,2880,0,0,1), - (46228,1791,0,570,0,1176.83,-1785.79,62.4031,3.5482,315,10,0,2880,0,0,1), - (46229,1791,0,570,0,1186.94,-1713.62,61.1927,0.4232,315,10,0,2880,0,0,1), - (46230,830,0,342,0,-9648.06,1382.84,11.7258,5.61159,300,10,0,273,0,0,1), - (46231,1783,0,733,0,1136.66,-1710.72,62.4173,4.27272,315,5,0,2880,0,0,1), - (46232,1791,0,570,0,1061.77,-1677.36,62.4129,4.0583,315,10,0,2880,0,0,1), - (46233,1791,0,570,0,1217.54,-1744.98,62.7556,4.1149,315,0,0,2880,0,0,0), - (46234,1791,0,570,0,1071.76,-1732.52,61.9333,0.696964,315,10,0,2880,0,0,1), - (46235,1791,0,570,0,1071.92,-1666.04,63.3236,4.66403,315,10,0,2880,0,0,1), - (46236,8911,230,5488,0,1022.1,-303.398,-116.355,1.51979,7200,5,0,7599,0,0,1), - (46237,830,0,342,0,-9675.18,1272.23,8.29307,4.29001,300,10,0,273,0,0,1), - (46238,7740,1,6840,0,9634.06,2495.63,1354.89,4.67748,300,0,0,4108,2117,0,0), - (46239,4156,1,2211,0,9838.5,2431.55,1315.81,5.58505,300,0,0,2016,0,0,0), - (46240,15678,1,7997,0,9860.31,2331.85,1331.98,4.18879,300,0,0,3517,0,0,0), - (46241,11070,1,10592,0,10148.4,2316.15,1333.08,2.04204,300,0,0,1380,0,0,0), - (46242,7999,1,7274,0,9662.52,2524.57,1360.08,0.069813,180,0,0,250500,67740,0,0), - (46243,15679,1,7996,0,9868.17,2350.06,1331.98,1.09956,300,0,0,3517,0,0,0), - (46244,4159,1,2213,0,10080.4,2267.32,1333.08,2.23402,300,0,0,2016,0,0,0), - (46245,8911,230,5488,0,1161.94,-315.639,-105.112,4.14595,7200,3,0,7599,0,0,1), - (46246,8911,230,5488,0,828.983,-110.763,-54.0495,1.55334,7200,0,0,7599,0,0,0), - (46247,8911,230,5488,0,840.473,-106.465,-53.8818,2.18166,7200,0,0,7599,0,0,0), - (46248,8902,230,8799,0,931.065,-289.693,-49.8563,0.383972,7200,0,0,2026,2041,0,0), - (46249,8902,230,8798,0,931.526,-284.472,-49.8526,5.41052,7200,0,0,2026,2041,0,0), - (46250,8898,230,8751,0,939.377,-288.623,-49.8552,3.05433,7200,0,0,6078,4082,0,0), - (46251,8900,230,8815,0,936.359,-285.072,-49.8526,4.20624,7200,0,0,2305,4896,0,0), - (46252,8900,230,8812,0,929.067,-287.174,-49.8526,6.0912,7200,0,0,2305,4896,0,0), - (46253,8911,230,5488,0,934.519,-292.655,-49.8605,1.55334,7200,0,0,7599,0,0,0), - (46254,8902,230,8798,0,935.763,-246.896,-50.114,0.314159,7200,0,0,2026,2041,0,0), - (46255,8902,230,8799,0,933.663,-258.504,-49.8526,2.77507,7200,0,0,2026,2041,0,0), - (46256,8902,230,8801,0,929.761,-256.317,-49.8526,5.23599,7200,0,0,2026,2041,0,0), - (46257,1791,0,570,0,1168.22,-1779.19,61.4031,5.71138,315,10,0,2880,0,0,1), - (46258,8899,230,8821,0,927.385,-260.026,-49.8526,0.767945,7200,0,0,7599,0,0,0), - (46259,8899,230,8823,0,940.441,-246.455,-50.2505,2.56563,7200,0,0,7599,0,0,0), - (46260,8920,230,8895,0,934.78,-242.939,-50.2242,5.74213,7200,0,0,2614,0,0,0), - (46261,8911,230,5488,0,819.303,-75.9035,-54.1882,1.46608,7200,0,0,7599,0,0,0), - (46262,8911,230,5488,0,829.611,-72.7661,-54.1954,2.26893,7200,0,0,7599,0,0,0), - (46263,8911,230,5488,0,1204.43,-364.392,-92.7734,0.593412,7200,0,0,7599,0,0,0), - (46264,8911,230,5488,0,1203.86,-372.471,-91.9976,0.715585,7200,0,0,7599,0,0,0), - (46265,8911,230,5488,0,1211.19,-371.824,-92.7095,0.837758,7200,0,0,7599,0,0,0), - (46266,8911,230,5488,0,926.193,-352.366,-116.112,2.25605,7200,5,0,7599,0,0,1), - (46267,8911,230,5488,0,1027.69,-245.993,-111.134,6.25596,7200,5,0,7599,0,0,1), - (46268,8911,230,5488,0,849.381,-243.453,-115.923,2.75549,7200,5,0,7599,0,0,1), - (46269,8921,230,8180,0,613.94,-197.911,-84.4086,0.261799,7200,0,0,2672,0,0,0), - (46270,8921,230,8180,0,614.706,-184.568,-84.4061,3.52556,7200,0,0,2672,0,0,0), - (46271,8921,230,8180,0,612.43,-173.572,-84.4067,0.191986,7200,0,0,2672,0,0,0), - (46272,8921,230,8180,0,606.907,-193.305,-84.4048,1.8326,7200,0,0,2672,0,0,0), - (46273,8921,230,8180,0,604.812,-177.6,-84.4021,0.506145,7200,0,0,2672,0,0,0), - (46274,1791,0,570,0,1141.86,-1724.32,61.7923,4.81068,315,10,0,2880,0,0,1), - (46275,4472,0,146,0,1749.18,-2330.15,59.7734,1.79091,315,0,0,3006,2241,0,0), - (46276,1804,0,10690,0,1706.71,-2348.47,60.4519,4.36878,315,0,0,3643,0,0,0), - (46277,4472,0,146,0,1737.16,-2340.91,59.5482,6.17833,315,5,0,3006,2241,0,1), - (46278,1804,0,10690,0,1647.24,-2371.34,61.1943,2.95575,315,3,0,3643,0,0,1), - (46279,1802,0,4629,0,1669.92,-2351.84,60.7589,3.04631,315,0,0,3644,0,0,0), - (46280,1804,0,10690,0,1743.49,-2310.41,60.0931,5.91364,315,10,0,3643,0,0,1), - (46281,8921,230,8180,0,606.222,-168.193,-84.4068,5.72468,7200,0,0,2672,0,0,0), - (46282,1802,0,4629,0,1716.08,-2336.94,59.9696,4.99164,315,0,0,3644,0,0,0), - (46284,9319,230,9212,0,607.671,-174.768,-84.4864,2.30979,43200,0,0,10670,0,0,0), - (46285,4160,1,10624,0,10068.8,2357.55,1321.66,2.49582,300,0,0,3077,0,0,0), - (46286,1804,0,10690,0,1706.73,-2269.58,58.9941,3.37377,315,3,0,3643,0,0,1), - (46287,1802,0,4629,0,1703.27,-2278.88,59.1191,2.71692,315,5,0,3644,0,0,1), - (46288,1802,0,4629,0,1711.29,-2311.89,59.2179,3.84899,315,10,0,3644,0,0,1), - (46289,1785,0,11404,0,1930.77,-1614.94,66.0194,6.21337,315,0,0,3082,0,0,0), - (46290,4475,0,10971,0,1833.56,-1660.53,61.8221,4.17516,315,10,0,3082,0,0,1), - (46291,4474,0,4631,0,1926.84,-1626.81,60.6545,2.16397,315,5,0,3189,0,0,1), - (46292,4475,0,10970,0,1853.52,-1628.89,59.2576,1.81679,315,10,0,3082,0,0,1), - (46293,4474,0,4631,0,1907.03,-1638.69,60.3937,1.85917,315,3,0,3189,0,0,1), - (46294,1785,0,11404,0,1885.42,-1553.4,59.1002,1.48353,315,0,0,3082,0,0,0), - (46295,4474,0,4631,0,1934.27,-1573.85,60.9218,1.37753,315,5,0,3189,0,0,1), - (46297,8921,230,8180,0,609.918,-177.402,-84.4864,2.08212,7200,5,0,2672,0,0,1), - (46298,8921,230,8180,0,611.45,-178.513,-84.4869,2.05198,7200,5,0,2672,0,0,1), - (46299,8921,230,8180,0,587.25,-201.465,-84.5078,2.52397,7200,5,0,2672,0,0,1), - (46300,8921,230,8180,0,580.26,-202.699,-84.4234,0.349066,7200,0,0,2672,0,0,0), - (46301,8921,230,8180,0,574.727,-196.646,-84.4187,2.84489,7200,0,0,2672,0,0,0), - (46302,8921,230,8180,0,581.101,-190.509,-84.4085,2.16421,7200,0,0,2672,0,0,0), - (46304,4161,1,2216,0,10075.9,2199.74,1346.7,1.8326,300,0,0,3857,0,0,0), - (46305,7234,1,1996,0,10018.8,282.413,1323.02,1.29154,300,0,0,156,0,0,0), - (46306,7235,1,6804,0,10056.3,319.792,1324.65,1.11701,300,0,0,115,126,0,0), - (46307,7235,1,6804,0,10060.4,322.225,1324.9,2.79253,300,0,0,115,126,0,0), - (46308,4475,0,10970,0,1891.76,-1574.51,59.405,1.32645,315,0,0,3082,0,0,0), - (46309,8921,230,8180,0,576.286,-184.65,-84.4119,3.735,7200,0,0,2672,0,0,0), - (46310,7235,1,6804,0,10036.2,264.494,1325.5,3.60369,300,5,0,115,126,0,1), - (46311,7235,1,6804,0,9953.66,269.711,1325.99,2.585,300,5,0,115,126,0,1), - (46312,4163,1,2231,0,10083.7,2546.87,1295.12,1.22173,300,0,0,2471,0,0,0), - (46313,10051,1,9270,0,9807.78,931.309,1307.67,4.88692,300,0,0,1605,0,0,0), - (46314,7235,1,6804,0,10025.3,282.875,1323.11,2.58309,300,0,0,115,126,0,0), - (46315,7235,1,6804,0,10076.3,328.838,1324.59,2.1477,300,5,0,115,126,0,1), - (46316,7235,1,6804,0,10037.6,320.143,1322.02,3.76367,300,5,0,115,126,0,1), - (46317,7235,1,6804,0,10060.5,338.343,1324.38,3.84241,300,5,0,115,126,0,1), - (46318,7235,1,6804,0,10054.6,308.801,1324.08,0.715898,300,5,0,115,126,0,1), - (46319,4164,1,2199,0,9911.11,2311.39,1330.87,1.27409,300,0,0,1605,0,0,0), - (46320,4165,1,7669,0,9658.69,2508.7,1331.7,2.25148,300,0,0,2016,2680,0,0), - (46321,12358,1,6080,0,10132.7,2526.33,1325.56,3.63029,300,0,0,42,0,0,0), - (46322,4423,1,2451,0,10078.1,2445.5,1317.57,1.79769,300,0,0,5175,0,0,0), - (46323,4423,1,2451,0,10088.2,2519.24,1317.6,0.453786,300,0,0,5175,0,0,0), - (46324,4423,1,2451,0,10151.4,2569.15,1321.06,3.75246,300,0,0,5175,0,0,0), - (46325,4423,1,2451,0,10145.5,2546.41,1322.3,3.47819,300,5,0,5175,0,0,2), - (46326,4167,1,2208,0,10126,2582.53,1325.97,5.35273,300,0,0,1605,0,0,2), - (46327,12359,1,6444,0,10127.7,2521.29,1326.04,1.8675,300,0,0,42,0,0,0), - (46328,4423,1,2451,0,10087.8,2447.96,1317.95,0.575961,300,5,0,5175,0,0,2), - (46329,5191,1,3131,0,10073.2,2193.25,1346.7,1.58825,300,0,0,1240,0,0,0), - (46330,4168,1,2214,0,10086,2254.92,1333.08,5.23599,300,0,0,1605,0,0,0), - (46331,10056,1,9275,0,10167.4,2522.79,1342.57,5.32325,300,0,0,1605,0,0,0), - (46332,12360,1,6448,0,10133.2,2521.75,1326.92,2.40855,300,0,0,42,0,0,0), - (46333,4169,1,2217,0,9732.6,2255.22,1327.49,5.80119,300,0,0,1605,0,0,2), - (46334,11081,1,10616,0,10084.3,2252.83,1343.39,5.93412,300,0,0,1764,0,0,0), - (46335,4170,1,2218,0,9864.51,2253.27,1332.05,1.50098,300,0,0,1605,0,0,0), - (46336,11083,1,10615,0,10091,2256.4,1343.39,4.50295,300,0,0,1172,0,0,0), - (46337,4171,1,2219,0,9816.68,2246.61,1333.08,4.34587,300,0,0,1605,0,0,0), - (46338,4172,1,2220,0,9603.36,2349.12,1330.08,0.471239,300,0,0,1605,0,0,0), - (46340,4173,1,2222,0,9770.63,2268.83,1332.02,4.17134,300,0,0,1605,0,0,0), - (46341,6735,1,5439,0,10127.9,2224.79,1328.81,2.21657,300,0,0,1605,0,0,0), - (46342,4175,1,2224,0,9726.82,2296.3,1333.08,3.9619,300,0,0,1605,0,0,0), - (46343,6736,1,5440,0,9802.21,982.608,1313.98,4.79965,300,0,0,1605,0,0,0), - (46344,4177,1,2226,0,9695.01,2333.73,1332.05,3.64774,300,0,0,1605,0,0,0), - (46345,4180,1,2229,0,9729.57,2296.99,1343.39,4.11898,300,0,0,3517,0,0,0), - (46346,4181,1,2230,0,9920.63,2204.39,1328.22,5.58505,300,0,0,1605,0,0,0), - (46347,9047,1,8354,0,10180.2,2605.13,1322.15,1.27409,300,0,0,166,0,0,0), - (46348,8026,1,7275,0,9961.78,2284.6,1341.48,4.17134,300,0,0,3857,0,0,0), - (46349,11866,1,11802,0,9908.52,2329.23,1330.87,5.37561,600,0,0,6830,0,0,0), - (46350,14428,1,6818,0,9843,396.368,1307.13,0.660401,7200,0,0,137,0,0,0), - (46351,14430,1,11453,0,9229.98,853.818,1324.22,3.10377,7200,0,0,176,0,0,0), - (46352,14431,1,2296,0,10647.8,2044.36,1331.02,4.21437,7200,0,0,156,0,0,0), - (46353,2912,1,1665,0,9641.92,2607.69,1337.38,0.017453,300,0,0,2471,0,0,0), - (46354,14432,1,904,0,10114.5,1196.27,1312.29,5.5061,7200,0,0,115,126,0,0), - (46355,3681,1,10045,0,9983.03,2213.99,1328.69,3.83094,300,5,0,80,0,0,1), - (46356,3681,1,10045,0,9884.98,2444.52,1316.68,0.21453,300,5,0,80,0,0,1), - (46357,3681,1,10045,0,9720.35,2232.97,1327.62,4.81261,300,5,0,80,0,0,1), - (46358,3681,1,10045,0,10252.3,2575.31,1332.2,3.16591,300,5,0,80,0,0,1), - (46359,3681,1,10045,0,10281.4,2387.63,1334.94,0.014647,300,5,0,80,0,0,1), - (46360,3681,1,10045,0,9967.09,2608.96,1316.03,2.2266,300,5,0,80,0,0,1), - (46361,3681,1,10045,0,9605.98,2638.17,1335.68,0.982429,300,5,0,80,0,0,1), - (46362,3681,1,10045,0,9863.11,2578.33,1315.9,5.05128,300,5,0,80,0,0,1), - (46363,3681,1,10045,0,9756.18,2329.45,1328.19,5.09871,300,5,0,80,0,0,1), - (46364,3681,1,10045,0,10228.8,2633.39,1321.59,5.27927,300,5,0,80,0,0,1), - (46365,3681,1,10045,0,9893.55,2210.79,1328.43,3.32424,300,5,0,80,0,0,1), - (46366,3681,1,10045,0,10132.5,2172.96,1334.61,3.61296,300,5,0,80,0,0,1), - (46367,3681,1,10045,0,10130.2,2378.21,1319.67,0.468014,300,5,0,80,0,0,1), - (46368,3681,1,10045,0,9596.85,2525.1,1333.61,2.55088,300,5,0,80,0,0,1), - (46369,3681,1,10045,0,10185.7,2376.47,1326.9,0.924932,300,5,0,80,0,0,1), - (46370,3681,1,10045,0,9850.21,2300.07,1320.38,5.68326,300,5,0,80,0,0,1), - (46371,3681,1,10045,0,10121.8,2637.56,1319.41,0.796447,300,5,0,80,0,0,1), - (46372,3681,1,10045,0,10294.3,2531.41,1335.47,3.45732,300,5,0,80,0,0,1), - (46373,3681,1,10045,0,9848.58,2137.99,1327.08,3.29797,300,5,0,80,0,0,1), - (46374,3681,1,10045,0,10101.5,2643.9,1317.95,4.92942,300,5,0,80,0,0,1), - (46375,3681,1,10045,0,10039.5,2670.3,1317.26,1.64899,300,5,0,80,0,0,1), - (46376,3681,1,10045,0,9819.14,2568.19,1314.68,3.00356,300,5,0,80,0,0,1), - (46377,3681,1,10045,0,9986.81,2216.86,1328.73,1.32819,300,5,0,80,0,0,1), - (46378,3681,1,10045,0,9655.23,2477.84,1335.08,5.19548,300,0,0,80,0,0,0), - (46379,3681,1,10045,0,9914.01,2156.83,1330.71,1.021,300,5,0,80,0,0,1), - (46380,3681,1,10045,0,10087,2311.81,1329.49,6.2262,300,5,0,80,0,0,1), - (46381,3681,1,10045,0,9983.61,2140.29,1328.45,2.69214,300,5,0,80,0,0,1), - (46382,3681,1,10045,0,9928.94,2064.93,1330.74,2.49614,300,5,0,80,0,0,1), - (46383,3681,1,10045,0,10144.8,2245.3,1328.9,3.44206,300,5,0,80,0,0,1), - (46384,3681,1,10045,0,10103.3,2451.37,1318.94,4.54641,300,0,0,80,0,0,0), - (46385,3681,1,10045,0,10293.1,2472.87,1334.72,1.07337,300,5,0,80,0,0,1), - (46386,3681,1,10045,0,9936.96,2508.24,1318.01,2.00871,300,5,0,80,0,0,1), - (46387,3681,1,10045,0,9623.83,2382.08,1327.85,5.5623,300,5,0,80,0,0,1), - (46388,3681,1,10045,0,9640.21,2546.01,1331.91,1.05347,300,5,0,80,0,0,1), - (46389,3681,1,10045,0,10108.7,2492.87,1317.57,3.66391,300,5,0,80,0,0,1), - (46390,3681,1,10045,0,9979.49,2517.21,1317.13,0.837559,300,5,0,80,0,0,1), - (46391,3681,1,10045,0,9647.6,2324.72,1327.8,4.64217,300,5,0,80,0,0,1), - (46392,3681,1,10045,0,10210.3,2461.11,1327.46,4.46915,300,5,0,80,0,0,1), - (46393,2150,1,10035,0,9920.41,735.951,1313.98,3.65,300,0,0,228,0,0,0), - (46394,2151,1,1681,0,9847.16,1033.06,1304.84,1.59816,300,0,0,709,0,0,2), - (46395,2152,1,3024,0,10095.8,1464.53,1275.98,2.43024,300,5,0,120,0,0,1), - (46396,2152,1,3024,0,10061,1457.02,1277,3.18714,300,5,0,120,0,0,1), - (46397,2152,1,3024,0,10050.8,1477.49,1279.57,3.64828,300,5,0,120,0,0,1), - (46398,2152,1,3024,0,9980.94,1479.4,1294.87,1.35042,300,5,0,120,0,0,1), - (46399,2152,1,3024,0,10023.9,1377.58,1281.01,4.17935,300,5,0,120,0,0,1), - (46400,2152,1,3024,0,9977.14,1512.71,1300.96,2.1623,300,5,0,120,0,0,1), - (46401,2152,1,3024,0,10035.5,1497.36,1284.79,1.65089,300,5,0,120,0,0,1), - (46402,2152,1,3024,0,10050.4,1436.78,1275.07,2.29768,300,5,0,120,0,0,1), - (46403,2152,1,3024,0,10041.1,1455.82,1275.44,2.22832,300,5,0,120,0,0,1), - (46404,2152,1,3024,0,10012.7,1485.12,1285.9,5.28983,300,5,0,120,0,0,1), - (46405,2152,1,3024,0,9995.12,1347.1,1285.76,5.6892,300,5,0,120,0,0,1), - (46406,2152,1,3024,0,9990.99,1458.71,1290.34,5.23056,300,5,0,120,0,0,1), - (46407,2152,1,3024,0,10013.9,1355.57,1283.1,0.362854,300,5,0,120,0,0,1), - (46408,2152,1,3024,0,10018.3,1448.33,1279.82,5.43222,300,5,0,120,0,0,1), - (46409,2152,1,3024,0,9985.55,1431.6,1289.81,0.73037,300,5,0,120,0,0,1), - (46410,10089,1,9339,0,10173.6,2488.87,1357.49,0.226893,300,0,0,2471,1620,0,0), - (46411,2155,1,2866,0,10091.4,1664.88,1325.03,4.39297,300,5,0,334,0,0,2), - (46412,4203,1,2221,0,9924.3,2316.45,1330.87,1.74533,300,0,0,1605,0,0,0), - (46413,4204,1,2253,0,9758.22,2430.94,1334.01,2.89725,300,0,0,2016,0,0,0), - (46414,10604,1,9937,0,9844.82,1030.82,1304.84,1.59816,300,0,0,1100,0,0,0), - (46415,4205,1,2251,0,10187,2491.67,1358.62,2.42601,300,0,0,3517,4393,0,0), - (46416,10606,1,9938,0,9848.74,1030.92,1304.88,1.59816,300,0,0,328,0,0,0), - (46417,4208,1,2259,0,9945.15,2518.39,1317.66,3.9968,300,0,0,2972,0,0,0), - (46418,4209,1,2256,0,9942.03,2519.24,1317.66,4.32842,300,0,0,2972,0,0,0), - (46419,2162,1,936,0,10099.2,1458.48,1276.36,3.16025,300,0,0,155,0,0,0), - (46420,4210,1,2242,0,10088.4,2419.45,1321.74,5.14872,300,0,0,2016,0,0,0), - (46421,883,1,347,0,9386.41,1650.61,1293.99,0.422587,300,5,0,1,0,0,1), - (46422,4211,1,2248,0,10152.1,2391.07,1323.56,3.35103,300,0,0,2016,0,0,0), - (46423,883,1,347,0,9849.22,2128.91,1329.29,3.54887,300,5,0,1,0,0,1), - (46424,883,1,347,0,9309,1374.94,1287.74,3.82358,300,5,0,1,0,0,1), - (46425,883,1,347,0,10178.1,2356.91,1328.22,3.90393,300,5,0,1,0,0,1), - (46426,883,1,347,0,10105.7,2508.27,1319.43,3.05214,300,5,0,1,0,0,1), - (46427,883,1,347,0,9584.19,2425.44,1328.05,3.8499,300,5,0,1,0,0,1), - (46428,883,1,347,0,10236.8,2384.65,1329.97,4.76711,300,5,0,1,0,0,1), - (46429,883,1,347,0,10122.1,2351.69,1329.05,3.71443,300,5,0,1,0,0,1), - (46430,883,1,347,0,10700.5,1439.68,1322.34,3.93455,300,5,0,1,0,0,1), - (46431,883,1,347,0,10012.3,504.022,1313.83,5.33446,300,5,0,1,0,0,1), - (46432,883,1,347,0,10857.2,1716.4,1311.04,4.62535,300,5,0,1,0,0,1), - (46433,883,1,347,0,10582.7,1513.01,1316.28,2.41244,300,5,0,1,0,0,1), - (46434,883,1,347,0,9230.84,1070.44,1316.79,1.70157,300,5,0,1,0,0,1), - (46435,883,1,347,0,9845.7,2214.75,1328.54,4.41286,300,5,0,1,0,0,1), - (46436,883,1,347,0,9986.28,2231.84,1330.32,2.97369,300,5,0,1,0,0,1), - (46437,883,1,347,0,9636,2364.88,1328.1,5.42808,300,5,0,1,0,0,1), - (46438,883,1,347,0,10298.2,971.395,1336.89,0.444239,300,5,0,1,0,0,1), - (46439,883,1,347,0,9835.76,1055.82,1311.91,5.14326,300,5,0,1,0,0,1), - (46440,883,1,347,0,10197.8,2412.29,1329.31,0.086133,300,5,0,1,0,0,1), - (46441,883,1,347,0,10311.8,1860.08,1325.28,0.242681,300,5,0,1,0,0,1), - (46442,883,1,347,0,10109,2550.58,1320.62,2.5582,300,5,0,1,0,0,1), - (46443,883,1,347,0,9977.93,2635.19,1317.58,1.07435,300,5,0,1,0,0,1), - (46444,883,1,347,0,10521.7,1725.42,1303.22,2.71015,300,5,0,1,0,0,1), - (46445,883,1,347,0,10208.6,2453.22,1328.82,2.08558,300,5,0,1,0,0,1), - (46446,883,1,347,0,9743.23,523.148,1305.75,5.50607,300,5,0,1,0,0,1), - (46447,883,1,347,0,10286.4,2491.37,1335.96,1.45957,300,5,0,1,0,0,1), - (46448,883,1,347,0,9558.36,988.096,1265.26,0.376881,300,5,0,1,0,0,1), - (46449,883,1,347,0,10521.7,982.033,1317.38,2.00211,300,5,0,1,0,0,1), - (46450,883,1,347,0,9638.34,2662.96,1324.6,5.1832,300,5,0,1,0,0,1), - (46451,883,1,347,0,9301.37,729.564,1312.78,5.56068,300,5,0,1,0,0,1), - (46452,883,1,347,0,9655.19,589.948,1308.77,5.66487,300,5,0,1,0,0,1), - (46453,883,1,347,0,9766.41,2320.5,1328.02,6.13715,300,5,0,1,0,0,1), - (46454,883,1,347,0,9319.61,1612.09,1290.64,5.99201,300,5,0,1,0,0,1), - (46455,883,1,347,0,9703.33,1113.82,1275.48,2.8463,300,5,0,1,0,0,1), - (46456,883,1,347,0,10072.9,2233.06,1327.69,6.2756,300,5,0,1,0,0,1), - (46457,883,1,347,0,9464.74,1773.69,1314.18,1.96146,300,5,0,1,0,0,1), - (46458,883,1,347,0,9785.28,1758.72,1311.93,4.24261,300,5,0,1,0,0,1), - (46459,883,1,347,0,10401.8,673.982,1324.91,2.25027,300,5,0,1,0,0,1), - (46460,883,1,347,0,9414.71,587.357,1321.88,2.52269,300,5,0,1,0,0,1), - (46461,883,1,347,0,10605.4,669.174,1325.48,4.2518,300,5,0,1,0,0,1), - (46462,883,1,347,0,10675.4,740.748,1322.29,0.886058,300,5,0,1,0,0,1), - (46463,883,1,347,0,9781.28,646.262,1295.64,4.64436,300,5,0,1,0,0,1), - (46464,883,1,347,0,10008.8,352.294,1318.35,1.56842,300,0,0,1,0,0,0), - (46465,883,1,347,0,9801.67,1084.99,1297.82,2.54222,300,5,0,1,0,0,1), - (46466,4212,1,2270,0,10086.3,2256.49,1343.39,5.3058,300,0,0,3077,0,0,0), - (46467,4213,1,2266,0,10145.7,2320.28,1333.08,0.994838,300,0,0,2016,0,0,0), - (46468,2166,1,2567,0,9281.99,1077.28,1253.33,4.01754,300,0,0,528,0,0,0), - (46469,4214,1,2252,0,10055.3,2573.02,1282.55,5.63741,300,0,0,3139,0,0,0), - (46470,4215,1,2243,0,10090.7,2536.99,1285.77,3.26377,300,0,0,3517,0,0,0), - (46471,4216,1,2245,0,9751.43,2424.84,1333.92,1.88496,300,0,0,1605,0,0,0), - (46472,4217,1,2261,0,10179,2563.98,1340.13,1.22173,300,0,0,3139,5751,0,0), - (46473,4730,1,2788,0,10129.9,2533.24,1323.35,2.53073,300,0,0,2016,0,0,0), - (46474,4218,1,2250,0,10186.3,2570.38,1326.05,3.64774,300,0,0,3517,4393,0,0), - (46475,4219,1,2255,0,10179.4,2583.69,1326.05,4.36332,300,0,0,2471,3191,0,0), - (46476,6780,1,5748,0,10214.3,700.553,1360.68,5.77704,300,0,0,228,0,0,0), - (46477,4220,1,2247,0,10171.2,2580.12,1326.05,4.79965,300,0,0,1605,0,0,0), - (46478,6781,1,5749,0,9808.33,979.841,1313.98,3.82227,300,0,0,413,0,0,0), - (46479,4221,1,2267,0,9832.88,2436,1315.84,6.0912,300,0,0,1605,0,0,0), - (46480,10878,1,10185,0,9659.84,2432.42,1335.68,1.58374,300,5,0,112,0,0,2), - (46481,4222,1,2276,0,9836.05,2441.62,1315.85,2.25148,300,0,0,1605,0,0,0), - (46482,4223,1,2254,0,10085.9,2424.72,1321.74,2.04204,300,0,0,1605,0,0,0), - (46483,12160,1,4841,0,10204.3,699.712,1361.28,5.88176,300,0,0,4356,0,0,0), - (46484,12160,1,4843,0,10510.7,792.074,1330.44,5.43758,300,5,0,4356,0,0,2), - (46485,12160,1,4844,0,10449.3,801.411,1345.73,4.18879,300,0,0,4356,0,0,0), - (46486,12160,1,4843,0,10184.4,684.428,1364.28,2.93215,300,0,0,4356,0,0,0), - (46487,12160,1,4842,0,10500.7,805.428,1397.35,4.97419,300,0,0,4356,0,0,0), - (46488,12160,1,4844,0,10488.4,805.757,1326.89,3.28122,300,0,0,4356,0,0,0), - (46489,7296,1,6063,0,10190.7,2551.89,1338.98,4.55531,300,0,0,1268,0,0,0), - (46490,12160,1,4844,0,10395,743.603,1319.96,3.71755,300,0,0,4356,0,0,0), - (46491,12160,1,4844,0,10183.2,707.292,1364.89,3.56047,300,0,0,4356,0,0,0), - (46492,12160,1,4841,0,10512.9,799.375,1397.89,0.10472,300,0,0,4356,0,0,0), - (46493,12160,1,4844,0,10197.4,691.339,1361.74,3.1765,300,0,0,4356,0,0,0), - (46494,12160,1,4844,0,10455.2,792.59,1345.73,3.36848,300,0,0,4356,0,0,0), - (46495,12160,1,4843,0,10207.1,689.517,1361.43,0.383972,300,0,0,4356,0,0,0), - (46496,12160,1,4841,0,10459.9,808.041,1322.83,5.63741,300,0,0,4356,0,0,0), - (46497,12160,1,4844,0,10197.9,698.881,1361.25,3.38594,300,0,0,4356,0,0,0), - (46498,12160,1,4843,0,10419.5,891.754,1318.78,1.8675,300,0,0,4356,0,0,0), - (46499,12160,1,4843,0,10502.2,798.546,1397.27,2.43968,300,5,0,4356,0,0,2), - (46500,12160,1,4841,0,10495.1,799.457,1397.35,6.17846,300,0,0,4356,0,0,0), - (46501,4225,1,2265,0,10081.1,2264.3,1343.39,2.1293,300,0,0,1605,0,0,0), - (46502,7553,1,4615,0,9909.24,2206.16,1328.7,2.09187,300,0,0,64,0,0,0), - (46503,4226,1,2272,0,10065.6,2347.35,1321.65,3.71755,300,0,0,1605,0,0,0), - (46504,7555,1,6299,0,9908.75,2199.71,1328.19,0.331613,300,0,0,64,0,0,0), - (46505,1412,1,134,0,9872.92,2210.42,1327.83,4.29318,300,5,0,8,0,0,1), - (46506,1412,1,134,0,9814.78,2574.21,1314.47,1.81584,300,5,0,8,0,0,1), - (46507,1412,1,134,0,9779.31,2248.44,1328.64,5.31416,300,5,0,8,0,0,1), - (46508,4228,1,2274,0,10134.4,2318.46,1333.08,2.75762,300,0,0,1605,0,0,0), - (46509,1412,1,134,0,9886.46,2167.71,1330.08,3.33906,300,5,0,8,0,0,1), - (46510,1412,1,134,0,9952.76,2612.89,1316.19,1.61391,300,5,0,8,0,0,1), - (46511,1412,1,134,0,9919.47,2534.87,1317.42,1.71546,300,5,0,8,0,0,1), - (46512,1412,1,134,0,10123.6,2381.59,1318.01,3.33918,300,5,0,8,0,0,1), - (46513,1412,1,134,0,10023.7,2239.43,1328.79,3.13693,300,5,0,8,0,0,1), - (46514,1412,1,134,0,10125.9,2494.44,1326.57,3.80551,300,5,0,8,0,0,1), - (46515,1412,1,134,0,9709.9,2241.07,1327.56,3.0057,300,5,0,8,0,0,1), - (46516,1412,1,134,0,9697.95,2419.83,1327.29,4.89137,300,5,0,8,0,0,1), - (46517,1412,1,134,0,9868.68,2564.76,1316.33,5.2552,300,5,0,8,0,0,1), - (46518,1412,1,134,0,9709.39,2284.44,1328.54,4.80924,300,5,0,8,0,0,1), - (46519,1412,1,134,0,9831.07,2199.02,1327.83,4.26798,300,5,0,8,0,0,1), - (46520,1412,1,134,0,9898.96,2341.2,1317.97,4.71239,300,5,0,8,0,0,1), - (46521,1412,1,134,0,9715.7,2313.61,1329.29,2.99483,300,5,0,8,0,0,1), - (46522,1412,1,134,0,10021.5,2367.04,1317.99,1.46316,300,5,0,8,0,0,1), - (46523,1412,1,134,0,9875.71,2307.68,1325.72,3.30981,300,5,0,8,0,0,1), - (46524,1412,1,134,0,10171.4,2364.59,1325.84,1.62602,300,5,0,8,0,0,1), - (46525,1412,1,134,0,9612.47,2382.04,1327.98,4.50711,300,5,0,8,0,0,1), - (46526,1412,1,134,0,10194.9,2299.19,1328.92,6.03821,300,5,0,8,0,0,1), - (46527,1412,1,134,0,9844.35,2213.52,1328.7,2.57922,300,5,0,8,0,0,1), - (46528,1412,1,134,0,9621.24,2384.42,1327.73,1.50283,300,5,0,8,0,0,1), - (46529,1412,1,134,0,9755.8,2436.39,1335.16,3.78881,300,5,0,8,0,0,1), - (46530,1412,1,134,0,10018.7,2414.61,1317.16,1.73638,300,5,0,8,0,0,1), - (46531,1412,1,134,0,10247.1,2499.95,1325.63,5.14668,300,5,0,8,0,0,1), - (46532,1412,1,134,0,10111.3,2536.27,1320.97,0.443117,300,5,0,8,0,0,1), - (46533,1412,1,134,0,9718.76,2259.76,1327.56,3.27771,300,5,0,8,0,0,1), - (46534,1412,1,134,0,10017.2,2153.65,1328.75,5.81954,300,5,0,8,0,0,1), - (46535,1412,1,134,0,9727.46,2363.63,1327.31,2.28776,300,5,0,8,0,0,1), - (46536,1412,1,134,0,10089.6,2372.92,1315.63,3.71022,300,5,0,8,0,0,1), - (46537,1412,1,134,0,9829.38,2220.44,1327.89,4.9038,300,5,0,8,0,0,1), - (46538,1412,1,134,0,10161.2,2319.58,1328.37,5.31415,300,5,0,8,0,0,1), - (46539,1412,1,134,0,10058.7,2285.43,1329.57,2.19647,300,5,0,8,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (45857,8895,230,0,0,720.429,-132.657,-71.887,6.0012,7200,7200,5,0,5886,3964,0,1), + (45858,8893,230,0,0,720.429,-132.657,-71.887,6.0012,7200,7200,0,0,7113,0,0,0), + (45859,8894,230,0,0,720.429,-132.657,-71.887,6.0012,7200,7200,0,0,4980,9300,0,0), + (45860,14445,0,0,0,-10215.8,-3803.49,22.555,0.658414,72000,72000,0,0,6468,0,0,2), + (45861,8892,230,0,0,720.429,-132.657,-71.887,6.0012,7200,7200,0,0,6876,0,0,0), + (45862,8895,230,0,0,619.407,86.2535,-73.7848,2.67035,7200,7200,0,0,5886,3964,0,0), + (45863,8893,230,0,0,609.862,83.0139,-73.7865,6.03884,7200,7200,0,0,7113,0,0,0), + (45864,8893,230,0,0,611.643,87.6111,-73.7864,5.93412,7200,7200,0,0,7113,0,0,0), + (45865,8893,230,0,0,613.474,92.0275,-73.7863,5.84685,7200,7200,0,0,7113,0,0,0), + (45866,8894,230,0,0,614.825,96.8101,-73.7865,5.75959,7200,7200,0,0,4980,9300,0,0), + (45867,8921,230,0,0,649.059,144.845,-73.8695,4.78166,7200,7200,5,0,2672,0,0,1), + (45868,8910,230,0,0,722.875,171.915,-71.9736,4.0795,7200,7200,0,0,5691,3846,0,2), + (45869,8895,230,0,0,597.316,26.4197,-72.746,0.244346,7200,7200,0,0,5886,3964,0,0), + (45870,8893,230,0,0,600.897,24.4853,-73.1713,3.28122,7200,7200,0,0,7113,0,0,0), + (45871,8894,230,0,0,600.469,29.5363,-73.1515,3.28122,7200,7200,0,0,4980,9300,0,0), + (45872,8893,230,0,0,605.628,25.3446,-73.6744,3.28122,7200,7200,0,0,7113,0,0,0), + (45873,1791,0,0,0,1734.1,-1199.72,59.8638,2.30383,315,315,0,0,2880,0,0,0), + (45874,8892,230,0,0,604.827,30.0904,-73.6136,3.28122,7200,7200,0,0,6876,0,0,0), + (45875,8895,230,0,0,665.063,-52.4277,-73.1494,2.4278,7200,7200,0,0,5886,3964,0,0), + (45876,8893,230,0,0,666.518,-56.3341,-73.0635,2.42779,7200,7200,0,0,7113,0,0,0), + (45877,8894,230,0,0,669.137,-53.3106,-73.0747,2.42779,7200,7200,0,0,4980,9300,0,0), + (45878,8893,230,0,0,665.208,-57.8459,-73.0578,2.42779,7200,7200,0,0,7113,0,0,0), + (45879,8892,230,0,0,670.446,-51.7988,-73.0803,2.42779,7200,7200,0,0,6876,0,0,0), + (45880,8895,230,0,0,641.76,124.362,-73.7856,4.99164,7200,7200,0,0,5886,3964,0,0), + (45881,8893,230,0,0,640.099,127.803,-73.786,4.99164,7200,7200,0,0,7113,0,0,0), + (45882,8894,230,0,0,638.245,124.286,-73.7859,4.99164,7200,7200,0,0,4980,9300,0,0), + (45883,8893,230,0,0,636.962,129.764,-73.7864,4.99164,7200,7200,0,0,7113,0,0,0), + (45884,8892,230,0,0,634.845,125.57,-73.7863,4.99164,7200,7200,0,0,6876,0,0,0), + (45885,9016,230,0,0,702.416,184.462,-71.988,4.20624,43200,43200,0,0,25330,0,0,0), + (45886,8912,230,0,0,358.933,-54.3478,-67.0486,0.122173,7200,7200,0,0,5316,3614,0,0), + (45887,8890,230,0,0,364.619,-54.1914,-66.7459,3.05433,7200,7200,0,0,6414,0,0,0), + (45888,8891,230,0,0,384.186,-82.2529,-64.1439,3.00197,7200,7200,0,0,6645,0,0,0), + (45889,8891,230,0,0,413.339,-162.273,-63.2825,3.94444,7200,7200,0,0,6645,0,0,0), + (45890,8891,230,0,0,409.084,-44.4012,-63.8605,3.75246,7200,7200,0,0,6645,0,0,0), + (45891,8891,230,0,0,375.304,-104.843,-64.8657,4.24115,7200,7200,0,0,6645,0,0,0), + (45892,8891,230,0,0,348.197,-112.435,-64.8657,6.24828,7200,7200,0,0,6645,0,0,0), + (45893,8921,230,0,0,386.969,-153.739,-64.8657,1.06465,7200,7200,0,0,2672,0,0,0), + (45894,8890,230,0,0,380.542,-79.6814,-64.4891,5.67232,7200,7200,0,0,6414,0,0,0), + (45895,8891,230,0,0,404.938,-46.5168,-63.8461,0,7200,7200,0,0,6645,0,0,0), + (45896,8921,230,0,0,512.257,-176.864,-60.2591,5.01771,7200,7200,5,0,2672,0,0,1), + (45897,8921,230,0,0,512.799,-177.345,-60.1252,3.98234,7200,7200,5,0,2672,0,0,1), + (45898,8921,230,0,0,513.468,-180.707,-59.7321,5.01773,7200,7200,0,0,2672,0,0,0), + (45899,8892,230,0,0,649.799,-188.49,-75.1179,4.53786,7200,7200,0,0,6876,0,0,0), + (45900,8892,230,0,0,647.553,-227.379,-83.3193,5.91667,7200,7200,0,0,6876,0,0,0), + (45901,8921,230,0,0,592.544,-134.631,-69.2601,3.64774,7200,7200,0,0,2672,0,0,0), + (45902,8921,230,0,0,596.864,-136.173,-69.502,1.55334,7200,7200,0,0,2672,0,0,0), + (45903,8891,230,0,0,655.143,-233.742,-83.5416,2.05949,7200,7200,0,0,6645,0,0,0), + (45904,8892,230,0,0,548.344,-123.727,-62.1628,2.93215,7200,7200,0,0,6876,0,0,0), + (45905,8892,230,0,0,549.991,-114.152,-62.3849,2.96706,7200,7200,0,0,6876,0,0,0), + (45906,8909,230,0,0,661.14,-160.517,-73.6136,0.15708,7200,7200,0,0,5316,3614,0,0), + (45907,8909,230,0,0,657.746,-156.779,-72.9804,1.36136,7200,7200,0,0,5316,3614,0,0), + (45908,8891,230,0,0,601.197,-267.201,-82.994,0.715585,7200,7200,0,0,6645,0,0,0), + (45909,8891,230,0,0,630.61,-275.252,-83.677,3.83972,7200,7200,0,0,6645,0,0,0), + (45910,8892,230,0,0,592.991,-139.189,-68.7439,2.89725,7200,7200,0,0,6876,0,0,0), + (45911,8889,230,0,0,482.241,-115.99,-62.6958,0.226893,7200,7200,0,0,6186,0,0,0), + (45912,8890,230,0,0,476.464,-94.0346,-62.5247,1.98968,7200,7200,0,0,6414,0,0,0), + (45913,8890,230,0,0,488.443,-113.627,-62.013,3.59538,7200,7200,0,0,6414,0,0,0), + (45914,8890,230,0,0,522.054,-86.6401,-62.552,3.05433,7200,7200,0,0,6414,0,0,0), + (45915,8921,230,0,0,501.974,-76.0336,-63.0212,4.5521,7200,7200,5,0,2672,0,0,1), + (45916,8921,230,0,0,504.562,-74.7311,-62.7859,4.42372,7200,7200,5,0,2672,0,0,1), + (45917,8921,230,0,0,503.076,-72.1034,-63.0386,4.40181,7200,7200,5,0,2672,0,0,1), + (45918,1783,0,0,0,1786.79,-1222.26,59.651,1.9367,315,315,5,0,2880,0,0,1), + (45919,1791,0,0,0,1771.46,-1237.55,59.9791,5.19998,315,315,5,0,2880,0,0,1), + (45920,1783,0,0,0,1785.72,-1210.18,59.526,4.23793,315,315,10,0,2880,0,0,1), + (45921,1791,0,0,0,1777.13,-1265.08,60.3541,3.46671,315,315,5,0,2880,0,0,1), + (45922,1791,0,0,0,1801.08,-1238.34,60.3152,2.459,315,315,5,0,2880,0,0,1), + (45923,8890,230,0,0,515.504,-86.7094,-62.5583,0.069813,7200,7200,0,0,6414,0,0,0), + (45924,8921,230,0,0,481,-108.655,-62.9098,0.712075,7200,7200,5,0,2672,0,0,1), + (45925,8921,230,0,0,480.396,-113.96,-62.7327,1.59768,7200,7200,5,0,2672,0,0,1), + (45926,8921,230,0,0,480.469,-111.473,-62.9548,1.34979,7200,7200,5,0,2672,0,0,1), + (45927,8889,230,0,0,479.119,-20.5286,-67.4096,1.93731,7200,7200,0,0,6186,0,0,0), + (45928,8889,230,0,0,470.46,-23.0012,-67.8432,1.78024,7200,7200,0,0,6186,0,0,0), + (45929,8890,230,0,0,508.805,-117.66,-62.8238,5.13127,7200,7200,0,0,6414,0,0,0), + (45930,8890,230,0,0,499.568,-57.4589,-62.7666,3.05433,7200,7200,0,0,6414,0,0,0), + (45931,8983,230,0,0,846.801,16.2806,-53.6395,3.14159,43200,43200,0,0,13362,17928,0,0), + (45932,8906,230,0,0,851.842,13.2664,-53.6419,2.28638,7200,7200,0,0,7599,0,0,0), + (45933,8907,230,0,0,856.701,17.871,-53.6308,2.53073,7200,7200,0,0,7842,0,0,0), + (45934,8892,230,0,0,614.047,-39.4023,-59.9753,3.61283,7200,7200,0,0,6876,0,0,0), + (45935,8892,230,0,0,627.185,-122.955,-46.1504,2.70526,7200,7200,0,0,6876,0,0,0), + (45936,8891,230,0,0,626.941,-54.9923,-59.9761,0.715585,7200,7200,0,0,6645,0,0,0), + (45937,8892,230,0,0,688.344,-130.237,-46.3466,2.14675,7200,7200,0,0,6876,0,0,0), + (45938,8891,230,0,0,697.92,-140.543,-45.8958,5.89921,7200,7200,0,0,6645,0,0,0), + (45939,8892,230,0,0,564.076,-81.6126,-44.9377,6.23082,7200,7200,0,0,6876,0,0,0), + (45940,8891,230,0,0,558.476,-84.2628,-44.9377,4.55531,7200,7200,0,0,6645,0,0,0), + (45941,8891,230,0,0,568.427,-81.7641,-44.9377,3.12414,7200,7200,0,0,6645,0,0,0), + (45942,8891,230,0,0,590.742,-56.0564,-59.9498,6.12611,7200,7200,0,0,6645,0,0,0), + (45943,8909,230,0,0,699.724,-128.184,-45.6961,3.9079,7200,7200,0,0,5316,3614,0,2), + (45944,8911,230,0,0,682.926,55.1231,-59.9582,4.72984,7200,7200,0,0,7599,0,0,0), + (45945,8911,230,0,0,711.948,33.2579,-45.3835,0.418879,7200,7200,0,0,7599,0,0,0), + (45946,8898,230,0,0,717.922,36.237,-45.3848,3.9619,7200,7200,0,0,6078,4082,0,0), + (45947,8898,230,0,0,719.831,57.1718,-44.9377,1.74533,7200,7200,0,0,6078,4082,0,0), + (45948,8898,230,0,0,752.979,-48.4012,-46.1504,5.3058,7200,7200,0,0,6078,4082,0,0), + (45949,8911,230,0,0,688.132,54.0359,-45.3838,1.01229,7200,7200,0,0,7599,0,0,0), + (45950,8899,230,0,0,692.283,-16.0764,-45.5909,1.71042,7200,7200,0,0,7599,0,0,0), + (45951,8899,230,0,0,692.489,57.5112,-45.3842,3.50811,7200,7200,0,0,7599,0,0,0), + (45952,8898,230,0,0,760.401,-45.5855,-46.1504,5.37561,7200,7200,0,0,6078,4082,0,0), + (45953,8898,230,0,0,679.312,-5.77373,-59.9752,5.41052,7200,7200,0,0,6078,4082,0,0), + (45954,9033,230,0,0,652.39,21.3737,-59.976,0.087266,43200,43200,0,0,22272,0,0,0), + (45955,8901,230,0,0,654.28,17.6029,-59.9755,1.79769,10800,10800,0,0,760,0,0,0), + (45956,8901,230,0,0,656.497,19.4238,-59.9749,2.56563,10800,10800,0,0,760,0,0,0), + (45957,830,0,0,0,-9623.58,1403.36,7.36983,3.39748,300,300,10,0,273,0,0,1), + (45958,8901,230,0,0,656.37,22.6035,-59.9749,3.49066,10800,10800,0,0,760,0,0,0), + (45959,8901,230,0,0,654.966,24.1877,-59.9753,4.17134,10800,10800,0,0,760,0,0,0), + (45960,830,0,0,0,-9639.25,1248.36,4.29725,2.57835,300,300,10,0,273,0,0,1), + (45961,11740,1,0,0,-6726.58,432.99,-1.36434,4.58529,300,300,10,0,3137,0,0,1), + (45962,11740,1,0,0,-6676.78,142.297,3.71995,1.36229,300,300,25,0,3137,0,0,1), + (45963,11740,1,0,0,-6300.93,720.372,12.319,6.18449,300,300,25,0,3137,0,0,1), + (45964,11740,1,0,0,-6254.82,424.967,11.6119,4.05336,300,300,25,0,3137,0,0,1), + (45965,11740,1,0,0,-6486.07,318.915,2.09775,0.647937,300,300,25,0,3137,0,0,1), + (45966,11740,1,0,0,-6279.4,586.78,8.01417,0.447365,300,300,25,0,3137,0,0,1), + (45967,11740,1,0,0,-6369.08,590.935,0.694509,2.8217,300,300,25,0,3137,0,0,1), + (45968,11740,1,0,0,-6252.12,669.989,15.4503,3.37868,300,300,25,0,3137,0,0,1), + (45969,11740,1,0,0,-6214.73,631.908,7.91573,1.19077,300,300,25,0,3137,0,0,1), + (45970,11740,1,0,0,-6715.38,84.887,4.62887,2.31471,300,300,25,0,3137,0,0,1), + (45971,11740,1,0,0,-6621,1181.55,0.596058,3.08198,300,300,25,0,3137,0,0,1), + (45972,11740,1,0,0,-6807.48,981.084,1.52729,5.06533,300,300,25,0,3137,0,0,1), + (45973,11740,1,0,0,-6816.76,1052.02,-1.07425,4.86856,300,300,25,0,3137,0,0,1), + (45974,11740,1,0,0,-6768.84,1169.75,3.2007,5.29552,300,300,25,0,3137,0,0,1), + (45975,11740,1,0,0,-6777.38,1251.21,7.48943,1.9047,300,300,25,0,3137,0,0,1), + (45976,11740,1,0,0,-6871.77,1076.03,5.23142,5.88002,300,300,25,0,3137,0,0,1), + (45977,11740,1,0,0,-6922.91,163.062,1.70013,4.44939,300,300,25,0,3137,0,0,1), + (45978,11740,1,0,0,-6890.82,127.04,2.88365,4.63084,300,300,25,0,3137,0,0,1), + (45979,11740,1,0,0,-7051.74,185.019,5.08362,2.629,300,300,25,0,3137,0,0,1), + (45980,11740,1,0,0,-6995.01,250.111,4.8025,5.77624,300,300,25,0,3137,0,0,1), + (45981,11740,1,0,0,-6982.33,307.213,3.73208,3.57489,300,300,25,0,3137,0,0,1), + (45982,11740,1,0,0,-6926.82,439.622,4.15519,4.12316,300,300,25,0,3137,0,0,1), + (45983,11740,1,0,0,-6836.04,362.72,2.34688,0.720483,300,300,10,0,3137,0,0,1), + (45984,11740,1,0,0,-6897.38,271.933,4.11313,6.11451,300,300,25,0,3137,0,0,1), + (45985,11740,1,0,0,-6871.23,313.506,-0.068083,2.87671,300,300,25,0,3137,0,0,1), + (45986,11740,1,0,0,-6467.49,384.979,1.43491,3.22571,300,300,25,0,3137,0,0,1), + (45987,11740,1,0,0,-6461.51,293.914,5.1022,2.29955,300,300,25,0,3137,0,0,1), + (45988,11740,1,0,0,-6578.73,450.104,-0.221316,6.21348,300,300,25,0,3137,0,0,1), + (45989,11740,1,0,0,-6684.38,486.695,3.38946,0.050837,300,300,25,0,3137,0,0,1), + (45990,11740,1,0,0,-6647.99,502.577,3.39403,4.70653,300,300,25,0,3137,0,0,1), + (45991,11740,1,0,0,-6479.98,497.192,1.43725,1.50241,300,300,25,0,3137,0,0,1), + (45992,11740,1,0,0,-6445.49,657.568,4.91326,1.42707,300,300,25,0,3137,0,0,1), + (45993,11740,1,0,0,-6446.47,702.41,5.18243,5.95498,300,300,25,0,3137,0,0,1), + (45994,11740,1,0,0,-6714.5,654.574,7.73983,5.45171,300,300,25,0,3137,0,0,1), + (45995,11740,1,0,0,-6514.17,573.904,1.1313,4.84572,300,300,25,0,3137,0,0,1), + (45996,11740,1,0,0,-6475.5,563.838,4.14588,3.44483,300,300,25,0,3137,0,0,1), + (45997,11740,1,0,0,-6554.27,545.433,1.9297,2.88741,300,300,25,0,3137,0,0,1), + (45998,11740,1,0,0,-6623.44,596.077,1.99228,5.38713,300,300,25,0,3137,0,0,1), + (45999,11740,1,0,0,-6716.38,614.875,3.06516,3.04581,300,300,25,0,3137,0,0,1), + (46000,11740,1,0,0,-6679.9,628.205,7.36551,1.41859,300,300,25,0,3137,0,0,1), + (46001,11740,1,0,0,-6610.44,652.48,5.40585,3.51024,300,300,25,0,3137,0,0,1), + (46002,11740,1,0,0,-6701.25,746.055,19.7237,1.48584,300,300,10,0,3137,0,0,1), + (46003,11740,1,0,0,-6755.63,1205.9,3.64473,0.65176,300,300,25,0,3137,0,0,1), + (46004,11740,1,0,0,-6731.04,1253.75,4.13501,3.33822,300,300,25,0,3137,0,0,1), + (46005,11740,1,0,0,-6861.36,967.844,2.50629,4.74952,300,300,25,0,3137,0,0,1), + (46006,11740,1,0,0,-6663.57,73.428,3.2664,0.708658,300,300,25,0,3137,0,0,1), + (46007,11740,1,0,0,-6725.06,424.105,-1.36434,1.02019,300,300,10,0,3137,0,0,1), + (46008,11740,1,0,0,-6720.41,387.514,-1.4585,5.11698,300,300,10,0,3137,0,0,1), + (46009,11741,1,0,0,-7056.8,1839.1,-0.970064,2.3564,300,300,3,0,3758,0,0,1), + (46010,11741,1,0,0,-6983.4,1550.22,2.31101,5.11482,300,300,25,0,3758,0,0,1), + (46011,11741,1,0,0,-7483.33,1383.33,5.2249,3.31583,300,300,25,0,3758,0,0,1), + (46012,11741,1,0,0,-7168.41,1326.74,3.20321,2.35616,300,300,25,0,3758,0,0,1), + (46013,11741,1,0,0,-6973.82,1352.36,0.39585,6.07277,300,300,25,0,3758,0,0,1), + (46014,11741,1,0,0,-6604,1554.13,3.60442,0.148171,300,300,25,0,3758,0,0,1), + (46015,11741,1,0,0,-7231.63,865.571,-0.799741,4.12424,300,300,25,0,3758,0,0,1), + (46016,11741,1,0,0,-7253.63,1322.35,3.96372,2.33262,300,300,25,0,3758,0,0,1), + (46017,11741,1,0,0,-7348.71,1376.91,1.28208,4.75537,300,300,25,0,3758,0,0,1), + (46018,11741,1,0,0,-7217.48,1188.95,0.9796,4.81215,300,300,25,0,3758,0,0,1), + (46019,11741,1,0,0,-7035.71,1468.99,3.33042,2.35557,300,300,25,0,3758,0,0,1), + (46020,11741,1,0,0,-7390.28,1391.79,6.51064,1.55762,300,300,25,0,3758,0,0,1), + (46021,11741,1,0,0,-6869.18,1552.24,-0.681335,3.16027,300,300,25,0,3758,0,0,1), + (46022,11741,1,0,0,-6966.25,1490.26,2.4186,3.54931,300,300,25,0,3758,0,0,1), + (46023,11741,1,0,0,-6911.76,1655.69,-0.630716,2.68351,300,300,25,0,3758,0,0,1), + (46024,11741,1,0,0,-6979.42,1386.98,5.33998,5.65023,300,300,25,0,3758,0,0,1), + (46025,11741,1,0,0,-6813.66,1806.74,0.381235,4.5217,300,300,25,0,3758,0,0,1), + (46026,11741,1,0,0,-7013.52,1486.78,1.83678,3.99338,300,300,25,0,3758,0,0,1), + (46027,11741,1,0,0,-6991.51,1508.23,2.75219,5.01591,300,300,25,0,3758,0,0,1), + (46028,11741,1,0,0,-6969.1,1458.66,1.92439,3.7314,300,300,25,0,3758,0,0,1), + (46029,11741,1,0,0,-6871.05,1787.38,3.92842,0.513453,300,300,25,0,3758,0,0,1), + (46030,11741,1,0,0,-6686.23,1409.36,4.23235,4.68983,300,300,25,0,3758,0,0,1), + (46031,11741,1,0,0,-6897.36,1319.36,4.16816,2.8492,300,300,25,0,3758,0,0,1), + (46032,11741,1,0,0,-6920.36,1563.32,5.00839,1.98069,300,300,25,0,3758,0,0,1), + (46033,11741,1,0,0,-7250.87,1225.57,3.44418,5.45152,300,300,25,0,3758,0,0,1), + (46034,11741,1,0,0,-6862.56,1272.81,2.71369,1.90922,300,300,25,0,3758,0,0,1), + (46035,11741,1,0,0,-6821.12,1251.12,1.97907,5.0987,300,300,25,0,3758,0,0,1), + (46036,11741,1,0,0,-6912.36,1513.32,2.44068,4.64648,300,300,25,0,3758,0,0,1), + (46037,11741,1,0,0,-7492.29,1275.06,1.63029,3.28874,300,300,25,0,3758,0,0,1), + (46038,11741,1,0,0,-7200.33,811.887,7.90027,4.19324,300,300,25,0,3758,0,0,1), + (46039,11741,1,0,0,-7419.63,1219.3,1.2198,2.37777,300,300,25,0,3758,0,0,1), + (46040,11741,1,0,0,-6839.6,1342.36,6.29361,3.46511,300,300,25,0,3758,0,0,1), + (46041,11741,1,0,0,-6912.15,1394.42,0.229195,5.66784,300,300,25,0,3758,0,0,1), + (46042,11741,1,0,0,-6877.85,1471.24,6.33015,5.01715,300,300,25,0,3758,0,0,1), + (46043,11741,1,0,0,-7280.97,1153,3.93037,1.6412,300,300,25,0,3758,0,0,1), + (46044,11741,1,0,0,-7279.54,1217.49,2.96406,6.27635,300,300,25,0,3758,0,0,1), + (46045,11741,1,0,0,-6604.02,1611.83,7.26247,0.263857,300,300,25,0,3758,0,0,1), + (46046,11741,1,0,0,-7454.13,1064.26,3.37189,6.1084,300,300,25,0,3758,0,0,1), + (46047,11741,1,0,0,-7354.28,1214.16,-1.39587,4.10475,300,300,25,0,3758,0,0,1), + (46048,11741,1,0,0,-7149.76,1010.74,3.67727,4.79448,300,300,25,0,3758,0,0,1), + (46049,11741,1,0,0,-6947.61,1821.61,5.19022,1.28664,300,300,25,0,3758,0,0,1), + (46050,11741,1,0,0,-7380.02,1079.24,4.36517,3.32441,300,300,25,0,3758,0,0,1), + (46051,11741,1,0,0,-7077.66,997.48,3.31019,4.44965,300,300,25,0,3758,0,0,1), + (46052,11741,1,0,0,-7089.02,1383.34,4.29551,6.23918,300,300,25,0,3758,0,0,1), + (46053,11741,1,0,0,-7102.51,1111.3,4.14862,3.21889,300,300,30,0,3758,0,0,1), + (46054,11741,1,0,0,-7137.98,1160.62,4.2034,1.21168,300,300,30,0,3758,0,0,1), + (46055,11741,1,0,0,-7181.8,1116.9,4.22616,6.09076,300,300,25,0,3758,0,0,1), + (46056,11741,1,0,0,-7382.77,1181.14,2.4263,5.26353,300,300,25,0,3758,0,0,1), + (46057,11741,1,0,0,-7423.6,322.012,9.37084,3.13447,300,300,25,0,3758,0,0,1), + (46058,11741,1,0,0,-7318.28,847.004,3.28769,0.82405,300,300,25,0,3758,0,0,1), + (46059,11741,1,0,0,-7127.54,1169.2,6.08549,0.212528,300,300,30,0,3758,0,0,1), + (46060,11741,1,0,0,-7398.23,344.692,5.32836,3.47817,300,300,25,0,3758,0,0,1), + (46061,11741,1,0,0,-7330.81,772.928,3.61889,1.72349,300,300,25,0,3758,0,0,1), + (46062,11741,1,0,0,-7280.68,856.382,3.49017,5.70372,300,300,25,0,3758,0,0,1), + (46063,11741,1,0,0,-7415.04,683.132,-9.1531,2.35502,300,300,25,0,3758,0,0,1), + (46064,11741,1,0,0,-7286.73,729.033,0.45297,4.32826,300,300,25,0,3758,0,0,1), + (46065,11741,1,0,0,-7453.3,679.843,-14.5312,4.0154,300,300,25,0,3758,0,0,1), + (46066,11741,1,0,0,-7380.47,693.895,-4.84879,1.31611,300,300,25,0,3758,0,0,1), + (46067,11741,1,0,0,-7278.44,616.648,-0.319854,6.24414,300,300,25,0,3758,0,0,1), + (46068,11741,1,0,0,-7483.41,719.62,-17.4762,4.36903,300,300,25,0,3758,0,0,1), + (46069,11741,1,0,0,-7382.6,619.636,-7.66648,5.33559,300,300,25,0,3758,0,0,1), + (46070,11741,1,0,0,-7366.65,667.881,-4.42868,3.76325,300,300,25,0,3758,0,0,1), + (46071,11741,1,0,0,-7328.62,524.828,4.53838,2.63006,300,300,25,0,3758,0,0,1), + (46072,11741,1,0,0,-7281.08,830.966,1.02534,1.42572,300,300,25,0,3758,0,0,1), + (46073,11741,1,0,0,-7419.77,857.839,-0.878613,5.16842,300,300,25,0,3758,0,0,1), + (46074,11741,1,0,0,-7347.96,618.445,-3.22368,0.842077,300,300,25,0,3758,0,0,1), + (46075,11744,1,0,0,-6379.37,1580.1,29.5784,0.726572,300,300,25,0,3529,0,0,1), + (46076,11744,1,0,0,-6421.93,1545.89,15.9053,1.15654,300,300,3,0,3529,0,0,1), + (46077,11744,1,0,0,-6280.79,1486.48,8.55399,0.63455,300,300,10,0,3529,0,0,1), + (46078,11744,1,0,0,-6349.15,1479.7,6.15196,3.70681,300,300,25,0,3529,0,0,1), + (46079,11744,1,0,0,-6313.37,1518.46,3.4258,4.75561,300,300,25,0,3529,0,0,1), + (46080,11744,1,0,0,-6289.55,1419.19,10.4278,2.91687,300,300,10,0,3529,0,0,1), + (46081,11744,1,0,0,-6349.08,1420.93,2.37295,4.56137,300,300,15,0,3529,0,0,1), + (46082,11744,1,0,0,-6330.73,1450,4.64929,3.14159,300,300,10,0,3529,0,0,1), + (46083,11744,1,0,0,-6380.06,1451.02,1.3141,4.41365,300,300,15,0,3529,0,0,1), + (46084,11744,1,0,0,-6257.71,1379.22,16.6288,2.84251,300,300,15,0,3529,0,0,1), + (46085,11744,1,0,0,-6313.1,1389.77,5.88053,5.34591,300,300,15,0,3529,0,0,1), + (46086,11744,1,0,0,-6272.04,1345.82,13.5053,5.81784,300,300,15,0,3529,0,0,1), + (46087,11744,1,0,0,-6247.47,1328.54,15.8083,1.46867,300,300,10,0,3529,0,0,1), + (46088,11744,1,0,0,-6481.32,1543.75,18.0654,0.00892,300,300,3,0,3529,0,0,1), + (46089,11744,1,0,0,-6456.59,1509.7,6.62514,5.73433,300,300,25,0,3529,0,0,1), + (46090,11744,1,0,0,-6388.23,1513.59,4.47194,4.76596,300,300,15,0,3529,0,0,1), + (46091,11744,1,0,0,-6425.82,1487.09,4.0856,2.79925,300,300,15,0,3529,0,0,1), + (46092,11744,1,0,0,-6365.14,1547.94,2.9981,0.005859,300,300,25,0,3529,0,0,1), + (46093,11744,1,0,0,-6550.43,1327.79,3.36919,0.666546,300,300,25,0,3529,0,0,1), + (46094,11744,1,0,0,-6352.85,381.678,6.41679,4.69676,300,300,25,0,3529,0,0,1), + (46095,11744,1,0,0,-6447.4,190.467,4.82517,1.5708,300,300,25,0,3529,0,0,2), + (46096,11744,1,0,0,-6821.03,1095.26,3.51726,3.56854,300,300,30,0,3529,0,0,1), + (46097,11744,1,0,0,-6614.34,1743.93,3.22246,0.927188,300,300,25,0,3529,0,0,1), + (46098,11744,1,0,0,-6594.01,1851.97,3.32129,5.85187,300,300,25,0,3529,0,0,1), + (46099,11744,1,0,0,-6549.77,1890.73,2.6954,0.462774,300,300,15,0,3529,0,0,1), + (46100,11744,1,0,0,-6740.08,718.924,4.91161,2.56501,300,300,25,0,3529,0,0,1), + (46101,11744,1,0,0,-6684.59,352.244,0.258471,1.51021,300,300,25,0,3529,0,0,1), + (46102,11744,1,0,0,-6504.36,584.742,0.716549,4.19373,300,300,30,0,3529,0,0,1), + (46103,11744,1,0,0,-6589.11,1713.7,4.64094,1.22186,300,300,25,0,3529,0,0,1), + (46104,11744,1,0,0,-6474.89,1876.75,4.02696,5.8991,300,300,15,0,3529,0,0,1), + (46105,11744,1,0,0,-6452.37,1855.18,5.85118,0.286217,300,300,10,0,3529,0,0,1), + (46106,11744,1,0,0,-6420.58,1885.21,5.52267,5.29897,300,300,25,0,3529,0,0,1), + (46107,11744,1,0,0,-6505.6,1923.67,6.57556,0.984951,300,300,3,0,3529,0,0,1), + (46108,11744,1,0,0,-6576.05,1924.09,5.91155,0.865164,300,300,15,0,3529,0,0,1), + (46109,11744,1,0,0,-6536.94,1943.87,5.90003,6.21286,300,300,10,0,3529,0,0,1), + (46110,11744,1,0,0,-6620.27,1885.99,4.55606,1.09797,300,300,10,0,3529,0,0,1), + (46111,11744,1,0,0,-6579.03,1942.08,7.77902,3.03978,300,300,15,0,3529,0,0,1), + (46112,11744,1,0,0,-6643.73,1910.11,3.25086,5.95619,300,300,10,0,3529,0,0,1), + (46113,11744,1,0,0,-6644.7,1841.51,5.34003,5.58145,300,300,10,0,3529,0,0,1), + (46114,11744,1,0,0,-6542.49,1749.3,11.255,2.22661,300,300,25,0,3529,0,0,1), + (46115,11744,1,0,0,-6381.03,1844.37,4.16715,1.83128,300,300,3,0,3529,0,0,1), + (46116,11744,1,0,0,-6520.29,1781.11,10.1355,2.95013,300,300,25,0,3529,0,0,1), + (46117,11744,1,0,0,-6487.32,1755.24,21.7987,3.31027,300,300,25,0,3529,0,0,1), + (46118,11744,1,0,0,-6452.47,1777.85,11.2354,2.19184,300,300,10,0,3529,0,0,1), + (46119,11744,1,0,0,-6494.02,1824.12,3.24074,2.15728,300,300,10,0,3529,0,0,1), + (46120,11744,1,0,0,-6584.3,1777.79,2.10899,4.53853,300,300,25,0,3529,0,0,1), + (46121,11744,1,0,0,-6550.36,1814.8,3.58872,5.45665,300,300,15,0,3529,0,0,1), + (46122,11744,1,0,0,-6656.23,1786.67,5.74381,5.21234,300,300,30,0,3529,0,0,1), + (46123,11744,1,0,0,-6682.62,1827.92,1.12624,0.879076,300,300,30,0,3529,0,0,1), + (46124,11744,1,0,0,-6701.69,1845.64,5.09971,2.6176,300,300,30,0,3529,0,0,1), + (46125,11744,1,0,0,-6614.57,1820.36,0.680036,1.29024,300,300,10,0,3529,0,0,1), + (46126,11744,1,0,0,-6712.41,1906.51,5.99436,0.607761,300,300,25,0,3529,0,0,1), + (46127,11744,1,0,0,-6715.15,145.668,2.85095,4.92446,300,300,30,0,3529,0,0,1), + (46128,11745,1,0,0,-7891.83,1420.22,-6.02647,-1.82825,300,300,25,0,3758,0,0,1), + (46129,11745,1,0,0,-7418.22,937.322,1.70314,4.63419,300,300,30,0,3758,0,0,1), + (46130,11745,1,0,0,-7342.15,1269.57,1.78399,5.27178,300,300,30,0,3758,0,0,1), + (46131,11745,1,0,0,-7340.03,889.994,3.04917,4.84955,300,300,25,0,3758,0,0,1), + (46132,11745,1,0,0,-7786.8,1024.51,-1.60028,2.61155,300,300,25,0,3758,0,0,1), + (46133,11746,1,0,0,-6319.1,1596.87,10.2979,2.20176,300,300,25,0,3644,0,0,1), + (46134,11746,1,0,0,-6356.15,1884.94,18.2527,4.81306,300,300,25,0,3644,0,0,1), + (46135,11746,1,0,0,-6412.16,1749.37,19.7187,4.13847,300,300,25,0,3644,0,0,1), + (46136,11746,1,0,0,-6310.45,1651.13,7.52784,3.52391,300,300,3,0,3644,0,0,1), + (46137,11746,1,0,0,-6213.37,1600.04,8.39445,4.98574,300,300,25,0,3644,0,0,1), + (46138,11746,1,0,0,-6285.78,1551.39,4.53684,3.17713,300,300,25,0,3644,0,0,2), + (46139,11746,1,0,0,-6243.16,1648.05,4.67331,4.10863,300,300,15,0,3644,0,0,1), + (46140,11746,1,0,0,-6289.05,1615.21,12.2278,1.33836,300,300,25,0,3644,0,0,1), + (46141,11746,1,0,0,-6228.19,1769.88,14.0261,2.16032,300,300,10,0,3644,0,0,1), + (46142,11746,1,0,0,-6221.19,1680.12,6.27618,3.81979,300,300,30,0,3644,0,0,1), + (46143,11746,1,0,0,-6182.5,1657.98,12.371,0.770954,300,300,3,0,3644,0,0,1), + (46144,11746,1,0,0,-6278.17,1681.24,4.97353,5.67622,300,300,10,0,3644,0,0,1), + (46145,11746,1,0,0,-6318.53,1720.78,2.38086,2.51646,300,300,10,0,3644,0,0,1), + (46146,11746,1,0,0,-6188.41,1713.74,17.883,4.45179,300,300,10,0,3644,0,0,1), + (46147,11746,1,0,0,-7199.91,922.471,2.31472,5.73121,300,300,25,0,3644,0,0,1), + (46148,11746,1,0,0,-6326.34,1777.15,4.08176,1.1599,300,300,10,0,3644,0,0,1), + (46149,11746,1,0,0,-6343.9,1817.1,4.59923,3.98089,300,300,10,0,3644,0,0,1), + (46150,11746,1,0,0,-6283.58,1812.41,6.36609,5.33559,300,300,10,0,3644,0,0,1), + (46151,11746,1,0,0,-6190.84,1784.27,22.1443,1.67329,300,300,3,0,3644,0,0,1), + (46152,11746,1,0,0,-6203.97,1803.95,19.7091,5.83859,300,300,10,0,3644,0,0,1), + (46153,11746,1,0,0,-6158.91,1764.84,28.9728,3.88762,300,300,10,0,3644,0,0,1), + (46154,11746,1,0,0,-6254.01,1777.55,10.1536,5.74444,300,300,25,0,3644,0,0,1), + (46155,11746,1,0,0,-6294.12,1746.85,4.51144,3.5288,300,300,10,0,3644,0,0,1), + (46156,11746,1,0,0,-6322.95,1841.93,6.80206,2.01261,300,300,3,0,3644,0,0,1), + (46157,11746,1,0,0,-6374.47,1719.14,19.7894,0.157769,300,300,25,0,3644,0,0,1), + (46158,11746,1,0,0,-6362.56,1745.99,6.88926,3.44632,300,300,25,0,3644,0,0,1), + (46159,11746,1,0,0,-6370.78,1789.28,3.02023,3.75616,300,300,10,0,3644,0,0,1), + (46160,11746,1,0,0,-6894.45,1788.83,5.35434,0.549937,300,300,10,0,3644,0,0,1), + (46161,11747,1,0,0,-7527.82,1183.32,0.158049,3.43866,300,300,30,0,3876,0,0,1), + (46162,11747,1,0,0,-8024.72,1347.41,-6.15564,-1.04866,300,300,25,0,3876,0,0,1), + (46163,11747,1,0,0,-7767.45,1565.16,1.01961,2.68144,300,300,30,0,3876,0,0,1), + (46164,15609,1,0,0,-8222.82,666.498,-71.7165,0.890118,600,600,0,0,5300,0,0,0), + (46165,15610,1,0,0,-7408.39,1714.49,-91.4569,0.191986,600,600,0,0,2200,0,0,0), + (46166,15611,1,0,0,-6279.15,1006.77,-40.2096,5.96903,600,600,0,0,2200,0,0,0), + (46167,15612,1,0,0,-7547.94,718.819,-16.2931,4.66003,600,600,0,0,23123,0,0,0), + (46168,15613,1,0,0,-7537.15,731.184,-16.4181,2.79253,600,600,0,0,26000,12170,0,0), + (46169,15614,1,0,0,-6860.21,721.879,45.7454,5.3058,600,600,0,0,3700,2486,0,0), + (46170,15615,1,0,0,-7556.6,749.007,-17.5788,5.61996,600,600,0,0,23000,28755,0,0), + (46171,3587,1,0,0,10442.9,783.989,1337.37,3.42085,300,300,0,0,372,0,0,0), + (46172,3588,1,0,0,10485,824.842,1322.83,4.15388,300,300,0,0,334,0,0,0), + (46173,3589,1,0,0,10436.7,794.837,1322.79,4.32842,300,300,0,0,413,0,0,0), + (46174,3590,1,0,0,10438.1,787.295,1337.37,4.29351,300,300,0,0,372,0,0,0), + (46175,3591,1,0,0,10485.9,811.184,1322.83,2.9147,300,300,0,0,372,0,0,0), + (46176,15624,1,0,0,10205,1902.57,1333.15,3.74999,300,300,0,0,120,0,0,0), + (46177,3592,1,0,0,10479.2,826.638,1322.83,4.86947,300,300,0,0,413,0,0,0), + (46178,3593,1,0,0,10526.6,778.086,1329.68,2.47837,300,300,0,0,456,0,0,0), + (46179,3594,1,0,0,10519.1,778.014,1329.68,1.53589,300,300,0,0,456,0,0,0), + (46180,14602,1,0,0,10132.9,2527.95,1325.16,4.01426,300,300,0,0,64,0,0,0), + (46181,3595,1,0,0,10458.8,801.623,1346.84,3.75246,300,300,0,0,413,370,0,0), + (46182,3596,1,0,0,10458.5,827.868,1381.02,2.11185,300,300,0,0,413,370,0,0), + (46183,3597,1,0,0,10464,829.538,1381.02,2.89725,300,300,0,0,456,406,0,0), + (46184,3598,1,0,0,9822.23,952.007,1308.86,1.13446,300,300,0,0,860,0,0,0), + (46185,3599,1,0,0,9790.31,943.87,1308.86,1.01229,300,300,0,0,481,0,0,0), + (46186,3600,1,0,0,9905.44,985.433,1313.92,2.44346,300,300,0,0,980,793,0,0), + (46188,3601,1,0,0,9812.33,928.806,1308.19,4.17134,300,300,0,0,919,753,0,0), + (46189,3602,1,0,0,9741.91,966,1293.78,5.35816,300,300,0,0,1042,834,0,0), + (46190,8723,1,0,0,9856.97,2343.12,1321.67,5.67232,300,300,0,0,3517,0,0,0), + (46191,3603,1,0,0,9767.76,879.807,1297.78,0.453786,300,300,0,0,1454,0,0,0), + (46192,3604,1,0,0,9773.23,875.643,1297.78,1.88496,300,300,0,0,748,0,0,0), + (46193,3605,1,0,0,10153.3,1682.3,1326.09,2.67035,300,300,0,0,992,0,0,0), + (46194,3606,1,0,0,10671.9,1945.49,1335.3,3.56047,300,300,0,0,939,0,0,0), + (46195,3607,1,0,0,8657.6,969.568,2.06634,2.72271,300,300,0,0,1624,0,0,0), + (46196,3608,1,0,0,9891.88,988.308,1327.65,3.66519,300,300,0,0,748,0,0,0), + (46197,3609,1,0,0,9812.37,947.578,1308.85,1.69297,300,300,0,0,416,0,0,0), + (46198,3610,1,0,0,9821.98,968.831,1308.86,4.50295,300,300,0,0,860,0,0,0), + (46199,3611,1,0,0,9786.35,957.079,1308.86,5.53269,300,300,0,0,70,0,0,0), + (46200,3612,1,0,0,9809.02,946.477,1308.85,1.8326,300,300,0,0,166,0,0,0), + (46201,3613,1,0,0,9815.89,948.602,1308.85,1.98968,300,300,0,0,447,0,0,0), + (46202,2077,1,0,0,10389.8,763.477,1320.33,3.97935,300,300,0,0,166,0,0,0), + (46203,3614,1,0,0,9891.66,1000.31,1328.03,5.60251,300,300,0,0,695,0,0,0), + (46204,2078,1,0,0,9887.53,965.54,1313.9,3.66519,300,300,0,0,456,0,0,0), + (46205,2079,1,0,0,10328.9,826.052,1326.46,2.63545,300,300,0,0,138,0,0,0), + (46206,2080,1,0,0,9506.92,713.766,1255.89,0.279253,300,300,0,0,456,0,0,0), + (46207,2081,1,0,0,9811.15,963.279,1308.87,5.68977,300,300,0,0,500,0,0,0), + (46208,11041,1,0,0,10078,2352.19,1321.67,4.46804,300,300,0,0,1172,0,0,0), + (46209,2082,1,0,0,10417.7,871.194,1319.49,3.50811,300,300,0,0,372,0,0,0), + (46210,11042,1,0,0,10067.3,2341.64,1321.65,1.44862,300,300,0,0,1764,0,0,0), + (46211,2083,1,0,0,9872.26,959.278,1308.15,5.18363,300,300,0,0,500,0,0,0), + (46212,2852,1,0,0,9094.31,1844.03,1327.55,5.49779,250,250,0,0,413,0,0,0), + (46213,2852,1,0,0,9095.98,1845.66,1327.49,4.90438,250,250,0,0,413,0,0,0), + (46214,2852,1,0,0,9095.22,1838.83,1327.26,1.06465,250,250,0,0,413,0,0,0), + (46215,2852,1,0,0,9093.74,1841.18,1327.53,0.139626,250,250,0,0,413,0,0,0), + (46216,14378,1,0,0,9937.49,2509.93,1317.9,4.25052,600,600,0,0,9298,0,0,2), + (46217,4138,1,0,0,10200.3,2517.94,1368.91,3.21141,300,300,0,0,3139,5751,0,0), + (46218,11050,1,0,0,10088.6,2265.82,1333.08,0.15708,300,300,0,0,1240,0,0,0), + (46219,14379,1,0,0,10130.4,2577.26,1324.22,5.44146,600,600,0,0,9106,0,0,2), + (46220,14380,1,0,0,9629.79,2347.47,1327.81,6.15194,600,600,0,0,9298,0,0,2), + (46221,4146,1,0,0,10178,2511.01,1343.24,2.42601,300,300,0,0,2471,3191,0,0), + (46222,2107,1,0,0,9845.15,440.93,1317.27,3.15905,300,300,0,0,228,0,0,0), + (46223,4155,1,0,0,9938.84,2521.53,1317.66,4.38078,300,300,0,0,2972,0,0,0), + (46224,830,0,0,0,-9657.25,1240.72,8.74018,1.21701,300,300,10,0,273,0,0,1), + (46225,830,0,0,0,-9642.94,1271.48,4.21368,4.89203,300,300,10,0,273,0,0,1), + (46226,1784,0,0,0,1721.9,-1140.79,60.801,2.67889,315,315,10,0,2384,1864,0,1), + (46227,1783,0,0,0,1021.9,-1620.34,63.8074,3.72472,315,315,10,0,2880,0,0,1), + (46228,1791,0,0,0,1176.83,-1785.79,62.4031,3.5482,315,315,10,0,2880,0,0,1), + (46229,1791,0,0,0,1186.94,-1713.62,61.1927,0.4232,315,315,10,0,2880,0,0,1), + (46230,830,0,0,0,-9648.06,1382.84,11.7258,5.61159,300,300,10,0,273,0,0,1), + (46231,1783,0,0,0,1136.66,-1710.72,62.4173,4.27272,315,315,5,0,2880,0,0,1), + (46232,1791,0,0,0,1061.77,-1677.36,62.4129,4.0583,315,315,10,0,2880,0,0,1), + (46233,1791,0,0,0,1217.54,-1744.98,62.7556,4.1149,315,315,0,0,2880,0,0,0), + (46234,1791,0,0,0,1071.76,-1732.52,61.9333,0.696964,315,315,10,0,2880,0,0,1), + (46235,1791,0,0,0,1071.92,-1666.04,63.3236,4.66403,315,315,10,0,2880,0,0,1), + (46236,8911,230,0,0,1022.1,-303.398,-116.355,1.51979,7200,7200,5,0,7599,0,0,1), + (46237,830,0,0,0,-9675.18,1272.23,8.29307,4.29001,300,300,10,0,273,0,0,1), + (46238,7740,1,0,0,9634.06,2495.63,1354.89,4.67748,300,300,0,0,4108,2117,0,0), + (46239,4156,1,0,0,9838.5,2431.55,1315.81,5.58505,300,300,0,0,2016,0,0,0), + (46240,15678,1,0,0,9860.31,2331.85,1331.98,4.18879,300,300,0,0,3517,0,0,0), + (46241,11070,1,0,0,10148.4,2316.15,1333.08,2.04204,300,300,0,0,1380,0,0,0), + (46242,7999,1,0,0,9662.52,2524.57,1360.08,0.069813,180,180,0,0,250500,67740,0,0), + (46243,15679,1,0,0,9868.17,2350.06,1331.98,1.09956,300,300,0,0,3517,0,0,0), + (46244,4159,1,0,0,10080.4,2267.32,1333.08,2.23402,300,300,0,0,2016,0,0,0), + (46245,8911,230,0,0,1161.94,-315.639,-105.112,4.14595,7200,7200,3,0,7599,0,0,1), + (46246,8911,230,0,0,828.983,-110.763,-54.0495,1.55334,7200,7200,0,0,7599,0,0,0), + (46247,8911,230,0,0,840.473,-106.465,-53.8818,2.18166,7200,7200,0,0,7599,0,0,0), + (46248,8902,230,0,0,931.065,-289.693,-49.8563,0.383972,7200,7200,0,0,2026,2041,0,0), + (46249,8902,230,0,0,931.526,-284.472,-49.8526,5.41052,7200,7200,0,0,2026,2041,0,0), + (46250,8898,230,0,0,939.377,-288.623,-49.8552,3.05433,7200,7200,0,0,6078,4082,0,0), + (46251,8900,230,0,0,936.359,-285.072,-49.8526,4.20624,7200,7200,0,0,2305,4896,0,0), + (46252,8900,230,0,0,929.067,-287.174,-49.8526,6.0912,7200,7200,0,0,2305,4896,0,0), + (46253,8911,230,0,0,934.519,-292.655,-49.8605,1.55334,7200,7200,0,0,7599,0,0,0), + (46254,8902,230,0,0,935.763,-246.896,-50.114,0.314159,7200,7200,0,0,2026,2041,0,0), + (46255,8902,230,0,0,933.663,-258.504,-49.8526,2.77507,7200,7200,0,0,2026,2041,0,0), + (46256,8902,230,0,0,929.761,-256.317,-49.8526,5.23599,7200,7200,0,0,2026,2041,0,0), + (46257,1791,0,0,0,1168.22,-1779.19,61.4031,5.71138,315,315,10,0,2880,0,0,1), + (46258,8899,230,0,0,927.385,-260.026,-49.8526,0.767945,7200,7200,0,0,7599,0,0,0), + (46259,8899,230,0,0,940.441,-246.455,-50.2505,2.56563,7200,7200,0,0,7599,0,0,0), + (46260,8920,230,0,0,934.78,-242.939,-50.2242,5.74213,7200,7200,0,0,2614,0,0,0), + (46261,8911,230,0,0,819.303,-75.9035,-54.1882,1.46608,7200,7200,0,0,7599,0,0,0), + (46262,8911,230,0,0,829.611,-72.7661,-54.1954,2.26893,7200,7200,0,0,7599,0,0,0), + (46263,8911,230,0,0,1204.43,-364.392,-92.7734,0.593412,7200,7200,0,0,7599,0,0,0), + (46264,8911,230,0,0,1203.86,-372.471,-91.9976,0.715585,7200,7200,0,0,7599,0,0,0), + (46265,8911,230,0,0,1211.19,-371.824,-92.7095,0.837758,7200,7200,0,0,7599,0,0,0), + (46266,8911,230,0,0,926.193,-352.366,-116.112,2.25605,7200,7200,5,0,7599,0,0,1), + (46267,8911,230,0,0,1027.69,-245.993,-111.134,6.25596,7200,7200,5,0,7599,0,0,1), + (46268,8911,230,0,0,849.381,-243.453,-115.923,2.75549,7200,7200,5,0,7599,0,0,1), + (46269,8921,230,0,0,613.94,-197.911,-84.4086,0.261799,7200,7200,0,0,2672,0,0,0), + (46270,8921,230,0,0,614.706,-184.568,-84.4061,3.52556,7200,7200,0,0,2672,0,0,0), + (46271,8921,230,0,0,612.43,-173.572,-84.4067,0.191986,7200,7200,0,0,2672,0,0,0), + (46272,8921,230,0,0,606.907,-193.305,-84.4048,1.8326,7200,7200,0,0,2672,0,0,0), + (46273,8921,230,0,0,604.812,-177.6,-84.4021,0.506145,7200,7200,0,0,2672,0,0,0), + (46274,1791,0,0,0,1141.86,-1724.32,61.7923,4.81068,315,315,10,0,2880,0,0,1), + (46275,4472,0,0,0,1749.18,-2330.15,59.7734,1.79091,315,315,0,0,3006,2241,0,0), + (46276,1804,0,0,0,1706.71,-2348.47,60.4519,4.36878,315,315,0,0,3643,0,0,0), + (46277,4472,0,0,0,1737.16,-2340.91,59.5482,6.17833,315,315,5,0,3006,2241,0,1), + (46278,1804,0,0,0,1647.24,-2371.34,61.1943,2.95575,315,315,3,0,3643,0,0,1), + (46279,1802,0,0,0,1669.92,-2351.84,60.7589,3.04631,315,315,0,0,3644,0,0,0), + (46280,1804,0,0,0,1743.49,-2310.41,60.0931,5.91364,315,315,10,0,3643,0,0,1), + (46281,8921,230,0,0,606.222,-168.193,-84.4068,5.72468,7200,7200,0,0,2672,0,0,0), + (46282,1802,0,0,0,1716.08,-2336.94,59.9696,4.99164,315,315,0,0,3644,0,0,0), + (46284,9319,230,0,0,607.671,-174.768,-84.4864,2.30979,43200,43200,0,0,10670,0,0,0), + (46285,4160,1,0,0,10068.8,2357.55,1321.66,2.49582,300,300,0,0,3077,0,0,0), + (46286,1804,0,0,0,1706.73,-2269.58,58.9941,3.37377,315,315,3,0,3643,0,0,1), + (46287,1802,0,0,0,1703.27,-2278.88,59.1191,2.71692,315,315,5,0,3644,0,0,1), + (46288,1802,0,0,0,1711.29,-2311.89,59.2179,3.84899,315,315,10,0,3644,0,0,1), + (46289,1785,0,0,0,1930.77,-1614.94,66.0194,6.21337,315,315,0,0,3082,0,0,0), + (46290,4475,0,0,0,1833.56,-1660.53,61.8221,4.17516,315,315,10,0,3082,0,0,1), + (46291,4474,0,0,0,1926.84,-1626.81,60.6545,2.16397,315,315,5,0,3189,0,0,1), + (46292,4475,0,0,0,1853.52,-1628.89,59.2576,1.81679,315,315,10,0,3082,0,0,1), + (46293,4474,0,0,0,1907.03,-1638.69,60.3937,1.85917,315,315,3,0,3189,0,0,1), + (46294,1785,0,0,0,1885.42,-1553.4,59.1002,1.48353,315,315,0,0,3082,0,0,0), + (46295,4474,0,0,0,1934.27,-1573.85,60.9218,1.37753,315,315,5,0,3189,0,0,1), + (46297,8921,230,0,0,609.918,-177.402,-84.4864,2.08212,7200,7200,5,0,2672,0,0,1), + (46298,8921,230,0,0,611.45,-178.513,-84.4869,2.05198,7200,7200,5,0,2672,0,0,1), + (46299,8921,230,0,0,587.25,-201.465,-84.5078,2.52397,7200,7200,5,0,2672,0,0,1), + (46300,8921,230,0,0,580.26,-202.699,-84.4234,0.349066,7200,7200,0,0,2672,0,0,0), + (46301,8921,230,0,0,574.727,-196.646,-84.4187,2.84489,7200,7200,0,0,2672,0,0,0), + (46302,8921,230,0,0,581.101,-190.509,-84.4085,2.16421,7200,7200,0,0,2672,0,0,0), + (46304,4161,1,0,0,10075.9,2199.74,1346.7,1.8326,300,300,0,0,3857,0,0,0), + (46305,7234,1,0,0,10018.8,282.413,1323.02,1.29154,300,300,0,0,156,0,0,0), + (46306,7235,1,0,0,10056.3,319.792,1324.65,1.11701,300,300,0,0,115,126,0,0), + (46307,7235,1,0,0,10060.4,322.225,1324.9,2.79253,300,300,0,0,115,126,0,0), + (46308,4475,0,0,0,1891.76,-1574.51,59.405,1.32645,315,315,0,0,3082,0,0,0), + (46309,8921,230,0,0,576.286,-184.65,-84.4119,3.735,7200,7200,0,0,2672,0,0,0), + (46310,7235,1,0,0,10036.2,264.494,1325.5,3.60369,300,300,5,0,115,126,0,1), + (46311,7235,1,0,0,9953.66,269.711,1325.99,2.585,300,300,5,0,115,126,0,1), + (46312,4163,1,0,0,10083.7,2546.87,1295.12,1.22173,300,300,0,0,2471,0,0,0), + (46313,10051,1,0,0,9807.78,931.309,1307.67,4.88692,300,300,0,0,1605,0,0,0), + (46314,7235,1,0,0,10025.3,282.875,1323.11,2.58309,300,300,0,0,115,126,0,0), + (46315,7235,1,0,0,10076.3,328.838,1324.59,2.1477,300,300,5,0,115,126,0,1), + (46316,7235,1,0,0,10037.6,320.143,1322.02,3.76367,300,300,5,0,115,126,0,1), + (46317,7235,1,0,0,10060.5,338.343,1324.38,3.84241,300,300,5,0,115,126,0,1), + (46318,7235,1,0,0,10054.6,308.801,1324.08,0.715898,300,300,5,0,115,126,0,1), + (46319,4164,1,0,0,9911.11,2311.39,1330.87,1.27409,300,300,0,0,1605,0,0,0), + (46320,4165,1,0,0,9658.69,2508.7,1331.7,2.25148,300,300,0,0,2016,2680,0,0), + (46321,12358,1,0,0,10132.7,2526.33,1325.56,3.63029,300,300,0,0,42,0,0,0), + (46322,4423,1,0,0,10078.1,2445.5,1317.57,1.79769,300,300,0,0,5175,0,0,0), + (46323,4423,1,0,0,10088.2,2519.24,1317.6,0.453786,300,300,0,0,5175,0,0,0), + (46324,4423,1,0,0,10151.4,2569.15,1321.06,3.75246,300,300,0,0,5175,0,0,0), + (46325,4423,1,0,0,10145.5,2546.41,1322.3,3.47819,300,300,5,0,5175,0,0,2), + (46326,4167,1,0,0,10126,2582.53,1325.97,5.35273,300,300,0,0,1605,0,0,2), + (46327,12359,1,0,0,10127.7,2521.29,1326.04,1.8675,300,300,0,0,42,0,0,0), + (46328,4423,1,0,0,10087.8,2447.96,1317.95,0.575961,300,300,5,0,5175,0,0,2), + (46329,5191,1,0,0,10073.2,2193.25,1346.7,1.58825,300,300,0,0,1240,0,0,0), + (46330,4168,1,0,0,10086,2254.92,1333.08,5.23599,300,300,0,0,1605,0,0,0), + (46331,10056,1,0,0,10167.4,2522.79,1342.57,5.32325,300,300,0,0,1605,0,0,0), + (46332,12360,1,0,0,10133.2,2521.75,1326.92,2.40855,300,300,0,0,42,0,0,0), + (46333,4169,1,0,0,9732.6,2255.22,1327.49,5.80119,300,300,0,0,1605,0,0,2), + (46334,11081,1,0,0,10084.3,2252.83,1343.39,5.93412,300,300,0,0,1764,0,0,0), + (46335,4170,1,0,0,9864.51,2253.27,1332.05,1.50098,300,300,0,0,1605,0,0,0), + (46336,11083,1,0,0,10091,2256.4,1343.39,4.50295,300,300,0,0,1172,0,0,0), + (46337,4171,1,0,0,9816.68,2246.61,1333.08,4.34587,300,300,0,0,1605,0,0,0), + (46338,4172,1,0,0,9603.36,2349.12,1330.08,0.471239,300,300,0,0,1605,0,0,0), + (46340,4173,1,0,0,9770.63,2268.83,1332.02,4.17134,300,300,0,0,1605,0,0,0), + (46341,6735,1,0,0,10127.9,2224.79,1328.81,2.21657,300,300,0,0,1605,0,0,0), + (46342,4175,1,0,0,9726.82,2296.3,1333.08,3.9619,300,300,0,0,1605,0,0,0), + (46343,6736,1,0,0,9802.21,982.608,1313.98,4.79965,300,300,0,0,1605,0,0,0), + (46344,4177,1,0,0,9695.01,2333.73,1332.05,3.64774,300,300,0,0,1605,0,0,0), + (46345,4180,1,0,0,9729.57,2296.99,1343.39,4.11898,300,300,0,0,3517,0,0,0), + (46346,4181,1,0,0,9920.63,2204.39,1328.22,5.58505,300,300,0,0,1605,0,0,0), + (46347,9047,1,0,0,10180.2,2605.13,1322.15,1.27409,300,300,0,0,166,0,0,0), + (46348,8026,1,0,0,9961.78,2284.6,1341.48,4.17134,300,300,0,0,3857,0,0,0), + (46349,11866,1,0,0,9908.52,2329.23,1330.87,5.37561,600,600,0,0,6830,0,0,0), + (46350,14428,1,0,0,9843,396.368,1307.13,0.660401,7200,7200,0,0,137,0,0,0), + (46351,14430,1,0,0,9229.98,853.818,1324.22,3.10377,7200,7200,0,0,176,0,0,0), + (46352,14431,1,0,0,10647.8,2044.36,1331.02,4.21437,7200,7200,0,0,156,0,0,0), + (46353,2912,1,0,0,9641.92,2607.69,1337.38,0.017453,300,300,0,0,2471,0,0,0), + (46354,14432,1,0,0,10114.5,1196.27,1312.29,5.5061,7200,7200,0,0,115,126,0,0), + (46355,3681,1,0,0,9983.03,2213.99,1328.69,3.83094,300,300,5,0,80,0,0,1), + (46356,3681,1,0,0,9884.98,2444.52,1316.68,0.21453,300,300,5,0,80,0,0,1), + (46357,3681,1,0,0,9720.35,2232.97,1327.62,4.81261,300,300,5,0,80,0,0,1), + (46358,3681,1,0,0,10252.3,2575.31,1332.2,3.16591,300,300,5,0,80,0,0,1), + (46359,3681,1,0,0,10281.4,2387.63,1334.94,0.014647,300,300,5,0,80,0,0,1), + (46360,3681,1,0,0,9967.09,2608.96,1316.03,2.2266,300,300,5,0,80,0,0,1), + (46361,3681,1,0,0,9605.98,2638.17,1335.68,0.982429,300,300,5,0,80,0,0,1), + (46362,3681,1,0,0,9863.11,2578.33,1315.9,5.05128,300,300,5,0,80,0,0,1), + (46363,3681,1,0,0,9756.18,2329.45,1328.19,5.09871,300,300,5,0,80,0,0,1), + (46364,3681,1,0,0,10228.8,2633.39,1321.59,5.27927,300,300,5,0,80,0,0,1), + (46365,3681,1,0,0,9893.55,2210.79,1328.43,3.32424,300,300,5,0,80,0,0,1), + (46366,3681,1,0,0,10132.5,2172.96,1334.61,3.61296,300,300,5,0,80,0,0,1), + (46367,3681,1,0,0,10130.2,2378.21,1319.67,0.468014,300,300,5,0,80,0,0,1), + (46368,3681,1,0,0,9596.85,2525.1,1333.61,2.55088,300,300,5,0,80,0,0,1), + (46369,3681,1,0,0,10185.7,2376.47,1326.9,0.924932,300,300,5,0,80,0,0,1), + (46370,3681,1,0,0,9850.21,2300.07,1320.38,5.68326,300,300,5,0,80,0,0,1), + (46371,3681,1,0,0,10121.8,2637.56,1319.41,0.796447,300,300,5,0,80,0,0,1), + (46372,3681,1,0,0,10294.3,2531.41,1335.47,3.45732,300,300,5,0,80,0,0,1), + (46373,3681,1,0,0,9848.58,2137.99,1327.08,3.29797,300,300,5,0,80,0,0,1), + (46374,3681,1,0,0,10101.5,2643.9,1317.95,4.92942,300,300,5,0,80,0,0,1), + (46375,3681,1,0,0,10039.5,2670.3,1317.26,1.64899,300,300,5,0,80,0,0,1), + (46376,3681,1,0,0,9819.14,2568.19,1314.68,3.00356,300,300,5,0,80,0,0,1), + (46377,3681,1,0,0,9986.81,2216.86,1328.73,1.32819,300,300,5,0,80,0,0,1), + (46378,3681,1,0,0,9655.23,2477.84,1335.08,5.19548,300,300,0,0,80,0,0,0), + (46379,3681,1,0,0,9914.01,2156.83,1330.71,1.021,300,300,5,0,80,0,0,1), + (46380,3681,1,0,0,10087,2311.81,1329.49,6.2262,300,300,5,0,80,0,0,1), + (46381,3681,1,0,0,9983.61,2140.29,1328.45,2.69214,300,300,5,0,80,0,0,1), + (46382,3681,1,0,0,9928.94,2064.93,1330.74,2.49614,300,300,5,0,80,0,0,1), + (46383,3681,1,0,0,10144.8,2245.3,1328.9,3.44206,300,300,5,0,80,0,0,1), + (46384,3681,1,0,0,10103.3,2451.37,1318.94,4.54641,300,300,0,0,80,0,0,0), + (46385,3681,1,0,0,10293.1,2472.87,1334.72,1.07337,300,300,5,0,80,0,0,1), + (46386,3681,1,0,0,9936.96,2508.24,1318.01,2.00871,300,300,5,0,80,0,0,1), + (46387,3681,1,0,0,9623.83,2382.08,1327.85,5.5623,300,300,5,0,80,0,0,1), + (46388,3681,1,0,0,9640.21,2546.01,1331.91,1.05347,300,300,5,0,80,0,0,1), + (46389,3681,1,0,0,10108.7,2492.87,1317.57,3.66391,300,300,5,0,80,0,0,1), + (46390,3681,1,0,0,9979.49,2517.21,1317.13,0.837559,300,300,5,0,80,0,0,1), + (46391,3681,1,0,0,9647.6,2324.72,1327.8,4.64217,300,300,5,0,80,0,0,1), + (46392,3681,1,0,0,10210.3,2461.11,1327.46,4.46915,300,300,5,0,80,0,0,1), + (46393,2150,1,0,0,9920.41,735.951,1313.98,3.65,300,300,0,0,228,0,0,0), + (46394,2151,1,0,0,9847.16,1033.06,1304.84,1.59816,300,300,0,0,709,0,0,2), + (46395,2152,1,0,0,10095.8,1464.53,1275.98,2.43024,300,300,5,0,120,0,0,1), + (46396,2152,1,0,0,10061,1457.02,1277,3.18714,300,300,5,0,120,0,0,1), + (46397,2152,1,0,0,10050.8,1477.49,1279.57,3.64828,300,300,5,0,120,0,0,1), + (46398,2152,1,0,0,9980.94,1479.4,1294.87,1.35042,300,300,5,0,120,0,0,1), + (46399,2152,1,0,0,10023.9,1377.58,1281.01,4.17935,300,300,5,0,120,0,0,1), + (46400,2152,1,0,0,9977.14,1512.71,1300.96,2.1623,300,300,5,0,120,0,0,1), + (46401,2152,1,0,0,10035.5,1497.36,1284.79,1.65089,300,300,5,0,120,0,0,1), + (46402,2152,1,0,0,10050.4,1436.78,1275.07,2.29768,300,300,5,0,120,0,0,1), + (46403,2152,1,0,0,10041.1,1455.82,1275.44,2.22832,300,300,5,0,120,0,0,1), + (46404,2152,1,0,0,10012.7,1485.12,1285.9,5.28983,300,300,5,0,120,0,0,1), + (46405,2152,1,0,0,9995.12,1347.1,1285.76,5.6892,300,300,5,0,120,0,0,1), + (46406,2152,1,0,0,9990.99,1458.71,1290.34,5.23056,300,300,5,0,120,0,0,1), + (46407,2152,1,0,0,10013.9,1355.57,1283.1,0.362854,300,300,5,0,120,0,0,1), + (46408,2152,1,0,0,10018.3,1448.33,1279.82,5.43222,300,300,5,0,120,0,0,1), + (46409,2152,1,0,0,9985.55,1431.6,1289.81,0.73037,300,300,5,0,120,0,0,1), + (46410,10089,1,0,0,10173.6,2488.87,1357.49,0.226893,300,300,0,0,2471,1620,0,0), + (46411,2155,1,0,0,10091.4,1664.88,1325.03,4.39297,300,300,5,0,334,0,0,2), + (46412,4203,1,0,0,9924.3,2316.45,1330.87,1.74533,300,300,0,0,1605,0,0,0), + (46413,4204,1,0,0,9758.22,2430.94,1334.01,2.89725,300,300,0,0,2016,0,0,0), + (46414,10604,1,0,0,9844.82,1030.82,1304.84,1.59816,300,300,0,0,1100,0,0,0), + (46415,4205,1,0,0,10187,2491.67,1358.62,2.42601,300,300,0,0,3517,4393,0,0), + (46416,10606,1,0,0,9848.74,1030.92,1304.88,1.59816,300,300,0,0,328,0,0,0), + (46417,4208,1,0,0,9945.15,2518.39,1317.66,3.9968,300,300,0,0,2972,0,0,0), + (46418,4209,1,0,0,9942.03,2519.24,1317.66,4.32842,300,300,0,0,2972,0,0,0), + (46419,2162,1,0,0,10099.2,1458.48,1276.36,3.16025,300,300,0,0,155,0,0,0), + (46420,4210,1,0,0,10088.4,2419.45,1321.74,5.14872,300,300,0,0,2016,0,0,0), + (46421,883,1,0,0,9386.41,1650.61,1293.99,0.422587,300,300,5,0,1,0,0,1), + (46422,4211,1,0,0,10152.1,2391.07,1323.56,3.35103,300,300,0,0,2016,0,0,0), + (46423,883,1,0,0,9849.22,2128.91,1329.29,3.54887,300,300,5,0,1,0,0,1), + (46424,883,1,0,0,9309,1374.94,1287.74,3.82358,300,300,5,0,1,0,0,1), + (46425,883,1,0,0,10178.1,2356.91,1328.22,3.90393,300,300,5,0,1,0,0,1), + (46426,883,1,0,0,10105.7,2508.27,1319.43,3.05214,300,300,5,0,1,0,0,1), + (46427,883,1,0,0,9584.19,2425.44,1328.05,3.8499,300,300,5,0,1,0,0,1), + (46428,883,1,0,0,10236.8,2384.65,1329.97,4.76711,300,300,5,0,1,0,0,1), + (46429,883,1,0,0,10122.1,2351.69,1329.05,3.71443,300,300,5,0,1,0,0,1), + (46430,883,1,0,0,10700.5,1439.68,1322.34,3.93455,300,300,5,0,1,0,0,1), + (46431,883,1,0,0,10012.3,504.022,1313.83,5.33446,300,300,5,0,1,0,0,1), + (46432,883,1,0,0,10857.2,1716.4,1311.04,4.62535,300,300,5,0,1,0,0,1), + (46433,883,1,0,0,10582.7,1513.01,1316.28,2.41244,300,300,5,0,1,0,0,1), + (46434,883,1,0,0,9230.84,1070.44,1316.79,1.70157,300,300,5,0,1,0,0,1), + (46435,883,1,0,0,9845.7,2214.75,1328.54,4.41286,300,300,5,0,1,0,0,1), + (46436,883,1,0,0,9986.28,2231.84,1330.32,2.97369,300,300,5,0,1,0,0,1), + (46437,883,1,0,0,9636,2364.88,1328.1,5.42808,300,300,5,0,1,0,0,1), + (46438,883,1,0,0,10298.2,971.395,1336.89,0.444239,300,300,5,0,1,0,0,1), + (46439,883,1,0,0,9835.76,1055.82,1311.91,5.14326,300,300,5,0,1,0,0,1), + (46440,883,1,0,0,10197.8,2412.29,1329.31,0.086133,300,300,5,0,1,0,0,1), + (46441,883,1,0,0,10311.8,1860.08,1325.28,0.242681,300,300,5,0,1,0,0,1), + (46442,883,1,0,0,10109,2550.58,1320.62,2.5582,300,300,5,0,1,0,0,1), + (46443,883,1,0,0,9977.93,2635.19,1317.58,1.07435,300,300,5,0,1,0,0,1), + (46444,883,1,0,0,10521.7,1725.42,1303.22,2.71015,300,300,5,0,1,0,0,1), + (46445,883,1,0,0,10208.6,2453.22,1328.82,2.08558,300,300,5,0,1,0,0,1), + (46446,883,1,0,0,9743.23,523.148,1305.75,5.50607,300,300,5,0,1,0,0,1), + (46447,883,1,0,0,10286.4,2491.37,1335.96,1.45957,300,300,5,0,1,0,0,1), + (46448,883,1,0,0,9558.36,988.096,1265.26,0.376881,300,300,5,0,1,0,0,1), + (46449,883,1,0,0,10521.7,982.033,1317.38,2.00211,300,300,5,0,1,0,0,1), + (46450,883,1,0,0,9638.34,2662.96,1324.6,5.1832,300,300,5,0,1,0,0,1), + (46451,883,1,0,0,9301.37,729.564,1312.78,5.56068,300,300,5,0,1,0,0,1), + (46452,883,1,0,0,9655.19,589.948,1308.77,5.66487,300,300,5,0,1,0,0,1), + (46453,883,1,0,0,9766.41,2320.5,1328.02,6.13715,300,300,5,0,1,0,0,1), + (46454,883,1,0,0,9319.61,1612.09,1290.64,5.99201,300,300,5,0,1,0,0,1), + (46455,883,1,0,0,9703.33,1113.82,1275.48,2.8463,300,300,5,0,1,0,0,1), + (46456,883,1,0,0,10072.9,2233.06,1327.69,6.2756,300,300,5,0,1,0,0,1), + (46457,883,1,0,0,9464.74,1773.69,1314.18,1.96146,300,300,5,0,1,0,0,1), + (46458,883,1,0,0,9785.28,1758.72,1311.93,4.24261,300,300,5,0,1,0,0,1), + (46459,883,1,0,0,10401.8,673.982,1324.91,2.25027,300,300,5,0,1,0,0,1), + (46460,883,1,0,0,9414.71,587.357,1321.88,2.52269,300,300,5,0,1,0,0,1), + (46461,883,1,0,0,10605.4,669.174,1325.48,4.2518,300,300,5,0,1,0,0,1), + (46462,883,1,0,0,10675.4,740.748,1322.29,0.886058,300,300,5,0,1,0,0,1), + (46463,883,1,0,0,9781.28,646.262,1295.64,4.64436,300,300,5,0,1,0,0,1), + (46464,883,1,0,0,10008.8,352.294,1318.35,1.56842,300,300,0,0,1,0,0,0), + (46465,883,1,0,0,9801.67,1084.99,1297.82,2.54222,300,300,5,0,1,0,0,1), + (46466,4212,1,0,0,10086.3,2256.49,1343.39,5.3058,300,300,0,0,3077,0,0,0), + (46467,4213,1,0,0,10145.7,2320.28,1333.08,0.994838,300,300,0,0,2016,0,0,0), + (46468,2166,1,0,0,9281.99,1077.28,1253.33,4.01754,300,300,0,0,528,0,0,0), + (46469,4214,1,0,0,10055.3,2573.02,1282.55,5.63741,300,300,0,0,3139,0,0,0), + (46470,4215,1,0,0,10090.7,2536.99,1285.77,3.26377,300,300,0,0,3517,0,0,0), + (46471,4216,1,0,0,9751.43,2424.84,1333.92,1.88496,300,300,0,0,1605,0,0,0), + (46472,4217,1,0,0,10179,2563.98,1340.13,1.22173,300,300,0,0,3139,5751,0,0), + (46473,4730,1,0,0,10129.9,2533.24,1323.35,2.53073,300,300,0,0,2016,0,0,0), + (46474,4218,1,0,0,10186.3,2570.38,1326.05,3.64774,300,300,0,0,3517,4393,0,0), + (46475,4219,1,0,0,10179.4,2583.69,1326.05,4.36332,300,300,0,0,2471,3191,0,0), + (46476,6780,1,0,0,10214.3,700.553,1360.68,5.77704,300,300,0,0,228,0,0,0), + (46477,4220,1,0,0,10171.2,2580.12,1326.05,4.79965,300,300,0,0,1605,0,0,0), + (46478,6781,1,0,0,9808.33,979.841,1313.98,3.82227,300,300,0,0,413,0,0,0), + (46479,4221,1,0,0,9832.88,2436,1315.84,6.0912,300,300,0,0,1605,0,0,0), + (46480,10878,1,0,0,9659.84,2432.42,1335.68,1.58374,300,300,5,0,112,0,0,2), + (46481,4222,1,0,0,9836.05,2441.62,1315.85,2.25148,300,300,0,0,1605,0,0,0), + (46482,4223,1,0,0,10085.9,2424.72,1321.74,2.04204,300,300,0,0,1605,0,0,0), + (46483,12160,1,0,0,10204.3,699.712,1361.28,5.88176,300,300,0,0,4356,0,0,0), + (46484,12160,1,0,0,10510.7,792.074,1330.44,5.43758,300,300,5,0,4356,0,0,2), + (46485,12160,1,0,0,10449.3,801.411,1345.73,4.18879,300,300,0,0,4356,0,0,0), + (46486,12160,1,0,0,10184.4,684.428,1364.28,2.93215,300,300,0,0,4356,0,0,0), + (46487,12160,1,0,0,10500.7,805.428,1397.35,4.97419,300,300,0,0,4356,0,0,0), + (46488,12160,1,0,0,10488.4,805.757,1326.89,3.28122,300,300,0,0,4356,0,0,0), + (46489,7296,1,0,0,10190.7,2551.89,1338.98,4.55531,300,300,0,0,1268,0,0,0), + (46490,12160,1,0,0,10395,743.603,1319.96,3.71755,300,300,0,0,4356,0,0,0), + (46491,12160,1,0,0,10183.2,707.292,1364.89,3.56047,300,300,0,0,4356,0,0,0), + (46492,12160,1,0,0,10512.9,799.375,1397.89,0.10472,300,300,0,0,4356,0,0,0), + (46493,12160,1,0,0,10197.4,691.339,1361.74,3.1765,300,300,0,0,4356,0,0,0), + (46494,12160,1,0,0,10455.2,792.59,1345.73,3.36848,300,300,0,0,4356,0,0,0), + (46495,12160,1,0,0,10207.1,689.517,1361.43,0.383972,300,300,0,0,4356,0,0,0), + (46496,12160,1,0,0,10459.9,808.041,1322.83,5.63741,300,300,0,0,4356,0,0,0), + (46497,12160,1,0,0,10197.9,698.881,1361.25,3.38594,300,300,0,0,4356,0,0,0), + (46498,12160,1,0,0,10419.5,891.754,1318.78,1.8675,300,300,0,0,4356,0,0,0), + (46499,12160,1,0,0,10502.2,798.546,1397.27,2.43968,300,300,5,0,4356,0,0,2), + (46500,12160,1,0,0,10495.1,799.457,1397.35,6.17846,300,300,0,0,4356,0,0,0), + (46501,4225,1,0,0,10081.1,2264.3,1343.39,2.1293,300,300,0,0,1605,0,0,0), + (46502,7553,1,0,0,9909.24,2206.16,1328.7,2.09187,300,300,0,0,64,0,0,0), + (46503,4226,1,0,0,10065.6,2347.35,1321.65,3.71755,300,300,0,0,1605,0,0,0), + (46504,7555,1,0,0,9908.75,2199.71,1328.19,0.331613,300,300,0,0,64,0,0,0), + (46505,1412,1,0,0,9872.92,2210.42,1327.83,4.29318,300,300,5,0,8,0,0,1), + (46506,1412,1,0,0,9814.78,2574.21,1314.47,1.81584,300,300,5,0,8,0,0,1), + (46507,1412,1,0,0,9779.31,2248.44,1328.64,5.31416,300,300,5,0,8,0,0,1), + (46508,4228,1,0,0,10134.4,2318.46,1333.08,2.75762,300,300,0,0,1605,0,0,0), + (46509,1412,1,0,0,9886.46,2167.71,1330.08,3.33906,300,300,5,0,8,0,0,1), + (46510,1412,1,0,0,9952.76,2612.89,1316.19,1.61391,300,300,5,0,8,0,0,1), + (46511,1412,1,0,0,9919.47,2534.87,1317.42,1.71546,300,300,5,0,8,0,0,1), + (46512,1412,1,0,0,10123.6,2381.59,1318.01,3.33918,300,300,5,0,8,0,0,1), + (46513,1412,1,0,0,10023.7,2239.43,1328.79,3.13693,300,300,5,0,8,0,0,1), + (46514,1412,1,0,0,10125.9,2494.44,1326.57,3.80551,300,300,5,0,8,0,0,1), + (46515,1412,1,0,0,9709.9,2241.07,1327.56,3.0057,300,300,5,0,8,0,0,1), + (46516,1412,1,0,0,9697.95,2419.83,1327.29,4.89137,300,300,5,0,8,0,0,1), + (46517,1412,1,0,0,9868.68,2564.76,1316.33,5.2552,300,300,5,0,8,0,0,1), + (46518,1412,1,0,0,9709.39,2284.44,1328.54,4.80924,300,300,5,0,8,0,0,1), + (46519,1412,1,0,0,9831.07,2199.02,1327.83,4.26798,300,300,5,0,8,0,0,1), + (46520,1412,1,0,0,9898.96,2341.2,1317.97,4.71239,300,300,5,0,8,0,0,1), + (46521,1412,1,0,0,9715.7,2313.61,1329.29,2.99483,300,300,5,0,8,0,0,1), + (46522,1412,1,0,0,10021.5,2367.04,1317.99,1.46316,300,300,5,0,8,0,0,1), + (46523,1412,1,0,0,9875.71,2307.68,1325.72,3.30981,300,300,5,0,8,0,0,1), + (46524,1412,1,0,0,10171.4,2364.59,1325.84,1.62602,300,300,5,0,8,0,0,1), + (46525,1412,1,0,0,9612.47,2382.04,1327.98,4.50711,300,300,5,0,8,0,0,1), + (46526,1412,1,0,0,10194.9,2299.19,1328.92,6.03821,300,300,5,0,8,0,0,1), + (46527,1412,1,0,0,9844.35,2213.52,1328.7,2.57922,300,300,5,0,8,0,0,1), + (46528,1412,1,0,0,9621.24,2384.42,1327.73,1.50283,300,300,5,0,8,0,0,1), + (46529,1412,1,0,0,9755.8,2436.39,1335.16,3.78881,300,300,5,0,8,0,0,1), + (46530,1412,1,0,0,10018.7,2414.61,1317.16,1.73638,300,300,5,0,8,0,0,1), + (46531,1412,1,0,0,10247.1,2499.95,1325.63,5.14668,300,300,5,0,8,0,0,1), + (46532,1412,1,0,0,10111.3,2536.27,1320.97,0.443117,300,300,5,0,8,0,0,1), + (46533,1412,1,0,0,9718.76,2259.76,1327.56,3.27771,300,300,5,0,8,0,0,1), + (46534,1412,1,0,0,10017.2,2153.65,1328.75,5.81954,300,300,5,0,8,0,0,1), + (46535,1412,1,0,0,9727.46,2363.63,1327.31,2.28776,300,300,5,0,8,0,0,1), + (46536,1412,1,0,0,10089.6,2372.92,1315.63,3.71022,300,300,5,0,8,0,0,1), + (46537,1412,1,0,0,9829.38,2220.44,1327.89,4.9038,300,300,5,0,8,0,0,1), + (46538,1412,1,0,0,10161.2,2319.58,1328.37,5.31415,300,300,5,0,8,0,0,1), + (46539,1412,1,0,0,10058.7,2285.43,1329.57,2.19647,300,300,5,0,8,0,0,1), + (46540,1412,1,0,0,10148.3,2564.49,1321.55,1.6897,300,300,5,0,8,0,0,1), + (46541,1412,1,0,0,10026.9,2309.11,1322.49,0.975752,300,300,5,0,8,0,0,1), + (46542,1412,1,0,0,10030.4,2437.11,1316.12,1.62501,300,300,5,0,8,0,0,1), + (46543,1412,1,0,0,9730.21,2321.35,1328.37,3.92699,300,300,5,0,8,0,0,1), + (46544,1412,1,0,0,9733.71,2372.34,1322.37,2.00258,300,300,5,0,8,0,0,1), + (46545,1412,1,0,0,10158.2,2279.54,1328.44,1.89248,300,300,5,0,8,0,0,1), + (46546,1412,1,0,0,10083.7,2462.78,1317.89,3.54603,300,300,5,0,8,0,0,1), + (46547,1412,1,0,0,10278.9,2456.19,1335.06,0.1747,300,300,0,0,8,0,0,0), + (46548,1412,1,0,0,10172,2522.57,1327.88,5.61996,300,300,0,0,8,0,0,0), + (46549,1412,1,0,0,9842.78,2310.36,1318.18,3.19612,300,300,5,0,8,0,0,1), + (46550,1412,1,0,0,9971.85,2525.09,1318.12,2.70104,300,300,5,0,8,0,0,1), + (46551,1412,1,0,0,9657.19,2391.48,1328.46,3.15144,300,300,5,0,8,0,0,1), + (46552,1412,1,0,0,10100.5,2404.55,1316.88,1.22965,300,300,5,0,8,0,0,1), + (46553,1412,1,0,0,9705.04,2402.32,1326.94,4.55979,300,300,5,0,8,0,0,1), + (46554,1412,1,0,0,10166.3,2412.4,1320.94,3.42472,300,300,0,0,8,0,0,0), + (46555,1412,1,0,0,9782.96,2318.6,1319.66,1.08793,300,300,5,0,8,0,0,1), + (46556,1412,1,0,0,9936.59,2498.77,1317.68,4.64244,300,300,5,0,8,0,0,1), + (46557,1412,1,0,0,9977.83,2511.33,1317.41,3.40742,300,300,5,0,8,0,0,1), + (46558,1412,1,0,0,10165.8,2414.08,1321.07,2.21657,300,300,0,0,8,0,0,0), + (46559,14725,1,0,0,10076,2260.77,1333.08,0.436332,300,300,0,0,2016,0,0,0), + (46560,4229,1,0,0,10113.6,2293.21,1332.05,2.3911,300,300,0,0,1605,0,0,0), + (46561,10118,1,0,0,8694.04,950.259,12.9087,5.46288,300,300,0,0,1240,0,0,0), + (46562,4230,1,0,0,9864.09,2247.64,1339.7,4.50295,300,300,0,0,1605,0,0,0), + (46563,8583,1,0,0,10407.2,713.794,1321.7,4.27606,300,300,0,0,334,0,0,0), + (46564,4231,1,0,0,9813.36,2250.5,1343.39,4.46804,300,300,0,0,1605,0,0,0), + (46565,4232,1,0,0,9821.4,2258.95,1333.08,1.29154,300,300,0,0,1605,0,0,0), + (46566,8584,1,0,0,10711.6,1034.91,1347.34,4.90438,300,300,0,0,166,0,0,0), + (46567,11401,1,0,0,9665.28,2520.08,1360.08,0.366519,300,300,0,0,3139,5751,0,0), + (46568,4233,1,0,0,9809.77,2248.41,1333.08,4.7822,300,300,0,0,1605,0,0,0), + (46569,4234,1,0,0,9610.87,2344.28,1330.06,1.37881,300,300,0,0,1605,0,0,0), + (46570,907,1,0,0,9975.14,2324.34,1330.87,0.069813,600,600,0,0,9563,0,0,0), + (46571,4235,1,0,0,9775.44,2275.06,1339.7,0.977384,300,300,0,0,1605,0,0,0), + (46572,1420,1,0,0,10874.2,1627.7,1273.73,4.54532,300,300,5,0,8,0,0,1), + (46573,1420,1,0,0,10515.5,892.111,1309.67,5.098,300,300,5,0,8,0,0,1), + (46574,1420,1,0,0,10398.9,1661.01,1287.66,5.79591,300,300,5,0,8,0,0,1), + (46575,3468,1,0,0,10189.5,2419.36,1328.09,3.61283,300,300,0,0,6413,0,0,0), + (46576,4236,1,0,0,9670.22,2378.48,1337.38,5.8294,300,300,0,0,1605,0,0,0), + (46577,1420,1,0,0,9827.57,2362.23,1316.14,0.245571,300,300,5,0,8,0,0,1), + (46578,1420,1,0,0,9474.03,997.842,1251.25,4.53555,300,300,5,0,8,0,0,1), + (46579,1420,1,0,0,9594.02,1793.21,1292.14,1.75173,300,300,5,0,8,0,0,1), + (46580,1420,1,0,0,9579.79,865.541,1249.45,1.24128,300,300,5,0,8,0,0,1), + (46581,1420,1,0,0,9980.96,2542.13,1315.98,0.076248,300,300,5,0,8,0,0,2), + (46582,1420,1,0,0,9512.39,958.412,1250.86,4.562,300,300,5,0,8,0,0,1), + (46583,1420,1,0,0,9614.6,1752.93,1290.51,3.35935,300,300,5,0,8,0,0,1), + (46584,1420,1,0,0,9486.88,785.014,1247.86,0.006868,300,300,5,0,8,0,0,1), + (46585,1420,1,0,0,10899.1,1555.98,1275.87,0.782755,300,300,5,0,8,0,0,1), + (46586,1420,1,0,0,10534.3,868.439,1309.5,2.6834,300,300,5,0,8,0,0,1), + (46587,1420,1,0,0,9391.05,1260.79,1250.84,0.194912,300,300,5,0,8,0,0,1), + (46588,1420,1,0,0,9895.94,2437.41,1315.62,4.9201,300,300,5,0,8,0,0,2), + (46589,1420,1,0,0,9881.39,2438.52,1316.2,3.42664,300,300,5,0,8,0,0,2), + (46590,1420,1,0,0,9959.06,2426.8,1312.68,2.49803,300,300,5,0,8,0,0,1), + (46591,1420,1,0,0,9531.03,903.055,1250.12,1.41382,300,300,5,0,8,0,0,1), + (46592,1420,1,0,0,9663.94,1754.73,1291.79,0.613872,300,300,5,0,8,0,0,1), + (46593,1420,1,0,0,10446.8,1588.88,1284.63,2.75986,300,300,5,0,8,0,0,1), + (46594,1420,1,0,0,10069.9,2492.45,1316.79,0.089953,300,300,5,0,8,0,0,1), + (46595,1420,1,0,0,10073,2458.15,1317.25,2.27804,300,300,5,0,8,0,0,1), + (46596,1420,1,0,0,9992.88,2365.18,1312.46,5.0177,300,300,5,0,8,0,0,1), + (46597,1420,1,0,0,9930.01,2409.75,1314.21,2.34828,300,300,5,0,8,0,0,1), + (46598,1420,1,0,0,9745.04,2387.33,1315.46,3.84545,300,300,5,0,8,0,0,1), + (46599,1420,1,0,0,9431.61,1123.94,1249.84,5.76004,300,300,5,0,8,0,0,1), + (46600,1420,1,0,0,9885.84,2514.35,1307.21,0.269849,300,300,5,0,8,0,0,1), + (46601,1420,1,0,0,9912.13,2371.36,1316.13,0.938948,300,300,5,0,8,0,0,1), + (46602,1420,1,0,0,9931.27,2572.72,1314.4,1.94405,300,300,5,0,8,0,0,1), + (46603,1420,1,0,0,10028.8,2442.56,1315.12,2.37682,300,300,5,0,8,0,0,1), + (46604,1420,1,0,0,10493.3,1623.39,1287.03,2.04359,300,300,5,0,8,0,0,1), + (46605,4474,0,0,0,1891.37,-1640.19,61.2927,2.14675,315,315,0,0,3189,0,0,0), + (46606,1796,0,0,0,1561.66,-1904.53,58.2853,3.70413,315,315,10,0,3529,0,0,1), + (46607,8921,230,0,0,581.38,-175.372,-84.4117,1.44862,7200,7200,0,0,2672,0,0,0), + (46608,8905,230,0,0,813.64,-341.803,-50.4947,1.46608,7200,7200,0,0,7359,0,0,0), + (46609,10580,0,0,0,1497.53,-1852.06,58.7447,3.5699,315,315,5,0,3420,0,0,1), + (46610,8905,230,0,0,819.453,-348.958,-50.4947,0.349066,7200,7200,0,0,7359,0,0,0), + (46611,8905,230,0,0,813.551,-353.742,-50.4947,4.86947,7200,7200,0,0,7359,0,0,0), + (46612,8905,230,0,0,807.998,-345.878,-50.4947,3.29867,7200,7200,0,0,7359,0,0,0), + (46613,9500,230,0,0,874.376,-187.633,-43.6204,2.16421,7200,7200,0,0,7599,0,0,2), + (46614,9503,230,0,0,891.198,-197.924,-43.6204,3.21141,7200,7200,0,0,3748,0,0,0), + (46615,9502,230,0,0,847.848,-230.067,-43.614,1.64061,604800,604800,0,0,18298,0,0,0), + (46616,10043,230,0,0,880.844,-167.852,-49.673,2.6529,7200,7200,0,0,6186,0,0,0), + (46617,10043,230,0,0,875.615,-168.167,-49.6746,0.418879,7200,7200,0,0,6186,0,0,0), + (46618,10043,230,0,0,877.042,-166.488,-49.6748,5.77704,7200,7200,0,0,6186,0,0,0), + (46619,9543,230,0,0,878.471,-167.726,-49.6751,2.51327,43200,43200,0,0,7359,0,0,0), + (46620,9554,230,0,0,875.497,-216.125,-42.5926,2.13984,7200,7200,0,0,6186,0,0,0), + (46621,9545,230,0,0,818.89,-180.504,-49.6699,0.105216,7200,7200,0,0,2062,0,0,0), + (46622,9547,230,0,0,859.402,-142.498,-49.6721,4.63184,7200,7200,0,0,1443,4140,0,0), + (46623,1420,1,0,0,10636.3,1627.18,1284.52,1.44697,300,300,5,0,8,0,0,1), + (46624,9547,230,0,0,878.769,-147.397,-49.6759,4.30297,7200,7200,0,0,1443,4140,0,0), + (46625,9554,230,0,0,843.22,-188.302,-49.6703,3.78738,7200,7200,0,0,6186,0,0,0), + (46626,9554,230,0,0,840.683,-190.213,-49.6699,5.73082,7200,7200,0,0,6186,0,0,0), + (46627,9545,230,0,0,864.622,-175.079,-49.6731,1.99312,7200,7200,0,0,2062,0,0,0), + (46628,9547,230,0,0,823.385,-180.029,-49.6699,0.888466,7200,7200,0,0,1443,4140,0,0), + (46629,9545,230,0,0,892.558,-205.468,-43.6204,2.85076,7200,7200,0,0,2062,0,0,0), + (46630,9554,230,0,0,866.374,-162.741,-49.673,0.562199,7200,7200,0,0,6186,0,0,0), + (46631,8900,230,0,0,1186.99,-165.436,-74.2779,2.87979,7200,7200,0,0,2305,4896,0,0), + (46632,8900,230,0,0,1194.82,-160.041,-74.3724,5.54385,7200,7200,5,0,2305,4896,0,1), + (46638,8900,230,0,0,1184.31,-153.947,-74.2816,0.436332,7200,7200,0,0,2305,4896,0,0), + (46639,8900,230,0,0,1128.28,-164.158,-74.8325,3.89208,7200,7200,0,0,2305,4896,0,0), + (46640,8900,230,0,0,1135.4,-154.116,-74.9148,2.00465,7200,7200,5,0,2305,4896,0,1), + (46641,8908,230,0,0,1170.21,-190.345,-65.3693,0.314159,7200,7200,0,0,11500,4234,0,0), + (46642,8900,230,0,0,1149.71,-126.622,-74.3665,4.85309,7200,7200,5,0,2305,4896,0,1), + (46643,8900,230,0,0,1151.85,-136.934,-74.28,0.593412,7200,7200,0,0,2305,4896,0,0), + (46644,8900,230,0,0,1171.13,-197.181,-65.3385,3.97288,7200,7200,5,0,2305,4896,0,1), + (46645,8900,230,0,0,1175.66,-187.799,-65.3796,5.20513,7200,7200,5,0,2305,4896,0,1), + (46646,8900,230,0,0,1164.66,-190.199,-65.2258,3.36848,7200,7200,0,0,2305,4896,0,0), + (46647,8908,230,0,0,1108.47,-179.58,-65.2253,2.30383,7200,7200,0,0,11500,4234,0,0), + (46648,8908,230,0,0,1129.35,-155.306,-74.8279,3.21141,7200,7200,0,0,11500,4234,0,0), + (46649,8900,230,0,0,1109.63,-186.832,-65.2253,3.28122,7200,7200,0,0,2305,4896,0,0), + (46650,8900,230,0,0,1115.12,-178.39,-65.2253,1.02974,7200,7200,0,0,2305,4896,0,0), + (46651,8900,230,0,0,1102.28,-177.753,-65.2253,2.23402,7200,7200,0,0,2305,4896,0,0), + (46652,8908,230,0,0,1154.04,-132.777,-74.2814,3.4383,7200,7200,0,0,11500,4234,0,0), + (46653,8908,230,0,0,1188.54,-159.79,-74.2803,0.10472,7200,7200,0,0,11500,4234,0,0), + (46654,8901,230,0,0,1299.71,-418.995,-92.0102,5.0075,60,60,5,0,760,0,0,1), + (46655,8901,230,0,0,1301.41,-405.286,-92.038,4.1211,60,60,0,0,760,0,0,0), + (46656,8901,230,0,0,1301.23,-405.447,-92.0385,4.13179,60,60,0,0,760,0,0,0), + (46657,8901,230,0,0,1302.82,-408.022,-92.0343,4.21156,60,60,0,0,760,0,0,0), + (46658,8901,230,0,0,1303.38,-404.172,-92.0316,4.15168,60,60,0,0,760,0,0,0), + (46659,8901,230,0,0,1348.49,-487.341,-91.9285,4.60767,60,60,0,0,760,0,0,0), + (46660,8901,230,0,0,1343.19,-469.666,-91.9285,1.48353,60,60,0,0,760,0,0,0), + (46661,8901,230,0,0,1312.22,-488.184,-91.9508,0.05236,60,60,0,0,760,0,0,0), + (46662,8901,230,0,0,1350.09,-490.05,-91.9285,5.58505,60,60,0,0,760,0,0,0), + (46663,8901,230,0,0,1340.14,-473.729,-91.9285,1.01229,60,60,0,0,760,0,0,0), + (46664,8901,230,0,0,1359.9,-474.131,-91.9295,0.645772,60,60,0,0,760,0,0,0), + (46665,8901,230,0,0,1360.74,-476.122,-91.9301,2.68781,60,60,0,0,760,0,0,0), + (46666,8901,230,0,0,1328.44,-479.934,-91.9285,2.51327,60,60,0,0,760,0,0,0), + (46667,8901,230,0,0,1327.05,-476.426,-91.9285,2.9147,60,60,0,0,760,0,0,0), + (46668,8901,230,0,0,1313.41,-490.423,-91.9468,1.02974,60,60,0,0,760,0,0,0), + (46669,8901,230,0,0,1372.49,-314.385,-91.9711,1.39626,60,60,0,0,760,0,0,0), + (46670,8901,230,0,0,1366.39,-329.734,-91.9711,1.53589,60,60,0,0,760,0,0,0), + (46671,8901,230,0,0,1374.57,-320.029,-91.9711,3.21141,60,60,0,0,760,0,0,0), + (46672,8901,230,0,0,1356.39,-324.415,-91.9711,5.41052,60,60,0,0,760,0,0,0), + (46673,8901,230,0,0,1361.85,-330.713,-91.9711,4.95674,60,60,0,0,760,0,0,0), + (46675,1420,1,0,0,10021.4,2384.77,1317.17,0.986499,300,300,5,0,8,0,0,1), + (46676,1420,1,0,0,9851.56,2441.15,1315.54,3.18976,300,300,5,0,8,0,0,1), + (46677,1420,1,0,0,9570.24,778.316,1251.31,5.68115,300,300,5,0,8,0,0,1), + (46678,1420,1,0,0,10938,1560.15,1274.49,5.48798,300,300,5,0,8,0,0,1), + (46680,1420,1,0,0,9915.2,2651.72,1315.39,0.021432,300,300,5,0,8,0,0,1), + (46681,1420,1,0,0,10024.1,2444.82,1313.62,1.52098,300,300,5,0,8,0,0,1), + (46682,1420,1,0,0,9437.23,1203.23,1250.2,6.04688,300,300,5,0,8,0,0,1), + (46683,1420,1,0,0,10756.5,1602.87,1273.69,3.44831,300,300,5,0,8,0,0,1), + (46684,1793,0,0,0,1420.06,-1897.65,62.5144,1.12198,315,315,3,0,3293,0,0,1), + (46685,10580,0,0,0,1427.59,-1839.7,58.872,0.535579,315,315,10,0,3420,0,0,1), + (46686,1793,0,0,0,1490.67,-1816.92,60.5182,6.16703,315,315,5,0,3293,0,0,1), + (46690,8901,230,0,0,1377.86,-318.819,-91.9711,5.95157,60,60,0,0,760,0,0,0), + (46691,1420,1,0,0,9528.85,1712.09,1290.52,0.459165,300,300,5,0,8,0,0,1), + (46692,1793,0,0,0,1469.97,-1877.12,58.8102,3.26165,315,315,3,0,3293,0,0,1), + (46693,1420,1,0,0,10079.1,2470.54,1317.96,1.29692,300,300,5,0,8,0,0,1), + (46694,1420,1,0,0,10061.7,2621.57,1315.26,4.67422,300,300,5,0,8,0,0,1), + (46695,1420,1,0,0,9899.38,2466.77,1315,5.94568,300,300,5,0,8,0,0,1), + (46696,1420,1,0,0,10926.1,1601.07,1273.9,6.08519,300,300,5,0,8,0,0,1), + (46697,1420,1,0,0,9333.67,1239.35,1250.8,3.5324,300,300,5,0,8,0,0,1), + (46698,1420,1,0,0,9921.99,2600.44,1313.55,4.74707,300,300,5,0,8,0,0,2), + (46699,1420,1,0,0,10048.5,2342.23,1317.17,0.769081,300,300,5,0,8,0,0,1), + (46700,1420,1,0,0,9844.34,2454.16,1314.07,4.56828,300,300,5,0,8,0,0,1), + (46701,1420,1,0,0,9890.77,2359.2,1316.14,1.85487,300,300,5,0,8,0,0,1), + (46703,1420,1,0,0,10014.8,2385.04,1315.68,4.96802,300,300,5,0,8,0,0,1), + (46704,1420,1,0,0,10071,2622.22,1317.01,3.30241,300,300,5,0,8,0,0,1), + (46705,1420,1,0,0,10017.4,2305.9,1322.45,1.13612,300,300,5,0,8,0,0,1), + (46706,1420,1,0,0,9546.58,1744.79,1290.8,3.9952,300,300,5,0,8,0,0,1), + (46707,1420,1,0,0,9363.99,1146.89,1250.49,5.04865,300,300,5,0,8,0,0,1), + (46708,1420,1,0,0,10752.1,1642.7,1275.44,3.89222,300,300,5,0,8,0,0,1), + (46709,1420,1,0,0,10515.1,1666.96,1287.91,5.56077,300,300,5,0,8,0,0,1), + (46710,1420,1,0,0,9992.58,2613.45,1313.12,3.31726,300,300,5,0,8,0,0,1), + (46711,1420,1,0,0,10029.3,2663.85,1314.18,2.52577,300,300,5,0,8,0,0,1), + (46712,1420,1,0,0,9838.01,2449.47,1311.74,0.78575,300,300,5,0,8,0,0,1), + (46713,1420,1,0,0,9977.03,2548.95,1315.51,1.7223,300,300,5,0,8,0,0,1), + (46714,1420,1,0,0,10592.2,832.057,1309.43,5.04135,300,300,5,0,8,0,0,1), + (46715,1420,1,0,0,10561.9,909.965,1311,4.19856,300,300,5,0,8,0,0,1), + (46716,3469,1,0,0,9916.54,2226.64,1329.6,5.55015,300,300,0,0,6460,0,0,0), + (46717,12429,1,0,0,9675.8,900.023,1285.44,3.61283,300,300,0,0,228,0,0,0), + (46718,6286,1,0,0,9751.02,906.196,1295.6,6.02139,300,300,0,0,98,0,0,0), + (46719,6287,1,0,0,10135.7,1671.48,1325.15,3.00197,300,300,0,0,373,0,0,0), + (46720,4240,1,0,0,9699.61,2335.89,1339.73,0.925025,300,300,0,0,1605,0,0,0), + (46721,7313,1,0,0,9631.88,2550.45,1354.89,4.79965,300,300,0,0,919,1202,0,0), + (46722,4753,1,0,0,10126.5,2528.85,1323.7,1.72788,300,300,0,0,2972,100,0,0), + (46723,4241,1,0,0,9918.06,2190.34,1328.27,0.575959,300,300,0,0,1605,0,0,0), + (46724,8901,230,0,0,1358.59,-325.582,-91.9711,5.044,60,60,0,0,760,0,0,0), + (46725,8901,230,0,0,1358.37,-320.16,-91.9711,4.55531,60,60,0,0,760,0,0,0), + (46726,8901,230,0,0,1364.15,-322.884,-91.9711,0.383972,60,60,0,0,760,0,0,0), + (46727,8901,230,0,0,1375.97,-314.035,-91.9711,6.26573,60,60,0,0,760,0,0,0), + (46728,8901,230,0,0,1408.73,-441.652,-92.0163,2.67557,60,60,5,0,760,0,0,1), + (46729,8901,230,0,0,1406.67,-437.559,-92.0174,3.05489,60,60,5,0,760,0,0,1), + (46730,8901,230,0,0,1408.04,-440.49,-92.0155,2.88517,60,60,5,0,760,0,0,1), + (46731,8901,230,0,0,1412.36,-440.384,-91.9685,2.98113,60,60,5,0,760,0,0,1), + (46732,8901,230,0,0,1409.57,-438.247,-92.0134,2.93482,60,60,5,0,760,0,0,1), + (46733,8901,230,0,0,1312.02,-528.101,-91.9644,2.26893,60,60,0,0,760,0,0,0), + (46734,8901,230,0,0,1317.83,-510.373,-91.2501,4.83456,60,60,0,0,760,0,0,0), + (46735,8901,230,0,0,1317.54,-507.65,-91.4042,6.0912,60,60,0,0,760,0,0,0), + (46736,8901,230,0,0,1315.83,-528.045,-91.9621,4.15388,60,60,0,0,760,0,0,0), + (46737,8901,230,0,0,1328.29,-525.436,-91.9566,4.86947,60,60,0,0,760,0,0,0), + (46738,8901,230,0,0,1311.32,-524.999,-91.963,2.25148,60,60,0,0,760,0,0,0), + (46739,8901,230,0,0,1330.17,-522.761,-91.9542,5.35816,60,60,0,0,760,0,0,0), + (46740,8901,230,0,0,1312.92,-509.111,-91.9579,0.663225,60,60,0,0,760,0,0,0), + (46741,8901,230,0,0,1360.5,-537.29,-91.9301,1.16937,60,60,0,0,760,0,0,0), + (46742,8901,230,0,0,1363.42,-535.53,-91.9285,1.37881,60,60,0,0,760,0,0,0), + (46743,8901,230,0,0,1359.07,-514.234,-91.9337,0.418879,60,60,0,0,760,0,0,0), + (46744,8901,230,0,0,1363.27,-510.026,-91.9488,3.83972,60,60,0,0,760,0,0,0), + (46745,8901,230,0,0,1365.7,-510.821,-91.9553,3.05433,60,60,0,0,760,0,0,0), + (46746,1796,0,0,0,1417.97,-1876.85,59.1394,5.85434,315,315,3,0,3529,0,0,1), + (46747,1796,0,0,0,1460.6,-1961.98,59.6732,0.623199,315,315,10,0,3529,0,0,1), + (46748,1796,0,0,0,1498.21,-1872.28,58.7943,1.51247,315,315,3,0,3529,0,0,1), + (46749,1793,0,0,0,1453.64,-1818.3,58.6678,1.46384,315,315,10,0,3293,0,0,1), + (46750,1806,0,0,0,2256.42,-2374.21,59.9344,0.020859,315,315,0,0,3293,0,0,0), + (46751,1812,0,0,0,2245.96,-2445.57,76.2884,4.57861,315,315,5,0,3529,0,0,1), + (46752,1812,0,0,0,2433.56,-2317.89,52.9452,4.16239,315,315,3,0,3529,0,0,1), + (46753,1812,0,0,0,2309.48,-2225.55,50.9598,2.52674,315,315,3,0,3529,0,0,1), + (46754,1812,0,0,0,2344.97,-2214.91,48.1226,2.2134,315,315,3,0,3529,0,0,1), + (46755,1808,0,0,0,2337.09,-2269.27,46.5503,1.17991,315,315,3,0,3529,0,0,1), + (46756,1812,0,0,0,2414.61,-2248.82,52.4973,5.61127,315,315,3,0,3529,0,0,1), + (46757,1806,0,0,0,2184.11,-2379.59,66.1796,4.02515,315,315,10,0,3293,0,0,1), + (46758,1812,0,0,0,2415.57,-2327.34,52.5582,0.163054,315,315,3,0,3529,0,0,1), + (46759,1808,0,0,0,2409.33,-2355.18,52.0326,4.89453,315,315,5,0,3529,0,0,1), + (46760,1831,0,0,0,1423.2,-1461.11,53.9645,0.905316,315,315,0,0,3082,0,0,0), + (46761,1835,0,0,0,1423.2,-1461.11,53.9645,1.35144,315,315,0,0,2551,1982,0,0), + (46762,10605,0,0,0,1423.2,-1461.11,53.9645,3.11639,315,315,0,0,2466,1923,0,0), + (46763,10605,0,0,0,1878.6,-1347.77,61.1733,0.003487,315,315,10,0,2466,1923,0,1), + (46764,1835,0,0,0,1891.14,-1340.86,60.0483,0.550967,315,315,10,0,2551,1982,0,1), + (46765,4494,0,0,0,2695.73,-1957.16,107.422,5.91667,315,315,2,0,2631,5340,0,1), + (46766,1826,0,0,0,2315.94,-1854.88,92.1702,3.88307,315,315,0,0,2470,5013,0,0), + (46767,1833,0,0,0,2206.99,-1747.41,62.9829,5.35279,315,315,3,0,3293,0,0,1), + (46768,4494,0,0,0,2713.57,-1961.73,72.1523,1.13121,315,315,5,0,2631,5340,0,2), + (46769,1826,0,0,0,2213.95,-1777.66,63.3216,5.75896,315,315,0,0,2470,5013,0,0), + (46770,1833,0,0,0,2183.89,-1764.19,60.2513,1.13611,315,315,3,0,3293,0,0,1), + (46771,1826,0,0,0,2289.82,-1852.5,88.243,4.30833,315,315,0,0,2470,5013,0,0), + (46772,1833,0,0,0,2173.83,-1725.94,61.3841,5.96186,315,315,5,0,3293,0,0,1), + (46773,1826,0,0,0,2286.85,-1888.27,93.7002,4.60767,315,315,0,0,2470,5013,0,0), + (46774,4493,0,0,0,2687.6,-1918.44,70.4547,2.44346,315,315,0,0,3644,0,0,0), + (46775,1884,0,0,0,2352.23,-1484.94,96.6563,2.49582,315,315,0,0,3420,0,0,0), + (46776,1884,0,0,0,2362.82,-1530.24,103.844,2.70526,315,315,0,0,3420,0,0,0), + (46777,1884,0,0,0,2467.63,-1707.84,100.948,3.31613,315,315,0,0,3420,0,0,0), + (46778,1884,0,0,0,2455.15,-1658.74,103.211,5.96903,315,315,3,0,3420,0,0,1), + (46779,1884,0,0,0,2419.65,-1672.84,102.684,4.45487,315,315,10,0,3420,0,0,1), + (46780,1845,0,0,0,2403.89,-1681.41,103.514,0.001953,315,315,5,0,3198,2369,0,2), + (46781,1884,0,0,0,2386.75,-1522.13,102.807,2.56563,315,315,0,0,3420,0,0,0), + (46782,1884,0,0,0,2384.93,-1488.58,101.881,3.89208,315,315,0,0,3420,0,0,0), + (46783,1884,0,0,0,2383.7,-1519.72,102.669,5.53269,315,315,0,0,3420,0,0,0), + (46784,1884,0,0,0,2406.53,-1586.18,112.145,2.44346,315,315,0,0,3420,0,0,0), + (46785,1834,0,0,0,2840.45,-1432.7,145.708,1.60329,315,315,5,0,6273,2117,0,1), + (46786,1883,0,0,0,3055.97,-1551.45,149.871,5.08923,315,315,3,0,3529,0,0,1), + (46787,1836,0,0,0,2924.21,-1375.12,152.02,4.44046,660,660,0,0,8097,0,0,0), + (46788,1883,0,0,0,3032.71,-1553.66,150.765,3.09809,315,315,0,0,3529,0,0,0), + (46789,1834,0,0,0,2845.03,-1568.12,151.176,3.62257,315,315,5,0,6273,2117,0,1), + (46790,1883,0,0,0,2903.49,-1559.74,145.805,0.197219,315,315,0,0,3529,0,0,0), + (46791,1883,0,0,0,3062.37,-1547.02,150.567,5.84685,315,315,0,0,3529,0,0,0), + (46792,1883,0,0,0,2871.76,-1557.7,145.715,0.761847,315,315,3,0,3529,0,0,1), + (46793,1883,0,0,0,3112.29,-1541.83,151.227,6.17682,315,315,3,0,3529,0,0,1), + (46794,1883,0,0,0,3002.59,-1540.46,147.28,1.02974,315,315,0,0,3529,0,0,0), + (46795,2110,0,0,0,1203.07,-1733.37,60.6869,1.26419,315,315,10,0,1,0,0,1), + (46796,2110,0,0,0,1453.47,-1707.45,69.4391,4.88699,315,315,10,0,1,0,0,1), + (46797,10780,0,0,0,1206.72,-1136.13,61.4367,5.16495,315,315,10,0,20,0,0,1), + (46798,4076,0,0,0,3038.18,-1468.59,147.311,0.658703,315,315,10,0,8,0,0,1), + (46799,2110,0,0,0,1124.85,-1720.22,62.1223,5.66751,315,315,10,0,1,0,0,1), + (46800,4076,0,0,0,2388.24,-1920.35,109.275,6.15641,315,315,10,0,8,0,0,1), + (46801,14849,0,0,0,-9546.6,124.032,59.3384,4.87607,180,180,0,0,1240,0,0,0), + (46802,6034,1,0,0,10081.5,2256.75,1343.39,0.645772,300,300,0,0,2016,0,0,0), + (46803,15762,1,0,0,9965.52,2533.72,1319,0.471239,300,300,0,0,2800,0,0,0), + (46805,4242,1,0,0,10231.6,2651.87,1323.52,6.0234,300,300,5,0,3517,0,0,1), + (46806,4242,1,0,0,10274.3,2374.86,1332.26,4.51009,300,300,5,0,3517,0,0,1), + (46808,4242,1,0,0,10285.8,2537.98,1336.04,4.88425,300,300,5,0,3517,0,0,1), + (46809,7315,1,0,0,9988.85,2314.61,1330.87,1.8675,300,300,0,0,4108,0,0,0), + (46810,2110,0,0,0,2083.66,-1895.94,61.4997,0.837758,315,315,0,0,1,0,0,0), + (46811,4243,1,0,0,10200.5,2516.08,1368.91,3.26377,300,300,0,0,2769,0,0,0), + (46812,7316,1,0,0,9915.08,2632.12,1316.87,5.75959,300,300,0,0,644,790,0,0), + (46813,6292,1,0,0,10081.2,2259.57,1343.39,0.575959,300,300,0,0,2016,0,0,0), + (46814,4244,1,0,0,10186.7,2488.65,1358.92,2.68781,300,300,0,0,1605,0,0,0), + (46815,7317,1,0,0,9740.98,1526.17,1280.4,6.12611,300,300,0,0,2471,1283,0,0), + (46816,5782,1,0,0,9932.1,2593.26,1315.93,3.21097,600,600,5,0,8017,0,0,2), + (46818,7318,1,0,0,9843.19,1496.22,1257.25,2.34654,300,300,0,0,186,191,0,2), + (46820,4262,1,0,0,8788.31,961.639,30.2846,3.26377,300,300,0,0,4667,0,0,0), + (46821,4262,1,0,0,8649.65,849.812,22.9178,3.33358,300,300,0,0,4667,0,0,0), + (46822,4262,1,0,0,8807.57,980.905,31.9437,0.733038,300,300,0,0,4667,0,0,0), + (46823,4262,1,0,0,8688.56,996.72,10.5855,2.70526,300,300,0,0,4667,0,0,0), + (46824,4262,1,0,0,8702.74,953.424,13.274,3.33358,300,300,0,0,4667,0,0,0), + (46825,4262,1,0,0,8644.67,851.392,22.5979,4.60381,300,300,0,0,4667,0,0,2), + (46826,4262,1,0,0,8784.85,975.349,30.5161,3.21141,300,300,0,0,4667,0,0,0), + (46827,11942,1,0,0,10324.1,820.373,1326.51,1.55334,300,300,0,0,166,0,0,0), + (46828,4262,1,0,0,10001.1,2289.35,1341.47,3.21141,300,300,0,0,4667,0,0,0), + (46829,4262,1,0,0,9590.15,2516.27,1354.91,0.174533,300,300,0,0,4667,0,0,0), + (46830,4262,1,0,0,9941.64,2615.43,1318.16,1.62316,300,300,0,0,4667,0,0,0), + (46831,4262,1,0,0,9980,1978.16,1327.63,4.79965,300,300,0,0,4667,0,0,0), + (46832,4262,1,0,0,9902.56,2277.13,1341.47,0.05236,300,300,0,0,4667,0,0,0), + (46833,4262,1,0,0,8801.44,954.219,31.0191,4.32842,300,300,0,0,4667,0,0,0), + (46834,4262,1,0,0,8781.62,965.42,30.3247,3.41967,300,300,0,0,4667,0,0,2), + (46835,4262,1,0,0,9647.04,2481.67,1354.89,5.0091,300,300,0,0,4667,0,0,0), + (46836,4262,1,0,0,9950.83,2615.52,1318.16,1.53589,300,300,0,0,4667,0,0,0), + (46837,4262,1,0,0,9664.98,2515.36,1360.08,0.453786,300,300,0,0,4667,0,0,0), + (46838,4262,1,0,0,9652.44,2592.53,1335.76,1.65806,300,300,0,0,4667,0,0,0), + (46839,4262,1,0,0,9590.02,2507.2,1335.31,5.74213,300,300,0,0,4667,0,0,0), + (46840,4262,1,0,0,9618.17,2564.58,1354.89,2.04204,300,300,0,0,4667,0,0,0), + (46841,4262,1,0,0,9931.14,2503.57,1317.94,4.4855,300,300,0,0,4667,0,0,0), + (46843,4262,1,0,0,9656.3,2454.73,1335.76,4.67748,300,300,0,0,4667,0,0,0), + (46844,4262,1,0,0,9991.73,1977.79,1327.25,4.57276,300,300,0,0,4667,0,0,0), + (46845,4262,1,0,0,9644.44,2565.82,1354.89,1.16937,300,300,0,0,4667,0,0,0), + (46846,4262,1,0,0,9673.72,2512.88,1360.08,5.98648,300,300,0,0,4667,0,0,0), + (46847,4262,1,0,0,9621.31,2481.2,1354.89,4.2586,300,300,0,0,4667,0,0,0), + (46848,4262,1,0,0,9700.62,2532.32,1335.77,6.21337,300,300,0,0,4667,0,0,0), + (46849,4262,1,0,0,9594.63,2511.46,1335.01,5.49779,300,300,0,0,4667,0,0,0), + (46852,4262,1,0,0,9956.8,2272.98,1341.47,3.1765,300,300,0,0,4667,0,0,0), + (46853,4262,1,0,0,9947.34,2272.71,1341.47,0.017453,300,300,0,0,4667,0,0,0), + (46854,4262,1,0,0,9902.76,2286.53,1341.47,6.16101,300,300,0,0,4667,0,0,0), + (46855,4262,1,0,0,9664.5,2533.66,1360.08,5.89921,300,300,0,0,4667,0,0,0), + (46856,8901,230,0,0,1349.19,-540.453,-91.9392,4.32842,60,60,0,0,760,0,0,0), + (46859,4076,0,0,0,1014.55,-1812.08,77.393,3.48145,315,315,10,0,8,0,0,1), + (46860,2110,0,0,0,1464.59,-1462.36,57.6013,2.1932,315,315,10,0,1,0,0,1), + (46861,2110,0,0,0,1838.12,-1569.55,59.1462,5.1986,315,315,10,0,1,0,0,1), + (46862,1783,0,0,0,1043.89,-1933.64,38.6803,4.65511,315,315,0,0,2880,0,0,0), + (46863,1783,0,0,0,1065.38,-1904.68,30.7783,1.93731,315,315,3,0,2880,0,0,1), + (46864,1791,0,0,0,1048.15,-1906.66,30.825,2.07813,315,315,3,0,2880,0,0,1), + (46865,1783,0,0,0,1044.97,-1903.34,48.0695,0.055837,315,315,3,0,2880,0,0,1), + (46866,1784,0,0,0,1068.34,-1935.53,63.4374,2.9588,315,315,3,0,2384,1864,0,1), + (46867,1784,0,0,0,1075.59,-1901.99,48.0661,2.82862,315,315,5,0,2384,1864,0,1), + (46868,1784,0,0,0,1075.62,-1936.35,63.4374,4.84868,315,315,10,0,2384,1864,0,1), + (46869,1791,0,0,0,1068.32,-1909.39,30.695,2.98717,315,315,3,0,2880,0,0,1), + (46870,1791,0,0,0,1069.82,-1901.13,62.1314,2.93256,315,315,3,0,2880,0,0,1), + (46871,1784,0,0,0,1074.05,-1903.01,62.2564,2.19313,315,315,3,0,2384,1864,0,1), + (46872,11936,0,0,0,1206.14,-2411.52,61.2246,2.63031,315,315,0,0,500,0,0,0), + (46873,1794,0,0,0,1361.98,-1522.74,57.7671,3.25249,315,315,10,0,2634,2041,0,1), + (46874,1787,0,0,0,1384.99,-1556.22,59.5549,4.95674,315,315,0,0,3293,0,0,0), + (46875,1787,0,0,0,1363.41,-1505.24,57.2589,2.53073,315,315,0,0,3293,0,0,0), + (46876,1787,0,0,0,1365.16,-1498.69,56.9228,2.32129,315,315,0,0,3293,0,0,0), + (46877,1795,0,0,0,1380.68,-1553.87,58.8128,4.76475,315,315,0,0,2823,2117,0,0), + (46878,1787,0,0,0,1215.68,-1547.1,66.2343,2.36192,315,315,5,0,3293,0,0,1), + (46879,1795,0,0,0,1343.54,-1346.84,49.398,0.61174,315,315,10,0,2823,2117,0,1), + (46880,4262,1,0,0,9701.3,2518.58,1335.77,0.087266,300,300,0,0,4667,0,0,0), + (46881,4262,1,0,0,10000.9,2279.49,1341.47,3.01942,300,300,0,0,4667,0,0,0), + (46882,4262,1,0,0,9591.95,2509.47,1354.94,0.349066,300,300,0,0,4667,0,0,0), + (46883,4262,1,0,0,9938,2501.86,1317.96,4.62512,300,300,0,0,4667,0,0,0), + (46884,4262,1,0,0,9673.33,2537.53,1360.08,0.244346,300,300,0,0,4667,0,0,0), + (46885,4521,1,0,0,9760.15,2202.45,1346.7,0.907571,300,300,0,0,919,0,0,0), + (46886,4265,1,0,0,9752.11,902.695,1295.6,0.750492,300,300,0,0,482,0,0,0), + (46887,4266,1,0,0,9890.17,994.673,1313.92,5.86431,300,300,0,0,748,0,0,0), + (46888,17066,1,0,0,8727.2,965.526,19.0808,-0.767945,300,300,5,0,300,0,0,1), + (46890,4783,1,0,0,10066.2,2343.96,1331.97,3.01942,300,300,0,0,1240,0,0,0), + (46891,4784,1,0,0,10069,2353.78,1331.97,0.663225,300,300,0,0,617,0,0,0), + (46892,8901,230,0,0,1362.16,-515.5,-91.94,1.8675,60,60,0,0,760,0,0,0), + (46893,8901,230,0,0,1345.51,-540.331,-91.9502,3.01942,60,60,0,0,760,0,0,0), + (46894,1789,0,0,0,1320.77,-1298.85,62.1464,1.22708,315,315,0,0,2823,2117,0,0), + (46895,8901,230,0,0,1363.66,-538.363,-91.9332,0.069813,60,60,0,0,760,0,0,0), + (46896,8901,230,0,0,1348.78,-543.973,-91.9493,0.226893,60,60,0,0,760,0,0,0), + (46897,4786,1,0,0,10061.7,2352.46,1331.97,4.72984,300,300,0,0,1042,0,0,0), + (46898,11700,1,0,0,9909.03,2629.64,1316.87,0.174533,300,300,0,0,4108,0,0,0), + (46899,5047,1,0,0,10084,2195.2,1346.7,3.10669,300,300,0,0,381,0,0,0), + (46900,1787,0,0,0,1419.25,-1750.47,67.9089,3.97504,315,315,3,0,3293,0,0,1), + (46901,3514,1,0,0,10492.5,807.28,1397.35,5.55015,300,300,0,0,413,0,0,0), + (46902,3515,1,0,0,9736.91,956.063,1294.19,6.21337,300,300,0,0,413,0,0,0), + (46903,3516,1,0,0,10173,2569.92,1366.96,5.17417,7200,7200,0,0,712100,67740,0,0), + (46904,3517,1,0,0,10085.6,2534.25,1317.64,4.60767,300,300,0,0,748,0,0,0), + (46905,11709,1,0,0,9846.49,2200.99,1327.91,1.88496,300,300,0,0,695,0,0,0), + (46907,3519,1,0,0,10665.1,1863.57,1324.51,2.86234,300,300,0,0,413,0,0,0), + (46912,1984,1,0,0,10399.3,926.521,1325.89,2.47521,300,300,5,0,42,0,0,1), + (46913,1984,1,0,0,10408.6,983.569,1325.52,2.38866,300,300,5,0,42,0,0,1), + (46915,1984,1,0,0,10391.6,872.911,1323.38,0.440934,300,300,5,0,42,0,0,1), + (46916,1984,1,0,0,10397,989.313,1327.54,5.92278,300,300,5,0,42,0,0,1), + (46917,1984,1,0,0,10357.6,1010.65,1335.62,3.55572,300,300,5,0,42,0,0,1), + (46918,1984,1,0,0,10398,595.33,1328.2,2.7756,300,300,5,0,42,0,0,1), + (46919,1984,1,0,0,10391.1,591.61,1328.65,4.85924,300,300,5,0,42,0,0,1), + (46920,1984,1,0,0,10357.1,986.834,1332.19,1.2929,300,300,5,0,42,0,0,1), + (46921,1984,1,0,0,10431.3,969.989,1321.54,0.829269,300,300,5,0,42,0,0,1), + (46922,1984,1,0,0,10431.9,653.516,1324.21,0.459281,300,300,5,0,42,0,0,1), + (46923,1984,1,0,0,10261.3,728.362,1345.13,2.01663,300,300,5,0,42,0,0,1), + (46924,1984,1,0,0,10398.4,934.296,1324.58,4.11886,300,300,5,0,42,0,0,1), + (46925,1984,1,0,0,10489.3,880.088,1312.74,6.06546,300,300,5,0,42,0,0,1), + (46926,1984,1,0,0,10303.5,889.999,1331.54,6.25953,300,300,5,0,42,0,0,1), + (46927,1984,1,0,0,10329.4,928.757,1328.19,5.60654,300,300,5,0,42,0,0,1), + (46928,1984,1,0,0,10282.9,909.799,1336.79,2.68756,300,300,5,0,42,0,0,1), + (46929,1984,1,0,0,10347.9,693.75,1327.33,1.13177,300,300,5,0,42,0,0,1), + (46930,1984,1,0,0,10374.1,681.915,1325.6,0.017653,300,300,5,0,42,0,0,1), + (46931,1984,1,0,0,10281.6,700.13,1339.42,1.09273,300,300,5,0,42,0,0,1), + (46932,1984,1,0,0,10390.6,656.166,1326.41,0.454914,300,300,5,0,42,0,0,1), + (46933,1984,1,0,0,10360.4,805.211,1322.89,3.61812,300,300,5,0,42,0,0,1), + (46934,1984,1,0,0,10295.3,785.054,1334.78,3.1289,300,300,5,0,42,0,0,1), + (46935,1984,1,0,0,10281.5,835.542,1335.25,0.570399,300,300,5,0,42,0,0,1), + (46936,1984,1,0,0,10325.3,810.611,1327.99,3.27576,300,300,5,0,42,0,0,1), + (46937,1985,1,0,0,10573.3,996.687,1323.3,1.45141,300,300,5,0,55,0,0,1), + (46938,1985,1,0,0,10545.6,945.498,1315.36,5.99678,300,300,5,0,55,0,0,1), + (46939,1985,1,0,0,10492.7,988.536,1320.21,0.503353,300,300,5,0,55,0,0,1), + (46940,1985,1,0,0,10577.5,944.783,1315.81,4.2697,300,300,5,0,55,0,0,1), + (46941,1985,1,0,0,10529.5,946.572,1315.73,4.84682,300,300,5,0,55,0,0,1), + (46942,1985,1,0,0,10619.3,902.587,1315.17,5.13155,300,300,5,0,55,0,0,1), + (46943,1985,1,0,0,10519.4,666.656,1322.36,5.05837,300,300,5,0,55,0,0,1), + (46944,1985,1,0,0,10504.7,751.901,1313.87,0.329033,300,300,5,0,55,0,0,1), + (46945,1985,1,0,0,10555.1,769.465,1312.67,6.0224,300,300,5,0,55,0,0,1), + (46946,1985,1,0,0,10648.5,748.964,1319.78,0.385586,300,300,5,0,55,0,0,1), + (46947,1985,1,0,0,10648.7,849.391,1315.37,6.09898,300,300,5,0,55,0,0,1), + (46948,1985,1,0,0,10759.1,757.4,1329.1,0.066471,300,300,5,0,55,0,0,1), + (46949,1985,1,0,0,10656.8,788.393,1316.1,3.92804,300,300,5,0,55,0,0,1), + (46950,1985,1,0,0,10672.3,745.174,1321.5,2.97283,300,300,5,0,55,0,0,1), + (46951,1985,1,0,0,10676,742.24,1322.22,1.05002,300,300,5,0,55,0,0,1), + (46952,1985,1,0,0,10578.6,777.785,1311.94,4.30279,300,300,5,0,55,0,0,1), + (46953,1985,1,0,0,10608.1,689.696,1326.19,0.644036,300,300,5,0,55,0,0,1), + (46954,1985,1,0,0,10633.1,689.592,1326.62,3.37212,300,300,5,0,55,0,0,1), + (46955,1985,1,0,0,10669,668.114,1332.45,5.66806,300,300,5,0,55,0,0,1), + (46956,1794,0,0,0,1217.86,-1514.82,64.5582,0.998647,315,315,3,0,2634,2041,0,1), + (46957,1985,1,0,0,10613.9,647.688,1328.52,1.78024,300,300,0,0,55,0,0,0), + (46958,1986,1,0,0,10901.5,877.607,1330.02,4.54922,300,300,5,0,71,0,0,1), + (46959,1789,0,0,0,1508.05,-1690,69.3891,3.94833,315,315,3,0,2823,2117,0,1), + (46960,8901,230,0,0,1413.19,-483.049,-91.9285,0.506145,60,60,0,0,760,0,0,0), + (46961,830,0,0,0,-9638.58,1391.1,10.106,2.14097,300,300,10,0,273,0,0,1), + (46962,8901,230,0,0,1432.38,-482.364,-91.9285,5.41052,60,60,0,0,760,0,0,0), + (46963,8901,230,0,0,1431.05,-463.523,-91.935,2.11185,60,60,0,0,760,0,0,0), + (46964,1788,0,0,0,1558.74,-1468.04,68.3996,1.22748,315,315,0,0,8097,0,0,0), + (46965,8901,230,0,0,1415.55,-458.489,-91.9244,1.8326,60,60,0,0,760,0,0,0), + (46966,8901,230,0,0,1410.2,-479.192,-91.9359,5.72468,60,60,0,0,760,0,0,0), + (46967,8901,230,0,0,1429.66,-460.304,-91.9356,4.97419,60,60,0,0,760,0,0,0), + (46968,1986,1,0,0,10916.5,865.41,1329.28,5.48049,300,300,5,0,71,0,0,1), + (46969,8901,230,0,0,1435.07,-479.063,-91.9285,0.349066,60,60,0,0,760,0,0,0), + (46970,8901,230,0,0,1411.6,-458.339,-91.926,0.191986,60,60,0,0,760,0,0,0), + (46971,1986,1,0,0,10948.4,894.388,1337.57,2.37731,300,300,5,0,71,0,0,1), + (46972,1986,1,0,0,10946.9,868.31,1333.54,2.07776,300,300,5,0,71,0,0,1), + (46973,9550,1,0,0,1663.45,-4393.85,22.234,4.45059,180,180,0,0,2568,0,0,0), + (46974,1986,1,0,0,10934.6,866.205,1332.33,0.647587,300,300,5,0,71,0,0,1), + (46976,1794,0,0,0,1247.6,-1416.84,57.4562,1.38553,315,315,0,0,2634,2041,0,0), + (46977,8901,230,0,0,1433.52,-476.816,-91.9285,2.84489,60,60,0,0,760,0,0,0), + (46978,8901,230,0,0,1414.05,-462.921,-91.9273,3.52556,60,60,0,0,760,0,0,0), + (46979,8901,230,0,0,1380.52,-486.215,-91.9691,1.91986,60,60,0,0,760,0,0,0), + (46980,1795,0,0,0,1315.98,-1337.01,64.2151,6.065,315,315,0,0,2823,2117,0,0), + (46981,1986,1,0,0,10906,861.33,1328.92,1.37518,300,300,5,0,71,0,0,1), + (46982,830,0,0,0,-9701.82,1631.36,10.5236,3.24178,300,300,10,0,273,0,0,1), + (46983,1795,0,0,0,1586.34,-1582.45,63.996,3.22925,315,315,3,0,2823,2117,0,1), + (46984,1822,0,0,0,1452.58,-1055.66,71.6163,5.21096,315,315,10,0,2880,0,0,1), + (46985,1822,0,0,0,1517.81,-1245.03,60.7022,1.3173,315,315,5,0,2880,0,0,1), + (46986,1815,0,0,0,1742.91,-951.218,72.6479,3.6328,315,315,10,0,3438,0,0,1), + (46988,1815,0,0,0,1854.22,-1041.49,63.2885,0.878059,315,315,5,0,3438,0,0,1), + (46989,1815,0,0,0,1554.37,-1213.86,70.5041,0.350773,315,315,5,0,3438,0,0,1), + (46990,8901,230,0,0,1397.72,-490.442,-91.9295,5.18363,60,60,0,0,760,0,0,0), + (46991,8901,230,0,0,1392.41,-473.066,-91.9285,1.62316,60,60,0,0,760,0,0,0), + (46992,8901,230,0,0,1387.1,-476.032,-91.9387,5.39307,60,60,0,0,760,0,0,0), + (46993,830,0,0,0,-9687.98,1630.04,9.63132,3.2672,300,300,10,0,273,0,0,1), + (46994,8901,230,0,0,1388.29,-472.503,-91.938,0.383972,60,60,0,0,760,0,0,0), + (46995,7076,70,0,0,120.997,280.152,-51.6997,3.61283,7200,7200,0,0,446,0,0,0), + (46996,1986,1,0,0,10874.1,918.134,1330.3,0.060572,300,300,0,0,71,0,0,0), + (46997,1986,1,0,0,10898.4,899.52,1323.7,2.03641,300,300,5,0,71,0,0,1), + (46998,1986,1,0,0,10880.6,873.212,1325.12,3.64265,300,300,5,0,71,0,0,1), + (46999,1986,1,0,0,10868.7,864.152,1326.22,5.12821,300,300,5,0,71,0,0,1), + (47000,1986,1,0,0,10860.8,860.262,1327.82,5.9069,300,300,5,0,71,0,0,1), + (47001,1986,1,0,0,10842.7,884.155,1333.06,5.17599,300,300,5,0,71,0,0,1), + (47002,1986,1,0,0,10834.3,900.392,1334.86,4.43627,300,300,5,0,71,0,0,1), + (47003,1986,1,0,0,10825,900.829,1335.63,2.77949,300,300,5,0,71,0,0,1), + (47004,1986,1,0,0,10934.8,961.053,1325.38,3.91643,300,300,0,0,71,0,0,0), + (47005,1986,1,0,0,10975.4,977.036,1335.02,3.14551,300,300,0,0,71,0,0,0), + (47006,1986,1,0,0,10987.4,959.655,1336.21,1.93931,300,300,0,0,71,0,0,0), + (47007,1986,1,0,0,10985.6,949.965,1336.53,0.894203,300,300,0,0,71,0,0,0), + (47008,1986,1,0,0,10953.2,941.028,1340.61,0.306411,300,300,5,0,71,0,0,1), + (47009,1986,1,0,0,10939.5,918.482,1340,1.89603,300,300,5,0,71,0,0,1), + (47010,1986,1,0,0,10696.7,822.492,1323.19,5.59532,300,300,5,0,71,0,0,1), + (47011,1986,1,0,0,10723.9,872.169,1328.11,2.28266,300,300,0,0,71,0,0,0), + (47012,1986,1,0,0,10721.4,884.235,1328.18,-1.25852,300,300,0,0,71,0,0,0), + (47013,1986,1,0,0,10766.5,923.801,1338.21,0.168953,300,300,0,0,71,0,0,0), + (47014,1986,1,0,0,10768.9,924.403,1338.45,4.63101,300,300,5,0,71,0,0,1), + (47015,1986,1,0,0,10794.4,935.353,1336.25,0.292319,300,300,0,0,71,0,0,0), + (47016,1986,1,0,0,10804.8,944.245,1335.96,-0.130181,300,300,0,0,71,0,0,0), + (47017,1986,1,0,0,10829.9,938.924,1336.01,2.86993,300,300,0,0,71,0,0,0), + (47018,1986,1,0,0,10846.5,966.492,1335.8,1.04653,300,300,0,0,71,0,0,0), + (47019,1986,1,0,0,10866.2,977.493,1336.51,4.67628,300,300,5,0,71,0,0,1), + (47020,1986,1,0,0,10907.6,972.91,1338.38,2.99771,300,300,0,0,71,0,0,0), + (47021,1986,1,0,0,10906.4,970.732,1338.31,5.91386,300,300,0,0,71,0,0,0), + (47022,1986,1,0,0,10895,987.672,1337.28,3.46139,300,300,0,0,71,0,0,0), + (47023,1986,1,0,0,10917.7,959.212,1339.72,1.05716,300,300,5,0,71,0,0,1), + (47024,1986,1,0,0,10931.6,949.188,1322.1,2.95782,300,300,5,0,71,0,0,1), + (47025,1822,0,0,0,1513.39,-1112.62,75.4199,2.18968,315,315,5,0,2880,0,0,1), + (47026,1815,0,0,0,1600.99,-844.621,71.4955,6.20694,315,315,5,0,3438,0,0,1), + (47027,1815,0,0,0,1417.96,-1145.36,67.5406,1.38928,315,315,10,0,3438,0,0,1), + (47029,1986,1,0,0,10942,966.046,1327.18,-2.13105,300,300,0,0,71,0,0,0), + (47030,1986,1,0,0,10977.9,977.973,1335.13,3.34604,300,300,0,0,71,0,0,0), + (47031,1986,1,0,0,10988.4,942.037,1336.3,4.35619,300,300,5,0,71,0,0,1), + (47032,1815,0,0,0,1755.39,-1020.62,73.5313,5.26436,315,315,10,0,3438,0,0,1), + (47033,1822,0,0,0,1675.44,-1020.87,77.2044,4.28019,315,315,3,0,2880,0,0,1), + (47034,1816,0,0,0,1877.5,-2183.5,62.7534,1.81333,315,315,10,0,3921,0,0,1), + (47035,1816,0,0,0,1586.95,-2022.55,62.8267,5.69517,315,315,10,0,3921,0,0,1), + (47036,1824,0,0,0,1821.31,-2115.17,68.9933,6.04407,315,315,10,0,3293,0,0,1), + (47037,1986,1,0,0,10735.7,902.511,1332.48,1.54551,300,300,5,0,71,0,0,1), + (47038,1986,1,0,0,10665.8,934.3,1322,1.40995,300,300,5,0,71,0,0,1), + (47039,1986,1,0,0,10972.9,937.654,1337.93,3.62358,300,300,5,0,71,0,0,1), + (47040,1824,0,0,0,1917.96,-2112.43,70.85,4.96921,315,315,3,0,3293,0,0,1), + (47041,1824,0,0,0,2071.69,-2316.19,76.155,5.08328,315,315,3,0,3293,0,0,1), + (47042,1816,0,0,0,1815.51,-2182.37,66.971,3.07362,315,315,10,0,3921,0,0,1), + (47043,1816,0,0,0,2053.07,-1946.66,58.8896,0.860792,315,315,3,0,3921,0,0,1), + (47045,8901,230,0,0,1400.04,-493.942,-91.9285,5.23599,60,60,0,0,760,0,0,0), + (47046,8901,230,0,0,1394.31,-493.644,-91.9296,0.296706,60,60,0,0,760,0,0,0), + (47047,8901,230,0,0,1379.92,-484.066,-91.9651,0.453786,60,60,0,0,760,0,0,0), + (47048,8901,230,0,0,1391.24,-477.011,-91.9299,3.735,60,60,0,0,760,0,0,0), + (47049,8901,230,0,0,1377.4,-487.763,-91.9488,3.19395,60,60,0,0,760,0,0,0), + (47050,8901,230,0,0,1422.15,-375.493,-91.922,6.03884,60,60,0,0,760,0,0,0), + (47051,8901,230,0,0,1411.47,-360.961,-91.9245,4.81711,60,60,0,0,760,0,0,0), + (47052,1986,1,0,0,10963.4,922.714,1340.44,4.23278,300,300,5,0,71,0,0,1), + (47053,1986,1,0,0,10922.2,939.819,1322.27,1.36314,300,300,5,0,71,0,0,1), + (47054,1986,1,0,0,10681.9,882.404,1320.55,5.86431,300,300,0,0,71,0,0,0), + (47055,1986,1,0,0,10704.6,944.455,1328.3,4.38078,300,300,0,0,71,0,0,0), + (47056,1986,1,0,0,10889.4,917.586,1326.64,5.77704,300,300,0,0,71,0,0,0), + (47057,1986,1,0,0,10866.7,917.293,1331.2,1.25664,300,300,0,0,71,0,0,0), + (47058,1986,1,0,0,10833.6,934.578,1335.84,2.00713,300,300,0,0,71,0,0,0), + (47059,1986,1,0,0,10802.5,944.247,1335.96,3.05503,300,300,5,0,71,0,0,1), + (47060,1986,1,0,0,10788.4,933.77,1336.79,6.27289,300,300,5,0,71,0,0,1), + (47061,1986,1,0,0,10769.4,925.903,1338.38,0.601829,300,300,0,0,71,0,0,0), + (47062,1986,1,0,0,10679.8,900.103,1320.82,4.15732,300,300,0,0,71,0,0,0), + (47063,1816,0,0,0,1786.3,-2399.63,65.186,1.41689,315,315,10,0,3921,0,0,1), + (47064,1816,0,0,0,1748.66,-2445.79,67.4189,2.00913,315,315,3,0,3921,0,0,1), + (47065,1821,0,0,0,1639.85,-1672.35,59.6733,0.427575,315,315,10,0,3082,0,0,1), + (47066,1821,0,0,0,2026.02,-1438.24,80.1285,0.637839,315,315,5,0,3082,0,0,1), + (47067,1821,0,0,0,2148.33,-1514.34,65.0893,3.02099,315,315,10,0,3082,0,0,1), + (47068,1821,0,0,0,2248.64,-1680.98,89.1168,2.28154,315,315,10,0,3082,0,0,1), + (47069,1817,0,0,0,2018.44,-1509.06,83.4021,1.38579,315,315,5,0,3189,0,0,1), + (47070,1821,0,0,0,2288.05,-1516.2,86.0625,0.021481,315,315,10,0,3082,0,0,1), + (47071,1817,0,0,0,1659.48,-1706.59,60.8218,0.556088,315,315,10,0,3189,0,0,1), + (47072,1817,0,0,0,2247.66,-1619.88,88.8751,3.93775,315,315,5,0,3189,0,0,1), + (47073,1821,0,0,0,2345.92,-1725.19,101.293,4.50962,315,315,10,0,3082,0,0,1), + (47074,1821,0,0,0,1915.12,-1786.32,62.277,4.72899,315,315,10,0,3082,0,0,1), + (47075,1783,0,0,0,1739.69,-1252.4,60.7774,0.063136,315,315,5,0,2880,0,0,1), + (47076,1783,0,0,0,1693.79,-1177.14,59.9448,2.5126,315,315,10,0,2880,0,0,1), + (47077,8901,230,0,0,1385.36,-377.301,-91.9401,3.00197,60,60,0,0,760,0,0,0), + (47078,8901,230,0,0,1417.7,-379.877,-91.9144,3.08923,60,60,0,0,760,0,0,0), + (47079,8901,230,0,0,1406.14,-375.048,-91.9306,3.07178,60,60,0,0,760,0,0,0), + (47080,8901,230,0,0,1391.63,-362.48,-91.9282,0.279253,60,60,0,0,760,0,0,0), + (47081,8901,230,0,0,1402.7,-378.604,-91.9482,4.53786,60,60,0,0,760,0,0,0), + (47082,1783,0,0,0,1803.07,-1167.93,59.7774,0.802001,315,315,5,0,2880,0,0,1), + (47083,1791,0,0,0,1802.53,-1224.37,60.3427,2.45057,315,315,5,0,2880,0,0,1), + (47084,1791,0,0,0,1716.88,-1177.87,59.6126,4.7445,315,315,10,0,2880,0,0,1), + (47085,1791,0,0,0,1815.8,-1179.8,60.212,0,315,315,10,0,2880,0,0,1), + (47086,8901,230,0,0,1387.21,-374.719,-91.9319,1.79769,60,60,0,0,760,0,0,0), + (47087,8901,230,0,0,1407.44,-358.209,-91.9285,4.66003,60,60,0,0,760,0,0,0), + (47089,1783,0,0,0,1690.04,-1200.54,60.2702,5.45494,315,315,10,0,2880,0,0,1), + (47090,1784,0,0,0,1806.2,-1180.43,59.8035,0,315,315,0,0,2384,1864,0,0), + (47091,1791,0,0,0,1819.74,-1207.69,59.7983,3.16397,315,315,5,0,2880,0,0,1), + (47092,1783,0,0,0,1771.04,-1156.26,59.6691,5.70652,315,315,10,0,2880,0,0,1), + (47093,1791,0,0,0,1087.91,-1681.74,61.6021,5.66214,315,315,5,0,2880,0,0,1), + (47094,1791,0,0,0,1156.87,-1728.92,62.4173,0.806217,315,315,10,0,2880,0,0,1), + (47095,1783,0,0,0,1052.79,-1649.86,61.1114,0.27712,315,315,5,0,2880,0,0,1), + (47096,1783,0,0,0,1021.89,-1687.28,62.4467,5.97538,315,315,10,0,2880,0,0,1), + (47097,1791,0,0,0,1072.02,-1748.98,61.6265,2.51757,315,315,10,0,2880,0,0,1), + (47098,1783,0,0,0,1113.46,-1653.57,64.3451,3.47734,315,315,3,0,2880,0,0,1), + (47099,1791,0,0,0,1168.93,-1730.42,61.5677,4.96885,315,315,10,0,2880,0,0,1), + (47100,1791,0,0,0,1197.91,-1773.08,60.7781,5.52064,315,315,10,0,2880,0,0,1), + (47101,1783,0,0,0,1057.57,-1766.61,63.1662,4.7452,315,315,5,0,2880,0,0,1), + (47102,1783,0,0,0,1206.63,-1752,62.7556,5.52269,315,315,0,0,2880,0,0,0), + (47103,4472,0,0,0,1634.47,-2282.06,58.8691,0.737047,315,315,10,0,3006,2241,0,1), + (47104,1802,0,0,0,1673.46,-2384.4,61.1978,1.22173,315,315,0,0,3644,0,0,0), + (47105,1804,0,0,0,1629.67,-2292.18,59.484,2.1293,315,315,0,0,3643,0,0,0), + (47106,4472,0,0,0,1629.77,-2254.7,59.7634,4.59694,315,315,10,0,3006,2241,0,1), + (47107,1804,0,0,0,1655.56,-2296.46,59.6191,2.46949,315,315,10,0,3643,0,0,1), + (47108,4472,0,0,0,1676.22,-2306.86,59.2419,5.01219,315,315,10,0,3006,2241,0,1), + (47109,4472,0,0,0,1661.46,-2359.38,60.4698,0.354675,315,315,3,0,3006,2241,0,1), + (47110,1804,0,0,0,1712.11,-2238.95,58.8691,3.21099,315,315,10,0,3643,0,0,1), + (47111,1802,0,0,0,1719.3,-2350.92,60.5769,1.20078,315,315,5,0,3644,0,0,1), + (47112,1804,0,0,0,1623.11,-2305.5,59.6652,1.8675,315,315,0,0,3643,0,0,0), + (47113,4475,0,0,0,1947.89,-1634.12,60.9233,4.23045,315,315,10,0,3082,0,0,1), + (47114,4475,0,0,0,1904.17,-1625.52,60.2795,2.58112,315,315,5,0,3082,0,0,1), + (47115,4474,0,0,0,1922.23,-1548.48,60.9575,4.73,315,315,5,0,3189,0,0,1), + (47116,4475,0,0,0,1890.1,-1648.44,61.0379,6.10926,315,315,10,0,3082,0,0,1), + (47117,4474,0,0,0,1939.51,-1607.07,61.0685,1.51587,315,315,5,0,3189,0,0,1), + (47118,4474,0,0,0,1835.6,-1590.55,59.7354,3.03687,315,315,10,0,3189,0,0,1), + (47119,4475,0,0,0,1845.73,-1544.74,58.9492,0.786115,315,315,10,0,3082,0,0,1), + (47120,4475,0,0,0,1913.21,-1636.18,60.3772,2.19717,315,315,3,0,3082,0,0,1), + (47121,4474,0,0,0,1801.14,-1516.18,59.7616,0.27738,315,315,10,0,3189,0,0,1), + (47122,4474,0,0,0,1844.95,-1517.24,58.9761,4.05194,315,315,10,0,3189,0,0,1), + (47123,1796,0,0,0,1486.4,-1933.12,61.1098,1.43821,315,315,3,0,3529,0,0,1), + (47124,1796,0,0,0,1444.57,-1879.98,58.8036,3.20198,315,315,10,0,3529,0,0,1), + (47125,1796,0,0,0,1476.47,-1850.78,58.8697,5.58922,315,315,3,0,3529,0,0,1), + (47126,1793,0,0,0,1430.74,-1889.53,59.3894,5.26617,315,315,3,0,3293,0,0,1), + (47127,1796,0,0,0,1539.68,-1860.39,60.2235,6.01369,315,315,5,0,3529,0,0,1), + (47128,1796,0,0,0,1532.36,-1825.93,61.6615,0.542148,315,315,5,0,3529,0,0,1), + (47129,1793,0,0,0,1420.16,-1851.68,58.997,5.72422,315,315,10,0,3293,0,0,1), + (47130,1793,0,0,0,1544.94,-1875.5,58.3936,1.21911,315,315,10,0,3293,0,0,1), + (47131,1793,0,0,0,1508.95,-1917.18,59.4825,5.46288,315,315,3,0,3293,0,0,1), + (47132,1806,0,0,0,2324.96,-2315.51,59.5706,2.6455,315,315,5,0,3293,0,0,1), + (47133,1806,0,0,0,2190.16,-2448.72,71.2319,6.0641,315,315,5,0,3293,0,0,1), + (47134,1812,0,0,0,2289.9,-2253.93,59.4816,1.1703,315,315,3,0,3529,0,0,1), + (47135,1808,0,0,0,2386.88,-2361.25,52.2508,3.09834,315,315,3,0,3529,0,0,1), + (47136,1812,0,0,0,2439.4,-2263.74,54.1031,5.40433,315,315,3,0,3529,0,0,1), + (47137,1812,0,0,0,2364.06,-2271.44,47.2143,0.252366,315,315,3,0,3529,0,0,1), + (47138,1812,0,0,0,2350.5,-2266.69,46.5537,0.77911,315,315,3,0,3529,0,0,1), + (47139,1808,0,0,0,2364.8,-2219.69,48.8751,1.1872,315,315,3,0,3529,0,0,1), + (47140,1808,0,0,0,2333.64,-2330.46,48.9787,3.48744,315,315,5,0,3529,0,0,1), + (47141,1806,0,0,0,2282.54,-2327.38,63.9156,5.88658,315,315,3,0,3293,0,0,1), + (47142,4493,0,0,0,2316.36,-1868.55,91.048,2.47837,315,315,0,0,3644,0,0,0), + (47143,4493,0,0,0,2201.32,-1781.99,61.9679,2.16421,315,315,0,0,3644,0,0,0), + (47144,1833,0,0,0,2306.77,-1870.13,90.6983,1.35402,315,315,0,0,3293,0,0,0), + (47145,1826,0,0,0,2332.1,-2052.06,165.813,5.40931,315,315,0,0,2470,5013,0,0), + (47146,1833,0,0,0,2206.48,-1765.84,62.1079,2.49867,315,315,0,0,3293,0,0,0), + (47147,4493,0,0,0,2266.11,-1846.93,80.2447,2.09148,315,315,5,0,3644,0,0,2), + (47148,1833,0,0,0,2323.04,-2064.5,168.938,3.92481,315,315,0,0,3293,0,0,0), + (47149,4494,0,0,0,2703.36,-1944.54,107.239,0.482272,315,315,2,0,2631,5340,0,1), + (47150,4493,0,0,0,2675.14,-1926.99,70.875,2.32129,315,315,0,0,3644,0,0,0), + (47151,1833,0,0,0,2156.5,-1743.13,59.5948,2.02001,315,315,5,0,3293,0,0,1), + (47152,1884,0,0,0,2396.69,-1511.35,102.482,5.70723,315,315,0,0,3420,0,0,0), + (47156,1884,0,0,0,2414.61,-1535.46,106.983,5.02655,315,315,0,0,3420,0,0,0), + (47157,1833,0,0,0,2380.57,-1606.64,113.626,2.05627,315,315,10,0,3293,0,0,1), + (47158,1884,0,0,0,2443.74,-1657.42,104.562,5.74131,315,315,0,0,3420,0,0,0), + (47159,1884,0,0,0,2349.36,-1575.88,107.518,2.93215,315,315,0,0,3420,0,0,0), + (47160,1833,0,0,0,2452.48,-1619.56,106.891,5.8191,315,315,5,0,3293,0,0,1), + (47161,1884,0,0,0,2384.16,-1707.2,101.601,4.90438,315,315,0,0,3420,0,0,0), + (47162,1884,0,0,0,2381.79,-1491.28,101.62,0.733038,315,315,0,0,3420,0,0,0), + (47163,1884,0,0,0,2399.67,-1511.11,102.236,2.75762,315,315,0,0,3420,0,0,0), + (47164,1884,0,0,0,2340.84,-1669.67,111.397,3.52556,315,315,0,0,3420,0,0,0), + (47165,10608,0,0,0,2780.54,-1462.73,146.595,3.86935,315,315,3,0,6863,10026,0,1), + (47166,1883,0,0,0,3097.97,-1530.82,151.62,2.05949,315,315,0,0,3529,0,0,0), + (47167,1883,0,0,0,3052.11,-1555.13,149.32,4.7822,315,315,0,0,3529,0,0,0), + (47168,1883,0,0,0,2900.26,-1544.91,145.804,3.19117,315,315,3,0,3529,0,0,1), + (47169,1832,0,0,0,2916.44,-1517.71,152.12,3.8088,315,315,3,0,5667,5206,0,1), + (47170,1883,0,0,0,2873.96,-1459.38,145.654,2.23889,315,315,5,0,3529,0,0,1), + (47171,1883,0,0,0,3087.84,-1546.47,152.195,3.22886,315,315,0,0,3529,0,0,0), + (47172,1834,0,0,0,2976.96,-1601.37,150.159,2.42601,315,315,0,0,6273,2117,0,0), + (47173,1883,0,0,0,3100.66,-1531.81,151.366,1.25664,315,315,0,0,3529,0,0,0), + (47174,1883,0,0,0,2879.87,-1477.48,146.371,1.23948,315,315,0,0,3529,0,0,0), + (47175,2110,0,0,0,1112.54,-1850.07,60.8047,1.63139,315,315,10,0,1,0,0,1), + (47176,10779,0,0,0,2260.68,-1831.74,78.1471,1.66107,315,315,10,0,42,0,0,1), + (47177,10780,0,0,0,1054.73,-1362.3,68.7729,1.60619,315,315,10,0,20,0,0,1), + (47178,10779,0,0,0,1992.51,-1691.03,59.645,2.12441,315,315,10,0,42,0,0,1), + (47179,4076,0,0,0,2060.7,-1687.71,60.6958,4.11444,315,315,10,0,8,0,0,1), + (47180,10780,0,0,0,1890.48,-1405,59.2618,5.04518,315,315,10,0,20,0,0,1), + (47181,10780,0,0,0,2341.53,-1908.37,98.352,0.816598,315,315,10,0,20,0,0,1), + (47182,2110,0,0,0,1691.22,-2235.55,59.091,1.12019,315,315,10,0,1,0,0,1), + (47183,10779,0,0,0,2137.87,-1672.9,64.2316,6.24811,315,315,10,0,42,0,0,1), + (47184,2110,0,0,0,1522.49,-1627.74,64.9795,5.91055,315,315,10,0,1,0,0,1), + (47185,1784,0,0,0,1080.58,-1938.73,38.6803,1.26046,315,315,0,0,2384,1864,0,0), + (47186,1784,0,0,0,1075.29,-1938.72,38.6803,1.0492,315,315,0,0,2384,1864,0,0), + (47187,1784,0,0,0,1046.99,-1901.58,48.0689,2.37109,315,315,3,0,2384,1864,0,1), + (47188,1784,0,0,0,1048.32,-1939.69,38.6803,1.90925,315,315,0,0,2384,1864,0,0), + (47189,1784,0,0,0,1076.55,-1932.1,38.6803,5.29556,315,315,0,0,2384,1864,0,0), + (47190,1791,0,0,0,1054.99,-1904.93,30.7783,1.02974,315,315,3,0,2880,0,0,1), + (47191,1795,0,0,0,1344.07,-1411.5,48.9271,2.90364,315,315,5,0,2823,2117,0,1), + (47192,1789,0,0,0,1461.32,-1396.45,65.0907,1.94124,315,315,5,0,2823,2117,0,1), + (47193,1787,0,0,0,1379.62,-1588.25,60.7068,3.90968,315,315,10,0,3293,0,0,1), + (47194,1794,0,0,0,1322.79,-1383.91,46.0366,1.63665,315,315,5,0,2634,2041,0,1), + (47195,1787,0,0,0,1386.58,-1681.6,66.3124,1.56103,315,315,10,0,3293,0,0,1), + (47196,1794,0,0,0,1486.29,-1679.54,68.8208,2.67035,315,315,0,0,2634,2041,0,0), + (47197,1794,0,0,0,1614.04,-1444.54,63.5273,2.59821,315,315,10,0,2634,2041,0,1), + (47198,1789,0,0,0,1548.16,-1680.13,71.3618,4.78607,315,315,10,0,2823,2117,0,1), + (47199,1789,0,0,0,1490.63,-1655.87,68.9901,0.894522,315,315,5,0,2823,2117,0,1), + (47200,1795,0,0,0,1293.32,-1593.1,61.8097,5.86991,315,315,0,0,2823,2117,0,0), + (47201,1822,0,0,0,1513.74,-983.993,65.9307,4.09078,315,315,3,0,2880,0,0,1), + (47202,1815,0,0,0,1813.07,-1078.93,65.8441,2.17721,315,315,10,0,3438,0,0,1), + (47203,1815,0,0,0,1642.86,-928.296,68.6817,4.4092,315,315,3,0,3438,0,0,1), + (47204,1815,0,0,0,1805.97,-881.229,73.2733,2.3341,315,315,5,0,3438,0,0,1), + (47205,8901,230,0,0,1389.34,-360.419,-91.9397,3.85718,60,60,0,0,760,0,0,0), + (47206,8901,230,0,0,1390.24,-399.631,-94.5913,3.07178,60,60,0,0,760,0,0,0), + (47207,8901,230,0,0,1376.22,-401.085,-94.5913,0.017453,60,60,0,0,760,0,0,0), + (47208,1986,1,0,0,10727,952.523,1332.22,1.0757,300,300,5,0,71,0,0,1), + (47209,8901,230,0,0,1374.03,-405.698,-94.5913,0.977384,60,60,0,0,760,0,0,0), + (47210,8901,230,0,0,1388.55,-401.502,-94.5913,4.69494,60,60,0,0,760,0,0,0), + (47211,8901,230,0,0,1389.48,-415.882,-94.5913,5.72468,60,60,0,0,760,0,0,0), + (47212,8901,230,0,0,1387.97,-398.803,-94.5913,1.13446,60,60,0,0,760,0,0,0), + (47213,8901,230,0,0,1386.06,-415.762,-94.5913,2.56563,60,60,0,0,760,0,0,0), + (47214,8901,230,0,0,1372.98,-402.285,-94.5913,1.29154,60,60,0,0,760,0,0,0), + (47215,8901,230,0,0,1389.44,-417.704,-94.5913,1.09956,60,60,0,0,760,0,0,0), + (47216,8901,230,0,0,1376.17,-403.741,-94.5913,4.46804,60,60,0,0,760,0,0,0), + (47217,8929,230,0,0,1384.64,-831.486,-87.5893,1.62316,43200,43200,0,0,14931,6867,0,0), + (47218,1815,0,0,0,1677.94,-816.703,69.8412,5.8606,315,315,3,0,3438,0,0,1), + (47219,1815,0,0,0,1816.27,-944.769,75.1027,1.03021,315,315,5,0,3438,0,0,1), + (47220,1815,0,0,0,1481.83,-1020.89,75.8141,6.23435,315,315,10,0,3438,0,0,1), + (47221,1822,0,0,0,1545.96,-965.278,69.7681,4.49488,315,315,3,0,2880,0,0,1), + (47222,1809,0,0,0,1578.14,-970.7,65.5767,0.514304,315,315,10,0,2880,0,0,1), + (47223,1816,0,0,0,1940.48,-2323.74,61.1383,3.22613,315,315,10,0,3921,0,0,1), + (47224,1816,0,0,0,1904.62,-2040.5,75.8924,2.24554,315,315,10,0,3921,0,0,1), + (47225,1816,0,0,0,1996.77,-2450.71,63.294,2.74658,315,315,5,0,3921,0,0,1), + (47226,1816,0,0,0,1879.51,-1922.16,80.6656,4.59288,315,315,3,0,3921,0,0,1), + (47227,1816,0,0,0,2018.5,-2244.36,62.9875,1.29263,315,315,10,0,3921,0,0,1), + (47228,1816,0,0,0,1809.96,-1829.47,63.5155,1.88545,315,315,10,0,3921,0,0,1), + (47229,1824,0,0,0,1646.9,-2015.5,61.8782,2.5628,315,315,10,0,3293,0,0,1), + (47230,1824,0,0,0,1834.74,-1990.93,75.4207,4.74074,315,315,10,0,3293,0,0,1), + (47231,1824,0,0,0,1924.26,-2279.97,59.8266,5.32053,315,315,10,0,3293,0,0,1), + (47232,1824,0,0,0,2035.77,-2383.41,61.6824,1.94604,315,315,10,0,3293,0,0,1), + (47233,1821,0,0,0,2422.76,-1777.28,103.803,5.9693,315,315,3,0,3082,0,0,1), + (47234,1821,0,0,0,2282.83,-1587.93,93.5677,4.6953,315,315,10,0,3082,0,0,1), + (47235,1821,0,0,0,1690.4,-1671.7,60.2008,1.02929,315,315,5,0,3082,0,0,1), + (47236,1821,0,0,0,1979.26,-1351.82,75.6026,3.36005,315,315,5,0,3082,0,0,1), + (47237,1817,0,0,0,1982.24,-1548.24,62.2392,1.23947,315,315,10,0,3189,0,0,1), + (47238,1817,0,0,0,2555.94,-1616.53,95.2556,1.26139,315,315,5,0,3189,0,0,1), + (47239,1821,0,0,0,2082.86,-1510.45,74.091,2.66703,315,315,5,0,3082,0,0,1), + (47240,1817,0,0,0,1815.43,-1412.13,59.576,1.41619,315,315,10,0,3189,0,0,1), + (47241,1821,0,0,0,2554.52,-1687,94.3187,4.01839,315,315,3,0,3082,0,0,1), + (47242,1817,0,0,0,2214.91,-1453.66,82.9084,0.732185,315,315,5,0,3189,0,0,1), + (47243,1784,0,0,0,1762.36,-1250.16,60.6525,0,315,315,0,0,2384,1864,0,0), + (47244,1784,0,0,0,1751.94,-1189.94,59.6755,3.29843,315,315,5,0,2384,1864,0,1), + (47245,1783,0,0,0,1729.4,-1242.95,60.55,4.20951,315,315,5,0,2880,0,0,1), + (47246,1784,0,0,0,1813.77,-1217.02,60.3427,6.02696,315,315,5,0,2384,1864,0,1), + (47247,1784,0,0,0,1659.38,-1198.7,61.3709,2.96606,315,315,5,0,2384,1864,0,1), + (47248,1783,0,0,0,1764.17,-1262.6,60.1524,1.41965,315,315,5,0,2880,0,0,1), + (47249,1986,1,0,0,10751.2,924.089,1337.09,2.08465,300,300,0,0,71,0,0,0), + (47250,9018,230,0,0,310.558,-146.251,-70.3029,5.51524,43200,43200,0,0,9485,9615,0,0), + (47251,8912,230,0,0,312.751,-149.018,-70.3029,2.47837,7200,7200,0,0,5316,3614,0,0), + (47252,8890,230,0,0,314.03,-162.339,-70.3029,1.01229,7200,7200,0,0,6414,0,0,0), + (47253,8921,230,0,0,313.34,-166.229,-70.3029,1.06465,7200,7200,0,0,2672,0,0,0), + (47254,8921,230,0,0,310.636,-163.913,-70.3029,0.942478,7200,7200,0,0,2672,0,0,0), + (154654,8906,230,0,0,789.356,-42.4263,-53.6514,1.95477,7200,7200,0,0,7599,0,0,0), + (154653,8907,230,0,0,807.141,52.1214,-53.5713,3.1765,7200,7200,0,0,7842,0,0,0), + (154652,8906,230,0,0,807.141,52.1214,-53.5713,3.1765,7200,7200,0,0,7599,0,0,0), + (154651,8907,230,0,0,779.212,44.9612,-53.6518,3.19395,7200,7200,0,0,7842,0,0,0), + (154650,8906,230,0,0,779.212,44.9612,-53.6518,3.19395,7200,7200,0,0,7599,0,0,0), + (154649,8920,230,0,0,794.78,-35.9308,-53.6368,2.04204,7200,7200,0,0,2614,0,0,0), + (47261,1783,0,0,0,1664.34,-1186.3,59.9959,0.91807,315,315,5,0,2880,0,0,1), + (47262,1986,1,0,0,10843.2,957.249,1335.49,3.94444,300,300,0,0,71,0,0,0), + (47263,1986,1,0,0,10864.9,979.124,1336.56,3.40339,300,300,0,0,71,0,0,0), + (47264,830,0,0,0,-9683.95,1581.61,12.7578,4.54881,300,300,10,0,273,0,0,1), + (47266,1986,1,0,0,10728.2,871.7,1328.7,2.65916,300,300,5,0,71,0,0,1), + (47267,1986,1,0,0,10708,873.924,1324.61,1.77671,300,300,5,0,71,0,0,1), + (47268,1986,1,0,0,10893,986.807,1337.14,2.47837,300,300,0,0,71,0,0,0), + (47269,1986,1,0,0,10897.9,974.713,1337.65,0.994838,300,300,0,0,71,0,0,0), + (47270,1986,1,0,0,10916.4,957.586,1339.7,5.044,300,300,0,0,71,0,0,0), + (47271,1986,1,0,0,10911.8,969.353,1338.93,0.314159,300,300,0,0,71,0,0,0), + (47276,1791,0,0,0,1670.89,-1200.71,61.1631,0,315,315,10,0,2880,0,0,1), + (47281,1988,1,0,0,10298.9,967.463,1336.62,5.93294,300,300,5,0,55,0,0,1), + (47282,1988,1,0,0,10276.7,954.903,1339.5,2.65493,300,300,5,0,55,0,0,1), + (47283,1988,1,0,0,10254.9,978.265,1342.44,4.98344,300,300,5,0,55,0,0,1), + (47284,1988,1,0,0,10291.7,956.861,1335.65,5.65834,300,300,0,0,55,0,0,0), + (47285,1988,1,0,0,10286.9,972.891,1338.63,1.00764,300,300,5,0,55,0,0,1), + (47286,1988,1,0,0,10285.1,961.632,1337.59,5.86258,300,300,0,0,55,0,0,0), + (47287,1988,1,0,0,10270,978.807,1341.8,4.19106,300,300,5,0,55,0,0,1), + (47288,1988,1,0,0,10271.8,970.513,1341.17,3.26169,300,300,5,0,55,0,0,1), + (47289,1988,1,0,0,10271.3,964.891,1340.88,2.55305,300,300,5,0,55,0,0,1), + (47290,1988,1,0,0,10261.5,953.199,1342.06,2.88628,300,300,5,0,55,0,0,1), + (47291,830,0,0,0,-9669.31,1589.78,10.7365,3.49645,300,300,10,0,273,0,0,1), + (154648,8920,230,0,0,806.096,54.2448,-53.5767,5.48033,7200,7200,0,0,2614,0,0,0), + (154647,8920,230,0,0,787.464,-40.3752,-53.6493,5.23599,7200,7200,0,0,2614,0,0,0), + (154646,8920,230,0,0,791.143,-40.9252,-53.6506,3.85718,7200,7200,0,0,2614,0,0,0), + (154645,8920,230,0,0,778.715,47.5265,-53.6518,4.7822,7200,7200,0,0,2614,0,0,0), + (47296,10116,230,0,0,463.203,-12.0987,-66.921,6.07375,7200,7200,0,0,64,0,0,0), + (47297,10117,230,0,0,329.558,-208.256,-79.9446,3.97935,7200,7200,0,0,64,0,0,0), + (47298,10117,230,0,0,480.025,-60.3235,-64.3413,0.959931,7200,7200,0,0,64,0,0,0), + (47299,10117,230,0,0,444.033,-101.511,-53.6503,1.53589,7200,7200,0,0,64,0,0,0), + (47300,10116,230,0,0,463.572,-14.4215,-66.7948,1.32645,7200,7200,0,0,64,0,0,0), + (47301,10117,230,0,0,265.299,-161.117,-72.5054,0.174533,7200,7200,0,0,64,0,0,0), + (47302,9956,230,0,0,1382.62,-397.68,-94.5913,5.39307,600,600,5,0,760,0,0,2), + (47303,9956,230,0,0,1385.2,-439.437,-94.5913,3.19395,600,600,5,0,760,0,0,2), + (47304,9025,230,0,0,654.636,-172.435,-73.6131,5.09494,43200,43200,0,0,11460,0,0,2), + (47305,1783,0,0,0,1739.17,-1165.18,59.6716,3.04991,315,315,5,0,2880,0,0,1), + (47306,830,0,0,0,-9684.28,1615.04,12.3174,5.47553,300,300,10,0,273,0,0,1), + (47307,1791,0,0,0,1748.09,-1131.1,61.6032,4.10561,315,315,5,0,2880,0,0,1), + (47308,1791,0,0,0,1068.68,-1684.8,63.0424,5.99004,315,315,0,0,2880,0,0,0), + (47310,1988,1,0,0,10265.8,942.989,1342.06,5.1941,300,300,5,0,55,0,0,1), + (47311,830,0,0,0,-9660.68,1578.93,7.43825,0.938353,300,300,10,0,273,0,0,1), + (47312,1988,1,0,0,10421.3,975.018,1322.68,1.76838,300,300,5,0,55,0,0,1), + (47314,1989,1,0,0,10482.5,1065.16,1327.28,5.31337,300,300,5,0,71,0,0,1), + (47316,1989,1,0,0,10620.9,642.277,1330,5.24159,300,300,0,0,71,0,0,0), + (47317,1989,1,0,0,10397.7,548.002,1328.88,0.553051,300,300,5,0,71,0,0,1), + (47318,1791,0,0,0,1056.56,-1729.2,62.5975,1.53602,315,315,5,0,2880,0,0,1), + (47319,1989,1,0,0,10507.8,1064.2,1325.92,4.04984,300,300,5,0,71,0,0,1), + (47321,1989,1,0,0,10501.3,1055.98,1325.54,4.69862,300,300,5,0,71,0,0,1), + (47322,1989,1,0,0,10523.2,955.057,1316.61,4.40136,300,300,5,0,71,0,0,1), + (47323,8982,230,0,0,1407.29,-587.299,-91.9711,3.15905,7200,7200,0,0,8352,0,0,0), + (47324,1989,1,0,0,10528.7,1064.25,1321.79,2.46338,300,300,5,0,71,0,0,1), + (47325,1989,1,0,0,10496.9,1058.33,1325.55,5.044,300,300,0,0,71,0,0,0), + (47326,1989,1,0,0,10500.3,1053.14,1325.54,2.60604,300,300,5,0,71,0,0,1), + (47327,1989,1,0,0,10496.6,1052.56,1325.55,0.907571,300,300,0,0,71,0,0,0), + (47328,1989,1,0,0,10481.3,1019.15,1326.35,2.47423,300,300,5,0,71,0,0,1), + (47329,1989,1,0,0,10493.1,1044.5,1326.41,1.55616,300,300,5,0,71,0,0,1), + (47330,1989,1,0,0,10525.7,1030.28,1321.88,5.83585,300,300,5,0,71,0,0,1), + (47331,1989,1,0,0,10512.3,1050.71,1323.92,5.03554,300,300,5,0,71,0,0,1), + (47332,1989,1,0,0,10656.8,947.191,1323.44,0.4172,300,300,5,0,71,0,0,1), + (47333,1989,1,0,0,10642.3,778.098,1319.05,0.622406,300,300,5,0,71,0,0,1), + (47334,1989,1,0,0,10335.8,1037.91,1339.39,2.19915,300,300,0,0,71,0,0,0), + (47335,1989,1,0,0,10326.4,1026.73,1338.66,0.463554,300,300,5,0,71,0,0,1), + (47336,1989,1,0,0,10311.9,1037.79,1342.98,4.13426,300,300,5,0,71,0,0,1), + (47338,1989,1,0,0,10332.2,1030.51,1339.14,6.11941,300,300,5,0,71,0,0,1), + (47339,1989,1,0,0,10336.2,1032.97,1339.37,2.02381,300,300,5,0,71,0,0,1), + (47340,1989,1,0,0,10514.5,1019.4,1319.38,2.21938,300,300,5,0,71,0,0,1), + (47341,1989,1,0,0,10343.9,1036.44,1339.39,3.32079,300,300,5,0,71,0,0,1), + (47342,1989,1,0,0,10356.5,1030.9,1340.11,3.94328,300,300,0,0,71,0,0,0), + (47343,1989,1,0,0,10352.5,1044.33,1342.77,3.58094,300,300,5,0,71,0,0,1), + (47344,1989,1,0,0,10331.6,1053.41,1342.78,1.31422,300,300,0,0,71,0,0,0), + (47345,1989,1,0,0,10354.7,1020.85,1337.37,3.30209,300,300,5,0,71,0,0,1), + (47346,1989,1,0,0,10333.7,1018.79,1337.75,2.42397,300,300,5,0,71,0,0,1), + (47347,1992,1,0,0,10296.9,870.227,1335.91,5.96477,300,300,0,0,228,0,0,0), + (47348,1993,1,0,0,9708.71,1545.88,1253.94,0.575959,300,300,0,0,186,191,0,0), + (47350,1994,1,0,0,10938.4,930.251,1340.95,1.0472,300,300,0,0,102,0,0,0), + (47351,1995,1,0,0,9918.49,1164.47,1307.98,1.46918,300,300,0,0,102,0,0,0), + (47352,1995,1,0,0,10084.5,517.87,1324.69,2.17721,300,300,5,0,102,0,0,1), + (47353,1995,1,0,0,9713.66,316.285,1327.44,3.61638,300,300,5,0,102,0,0,1), + (47354,1995,1,0,0,9816.36,1091.89,1300.36,4.29686,300,300,5,0,102,0,0,1), + (47355,1995,1,0,0,9986.1,545.511,1311.73,2.21188,300,300,5,0,102,0,0,1), + (47356,1995,1,0,0,10044.6,486.346,1319.28,2.4251,300,300,5,0,102,0,0,1), + (47357,1995,1,0,0,9747.2,392.737,1310.89,4.84451,300,300,5,0,102,0,0,1), + (47358,6091,1,0,0,10450.2,779.858,1322.75,2.9147,300,300,0,0,372,0,0,0), + (47359,1995,1,0,0,10219.1,1479.88,1330.33,3.64315,300,300,5,0,102,0,0,1), + (47360,1995,1,0,0,9982.46,1114.3,1326.33,5.52457,300,300,5,0,102,0,0,1), + (47361,1995,1,0,0,10013.6,378.672,1312.61,2.9193,300,300,5,0,102,0,0,1), + (47362,1995,1,0,0,9722.13,345.866,1322.29,3.09861,300,300,5,0,102,0,0,1), + (47363,1995,1,0,0,9982.29,469.791,1309.21,4.24245,300,300,5,0,102,0,0,1), + (47364,1995,1,0,0,10180.7,1456.4,1329.77,0.269167,300,300,5,0,102,0,0,1), + (47365,1995,1,0,0,9790.96,1061.42,1300.87,4.69335,300,300,5,0,102,0,0,1), + (47366,1995,1,0,0,9839.31,1267.76,1296.03,1.07778,300,300,5,0,102,0,0,1), + (47367,1995,1,0,0,9817.83,1156.35,1287.45,1.74612,300,300,5,0,102,0,0,1), + (47368,1995,1,0,0,9860.08,1280.03,1294.34,3.35614,300,300,5,0,102,0,0,1), + (47369,1995,1,0,0,9702.74,1147.1,1272.33,3.28763,300,300,5,0,102,0,0,1), + (47370,1995,1,0,0,9660.53,1023.73,1283.82,3.9228,300,300,5,0,102,0,0,1), + (47371,1995,1,0,0,9591.78,992.589,1276.32,1.13891,300,300,5,0,102,0,0,1), + (47372,1995,1,0,0,9655.86,555.7,1312,3.68335,300,300,5,0,102,0,0,1), + (47373,1995,1,0,0,9768.75,864.583,1297.46,1.04972,300,300,5,0,102,0,0,1), + (47374,1995,1,0,0,9744.95,511.158,1306.19,3.90799,300,300,5,0,102,0,0,1), + (47375,1995,1,0,0,9653.33,605.212,1308.86,1.63918,300,300,5,0,102,0,0,1), + (47376,1995,1,0,0,9690.99,624.263,1299.92,4.6297,300,300,5,0,102,0,0,1), + (47377,1995,1,0,0,9919.63,881.586,1316.77,4.43774,300,300,5,0,102,0,0,1), + (47378,1995,1,0,0,9785.04,817.812,1301.29,5.32288,300,300,5,0,102,0,0,1), + (47379,1995,1,0,0,10086.1,657.825,1341.22,0.5709,300,300,5,0,102,0,0,1), + (47380,1995,1,0,0,10113.7,697.767,1359.16,1.54183,300,300,5,0,102,0,0,1), + (47381,1995,1,0,0,10012.6,588.632,1316.09,3.08298,300,300,5,0,102,0,0,1), + (47382,1995,1,0,0,10075.5,586.011,1326.29,3.82305,300,300,5,0,102,0,0,1), + (47383,1995,1,0,0,9924.19,824.558,1318.52,6.14738,300,300,5,0,102,0,0,1), + (47384,1995,1,0,0,9900.92,1128.92,1308.27,0.410789,300,300,5,0,102,0,0,1), + (47385,1995,1,0,0,9896.97,1053.58,1318.09,2.98174,300,300,5,0,102,0,0,1), + (47386,1995,1,0,0,9782.05,1059.48,1299.6,1.88236,300,300,5,0,102,0,0,1), + (47387,1995,1,0,0,9817.01,1079.76,1301.31,4.68951,300,300,5,0,102,0,0,1), + (47388,1996,1,0,0,9245.02,858.225,1321.64,2.36977,300,300,5,0,137,0,0,1), + (47389,1996,1,0,0,9481.57,543.174,1320.86,5.28788,300,300,5,0,137,0,0,1), + (47390,1996,1,0,0,9980.21,1801.04,1330.55,2.107,300,300,5,0,137,0,0,1), + (47391,8396,1,0,0,9606.44,2518.69,1331.62,0.226893,300,300,0,0,2868,0,0,0), + (47392,1996,1,0,0,10088.3,1823.85,1330.13,4.92491,300,300,5,0,137,0,0,1), + (47393,1996,1,0,0,10008.5,1791.62,1331.14,1.76188,300,300,5,0,137,0,0,1), + (47394,1996,1,0,0,9203.43,1586.16,1304.31,0.351312,300,300,5,0,137,0,0,1), + (47395,1996,1,0,0,9403.72,1683.41,1304.95,3.43988,300,300,5,0,137,0,0,1), + (47396,1996,1,0,0,9379.25,1658.24,1294.19,4.77883,300,300,5,0,137,0,0,1), + (47397,1996,1,0,0,10146.1,1714.15,1332.33,4.946,300,300,5,0,137,0,0,1), + (47398,1996,1,0,0,9205.81,1171.6,1317.49,1.88668,300,300,5,0,137,0,0,1), + (47399,1996,1,0,0,9187.7,1112.79,1318.35,5.8215,300,300,5,0,137,0,0,1), + (47400,1996,1,0,0,10170.6,1635.71,1322.77,4.82035,300,300,5,0,137,0,0,1), + (47401,1996,1,0,0,9576.04,477.247,1326.64,4.71126,300,300,5,0,137,0,0,1), + (47402,1996,1,0,0,9556.49,460.067,1326.76,4.20937,300,300,5,0,137,0,0,1), + (47403,1996,1,0,0,9285.75,881.269,1312.71,5.50462,300,300,5,0,137,0,0,1), + (47404,1996,1,0,0,9215.83,1079.87,1318.25,4.17925,300,300,5,0,137,0,0,1), + (47405,1996,1,0,0,9711.19,1858.09,1302.5,2.30423,300,300,5,0,137,0,0,1), + (47406,1996,1,0,0,9313.38,1362.66,1288.93,0.175465,300,300,5,0,137,0,0,1), + (47407,1996,1,0,0,10084.7,1837.94,1329.41,4.77646,300,300,5,0,137,0,0,1), + (47408,1996,1,0,0,10090.6,1900.31,1332.74,3.02608,300,300,5,0,137,0,0,1), + (47409,1996,1,0,0,9230.73,1101.04,1315.46,2.82679,300,300,5,0,137,0,0,1), + (47410,1996,1,0,0,9549.56,545.56,1323.05,0.781947,300,300,5,0,137,0,0,1), + (47411,1996,1,0,0,9191.43,1143.36,1318.71,1.80228,300,300,5,0,137,0,0,1), + (47412,1996,1,0,0,9680.88,1841.68,1299.59,2.11658,300,300,5,0,137,0,0,1), + (47432,830,0,0,0,-9673.67,1613.46,11.8122,3.4426,300,300,10,0,273,0,0,1), + (47433,831,0,0,0,-9913.61,1876.93,2.79998,6.07479,300,300,10,0,328,0,0,1), + (47434,831,0,0,0,-9789.11,1758.25,-2.54815,0.000206,300,300,10,0,328,0,0,1), + (47435,831,0,0,0,-9928.52,1907.84,-1.25367,1.81047,300,300,5,0,328,0,0,1), + (47436,831,0,0,0,-9964.83,1927.16,-0.703907,5.57272,300,300,10,0,328,0,0,1), + (47437,1791,0,0,0,1129.5,-1728.47,62.4358,2.42338,315,315,10,0,2880,0,0,1), + (47438,1791,0,0,0,1040.4,-1739.04,62.4896,5.49779,315,315,0,0,2880,0,0,0), + (47439,1783,0,0,0,950.121,-1620.24,67.6254,2.51327,315,315,0,0,2880,0,0,0), + (47440,1783,0,0,0,1059.09,-1617.29,62.3236,3.62534,315,315,5,0,2880,0,0,1), + (47441,7076,70,0,0,119.465,263.298,-51.6997,2.56563,7200,7200,0,0,446,0,0,0), + (47442,8982,230,0,0,1353.43,-587.317,-91.9711,0.15708,7200,7200,0,0,8352,0,0,0), + (47443,831,0,0,0,-9831.06,1793.77,-0.84381,4.73192,300,300,5,0,328,0,0,1), + (47444,4472,0,0,0,1686.17,-2381.43,60.5465,4.14322,315,315,5,0,3006,2241,0,1), + (47446,1996,1,0,0,9267.5,1462.18,1292.89,2.72515,300,300,5,0,137,0,0,1), + (47447,831,0,0,0,-9947.36,1903.2,3.36876,2.63423,300,300,10,0,328,0,0,1), + (47448,1996,1,0,0,9219.35,816.566,1324.84,0.079168,300,300,5,0,137,0,0,1), + (47450,1996,1,0,0,9285.78,837.374,1313.51,0.295339,300,300,5,0,137,0,0,1), + (47451,1802,0,0,0,1686.64,-2352.53,60.2575,1.53589,315,315,10,0,3644,0,0,1), + (47452,1996,1,0,0,9945.13,1869.72,1325.32,1.4823,300,300,5,0,137,0,0,1), + (47453,4472,0,0,0,1676.44,-2376.72,61.6675,3.6927,315,315,5,0,3006,2241,0,1), + (47455,1802,0,0,0,1769.54,-2330.04,60.004,3.03852,315,315,10,0,3644,0,0,1), + (47456,1802,0,0,0,1641.17,-2257.78,59.3691,5.89044,315,315,5,0,3644,0,0,1), + (47457,1996,1,0,0,9234.41,1493.8,1301.46,0.626211,300,300,5,0,137,0,0,1), + (47458,831,0,0,0,-9777.92,1736.61,2.72388,0.273087,300,300,5,0,328,0,0,1), + (47459,4472,0,0,0,1694.66,-2288.13,59.4139,5.33914,315,315,3,0,3006,2241,0,1), + (47460,831,0,0,0,-9944.79,1917.71,-0.703907,2.14326,300,300,5,0,328,0,0,1), + (47461,1996,1,0,0,9510.28,1724.23,1291.52,1.89459,300,300,5,0,137,0,0,1), + (47462,1804,0,0,0,1656.61,-2382.72,61.0693,5.33204,315,315,5,0,3643,0,0,1), + (47463,4472,0,0,0,1749.22,-2342.61,59.8659,4.72678,315,315,5,0,3006,2241,0,1), + (47464,1996,1,0,0,9274.5,1667.23,1307.5,2.57797,300,300,5,0,137,0,0,1), + (47465,7269,209,0,0,1617.68,970.682,8.9631,1.81514,18000,18000,5,0,1782,0,0,1), + (47466,8982,230,0,0,1406.88,-632.438,-91.9711,3.14159,7200,7200,0,0,8352,0,0,0), + (47467,1996,1,0,0,9214.06,1629.69,1306.77,3.55155,300,300,5,0,137,0,0,1), + (47468,1996,1,0,0,9614.76,1814.46,1295.24,3.36111,300,300,5,0,137,0,0,1), + (47469,1996,1,0,0,10031.5,1804.17,1325.78,3.94057,300,300,5,0,137,0,0,1), + (47472,8982,230,0,0,1353.92,-632.75,-91.9711,0.122173,7200,7200,0,0,8352,0,0,0), + (47473,8982,230,0,0,1407.67,-677.718,-91.9711,3.14159,7200,7200,0,0,8352,0,0,0), + (47474,8982,230,0,0,1353.16,-677.38,-91.9711,0,7200,7200,0,0,8352,0,0,0), + (47476,1802,0,0,0,1674.23,-2365.77,61.6675,2.15888,315,315,0,0,3644,0,0,0), + (47477,9938,230,0,0,1380.72,-659.314,-91.9711,1.58825,43200,43200,0,0,25056,0,0,0), + (47478,8904,230,0,0,1408.46,-769.655,-92.6389,5.91667,7200,7200,0,0,2471,5013,0,0), + (47479,4472,0,0,0,1773.03,-2302,60.504,6.12206,315,315,10,0,3006,2241,0,1), + (47480,1996,1,0,0,10115,1579.37,1321.3,4.2,300,300,5,0,137,0,0,1), + (47481,1996,1,0,0,10063.7,1642.1,1324.52,4.9505,300,300,5,0,137,0,0,1), + (47482,1997,1,0,0,10305.2,1736.23,1317.27,2.08604,300,300,5,0,156,0,0,1), + (47483,1997,1,0,0,10764.2,1459.83,1322.54,5.18333,300,300,5,0,156,0,0,1), + (47484,1997,1,0,0,10455,1494.12,1313.52,1.11181,300,300,5,0,156,0,0,1), + (47485,1997,1,0,0,10837,1902.39,1340.05,5.83593,300,300,5,0,156,0,0,1), + (47486,1997,1,0,0,10267.9,1814.53,1326.98,3.60293,300,300,5,0,156,0,0,1), + (47487,1997,1,0,0,10485.1,1466.42,1324.41,1.8326,300,300,0,0,156,0,0,0), + (47488,1997,1,0,0,10490.3,1876.43,1314.19,3.23511,300,300,5,0,156,0,0,1), + (47489,1997,1,0,0,10262.5,1855.55,1330.68,5.96743,300,300,5,0,156,0,0,1), + (47490,1997,1,0,0,10544,1895.34,1317.09,1.98154,300,300,5,0,156,0,0,1), + (47491,1997,1,0,0,10531.1,1881.37,1315.39,4.37134,300,300,5,0,156,0,0,1), + (47492,1997,1,0,0,10788.8,1827.02,1343.05,3.34692,300,300,5,0,156,0,0,1), + (47493,1997,1,0,0,10208.8,1852.12,1328.51,4.82822,300,300,5,0,156,0,0,1), + (47494,1997,1,0,0,10478.8,1554.19,1303.05,1.91787,300,300,5,0,156,0,0,1), + (47495,1998,1,0,0,9656.88,350.249,1327.9,4.72157,300,300,5,0,102,0,0,1), + (47496,1998,1,0,0,9725.78,391.919,1318.19,5.65743,300,300,5,0,102,0,0,1), + (47497,1998,1,0,0,9783.13,275.199,1325.54,3.65088,300,300,5,0,102,0,0,1), + (47498,1998,1,0,0,10246.1,1479.45,1332.79,6.18578,300,300,5,0,102,0,0,1), + (47499,6094,1,0,0,9902.94,999.576,1313.92,4.08407,300,300,0,0,1042,0,0,0), + (47500,1998,1,0,0,9891.67,275,1324.68,5.64074,300,300,5,0,102,0,0,1), + (47501,1998,1,0,0,10003.7,1216.67,1321.98,4.17527,300,300,5,0,102,0,0,1), + (47502,1998,1,0,0,9786.53,247.304,1328.15,5.69042,300,300,5,0,102,0,0,1), + (47503,1998,1,0,0,9581.61,400.424,1334.57,3.54495,300,300,5,0,102,0,0,1), + (47504,1998,1,0,0,9673.79,328.151,1328.59,1.78735,300,300,5,0,102,0,0,1), + (47505,1998,1,0,0,9980.78,715.97,1321.28,5.41133,300,300,5,0,102,0,0,1), + (47506,1998,1,0,0,9730.72,1089.27,1285.56,5.61399,300,300,5,0,102,0,0,1), + (47507,1998,1,0,0,10237.4,1418.91,1334.01,4.29366,300,300,5,0,102,0,0,1), + (47508,1998,1,0,0,9709.84,1053.49,1290.68,0.928411,300,300,5,0,102,0,0,1), + (47509,1998,1,0,0,9815.6,1186.72,1285.27,6.00515,300,300,5,0,102,0,0,1), + (47510,1998,1,0,0,9616.94,1217.17,1273.26,0.7545,300,300,5,0,102,0,0,1), + (47511,1998,1,0,0,9651.17,1051.59,1277.83,6.15786,300,300,5,0,102,0,0,1), + (47512,1998,1,0,0,9649.68,1120.19,1269.84,2.86866,300,300,5,0,102,0,0,1), + (47513,1998,1,0,0,9543.8,1137.58,1263.46,0.19959,300,300,5,0,102,0,0,1), + (47514,1998,1,0,0,9581.18,1183.55,1268.77,2.66152,300,300,5,0,102,0,0,1), + (47515,1998,1,0,0,9567.38,1098.97,1263.3,5.44974,300,300,5,0,102,0,0,1), + (47516,1998,1,0,0,9957.98,712.125,1317.39,1.64217,300,300,5,0,102,0,0,1), + (47517,1998,1,0,0,9978.34,686.971,1318.52,5.4295,300,300,5,0,102,0,0,1), + (47518,1998,1,0,0,9978.99,720.331,1321.49,2.10768,300,300,5,0,102,0,0,1), + (47519,1998,1,0,0,9892.32,720.51,1309.51,5.21446,300,300,5,0,102,0,0,1), + (47520,1998,1,0,0,9854.65,755.521,1304.15,1.05127,300,300,5,0,102,0,0,1), + (47521,1998,1,0,0,9687.72,589.285,1303.72,1.02401,300,300,5,0,102,0,0,1), + (47522,1998,1,0,0,9766.61,560.713,1302.05,1.09579,300,300,5,0,102,0,0,1), + (47523,1998,1,0,0,9805.03,782.435,1301.55,6.19518,300,300,5,0,102,0,0,1), + (47524,1998,1,0,0,9734.84,553.214,1304.7,6.2285,300,300,5,0,102,0,0,1), + (47525,1998,1,0,0,9752.49,701.958,1298.41,3.92538,300,300,5,0,102,0,0,1), + (47526,1998,1,0,0,9811.62,747.917,1303.17,0,300,300,5,0,102,0,0,1), + (47527,1998,1,0,0,9936.05,852.817,1319.3,5.17688,300,300,5,0,102,0,0,1), + (47528,1998,1,0,0,9945.06,1154.05,1319.4,5.4747,300,300,5,0,102,0,0,1), + (47529,1998,1,0,0,9749.13,1084.77,1289.17,1.82304,300,300,5,0,102,0,0,1), + (47530,1998,1,0,0,9846.11,1179.13,1292.21,5.37094,300,300,5,0,102,0,0,1), + (47531,1998,1,0,0,9786.25,752.293,1299.85,5.65942,300,300,5,0,102,0,0,1), + (47532,1998,1,0,0,9940.73,1154.56,1317.73,2.72119,300,300,5,0,102,0,0,1), + (47533,1999,1,0,0,9202.22,1532.79,1307.42,5.6635,300,300,5,0,135,0,0,1), + (47534,1999,1,0,0,9738.34,1836.19,1301.81,0.727976,300,300,5,0,135,0,0,1), + (47535,1999,1,0,0,9338.58,708.866,1306.95,2.6067,300,300,5,0,135,0,0,1), + (47536,3535,1,0,0,10805.7,1575.82,1280.94,0.117583,7200,7200,0,0,273,0,0,0), + (47537,1999,1,0,0,9285.48,1684.98,1313.44,0.935108,300,300,5,0,135,0,0,1), + (47538,1999,1,0,0,10175.8,1740.21,1330.58,5.37172,300,300,5,0,135,0,0,1), + (47539,1999,1,0,0,9313.24,1047.32,1298.76,2.25184,300,300,5,0,135,0,0,1), + (47540,1999,1,0,0,9484.96,494.845,1335.53,5.20895,300,300,5,0,135,0,0,1), + (47541,1999,1,0,0,9153.75,1484.58,1323.38,0.216458,300,300,5,0,135,0,0,1), + (47542,1999,1,0,0,9248.21,779.354,1322.96,3.92729,300,300,5,0,135,0,0,1), + (47543,1999,1,0,0,9346.25,1012.81,1288.34,4.51231,300,300,5,0,135,0,0,1), + (47544,1999,1,0,0,10205.6,1842.59,1326.39,4.62949,300,300,5,0,135,0,0,1), + (47545,1999,1,0,0,10224,1922.12,1338.52,6.03803,300,300,5,0,135,0,0,1), + (47546,1999,1,0,0,9205.66,1040.84,1320.83,0.333834,300,300,5,0,135,0,0,1), + (47547,1999,1,0,0,9250.82,1718.19,1319.13,4.57326,300,300,5,0,135,0,0,1), + (47548,1999,1,0,0,9304.03,1539.41,1279.56,2.03625,300,300,5,0,135,0,0,1), + (47549,1999,1,0,0,9187.33,1519.67,1314.27,0.33225,300,300,5,0,135,0,0,1), + (47550,1999,1,0,0,9282.08,1344.79,1290.37,4.33185,300,300,5,0,135,0,0,1), + (47551,1999,1,0,0,9250.47,1319.16,1295.35,1.64607,300,300,5,0,135,0,0,1), + (47552,1999,1,0,0,9808.72,1836.56,1309.72,2.55928,300,300,5,0,135,0,0,1), + (47553,1999,1,0,0,9247.54,1049.93,1312.31,4.81455,300,300,5,0,135,0,0,1), + (47554,1999,1,0,0,9284.74,750.586,1317.5,1.39962,300,300,5,0,135,0,0,1), + (47555,1999,1,0,0,9284.65,681.172,1319.21,5.33067,300,300,5,0,135,0,0,1), + (47556,1999,1,0,0,9449.48,1505.28,1294.97,2.23677,300,300,5,0,135,0,0,1), + (47557,1999,1,0,0,9351.33,1508.75,1274.56,1.43599,300,300,5,0,135,0,0,1), + (47558,1999,1,0,0,9796.47,1789.23,1308.15,6.25778,300,300,5,0,135,0,0,1), + (47559,1999,1,0,0,10181.2,1758.21,1331.42,4.25042,300,300,5,0,135,0,0,1), + (47560,1999,1,0,0,9401.32,1446.25,1282.06,5.12238,300,300,5,0,135,0,0,1), + (47561,8904,230,0,0,1420.37,-775.428,-92.6383,2.56563,7200,7200,0,0,2471,5013,0,0), + (47562,8915,230,0,0,1418.24,-768.974,-92.6388,4.04916,7200,7200,0,0,2634,2041,0,0), + (47563,8915,230,0,0,1409.15,-775.851,-92.6389,0.488692,7200,7200,0,0,2634,2041,0,0), + (47564,8899,230,0,0,1398.8,-813.485,-91.8983,5.3058,7200,7200,0,0,7599,0,0,0), + (47565,8899,230,0,0,1380.73,-746.851,-92.64,2.79253,7200,7200,10,0,7599,0,0,1), + (47566,8904,230,0,0,1416.87,-740.27,-85.0697,6.0912,7200,7200,0,0,2471,5013,0,0), + (47567,1999,1,0,0,9296.43,1632.11,1298.44,2.25728,300,300,5,0,135,0,0,1), + (47568,8904,230,0,0,1426.92,-742.128,-85.0707,2.96706,7200,7200,0,0,2471,5013,0,0), + (47569,8904,230,0,0,1421.76,-742.721,-85.0705,1.43117,7200,7200,0,0,2471,5013,0,0), + (47570,1785,0,0,0,1918.04,-1556.72,60.4575,2.61846,315,315,5,0,3082,0,0,1), + (47571,1999,1,0,0,9987.6,1587.16,1321.4,0.426951,300,300,5,0,135,0,0,1), + (47572,10184,249,0,0,-4.8689,-217.171,-86.7104,3.09123,432000,432000,0,0,1099230,0,0,0), + (47573,1999,1,0,0,10047.6,1636.69,1324.98,3.49241,300,300,5,0,135,0,0,1), + (47574,2000,1,0,0,10226.7,1589.8,1291.19,2.84841,300,300,5,0,156,0,0,1), + (47576,2000,1,0,0,10287.4,1612.93,1293.69,5.41588,300,300,5,0,156,0,0,1), + (47577,2000,1,0,0,10742.1,1373.31,1328.5,2.66692,300,300,5,0,156,0,0,1), + (47579,7077,70,0,0,135.904,274.323,-52.1213,3.21141,7200,7200,0,0,251,2975,0,0), + (47580,2000,1,0,0,10723.2,2052.17,1320.15,0.291176,300,300,5,0,156,0,0,1), + (47581,2000,1,0,0,10638.6,1518.85,1308.99,5.34992,300,300,5,0,156,0,0,1), + (47584,2000,1,0,0,10321.7,1582.07,1292.69,5.87329,300,300,5,0,156,0,0,1), + (47585,2000,1,0,0,10778.6,2118.35,1312.26,2.88893,300,300,5,0,156,0,0,1), + (47586,8915,230,0,0,1425.41,-738.466,-85.0706,3.82227,7200,7200,0,0,2634,2041,0,0), + (47587,8903,230,0,0,1353.81,-750.287,-85.0639,4.17134,7200,7200,0,0,7842,0,0,0), + (47588,8904,230,0,0,1345,-738.206,-85.0695,5.55015,7200,7200,0,0,2471,5013,0,0), + (47589,8904,230,0,0,1348.78,-746.289,-85.0697,1.71042,7200,7200,0,0,2471,5013,0,0), + (47590,8904,230,0,0,1348.12,-737.908,-85.0691,5.14872,7200,7200,0,0,2471,5013,0,0), + (47591,8904,230,0,0,1353.16,-737.336,-85.0684,4.29351,7200,7200,0,0,2471,5013,0,0), + (47592,8904,230,0,0,1352.81,-745.174,-85.0686,2.19912,7200,7200,0,0,2471,5013,0,0), + (47593,8899,230,0,0,1354.42,-771.809,-92.6382,0.383972,7200,7200,0,0,7599,0,0,0), + (47594,8904,230,0,0,1368.32,-770.381,-92.6385,3.54302,7200,7200,0,0,2471,5013,0,0), + (47595,8904,230,0,0,1368.69,-775.013,-92.6385,2.72271,7200,7200,0,0,2471,5013,0,0), + (47596,2000,1,0,0,10358,1482.01,1327.27,4.08862,300,300,5,0,156,0,0,1), + (47597,4475,0,0,0,1928.6,-1563.65,60.7075,1.19675,315,315,5,0,3082,0,0,1), + (47598,8904,230,0,0,1364.69,-778.893,-91.8977,1.79769,7200,7200,0,0,2471,5013,0,0), + (47599,8904,230,0,0,1359.19,-772.953,-92.6384,0.10472,7200,7200,0,0,2471,5013,0,0), + (47600,4474,0,0,0,1904.64,-1616.46,60.7192,3.71755,315,315,0,0,3189,0,0,0), + (47601,8915,230,0,0,1363.85,-766.909,-91.8977,4.57276,7200,7200,0,0,2634,2041,0,0), + (47602,8904,230,0,0,1355.33,-817.552,-91.8983,5.35816,7200,7200,0,0,2471,5013,0,0), + (47603,8904,230,0,0,1359.98,-817.372,-91.8983,3.9619,7200,7200,0,0,2471,5013,0,0), + (47604,2000,1,0,0,10674.4,1403.15,1327.41,2.15907,300,300,5,0,156,0,0,1), + (47605,1785,0,0,0,1894.44,-1627.61,60.7682,5.56142,315,315,5,0,3082,0,0,1), + (47606,8915,230,0,0,1363.32,-824.042,-91.8983,2.56563,7200,7200,0,0,2634,2041,0,0), + (47609,2000,1,0,0,10764.8,1781.47,1327.71,3.92699,300,300,5,0,156,0,0,1), + (47610,2000,1,0,0,10736.5,1966.02,1336.96,3.86134,300,300,5,0,156,0,0,1), + (47611,8915,230,0,0,1355.17,-823.596,-91.8983,0.994838,7200,7200,0,0,2634,2041,0,0), + (47612,8899,230,0,0,1396.71,-731.332,-91.8982,0.122173,7200,7200,0,0,7599,0,0,0), + (47613,9019,230,0,0,1380.18,-831.645,-87.59,1.32645,43200,43200,0,0,26649,0,0,0), + (47615,2000,1,0,0,10306.1,1341.39,1342.86,4.38369,300,300,5,0,156,0,0,1), + (47616,2000,1,0,0,10260.6,1653.7,1305.74,2.65479,300,300,5,0,156,0,0,1), + (47617,2000,1,0,0,10735.2,2104.67,1317.07,1.26366,300,300,5,0,156,0,0,1), + (47618,1785,0,0,0,1918.6,-1608.91,60.8597,0.558505,315,315,0,0,3082,0,0,0), + (47619,2000,1,0,0,10321,1379.83,1340.58,5.62523,300,300,5,0,156,0,0,1), + (47620,2000,1,0,0,10353.6,1620.42,1296.99,1.40854,300,300,5,0,156,0,0,1), + (47621,2001,1,0,0,10899,1487.04,1294,2.17992,300,300,5,0,198,260,0,1), + (47622,9023,230,0,0,316.336,-225.528,-77.7258,1.25664,7200,7200,0,0,8536,0,0,0), + (47623,9679,230,0,0,547.548,-291.232,-75.1556,2.97821,7200,7200,0,0,7292,0,0,0), + (47624,9677,230,0,0,582.66,-152.353,-68.3682,1.13446,7200,7200,0,0,14931,0,0,0), + (47625,9681,230,0,0,586.21,-149.45,-68.3475,2.54818,7200,7200,0,0,7476,1982,0,0), + (47626,9021,230,0,0,418.039,-210.348,-64.9896,2.16421,7200,7200,0,0,7292,0,0,0), + (47627,9678,230,0,0,622.961,-164.276,-70.9827,0.523599,7200,7200,0,0,9810,9910,0,0), + (47628,9022,230,0,0,275.327,-80.9653,-77.0425,5.79449,7200,7200,0,0,7113,0,0,0), + (47629,9680,230,0,0,564.122,-235.226,-70.1945,4.32842,7200,7200,0,0,9670,0,0,0), + (47630,9020,230,0,0,372.183,-178.305,-70.0302,5.07891,7200,7200,0,0,7599,0,0,0), + (47631,9056,230,0,0,960.023,-340.886,-71.4581,5.65487,43200,43200,0,0,27944,9910,0,2), + (47633,721,1,0,0,10053.7,561.67,1320.68,3.62678,300,300,5,0,1,0,0,1), + (47634,8916,230,0,0,547.512,-168.355,-36.8797,5.93412,7200,7200,0,0,2561,1923,0,0), + (47635,4474,0,0,0,1824.97,-1613.25,58.8826,1.66727,315,315,10,0,3189,0,0,1), + (47636,4475,0,0,0,1940.85,-1621.23,65.8336,5.55244,315,315,5,0,3082,0,0,1), + (47637,1785,0,0,0,1916.29,-1643.49,60.4308,3.76025,315,315,3,0,3082,0,0,1), + (47638,1806,0,0,0,2300.97,-2315.92,63.107,2.48433,315,315,3,0,3293,0,0,1), + (47639,721,1,0,0,9572.91,614.55,1273.39,2.38977,300,300,5,0,1,0,0,1), + (47641,8916,230,0,0,539.627,-189.186,-35.5125,0,7200,7200,0,0,2561,1923,0,0), + (47642,8923,230,0,0,1173.75,-187.816,-65.455,3.90863,604800,604800,0,0,13920,0,0,2), + (47643,8916,230,0,0,538.864,-166.645,-34.0779,5.91667,7200,7200,0,0,2561,1923,0,0), + (47644,8894,230,0,0,542.846,-178.15,-36.887,6.10865,7200,7200,0,0,4980,9300,0,0), + (47645,8896,230,0,0,539.557,-179.862,-35.5257,6.14356,7200,7200,0,0,2466,1923,0,0), + (47647,721,1,0,0,9977.56,595.21,1314.48,1.53947,300,300,5,0,1,0,0,1), + (47649,8896,230,0,0,545.277,-172.964,-36.8681,6.02139,7200,7200,0,0,2466,1923,0,0), + (47650,8902,230,0,0,545.488,-162.486,-35.4606,5.86431,7200,7200,0,0,2026,2041,0,0), + (47652,8902,230,0,0,539.612,-184.316,-35.5069,6.21337,7200,7200,0,0,2026,2041,0,0), + (47653,8894,230,0,0,534.287,-173.755,-34.1096,6.07375,7200,7200,0,0,4980,9300,0,0), + (47654,8916,230,0,0,649.264,-176.105,-36.907,3.36848,7200,7200,0,0,2561,1923,0,0), + (47655,8916,230,0,0,647.568,-172.909,-36.9245,3.42085,7200,7200,0,0,2561,1923,0,0), + (47656,8895,230,0,0,650.016,-184.77,-36.9107,3.22886,7200,7200,0,0,5886,3964,0,0), + (47657,8896,230,0,0,650.177,-180.163,-36.8973,3.29867,7200,7200,0,0,2466,1923,0,0), + (47658,8896,230,0,0,651.877,-172.598,-35.5238,3.40339,7200,7200,0,0,2466,1923,0,0), + (47659,8902,230,0,0,650.484,-168.606,-35.5156,3.47321,7200,7200,0,0,2026,2041,0,0), + (47660,721,1,0,0,10611.7,713.525,1322.68,4.24184,300,300,5,0,1,0,0,1), + (47661,721,1,0,0,9244.16,1004.59,1316.26,4.41321,300,300,5,0,1,0,0,1), + (47662,721,1,0,0,9192.84,1285.99,1317.6,1.77922,300,300,5,0,1,0,0,1), + (47663,721,1,0,0,10100.2,497.388,1326,2.76957,300,300,5,0,1,0,0,1), + (47664,8902,230,0,0,658.992,-186.378,-34.0766,3.07178,7200,7200,0,0,2026,2041,0,0), + (47665,8904,230,0,0,653.344,-190.509,-35.5261,3.12414,7200,7200,0,0,2471,5013,0,0), + (47666,8893,230,0,0,659.228,-181.813,-34.0787,3.24631,7200,7200,0,0,7113,0,0,0), + (47667,8916,230,0,0,628.883,-236.882,-35.5437,2.18166,7200,7200,0,0,2561,1923,0,0), + (47668,8916,230,0,0,629.115,-232.726,-36.89,2.21657,7200,7200,0,0,2561,1923,0,0), + (47669,8895,230,0,0,633.597,-227.325,-36.9129,2.33874,7200,7200,0,0,5886,3964,0,0), + (47670,8896,230,0,0,626.613,-244.684,-34.0836,2.09439,7200,7200,0,0,2466,1923,0,0), + (47671,8896,230,0,0,633.121,-232.962,-35.4894,2.26893,7200,7200,0,0,2466,1923,0,0), + (47672,8902,230,0,0,636.298,-239.461,-34.0903,2.25148,7200,7200,0,0,2026,2041,0,0), + (47673,8902,230,0,0,640.897,-225.034,-35.1749,2.49582,7200,7200,0,0,2026,2041,0,0), + (47674,8904,230,0,0,638.203,-229.41,-35.3931,2.37365,7200,7200,0,0,2471,5013,0,0), + (47675,8893,230,0,0,625.097,-235.386,-36.8931,2.14675,7200,7200,0,0,7113,0,0,0), + (47676,8916,230,0,0,572.808,-140.939,-36.8044,5.18363,7200,7200,0,0,2561,1923,0,0), + (47677,8916,230,0,0,558.88,-137.183,-34.0844,5.34071,7200,7200,0,0,2561,1923,0,0), + (47678,8916,230,0,0,578.281,-139.209,-36.7895,5.09636,7200,7200,0,0,2561,1923,0,0), + (47679,8916,230,0,0,581.317,-133.988,-35.456,4.99164,7200,7200,0,0,2561,1923,0,0), + (47680,8916,230,0,0,574.24,-136.707,-35.4314,5.13127,7200,7200,0,0,2561,1923,0,0), + (47681,8916,230,0,0,580.626,-138.046,-36.7586,5.06145,7200,7200,0,0,2561,1923,0,0), + (47682,8916,230,0,0,564.922,-132.282,-34.0677,5.23599,7200,7200,0,0,2561,1923,0,0), + (47683,8893,230,0,0,568.816,-142.538,-36.8602,5.25344,7200,7200,0,0,7113,0,0,0), + (47684,8894,230,0,0,571.426,-137.882,-35.4362,5.18363,7200,7200,0,0,4980,9300,0,0), + (47685,8916,230,0,0,570.107,-244.451,-34.0701,1.11701,7200,7200,0,0,2561,1923,0,0), + (47686,8916,230,0,0,571.724,-237.314,-36.847,1.0821,7200,7200,0,0,2561,1923,0,0), + (47687,8916,230,0,0,564.052,-232.826,-36.8618,0.942478,7200,7200,0,0,2561,1923,0,0), + (47688,8916,230,0,0,559.582,-242.593,-34.094,0.977384,7200,7200,0,0,2561,1923,0,0), + (47689,8916,230,0,0,573.1,-245.279,-34.0668,1.16937,7200,7200,0,0,2561,1923,0,0), + (47690,8916,230,0,0,560.295,-235.085,-35.4579,0.925025,7200,7200,0,0,2561,1923,0,0), + (47691,8916,230,0,0,577.724,-242.723,-35.4771,1.41372,7200,7200,0,0,2561,1923,0,0), + (47692,8893,230,0,0,575.489,-238.36,-36.8509,1.15192,7200,7200,0,0,7113,0,0,0), + (47693,8894,230,0,0,565.406,-238.728,-35.5046,1.01229,7200,7200,0,0,4980,9300,0,0), + (47694,8916,230,0,0,630.548,-141.538,-35.5298,4.11898,7200,7200,0,0,2561,1923,0,0), + (47695,8916,230,0,0,638.577,-149.822,-35.5189,3.94444,7200,7200,0,0,2561,1923,0,0), + (47696,8916,230,0,0,633.551,-150.085,-36.9221,4.01426,7200,7200,0,0,2561,1923,0,0), + (47697,8894,230,0,0,639.042,-143.629,-34.0727,3.9968,7200,7200,0,0,4980,9300,0,0), + (47698,8896,230,0,0,633.191,-144.662,-35.5235,4.06662,7200,7200,0,0,2466,1923,0,0), + (47699,8896,230,0,0,635.871,-147.005,-35.5167,4.01426,7200,7200,0,0,2466,1923,0,0), + (47700,8902,230,0,0,644.298,-149.025,-34.0718,3.89208,7200,7200,0,0,2026,2041,0,0), + (47701,8902,230,0,0,638.765,-155.361,-36.9171,3.63029,7200,7200,0,0,2026,2041,0,0), + (47702,8894,230,0,0,630.439,-147.045,-36.9195,4.08407,7200,7200,0,0,4980,9300,0,0), + (47703,9499,230,0,0,888.472,-177.929,-42.9623,2.40195,43200,43200,0,0,10455,16936,0,2), + (47704,8905,230,0,0,959.443,-390.747,-60.7544,5.89921,7200,7200,0,0,7359,0,0,0), + (47705,8897,230,0,0,969.437,-403.373,-60.9193,3.68265,7200,7200,0,0,3082,0,0,0), + (47706,8897,230,0,0,985.43,-409.616,-60.7129,4.20624,7200,7200,0,0,3082,0,0,0), + (47707,8897,230,0,0,981.085,-414.095,-60.1468,0.663225,7200,7200,0,0,3082,0,0,0), + (47708,8905,230,0,0,945.165,-425.228,-54.8845,1.91986,7200,7200,0,0,7359,0,0,0), + (47709,8897,230,0,0,955.358,-430.303,-54.8118,1.0472,7200,7200,0,0,3082,0,0,0), + (47710,8897,230,0,0,955.864,-438.159,-54.6837,5.07891,7200,7200,0,0,3082,0,0,0), + (47711,8897,230,0,0,952.459,-437.602,-54.6447,3.52556,7200,7200,0,0,3082,0,0,0), + (47712,8905,230,0,0,988.673,-358.838,-65.4518,3.07178,7200,7200,0,0,7359,0,0,0), + (47713,8897,230,0,0,1002.15,-351.505,-65.0669,0.959931,7200,7200,0,0,3082,0,0,0), + (47714,8897,230,0,0,1006.13,-351.509,-65.0843,2.05949,7200,7200,0,0,3082,0,0,0), + (47715,8897,230,0,0,996.526,-368.222,-66.9922,5.07891,7200,7200,0,0,3082,0,0,0), + (47716,8905,230,0,0,953.696,-333.891,-71.658,5.45262,7200,7200,0,0,7359,0,0,2), + (47717,8905,230,0,0,967.01,-339.211,-71.3893,3.22886,7200,7200,0,0,7359,0,0,0), + (47718,8897,230,0,0,969.065,-333.381,-70.9416,2.05949,7200,7200,0,0,3082,0,0,0), + (47719,8897,230,0,0,979.27,-328.244,-71.0935,0.366519,7200,7200,0,0,3082,0,0,0), + (47720,8897,230,0,0,981.705,-332.186,-71.4592,0.750492,7200,7200,0,0,3082,0,0,0), + (47721,8905,230,0,0,903.416,-392.39,-48.8122,2.25148,7200,7200,0,0,7359,0,0,0), + (47722,8897,230,0,0,901.873,-409.445,-49.3758,5.63741,7200,7200,0,0,3082,0,0,0), + (47723,8897,230,0,0,899.9,-412.124,-49.5308,4.83456,7200,7200,0,0,3082,0,0,0), + (47724,8897,230,0,0,894.684,-410.535,-49.6516,2.6529,7200,7200,0,0,3082,0,0,0), + (47725,8905,230,0,0,985.728,-377.65,-66.2052,3.15905,7200,7200,0,0,7359,0,0,0), + (47726,8897,230,0,0,993.384,-375.561,-66.6038,0.715585,7200,7200,0,0,3082,0,0,0), + (47727,8897,230,0,0,1005.06,-386.346,-65.2483,4.55531,7200,7200,0,0,3082,0,0,0), + (47728,8897,230,0,0,1001.8,-391.221,-64.3762,0.226893,7200,7200,0,0,3082,0,0,0), + (47729,8905,230,0,0,930.502,-426.247,-55.9066,0.802851,7200,7200,0,0,7359,0,0,0), + (47730,8897,230,0,0,915.034,-434.328,-55.4015,3.76991,7200,7200,0,0,3082,0,0,0), + (47731,8897,230,0,0,914.96,-438.185,-54.9931,2.82743,7200,7200,0,0,3082,0,0,0), + (47732,8897,230,0,0,925.591,-438.393,-55.6162,3.83972,7200,7200,0,0,3082,0,0,0), + (47733,9017,230,0,0,893.546,-267.056,-71.9002,3.10204,43200,43200,5,0,16991,0,0,2), + (47734,8896,230,0,0,630.846,-285.909,-43.0244,1.6057,7200,7200,0,0,2466,1923,0,0), + (47735,8896,230,0,0,628.49,-284.308,-43.0244,0.680678,7200,7200,0,0,2466,1923,0,0), + (47736,8913,230,0,0,631.131,-279.136,-43.0245,4.59022,7200,7200,0,0,4980,9300,0,0), + (47737,8922,230,0,0,632.809,-280.728,-43.033,3.85718,7200,7200,0,0,3293,0,0,0), + (47738,8911,230,0,0,562.103,-282.939,-43.1013,0.00912,7200,7200,0,0,7599,0,0,2), + (47739,8896,230,0,0,793.023,-217.264,-43.1991,5.68977,7200,7200,0,0,2466,1923,0,0), + (47740,8896,230,0,0,798.309,-219.397,-43.205,3.38594,7200,7200,0,0,2466,1923,0,0), + (47741,8913,230,0,0,795.951,-222.922,-43.2055,1.3439,7200,7200,0,0,4980,9300,0,0), + (47742,8914,230,0,0,790.083,-221.171,-43.2,0.069813,7200,7200,0,0,5886,3964,0,0), + (47743,8910,230,0,0,716.227,-268.919,-42.7891,6.05629,7200,7200,0,0,5691,3846,0,0), + (47744,8910,230,0,0,717.782,-286.231,-42.7901,0.418879,7200,7200,0,0,5691,3846,0,0), + (47745,8896,230,0,0,809.962,-296.043,-43.21,5.32325,7200,7200,0,0,2466,1923,0,0), + (47746,8896,230,0,0,810.917,-304.768,-43.21,1.64061,7200,7200,0,0,2466,1923,0,0), + (47747,8896,230,0,0,813.46,-303.433,-43.21,1.98968,7200,7200,0,0,2466,1923,0,0), + (47748,8922,230,0,0,822.183,-298.627,-43.21,3.19395,7200,7200,0,0,3293,0,0,0), + (47749,8896,230,0,0,792.565,-302.191,-43.2122,4.53786,7200,7200,0,0,2466,1923,0,0), + (47750,8896,230,0,0,795.884,-307.063,-43.2105,2.9147,7200,7200,0,0,2466,1923,0,0), + (47751,8913,230,0,0,788.43,-303.527,-43.2129,5.79449,7200,7200,0,0,4980,9300,0,0), + (47752,721,1,0,0,10278.9,1002.16,1343.19,3.92374,300,300,5,0,1,0,0,1), + (47753,721,1,0,0,9204.81,1071.28,1319.93,0.28298,300,300,5,0,1,0,0,1), + (47754,8922,230,0,0,792.948,-309.464,-43.2108,1.8675,7200,7200,0,0,3293,0,0,0), + (47755,8894,230,0,0,764.839,-253.071,-43.2781,5.67232,7200,7200,0,0,4980,9300,0,0), + (47756,721,1,0,0,10214.5,1563.45,1296.01,6.18214,300,300,5,0,1,0,0,1), + (47757,8892,230,0,0,797.023,-259.111,-43.132,4.36332,7200,7200,0,0,6876,0,0,0), + (47758,8896,230,0,0,766.611,-259.733,-43.3173,5.60251,7200,7200,0,0,2466,1923,0,0), + (47759,8896,230,0,0,773.667,-254.504,-43.2704,1.50098,7200,7200,0,0,2466,1923,0,0), + (47760,8913,230,0,0,771.564,-249.073,-43.245,0.802851,7200,7200,0,0,4980,9300,0,0), + (47761,8922,230,0,0,774.474,-245.2,-43.22,4.53786,7200,7200,0,0,3293,0,0,0), + (47762,8896,230,0,0,853.433,-300.133,-50.1871,5.37561,7200,7200,0,0,2466,1923,0,0), + (47763,8896,230,0,0,867.158,-295.355,-49.8527,5.58505,7200,7200,0,0,2466,1923,0,0), + (47764,8896,230,0,0,855.435,-301.573,-50.0656,2.68781,7200,7200,0,0,2466,1923,0,0), + (47765,8913,230,0,0,866.252,-307.02,-49.8661,0.331613,7200,7200,0,0,4980,9300,0,0), + (47766,8913,230,0,0,868.4,-306.332,-49.8527,3.42085,7200,7200,0,0,4980,9300,0,0), + (47767,8914,230,0,0,868.993,-296.69,-49.8527,2.58309,7200,7200,0,0,5886,3964,0,0), + (47770,721,1,0,0,9711.35,1344.77,1319.96,0.880505,300,300,5,0,1,0,0,1), + (47771,9024,230,0,0,530.168,-243.93,-43.018,2.23402,43200,43200,0,0,8300,23250,0,0), + (47772,8913,230,0,0,530.708,-246.967,-43.018,2.09439,7200,7200,0,0,4980,9300,0,0), + (47773,8913,230,0,0,534.511,-244.984,-43.018,2.68781,7200,7200,0,0,4980,9300,0,0), + (47774,9041,230,0,0,823.387,-342.278,-50.1077,0.785398,43200,43200,0,0,8636,10815,0,0), + (47775,9042,230,0,0,821.706,-340.384,-50.1076,0.750492,43200,43200,0,0,10456,0,0,0), + (47776,721,1,0,0,9663.33,1401.8,1402.42,2.35831,300,300,5,0,1,0,0,1), + (47777,8908,230,0,0,1173.75,-187.816,-65.455,3.90863,7200,7200,0,0,11500,4234,0,2), + (47778,9156,230,0,0,1009.75,-239.017,-61.3038,2.30383,43200,43200,0,0,27840,0,0,0), + (47779,12944,230,0,0,912.52,-185.856,-43.6204,3.735,7200,7200,0,0,3857,0,0,0), + (47780,16079,230,0,0,590.631,-181.061,-53.9102,3.97935,7200,7200,0,0,42,0,0,0), + (47781,8895,230,0,0,734.28,158.037,-72.3178,0.244346,7200,7200,5,0,5886,3964,0,1), + (47782,8893,230,0,0,734.955,163.812,-72.2567,3.28122,7200,7200,0,0,7113,0,0,0), + (47783,8894,230,0,0,739.96,161.639,-72.322,3.28122,7200,7200,0,0,4980,9300,0,0), + (47784,8892,230,0,0,738.746,170.782,-72.1842,3.28122,7200,7200,5,0,6876,0,0,1), + (47785,8892,230,0,0,744.502,168.011,-72.1961,3.28122,7200,7200,0,0,6876,0,0,0), + (47786,8895,230,0,0,668.3,138.553,-73.2312,4.17134,7200,7200,0,0,5886,3964,0,0), + (47787,8893,230,0,0,665.705,140.585,-73.2315,4.18879,7200,7200,0,0,7113,0,0,0), + (47788,8893,230,0,0,671.007,137.07,-73.231,4.13643,7200,7200,0,0,7113,0,0,0), + (47789,8894,230,0,0,673.808,135.532,-73.2308,4.11898,7200,7200,0,0,4980,9300,0,0), + (47790,8894,230,0,0,663.061,142.184,-73.2318,4.20624,7200,7200,0,0,4980,9300,0,0), + (47791,8921,230,0,0,647.963,142.464,-73.8694,4.10217,7200,7200,5,0,2672,0,0,1), + (47792,8921,230,0,0,608.963,13.1572,-74.0233,2.76571,7200,7200,5,0,2672,0,0,1), + (47793,8910,230,0,0,698.705,-112.313,-71.5597,2.35222,7200,7200,0,0,5691,3846,0,2), + (47794,8921,230,0,0,637.966,-53.1863,-73.8695,6.06573,7200,7200,5,0,2672,0,0,1), + (47795,8910,230,0,0,543.279,31.168,-70.6287,5.95078,7200,7200,0,0,5691,3846,0,2), + (47796,8910,230,0,0,789.975,-147.427,-73.3867,2.58309,7200,7200,0,0,5691,3846,0,0), + (47797,8910,230,0,0,767.305,-173.728,-73.3501,2.16421,7200,7200,0,0,5691,3846,0,0), + (47798,8921,230,0,0,641.268,-54.6402,-73.7828,0.191986,7200,7200,0,0,2672,0,0,0), + (47799,8895,230,0,0,681.767,-64.1832,-72.5281,2.3911,7200,7200,0,0,5886,3964,0,0), + (47800,8893,230,0,0,680.664,-65.7233,-72.5145,2.36762,7200,7200,0,0,7113,0,0,0), + (47801,8894,230,0,0,683.131,-62.7205,-72.5312,2.25304,7200,7200,0,0,4980,9300,0,0), + (47802,8893,230,0,0,680.313,-67.5517,-72.4683,2.80691,7200,7200,0,0,7113,0,0,0), + (47803,8892,230,0,0,684.718,-60.6937,-72.545,2.3911,7200,7200,0,0,6876,0,0,0), + (47804,8912,230,0,0,374.112,-193.686,-70.8861,0.366519,7200,7200,0,0,5316,3614,0,0), + (47805,8890,230,0,0,408.814,-202.181,-65.4244,0.820305,7200,7200,0,0,6414,0,0,0), + (47806,8921,230,0,0,399.758,-118.348,-65.0811,2.58309,7200,7200,0,0,2672,0,0,0), + (47807,8912,230,0,0,431.149,-121.091,-65.3562,1.41372,7200,7200,0,0,5316,3614,0,0), + (47808,8921,230,0,0,376.838,-76.3056,-64.6609,1.36136,7200,7200,3,0,2672,0,0,1), + (47809,8921,230,0,0,407.217,-51.017,-63.8686,0.628253,7200,7200,3,0,2672,0,0,1), + (47810,8912,230,0,0,320.767,-210.933,-78.0466,5.14872,7200,7200,0,0,5316,3614,0,0), + (47811,8890,230,0,0,295.44,-115.542,-69.9608,4.15388,7200,7200,0,0,6414,0,0,0), + (47812,8921,230,0,0,365.441,-214.539,-73.1542,4.50295,7200,7200,0,0,2672,0,0,0), + (47813,8890,230,0,0,337.164,-196.97,-78.1487,2.25148,7200,7200,0,0,6414,0,0,0), + (47814,8892,230,0,0,648.02,-189.836,-75.6377,4.86947,7200,7200,0,0,6876,0,0,0), + (47815,8891,230,0,0,650.114,-224.158,-82.6135,5.3058,7200,7200,0,0,6645,0,0,0), + (47816,8891,230,0,0,634.132,-153.048,-70.7033,4.81711,7200,7200,0,0,6645,0,0,0), + (47817,8891,230,0,0,519.394,-241.991,-65.3693,1.97222,7200,7200,0,0,6645,0,0,0), + (47818,8892,230,0,0,588.94,-137.7,-68.5618,5.79449,7200,7200,0,0,6876,0,0,0), + (47819,8891,230,0,0,659.148,-150.016,-72.6521,5.51524,7200,7200,0,0,6645,0,0,0), + (47820,8892,230,0,0,589.265,-287.606,-82.5056,3.00197,7200,7200,0,0,6876,0,0,0), + (47821,8892,230,0,0,635.626,-156.738,-71.06,2.81399,7200,7200,5,0,6876,0,0,1), + (47822,8892,230,0,0,666.733,-198.565,-78.186,1.3439,7200,7200,0,0,6876,0,0,0), + (47823,8892,230,0,0,600.741,-263.019,-83.2753,0.20944,7200,7200,0,0,6876,0,0,0), + (47824,8890,230,0,0,493.624,-60.0595,-62.3808,0.750492,7200,7200,0,0,6414,0,0,0), + (47825,8890,230,0,0,504.334,-124.74,-62.2873,3.3539,7200,7200,5,0,6414,0,0,1), + (47826,8921,230,0,0,506.21,-126.368,-61.9919,3.60864,7200,7200,0,0,2672,0,0,0), + (47827,8921,230,0,0,507.096,-123.682,-61.9944,3.60864,7200,7200,0,0,2672,0,0,0), + (47828,8889,230,0,0,473.529,-88.3264,-62.8351,5.23599,7200,7200,0,0,6186,0,0,0), + (47829,8890,230,0,0,510.965,-123.116,-62.5922,1.90241,7200,7200,0,0,6414,0,0,0), + (47830,8921,230,0,0,519.55,-68.0224,-62.0111,2.3229,7200,7200,5,0,2672,0,0,1), + (47831,8921,230,0,0,520.168,-71.6099,-62.0318,2.20067,7200,7200,0,0,2672,0,0,0), + (47832,8921,230,0,0,522.995,-71.7041,-62.1196,2.16334,7200,7200,0,0,2672,0,0,0), + (47833,8892,230,0,0,630.753,-81.0635,-45.7456,1.22173,7200,7200,0,0,6876,0,0,0), + (47834,8892,230,0,0,558.759,-86.3946,-44.9377,1.93731,7200,7200,0,0,6876,0,0,0), + (47835,8892,230,0,0,634.336,-74.7301,-45.6399,4.03171,7200,7200,0,0,6876,0,0,0), + (47836,8909,230,0,0,614.934,-57.1995,-59.9881,2.23727,7200,7200,0,0,5316,3614,0,2), + (47837,8891,230,0,0,668.63,-142.33,-46.1504,4.15388,7200,7200,0,0,6645,0,0,0), + (47838,8892,230,0,0,691.71,-126.73,-46.3482,2.21657,7200,7200,0,0,6876,0,0,0), + (47839,8891,230,0,0,625.561,-52.1923,-59.9762,0.366519,7200,7200,0,0,6645,0,0,0), + (47840,8891,230,0,0,612.218,-99.9253,-45.8613,3.08923,7200,7200,0,0,6645,0,0,0), + (47841,8892,230,0,0,623.13,-120.324,-46.106,5.60251,7200,7200,0,0,6876,0,0,0), + (47842,8891,230,0,0,569.366,-100.759,-44.9377,6.0912,7200,7200,0,0,6645,0,0,0), + (47843,8899,230,0,0,682.865,-9.60982,-59.9754,2.56563,7200,7200,0,0,7599,0,0,0), + (47844,8911,230,0,0,692.248,-12.2783,-45.5771,4.60767,7200,7200,0,0,7599,0,0,0), + (47845,8911,230,0,0,715.954,31.2373,-45.3576,1.27409,7200,7200,0,0,7599,0,0,0), + (47846,8898,230,0,0,689.226,57.376,-45.3839,5.13127,7200,7200,0,0,6078,4082,0,0), + (47847,8899,230,0,0,732.85,-14.5486,-46.0667,0.401426,7200,7200,0,0,7599,0,0,0), + (47848,8898,230,0,0,694.733,-12.6555,-45.5882,4.93928,7200,7200,0,0,6078,4082,0,0), + (47849,8898,230,0,0,701.977,25.4987,-45.3759,4.69494,7200,7200,0,0,6078,4082,0,0), + (47850,8911,230,0,0,678.88,55.816,-59.9536,4.85202,7200,7200,0,0,7599,0,0,0), + (47851,721,1,0,0,10334.1,640.282,1328.54,3.36643,300,300,5,0,1,0,0,1), + (47852,721,1,0,0,10204.6,1610.72,1300.95,5.07667,300,300,5,0,1,0,0,1), + (47853,721,1,0,0,9753.66,1776.96,1301.64,4.91686,300,300,5,0,1,0,0,1), + (47854,721,1,0,0,9459.09,669.671,1271.39,1.91479,300,300,5,0,1,0,0,1), + (47855,721,1,0,0,10364.1,1853.79,1323.32,2.42511,300,300,5,0,1,0,0,1), + (47856,721,1,0,0,10289.2,1630.12,1296.85,0.26225,300,300,5,0,1,0,0,1), + (47857,721,1,0,0,10034.2,346.6,1317.77,1.28008,300,300,5,0,1,0,0,1), + (47858,721,1,0,0,9265.3,1226.51,1294.8,4.06232,300,300,5,0,1,0,0,1), + (47859,721,1,0,0,10636.1,1868.97,1317.24,2.54618,300,300,5,0,1,0,0,1), + (47860,721,1,0,0,9626.73,1356.11,1377.12,0.981181,300,300,5,0,1,0,0,1), + (47861,721,1,0,0,9265.5,1527.91,1288.89,5.83748,300,300,5,0,1,0,0,1), + (47862,721,1,0,0,9447.73,1689.54,1302.57,3.19052,300,300,5,0,1,0,0,1), + (47863,721,1,0,0,10344.7,1000.12,1334.75,1.25997,300,300,5,0,1,0,0,1), + (47864,721,1,0,0,9181.47,1444.38,1317.73,4.15603,300,300,5,0,1,0,0,1), + (47865,721,1,0,0,9178.74,1146.59,1316.43,0.436332,300,300,0,0,1,0,0,0), + (47866,721,1,0,0,9677.83,407.559,1320.78,5.08532,300,300,5,0,1,0,0,1), + (47867,721,1,0,0,10002.4,1727.5,1330.89,4.10055,300,300,5,0,1,0,0,1), + (47868,8899,230,0,0,762.155,-49.4341,-46.1504,1.91986,7200,7200,0,0,7599,0,0,0), + (47869,721,1,0,0,9661.57,1365.11,1385.97,1.95837,300,300,5,0,1,0,0,1), + (47870,721,1,0,0,10821.5,1701.12,1306.87,3.30153,300,300,5,0,1,0,0,1), + (47871,1813,0,0,0,2396.68,-2248.28,50.5932,4.22288,315,315,3,0,3601,0,0,1), + (47872,1806,0,0,0,2277.07,-2412.02,65.4476,2.19758,315,315,5,0,3293,0,0,1), + (47873,1806,0,0,0,2266.89,-2348.47,60.7635,6.17362,315,315,3,0,3293,0,0,1), + (47874,1812,0,0,0,2327.84,-2214.87,49.2919,3.24835,315,315,3,0,3529,0,0,1), + (47876,721,1,0,0,10562.4,578.88,1339.96,3.24333,300,300,5,0,1,0,0,1), + (47877,8899,230,0,0,737.059,-16.7554,-46.1504,1.8675,7200,7200,0,0,7599,0,0,0), + (47878,8902,230,0,0,902.036,-233.051,-49.8527,4.74729,7200,7200,0,0,2026,2041,0,0), + (47879,721,1,0,0,9434.01,536.535,1323.09,2.26372,300,300,5,0,1,0,0,1), + (47880,721,1,0,0,10411,1030.3,1333.32,4.54869,300,300,5,0,1,0,0,1), + (47881,8902,230,0,0,901.834,-227.637,-50.0352,5.44543,7200,7200,0,0,2026,2041,0,0), + (47882,8902,230,0,0,905.382,-230.302,-49.8965,2.67035,7200,7200,0,0,2026,2041,0,0), + (47883,721,1,0,0,10686.3,687.986,1331.57,6.01231,300,300,5,0,1,0,0,1), + (47885,1808,0,0,0,2314.13,-2226.33,50.645,3.59931,315,315,3,0,3529,0,0,2), + (47886,1813,0,0,0,2328.74,-2233.44,49.213,6.02887,315,315,3,0,3601,0,0,1), + (47887,1812,0,0,0,2291.06,-2269.86,61.7794,4.74611,315,315,3,0,3529,0,0,1), + (47888,1808,0,0,0,2293.84,-2240.85,56.9244,4.17134,315,315,3,0,3529,0,0,2), + (47889,1833,0,0,0,2326.57,-1870.59,92.2079,2.58309,315,315,0,0,3293,0,0,0), + (47890,4493,0,0,0,2390.97,-1943.49,112.713,0.866302,315,315,0,0,3644,0,0,0), + (47891,1884,0,0,0,2421.48,-1646.7,103.789,2.39822,315,315,5,0,3420,0,0,1), + (47892,1827,0,0,0,2910.23,-1611.37,149.748,2.75762,315,315,0,0,7842,0,0,0), + (47900,721,1,0,0,10420,520.928,1332.64,5.22041,300,300,5,0,1,0,0,1), + (47902,721,1,0,0,9511.79,1733.45,1293.18,0.980404,300,300,5,0,1,0,0,1), + (47903,721,1,0,0,9554.2,468.955,1326.66,0.395791,300,300,5,0,1,0,0,1), + (47904,721,1,0,0,9662.9,846.748,1272.76,5.68899,300,300,5,0,1,0,0,1), + (47905,721,1,0,0,10726.8,781.971,1329.03,2.66168,300,300,5,0,1,0,0,1), + (47906,721,1,0,0,9766.15,346.354,1320.56,2.29517,300,300,5,0,1,0,0,1), + (47907,721,1,0,0,10513.7,779.271,1316.56,0.307046,300,300,5,0,1,0,0,1), + (47908,721,1,0,0,9808.06,1311.73,1309.07,0.388149,300,300,5,0,1,0,0,1), + (47909,721,1,0,0,10344.1,710.356,1326.82,2.94803,300,300,5,0,1,0,0,1), + (47910,721,1,0,0,9742.37,1218.44,1281.11,5.62241,300,300,5,0,1,0,0,1), + (47911,721,1,0,0,10514,942.307,1316.23,1.89424,300,300,5,0,1,0,0,1), + (47912,2001,1,0,0,10849.6,1716.69,1311.1,1.8226,300,300,5,0,198,260,0,1), + (47913,721,1,0,0,9663.3,998.257,1290.36,1.70317,300,300,5,0,1,0,0,1), + (47914,2001,1,0,0,10969.4,1770.16,1315.86,2.89693,300,300,5,0,198,260,0,1), + (47915,721,1,0,0,10264.4,790.836,1346.24,2.39375,300,300,5,0,1,0,0,1), + (47916,721,1,0,0,9721.99,980.546,1294.88,2.08769,300,300,5,0,1,0,0,1), + (47917,721,1,0,0,9764.39,1002,1298.72,4.62997,300,300,5,0,1,0,0,1), + (47918,2001,1,0,0,10883.9,1878.19,1335.14,5.71268,300,300,5,0,198,260,0,1), + (47919,721,1,0,0,10109.9,398.309,1325.66,0.904319,300,300,5,0,1,0,0,1), + (47920,721,1,0,0,9897.65,1885.72,1322.7,3.11562,300,300,5,0,1,0,0,1), + (47921,721,1,0,0,10409.8,818.604,1318.91,1.50101,300,300,5,0,1,0,0,1), + (47922,721,1,0,0,10711.6,890.249,1326.36,3.99986,300,300,5,0,1,0,0,1), + (47923,721,1,0,0,9741.09,1220.41,1281.11,1.414,300,300,5,0,1,0,0,1), + (47924,721,1,0,0,9782.37,1168.63,1282.89,4.76475,300,300,0,0,1,0,0,0), + (47925,721,1,0,0,10477.3,693.456,1320.71,5.80931,300,300,0,0,1,0,0,0), + (47926,721,1,0,0,10268.2,848.481,1341.46,0.77424,300,300,5,0,1,0,0,1), + (47927,721,1,0,0,9720.13,980.814,1294.58,6.28128,300,300,5,0,1,0,0,1), + (47928,721,1,0,0,10347.8,822.196,1325.76,2.00451,300,300,5,0,1,0,0,1), + (47929,721,1,0,0,9661.4,846.723,1271.26,3.50931,300,300,5,0,1,0,0,1), + (47931,721,1,0,0,9747.35,880.639,1295.58,2.01261,300,300,5,0,1,0,0,1), + (47932,721,1,0,0,9765.81,1003.75,1298.72,5.04843,300,300,5,0,1,0,0,1), + (47933,721,1,0,0,10020.3,434.576,1314.25,2.17001,300,300,5,0,1,0,0,1), + (47934,721,1,0,0,9780.04,1167.73,1282.03,3.51969,300,300,5,0,1,0,0,1), + (47935,721,1,0,0,9740.63,1219.79,1281.11,1.64809,300,300,5,0,1,0,0,1), + (47936,721,1,0,0,9798.89,839.381,1303.21,0.89781,300,300,5,0,1,0,0,1), + (47937,721,1,0,0,9943.05,735.944,1319.58,5.06533,300,300,5,0,1,0,0,1), + (47938,721,1,0,0,10476.6,693.728,1320.58,6.02853,300,300,5,0,1,0,0,1), + (47939,2002,1,0,0,10084.9,1081.39,1327.59,3.87463,300,300,0,0,98,115,0,0), + (47940,2002,1,0,0,10090.8,1118.69,1326.09,3.06368,300,300,5,0,98,115,0,1), + (47941,2002,1,0,0,10064.5,1120.68,1324.85,3.30864,300,300,5,0,98,115,0,1), + (47942,2002,1,0,0,10175.1,1107.41,1331.61,5.31748,300,300,5,0,98,115,0,1), + (47943,1883,0,0,0,3021.46,-1513.28,146.382,5.79449,315,315,0,0,3529,0,0,0), + (47944,1883,0,0,0,2873.57,-1555.76,145.84,3.1264,315,315,0,0,3529,0,0,0), + (47945,1834,0,0,0,2803.82,-1439.32,145.873,1.82428,315,315,3,0,6273,2117,0,1), + (47946,2002,1,0,0,10174.7,1086.13,1329.95,0.111391,300,300,5,0,98,115,0,1), + (47947,2002,1,0,0,10166.6,1085.47,1329.92,3.83972,300,300,0,0,98,115,0,0), + (47948,8900,230,0,0,898.066,-235.703,-49.8527,1.53589,7200,7200,0,0,2305,4896,0,0), + (47949,2002,1,0,0,10107.1,1074.42,1327.16,4.46153,300,300,5,0,98,115,0,1), + (47950,8911,230,0,0,898.096,-232.077,-49.8527,4.76475,7200,7200,0,0,7599,0,0,0), + (47951,8911,230,0,0,902.047,-238.54,-49.8527,1.5708,7200,7200,0,0,7599,0,0,0), + (47952,8911,230,0,0,886.74,-327.905,-116.12,5.21696,7200,7200,5,0,7599,0,0,1), + (47953,2002,1,0,0,10134.3,1086.39,1327.63,0.180877,300,300,5,0,98,115,0,1), + (47954,2003,1,0,0,10095.2,1088.31,1327.69,4.25328,300,300,5,0,98,115,0,1), + (47955,2003,1,0,0,10104.6,1117.46,1324.12,3.22801,300,300,5,0,98,115,0,1), + (47956,2003,1,0,0,10124,1115.91,1322.82,5.6648,300,300,5,0,98,115,0,1), + (47957,2003,1,0,0,10084,1119.23,1326.43,5.85183,300,300,5,0,98,115,0,1), + (47958,2003,1,0,0,10074.9,1094.94,1327.67,5.14596,300,300,5,0,98,115,0,1), + (47959,2003,1,0,0,10108.3,1101.98,1323.4,3.4153,300,300,5,0,98,115,0,1), + (47960,2003,1,0,0,10094.5,1063.06,1325.87,2.42165,300,300,5,0,98,115,0,1), + (47961,2003,1,0,0,10087.2,1028.69,1327.95,3.64579,300,300,5,0,98,115,0,1), + (47962,2003,1,0,0,10045.3,1034.42,1329.71,3.4901,300,300,5,0,98,115,0,1), + (47963,2003,1,0,0,10070.5,1040.39,1328.03,2.76407,300,300,5,0,98,115,0,1), + (47964,2004,1,0,0,10127.5,1147.32,1314.08,1.24214,300,300,5,0,120,0,0,1), + (47965,2004,1,0,0,10099.1,1206.56,1312.45,1.22901,300,300,5,0,120,0,0,1), + (47966,2004,1,0,0,10157.8,1114.41,1331.51,2.89725,300,300,0,0,120,0,0,0), + (47967,2004,1,0,0,10140.9,1136.49,1333.49,1.94487,300,300,5,0,120,0,0,1), + (47968,2004,1,0,0,10171,1180.35,1329.8,5.49779,300,300,0,0,120,0,0,0), + (47969,2004,1,0,0,10133.4,1184.51,1323.54,6.25396,300,300,5,0,120,0,0,1), + (47970,2004,1,0,0,10134.7,1197.33,1323.64,2.83357,300,300,5,0,120,0,0,1), + (47971,2004,1,0,0,10133.3,1128.03,1336.38,5.47534,300,300,5,0,120,0,0,1), + (47972,2005,1,0,0,10118.5,1177.87,1314.95,5.61911,300,300,5,0,137,0,0,1), + (47973,2005,1,0,0,10078.7,1185.3,1316.05,1.81514,300,300,0,0,137,0,0,0), + (47974,10608,0,0,0,2950.41,-1596.89,184.632,0.10472,315,315,0,0,6863,10026,0,0), + (47975,1834,0,0,0,2968.51,-1604.53,154.826,3.35103,315,315,0,0,6273,2117,0,0), + (47976,1834,0,0,0,2897.55,-1432.65,147.598,1.95477,315,315,0,0,6273,2117,0,0), + (47977,1883,0,0,0,3094.05,-1539.85,150.445,1.7407,315,315,3,0,3529,0,0,1), + (47978,1827,0,0,0,2973.92,-1390.42,176.129,2.44346,315,315,0,0,7842,0,0,0), + (47979,1883,0,0,0,3058,-1544.24,149.79,2.47837,315,315,0,0,3529,0,0,0), + (47980,2110,0,0,0,1365.2,-1616.56,58.0897,0.390078,315,315,10,0,1,0,0,1), + (47981,2110,0,0,0,2063.39,-1723.13,62.165,0.176715,315,315,10,0,1,0,0,1), + (47982,10779,0,0,0,2469.56,-1953.81,108.96,4.16626,315,315,10,0,42,0,0,1), + (47983,10779,0,0,0,1799.39,-1720.61,59.5549,4.60391,315,315,10,0,42,0,0,1), + (47984,4076,0,0,0,2612.24,-1936.14,81.6123,4.59288,315,315,10,0,8,0,0,1), + (47985,10780,0,0,0,2535.32,-1925.44,95.1636,5.17691,315,315,5,0,20,0,0,1), + (47986,10779,0,0,0,1097.74,-1258.45,62.2299,3.70894,315,315,10,0,42,0,0,1), + (47987,10780,0,0,0,1788.79,-1361.35,63.5684,4.98104,315,315,5,0,20,0,0,1), + (47988,2110,0,0,0,1298.83,-1227.64,63.2791,2.29054,315,315,10,0,1,0,0,1), + (47989,4076,0,0,0,2229.74,-1805.94,67.3421,3.763,315,315,10,0,8,0,0,1), + (47990,1789,0,0,0,1220.4,-1449.58,64.8208,4.37489,315,315,5,0,2823,2117,0,1), + (47991,1794,0,0,0,1545.84,-1552.33,64.3046,1.42487,315,315,10,0,2634,2041,0,1), + (47992,1795,0,0,0,1463.56,-1343.76,62.2752,1.99205,315,315,5,0,2823,2117,0,1), + (47993,1794,0,0,0,1344.3,-1213.78,73.961,1.37814,315,315,0,0,2634,2041,0,0), + (47994,1789,0,0,0,1411.56,-1384.74,54.3753,1.0113,315,315,10,0,2823,2117,0,1), + (47995,8911,230,0,0,1009.73,-235.89,-104.863,0.180177,7200,7200,5,0,7599,0,0,1), + (47996,8911,230,0,0,1209.99,-442.035,-102.026,1.85005,7200,7200,0,0,7599,0,0,0), + (47997,8911,230,0,0,1118.19,-358.505,-120.342,2.67035,7200,7200,0,0,7599,0,0,0), + (47998,1794,0,0,0,1351.56,-1648.44,61.2657,4.45631,315,315,10,0,2634,2041,0,1), + (47999,1794,0,0,0,1415.76,-1649.27,67.9841,5.19543,315,315,10,0,2634,2041,0,1), + (48000,1787,0,0,0,1484.94,-1312.79,74.1114,2.12641,315,315,5,0,3293,0,0,1), + (48001,1787,0,0,0,1332.77,-1589.15,60.9033,3.59781,315,315,0,0,3293,0,0,0), + (48002,1815,0,0,0,1579.51,-1258.95,60.1175,4.54082,315,315,10,0,3438,0,0,1), + (48003,1815,0,0,0,1543.43,-1020.91,71.6429,4.56706,315,315,10,0,3438,0,0,1), + (48004,1822,0,0,0,1668.44,-835.897,65.2679,0.69196,315,315,10,0,2880,0,0,1), + (48005,1815,0,0,0,1784.95,-918.256,70.5084,6.14599,315,315,10,0,3438,0,0,1), + (48023,2005,1,0,0,10097.8,1155.89,1314.94,0.860277,300,300,5,0,137,0,0,1), + (48024,2005,1,0,0,10114.2,1166.39,1313.71,3.46376,300,300,5,0,137,0,0,1), + (48025,2005,1,0,0,10110.4,1156.79,1313.28,0.698132,300,300,0,0,137,0,0,0), + (48026,2005,1,0,0,10084.4,1193.98,1316.19,3.52763,300,300,5,0,137,0,0,1), + (48027,2005,1,0,0,10062.3,1161.59,1319.38,2.81534,300,300,5,0,137,0,0,1), + (48028,2005,1,0,0,10115.3,1202.7,1311.53,0.96354,300,300,5,0,137,0,0,1), + (48029,2005,1,0,0,10184.2,1163.88,1328.24,1.39832,300,300,5,0,137,0,0,1), + (48030,2005,1,0,0,10173.4,1189.98,1329,4.76475,300,300,0,0,137,0,0,0), + (48031,2005,1,0,0,10152.7,1133.56,1331.09,0.9075,300,300,5,0,137,0,0,1), + (48032,2006,1,0,0,9681.67,418.418,1317.92,0.291353,300,300,5,0,102,0,0,1), + (48033,2006,1,0,0,9664.92,464.451,1310.19,0.27957,300,300,5,0,102,0,0,1), + (48034,7309,70,0,0,89.4681,245.446,-52.1213,1.06465,7200,7200,0,0,446,0,0,0), + (48035,2006,1,0,0,9656.18,485.537,1309.6,4.43711,300,300,5,0,102,0,0,1), + (48036,1822,0,0,0,1577.18,-922.547,66.313,4.46077,315,315,10,0,2880,0,0,1), + (48037,8911,230,0,0,1150.9,-323.904,-105.601,0.855211,7200,7200,3,0,7599,0,0,1), + (48039,8911,230,0,0,851.683,-281.675,-116.122,5.61394,7200,7200,5,0,7599,0,0,1), + (48040,8911,230,0,0,1012.17,-239.351,-104.863,2.11793,7200,7200,5,0,7599,0,0,1), + (48041,2006,1,0,0,9663.65,505.591,1308.12,2.54616,300,300,5,0,102,0,0,1), + (48042,2006,1,0,0,9782.75,419.911,1304.19,1.998,300,300,5,0,102,0,0,1), + (48043,2006,1,0,0,9848.3,348.344,1311.76,5.86766,300,300,5,0,102,0,0,1), + (48044,2006,1,0,0,9856.84,309.629,1321.52,2.42566,300,300,5,0,102,0,0,1), + (48045,2006,1,0,0,9875.93,482.709,1303.97,2.75505,300,300,5,0,102,0,0,1), + (48046,2006,1,0,0,9879.91,518.953,1304.47,2.69301,300,300,5,0,102,0,0,1), + (48047,2006,1,0,0,9645.2,420.071,1324.41,1.49623,300,300,5,0,102,0,0,1), + (48048,2007,1,0,0,9606.41,491.603,1323.81,5.04867,300,300,5,0,102,0,0,1), + (48049,2007,1,0,0,9666.96,458.167,1309.86,1.11701,300,300,0,0,102,0,0,0), + (48050,2007,1,0,0,9656.91,521.322,1307.75,4.74945,300,300,5,0,102,0,0,1), + (48051,2007,1,0,0,9781.55,450.743,1306.62,5.93425,300,300,5,0,102,0,0,1), + (48052,2007,1,0,0,9950.84,382.575,1306.8,0.281493,300,300,5,0,102,0,0,1), + (48053,2007,1,0,0,9685.85,480.909,1306.09,2.09674,300,300,5,0,102,0,0,1), + (48054,2007,1,0,0,9739.68,487.031,1308.57,0.814416,300,300,0,0,102,0,0,0), + (48055,2007,1,0,0,9777.34,384.361,1314.53,2.66277,300,300,5,0,102,0,0,1), + (48056,2007,1,0,0,9825.18,479.391,1303.39,5.02658,300,300,5,0,102,0,0,1), + (48057,2007,1,0,0,9650.45,463.484,1312.57,4.20522,300,300,5,0,102,0,0,1), + (48058,2007,1,0,0,9852.87,489.942,1303.6,1.61081,300,300,5,0,102,0,0,1), + (48059,2007,1,0,0,9916.51,412.47,1305.24,0.354916,300,300,5,0,102,0,0,1), + (48060,2007,1,0,0,9824.75,390.097,1308.65,6.27128,300,300,5,0,102,0,0,1), + (48061,2008,1,0,0,10053.9,226.025,1329.09,3.94239,300,300,5,0,120,0,0,1), + (48062,2008,1,0,0,10039.5,286.132,1323.79,4.01772,300,300,5,0,120,0,0,1), + (48063,2008,1,0,0,10043.4,242.005,1327.12,4.61991,300,300,5,0,120,0,0,1), + (48064,2008,1,0,0,10029.6,236.761,1327.2,1.66415,300,300,5,0,120,0,0,1), + (48065,2008,1,0,0,10001.5,264.255,1325.55,4.00886,300,300,5,0,120,0,0,1), + (48066,2008,1,0,0,9629.64,472.002,1312.95,6.12611,300,300,0,0,120,0,0,0), + (48067,2008,1,0,0,9670.93,461.432,1309.83,3.38594,300,300,0,0,120,0,0,0), + (48068,2008,1,0,0,9635.06,474.252,1312.63,4.03171,300,300,0,0,120,0,0,0), + (48069,2008,1,0,0,9804.82,404.503,1307.79,0.264008,300,300,5,0,120,0,0,1), + (48070,2008,1,0,0,9578.96,1284.63,1297.25,2.887,300,300,5,0,120,0,0,1), + (48071,2008,1,0,0,9519.56,1281.89,1299.16,1.57617,300,300,5,0,120,0,0,1), + (48072,2008,1,0,0,9604.1,1269.65,1287.34,3.41722,300,300,5,0,120,0,0,1), + (48073,2008,1,0,0,9585.77,1253.09,1286.96,0.438774,300,300,5,0,120,0,0,1), + (48074,2008,1,0,0,9565.31,1265.65,1293.67,0.381825,300,300,5,0,120,0,0,1), + (48075,2008,1,0,0,9725.67,1221.51,1278.88,5.25196,300,300,5,0,120,0,0,1), + (48076,2008,1,0,0,9723.47,1253.85,1289.07,6.01935,300,300,5,0,120,0,0,1), + (48077,2008,1,0,0,9633.64,467.603,1312.85,4.06215,300,300,5,0,120,0,0,1), + (48078,2008,1,0,0,9808.06,456.356,1305.05,3.05102,300,300,5,0,120,0,0,1), + (48079,2008,1,0,0,9748.39,1280,1300.28,2.81973,300,300,5,0,120,0,0,1), + (48080,2008,1,0,0,9752.77,1250.04,1289.05,0.097822,300,300,5,0,120,0,0,1), + (48081,2008,1,0,0,10027,319.662,1321.21,0.794537,300,300,5,0,120,0,0,1), + (48082,2008,1,0,0,9790.03,360.31,1309.82,0.081508,300,300,5,0,120,0,0,1), + (48083,2008,1,0,0,10046.6,354.325,1318.39,2.85106,300,300,5,0,120,0,0,1), + (48084,2008,1,0,0,10049.8,336.364,1323.64,2.19445,300,300,5,0,120,0,0,1), + (48085,2008,1,0,0,9884.27,459.767,1302.46,1.97388,300,300,5,0,120,0,0,1), + (48086,2008,1,0,0,9888.83,430.142,1304.99,0.329859,300,300,5,0,120,0,0,1), + (48087,2008,1,0,0,9841.84,438.603,1307.79,5.5188,300,300,5,0,120,0,0,1), + (48088,2008,1,0,0,9829.32,436.897,1307.79,3.29365,300,300,5,0,120,0,0,1), + (48089,2008,1,0,0,9876.89,400.695,1307.49,4.06556,300,300,5,0,120,0,0,1), + (48090,8911,230,0,0,1139.25,-241.24,-116.368,1.4164,7200,7200,5,0,7599,0,0,2), + (48091,8911,230,0,0,1165.08,-327.249,-104.616,4.61086,7200,7200,3,0,7599,0,0,1), + (48092,9547,230,0,0,877.047,-200.616,-43.6204,4.85932,7200,7200,0,0,1443,4140,0,0), + (48093,9547,230,0,0,870.104,-167.366,-49.6738,5.38127,7200,7200,0,0,1443,4140,0,0), + (48094,9545,230,0,0,858.437,-196.42,-43.6204,4.80094,7200,7200,0,0,2062,0,0,0), + (48095,1815,0,0,0,1545.83,-1082.58,72.7679,2.22426,315,315,10,0,3438,0,0,1), + (48096,1822,0,0,0,1716.71,-1057.25,72.4111,5.87765,315,315,10,0,2880,0,0,1), + (48097,1815,0,0,0,1681.67,-1080.68,65.9985,1.90305,315,315,10,0,3438,0,0,1), + (48098,1822,0,0,0,1741.85,-863.966,63.7472,2.05978,315,315,10,0,2880,0,0,1), + (48099,1815,0,0,0,1569.45,-1276.35,63.949,0.322059,315,315,10,0,3438,0,0,1), + (48100,1816,0,0,0,1834.31,-2039.4,75.1438,0.207997,315,315,5,0,3921,0,0,1), + (48101,1816,0,0,0,1836.49,-2453.09,62.4055,1.69903,315,315,10,0,3921,0,0,1), + (48102,1816,0,0,0,1999.11,-2354.85,61.6609,5.7684,315,315,10,0,3921,0,0,1), + (48103,1816,0,0,0,1887.08,-2120.78,69.8986,2.40117,315,315,10,0,3921,0,0,1), + (48104,1816,0,0,0,1880.96,-2244.53,62.0652,2.98723,315,315,10,0,3921,0,0,1), + (48105,1824,0,0,0,1831.78,-2197.49,63.6852,2.43148,315,315,10,0,3293,0,0,1), + (48106,1824,0,0,0,1945.5,-1982.97,87.4675,1.9779,315,315,5,0,3293,0,0,1), + (48119,1816,0,0,0,1936.4,-2286.12,60.4859,4.7177,315,315,10,0,3921,0,0,1), + (48120,1816,0,0,0,1780.73,-2483.22,67.0962,3.57946,315,315,3,0,3921,0,0,1), + (48121,1816,0,0,0,1846.49,-2379.33,65.144,0.894289,315,315,10,0,3921,0,0,1), + (48122,1821,0,0,0,2016.46,-1585.8,60.7909,5.84974,315,315,10,0,3082,0,0,1), + (48123,1817,0,0,0,2283.62,-1718.34,96.4451,5.81299,315,315,10,0,3189,0,0,1), + (48124,1821,0,0,0,2183.59,-1619.42,74.8749,4.29506,315,315,10,0,3082,0,0,1), + (48125,1817,0,0,0,2585.82,-1652.69,80.0716,5.30034,315,315,3,0,3189,0,0,1), + (48126,1817,0,0,0,1981.08,-1614.91,60.2598,2.4522,315,315,10,0,3189,0,0,1), + (48127,1817,0,0,0,2516.21,-1586.25,105.376,5.1437,315,315,5,0,3189,0,0,1), + (48128,1817,0,0,0,2021.17,-1747.39,64.0588,0.598003,315,315,10,0,3189,0,0,1), + (48129,1817,0,0,0,2585.37,-1717.98,73.8188,1.28311,315,315,5,0,3189,0,0,1), + (48130,1817,0,0,0,2618.07,-1679.99,82.7831,1.61374,315,315,5,0,3189,0,0,1), + (48131,1821,0,0,0,2216.53,-1649.3,82.9269,2.32511,315,315,10,0,3082,0,0,1), + (48132,1783,0,0,0,1805.12,-1259.95,61.8152,4.92458,315,315,5,0,2880,0,0,1), + (48133,1791,0,0,0,1819.45,-1172.29,60.6524,5.44747,315,315,5,0,2880,0,0,1), + (48134,1783,0,0,0,1689.83,-1133.44,62.9822,3.91551,315,315,10,0,2880,0,0,1), + (48135,1791,0,0,0,1802.71,-1223.96,65.1039,2.8793,315,315,5,0,2880,0,0,1), + (48136,1784,0,0,0,1789.06,-1246.67,59.8019,1.97868,315,315,5,0,2384,1864,0,1), + (48137,1783,0,0,0,1786.7,-1191.62,59.901,5.8712,315,315,10,0,2880,0,0,1), + (48138,1784,0,0,0,1719.26,-1239.61,60.05,1.97318,315,315,5,0,2384,1864,0,1), + (48139,1784,0,0,0,1802.59,-1206.49,59.6568,0,315,315,10,0,2384,1864,0,1), + (48140,1783,0,0,0,1745.69,-1198.49,59.6755,1.7194,315,315,5,0,2880,0,0,1), + (48141,1783,0,0,0,1814.89,-1232.29,60.6663,5.37911,315,315,5,0,2880,0,0,1), + (48142,1804,0,0,0,1697.11,-2235.64,59.354,4.45487,315,315,10,0,3643,0,0,1), + (48143,4472,0,0,0,1728.39,-2325.61,59.6233,2.667,315,315,5,0,3006,2241,0,1), + (48144,1804,0,0,0,1643.24,-2282.31,58.9941,0.813526,315,315,10,0,3643,0,0,1), + (48150,1802,0,0,0,1712.81,-2364.28,60.6462,4.60767,315,315,0,0,3644,0,0,0), + (48152,9545,230,0,0,866.51,-142.174,-49.6736,3.18714,7200,7200,0,0,2062,0,0,0), + (48153,9554,230,0,0,826.493,-176.204,-49.6699,2.19405,7200,7200,0,0,6186,0,0,0), + (48154,4472,0,0,0,1611.42,-2282.04,60.2441,3.24991,315,315,3,0,3006,2241,0,1), + (48155,1802,0,0,0,1678.25,-2265.81,59.8691,4.54579,315,315,3,0,3644,0,0,1), + (48156,4472,0,0,0,1694.2,-2255.49,59.1191,0.727167,315,315,3,0,3006,2241,0,1), + (48157,2008,1,0,0,9896.81,382.507,1309.68,3.18585,300,300,5,0,120,0,0,1), + (48158,1804,0,0,0,1741.81,-2351.25,60.0482,1.78576,315,315,5,0,3643,0,0,1), + (48159,1802,0,0,0,1657.83,-2259.66,58.9941,6.19775,315,315,5,0,3644,0,0,1), + (48163,2008,1,0,0,9854.61,464.205,1306.06,1.4162,300,300,5,0,120,0,0,1), + (48164,2008,1,0,0,9817.79,432.526,1317.18,3.42053,300,300,5,0,120,0,0,1), + (48168,9545,230,0,0,884.002,-209.763,-42.7176,0.521002,7200,7200,0,0,2062,0,0,0), + (48169,9547,230,0,0,875.471,-161.67,-49.6744,6.03025,7200,7200,0,0,1443,4140,0,0), + (48170,9554,230,0,0,874.506,-210.514,-43.6204,3.2657,7200,7200,0,0,6186,0,0,0), + (48171,9547,230,0,0,872.532,-137.667,-49.6753,4.36103,7200,7200,0,0,1443,4140,0,0), + (48172,9545,230,0,0,891.181,-202.894,-43.6204,3.79794,7200,7200,0,0,2062,0,0,0), + (48173,8901,230,0,0,1381.23,-432.56,-94.6746,1.51663,60,60,5,0,760,0,0,1), + (48174,8901,230,0,0,1381.96,-434.549,-94.6746,1.51698,60,60,5,0,760,0,0,1), + (48175,2008,1,0,0,9856.04,422.91,1306.63,4.74771,300,300,5,0,120,0,0,1), + (48176,1802,0,0,0,1731.9,-2281.86,59.1191,5.85146,315,315,5,0,3644,0,0,1), + (48177,4474,0,0,0,1941.92,-1625.37,61.5619,1.68753,315,315,5,0,3189,0,0,1), + (48178,4475,0,0,0,1936.24,-1551.4,60.6054,3.13748,315,315,5,0,3082,0,0,1), + (48179,4474,0,0,0,1817.75,-1519.92,59.4434,2.28422,315,315,10,0,3189,0,0,1), + (48180,1785,0,0,0,1889.53,-1584.79,59.2943,5.32325,315,315,0,0,3082,0,0,0), + (48181,4475,0,0,0,1752.55,-1564.34,62.3886,1.98835,315,315,5,0,3082,0,0,1), + (48182,4475,0,0,0,1791.35,-1528.32,59.5981,4.81828,315,315,5,0,3082,0,0,1), + (48183,1785,0,0,0,1938.63,-1620.33,61.0606,3.77909,315,315,5,0,3082,0,0,1), + (48184,4474,0,0,0,1883.02,-1508.76,60.0076,1.96897,315,315,5,0,3189,0,0,1), + (48185,2008,1,0,0,9815.32,352.438,1308.46,1.92755,300,300,5,0,120,0,0,1), + (48186,4474,0,0,0,1794.79,-1509.38,60.2231,5.63137,315,315,5,0,3189,0,0,1), + (48187,1785,0,0,0,1948.58,-1565.93,60.8554,4.68779,315,315,5,0,3082,0,0,1), + (48188,1836,0,0,0,2937.88,-1384.28,167.421,5.13127,660,660,0,0,8097,0,0,0), + (48189,1883,0,0,0,2869.02,-1480.94,146.496,5.04865,315,315,0,0,3529,0,0,0), + (48190,1836,0,0,0,2951.89,-1389.69,167.421,3.40339,660,660,0,0,8097,0,0,0), + (48192,1883,0,0,0,2998.66,-1512.92,146.003,5.2709,315,315,0,0,3529,0,0,0), + (48193,1883,0,0,0,2891.47,-1557.55,147.236,5.30962,315,315,0,0,3529,0,0,0), + (48196,1883,0,0,0,2978.94,-1484.09,147.126,1.20428,315,315,0,0,3529,0,0,0), + (48197,2009,1,0,0,9557.89,1910.5,1323.07,0.08959,300,300,5,0,131,138,0,1), + (48199,2009,1,0,0,9584.84,1883.77,1311.63,0.942239,300,300,5,0,131,138,0,1), + (48200,2009,1,0,0,9564.52,1291.91,1301.1,5.1875,300,300,5,0,131,138,0,1), + (48201,2009,1,0,0,9570.06,1300.03,1300.67,3.83972,300,300,0,0,131,138,0,0), + (48202,2009,1,0,0,9544.75,1306.46,1304.3,2.23645,300,300,5,0,131,138,0,1), + (48203,8901,230,0,0,1379.43,-435.989,-94.6746,1.654,60,60,5,0,760,0,0,1), + (48204,14447,0,0,0,-10605.4,-4421.91,-11.1307,4.65452,72000,72000,0,0,2059,0,0,2), + (48205,1834,0,0,0,2981.87,-1421.38,146.276,2.98451,315,315,0,0,6273,2117,0,0), + (48206,1834,0,0,0,2987.24,-1452.73,146.515,3.70178,315,315,0,0,6273,2117,0,0), + (48207,2009,1,0,0,9235.6,921.178,1321.61,0.676521,300,300,5,0,131,138,0,1), + (48208,2009,1,0,0,9253.15,901.938,1322.26,0.631944,300,300,5,0,131,138,0,1), + (48209,8901,230,0,0,1383.58,-433.686,-94.6746,1.52719,60,60,5,0,760,0,0,1), + (48210,2009,1,0,0,9285.57,919.102,1312.77,0.732626,300,300,5,0,131,138,0,1), + (48211,2009,1,0,0,9209.92,935.889,1324.81,0.945267,300,300,5,0,131,138,0,1), + (48212,2009,1,0,0,9182.35,1318.18,1317.48,1.82767,300,300,5,0,131,138,0,1), + (48213,2009,1,0,0,9196.84,1376.74,1314.09,2.85211,300,300,5,0,131,138,0,1), + (48214,2009,1,0,0,9185.88,1430.13,1313.17,0.20944,300,300,0,0,131,138,0,0), + (48215,2009,1,0,0,9158.33,1338.28,1322.25,1.65806,300,300,0,0,131,138,0,0), + (48216,2009,1,0,0,9206.38,1453.43,1311.44,0.307656,300,300,5,0,131,138,0,1), + (48217,8665,1,0,0,9914.39,2201.35,1328.04,5.8294,300,300,0,0,1605,0,0,0), + (48218,1836,0,0,0,2924.85,-1385.33,160.842,2.68328,660,660,5,0,8097,0,0,2), + (48219,1827,0,0,0,2910.7,-1397.42,152.103,5.81195,315,315,0,0,7842,0,0,0), + (48220,2110,0,0,0,1458.27,-1872.7,58.8036,5.72223,315,315,10,0,1,0,0,1), + (48221,4076,0,0,0,2693.92,-1766.25,105.89,6.21337,315,315,0,0,8,0,0,0), + (48222,831,0,0,0,-9962.93,1910.38,3.09284,5.98104,300,300,5,0,328,0,0,1), + (48223,831,0,0,0,-9908.38,1862.75,3.65372,2.9104,300,300,10,0,328,0,0,1), + (48224,1216,0,0,0,-10908.9,2121.96,2.87579,3.02509,300,300,10,0,386,0,0,1), + (48225,1216,0,0,0,-10885.9,2114.29,5.10303,0.83994,300,300,10,0,386,0,0,1), + (48226,1216,0,0,0,-10969.5,2116.61,-1.19079,3.81565,300,300,5,0,386,0,0,1), + (48227,1216,0,0,0,-10891.3,2130.44,0.272697,2.03881,300,300,10,0,386,0,0,1), + (48259,2009,1,0,0,9604.95,1862.44,1301.93,1.2188,300,300,5,0,131,138,0,1), + (48260,4076,0,0,0,1930.58,-1714.77,61.6941,0.689086,315,315,10,0,8,0,0,1), + (48261,10780,0,0,0,2713.71,-1828.34,79.2936,2.64901,315,315,5,0,20,0,0,1), + (48262,4076,0,0,0,2646.7,-1897.01,73.6817,1.32644,315,315,10,0,8,0,0,1), + (48263,2110,0,0,0,1344.56,-1351.65,48.7683,3.73719,315,315,10,0,1,0,0,1), + (48264,4076,0,0,0,2794.41,-1398.09,147.157,3.17509,315,315,10,0,8,0,0,1), + (48265,2110,0,0,0,1279.71,-1355.21,51.318,0,315,315,10,0,1,0,0,1), + (48266,2009,1,0,0,9220.63,1406.64,1306.39,4.41206,300,300,5,0,131,138,0,1), + (48268,10942,369,0,0,-79.3722,1171.28,-122.208,0.685659,6300,6300,0,0,211212,0,0,0), + (48271,2009,1,0,0,9186.85,1373.76,1315.15,5.96903,300,300,0,0,131,138,0,0), + (48272,2009,1,0,0,9167.41,1393.4,1319.86,2.29192,300,300,5,0,131,138,0,1), + (48273,2009,1,0,0,9204.94,1403.91,1310.67,1.0436,300,300,5,0,131,138,0,1), + (48274,4076,0,0,0,1722.47,-1320.54,61.6134,0.188587,315,315,10,0,8,0,0,1), + (48275,1787,0,0,0,1451.03,-1718.26,69.6344,5.09542,315,315,10,0,3293,0,0,1), + (48276,1305,0,0,0,-8954,993.725,122.209,0.698,310,310,0,0,1605,0,0,0), + (48277,1787,0,0,0,1353.17,-1680.14,62.0583,5.27941,315,315,3,0,3293,0,0,1), + (48278,1789,0,0,0,1268.85,-1378.08,49.8951,1.2161,315,315,3,0,2823,2117,0,1), + (48279,1787,0,0,0,1277.72,-1367.85,49.8634,3.95732,315,315,3,0,3293,0,0,1), + (48280,1794,0,0,0,1470.37,-1430.04,67.847,4.45059,315,315,0,0,2634,2041,0,0), + (48281,1794,0,0,0,1548.09,-1586.14,64.8641,0.262317,315,315,10,0,2634,2041,0,1), + (48282,1795,0,0,0,1410.12,-1563.66,55.39,1.86547,315,315,5,0,2823,2117,0,1), + (48283,1795,0,0,0,1414.53,-1688.59,67.5779,4.99448,315,315,10,0,2823,2117,0,1), + (48284,1795,0,0,0,1300.52,-1429.35,49.9779,1.44504,315,315,0,0,2823,2117,0,0), + (48285,1795,0,0,0,1462.42,-1332.71,62.3045,4.40001,315,315,5,0,2823,2117,0,1), + (48286,1822,0,0,0,1779.74,-1047.48,77.8497,2.22328,315,315,5,0,2880,0,0,1), + (48287,1815,0,0,0,1716.78,-986.997,74.9773,4.70946,315,315,10,0,3438,0,0,1), + (48288,1824,0,0,0,1935,-2455.91,67.4178,3.87521,315,315,10,0,3293,0,0,1), + (48289,1816,0,0,0,1691.31,-2064.83,60.6333,4.47688,315,315,10,0,3921,0,0,1), + (48290,1824,0,0,0,2015.83,-1916.86,68.9198,3.19773,315,315,10,0,3293,0,0,1), + (48291,1824,0,0,0,1950.21,-1919.42,75.2951,5.53199,315,315,10,0,3293,0,0,1), + (48292,1824,0,0,0,1893.41,-1992.98,79.2888,5.80207,315,315,10,0,3293,0,0,1), + (48293,1816,0,0,0,1585.2,-2084.42,60.0987,0.154876,315,315,10,0,3921,0,0,1), + (48294,1816,0,0,0,2018.95,-2352.3,61.4749,5.4957,315,315,10,0,3921,0,0,1), + (48295,1816,0,0,0,1912.99,-2016.71,79.4603,3.60742,315,315,10,0,3921,0,0,1), + (48296,10956,369,0,0,51.5322,1190.49,-121.348,5.06493,430,430,0,0,4231,0,0,0), + (48297,1824,0,0,0,1618.78,-1988.29,61.701,5.13319,315,315,10,0,3293,0,0,1), + (48298,2009,1,0,0,9869.99,1511.57,1272.79,1.02794,300,300,0,0,131,138,0,0), + (48299,2009,1,0,0,9894.46,1554.43,1279.01,2.40562,300,300,5,0,131,138,0,1), + (48300,1824,0,0,0,1941.23,-2351.53,60.4232,2.81438,315,315,10,0,3293,0,0,1), + (48301,1821,0,0,0,1547.86,-1746.73,60.0006,2.03532,315,315,5,0,3082,0,0,1), + (48302,1821,0,0,0,1591.75,-1685.74,63.565,1.38853,315,315,10,0,3082,0,0,1), + (48303,1821,0,0,0,2321.95,-1749.67,102.602,5.30754,315,315,5,0,3082,0,0,1), + (48304,10981,30,0,0,-1094.51,-336.004,54.6334,3.63206,430,430,5,0,2196,0,0,1), + (48305,10981,30,0,0,-1316.4,-517.62,52.4308,2.97414,430,430,5,0,2196,0,0,1), + (48306,10981,30,0,0,-1048.64,-496.647,45.477,5.87303,430,430,5,0,2196,0,0,1), + (48307,10981,30,0,0,-380.387,-123.127,25.7814,0.329259,430,430,5,0,2196,0,0,1), + (48308,10981,30,0,0,-1207.55,-546.59,52.184,0.663117,430,430,5,0,2196,0,0,1), + (48309,10981,30,0,0,-426.1,-132.265,24.4058,1.58416,430,430,5,0,2196,0,0,1), + (48310,10981,30,0,0,-857.527,-463.559,47.8953,0.262911,430,430,5,0,2196,0,0,1), + (48311,10982,30,0,0,-940.892,-241.793,66.3806,5.90868,430,430,0,0,7087,0,0,0), + (48318,10986,30,0,0,-237.942,175.911,74.8437,1.01978,430,430,5,0,3178,0,0,1), + (48319,10986,30,0,0,268.412,25.2247,21.1351,0.763612,430,430,5,0,3178,0,0,1), + (48320,10986,30,0,0,138.475,149.01,2.36104,0.991863,430,430,5,0,3178,0,0,1), + (48321,10986,30,0,0,-8.37923,132.312,10.6415,4.86318,430,430,5,0,3178,0,0,1), + (48328,2009,1,0,0,9695.77,1240.79,1281.94,0.162226,300,300,5,0,131,138,0,1), + (48329,2009,1,0,0,9703.54,1270.59,1290.93,5.48033,300,300,0,0,131,138,0,0), + (48330,2009,1,0,0,9882.11,1547.37,1328.39,2.99753,300,300,5,0,131,138,0,1), + (48331,2009,1,0,0,9854.45,1563.05,1329.17,0.946331,300,300,5,0,131,138,0,1), + (48332,2009,1,0,0,9875.38,1542.06,1330.44,3.66442,300,300,5,0,131,138,0,1), + (48333,2009,1,0,0,9778.91,1549.39,1299.39,5.78089,300,300,5,0,131,138,0,1), + (48334,10990,30,0,0,478.74,-119.655,10.2513,0.571001,430,430,5,0,2925,0,0,1), + (48335,10990,30,0,0,520.208,-206.343,4.18313,3.44021,430,430,5,0,2925,0,0,1), + (48336,10990,30,0,0,324.463,-39.0641,-20.374,5.82304,430,430,5,0,2925,0,0,1), + (48337,10990,30,0,0,660.363,-237.317,1.27207,3.36749,430,430,5,0,2925,0,0,1), + (48338,10990,30,0,0,451.194,-27.318,2.00197,5.04229,430,430,5,0,2925,0,0,1), + (48339,10990,30,0,0,712.271,-260.598,32.0573,4.07736,430,430,5,0,2925,0,0,1), + (48340,10991,30,0,0,-1543.57,-485.147,71.3851,5.09775,430,430,5,0,3286,0,0,1), + (48341,10991,30,0,0,-1666.59,-419.099,45.5899,5.27671,430,430,5,0,3286,0,0,1), + (48342,10991,30,0,0,-1484.03,-437.682,69.8575,4.13699,430,430,5,0,3286,0,0,1), + (48343,10991,30,0,0,-1498.23,-434.779,70.2211,4.26458,430,430,5,0,3286,0,0,1), + (48344,2009,1,0,0,9846.33,1560.68,1319.34,5.97073,300,300,5,0,131,138,0,1), + (48345,14448,0,0,0,-10214.8,-3013.96,18.2521,2.16638,72000,72000,0,0,2476,0,0,0), + (48346,2009,1,0,0,9784.63,1564.38,1299.72,2.33961,300,300,5,0,131,138,0,1), + (48347,1821,0,0,0,2385.87,-1820.65,92.0735,4.13847,315,315,5,0,3082,0,0,1), + (48349,2009,1,0,0,9752.92,1553.26,1263.73,4.08339,300,300,5,0,131,138,0,1), + (48350,2009,1,0,0,9827.01,1495.05,1257.96,0.294512,300,300,0,0,131,138,0,0), + (48351,2009,1,0,0,9798.34,1499.25,1257.86,1.84259,300,300,5,0,131,138,0,1), + (48352,2009,1,0,0,9792.03,1518.96,1259.15,5.15101,300,300,5,0,131,138,0,1), + (48353,2009,1,0,0,9836.14,1507.64,1262.99,1.68874,300,300,0,0,131,138,0,0), + (48354,1817,0,0,0,2377.89,-1748.1,96.7352,2.94638,315,315,10,0,3189,0,0,1), + (48355,1817,0,0,0,2213.81,-1587.34,78.1321,3.50503,315,315,5,0,3189,0,0,1), + (48356,2009,1,0,0,9851.42,1522.31,1258.44,0.450935,300,300,5,0,131,138,0,1), + (48357,2009,1,0,0,9779.23,1590.08,1289.89,3.12771,300,300,5,0,131,138,0,1), + (48358,11026,0,0,0,-8350,647.613,95.874,4.276,190,190,0,0,1172,0,0,0), + (48361,10480,289,0,0,249.715,-5.97765,85.1057,3.1765,7200,7200,0,0,3876,0,0,0), + (48362,1817,0,0,0,1947.32,-1513.36,64.5364,2.19672,315,315,10,0,3189,0,0,1), + (48363,10481,289,0,0,267.646,8.46495,85.3117,3.50811,7200,7200,0,0,1436,0,0,0), + (48364,1821,0,0,0,2479.37,-1784.03,87.8163,2.41284,315,315,5,0,3082,0,0,1), + (48365,1821,0,0,0,2079.12,-1583.65,66.1705,3.11426,315,315,5,0,3082,0,0,1), + (48366,1817,0,0,0,1977.36,-1287.7,79.5745,5.16118,315,315,5,0,3189,0,0,1), + (48367,1783,0,0,0,1792.12,-1255.36,59.8665,2.29647,315,315,5,0,2880,0,0,1), + (48368,2009,1,0,0,9736.1,1584.71,1269.87,5.81966,300,300,5,0,131,138,0,1), + (48369,1783,0,0,0,1702.49,-1202.47,59.6598,4.94347,315,315,10,0,2880,0,0,1), + (48370,1804,0,0,0,1722.97,-2360.42,62.0769,5.53866,315,315,3,0,3643,0,0,1), + (48371,1216,0,0,0,-10928.4,2115.59,2.87579,2.89468,300,300,10,0,386,0,0,1), + (48374,10480,289,0,0,268.144,-7.63108,85.3117,4.17134,7200,7200,0,0,3876,0,0,0), + (48375,10480,289,0,0,255.595,10.3763,85.3117,5.58505,7200,7200,0,0,3876,0,0,0), + (48376,1804,0,0,0,1688.24,-2368.42,60.6093,2.30383,315,315,3,0,3643,0,0,1), + (48377,2009,1,0,0,9757.8,1573.54,1267.87,5.11692,300,300,5,0,131,138,0,1), + (48378,2009,1,0,0,9769.95,1611.7,1285.49,3.7001,300,300,0,0,131,138,0,0), + (48379,4472,0,0,0,1678.48,-2277.54,58.9139,1.19878,315,315,3,0,3006,2241,0,1), + (48380,1804,0,0,0,1706.46,-2197.1,61.9684,3.56729,315,315,0,0,3643,0,0,0), + (48382,2009,1,0,0,9795.56,1594.38,1300.4,3.71755,300,300,0,0,131,138,0,0), + (48384,1802,0,0,0,1671.84,-2242.42,58.8691,5.89715,315,315,10,0,3644,0,0,1), + (48385,10480,289,0,0,228.171,9.47472,85.3117,5.63741,7200,7200,0,0,3876,0,0,0), + (48386,1804,0,0,0,1760.94,-2303.65,60.4681,5.64628,315,315,0,0,3643,0,0,0), + (48387,1804,0,0,0,1664.16,-2361.27,66.4471,3.42047,315,315,3,0,3643,0,0,1), + (48388,1802,0,0,0,1669.86,-2365.77,66.4246,1.62974,315,315,3,0,3644,0,0,1), + (48389,10480,289,0,0,257.6,4.96115,84.9242,1.65806,7200,7200,0,0,3876,0,0,0), + (48390,1804,0,0,0,1766.15,-2291.15,59.9941,3.62309,315,315,0,0,3643,0,0,0), + (48421,2009,1,0,0,9815.89,1565.21,1294.96,1.90241,300,300,0,0,131,138,0,0), + (48422,1802,0,0,0,1764.91,-2344.91,59.6732,1.40034,315,315,5,0,3644,0,0,1), + (48424,11069,0,0,0,-8433,554.681,95.35,1.641,430,430,0,0,4484,0,0,0), + (48426,2009,1,0,0,9810.28,1570.64,1295.44,2.51327,300,300,0,0,131,138,0,0), + (48428,10480,289,0,0,262.456,5.07677,84.9242,2.35619,7200,7200,0,0,3876,0,0,0), + (48429,2009,1,0,0,9844.43,1555.69,1291.02,2.21657,300,300,0,0,131,138,0,0), + (48430,4475,0,0,0,1936.07,-1594.74,60.9218,3.07892,315,315,5,0,3082,0,0,1), + (48431,4475,0,0,0,1862.19,-1608.55,59.8794,5.56926,315,315,10,0,3082,0,0,1), + (48432,4475,0,0,0,1923.29,-1652.93,59.7983,5.87017,315,315,5,0,3082,0,0,1), + (48433,4474,0,0,0,1894.74,-1565.87,59.5076,3.92259,315,315,5,0,3189,0,0,1), + (48434,2009,1,0,0,9753.06,1631.21,1282.69,1.55334,300,300,0,0,131,138,0,0), + (48436,10481,289,0,0,233.743,-4.85362,84.9242,4.18879,7200,7200,0,0,1436,0,0,0), + (48438,2009,1,0,0,9885.56,1529.5,1275.6,2.00713,300,300,0,0,131,138,0,0), + (48440,4474,0,0,0,1787.15,-1547.98,59.4613,1.17204,315,315,10,0,3189,0,0,1), + (48442,4474,0,0,0,1910.49,-1656.63,60.7983,1.76358,315,315,5,0,3189,0,0,1), + (48443,4475,0,0,0,1890.96,-1518.34,59.8826,1.01563,315,315,5,0,3082,0,0,1), + (48444,4475,0,0,0,1927.35,-1614.65,61.0685,3.05389,315,315,5,0,3082,0,0,1), + (48445,1785,0,0,0,1899.8,-1525.58,60.2576,4.92833,315,315,10,0,3082,0,0,1), + (48446,1785,0,0,0,1903.01,-1633.31,60.3539,2.23489,315,315,5,0,3082,0,0,1), + (48447,1834,0,0,0,2974.49,-1584.8,163.235,2.64992,315,315,5,0,6273,2117,0,2), + (48448,1834,0,0,0,2852.27,-1534.77,151.38,1.23918,315,315,0,0,6273,2117,0,0), + (48449,2009,1,0,0,9853.45,1507.32,1270.86,6.02139,300,300,0,0,131,138,0,0), + (48450,2009,1,0,0,9828.87,1494.34,1257.97,3.37778,300,300,5,0,131,138,0,1), + (48451,2010,1,0,0,9389.67,1705.03,1305.64,0.500743,300,300,5,0,137,0,0,1), + (48452,2010,1,0,0,9583.09,1813.49,1296.08,4.53922,300,300,5,0,137,0,0,1), + (48453,2010,1,0,0,9553.17,1888.33,1314.55,1.75347,300,300,5,0,137,0,0,1), + (48454,2010,1,0,0,9564.59,1867.81,1309.6,2.64219,300,300,5,0,137,0,0,1), + (48455,2010,1,0,0,9584.03,1852.43,1303.05,2.04754,300,300,5,0,137,0,0,1), + (48456,2010,1,0,0,9555.85,1824.89,1302.47,2.96642,300,300,5,0,137,0,0,1), + (48457,10480,289,0,0,259.328,-5.06033,84.9242,2.96706,7200,7200,0,0,3876,0,0,0), + (48458,10480,289,0,0,230.05,-9.94596,85.3117,5.84685,7200,7200,0,0,3876,0,0,0), + (48459,10475,289,0,0,110.053,98.8023,99.7995,1.64061,7200,7200,0,0,17226,0,0,0), + (48460,10475,289,0,0,94.8988,73.5054,97.7763,0.872665,7200,7200,0,0,17226,0,0,0), + (48461,10475,289,0,0,103.822,106.933,98.6173,0.558505,7200,7200,0,0,17226,0,0,0), + (48462,10475,289,0,0,123.59,79.7615,101.698,0.383972,7200,7200,0,0,17226,0,0,0), + (48463,10475,289,0,0,111.239,64.8379,99.035,1.46608,7200,7200,0,0,17226,0,0,0), + (48464,10475,289,0,0,136.103,87.3239,102.13,3.94444,7200,7200,0,0,17226,0,0,0), + (48465,10475,289,0,0,97.9246,75.0885,97.9626,3.40339,7200,7200,0,0,17226,0,0,0), + (48466,10475,289,0,0,110.322,84.9862,99.9234,0.453786,7200,7200,0,0,17226,0,0,0), + (48467,10475,289,0,0,97.1261,97.5603,97.8059,5.044,7200,7200,0,0,17226,0,0,0), + (48468,10475,289,0,0,109.245,68.8032,98.9383,5.8294,7200,7200,0,0,17226,0,0,0), + (154715,4075,289,0,0,216.771,75.3716,104.798,0,7200,7200,3,0,8,0,0,1), + (154714,10481,289,0,0,197.559,79.5891,104.327,0,7200,7200,3,0,1436,0,0,1), + (48471,2010,1,0,0,9550.88,1853.05,1308.48,0.94475,300,300,5,0,137,0,0,1), + (48472,2010,1,0,0,9528.39,1861.36,1317.5,5.73139,300,300,5,0,137,0,0,1), + (48473,2010,1,0,0,9581.93,1907.76,1315.67,1.65438,300,300,5,0,137,0,0,1), + (48474,1883,0,0,0,2870.11,-1469.73,145.746,6.27348,315,315,0,0,3529,0,0,0), + (48475,2010,1,0,0,9910.25,1572.02,1334.63,5.58064,300,300,5,0,137,0,0,1), + (154713,10495,289,0,0,197.559,79.5891,104.327,0,7200,7200,3,0,8613,0,0,1), + (154712,10495,289,0,0,203.869,80.8282,104.327,0,7200,7200,3,0,8613,0,0,1), + (154711,10485,289,0,0,198.144,73.889,104.666,0,7200,7200,3,0,2088,0,0,1), + (154710,10485,289,0,0,204.191,73.0652,104.798,0,7200,7200,3,0,2088,0,0,1), + (48482,1883,0,0,0,2969.84,-1514.16,146.239,4.11898,315,315,0,0,3529,0,0,0), + (48483,1883,0,0,0,3006.25,-1496.58,146.68,1.48353,315,315,0,0,3529,0,0,0), + (48484,1883,0,0,0,2880.35,-1565.85,147.429,3.14159,315,315,0,0,3529,0,0,0), + (48485,1883,0,0,0,3011.63,-1563.09,147.667,4.93928,315,315,0,0,3529,0,0,0), + (48486,2010,1,0,0,9838.32,1535.88,1345.07,3.59983,300,300,5,0,137,0,0,1), + (48487,2010,1,0,0,9878.09,1517.68,1335.6,4.72411,300,300,5,0,137,0,0,1), + (48488,2010,1,0,0,9563.59,1301.69,1300.8,4.2431,300,300,5,0,137,0,0,1), + (48489,2010,1,0,0,9588.73,1301.49,1299.2,6.21337,300,300,5,0,137,0,0,1), + (48490,2010,1,0,0,9279.2,1017.41,1307.7,4.01502,300,300,5,0,137,0,0,1), + (48491,2010,1,0,0,9232.72,951.523,1320.61,1.53198,300,300,5,0,137,0,0,1), + (48492,2010,1,0,0,9260.27,982.093,1316.07,4.23599,300,300,5,0,137,0,0,1), + (48493,2010,1,0,0,9182.03,1341.82,1318.33,4.80481,300,300,5,0,137,0,0,1), + (48494,2010,1,0,0,9194.83,1361.19,1315.31,3.13655,300,300,5,0,137,0,0,1), + (48495,2010,1,0,0,9193.95,1414.87,1311.5,0.20944,300,300,0,0,137,0,0,0), + (48496,2010,1,0,0,9190.52,1369.86,1315.15,1.67552,300,300,0,0,137,0,0,0), + (48497,2010,1,0,0,9182.3,1483.29,1316.72,2.81552,300,300,5,0,137,0,0,1), + (48498,2010,1,0,0,9220.65,1317.62,1305.05,0.257771,300,300,5,0,137,0,0,1), + (48499,2010,1,0,0,9750.55,1584.18,1299.67,1.75168,300,300,5,0,137,0,0,1), + (48500,2010,1,0,0,9892.81,1551.31,1278.81,1.27634,300,300,0,0,137,0,0,0), + (48501,2010,1,0,0,9873.5,1580.82,1285.51,3.07244,300,300,0,0,137,0,0,0), + (48502,2010,1,0,0,9756.42,1579.42,1299.06,1.41191,300,300,5,0,137,0,0,1), + (48503,2010,1,0,0,9711.29,1269.08,1291.27,3.63029,300,300,0,0,137,0,0,0), + (48504,2010,1,0,0,9705.23,1291.07,1300.9,1.27409,300,300,0,0,137,0,0,0), + (48505,2010,1,0,0,9687.83,1269.87,1290.1,5.49111,300,300,5,0,137,0,0,1), + (48506,2010,1,0,0,9928.13,1534.45,1317.54,5.13834,300,300,5,0,137,0,0,1), + (48507,2010,1,0,0,9807.33,1618.7,1301.77,0.601152,300,300,5,0,137,0,0,1), + (48508,2010,1,0,0,9836.51,1607.87,1306.36,3.61791,300,300,5,0,137,0,0,1), + (48509,2010,1,0,0,9844.11,1588.75,1310.88,3.9587,300,300,5,0,137,0,0,1), + (48510,2010,1,0,0,9782.97,1551.77,1299.06,0.689593,300,300,5,0,137,0,0,1), + (48511,2010,1,0,0,9906.9,1542.09,1323.28,0.712151,300,300,5,0,137,0,0,1), + (48512,2010,1,0,0,9881.34,1557.53,1328.32,3.07369,300,300,5,0,137,0,0,1), + (48513,2010,1,0,0,9826.52,1625.36,1303.94,5.85456,300,300,5,0,137,0,0,1), + (48514,2010,1,0,0,9746.98,1577.58,1268.95,3.47597,300,300,5,0,137,0,0,1), + (48515,2010,1,0,0,9794.84,1549.15,1262.8,2.2115,300,300,5,0,137,0,0,1), + (48516,2010,1,0,0,9736.07,1559.21,1259.89,1.40732,300,300,5,0,137,0,0,1), + (48517,2010,1,0,0,9775.34,1557.66,1266.29,1.43594,300,300,5,0,137,0,0,1), + (48518,2010,1,0,0,9729.95,1608.23,1276.79,0.244346,300,300,0,0,137,0,0,0), + (48519,2010,1,0,0,9796.42,1581.37,1291.43,5.34071,300,300,0,0,137,0,0,0), + (48520,2010,1,0,0,9787.11,1576.99,1290.9,5.77704,300,300,0,0,137,0,0,0), + (48521,2010,1,0,0,9884.34,1580.37,1285.29,0.087266,300,300,0,0,137,0,0,0), + (48522,2010,1,0,0,9894.92,1570.21,1283.53,6.10865,300,300,0,0,137,0,0,0), + (48523,2010,1,0,0,9849.63,1462.94,1274.65,1.65806,300,300,0,0,137,0,0,0), + (48524,2010,1,0,0,9863.73,1580.98,1287.42,0.392068,300,300,5,0,137,0,0,1), + (48525,2010,1,0,0,9860.81,1504.84,1270.48,4.59022,300,300,0,0,137,0,0,0), + (48526,2010,1,0,0,9871.78,1491.19,1258.09,3.44354,300,300,5,0,137,0,0,1), + (48527,2011,1,0,0,9370.85,1688.63,1303.1,0.495087,300,300,5,0,148,165,0,1), + (48528,2011,1,0,0,9323.81,1708.2,1316.25,0.980765,300,300,5,0,148,165,0,1), + (48529,2011,1,0,0,9376.45,1711.55,1308.82,0.28338,300,300,5,0,148,165,0,1), + (48530,2011,1,0,0,9364.51,1711.27,1308.95,2.45161,300,300,5,0,148,165,0,1), + (48531,1883,0,0,0,2857.15,-1477.65,145.629,4.39148,315,315,5,0,3529,0,0,1), + (48532,1883,0,0,0,2886.1,-1469.97,146.496,2.31315,315,315,3,0,3529,0,0,1), + (48533,1832,0,0,0,2925.27,-1527.27,152.129,3.78035,315,315,3,0,5667,5206,0,1), + (48534,1795,0,0,0,1289.02,-1448.26,50.009,6.25426,315,315,0,0,2823,2117,0,0), + (48535,1789,0,0,0,1219.66,-1380.59,53.4605,0.934393,315,315,10,0,2823,2117,0,1), + (48536,1787,0,0,0,1409.48,-1248.23,61.986,5.044,315,315,3,0,3293,0,0,1), + (48537,1789,0,0,0,1612.55,-1611.32,74.427,6.21043,315,315,5,0,2823,2117,0,1), + (48538,1795,0,0,0,1421.97,-1522.14,55.7069,5.67457,315,315,10,0,2823,2117,0,1), + (48539,1789,0,0,0,1385.36,-1312.97,57.8709,6.24515,315,315,10,0,2823,2117,0,1), + (48540,1794,0,0,0,1250.27,-1511.59,59.9013,1.99805,315,315,0,0,2634,2041,0,0), + (48541,1789,0,0,0,1308.4,-1570.35,61.437,2.10301,315,315,0,0,2823,2117,0,0), + (48542,1795,0,0,0,1588.74,-1513.78,63.3998,5.76831,315,315,5,0,2823,2117,0,1), + (48543,1795,0,0,0,1350.09,-1382.61,48.9083,3.71707,315,315,10,0,2823,2117,0,1), + (48544,1824,0,0,0,1720.24,-2419.83,61.8858,0.172718,315,315,10,0,3293,0,0,1), + (48545,1816,0,0,0,1645.11,-1879.67,91.4789,3.28251,315,315,3,0,3921,0,0,1), + (48546,1816,0,0,0,1692.19,-1842.18,73.9358,0.785398,315,315,5,0,3921,0,0,1), + (48547,2011,1,0,0,9360.95,1736.39,1315.36,5.46241,300,300,5,0,148,165,0,1), + (154709,10481,289,0,0,222.002,82.2615,104.798,0,7200,7200,3,0,1436,0,0,1), + (48549,1216,0,0,0,-10910.3,2132.37,0.15611,0.64819,300,300,10,0,386,0,0,1), + (48550,1216,0,0,0,-10958,2117.44,-0.24392,3.11035,300,300,10,0,386,0,0,1), + (48551,1216,0,0,0,-10962.4,2096.01,4.18313,0.830102,300,300,10,0,386,0,0,1), + (48552,1216,0,0,0,-10944.5,2109.02,3.09671,3.94166,300,300,10,0,386,0,0,1), + (48553,1216,0,0,0,-10933.2,2127.18,-0.455769,1.93208,300,300,10,0,386,0,0,1), + (48554,832,0,0,0,-11112.2,614.904,37.2079,5.55874,300,300,10,0,417,0,0,1), + (48555,832,0,0,0,-10607.7,804.067,52.7046,0.903032,300,300,5,0,417,0,0,1), + (48556,832,0,0,0,-10361.6,1105.06,36.2555,1.00609,300,300,10,0,417,0,0,1), + (48557,832,0,0,0,-10853.3,1679.12,38.9748,1.79042,300,300,10,0,417,0,0,1), + (48558,832,0,0,0,-10373.7,1521.29,42.7719,2.83066,300,300,5,0,417,0,0,1), + (48559,1824,0,0,0,1613.78,-1912.29,76.0502,3.17088,315,315,3,0,3293,0,0,1), + (48560,1824,0,0,0,1588.48,-1877.63,68.3329,0.210616,315,315,3,0,3293,0,0,1), + (48561,2011,1,0,0,9276.21,948.124,1311.59,0.768702,300,300,5,0,148,165,0,1), + (48562,2011,1,0,0,9265.23,941.436,1312,6.05629,300,300,0,0,148,165,0,0), + (154708,10495,289,0,0,222.002,82.2615,104.798,0,7200,7200,3,0,8613,0,0,1), + (48564,2011,1,0,0,9269.05,934.882,1311.97,2.70498,300,300,5,0,148,165,0,1), + (154707,10495,289,0,0,215.633,79.811,104.798,0,7200,7200,3,0,8613,0,0,1), + (154706,10485,289,0,0,220.372,73.5207,104.798,0,7200,7200,3,0,2088,0,0,1), + (48576,2011,1,0,0,9187.89,1397.54,1313.53,1.8326,300,300,0,0,148,165,0,0), + (48577,14555,1,0,0,10126.5,2527.85,1323.9,3.1765,300,300,0,0,64,53,0,0), + (48578,2011,1,0,0,9849.93,1461.07,1274.64,3.12812,300,300,0,0,148,165,0,0), + (48579,1824,0,0,0,1717.68,-2018.6,64.02,0.081499,315,315,10,0,3293,0,0,1), + (48580,1816,0,0,0,1617.6,-2119.83,58.1956,4.89198,315,315,10,0,3921,0,0,1), + (48581,1824,0,0,0,1803.02,-2438.77,61.3101,5.13587,315,315,10,0,3293,0,0,1), + (48582,1816,0,0,0,1949.65,-2186.03,64.353,0.830654,315,315,3,0,3921,0,0,1), + (48583,1816,0,0,0,1847.45,-1964.21,74.7305,2.12981,315,315,3,0,3921,0,0,1), + (48584,1817,0,0,0,1617.8,-1817.27,63.6306,6.15592,315,315,5,0,3189,0,0,1), + (154705,10485,289,0,0,214.38,73.1017,104.798,0,7200,7200,3,0,2088,0,0,1), + (154704,10481,289,0,0,196.721,91.9017,104.327,0,7200,7200,3,0,1436,0,0,1), + (48587,1821,0,0,0,1746.73,-1481.54,63.0236,2.92504,315,315,5,0,3082,0,0,1), + (48588,1821,0,0,0,2179.27,-1550.2,70.7888,3.12409,315,315,10,0,3082,0,0,1), + (48589,4472,0,0,0,1656.4,-2370.88,66.4334,0.315987,315,315,3,0,3006,2241,0,1), + (48590,1804,0,0,0,1669.16,-2363.57,61.6675,6.15634,315,315,0,0,3643,0,0,0), + (48591,1883,0,0,0,3095.7,-1546.81,150.529,4.88093,315,315,3,0,3529,0,0,1), + (48592,1883,0,0,0,3023.41,-1514.51,146.304,2.49582,315,315,0,0,3529,0,0,0), + (48593,1827,0,0,0,2753.85,-1687.85,134.907,3.52556,315,315,0,0,7842,0,0,0), + (48594,1883,0,0,0,3000.91,-1515.24,145.92,2.18166,315,315,0,0,3529,0,0,0), + (48595,1834,0,0,0,2843.01,-1528.43,151.38,0.383972,315,315,0,0,6273,2117,0,0), + (48596,1827,0,0,0,2912.4,-1393.96,152.103,5.77704,315,315,0,0,7842,0,0,0), + (48597,1834,0,0,0,2860.65,-1415.43,146.333,3.75648,315,315,5,0,6273,2117,0,1), + (48598,1834,0,0,0,2903.27,-1512.22,146.07,5.68977,315,315,0,0,6273,2117,0,0), + (48599,1883,0,0,0,2896.72,-1544.95,145.804,3.39278,315,315,3,0,3529,0,0,1), + (48600,10608,0,0,0,2790.56,-1427.04,146.699,2.82868,315,315,3,0,6863,10026,0,1), + (48601,1787,0,0,0,1360.23,-1418.66,48.9525,4.94763,315,315,5,0,3293,0,0,1), + (48602,1787,0,0,0,1578.64,-1473.1,68.3387,5.53934,315,315,0,0,3293,0,0,0), + (48603,1795,0,0,0,1418.87,-1620.5,67.4476,5.21257,315,315,10,0,2823,2117,0,1), + (48604,1794,0,0,0,1352.47,-1320.15,52.5326,3.34713,315,315,10,0,2634,2041,0,1), + (48605,1787,0,0,0,1571.35,-1552.74,62.4854,2.80573,315,315,10,0,3293,0,0,1), + (48606,1787,0,0,0,1369.97,-1674.9,65.4491,3.45184,315,315,0,0,3293,0,0,0), + (48607,1787,0,0,0,1515.14,-1479.79,64.1201,5.78779,315,315,5,0,3293,0,0,1), + (48608,1795,0,0,0,1243.56,-1381.24,50.5293,5.69669,315,315,10,0,2823,2117,0,1), + (48609,1789,0,0,0,1378.7,-1381.85,55.0965,2.10952,315,315,3,0,2823,2117,0,1), + (48610,1816,0,0,0,1516.61,-1955.33,60.1991,4.10246,315,315,10,0,3921,0,0,1), + (48611,1824,0,0,0,2053.53,-2426.22,61.5483,4.25066,315,315,10,0,3293,0,0,1), + (48612,1816,0,0,0,1925.11,-2391.42,66.1269,0.429354,315,315,10,0,3921,0,0,1), + (48613,1816,0,0,0,2104.8,-2415.81,59.4232,0.076518,315,315,10,0,3921,0,0,1), + (48614,1824,0,0,0,2061.46,-2509.5,64.2822,1.5708,315,315,5,0,3293,0,0,1), + (48615,1834,0,0,0,2972.54,-1456.59,146.265,5.56162,315,315,0,0,6273,2117,0,0), + (48616,1846,0,0,0,2857.62,-1515.51,145.785,4.42498,660,660,5,0,7545,2486,0,2), + (48617,1827,0,0,0,2780.07,-1657.04,154.426,3.38594,315,315,0,0,7842,0,0,0), + (48618,1827,0,0,0,2748.04,-1663.36,127.733,3.85718,315,315,0,0,7842,0,0,0), + (48619,1883,0,0,0,2880.27,-1568.97,147.228,5.89253,315,315,0,0,3529,0,0,0), + (48620,1883,0,0,0,3088.08,-1548.63,152.195,3.61283,315,315,0,0,3529,0,0,0), + (48621,1827,0,0,0,2921.22,-1370.92,176.129,6.02139,315,315,0,0,7842,0,0,0), + (48622,1834,0,0,0,2972.77,-1588.85,150.059,2.93215,315,315,0,0,6273,2117,0,0), + (48623,1883,0,0,0,2983.01,-1494.09,147.126,5.35816,315,315,0,0,3529,0,0,0), + (48624,1827,0,0,0,2893.56,-1437.57,147.279,6.23082,315,315,0,0,7842,0,0,0), + (48625,1789,0,0,0,1288.88,-1614.84,59.7052,1.37838,315,315,3,0,2823,2117,0,1), + (48626,1789,0,0,0,1219.55,-1350.99,53.328,5.11705,315,315,5,0,2823,2117,0,1), + (48627,1789,0,0,0,1285.79,-1503.3,59.7004,3.9585,315,315,0,0,2823,2117,0,0), + (48628,1789,0,0,0,1443.18,-1489.36,56.8896,0.803065,315,315,5,0,2823,2117,0,1), + (48629,1787,0,0,0,1543.88,-1439.7,64.7888,4.77258,315,315,5,0,3293,0,0,1), + (48630,1789,0,0,0,1539.38,-1465.45,68.3338,4.71295,315,315,5,0,2823,2117,0,2), + (48631,1795,0,0,0,1499.02,-1682.77,69.3067,2.31933,315,315,3,0,2823,2117,0,1), + (48632,1789,0,0,0,1443.78,-1418.56,59.5867,2.22521,315,315,5,0,2823,2117,0,1), + (48633,1789,0,0,0,1515.65,-1381.54,76.827,4.02314,315,315,5,0,2823,2117,0,1), + (48634,1794,0,0,0,1481.26,-1553.53,60.8994,3.60188,315,315,5,0,2634,2041,0,1), + (48635,1883,0,0,0,2902.79,-1562.06,145.804,0.819191,315,315,0,0,3529,0,0,0), + (48636,2011,1,0,0,9347.63,1703.03,1311.61,2.20927,300,300,5,0,148,165,0,1), + (48637,11319,389,0,0,-162.553,-26.8425,-57.8494,4.35569,7200,7200,2,0,833,264,0,1), + (48638,11318,389,0,0,-162.128,-43.5051,-59.124,2.21657,7200,7200,2,0,819,0,0,1), + (48639,11319,389,0,0,-174.416,-65.4036,-57.8333,1.31717,7200,7200,2,0,833,264,0,1), + (48640,11318,389,0,0,-160.754,-65.051,-59.4342,0.041957,7200,7200,2,0,819,0,0,1), + (48641,11834,389,0,0,-148.075,23.5742,-38.6318,4.11898,7200,7200,0,0,594,0,0,0), + (48642,11320,389,0,0,-168.542,13.3261,-29.6158,0.190191,7200,7200,0,0,819,0,0,2), + (48643,11319,389,0,0,-148.041,27.1943,-38.8538,3.74643,7200,7200,2,0,833,264,0,1), + (48644,11517,389,0,0,-147.548,38.7127,-38.8039,4.39823,36000,36000,0,0,1424,0,0,0), + (48645,11318,389,0,0,-154.037,27.9676,-38.5669,2.3911,7200,7200,0,0,819,0,0,0), + (48646,11321,389,0,0,-111.344,52.0495,-18.6906,5.17827,7200,7200,5,0,819,0,0,1), + (48647,11318,389,0,0,-200.409,-69.7984,-63.2233,1.13289,7200,7200,2,0,819,0,0,1), + (48648,11318,389,0,0,-181.511,-32.0671,-44.4307,3.20698,7200,7200,0,1,819,0,0,2), + (48649,11318,389,0,0,-204.723,-1.24259,-61.6764,3.33479,7200,7200,2,0,819,0,0,1), + (48650,11318,389,0,0,-183.393,2.79912,-56.8092,5.4162,7200,7200,2,0,819,0,0,1), + (48651,11318,389,0,0,-229.281,-59.7834,-61.3117,4.95529,7200,7200,2,0,819,0,0,1), + (48652,11319,389,0,0,-211.07,-7.25025,-61.8044,4.81248,7200,7200,2,0,833,264,0,1), + (48653,11318,389,0,0,-237.985,-40.3476,-56.2706,1.3439,7200,7200,0,0,819,0,0,0), + (48654,11318,389,0,0,-238.656,-31.5648,-56.6214,5.07891,7200,7200,0,0,819,0,0,0), + (48655,11318,389,0,0,-215.446,-15.9344,-61.8032,1.9232,7200,7200,0,1,819,0,0,2), + (48656,11318,389,0,0,-217.669,-5.11624,-61.7999,4.29193,7200,7200,2,0,819,0,0,1), + (48657,11319,389,0,0,-266.73,-28.0281,-60.6085,5.02655,7200,7200,0,0,833,264,0,0), + (48658,11318,389,0,0,-277.036,-47.2743,-60.9321,0.279253,7200,7200,5,0,819,0,0,1), + (48659,11318,389,0,0,-261.781,-5.76433,-63.9288,0.762733,7200,7200,2,0,819,0,0,1), + (48660,11318,389,0,0,-262.216,-29.8943,-60.6085,4.76475,7200,7200,0,0,819,0,0,0), + (48661,11318,389,0,0,-240.714,-8.03152,-61.5235,0.060824,7200,7200,2,0,819,0,0,1), + (48662,11319,389,0,0,-253.886,-38.8841,-60.4593,2.17095,7200,7200,5,0,833,264,0,1), + (48663,11318,389,0,0,-255.431,-66.4518,-62.1072,1.43574,7200,7200,0,0,819,0,0,0), + (48664,11321,389,0,0,-252.09,7.15975,-50.0273,4.56215,7200,7200,3,0,819,0,0,1), + (48665,11318,389,0,0,-276.93,-63.3295,-60.3566,1.58825,7200,7200,0,0,819,0,0,0), + (48666,11318,389,0,0,-270.127,-31.8806,-60.6085,5.11381,7200,7200,0,0,819,0,0,0), + (48667,11318,389,0,0,-269.28,-60.0032,-60.3566,2.26893,7200,7200,0,0,819,0,0,0), + (48668,11319,389,0,0,-270.089,-96.8868,-61.9013,4.87834,7200,7200,2,0,833,264,0,1), + (48669,11319,389,0,0,-287.744,-73.9324,-60.5234,4.84725,7200,7200,0,1,833,264,0,2), + (48670,11319,389,0,0,-280.902,-49.179,-60.9322,3.31393,7200,7200,5,0,833,264,0,1), + (48671,11319,389,0,0,-271.827,-64.4,-60.3566,2.04204,7200,7200,0,0,833,264,0,0), + (48672,11318,389,0,0,-285.522,-20.8822,-60.4145,3.38594,7200,7200,2,0,819,0,0,1), + (48673,11318,389,0,0,-290.812,-47.0829,-60.89,0.231919,7200,7200,5,0,819,0,0,1), + (48674,11318,389,0,0,-264.196,-92.5713,-61.7963,2.57623,7200,7200,2,0,819,0,0,1), + (48675,11320,389,0,0,-272.518,8.65636,-49.9972,5.8991,7200,7200,2,0,819,0,0,1), + (48676,11321,389,0,0,-208.558,55.8574,-13.9447,5.91302,7200,7200,2,0,819,0,0,1), + (48677,11318,389,0,0,-300.512,-28.4078,-60.4574,2.53073,7200,7200,0,0,819,0,0,0), + (48678,11318,389,0,0,-306.314,-29.1276,-60.1744,1.22173,7200,7200,0,0,819,0,0,0), + (48679,11320,389,0,0,-296.563,7.55345,-47.5269,1.92697,7200,7200,3,0,819,0,0,1), + (48680,11321,389,0,0,-124.161,63.9612,-21.2143,3.13162,7200,7200,5,0,819,0,0,1), + (48681,11321,389,0,0,-176.654,75.2942,-21.8957,0.992464,7200,7200,5,0,819,0,0,1), + (48682,11321,389,0,0,-198.621,60.1696,-13.8611,0.541052,7200,7200,2,0,819,0,0,1), + (48683,11321,389,0,0,-144.941,79.1501,-20.9783,3.0239,7200,7200,5,0,819,0,0,1), + (48684,11320,389,0,0,-125.112,80.0961,-21.3202,5.45818,7200,7200,5,0,819,0,0,1), + (48685,11321,389,0,0,-111.204,76.3607,-20.1425,3.19314,7200,7200,5,0,819,0,0,1), + (48686,11321,389,0,0,-127.906,75.5442,-21.8833,6.0452,7200,7200,5,0,819,0,0,1), + (48687,11322,389,0,0,-210.008,85.9401,-24.852,3.58789,7200,7200,1,0,759,396,0,1), + (48688,11323,389,0,0,-223.454,87.2837,-24.9351,5.93412,7200,7200,0,0,819,0,0,0), + (48689,11322,389,0,0,-193.884,94.2191,-24.6305,5.48868,7200,7200,0,0,759,396,0,0), + (48690,11323,389,0,0,-203.185,99.4132,-25.4712,4.40747,7200,7200,0,0,819,0,0,2), + (48691,11323,389,0,0,-195.347,108.507,-24.2915,4.36332,7200,7200,0,0,819,0,0,0), + (48692,11322,389,0,0,-269.254,91.9884,-24.9291,1.39626,7200,7200,1,0,759,396,0,1), + (48693,11324,389,0,0,-261.428,94.8909,-24.9335,3.9619,7200,7200,4,0,723,901,0,1), + (48694,11323,389,0,0,-219.3,94.5484,-24.9351,5.42797,7200,7200,0,0,819,0,0,0), + (48695,11323,389,0,0,-203.218,107.389,-25,5.32325,7200,7200,0,0,819,0,0,0), + (48696,11323,389,0,0,-208.058,95.3564,-25.3951,3.84374,7200,7200,0,0,819,0,0,2), + (48697,11321,389,0,0,-85.7455,97.3632,-7.39686,2.99045,7200,7200,3,0,819,0,0,1), + (48698,11321,389,0,0,-74.6995,89.9573,-7.32838,2.48512,7200,7200,5,0,819,0,0,1), + (48699,11323,389,0,0,-198.964,151.226,-25.1366,0.907571,7200,7200,0,0,819,0,0,0), + (48700,11323,389,0,0,-199.194,159.015,-25.1366,5.51524,7200,7200,0,0,819,0,0,0), + (48701,11322,389,0,0,-187.521,153.224,-25.1366,2.9147,7200,7200,2,0,759,396,0,1), + (48702,11324,389,0,0,-183.648,160.15,-25.2199,2.14356,7200,7200,2,0,723,901,0,1), + (48703,11323,389,0,0,-257.459,106.184,-24.9368,3.85718,7200,7200,0,0,819,0,0,0), + (48704,11323,389,0,0,-267.366,110.757,-24.9361,4.76475,7200,7200,0,0,819,0,0,0), + (48705,11322,389,0,0,-265.208,100.599,-24.9443,2.75762,7200,7200,2,0,759,396,0,1), + (48706,11520,389,0,0,-244.743,150.085,-18.7494,4.28461,36000,36000,0,0,1791,0,0,0), + (48707,11323,389,0,0,-263.519,150.466,-18.9955,0.106006,7200,7200,0,1,819,0,0,2), + (48708,11323,389,0,0,-283.586,143.856,-25.2988,2.44346,7200,7200,0,0,819,0,0,0), + (48709,11324,389,0,0,-297.067,154.025,-25.1295,3.14651,7200,7200,0,0,723,901,0,0), + (48710,11322,389,0,0,-296.907,146.956,-25.0033,2.2928,7200,7200,0,0,759,396,0,0), + (48711,11323,389,0,0,-283.762,152.501,-25.3249,3.52556,7200,7200,0,0,819,0,0,0), + (48712,11323,389,0,0,-237.417,192.851,-24.3585,0.645772,7200,7200,0,0,819,0,0,0), + (48713,11323,389,0,0,-230.133,191.085,-24.9191,1.79769,7200,7200,0,0,819,0,0,0), + (48714,11322,389,0,0,-300.145,204.932,-25.1219,2.83371,7200,7200,2,0,759,396,0,1), + (48715,11324,389,0,0,-284.913,216.073,-25.0184,2.53073,7200,7200,5,0,723,901,0,1), + (48716,11324,389,0,0,-299.173,199.104,-24.7852,3.08923,7200,7200,0,0,723,901,0,0), + (48717,11322,389,0,0,-279.577,210.296,-25.0184,5.48262,7200,7200,0,0,759,396,0,0), + (48718,11322,389,0,0,-294.636,196.863,-25.415,1.26676,7200,7200,2,0,759,396,0,1), + (48719,11322,389,0,0,-224.395,213.183,-24.9818,1.76312,7200,7200,1,0,759,396,0,1), + (48720,11322,389,0,0,-229.394,206.597,-24.7948,5.65487,7200,7200,1,0,759,396,0,1), + (48721,11324,389,0,0,-231.167,212.064,-24.9235,5.09528,7200,7200,1,0,723,901,0,1), + (48722,11322,389,0,0,-275.823,219.821,-25.0184,0.090169,7200,7200,0,0,759,396,0,0), + (48723,11322,389,0,0,-309.146,224.228,-23.7467,4.62512,7200,7200,2,0,759,396,0,1), + (48724,11324,389,0,0,-316.556,222.633,-22.1718,4.07439,7200,7200,0,0,723,901,0,0), + (48725,11323,389,0,0,-329.782,210.636,-19.9161,0.820305,7200,7200,0,0,819,0,0,0), + (48726,11322,389,0,0,-301.24,251.092,-13.0535,1.22761,7200,7200,5,0,759,396,0,1), + (48727,11322,389,0,0,-293.292,256.603,-14.8024,3.12128,7200,7200,5,0,759,396,0,1), + (48728,11322,389,0,0,-340.183,207.471,-21.4877,0.777513,7200,7200,2,0,759,396,0,1), + (48729,11323,389,0,0,-321.875,247.56,-11.5076,0.226893,7200,7200,0,0,819,0,0,0), + (48730,11323,389,0,0,-318.951,256.642,-11.5058,5.21853,7200,7200,0,0,819,0,0,0), + (48731,11323,389,0,0,-336.361,224.257,-20.2678,5.98648,7200,7200,0,0,819,0,0,0), + (48732,11322,389,0,0,-346.643,213.994,-21.3899,4.62512,7200,7200,2,0,759,396,0,1), + (48733,11322,389,0,0,-342.315,256.423,-7.97652,3.64774,7200,7200,5,0,759,396,0,1), + (48734,11322,389,0,0,-372.27,265.154,-4.84659,3.80391,7200,7200,0,0,759,396,0,0), + (48735,11322,389,0,0,-367.589,254.246,-5.0474,1.40766,7200,7200,0,0,759,396,0,0), + (48736,11324,389,0,0,-375.796,256.279,-4.84658,5.98416,7200,7200,0,0,723,901,0,0), + (48737,11322,389,0,0,-369.356,211.166,-21.801,2.00713,7200,7200,2,0,759,396,0,1), + (48738,11324,389,0,0,-385.122,239.621,-4.84661,4.5914,7200,7200,0,0,723,901,0,0), + (48739,11322,389,0,0,-360.933,179.061,-22.1946,0.722725,7200,7200,2,0,759,396,0,1), + (48740,11518,389,0,0,-376.811,209.224,-21.801,5.91667,36000,36000,0,0,1382,1712,0,0), + (48741,11322,389,0,0,-374.127,201.24,-21.801,4.50295,7200,7200,2,0,759,396,0,1), + (48742,11322,389,0,0,-400.436,216.18,-1.01054,0.794809,7200,7200,2,0,759,396,0,1), + (48743,11322,389,0,0,-387.038,259.729,-4.84658,3.08605,7200,7200,0,0,759,396,0,0), + (48744,11324,389,0,0,-367.19,180.435,-22.1573,1.02974,7200,7200,2,0,723,901,0,1), + (48745,11322,389,0,0,-367.06,173.695,-22.0076,3.50908,7200,7200,2,0,759,396,0,1), + (48746,11322,389,0,0,-392.023,244.262,-4.84661,2.50107,7200,7200,0,0,759,396,0,0), + (48747,11323,389,0,0,-404.929,181.384,6.57811,1.91986,7200,7200,0,0,819,0,0,0), + (48748,11323,389,0,0,-412.364,177.342,6.70869,1.36136,7200,7200,0,0,819,0,0,0), + (48749,11322,389,0,0,-385.157,156.603,7.7385,0.844909,7200,7200,2,0,759,396,0,1), + (48750,11519,389,0,0,-384.867,146.045,7.82184,2.51327,36000,36000,0,0,1513,0,0,0), + (48751,11322,389,0,0,-396.309,150.828,7.82184,4.67748,7200,7200,2,0,759,396,0,1), + (48752,5055,43,0,0,-61.7184,-37.6639,-61.8105,0.14321,7200,7200,6,0,134,0,0,1), + (154703,10495,289,0,0,196.721,91.9017,104.327,0,7200,7200,3,0,8613,0,0,1), + (154702,10495,289,0,0,197.118,98.0816,104.798,0,7200,7200,3,0,8613,0,0,1), + (154701,10485,289,0,0,204.37,92.5006,104.327,0,7200,7200,3,0,2088,0,0,1), + (154700,10485,289,0,0,203.038,98.6992,104.798,0,7200,7200,3,0,2088,0,0,1), + (154699,10481,289,0,0,215.996,91.7486,104.798,0,7200,7200,3,0,1436,0,0,1), + (154698,10495,289,0,0,215.996,91.7486,104.798,0,7200,7200,3,0,8613,0,0,1), + (154697,10495,289,0,0,217.536,99.4131,104.798,0,7200,7200,3,0,8613,0,0,1), + (154696,10485,289,0,0,221.917,96.4046,104.798,0,7200,7200,3,0,2088,0,0,1), + (154695,10485,289,0,0,221.956,103.89,104.798,0,7200,7200,3,0,2088,0,0,1), + (154694,10481,289,0,0,185.034,80.1398,104.799,0,7200,7200,3,0,1436,0,0,1), + (154693,10495,289,0,0,185.034,80.1398,104.799,0,7200,7200,3,0,8613,0,0,1), + (154692,10495,289,0,0,179.885,73.8904,104.799,0,7200,7200,3,0,8613,0,0,1), + (154691,10485,289,0,0,179.384,83.667,104.8,0,7200,7200,3,0,2088,0,0,1), + (154690,10485,289,0,0,185.796,74.2217,104.799,0,7200,7200,3,0,2088,0,0,1), + (48774,10469,289,0,0,210.321,148.933,109.807,5.13127,7200,7200,0,0,6891,6867,0,0), + (48775,10469,289,0,0,221.687,121.072,109.723,5.84685,7200,7200,0,0,6891,6867,0,0), + (48776,10477,289,0,0,221.318,123.231,109.724,6.14356,7200,7200,0,0,6891,6867,0,0), + (48777,10477,289,0,0,215.032,123.275,109.733,3.36848,7200,7200,0,0,6891,6867,0,0), + (48778,10498,289,0,0,171.983,172.568,109.667,5.74213,7200,7200,0,0,6891,6867,0,0), + (48779,10498,289,0,0,276.712,153.875,109.869,3.14159,7200,7200,0,0,6891,6867,0,0), + (48780,10487,289,0,0,173.16,127.189,109.709,0.680678,7200,7200,0,0,6891,6867,0,0), + (48781,10487,289,0,0,177.948,152.809,109.523,6.25529,7200,7200,5,0,6891,6867,0,2), + (48782,10477,289,0,0,181.724,115.292,109.723,5.3058,7200,7200,0,0,6891,6867,0,0), + (48783,10498,289,0,0,187.714,173.996,109.791,4.64258,7200,7200,0,0,6891,6867,0,0), + (48784,10469,289,0,0,175.234,136.705,109.637,3.92699,7200,7200,0,0,6891,6867,0,0), + (48785,10469,289,0,0,171.38,136.536,109.638,5.49779,7200,7200,0,0,6891,6867,0,0), + (48786,10477,289,0,0,175.721,133.102,109.664,2.58309,7200,7200,0,0,6891,6867,0,0), + (48787,10469,289,0,0,220.098,175.74,109.723,2.28638,7200,7200,0,0,6891,6867,0,0), + (48788,11582,289,0,0,279.979,78.9085,109.842,2.44346,7200,7200,0,0,6891,6867,0,0), + (48789,10489,289,0,0,281.938,121.338,109.973,4.76191,7200,7200,5,0,8352,0,0,2), + (48790,10476,289,0,0,273.738,120.894,109.849,0.034907,7200,7200,0,0,6681,6723,0,0), + (48791,11582,289,0,0,249.179,99.3561,109.806,2.68781,7200,7200,0,0,6891,6867,0,0), + (48792,10476,289,0,0,276.647,106.101,109.758,4.69494,7200,7200,0,0,6681,6723,0,0), + (48793,11582,289,0,0,249.223,121.483,110.002,3.56047,7200,7200,0,0,6891,6867,0,0), + (48794,11551,289,0,0,247.555,91.3432,110.055,3.16881,7200,7200,5,0,8613,0,0,2), + (48795,10488,289,0,0,153.619,192.119,93.1686,4.82485,7200,7200,3,0,14355,0,0,1), + (48796,10488,289,0,0,108.287,136.514,97.6448,1.31211,7200,7200,3,0,14355,0,0,1), + (48797,10488,289,0,0,119.052,156.77,92.2423,2.92533,7200,7200,5,0,14355,0,0,1), + (48798,10488,289,0,0,146.173,157.926,93.1154,4.14954,7200,7200,5,0,14355,0,0,1), + (48799,10488,289,0,0,157.462,144.66,93.1686,4.77398,7200,7200,3,0,14355,0,0,1), + (48800,10488,289,0,0,121.364,195.332,95.1691,4.18879,7200,7200,3,0,14355,0,0,1), + (48801,10488,289,0,0,144.123,176.198,95.0619,0.460671,7200,7200,10,0,14355,0,0,1), + (48802,10488,289,0,0,119.188,176.658,92.726,0.597001,7200,7200,3,0,14355,0,0,1), + (48803,10488,289,0,0,136.959,193.95,93.5453,6.13,7200,7200,3,0,14355,0,0,1), + (48804,10488,289,0,0,137.237,140.411,93.1367,4.42364,7200,7200,3,0,14355,0,0,1), + (48805,10432,289,0,0,143.481,99.0964,104.659,3.26377,43200,43200,5,0,24420,4868,0,2), + (48806,10433,289,0,0,150.368,116.22,104.661,3.83972,43200,43200,0,0,22970,4578,0,0), + (48807,10503,289,0,0,268.223,73.633,95.9245,1.64061,43200,43200,0,0,30180,7458,0,0), + (48808,10481,289,0,0,254.893,94.7349,95.9063,3.18587,7200,7200,5,0,1436,0,0,1), + (48809,10495,289,0,0,250.887,90.5535,95.9062,1.65319,7200,7200,5,0,8613,0,0,1), + (48810,10485,289,0,0,249.692,98.6988,95.9062,2.74121,7200,7200,5,0,2088,0,0,1), + (48811,10485,289,0,0,257.031,101.056,95.9061,5.5676,7200,7200,0,0,2088,0,0,0), + (48812,10495,289,0,0,264.373,164.305,95.906,6.19443,7200,7200,5,0,8613,0,0,2), + (48813,10485,289,0,0,256.427,124.66,95.9059,4.32302,7200,7200,5,0,2088,0,0,1), + (48814,10485,289,0,0,263.208,121.969,95.9059,0.267297,7200,7200,5,0,2088,0,0,1), + (48815,10485,289,0,0,253.803,113.747,95.9059,5.45107,7200,7200,5,0,2088,0,0,1), + (48816,10495,289,0,0,260.015,113.97,95.9059,0.133371,7200,7200,5,0,8613,0,0,1), + (48817,10481,289,0,0,235.489,118.388,95.9059,2.45582,7200,7200,5,0,1436,0,0,1), + (48818,10495,289,0,0,231.767,112.516,95.9059,0.031724,7200,7200,5,0,8613,0,0,1), + (48819,10485,289,0,0,229.745,118.932,95.9059,3.36618,7200,7200,5,0,2088,0,0,1), + (48820,10485,289,0,0,234.086,125.653,95.9059,3.02623,7200,7200,5,0,2088,0,0,1), + (48821,10485,289,0,0,240.527,121.551,95.9059,3.05655,7200,7200,5,0,2088,0,0,1), + (48822,10481,289,0,0,272.728,96.8769,95.9061,5.8101,7200,7200,5,0,1436,0,0,1), + (48823,10481,289,0,0,278.477,102.834,95.906,2.64623,7200,7200,5,0,1436,0,0,1), + (48824,10485,289,0,0,278.551,93.9564,95.8226,3.25042,7200,7200,5,0,2088,0,0,1), + (48825,10485,289,0,0,271.305,90.3076,95.9061,2.87892,7200,7200,5,0,2088,0,0,1), + (48826,10485,289,0,0,267.353,96.3076,95.9062,0.032736,7200,7200,5,0,2088,0,0,1), + (48827,10495,289,0,0,270.265,102.134,95.9061,0.883407,7200,7200,5,0,8613,0,0,1), + (48828,10481,289,0,0,274.421,171.791,95.906,3.52556,7200,7200,0,0,1436,0,0,0), + (48829,10485,289,0,0,280.562,178.524,95.8225,2.77441,7200,7200,0,0,2088,0,0,0), + (48830,10485,289,0,0,280.934,171.916,95.8225,0.631015,7200,7200,5,0,2088,0,0,1), + (48831,10485,289,0,0,275.854,166.85,95.906,1.71042,7200,7200,0,0,2088,0,0,0), + (48832,10495,289,0,0,271.169,169.307,95.906,4.45059,7200,7200,0,0,8613,0,0,0), + (48833,10481,289,0,0,229.919,146.578,95.9059,2.82045,7200,7200,5,0,1436,0,0,1), + (48834,10485,289,0,0,237.726,149.281,95.9059,2.05128,7200,7200,5,0,2088,0,0,1), + (48835,10485,289,0,0,237.709,137.717,95.9059,0.231746,7200,7200,5,0,2088,0,0,1), + (48836,10495,289,0,0,231.402,138.164,95.9059,5.61193,7200,7200,5,0,8613,0,0,1), + (48837,10495,289,0,0,248.675,148.015,95.9059,6.24893,7200,7200,5,0,8613,0,0,1), + (48838,10485,289,0,0,259.24,144.555,95.9059,3.07471,7200,7200,5,0,2088,0,0,1), + (48839,10485,289,0,0,245.972,113.52,95.8225,3.00302,7200,7200,5,0,2088,0,0,1), + (48840,10470,289,0,0,232.433,0.477431,115.791,4.46804,7200,7200,0,0,5847,16020,0,0), + (48841,10471,289,0,0,230.72,19.9185,115.809,4.67748,7200,7200,0,0,6681,6723,0,0), + (48842,10471,289,0,0,221.768,-18.4839,115.791,6.21337,7200,7200,0,0,6681,6723,0,0), + (48843,10470,289,0,0,217.224,-7.79726,115.791,5.65487,7200,7200,0,0,5847,16020,0,0), + (48844,10470,289,0,0,242.78,32.143,115.791,5.16617,7200,7200,0,0,5847,16020,0,0), + (48845,10470,289,0,0,209.375,12.4372,115.791,5.32325,7200,7200,0,0,5847,16020,0,0), + (48846,10489,289,0,0,186.864,34.2006,115.708,3.16734,7200,7200,5,0,8352,0,0,2), + (48847,10470,289,0,0,172.029,3.3354,115.791,0.750492,7200,7200,0,0,5847,16020,0,0), + (48848,10470,289,0,0,229.563,17.8128,115.808,0.593412,7200,7200,0,0,5847,16020,0,0), + (48849,10471,289,0,0,239.281,53.6591,115.791,6.10865,7200,7200,0,0,6681,6723,0,0), + (48850,10508,289,0,0,-25.1079,141.284,83.9083,0.034907,43200,43200,0,0,33670,15408,0,0), + (48851,10478,289,0,0,130.625,10.5451,75.4812,3.63029,7200,7200,0,0,8883,0,0,0), + (48852,10478,289,0,0,130.415,-1.1135,75.4812,2.68781,7200,7200,0,0,8883,0,0,0), + (48853,10478,289,0,0,124.807,-7.8737,75.4812,5.61996,7200,7200,0,0,8883,0,0,0), + (48854,10507,289,0,0,103.305,-1.67752,75.2183,6.17846,43200,43200,0,0,36624,0,0,0), + (48855,10478,289,0,0,124.162,5.8157,75.4812,5.06145,7200,7200,0,0,8883,0,0,0), + (48856,10478,289,0,0,130.986,-13.6734,75.4812,2.61799,7200,7200,0,0,8883,0,0,0), + (48857,10502,289,0,0,265.956,0.903429,75.3334,3.07178,43200,43200,0,0,26862,7302,0,0), + (48858,10491,289,0,0,248.115,2.80921,72.6684,4.66764,7200,7200,5,0,6891,6867,0,1), + (48859,10491,289,0,0,226.854,0.261588,72.673,3.16098,7200,7200,5,0,6891,6867,0,1), + (48860,10491,289,0,0,235.207,7.2959,72.673,1.55028,7200,7200,5,0,6891,6867,0,1), + (48861,10491,289,0,0,240.808,8.76485,72.673,1.5994,7200,7200,5,0,6891,6867,0,1), + (48862,10489,289,0,0,175.266,-88.1815,70.8568,1.5708,7200,7200,0,0,8352,0,0,0), + (48863,10504,289,0,0,178.724,-91.0232,70.8568,1.64061,43200,43200,0,0,27468,0,0,0), + (48864,10489,289,0,0,183.088,-88.0234,70.8568,1.53589,7200,7200,0,0,8352,0,0,0), + (48865,10486,289,0,0,187.295,-57.8065,75.4812,1.76278,7200,7200,0,0,14805,0,0,0), + (48866,10486,289,0,0,176.662,-57.9338,75.4812,1.41372,7200,7200,0,0,14805,0,0,0), + (48867,10505,289,0,0,86.6634,-1.96039,85.3117,0.017453,43200,43200,0,0,34188,7302,0,0), + (48868,10472,289,0,0,125.396,2.59597,85.4379,2.72271,7200,7200,0,0,6891,6867,0,0), + (48869,10472,289,0,0,101.082,6.40191,85.3117,5.2709,7200,7200,0,0,6891,6867,0,0), + (48870,10469,289,0,0,102.454,4.37424,85.3117,2.18166,7200,7200,0,0,6891,6867,0,0), + (48871,10472,289,0,0,110.892,-6.46278,85.3117,0.436332,7200,7200,0,0,6891,6867,0,0), + (48872,832,0,0,0,-10982.2,1816.11,45.1287,0.060591,300,300,10,0,417,0,0,1), + (48873,832,0,0,0,-10786.8,1544.01,48.879,6.07564,300,300,10,0,417,0,0,1), + (48874,832,0,0,0,-9895.14,1621.36,37.5592,2.50863,300,300,10,0,417,0,0,1), + (48875,1423,0,0,0,-9779.24,815.569,25.9716,3.52556,300,300,0,0,1106,0,0,0), + (48876,1670,0,0,0,-10653.3,995.395,32.9575,1.6057,300,300,0,0,919,0,0,0), + (48877,1669,0,0,0,-10957.7,1495.12,50.608,3.26699,300,300,0,0,484,0,0,0), + (48878,4305,0,0,0,-11504.3,1748.64,2.13639,1.25664,300,300,0,0,1240,0,0,0), + (48879,491,0,0,0,-10500.6,1021.59,60.6106,1.8326,300,300,0,0,919,0,0,0), + (48880,843,0,0,0,-10661.2,999.356,32.9575,0.628319,300,300,0,0,644,0,0,0), + (48881,1668,0,0,0,-10658.5,996.851,32.9575,0.872665,300,300,0,0,644,0,0,0), + (48882,480,0,0,0,-9986,1130.33,43.5259,4.04127,300,300,5,0,176,0,0,1), + (48883,36,0,0,0,-10978.3,1367.97,45.9808,3.39802,300,300,10,0,222,0,0,1), + (48884,114,0,0,0,-10516.3,1686.63,40.373,3.91594,300,300,10,0,300,0,0,1), + (48885,480,0,0,0,-9894.26,1017.14,33.131,5.42666,300,300,5,0,176,0,0,1), + (48886,480,0,0,0,-9973.41,1080.33,41.8958,2.81627,300,300,5,0,176,0,0,1), + (48887,834,0,0,0,-10017.8,1354.18,42.0099,1.56494,300,300,10,0,198,0,0,1), + (48888,834,0,0,0,-9686.46,929.745,34.1962,1.74666,300,300,5,0,198,0,0,1), + (48889,834,0,0,0,-9652.73,950.747,39.811,4.0703,300,300,10,0,198,0,0,1), + (48890,833,0,0,0,-9877.62,1391.86,52.3526,1.54346,300,300,10,0,222,0,0,1), + (48891,834,0,0,0,-9921.94,1055.62,40.3448,5.67918,300,300,5,0,198,0,0,1), + (48892,833,0,0,0,-9745.65,1355.22,42.4935,0.396221,300,300,10,0,222,0,0,1), + (48893,834,0,0,0,-9758.03,1358.16,41.8685,0.198803,300,300,10,0,198,0,0,1), + (48894,834,0,0,0,-9742.64,971.802,30.1428,0.19242,300,300,5,0,198,0,0,1), + (48895,199,0,0,0,-9836.84,1181.76,40.1257,0.047901,300,300,10,0,198,0,0,1), + (48896,10477,289,0,0,112.921,-4.45095,85.4598,4.57276,7200,7200,0,0,6891,6867,0,0), + (48897,10472,289,0,0,113.736,-7.09679,85.3117,2.56563,7200,7200,0,0,6891,6867,0,0), + (48898,10469,289,0,0,123.306,3.93283,85.3117,6.05629,7200,7200,0,0,6891,6867,0,0), + (48899,10472,289,0,0,126.473,4.88129,85.3117,3.85718,7200,7200,0,0,6891,6867,0,0), + (48900,10471,289,0,0,38.0603,161.109,83.629,6.24828,7200,7200,0,0,6681,6723,0,0), + (48901,10477,289,0,0,16.6317,157.114,83.629,6.14356,7200,7200,0,0,6891,6867,0,0), + (48902,10500,289,0,0,40.0598,159.537,83.629,0.698132,7200,7200,0,0,6891,6867,0,0), + (48903,10470,289,0,0,31.7421,131.25,83.629,5.65487,7200,7200,0,0,5847,16020,0,0), + (48904,10471,289,0,0,21.9201,156.961,83.629,2.87979,7200,7200,0,0,6681,6723,0,0), + (48905,10477,289,0,0,41.6745,157.622,83.629,1.79769,7200,7200,0,0,6891,6867,0,0), + (48906,10469,289,0,0,35.9159,126.749,83.629,1.64061,7200,7200,0,0,6891,6867,0,0), + (48907,10500,289,0,0,18.9446,156.26,83.629,1.5708,7200,7200,0,0,6891,6867,0,0), + (48908,10500,289,0,0,35.6058,129.759,83.629,3.9619,7200,7200,0,0,6891,6867,0,0), + (48909,2110,289,0,0,197.831,-30.3793,95.3396,1.65806,7200,7200,0,0,1,0,0,0), + (48910,11622,289,0,0,137.145,171.676,95.9664,3.28122,43200,43200,0,0,30180,7458,0,0), + (48911,4075,289,0,0,74.3941,140.642,83.5827,5.16617,7200,7200,0,0,8,0,0,0), + (48912,4075,289,0,0,151.059,18.9816,90.3063,3.71755,7200,7200,0,0,8,0,0,0), + (48913,4075,289,0,0,151.242,16.0744,91.9559,0.15708,7200,7200,0,0,8,0,0,0), + (48914,4075,289,0,0,135.858,2.82568,85.3117,0.680678,7200,7200,0,0,8,0,0,0), + (48915,4075,289,0,0,254.405,82.5685,97.8099,5.84685,7200,7200,0,0,8,0,0,0), + (48916,4075,289,0,0,192.484,10.3403,75.6057,2.32129,7200,7200,0,0,8,0,0,0), + (48917,4075,289,0,0,195.918,198.53,109.921,1.62316,7200,7200,0,0,8,0,0,0), + (48918,4075,289,0,0,143.15,-8.25727,89.0338,1.55334,7200,7200,0,0,8,0,0,0), + (48919,4075,289,0,0,180.838,-36.5398,89.0359,3.42085,7200,7200,0,0,8,0,0,0), + (48920,4075,289,0,0,143.027,-3.99631,75.4812,3.1765,7200,7200,0,0,8,0,0,0), + (48921,10495,289,0,0,192.739,-69.0465,85.3117,4.81711,7200,7200,0,0,8613,0,0,0), + (48922,10495,289,0,0,174.745,-65.2907,85.3117,0.314159,7200,7200,0,0,8613,0,0,0), + (48923,10495,289,0,0,180.708,-75.8177,84.9242,1.39626,7200,7200,0,0,8613,0,0,0), + (48924,10495,289,0,0,185.679,-64.6271,84.9242,5.55015,7200,7200,0,0,8613,0,0,0), + (48925,11261,289,0,0,182.246,-95.4371,85.3117,4.72984,43200,43200,0,0,30520,0,0,0), + (48926,10495,289,0,0,170.005,-78.1506,85.3117,4.27606,7200,7200,0,0,8613,0,0,0), + (48927,10678,289,0,0,106.696,161.245,109.571,5.98648,7200,7200,3,0,3758,0,0,1), + (48928,11257,289,0,0,112.043,153.284,109.491,3.53422,7200,7200,5,0,7107,4738,0,1), + (48929,10678,289,0,0,142.782,183.829,109.688,0.331613,7200,7200,3,0,3758,0,0,1), + (48930,10678,289,0,0,107.526,176.268,109.557,3.29867,7200,7200,3,0,3758,0,0,1), + (48931,10678,289,0,0,142.354,169.091,109.678,4.04916,7200,7200,3,0,3758,0,0,1), + (48932,10678,289,0,0,122.632,153.995,109.608,4.55531,7200,7200,3,0,3758,0,0,1), + (48933,10678,289,0,0,146.318,179.439,109.67,4.08407,7200,7200,3,0,3758,0,0,1), + (48934,10678,289,0,0,155.987,149.97,109.592,0.436332,7200,7200,3,0,3758,0,0,1), + (48935,10678,289,0,0,118.005,164.643,109.602,3.05433,7200,7200,3,0,3758,0,0,1), + (48936,10678,289,0,0,150.568,182.894,109.683,4.90438,7200,7200,3,0,3758,0,0,1), + (48937,16047,289,0,0,7.959,142.756,83.9,0.034907,7200,7200,0,0,42,0,0,0), + (48938,10480,289,0,0,256.289,0.651584,84.9242,4.76475,7200,7200,0,0,3876,0,0,0), + (48939,10480,289,0,0,270.093,2.26855,85.3117,3.26377,7200,7200,0,0,3876,0,0,0), + (48940,10481,289,0,0,235.624,-16.6919,85.3117,3.87463,7200,7200,0,0,1436,0,0,0), + (48941,10480,289,0,0,234.723,5.20269,84.9242,1.44862,7200,7200,0,0,3876,0,0,0), + (48942,10480,289,0,0,250.387,-0.470486,84.9242,5.77704,7200,7200,0,0,3876,0,0,0), + (48943,10481,289,0,0,263.733,-4.28961,84.9242,0.418879,7200,7200,0,0,1436,0,0,0), + (48944,10480,289,0,0,243.638,8.32758,85.3117,4.55531,7200,7200,0,0,3876,0,0,0), + (48945,10480,289,0,0,245.009,-2.31836,84.9242,3.35103,7200,7200,0,0,3876,0,0,0), + (48946,10901,289,0,0,274.877,1.33366,85.3117,3.22886,43200,43200,0,0,27468,0,0,0), + (48947,10480,289,0,0,256.567,-8.36057,85.3117,3.52556,7200,7200,0,0,3876,0,0,0), + (48948,10475,289,0,0,112.661,86.179,99.6562,3.08923,7200,7200,0,0,17226,0,0,0), + (48949,10475,289,0,0,114.324,103.698,99.837,1.65405,7200,7200,5,0,17226,0,0,2), + (48950,10475,289,0,0,110.434,101.785,100.11,3.28122,7200,7200,0,0,17226,0,0,0), + (48951,10475,289,0,0,143.114,65.1004,103.226,1.90241,7200,7200,0,0,17226,0,0,0), + (48952,10475,289,0,0,144.228,68.1884,103.473,3.735,7200,7200,0,0,17226,0,0,0), + (48953,10475,289,0,0,105.327,110.351,98.8685,4.88692,7200,7200,0,0,17226,0,0,0), + (48954,10475,289,0,0,96.7977,93.9028,97.416,1.16937,7200,7200,0,0,17226,0,0,0), + (48955,10475,289,0,0,131.626,86.589,102.056,5.95157,7200,7200,0,0,17226,0,0,0), + (48956,10475,289,0,0,139.847,68.5642,103.207,5.96903,7200,7200,0,0,17226,0,0,0), + (48957,10475,289,0,0,99.9902,95.1306,97.7582,2.79253,7200,7200,0,0,17226,0,0,0), + (48958,10469,289,0,0,175.394,172.18,109.663,2.9147,7200,7200,0,0,6891,6867,0,0), + (48959,10498,289,0,0,213.02,168.756,109.723,0.314159,7200,7200,0,0,6891,6867,0,0), + (48960,10498,289,0,0,170.96,132.657,109.667,0.733038,7200,7200,0,0,6891,6867,0,0), + (48961,10477,289,0,0,210.077,145.658,109.817,1.27409,7200,7200,0,0,6891,6867,0,0), + (154716,4075,289,0,0,210.642,99.2762,104.798,0,7200,7200,3,0,8,0,0,1), + (48963,10487,289,0,0,259.834,164.623,109.848,4.81711,7200,7200,0,0,6891,6867,0,0), + (48964,10469,289,0,0,186.345,171.551,109.738,1.09956,7200,7200,0,0,6891,6867,0,0), + (48965,10469,289,0,0,184.448,116.57,109.723,4.53786,7200,7200,0,0,6891,6867,0,0), + (48966,10498,289,0,0,231.218,143.303,109.723,4.81711,7200,7200,0,0,6891,6867,0,0), + (48967,10469,289,0,0,272.357,155.6,109.865,5.67232,7200,7200,0,0,6891,6867,0,0), + (48968,10476,289,0,0,243.871,82.9685,109.917,6.00393,7200,7200,0,0,6681,6723,0,0), + (48969,10476,289,0,0,249.25,118.011,109.987,2.40855,7200,7200,0,0,6681,6723,0,0), + (48970,10476,289,0,0,243.635,101.195,109.883,0.139626,7200,7200,0,0,6681,6723,0,0), + (48971,11582,289,0,0,275.279,124.641,109.842,5.11381,7200,7200,0,0,6891,6867,0,0), + (48972,10476,289,0,0,277.33,78.4843,109.982,1.13446,7200,7200,0,0,6681,6723,0,0), + (48973,10476,289,0,0,279.041,124.33,109.775,4.06662,7200,7200,0,0,6681,6723,0,0), + (48974,10476,289,0,0,273.637,101.085,110.033,0.226893,7200,7200,0,0,6681,6723,0,0), + (48975,10489,289,0,0,260.888,130.607,110.057,1.67552,7200,7200,5,0,8352,0,0,2), + (48976,10488,289,0,0,122.651,137.86,93.1686,1.44862,7200,7200,3,0,14355,0,0,1), + (48977,10488,289,0,0,103.966,195.693,93.8625,1.44862,7200,7200,3,0,14355,0,0,1), + (48978,10481,289,0,0,236.007,94.437,95.9061,0.034907,7200,7200,0,0,1436,0,0,0), + (48979,10481,289,0,0,233.139,87.9702,95.906,4.57276,7200,7200,0,0,1436,0,0,0), + (48980,10485,289,0,0,230.98,96.4101,95.906,3.85718,7200,7200,0,0,2088,0,0,0), + (48981,10485,289,0,0,239.97,100.049,95.9061,2.35619,7200,7200,0,0,2088,0,0,0), + (48982,10485,289,0,0,243.083,94.631,95.9061,1.41372,7200,7200,0,0,2088,0,0,0), + (48983,10495,289,0,0,241.468,89.0642,95.9061,4.24115,7200,7200,0,0,8613,0,0,0), + (48984,10481,289,0,0,245.677,89.6127,95.9061,5.06145,7200,7200,0,0,1436,0,0,0), + (48985,10481,289,0,0,250.808,142.462,95.9059,0.575959,7200,7200,0,0,1436,0,0,0), + (48986,10485,289,0,0,252.943,149.551,95.9059,0.191986,7200,7200,0,0,2088,0,0,0), + (48987,10495,289,0,0,256.456,136.235,95.9059,4.03171,7200,7200,0,0,8613,0,0,0), + (48988,10481,289,0,0,274.728,120.556,95.9059,3.4383,7200,7200,0,0,1436,0,0,0), + (48989,10481,289,0,0,278.28,125.318,95.9059,5.88176,7200,7200,0,0,1436,0,0,0), + (48990,10485,289,0,0,280.182,117.704,95.9059,6.07375,7200,7200,0,0,2088,0,0,0), + (48991,10485,289,0,0,272.15,125.055,95.9059,1.67552,7200,7200,0,0,2088,0,0,0), + (48992,10485,289,0,0,268.777,119.552,95.9059,5.68977,7200,7200,0,0,2088,0,0,0), + (48993,10495,289,0,0,272.368,114.152,95.9059,4.41568,7200,7200,0,0,8613,0,0,0), + (48994,10481,289,0,0,252.421,118.261,95.8225,0.032734,7200,7200,5,0,1436,0,0,1), + (48995,10481,289,0,0,277.144,149.866,95.9059,1.11701,7200,7200,0,0,1436,0,0,0), + (48996,10485,289,0,0,279.281,143.438,95.8587,3.32769,7200,7200,5,0,2088,0,0,1), + (48997,10485,289,0,0,276.612,137.261,95.9059,1.5708,7200,7200,0,0,2088,0,0,0), + (48998,10485,289,0,0,269.936,148.813,95.9059,3.00197,7200,7200,0,0,2088,0,0,0), + (48999,10495,289,0,0,269.97,139.975,95.9059,6.19592,7200,7200,0,0,8613,0,0,0), + (49000,10485,289,0,0,246.028,169.426,95.906,0.890118,7200,7200,0,0,2088,0,0,0), + (49001,10485,289,0,0,264.459,124.197,95.9059,1.88496,7200,7200,0,0,2088,0,0,0), + (49002,10489,289,0,0,210.576,8.04275,115.791,1.74533,7200,7200,0,0,8352,0,0,0), + (49003,10499,289,0,0,175.677,29.6364,115.708,0.026647,7200,7200,0,0,6891,6867,0,0), + (49004,10471,289,0,0,240.778,45.3544,115.791,0.767945,7200,7200,0,0,6681,6723,0,0), + (49005,10499,289,0,0,241.602,48.3987,115.791,4.43314,7200,7200,0,0,6891,6867,0,0), + (49006,10471,289,0,0,184.212,-18.913,115.791,2.87979,7200,7200,0,0,6681,6723,0,0), + (49007,10489,289,0,0,200.353,54.1937,128.86,5.02655,7200,7200,5,0,8352,0,0,2), + (49008,10471,289,0,0,195.37,-2.93425,115.791,3.9619,7200,7200,0,0,6681,6723,0,0), + (49009,10470,289,0,0,240.293,27.8336,115.8,4.83456,7200,7200,0,0,5847,16020,0,0), + (49010,10489,289,0,0,209.808,79.8682,128.518,2.58309,7200,7200,0,0,8352,0,0,0), + (49011,10470,289,0,0,241.015,52.0705,115.791,1.72788,7200,7200,0,0,5847,16020,0,0), + (49012,4075,289,0,0,178.01,43.6494,88.8371,4.13643,7200,7200,0,0,8,0,0,0), + (49013,4075,289,0,0,268.927,162.778,109.863,3.94444,7200,7200,0,0,8,0,0,0), + (49014,4075,289,0,0,285.492,170.962,97.8099,3.89208,7200,7200,0,0,8,0,0,0), + (49015,4075,289,0,0,208.759,-9.23768,115.791,0.942478,7200,7200,0,0,8,0,0,0), + (49016,4075,289,0,0,150.256,9.80024,91.9559,0.628319,7200,7200,0,0,8,0,0,0), + (49017,4075,289,0,0,228.746,179.058,112.689,0.575959,7200,7200,0,0,8,0,0,0), + (154689,10481,289,0,0,179.126,94.6681,104.8,0,7200,7200,3,0,1436,0,0,1), + (49019,4075,289,0,0,234.386,1.64269,84.9242,4.7822,7200,7200,0,0,8,0,0,0), + (49020,4075,289,0,0,243.176,155.95,97.8099,2.23402,7200,7200,0,0,8,0,0,0), + (49021,2011,1,0,0,9751.02,1522.01,1279.06,0.419632,300,300,5,0,148,165,0,1), + (49022,4075,289,0,0,193.379,28.866,91.9559,4.45059,7200,7200,0,0,8,0,0,0), + (49023,4075,309,0,0,-11570.4,-1320.7,77.8591,4.76475,7200,7200,0,0,8,0,0,0), + (49024,4075,309,0,0,-11537.6,-1289.94,78.8465,5.34071,7200,7200,0,0,8,0,0,0), + (49025,13321,309,0,0,-11618.3,-1331.68,78.0521,3.61283,7200,7200,0,0,42,0,0,0), + (49026,4075,309,0,0,-11622.7,-1279.65,81.7466,5.70723,7200,7200,0,0,8,0,0,0), + (49027,13321,309,0,0,-11594.5,-1344.47,77.6063,0.261799,7200,7200,0,0,42,0,0,0), + (49028,13321,309,0,0,-11600.7,-1403.8,67.741,2.74017,7200,7200,0,0,42,0,0,0), + (49029,4075,309,0,0,-11607.7,-1225.59,82.4461,0.314159,7200,7200,0,0,8,0,0,0), + (49030,4075,309,0,0,-11568.8,-1255.72,77.6191,0.087266,7200,7200,0,0,8,0,0,0), + (49031,13321,309,0,0,-11553.9,-1235.25,79.3206,0.471239,7200,7200,0,0,42,0,0,0), + (49032,13321,309,0,0,-11605.9,-1375.77,73.5189,3.28122,7200,7200,0,0,42,0,0,0), + (49033,11357,309,0,0,-11742.7,-1620.51,36.9983,1.59794,7200,7200,5,0,15465,0,0,1), + (49034,11357,309,0,0,-11834.4,-1667.85,36.9993,1.51519,7200,7200,5,0,15465,0,0,1), + (49035,2914,309,0,0,-11984.9,-1625.89,34.3907,4.41906,7200,7200,5,0,8,0,0,1), + (49036,14881,309,0,0,-12312.2,-1620.22,130.89,5.96685,7200,7200,5,0,42,0,0,1), + (49037,2914,309,0,0,-11968.2,-1835.49,55.935,1.49037,7200,7200,5,0,8,0,0,1), + (49038,2914,309,0,0,-11721,-1391.06,46.1644,0.021481,7200,7200,5,0,8,0,0,1), + (49039,14881,309,0,0,-12312.3,-1653.33,130.38,0.057898,7200,7200,5,0,42,0,0,1), + (49040,2914,309,0,0,-11590.2,-1510.71,50.1497,3.97508,7200,7200,5,0,8,0,0,1), + (49041,2914,309,0,0,-12207.6,-1959.89,132.334,2.74238,7200,7200,5,0,8,0,0,1), + (49042,2914,309,0,0,-11903.1,-1516.69,20.9819,0.628319,7200,7200,0,0,8,0,0,0), + (49043,2914,309,0,0,-11635.9,-1671,40.3503,3.12784,7200,7200,5,0,8,0,0,1), + (49044,2914,309,0,0,-11958.1,-1646.27,37.9205,3.51339,7200,7200,5,0,8,0,0,1), + (49045,11372,309,0,0,-11555.2,-1788.64,59.7608,4.85202,7200,7200,0,0,15260,0,0,0), + (49046,11371,309,0,0,-11558.3,-1801.05,59.2151,2.86234,7200,7200,0,0,15260,0,0,0), + (49047,11372,309,0,0,-11643,-1573.21,39.7114,4.88692,7200,7200,0,0,15260,0,0,0), + (49048,11371,309,0,0,-11649.5,-1565.6,41.0883,2.75762,7200,7200,0,0,15260,0,0,0), + (49049,11371,309,0,0,-11583.6,-1805.16,43.5651,4.66155,7200,7200,5,0,15260,0,0,1), + (49050,11371,309,0,0,-11583,-1793.24,50.0265,4.66155,7200,7200,5,0,15260,0,0,1), + (49051,11340,309,0,0,-11888.9,-1881.35,63.587,3.87463,7200,7200,0,0,15090,12430,0,0), + (49052,11340,309,0,0,-11875.6,-1892,63.7767,4.01426,7200,7200,0,0,15090,12430,0,0), + (49053,15111,309,0,0,-11856.7,-1871.74,64.2785,4.6087,7200,7200,5,0,12495,9944,0,1), + (49054,15111,309,0,0,-11859.5,-1862.59,64.4351,4.88031,7200,7200,5,0,12495,9944,0,1), + (49055,15111,309,0,0,-11855.9,-1865.49,64.4351,4.99243,7200,7200,5,0,12495,9944,0,1), + (49056,15111,309,0,0,-11926,-1843.45,58.0354,3.75776,7200,7200,5,0,12495,9944,0,1), + (49057,15111,309,0,0,-11864.9,-1875.09,64.1322,5.98589,7200,7200,0,0,12495,9944,0,0), + (49058,14490,0,0,0,-14780.4,354.116,-19.3938,3.00688,72000,72000,0,0,2316,0,0,2), + (49059,15111,309,0,0,-11969.1,-1830.27,56.0987,3.38812,7200,7200,0,0,12495,9944,0,0), + (49060,15111,309,0,0,-11968,-1842.86,56.0263,0,7200,7200,0,0,12495,9944,0,0), + (49061,15111,309,0,0,-11958.3,-1848.26,56.4179,1.76084,7200,7200,0,0,12495,9944,0,0), + (49062,15111,309,0,0,-11880,-1894.01,63.6083,5.37942,7200,7200,5,0,12495,9944,0,1), + (49063,15111,309,0,0,-11880.4,-1891.24,63.6149,4.09184,7200,7200,5,0,12495,9944,0,1), + (49064,15111,309,0,0,-11879.5,-1888.59,63.6083,4.37713,7200,7200,5,0,12495,9944,0,1), + (49065,15111,309,0,0,-11885.8,-1877.17,63.6083,1.99538,7200,7200,5,0,12495,9944,0,1), + (49066,15111,309,0,0,-11884.5,-1880.88,63.6083,2.00092,7200,7200,5,0,12495,9944,0,1), + (49067,15111,309,0,0,-11883.1,-1883.27,63.6083,0.717006,7200,7200,5,0,12495,9944,0,1), + (49068,11374,309,0,0,-11885.3,-1716.99,0.825397,3.12414,7200,7200,0,0,9156,0,0,0), + (49069,11374,309,0,0,-11714,-1759.32,-3.72837,0.820305,7200,7200,0,0,9156,0,0,0), + (49070,11374,309,0,0,-11700.9,-1490.58,-14.1047,3.4628,7200,7200,0,0,9156,0,0,0), + (49071,11374,309,0,0,-11724.6,-1806.67,-14.6227,3.07178,7200,7200,0,0,9156,0,0,0), + (49072,11374,309,0,0,-11873.3,-1742.98,-2.55283,1.43117,7200,7200,0,0,9156,0,0,0), + (49073,11374,309,0,0,-11716.9,-1452.71,-14.4241,6.10865,7200,7200,0,0,9156,0,0,0), + (49074,11374,309,0,0,-11793.3,-1753.86,-12.4129,0.785398,7200,7200,0,0,9156,0,0,0), + (49075,11374,309,0,0,-11669.3,-1658.74,-10.4297,1.71042,7200,7200,0,0,9156,0,0,0), + (49076,11374,309,0,0,-11856.4,-1518.22,-13.34,0.820305,7200,7200,0,0,9156,0,0,0), + (49077,15042,309,0,0,-12013,-1805.91,81.1094,1.6057,7200,7200,0,0,9298,0,0,0), + (49078,14826,309,0,0,-11584.2,-1252.21,77.6299,0.959931,40,40,0,0,762,0,0,0), + (49079,14826,309,0,0,-11582.5,-1250.32,77.6299,3.90954,40,40,0,0,762,0,0,0), + (49080,14826,309,0,0,-11581.5,-1252.54,77.6299,2.61799,40,40,0,0,762,0,0,0), + (49081,14826,309,0,0,-11583.2,-1254.83,77.6299,1.67552,40,40,0,0,762,0,0,0), + (49082,14826,309,0,0,-11586.4,-1253.92,77.6299,0.750492,40,40,0,0,762,0,0,0), + (49083,14826,309,0,0,-11586.6,-1250.72,77.6299,6.07375,40,40,0,0,762,0,0,0), + (49084,14826,309,0,0,-11585.1,-1248.76,77.6299,5.23599,40,40,0,0,762,0,0,0), + (49085,14826,309,0,0,-11582.3,-1247.86,77.6299,4.36332,40,40,0,0,762,0,0,0), + (49086,14826,309,0,0,-11580.2,-1250.6,77.6299,3.36848,40,40,0,0,762,0,0,0), + (49087,14826,309,0,0,-11580.6,-1254.79,77.6299,2.28638,40,40,0,0,762,0,0,0), + (49088,11372,309,0,0,-11932.7,-1394.57,80.4193,3.90086,7200,7200,3,0,15260,0,0,1), + (49089,11371,309,0,0,-11927,-1385.89,82.0706,3.57792,7200,7200,3,0,15260,0,0,1), + (49090,11372,309,0,0,-11862.2,-1317.21,79.0372,4.15388,7200,7200,0,0,15260,0,0,0), + (49091,11371,309,0,0,-11866.1,-1312.97,78.272,4.36332,7200,7200,0,0,15260,0,0,0), + (49092,11371,309,0,0,-12021.3,-1752.41,55.3888,3.31613,7200,7200,0,0,15260,0,0,0), + (49093,11371,309,0,0,-12023,-1760.59,56.2313,3.5719,7200,7200,5,0,15260,0,0,1), + (49094,11371,309,0,0,-12027.8,-1766.02,57.1063,0.477075,7200,7200,5,0,15260,0,0,1), + (49095,11372,309,0,0,-12008.8,-1749,55.3869,0.122173,7200,7200,0,0,15260,0,0,0), + (49096,11372,309,0,0,-11966.8,-1552.08,41.2712,0,7200,7200,5,0,15260,0,0,1), + (49097,11371,309,0,0,-11959.6,-1549.34,40.7841,2.26893,7200,7200,0,0,15260,0,0,0), + (49098,11372,309,0,0,-11984.4,-1714.77,32.3669,3.56047,7200,7200,0,0,15260,0,0,0), + (49099,11372,309,0,0,-11995.3,-1706.12,32.3669,2.46091,7200,7200,0,0,15260,0,0,0), + (49100,11372,309,0,0,-11993.5,-1714.75,32.3669,4.88692,7200,7200,0,0,15260,0,0,0), + (49101,11371,309,0,0,-11978.2,-1707.67,32.3667,3.7001,7200,7200,0,0,15260,0,0,0), + (49102,11350,309,0,0,-11882.7,-1316.07,78.2369,3.15905,7200,7200,0,0,21364,0,0,0), + (49103,11350,309,0,0,-11882,-1323.86,77.528,3.10669,7200,7200,0,0,21364,0,0,0), + (49104,11350,309,0,0,-11985.8,-1622.14,33.7017,2.35619,7200,7200,0,0,21364,0,0,0), + (49105,11350,309,0,0,-11992.8,-1615.27,35.6098,5.49779,7200,7200,0,0,21364,0,0,0), + (49106,11372,309,0,0,-11997.7,-1674.51,32.3669,2.79253,7200,7200,0,0,15260,0,0,0), + (49107,11372,309,0,0,-12004.5,-1673.04,32.3669,0.471239,7200,7200,0,0,15260,0,0,0), + (49109,3378,1,0,0,-4085.05,-2362.1,108.909,0.331094,180,180,3,0,788,0,0,1), + (49110,11372,309,0,0,-11979.1,-1688.06,32.2768,2.56747,7200,7200,0,0,15260,0,0,0), + (49111,11371,309,0,0,-11977.7,-1684.63,32.2833,2.64208,7200,7200,0,0,15260,0,0,0), + (49112,11371,309,0,0,-12003.5,-1680.23,32.3669,0.418879,7200,7200,0,0,15260,0,0,0), + (49113,11371,309,0,0,-11991.7,-1677.79,32.3669,2.86234,7200,7200,0,0,15260,0,0,0), + (49114,11350,309,0,0,-11830.6,-1317,66.7436,4.93928,7200,7200,0,0,21364,0,0,0), + (49115,11830,309,0,0,-11829.2,-1324.6,69.845,1.71042,7200,7200,0,0,17094,12170,0,0), + (49116,11371,309,0,0,-11885,-1368.42,68.8007,5.53269,7200,7200,5,0,15260,0,0,2), + (49117,11371,309,0,0,-11878.2,-1368.68,69.7661,3.90954,7200,7200,5,0,15260,0,0,2), + (49118,11371,309,0,0,-11896.4,-1365.13,69.8727,2.42601,7200,7200,0,0,15260,0,0,0), + (49119,11372,309,0,0,-11884.3,-1379.01,66.4316,3.36848,7200,7200,5,0,15260,0,0,2), + (49120,11351,309,0,0,-12007.2,-1492.45,82.0241,1.39626,7200,7200,0,0,21364,0,0,0), + (49121,11351,309,0,0,-12008.5,-1484.91,79.2389,4.97419,7200,7200,0,0,21364,0,0,0), + (49122,11831,309,0,0,-12004.8,-1483.22,79.6192,4.45059,7200,7200,0,0,24420,12170,0,0), + (49123,11368,309,0,0,-12233.9,-1433.44,130.711,5.11337,7200,7200,5,0,6104,0,0,1), + (49124,11368,309,0,0,-12240.5,-1420.28,130.725,5.01408,7200,7200,5,0,6104,0,0,1), + (49125,11368,309,0,0,-12230.7,-1407,131.6,3.19756,7200,7200,5,0,6104,0,0,1), + (49126,14491,0,0,0,-13769.5,-210.81,28.1588,1.68241,72000,72000,0,0,1981,0,0,2), + (49127,11368,309,0,0,-12243.6,-1424.56,130.763,5.19928,7200,7200,5,0,6104,0,0,1), + (49128,11368,309,0,0,-12245.2,-1425.05,130.956,5.09036,7200,7200,5,0,6104,0,0,1), + (49129,14750,309,0,0,-12237.4,-1413.4,130.85,3.49715,7200,7200,5,0,31440,0,0,1), + (49130,14750,309,0,0,-12244.3,-1422.24,130.774,5.01624,7200,7200,5,0,31440,0,0,1), + (49131,11831,309,0,0,-12236.9,-1414.1,131.2,0.350773,7200,7200,5,0,24420,12170,0,2), + (49132,11831,309,0,0,-12238.7,-1413.23,130.725,0.350826,7200,7200,5,0,24420,12170,0,2), + (49133,11351,309,0,0,-12238.1,-1416.02,130.817,0.351163,7200,7200,5,0,21364,0,0,2), + (49134,11351,309,0,0,-12208.8,-1462.88,131.193,0.307545,7200,7200,5,0,21364,0,0,2), + (49135,11351,309,0,0,-12219.2,-1464.7,130.698,0.307525,7200,7200,5,0,21364,0,0,2), + (49136,11831,309,0,0,-12218.4,-1467.39,130.725,0.307554,7200,7200,5,0,24420,12170,0,2), + (49137,11368,309,0,0,-12214.1,-1477.24,130.975,0.493384,7200,7200,5,0,6104,0,0,1), + (49138,11368,309,0,0,-12213.5,-1480.31,131.35,0.173256,7200,7200,5,0,6104,0,0,1), + (49139,11368,309,0,0,-12236.5,-1497.11,134.374,5.69874,7200,7200,5,0,6104,0,0,1), + (49140,11368,309,0,0,-12235.9,-1490.88,132.874,0.130827,7200,7200,5,0,6104,0,0,1), + (49141,14750,309,0,0,-12216.8,-1478.67,130.85,0.313219,7200,7200,5,0,31440,0,0,1), + (49142,14750,309,0,0,-12211.3,-1480.76,131.35,0.100224,7200,7200,5,0,31440,0,0,1), + (49143,11368,309,0,0,-12051.8,-1427.93,130.068,1.18734,7200,7200,0,0,6104,0,0,0), + (49144,11368,309,0,0,-12058.8,-1438.04,130.265,0.967434,7200,7200,3,0,6104,0,0,1), + (49145,11368,309,0,0,-12054,-1442.81,130.063,0.386498,7200,7200,3,0,6104,0,0,1), + (49146,11368,309,0,0,-12054.5,-1439.37,130.265,1.34199,7200,7200,3,0,6104,0,0,1), + (49147,14750,309,0,0,-12055,-1443.46,130.015,0.972966,7200,7200,0,0,31440,0,0,0), + (49148,2011,1,0,0,9749.56,1543.22,1279.97,5.2106,300,300,5,0,148,165,0,1), + (49149,14750,309,0,0,-12055.9,-1440.37,130.261,0.451543,7200,7200,3,0,31440,0,0,1), + (49150,11368,309,0,0,-12155.9,-1487.27,130.85,4.03946,7200,7200,5,0,6104,0,0,1), + (49151,11368,309,0,0,-12152.5,-1484.64,130.725,4.26775,7200,7200,5,0,6104,0,0,1), + (49152,14492,0,0,0,-13596,-109.704,41.3135,1.57607,72000,72000,0,0,1981,0,0,0), + (49153,11368,309,0,0,-12155.2,-1487.32,130.85,4.09352,7200,7200,5,0,6104,0,0,1), + (49154,14750,309,0,0,-12152.5,-1484.64,130.725,4.26775,7200,7200,5,0,31440,0,0,1), + (49155,14750,309,0,0,-12152.1,-1486.58,130.85,3.48788,7200,7200,5,0,31440,0,0,1), + (49156,11368,309,0,0,-12280.6,-1456.59,130.725,4.8773,7200,7200,5,0,6104,0,0,1), + (49157,11368,309,0,0,-12279.2,-1446.06,130.725,6.27265,7200,7200,5,0,6104,0,0,1), + (49158,11368,309,0,0,-12281.7,-1451.19,130.725,4.7326,7200,7200,5,0,6104,0,0,1), + (49159,11368,309,0,0,-12282.1,-1452.07,130.725,4.85535,7200,7200,5,0,6104,0,0,1), + (49160,2011,1,0,0,9744.94,1526.37,1280.71,1.51619,300,300,5,0,148,165,0,1), + (49161,11368,309,0,0,-12281.2,-1451.29,130.725,4.77817,7200,7200,5,0,6104,0,0,1), + (49162,199,0,0,0,-9811.64,1084.39,28.9064,4.76923,300,300,10,0,198,0,0,1), + (49165,2011,1,0,0,9727.2,1555.93,1256.35,0.492426,300,300,5,0,148,165,0,1), + (49166,2011,1,0,0,9703.19,1547.13,1254.1,0.279253,300,300,0,0,148,165,0,0), + (49167,14750,309,0,0,-12281.9,-1443,130.725,0.029071,7200,7200,5,0,31440,0,0,1), + (49168,2011,1,0,0,9839.81,1531.67,1258.13,-0.972455,300,300,0,0,148,165,0,0), + (49169,2011,1,0,0,9841.24,1529.65,1258.19,5.34525,300,300,0,0,148,165,0,0), + (49170,2011,1,0,0,9892.94,1483.57,1278.02,6.19592,300,300,0,0,148,165,0,0), + (49171,2011,1,0,0,9896.03,1479.46,1278.39,3.01942,300,300,0,0,148,165,0,0), + (49172,2011,1,0,0,9851.73,1469.56,1275.45,4.2586,300,300,0,0,148,165,0,0), + (49173,2011,1,0,0,9856.34,1461.06,1276.7,2.76605,300,300,5,0,148,165,0,1), + (49174,2011,1,0,0,9873.78,1514.67,1257.52,2.37218,300,300,5,0,148,165,0,1), + (49175,2011,1,0,0,9829.01,1539.51,1257.45,3.9968,300,300,0,0,148,165,0,0), + (49176,2011,1,0,0,9850.1,1490.99,1257.83,6.12611,300,300,0,0,148,165,0,0), + (49177,2012,1,0,0,9116.45,1669.35,1324.39,0.46334,300,300,5,0,166,178,0,1), + (49178,2012,1,0,0,9119.98,1655.85,1324.24,1.62328,300,300,5,0,166,178,0,1), + (49179,2012,1,0,0,9144.97,1655.96,1320.22,5.30448,300,300,5,0,166,178,0,1), + (49180,2012,1,0,0,9171.04,1839.3,1331.02,1.24264,300,300,5,0,166,178,0,1), + (49181,2012,1,0,0,9072.22,1872.18,1326.41,0,300,300,0,0,166,178,0,0), + (49182,2012,1,0,0,9103.33,1871.79,1335.08,3.54302,300,300,0,0,166,178,0,0), + (49183,14556,1,0,0,10130.5,2532.53,1323.62,4.10152,300,300,0,0,64,53,0,0), + (49184,2012,1,0,0,9126.46,1678.11,1321.01,3.30332,300,300,5,0,166,178,0,1), + (49185,14750,309,0,0,-12277.5,-1444.66,130.725,6.21831,7200,7200,5,0,31440,0,0,1), + (49186,11368,309,0,0,-12154.1,-1460.24,130.725,0.258444,7200,7200,5,0,6104,0,0,1), + (49187,11368,309,0,0,-12166.8,-1463.59,130.725,0.158884,7200,7200,0,0,6104,0,0,0), + (49188,11368,309,0,0,-12171.8,-1462.23,130.725,0.026701,7200,7200,0,0,6104,0,0,0), + (49189,14750,309,0,0,-12170.5,-1467.25,130.725,0.030516,7200,7200,0,0,31440,0,0,0), + (49190,11368,309,0,0,-11985.9,-1475.85,79.7788,1.59486,7200,7200,5,0,6104,0,0,1), + (49191,11368,309,0,0,-11978.2,-1464.7,80.1628,1.46608,7200,7200,0,0,6104,0,0,0), + (49192,11368,309,0,0,-11988.6,-1467.06,80.3768,1.98968,7200,7200,0,0,6104,0,0,0), + (49193,14750,309,0,0,-11980.3,-1478.21,80.2788,2.72082,7200,7200,5,0,31440,0,0,1), + (49194,14507,309,0,0,-12029.8,-1707.93,39.413,3.71755,259200,259200,0,0,213200,26200,0,0), + (49195,11373,309,0,0,-12029.4,-1714.54,39.3626,0.680678,7200,7200,0,0,15260,0,0,0), + (49196,11373,309,0,0,-12036.8,-1704.27,40.0668,0.453786,7200,7200,0,0,15260,0,0,0), + (49197,11373,309,0,0,-12037.7,-1694.21,39.3567,0.279253,7200,7200,0,0,15260,0,0,0), + (49198,11373,309,0,0,-12021.2,-1719.74,39.3461,0.855211,7200,7200,0,0,15260,0,0,0), + (49199,14517,309,0,0,-12291.9,-1380.08,144.902,2.28638,259200,259200,0,0,333125,26200,0,0), + (49200,14758,309,0,0,-12296,-1374.69,145.132,6.10865,7200,7200,0,0,42,0,0,0), + (49201,14880,309,0,0,-12289.1,-1645.61,132.135,6.24203,7200,7200,0,0,4048,0,0,0), + (49202,14880,309,0,0,-12286.4,-1669.35,130.333,5.43666,7200,7200,0,0,4048,0,0,0), + (49203,1037,0,0,0,-3371.96,-2264.64,53.6157,4.37813,72000,72000,0,0,684,0,0,0), + (49204,1112,0,0,0,-3780.03,-2344.52,34.4869,2.78063,72000,72000,0,0,664,0,0,0), + (49205,2012,1,0,0,9110.83,1675.82,1324.76,0.139626,300,300,0,0,166,178,0,0), + (49206,2012,1,0,0,9114.71,1683.76,1323.88,1.43117,300,300,0,0,166,178,0,0), + (49207,2012,1,0,0,9107.65,1848.24,1327.59,3.45575,300,300,0,0,166,178,0,0), + (49208,2012,1,0,0,9104.6,1784.72,1324.5,1.72585,300,300,5,0,166,178,0,1), + (49209,2012,1,0,0,9112.92,1764.31,1321.13,4.51288,300,300,5,0,166,178,0,1), + (49210,2012,1,0,0,9113.83,1850.42,1327.59,4.13643,300,300,0,0,166,178,0,0), + (49211,2012,1,0,0,9186.25,1708.67,1317.03,5.35443,300,300,5,0,166,178,0,1), + (49212,2013,1,0,0,9150.84,1609.15,1319.52,3.2296,300,300,5,0,176,0,0,1), + (49213,2013,1,0,0,9132.43,1844.2,1327.07,5.29233,300,300,5,0,176,0,0,1), + (49214,8669,1,0,0,9872.6,2341.73,1321.67,3.52556,300,300,0,0,3517,0,0,0), + (49215,2013,1,0,0,9148.8,1839.57,1327.44,6.02783,300,300,5,0,176,0,0,1), + (49216,2013,1,0,0,9149.18,1712.59,1321.34,3.99093,300,300,5,0,176,0,0,1), + (49217,2013,1,0,0,9217.78,1711.9,1316.9,1.66871,300,300,5,0,176,0,0,1), + (49218,11338,309,0,0,-12285.9,-1637.33,133.569,0.732083,7200,7200,5,0,25150,14916,0,1), + (49219,11338,309,0,0,-12367.4,-1612.76,130.85,6.19852,7200,7200,5,0,25150,14916,0,1), + (49220,14880,309,0,0,-12181.9,-1689.92,105.746,4.52286,7200,7200,0,0,4048,0,0,0), + (49221,14880,309,0,0,-12180.6,-1682.85,103.746,4.52361,7200,7200,5,0,4048,0,0,1), + (49222,1533,0,0,0,2885.04,973.306,116.879,0.199966,72000,72000,0,0,155,572,0,2), + (49223,1837,0,0,0,2836.36,-1398.27,147.549,3.78187,72000,72000,0,0,7326,2434,0,0), + (49224,14532,309,0,0,-12351.8,-1607.17,131.102,2.66658,7200,7200,5,0,12208,0,0,1), + (49225,14532,309,0,0,-12362.8,-1627.17,130.385,6.23661,7200,7200,5,0,12208,0,0,1), + (49226,14532,309,0,0,-12386.2,-1619.2,131.942,2.78714,7200,7200,5,0,12208,0,0,1), + (49227,14532,309,0,0,-12375.9,-1612.16,131.442,3.07695,7200,7200,5,0,12208,0,0,1), + (49228,11370,309,0,0,-12363.2,-1614.1,130.635,0.896689,7200,7200,5,0,31440,0,0,1), + (49229,14532,309,0,0,-12365.4,-1598.13,133.407,3.13818,7200,7200,5,0,12208,0,0,1), + (49230,14532,309,0,0,-12346.8,-1603.02,132.26,0.90897,7200,7200,5,0,12208,0,0,1), + (49231,14532,309,0,0,-12353.5,-1618.14,130.347,1.98968,7200,7200,0,0,12208,0,0,0), + (49232,14532,309,0,0,-12338.3,-1593.98,133.091,0.09056,7200,7200,5,0,12208,0,0,1), + (49233,11370,309,0,0,-12359,-1612.38,130.385,5.99684,7200,7200,5,0,31440,0,0,1), + (49234,11338,309,0,0,-12298.1,-1687.7,131.256,3.83493,7200,7200,5,0,25150,14916,0,1), + (49235,11338,309,0,0,-12309.5,-1696.85,132.53,4.02784,7200,7200,5,0,25150,14916,0,1), + (49236,14532,309,0,0,-12355,-1668.35,130.942,3.42085,7200,7200,0,0,12208,0,0,0), + (49237,14532,309,0,0,-12364.9,-1673.16,132.588,0.139626,7200,7200,0,0,12208,0,0,0), + (49238,14532,309,0,0,-12349.7,-1685.52,133.621,0.331613,7200,7200,0,0,12208,0,0,0), + (49239,14532,309,0,0,-12372.1,-1657.33,130.942,4.71574,7200,7200,5,0,12208,0,0,1), + (49240,11370,309,0,0,-12362.1,-1683.15,134.764,1.62316,7200,7200,0,0,31440,0,0,0), + (49241,14532,309,0,0,-12370.2,-1682.7,132.993,3.05849,7200,7200,5,0,12208,0,0,1), + (49242,14532,309,0,0,-12365.6,-1661.6,130.415,1.6057,7200,7200,0,0,12208,0,0,0), + (49243,14532,309,0,0,-12379.9,-1661.66,131.817,0,7200,7200,5,0,12208,0,0,1), + (49244,14532,309,0,0,-12374.9,-1672.46,131.368,6.03248,7200,7200,5,0,12208,0,0,1), + (49245,11370,309,0,0,-12353.9,-1676.98,130.867,2.25148,7200,7200,0,0,31440,0,0,0), + (49246,14532,309,0,0,-12283.2,-1627.24,133.495,0,7200,7200,5,0,12208,0,0,1), + (49247,14532,309,0,0,-12295.6,-1628.43,131.6,4.53786,7200,7200,0,0,12208,0,0,0), + (49248,14532,309,0,0,-12276,-1638.02,136.952,3.44739,7200,7200,5,0,12208,0,0,1), + (49249,14532,309,0,0,-12291.1,-1618.24,130.8,1.53693,7200,7200,5,0,12208,0,0,1), + (49250,11370,309,0,0,-12283,-1650.87,131.73,0.017453,7200,7200,0,0,31440,0,0,0), + (49251,14532,309,0,0,-12293.9,-1642.43,131.585,1.91986,7200,7200,0,0,12208,0,0,0), + (49252,14532,309,0,0,-12273.6,-1649.47,134.943,1.29154,7200,7200,0,0,12208,0,0,0), + (49253,14532,309,0,0,-12286.9,-1636.15,134.768,2.02458,7200,7200,0,0,12208,0,0,0), + (49254,14532,309,0,0,-12266.3,-1646.13,133.791,3.28122,7200,7200,0,0,12208,0,0,0), + (49255,11370,309,0,0,-12286.3,-1645.34,133.649,5.16617,7200,7200,0,0,31440,0,0,0), + (49256,14758,309,0,0,-12364.2,-1633.44,131.01,0.331613,7200,7200,0,0,42,0,0,0), + (49257,11388,309,0,0,-12326.4,-1586.32,132.436,1.62316,7200,7200,0,0,16978,0,0,0), + (49258,14510,309,0,0,-12326.5,-1577.11,133.588,4.81711,259200,259200,0,0,333125,13100,0,0), + (49259,11830,309,0,0,-12344.7,-1888.57,130.433,1.27425,7200,7200,5,0,17094,12170,0,1), + (49260,11830,309,0,0,-12347.5,-1890.89,130.433,0.964154,7200,7200,5,0,17094,12170,0,1), + (49261,11353,309,0,0,-12388.9,-1900.82,130.636,4.60767,7200,7200,0,0,18312,0,0,0), + (49262,11353,309,0,0,-12393,-1905.57,130.35,0.663225,7200,7200,0,0,18312,0,0,0), + (49263,11830,309,0,0,-12385.5,-1906.37,130.344,2.30383,7200,7200,0,0,17094,12170,0,0), + (49264,2013,1,0,0,9135.4,1700.95,1320.43,0.212274,300,300,5,0,176,0,0,1), + (49265,2013,1,0,0,9130.23,1746.41,1319.19,4.88144,300,300,5,0,176,0,0,1), + (49266,2013,1,0,0,9146.78,1745.64,1320.65,4.44912,300,300,5,0,176,0,0,1), + (49267,2013,1,0,0,9137.81,1764.68,1319.52,4.94659,300,300,5,0,176,0,0,1), + (49268,11356,309,0,0,-12340.8,-1958.38,133.508,2.72271,7200,7200,0,0,31440,0,0,0), + (49269,11356,309,0,0,-12343.8,-1957.15,133.218,5.89921,7200,7200,0,0,31440,0,0,0), + (49270,11356,309,0,0,-12181.4,-1980.66,134.596,1.62316,7200,7200,0,0,31440,0,0,0), + (49271,11356,309,0,0,-12190,-1980.93,133.214,1.41372,7200,7200,0,0,31440,0,0,0), + (49272,11356,309,0,0,-12332.2,-1903.89,130.561,0.575959,7200,7200,0,0,31440,0,0,0), + (49273,11356,309,0,0,-12329.5,-1901.46,130.609,4.10152,7200,7200,0,0,31440,0,0,0), + (49274,14821,309,0,0,-12191.9,-1898.71,134.859,2.77507,7200,7200,0,0,15260,0,0,0), + (49275,14821,309,0,0,-12180.4,-1897.75,132.882,3.21141,7200,7200,0,0,15260,0,0,0), + (49276,14821,309,0,0,-12185.6,-1904.19,133.015,4.29351,7200,7200,0,0,15260,0,0,0), + (49277,11353,309,0,0,-12387.7,-1849.4,129.265,0,7200,7200,0,0,18312,0,0,0), + (49278,11353,309,0,0,-12384.7,-1849.2,129.759,3.24631,7200,7200,0,0,18312,0,0,0), + (49279,11353,309,0,0,-12186.9,-1977,133.142,5.67232,7200,7200,0,0,18312,0,0,0), + (49280,11356,309,0,0,-12183.8,-1978.48,133.914,2.6529,7200,7200,0,0,31440,0,0,0), + (49281,11830,309,0,0,-12187,-1978.89,133.345,0.261799,7200,7200,0,0,17094,12170,0,0), + (49282,11353,309,0,0,-12359.7,-1870.49,130.518,4.83456,7200,7200,0,0,18312,0,0,0), + (49283,11353,309,0,0,-12355.5,-1878.74,130.407,2.58309,7200,7200,0,0,18312,0,0,0), + (49284,11830,309,0,0,-12363,-1879.52,130.378,0.645772,7200,7200,0,0,17094,12170,0,0), + (49285,14821,309,0,0,-12362.7,-1873.9,130.339,2.46091,7200,7200,0,0,15260,0,0,0), + (49286,11382,309,0,0,-12167.8,-1927.25,153.73,3.76991,259200,259200,0,0,466340,0,0,0), + (49287,14758,309,0,0,-12171.3,-1985.58,134.759,1.98968,7200,7200,0,0,42,0,0,0), + (49288,11391,309,0,0,-12196.3,-1948.37,130.36,0.541052,7200,7200,0,0,15720,0,0,0), + (49289,11361,309,0,0,-11818.3,-1892.84,48.7754,0.628319,7200,7200,0,0,9156,0,0,0), + (49290,11361,309,0,0,-11791.4,-1895.77,48.4045,1.36136,7200,7200,0,0,9156,0,0,0), + (49291,11361,309,0,0,-11807.8,-1897.04,48.7144,1.06465,7200,7200,0,0,9156,0,0,0), + (49292,11361,309,0,0,-11825.4,-1863.41,51.7791,0.05236,7200,7200,0,0,9156,0,0,0), + (49293,11361,309,0,0,-11824.2,-1856.49,51.7036,4.88692,7200,7200,0,0,9156,0,0,0), + (49294,11361,309,0,0,-11826.7,-1871.16,52.7241,5.42797,7200,7200,0,0,9156,0,0,0), + (49295,11360,309,0,0,-11686,-1888.25,57.0057,2.93215,7200,7200,0,0,3052,0,0,0), + (49296,11361,309,0,0,-11689.1,-1936.64,56.8723,2.75762,7200,7200,0,0,9156,0,0,0), + (49297,11361,309,0,0,-11676.5,-1939.07,57.3162,4.50295,7200,7200,0,0,9156,0,0,0), + (49298,11361,309,0,0,-11668.8,-1930.49,57.889,0.226893,7200,7200,0,0,9156,0,0,0), + (49299,11361,309,0,0,-11675.5,-1922.65,56.5736,3.35103,7200,7200,0,0,9156,0,0,0), + (49300,11361,309,0,0,-11680.8,-1928.7,56.7897,3.31613,7200,7200,0,0,9156,0,0,0), + (49301,11350,309,0,0,-11815.3,-1807.61,51.1677,2.42601,7200,7200,0,0,21364,0,0,0), + (49302,11350,309,0,0,-11821,-1803.41,52.1164,2.87979,7200,7200,0,0,21364,0,0,0), + (49303,11360,309,0,0,-11718.4,-1917.09,55.7326,2.57413,7200,7200,5,0,3052,0,0,1), + (49304,11360,309,0,0,-11805.8,-1878.27,45.4985,5.96903,7200,7200,0,0,3052,0,0,0), + (49305,11360,309,0,0,-11751.7,-1896.04,56.2729,2.10993,7200,7200,5,0,3052,0,0,1), + (49306,11360,309,0,0,-11816.5,-1878.31,48.0184,1.01229,7200,7200,0,0,3052,0,0,0), + (49307,11350,309,0,0,-11674.6,-1928.62,57.6635,1.50098,7200,7200,0,0,21364,0,0,0), + (49308,11350,309,0,0,-11679.6,-1934.44,57.6998,5.72468,7200,7200,0,0,21364,0,0,0), + (49309,11350,309,0,0,-11693.6,-1940.73,56.9141,1.72788,7200,7200,0,0,21364,0,0,0), + (49310,14509,309,0,0,-11700.8,-1998.94,62.4163,1.6057,259200,259200,0,0,133250,13100,0,0), + (49311,11361,309,0,0,-11695.2,-2001.47,62.4163,2.44346,7200,7200,0,0,9156,0,0,0), + (49312,11361,309,0,0,-11706.6,-2001.38,62.4163,1.06465,7200,7200,0,0,9156,0,0,0), + (49313,11348,309,0,0,-11699.3,-1992.57,61.9979,4.43314,7200,7200,0,0,113295,0,0,0), + (49314,11347,309,0,0,-11702.6,-1992.61,62.0147,5.02655,7200,7200,0,0,90650,20544,0,0), + (49315,11365,309,0,0,-11612.2,-1568.49,39.3195,4.82779,7200,7200,5,0,21364,0,0,1), + (49316,11365,309,0,0,-11612.3,-1565.29,39.1839,5.05803,7200,7200,5,0,21364,0,0,1), + (49317,11365,309,0,0,-11614.8,-1566.55,38.8881,5.0655,7200,7200,5,0,21364,0,0,1), + (49318,11365,309,0,0,-11632,-1683.5,39.8163,4.72216,7200,7200,5,0,21364,0,0,1), + (49319,11365,309,0,0,-11630.6,-1680.17,39.2641,4.72213,7200,7200,5,0,21364,0,0,1), + (49320,11365,309,0,0,-11633.4,-1680.15,39.1681,4.72213,7200,7200,5,0,21364,0,0,1), + (49321,11365,309,0,0,-11526.2,-1683.66,49.2104,6.04566,7200,7200,0,0,21364,0,0,0), + (49322,11365,309,0,0,-11525,-1685.19,49.7388,0.083731,7200,7200,5,0,21364,0,0,1), + (49323,11365,309,0,0,-11524.2,-1683.65,49.4405,5.89116,7200,7200,5,0,21364,0,0,1), + (49324,11365,309,0,0,-11523,-1686.1,50.0412,0.599685,7200,7200,5,0,21364,0,0,1), + (49325,11365,309,0,0,-11549.3,-1554.1,50.9232,0.816936,7200,7200,0,0,21364,0,0,0), + (49326,11365,309,0,0,-11547.4,-1554.03,51.0091,1.11034,7200,7200,5,0,21364,0,0,1), + (49327,11365,309,0,0,-11547.6,-1549.76,51.3208,6.1836,7200,7200,5,0,21364,0,0,1), + (49328,11365,309,0,0,-11546.5,-1552.91,51.1642,1.22446,7200,7200,5,0,21364,0,0,1), + (49329,11339,309,0,0,-11542.2,-1609.78,60.4916,6.1555,7200,7200,0,0,25150,14916,0,0), + (49330,1838,0,0,0,2928.93,-1524.92,152.129,0.363815,72000,72000,0,0,9432,0,0,0), + (49331,11365,309,0,0,-11510.4,-1663.15,71.4066,2.28638,7200,7200,0,0,21364,0,0,0), + (49332,11365,309,0,0,-11511.1,-1670.26,71.4066,5.49779,7200,7200,0,0,21364,0,0,0), + (49333,11365,309,0,0,-11524.2,-1670.44,71.4067,3.19395,7200,7200,0,0,21364,0,0,0), + (49334,11365,309,0,0,-11519,-1664.11,71.4067,5.49779,7200,7200,0,0,21364,0,0,0), + (49335,11365,309,0,0,-11573,-1667.54,49.6334,2.80813,7200,7200,0,0,21364,0,0,0), + (49336,11365,309,0,0,-11576.6,-1666.62,49.2497,2.77847,7200,7200,5,0,21364,0,0,1), + (49337,11365,309,0,0,-11573.4,-1669.59,49.5494,2.65977,7200,7200,5,0,21364,0,0,1), + (49338,11365,309,0,0,-11573.4,-1665.55,49.5491,2.94749,7200,7200,5,0,21364,0,0,1), + (49339,11365,309,0,0,-11534.6,-1610.75,60.4916,3.00808,7200,7200,0,0,21364,0,0,0), + (49340,11365,309,0,0,-11538.1,-1607.61,60.4083,3.62696,7200,7200,5,0,21364,0,0,1), + (49341,11365,309,0,0,-11534.8,-1613.09,60.4083,2.71321,7200,7200,5,0,21364,0,0,1), + (49342,11365,309,0,0,-11536,-1611.98,60.4083,2.79071,7200,7200,5,0,21364,0,0,1), + (49343,11365,309,0,0,-11495.2,-1616.76,60.4903,4.48279,7200,7200,0,0,21364,0,0,0), + (49344,11365,309,0,0,-11495.2,-1621.51,60.4075,3.1743,7200,7200,5,0,21364,0,0,1), + (49345,11365,309,0,0,-11496,-1619.55,60.4075,4.58392,7200,7200,5,0,21364,0,0,1), + (49346,11365,309,0,0,-11495.1,-1618.88,60.4074,4.30856,7200,7200,5,0,21364,0,0,1), + (49347,11353,309,0,0,-11456.2,-1592.29,50.268,4.83912,7200,7200,0,0,18312,0,0,0), + (49348,11353,309,0,0,-11456.2,-1591.86,50.4685,4.83576,7200,7200,5,0,18312,0,0,1), + (49349,15091,309,0,0,-11518.4,-1650.73,41.3826,4.43314,7200,7200,0,0,42,0,0,0), + (49350,14758,309,0,0,-11568.9,-1630.06,41.3826,4.76475,7200,7200,0,0,42,0,0,0), + (49351,15091,309,0,0,-11517.1,-1603.54,41.3826,2.05949,7200,7200,0,0,42,0,0,0), + (49352,15091,309,0,0,-11518.5,-1652.9,41.3826,0.034907,7200,7200,0,0,42,0,0,0), + (49353,15091,309,0,0,-11516.9,-1604.25,41.3826,5.28835,7200,7200,0,0,42,0,0,0), + (49354,15091,309,0,0,-11518.5,-1651.54,41.3826,0.261799,7200,7200,0,0,42,0,0,0), + (49355,15091,309,0,0,-11519.5,-1610.6,41.3826,2.56563,7200,7200,0,0,42,0,0,0), + (49356,15091,309,0,0,-11518.3,-1649.97,41.3826,5.13127,7200,7200,0,0,42,0,0,0), + (49357,15091,309,0,0,-11518.5,-1649.3,41.3826,5.86431,7200,7200,0,0,42,0,0,0), + (49358,15091,309,0,0,-11516.8,-1607.48,41.3826,4.76475,7200,7200,0,0,42,0,0,0), + (49359,14825,309,0,0,-11613.9,-1243.31,80.8476,3.80983,7200,7200,5,0,12210,9736,0,1), + (49360,14825,309,0,0,-11613.9,-1243.35,80.9818,3.81022,7200,7200,5,0,12210,9736,0,1), + (49361,14825,309,0,0,-11610.4,-1242.8,80.5328,3.81085,7200,7200,5,0,12210,9736,0,1), + (49362,14825,309,0,0,-11612.6,-1240.13,80.5567,3.81092,7200,7200,5,0,12210,9736,0,1), + (49363,14825,309,0,0,-11569.5,-1314.49,79.3638,2.67035,7200,7200,0,0,12210,9736,0,0), + (49364,14825,309,0,0,-11571.4,-1317.26,79.0674,1.93731,7200,7200,0,0,12210,9736,0,0), + (49365,14825,309,0,0,-11569.1,-1311.52,79.4992,3.40339,7200,7200,0,0,12210,9736,0,0), + (49366,14825,309,0,0,-11570.3,-1310,79.3561,3.87463,7200,7200,0,0,12210,9736,0,0), + (49367,14882,309,0,0,-11570.9,-1312.87,79.7872,3.03687,7200,7200,0,0,15260,0,0,0), + (49368,14882,309,0,0,-11571.4,-1315.42,79.4491,2.14675,7200,7200,0,0,15260,0,0,0), + (49369,14882,309,0,0,-11571.1,-1308.7,79.1717,4.20624,7200,7200,0,0,15260,0,0,0), + (49370,14883,309,0,0,-11571.5,-1319.05,78.5183,1.81514,7200,7200,0,0,12210,9736,0,0), + (49371,14883,309,0,0,-11572.7,-1311.45,79.8292,4.32842,7200,7200,0,0,12210,9736,0,0), + (49372,14883,309,0,0,-11573,-1313.94,79.8998,1.71042,7200,7200,0,0,12210,9736,0,0), + (49373,14825,309,0,0,-11617.8,-1281.32,79.5759,5.70723,7200,7200,0,0,12210,9736,0,0), + (49374,14825,309,0,0,-11616.5,-1274.6,79.8499,5.044,7200,7200,0,0,12210,9736,0,0), + (49375,14825,309,0,0,-11615.4,-1279.94,79.7496,5.16617,7200,7200,0,0,12210,9736,0,0), + (49376,14825,309,0,0,-11614,-1277.09,79.8373,4.79965,7200,7200,0,0,12210,9736,0,0), + (49377,14882,309,0,0,-11614.3,-1274.23,79.8398,4.81711,7200,7200,0,0,15260,0,0,0), + (49378,14882,309,0,0,-11613.4,-1278.93,79.8424,4.72984,7200,7200,0,0,15260,0,0,0), + (49379,14882,309,0,0,-11615.8,-1282.03,79.6598,5.5676,7200,7200,0,0,15260,0,0,0), + (49380,14882,309,0,0,-11612.9,-1281.33,79.8237,4.53786,7200,7200,0,0,15260,0,0,0), + (49381,14883,309,0,0,-11611.5,-1277.22,79.7617,4.43314,7200,7200,0,0,12210,9736,0,0), + (49382,14883,309,0,0,-11614.4,-1283.81,79.681,5.91667,7200,7200,0,0,12210,9736,0,0), + (49383,14825,309,0,0,-11547,-1250.59,78.3985,2.00713,7200,7200,0,0,12210,9736,0,0), + (49384,14825,309,0,0,-11552,-1248.28,78.4336,0.244346,7200,7200,0,0,12210,9736,0,0), + (49385,14825,309,0,0,-11549.8,-1243.92,78.3484,5.07891,7200,7200,0,0,12210,9736,0,0), + (49386,14882,309,0,0,-11545.2,-1246.18,78.2931,3.49066,7200,7200,0,0,15260,0,0,0), + (49387,14825,309,0,0,-11604.9,-1230.15,79.452,5.13127,7200,7200,0,0,12210,9736,0,0), + (49388,14825,309,0,0,-11599.2,-1225.23,79.1166,4.41568,7200,7200,0,0,12210,9736,0,0), + (49389,14825,309,0,0,-11602.5,-1230.36,79.1357,4.74729,7200,7200,0,0,12210,9736,0,0), + (49390,14825,309,0,0,-11601.1,-1228.4,79.1072,4.53786,7200,7200,0,0,12210,9736,0,0), + (49391,14882,309,0,0,-11607.3,-1230.79,79.7656,5.48033,7200,7200,0,0,15260,0,0,0), + (49392,14882,309,0,0,-11600.2,-1226.37,79.1702,4.4855,7200,7200,0,0,15260,0,0,0), + (49393,14882,309,0,0,-11598.3,-1223.17,79.2809,4.39823,7200,7200,0,0,15260,0,0,0), + (49394,14882,309,0,0,-11608.9,-1233.39,80.0797,5.91667,7200,7200,0,0,15260,0,0,0), + (49395,14883,309,0,0,-11605.9,-1232.2,79.5657,5.46288,7200,7200,0,0,12210,9736,0,0), + (49396,14883,309,0,0,-11603.5,-1231.54,79.2214,4.97419,7200,7200,0,0,12210,9736,0,0), + (49397,14825,309,0,0,-11626.6,-1338.78,79.2793,5.49779,7200,7200,0,0,12210,9736,0,0), + (49398,14825,309,0,0,-11627.7,-1335.33,79.5577,5.39307,7200,7200,0,0,12210,9736,0,0), + (49399,14882,309,0,0,-11627.2,-1332.83,79.33,5.2709,7200,7200,0,0,15260,0,0,0), + (49400,14882,309,0,0,-11625.2,-1335.64,79.5861,2.72271,7200,7200,0,0,15260,0,0,0), + (49402,14825,309,0,0,-11522.8,-1271.63,79.6408,3.4383,7200,7200,0,0,12210,9736,0,0), + (49403,14825,309,0,0,-11522.8,-1280.45,79.6704,2.89725,7200,7200,0,0,12210,9736,0,0), + (49404,2013,1,0,0,9127.24,1775.45,1320.9,2.96706,300,300,0,0,176,0,0,0), + (49405,2013,1,0,0,9121.58,1779.25,1321.69,5.0091,300,300,0,0,176,0,0,0), + (49406,2014,1,0,0,9075.74,1886.42,1326.43,5.39307,300,300,0,0,186,191,0,0), + (49407,2014,1,0,0,9089.9,1859.35,1328.81,4.24115,300,300,0,0,186,191,0,0), + (49408,2014,1,0,0,9153.18,1840.29,1327.72,3.78736,300,300,0,0,186,191,0,0), + (49409,2014,1,0,0,9109.35,1810.19,1326.01,5.12826,300,300,5,0,186,191,0,1), + (49410,2014,1,0,0,9120.67,1825.59,1328.56,6.00046,300,300,5,0,186,191,0,1), + (49411,2015,1,0,0,10349.3,1886.25,1324.58,5.78281,300,300,5,0,156,0,0,1), + (49412,2015,1,0,0,10437.3,1893.57,1320.08,2.09241,300,300,5,0,156,0,0,1), + (49413,5761,43,0,0,-120.675,-129.028,-66.9905,0.405046,7200,7200,2,0,1212,456,0,1), + (49414,3840,43,0,0,-140.355,-181.34,-68.152,2.46184,7200,7200,0,0,1212,912,0,0), + (49415,5761,43,0,0,-102.971,-160.908,-67.5989,3.61124,7200,7200,5,0,1212,456,0,1), + (49416,5756,43,0,0,-144.266,-195.181,-67.9851,4.92362,7200,7200,2,0,1452,0,0,1), + (49417,2015,1,0,0,10372.9,1919.77,1320.16,2.70634,300,300,5,0,156,0,0,1), + (49418,1834,0,0,0,2905.2,-1425.31,149.412,4.34587,315,315,0,0,6273,2117,0,0), + (49419,2015,1,0,0,10431.2,1906.04,1321.11,3.50842,300,300,5,0,156,0,0,1), + (49420,2015,1,0,0,10455.3,1851.28,1314.42,0.615617,300,300,5,0,156,0,0,1), + (49421,14825,309,0,0,-11528.5,-1270.31,79.4239,3.68265,7200,7200,0,0,12210,9736,0,0), + (49422,2015,1,0,0,10512.7,1983.9,1327.42,2.14639,300,300,5,0,156,0,0,1), + (49423,2015,1,0,0,10512.6,1943.27,1322.12,3.32886,300,300,5,0,156,0,0,1), + (49424,2015,1,0,0,10638.7,2065.74,1333.23,6.0955,300,300,5,0,156,0,0,1), + (49425,2015,1,0,0,10348.8,1914.2,1322.23,5.69377,300,300,5,0,156,0,0,1), + (49426,2015,1,0,0,10628.1,2080.03,1335.21,2.39487,300,300,5,0,156,0,0,1), + (49427,2015,1,0,0,10646.9,2031.17,1329.35,0.348804,300,300,5,0,156,0,0,1), + (49428,2017,1,0,0,10361.2,1914.87,1322.36,1.90165,300,300,5,0,156,0,0,1), + (49429,2017,1,0,0,10314.5,1889.74,1323.01,1.67112,300,300,5,0,156,0,0,1), + (49430,2017,1,0,0,10458.9,1920.33,1320.23,0.31539,300,300,5,0,156,0,0,1), + (49431,2017,1,0,0,10414.2,1952.78,1318.44,5.42318,300,300,5,0,156,0,0,1), + (49432,2017,1,0,0,10548.6,1914.35,1318.9,1.42959,300,300,5,0,156,0,0,1), + (49433,2017,1,0,0,10547.7,1982.3,1327.41,0.343499,300,300,5,0,156,0,0,1), + (49434,2017,1,0,0,10523,2002.71,1327.41,0.60494,300,300,5,0,156,0,0,1), + (49435,2017,1,0,0,10576.3,2008.5,1327.33,3.29712,300,300,5,0,156,0,0,1), + (49436,2017,1,0,0,10477.2,1960.5,1322.62,1.96156,300,300,5,0,156,0,0,1), + (49437,2017,1,0,0,10550.2,2010.13,1328.98,2.21657,300,300,0,0,156,0,0,0), + (49438,2017,1,0,0,10625.6,2062.07,1336.71,2.02262,300,300,5,0,156,0,0,1), + (49439,2017,1,0,0,10640.6,2023.27,1329.21,1.24714,300,300,5,0,156,0,0,1), + (49440,2017,1,0,0,10642.7,2045.45,1332.35,4.14094,300,300,5,0,156,0,0,1), + (49441,2017,1,0,0,10674.6,2066.45,1328.86,1.72469,300,300,5,0,156,0,0,1), + (49442,2017,1,0,0,10629.5,2095.35,1336.71,1.71865,300,300,5,0,156,0,0,1), + (49443,2017,1,0,0,10645.2,2008.62,1326.96,4.07803,300,300,5,0,156,0,0,1), + (49444,2017,1,0,0,10651.7,2073.81,1331.71,1.31801,300,300,5,0,156,0,0,1), + (49445,2017,1,0,0,10417.2,1913.23,1321.11,3.32679,300,300,5,0,156,0,0,1), + (49447,2017,1,0,0,10538.2,1959.91,1326.37,0.751126,300,300,5,0,156,0,0,1), + (49448,2017,1,0,0,10552.9,1943.49,1325.65,2.1973,300,300,5,0,156,0,0,1), + (49449,2018,1,0,0,10371.6,1885.77,1323.83,3.671,300,300,5,0,160,350,0,1), + (49450,2018,1,0,0,10565.9,1994.11,1326.34,0.772106,300,300,5,0,160,350,0,1), + (49451,2018,1,0,0,10663,2064.47,1329.48,3.76452,300,300,5,0,160,350,0,1), + (49452,2018,1,0,0,10376.6,1842.69,1322.17,3.97354,300,300,5,0,160,350,0,1), + (49453,2018,1,0,0,10511.1,2020.74,1329.66,1.98067,300,300,5,0,160,350,0,1), + (49454,2019,1,0,0,10827.3,2151.11,1326.87,2.85315,300,300,5,0,176,0,0,1), + (49455,2019,1,0,0,10953.2,1961.47,1331.07,1.88853,300,300,5,0,176,0,0,1), + (49456,2019,1,0,0,10836,2115.45,1322.56,4.99164,300,300,0,0,176,0,0,0), + (49457,2019,1,0,0,10914.4,2044.44,1331.48,4.51188,300,300,5,0,176,0,0,1), + (49458,2019,1,0,0,10869.6,2067.56,1329.94,3.97578,300,300,5,0,176,0,0,1), + (49459,7907,1,0,0,8701.16,993.116,23.5854,3.82227,300,300,0,0,1002,0,0,0), + (49460,2020,1,0,0,10817.4,2108.23,1316.77,4.03041,300,300,5,0,176,0,0,1), + (49461,2020,1,0,0,10812.8,2128.86,1320.36,5.87951,300,300,5,0,176,0,0,1), + (49462,2020,1,0,0,10892.5,2080.86,1328.19,6.15584,300,300,5,0,176,0,0,1), + (49463,2020,1,0,0,10879.9,1915.03,1330.33,3.08761,300,300,5,0,176,0,0,1), + (49464,2020,1,0,0,10905.4,1961.91,1322.64,1.0386,300,300,5,0,176,0,0,1), + (49465,2020,1,0,0,10884.4,1943.65,1323.87,5.85307,300,300,5,0,176,0,0,1), + (49466,2020,1,0,0,10735.1,2196.89,1335.35,2.23491,300,300,5,0,176,0,0,1), + (49467,2020,1,0,0,10838.7,2129.3,1325.95,0.23822,300,300,5,0,176,0,0,1), + (49468,2020,1,0,0,10881,2069.24,1327.82,3.37547,300,300,5,0,176,0,0,1), + (49469,2020,1,0,0,10724.5,2155.67,1330.02,0.538522,300,300,5,0,176,0,0,1), + (49470,2021,1,0,0,10796.4,2143.33,1326.63,3.60275,300,300,5,0,208,205,0,1), + (49471,2021,1,0,0,10714.8,2175.54,1330.89,5.53269,300,300,0,0,208,205,0,0), + (49472,2021,1,0,0,10813.6,2141.57,1322.78,5.16617,300,300,0,0,208,205,0,0), + (49473,2021,1,0,0,10746.1,2148.84,1331.31,3.89879,300,300,5,0,208,205,0,1), + (49474,2021,1,0,0,10759.2,2213.97,1331.63,2.93215,300,300,0,0,208,205,0,0), + (49475,2021,1,0,0,10853.8,2139.79,1330.49,1.13282,300,300,5,0,208,205,0,1), + (49476,2021,1,0,0,10870.8,1969.36,1320.63,4.97141,300,300,5,0,208,205,0,1), + (49477,2021,1,0,0,10939.1,2020.8,1327.17,1.34875,300,300,5,0,208,205,0,1), + (49478,2021,1,0,0,10906.4,2074.09,1333.79,4.52257,300,300,5,0,208,205,0,1), + (49479,2021,1,0,0,10878.6,2054.18,1328.45,2.95206,300,300,5,0,208,205,0,1), + (49480,2021,1,0,0,10817.9,2076.42,1313.5,5.30252,300,300,5,0,208,205,0,1), + (49481,2021,1,0,0,10851.8,2070.11,1329.14,0.825456,300,300,5,0,208,205,0,1), + (49482,2021,1,0,0,10732.6,2174.56,1332.14,2.64647,300,300,5,0,208,205,0,1), + (49483,2022,1,0,0,9382.47,758.676,1262.06,3.1875,300,300,5,0,102,0,0,1), + (49484,2022,1,0,0,9411.32,724.176,1263.95,5.3344,300,300,5,0,102,0,0,1), + (49485,2022,1,0,0,9455.64,755.347,1254.25,0.764003,300,300,5,0,102,0,0,1), + (49486,2022,1,0,0,9380.54,782.67,1260.62,0.056724,300,300,5,0,102,0,0,1), + (49487,2022,1,0,0,9477.83,681.632,1265.52,3.17453,300,300,5,0,102,0,0,1), + (49488,2022,1,0,0,9446.88,711.261,1263.86,1.92151,300,300,5,0,102,0,0,1), + (49489,2022,1,0,0,9501.68,647.24,1270.62,0.374562,300,300,5,0,102,0,0,1), + (49490,2022,1,0,0,9380.36,814.153,1258.56,4.24826,300,300,5,0,102,0,0,1), + (49491,2022,1,0,0,9648.24,776.421,1272.58,0.336389,300,300,5,0,102,0,0,1), + (49492,2022,1,0,0,9578.08,746.022,1256.06,6.23825,300,300,5,0,102,0,0,1), + (49493,2022,1,0,0,9531.52,718.203,1256.38,3.25117,300,300,5,0,102,0,0,1), + (49494,2022,1,0,0,9615.57,751.483,1265.96,5.09299,300,300,5,0,102,0,0,1), + (49495,2022,1,0,0,9649.35,838.745,1266.88,2.20336,300,300,5,0,102,0,0,1), + (49496,2022,1,0,0,9593.46,720.6,1263.96,4.48535,300,300,5,0,102,0,0,1), + (49497,2022,1,0,0,9590.64,881.342,1255.67,0.014647,300,300,5,0,102,0,0,1), + (49498,2022,1,0,0,9616.5,706.809,1267.8,3.3317,300,300,5,0,102,0,0,1), + (49499,2022,1,0,0,9531.26,712.729,1257.77,2.11989,300,300,0,0,102,0,0,0), + (49500,2022,1,0,0,9589.21,669.874,1267.08,1.94047,300,300,5,0,102,0,0,1), + (49501,2022,1,0,0,9621.4,880.685,1265.68,0.923455,300,300,5,0,102,0,0,1), + (49502,2022,1,0,0,9607.1,924.195,1267.51,0.982777,300,300,5,0,102,0,0,1), + (49503,2022,1,0,0,9643.46,756.425,1270.41,4.68917,300,300,5,0,102,0,0,1), + (49504,2022,1,0,0,9519.21,987.671,1254.16,0.752122,300,300,5,0,102,0,0,1), + (49505,2022,1,0,0,9636.5,910.891,1268.99,0.435622,300,300,0,0,102,0,0,0), + (49506,2022,1,0,0,9551.28,970.092,1264.07,1.08635,300,300,5,0,102,0,0,1), + (49507,2022,1,0,0,9574.92,1001.52,1267.27,0.841248,300,300,5,0,102,0,0,1), + (49508,2022,1,0,0,9552.11,1016.61,1262.48,5.35648,300,300,5,0,102,0,0,1), + (49509,2022,1,0,0,9585.36,1051.87,1263.52,0.49536,300,300,5,0,102,0,0,1), + (49510,2022,1,0,0,9652.98,901.533,1270.74,6.11643,300,300,0,0,102,0,0,0), + (49512,2025,1,0,0,9461.19,1040.91,1249.58,1.8797,300,300,5,0,137,0,0,1), + (49513,2025,1,0,0,9308.91,1147.11,1255.03,4.34777,300,300,5,0,137,0,0,1), + (49514,2025,1,0,0,9480.58,1141.13,1251.62,1.25838,300,300,5,0,137,0,0,1), + (49515,2025,1,0,0,9384.88,1263.82,1250.84,2.47691,300,300,5,0,137,0,0,1), + (49516,2025,1,0,0,9379.87,1136.01,1251.76,1.69051,300,300,5,0,137,0,0,1), + (49517,2025,1,0,0,9432.08,1093.69,1251.93,0.60939,300,300,5,0,137,0,0,1), + (49518,2025,1,0,0,9334.89,1209.05,1252.22,5.39475,300,300,5,0,137,0,0,1), + (49519,3561,1,0,0,10099.1,2594.01,1337.1,0.750492,300,300,0,0,1605,0,0,0), + (49520,2025,1,0,0,9453.46,1187.38,1251.54,3.00246,300,300,5,0,137,0,0,1), + (49521,2025,1,0,0,9340.03,1139.87,1254.62,1.17652,300,300,5,0,137,0,0,1), + (49522,2025,1,0,0,9510.45,1118.91,1257.34,0.504032,300,300,5,0,137,0,0,1), + (49523,2025,1,0,0,9370.1,1334.44,1257.7,4.78279,300,300,5,0,137,0,0,1), + (49524,2025,1,0,0,9368.19,1386.28,1272.7,0.621423,300,300,5,0,137,0,0,1), + (49525,3562,1,0,0,9714.28,2525.74,1335.68,4.25791,300,300,0,0,1605,0,0,2), + (49526,3306,1,0,0,9802.39,923.265,1306.8,0.802851,300,300,0,0,2471,1620,0,0), + (49527,2027,1,0,0,10546.6,1687.58,1295.42,0.278254,300,300,5,0,156,0,0,1), + (49528,2027,1,0,0,10518.5,1651.39,1282.77,1.94877,300,300,5,0,156,0,0,1), + (49529,2027,1,0,0,10381.7,1652.35,1291.63,0.555494,300,300,5,0,156,0,0,1), + (49530,2027,1,0,0,9274.96,1079.85,1253.8,2.43292,300,300,5,0,156,0,0,1), + (49531,2027,1,0,0,9297.8,1107.12,1254.22,0.959927,300,300,5,0,156,0,0,1), + (49532,2027,1,0,0,10413.1,1683.47,1293.49,3.97562,300,300,5,0,156,0,0,1), + (49533,2027,1,0,0,10382.6,1578.84,1292.25,4.7466,300,300,5,0,156,0,0,1), + (49534,2027,1,0,0,10449.5,1586.42,1283.29,2.45267,300,300,5,0,156,0,0,1), + (49535,2027,1,0,0,10449.7,1653.06,1277.75,2.5861,300,300,5,0,156,0,0,1), + (49536,2027,1,0,0,10501.1,1579.05,1303.08,4.94808,300,300,5,0,156,0,0,1), + (49537,2027,1,0,0,9314.98,1117.39,1253.11,2.94928,300,300,5,0,156,0,0,1), + (49538,2027,1,0,0,9297.59,1124.4,1254.25,4.24115,300,300,0,0,156,0,0,0), + (49539,7916,1,0,0,8707.46,988.88,14.1964,2.72271,300,300,0,0,998,0,0,0), + (49540,2796,1,0,0,10088,2594.28,1337.06,5.74213,300,300,0,0,1233,0,0,0), + (49541,2029,1,0,0,10680.1,1682.48,1289.7,4.51241,300,300,5,0,176,0,0,1), + (49542,2029,1,0,0,10647.2,1580.81,1294.14,3.88218,300,300,5,0,176,0,0,1), + (49543,2029,1,0,0,10583.1,1651.74,1281.9,3.7556,300,300,5,0,176,0,0,1), + (49544,2029,1,0,0,10689.1,1626.58,1273.8,0.745364,300,300,5,0,176,0,0,1), + (49545,2029,1,0,0,10809.1,1615.68,1271.3,1.34001,300,300,5,0,176,0,0,1), + (49546,2029,1,0,0,10712.6,1651.05,1270.07,6.08472,300,300,5,0,176,0,0,1), + (49547,2029,1,0,0,10615.1,1605.06,1291.01,4.56043,300,300,5,0,176,0,0,1), + (49548,2029,1,0,0,10748.4,1616.35,1270.13,5.56728,300,300,5,0,176,0,0,1), + (49549,2029,1,0,0,10659.8,1651.11,1278.4,6.15883,300,300,5,0,176,0,0,1), + (49550,2030,1,0,0,10929.8,1522.2,1278.25,3.40336,300,300,5,0,186,191,0,1), + (49551,2030,1,0,0,10915.2,1580.66,1270.4,1.50853,300,300,5,0,186,191,0,1), + (49552,2030,1,0,0,10948.7,1549.23,1271.87,2.22762,300,300,5,0,186,191,0,1), + (49553,2030,1,0,0,10885.9,1552.52,1282.74,4.21827,300,300,5,0,186,191,0,1), + (49554,2030,1,0,0,10851.9,1649.24,1278.27,3.54073,300,300,5,0,186,191,0,1), + (49555,2030,1,0,0,10948.6,1615.57,1271.4,0.580775,300,300,5,0,186,191,0,1), + (49556,2030,1,0,0,10950.9,1580.08,1270.87,3.22651,300,300,5,0,186,191,0,1), + (49557,2030,1,0,0,10884.6,1614.3,1270.6,5.63799,300,300,5,0,186,191,0,1), + (49558,2030,1,0,0,10849.1,1581.46,1273.76,1.95477,300,300,0,0,186,191,0,0), + (49559,3567,1,0,0,9898.59,984.968,1354.89,1.22173,300,300,0,0,456,0,0,0), + (49560,2031,1,0,0,10401,589.031,1328.56,0.348786,300,300,5,0,42,0,0,1), + (49561,2031,1,0,0,10457.8,537.143,1340.59,6.05182,300,300,5,0,42,0,0,1), + (49562,2031,1,0,0,10497.6,684.208,1320.24,2.43223,300,300,5,0,42,0,0,1), + (49563,2031,1,0,0,10405,539.775,1329.64,4.63057,300,300,5,0,42,0,0,1), + (49564,2031,1,0,0,10374.3,658.443,1327.77,1.74149,300,300,5,0,42,0,0,1), + (49565,2031,1,0,0,10395.5,625.367,1326.48,0.557668,300,300,5,0,42,0,0,1), + (49566,2031,1,0,0,10245.2,841.586,1343.74,5.97556,300,300,5,0,42,0,0,1), + (49567,2031,1,0,0,10320.2,931.787,1329.82,1.77892,300,300,5,0,42,0,0,1), + (49568,2031,1,0,0,10375.8,656.873,1327.52,4.47647,300,300,5,0,42,0,0,1), + (49569,2031,1,0,0,10331.4,679.368,1331.03,2.64902,300,300,5,0,42,0,0,1), + (49570,2031,1,0,0,10441.8,677.484,1325.45,3.76297,300,300,5,0,42,0,0,1), + (49571,2031,1,0,0,10415.9,629.099,1322.92,4.34583,300,300,5,0,42,0,0,1), + (49572,2031,1,0,0,10289.2,648.423,1344.08,4.59796,300,300,5,0,42,0,0,1), + (49573,14825,309,0,0,-11528.7,-1281.83,79.4193,2.63545,7200,7200,0,0,12210,9736,0,0), + (49574,14882,309,0,0,-11532,-1270.02,79.115,3.90954,7200,7200,0,0,15260,0,0,0), + (49575,14882,309,0,0,-11532,-1282.05,79.074,2.42601,7200,7200,0,0,15260,0,0,0), + (49576,14882,309,0,0,-11525.6,-1270.86,79.571,3.54302,7200,7200,0,0,15260,0,0,0), + (49577,14882,309,0,0,-11525.4,-1281.18,79.6252,2.79253,7200,7200,0,0,15260,0,0,0), + (49581,11603,30,0,0,-865.648,-63.2401,71.4081,3.1746,430,430,5,0,5244,0,0,1), + (49582,11603,30,0,0,-916.427,-148.357,62.1725,2.57609,430,430,5,0,5244,0,0,1), + (49583,11603,30,0,0,-899.952,-55.7846,72.681,3.33092,430,430,5,0,5244,0,0,1), + (49584,11603,30,0,0,-856.01,-144.563,61.7379,0.224681,430,430,5,0,5244,0,0,1), + (49585,11603,30,0,0,-904.397,-143.921,75.9872,1.22522,430,430,5,0,5244,0,0,1), + (49586,11603,30,0,0,-854.975,-110.849,64.2129,3.09682,430,430,5,0,5244,0,0,1), + (49587,11603,30,0,0,-943.309,-125.085,78.3111,1.75608,430,430,5,0,5244,0,0,1), + (49588,11603,30,0,0,-954.231,-169.515,78.0482,1.96266,430,430,5,0,5244,0,0,1), + (49589,11603,30,0,0,-901.977,-82.8394,74.4376,5.23297,430,430,5,0,5244,0,0,1), + (49590,11603,30,0,0,-869.969,-95.7836,66.7666,1.39643,430,430,5,0,5244,0,0,1), + (49591,11604,30,0,0,-844.764,-92.6998,68.6054,3.46716,430,430,0,0,5850,0,0,0), + (49592,11605,30,0,0,-857.71,-91.4395,68.5389,6.08983,430,430,0,0,7716,0,0,0), + (49593,1834,0,0,0,2834.2,-1418.84,146.645,1.60562,315,315,0,0,6273,2117,0,0), + (49594,1836,0,0,0,2936.41,-1395.9,166.027,4.72984,660,660,0,0,8097,0,0,0), + (49595,1883,0,0,0,2865.95,-1570.01,145.644,6.16415,315,315,0,0,3529,0,0,0), + (49596,1832,0,0,0,2971.66,-1575.94,184.632,5.09636,315,315,0,0,5667,5206,0,0), + (49597,1883,0,0,0,3080.77,-1533.23,150.856,4.67748,315,315,0,0,3529,0,0,0), + (49598,1883,0,0,0,3064.47,-1530.25,150.247,2.14675,315,315,0,0,3529,0,0,0), + (49599,1827,0,0,0,2955.67,-1420.1,152.103,2.68781,315,315,0,0,7842,0,0,0), + (49600,1883,0,0,0,3081.34,-1525.05,150.532,1.06465,315,315,0,0,3529,0,0,0), + (49601,1789,0,0,0,1498.65,-1425.75,67.6996,3.49121,315,315,5,0,2823,2117,0,1), + (49602,1795,0,0,0,1490.69,-1397.43,67.6856,6.27052,315,315,5,0,2823,2117,0,1), + (49603,1794,0,0,0,1377.86,-1246.92,61.6562,5.73504,315,315,3,0,2634,2041,0,1), + (49604,1794,0,0,0,1573.79,-1675.01,64.815,4.41551,315,315,10,0,2634,2041,0,1), + (49605,1794,0,0,0,1451.35,-1284.24,61.6474,0.730191,315,315,3,0,2634,2041,0,1), + (49606,1795,0,0,0,1363.9,-1366.71,51.1531,2.99424,315,315,3,0,2823,2117,0,1), + (49607,1794,0,0,0,1291.11,-1394.41,49.5696,1.47679,315,315,5,0,2634,2041,0,1), + (49608,1789,0,0,0,1547.14,-1620.24,64.3889,4.50476,315,315,10,0,2823,2117,0,1), + (49609,14883,309,0,0,-11534.2,-1269.71,78.6456,4.13643,7200,7200,0,0,12210,9736,0,0), + (49610,2031,1,0,0,10327.7,642.474,1329.73,6.09664,300,300,5,0,42,0,0,1), + (49611,2031,1,0,0,10378,659.143,1326.89,0.184693,300,300,5,0,42,0,0,1), + (49612,2031,1,0,0,10271.7,820.217,1340.75,1.04947,300,300,5,0,42,0,0,1), + (49613,2031,1,0,0,10285.2,839.433,1334.21,3.64632,300,300,5,0,42,0,0,1), + (49614,2031,1,0,0,10270.5,744.21,1341.8,0.481414,300,300,5,0,42,0,0,1), + (49615,2031,1,0,0,10302.9,728.743,1332.09,3.00342,300,300,5,0,42,0,0,1), + (49616,2031,1,0,0,10299.6,704.289,1335.16,1.00996,300,300,5,0,42,0,0,1), + (49617,2031,1,0,0,10320.7,689.129,1329.37,2.02789,300,300,5,0,42,0,0,1), + (49618,199,0,0,0,-9976.25,1283.29,44.1212,4.98523,300,300,5,0,198,0,0,1), + (49619,1788,0,0,0,1483.12,-1417.11,67.7705,2.52699,315,315,0,0,8097,0,0,0); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (46540,1412,1,134,0,10148.3,2564.49,1321.55,1.6897,300,5,0,8,0,0,1), - (46541,1412,1,134,0,10026.9,2309.11,1322.49,0.975752,300,5,0,8,0,0,1), - (46542,1412,1,134,0,10030.4,2437.11,1316.12,1.62501,300,5,0,8,0,0,1), - (46543,1412,1,134,0,9730.21,2321.35,1328.37,3.92699,300,5,0,8,0,0,1), - (46544,1412,1,134,0,9733.71,2372.34,1322.37,2.00258,300,5,0,8,0,0,1), - (46545,1412,1,134,0,10158.2,2279.54,1328.44,1.89248,300,5,0,8,0,0,1), - (46546,1412,1,134,0,10083.7,2462.78,1317.89,3.54603,300,5,0,8,0,0,1), - (46547,1412,1,134,0,10278.9,2456.19,1335.06,0.1747,300,0,0,8,0,0,0), - (46548,1412,1,134,0,10172,2522.57,1327.88,5.61996,300,0,0,8,0,0,0), - (46549,1412,1,134,0,9842.78,2310.36,1318.18,3.19612,300,5,0,8,0,0,1), - (46550,1412,1,134,0,9971.85,2525.09,1318.12,2.70104,300,5,0,8,0,0,1), - (46551,1412,1,134,0,9657.19,2391.48,1328.46,3.15144,300,5,0,8,0,0,1), - (46552,1412,1,134,0,10100.5,2404.55,1316.88,1.22965,300,5,0,8,0,0,1), - (46553,1412,1,134,0,9705.04,2402.32,1326.94,4.55979,300,5,0,8,0,0,1), - (46554,1412,1,134,0,10166.3,2412.4,1320.94,3.42472,300,0,0,8,0,0,0), - (46555,1412,1,134,0,9782.96,2318.6,1319.66,1.08793,300,5,0,8,0,0,1), - (46556,1412,1,134,0,9936.59,2498.77,1317.68,4.64244,300,5,0,8,0,0,1), - (46557,1412,1,134,0,9977.83,2511.33,1317.41,3.40742,300,5,0,8,0,0,1), - (46558,1412,1,134,0,10165.8,2414.08,1321.07,2.21657,300,0,0,8,0,0,0), - (46559,14725,1,14755,0,10076,2260.77,1333.08,0.436332,300,0,0,2016,0,0,0), - (46560,4229,1,2264,0,10113.6,2293.21,1332.05,2.3911,300,0,0,1605,0,0,0), - (46561,10118,1,9344,0,8694.04,950.259,12.9087,5.46288,300,0,0,1240,0,0,0), - (46562,4230,1,2277,0,9864.09,2247.64,1339.7,4.50295,300,0,0,1605,0,0,0), - (46563,8583,1,7895,0,10407.2,713.794,1321.7,4.27606,300,0,0,334,0,0,0), - (46564,4231,1,2258,0,9813.36,2250.5,1343.39,4.46804,300,0,0,1605,0,0,0), - (46565,4232,1,2257,0,9821.4,2258.95,1333.08,1.29154,300,0,0,1605,0,0,0), - (46566,8584,1,7901,0,10711.6,1034.91,1347.34,4.90438,300,0,0,166,0,0,0), - (46567,11401,1,11048,0,9665.28,2520.08,1360.08,0.366519,300,0,0,3139,5751,0,0), - (46568,4233,1,2263,0,9809.77,2248.41,1333.08,4.7822,300,0,0,1605,0,0,0), - (46569,4234,1,2249,0,9610.87,2344.28,1330.06,1.37881,300,0,0,1605,0,0,0), - (46570,907,1,15115,0,9975.14,2324.34,1330.87,0.069813,600,0,0,9563,0,0,0), - (46571,4235,1,2271,0,9775.44,2275.06,1339.7,0.977384,300,0,0,1605,0,0,0), - (46572,1420,1,901,0,10874.2,1627.7,1273.73,4.54532,300,5,0,8,0,0,1), - (46573,1420,1,901,0,10515.5,892.111,1309.67,5.098,300,5,0,8,0,0,1), - (46574,1420,1,901,0,10398.9,1661.01,1287.66,5.79591,300,5,0,8,0,0,1), - (46575,3468,1,1460,0,10189.5,2419.36,1328.09,3.61283,300,0,0,6413,0,0,0), - (46576,4236,1,2246,0,9670.22,2378.48,1337.38,5.8294,300,0,0,1605,0,0,0), - (46577,1420,1,901,0,9827.57,2362.23,1316.14,0.245571,300,5,0,8,0,0,1), - (46578,1420,1,901,0,9474.03,997.842,1251.25,4.53555,300,5,0,8,0,0,1), - (46579,1420,1,901,0,9594.02,1793.21,1292.14,1.75173,300,5,0,8,0,0,1), - (46580,1420,1,901,0,9579.79,865.541,1249.45,1.24128,300,5,0,8,0,0,1), - (46581,1420,1,901,0,9980.96,2542.13,1315.98,0.076248,300,5,0,8,0,0,2), - (46582,1420,1,901,0,9512.39,958.412,1250.86,4.562,300,5,0,8,0,0,1), - (46583,1420,1,901,0,9614.6,1752.93,1290.51,3.35935,300,5,0,8,0,0,1), - (46584,1420,1,901,0,9486.88,785.014,1247.86,0.006868,300,5,0,8,0,0,1), - (46585,1420,1,901,0,10899.1,1555.98,1275.87,0.782755,300,5,0,8,0,0,1), - (46586,1420,1,901,0,10534.3,868.439,1309.5,2.6834,300,5,0,8,0,0,1), - (46587,1420,1,901,0,9391.05,1260.79,1250.84,0.194912,300,5,0,8,0,0,1), - (46588,1420,1,901,0,9895.94,2437.41,1315.62,4.9201,300,5,0,8,0,0,2), - (46589,1420,1,901,0,9881.39,2438.52,1316.2,3.42664,300,5,0,8,0,0,2), - (46590,1420,1,901,0,9959.06,2426.8,1312.68,2.49803,300,5,0,8,0,0,1), - (46591,1420,1,901,0,9531.03,903.055,1250.12,1.41382,300,5,0,8,0,0,1), - (46592,1420,1,901,0,9663.94,1754.73,1291.79,0.613872,300,5,0,8,0,0,1), - (46593,1420,1,901,0,10446.8,1588.88,1284.63,2.75986,300,5,0,8,0,0,1), - (46594,1420,1,901,0,10069.9,2492.45,1316.79,0.089953,300,5,0,8,0,0,1), - (46595,1420,1,901,0,10073,2458.15,1317.25,2.27804,300,5,0,8,0,0,1), - (46596,1420,1,901,0,9992.88,2365.18,1312.46,5.0177,300,5,0,8,0,0,1), - (46597,1420,1,901,0,9930.01,2409.75,1314.21,2.34828,300,5,0,8,0,0,1), - (46598,1420,1,901,0,9745.04,2387.33,1315.46,3.84545,300,5,0,8,0,0,1), - (46599,1420,1,901,0,9431.61,1123.94,1249.84,5.76004,300,5,0,8,0,0,1), - (46600,1420,1,901,0,9885.84,2514.35,1307.21,0.269849,300,5,0,8,0,0,1), - (46601,1420,1,901,0,9912.13,2371.36,1316.13,0.938948,300,5,0,8,0,0,1), - (46602,1420,1,901,0,9931.27,2572.72,1314.4,1.94405,300,5,0,8,0,0,1), - (46603,1420,1,901,0,10028.8,2442.56,1315.12,2.37682,300,5,0,8,0,0,1), - (46604,1420,1,901,0,10493.3,1623.39,1287.03,2.04359,300,5,0,8,0,0,1), - (46605,4474,0,4631,0,1891.37,-1640.19,61.2927,2.14675,315,0,0,3189,0,0,0), - (46606,1796,0,10487,0,1561.66,-1904.53,58.2853,3.70413,315,10,0,3529,0,0,1), - (46607,8921,230,8180,0,581.38,-175.372,-84.4117,1.44862,7200,0,0,2672,0,0,0), - (46608,8905,230,8289,0,813.64,-341.803,-50.4947,1.46608,7200,0,0,7359,0,0,0), - (46609,10580,0,4631,0,1497.53,-1852.06,58.7447,3.5699,315,5,0,3420,0,0,1), - (46610,8905,230,8289,0,819.453,-348.958,-50.4947,0.349066,7200,0,0,7359,0,0,0), - (46611,8905,230,8289,0,813.551,-353.742,-50.4947,4.86947,7200,0,0,7359,0,0,0), - (46612,8905,230,8289,0,807.998,-345.878,-50.4947,3.29867,7200,0,0,7359,0,0,0), - (46613,9500,230,0,0,874.376,-187.633,-43.6204,2.16421,7200,0,0,7599,0,0,2), - (46614,9503,230,8654,0,891.198,-197.924,-43.6204,3.21141,7200,0,0,3748,0,0,0), - (46615,9502,230,0,0,847.848,-230.067,-43.614,1.64061,604800,0,0,18298,0,0,0), - (46616,10043,230,9235,0,880.844,-167.852,-49.673,2.6529,7200,0,0,6186,0,0,0), - (46617,10043,230,9235,0,875.615,-168.167,-49.6746,0.418879,7200,0,0,6186,0,0,0), - (46618,10043,230,9233,0,877.042,-166.488,-49.6748,5.77704,7200,0,0,6186,0,0,0), - (46619,9543,230,8667,0,878.471,-167.726,-49.6751,2.51327,43200,0,0,7359,0,0,0), - (46620,9554,230,8683,0,875.497,-216.125,-42.5926,2.13984,7200,0,0,6186,0,0,0), - (46621,9545,230,8674,0,818.89,-180.504,-49.6699,0.105216,7200,0,0,2062,0,0,0), - (46622,9547,230,8680,0,859.402,-142.498,-49.6721,4.63184,7200,0,0,1443,4140,0,0), - (46623,1420,1,901,0,10636.3,1627.18,1284.52,1.44697,300,5,0,8,0,0,1), - (46624,9547,230,8680,0,878.769,-147.397,-49.6759,4.30297,7200,0,0,1443,4140,0,0), - (46625,9554,230,8682,0,843.22,-188.302,-49.6703,3.78738,7200,0,0,6186,0,0,0), - (46626,9554,230,8682,0,840.683,-190.213,-49.6699,5.73082,7200,0,0,6186,0,0,0), - (46627,9545,230,8675,0,864.622,-175.079,-49.6731,1.99312,7200,0,0,2062,0,0,0), - (46628,9547,230,8679,0,823.385,-180.029,-49.6699,0.888466,7200,0,0,1443,4140,0,0), - (46629,9545,230,8675,0,892.558,-205.468,-43.6204,2.85076,7200,0,0,2062,0,0,0), - (46630,9554,230,8684,0,866.374,-162.741,-49.673,0.562199,7200,0,0,6186,0,0,0), - (46631,8900,230,8812,0,1186.99,-165.436,-74.2779,2.87979,7200,0,0,2305,4896,0,0), - (46632,8900,230,8815,0,1194.82,-160.041,-74.3724,5.54385,7200,5,0,2305,4896,0,1), - (46638,8900,230,8814,0,1184.31,-153.947,-74.2816,0.436332,7200,0,0,2305,4896,0,0), - (46639,8900,230,8812,0,1128.28,-164.158,-74.8325,3.89208,7200,0,0,2305,4896,0,0), - (46640,8900,230,8815,0,1135.4,-154.116,-74.9148,2.00465,7200,5,0,2305,4896,0,1), - (46641,8908,230,8179,0,1170.21,-190.345,-65.3693,0.314159,7200,0,0,11500,4234,0,0), - (46642,8900,230,8812,0,1149.71,-126.622,-74.3665,4.85309,7200,5,0,2305,4896,0,1), - (46643,8900,230,8815,0,1151.85,-136.934,-74.28,0.593412,7200,0,0,2305,4896,0,0), - (46644,8900,230,8812,0,1171.13,-197.181,-65.3385,3.97288,7200,5,0,2305,4896,0,1), - (46645,8900,230,8815,0,1175.66,-187.799,-65.3796,5.20513,7200,5,0,2305,4896,0,1), - (46646,8900,230,8813,0,1164.66,-190.199,-65.2258,3.36848,7200,0,0,2305,4896,0,0), - (46647,8908,230,8179,0,1108.47,-179.58,-65.2253,2.30383,7200,0,0,11500,4234,0,0), - (46648,8908,230,8179,0,1129.35,-155.306,-74.8279,3.21141,7200,0,0,11500,4234,0,0), - (46649,8900,230,8815,0,1109.63,-186.832,-65.2253,3.28122,7200,0,0,2305,4896,0,0), - (46650,8900,230,8813,0,1115.12,-178.39,-65.2253,1.02974,7200,0,0,2305,4896,0,0), - (46651,8900,230,8813,0,1102.28,-177.753,-65.2253,2.23402,7200,0,0,2305,4896,0,0), - (46652,8908,230,8179,0,1154.04,-132.777,-74.2814,3.4383,7200,0,0,11500,4234,0,0), - (46653,8908,230,8179,0,1188.54,-159.79,-74.2803,0.10472,7200,0,0,11500,4234,0,0), - (46654,8901,230,9288,0,1299.71,-418.995,-92.0102,5.0075,60,5,0,760,0,0,1), - (46655,8901,230,9289,0,1301.41,-405.286,-92.038,4.1211,60,0,0,760,0,0,0), - (46656,8901,230,8755,0,1301.23,-405.447,-92.0385,4.13179,60,0,0,760,0,0,0), - (46657,8901,230,9288,0,1302.82,-408.022,-92.0343,4.21156,60,0,0,760,0,0,0), - (46658,8901,230,9290,0,1303.38,-404.172,-92.0316,4.15168,60,0,0,760,0,0,0), - (46659,8901,230,9289,0,1348.49,-487.341,-91.9285,4.60767,60,0,0,760,0,0,0), - (46660,8901,230,9288,0,1343.19,-469.666,-91.9285,1.48353,60,0,0,760,0,0,0), - (46661,8901,230,9288,0,1312.22,-488.184,-91.9508,0.05236,60,0,0,760,0,0,0), - (46662,8901,230,9290,0,1350.09,-490.05,-91.9285,5.58505,60,0,0,760,0,0,0), - (46663,8901,230,9290,0,1340.14,-473.729,-91.9285,1.01229,60,0,0,760,0,0,0), - (46664,8901,230,9289,0,1359.9,-474.131,-91.9295,0.645772,60,0,0,760,0,0,0), - (46665,8901,230,8755,0,1360.74,-476.122,-91.9301,2.68781,60,0,0,760,0,0,0), - (46666,8901,230,9288,0,1328.44,-479.934,-91.9285,2.51327,60,0,0,760,0,0,0), - (46667,8901,230,8755,0,1327.05,-476.426,-91.9285,2.9147,60,0,0,760,0,0,0), - (46668,8901,230,9289,0,1313.41,-490.423,-91.9468,1.02974,60,0,0,760,0,0,0), - (46669,8901,230,8755,0,1372.49,-314.385,-91.9711,1.39626,60,0,0,760,0,0,0), - (46670,8901,230,9290,0,1366.39,-329.734,-91.9711,1.53589,60,0,0,760,0,0,0), - (46671,8901,230,8755,0,1374.57,-320.029,-91.9711,3.21141,60,0,0,760,0,0,0), - (46672,8901,230,9288,0,1356.39,-324.415,-91.9711,5.41052,60,0,0,760,0,0,0), - (46673,8901,230,9290,0,1361.85,-330.713,-91.9711,4.95674,60,0,0,760,0,0,0), - (46675,1420,1,901,0,10021.4,2384.77,1317.17,0.986499,300,5,0,8,0,0,1), - (46676,1420,1,901,0,9851.56,2441.15,1315.54,3.18976,300,5,0,8,0,0,1), - (46677,1420,1,901,0,9570.24,778.316,1251.31,5.68115,300,5,0,8,0,0,1), - (46678,1420,1,901,0,10938,1560.15,1274.49,5.48798,300,5,0,8,0,0,1), - (46680,1420,1,901,0,9915.2,2651.72,1315.39,0.021432,300,5,0,8,0,0,1), - (46681,1420,1,901,0,10024.1,2444.82,1313.62,1.52098,300,5,0,8,0,0,1), - (46682,1420,1,901,0,9437.23,1203.23,1250.2,6.04688,300,5,0,8,0,0,1), - (46683,1420,1,901,0,10756.5,1602.87,1273.69,3.44831,300,5,0,8,0,0,1), - (46684,1793,0,137,0,1420.06,-1897.65,62.5144,1.12198,315,3,0,3293,0,0,1), - (46685,10580,0,4631,0,1427.59,-1839.7,58.872,0.535579,315,10,0,3420,0,0,1), - (46686,1793,0,137,0,1490.67,-1816.92,60.5182,6.16703,315,5,0,3293,0,0,1), - (46690,8901,230,9288,0,1377.86,-318.819,-91.9711,5.95157,60,0,0,760,0,0,0), - (46691,1420,1,901,0,9528.85,1712.09,1290.52,0.459165,300,5,0,8,0,0,1), - (46692,1793,0,137,0,1469.97,-1877.12,58.8102,3.26165,315,3,0,3293,0,0,1), - (46693,1420,1,901,0,10079.1,2470.54,1317.96,1.29692,300,5,0,8,0,0,1), - (46694,1420,1,901,0,10061.7,2621.57,1315.26,4.67422,300,5,0,8,0,0,1), - (46695,1420,1,901,0,9899.38,2466.77,1315,5.94568,300,5,0,8,0,0,1), - (46696,1420,1,901,0,10926.1,1601.07,1273.9,6.08519,300,5,0,8,0,0,1), - (46697,1420,1,901,0,9333.67,1239.35,1250.8,3.5324,300,5,0,8,0,0,1), - (46698,1420,1,901,0,9921.99,2600.44,1313.55,4.74707,300,5,0,8,0,0,2), - (46699,1420,1,901,0,10048.5,2342.23,1317.17,0.769081,300,5,0,8,0,0,1), - (46700,1420,1,901,0,9844.34,2454.16,1314.07,4.56828,300,5,0,8,0,0,1), - (46701,1420,1,901,0,9890.77,2359.2,1316.14,1.85487,300,5,0,8,0,0,1), - (46703,1420,1,901,0,10014.8,2385.04,1315.68,4.96802,300,5,0,8,0,0,1), - (46704,1420,1,901,0,10071,2622.22,1317.01,3.30241,300,5,0,8,0,0,1), - (46705,1420,1,901,0,10017.4,2305.9,1322.45,1.13612,300,5,0,8,0,0,1), - (46706,1420,1,901,0,9546.58,1744.79,1290.8,3.9952,300,5,0,8,0,0,1), - (46707,1420,1,901,0,9363.99,1146.89,1250.49,5.04865,300,5,0,8,0,0,1), - (46708,1420,1,901,0,10752.1,1642.7,1275.44,3.89222,300,5,0,8,0,0,1), - (46709,1420,1,901,0,10515.1,1666.96,1287.91,5.56077,300,5,0,8,0,0,1), - (46710,1420,1,901,0,9992.58,2613.45,1313.12,3.31726,300,5,0,8,0,0,1), - (46711,1420,1,901,0,10029.3,2663.85,1314.18,2.52577,300,5,0,8,0,0,1), - (46712,1420,1,901,0,9838.01,2449.47,1311.74,0.78575,300,5,0,8,0,0,1), - (46713,1420,1,901,0,9977.03,2548.95,1315.51,1.7223,300,5,0,8,0,0,1), - (46714,1420,1,901,0,10592.2,832.057,1309.43,5.04135,300,5,0,8,0,0,1), - (46715,1420,1,901,0,10561.9,909.965,1311,4.19856,300,5,0,8,0,0,1), - (46716,3469,1,1461,0,9916.54,2226.64,1329.6,5.55015,300,0,0,6460,0,0,0), - (46717,12429,1,12476,0,9675.8,900.023,1285.44,3.61283,300,0,0,228,0,0,0), - (46718,6286,1,4989,0,9751.02,906.196,1295.6,6.02139,300,0,0,98,0,0,0), - (46719,6287,1,4990,0,10135.7,1671.48,1325.15,3.00197,300,0,0,373,0,0,0), - (46720,4240,1,2244,0,9699.61,2335.89,1339.73,0.925025,300,0,0,1605,0,0,0), - (46721,7313,1,6348,0,9631.88,2550.45,1354.89,4.79965,300,0,0,919,1202,0,0), - (46722,4753,1,5070,0,10126.5,2528.85,1323.7,1.72788,300,0,0,2972,100,0,0), - (46723,4241,1,2262,0,9918.06,2190.34,1328.27,0.575959,300,0,0,1605,0,0,0), - (46724,8901,230,9290,0,1358.59,-325.582,-91.9711,5.044,60,0,0,760,0,0,0), - (46725,8901,230,9288,0,1358.37,-320.16,-91.9711,4.55531,60,0,0,760,0,0,0), - (46726,8901,230,8755,0,1364.15,-322.884,-91.9711,0.383972,60,0,0,760,0,0,0), - (46727,8901,230,9288,0,1375.97,-314.035,-91.9711,6.26573,60,0,0,760,0,0,0), - (46728,8901,230,9289,0,1408.73,-441.652,-92.0163,2.67557,60,5,0,760,0,0,1), - (46729,8901,230,9290,0,1406.67,-437.559,-92.0174,3.05489,60,5,0,760,0,0,1), - (46730,8901,230,8755,0,1408.04,-440.49,-92.0155,2.88517,60,5,0,760,0,0,1), - (46731,8901,230,9289,0,1412.36,-440.384,-91.9685,2.98113,60,5,0,760,0,0,1), - (46732,8901,230,9289,0,1409.57,-438.247,-92.0134,2.93482,60,5,0,760,0,0,1), - (46733,8901,230,9290,0,1312.02,-528.101,-91.9644,2.26893,60,0,0,760,0,0,0), - (46734,8901,230,9290,0,1317.83,-510.373,-91.2501,4.83456,60,0,0,760,0,0,0), - (46735,8901,230,9289,0,1317.54,-507.65,-91.4042,6.0912,60,0,0,760,0,0,0), - (46736,8901,230,9290,0,1315.83,-528.045,-91.9621,4.15388,60,0,0,760,0,0,0), - (46737,8901,230,9290,0,1328.29,-525.436,-91.9566,4.86947,60,0,0,760,0,0,0), - (46738,8901,230,9289,0,1311.32,-524.999,-91.963,2.25148,60,0,0,760,0,0,0), - (46739,8901,230,9290,0,1330.17,-522.761,-91.9542,5.35816,60,0,0,760,0,0,0), - (46740,8901,230,9288,0,1312.92,-509.111,-91.9579,0.663225,60,0,0,760,0,0,0), - (46741,8901,230,9290,0,1360.5,-537.29,-91.9301,1.16937,60,0,0,760,0,0,0), - (46742,8901,230,9290,0,1363.42,-535.53,-91.9285,1.37881,60,0,0,760,0,0,0), - (46743,8901,230,9288,0,1359.07,-514.234,-91.9337,0.418879,60,0,0,760,0,0,0), - (46744,8901,230,9288,0,1363.27,-510.026,-91.9488,3.83972,60,0,0,760,0,0,0), - (46745,8901,230,9289,0,1365.7,-510.821,-91.9553,3.05433,60,0,0,760,0,0,0), - (46746,1796,0,10487,0,1417.97,-1876.85,59.1394,5.85434,315,3,0,3529,0,0,1), - (46747,1796,0,10487,0,1460.6,-1961.98,59.6732,0.623199,315,10,0,3529,0,0,1), - (46748,1796,0,10487,0,1498.21,-1872.28,58.7943,1.51247,315,3,0,3529,0,0,1), - (46749,1793,0,137,0,1453.64,-1818.3,58.6678,1.46384,315,10,0,3293,0,0,1), - (46750,1806,0,681,0,2256.42,-2374.21,59.9344,0.020859,315,0,0,3293,0,0,0), - (46751,1812,0,8389,0,2245.96,-2445.57,76.2884,4.57861,315,5,0,3529,0,0,1), - (46752,1812,0,8389,0,2433.56,-2317.89,52.9452,4.16239,315,3,0,3529,0,0,1), - (46753,1812,0,8389,0,2309.48,-2225.55,50.9598,2.52674,315,3,0,3529,0,0,1), - (46754,1812,0,8389,0,2344.97,-2214.91,48.1226,2.2134,315,3,0,3529,0,0,1), - (46755,1808,0,11139,0,2337.09,-2269.27,46.5503,1.17991,315,3,0,3529,0,0,1), - (46756,1812,0,8389,0,2414.61,-2248.82,52.4973,5.61127,315,3,0,3529,0,0,1), - (46757,1806,0,681,0,2184.11,-2379.59,66.1796,4.02515,315,10,0,3293,0,0,1), - (46758,1812,0,8389,0,2415.57,-2327.34,52.5582,0.163054,315,3,0,3529,0,0,1), - (46759,1808,0,11139,0,2409.33,-2355.18,52.0326,4.89453,315,5,0,3529,0,0,1), - (46760,1831,0,10281,0,1423.2,-1461.11,53.9645,0.905316,315,0,0,3082,0,0,0), - (46761,1835,0,10320,0,1423.2,-1461.11,53.9645,1.35144,315,0,0,2551,1982,0,0), - (46762,10605,0,10311,0,1423.2,-1461.11,53.9645,3.11639,315,0,0,2466,1923,0,0), - (46763,10605,0,10314,0,1878.6,-1347.77,61.1733,0.003487,315,10,0,2466,1923,0,1), - (46764,1835,0,10320,0,1891.14,-1340.86,60.0483,0.550967,315,10,0,2551,1982,0,1), - (46765,4494,0,10309,0,2695.73,-1957.16,107.422,5.91667,315,2,0,2631,5340,0,1), - (46766,1826,0,10288,0,2315.94,-1854.88,92.1702,3.88307,315,0,0,2470,5013,0,0), - (46767,1833,0,10291,0,2206.99,-1747.41,62.9829,5.35279,315,3,0,3293,0,0,1), - (46768,4494,0,10309,0,2713.57,-1961.73,72.1523,1.13121,315,5,0,2631,5340,0,2), - (46769,1826,0,10288,0,2213.95,-1777.66,63.3216,5.75896,315,0,0,2470,5013,0,0), - (46770,1833,0,10292,0,2183.89,-1764.19,60.2513,1.13611,315,3,0,3293,0,0,1), - (46771,1826,0,10287,0,2289.82,-1852.5,88.243,4.30833,315,0,0,2470,5013,0,0), - (46772,1833,0,10291,0,2173.83,-1725.94,61.3841,5.96186,315,5,0,3293,0,0,1), - (46773,1826,0,10287,0,2286.85,-1888.27,93.7002,4.60767,315,0,0,2470,5013,0,0), - (46774,4493,0,10298,0,2687.6,-1918.44,70.4547,2.44346,315,0,0,3644,0,0,0), - (46775,1884,0,10301,0,2352.23,-1484.94,96.6563,2.49582,315,0,0,3420,0,0,0), - (46776,1884,0,10300,0,2362.82,-1530.24,103.844,2.70526,315,0,0,3420,0,0,0), - (46777,1884,0,10299,0,2467.63,-1707.84,100.948,3.31613,315,0,0,3420,0,0,0), - (46778,1884,0,10302,0,2455.15,-1658.74,103.211,5.96903,315,3,0,3420,0,0,1), - (46779,1884,0,10301,0,2419.65,-1672.84,102.684,4.45487,315,10,0,3420,0,0,1), - (46780,1845,0,10345,0,2403.89,-1681.41,103.514,0.001953,315,5,0,3198,2369,0,2), - (46781,1884,0,10299,0,2386.75,-1522.13,102.807,2.56563,315,0,0,3420,0,0,0), - (46782,1884,0,10301,0,2384.93,-1488.58,101.881,3.89208,315,0,0,3420,0,0,0), - (46783,1884,0,10301,0,2383.7,-1519.72,102.669,5.53269,315,0,0,3420,0,0,0), - (46784,1884,0,10301,0,2406.53,-1586.18,112.145,2.44346,315,0,0,3420,0,0,0), - (46785,1834,0,10326,0,2840.45,-1432.7,145.708,1.60329,315,5,0,6273,2117,0,1), - (46786,1883,0,10305,0,3055.97,-1551.45,149.871,5.08923,315,3,0,3529,0,0,1), - (46787,1836,0,10337,0,2924.21,-1375.12,152.02,4.44046,660,0,0,8097,0,0,0), - (46788,1883,0,10305,0,3032.71,-1553.66,150.765,3.09809,315,0,0,3529,0,0,0), - (46789,1834,0,10325,0,2845.03,-1568.12,151.176,3.62257,315,5,0,6273,2117,0,1), - (46790,1883,0,10304,0,2903.49,-1559.74,145.805,0.197219,315,0,0,3529,0,0,0), - (46791,1883,0,10303,0,3062.37,-1547.02,150.567,5.84685,315,0,0,3529,0,0,0), - (46792,1883,0,10303,0,2871.76,-1557.7,145.715,0.761847,315,3,0,3529,0,0,1), - (46793,1883,0,10305,0,3112.29,-1541.83,151.227,6.17682,315,3,0,3529,0,0,1), - (46794,1883,0,10305,0,3002.59,-1540.46,147.28,1.02974,315,0,0,3529,0,0,0), - (46795,2110,0,1141,0,1203.07,-1733.37,60.6869,1.26419,315,10,0,1,0,0,1), - (46796,2110,0,1141,0,1453.47,-1707.45,69.4391,4.88699,315,10,0,1,0,0,1), - (46797,10780,0,10091,0,1206.72,-1136.13,61.4367,5.16495,315,10,0,20,0,0,1), - (46798,4076,0,2177,0,3038.18,-1468.59,147.311,0.658703,315,10,0,8,0,0,1), - (46799,2110,0,1141,0,1124.85,-1720.22,62.1223,5.66751,315,10,0,1,0,0,1), - (46800,4076,0,2177,0,2388.24,-1920.35,109.275,6.15641,315,10,0,8,0,0,1), - (46801,14849,0,14914,0,-9546.6,124.032,59.3384,4.87607,180,0,0,1240,0,0,0), - (46802,6034,1,5186,0,10081.5,2256.75,1343.39,0.645772,300,0,0,2016,0,0,0), - (46803,15762,1,15727,0,9965.52,2533.72,1319,0.471239,300,0,0,2800,0,0,0), - (46805,4242,1,9956,0,10231.6,2651.87,1323.52,6.0234,300,5,0,3517,0,0,1), - (46806,4242,1,9956,0,10274.3,2374.86,1332.26,4.51009,300,5,0,3517,0,0,1), - (46808,4242,1,9956,0,10285.8,2537.98,1336.04,4.88425,300,5,0,3517,0,0,1), - (46809,7315,1,6071,0,9988.85,2314.61,1330.87,1.8675,300,0,0,4108,0,0,0), - (46810,2110,0,1141,0,2083.66,-1895.94,61.4997,0.837758,315,0,0,1,0,0,0), - (46811,4243,1,613,0,10200.5,2516.08,1368.91,3.26377,300,0,0,2769,0,0,0), - (46812,7316,1,6349,0,9915.08,2632.12,1316.87,5.75959,300,0,0,644,790,0,0), - (46813,6292,1,4985,0,10081.2,2259.57,1343.39,0.575959,300,0,0,2016,0,0,0), - (46814,4244,1,780,0,10186.7,2488.65,1358.92,2.68781,300,0,0,1605,0,0,0), - (46815,7317,1,6230,0,9740.98,1526.17,1280.4,6.12611,300,0,0,2471,1283,0,0), - (46816,5782,1,4271,0,9932.1,2593.26,1315.93,3.21097,600,5,0,8017,0,0,2), - (46818,7318,1,6231,0,9843.19,1496.22,1257.25,2.34654,300,0,0,186,191,0,2), - (46820,4262,1,14613,0,8788.31,961.639,30.2846,3.26377,300,0,0,4667,0,0,0), - (46821,4262,1,14615,0,8649.65,849.812,22.9178,3.33358,300,0,0,4667,0,0,0), - (46822,4262,1,14613,0,8807.57,980.905,31.9437,0.733038,300,0,0,4667,0,0,0), - (46823,4262,1,14614,0,8688.56,996.72,10.5855,2.70526,300,0,0,4667,0,0,0), - (46824,4262,1,2306,0,8702.74,953.424,13.274,3.33358,300,0,0,4667,0,0,0), - (46825,4262,1,14615,0,8644.67,851.392,22.5979,4.60381,300,0,0,4667,0,0,2), - (46826,4262,1,2306,0,8784.85,975.349,30.5161,3.21141,300,0,0,4667,0,0,0), - (46827,11942,1,11900,0,10324.1,820.373,1326.51,1.55334,300,0,0,166,0,0,0), - (46828,4262,1,2306,0,10001.1,2289.35,1341.47,3.21141,300,0,0,4667,0,0,0), - (46829,4262,1,14613,0,9590.15,2516.27,1354.91,0.174533,300,0,0,4667,0,0,0), - (46830,4262,1,14614,0,9941.64,2615.43,1318.16,1.62316,300,0,0,4667,0,0,0), - (46831,4262,1,14614,0,9980,1978.16,1327.63,4.79965,300,0,0,4667,0,0,0), - (46832,4262,1,14613,0,9902.56,2277.13,1341.47,0.05236,300,0,0,4667,0,0,0), - (46833,4262,1,14615,0,8801.44,954.219,31.0191,4.32842,300,0,0,4667,0,0,0), - (46834,4262,1,14615,0,8781.62,965.42,30.3247,3.41967,300,0,0,4667,0,0,2), - (46835,4262,1,14613,0,9647.04,2481.67,1354.89,5.0091,300,0,0,4667,0,0,0), - (46836,4262,1,2306,0,9950.83,2615.52,1318.16,1.53589,300,0,0,4667,0,0,0), - (46837,4262,1,14615,0,9664.98,2515.36,1360.08,0.453786,300,0,0,4667,0,0,0), - (46838,4262,1,2306,0,9652.44,2592.53,1335.76,1.65806,300,0,0,4667,0,0,0), - (46839,4262,1,14614,0,9590.02,2507.2,1335.31,5.74213,300,0,0,4667,0,0,0), - (46840,4262,1,14614,0,9618.17,2564.58,1354.89,2.04204,300,0,0,4667,0,0,0), - (46841,4262,1,14615,0,9931.14,2503.57,1317.94,4.4855,300,0,0,4667,0,0,0), - (46843,4262,1,14615,0,9656.3,2454.73,1335.76,4.67748,300,0,0,4667,0,0,0), - (46844,4262,1,2306,0,9991.73,1977.79,1327.25,4.57276,300,0,0,4667,0,0,0), - (46845,4262,1,14614,0,9644.44,2565.82,1354.89,1.16937,300,0,0,4667,0,0,0), - (46846,4262,1,2306,0,9673.72,2512.88,1360.08,5.98648,300,0,0,4667,0,0,0), - (46847,4262,1,14614,0,9621.31,2481.2,1354.89,4.2586,300,0,0,4667,0,0,0), - (46848,4262,1,14613,0,9700.62,2532.32,1335.77,6.21337,300,0,0,4667,0,0,0), - (46849,4262,1,14613,0,9594.63,2511.46,1335.01,5.49779,300,0,0,4667,0,0,0), - (46852,4262,1,14614,0,9956.8,2272.98,1341.47,3.1765,300,0,0,4667,0,0,0), - (46853,4262,1,14613,0,9947.34,2272.71,1341.47,0.017453,300,0,0,4667,0,0,0), - (46854,4262,1,14613,0,9902.76,2286.53,1341.47,6.16101,300,0,0,4667,0,0,0), - (46855,4262,1,14615,0,9664.5,2533.66,1360.08,5.89921,300,0,0,4667,0,0,0), - (46856,8901,230,9290,0,1349.19,-540.453,-91.9392,4.32842,60,0,0,760,0,0,0), - (46859,4076,0,2177,0,1014.55,-1812.08,77.393,3.48145,315,10,0,8,0,0,1), - (46860,2110,0,1141,0,1464.59,-1462.36,57.6013,2.1932,315,10,0,1,0,0,1), - (46861,2110,0,1141,0,1838.12,-1569.55,59.1462,5.1986,315,10,0,1,0,0,1), - (46862,1783,0,733,0,1043.89,-1933.64,38.6803,4.65511,315,0,0,2880,0,0,0), - (46863,1783,0,733,0,1065.38,-1904.68,30.7783,1.93731,315,3,0,2880,0,0,1), - (46864,1791,0,570,0,1048.15,-1906.66,30.825,2.07813,315,3,0,2880,0,0,1), - (46865,1783,0,733,0,1044.97,-1903.34,48.0695,0.055837,315,3,0,2880,0,0,1), - (46866,1784,0,11403,0,1068.34,-1935.53,63.4374,2.9588,315,3,0,2384,1864,0,1), - (46867,1784,0,11403,0,1075.59,-1901.99,48.0661,2.82862,315,5,0,2384,1864,0,1), - (46868,1784,0,11403,0,1075.62,-1936.35,63.4374,4.84868,315,10,0,2384,1864,0,1), - (46869,1791,0,570,0,1068.32,-1909.39,30.695,2.98717,315,3,0,2880,0,0,1), - (46870,1791,0,570,0,1069.82,-1901.13,62.1314,2.93256,315,3,0,2880,0,0,1), - (46871,1784,0,11403,0,1074.05,-1903.01,62.2564,2.19313,315,3,0,2384,1864,0,1), - (46872,11936,0,11890,0,1206.14,-2411.52,61.2246,2.63031,315,0,0,500,0,0,0), - (46873,1794,0,10626,0,1361.98,-1522.74,57.7671,3.25249,315,10,0,2634,2041,0,1), - (46874,1787,0,11401,0,1384.99,-1556.22,59.5549,4.95674,315,0,0,3293,0,0,0), - (46875,1787,0,11401,0,1363.41,-1505.24,57.2589,2.53073,315,0,0,3293,0,0,0), - (46876,1787,0,11401,0,1365.16,-1498.69,56.9228,2.32129,315,0,0,3293,0,0,0), - (46877,1795,0,414,0,1380.68,-1553.87,58.8128,4.76475,315,0,0,2823,2117,0,0), - (46878,1787,0,11401,0,1215.68,-1547.1,66.2343,2.36192,315,5,0,3293,0,0,1), - (46879,1795,0,414,0,1343.54,-1346.84,49.398,0.61174,315,10,0,2823,2117,0,1), - (46880,4262,1,14614,0,9701.3,2518.58,1335.77,0.087266,300,0,0,4667,0,0,0), - (46881,4262,1,14615,0,10000.9,2279.49,1341.47,3.01942,300,0,0,4667,0,0,0), - (46882,4262,1,14614,0,9591.95,2509.47,1354.94,0.349066,300,0,0,4667,0,0,0), - (46883,4262,1,2306,0,9938,2501.86,1317.96,4.62512,300,0,0,4667,0,0,0), - (46884,4262,1,14613,0,9673.33,2537.53,1360.08,0.244346,300,0,0,4667,0,0,0), - (46885,4521,1,9055,0,9760.15,2202.45,1346.7,0.907571,300,0,0,919,0,0,0), - (46886,4265,1,4236,0,9752.11,902.695,1295.6,0.750492,300,0,0,482,0,0,0), - (46887,4266,1,4235,0,9890.17,994.673,1313.92,5.86431,300,0,0,748,0,0,0), - (46888,17066,1,11686,0,8727.2,965.526,19.0808,-0.767945,300,5,0,300,0,0,1), - (46890,4783,1,5226,0,10066.2,2343.96,1331.97,3.01942,300,0,0,1240,0,0,0), - (46891,4784,1,5084,0,10069,2353.78,1331.97,0.663225,300,0,0,617,0,0,0), - (46892,8901,230,9290,0,1362.16,-515.5,-91.94,1.8675,60,0,0,760,0,0,0), - (46893,8901,230,9289,0,1345.51,-540.331,-91.9502,3.01942,60,0,0,760,0,0,0), - (46894,1789,0,9790,0,1320.77,-1298.85,62.1464,1.22708,315,0,0,2823,2117,0,0), - (46895,8901,230,9290,0,1363.66,-538.363,-91.9332,0.069813,60,0,0,760,0,0,0), - (46896,8901,230,9288,0,1348.78,-543.973,-91.9493,0.226893,60,0,0,760,0,0,0), - (46897,4786,1,5225,0,10061.7,2352.46,1331.97,4.72984,300,0,0,1042,0,0,0), - (46898,11700,1,11664,0,9909.03,2629.64,1316.87,0.174533,300,0,0,4108,0,0,0), - (46899,5047,1,3001,0,10084,2195.2,1346.7,3.10669,300,0,0,381,0,0,0), - (46900,1787,0,11401,0,1419.25,-1750.47,67.9089,3.97504,315,3,0,3293,0,0,1), - (46901,3514,1,1527,0,10492.5,807.28,1397.35,5.55015,300,0,0,413,0,0,0), - (46902,3515,1,1528,0,9736.91,956.063,1294.19,6.21337,300,0,0,413,0,0,0), - (46903,3516,1,1542,0,10173,2569.92,1366.96,5.17417,7200,0,0,712100,67740,0,0), - (46904,3517,1,5071,0,10085.6,2534.25,1317.64,4.60767,300,0,0,748,0,0,0), - (46905,11709,1,11680,0,9846.49,2200.99,1327.91,1.88496,300,0,0,695,0,0,0), - (46907,3519,1,1543,0,10665.1,1863.57,1324.51,2.86234,300,0,0,413,0,0,0), - (46912,1984,1,8869,0,10399.3,926.521,1325.89,2.47521,300,5,0,42,0,0,1), - (46913,1984,1,8869,0,10408.6,983.569,1325.52,2.38866,300,5,0,42,0,0,1), - (46915,1984,1,8869,0,10391.6,872.911,1323.38,0.440934,300,5,0,42,0,0,1), - (46916,1984,1,8869,0,10397,989.313,1327.54,5.92278,300,5,0,42,0,0,1), - (46917,1984,1,8869,0,10357.6,1010.65,1335.62,3.55572,300,5,0,42,0,0,1), - (46918,1984,1,8869,0,10398,595.33,1328.2,2.7756,300,5,0,42,0,0,1), - (46919,1984,1,8869,0,10391.1,591.61,1328.65,4.85924,300,5,0,42,0,0,1), - (46920,1984,1,8869,0,10357.1,986.834,1332.19,1.2929,300,5,0,42,0,0,1), - (46921,1984,1,8869,0,10431.3,969.989,1321.54,0.829269,300,5,0,42,0,0,1), - (46922,1984,1,8869,0,10431.9,653.516,1324.21,0.459281,300,5,0,42,0,0,1), - (46923,1984,1,8869,0,10261.3,728.362,1345.13,2.01663,300,5,0,42,0,0,1), - (46924,1984,1,8869,0,10398.4,934.296,1324.58,4.11886,300,5,0,42,0,0,1), - (46925,1984,1,8869,0,10489.3,880.088,1312.74,6.06546,300,5,0,42,0,0,1), - (46926,1984,1,8869,0,10303.5,889.999,1331.54,6.25953,300,5,0,42,0,0,1), - (46927,1984,1,8869,0,10329.4,928.757,1328.19,5.60654,300,5,0,42,0,0,1), - (46928,1984,1,8869,0,10282.9,909.799,1336.79,2.68756,300,5,0,42,0,0,1), - (46929,1984,1,8869,0,10347.9,693.75,1327.33,1.13177,300,5,0,42,0,0,1), - (46930,1984,1,8869,0,10374.1,681.915,1325.6,0.017653,300,5,0,42,0,0,1), - (46931,1984,1,8869,0,10281.6,700.13,1339.42,1.09273,300,5,0,42,0,0,1), - (46932,1984,1,8869,0,10390.6,656.166,1326.41,0.454914,300,5,0,42,0,0,1), - (46933,1984,1,8869,0,10360.4,805.211,1322.89,3.61812,300,5,0,42,0,0,1), - (46934,1984,1,8869,0,10295.3,785.054,1334.78,3.1289,300,5,0,42,0,0,1), - (46935,1984,1,8869,0,10281.5,835.542,1335.25,0.570399,300,5,0,42,0,0,1), - (46936,1984,1,8869,0,10325.3,810.611,1327.99,3.27576,300,5,0,42,0,0,1), - (46937,1985,1,6807,0,10573.3,996.687,1323.3,1.45141,300,5,0,55,0,0,1), - (46938,1985,1,6807,0,10545.6,945.498,1315.36,5.99678,300,5,0,55,0,0,1), - (46939,1985,1,6807,0,10492.7,988.536,1320.21,0.503353,300,5,0,55,0,0,1), - (46940,1985,1,6807,0,10577.5,944.783,1315.81,4.2697,300,5,0,55,0,0,1), - (46941,1985,1,6807,0,10529.5,946.572,1315.73,4.84682,300,5,0,55,0,0,1), - (46942,1985,1,6807,0,10619.3,902.587,1315.17,5.13155,300,5,0,55,0,0,1), - (46943,1985,1,6807,0,10519.4,666.656,1322.36,5.05837,300,5,0,55,0,0,1), - (46944,1985,1,6807,0,10504.7,751.901,1313.87,0.329033,300,5,0,55,0,0,1), - (46945,1985,1,6807,0,10555.1,769.465,1312.67,6.0224,300,5,0,55,0,0,1), - (46946,1985,1,6807,0,10648.5,748.964,1319.78,0.385586,300,5,0,55,0,0,1), - (46947,1985,1,6807,0,10648.7,849.391,1315.37,6.09898,300,5,0,55,0,0,1), - (46948,1985,1,6807,0,10759.1,757.4,1329.1,0.066471,300,5,0,55,0,0,1), - (46949,1985,1,6807,0,10656.8,788.393,1316.1,3.92804,300,5,0,55,0,0,1), - (46950,1985,1,6807,0,10672.3,745.174,1321.5,2.97283,300,5,0,55,0,0,1), - (46951,1985,1,6807,0,10676,742.24,1322.22,1.05002,300,5,0,55,0,0,1), - (46952,1985,1,6807,0,10578.6,777.785,1311.94,4.30279,300,5,0,55,0,0,1), - (46953,1985,1,6807,0,10608.1,689.696,1326.19,0.644036,300,5,0,55,0,0,1), - (46954,1985,1,6807,0,10633.1,689.592,1326.62,3.37212,300,5,0,55,0,0,1), - (46955,1985,1,6807,0,10669,668.114,1332.45,5.66806,300,5,0,55,0,0,1), - (46956,1794,0,10626,0,1217.86,-1514.82,64.5582,0.998647,315,3,0,2634,2041,0,1), - (46957,1985,1,6807,0,10613.9,647.688,1328.52,1.78024,300,0,0,55,0,0,0), - (46958,1986,1,709,0,10901.5,877.607,1330.02,4.54922,300,5,0,71,0,0,1), - (46959,1789,0,9790,0,1508.05,-1690,69.3891,3.94833,315,3,0,2823,2117,0,1), - (46960,8901,230,9289,0,1413.19,-483.049,-91.9285,0.506145,60,0,0,760,0,0,0), - (46961,830,0,342,0,-9638.58,1391.1,10.106,2.14097,300,10,0,273,0,0,1), - (46962,8901,230,8755,0,1432.38,-482.364,-91.9285,5.41052,60,0,0,760,0,0,0), - (46963,8901,230,9289,0,1431.05,-463.523,-91.935,2.11185,60,0,0,760,0,0,0), - (46964,1788,0,775,0,1558.74,-1468.04,68.3996,1.22748,315,0,0,8097,0,0,0), - (46965,8901,230,9288,0,1415.55,-458.489,-91.9244,1.8326,60,0,0,760,0,0,0), - (46966,8901,230,9288,0,1410.2,-479.192,-91.9359,5.72468,60,0,0,760,0,0,0), - (46967,8901,230,9288,0,1429.66,-460.304,-91.9356,4.97419,60,0,0,760,0,0,0), - (46968,1986,1,709,0,10916.5,865.41,1329.28,5.48049,300,5,0,71,0,0,1), - (46969,8901,230,8755,0,1435.07,-479.063,-91.9285,0.349066,60,0,0,760,0,0,0), - (46970,8901,230,9288,0,1411.6,-458.339,-91.926,0.191986,60,0,0,760,0,0,0), - (46971,1986,1,709,0,10948.4,894.388,1337.57,2.37731,300,5,0,71,0,0,1), - (46972,1986,1,709,0,10946.9,868.31,1333.54,2.07776,300,5,0,71,0,0,1), - (46973,9550,1,8669,0,1663.45,-4393.85,22.234,4.45059,180,0,0,2568,0,0,0), - (46974,1986,1,709,0,10934.6,866.205,1332.33,0.647587,300,5,0,71,0,0,1), - (46976,1794,0,10626,0,1247.6,-1416.84,57.4562,1.38553,315,0,0,2634,2041,0,0), - (46977,8901,230,8755,0,1433.52,-476.816,-91.9285,2.84489,60,0,0,760,0,0,0), - (46978,8901,230,8755,0,1414.05,-462.921,-91.9273,3.52556,60,0,0,760,0,0,0), - (46979,8901,230,9289,0,1380.52,-486.215,-91.9691,1.91986,60,0,0,760,0,0,0), - (46980,1795,0,414,0,1315.98,-1337.01,64.2151,6.065,315,0,0,2823,2117,0,0), - (46981,1986,1,709,0,10906,861.33,1328.92,1.37518,300,5,0,71,0,0,1), - (46982,830,0,342,0,-9701.82,1631.36,10.5236,3.24178,300,10,0,273,0,0,1), - (46983,1795,0,414,0,1586.34,-1582.45,63.996,3.22925,315,3,0,2823,2117,0,1), - (46984,1822,0,1087,0,1452.58,-1055.66,71.6163,5.21096,315,10,0,2880,0,0,1), - (46985,1822,0,1087,0,1517.81,-1245.03,60.7022,1.3173,315,5,0,2880,0,0,1), - (46986,1815,0,1082,0,1742.91,-951.218,72.6479,3.6328,315,10,0,3438,0,0,1), - (46988,1815,0,1082,0,1854.22,-1041.49,63.2885,0.878059,315,5,0,3438,0,0,1), - (46989,1815,0,1082,0,1554.37,-1213.86,70.5041,0.350773,315,5,0,3438,0,0,1), - (46990,8901,230,9290,0,1397.72,-490.442,-91.9295,5.18363,60,0,0,760,0,0,0), - (46991,8901,230,9289,0,1392.41,-473.066,-91.9285,1.62316,60,0,0,760,0,0,0), - (46992,8901,230,8755,0,1387.1,-476.032,-91.9387,5.39307,60,0,0,760,0,0,0), - (46993,830,0,342,0,-9687.98,1630.04,9.63132,3.2672,300,10,0,273,0,0,1), - (46994,8901,230,9290,0,1388.29,-472.503,-91.938,0.383972,60,0,0,760,0,0,0), - (46995,7076,70,6026,0,120.997,280.152,-51.6997,3.61283,7200,0,0,446,0,0,0), - (46996,1986,1,709,0,10874.1,918.134,1330.3,0.060572,300,0,0,71,0,0,0), - (46997,1986,1,709,0,10898.4,899.52,1323.7,2.03641,300,5,0,71,0,0,1), - (46998,1986,1,709,0,10880.6,873.212,1325.12,3.64265,300,5,0,71,0,0,1), - (46999,1986,1,709,0,10868.7,864.152,1326.22,5.12821,300,5,0,71,0,0,1), - (47000,1986,1,709,0,10860.8,860.262,1327.82,5.9069,300,5,0,71,0,0,1), - (47001,1986,1,709,0,10842.7,884.155,1333.06,5.17599,300,5,0,71,0,0,1), - (47002,1986,1,709,0,10834.3,900.392,1334.86,4.43627,300,5,0,71,0,0,1), - (47003,1986,1,709,0,10825,900.829,1335.63,2.77949,300,5,0,71,0,0,1), - (47004,1986,1,709,0,10934.8,961.053,1325.38,3.91643,300,0,0,71,0,0,0), - (47005,1986,1,709,0,10975.4,977.036,1335.02,3.14551,300,0,0,71,0,0,0), - (47006,1986,1,709,0,10987.4,959.655,1336.21,1.93931,300,0,0,71,0,0,0), - (47007,1986,1,709,0,10985.6,949.965,1336.53,0.894203,300,0,0,71,0,0,0), - (47008,1986,1,709,0,10953.2,941.028,1340.61,0.306411,300,5,0,71,0,0,1), - (47009,1986,1,709,0,10939.5,918.482,1340,1.89603,300,5,0,71,0,0,1), - (47010,1986,1,709,0,10696.7,822.492,1323.19,5.59532,300,5,0,71,0,0,1), - (47011,1986,1,709,0,10723.9,872.169,1328.11,2.28266,300,0,0,71,0,0,0), - (47012,1986,1,709,0,10721.4,884.235,1328.18,-1.25852,300,0,0,71,0,0,0), - (47013,1986,1,709,0,10766.5,923.801,1338.21,0.168953,300,0,0,71,0,0,0), - (47014,1986,1,709,0,10768.9,924.403,1338.45,4.63101,300,5,0,71,0,0,1), - (47015,1986,1,709,0,10794.4,935.353,1336.25,0.292319,300,0,0,71,0,0,0), - (47016,1986,1,709,0,10804.8,944.245,1335.96,-0.130181,300,0,0,71,0,0,0), - (47017,1986,1,709,0,10829.9,938.924,1336.01,2.86993,300,0,0,71,0,0,0), - (47018,1986,1,709,0,10846.5,966.492,1335.8,1.04653,300,0,0,71,0,0,0), - (47019,1986,1,709,0,10866.2,977.493,1336.51,4.67628,300,5,0,71,0,0,1), - (47020,1986,1,709,0,10907.6,972.91,1338.38,2.99771,300,0,0,71,0,0,0), - (47021,1986,1,709,0,10906.4,970.732,1338.31,5.91386,300,0,0,71,0,0,0), - (47022,1986,1,709,0,10895,987.672,1337.28,3.46139,300,0,0,71,0,0,0), - (47023,1986,1,709,0,10917.7,959.212,1339.72,1.05716,300,5,0,71,0,0,1), - (47024,1986,1,709,0,10931.6,949.188,1322.1,2.95782,300,5,0,71,0,0,1), - (47025,1822,0,1087,0,1513.39,-1112.62,75.4199,2.18968,315,5,0,2880,0,0,1), - (47026,1815,0,1082,0,1600.99,-844.621,71.4955,6.20694,315,5,0,3438,0,0,1), - (47027,1815,0,1082,0,1417.96,-1145.36,67.5406,1.38928,315,10,0,3438,0,0,1), - (47029,1986,1,709,0,10942,966.046,1327.18,-2.13105,300,0,0,71,0,0,0), - (47030,1986,1,709,0,10977.9,977.973,1335.13,3.34604,300,0,0,71,0,0,0), - (47031,1986,1,709,0,10988.4,942.037,1336.3,4.35619,300,5,0,71,0,0,1), - (47032,1815,0,1082,0,1755.39,-1020.62,73.5313,5.26436,315,10,0,3438,0,0,1), - (47033,1822,0,1087,0,1675.44,-1020.87,77.2044,4.28019,315,3,0,2880,0,0,1), - (47034,1816,0,1083,0,1877.5,-2183.5,62.7534,1.81333,315,10,0,3921,0,0,1), - (47035,1816,0,1083,0,1586.95,-2022.55,62.8267,5.69517,315,10,0,3921,0,0,1), - (47036,1824,0,1088,0,1821.31,-2115.17,68.9933,6.04407,315,10,0,3293,0,0,1), - (47037,1986,1,709,0,10735.7,902.511,1332.48,1.54551,300,5,0,71,0,0,1), - (47038,1986,1,709,0,10665.8,934.3,1322,1.40995,300,5,0,71,0,0,1), - (47039,1986,1,709,0,10972.9,937.654,1337.93,3.62358,300,5,0,71,0,0,1), - (47040,1824,0,1088,0,1917.96,-2112.43,70.85,4.96921,315,3,0,3293,0,0,1), - (47041,1824,0,1088,0,2071.69,-2316.19,76.155,5.08328,315,3,0,3293,0,0,1), - (47042,1816,0,1083,0,1815.51,-2182.37,66.971,3.07362,315,10,0,3921,0,0,1), - (47043,1816,0,1083,0,2053.07,-1946.66,58.8896,0.860792,315,3,0,3921,0,0,1), - (47045,8901,230,8755,0,1400.04,-493.942,-91.9285,5.23599,60,0,0,760,0,0,0), - (47046,8901,230,9290,0,1394.31,-493.644,-91.9296,0.296706,60,0,0,760,0,0,0), - (47047,8901,230,9289,0,1379.92,-484.066,-91.9651,0.453786,60,0,0,760,0,0,0), - (47048,8901,230,9288,0,1391.24,-477.011,-91.9299,3.735,60,0,0,760,0,0,0), - (47049,8901,230,9289,0,1377.4,-487.763,-91.9488,3.19395,60,0,0,760,0,0,0), - (47050,8901,230,9290,0,1422.15,-375.493,-91.922,6.03884,60,0,0,760,0,0,0), - (47051,8901,230,8755,0,1411.47,-360.961,-91.9245,4.81711,60,0,0,760,0,0,0), - (47052,1986,1,709,0,10963.4,922.714,1340.44,4.23278,300,5,0,71,0,0,1), - (47053,1986,1,709,0,10922.2,939.819,1322.27,1.36314,300,5,0,71,0,0,1), - (47054,1986,1,709,0,10681.9,882.404,1320.55,5.86431,300,0,0,71,0,0,0), - (47055,1986,1,709,0,10704.6,944.455,1328.3,4.38078,300,0,0,71,0,0,0), - (47056,1986,1,709,0,10889.4,917.586,1326.64,5.77704,300,0,0,71,0,0,0), - (47057,1986,1,709,0,10866.7,917.293,1331.2,1.25664,300,0,0,71,0,0,0), - (47058,1986,1,709,0,10833.6,934.578,1335.84,2.00713,300,0,0,71,0,0,0), - (47059,1986,1,709,0,10802.5,944.247,1335.96,3.05503,300,5,0,71,0,0,1), - (47060,1986,1,709,0,10788.4,933.77,1336.79,6.27289,300,5,0,71,0,0,1), - (47061,1986,1,709,0,10769.4,925.903,1338.38,0.601829,300,0,0,71,0,0,0), - (47062,1986,1,709,0,10679.8,900.103,1320.82,4.15732,300,0,0,71,0,0,0), - (47063,1816,0,1083,0,1786.3,-2399.63,65.186,1.41689,315,10,0,3921,0,0,1), - (47064,1816,0,1083,0,1748.66,-2445.79,67.4189,2.00913,315,3,0,3921,0,0,1), - (47065,1821,0,1091,0,1639.85,-1672.35,59.6733,0.427575,315,10,0,3082,0,0,1), - (47066,1821,0,1091,0,2026.02,-1438.24,80.1285,0.637839,315,5,0,3082,0,0,1), - (47067,1821,0,1091,0,2148.33,-1514.34,65.0893,3.02099,315,10,0,3082,0,0,1), - (47068,1821,0,1091,0,2248.64,-1680.98,89.1168,2.28154,315,10,0,3082,0,0,1), - (47069,1817,0,4124,0,2018.44,-1509.06,83.4021,1.38579,315,5,0,3189,0,0,1), - (47070,1821,0,1091,0,2288.05,-1516.2,86.0625,0.021481,315,10,0,3082,0,0,1), - (47071,1817,0,4124,0,1659.48,-1706.59,60.8218,0.556088,315,10,0,3189,0,0,1), - (47072,1817,0,4124,0,2247.66,-1619.88,88.8751,3.93775,315,5,0,3189,0,0,1), - (47073,1821,0,1091,0,2345.92,-1725.19,101.293,4.50962,315,10,0,3082,0,0,1), - (47074,1821,0,1091,0,1915.12,-1786.32,62.277,4.72899,315,10,0,3082,0,0,1), - (47075,1783,0,733,0,1739.69,-1252.4,60.7774,0.063136,315,5,0,2880,0,0,1), - (47076,1783,0,733,0,1693.79,-1177.14,59.9448,2.5126,315,10,0,2880,0,0,1), - (47077,8901,230,8755,0,1385.36,-377.301,-91.9401,3.00197,60,0,0,760,0,0,0), - (47078,8901,230,9288,0,1417.7,-379.877,-91.9144,3.08923,60,0,0,760,0,0,0), - (47079,8901,230,9289,0,1406.14,-375.048,-91.9306,3.07178,60,0,0,760,0,0,0), - (47080,8901,230,8755,0,1391.63,-362.48,-91.9282,0.279253,60,0,0,760,0,0,0), - (47081,8901,230,8755,0,1402.7,-378.604,-91.9482,4.53786,60,0,0,760,0,0,0), - (47082,1783,0,733,0,1803.07,-1167.93,59.7774,0.802001,315,5,0,2880,0,0,1), - (47083,1791,0,570,0,1802.53,-1224.37,60.3427,2.45057,315,5,0,2880,0,0,1), - (47084,1791,0,570,0,1716.88,-1177.87,59.6126,4.7445,315,10,0,2880,0,0,1), - (47085,1791,0,570,0,1815.8,-1179.8,60.212,0,315,10,0,2880,0,0,1), - (47086,8901,230,9288,0,1387.21,-374.719,-91.9319,1.79769,60,0,0,760,0,0,0), - (47087,8901,230,9290,0,1407.44,-358.209,-91.9285,4.66003,60,0,0,760,0,0,0), - (47089,1783,0,733,0,1690.04,-1200.54,60.2702,5.45494,315,10,0,2880,0,0,1), - (47090,1784,0,11403,0,1806.2,-1180.43,59.8035,0,315,0,0,2384,1864,0,0), - (47091,1791,0,570,0,1819.74,-1207.69,59.7983,3.16397,315,5,0,2880,0,0,1), - (47092,1783,0,733,0,1771.04,-1156.26,59.6691,5.70652,315,10,0,2880,0,0,1), - (47093,1791,0,570,0,1087.91,-1681.74,61.6021,5.66214,315,5,0,2880,0,0,1), - (47094,1791,0,570,0,1156.87,-1728.92,62.4173,0.806217,315,10,0,2880,0,0,1), - (47095,1783,0,733,0,1052.79,-1649.86,61.1114,0.27712,315,5,0,2880,0,0,1), - (47096,1783,0,733,0,1021.89,-1687.28,62.4467,5.97538,315,10,0,2880,0,0,1), - (47097,1791,0,570,0,1072.02,-1748.98,61.6265,2.51757,315,10,0,2880,0,0,1), - (47098,1783,0,733,0,1113.46,-1653.57,64.3451,3.47734,315,3,0,2880,0,0,1), - (47099,1791,0,570,0,1168.93,-1730.42,61.5677,4.96885,315,10,0,2880,0,0,1), - (47100,1791,0,570,0,1197.91,-1773.08,60.7781,5.52064,315,10,0,2880,0,0,1), - (47101,1783,0,733,0,1057.57,-1766.61,63.1662,4.7452,315,5,0,2880,0,0,1), - (47102,1783,0,733,0,1206.63,-1752,62.7556,5.52269,315,0,0,2880,0,0,0), - (47103,4472,0,146,0,1634.47,-2282.06,58.8691,0.737047,315,10,0,3006,2241,0,1), - (47104,1802,0,4629,0,1673.46,-2384.4,61.1978,1.22173,315,0,0,3644,0,0,0), - (47105,1804,0,10690,0,1629.67,-2292.18,59.484,2.1293,315,0,0,3643,0,0,0), - (47106,4472,0,146,0,1629.77,-2254.7,59.7634,4.59694,315,10,0,3006,2241,0,1), - (47107,1804,0,10690,0,1655.56,-2296.46,59.6191,2.46949,315,10,0,3643,0,0,1), - (47108,4472,0,146,0,1676.22,-2306.86,59.2419,5.01219,315,10,0,3006,2241,0,1), - (47109,4472,0,146,0,1661.46,-2359.38,60.4698,0.354675,315,3,0,3006,2241,0,1), - (47110,1804,0,10690,0,1712.11,-2238.95,58.8691,3.21099,315,10,0,3643,0,0,1), - (47111,1802,0,4629,0,1719.3,-2350.92,60.5769,1.20078,315,5,0,3644,0,0,1), - (47112,1804,0,10690,0,1623.11,-2305.5,59.6652,1.8675,315,0,0,3643,0,0,0), - (47113,4475,0,10971,0,1947.89,-1634.12,60.9233,4.23045,315,10,0,3082,0,0,1), - (47114,4475,0,10971,0,1904.17,-1625.52,60.2795,2.58112,315,5,0,3082,0,0,1), - (47115,4474,0,4631,0,1922.23,-1548.48,60.9575,4.73,315,5,0,3189,0,0,1), - (47116,4475,0,10971,0,1890.1,-1648.44,61.0379,6.10926,315,10,0,3082,0,0,1), - (47117,4474,0,4631,0,1939.51,-1607.07,61.0685,1.51587,315,5,0,3189,0,0,1), - (47118,4474,0,4631,0,1835.6,-1590.55,59.7354,3.03687,315,10,0,3189,0,0,1), - (47119,4475,0,10970,0,1845.73,-1544.74,58.9492,0.786115,315,10,0,3082,0,0,1), - (47120,4475,0,10971,0,1913.21,-1636.18,60.3772,2.19717,315,3,0,3082,0,0,1), - (47121,4474,0,4631,0,1801.14,-1516.18,59.7616,0.27738,315,10,0,3189,0,0,1), - (47122,4474,0,4631,0,1844.95,-1517.24,58.9761,4.05194,315,10,0,3189,0,0,1), - (47123,1796,0,10487,0,1486.4,-1933.12,61.1098,1.43821,315,3,0,3529,0,0,1), - (47124,1796,0,10487,0,1444.57,-1879.98,58.8036,3.20198,315,10,0,3529,0,0,1), - (47125,1796,0,10487,0,1476.47,-1850.78,58.8697,5.58922,315,3,0,3529,0,0,1), - (47126,1793,0,137,0,1430.74,-1889.53,59.3894,5.26617,315,3,0,3293,0,0,1), - (47127,1796,0,10487,0,1539.68,-1860.39,60.2235,6.01369,315,5,0,3529,0,0,1), - (47128,1796,0,10487,0,1532.36,-1825.93,61.6615,0.542148,315,5,0,3529,0,0,1), - (47129,1793,0,137,0,1420.16,-1851.68,58.997,5.72422,315,10,0,3293,0,0,1), - (47130,1793,0,137,0,1544.94,-1875.5,58.3936,1.21911,315,10,0,3293,0,0,1), - (47131,1793,0,137,0,1508.95,-1917.18,59.4825,5.46288,315,3,0,3293,0,0,1), - (47132,1806,0,681,0,2324.96,-2315.51,59.5706,2.6455,315,5,0,3293,0,0,1), - (47133,1806,0,681,0,2190.16,-2448.72,71.2319,6.0641,315,5,0,3293,0,0,1), - (47134,1812,0,8389,0,2289.9,-2253.93,59.4816,1.1703,315,3,0,3529,0,0,1), - (47135,1808,0,11139,0,2386.88,-2361.25,52.2508,3.09834,315,3,0,3529,0,0,1), - (47136,1812,0,8389,0,2439.4,-2263.74,54.1031,5.40433,315,3,0,3529,0,0,1), - (47137,1812,0,8389,0,2364.06,-2271.44,47.2143,0.252366,315,3,0,3529,0,0,1), - (47138,1812,0,8389,0,2350.5,-2266.69,46.5537,0.77911,315,3,0,3529,0,0,1), - (47139,1808,0,11139,0,2364.8,-2219.69,48.8751,1.1872,315,3,0,3529,0,0,1), - (47140,1808,0,11139,0,2333.64,-2330.46,48.9787,3.48744,315,5,0,3529,0,0,1), - (47141,1806,0,681,0,2282.54,-2327.38,63.9156,5.88658,315,3,0,3293,0,0,1), - (47142,4493,0,10295,0,2316.36,-1868.55,91.048,2.47837,315,0,0,3644,0,0,0), - (47143,4493,0,10298,0,2201.32,-1781.99,61.9679,2.16421,315,0,0,3644,0,0,0), - (47144,1833,0,10291,0,2306.77,-1870.13,90.6983,1.35402,315,0,0,3293,0,0,0), - (47145,1826,0,10288,0,2332.1,-2052.06,165.813,5.40931,315,0,0,2470,5013,0,0), - (47146,1833,0,10292,0,2206.48,-1765.84,62.1079,2.49867,315,0,0,3293,0,0,0), - (47147,4493,0,10298,0,2266.11,-1846.93,80.2447,2.09148,315,5,0,3644,0,0,2), - (47148,1833,0,10293,0,2323.04,-2064.5,168.938,3.92481,315,0,0,3293,0,0,0), - (47149,4494,0,10309,0,2703.36,-1944.54,107.239,0.482272,315,2,0,2631,5340,0,1), - (47150,4493,0,10298,0,2675.14,-1926.99,70.875,2.32129,315,0,0,3644,0,0,0), - (47151,1833,0,10294,0,2156.5,-1743.13,59.5948,2.02001,315,5,0,3293,0,0,1), - (47152,1884,0,10300,0,2396.69,-1511.35,102.482,5.70723,315,0,0,3420,0,0,0), - (47156,1884,0,10301,0,2414.61,-1535.46,106.983,5.02655,315,0,0,3420,0,0,0), - (47157,1833,0,10294,0,2380.57,-1606.64,113.626,2.05627,315,10,0,3293,0,0,1), - (47158,1884,0,10299,0,2443.74,-1657.42,104.562,5.74131,315,0,0,3420,0,0,0), - (47159,1884,0,10299,0,2349.36,-1575.88,107.518,2.93215,315,0,0,3420,0,0,0), - (47160,1833,0,10293,0,2452.48,-1619.56,106.891,5.8191,315,5,0,3293,0,0,1), - (47161,1884,0,10301,0,2384.16,-1707.2,101.601,4.90438,315,0,0,3420,0,0,0), - (47162,1884,0,10300,0,2381.79,-1491.28,101.62,0.733038,315,0,0,3420,0,0,0), - (47163,1884,0,10300,0,2399.67,-1511.11,102.236,2.75762,315,0,0,3420,0,0,0), - (47164,1884,0,10299,0,2340.84,-1669.67,111.397,3.52556,315,0,0,3420,0,0,0), - (47165,10608,0,10332,0,2780.54,-1462.73,146.595,3.86935,315,3,0,6863,10026,0,1), - (47166,1883,0,10305,0,3097.97,-1530.82,151.62,2.05949,315,0,0,3529,0,0,0), - (47167,1883,0,10306,0,3052.11,-1555.13,149.32,4.7822,315,0,0,3529,0,0,0), - (47168,1883,0,10306,0,2900.26,-1544.91,145.804,3.19117,315,3,0,3529,0,0,1), - (47169,1832,0,10331,0,2916.44,-1517.71,152.12,3.8088,315,3,0,5667,5206,0,1), - (47170,1883,0,10306,0,2873.96,-1459.38,145.654,2.23889,315,5,0,3529,0,0,1), - (47171,1883,0,10305,0,3087.84,-1546.47,152.195,3.22886,315,0,0,3529,0,0,0), - (47172,1834,0,10327,0,2976.96,-1601.37,150.159,2.42601,315,0,0,6273,2117,0,0), - (47173,1883,0,10304,0,3100.66,-1531.81,151.366,1.25664,315,0,0,3529,0,0,0), - (47174,1883,0,10304,0,2879.87,-1477.48,146.371,1.23948,315,0,0,3529,0,0,0), - (47175,2110,0,1141,0,1112.54,-1850.07,60.8047,1.63139,315,10,0,1,0,0,1), - (47176,10779,0,10090,0,2260.68,-1831.74,78.1471,1.66107,315,10,0,42,0,0,1), - (47177,10780,0,10091,0,1054.73,-1362.3,68.7729,1.60619,315,10,0,20,0,0,1), - (47178,10779,0,10090,0,1992.51,-1691.03,59.645,2.12441,315,10,0,42,0,0,1), - (47179,4076,0,2177,0,2060.7,-1687.71,60.6958,4.11444,315,10,0,8,0,0,1), - (47180,10780,0,10091,0,1890.48,-1405,59.2618,5.04518,315,10,0,20,0,0,1), - (47181,10780,0,10091,0,2341.53,-1908.37,98.352,0.816598,315,10,0,20,0,0,1), - (47182,2110,0,1141,0,1691.22,-2235.55,59.091,1.12019,315,10,0,1,0,0,1), - (47183,10779,0,10090,0,2137.87,-1672.9,64.2316,6.24811,315,10,0,42,0,0,1), - (47184,2110,0,1141,0,1522.49,-1627.74,64.9795,5.91055,315,10,0,1,0,0,1), - (47185,1784,0,11403,0,1080.58,-1938.73,38.6803,1.26046,315,0,0,2384,1864,0,0), - (47186,1784,0,11403,0,1075.29,-1938.72,38.6803,1.0492,315,0,0,2384,1864,0,0), - (47187,1784,0,11403,0,1046.99,-1901.58,48.0689,2.37109,315,3,0,2384,1864,0,1), - (47188,1784,0,11403,0,1048.32,-1939.69,38.6803,1.90925,315,0,0,2384,1864,0,0), - (47189,1784,0,11403,0,1076.55,-1932.1,38.6803,5.29556,315,0,0,2384,1864,0,0), - (47190,1791,0,570,0,1054.99,-1904.93,30.7783,1.02974,315,3,0,2880,0,0,1), - (47191,1795,0,414,0,1344.07,-1411.5,48.9271,2.90364,315,5,0,2823,2117,0,1), - (47192,1789,0,9790,0,1461.32,-1396.45,65.0907,1.94124,315,5,0,2823,2117,0,1), - (47193,1787,0,11401,0,1379.62,-1588.25,60.7068,3.90968,315,10,0,3293,0,0,1), - (47194,1794,0,10626,0,1322.79,-1383.91,46.0366,1.63665,315,5,0,2634,2041,0,1), - (47195,1787,0,11401,0,1386.58,-1681.6,66.3124,1.56103,315,10,0,3293,0,0,1), - (47196,1794,0,10626,0,1486.29,-1679.54,68.8208,2.67035,315,0,0,2634,2041,0,0), - (47197,1794,0,10626,0,1614.04,-1444.54,63.5273,2.59821,315,10,0,2634,2041,0,1), - (47198,1789,0,9790,0,1548.16,-1680.13,71.3618,4.78607,315,10,0,2823,2117,0,1), - (47199,1789,0,9790,0,1490.63,-1655.87,68.9901,0.894522,315,5,0,2823,2117,0,1), - (47200,1795,0,414,0,1293.32,-1593.1,61.8097,5.86991,315,0,0,2823,2117,0,0), - (47201,1822,0,1087,0,1513.74,-983.993,65.9307,4.09078,315,3,0,2880,0,0,1), - (47202,1815,0,1082,0,1813.07,-1078.93,65.8441,2.17721,315,10,0,3438,0,0,1), - (47203,1815,0,1082,0,1642.86,-928.296,68.6817,4.4092,315,3,0,3438,0,0,1), - (47204,1815,0,1082,0,1805.97,-881.229,73.2733,2.3341,315,5,0,3438,0,0,1), - (47205,8901,230,9290,0,1389.34,-360.419,-91.9397,3.85718,60,0,0,760,0,0,0), - (47206,8901,230,9290,0,1390.24,-399.631,-94.5913,3.07178,60,0,0,760,0,0,0), - (47207,8901,230,8755,0,1376.22,-401.085,-94.5913,0.017453,60,0,0,760,0,0,0), - (47208,1986,1,709,0,10727,952.523,1332.22,1.0757,300,5,0,71,0,0,1), - (47209,8901,230,9289,0,1374.03,-405.698,-94.5913,0.977384,60,0,0,760,0,0,0), - (47210,8901,230,9288,0,1388.55,-401.502,-94.5913,4.69494,60,0,0,760,0,0,0), - (47211,8901,230,8755,0,1389.48,-415.882,-94.5913,5.72468,60,0,0,760,0,0,0), - (47212,8901,230,9290,0,1387.97,-398.803,-94.5913,1.13446,60,0,0,760,0,0,0), - (47213,8901,230,8755,0,1386.06,-415.762,-94.5913,2.56563,60,0,0,760,0,0,0), - (47214,8901,230,8755,0,1372.98,-402.285,-94.5913,1.29154,60,0,0,760,0,0,0), - (47215,8901,230,9288,0,1389.44,-417.704,-94.5913,1.09956,60,0,0,760,0,0,0), - (47216,8901,230,9289,0,1376.17,-403.741,-94.5913,4.46804,60,0,0,760,0,0,0), - (47217,8929,230,8705,0,1384.64,-831.486,-87.5893,1.62316,43200,0,0,14931,6867,0,0), - (47218,1815,0,1082,0,1677.94,-816.703,69.8412,5.8606,315,3,0,3438,0,0,1), - (47219,1815,0,1082,0,1816.27,-944.769,75.1027,1.03021,315,5,0,3438,0,0,1), - (47220,1815,0,1082,0,1481.83,-1020.89,75.8141,6.23435,315,10,0,3438,0,0,1), - (47221,1822,0,1087,0,1545.96,-965.278,69.7681,4.49488,315,3,0,2880,0,0,1), - (47222,1809,0,1105,0,1578.14,-970.7,65.5767,0.514304,315,10,0,2880,0,0,1), - (47223,1816,0,1083,0,1940.48,-2323.74,61.1383,3.22613,315,10,0,3921,0,0,1), - (47224,1816,0,1083,0,1904.62,-2040.5,75.8924,2.24554,315,10,0,3921,0,0,1), - (47225,1816,0,1083,0,1996.77,-2450.71,63.294,2.74658,315,5,0,3921,0,0,1), - (47226,1816,0,1083,0,1879.51,-1922.16,80.6656,4.59288,315,3,0,3921,0,0,1), - (47227,1816,0,1083,0,2018.5,-2244.36,62.9875,1.29263,315,10,0,3921,0,0,1), - (47228,1816,0,1083,0,1809.96,-1829.47,63.5155,1.88545,315,10,0,3921,0,0,1), - (47229,1824,0,1088,0,1646.9,-2015.5,61.8782,2.5628,315,10,0,3293,0,0,1), - (47230,1824,0,1088,0,1834.74,-1990.93,75.4207,4.74074,315,10,0,3293,0,0,1), - (47231,1824,0,1088,0,1924.26,-2279.97,59.8266,5.32053,315,10,0,3293,0,0,1), - (47232,1824,0,1088,0,2035.77,-2383.41,61.6824,1.94604,315,10,0,3293,0,0,1), - (47233,1821,0,1091,0,2422.76,-1777.28,103.803,5.9693,315,3,0,3082,0,0,1), - (47234,1821,0,1091,0,2282.83,-1587.93,93.5677,4.6953,315,10,0,3082,0,0,1), - (47235,1821,0,1091,0,1690.4,-1671.7,60.2008,1.02929,315,5,0,3082,0,0,1), - (47236,1821,0,1091,0,1979.26,-1351.82,75.6026,3.36005,315,5,0,3082,0,0,1), - (47237,1817,0,4124,0,1982.24,-1548.24,62.2392,1.23947,315,10,0,3189,0,0,1), - (47238,1817,0,4124,0,2555.94,-1616.53,95.2556,1.26139,315,5,0,3189,0,0,1), - (47239,1821,0,1091,0,2082.86,-1510.45,74.091,2.66703,315,5,0,3082,0,0,1), - (47240,1817,0,4124,0,1815.43,-1412.13,59.576,1.41619,315,10,0,3189,0,0,1), - (47241,1821,0,1091,0,2554.52,-1687,94.3187,4.01839,315,3,0,3082,0,0,1), - (47242,1817,0,4124,0,2214.91,-1453.66,82.9084,0.732185,315,5,0,3189,0,0,1), - (47243,1784,0,11403,0,1762.36,-1250.16,60.6525,0,315,0,0,2384,1864,0,0), - (47244,1784,0,11403,0,1751.94,-1189.94,59.6755,3.29843,315,5,0,2384,1864,0,1), - (47245,1783,0,733,0,1729.4,-1242.95,60.55,4.20951,315,5,0,2880,0,0,1), - (47246,1784,0,11403,0,1813.77,-1217.02,60.3427,6.02696,315,5,0,2384,1864,0,1), - (47247,1784,0,11403,0,1659.38,-1198.7,61.3709,2.96606,315,5,0,2384,1864,0,1), - (47248,1783,0,733,0,1764.17,-1262.6,60.1524,1.41965,315,5,0,2880,0,0,1), - (47249,1986,1,709,0,10751.2,924.089,1337.09,2.08465,300,0,0,71,0,0,0), - (47250,9018,230,8761,0,310.558,-146.251,-70.3029,5.51524,43200,0,0,9485,9615,0,0), - (47251,8912,230,9350,0,312.751,-149.018,-70.3029,2.47837,7200,0,0,5316,3614,0,0), - (47252,8890,230,8758,0,314.03,-162.339,-70.3029,1.01229,7200,0,0,6414,0,0,0), - (47253,8921,230,8180,0,313.34,-166.229,-70.3029,1.06465,7200,0,0,2672,0,0,0), - (47254,8921,230,8180,0,310.636,-163.913,-70.3029,0.942478,7200,0,0,2672,0,0,0), - (154654,8906,230,0,0,789.356,-42.4263,-53.6514,1.95477,7200,0,0,7599,0,0,0), - (154653,8907,230,0,0,807.141,52.1214,-53.5713,3.1765,7200,0,0,7842,0,0,0), - (154652,8906,230,0,0,807.141,52.1214,-53.5713,3.1765,7200,0,0,7599,0,0,0), - (154651,8907,230,0,0,779.212,44.9612,-53.6518,3.19395,7200,0,0,7842,0,0,0), - (154650,8906,230,0,0,779.212,44.9612,-53.6518,3.19395,7200,0,0,7599,0,0,0), - (154649,8920,230,0,0,794.78,-35.9308,-53.6368,2.04204,7200,0,0,2614,0,0,0), - (47261,1783,0,733,0,1664.34,-1186.3,59.9959,0.91807,315,5,0,2880,0,0,1), - (47262,1986,1,709,0,10843.2,957.249,1335.49,3.94444,300,0,0,71,0,0,0), - (47263,1986,1,709,0,10864.9,979.124,1336.56,3.40339,300,0,0,71,0,0,0), - (47264,830,0,342,0,-9683.95,1581.61,12.7578,4.54881,300,10,0,273,0,0,1), - (47266,1986,1,709,0,10728.2,871.7,1328.7,2.65916,300,5,0,71,0,0,1), - (47267,1986,1,709,0,10708,873.924,1324.61,1.77671,300,5,0,71,0,0,1), - (47268,1986,1,709,0,10893,986.807,1337.14,2.47837,300,0,0,71,0,0,0), - (47269,1986,1,709,0,10897.9,974.713,1337.65,0.994838,300,0,0,71,0,0,0), - (47270,1986,1,709,0,10916.4,957.586,1339.7,5.044,300,0,0,71,0,0,0), - (47271,1986,1,709,0,10911.8,969.353,1338.93,0.314159,300,0,0,71,0,0,0), - (47276,1791,0,570,0,1670.89,-1200.71,61.1631,0,315,10,0,2880,0,0,1), - (47281,1988,1,6806,0,10298.9,967.463,1336.62,5.93294,300,5,0,55,0,0,1), - (47282,1988,1,6806,0,10276.7,954.903,1339.5,2.65493,300,5,0,55,0,0,1), - (47283,1988,1,6806,0,10254.9,978.265,1342.44,4.98344,300,5,0,55,0,0,1), - (47284,1988,1,6806,0,10291.7,956.861,1335.65,5.65834,300,0,0,55,0,0,0), - (47285,1988,1,6806,0,10286.9,972.891,1338.63,1.00764,300,5,0,55,0,0,1), - (47286,1988,1,6806,0,10285.1,961.632,1337.59,5.86258,300,0,0,55,0,0,0), - (47287,1988,1,6806,0,10270,978.807,1341.8,4.19106,300,5,0,55,0,0,1), - (47288,1988,1,6806,0,10271.8,970.513,1341.17,3.26169,300,5,0,55,0,0,1), - (47289,1988,1,6806,0,10271.3,964.891,1340.88,2.55305,300,5,0,55,0,0,1), - (47290,1988,1,6806,0,10261.5,953.199,1342.06,2.88628,300,5,0,55,0,0,1), - (47291,830,0,342,0,-9669.31,1589.78,10.7365,3.49645,300,10,0,273,0,0,1), - (154648,8920,230,0,0,806.096,54.2448,-53.5767,5.48033,7200,0,0,2614,0,0,0), - (154647,8920,230,0,0,787.464,-40.3752,-53.6493,5.23599,7200,0,0,2614,0,0,0), - (154646,8920,230,0,0,791.143,-40.9252,-53.6506,3.85718,7200,0,0,2614,0,0,0), - (154645,8920,230,0,0,778.715,47.5265,-53.6518,4.7822,7200,0,0,2614,0,0,0), - (47296,10116,230,9333,0,463.203,-12.0987,-66.921,6.07375,7200,0,0,64,0,0,0), - (47297,10117,230,9335,0,329.558,-208.256,-79.9446,3.97935,7200,0,0,64,0,0,0), - (47298,10117,230,9334,0,480.025,-60.3235,-64.3413,0.959931,7200,0,0,64,0,0,0), - (47299,10117,230,7550,0,444.033,-101.511,-53.6503,1.53589,7200,0,0,64,0,0,0), - (47300,10116,230,9332,0,463.572,-14.4215,-66.7948,1.32645,7200,0,0,64,0,0,0), - (47301,10117,230,7550,0,265.299,-161.117,-72.5054,0.174533,7200,0,0,64,0,0,0), - (47302,9956,230,9309,0,1382.62,-397.68,-94.5913,5.39307,600,5,0,760,0,0,2), - (47303,9956,230,9309,0,1385.2,-439.437,-94.5913,3.19395,600,5,0,760,0,0,2), - (47304,9025,230,0,0,654.636,-172.435,-73.6131,5.09494,43200,0,0,11460,0,0,2), - (47305,1783,0,733,0,1739.17,-1165.18,59.6716,3.04991,315,5,0,2880,0,0,1), - (47306,830,0,342,0,-9684.28,1615.04,12.3174,5.47553,300,10,0,273,0,0,1), - (47307,1791,0,570,0,1748.09,-1131.1,61.6032,4.10561,315,5,0,2880,0,0,1), - (47308,1791,0,570,0,1068.68,-1684.8,63.0424,5.99004,315,0,0,2880,0,0,0), - (47310,1988,1,6806,0,10265.8,942.989,1342.06,5.1941,300,5,0,55,0,0,1), - (47311,830,0,342,0,-9660.68,1578.93,7.43825,0.938353,300,10,0,273,0,0,1), - (47312,1988,1,6806,0,10421.3,975.018,1322.68,1.76838,300,5,0,55,0,0,1), - (47314,1989,1,3023,0,10482.5,1065.16,1327.28,5.31337,300,5,0,71,0,0,1), - (47316,1989,1,3023,0,10620.9,642.277,1330,5.24159,300,0,0,71,0,0,0), - (47317,1989,1,3023,0,10397.7,548.002,1328.88,0.553051,300,5,0,71,0,0,1), - (47318,1791,0,570,0,1056.56,-1729.2,62.5975,1.53602,315,5,0,2880,0,0,1), - (47319,1989,1,3023,0,10507.8,1064.2,1325.92,4.04984,300,5,0,71,0,0,1), - (47321,1989,1,3023,0,10501.3,1055.98,1325.54,4.69862,300,5,0,71,0,0,1), - (47322,1989,1,3023,0,10523.2,955.057,1316.61,4.40136,300,5,0,71,0,0,1), - (47323,8982,230,9189,0,1407.29,-587.299,-91.9711,3.15905,7200,0,0,8352,0,0,0), - (47324,1989,1,3023,0,10528.7,1064.25,1321.79,2.46338,300,5,0,71,0,0,1), - (47325,1989,1,3023,0,10496.9,1058.33,1325.55,5.044,300,0,0,71,0,0,0), - (47326,1989,1,3023,0,10500.3,1053.14,1325.54,2.60604,300,5,0,71,0,0,1), - (47327,1989,1,3023,0,10496.6,1052.56,1325.55,0.907571,300,0,0,71,0,0,0), - (47328,1989,1,3023,0,10481.3,1019.15,1326.35,2.47423,300,5,0,71,0,0,1), - (47329,1989,1,3023,0,10493.1,1044.5,1326.41,1.55616,300,5,0,71,0,0,1), - (47330,1989,1,3023,0,10525.7,1030.28,1321.88,5.83585,300,5,0,71,0,0,1), - (47331,1989,1,3023,0,10512.3,1050.71,1323.92,5.03554,300,5,0,71,0,0,1), - (47332,1989,1,3023,0,10656.8,947.191,1323.44,0.4172,300,5,0,71,0,0,1), - (47333,1989,1,3023,0,10642.3,778.098,1319.05,0.622406,300,5,0,71,0,0,1), - (47334,1989,1,3023,0,10335.8,1037.91,1339.39,2.19915,300,0,0,71,0,0,0), - (47335,1989,1,3023,0,10326.4,1026.73,1338.66,0.463554,300,5,0,71,0,0,1), - (47336,1989,1,3023,0,10311.9,1037.79,1342.98,4.13426,300,5,0,71,0,0,1), - (47338,1989,1,3023,0,10332.2,1030.51,1339.14,6.11941,300,5,0,71,0,0,1), - (47339,1989,1,3023,0,10336.2,1032.97,1339.37,2.02381,300,5,0,71,0,0,1), - (47340,1989,1,3023,0,10514.5,1019.4,1319.38,2.21938,300,5,0,71,0,0,1), - (47341,1989,1,3023,0,10343.9,1036.44,1339.39,3.32079,300,5,0,71,0,0,1), - (47342,1989,1,3023,0,10356.5,1030.9,1340.11,3.94328,300,0,0,71,0,0,0), - (47343,1989,1,3023,0,10352.5,1044.33,1342.77,3.58094,300,5,0,71,0,0,1), - (47344,1989,1,3023,0,10331.6,1053.41,1342.78,1.31422,300,0,0,71,0,0,0), - (47345,1989,1,3023,0,10354.7,1020.85,1337.37,3.30209,300,5,0,71,0,0,1), - (47346,1989,1,3023,0,10333.7,1018.79,1337.75,2.42397,300,5,0,71,0,0,1), - (47347,1992,1,10034,0,10296.9,870.227,1335.91,5.96477,300,0,0,228,0,0,0), - (47348,1993,1,6819,0,9708.71,1545.88,1253.94,0.575959,300,0,0,186,191,0,0), - (47350,1994,1,759,0,10938.4,930.251,1340.95,1.0472,300,0,0,102,0,0,0), - (47351,1995,1,10832,0,9918.49,1164.47,1307.98,1.46918,300,0,0,102,0,0,0), - (47352,1995,1,10832,0,10084.5,517.87,1324.69,2.17721,300,5,0,102,0,0,1), - (47353,1995,1,10832,0,9713.66,316.285,1327.44,3.61638,300,5,0,102,0,0,1), - (47354,1995,1,10832,0,9816.36,1091.89,1300.36,4.29686,300,5,0,102,0,0,1), - (47355,1995,1,10832,0,9986.1,545.511,1311.73,2.21188,300,5,0,102,0,0,1), - (47356,1995,1,10832,0,10044.6,486.346,1319.28,2.4251,300,5,0,102,0,0,1), - (47357,1995,1,10832,0,9747.2,392.737,1310.89,4.84451,300,5,0,102,0,0,1), - (47358,6091,1,4861,0,10450.2,779.858,1322.75,2.9147,300,0,0,372,0,0,0), - (47359,1995,1,10832,0,10219.1,1479.88,1330.33,3.64315,300,5,0,102,0,0,1), - (47360,1995,1,10832,0,9982.46,1114.3,1326.33,5.52457,300,5,0,102,0,0,1), - (47361,1995,1,10832,0,10013.6,378.672,1312.61,2.9193,300,5,0,102,0,0,1), - (47362,1995,1,10832,0,9722.13,345.866,1322.29,3.09861,300,5,0,102,0,0,1), - (47363,1995,1,10832,0,9982.29,469.791,1309.21,4.24245,300,5,0,102,0,0,1), - (47364,1995,1,10832,0,10180.7,1456.4,1329.77,0.269167,300,5,0,102,0,0,1), - (47365,1995,1,10832,0,9790.96,1061.42,1300.87,4.69335,300,5,0,102,0,0,1), - (47366,1995,1,10832,0,9839.31,1267.76,1296.03,1.07778,300,5,0,102,0,0,1), - (47367,1995,1,10832,0,9817.83,1156.35,1287.45,1.74612,300,5,0,102,0,0,1), - (47368,1995,1,10832,0,9860.08,1280.03,1294.34,3.35614,300,5,0,102,0,0,1), - (47369,1995,1,10832,0,9702.74,1147.1,1272.33,3.28763,300,5,0,102,0,0,1), - (47370,1995,1,10832,0,9660.53,1023.73,1283.82,3.9228,300,5,0,102,0,0,1), - (47371,1995,1,10832,0,9591.78,992.589,1276.32,1.13891,300,5,0,102,0,0,1), - (47372,1995,1,10832,0,9655.86,555.7,1312,3.68335,300,5,0,102,0,0,1), - (47373,1995,1,10832,0,9768.75,864.583,1297.46,1.04972,300,5,0,102,0,0,1), - (47374,1995,1,10832,0,9744.95,511.158,1306.19,3.90799,300,5,0,102,0,0,1), - (47375,1995,1,10832,0,9653.33,605.212,1308.86,1.63918,300,5,0,102,0,0,1), - (47376,1995,1,10832,0,9690.99,624.263,1299.92,4.6297,300,5,0,102,0,0,1), - (47377,1995,1,10832,0,9919.63,881.586,1316.77,4.43774,300,5,0,102,0,0,1), - (47378,1995,1,10832,0,9785.04,817.812,1301.29,5.32288,300,5,0,102,0,0,1), - (47379,1995,1,10832,0,10086.1,657.825,1341.22,0.5709,300,5,0,102,0,0,1), - (47380,1995,1,10832,0,10113.7,697.767,1359.16,1.54183,300,5,0,102,0,0,1), - (47381,1995,1,10832,0,10012.6,588.632,1316.09,3.08298,300,5,0,102,0,0,1), - (47382,1995,1,10832,0,10075.5,586.011,1326.29,3.82305,300,5,0,102,0,0,1), - (47383,1995,1,10832,0,9924.19,824.558,1318.52,6.14738,300,5,0,102,0,0,1), - (47384,1995,1,10832,0,9900.92,1128.92,1308.27,0.410789,300,5,0,102,0,0,1), - (47385,1995,1,10832,0,9896.97,1053.58,1318.09,2.98174,300,5,0,102,0,0,1), - (47386,1995,1,10832,0,9782.05,1059.48,1299.6,1.88236,300,5,0,102,0,0,1), - (47387,1995,1,10832,0,9817.01,1079.76,1301.31,4.68951,300,5,0,102,0,0,1), - (47388,1996,1,4877,0,9245.02,858.225,1321.64,2.36977,300,5,0,137,0,0,1), - (47389,1996,1,4877,0,9481.57,543.174,1320.86,5.28788,300,5,0,137,0,0,1), - (47390,1996,1,4877,0,9980.21,1801.04,1330.55,2.107,300,5,0,137,0,0,1), - (47391,8396,1,7602,0,9606.44,2518.69,1331.62,0.226893,300,0,0,2868,0,0,0), - (47392,1996,1,4877,0,10088.3,1823.85,1330.13,4.92491,300,5,0,137,0,0,1), - (47393,1996,1,4877,0,10008.5,1791.62,1331.14,1.76188,300,5,0,137,0,0,1), - (47394,1996,1,4877,0,9203.43,1586.16,1304.31,0.351312,300,5,0,137,0,0,1), - (47395,1996,1,4877,0,9403.72,1683.41,1304.95,3.43988,300,5,0,137,0,0,1), - (47396,1996,1,4877,0,9379.25,1658.24,1294.19,4.77883,300,5,0,137,0,0,1), - (47397,1996,1,4877,0,10146.1,1714.15,1332.33,4.946,300,5,0,137,0,0,1), - (47398,1996,1,4877,0,9205.81,1171.6,1317.49,1.88668,300,5,0,137,0,0,1), - (47399,1996,1,4877,0,9187.7,1112.79,1318.35,5.8215,300,5,0,137,0,0,1), - (47400,1996,1,4877,0,10170.6,1635.71,1322.77,4.82035,300,5,0,137,0,0,1), - (47401,1996,1,4877,0,9576.04,477.247,1326.64,4.71126,300,5,0,137,0,0,1), - (47402,1996,1,4877,0,9556.49,460.067,1326.76,4.20937,300,5,0,137,0,0,1), - (47403,1996,1,4877,0,9285.75,881.269,1312.71,5.50462,300,5,0,137,0,0,1), - (47404,1996,1,4877,0,9215.83,1079.87,1318.25,4.17925,300,5,0,137,0,0,1), - (47405,1996,1,4877,0,9711.19,1858.09,1302.5,2.30423,300,5,0,137,0,0,1), - (47406,1996,1,4877,0,9313.38,1362.66,1288.93,0.175465,300,5,0,137,0,0,1), - (47407,1996,1,4877,0,10084.7,1837.94,1329.41,4.77646,300,5,0,137,0,0,1), - (47408,1996,1,4877,0,10090.6,1900.31,1332.74,3.02608,300,5,0,137,0,0,1), - (47409,1996,1,4877,0,9230.73,1101.04,1315.46,2.82679,300,5,0,137,0,0,1), - (47410,1996,1,4877,0,9549.56,545.56,1323.05,0.781947,300,5,0,137,0,0,1), - (47411,1996,1,4877,0,9191.43,1143.36,1318.71,1.80228,300,5,0,137,0,0,1), - (47412,1996,1,4877,0,9680.88,1841.68,1299.59,2.11658,300,5,0,137,0,0,1), - (47432,830,0,342,0,-9673.67,1613.46,11.8122,3.4426,300,10,0,273,0,0,1), - (47433,831,0,979,0,-9913.61,1876.93,2.79998,6.07479,300,10,0,328,0,0,1), - (47434,831,0,979,0,-9789.11,1758.25,-2.54815,0.000206,300,10,0,328,0,0,1), - (47435,831,0,979,0,-9928.52,1907.84,-1.25367,1.81047,300,5,0,328,0,0,1), - (47436,831,0,979,0,-9964.83,1927.16,-0.703907,5.57272,300,10,0,328,0,0,1), - (47437,1791,0,570,0,1129.5,-1728.47,62.4358,2.42338,315,10,0,2880,0,0,1), - (47438,1791,0,570,0,1040.4,-1739.04,62.4896,5.49779,315,0,0,2880,0,0,0), - (47439,1783,0,733,0,950.121,-1620.24,67.6254,2.51327,315,0,0,2880,0,0,0), - (47440,1783,0,733,0,1059.09,-1617.29,62.3236,3.62534,315,5,0,2880,0,0,1), - (47441,7076,70,6026,0,119.465,263.298,-51.6997,2.56563,7200,0,0,446,0,0,0), - (47442,8982,230,9189,0,1353.43,-587.317,-91.9711,0.15708,7200,0,0,8352,0,0,0), - (47443,831,0,979,0,-9831.06,1793.77,-0.84381,4.73192,300,5,0,328,0,0,1), - (47444,4472,0,146,0,1686.17,-2381.43,60.5465,4.14322,315,5,0,3006,2241,0,1), - (47446,1996,1,4877,0,9267.5,1462.18,1292.89,2.72515,300,5,0,137,0,0,1), - (47447,831,0,979,0,-9947.36,1903.2,3.36876,2.63423,300,10,0,328,0,0,1), - (47448,1996,1,4877,0,9219.35,816.566,1324.84,0.079168,300,5,0,137,0,0,1), - (47450,1996,1,4877,0,9285.78,837.374,1313.51,0.295339,300,5,0,137,0,0,1), - (47451,1802,0,4629,0,1686.64,-2352.53,60.2575,1.53589,315,10,0,3644,0,0,1), - (47452,1996,1,4877,0,9945.13,1869.72,1325.32,1.4823,300,5,0,137,0,0,1), - (47453,4472,0,146,0,1676.44,-2376.72,61.6675,3.6927,315,5,0,3006,2241,0,1), - (47455,1802,0,4629,0,1769.54,-2330.04,60.004,3.03852,315,10,0,3644,0,0,1), - (47456,1802,0,4629,0,1641.17,-2257.78,59.3691,5.89044,315,5,0,3644,0,0,1), - (47457,1996,1,4877,0,9234.41,1493.8,1301.46,0.626211,300,5,0,137,0,0,1), - (47458,831,0,979,0,-9777.92,1736.61,2.72388,0.273087,300,5,0,328,0,0,1), - (47459,4472,0,146,0,1694.66,-2288.13,59.4139,5.33914,315,3,0,3006,2241,0,1), - (47460,831,0,979,0,-9944.79,1917.71,-0.703907,2.14326,300,5,0,328,0,0,1), - (47461,1996,1,4877,0,9510.28,1724.23,1291.52,1.89459,300,5,0,137,0,0,1), - (47462,1804,0,10690,0,1656.61,-2382.72,61.0693,5.33204,315,5,0,3643,0,0,1), - (47463,4472,0,146,0,1749.22,-2342.61,59.8659,4.72678,315,5,0,3006,2241,0,1), - (47464,1996,1,4877,0,9274.5,1667.23,1307.5,2.57797,300,5,0,137,0,0,1), - (47465,7269,209,7470,0,1617.68,970.682,8.9631,1.81514,18000,5,0,1782,0,0,1), - (47466,8982,230,9189,0,1406.88,-632.438,-91.9711,3.14159,7200,0,0,8352,0,0,0), - (47467,1996,1,4877,0,9214.06,1629.69,1306.77,3.55155,300,5,0,137,0,0,1), - (47468,1996,1,4877,0,9614.76,1814.46,1295.24,3.36111,300,5,0,137,0,0,1), - (47469,1996,1,4877,0,10031.5,1804.17,1325.78,3.94057,300,5,0,137,0,0,1), - (47472,8982,230,9189,0,1353.92,-632.75,-91.9711,0.122173,7200,0,0,8352,0,0,0), - (47473,8982,230,9189,0,1407.67,-677.718,-91.9711,3.14159,7200,0,0,8352,0,0,0), - (47474,8982,230,9189,0,1353.16,-677.38,-91.9711,0,7200,0,0,8352,0,0,0), - (47476,1802,0,4629,0,1674.23,-2365.77,61.6675,2.15888,315,0,0,3644,0,0,0), - (47477,9938,230,12162,0,1380.72,-659.314,-91.9711,1.58825,43200,0,0,25056,0,0,0), - (47478,8904,230,8826,0,1408.46,-769.655,-92.6389,5.91667,7200,0,0,2471,5013,0,0), - (47479,4472,0,146,0,1773.03,-2302,60.504,6.12206,315,10,0,3006,2241,0,1), - (47480,1996,1,4877,0,10115,1579.37,1321.3,4.2,300,5,0,137,0,0,1), - (47481,1996,1,4877,0,10063.7,1642.1,1324.52,4.9505,300,5,0,137,0,0,1), - (47482,1997,1,10830,0,10305.2,1736.23,1317.27,2.08604,300,5,0,156,0,0,1), - (47483,1997,1,10830,0,10764.2,1459.83,1322.54,5.18333,300,5,0,156,0,0,1), - (47484,1997,1,10830,0,10455,1494.12,1313.52,1.11181,300,5,0,156,0,0,1), - (47485,1997,1,10830,0,10837,1902.39,1340.05,5.83593,300,5,0,156,0,0,1), - (47486,1997,1,10830,0,10267.9,1814.53,1326.98,3.60293,300,5,0,156,0,0,1), - (47487,1997,1,10830,0,10485.1,1466.42,1324.41,1.8326,300,0,0,156,0,0,0), - (47488,1997,1,10830,0,10490.3,1876.43,1314.19,3.23511,300,5,0,156,0,0,1), - (47489,1997,1,10830,0,10262.5,1855.55,1330.68,5.96743,300,5,0,156,0,0,1), - (47490,1997,1,10830,0,10544,1895.34,1317.09,1.98154,300,5,0,156,0,0,1), - (47491,1997,1,10830,0,10531.1,1881.37,1315.39,4.37134,300,5,0,156,0,0,1), - (47492,1997,1,10830,0,10788.8,1827.02,1343.05,3.34692,300,5,0,156,0,0,1), - (47493,1997,1,10830,0,10208.8,1852.12,1328.51,4.82822,300,5,0,156,0,0,1), - (47494,1997,1,10830,0,10478.8,1554.19,1303.05,1.91787,300,5,0,156,0,0,1), - (47495,1998,1,760,0,9656.88,350.249,1327.9,4.72157,300,5,0,102,0,0,1), - (47496,1998,1,760,0,9725.78,391.919,1318.19,5.65743,300,5,0,102,0,0,1), - (47497,1998,1,760,0,9783.13,275.199,1325.54,3.65088,300,5,0,102,0,0,1), - (47498,1998,1,760,0,10246.1,1479.45,1332.79,6.18578,300,5,0,102,0,0,1), - (47499,6094,1,4862,0,9902.94,999.576,1313.92,4.08407,300,0,0,1042,0,0,0), - (47500,1998,1,760,0,9891.67,275,1324.68,5.64074,300,5,0,102,0,0,1), - (47501,1998,1,760,0,10003.7,1216.67,1321.98,4.17527,300,5,0,102,0,0,1), - (47502,1998,1,760,0,9786.53,247.304,1328.15,5.69042,300,5,0,102,0,0,1), - (47503,1998,1,760,0,9581.61,400.424,1334.57,3.54495,300,5,0,102,0,0,1), - (47504,1998,1,760,0,9673.79,328.151,1328.59,1.78735,300,5,0,102,0,0,1), - (47505,1998,1,760,0,9980.78,715.97,1321.28,5.41133,300,5,0,102,0,0,1), - (47506,1998,1,760,0,9730.72,1089.27,1285.56,5.61399,300,5,0,102,0,0,1), - (47507,1998,1,760,0,10237.4,1418.91,1334.01,4.29366,300,5,0,102,0,0,1), - (47508,1998,1,760,0,9709.84,1053.49,1290.68,0.928411,300,5,0,102,0,0,1), - (47509,1998,1,760,0,9815.6,1186.72,1285.27,6.00515,300,5,0,102,0,0,1), - (47510,1998,1,760,0,9616.94,1217.17,1273.26,0.7545,300,5,0,102,0,0,1), - (47511,1998,1,760,0,9651.17,1051.59,1277.83,6.15786,300,5,0,102,0,0,1), - (47512,1998,1,760,0,9649.68,1120.19,1269.84,2.86866,300,5,0,102,0,0,1), - (47513,1998,1,760,0,9543.8,1137.58,1263.46,0.19959,300,5,0,102,0,0,1), - (47514,1998,1,760,0,9581.18,1183.55,1268.77,2.66152,300,5,0,102,0,0,1), - (47515,1998,1,760,0,9567.38,1098.97,1263.3,5.44974,300,5,0,102,0,0,1), - (47516,1998,1,760,0,9957.98,712.125,1317.39,1.64217,300,5,0,102,0,0,1), - (47517,1998,1,760,0,9978.34,686.971,1318.52,5.4295,300,5,0,102,0,0,1), - (47518,1998,1,760,0,9978.99,720.331,1321.49,2.10768,300,5,0,102,0,0,1), - (47519,1998,1,760,0,9892.32,720.51,1309.51,5.21446,300,5,0,102,0,0,1), - (47520,1998,1,760,0,9854.65,755.521,1304.15,1.05127,300,5,0,102,0,0,1), - (47521,1998,1,760,0,9687.72,589.285,1303.72,1.02401,300,5,0,102,0,0,1), - (47522,1998,1,760,0,9766.61,560.713,1302.05,1.09579,300,5,0,102,0,0,1), - (47523,1998,1,760,0,9805.03,782.435,1301.55,6.19518,300,5,0,102,0,0,1), - (47524,1998,1,760,0,9734.84,553.214,1304.7,6.2285,300,5,0,102,0,0,1), - (47525,1998,1,760,0,9752.49,701.958,1298.41,3.92538,300,5,0,102,0,0,1), - (47526,1998,1,760,0,9811.62,747.917,1303.17,0,300,5,0,102,0,0,1), - (47527,1998,1,760,0,9936.05,852.817,1319.3,5.17688,300,5,0,102,0,0,1), - (47528,1998,1,760,0,9945.06,1154.05,1319.4,5.4747,300,5,0,102,0,0,1), - (47529,1998,1,760,0,9749.13,1084.77,1289.17,1.82304,300,5,0,102,0,0,1), - (47530,1998,1,760,0,9846.11,1179.13,1292.21,5.37094,300,5,0,102,0,0,1), - (47531,1998,1,760,0,9786.25,752.293,1299.85,5.65942,300,5,0,102,0,0,1), - (47532,1998,1,760,0,9940.73,1154.56,1317.73,2.72119,300,5,0,102,0,0,1), - (47533,1999,1,759,0,9202.22,1532.79,1307.42,5.6635,300,5,0,135,0,0,1), - (47534,1999,1,759,0,9738.34,1836.19,1301.81,0.727976,300,5,0,135,0,0,1), - (47535,1999,1,759,0,9338.58,708.866,1306.95,2.6067,300,5,0,135,0,0,1), - (47536,3535,1,1549,0,10805.7,1575.82,1280.94,0.117583,7200,0,0,273,0,0,0), - (47537,1999,1,759,0,9285.48,1684.98,1313.44,0.935108,300,5,0,135,0,0,1), - (47538,1999,1,759,0,10175.8,1740.21,1330.58,5.37172,300,5,0,135,0,0,1), - (47539,1999,1,759,0,9313.24,1047.32,1298.76,2.25184,300,5,0,135,0,0,1), - (47540,1999,1,759,0,9484.96,494.845,1335.53,5.20895,300,5,0,135,0,0,1), - (47541,1999,1,759,0,9153.75,1484.58,1323.38,0.216458,300,5,0,135,0,0,1), - (47542,1999,1,759,0,9248.21,779.354,1322.96,3.92729,300,5,0,135,0,0,1), - (47543,1999,1,759,0,9346.25,1012.81,1288.34,4.51231,300,5,0,135,0,0,1), - (47544,1999,1,759,0,10205.6,1842.59,1326.39,4.62949,300,5,0,135,0,0,1), - (47545,1999,1,759,0,10224,1922.12,1338.52,6.03803,300,5,0,135,0,0,1), - (47546,1999,1,759,0,9205.66,1040.84,1320.83,0.333834,300,5,0,135,0,0,1), - (47547,1999,1,759,0,9250.82,1718.19,1319.13,4.57326,300,5,0,135,0,0,1), - (47548,1999,1,759,0,9304.03,1539.41,1279.56,2.03625,300,5,0,135,0,0,1), - (47549,1999,1,759,0,9187.33,1519.67,1314.27,0.33225,300,5,0,135,0,0,1), - (47550,1999,1,759,0,9282.08,1344.79,1290.37,4.33185,300,5,0,135,0,0,1), - (47551,1999,1,759,0,9250.47,1319.16,1295.35,1.64607,300,5,0,135,0,0,1), - (47552,1999,1,759,0,9808.72,1836.56,1309.72,2.55928,300,5,0,135,0,0,1), - (47553,1999,1,759,0,9247.54,1049.93,1312.31,4.81455,300,5,0,135,0,0,1), - (47554,1999,1,759,0,9284.74,750.586,1317.5,1.39962,300,5,0,135,0,0,1), - (47555,1999,1,759,0,9284.65,681.172,1319.21,5.33067,300,5,0,135,0,0,1), - (47556,1999,1,759,0,9449.48,1505.28,1294.97,2.23677,300,5,0,135,0,0,1), - (47557,1999,1,759,0,9351.33,1508.75,1274.56,1.43599,300,5,0,135,0,0,1), - (47558,1999,1,759,0,9796.47,1789.23,1308.15,6.25778,300,5,0,135,0,0,1), - (47559,1999,1,759,0,10181.2,1758.21,1331.42,4.25042,300,5,0,135,0,0,1), - (47560,1999,1,759,0,9401.32,1446.25,1282.06,5.12238,300,5,0,135,0,0,1), - (47561,8904,230,8826,0,1420.37,-775.428,-92.6383,2.56563,7200,0,0,2471,5013,0,0), - (47562,8915,230,8779,0,1418.24,-768.974,-92.6388,4.04916,7200,0,0,2634,2041,0,0), - (47563,8915,230,8780,0,1409.15,-775.851,-92.6389,0.488692,7200,0,0,2634,2041,0,0), - (47564,8899,230,8822,0,1398.8,-813.485,-91.8983,5.3058,7200,0,0,7599,0,0,0), - (47565,8899,230,0,0,1380.73,-746.851,-92.64,2.79253,7200,10,0,7599,0,0,1), - (47566,8904,230,8827,0,1416.87,-740.27,-85.0697,6.0912,7200,0,0,2471,5013,0,0), - (47567,1999,1,759,0,9296.43,1632.11,1298.44,2.25728,300,5,0,135,0,0,1), - (47568,8904,230,8828,0,1426.92,-742.128,-85.0707,2.96706,7200,0,0,2471,5013,0,0), - (47569,8904,230,8825,0,1421.76,-742.721,-85.0705,1.43117,7200,0,0,2471,5013,0,0), - (47570,1785,0,11404,0,1918.04,-1556.72,60.4575,2.61846,315,5,0,3082,0,0,1), - (47571,1999,1,759,0,9987.6,1587.16,1321.4,0.426951,300,5,0,135,0,0,1), - (47572,10184,249,8570,0,-4.8689,-217.171,-86.7104,3.09123,432000,0,0,1099230,0,0,0), - (47573,1999,1,759,0,10047.6,1636.69,1324.98,3.49241,300,5,0,135,0,0,1), - (47574,2000,1,1989,0,10226.7,1589.8,1291.19,2.84841,300,5,0,156,0,0,1), - (47576,2000,1,1989,0,10287.4,1612.93,1293.69,5.41588,300,5,0,156,0,0,1), - (47577,2000,1,1989,0,10742.1,1373.31,1328.5,2.66692,300,5,0,156,0,0,1), - (47579,7077,70,6025,0,135.904,274.323,-52.1213,3.21141,7200,0,0,251,2975,0,0), - (47580,2000,1,1989,0,10723.2,2052.17,1320.15,0.291176,300,5,0,156,0,0,1), - (47581,2000,1,1989,0,10638.6,1518.85,1308.99,5.34992,300,5,0,156,0,0,1), - (47584,2000,1,1989,0,10321.7,1582.07,1292.69,5.87329,300,5,0,156,0,0,1), - (47585,2000,1,1989,0,10778.6,2118.35,1312.26,2.88893,300,5,0,156,0,0,1), - (47586,8915,230,9025,0,1425.41,-738.466,-85.0706,3.82227,7200,0,0,2634,2041,0,0), - (47587,8903,230,8749,0,1353.81,-750.287,-85.0639,4.17134,7200,0,0,7842,0,0,0), - (47588,8904,230,8826,0,1345,-738.206,-85.0695,5.55015,7200,0,0,2471,5013,0,0), - (47589,8904,230,8827,0,1348.78,-746.289,-85.0697,1.71042,7200,0,0,2471,5013,0,0), - (47590,8904,230,8828,0,1348.12,-737.908,-85.0691,5.14872,7200,0,0,2471,5013,0,0), - (47591,8904,230,8827,0,1353.16,-737.336,-85.0684,4.29351,7200,0,0,2471,5013,0,0), - (47592,8904,230,8826,0,1352.81,-745.174,-85.0686,2.19912,7200,0,0,2471,5013,0,0), - (47593,8899,230,8821,0,1354.42,-771.809,-92.6382,0.383972,7200,0,0,7599,0,0,0), - (47594,8904,230,8825,0,1368.32,-770.381,-92.6385,3.54302,7200,0,0,2471,5013,0,0), - (47595,8904,230,8828,0,1368.69,-775.013,-92.6385,2.72271,7200,0,0,2471,5013,0,0), - (47596,2000,1,1989,0,10358,1482.01,1327.27,4.08862,300,5,0,156,0,0,1), - (47597,4475,0,10970,0,1928.6,-1563.65,60.7075,1.19675,315,5,0,3082,0,0,1), - (47598,8904,230,8825,0,1364.69,-778.893,-91.8977,1.79769,7200,0,0,2471,5013,0,0), - (47599,8904,230,8827,0,1359.19,-772.953,-92.6384,0.10472,7200,0,0,2471,5013,0,0), - (47600,4474,0,4631,0,1904.64,-1616.46,60.7192,3.71755,315,0,0,3189,0,0,0), - (47601,8915,230,8778,0,1363.85,-766.909,-91.8977,4.57276,7200,0,0,2634,2041,0,0), - (47602,8904,230,8826,0,1355.33,-817.552,-91.8983,5.35816,7200,0,0,2471,5013,0,0), - (47603,8904,230,8828,0,1359.98,-817.372,-91.8983,3.9619,7200,0,0,2471,5013,0,0), - (47604,2000,1,1989,0,10674.4,1403.15,1327.41,2.15907,300,5,0,156,0,0,1), - (47605,1785,0,11404,0,1894.44,-1627.61,60.7682,5.56142,315,5,0,3082,0,0,1), - (47606,8915,230,8778,0,1363.32,-824.042,-91.8983,2.56563,7200,0,0,2634,2041,0,0), - (47609,2000,1,1989,0,10764.8,1781.47,1327.71,3.92699,300,5,0,156,0,0,1), - (47610,2000,1,1989,0,10736.5,1966.02,1336.96,3.86134,300,5,0,156,0,0,1), - (47611,8915,230,8779,0,1355.17,-823.596,-91.8983,0.994838,7200,0,0,2634,2041,0,0), - (47612,8899,230,8820,0,1396.71,-731.332,-91.8982,0.122173,7200,0,0,7599,0,0,0), - (47613,9019,230,8807,0,1380.18,-831.645,-87.59,1.32645,43200,0,0,26649,0,0,0), - (47615,2000,1,1989,0,10306.1,1341.39,1342.86,4.38369,300,5,0,156,0,0,1), - (47616,2000,1,1989,0,10260.6,1653.7,1305.74,2.65479,300,5,0,156,0,0,1), - (47617,2000,1,1989,0,10735.2,2104.67,1317.07,1.26366,300,5,0,156,0,0,1), - (47618,1785,0,11404,0,1918.6,-1608.91,60.8597,0.558505,315,0,0,3082,0,0,0), - (47619,2000,1,1989,0,10321,1379.83,1340.58,5.62523,300,5,0,156,0,0,1), - (47620,2000,1,1989,0,10353.6,1620.42,1296.99,1.40854,300,5,0,156,0,0,1), - (47621,2001,1,6808,0,10899,1487.04,1294,2.17992,300,5,0,198,260,0,1), - (47622,9023,230,8707,0,316.336,-225.528,-77.7258,1.25664,7200,0,0,8536,0,0,0), - (47623,9679,230,9054,0,547.548,-291.232,-75.1556,2.97821,7200,0,0,7292,0,0,0), - (47624,9677,230,11553,0,582.66,-152.353,-68.3682,1.13446,7200,0,0,14931,0,0,0), - (47625,9681,230,9049,0,586.21,-149.45,-68.3475,2.54818,7200,0,0,7476,1982,0,0), - (47626,9021,230,8708,0,418.039,-210.348,-64.9896,2.16421,7200,0,0,7292,0,0,0), - (47627,9678,230,9051,0,622.961,-164.276,-70.9827,0.523599,7200,0,0,9810,9910,0,0), - (47628,9022,230,8709,0,275.327,-80.9653,-77.0425,5.79449,7200,0,0,7113,0,0,0), - (47629,9680,230,9053,0,564.122,-235.226,-70.1945,4.32842,7200,0,0,9670,0,0,0), - (47630,9020,230,8703,0,372.183,-178.305,-70.0302,5.07891,7200,0,0,7599,0,0,0), - (47631,9056,230,0,0,960.023,-340.886,-71.4581,5.65487,43200,0,0,27944,9910,0,2), - (47633,721,1,328,0,10053.7,561.67,1320.68,3.62678,300,5,0,1,0,0,1), - (47634,8916,230,9072,0,547.512,-168.355,-36.8797,5.93412,7200,0,0,2561,1923,0,0), - (47635,4474,0,4631,0,1824.97,-1613.25,58.8826,1.66727,315,10,0,3189,0,0,1), - (47636,4475,0,10971,0,1940.85,-1621.23,65.8336,5.55244,315,5,0,3082,0,0,1), - (47637,1785,0,11404,0,1916.29,-1643.49,60.4308,3.76025,315,3,0,3082,0,0,1), - (47638,1806,0,681,0,2300.97,-2315.92,63.107,2.48433,315,3,0,3293,0,0,1), - (47639,721,1,328,0,9572.91,614.55,1273.39,2.38977,300,5,0,1,0,0,1), - (47641,8916,230,9072,0,539.627,-189.186,-35.5125,0,7200,0,0,2561,1923,0,0), - (47642,8923,230,8270,0,1173.75,-187.816,-65.455,3.90863,604800,0,0,13920,0,0,2), - (47643,8916,230,9069,0,538.864,-166.645,-34.0779,5.91667,7200,0,0,2561,1923,0,0), - (47644,8894,230,8752,0,542.846,-178.15,-36.887,6.10865,7200,0,0,4980,9300,0,0), - (47645,8896,230,8793,0,539.557,-179.862,-35.5257,6.14356,7200,0,0,2466,1923,0,0), - (47647,721,1,328,0,9977.56,595.21,1314.48,1.53947,300,5,0,1,0,0,1), - (47649,8896,230,8796,0,545.277,-172.964,-36.8681,6.02139,7200,0,0,2466,1923,0,0), - (47650,8902,230,8799,0,545.488,-162.486,-35.4606,5.86431,7200,0,0,2026,2041,0,0), - (47652,8902,230,8799,0,539.612,-184.316,-35.5069,6.21337,7200,0,0,2026,2041,0,0), - (47653,8894,230,8752,0,534.287,-173.755,-34.1096,6.07375,7200,0,0,4980,9300,0,0), - (47654,8916,230,9072,0,649.264,-176.105,-36.907,3.36848,7200,0,0,2561,1923,0,0), - (47655,8916,230,9069,0,647.568,-172.909,-36.9245,3.42085,7200,0,0,2561,1923,0,0), - (47656,8895,230,8753,0,650.016,-184.77,-36.9107,3.22886,7200,0,0,5886,3964,0,0), - (47657,8896,230,8796,0,650.177,-180.163,-36.8973,3.29867,7200,0,0,2466,1923,0,0), - (47658,8896,230,8794,0,651.877,-172.598,-35.5238,3.40339,7200,0,0,2466,1923,0,0), - (47659,8902,230,8800,0,650.484,-168.606,-35.5156,3.47321,7200,0,0,2026,2041,0,0), - (47660,721,1,328,0,10611.7,713.525,1322.68,4.24184,300,5,0,1,0,0,1), - (47661,721,1,328,0,9244.16,1004.59,1316.26,4.41321,300,5,0,1,0,0,1), - (47662,721,1,328,0,9192.84,1285.99,1317.6,1.77922,300,5,0,1,0,0,1), - (47663,721,1,328,0,10100.2,497.388,1326,2.76957,300,5,0,1,0,0,1), - (47664,8902,230,8801,0,658.992,-186.378,-34.0766,3.07178,7200,0,0,2026,2041,0,0), - (47665,8904,230,8826,0,653.344,-190.509,-35.5261,3.12414,7200,0,0,2471,5013,0,0), - (47666,8893,230,8757,0,659.228,-181.813,-34.0787,3.24631,7200,0,0,7113,0,0,0), - (47667,8916,230,9070,0,628.883,-236.882,-35.5437,2.18166,7200,0,0,2561,1923,0,0), - (47668,8916,230,9072,0,629.115,-232.726,-36.89,2.21657,7200,0,0,2561,1923,0,0), - (47669,8895,230,8753,0,633.597,-227.325,-36.9129,2.33874,7200,0,0,5886,3964,0,0), - (47670,8896,230,8795,0,626.613,-244.684,-34.0836,2.09439,7200,0,0,2466,1923,0,0), - (47671,8896,230,8796,0,633.121,-232.962,-35.4894,2.26893,7200,0,0,2466,1923,0,0), - (47672,8902,230,8799,0,636.298,-239.461,-34.0903,2.25148,7200,0,0,2026,2041,0,0), - (47673,8902,230,8798,0,640.897,-225.034,-35.1749,2.49582,7200,0,0,2026,2041,0,0), - (47674,8904,230,8826,0,638.203,-229.41,-35.3931,2.37365,7200,0,0,2471,5013,0,0), - (47675,8893,230,8757,0,625.097,-235.386,-36.8931,2.14675,7200,0,0,7113,0,0,0), - (47676,8916,230,9072,0,572.808,-140.939,-36.8044,5.18363,7200,0,0,2561,1923,0,0), - (47677,8916,230,9070,0,558.88,-137.183,-34.0844,5.34071,7200,0,0,2561,1923,0,0), - (47678,8916,230,9071,0,578.281,-139.209,-36.7895,5.09636,7200,0,0,2561,1923,0,0), - (47679,8916,230,9070,0,581.317,-133.988,-35.456,4.99164,7200,0,0,2561,1923,0,0), - (47680,8916,230,9069,0,574.24,-136.707,-35.4314,5.13127,7200,0,0,2561,1923,0,0), - (47681,8916,230,9071,0,580.626,-138.046,-36.7586,5.06145,7200,0,0,2561,1923,0,0), - (47682,8916,230,9070,0,564.922,-132.282,-34.0677,5.23599,7200,0,0,2561,1923,0,0), - (47683,8893,230,8757,0,568.816,-142.538,-36.8602,5.25344,7200,0,0,7113,0,0,0), - (47684,8894,230,8752,0,571.426,-137.882,-35.4362,5.18363,7200,0,0,4980,9300,0,0), - (47685,8916,230,9069,0,570.107,-244.451,-34.0701,1.11701,7200,0,0,2561,1923,0,0), - (47686,8916,230,9070,0,571.724,-237.314,-36.847,1.0821,7200,0,0,2561,1923,0,0), - (47687,8916,230,9069,0,564.052,-232.826,-36.8618,0.942478,7200,0,0,2561,1923,0,0), - (47688,8916,230,9069,0,559.582,-242.593,-34.094,0.977384,7200,0,0,2561,1923,0,0), - (47689,8916,230,9069,0,573.1,-245.279,-34.0668,1.16937,7200,0,0,2561,1923,0,0), - (47690,8916,230,9071,0,560.295,-235.085,-35.4579,0.925025,7200,0,0,2561,1923,0,0), - (47691,8916,230,9070,0,577.724,-242.723,-35.4771,1.41372,7200,0,0,2561,1923,0,0), - (47692,8893,230,8757,0,575.489,-238.36,-36.8509,1.15192,7200,0,0,7113,0,0,0), - (47693,8894,230,8752,0,565.406,-238.728,-35.5046,1.01229,7200,0,0,4980,9300,0,0), - (47694,8916,230,9069,0,630.548,-141.538,-35.5298,4.11898,7200,0,0,2561,1923,0,0), - (47695,8916,230,9070,0,638.577,-149.822,-35.5189,3.94444,7200,0,0,2561,1923,0,0), - (47696,8916,230,9070,0,633.551,-150.085,-36.9221,4.01426,7200,0,0,2561,1923,0,0), - (47697,8894,230,8752,0,639.042,-143.629,-34.0727,3.9968,7200,0,0,4980,9300,0,0), - (47698,8896,230,8793,0,633.191,-144.662,-35.5235,4.06662,7200,0,0,2466,1923,0,0), - (47699,8896,230,8796,0,635.871,-147.005,-35.5167,4.01426,7200,0,0,2466,1923,0,0), - (47700,8902,230,8799,0,644.298,-149.025,-34.0718,3.89208,7200,0,0,2026,2041,0,0), - (47701,8902,230,8799,0,638.765,-155.361,-36.9171,3.63029,7200,0,0,2026,2041,0,0), - (47702,8894,230,8752,0,630.439,-147.045,-36.9195,4.08407,7200,0,0,4980,9300,0,0), - (47703,9499,230,8652,0,888.472,-177.929,-42.9623,2.40195,43200,0,0,10455,16936,0,2), - (47704,8905,230,8289,0,959.443,-390.747,-60.7544,5.89921,7200,0,0,7359,0,0,0), - (47705,8897,230,8804,0,969.437,-403.373,-60.9193,3.68265,7200,0,0,3082,0,0,0), - (47706,8897,230,8806,0,985.43,-409.616,-60.7129,4.20624,7200,0,0,3082,0,0,0), - (47707,8897,230,8804,0,981.085,-414.095,-60.1468,0.663225,7200,0,0,3082,0,0,0), - (47708,8905,230,8289,0,945.165,-425.228,-54.8845,1.91986,7200,0,0,7359,0,0,0), - (47709,8897,230,8805,0,955.358,-430.303,-54.8118,1.0472,7200,0,0,3082,0,0,0), - (47710,8897,230,8803,0,955.864,-438.159,-54.6837,5.07891,7200,0,0,3082,0,0,0), - (47711,8897,230,8804,0,952.459,-437.602,-54.6447,3.52556,7200,0,0,3082,0,0,0), - (47712,8905,230,8289,0,988.673,-358.838,-65.4518,3.07178,7200,0,0,7359,0,0,0), - (47713,8897,230,8803,0,1002.15,-351.505,-65.0669,0.959931,7200,0,0,3082,0,0,0), - (47714,8897,230,8805,0,1006.13,-351.509,-65.0843,2.05949,7200,0,0,3082,0,0,0), - (47715,8897,230,8805,0,996.526,-368.222,-66.9922,5.07891,7200,0,0,3082,0,0,0), - (47716,8905,230,8289,0,953.696,-333.891,-71.658,5.45262,7200,0,0,7359,0,0,2), - (47717,8905,230,8289,0,967.01,-339.211,-71.3893,3.22886,7200,0,0,7359,0,0,0), - (47718,8897,230,8805,0,969.065,-333.381,-70.9416,2.05949,7200,0,0,3082,0,0,0), - (47719,8897,230,8806,0,979.27,-328.244,-71.0935,0.366519,7200,0,0,3082,0,0,0), - (47720,8897,230,8804,0,981.705,-332.186,-71.4592,0.750492,7200,0,0,3082,0,0,0), - (47721,8905,230,8289,0,903.416,-392.39,-48.8122,2.25148,7200,0,0,7359,0,0,0), - (47722,8897,230,8804,0,901.873,-409.445,-49.3758,5.63741,7200,0,0,3082,0,0,0), - (47723,8897,230,8805,0,899.9,-412.124,-49.5308,4.83456,7200,0,0,3082,0,0,0), - (47724,8897,230,8805,0,894.684,-410.535,-49.6516,2.6529,7200,0,0,3082,0,0,0), - (47725,8905,230,8289,0,985.728,-377.65,-66.2052,3.15905,7200,0,0,7359,0,0,0), - (47726,8897,230,8804,0,993.384,-375.561,-66.6038,0.715585,7200,0,0,3082,0,0,0), - (47727,8897,230,8803,0,1005.06,-386.346,-65.2483,4.55531,7200,0,0,3082,0,0,0), - (47728,8897,230,8805,0,1001.8,-391.221,-64.3762,0.226893,7200,0,0,3082,0,0,0), - (47729,8905,230,8289,0,930.502,-426.247,-55.9066,0.802851,7200,0,0,7359,0,0,0), - (47730,8897,230,8803,0,915.034,-434.328,-55.4015,3.76991,7200,0,0,3082,0,0,0), - (47731,8897,230,8803,0,914.96,-438.185,-54.9931,2.82743,7200,0,0,3082,0,0,0), - (47732,8897,230,8805,0,925.591,-438.393,-55.6162,3.83972,7200,0,0,3082,0,0,0), - (47733,9017,230,1204,0,893.546,-267.056,-71.9002,3.10204,43200,5,0,16991,0,0,2), - (47734,8896,230,8794,0,630.846,-285.909,-43.0244,1.6057,7200,0,0,2466,1923,0,0), - (47735,8896,230,8794,0,628.49,-284.308,-43.0244,0.680678,7200,0,0,2466,1923,0,0), - (47736,8913,230,8776,0,631.131,-279.136,-43.0245,4.59022,7200,0,0,4980,9300,0,0), - (47737,8922,230,8181,0,632.809,-280.728,-43.033,3.85718,7200,0,0,3293,0,0,0), - (47738,8911,230,0,0,562.103,-282.939,-43.1013,0.00912,7200,0,0,7599,0,0,2), - (47739,8896,230,8796,0,793.023,-217.264,-43.1991,5.68977,7200,0,0,2466,1923,0,0), - (47740,8896,230,8794,0,798.309,-219.397,-43.205,3.38594,7200,0,0,2466,1923,0,0), - (47741,8913,230,8772,0,795.951,-222.922,-43.2055,1.3439,7200,0,0,4980,9300,0,0), - (47742,8914,230,8773,0,790.083,-221.171,-43.2,0.069813,7200,0,0,5886,3964,0,0), - (47743,8910,230,1070,0,716.227,-268.919,-42.7891,6.05629,7200,0,0,5691,3846,0,0), - (47744,8910,230,1070,0,717.782,-286.231,-42.7901,0.418879,7200,0,0,5691,3846,0,0), - (47745,8896,230,8795,0,809.962,-296.043,-43.21,5.32325,7200,0,0,2466,1923,0,0), - (47746,8896,230,8793,0,810.917,-304.768,-43.21,1.64061,7200,0,0,2466,1923,0,0), - (47747,8896,230,8793,0,813.46,-303.433,-43.21,1.98968,7200,0,0,2466,1923,0,0), - (47748,8922,230,8181,0,822.183,-298.627,-43.21,3.19395,7200,0,0,3293,0,0,0), - (47749,8896,230,8796,0,792.565,-302.191,-43.2122,4.53786,7200,0,0,2466,1923,0,0), - (47750,8896,230,8793,0,795.884,-307.063,-43.2105,2.9147,7200,0,0,2466,1923,0,0), - (47751,8913,230,8772,0,788.43,-303.527,-43.2129,5.79449,7200,0,0,4980,9300,0,0), - (47752,721,1,328,0,10278.9,1002.16,1343.19,3.92374,300,5,0,1,0,0,1), - (47753,721,1,328,0,9204.81,1071.28,1319.93,0.28298,300,5,0,1,0,0,1), - (47754,8922,230,8181,0,792.948,-309.464,-43.2108,1.8675,7200,0,0,3293,0,0,0), - (47755,8894,230,8752,0,764.839,-253.071,-43.2781,5.67232,7200,0,0,4980,9300,0,0), - (47756,721,1,328,0,10214.5,1563.45,1296.01,6.18214,300,5,0,1,0,0,1), - (47757,8892,230,8718,0,797.023,-259.111,-43.132,4.36332,7200,0,0,6876,0,0,0), - (47758,8896,230,8796,0,766.611,-259.733,-43.3173,5.60251,7200,0,0,2466,1923,0,0), - (47759,8896,230,8796,0,773.667,-254.504,-43.2704,1.50098,7200,0,0,2466,1923,0,0), - (47760,8913,230,8776,0,771.564,-249.073,-43.245,0.802851,7200,0,0,4980,9300,0,0), - (47761,8922,230,8181,0,774.474,-245.2,-43.22,4.53786,7200,0,0,3293,0,0,0), - (47762,8896,230,8794,0,853.433,-300.133,-50.1871,5.37561,7200,0,0,2466,1923,0,0), - (47763,8896,230,8796,0,867.158,-295.355,-49.8527,5.58505,7200,0,0,2466,1923,0,0), - (47764,8896,230,8796,0,855.435,-301.573,-50.0656,2.68781,7200,0,0,2466,1923,0,0), - (47765,8913,230,8777,0,866.252,-307.02,-49.8661,0.331613,7200,0,0,4980,9300,0,0), - (47766,8913,230,8774,0,868.4,-306.332,-49.8527,3.42085,7200,0,0,4980,9300,0,0), - (47767,8914,230,9347,0,868.993,-296.69,-49.8527,2.58309,7200,0,0,5886,3964,0,0), - (47770,721,1,328,0,9711.35,1344.77,1319.96,0.880505,300,5,0,1,0,0,1), - (47771,9024,230,8762,0,530.168,-243.93,-43.018,2.23402,43200,0,0,8300,23250,0,0), - (47772,8913,230,8774,0,530.708,-246.967,-43.018,2.09439,7200,0,0,4980,9300,0,0), - (47773,8913,230,8776,0,534.511,-244.984,-43.018,2.68781,7200,0,0,4980,9300,0,0), - (47774,9041,230,9089,0,823.387,-342.278,-50.1077,0.785398,43200,0,0,8636,10815,0,0), - (47775,9042,230,9019,0,821.706,-340.384,-50.1076,0.750492,43200,0,0,10456,0,0,0), - (47776,721,1,328,0,9663.33,1401.8,1402.42,2.35831,300,5,0,1,0,0,1), - (47777,8908,230,8179,0,1173.75,-187.816,-65.455,3.90863,7200,0,0,11500,4234,0,2), - (47778,9156,230,8329,0,1009.75,-239.017,-61.3038,2.30383,43200,0,0,27840,0,0,0), - (47779,12944,230,14666,0,912.52,-185.856,-43.6204,3.735,7200,0,0,3857,0,0,0), - (47780,16079,230,11686,0,590.631,-181.061,-53.9102,3.97935,7200,0,0,42,0,0,0), - (47781,8895,230,8753,0,734.28,158.037,-72.3178,0.244346,7200,5,0,5886,3964,0,1), - (47782,8893,230,8757,0,734.955,163.812,-72.2567,3.28122,7200,0,0,7113,0,0,0), - (47783,8894,230,8752,0,739.96,161.639,-72.322,3.28122,7200,0,0,4980,9300,0,0), - (47784,8892,230,8718,0,738.746,170.782,-72.1842,3.28122,7200,5,0,6876,0,0,1), - (47785,8892,230,8718,0,744.502,168.011,-72.1961,3.28122,7200,0,0,6876,0,0,0), - (47786,8895,230,8753,0,668.3,138.553,-73.2312,4.17134,7200,0,0,5886,3964,0,0), - (47787,8893,230,8757,0,665.705,140.585,-73.2315,4.18879,7200,0,0,7113,0,0,0), - (47788,8893,230,8757,0,671.007,137.07,-73.231,4.13643,7200,0,0,7113,0,0,0), - (47789,8894,230,8752,0,673.808,135.532,-73.2308,4.11898,7200,0,0,4980,9300,0,0), - (47790,8894,230,8752,0,663.061,142.184,-73.2318,4.20624,7200,0,0,4980,9300,0,0), - (47791,8921,230,8180,0,647.963,142.464,-73.8694,4.10217,7200,5,0,2672,0,0,1), - (47792,8921,230,8180,0,608.963,13.1572,-74.0233,2.76571,7200,5,0,2672,0,0,1), - (47793,8910,230,0,0,698.705,-112.313,-71.5597,2.35222,7200,0,0,5691,3846,0,2), - (47794,8921,230,8180,0,637.966,-53.1863,-73.8695,6.06573,7200,5,0,2672,0,0,1), - (47795,8910,230,0,0,543.279,31.168,-70.6287,5.95078,7200,0,0,5691,3846,0,2), - (47796,8910,230,1070,0,789.975,-147.427,-73.3867,2.58309,7200,0,0,5691,3846,0,0), - (47797,8910,230,1070,0,767.305,-173.728,-73.3501,2.16421,7200,0,0,5691,3846,0,0), - (47798,8921,230,8180,0,641.268,-54.6402,-73.7828,0.191986,7200,0,0,2672,0,0,0), - (47799,8895,230,8753,0,681.767,-64.1832,-72.5281,2.3911,7200,0,0,5886,3964,0,0), - (47800,8893,230,8757,0,680.664,-65.7233,-72.5145,2.36762,7200,0,0,7113,0,0,0), - (47801,8894,230,8752,0,683.131,-62.7205,-72.5312,2.25304,7200,0,0,4980,9300,0,0), - (47802,8893,230,8757,0,680.313,-67.5517,-72.4683,2.80691,7200,0,0,7113,0,0,0), - (47803,8892,230,8718,0,684.718,-60.6937,-72.545,2.3911,7200,0,0,6876,0,0,0), - (47804,8912,230,9350,0,374.112,-193.686,-70.8861,0.366519,7200,0,0,5316,3614,0,0), - (47805,8890,230,8758,0,408.814,-202.181,-65.4244,0.820305,7200,0,0,6414,0,0,0), - (47806,8921,230,8180,0,399.758,-118.348,-65.0811,2.58309,7200,0,0,2672,0,0,0), - (47807,8912,230,8790,0,431.149,-121.091,-65.3562,1.41372,7200,0,0,5316,3614,0,0), - (47808,8921,230,8180,0,376.838,-76.3056,-64.6609,1.36136,7200,3,0,2672,0,0,1), - (47809,8921,230,8180,0,407.217,-51.017,-63.8686,0.628253,7200,3,0,2672,0,0,1), - (47810,8912,230,8792,0,320.767,-210.933,-78.0466,5.14872,7200,0,0,5316,3614,0,0), - (47811,8890,230,8758,0,295.44,-115.542,-69.9608,4.15388,7200,0,0,6414,0,0,0), - (47812,8921,230,8180,0,365.441,-214.539,-73.1542,4.50295,7200,0,0,2672,0,0,0), - (47813,8890,230,8758,0,337.164,-196.97,-78.1487,2.25148,7200,0,0,6414,0,0,0), - (47814,8892,230,8718,0,648.02,-189.836,-75.6377,4.86947,7200,0,0,6876,0,0,0), - (47815,8891,230,8750,0,650.114,-224.158,-82.6135,5.3058,7200,0,0,6645,0,0,0), - (47816,8891,230,8750,0,634.132,-153.048,-70.7033,4.81711,7200,0,0,6645,0,0,0), - (47817,8891,230,8750,0,519.394,-241.991,-65.3693,1.97222,7200,0,0,6645,0,0,0), - (47818,8892,230,8718,0,588.94,-137.7,-68.5618,5.79449,7200,0,0,6876,0,0,0), - (47819,8891,230,8750,0,659.148,-150.016,-72.6521,5.51524,7200,0,0,6645,0,0,0), - (47820,8892,230,8718,0,589.265,-287.606,-82.5056,3.00197,7200,0,0,6876,0,0,0), - (47821,8892,230,8718,0,635.626,-156.738,-71.06,2.81399,7200,5,0,6876,0,0,1), - (47822,8892,230,8718,0,666.733,-198.565,-78.186,1.3439,7200,0,0,6876,0,0,0), - (47823,8892,230,8718,0,600.741,-263.019,-83.2753,0.20944,7200,0,0,6876,0,0,0), - (47824,8890,230,8758,0,493.624,-60.0595,-62.3808,0.750492,7200,0,0,6414,0,0,0), - (47825,8890,230,8758,0,504.334,-124.74,-62.2873,3.3539,7200,5,0,6414,0,0,1), - (47826,8921,230,8180,0,506.21,-126.368,-61.9919,3.60864,7200,0,0,2672,0,0,0), - (47827,8921,230,8180,0,507.096,-123.682,-61.9944,3.60864,7200,0,0,2672,0,0,0), - (47828,8889,230,8754,0,473.529,-88.3264,-62.8351,5.23599,7200,0,0,6186,0,0,0), - (47829,8890,230,8758,0,510.965,-123.116,-62.5922,1.90241,7200,0,0,6414,0,0,0), - (47830,8921,230,8180,0,519.55,-68.0224,-62.0111,2.3229,7200,5,0,2672,0,0,1), - (47831,8921,230,8180,0,520.168,-71.6099,-62.0318,2.20067,7200,0,0,2672,0,0,0), - (47832,8921,230,8180,0,522.995,-71.7041,-62.1196,2.16334,7200,0,0,2672,0,0,0), - (47833,8892,230,8718,0,630.753,-81.0635,-45.7456,1.22173,7200,0,0,6876,0,0,0), - (47834,8892,230,8718,0,558.759,-86.3946,-44.9377,1.93731,7200,0,0,6876,0,0,0), - (47835,8892,230,8718,0,634.336,-74.7301,-45.6399,4.03171,7200,0,0,6876,0,0,0), - (47836,8909,230,0,0,614.934,-57.1995,-59.9881,2.23727,7200,0,0,5316,3614,0,2), - (47837,8891,230,8750,0,668.63,-142.33,-46.1504,4.15388,7200,0,0,6645,0,0,0), - (47838,8892,230,8718,0,691.71,-126.73,-46.3482,2.21657,7200,0,0,6876,0,0,0), - (47839,8891,230,8750,0,625.561,-52.1923,-59.9762,0.366519,7200,0,0,6645,0,0,0), - (47840,8891,230,8750,0,612.218,-99.9253,-45.8613,3.08923,7200,0,0,6645,0,0,0), - (47841,8892,230,8718,0,623.13,-120.324,-46.106,5.60251,7200,0,0,6876,0,0,0), - (47842,8891,230,8750,0,569.366,-100.759,-44.9377,6.0912,7200,0,0,6645,0,0,0), - (47843,8899,230,8822,0,682.865,-9.60982,-59.9754,2.56563,7200,0,0,7599,0,0,0), - (47844,8911,230,5488,0,692.248,-12.2783,-45.5771,4.60767,7200,0,0,7599,0,0,0), - (47845,8911,230,5488,0,715.954,31.2373,-45.3576,1.27409,7200,0,0,7599,0,0,0), - (47846,8898,230,8751,0,689.226,57.376,-45.3839,5.13127,7200,0,0,6078,4082,0,0), - (47847,8899,230,8820,0,732.85,-14.5486,-46.0667,0.401426,7200,0,0,7599,0,0,0), - (47848,8898,230,8751,0,694.733,-12.6555,-45.5882,4.93928,7200,0,0,6078,4082,0,0), - (47849,8898,230,8751,0,701.977,25.4987,-45.3759,4.69494,7200,0,0,6078,4082,0,0), - (47850,8911,230,5488,0,678.88,55.816,-59.9536,4.85202,7200,0,0,7599,0,0,0), - (47851,721,1,328,0,10334.1,640.282,1328.54,3.36643,300,5,0,1,0,0,1), - (47852,721,1,328,0,10204.6,1610.72,1300.95,5.07667,300,5,0,1,0,0,1), - (47853,721,1,328,0,9753.66,1776.96,1301.64,4.91686,300,5,0,1,0,0,1), - (47854,721,1,328,0,9459.09,669.671,1271.39,1.91479,300,5,0,1,0,0,1), - (47855,721,1,328,0,10364.1,1853.79,1323.32,2.42511,300,5,0,1,0,0,1), - (47856,721,1,328,0,10289.2,1630.12,1296.85,0.26225,300,5,0,1,0,0,1), - (47857,721,1,328,0,10034.2,346.6,1317.77,1.28008,300,5,0,1,0,0,1), - (47858,721,1,328,0,9265.3,1226.51,1294.8,4.06232,300,5,0,1,0,0,1), - (47859,721,1,328,0,10636.1,1868.97,1317.24,2.54618,300,5,0,1,0,0,1), - (47860,721,1,328,0,9626.73,1356.11,1377.12,0.981181,300,5,0,1,0,0,1), - (47861,721,1,328,0,9265.5,1527.91,1288.89,5.83748,300,5,0,1,0,0,1), - (47862,721,1,328,0,9447.73,1689.54,1302.57,3.19052,300,5,0,1,0,0,1), - (47863,721,1,328,0,10344.7,1000.12,1334.75,1.25997,300,5,0,1,0,0,1), - (47864,721,1,328,0,9181.47,1444.38,1317.73,4.15603,300,5,0,1,0,0,1), - (47865,721,1,328,0,9178.74,1146.59,1316.43,0.436332,300,0,0,1,0,0,0), - (47866,721,1,328,0,9677.83,407.559,1320.78,5.08532,300,5,0,1,0,0,1), - (47867,721,1,328,0,10002.4,1727.5,1330.89,4.10055,300,5,0,1,0,0,1), - (47868,8899,230,8822,0,762.155,-49.4341,-46.1504,1.91986,7200,0,0,7599,0,0,0), - (47869,721,1,328,0,9661.57,1365.11,1385.97,1.95837,300,5,0,1,0,0,1), - (47870,721,1,328,0,10821.5,1701.12,1306.87,3.30153,300,5,0,1,0,0,1), - (47871,1813,0,2832,0,2396.68,-2248.28,50.5932,4.22288,315,3,0,3601,0,0,1), - (47872,1806,0,681,0,2277.07,-2412.02,65.4476,2.19758,315,5,0,3293,0,0,1), - (47873,1806,0,681,0,2266.89,-2348.47,60.7635,6.17362,315,3,0,3293,0,0,1), - (47874,1812,0,8389,0,2327.84,-2214.87,49.2919,3.24835,315,3,0,3529,0,0,1), - (47876,721,1,328,0,10562.4,578.88,1339.96,3.24333,300,5,0,1,0,0,1), - (47877,8899,230,8822,0,737.059,-16.7554,-46.1504,1.8675,7200,0,0,7599,0,0,0), - (47878,8902,230,8798,0,902.036,-233.051,-49.8527,4.74729,7200,0,0,2026,2041,0,0), - (47879,721,1,328,0,9434.01,536.535,1323.09,2.26372,300,5,0,1,0,0,1), - (47880,721,1,328,0,10411,1030.3,1333.32,4.54869,300,5,0,1,0,0,1), - (47881,8902,230,8801,0,901.834,-227.637,-50.0352,5.44543,7200,0,0,2026,2041,0,0), - (47882,8902,230,8800,0,905.382,-230.302,-49.8965,2.67035,7200,0,0,2026,2041,0,0), - (47883,721,1,328,0,10686.3,687.986,1331.57,6.01231,300,5,0,1,0,0,1), - (47885,1808,0,11139,0,2314.13,-2226.33,50.645,3.59931,315,3,0,3529,0,0,2), - (47886,1813,0,2832,0,2328.74,-2233.44,49.213,6.02887,315,3,0,3601,0,0,1), - (47887,1812,0,8389,0,2291.06,-2269.86,61.7794,4.74611,315,3,0,3529,0,0,1), - (47888,1808,0,11139,0,2293.84,-2240.85,56.9244,4.17134,315,3,0,3529,0,0,2), - (47889,1833,0,10293,0,2326.57,-1870.59,92.2079,2.58309,315,0,0,3293,0,0,0), - (47890,4493,0,10298,0,2390.97,-1943.49,112.713,0.866302,315,0,0,3644,0,0,0), - (47891,1884,0,10302,0,2421.48,-1646.7,103.789,2.39822,315,5,0,3420,0,0,1), - (47892,1827,0,10350,0,2910.23,-1611.37,149.748,2.75762,315,0,0,7842,0,0,0), - (47900,721,1,328,0,10420,520.928,1332.64,5.22041,300,5,0,1,0,0,1), - (47902,721,1,328,0,9511.79,1733.45,1293.18,0.980404,300,5,0,1,0,0,1), - (47903,721,1,328,0,9554.2,468.955,1326.66,0.395791,300,5,0,1,0,0,1), - (47904,721,1,328,0,9662.9,846.748,1272.76,5.68899,300,5,0,1,0,0,1), - (47905,721,1,328,0,10726.8,781.971,1329.03,2.66168,300,5,0,1,0,0,1), - (47906,721,1,328,0,9766.15,346.354,1320.56,2.29517,300,5,0,1,0,0,1), - (47907,721,1,328,0,10513.7,779.271,1316.56,0.307046,300,5,0,1,0,0,1), - (47908,721,1,328,0,9808.06,1311.73,1309.07,0.388149,300,5,0,1,0,0,1), - (47909,721,1,328,0,10344.1,710.356,1326.82,2.94803,300,5,0,1,0,0,1), - (47910,721,1,328,0,9742.37,1218.44,1281.11,5.62241,300,5,0,1,0,0,1), - (47911,721,1,328,0,10514,942.307,1316.23,1.89424,300,5,0,1,0,0,1), - (47912,2001,1,6808,0,10849.6,1716.69,1311.1,1.8226,300,5,0,198,260,0,1), - (47913,721,1,328,0,9663.3,998.257,1290.36,1.70317,300,5,0,1,0,0,1), - (47914,2001,1,6808,0,10969.4,1770.16,1315.86,2.89693,300,5,0,198,260,0,1), - (47915,721,1,328,0,10264.4,790.836,1346.24,2.39375,300,5,0,1,0,0,1), - (47916,721,1,328,0,9721.99,980.546,1294.88,2.08769,300,5,0,1,0,0,1), - (47917,721,1,328,0,9764.39,1002,1298.72,4.62997,300,5,0,1,0,0,1), - (47918,2001,1,6808,0,10883.9,1878.19,1335.14,5.71268,300,5,0,198,260,0,1), - (47919,721,1,328,0,10109.9,398.309,1325.66,0.904319,300,5,0,1,0,0,1), - (47920,721,1,328,0,9897.65,1885.72,1322.7,3.11562,300,5,0,1,0,0,1), - (47921,721,1,328,0,10409.8,818.604,1318.91,1.50101,300,5,0,1,0,0,1), - (47922,721,1,328,0,10711.6,890.249,1326.36,3.99986,300,5,0,1,0,0,1), - (47923,721,1,328,0,9741.09,1220.41,1281.11,1.414,300,5,0,1,0,0,1), - (47924,721,1,328,0,9782.37,1168.63,1282.89,4.76475,300,0,0,1,0,0,0), - (47925,721,1,328,0,10477.3,693.456,1320.71,5.80931,300,0,0,1,0,0,0), - (47926,721,1,328,0,10268.2,848.481,1341.46,0.77424,300,5,0,1,0,0,1), - (47927,721,1,328,0,9720.13,980.814,1294.58,6.28128,300,5,0,1,0,0,1), - (47928,721,1,328,0,10347.8,822.196,1325.76,2.00451,300,5,0,1,0,0,1), - (47929,721,1,328,0,9661.4,846.723,1271.26,3.50931,300,5,0,1,0,0,1), - (47931,721,1,328,0,9747.35,880.639,1295.58,2.01261,300,5,0,1,0,0,1), - (47932,721,1,328,0,9765.81,1003.75,1298.72,5.04843,300,5,0,1,0,0,1), - (47933,721,1,328,0,10020.3,434.576,1314.25,2.17001,300,5,0,1,0,0,1), - (47934,721,1,328,0,9780.04,1167.73,1282.03,3.51969,300,5,0,1,0,0,1), - (47935,721,1,328,0,9740.63,1219.79,1281.11,1.64809,300,5,0,1,0,0,1), - (47936,721,1,328,0,9798.89,839.381,1303.21,0.89781,300,5,0,1,0,0,1), - (47937,721,1,328,0,9943.05,735.944,1319.58,5.06533,300,5,0,1,0,0,1), - (47938,721,1,328,0,10476.6,693.728,1320.58,6.02853,300,5,0,1,0,0,1), - (47939,2002,1,3023,0,10084.9,1081.39,1327.59,3.87463,300,0,0,98,115,0,0), - (47940,2002,1,3023,0,10090.8,1118.69,1326.09,3.06368,300,5,0,98,115,0,1), - (47941,2002,1,3023,0,10064.5,1120.68,1324.85,3.30864,300,5,0,98,115,0,1), - (47942,2002,1,3023,0,10175.1,1107.41,1331.61,5.31748,300,5,0,98,115,0,1), - (47943,1883,0,10305,0,3021.46,-1513.28,146.382,5.79449,315,0,0,3529,0,0,0), - (47944,1883,0,10303,0,2873.57,-1555.76,145.84,3.1264,315,0,0,3529,0,0,0), - (47945,1834,0,10327,0,2803.82,-1439.32,145.873,1.82428,315,3,0,6273,2117,0,1), - (47946,2002,1,3023,0,10174.7,1086.13,1329.95,0.111391,300,5,0,98,115,0,1), - (47947,2002,1,3023,0,10166.6,1085.47,1329.92,3.83972,300,0,0,98,115,0,0), - (47948,8900,230,8815,0,898.066,-235.703,-49.8527,1.53589,7200,0,0,2305,4896,0,0), - (47949,2002,1,3023,0,10107.1,1074.42,1327.16,4.46153,300,5,0,98,115,0,1), - (47950,8911,230,5488,0,898.096,-232.077,-49.8527,4.76475,7200,0,0,7599,0,0,0), - (47951,8911,230,5488,0,902.047,-238.54,-49.8527,1.5708,7200,0,0,7599,0,0,0), - (47952,8911,230,5488,0,886.74,-327.905,-116.12,5.21696,7200,5,0,7599,0,0,1), - (47953,2002,1,3023,0,10134.3,1086.39,1327.63,0.180877,300,5,0,98,115,0,1), - (47954,2003,1,6809,0,10095.2,1088.31,1327.69,4.25328,300,5,0,98,115,0,1), - (47955,2003,1,6809,0,10104.6,1117.46,1324.12,3.22801,300,5,0,98,115,0,1), - (47956,2003,1,6809,0,10124,1115.91,1322.82,5.6648,300,5,0,98,115,0,1), - (47957,2003,1,6809,0,10084,1119.23,1326.43,5.85183,300,5,0,98,115,0,1), - (47958,2003,1,6809,0,10074.9,1094.94,1327.67,5.14596,300,5,0,98,115,0,1), - (47959,2003,1,6809,0,10108.3,1101.98,1323.4,3.4153,300,5,0,98,115,0,1), - (47960,2003,1,6809,0,10094.5,1063.06,1325.87,2.42165,300,5,0,98,115,0,1), - (47961,2003,1,6809,0,10087.2,1028.69,1327.95,3.64579,300,5,0,98,115,0,1), - (47962,2003,1,6809,0,10045.3,1034.42,1329.71,3.4901,300,5,0,98,115,0,1), - (47963,2003,1,6809,0,10070.5,1040.39,1328.03,2.76407,300,5,0,98,115,0,1), - (47964,2004,1,568,0,10127.5,1147.32,1314.08,1.24214,300,5,0,120,0,0,1), - (47965,2004,1,568,0,10099.1,1206.56,1312.45,1.22901,300,5,0,120,0,0,1), - (47966,2004,1,568,0,10157.8,1114.41,1331.51,2.89725,300,0,0,120,0,0,0), - (47967,2004,1,568,0,10140.9,1136.49,1333.49,1.94487,300,5,0,120,0,0,1), - (47968,2004,1,568,0,10171,1180.35,1329.8,5.49779,300,0,0,120,0,0,0), - (47969,2004,1,568,0,10133.4,1184.51,1323.54,6.25396,300,5,0,120,0,0,1), - (47970,2004,1,568,0,10134.7,1197.33,1323.64,2.83357,300,5,0,120,0,0,1), - (47971,2004,1,568,0,10133.3,1128.03,1336.38,5.47534,300,5,0,120,0,0,1), - (47972,2005,1,6811,0,10118.5,1177.87,1314.95,5.61911,300,5,0,137,0,0,1), - (47973,2005,1,6811,0,10078.7,1185.3,1316.05,1.81514,300,0,0,137,0,0,0), - (47974,10608,0,10333,0,2950.41,-1596.89,184.632,0.10472,315,0,0,6863,10026,0,0), - (47975,1834,0,10324,0,2968.51,-1604.53,154.826,3.35103,315,0,0,6273,2117,0,0), - (47976,1834,0,10326,0,2897.55,-1432.65,147.598,1.95477,315,0,0,6273,2117,0,0), - (47977,1883,0,10306,0,3094.05,-1539.85,150.445,1.7407,315,3,0,3529,0,0,1), - (47978,1827,0,10352,0,2973.92,-1390.42,176.129,2.44346,315,0,0,7842,0,0,0), - (47979,1883,0,10304,0,3058,-1544.24,149.79,2.47837,315,0,0,3529,0,0,0), - (47980,2110,0,1141,0,1365.2,-1616.56,58.0897,0.390078,315,10,0,1,0,0,1), - (47981,2110,0,1141,0,2063.39,-1723.13,62.165,0.176715,315,10,0,1,0,0,1), - (47982,10779,0,10090,0,2469.56,-1953.81,108.96,4.16626,315,10,0,42,0,0,1), - (47983,10779,0,10090,0,1799.39,-1720.61,59.5549,4.60391,315,10,0,42,0,0,1), - (47984,4076,0,2177,0,2612.24,-1936.14,81.6123,4.59288,315,10,0,8,0,0,1), - (47985,10780,0,10091,0,2535.32,-1925.44,95.1636,5.17691,315,5,0,20,0,0,1), - (47986,10779,0,10090,0,1097.74,-1258.45,62.2299,3.70894,315,10,0,42,0,0,1), - (47987,10780,0,10091,0,1788.79,-1361.35,63.5684,4.98104,315,5,0,20,0,0,1), - (47988,2110,0,1141,0,1298.83,-1227.64,63.2791,2.29054,315,10,0,1,0,0,1), - (47989,4076,0,2177,0,2229.74,-1805.94,67.3421,3.763,315,10,0,8,0,0,1), - (47990,1789,0,9790,0,1220.4,-1449.58,64.8208,4.37489,315,5,0,2823,2117,0,1), - (47991,1794,0,10626,0,1545.84,-1552.33,64.3046,1.42487,315,10,0,2634,2041,0,1), - (47992,1795,0,414,0,1463.56,-1343.76,62.2752,1.99205,315,5,0,2823,2117,0,1), - (47993,1794,0,10626,0,1344.3,-1213.78,73.961,1.37814,315,0,0,2634,2041,0,0), - (47994,1789,0,9790,0,1411.56,-1384.74,54.3753,1.0113,315,10,0,2823,2117,0,1), - (47995,8911,230,5488,0,1009.73,-235.89,-104.863,0.180177,7200,5,0,7599,0,0,1), - (47996,8911,230,5488,0,1209.99,-442.035,-102.026,1.85005,7200,0,0,7599,0,0,0), - (47997,8911,230,5488,0,1118.19,-358.505,-120.342,2.67035,7200,0,0,7599,0,0,0), - (47998,1794,0,10626,0,1351.56,-1648.44,61.2657,4.45631,315,10,0,2634,2041,0,1), - (47999,1794,0,10626,0,1415.76,-1649.27,67.9841,5.19543,315,10,0,2634,2041,0,1), - (48000,1787,0,11401,0,1484.94,-1312.79,74.1114,2.12641,315,5,0,3293,0,0,1), - (48001,1787,0,11401,0,1332.77,-1589.15,60.9033,3.59781,315,0,0,3293,0,0,0), - (48002,1815,0,1082,0,1579.51,-1258.95,60.1175,4.54082,315,10,0,3438,0,0,1), - (48003,1815,0,1082,0,1543.43,-1020.91,71.6429,4.56706,315,10,0,3438,0,0,1), - (48004,1822,0,1087,0,1668.44,-835.897,65.2679,0.69196,315,10,0,2880,0,0,1), - (48005,1815,0,1082,0,1784.95,-918.256,70.5084,6.14599,315,10,0,3438,0,0,1), - (48023,2005,1,6811,0,10097.8,1155.89,1314.94,0.860277,300,5,0,137,0,0,1), - (48024,2005,1,6811,0,10114.2,1166.39,1313.71,3.46376,300,5,0,137,0,0,1), - (48025,2005,1,6811,0,10110.4,1156.79,1313.28,0.698132,300,0,0,137,0,0,0), - (48026,2005,1,6811,0,10084.4,1193.98,1316.19,3.52763,300,5,0,137,0,0,1), - (48027,2005,1,6811,0,10062.3,1161.59,1319.38,2.81534,300,5,0,137,0,0,1), - (48028,2005,1,6811,0,10115.3,1202.7,1311.53,0.96354,300,5,0,137,0,0,1), - (48029,2005,1,6811,0,10184.2,1163.88,1328.24,1.39832,300,5,0,137,0,0,1), - (48030,2005,1,6811,0,10173.4,1189.98,1329,4.76475,300,0,0,137,0,0,0), - (48031,2005,1,6811,0,10152.7,1133.56,1331.09,0.9075,300,5,0,137,0,0,1), - (48032,2006,1,6798,0,9681.67,418.418,1317.92,0.291353,300,5,0,102,0,0,1), - (48033,2006,1,6798,0,9664.92,464.451,1310.19,0.27957,300,5,0,102,0,0,1), - (48034,7309,70,6025,0,89.4681,245.446,-52.1213,1.06465,7200,0,0,446,0,0,0), - (48035,2006,1,6798,0,9656.18,485.537,1309.6,4.43711,300,5,0,102,0,0,1), - (48036,1822,0,1087,0,1577.18,-922.547,66.313,4.46077,315,10,0,2880,0,0,1), - (48037,8911,230,5488,0,1150.9,-323.904,-105.601,0.855211,7200,3,0,7599,0,0,1), - (48039,8911,230,5488,0,851.683,-281.675,-116.122,5.61394,7200,5,0,7599,0,0,1), - (48040,8911,230,5488,0,1012.17,-239.351,-104.863,2.11793,7200,5,0,7599,0,0,1), - (48041,2006,1,6798,0,9663.65,505.591,1308.12,2.54616,300,5,0,102,0,0,1), - (48042,2006,1,6798,0,9782.75,419.911,1304.19,1.998,300,5,0,102,0,0,1), - (48043,2006,1,6798,0,9848.3,348.344,1311.76,5.86766,300,5,0,102,0,0,1), - (48044,2006,1,6798,0,9856.84,309.629,1321.52,2.42566,300,5,0,102,0,0,1), - (48045,2006,1,6798,0,9875.93,482.709,1303.97,2.75505,300,5,0,102,0,0,1), - (48046,2006,1,6798,0,9879.91,518.953,1304.47,2.69301,300,5,0,102,0,0,1), - (48047,2006,1,6798,0,9645.2,420.071,1324.41,1.49623,300,5,0,102,0,0,1), - (48048,2007,1,6799,0,9606.41,491.603,1323.81,5.04867,300,5,0,102,0,0,1), - (48049,2007,1,6799,0,9666.96,458.167,1309.86,1.11701,300,0,0,102,0,0,0), - (48050,2007,1,6799,0,9656.91,521.322,1307.75,4.74945,300,5,0,102,0,0,1), - (48051,2007,1,6799,0,9781.55,450.743,1306.62,5.93425,300,5,0,102,0,0,1), - (48052,2007,1,6799,0,9950.84,382.575,1306.8,0.281493,300,5,0,102,0,0,1), - (48053,2007,1,6799,0,9685.85,480.909,1306.09,2.09674,300,5,0,102,0,0,1), - (48054,2007,1,6799,0,9739.68,487.031,1308.57,0.814416,300,0,0,102,0,0,0), - (48055,2007,1,6799,0,9777.34,384.361,1314.53,2.66277,300,5,0,102,0,0,1), - (48056,2007,1,6799,0,9825.18,479.391,1303.39,5.02658,300,5,0,102,0,0,1), - (48057,2007,1,6799,0,9650.45,463.484,1312.57,4.20522,300,5,0,102,0,0,1), - (48058,2007,1,6799,0,9852.87,489.942,1303.6,1.61081,300,5,0,102,0,0,1), - (48059,2007,1,6799,0,9916.51,412.47,1305.24,0.354916,300,5,0,102,0,0,1), - (48060,2007,1,6799,0,9824.75,390.097,1308.65,6.27128,300,5,0,102,0,0,1), - (48061,2008,1,6800,0,10053.9,226.025,1329.09,3.94239,300,5,0,120,0,0,1), - (48062,2008,1,6800,0,10039.5,286.132,1323.79,4.01772,300,5,0,120,0,0,1), - (48063,2008,1,6800,0,10043.4,242.005,1327.12,4.61991,300,5,0,120,0,0,1), - (48064,2008,1,6800,0,10029.6,236.761,1327.2,1.66415,300,5,0,120,0,0,1), - (48065,2008,1,6800,0,10001.5,264.255,1325.55,4.00886,300,5,0,120,0,0,1), - (48066,2008,1,6800,0,9629.64,472.002,1312.95,6.12611,300,0,0,120,0,0,0), - (48067,2008,1,6800,0,9670.93,461.432,1309.83,3.38594,300,0,0,120,0,0,0), - (48068,2008,1,6800,0,9635.06,474.252,1312.63,4.03171,300,0,0,120,0,0,0), - (48069,2008,1,6800,0,9804.82,404.503,1307.79,0.264008,300,5,0,120,0,0,1), - (48070,2008,1,6800,0,9578.96,1284.63,1297.25,2.887,300,5,0,120,0,0,1), - (48071,2008,1,6800,0,9519.56,1281.89,1299.16,1.57617,300,5,0,120,0,0,1), - (48072,2008,1,6800,0,9604.1,1269.65,1287.34,3.41722,300,5,0,120,0,0,1), - (48073,2008,1,6800,0,9585.77,1253.09,1286.96,0.438774,300,5,0,120,0,0,1), - (48074,2008,1,6800,0,9565.31,1265.65,1293.67,0.381825,300,5,0,120,0,0,1), - (48075,2008,1,6800,0,9725.67,1221.51,1278.88,5.25196,300,5,0,120,0,0,1), - (48076,2008,1,6800,0,9723.47,1253.85,1289.07,6.01935,300,5,0,120,0,0,1), - (48077,2008,1,6800,0,9633.64,467.603,1312.85,4.06215,300,5,0,120,0,0,1), - (48078,2008,1,6800,0,9808.06,456.356,1305.05,3.05102,300,5,0,120,0,0,1), - (48079,2008,1,6800,0,9748.39,1280,1300.28,2.81973,300,5,0,120,0,0,1), - (48080,2008,1,6800,0,9752.77,1250.04,1289.05,0.097822,300,5,0,120,0,0,1), - (48081,2008,1,6800,0,10027,319.662,1321.21,0.794537,300,5,0,120,0,0,1), - (48082,2008,1,6800,0,9790.03,360.31,1309.82,0.081508,300,5,0,120,0,0,1), - (48083,2008,1,6800,0,10046.6,354.325,1318.39,2.85106,300,5,0,120,0,0,1), - (48084,2008,1,6800,0,10049.8,336.364,1323.64,2.19445,300,5,0,120,0,0,1), - (48085,2008,1,6800,0,9884.27,459.767,1302.46,1.97388,300,5,0,120,0,0,1), - (48086,2008,1,6800,0,9888.83,430.142,1304.99,0.329859,300,5,0,120,0,0,1), - (48087,2008,1,6800,0,9841.84,438.603,1307.79,5.5188,300,5,0,120,0,0,1), - (48088,2008,1,6800,0,9829.32,436.897,1307.79,3.29365,300,5,0,120,0,0,1), - (48089,2008,1,6800,0,9876.89,400.695,1307.49,4.06556,300,5,0,120,0,0,1), - (48090,8911,230,5488,0,1139.25,-241.24,-116.368,1.4164,7200,5,0,7599,0,0,2), - (48091,8911,230,5488,0,1165.08,-327.249,-104.616,4.61086,7200,3,0,7599,0,0,1), - (48092,9547,230,8679,0,877.047,-200.616,-43.6204,4.85932,7200,0,0,1443,4140,0,0), - (48093,9547,230,8679,0,870.104,-167.366,-49.6738,5.38127,7200,0,0,1443,4140,0,0), - (48094,9545,230,8673,0,858.437,-196.42,-43.6204,4.80094,7200,0,0,2062,0,0,0), - (48095,1815,0,1082,0,1545.83,-1082.58,72.7679,2.22426,315,10,0,3438,0,0,1), - (48096,1822,0,1087,0,1716.71,-1057.25,72.4111,5.87765,315,10,0,2880,0,0,1), - (48097,1815,0,1082,0,1681.67,-1080.68,65.9985,1.90305,315,10,0,3438,0,0,1), - (48098,1822,0,1087,0,1741.85,-863.966,63.7472,2.05978,315,10,0,2880,0,0,1), - (48099,1815,0,1082,0,1569.45,-1276.35,63.949,0.322059,315,10,0,3438,0,0,1), - (48100,1816,0,1083,0,1834.31,-2039.4,75.1438,0.207997,315,5,0,3921,0,0,1), - (48101,1816,0,1083,0,1836.49,-2453.09,62.4055,1.69903,315,10,0,3921,0,0,1), - (48102,1816,0,1083,0,1999.11,-2354.85,61.6609,5.7684,315,10,0,3921,0,0,1), - (48103,1816,0,1083,0,1887.08,-2120.78,69.8986,2.40117,315,10,0,3921,0,0,1), - (48104,1816,0,1083,0,1880.96,-2244.53,62.0652,2.98723,315,10,0,3921,0,0,1), - (48105,1824,0,1088,0,1831.78,-2197.49,63.6852,2.43148,315,10,0,3293,0,0,1), - (48106,1824,0,1088,0,1945.5,-1982.97,87.4675,1.9779,315,5,0,3293,0,0,1), - (48119,1816,0,1083,0,1936.4,-2286.12,60.4859,4.7177,315,10,0,3921,0,0,1), - (48120,1816,0,1083,0,1780.73,-2483.22,67.0962,3.57946,315,3,0,3921,0,0,1), - (48121,1816,0,1083,0,1846.49,-2379.33,65.144,0.894289,315,10,0,3921,0,0,1), - (48122,1821,0,1091,0,2016.46,-1585.8,60.7909,5.84974,315,10,0,3082,0,0,1), - (48123,1817,0,4124,0,2283.62,-1718.34,96.4451,5.81299,315,10,0,3189,0,0,1), - (48124,1821,0,1091,0,2183.59,-1619.42,74.8749,4.29506,315,10,0,3082,0,0,1), - (48125,1817,0,4124,0,2585.82,-1652.69,80.0716,5.30034,315,3,0,3189,0,0,1), - (48126,1817,0,4124,0,1981.08,-1614.91,60.2598,2.4522,315,10,0,3189,0,0,1), - (48127,1817,0,4124,0,2516.21,-1586.25,105.376,5.1437,315,5,0,3189,0,0,1), - (48128,1817,0,4124,0,2021.17,-1747.39,64.0588,0.598003,315,10,0,3189,0,0,1), - (48129,1817,0,4124,0,2585.37,-1717.98,73.8188,1.28311,315,5,0,3189,0,0,1), - (48130,1817,0,4124,0,2618.07,-1679.99,82.7831,1.61374,315,5,0,3189,0,0,1), - (48131,1821,0,1091,0,2216.53,-1649.3,82.9269,2.32511,315,10,0,3082,0,0,1), - (48132,1783,0,733,0,1805.12,-1259.95,61.8152,4.92458,315,5,0,2880,0,0,1), - (48133,1791,0,570,0,1819.45,-1172.29,60.6524,5.44747,315,5,0,2880,0,0,1), - (48134,1783,0,733,0,1689.83,-1133.44,62.9822,3.91551,315,10,0,2880,0,0,1), - (48135,1791,0,570,0,1802.71,-1223.96,65.1039,2.8793,315,5,0,2880,0,0,1), - (48136,1784,0,11403,0,1789.06,-1246.67,59.8019,1.97868,315,5,0,2384,1864,0,1), - (48137,1783,0,733,0,1786.7,-1191.62,59.901,5.8712,315,10,0,2880,0,0,1), - (48138,1784,0,11403,0,1719.26,-1239.61,60.05,1.97318,315,5,0,2384,1864,0,1), - (48139,1784,0,11403,0,1802.59,-1206.49,59.6568,0,315,10,0,2384,1864,0,1), - (48140,1783,0,733,0,1745.69,-1198.49,59.6755,1.7194,315,5,0,2880,0,0,1), - (48141,1783,0,733,0,1814.89,-1232.29,60.6663,5.37911,315,5,0,2880,0,0,1), - (48142,1804,0,10690,0,1697.11,-2235.64,59.354,4.45487,315,10,0,3643,0,0,1), - (48143,4472,0,146,0,1728.39,-2325.61,59.6233,2.667,315,5,0,3006,2241,0,1), - (48144,1804,0,10690,0,1643.24,-2282.31,58.9941,0.813526,315,10,0,3643,0,0,1), - (48150,1802,0,4629,0,1712.81,-2364.28,60.6462,4.60767,315,0,0,3644,0,0,0), - (48152,9545,230,8676,0,866.51,-142.174,-49.6736,3.18714,7200,0,0,2062,0,0,0), - (48153,9554,230,8683,0,826.493,-176.204,-49.6699,2.19405,7200,0,0,6186,0,0,0), - (48154,4472,0,146,0,1611.42,-2282.04,60.2441,3.24991,315,3,0,3006,2241,0,1), - (48155,1802,0,4629,0,1678.25,-2265.81,59.8691,4.54579,315,3,0,3644,0,0,1), - (48156,4472,0,146,0,1694.2,-2255.49,59.1191,0.727167,315,3,0,3006,2241,0,1), - (48157,2008,1,6800,0,9896.81,382.507,1309.68,3.18585,300,5,0,120,0,0,1), - (48158,1804,0,10690,0,1741.81,-2351.25,60.0482,1.78576,315,5,0,3643,0,0,1), - (48159,1802,0,4629,0,1657.83,-2259.66,58.9941,6.19775,315,5,0,3644,0,0,1), - (48163,2008,1,6800,0,9854.61,464.205,1306.06,1.4162,300,5,0,120,0,0,1), - (48164,2008,1,6800,0,9817.79,432.526,1317.18,3.42053,300,5,0,120,0,0,1), - (48168,9545,230,8673,0,884.002,-209.763,-42.7176,0.521002,7200,0,0,2062,0,0,0), - (48169,9547,230,8678,0,875.471,-161.67,-49.6744,6.03025,7200,0,0,1443,4140,0,0), - (48170,9554,230,8681,0,874.506,-210.514,-43.6204,3.2657,7200,0,0,6186,0,0,0), - (48171,9547,230,8678,0,872.532,-137.667,-49.6753,4.36103,7200,0,0,1443,4140,0,0), - (48172,9545,230,8676,0,891.181,-202.894,-43.6204,3.79794,7200,0,0,2062,0,0,0), - (48173,8901,230,9290,0,1381.23,-432.56,-94.6746,1.51663,60,5,0,760,0,0,1), - (48174,8901,230,9288,0,1381.96,-434.549,-94.6746,1.51698,60,5,0,760,0,0,1), - (48175,2008,1,6800,0,9856.04,422.91,1306.63,4.74771,300,5,0,120,0,0,1), - (48176,1802,0,4629,0,1731.9,-2281.86,59.1191,5.85146,315,5,0,3644,0,0,1), - (48177,4474,0,4631,0,1941.92,-1625.37,61.5619,1.68753,315,5,0,3189,0,0,1), - (48178,4475,0,10971,0,1936.24,-1551.4,60.6054,3.13748,315,5,0,3082,0,0,1), - (48179,4474,0,4631,0,1817.75,-1519.92,59.4434,2.28422,315,10,0,3189,0,0,1), - (48180,1785,0,11404,0,1889.53,-1584.79,59.2943,5.32325,315,0,0,3082,0,0,0), - (48181,4475,0,10971,0,1752.55,-1564.34,62.3886,1.98835,315,5,0,3082,0,0,1), - (48182,4475,0,10970,0,1791.35,-1528.32,59.5981,4.81828,315,5,0,3082,0,0,1), - (48183,1785,0,11404,0,1938.63,-1620.33,61.0606,3.77909,315,5,0,3082,0,0,1), - (48184,4474,0,4631,0,1883.02,-1508.76,60.0076,1.96897,315,5,0,3189,0,0,1), - (48185,2008,1,6800,0,9815.32,352.438,1308.46,1.92755,300,5,0,120,0,0,1), - (48186,4474,0,4631,0,1794.79,-1509.38,60.2231,5.63137,315,5,0,3189,0,0,1), - (48187,1785,0,11404,0,1948.58,-1565.93,60.8554,4.68779,315,5,0,3082,0,0,1), - (48188,1836,0,10337,0,2937.88,-1384.28,167.421,5.13127,660,0,0,8097,0,0,0), - (48189,1883,0,10303,0,2869.02,-1480.94,146.496,5.04865,315,0,0,3529,0,0,0), - (48190,1836,0,10337,0,2951.89,-1389.69,167.421,3.40339,660,0,0,8097,0,0,0), - (48192,1883,0,10303,0,2998.66,-1512.92,146.003,5.2709,315,0,0,3529,0,0,0), - (48193,1883,0,10304,0,2891.47,-1557.55,147.236,5.30962,315,0,0,3529,0,0,0), - (48196,1883,0,10306,0,2978.94,-1484.09,147.126,1.20428,315,0,0,3529,0,0,0), - (48197,2009,1,897,0,9557.89,1910.5,1323.07,0.08959,300,5,0,131,138,0,1), - (48199,2009,1,897,0,9584.84,1883.77,1311.63,0.942239,300,5,0,131,138,0,1), - (48200,2009,1,897,0,9564.52,1291.91,1301.1,5.1875,300,5,0,131,138,0,1), - (48201,2009,1,897,0,9570.06,1300.03,1300.67,3.83972,300,0,0,131,138,0,0), - (48202,2009,1,897,0,9544.75,1306.46,1304.3,2.23645,300,5,0,131,138,0,1), - (48203,8901,230,8755,0,1379.43,-435.989,-94.6746,1.654,60,5,0,760,0,0,1), - (48204,14447,0,4920,0,-10605.4,-4421.91,-11.1307,4.65452,72000,0,0,2059,0,0,2), - (48205,1834,0,10327,0,2981.87,-1421.38,146.276,2.98451,315,0,0,6273,2117,0,0), - (48206,1834,0,10326,0,2987.24,-1452.73,146.515,3.70178,315,0,0,6273,2117,0,0), - (48207,2009,1,897,0,9235.6,921.178,1321.61,0.676521,300,5,0,131,138,0,1), - (48208,2009,1,897,0,9253.15,901.938,1322.26,0.631944,300,5,0,131,138,0,1), - (48209,8901,230,9290,0,1383.58,-433.686,-94.6746,1.52719,60,5,0,760,0,0,1), - (48210,2009,1,897,0,9285.57,919.102,1312.77,0.732626,300,5,0,131,138,0,1), - (48211,2009,1,897,0,9209.92,935.889,1324.81,0.945267,300,5,0,131,138,0,1), - (48212,2009,1,897,0,9182.35,1318.18,1317.48,1.82767,300,5,0,131,138,0,1), - (48213,2009,1,897,0,9196.84,1376.74,1314.09,2.85211,300,5,0,131,138,0,1), - (48214,2009,1,897,0,9185.88,1430.13,1313.17,0.20944,300,0,0,131,138,0,0), - (48215,2009,1,897,0,9158.33,1338.28,1322.25,1.65806,300,0,0,131,138,0,0), - (48216,2009,1,897,0,9206.38,1453.43,1311.44,0.307656,300,5,0,131,138,0,1), - (48217,8665,1,7934,0,9914.39,2201.35,1328.04,5.8294,300,0,0,1605,0,0,0), - (48218,1836,0,10336,0,2924.85,-1385.33,160.842,2.68328,660,5,0,8097,0,0,2), - (48219,1827,0,10352,0,2910.7,-1397.42,152.103,5.81195,315,0,0,7842,0,0,0), - (48220,2110,0,1141,0,1458.27,-1872.7,58.8036,5.72223,315,10,0,1,0,0,1), - (48221,4076,0,2177,0,2693.92,-1766.25,105.89,6.21337,315,0,0,8,0,0,0), - (48222,831,0,979,0,-9962.93,1910.38,3.09284,5.98104,300,5,0,328,0,0,1), - (48223,831,0,979,0,-9908.38,1862.75,3.65372,2.9104,300,10,0,328,0,0,1), - (48224,1216,0,9570,0,-10908.9,2121.96,2.87579,3.02509,300,10,0,386,0,0,1), - (48225,1216,0,9570,0,-10885.9,2114.29,5.10303,0.83994,300,10,0,386,0,0,1), - (48226,1216,0,9570,0,-10969.5,2116.61,-1.19079,3.81565,300,5,0,386,0,0,1), - (48227,1216,0,9570,0,-10891.3,2130.44,0.272697,2.03881,300,10,0,386,0,0,1), - (48259,2009,1,897,0,9604.95,1862.44,1301.93,1.2188,300,5,0,131,138,0,1), - (48260,4076,0,2177,0,1930.58,-1714.77,61.6941,0.689086,315,10,0,8,0,0,1), - (48261,10780,0,10091,0,2713.71,-1828.34,79.2936,2.64901,315,5,0,20,0,0,1), - (48262,4076,0,2177,0,2646.7,-1897.01,73.6817,1.32644,315,10,0,8,0,0,1), - (48263,2110,0,1141,0,1344.56,-1351.65,48.7683,3.73719,315,10,0,1,0,0,1), - (48264,4076,0,2177,0,2794.41,-1398.09,147.157,3.17509,315,10,0,8,0,0,1), - (48265,2110,0,1141,0,1279.71,-1355.21,51.318,0,315,10,0,1,0,0,1), - (48266,2009,1,897,0,9220.63,1406.64,1306.39,4.41206,300,5,0,131,138,0,1), - (48268,10942,369,10244,0,-79.3722,1171.28,-122.208,0.685659,6300,0,0,211212,0,0,0), - (48271,2009,1,897,0,9186.85,1373.76,1315.15,5.96903,300,0,0,131,138,0,0), - (48272,2009,1,897,0,9167.41,1393.4,1319.86,2.29192,300,5,0,131,138,0,1), - (48273,2009,1,897,0,9204.94,1403.91,1310.67,1.0436,300,5,0,131,138,0,1), - (48274,4076,0,2177,0,1722.47,-1320.54,61.6134,0.188587,315,10,0,8,0,0,1), - (48275,1787,0,11401,0,1451.03,-1718.26,69.6344,5.09542,315,10,0,3293,0,0,1), - (48276,1305,0,1490,0,-8954,993.725,122.209,0.698,310,0,0,1605,0,0,0), - (48277,1787,0,11401,0,1353.17,-1680.14,62.0583,5.27941,315,3,0,3293,0,0,1), - (48278,1789,0,9790,0,1268.85,-1378.08,49.8951,1.2161,315,3,0,2823,2117,0,1), - (48279,1787,0,11401,0,1277.72,-1367.85,49.8634,3.95732,315,3,0,3293,0,0,1), - (48280,1794,0,10626,0,1470.37,-1430.04,67.847,4.45059,315,0,0,2634,2041,0,0), - (48281,1794,0,10626,0,1548.09,-1586.14,64.8641,0.262317,315,10,0,2634,2041,0,1), - (48282,1795,0,414,0,1410.12,-1563.66,55.39,1.86547,315,5,0,2823,2117,0,1), - (48283,1795,0,414,0,1414.53,-1688.59,67.5779,4.99448,315,10,0,2823,2117,0,1), - (48284,1795,0,414,0,1300.52,-1429.35,49.9779,1.44504,315,0,0,2823,2117,0,0), - (48285,1795,0,414,0,1462.42,-1332.71,62.3045,4.40001,315,5,0,2823,2117,0,1), - (48286,1822,0,1087,0,1779.74,-1047.48,77.8497,2.22328,315,5,0,2880,0,0,1), - (48287,1815,0,1082,0,1716.78,-986.997,74.9773,4.70946,315,10,0,3438,0,0,1), - (48288,1824,0,1088,0,1935,-2455.91,67.4178,3.87521,315,10,0,3293,0,0,1), - (48289,1816,0,1083,0,1691.31,-2064.83,60.6333,4.47688,315,10,0,3921,0,0,1), - (48290,1824,0,1088,0,2015.83,-1916.86,68.9198,3.19773,315,10,0,3293,0,0,1), - (48291,1824,0,1088,0,1950.21,-1919.42,75.2951,5.53199,315,10,0,3293,0,0,1), - (48292,1824,0,1088,0,1893.41,-1992.98,79.2888,5.80207,315,10,0,3293,0,0,1), - (48293,1816,0,1083,0,1585.2,-2084.42,60.0987,0.154876,315,10,0,3921,0,0,1), - (48294,1816,0,1083,0,2018.95,-2352.3,61.4749,5.4957,315,10,0,3921,0,0,1), - (48295,1816,0,1083,0,1912.99,-2016.71,79.4603,3.60742,315,10,0,3921,0,0,1), - (48296,10956,369,11263,0,51.5322,1190.49,-121.348,5.06493,430,0,0,4231,0,0,0), - (48297,1824,0,1088,0,1618.78,-1988.29,61.701,5.13319,315,10,0,3293,0,0,1), - (48298,2009,1,897,0,9869.99,1511.57,1272.79,1.02794,300,0,0,131,138,0,0), - (48299,2009,1,897,0,9894.46,1554.43,1279.01,2.40562,300,5,0,131,138,0,1), - (48300,1824,0,1088,0,1941.23,-2351.53,60.4232,2.81438,315,10,0,3293,0,0,1), - (48301,1821,0,1091,0,1547.86,-1746.73,60.0006,2.03532,315,5,0,3082,0,0,1), - (48302,1821,0,1091,0,1591.75,-1685.74,63.565,1.38853,315,10,0,3082,0,0,1), - (48303,1821,0,1091,0,2321.95,-1749.67,102.602,5.30754,315,5,0,3082,0,0,1), - (48304,10981,30,0,0,-1094.51,-336.004,54.6334,3.63206,430,5,0,2196,0,0,1), - (48305,10981,30,0,0,-1316.4,-517.62,52.4308,2.97414,430,5,0,2196,0,0,1), - (48306,10981,30,0,0,-1048.64,-496.647,45.477,5.87303,430,5,0,2196,0,0,1), - (48307,10981,30,0,0,-380.387,-123.127,25.7814,0.329259,430,5,0,2196,0,0,1), - (48308,10981,30,0,0,-1207.55,-546.59,52.184,0.663117,430,5,0,2196,0,0,1), - (48309,10981,30,0,0,-426.1,-132.265,24.4058,1.58416,430,5,0,2196,0,0,1), - (48310,10981,30,0,0,-857.527,-463.559,47.8953,0.262911,430,5,0,2196,0,0,1), - (48311,10982,30,0,0,-940.892,-241.793,66.3806,5.90868,430,0,0,7087,0,0,0), - (48318,10986,30,0,0,-237.942,175.911,74.8437,1.01978,430,5,0,3178,0,0,1), - (48319,10986,30,0,0,268.412,25.2247,21.1351,0.763612,430,5,0,3178,0,0,1), - (48320,10986,30,0,0,138.475,149.01,2.36104,0.991863,430,5,0,3178,0,0,1), - (48321,10986,30,0,0,-8.37923,132.312,10.6415,4.86318,430,5,0,3178,0,0,1), - (48328,2009,1,897,0,9695.77,1240.79,1281.94,0.162226,300,5,0,131,138,0,1), - (48329,2009,1,897,0,9703.54,1270.59,1290.93,5.48033,300,0,0,131,138,0,0), - (48330,2009,1,897,0,9882.11,1547.37,1328.39,2.99753,300,5,0,131,138,0,1), - (48331,2009,1,897,0,9854.45,1563.05,1329.17,0.946331,300,5,0,131,138,0,1), - (48332,2009,1,897,0,9875.38,1542.06,1330.44,3.66442,300,5,0,131,138,0,1), - (48333,2009,1,897,0,9778.91,1549.39,1299.39,5.78089,300,5,0,131,138,0,1), - (48334,10990,30,0,0,478.74,-119.655,10.2513,0.571001,430,5,0,2925,0,0,1), - (48335,10990,30,0,0,520.208,-206.343,4.18313,3.44021,430,5,0,2925,0,0,1), - (48336,10990,30,0,0,324.463,-39.0641,-20.374,5.82304,430,5,0,2925,0,0,1), - (48337,10990,30,0,0,660.363,-237.317,1.27207,3.36749,430,5,0,2925,0,0,1), - (48338,10990,30,0,0,451.194,-27.318,2.00197,5.04229,430,5,0,2925,0,0,1), - (48339,10990,30,0,0,712.271,-260.598,32.0573,4.07736,430,5,0,2925,0,0,1), - (48340,10991,30,0,0,-1543.57,-485.147,71.3851,5.09775,430,5,0,3286,0,0,1), - (48341,10991,30,0,0,-1666.59,-419.099,45.5899,5.27671,430,5,0,3286,0,0,1), - (48342,10991,30,0,0,-1484.03,-437.682,69.8575,4.13699,430,5,0,3286,0,0,1), - (48343,10991,30,0,0,-1498.23,-434.779,70.2211,4.26458,430,5,0,3286,0,0,1), - (48344,2009,1,897,0,9846.33,1560.68,1319.34,5.97073,300,5,0,131,138,0,1), - (48345,14448,0,14497,0,-10214.8,-3013.96,18.2521,2.16638,72000,0,0,2476,0,0,0), - (48346,2009,1,897,0,9784.63,1564.38,1299.72,2.33961,300,5,0,131,138,0,1), - (48347,1821,0,1091,0,2385.87,-1820.65,92.0735,4.13847,315,5,0,3082,0,0,1), - (48349,2009,1,897,0,9752.92,1553.26,1263.73,4.08339,300,5,0,131,138,0,1), - (48350,2009,1,897,0,9827.01,1495.05,1257.96,0.294512,300,0,0,131,138,0,0), - (48351,2009,1,897,0,9798.34,1499.25,1257.86,1.84259,300,5,0,131,138,0,1), - (48352,2009,1,897,0,9792.03,1518.96,1259.15,5.15101,300,5,0,131,138,0,1), - (48353,2009,1,897,0,9836.14,1507.64,1262.99,1.68874,300,0,0,131,138,0,0), - (48354,1817,0,4124,0,2377.89,-1748.1,96.7352,2.94638,315,10,0,3189,0,0,1), - (48355,1817,0,4124,0,2213.81,-1587.34,78.1321,3.50503,315,5,0,3189,0,0,1), - (48356,2009,1,897,0,9851.42,1522.31,1258.44,0.450935,300,5,0,131,138,0,1), - (48357,2009,1,897,0,9779.23,1590.08,1289.89,3.12771,300,5,0,131,138,0,1), - (48358,11026,0,10569,0,-8350,647.613,95.874,4.276,190,0,0,1172,0,0,0), - (48361,10480,289,10978,0,249.715,-5.97765,85.1057,3.1765,7200,0,0,3876,0,0,0), - (48362,1817,0,4124,0,1947.32,-1513.36,64.5364,2.19672,315,10,0,3189,0,0,1), - (48363,10481,289,10976,0,267.646,8.46495,85.3117,3.50811,7200,0,0,1436,0,0,0), - (48364,1821,0,1091,0,2479.37,-1784.03,87.8163,2.41284,315,5,0,3082,0,0,1), - (48365,1821,0,1091,0,2079.12,-1583.65,66.1705,3.11426,315,5,0,3082,0,0,1), - (48366,1817,0,4124,0,1977.36,-1287.7,79.5745,5.16118,315,5,0,3189,0,0,1), - (48367,1783,0,733,0,1792.12,-1255.36,59.8665,2.29647,315,5,0,2880,0,0,1), - (48368,2009,1,897,0,9736.1,1584.71,1269.87,5.81966,300,5,0,131,138,0,1), - (48369,1783,0,733,0,1702.49,-1202.47,59.6598,4.94347,315,10,0,2880,0,0,1), - (48370,1804,0,10690,0,1722.97,-2360.42,62.0769,5.53866,315,3,0,3643,0,0,1), - (48371,1216,0,9570,0,-10928.4,2115.59,2.87579,2.89468,300,10,0,386,0,0,1), - (48374,10480,289,10978,0,268.144,-7.63108,85.3117,4.17134,7200,0,0,3876,0,0,0), - (48375,10480,289,10972,0,255.595,10.3763,85.3117,5.58505,7200,0,0,3876,0,0,0), - (48376,1804,0,10690,0,1688.24,-2368.42,60.6093,2.30383,315,3,0,3643,0,0,1), - (48377,2009,1,897,0,9757.8,1573.54,1267.87,5.11692,300,5,0,131,138,0,1), - (48378,2009,1,897,0,9769.95,1611.7,1285.49,3.7001,300,0,0,131,138,0,0), - (48379,4472,0,146,0,1678.48,-2277.54,58.9139,1.19878,315,3,0,3006,2241,0,1), - (48380,1804,0,10690,0,1706.46,-2197.1,61.9684,3.56729,315,0,0,3643,0,0,0), - (48382,2009,1,897,0,9795.56,1594.38,1300.4,3.71755,300,0,0,131,138,0,0), - (48384,1802,0,4629,0,1671.84,-2242.42,58.8691,5.89715,315,10,0,3644,0,0,1), - (48385,10480,289,10972,0,228.171,9.47472,85.3117,5.63741,7200,0,0,3876,0,0,0), - (48386,1804,0,10690,0,1760.94,-2303.65,60.4681,5.64628,315,0,0,3643,0,0,0), - (48387,1804,0,10690,0,1664.16,-2361.27,66.4471,3.42047,315,3,0,3643,0,0,1), - (48388,1802,0,4629,0,1669.86,-2365.77,66.4246,1.62974,315,3,0,3644,0,0,1), - (48389,10480,289,10972,0,257.6,4.96115,84.9242,1.65806,7200,0,0,3876,0,0,0), - (48390,1804,0,10690,0,1766.15,-2291.15,59.9941,3.62309,315,0,0,3643,0,0,0), - (48421,2009,1,897,0,9815.89,1565.21,1294.96,1.90241,300,0,0,131,138,0,0), - (48422,1802,0,4629,0,1764.91,-2344.91,59.6732,1.40034,315,5,0,3644,0,0,1), - (48424,11069,0,10477,0,-8433,554.681,95.35,1.641,430,0,0,4484,0,0,0), - (48426,2009,1,897,0,9810.28,1570.64,1295.44,2.51327,300,0,0,131,138,0,0), - (48428,10480,289,10978,0,262.456,5.07677,84.9242,2.35619,7200,0,0,3876,0,0,0), - (48429,2009,1,897,0,9844.43,1555.69,1291.02,2.21657,300,0,0,131,138,0,0), - (48430,4475,0,10971,0,1936.07,-1594.74,60.9218,3.07892,315,5,0,3082,0,0,1), - (48431,4475,0,10970,0,1862.19,-1608.55,59.8794,5.56926,315,10,0,3082,0,0,1), - (48432,4475,0,10970,0,1923.29,-1652.93,59.7983,5.87017,315,5,0,3082,0,0,1), - (48433,4474,0,4631,0,1894.74,-1565.87,59.5076,3.92259,315,5,0,3189,0,0,1), - (48434,2009,1,897,0,9753.06,1631.21,1282.69,1.55334,300,0,0,131,138,0,0), - (48436,10481,289,10976,0,233.743,-4.85362,84.9242,4.18879,7200,0,0,1436,0,0,0), - (48438,2009,1,897,0,9885.56,1529.5,1275.6,2.00713,300,0,0,131,138,0,0), - (48440,4474,0,4631,0,1787.15,-1547.98,59.4613,1.17204,315,10,0,3189,0,0,1), - (48442,4474,0,4631,0,1910.49,-1656.63,60.7983,1.76358,315,5,0,3189,0,0,1), - (48443,4475,0,10970,0,1890.96,-1518.34,59.8826,1.01563,315,5,0,3082,0,0,1), - (48444,4475,0,10971,0,1927.35,-1614.65,61.0685,3.05389,315,5,0,3082,0,0,1), - (48445,1785,0,11404,0,1899.8,-1525.58,60.2576,4.92833,315,10,0,3082,0,0,1), - (48446,1785,0,11404,0,1903.01,-1633.31,60.3539,2.23489,315,5,0,3082,0,0,1), - (48447,1834,0,10325,0,2974.49,-1584.8,163.235,2.64992,315,5,0,6273,2117,0,2), - (48448,1834,0,10327,0,2852.27,-1534.77,151.38,1.23918,315,0,0,6273,2117,0,0), - (48449,2009,1,897,0,9853.45,1507.32,1270.86,6.02139,300,0,0,131,138,0,0), - (48450,2009,1,897,0,9828.87,1494.34,1257.97,3.37778,300,5,0,131,138,0,1), - (48451,2010,1,6801,0,9389.67,1705.03,1305.64,0.500743,300,5,0,137,0,0,1), - (48452,2010,1,6801,0,9583.09,1813.49,1296.08,4.53922,300,5,0,137,0,0,1), - (48453,2010,1,6801,0,9553.17,1888.33,1314.55,1.75347,300,5,0,137,0,0,1), - (48454,2010,1,6801,0,9564.59,1867.81,1309.6,2.64219,300,5,0,137,0,0,1), - (48455,2010,1,6801,0,9584.03,1852.43,1303.05,2.04754,300,5,0,137,0,0,1), - (48456,2010,1,6801,0,9555.85,1824.89,1302.47,2.96642,300,5,0,137,0,0,1), - (48457,10480,289,10972,0,259.328,-5.06033,84.9242,2.96706,7200,0,0,3876,0,0,0), - (48458,10480,289,10978,0,230.05,-9.94596,85.3117,5.84685,7200,0,0,3876,0,0,0), - (48459,10475,289,11161,0,110.053,98.8023,99.7995,1.64061,7200,0,0,17226,0,0,0), - (48460,10475,289,11161,0,94.8988,73.5054,97.7763,0.872665,7200,0,0,17226,0,0,0), - (48461,10475,289,11135,0,103.822,106.933,98.6173,0.558505,7200,0,0,17226,0,0,0), - (48462,10475,289,11134,0,123.59,79.7615,101.698,0.383972,7200,0,0,17226,0,0,0), - (48463,10475,289,11135,0,111.239,64.8379,99.035,1.46608,7200,0,0,17226,0,0,0), - (48464,10475,289,11161,0,136.103,87.3239,102.13,3.94444,7200,0,0,17226,0,0,0), - (48465,10475,289,11135,0,97.9246,75.0885,97.9626,3.40339,7200,0,0,17226,0,0,0), - (48466,10475,289,11136,0,110.322,84.9862,99.9234,0.453786,7200,0,0,17226,0,0,0), - (48467,10475,289,11135,0,97.1261,97.5603,97.8059,5.044,7200,0,0,17226,0,0,0), - (48468,10475,289,11161,0,109.245,68.8032,98.9383,5.8294,7200,0,0,17226,0,0,0), - (154715,4075,289,0,0,216.771,75.3716,104.798,0,7200,3,0,8,0,0,1), - (154714,10481,289,0,0,197.559,79.5891,104.327,0,7200,3,0,1436,0,0,1), - (48471,2010,1,6801,0,9550.88,1853.05,1308.48,0.94475,300,5,0,137,0,0,1), - (48472,2010,1,6801,0,9528.39,1861.36,1317.5,5.73139,300,5,0,137,0,0,1), - (48473,2010,1,6801,0,9581.93,1907.76,1315.67,1.65438,300,5,0,137,0,0,1), - (48474,1883,0,10304,0,2870.11,-1469.73,145.746,6.27348,315,0,0,3529,0,0,0), - (48475,2010,1,6801,0,9910.25,1572.02,1334.63,5.58064,300,5,0,137,0,0,1), - (154713,10495,289,0,0,197.559,79.5891,104.327,0,7200,3,0,8613,0,0,1), - (154712,10495,289,0,0,203.869,80.8282,104.327,0,7200,3,0,8613,0,0,1), - (154711,10485,289,0,0,198.144,73.889,104.666,0,7200,3,0,2088,0,0,1), - (154710,10485,289,0,0,204.191,73.0652,104.798,0,7200,3,0,2088,0,0,1), - (48482,1883,0,10304,0,2969.84,-1514.16,146.239,4.11898,315,0,0,3529,0,0,0), - (48483,1883,0,10306,0,3006.25,-1496.58,146.68,1.48353,315,0,0,3529,0,0,0), - (48484,1883,0,10303,0,2880.35,-1565.85,147.429,3.14159,315,0,0,3529,0,0,0), - (48485,1883,0,10306,0,3011.63,-1563.09,147.667,4.93928,315,0,0,3529,0,0,0), - (48486,2010,1,6801,0,9838.32,1535.88,1345.07,3.59983,300,5,0,137,0,0,1), - (48487,2010,1,6801,0,9878.09,1517.68,1335.6,4.72411,300,5,0,137,0,0,1), - (48488,2010,1,6801,0,9563.59,1301.69,1300.8,4.2431,300,5,0,137,0,0,1), - (48489,2010,1,6801,0,9588.73,1301.49,1299.2,6.21337,300,5,0,137,0,0,1), - (48490,2010,1,6801,0,9279.2,1017.41,1307.7,4.01502,300,5,0,137,0,0,1), - (48491,2010,1,6801,0,9232.72,951.523,1320.61,1.53198,300,5,0,137,0,0,1), - (48492,2010,1,6801,0,9260.27,982.093,1316.07,4.23599,300,5,0,137,0,0,1), - (48493,2010,1,6801,0,9182.03,1341.82,1318.33,4.80481,300,5,0,137,0,0,1), - (48494,2010,1,6801,0,9194.83,1361.19,1315.31,3.13655,300,5,0,137,0,0,1), - (48495,2010,1,6801,0,9193.95,1414.87,1311.5,0.20944,300,0,0,137,0,0,0), - (48496,2010,1,6801,0,9190.52,1369.86,1315.15,1.67552,300,0,0,137,0,0,0), - (48497,2010,1,6801,0,9182.3,1483.29,1316.72,2.81552,300,5,0,137,0,0,1), - (48498,2010,1,6801,0,9220.65,1317.62,1305.05,0.257771,300,5,0,137,0,0,1), - (48499,2010,1,6801,0,9750.55,1584.18,1299.67,1.75168,300,5,0,137,0,0,1), - (48500,2010,1,6801,0,9892.81,1551.31,1278.81,1.27634,300,0,0,137,0,0,0), - (48501,2010,1,6801,0,9873.5,1580.82,1285.51,3.07244,300,0,0,137,0,0,0), - (48502,2010,1,6801,0,9756.42,1579.42,1299.06,1.41191,300,5,0,137,0,0,1), - (48503,2010,1,6801,0,9711.29,1269.08,1291.27,3.63029,300,0,0,137,0,0,0), - (48504,2010,1,6801,0,9705.23,1291.07,1300.9,1.27409,300,0,0,137,0,0,0), - (48505,2010,1,6801,0,9687.83,1269.87,1290.1,5.49111,300,5,0,137,0,0,1), - (48506,2010,1,6801,0,9928.13,1534.45,1317.54,5.13834,300,5,0,137,0,0,1), - (48507,2010,1,6801,0,9807.33,1618.7,1301.77,0.601152,300,5,0,137,0,0,1), - (48508,2010,1,6801,0,9836.51,1607.87,1306.36,3.61791,300,5,0,137,0,0,1), - (48509,2010,1,6801,0,9844.11,1588.75,1310.88,3.9587,300,5,0,137,0,0,1), - (48510,2010,1,6801,0,9782.97,1551.77,1299.06,0.689593,300,5,0,137,0,0,1), - (48511,2010,1,6801,0,9906.9,1542.09,1323.28,0.712151,300,5,0,137,0,0,1), - (48512,2010,1,6801,0,9881.34,1557.53,1328.32,3.07369,300,5,0,137,0,0,1), - (48513,2010,1,6801,0,9826.52,1625.36,1303.94,5.85456,300,5,0,137,0,0,1), - (48514,2010,1,6801,0,9746.98,1577.58,1268.95,3.47597,300,5,0,137,0,0,1), - (48515,2010,1,6801,0,9794.84,1549.15,1262.8,2.2115,300,5,0,137,0,0,1), - (48516,2010,1,6801,0,9736.07,1559.21,1259.89,1.40732,300,5,0,137,0,0,1), - (48517,2010,1,6801,0,9775.34,1557.66,1266.29,1.43594,300,5,0,137,0,0,1), - (48518,2010,1,6801,0,9729.95,1608.23,1276.79,0.244346,300,0,0,137,0,0,0), - (48519,2010,1,6801,0,9796.42,1581.37,1291.43,5.34071,300,0,0,137,0,0,0), - (48520,2010,1,6801,0,9787.11,1576.99,1290.9,5.77704,300,0,0,137,0,0,0), - (48521,2010,1,6801,0,9884.34,1580.37,1285.29,0.087266,300,0,0,137,0,0,0), - (48522,2010,1,6801,0,9894.92,1570.21,1283.53,6.10865,300,0,0,137,0,0,0), - (48523,2010,1,6801,0,9849.63,1462.94,1274.65,1.65806,300,0,0,137,0,0,0), - (48524,2010,1,6801,0,9863.73,1580.98,1287.42,0.392068,300,5,0,137,0,0,1), - (48525,2010,1,6801,0,9860.81,1504.84,1270.48,4.59022,300,0,0,137,0,0,0), - (48526,2010,1,6801,0,9871.78,1491.19,1258.09,3.44354,300,5,0,137,0,0,1), - (48527,2011,1,3024,0,9370.85,1688.63,1303.1,0.495087,300,5,0,148,165,0,1), - (48528,2011,1,3024,0,9323.81,1708.2,1316.25,0.980765,300,5,0,148,165,0,1), - (48529,2011,1,3024,0,9376.45,1711.55,1308.82,0.28338,300,5,0,148,165,0,1), - (48530,2011,1,3024,0,9364.51,1711.27,1308.95,2.45161,300,5,0,148,165,0,1), - (48531,1883,0,10306,0,2857.15,-1477.65,145.629,4.39148,315,5,0,3529,0,0,1), - (48532,1883,0,10304,0,2886.1,-1469.97,146.496,2.31315,315,3,0,3529,0,0,1), - (48533,1832,0,10330,0,2925.27,-1527.27,152.129,3.78035,315,3,0,5667,5206,0,1), - (48534,1795,0,414,0,1289.02,-1448.26,50.009,6.25426,315,0,0,2823,2117,0,0), - (48535,1789,0,9790,0,1219.66,-1380.59,53.4605,0.934393,315,10,0,2823,2117,0,1), - (48536,1787,0,11401,0,1409.48,-1248.23,61.986,5.044,315,3,0,3293,0,0,1), - (48537,1789,0,9790,0,1612.55,-1611.32,74.427,6.21043,315,5,0,2823,2117,0,1), - (48538,1795,0,414,0,1421.97,-1522.14,55.7069,5.67457,315,10,0,2823,2117,0,1), - (48539,1789,0,9790,0,1385.36,-1312.97,57.8709,6.24515,315,10,0,2823,2117,0,1), - (48540,1794,0,10626,0,1250.27,-1511.59,59.9013,1.99805,315,0,0,2634,2041,0,0), - (48541,1789,0,9790,0,1308.4,-1570.35,61.437,2.10301,315,0,0,2823,2117,0,0), - (48542,1795,0,414,0,1588.74,-1513.78,63.3998,5.76831,315,5,0,2823,2117,0,1), - (48543,1795,0,414,0,1350.09,-1382.61,48.9083,3.71707,315,10,0,2823,2117,0,1), - (48544,1824,0,1088,0,1720.24,-2419.83,61.8858,0.172718,315,10,0,3293,0,0,1), - (48545,1816,0,1083,0,1645.11,-1879.67,91.4789,3.28251,315,3,0,3921,0,0,1), - (48546,1816,0,1083,0,1692.19,-1842.18,73.9358,0.785398,315,5,0,3921,0,0,1), - (48547,2011,1,3024,0,9360.95,1736.39,1315.36,5.46241,300,5,0,148,165,0,1), - (154709,10481,289,0,0,222.002,82.2615,104.798,0,7200,3,0,1436,0,0,1), - (48549,1216,0,9570,0,-10910.3,2132.37,0.15611,0.64819,300,10,0,386,0,0,1), - (48550,1216,0,9570,0,-10958,2117.44,-0.24392,3.11035,300,10,0,386,0,0,1), - (48551,1216,0,9570,0,-10962.4,2096.01,4.18313,0.830102,300,10,0,386,0,0,1), - (48552,1216,0,9570,0,-10944.5,2109.02,3.09671,3.94166,300,10,0,386,0,0,1), - (48553,1216,0,9570,0,-10933.2,2127.18,-0.455769,1.93208,300,10,0,386,0,0,1), - (48554,832,0,5327,0,-11112.2,614.904,37.2079,5.55874,300,10,0,417,0,0,1), - (48555,832,0,5327,0,-10607.7,804.067,52.7046,0.903032,300,5,0,417,0,0,1), - (48556,832,0,5327,0,-10361.6,1105.06,36.2555,1.00609,300,10,0,417,0,0,1), - (48557,832,0,5327,0,-10853.3,1679.12,38.9748,1.79042,300,10,0,417,0,0,1), - (48558,832,0,5327,0,-10373.7,1521.29,42.7719,2.83066,300,5,0,417,0,0,1), - (48559,1824,0,1088,0,1613.78,-1912.29,76.0502,3.17088,315,3,0,3293,0,0,1), - (48560,1824,0,1088,0,1588.48,-1877.63,68.3329,0.210616,315,3,0,3293,0,0,1), - (48561,2011,1,3024,0,9276.21,948.124,1311.59,0.768702,300,5,0,148,165,0,1), - (48562,2011,1,3024,0,9265.23,941.436,1312,6.05629,300,0,0,148,165,0,0), - (154708,10495,289,0,0,222.002,82.2615,104.798,0,7200,3,0,8613,0,0,1), - (48564,2011,1,3024,0,9269.05,934.882,1311.97,2.70498,300,5,0,148,165,0,1), - (154707,10495,289,0,0,215.633,79.811,104.798,0,7200,3,0,8613,0,0,1), - (154706,10485,289,0,0,220.372,73.5207,104.798,0,7200,3,0,2088,0,0,1), - (48576,2011,1,3024,0,9187.89,1397.54,1313.53,1.8326,300,0,0,148,165,0,0), - (48577,14555,1,14332,0,10126.5,2527.85,1323.9,3.1765,300,0,0,64,53,0,0), - (48578,2011,1,3024,0,9849.93,1461.07,1274.64,3.12812,300,0,0,148,165,0,0), - (48579,1824,0,1088,0,1717.68,-2018.6,64.02,0.081499,315,10,0,3293,0,0,1), - (48580,1816,0,1083,0,1617.6,-2119.83,58.1956,4.89198,315,10,0,3921,0,0,1), - (48581,1824,0,1088,0,1803.02,-2438.77,61.3101,5.13587,315,10,0,3293,0,0,1), - (48582,1816,0,1083,0,1949.65,-2186.03,64.353,0.830654,315,3,0,3921,0,0,1), - (48583,1816,0,1083,0,1847.45,-1964.21,74.7305,2.12981,315,3,0,3921,0,0,1), - (48584,1817,0,4124,0,1617.8,-1817.27,63.6306,6.15592,315,5,0,3189,0,0,1), - (154705,10485,289,0,0,214.38,73.1017,104.798,0,7200,3,0,2088,0,0,1), - (154704,10481,289,0,0,196.721,91.9017,104.327,0,7200,3,0,1436,0,0,1), - (48587,1821,0,1091,0,1746.73,-1481.54,63.0236,2.92504,315,5,0,3082,0,0,1), - (48588,1821,0,1091,0,2179.27,-1550.2,70.7888,3.12409,315,10,0,3082,0,0,1), - (48589,4472,0,146,0,1656.4,-2370.88,66.4334,0.315987,315,3,0,3006,2241,0,1), - (48590,1804,0,10690,0,1669.16,-2363.57,61.6675,6.15634,315,0,0,3643,0,0,0), - (48591,1883,0,10303,0,3095.7,-1546.81,150.529,4.88093,315,3,0,3529,0,0,1), - (48592,1883,0,10306,0,3023.41,-1514.51,146.304,2.49582,315,0,0,3529,0,0,0), - (48593,1827,0,10353,0,2753.85,-1687.85,134.907,3.52556,315,0,0,7842,0,0,0), - (48594,1883,0,10306,0,3000.91,-1515.24,145.92,2.18166,315,0,0,3529,0,0,0), - (48595,1834,0,10325,0,2843.01,-1528.43,151.38,0.383972,315,0,0,6273,2117,0,0), - (48596,1827,0,10351,0,2912.4,-1393.96,152.103,5.77704,315,0,0,7842,0,0,0), - (48597,1834,0,10325,0,2860.65,-1415.43,146.333,3.75648,315,5,0,6273,2117,0,1), - (48598,1834,0,10325,0,2903.27,-1512.22,146.07,5.68977,315,0,0,6273,2117,0,0), - (48599,1883,0,10306,0,2896.72,-1544.95,145.804,3.39278,315,3,0,3529,0,0,1), - (48600,10608,0,10335,0,2790.56,-1427.04,146.699,2.82868,315,3,0,6863,10026,0,1), - (48601,1787,0,11401,0,1360.23,-1418.66,48.9525,4.94763,315,5,0,3293,0,0,1), - (48602,1787,0,11401,0,1578.64,-1473.1,68.3387,5.53934,315,0,0,3293,0,0,0), - (48603,1795,0,414,0,1418.87,-1620.5,67.4476,5.21257,315,10,0,2823,2117,0,1), - (48604,1794,0,10626,0,1352.47,-1320.15,52.5326,3.34713,315,10,0,2634,2041,0,1), - (48605,1787,0,11401,0,1571.35,-1552.74,62.4854,2.80573,315,10,0,3293,0,0,1), - (48606,1787,0,11401,0,1369.97,-1674.9,65.4491,3.45184,315,0,0,3293,0,0,0), - (48607,1787,0,11401,0,1515.14,-1479.79,64.1201,5.78779,315,5,0,3293,0,0,1), - (48608,1795,0,414,0,1243.56,-1381.24,50.5293,5.69669,315,10,0,2823,2117,0,1), - (48609,1789,0,9790,0,1378.7,-1381.85,55.0965,2.10952,315,3,0,2823,2117,0,1), - (48610,1816,0,1083,0,1516.61,-1955.33,60.1991,4.10246,315,10,0,3921,0,0,1), - (48611,1824,0,1088,0,2053.53,-2426.22,61.5483,4.25066,315,10,0,3293,0,0,1), - (48612,1816,0,1083,0,1925.11,-2391.42,66.1269,0.429354,315,10,0,3921,0,0,1), - (48613,1816,0,1083,0,2104.8,-2415.81,59.4232,0.076518,315,10,0,3921,0,0,1), - (48614,1824,0,1088,0,2061.46,-2509.5,64.2822,1.5708,315,5,0,3293,0,0,1), - (48615,1834,0,10326,0,2972.54,-1456.59,146.265,5.56162,315,0,0,6273,2117,0,0), - (48616,1846,0,10338,0,2857.62,-1515.51,145.785,4.42498,660,5,0,7545,2486,0,2), - (48617,1827,0,10353,0,2780.07,-1657.04,154.426,3.38594,315,0,0,7842,0,0,0), - (48618,1827,0,10353,0,2748.04,-1663.36,127.733,3.85718,315,0,0,7842,0,0,0), - (48619,1883,0,10306,0,2880.27,-1568.97,147.228,5.89253,315,0,0,3529,0,0,0), - (48620,1883,0,10304,0,3088.08,-1548.63,152.195,3.61283,315,0,0,3529,0,0,0), - (48621,1827,0,10351,0,2921.22,-1370.92,176.129,6.02139,315,0,0,7842,0,0,0), - (48622,1834,0,10324,0,2972.77,-1588.85,150.059,2.93215,315,0,0,6273,2117,0,0), - (48623,1883,0,10305,0,2983.01,-1494.09,147.126,5.35816,315,0,0,3529,0,0,0), - (48624,1827,0,10353,0,2893.56,-1437.57,147.279,6.23082,315,0,0,7842,0,0,0), - (48625,1789,0,9790,0,1288.88,-1614.84,59.7052,1.37838,315,3,0,2823,2117,0,1), - (48626,1789,0,9790,0,1219.55,-1350.99,53.328,5.11705,315,5,0,2823,2117,0,1), - (48627,1789,0,9790,0,1285.79,-1503.3,59.7004,3.9585,315,0,0,2823,2117,0,0), - (48628,1789,0,9790,0,1443.18,-1489.36,56.8896,0.803065,315,5,0,2823,2117,0,1), - (48629,1787,0,11401,0,1543.88,-1439.7,64.7888,4.77258,315,5,0,3293,0,0,1), - (48630,1789,0,9790,0,1539.38,-1465.45,68.3338,4.71295,315,5,0,2823,2117,0,2), - (48631,1795,0,414,0,1499.02,-1682.77,69.3067,2.31933,315,3,0,2823,2117,0,1), - (48632,1789,0,9790,0,1443.78,-1418.56,59.5867,2.22521,315,5,0,2823,2117,0,1), - (48633,1789,0,9790,0,1515.65,-1381.54,76.827,4.02314,315,5,0,2823,2117,0,1), - (48634,1794,0,10626,0,1481.26,-1553.53,60.8994,3.60188,315,5,0,2634,2041,0,1), - (48635,1883,0,10303,0,2902.79,-1562.06,145.804,0.819191,315,0,0,3529,0,0,0), - (48636,2011,1,3024,0,9347.63,1703.03,1311.61,2.20927,300,5,0,148,165,0,1), - (48637,11319,389,11610,0,-162.553,-26.8425,-57.8494,4.35569,7200,2,0,833,264,0,1), - (48638,11318,389,11609,0,-162.128,-43.5051,-59.124,2.21657,7200,2,0,819,0,0,1), - (48639,11319,389,11610,0,-174.416,-65.4036,-57.8333,1.31717,7200,2,0,833,264,0,1), - (48640,11318,389,11609,0,-160.754,-65.051,-59.4342,0.041957,7200,2,0,819,0,0,1), - (48641,11834,389,11755,0,-148.075,23.5742,-38.6318,4.11898,7200,0,0,594,0,0,0), - (48642,11320,389,11010,0,-168.542,13.3261,-29.6158,0.190191,7200,2,0,819,0,0,1), - (48643,11319,389,11610,0,-148.041,27.1943,-38.8538,3.74643,7200,2,0,833,264,0,1), - (48644,11517,389,11611,0,-147.548,38.7127,-38.8039,4.39823,36000,0,0,1424,0,0,0), - (48645,11318,389,11609,0,-154.037,27.9676,-38.5669,2.3911,7200,0,0,819,0,0,0), - (48646,11321,389,2075,0,-111.344,52.0495,-18.6906,5.17827,7200,5,0,819,0,0,1), - (48647,11318,389,11609,0,-200.409,-69.7984,-63.2233,1.13289,7200,2,0,819,0,0,1), - (48648,11318,389,11609,0,-181.511,-32.0671,-44.4307,3.20698,7200,0,1,819,0,0,2), - (48649,11318,389,11609,0,-204.723,-1.24259,-61.6764,3.33479,7200,2,0,819,0,0,1), - (48650,11318,389,11609,0,-183.393,2.79912,-56.8092,5.4162,7200,2,0,819,0,0,1), - (48651,11318,389,11609,0,-229.281,-59.7834,-61.3117,4.95529,7200,2,0,819,0,0,1), - (48652,11319,389,11610,0,-211.07,-7.25025,-61.8044,4.81248,7200,2,0,833,264,0,1), - (48653,11318,389,11609,0,-237.985,-40.3476,-56.2706,1.3439,7200,0,0,819,0,0,0), - (48654,11318,389,11609,0,-238.656,-31.5648,-56.6214,5.07891,7200,0,0,819,0,0,0), - (48655,11318,389,11609,0,-215.446,-15.9344,-61.8032,1.9232,7200,0,1,819,0,0,2), - (48656,11318,389,11609,0,-217.669,-5.11624,-61.7999,4.29193,7200,2,0,819,0,0,1), - (48657,11319,389,11610,0,-266.73,-28.0281,-60.6085,5.02655,7200,0,0,833,264,0,0), - (48658,11318,389,11609,0,-266.61,-44.4024,-60.8488,0.279253,7200,5,0,819,0,0,1), - (48659,11318,389,11609,0,-261.781,-5.76433,-63.9288,0.762733,7200,2,0,819,0,0,1), - (48660,11318,389,11609,0,-262.216,-29.8943,-60.6085,4.76475,7200,0,0,819,0,0,0), - (48661,11318,389,11609,0,-240.714,-8.03152,-61.5235,0.060824,7200,2,0,819,0,0,1), - (48662,11319,389,11610,0,-253.886,-38.8841,-60.4593,2.17095,7200,5,0,833,264,0,1), - (48663,11318,389,11609,0,-255.431,-66.4518,-62.1072,1.43574,7200,0,0,819,0,0,0), - (48664,11321,389,2075,0,-252.09,7.15975,-50.0273,4.56215,7200,3,0,819,0,0,1), - (48665,11318,389,11609,0,-276.93,-63.3295,-60.3566,1.58825,7200,0,0,819,0,0,0), - (48666,11318,389,11609,0,-270.127,-31.8806,-60.6085,5.11381,7200,0,0,819,0,0,0), - (48667,11318,389,11609,0,-269.28,-60.0032,-60.3566,2.26893,7200,0,0,819,0,0,0), - (48668,11319,389,11610,0,-270.089,-96.8868,-61.9013,4.87834,7200,2,0,833,264,0,1), - (48669,11319,389,11610,0,-287.744,-73.9324,-60.5234,4.84725,7200,0,1,833,264,0,2), - (48670,11319,389,11610,0,-280.902,-49.179,-60.9322,3.31393,7200,5,0,833,264,0,1), - (48671,11319,389,11610,0,-271.827,-64.4,-60.3566,2.04204,7200,0,0,833,264,0,0), - (48672,11318,389,11609,0,-285.522,-20.8822,-60.4145,3.38594,7200,2,0,819,0,0,1), - (48673,11318,389,11609,0,-290.812,-47.0829,-60.89,0.231919,7200,5,0,819,0,0,1), - (48674,11318,389,11609,0,-264.196,-92.5713,-61.7963,2.57623,7200,2,0,819,0,0,1), - (48675,11320,389,11010,0,-272.518,8.65636,-49.9972,5.8991,7200,2,0,819,0,0,1), - (48676,11321,389,2075,0,-208.558,55.8574,-13.9447,5.91302,7200,2,0,819,0,0,1), - (48677,11318,389,11609,0,-300.512,-28.4078,-60.4574,2.53073,7200,0,0,819,0,0,0), - (48678,11318,389,11609,0,-306.314,-29.1276,-60.1744,1.22173,7200,0,0,819,0,0,0), - (48679,11320,389,11010,0,-296.563,7.55345,-47.5269,1.92697,7200,3,0,819,0,0,1), - (48680,11321,389,2075,0,-124.161,63.9612,-21.2143,3.13162,7200,5,0,819,0,0,1), - (48681,11321,389,2075,0,-176.654,75.2942,-21.8957,0.992464,7200,5,0,819,0,0,1), - (48682,11321,389,2075,0,-198.621,60.1696,-13.8611,0.541052,7200,2,0,819,0,0,1), - (48683,11321,389,2075,0,-144.941,79.1501,-20.9783,3.0239,7200,5,0,819,0,0,1), - (48684,11320,389,11010,0,-125.112,80.0961,-21.3202,5.45818,7200,5,0,819,0,0,1), - (48685,11321,389,2075,0,-111.204,76.3607,-20.1425,3.19314,7200,5,0,819,0,0,1), - (48686,11321,389,2075,0,-127.906,75.5442,-21.8833,6.0452,7200,5,0,819,0,0,1), - (48687,11322,389,11434,0,-210.008,85.9401,-24.852,3.58789,7200,1,0,759,396,0,1), - (48688,11323,389,11432,0,-223.454,87.2837,-24.9351,5.93412,7200,0,0,819,0,0,0), - (48689,11322,389,11434,0,-193.884,94.2191,-24.6305,5.48868,7200,0,0,759,396,0,0), - (48690,11323,389,11432,0,-203.185,99.4132,-25.4712,4.40747,7200,1,0,819,0,0,1), - (48691,11323,389,11432,0,-195.347,108.507,-24.2915,4.36332,7200,0,0,819,0,0,0), - (48692,11322,389,11434,0,-269.254,91.9884,-24.9291,1.39626,7200,1,0,759,396,0,1), - (48693,11324,389,11438,0,-261.428,94.8909,-24.9335,3.9619,7200,0,0,723,901,0,0), - (48694,11323,389,11432,0,-219.3,94.5484,-24.9351,5.42797,7200,0,0,819,0,0,0), - (48695,11323,389,11432,0,-203.218,107.389,-25,5.32325,7200,0,0,819,0,0,0), - (48696,11323,389,11432,0,-208.058,95.3564,-25.3951,3.84374,7200,1,0,819,0,0,1), - (48697,11321,389,2075,0,-85.7455,97.3632,-7.39686,2.99045,7200,3,0,819,0,0,1), - (48698,11321,389,2075,0,-74.6995,89.9573,-7.32838,2.48512,7200,5,0,819,0,0,1), - (48699,11323,389,11432,0,-198.964,151.226,-25.1366,0.907571,7200,0,0,819,0,0,0), - (48700,11323,389,11432,0,-199.194,159.015,-25.1366,5.51524,7200,0,0,819,0,0,0), - (48701,11322,389,11434,0,-187.521,153.224,-25.1366,2.9147,7200,2,0,759,396,0,1), - (48702,11324,389,11438,0,-183.648,160.15,-25.2199,2.14356,7200,2,0,723,901,0,1), - (48703,11323,389,11432,0,-257.459,106.184,-24.9368,3.85718,7200,5,0,819,0,0,1), - (48704,11323,389,11432,0,-267.366,110.757,-24.9361,4.76475,7200,0,0,819,0,0,0), - (48705,11322,389,11434,0,-265.208,100.599,-24.9443,2.75762,7200,2,0,759,396,0,1), - (48706,11520,389,7970,0,-244.743,150.085,-18.7494,4.28461,36000,0,0,1791,0,0,0), - (48707,11323,389,11432,0,-263.519,150.466,-18.9955,0.106006,7200,0,1,819,0,0,2), - (48708,11323,389,11432,0,-283.586,143.856,-25.2988,2.44346,7200,0,0,819,0,0,0), - (48709,11324,389,11438,0,-297.067,154.025,-25.1295,3.14651,7200,0,0,723,901,0,0), - (48710,11322,389,11434,0,-296.907,146.956,-25.0033,2.2928,7200,0,0,759,396,0,0), - (48711,11323,389,11432,0,-283.762,152.501,-25.3249,3.52556,7200,0,0,819,0,0,0), - (48712,11323,389,11432,0,-237.417,192.851,-24.3585,0.645772,7200,0,0,819,0,0,0), - (48713,11323,389,11432,0,-230.133,191.085,-24.9191,1.79769,7200,0,0,819,0,0,0), - (48714,11322,389,11434,0,-300.145,204.932,-25.1219,2.83371,7200,2,0,759,396,0,1), - (48715,11324,389,11438,0,-284.913,216.073,-25.0184,2.53073,7200,5,0,723,901,0,1), - (48716,11324,389,11438,0,-299.173,199.104,-24.7852,3.08923,7200,0,0,723,901,0,0), - (48717,11322,389,11434,0,-279.577,210.296,-25.0184,5.48262,7200,0,0,759,396,0,0), - (48718,11322,389,11434,0,-294.636,196.863,-25.415,1.26676,7200,2,0,759,396,0,1), - (48719,11322,389,11434,0,-224.395,213.183,-24.9818,1.76312,7200,1,0,759,396,0,1), - (48720,11322,389,11434,0,-229.394,206.597,-24.7948,5.65487,7200,1,0,759,396,0,1), - (48721,11324,389,11438,0,-231.167,212.064,-24.9235,5.09528,7200,1,0,723,901,0,1), - (48722,11322,389,11434,0,-275.823,219.821,-25.0184,0.090169,7200,0,0,759,396,0,0), - (48723,11322,389,11434,0,-309.146,224.228,-23.7467,4.62512,7200,2,0,759,396,0,1), - (48724,11324,389,11438,0,-316.556,222.633,-22.1718,4.07439,7200,0,0,723,901,0,0), - (48725,11323,389,11432,0,-329.782,210.636,-19.9161,0.820305,7200,0,0,819,0,0,0), - (48726,11322,389,11434,0,-301.24,251.092,-13.0535,1.22761,7200,5,0,759,396,0,1), - (48727,11322,389,11434,0,-293.292,256.603,-14.8024,3.12128,7200,5,0,759,396,0,1), - (48728,11322,389,11434,0,-340.183,207.471,-21.4877,0.777513,7200,2,0,759,396,0,1), - (48729,11323,389,11432,0,-321.875,247.56,-11.5076,0.226893,7200,0,0,819,0,0,0), - (48730,11323,389,11432,0,-318.951,256.642,-11.5058,5.21853,7200,0,0,819,0,0,0), - (48731,11323,389,11432,0,-336.361,224.257,-20.2678,5.98648,7200,0,0,819,0,0,0), - (48732,11322,389,11434,0,-346.643,213.994,-21.3899,4.62512,7200,2,0,759,396,0,1), - (48733,11322,389,11434,0,-342.315,256.423,-7.97652,3.64774,7200,5,0,759,396,0,1), - (48734,11322,389,11434,0,-372.27,265.154,-4.84659,3.80391,7200,0,0,759,396,0,0), - (48735,11322,389,11434,0,-367.589,254.246,-5.0474,1.40766,7200,0,0,759,396,0,0), - (48736,11324,389,11438,0,-375.796,256.279,-4.84658,5.98416,7200,0,0,723,901,0,0), - (48737,11322,389,11434,0,-369.356,211.166,-21.801,2.00713,7200,2,0,759,396,0,1), - (48738,11324,389,11438,0,-385.122,239.621,-4.84661,4.5914,7200,0,0,723,901,0,0), - (48739,11322,389,11434,0,-360.933,179.061,-22.1946,0.722725,7200,2,0,759,396,0,1), - (48740,11518,389,11429,0,-376.811,209.224,-21.801,5.91667,36000,0,0,1382,1712,0,0), - (48741,11322,389,11434,0,-374.127,201.24,-21.801,4.50295,7200,2,0,759,396,0,1), - (48742,11322,389,11434,0,-400.436,216.18,-1.01054,0.794809,7200,2,0,759,396,0,1), - (48743,11322,389,11434,0,-387.038,259.729,-4.84658,3.08605,7200,0,0,759,396,0,0), - (48744,11324,389,11438,0,-367.19,180.435,-22.1573,1.02974,7200,2,0,723,901,0,1), - (48745,11322,389,11434,0,-367.06,173.695,-22.0076,3.50908,7200,2,0,759,396,0,1), - (48746,11322,389,11434,0,-392.023,244.262,-4.84661,2.50107,7200,0,0,759,396,0,0), - (48747,11323,389,11432,0,-404.929,181.384,6.57811,1.91986,7200,0,0,819,0,0,0), - (48748,11323,389,11432,0,-412.364,177.342,6.70869,1.36136,7200,0,0,819,0,0,0), - (48749,11322,389,11434,0,-385.157,156.603,7.7385,0.844909,7200,2,0,759,396,0,1), - (48750,11519,389,2007,0,-384.867,146.045,7.82184,2.51327,36000,0,0,1513,0,0,0), - (48751,11322,389,11434,0,-396.309,150.828,7.82184,4.67748,7200,2,0,759,396,0,1), - (48752,5055,43,8172,0,-61.7184,-37.6639,-61.8105,0.14321,7200,6,0,134,0,0,1), - (154703,10495,289,0,0,196.721,91.9017,104.327,0,7200,3,0,8613,0,0,1), - (154702,10495,289,0,0,197.118,98.0816,104.798,0,7200,3,0,8613,0,0,1), - (154701,10485,289,0,0,204.37,92.5006,104.327,0,7200,3,0,2088,0,0,1), - (154700,10485,289,0,0,203.038,98.6992,104.798,0,7200,3,0,2088,0,0,1), - (154699,10481,289,0,0,215.996,91.7486,104.798,0,7200,3,0,1436,0,0,1), - (154698,10495,289,0,0,215.996,91.7486,104.798,0,7200,3,0,8613,0,0,1), - (154697,10495,289,0,0,217.536,99.4131,104.798,0,7200,3,0,8613,0,0,1), - (154696,10485,289,0,0,221.917,96.4046,104.798,0,7200,3,0,2088,0,0,1), - (154695,10485,289,0,0,221.956,103.89,104.798,0,7200,3,0,2088,0,0,1), - (154694,10481,289,0,0,185.034,80.1398,104.799,0,7200,3,0,1436,0,0,1), - (154693,10495,289,0,0,185.034,80.1398,104.799,0,7200,3,0,8613,0,0,1), - (154692,10495,289,0,0,179.885,73.8904,104.799,0,7200,3,0,8613,0,0,1), - (154691,10485,289,0,0,179.384,83.667,104.8,0,7200,3,0,2088,0,0,1), - (154690,10485,289,0,0,185.796,74.2217,104.799,0,7200,3,0,2088,0,0,1), - (48774,10469,289,11148,0,210.321,148.933,109.807,5.13127,7200,0,0,6891,6867,0,0), - (48775,10469,289,11149,0,221.687,121.072,109.723,5.84685,7200,0,0,6891,6867,0,0), - (48776,10477,289,11163,0,221.318,123.231,109.724,6.14356,7200,0,0,6891,6867,0,0), - (48777,10477,289,11156,0,215.032,123.275,109.733,3.36848,7200,0,0,6891,6867,0,0), - (48778,10498,289,3942,0,171.983,172.568,109.667,5.74213,7200,0,0,6891,6867,0,0), - (48779,10498,289,3942,0,276.712,153.875,109.869,3.14159,7200,0,0,6891,6867,0,0), - (48780,10487,289,11489,0,173.16,127.189,109.709,0.680678,7200,0,0,6891,6867,0,0), - (48781,10487,289,11489,0,177.948,152.809,109.523,6.25529,7200,5,0,6891,6867,0,2), - (48782,10477,289,11163,0,181.724,115.292,109.723,5.3058,7200,0,0,6891,6867,0,0), - (48783,10498,289,3942,0,187.714,173.996,109.791,4.64258,7200,0,0,6891,6867,0,0), - (48784,10469,289,11149,0,175.234,136.705,109.637,3.92699,7200,0,0,6891,6867,0,0), - (48785,10469,289,11161,0,171.38,136.536,109.638,5.49779,7200,0,0,6891,6867,0,0), - (48786,10477,289,11156,0,175.721,133.102,109.664,2.58309,7200,0,0,6891,6867,0,0), - (48787,10469,289,11150,0,220.098,175.74,109.723,2.28638,7200,0,0,6891,6867,0,0), - (48788,11582,289,11177,0,279.979,78.9085,109.842,2.44346,7200,0,0,6891,6867,0,0), - (48789,10489,289,7848,0,281.938,121.338,109.973,4.76191,7200,5,0,8352,0,0,2), - (48790,10476,289,11175,0,273.738,120.894,109.849,0.034907,7200,0,0,6681,6723,0,0), - (48791,11582,289,11129,0,249.179,99.3561,109.806,2.68781,7200,0,0,6891,6867,0,0), - (48792,10476,289,11151,0,276.647,106.101,109.758,4.69494,7200,0,0,6681,6723,0,0), - (48793,11582,289,11177,0,249.223,121.483,110.002,3.56047,7200,0,0,6891,6867,0,0), - (48794,11551,289,11178,0,247.555,91.3432,110.055,3.16881,7200,5,0,8613,0,0,2), - (48795,10488,289,12074,0,153.619,192.119,93.1686,4.82485,7200,3,0,14355,0,0,1), - (48796,10488,289,12074,0,108.287,136.514,97.6448,1.31211,7200,3,0,14355,0,0,1), - (48797,10488,289,12074,0,119.052,156.77,92.2423,2.92533,7200,5,0,14355,0,0,1), - (48798,10488,289,12074,0,146.173,157.926,93.1154,4.14954,7200,5,0,14355,0,0,1), - (48799,10488,289,12074,0,157.462,144.66,93.1686,4.77398,7200,3,0,14355,0,0,1), - (48800,10488,289,12074,0,121.364,195.332,95.1691,4.18879,7200,3,0,14355,0,0,1), - (48801,10488,289,12074,0,144.123,176.198,95.0619,0.460671,7200,10,0,14355,0,0,1), - (48802,10488,289,12074,0,119.188,176.658,92.726,0.597001,7200,3,0,14355,0,0,1), - (48803,10488,289,12074,0,136.959,193.95,93.5453,6.13,7200,3,0,14355,0,0,1), - (48804,10488,289,12074,0,137.237,140.411,93.1367,4.42364,7200,3,0,14355,0,0,1), - (48805,10432,289,2606,0,143.481,99.0964,104.659,3.26377,43200,5,0,24420,4868,0,2), - (48806,10433,289,10248,0,150.368,116.22,104.661,3.83972,43200,0,0,22970,4578,0,0), - (48807,10503,289,11073,0,268.223,73.633,95.9245,1.64061,43200,0,0,30180,7458,0,0), - (48808,10481,289,10975,0,254.893,94.7349,95.9063,3.18587,7200,5,0,1436,0,0,1), - (48809,10495,289,519,0,250.887,90.5535,95.9062,1.65319,7200,5,0,8613,0,0,1), - (48810,10485,289,9786,0,249.692,98.6988,95.9062,2.74121,7200,5,0,2088,0,0,1), - (48811,10485,289,7550,0,257.031,101.056,95.9061,5.5676,7200,0,0,2088,0,0,0), - (48812,10495,289,519,0,264.373,164.305,95.906,6.19443,7200,5,0,8613,0,0,2), - (48813,10485,289,7550,0,256.427,124.66,95.9059,4.32302,7200,5,0,2088,0,0,1), - (48814,10485,289,9786,0,263.208,121.969,95.9059,0.267297,7200,5,0,2088,0,0,1), - (48815,10485,289,9786,0,253.803,113.747,95.9059,5.45107,7200,5,0,2088,0,0,1), - (48816,10495,289,519,0,260.015,113.97,95.9059,0.133371,7200,5,0,8613,0,0,1), - (48817,10481,289,10975,0,235.489,118.388,95.9059,2.45582,7200,5,0,1436,0,0,1), - (48818,10495,289,519,0,231.767,112.516,95.9059,0.031724,7200,5,0,8613,0,0,1), - (48819,10485,289,9786,0,229.745,118.932,95.9059,3.36618,7200,5,0,2088,0,0,1), - (48820,10485,289,9786,0,234.086,125.653,95.9059,3.02623,7200,5,0,2088,0,0,1), - (48821,10485,289,9786,0,240.527,121.551,95.9059,3.05655,7200,5,0,2088,0,0,1), - (48822,10481,289,10976,0,272.728,96.8769,95.9061,5.8101,7200,5,0,1436,0,0,1), - (48823,10481,289,10975,0,278.477,102.834,95.906,2.64623,7200,5,0,1436,0,0,1), - (48824,10485,289,9786,0,278.551,93.9564,95.8226,3.25042,7200,5,0,2088,0,0,1), - (48825,10485,289,9786,0,271.305,90.3076,95.9061,2.87892,7200,5,0,2088,0,0,1), - (48826,10485,289,9786,0,267.353,96.3076,95.9062,0.032736,7200,5,0,2088,0,0,1), - (48827,10495,289,519,0,270.265,102.134,95.9061,0.883407,7200,5,0,8613,0,0,1), - (48828,10481,289,10975,0,274.421,171.791,95.906,3.52556,7200,0,0,1436,0,0,0), - (48829,10485,289,9786,0,280.562,178.524,95.8225,2.77441,7200,0,0,2088,0,0,0), - (48830,10485,289,7550,0,280.934,171.916,95.8225,0.631015,7200,5,0,2088,0,0,1), - (48831,10485,289,9786,0,275.854,166.85,95.906,1.71042,7200,0,0,2088,0,0,0), - (48832,10495,289,519,0,271.169,169.307,95.906,4.45059,7200,0,0,8613,0,0,0), - (48833,10481,289,10976,0,229.919,146.578,95.9059,2.82045,7200,5,0,1436,0,0,1), - (48834,10485,289,9786,0,237.726,149.281,95.9059,2.05128,7200,5,0,2088,0,0,1), - (48835,10485,289,9786,0,237.709,137.717,95.9059,0.231746,7200,5,0,2088,0,0,1), - (48836,10495,289,519,0,231.402,138.164,95.9059,5.61193,7200,5,0,8613,0,0,1), - (48837,10495,289,519,0,248.675,148.015,95.9059,6.24893,7200,5,0,8613,0,0,1), - (48838,10485,289,9786,0,259.24,144.555,95.9059,3.07471,7200,5,0,2088,0,0,1), - (48839,10485,289,9786,0,245.972,113.52,95.8225,3.00302,7200,5,0,2088,0,0,1), - (48840,10470,289,11132,0,232.433,0.477431,115.791,4.46804,7200,0,0,5847,16020,0,0), - (48841,10471,289,11173,0,230.72,19.9185,115.809,4.67748,7200,0,0,6681,6723,0,0), - (48842,10471,289,11146,0,221.768,-18.4839,115.791,6.21337,7200,0,0,6681,6723,0,0), - (48843,10470,289,11131,0,217.224,-7.79726,115.791,5.65487,7200,0,0,5847,16020,0,0), - (48844,10470,289,11132,0,242.78,32.143,115.791,5.16617,7200,0,0,5847,16020,0,0), - (48845,10470,289,11131,0,209.375,12.4372,115.791,5.32325,7200,0,0,5847,16020,0,0), - (48846,10489,289,7848,0,186.864,34.2006,115.708,3.16734,7200,5,0,8352,0,0,2), - (48847,10470,289,11132,0,172.029,3.3354,115.791,0.750492,7200,0,0,5847,16020,0,0), - (48848,10470,289,11131,0,229.563,17.8128,115.808,0.593412,7200,0,0,5847,16020,0,0), - (48849,10471,289,11157,0,239.281,53.6591,115.791,6.10865,7200,0,0,6681,6723,0,0), - (48850,10508,289,7919,0,-25.1079,141.284,83.9083,0.034907,43200,0,0,33670,15408,0,0), - (48851,10478,289,9788,0,130.625,10.5451,75.4812,3.63029,7200,0,0,8883,0,0,0), - (48852,10478,289,9788,0,130.415,-1.1135,75.4812,2.68781,7200,0,0,8883,0,0,0), - (48853,10478,289,11401,0,124.807,-7.8737,75.4812,5.61996,7200,0,0,8883,0,0,0), - (48854,10507,289,10433,0,103.305,-1.67752,75.2183,6.17846,43200,0,0,36624,0,0,0), - (48855,10478,289,9789,0,124.162,5.8157,75.4812,5.06145,7200,0,0,8883,0,0,0), - (48856,10478,289,9790,0,130.986,-13.6734,75.4812,2.61799,7200,0,0,8883,0,0,0), - (48857,10502,289,11835,0,265.956,0.903429,75.3334,3.07178,43200,0,0,26862,7302,0,0), - (48858,10491,289,11397,0,248.115,2.80921,72.6684,4.66764,7200,5,0,6891,6867,0,1), - (48859,10491,289,11397,0,226.854,0.261588,72.673,3.16098,7200,5,0,6891,6867,0,1), - (48860,10491,289,11397,0,235.207,7.2959,72.673,1.55028,7200,5,0,6891,6867,0,1), - (48861,10491,289,11397,0,240.808,8.76485,72.673,1.5994,7200,5,0,6891,6867,0,1), - (48862,10489,289,7848,0,175.266,-88.1815,70.8568,1.5708,7200,0,0,8352,0,0,0), - (48863,10504,289,11072,0,178.724,-91.0232,70.8568,1.64061,43200,0,0,27468,0,0,0), - (48864,10489,289,7848,0,183.088,-88.0234,70.8568,1.53589,7200,0,0,8352,0,0,0), - (48865,10486,289,7847,0,187.295,-57.8065,75.4812,1.76278,7200,0,0,14805,0,0,0), - (48866,10486,289,7847,0,176.662,-57.9338,75.4812,1.41372,7200,0,0,14805,0,0,0), - (48867,10505,289,11069,0,86.6634,-1.96039,85.3117,0.017453,43200,0,0,34188,7302,0,0), - (48868,10472,289,11176,0,125.396,2.59597,85.4379,2.72271,7200,0,0,6891,6867,0,0), - (48869,10472,289,11157,0,101.082,6.40191,85.3117,5.2709,7200,0,0,6891,6867,0,0), - (48870,10469,289,11149,0,102.454,4.37424,85.3117,2.18166,7200,0,0,6891,6867,0,0), - (48871,10472,289,11157,0,110.892,-6.46278,85.3117,0.436332,7200,0,0,6891,6867,0,0), - (48872,832,0,5327,0,-10982.2,1816.11,45.1287,0.060591,300,10,0,417,0,0,1), - (48873,832,0,5327,0,-10786.8,1544.01,48.879,6.07564,300,10,0,417,0,0,1), - (48874,832,0,5327,0,-9895.14,1621.36,37.5592,2.50863,300,10,0,417,0,0,1), - (48875,1423,0,3258,0,-9779.24,815.569,25.9716,3.52556,300,0,0,1106,0,0,0), - (48876,1670,0,3262,0,-10653.3,995.395,32.9575,1.6057,300,0,0,919,0,0,0), - (48877,1669,0,4423,0,-10957.7,1495.12,50.608,3.26699,300,0,0,484,0,0,0), - (48878,4305,0,4417,0,-11504.3,1748.64,2.13639,1.25664,300,0,0,1240,0,0,0), - (48879,491,0,3342,0,-10500.6,1021.59,60.6106,1.8326,300,0,0,919,0,0,0), - (48880,843,0,3260,0,-10661.2,999.356,32.9575,0.628319,300,0,0,644,0,0,0), - (48881,1668,0,3259,0,-10658.5,996.851,32.9575,0.872665,300,0,0,644,0,0,0), - (48882,480,0,514,0,-9986,1130.33,43.5259,4.04127,300,5,0,176,0,0,1), - (48883,36,0,367,0,-10978.3,1367.97,45.9808,3.39802,300,10,0,222,0,0,1), - (48884,114,0,378,0,-10516.3,1686.63,40.373,3.91594,300,10,0,300,0,0,1), - (48885,480,0,514,0,-9894.26,1017.14,33.131,5.42666,300,5,0,176,0,0,1), - (48886,480,0,514,0,-9973.41,1080.33,41.8958,2.81627,300,5,0,176,0,0,1), - (48887,834,0,643,0,-10017.8,1354.18,42.0099,1.56494,300,10,0,198,0,0,1), - (48888,834,0,643,0,-9686.46,929.745,34.1962,1.74666,300,5,0,198,0,0,1), - (48889,834,0,643,0,-9652.73,950.747,39.811,4.0703,300,10,0,198,0,0,1), - (48890,833,0,161,0,-9877.62,1391.86,52.3526,1.54346,300,10,0,222,0,0,1), - (48891,834,0,643,0,-9921.94,1055.62,40.3448,5.67918,300,5,0,198,0,0,1), - (48892,833,0,161,0,-9745.65,1355.22,42.4935,0.396221,300,10,0,222,0,0,1), - (48893,834,0,643,0,-9758.03,1358.16,41.8685,0.198803,300,10,0,198,0,0,1), - (48894,834,0,643,0,-9742.64,971.802,30.1428,0.19242,300,5,0,198,0,0,1), - (48895,199,0,410,0,-9836.84,1181.76,40.1257,0.047901,300,10,0,198,0,0,1), - (48896,10477,289,11156,0,112.921,-4.45095,85.4598,4.57276,7200,0,0,6891,6867,0,0), - (48897,10472,289,11125,0,113.736,-7.09679,85.3117,2.56563,7200,0,0,6891,6867,0,0), - (48898,10469,289,11148,0,123.306,3.93283,85.3117,6.05629,7200,0,0,6891,6867,0,0), - (48899,10472,289,11125,0,126.473,4.88129,85.3117,3.85718,7200,0,0,6891,6867,0,0), - (48900,10471,289,11146,0,38.0603,161.109,83.629,6.24828,7200,0,0,6681,6723,0,0), - (48901,10477,289,11154,0,16.6317,157.114,83.629,6.14356,7200,0,0,6891,6867,0,0), - (48902,10500,289,3942,0,40.0598,159.537,83.629,0.698132,7200,0,0,6891,6867,0,0), - (48903,10470,289,11133,0,31.7421,131.25,83.629,5.65487,7200,0,0,5847,16020,0,0), - (48904,10471,289,11157,0,21.9201,156.961,83.629,2.87979,7200,0,0,6681,6723,0,0), - (48905,10477,289,11155,0,41.6745,157.622,83.629,1.79769,7200,0,0,6891,6867,0,0), - (48906,10469,289,11161,0,35.9159,126.749,83.629,1.64061,7200,0,0,6891,6867,0,0), - (48907,10500,289,3942,0,18.9446,156.26,83.629,1.5708,7200,0,0,6891,6867,0,0), - (48908,10500,289,3942,0,35.6058,129.759,83.629,3.9619,7200,0,0,6891,6867,0,0), - (48909,2110,289,1141,0,197.831,-30.3793,95.3396,1.65806,7200,0,0,1,0,0,0), - (48910,11622,289,12073,0,137.145,171.676,95.9664,3.28122,43200,0,0,30180,7458,0,0), - (48911,4075,289,1141,0,74.3941,140.642,83.5827,5.16617,7200,0,0,8,0,0,0), - (48912,4075,289,1141,0,151.059,18.9816,90.3063,3.71755,7200,0,0,8,0,0,0), - (48913,4075,289,1141,0,151.242,16.0744,91.9559,0.15708,7200,0,0,8,0,0,0), - (48914,4075,289,1141,0,135.858,2.82568,85.3117,0.680678,7200,0,0,8,0,0,0), - (48915,4075,289,1141,0,254.405,82.5685,97.8099,5.84685,7200,0,0,8,0,0,0), - (48916,4075,289,1141,0,192.484,10.3403,75.6057,2.32129,7200,0,0,8,0,0,0), - (48917,4075,289,1141,0,195.918,198.53,109.921,1.62316,7200,0,0,8,0,0,0), - (48918,4075,289,1141,0,143.15,-8.25727,89.0338,1.55334,7200,0,0,8,0,0,0), - (48919,4075,289,1141,0,180.838,-36.5398,89.0359,3.42085,7200,0,0,8,0,0,0), - (48920,4075,289,1141,0,143.027,-3.99631,75.4812,3.1765,7200,0,0,8,0,0,0), - (48921,10495,289,519,0,192.739,-69.0465,85.3117,4.81711,7200,0,0,8613,0,0,0), - (48922,10495,289,519,0,174.745,-65.2907,85.3117,0.314159,7200,0,0,8613,0,0,0), - (48923,10495,289,519,0,180.708,-75.8177,84.9242,1.39626,7200,0,0,8613,0,0,0), - (48924,10495,289,519,0,185.679,-64.6271,84.9242,5.55015,7200,0,0,8613,0,0,0), - (48925,11261,289,10901,0,182.246,-95.4371,85.3117,4.72984,43200,0,0,30520,0,0,0), - (48926,10495,289,519,0,170.005,-78.1506,85.3117,4.27606,7200,0,0,8613,0,0,0), - (48927,10678,289,10007,0,106.696,161.245,109.571,5.98648,7200,3,0,3758,0,0,1), - (48928,11257,289,11124,0,112.043,153.284,109.491,3.53422,7200,5,0,7107,4738,0,1), - (48929,10678,289,10007,0,142.782,183.829,109.688,0.331613,7200,3,0,3758,0,0,1), - (48930,10678,289,10007,0,107.526,176.268,109.557,3.29867,7200,3,0,3758,0,0,1), - (48931,10678,289,10007,0,142.354,169.091,109.678,4.04916,7200,3,0,3758,0,0,1), - (48932,10678,289,10007,0,122.632,153.995,109.608,4.55531,7200,3,0,3758,0,0,1), - (48933,10678,289,10007,0,146.318,179.439,109.67,4.08407,7200,3,0,3758,0,0,1), - (48934,10678,289,10007,0,155.987,149.97,109.592,0.436332,7200,3,0,3758,0,0,1), - (48935,10678,289,10007,0,118.005,164.643,109.602,3.05433,7200,3,0,3758,0,0,1), - (48936,10678,289,10007,0,150.568,182.894,109.683,4.90438,7200,3,0,3758,0,0,1), - (48937,16047,289,11686,0,7.959,142.756,83.9,0.034907,7200,0,0,42,0,0,0), - (48938,10480,289,10978,0,256.289,0.651584,84.9242,4.76475,7200,0,0,3876,0,0,0), - (48939,10480,289,10972,0,270.093,2.26855,85.3117,3.26377,7200,0,0,3876,0,0,0), - (48940,10481,289,10975,0,235.624,-16.6919,85.3117,3.87463,7200,0,0,1436,0,0,0), - (48941,10480,289,10972,0,234.723,5.20269,84.9242,1.44862,7200,0,0,3876,0,0,0), - (48942,10480,289,10978,0,250.387,-0.470486,84.9242,5.77704,7200,0,0,3876,0,0,0), - (48943,10481,289,10975,0,263.733,-4.28961,84.9242,0.418879,7200,0,0,1436,0,0,0), - (48944,10480,289,10972,0,243.638,8.32758,85.3117,4.55531,7200,0,0,3876,0,0,0), - (48945,10480,289,10972,0,245.009,-2.31836,84.9242,3.35103,7200,0,0,3876,0,0,0), - (48946,10901,289,11492,0,274.877,1.33366,85.3117,3.22886,43200,0,0,27468,0,0,0), - (48947,10480,289,10972,0,256.567,-8.36057,85.3117,3.52556,7200,0,0,3876,0,0,0), - (48948,10475,289,11134,0,112.661,86.179,99.6562,3.08923,7200,0,0,17226,0,0,0), - (48949,10475,289,11161,0,114.324,103.698,99.837,1.65405,7200,5,0,17226,0,0,2), - (48950,10475,289,11161,0,110.434,101.785,100.11,3.28122,7200,0,0,17226,0,0,0), - (48951,10475,289,11161,0,143.114,65.1004,103.226,1.90241,7200,0,0,17226,0,0,0), - (48952,10475,289,11136,0,144.228,68.1884,103.473,3.735,7200,0,0,17226,0,0,0), - (48953,10475,289,11134,0,105.327,110.351,98.8685,4.88692,7200,0,0,17226,0,0,0), - (48954,10475,289,11161,0,96.7977,93.9028,97.416,1.16937,7200,0,0,17226,0,0,0), - (48955,10475,289,11135,0,131.626,86.589,102.056,5.95157,7200,0,0,17226,0,0,0), - (48956,10475,289,11136,0,139.847,68.5642,103.207,5.96903,7200,0,0,17226,0,0,0), - (48957,10475,289,11134,0,99.9902,95.1306,97.7582,2.79253,7200,0,0,17226,0,0,0), - (48958,10469,289,11150,0,175.394,172.18,109.663,2.9147,7200,0,0,6891,6867,0,0), - (48959,10498,289,3942,0,213.02,168.756,109.723,0.314159,7200,0,0,6891,6867,0,0), - (48960,10498,289,3942,0,170.96,132.657,109.667,0.733038,7200,0,0,6891,6867,0,0), - (48961,10477,289,11155,0,210.077,145.658,109.817,1.27409,7200,0,0,6891,6867,0,0), - (154716,4075,289,0,0,210.642,99.2762,104.798,0,7200,3,0,8,0,0,1), - (48963,10487,289,11489,0,259.834,164.623,109.848,4.81711,7200,0,0,6891,6867,0,0), - (48964,10469,289,11150,0,186.345,171.551,109.738,1.09956,7200,0,0,6891,6867,0,0), - (48965,10469,289,11149,0,184.448,116.57,109.723,4.53786,7200,0,0,6891,6867,0,0), - (48966,10498,289,3942,0,231.218,143.303,109.723,4.81711,7200,0,0,6891,6867,0,0), - (48967,10469,289,11149,0,272.357,155.6,109.865,5.67232,7200,0,0,6891,6867,0,0), - (48968,10476,289,11152,0,243.871,82.9685,109.917,6.00393,7200,0,0,6681,6723,0,0), - (48969,10476,289,11152,0,249.25,118.011,109.987,2.40855,7200,0,0,6681,6723,0,0), - (48970,10476,289,11152,0,243.635,101.195,109.883,0.139626,7200,0,0,6681,6723,0,0), - (48971,11582,289,11128,0,275.279,124.641,109.842,5.11381,7200,0,0,6891,6867,0,0), - (48972,10476,289,11151,0,277.33,78.4843,109.982,1.13446,7200,0,0,6681,6723,0,0), - (48973,10476,289,11151,0,279.041,124.33,109.775,4.06662,7200,0,0,6681,6723,0,0), - (48974,10476,289,11152,0,273.637,101.085,110.033,0.226893,7200,0,0,6681,6723,0,0), - (48975,10489,289,7848,0,260.888,130.607,110.057,1.67552,7200,5,0,8352,0,0,2), - (48976,10488,289,12074,0,122.651,137.86,93.1686,1.44862,7200,3,0,14355,0,0,1), - (48977,10488,289,12074,0,103.966,195.693,93.8625,1.44862,7200,3,0,14355,0,0,1), - (48978,10481,289,10976,0,236.007,94.437,95.9061,0.034907,7200,0,0,1436,0,0,0), - (48979,10481,289,10975,0,233.139,87.9702,95.906,4.57276,7200,0,0,1436,0,0,0), - (48980,10485,289,7550,0,230.98,96.4101,95.906,3.85718,7200,0,0,2088,0,0,0), - (48981,10485,289,7550,0,239.97,100.049,95.9061,2.35619,7200,0,0,2088,0,0,0), - (48982,10485,289,9786,0,243.083,94.631,95.9061,1.41372,7200,0,0,2088,0,0,0), - (48983,10495,289,519,0,241.468,89.0642,95.9061,4.24115,7200,0,0,8613,0,0,0), - (48984,10481,289,10976,0,245.677,89.6127,95.9061,5.06145,7200,0,0,1436,0,0,0), - (48985,10481,289,10976,0,250.808,142.462,95.9059,0.575959,7200,0,0,1436,0,0,0), - (48986,10485,289,9786,0,252.943,149.551,95.9059,0.191986,7200,0,0,2088,0,0,0), - (48987,10495,289,519,0,256.456,136.235,95.9059,4.03171,7200,0,0,8613,0,0,0), - (48988,10481,289,10975,0,274.728,120.556,95.9059,3.4383,7200,0,0,1436,0,0,0), - (48989,10481,289,10975,0,278.28,125.318,95.9059,5.88176,7200,0,0,1436,0,0,0), - (48990,10485,289,7550,0,280.182,117.704,95.9059,6.07375,7200,0,0,2088,0,0,0), - (48991,10485,289,7550,0,272.15,125.055,95.9059,1.67552,7200,0,0,2088,0,0,0), - (48992,10485,289,9786,0,268.777,119.552,95.9059,5.68977,7200,0,0,2088,0,0,0), - (48993,10495,289,519,0,272.368,114.152,95.9059,4.41568,7200,0,0,8613,0,0,0), - (48994,10481,289,10976,0,252.421,118.261,95.8225,0.032734,7200,5,0,1436,0,0,1), - (48995,10481,289,10975,0,277.144,149.866,95.9059,1.11701,7200,0,0,1436,0,0,0), - (48996,10485,289,7550,0,279.281,143.438,95.8587,3.32769,7200,5,0,2088,0,0,1), - (48997,10485,289,9786,0,276.612,137.261,95.9059,1.5708,7200,0,0,2088,0,0,0), - (48998,10485,289,9786,0,269.936,148.813,95.9059,3.00197,7200,0,0,2088,0,0,0), - (48999,10495,289,519,0,269.97,139.975,95.9059,6.19592,7200,0,0,8613,0,0,0), - (49000,10485,289,9786,0,246.028,169.426,95.906,0.890118,7200,0,0,2088,0,0,0), - (49001,10485,289,9786,0,264.459,124.197,95.9059,1.88496,7200,0,0,2088,0,0,0), - (49002,10489,289,7848,0,210.576,8.04275,115.791,1.74533,7200,0,0,8352,0,0,0), - (49003,10499,289,3942,0,175.677,29.6364,115.708,0.026647,7200,0,0,6891,6867,0,0), - (49004,10471,289,11146,0,240.778,45.3544,115.791,0.767945,7200,0,0,6681,6723,0,0), - (49005,10499,289,3942,0,241.602,48.3987,115.791,4.43314,7200,0,0,6891,6867,0,0), - (49006,10471,289,11145,0,184.212,-18.913,115.791,2.87979,7200,0,0,6681,6723,0,0), - (49007,10489,289,7848,0,200.353,54.1937,128.86,5.02655,7200,5,0,8352,0,0,2), - (49008,10471,289,11145,0,195.37,-2.93425,115.791,3.9619,7200,0,0,6681,6723,0,0), - (49009,10470,289,11164,0,240.293,27.8336,115.8,4.83456,7200,0,0,5847,16020,0,0), - (49010,10489,289,7848,0,209.808,79.8682,128.518,2.58309,7200,0,0,8352,0,0,0), - (49011,10470,289,11133,0,241.015,52.0705,115.791,1.72788,7200,0,0,5847,16020,0,0), - (49012,4075,289,1141,0,178.01,43.6494,88.8371,4.13643,7200,0,0,8,0,0,0), - (49013,4075,289,1141,0,268.927,162.778,109.863,3.94444,7200,0,0,8,0,0,0), - (49014,4075,289,1141,0,285.492,170.962,97.8099,3.89208,7200,0,0,8,0,0,0), - (49015,4075,289,1141,0,208.759,-9.23768,115.791,0.942478,7200,0,0,8,0,0,0), - (49016,4075,289,1141,0,150.256,9.80024,91.9559,0.628319,7200,0,0,8,0,0,0), - (49017,4075,289,1141,0,228.746,179.058,112.689,0.575959,7200,0,0,8,0,0,0), - (154689,10481,289,0,0,179.126,94.6681,104.8,0,7200,3,0,1436,0,0,1), - (49019,4075,289,1141,0,234.386,1.64269,84.9242,4.7822,7200,0,0,8,0,0,0), - (49020,4075,289,1141,0,243.176,155.95,97.8099,2.23402,7200,0,0,8,0,0,0), - (49021,2011,1,3024,0,9751.02,1522.01,1279.06,0.419632,300,5,0,148,165,0,1), - (49022,4075,289,1141,0,193.379,28.866,91.9559,4.45059,7200,0,0,8,0,0,0), - (49023,4075,309,1141,0,-11570.4,-1320.7,77.8591,4.76475,7200,0,0,8,0,0,0), - (49024,4075,309,1141,0,-11537.6,-1289.94,78.8465,5.34071,7200,0,0,8,0,0,0), - (49025,13321,309,6295,0,-11618.3,-1331.68,78.0521,3.61283,7200,0,0,42,0,0,0), - (49026,4075,309,1141,0,-11622.7,-1279.65,81.7466,5.70723,7200,0,0,8,0,0,0), - (49027,13321,309,6295,0,-11594.5,-1344.47,77.6063,0.261799,7200,0,0,42,0,0,0), - (49028,13321,309,6297,0,-11600.7,-1403.8,67.741,2.74017,7200,0,0,42,0,0,0), - (49029,4075,309,1141,0,-11607.7,-1225.59,82.4461,0.314159,7200,0,0,8,0,0,0), - (49030,4075,309,1141,0,-11568.8,-1255.72,77.6191,0.087266,7200,0,0,8,0,0,0), - (49031,13321,309,901,0,-11553.9,-1235.25,79.3206,0.471239,7200,0,0,42,0,0,0), - (49032,13321,309,6297,0,-11605.9,-1375.77,73.5189,3.28122,7200,0,0,42,0,0,0), - (49033,11357,309,15275,0,-11742.7,-1620.51,36.9983,1.59794,7200,5,0,15465,0,0,1), - (49034,11357,309,15275,0,-11834.4,-1667.85,36.9993,1.51519,7200,5,0,15465,0,0,1), - (49035,2914,309,1206,0,-11984.9,-1625.89,34.3907,4.41906,7200,5,0,8,0,0,1), - (49036,14881,309,2536,0,-12312.2,-1620.22,130.89,5.96685,7200,5,0,42,0,0,1), - (49037,2914,309,1206,0,-11968.2,-1835.49,55.935,1.49037,7200,5,0,8,0,0,1), - (49038,2914,309,1206,0,-11721,-1391.06,46.1644,0.021481,7200,5,0,8,0,0,1), - (49039,14881,309,1160,0,-12312.3,-1653.33,130.38,0.057898,7200,5,0,42,0,0,1), - (49040,2914,309,1206,0,-11590.2,-1510.71,50.1497,3.97508,7200,5,0,8,0,0,1), - (49041,2914,309,1206,0,-12207.6,-1959.89,132.334,2.74238,7200,5,0,8,0,0,1), - (49042,2914,309,1206,0,-11903.1,-1516.69,20.9819,0.628319,7200,0,0,8,0,0,0), - (49043,2914,309,1206,0,-11635.9,-1671,40.3503,3.12784,7200,5,0,8,0,0,1), - (49044,2914,309,1206,0,-11958.1,-1646.27,37.9205,3.51339,7200,5,0,8,0,0,1), - (49045,11372,309,15150,0,-11555.2,-1788.64,59.7608,4.85202,7200,0,0,15260,0,0,0), - (49046,11371,309,15182,0,-11558.3,-1801.05,59.2151,2.86234,7200,0,0,15260,0,0,0), - (49047,11372,309,15150,0,-11643,-1573.21,39.7114,4.88692,7200,0,0,15260,0,0,0), - (49048,11371,309,15182,0,-11649.5,-1565.6,41.0883,2.75762,7200,0,0,15260,0,0,0), - (49049,11371,309,15182,0,-11583.6,-1805.16,43.5651,4.66155,7200,5,0,15260,0,0,1), - (49050,11371,309,15182,0,-11583,-1793.24,50.0265,4.66155,7200,5,0,15260,0,0,1), - (49051,11340,309,11223,0,-11888.9,-1881.35,63.587,3.87463,7200,0,0,15090,12430,0,0), - (49052,11340,309,11222,0,-11875.6,-1892,63.7767,4.01426,7200,0,0,15090,12430,0,0), - (49053,15111,309,12345,0,-11856.7,-1871.74,64.2785,4.6087,7200,5,0,12495,9944,0,1), - (49054,15111,309,12345,0,-11859.5,-1862.59,64.4351,4.88031,7200,5,0,12495,9944,0,1), - (49055,15111,309,6811,0,-11855.9,-1865.49,64.4351,4.99243,7200,5,0,12495,9944,0,1), - (49056,15111,309,12345,0,-11926,-1843.45,58.0354,3.75776,7200,5,0,12495,9944,0,1), - (49057,15111,309,568,0,-11864.9,-1875.09,64.1322,5.98589,7200,0,0,12495,9944,0,0), - (49058,14490,0,14528,0,-14780.4,354.116,-19.3938,3.00688,72000,0,0,2316,0,0,2), - (49059,15111,309,568,0,-11969.1,-1830.27,56.0987,3.38812,7200,0,0,12495,9944,0,0), - (49060,15111,309,6811,0,-11968,-1842.86,56.0263,0,7200,0,0,12495,9944,0,0), - (49061,15111,309,568,0,-11958.3,-1848.26,56.4179,1.76084,7200,0,0,12495,9944,0,0), - (49062,15111,309,568,0,-11880,-1894.01,63.6083,5.37942,7200,5,0,12495,9944,0,1), - (49063,15111,309,568,0,-11880.4,-1891.24,63.6149,4.09184,7200,5,0,12495,9944,0,1), - (49064,15111,309,12345,0,-11879.5,-1888.59,63.6083,4.37713,7200,5,0,12495,9944,0,1), - (49065,15111,309,568,0,-11885.8,-1877.17,63.6083,1.99538,7200,5,0,12495,9944,0,1), - (49066,15111,309,12345,0,-11884.5,-1880.88,63.6083,2.00092,7200,5,0,12495,9944,0,1), - (49067,15111,309,12345,0,-11883.1,-1883.27,63.6083,0.717006,7200,5,0,12495,9944,0,1), - (49068,11374,309,15101,0,-11885.3,-1716.99,0.825397,3.12414,7200,0,0,9156,0,0,0), - (49069,11374,309,15101,0,-11714,-1759.32,-3.72837,0.820305,7200,0,0,9156,0,0,0), - (49070,11374,309,15101,0,-11700.9,-1490.58,-14.1047,3.4628,7200,0,0,9156,0,0,0), - (49071,11374,309,15101,0,-11724.6,-1806.67,-14.6227,3.07178,7200,0,0,9156,0,0,0), - (49072,11374,309,15101,0,-11873.3,-1742.98,-2.55283,1.43117,7200,0,0,9156,0,0,0), - (49073,11374,309,15101,0,-11716.9,-1452.71,-14.4241,6.10865,7200,0,0,9156,0,0,0), - (49074,11374,309,15101,0,-11793.3,-1753.86,-12.4129,0.785398,7200,0,0,9156,0,0,0), - (49075,11374,309,15101,0,-11669.3,-1658.74,-10.4297,1.71042,7200,0,0,9156,0,0,0), - (49076,11374,309,15101,0,-11856.4,-1518.22,-13.34,0.820305,7200,0,0,9156,0,0,0), - (49077,15042,309,15144,0,-12013,-1805.91,81.1094,1.6057,7200,0,0,9298,0,0,0), - (49078,14826,309,14391,0,-11584.2,-1252.21,77.6299,0.959931,40,0,0,762,0,0,0), - (49079,14826,309,14391,0,-11582.5,-1250.32,77.6299,3.90954,40,0,0,762,0,0,0), - (49080,14826,309,14391,0,-11581.5,-1252.54,77.6299,2.61799,40,0,0,762,0,0,0), - (49081,14826,309,14391,0,-11583.2,-1254.83,77.6299,1.67552,40,0,0,762,0,0,0), - (49082,14826,309,14391,0,-11586.4,-1253.92,77.6299,0.750492,40,0,0,762,0,0,0), - (49083,14826,309,14391,0,-11586.6,-1250.72,77.6299,6.07375,40,0,0,762,0,0,0), - (49084,14826,309,14391,0,-11585.1,-1248.76,77.6299,5.23599,40,0,0,762,0,0,0), - (49085,14826,309,14391,0,-11582.3,-1247.86,77.6299,4.36332,40,0,0,762,0,0,0), - (49086,14826,309,14391,0,-11580.2,-1250.6,77.6299,3.36848,40,0,0,762,0,0,0), - (49087,14826,309,14391,0,-11580.6,-1254.79,77.6299,2.28638,40,0,0,762,0,0,0), - (49088,11372,309,15150,0,-11932.7,-1394.57,80.4193,3.90086,7200,3,0,15260,0,0,1), - (49089,11371,309,15182,0,-11927,-1385.89,82.0706,3.57792,7200,3,0,15260,0,0,1), - (49090,11372,309,15150,0,-11862.2,-1317.21,79.0372,4.15388,7200,0,0,15260,0,0,0), - (49091,11371,309,15182,0,-11866.1,-1312.97,78.272,4.36332,7200,0,0,15260,0,0,0), - (49092,11371,309,15182,0,-12021.3,-1752.41,55.3888,3.31613,7200,0,0,15260,0,0,0), - (49093,11371,309,15182,0,-12023,-1760.59,56.2313,3.5719,7200,5,0,15260,0,0,1), - (49094,11371,309,15182,0,-12027.8,-1766.02,57.1063,0.477075,7200,5,0,15260,0,0,1), - (49095,11372,309,15150,0,-12008.8,-1749,55.3869,0.122173,7200,0,0,15260,0,0,0), - (49096,11372,309,15150,0,-11966.8,-1552.08,41.2712,0,7200,5,0,15260,0,0,1), - (49097,11371,309,15182,0,-11959.6,-1549.34,40.7841,2.26893,7200,0,0,15260,0,0,0), - (49098,11372,309,15150,0,-11984.4,-1714.77,32.3669,3.56047,7200,0,0,15260,0,0,0), - (49099,11372,309,15150,0,-11995.3,-1706.12,32.3669,2.46091,7200,0,0,15260,0,0,0), - (49100,11372,309,15150,0,-11993.5,-1714.75,32.3669,4.88692,7200,0,0,15260,0,0,0), - (49101,11371,309,15182,0,-11978.2,-1707.67,32.3667,3.7001,7200,0,0,15260,0,0,0), - (49102,11350,309,11077,0,-11882.7,-1316.07,78.2369,3.15905,7200,0,0,21364,0,0,0), - (49103,11350,309,11077,0,-11882,-1323.86,77.528,3.10669,7200,0,0,21364,0,0,0), - (49104,11350,309,11076,0,-11985.8,-1622.14,33.7017,2.35619,7200,0,0,21364,0,0,0), - (49105,11350,309,11074,0,-11992.8,-1615.27,35.6098,5.49779,7200,0,0,21364,0,0,0), - (49106,11372,309,15150,0,-11997.7,-1674.51,32.3669,2.79253,7200,0,0,15260,0,0,0), - (49107,11372,309,15150,0,-12004.5,-1673.04,32.3669,0.471239,7200,0,0,15260,0,0,0), - (49109,3378,1,3870,0,-4085.05,-2362.1,108.909,0.331094,180,3,0,788,0,0,1), - (49110,11372,309,15150,0,-11979.1,-1688.06,32.2768,2.56747,7200,0,0,15260,0,0,0), - (49111,11371,309,15182,0,-11977.7,-1684.63,32.2833,2.64208,7200,0,0,15260,0,0,0), - (49112,11371,309,15182,0,-12003.5,-1680.23,32.3669,0.418879,7200,0,0,15260,0,0,0), - (49113,11371,309,15182,0,-11991.7,-1677.79,32.3669,2.86234,7200,0,0,15260,0,0,0), - (49114,11350,309,11077,0,-11830.6,-1317,66.7436,4.93928,7200,0,0,21364,0,0,0), - (49115,11830,309,11759,0,-11829.2,-1324.6,69.845,1.71042,7200,0,0,17094,12170,0,0), - (49116,11371,309,15182,0,-11885,-1368.42,68.8007,5.53269,7200,5,0,15260,0,0,2), - (49117,11371,309,15182,0,-11878.2,-1368.68,69.7661,3.90954,7200,5,0,15260,0,0,2), - (49118,11371,309,15182,0,-11896.4,-1365.13,69.8727,2.42601,7200,0,0,15260,0,0,0), - (49119,11372,309,15150,0,-11884.3,-1379.01,66.4316,3.36848,7200,5,0,15260,0,0,2), - (49120,11351,309,11112,0,-12007.2,-1492.45,82.0241,1.39626,7200,0,0,21364,0,0,0), - (49121,11351,309,11109,0,-12008.5,-1484.91,79.2389,4.97419,7200,0,0,21364,0,0,0), - (49122,11831,309,11762,0,-12004.8,-1483.22,79.6192,4.45059,7200,0,0,24420,12170,0,0), - (49123,11368,309,14562,0,-12233.9,-1433.44,130.711,5.11337,7200,5,0,6104,0,0,1), - (49124,11368,309,14562,0,-12240.5,-1420.28,130.725,5.01408,7200,5,0,6104,0,0,1), - (49125,11368,309,14562,0,-12230.7,-1407,131.6,3.19756,7200,5,0,6104,0,0,1), - (49126,14491,0,0,0,-13769.5,-210.81,28.1588,1.68241,72000,0,0,1981,0,0,2), - (49127,11368,309,14562,0,-12243.6,-1424.56,130.763,5.19928,7200,5,0,6104,0,0,1), - (49128,11368,309,14562,0,-12245.2,-1425.05,130.956,5.09036,7200,5,0,6104,0,0,1), - (49129,14750,309,15303,0,-12237.4,-1413.4,130.85,3.49715,7200,5,0,31440,0,0,1), - (49130,14750,309,15303,0,-12244.3,-1422.24,130.774,5.01624,7200,5,0,31440,0,0,1), - (49131,11831,309,11762,0,-12236.9,-1414.1,131.2,0.350773,7200,5,0,24420,12170,0,2), - (49132,11831,309,11765,0,-12238.7,-1413.23,130.725,0.350826,7200,5,0,24420,12170,0,2), - (49133,11351,309,11109,0,-12238.1,-1416.02,130.817,0.351163,7200,5,0,21364,0,0,2), - (49134,11351,309,11112,0,-12208.8,-1462.88,131.193,0.307545,7200,5,0,21364,0,0,2), - (49135,11351,309,11111,0,-12219.2,-1464.7,130.698,0.307525,7200,5,0,21364,0,0,2), - (49136,11831,309,11764,0,-12218.4,-1467.39,130.725,0.307554,7200,5,0,24420,12170,0,2), - (49137,11368,309,14562,0,-12214.1,-1477.24,130.975,0.493384,7200,5,0,6104,0,0,1), - (49138,11368,309,14562,0,-12213.5,-1480.31,131.35,0.173256,7200,5,0,6104,0,0,1), - (49139,11368,309,14562,0,-12236.5,-1497.11,134.374,5.69874,7200,5,0,6104,0,0,1), - (49140,11368,309,14562,0,-12235.9,-1490.88,132.874,0.130827,7200,5,0,6104,0,0,1), - (49141,14750,309,15303,0,-12216.8,-1478.67,130.85,0.313219,7200,5,0,31440,0,0,1), - (49142,14750,309,15303,0,-12211.3,-1480.76,131.35,0.100224,7200,5,0,31440,0,0,1), - (49143,11368,309,14562,0,-12051.8,-1427.93,130.068,1.18734,7200,0,0,6104,0,0,0), - (49144,11368,309,14562,0,-12058.8,-1438.04,130.265,0.967434,7200,3,0,6104,0,0,1), - (49145,11368,309,14562,0,-12054,-1442.81,130.063,0.386498,7200,3,0,6104,0,0,1), - (49146,11368,309,14562,0,-12054.5,-1439.37,130.265,1.34199,7200,3,0,6104,0,0,1), - (49147,14750,309,15303,0,-12055,-1443.46,130.015,0.972966,7200,0,0,31440,0,0,0), - (49148,2011,1,3024,0,9749.56,1543.22,1279.97,5.2106,300,5,0,148,165,0,1), - (49149,14750,309,15303,0,-12055.9,-1440.37,130.261,0.451543,7200,3,0,31440,0,0,1), - (49150,11368,309,14562,0,-12155.9,-1487.27,130.85,4.03946,7200,5,0,6104,0,0,1), - (49151,11368,309,14562,0,-12152.5,-1484.64,130.725,4.26775,7200,5,0,6104,0,0,1), - (49152,14492,0,7232,0,-13596,-109.704,41.3135,1.57607,72000,0,0,1981,0,0,0), - (49153,11368,309,14562,0,-12155.2,-1487.32,130.85,4.09352,7200,5,0,6104,0,0,1), - (49154,14750,309,15303,0,-12152.5,-1484.64,130.725,4.26775,7200,5,0,31440,0,0,1), - (49155,14750,309,15303,0,-12152.1,-1486.58,130.85,3.48788,7200,5,0,31440,0,0,1), - (49156,11368,309,14562,0,-12280.6,-1456.59,130.725,4.8773,7200,5,0,6104,0,0,1), - (49157,11368,309,14562,0,-12279.2,-1446.06,130.725,6.27265,7200,5,0,6104,0,0,1), - (49158,11368,309,14562,0,-12281.7,-1451.19,130.725,4.7326,7200,5,0,6104,0,0,1), - (49159,11368,309,14562,0,-12282.1,-1452.07,130.725,4.85535,7200,5,0,6104,0,0,1), - (49160,2011,1,3024,0,9744.94,1526.37,1280.71,1.51619,300,5,0,148,165,0,1), - (49161,11368,309,14562,0,-12281.2,-1451.29,130.725,4.77817,7200,5,0,6104,0,0,1), - (49162,199,0,410,0,-9811.64,1084.39,28.9064,4.76923,300,10,0,198,0,0,1), - (49165,2011,1,3024,0,9727.2,1555.93,1256.35,0.492426,300,5,0,148,165,0,1), - (49166,2011,1,3024,0,9703.19,1547.13,1254.1,0.279253,300,0,0,148,165,0,0), - (49167,14750,309,15303,0,-12281.9,-1443,130.725,0.029071,7200,5,0,31440,0,0,1), - (49168,2011,1,3024,0,9839.81,1531.67,1258.13,-0.972455,300,0,0,148,165,0,0), - (49169,2011,1,3024,0,9841.24,1529.65,1258.19,5.34525,300,0,0,148,165,0,0), - (49170,2011,1,3024,0,9892.94,1483.57,1278.02,6.19592,300,0,0,148,165,0,0), - (49171,2011,1,3024,0,9896.03,1479.46,1278.39,3.01942,300,0,0,148,165,0,0), - (49172,2011,1,3024,0,9851.73,1469.56,1275.45,4.2586,300,0,0,148,165,0,0), - (49173,2011,1,3024,0,9856.34,1461.06,1276.7,2.76605,300,5,0,148,165,0,1), - (49174,2011,1,3024,0,9873.78,1514.67,1257.52,2.37218,300,5,0,148,165,0,1), - (49175,2011,1,3024,0,9829.01,1539.51,1257.45,3.9968,300,0,0,148,165,0,0), - (49176,2011,1,3024,0,9850.1,1490.99,1257.83,6.12611,300,0,0,148,165,0,0), - (49177,2012,1,6802,0,9116.45,1669.35,1324.39,0.46334,300,5,0,166,178,0,1), - (49178,2012,1,6802,0,9119.98,1655.85,1324.24,1.62328,300,5,0,166,178,0,1), - (49179,2012,1,6802,0,9144.97,1655.96,1320.22,5.30448,300,5,0,166,178,0,1), - (49180,2012,1,6802,0,9171.04,1839.3,1331.02,1.24264,300,5,0,166,178,0,1), - (49181,2012,1,6802,0,9072.22,1872.18,1326.41,0,300,0,0,166,178,0,0), - (49182,2012,1,6802,0,9103.33,1871.79,1335.08,3.54302,300,0,0,166,178,0,0), - (49183,14556,1,14331,0,10130.5,2532.53,1323.62,4.10152,300,0,0,64,53,0,0), - (49184,2012,1,6802,0,9126.46,1678.11,1321.01,3.30332,300,5,0,166,178,0,1), - (49185,14750,309,15303,0,-12277.5,-1444.66,130.725,6.21831,7200,5,0,31440,0,0,1), - (49186,11368,309,14562,0,-12154.1,-1460.24,130.725,0.258444,7200,5,0,6104,0,0,1), - (49187,11368,309,14562,0,-12166.8,-1463.59,130.725,0.158884,7200,0,0,6104,0,0,0), - (49188,11368,309,14562,0,-12171.8,-1462.23,130.725,0.026701,7200,0,0,6104,0,0,0), - (49189,14750,309,15303,0,-12170.5,-1467.25,130.725,0.030516,7200,0,0,31440,0,0,0), - (49190,11368,309,14562,0,-11985.9,-1475.85,79.7788,1.59486,7200,5,0,6104,0,0,1), - (49191,11368,309,14562,0,-11978.2,-1464.7,80.1628,1.46608,7200,0,0,6104,0,0,0), - (49192,11368,309,14562,0,-11988.6,-1467.06,80.3768,1.98968,7200,0,0,6104,0,0,0), - (49193,14750,309,15303,0,-11980.3,-1478.21,80.2788,2.72082,7200,5,0,31440,0,0,1), - (49194,14507,309,15217,0,-12029.8,-1707.93,39.413,3.71755,259200,0,0,213200,26200,0,0), - (49195,11373,309,14559,0,-12029.4,-1714.54,39.3626,0.680678,7200,0,0,15260,0,0,0), - (49196,11373,309,14559,0,-12036.8,-1704.27,40.0668,0.453786,7200,0,0,15260,0,0,0), - (49197,11373,309,14559,0,-12037.7,-1694.21,39.3567,0.279253,7200,0,0,15260,0,0,0), - (49198,11373,309,14559,0,-12021.2,-1719.74,39.3461,0.855211,7200,0,0,15260,0,0,0), - (49199,14517,309,15219,0,-12291.9,-1380.08,144.902,2.28638,259200,0,0,333125,26200,0,0), - (49200,14758,309,11686,0,-12296,-1374.69,145.132,6.10865,7200,0,0,42,0,0,0), - (49201,14880,309,15072,0,-12289.1,-1645.61,132.135,6.24203,7200,0,0,4048,0,0,0), - (49202,14880,309,15072,0,-12286.4,-1669.35,130.333,5.43666,7200,0,0,4048,0,0,0), - (49203,1037,0,4912,0,-3371.96,-2264.64,53.6157,4.37813,72000,0,0,684,0,0,0), - (49204,1112,0,955,0,-3780.03,-2344.52,34.4869,2.78063,72000,0,0,664,0,0,0), - (49205,2012,1,6802,0,9110.83,1675.82,1324.76,0.139626,300,0,0,166,178,0,0), - (49206,2012,1,6802,0,9114.71,1683.76,1323.88,1.43117,300,0,0,166,178,0,0), - (49207,2012,1,6802,0,9107.65,1848.24,1327.59,3.45575,300,0,0,166,178,0,0), - (49208,2012,1,6802,0,9104.6,1784.72,1324.5,1.72585,300,5,0,166,178,0,1), - (49209,2012,1,6802,0,9112.92,1764.31,1321.13,4.51288,300,5,0,166,178,0,1), - (49210,2012,1,6802,0,9113.83,1850.42,1327.59,4.13643,300,0,0,166,178,0,0), - (49211,2012,1,6802,0,9186.25,1708.67,1317.03,5.35443,300,5,0,166,178,0,1), - (49212,2013,1,6803,0,9150.84,1609.15,1319.52,3.2296,300,5,0,176,0,0,1), - (49213,2013,1,6803,0,9132.43,1844.2,1327.07,5.29233,300,5,0,176,0,0,1), - (49214,8669,1,7997,0,9872.6,2341.73,1321.67,3.52556,300,0,0,3517,0,0,0), - (49215,2013,1,6803,0,9148.8,1839.57,1327.44,6.02783,300,5,0,176,0,0,1), - (49216,2013,1,6803,0,9149.18,1712.59,1321.34,3.99093,300,5,0,176,0,0,1), - (49217,2013,1,6803,0,9217.78,1711.9,1316.9,1.66871,300,5,0,176,0,0,1), - (49218,11338,309,11232,0,-12285.9,-1637.33,133.569,0.732083,7200,5,0,25150,14916,0,1), - (49219,11338,309,11231,0,-12367.4,-1612.76,130.85,6.19852,7200,5,0,25150,14916,0,1), - (49220,14880,309,15072,0,-12181.9,-1689.92,105.746,4.52286,7200,0,0,4048,0,0,0), - (49221,14880,309,15072,0,-12180.6,-1682.85,103.746,4.52361,7200,5,0,4048,0,0,1), - (49222,1533,0,9534,0,2885.04,973.306,116.879,0.199966,72000,0,0,155,572,0,2), - (49223,1837,0,10355,0,2836.36,-1398.27,147.549,3.78187,72000,0,0,7326,2434,0,0), - (49224,14532,309,14950,0,-12351.8,-1607.17,131.102,2.66658,7200,5,0,12208,0,0,1), - (49225,14532,309,14950,0,-12362.8,-1627.17,130.385,6.23661,7200,5,0,12208,0,0,1), - (49226,14532,309,14950,0,-12386.2,-1619.2,131.942,2.78714,7200,5,0,12208,0,0,1), - (49227,14532,309,14950,0,-12375.9,-1612.16,131.442,3.07695,7200,5,0,12208,0,0,1), - (49228,11370,309,963,0,-12363.2,-1614.1,130.635,0.896689,7200,5,0,31440,0,0,1), - (49229,14532,309,14950,0,-12365.4,-1598.13,133.407,3.13818,7200,5,0,12208,0,0,1), - (49230,14532,309,14950,0,-12346.8,-1603.02,132.26,0.90897,7200,5,0,12208,0,0,1), - (49231,14532,309,14950,0,-12353.5,-1618.14,130.347,1.98968,7200,0,0,12208,0,0,0), - (49232,14532,309,14950,0,-12338.3,-1593.98,133.091,0.09056,7200,5,0,12208,0,0,1), - (49233,11370,309,963,0,-12359,-1612.38,130.385,5.99684,7200,5,0,31440,0,0,1), - (49234,11338,309,11230,0,-12298.1,-1687.7,131.256,3.83493,7200,5,0,25150,14916,0,1), - (49235,11338,309,11230,0,-12309.5,-1696.85,132.53,4.02784,7200,5,0,25150,14916,0,1), - (49236,14532,309,14950,0,-12355,-1668.35,130.942,3.42085,7200,0,0,12208,0,0,0), - (49237,14532,309,14950,0,-12364.9,-1673.16,132.588,0.139626,7200,0,0,12208,0,0,0), - (49238,14532,309,14950,0,-12349.7,-1685.52,133.621,0.331613,7200,0,0,12208,0,0,0), - (49239,14532,309,14950,0,-12372.1,-1657.33,130.942,4.71574,7200,5,0,12208,0,0,1), - (49240,11370,309,963,0,-12362.1,-1683.15,134.764,1.62316,7200,0,0,31440,0,0,0), - (49241,14532,309,14950,0,-12370.2,-1682.7,132.993,3.05849,7200,5,0,12208,0,0,1), - (49242,14532,309,14950,0,-12365.6,-1661.6,130.415,1.6057,7200,0,0,12208,0,0,0), - (49243,14532,309,14950,0,-12379.9,-1661.66,131.817,0,7200,5,0,12208,0,0,1), - (49244,14532,309,14950,0,-12374.9,-1672.46,131.368,6.03248,7200,5,0,12208,0,0,1), - (49245,11370,309,963,0,-12353.9,-1676.98,130.867,2.25148,7200,0,0,31440,0,0,0), - (49246,14532,309,14950,0,-12283.2,-1627.24,133.495,0,7200,5,0,12208,0,0,1), - (49247,14532,309,14950,0,-12295.6,-1628.43,131.6,4.53786,7200,0,0,12208,0,0,0), - (49248,14532,309,14950,0,-12276,-1638.02,136.952,3.44739,7200,5,0,12208,0,0,1), - (49249,14532,309,14950,0,-12291.1,-1618.24,130.8,1.53693,7200,5,0,12208,0,0,1), - (49250,11370,309,963,0,-12283,-1650.87,131.73,0.017453,7200,0,0,31440,0,0,0), - (49251,14532,309,14950,0,-12293.9,-1642.43,131.585,1.91986,7200,0,0,12208,0,0,0), - (49252,14532,309,14950,0,-12273.6,-1649.47,134.943,1.29154,7200,0,0,12208,0,0,0), - (49253,14532,309,14950,0,-12286.9,-1636.15,134.768,2.02458,7200,0,0,12208,0,0,0), - (49254,14532,309,14950,0,-12266.3,-1646.13,133.791,3.28122,7200,0,0,12208,0,0,0), - (49255,11370,309,963,0,-12286.3,-1645.34,133.649,5.16617,7200,0,0,31440,0,0,0), - (49256,14758,309,11686,0,-12364.2,-1633.44,131.01,0.331613,7200,0,0,42,0,0,0), - (49257,11388,309,11327,0,-12326.4,-1586.32,132.436,1.62316,7200,0,0,16978,0,0,0), - (49258,14510,309,15220,0,-12326.5,-1577.11,133.588,4.81711,259200,0,0,333125,13100,0,0), - (49259,11830,309,11761,0,-12344.7,-1888.57,130.433,1.27425,7200,5,0,17094,12170,0,1), - (49260,11830,309,11758,0,-12347.5,-1890.89,130.433,0.964154,7200,5,0,17094,12170,0,1), - (49261,11353,309,11082,0,-12388.9,-1900.82,130.636,4.60767,7200,0,0,18312,0,0,0), - (49262,11353,309,11080,0,-12393,-1905.57,130.35,0.663225,7200,0,0,18312,0,0,0), - (49263,11830,309,11760,0,-12385.5,-1906.37,130.344,2.30383,7200,0,0,17094,12170,0,0), - (49264,2013,1,6803,0,9135.4,1700.95,1320.43,0.212274,300,5,0,176,0,0,1), - (49265,2013,1,6803,0,9130.23,1746.41,1319.19,4.88144,300,5,0,176,0,0,1), - (49266,2013,1,6803,0,9146.78,1745.64,1320.65,4.44912,300,5,0,176,0,0,1), - (49267,2013,1,6803,0,9137.81,1764.68,1319.52,4.94659,300,5,0,176,0,0,1), - (49268,11356,309,11102,0,-12340.8,-1958.38,133.508,2.72271,7200,0,0,31440,0,0,0), - (49269,11356,309,11103,0,-12343.8,-1957.15,133.218,5.89921,7200,0,0,31440,0,0,0), - (49270,11356,309,11100,0,-12181.4,-1980.66,134.596,1.62316,7200,0,0,31440,0,0,0), - (49271,11356,309,11101,0,-12190,-1980.93,133.214,1.41372,7200,0,0,31440,0,0,0), - (49272,11356,309,11101,0,-12332.2,-1903.89,130.561,0.575959,7200,0,0,31440,0,0,0), - (49273,11356,309,11103,0,-12329.5,-1901.46,130.609,4.10152,7200,0,0,31440,0,0,0), - (49274,14821,309,2571,0,-12191.9,-1898.71,134.859,2.77507,7200,0,0,15260,0,0,0), - (49275,14821,309,2571,0,-12180.4,-1897.75,132.882,3.21141,7200,0,0,15260,0,0,0), - (49276,14821,309,2571,0,-12185.6,-1904.19,133.015,4.29351,7200,0,0,15260,0,0,0), - (49277,11353,309,11082,0,-12387.7,-1849.4,129.265,0,7200,0,0,18312,0,0,0), - (49278,11353,309,11080,0,-12384.7,-1849.2,129.759,3.24631,7200,0,0,18312,0,0,0), - (49279,11353,309,11081,0,-12186.9,-1977,133.142,5.67232,7200,0,0,18312,0,0,0), - (49280,11356,309,11103,0,-12183.8,-1978.48,133.914,2.6529,7200,0,0,31440,0,0,0), - (49281,11830,309,11760,0,-12187,-1978.89,133.345,0.261799,7200,0,0,17094,12170,0,0), - (49282,11353,309,11080,0,-12359.7,-1870.49,130.518,4.83456,7200,0,0,18312,0,0,0), - (49283,11353,309,11082,0,-12355.5,-1878.74,130.407,2.58309,7200,0,0,18312,0,0,0), - (49284,11830,309,11761,0,-12363,-1879.52,130.378,0.645772,7200,0,0,17094,12170,0,0), - (49285,14821,309,2571,0,-12362.7,-1873.9,130.339,2.46091,7200,0,0,15260,0,0,0), - (49286,11382,309,11288,0,-12167.8,-1927.25,153.73,3.76991,259200,0,0,466340,0,0,0), - (49287,14758,309,11686,0,-12171.3,-1985.58,134.759,1.98968,7200,0,0,42,0,0,0), - (49288,11391,309,11320,0,-12196.3,-1948.37,130.36,0.541052,7200,0,0,15720,0,0,0), - (49289,11361,309,11031,0,-11818.3,-1892.84,48.7754,0.628319,7200,0,0,9156,0,0,0), - (49290,11361,309,11031,0,-11791.4,-1895.77,48.4045,1.36136,7200,0,0,9156,0,0,0), - (49291,11361,309,11031,0,-11807.8,-1897.04,48.7144,1.06465,7200,0,0,9156,0,0,0), - (49292,11361,309,11031,0,-11825.4,-1863.41,51.7791,0.05236,7200,0,0,9156,0,0,0), - (49293,11361,309,11031,0,-11824.2,-1856.49,51.7036,4.88692,7200,0,0,9156,0,0,0), - (49294,11361,309,11031,0,-11826.7,-1871.16,52.7241,5.42797,7200,0,0,9156,0,0,0), - (49295,11360,309,15151,0,-11686,-1888.25,57.0057,2.93215,7200,0,0,3052,0,0,0), - (49296,11361,309,11031,0,-11689.1,-1936.64,56.8723,2.75762,7200,0,0,9156,0,0,0), - (49297,11361,309,11031,0,-11676.5,-1939.07,57.3162,4.50295,7200,0,0,9156,0,0,0), - (49298,11361,309,11031,0,-11668.8,-1930.49,57.889,0.226893,7200,0,0,9156,0,0,0), - (49299,11361,309,11031,0,-11675.5,-1922.65,56.5736,3.35103,7200,0,0,9156,0,0,0), - (49300,11361,309,11031,0,-11680.8,-1928.7,56.7897,3.31613,7200,0,0,9156,0,0,0), - (49301,11350,309,11075,0,-11815.3,-1807.61,51.1677,2.42601,7200,0,0,21364,0,0,0), - (49302,11350,309,11077,0,-11821,-1803.41,52.1164,2.87979,7200,0,0,21364,0,0,0), - (49303,11360,309,15151,0,-11718.4,-1917.09,55.7326,2.57413,7200,5,0,3052,0,0,1), - (49304,11360,309,15151,0,-11805.8,-1878.27,45.4985,5.96903,7200,0,0,3052,0,0,0), - (49305,11360,309,15151,0,-11751.7,-1896.04,56.2729,2.10993,7200,5,0,3052,0,0,1), - (49306,11360,309,15151,0,-11816.5,-1878.31,48.0184,1.01229,7200,0,0,3052,0,0,0), - (49307,11350,309,11075,0,-11674.6,-1928.62,57.6635,1.50098,7200,0,0,21364,0,0,0), - (49308,11350,309,11077,0,-11679.6,-1934.44,57.6998,5.72468,7200,0,0,21364,0,0,0), - (49309,11350,309,11077,0,-11693.6,-1940.73,56.9141,1.72788,7200,0,0,21364,0,0,0), - (49310,14509,309,15216,0,-11700.8,-1998.94,62.4163,1.6057,259200,0,0,133250,13100,0,0), - (49311,11361,309,11031,0,-11695.2,-2001.47,62.4163,2.44346,7200,0,0,9156,0,0,0), - (49312,11361,309,11031,0,-11706.6,-2001.38,62.4163,1.06465,7200,0,0,9156,0,0,0), - (49313,11348,309,11189,0,-11699.3,-1992.57,61.9979,4.43314,7200,0,0,113295,0,0,0), - (49314,11347,309,11219,0,-11702.6,-1992.61,62.0147,5.02655,7200,0,0,90650,20544,0,0), - (49315,11365,309,633,0,-11612.2,-1568.49,39.3195,4.82779,7200,5,0,21364,0,0,1), - (49316,11365,309,633,0,-11612.3,-1565.29,39.1839,5.05803,7200,5,0,21364,0,0,1), - (49317,11365,309,633,0,-11614.8,-1566.55,38.8881,5.0655,7200,5,0,21364,0,0,1), - (49318,11365,309,633,0,-11632,-1683.5,39.8163,4.72216,7200,5,0,21364,0,0,1), - (49319,11365,309,633,0,-11630.6,-1680.17,39.2641,4.72213,7200,5,0,21364,0,0,1), - (49320,11365,309,633,0,-11633.4,-1680.15,39.1681,4.72213,7200,5,0,21364,0,0,1), - (49321,11365,309,633,0,-11526.2,-1683.66,49.2104,6.04566,7200,0,0,21364,0,0,0), - (49322,11365,309,633,0,-11525,-1685.19,49.7388,0.083731,7200,5,0,21364,0,0,1), - (49323,11365,309,633,0,-11524.2,-1683.65,49.4405,5.89116,7200,5,0,21364,0,0,1), - (49324,11365,309,633,0,-11523,-1686.1,50.0412,0.599685,7200,5,0,21364,0,0,1), - (49325,11365,309,633,0,-11549.3,-1554.1,50.9232,0.816936,7200,0,0,21364,0,0,0), - (49326,11365,309,633,0,-11547.4,-1554.03,51.0091,1.11034,7200,5,0,21364,0,0,1), - (49327,11365,309,633,0,-11547.6,-1549.76,51.3208,6.1836,7200,5,0,21364,0,0,1), - (49328,11365,309,633,0,-11546.5,-1552.91,51.1642,1.22446,7200,5,0,21364,0,0,1), - (49329,11339,309,11226,0,-11542.2,-1609.78,60.4916,6.1555,7200,0,0,25150,14916,0,0), - (49330,1838,0,10343,0,2928.93,-1524.92,152.129,0.363815,72000,0,0,9432,0,0,0), - (49331,11365,309,633,0,-11510.4,-1663.15,71.4066,2.28638,7200,0,0,21364,0,0,0), - (49332,11365,309,633,0,-11511.1,-1670.26,71.4066,5.49779,7200,0,0,21364,0,0,0), - (49333,11365,309,633,0,-11524.2,-1670.44,71.4067,3.19395,7200,0,0,21364,0,0,0), - (49334,11365,309,633,0,-11519,-1664.11,71.4067,5.49779,7200,0,0,21364,0,0,0), - (49335,11365,309,633,0,-11573,-1667.54,49.6334,2.80813,7200,0,0,21364,0,0,0), - (49336,11365,309,633,0,-11576.6,-1666.62,49.2497,2.77847,7200,5,0,21364,0,0,1), - (49337,11365,309,633,0,-11573.4,-1669.59,49.5494,2.65977,7200,5,0,21364,0,0,1), - (49338,11365,309,633,0,-11573.4,-1665.55,49.5491,2.94749,7200,5,0,21364,0,0,1), - (49339,11365,309,633,0,-11534.6,-1610.75,60.4916,3.00808,7200,0,0,21364,0,0,0), - (49340,11365,309,633,0,-11538.1,-1607.61,60.4083,3.62696,7200,5,0,21364,0,0,1), - (49341,11365,309,633,0,-11534.8,-1613.09,60.4083,2.71321,7200,5,0,21364,0,0,1), - (49342,11365,309,633,0,-11536,-1611.98,60.4083,2.79071,7200,5,0,21364,0,0,1), - (49343,11365,309,633,0,-11495.2,-1616.76,60.4903,4.48279,7200,0,0,21364,0,0,0), - (49344,11365,309,633,0,-11495.2,-1621.51,60.4075,3.1743,7200,5,0,21364,0,0,1), - (49345,11365,309,633,0,-11496,-1619.55,60.4075,4.58392,7200,5,0,21364,0,0,1), - (49346,11365,309,633,0,-11495.1,-1618.88,60.4074,4.30856,7200,5,0,21364,0,0,1), - (49347,11353,309,11082,0,-11456.2,-1592.29,50.268,4.83912,7200,0,0,18312,0,0,0), - (49348,11353,309,11080,0,-11456.2,-1591.86,50.4685,4.83576,7200,5,0,18312,0,0,1), - (49349,15091,309,11686,0,-11518.4,-1650.73,41.3826,4.43314,7200,0,0,42,0,0,0), - (49350,14758,309,11686,0,-11568.9,-1630.06,41.3826,4.76475,7200,0,0,42,0,0,0), - (49351,15091,309,11686,0,-11517.1,-1603.54,41.3826,2.05949,7200,0,0,42,0,0,0), - (49352,15091,309,11686,0,-11518.5,-1652.9,41.3826,0.034907,7200,0,0,42,0,0,0), - (49353,15091,309,11686,0,-11516.9,-1604.25,41.3826,5.28835,7200,0,0,42,0,0,0), - (49354,15091,309,11686,0,-11518.5,-1651.54,41.3826,0.261799,7200,0,0,42,0,0,0), - (49355,15091,309,11686,0,-11519.5,-1610.6,41.3826,2.56563,7200,0,0,42,0,0,0), - (49356,15091,309,11686,0,-11518.3,-1649.97,41.3826,5.13127,7200,0,0,42,0,0,0), - (49357,15091,309,11686,0,-11518.5,-1649.3,41.3826,5.86431,7200,0,0,42,0,0,0), - (49358,15091,309,11686,0,-11516.8,-1607.48,41.3826,4.76475,7200,0,0,42,0,0,0), - (49359,14825,309,14982,0,-11613.9,-1243.31,80.8476,3.80983,7200,5,0,12210,9736,0,1), - (49360,14825,309,14983,0,-11613.9,-1243.35,80.9818,3.81022,7200,5,0,12210,9736,0,1), - (49361,14825,309,14983,0,-11610.4,-1242.8,80.5328,3.81085,7200,5,0,12210,9736,0,1), - (49362,14825,309,14983,0,-11612.6,-1240.13,80.5567,3.81092,7200,5,0,12210,9736,0,1), - (49363,14825,309,14984,0,-11569.5,-1314.49,79.3638,2.67035,7200,0,0,12210,9736,0,0), - (49364,14825,309,14984,0,-11571.4,-1317.26,79.0674,1.93731,7200,0,0,12210,9736,0,0), - (49365,14825,309,14983,0,-11569.1,-1311.52,79.4992,3.40339,7200,0,0,12210,9736,0,0), - (49366,14825,309,14983,0,-11570.3,-1310,79.3561,3.87463,7200,0,0,12210,9736,0,0), - (49367,14882,309,14980,0,-11570.9,-1312.87,79.7872,3.03687,7200,0,0,15260,0,0,0), - (49368,14882,309,14978,0,-11571.4,-1315.42,79.4491,2.14675,7200,0,0,15260,0,0,0), - (49369,14882,309,14978,0,-11571.1,-1308.7,79.1717,4.20624,7200,0,0,15260,0,0,0), - (49370,14883,309,14976,0,-11571.5,-1319.05,78.5183,1.81514,7200,0,0,12210,9736,0,0), - (49371,14883,309,14974,0,-11572.7,-1311.45,79.8292,4.32842,7200,0,0,12210,9736,0,0), - (49372,14883,309,14976,0,-11573,-1313.94,79.8998,1.71042,7200,0,0,12210,9736,0,0), - (49373,14825,309,14982,0,-11617.8,-1281.32,79.5759,5.70723,7200,0,0,12210,9736,0,0), - (49374,14825,309,14981,0,-11616.5,-1274.6,79.8499,5.044,7200,0,0,12210,9736,0,0), - (49375,14825,309,14983,0,-11615.4,-1279.94,79.7496,5.16617,7200,0,0,12210,9736,0,0), - (49376,14825,309,14983,0,-11614,-1277.09,79.8373,4.79965,7200,0,0,12210,9736,0,0), - (49377,14882,309,14980,0,-11614.3,-1274.23,79.8398,4.81711,7200,0,0,15260,0,0,0), - (49378,14882,309,14977,0,-11613.4,-1278.93,79.8424,4.72984,7200,0,0,15260,0,0,0), - (49379,14882,309,14977,0,-11615.8,-1282.03,79.6598,5.5676,7200,0,0,15260,0,0,0), - (49380,14882,309,14980,0,-11612.9,-1281.33,79.8237,4.53786,7200,0,0,15260,0,0,0), - (49381,14883,309,14976,0,-11611.5,-1277.22,79.7617,4.43314,7200,0,0,12210,9736,0,0), - (49382,14883,309,14976,0,-11614.4,-1283.81,79.681,5.91667,7200,0,0,12210,9736,0,0), - (49383,14825,309,14984,0,-11547,-1250.59,78.3985,2.00713,7200,0,0,12210,9736,0,0), - (49384,14825,309,14982,0,-11552,-1248.28,78.4336,0.244346,7200,0,0,12210,9736,0,0), - (49385,14825,309,14981,0,-11549.8,-1243.92,78.3484,5.07891,7200,0,0,12210,9736,0,0), - (49386,14882,309,14977,0,-11545.2,-1246.18,78.2931,3.49066,7200,0,0,15260,0,0,0), - (49387,14825,309,14983,0,-11604.9,-1230.15,79.452,5.13127,7200,0,0,12210,9736,0,0), - (49388,14825,309,14984,0,-11599.2,-1225.23,79.1166,4.41568,7200,0,0,12210,9736,0,0), - (49389,14825,309,14984,0,-11602.5,-1230.36,79.1357,4.74729,7200,0,0,12210,9736,0,0), - (49390,14825,309,14983,0,-11601.1,-1228.4,79.1072,4.53786,7200,0,0,12210,9736,0,0), - (49391,14882,309,14977,0,-11607.3,-1230.79,79.7656,5.48033,7200,0,0,15260,0,0,0), - (49392,14882,309,14979,0,-11600.2,-1226.37,79.1702,4.4855,7200,0,0,15260,0,0,0), - (49393,14882,309,14979,0,-11598.3,-1223.17,79.2809,4.39823,7200,0,0,15260,0,0,0), - (49394,14882,309,14980,0,-11608.9,-1233.39,80.0797,5.91667,7200,0,0,15260,0,0,0), - (49395,14883,309,14973,0,-11605.9,-1232.2,79.5657,5.46288,7200,0,0,12210,9736,0,0), - (49396,14883,309,14975,0,-11603.5,-1231.54,79.2214,4.97419,7200,0,0,12210,9736,0,0), - (49397,14825,309,14981,0,-11626.6,-1338.78,79.2793,5.49779,7200,0,0,12210,9736,0,0), - (49398,14825,309,14983,0,-11627.7,-1335.33,79.5577,5.39307,7200,0,0,12210,9736,0,0), - (49399,14882,309,14977,0,-11627.2,-1332.83,79.33,5.2709,7200,0,0,15260,0,0,0), - (49400,14882,309,14979,0,-11625.2,-1335.64,79.5861,2.72271,7200,0,0,15260,0,0,0), - (49402,14825,309,14981,0,-11522.8,-1271.63,79.6408,3.4383,7200,0,0,12210,9736,0,0), - (49403,14825,309,14983,0,-11522.8,-1280.45,79.6704,2.89725,7200,0,0,12210,9736,0,0), - (49404,2013,1,6803,0,9127.24,1775.45,1320.9,2.96706,300,0,0,176,0,0,0), - (49405,2013,1,6803,0,9121.58,1779.25,1321.69,5.0091,300,0,0,176,0,0,0), - (49406,2014,1,936,0,9075.74,1886.42,1326.43,5.39307,300,0,0,186,191,0,0), - (49407,2014,1,936,0,9089.9,1859.35,1328.81,4.24115,300,0,0,186,191,0,0), - (49408,2014,1,936,0,9153.18,1840.29,1327.72,3.78736,300,0,0,186,191,0,0), - (49409,2014,1,936,0,9109.35,1810.19,1326.01,5.12826,300,5,0,186,191,0,1), - (49410,2014,1,936,0,9120.67,1825.59,1328.56,6.00046,300,5,0,186,191,0,1), - (49411,2015,1,3021,0,10349.3,1886.25,1324.58,5.78281,300,5,0,156,0,0,1), - (49412,2015,1,3021,0,10437.3,1893.57,1320.08,2.09241,300,5,0,156,0,0,1), - (49413,5761,43,1084,0,-120.675,-129.028,-66.9905,0.405046,7200,2,0,1212,456,0,1), - (49414,3840,43,4233,0,-140.355,-181.34,-68.152,2.46184,7200,0,0,1212,912,0,0), - (49415,5761,43,1084,0,-102.971,-160.908,-67.5989,3.61124,7200,5,0,1212,456,0,1), - (49416,5756,43,2706,0,-144.266,-195.181,-67.9851,4.92362,7200,2,0,1452,0,0,1), - (49417,2015,1,3021,0,10372.9,1919.77,1320.16,2.70634,300,5,0,156,0,0,1), - (49418,1834,0,10327,0,2905.2,-1425.31,149.412,4.34587,315,0,0,6273,2117,0,0), - (49419,2015,1,3021,0,10431.2,1906.04,1321.11,3.50842,300,5,0,156,0,0,1), - (49420,2015,1,3021,0,10455.3,1851.28,1314.42,0.615617,300,5,0,156,0,0,1), - (49421,14825,309,14981,0,-11528.5,-1270.31,79.4239,3.68265,7200,0,0,12210,9736,0,0), - (49422,2015,1,3021,0,10512.7,1983.9,1327.42,2.14639,300,5,0,156,0,0,1), - (49423,2015,1,3021,0,10512.6,1943.27,1322.12,3.32886,300,5,0,156,0,0,1), - (49424,2015,1,3021,0,10638.7,2065.74,1333.23,6.0955,300,5,0,156,0,0,1), - (49425,2015,1,3021,0,10348.8,1914.2,1322.23,5.69377,300,5,0,156,0,0,1), - (49426,2015,1,3021,0,10628.1,2080.03,1335.21,2.39487,300,5,0,156,0,0,1), - (49427,2015,1,3021,0,10646.9,2031.17,1329.35,0.348804,300,5,0,156,0,0,1), - (49428,2017,1,6812,0,10361.2,1914.87,1322.36,1.90165,300,5,0,156,0,0,1), - (49429,2017,1,6812,0,10314.5,1889.74,1323.01,1.67112,300,5,0,156,0,0,1), - (49430,2017,1,6812,0,10458.9,1920.33,1320.23,0.31539,300,5,0,156,0,0,1), - (49431,2017,1,6812,0,10414.2,1952.78,1318.44,5.42318,300,5,0,156,0,0,1), - (49432,2017,1,6812,0,10548.6,1914.35,1318.9,1.42959,300,5,0,156,0,0,1), - (49433,2017,1,6812,0,10547.7,1982.3,1327.41,0.343499,300,5,0,156,0,0,1), - (49434,2017,1,6812,0,10523,2002.71,1327.41,0.60494,300,5,0,156,0,0,1), - (49435,2017,1,6812,0,10576.3,2008.5,1327.33,3.29712,300,5,0,156,0,0,1), - (49436,2017,1,6812,0,10477.2,1960.5,1322.62,1.96156,300,5,0,156,0,0,1), - (49437,2017,1,6812,0,10550.2,2010.13,1328.98,2.21657,300,0,0,156,0,0,0), - (49438,2017,1,6812,0,10625.6,2062.07,1336.71,2.02262,300,5,0,156,0,0,1), - (49439,2017,1,6812,0,10640.6,2023.27,1329.21,1.24714,300,5,0,156,0,0,1), - (49440,2017,1,6812,0,10642.7,2045.45,1332.35,4.14094,300,5,0,156,0,0,1), - (49441,2017,1,6812,0,10674.6,2066.45,1328.86,1.72469,300,5,0,156,0,0,1), - (49442,2017,1,6812,0,10629.5,2095.35,1336.71,1.71865,300,5,0,156,0,0,1), - (49443,2017,1,6812,0,10645.2,2008.62,1326.96,4.07803,300,5,0,156,0,0,1), - (49444,2017,1,6812,0,10651.7,2073.81,1331.71,1.31801,300,5,0,156,0,0,1), - (49445,2017,1,6812,0,10417.2,1913.23,1321.11,3.32679,300,5,0,156,0,0,1), - (49447,2017,1,6812,0,10538.2,1959.91,1326.37,0.751126,300,5,0,156,0,0,1), - (49448,2017,1,6812,0,10552.9,1943.49,1325.65,2.1973,300,5,0,156,0,0,1), - (49449,2018,1,2296,0,10371.6,1885.77,1323.83,3.671,300,5,0,160,350,0,1), - (49450,2018,1,2296,0,10565.9,1994.11,1326.34,0.772106,300,5,0,160,350,0,1), - (49451,2018,1,2296,0,10663,2064.47,1329.48,3.76452,300,5,0,160,350,0,1), - (49452,2018,1,2296,0,10376.6,1842.69,1322.17,3.97354,300,5,0,160,350,0,1), - (49453,2018,1,2296,0,10511.1,2020.74,1329.66,1.98067,300,5,0,160,350,0,1), - (49454,2019,1,3022,0,10827.3,2151.11,1326.87,2.85315,300,5,0,176,0,0,1), - (49455,2019,1,3022,0,10953.2,1961.47,1331.07,1.88853,300,5,0,176,0,0,1), - (49456,2019,1,3022,0,10836,2115.45,1322.56,4.99164,300,0,0,176,0,0,0), - (49457,2019,1,3022,0,10914.4,2044.44,1331.48,4.51188,300,5,0,176,0,0,1), - (49458,2019,1,3022,0,10869.6,2067.56,1329.94,3.97578,300,5,0,176,0,0,1), - (49459,7907,1,7025,0,8701.16,993.116,23.5854,3.82227,300,0,0,1002,0,0,0), - (49460,2020,1,10869,0,10817.4,2108.23,1316.77,4.03041,300,5,0,176,0,0,1), - (49461,2020,1,10869,0,10812.8,2128.86,1320.36,5.87951,300,5,0,176,0,0,1), - (49462,2020,1,10869,0,10892.5,2080.86,1328.19,6.15584,300,5,0,176,0,0,1), - (49463,2020,1,10869,0,10879.9,1915.03,1330.33,3.08761,300,5,0,176,0,0,1), - (49464,2020,1,10869,0,10905.4,1961.91,1322.64,1.0386,300,5,0,176,0,0,1), - (49465,2020,1,10869,0,10884.4,1943.65,1323.87,5.85307,300,5,0,176,0,0,1), - (49466,2020,1,10869,0,10735.1,2196.89,1335.35,2.23491,300,5,0,176,0,0,1), - (49467,2020,1,10869,0,10838.7,2129.3,1325.95,0.23822,300,5,0,176,0,0,1), - (49468,2020,1,10869,0,10881,2069.24,1327.82,3.37547,300,5,0,176,0,0,1), - (49469,2020,1,10869,0,10724.5,2155.67,1330.02,0.538522,300,5,0,176,0,0,1), - (49470,2021,1,6813,0,10796.4,2143.33,1326.63,3.60275,300,5,0,208,205,0,1), - (49471,2021,1,6813,0,10714.8,2175.54,1330.89,5.53269,300,0,0,208,205,0,0), - (49472,2021,1,6813,0,10813.6,2141.57,1322.78,5.16617,300,0,0,208,205,0,0), - (49473,2021,1,6813,0,10746.1,2148.84,1331.31,3.89879,300,5,0,208,205,0,1), - (49474,2021,1,6813,0,10759.2,2213.97,1331.63,2.93215,300,0,0,208,205,0,0), - (49475,2021,1,6813,0,10853.8,2139.79,1330.49,1.13282,300,5,0,208,205,0,1), - (49476,2021,1,6813,0,10870.8,1969.36,1320.63,4.97141,300,5,0,208,205,0,1), - (49477,2021,1,6813,0,10939.1,2020.8,1327.17,1.34875,300,5,0,208,205,0,1), - (49478,2021,1,6813,0,10906.4,2074.09,1333.79,4.52257,300,5,0,208,205,0,1), - (49479,2021,1,6813,0,10878.6,2054.18,1328.45,2.95206,300,5,0,208,205,0,1), - (49480,2021,1,6813,0,10817.9,2076.42,1313.5,5.30252,300,5,0,208,205,0,1), - (49481,2021,1,6813,0,10851.8,2070.11,1329.14,0.825456,300,5,0,208,205,0,1), - (49482,2021,1,6813,0,10732.6,2174.56,1332.14,2.64647,300,5,0,208,205,0,1), - (49483,2022,1,3033,0,9382.47,758.676,1262.06,3.1875,300,5,0,102,0,0,1), - (49484,2022,1,3033,0,9411.32,724.176,1263.95,5.3344,300,5,0,102,0,0,1), - (49485,2022,1,3033,0,9455.64,755.347,1254.25,0.764003,300,5,0,102,0,0,1), - (49486,2022,1,3033,0,9380.54,782.67,1260.62,0.056724,300,5,0,102,0,0,1), - (49487,2022,1,3033,0,9477.83,681.632,1265.52,3.17453,300,5,0,102,0,0,1), - (49488,2022,1,3033,0,9446.88,711.261,1263.86,1.92151,300,5,0,102,0,0,1), - (49489,2022,1,3033,0,9501.68,647.24,1270.62,0.374562,300,5,0,102,0,0,1), - (49490,2022,1,3033,0,9380.36,814.153,1258.56,4.24826,300,5,0,102,0,0,1), - (49491,2022,1,3033,0,9648.24,776.421,1272.58,0.336389,300,5,0,102,0,0,1), - (49492,2022,1,3033,0,9578.08,746.022,1256.06,6.23825,300,5,0,102,0,0,1), - (49493,2022,1,3033,0,9531.52,718.203,1256.38,3.25117,300,5,0,102,0,0,1), - (49494,2022,1,3033,0,9615.57,751.483,1265.96,5.09299,300,5,0,102,0,0,1), - (49495,2022,1,3033,0,9649.35,838.745,1266.88,2.20336,300,5,0,102,0,0,1), - (49496,2022,1,3033,0,9593.46,720.6,1263.96,4.48535,300,5,0,102,0,0,1), - (49497,2022,1,3033,0,9590.64,881.342,1255.67,0.014647,300,5,0,102,0,0,1), - (49498,2022,1,3033,0,9616.5,706.809,1267.8,3.3317,300,5,0,102,0,0,1), - (49499,2022,1,3033,0,9531.26,712.729,1257.77,2.11989,300,0,0,102,0,0,0), - (49500,2022,1,3033,0,9589.21,669.874,1267.08,1.94047,300,5,0,102,0,0,1), - (49501,2022,1,3033,0,9621.4,880.685,1265.68,0.923455,300,5,0,102,0,0,1), - (49502,2022,1,3033,0,9607.1,924.195,1267.51,0.982777,300,5,0,102,0,0,1), - (49503,2022,1,3033,0,9643.46,756.425,1270.41,4.68917,300,5,0,102,0,0,1), - (49504,2022,1,3033,0,9519.21,987.671,1254.16,0.752122,300,5,0,102,0,0,1), - (49505,2022,1,3033,0,9636.5,910.891,1268.99,0.435622,300,0,0,102,0,0,0), - (49506,2022,1,3033,0,9551.28,970.092,1264.07,1.08635,300,5,0,102,0,0,1), - (49507,2022,1,3033,0,9574.92,1001.52,1267.27,0.841248,300,5,0,102,0,0,1), - (49508,2022,1,3033,0,9552.11,1016.61,1262.48,5.35648,300,5,0,102,0,0,1), - (49509,2022,1,3033,0,9585.36,1051.87,1263.52,0.49536,300,5,0,102,0,0,1), - (49510,2022,1,3033,0,9652.98,901.533,1270.74,6.11643,300,0,0,102,0,0,0), - (49512,2025,1,6817,0,9461.19,1040.91,1249.58,1.8797,300,5,0,137,0,0,1), - (49513,2025,1,6817,0,9308.91,1147.11,1255.03,4.34777,300,5,0,137,0,0,1), - (49514,2025,1,6817,0,9480.58,1141.13,1251.62,1.25838,300,5,0,137,0,0,1), - (49515,2025,1,6817,0,9384.88,1263.82,1250.84,2.47691,300,5,0,137,0,0,1), - (49516,2025,1,6817,0,9379.87,1136.01,1251.76,1.69051,300,5,0,137,0,0,1), - (49517,2025,1,6817,0,9432.08,1093.69,1251.93,0.60939,300,5,0,137,0,0,1), - (49518,2025,1,6817,0,9334.89,1209.05,1252.22,5.39475,300,5,0,137,0,0,1), - (49519,3561,1,2233,0,10099.1,2594.01,1337.1,0.750492,300,0,0,1605,0,0,0), - (49520,2025,1,6817,0,9453.46,1187.38,1251.54,3.00246,300,5,0,137,0,0,1), - (49521,2025,1,6817,0,9340.03,1139.87,1254.62,1.17652,300,5,0,137,0,0,1), - (49522,2025,1,6817,0,9510.45,1118.91,1257.34,0.504032,300,5,0,137,0,0,1), - (49523,2025,1,6817,0,9370.1,1334.44,1257.7,4.78279,300,5,0,137,0,0,1), - (49524,2025,1,6817,0,9368.19,1386.28,1272.7,0.621423,300,5,0,137,0,0,1), - (49525,3562,1,2203,0,9714.28,2525.74,1335.68,4.25791,300,0,0,1605,0,0,2), - (49526,3306,1,12729,0,9802.39,923.265,1306.8,0.802851,300,0,0,2471,1620,0,0), - (49527,2027,1,3034,0,10546.6,1687.58,1295.42,0.278254,300,5,0,156,0,0,1), - (49528,2027,1,3034,0,10518.5,1651.39,1282.77,1.94877,300,5,0,156,0,0,1), - (49529,2027,1,3034,0,10381.7,1652.35,1291.63,0.555494,300,5,0,156,0,0,1), - (49530,2027,1,3034,0,9274.96,1079.85,1253.8,2.43292,300,5,0,156,0,0,1), - (49531,2027,1,3034,0,9297.8,1107.12,1254.22,0.959927,300,5,0,156,0,0,1), - (49532,2027,1,3034,0,10413.1,1683.47,1293.49,3.97562,300,5,0,156,0,0,1), - (49533,2027,1,3034,0,10382.6,1578.84,1292.25,4.7466,300,5,0,156,0,0,1), - (49534,2027,1,3034,0,10449.5,1586.42,1283.29,2.45267,300,5,0,156,0,0,1), - (49535,2027,1,3034,0,10449.7,1653.06,1277.75,2.5861,300,5,0,156,0,0,1), - (49536,2027,1,3034,0,10501.1,1579.05,1303.08,4.94808,300,5,0,156,0,0,1), - (49537,2027,1,3034,0,9314.98,1117.39,1253.11,2.94928,300,5,0,156,0,0,1), - (49538,2027,1,3034,0,9297.59,1124.4,1254.25,4.24115,300,0,0,156,0,0,0), - (49539,7916,1,7026,0,8707.46,988.88,14.1964,2.72271,300,0,0,998,0,0,0), - (49540,2796,1,2232,0,10088,2594.28,1337.06,5.74213,300,0,0,1233,0,0,0), - (49541,2029,1,863,0,10680.1,1682.48,1289.7,4.51241,300,5,0,176,0,0,1), - (49542,2029,1,863,0,10647.2,1580.81,1294.14,3.88218,300,5,0,176,0,0,1), - (49543,2029,1,863,0,10583.1,1651.74,1281.9,3.7556,300,5,0,176,0,0,1), - (49544,2029,1,863,0,10689.1,1626.58,1273.8,0.745364,300,5,0,176,0,0,1), - (49545,2029,1,863,0,10809.1,1615.68,1271.3,1.34001,300,5,0,176,0,0,1), - (49546,2029,1,863,0,10712.6,1651.05,1270.07,6.08472,300,5,0,176,0,0,1), - (49547,2029,1,863,0,10615.1,1605.06,1291.01,4.56043,300,5,0,176,0,0,1), - (49548,2029,1,863,0,10748.4,1616.35,1270.13,5.56728,300,5,0,176,0,0,1), - (49549,2029,1,863,0,10659.8,1651.11,1278.4,6.15883,300,5,0,176,0,0,1), - (49550,2030,1,3032,0,10929.8,1522.2,1278.25,3.40336,300,5,0,186,191,0,1), - (49551,2030,1,3032,0,10915.2,1580.66,1270.4,1.50853,300,5,0,186,191,0,1), - (49552,2030,1,3032,0,10948.7,1549.23,1271.87,2.22762,300,5,0,186,191,0,1), - (49553,2030,1,3032,0,10885.9,1552.52,1282.74,4.21827,300,5,0,186,191,0,1), - (49554,2030,1,3032,0,10851.9,1649.24,1278.27,3.54073,300,5,0,186,191,0,1), - (49555,2030,1,3032,0,10948.6,1615.57,1271.4,0.580775,300,5,0,186,191,0,1), - (49556,2030,1,3032,0,10950.9,1580.08,1270.87,3.22651,300,5,0,186,191,0,1), - (49557,2030,1,3032,0,10884.6,1614.3,1270.6,5.63799,300,5,0,186,191,0,1), - (49558,2030,1,3032,0,10849.1,1581.46,1273.76,1.95477,300,0,0,186,191,0,0), - (49559,3567,1,2686,0,9898.59,984.968,1354.89,1.22173,300,0,0,456,0,0,0), - (49560,2031,1,11454,0,10401,589.031,1328.56,0.348786,300,5,0,42,0,0,1), - (49561,2031,1,11454,0,10457.8,537.143,1340.59,6.05182,300,5,0,42,0,0,1), - (49562,2031,1,11454,0,10497.6,684.208,1320.24,2.43223,300,5,0,42,0,0,1), - (49563,2031,1,11454,0,10405,539.775,1329.64,4.63057,300,5,0,42,0,0,1), - (49564,2031,1,11454,0,10374.3,658.443,1327.77,1.74149,300,5,0,42,0,0,1), - (49565,2031,1,11454,0,10395.5,625.367,1326.48,0.557668,300,5,0,42,0,0,1), - (49566,2031,1,11454,0,10245.2,841.586,1343.74,5.97556,300,5,0,42,0,0,1), - (49567,2031,1,11454,0,10320.2,931.787,1329.82,1.77892,300,5,0,42,0,0,1), - (49568,2031,1,11454,0,10375.8,656.873,1327.52,4.47647,300,5,0,42,0,0,1), - (49569,2031,1,11454,0,10331.4,679.368,1331.03,2.64902,300,5,0,42,0,0,1), - (49570,2031,1,11454,0,10441.8,677.484,1325.45,3.76297,300,5,0,42,0,0,1), - (49571,2031,1,11454,0,10415.9,629.099,1322.92,4.34583,300,5,0,42,0,0,1), - (49572,2031,1,11454,0,10289.2,648.423,1344.08,4.59796,300,5,0,42,0,0,1), - (49573,14825,309,14983,0,-11528.7,-1281.83,79.4193,2.63545,7200,0,0,12210,9736,0,0), - (49574,14882,309,14978,0,-11532,-1270.02,79.115,3.90954,7200,0,0,15260,0,0,0), - (49575,14882,309,14979,0,-11532,-1282.05,79.074,2.42601,7200,0,0,15260,0,0,0), - (49576,14882,309,14978,0,-11525.6,-1270.86,79.571,3.54302,7200,0,0,15260,0,0,0), - (49577,14882,309,14979,0,-11525.4,-1281.18,79.6252,2.79253,7200,0,0,15260,0,0,0), - (49581,11603,30,0,0,-865.648,-63.2401,71.4081,3.1746,430,5,0,5244,0,0,1), - (49582,11603,30,0,0,-916.427,-148.357,62.1725,2.57609,430,5,0,5244,0,0,1), - (49583,11603,30,0,0,-899.952,-55.7846,72.681,3.33092,430,5,0,5244,0,0,1), - (49584,11603,30,0,0,-856.01,-144.563,61.7379,0.224681,430,5,0,5244,0,0,1), - (49585,11603,30,0,0,-904.397,-143.921,75.9872,1.22522,430,5,0,5244,0,0,1), - (49586,11603,30,0,0,-854.975,-110.849,64.2129,3.09682,430,5,0,5244,0,0,1), - (49587,11603,30,0,0,-943.309,-125.085,78.3111,1.75608,430,5,0,5244,0,0,1), - (49588,11603,30,0,0,-954.231,-169.515,78.0482,1.96266,430,5,0,5244,0,0,1), - (49589,11603,30,0,0,-901.977,-82.8394,74.4376,5.23297,430,5,0,5244,0,0,1), - (49590,11603,30,0,0,-869.969,-95.7836,66.7666,1.39643,430,5,0,5244,0,0,1), - (49591,11604,30,0,0,-844.764,-92.6998,68.6054,3.46716,430,0,0,5850,0,0,0), - (49592,11605,30,0,0,-857.71,-91.4395,68.5389,6.08983,430,0,0,7716,0,0,0), - (49593,1834,0,10324,0,2834.2,-1418.84,146.645,1.60562,315,0,0,6273,2117,0,0), - (49594,1836,0,10337,0,2936.41,-1395.9,166.027,4.72984,660,0,0,8097,0,0,0), - (49595,1883,0,10303,0,2865.95,-1570.01,145.644,6.16415,315,0,0,3529,0,0,0), - (49596,1832,0,10330,0,2971.66,-1575.94,184.632,5.09636,315,0,0,5667,5206,0,0), - (49597,1883,0,10304,0,3080.77,-1533.23,150.856,4.67748,315,0,0,3529,0,0,0), - (49598,1883,0,10306,0,3064.47,-1530.25,150.247,2.14675,315,0,0,3529,0,0,0), - (49599,1827,0,10351,0,2955.67,-1420.1,152.103,2.68781,315,0,0,7842,0,0,0), - (49600,1883,0,10303,0,3081.34,-1525.05,150.532,1.06465,315,0,0,3529,0,0,0), - (49601,1789,0,9790,0,1498.65,-1425.75,67.6996,3.49121,315,5,0,2823,2117,0,1), - (49602,1795,0,414,0,1490.69,-1397.43,67.6856,6.27052,315,5,0,2823,2117,0,1), - (49603,1794,0,10626,0,1377.86,-1246.92,61.6562,5.73504,315,3,0,2634,2041,0,1), - (49604,1794,0,10626,0,1573.79,-1675.01,64.815,4.41551,315,10,0,2634,2041,0,1), - (49605,1794,0,10626,0,1451.35,-1284.24,61.6474,0.730191,315,3,0,2634,2041,0,1), - (49606,1795,0,414,0,1363.9,-1366.71,51.1531,2.99424,315,3,0,2823,2117,0,1), - (49607,1794,0,10626,0,1291.11,-1394.41,49.5696,1.47679,315,5,0,2634,2041,0,1), - (49608,1789,0,9790,0,1547.14,-1620.24,64.3889,4.50476,315,10,0,2823,2117,0,1), - (49609,14883,309,14975,0,-11534.2,-1269.71,78.6456,4.13643,7200,0,0,12210,9736,0,0), - (49610,2031,1,11454,0,10327.7,642.474,1329.73,6.09664,300,5,0,42,0,0,1), - (49611,2031,1,11454,0,10378,659.143,1326.89,0.184693,300,5,0,42,0,0,1), - (49612,2031,1,11454,0,10271.7,820.217,1340.75,1.04947,300,5,0,42,0,0,1), - (49613,2031,1,11454,0,10285.2,839.433,1334.21,3.64632,300,5,0,42,0,0,1), - (49614,2031,1,11454,0,10270.5,744.21,1341.8,0.481414,300,5,0,42,0,0,1), - (49615,2031,1,11454,0,10302.9,728.743,1332.09,3.00342,300,5,0,42,0,0,1), - (49616,2031,1,11454,0,10299.6,704.289,1335.16,1.00996,300,5,0,42,0,0,1), - (49617,2031,1,11454,0,10320.7,689.129,1329.37,2.02789,300,5,0,42,0,0,1), - (49618,199,0,410,0,-9976.25,1283.29,44.1212,4.98523,300,5,0,198,0,0,1), - (49619,1788,0,775,0,1483.12,-1417.11,67.7705,2.52699,315,0,0,8097,0,0,0), - (49620,2031,1,11454,0,10509.4,868.567,1314.04,5.31195,300,5,0,42,0,0,1), - (49621,2031,1,11454,0,10330.7,664.841,1332.05,1.31919,300,5,0,42,0,0,1), - (49622,2031,1,11454,0,10314.7,868.156,1333.09,2.37829,300,5,0,42,0,0,1), - (49623,2031,1,11454,0,10418.9,684.193,1324.18,5.0535,300,5,0,42,0,0,1), - (49624,6128,1,2015,0,9672.7,1408.81,1402.76,3.20626,300,0,0,198,0,0,0), - (49625,3568,1,599,0,10758.4,2208.9,1331.64,4.2237,300,0,0,413,0,0,0), - (49626,2032,1,11448,0,10608.2,759.786,1315.78,5.05716,300,5,0,55,0,0,1), - (49627,2032,1,11448,0,10514.9,584.449,1339.01,2.59339,300,5,0,55,0,0,1), - (49628,2032,1,11448,0,10506.7,639.257,1328.1,4.12737,300,5,0,55,0,0,1), - (49629,2032,1,11448,0,10542.1,642.443,1327.19,3.48069,300,5,0,55,0,0,1), - (49630,2032,1,11448,0,10507.2,649.605,1325.47,5.20924,300,5,0,55,0,0,1), - (49631,2032,1,11448,0,10580.1,655.675,1324.96,2.03661,300,5,0,55,0,0,1), - (49632,2032,1,11448,0,10546.4,620.64,1331.08,0.750677,300,5,0,55,0,0,1), - (49633,2032,1,11448,0,10574.2,638.466,1327.28,0.860051,300,5,0,55,0,0,1), - (49634,2032,1,11448,0,10575.3,606.387,1336.35,3.12105,300,5,0,55,0,0,1), - (49635,2032,1,11448,0,10505,696.176,1319.22,2.4246,300,5,0,55,0,0,1), - (49636,2032,1,11448,0,10616.5,783.857,1313.78,5.43431,300,5,0,55,0,0,1), - (49637,2032,1,11448,0,10613.9,813.975,1310.55,1.67976,300,5,0,55,0,0,1), - (49638,2032,1,11448,0,10763.5,801.209,1335.82,0.907151,300,5,0,55,0,0,1), - (49639,2032,1,11448,0,10670.4,767.625,1320.87,1.78608,300,5,0,55,0,0,1), - (49640,2032,1,11448,0,10625.2,724.59,1321.93,4.60217,300,5,0,55,0,0,1), - (49641,2032,1,11448,0,10654.2,709.779,1326.92,1.50494,300,5,0,55,0,0,1), - (49642,2032,1,11448,0,10662.7,629.348,1342.76,5.48279,300,5,0,55,0,0,1), - (49643,2032,1,11448,0,10637.6,671.466,1330.12,4.50198,300,5,0,55,0,0,1), - (49644,2032,1,11448,0,10593.4,614.076,1337.09,4.86002,300,5,0,55,0,0,1), - (49645,2032,1,11448,0,10665.7,731.505,1324.02,0.727372,300,5,0,55,0,0,1), - (49646,2032,1,11448,0,10605.3,743.945,1319.16,3.92457,300,5,0,55,0,0,1), - (49647,2032,1,11448,0,10620.3,717.732,1322.39,2.31982,300,5,0,55,0,0,1), - (49648,2032,1,11448,0,10533.3,633.584,1327.31,2.84489,300,0,0,55,0,0,0), - (49650,14883,309,14975,0,-11534.8,-1282.44,78.7332,2.1293,7200,0,0,12210,9736,0,0), - (49651,14825,309,14981,0,-11571.9,-1295.26,77.6076,3.55907,7200,0,0,12210,9736,0,0), - (49652,14825,309,14984,0,-11569.4,-1294.16,77.6076,3.57274,7200,0,0,12210,9736,0,0), - (49653,14825,309,14983,0,-11567.6,-1293.33,77.6094,3.61198,7200,0,0,12210,9736,0,0), - (49654,14825,309,14981,0,-11565.8,-1292.49,77.6175,3.65169,7200,0,0,12210,9736,0,0), - (49655,11380,309,11311,0,-11515.8,-1275.48,79.6621,3.15905,259200,0,0,319800,26200,0,0), - (49656,11389,309,11312,0,-11783.5,-1671.14,21.2324,1.91986,7200,0,0,22008,0,0,0), - (49657,11390,309,11313,0,-11790.3,-1671.5,21.2324,1.01229,7200,0,0,22008,0,0,0), - (49658,11340,309,11221,0,-11787.1,-1666.45,21.2324,4.72984,7200,0,0,15090,12430,0,0), - (49659,11357,309,15275,0,-11778.4,-1670.83,21.2324,1.16937,7200,0,0,15465,0,0,0), - (49660,11357,309,15275,0,-11795.4,-1670.86,21.2324,2.28638,7200,0,0,15465,0,0,0), - (49661,11830,309,11760,0,-11789.1,-1664.91,21.2324,4.5204,7200,0,0,17094,12170,0,0), - (49662,11830,309,11758,0,-11784.9,-1664.88,21.2324,4.92183,7200,0,0,17094,12170,0,0), - (49663,11359,309,7829,0,-11714.8,-1700.98,21.1275,4.77227,7200,5,0,44016,0,0,1), - (49664,11357,309,15275,0,-11712.7,-1699.62,19.8865,4.77213,7200,5,0,15465,0,0,1), - (49665,11357,309,15275,0,-11720.2,-1569.7,19.5764,2.37036,7200,0,0,15465,0,0,0), - (49666,11357,309,15275,0,-11770.1,-1622.53,21.2263,0.314159,7200,0,0,15465,0,0,0), - (49667,11357,309,15275,0,-11777.8,-1625.28,21.2322,5.16617,7200,0,0,15465,0,0,0), - (49668,11352,309,14832,0,-11815.8,-1712.56,21.2108,4.39823,7200,0,0,48555,0,0,0), - (49669,11352,309,14832,0,-11760.3,-1708.16,21.2108,2.49582,7200,0,0,48555,0,0,0), - (49670,11340,309,11222,0,-11806.8,-1629.93,21.2326,3.52556,7200,0,0,15090,12430,0,0), - (49671,11352,309,14832,0,-11806.6,-1622.62,21.2285,5.49779,7200,0,0,48555,0,0,0), - (49672,11359,309,7829,0,-11819.6,-1705.6,21.1275,3.71844,7200,5,0,44016,0,0,1), - (49673,11357,309,15275,0,-11817.8,-1720.2,20.0253,5.79449,7200,0,0,15465,0,0,0), - (49674,11357,309,15275,0,-11808.6,-1711.24,21.1275,6.1443,7200,5,0,15465,0,0,1), - (49675,11340,309,11221,0,-11771.9,-1618.82,21.2208,4.29351,7200,0,0,15090,12430,0,0), - (49676,11352,309,14832,0,-11736.1,-1651.65,21.2108,0.174533,7200,0,0,48555,0,0,0), - (49677,11352,309,14832,0,-11736.7,-1636.54,21.2108,6.23082,7200,0,0,48555,0,0,0), - (49678,14834,309,15295,0,-11787.4,-1649.34,54.1017,4.76475,259200,0,0,1079325,262000,0,0), - (49679,14758,309,11686,0,-11789.5,-1620.9,73.8948,5.81195,7200,0,0,42,0,0,0), - (49680,4075,309,1141,0,-11584,-1265.31,77.6076,1.40767,7200,5,0,8,0,0,1), - (49681,4075,309,1141,0,-11618.4,-1353.27,77.7979,1.5708,7200,0,0,8,0,0,0), - (49682,4075,309,1141,0,-11569.4,-1266.36,77.6208,2.51327,7200,0,0,8,0,0,0), - (49683,13321,309,901,0,-11611.1,-1238.78,80.4106,4.45059,7200,0,0,42,0,0,0), - (49684,4075,309,1141,0,-11598.4,-1240.72,77.847,5.75959,7200,0,0,8,0,0,0), - (49685,4075,309,1141,0,-11532.7,-1257.06,82.0085,2.30383,7200,0,0,8,0,0,0), - (49686,13321,309,6295,0,-11624.7,-1367.77,77.3574,4.5204,7200,0,0,42,0,0,0), - (49687,4075,309,1141,0,-11588.6,-1263.02,78.6657,5.28835,7200,0,0,8,0,0,0), - (49688,2914,309,1206,0,-12259.9,-1849.64,133.428,4.16186,7200,5,0,8,0,0,1), - (49689,13321,309,6295,0,-11827.4,-1510.56,15.03,0.689255,7200,5,0,42,0,0,1), - (49690,2914,309,1206,0,-11559.7,-1468.44,66.9285,1.70606,7200,5,0,8,0,0,1), - (49691,2914,309,1206,0,-12234.5,-1969.26,133.057,4.52276,7200,5,0,8,0,0,1), - (49692,13321,309,6297,0,-11832.5,-1759.44,12.1525,6.15871,7200,5,0,42,0,0,1), - (49693,2914,309,1206,0,-11700.8,-1372.22,61.4042,1.17796,7200,5,0,8,0,0,1), - (49694,2914,309,1206,0,-11554.5,-1512.89,56.4605,0.566879,7200,5,0,8,0,0,1), - (49695,2914,309,1206,0,-12152.9,-1820.68,89.8341,2.68126,7200,5,0,8,0,0,1), - (49696,2914,309,1206,0,-12375.2,-1931.24,133.189,0.428727,7200,5,0,8,0,0,1), - (49697,13321,309,1924,0,-11872.2,-1761.27,10.0581,0.420804,7200,5,0,42,0,0,1), - (49698,11352,309,14832,0,-11954.2,-1805.99,53.222,1.51931,7200,5,0,48555,0,0,2), - (49699,11361,309,11031,0,-11591.7,-1756.43,40.0162,3.39848,7200,0,0,9156,0,0,0), - (49700,11361,309,11031,0,-11598.9,-1764.43,39.9138,0.610865,7200,0,0,9156,0,0,0), - (49701,11351,309,11109,0,-11657.7,-1546.31,40.038,3.15905,7200,0,0,21364,0,0,0), - (49702,11830,309,11761,0,-11666.8,-1545.98,42.7417,6.19592,7200,0,0,17094,12170,0,0), - (49703,11339,309,11225,0,-11640.7,-1488.52,44.4881,3.26377,7200,0,0,25150,14916,0,0), - (49704,11353,309,11080,0,-11650.6,-1488.65,47.9501,0.017453,7200,0,0,18312,0,0,0), - (49705,11352,309,14832,0,-12329.9,-1870.84,130.349,0.978481,7200,5,0,48555,0,0,2), - (49706,15043,309,833,0,-11712.2,-1728.12,13.0381,5.88176,7200,5,0,9156,0,0,1), - (49707,15043,309,833,0,-11726.1,-1736.4,15.7301,0.174533,7200,5,0,9156,0,0,1), - (49708,15043,309,833,0,-11730.4,-1743.03,15.3551,5.18363,7200,5,0,9156,0,0,1), - (49709,15043,309,833,0,-11723.1,-1730.79,15.2881,2.87979,7200,5,0,9156,0,0,1), - (49710,15043,309,833,0,-11830.2,-1522.1,12.682,2.89725,7200,5,0,9156,0,0,1), - (49711,15043,309,833,0,-11827.8,-1504.08,13.807,0.977384,7200,5,0,9156,0,0,1), - (49712,15043,309,833,0,-11814.2,-1501.94,16.182,5.42797,7200,5,0,9156,0,0,1), - (49713,15043,309,833,0,-11817.2,-1513.66,19.432,1.309,7200,5,0,9156,0,0,1), - (49714,11372,309,15150,0,-11556.7,-1487.4,68.982,6.24828,7200,0,0,15260,0,0,0), - (49715,11371,309,15182,0,-11563.9,-1490.02,69.832,4.32842,7200,0,0,15260,0,0,0), - (49716,11361,309,11031,0,-11603.5,-1739.6,39.4761,5.02655,7200,0,0,9156,0,0,0), - (49717,11361,309,11031,0,-11601.3,-1729.95,39.7037,5.93412,7200,0,0,9156,0,0,0), - (49718,15043,309,833,0,-11823.6,-1764.53,11.6762,4.97419,7200,5,0,9156,0,0,1), - (49719,15043,309,833,0,-11833.2,-1762.04,12.6214,4.81012,7200,5,0,9156,0,0,1), - (49720,15043,309,833,0,-11839.3,-1760.3,13.1136,0.598846,7200,5,0,9156,0,0,1), - (49721,15043,309,833,0,-11834.3,-1768.71,13.8219,5.59656,7200,5,0,9156,0,0,1), - (49722,11374,309,15101,0,-11851.6,-1486.17,-13.2821,1.16937,7200,0,0,9156,0,0,0), - (49723,11374,309,15101,0,-11922.8,-1591.78,-14.3138,1.22173,7200,0,0,9156,0,0,0), - (49724,11374,309,15101,0,-11935.1,-1466.74,-7.89878,4.59022,7200,0,0,9156,0,0,0), - (49725,11374,309,15101,0,-11678.6,-1692.92,-14.7712,0.453786,7200,0,0,9156,0,0,0), - (49726,11374,309,15101,0,-11679.6,-1607.96,-14.6621,0.314159,7200,0,0,9156,0,0,0), - (49727,11374,309,15101,0,-12044.6,-1581.38,15.264,2.87979,7200,0,0,9156,0,0,0), - (49728,11374,309,15101,0,-11873.9,-1553.86,-8.80764,2.93215,7200,0,0,9156,0,0,0), - (49729,11374,309,15101,0,-11676.5,-1727.6,-7.05103,1.58825,7200,0,0,9156,0,0,0), - (49730,11374,309,15101,0,-11744.6,-1788.97,-14.3267,2.86234,7200,0,0,9156,0,0,0), - (49731,11374,309,15101,0,-12018.9,-1584.4,14.0031,3.9968,7200,0,0,9156,0,0,0), - (49732,11350,309,11077,0,-11903.7,-1327.2,77.621,0.750492,7200,0,0,21364,0,0,0), - (49733,11350,309,11074,0,-11910.8,-1322.43,77.5587,0.680678,7200,0,0,21364,0,0,0), - (49734,11371,309,15182,0,-11961.8,-1804.01,54.4115,2.58405,7200,5,0,15260,0,0,1), - (49735,11371,309,15182,0,-11963.7,-1805.17,55.1322,2.59025,7200,5,0,15260,0,0,1), - (49736,11350,309,11076,0,-11981.4,-1707.25,32.3669,2.80998,7200,0,0,21364,0,0,0), - (49737,11830,309,11761,0,-11987.5,-1705.43,32.3669,0,7200,0,0,17094,12170,0,0), - (49738,11387,309,11314,0,-11981.1,-1705.5,32.3669,3.19395,7200,0,0,15720,0,0,0), - (49739,11372,309,15150,0,-11934.3,-1328.75,78.7419,2.72271,7200,0,0,15260,0,0,0), - (49740,11372,309,15150,0,-11925.9,-1337.49,78.4218,3.38594,7200,0,0,15260,0,0,0), - (49741,11350,309,11077,0,-11875.6,-1415.3,61.1701,5.5676,7200,0,0,21364,0,0,0), - (49742,11830,309,11758,0,-11867.9,-1420.47,61.0251,2.68781,7200,0,0,17094,12170,0,0), - (49743,11371,309,15182,0,-12068.8,-1691.19,44.4278,5.68977,7200,0,0,15260,0,0,0), - (49744,11371,309,15182,0,-12083.1,-1694.73,47.5376,0.331613,7200,0,0,15260,0,0,0), - (49745,11371,309,15182,0,-12068.8,-1701.61,45.4398,0.628319,7200,0,0,15260,0,0,0), - (49746,11372,309,15150,0,-12077.5,-1690.05,46.669,1.11701,7200,0,0,15260,0,0,0), - (49747,11372,309,15150,0,-11741.8,-1323.33,63.4595,0.471239,7200,0,0,15260,0,0,0), - (49748,11372,309,15150,0,-11737.5,-1329.37,63.4688,2.02458,7200,0,0,15260,0,0,0), - (49749,11372,309,15150,0,-11727.9,-1338.77,63.8019,2.79253,7200,0,0,15260,0,0,0), - (49750,11371,309,15182,0,-11737.7,-1335.71,63.7414,2.86234,7200,0,0,15260,0,0,0), - (49751,11350,309,11076,0,-12059.1,-1670.91,42.4278,4.01488,7200,5,0,21364,0,0,1), - (49752,11830,309,11758,0,-12057.5,-1681.32,42.7116,4.66707,7200,5,0,17094,12170,0,1), - (49753,11350,309,11075,0,-11969.4,-1557.64,40.2843,1.11701,7200,0,0,21364,0,0,0), - (49754,11830,309,11758,0,-11964.8,-1549.77,41.5586,4.11898,7200,0,0,17094,12170,0,0), - (49755,11372,309,15150,0,-11990.6,-1825.16,58.6344,0,7200,0,0,15260,0,0,0), - (49756,11372,309,15150,0,-11989.2,-1836.3,57.7291,5.51524,7200,0,0,15260,0,0,0), - (49757,11371,309,15182,0,-11988.6,-1822.82,58.6127,3.64774,7200,0,0,15260,0,0,0), - (49758,11371,309,15182,0,-11989.6,-1815.7,58.8855,0.331613,7200,0,0,15260,0,0,0), - (49759,11371,309,15182,0,-11988.4,-1829,58.4375,1.20428,7200,0,0,15260,0,0,0), - (49760,11371,309,15182,0,-11993.5,-1837.69,57.7444,0,7200,0,0,15260,0,0,0), - (49761,11352,309,14832,0,-12101,-1478.76,128.789,0.171365,7200,5,0,48555,0,0,2), - (49762,14880,309,15072,0,-12120.4,-1755.58,80.2268,2.14157,7200,0,0,4048,0,0,0), - (49763,14880,309,15072,0,-12119.2,-1762.42,80.2211,1.47591,7200,5,0,4048,0,0,1), - (49764,1839,0,10342,0,2368.75,-2031.66,141.801,3.96408,72000,0,0,7995,2620,0,0), - (49765,1841,0,10344,0,2828.34,-1548.94,186.291,4.05126,72000,0,0,9156,0,0,0), - (49766,14880,309,15072,0,-12359.1,-1664.31,130.494,2.61807,7200,5,0,4048,0,0,1), - (49767,14880,309,15072,0,-12335.7,-1645.88,130.792,1.98902,7200,5,0,4048,0,0,1), - (49768,1843,0,10340,0,3102.58,-1542.3,151.381,5.50425,72000,0,0,9711,0,0,0), - (49769,1844,0,10354,0,2428.46,-1692.12,102.641,5.4964,72000,0,0,3876,0,0,0), - (49770,11370,309,963,0,-12312.8,-1686.91,131.308,4.6604,7200,5,0,31440,0,0,1), - (49771,14532,309,14950,0,-12288.7,-1687.73,133.104,4.89839,7200,5,0,12208,0,0,1), - (49772,14532,309,14950,0,-12301.3,-1692.08,131.708,3.59538,7200,0,0,12208,0,0,0), - (49773,14532,309,14950,0,-12311,-1684.61,131.058,3.7001,7200,0,0,12208,0,0,0), - (49774,14532,309,14950,0,-12283,-1689.28,131.896,2.46108,7200,5,0,12208,0,0,1), - (49775,14532,309,14950,0,-12298.9,-1679.9,131.81,4.88692,7200,0,0,12208,0,0,0), - (49776,11353,309,11082,0,-12264.8,-1862.98,132.538,2.68781,7200,0,0,18312,0,0,0), - (49777,11353,309,11080,0,-12267.4,-1861.41,131.826,5.70723,7200,0,0,18312,0,0,0), - (49778,11353,309,11081,0,-12298.9,-1843.2,130.432,6.05629,7200,0,0,18312,0,0,0), - (49779,11353,309,11082,0,-12294.2,-1846.53,130.355,2.40855,7200,0,0,18312,0,0,0), - (49780,11830,309,11760,0,-12292.9,-1842.97,130.411,3.24631,7200,0,0,17094,12170,0,0), - (49781,11353,309,11081,0,-12363.7,-1935.86,132.47,0.15708,7200,0,0,18312,0,0,0), - (49782,11353,309,11081,0,-12354.6,-1936.65,132.493,2.6529,7200,0,0,18312,0,0,0), - (49783,11830,309,11760,0,-12360.1,-1930.85,132.438,5.21853,7200,0,0,17094,12170,0,0), - (49784,11830,309,11759,0,-12271.4,-1857.96,130.846,4.13643,7200,0,0,17094,12170,0,0), - (49785,11830,309,11760,0,-12273.9,-1861.77,130.836,0.959931,7200,0,0,17094,12170,0,0), - (49786,11830,309,11761,0,-12326.2,-1905.07,130.62,3.80482,7200,0,0,17094,12170,0,0), - (49787,11830,309,11758,0,-12328.7,-1907.03,130.477,0.698132,7200,0,0,17094,12170,0,0), - (49788,11356,309,11101,0,-12391.2,-1942.1,132.081,4.24115,7200,0,0,31440,0,0,0), - (49789,11353,309,11083,0,-12347,-1847.58,131.092,2.3911,7200,0,0,18312,0,0,0), - (49790,11353,309,11081,0,-12349.6,-1845.43,131.042,5.67232,7200,0,0,18312,0,0,0), - (49791,11353,309,11083,0,-12267.7,-1865.83,132.445,2.23402,7200,0,0,18312,0,0,0), - (49792,11353,309,11081,0,-12270,-1863.72,131.597,5.79449,7200,0,0,18312,0,0,0), - (49793,11356,309,11100,0,-12222.1,-1910.29,133.499,2.67035,7200,0,0,31440,0,0,0), - (49794,11356,309,11102,0,-12217.4,-1905.82,133.499,2.68781,7200,0,0,31440,0,0,0), - (49795,11356,309,11101,0,-12215.3,-1911.08,133.499,0.017453,7200,0,0,31440,0,0,0), - (49796,11356,309,11101,0,-12212.8,-1914.35,133.499,1.53589,7200,0,0,31440,0,0,0), - (49797,11353,309,11081,0,-12252.6,-1957.54,132.868,2.46091,7200,0,0,18312,0,0,0), - (49798,11356,309,11100,0,-12252.2,-1956.25,131.841,2.96706,7200,0,0,31440,0,0,0), - (49799,11830,309,11759,0,-12255.2,-1955.45,131.898,5.53269,7200,0,0,17094,12170,0,0), - (49800,11360,309,15151,0,-11811.4,-1899.16,49.1025,2.5948,7200,5,0,3052,0,0,1), - (49801,11361,309,11031,0,-11725,-1938.05,56.5905,0.15708,7200,0,0,9156,0,0,0), - (49802,11361,309,11031,0,-11733.2,-1940.66,57.593,5.96903,7200,0,0,9156,0,0,0), - (49803,11361,309,11031,0,-11733.1,-1929.62,56.5639,2.58309,7200,0,0,9156,0,0,0), - (49804,11361,309,11031,0,-11745.2,-1922.21,56.6405,2.67035,7200,0,0,9156,0,0,0), - (49805,11361,309,11031,0,-11750.4,-1916.03,56.5897,1.58825,7200,0,0,9156,0,0,0), - (49806,11360,309,15151,0,-11717.1,-1912.08,55.559,3.735,7200,0,0,3052,0,0,0), - (49807,11361,309,11031,0,-11689.6,-1831.24,40.5991,4.88692,7200,0,0,9156,0,0,0), - (49808,11361,309,11031,0,-11703.5,-1836.96,42.6274,5.75959,7200,0,0,9156,0,0,0), - (49809,11361,309,11031,0,-11697.6,-1827.12,41.2645,3.94444,7200,0,0,9156,0,0,0), - (49810,11360,309,15151,0,-11811.6,-1888.58,47.0457,2.02458,7200,0,0,3052,0,0,0), - (49811,11350,309,11074,0,-11637.3,-1885.53,57.2217,1.3622,7200,5,0,21364,0,0,1), - (49812,11350,309,11074,0,-11647.7,-1885.87,57.3467,6.15927,7200,5,0,21364,0,0,1), - (49813,11350,309,11076,0,-11655.8,-1892.26,56.9461,4.53786,7200,0,0,21364,0,0,0), - (49814,11360,309,15151,0,-11685,-1914.06,56.075,5.28835,7200,0,0,3052,0,0,0), - (49815,11675,30,0,0,21.967,34.5163,0.406826,3.93368,430,5,0,2616,0,0,1), - (49816,11675,30,0,0,194.074,96.8054,17.1976,0.876196,430,5,0,2616,0,0,1), - (49817,11677,30,0,0,-846.839,-91.3984,68.6721,3.92926,430,0,0,13776,0,0,0), - (49818,11678,30,0,0,-3.6653,89.1659,18.1947,2.13035,430,5,0,3132,0,0,1), - (49819,11678,30,0,0,46.4234,166.452,11.5193,0.070285,430,5,0,3132,0,0,1), - (49820,11678,30,0,0,109.583,86.3827,3.3918,5.41992,430,5,0,3132,0,0,1), - (49822,2033,1,3030,0,10384,1515.1,1308.93,5.21857,300,5,0,156,0,0,1), - (49823,2033,1,3030,0,10321.5,1788.37,1319.55,0.372853,300,5,0,156,0,0,1), - (49824,2033,1,3030,0,10441,1486.79,1318.15,1.17052,300,5,0,156,0,0,1), - (49825,2033,1,3030,0,10587,1516.64,1315.86,6.27147,300,5,0,156,0,0,1), - (49826,2033,1,3030,0,10629.6,1795.74,1324.08,2.40289,300,5,0,156,0,0,1), - (49827,2033,1,3030,0,10546.8,1482.62,1323.2,3.501,300,5,0,156,0,0,1), - (49828,2033,1,3030,0,10820.2,2017.65,1316.81,0.263811,300,5,0,156,0,0,1), - (49829,2033,1,3030,0,10685.6,1482.36,1311.68,1.51362,300,5,0,156,0,0,1), - (49830,2033,1,3030,0,10552.8,1545.29,1308.79,5.19662,300,5,0,156,0,0,1), - (49831,2033,1,3030,0,10840.3,1988.41,1320.31,3.67188,300,5,0,156,0,0,1), - (49832,2033,1,3030,0,10319.9,1454.94,1340.65,3.3154,300,5,0,156,0,0,1), - (49833,2033,1,3030,0,10638.1,1803.05,1325.58,3.33679,300,5,0,156,0,0,1), - (49834,2033,1,3030,0,10285,1426.41,1340.87,4.40684,300,5,0,156,0,0,1), - (49835,2033,1,3030,0,10780.7,2046.89,1319.73,3.56918,300,5,0,156,0,0,1), - (49836,2033,1,3030,0,10441.6,1471.24,1321.97,0.676419,300,5,0,156,0,0,1), - (49837,2034,1,3030,0,10902.5,1744.71,1320.55,6.14308,300,5,0,198,0,0,1), - (49838,2034,1,3030,0,10836.1,1878.23,1342.05,2.5255,300,5,0,198,0,0,1), - (49839,2034,1,3030,0,10978.4,1709.89,1300.85,4.00654,300,5,0,198,0,0,1), - (49840,2034,1,3030,0,10857.7,1782.51,1333.5,2.28016,300,5,0,198,0,0,1), - (49841,2034,1,3030,0,10922.8,1862.28,1334.44,0.097822,300,5,0,198,0,0,1), - (49842,2034,1,3030,0,10990.2,1911.81,1331.65,5.38525,300,5,0,198,0,0,1), - (49843,3571,1,4849,0,9891.5,988.789,1355.03,0.698132,300,0,0,5772,0,0,0), - (49844,3571,1,4851,0,9905.43,983.199,1354.89,1.69297,300,0,0,5772,0,0,0), - (49845,3571,1,4849,0,9767.04,931.276,1301.29,0.259382,300,0,0,5772,0,0,2), - (49846,3571,1,4852,0,9840.04,973.365,1307.2,0.191986,300,0,0,5772,0,0,0), - (49847,3571,1,4851,0,9728.46,950.702,1294.46,4.76475,300,0,0,5772,0,0,0), - (49848,3571,1,4851,0,9844.02,959.711,1307.27,0.418879,300,0,0,5772,0,0,0), - (49849,3571,1,4851,0,9880.81,971.322,1313.91,4.64258,300,0,0,5772,0,0,0), - (49850,2038,1,1013,0,10129.1,1148.93,1314.48,2.35297,300,0,0,148,165,0,0), - (49851,4087,1,2196,0,9992.01,2316.97,1330.87,2.16421,300,0,0,3139,0,0,0), - (49852,15351,1,15389,0,9994.73,2324.28,1330.87,3.24631,300,0,0,3857,0,0,0), - (49853,2039,1,6818,0,9122.84,1837.62,1328.07,0.276031,300,0,0,247,0,0,0), - (49854,4088,1,2197,0,9994.09,2331.89,1330.87,3.14159,300,0,0,4079,0,0,0), - (49855,2041,1,2429,0,9882.95,900.002,1307.93,1.55456,300,0,0,6075,2620,0,2), - (49856,4089,1,2198,0,9940.36,2284.55,1341.48,4.99164,300,0,0,2471,0,0,0), - (49857,2041,1,0,0,9983.68,2045.12,1328.66,2.19499,300,0,0,6075,2620,0,2), - (49858,2041,1,2429,0,9955.37,1939.11,1328.36,5.18363,300,0,0,6075,2620,0,0), - (49859,4090,1,2200,0,9667.02,2532.66,1360.08,5.79449,300,0,0,3139,5751,0,0), - (49860,2042,1,6805,0,10092.1,390.417,1323.74,3.46278,300,5,0,102,0,0,1), - (49861,2042,1,6805,0,10094.4,443.66,1323.86,1.51622,300,5,0,102,0,0,1), - (49862,2042,1,6805,0,10016.9,474.638,1314.19,6.09661,300,5,0,102,0,0,1), - (49863,2042,1,6805,0,10051.5,1282.34,1316.41,0.176789,300,5,0,102,0,0,1), - (49864,2042,1,6805,0,9951.93,313.512,1318.31,4.20759,300,5,0,102,0,0,1), - (49865,2042,1,6805,0,9929.36,548.588,1306.21,3.0795,300,5,0,102,0,0,1), - (49866,2042,1,6805,0,10135.6,1345.72,1325.81,5.40614,300,5,0,102,0,0,1), - (49867,2042,1,6805,0,9954.52,1283.46,1296.32,4.03838,300,5,0,102,0,0,1), - (49868,2042,1,6805,0,9717.51,1192.33,1275.08,1.5353,300,5,0,102,0,0,1), - (49869,2042,1,6805,0,9887.97,1226.34,1298.16,1.49747,300,5,0,102,0,0,1), - (49870,2042,1,6805,0,9787.6,1192.85,1281.86,1.32321,300,5,0,102,0,0,1), - (49871,2042,1,6805,0,10120.3,1335.53,1321.99,5.71379,300,5,0,102,0,0,1), - (49872,2042,1,6805,0,10096.8,1303.18,1322.67,1.52348,300,5,0,102,0,0,1), - (49873,2042,1,6805,0,9844.95,1123.34,1300.16,5.72065,300,5,0,102,0,0,1), - (49874,2042,1,6805,0,9823.17,1219.37,1287.21,3.29398,300,5,0,102,0,0,1), - (49875,2042,1,6805,0,9683.18,1051.1,1284.78,1.59164,300,5,0,102,0,0,1), - (49876,2042,1,6805,0,9716.85,1125.98,1277.15,4.74314,300,5,0,102,0,0,1), - (49877,2042,1,6805,0,9620.34,1024.44,1277.02,0.203523,300,5,0,102,0,0,1), - (49878,2042,1,6805,0,9748.66,1220.08,1282.48,1.91448,300,5,0,102,0,0,1), - (49879,2042,1,6805,0,9759.64,617.705,1298.21,2.80919,300,0,0,102,0,0,0), - (49880,2042,1,6805,0,9988.06,404.662,1309.81,1.61626,300,5,0,102,0,0,1), - (49881,2042,1,6805,0,9999.21,352.191,1317.6,3.09078,300,5,0,102,0,0,1), - (49882,2042,1,6805,0,9828.21,681.657,1298.78,0.606965,300,5,0,102,0,0,1), - (49883,2042,1,6805,0,9737.49,649.785,1297.98,2.54167,300,5,0,102,0,0,1), - (49884,2042,1,6805,0,9791.64,652.266,1295.91,3.23262,300,5,0,102,0,0,1), - (49885,2042,1,6805,0,9693.47,782.62,1288.71,4.86287,300,5,0,102,0,0,1), - (49886,2042,1,6805,0,9736.71,791.845,1296.54,0.150942,300,5,0,102,0,0,1), - (49887,2042,1,6805,0,9944.04,1084.02,1319.15,4.44444,300,5,0,102,0,0,1), - (49888,2042,1,6805,0,9937,1276.95,1296.2,3.60153,300,5,0,102,0,0,1), - (49889,2042,1,6805,0,9784.99,618.715,1297.05,0.507506,300,5,0,102,0,0,1), - (49890,2042,1,6805,0,9882.35,1218.78,1300.39,3.74075,300,5,0,102,0,0,1), - (49891,2042,1,6805,0,9706.59,1118.33,1275.78,2.8097,300,5,0,102,0,0,1), - (49892,2042,1,6805,0,9744.31,1224.63,1282.2,2.3084,300,5,0,102,0,0,1), - (49893,2042,1,6805,0,9819.7,1184.31,1285.34,4.79107,300,5,0,102,0,0,1), - (49894,2042,1,6805,0,9685.91,1081.22,1278.78,5.70691,300,5,0,102,0,0,1), - (49895,2042,1,6805,0,9716.34,1178.57,1272.82,4.72997,300,5,0,102,0,0,1), - (49896,2042,1,6805,0,9787.22,1185.07,1282.12,6.10257,300,5,0,102,0,0,1), - (49897,2042,1,6805,0,9853.45,826.295,1307.94,5.88509,300,5,0,102,0,0,1), - (49898,2042,1,6805,0,9682.05,779.307,1285.27,3.67188,300,5,0,102,0,0,1), - (49899,2042,1,6805,0,9747.33,783.211,1296.93,3.01136,300,5,0,102,0,0,1), - (49900,2042,1,6805,0,9975.89,879.92,1325.72,4.50791,300,5,0,102,0,0,1), - (49901,2043,1,14318,0,9858.1,1834.19,1316.38,3.2837,300,5,0,137,0,0,1), - (49902,2043,1,14318,0,9382.15,585.58,1322.65,0.550747,300,5,0,137,0,0,1), - (49903,4091,1,2201,0,9654.43,2537.32,1331.6,3.92699,300,0,0,3517,4393,0,0), - (49904,2043,1,14318,0,9410.08,1442.42,1286.29,0.915928,300,5,0,137,0,0,1), - (49905,2043,1,14318,0,9384.34,648.148,1309.59,5.70041,300,5,0,137,0,0,1), - (49906,2043,1,14318,0,9412.83,580.065,1321.63,3.91286,300,5,0,137,0,0,1), - (49907,2043,1,14318,0,9370.44,1070.41,1278.64,3.62197,300,5,0,137,0,0,1), - (49908,2043,1,14318,0,9212.91,1220.95,1316.63,3.10839,300,5,0,137,0,0,1), - (49909,2043,1,14318,0,9322.74,916.021,1304.95,6.08464,300,5,0,137,0,0,1), - (49910,2043,1,14318,0,9844.01,1867.71,1320.64,4.46745,300,5,0,137,0,0,1), - (49911,2043,1,14318,0,9299.63,1525.35,1279.44,4.09611,300,5,0,137,0,0,1), - (49912,2043,1,14318,0,9308.93,1617.28,1292.38,2.69465,300,5,0,137,0,0,1), - (49913,2043,1,14318,0,9460.44,1755.72,1308.43,4.07943,300,5,0,137,0,0,1), - (49914,2043,1,14318,0,9343.08,685.377,1310.4,3.95124,300,5,0,137,0,0,1), - (49915,2043,1,14318,0,9425.12,1416.74,1293.86,6.08885,300,5,0,137,0,0,1), - (49916,2043,1,14318,0,9484.99,1756.41,1302.88,3.15819,300,5,0,137,0,0,1), - (49917,2043,1,14318,0,9479.38,1783.39,1312.52,1.77306,300,5,0,137,0,0,1), - (49918,2043,1,14318,0,9362.25,628.674,1318.09,2.46213,300,5,0,137,0,0,1), - (49919,2043,1,14318,0,9150.12,1236.91,1324.58,1.55369,300,5,0,137,0,0,1), - (49920,2043,1,14318,0,9262.86,1481.98,1293.37,1.59911,300,5,0,137,0,0,1), - (49921,2043,1,14318,0,9378.61,973.917,1283.33,2.42852,300,5,0,137,0,0,1), - (49922,2043,1,14318,0,9247.24,1252.79,1298.09,0.96031,300,5,0,137,0,0,1), - (49923,2043,1,14318,0,9145.05,1268.94,1324.34,2.27391,300,5,0,137,0,0,1), - (49924,2043,1,14318,0,9282.29,1422.83,1288.02,2.91311,300,5,0,137,0,0,1), - (49925,2043,1,14318,0,9923.4,1854.72,1321.21,0.331639,300,5,0,137,0,0,1), - (49926,2043,1,14318,0,9214.38,1283.38,1311.15,4.72281,300,5,0,137,0,0,1), - (49927,2043,1,14318,0,9936.16,1771.33,1331.57,0.625925,300,5,0,137,0,0,1), - (49928,2043,1,14318,0,9384.65,1513.58,1276.9,5.60226,300,5,0,137,0,0,1), - (49929,2043,1,14318,0,9450.58,1718.43,1301.46,1.44935,300,5,0,137,0,0,1), - (49930,2043,1,14318,0,9895.78,1737.91,1329.78,2.73364,300,5,0,137,0,0,1), - (49931,2043,1,14318,0,9945.32,1752.27,1332,3.41348,300,5,0,137,0,0,1), - (49932,2043,1,14318,0,9813.45,1744.49,1316.03,2.77399,300,5,0,137,0,0,1), - (49933,2043,1,14318,0,9449.38,585.401,1321.49,1.58489,300,5,0,137,0,0,1), - (49934,4092,1,2202,0,9612.45,2511.37,1331.6,0.785398,300,0,0,2471,3191,0,0), - (49935,6142,1,5083,0,9918.03,2308.6,1330.87,1.71042,300,0,0,1846,0,0,0), - (49936,2302,1,14873,0,9976.99,2314.13,1330.87,0.698132,600,0,0,10626,8019,0,0), - (49937,5118,1,3074,0,9985.7,2310.35,1330.87,1.48353,600,0,0,9563,0,0,0), - (49938,3838,1,1931,0,8640.58,841.118,23.3464,0.05236,600,0,0,7423,7071,0,0), - (49939,4262,1,14613,0,8639.22,849.739,22.8567,0.244346,300,0,0,4667,0,0,0), - (49940,12800,1,4269,0,-6434.27,3269.59,38.655,0.893311,600,10,0,30520,0,0,1), - (49941,12800,1,4269,0,-6119.36,3379.44,59.4982,1.12248,600,10,0,30520,0,0,1), - (49942,12800,1,4269,0,-5820.14,3485.02,28.5167,6.12735,600,10,0,30520,0,0,1), - (49943,12800,1,4269,0,-6116.64,3369.37,57.609,1.51411,600,10,0,30520,0,0,1), - (49944,12800,1,4269,0,-6197.07,3334.46,58.6327,2.46761,600,10,0,30520,0,0,1), - (49945,12800,1,4269,0,-6319.28,3344.16,65.2054,3.20316,600,10,0,30520,0,0,1), - (49946,12800,1,4269,0,-5787.43,3485.04,28.5554,2.57208,600,10,0,30520,0,0,1), - (49947,12800,1,4269,0,-5909.7,3494.38,56.567,1.04947,600,10,0,30520,0,0,1), - (49948,12801,1,10810,0,-6330.06,3291.88,70.8554,0,600,10,0,30520,0,0,1), - (49949,12801,1,10810,0,-6436.39,3345.68,58.6644,3.3681,600,15,0,30520,0,0,1), - (49950,12801,1,10810,0,-6315.02,3316.28,68.0559,3.53476,600,10,0,30520,0,0,1), - (49951,12801,1,10810,0,-5863.11,3412.64,23.5561,3.56418,600,10,0,30520,0,0,1), - (49952,12801,1,10810,0,-5751.47,3491.62,34.1866,2.91096,600,10,0,30520,0,0,1), - (49953,12801,1,10810,0,-5954.25,3450.71,45.5886,2.93596,600,10,0,30520,0,0,1), - (49954,12801,1,10810,0,-6017.64,3382.51,46.0543,4.43344,600,10,0,30520,0,0,1), - (49955,12801,1,10810,0,-6048.84,3347.2,50.5897,4.67721,600,10,0,30520,0,0,1), - (49956,12801,1,10810,0,-6082.72,3316.35,54.0408,5.49779,600,10,0,30520,0,0,1), - (49957,9986,1,9260,0,-4371.6,264.516,25.7434,4.20624,300,0,0,1605,0,0,0), - (49958,12802,1,9560,0,-5877.04,3316.89,37.7868,6.16069,600,15,0,22008,0,0,1), - (49959,12802,1,9560,0,-5882.79,3385.49,25.0237,1.92808,600,10,0,22008,0,0,1), - (49960,12802,1,9560,0,-5675.77,3462.87,47.407,5.85535,600,10,0,22008,0,0,1), - (49961,12802,1,9560,0,-5668.09,3429.49,48.0225,5.95896,600,15,0,22008,0,0,1), - (49962,12802,1,9560,0,-5918.32,3419.05,34.0495,1.88452,600,10,0,22008,0,0,1), - (49963,12802,1,9560,0,-5983.55,3415,45.994,5.37309,600,10,0,22008,0,0,1), - (49964,12802,1,9560,0,-6022.17,3448.47,55.6654,3.26405,600,10,0,22008,0,0,1), - (49965,12802,1,9560,0,-6047.88,3416.94,54.7501,0.126293,600,10,0,22008,0,0,1), - (49966,12802,1,9560,0,-6084.55,3380.53,53.2139,4.14751,600,10,0,22008,0,0,1), - (49967,7939,1,7012,0,-4428.23,3197.59,13.3577,5.85986,300,15,0,5996,0,0,1), - (49968,7939,1,7012,0,-4390.31,3202.46,17.6658,0.436332,300,0,0,5996,0,0,0), - (49969,7939,1,7012,0,-4377.73,3242.32,12.1581,4.51377,300,15,0,5996,0,0,2), - (49970,12803,1,12683,0,-5731.73,3402.58,65.4761,3.21747,600,0,0,323700,0,0,0), - (49971,7939,1,7012,0,-4492.24,3315.42,14.7457,0.174533,300,0,0,5996,0,0,0), - (49972,7939,1,7012,0,-4406.3,3290.4,12.4444,3.24631,300,0,0,5996,0,0,0), - (49973,7939,1,7012,0,-4339.32,3283.14,18.5912,1.11701,300,0,0,5996,0,0,0), - (49974,7939,1,7012,0,-4394.36,3371.5,14.8057,1.48474,300,15,0,5996,0,0,1), - (49975,7939,1,7012,0,-4443.71,3300.13,13.0322,5.23599,300,0,0,5996,0,0,0), - (49976,7939,1,7012,0,-4382.54,3196.88,17.6645,1.29154,300,0,0,5996,0,0,0), - (49977,7939,1,7012,0,-4484.77,3263.51,11.8672,1.13224,300,15,0,5996,0,0,1), - (49978,7939,1,7012,0,-4444.18,3225.68,12.6411,0.837758,300,0,0,5996,0,0,0), - (49979,7939,1,7012,0,-4513.34,3207.91,10.8197,1.88668,300,15,0,5996,0,0,1), - (49980,7939,1,7012,0,-4368.46,3168.19,12.5482,4.31734,300,15,0,5996,0,0,1), - (49981,7939,1,7012,0,-4342.76,3236.16,11.5476,4.4757,300,15,0,5996,0,0,1), - (49982,7939,1,7012,0,-4222.71,3282.85,8.14104,-1.0821,300,15,0,5996,0,0,2), - (49983,7939,1,7012,0,-4356.65,3358.19,11.807,1.10496,300,3,0,5996,0,0,1), - (49984,7939,1,7012,0,-4255.01,3290.86,11.7898,5.61996,300,0,0,5996,0,0,0), - (49985,7939,1,7012,0,-4255.43,3279.96,11.753,0.541052,300,0,0,5996,0,0,0), - (49986,7939,1,7012,0,-4528.45,3255.95,10.0763,2.32454,300,15,0,5996,0,0,1), - (49989,1795,0,414,0,1332.71,-1511.9,59.0698,2.4879,315,5,0,2823,2117,0,1), - (49990,1883,0,10304,0,2892.37,-1577.63,146.137,2.00713,315,0,0,3529,0,0,0), - (49991,7939,1,7012,0,-4352.23,3201.79,12.62,6.0695,300,15,0,5996,0,0,1), - (49992,1827,0,10352,0,2739.22,-1619.46,154.426,4.34587,315,0,0,7842,0,0,0), - (49993,7941,1,7022,0,-4364.43,3284.22,13.6339,3.49066,300,0,0,3986,0,0,0), - (49994,7942,1,7024,0,-4379.03,3311.83,13.6345,5.3058,300,0,0,4661,0,0,0), - (49996,1834,0,10324,0,2898.3,-1422.4,149.571,5.8294,315,0,0,6273,2117,0,0), - (49997,7943,1,7019,0,-4509.71,3285.25,14.9415,0.226893,300,0,0,3404,0,0,0), - (49998,7945,1,7023,0,-4504.52,3281.26,14.9415,1.6057,300,0,0,3404,0,0,0), - (49999,7946,1,7021,0,-4294.42,3199.97,0.517903,6.26573,300,0,0,3748,0,0,0), - (50000,7947,1,7017,0,-4380.15,3266.08,13.6348,0.453786,300,0,0,3748,0,0,0), - (50001,7948,1,7018,0,-4395.07,3174.23,17.6733,2.51327,300,0,0,3748,0,0,0), - (50002,7949,1,7020,0,-4416.97,3249.04,12.3839,0.733038,300,0,0,3632,0,0,0), - (50003,5390,1,4715,0,-4345.63,223.099,25.6056,2.94961,300,0,0,3404,0,0,0), - (50004,14355,1,14386,0,-4097.25,96.4591,76.3644,2.72271,300,0,0,3857,0,0,0), - (50005,7956,1,7044,0,-4481.82,858.533,74.6309,3.80482,300,0,0,2666,0,0,0), - (50006,7957,1,7045,0,-4479.81,858.481,74.6105,3.90954,300,0,0,2100,2763,0,0), - (50007,15384,1,11686,0,-4355.37,2429.23,6.47439,5.14872,300,15,0,42,0,0,1), - (50008,15384,1,11686,0,-4212.1,3292.71,6.16908,4.69494,300,0,0,42,0,0,0), - (50009,7725,1,6835,0,-4162.52,778.928,148.408,5.548,300,3,0,1981,0,0,1), - (50010,14373,1,14427,0,-4394.15,212.484,25.5193,1.76185,300,15,0,4612,0,0,2), - (50011,14374,1,14426,0,-4380,3241.9,12.21,5.68997,300,0,0,4612,0,0,2), - (50012,14889,1,15366,0,-2872.66,1884.25,52.7336,2.6529,604800,0,0,832750,0,0,0), - (50013,11818,1,11745,0,-4340.99,139.061,34.1855,3.38594,300,0,0,2666,0,0,0), - (50014,14637,1,14664,0,-4378.62,2327.33,1.54656,5.02655,300,0,0,3294,0,0,0), - (50015,7725,1,6836,0,-4538.72,672.333,60.2229,4.31236,300,15,0,1981,0,0,2), - (50016,7725,1,6836,0,-4553.5,779.687,47.8547,5.62744,300,15,0,1981,0,0,1), - (50017,7725,1,6835,0,-4600.34,822.483,47.3132,5.5812,300,15,0,1981,0,0,1), - (50018,7725,1,6835,0,-4514.15,723.69,62.5522,5.04314,300,3,0,1981,0,0,1), - (50019,7725,1,6836,0,-4515.26,769.58,60.5478,4.78392,300,15,0,1981,0,0,1), - (50020,7725,1,6836,0,-4519.95,757.272,60.3079,3.42085,300,0,0,1981,0,0,0), - (50021,7725,1,6835,0,-4116.92,578.076,74.7313,3.16893,300,15,0,1981,0,0,1), - (50022,7725,1,6836,0,-4536.63,805.182,60.3751,5.0091,300,0,0,1981,0,0,0), - (50023,7725,1,6835,0,-4506.7,812.016,62.6576,4.10152,300,0,0,1981,0,0,0), - (50024,7725,1,6835,0,-4528.38,810.67,60.3026,5.58505,300,0,0,1981,0,0,0), - (50025,7725,1,6836,0,-4543.01,805.112,60.7785,5.68382,300,15,0,1981,0,0,2), - (50026,7725,1,6836,0,-4561.73,846.277,60.6575,4.86533,300,0,0,1981,0,0,0), - (50027,7725,1,6835,0,-4531.33,846.52,60.0051,5.13127,300,0,0,1981,0,0,0), - (50028,7725,1,6835,0,-4213.85,668.458,70.6214,0.85559,300,6,0,1981,0,0,2), - (50029,7725,1,6835,0,-4123.18,661.064,86.0108,2.33141,300,3,0,1981,0,0,1), - (50030,7725,1,6836,0,-4185.9,598.25,70.6391,4.24802,300,0,0,1981,0,0,0), - (50031,7725,1,6836,0,-4189.18,611.001,70.7044,4.73188,300,0,0,1981,0,0,0), - (50032,7725,1,6836,0,-4171.3,623.446,70.5794,1.19024,300,15,0,1981,0,0,1), - (50033,7725,1,6836,0,-4254.78,648.282,68.7423,1.77963,300,3,0,1981,0,0,1), - (50034,7725,1,6835,0,-4583.27,652.849,48.9117,1.78667,300,15,0,1981,0,0,1), - (50035,7726,1,6832,0,-4227.26,648.075,70.6681,4.07039,300,0,0,1521,1332,0,0), - (50036,7726,1,6831,0,-4562.84,860.832,60.8183,6.0272,300,0,0,1521,1332,0,0), - (50037,7726,1,6832,0,-4545.76,657.794,58.7566,2.03943,300,3,0,1521,1332,0,1), - (50038,7726,1,2289,0,-4581.77,828.687,48.8691,5.24221,300,15,0,1521,1332,0,1), - (50039,7726,1,6831,0,-4529.06,792.544,59.7115,0.855211,300,0,0,1521,1332,0,0), - (50040,7726,1,6832,0,-4508.22,797.271,61.1456,3.13156,300,15,0,1521,1332,0,1), - (50041,7726,1,6831,0,-4171.72,656.348,70.5595,5.84964,300,0,0,1521,1332,0,0), - (50042,7726,1,6832,0,-4147.32,651.648,81.4496,1.71376,300,3,0,1521,1332,0,1), - (50043,7726,1,6831,0,-4146.88,584.375,70.7092,2.22397,300,0,0,1521,1332,0,0), - (50044,7726,1,6832,0,-4168.86,580.108,71.2641,5.93908,300,15,0,1521,1332,0,1), - (50045,7726,1,6832,0,-4156.1,592.543,70.5842,5.5061,300,15,0,1521,1332,0,1), - (50046,7726,1,6831,0,-4162.49,606.679,70.8209,2.72637,300,0,0,1521,1332,0,0), - (50047,7726,1,6832,0,-4247.92,623.313,62.5433,1.5708,300,3,0,1521,1332,0,1), - (50048,7727,1,6834,0,-4579.8,859.037,62.5833,1.53589,300,0,0,1648,1432,0,0), - (50049,7727,1,6833,0,-4559.06,657.949,57.7953,3.52556,300,0,0,1648,1432,0,0), - (50050,7727,1,6833,0,-4503.51,709.421,68.8389,2.82743,300,0,0,1648,1432,0,0), - (50051,7727,1,6834,0,-4492.88,785.292,65.7131,3.1765,300,0,0,1648,1432,0,0), - (50052,7727,1,6834,0,-4515.39,811.049,63.0038,4.20624,300,0,0,1648,1432,0,0), - (50053,7727,1,6834,0,-4196.5,643.374,68.4452,5.9438,300,3,0,1648,1432,0,1), - (50054,7727,1,6834,0,-4218.19,581.614,61.5993,4.01679,300,15,0,1648,1432,0,1), - (50055,11824,1,11743,0,-4335.8,3434.68,1.98591,5.46288,300,0,0,2972,0,0,0), - (50056,11825,1,11742,0,-4336.13,3433.76,2.06755,0.174533,300,0,0,3077,0,0,0), - (50057,11826,1,11744,0,-4497.76,-773.281,-39.3882,3.20023,300,0,0,2972,0,0,0), - (50058,10293,1,9822,0,-4365.9,3302,13.6392,2.96706,300,0,0,3632,0,0,0), - (50059,7736,1,6553,0,-4381.59,3289.45,13.6266,0.034907,300,0,0,1605,0,0,0), - (50060,7737,1,6554,0,-4460.1,242.722,39.1908,0.506145,300,0,0,1605,0,0,0), - (50061,14395,1,7107,0,-3762.79,1135.47,159.675,4.79965,300,0,0,4356,0,0,0), - (50062,7997,1,9345,0,-4543.43,814.337,60.4035,4.90377,300,0,0,2568,1381,0,0), - (50063,7997,1,9345,0,-4539.64,814.521,60.4035,3.68933,300,0,0,2568,1381,0,0), - (50064,7997,1,9345,0,-4537.99,821.534,60.4035,5.21737,300,0,0,2568,1381,0,0), - (50065,7997,1,9345,0,-4536.86,814.636,60.4035,1.88364,300,0,0,2568,1381,0,0), - (50066,7997,1,9345,0,-4539.76,819.124,60.4035,2.73082,300,0,0,2568,1381,0,0), - (50067,7997,1,9345,0,-4541.21,817.484,60.4035,3.06584,300,0,0,2568,1381,0,0), - (50068,7997,1,9345,0,-4545.5,816.318,60.4035,2.90394,300,0,0,2568,1381,0,0), - (50069,7997,1,9345,0,-4533.85,815.895,60.4035,0.442941,300,0,0,2568,1381,0,0), - (50070,7997,1,9345,0,-4536.61,817.237,60.4035,3.00027,300,0,0,2568,1381,0,0), - (50071,7997,1,9345,0,-4540.96,821.578,60.4035,1.24812,300,0,0,2568,1381,0,0), - (50072,7997,1,9345,0,-4542.69,820.501,60.4035,1.60307,300,0,0,2568,1381,0,0), - (50073,7997,1,9345,0,-4541.33,811.603,60.4035,2.38309,300,0,0,2568,1381,0,0), - (50074,14661,1,12149,0,-5219.04,90.9068,31.6091,4.48308,300,0,0,4721,0,0,0), - (50075,10059,1,9282,0,-4365.72,3254.8,12.6801,4.64258,300,0,0,1605,0,0,0), - (50076,9548,1,8666,0,-4484.55,233.527,48.4759,2.89725,300,0,0,3748,0,0,0), - (50077,7725,1,6836,0,-4184.52,805.35,144.867,4.98373,300,5,0,1981,0,0,1), - (50078,8019,1,7249,0,-4370.54,3340.11,12.352,3.42085,600,0,0,7423,7071,0,0), - (50079,7764,1,6989,0,-4474.9,3232.88,13.7295,0.951991,300,0,0,3517,0,0,0), - (50080,8020,1,7248,0,-4421.94,198.146,25.1863,0.575959,600,0,0,7423,7071,0,0), - (50081,8021,1,7272,0,-4419.57,180.707,29.337,4.38078,300,0,0,3517,0,0,0), - (50082,7765,1,1918,0,-3385.91,2495.84,23.5588,5.95869,300,0,0,2972,0,0,0), - (50083,5461,1,5450,0,-5515.21,2283.27,5.69187,2.66465,300,15,0,2578,0,0,1), - (50084,5461,1,5450,0,-3923.32,2765.01,-0.892795,5.31168,300,15,0,2578,0,0,1), - (50085,5461,1,5450,0,-3968.02,2921.14,14.971,5.23908,300,15,0,2578,0,0,1), - (50086,5461,1,5450,0,-3984.14,2981.9,1.69129,3.37745,300,15,0,2578,0,0,1), - (50087,5461,1,5450,0,-4016.89,3049.96,-1.99751,4.16623,300,15,0,2578,0,0,1), - (50088,5461,1,5450,0,-3902.11,2862.66,9.50532,2.73867,300,15,0,2578,0,0,1), - (50089,5461,1,5450,0,-4039.67,2866.3,-1.23671,0.125861,300,15,0,2578,0,0,1), - (50090,5461,1,5450,0,-4762.4,1979.28,2.0407,3.18454,300,15,0,2578,0,0,1), - (50091,5461,1,5450,0,-4165.58,2331.51,0.816095,5.51366,300,15,0,2578,0,0,1), - (50092,5461,1,5450,0,-4181.23,2383.45,2.96902,0.311354,300,15,0,2578,0,0,1), - (50093,5461,1,5450,0,-4075.83,2680.56,0.365861,1.0905,300,15,0,2578,0,0,1), - (50094,5461,1,5450,0,-4115.7,2625.66,2.58804,4.5536,300,15,0,2578,0,0,1), - (50095,5461,1,5450,0,-4122.94,2586.33,4.05547,1.74061,300,15,0,2578,0,0,1), - (50096,5461,1,5450,0,-5176.8,2262.24,-6.32783,5.5717,300,15,0,2578,0,0,1), - (50097,5461,1,5450,0,-4668.75,2368.75,-0.455117,0.427094,300,15,0,2578,0,0,1), - (50098,5461,1,5450,0,-4830.81,2137.04,-6.1245,3.54724,300,15,0,2578,0,0,1), - (50099,5461,1,5450,0,-4780.77,2137.37,-0.215034,0.875308,300,15,0,2578,0,0,1), - (50100,5461,1,5450,0,-4669.55,2084.79,-2.06703,5.68888,300,15,0,2578,0,0,1), - (50101,5461,1,5450,0,-4991.93,2224.25,-1.69709,0.597758,300,15,0,2578,0,0,1), - (50102,5461,1,5450,0,-5313.77,2218.88,5.98671,1.28975,300,15,0,2578,0,0,1), - (50103,5461,1,5450,0,-5312.36,2291.26,-9.05161,0.776143,300,15,0,2578,0,0,1), - (50104,5461,1,5450,0,-4851.08,2185.15,-0.014687,2.64081,300,0,0,2578,0,0,0), - (50105,5461,1,5450,0,-5083.59,2218.21,2.34196,2.72173,300,0,0,2578,0,0,0), - (50106,5461,1,5450,0,-5116.32,2251.19,-3.34717,1.05727,300,0,0,2578,0,0,0), - (50107,5461,1,5450,0,-5412.23,2284.13,0.142945,1.77733,300,0,0,2578,0,0,0), - (50108,5462,1,5562,0,-5391.06,2412.7,-41.2377,1.83763,300,15,0,2488,0,0,1), - (50109,5462,1,5562,0,-5548.4,2378.66,-10.86,5.01778,300,15,0,2488,0,0,1), - (50110,5462,1,5562,0,-5492.71,2358.39,-4.4692,5.33639,300,15,0,2488,0,0,1), - (50111,5462,1,5562,0,-3987.83,2844.87,7.97783,0.857332,300,15,0,2488,0,0,1), - (50112,5462,1,5562,0,-3970.58,3052.06,-15.5261,1.31421,300,15,0,2488,0,0,1), - (50113,5462,1,5562,0,-4063.12,2965.94,-9.04446,4.25,300,15,0,2488,0,0,1), - (50114,5462,1,5562,0,-3909.12,3062.48,4.12619,5.55162,300,15,0,2488,0,0,1), - (50115,5462,1,5562,0,-3899.3,2832.61,9.6593,4.34614,300,15,0,2488,0,0,1), - (50116,5462,1,5562,0,-4044.24,2803.5,-2.02519,5.39537,300,15,0,2488,0,0,1), - (50117,5462,1,5562,0,-4758.67,2039.59,7.59766,2.30956,300,15,0,2488,0,0,1), - (50118,5462,1,5562,0,-4830.33,2055.57,-0.831922,4.62242,300,15,0,2488,0,0,1), - (50119,5462,1,5562,0,-4828.88,2027.82,-3.60859,4.38017,300,15,0,2488,0,0,1), - (50120,5462,1,5562,0,-4182.71,2356.02,-0.31902,2.24992,300,15,0,2488,0,0,1), - (50121,5462,1,5562,0,-4155.68,2515.49,8.72353,0.249293,300,15,0,2488,0,0,1), - (50122,5462,1,5562,0,-4163.18,2548.86,2.12468,1.89537,300,15,0,2488,0,0,1), - (50123,5462,1,5562,0,-4186.32,2417.43,3.42182,3.88669,300,15,0,2488,0,0,1), - (50124,5462,1,5562,0,-5131.23,2162.94,21.3649,4.24406,300,15,0,2488,0,0,1), - (50125,5462,1,5562,0,-4511.62,2316.16,1.36214,3.85672,300,0,0,2488,0,0,0), - (50126,5462,1,5562,0,-4618.54,2318.41,0.85458,5.23477,300,15,0,2488,0,0,1), - (50127,5462,1,5562,0,-4763.79,2254.95,7.6773,2.91604,300,15,0,2488,0,0,1), - (50128,5462,1,5562,0,-4690.65,2122.08,0.995602,5.01113,300,15,0,2488,0,0,1), - (50129,5462,1,5562,0,-4622.85,2072.9,5.03102,3.77668,300,15,0,2488,0,0,1), - (50130,5462,1,5562,0,-4742.06,2075.45,0.68829,1.77719,300,15,0,2488,0,0,1), - (50131,5462,1,5562,0,-4978.97,2256.16,-6.0128,0.620005,300,15,0,2488,0,0,1), - (50132,5462,1,5562,0,-4942.11,2217.82,-0.425181,0.347843,300,15,0,2488,0,0,1), - (50133,5462,1,5562,0,-5217.91,2213.74,-1.54423,2.57247,300,15,0,2488,0,0,1), - (50134,5462,1,5562,0,-5374.33,2253.37,4.53737,0.529199,300,15,0,2488,0,0,1), - (50135,5462,1,5562,0,-5328.13,2253.13,-2.18281,4.44595,300,15,0,2488,0,0,1), - (50136,5462,1,5562,0,-4783.76,2318.24,-1.00769,1.97605,300,0,0,2488,0,0,0), - (50137,5462,1,5562,0,-4927.25,2187.37,6.13102,3.18551,300,15,0,2488,0,0,1), - (50138,5462,1,5562,0,-4841.98,2207.39,2.57706,3.60305,300,15,0,2488,0,0,1), - (50139,5462,1,5562,0,-5003.1,2177.49,13.9019,3.38326,300,15,0,2488,0,0,1), - (50140,5462,1,5562,0,-5181.88,2179.13,7.24054,4.77103,300,15,0,2488,0,0,1), - (50141,5462,1,5562,0,-5282.64,2213.34,1.64816,4.6694,300,15,0,2488,0,0,1), - (50142,11098,1,10623,0,-4364.53,273.484,26.4007,5.48033,300,0,0,4108,0,0,0), - (50143,7773,1,6992,0,-3129.57,2257.48,39.8686,4.27606,300,0,0,3857,2434,0,0), - (50144,7774,1,6985,0,-2843.75,2785.17,94.4791,3.21141,300,0,0,1939,4393,0,0), - (50145,7775,1,6995,0,-3551.3,2305.97,62.8218,5.16617,300,0,0,2972,0,0,0), - (50146,3936,1,2035,0,-4505.82,3337.48,14.1203,5.61996,300,0,0,4079,0,0,0), - (50147,7776,1,6996,0,-4397.66,146.916,25.5951,0.942478,300,0,0,3517,0,0,0), - (50148,7777,1,6993,0,-4386.08,173.278,25.8706,4.91319,300,6,0,2471,0,0,2), - (50149,2914,1,1206,0,-4897.93,1363.23,63.6794,2.94954,300,3,0,8,0,0,1), - (50150,2914,1,1206,0,-2950.75,2393.43,39.7234,5.04031,300,15,0,8,0,0,1), - (50151,2914,1,1206,0,-4457.35,-307.76,42.425,5.09725,300,15,0,8,0,0,1), - (50152,2914,1,1206,0,-5162.67,656.135,53.9433,2.72014,300,15,0,8,0,0,1), - (50153,2914,1,1206,0,-3483.21,2623.26,79.4637,5.73121,300,15,0,8,0,0,1), - (50154,2914,1,1206,0,-4203.14,-179.211,57.6665,4.70262,300,15,0,8,0,0,1), - (50155,2914,1,1206,0,-4857.73,1684.21,105.603,4.16611,300,15,0,8,0,0,1), - (50156,2914,1,1206,0,-4141.26,-424.595,24.6002,0.09075,300,15,0,8,0,0,1), - (50157,2914,1,1206,0,-5580.75,1510.9,21.4424,3.10157,300,15,0,8,0,0,1), - (50158,2914,1,1206,0,-5781.03,1628.92,84.0356,5.70304,300,15,0,8,0,0,1), - (50159,2914,1,1206,0,-4637.77,1770.46,97.7827,4.25486,300,15,0,8,0,0,1), - (50160,2914,1,1206,0,-5205.35,467.829,39.7854,5.60845,300,15,0,8,0,0,1), - (50161,2914,1,1206,0,-4574.82,1800.08,97.1029,3.10179,300,15,0,8,0,0,1), - (50162,2914,1,1206,0,-4564.59,1464.5,101.228,2.42809,300,15,0,8,0,0,1), - (50163,2914,1,1206,0,-4461.14,-83.7371,58.1981,5.08419,300,15,0,8,0,0,1), - (50164,2914,1,1206,0,-4213.15,586.49,62.9479,5.15244,300,15,0,8,0,0,1), - (50165,2914,1,1206,0,-3827.94,1974.19,71.0933,5.4009,300,15,0,8,0,0,1), - (50166,2914,1,1206,0,-4650.8,1612.79,115.911,5.45524,300,15,0,8,0,0,1), - (50167,7725,1,6835,0,-4151.04,808.422,146.091,2.76428,300,6,0,1981,0,0,2), - (50168,5229,1,597,0,-3552.33,220.407,149.381,5.86008,300,2,0,1829,0,0,1), - (50169,5229,1,597,0,-3567.59,246.207,146.21,2.40457,300,2,0,1829,0,0,1), - (50170,5229,1,597,0,-3523.01,238.285,150.637,0.078966,300,2,0,1829,0,0,1), - (50171,5229,1,597,0,-3599.56,246.22,139.355,5.56426,300,3,0,1829,0,0,1), - (50172,5229,1,597,0,-3552.49,234.808,145.86,4.69367,300,2,0,1829,0,0,2), - (50173,5229,1,597,0,-3894.59,202.168,114.951,0.069316,300,0,0,1829,0,0,0), - (50174,5229,1,597,0,-3606.89,265.504,139.117,1.96122,300,3,0,1829,0,0,2), - (50175,5229,1,597,0,-3984.26,-77.4152,151.416,2.91006,300,0,0,1829,0,0,0), - (50176,5229,1,597,0,-3998.19,-184.351,139.492,6.1696,300,0,0,1829,0,0,0), - (50177,5229,1,597,0,-3975.58,-93.4045,150.166,1.5978,300,0,0,1829,0,0,0), - (50178,5229,1,597,0,-3745.4,117.25,136.486,-0.372667,300,3,0,1829,0,0,1), - (50179,5229,1,597,0,-3681.16,254.699,141.529,1.23567,300,0,0,1829,0,0,0), - (50180,5229,1,597,0,-3738.9,214.265,122.011,2.265,300,0,0,1829,0,0,0), - (50181,5229,1,597,0,-3981.8,220.084,80.7329,5.98368,300,3,0,1829,0,0,2), - (50182,5229,1,597,0,-3976.95,186.63,103.495,1.62163,300,15,0,1829,0,0,1), - (50183,7725,1,6836,0,-4136.98,812.896,146.091,5.54254,300,0,0,1981,0,0,0), - (50184,5229,1,597,0,-3935.08,204.251,109.474,1.92083,300,6,0,1829,0,0,2), - (50185,5229,1,597,0,-3874.16,218.916,112.669,2.69598,300,15,0,1829,0,0,2), - (50186,5232,1,11554,0,-3531.52,224.624,149.388,3.86353,300,2,0,1981,0,0,1), - (50187,5232,1,11554,0,-3586.61,215.162,140.098,2.40627,300,2,0,1981,0,0,1), - (50188,5232,1,11554,0,-3586.44,199.911,136.561,5.3208,300,2,0,1981,0,0,1), - (50189,5232,1,11554,0,-4890.78,1243.28,77.4524,4.7096,300,3,0,1981,0,0,2), - (50190,5232,1,11554,0,-4913.71,1175.46,58.8896,0.868525,300,15,0,1981,0,0,1), - (50191,5232,1,11554,0,-5019.56,1291.98,91.6835,4.50189,300,15,0,1981,0,0,1), - (50192,5232,1,11554,0,-5031.87,1318.08,90.1847,4.46863,300,15,0,1981,0,0,1), - (50193,5232,1,11554,0,-5011.82,1245.25,55.2638,6.24914,300,3,0,1981,0,0,1), - (50194,5232,1,11554,0,-3902.08,114.584,135.371,0,300,0,0,1981,0,0,0), - (50195,5232,1,11554,0,-3736.08,251.508,121.212,5.57098,300,0,0,1981,0,0,0), - (50196,5232,1,11554,0,-3638.13,245.18,143.312,1.17227,300,0,0,1981,0,0,0), - (50197,5232,1,11554,0,-5375.47,1370.42,25.7613,4.93601,300,10,0,1981,0,0,1), - (50198,5232,1,11554,0,-3990.23,-140.155,139.348,5.86064,300,0,0,1981,0,0,0), - (50199,5232,1,11554,0,-3963.46,-143.596,140.532,3.22123,300,15,0,1981,0,0,2), - (50200,5232,1,11554,0,-3951.49,-95.4563,151.212,5.26223,300,3,0,1981,0,0,1), - (50201,5232,1,11554,0,-3979.17,52.6445,105.083,5.86712,300,3,0,1981,0,0,1), - (50202,5232,1,11554,0,-3930.18,-18.0148,135.733,4.93509,300,3,0,1981,0,0,1), - (50203,5232,1,11554,0,-3743.54,201.453,121.886,1.68627,300,0,0,1981,0,0,0), - (50204,5232,1,11554,0,-3713.27,210.511,125.98,0.030828,300,3,0,1981,0,0,1), - (50205,5232,1,11554,0,-3661.68,256.456,143.152,3.70299,300,0,0,1981,0,0,0), - (50206,5232,1,11554,0,-4888.54,1157.31,80.589,4.53876,300,0,0,1981,0,0,0), - (50207,5232,1,11554,0,-4922.48,1143.04,80.0574,3.64795,300,3,0,1981,0,0,1), - (50208,5232,1,11554,0,-4866.61,1146.92,85.0966,6.22215,300,15,0,1981,0,0,1), - (50209,5232,1,11554,0,-4969.43,1176.62,59.7579,3.92117,300,3,0,1981,0,0,2), - (50210,5232,1,11554,0,-5038.06,1234.27,53.6871,5.21011,300,3,0,1981,0,0,1), - (50211,5232,1,11554,0,-4996.35,1217.19,52.6152,1.1004,300,3,0,1981,0,0,1), - (50212,5232,1,11554,0,-5063.14,1242.75,51.4371,3.5712,300,3,0,1981,0,0,1), - (50213,5232,1,11554,0,-5314.81,1319.76,46.5877,0.81007,300,3,0,1981,0,0,2), - (50214,5232,1,11554,0,-5385,1367.14,23.7354,4.69286,300,3,0,1981,0,0,1), - (50215,5232,1,11554,0,-3917.37,184.616,119.005,3.24146,300,0,0,1981,0,0,0), - (50216,5232,1,11554,0,-3942.83,181.053,107.124,6.2578,300,0,0,1981,0,0,0), - (50217,5232,1,11554,0,-3867.18,226.102,113.581,5.3058,300,0,0,1981,0,0,0), - (50218,5232,1,11554,0,-3912.76,120.281,134.496,4.3226,300,0,0,1981,0,0,0), - (50219,5234,1,11557,0,-5078.35,1220.73,51.696,5.08581,300,3,0,2059,0,0,1), - (50220,5234,1,11557,0,-4988.33,1295.74,94.85,2.73632,300,15,0,2059,0,0,1), - (50221,5234,1,11557,0,-5379.59,1345.91,24.743,0.289026,300,10,0,2059,0,0,1), - (50222,5234,1,11557,0,-5351.17,1318.54,35.7507,0.545927,300,0,0,2059,0,0,0), - (50223,5234,1,11557,0,-4939.8,1197.64,60.731,0.136027,300,3,0,2059,0,0,1), - (50224,5234,1,11557,0,-4898.23,1221.05,66.5063,5.8042,300,3,0,2059,0,0,1), - (50225,5234,1,11557,0,-5032.37,1194.28,51.3887,2.38051,300,3,0,2059,0,0,1), - (50226,5234,1,11557,0,-5055.55,1209.83,48.9092,0.661183,300,3,0,2059,0,0,1), - (50227,5234,1,11557,0,-4889.94,1145.07,82.2106,3.32155,300,0,0,2059,0,0,0), - (50228,5234,1,11557,0,-4898.92,1148.02,81.3356,4.45566,300,3,0,2059,0,0,2), - (50229,5234,1,11557,0,-4936.2,1170.16,74.731,3.24049,300,3,0,2059,0,0,1), - (50230,5234,1,11557,0,-5280.49,1278.13,50.8268,4.20624,300,0,0,2059,0,0,0), - (50231,883,1,347,0,-3402.26,2472.13,35.0458,5.03661,300,15,0,1,0,0,1), - (50232,883,1,347,0,-4741.82,190.135,40.7271,3.15526,300,15,0,1,0,0,1), - (50233,883,1,347,0,-2762.65,2659.9,71.5647,3.14159,300,15,0,1,0,0,1), - (50234,3700,1,4484,0,-4316.84,3292.65,19.1552,6.26573,300,0,0,2707,0,0,0), - (50235,5236,1,11559,0,-5739.76,1222.35,66.3547,0.239977,300,0,0,1711,1483,0,0), - (50236,5236,1,11559,0,-5543.93,993.696,16.5127,6.14889,300,15,0,1711,1483,0,1), - (50237,5236,1,11559,0,-5754.1,1123.4,68.6717,5.84817,300,15,0,1711,1483,0,1), - (50238,5236,1,11559,0,-5567.08,1098.5,17.7634,4.51264,300,15,0,1711,1483,0,1), - (50239,5236,1,11559,0,-5554.51,1017.75,14.1975,1.15922,300,15,0,1711,1483,0,1), - (50240,5236,1,11559,0,-5510.64,1203.21,18.9783,4.09638,300,3,0,1711,1483,0,1), - (50241,5236,1,11559,0,-5442.2,1269.46,20.459,1.41798,300,3,0,1711,1483,0,1), - (50242,5236,1,11559,0,-5427.41,1221,30.396,0.551369,300,3,0,1711,1483,0,2), - (50243,5236,1,11559,0,-5471.94,1279.61,22.7206,3.06456,300,10,0,1711,1483,0,1), - (50244,5236,1,11559,0,-5298.71,1271.71,50.6932,3.33781,300,0,0,1711,1483,0,0), - (50245,5236,1,11559,0,-5368.86,1241.26,23.0316,4.94201,300,3,0,1711,1483,0,1), - (50246,5236,1,11559,0,-5418.5,1251.67,23.3841,5.18462,300,3,0,1711,1483,0,1), - (50247,5236,1,11559,0,-5426.85,1309.13,22.0051,4.43478,300,3,0,1711,1483,0,1), - (50248,5236,1,11559,0,-5606.17,1342.29,54.1234,0.815595,300,3,0,1711,1483,0,1), - (50249,5236,1,11559,0,-5496.35,1380.06,22.2917,5.19242,300,3,0,1711,1483,0,1), - (50250,5237,1,11558,0,-3935.27,202.822,108.599,4.50495,300,0,0,1522,1332,0,0), - (50251,5237,1,11558,0,-3914.62,191.507,120.183,0.87668,300,0,0,1522,1332,0,0), - (50252,5237,1,11558,0,-3723.97,243.67,121.245,1.05641,300,0,0,1522,1332,0,0), - (50253,5237,1,11558,0,-3984.43,-130.257,140.499,2.94935,300,0,0,1522,1332,0,0), - (50254,5237,1,11558,0,-4014.67,-152.1,135.22,2.49505,300,0,0,1522,1332,0,0), - (50255,5237,1,11558,0,-3926.73,-61.5015,151.267,4.65516,300,3,0,1522,1332,0,1), - (50256,5237,1,11558,0,-3890.92,140.045,125.718,0.093841,300,15,0,1522,1332,0,2), - (50257,5237,1,11558,0,-3747.98,144.257,128.552,1.77818,300,3,0,1522,1332,0,1), - (50258,5237,1,11558,0,-3687.01,215.11,128.269,3.29319,300,3,0,1522,1332,0,1), - (50259,5237,1,11558,0,-3988.29,155.363,99.638,3.20998,300,15,0,1522,1332,0,1), - (50260,5238,1,11533,0,-5550.99,1124.75,23.0101,1.64483,300,15,0,2310,0,0,1), - (50261,5238,1,11533,0,-5565.3,1067.97,16.3345,1.92013,300,15,0,2310,0,0,1), - (50262,5238,1,11533,0,-5610.57,1269.5,36.6797,5.30032,300,15,0,2310,0,0,1), - (50263,5238,1,11533,0,-5682.24,1333.93,53.2472,5.32267,300,3,0,2310,0,0,1), - (50264,5238,1,11533,0,-5525.03,1321.6,20.8706,2.82601,300,10,0,2310,0,0,1), - (50265,5238,1,11533,0,-5546.26,1297.31,20.697,5.72795,300,15,0,2310,0,0,1), - (50266,5238,1,11533,0,-5500.59,1205.17,18.9783,5.76882,300,3,0,2310,0,0,1), - (50267,5238,1,11533,0,-5477.7,1295.31,21.9706,5.78789,300,10,0,2310,0,0,2), - (50268,5238,1,11533,0,-5729.76,1442.24,54.1248,4.65138,300,0,0,2310,0,0,0), - (50269,5238,1,11533,0,-5755.46,1328.19,54.1247,3.14631,300,0,0,2310,0,0,0), - (50270,5238,1,11533,0,-5628.15,1300.93,54.5084,0.504041,300,0,0,2310,0,0,0), - (50271,5238,1,11533,0,-5525,1235.24,21.4738,5.78633,300,3,0,2310,0,0,1), - (50272,5238,1,11533,0,-5548.04,1186.54,27.9502,4.67626,300,3,0,2310,0,0,1), - (50273,5238,1,11533,0,-5734.47,1369.02,73.2589,4.16586,300,15,0,2310,0,0,1), - (50274,5238,1,11533,0,-5721.76,1374.14,51.5406,6.21209,300,3,0,2310,0,0,1), - (50275,5238,1,11533,0,-5573.75,1370.36,46.9779,0.491816,300,3,0,2310,0,0,2), - (50276,5239,1,11556,0,-5767.52,1123.79,68.4763,1.00322,300,15,0,1618,3801,0,1), - (50277,5239,1,11556,0,-5584.81,1073.23,17.6064,5.55467,300,15,0,1618,3801,0,1), - (50278,5239,1,11556,0,-5520.58,1102.56,23.5552,4.98167,300,15,0,1618,3801,0,1), - (50279,5239,1,11556,0,-5656.5,1176.01,58.0369,0.080327,300,15,0,1618,3801,0,1), - (50280,5239,1,11556,0,-5645.62,1244.78,39.3528,4.56584,300,15,0,1618,3801,0,1), - (50281,5239,1,11556,0,-5535.77,1305.48,21.0026,0.731972,300,0,0,1618,3801,0,0), - (50282,5239,1,11556,0,-5691.46,1393.66,49.734,4.45653,300,15,0,1618,3801,0,1), - (50283,5239,1,11556,0,-5520.92,1381.1,24.9167,1.72761,300,3,0,1618,3801,0,1), - (50284,5239,1,11556,0,-5619.08,1427.53,54.1258,0.432731,300,3,0,1618,3801,0,1), - (50285,5239,1,11556,0,-5766.92,1349.33,54.1249,4.32748,300,0,0,1618,3801,0,0), - (50286,5239,1,11556,0,-5482.08,1253.13,21.4318,1.56155,300,3,0,1618,3801,0,1), - (50287,5239,1,11556,0,-5523.49,1286.07,21.3134,4.55601,300,10,0,1618,3801,0,1), - (50288,5239,1,11556,0,-5547.17,1213.69,23.4018,5.67149,300,3,0,1618,3801,0,1), - (50289,5239,1,11556,0,-5588.5,1218.04,20.9308,4.60669,300,15,0,1618,3801,0,1), - (50290,5239,1,11556,0,-5652.26,1390.56,52.5531,4.16266,300,3,0,1618,3801,0,1), - (50291,5240,1,11560,0,-5715.53,1178.7,66.6073,3.97802,300,0,0,1441,3575,0,0), - (50292,5240,1,11560,0,-5596.2,1325.79,29.5073,1.62158,300,15,0,1441,3575,0,1), - (50293,5240,1,11560,0,-5006.37,1309.33,94.4347,3.2685,300,15,0,1441,3575,0,1), - (50294,5240,1,11560,0,-5769.19,1404.14,54.2198,0.665511,300,0,0,1441,3575,0,0), - (50295,5240,1,11560,0,-4922.92,1218.75,62.771,2.14929,300,3,0,1441,3575,0,1), - (50296,5240,1,11560,0,-5671.89,1224.65,59.3926,0.776518,300,10,0,1441,3575,0,1), - (50297,5240,1,11560,0,-5357.44,1302.94,35.6257,3.19209,300,0,0,1441,3575,0,0), - (50298,5240,1,11560,0,-5338.8,1345.69,38.6271,5.53368,300,3,0,1441,3575,0,1), - (50299,5240,1,11560,0,-4945.83,1144.3,76.8108,2.94199,300,3,0,1441,3575,0,1), - (50300,5240,1,11560,0,-5036.73,1228.78,53.0342,3.76423,300,3,0,1441,3575,0,1), - (50301,5240,1,11560,0,-4984.98,1195.27,55.0511,4.42523,300,3,0,1441,3575,0,1), - (50302,5240,1,11560,0,-5274.05,1289.71,50.8182,5.59454,300,3,0,1441,3575,0,1), - (50303,5240,1,11560,0,-5715.13,1411.36,53.9826,4.55094,300,3,0,1441,3575,0,1), - (50304,5240,1,11560,0,-5666.87,1333.86,73.2549,0.360539,300,15,0,1441,3575,0,2), - (50305,5240,1,11560,0,-5450.62,1385.78,24.6597,3.0821,300,10,0,1441,3575,0,1), - (50306,5241,1,11561,0,-5570.45,1186.31,26.6708,3.74648,300,3,0,2399,0,0,1), - (50307,5241,1,11561,0,-5711.01,1220.71,66.5599,3.92146,300,0,0,2399,0,0,0), - (50308,5241,1,11561,0,-5672.26,1203.56,56.9064,4.46989,300,10,0,2399,0,0,1), - (50309,5241,1,11561,0,-5573.96,1174.25,27.0458,1.56395,300,3,0,2399,0,0,1), - (50310,5241,1,11561,0,-5511.45,1060.33,25.2255,6.12298,300,15,0,2399,0,0,1), - (50311,5241,1,11561,0,-5557.32,1000.45,15.2884,0.457752,300,15,0,2399,0,0,1), - (50312,5241,1,11561,0,-5543.87,1073.46,20.1353,4.99687,300,15,0,2399,0,0,1), - (50313,5241,1,11561,0,-5757.31,1199.64,67.6315,5.87756,300,0,0,2399,0,0,0), - (50314,5241,1,11561,0,-5761.03,1177.56,66.3508,4.29215,300,0,0,2399,0,0,0), - (50315,5241,1,11561,0,-5497,1140.25,41.1292,2.37184,300,3,0,2399,0,0,1), - (50316,5241,1,11561,0,-5489.47,1136.08,42.6292,0.682681,300,3,0,2399,0,0,1), - (50317,5241,1,11561,0,-5454.48,1219.14,33.1848,3.88395,300,0,0,2399,0,0,0), - (50318,5241,1,11561,0,-5464.01,1206.38,34.5598,4.68211,300,3,0,2399,0,0,1), - (50319,5241,1,11561,0,-5396.64,1273.44,23.4645,4.95867,300,0,0,2399,0,0,0), - (50320,5241,1,11561,0,-5691.45,1338.3,73.2549,2.69485,300,3,0,2399,0,0,1), - (50321,5241,1,11561,0,-5686.06,1416.53,73.2549,6.16033,300,3,0,2399,0,0,1), - (50322,5244,1,3194,0,-5338.6,19.982,21.4105,1.55318,300,3,0,2310,0,0,1), - (50323,5244,1,3194,0,-5318.98,-17.8613,16.1199,0.744807,300,3,0,2310,0,0,1), - (50324,5244,1,3194,0,-5349.76,9.4788,20.7913,5.33313,300,3,0,2310,0,0,1), - (50325,5244,1,3194,0,-5401.98,99.3152,30.762,5.67868,300,3,0,2310,0,0,2), - (50326,5244,1,3194,0,-5357.13,388.502,18.9143,1.89701,300,3,0,2310,0,0,1), - (50327,5244,1,3194,0,-5379.64,336.388,26.4083,2.31339,300,3,0,2310,0,0,1), - (50328,5244,1,3194,0,-5263.93,324.455,16.8276,0.471752,300,15,0,2310,0,0,1), - (50329,5244,1,3194,0,-5218.99,90.9588,31.5972,4.47771,300,3,0,2310,0,0,2), - (50330,5244,1,3194,0,-5278.14,82.0057,24.9294,3.62013,300,3,0,2310,0,0,1), - (50331,5244,1,3194,0,-5316.66,350.403,44.1899,0.004491,300,15,0,2310,0,0,2), - (50332,5245,1,482,0,-5151.49,117.906,67.2418,5.6057,300,10,0,2138,0,0,1), - (50333,5245,1,482,0,-5291.31,244.904,57.4511,3.92518,300,15,0,2138,0,0,1), - (50334,5245,1,482,0,-5309.23,265.569,61.418,4.72541,300,15,0,2138,0,0,1), - (50335,5245,1,482,0,-5220.45,166.931,66.2502,5.0722,300,15,0,2138,0,0,1), - (50336,5245,1,482,0,-5282.17,179.611,63.0415,4.48779,300,15,0,2138,0,0,1), - (50337,5245,1,482,0,-5251.37,284.326,55.7261,5.7918,300,15,0,2138,0,0,1), - (50338,5245,1,482,0,-5280.08,313.365,61.7236,4.08456,300,15,0,2138,0,0,2), - (50339,5245,1,482,0,-5250.39,352.759,59.147,2.05551,300,10,0,2138,0,0,1), - (50340,5245,1,482,0,-5314.53,410.838,56.8031,4.39079,300,10,0,2138,0,0,1), - (50341,5245,1,482,0,-5280.85,380.437,55.8262,5.65422,300,10,0,2138,0,0,1), - (50342,5246,1,157,0,-5293.13,107.013,64.4161,0.947597,300,3,0,2138,0,0,1), - (50343,5246,1,157,0,-5111.8,144.56,56.7466,5.66653,300,10,0,2138,0,0,1), - (50344,5246,1,157,0,-5145.72,258.004,54.4328,0.388718,300,15,0,2138,0,0,1), - (50345,5246,1,157,0,-5126.87,221.788,52.8492,6.16567,300,15,0,2138,0,0,1), - (50346,5246,1,157,0,-5148.31,173.635,61.5708,3.85114,300,15,0,2138,0,0,1), - (50347,5246,1,157,0,-5188.47,339.984,58.6181,3.65996,300,15,0,2138,0,0,1), - (50348,5246,1,157,0,-5237.48,221.363,57.3929,1.46308,300,15,0,2138,0,0,1), - (50349,5246,1,157,0,-5215.85,381.38,59.4179,5.91943,300,15,0,2138,0,0,1), - (50350,5246,1,157,0,-5184.89,282.205,54.8307,4.44824,300,15,0,2138,0,0,1), - (50351,5246,1,157,0,-5215.87,313.707,56.7596,5.23541,300,15,0,2138,0,0,1), - (50352,5247,1,2592,0,-5368.28,264.945,20.5985,4.95465,300,15,0,2310,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (49620,2031,1,0,0,10509.4,868.567,1314.04,5.31195,300,300,5,0,42,0,0,1), + (49621,2031,1,0,0,10330.7,664.841,1332.05,1.31919,300,300,5,0,42,0,0,1), + (49622,2031,1,0,0,10314.7,868.156,1333.09,2.37829,300,300,5,0,42,0,0,1), + (49623,2031,1,0,0,10418.9,684.193,1324.18,5.0535,300,300,5,0,42,0,0,1), + (49624,6128,1,0,0,9672.7,1408.81,1402.76,3.20626,300,300,0,0,198,0,0,0), + (49625,3568,1,0,0,10758.4,2208.9,1331.64,4.2237,300,300,0,0,413,0,0,0), + (49626,2032,1,0,0,10608.2,759.786,1315.78,5.05716,300,300,5,0,55,0,0,1), + (49627,2032,1,0,0,10514.9,584.449,1339.01,2.59339,300,300,5,0,55,0,0,1), + (49628,2032,1,0,0,10506.7,639.257,1328.1,4.12737,300,300,5,0,55,0,0,1), + (49629,2032,1,0,0,10542.1,642.443,1327.19,3.48069,300,300,5,0,55,0,0,1), + (49630,2032,1,0,0,10507.2,649.605,1325.47,5.20924,300,300,5,0,55,0,0,1), + (49631,2032,1,0,0,10580.1,655.675,1324.96,2.03661,300,300,5,0,55,0,0,1), + (49632,2032,1,0,0,10546.4,620.64,1331.08,0.750677,300,300,5,0,55,0,0,1), + (49633,2032,1,0,0,10574.2,638.466,1327.28,0.860051,300,300,5,0,55,0,0,1), + (49634,2032,1,0,0,10575.3,606.387,1336.35,3.12105,300,300,5,0,55,0,0,1), + (49635,2032,1,0,0,10505,696.176,1319.22,2.4246,300,300,5,0,55,0,0,1), + (49636,2032,1,0,0,10616.5,783.857,1313.78,5.43431,300,300,5,0,55,0,0,1), + (49637,2032,1,0,0,10613.9,813.975,1310.55,1.67976,300,300,5,0,55,0,0,1), + (49638,2032,1,0,0,10763.5,801.209,1335.82,0.907151,300,300,5,0,55,0,0,1), + (49639,2032,1,0,0,10670.4,767.625,1320.87,1.78608,300,300,5,0,55,0,0,1), + (49640,2032,1,0,0,10625.2,724.59,1321.93,4.60217,300,300,5,0,55,0,0,1), + (49641,2032,1,0,0,10654.2,709.779,1326.92,1.50494,300,300,5,0,55,0,0,1), + (49642,2032,1,0,0,10662.7,629.348,1342.76,5.48279,300,300,5,0,55,0,0,1), + (49643,2032,1,0,0,10637.6,671.466,1330.12,4.50198,300,300,5,0,55,0,0,1), + (49644,2032,1,0,0,10593.4,614.076,1337.09,4.86002,300,300,5,0,55,0,0,1), + (49645,2032,1,0,0,10665.7,731.505,1324.02,0.727372,300,300,5,0,55,0,0,1), + (49646,2032,1,0,0,10605.3,743.945,1319.16,3.92457,300,300,5,0,55,0,0,1), + (49647,2032,1,0,0,10620.3,717.732,1322.39,2.31982,300,300,5,0,55,0,0,1), + (49648,2032,1,0,0,10533.3,633.584,1327.31,2.84489,300,300,0,0,55,0,0,0), + (49650,14883,309,0,0,-11534.8,-1282.44,78.7332,2.1293,7200,7200,0,0,12210,9736,0,0), + (49651,14825,309,0,0,-11571.9,-1295.26,77.6076,3.55907,7200,7200,0,0,12210,9736,0,0), + (49652,14825,309,0,0,-11569.4,-1294.16,77.6076,3.57274,7200,7200,0,0,12210,9736,0,0), + (49653,14825,309,0,0,-11567.6,-1293.33,77.6094,3.61198,7200,7200,0,0,12210,9736,0,0), + (49654,14825,309,0,0,-11565.8,-1292.49,77.6175,3.65169,7200,7200,0,0,12210,9736,0,0), + (49655,11380,309,0,0,-11515.8,-1275.48,79.6621,3.15905,259200,259200,0,0,319800,26200,0,0), + (49656,11389,309,0,0,-11783.5,-1671.14,21.2324,1.91986,7200,7200,0,0,22008,0,0,0), + (49657,11390,309,0,0,-11790.3,-1671.5,21.2324,1.01229,7200,7200,0,0,22008,0,0,0), + (49658,11340,309,0,0,-11787.1,-1666.45,21.2324,4.72984,7200,7200,0,0,15090,12430,0,0), + (49659,11357,309,0,0,-11778.4,-1670.83,21.2324,1.16937,7200,7200,0,0,15465,0,0,0), + (49660,11357,309,0,0,-11795.4,-1670.86,21.2324,2.28638,7200,7200,0,0,15465,0,0,0), + (49661,11830,309,0,0,-11789.1,-1664.91,21.2324,4.5204,7200,7200,0,0,17094,12170,0,0), + (49662,11830,309,0,0,-11784.9,-1664.88,21.2324,4.92183,7200,7200,0,0,17094,12170,0,0), + (49663,11359,309,0,0,-11714.8,-1700.98,21.1275,4.77227,7200,7200,5,0,44016,0,0,1), + (49664,11357,309,0,0,-11712.7,-1699.62,19.8865,4.77213,7200,7200,5,0,15465,0,0,1), + (49665,11357,309,0,0,-11720.2,-1569.7,19.5764,2.37036,7200,7200,0,0,15465,0,0,0), + (49666,11357,309,0,0,-11770.1,-1622.53,21.2263,0.314159,7200,7200,0,0,15465,0,0,0), + (49667,11357,309,0,0,-11777.8,-1625.28,21.2322,5.16617,7200,7200,0,0,15465,0,0,0), + (49668,11352,309,0,0,-11815.8,-1712.56,21.2108,4.39823,7200,7200,0,0,48555,0,0,0), + (49669,11352,309,0,0,-11760.3,-1708.16,21.2108,2.49582,7200,7200,0,0,48555,0,0,0), + (49670,11340,309,0,0,-11806.8,-1629.93,21.2326,3.52556,7200,7200,0,0,15090,12430,0,0), + (49671,11352,309,0,0,-11806.6,-1622.62,21.2285,5.49779,7200,7200,0,0,48555,0,0,0), + (49672,11359,309,0,0,-11819.6,-1705.6,21.1275,3.71844,7200,7200,5,0,44016,0,0,1), + (49673,11357,309,0,0,-11817.8,-1720.2,20.0253,5.79449,7200,7200,0,0,15465,0,0,0), + (49674,11357,309,0,0,-11808.6,-1711.24,21.1275,6.1443,7200,7200,5,0,15465,0,0,1), + (49675,11340,309,0,0,-11771.9,-1618.82,21.2208,4.29351,7200,7200,0,0,15090,12430,0,0), + (49676,11352,309,0,0,-11736.1,-1651.65,21.2108,0.174533,7200,7200,0,0,48555,0,0,0), + (49677,11352,309,0,0,-11736.7,-1636.54,21.2108,6.23082,7200,7200,0,0,48555,0,0,0), + (49678,14834,309,0,0,-11787.4,-1649.34,54.1017,4.76475,259200,259200,0,0,719550,262000,0,0), + (49679,14758,309,0,0,-11789.5,-1620.9,73.8948,5.81195,7200,7200,0,0,42,0,0,0), + (49680,4075,309,0,0,-11584,-1265.31,77.6076,1.40767,7200,7200,5,0,8,0,0,1), + (49681,4075,309,0,0,-11618.4,-1353.27,77.7979,1.5708,7200,7200,0,0,8,0,0,0), + (49682,4075,309,0,0,-11569.4,-1266.36,77.6208,2.51327,7200,7200,0,0,8,0,0,0), + (49683,13321,309,0,0,-11611.1,-1238.78,80.4106,4.45059,7200,7200,0,0,42,0,0,0), + (49684,4075,309,0,0,-11598.4,-1240.72,77.847,5.75959,7200,7200,0,0,8,0,0,0), + (49685,4075,309,0,0,-11532.7,-1257.06,82.0085,2.30383,7200,7200,0,0,8,0,0,0), + (49686,13321,309,0,0,-11624.7,-1367.77,77.3574,4.5204,7200,7200,0,0,42,0,0,0), + (49687,4075,309,0,0,-11588.6,-1263.02,78.6657,5.28835,7200,7200,0,0,8,0,0,0), + (49688,2914,309,0,0,-12259.9,-1849.64,133.428,4.16186,7200,7200,5,0,8,0,0,1), + (49689,13321,309,0,0,-11827.4,-1510.56,15.03,0.689255,7200,7200,5,0,42,0,0,1), + (49690,2914,309,0,0,-11559.7,-1468.44,66.9285,1.70606,7200,7200,5,0,8,0,0,1), + (49691,2914,309,0,0,-12234.5,-1969.26,133.057,4.52276,7200,7200,5,0,8,0,0,1), + (49692,13321,309,0,0,-11832.5,-1759.44,12.1525,6.15871,7200,7200,5,0,42,0,0,1), + (49693,2914,309,0,0,-11700.8,-1372.22,61.4042,1.17796,7200,7200,5,0,8,0,0,1), + (49694,2914,309,0,0,-11554.5,-1512.89,56.4605,0.566879,7200,7200,5,0,8,0,0,1), + (49695,2914,309,0,0,-12152.9,-1820.68,89.8341,2.68126,7200,7200,5,0,8,0,0,1), + (49696,2914,309,0,0,-12375.2,-1931.24,133.189,0.428727,7200,7200,5,0,8,0,0,1), + (49697,13321,309,0,0,-11872.2,-1761.27,10.0581,0.420804,7200,7200,5,0,42,0,0,1), + (49698,11352,309,0,0,-11954.2,-1805.99,53.222,1.51931,7200,7200,5,0,48555,0,0,2), + (49699,11361,309,0,0,-11591.7,-1756.43,40.0162,3.39848,7200,7200,0,0,9156,0,0,0), + (49700,11361,309,0,0,-11598.9,-1764.43,39.9138,0.610865,7200,7200,0,0,9156,0,0,0), + (49701,11351,309,0,0,-11657.7,-1546.31,40.038,3.15905,7200,7200,0,0,21364,0,0,0), + (49702,11830,309,0,0,-11666.8,-1545.98,42.7417,6.19592,7200,7200,0,0,17094,12170,0,0), + (49703,11339,309,0,0,-11640.7,-1488.52,44.4881,3.26377,7200,7200,0,0,25150,14916,0,0), + (49704,11353,309,0,0,-11650.6,-1488.65,47.9501,0.017453,7200,7200,0,0,18312,0,0,0), + (49705,11352,309,0,0,-12329.9,-1870.84,130.349,0.978481,7200,7200,5,0,48555,0,0,2), + (49706,15043,309,0,0,-11712.2,-1728.12,13.0381,5.88176,7200,7200,5,0,9156,0,0,1), + (49707,15043,309,0,0,-11726.1,-1736.4,15.7301,0.174533,7200,7200,5,0,9156,0,0,1), + (49708,15043,309,0,0,-11730.4,-1743.03,15.3551,5.18363,7200,7200,5,0,9156,0,0,1), + (49709,15043,309,0,0,-11723.1,-1730.79,15.2881,2.87979,7200,7200,5,0,9156,0,0,1), + (49710,15043,309,0,0,-11830.2,-1522.1,12.682,2.89725,7200,7200,5,0,9156,0,0,1), + (49711,15043,309,0,0,-11827.8,-1504.08,13.807,0.977384,7200,7200,5,0,9156,0,0,1), + (49712,15043,309,0,0,-11814.2,-1501.94,16.182,5.42797,7200,7200,5,0,9156,0,0,1), + (49713,15043,309,0,0,-11817.2,-1513.66,19.432,1.309,7200,7200,5,0,9156,0,0,1), + (49714,11372,309,0,0,-11556.7,-1487.4,68.982,6.24828,7200,7200,0,0,15260,0,0,0), + (49715,11371,309,0,0,-11563.9,-1490.02,69.832,4.32842,7200,7200,0,0,15260,0,0,0), + (49716,11361,309,0,0,-11603.5,-1739.6,39.4761,5.02655,7200,7200,0,0,9156,0,0,0), + (49717,11361,309,0,0,-11601.3,-1729.95,39.7037,5.93412,7200,7200,0,0,9156,0,0,0), + (49718,15043,309,0,0,-11823.6,-1764.53,11.6762,4.97419,7200,7200,5,0,9156,0,0,1), + (49719,15043,309,0,0,-11833.2,-1762.04,12.6214,4.81012,7200,7200,5,0,9156,0,0,1), + (49720,15043,309,0,0,-11839.3,-1760.3,13.1136,0.598846,7200,7200,5,0,9156,0,0,1), + (49721,15043,309,0,0,-11834.3,-1768.71,13.8219,5.59656,7200,7200,5,0,9156,0,0,1), + (49722,11374,309,0,0,-11851.6,-1486.17,-13.2821,1.16937,7200,7200,0,0,9156,0,0,0), + (49723,11374,309,0,0,-11922.8,-1591.78,-14.3138,1.22173,7200,7200,0,0,9156,0,0,0), + (49724,11374,309,0,0,-11935.1,-1466.74,-7.89878,4.59022,7200,7200,0,0,9156,0,0,0), + (49725,11374,309,0,0,-11678.6,-1692.92,-14.7712,0.453786,7200,7200,0,0,9156,0,0,0), + (49726,11374,309,0,0,-11679.6,-1607.96,-14.6621,0.314159,7200,7200,0,0,9156,0,0,0), + (49727,11374,309,0,0,-12044.6,-1581.38,15.264,2.87979,7200,7200,0,0,9156,0,0,0), + (49728,11374,309,0,0,-11873.9,-1553.86,-8.80764,2.93215,7200,7200,0,0,9156,0,0,0), + (49729,11374,309,0,0,-11676.5,-1727.6,-7.05103,1.58825,7200,7200,0,0,9156,0,0,0), + (49730,11374,309,0,0,-11744.6,-1788.97,-14.3267,2.86234,7200,7200,0,0,9156,0,0,0), + (49731,11374,309,0,0,-12018.9,-1584.4,14.0031,3.9968,7200,7200,0,0,9156,0,0,0), + (49732,11350,309,0,0,-11903.7,-1327.2,77.621,0.750492,7200,7200,0,0,21364,0,0,0), + (49733,11350,309,0,0,-11910.8,-1322.43,77.5587,0.680678,7200,7200,0,0,21364,0,0,0), + (49734,11371,309,0,0,-11961.8,-1804.01,54.4115,2.58405,7200,7200,5,0,15260,0,0,1), + (49735,11371,309,0,0,-11963.7,-1805.17,55.1322,2.59025,7200,7200,5,0,15260,0,0,1), + (49736,11350,309,0,0,-11981.4,-1707.25,32.3669,2.80998,7200,7200,0,0,21364,0,0,0), + (49737,11830,309,0,0,-11987.5,-1705.43,32.3669,0,7200,7200,0,0,17094,12170,0,0), + (49738,11387,309,0,0,-11981.1,-1705.5,32.3669,3.19395,7200,7200,0,0,15720,0,0,0), + (49739,11372,309,0,0,-11934.3,-1328.75,78.7419,2.72271,7200,7200,0,0,15260,0,0,0), + (49740,11372,309,0,0,-11925.9,-1337.49,78.4218,3.38594,7200,7200,0,0,15260,0,0,0), + (49741,11350,309,0,0,-11875.6,-1415.3,61.1701,5.5676,7200,7200,0,0,21364,0,0,0), + (49742,11830,309,0,0,-11867.9,-1420.47,61.0251,2.68781,7200,7200,0,0,17094,12170,0,0), + (49743,11371,309,0,0,-12068.8,-1691.19,44.4278,5.68977,7200,7200,0,0,15260,0,0,0), + (49744,11371,309,0,0,-12083.1,-1694.73,47.5376,0.331613,7200,7200,0,0,15260,0,0,0), + (49745,11371,309,0,0,-12068.8,-1701.61,45.4398,0.628319,7200,7200,0,0,15260,0,0,0), + (49746,11372,309,0,0,-12077.5,-1690.05,46.669,1.11701,7200,7200,0,0,15260,0,0,0), + (49747,11372,309,0,0,-11741.8,-1323.33,63.4595,0.471239,7200,7200,0,0,15260,0,0,0), + (49748,11372,309,0,0,-11737.5,-1329.37,63.4688,2.02458,7200,7200,0,0,15260,0,0,0), + (49749,11372,309,0,0,-11727.9,-1338.77,63.8019,2.79253,7200,7200,0,0,15260,0,0,0), + (49750,11371,309,0,0,-11737.7,-1335.71,63.7414,2.86234,7200,7200,0,0,15260,0,0,0), + (49751,11350,309,0,0,-12059.1,-1670.91,42.4278,4.01488,7200,7200,5,0,21364,0,0,1), + (49752,11830,309,0,0,-12057.5,-1681.32,42.7116,4.66707,7200,7200,5,0,17094,12170,0,1), + (49753,11350,309,0,0,-11969.4,-1557.64,40.2843,1.11701,7200,7200,0,0,21364,0,0,0), + (49754,11830,309,0,0,-11964.8,-1549.77,41.5586,4.11898,7200,7200,0,0,17094,12170,0,0), + (49755,11372,309,0,0,-11990.6,-1825.16,58.6344,0,7200,7200,0,0,15260,0,0,0), + (49756,11372,309,0,0,-11989.2,-1836.3,57.7291,5.51524,7200,7200,0,0,15260,0,0,0), + (49757,11371,309,0,0,-11988.6,-1822.82,58.6127,3.64774,7200,7200,0,0,15260,0,0,0), + (49758,11371,309,0,0,-11989.6,-1815.7,58.8855,0.331613,7200,7200,0,0,15260,0,0,0), + (49759,11371,309,0,0,-11988.4,-1829,58.4375,1.20428,7200,7200,0,0,15260,0,0,0), + (49760,11371,309,0,0,-11993.5,-1837.69,57.7444,0,7200,7200,0,0,15260,0,0,0), + (49761,11352,309,0,0,-12101,-1478.76,128.789,0.171365,7200,7200,5,0,48555,0,0,2), + (49762,14880,309,0,0,-12120.4,-1755.58,80.2268,2.14157,7200,7200,0,0,4048,0,0,0), + (49763,14880,309,0,0,-12119.2,-1762.42,80.2211,1.47591,7200,7200,5,0,4048,0,0,1), + (49764,1839,0,0,0,2368.75,-2031.66,141.801,3.96408,72000,72000,0,0,7995,2620,0,0), + (49765,1841,0,0,0,2828.34,-1548.94,186.291,4.05126,72000,72000,0,0,9156,0,0,0), + (49766,14880,309,0,0,-12359.1,-1664.31,130.494,2.61807,7200,7200,5,0,4048,0,0,1), + (49767,14880,309,0,0,-12335.7,-1645.88,130.792,1.98902,7200,7200,5,0,4048,0,0,1), + (49768,1843,0,0,0,3102.58,-1542.3,151.381,5.50425,72000,72000,0,0,9711,0,0,0), + (49769,1844,0,0,0,2428.46,-1692.12,102.641,5.4964,72000,72000,0,0,3876,0,0,0), + (49770,11370,309,0,0,-12312.8,-1686.91,131.308,4.6604,7200,7200,5,0,31440,0,0,1), + (49771,14532,309,0,0,-12288.7,-1687.73,133.104,4.89839,7200,7200,5,0,12208,0,0,1), + (49772,14532,309,0,0,-12301.3,-1692.08,131.708,3.59538,7200,7200,0,0,12208,0,0,0), + (49773,14532,309,0,0,-12311,-1684.61,131.058,3.7001,7200,7200,0,0,12208,0,0,0), + (49774,14532,309,0,0,-12283,-1689.28,131.896,2.46108,7200,7200,5,0,12208,0,0,1), + (49775,14532,309,0,0,-12298.9,-1679.9,131.81,4.88692,7200,7200,0,0,12208,0,0,0), + (49776,11353,309,0,0,-12264.8,-1862.98,132.538,2.68781,7200,7200,0,0,18312,0,0,0), + (49777,11353,309,0,0,-12267.4,-1861.41,131.826,5.70723,7200,7200,0,0,18312,0,0,0), + (49778,11353,309,0,0,-12298.9,-1843.2,130.432,6.05629,7200,7200,0,0,18312,0,0,0), + (49779,11353,309,0,0,-12294.2,-1846.53,130.355,2.40855,7200,7200,0,0,18312,0,0,0), + (49780,11830,309,0,0,-12292.9,-1842.97,130.411,3.24631,7200,7200,0,0,17094,12170,0,0), + (49781,11353,309,0,0,-12363.7,-1935.86,132.47,0.15708,7200,7200,0,0,18312,0,0,0), + (49782,11353,309,0,0,-12354.6,-1936.65,132.493,2.6529,7200,7200,0,0,18312,0,0,0), + (49783,11830,309,0,0,-12360.1,-1930.85,132.438,5.21853,7200,7200,0,0,17094,12170,0,0), + (49784,11830,309,0,0,-12271.4,-1857.96,130.846,4.13643,7200,7200,0,0,17094,12170,0,0), + (49785,11830,309,0,0,-12273.9,-1861.77,130.836,0.959931,7200,7200,0,0,17094,12170,0,0), + (49786,11830,309,0,0,-12326.2,-1905.07,130.62,3.80482,7200,7200,0,0,17094,12170,0,0), + (49787,11830,309,0,0,-12328.7,-1907.03,130.477,0.698132,7200,7200,0,0,17094,12170,0,0), + (49788,11356,309,0,0,-12391.2,-1942.1,132.081,4.24115,7200,7200,0,0,31440,0,0,0), + (49789,11353,309,0,0,-12347,-1847.58,131.092,2.3911,7200,7200,0,0,18312,0,0,0), + (49790,11353,309,0,0,-12349.6,-1845.43,131.042,5.67232,7200,7200,0,0,18312,0,0,0), + (49791,11353,309,0,0,-12267.7,-1865.83,132.445,2.23402,7200,7200,0,0,18312,0,0,0), + (49792,11353,309,0,0,-12270,-1863.72,131.597,5.79449,7200,7200,0,0,18312,0,0,0), + (49793,11356,309,0,0,-12222.1,-1910.29,133.499,2.67035,7200,7200,0,0,31440,0,0,0), + (49794,11356,309,0,0,-12217.4,-1905.82,133.499,2.68781,7200,7200,0,0,31440,0,0,0), + (49795,11356,309,0,0,-12215.3,-1911.08,133.499,0.017453,7200,7200,0,0,31440,0,0,0), + (49796,11356,309,0,0,-12212.8,-1914.35,133.499,1.53589,7200,7200,0,0,31440,0,0,0), + (49797,11353,309,0,0,-12252.6,-1957.54,132.868,2.46091,7200,7200,0,0,18312,0,0,0), + (49798,11356,309,0,0,-12252.2,-1956.25,131.841,2.96706,7200,7200,0,0,31440,0,0,0), + (49799,11830,309,0,0,-12255.2,-1955.45,131.898,5.53269,7200,7200,0,0,17094,12170,0,0), + (49800,11360,309,0,0,-11811.4,-1899.16,49.1025,2.5948,7200,7200,5,0,3052,0,0,1), + (49801,11361,309,0,0,-11725,-1938.05,56.5905,0.15708,7200,7200,0,0,9156,0,0,0), + (49802,11361,309,0,0,-11733.2,-1940.66,57.593,5.96903,7200,7200,0,0,9156,0,0,0), + (49803,11361,309,0,0,-11733.1,-1929.62,56.5639,2.58309,7200,7200,0,0,9156,0,0,0), + (49804,11361,309,0,0,-11745.2,-1922.21,56.6405,2.67035,7200,7200,0,0,9156,0,0,0), + (49805,11361,309,0,0,-11750.4,-1916.03,56.5897,1.58825,7200,7200,0,0,9156,0,0,0), + (49806,11360,309,0,0,-11717.1,-1912.08,55.559,3.735,7200,7200,0,0,3052,0,0,0), + (49807,11361,309,0,0,-11689.6,-1831.24,40.5991,4.88692,7200,7200,0,0,9156,0,0,0), + (49808,11361,309,0,0,-11703.5,-1836.96,42.6274,5.75959,7200,7200,0,0,9156,0,0,0), + (49809,11361,309,0,0,-11697.6,-1827.12,41.2645,3.94444,7200,7200,0,0,9156,0,0,0), + (49810,11360,309,0,0,-11811.6,-1888.58,47.0457,2.02458,7200,7200,0,0,3052,0,0,0), + (49811,11350,309,0,0,-11637.3,-1885.53,57.2217,1.3622,7200,7200,5,0,21364,0,0,1), + (49812,11350,309,0,0,-11647.7,-1885.87,57.3467,6.15927,7200,7200,5,0,21364,0,0,1), + (49813,11350,309,0,0,-11655.8,-1892.26,56.9461,4.53786,7200,7200,0,0,21364,0,0,0), + (49814,11360,309,0,0,-11685,-1914.06,56.075,5.28835,7200,7200,0,0,3052,0,0,0), + (49815,11675,30,0,0,21.967,34.5163,0.406826,3.93368,430,430,5,0,2616,0,0,1), + (49816,11675,30,0,0,194.074,96.8054,17.1976,0.876196,430,430,5,0,2616,0,0,1), + (49817,11677,30,0,0,-846.839,-91.3984,68.6721,3.92926,430,430,0,0,13776,0,0,0), + (49818,11678,30,0,0,-3.6653,89.1659,18.1947,2.13035,430,430,5,0,3132,0,0,1), + (49819,11678,30,0,0,46.4234,166.452,11.5193,0.070285,430,430,5,0,3132,0,0,1), + (49820,11678,30,0,0,109.583,86.3827,3.3918,5.41992,430,430,5,0,3132,0,0,1), + (49822,2033,1,0,0,10384,1515.1,1308.93,5.21857,300,300,5,0,156,0,0,1), + (49823,2033,1,0,0,10321.5,1788.37,1319.55,0.372853,300,300,5,0,156,0,0,1), + (49824,2033,1,0,0,10441,1486.79,1318.15,1.17052,300,300,5,0,156,0,0,1), + (49825,2033,1,0,0,10587,1516.64,1315.86,6.27147,300,300,5,0,156,0,0,1), + (49826,2033,1,0,0,10629.6,1795.74,1324.08,2.40289,300,300,5,0,156,0,0,1), + (49827,2033,1,0,0,10546.8,1482.62,1323.2,3.501,300,300,5,0,156,0,0,1), + (49828,2033,1,0,0,10820.2,2017.65,1316.81,0.263811,300,300,5,0,156,0,0,1), + (49829,2033,1,0,0,10685.6,1482.36,1311.68,1.51362,300,300,5,0,156,0,0,1), + (49830,2033,1,0,0,10552.8,1545.29,1308.79,5.19662,300,300,5,0,156,0,0,1), + (49831,2033,1,0,0,10840.3,1988.41,1320.31,3.67188,300,300,5,0,156,0,0,1), + (49832,2033,1,0,0,10319.9,1454.94,1340.65,3.3154,300,300,5,0,156,0,0,1), + (49833,2033,1,0,0,10638.1,1803.05,1325.58,3.33679,300,300,5,0,156,0,0,1), + (49834,2033,1,0,0,10285,1426.41,1340.87,4.40684,300,300,5,0,156,0,0,1), + (49835,2033,1,0,0,10780.7,2046.89,1319.73,3.56918,300,300,5,0,156,0,0,1), + (49836,2033,1,0,0,10441.6,1471.24,1321.97,0.676419,300,300,5,0,156,0,0,1), + (49837,2034,1,0,0,10902.5,1744.71,1320.55,6.14308,300,300,5,0,198,0,0,1), + (49838,2034,1,0,0,10836.1,1878.23,1342.05,2.5255,300,300,5,0,198,0,0,1), + (49839,2034,1,0,0,10978.4,1709.89,1300.85,4.00654,300,300,5,0,198,0,0,1), + (49840,2034,1,0,0,10857.7,1782.51,1333.5,2.28016,300,300,5,0,198,0,0,1), + (49841,2034,1,0,0,10922.8,1862.28,1334.44,0.097822,300,300,5,0,198,0,0,1), + (49842,2034,1,0,0,10990.2,1911.81,1331.65,5.38525,300,300,5,0,198,0,0,1), + (49843,3571,1,0,0,9891.5,988.789,1355.03,0.698132,300,300,0,0,5772,0,0,0), + (49844,3571,1,0,0,9905.43,983.199,1354.89,1.69297,300,300,0,0,5772,0,0,0), + (49845,3571,1,0,0,9767.04,931.276,1301.29,0.259382,300,300,0,0,5772,0,0,2), + (49846,3571,1,0,0,9840.04,973.365,1307.2,0.191986,300,300,0,0,5772,0,0,0), + (49847,3571,1,0,0,9728.46,950.702,1294.46,4.76475,300,300,0,0,5772,0,0,0), + (49848,3571,1,0,0,9844.02,959.711,1307.27,0.418879,300,300,0,0,5772,0,0,0), + (49849,3571,1,0,0,9880.81,971.322,1313.91,4.64258,300,300,0,0,5772,0,0,0), + (49850,2038,1,0,0,10129.1,1148.93,1314.48,2.35297,300,300,0,0,148,165,0,0), + (49851,4087,1,0,0,9992.01,2316.97,1330.87,2.16421,300,300,0,0,3139,0,0,0), + (49852,15351,1,0,0,9994.73,2324.28,1330.87,3.24631,300,300,0,0,3857,0,0,0), + (49853,2039,1,0,0,9122.84,1837.62,1328.07,0.276031,300,300,0,0,247,0,0,2), + (49854,4088,1,0,0,9994.09,2331.89,1330.87,3.14159,300,300,0,0,4079,0,0,0), + (49855,2041,1,0,0,9882.95,900.002,1307.93,1.55456,300,300,0,0,6075,2620,0,2), + (49856,4089,1,0,0,9940.36,2284.55,1341.48,4.99164,300,300,0,0,2471,0,0,0), + (49857,2041,1,0,0,9983.68,2045.12,1328.66,2.19499,300,300,0,0,6075,2620,0,2), + (49858,2041,1,0,0,9955.37,1939.11,1328.36,5.18363,300,300,0,0,6075,2620,0,0), + (49859,4090,1,0,0,9667.02,2532.66,1360.08,5.79449,300,300,0,0,3139,5751,0,0), + (49860,2042,1,0,0,10092.1,390.417,1323.74,3.46278,300,300,5,0,102,0,0,1), + (49861,2042,1,0,0,10094.4,443.66,1323.86,1.51622,300,300,5,0,102,0,0,1), + (49862,2042,1,0,0,10016.9,474.638,1314.19,6.09661,300,300,5,0,102,0,0,1), + (49863,2042,1,0,0,10051.5,1282.34,1316.41,0.176789,300,300,5,0,102,0,0,1), + (49864,2042,1,0,0,9951.93,313.512,1318.31,4.20759,300,300,5,0,102,0,0,1), + (49865,2042,1,0,0,9929.36,548.588,1306.21,3.0795,300,300,5,0,102,0,0,1), + (49866,2042,1,0,0,10135.6,1345.72,1325.81,5.40614,300,300,5,0,102,0,0,1), + (49867,2042,1,0,0,9954.52,1283.46,1296.32,4.03838,300,300,5,0,102,0,0,1), + (49868,2042,1,0,0,9717.51,1192.33,1275.08,1.5353,300,300,5,0,102,0,0,1), + (49869,2042,1,0,0,9887.97,1226.34,1298.16,1.49747,300,300,5,0,102,0,0,1), + (49870,2042,1,0,0,9787.6,1192.85,1281.86,1.32321,300,300,5,0,102,0,0,1), + (49871,2042,1,0,0,10120.3,1335.53,1321.99,5.71379,300,300,5,0,102,0,0,1), + (49872,2042,1,0,0,10096.8,1303.18,1322.67,1.52348,300,300,5,0,102,0,0,1), + (49873,2042,1,0,0,9844.95,1123.34,1300.16,5.72065,300,300,5,0,102,0,0,1), + (49874,2042,1,0,0,9823.17,1219.37,1287.21,3.29398,300,300,5,0,102,0,0,1), + (49875,2042,1,0,0,9683.18,1051.1,1284.78,1.59164,300,300,5,0,102,0,0,1), + (49876,2042,1,0,0,9716.85,1125.98,1277.15,4.74314,300,300,5,0,102,0,0,1), + (49877,2042,1,0,0,9620.34,1024.44,1277.02,0.203523,300,300,5,0,102,0,0,1), + (49878,2042,1,0,0,9748.66,1220.08,1282.48,1.91448,300,300,5,0,102,0,0,1), + (49879,2042,1,0,0,9759.64,617.705,1298.21,2.80919,300,300,0,0,102,0,0,0), + (49880,2042,1,0,0,9988.06,404.662,1309.81,1.61626,300,300,5,0,102,0,0,1), + (49881,2042,1,0,0,9999.21,352.191,1317.6,3.09078,300,300,5,0,102,0,0,1), + (49882,2042,1,0,0,9828.21,681.657,1298.78,0.606965,300,300,5,0,102,0,0,1), + (49883,2042,1,0,0,9737.49,649.785,1297.98,2.54167,300,300,5,0,102,0,0,1), + (49884,2042,1,0,0,9791.64,652.266,1295.91,3.23262,300,300,5,0,102,0,0,1), + (49885,2042,1,0,0,9693.47,782.62,1288.71,4.86287,300,300,5,0,102,0,0,1), + (49886,2042,1,0,0,9736.71,791.845,1296.54,0.150942,300,300,5,0,102,0,0,1), + (49887,2042,1,0,0,9944.04,1084.02,1319.15,4.44444,300,300,5,0,102,0,0,1), + (49888,2042,1,0,0,9937,1276.95,1296.2,3.60153,300,300,5,0,102,0,0,1), + (49889,2042,1,0,0,9784.99,618.715,1297.05,0.507506,300,300,5,0,102,0,0,1), + (49890,2042,1,0,0,9882.35,1218.78,1300.39,3.74075,300,300,5,0,102,0,0,1), + (49891,2042,1,0,0,9706.59,1118.33,1275.78,2.8097,300,300,5,0,102,0,0,1), + (49892,2042,1,0,0,9744.31,1224.63,1282.2,2.3084,300,300,5,0,102,0,0,1), + (49893,2042,1,0,0,9819.7,1184.31,1285.34,4.79107,300,300,5,0,102,0,0,1), + (49894,2042,1,0,0,9685.91,1081.22,1278.78,5.70691,300,300,5,0,102,0,0,1), + (49895,2042,1,0,0,9716.34,1178.57,1272.82,4.72997,300,300,5,0,102,0,0,1), + (49896,2042,1,0,0,9787.22,1185.07,1282.12,6.10257,300,300,5,0,102,0,0,1), + (49897,2042,1,0,0,9853.45,826.295,1307.94,5.88509,300,300,5,0,102,0,0,1), + (49898,2042,1,0,0,9682.05,779.307,1285.27,3.67188,300,300,5,0,102,0,0,1), + (49899,2042,1,0,0,9747.33,783.211,1296.93,3.01136,300,300,5,0,102,0,0,1), + (49900,2042,1,0,0,9975.89,879.92,1325.72,4.50791,300,300,5,0,102,0,0,1), + (49901,2043,1,0,0,9858.1,1834.19,1316.38,3.2837,300,300,5,0,137,0,0,1), + (49902,2043,1,0,0,9382.15,585.58,1322.65,0.550747,300,300,5,0,137,0,0,1), + (49903,4091,1,0,0,9654.43,2537.32,1331.6,3.92699,300,300,0,0,3517,4393,0,0), + (49904,2043,1,0,0,9410.08,1442.42,1286.29,0.915928,300,300,5,0,137,0,0,1), + (49905,2043,1,0,0,9384.34,648.148,1309.59,5.70041,300,300,5,0,137,0,0,1), + (49906,2043,1,0,0,9412.83,580.065,1321.63,3.91286,300,300,5,0,137,0,0,1), + (49907,2043,1,0,0,9370.44,1070.41,1278.64,3.62197,300,300,5,0,137,0,0,1), + (49908,2043,1,0,0,9212.91,1220.95,1316.63,3.10839,300,300,5,0,137,0,0,1), + (49909,2043,1,0,0,9322.74,916.021,1304.95,6.08464,300,300,5,0,137,0,0,1), + (49910,2043,1,0,0,9844.01,1867.71,1320.64,4.46745,300,300,5,0,137,0,0,1), + (49911,2043,1,0,0,9299.63,1525.35,1279.44,4.09611,300,300,5,0,137,0,0,1), + (49912,2043,1,0,0,9308.93,1617.28,1292.38,2.69465,300,300,5,0,137,0,0,1), + (49913,2043,1,0,0,9460.44,1755.72,1308.43,4.07943,300,300,5,0,137,0,0,1), + (49914,2043,1,0,0,9343.08,685.377,1310.4,3.95124,300,300,5,0,137,0,0,1), + (49915,2043,1,0,0,9425.12,1416.74,1293.86,6.08885,300,300,5,0,137,0,0,1), + (49916,2043,1,0,0,9484.99,1756.41,1302.88,3.15819,300,300,5,0,137,0,0,1), + (49917,2043,1,0,0,9479.38,1783.39,1312.52,1.77306,300,300,5,0,137,0,0,1), + (49918,2043,1,0,0,9362.25,628.674,1318.09,2.46213,300,300,5,0,137,0,0,1), + (49919,2043,1,0,0,9150.12,1236.91,1324.58,1.55369,300,300,5,0,137,0,0,1), + (49920,2043,1,0,0,9262.86,1481.98,1293.37,1.59911,300,300,5,0,137,0,0,1), + (49921,2043,1,0,0,9378.61,973.917,1283.33,2.42852,300,300,5,0,137,0,0,1), + (49922,2043,1,0,0,9247.24,1252.79,1298.09,0.96031,300,300,5,0,137,0,0,1), + (49923,2043,1,0,0,9145.05,1268.94,1324.34,2.27391,300,300,5,0,137,0,0,1), + (49924,2043,1,0,0,9282.29,1422.83,1288.02,2.91311,300,300,5,0,137,0,0,1), + (49925,2043,1,0,0,9923.4,1854.72,1321.21,0.331639,300,300,5,0,137,0,0,1), + (49926,2043,1,0,0,9214.38,1283.38,1311.15,4.72281,300,300,5,0,137,0,0,1), + (49927,2043,1,0,0,9936.16,1771.33,1331.57,0.625925,300,300,5,0,137,0,0,1), + (49928,2043,1,0,0,9384.65,1513.58,1276.9,5.60226,300,300,5,0,137,0,0,1), + (49929,2043,1,0,0,9450.58,1718.43,1301.46,1.44935,300,300,5,0,137,0,0,1), + (49930,2043,1,0,0,9895.78,1737.91,1329.78,2.73364,300,300,5,0,137,0,0,1), + (49931,2043,1,0,0,9945.32,1752.27,1332,3.41348,300,300,5,0,137,0,0,1), + (49932,2043,1,0,0,9813.45,1744.49,1316.03,2.77399,300,300,5,0,137,0,0,1), + (49933,2043,1,0,0,9449.38,585.401,1321.49,1.58489,300,300,5,0,137,0,0,1), + (49934,4092,1,0,0,9612.45,2511.37,1331.6,0.785398,300,300,0,0,2471,3191,0,0), + (49935,6142,1,0,0,9918.03,2308.6,1330.87,1.71042,300,300,0,0,1846,0,0,0), + (49936,2302,1,0,0,9976.99,2314.13,1330.87,0.698132,600,600,0,0,10626,8019,0,0), + (49937,5118,1,0,0,9985.7,2310.35,1330.87,1.48353,600,600,0,0,9563,0,0,0), + (49938,3838,1,0,0,8640.58,841.118,23.3464,0.05236,600,600,0,0,7423,7071,0,0), + (49939,4262,1,0,0,8639.22,849.739,22.8567,0.244346,300,300,0,0,4667,0,0,0), + (49940,12800,1,0,0,-6434.27,3269.59,38.655,0.893311,600,600,10,0,30520,0,0,1), + (49941,12800,1,0,0,-6119.36,3379.44,59.4982,1.12248,600,600,10,0,30520,0,0,1), + (49942,12800,1,0,0,-5820.14,3485.02,28.5167,6.12735,600,600,10,0,30520,0,0,1), + (49943,12800,1,0,0,-6116.64,3369.37,57.609,1.51411,600,600,10,0,30520,0,0,1), + (49944,12800,1,0,0,-6197.07,3334.46,58.6327,2.46761,600,600,10,0,30520,0,0,1), + (49945,12800,1,0,0,-6319.28,3344.16,65.2054,3.20316,600,600,10,0,30520,0,0,1), + (49946,12800,1,0,0,-5787.43,3485.04,28.5554,2.57208,600,600,10,0,30520,0,0,1), + (49947,12800,1,0,0,-5909.7,3494.38,56.567,1.04947,600,600,10,0,30520,0,0,1), + (49948,12801,1,0,0,-6330.06,3291.88,70.8554,0,600,600,10,0,30520,0,0,1), + (49949,12801,1,0,0,-6436.39,3345.68,58.6644,3.3681,600,600,15,0,30520,0,0,1), + (49950,12801,1,0,0,-6315.02,3316.28,68.0559,3.53476,600,600,10,0,30520,0,0,1), + (49951,12801,1,0,0,-5863.11,3412.64,23.5561,3.56418,600,600,10,0,30520,0,0,1), + (49952,12801,1,0,0,-5751.47,3491.62,34.1866,2.91096,600,600,10,0,30520,0,0,1), + (49953,12801,1,0,0,-5954.25,3450.71,45.5886,2.93596,600,600,10,0,30520,0,0,1), + (49954,12801,1,0,0,-6017.64,3382.51,46.0543,4.43344,600,600,10,0,30520,0,0,1), + (49955,12801,1,0,0,-6048.84,3347.2,50.5897,4.67721,600,600,10,0,30520,0,0,1), + (49956,12801,1,0,0,-6082.72,3316.35,54.0408,5.49779,600,600,10,0,30520,0,0,1), + (49957,9986,1,0,0,-4371.6,264.516,25.7434,4.20624,300,300,0,0,1605,0,0,0), + (49958,12802,1,0,0,-5877.04,3316.89,37.7868,6.16069,600,600,15,0,22008,0,0,1), + (49959,12802,1,0,0,-5882.79,3385.49,25.0237,1.92808,600,600,10,0,22008,0,0,1), + (49960,12802,1,0,0,-5675.77,3462.87,47.407,5.85535,600,600,10,0,22008,0,0,1), + (49961,12802,1,0,0,-5668.09,3429.49,48.0225,5.95896,600,600,15,0,22008,0,0,1), + (49962,12802,1,0,0,-5918.32,3419.05,34.0495,1.88452,600,600,10,0,22008,0,0,1), + (49963,12802,1,0,0,-5983.55,3415,45.994,5.37309,600,600,10,0,22008,0,0,1), + (49964,12802,1,0,0,-6022.17,3448.47,55.6654,3.26405,600,600,10,0,22008,0,0,1), + (49965,12802,1,0,0,-6047.88,3416.94,54.7501,0.126293,600,600,10,0,22008,0,0,1), + (49966,12802,1,0,0,-6084.55,3380.53,53.2139,4.14751,600,600,10,0,22008,0,0,1), + (49967,7939,1,0,0,-4428.23,3197.59,13.3577,5.85986,300,300,15,0,5996,0,0,1), + (49968,7939,1,0,0,-4390.31,3202.46,17.6658,0.436332,300,300,0,0,5996,0,0,0), + (49969,7939,1,0,0,-4377.73,3242.32,12.1581,4.51377,300,300,15,0,5996,0,0,2), + (49970,12803,1,0,0,-5731.73,3402.58,65.4761,3.21747,600,600,0,0,323700,0,0,0), + (49971,7939,1,0,0,-4492.24,3315.42,14.7457,0.174533,300,300,0,0,5996,0,0,0), + (49972,7939,1,0,0,-4406.3,3290.4,12.4444,3.24631,300,300,0,0,5996,0,0,0), + (49973,7939,1,0,0,-4339.32,3283.14,18.5912,1.11701,300,300,0,0,5996,0,0,0), + (49974,7939,1,0,0,-4394.36,3371.5,14.8057,1.48474,300,300,15,0,5996,0,0,1), + (49975,7939,1,0,0,-4443.71,3300.13,13.0322,5.23599,300,300,0,0,5996,0,0,0), + (49976,7939,1,0,0,-4382.54,3196.88,17.6645,1.29154,300,300,0,0,5996,0,0,0), + (49977,7939,1,0,0,-4484.77,3263.51,11.8672,1.13224,300,300,15,0,5996,0,0,1), + (49978,7939,1,0,0,-4444.18,3225.68,12.6411,0.837758,300,300,0,0,5996,0,0,0), + (49979,7939,1,0,0,-4513.34,3207.91,10.8197,1.88668,300,300,15,0,5996,0,0,1), + (49980,7939,1,0,0,-4368.46,3168.19,12.5482,4.31734,300,300,15,0,5996,0,0,1), + (49981,7939,1,0,0,-4342.76,3236.16,11.5476,4.4757,300,300,15,0,5996,0,0,1), + (49982,7939,1,0,0,-4222.71,3282.85,8.14104,-1.0821,300,300,15,0,5996,0,0,2), + (49983,7939,1,0,0,-4356.65,3358.19,11.807,1.10496,300,300,3,0,5996,0,0,1), + (49984,7939,1,0,0,-4255.01,3290.86,11.7898,5.61996,300,300,0,0,5996,0,0,0), + (49985,7939,1,0,0,-4255.43,3279.96,11.753,0.541052,300,300,0,0,5996,0,0,0), + (49986,7939,1,0,0,-4528.45,3255.95,10.0763,2.32454,300,300,15,0,5996,0,0,1), + (49989,1795,0,0,0,1332.71,-1511.9,59.0698,2.4879,315,315,5,0,2823,2117,0,1), + (49990,1883,0,0,0,2892.37,-1577.63,146.137,2.00713,315,315,0,0,3529,0,0,0), + (49991,7939,1,0,0,-4352.23,3201.79,12.62,6.0695,300,300,15,0,5996,0,0,1), + (49992,1827,0,0,0,2739.22,-1619.46,154.426,4.34587,315,315,0,0,7842,0,0,0), + (49993,7941,1,0,0,-4364.43,3284.22,13.6339,3.49066,300,300,0,0,3986,0,0,0), + (49994,7942,1,0,0,-4379.03,3311.83,13.6345,5.3058,300,300,0,0,4661,0,0,0), + (49996,1834,0,0,0,2898.3,-1422.4,149.571,5.8294,315,315,0,0,6273,2117,0,0), + (49997,7943,1,0,0,-4509.71,3285.25,14.9415,0.226893,300,300,0,0,3404,0,0,0), + (49998,7945,1,0,0,-4504.52,3281.26,14.9415,1.6057,300,300,0,0,3404,0,0,0), + (49999,7946,1,0,0,-4294.42,3199.97,0.517903,6.26573,300,300,0,0,3748,0,0,0), + (50000,7947,1,0,0,-4380.15,3266.08,13.6348,0.453786,300,300,0,0,3748,0,0,0), + (50001,7948,1,0,0,-4395.07,3174.23,17.6733,2.51327,300,300,0,0,3748,0,0,0), + (50002,7949,1,0,0,-4416.97,3249.04,12.3839,0.733038,300,300,0,0,3632,0,0,0), + (50003,5390,1,0,0,-4345.63,223.099,25.6056,2.94961,300,300,0,0,3404,0,0,0), + (50004,14355,1,0,0,-4097.25,96.4591,76.3644,2.72271,300,300,0,0,3857,0,0,0), + (50005,7956,1,0,0,-4481.82,858.533,74.6309,3.80482,300,300,0,0,2666,0,0,0), + (50006,7957,1,0,0,-4479.81,858.481,74.6105,3.90954,300,300,0,0,2100,2763,0,0), + (50007,15384,1,0,0,-4355.37,2429.23,6.47439,5.14872,300,300,15,0,42,0,0,1), + (50008,15384,1,0,0,-4212.1,3292.71,6.16908,4.69494,300,300,0,0,42,0,0,0), + (50009,7725,1,0,0,-4162.52,778.928,148.408,5.548,300,300,3,0,1981,0,0,1), + (50010,14373,1,0,0,-4394.15,212.484,25.5193,1.76185,300,300,15,0,4612,0,0,2), + (50011,14374,1,0,0,-4380,3241.9,12.21,5.68997,300,300,0,0,4612,0,0,2), + (50012,14889,1,0,0,-2872.66,1884.25,52.7336,2.6529,172800,345600,0,0,832750,0,0,0), + (50013,11818,1,0,0,-4340.99,139.061,34.1855,3.38594,300,300,0,0,2666,0,0,0), + (50014,14637,1,0,0,-4378.62,2327.33,1.54656,5.02655,300,300,0,0,3294,0,0,0), + (50015,7725,1,0,0,-4538.72,672.333,60.2229,4.31236,300,300,15,0,1981,0,0,2), + (50016,7725,1,0,0,-4553.5,779.687,47.8547,5.62744,300,300,15,0,1981,0,0,1), + (50017,7725,1,0,0,-4600.34,822.483,47.3132,5.5812,300,300,15,0,1981,0,0,1), + (50018,7725,1,0,0,-4514.15,723.69,62.5522,5.04314,300,300,3,0,1981,0,0,1), + (50019,7725,1,0,0,-4515.26,769.58,60.5478,4.78392,300,300,15,0,1981,0,0,1), + (50020,7725,1,0,0,-4519.95,757.272,60.3079,3.42085,300,300,0,0,1981,0,0,0), + (50021,7725,1,0,0,-4116.92,578.076,74.7313,3.16893,300,300,15,0,1981,0,0,1), + (50022,7725,1,0,0,-4536.63,805.182,60.3751,5.0091,300,300,0,0,1981,0,0,0), + (50023,7725,1,0,0,-4506.7,812.016,62.6576,4.10152,300,300,0,0,1981,0,0,0), + (50024,7725,1,0,0,-4528.38,810.67,60.3026,5.58505,300,300,0,0,1981,0,0,0), + (50025,7725,1,0,0,-4543.01,805.112,60.7785,5.68382,300,300,15,0,1981,0,0,2), + (50026,7725,1,0,0,-4561.73,846.277,60.6575,4.86533,300,300,0,0,1981,0,0,0), + (50027,7725,1,0,0,-4531.33,846.52,60.0051,5.13127,300,300,0,0,1981,0,0,0), + (50028,7725,1,0,0,-4213.85,668.458,70.6214,0.85559,300,300,6,0,1981,0,0,2), + (50029,7725,1,0,0,-4123.18,661.064,86.0108,2.33141,300,300,3,0,1981,0,0,1), + (50030,7725,1,0,0,-4185.9,598.25,70.6391,4.24802,300,300,0,0,1981,0,0,0), + (50031,7725,1,0,0,-4189.18,611.001,70.7044,4.73188,300,300,0,0,1981,0,0,0), + (50032,7725,1,0,0,-4171.3,623.446,70.5794,1.19024,300,300,15,0,1981,0,0,1), + (50033,7725,1,0,0,-4254.78,648.282,68.7423,1.77963,300,300,3,0,1981,0,0,1), + (50034,7725,1,0,0,-4583.27,652.849,48.9117,1.78667,300,300,15,0,1981,0,0,1), + (50035,7726,1,0,0,-4227.26,648.075,70.6681,4.07039,300,300,0,0,1521,1332,0,0), + (50036,7726,1,0,0,-4562.84,860.832,60.8183,6.0272,300,300,0,0,1521,1332,0,0), + (50037,7726,1,0,0,-4545.76,657.794,58.7566,2.03943,300,300,3,0,1521,1332,0,1), + (50038,7726,1,0,0,-4581.77,828.687,48.8691,5.24221,300,300,15,0,1521,1332,0,1), + (50039,7726,1,0,0,-4529.06,792.544,59.7115,0.855211,300,300,0,0,1521,1332,0,0), + (50040,7726,1,0,0,-4508.22,797.271,61.1456,3.13156,300,300,15,0,1521,1332,0,1), + (50041,7726,1,0,0,-4171.72,656.348,70.5595,5.84964,300,300,0,0,1521,1332,0,0), + (50042,7726,1,0,0,-4147.32,651.648,81.4496,1.71376,300,300,3,0,1521,1332,0,1), + (50043,7726,1,0,0,-4146.88,584.375,70.7092,2.22397,300,300,0,0,1521,1332,0,0), + (50044,7726,1,0,0,-4168.86,580.108,71.2641,5.93908,300,300,15,0,1521,1332,0,1), + (50045,7726,1,0,0,-4156.1,592.543,70.5842,5.5061,300,300,15,0,1521,1332,0,1), + (50046,7726,1,0,0,-4162.49,606.679,70.8209,2.72637,300,300,0,0,1521,1332,0,0), + (50047,7726,1,0,0,-4247.92,623.313,62.5433,1.5708,300,300,3,0,1521,1332,0,1), + (50048,7727,1,0,0,-4579.8,859.037,62.5833,1.53589,300,300,0,0,1648,1432,0,0), + (50049,7727,1,0,0,-4559.06,657.949,57.7953,3.52556,300,300,0,0,1648,1432,0,0), + (50050,7727,1,0,0,-4503.51,709.421,68.8389,2.82743,300,300,0,0,1648,1432,0,0), + (50051,7727,1,0,0,-4492.88,785.292,65.7131,3.1765,300,300,0,0,1648,1432,0,0), + (50052,7727,1,0,0,-4515.39,811.049,63.0038,4.20624,300,300,0,0,1648,1432,0,0), + (50053,7727,1,0,0,-4196.5,643.374,68.4452,5.9438,300,300,3,0,1648,1432,0,1), + (50054,7727,1,0,0,-4218.19,581.614,61.5993,4.01679,300,300,15,0,1648,1432,0,1), + (50055,11824,1,0,0,-4335.8,3434.68,1.98591,5.46288,300,300,0,0,2972,0,0,0), + (50056,11825,1,0,0,-4336.13,3433.76,2.06755,0.174533,300,300,0,0,3077,0,0,0), + (50057,11826,1,0,0,-4497.76,-773.281,-39.3882,3.20023,300,300,0,0,2972,0,0,0), + (50058,10293,1,0,0,-4365.9,3302,13.6392,2.96706,300,300,0,0,3632,0,0,0), + (50059,7736,1,0,0,-4381.59,3289.45,13.6266,0.034907,300,300,0,0,1605,0,0,0), + (50060,7737,1,0,0,-4460.1,242.722,39.1908,0.506145,300,300,0,0,1605,0,0,0), + (50061,14395,1,0,0,-3762.79,1135.47,159.675,4.79965,300,300,0,0,4356,0,0,0), + (50062,7997,1,0,0,-4543.43,814.337,60.4035,4.90377,300,300,0,0,2568,1381,0,0), + (50063,7997,1,0,0,-4539.64,814.521,60.4035,3.68933,300,300,0,0,2568,1381,0,0), + (50064,7997,1,0,0,-4537.99,821.534,60.4035,5.21737,300,300,0,0,2568,1381,0,0), + (50065,7997,1,0,0,-4536.86,814.636,60.4035,1.88364,300,300,0,0,2568,1381,0,0), + (50066,7997,1,0,0,-4539.76,819.124,60.4035,2.73082,300,300,0,0,2568,1381,0,0), + (50067,7997,1,0,0,-4541.21,817.484,60.4035,3.06584,300,300,0,0,2568,1381,0,0), + (50068,7997,1,0,0,-4545.5,816.318,60.4035,2.90394,300,300,0,0,2568,1381,0,0), + (50069,7997,1,0,0,-4533.85,815.895,60.4035,0.442941,300,300,0,0,2568,1381,0,0), + (50070,7997,1,0,0,-4536.61,817.237,60.4035,3.00027,300,300,0,0,2568,1381,0,0), + (50071,7997,1,0,0,-4540.96,821.578,60.4035,1.24812,300,300,0,0,2568,1381,0,0), + (50072,7997,1,0,0,-4542.69,820.501,60.4035,1.60307,300,300,0,0,2568,1381,0,0), + (50073,7997,1,0,0,-4541.33,811.603,60.4035,2.38309,300,300,0,0,2568,1381,0,0), + (50074,14661,1,0,0,-5219.04,90.9068,31.6091,4.48308,300,300,0,0,4721,0,0,0), + (50075,10059,1,0,0,-4365.72,3254.8,12.6801,4.64258,300,300,0,0,1605,0,0,0), + (50076,9548,1,0,0,-4484.55,233.527,48.4759,2.89725,300,300,0,0,3748,0,0,0), + (50077,7725,1,0,0,-4184.52,805.35,144.867,4.98373,300,300,5,0,1981,0,0,1), + (50078,8019,1,0,0,-4370.54,3340.11,12.352,3.42085,600,600,0,0,7423,7071,0,0), + (50079,7764,1,0,0,-4474.9,3232.88,13.7295,0.951991,300,300,0,0,3517,0,0,0), + (50080,8020,1,0,0,-4421.94,198.146,25.1863,0.575959,600,600,0,0,7423,7071,0,0), + (50081,8021,1,0,0,-4419.57,180.707,29.337,4.38078,300,300,0,0,3517,0,0,0), + (50082,7765,1,0,0,-3385.91,2495.84,23.5588,5.95869,300,300,0,0,2972,0,0,0), + (50083,5461,1,0,0,-5515.21,2283.27,5.69187,2.66465,300,300,15,0,2578,0,0,1), + (50084,5461,1,0,0,-3923.32,2765.01,-0.892795,5.31168,300,300,15,0,2578,0,0,1), + (50085,5461,1,0,0,-3968.02,2921.14,14.971,5.23908,300,300,15,0,2578,0,0,1), + (50086,5461,1,0,0,-3984.14,2981.9,1.69129,3.37745,300,300,15,0,2578,0,0,1), + (50087,5461,1,0,0,-4016.89,3049.96,-1.99751,4.16623,300,300,15,0,2578,0,0,1), + (50088,5461,1,0,0,-3902.11,2862.66,9.50532,2.73867,300,300,15,0,2578,0,0,1), + (50089,5461,1,0,0,-4039.67,2866.3,-1.23671,0.125861,300,300,15,0,2578,0,0,1), + (50090,5461,1,0,0,-4762.4,1979.28,2.0407,3.18454,300,300,15,0,2578,0,0,1), + (50091,5461,1,0,0,-4165.58,2331.51,0.816095,5.51366,300,300,15,0,2578,0,0,1), + (50092,5461,1,0,0,-4181.23,2383.45,2.96902,0.311354,300,300,15,0,2578,0,0,1), + (50093,5461,1,0,0,-4075.83,2680.56,0.365861,1.0905,300,300,15,0,2578,0,0,1), + (50094,5461,1,0,0,-4115.7,2625.66,2.58804,4.5536,300,300,15,0,2578,0,0,1), + (50095,5461,1,0,0,-4122.94,2586.33,4.05547,1.74061,300,300,15,0,2578,0,0,1), + (50096,5461,1,0,0,-5176.8,2262.24,-6.32783,5.5717,300,300,15,0,2578,0,0,1), + (50097,5461,1,0,0,-4668.75,2368.75,-0.455117,0.427094,300,300,15,0,2578,0,0,1), + (50098,5461,1,0,0,-4830.81,2137.04,-6.1245,3.54724,300,300,15,0,2578,0,0,1), + (50099,5461,1,0,0,-4780.77,2137.37,-0.215034,0.875308,300,300,15,0,2578,0,0,1), + (50100,5461,1,0,0,-4669.55,2084.79,-2.06703,5.68888,300,300,15,0,2578,0,0,1), + (50101,5461,1,0,0,-4991.93,2224.25,-1.69709,0.597758,300,300,15,0,2578,0,0,1), + (50102,5461,1,0,0,-5313.77,2218.88,5.98671,1.28975,300,300,15,0,2578,0,0,1), + (50103,5461,1,0,0,-5312.36,2291.26,-9.05161,0.776143,300,300,15,0,2578,0,0,1), + (50104,5461,1,0,0,-4851.08,2185.15,-0.014687,2.64081,300,300,0,0,2578,0,0,0), + (50105,5461,1,0,0,-5083.59,2218.21,2.34196,2.72173,300,300,0,0,2578,0,0,0), + (50106,5461,1,0,0,-5116.32,2251.19,-3.34717,1.05727,300,300,0,0,2578,0,0,0), + (50107,5461,1,0,0,-5412.23,2284.13,0.142945,1.77733,300,300,0,0,2578,0,0,0), + (50108,5462,1,0,0,-5391.06,2412.7,-41.2377,1.83763,300,300,15,0,2488,0,0,1), + (50109,5462,1,0,0,-5548.4,2378.66,-10.86,5.01778,300,300,15,0,2488,0,0,1), + (50110,5462,1,0,0,-5492.71,2358.39,-4.4692,5.33639,300,300,15,0,2488,0,0,1), + (50111,5462,1,0,0,-3987.83,2844.87,7.97783,0.857332,300,300,15,0,2488,0,0,1), + (50112,5462,1,0,0,-3970.58,3052.06,-15.5261,1.31421,300,300,15,0,2488,0,0,1), + (50113,5462,1,0,0,-4063.12,2965.94,-9.04446,4.25,300,300,15,0,2488,0,0,1), + (50114,5462,1,0,0,-3909.12,3062.48,4.12619,5.55162,300,300,15,0,2488,0,0,1), + (50115,5462,1,0,0,-3899.3,2832.61,9.6593,4.34614,300,300,15,0,2488,0,0,1), + (50116,5462,1,0,0,-4044.24,2803.5,-2.02519,5.39537,300,300,15,0,2488,0,0,1), + (50117,5462,1,0,0,-4758.67,2039.59,7.59766,2.30956,300,300,15,0,2488,0,0,1), + (50118,5462,1,0,0,-4830.33,2055.57,-0.831922,4.62242,300,300,15,0,2488,0,0,1), + (50119,5462,1,0,0,-4828.88,2027.82,-3.60859,4.38017,300,300,15,0,2488,0,0,1), + (50120,5462,1,0,0,-4182.71,2356.02,-0.31902,2.24992,300,300,15,0,2488,0,0,1), + (50121,5462,1,0,0,-4155.68,2515.49,8.72353,0.249293,300,300,15,0,2488,0,0,1), + (50122,5462,1,0,0,-4163.18,2548.86,2.12468,1.89537,300,300,15,0,2488,0,0,1), + (50123,5462,1,0,0,-4186.32,2417.43,3.42182,3.88669,300,300,15,0,2488,0,0,1), + (50124,5462,1,0,0,-5131.23,2162.94,21.3649,4.24406,300,300,15,0,2488,0,0,1), + (50125,5462,1,0,0,-4511.62,2316.16,1.36214,3.85672,300,300,0,0,2488,0,0,0), + (50126,5462,1,0,0,-4618.54,2318.41,0.85458,5.23477,300,300,15,0,2488,0,0,1), + (50127,5462,1,0,0,-4763.79,2254.95,7.6773,2.91604,300,300,15,0,2488,0,0,1), + (50128,5462,1,0,0,-4690.65,2122.08,0.995602,5.01113,300,300,15,0,2488,0,0,1), + (50129,5462,1,0,0,-4622.85,2072.9,5.03102,3.77668,300,300,15,0,2488,0,0,1), + (50130,5462,1,0,0,-4742.06,2075.45,0.68829,1.77719,300,300,15,0,2488,0,0,1), + (50131,5462,1,0,0,-4978.97,2256.16,-6.0128,0.620005,300,300,15,0,2488,0,0,1), + (50132,5462,1,0,0,-4942.11,2217.82,-0.425181,0.347843,300,300,15,0,2488,0,0,1), + (50133,5462,1,0,0,-5217.91,2213.74,-1.54423,2.57247,300,300,15,0,2488,0,0,1), + (50134,5462,1,0,0,-5374.33,2253.37,4.53737,0.529199,300,300,15,0,2488,0,0,1), + (50135,5462,1,0,0,-5328.13,2253.13,-2.18281,4.44595,300,300,15,0,2488,0,0,1), + (50136,5462,1,0,0,-4783.76,2318.24,-1.00769,1.97605,300,300,0,0,2488,0,0,0), + (50137,5462,1,0,0,-4927.25,2187.37,6.13102,3.18551,300,300,15,0,2488,0,0,1), + (50138,5462,1,0,0,-4841.98,2207.39,2.57706,3.60305,300,300,15,0,2488,0,0,1), + (50139,5462,1,0,0,-5003.1,2177.49,13.9019,3.38326,300,300,15,0,2488,0,0,1), + (50140,5462,1,0,0,-5181.88,2179.13,7.24054,4.77103,300,300,15,0,2488,0,0,1), + (50141,5462,1,0,0,-5282.64,2213.34,1.64816,4.6694,300,300,15,0,2488,0,0,1), + (50142,11098,1,0,0,-4364.53,273.484,26.4007,5.48033,300,300,0,0,4108,0,0,0), + (50143,7773,1,0,0,-3129.57,2257.48,39.8686,4.27606,300,300,0,0,3857,2434,0,0), + (50144,7774,1,0,0,-2843.75,2785.17,94.4791,3.21141,300,300,0,0,1939,4393,0,0), + (50145,7775,1,0,0,-3551.3,2305.97,62.8218,5.16617,300,300,0,0,2972,0,0,0), + (50146,3936,1,0,0,-4505.82,3337.48,14.1203,5.61996,300,300,0,0,4079,0,0,0), + (50147,7776,1,0,0,-4397.66,146.916,25.5951,0.942478,300,300,0,0,3517,0,0,0), + (50148,7777,1,0,0,-4386.08,173.278,25.8706,4.91319,300,300,6,0,2471,0,0,2), + (50149,2914,1,0,0,-4897.93,1363.23,63.6794,2.94954,300,300,3,0,8,0,0,1), + (50150,2914,1,0,0,-2950.75,2393.43,39.7234,5.04031,300,300,15,0,8,0,0,1), + (50151,2914,1,0,0,-4457.35,-307.76,42.425,5.09725,300,300,15,0,8,0,0,1), + (50152,2914,1,0,0,-5162.67,656.135,53.9433,2.72014,300,300,15,0,8,0,0,1), + (50153,2914,1,0,0,-3483.21,2623.26,79.4637,5.73121,300,300,15,0,8,0,0,1), + (50154,2914,1,0,0,-4203.14,-179.211,57.6665,4.70262,300,300,15,0,8,0,0,1), + (50155,2914,1,0,0,-4857.73,1684.21,105.603,4.16611,300,300,15,0,8,0,0,1), + (50156,2914,1,0,0,-4141.26,-424.595,24.6002,0.09075,300,300,15,0,8,0,0,1), + (50157,2914,1,0,0,-5580.75,1510.9,21.4424,3.10157,300,300,15,0,8,0,0,1), + (50158,2914,1,0,0,-5781.03,1628.92,84.0356,5.70304,300,300,15,0,8,0,0,1), + (50159,2914,1,0,0,-4637.77,1770.46,97.7827,4.25486,300,300,15,0,8,0,0,1), + (50160,2914,1,0,0,-5205.35,467.829,39.7854,5.60845,300,300,15,0,8,0,0,1), + (50161,2914,1,0,0,-4574.82,1800.08,97.1029,3.10179,300,300,15,0,8,0,0,1), + (50162,2914,1,0,0,-4564.59,1464.5,101.228,2.42809,300,300,15,0,8,0,0,1), + (50163,2914,1,0,0,-4461.14,-83.7371,58.1981,5.08419,300,300,15,0,8,0,0,1), + (50164,2914,1,0,0,-4213.15,586.49,62.9479,5.15244,300,300,15,0,8,0,0,1), + (50165,2914,1,0,0,-3827.94,1974.19,71.0933,5.4009,300,300,15,0,8,0,0,1), + (50166,2914,1,0,0,-4650.8,1612.79,115.911,5.45524,300,300,15,0,8,0,0,1), + (50167,7725,1,0,0,-4151.04,808.422,146.091,2.76428,300,300,6,0,1981,0,0,2), + (50168,5229,1,0,0,-3552.33,220.407,149.381,5.86008,300,300,2,0,1829,0,0,1), + (50169,5229,1,0,0,-3567.59,246.207,146.21,2.40457,300,300,2,0,1829,0,0,1), + (50170,5229,1,0,0,-3523.01,238.285,150.637,0.078966,300,300,2,0,1829,0,0,1), + (50171,5229,1,0,0,-3599.56,246.22,139.355,5.56426,300,300,3,0,1829,0,0,1), + (50172,5229,1,0,0,-3552.49,234.808,145.86,4.69367,300,300,2,0,1829,0,0,2), + (50173,5229,1,0,0,-3894.59,202.168,114.951,0.069316,300,300,0,0,1829,0,0,0), + (50174,5229,1,0,0,-3606.89,265.504,139.117,1.96122,300,300,3,0,1829,0,0,2), + (50175,5229,1,0,0,-3984.26,-77.4152,151.416,2.91006,300,300,0,0,1829,0,0,0), + (50176,5229,1,0,0,-3998.19,-184.351,139.492,6.1696,300,300,0,0,1829,0,0,0), + (50177,5229,1,0,0,-3975.58,-93.4045,150.166,1.5978,300,300,0,0,1829,0,0,0), + (50178,5229,1,0,0,-3745.4,117.25,136.486,-0.372667,300,300,3,0,1829,0,0,1), + (50179,5229,1,0,0,-3681.16,254.699,141.529,1.23567,300,300,0,0,1829,0,0,0), + (50180,5229,1,0,0,-3738.9,214.265,122.011,2.265,300,300,0,0,1829,0,0,0), + (50181,5229,1,0,0,-3981.8,220.084,80.7329,5.98368,300,300,3,0,1829,0,0,2), + (50182,5229,1,0,0,-3976.95,186.63,103.495,1.62163,300,300,15,0,1829,0,0,1), + (50183,7725,1,0,0,-4136.98,812.896,146.091,5.54254,300,300,0,0,1981,0,0,0), + (50184,5229,1,0,0,-3935.08,204.251,109.474,1.92083,300,300,6,0,1829,0,0,2), + (50185,5229,1,0,0,-3874.16,218.916,112.669,2.69598,300,300,15,0,1829,0,0,2), + (50186,5232,1,0,0,-3531.52,224.624,149.388,3.86353,300,300,2,0,1981,0,0,1), + (50187,5232,1,0,0,-3586.61,215.162,140.098,2.40627,300,300,2,0,1981,0,0,1), + (50188,5232,1,0,0,-3586.44,199.911,136.561,5.3208,300,300,2,0,1981,0,0,1), + (50189,5232,1,0,0,-4890.78,1243.28,77.4524,4.7096,300,300,3,0,1981,0,0,2), + (50190,5232,1,0,0,-4913.71,1175.46,58.8896,0.868525,300,300,15,0,1981,0,0,1), + (50191,5232,1,0,0,-5019.56,1291.98,91.6835,4.50189,300,300,15,0,1981,0,0,1), + (50192,5232,1,0,0,-5031.87,1318.08,90.1847,4.46863,300,300,15,0,1981,0,0,1), + (50193,5232,1,0,0,-5011.82,1245.25,55.2638,6.24914,300,300,3,0,1981,0,0,1), + (50194,5232,1,0,0,-3902.08,114.584,135.371,0,300,300,0,0,1981,0,0,0), + (50195,5232,1,0,0,-3736.08,251.508,121.212,5.57098,300,300,0,0,1981,0,0,0), + (50196,5232,1,0,0,-3638.13,245.18,143.312,1.17227,300,300,0,0,1981,0,0,0), + (50197,5232,1,0,0,-5375.47,1370.42,25.7613,4.93601,300,300,10,0,1981,0,0,1), + (50198,5232,1,0,0,-3990.23,-140.155,139.348,5.86064,300,300,0,0,1981,0,0,0), + (50199,5232,1,0,0,-3963.46,-143.596,140.532,3.22123,300,300,15,0,1981,0,0,2), + (50200,5232,1,0,0,-3951.49,-95.4563,151.212,5.26223,300,300,3,0,1981,0,0,1), + (50201,5232,1,0,0,-3979.17,52.6445,105.083,5.86712,300,300,3,0,1981,0,0,1), + (50202,5232,1,0,0,-3930.18,-18.0148,135.733,4.93509,300,300,3,0,1981,0,0,1), + (50203,5232,1,0,0,-3743.54,201.453,121.886,1.68627,300,300,0,0,1981,0,0,0), + (50204,5232,1,0,0,-3713.27,210.511,125.98,0.030828,300,300,3,0,1981,0,0,1), + (50205,5232,1,0,0,-3661.68,256.456,143.152,3.70299,300,300,0,0,1981,0,0,0), + (50206,5232,1,0,0,-4888.54,1157.31,80.589,4.53876,300,300,0,0,1981,0,0,0), + (50207,5232,1,0,0,-4922.48,1143.04,80.0574,3.64795,300,300,3,0,1981,0,0,1), + (50208,5232,1,0,0,-4866.61,1146.92,85.0966,6.22215,300,300,15,0,1981,0,0,1), + (50209,5232,1,0,0,-4969.43,1176.62,59.7579,3.92117,300,300,3,0,1981,0,0,2), + (50210,5232,1,0,0,-5038.06,1234.27,53.6871,5.21011,300,300,3,0,1981,0,0,1), + (50211,5232,1,0,0,-4996.35,1217.19,52.6152,1.1004,300,300,3,0,1981,0,0,1), + (50212,5232,1,0,0,-5063.14,1242.75,51.4371,3.5712,300,300,3,0,1981,0,0,1), + (50213,5232,1,0,0,-5314.81,1319.76,46.5877,0.81007,300,300,3,0,1981,0,0,2), + (50214,5232,1,0,0,-5385,1367.14,23.7354,4.69286,300,300,3,0,1981,0,0,1), + (50215,5232,1,0,0,-3917.37,184.616,119.005,3.24146,300,300,0,0,1981,0,0,0), + (50216,5232,1,0,0,-3942.83,181.053,107.124,6.2578,300,300,0,0,1981,0,0,0), + (50217,5232,1,0,0,-3867.18,226.102,113.581,5.3058,300,300,0,0,1981,0,0,0), + (50218,5232,1,0,0,-3912.76,120.281,134.496,4.3226,300,300,0,0,1981,0,0,0), + (50219,5234,1,0,0,-5078.35,1220.73,51.696,5.08581,300,300,3,0,2059,0,0,1), + (50220,5234,1,0,0,-4988.33,1295.74,94.85,2.73632,300,300,15,0,2059,0,0,1), + (50221,5234,1,0,0,-5379.59,1345.91,24.743,0.289026,300,300,10,0,2059,0,0,1), + (50222,5234,1,0,0,-5351.17,1318.54,35.7507,0.545927,300,300,0,0,2059,0,0,0), + (50223,5234,1,0,0,-4939.8,1197.64,60.731,0.136027,300,300,3,0,2059,0,0,1), + (50224,5234,1,0,0,-4898.23,1221.05,66.5063,5.8042,300,300,3,0,2059,0,0,1), + (50225,5234,1,0,0,-5032.37,1194.28,51.3887,2.38051,300,300,3,0,2059,0,0,1), + (50226,5234,1,0,0,-5055.55,1209.83,48.9092,0.661183,300,300,3,0,2059,0,0,1), + (50227,5234,1,0,0,-4889.94,1145.07,82.2106,3.32155,300,300,0,0,2059,0,0,0), + (50228,5234,1,0,0,-4898.92,1148.02,81.3356,4.45566,300,300,3,0,2059,0,0,2), + (50229,5234,1,0,0,-4936.2,1170.16,74.731,3.24049,300,300,3,0,2059,0,0,1), + (50230,5234,1,0,0,-5280.49,1278.13,50.8268,4.20624,300,300,0,0,2059,0,0,0), + (50231,883,1,0,0,-3402.26,2472.13,35.0458,5.03661,300,300,15,0,1,0,0,1), + (50232,883,1,0,0,-4741.82,190.135,40.7271,3.15526,300,300,15,0,1,0,0,1), + (50233,883,1,0,0,-2762.65,2659.9,71.5647,3.14159,300,300,15,0,1,0,0,1), + (50234,3700,1,0,0,-4316.84,3292.65,19.1552,6.26573,300,300,0,0,2707,0,0,0), + (50235,5236,1,0,0,-5739.76,1222.35,66.3547,0.239977,300,300,0,0,1711,1483,0,0), + (50236,5236,1,0,0,-5543.93,993.696,16.5127,6.14889,300,300,15,0,1711,1483,0,1), + (50237,5236,1,0,0,-5754.1,1123.4,68.6717,5.84817,300,300,15,0,1711,1483,0,1), + (50238,5236,1,0,0,-5567.08,1098.5,17.7634,4.51264,300,300,15,0,1711,1483,0,1), + (50239,5236,1,0,0,-5554.51,1017.75,14.1975,1.15922,300,300,15,0,1711,1483,0,1), + (50240,5236,1,0,0,-5510.64,1203.21,18.9783,4.09638,300,300,3,0,1711,1483,0,1), + (50241,5236,1,0,0,-5442.2,1269.46,20.459,1.41798,300,300,3,0,1711,1483,0,1), + (50242,5236,1,0,0,-5427.41,1221,30.396,0.551369,300,300,3,0,1711,1483,0,2), + (50243,5236,1,0,0,-5471.94,1279.61,22.7206,3.06456,300,300,10,0,1711,1483,0,1), + (50244,5236,1,0,0,-5298.71,1271.71,50.6932,3.33781,300,300,0,0,1711,1483,0,0), + (50245,5236,1,0,0,-5368.86,1241.26,23.0316,4.94201,300,300,3,0,1711,1483,0,1), + (50246,5236,1,0,0,-5418.5,1251.67,23.3841,5.18462,300,300,3,0,1711,1483,0,1), + (50247,5236,1,0,0,-5426.85,1309.13,22.0051,4.43478,300,300,3,0,1711,1483,0,1), + (50248,5236,1,0,0,-5606.17,1342.29,54.1234,0.815595,300,300,3,0,1711,1483,0,1), + (50249,5236,1,0,0,-5496.35,1380.06,22.2917,5.19242,300,300,3,0,1711,1483,0,1), + (50250,5237,1,0,0,-3935.27,202.822,108.599,4.50495,300,300,0,0,1522,1332,0,0), + (50251,5237,1,0,0,-3914.62,191.507,120.183,0.87668,300,300,0,0,1522,1332,0,0), + (50252,5237,1,0,0,-3723.97,243.67,121.245,1.05641,300,300,0,0,1522,1332,0,0), + (50253,5237,1,0,0,-3984.43,-130.257,140.499,2.94935,300,300,0,0,1522,1332,0,0), + (50254,5237,1,0,0,-4014.67,-152.1,135.22,2.49505,300,300,0,0,1522,1332,0,0), + (50255,5237,1,0,0,-3926.73,-61.5015,151.267,4.65516,300,300,3,0,1522,1332,0,1), + (50256,5237,1,0,0,-3890.92,140.045,125.718,0.093841,300,300,15,0,1522,1332,0,2), + (50257,5237,1,0,0,-3747.98,144.257,128.552,1.77818,300,300,3,0,1522,1332,0,1), + (50258,5237,1,0,0,-3687.01,215.11,128.269,3.29319,300,300,3,0,1522,1332,0,1), + (50259,5237,1,0,0,-3988.29,155.363,99.638,3.20998,300,300,15,0,1522,1332,0,1), + (50260,5238,1,0,0,-5550.99,1124.75,23.0101,1.64483,300,300,15,0,2310,0,0,1), + (50261,5238,1,0,0,-5565.3,1067.97,16.3345,1.92013,300,300,15,0,2310,0,0,1), + (50262,5238,1,0,0,-5610.57,1269.5,36.6797,5.30032,300,300,15,0,2310,0,0,1), + (50263,5238,1,0,0,-5682.24,1333.93,53.2472,5.32267,300,300,3,0,2310,0,0,1), + (50264,5238,1,0,0,-5525.03,1321.6,20.8706,2.82601,300,300,10,0,2310,0,0,1), + (50265,5238,1,0,0,-5546.26,1297.31,20.697,5.72795,300,300,15,0,2310,0,0,1), + (50266,5238,1,0,0,-5500.59,1205.17,18.9783,5.76882,300,300,3,0,2310,0,0,1), + (50267,5238,1,0,0,-5477.7,1295.31,21.9706,5.78789,300,300,10,0,2310,0,0,2), + (50268,5238,1,0,0,-5729.76,1442.24,54.1248,4.65138,300,300,0,0,2310,0,0,0), + (50269,5238,1,0,0,-5755.46,1328.19,54.1247,3.14631,300,300,0,0,2310,0,0,0), + (50270,5238,1,0,0,-5628.15,1300.93,54.5084,0.504041,300,300,0,0,2310,0,0,0), + (50271,5238,1,0,0,-5525,1235.24,21.4738,5.78633,300,300,3,0,2310,0,0,1), + (50272,5238,1,0,0,-5548.04,1186.54,27.9502,4.67626,300,300,3,0,2310,0,0,1), + (50273,5238,1,0,0,-5734.47,1369.02,73.2589,4.16586,300,300,15,0,2310,0,0,1), + (50274,5238,1,0,0,-5721.76,1374.14,51.5406,6.21209,300,300,3,0,2310,0,0,1), + (50275,5238,1,0,0,-5573.75,1370.36,46.9779,0.491816,300,300,3,0,2310,0,0,2), + (50276,5239,1,0,0,-5767.52,1123.79,68.4763,1.00322,300,300,15,0,1618,3801,0,1), + (50277,5239,1,0,0,-5584.81,1073.23,17.6064,5.55467,300,300,15,0,1618,3801,0,1), + (50278,5239,1,0,0,-5520.58,1102.56,23.5552,4.98167,300,300,15,0,1618,3801,0,1), + (50279,5239,1,0,0,-5656.5,1176.01,58.0369,0.080327,300,300,15,0,1618,3801,0,1), + (50280,5239,1,0,0,-5645.62,1244.78,39.3528,4.56584,300,300,15,0,1618,3801,0,1), + (50281,5239,1,0,0,-5535.77,1305.48,21.0026,0.731972,300,300,0,0,1618,3801,0,0), + (50282,5239,1,0,0,-5691.46,1393.66,49.734,4.45653,300,300,15,0,1618,3801,0,1), + (50283,5239,1,0,0,-5520.92,1381.1,24.9167,1.72761,300,300,3,0,1618,3801,0,1), + (50284,5239,1,0,0,-5619.08,1427.53,54.1258,0.432731,300,300,3,0,1618,3801,0,1), + (50285,5239,1,0,0,-5766.92,1349.33,54.1249,4.32748,300,300,0,0,1618,3801,0,0), + (50286,5239,1,0,0,-5482.08,1253.13,21.4318,1.56155,300,300,3,0,1618,3801,0,1), + (50287,5239,1,0,0,-5523.49,1286.07,21.3134,4.55601,300,300,10,0,1618,3801,0,1), + (50288,5239,1,0,0,-5547.17,1213.69,23.4018,5.67149,300,300,3,0,1618,3801,0,1), + (50289,5239,1,0,0,-5588.5,1218.04,20.9308,4.60669,300,300,15,0,1618,3801,0,1), + (50290,5239,1,0,0,-5652.26,1390.56,52.5531,4.16266,300,300,3,0,1618,3801,0,1), + (50291,5240,1,0,0,-5715.53,1178.7,66.6073,3.97802,300,300,0,0,1441,3575,0,0), + (50292,5240,1,0,0,-5596.2,1325.79,29.5073,1.62158,300,300,15,0,1441,3575,0,1), + (50293,5240,1,0,0,-5006.37,1309.33,94.4347,3.2685,300,300,15,0,1441,3575,0,1), + (50294,5240,1,0,0,-5769.19,1404.14,54.2198,0.665511,300,300,0,0,1441,3575,0,0), + (50295,5240,1,0,0,-4922.92,1218.75,62.771,2.14929,300,300,3,0,1441,3575,0,1), + (50296,5240,1,0,0,-5671.89,1224.65,59.3926,0.776518,300,300,10,0,1441,3575,0,1), + (50297,5240,1,0,0,-5357.44,1302.94,35.6257,3.19209,300,300,0,0,1441,3575,0,0), + (50298,5240,1,0,0,-5338.8,1345.69,38.6271,5.53368,300,300,3,0,1441,3575,0,1), + (50299,5240,1,0,0,-4945.83,1144.3,76.8108,2.94199,300,300,3,0,1441,3575,0,1), + (50300,5240,1,0,0,-5036.73,1228.78,53.0342,3.76423,300,300,3,0,1441,3575,0,1), + (50301,5240,1,0,0,-4984.98,1195.27,55.0511,4.42523,300,300,3,0,1441,3575,0,1), + (50302,5240,1,0,0,-5274.05,1289.71,50.8182,5.59454,300,300,3,0,1441,3575,0,1), + (50303,5240,1,0,0,-5715.13,1411.36,53.9826,4.55094,300,300,3,0,1441,3575,0,1), + (50304,5240,1,0,0,-5666.87,1333.86,73.2549,0.360539,300,300,15,0,1441,3575,0,2), + (50305,5240,1,0,0,-5450.62,1385.78,24.6597,3.0821,300,300,10,0,1441,3575,0,1), + (50306,5241,1,0,0,-5570.45,1186.31,26.6708,3.74648,300,300,3,0,2399,0,0,1), + (50307,5241,1,0,0,-5711.01,1220.71,66.5599,3.92146,300,300,0,0,2399,0,0,0), + (50308,5241,1,0,0,-5672.26,1203.56,56.9064,4.46989,300,300,10,0,2399,0,0,1), + (50309,5241,1,0,0,-5573.96,1174.25,27.0458,1.56395,300,300,3,0,2399,0,0,1), + (50310,5241,1,0,0,-5511.45,1060.33,25.2255,6.12298,300,300,15,0,2399,0,0,1), + (50311,5241,1,0,0,-5557.32,1000.45,15.2884,0.457752,300,300,15,0,2399,0,0,1), + (50312,5241,1,0,0,-5543.87,1073.46,20.1353,4.99687,300,300,15,0,2399,0,0,1), + (50313,5241,1,0,0,-5757.31,1199.64,67.6315,5.87756,300,300,0,0,2399,0,0,0), + (50314,5241,1,0,0,-5761.03,1177.56,66.3508,4.29215,300,300,0,0,2399,0,0,0), + (50315,5241,1,0,0,-5497,1140.25,41.1292,2.37184,300,300,3,0,2399,0,0,1), + (50316,5241,1,0,0,-5489.47,1136.08,42.6292,0.682681,300,300,3,0,2399,0,0,1), + (50317,5241,1,0,0,-5454.48,1219.14,33.1848,3.88395,300,300,0,0,2399,0,0,0), + (50318,5241,1,0,0,-5464.01,1206.38,34.5598,4.68211,300,300,3,0,2399,0,0,1), + (50319,5241,1,0,0,-5396.64,1273.44,23.4645,4.95867,300,300,0,0,2399,0,0,0), + (50320,5241,1,0,0,-5691.45,1338.3,73.2549,2.69485,300,300,3,0,2399,0,0,1), + (50321,5241,1,0,0,-5686.06,1416.53,73.2549,6.16033,300,300,3,0,2399,0,0,1), + (50322,5244,1,0,0,-5338.6,19.982,21.4105,1.55318,300,300,3,0,2310,0,0,1), + (50323,5244,1,0,0,-5318.98,-17.8613,16.1199,0.744807,300,300,3,0,2310,0,0,1), + (50324,5244,1,0,0,-5349.76,9.4788,20.7913,5.33313,300,300,3,0,2310,0,0,1), + (50325,5244,1,0,0,-5401.98,99.3152,30.762,5.67868,300,300,3,0,2310,0,0,2), + (50326,5244,1,0,0,-5357.13,388.502,18.9143,1.89701,300,300,3,0,2310,0,0,1), + (50327,5244,1,0,0,-5379.64,336.388,26.4083,2.31339,300,300,3,0,2310,0,0,1), + (50328,5244,1,0,0,-5263.93,324.455,16.8276,0.471752,300,300,15,0,2310,0,0,1), + (50329,5244,1,0,0,-5218.99,90.9588,31.5972,4.47771,300,300,3,0,2310,0,0,2), + (50330,5244,1,0,0,-5278.14,82.0057,24.9294,3.62013,300,300,3,0,2310,0,0,1), + (50331,5244,1,0,0,-5316.66,350.403,44.1899,0.004491,300,300,15,0,2310,0,0,2), + (50332,5245,1,0,0,-5151.49,117.906,67.2418,5.6057,300,300,10,0,2138,0,0,1), + (50333,5245,1,0,0,-5291.31,244.904,57.4511,3.92518,300,300,15,0,2138,0,0,1), + (50334,5245,1,0,0,-5309.23,265.569,61.418,4.72541,300,300,15,0,2138,0,0,1), + (50335,5245,1,0,0,-5220.45,166.931,66.2502,5.0722,300,300,15,0,2138,0,0,1), + (50336,5245,1,0,0,-5282.17,179.611,63.0415,4.48779,300,300,15,0,2138,0,0,1), + (50337,5245,1,0,0,-5251.37,284.326,55.7261,5.7918,300,300,15,0,2138,0,0,1), + (50338,5245,1,0,0,-5280.08,313.365,61.7236,4.08456,300,300,15,0,2138,0,0,2), + (50339,5245,1,0,0,-5250.39,352.759,59.147,2.05551,300,300,10,0,2138,0,0,1), + (50340,5245,1,0,0,-5314.53,410.838,56.8031,4.39079,300,300,10,0,2138,0,0,1), + (50341,5245,1,0,0,-5280.85,380.437,55.8262,5.65422,300,300,10,0,2138,0,0,1), + (50342,5246,1,0,0,-5293.13,107.013,64.4161,0.947597,300,300,3,0,2138,0,0,1), + (50343,5246,1,0,0,-5111.8,144.56,56.7466,5.66653,300,300,10,0,2138,0,0,1), + (50344,5246,1,0,0,-5145.72,258.004,54.4328,0.388718,300,300,15,0,2138,0,0,1), + (50345,5246,1,0,0,-5126.87,221.788,52.8492,6.16567,300,300,15,0,2138,0,0,1), + (50346,5246,1,0,0,-5148.31,173.635,61.5708,3.85114,300,300,15,0,2138,0,0,1), + (50347,5246,1,0,0,-5188.47,339.984,58.6181,3.65996,300,300,15,0,2138,0,0,1), + (50348,5246,1,0,0,-5237.48,221.363,57.3929,1.46308,300,300,15,0,2138,0,0,1), + (50349,5246,1,0,0,-5215.85,381.38,59.4179,5.91943,300,300,15,0,2138,0,0,1), + (50350,5246,1,0,0,-5184.89,282.205,54.8307,4.44824,300,300,15,0,2138,0,0,1), + (50351,5246,1,0,0,-5215.87,313.707,56.7596,5.23541,300,300,15,0,2138,0,0,1), + (50352,5247,1,0,0,-5368.28,264.945,20.5985,4.95465,300,300,15,0,2310,0,0,1), + (50353,5247,1,0,0,-5451.64,123.678,27.5427,0.729189,300,300,3,0,2310,0,0,1), + (50354,5247,1,0,0,-5285.89,-50.094,10.26,5.96745,300,300,3,0,2310,0,0,1), + (50355,5247,1,0,0,-5434.77,125.58,27.3819,3.53101,300,300,3,0,2310,0,0,1), + (50356,5247,1,0,0,-5441.37,109.337,27.4427,1.77975,300,300,3,0,2310,0,0,1), + (50357,5247,1,0,0,-5367.79,25.3771,23.101,4.0785,300,300,3,0,2310,0,0,1), + (50358,5247,1,0,0,-5384.83,261.408,20.3605,0.372909,300,300,3,0,2310,0,0,1), + (50359,5247,1,0,0,-5287,-4.67532,19.6235,3.04146,300,300,15,0,2310,0,0,1), + (50360,5247,1,0,0,-5323.62,7.28735,18.5214,0.076125,300,300,3,0,2310,0,0,1), + (50361,5247,1,0,0,-5378.95,-51.0018,27.1179,2.88126,300,300,3,0,2310,0,0,1), + (50362,5247,1,0,0,-5391.57,77.9264,34.3844,5.8375,300,300,3,0,2310,0,0,1), + (50363,5247,1,0,0,-5351.93,-23.9452,19.7291,1.80112,300,300,3,0,2310,0,0,1), + (50364,5247,1,0,0,-5305.55,42.0215,25.3164,4.44717,300,300,3,0,2310,0,0,1), + (50365,5247,1,0,0,-5382.93,279.341,20.3081,2.52064,300,300,15,0,2310,0,0,1), + (50366,5247,1,0,0,-5280.5,20.1707,19.473,0.518534,300,300,3,0,2310,0,0,1), + (50367,5247,1,0,0,-5359.57,382.093,18.5558,3.31915,300,300,3,0,2310,0,0,1), + (50368,5247,1,0,0,-5306.59,446.213,9.82129,5.07598,300,300,3,0,2310,0,0,1), + (50369,5247,1,0,0,-5357.15,324.802,32.4303,1.59656,300,300,3,0,2310,0,0,1), + (50370,5247,1,0,0,-5276.51,318.254,18.215,3.12905,300,300,15,0,2310,0,0,1), + (50371,5247,1,0,0,-5231.32,281.192,8.9427,1.86548,300,300,15,0,2310,0,0,1), + (50372,5247,1,0,0,-5250.78,279.257,9.26219,4.32023,300,300,3,0,2310,0,0,1), + (50373,5247,1,0,0,-5241.93,261.594,9.20117,1.09493,300,300,3,0,2310,0,0,1), + (50374,5247,1,0,0,-5309.71,328.841,16.4519,2.12574,300,300,3,0,2310,0,0,1), + (50375,5247,1,0,0,-5317.73,416.256,8.05702,1.58062,300,300,3,0,2310,0,0,1), + (50376,5247,1,0,0,-5330.33,436.625,9.56511,5.88642,300,300,3,0,2310,0,0,1), + (50377,5247,1,0,0,-5243.96,59.7394,25.522,3.61794,300,300,3,0,2310,0,0,1), + (50378,5247,1,0,0,-5277.82,81.5765,24.8974,5.57634,300,300,3,0,2310,0,0,1), + (50379,5247,1,0,0,-5265.18,-7.30538,14.9318,1.01866,300,300,3,0,2310,0,0,1), + (50380,5247,1,0,0,-5346.49,70.7558,29.368,2.4345,300,300,3,0,2310,0,0,1), + (50381,7807,1,0,0,-4947.29,1733.71,62.246,0.15708,300,300,0,0,1981,0,0,0), + (50382,5249,1,0,0,-4745.8,620.225,45.5468,2.28505,300,300,15,0,1829,0,0,1), + (50383,5249,1,0,0,-4024.33,374.617,62.1358,3.78907,300,300,10,0,1829,0,0,1), + (50384,5249,1,0,0,-4057.28,428.765,51.3031,1.99445,300,300,0,0,1829,0,0,0), + (50385,5249,1,0,0,-4070.4,440.121,53.202,2.38906,300,300,0,0,1829,0,0,0), + (50386,5249,1,0,0,-4730.14,550.365,37.547,4.25136,300,300,15,0,1829,0,0,1), + (50387,5249,1,0,0,-4124.37,406.889,51.942,0.425171,300,300,15,0,1829,0,0,1), + (50388,5249,1,0,0,-4721.84,616.578,42.5817,0.562534,300,300,15,0,1829,0,0,1), + (50389,5249,1,0,0,-4722.94,594.534,36.8954,0.05903,300,300,0,0,1829,0,0,0), + (50390,5249,1,0,0,-4858.17,489.556,20.2648,1.64648,300,300,15,0,1829,0,0,1), + (50391,5249,1,0,0,-4846.85,507.188,21.0414,1.27609,300,300,15,0,1829,0,0,1), + (50392,5249,1,0,0,-4914.33,485.51,12.6551,0.558185,300,300,15,0,1829,0,0,1), + (50393,5249,1,0,0,-4911.8,508.806,8.72956,4.79055,300,300,15,0,1829,0,0,1), + (50394,5249,1,0,0,-4885.14,548.141,11.1224,1.99144,300,300,15,0,1829,0,0,1), + (50395,5249,1,0,0,-4871.08,574.981,17.1159,5.60783,300,300,15,0,1829,0,0,1), + (50396,5249,1,0,0,-4888.75,214.582,53.8942,2.36448,300,300,3,0,1829,0,0,2), + (50397,5249,1,0,0,-4832.41,177.549,55.764,4.02642,300,300,0,0,1829,0,0,0), + (50398,5249,1,0,0,-4875.56,194.667,59.8014,5.74803,300,300,0,0,1829,0,0,0), + (50399,5249,1,0,0,-4867.95,144.437,62.6496,3.58622,300,300,0,0,1829,0,0,0), + (50400,5249,1,0,0,-4877.64,185.75,60.1764,1.2211,300,300,0,0,1829,0,0,0), + (50401,5249,1,0,0,-4918.9,200.723,52.3689,5.61841,300,300,0,0,1829,0,0,0), + (50402,5249,1,0,0,-4014.36,357.155,63.5666,1.4554,300,300,10,0,1829,0,0,1), + (50403,5249,1,0,0,-4112,409.206,51.1787,1.05162,300,300,15,0,1829,0,0,1), + (50404,5249,1,0,0,-4146.63,384.603,56.2057,3.84496,300,300,15,0,1829,0,0,1), + (50405,5249,1,0,0,-4095.04,321.89,59.8823,2.73951,300,300,3,0,1829,0,0,1), + (50406,5249,1,0,0,-4115.07,379.833,54.919,4.76518,300,300,15,0,1829,0,0,1), + (50407,5249,1,0,0,-4049.3,353.303,60.4434,3.94633,300,300,15,0,1829,0,0,1), + (50408,5249,1,0,0,-4049.4,381.177,55.6645,5.35081,300,300,15,0,1829,0,0,1), + (50409,12418,1,0,0,-4367.18,1177.49,150.611,0.851928,300,300,15,0,2371,0,0,2), + (50410,12418,1,0,0,-4446.51,1122.8,126.278,1.20334,300,300,15,0,2371,0,0,1), + (50411,12418,1,0,0,-4037.07,1027.82,159.73,1.57511,300,300,15,0,2371,0,0,2), + (50412,12418,1,0,0,-4412.07,1567.38,150.61,1.06371,300,300,15,0,2371,0,0,2), + (50413,12418,1,0,0,-3872.45,1105.34,154.787,4.32464,300,300,15,0,2371,0,0,2), + (50414,12418,1,0,0,-3783.24,1167.47,127.158,5.63741,300,300,0,0,2371,0,0,0), + (50415,12418,1,0,0,-3784.26,1193.9,127.213,1.32645,300,300,0,0,2371,0,0,0), + (50416,12418,1,0,0,-3739.02,1181.37,127.213,4.62512,300,300,0,0,2371,0,0,0), + (50417,12418,1,0,0,-3927.37,1103.17,148.268,4.44933,300,300,15,0,2371,0,0,1), + (50418,12418,1,0,0,-4393.47,1332.97,145.331,6.08744,300,300,15,0,2371,0,0,2), + (50419,12418,1,0,0,-4353.75,1435.46,150.609,1.71191,300,300,15,0,2371,0,0,2), + (50421,12418,1,0,0,-4106.96,1135.4,161.213,6.23702,300,300,15,0,2371,0,0,2), + (50422,12418,1,0,0,-4473.62,990.113,150.619,1.58944,300,300,15,0,2371,0,0,2), + (50423,5251,1,0,0,-4871.36,99.1926,87.5937,2.70234,300,300,15,0,1902,0,0,1), + (50424,5251,1,0,0,-4014.62,410.846,62.0296,3.2332,300,300,15,0,1902,0,0,1), + (50425,5251,1,0,0,-4100.95,431.505,51.3539,1.04561,300,300,0,0,1902,0,0,0), + (50426,5251,1,0,0,-4109.38,440.625,51.4261,4.56601,300,300,0,0,1902,0,0,0), + (50427,5251,1,0,0,-4091.12,439.355,51.327,1.55242,300,300,3,0,1902,0,0,1), + (50428,5251,1,0,0,-4097.13,446.618,51.327,0.331289,300,300,0,0,1902,0,0,0), + (50429,5251,1,0,0,-4069.95,446.829,52.202,4.52861,300,300,3,0,1902,0,0,1), + (50430,5251,1,0,0,-4729.89,584.471,35.7704,1.10875,300,300,0,0,1902,0,0,0), + (50431,5251,1,0,0,-4736.63,589.893,35.8813,3.8832,300,300,0,0,1902,0,0,0), + (50432,5251,1,0,0,-4838.61,536.128,20.2207,5.7643,300,300,15,0,1902,0,0,1), + (50433,5251,1,0,0,-4836.6,545.362,20.5957,2.4713,300,300,0,0,1902,0,0,0), + (50434,5251,1,0,0,-4875.54,465.574,18.965,1.0227,300,300,0,0,1902,0,0,0), + (50435,5251,1,0,0,-4876.35,471.89,19.3672,4.01573,300,300,0,0,1902,0,0,0), + (50436,5251,1,0,0,-4820.01,514.612,19.9961,3.40399,300,300,15,0,1902,0,0,1), + (50437,5251,1,0,0,-4811.82,553.397,25.7094,0.246398,300,300,3,0,1902,0,0,1), + (50438,5251,1,0,0,-4821.21,574.64,25.7219,0.578466,300,300,15,0,1902,0,0,1), + (50439,5251,1,0,0,-4852.24,588.149,23.9523,1.96108,300,300,15,0,1902,0,0,1), + (50440,5251,1,0,0,-4839.69,183.276,55.3009,2.14031,300,300,0,0,1902,0,0,0), + (50441,5251,1,0,0,-4844.12,186.952,54.4259,0.616934,300,300,3,0,1902,0,0,1), + (50442,5251,1,0,0,-4866.65,168.549,59.4259,5.21735,300,300,3,0,1902,0,0,1), + (50443,5251,1,0,0,-4876.94,145.383,62.1496,3.34189,300,300,0,0,1902,0,0,0), + (50444,5251,1,0,0,-4921.4,191.002,52.3383,4.4146,300,300,0,0,1902,0,0,0), + (50445,5251,1,0,0,-4150.15,446.753,66.3936,3.96013,300,300,15,0,1902,0,0,1), + (50446,5251,1,0,0,-4152.66,419.167,58.0324,2.33686,300,300,0,0,1902,0,0,0), + (50447,5251,1,0,0,-4190.28,388.919,61.1768,4.56144,300,300,0,0,1902,0,0,0), + (50448,5251,1,0,0,-4188.06,419.174,59.5981,2.03619,300,300,10,0,1902,0,0,1), + (50449,5251,1,0,0,-4220.16,416.084,53.8585,3.17875,300,300,15,0,1902,0,0,1), + (50450,5251,1,0,0,-4085.27,378.672,52.9883,4.24433,300,300,15,0,1902,0,0,1), + (50451,1412,1,0,0,-5487.72,1654.19,56.6428,2.31058,300,300,30,0,8,0,0,1), + (50452,1412,1,0,0,-5598.6,1669.04,78.9992,4.46934,300,300,30,0,8,0,0,1), + (50453,1412,1,0,0,-4500.53,1633.58,114.469,4.34587,300,300,0,0,8,0,0,0), + (50454,1412,1,0,0,-2784.12,2180.45,38.0251,0.496852,300,300,15,0,8,0,0,1), + (50455,1412,1,0,0,-4183.8,349.963,57.0936,5.13319,300,300,30,0,8,0,0,1), + (50456,1412,1,0,0,-4977.08,1494.56,56.407,2.8543,300,300,15,0,8,0,0,1), + (50457,1412,1,0,0,-4860.53,1574.19,73.8816,3.96013,300,300,30,0,8,0,0,1), + (50458,1412,1,0,0,-4971.24,319.506,21.6255,5.02179,300,300,15,0,8,0,0,1), + (50459,1412,1,0,0,-4833.56,495.967,21.2598,0.08022,300,300,10,0,8,0,0,1), + (50460,1412,1,0,0,-5227.73,1542.85,53.2909,5.82215,300,300,15,0,8,0,0,1), + (50461,5253,1,0,0,-4877.68,95.157,87.5937,4.70217,300,300,15,0,1902,0,0,1), + (50462,5253,1,0,0,-4068.93,424.676,51.0958,1.77305,300,300,0,0,1902,0,0,0), + (50463,5253,1,0,0,-4747.07,544.974,39.3972,3.11538,300,300,15,0,1902,0,0,1), + (50464,5253,1,0,0,-4833.18,538.594,20.2752,1.79164,300,300,0,0,1902,0,0,0), + (50465,5253,1,0,0,-4851.63,450.307,15.2359,5.40788,300,300,15,0,1902,0,0,1), + (50466,5253,1,0,0,-4784.15,547.915,33.2573,0.083107,300,300,15,0,1902,0,0,1), + (50467,5253,1,0,0,-4877.82,533.902,11.2959,4.94863,300,300,15,0,1902,0,0,1), + (50468,5253,1,0,0,-4885.62,484.892,16.7695,1.07394,300,300,15,0,1902,0,0,1), + (50469,5253,1,0,0,-4913.43,453.977,11.3825,3.4207,300,300,15,0,1902,0,0,1), + (50470,5253,1,0,0,-4870.93,163.541,60.6746,0.46103,300,300,6,0,1902,0,0,2), + (50471,5253,1,0,0,-4884.52,189.2,60.1764,3.4745,300,300,0,0,1902,0,0,0), + (50472,5253,1,0,0,-4907.92,198.133,52.2133,4.92708,300,300,0,0,1902,0,0,0), + (50473,5253,1,0,0,-4181.74,384.392,61.1768,3.62249,300,300,0,0,1902,0,0,0), + (50474,5253,1,0,0,-4182.38,390.472,61.0518,3.97797,300,300,0,0,1902,0,0,0), + (50475,5253,1,0,0,-4212.56,354.133,56.4499,0.82542,300,300,15,0,1902,0,0,1), + (50476,5253,1,0,0,-4213.85,378.469,59.3693,5.03772,300,300,15,0,1902,0,0,2), + (50477,5253,1,0,0,-4182.23,350.915,56.8448,6.0867,300,300,10,0,1902,0,0,1), + (50478,5253,1,0,0,-4085.05,352.905,59.3045,2.84523,300,300,15,0,1902,0,0,1), + (50479,5253,1,0,0,-4089.22,412.185,51.8508,4.79845,300,300,15,0,1902,0,0,1), + (50480,5253,1,0,0,-4116.6,404.177,51.8345,2.22328,300,300,15,0,1902,0,0,1), + (50481,5254,1,0,0,-5027.9,71.1246,120.282,4.94998,300,300,15,0,1585,1381,0,1), + (50482,5254,1,0,0,-4809.08,878.72,143.238,4.56972,300,300,0,0,1585,1381,0,0), + (50483,5254,1,0,0,-4855.26,885.661,135.881,6.06418,300,300,15,0,1585,1381,0,1), + (50484,5254,1,0,0,-4793.57,847.732,142.078,2.83032,300,300,3,0,1585,1381,0,2), + (50485,5254,1,0,0,-4807.73,914.995,134.309,3.29378,300,300,0,0,1585,1381,0,0), + (50486,5254,1,0,0,-4978.35,42.5308,115.026,5.88257,300,300,15,0,1585,1381,0,1), + (50487,5254,1,0,0,-4973.44,65.0014,107.401,4.55984,300,300,15,0,1585,1381,0,1), + (50488,5254,1,0,0,-4819.16,848.424,139.349,5.28525,300,300,15,0,1585,1381,0,1), + (50489,5254,1,0,0,-5014.73,321.444,20.8772,4.71091,300,300,15,0,1585,1381,0,1), + (50490,5254,1,0,0,-4748.48,858.922,143.56,5.36344,300,300,0,0,1585,1381,0,0), + (50491,5254,1,0,0,-4756.47,826.446,140.46,0.453953,300,300,0,0,1585,1381,0,0), + (50492,5254,1,0,0,-4987.13,105.448,104.883,3.06332,300,300,15,0,1585,1381,0,1), + (50493,5254,1,0,0,-4796.46,885.847,144.025,3.12074,300,300,3,0,1585,1381,0,1), + (50494,5254,1,0,0,-4770.49,903.648,142.938,3.21489,300,300,0,0,1585,1381,0,0), + (50495,5254,1,0,0,-4878.31,677.979,42.4017,2.06561,300,300,0,0,1585,1381,0,0), + (50496,5254,1,0,0,-4954.31,770.477,87.3912,4.6704,300,300,2,0,1585,1381,0,1), + (50497,5254,1,0,0,-4964.91,756.479,83.8028,1.19065,300,300,3,0,1585,1381,0,1), + (50498,5254,1,0,0,-4858.7,658.398,39.239,2.28444,300,300,15,0,1585,1381,0,1), + (50499,5254,1,0,0,-4954.49,184.734,61.0684,5.24679,300,300,3,0,1585,1381,0,1), + (50500,5254,1,0,0,-4974.39,192.48,55.3212,4.82733,300,300,0,0,1585,1381,0,0), + (50501,5254,1,0,0,-4949.8,587.667,14.7897,2.53679,300,300,15,0,1585,1381,0,1), + (50502,5254,1,0,0,-4918.71,677.343,41.2583,2.53186,300,300,3,0,1585,1381,0,1), + (50503,5254,1,0,0,-4941.18,610.118,23.0608,5.47877,300,300,15,0,1585,1381,0,1), + (50504,5254,1,0,0,-4916.23,619.198,25.4586,3.70901,300,300,15,0,1585,1381,0,1), + (50505,5254,1,0,0,-4979.53,603.079,22.0884,5.19128,300,300,15,0,1585,1381,0,1), + (50506,5254,1,0,0,-4990.06,682.964,42.9357,0.229611,300,300,15,0,1585,1381,0,1), + (50507,5254,1,0,0,-4948.04,690.44,44.3854,2.51432,300,300,3,0,1585,1381,0,1), + (50508,5254,1,0,0,-4951.65,637.199,42.6797,0.371144,300,300,0,0,1585,1381,0,0), + (50509,5254,1,0,0,-4991.01,515.642,17.6427,4.55428,300,300,15,0,1585,1381,0,1), + (50510,5254,1,0,0,-4965.53,467.868,17.4854,1.32978,300,300,0,0,1585,1381,0,0), + (50511,5254,1,0,0,-4969.51,472.953,17.4197,0.008228,300,300,0,0,1585,1381,0,0), + (50512,5254,1,0,0,-4951.96,417.92,10.8953,3.88703,300,300,15,0,1585,1381,0,1), + (50513,5254,1,0,0,-5024.88,345.506,20.0025,0.621613,300,300,15,0,1585,1381,0,1), + (50514,5254,1,0,0,-5020.48,441.473,11.0317,4.10228,300,300,15,0,1585,1381,0,1), + (50515,5254,1,0,0,-4947.36,382.9,15.0099,3.09835,300,300,15,0,1585,1381,0,1), + (50516,5254,1,0,0,-5001.47,363.842,24.1723,0.67646,300,300,0,0,1585,1381,0,0), + (50517,5254,1,0,0,-5012.95,422.256,14.5839,2.17992,300,300,15,0,1585,1381,0,1), + (50518,5254,1,0,0,-4983.98,386.425,14.7604,3.46075,300,300,3,0,1585,1381,0,1), + (50519,5254,1,0,0,-4997.08,407.791,16.7975,0.963523,300,300,0,0,1585,1381,0,0), + (50520,5254,1,0,0,-4989.99,347.293,22.9567,3.476,300,300,3,0,1585,1381,0,2), + (50521,5254,1,0,0,-5016.4,381.69,12.3767,1.87581,300,300,3,0,1585,1381,0,1), + (50522,5254,1,0,0,-4903.59,269.898,41.5612,1.57263,300,300,0,0,1585,1381,0,0), + (50523,5254,1,0,0,-4950.47,255.242,38.4032,0.887816,300,300,3,0,1585,1381,0,1), + (50524,5254,1,0,0,-4951.96,216.566,53.8365,1.44747,300,300,15,0,1585,1381,0,1), + (50525,5255,1,0,0,-4803.16,881.535,143.113,1.76545,300,300,6,0,1981,0,0,2), + (50526,5255,1,0,0,-4846.93,880.753,136.125,1.2943,300,300,15,0,1981,0,0,2), + (50527,5255,1,0,0,-4976.56,71.3535,106.852,0.500339,300,300,15,0,1981,0,0,1), + (50528,5255,1,0,0,-4761.21,860.062,142.935,2.69599,300,300,0,0,1981,0,0,0), + (50529,5255,1,0,0,-4962.06,106.604,106.918,3.46588,300,300,15,0,1981,0,0,1), + (50530,5255,1,0,0,-4800.72,916.097,133.809,2.53345,300,300,0,0,1981,0,0,0), + (50531,5255,1,0,0,-4773.81,912.761,143.813,4.85502,300,300,15,0,1981,0,0,1), + (50532,5255,1,0,0,-4886.39,676.249,42.4017,1.52149,300,300,0,0,1981,0,0,0), + (50533,5255,1,0,0,-4887.38,778.954,89.5376,1.76618,300,300,3,0,1981,0,0,1), + (50534,5255,1,0,0,-4841.77,804.525,121.177,0.523024,300,300,3,0,1981,0,0,2), + (50535,5255,1,0,0,-4847.84,681.496,44.7483,2.33962,300,300,3,0,1981,0,0,2), + (50536,5255,1,0,0,-4851.21,721.053,54.0984,1.31554,300,300,3,0,1981,0,0,1), + (50537,5255,1,0,0,-4885.24,648.706,40.0652,1.8499,300,300,3,0,1981,0,0,1), + (50538,5255,1,0,0,-4984.33,152.138,69.5728,5.07418,300,300,3,0,1981,0,0,1), + (50539,5255,1,0,0,-5016.96,185.896,55.0099,0.926217,300,300,3,0,1981,0,0,1), + (50540,5255,1,0,0,-5011.33,151.024,68.084,5.52439,300,300,3,0,1981,0,0,1), + (50541,5255,1,0,0,-4977.47,186.911,55.3212,2.44299,300,300,0,0,1981,0,0,0), + (50542,5255,1,0,0,-4932.3,703.583,52.9295,3.87625,300,300,3,0,1981,0,0,1), + (50543,5255,1,0,0,-4914.22,642.659,36.7807,5.44847,300,300,15,0,1981,0,0,1), + (50544,5255,1,0,0,-4914.55,413.982,12.4757,2.1004,300,300,15,0,1981,0,0,1), + (50545,5255,1,0,0,-4943.99,342.897,21.4216,4.16344,300,300,15,0,1981,0,0,1), + (50546,5255,1,0,0,-4907.61,598.781,21.3024,1.64666,300,300,15,0,1981,0,0,1), + (50547,5255,1,0,0,-4980.87,645.17,36.4031,5.37956,300,300,15,0,1981,0,0,1), + (50548,5255,1,0,0,-4948.75,661.295,43.3047,1.05002,300,300,0,0,1981,0,0,0), + (50549,5255,1,0,0,-4956.84,637.982,42.8047,5.23607,300,300,0,0,1981,0,0,0), + (50550,5255,1,0,0,-4953.55,466.17,17.6906,5.37061,300,300,0,0,1981,0,0,0), + (50551,5255,1,0,0,-4990.82,422.269,17.2975,4.88479,300,300,0,0,1981,0,0,0), + (50552,5255,1,0,0,-4985.7,450.37,10.3573,5.60295,300,300,15,0,1981,0,0,1), + (50553,5255,1,0,0,-4980.97,363.957,24.3317,0.671803,300,300,0,0,1981,0,0,0), + (50554,5255,1,0,0,-5014.9,480.233,15.5433,4.98711,300,300,15,0,1981,0,0,1), + (50555,5255,1,0,0,-5025.92,520.657,17.8642,2.948,300,300,15,0,1981,0,0,1), + (50556,5255,1,0,0,-4945.38,276.537,39.7393,1.46994,300,300,15,0,1981,0,0,1), + (50557,5255,1,0,0,-4914.24,266.133,41.6639,2.87389,300,300,0,0,1981,0,0,0), + (50558,5255,1,0,0,-4979.48,214.172,52.3846,5.28205,300,300,3,0,1981,0,0,2), + (50559,5255,1,0,0,-4982.39,253.607,36.5159,0.606403,300,300,15,0,1981,0,0,1), + (50560,5255,1,0,0,-5012.19,246.828,44.5557,6.0183,300,300,15,0,1981,0,0,1), + (50561,5258,1,0,0,-4805.34,873.073,143.113,4.55938,300,300,0,0,2059,0,0,0), + (50562,5258,1,0,0,-4853.65,893.64,137.316,5.63901,300,300,15,0,2059,0,0,1), + (50563,5258,1,0,0,-4998.5,68.2365,103.977,3.26725,300,300,15,0,2059,0,0,1), + (50564,7726,1,0,0,-4190.39,763.854,147.692,3.97008,300,300,5,0,1521,1332,0,1), + (50565,5258,1,0,0,-4755.52,847.282,143.685,4.83015,300,300,0,0,2059,0,0,0), + (50566,5258,1,0,0,-4777.74,907.77,143.438,2.718,300,300,0,0,2059,0,0,0), + (50567,5258,1,0,0,-4883.6,669.546,42.4017,1.34635,300,300,0,0,2059,0,0,0), + (50568,5258,1,0,0,-4983.89,195.59,55.3212,2.80233,300,300,0,0,2059,0,0,0), + (50569,5258,1,0,0,-4944.14,641.548,42.8047,3.12072,300,300,0,0,2059,0,0,0), + (50570,5258,1,0,0,-4957.32,478.153,17.6104,2.83116,300,300,0,0,2059,0,0,0), + (50571,5258,1,0,0,-4969.27,349.479,24.0817,0.092859,300,300,0,0,2059,0,0,0), + (50572,5258,1,0,0,-4986.84,410.148,17.0475,4.49805,300,300,0,0,2059,0,0,0), + (50573,5258,1,0,0,-4913.28,275.214,41.3112,1.34028,300,300,0,0,2059,0,0,0), + (50574,5260,1,0,0,-5350.38,1151.18,62.1598,5.01778,300,300,15,0,1981,0,0,1), + (50575,5260,1,0,0,-5331.63,1151.2,63.7456,0.14715,300,300,15,0,1981,0,0,1), + (50576,5260,1,0,0,-5151.74,1514.26,47.2643,3.66025,300,300,15,0,1981,0,0,1), + (50577,5260,1,0,0,-4746.96,247.709,35.2989,5.5076,300,300,15,0,1981,0,0,1), + (50578,5260,1,0,0,-5159.92,1427.67,47.2462,0.940223,300,300,15,0,1981,0,0,1), + (50579,5260,1,0,0,-4911.6,1529.15,82.7649,2.00389,300,300,15,0,1981,0,0,1), + (50580,5260,1,0,0,-5049.33,1413.78,39.816,2.97821,300,300,15,0,1981,0,0,1), + (50581,5260,1,0,0,-5051.42,1424.96,41.707,1.45141,300,300,15,0,1981,0,0,1), + (50582,5260,1,0,0,-4883.79,1443.17,79.3922,4.63809,300,300,15,0,1981,0,0,1), + (50583,5260,1,0,0,-4856.02,343.501,25.2059,2.35384,300,300,15,0,1981,0,0,1), + (50584,5260,1,0,0,-4778.76,695.353,51.914,4.21772,300,300,15,0,1981,0,0,1), + (50585,5260,1,0,0,-5203.62,1227.66,60.2293,2.00786,300,300,15,0,1981,0,0,1), + (50586,5260,1,0,0,-5211.18,1188.15,71.5113,3.8571,300,300,15,0,1981,0,0,1), + (50587,5260,1,0,0,-5184.27,1215.15,64.517,4.92688,300,300,15,0,1981,0,0,1), + (50588,5260,1,0,0,-4891.58,1489.39,82.3006,1.77749,300,300,15,0,1981,0,0,1), + (50589,5260,1,0,0,-5181.06,1453.67,48.1701,4.88526,300,300,15,0,1981,0,0,1), + (50590,5260,1,0,0,-5169.89,1301.25,45.9325,4.07612,300,300,15,0,1981,0,0,1), + (50591,5260,1,0,0,-5161.94,1347.5,42.7503,6.13218,300,300,15,0,1981,0,0,1), + (50592,5260,1,0,0,-4943.87,1390.07,50.778,2.7462,300,300,15,0,1981,0,0,1), + (50593,5260,1,0,0,-4939.3,1420.68,61.1333,5.04865,300,300,3,0,1981,0,0,1), + (50594,5260,1,0,0,-4846.12,1451.28,75.6576,3.20803,300,300,15,0,1981,0,0,1), + (50595,5260,1,0,0,-5014.86,1465.18,48.3854,5.88419,300,300,15,0,1981,0,0,1), + (50596,5260,1,0,0,-5086.99,1372.21,44.8083,2.76646,300,300,15,0,1981,0,0,1), + (50597,5260,1,0,0,-5056.82,1382.39,43.5165,4.43495,300,300,15,0,1981,0,0,1), + (50598,5260,1,0,0,-5221.47,1357.07,41.5378,0.93999,300,300,15,0,1981,0,0,1), + (50599,5260,1,0,0,-5152.1,1286.09,46.0842,1.72176,300,300,15,0,1981,0,0,1), + (50600,7726,1,0,0,-4165.93,827.036,146.088,4.97965,300,300,3,0,1521,1332,0,1), + (50601,7726,1,0,0,-4151.25,827.259,146.091,3.24178,300,300,0,0,1521,1332,0,0), + (50602,7726,1,0,0,-4245.57,646.092,68.4923,5.3999,300,300,5,0,1521,1332,0,1), + (50603,7726,1,0,0,-4148.83,793.046,145.213,0.816296,300,300,3,0,1521,1332,0,1), + (50604,7726,1,0,0,-4140.81,800.765,146.091,3.12603,300,300,0,0,1521,1332,0,0), + (50605,7726,1,0,0,-4182.29,784.375,145.224,2.15036,300,300,5,0,1521,1332,0,1), + (50606,7726,1,0,0,-4185.37,664.122,70.4345,6.12242,300,300,3,0,1521,1332,0,1), + (50607,7727,1,0,0,-4163.65,810.624,145.213,1.55283,300,300,0,0,1648,1432,0,0), + (50608,5262,1,0,0,-3318.8,2618.23,26.4826,4.40083,300,300,15,0,2672,0,0,1), + (50609,5262,1,0,0,-3283.74,2306.87,61.2635,2.3546,300,300,15,0,2672,0,0,1), + (50610,5262,1,0,0,-3393.75,2404.47,38.0626,4.71239,300,300,15,0,2672,0,0,1), + (50611,5262,1,0,0,-3102.4,2572.94,34.6021,4.09795,300,300,15,0,2672,0,0,1), + (50612,5262,1,0,0,-3467.83,2388.2,46.9626,2.96817,300,300,15,0,2672,0,0,1), + (50613,5262,1,0,0,-2929.88,2328.44,31.8954,2.41357,300,300,15,0,2672,0,0,1), + (50614,5262,1,0,0,-3487.92,2213.92,31.8039,5.67406,300,300,15,0,2672,0,0,1), + (50615,5262,1,0,0,-3727.99,2222.25,72.7458,2.29679,300,300,15,0,2672,0,0,1), + (50616,5262,1,0,0,-3366.54,2537.69,23.5294,5.36761,300,300,15,0,2672,0,0,1), + (50617,5262,1,0,0,-3436.6,2440.52,41.6933,4.58887,300,300,15,0,2672,0,0,1), + (50618,5262,1,0,0,-3230.73,2666.9,45.8462,0.604891,300,300,15,0,2672,0,0,1), + (50619,5262,1,0,0,-3306.37,2377.76,44.0357,0.968219,300,300,15,0,2672,0,0,1), + (50620,5262,1,0,0,-3389.59,2262.48,22.5817,1.87619,300,300,15,0,2672,0,0,1), + (50621,5262,1,0,0,-3556.7,2414.69,66.3586,2.3017,300,300,15,0,2672,0,0,1), + (50622,5262,1,0,0,-3697.87,1948.67,76.8954,3.2434,300,300,15,0,2672,0,0,1), + (50623,5262,1,0,0,-2750.24,2404.5,62.9053,2.81739,300,300,15,0,2672,0,0,1), + (50624,5262,1,0,0,-2785.69,2506.34,62.326,1.36632,300,300,15,0,2672,0,0,1), + (50625,5262,1,0,0,-3525.69,2469.73,60.0778,5.9333,300,300,15,0,2672,0,0,1), + (50626,5262,1,0,0,-3751.93,1951.52,69.1911,3.8641,300,300,15,0,2672,0,0,1), + (50627,5262,1,0,0,-3674.58,1925.48,84.7836,4.1279,300,300,15,0,2672,0,0,1), + (50628,5262,1,0,0,-3449.92,2823.09,82.1008,5.85712,300,300,15,0,2672,0,0,1), + (50629,5262,1,0,0,-3444.89,2535.95,44.9386,2.25378,300,300,3,0,2672,0,0,1), + (50630,5262,1,0,0,-3523.21,2196.41,34.7564,5.17607,300,300,15,0,2672,0,0,1), + (50631,5262,1,0,0,-3746.6,2209.59,73.6967,0.150049,300,300,15,0,2672,0,0,1), + (50632,5262,1,0,0,-3882.78,1917.39,77.9287,5.039,300,300,15,0,2672,0,0,1), + (50633,5262,1,0,0,-3159.38,2582.46,44.7066,0.280177,300,300,0,0,2672,0,0,0), + (50634,5262,1,0,0,-3149.32,2549.29,55.0608,2.33639,300,300,15,0,2672,0,0,1), + (50635,5262,1,0,0,-3883.96,1978.79,75.0473,3.3122,300,300,15,0,2672,0,0,1), + (50636,5262,1,0,0,-3845.38,1949.6,70.5053,2.87948,300,300,15,0,2672,0,0,1), + (50637,5262,1,0,0,-3976.82,2047.79,95.558,3.80658,300,300,15,0,2672,0,0,1), + (50638,5262,1,0,0,-4005.06,2052.92,100.959,0.296131,300,300,3,0,2672,0,0,1), + (50639,5262,1,0,0,-2898.14,2455.35,32.6761,3.37095,300,300,15,0,2672,0,0,1), + (50640,5262,1,0,0,-2914.56,2479.77,31.1381,4.34493,300,300,15,0,2672,0,0,1), + (50641,5262,1,0,0,-3485.52,2583.23,74.7245,3.54658,300,300,15,0,2672,0,0,1), + (50642,7727,1,0,0,-4226.39,648.795,70.6681,6.0336,300,300,5,0,1648,1432,0,1), + (50643,5268,1,0,0,-4189.08,-784.331,-40.3838,6.25975,300,300,15,0,1902,0,0,1), + (50644,5268,1,0,0,-4259.31,98.7355,56.2615,4.62244,300,300,15,0,1902,0,0,1), + (50645,5268,1,0,0,-4388.88,-113.938,58.3584,3.08685,300,300,15,0,1902,0,0,1), + (50646,5268,1,0,0,-4082.12,-44.5403,66.6647,0.355992,300,300,15,0,1902,0,0,1), + (50647,5268,1,0,0,-4046.63,553.437,88.2486,6.24658,300,300,15,0,1902,0,0,1), + (50648,5268,1,0,0,-4506.63,-39.594,79.2819,1.04947,300,300,15,0,1902,0,0,1), + (50649,5268,1,0,0,-4524.92,-125.992,89.9,0.392838,300,300,15,0,1902,0,0,1), + (50650,5268,1,0,0,-4141.15,-608.43,-13.4312,1.75135,300,300,15,0,1902,0,0,1), + (50651,5268,1,0,0,-4003.36,464.067,71.9955,0.785398,300,300,15,0,1902,0,0,1), + (50652,5268,1,0,0,-4441.97,707.82,91.766,0.651706,300,300,15,0,1902,0,0,1), + (50653,5268,1,0,0,-4492.55,-227.82,72.9251,0.21062,300,300,15,0,1902,0,0,1), + (50654,5268,1,0,0,-4186.79,-656.169,-27.7783,1.49278,300,300,15,0,1902,0,0,1), + (50655,5268,1,0,0,-4333.84,-348.609,30.8145,5.57795,300,300,15,0,1902,0,0,1), + (50656,5268,1,0,0,-4415.48,-317.684,34.3012,2.36724,300,300,15,0,1902,0,0,1), + (50657,5268,1,0,0,-4504.02,-200,77.879,0,300,300,15,0,1902,0,0,1), + (50658,5268,1,0,0,-4308.19,358.358,50.5215,1.89361,300,300,15,0,1902,0,0,1), + (50659,5268,1,0,0,-4148.46,-472.472,14.0694,3.80229,300,300,15,0,1902,0,0,1), + (50660,5268,1,0,0,-4085.28,-517.058,10.4308,0.908555,300,300,15,0,1902,0,0,1), + (50661,5268,1,0,0,-4154.12,-580.406,-10.9057,1.9916,300,300,15,0,1902,0,0,1), + (50662,5268,1,0,0,-4130.83,-666.485,-18.9094,6.1485,300,300,15,0,1902,0,0,1), + (50663,5268,1,0,0,-4156.16,-317.246,58.8742,4.87561,300,300,15,0,1902,0,0,1), + (50664,5268,1,0,0,-4243.13,-311.078,32.9979,2.2048,300,300,15,0,1902,0,0,1), + (50665,5268,1,0,0,-4248.05,-356.214,32.4081,1.7239,300,300,15,0,1902,0,0,1), + (50666,5268,1,0,0,-4139.47,-142.767,58.8221,5.28198,300,300,15,0,1902,0,0,1), + (50667,5268,1,0,0,-4175.04,-235.012,67.3514,5.62249,300,300,15,0,1902,0,0,1), + (50668,5268,1,0,0,-4257.91,509.387,53.3594,2.04859,300,300,15,0,1902,0,0,1), + (50669,5268,1,0,0,-4348.71,494.164,52.8612,1.60204,300,300,15,0,1902,0,0,1), + (50670,5268,1,0,0,-4930.03,1425.93,74.1555,3.62885,300,300,15,0,1902,0,0,1), + (50671,5268,1,0,0,-4332.29,619.174,61.8438,0.760541,300,300,15,0,1902,0,0,1), + (50672,5268,1,0,0,-4413.92,597.942,60.1141,4.72216,300,300,15,0,1902,0,0,1), + (50673,5268,1,0,0,-4403.79,671.083,79.5125,1.61439,300,300,15,0,1902,0,0,1), + (50674,5268,1,0,0,-5220.76,1183,70.4666,5.90794,300,300,15,0,1902,0,0,1), + (50675,5268,1,0,0,-5149.51,1474.01,49.5409,1.89173,300,300,15,0,1902,0,0,1), + (50676,5268,1,0,0,-4448.85,538.984,52.039,0.355113,300,300,15,0,1902,0,0,1), + (50677,5268,1,0,0,-4277.42,-65.6139,58.1726,2.71464,300,300,15,0,1902,0,0,1), + (50678,5268,1,0,0,-4145.78,50.7615,57.7937,4.52665,300,300,15,0,1902,0,0,1), + (50679,5268,1,0,0,-4056.58,164.282,58.5793,1.98729,300,300,15,0,1902,0,0,1), + (50680,5268,1,0,0,-4125.19,243.311,55.418,4.76127,300,300,15,0,1902,0,0,1), + (50681,5268,1,0,0,-4217.13,153.119,58.9928,4.79066,300,300,15,0,1902,0,0,1), + (50682,5268,1,0,0,-5146.23,1210.51,60.0551,4.83577,300,300,15,0,1902,0,0,1), + (50683,5268,1,0,0,-4478.75,-539.552,10.4687,2.78465,300,300,15,0,1902,0,0,1), + (50684,5268,1,0,0,-4487.96,-482.766,24.6171,5.64431,300,300,15,0,1902,0,0,1), + (50685,5268,1,0,0,-4417.26,-543.189,8.21893,3.17088,300,300,15,0,1902,0,0,1), + (50686,5268,1,0,0,-4491.68,-420.729,38.1488,1.87648,300,300,3,0,1902,0,0,1), + (50687,5268,1,0,0,-4411.53,-592.355,-14.3937,1.41206,300,300,15,0,1902,0,0,1), + (50688,5268,1,0,0,-4200.1,-419.122,28.8159,5.60845,300,300,3,0,1902,0,0,1), + (50689,5268,1,0,0,-4351.53,-520.112,15.4403,6.23235,300,300,15,0,1902,0,0,1), + (50690,5268,1,0,0,-4171.03,-468.764,23.7541,2.45586,300,300,15,0,1902,0,0,1), + (50691,5268,1,0,0,-4952.19,1410.3,52.0408,1.65472,300,300,3,0,1902,0,0,1), + (50692,5268,1,0,0,-4394.85,466.254,52.6005,3.73231,300,300,15,0,1902,0,0,1), + (50693,5268,1,0,0,-4287.62,541.13,57.8048,1.61179,300,300,15,0,1902,0,0,1), + (50694,5268,1,0,0,-5166.45,1393.2,46.6961,0.278165,300,300,15,0,1902,0,0,1), + (50695,5268,1,0,0,-4490.92,-82.323,65.2927,2.21627,300,300,15,0,1902,0,0,1), + (50696,5268,1,0,0,-4888.49,1364.58,64.1837,2.90798,300,300,3,0,1902,0,0,1), + (50697,5268,1,0,0,-4810.81,1638.25,77.118,1.69418,300,300,10,0,1902,0,0,1), + (50698,5268,1,0,0,-4379.46,395.755,47.2412,3.61076,300,300,15,0,1902,0,0,1), + (50699,5268,1,0,0,-5069.04,1418.63,42.6786,3.17966,300,300,15,0,1902,0,0,1), + (50700,5268,1,0,0,-5125.62,1338.41,42.2592,2.81774,300,300,15,0,1902,0,0,1), + (50701,5268,1,0,0,-4858.73,1572.74,74.4829,5.65726,300,300,15,0,1902,0,0,1), + (50702,5268,1,0,0,-4448.01,664.981,68.2178,0.204289,300,300,15,0,1902,0,0,1), + (50703,5268,1,0,0,-4523.03,514.925,57.7577,3.57291,300,300,15,0,1902,0,0,1), + (50704,5268,1,0,0,-4495.67,424.66,49.3379,0.021481,300,300,15,0,1902,0,0,1), + (50705,5268,1,0,0,-4503.5,-355.188,62.0496,5.18802,300,300,3,0,1902,0,0,1), + (50706,5268,1,0,0,-4448.42,-147.677,58.0194,1.54564,300,300,15,0,1902,0,0,1), + (50707,5268,1,0,0,-4468.33,20.5299,56.4202,1.86599,300,300,3,0,1902,0,0,1), + (50708,5268,1,0,0,-4175.7,-72.3887,59.6875,5.90522,300,300,15,0,1902,0,0,1), + (50709,5268,1,0,0,-4345.77,549.511,53.9078,2.85631,300,300,15,0,1902,0,0,1), + (50710,5272,1,0,0,-4674.29,1618.7,117.38,5.70575,300,300,15,0,2138,0,0,1), + (50711,5272,1,0,0,-4556.43,1746.99,96.2121,4.20678,300,300,15,0,2138,0,0,1), + (50712,5272,1,0,0,-5183.87,609.78,51.4539,6.18138,300,300,15,0,2138,0,0,1), + (50713,5272,1,0,0,-4618.75,1735.42,100.297,6.19829,300,300,3,0,2138,0,0,1), + (50714,5272,1,0,0,-5191.57,591.988,49.9271,2.85874,300,300,15,0,2138,0,0,1), + (50715,5272,1,0,0,-5271.09,493.109,56.7952,1.12653,300,300,15,0,2138,0,0,1), + (50716,5272,1,0,0,-4520.58,1787.96,100.178,2.51111,300,300,15,0,2138,0,0,1), + (50717,5272,1,0,0,-5312.34,581.234,64.2326,0.857296,300,300,15,0,2138,0,0,1), + (50718,5272,1,0,0,-5173.42,719.456,62.071,3.26885,300,300,15,0,2138,0,0,1), + (50719,5272,1,0,0,-5070.34,583.311,24.9651,3.13183,300,300,15,0,2138,0,0,1), + (50720,5272,1,0,0,-5105.72,699.624,51.271,1.74943,300,300,15,0,2138,0,0,1), + (50721,5272,1,0,0,-5280.24,572.797,59.9677,2.191,300,300,15,0,2138,0,0,1), + (50722,5272,1,0,0,-5116.79,671.002,50.7103,1.91973,300,300,15,0,2138,0,0,1), + (50723,5272,1,0,0,-5324,530.425,58.4664,3.49053,300,300,15,0,2138,0,0,1), + (50724,5272,1,0,0,-5219.03,579.441,58.7811,0.734821,300,300,15,0,2138,0,0,1), + (50725,5272,1,0,0,-4713.87,1396.21,89.2543,4.55157,300,300,10,0,2138,0,0,1), + (50726,5272,1,0,0,-4689.28,1465.65,95.8983,6.26872,300,300,3,0,2138,0,0,1), + (50727,5272,1,0,0,-4527.65,1860.03,90.7225,0.450548,300,300,15,0,2138,0,0,1), + (50728,5272,1,0,0,-4608.39,1444.57,99.7818,0.053764,300,300,15,0,2138,0,0,1), + (50729,5272,1,0,0,-4582.82,1482.4,99.3287,5.91939,300,300,15,0,2138,0,0,1), + (50730,5272,1,0,0,-4590.22,1711.77,111.429,3.84958,300,300,3,0,2138,0,0,1), + (50731,5272,1,0,0,-4585.96,1816.36,91.764,3.28266,300,300,15,0,2138,0,0,1), + (50732,5272,1,0,0,-5078.38,609.8,35.0181,2.93883,300,300,15,0,2138,0,0,1), + (50733,5272,1,0,0,-5047.86,339.17,23.4268,5.72769,300,300,15,0,2138,0,0,1), + (50734,5272,1,0,0,-4726.54,1177.05,103.259,1.52781,300,300,15,0,2138,0,0,1), + (50735,5272,1,0,0,-5153.15,453.415,30.7958,5.98924,300,300,15,0,2138,0,0,1), + (50736,5272,1,0,0,-5208.37,505.17,49.6853,4.63412,300,300,15,0,2138,0,0,1), + (50737,5272,1,0,0,-4566.64,1965.2,88.715,5.40025,300,300,15,0,2138,0,0,1), + (50738,5272,1,0,0,-4608.33,1899.19,107.144,0.280982,300,300,10,0,2138,0,0,1), + (50739,5272,1,0,0,-4732.05,1241.24,105.032,3.12945,300,300,15,0,2138,0,0,1), + (50740,5272,1,0,0,-4661.44,1536.43,120.023,1.84073,300,300,15,0,2138,0,0,1), + (50741,5272,1,0,0,-4738.61,1285.38,103.221,0.468885,300,300,3,0,2138,0,0,1), + (50742,5274,1,0,0,-3472.56,2447.28,45.2725,6.22845,300,300,15,0,2578,0,0,1), + (50743,5274,1,0,0,-3369.16,2374.98,43.9269,4.25356,300,300,0,0,2578,0,0,0), + (50744,5274,1,0,0,-3544.47,2196.2,40.0027,4.98935,300,300,15,0,2578,0,0,1), + (50745,5274,1,0,0,-2910.76,2351.65,30.9873,5.23372,300,300,3,0,2578,0,0,1), + (50746,5274,1,0,0,-3483.11,2156.7,35.2103,3.79931,300,300,15,0,2578,0,0,1), + (50747,5274,1,0,0,-3487.33,2254.75,26.18,2.28052,300,300,15,0,2578,0,0,1), + (50748,5274,1,0,0,-3190.91,2572.34,37.3021,4.98935,300,300,15,0,2578,0,0,1), + (50749,5274,1,0,0,-3387.51,2341.4,37.9036,5.79334,300,300,15,0,2578,0,0,1), + (50750,5274,1,0,0,-2815.57,2450.85,55.109,1.25306,300,300,15,0,2578,0,0,1), + (50751,5274,1,0,0,-3673.9,1971.83,72.8221,3.25836,300,300,15,0,2578,0,0,1), + (50752,5274,1,0,0,-3679.27,2008.89,73.7357,4.64004,300,300,15,0,2578,0,0,1), + (50753,5274,1,0,0,-3437.34,2768.05,79.6551,0.896231,300,300,15,0,2578,0,0,1), + (50754,5274,1,0,0,-3375.54,2667.71,68.0777,0,300,300,15,0,2578,0,0,1), + (50755,5274,1,0,0,-3252.24,2598.41,27.0671,0.273863,300,300,15,0,2578,0,0,1), + (50756,5274,1,0,0,-3177.74,2587.58,41.1418,5.90324,300,300,15,0,2578,0,0,1), + (50757,5274,1,0,0,-3482.79,2513.4,53.633,2.44977,300,300,15,0,2578,0,0,1), + (50758,5274,1,0,0,-3528.15,2235.49,38.0347,3.88866,300,300,30,0,2578,0,0,1), + (50759,5274,1,0,0,-3525.93,2688.45,92.0021,1.7793,300,300,15,0,2578,0,0,1), + (50760,5274,1,0,0,-3306.62,2460.71,43.8001,5.11792,300,300,15,0,2578,0,0,1), + (50761,5274,1,0,0,-3660.11,1961.31,74.9288,3.78829,300,300,15,0,2578,0,0,1), + (50762,5274,1,0,0,-4102.92,2040.55,89.0498,4.22473,300,300,15,0,2578,0,0,1), + (50763,5274,1,0,0,-3919.13,1994.17,80.8165,2.35619,300,300,15,0,2578,0,0,1), + (50764,5274,1,0,0,-3939.56,1982.67,83.4903,2.96488,300,300,15,0,2578,0,0,1), + (50765,5274,1,0,0,-3818.48,2002.17,69.2423,2.36014,300,300,0,0,2578,0,0,0), + (50766,5274,1,0,0,-3816.19,1927.19,70.2219,4.76908,300,300,15,0,2578,0,0,1), + (50767,5274,1,0,0,-3739.02,1979.36,69.3839,5.37457,300,300,15,0,2578,0,0,1), + (50768,5274,1,0,0,-3571.63,2211.44,36.5669,5.98986,300,300,15,0,2578,0,0,1), + (50769,5274,1,0,0,-2907.41,2405.36,31.1266,4.92966,300,300,15,0,2578,0,0,1), + (50770,5276,1,0,0,-3399.4,2365.61,41.7153,1.86596,300,300,15,0,1990,1640,0,1), + (50771,5276,1,0,0,-3411,2428.96,40.1268,2.10991,300,300,15,0,1990,1640,0,1), + (50772,5276,1,0,0,-2816,2355.66,36.9462,4.32074,300,300,15,0,1990,1640,0,1), + (50773,5276,1,0,0,-3408.3,2416.07,36.7951,2.47626,300,300,15,0,1990,1640,0,1), + (50774,5276,1,0,0,-3930.47,1920.28,85.971,1.77088,300,300,15,0,1990,1640,0,1), + (50775,5278,1,0,0,-4562.48,888.987,60.0789,4.73058,300,300,10,0,1648,1432,0,1), + (50776,5278,1,0,0,-4589.5,914.675,61.1099,2.87202,300,300,10,0,1648,1432,0,1), + (50777,5278,1,0,0,-4610.42,959.534,57.5227,3.56695,300,300,10,0,1648,1432,0,1), + (50778,5278,1,0,0,-4630.8,964.319,62.038,2.88666,300,300,10,0,1648,1432,0,1), + (50779,5278,1,0,0,-4427.28,685.328,90.3875,0.317255,300,300,15,0,1648,1432,0,1), + (50780,5278,1,0,0,-4554.91,785.981,48.3547,0.811658,300,300,15,0,1648,1432,0,1), + (50781,5278,1,0,0,-4594.23,826.782,46.1191,3.43873,300,300,15,0,1648,1432,0,1), + (50782,5278,1,0,0,-4525.37,566.56,59.5324,1.13948,300,300,15,0,1648,1432,0,1), + (50783,5278,1,0,0,-4595.3,749.69,50.5767,4.31557,300,300,15,0,1648,1432,0,1), + (50784,5278,1,0,0,-4523.91,640.881,56.4121,1.91931,300,300,15,0,1648,1432,0,1), + (50785,5278,1,0,0,-4502.29,635.304,57.0371,3.5613,300,300,15,0,1648,1432,0,1), + (50786,5278,1,0,0,-4449.27,614.571,57.7221,4.19024,300,300,15,0,1648,1432,0,1), + (50787,5278,1,0,0,-4542.39,577.093,63.1643,0.535762,300,300,15,0,1648,1432,0,1), + (50788,5278,1,0,0,-4576.84,558.396,62.5885,1.76359,300,300,15,0,1648,1432,0,1), + (50789,5278,1,0,0,-4546.93,616.519,47.4083,2.0893,300,300,15,0,1648,1432,0,1), + (50790,5278,1,0,0,-4641.78,651.983,49.0221,4.6831,300,300,15,0,1648,1432,0,1), + (50791,5278,1,0,0,-4600.87,620.673,47.9707,1.51207,300,300,15,0,1648,1432,0,1), + (50792,5278,1,0,0,-4594.28,714.612,47.6776,0.029288,300,300,15,0,1648,1432,0,1), + (50793,5278,1,0,0,-4631.99,680.241,48.652,3.55339,300,300,15,0,1648,1432,0,1), + (50794,5278,1,0,0,-4585.41,686.479,47.8589,1.97853,300,300,15,0,1648,1432,0,1), + (50795,5278,1,0,0,-4623.44,655.724,52.1265,2.62946,300,300,15,0,1648,1432,0,1), + (50796,1695,1,0,0,-4491.6,-768.035,-36.632,4.95674,300,300,0,0,2972,0,0,0), + (50797,7584,1,0,0,-3432.24,2382.82,43.9324,3.25699,300,300,3,0,2424,1483,0,2), + (50798,7584,1,0,0,-4166.35,305.325,58.8006,5.14193,300,300,15,0,2424,1483,0,2), + (50799,7584,1,0,0,-4554.64,1687.16,97.8392,4.33007,300,300,15,0,2424,1483,0,2), + (50800,7584,1,0,0,-5764.65,1452.36,56.561,3.98084,300,300,0,0,2424,1483,0,0), + (50801,7584,1,0,0,-4894.04,334.951,25.4807,2.92314,300,300,15,0,2424,1483,0,2), + (50802,5286,1,0,0,-4184.84,-740.034,-34.2743,0.548457,300,300,15,0,1829,0,0,1), + (50803,5286,1,0,0,-4228.44,-758.422,-42.8481,5.53349,300,300,15,0,1829,0,0,1), + (50804,5286,1,0,0,-4493.02,-358.208,53.6212,3.45531,300,300,15,0,1829,0,0,1), + (50805,5286,1,0,0,-4045.94,520.738,80.5059,2.85825,300,300,15,0,1829,0,0,1), + (50806,5286,1,0,0,-4325.41,670.083,83.2044,1.58252,300,300,15,0,1829,0,0,1), + (50807,5286,1,0,0,-4175.4,-203.488,58.8624,5.66702,300,300,15,0,1829,0,0,1), + (50808,5286,1,0,0,-4344.02,-655.198,-34.0294,4.18403,300,300,15,0,1829,0,0,1), + (50809,5286,1,0,0,-4391.22,-655.952,-16.7433,3.60944,300,300,15,0,1829,0,0,1), + (50810,5286,1,0,0,-4115.33,-70.4951,58.8196,4.76127,300,300,15,0,1829,0,0,1), + (50811,5286,1,0,0,-4526.89,-94.2515,86.4776,2.06082,300,300,15,0,1829,0,0,1), + (50812,5286,1,0,0,-4356.25,646.864,69.8904,2.33331,300,300,15,0,1829,0,0,1), + (50813,5286,1,0,0,-4525.96,-140.096,89.9087,0.394716,300,300,15,0,1829,0,0,1), + (50814,5286,1,0,0,-4404.79,616.535,59.6474,0.293328,300,300,15,0,1829,0,0,1), + (50815,5286,1,0,0,-4618.12,956.096,57.8503,1.52781,300,300,10,0,1829,0,0,1), + (50816,5286,1,0,0,-4555.03,3645.95,10.8156,0.069473,300,300,15,0,1829,0,0,1), + (50817,5286,1,0,0,-4147.56,-686.394,-22.0119,2.86333,300,300,15,0,1829,0,0,1), + (50818,5286,1,0,0,-4204.03,-596.466,-18.6577,2.1033,300,300,15,0,1829,0,0,1), + (50819,5286,1,0,0,-4420.23,-312.952,33.433,5.02179,300,300,15,0,1829,0,0,1), + (50820,5286,1,0,0,-4489.94,-161.836,66.9594,3.55982,300,300,15,0,1829,0,0,1), + (50821,5286,1,0,0,-4462.62,3559.96,18.8284,0.34802,300,300,15,0,1829,0,0,1), + (50822,5286,1,0,0,-4132.27,-451.243,21.3968,2.82973,300,300,15,0,1829,0,0,1), + (50823,5286,1,0,0,-4144.14,-548.746,-5.005,3.09076,300,300,15,0,1829,0,0,1), + (50824,5286,1,0,0,-4119.67,-589.006,-10.7926,4.43141,300,300,15,0,1829,0,0,1), + (50825,5286,1,0,0,-4109.7,-525.867,2.85002,3.04775,300,300,15,0,1829,0,0,1), + (50826,5286,1,0,0,-4105.75,-706.468,-22.9503,3.7017,300,300,15,0,1829,0,0,1), + (50827,5286,1,0,0,-4122.47,-1.6196,56.7255,2.91318,300,300,15,0,1829,0,0,1), + (50828,5286,1,0,0,-4168.77,99.6719,57.3683,1.98902,300,300,15,0,1829,0,0,1), + (50829,5286,1,0,0,-4212.62,65.0503,60.136,1.19009,300,300,15,0,1829,0,0,1), + (50830,5286,1,0,0,-4160.91,-311.006,57.2628,5.00676,300,300,15,0,1829,0,0,1), + (50831,5286,1,0,0,-4320.14,500.612,56.7875,4.42711,300,300,15,0,1829,0,0,1), + (50832,5286,1,0,0,-4403.48,512.209,55.8616,5.5862,300,300,15,0,1829,0,0,1), + (50833,5286,1,0,0,-4378.17,497.733,50.7666,1.23434,300,300,15,0,1829,0,0,1), + (50834,5286,1,0,0,-4180.46,281.446,52.8352,1.16618,300,300,0,0,1829,0,0,0), + (50835,5286,1,0,0,-4235.42,518.75,51.1077,2.55323,300,300,15,0,1829,0,0,1), + (50836,5286,1,0,0,-4119.44,-29.3902,59.2427,0.318042,300,300,15,0,1829,0,0,1), + (50837,5286,1,0,0,-4480.79,3474.27,24.063,5.27101,300,300,15,0,1829,0,0,1), + (50838,5286,1,0,0,-4753.61,3289.89,20.1918,0.572168,300,300,15,0,1829,0,0,1), + (50839,5286,1,0,0,-4805.63,3306.75,15.3943,3.01684,300,300,15,0,1829,0,0,1), + (50840,5286,1,0,0,-4767.61,3295.6,21.2369,4.79253,300,300,15,0,1829,0,0,1), + (50841,5286,1,0,0,-4555.5,3415.78,26.1541,3.34109,300,300,15,0,1829,0,0,1), + (50842,5286,1,0,0,-4526.19,3437.25,26.1859,1.6588,300,300,15,0,1829,0,0,1), + (50843,5286,1,0,0,-4558.72,3523.25,22.8529,5.81867,300,300,15,0,1829,0,0,1), + (50844,5286,1,0,0,-4546.71,3476.98,25.1773,4.3511,300,300,15,0,1829,0,0,1), + (50845,5286,1,0,0,-4505.17,3540.59,19.3997,4.8891,300,300,15,0,1829,0,0,1), + (50846,5286,1,0,0,-4531.52,3543.41,23.527,5.97564,300,300,15,0,1829,0,0,1), + (50847,5286,1,0,0,-4519.33,3580.95,20.7518,2.7229,300,300,15,0,1829,0,0,1), + (50848,5286,1,0,0,-4504.58,3599.51,16.8768,5.08854,300,300,15,0,1829,0,0,1), + (50849,5286,1,0,0,-4388.82,3545.75,10.3708,6.26658,300,300,15,0,1829,0,0,1), + (50850,5286,1,0,0,-4410.98,3575.24,14.5785,5.79047,300,300,15,0,1829,0,0,1), + (50851,5286,1,0,0,-4317.88,555.567,56.7244,4.92089,300,300,15,0,1829,0,0,1), + (50852,5286,1,0,0,-4345.59,578.363,58.7511,4.2747,300,300,15,0,1829,0,0,1), + (50853,5286,1,0,0,-4136.92,-112.345,57.3774,4.16195,300,300,15,0,1829,0,0,1), + (50854,5286,1,0,0,-4466.64,526.994,54.0559,0.07902,300,300,15,0,1829,0,0,1), + (50855,5286,1,0,0,-4228.35,-90.0921,57.2404,6.08032,300,300,15,0,1829,0,0,1), + (50856,5286,1,0,0,-4184.63,-158.729,56.4829,4.27739,300,300,15,0,1829,0,0,1), + (50857,5286,1,0,0,-4475.94,437.637,51.2082,0.804386,300,300,15,0,1829,0,0,1), + (50858,5286,1,0,0,-4383.12,407.82,47.7134,6.21675,300,300,15,0,1829,0,0,1), + (50859,5286,1,0,0,-4284.17,458.194,53.9596,3.9408,300,300,15,0,1829,0,0,1), + (50860,5286,1,0,0,-4046.7,236.56,57.9718,2.70414,300,300,15,0,1829,0,0,1), + (50861,5286,1,0,0,-4161.53,143.501,55.7952,6.06704,300,300,15,0,1829,0,0,1), + (50862,5286,1,0,0,-4156.27,195.451,61.5369,2.97361,300,300,15,0,1829,0,0,1), + (50863,5286,1,0,0,-4085.23,183.521,59.2833,4.16056,300,300,15,0,1829,0,0,1), + (50864,5286,1,0,0,-4225.77,271.97,51.6846,6.20896,300,300,15,0,1829,0,0,1), + (50865,5286,1,0,0,-4495.88,-514.349,16.9544,6.2343,300,300,15,0,1829,0,0,1), + (50866,5286,1,0,0,-4439.67,-523.383,10.5633,1.15136,300,300,15,0,1829,0,0,1), + (50867,5286,1,0,0,-4458.17,-574.807,4.90103,0.507288,300,300,15,0,1829,0,0,1), + (50868,5286,1,0,0,-4310.88,-568.143,-12.2051,3.91898,300,300,15,0,1829,0,0,1), + (50869,5286,1,0,0,-4247.78,-582.722,-10.3819,4.73385,300,300,15,0,1829,0,0,1), + (50870,5286,1,0,0,-4484.3,-441.881,28.0138,5.40788,300,300,15,0,1829,0,0,1), + (50871,5286,1,0,0,-4236.93,-466.705,38.0521,5.49641,300,300,15,0,1829,0,0,1), + (50872,5286,1,0,0,-4152.29,-444.692,22.4375,5.07185,300,300,15,0,1829,0,0,1), + (50873,5286,1,0,0,-4516.27,526.259,57.7559,4.69481,300,300,15,0,1829,0,0,1), + (50874,5286,1,0,0,-4351.08,477.268,54.8318,1.61659,300,300,15,0,1829,0,0,1), + (50875,5286,1,0,0,-4278,71.6606,56.9332,3.71281,300,300,15,0,1829,0,0,1), + (50876,5286,1,0,0,-4465.52,-122.061,58.103,2.65175,300,300,15,0,1829,0,0,1), + (50877,5286,1,0,0,-4662.97,3444.04,24.3023,3.01336,300,300,15,0,1829,0,0,1), + (50878,5286,1,0,0,-4661.65,3410.65,24.9551,4.12435,300,300,15,0,1829,0,0,1), + (50879,5286,1,0,0,-4629.88,669.234,50.0989,5.02425,300,300,15,0,1829,0,0,1), + (50880,5286,1,0,0,-4512.19,491.886,52.7449,1.75362,300,300,15,0,1829,0,0,1), + (50881,5286,1,0,0,-4443.49,-310.024,39.8388,0.728751,300,300,15,0,1829,0,0,1), + (50882,5286,1,0,0,-4459.15,-263.037,52.5767,2.21078,300,300,15,0,1829,0,0,1), + (50883,5286,1,0,0,-4436.44,-9.18867,60.082,3.37,300,300,15,0,1829,0,0,1), + (50884,5286,1,0,0,-4220.35,110.318,56.7168,4.63207,300,300,15,0,1829,0,0,1), + (50885,5286,1,0,0,-4658.34,3254.91,14.8691,3.68922,300,300,15,0,1829,0,0,1), + (50886,5286,1,0,0,-4722.54,3290.51,18.2373,3.90187,300,300,15,0,1829,0,0,1), + (50887,5286,1,0,0,-4653.49,3300.93,25.5195,4.54949,300,300,15,0,1829,0,0,1), + (50888,5286,1,0,0,-4708.58,3223.77,13.6046,4.93699,300,300,15,0,1829,0,0,1), + (50889,5286,1,0,0,-4687.05,3317.75,25.9901,4.8891,300,300,15,0,1829,0,0,1), + (50890,5286,1,0,0,-4618.23,3481.19,19.8657,5.70268,300,300,15,0,1829,0,0,1), + (50891,5286,1,0,0,-4609.13,3376.73,33.3476,1.13075,300,300,15,0,1829,0,0,1), + (50892,5286,1,0,0,-4618.21,3375.37,31.1633,5.15926,300,300,15,0,1829,0,0,1), + (50893,5286,1,0,0,-4659.17,3372.18,27.8057,4.97513,300,300,15,0,1829,0,0,1), + (50894,5286,1,0,0,-4603.48,3524.2,23.0796,5.134,300,300,15,0,1829,0,0,1), + (50895,5286,1,0,0,-4683.4,3351.13,31.1959,2.59077,300,300,15,0,1829,0,0,1), + (50896,5286,1,0,0,-4561.89,3585.68,25.3012,2.8288,300,300,15,0,1829,0,0,1), + (50897,5286,1,0,0,-4460.31,3535.08,18.1332,1.52781,300,300,15,0,1829,0,0,1), + (50898,5286,1,0,0,-4612.91,3285.25,19.3972,4.67331,300,300,15,0,1829,0,0,1), + (50899,5286,1,0,0,-4448.19,3446.75,22.106,5.28684,300,300,15,0,1829,0,0,1), + (50900,5287,1,0,0,-5151.22,487.184,33.1911,5.2585,300,300,15,0,2059,0,0,1), + (50901,5287,1,0,0,-4562.76,1812.33,90.9591,5.88611,300,300,15,0,2059,0,0,1), + (50902,5287,1,0,0,-4620.95,1723.06,101.562,2.49965,300,300,10,0,2059,0,0,1), + (50903,5287,1,0,0,-5222.43,620.265,54.5629,0.739748,300,300,15,0,2059,0,0,1), + (50904,5287,1,0,0,-4525.27,1542.31,110.138,2.59832,300,300,15,0,2059,0,0,1), + (50905,5287,1,0,0,-5085.54,531.515,17.7577,2.71139,300,300,15,0,2059,0,0,1), + (50906,5287,1,0,0,-4491.4,1807.56,106.929,3.40219,300,300,15,0,2059,0,0,1), + (50907,5287,1,0,0,-4643.48,1658.22,115.546,3.0938,300,300,15,0,2059,0,0,1), + (50908,5287,1,0,0,-5309.2,606.593,77.3709,3.63844,300,300,15,0,2059,0,0,1), + (50909,5287,1,0,0,-5110.36,574.818,31.1136,4.76518,300,300,15,0,2059,0,0,1), + (50910,5287,1,0,0,-5159.9,655.979,53.2424,1.50826,300,300,15,0,2059,0,0,1), + (50911,5287,1,0,0,-5078.62,717.188,56.4197,2.25316,300,300,15,0,2059,0,0,1), + (50912,5287,1,0,0,-5196.45,659.242,57.2245,3.18663,300,300,15,0,2059,0,0,1), + (50913,5287,1,0,0,-5231.87,598.328,54.4086,2.35343,300,300,15,0,2059,0,0,1), + (50914,5287,1,0,0,-4706.68,1451.99,85.4936,5.44942,300,300,3,0,2059,0,0,1), + (50915,5287,1,0,0,-4558.46,1692.52,97.5134,5.28197,300,300,15,0,2059,0,0,1), + (50916,5287,1,0,0,-4589.08,1911.8,110.568,4.3823,300,300,10,0,2059,0,0,1), + (50917,5287,1,0,0,-4540.76,1858.2,90.2917,0.791609,300,300,15,0,2059,0,0,1), + (50918,5287,1,0,0,-4633.58,1458.48,105.614,6.0183,300,300,15,0,2059,0,0,1), + (50919,5287,1,0,0,-4626.31,1676.49,114.633,2.02571,300,300,15,0,2059,0,0,1), + (50920,5287,1,0,0,-4556.88,1860.01,90.125,2.60888,300,300,15,0,2059,0,0,1), + (50921,5287,1,0,0,-5092.53,458.479,13.8848,5.24095,300,300,15,0,2059,0,0,1), + (50922,5287,1,0,0,-4546.52,1486.18,101.805,1.13064,300,300,15,0,2059,0,0,1), + (50923,5287,1,0,0,-4640.82,1594.29,117.111,0.12823,300,300,15,0,2059,0,0,1), + (50924,5287,1,0,0,-4883.26,304.563,30.9898,4.80533,300,300,15,0,2059,0,0,1), + (50925,5287,1,0,0,-4660.11,1773.84,91.7014,2.02353,300,300,15,0,2059,0,0,1), + (50926,5287,1,0,0,-5090.37,265.061,40.4266,4.25136,300,300,15,0,2059,0,0,1), + (50927,5287,1,0,0,-4736.14,1136.21,98.5072,1.78523,300,300,15,0,2059,0,0,1), + (50928,5287,1,0,0,-4684.46,1217.66,97.698,3.67347,300,300,15,0,2059,0,0,1), + (50929,5287,1,0,0,-5198.04,449.075,31.0895,3.01046,300,300,15,0,2059,0,0,1), + (50930,5287,1,0,0,-5242.15,472.894,52.5603,4.48143,300,300,15,0,2059,0,0,1), + (50931,5287,1,0,0,-4708.83,683.325,60.954,5.96145,300,300,15,0,2059,0,0,1), + (50932,5287,1,0,0,-5133.41,559.335,29.2537,3.36429,300,300,15,0,2059,0,0,1), + (50933,5287,1,0,0,-5178.94,516.66,44.1855,4.68505,300,300,15,0,2059,0,0,1), + (50934,5287,1,0,0,-4748.9,1339.13,86.2247,3.6166,300,300,3,0,2059,0,0,1), + (50935,5287,1,0,0,-5119.74,414.926,16.4362,0.816524,300,300,15,0,2059,0,0,1), + (50936,5287,1,0,0,-4732.55,1209.63,103.734,3.34109,300,300,15,0,2059,0,0,1), + (50937,5287,1,0,0,-4814.45,304.065,23.9825,5.22052,300,300,15,0,2059,0,0,1), + (50938,5288,1,0,0,-2789,2348.69,37.4312,4.81509,300,300,3,0,2488,0,0,1), + (50939,5288,1,0,0,-3346.29,2445.04,29.0009,2.5773,300,300,15,0,2488,0,0,1), + (50940,5288,1,0,0,-3312.14,2546.5,21.5252,1.12234,300,300,15,0,2488,0,0,1), + (50941,5288,1,0,0,-3272.5,2686.26,47.8906,0.777111,300,300,15,0,2488,0,0,1), + (50942,5288,1,0,0,-3231.25,2631.25,37.5309,6.17297,300,300,15,0,2488,0,0,1), + (50943,5288,1,0,0,-3569.33,2471.09,70.7755,2.77414,300,300,15,0,2488,0,0,1), + (50944,5288,1,0,0,-3300.76,2411.03,48.1978,4.91061,300,300,15,0,2488,0,0,1), + (50945,5288,1,0,0,-3383.55,2255.41,21.8595,0.316616,300,300,15,0,2488,0,0,1), + (50946,5288,1,0,0,-3426.66,2404.06,39.6846,1.69019,300,300,15,0,2488,0,0,1), + (50947,5288,1,0,0,-3599.87,2038.63,62.5276,5.92007,300,300,15,0,2488,0,0,1), + (50948,5288,1,0,0,-3421.98,2678.04,71.0386,6.25191,300,300,15,0,2488,0,0,1), + (50949,5288,1,0,0,-3077.45,2555.35,41.8454,6.09556,300,300,15,0,2488,0,0,1), + (50950,5288,1,0,0,-3200.79,2630.87,37.3881,6.25878,300,300,0,0,2488,0,0,0), + (50951,5288,1,0,0,-3479.88,2316.16,62.3865,6.02019,300,300,15,0,2488,0,0,1), + (50952,5288,1,0,0,-3286.83,2521.72,39.6884,0.263938,300,300,15,0,2488,0,0,1), + (50953,5288,1,0,0,-3785.08,1999.57,65.3639,1.79435,300,300,15,0,2488,0,0,1), + (50954,5288,1,0,0,-3919.49,1924.48,84.422,4.27712,300,300,15,0,2488,0,0,1), + (50955,5288,1,0,0,-3377.55,2776.86,74.2602,0.133327,300,300,15,0,2488,0,0,1), + (50956,5288,1,0,0,-3734.07,2200.56,70.5043,4.07455,300,300,15,0,2488,0,0,1), + (50957,5288,1,0,0,-3449.41,2481.29,46.29,5.71361,300,300,15,0,2488,0,0,1), + (50958,5288,1,0,0,-3860.87,2030.31,70.3779,6.25292,300,300,15,0,2488,0,0,1), + (50959,5288,1,0,0,-4086.98,2047.51,88.8917,3.9332,300,300,15,0,2488,0,0,1), + (50961,5288,1,0,0,-3440.17,2696.81,75.5513,1.6975,300,300,15,0,2488,0,0,1), + (50962,5288,1,0,0,-2982.34,2349.2,42.3912,2.04886,300,300,15,0,2488,0,0,1), + (50963,5288,1,0,0,-2965.26,2377.91,41.9145,3.43062,300,300,15,0,2488,0,0,1), + (50964,5288,1,0,0,-2877.46,2357.77,36.9861,5.00245,300,300,15,0,2488,0,0,1), + (50965,5288,1,0,0,-2952.11,2433.02,41.2171,4.83965,300,300,15,0,2488,0,0,1), + (50966,7852,1,0,0,-4345.38,3312.75,10.0974,1.8326,300,300,0,0,4108,0,0,0), + (50967,3500,1,0,0,-4447.75,254.45,39.1908,6.14356,300,300,0,0,3748,0,0,0), + (50968,5292,1,0,0,-5091.67,1558.33,53.6518,3.06614,300,300,10,0,1802,0,0,1), + (50969,5292,1,0,0,-5050.73,1809.56,77.0301,0.925398,300,300,3,0,1802,0,0,1), + (50970,5292,1,0,0,-5032.98,1791.99,71.7165,1.04723,300,300,3,0,1802,0,0,1), + (50971,5292,1,0,0,-5009.25,1772.63,64.761,4.29761,300,300,3,0,1802,0,0,1), + (50972,5292,1,0,0,-4981.15,1752.4,64.0426,3.86265,300,300,15,0,1802,0,0,1), + (50973,5292,1,0,0,-5018.71,1779.82,67.6576,5.69201,300,300,15,0,1802,0,0,2), + (50974,5292,1,0,0,-4944.41,1668.73,63.8914,5.66444,300,300,3,0,1802,0,0,1), + (50975,5292,1,0,0,-4976.62,1617.72,63.4002,1.15075,300,300,3,0,1802,0,0,1), + (50976,5292,1,0,0,-4968.76,1643.84,64.3893,3.14686,300,300,3,0,1802,0,0,1), + (50977,5292,1,0,0,-4947.9,1581.3,62.7082,2.3403,300,300,10,0,1802,0,0,1), + (50978,5292,1,0,0,-4918.46,1585.73,66.2957,2.88382,300,300,10,0,1802,0,0,1), + (50979,5292,1,0,0,-4982.55,1547.75,62.2749,3.54805,300,300,15,0,1802,0,0,1), + (50980,5292,1,0,0,-4982.96,1580.84,61.2149,4.11951,300,300,10,0,1802,0,0,1), + (50981,5292,1,0,0,-5017.49,1548.14,56.4633,3.36619,300,300,15,0,1802,0,0,1), + (50982,5292,1,0,0,-4984.72,1513.5,57.075,4.50996,300,300,10,0,1802,0,0,1), + (50983,5292,1,0,0,-5015.63,1582.54,59.7013,6.00837,300,300,10,0,1802,0,0,1), + (50984,5293,1,0,0,-5168.51,1840.46,114.025,2.3388,300,300,3,0,2495,0,0,1), + (50985,5293,1,0,0,-5198.91,1807.56,115.954,4.57198,300,300,0,0,2495,0,0,0), + (50986,5293,1,0,0,-5146.85,1747.68,78.3566,4.33104,300,300,0,0,2495,0,0,0), + (50987,5293,1,0,0,-5129.39,1778.84,78.2473,3.04387,300,300,3,0,2495,0,0,1), + (50988,5293,1,0,0,-5149.86,1810.74,94.2589,1.7504,300,300,3,0,2495,0,0,1), + (50989,5293,1,0,0,-5169.55,1783.2,95.151,0.584424,300,300,3,0,2495,0,0,1), + (50990,5293,1,0,0,-5018.05,1839.29,77.2048,2.84381,300,300,0,0,2495,0,0,0), + (50991,5293,1,0,0,-5081.06,1835.27,77.8807,5.35522,300,300,3,0,2495,0,0,2), + (50992,5293,1,0,0,-5098.25,1931.42,88.2029,1.0441,300,300,3,0,2495,0,0,1), + (50993,5293,1,0,0,-5090.03,1942.21,88.6154,5.73287,300,300,3,0,2495,0,0,1), + (50994,5293,1,0,0,-5063.38,1926.24,88.631,0.365299,300,300,3,0,2495,0,0,1), + (50995,5293,1,0,0,-5154.06,1874.6,102.49,1.19693,300,300,3,0,2495,0,0,1), + (50996,7854,1,0,0,-4354.65,268.764,26.4007,4.53786,300,300,0,0,3404,0,0,0), + (50997,5295,1,0,0,-5109.85,1794.98,79.7665,2.82241,300,300,3,0,2138,0,0,1), + (50998,5295,1,0,0,-5113.65,1849.81,85.8817,1.51358,300,300,3,0,2138,0,0,1), + (50999,5295,1,0,0,-5078.82,1833.22,77.7851,6.26814,300,300,3,0,2138,0,0,1), + (51000,5295,1,0,0,-5138.63,1832.72,90.5914,2.84887,300,300,3,0,2138,0,0,1), + (51001,5295,1,0,0,-5050.74,1836.84,78.3024,2.28627,300,300,3,0,2138,0,0,1), + (51002,5295,1,0,0,-5076.8,1805.5,76.8518,3.19355,300,300,3,0,2138,0,0,1), + (51003,5295,1,0,0,-5051.26,1865.55,82.6267,0.218131,300,300,15,0,2138,0,0,2), + (51004,5295,1,0,0,-5069.56,1888.39,87.4639,4.36035,300,300,3,0,2138,0,0,1), + (51005,5295,1,0,0,-5113.29,1913.87,91.3307,1.18682,300,300,3,0,2138,0,0,1), + (51006,5295,1,0,0,-5137.69,1897.44,98.6107,1.79381,300,300,3,0,2138,0,0,2), + (51007,5295,1,0,0,-4967.34,1748.86,65.3381,2.55606,300,300,3,0,2138,0,0,1), + (51008,5295,1,0,0,-4925.96,1721.98,64.1672,0.310932,300,300,3,0,2138,0,0,1), + (51009,11440,1,0,0,-4525.01,1275.03,126.676,0.401426,300,300,0,0,7359,0,0,0), + (51010,11440,1,0,0,-3687.23,931.639,137.822,2.53513,300,300,3,0,7359,0,0,1), + (51011,11440,1,0,0,-4420.49,1062.24,152.086,2.33874,300,300,0,0,7359,0,0,0), + (51012,11440,1,0,0,-4452.91,1210.96,126.964,5.07729,300,300,15,0,7359,0,0,1), + (51013,11440,1,0,0,-3698.74,935.943,137.873,6.0912,300,300,0,0,7359,0,0,0), + (51014,11440,1,0,0,-4399.8,923.133,150.621,4.87139,300,300,10,0,7359,0,0,1), + (51015,11440,1,0,0,-4464.15,1058.14,150.612,3.0566,300,300,10,0,7359,0,0,1), + (51016,11440,1,0,0,-4403.5,1375.61,124.086,3.38594,300,300,3,0,7359,0,0,1), + (51017,11440,1,0,0,-4059.75,1007.06,161.274,0.017453,300,300,0,0,7359,0,0,0), + (51018,11440,1,0,0,-4036.92,950.891,159.727,1.18457,300,300,10,0,7359,0,0,1), + (51019,11440,1,0,0,-4480.3,1650.8,150.614,5.58737,300,300,10,0,7359,0,0,1), + (51020,11440,1,0,0,-3698.94,925.41,137.873,0.05236,300,300,0,0,7359,0,0,0), + (51021,11440,1,0,0,-4371.87,1152.06,150.606,3.27321,300,300,10,0,7359,0,0,1), + (51022,11440,1,0,0,-4447.83,1443.85,126.335,4.4642,300,300,3,0,7359,0,0,1), + (51023,11440,1,0,0,-4025.33,1320.95,159.71,4.09511,300,300,10,0,7359,0,0,1), + (51025,5296,1,0,0,-3873.59,1618.23,136.71,5.15392,300,300,3,0,2399,0,0,1), + (51026,5296,1,0,0,-3898.11,1631.11,117.515,1.19218,300,300,2,0,2399,0,0,1), + (51027,5296,1,0,0,-3900.17,1661.49,117.536,2.21365,300,300,3,0,2399,0,0,1), + (51028,11440,1,0,0,-4039.25,1135.99,159.738,5.39523,300,300,10,0,7359,0,0,1), + (51029,5296,1,0,0,-3775.39,1762.01,146.56,3.53233,300,300,15,0,2399,0,0,1), + (51030,11440,1,0,0,-4362.87,1324.76,159.233,4.61595,300,300,10,0,7359,0,0,1), + (51031,11440,1,0,0,-4327.98,1408.78,152.086,3.14159,300,300,0,0,7359,0,0,0), + (51032,11440,1,0,0,-4349.92,1457.94,150.65,4.7822,300,300,10,0,7359,0,0,1), + (51033,11440,1,0,0,-4366.87,1485.27,150.609,2.48906,300,300,10,0,7359,0,0,1), + (51034,11440,1,0,0,-4462.71,1350.98,125.888,3.24631,300,300,0,0,7359,0,0,0), + (51035,11440,1,0,0,-4350.39,1198.64,150.608,5.12582,300,300,15,0,7359,0,0,1), + (51036,11440,1,0,0,-4161.89,1276.92,161.26,3.14159,300,300,0,0,7359,0,0,0), + (51037,11440,1,0,0,-4182.18,1309.34,161.198,3.52164,300,300,15,0,7359,0,0,1), + (51038,5296,1,0,0,-3842.23,1738.75,142.622,4.22582,300,300,3,0,2399,0,0,1), + (51039,5296,1,0,0,-3837.73,1789.92,135.22,1.35615,300,300,2,0,2399,0,0,2), + (51040,5296,1,0,0,-3744.45,1801.53,154.879,0.940564,300,300,15,0,2399,0,0,1), + (51041,5296,1,0,0,-3793.26,1841.23,129.678,3.32846,300,300,0,0,2399,0,0,0), + (51042,5297,1,0,0,-3897.93,1568.18,121.896,3.74015,300,300,3,0,2578,0,0,2), + (51043,5297,1,0,0,-3890.9,1590.63,117.718,5.75629,300,300,3,0,2578,0,0,1), + (51044,5297,1,0,0,-3919.59,1626.73,129.253,4.71146,300,300,2,0,2578,0,0,2), + (51045,5297,1,0,0,-3864.83,1618.21,137.615,0.707368,300,300,3,0,2578,0,0,1), + (51046,5297,1,0,0,-3873.11,1685.3,140.808,0.845693,300,300,2,0,2578,0,0,1), + (51047,11442,1,0,0,-4031.25,960.687,159.703,5.97359,300,300,10,0,7359,0,0,1), + (51048,11442,1,0,0,-3932.53,1011.67,148.559,2.43095,300,300,15,0,7359,0,0,1), + (51049,11442,1,0,0,-3594.06,987.538,151.224,5.23126,300,300,10,0,7359,0,0,1), + (51050,11442,1,0,0,-4041.24,899.485,159.741,1.04551,300,300,10,0,7359,0,0,1), + (51051,11442,1,0,0,-3723.56,1207.2,151.897,3.05461,300,300,10,0,7359,0,0,1), + (51052,11442,1,0,0,-3587.76,1193.03,152.281,1.63242,300,300,10,0,7359,0,0,1), + (51053,11442,1,0,0,-3569.5,1160.34,150.451,5.85556,300,300,10,0,7359,0,0,1), + (51054,11442,1,0,0,-3577.2,1123.77,148.634,0.49435,300,300,10,0,7359,0,0,1), + (51055,11442,1,0,0,-4034.62,1329.21,159.749,1.60396,300,300,10,0,7359,0,0,1), + (51056,11442,1,0,0,-3755.77,1164.27,154.785,3.84373,300,300,3,0,7359,0,0,1), + (51057,11442,1,0,0,-3669.18,1143.89,154.788,2.93272,300,300,10,0,7359,0,0,1), + (51058,11442,1,0,0,-3920.78,1196.7,149.763,2.32765,300,300,10,0,7359,0,0,1), + (51059,11442,1,0,0,-4035.77,1067.97,159.722,1.866,300,300,10,0,7359,0,0,1), + (51060,11442,1,0,0,-3838,1196.33,149.638,0.241098,300,300,10,0,7359,0,0,1), + (51061,11442,1,0,0,-3862.92,1153.13,154.788,0.46516,300,300,10,0,7359,0,0,1), + (51062,11442,1,0,0,-3833.21,1046.74,154.789,5.1101,300,300,10,0,7359,0,0,1), + (51063,11442,1,0,0,-3625.01,1053.81,154.788,1.08322,300,300,10,0,7359,0,0,1), + (51064,11442,1,0,0,-3577.34,1055.26,148.328,1.50797,300,300,10,0,7359,0,0,1), + (51065,11442,1,0,0,-3732.02,981.078,149.97,2.66537,300,300,10,0,7359,0,0,1), + (51066,11443,1,0,0,-4479.54,974.211,150.623,3.04293,300,300,10,0,5691,5769,0,1), + (51067,11443,1,0,0,-4472.38,1620.41,150.612,5.36811,300,300,10,0,5691,5769,0,1), + (51068,11443,1,0,0,-4414.45,1210.21,126.828,3.75246,300,300,0,0,5691,5769,0,0), + (51069,8115,1,0,0,-4375.68,269.717,25.4947,4.72984,300,300,0,0,3517,4393,0,0), + (51070,11443,1,0,0,-4415.71,1602.5,152.086,3.82227,300,300,0,0,5691,5769,0,0), + (51071,11443,1,0,0,-4479.5,1687.5,150.623,2.87683,300,300,10,0,5691,5769,0,1), + (51072,11443,1,0,0,-4442.99,1709.88,150.619,2.95582,300,300,10,0,5691,5769,0,1), + (51073,11443,1,0,0,-4011.29,1007.44,161.146,3.07178,300,300,0,0,5691,5769,0,0), + (51074,11443,1,0,0,-3903.64,978.387,148.648,3.85102,300,300,15,0,5691,5769,0,1), + (51075,11443,1,0,0,-4419.98,1179.04,127.017,4.01426,300,300,0,0,5691,5769,0,0), + (51076,11443,1,0,0,-4381.43,1560.98,152.086,3.735,300,300,0,0,5691,5769,0,0), + (51077,11443,1,0,0,-4492.15,1250.46,128.46,0.139626,300,300,0,0,5691,5769,0,0), + (51078,11443,1,0,0,-4031.64,1261.72,159.725,0.232912,300,300,10,0,5691,5769,0,1), + (51079,11443,1,0,0,-4451.08,1513.46,127.385,3.39415,300,300,10,0,5691,5769,0,1), + (51080,11443,1,0,0,-4495.46,1390.35,127.416,4.85202,300,300,0,0,5691,5769,0,0), + (51081,11443,1,0,0,-4384.87,1102.96,152.086,2.46091,300,300,0,0,5691,5769,0,0), + (51082,11443,1,0,0,-4447.75,1604.11,150.611,3.74242,300,300,10,0,5691,5769,0,1), + (51083,11443,1,0,0,-4417.53,1087.47,150.61,5.11326,300,300,10,0,5691,5769,0,1), + (51084,11443,1,0,0,-4415.42,1481.03,126.094,5.02655,300,300,10,0,5691,5769,0,1), + (51085,11443,1,0,0,-4479.44,1092.41,126.675,5.93412,300,300,0,0,5691,5769,0,0), + (51086,11443,1,0,0,-4391.37,1131.63,150.612,3.54944,300,300,10,0,5691,5769,0,1), + (51087,11443,1,0,0,-4046.88,884.045,159.764,2.03138,300,300,10,0,5691,5769,0,1), + (51088,11443,1,0,0,-4475.55,1016.34,149.94,0.623263,300,300,10,0,5691,5769,0,1), + (51089,11443,1,0,0,-4423.79,1365.97,124.066,0.942478,300,300,3,0,5691,5769,0,1), + (51090,11443,1,0,0,-3930.72,1065.45,148.343,1.93352,300,300,15,0,5691,5769,0,1), + (51091,11443,1,0,0,-4429.58,953.457,150.62,0.04613,300,300,10,0,5691,5769,0,1), + (51092,11443,1,0,0,-4488.42,1420.93,127.213,3.53214,300,300,15,0,5691,5769,0,1), + (51093,11443,1,0,0,-3629.6,1199.27,151.074,2.25918,300,300,10,0,5691,5769,0,1), + (51094,11443,1,0,0,-3666.04,1193.88,149.734,1.41562,300,300,10,0,5691,5769,0,1), + (51095,11443,1,0,0,-3636.2,1148.72,154.788,2.33464,300,300,15,0,5691,5769,0,1), + (51096,11443,1,0,0,-3604.79,1089.1,154.788,0.405904,300,300,0,0,5691,5769,0,0), + (51097,11443,1,0,0,-4467.08,1547.39,126.309,5.75959,300,300,0,0,5691,5769,0,0), + (51098,11443,1,0,0,-4024.61,881.848,159.672,5.45353,300,300,10,0,5691,5769,0,1), + (51099,11443,1,0,0,-4165.59,1116.31,161.269,1.5708,300,300,0,0,5691,5769,0,0), + (51100,11443,1,0,0,-3641.41,1117.88,154.787,5.46867,300,300,10,0,5691,5769,0,1), + (51101,11443,1,0,0,-3709.4,1163.22,154.789,1.44987,300,300,10,0,5691,5769,0,1), + (51102,11443,1,0,0,-3793.04,1171.26,154.788,1.47392,300,300,10,0,5691,5769,0,1), + (51103,11443,1,0,0,-4198.15,1349.25,161.258,4.60767,300,300,0,0,5691,5769,0,0), + (51104,5299,1,0,0,-3907.13,1603.44,129.347,0.257164,300,300,15,0,2488,0,0,1), + (51105,5299,1,0,0,-3850.51,1644.98,144.813,4.83293,300,300,3,0,2488,0,0,1), + (51106,5299,1,0,0,-3906.08,1562.18,122.138,5.39375,300,300,3,0,2488,0,0,1), + (51107,5299,1,0,0,-3936.08,1652.85,134.406,1.53752,300,300,3,0,2488,0,0,1), + (51108,11443,1,0,0,-4462.1,1312.85,125.864,3.03687,300,300,0,0,5691,5769,0,0), + (51109,11443,1,0,0,-4202.78,1187.64,161.26,6.26573,300,300,0,0,5691,5769,0,0), + (51110,11443,1,0,0,-4184.83,1151.18,161.214,3.87699,300,300,10,0,5691,5769,0,1), + (51111,11443,1,0,0,-4028.88,1117.55,159.696,5.65466,300,300,10,0,5691,5769,0,1), + (51112,11443,1,0,0,-4027.49,1008.66,159.684,2.89962,300,300,10,0,5691,5769,0,1), + (51113,11443,1,0,0,-4130.61,1155.34,161.258,4.67748,300,300,0,0,5691,5769,0,0), + (51114,5299,1,0,0,-3736.99,1814.47,159.254,6.0986,300,300,15,0,2488,0,0,1), + (51115,11443,1,0,0,-4033.88,1203.45,159.719,0.149505,300,300,10,0,5691,5769,0,1), + (51116,5299,1,0,0,-3775.82,1743.18,148.935,4.74882,300,300,15,0,2488,0,0,1), + (51117,5299,1,0,0,-3760.75,1785.19,154.109,1.32785,300,300,15,0,2488,0,0,1), + (51118,11443,1,0,0,-3849.13,1131.1,154.787,1.27103,300,300,10,0,5691,5769,0,1), + (51119,11443,1,0,0,-3863.98,1037.41,154.788,5.41072,300,300,10,0,5691,5769,0,1), + (51120,11443,1,0,0,-3886.26,1093.07,154.788,5.43741,300,300,10,0,5691,5769,0,1), + (51121,11443,1,0,0,-3841.27,995.417,151.13,3.68928,300,300,10,0,5691,5769,0,1), + (51122,11443,1,0,0,-3787.9,1019.54,154.782,1.20173,300,300,10,0,5691,5769,0,1), + (51123,11443,1,0,0,-3755.28,1017.17,154.775,2.77142,300,300,10,0,5691,5769,0,1), + (51124,11443,1,0,0,-3714.92,1015.12,154.789,5.52093,300,300,10,0,5691,5769,0,1), + (51125,11443,1,0,0,-3673.18,1040.93,154.788,2.40441,300,300,10,0,5691,5769,0,1), + (51126,11443,1,0,0,-3632.08,1036.94,154.788,1.37959,300,300,0,0,5691,5769,0,0), + (51127,11443,1,0,0,-3663.34,999.007,147.759,6.08058,300,300,10,0,5691,5769,0,1), + (51128,11443,1,0,0,-4547.9,1331.4,114.535,1.99219,300,300,15,0,5691,5769,0,2), + (51129,11443,1,0,0,-4614.55,1350.61,103.298,3.31786,300,300,15,0,5691,5769,0,1), + (51130,11443,1,0,0,-4352.83,1369.24,158.848,2.87716,300,300,15,0,5691,5769,0,1), + (51131,11443,1,0,0,-4346.36,1292.55,158.55,0.112702,300,300,10,0,5691,5769,0,1), + (51132,11443,1,0,0,-4370.48,1505.07,150.606,4.0502,300,300,10,0,5691,5769,0,1), + (51133,11443,1,0,0,-4306.55,1352.24,161.257,4.66003,300,300,0,0,5691,5769,0,0), + (51134,11443,1,0,0,-4329.23,1253.7,152.086,2.98451,300,300,0,0,5691,5769,0,0), + (51135,11443,1,0,0,-4233.77,1309.94,161.258,1.62316,300,300,0,0,5691,5769,0,0), + (51136,5299,1,0,0,-3849.15,1705.96,145.664,5.60126,300,300,15,0,2488,0,0,1), + (51137,5299,1,0,0,-3869.87,1650.78,137.338,6.03266,300,300,2,0,2488,0,0,1), + (51138,5299,1,0,0,-3821.86,1825.24,127.435,0.737961,300,300,3,0,2488,0,0,1), + (51139,5299,1,0,0,-3835.66,1766.09,141.016,0.381709,300,300,2,0,2488,0,0,1), + (51140,5299,1,0,0,-3830.09,1842.67,133.83,4.08138,300,300,0,0,2488,0,0,0), + (51141,5299,1,0,0,-3807.38,1810.01,135.644,5.22911,300,300,2,0,2488,0,0,1), + (51142,5299,1,0,0,-3839.74,1796.28,133.69,5.94247,300,300,2,0,2488,0,0,1), + (51143,5300,1,0,0,-5184.62,1624.39,77.3243,2.70334,300,300,15,0,2059,0,0,1), + (51144,5300,1,0,0,-5277.58,1411.84,34.9486,4.54202,300,300,30,0,2059,0,0,1), + (51145,5300,1,0,0,-5250.35,1479.61,38.0318,1.5386,300,300,15,0,2059,0,0,1), + (51146,5300,1,0,0,-5199.29,1597.33,59.1829,3.70682,300,300,15,0,2059,0,0,1), + (51147,5300,1,0,0,-5247.73,1521.11,44.1291,3.15429,300,300,15,0,2059,0,0,1), + (51148,5300,1,0,0,-5249.4,1585.78,56.998,2.90144,300,300,15,0,2059,0,0,1), + (51149,5300,1,0,0,-5225.08,1557.74,54.0511,1.95417,300,300,15,0,2059,0,0,1), + (51150,5300,1,0,0,-5274.45,1573.35,60.2023,1.25319,300,300,15,0,2059,0,0,1), + (51151,5300,1,0,0,-5213.82,1617.04,68.415,0.488118,300,300,15,0,2059,0,0,1), + (51152,5300,1,0,0,-5332.57,1486.3,32.844,0.613897,300,300,15,0,2059,0,0,1), + (51153,5300,1,0,0,-5316.55,1533.11,41.9386,4.57907,300,300,15,0,2059,0,0,1), + (51154,5300,1,0,0,-5368.82,1599.03,44.9101,2.20864,300,300,15,0,2059,0,0,1), + (51155,5300,1,0,0,-5296.65,1580.01,53.9369,2.25653,300,300,15,0,2059,0,0,1), + (51156,5304,1,0,0,-5677.4,1584.12,70.5386,3.76632,300,300,15,0,2138,0,0,1), + (51157,5304,1,0,0,-5629.46,1698.55,85.9553,3.58601,300,300,10,0,2138,0,0,1), + (51158,5304,1,0,0,-5811.59,1422.17,61.3251,5.06197,300,300,15,0,2138,0,0,1), + (51159,5304,1,0,0,-5530.57,1574.87,33.1973,0.529901,300,300,15,0,2138,0,0,1), + (51160,5304,1,0,0,-5435.84,1666.67,57.8963,3.14155,300,300,15,0,2138,0,0,1), + (51161,5304,1,0,0,-5516.33,1715.31,66.9182,0.254936,300,300,15,0,2138,0,0,1), + (51162,5304,1,0,0,-5517.89,1650.43,52.4655,3.00827,300,300,15,0,2138,0,0,1), + (51163,5304,1,0,0,-5550.81,1687.06,69.8145,1.54736,300,300,15,0,2138,0,0,1), + (51164,5304,1,0,0,-5472.1,1719.69,64.297,2.98062,300,300,15,0,2138,0,0,1), + (51165,5304,1,0,0,-5317.76,1538.36,41.1383,2.98286,300,300,15,0,2138,0,0,1), + (51166,5304,1,0,0,-5314.69,1551.66,43.4834,2.41835,300,300,15,0,2138,0,0,1), + (51167,5304,1,0,0,-5414.91,1482.43,22.8261,4.6655,300,300,15,0,2138,0,0,1), + (51168,5304,1,0,0,-5425.68,1546.73,29.0637,4.52572,300,300,15,0,2138,0,0,1), + (51169,5304,1,0,0,-5446.57,1583.74,45.0972,0.243558,300,300,15,0,2138,0,0,1), + (51170,5304,1,0,0,-5415.44,1615.47,49.8918,4.57919,300,300,15,0,2138,0,0,1), + (51171,5304,1,0,0,-5385.45,1581.69,39.8214,3.92975,300,300,15,0,2138,0,0,1), + (51172,5304,1,0,0,-5348.34,1619.16,44.9284,0.980853,300,300,15,0,2138,0,0,1), + (51173,5304,1,0,0,-5381.31,1649.94,51.2747,5.76714,300,300,15,0,2138,0,0,1), + (51174,5304,1,0,0,-5392.21,1705.18,60.0065,4.35945,300,300,0,0,2138,0,0,0), + (51175,5305,1,0,0,-5605.72,1562.21,64.091,3.12499,300,300,10,0,1848,1534,0,1), + (51176,5305,1,0,0,-5593.33,1567.53,62.6367,4.72997,300,300,10,0,1848,1534,0,1), + (51177,5305,1,0,0,-5767.73,1529.23,69.7794,3.28749,300,300,15,0,1848,1534,0,1), + (51178,5305,1,0,0,-5640.05,1605.01,72.5425,5.54196,300,300,30,0,1848,1534,0,1), + (51179,5305,1,0,0,-5802.54,1554.9,71.7976,3.97979,300,300,15,0,1848,1534,0,1), + (51180,5305,1,0,0,-5762.56,1552.05,68.2567,3.94356,300,300,30,0,1848,1534,0,1), + (51181,5305,1,0,0,-5696.3,1545.59,69.7578,6.20589,300,300,10,0,1848,1534,0,1), + (51182,5305,1,0,0,-5657.46,1580.76,69.9171,3.07515,300,300,15,0,1848,1534,0,1), + (51183,5305,1,0,0,-5670.67,1651.96,85.7964,0.266795,300,300,30,0,1848,1534,0,1), + (51184,5305,1,0,0,-5797.35,1452.22,57.2064,1.55763,300,300,15,0,1848,1534,0,1), + (51185,5305,1,0,0,-5579.15,1619.05,71.0481,6.1347,300,300,15,0,1848,1534,0,1), + (51186,5305,1,0,0,-5769.83,1593.28,78.387,5.35511,300,300,15,0,1848,1534,0,1), + (51187,5305,1,0,0,-5703.01,1627.57,82.3397,4.89504,300,300,15,0,1848,1534,0,1), + (51188,5305,1,0,0,-5755.76,1606.59,79.0284,2.57119,300,300,15,0,1848,1534,0,1), + (51189,5305,1,0,0,-5787.37,1350.91,53.752,2.35637,300,300,15,0,1848,1534,0,1), + (51190,5305,1,0,0,-5619.17,1681.28,84.0323,1.49615,300,300,30,0,1848,1534,0,1), + (51191,5305,1,0,0,-5750.8,1695.14,93.3916,1.1201,300,300,15,0,1848,1534,0,1), + (51192,5305,1,0,0,-5816.18,1619.95,83.5728,1.67649,300,300,15,0,1848,1534,0,1), + (51193,5305,1,0,0,-5781.19,1647.1,88.2136,4.45154,300,300,15,0,1848,1534,0,1), + (51194,5305,1,0,0,-5686.47,1682.92,91.9098,3.01046,300,300,15,0,1848,1534,0,1), + (51195,5305,1,0,0,-5593.26,1731.01,81.9835,1.92808,300,300,10,0,1848,1534,0,1), + (51196,5305,1,0,0,-5349.17,1699.51,68.7499,1.88339,300,300,15,0,1848,1534,0,1), + (51197,5305,1,0,0,-5480.97,1592.03,43.2797,3.15233,300,300,15,0,1848,1534,0,1), + (51198,5305,1,0,0,-5499.1,1683.58,52.8846,3.23057,300,300,15,0,1848,1534,0,1), + (51199,5306,1,0,0,-5820.67,1402.08,61.5383,1.47255,300,300,15,0,2399,0,0,1), + (51200,5306,1,0,0,-5701.43,1619.68,79.9467,4.33137,300,300,15,0,2399,0,0,1), + (51201,5306,1,0,0,-5825.23,1484.45,78.1673,2.80694,300,300,3,0,2399,0,0,1), + (51202,5306,1,0,0,-5707.9,1578.65,71.8258,0.282864,300,300,15,0,2399,0,0,1), + (51203,5306,1,0,0,-5861.65,1645.67,85.4706,2.54031,300,300,15,0,2399,0,0,1), + (51204,5306,1,0,0,-5851.39,1578.25,84.4092,4.18893,300,300,3,0,2399,0,0,1), + (51205,5306,1,0,0,-5719.62,1711.57,94.9454,4.48186,300,300,15,0,2399,0,0,1), + (51206,5306,1,0,0,-5653.57,1716.75,88.4331,4.27951,300,300,10,0,2399,0,0,1), + (51207,5307,1,0,0,-5118.16,1435.29,45.0444,2.61155,300,300,15,0,1902,0,0,1), + (51208,5307,1,0,0,-4905.39,1476.09,80.4212,2.44335,300,300,15,0,1902,0,0,1), + (51209,5307,1,0,0,-5042.79,1397.56,43.5974,6.2744,300,300,15,0,1902,0,0,1), + (51210,5307,1,0,0,-5246.78,1256.2,55.4796,1.18087,300,300,15,0,1902,0,0,1), + (51211,5308,1,0,0,-4078.23,2448.14,12.5171,1.22002,300,300,15,0,2228,0,0,1), + (51212,5308,1,0,0,-4047.11,2521.83,16.7351,0.619682,300,300,15,0,2228,0,0,1), + (51213,5308,1,0,0,-4051.15,2385.79,8.53797,3.51334,300,300,10,0,2228,0,0,1), + (51214,5308,1,0,0,-4041.02,2324.91,14.6206,0.679472,300,300,15,0,2228,0,0,1), + (51215,5308,1,0,0,-4543.16,1572.12,102.691,6.05763,300,300,15,0,2228,0,0,1), + (51216,5308,1,0,0,-4534,1747.22,91.8212,3.56071,300,300,15,0,2228,0,0,1), + (51217,5308,1,0,0,-4948.48,2113.07,16.697,2.88841,300,300,15,0,2228,0,0,1), + (51218,5308,1,0,0,-5111.59,2114.51,24.3828,3.40276,300,300,15,0,2228,0,0,1), + (51219,5308,1,0,0,-4646.01,1807.62,94.2625,4.42335,300,300,15,0,2228,0,0,1), + (51220,5308,1,0,0,-4677.74,2005.94,8.60815,5.22281,300,300,15,0,2228,0,0,1), + (51221,5308,1,0,0,-4595.75,1488.38,99.5787,5.152,300,300,15,0,2228,0,0,1), + (51222,5308,1,0,0,-4733.54,1342.7,86.8538,0.819404,300,300,10,0,2228,0,0,1), + (51223,5308,1,0,0,-4672.22,1215.62,94.9279,2.61958,300,300,10,0,2228,0,0,1), + (51224,5308,1,0,0,-4190.34,2212.82,6.37323,4.15317,300,300,15,0,2228,0,0,1), + (51225,5308,1,0,0,-4112.99,2244.6,10.0547,5.18352,300,300,15,0,2228,0,0,1), + (51226,5308,1,0,0,-4250.61,2206.5,9.29555,0.481077,300,300,15,0,2228,0,0,1), + (51227,5308,1,0,0,-4572.67,2206.2,4.7817,5.41275,300,300,15,0,2228,0,0,1), + (51228,5308,1,0,0,-4647.57,2254.11,5.05813,5.87022,300,300,15,0,2228,0,0,1), + (51229,5308,1,0,0,-4612.41,2187.43,2.8025,0.179162,300,300,15,0,2228,0,0,1), + (51230,5308,1,0,0,-4685.12,2235.65,8.97697,1.8368,300,300,15,0,2228,0,0,1), + (51231,7870,1,0,0,-4523.55,-772.933,-40.9368,0.331613,300,300,0,0,3517,0,0,0), + (51232,4544,1,0,0,-4346.8,163.777,34.1652,4.38078,300,300,0,0,2192,0,0,0), + (51233,5312,1,0,0,-2929.41,1936.47,32.0531,0.526529,3600,3600,15,0,80925,0,0,2), + (51234,7875,1,0,0,-4334.14,235.574,25.7076,3.22886,600,600,0,0,2972,0,0,0), + (51235,7877,1,0,0,-4505.91,3330.33,14.1252,0.645772,300,300,0,0,4356,0,0,0), + (51236,11717,1,0,0,-4406.39,3186.87,58.6435,5.25344,300,300,0,0,2766,0,0,0), + (51237,5317,1,0,0,-2837.16,1663.72,34.3553,6.03803,1800,1800,15,0,62875,24860,0,1), + (51238,5317,1,0,0,-2847.97,2083.64,39.4078,5.69385,1800,1800,2,0,62875,24860,0,1), + (51239,5317,1,0,0,-2939.1,2078.28,30.0111,5.39309,1800,1800,2,0,62875,24860,0,1), + (51240,5317,1,0,0,-2727.16,1867.88,35.2998,2.05891,1800,1800,2,0,62875,24860,0,1), + (51241,5317,1,0,0,-3050.19,1713.52,36.5682,0.434808,1800,1800,15,0,62875,24860,0,1), + (51242,5317,1,0,0,-2783.29,1783.1,31.7774,5.1343,1800,1800,2,0,62875,24860,0,1), + (51243,5317,1,0,0,-2679.99,1958.7,29.6939,3.11617,1800,1800,2,0,62875,24860,0,1), + (51244,5317,1,0,0,-2924.57,1844.73,33.064,0.701829,1800,1800,2,0,62875,24860,0,1), + (51245,5317,1,0,0,-3130.09,1693.26,49.8538,2.00258,1800,1800,15,0,62875,24860,0,1), + (51246,5317,1,0,0,-2834.08,1917.16,32.009,5.50662,1800,1800,15,0,62875,24860,0,1), + (51247,5317,1,0,0,-3117.38,1789.5,40.1409,5.15462,1800,1800,2,0,62875,24860,0,1), + (51248,5317,1,0,0,-3114.44,1949.67,35.2513,5.75399,1800,1800,2,0,62875,24860,0,1), + (51249,5317,1,0,0,-3121.64,1880.16,41.5756,0.999048,1800,1800,0,0,62875,24860,0,0), + (51250,5317,1,0,0,-3201.39,1901.78,49.3696,0,1800,1800,0,0,62875,24860,0,0), + (51251,5317,1,0,0,-2716.82,1909.08,38.3583,4.25966,1800,1800,2,0,62875,24860,0,1), + (51252,5317,1,0,0,-2735.24,2077.16,35.1143,2.00648,1800,1800,2,0,62875,24860,0,1), + (51253,5317,1,0,0,-2716.81,1646.22,40.4159,5.45362,1800,1800,15,0,62875,24860,0,1), + (51254,5317,1,0,0,-2627.72,1784.56,28.8405,4.5535,1800,1800,15,0,62875,24860,0,1), + (51255,5317,1,0,0,-3096.3,2039.67,40.77,4.15203,1800,1800,15,0,62875,24860,0,1), + (51256,5317,1,0,0,-2844.29,1785.89,33.9902,6.14405,1800,1800,2,0,62875,24860,0,1), + (51257,7878,1,0,0,-4454.42,3351.35,14.9415,3.9619,300,300,0,0,4108,2117,0,0), + (51258,7879,1,0,0,-4395.55,3186.61,58.6435,3.35103,300,300,0,0,4108,2117,0,0), + (51259,5319,1,0,0,-2853.02,1693.06,30.499,2.17776,1800,1800,15,0,76300,0,0,1), + (51260,5319,1,0,0,-2851.57,2088.13,42.1382,5.75919,1800,1800,2,0,76300,0,0,1), + (51261,5319,1,0,0,-2717.6,1846.97,33.7834,0.630966,1800,1800,2,0,76300,0,0,1), + (51262,5319,1,0,0,-3052.64,1720.99,34.8531,3.32311,1800,1800,15,0,76300,0,0,1), + (51263,5319,1,0,0,-2782.99,1775.32,30.7901,1.84366,1800,1800,2,0,76300,0,0,1), + (51264,5319,1,0,0,-2695.2,1936.33,29.3092,3.82959,1800,1800,2,0,76300,0,0,1), + (51265,5319,1,0,0,-2921.87,1857.79,33.8178,0.040993,1800,1800,2,0,76300,0,0,1), + (51266,5319,1,0,0,-3132.39,1690.71,48.6395,1.98404,1800,1800,0,0,76300,0,0,0), + (51267,5319,1,0,0,-2857.9,1921.55,36.4524,0.531741,1800,1800,2,0,76300,0,0,1), + (51268,5319,1,0,0,-3120.56,1778.15,41.9014,5.70602,1800,1800,2,0,76300,0,0,1), + (51269,5319,1,0,0,-3126.14,1945.33,36.5192,0.95895,1800,1800,2,0,76300,0,0,1), + (51270,5319,1,0,0,-3117.99,1884.63,36.9998,0.411197,1800,1800,0,0,76300,0,0,0), + (51271,5319,1,0,0,-3204.86,1900.21,49.2446,3.15905,1800,1800,0,0,76300,0,0,0), + (51272,5319,1,0,0,-2717.97,1919.55,35.7941,2.59667,1800,1800,2,0,76300,0,0,1), + (51273,5319,1,0,0,-2725.22,2087.18,37.7317,5.04986,1800,1800,2,0,76300,0,0,1), + (51274,5319,1,0,0,-2698.27,1663.48,41.5445,0.87184,1800,1800,15,0,76300,0,0,1), + (51275,5319,1,0,0,-2628.98,1787.04,27.4655,3.14415,1800,1800,15,0,76300,0,0,1), + (51276,5319,1,0,0,-3109.61,2031.78,39.1529,3.95185,1800,1800,2,0,76300,0,0,1), + (51277,5319,1,0,0,-2851.21,1791.71,31.3023,5.48466,1800,1800,2,0,76300,0,0,1), + (51278,5319,1,0,0,-3018.17,2087.76,28.7643,0.211366,1800,1800,15,0,76300,0,0,1), + (51279,7880,1,0,0,-4457.71,3227.39,23.2019,0.314159,300,300,0,0,4108,0,0,0), + (51280,5320,1,0,0,-2851.83,1685.53,36.4012,4.96092,1800,1800,15,0,80925,0,0,1), + (51281,5320,1,0,0,-2840.29,2068.61,38.7391,4.49229,1800,1800,2,0,80925,0,0,1), + (51282,5320,1,0,0,-2939.23,2080.73,30.0898,6.12695,1800,1800,2,0,80925,0,0,1), + (51283,5320,1,0,0,-2941.5,2078.56,30.2621,4.67114,1800,1800,2,0,80925,0,0,1), + (51284,5320,1,0,0,-2713.67,1853.18,33.2834,1.06015,1800,1800,2,0,80925,0,0,1), + (51285,5320,1,0,0,-3058.29,1717.95,36.5259,4.18017,1800,1800,15,0,80925,0,0,1), + (51286,5320,1,0,0,-2784.49,1785.99,32.509,2.7253,1800,1800,2,0,80925,0,0,1), + (51287,5320,1,0,0,-2684.5,1955.75,29.5732,0.308497,1800,1800,2,0,80925,0,0,1), + (51288,5320,1,0,0,-2915.53,1854.39,34.4333,1.25996,1800,1800,2,0,80925,0,0,1), + (51289,5320,1,0,0,-3123.47,1700.29,49.8576,1.16338,1800,1800,0,0,80925,0,0,0), + (51290,5320,1,0,0,-2845.57,1929.27,34.009,1.02409,1800,1800,15,0,80925,0,0,1), + (51291,5320,1,0,0,-3126.57,1782.01,43.2673,3.35967,1800,1800,2,0,80925,0,0,1), + (51292,5320,1,0,0,-3102.69,1940.71,29.0269,5.80995,1800,1800,2,0,80925,0,0,1), + (51293,5320,1,0,0,-3108.6,1878.8,40.0893,3.37235,1800,1800,2,0,80925,0,0,1), + (51294,5320,1,0,0,-3203.08,1896.9,49.2757,0,1800,1800,0,0,80925,0,0,0), + (51295,5320,1,0,0,-2718.63,1927.12,33.3663,0.482393,1800,1800,2,0,80925,0,0,1), + (51296,5320,1,0,0,-2712.01,2071.96,36.7464,4.75075,1800,1800,2,0,80925,0,0,1), + (51297,5320,1,0,0,-2621.93,1792.67,28.3405,3.00114,1800,1800,15,0,80925,0,0,1), + (51298,5320,1,0,0,-3097.92,2024.38,38.1591,6.26663,1800,1800,2,0,80925,0,0,1), + (51299,5320,1,0,0,-2847.77,1777.42,33.3509,3.66716,1800,1800,2,0,80925,0,0,1), + (51300,8136,1,0,0,-5631.35,3461,2.60498,0.277444,300,300,0,0,1990,1640,0,0), + (51301,8142,1,0,0,-4325.8,160.51,34.2028,3.7001,300,300,0,0,3517,2103,0,0), + (51302,8143,1,0,0,-4400.11,194.325,26.5111,0.733038,300,300,0,0,3404,0,0,0), + (51303,5327,1,0,0,-4757.31,2949.98,-24.6464,3.02716,300,300,15,0,1782,0,0,1), + (51304,5327,1,0,0,-4620.26,2938.31,-33.5726,4.41691,300,300,15,0,1782,0,0,1), + (51305,5327,1,0,0,-4461.04,2685.68,-23.0705,4.67917,300,300,15,0,1782,0,0,1), + (51306,5327,1,0,0,-4681.89,2859.47,-45.2277,1.52781,300,300,15,0,1782,0,0,1), + (51307,5327,1,0,0,-3855.01,3131.27,-1.88978,3.3122,300,300,15,0,1782,0,0,1), + (51308,5327,1,0,0,-4322.24,2818.75,-38.0676,3.17673,300,300,15,0,1782,0,0,1), + (51309,5327,1,0,0,-4407.7,2885.54,-58.9974,3.11035,300,300,15,0,1782,0,0,1), + (51310,5327,1,0,0,-4607.08,2689.4,-50.2809,5.04859,300,300,15,0,1782,0,0,1), + (51311,5327,1,0,0,-4309.28,2885.11,-39.4118,3.36195,300,300,15,0,1782,0,0,1), + (51312,5327,1,0,0,-5119.95,3488.13,-38.3127,5.68027,300,300,15,0,1782,0,0,1), + (51313,5327,1,0,0,-4490.46,2807.9,-53.9923,4.4254,300,300,15,0,1782,0,0,1), + (51314,5327,1,0,0,-5111.34,3631.68,-29.009,0.304723,300,300,15,0,1782,0,0,1), + (51315,5327,1,0,0,-4975.73,3079.62,-35.6281,1.52001,300,300,15,0,1782,0,0,1), + (51316,5327,1,0,0,-4785.53,2981.33,-27.8614,1.85982,300,300,15,0,1782,0,0,1), + (51317,5328,1,0,0,-4547.81,2766.21,-52.42,4.67721,300,300,15,0,1373,1432,0,1), + (51318,5328,1,0,0,-4781.48,2884.62,-39.8277,3.1321,300,300,15,0,1373,1432,0,1), + (51319,5328,1,0,0,-3983.83,3089.97,-2.02992,5.79832,300,300,15,0,1373,1432,0,1), + (51320,8144,1,0,0,-4360.9,266.103,26.4007,5.81195,300,300,0,0,3632,0,0,0), + (51321,199,0,0,0,-9973.92,1049.38,38.8119,3.20023,300,300,5,0,198,0,0,1), + (51322,5328,1,0,0,-4344.75,2685.48,-49.5127,3.22279,300,300,15,0,1373,1432,0,1), + (51323,1827,0,0,0,2735.11,-1651.2,127.719,4.11898,315,315,0,0,7842,0,0,0), + (51324,5328,1,0,0,-4822.6,2945.89,-40.5619,0.207872,300,300,15,0,1373,1432,0,1), + (51325,5328,1,0,0,-4354.85,2921.69,-39.3814,5.46189,300,300,15,0,1373,1432,0,1), + (51326,5328,1,0,0,-4938.92,3793.96,-7.53991,3.88276,300,300,15,0,1373,1432,0,1), + (51327,5328,1,0,0,-4646.4,3788.4,-5.42175,4.65864,300,300,15,0,1373,1432,0,1), + (51328,5328,1,0,0,-5193.31,3276.62,-37.5239,6.03063,300,300,15,0,1373,1432,0,1), + (51329,5328,1,0,0,-3921.42,3165.45,-2.0047,1.54977,300,300,15,0,1373,1432,0,1), + (51330,5328,1,0,0,-5181.56,3544.45,-38.0957,1.05383,300,300,15,0,1373,1432,0,1), + (51331,5328,1,0,0,-4622.42,2828.12,-54.1297,3.53098,300,300,15,0,1373,1432,0,1), + (51332,5328,1,0,0,-4424.59,2755.2,-43.3472,0.767474,300,300,15,0,1373,1432,0,1), + (51333,5328,1,0,0,-3750.58,3183.3,-7.56518,6.27045,300,300,15,0,1373,1432,0,1), + (51334,5328,1,0,0,-5100.27,3212.96,-37.6231,0.130165,300,300,15,0,1373,1432,0,1), + (51335,5328,1,0,0,-4539.34,2629.34,-58.7633,1.27406,300,300,15,0,1373,1432,0,1), + (51336,5328,1,0,0,-4443.08,3719.85,1.61798,1.9912,300,300,15,0,1373,1432,0,1), + (51337,4048,1,0,0,-4524.14,-787.884,-41.5917,5.0091,300,300,0,0,1454,0,0,2), + (51338,721,1,0,0,-3642.12,1942.72,82.4704,4.94782,300,300,15,0,1,0,0,1), + (51339,721,1,0,0,-3533.84,2234.49,35.7979,4.34587,300,300,0,0,1,0,0,0), + (51340,8145,1,0,0,-4346.28,264.606,26.4007,3.94444,300,300,0,0,3517,0,0,0), + (51341,12497,1,0,0,-2702.4,1877.4,33.1566,1.16705,600,600,15,0,80925,0,0,2), + (51342,721,1,0,0,-4469.45,751.873,115.419,1.69019,300,300,15,0,1,0,0,1), + (51343,721,1,0,0,-5588.54,1136.06,61.9441,5.81517,300,300,3,0,1,0,0,1), + (51344,11360,309,0,0,-11736.7,-1907.64,56.2351,0.855211,7200,7200,0,0,3052,0,0,0), + (51345,11350,309,0,0,-11694.4,-1832.29,41.5242,3.64774,7200,7200,0,0,21364,0,0,0), + (51346,721,1,0,0,-5222.32,178.683,64.8089,0.785931,300,300,15,0,1,0,0,1), + (51347,11350,309,0,0,-11699.7,-1834.12,42.7127,2.77507,7200,7200,0,0,21364,0,0,0), + (51348,11361,309,0,0,-11653,-1910.85,57.5342,3.45575,7200,7200,0,0,9156,0,0,0), + (51349,11361,309,0,0,-11642.4,-1890.35,57.4213,2.40855,7200,7200,0,0,9156,0,0,0), + (51350,11361,309,0,0,-11653.5,-1899.54,56.6081,1.16937,7200,7200,0,0,9156,0,0,0), + (51351,11361,309,0,0,-11650.4,-1895.66,56.9303,3.59538,7200,7200,0,0,9156,0,0,0), + (51352,11361,309,0,0,-11656,-1880.3,56.7794,4.31096,7200,7200,0,0,9156,0,0,0), + (51353,11339,309,0,0,-11511.3,-1613.84,71.4066,3.36848,7200,7200,0,0,25150,14916,0,0), + (51354,11339,309,0,0,-11518.3,-1629.19,71.4066,1.43117,7200,7200,0,0,25150,14916,0,0), + (51355,11365,309,0,0,-11587,-1580.33,51.4009,6.13104,7200,7200,0,0,21364,0,0,0), + (51356,11365,309,0,0,-11584.2,-1576.76,50.7188,5.43724,7200,7200,5,0,21364,0,0,1), + (51357,11365,309,0,0,-11586.7,-1576.85,51.2061,5.67895,7200,7200,5,0,21364,0,0,1), + (51358,11365,309,0,0,-11583.4,-1578.33,50.5416,5.53787,7200,7200,5,0,21364,0,0,1), + (51359,11365,309,0,0,-11453.8,-1611.1,49.2878,1.69817,7200,7200,0,0,21364,0,0,0), + (51360,11365,309,0,0,-11455.8,-1606.51,49.4163,1.60445,7200,7200,5,0,21364,0,0,1), + (51361,11365,309,0,0,-11454.6,-1613.08,49.0983,1.6476,7200,7200,5,0,21364,0,0,1), + (51362,11365,309,0,0,-11454.1,-1609.09,49.5681,1.69753,7200,7200,5,0,21364,0,0,1), + (51363,11339,309,0,0,-11511.4,-1628.43,71.4067,2.96706,7200,7200,0,0,25150,14916,0,0), + (51364,11339,309,0,0,-11518.3,-1613.51,71.4067,4.59022,7200,7200,0,0,25150,14916,0,0), + (51365,11339,309,0,0,-11511.8,-1643.48,49.6276,1.74533,7200,7200,0,0,25150,14916,0,0), + (51366,11339,309,0,0,-11526.9,-1643.49,49.6044,1.46608,7200,7200,0,0,25150,14916,0,0), + (51367,11353,309,0,0,-11580.1,-1581.38,49.6853,2.29565,7200,7200,0,0,18312,0,0,0), + (51368,11353,309,0,0,-11579.8,-1582.05,49.5485,2.26201,7200,7200,5,0,18312,0,0,1), + (51369,11365,309,0,0,-11492,-1607.23,71.4067,4.41948,7200,7200,0,0,21364,0,0,0), + (51370,11365,309,0,0,-11491.2,-1612.34,71.3234,4.20817,7200,7200,5,0,21364,0,0,1), + (51371,11365,309,0,0,-11491.9,-1612.31,71.3234,4.27319,7200,7200,5,0,21364,0,0,1), + (51372,11365,309,0,0,-11491.8,-1609.3,71.3234,4.36473,7200,7200,5,0,21364,0,0,1), + (51373,11339,309,0,0,-11519.9,-1685.07,50.0721,0.286186,7200,7200,5,0,25150,14916,0,1), + (51374,11339,309,0,0,-11521.2,-1684.87,49.9866,3.74128,7200,7200,5,0,25150,14916,0,1), + (51375,11365,309,0,0,-11519.3,-1642.37,49.5332,1.97147,7200,7200,5,0,21364,0,0,1), + (51376,721,1,0,0,-4946.27,1164.99,73.6009,3.72952,300,300,3,0,1,0,0,1), + (51377,8146,1,0,0,-4374.44,161.097,25.6168,3.64774,300,300,0,0,3517,0,0,0), + (51378,8147,1,0,0,-4363.74,252.533,25.532,4.04916,300,300,0,0,2000,0,0,0), + (51379,8147,1,0,0,-4405.5,211.071,25.6944,6.07375,300,300,0,0,2000,0,0,0), + (51380,8147,1,0,0,-4398.25,158.475,25.1901,6.24828,300,300,0,0,2000,0,0,0), + (51381,11365,309,0,0,-11522.6,-1636.72,49.5283,2.2845,7200,7200,5,0,21364,0,0,1), + (51382,11365,309,0,0,-11520.7,-1639.37,49.5312,6.22186,7200,7200,5,0,21364,0,0,1), + (51383,11365,309,0,0,-11514.8,-1632.89,49.5414,0.632592,7200,7200,5,0,21364,0,0,1), + (51384,11365,309,0,0,-11568.5,-1559.21,49.7218,1.88666,7200,7200,5,0,21364,0,0,1), + (51385,11365,309,0,0,-11559.7,-1565.21,49.5515,2.87652,7200,7200,5,0,21364,0,0,1), + (51386,11365,309,0,0,-11559.4,-1563.97,49.5531,3.03895,7200,7200,5,0,21364,0,0,1), + (51387,15091,309,0,0,-11516.9,-1606.04,41.3826,6.24828,7200,7200,0,0,42,0,0,0), + (51388,11340,309,0,0,-11835,-1689.55,40.7472,1.19462,7200,7200,5,0,15090,12430,0,1), + (51389,11350,309,0,0,-11838.2,-1689.4,40.7473,1.19453,7200,7200,0,0,21364,0,0,0), + (51390,11359,309,0,0,-11838.4,-1690.95,40.7477,1.19454,7200,7200,0,0,44016,0,0,0), + (51391,11338,309,0,0,-11837.8,-1692.37,40.7479,1.19463,7200,7200,0,0,25150,14916,0,0), + (51392,11831,309,0,0,-11836.5,-1693.3,40.748,1.19461,7200,7200,0,0,24420,12170,0,0), + (51393,11357,309,0,0,-11835,-1693.47,40.7479,1.19462,7200,7200,0,0,15465,0,0,0), + (51394,11350,309,0,0,-11833.6,-1692.85,40.7477,1.19455,7200,7200,0,0,21364,0,0,0), + (51395,11352,309,0,0,-11767.9,-1581.04,21.1237,3.12374,7200,7200,5,0,48555,0,0,1), + (51396,11352,309,0,0,-11814.6,-1581.56,21.1734,0.382538,7200,7200,5,0,48555,0,0,1), + (51397,11359,309,0,0,-11861.1,-1600.41,21.1053,4.62612,7200,7200,5,0,44016,0,0,1), + (51398,11357,309,0,0,-11859.9,-1697.61,19.792,1.73108,7200,7200,0,0,15465,0,0,0), + (51399,8147,1,0,0,-4300.97,170.579,35.4624,0.224036,300,300,15,0,2000,0,0,1), + (51400,8147,1,0,0,-4470.09,297.526,39.4163,2.11185,300,300,0,0,2000,0,0,0), + (51401,8147,1,0,0,-4334.97,146.702,33.9729,3.00197,300,300,0,0,2000,0,0,0), + (51402,11357,309,0,0,-11862.9,-1597.54,20.2768,4.62603,7200,7200,5,0,15465,0,0,1), + (51403,11340,309,0,0,-11739.7,-1669.73,36.9982,1.60711,7200,7200,5,0,15090,12430,0,1), + (51404,5331,1,0,0,-4681.5,3131.01,1.02884,1.77145,300,300,15,0,1981,0,0,1), + (51405,8147,1,0,0,-4462.28,309.811,40.24,2.94961,300,300,0,0,2000,0,0,0), + (51406,8147,1,0,0,-4364.39,114.366,33.1595,3.40339,300,300,0,0,2000,0,0,0), + (51407,8147,1,0,0,-4394.74,252.005,25.8666,4.90481,300,300,3,0,2000,0,0,1), + (51408,8147,1,0,0,-4529.83,326.051,34.4397,2.11185,300,300,0,0,2000,0,0,0), + (51409,8147,1,0,0,-4353,161.083,34.3479,4.00103,300,300,3,0,2000,0,0,1), + (51410,8147,1,0,0,-4346.71,241.383,25.7883,3.4383,300,300,0,0,2000,0,0,0), + (51411,8147,1,0,0,-4378.3,223.616,25.8943,0.293048,300,300,3,0,2000,0,0,1), + (51412,8147,1,0,0,-4403.02,269.403,25.3358,4.90178,300,300,15,0,2000,0,0,2), + (51413,8147,1,0,0,-4374.96,116.751,32.7736,5.53269,300,300,0,0,2000,0,0,0), + (51414,11830,309,0,0,-11742.4,-1677.77,39.9884,1.60727,7200,7200,5,0,17094,12170,0,1), + (51415,11359,309,0,0,-11741.8,-1679.3,40.6688,1.60721,7200,7200,5,0,44016,0,0,1), + (51416,11356,309,0,0,-11740.2,-1680.33,40.7082,1.60699,7200,7200,0,0,31440,0,0,0), + (51417,11830,309,0,0,-11738.4,-1680.27,40.7086,1.60699,7200,7200,5,0,17094,12170,0,1), + (51418,11359,309,0,0,-11736.9,-1679.12,40.6699,1.60705,7200,7200,5,0,44016,0,0,1), + (51419,11352,309,0,0,-11842.7,-1640.89,21.2108,3.40339,7200,7200,0,0,48555,0,0,0), + (51420,11352,309,0,0,-11842,-1655.23,21.2108,2.94961,7200,7200,0,0,48555,0,0,0), + (51421,11359,309,0,0,-11753.1,-1704.21,21.1275,0.047909,7200,7200,5,0,44016,0,0,1), + (51422,11357,309,0,0,-11755.7,-1716.61,21.1275,3.042,7200,7200,5,0,15465,0,0,1), + (51423,11357,309,0,0,-11769.2,-1708.15,21.2108,3.57792,7200,7200,0,0,15465,0,0,0), + (51424,11359,309,0,0,-11839.1,-1697.36,40.7492,1.72169,7200,7200,5,0,44016,0,0,1), + (51425,11357,309,0,0,-11839,-1694.82,40.7486,0.459823,7200,7200,5,0,15465,0,0,1), + (51426,11357,309,0,0,-11839.1,-1698.83,40.7495,3.71178,7200,7200,5,0,15465,0,0,1), + (51427,11359,309,0,0,-11739.1,-1674.18,37.5981,1.83708,7200,7200,5,0,44016,0,0,1), + (51428,11357,309,0,0,-11739.4,-1680.21,40.7056,1.94557,7200,7200,5,0,15465,0,0,1), + (51429,11357,309,0,0,-11737.4,-1678.02,40.2874,1.81315,7200,7200,5,0,15465,0,0,1), + (51430,11356,309,0,0,-11775.2,-1622.36,21.2321,0.820305,7200,7200,0,0,31440,0,0,0), + (51431,11356,309,0,0,-11772.2,-1625.23,21.2319,1.5708,7200,7200,0,0,31440,0,0,0), + (51432,1420,309,0,0,-11722.7,-1739.81,13.0519,3.80482,7200,7200,0,0,8,0,0,0), + (51433,2914,309,0,0,-11643.5,-1852.48,40.8151,6.00771,7200,7200,5,0,8,0,0,1), + (51434,2914,309,0,0,-12187.2,-1819.68,107.471,3.21792,7200,7200,5,0,8,0,0,1), + (51435,2914,309,0,0,-11984.6,-1524.13,49.618,2.118,7200,7200,5,0,8,0,0,1), + (51436,2914,309,0,0,-11914.6,-1544.07,35.6675,0.761486,7200,7200,5,0,8,0,0,1), + (51437,2914,309,0,0,-11547.3,-1720.08,41.2549,2.64911,7200,7200,5,0,8,0,0,1), + (51438,2914,309,0,0,-12077.7,-1688.02,46.36,3.78431,7200,7200,5,0,8,0,0,1), + (51439,2914,309,0,0,-11938.5,-1771.78,51.909,4.61785,7200,7200,5,0,8,0,0,1), + (51440,2914,309,0,0,-11654.4,-1812.63,42.3694,1.52785,7200,7200,5,0,8,0,0,1), + (51441,2914,309,0,0,-11651.8,-1500.65,43.4884,4.16828,7200,7200,5,0,8,0,0,1), + (51442,11374,309,0,0,-11771.5,-1433.48,-10.2828,2.26893,7200,7200,0,0,9156,0,0,0), + (51443,11374,309,0,0,-11818.4,-1744.63,-0.007552,0.191986,7200,7200,0,0,9156,0,0,0), + (51444,11374,309,0,0,-11774.5,-1787.13,-14.901,2.18166,7200,7200,0,0,9156,0,0,0), + (51445,11374,309,0,0,-11702,-1519.88,-13.6469,3.59538,7200,7200,0,0,9156,0,0,0), + (51446,11374,309,0,0,-11902.9,-1650.85,-13.7488,5.02655,7200,7200,0,0,9156,0,0,0), + (51447,11374,309,0,0,-11911.4,-1693.87,-13.2041,3.28122,7200,7200,0,0,9156,0,0,0), + (51448,11374,309,0,0,-11819.2,-1383.93,-11.6749,0.750492,7200,7200,0,0,9156,0,0,0), + (51449,11374,309,0,0,-11713,-1542.8,-10.5945,6.21337,7200,7200,0,0,9156,0,0,0), + (51450,11374,309,0,0,-11899.9,-1620.04,-10.8756,5.58505,7200,7200,0,0,9156,0,0,0), + (51451,11372,309,0,0,-12026.8,-1635.3,38.2631,0.358097,7200,7200,5,0,15260,0,0,1), + (51452,11371,309,0,0,-12029.4,-1634.11,38.1586,0.217637,7200,7200,0,0,15260,0,0,0), + (51453,14821,309,0,0,-12160.1,-1952.02,134.905,2.02458,7200,7200,0,0,15260,0,0,0), + (51454,14821,309,0,0,-12154.2,-1948.8,134.675,4.43314,7200,7200,0,0,15260,0,0,0), + (51455,14821,309,0,0,-12156.7,-1960.58,132.61,2.79253,7200,7200,0,0,15260,0,0,0), + (51456,11353,309,0,0,-12362.4,-1827.53,130.339,2.51327,7200,7200,0,0,18312,0,0,0), + (51457,11353,309,0,0,-12364.4,-1829.42,130.354,2.09439,7200,7200,0,0,18312,0,0,0), + (51459,11830,309,0,0,-12368.2,-1822.81,130.369,5.2709,7200,7200,0,0,17094,12170,0,0), + (51460,11356,309,0,0,-12288,-1895.71,130.493,2.32129,7200,7200,0,0,31440,0,0,0), + (51461,11356,309,0,0,-12299.9,-1905.53,131.343,2.1293,7200,7200,0,0,31440,0,0,0), + (51462,14821,309,0,0,-12172.2,-1899.2,132.144,1.20428,7200,7200,0,0,15260,0,0,0), + (51463,5331,1,0,0,-5017.31,3151.27,-1.60726,4.33661,300,300,15,0,1981,0,0,1), + (51464,5331,1,0,0,-4752.37,3113.37,0.20076,1.30806,300,300,15,0,1981,0,0,1), + (51465,8147,1,0,0,-4338.26,18.4199,54.3668,4.72984,300,300,0,0,2000,0,0,0), + (51466,8147,1,0,0,-4435.72,260.776,38.8823,6.0912,300,300,0,0,2000,0,0,0), + (51467,8147,1,0,0,-4523.56,337.528,35.6335,2.6529,300,300,0,0,2000,0,0,0), + (51468,8147,1,0,0,-4352.09,14.3962,54.1168,5.21853,300,300,0,0,2000,0,0,0), + (51469,5331,1,0,0,-5018.89,3526.5,0.842911,4.6655,300,300,15,0,1981,0,0,1), + (51470,5331,1,0,0,-5032.05,3379.82,-1.37139,0.246276,300,300,15,0,1981,0,0,1), + (51471,5331,1,0,0,-4869.04,3626.04,14.2064,3.14159,300,300,15,0,1981,0,0,1), + (51472,5331,1,0,0,-4853.22,3618.27,16.4186,2.99115,300,300,15,0,1981,0,0,1), + (51473,5331,1,0,0,-4921.24,3616.22,10.1793,0.541444,300,300,15,0,1981,0,0,1), + (51474,5331,1,0,0,-4879.06,3580.12,12.3402,4.66304,300,300,15,0,1981,0,0,1), + (51476,5331,1,0,0,-4658.54,3672.48,12.5463,0.404251,300,300,0,0,1981,0,0,0), + (51477,1827,0,0,0,2714.55,-1647.75,131.947,4.74729,315,315,0,0,7842,0,0,0), + (51478,5331,1,0,0,-4757.7,3445.52,13.6235,1.48046,300,300,15,0,1981,0,0,1), + (51479,1834,0,0,0,2822.78,-1534.44,151.172,1.67098,315,315,5,0,6273,2117,0,1), + (51480,1883,0,0,0,3006.66,-1493.47,146.552,4.5204,315,315,0,0,3529,0,0,0), + (51481,5331,1,0,0,-4720,3438.58,22.4368,4.41388,300,300,15,0,1981,0,0,1), + (51482,5331,1,0,0,-4887.45,3414.36,14.3927,3.86832,300,300,15,0,1981,0,0,1), + (51483,5331,1,0,0,-4848.16,3386.87,18.4704,0.588003,300,300,15,0,1981,0,0,1), + (51484,5331,1,0,0,-4826.41,3384.77,14.9043,3.36352,300,300,15,0,1981,0,0,1), + (51485,5331,1,0,0,-4783.15,3584.55,10.1398,2.86894,300,300,15,0,1981,0,0,2), + (51486,5332,1,0,0,-4898.55,3106.32,-1.49496,0.340032,300,300,15,0,1902,0,0,1), + (51487,5332,1,0,0,-4989.46,3588.26,1.58314,3.72174,300,300,15,0,1902,0,0,1), + (51488,5332,1,0,0,-4976.06,3406.51,1.36813,4.34962,300,300,15,0,1902,0,0,1), + (51489,5332,1,0,0,-4912.15,3544.45,23.0724,0.167716,300,300,15,0,1902,0,0,1), + (51490,5332,1,0,0,-4917.19,3511.46,22.6291,4.71239,300,300,15,0,1902,0,0,1), + (51491,5332,1,0,0,-4815.06,3591.01,10.3351,1.83449,300,300,15,0,1902,0,0,2), + (51492,5333,1,0,0,-5535.47,3543.22,1.36467,3.32504,300,300,3,0,1711,1483,0,1), + (51493,5333,1,0,0,-5518.94,3476.75,-5.1869,6.10594,300,300,15,0,1711,1483,0,1), + (51494,5333,1,0,0,-5689.63,3647.1,-14.2447,1.97763,300,300,3,0,1711,1483,0,1), + (51495,5333,1,0,0,-5702.55,3629.45,-16.1146,5.77528,300,300,3,0,1711,1483,0,1), + (51496,5333,1,0,0,-5728.89,3721.46,-6.99065,0.133858,300,300,0,0,1711,1483,0,0), + (51497,5333,1,0,0,-5736.83,3692.17,-9.68723,1.70693,300,300,3,0,1711,1483,0,1), + (51498,5333,1,0,0,-5284.89,3672.9,8.7677,4.95734,300,300,15,0,1711,1483,0,1), + (51499,5333,1,0,0,-5520.35,3557.96,19.9676,5.26154,300,300,3,0,1711,1483,0,1), + (51500,5333,1,0,0,-5537.79,3510.62,11.1719,2.1672,300,300,3,0,1711,1483,0,1), + (51501,5333,1,0,0,-5566.51,3534.36,21.1221,0.362897,300,300,3,0,1711,1483,0,1), + (51502,5333,1,0,0,-5443.13,3653.95,-2.36563,4.42095,300,300,15,0,1711,1483,0,1), + (51503,5333,1,0,0,-5489.31,3625.31,1.59452,4.83202,300,300,3,0,1711,1483,0,1), + (51504,5333,1,0,0,-5507.11,3614.23,-3.47024,3.55624,300,300,3,0,1711,1483,0,1), + (51505,5333,1,0,0,-5546.29,3605.78,-11.7163,5.07841,300,300,3,0,1711,1483,0,2), + (51506,5333,1,0,0,-5549.73,3625.96,-14.3333,1.72229,300,300,15,0,1711,1483,0,1), + (51507,5333,1,0,0,-5540.75,3584.14,-14.0487,2.1046,300,300,3,0,1711,1483,0,1), + (51508,5333,1,0,0,-5563.11,3590.93,-10.9699,1.51239,300,300,3,0,1711,1483,0,1), + (51509,5333,1,0,0,-5528.11,3604,-11.6214,0.752806,300,300,3,0,1711,1483,0,1), + (51510,5333,1,0,0,-5519.01,3547.6,-11.2145,2.79848,300,300,3,0,1711,1483,0,1), + (51511,5333,1,0,0,-5569.6,3573.92,-9.86309,5.63884,300,300,3,0,1711,1483,0,2), + (51512,5333,1,0,0,-5512.08,3536.03,-7.74286,0.187631,300,300,3,0,1711,1483,0,1), + (51513,5333,1,0,0,-5529.29,3563.92,-15.3139,4.47838,300,300,3,0,1711,1483,0,1), + (51514,5333,1,0,0,-5599.2,3535.43,0.657735,4.21553,300,300,3,0,1711,1483,0,1), + (51515,5333,1,0,0,-5625.56,3527.32,4.49059,1.32632,300,300,3,0,1711,1483,0,1), + (51516,5333,1,0,0,-5605.55,3500.56,4.86456,4.06044,300,300,3,0,1711,1483,0,1), + (51517,5333,1,0,0,-5627.47,3552.68,6.56256,3.99213,300,300,3,0,1711,1483,0,1), + (51519,5333,1,0,0,-5648.74,3511.69,-0.522682,1.8326,300,300,3,0,1711,1483,0,1), + (51520,5333,1,0,0,-5630.16,3451.06,3.58352,2.46091,300,300,3,0,1711,1483,0,1), + (51521,5334,1,0,0,-5346.69,3824.88,1.28889,4.4757,300,300,15,0,2317,0,0,1), + (51522,5334,1,0,0,-5275.15,3745.74,-3.22962,0.045743,300,300,15,0,2317,0,0,1), + (51523,5334,1,0,0,-5254.13,3720.07,-6.52877,1.82977,300,300,15,0,2317,0,0,1), + (51524,5334,1,0,0,-5331.13,3764.66,8.36526,0.616211,300,300,15,0,2317,0,0,1), + (51525,5334,1,0,0,-5316.92,3650.34,9.57636,0.896107,300,300,10,0,2317,0,0,1), + (51526,5334,1,0,0,-5274.06,3626.58,3.74106,0.482964,300,300,15,0,2317,0,0,1), + (51527,5334,1,0,0,-5384.78,3595.34,37.6586,5.99416,300,300,15,0,2317,0,0,1), + (51528,5334,1,0,0,-5318.9,3684.17,8.00645,2.62109,300,300,15,0,2317,0,0,1), + (51529,5334,1,0,0,-5344.61,3548.3,11.2377,2.09648,300,300,10,0,2317,0,0,1), + (51530,5334,1,0,0,-5317.24,3583.36,8.77296,5.61897,300,300,10,0,2317,0,0,1), + (51531,5334,1,0,0,-5242.77,3517.78,-9.02485,6.27013,300,300,15,0,2317,0,0,1), + (51532,5335,1,0,0,-4920.31,3155.4,-1.51835,2.12604,300,300,15,0,1522,1332,0,1), + (51533,5335,1,0,0,-4981.29,3129.12,-2.69145,1.7553,300,300,15,0,1522,1332,0,1), + (51534,5335,1,0,0,-5005.55,3277.67,-0.369885,0.797654,300,300,15,0,1522,1332,0,1), + (51535,5335,1,0,0,-4953.62,3648.33,11.1413,2.90514,300,300,15,0,1522,1332,0,1), + (51536,5335,1,0,0,-4880.99,3333.17,16.258,5.60706,300,300,15,0,1522,1332,0,1), + (51537,5335,1,0,0,-4922.49,3387.4,8.20032,3.45393,300,300,10,0,1522,1332,0,1), + (51538,5335,1,0,0,-4869.92,3557.31,22.5488,3.12152,300,300,15,0,1522,1332,0,1), + (51539,5335,1,0,0,-4854.35,3555.69,21.4134,0.86209,300,300,15,0,1522,1332,0,1), + (51540,5335,1,0,0,-4854.91,3520.46,23.2564,6.09364,300,300,15,0,1522,1332,0,1), + (51541,5335,1,0,0,-4881.77,3683.45,14.2318,1.8326,300,300,0,0,1522,1332,0,0), + (51542,5335,1,0,0,-4832.07,3661.24,11.2895,1.56534,300,300,0,0,1522,1332,0,0), + (51543,5335,1,0,0,-4690.55,3673.3,12.585,0.689988,300,300,0,0,1522,1332,0,0), + (51544,5335,1,0,0,-4709.96,3587.5,12.3178,3.14159,300,300,0,0,1522,1332,0,0), + (51545,5335,1,0,0,-4777.91,3496.47,10.7718,2.03226,300,300,0,0,1522,1332,0,0), + (51546,5335,1,0,0,-4804.19,3455.31,12.7959,4.21996,300,300,15,0,1522,1332,0,1), + (51547,5335,1,0,0,-4824.24,3458.26,10.8458,5.44666,300,300,15,0,1522,1332,0,1), + (51548,5335,1,0,0,-4853.66,3413.62,13.7022,4.82391,300,300,15,0,1522,1332,0,1), + (51549,5335,1,0,0,-4755.51,3421.59,16.0581,3.12254,300,300,15,0,1522,1332,0,1), + (51550,5335,1,0,0,-4712.42,3461.69,21.1868,1.22705,300,300,15,0,1522,1332,0,1), + (51551,5335,1,0,0,-4887.35,3452.43,15.4875,2.31651,300,300,15,0,1522,1332,0,1), + (51552,5335,1,0,0,-4919.15,3416.27,5.82497,3.67865,300,300,15,0,1522,1332,0,1), + (51553,5335,1,0,0,-4813.53,3522.13,9.13376,2.89663,300,300,15,0,1522,1332,0,1), + (51554,5336,1,0,0,-5513.06,3498.78,-6.19077,4.47914,300,300,15,0,1441,3575,0,1), + (51555,199,0,0,0,-9723.31,957.742,33.3346,4.76123,300,300,5,0,198,0,0,1), + (51556,199,0,0,0,-9868.77,1454.1,67.5757,4.13847,300,300,5,0,198,0,0,1), + (51557,5336,1,0,0,-5258.91,3789.25,-9.16982,1.58547,300,300,15,0,1441,3575,0,1), + (51558,199,0,0,0,-9825.13,1343.07,44.7054,3.12707,300,300,5,0,198,0,0,1), + (51559,199,0,0,0,-10048.1,1322.72,44.4317,1.55101,300,300,5,0,198,0,0,1), + (51560,454,0,0,0,-9948.76,1275.52,41.1345,5.37519,300,300,5,0,247,0,0,1), + (51561,454,0,0,0,-10023.5,1121.26,42.1292,2.07862,300,300,10,0,247,0,0,1), + (51562,454,0,0,0,-9809.49,1182.88,40.7303,3.33261,300,300,10,0,247,0,0,1), + (51563,454,0,0,0,-9856.14,1082.18,33.3851,1.24939,300,300,10,0,247,0,0,1), + (51564,14821,309,0,0,-12179.5,-1905.82,131.446,3.47321,7200,7200,0,0,15260,0,0,0), + (51565,14821,309,0,0,-12185.2,-1894.29,133.572,1.65806,7200,7200,0,0,15260,0,0,0), + (51566,14821,309,0,0,-12394.3,-1909.13,130.385,1.52368,7200,7200,5,0,15260,0,0,1), + (51567,14821,309,0,0,-12383.3,-1898.94,131.257,2.86234,7200,7200,0,0,15260,0,0,0), + (51568,14821,309,0,0,-12369.8,-1831.55,131.003,3.59538,7200,7200,0,0,15260,0,0,0), + (51569,14821,309,0,0,-12363.3,-1817.14,131.024,2.79253,7200,7200,0,0,15260,0,0,0), + (51570,14821,309,0,0,-12248.8,-1909.26,130.932,1.98968,7200,7200,0,0,15260,0,0,0), + (51571,14821,309,0,0,-12250.2,-1900.48,131.79,5.18363,7200,7200,0,0,15260,0,0,0), + (51572,14821,309,0,0,-12243.5,-1912.09,130.685,3.03687,7200,7200,0,0,15260,0,0,0), + (51573,11353,309,0,0,-12346.7,-1958.36,132.932,4.64258,7200,7200,0,0,18312,0,0,0), + (51574,11353,309,0,0,-12347.7,-1961.11,132.849,1.02974,7200,7200,0,0,18312,0,0,0), + (51575,14821,309,0,0,-12368.6,-1932.08,133.385,3.28954,7200,7200,5,0,15260,0,0,1), + (51576,14821,309,0,0,-12358.3,-1937.95,132.371,1.9332,7200,7200,5,0,15260,0,0,1), + (51577,14821,309,0,0,-12350.1,-1929.23,133.228,1.98968,7200,7200,0,0,15260,0,0,0), + (51578,11353,309,0,0,-12352,-1843.97,130.966,1.71042,7200,7200,0,0,18312,0,0,0), + (51579,11353,309,0,0,-12352.5,-1841.72,131.105,5.0091,7200,7200,0,0,18312,0,0,0), + (51580,11360,309,0,0,-11799.3,-1890.95,47.0202,3.07178,7200,7200,0,0,3052,0,0,0), + (51581,11360,309,0,0,-11803.6,-1883.74,45.6479,0.785398,7200,7200,0,0,3052,0,0,0), + (51582,11350,309,0,0,-11709.6,-1956.15,57.1976,6.17767,7200,7200,5,0,21364,0,0,1), + (51583,11350,309,0,0,-11744.1,-1919,56.3862,3.59538,7200,7200,0,0,21364,0,0,0), + (51584,11350,309,0,0,-11727.6,-1932.4,56.6076,1.30805,7200,7200,5,0,21364,0,0,1), + (51585,11361,309,0,0,-11813.3,-1803.43,51.3092,3.66519,7200,7200,0,0,9156,0,0,0), + (51586,11361,309,0,0,-11826.9,-1802.68,52.0076,5.53269,7200,7200,0,0,9156,0,0,0), + (51587,11361,309,0,0,-11809.5,-1810.02,51.5274,1.90241,7200,7200,0,0,9156,0,0,0), + (51588,11365,309,0,0,-11511.2,-1580.07,71.4067,2.33874,7200,7200,0,0,21364,0,0,0), + (51589,11365,309,0,0,-11523.6,-1573.28,71.4067,3.76991,7200,7200,0,0,21364,0,0,0), + (51590,11365,309,0,0,-11525.1,-1582.7,71.4067,5.5676,7200,7200,0,0,21364,0,0,0), + (51591,11365,309,0,0,-11511.8,-1573.41,71.4067,2.87979,7200,7200,0,0,21364,0,0,0), + (51592,11353,309,0,0,-11588,-1663.91,51.7205,5.91174,7200,7200,0,0,18312,0,0,0), + (51593,11353,309,0,0,-11585.8,-1663.11,51.231,5.80136,7200,7200,5,0,18312,0,0,1), + (51594,11353,309,0,0,-11498.4,-1641.72,60.4915,0.373932,7200,7200,0,0,18312,0,0,0), + (51595,11353,309,0,0,-11498.3,-1640.75,60.4083,4.54487,7200,7200,5,0,18312,0,0,1), + (51596,14758,309,0,0,-11505.8,-1553.69,52.3677,1.37881,7200,7200,0,0,42,0,0,0), + (51597,11339,309,0,0,-11496.8,-1621.54,71.4067,1.0213,7200,7200,0,0,25150,14916,0,0), + (51598,11339,309,0,0,-11496.3,-1621.55,71.3234,1.16697,7200,7200,5,0,25150,14916,0,1), + (51599,11339,309,0,0,-11545.4,-1549.98,51.6079,4.25193,7200,7200,0,0,25150,14916,0,0), + (51600,11339,309,0,0,-11545.1,-1550.04,51.5721,4.19102,7200,7200,5,0,25150,14916,0,1), + (51601,11357,309,0,0,-11801.9,-1628.01,21.1491,4.97787,7200,7200,5,0,15465,0,0,1), + (51602,11357,309,0,0,-11796.7,-1623.35,21.2323,6.16101,7200,7200,0,0,15465,0,0,0), + (51603,2914,309,0,0,-11815.3,-1888.35,47.8812,5.76622,7200,7200,5,0,8,0,0,1), + (51604,2914,309,0,0,-11790.3,-1885.91,47.0478,5.95093,7200,7200,5,0,8,0,0,1), + (51605,13321,309,0,0,-11896.6,-1726.76,10.9919,0.692738,7200,7200,5,0,42,0,0,1), + (51606,1420,309,0,0,-11911.8,-1490.85,11.4457,2.73824,7200,7200,5,0,8,0,0,1), + (51607,5336,1,0,0,-5473.1,3721.66,35.7189,1.91827,300,300,15,0,1441,3575,0,1), + (51608,5336,1,0,0,-5500.2,3479.22,-5.87563,4.27298,300,300,15,0,1441,3575,0,1), + (51609,2914,43,0,0,-128.641,-185.705,-68.2838,5.83658,7200,7200,10,0,8,0,0,1), + (51610,1834,0,0,0,2980.41,-1585.76,175.658,2.74903,315,315,5,0,6273,2117,0,2), + (51616,11837,30,0,0,-1617.95,-391.549,55.137,0.834304,430,430,5,0,2553,0,0,1), + (51617,11837,30,0,0,-1566.16,-397.12,65.3396,2.36521,430,430,5,0,2553,0,0,1), + (51618,11838,30,0,0,-1612.24,-439.036,80.0545,5.37574,430,430,0,0,2916,0,0,0), + (51619,11839,30,0,0,-1565.21,-479.676,59.2293,2.06611,430,430,5,0,3663,0,0,1), + (51620,11839,30,0,0,-1477.04,-475.236,69.4457,5.29207,430,430,5,0,3663,0,0,1), + (51621,11839,30,0,0,-1646.17,-446.101,49.8023,1.17457,430,430,5,0,3663,0,0,1), + (51622,11840,30,0,0,-1592.95,-408.627,81.4215,0.95002,430,430,5,0,3846,0,0,1), + (51623,11840,30,0,0,-1568.06,-446.271,67.846,3.46805,430,430,5,0,3846,0,0,1), + (51624,11840,30,0,0,-1485.83,-426.824,70.3539,5.26827,430,430,5,0,3846,0,0,1), + (51625,5336,1,0,0,-5306.15,3713.47,9.07296,2.4116,300,300,15,0,1441,3575,0,1), + (51626,5336,1,0,0,-5396.49,3749.37,37.8823,0.640049,300,300,15,0,1441,3575,0,1), + (51628,5336,1,0,0,-5279.1,3553.95,0.37278,0.809901,300,300,15,0,1441,3575,0,1), + (51629,2914,309,0,0,-11968.3,-1810.08,56.6467,2.43604,7200,7200,5,0,8,0,0,1), + (51630,2914,309,0,0,-11594.3,-1454.77,56.925,1.89255,7200,7200,5,0,8,0,0,1), + (51631,2914,309,0,0,-11647.6,-1413.19,59.7141,2.02788,7200,7200,5,0,8,0,0,1), + (51632,2914,309,0,0,-11525.9,-1485.9,78.531,5.89056,7200,7200,5,0,8,0,0,1), + (51633,2914,309,0,0,-11979.8,-1711.83,32.3599,4.50064,7200,7200,5,0,8,0,0,1), + (51634,5336,1,0,0,-5249.34,3643.07,-0.802699,4.61179,300,300,15,0,1441,3575,0,1), + (51635,5336,1,0,0,-5708.73,3655.69,-13.8725,6.03884,300,300,3,0,1441,3575,0,1), + (51636,5336,1,0,0,-5714.47,3692.07,-10.0462,4.50044,300,300,3,0,1441,3575,0,1), + (51637,5336,1,0,0,-5752.35,3711.77,-7.00867,5.32636,300,300,0,0,1441,3575,0,0), + (51638,5336,1,0,0,-5274.53,3687.23,4.97382,3.35719,300,300,15,0,1441,3575,0,1), + (51642,5336,1,0,0,-5555.81,3493.89,8.08906,5.60159,300,300,3,0,1441,3575,0,1), + (51643,5336,1,0,0,-5545.29,3522.94,10.8196,2.44068,300,300,3,0,1441,3575,0,1), + (51644,1834,0,0,0,2903.97,-1432.07,148.269,3.45575,315,315,0,0,6273,2117,0,0), + (51645,5336,1,0,0,-5520.13,3539.6,17.195,3.95282,300,300,3,0,1441,3575,0,1), + (51646,1834,0,0,0,2845,-1412.03,147.631,5.09636,315,315,0,0,6273,2117,0,0), + (51647,1794,0,0,0,1479.75,-1744.31,64.3249,4.72093,315,315,3,0,2634,2041,0,1), + (51648,454,0,0,0,-9851.22,1385.07,51.5061,4.49533,300,300,10,0,247,0,0,1), + (51649,1787,0,0,0,1589.54,-1382.56,65.5875,6.17984,315,315,5,0,3293,0,0,1), + (51650,5336,1,0,0,-5582.83,3527.43,19.1915,4.01738,300,300,3,0,1441,3575,0,1), + (51651,1795,0,0,0,1517.68,-1616.02,64.8651,0.963345,315,315,10,0,2823,2117,0,1), + (51652,5336,1,0,0,-5536.46,3563.1,18.1086,2.68619,300,300,3,0,1441,3575,0,1), + (51653,5336,1,0,0,-5567.77,3512.14,19.2333,0.312691,300,300,3,0,1441,3575,0,1), + (51654,5336,1,0,0,-5564.13,3551.71,17.4435,2.07631,300,300,3,0,1441,3575,0,2), + (51655,5336,1,0,0,-5352.24,3666.74,7.99422,4.27712,300,300,15,0,1441,3575,0,1), + (51656,5336,1,0,0,-5425.73,3676.78,2.58515,0.336484,300,300,15,0,1441,3575,0,2), + (51657,5336,1,0,0,-5414.8,3685.59,7.19557,1.62931,300,300,15,0,1441,3575,0,1), + (51658,5336,1,0,0,-5452.34,3681.27,1.27347,3.4093,300,300,15,0,1441,3575,0,1), + (51659,5336,1,0,0,-5470.71,3645.31,-2.22075,4.01982,300,300,15,0,1441,3575,0,1), + (51660,5336,1,0,0,-5588.85,3576.45,-5.97508,4.49873,300,300,3,0,1441,3575,0,1), + (51661,5336,1,0,0,-5586.67,3561.97,-5.02474,1.32192,300,300,3,0,1441,3575,0,1), + (51662,5336,1,0,0,-5585.85,3487.01,4.9629,3.60479,300,300,3,0,1441,3575,0,1), + (51663,5336,1,0,0,-5639.16,3491.41,0.282835,5.586,300,300,3,0,1441,3575,0,1), + (51664,5336,1,0,0,-5640.04,3465.82,3.46105,4.2605,300,300,3,0,1441,3575,0,1), + (51665,5337,1,0,0,-4822.86,3143.88,1.74436,5.22717,300,300,15,0,1585,1381,0,1), + (51666,5337,1,0,0,-5016.04,3250.75,-1.52526,0.711146,300,300,15,0,1585,1381,0,1), + (51667,5337,1,0,0,-4956.35,3179.91,-1.28886,3.26113,300,300,15,0,1585,1381,0,1), + (51668,5337,1,0,0,-4981.94,3200.07,-0.923721,5.06209,300,300,15,0,1585,1381,0,1), + (51669,5337,1,0,0,-4927.21,3685.53,12.5461,5.895,300,300,15,0,1585,1381,0,1), + (51670,5337,1,0,0,-5024.79,3451.04,-1.50062,3.19846,300,300,15,0,1585,1381,0,1), + (51671,5337,1,0,0,-4992.9,3346.27,0.848021,3.22863,300,300,15,0,1585,1381,0,1), + (51672,5337,1,0,0,-4894.01,3510.42,23.6142,3.14159,300,300,15,0,1585,1381,0,1), + (51673,7900,1,0,0,-4480.03,3229.6,13.8128,5.5676,300,300,0,0,3517,0,0,0), + (51674,8157,1,0,0,-4406.66,3171.05,17.6733,0.890118,300,300,0,0,3748,0,0,0), + (51675,8158,1,0,0,-4372.12,155.68,25.3486,3.07178,300,300,0,0,3404,0,0,0), + (51676,7903,1,0,0,-4477.62,3231.81,13.8128,4.4855,300,300,0,0,198,0,0,0), + (51677,8159,1,0,0,-4339.65,249.374,26.4007,2.68781,300,300,0,0,3517,0,0,0), + (51678,4319,1,0,0,-4491.12,-778.347,-40.1193,1.50098,600,600,0,0,7423,7071,0,0), + (51679,5343,1,0,0,-5498.69,3481.84,-5.82975,5.64065,21000,21000,0,0,1919,1587,0,0), + (51680,7904,1,0,0,-4478.98,3231.07,13.8128,5.74213,300,300,0,0,413,9213,0,0), + (51681,5350,1,0,0,-5435.75,114.241,28.2281,4.58413,21000,21000,0,0,2487,0,0,0), + (51682,11752,1,0,0,-4406.14,235.651,26.8421,5.98648,300,300,0,0,3184,0,0,0), + (51683,5356,1,0,0,-4200,-133.828,56.2126,4.12439,21000,21000,0,0,1981,0,0,0), + (51684,5357,1,0,0,-3550.26,2597.05,82.654,2.54171,600,600,15,0,6186,0,0,1), + (51685,5357,1,0,0,-3212.57,2795.68,80.6821,5.53103,600,600,15,0,6186,0,0,1), + (51686,5357,1,0,0,-3459.96,2801.7,85.1082,2.76635,600,600,15,0,6186,0,0,1), + (51687,5357,1,0,0,-3391.15,2688.65,68.9155,5.19787,600,600,15,0,6186,0,0,1), + (51688,5357,1,0,0,-3382.15,2817.2,75.1311,0.189546,600,600,15,0,6186,0,0,1), + (51689,5357,1,0,0,-3473.53,2720.09,86.5484,5.20051,600,600,15,0,6186,0,0,1), + (51690,5357,1,0,0,-3496.62,2764.5,86.1743,1.58447,600,600,15,0,6186,0,0,1), + (51691,5357,1,0,0,-3516.82,2581.78,74.9781,4.31083,600,600,15,0,6186,0,0,1), + (154657,8907,230,0,0,794.549,2.11547,-53.6519,3.28122,7200,7200,0,0,7842,0,0,0), + (51693,5358,1,0,0,-3381.59,2668.57,68.5129,5.62722,600,600,15,0,6414,0,0,1), + (51694,5358,1,0,0,-3406,2631.38,66.823,3.8869,600,600,15,0,6414,0,0,1), + (51695,5358,1,0,0,-3507.91,2639.24,87.858,4.05577,600,600,15,0,6414,0,0,1), + (51696,5358,1,0,0,-3498.86,2611.41,79.6294,4.93342,600,600,15,0,6414,0,0,1), + (154656,8906,230,0,0,794.549,2.11547,-53.6519,3.28122,7200,7200,0,0,7599,0,0,0), + (51698,5358,1,0,0,-3460.36,2752.4,80.9715,4.41102,600,600,15,0,6414,0,0,1), + (51699,5358,1,0,0,-3400.08,2684.87,68.714,0.093841,600,600,15,0,6414,0,0,1), + (51700,5358,1,0,0,-3382.75,2746.44,69.2421,4.56208,600,600,15,0,6414,0,0,1), + (51701,5358,1,0,0,-3320.71,2784.95,67.4946,3.11913,600,600,15,0,6414,0,0,1), + (51702,5358,1,0,0,-3358.06,2788.91,69.0504,2.5873,600,600,15,0,6414,0,0,1), + (51703,5358,1,0,0,-3414.84,2588.64,63.9013,5.48674,600,600,15,0,6414,0,0,1), + (51704,5358,1,0,0,-3396.71,2687.83,68.8658,2.03051,600,600,15,0,6414,0,0,1), + (51705,5359,1,0,0,-3941.27,3041.27,0.491015,1.10937,600,600,30,0,6186,0,0,1), + (51706,5359,1,0,0,-4538.69,2486.53,-40.5489,1.82337,600,600,15,0,6186,0,0,1), + (51707,5359,1,0,0,-3986.21,2783.37,0.189204,2.73209,600,600,30,0,6186,0,0,1), + (51708,5359,1,0,0,-4023.03,2907.12,3.33236,0.038068,600,600,30,0,6186,0,0,1), + (51709,5359,1,0,0,-4059.41,2910.68,-6.6206,1.54242,600,600,15,0,6186,0,0,1), + (51710,5359,1,0,0,-5253.93,2282.12,-29.6111,2.40109,600,600,15,0,6186,0,0,1), + (51711,5359,1,0,0,-4687.48,2373.3,-0.205117,0.089548,600,600,15,0,6186,0,0,1), + (51712,5359,1,0,0,-5049.51,2251.65,-6.02536,0.704494,600,600,15,0,6186,0,0,1), + (51713,5359,1,0,0,-5127,2210.42,4.5485,5.91595,600,600,15,0,6186,0,0,1), + (51714,5360,1,0,0,-3916.23,2929.61,11.2884,1.62944,600,600,30,0,2197,3280,0,1), + (51715,5360,1,0,0,-4820.05,2444.16,-38.08,0.776414,600,600,15,0,2197,3280,0,1), + (51716,5360,1,0,0,-4157.29,2651.17,-10.5267,3.37984,600,600,15,0,2197,3280,0,1), + (51717,5360,1,0,0,-5445.28,2314.52,1.54616,4.52853,600,600,15,0,2197,3280,0,1), + (51718,5360,1,0,0,-4640.77,2375.1,-4.06865,6.04881,600,600,15,0,2197,3280,0,1), + (51719,5360,1,0,0,-4817.68,2297.86,-8.56885,1.67455,600,600,15,0,2197,3280,0,1), + (51720,5360,1,0,0,-5249.47,2187.02,0.885035,1.08049,600,600,15,0,2197,3280,0,1), + (51721,5361,1,0,0,-5236.88,2307.02,-40.2776,0.013242,600,600,15,0,5970,0,0,1), + (51722,5361,1,0,0,-3963.91,2821.13,10.0405,0.422607,600,600,30,0,5970,0,0,1), + (51723,5361,1,0,0,-4526.45,2360.21,-1.40238,4.42106,600,600,15,0,5970,0,0,1), + (51724,5361,1,0,0,-5048.25,2190.16,10.4879,1.39295,600,600,15,0,5970,0,0,1), + (51725,5362,1,0,0,-3105.17,2813.53,80.3285,4.13397,300,300,15,0,2062,1695,0,1), + (51726,5362,1,0,0,-2874.77,2652.08,73.0903,3.14138,300,300,15,0,2062,1695,0,1), + (51727,5362,1,0,0,-3083.46,2654.63,53.8049,2.7794,300,300,15,0,2062,1695,0,1), + (51728,5362,1,0,0,-3031.27,2660.33,57.7634,1.6062,300,300,15,0,2062,1695,0,1), + (51729,5362,1,0,0,-3090.12,2781.57,70.9312,0.575489,300,300,15,0,2062,1695,0,1), + (51730,5362,1,0,0,-3052.48,2612.94,42.4532,4.66745,300,300,15,0,2062,1695,0,1), + (51731,5362,1,0,0,-2919.32,2553.76,49.8155,4.76713,300,300,15,0,2062,1695,0,1), + (51732,5362,1,0,0,-2986.52,2649.18,55.9092,3.43185,300,300,15,0,2062,1695,0,1), + (51733,5363,1,0,0,-3090.33,2839.76,89.4119,4.0224,300,300,15,0,2062,1695,0,1), + (51734,1795,0,0,0,1291.96,-1476.07,55.5169,2.4352,315,315,5,0,2823,2117,0,1), + (51735,1787,0,0,0,1288.89,-1550.19,59.3581,2.42207,315,315,0,0,3293,0,0,0), + (51736,1789,0,0,0,1568.71,-1418.27,65.2315,2.07533,315,315,10,0,2823,2117,0,1), + (51737,1795,0,0,0,1593.07,-1551.77,62.0161,5.48979,315,315,3,0,2823,2117,0,1), + (51738,1794,0,0,0,1588.34,-1660.22,63.9201,5.02179,315,315,3,0,2634,2041,0,1), + (51739,1794,0,0,0,1419.89,-1414.38,55.6373,1.93744,315,315,10,0,2634,2041,0,1), + (51740,1789,0,0,0,1414.85,-1712.12,70.0552,1.85413,315,315,5,0,2823,2117,0,1), + (51741,1832,0,0,0,2963.03,-1587.98,160.476,5.53269,315,315,0,0,5667,5206,0,0), + (51742,1832,0,0,0,2991.08,-1596.67,184.632,2.98451,315,315,0,0,5667,5206,0,0), + (51743,1883,0,0,0,2975.34,-1494.16,147.225,3.87463,315,315,0,0,3529,0,0,0), + (51744,1827,0,0,0,2939.61,-1633.49,147.247,2.43676,315,315,5,0,7842,0,0,1), + (51745,1827,0,0,0,2896.49,-1517.91,146.048,4.83456,315,315,0,0,7842,0,0,0), + (51746,1834,0,0,0,2817.99,-1407.9,147.731,6.0912,315,315,0,0,6273,2117,0,0), + (51747,10608,0,0,0,2787.08,-1442.82,146.47,4.65285,315,315,3,0,6863,10026,0,1), + (51748,1834,0,0,0,2978.85,-1608,157.603,1.6057,315,315,0,0,6273,2117,0,0), + (51749,1834,0,0,0,2926.71,-1370.37,152.02,2.16393,315,315,5,0,6273,2117,0,1), + (51750,1832,0,0,0,2921.04,-1519.27,147.364,5.72534,315,315,0,0,5667,5206,0,0), + (51752,5363,1,0,0,-3113.84,2761.32,72.1997,4.88783,300,300,15,0,2062,1695,0,1), + (51753,5363,1,0,0,-2926.16,2788.34,80.3063,5.81693,300,300,15,0,2062,1695,0,1), + (51754,5363,1,0,0,-2849.43,2680.05,72.8693,4.67024,300,300,15,0,2062,1695,0,1), + (51755,5363,1,0,0,-2947.04,2517.57,36.3828,0.264972,300,300,15,0,2062,1695,0,1), + (51756,5363,1,0,0,-3033.22,2554.13,38.2618,1.39409,300,300,15,0,2062,1695,0,1), + (51757,5364,1,0,0,-3049.38,2784.74,64.5796,4.49364,300,300,15,0,2138,1750,0,1), + (51758,5364,1,0,0,-3044.58,2740.72,59.6628,5.71792,300,300,15,0,2138,1750,0,1), + (51759,5364,1,0,0,-3104.52,2805.94,79.3285,5.08915,300,300,15,0,2138,1750,0,1), + (51760,5364,1,0,0,-2926.64,2815.13,73.5344,2.81892,300,300,15,0,2138,1750,0,1), + (51761,5364,1,0,0,-2836.57,2699.75,72.3785,4.66191,300,300,15,0,2138,1750,0,1), + (51762,5364,1,0,0,-2984.34,2621.84,53.032,1.744,300,300,15,0,2138,1750,0,1), + (51763,5364,1,0,0,-2887.01,2751.6,75.2553,2.35625,300,300,15,0,2138,1750,0,1), + (51764,5366,1,0,0,-3012.9,2784.02,53.6183,1.87419,300,300,15,0,2138,1750,0,1), + (51765,5366,1,0,0,-3038.06,2669.45,56.3983,4.80223,300,300,15,0,2138,1750,0,1), + (51766,5366,1,0,0,-3083.73,2717.74,59.204,0.882936,300,300,15,0,2138,1750,0,1), + (51767,5366,1,0,0,-3029.46,2762.08,55.2349,3.18161,300,300,15,0,2138,1750,0,1), + (51768,5366,1,0,0,-2971.34,2721.16,52.4896,5.76973,300,300,15,0,2138,1750,0,1), + (51769,5366,1,0,0,-3019.67,2702.58,55.9673,5.38729,300,300,15,0,2138,1750,0,1), + (51770,5366,1,0,0,-2950.55,2636.36,57.2984,4.2816,300,300,0,0,2138,1750,0,0), + (51771,5366,1,0,0,-2971.26,2764.84,51.7845,2.5563,300,300,15,0,2138,1750,0,1), + (51772,5366,1,0,0,-2955.1,2749.51,52.614,4.13336,300,300,15,0,2138,1750,0,1), + (51773,5366,1,0,0,-2944.32,2753.53,52.114,0.381569,300,300,15,0,2138,1750,0,1), + (51774,5366,1,0,0,-3012.5,2754.17,52.5321,3.97457,300,300,15,0,2138,1750,0,1), + (51775,5366,1,0,0,-2919.9,2687.7,67.2096,1.57275,300,300,3,0,2138,1750,0,1), + (51776,5366,1,0,0,-3014.73,2680.07,58.0813,5.1904,300,300,15,0,2138,1750,0,1), + (51777,5366,1,0,0,-2885.58,2722.42,74.0792,1.40796,300,300,10,0,2138,1750,0,1), + (51778,5366,1,0,0,-2904.31,2707.1,71.8951,2.36241,300,300,15,0,2138,1750,0,1), + (51779,5881,1,0,0,-5499.35,1588.97,39.1662,1.1006,300,300,0,0,3800,0,0,0), + (51780,9467,1,0,0,-2853.88,2340.59,39.8609,3.59538,300,300,0,0,3517,0,0,0), + (51781,9299,1,0,0,-6948.18,-3939.48,31.4876,1.98427,430,430,0,0,3986,0,0,0), + (51782,14473,1,0,0,-8101.44,342.107,-37.6534,3.27492,43200,43200,5,0,12208,0,0,1), + (51783,11730,1,0,0,-8285.05,426.974,-89.7966,2.66486,300,300,3,0,8883,0,0,1), + (51784,11730,1,0,0,-8230.25,363.893,-88.3284,2.76503,300,300,5,0,8883,0,0,1), + (51785,11730,1,0,0,-8279.18,357.264,-95.3615,2.92785,300,300,3,0,8883,0,0,1), + (51786,11730,1,0,0,-8180.74,411.391,-80.3843,0.187484,300,300,3,0,8883,0,0,1), + (51787,11730,1,0,0,-8120.49,386.97,-68.6953,2.80834,300,300,5,0,8883,0,0,1), + (51788,11731,1,0,0,-8171.47,424.943,-80.5953,3.28122,300,300,3,0,8883,0,0,1), + (51789,11731,1,0,0,-8296.38,480.803,-74.695,2.26893,300,300,3,0,8883,0,0,1), + (51790,11732,1,0,0,-8295.06,378.225,-94.8111,4.30701,300,300,3,0,8883,0,0,1), + (51791,11732,1,0,0,-8241.77,446.978,-79.8471,1.28051,300,300,3,0,8883,0,0,1), + (51792,11732,1,0,0,-8168.13,372.277,-78.7163,2.71947,300,300,3,0,8883,0,0,1), + (51793,11732,1,0,0,-8269.72,484.756,-76.3614,5.88583,300,300,3,0,8883,0,0,1), + (51794,11733,1,0,0,-8230.33,396.068,-83.1144,2.60648,300,300,3,0,8883,0,0,1), + (51795,11733,1,0,0,-8327.71,369.679,-89.7271,0.021024,300,300,3,0,8883,0,0,1), + (51796,11733,1,0,0,-8083.94,356.977,-34.9322,0.457524,300,300,5,0,8883,0,0,1), + (51797,11733,1,0,0,-8287.45,398.209,-92.5784,6.06426,300,300,5,0,8883,0,0,1), + (51798,11733,1,0,0,-8221.74,340.17,-92.3752,5.53214,300,300,5,0,8883,0,0,1), + (51799,11733,1,0,0,-8273.11,541.472,-84.9831,2.85675,300,300,3,0,8883,0,0,1), + (51800,11734,1,0,0,-8352.79,371.046,-89.4943,2.00665,300,300,3,0,11844,0,0,1), + (51801,11734,1,0,0,-8267.37,314.835,-102.019,2.33967,300,300,3,0,11844,0,0,1), + (51802,11734,1,0,0,-8244.46,341.037,-90.4684,4.49899,300,300,5,0,11844,0,0,1), + (51803,11734,1,0,0,-8146.03,340.089,-39.2861,4.60054,300,300,5,0,11844,0,0,1), + (51804,11734,1,0,0,-8287.33,557.789,-85.3336,0.855462,300,300,3,0,11844,0,0,1), + (51805,11734,1,0,0,-8289.36,538.046,-85.4889,1.31642,300,300,3,0,11844,0,0,1), + (51806,11734,1,0,0,-8254.94,390.324,-88.9214,0.36578,300,300,3,0,11844,0,0,1), + (51807,5809,1,0,0,-226.809,-5093.53,41.3468,4.39915,9900,9900,0,0,174,0,0,0), + (51808,5835,1,0,0,1060.82,-3089.71,105.229,4.64184,9900,9900,0,0,314,0,0,2), + (51809,3295,1,0,0,1137.34,-3208.02,92.0158,3.63731,9900,9900,0,0,449,0,0,0), + (51810,5865,1,0,0,542.377,-2402.82,91.7917,1.32864,9900,9900,3,0,273,0,0,1), + (51811,3672,1,0,0,-677.775,-2348.93,18.8394,1.20386,9900,9900,0,0,1927,490,0,0), + (51812,5864,1,0,0,-1439.23,-1506.82,92.5667,3.62681,43200,43200,0,0,1686,0,0,0), + (51813,5834,1,0,0,-2685.14,-1940.75,98.2187,3.55377,9900,9900,0,0,622,982,0,0), + (51814,3253,1,0,0,-3122.22,-1741.87,92.0056,2.34818,9900,9900,0,0,664,0,0,0), + (51815,5827,1,0,0,-3330.11,-2168.02,91.6684,4.30452,43200,43200,0,0,3200,0,0,0), + (51816,5832,1,0,0,-3671.82,-2145.76,93.9451,2.78478,9900,9900,0,0,664,0,0,0), + (51817,5847,1,0,0,-4041.05,-2140.55,90.0779,3.53562,9900,9900,0,0,585,0,0,0), + (51818,7895,1,0,0,-4518.3,-2214.41,94.1101,4.83938,9900,9900,0,0,3150,2194,0,0), + (51819,5848,1,0,0,-4084.18,-2403.32,125.299,1.99624,9900,9900,0,0,713,0,0,0), + (51820,5851,1,0,0,-4040.98,-2383.34,125.299,1.98446,43200,43200,0,0,2400,0,0,0), + (51821,5934,1,0,0,-5210.56,-1201.73,46.1233,4.18436,43200,43200,0,0,3171,0,0,0), + (51822,14427,1,0,0,-5446.46,-2880.48,-51.3781,1.17328,9900,9900,0,0,896,0,0,0), + (51823,5937,1,0,0,-6105.79,-3537.57,-58.7501,1.44973,43200,43200,30,0,3660,0,0,1), + (51824,5935,1,0,0,-6266.18,-4269.81,-58.75,5.7655,43200,43200,0,0,4008,0,0,0), + (51825,8208,1,0,0,-7406.35,-3828.79,9.63658,2.81239,9900,9900,0,0,2059,0,0,0), + (51826,454,0,0,0,-9846.52,1311.93,44.5084,5.51988,300,300,5,0,247,0,0,1), + (51827,8207,1,0,0,-7532.62,-3626.84,10.3282,2.11731,9900,9900,0,0,2399,0,0,0), + (51828,8199,1,0,0,-6874.17,-2895.55,9.76224,4.69274,43200,43200,0,0,5544,0,0,0), + (51829,8200,1,0,0,-7007.29,-2742.31,10.3951,3.86336,43200,43200,0,0,4605,3174,0,0), + (51830,8204,1,0,0,-7932,-2569.26,8.79678,2.98372,9900,9900,0,0,2768,0,0,0), + (51831,8201,1,0,0,-8431.95,-2890.55,8.62454,4.42492,9900,9900,0,0,2768,0,0,0), + (51832,8202,1,0,0,-8390.99,-3065.61,8.62665,0.639302,9900,9900,0,0,1804,4140,0,0), + (51833,8205,1,0,0,-9269.3,-3896.64,10.1017,3.20755,9900,9900,0,0,2769,0,0,0), + (51834,8203,1,0,0,-8115.78,-5270.91,1.67574,5.1899,9900,9900,0,0,2487,0,0,0), + (51835,14474,1,0,0,-7381.48,1805.67,-32.5482,1.35315,43200,43200,0,0,8883,0,0,0), + (51836,14475,1,0,0,-6611.16,943.311,-52.696,1.90135,43200,43200,0,0,8352,0,0,0), + (51837,14476,1,0,0,-6346.24,335.595,8.96532,6.11109,9900,9900,0,0,3508,0,0,0), + (51838,14471,1,0,0,-7970.9,1507.22,-1.55487,3.46744,86400,86400,0,0,31440,0,0,2), + (51839,5352,1,0,0,-5120.65,1308.87,37.6403,0.760874,9900,9900,0,0,2574,0,0,0), + (51840,5347,1,0,0,-5802.39,1577.41,73.785,0.756947,9900,9900,0,0,2578,0,0,2), + (51841,5346,1,0,0,-5188.99,1825.25,115.762,4.31204,9900,9900,3,0,2578,0,0,1), + (51842,5354,1,0,0,-5017.11,632.497,34.6469,4.09332,9900,9900,0,0,5346,0,0,0), + (51843,5345,1,0,0,-4748.69,2897.92,-39.7154,1.49365,9900,9900,0,0,2217,0,0,0), + (51844,5349,1,0,0,-3525.88,2328.92,63.964,2.02379,9900,9900,0,0,2672,0,0,0), + (51845,3056,1,0,0,-1137.51,343.723,20.3567,6.16915,9900,9900,0,0,247,0,0,0), + (51846,14229,1,0,0,-117.75,2337.5,-24.0244,6.12535,9900,9900,0,0,1342,0,0,0), + (51847,14228,1,0,0,-414.566,1477.82,90.7611,4.68571,9900,9900,0,0,1279,0,0,0), + (51848,14225,1,0,0,-184.959,684.984,91.3339,2.56435,9900,9900,0,0,1221,0,0,0), + (51849,14227,1,0,0,-1049.27,1856.88,63.727,4.44931,9900,9900,0,0,1603,0,0,0), + (51850,14226,1,0,0,-2130.13,1933.63,62.932,4.77918,9900,9900,0,0,1752,0,0,0), + (51851,6648,1,0,0,3512.53,-4118.76,103.765,0.553323,9900,9900,0,0,2769,0,0,0), + (51852,6649,1,0,0,3458.51,-5071.87,84.7132,4.53136,9900,9900,0,0,2384,1864,0,0), + (51853,6650,1,0,0,3517.3,-5371.97,107.517,6.07781,9900,9900,0,0,2979,0,0,0), + (51855,6647,1,0,0,4297.21,-6241.33,107.229,4.71908,9900,9900,0,0,3082,0,0,0), + (51856,1795,0,0,0,1252.9,-1347.71,50.8574,0.59656,315,315,10,0,2823,2117,0,1), + (51858,6652,1,0,0,4521.84,-6398.31,125.474,5.28142,9900,9900,0,0,3082,0,0,0), + (51862,6646,1,0,0,4483.47,-7141.17,108.877,3.90305,43200,43200,0,0,7599,0,0,0), + (51863,10647,1,0,0,2891.33,-2802.77,207.608,0.0565043,9900,9900,0,0,1332,1169,0,0), + (51864,1794,0,0,0,1481.72,-1583.72,67.5162,0.731501,315,315,10,0,2634,2041,0,1), + (51869,12037,1,0,0,2808.17,-3107.65,177.759,6.09464,9900,9900,0,0,1257,0,0,0), + (51870,3792,1,0,0,3153.17,-1163.86,216.912,5.14352,9900,9900,0,0,1162,0,0,0), + (51872,2914,309,0,0,-11576.4,-1488.76,56.2523,5.74114,7200,7200,5,0,8,0,0,1), + (51873,11368,309,0,0,-11564.6,-1736.66,39.1476,0.226893,7200,7200,0,0,6104,0,0,0), + (51874,11368,309,0,0,-11553.9,-1740.82,38.8256,4.4425,7200,7200,5,0,6104,0,0,1), + (51875,11351,309,0,0,-11652.1,-1453.79,59.4568,5.5676,7200,7200,0,0,21364,0,0,0), + (51878,11997,30,0,0,790.362,-498.31,99.665,0.479081,490,490,0,0,3857,0,0,0), + (51879,11998,30,0,0,-856.522,-571.15,57.724,3.70866,490,490,0,0,3857,0,0,0), + (51880,11830,309,0,0,-11646,-1460.02,62.202,2.21657,7200,7200,0,0,17094,12170,0,0), + (51881,11372,309,0,0,-11533.1,-1512.37,63.3527,5.98368,7200,7200,5,0,15260,0,0,1), + (51882,10641,1,0,0,3000.23,-928.611,196.156,1.72311,9900,9900,0,0,1881,0,0,0), + (51883,3773,1,0,0,2232.73,144.665,115.171,2.16137,9900,9900,0,0,684,693,0,0), + (51884,10643,1,0,0,3030.43,582.659,6.15439,3.71646,9900,9900,0,0,907,0,0,0), + (51885,10644,1,0,0,3253.97,493.319,-0.0726189,5.05556,9900,9900,0,0,573,0,0,0), + (51887,10559,1,0,0,4121.79,1130.64,2.61615,2.26975,9900,9900,0,0,508,545,0,0), + (51888,5916,1,0,0,2427.03,1524.3,270.621,5.08935,43200,43200,0,0,2367,732,0,0), + (51889,4030,1,0,0,699.81,1758.93,-17.8566,3.10524,9900,9900,0,0,1002,0,0,0), + (51890,10202,1,0,0,5986.52,-5055.29,795.339,0.409894,43200,43200,0,0,8883,0,0,2), + (51891,10196,1,0,0,6175.73,-4245.79,653.705,2.09427,43200,43200,5,0,8352,0,0,1), + (51892,10200,1,0,0,8021.76,-3946.8,687.148,6.22522,9900,9900,0,0,3758,0,0,2), + (51893,14342,1,0,0,3565.93,-1103.12,221.943,1.35082,9900,9900,0,0,2865,0,0,0), + (51894,14340,1,0,0,3866.84,-672.535,328.788,3.99761,9900,9900,0,0,3293,0,0,0), + (51895,14344,1,0,0,4250.07,-781.841,262.327,0.233983,28800,28800,5,0,3322,0,0,1), + (51896,14345,1,0,0,5220.47,-785.919,346.773,0.676159,9900,9900,0,0,2979,0,0,0), + (51897,14343,1,0,0,5875.65,-1242.83,403.304,5.35714,9900,9900,0,0,3082,0,0,0), + (51898,7104,1,0,0,6277.47,-1679.4,432.518,4.50105,43200,43200,0,0,6477,2163,0,0), + (51899,7015,1,0,0,5381.46,534.734,1.61544,2.69778,9900,9900,0,0,356,0,0,2), + (51900,2186,1,0,0,5863.11,311.4,20.81,0.333024,9900,9900,0,0,356,0,0,0), + (51902,12048,30,0,0,69.1432,-260.316,19.1267,5.57513,430,430,5,0,2633,0,0,1), + (51903,12048,30,0,0,30.5624,-280.424,16.3309,1.47928,430,430,5,0,2633,0,0,1), + (51904,12048,30,0,0,-98.8988,-209.627,13.3544,5.42445,430,430,5,0,2633,0,0,1), + (51905,12048,30,0,0,-107.526,-192.838,13.3544,1.7072,430,430,5,0,2633,0,0,1), + (51906,12048,30,0,0,-0.105013,-289.288,15.5624,6.1383,430,430,5,0,2633,0,0,1), + (51907,12048,30,0,0,-2.10422,-303.84,15.5639,6.10219,430,430,5,0,2633,0,0,1), + (51908,12048,30,0,0,25.7416,-318.447,16.3854,0.756915,430,430,5,0,2633,0,0,1), + (51909,12048,30,0,0,-112.719,-202.782,13.3544,3.97307,430,430,5,0,2633,0,0,1), + (51910,12048,30,0,0,-55.7961,-350.251,11.9957,3.45456,430,430,5,0,2633,0,0,1), + (51911,12050,30,0,0,-46.1047,-277.776,15.5645,1.36669,430,430,0,0,2823,0,0,0), + (51912,12050,30,0,0,-29.4629,-280.476,15.5645,1.47032,430,430,0,0,2823,0,0,0), + (51913,12050,30,0,0,-7.22618,-289.707,15.5641,4.65556,430,430,0,0,2823,0,0,0), + (51914,12050,30,0,0,-49.9033,-299.553,15.5645,4.57782,430,430,0,0,2823,0,0,0), + (51915,12050,30,0,0,-9.20146,-300.879,15.5641,1.43395,430,430,0,0,2823,0,0,0), + (51916,12050,30,0,0,-33.2382,-302.798,15.5645,4.49147,430,430,0,0,2823,0,0,0), + (51917,12050,30,0,0,-49.6288,-288.507,15.5645,6.05312,430,430,0,0,2823,0,0,0), + (51918,12051,30,0,0,-554.933,-174.876,57.9563,0.465655,430,430,0,0,2450,0,0,0), + (51919,12051,30,0,0,-536.28,-182.784,57.9519,4.85222,430,430,0,0,2450,0,0,0), + (51920,12051,30,0,0,-524.859,-159.15,57.9469,0.461474,430,430,0,0,2450,0,0,0), + (51921,12051,30,0,0,-504.289,-187.986,57.8778,5.87226,430,430,0,0,2450,0,0,0), + (51922,12051,30,0,0,-555.052,-160.853,57.9569,5.95878,430,430,0,0,2450,0,0,0), + (51923,12051,30,0,0,-545.042,-150.999,57.9568,4.92368,430,430,0,0,2450,0,0,0), + (51924,12052,30,0,0,-461.106,-355.693,31.0315,5.24885,430,430,5,0,2579,0,0,1), + (51925,12052,30,0,0,-491.932,-338.25,32.315,2.65704,430,430,5,0,2579,0,0,1), + (51926,12053,30,0,0,-1286.08,-292.165,89.4414,0.13892,430,430,0,0,2046,0,0,0), + (51927,12053,30,0,0,-1209.79,-258.971,72.807,6.04762,430,430,0,0,2046,0,0,0), + (51928,12053,30,0,0,-1419.36,-322.491,89.0562,0.54054,430,430,0,0,2046,0,0,0), + (51929,12053,30,0,0,-1336.7,-292.145,90.9146,3.28446,430,430,0,0,2046,0,0,0), + (51930,12053,30,0,0,-1290.83,-267.808,114.151,0.155989,430,430,0,0,2046,0,0,0), + (51931,12053,30,0,0,-1159.49,-356.846,51.8699,0.276326,430,430,0,0,2046,0,0,0), + (51932,12053,30,0,0,-1304.12,-270.546,114.139,3.52747,430,430,0,0,2046,0,0,0), + (51933,12053,30,0,0,-1421.74,-318.38,89.1177,0.516545,430,430,0,0,2046,0,0,0), + (51934,12053,30,0,0,-500.359,-177.578,57.8746,5.89323,430,430,0,0,2046,0,0,0), + (51935,12053,30,0,0,-1162.4,-352.024,51.857,3.45484,430,430,0,0,2046,0,0,0), + (51936,12053,30,0,0,-1304.99,-265.518,114.151,3.2484,430,430,0,0,2046,0,0,0), + (51937,12053,30,0,0,-1222.15,-362.484,57.8358,4.79095,430,430,0,0,2046,0,0,0), + (51938,12053,30,0,0,-1357.27,-289.823,91.5309,5.21118,430,430,0,0,2046,0,0,0), + (51939,12053,30,0,0,-1161.1,-348.035,52.0591,6.07008,430,430,0,0,2046,0,0,0), + (51940,12053,30,0,0,-1314.1,-265.656,91.6178,3.33955,430,430,0,0,2046,0,0,0), + (51941,12053,30,0,0,-1217.35,-361.464,57.2907,4.81431,430,430,0,0,2046,0,0,0), + (51942,12053,30,0,0,-1207.97,-249.112,73.0852,5.84621,430,430,0,0,2046,0,0,0), + (51943,12053,30,0,0,-1237.73,-330.627,59.7856,0.853857,430,430,0,0,2046,0,0,0), + (51944,12053,30,0,0,-1312.64,-276.64,91.2948,3.51738,430,430,0,0,2046,0,0,0), + (51945,12053,30,0,0,-1344.07,-284.766,91.1725,4.98263,430,430,0,0,2046,0,0,0), + (51946,11371,309,0,0,-11536.9,-1511.2,62.9404,6.03434,7200,7200,5,0,15260,0,0,1), + (51947,11352,309,0,0,-11871.3,-1811.38,51.1542,3.15686,7200,7200,5,0,48555,0,0,2), + (51948,11352,309,0,0,-11721.2,-1349.94,62.3459,5.45638,7200,7200,5,0,48555,0,0,2), + (51949,11372,309,0,0,-11615.8,-1847.66,41.4099,1.0472,7200,7200,0,0,15260,0,0,0), + (51950,11372,309,0,0,-11615.4,-1851.05,42.0551,3.94444,7200,7200,0,0,15260,0,0,0), + (51951,11372,309,0,0,-11637,-1489.19,45.4126,3.07178,7200,7200,0,0,15260,0,0,0), + (51952,11371,309,0,0,-11647.5,-1496.57,43.8596,5.72468,7200,7200,0,0,15260,0,0,0), + (51953,11361,309,0,0,-11940.9,-1763.15,52.483,0.453786,7200,7200,0,0,9156,0,0,0), + (51954,11361,309,0,0,-11939.3,-1750.69,52.8272,0.017453,7200,7200,0,0,9156,0,0,0), + (51955,15043,309,0,0,-11900.7,-1739.61,13.883,4.13643,7200,7200,5,0,9156,0,0,1), + (51956,15043,309,0,0,-11906.2,-1729.76,13.6116,4.81711,7200,7200,5,0,9156,0,0,1), + (51957,15043,309,0,0,-11908.1,-1738.33,14.5083,1.46608,7200,7200,5,0,9156,0,0,1), + (51960,15043,309,0,0,-11901.3,-1733.02,13.3616,3.01942,7200,7200,5,0,9156,0,0,1), + (51961,15043,309,0,0,-11896.4,-1739.52,13.1136,1.81514,7200,7200,5,0,9156,0,0,1), + (51962,11352,309,0,0,-12174.3,-1681.34,100.199,6.27537,7200,7200,5,0,48555,0,0,2), + (51963,11374,309,0,0,-11895.7,-1473.57,2.47185,1.44862,7200,7200,0,0,9156,0,0,0), + (51964,11374,309,0,0,-11819.9,-1448.73,-11.6653,0.506145,7200,7200,0,0,9156,0,0,0), + (51965,11356,309,0,0,-12391.7,-1850.09,129.413,0.977384,7200,7200,0,0,31440,0,0,0), + (51966,11356,309,0,0,-12389.4,-1847.39,129.877,3.94444,7200,7200,0,0,31440,0,0,0), + (51967,14821,309,0,0,-12245.9,-1903.01,131.051,1.81514,7200,7200,0,0,15260,0,0,0), + (51968,14821,309,0,0,-12238.6,-1901.74,131.191,1.74533,7200,7200,0,0,15260,0,0,0), + (51969,14821,309,0,0,-12241.4,-1896.13,133.204,5.70723,7200,7200,0,0,15260,0,0,0), + (51970,14821,309,0,0,-12391,-1837.95,132.299,3.7001,7200,7200,0,0,15260,0,0,0), + (51971,14821,309,0,0,-12401.5,-1839.05,134.551,2.00162,7200,7200,5,0,15260,0,0,1), + (51972,14821,309,0,0,-12402.3,-1830.9,132.908,4.95342,7200,7200,5,0,15260,0,0,1), + (51973,11356,309,0,0,-12294.9,-1902.03,130.362,2.14675,7200,7200,0,0,31440,0,0,0), + (51974,11356,309,0,0,-12284,-1891.46,131.061,2.51327,7200,7200,0,0,31440,0,0,0), + (51975,11353,309,0,0,-12393.2,-1940.51,132.513,2.05949,7200,7200,0,0,18312,0,0,0), + (51976,11353,309,0,0,-12394.8,-1936.3,133.142,5.11381,7200,7200,0,0,18312,0,0,0), + (51977,14821,309,0,0,-12299.2,-1850.66,131.406,4.34587,7200,7200,0,0,15260,0,0,0), + (51978,14821,309,0,0,-12147.3,-1941.83,134.184,5.14872,7200,7200,0,0,15260,0,0,0), + (51979,14821,309,0,0,-12154.6,-1967.22,132.775,3.01942,7200,7200,0,0,15260,0,0,0), + (51980,14821,309,0,0,-12156.3,-1943.35,134.124,4.01426,7200,7200,0,0,15260,0,0,0), + (51981,3414,1,0,0,-4076.99,-2361.79,108.909,5.19129,180,180,0,0,1002,0,0,0), + (51984,1756,0,0,0,-8422.23,335.737,120.887,3.46146,430,430,0,0,6209,0,0,0), + (51985,11830,309,0,0,-12323.9,-1883.92,131.513,5.04798,7200,7200,5,0,17094,12170,0,1), + (51986,11830,309,0,0,-12328.2,-1865.28,130.382,5.23959,7200,7200,5,0,17094,12170,0,1), + (51987,12121,30,0,0,-1365.91,-206.219,99.3697,4.54451,1785,1785,0,0,6986,0,0,0), + (51988,12122,30,0,0,-1380.94,-211.844,99.3701,5.35004,1785,1785,0,0,6986,0,0,0), + (51989,1789,0,0,0,1478.77,-1367.29,62.0536,0.714409,315,315,5,0,2823,2117,0,1), + (51990,1787,0,0,0,1326.1,-1496.87,59.027,2.15011,315,315,0,0,3293,0,0,0), + (51991,1787,0,0,0,1385.2,-1615.37,64.7159,6.17018,315,315,5,0,3293,0,0,1), + (51992,1787,0,0,0,1406.93,-1381.47,54.0003,3.24527,315,315,10,0,3293,0,0,1), + (51993,1794,0,0,0,1547.83,-1497.26,65.6127,4.20477,315,315,0,0,2634,2041,0,0), + (51994,1794,0,0,0,1254.36,-1480.38,60.5548,4.16541,315,315,3,0,2634,2041,0,1), + (51995,1794,0,0,0,1409.3,-1480.49,53.99,3.00166,315,315,5,0,2634,2041,0,1), + (51996,1787,0,0,0,1429.8,-1290.16,61.0407,6.0019,315,315,3,0,3293,0,0,1), + (51997,1834,0,0,0,2967.09,-1391.96,152.02,4.50306,315,315,5,0,6273,2117,0,1), + (51998,1832,0,0,0,2927.64,-1525.16,147.351,5.85067,315,315,0,0,5667,5206,0,0), + (51999,1834,0,0,0,2977.87,-1453.44,146.015,6.17928,315,315,0,0,6273,2117,0,0), + (52000,1834,0,0,0,2897.38,-1513.55,145.769,1.51844,315,315,0,0,6273,2117,0,0), + (52001,1827,0,0,0,2939,-1384.46,152.103,5.0091,315,315,0,0,7842,0,0,0), + (52002,1883,0,0,0,3001.95,-1514.26,145.8,2.80998,315,315,0,0,3529,0,0,0), + (52003,1883,0,0,0,3067.33,-1526.43,150.066,2.60054,315,315,0,0,3529,0,0,0), + (52004,1834,0,0,0,2981.4,-1448.04,146.015,2.65929,315,315,0,0,6273,2117,0,0), + (52005,1836,0,0,0,2941.6,-1398.7,166.027,3.94444,660,660,0,0,8097,0,0,0), + (52006,1883,0,0,0,3071.48,-1528.21,149.819,2.97615,315,315,3,0,3529,0,0,1), + (52007,1789,0,0,0,1351.07,-1557.44,59.7066,4.91094,315,315,0,0,2823,2117,0,0), + (52008,1787,0,0,0,1555.33,-1650.76,68.328,4.37776,315,315,10,0,3293,0,0,1), + (52009,2191,1,0,0,6744.63,-48.9706,42.9454,5.36814,9900,9900,0,0,263,710,0,0), + (52010,7016,1,0,0,7397.51,-844.687,18.4878,4.60328,9900,9900,15,0,507,545,0,1), + (52033,12127,30,0,0,623.19,-151.593,33.3684,1.59726,430,430,0,0,2809,0,0,0), + (52034,12127,30,0,0,624.473,-232.804,37.4727,0.151753,430,430,0,0,2809,0,0,0), + (52035,12127,30,0,0,723.955,-21.5371,50.6213,3.47103,430,430,0,0,2809,0,0,0), + (52036,12127,30,0,0,637.596,-230.508,37.508,3.31479,430,430,0,0,2809,0,0,0), + (52037,12127,30,0,0,647.042,-108.819,49.5754,2.84764,430,430,0,0,2809,0,0,0), + (52038,12127,30,0,0,637.607,-54.6555,42.2977,2.87433,430,430,0,0,2809,0,0,0), + (52039,12127,30,0,0,660.406,-36.6379,49.5487,3.33393,430,430,0,0,2809,0,0,0), + (52040,12127,30,0,0,656.257,-22.3926,49.5618,3.3598,430,430,0,0,2809,0,0,0), + (52041,12127,30,0,0,645.945,-270.983,30.1329,4.85466,430,430,0,0,2809,0,0,0), + (52042,12127,30,0,0,618.011,-191.652,38.715,0.171264,430,430,0,0,2809,0,0,0), + (52043,12127,30,0,0,646.102,-102.444,49.582,2.96778,430,430,0,0,2809,0,0,0), + (52044,12127,30,0,0,717.607,-0.564321,50.6213,3.63749,430,430,0,0,2809,0,0,0), + (52045,12127,30,0,0,627.704,-272.228,30.1336,4.89551,430,430,0,0,2809,0,0,0), + (52047,12129,249,0,0,-49.9299,-98.0713,-38.5961,6.24828,7200,7200,0,0,76300,0,0,2), + (52051,12129,249,0,0,-62.9558,-98.3516,-38.731,3.19534,7200,7200,0,0,76300,0,0,2), + (52052,12129,249,0,0,-154.478,-210.884,-66.4414,2.70244,7200,7200,0,0,76300,0,0,2), + (52053,12129,249,0,0,-200.143,-212.381,-68.6295,0.855211,7200,7200,0,0,76300,0,0,0), + (52055,454,0,0,0,-9884.56,1053.4,34.3306,1.40688,300,300,5,0,247,0,0,1), + (52059,11356,309,0,0,-12251.9,-1959.7,134.07,0.925025,7200,7200,0,0,31440,0,0,0), + (52065,12159,30,0,0,-124.659,-161.169,15.9046,1.87705,3000,3000,0,0,106606,0,0,0), + (52104,11356,309,0,0,-12258.5,-1954.66,131.734,0.820305,7200,7200,0,0,31440,0,0,0), + (52105,2914,309,0,0,-11646.3,-1581.05,40.9073,2.512,7200,7200,5,0,8,0,0,1), + (52116,2914,309,0,0,-11737.4,-1326.55,63.8004,5.83264,7200,7200,5,0,8,0,0,1), + (52117,454,0,0,0,-9688.97,974.015,37.1433,4.92305,300,300,10,0,247,0,0,1), + (52118,454,0,0,0,-9718.81,956.568,33.7667,5.80119,300,300,5,0,247,0,0,1), + (52119,2914,309,0,0,-12338,-1922.84,132.405,4.57021,7200,7200,5,0,8,0,0,1), + (52120,454,0,0,0,-9775.63,1024.41,32.5054,0.803182,300,300,10,0,247,0,0,1), + (52122,11032,329,0,0,3621.07,-3126.82,135.748,2.18166,604800,604800,0,0,17094,4868,0,0), + (52123,1795,0,0,0,1407.44,-1329.17,59.2991,5.64902,315,315,3,0,2823,2117,0,1), + (52141,11043,329,0,0,3534.16,-3055.25,134.998,5.34333,7200,7200,0,0,8613,0,0,2), + (52142,11043,329,0,0,3473.06,-3093.76,136.629,3.68265,7200,7200,0,0,8613,0,0,0), + (52143,11043,329,0,0,3478.51,-3089.73,136.629,0.610865,7200,7200,0,0,8613,0,0,0), + (52144,11043,329,0,0,3432.97,-3069.64,136.529,5.297,7200,7200,0,0,8613,0,0,2), + (52145,1794,0,0,0,1246.55,-1314.9,56.5861,1.28431,315,315,5,0,2634,2041,0,1), + (52146,14646,329,0,0,3492.34,-3065.4,135.646,4.72984,7200,7200,0,0,42,0,0,0), + (52148,10811,329,0,0,3455.96,-3103.41,136.545,3.29655,604800,604800,0,0,19536,7302,0,0), + (52149,10812,329,0,0,3415.84,-3044.54,136.814,5.42797,604800,604800,0,0,25900,7704,0,0), + (52151,11082,329,0,0,3475.54,-3293.27,132.054,2.00713,604800,604800,0,0,12528,0,0,0), + (52152,10381,329,0,0,3661.44,-3498.43,136.599,3.24898,7200,7200,5,0,8097,0,0,1), + (52153,10381,329,0,0,3666.81,-3513.29,136.923,3.08573,7200,7200,5,0,8097,0,0,1), + (52154,10381,329,0,0,3657.9,-3490.51,136.838,3.2922,7200,7200,5,0,8097,0,0,1), + (52155,10381,329,0,0,3650.12,-3643.09,138.49,1.22656,7200,7200,5,0,8097,0,0,1), + (52156,10381,329,0,0,3636.06,-3636.82,138.218,0.454397,7200,7200,5,0,8097,0,0,1), + (52157,10381,329,0,0,3682.41,-3601.54,137.621,2.18111,7200,7200,5,0,8097,0,0,1), + (52158,10381,329,0,0,3710.51,-3620.16,141.547,0.100955,7200,7200,5,0,8097,0,0,1), + (52159,10381,329,0,0,3539.78,-3343.31,129.697,1.47985,7200,7200,5,0,8097,0,0,1), + (52160,10381,329,0,0,3456.69,-3380.28,139.491,0.128416,7200,7200,5,0,8097,0,0,1), + (52161,10381,329,0,0,3541.29,-3425.16,135.546,2.4321,7200,7200,5,0,8097,0,0,1), + (52162,10381,329,0,0,3597.46,-3472.57,134.946,4.09147,7200,7200,5,0,8097,0,0,1), + (52163,10381,329,0,0,3682.73,-3357.95,127.543,0.76348,7200,7200,5,0,8097,0,0,1), + (52164,10381,329,0,0,3505.27,-3378.88,134.582,0.153494,7200,7200,5,0,8097,0,0,1), + (52165,10381,329,0,0,3560.17,-3312.98,130.42,2.319,7200,7200,5,0,8097,0,0,1), + (52166,10381,329,0,0,3571.87,-3319.62,130.192,2.29236,7200,7200,5,0,8097,0,0,1), + (52167,10381,329,0,0,3474.74,-3300.15,132.174,4.36771,7200,7200,5,0,8097,0,0,1), + (52168,10381,329,0,0,3477.86,-3305.73,130.871,5.1335,7200,7200,5,0,8097,0,0,1), + (52169,10381,329,0,0,3481.05,-3308.16,130.399,1.73816,7200,7200,5,0,8097,0,0,1), + (52170,10381,329,0,0,3682.91,-3292.13,127.906,1.72944,7200,7200,5,0,8097,0,0,1), + (52171,10381,329,0,0,3686.92,-3295.15,128.064,2.60413,7200,7200,5,0,8097,0,0,1), + (52172,10381,329,0,0,3546.78,-3386.96,133.048,4.91979,7200,7200,5,0,8097,0,0,1), + (52173,10381,329,0,0,3736.66,-3256.57,129.281,0.377382,7200,7200,5,0,8097,0,0,1), + (52174,10381,329,0,0,3689.05,-3388.88,131.576,6.22011,7200,7200,5,0,8097,0,0,1), + (52175,10381,329,0,0,3688.14,-3393.81,132.071,0.653204,7200,7200,5,0,8097,0,0,1), + (52176,10381,329,0,0,3701.04,-3390.68,132.005,5.24097,7200,7200,5,0,8097,0,0,1), + (52177,10381,329,0,0,3612.31,-3495.04,136.794,5.95079,7200,7200,5,0,8097,0,0,1), + (52178,1787,0,0,0,1381.27,-1647.94,65.8361,2.43582,315,315,0,0,3293,0,0,0), + (52179,10381,329,0,0,3686.24,-3495.98,134.736,3.12041,7200,7200,5,0,8097,0,0,1), + (52180,10381,329,0,0,3638.63,-3521.61,136.766,0.01085,7200,7200,5,0,8097,0,0,1), + (52181,10381,329,0,0,3635.68,-3525.94,136.988,2.67903,7200,7200,5,0,8097,0,0,1), + (52182,10381,329,0,0,3629.4,-3526.21,137.106,5.41519,7200,7200,5,0,8097,0,0,1), + (52183,10382,329,0,0,3644.79,-3627.93,137.948,1.51418,7200,7200,5,0,7842,0,0,1), + (52184,10382,329,0,0,3689.37,-3607.98,138.397,0.26182,7200,7200,5,0,7842,0,0,1), + (52185,10382,329,0,0,3681.87,-3594.08,137.619,5.50927,7200,7200,5,0,7842,0,0,1), + (52186,10382,329,0,0,3515.04,-3316.57,131.35,4.23023,7200,7200,5,0,7842,0,0,1), + (52187,10382,329,0,0,3506.87,-3323.48,130.974,4.2854,7200,7200,5,0,7842,0,0,1), + (52188,10382,329,0,0,3509.24,-3313.61,130.941,2.70836,7200,7200,5,0,7842,0,0,1), + (52189,10382,329,0,0,3715.07,-3597.51,141.707,2.80487,7200,7200,5,0,7842,0,0,1), + (52190,10382,329,0,0,3534.21,-3345.59,130.653,0.980717,7200,7200,5,0,7842,0,0,1), + (52191,10382,329,0,0,3466.83,-3371.77,137.409,6.20467,7200,7200,5,0,7842,0,0,1), + (52192,10382,329,0,0,3465.73,-3365.42,138.516,0.066769,7200,7200,5,0,7842,0,0,1), + (52193,10382,329,0,0,3471.08,-3369.6,136.485,3.2834,7200,7200,5,0,7842,0,0,1), + (52194,10382,329,0,0,3454.83,-3391.44,140.677,5.42154,7200,7200,5,0,7842,0,0,1), + (52195,10382,329,0,0,3550.21,-3421.96,135.874,4.81375,7200,7200,5,0,7842,0,0,1), + (52196,10382,329,0,0,3542.26,-3419.04,135.031,4.51707,7200,7200,5,0,7842,0,0,1), + (52197,10382,329,0,0,3596.14,-3481.59,135.044,3.87758,7200,7200,5,0,7842,0,0,1), + (52198,10382,329,0,0,3674.54,-3366.41,127.147,1.66585,7200,7200,5,0,7842,0,0,1), + (52199,10382,329,0,0,3667.95,-3359.68,125.976,0.005031,7200,7200,5,0,7842,0,0,1), + (52200,10382,329,0,0,3500.38,-3372.53,135.843,1.34883,7200,7200,5,0,7842,0,0,1), + (52201,10382,329,0,0,3503.38,-3388.27,134.836,3.20638,7200,7200,5,0,7842,0,0,1), + (52202,10382,329,0,0,3562.86,-3324.1,129.675,0.43437,7200,7200,5,0,7842,0,0,1), + (52203,10382,329,0,0,3578.67,-3347.97,129.653,5.12787,7200,7200,5,0,7842,0,0,1), + (52204,10382,329,0,0,3574.97,-3343.18,128.983,4.10899,7200,7200,5,0,7842,0,0,1), + (52205,10382,329,0,0,3569.41,-3346.16,129.924,2.61909,7200,7200,5,0,7842,0,0,1), + (52206,10382,329,0,0,3678.92,-3283.11,127.833,2.06272,7200,7200,5,0,7842,0,0,1), + (52207,10382,329,0,0,3545.27,-3381.85,132.547,0.867061,7200,7200,5,0,7842,0,0,1), + (52208,10382,329,0,0,3554.79,-3369.68,132.578,1.02675,7200,7200,5,0,7842,0,0,1), + (52209,10382,329,0,0,3734.98,-3267.27,129.133,4.71749,7200,7200,5,0,7842,0,0,1), + (52210,10382,329,0,0,3725.71,-3262.73,127.86,3.85656,7200,7200,5,0,7842,0,0,1), + (52211,10382,329,0,0,3631.89,-3492.75,137.014,0.00543,7200,7200,5,0,7842,0,0,1), + (52212,10382,329,0,0,3618.75,-3497.01,137.193,5.60792,7200,7200,5,0,7842,0,0,1), + (52213,10382,329,0,0,3691.93,-3490.7,132.537,6.19207,7200,7200,5,0,7842,0,0,1), + (52214,10382,329,0,0,3698.85,-3494.28,132.122,6.14401,7200,7200,5,0,7842,0,0,1), + (52215,10382,329,0,0,3667.63,-3328.37,123.758,5.9826,7200,7200,5,0,7842,0,0,1), + (52216,10382,329,0,0,3658.89,-3320.39,123.878,1.7659,7200,7200,5,0,7842,0,0,1), + (52217,10382,329,0,0,3664.81,-3319.01,124.366,0.415108,7200,7200,5,0,7842,0,0,1), + (52218,10384,329,0,0,3483.63,-3379.57,135.197,3.12449,7200,7200,5,0,5228,0,0,1), + (52219,10384,329,0,0,3670.38,-3261.41,127.893,4.85202,7200,7200,0,0,5228,0,0,0), + (52220,10384,329,0,0,3704.26,-3408.54,132.106,5.41942,7200,7200,5,0,5228,0,0,1), + (52221,10384,329,0,0,3528.34,-3354.72,132.914,1.43117,7200,7200,0,0,5228,0,0,0), + (52222,10384,329,0,0,3530.04,-3350.78,132.379,3.9619,7200,7200,0,0,5228,0,0,0), + (52223,10384,329,0,0,3480.28,-3302.57,130.583,2.23402,7200,7200,0,0,5228,0,0,0), + (52224,10384,329,0,0,3714.04,-3480.83,129.701,0.876692,7200,7200,5,0,5228,0,0,1), + (52225,10384,329,0,0,3670.07,-3264.18,127.886,1.16937,7200,7200,0,0,5228,0,0,0), + (52227,10384,329,0,0,3697.62,-3374.77,131.246,4.36332,7200,7200,0,0,5228,0,0,0), + (52228,10384,329,0,0,3696.66,-3376.94,131.376,1.0821,7200,7200,0,0,5228,0,0,0), + (52229,10384,329,0,0,3482.35,-3295.59,131.375,5.33953,7200,7200,5,0,5228,0,0,1), + (52233,10384,329,0,0,3683.31,-3327.97,124.96,0.162112,7200,7200,5,0,5228,0,0,1), + (52234,10384,329,0,0,3662.65,-3337.44,123.913,5.27352,7200,7200,5,0,5228,0,0,1), + (52235,10385,329,0,0,3670.07,-3264.18,127.886,1.16937,7200,7200,0,0,5398,0,0,0), + (52238,1794,0,0,0,1288.63,-1308.35,64.2574,3.17025,315,315,0,0,2634,2041,0,0), + (52239,1789,0,0,0,1419.62,-1284.3,68.5218,4.47445,315,315,3,0,2823,2117,0,1), + (52240,1789,0,0,0,1480.88,-1713.67,69.9369,3.20215,315,315,10,0,2823,2117,0,1), + (52241,1795,0,0,0,1312.68,-1545.57,58.6575,3.2497,315,315,10,0,2823,2117,0,1), + (52242,1789,0,0,0,1347.62,-1281.66,56.7077,3.01523,315,315,10,0,2823,2117,0,1), + (52243,1832,0,0,0,2970.82,-1617.53,184.632,1.25664,315,315,0,0,5667,5206,0,0), + (52244,1832,0,0,0,2929.61,-1511.56,147.364,0.189213,315,315,0,0,5667,5206,0,0), + (52245,1827,0,0,0,2940.33,-1388.64,152.103,1.88496,315,315,0,0,7842,0,0,0), + (52246,1834,0,0,0,2949.25,-1428.98,152.02,0.474248,315,315,5,0,6273,2117,0,1), + (52247,1827,0,0,0,2791.21,-1608.97,130.984,4.88692,315,315,0,0,7842,0,0,0), + (52248,10385,329,0,0,3725.91,-3480.77,130.194,2.45175,7200,7200,5,0,5398,0,0,1), + (52249,10385,329,0,0,3534.04,-3430.79,138.082,4.74729,7200,7200,0,0,5398,0,0,0), + (52250,1883,0,0,0,3048.32,-1555.74,148.846,5.02655,315,315,0,0,3529,0,0,0), + (52251,1834,0,0,0,2968.39,-1453.46,146.015,6.05487,315,315,0,0,6273,2117,0,0), + (52252,1883,0,0,0,2889.45,-1547.57,145.804,2.02868,315,315,0,0,3529,0,0,0), + (52253,1883,0,0,0,3010.63,-1566.18,147.831,1.0472,315,315,0,0,3529,0,0,0), + (52254,1883,0,0,0,3115.6,-1540.56,150.447,0.575959,315,315,0,0,3529,0,0,0), + (52255,1789,0,0,0,1463.39,-1596.72,67.8622,4.64653,315,315,0,0,2823,2117,0,0), + (52256,1789,0,0,0,1487.85,-1521.16,56.3268,3.20398,315,315,5,0,2823,2117,0,1), + (52257,1795,0,0,0,1561.41,-1450.29,68.3187,4.14845,315,315,0,0,2823,2117,0,0), + (52258,10385,329,0,0,3629.17,-3536.3,138.541,3.36848,7200,7200,0,0,5398,0,0,0), + (52348,12864,1,0,0,2616.19,-3019,161.171,2.304,120,120,7,1,844,852,0,2), + (52349,6109,1,0,0,2622.22,-5977.93,100.76,4.21209,172800,345600,0,0,916025,0,0,2), + (52350,14888,0,0,0,753.619,-4012,93.043,3.193,172800,345600,0,0,832750,0,0,0), + (52415,15303,0,0,0,-9567.56,-12.4452,63.3276,1.1698,180,180,0,0,2016,0,0,0), + (52416,14833,0,0,0,-9586.38,27.0015,60.2293,4.79912,25,25,0,0,4108,0,0,0), + (52471,1787,0,0,0,1218.57,-1416.66,62.5148,1.32645,315,315,0,0,3293,0,0,0), + (52472,12336,0,0,0,-8498,809.271,96.672,2.26,540,540,0,0,2868,0,0,0), + (52473,1805,0,0,0,1380.2,-1629.36,60.5584,5.78991,660,660,5,0,8097,0,0,2), + (52474,1794,0,0,0,1445.4,-1313.58,61.4974,3.68529,315,315,5,0,2634,2041,0,1), + (52475,1794,0,0,0,1246.74,-1453.32,60.0713,2.93091,315,315,0,0,2634,2041,0,0), + (52476,1789,0,0,0,1482.38,-1489.92,56.7476,2.70526,315,315,0,0,2823,2117,0,0), + (52477,1787,0,0,0,1382.46,-1351.58,53.8061,2.93837,315,315,10,0,3293,0,0,1), + (52496,1789,0,0,0,1576.77,-1624.04,64.3037,1.34921,315,315,10,0,2823,2117,0,1), + (52498,1883,0,0,0,2966.23,-1519.6,146.413,0.994838,315,315,0,0,3529,0,0,0), + (52499,1883,0,0,0,2909.11,-1552.29,145.805,5.19553,315,315,0,0,3529,0,0,0), + (52500,1827,0,0,0,2924.2,-1365.03,176.129,5.61996,315,315,0,0,7842,0,0,0), + (52501,1883,0,0,0,2982.59,-1487.56,147.126,0.558505,315,315,0,0,3529,0,0,0), + (52508,1834,0,0,0,2963.61,-1596.07,150.159,1.62316,315,315,0,0,6273,2117,0,0), + (52509,1834,0,0,0,2821.37,-1415.33,147.731,0.750492,315,315,0,0,6273,2117,0,0), + (52510,1827,0,0,0,2957.01,-1417.22,152.103,2.61799,315,315,0,0,7842,0,0,0), + (52511,1787,0,0,0,1447.88,-1518.1,55.6985,1.91525,315,315,10,0,3293,0,0,1), + (52512,1788,0,0,0,1312.55,-1592.46,61.8881,5.87276,315,315,0,0,8097,0,0,0), + (52513,1789,0,0,0,1382.73,-1415.23,52.7609,0.160284,315,315,5,0,2823,2117,0,1), + (52514,1789,0,0,0,1262.68,-1552.51,59.4525,1.34192,315,315,3,0,2823,2117,0,1), + (52515,1789,0,0,0,1617.33,-1547.77,63.7251,0.056332,315,315,5,0,2823,2117,0,1), + (52516,1794,0,0,0,1514.86,-1518.22,56.846,4.70504,315,315,5,0,2634,2041,0,1), + (52517,1789,0,0,0,1594.82,-1541.78,62.0032,1.77148,315,315,5,0,2823,2117,0,1), + (52542,1787,0,0,0,1327.15,-1253.75,60.0142,2.18618,315,315,10,0,3293,0,0,1), + (52543,1795,0,0,0,1311.41,-1451.09,50.737,2.57377,315,315,5,0,2823,2117,0,1), + (52545,1794,0,0,0,1386.61,-1716.44,68.1558,1.77489,315,315,5,0,2634,2041,0,1), + (52546,1787,0,0,0,1503.93,-1494.04,57.2976,1.99598,315,315,5,0,3293,0,0,1), + (52547,834,0,0,0,-10325.6,876.92,40.066,4.31439,300,300,5,0,198,0,0,1), + (52548,834,0,0,0,-10110.6,939.295,33.7459,5.28008,300,300,10,0,198,0,0,1), + (52549,834,0,0,0,-10279.2,910.686,36.9784,3.18486,300,300,10,0,198,0,0,1), + (52550,833,0,0,0,-9946.2,852.274,32.082,1.10821,300,300,10,0,222,0,0,1), + (52551,834,0,0,0,-10014.1,862.448,33.1132,0.832489,300,300,5,0,198,0,0,1), + (52552,833,0,0,0,-10379.8,837.39,39.0792,4.57726,300,300,10,0,222,0,0,1), + (52553,834,0,0,0,-10387.9,822.711,34.6869,1.60988,300,300,10,0,198,0,0,1), + (52554,834,0,0,0,-10055.5,957.597,37.0503,2.0388,300,300,10,0,198,0,0,1), + (52555,834,0,0,0,-10079,856.851,34.2083,1.4626,300,300,5,0,198,0,0,1), + (52556,834,0,0,0,-9923.83,959.985,35.8598,1.84221,300,300,5,0,198,0,0,1), + (52557,199,0,0,0,-10154.2,922.038,37.8582,5.44942,300,300,10,0,198,0,0,1), + (52558,199,0,0,0,-10328.6,915.115,40.6276,4.36694,300,300,5,0,198,0,0,1), + (52559,199,0,0,0,-10337.2,871.422,41.0713,5.47293,300,300,5,0,198,0,0,1), + (52560,199,0,0,0,-10052.6,884.181,34.4039,4.8004,300,300,10,0,198,0,0,1), + (52561,199,0,0,0,-10084.4,881.558,34.0505,0.600729,300,300,10,0,198,0,0,1), + (52562,199,0,0,0,-10224,852.177,38.3078,4.57326,300,300,10,0,198,0,0,1), + (52563,199,0,0,0,-10049.5,817.679,33.4157,2.43018,300,300,10,0,198,0,0,1), + (52564,199,0,0,0,-9964.89,912.581,39.8513,3.27176,300,300,5,0,198,0,0,1), + (52565,454,0,0,0,-10183.2,916.852,38.4371,0.00462,300,300,10,0,247,0,0,1), + (52566,454,0,0,0,-10291.9,805.747,51.7576,5.82861,300,300,5,0,247,0,0,1), + (52567,454,0,0,0,-10049.6,849.514,33.7985,1.71974,300,300,5,0,247,0,0,1), + (52568,454,0,0,0,-10100.1,895.816,35.8331,2.24828,300,300,10,0,247,0,0,1), + (52569,454,0,0,0,-9950.22,814.661,31.8721,0.202251,300,300,10,0,247,0,0,1), + (52570,454,0,0,0,-10250.6,875.627,37.8229,0.058641,300,300,10,0,247,0,0,1), + (52571,454,0,0,0,-10153.7,907.713,39.3463,4.22915,300,300,10,0,247,0,0,1), + (52572,834,0,0,0,-10349.6,1090.5,37.2508,2.87531,300,300,10,0,198,0,0,1), + (52573,834,0,0,0,-10216.5,1565.8,45.1973,1.40404,300,300,5,0,198,0,0,1), + (52574,834,0,0,0,-10291.9,1150.99,39.7536,4.75854,300,300,10,0,198,0,0,1), + (52575,834,0,0,0,-10080.7,1240.87,38.4358,4.60874,300,300,10,0,198,0,0,1), + (52576,834,0,0,0,-10046.1,1106.56,40.5197,5.19995,300,300,10,0,198,0,0,1), + (52577,834,0,0,0,-10126.6,1398.59,40.1143,4.20681,300,300,5,0,198,0,0,1), + (52578,199,0,0,0,-10236.7,1304.16,39.5538,4.7886,300,300,10,0,198,0,0,1), + (52579,199,0,0,0,-10046.1,1201.38,40.6739,4.61855,300,300,10,0,198,0,0,1), + (52580,199,0,0,0,-10232.9,1170.96,34.7181,0.454037,300,300,10,0,198,0,0,1), + (52581,199,0,0,0,-10077.1,1406.89,43.9664,1.34775,300,300,5,0,198,0,0,1), + (52582,199,0,0,0,-10268.8,1287.45,40.0604,0.562734,300,300,10,0,198,0,0,1), + (52583,199,0,0,0,-10385.4,1218.91,44.382,5.96236,300,300,5,0,198,0,0,1), + (52585,1789,0,0,0,1219.25,-1487.01,72.2224,0.335434,315,315,5,0,2823,2117,0,1), + (52586,1787,0,0,0,1324.22,-1649.39,58.7755,1.21577,315,315,10,0,3293,0,0,1), + (52587,1787,0,0,0,1357.88,-1247.12,61.6783,4.42914,315,315,0,0,3293,0,0,0), + (52588,454,0,0,0,-10354.6,1130.82,35.5919,1.88637,300,300,10,0,247,0,0,1), + (52589,454,0,0,0,-10315.1,1019.2,41.0904,2.00677,300,300,5,0,247,0,0,1), + (52590,454,0,0,0,-10384.7,1120.4,37.9755,5.43352,300,300,10,0,247,0,0,1), + (52591,454,0,0,0,-10110.6,1465.42,41.9599,0.972077,300,300,5,0,247,0,0,1), + (52592,454,0,0,0,-10330.1,1172.23,39.0594,3.66961,300,300,10,0,247,0,0,1), + (52593,454,0,0,0,-10391.3,1048.83,36.9131,1.5241,300,300,5,0,247,0,0,1), + (52594,1109,0,0,0,-10988.2,1600.1,45.6427,5.37523,300,300,5,0,273,0,0,1), + (52595,1109,0,0,0,-10958.9,1603.63,47.8132,1.78282,300,300,5,0,273,0,0,1), + (52596,1109,0,0,0,-10976.4,1610.5,46.0335,1.98,300,300,5,0,273,0,0,1), + (52597,590,0,0,0,-11048.5,1406.83,44.8628,4.51084,300,300,10,0,273,0,0,1), + (52598,5761,43,0,0,-69.5251,-144.688,-81.6552,5.11381,7200,7200,5,0,1212,456,0,1), + (52599,10385,329,0,0,3626.35,-3536.6,138.556,0,7200,7200,0,0,5398,0,0,0), + (52600,10385,329,0,0,3656.81,-3355.02,126.067,0.972282,7200,7200,5,0,5398,0,0,1), + (52601,10385,329,0,0,3697.62,-3374.77,131.246,4.36332,7200,7200,0,0,5398,0,0,0), + (52602,10385,329,0,0,3696.66,-3376.94,131.376,1.0821,7200,7200,0,0,5398,0,0,0), + (52605,10385,329,0,0,3732.72,-3486.28,131.443,2.32129,7200,7200,0,0,5398,0,0,0), + (52612,10385,329,0,0,3535.85,-3428.41,136.62,0.920928,7200,7200,5,0,5398,0,0,1), + (52613,10385,329,0,0,3471.3,-3363.83,137.354,5.09636,7200,7200,0,0,5398,0,0,0), + (52614,10385,329,0,0,3641.3,-3487.3,137.42,3.92997,7200,7200,5,0,5398,0,0,1), + (52615,10390,329,0,0,3660.48,-3505.01,136.699,3.58451,7200,7200,5,0,2823,2117,0,1), + (52616,10390,329,0,0,3657.38,-3503.78,136.583,5.42045,7200,7200,5,0,2823,2117,0,1), + (52617,10390,329,0,0,3645.3,-3638.41,138.556,3.69155,7200,7200,5,0,2823,2117,0,1), + (52618,10390,329,0,0,3641.14,-3647.34,138.605,2.07028,7200,7200,5,0,2823,2117,0,1), + (52619,10390,329,0,0,3689.68,-3594.95,138.108,1.03683,7200,7200,5,0,2823,2117,0,1), + (52620,10390,329,0,0,3690.67,-3600.46,138.302,5.06276,7200,7200,5,0,2823,2117,0,1), + (52621,10390,329,0,0,3506.53,-3315.25,130.68,4.71131,7200,7200,5,0,2823,2117,0,1), + (52622,10390,329,0,0,3511.27,-3318.14,131.258,0.848166,7200,7200,5,0,2823,2117,0,1), + (52623,10390,329,0,0,3705.13,-3612.83,140.586,4.44236,7200,7200,5,0,2823,2117,0,1), + (52625,1795,0,0,0,1347.92,-1623.18,57.4243,4.16173,315,315,10,0,2823,2117,0,1), + (52627,1788,0,0,0,1306.85,-1322.21,64.3095,2.3969,315,315,0,0,8097,0,0,0), + (52630,1789,0,0,0,1515.96,-1586.19,64.2823,1.11899,315,315,10,0,2823,2117,0,1), + (52631,1794,0,0,0,1429.05,-1349.13,61.0309,2.09439,315,315,0,0,2634,2041,0,0), + (52632,1789,0,0,0,1452.43,-1649.42,69.2995,0.011617,315,315,10,0,2823,2117,0,1), + (154670,8920,230,0,0,792.438,45.7173,-53.7176,3.9619,7200,7200,0,0,2614,0,0,2), + (52636,4474,0,0,0,1940.55,-1628.27,65.8347,5.56524,315,315,5,0,3189,0,0,1), + (52638,4475,0,0,0,1922.59,-1599.93,60.9274,0.750492,315,315,0,0,3082,0,0,0), + (52639,1785,0,0,0,1950.01,-1615.23,60.09,2.17992,315,315,5,0,3082,0,0,1), + (52640,11614,0,0,0,2328.98,-2070.82,168.621,1.81514,315,315,0,0,3293,0,0,0), + (52642,1783,0,0,0,1711.48,-1158.92,59.8751,0,315,315,10,0,2880,0,0,1), + (52643,10390,329,0,0,3703.67,-3618.57,140.765,2.96533,7200,7200,5,0,2823,2117,0,1), + (52644,10390,329,0,0,3716.41,-3604.13,141.614,1.2528,7200,7200,5,0,2823,2117,0,1), + (52645,10390,329,0,0,3544.59,-3340.91,129.432,1.01358,7200,7200,5,0,2823,2117,0,1), + (52646,10390,329,0,0,3535.89,-3351.38,131.246,0.93052,7200,7200,5,0,2823,2117,0,1), + (52647,10390,329,0,0,3540.67,-3351.09,130.451,5.39423,7200,7200,5,0,2823,2117,0,1), + (52648,10390,329,0,0,3480.62,-3370.59,134.986,1.42571,7200,7200,5,0,2823,2117,0,1), + (52649,10390,329,0,0,3469.63,-3366.81,137.392,0.456945,7200,7200,5,0,2823,2117,0,1), + (52650,10390,329,0,0,3455.93,-3386.88,139.954,5.62357,7200,7200,5,0,2823,2117,0,1), + (52651,10390,329,0,0,3452.27,-3393.72,141.604,5.49792,7200,7200,5,0,2823,2117,0,1), + (52652,10390,329,0,0,3460.7,-3388.2,139.306,4.49728,7200,7200,5,0,2823,2117,0,1), + (52653,10390,329,0,0,3535.83,-3416.23,134.661,6.25018,7200,7200,5,0,2823,2117,0,1), + (52657,1783,0,0,0,1795.75,-1153.57,60.5746,0,315,315,0,0,2880,0,0,0), + (52658,1783,0,0,0,1765.04,-1129.17,62.4713,0,315,315,10,0,2880,0,0,1), + (52659,1783,0,0,0,1732.31,-1115.52,62.718,0,315,315,10,0,2880,0,0,1), + (52660,1784,0,0,0,1809.88,-1156.74,60.1861,1.4269,315,315,5,0,2384,1864,0,1), + (52661,4474,0,0,0,1910.16,-1588.46,60.0382,2.75762,315,315,10,0,3189,0,0,1), + (52663,4474,0,0,0,1837.23,-1485.58,59.992,5.19082,315,315,10,0,3189,0,0,1), + (154669,8900,230,0,0,792.438,45.7173,-53.7176,3.9619,7200,7200,0,0,2305,4896,0,2), + (84949,10821,0,0,0,3157.01,-4327.84,133.152,2.43097,28800,28800,5,0,3758,0,0,1), + (84948,10821,0,0,0,2524.42,-4757.21,100.484,2.33279,28800,28800,5,0,3758,0,0,1), + (84947,10821,0,0,0,1853.9,-3720,162.224,1.254,28800,28800,5,0,3758,0,0,1), + (52669,4076,0,0,0,2134.43,-1672.73,64.3117,5.82569,315,315,10,0,8,0,0,1), + (52670,2110,0,0,0,2058.49,-1726.31,61.9306,4.20644,315,315,10,0,1,0,0,1), + (52671,1816,0,0,0,1982.09,-1879.76,73.1652,1.57275,315,315,10,0,3921,0,0,1), + (52672,1816,0,0,0,1918.48,-2170.85,76.6136,4.82682,315,315,10,0,3921,0,0,1), + (52673,1805,0,0,0,1403.77,-1380.02,54.0682,5.37112,660,660,5,0,8097,0,0,2), + (52674,16225,0,0,0,2299.58,-5294.74,82.0796,6.24828,345,345,0,0,3900,0,0,0), + (52675,16225,0,0,0,2300.05,-5292.09,82.0796,5.39307,345,345,0,0,3900,0,0,0), + (52676,16225,0,0,0,2302.86,-5292.66,82.0796,4.41568,345,345,0,0,3900,0,0,0), + (52677,16228,0,0,0,2691.61,-4029.12,93.0275,3.03687,345,345,0,0,4200,0,0,0), + (52680,16228,0,0,0,2687.02,-4025.65,92.9093,4.92183,345,345,0,0,4200,0,0,0), + (52683,10390,329,0,0,3547.97,-3427.44,135.729,4.89957,7200,7200,5,0,2823,2117,0,1), + (52696,16228,0,0,0,2705.15,-4004.7,92.1943,1.02974,345,345,0,0,4200,0,0,0), + (52698,16228,0,0,0,2708.28,-4004.2,92.2141,2.79253,345,345,0,0,4200,0,0,0), + (52699,16228,0,0,0,2750.24,-4042.46,95.6495,4.39156,345,345,5,0,4200,0,0,2), + (52701,16228,0,0,0,2754.62,-4040.86,96.2454,4.26289,345,345,5,0,4200,0,0,2), + (52702,16229,0,0,0,2672.35,-4001.94,99.6952,1.74533,345,345,0,0,6665,0,0,0), + (52707,4397,1,0,0,-3087.65,-4214.55,0.758639,2.84158,360,360,10,0,1403,0,0,1), + (52723,12790,450,0,0,241.756,88.9445,24.7764,5.0938,180,180,0,0,4079,0,0,0), + (52724,12795,450,0,0,256.598,70.6699,25.8037,2.32129,180,180,0,0,4484,0,0,0), + (52725,1848,0,0,0,1061.03,-1912.26,31.1128,4.71571,72000,72000,0,0,2915,2163,0,0), + (52811,590,0,0,0,-11059.4,1406.41,46.4878,0.731283,300,300,10,0,273,0,0,1), + (52837,10390,329,0,0,3590.24,-3475.11,134.934,2.18971,7200,7200,5,0,2823,2117,0,1), + (52838,10390,329,0,0,3584.44,-3466.19,135.343,1.67972,7200,7200,5,0,2823,2117,0,1), + (52849,16229,0,0,0,2680.15,-3995.33,99.6952,5.49779,345,345,0,0,6665,0,0,0), + (52851,590,0,0,0,-11042,1424.21,44.4411,0.593412,300,300,0,0,273,0,0,0), + (52852,10390,329,0,0,3591.79,-3484.97,135.11,3.90172,7200,7200,5,0,2823,2117,0,1), + (52853,10390,329,0,0,3680.7,-3363.56,128.021,0.674902,7200,7200,5,0,2823,2117,0,1), + (52881,589,0,0,0,-11041.4,1427.7,44.4443,6.16101,300,300,0,0,263,710,0,0), + (52882,11073,70,0,0,-159.803,196.172,-49.5849,1.74533,7200,7200,0,0,3293,0,0,0), + (52884,16229,0,0,0,2676.31,-3997.96,99.6883,5.65487,345,345,0,0,6665,0,0,0), + (52920,1307,0,0,0,-8995,948.303,117.279,4.276,430,430,0,0,3517,0,0,0), + (52921,1308,0,0,0,-8951,898.995,108.103,5.264,310,310,0,0,1605,0,0,0), + (52922,1309,0,0,0,-8963,822.517,109.447,3.846,310,310,0,0,1605,0,0,0), + (52923,1310,0,0,0,-8965,808.006,109.446,1.278,310,310,0,0,1605,0,0,0), + (52924,1311,0,0,0,-9086,829.043,108.604,0.454,310,310,0,0,1605,0,0,0), + (52925,1312,0,0,0,-8863,805.137,97.422,2.945,310,310,0,0,1605,0,0,0), + (52931,17690,0,0,0,2562.09,-4796.25,110.296,0.506145,345,345,0,0,0,0,0,0), + (52932,17698,0,0,0,2973.23,-3037.31,120.381,2.35619,345,345,0,0,0,0,0,0), + (52933,17696,0,0,0,3169.98,-4374.98,139.715,2.84489,345,345,0,0,0,0,0,0), + (52934,10390,329,0,0,3670.59,-3352.4,125.407,5.92991,7200,7200,5,0,2823,2117,0,1), + (52937,17689,0,0,0,1853.88,-3722.89,162.308,4.76475,345,345,0,0,0,0,0,0), + (52954,12996,0,0,0,-4460,-1593,490.022,4.122,310,310,0,0,1605,686,0,0), + (52955,12996,0,0,0,-4395,-1511,477.061,2.464,310,310,0,0,1605,686,0,0), + (52956,17069,0,0,0,2267.96,-5332.84,87.2677,1.27409,345,345,0,0,5700,0,0,0), + (52957,12997,369,0,0,-19.6312,40.0752,-4.21403,4.79965,180,180,0,0,500,0,0,0), + (52958,17072,0,0,0,2317.35,-5283.65,81.8859,3.40339,345,345,0,0,3800,0,0,0), + (52959,8519,0,0,0,1653.28,-4618.3,56.1017,2.99266,345,345,5,0,3293,0,0,1), + (52960,8520,0,0,0,1679.83,-4581.64,73.5203,5.03043,345,345,10,0,3529,0,0,1), + (52961,8520,0,0,0,1714.88,-4684.15,51.5656,1.81776,345,345,10,0,3529,0,0,1), + (52962,8519,0,0,0,1762.64,-4488.14,56.9172,3.3123,345,345,5,0,3293,0,0,1), + (52963,8519,0,0,0,1799.99,-4552.22,68.5475,0.174431,345,345,5,0,3293,0,0,1), + (52964,8520,0,0,0,1740.22,-4460.51,70.4341,4.65305,345,345,10,0,3529,0,0,1), + (52965,8519,0,0,0,1753.93,-4646.06,64.7818,2.66407,345,345,5,0,3293,0,0,1), + (52966,8520,0,0,0,1712.45,-4495.74,64.9258,4.22561,345,345,10,0,3529,0,0,1), + (52967,8519,0,0,0,1646.38,-4542.88,54.7797,5.4895,345,345,5,0,3293,0,0,1), + (52968,9447,0,0,0,1801.26,-5204.33,113.18,3.49066,610,610,0,0,5886,1982,0,0), + (52988,13016,369,0,0,-47.1974,41.9389,-13.8634,0.139822,1,1,10,0,1,0,0,1), + (52989,13016,369,0,0,5.60166,52.1178,-13.8634,1.58004,1,1,10,0,1,0,0,1), + (52990,13018,369,0,0,-20.9837,2459.93,-4.297,1.57042,180,180,0,0,500,0,0,0), + (52992,10390,329,0,0,3493.25,-3388.5,135.826,0.574278,7200,7200,5,0,2823,2117,0,1), + (52993,10390,329,0,0,3497.6,-3384.41,135.264,2.42268,7200,7200,5,0,2823,2117,0,1), + (52994,10390,329,0,0,3554.91,-3311.05,130.428,0.905975,7200,7200,5,0,2823,2117,0,1), + (52995,10390,329,0,0,3551.75,-3318.7,129.777,0.119286,7200,7200,5,0,2823,2117,0,1), + (52996,10390,329,0,0,3490.28,-3295.28,130.498,5.25262,7200,7200,5,0,2823,2117,0,1), + (52997,10390,329,0,0,3483.86,-3299.56,130.856,3.44909,7200,7200,5,0,2823,2117,0,1), + (52998,10390,329,0,0,3425.52,-3375.72,141.542,2.21531,7200,7200,5,0,2823,2117,0,1), + (52999,10390,329,0,0,3436.66,-3376.77,141.071,5.23948,7200,7200,5,0,2823,2117,0,1), + (53000,10390,329,0,0,3430.46,-3379.73,141.272,1.38518,7200,7200,5,0,2823,2117,0,1), + (53001,10390,329,0,0,3563.91,-3351.76,130.562,2.94869,7200,7200,5,0,2823,2117,0,1), + (53002,10390,329,0,0,3564.66,-3347.12,129.834,1.12573,7200,7200,5,0,2823,2117,0,1), + (53003,10390,329,0,0,3687.3,-3303.76,127.508,2.81471,7200,7200,5,0,2823,2117,0,1), + (53004,10390,329,0,0,3681.62,-3298.35,127.457,1.36652,7200,7200,5,0,2823,2117,0,1), + (53005,10390,329,0,0,3550.8,-3386.03,133.597,2.73201,7200,7200,5,0,2823,2117,0,1), + (53006,10390,329,0,0,3551.97,-3371.45,132.314,1.29948,7200,7200,5,0,2823,2117,0,1), + (53007,10390,329,0,0,3736.98,-3263.34,129.114,6.1695,7200,7200,5,0,2823,2117,0,1), + (53008,10390,329,0,0,3730.61,-3256.88,128.189,5.52214,7200,7200,5,0,2823,2117,0,1), + (53009,10390,329,0,0,3698.26,-3396.78,132.03,1.53061,7200,7200,5,0,2823,2117,0,1), + (53010,10390,329,0,0,3692.79,-3387.9,131.515,0.550583,7200,7200,5,0,2823,2117,0,1), + (53011,10390,329,0,0,3622.67,-3487.86,137.44,0.861748,7200,7200,5,0,2823,2117,0,1), + (53036,6547,0,0,0,1594.56,-5313.1,69.84,3.1,345,345,0,0,735,0,0,0), + (53038,9447,0,0,0,1610.01,-4810.47,94.4305,3.71591,610,610,2,0,5886,1982,0,1), + (53039,13086,30,0,0,-856.177,-87.7259,68.5503,5.23006,430,430,0,0,8774,0,0,0), + (53040,13088,30,0,0,-845.865,-96.3834,68.4614,2.77306,430,430,0,0,2839,0,0,0), + (53041,13089,30,0,0,-963.547,-210.22,69.1687,4.40689,430,430,5,0,2388,0,0,1), + (53042,13089,30,0,0,-970.628,-204.141,68.7334,4.6625,430,430,5,0,2388,0,0,1), + (53044,13096,30,0,0,-956.217,-190.857,66.2534,1.21015,430,430,0,0,8774,0,0,0), + (53045,13097,30,0,0,-987.358,-262.496,65.3914,0.510012,430,430,0,0,694,0,0,0), + (53086,13137,30,0,0,-627.388,-394.103,58.9819,3.66855,490,490,0,0,23652,0,0,0), + (53087,13138,30,0,0,121.041,-369.637,43.1245,4.79702,490,490,0,0,24783,0,0,0), + (53088,13139,30,0,0,-151.683,-440.279,40.3853,4.28611,1785,1785,0,0,32731,0,0,0), + (53089,13140,30,0,0,-537.417,-168.788,57.0112,2.93509,180,180,0,0,31841,0,0,0), + (53090,10390,329,0,0,3627.54,-3492.95,137.034,5.1846,7200,7200,5,0,2823,2117,0,1), + (53091,10390,329,0,0,3694.43,-3482.54,131.681,4.7017,7200,7200,5,0,2823,2117,0,1), + (53092,10390,329,0,0,3698.4,-3489.43,131.056,3.00634,7200,7200,5,0,2823,2117,0,1), + (53093,10390,329,0,0,3666.9,-3322.76,123.613,3.05136,7200,7200,5,0,2823,2117,0,1), + (53094,10390,329,0,0,3661.63,-3329.61,123.558,1.62985,7200,7200,5,0,2823,2117,0,1), + (53095,10390,329,0,0,3620.27,-3520.09,137.493,4.69301,7200,7200,5,0,2823,2117,0,1), + (53096,10390,329,0,0,3621.5,-3514.44,137.108,1.23412,7200,7200,5,0,2823,2117,0,1), + (53101,10391,329,0,0,3651.27,-3494.33,136.68,2.60556,7200,7200,5,0,2699,0,0,1), + (53102,10391,329,0,0,3653.26,-3499.66,136.507,4.35522,7200,7200,5,0,2699,0,0,1), + (53103,10391,329,0,0,3638.56,-3628.84,138.046,5.72918,7200,7200,5,0,2699,0,0,1), + (53104,10391,329,0,0,3642.39,-3637.25,138.533,2.55826,7200,7200,5,0,2699,0,0,1), + (53105,10391,329,0,0,3694.5,-3603.23,138.723,6.22235,7200,7200,5,0,2699,0,0,1), + (53106,10391,329,0,0,3688.26,-3586.21,138.198,5.43384,7200,7200,5,0,2699,0,0,1), + (53107,13143,30,0,0,-621.193,-357.858,56.1206,4.77595,490,490,0,0,23451,0,0,0), + (53108,13144,30,0,0,-540.745,-173.477,57.0112,1.34339,430,430,0,0,23609,0,0,0), + (53109,13145,30,0,0,-481.07,-358.03,28.0431,0.869456,430,430,0,0,23269,0,0,0), + (53110,13146,30,0,0,-587.534,-319.762,48.3816,4.31599,430,430,0,0,23453,0,0,0), + (53111,13147,30,0,0,-540.778,-162.662,56.9975,5.62241,430,430,0,0,23692,0,0,0), + (53112,13151,30,0,0,-325.452,-631.495,121.554,0.624377,490,490,0,0,9298,0,0,0), + (53113,13152,30,0,0,-1300.72,-276.136,91.9405,1.45977,1785,1785,0,0,31278,0,0,0), + (53114,13153,30,0,0,-1426.91,-328.852,89.1526,0.972695,1785,1785,0,0,31273,0,0,0), + (53115,13154,30,0,0,-770.205,-366.228,90.895,1.07916,6300,6300,0,0,31073,0,0,0), + (53118,12262,0,0,0,3227.72,-3096.21,161.423,3.47321,345,345,0,0,11628,0,0,0), + (53120,10391,329,0,0,3504.22,-3328.45,131.161,0.131781,7200,7200,5,0,2699,0,0,1), + (53121,10391,329,0,0,3513.75,-3325.92,131.746,4.54294,7200,7200,5,0,2699,0,0,1), + (53122,10391,329,0,0,3709.9,-3605.64,141.035,2.50183,7200,7200,5,0,2699,0,0,1), + (53123,10391,329,0,0,3712.61,-3613.89,141.662,4.0373,7200,7200,5,0,2699,0,0,1), + (53124,10391,329,0,0,3537.68,-3355.87,131.341,2.96323,7200,7200,5,0,2699,0,0,1), + (53125,10391,329,0,0,3543.4,-3349.95,129.913,3.72522,7200,7200,5,0,2699,0,0,1), + (53126,10391,329,0,0,3473.96,-3375.19,135.607,1.93423,7200,7200,5,0,2699,0,0,1), + (53127,10391,329,0,0,3475.97,-3371.16,135.702,6.1901,7200,7200,5,0,2699,0,0,1), + (53128,10391,329,0,0,3459.25,-3392.13,140.38,3.6474,7200,7200,5,0,2699,0,0,1), + (53129,10391,329,0,0,3449.57,-3388.77,140.96,2.57412,7200,7200,5,0,2699,0,0,1), + (53130,10391,329,0,0,3541.83,-3413.87,134.467,0.854294,7200,7200,5,0,2699,0,0,1), + (53131,10391,329,0,0,3536.74,-3423.91,135.678,2.8578,7200,7200,5,0,2699,0,0,1), + (53132,10391,329,0,0,3586.79,-3475.41,135.112,3.26768,7200,7200,5,0,2699,0,0,1), + (53133,10391,329,0,0,3594.25,-3470.98,134.98,2.03961,7200,7200,5,0,2699,0,0,1), + (53134,13161,30,0,0,-254.76,-322.644,6.66753,0.562499,490,490,0,0,19800,0,0,0), + (53136,12254,0,0,0,3292.53,-3643.52,148.938,1.0821,345,345,0,0,64,0,0,0), + (53138,13180,30,0,0,367.083,-516.744,72.016,1.66462,430,430,0,0,28219,0,0,0), + (53139,13181,30,0,0,-1341.47,-330.746,91.1534,0.759963,2250,2250,0,0,29832,0,0,0), + (53140,10391,329,0,0,3675.72,-3355.71,126.064,2.73409,7200,7200,5,0,2699,0,0,1), + (53141,10391,329,0,0,3679.91,-3348.5,125.79,0.569313,7200,7200,5,0,2699,0,0,1), + (53142,10391,329,0,0,3490.53,-3381.79,135.329,2.97251,7200,7200,5,0,2699,0,0,1), + (53143,10391,329,0,0,3497.48,-3379.11,135.253,5.44695,7200,7200,5,0,2699,0,0,1), + (53144,10391,329,0,0,3560.96,-3317.32,130.233,5.46213,7200,7200,5,0,2699,0,0,1), + (53145,10391,329,0,0,3565.04,-3320.28,130.093,2.92852,7200,7200,5,0,2699,0,0,1), + (53146,10391,329,0,0,3477.98,-3297.18,131.499,2.01543,7200,7200,5,0,2699,0,0,1), + (53147,10391,329,0,0,3487.44,-3293.41,130.884,6.23791,7200,7200,5,0,2699,0,0,1), + (53148,10391,329,0,0,3435.75,-3383.41,141.107,2.83097,7200,7200,5,0,2699,0,0,1), + (53149,10391,329,0,0,3426.92,-3382.65,141.453,3.36123,7200,7200,5,0,2699,0,0,1), + (53150,10391,329,0,0,3580,-3340.8,128.446,2.13152,7200,7200,5,0,2699,0,0,1), + (53151,10391,329,0,0,3585.29,-3343.82,128.051,0.488365,7200,7200,5,0,2699,0,0,1), + (53152,10391,329,0,0,3679.71,-3291.16,127.943,5.03931,7200,7200,5,0,2699,0,0,1), + (53153,10391,329,0,0,3676.31,-3295.03,127.757,1.0917,7200,7200,5,0,2699,0,0,1), + (53155,12244,0,0,0,3234.35,-3094.78,161.423,5.5676,345,345,0,0,64,0,0,0), + (53157,12247,0,0,0,2855.49,-3232.32,134.27,1.39626,345,345,0,0,64,0,0,0), + (53161,10391,329,0,0,3550.92,-3378.58,132.764,1.63767,7200,7200,5,0,2699,0,0,1), + (53162,10391,329,0,0,3546.02,-3376.33,132.486,2.03614,7200,7200,5,0,2699,0,0,1), + (53163,10391,329,0,0,3731.19,-3263.01,128.295,0.845726,7200,7200,5,0,2699,0,0,1), + (53164,10391,329,0,0,3727.8,-3266.88,128.444,2.52093,7200,7200,5,0,2699,0,0,1), + (53165,10391,329,0,0,3693.51,-3391.12,131.853,3.44242,7200,7200,5,0,2699,0,0,1), + (53168,12247,0,0,0,3006.06,-3433.58,149.791,2.46091,345,345,0,0,64,0,0,0), + (53169,11896,0,0,0,2978.59,-4307.63,78.2263,4.72411,345,345,5,0,45588,0,0,2), + (53170,12202,0,0,0,1842.79,-3220.87,121.129,3.59538,345,345,0,0,64,0,0,0), + (53171,11878,0,0,0,1870.97,-3212.71,125.243,5.0091,610,610,0,0,77700,28248,0,0), + (53172,12202,0,0,0,1849.51,-3204.82,126.432,3.03687,345,345,0,0,64,0,0,0), + (53173,12202,0,0,0,1853.68,-3226.13,121.928,5.53269,345,345,0,0,64,0,0,0), + (53174,12384,0,0,0,2935.74,-2744.64,109.691,3.54302,345,345,0,0,3397,0,0,0), + (53175,11706,0,0,0,3362.56,-4446.57,127.746,3.14159,345,345,0,0,3857,0,0,0), + (53176,12941,0,0,0,2313.88,-5305,82.0796,2.3911,345,345,0,0,4231,0,0,0), + (53177,12617,0,0,0,2269.85,-5345.39,87.0242,1.76278,610,610,0,0,7824,7071,0,0), + (53178,12636,0,0,0,2328.48,-5290.72,81.8744,2.9147,610,610,0,0,7886,7071,0,0), + (53179,10391,329,0,0,3692.67,-3397.77,132.193,1.6202,7200,7200,5,0,2699,0,0,1), + (53180,10391,329,0,0,3615.97,-3491.77,136.805,3.51649,7200,7200,5,0,2699,0,0,1), + (156047,8539,0,0,0,2619.79,-5222,96.804,5.4,600,600,4,0,3820,0,0,1), + (53184,10391,329,0,0,3627.89,-3498.67,136.835,6.03546,7200,7200,5,0,2699,0,0,1), + (53185,10391,329,0,0,3686.57,-3483.44,133.764,3.55056,7200,7200,5,0,2699,0,0,1), + (53186,10391,329,0,0,3679.76,-3485.78,134.661,3.2347,7200,7200,5,0,2699,0,0,1), + (53187,10391,329,0,0,3664.58,-3325.37,123.532,1.2766,7200,7200,5,0,2699,0,0,1), + (53188,10391,329,0,0,3656.47,-3328.22,123.607,2.15457,7200,7200,5,0,2699,0,0,1), + (53189,10391,329,0,0,3633.91,-3511.75,136.466,1.35692,7200,7200,5,0,2699,0,0,1), + (53190,10391,329,0,0,3630.8,-3514,136.498,0.301834,7200,7200,5,0,2699,0,0,1), + (53200,13296,30,0,0,68.5699,-235.037,16.3447,4.04218,430,430,0,0,29700,0,0,0), + (53201,13297,30,0,0,-32.8321,-288.675,15.0786,2.91902,430,430,0,0,24010,0,0,0), + (53202,13298,30,0,0,84.0297,-260.126,19.8222,5.08283,490,490,0,0,29408,0,0,0), + (53203,13299,30,0,0,79.9676,-236.94,17.2992,5.40877,430,430,0,0,30338,0,0,0), + (53204,13300,30,0,0,-40.902,-480.168,44.8062,2.83775,490,490,0,0,28390,0,0,0), + (53217,13316,30,0,0,-968.23,-254.995,65.8186,5.01636,430,430,5,0,7007,0,0,1), + (53218,13316,30,0,0,-970.389,-223.088,68.4555,5.98594,430,430,5,0,7007,0,0,1), + (53219,13317,30,0,0,-946.072,-54.0555,79.8627,3.79263,430,430,5,0,9298,0,0,1), + (53220,13317,30,0,0,-859.583,-11.9699,70.8221,2.01683,430,430,5,0,9298,0,0,1), + (53221,13317,30,0,0,-964.497,-93.9877,81.4219,5.02074,430,430,5,0,9298,0,0,1), + (53222,13317,30,0,0,-947.939,-181.602,64.8921,3.99765,430,430,5,0,9298,0,0,1), + (53223,13317,30,0,0,-897.423,-113.117,75.4753,5.50678,430,430,5,0,9298,0,0,1), + (53224,13318,30,0,0,688.857,-131.356,63.6662,3.37343,490,490,0,0,48575,0,0,0), + (53225,13319,30,0,0,672.59,-296.524,30.3936,2.74624,180,180,0,0,30631,0,0,0), + (53226,13320,30,0,0,196.835,-362.732,49.2677,5.87039,1785,1785,0,0,31869,0,0,0), + (53243,10398,329,0,0,3829.61,-3698.28,143.387,0.383972,7200,7200,0,0,6142,10922,0,0), + (53244,10398,329,0,0,3884.31,-3536.34,138.722,4.13643,7200,7200,0,0,6142,10922,0,0), + (53245,10398,329,0,0,3881.51,-3529.74,139.191,3.33358,7200,7200,0,0,6142,10922,0,0), + (53246,10398,329,0,0,4000.77,-3642.53,131.913,0.523599,7200,7200,0,0,6142,10922,0,0), + (53247,10398,329,0,0,3952.27,-3564.68,130.852,5.74213,7200,7200,0,0,6142,10922,0,0), + (53248,10398,329,0,0,4021.41,-3618.52,131.038,5.84685,7200,7200,0,0,6142,10922,0,0), + (53249,10398,329,0,0,3999.92,-3639.64,131.909,5.98648,7200,7200,0,0,6142,10922,0,0), + (53250,10398,329,0,0,3888.94,-3708.61,143.682,4.41568,7200,7200,0,0,6142,10922,0,0), + (53251,10398,329,0,0,3853.18,-3553.89,139.772,5.13127,7200,7200,0,0,6142,10922,0,0), + (53252,10398,329,0,0,4025.44,-3620.96,131.121,2.56563,7200,7200,0,0,6142,10922,0,0), + (53253,10398,329,0,0,3855.52,-3560.36,140.537,1.8675,7200,7200,0,0,6142,10922,0,0), + (53254,10398,329,0,0,4029.56,-3639.27,133.738,5.23599,7200,7200,0,0,6142,10922,0,0), + (53255,10398,329,0,0,3955.43,-3568.09,129.926,2.11185,7200,7200,0,0,6142,10922,0,0), + (53256,10398,329,0,0,3854.3,-3609.99,144.861,4.34587,7200,7200,0,0,6142,10922,0,0), + (53257,10399,329,0,0,4057.55,-3666.56,135.737,2.51327,7200,7200,0,0,3091,0,0,0), + (53258,10399,329,0,0,4052.36,-3672.82,132.738,0.977384,7200,7200,0,0,3091,0,0,0), + (53259,10399,329,0,0,4057.06,-3674.9,132.738,1.5708,7200,7200,0,0,3091,0,0,0), + (53260,10399,329,0,0,4065.72,-3665.17,132.738,3.24631,7200,7200,0,0,3091,0,0,0), + (53261,10399,329,0,0,4063.17,-3660.81,132.738,3.83972,7200,7200,0,0,3091,0,0,0), + (53262,10399,329,0,0,3839.72,-3500.14,144.293,5.23599,7200,7200,0,0,3091,0,0,0), + (53263,10399,329,0,0,3846.93,-3496.3,141.293,3.64774,7200,7200,0,0,3091,0,0,0), + (53264,10399,329,0,0,3843.42,-3492.81,141.293,4.2586,7200,7200,0,0,3091,0,0,0), + (53265,10399,329,0,0,3831.76,-3498.69,141.293,6.0912,7200,7200,0,0,3091,0,0,0), + (53266,10399,329,0,0,3832.5,-3503.44,141.294,0.401426,7200,7200,0,0,3091,0,0,0), + (53267,10399,329,0,0,3929.79,-3674.34,156.555,5.18363,7200,7200,0,0,3091,0,0,0), + (53268,10399,329,0,0,3848.18,-3747.74,148.174,1.39626,7200,7200,0,0,3091,0,0,0), + (53269,10399,329,0,0,3839.77,-3746.79,145.175,6.23082,7200,7200,0,0,3091,0,0,0), + (53270,10399,329,0,0,3840.35,-3751.6,145.175,0.506145,7200,7200,0,0,3091,0,0,0), + (53271,10399,329,0,0,3852.87,-3754.37,145.175,2.14675,7200,7200,0,0,3091,0,0,0), + (53272,10399,329,0,0,3855.6,-3749.94,145.175,2.79253,7200,7200,0,0,3091,0,0,0), + (53273,10400,329,0,0,3894.39,-3665.17,141.097,0.087266,7200,7200,0,0,6599,11502,0,0), + (53274,10400,329,0,0,3956.98,-3564.79,129.275,3.45575,7200,7200,0,0,6599,11502,0,0), + (53275,10400,329,0,0,3874.31,-3530.61,138.431,0.05236,7200,7200,0,0,6599,11502,0,0), + (53276,10400,329,0,0,3833.74,-3694.12,143.266,4.27606,7200,7200,0,0,6599,11502,0,0), + (53277,10400,329,0,0,4026.23,-3643.39,133.837,5.91667,7200,7200,0,0,6599,11502,0,0), + (53278,10400,329,0,0,4004.1,-3639.83,131.702,3.61283,7200,7200,0,0,6599,11502,0,0), + (53279,10400,329,0,0,3902.89,-3664.17,139.883,3.28122,7200,7200,0,0,6599,11502,0,0), + (53280,10400,329,0,0,4019.96,-3614.27,131.606,5.48033,7200,7200,0,0,6599,11502,0,0), + (53281,10400,329,0,0,3835.26,-3698.04,142.876,2.84489,7200,7200,0,0,6599,11502,0,0), + (53282,10400,329,0,0,3852.82,-3614.61,145.467,1.32645,7200,7200,0,0,6599,11502,0,0), + (53283,10400,329,0,0,3988.43,-3540.57,124.662,6.00393,7200,7200,0,0,6599,11502,0,0), + (53284,10400,329,0,0,4027.78,-3641.1,133.629,5.5676,7200,7200,0,0,6599,11502,0,0), + (53285,10400,329,0,0,3992.31,-3541.65,124.509,2.87979,7200,7200,0,0,6599,11502,0,0), + (53286,10400,329,0,0,3886.05,-3708.18,143.614,5.32325,7200,7200,0,0,6599,11502,0,0), + (53287,10400,329,0,0,4023.59,-3616.79,131.632,2.49582,7200,7200,0,0,6599,11502,0,0), + (53288,10400,329,0,0,3888.36,-3712.72,143.354,1.69297,7200,7200,0,0,6599,11502,0,0), + (53289,10400,329,0,0,3880.09,-3540.83,138.284,0.698132,7200,7200,0,0,6599,11502,0,0), + (53291,10405,329,0,0,3641.66,-3472.63,138.752,5.75959,7200,7200,0,0,8352,0,0,0), + (53292,10405,329,0,0,3728.83,-3453.79,130.257,4.95674,7200,7200,0,0,8352,0,0,0), + (53294,10405,329,0,0,4054.57,-3514.83,122.07,5.84685,7200,7200,0,0,8352,0,0,0), + (53295,10405,329,0,0,4019.97,-3561.34,126.63,0.698132,7200,7200,0,0,8352,0,0,0), + (53296,10405,329,0,0,3855.54,-3664.61,144.512,2.33874,7200,7200,0,0,8352,0,0,0), + (53297,10917,329,0,0,3680.53,-3643.8,140.027,5.46288,7200,7200,0,0,7326,3651,0,0), + (53298,10405,329,0,0,3671.39,-3266.41,127.872,0.942478,7200,7200,0,0,8352,0,0,0), + (53300,10405,329,0,0,3729.88,-3457.67,130.372,1.85005,7200,7200,0,0,8352,0,0,0), + (53587,10405,329,0,0,3688.22,-3413.07,133.199,0.733038,7200,7200,0,0,8352,0,0,0), + (53588,10405,329,0,0,3599.83,-3512.07,137.782,6.23082,7200,7200,0,0,8352,0,0,0), + (53589,10405,329,0,0,3605.81,-3515,138.072,2.68781,7200,7200,0,0,8352,0,0,0), + (53590,10405,329,0,0,3691.85,-3411.13,133.07,3.4383,7200,7200,0,0,8352,0,0,0), + (53591,10405,329,0,0,4012.3,-3524.99,122.062,0.767945,7200,7200,0,0,8352,0,0,0), + (53592,10405,329,0,0,4006.36,-3596.17,130.203,0.610865,7200,7200,0,0,8352,0,0,0), + (53593,10405,329,0,0,3972.59,-3649,134.522,5.8294,7200,7200,0,0,8352,0,0,0), + (53595,10405,329,0,0,3672.73,-3262.85,127.883,4.60767,7200,7200,0,0,8352,0,0,0), + (53596,10405,329,0,0,3898.28,-3666.94,140.008,1.55334,7200,7200,0,0,8352,0,0,0), + (53597,10405,329,0,0,3971.39,-3583.59,128.364,4.92183,7200,7200,0,0,8352,0,0,0), + (53598,10405,329,0,0,4022.91,-3517.33,122.107,3.54302,7200,7200,0,0,8352,0,0,0), + (53599,10405,329,0,0,3646.34,-3472.8,138.284,3.68265,7200,7200,0,0,8352,0,0,0), + (53602,13325,30,0,0,99.9783,-312.868,34.4257,5.25954,430,430,0,0,3005,0,0,0), + (53603,13326,30,0,0,-5336.52,562.954,395.819,3.99453,430,430,0,0,3690,0,0,0), + (53604,13327,30,0,0,118.829,-342.734,41.9025,5.81323,430,430,0,0,3117,0,0,0), + (53605,13331,30,0,0,676.381,-31.9315,50.6192,1.8439,610,610,0,0,3732,0,0,0), + (53606,13331,30,0,0,704.814,-38.8323,50.6213,1.93984,610,610,0,0,3732,0,0,0), + (53607,13331,30,0,0,692.081,3.14777,50.6212,5.80163,610,610,0,0,3732,0,0,0), + (53608,13331,30,0,0,671.829,-17.7163,50.6192,5.09153,610,610,0,0,3732,0,0,0), + (53609,13335,30,0,0,141.547,-367.192,45.7941,5.92711,430,430,0,0,3363,0,0,0), + (53610,13336,30,0,0,170.735,-400.323,42.804,6.13522,430,430,0,0,3335,0,0,0), + (53611,13359,30,0,0,-1287.75,-173.725,72.0995,1.11825,490,490,5,0,4431,0,0,1), + (53612,13359,30,0,0,-1249.94,-253.284,73.3263,6.119,490,490,5,0,4431,0,0,1), + (53613,13359,30,0,0,-1284.47,-207.029,72.0924,2.25456,490,490,5,0,4431,0,0,1), + (53614,13377,30,0,0,-150.556,42.9303,77.2074,4.22692,6300,6300,0,0,24775,0,0,0), + (53618,13418,1,0,0,1651.95,-4428.67,16.9219,2.07694,180,180,0,0,1605,0,0,0), + (53620,13420,1,0,0,1657.5,-4426.88,17.2108,2.80998,180,180,0,0,1605,0,0,0), + (53621,13422,30,0,0,700.033,-13.9355,50.1353,0.238083,430,430,0,0,4158,0,0,0), + (53622,13422,30,0,0,701.632,-19.6478,50.1353,0.423632,430,430,0,0,4158,0,0,0), + (53623,13425,30,0,0,-1189.04,-355.773,53.2966,5.8898,430,430,5,0,3880,0,0,1), + (53624,13425,30,0,0,-1186.78,-351.523,53.1589,5.94942,430,430,5,0,3880,0,0,1), + (53625,13426,30,0,0,-53.9927,-495.938,44.0359,2.64533,430,430,5,0,3720,0,0,1), + (53626,13426,30,0,0,-96.1053,-533.749,45.0986,3.73703,430,430,5,0,3720,0,0,1), + (53627,13428,30,0,0,-285.642,-136.171,13.043,2.66582,430,430,5,0,3676,0,0,1), + (53628,13428,30,0,0,-260.623,-154.529,13.1007,4.98033,430,430,5,0,3676,0,0,1), + (53629,13428,30,0,0,-273.385,-156.281,13.1007,4.90028,430,430,5,0,3676,0,0,1), + (53630,13428,30,0,0,-269.546,-147.809,13.1007,2.23385,430,430,5,0,3676,0,0,1), + (53631,13429,0,0,0,1629.23,218.479,-43.0193,2.21657,180,180,0,0,1605,0,0,0), + (53634,13437,30,0,0,-1297.57,-264.627,114.151,3.77232,430,430,0,0,30728,0,0,0), + (53637,13439,30,0,0,-1218.89,-350.261,57.6939,4.75778,430,430,0,0,28346,0,0,0), + (53638,13441,30,0,0,-1252.27,-636.148,52.5507,0.014754,6300,6300,0,0,24496,0,0,0), + (156045,8539,0,0,0,2527.11,-3696,180.105,0.877,600,600,6,0,3820,0,0,1), + (156046,8539,0,0,0,2531.25,-3722,178.978,1.783,600,600,4,0,3820,0,0,1), + (53646,13445,1,0,0,1626.74,-4416.81,15.5537,5.84685,180,180,0,0,1605,0,0,0), + (53647,13446,30,0,0,-157.781,-437.912,33.2796,4.65672,1785,1785,0,0,1800,0,0,0), + (53649,13448,30,0,0,-1260.3,-251.165,77.833,0.220512,430,430,0,0,5358,0,0,0), + (53652,13525,30,0,0,-1196.46,-346.499,53.4791,5.62613,490,490,5,0,11768,0,0,1), + (53653,13525,30,0,0,-1199.71,-349.066,53.4791,4.95451,490,490,5,0,11768,0,0,1), + (53654,10405,329,0,0,3821.31,-3685.07,144.894,1.0472,7200,7200,0,0,8352,0,0,0), + (53655,13536,30,0,0,-852.528,-86.9663,68.5141,4.09034,430,430,5,0,9051,0,0,1), + (53656,13536,30,0,0,-991.148,-261.651,66.0805,0.262641,430,430,5,0,9051,0,0,1), + (53657,13539,30,0,0,-850.343,-89.4953,68.4799,4.39584,430,430,0,0,7292,0,0,0), + (53658,13545,30,0,0,956.458,-448.21,56.8632,2.54315,430,430,0,0,9962,0,0,0), + (53660,13546,30,0,0,-988.586,-259.484,65.4644,0.350703,430,430,0,0,6088,0,0,0), + (53661,13548,30,0,0,-1028.56,-362.431,54.1992,5.09292,430,430,0,0,1691,0,0,0), + (53662,13551,30,0,0,-1009.55,-353.443,56.559,4.82275,430,430,0,0,2114,0,0,0), + (53663,13554,30,0,0,883.625,-445.019,54.5971,2.45391,430,430,0,0,5629,0,0,0), + (53664,13554,30,0,0,875.561,-448.312,54.601,1.37729,430,430,0,0,5629,0,0,0), + (53665,13557,30,0,0,880.271,-448.096,54.7362,2.05484,430,430,0,0,7772,0,0,0), + (160012,1839,0,0,0,2813.4,-1496.87,145.792,3.94538,600,600,0,0,7995,2620,0,2), + (53669,10405,329,0,0,3972.95,-3591.59,128.776,1.74533,7200,7200,0,0,8352,0,0,0), + (53672,10405,329,0,0,4016.6,-3516.25,122.13,5.14872,7200,7200,0,0,8352,0,0,0), + (53673,10405,329,0,0,3973.07,-3623.11,130.109,0.418879,7200,7200,0,0,8352,0,0,0), + (53677,10405,329,0,0,3644.4,-3477.18,138.435,1.62316,7200,7200,0,0,8352,0,0,0), + (53678,10406,329,0,0,3978.13,-3648.63,133.156,4.01426,7200,7200,0,0,8613,0,0,0), + (53679,11140,0,0,0,2929.07,-2744.69,109.697,5.5676,345,345,0,0,4612,0,0,0), + (53680,13616,30,0,0,-1243.74,-640.959,52.5777,2.27432,490,490,0,0,46237,0,0,0), + (53682,13618,30,0,0,-1253.72,-605.134,55.3862,3.10635,430,430,0,0,3517,0,0,0), + (53683,13618,30,0,0,-1268.26,-598.099,55.3862,6.17373,430,430,0,0,3517,0,0,0), + (53684,13618,30,0,0,-1269.19,-609.817,55.3277,6.16468,430,430,0,0,3517,0,0,0), + (53685,13618,30,0,0,-1267.93,-592.807,55.3891,6.23267,430,430,0,0,3517,0,0,0), + (53686,1316,0,0,0,-8866,822.286,98.4,0.576,490,490,0,0,3857,0,0,0), + (53689,13676,30,0,0,2.63958,-437.79,44.5915,4.18745,430,430,0,0,2832,0,0,0), + (53690,13676,30,0,0,-6.28015,-451.074,44.5915,1.00879,430,430,0,0,2832,0,0,0), + (53691,10406,329,0,0,4026.23,-3557.18,126.157,3.45575,7200,7200,0,0,8613,0,0,0), + (53692,10406,329,0,0,3852.41,-3660.46,144.55,5.21853,7200,7200,0,0,8613,0,0,0), + (53693,10406,329,0,0,4058.27,-3517.76,122.389,2.30383,7200,7200,0,0,8613,0,0,0), + (53694,10406,329,0,0,3823.46,-3682.39,145.028,3.92699,7200,7200,0,0,8613,0,0,0), + (53695,10406,329,0,0,3835.02,-3591.73,145.058,2.79253,7200,7200,0,0,8613,0,0,0), + (53696,10406,329,0,0,3891.44,-3678.44,141.57,4.83456,7200,7200,0,0,8613,0,0,0), + (53697,10406,329,0,0,3898.46,-3683.88,142.262,2.93215,7200,7200,0,0,8613,0,0,0), + (53698,10406,329,0,0,3804.63,-3653.52,147.376,0.855211,7200,7200,0,0,8613,0,0,0), + (53702,10406,329,0,0,4020.85,-3556.55,125.597,5.95157,7200,7200,0,0,8613,0,0,0), + (53706,10406,329,0,0,3811.01,-3651.6,147.239,3.28122,7200,7200,0,0,8613,0,0,0), + (53707,10406,329,0,0,4007.92,-3589.73,130.129,4.93928,7200,7200,0,0,8613,0,0,0), + (53708,10406,329,0,0,3951.68,-3648.49,136.914,1.95477,7200,7200,0,0,8613,0,0,0), + (53709,10406,329,0,0,3840.03,-3636.68,146.248,1.01229,7200,7200,0,0,8613,0,0,0), + (53715,10406,329,0,0,4011.42,-3596.38,130.905,2.46091,7200,7200,0,0,8613,0,0,0), + (53716,10406,329,0,0,3844.09,-3632.58,146.628,3.68265,7200,7200,0,0,8613,0,0,0), + (53726,10406,329,0,0,3971.61,-3543.55,126.368,4.79965,7200,7200,0,0,8613,0,0,0), + (53727,10407,329,0,0,3979.07,-3620.75,129.757,3.47321,7200,7200,0,0,8883,0,0,0), + (53728,10407,329,0,0,3973.51,-3550.02,125.891,2.26893,7200,7200,0,0,8883,0,0,0), + (53729,10407,329,0,0,3807.41,-3646.83,146.999,4.39823,7200,7200,0,0,8883,0,0,0), + (53730,8542,0,0,0,3015.59,-4885.45,105.235,3.10472,345,345,10,0,3758,0,0,1), + (53731,8542,0,0,0,2984.14,-5012.01,104.68,0.53474,345,345,10,0,3758,0,0,1), + (53734,8542,0,0,0,2986.54,-4974.8,106.98,2.8581,345,345,10,0,3758,0,0,1), + (53735,8527,0,0,0,2887.09,-4712.76,96.0142,3.82259,345,345,5,0,3758,0,0,1), + (53736,10926,0,0,0,1456.32,-3596.44,86.9627,0.041027,345,345,0,0,64,0,0,0), + (53737,11063,0,0,0,2257.31,-5340.87,86.8037,1.48353,345,345,0,0,4484,0,0,0), + (53738,11704,0,0,0,3230.48,-4254.18,98.0389,4.20624,345,345,0,0,3857,0,0,0), + (53739,10304,0,0,0,3232.15,-4256.49,98.206,3.78736,345,345,0,0,4193,0,0,0), + (53740,8521,0,0,0,2962.54,-4918.34,99.5224,1.63529,345,345,10,0,3644,0,0,1), + (53741,8522,0,0,0,2891.76,-5002.24,101.357,4.55462,345,345,10,0,3758,0,0,1), + (53742,8561,0,0,0,3460.19,-4946.9,182.589,4.7822,345,345,0,0,3876,0,0,0), + (53743,8561,0,0,0,3432.53,-5036.13,183.602,0.750492,345,345,0,0,3876,0,0,0), + (53744,8564,0,0,0,3331.99,-4178.55,156.321,2.44346,345,345,0,0,4141,0,0,0), + (53745,8563,0,0,0,3313.58,-4275.27,159.223,3.07178,345,345,0,0,4121,0,0,0), + (53746,8563,0,0,0,3380.37,-4270.27,159.419,1.50098,345,345,0,0,4121,0,0,0), + (53747,8563,0,0,0,3284.85,-4231.15,158.397,3.24631,345,345,0,0,4121,0,0,0), + (53748,8565,0,0,0,3314.02,-4264.94,159.223,3.10669,345,345,0,0,4021,0,0,0), + (53749,8603,0,0,0,2216.17,-4769.83,91.253,0.703117,345,345,3,0,3293,0,0,1), + (53750,8603,0,0,0,2400.51,-4541.34,74.4222,4.17968,345,345,10,0,3293,0,0,1), + (53751,8598,0,0,0,2947.36,-4713.27,99.3967,5.81954,345,345,5,0,3758,0,0,1), + (53752,8602,0,0,0,2928.23,-5120.59,119.508,2.50896,345,345,3,0,3643,0,0,1), + (53753,8602,0,0,0,2861.16,-2929.17,100.38,1.74654,345,345,10,0,3643,0,0,1), + (53754,8598,0,0,0,2812.68,-4154.12,91.7327,1.86825,345,345,10,0,3758,0,0,1), + (53755,8598,0,0,0,3036.12,-4515.49,106.127,2.62245,345,345,3,0,3758,0,0,1), + (53757,8598,0,0,0,2948.31,-4606.65,77.0554,4.65277,345,345,10,0,3758,0,0,1), + (53758,8598,0,0,0,2724.95,-4609.68,90.6552,6.05053,345,345,10,0,3758,0,0,1), + (53761,10407,329,0,0,3830.42,-3592.75,145.511,0.750492,7200,7200,0,0,8883,0,0,0), + (53772,13959,30,0,0,2.18374,160.637,10.0215,0.044756,430,430,5,0,21650,0,0,1), + (53773,13959,30,0,0,32.104,61.6575,-0.485879,1.75298,430,430,5,0,21650,0,0,1), + (53774,13959,30,0,0,148.343,66.2234,6.05096,5.92035,430,430,5,0,21650,0,0,1), + (53775,13959,30,0,0,71.0416,187.098,7.40629,4.71952,430,430,5,0,21650,0,0,1), + (53776,13959,30,0,0,92.5633,133.908,3.28235,5.27716,430,430,5,0,21650,0,0,1), + (53777,10407,329,0,0,3942.94,-3638.15,136.92,0.331613,7200,7200,0,0,8883,0,0,0), + (53778,10407,329,0,0,4019.1,-3522.99,122.102,1.85005,7200,7200,0,0,8883,0,0,0), + (53779,10407,329,0,0,3949.97,-3636,134.591,3.38594,7200,7200,0,0,8883,0,0,0), + (53780,10407,329,0,0,3891.4,-3689,143.387,1.43117,7200,7200,0,0,8883,0,0,0), + (53781,10407,329,0,0,3966.53,-3546.19,127.225,5.93412,7200,7200,0,0,8883,0,0,0), + (53782,10407,329,0,0,3832.02,-3588.27,145.217,4.90438,7200,7200,0,0,8883,0,0,0), + (53783,1850,0,0,0,1434.86,-1649.6,69.5874,4.42903,72000,72000,0,0,3589,0,0,0), + (53788,14041,369,0,0,-18.4973,-17.03,-4.297,1.46808,190,190,0,0,484,0,0,0), + (53789,14121,369,0,0,95.8035,1375.94,-122.222,1.47555,190,190,5,0,919,0,0,1), + (53790,14121,369,0,0,49.3074,1205.64,-121.838,3.01425,190,190,5,0,919,0,0,1), + (53791,14121,369,0,0,53.5573,1303.29,-121.098,1.21121,190,190,5,0,919,0,0,1), + (53837,1855,0,0,0,2672.04,-2478.26,72.6985,6.03506,610,610,0,0,9563,2486,0,0), + (53838,11710,0,0,0,2677.24,-2470.89,72.4485,2.11891,345,345,0,0,3517,0,0,0), + (53839,8603,0,0,0,1479.58,-3152.78,108.927,1.30029,345,345,5,0,3293,0,0,1), + (53840,8600,0,0,0,1851.85,-2766.02,89.6741,1.76322,345,345,5,0,3189,0,0,1), + (53855,8546,0,0,0,2509.67,-3645.45,186.692,4.46804,345,345,0,0,4212,0,0,0), + (53856,8606,0,0,0,2090.27,-4391.35,15.054,1.26511,345,345,3,0,3529,0,0,1), + (53857,16378,0,0,0,2308.77,-5344.67,91.6577,2.32129,610,610,0,0,5000,0,0,0), + (53858,590,0,0,0,-11015.7,1475.3,43.8808,4.29351,300,300,0,0,273,0,0,0), + (53859,590,0,0,0,-10980,1463.59,43.385,5.8294,300,300,0,0,273,0,0,0), + (53860,589,0,0,0,-10971.5,1461.66,43.4908,2.89725,300,300,0,0,263,710,0,0), + (53861,589,0,0,0,-11001.2,1466.05,43.2363,3.56047,300,300,0,0,263,710,0,0), + (53862,589,0,0,0,-11003.8,1447.38,43.6113,5.06677,300,300,5,0,263,710,0,1), + (53863,16378,0,0,0,2182.43,-5303.38,101.613,2.0615,610,610,0,0,5000,0,0,0), + (53864,16378,0,0,0,2275.17,-5394.57,86.5703,0.447865,610,610,3,0,5000,0,0,1), + (53865,16378,0,0,0,2280.05,-5292.46,83.7396,4.77984,610,610,5,0,5000,0,0,2), + (53866,16378,0,0,0,2284.01,-5291.78,83.7781,4.78055,610,610,5,0,5000,0,0,2), + (53867,11036,0,0,0,2307.24,-5348.9,91.6577,2.72271,345,345,0,0,3857,0,0,0), + (53868,16378,0,0,0,2342.51,-5371.9,86.1964,2.32234,610,610,3,0,5000,0,0,1), + (53869,16378,0,0,0,2213.99,-5308.82,87.046,0.848268,610,610,5,0,5000,0,0,1), + (53870,14282,30,0,0,-563.432,-287.68,51.66,3.93199,430,430,5,0,2319,0,0,1), + (53871,14282,30,0,0,-757.089,-337.765,66.8765,1.13325,430,430,5,0,2319,0,0,1), + (53872,14282,30,0,0,-724.476,-346.974,66.8716,5.56627,430,430,5,0,2319,0,0,1), + (53873,14282,30,0,0,-472.368,-195.447,53.5093,5.87887,430,430,5,0,2319,0,0,1), + (53874,14282,30,0,0,-529.064,-221.179,57.8076,3.26573,430,430,5,0,2319,0,0,1), + (53875,16378,0,0,0,2263.06,-5346.17,87.0119,1.6057,610,610,0,0,5000,0,0,0), + (53876,14284,30,0,0,773.874,-498.323,99.2116,2.07412,430,430,0,0,9563,0,0,0), + (53877,14284,30,0,0,817.485,-490.792,100.378,4.59828,430,430,0,0,9563,0,0,0), + (53878,14284,30,0,0,867.469,-509.055,96.5918,2.2288,430,430,0,0,9563,0,0,0), + (53879,14284,30,0,0,787.535,-489.535,99.7005,0.085236,430,430,0,0,9563,0,0,0), + (53880,14284,30,0,0,775.204,-485.476,98.9171,3.92814,430,430,0,0,9563,0,0,0), + (53881,14284,30,0,0,884.194,-499.006,96.7917,4.21897,430,430,0,0,9563,0,0,0), + (53882,14284,30,0,0,934.73,-519.521,93.7814,2.04571,430,430,0,0,9563,0,0,0), + (53883,14284,30,0,0,877.234,-505.65,96.6243,5.75985,430,430,0,0,9563,0,0,0), + (53884,14285,30,0,0,-889.322,-543.784,55.6655,2.53483,2100,2100,0,0,16638,0,0,0), + (53885,14285,30,0,0,-819.7,-658.118,53.002,0.538491,2100,2100,0,0,16638,0,0,0), + (53886,14285,30,0,0,-734.548,-699.039,51.1097,0.293001,2100,2100,0,0,16638,0,0,0), + (53887,14285,30,0,0,-875.008,-559.704,57.06,5.32652,2100,2100,0,0,16638,0,0,0), + (53888,14285,30,0,0,-853.968,-574.578,57.895,3.53729,2100,2100,0,0,16638,0,0,0), + (53889,14285,30,0,0,-757.815,-673.444,52.2337,4.96346,2100,2100,0,0,16638,0,0,0), + (53890,14285,30,0,0,-836.914,-624.471,54.0821,1.32866,2100,2100,0,0,16638,0,0,0), + (53891,14285,30,0,0,-878.21,-535.002,54.9482,1.81071,2100,2100,0,0,16638,0,0,0), + (53892,14285,30,0,0,-726.635,-695.739,51.2789,3.64901,2100,2100,0,0,16638,0,0,0), + (53894,10412,329,0,0,3853.99,-3590.34,142.523,0.88975,7200,7200,5,0,8613,0,0,1), + (53895,16378,0,0,0,2354.78,-5315.54,86.4626,1.5814,610,610,3,0,5000,0,0,1), + (53896,16378,0,0,0,2287.33,-5281.58,82.3207,1.69297,610,610,0,0,5000,0,0,0), + (53897,16284,0,0,0,2309.51,-5305.87,82.0796,0.122173,345,345,0,0,6726,8964,0,0), + (53898,16284,0,0,0,2678.16,-3999.29,99.7264,2.77507,345,345,0,0,6726,8964,0,0), + (53899,10412,329,0,0,3985.52,-3592.44,127.964,6.12493,7200,7200,5,0,8613,0,0,1), + (53900,10412,329,0,0,3887.16,-3677.5,141.664,0.902485,7200,7200,5,0,8613,0,0,1), + (53901,10412,329,0,0,3855.54,-3557.05,139.7,3.86782,7200,7200,5,0,8613,0,0,1), + (53902,10412,329,0,0,3861.68,-3686.35,142.462,0.360177,7200,7200,5,0,8613,0,0,1), + (53903,10412,329,0,0,3989.16,-3625.46,130.152,4.95631,7200,7200,5,0,8613,0,0,1), + (53904,10412,329,0,0,3995.33,-3555.18,124.711,2.90855,7200,7200,5,0,8613,0,0,1), + (53905,10413,329,0,0,3992.23,-3592.48,128.162,0.526674,7200,7200,5,0,8883,0,0,1), + (53931,10413,329,0,0,3830.55,-3647.74,145.88,5.93972,7200,7200,5,0,8883,0,0,1), + (53932,10413,329,0,0,3840.02,-3664.83,144.508,4.3269,7200,7200,5,0,8883,0,0,1), + (53933,1851,0,0,0,2325.76,-2255.95,47.0159,1.90398,72000,72000,0,0,4370,0,0,0), + (53934,10413,329,0,0,3822.47,-3630.12,145.821,1.87391,7200,7200,5,0,8883,0,0,1), + (53935,10413,329,0,0,3869.79,-3573.63,139.894,0.381868,7200,7200,5,0,8883,0,0,1), + (53936,10413,329,0,0,3873.09,-3535.47,137.948,2.4098,7200,7200,5,0,8883,0,0,1), + (53937,16046,329,0,0,3423.47,-3055.73,136.581,1.15192,7200,7200,0,0,42,0,0,0), + (53938,8557,0,0,0,2981.68,-2680.12,101.819,0.281422,345,345,2,0,3882,0,0,2), + (53942,14869,0,0,0,-9554.05,125.139,59.0065,1.47803,180,180,5,0,64,0,0,1), + (53943,10414,329,0,0,3658.83,-3494.78,136.637,2.07147,7200,7200,0,0,16704,0,0,2), + (53953,10414,329,0,0,3560,-3333.56,129.345,3.55154,7200,7200,0,0,16704,0,0,2), + (53954,10414,329,0,0,3659.59,-3336.16,123.813,2.4203,7200,7200,0,0,16704,0,0,2), + (53955,10415,329,0,0,3847.58,-3748.46,195.809,1.36136,7200,7200,5,0,9298,0,0,1), + (53957,590,0,0,0,-10973.7,1442.25,45.3329,3.44821,300,300,10,0,273,0,0,1), + (53958,590,0,0,0,-10980.8,1483.29,43.285,2.49582,300,300,0,0,273,0,0,0), + (53959,589,0,0,0,-10989.1,1490.65,43.837,4.72984,300,300,0,0,263,710,0,0), + (53960,590,0,0,0,-10976,1488.09,43.8335,3.26377,300,300,0,0,273,0,0,0), + (53961,590,0,0,0,-10960.8,1494.93,36.665,6.03884,300,300,0,0,273,0,0,0), + (53962,589,0,0,0,-10949.5,1485.77,36.6659,2.11185,300,300,0,0,263,710,0,0), + (53963,10415,329,0,0,4057.59,-3665.95,183.078,2.44346,7200,7200,5,0,9298,0,0,1), + (53968,10415,329,0,0,3838.85,-3500.02,192.029,5.21853,7200,7200,5,0,9298,0,0,1), + (53969,10416,329,0,0,3990.78,-3381.93,118.724,3.3588,7200,7200,5,0,14805,0,0,1), + (53970,12243,349,0,0,1055.39,-424.143,-31.7116,1.75037,7200,7200,0,0,5346,0,0,2), + (53971,12219,349,0,0,1062.71,-424.148,-31.5727,0.977384,7200,7200,1,0,8316,0,0,1), + (53972,12218,349,0,0,969.816,-372.657,-49.601,2.28638,7200,7200,5,0,1336,0,0,1), + (53973,12218,349,0,0,955.098,-391.433,-50.0988,0.349066,7200,7200,2,0,1336,0,0,1), + (53983,12218,349,0,0,958.061,-385.395,-49.9248,0.296706,7200,7200,2,0,1336,0,0,1), + (53984,12218,349,0,0,971.63,-382.009,-49.7097,3.19395,7200,7200,2,0,1336,0,0,1), + (53985,12218,349,0,0,964.631,-377.721,-49.6845,0.733038,7200,7200,5,0,1336,0,0,1), + (53986,12219,349,0,0,1049.32,-379.469,-36.1926,4.55531,7200,7200,1,0,8316,0,0,1), + (53987,12220,349,0,0,991.006,-377.712,-50.028,3.56047,7200,7200,1,0,5346,0,0,1), + (53988,12220,349,0,0,985.691,-382.148,-50.0415,3.14159,7200,7200,1,0,5346,0,0,1), + (53989,12220,349,0,0,985.241,-374.951,-49.9296,3.14159,7200,7200,1,0,5346,0,0,1), + (53990,11793,349,0,0,1045.99,-368.822,-36.2759,1.82739,7200,7200,0,0,4434,2301,0,0), + (53991,11793,349,0,0,1043.05,-368.435,-36.3261,1.83132,7200,7200,0,0,4434,2301,0,0), + (53992,2914,349,0,0,985.773,-362.54,-50.1909,1.78024,7200,7200,10,0,8,0,0,1), + (53993,12220,349,0,0,1045.25,-331.686,-38.0173,2.74017,7200,7200,1,0,5346,0,0,1), + (53994,12219,349,0,0,1009.39,-353.802,-40.683,4.64258,7200,7200,2,0,8316,0,0,1), + (53995,8557,0,0,0,2889.24,-2565.42,88.3898,3.57792,345,345,0,0,3882,0,0,0), + (53996,14388,0,0,0,-8217,-499,197.379,2.145,430,430,5,0,6645,0,0,1), + (53997,14388,0,0,0,-8205,-483,193.823,2.678,430,430,5,0,6645,0,0,1), + (53998,14388,0,0,0,-8184,-577,200.644,4.471,430,430,5,0,6645,0,0,1), + (53999,14388,0,0,0,-8150,-540,200.85,1.866,430,430,5,0,6645,0,0,1), + (54000,14390,0,0,0,-8208,-485,193.739,5.354,310,310,5,0,4181,0,0,1), + (54001,14390,0,0,0,-8159,-597,199.913,2.554,310,310,5,0,4181,0,0,1), + (54002,10416,329,0,0,4009.16,-3434.68,120.951,2.33062,7200,7200,5,0,14805,0,0,1), + (54003,14393,0,0,0,-8177,-594,200.167,0.811,540,540,0,0,6547,1142,0,0), + (54005,12220,349,0,0,1044.79,-326.789,-38.1654,5.26045,7200,7200,1,0,5346,0,0,1), + (54006,12220,349,0,0,1049.94,-326.105,-38.3124,4.40843,7200,7200,1,0,5346,0,0,1), + (54007,12218,349,0,0,953.104,-377.342,-50.0064,1.97049,7200,7200,5,0,1336,0,0,1), + (54008,12218,349,0,0,959.547,-369.447,-49.8858,4.7595,7200,7200,5,0,1336,0,0,1), + (54009,12220,349,0,0,1073.2,-314.498,-72.4787,6.05629,7200,7200,1,0,5346,0,0,1), + (54010,12220,349,0,0,1068.49,-313.721,-72.4787,0,7200,7200,1,0,5346,0,0,1), + (54011,12220,349,0,0,1073.84,-308.9,-72.4787,0,7200,7200,1,0,5346,0,0,1), + (54012,12218,349,0,0,952.468,-362.702,-50.1017,3.22074,7200,7200,5,0,1336,0,0,1), + (54013,12218,349,0,0,1064.96,-274.43,-73.2326,2.99423,7200,7200,5,0,1336,0,0,1), + (54014,12220,349,0,0,1029.57,-302.15,-71.7337,0.069813,7200,7200,1,0,5346,0,0,1), + (54015,8557,0,0,0,2890.03,-2571.24,89.2364,2.86234,345,345,0,0,3882,0,0,0), + (54016,8557,0,0,0,2887.93,-2636.99,88.164,0.436332,345,345,2,0,3882,0,0,1), + (54017,8558,0,0,0,2891.12,-2631.56,89.3438,6.02139,345,345,5,0,3876,0,0,2), + (54018,10416,329,0,0,4097.98,-3397.96,115.993,0.935985,7200,7200,5,0,14805,0,0,1), + (54019,10416,329,0,0,4053.98,-3413.3,116.076,3.38611,7200,7200,5,0,14805,0,0,1), + (54020,10417,329,0,0,4022.83,-3424.39,117.549,3.00096,7200,7200,5,0,15260,0,0,1), + (54021,10417,329,0,0,4052.9,-3432.7,118.528,1.09369,7200,7200,5,0,15260,0,0,1), + (54022,10417,329,0,0,3998.95,-3403.29,117.52,3.13568,7200,7200,5,0,15260,0,0,1), + (54024,8557,0,0,0,2997.33,-2703.77,102.758,0.928029,345,345,2,0,3882,0,0,1), + (54025,8556,0,0,0,2868.08,-2544.9,87.8341,2.30246,345,345,5,0,3529,0,0,2), + (54026,10417,329,0,0,4089.61,-3431.32,116.945,1.1363,7200,7200,5,0,15260,0,0,1), + (54027,10417,329,0,0,4083.99,-3379.84,116.318,5.4536,7200,7200,5,0,15260,0,0,1), + (54033,8557,0,0,0,2759.4,-2516.71,78.6361,2.33874,345,345,0,0,3882,0,0,0), + (54035,8558,0,0,0,2793.46,-2523.29,83.7006,1.41372,345,345,0,0,3876,0,0,0), + (54036,8555,0,0,0,2977.84,-2746.88,98.9196,5.77704,345,345,2,0,3189,0,0,1), + (54037,590,0,0,0,-10988.2,1496.67,50.6914,4.41568,300,300,0,0,273,0,0,0), + (54039,10417,329,0,0,3995.31,-3425.23,120.991,5.27334,7200,7200,5,0,15260,0,0,1), + (54040,10417,329,0,0,4040.22,-3443.81,119.751,5.7582,7200,7200,5,0,15260,0,0,1), + (54041,10417,329,0,0,4072.01,-3401.01,115.653,3.69658,7200,7200,5,0,15260,0,0,1), + (590017,2098,0,10000,0,-1813.51,-4155.14,9.89494,1.82635,60,60,0,0,164,0,0,0), + (590016,12998,0,12932,12998,-1853.49,-4091.65,9.81663,4.70644,60,60,0,0,644,0,0,0), + (590015,12998,0,12933,12998,-1853.19,-4122.06,11.1314,4.76928,60,60,0,0,644,0,0,2), + (54045,589,0,0,0,-10992.4,1491.23,50.6914,0.261799,300,300,0,0,263,710,0,0), + (54046,590,0,0,0,-10988.4,1479.16,50.6914,2.93215,300,300,0,0,273,0,0,0), + (54047,589,0,0,0,-10995,1480.09,50.6914,0.139626,300,300,0,0,263,710,0,0), + (54048,590,0,0,0,-11020.7,1542.33,44.3337,2.63545,300,300,0,0,273,0,0,0), + (54050,10417,329,0,0,4012.37,-3401.48,116.073,0.155868,7200,7200,5,0,15260,0,0,1), + (54051,589,0,0,0,-11023.1,1547.48,44.4936,4.57276,300,300,0,0,263,710,0,0), + (54052,10418,329,0,0,3633.58,-3170.49,129.056,4.76475,7200,7200,0,0,8352,0,0,2), + (54053,10418,329,0,0,3601.5,-3104.47,134.205,0.401426,7200,7200,0,0,8352,0,0,0), + (54054,10418,329,0,0,3660.57,-3096.98,134.2,3.49066,7200,7200,0,0,8352,0,0,0), + (54055,10418,329,0,0,3658.14,-3092.85,134.2,3.92699,7200,7200,0,0,8352,0,0,0), + (54056,10418,329,0,0,3680.72,-3148.38,127.405,3.85718,7200,7200,0,0,8352,0,0,2), + (54057,12220,349,0,0,1025.44,-297.944,-71.8533,0,7200,7200,1,0,5346,0,0,1), + (54058,12220,349,0,0,1030.58,-297.475,-71.9025,0,7200,7200,1,0,5346,0,0,1), + (54059,12219,349,0,0,981.228,-304.751,-45.6394,5.41052,7200,7200,3,0,8316,0,0,1), + (54060,2914,349,0,0,994.114,-310.902,-45.2978,6.26573,7200,7200,10,0,8,0,0,1), + (54061,12218,349,0,0,1071.78,-275.602,-72.7271,1.70784,7200,7200,5,0,1336,0,0,1), + (54062,12218,349,0,0,1078.98,-279.331,-72.0672,5.3058,7200,7200,5,0,1336,0,0,1), + (54063,12218,349,0,0,925.932,-358.394,-50.4764,2.56199,7200,7200,5,0,1336,0,0,1), + (54064,12218,349,0,0,931.656,-363.487,-50.4764,1.82313,7200,7200,5,0,1336,0,0,1), + (54065,12218,349,0,0,928.639,-379.264,-50.3402,1.11734,7200,7200,2,0,1336,0,0,1), + (54066,10418,329,0,0,3589.99,-3062.48,136.08,4.90438,7200,7200,0,0,8352,0,0,0), + (54067,10418,329,0,0,3593.58,-3071.62,136.075,4.79965,7200,7200,0,0,8352,0,0,0), + (54068,10418,329,0,0,3623.2,-3100.3,134.207,1.65806,7200,7200,0,0,8352,0,0,0), + (54069,10418,329,0,0,3656.91,-3161.94,128.359,5.39307,7200,7200,0,0,8352,0,0,0), + (54070,10418,329,0,0,3664.29,-3157.06,128.357,5.18363,7200,7200,0,0,8352,0,0,0), + (54071,10418,329,0,0,3622.81,-3092.95,134.124,3.73462,7200,7200,0,0,8352,0,0,0), + (54072,10418,329,0,0,3580.16,-3092.94,136.073,0.20944,7200,7200,0,0,8352,0,0,0), + (54073,10418,329,0,0,3658.43,-3178.07,126.696,5.23599,7200,7200,0,0,8352,0,0,0), + (54074,10418,329,0,0,3665.62,-3173.88,126.551,5.02655,7200,7200,0,0,8352,0,0,0), + (54075,10418,329,0,0,3665.86,-3190.78,126.324,5.16617,7200,7200,0,0,8352,0,0,0), + (54076,10418,329,0,0,3659.01,-3196.85,126.949,5.61996,7200,7200,0,0,8352,0,0,2), + (54077,10418,329,0,0,3638.98,-3075.01,134.205,5.28835,7200,7200,0,0,8352,0,0,0), + (54078,590,0,0,0,-11045.5,1538.39,43.5363,4.18879,300,300,0,0,273,0,0,0), + (54079,10419,329,0,0,3683.18,-3176.32,126.596,4.60767,7200,7200,0,0,5847,10680,0,2), + (54081,10419,329,0,0,3606.16,-3110.07,134.205,0.890118,7200,7200,0,0,5847,10680,0,0), + (54082,10419,329,0,0,3680.66,-3207.96,127.269,5.09636,7200,7200,0,0,5847,10680,0,0), + (54083,10419,329,0,0,3593.81,-3064.31,136.074,4.76475,7200,7200,0,0,5847,10680,0,0), + (54084,10419,329,0,0,3616.1,-3091.5,134.205,6.00393,7200,7200,0,0,5847,10680,0,0), + (54085,10419,329,0,0,3619.75,-3095.13,134.124,3.74266,7200,7200,0,0,5847,10680,0,2), + (54086,10419,329,0,0,3581.43,-3086.79,136.075,6.07375,7200,7200,0,0,5847,10680,0,0), + (54087,10419,329,0,0,3662.84,-3175.15,126.559,5.11381,7200,7200,0,0,5847,10680,0,0), + (54088,10419,329,0,0,3646.46,-3076.75,134.205,4.53786,7200,7200,0,0,5847,10680,0,0), + (54089,10420,329,0,0,3599.28,-3107.91,134.204,0.523599,7200,7200,0,0,6681,4482,0,0), + (54090,10420,329,0,0,3663.41,-3093.63,134.2,3.63029,7200,7200,0,0,6681,4482,0,0), + (54091,10420,329,0,0,3661.6,-3091.23,134.2,3.83972,7200,7200,0,0,6681,4482,0,0), + (54093,12218,349,0,0,931.7,-374.042,-50.4125,5.28588,7200,7200,3,0,1336,0,0,1), + (54094,12219,349,0,0,926.689,-312.426,-49.7107,4.86947,7200,7200,1,0,8316,0,0,1), + (54095,12218,349,0,0,936.365,-358.656,-50.4764,1.72337,7200,7200,5,0,1336,0,0,1), + (54096,12218,349,0,0,939.563,-368.764,-50.3628,1.91986,7200,7200,5,0,1336,0,0,1), + (54097,12222,349,0,0,945.735,-276.518,-45.8651,4.11898,7200,7200,1,0,5148,0,0,1), + (54098,12222,349,0,0,952.823,-286.019,-45.5627,4.93928,7200,7200,1,0,5148,0,0,1), + (54099,12218,349,0,0,1058.68,-267.89,-73.231,0.878976,7200,7200,5,0,1336,0,0,1), + (54100,12222,349,0,0,953.088,-280.79,-45.5815,0.453786,7200,7200,1,0,5148,0,0,1), + (54101,12218,349,0,0,1070.46,-269.115,-73.1791,3.82749,7200,7200,5,0,1336,0,0,1), + (54102,12218,349,0,0,1078.92,-268.667,-72.5621,4.12956,7200,7200,5,0,1336,0,0,1), + (54103,12218,349,0,0,1032.01,-252.936,-72.2407,2.45657,7200,7200,2,0,1336,0,0,1), + (54104,12218,349,0,0,1040.28,-255.664,-72.3116,3.38751,7200,7200,2,0,1336,0,0,1), + (54105,12222,349,0,0,990.719,-248.56,-45.6281,0.244346,7200,7200,1,0,5148,0,0,1), + (54106,12218,349,0,0,1065.27,-263.417,-73.2289,4.11447,7200,7200,5,0,1336,0,0,1), + (54107,8557,0,0,0,2868.93,-2535.94,87.6115,5.42797,345,345,0,0,3882,0,0,0), + (54108,8557,0,0,0,2856.41,-2539.46,85.7428,4.83456,345,345,0,0,3882,0,0,0), + (54109,8556,0,0,0,2994.12,-2764.2,98.5751,1.39626,345,345,3,0,3529,0,0,1), + (54110,589,0,0,0,-11023.6,1500.94,43.285,4.27606,300,300,0,0,263,710,0,0), + (54111,589,0,0,0,-11052.1,1495.5,44.3616,0.942478,300,300,0,0,263,710,0,0), + (54112,16184,0,0,0,2814.19,-2498.43,84.6337,2.44151,43200,43200,5,0,18312,0,0,2), + (54115,10420,329,0,0,3595.8,-3067.59,136.066,4.67748,7200,7200,0,0,6681,4482,0,0), + (54116,10420,329,0,0,3615.62,-3095.89,134.205,0.349066,7200,7200,0,0,6681,4482,0,0), + (54117,10420,329,0,0,3661.57,-3157.8,128.945,5.23599,7200,7200,0,0,6681,4482,0,0), + (54118,12222,349,0,0,992.022,-252.179,-45.6281,3.66519,7200,7200,1,0,5148,0,0,1), + (54120,16131,0,0,0,2289.73,-5337.32,90.9632,5.70723,610,610,0,0,10000,9736,0,0), + (54121,12222,349,0,0,973.882,-254.73,-48.7537,3.82227,7200,7200,5,0,5148,0,0,1), + (54122,12218,349,0,0,925.115,-371.905,-50.4495,0.151607,7200,7200,2,0,1336,0,0,1), + (54123,12218,349,0,0,921.593,-363.347,-50.4764,5.25939,7200,7200,5,0,1336,0,0,1), + (54124,589,0,0,0,-11052.4,1511.68,43.1816,1.57669,300,300,5,0,263,710,0,1), + (54125,4076,349,0,0,928.427,-289.144,-49.7132,5.58505,7200,7200,3,0,8,0,0,1), + (54126,2914,349,0,0,911.326,-329.779,-49.3715,0.279253,7200,7200,10,0,8,0,0,1), + (54127,12219,349,0,0,918.115,-341.832,-49.529,1.06465,7200,7200,1,0,8316,0,0,1), + (54128,11793,349,0,0,903.121,-326.834,-49.6053,4.88513,7200,7200,5,0,4434,2301,0,1), + (54129,11793,349,0,0,901.704,-330.173,-49.4676,4.89489,7200,7200,5,0,4434,2301,0,1), + (54130,13533,349,0,0,925.31,-327.509,-49.2884,0.030144,7200,7200,5,0,5346,0,0,1), + (54131,12222,349,0,0,942.606,-271.673,-45.7377,3.9968,7200,7200,1,0,5148,0,0,1), + (54132,12222,349,0,0,974.51,-247.362,-48.7063,5.86431,7200,7200,5,0,5148,0,0,1), + (54133,12218,349,0,0,1035.73,-238.229,-72.2391,5.59064,7200,7200,5,0,1336,0,0,1), + (54134,12218,349,0,0,1030.31,-238.309,-72.2386,2.40222,7200,7200,5,0,1336,0,0,1), + (54135,12218,349,0,0,1036.24,-247.015,-72.2401,2.02142,7200,7200,5,0,1336,0,0,1), + (54136,12218,349,0,0,1025.83,-245.535,-72.2404,0.013524,7200,7200,2,0,1336,0,0,1), + (54137,10420,329,0,0,3576.77,-3085.33,136.068,6.03884,7200,7200,0,0,6681,4482,0,0), + (54138,10420,329,0,0,3661.89,-3192.89,126.691,5.37561,7200,7200,0,0,6681,4482,0,0), + (54139,10420,329,0,0,3646.49,-3072.84,134.207,4.59022,7200,7200,0,0,6681,4482,0,0), + (54140,10421,329,0,0,3530.25,-2969.89,125.085,6.10865,7200,7200,0,0,6891,4578,0,0), + (54141,10421,329,0,0,3527.38,-2966.05,125.084,5.86431,7200,7200,0,0,6891,4578,0,0), + (54142,10421,329,0,0,3565.13,-2968.24,125.085,5.32325,7200,7200,0,0,6891,4578,0,0), + (54144,10421,329,0,0,3573.64,-2968.94,125.085,4.4855,7200,7200,0,0,6891,4578,0,0), + (54145,16134,0,0,0,2276.66,-5325.3,88.7947,4.81711,610,610,0,0,10000,9736,0,0), + (54146,10421,329,0,0,3577.94,-2999.8,125.085,3.59538,7200,7200,0,0,6891,4578,0,0), + (54147,10421,329,0,0,3541.42,-2985.85,125.084,0.244346,7200,7200,0,0,6891,4578,0,0), + (54148,12218,349,0,0,1041.78,-247.083,-72.2406,5.11537,7200,7200,5,0,1336,0,0,1), + (54149,12222,349,0,0,964.469,-254.275,-48.901,5.41052,7200,7200,5,0,5148,0,0,1), + (54150,12222,349,0,0,966.765,-246.399,-48.7931,6.14356,7200,7200,5,0,5148,0,0,1), + (54151,12222,349,0,0,969.419,-251.714,-48.8144,3.19395,7200,7200,5,0,5148,0,0,1), + (54152,12216,349,0,0,876.261,-337.357,-50.205,3.97935,7200,7200,2,0,1238,0,0,1), + (54153,12217,349,0,0,872.162,-337,-50.1288,0.820305,7200,7200,2,0,1238,0,0,1), + (54154,11790,349,0,0,870.034,-329.385,-48.798,0.279253,7200,7200,0,0,4953,0,0,0), + (54155,11791,349,0,0,873.657,-331.636,-48.8113,1.39626,7200,7200,0,0,5148,0,0,0), + (54156,12220,349,0,0,887.305,-278.695,-45.8448,6.07375,7200,7200,1,0,5346,0,0,1), + (54157,12220,349,0,0,889.728,-282.184,-45.8448,3.14159,7200,7200,1,0,5346,0,0,1), + (54158,12220,349,0,0,888.269,-275.058,-45.7142,3.14159,7200,7200,1,0,5346,0,0,1), + (54159,12220,349,0,0,932.047,-233.181,-46.4558,3.14159,7200,7200,1,0,5346,0,0,1), + (54160,12219,349,0,0,1001.87,-216.367,-67.3711,5.07891,7200,7200,1,0,8316,0,0,1), + (54161,12222,349,0,0,966.635,-215.979,-46.9451,1.39626,7200,7200,1,0,5148,0,0,1), + (54162,10421,329,0,0,3543.1,-2989.67,125.085,0.331613,7200,7200,0,0,6891,4578,0,0), + (54163,16132,0,0,0,2288.55,-5340.35,90.9632,0.575959,610,610,0,0,10000,9736,0,0), + (54164,16376,0,0,0,2261.17,-5321.3,81.9491,4.86947,345,345,0,0,12000,0,0,0), + (54166,10421,329,0,0,3542.63,-3020.91,125.084,5.61996,7200,7200,0,0,6891,4578,0,0), + (54167,10421,329,0,0,3545.78,-3017.46,125.083,5.3058,7200,7200,0,0,6891,4578,0,0), + (54168,10422,329,0,0,3575.44,-2997.55,125.085,3.82227,7200,7200,0,0,6030,10922,0,0), + (54169,10422,329,0,0,3531.98,-3052.11,134.998,2.40187,7200,7200,0,0,6030,10922,0,0), + (54170,10422,329,0,0,3431.11,-3066.49,136.513,5.297,7200,7200,0,0,6030,10922,0,0), + (54171,10423,329,0,0,3529.63,-2960.39,125.083,5.48033,7200,7200,0,0,6030,10922,0,0), + (54172,10423,329,0,0,3534.15,-2959.55,125.083,5.06145,7200,7200,0,0,6030,10922,0,0), + (54173,10423,329,0,0,3568.78,-2966.41,125.084,4.95674,7200,7200,0,0,6030,10922,0,0), + (54174,10423,329,0,0,3581.63,-2996.54,125.083,3.64774,7200,7200,0,0,6030,10922,0,0), + (54175,10423,329,0,0,3547.5,-2993.13,125.084,1.02974,7200,7200,0,0,6030,10922,0,0), + (54179,10423,329,0,0,3543.48,-3012.08,125.083,5.25344,7200,7200,0,0,6030,10922,0,0), + (54180,10424,329,0,0,3673.93,-3182.6,126.318,4.93928,7200,7200,0,0,7107,4738,0,0), + (54186,16135,0,0,0,2277.14,-5328.59,88.8296,2.00713,610,610,0,0,10000,9736,0,0), + (54188,16256,0,0,0,2300.9,-5345.09,90.8799,2.16421,345,345,0,0,5200,0,0,2), + (54190,16133,0,0,0,2296.98,-5335.87,90.9632,5.25344,610,610,0,0,10000,9736,0,0), + (54192,16116,0,0,0,2296.01,-5340.98,90.8799,0.610865,610,610,0,0,100000,73020,0,0), + (54193,16114,0,0,0,2296.2,-5337.89,90.8799,-0.977384,610,610,0,0,3300,9736,0,0), + (54194,16117,0,0,0,2926.27,-2913.64,101.776,5.52883,345,345,5,0,3968,0,0,1), + (54195,16117,0,0,0,2900.8,-2879.93,98.4798,2.64957,345,345,5,0,3968,0,0,1), + (54196,16117,0,0,0,2929.71,-2753.13,108.209,0.986927,345,345,5,0,3968,0,0,1), + (54197,16117,0,0,0,3011.98,-2878.7,102.014,5.48657,345,345,5,0,3968,0,0,1), + (54198,16117,0,0,0,2911.8,-2870.99,98.4798,3.33249,345,345,5,0,3968,0,0,1), + (54199,16117,0,0,0,2888.54,-2884.38,97.8768,1.06231,345,345,5,0,3968,0,0,1), + (54200,12220,349,0,0,936.385,-232.656,-46.477,3.68265,7200,7200,1,0,5346,0,0,1), + (54201,10424,329,0,0,3470.86,-3073.86,135.088,0.907571,7200,7200,0,0,7107,4738,0,0), + (54202,12220,349,0,0,938.847,-227.259,-46.4733,3.14159,7200,7200,1,0,5346,0,0,1), + (54204,10424,329,0,0,3465.61,-3065.72,135.084,0.20944,7200,7200,0,0,7107,4738,0,0), + (54205,10424,329,0,0,3550.05,-2985.37,125.001,0.483623,7200,7200,0,0,7107,4738,0,2), + (54206,10424,329,0,0,3547.46,-2987.13,125.001,0.66314,7200,7200,0,0,7107,4738,0,0), + (54207,10424,329,0,0,3674.35,-3211.48,127.163,5.28835,7200,7200,0,0,7107,4738,0,0), + (54208,10424,329,0,0,3545.55,-3079.63,135.08,0.855211,7200,7200,0,0,7107,4738,0,0), + (54209,16117,0,0,0,2929.06,-2730.47,107.383,3.30942,345,345,10,0,3968,0,0,1), + (54219,10424,329,0,0,3542.75,-3075.05,135.08,0.401426,7200,7200,0,0,7107,4738,0,0), + (54220,10424,329,0,0,3589.11,-3116.47,151.759,5.18363,7200,7200,0,0,7107,4738,0,0), + (54221,10424,329,0,0,3500.78,-3094.38,135.751,1.81514,7200,7200,0,0,7107,4738,0,0), + (54222,10424,329,0,0,3506.84,-3093.61,135.751,2.46091,7200,7200,0,0,7107,4738,0,0), + (54223,10424,329,0,0,3487.13,-3080.12,135.08,0.383972,7200,7200,0,0,7107,4738,0,0), + (54224,10424,329,0,0,3490.27,-3084.98,135.08,0.890118,7200,7200,0,0,7107,4738,0,0), + (54225,10424,329,0,0,3516.3,-3067.8,135.08,0.837758,7200,7200,0,0,7107,4738,0,0), + (54226,12222,349,0,0,955.871,-218.043,-46.4713,3.97935,7200,7200,1,0,5148,0,0,1), + (54227,10424,329,0,0,3513.68,-3063.74,135.08,0.401426,7200,7200,0,0,7107,4738,0,0), + (54228,10424,329,0,0,3438.29,-3086.37,135.085,6.19592,7200,7200,0,0,7107,4738,0,0), + (54229,10424,329,0,0,3441.98,-3092.17,135.086,1.309,7200,7200,0,0,7107,4738,0,0), + (54230,10425,329,0,0,3465.89,-3073.21,135.086,0.645772,7200,7200,0,0,6219,11196,0,0), + (54231,10425,329,0,0,3485.98,-3087.02,135.08,0.767945,7200,7200,0,0,6219,11196,0,0), + (54232,10425,329,0,0,3510.08,-3065.77,135.08,0.436332,7200,7200,0,0,6219,11196,0,0), + (54233,10425,329,0,0,3436.74,-3090.19,135.085,0.471239,7200,7200,0,0,6219,11196,0,0), + (54234,10426,329,0,0,3541.75,-3080.57,135.08,0.715585,7200,7200,0,0,7107,4738,0,0), + (54235,10426,329,0,0,3539.68,-3078.36,135.08,0.523599,7200,7200,0,0,7107,4738,0,0), + (54236,10426,329,0,0,3503.84,-3095.58,135.751,2.04204,7200,7200,0,0,7107,4738,0,0), + (54237,10435,329,0,0,3663.23,-3619.14,137.984,5.34071,604800,604800,0,0,28710,0,0,0), + (54238,10436,329,0,0,3855.34,-3715.75,148.175,1.27409,604800,604800,0,0,35535,9476,0,0), + (54239,10437,329,0,0,3854.98,-3528.84,144.293,5.23599,604800,604800,0,0,30520,0,0,0), + (54240,10438,329,0,0,4035.81,-3647.78,135.738,2.42601,604800,604800,0,0,22010,8812,0,0), + (54241,10440,329,0,0,4035.83,-3336.31,115.144,4.67748,604800,604800,0,0,46620,12840,0,0), + (54242,10463,329,0,0,3974.81,-3640.5,132.177,4.30977,7200,7200,5,0,8352,0,0,1), + (54243,10463,329,0,0,3836.66,-3619.58,145.114,5.03545,7200,7200,5,0,8352,0,0,1), + (54244,10463,329,0,0,3887.52,-3722.77,142.17,0.02584,7200,7200,5,0,8352,0,0,1), + (54245,10463,329,0,0,3861.35,-3583.3,141.99,0.741322,7200,7200,5,0,8352,0,0,1), + (54251,10463,329,0,0,3838.19,-3676.66,144.238,3.30649,7200,7200,5,0,8352,0,0,1), + (54252,10463,329,0,0,3999.02,-3615.97,129.159,2.17153,7200,7200,5,0,8352,0,0,1), + (54253,10463,329,0,0,3826.44,-3646.11,145.951,2.62055,7200,7200,5,0,8352,0,0,1), + (54254,16117,0,0,0,2971.88,-2892.71,102.467,3.19276,345,345,5,0,3968,0,0,1), + (54255,16117,0,0,0,2946.64,-2888.2,100.897,4.0211,345,345,10,0,3968,0,0,1), + (54256,16117,0,0,0,2947.92,-2768.75,109.903,0.533472,345,345,10,0,3968,0,0,1), + (54257,8520,0,0,0,1698.19,-4743.91,65.8731,1.3168,345,345,10,0,3529,0,0,1), + (54258,8520,0,0,0,1744.59,-4715.11,67.9095,2.73641,345,345,10,0,3529,0,0,1), + (54259,8520,0,0,0,1818.79,-4511.99,66.621,1.58837,345,345,10,0,3529,0,0,1), + (54260,8519,0,0,0,1697.31,-4515.4,60.7798,5.16547,345,345,5,0,3293,0,0,1), + (54261,8519,0,0,0,1784.4,-4603.08,69.2389,1.41303,345,345,5,0,3293,0,0,1), + (54262,8520,0,0,0,1746.27,-4574.87,58.0473,4.71629,345,345,10,0,3529,0,0,1), + (54263,8519,0,0,0,1687.45,-4637.4,60.6683,1.02893,345,345,5,0,3293,0,0,1), + (54264,9452,0,0,0,1648.96,-4804.17,85.3308,5.75959,610,610,0,0,5151,4765,0,0), + (54265,9450,0,0,0,1678.21,-5543.46,102.229,1.52001,610,610,5,0,6273,2117,0,1), + (54266,9450,0,0,0,1678.87,-5567.77,100.94,2.9147,610,610,0,0,6273,2117,0,0), + (54267,9451,0,0,0,1659.56,-5503.08,100.805,3.32521,610,610,0,0,5490,5013,0,0), + (54268,10463,329,0,0,4004.12,-3557.72,125.148,1.18396,7200,7200,5,0,8352,0,0,1), + (54269,9447,0,0,0,1758.84,-5205.04,108.282,1.8675,610,610,0,0,5886,1982,0,0), + (54270,12247,0,0,0,3292.43,-3643.53,148.938,3.85718,345,345,0,0,64,0,0,0), + (54271,12247,0,0,0,2803.04,-3759.51,125.506,2.30383,345,345,0,0,64,0,0,0), + (54272,12253,0,0,0,3006.15,-3433.54,149.791,5.18363,345,345,0,0,64,0,0,0), + (54273,12202,0,0,0,1889.25,-3203.56,125.663,4.79965,345,345,0,0,64,0,0,0), + (54274,12202,0,0,0,1885.75,-3228.78,120.675,5.46288,345,345,0,0,64,0,0,0), + (54275,12202,0,0,0,1894.42,-3217.24,123.061,0.20944,345,345,0,0,64,0,0,0), + (54276,10463,329,0,0,3839.38,-3709.8,141.604,6.17436,7200,7200,5,0,8352,0,0,1), + (54277,8539,0,0,0,3021.49,-4952.03,102.374,1.82162,345,345,0,0,3820,0,0,0), + (54278,12222,349,0,0,959.566,-214.998,-46.4713,3.75246,7200,7200,1,0,5148,0,0,1), + (54279,12222,349,0,0,962.215,-219.668,-46.7616,0.645772,7200,7200,1,0,5148,0,0,1), + (54280,12220,349,0,0,881.613,-230.559,-52.9113,1.95477,7200,7200,1,0,5346,0,0,1), + (54281,12220,349,0,0,874.738,-231.428,-53.4259,0,7200,7200,1,0,5346,0,0,1), + (54282,12220,349,0,0,877.289,-225.444,-54.1824,0,7200,7200,1,0,5346,0,0,1), + (54283,12219,349,0,0,899.922,-200.105,-52.3801,0.488692,7200,7200,3,0,8316,0,0,1), + (54284,12220,349,0,0,917.681,-187.961,-57.216,3.14159,7200,7200,1,0,5346,0,0,1), + (54285,12218,349,0,0,1043.37,-240.246,-72.2399,4.51294,7200,7200,5,0,1336,0,0,1), + (54286,10464,329,0,0,3873.95,-3679.66,142.745,4.24564,7200,7200,5,0,8613,0,0,1), + (54287,10464,329,0,0,3995.61,-3601.2,128.938,1.92463,7200,7200,5,0,8613,0,0,1), + (54288,8527,0,0,0,2880.26,-4789.36,94.7277,3.99237,345,345,10,0,3758,0,0,1), + (156049,8539,0,0,0,2695,-5332,157.708,0.293,600,600,4,0,3820,0,0,1), + (156058,8539,0,0,0,3063.29,-4892,104.076,0.733,600,600,4,0,3820,0,0,1), + (156050,8539,0,0,0,2698.34,-5548,157.507,5.057,600,600,4,0,3820,0,0,1), + (156052,8539,0,0,0,2735.05,-5416,159.176,4.455,600,600,4,0,3820,0,0,1), + (156054,8539,0,0,0,2818.44,-5456,158.038,6.022,600,600,4,0,3820,0,0,1), + (156055,8539,0,0,0,2924.57,-4725,91.427,4.95,600,600,4,0,3820,0,0,1), + (156057,8539,0,0,0,3003.68,-4835,100.005,6.145,600,600,4,0,3820,0,0,1), + (80997,16018,533,0,0,3033.98,-3102.48,294.063,5.40988,3520,3520,0,0,106896,0,0,2), + (160013,1839,0,0,0,2824.9,-1404,147.547,5.168,3600,3600,0,0,7995,2620,0,0), + (54304,10464,329,0,0,3874.94,-3558.29,137.367,2.969,7200,7200,5,0,8613,0,0,1), + (54305,12220,349,0,0,941.267,-178.783,-62.8358,0,7200,7200,1,0,5346,0,0,1), + (54306,12219,349,0,0,982.507,-180.604,-67.9762,1.309,7200,7200,2,0,8316,0,0,1), + (54307,12220,349,0,0,1002.94,-194.713,-67.5581,2.26893,7200,7200,1,0,5346,0,0,1), + (54308,12220,349,0,0,1006.64,-199.078,-67.6057,3.14159,7200,7200,1,0,5346,0,0,1), + (54309,12220,349,0,0,997.528,-200.626,-67.4448,3.14159,7200,7200,1,0,5346,0,0,1), + (54311,12219,349,0,0,852.392,-234.648,-54.5556,0.855211,7200,7200,2,0,8316,0,0,1), + (54312,12219,349,0,0,855.181,-241.428,-54.0381,6.07375,7200,7200,3,0,8316,0,0,1), + (54313,12219,349,0,0,878.765,-201.886,-75.1242,2.37365,7200,7200,5,0,8316,0,0,1), + (54314,12220,349,0,0,860.817,-245.711,-53.0562,2.30383,7200,7200,1,0,5346,0,0,1), + (54315,12220,349,0,0,854.713,-248.638,-54.0449,3.14159,7200,7200,1,0,5346,0,0,1), + (54316,12220,349,0,0,859.506,-250.136,-52.6662,3.14159,7200,7200,1,0,5346,0,0,1), + (54317,12220,349,0,0,893.471,-192.021,-52.512,0.785398,7200,7200,1,0,5346,0,0,1), + (54318,12220,349,0,0,899.508,-188.356,-52.7743,0,7200,7200,1,0,5346,0,0,1), + (54319,12220,349,0,0,897.214,-194.957,-52.3878,0,7200,7200,1,0,5346,0,0,1), + (54320,12220,349,0,0,917.864,-180.282,-58.1882,1.76835,7200,7200,1,0,5346,0,0,1), + (54321,12220,349,0,0,914.232,-184.988,-57.4478,5.66455,7200,7200,1,0,5346,0,0,1), + (54322,12220,349,0,0,936.859,-173.159,-62.3021,2.04047,7200,7200,1,0,5346,0,0,1), + (54323,12220,349,0,0,942.471,-172.975,-62.6343,1.51313,7200,7200,1,0,5346,0,0,1), + (54324,12220,349,0,0,957.23,-157.029,-59.1375,6.21337,7200,7200,1,0,5346,0,0,1), + (54325,12220,349,0,0,961.196,-162.815,-58.8018,0,7200,7200,1,0,5346,0,0,1), + (54326,11794,349,0,0,945.434,-157.025,-60.1186,0.41063,7200,7200,0,0,5544,0,0,0), + (54327,11794,349,0,0,942.819,-155.982,-60.3046,1.20594,7200,7200,0,0,5544,0,0,0), + (54328,12221,349,0,0,840.053,-208.914,-75.5745,2.96706,7200,7200,2,0,4290,0,0,1), + (54329,12220,349,0,0,960.26,-150.752,-59.3292,6.2241,7200,7200,1,0,5346,0,0,1), + (54330,12216,349,0,0,868.052,-335.039,-50.2559,3.88721,7200,7200,2,0,1238,0,0,1), + (54331,12216,349,0,0,866.385,-330.353,-50.0884,1.42954,7200,7200,2,0,1238,0,0,1), + (54332,12221,349,0,0,812.719,-248.653,-60.6525,0.10472,7200,7200,2,0,4290,0,0,1), + (54333,12221,349,0,0,837.412,-199.512,-75.0968,2.98451,7200,7200,2,0,4290,0,0,1), + (54334,12221,349,0,0,816.726,-256.266,-60.3822,2.79253,7200,7200,2,0,4290,0,0,1), + (54335,12221,349,0,0,833.022,-205.855,-74.7724,6.10865,7200,7200,2,0,4290,0,0,1), + (54336,12221,349,0,0,822.136,-234.405,-74.5879,0.645772,7200,7200,1,0,4290,0,0,1), + (54338,14822,1,0,0,-1586.51,151.345,-7.58987,0.409974,420,420,0,0,4108,2117,0,0), + (54340,14823,1,0,0,-1574.88,139.981,-7.72747,4.71553,420,420,0,0,9563,2486,0,0), + (54341,12221,349,0,0,815.959,-232.834,-74.5539,1.85005,7200,7200,1,0,4290,0,0,1), + (54342,12221,349,0,0,809.469,-257.054,-60.3481,2.26893,7200,7200,1,0,4290,0,0,1), + (54343,12221,349,0,0,830.777,-197.865,-74.7582,6.10865,7200,7200,2,0,4290,0,0,1), + (54344,12221,349,0,0,804.193,-250.795,-60.7708,0.349066,7200,7200,1,0,4290,0,0,1), + (54345,11790,349,0,0,805.145,-337.727,-51.5528,3.83972,7200,7200,0,0,4953,0,0,0), + (54346,2914,349,0,0,881.947,-394.246,-51.9663,4.18879,7200,7200,10,0,8,0,0,1), + (54347,12217,349,0,0,841.309,-354.738,-51.9663,2.75762,7200,7200,2,0,1238,0,0,1), + (54348,12217,349,0,0,843.975,-359.052,-51.5259,5.32325,7200,7200,2,0,1238,0,0,1), + (54349,12217,349,0,0,830.116,-354.746,-51.9663,5.11381,7200,7200,2,0,1238,0,0,1), + (54350,12216,349,0,0,835.557,-352.947,-51.9663,4.08407,7200,7200,1,0,1238,0,0,1), + (54351,12216,349,0,0,806.704,-341.826,-51.6066,1.15192,7200,7200,1,0,1238,0,0,1), + (54352,13141,349,0,0,880.113,-367.95,-51.9663,4.2237,7200,7200,5,0,4953,0,0,1), + (54353,13141,349,0,0,855.316,-382.354,-64.0031,0.890118,7200,7200,3,0,4953,0,0,1), + (54354,11790,349,0,0,834.136,-356.258,-51.9663,0.890118,7200,7200,0,0,4953,0,0,0), + (54355,11791,349,0,0,837.188,-362.33,-51.516,1.6057,7200,7200,0,0,5148,0,0,0), + (54356,12216,349,0,0,895.025,-412.703,-52.5014,2.61799,7200,7200,2,0,1238,0,0,1), + (54357,12216,349,0,0,895.228,-420.673,-52.7762,3.21141,7200,7200,1,0,1238,0,0,1), + (54358,12216,349,0,0,891.098,-416.337,-52.4106,3.19395,7200,7200,2,0,1238,0,0,1), + (54359,12217,349,0,0,893.262,-406.592,-52.5785,3.92699,7200,7200,2,0,1238,0,0,1), + (54360,11790,349,0,0,899.811,-417.652,-52.9225,2.60054,7200,7200,0,0,4953,0,0,0), + (54361,11790,349,0,0,897.796,-406.071,-52.8607,3.36848,7200,7200,0,0,4953,0,0,0), + (54362,13141,349,0,0,807.818,-373.907,-59.0394,4.50135,7200,7200,0,0,4953,0,0,2), + (54363,12218,349,0,0,1071.41,-260.84,-73.1077,5.81745,7200,7200,5,0,1336,0,0,1), + (54364,12218,349,0,0,1056.11,-225.031,-72.0835,1.15779,7200,7200,5,0,1336,0,0,1), + (54365,12218,349,0,0,1066.57,-227.93,-72.4804,6.06374,7200,7200,5,0,1336,0,0,1), + (54366,12218,349,0,0,1061.09,-217.058,-72.5261,3.66481,7200,7200,2,0,1336,0,0,1), + (54367,12218,349,0,0,1054.62,-220.084,-72.2077,3.32482,7200,7200,2,0,1336,0,0,1), + (54368,12218,349,0,0,1064.45,-222.906,-72.5004,5.66331,7200,7200,5,0,1336,0,0,1), + (54369,12218,349,0,0,1102.81,-243.492,-75.97,2.18068,7200,7200,5,0,1336,0,0,1), + (54370,12218,349,0,0,1084.43,-253.58,-73.0771,3.12597,7200,7200,5,0,1336,0,0,1), + (54371,12218,349,0,0,1098.14,-239.133,-75.2166,5.46898,7200,7200,2,0,1336,0,0,1), + (54372,12218,349,0,0,1105.03,-253.853,-76.0463,4.50295,7200,7200,5,0,1336,0,0,1), + (54373,12218,349,0,0,1104.53,-261.904,-75.8234,4.63901,7200,7200,2,0,1336,0,0,1), + (54374,12218,349,0,0,1091.72,-244.562,-74.1944,2.80998,7200,7200,2,0,1336,0,0,1), + (54375,12218,349,0,0,1095.18,-264.841,-74.2661,0.753238,7200,7200,2,0,1336,0,0,1), + (54376,12218,349,0,0,1096.15,-246.782,-74.7586,1.5184,7200,7200,2,0,1336,0,0,1), + (54377,12218,349,0,0,1070.19,-229.465,-72.6647,5.53495,7200,7200,5,0,1336,0,0,1), + (54378,12218,349,0,0,1071.63,-222.498,-72.8678,1.18682,7200,7200,5,0,1336,0,0,1), + (54379,12218,349,0,0,1069.71,-216.795,-72.9533,0.76709,7200,7200,2,0,1336,0,0,1), + (54380,12218,349,0,0,1103.89,-209.825,-74.5225,5.49286,7200,7200,5,0,1336,0,0,1), + (54382,14827,1,0,0,-1573.47,144.071,-7.7749,4.75166,420,420,0,0,3857,0,0,0), + (54384,14828,1,0,0,-1562.96,134.822,-7.7937,1.79306,420,420,0,0,1240,0,0,0), + (54386,14829,1,0,0,-1627.78,122.782,-17.9482,5.12001,420,420,0,0,4108,0,0,0), + (54388,14832,1,0,0,-1636.52,104.877,-17.9482,0.423327,420,420,0,0,4108,0,0,0), + (54390,14833,1,0,0,-1476.88,189.597,-7.79268,5.29986,420,420,0,0,4108,0,0,0), + (54391,12218,349,0,0,1091.68,-208.849,-74.6908,2.45877,7200,7200,5,0,1336,0,0,1), + (54393,14841,1,0,0,-1546,142.29,-7.61386,2.21796,420,420,0,0,4108,0,0,0); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (50353,5247,1,2592,0,-5451.64,123.678,27.5427,0.729189,300,3,0,2310,0,0,1), - (50354,5247,1,2592,0,-5285.89,-50.094,10.26,5.96745,300,3,0,2310,0,0,1), - (50355,5247,1,2592,0,-5434.77,125.58,27.3819,3.53101,300,3,0,2310,0,0,1), - (50356,5247,1,2592,0,-5441.37,109.337,27.4427,1.77975,300,3,0,2310,0,0,1), - (50357,5247,1,2592,0,-5367.79,25.3771,23.101,4.0785,300,3,0,2310,0,0,1), - (50358,5247,1,2592,0,-5384.83,261.408,20.3605,0.372909,300,3,0,2310,0,0,1), - (50359,5247,1,2592,0,-5287,-4.67532,19.6235,3.04146,300,15,0,2310,0,0,1), - (50360,5247,1,2592,0,-5323.62,7.28735,18.5214,0.076125,300,3,0,2310,0,0,1), - (50361,5247,1,2592,0,-5378.95,-51.0018,27.1179,2.88126,300,3,0,2310,0,0,1), - (50362,5247,1,2592,0,-5391.57,77.9264,34.3844,5.8375,300,3,0,2310,0,0,1), - (50363,5247,1,2592,0,-5351.93,-23.9452,19.7291,1.80112,300,3,0,2310,0,0,1), - (50364,5247,1,2592,0,-5305.55,42.0215,25.3164,4.44717,300,3,0,2310,0,0,1), - (50365,5247,1,2592,0,-5382.93,279.341,20.3081,2.52064,300,15,0,2310,0,0,1), - (50366,5247,1,2592,0,-5280.5,20.1707,19.473,0.518534,300,3,0,2310,0,0,1), - (50367,5247,1,2592,0,-5359.57,382.093,18.5558,3.31915,300,3,0,2310,0,0,1), - (50368,5247,1,2592,0,-5306.59,446.213,9.82129,5.07598,300,3,0,2310,0,0,1), - (50369,5247,1,2592,0,-5357.15,324.802,32.4303,1.59656,300,3,0,2310,0,0,1), - (50370,5247,1,2592,0,-5276.51,318.254,18.215,3.12905,300,15,0,2310,0,0,1), - (50371,5247,1,2592,0,-5231.32,281.192,8.9427,1.86548,300,15,0,2310,0,0,1), - (50372,5247,1,2592,0,-5250.78,279.257,9.26219,4.32023,300,3,0,2310,0,0,1), - (50373,5247,1,2592,0,-5241.93,261.594,9.20117,1.09493,300,3,0,2310,0,0,1), - (50374,5247,1,2592,0,-5309.71,328.841,16.4519,2.12574,300,3,0,2310,0,0,1), - (50375,5247,1,2592,0,-5317.73,416.256,8.05702,1.58062,300,3,0,2310,0,0,1), - (50376,5247,1,2592,0,-5330.33,436.625,9.56511,5.88642,300,3,0,2310,0,0,1), - (50377,5247,1,2592,0,-5243.96,59.7394,25.522,3.61794,300,3,0,2310,0,0,1), - (50378,5247,1,2592,0,-5277.82,81.5765,24.8974,5.57634,300,3,0,2310,0,0,1), - (50379,5247,1,2592,0,-5265.18,-7.30538,14.9318,1.01866,300,3,0,2310,0,0,1), - (50380,5247,1,2592,0,-5346.49,70.7558,29.368,2.4345,300,3,0,2310,0,0,1), - (50381,7807,1,6909,0,-4947.29,1733.71,62.246,0.15708,300,0,0,1981,0,0,0), - (50382,5249,1,8598,0,-4745.8,620.225,45.5468,2.28505,300,15,0,1829,0,0,1), - (50383,5249,1,8598,0,-4024.33,374.617,62.1358,3.78907,300,10,0,1829,0,0,1), - (50384,5249,1,8598,0,-4057.28,428.765,51.3031,1.99445,300,0,0,1829,0,0,0), - (50385,5249,1,8598,0,-4070.4,440.121,53.202,2.38906,300,0,0,1829,0,0,0), - (50386,5249,1,8598,0,-4730.14,550.365,37.547,4.25136,300,15,0,1829,0,0,1), - (50387,5249,1,8598,0,-4124.37,406.889,51.942,0.425171,300,15,0,1829,0,0,1), - (50388,5249,1,8598,0,-4721.84,616.578,42.5817,0.562534,300,15,0,1829,0,0,1), - (50389,5249,1,8598,0,-4722.94,594.534,36.8954,0.05903,300,0,0,1829,0,0,0), - (50390,5249,1,8598,0,-4858.17,489.556,20.2648,1.64648,300,15,0,1829,0,0,1), - (50391,5249,1,8598,0,-4846.85,507.188,21.0414,1.27609,300,15,0,1829,0,0,1), - (50392,5249,1,8598,0,-4914.33,485.51,12.6551,0.558185,300,15,0,1829,0,0,1), - (50393,5249,1,8598,0,-4911.8,508.806,8.72956,4.79055,300,15,0,1829,0,0,1), - (50394,5249,1,8598,0,-4885.14,548.141,11.1224,1.99144,300,15,0,1829,0,0,1), - (50395,5249,1,8598,0,-4871.08,574.981,17.1159,5.60783,300,15,0,1829,0,0,1), - (50396,5249,1,8598,0,-4888.75,214.582,53.8942,2.36448,300,3,0,1829,0,0,2), - (50397,5249,1,8598,0,-4832.41,177.549,55.764,4.02642,300,0,0,1829,0,0,0), - (50398,5249,1,8598,0,-4875.56,194.667,59.8014,5.74803,300,0,0,1829,0,0,0), - (50399,5249,1,8598,0,-4867.95,144.437,62.6496,3.58622,300,0,0,1829,0,0,0), - (50400,5249,1,8598,0,-4877.64,185.75,60.1764,1.2211,300,0,0,1829,0,0,0), - (50401,5249,1,8598,0,-4918.9,200.723,52.3689,5.61841,300,0,0,1829,0,0,0), - (50402,5249,1,8598,0,-4014.36,357.155,63.5666,1.4554,300,10,0,1829,0,0,1), - (50403,5249,1,8598,0,-4112,409.206,51.1787,1.05162,300,15,0,1829,0,0,1), - (50404,5249,1,8598,0,-4146.63,384.603,56.2057,3.84496,300,15,0,1829,0,0,1), - (50405,5249,1,8598,0,-4095.04,321.89,59.8823,2.73951,300,3,0,1829,0,0,1), - (50406,5249,1,8598,0,-4115.07,379.833,54.919,4.76518,300,15,0,1829,0,0,1), - (50407,5249,1,8598,0,-4049.3,353.303,60.4434,3.94633,300,15,0,1829,0,0,1), - (50408,5249,1,8598,0,-4049.4,381.177,55.6645,5.35081,300,15,0,1829,0,0,1), - (50409,12418,1,2712,0,-4367.18,1177.49,150.611,0.851928,300,15,0,2371,0,0,2), - (50410,12418,1,2712,0,-4446.51,1122.8,126.278,1.20334,300,15,0,2371,0,0,1), - (50411,12418,1,2712,0,-4037.07,1027.82,159.73,1.57511,300,15,0,2371,0,0,2), - (50412,12418,1,2712,0,-4412.07,1567.38,150.61,1.06371,300,15,0,2371,0,0,2), - (50413,12418,1,2712,0,-3872.45,1105.34,154.787,4.32464,300,15,0,2371,0,0,2), - (50414,12418,1,2712,0,-3783.24,1167.47,127.158,5.63741,300,0,0,2371,0,0,0), - (50415,12418,1,2712,0,-3784.26,1193.9,127.213,1.32645,300,0,0,2371,0,0,0), - (50416,12418,1,2712,0,-3739.02,1181.37,127.213,4.62512,300,0,0,2371,0,0,0), - (50417,12418,1,2712,0,-3927.37,1103.17,148.268,4.44933,300,15,0,2371,0,0,1), - (50418,12418,1,2712,0,-4393.47,1332.97,145.331,6.08744,300,15,0,2371,0,0,2), - (50419,12418,1,2712,0,-4353.75,1435.46,150.609,1.71191,300,15,0,2371,0,0,2), - (50421,12418,1,2712,0,-4106.96,1135.4,161.213,6.23702,300,15,0,2371,0,0,2), - (50422,12418,1,2712,0,-4473.62,990.113,150.619,1.58944,300,15,0,2371,0,0,2), - (50423,5251,1,10796,0,-4871.36,99.1926,87.5937,2.70234,300,15,0,1902,0,0,1), - (50424,5251,1,10796,0,-4014.62,410.846,62.0296,3.2332,300,15,0,1902,0,0,1), - (50425,5251,1,10796,0,-4100.95,431.505,51.3539,1.04561,300,0,0,1902,0,0,0), - (50426,5251,1,10796,0,-4109.38,440.625,51.4261,4.56601,300,0,0,1902,0,0,0), - (50427,5251,1,10796,0,-4091.12,439.355,51.327,1.55242,300,3,0,1902,0,0,1), - (50428,5251,1,10796,0,-4097.13,446.618,51.327,0.331289,300,0,0,1902,0,0,0), - (50429,5251,1,10796,0,-4069.95,446.829,52.202,4.52861,300,3,0,1902,0,0,1), - (50430,5251,1,10796,0,-4729.89,584.471,35.7704,1.10875,300,0,0,1902,0,0,0), - (50431,5251,1,10796,0,-4736.63,589.893,35.8813,3.8832,300,0,0,1902,0,0,0), - (50432,5251,1,10796,0,-4838.61,536.128,20.2207,5.7643,300,15,0,1902,0,0,1), - (50433,5251,1,10796,0,-4836.6,545.362,20.5957,2.4713,300,0,0,1902,0,0,0), - (50434,5251,1,10796,0,-4875.54,465.574,18.965,1.0227,300,0,0,1902,0,0,0), - (50435,5251,1,10796,0,-4876.35,471.89,19.3672,4.01573,300,0,0,1902,0,0,0), - (50436,5251,1,10796,0,-4820.01,514.612,19.9961,3.40399,300,15,0,1902,0,0,1), - (50437,5251,1,10796,0,-4811.82,553.397,25.7094,0.246398,300,3,0,1902,0,0,1), - (50438,5251,1,10796,0,-4821.21,574.64,25.7219,0.578466,300,15,0,1902,0,0,1), - (50439,5251,1,10796,0,-4852.24,588.149,23.9523,1.96108,300,15,0,1902,0,0,1), - (50440,5251,1,10796,0,-4839.69,183.276,55.3009,2.14031,300,0,0,1902,0,0,0), - (50441,5251,1,10796,0,-4844.12,186.952,54.4259,0.616934,300,3,0,1902,0,0,1), - (50442,5251,1,10796,0,-4866.65,168.549,59.4259,5.21735,300,3,0,1902,0,0,1), - (50443,5251,1,10796,0,-4876.94,145.383,62.1496,3.34189,300,0,0,1902,0,0,0), - (50444,5251,1,10796,0,-4921.4,191.002,52.3383,4.4146,300,0,0,1902,0,0,0), - (50445,5251,1,10796,0,-4150.15,446.753,66.3936,3.96013,300,15,0,1902,0,0,1), - (50446,5251,1,10796,0,-4152.66,419.167,58.0324,2.33686,300,0,0,1902,0,0,0), - (50447,5251,1,10796,0,-4190.28,388.919,61.1768,4.56144,300,0,0,1902,0,0,0), - (50448,5251,1,10796,0,-4188.06,419.174,59.5981,2.03619,300,10,0,1902,0,0,1), - (50449,5251,1,10796,0,-4220.16,416.084,53.8585,3.17875,300,15,0,1902,0,0,1), - (50450,5251,1,10796,0,-4085.27,378.672,52.9883,4.24433,300,15,0,1902,0,0,1), - (50451,1412,1,134,0,-5487.72,1654.19,56.6428,2.31058,300,30,0,8,0,0,1), - (50452,1412,1,134,0,-5598.6,1669.04,78.9992,4.46934,300,30,0,8,0,0,1), - (50453,1412,1,134,0,-4500.53,1633.58,114.469,4.34587,300,0,0,8,0,0,0), - (50454,1412,1,134,0,-2784.12,2180.45,38.0251,0.496852,300,15,0,8,0,0,1), - (50455,1412,1,134,0,-4183.8,349.963,57.0936,5.13319,300,30,0,8,0,0,1), - (50456,1412,1,134,0,-4977.08,1494.56,56.407,2.8543,300,15,0,8,0,0,1), - (50457,1412,1,134,0,-4860.53,1574.19,73.8816,3.96013,300,30,0,8,0,0,1), - (50458,1412,1,134,0,-4971.24,319.506,21.6255,5.02179,300,15,0,8,0,0,1), - (50459,1412,1,134,0,-4833.56,495.967,21.2598,0.08022,300,10,0,8,0,0,1), - (50460,1412,1,134,0,-5227.73,1542.85,53.2909,5.82215,300,15,0,8,0,0,1), - (50461,5253,1,543,0,-4877.68,95.157,87.5937,4.70217,300,15,0,1902,0,0,1), - (50462,5253,1,543,0,-4068.93,424.676,51.0958,1.77305,300,0,0,1902,0,0,0), - (50463,5253,1,543,0,-4747.07,544.974,39.3972,3.11538,300,15,0,1902,0,0,1), - (50464,5253,1,543,0,-4833.18,538.594,20.2752,1.79164,300,0,0,1902,0,0,0), - (50465,5253,1,543,0,-4851.63,450.307,15.2359,5.40788,300,15,0,1902,0,0,1), - (50466,5253,1,543,0,-4784.15,547.915,33.2573,0.083107,300,15,0,1902,0,0,1), - (50467,5253,1,543,0,-4877.82,533.902,11.2959,4.94863,300,15,0,1902,0,0,1), - (50468,5253,1,543,0,-4885.62,484.892,16.7695,1.07394,300,15,0,1902,0,0,1), - (50469,5253,1,543,0,-4913.43,453.977,11.3825,3.4207,300,15,0,1902,0,0,1), - (50470,5253,1,543,0,-4870.93,163.541,60.6746,0.46103,300,6,0,1902,0,0,2), - (50471,5253,1,543,0,-4884.52,189.2,60.1764,3.4745,300,0,0,1902,0,0,0), - (50472,5253,1,543,0,-4907.92,198.133,52.2133,4.92708,300,0,0,1902,0,0,0), - (50473,5253,1,543,0,-4181.74,384.392,61.1768,3.62249,300,0,0,1902,0,0,0), - (50474,5253,1,543,0,-4182.38,390.472,61.0518,3.97797,300,0,0,1902,0,0,0), - (50475,5253,1,543,0,-4212.56,354.133,56.4499,0.82542,300,15,0,1902,0,0,1), - (50476,5253,1,543,0,-4213.85,378.469,59.3693,5.03772,300,15,0,1902,0,0,2), - (50477,5253,1,543,0,-4182.23,350.915,56.8448,6.0867,300,10,0,1902,0,0,1), - (50478,5253,1,543,0,-4085.05,352.905,59.3045,2.84523,300,15,0,1902,0,0,1), - (50479,5253,1,543,0,-4089.22,412.185,51.8508,4.79845,300,15,0,1902,0,0,1), - (50480,5253,1,543,0,-4116.6,404.177,51.8345,2.22328,300,15,0,1902,0,0,1), - (50481,5254,1,10794,0,-5027.9,71.1246,120.282,4.94998,300,15,0,1585,1381,0,1), - (50482,5254,1,10794,0,-4809.08,878.72,143.238,4.56972,300,0,0,1585,1381,0,0), - (50483,5254,1,10794,0,-4855.26,885.661,135.881,6.06418,300,15,0,1585,1381,0,1), - (50484,5254,1,10794,0,-4793.57,847.732,142.078,2.83032,300,3,0,1585,1381,0,2), - (50485,5254,1,10794,0,-4807.73,914.995,134.309,3.29378,300,0,0,1585,1381,0,0), - (50486,5254,1,10794,0,-4978.35,42.5308,115.026,5.88257,300,15,0,1585,1381,0,1), - (50487,5254,1,10794,0,-4973.44,65.0014,107.401,4.55984,300,15,0,1585,1381,0,1), - (50488,5254,1,10794,0,-4819.16,848.424,139.349,5.28525,300,15,0,1585,1381,0,1), - (50489,5254,1,10794,0,-5014.73,321.444,20.8772,4.71091,300,15,0,1585,1381,0,1), - (50490,5254,1,10794,0,-4748.48,858.922,143.56,5.36344,300,0,0,1585,1381,0,0), - (50491,5254,1,10794,0,-4756.47,826.446,140.46,0.453953,300,0,0,1585,1381,0,0), - (50492,5254,1,10794,0,-4987.13,105.448,104.883,3.06332,300,15,0,1585,1381,0,1), - (50493,5254,1,10794,0,-4796.46,885.847,144.025,3.12074,300,3,0,1585,1381,0,1), - (50494,5254,1,10794,0,-4770.49,903.648,142.938,3.21489,300,0,0,1585,1381,0,0), - (50495,5254,1,10794,0,-4878.31,677.979,42.4017,2.06561,300,0,0,1585,1381,0,0), - (50496,5254,1,10794,0,-4954.31,770.477,87.3912,4.6704,300,2,0,1585,1381,0,1), - (50497,5254,1,10794,0,-4964.91,756.479,83.8028,1.19065,300,3,0,1585,1381,0,1), - (50498,5254,1,10794,0,-4858.7,658.398,39.239,2.28444,300,15,0,1585,1381,0,1), - (50499,5254,1,10794,0,-4954.49,184.734,61.0684,5.24679,300,3,0,1585,1381,0,1), - (50500,5254,1,10794,0,-4974.39,192.48,55.3212,4.82733,300,0,0,1585,1381,0,0), - (50501,5254,1,10794,0,-4949.8,587.667,14.7897,2.53679,300,15,0,1585,1381,0,1), - (50502,5254,1,10794,0,-4918.71,677.343,41.2583,2.53186,300,3,0,1585,1381,0,1), - (50503,5254,1,10794,0,-4941.18,610.118,23.0608,5.47877,300,15,0,1585,1381,0,1), - (50504,5254,1,10794,0,-4916.23,619.198,25.4586,3.70901,300,15,0,1585,1381,0,1), - (50505,5254,1,10794,0,-4979.53,603.079,22.0884,5.19128,300,15,0,1585,1381,0,1), - (50506,5254,1,10794,0,-4990.06,682.964,42.9357,0.229611,300,15,0,1585,1381,0,1), - (50507,5254,1,10794,0,-4948.04,690.44,44.3854,2.51432,300,3,0,1585,1381,0,1), - (50508,5254,1,10794,0,-4951.65,637.199,42.6797,0.371144,300,0,0,1585,1381,0,0), - (50509,5254,1,10794,0,-4991.01,515.642,17.6427,4.55428,300,15,0,1585,1381,0,1), - (50510,5254,1,10794,0,-4965.53,467.868,17.4854,1.32978,300,0,0,1585,1381,0,0), - (50511,5254,1,10794,0,-4969.51,472.953,17.4197,0.008228,300,0,0,1585,1381,0,0), - (50512,5254,1,10794,0,-4951.96,417.92,10.8953,3.88703,300,15,0,1585,1381,0,1), - (50513,5254,1,10794,0,-5024.88,345.506,20.0025,0.621613,300,15,0,1585,1381,0,1), - (50514,5254,1,10794,0,-5020.48,441.473,11.0317,4.10228,300,15,0,1585,1381,0,1), - (50515,5254,1,10794,0,-4947.36,382.9,15.0099,3.09835,300,15,0,1585,1381,0,1), - (50516,5254,1,10794,0,-5001.47,363.842,24.1723,0.67646,300,0,0,1585,1381,0,0), - (50517,5254,1,10794,0,-5012.95,422.256,14.5839,2.17992,300,15,0,1585,1381,0,1), - (50518,5254,1,10794,0,-4983.98,386.425,14.7604,3.46075,300,3,0,1585,1381,0,1), - (50519,5254,1,10794,0,-4997.08,407.791,16.7975,0.963523,300,0,0,1585,1381,0,0), - (50520,5254,1,10794,0,-4989.99,347.293,22.9567,3.476,300,3,0,1585,1381,0,2), - (50521,5254,1,10794,0,-5016.4,381.69,12.3767,1.87581,300,3,0,1585,1381,0,1), - (50522,5254,1,10794,0,-4903.59,269.898,41.5612,1.57263,300,0,0,1585,1381,0,0), - (50523,5254,1,10794,0,-4950.47,255.242,38.4032,0.887816,300,3,0,1585,1381,0,1), - (50524,5254,1,10794,0,-4951.96,216.566,53.8365,1.44747,300,15,0,1585,1381,0,1), - (50525,5255,1,10795,0,-4803.16,881.535,143.113,1.76545,300,6,0,1981,0,0,2), - (50526,5255,1,10795,0,-4846.93,880.753,136.125,1.2943,300,15,0,1981,0,0,2), - (50527,5255,1,10795,0,-4976.56,71.3535,106.852,0.500339,300,15,0,1981,0,0,1), - (50528,5255,1,10795,0,-4761.21,860.062,142.935,2.69599,300,0,0,1981,0,0,0), - (50529,5255,1,10795,0,-4962.06,106.604,106.918,3.46588,300,15,0,1981,0,0,1), - (50530,5255,1,10795,0,-4800.72,916.097,133.809,2.53345,300,0,0,1981,0,0,0), - (50531,5255,1,10795,0,-4773.81,912.761,143.813,4.85502,300,15,0,1981,0,0,1), - (50532,5255,1,10795,0,-4886.39,676.249,42.4017,1.52149,300,0,0,1981,0,0,0), - (50533,5255,1,10795,0,-4887.38,778.954,89.5376,1.76618,300,3,0,1981,0,0,1), - (50534,5255,1,10795,0,-4841.77,804.525,121.177,0.523024,300,3,0,1981,0,0,2), - (50535,5255,1,10795,0,-4847.84,681.496,44.7483,2.33962,300,3,0,1981,0,0,2), - (50536,5255,1,10795,0,-4851.21,721.053,54.0984,1.31554,300,3,0,1981,0,0,1), - (50537,5255,1,10795,0,-4885.24,648.706,40.0652,1.8499,300,3,0,1981,0,0,1), - (50538,5255,1,10795,0,-4984.33,152.138,69.5728,5.07418,300,3,0,1981,0,0,1), - (50539,5255,1,10795,0,-5016.96,185.896,55.0099,0.926217,300,3,0,1981,0,0,1), - (50540,5255,1,10795,0,-5011.33,151.024,68.084,5.52439,300,3,0,1981,0,0,1), - (50541,5255,1,10795,0,-4977.47,186.911,55.3212,2.44299,300,0,0,1981,0,0,0), - (50542,5255,1,10795,0,-4932.3,703.583,52.9295,3.87625,300,3,0,1981,0,0,1), - (50543,5255,1,10795,0,-4914.22,642.659,36.7807,5.44847,300,15,0,1981,0,0,1), - (50544,5255,1,10795,0,-4914.55,413.982,12.4757,2.1004,300,15,0,1981,0,0,1), - (50545,5255,1,10795,0,-4943.99,342.897,21.4216,4.16344,300,15,0,1981,0,0,1), - (50546,5255,1,10795,0,-4907.61,598.781,21.3024,1.64666,300,15,0,1981,0,0,1), - (50547,5255,1,10795,0,-4980.87,645.17,36.4031,5.37956,300,15,0,1981,0,0,1), - (50548,5255,1,10795,0,-4948.75,661.295,43.3047,1.05002,300,0,0,1981,0,0,0), - (50549,5255,1,10795,0,-4956.84,637.982,42.8047,5.23607,300,0,0,1981,0,0,0), - (50550,5255,1,10795,0,-4953.55,466.17,17.6906,5.37061,300,0,0,1981,0,0,0), - (50551,5255,1,10795,0,-4990.82,422.269,17.2975,4.88479,300,0,0,1981,0,0,0), - (50552,5255,1,10795,0,-4985.7,450.37,10.3573,5.60295,300,15,0,1981,0,0,1), - (50553,5255,1,10795,0,-4980.97,363.957,24.3317,0.671803,300,0,0,1981,0,0,0), - (50554,5255,1,10795,0,-5014.9,480.233,15.5433,4.98711,300,15,0,1981,0,0,1), - (50555,5255,1,10795,0,-5025.92,520.657,17.8642,2.948,300,15,0,1981,0,0,1), - (50556,5255,1,10795,0,-4945.38,276.537,39.7393,1.46994,300,15,0,1981,0,0,1), - (50557,5255,1,10795,0,-4914.24,266.133,41.6639,2.87389,300,0,0,1981,0,0,0), - (50558,5255,1,10795,0,-4979.48,214.172,52.3846,5.28205,300,3,0,1981,0,0,2), - (50559,5255,1,10795,0,-4982.39,253.607,36.5159,0.606403,300,15,0,1981,0,0,1), - (50560,5255,1,10795,0,-5012.19,246.828,44.5557,6.0183,300,15,0,1981,0,0,1), - (50561,5258,1,10793,0,-4805.34,873.073,143.113,4.55938,300,0,0,2059,0,0,0), - (50562,5258,1,10793,0,-4853.65,893.64,137.316,5.63901,300,15,0,2059,0,0,1), - (50563,5258,1,10793,0,-4998.5,68.2365,103.977,3.26725,300,15,0,2059,0,0,1), - (50564,7726,1,2289,0,-4190.39,763.854,147.692,3.97008,300,5,0,1521,1332,0,1), - (50565,5258,1,10793,0,-4755.52,847.282,143.685,4.83015,300,0,0,2059,0,0,0), - (50566,5258,1,10793,0,-4777.74,907.77,143.438,2.718,300,0,0,2059,0,0,0), - (50567,5258,1,10793,0,-4883.6,669.546,42.4017,1.34635,300,0,0,2059,0,0,0), - (50568,5258,1,10793,0,-4983.89,195.59,55.3212,2.80233,300,0,0,2059,0,0,0), - (50569,5258,1,10793,0,-4944.14,641.548,42.8047,3.12072,300,0,0,2059,0,0,0), - (50570,5258,1,10793,0,-4957.32,478.153,17.6104,2.83116,300,0,0,2059,0,0,0), - (50571,5258,1,10793,0,-4969.27,349.479,24.0817,0.092859,300,0,0,2059,0,0,0), - (50572,5258,1,10793,0,-4986.84,410.148,17.0475,4.49805,300,0,0,2059,0,0,0), - (50573,5258,1,10793,0,-4913.28,275.214,41.3112,1.34028,300,0,0,2059,0,0,0), - (50574,5260,1,3186,0,-5350.38,1151.18,62.1598,5.01778,300,15,0,1981,0,0,1), - (50575,5260,1,3186,0,-5331.63,1151.2,63.7456,0.14715,300,15,0,1981,0,0,1), - (50576,5260,1,3186,0,-5151.74,1514.26,47.2643,3.66025,300,15,0,1981,0,0,1), - (50577,5260,1,3186,0,-4746.96,247.709,35.2989,5.5076,300,15,0,1981,0,0,1), - (50578,5260,1,3186,0,-5159.92,1427.67,47.2462,0.940223,300,15,0,1981,0,0,1), - (50579,5260,1,3186,0,-4911.6,1529.15,82.7649,2.00389,300,15,0,1981,0,0,1), - (50580,5260,1,3186,0,-5049.33,1413.78,39.816,2.97821,300,15,0,1981,0,0,1), - (50581,5260,1,3186,0,-5051.42,1424.96,41.707,1.45141,300,15,0,1981,0,0,1), - (50582,5260,1,3186,0,-4883.79,1443.17,79.3922,4.63809,300,15,0,1981,0,0,1), - (50583,5260,1,3186,0,-4856.02,343.501,25.2059,2.35384,300,15,0,1981,0,0,1), - (50584,5260,1,3186,0,-4778.76,695.353,51.914,4.21772,300,15,0,1981,0,0,1), - (50585,5260,1,3186,0,-5203.62,1227.66,60.2293,2.00786,300,15,0,1981,0,0,1), - (50586,5260,1,3186,0,-5211.18,1188.15,71.5113,3.8571,300,15,0,1981,0,0,1), - (50587,5260,1,3186,0,-5184.27,1215.15,64.517,4.92688,300,15,0,1981,0,0,1), - (50588,5260,1,3186,0,-4891.58,1489.39,82.3006,1.77749,300,15,0,1981,0,0,1), - (50589,5260,1,3186,0,-5181.06,1453.67,48.1701,4.88526,300,15,0,1981,0,0,1), - (50590,5260,1,3186,0,-5169.89,1301.25,45.9325,4.07612,300,15,0,1981,0,0,1), - (50591,5260,1,3186,0,-5161.94,1347.5,42.7503,6.13218,300,15,0,1981,0,0,1), - (50592,5260,1,3186,0,-4943.87,1390.07,50.778,2.7462,300,15,0,1981,0,0,1), - (50593,5260,1,3186,0,-4939.3,1420.68,61.1333,5.04865,300,3,0,1981,0,0,1), - (50594,5260,1,3186,0,-4846.12,1451.28,75.6576,3.20803,300,15,0,1981,0,0,1), - (50595,5260,1,3186,0,-5014.86,1465.18,48.3854,5.88419,300,15,0,1981,0,0,1), - (50596,5260,1,3186,0,-5086.99,1372.21,44.8083,2.76646,300,15,0,1981,0,0,1), - (50597,5260,1,3186,0,-5056.82,1382.39,43.5165,4.43495,300,15,0,1981,0,0,1), - (50598,5260,1,3186,0,-5221.47,1357.07,41.5378,0.93999,300,15,0,1981,0,0,1), - (50599,5260,1,3186,0,-5152.1,1286.09,46.0842,1.72176,300,15,0,1981,0,0,1), - (50600,7726,1,2289,0,-4165.93,827.036,146.088,4.97965,300,3,0,1521,1332,0,1), - (50601,7726,1,2289,0,-4151.25,827.259,146.091,3.24178,300,0,0,1521,1332,0,0), - (50602,7726,1,2289,0,-4245.57,646.092,68.4923,5.3999,300,5,0,1521,1332,0,1), - (50603,7726,1,2289,0,-4148.83,793.046,145.213,0.816296,300,3,0,1521,1332,0,1), - (50604,7726,1,2289,0,-4140.81,800.765,146.091,3.12603,300,0,0,1521,1332,0,0), - (50605,7726,1,2289,0,-4182.29,784.375,145.224,2.15036,300,5,0,1521,1332,0,1), - (50606,7726,1,2289,0,-4185.37,664.122,70.4345,6.12242,300,3,0,1521,1332,0,1), - (50607,7727,1,6834,0,-4163.65,810.624,145.213,1.55283,300,0,0,1648,1432,0,0), - (50608,5262,1,3188,0,-3318.8,2618.23,26.4826,4.40083,300,15,0,2672,0,0,1), - (50609,5262,1,3188,0,-3283.74,2306.87,61.2635,2.3546,300,15,0,2672,0,0,1), - (50610,5262,1,3188,0,-3393.75,2404.47,38.0626,4.71239,300,15,0,2672,0,0,1), - (50611,5262,1,3188,0,-3102.4,2572.94,34.6021,4.09795,300,15,0,2672,0,0,1), - (50612,5262,1,3188,0,-3467.83,2388.2,46.9626,2.96817,300,15,0,2672,0,0,1), - (50613,5262,1,3188,0,-2929.88,2328.44,31.8954,2.41357,300,15,0,2672,0,0,1), - (50614,5262,1,3188,0,-3487.92,2213.92,31.8039,5.67406,300,15,0,2672,0,0,1), - (50615,5262,1,3188,0,-3727.99,2222.25,72.7458,2.29679,300,15,0,2672,0,0,1), - (50616,5262,1,3188,0,-3366.54,2537.69,23.5294,5.36761,300,15,0,2672,0,0,1), - (50617,5262,1,3188,0,-3436.6,2440.52,41.6933,4.58887,300,15,0,2672,0,0,1), - (50618,5262,1,3188,0,-3230.73,2666.9,45.8462,0.604891,300,15,0,2672,0,0,1), - (50619,5262,1,3188,0,-3306.37,2377.76,44.0357,0.968219,300,15,0,2672,0,0,1), - (50620,5262,1,3188,0,-3389.59,2262.48,22.5817,1.87619,300,15,0,2672,0,0,1), - (50621,5262,1,3188,0,-3556.7,2414.69,66.3586,2.3017,300,15,0,2672,0,0,1), - (50622,5262,1,3188,0,-3697.87,1948.67,76.8954,3.2434,300,15,0,2672,0,0,1), - (50623,5262,1,3188,0,-2750.24,2404.5,62.9053,2.81739,300,15,0,2672,0,0,1), - (50624,5262,1,3188,0,-2785.69,2506.34,62.326,1.36632,300,15,0,2672,0,0,1), - (50625,5262,1,3188,0,-3525.69,2469.73,60.0778,5.9333,300,15,0,2672,0,0,1), - (50626,5262,1,3188,0,-3751.93,1951.52,69.1911,3.8641,300,15,0,2672,0,0,1), - (50627,5262,1,3188,0,-3674.58,1925.48,84.7836,4.1279,300,15,0,2672,0,0,1), - (50628,5262,1,3188,0,-3449.92,2823.09,82.1008,5.85712,300,15,0,2672,0,0,1), - (50629,5262,1,3188,0,-3444.89,2535.95,44.9386,2.25378,300,3,0,2672,0,0,1), - (50630,5262,1,3188,0,-3523.21,2196.41,34.7564,5.17607,300,15,0,2672,0,0,1), - (50631,5262,1,3188,0,-3746.6,2209.59,73.6967,0.150049,300,15,0,2672,0,0,1), - (50632,5262,1,3188,0,-3882.78,1917.39,77.9287,5.039,300,15,0,2672,0,0,1), - (50633,5262,1,3188,0,-3159.38,2582.46,44.7066,0.280177,300,0,0,2672,0,0,0), - (50634,5262,1,3188,0,-3149.32,2549.29,55.0608,2.33639,300,15,0,2672,0,0,1), - (50635,5262,1,3188,0,-3883.96,1978.79,75.0473,3.3122,300,15,0,2672,0,0,1), - (50636,5262,1,3188,0,-3845.38,1949.6,70.5053,2.87948,300,15,0,2672,0,0,1), - (50637,5262,1,3188,0,-3976.82,2047.79,95.558,3.80658,300,15,0,2672,0,0,1), - (50638,5262,1,3188,0,-4005.06,2052.92,100.959,0.296131,300,3,0,2672,0,0,1), - (50639,5262,1,3188,0,-2898.14,2455.35,32.6761,3.37095,300,15,0,2672,0,0,1), - (50640,5262,1,3188,0,-2914.56,2479.77,31.1381,4.34493,300,15,0,2672,0,0,1), - (50641,5262,1,3188,0,-3485.52,2583.23,74.7245,3.54658,300,15,0,2672,0,0,1), - (50642,7727,1,6834,0,-4226.39,648.795,70.6681,6.0336,300,5,0,1648,1432,0,1), - (50643,5268,1,3201,0,-4189.08,-784.331,-40.3838,6.25975,300,15,0,1902,0,0,1), - (50644,5268,1,3201,0,-4259.31,98.7355,56.2615,4.62244,300,15,0,1902,0,0,1), - (50645,5268,1,3201,0,-4388.88,-113.938,58.3584,3.08685,300,15,0,1902,0,0,1), - (50646,5268,1,3201,0,-4082.12,-44.5403,66.6647,0.355992,300,15,0,1902,0,0,1), - (50647,5268,1,3201,0,-4046.63,553.437,88.2486,6.24658,300,15,0,1902,0,0,1), - (50648,5268,1,3201,0,-4506.63,-39.594,79.2819,1.04947,300,15,0,1902,0,0,1), - (50649,5268,1,3201,0,-4524.92,-125.992,89.9,0.392838,300,15,0,1902,0,0,1), - (50650,5268,1,3201,0,-4141.15,-608.43,-13.4312,1.75135,300,15,0,1902,0,0,1), - (50651,5268,1,3201,0,-4003.36,464.067,71.9955,0.785398,300,15,0,1902,0,0,1), - (50652,5268,1,3201,0,-4441.97,707.82,91.766,0.651706,300,15,0,1902,0,0,1), - (50653,5268,1,3201,0,-4492.55,-227.82,72.9251,0.21062,300,15,0,1902,0,0,1), - (50654,5268,1,3201,0,-4186.79,-656.169,-27.7783,1.49278,300,15,0,1902,0,0,1), - (50655,5268,1,3201,0,-4333.84,-348.609,30.8145,5.57795,300,15,0,1902,0,0,1), - (50656,5268,1,3201,0,-4415.48,-317.684,34.3012,2.36724,300,15,0,1902,0,0,1), - (50657,5268,1,3201,0,-4504.02,-200,77.879,0,300,15,0,1902,0,0,1), - (50658,5268,1,3201,0,-4308.19,358.358,50.5215,1.89361,300,15,0,1902,0,0,1), - (50659,5268,1,3201,0,-4148.46,-472.472,14.0694,3.80229,300,15,0,1902,0,0,1), - (50660,5268,1,3201,0,-4085.28,-517.058,10.4308,0.908555,300,15,0,1902,0,0,1), - (50661,5268,1,3201,0,-4154.12,-580.406,-10.9057,1.9916,300,15,0,1902,0,0,1), - (50662,5268,1,3201,0,-4130.83,-666.485,-18.9094,6.1485,300,15,0,1902,0,0,1), - (50663,5268,1,3201,0,-4156.16,-317.246,58.8742,4.87561,300,15,0,1902,0,0,1), - (50664,5268,1,3201,0,-4243.13,-311.078,32.9979,2.2048,300,15,0,1902,0,0,1), - (50665,5268,1,3201,0,-4248.05,-356.214,32.4081,1.7239,300,15,0,1902,0,0,1), - (50666,5268,1,3201,0,-4139.47,-142.767,58.8221,5.28198,300,15,0,1902,0,0,1), - (50667,5268,1,3201,0,-4175.04,-235.012,67.3514,5.62249,300,15,0,1902,0,0,1), - (50668,5268,1,3201,0,-4257.91,509.387,53.3594,2.04859,300,15,0,1902,0,0,1), - (50669,5268,1,3201,0,-4348.71,494.164,52.8612,1.60204,300,15,0,1902,0,0,1), - (50670,5268,1,3201,0,-4930.03,1425.93,74.1555,3.62885,300,15,0,1902,0,0,1), - (50671,5268,1,3201,0,-4332.29,619.174,61.8438,0.760541,300,15,0,1902,0,0,1), - (50672,5268,1,3201,0,-4413.92,597.942,60.1141,4.72216,300,15,0,1902,0,0,1), - (50673,5268,1,3201,0,-4403.79,671.083,79.5125,1.61439,300,15,0,1902,0,0,1), - (50674,5268,1,3201,0,-5220.76,1183,70.4666,5.90794,300,15,0,1902,0,0,1), - (50675,5268,1,3201,0,-5149.51,1474.01,49.5409,1.89173,300,15,0,1902,0,0,1), - (50676,5268,1,3201,0,-4448.85,538.984,52.039,0.355113,300,15,0,1902,0,0,1), - (50677,5268,1,3201,0,-4277.42,-65.6139,58.1726,2.71464,300,15,0,1902,0,0,1), - (50678,5268,1,3201,0,-4145.78,50.7615,57.7937,4.52665,300,15,0,1902,0,0,1), - (50679,5268,1,3201,0,-4056.58,164.282,58.5793,1.98729,300,15,0,1902,0,0,1), - (50680,5268,1,3201,0,-4125.19,243.311,55.418,4.76127,300,15,0,1902,0,0,1), - (50681,5268,1,3201,0,-4217.13,153.119,58.9928,4.79066,300,15,0,1902,0,0,1), - (50682,5268,1,3201,0,-5146.23,1210.51,60.0551,4.83577,300,15,0,1902,0,0,1), - (50683,5268,1,3201,0,-4478.75,-539.552,10.4687,2.78465,300,15,0,1902,0,0,1), - (50684,5268,1,3201,0,-4487.96,-482.766,24.6171,5.64431,300,15,0,1902,0,0,1), - (50685,5268,1,3201,0,-4417.26,-543.189,8.21893,3.17088,300,15,0,1902,0,0,1), - (50686,5268,1,3201,0,-4491.68,-420.729,38.1488,1.87648,300,3,0,1902,0,0,1), - (50687,5268,1,3201,0,-4411.53,-592.355,-14.3937,1.41206,300,15,0,1902,0,0,1), - (50688,5268,1,3201,0,-4200.1,-419.122,28.8159,5.60845,300,3,0,1902,0,0,1), - (50689,5268,1,3201,0,-4351.53,-520.112,15.4403,6.23235,300,15,0,1902,0,0,1), - (50690,5268,1,3201,0,-4171.03,-468.764,23.7541,2.45586,300,15,0,1902,0,0,1), - (50691,5268,1,3201,0,-4952.19,1410.3,52.0408,1.65472,300,3,0,1902,0,0,1), - (50692,5268,1,3201,0,-4394.85,466.254,52.6005,3.73231,300,15,0,1902,0,0,1), - (50693,5268,1,3201,0,-4287.62,541.13,57.8048,1.61179,300,15,0,1902,0,0,1), - (50694,5268,1,3201,0,-5166.45,1393.2,46.6961,0.278165,300,15,0,1902,0,0,1), - (50695,5268,1,3201,0,-4490.92,-82.323,65.2927,2.21627,300,15,0,1902,0,0,1), - (50696,5268,1,3201,0,-4888.49,1364.58,64.1837,2.90798,300,3,0,1902,0,0,1), - (50697,5268,1,3201,0,-4810.81,1638.25,77.118,1.69418,300,10,0,1902,0,0,1), - (50698,5268,1,3201,0,-4379.46,395.755,47.2412,3.61076,300,15,0,1902,0,0,1), - (50699,5268,1,3201,0,-5069.04,1418.63,42.6786,3.17966,300,15,0,1902,0,0,1), - (50700,5268,1,3201,0,-5125.62,1338.41,42.2592,2.81774,300,15,0,1902,0,0,1), - (50701,5268,1,3201,0,-4858.73,1572.74,74.4829,5.65726,300,15,0,1902,0,0,1), - (50702,5268,1,3201,0,-4448.01,664.981,68.2178,0.204289,300,15,0,1902,0,0,1), - (50703,5268,1,3201,0,-4523.03,514.925,57.7577,3.57291,300,15,0,1902,0,0,1), - (50704,5268,1,3201,0,-4495.67,424.66,49.3379,0.021481,300,15,0,1902,0,0,1), - (50705,5268,1,3201,0,-4503.5,-355.188,62.0496,5.18802,300,3,0,1902,0,0,1), - (50706,5268,1,3201,0,-4448.42,-147.677,58.0194,1.54564,300,15,0,1902,0,0,1), - (50707,5268,1,3201,0,-4468.33,20.5299,56.4202,1.86599,300,3,0,1902,0,0,1), - (50708,5268,1,3201,0,-4175.7,-72.3887,59.6875,5.90522,300,15,0,1902,0,0,1), - (50709,5268,1,3201,0,-4345.77,549.511,53.9078,2.85631,300,15,0,1902,0,0,1), - (50710,5272,1,8838,0,-4674.29,1618.7,117.38,5.70575,300,15,0,2138,0,0,1), - (50711,5272,1,8838,0,-4556.43,1746.99,96.2121,4.20678,300,15,0,2138,0,0,1), - (50712,5272,1,8838,0,-5183.87,609.78,51.4539,6.18138,300,15,0,2138,0,0,1), - (50713,5272,1,8838,0,-4618.75,1735.42,100.297,6.19829,300,3,0,2138,0,0,1), - (50714,5272,1,8838,0,-5191.57,591.988,49.9271,2.85874,300,15,0,2138,0,0,1), - (50715,5272,1,8838,0,-5271.09,493.109,56.7952,1.12653,300,15,0,2138,0,0,1), - (50716,5272,1,8838,0,-4520.58,1787.96,100.178,2.51111,300,15,0,2138,0,0,1), - (50717,5272,1,8838,0,-5312.34,581.234,64.2326,0.857296,300,15,0,2138,0,0,1), - (50718,5272,1,8838,0,-5173.42,719.456,62.071,3.26885,300,15,0,2138,0,0,1), - (50719,5272,1,8838,0,-5070.34,583.311,24.9651,3.13183,300,15,0,2138,0,0,1), - (50720,5272,1,8838,0,-5105.72,699.624,51.271,1.74943,300,15,0,2138,0,0,1), - (50721,5272,1,8838,0,-5280.24,572.797,59.9677,2.191,300,15,0,2138,0,0,1), - (50722,5272,1,8838,0,-5116.79,671.002,50.7103,1.91973,300,15,0,2138,0,0,1), - (50723,5272,1,8838,0,-5324,530.425,58.4664,3.49053,300,15,0,2138,0,0,1), - (50724,5272,1,8838,0,-5219.03,579.441,58.7811,0.734821,300,15,0,2138,0,0,1), - (50725,5272,1,8838,0,-4713.87,1396.21,89.2543,4.55157,300,10,0,2138,0,0,1), - (50726,5272,1,8838,0,-4689.28,1465.65,95.8983,6.26872,300,3,0,2138,0,0,1), - (50727,5272,1,8838,0,-4527.65,1860.03,90.7225,0.450548,300,15,0,2138,0,0,1), - (50728,5272,1,8838,0,-4608.39,1444.57,99.7818,0.053764,300,15,0,2138,0,0,1), - (50729,5272,1,8838,0,-4582.82,1482.4,99.3287,5.91939,300,15,0,2138,0,0,1), - (50730,5272,1,8838,0,-4590.22,1711.77,111.429,3.84958,300,3,0,2138,0,0,1), - (50731,5272,1,8838,0,-4585.96,1816.36,91.764,3.28266,300,15,0,2138,0,0,1), - (50732,5272,1,8838,0,-5078.38,609.8,35.0181,2.93883,300,15,0,2138,0,0,1), - (50733,5272,1,8838,0,-5047.86,339.17,23.4268,5.72769,300,15,0,2138,0,0,1), - (50734,5272,1,8838,0,-4726.54,1177.05,103.259,1.52781,300,15,0,2138,0,0,1), - (50735,5272,1,8838,0,-5153.15,453.415,30.7958,5.98924,300,15,0,2138,0,0,1), - (50736,5272,1,8838,0,-5208.37,505.17,49.6853,4.63412,300,15,0,2138,0,0,1), - (50737,5272,1,8838,0,-4566.64,1965.2,88.715,5.40025,300,15,0,2138,0,0,1), - (50738,5272,1,8838,0,-4608.33,1899.19,107.144,0.280982,300,10,0,2138,0,0,1), - (50739,5272,1,8838,0,-4732.05,1241.24,105.032,3.12945,300,15,0,2138,0,0,1), - (50740,5272,1,8838,0,-4661.44,1536.43,120.023,1.84073,300,15,0,2138,0,0,1), - (50741,5272,1,8838,0,-4738.61,1285.38,103.221,0.468885,300,3,0,2138,0,0,1), - (50742,5274,1,3200,0,-3472.56,2447.28,45.2725,6.22845,300,15,0,2578,0,0,1), - (50743,5274,1,3200,0,-3369.16,2374.98,43.9269,4.25356,300,0,0,2578,0,0,0), - (50744,5274,1,3200,0,-3544.47,2196.2,40.0027,4.98935,300,15,0,2578,0,0,1), - (50745,5274,1,3200,0,-2910.76,2351.65,30.9873,5.23372,300,3,0,2578,0,0,1), - (50746,5274,1,3200,0,-3483.11,2156.7,35.2103,3.79931,300,15,0,2578,0,0,1), - (50747,5274,1,3200,0,-3487.33,2254.75,26.18,2.28052,300,15,0,2578,0,0,1), - (50748,5274,1,3200,0,-3190.91,2572.34,37.3021,4.98935,300,15,0,2578,0,0,1), - (50749,5274,1,3200,0,-3387.51,2341.4,37.9036,5.79334,300,15,0,2578,0,0,1), - (50750,5274,1,3200,0,-2815.57,2450.85,55.109,1.25306,300,15,0,2578,0,0,1), - (50751,5274,1,3200,0,-3673.9,1971.83,72.8221,3.25836,300,15,0,2578,0,0,1), - (50752,5274,1,3200,0,-3679.27,2008.89,73.7357,4.64004,300,15,0,2578,0,0,1), - (50753,5274,1,3200,0,-3437.34,2768.05,79.6551,0.896231,300,15,0,2578,0,0,1), - (50754,5274,1,3200,0,-3375.54,2667.71,68.0777,0,300,15,0,2578,0,0,1), - (50755,5274,1,3200,0,-3252.24,2598.41,27.0671,0.273863,300,15,0,2578,0,0,1), - (50756,5274,1,3200,0,-3177.74,2587.58,41.1418,5.90324,300,15,0,2578,0,0,1), - (50757,5274,1,3200,0,-3482.79,2513.4,53.633,2.44977,300,15,0,2578,0,0,1), - (50758,5274,1,3200,0,-3528.15,2235.49,38.0347,3.88866,300,30,0,2578,0,0,1), - (50759,5274,1,3200,0,-3525.93,2688.45,92.0021,1.7793,300,15,0,2578,0,0,1), - (50760,5274,1,3200,0,-3306.62,2460.71,43.8001,5.11792,300,15,0,2578,0,0,1), - (50761,5274,1,3200,0,-3660.11,1961.31,74.9288,3.78829,300,15,0,2578,0,0,1), - (50762,5274,1,3200,0,-4102.92,2040.55,89.0498,4.22473,300,15,0,2578,0,0,1), - (50763,5274,1,3200,0,-3919.13,1994.17,80.8165,2.35619,300,15,0,2578,0,0,1), - (50764,5274,1,3200,0,-3939.56,1982.67,83.4903,2.96488,300,15,0,2578,0,0,1), - (50765,5274,1,3200,0,-3818.48,2002.17,69.2423,2.36014,300,0,0,2578,0,0,0), - (50766,5274,1,3200,0,-3816.19,1927.19,70.2219,4.76908,300,15,0,2578,0,0,1), - (50767,5274,1,3200,0,-3739.02,1979.36,69.3839,5.37457,300,15,0,2578,0,0,1), - (50768,5274,1,3200,0,-3571.63,2211.44,36.5669,5.98986,300,15,0,2578,0,0,1), - (50769,5274,1,3200,0,-2907.41,2405.36,31.1266,4.92966,300,15,0,2578,0,0,1), - (50770,5276,1,8471,0,-3399.4,2365.61,41.7153,1.86596,300,15,0,1990,1640,0,1), - (50771,5276,1,8471,0,-3411,2428.96,40.1268,2.10991,300,15,0,1990,1640,0,1), - (50772,5276,1,8471,0,-2816,2355.66,36.9462,4.32074,300,15,0,1990,1640,0,1), - (50773,5276,1,8471,0,-3408.3,2416.07,36.7951,2.47626,300,15,0,1990,1640,0,1), - (50774,5276,1,8471,0,-3930.47,1920.28,85.971,1.77088,300,15,0,1990,1640,0,1), - (50775,5278,1,2158,0,-4562.48,888.987,60.0789,4.73058,300,10,0,1648,1432,0,1), - (50776,5278,1,2158,0,-4589.5,914.675,61.1099,2.87202,300,10,0,1648,1432,0,1), - (50777,5278,1,2158,0,-4610.42,959.534,57.5227,3.56695,300,10,0,1648,1432,0,1), - (50778,5278,1,2158,0,-4630.8,964.319,62.038,2.88666,300,10,0,1648,1432,0,1), - (50779,5278,1,2158,0,-4427.28,685.328,90.3875,0.317255,300,15,0,1648,1432,0,1), - (50780,5278,1,2158,0,-4554.91,785.981,48.3547,0.811658,300,15,0,1648,1432,0,1), - (50781,5278,1,2158,0,-4594.23,826.782,46.1191,3.43873,300,15,0,1648,1432,0,1), - (50782,5278,1,2158,0,-4525.37,566.56,59.5324,1.13948,300,15,0,1648,1432,0,1), - (50783,5278,1,2158,0,-4595.3,749.69,50.5767,4.31557,300,15,0,1648,1432,0,1), - (50784,5278,1,2158,0,-4523.91,640.881,56.4121,1.91931,300,15,0,1648,1432,0,1), - (50785,5278,1,2158,0,-4502.29,635.304,57.0371,3.5613,300,15,0,1648,1432,0,1), - (50786,5278,1,2158,0,-4449.27,614.571,57.7221,4.19024,300,15,0,1648,1432,0,1), - (50787,5278,1,2158,0,-4542.39,577.093,63.1643,0.535762,300,15,0,1648,1432,0,1), - (50788,5278,1,2158,0,-4576.84,558.396,62.5885,1.76359,300,15,0,1648,1432,0,1), - (50789,5278,1,2158,0,-4546.93,616.519,47.4083,2.0893,300,15,0,1648,1432,0,1), - (50790,5278,1,2158,0,-4641.78,651.983,49.0221,4.6831,300,15,0,1648,1432,0,1), - (50791,5278,1,2158,0,-4600.87,620.673,47.9707,1.51207,300,15,0,1648,1432,0,1), - (50792,5278,1,2158,0,-4594.28,714.612,47.6776,0.029288,300,15,0,1648,1432,0,1), - (50793,5278,1,2158,0,-4631.99,680.241,48.652,3.55339,300,15,0,1648,1432,0,1), - (50794,5278,1,2158,0,-4585.41,686.479,47.8589,1.97853,300,15,0,1648,1432,0,1), - (50795,5278,1,2158,0,-4623.44,655.724,52.1265,2.62946,300,15,0,1648,1432,0,1), - (50796,1695,1,13190,0,-4491.6,-768.035,-36.632,4.95674,300,0,0,2972,0,0,0), - (50797,7584,1,9592,0,-3432.24,2382.82,43.9324,3.25699,300,3,0,2424,1483,0,2), - (50798,7584,1,9592,0,-4166.35,305.325,58.8006,5.14193,300,15,0,2424,1483,0,2), - (50799,7584,1,9592,0,-4554.64,1687.16,97.8392,4.33007,300,15,0,2424,1483,0,2), - (50800,7584,1,9592,0,-5764.65,1452.36,56.561,3.98084,300,0,0,2424,1483,0,0), - (50801,7584,1,9592,0,-4894.04,334.951,25.4807,2.92314,300,15,0,2424,1483,0,2), - (50802,5286,1,165,0,-4184.84,-740.034,-34.2743,0.548457,300,15,0,1829,0,0,1), - (50803,5286,1,165,0,-4228.44,-758.422,-42.8481,5.53349,300,15,0,1829,0,0,1), - (50804,5286,1,165,0,-4493.02,-358.208,53.6212,3.45531,300,15,0,1829,0,0,1), - (50805,5286,1,165,0,-4045.94,520.738,80.5059,2.85825,300,15,0,1829,0,0,1), - (50806,5286,1,165,0,-4325.41,670.083,83.2044,1.58252,300,15,0,1829,0,0,1), - (50807,5286,1,165,0,-4175.4,-203.488,58.8624,5.66702,300,15,0,1829,0,0,1), - (50808,5286,1,165,0,-4344.02,-655.198,-34.0294,4.18403,300,15,0,1829,0,0,1), - (50809,5286,1,165,0,-4391.22,-655.952,-16.7433,3.60944,300,15,0,1829,0,0,1), - (50810,5286,1,165,0,-4115.33,-70.4951,58.8196,4.76127,300,15,0,1829,0,0,1), - (50811,5286,1,165,0,-4526.89,-94.2515,86.4776,2.06082,300,15,0,1829,0,0,1), - (50812,5286,1,165,0,-4356.25,646.864,69.8904,2.33331,300,15,0,1829,0,0,1), - (50813,5286,1,165,0,-4525.96,-140.096,89.9087,0.394716,300,15,0,1829,0,0,1), - (50814,5286,1,165,0,-4404.79,616.535,59.6474,0.293328,300,15,0,1829,0,0,1), - (50815,5286,1,165,0,-4618.12,956.096,57.8503,1.52781,300,10,0,1829,0,0,1), - (50816,5286,1,165,0,-4555.03,3645.95,10.8156,0.069473,300,15,0,1829,0,0,1), - (50817,5286,1,165,0,-4147.56,-686.394,-22.0119,2.86333,300,15,0,1829,0,0,1), - (50818,5286,1,165,0,-4204.03,-596.466,-18.6577,2.1033,300,15,0,1829,0,0,1), - (50819,5286,1,165,0,-4420.23,-312.952,33.433,5.02179,300,15,0,1829,0,0,1), - (50820,5286,1,165,0,-4489.94,-161.836,66.9594,3.55982,300,15,0,1829,0,0,1), - (50821,5286,1,165,0,-4462.62,3559.96,18.8284,0.34802,300,15,0,1829,0,0,1), - (50822,5286,1,165,0,-4132.27,-451.243,21.3968,2.82973,300,15,0,1829,0,0,1), - (50823,5286,1,165,0,-4144.14,-548.746,-5.005,3.09076,300,15,0,1829,0,0,1), - (50824,5286,1,165,0,-4119.67,-589.006,-10.7926,4.43141,300,15,0,1829,0,0,1), - (50825,5286,1,165,0,-4109.7,-525.867,2.85002,3.04775,300,15,0,1829,0,0,1), - (50826,5286,1,165,0,-4105.75,-706.468,-22.9503,3.7017,300,15,0,1829,0,0,1), - (50827,5286,1,165,0,-4122.47,-1.6196,56.7255,2.91318,300,15,0,1829,0,0,1), - (50828,5286,1,165,0,-4168.77,99.6719,57.3683,1.98902,300,15,0,1829,0,0,1), - (50829,5286,1,165,0,-4212.62,65.0503,60.136,1.19009,300,15,0,1829,0,0,1), - (50830,5286,1,165,0,-4160.91,-311.006,57.2628,5.00676,300,15,0,1829,0,0,1), - (50831,5286,1,165,0,-4320.14,500.612,56.7875,4.42711,300,15,0,1829,0,0,1), - (50832,5286,1,165,0,-4403.48,512.209,55.8616,5.5862,300,15,0,1829,0,0,1), - (50833,5286,1,165,0,-4378.17,497.733,50.7666,1.23434,300,15,0,1829,0,0,1), - (50834,5286,1,165,0,-4180.46,281.446,52.8352,1.16618,300,0,0,1829,0,0,0), - (50835,5286,1,165,0,-4235.42,518.75,51.1077,2.55323,300,15,0,1829,0,0,1), - (50836,5286,1,165,0,-4119.44,-29.3902,59.2427,0.318042,300,15,0,1829,0,0,1), - (50837,5286,1,165,0,-4480.79,3474.27,24.063,5.27101,300,15,0,1829,0,0,1), - (50838,5286,1,165,0,-4753.61,3289.89,20.1918,0.572168,300,15,0,1829,0,0,1), - (50839,5286,1,165,0,-4805.63,3306.75,15.3943,3.01684,300,15,0,1829,0,0,1), - (50840,5286,1,165,0,-4767.61,3295.6,21.2369,4.79253,300,15,0,1829,0,0,1), - (50841,5286,1,165,0,-4555.5,3415.78,26.1541,3.34109,300,15,0,1829,0,0,1), - (50842,5286,1,165,0,-4526.19,3437.25,26.1859,1.6588,300,15,0,1829,0,0,1), - (50843,5286,1,165,0,-4558.72,3523.25,22.8529,5.81867,300,15,0,1829,0,0,1), - (50844,5286,1,165,0,-4546.71,3476.98,25.1773,4.3511,300,15,0,1829,0,0,1), - (50845,5286,1,165,0,-4505.17,3540.59,19.3997,4.8891,300,15,0,1829,0,0,1), - (50846,5286,1,165,0,-4531.52,3543.41,23.527,5.97564,300,15,0,1829,0,0,1), - (50847,5286,1,165,0,-4519.33,3580.95,20.7518,2.7229,300,15,0,1829,0,0,1), - (50848,5286,1,165,0,-4504.58,3599.51,16.8768,5.08854,300,15,0,1829,0,0,1), - (50849,5286,1,165,0,-4388.82,3545.75,10.3708,6.26658,300,15,0,1829,0,0,1), - (50850,5286,1,165,0,-4410.98,3575.24,14.5785,5.79047,300,15,0,1829,0,0,1), - (50851,5286,1,165,0,-4317.88,555.567,56.7244,4.92089,300,15,0,1829,0,0,1), - (50852,5286,1,165,0,-4345.59,578.363,58.7511,4.2747,300,15,0,1829,0,0,1), - (50853,5286,1,165,0,-4136.92,-112.345,57.3774,4.16195,300,15,0,1829,0,0,1), - (50854,5286,1,165,0,-4466.64,526.994,54.0559,0.07902,300,15,0,1829,0,0,1), - (50855,5286,1,165,0,-4228.35,-90.0921,57.2404,6.08032,300,15,0,1829,0,0,1), - (50856,5286,1,165,0,-4184.63,-158.729,56.4829,4.27739,300,15,0,1829,0,0,1), - (50857,5286,1,165,0,-4475.94,437.637,51.2082,0.804386,300,15,0,1829,0,0,1), - (50858,5286,1,165,0,-4383.12,407.82,47.7134,6.21675,300,15,0,1829,0,0,1), - (50859,5286,1,165,0,-4284.17,458.194,53.9596,3.9408,300,15,0,1829,0,0,1), - (50860,5286,1,165,0,-4046.7,236.56,57.9718,2.70414,300,15,0,1829,0,0,1), - (50861,5286,1,165,0,-4161.53,143.501,55.7952,6.06704,300,15,0,1829,0,0,1), - (50862,5286,1,165,0,-4156.27,195.451,61.5369,2.97361,300,15,0,1829,0,0,1), - (50863,5286,1,165,0,-4085.23,183.521,59.2833,4.16056,300,15,0,1829,0,0,1), - (50864,5286,1,165,0,-4225.77,271.97,51.6846,6.20896,300,15,0,1829,0,0,1), - (50865,5286,1,165,0,-4495.88,-514.349,16.9544,6.2343,300,15,0,1829,0,0,1), - (50866,5286,1,165,0,-4439.67,-523.383,10.5633,1.15136,300,15,0,1829,0,0,1), - (50867,5286,1,165,0,-4458.17,-574.807,4.90103,0.507288,300,15,0,1829,0,0,1), - (50868,5286,1,165,0,-4310.88,-568.143,-12.2051,3.91898,300,15,0,1829,0,0,1), - (50869,5286,1,165,0,-4247.78,-582.722,-10.3819,4.73385,300,15,0,1829,0,0,1), - (50870,5286,1,165,0,-4484.3,-441.881,28.0138,5.40788,300,15,0,1829,0,0,1), - (50871,5286,1,165,0,-4236.93,-466.705,38.0521,5.49641,300,15,0,1829,0,0,1), - (50872,5286,1,165,0,-4152.29,-444.692,22.4375,5.07185,300,15,0,1829,0,0,1), - (50873,5286,1,165,0,-4516.27,526.259,57.7559,4.69481,300,15,0,1829,0,0,1), - (50874,5286,1,165,0,-4351.08,477.268,54.8318,1.61659,300,15,0,1829,0,0,1), - (50875,5286,1,165,0,-4278,71.6606,56.9332,3.71281,300,15,0,1829,0,0,1), - (50876,5286,1,165,0,-4465.52,-122.061,58.103,2.65175,300,15,0,1829,0,0,1), - (50877,5286,1,165,0,-4662.97,3444.04,24.3023,3.01336,300,15,0,1829,0,0,1), - (50878,5286,1,165,0,-4661.65,3410.65,24.9551,4.12435,300,15,0,1829,0,0,1), - (50879,5286,1,165,0,-4629.88,669.234,50.0989,5.02425,300,15,0,1829,0,0,1), - (50880,5286,1,165,0,-4512.19,491.886,52.7449,1.75362,300,15,0,1829,0,0,1), - (50881,5286,1,165,0,-4443.49,-310.024,39.8388,0.728751,300,15,0,1829,0,0,1), - (50882,5286,1,165,0,-4459.15,-263.037,52.5767,2.21078,300,15,0,1829,0,0,1), - (50883,5286,1,165,0,-4436.44,-9.18867,60.082,3.37,300,15,0,1829,0,0,1), - (50884,5286,1,165,0,-4220.35,110.318,56.7168,4.63207,300,15,0,1829,0,0,1), - (50885,5286,1,165,0,-4658.34,3254.91,14.8691,3.68922,300,15,0,1829,0,0,1), - (50886,5286,1,165,0,-4722.54,3290.51,18.2373,3.90187,300,15,0,1829,0,0,1), - (50887,5286,1,165,0,-4653.49,3300.93,25.5195,4.54949,300,15,0,1829,0,0,1), - (50888,5286,1,165,0,-4708.58,3223.77,13.6046,4.93699,300,15,0,1829,0,0,1), - (50889,5286,1,165,0,-4687.05,3317.75,25.9901,4.8891,300,15,0,1829,0,0,1), - (50890,5286,1,165,0,-4618.23,3481.19,19.8657,5.70268,300,15,0,1829,0,0,1), - (50891,5286,1,165,0,-4609.13,3376.73,33.3476,1.13075,300,15,0,1829,0,0,1), - (50892,5286,1,165,0,-4618.21,3375.37,31.1633,5.15926,300,15,0,1829,0,0,1), - (50893,5286,1,165,0,-4659.17,3372.18,27.8057,4.97513,300,15,0,1829,0,0,1), - (50894,5286,1,165,0,-4603.48,3524.2,23.0796,5.134,300,15,0,1829,0,0,1), - (50895,5286,1,165,0,-4683.4,3351.13,31.1959,2.59077,300,15,0,1829,0,0,1), - (50896,5286,1,165,0,-4561.89,3585.68,25.3012,2.8288,300,15,0,1829,0,0,1), - (50897,5286,1,165,0,-4460.31,3535.08,18.1332,1.52781,300,15,0,1829,0,0,1), - (50898,5286,1,165,0,-4612.91,3285.25,19.3972,4.67331,300,15,0,1829,0,0,1), - (50899,5286,1,165,0,-4448.19,3446.75,22.106,5.28684,300,15,0,1829,0,0,1), - (50900,5287,1,3202,0,-5151.22,487.184,33.1911,5.2585,300,15,0,2059,0,0,1), - (50901,5287,1,3202,0,-4562.76,1812.33,90.9591,5.88611,300,15,0,2059,0,0,1), - (50902,5287,1,3202,0,-4620.95,1723.06,101.562,2.49965,300,10,0,2059,0,0,1), - (50903,5287,1,3202,0,-5222.43,620.265,54.5629,0.739748,300,15,0,2059,0,0,1), - (50904,5287,1,3202,0,-4525.27,1542.31,110.138,2.59832,300,15,0,2059,0,0,1), - (50905,5287,1,3202,0,-5085.54,531.515,17.7577,2.71139,300,15,0,2059,0,0,1), - (50906,5287,1,3202,0,-4491.4,1807.56,106.929,3.40219,300,15,0,2059,0,0,1), - (50907,5287,1,3202,0,-4643.48,1658.22,115.546,3.0938,300,15,0,2059,0,0,1), - (50908,5287,1,3202,0,-5309.2,606.593,77.3709,3.63844,300,15,0,2059,0,0,1), - (50909,5287,1,3202,0,-5110.36,574.818,31.1136,4.76518,300,15,0,2059,0,0,1), - (50910,5287,1,3202,0,-5159.9,655.979,53.2424,1.50826,300,15,0,2059,0,0,1), - (50911,5287,1,3202,0,-5078.62,717.188,56.4197,2.25316,300,15,0,2059,0,0,1), - (50912,5287,1,3202,0,-5196.45,659.242,57.2245,3.18663,300,15,0,2059,0,0,1), - (50913,5287,1,3202,0,-5231.87,598.328,54.4086,2.35343,300,15,0,2059,0,0,1), - (50914,5287,1,3202,0,-4706.68,1451.99,85.4936,5.44942,300,3,0,2059,0,0,1), - (50915,5287,1,3202,0,-4558.46,1692.52,97.5134,5.28197,300,15,0,2059,0,0,1), - (50916,5287,1,3202,0,-4589.08,1911.8,110.568,4.3823,300,10,0,2059,0,0,1), - (50917,5287,1,3202,0,-4540.76,1858.2,90.2917,0.791609,300,15,0,2059,0,0,1), - (50918,5287,1,3202,0,-4633.58,1458.48,105.614,6.0183,300,15,0,2059,0,0,1), - (50919,5287,1,3202,0,-4626.31,1676.49,114.633,2.02571,300,15,0,2059,0,0,1), - (50920,5287,1,3202,0,-4556.88,1860.01,90.125,2.60888,300,15,0,2059,0,0,1), - (50921,5287,1,3202,0,-5092.53,458.479,13.8848,5.24095,300,15,0,2059,0,0,1), - (50922,5287,1,3202,0,-4546.52,1486.18,101.805,1.13064,300,15,0,2059,0,0,1), - (50923,5287,1,3202,0,-4640.82,1594.29,117.111,0.12823,300,15,0,2059,0,0,1), - (50924,5287,1,3202,0,-4883.26,304.563,30.9898,4.80533,300,15,0,2059,0,0,1), - (50925,5287,1,3202,0,-4660.11,1773.84,91.7014,2.02353,300,15,0,2059,0,0,1), - (50926,5287,1,3202,0,-5090.37,265.061,40.4266,4.25136,300,15,0,2059,0,0,1), - (50927,5287,1,3202,0,-4736.14,1136.21,98.5072,1.78523,300,15,0,2059,0,0,1), - (50928,5287,1,3202,0,-4684.46,1217.66,97.698,3.67347,300,15,0,2059,0,0,1), - (50929,5287,1,3202,0,-5198.04,449.075,31.0895,3.01046,300,15,0,2059,0,0,1), - (50930,5287,1,3202,0,-5242.15,472.894,52.5603,4.48143,300,15,0,2059,0,0,1), - (50931,5287,1,3202,0,-4708.83,683.325,60.954,5.96145,300,15,0,2059,0,0,1), - (50932,5287,1,3202,0,-5133.41,559.335,29.2537,3.36429,300,15,0,2059,0,0,1), - (50933,5287,1,3202,0,-5178.94,516.66,44.1855,4.68505,300,15,0,2059,0,0,1), - (50934,5287,1,3202,0,-4748.9,1339.13,86.2247,3.6166,300,3,0,2059,0,0,1), - (50935,5287,1,3202,0,-5119.74,414.926,16.4362,0.816524,300,15,0,2059,0,0,1), - (50936,5287,1,3202,0,-4732.55,1209.63,103.734,3.34109,300,15,0,2059,0,0,1), - (50937,5287,1,3202,0,-4814.45,304.065,23.9825,5.22052,300,15,0,2059,0,0,1), - (50938,5288,1,3203,0,-2789,2348.69,37.4312,4.81509,300,3,0,2488,0,0,1), - (50939,5288,1,3203,0,-3346.29,2445.04,29.0009,2.5773,300,15,0,2488,0,0,1), - (50940,5288,1,3203,0,-3312.14,2546.5,21.5252,1.12234,300,15,0,2488,0,0,1), - (50941,5288,1,3203,0,-3272.5,2686.26,47.8906,0.777111,300,15,0,2488,0,0,1), - (50942,5288,1,3203,0,-3231.25,2631.25,37.5309,6.17297,300,15,0,2488,0,0,1), - (50943,5288,1,3203,0,-3569.33,2471.09,70.7755,2.77414,300,15,0,2488,0,0,1), - (50944,5288,1,3203,0,-3300.76,2411.03,48.1978,4.91061,300,15,0,2488,0,0,1), - (50945,5288,1,3203,0,-3383.55,2255.41,21.8595,0.316616,300,15,0,2488,0,0,1), - (50946,5288,1,3203,0,-3426.66,2404.06,39.6846,1.69019,300,15,0,2488,0,0,1), - (50947,5288,1,3203,0,-3599.87,2038.63,62.5276,5.92007,300,15,0,2488,0,0,1), - (50948,5288,1,3203,0,-3421.98,2678.04,71.0386,6.25191,300,15,0,2488,0,0,1), - (50949,5288,1,3203,0,-3077.45,2555.35,41.8454,6.09556,300,15,0,2488,0,0,1), - (50950,5288,1,3203,0,-3200.79,2630.87,37.3881,6.25878,300,0,0,2488,0,0,0), - (50951,5288,1,3203,0,-3479.88,2316.16,62.3865,6.02019,300,15,0,2488,0,0,1), - (50952,5288,1,3203,0,-3286.83,2521.72,39.6884,0.263938,300,15,0,2488,0,0,1), - (50953,5288,1,3203,0,-3785.08,1999.57,65.3639,1.79435,300,15,0,2488,0,0,1), - (50954,5288,1,3203,0,-3919.49,1924.48,84.422,4.27712,300,15,0,2488,0,0,1), - (50955,5288,1,3203,0,-3377.55,2776.86,74.2602,0.133327,300,15,0,2488,0,0,1), - (50956,5288,1,3203,0,-3734.07,2200.56,70.5043,4.07455,300,15,0,2488,0,0,1), - (50957,5288,1,3203,0,-3449.41,2481.29,46.29,5.71361,300,15,0,2488,0,0,1), - (50958,5288,1,3203,0,-3860.87,2030.31,70.3779,6.25292,300,15,0,2488,0,0,1), - (50959,5288,1,3203,0,-4086.98,2047.51,88.8917,3.9332,300,15,0,2488,0,0,1), - (50961,5288,1,3203,0,-3440.17,2696.81,75.5513,1.6975,300,15,0,2488,0,0,1), - (50962,5288,1,3203,0,-2982.34,2349.2,42.3912,2.04886,300,15,0,2488,0,0,1), - (50963,5288,1,3203,0,-2965.26,2377.91,41.9145,3.43062,300,15,0,2488,0,0,1), - (50964,5288,1,3203,0,-2877.46,2357.77,36.9861,5.00245,300,15,0,2488,0,0,1), - (50965,5288,1,3203,0,-2952.11,2433.02,41.2171,4.83965,300,15,0,2488,0,0,1), - (50966,7852,1,6892,0,-4345.38,3312.75,10.0974,1.8326,300,0,0,4108,0,0,0), - (50967,3500,1,3898,0,-4447.75,254.45,39.1908,6.14356,300,0,0,3748,0,0,0), - (50968,5292,1,3207,0,-5091.67,1558.33,53.6518,3.06614,300,10,0,1802,0,0,1), - (50969,5292,1,3207,0,-5050.73,1809.56,77.0301,0.925398,300,3,0,1802,0,0,1), - (50970,5292,1,3207,0,-5032.98,1791.99,71.7165,1.04723,300,3,0,1802,0,0,1), - (50971,5292,1,3207,0,-5009.25,1772.63,64.761,4.29761,300,3,0,1802,0,0,1), - (50972,5292,1,3207,0,-4981.15,1752.4,64.0426,3.86265,300,15,0,1802,0,0,1), - (50973,5292,1,3207,0,-5018.71,1779.82,67.6576,5.69201,300,15,0,1802,0,0,2), - (50974,5292,1,3207,0,-4944.41,1668.73,63.8914,5.66444,300,3,0,1802,0,0,1), - (50975,5292,1,3207,0,-4976.62,1617.72,63.4002,1.15075,300,3,0,1802,0,0,1), - (50976,5292,1,3207,0,-4968.76,1643.84,64.3893,3.14686,300,3,0,1802,0,0,1), - (50977,5292,1,3207,0,-4947.9,1581.3,62.7082,2.3403,300,10,0,1802,0,0,1), - (50978,5292,1,3207,0,-4918.46,1585.73,66.2957,2.88382,300,10,0,1802,0,0,1), - (50979,5292,1,3207,0,-4982.55,1547.75,62.2749,3.54805,300,15,0,1802,0,0,1), - (50980,5292,1,3207,0,-4982.96,1580.84,61.2149,4.11951,300,10,0,1802,0,0,1), - (50981,5292,1,3207,0,-5017.49,1548.14,56.4633,3.36619,300,15,0,1802,0,0,1), - (50982,5292,1,3207,0,-4984.72,1513.5,57.075,4.50996,300,10,0,1802,0,0,1), - (50983,5292,1,3207,0,-5015.63,1582.54,59.7013,6.00837,300,10,0,1802,0,0,1), - (50984,5293,1,0,0,-5168.51,1840.46,114.025,2.3388,300,3,0,2495,0,0,1), - (50985,5293,1,10944,0,-5198.91,1807.56,115.954,4.57198,300,0,0,2495,0,0,0), - (50986,5293,1,10944,0,-5146.85,1747.68,78.3566,4.33104,300,0,0,2495,0,0,0), - (50987,5293,1,10944,0,-5129.39,1778.84,78.2473,3.04387,300,3,0,2495,0,0,1), - (50988,5293,1,10944,0,-5149.86,1810.74,94.2589,1.7504,300,3,0,2495,0,0,1), - (50989,5293,1,10944,0,-5169.55,1783.2,95.151,0.584424,300,3,0,2495,0,0,1), - (50990,5293,1,10944,0,-5018.05,1839.29,77.2048,2.84381,300,0,0,2495,0,0,0), - (50991,5293,1,10944,0,-5081.06,1835.27,77.8807,5.35522,300,3,0,2495,0,0,2), - (50992,5293,1,10944,0,-5098.25,1931.42,88.2029,1.0441,300,3,0,2495,0,0,1), - (50993,5293,1,10944,0,-5090.03,1942.21,88.6154,5.73287,300,3,0,2495,0,0,1), - (50994,5293,1,10944,0,-5063.38,1926.24,88.631,0.365299,300,3,0,2495,0,0,1), - (50995,5293,1,10944,0,-5154.06,1874.6,102.49,1.19693,300,3,0,2495,0,0,1), - (50996,7854,1,6893,0,-4354.65,268.764,26.4007,4.53786,300,0,0,3404,0,0,0), - (50997,5295,1,10943,0,-5109.85,1794.98,79.7665,2.82241,300,3,0,2138,0,0,1), - (50998,5295,1,10943,0,-5113.65,1849.81,85.8817,1.51358,300,3,0,2138,0,0,1), - (50999,5295,1,10943,0,-5078.82,1833.22,77.7851,6.26814,300,3,0,2138,0,0,1), - (51000,5295,1,10943,0,-5138.63,1832.72,90.5914,2.84887,300,3,0,2138,0,0,1), - (51001,5295,1,10943,0,-5050.74,1836.84,78.3024,2.28627,300,3,0,2138,0,0,1), - (51002,5295,1,10943,0,-5076.8,1805.5,76.8518,3.19355,300,3,0,2138,0,0,1), - (51003,5295,1,10943,0,-5051.26,1865.55,82.6267,0.218131,300,15,0,2138,0,0,2), - (51004,5295,1,10943,0,-5069.56,1888.39,87.4639,4.36035,300,3,0,2138,0,0,1), - (51005,5295,1,10943,0,-5113.29,1913.87,91.3307,1.18682,300,3,0,2138,0,0,1), - (51006,5295,1,10943,0,-5137.69,1897.44,98.6107,1.79381,300,3,0,2138,0,0,2), - (51007,5295,1,10943,0,-4967.34,1748.86,65.3381,2.55606,300,3,0,2138,0,0,1), - (51008,5295,1,10943,0,-4925.96,1721.98,64.1672,0.310932,300,3,0,2138,0,0,1), - (51009,11440,1,12471,0,-4525.01,1275.03,126.676,0.401426,300,0,0,7359,0,0,0), - (51010,11440,1,12471,0,-3687.23,931.639,137.822,2.53513,300,3,0,7359,0,0,1), - (51011,11440,1,12471,0,-4420.49,1062.24,152.086,2.33874,300,0,0,7359,0,0,0), - (51012,11440,1,12471,0,-4452.91,1210.96,126.964,5.07729,300,15,0,7359,0,0,1), - (51013,11440,1,12471,0,-3698.74,935.943,137.873,6.0912,300,0,0,7359,0,0,0), - (51014,11440,1,12471,0,-4399.8,923.133,150.621,4.87139,300,10,0,7359,0,0,1), - (51015,11440,1,12471,0,-4464.15,1058.14,150.612,3.0566,300,10,0,7359,0,0,1), - (51016,11440,1,12471,0,-4403.5,1375.61,124.086,3.38594,300,3,0,7359,0,0,1), - (51017,11440,1,12471,0,-4059.75,1007.06,161.274,0.017453,300,0,0,7359,0,0,0), - (51018,11440,1,12471,0,-4036.92,950.891,159.727,1.18457,300,10,0,7359,0,0,1), - (51019,11440,1,12471,0,-4480.3,1650.8,150.614,5.58737,300,10,0,7359,0,0,1), - (51020,11440,1,12471,0,-3698.94,925.41,137.873,0.05236,300,0,0,7359,0,0,0), - (51021,11440,1,12471,0,-4371.87,1152.06,150.606,3.27321,300,10,0,7359,0,0,1), - (51022,11440,1,12471,0,-4447.83,1443.85,126.335,4.4642,300,3,0,7359,0,0,1), - (51023,11440,1,12471,0,-4025.33,1320.95,159.71,4.09511,300,10,0,7359,0,0,1), - (51025,5296,1,3220,0,-3873.59,1618.23,136.71,5.15392,300,3,0,2399,0,0,1), - (51026,5296,1,3220,0,-3898.11,1631.11,117.515,1.19218,300,2,0,2399,0,0,1), - (51027,5296,1,3220,0,-3900.17,1661.49,117.536,2.21365,300,3,0,2399,0,0,1), - (51028,11440,1,12471,0,-4039.25,1135.99,159.738,5.39523,300,10,0,7359,0,0,1), - (51029,5296,1,3220,0,-3775.39,1762.01,146.56,3.53233,300,15,0,2399,0,0,1), - (51030,11440,1,12471,0,-4362.87,1324.76,159.233,4.61595,300,10,0,7359,0,0,1), - (51031,11440,1,12471,0,-4327.98,1408.78,152.086,3.14159,300,0,0,7359,0,0,0), - (51032,11440,1,12471,0,-4349.92,1457.94,150.65,4.7822,300,10,0,7359,0,0,1), - (51033,11440,1,12471,0,-4366.87,1485.27,150.609,2.48906,300,10,0,7359,0,0,1), - (51034,11440,1,12471,0,-4462.71,1350.98,125.888,3.24631,300,0,0,7359,0,0,0), - (51035,11440,1,12471,0,-4350.39,1198.64,150.608,5.12582,300,15,0,7359,0,0,1), - (51036,11440,1,12471,0,-4161.89,1276.92,161.26,3.14159,300,0,0,7359,0,0,0), - (51037,11440,1,12471,0,-4182.18,1309.34,161.198,3.52164,300,15,0,7359,0,0,1), - (51038,5296,1,3220,0,-3842.23,1738.75,142.622,4.22582,300,3,0,2399,0,0,1), - (51039,5296,1,3220,0,-3837.73,1789.92,135.22,1.35615,300,2,0,2399,0,0,2), - (51040,5296,1,3220,0,-3744.45,1801.53,154.879,0.940564,300,15,0,2399,0,0,1), - (51041,5296,1,3220,0,-3793.26,1841.23,129.678,3.32846,300,0,0,2399,0,0,0), - (51042,5297,1,3209,0,-3897.93,1568.18,121.896,3.74015,300,3,0,2578,0,0,2), - (51043,5297,1,3209,0,-3890.9,1590.63,117.718,5.75629,300,3,0,2578,0,0,1), - (51044,5297,1,3209,0,-3919.59,1626.73,129.253,4.71146,300,2,0,2578,0,0,2), - (51045,5297,1,3209,0,-3864.83,1618.21,137.615,0.707368,300,3,0,2578,0,0,1), - (51046,5297,1,3209,0,-3873.11,1685.3,140.808,0.845693,300,2,0,2578,0,0,1), - (51047,11442,1,12473,0,-4031.25,960.687,159.703,5.97359,300,10,0,7359,0,0,1), - (51048,11442,1,12473,0,-3932.53,1011.67,148.559,2.43095,300,15,0,7359,0,0,1), - (51049,11442,1,12473,0,-3594.06,987.538,151.224,5.23126,300,10,0,7359,0,0,1), - (51050,11442,1,12473,0,-4041.24,899.485,159.741,1.04551,300,10,0,7359,0,0,1), - (51051,11442,1,12473,0,-3723.56,1207.2,151.897,3.05461,300,10,0,7359,0,0,1), - (51052,11442,1,12473,0,-3587.76,1193.03,152.281,1.63242,300,10,0,7359,0,0,1), - (51053,11442,1,12473,0,-3569.5,1160.34,150.451,5.85556,300,10,0,7359,0,0,1), - (51054,11442,1,12473,0,-3577.2,1123.77,148.634,0.49435,300,10,0,7359,0,0,1), - (51055,11442,1,12473,0,-4034.62,1329.21,159.749,1.60396,300,10,0,7359,0,0,1), - (51056,11442,1,12473,0,-3755.77,1164.27,154.785,3.84373,300,3,0,7359,0,0,1), - (51057,11442,1,12473,0,-3669.18,1143.89,154.788,2.93272,300,10,0,7359,0,0,1), - (51058,11442,1,12473,0,-3920.78,1196.7,149.763,2.32765,300,10,0,7359,0,0,1), - (51059,11442,1,12473,0,-4035.77,1067.97,159.722,1.866,300,10,0,7359,0,0,1), - (51060,11442,1,12473,0,-3838,1196.33,149.638,0.241098,300,10,0,7359,0,0,1), - (51061,11442,1,12473,0,-3862.92,1153.13,154.788,0.46516,300,10,0,7359,0,0,1), - (51062,11442,1,12473,0,-3833.21,1046.74,154.789,5.1101,300,10,0,7359,0,0,1), - (51063,11442,1,12473,0,-3625.01,1053.81,154.788,1.08322,300,10,0,7359,0,0,1), - (51064,11442,1,12473,0,-3577.34,1055.26,148.328,1.50797,300,10,0,7359,0,0,1), - (51065,11442,1,12473,0,-3732.02,981.078,149.97,2.66537,300,10,0,7359,0,0,1), - (51066,11443,1,12472,0,-4479.54,974.211,150.623,3.04293,300,10,0,5691,5769,0,1), - (51067,11443,1,12472,0,-4472.38,1620.41,150.612,5.36811,300,10,0,5691,5769,0,1), - (51068,11443,1,12472,0,-4414.45,1210.21,126.828,3.75246,300,0,0,5691,5769,0,0), - (51069,8115,1,7328,0,-4375.68,269.717,25.4947,4.72984,300,0,0,3517,4393,0,0), - (51070,11443,1,12472,0,-4415.71,1602.5,152.086,3.82227,300,0,0,5691,5769,0,0), - (51071,11443,1,12472,0,-4479.5,1687.5,150.623,2.87683,300,10,0,5691,5769,0,1), - (51072,11443,1,12472,0,-4442.99,1709.88,150.619,2.95582,300,10,0,5691,5769,0,1), - (51073,11443,1,12472,0,-4011.29,1007.44,161.146,3.07178,300,0,0,5691,5769,0,0), - (51074,11443,1,12472,0,-3903.64,978.387,148.648,3.85102,300,15,0,5691,5769,0,1), - (51075,11443,1,12472,0,-4419.98,1179.04,127.017,4.01426,300,0,0,5691,5769,0,0), - (51076,11443,1,12472,0,-4381.43,1560.98,152.086,3.735,300,0,0,5691,5769,0,0), - (51077,11443,1,12472,0,-4492.15,1250.46,128.46,0.139626,300,0,0,5691,5769,0,0), - (51078,11443,1,12472,0,-4031.64,1261.72,159.725,0.232912,300,10,0,5691,5769,0,1), - (51079,11443,1,12472,0,-4451.08,1513.46,127.385,3.39415,300,10,0,5691,5769,0,1), - (51080,11443,1,12472,0,-4495.46,1390.35,127.416,4.85202,300,0,0,5691,5769,0,0), - (51081,11443,1,12472,0,-4384.87,1102.96,152.086,2.46091,300,0,0,5691,5769,0,0), - (51082,11443,1,12472,0,-4447.75,1604.11,150.611,3.74242,300,10,0,5691,5769,0,1), - (51083,11443,1,12472,0,-4417.53,1087.47,150.61,5.11326,300,10,0,5691,5769,0,1), - (51084,11443,1,12472,0,-4415.42,1481.03,126.094,5.02655,300,10,0,5691,5769,0,1), - (51085,11443,1,12472,0,-4479.44,1092.41,126.675,5.93412,300,0,0,5691,5769,0,0), - (51086,11443,1,12472,0,-4391.37,1131.63,150.612,3.54944,300,10,0,5691,5769,0,1), - (51087,11443,1,12472,0,-4046.88,884.045,159.764,2.03138,300,10,0,5691,5769,0,1), - (51088,11443,1,12472,0,-4475.55,1016.34,149.94,0.623263,300,10,0,5691,5769,0,1), - (51089,11443,1,12472,0,-4423.79,1365.97,124.066,0.942478,300,3,0,5691,5769,0,1), - (51090,11443,1,12472,0,-3930.72,1065.45,148.343,1.93352,300,15,0,5691,5769,0,1), - (51091,11443,1,12472,0,-4429.58,953.457,150.62,0.04613,300,10,0,5691,5769,0,1), - (51092,11443,1,12472,0,-4488.42,1420.93,127.213,3.53214,300,15,0,5691,5769,0,1), - (51093,11443,1,12472,0,-3629.6,1199.27,151.074,2.25918,300,10,0,5691,5769,0,1), - (51094,11443,1,12472,0,-3666.04,1193.88,149.734,1.41562,300,10,0,5691,5769,0,1), - (51095,11443,1,12472,0,-3636.2,1148.72,154.788,2.33464,300,15,0,5691,5769,0,1), - (51096,11443,1,12472,0,-3604.79,1089.1,154.788,0.405904,300,0,0,5691,5769,0,0), - (51097,11443,1,12472,0,-4467.08,1547.39,126.309,5.75959,300,0,0,5691,5769,0,0), - (51098,11443,1,12472,0,-4024.61,881.848,159.672,5.45353,300,10,0,5691,5769,0,1), - (51099,11443,1,12472,0,-4165.59,1116.31,161.269,1.5708,300,0,0,5691,5769,0,0), - (51100,11443,1,12472,0,-3641.41,1117.88,154.787,5.46867,300,10,0,5691,5769,0,1), - (51101,11443,1,12472,0,-3709.4,1163.22,154.789,1.44987,300,10,0,5691,5769,0,1), - (51102,11443,1,12472,0,-3793.04,1171.26,154.788,1.47392,300,10,0,5691,5769,0,1), - (51103,11443,1,12472,0,-4198.15,1349.25,161.258,4.60767,300,0,0,5691,5769,0,0), - (51104,5299,1,3208,0,-3907.13,1603.44,129.347,0.257164,300,15,0,2488,0,0,1), - (51105,5299,1,3208,0,-3850.51,1644.98,144.813,4.83293,300,3,0,2488,0,0,1), - (51106,5299,1,3208,0,-3906.08,1562.18,122.138,5.39375,300,3,0,2488,0,0,1), - (51107,5299,1,3208,0,-3936.08,1652.85,134.406,1.53752,300,3,0,2488,0,0,1), - (51108,11443,1,12472,0,-4462.1,1312.85,125.864,3.03687,300,0,0,5691,5769,0,0), - (51109,11443,1,12472,0,-4202.78,1187.64,161.26,6.26573,300,0,0,5691,5769,0,0), - (51110,11443,1,12472,0,-4184.83,1151.18,161.214,3.87699,300,10,0,5691,5769,0,1), - (51111,11443,1,12472,0,-4028.88,1117.55,159.696,5.65466,300,10,0,5691,5769,0,1), - (51112,11443,1,12472,0,-4027.49,1008.66,159.684,2.89962,300,10,0,5691,5769,0,1), - (51113,11443,1,12472,0,-4130.61,1155.34,161.258,4.67748,300,0,0,5691,5769,0,0), - (51114,5299,1,3208,0,-3736.99,1814.47,159.254,6.0986,300,15,0,2488,0,0,1), - (51115,11443,1,12472,0,-4033.88,1203.45,159.719,0.149505,300,10,0,5691,5769,0,1), - (51116,5299,1,3208,0,-3775.82,1743.18,148.935,4.74882,300,15,0,2488,0,0,1), - (51117,5299,1,3208,0,-3760.75,1785.19,154.109,1.32785,300,15,0,2488,0,0,1), - (51118,11443,1,12472,0,-3849.13,1131.1,154.787,1.27103,300,10,0,5691,5769,0,1), - (51119,11443,1,12472,0,-3863.98,1037.41,154.788,5.41072,300,10,0,5691,5769,0,1), - (51120,11443,1,12472,0,-3886.26,1093.07,154.788,5.43741,300,10,0,5691,5769,0,1), - (51121,11443,1,12472,0,-3841.27,995.417,151.13,3.68928,300,10,0,5691,5769,0,1), - (51122,11443,1,12472,0,-3787.9,1019.54,154.782,1.20173,300,10,0,5691,5769,0,1), - (51123,11443,1,12472,0,-3755.28,1017.17,154.775,2.77142,300,10,0,5691,5769,0,1), - (51124,11443,1,12472,0,-3714.92,1015.12,154.789,5.52093,300,10,0,5691,5769,0,1), - (51125,11443,1,12472,0,-3673.18,1040.93,154.788,2.40441,300,10,0,5691,5769,0,1), - (51126,11443,1,12472,0,-3632.08,1036.94,154.788,1.37959,300,0,0,5691,5769,0,0), - (51127,11443,1,12472,0,-3663.34,999.007,147.759,6.08058,300,10,0,5691,5769,0,1), - (51128,11443,1,12472,0,-4547.9,1331.4,114.535,1.99219,300,15,0,5691,5769,0,2), - (51129,11443,1,12472,0,-4614.55,1350.61,103.298,3.31786,300,15,0,5691,5769,0,1), - (51130,11443,1,12472,0,-4352.83,1369.24,158.848,2.87716,300,15,0,5691,5769,0,1), - (51131,11443,1,12472,0,-4346.36,1292.55,158.55,0.112702,300,10,0,5691,5769,0,1), - (51132,11443,1,12472,0,-4370.48,1505.07,150.606,4.0502,300,10,0,5691,5769,0,1), - (51133,11443,1,12472,0,-4306.55,1352.24,161.257,4.66003,300,0,0,5691,5769,0,0), - (51134,11443,1,12472,0,-4329.23,1253.7,152.086,2.98451,300,0,0,5691,5769,0,0), - (51135,11443,1,12472,0,-4233.77,1309.94,161.258,1.62316,300,0,0,5691,5769,0,0), - (51136,5299,1,3208,0,-3849.15,1705.96,145.664,5.60126,300,15,0,2488,0,0,1), - (51137,5299,1,3208,0,-3869.87,1650.78,137.338,6.03266,300,2,0,2488,0,0,1), - (51138,5299,1,3208,0,-3821.86,1825.24,127.435,0.737961,300,3,0,2488,0,0,1), - (51139,5299,1,3208,0,-3835.66,1766.09,141.016,0.381709,300,2,0,2488,0,0,1), - (51140,5299,1,3208,0,-3830.09,1842.67,133.83,4.08138,300,0,0,2488,0,0,0), - (51141,5299,1,3208,0,-3807.38,1810.01,135.644,5.22911,300,2,0,2488,0,0,1), - (51142,5299,1,3208,0,-3839.74,1796.28,133.69,5.94247,300,2,0,2488,0,0,1), - (51143,5300,1,3210,0,-5184.62,1624.39,77.3243,2.70334,300,15,0,2059,0,0,1), - (51144,5300,1,3210,0,-5277.58,1411.84,34.9486,4.54202,300,30,0,2059,0,0,1), - (51145,5300,1,3210,0,-5250.35,1479.61,38.0318,1.5386,300,15,0,2059,0,0,1), - (51146,5300,1,3210,0,-5199.29,1597.33,59.1829,3.70682,300,15,0,2059,0,0,1), - (51147,5300,1,3210,0,-5247.73,1521.11,44.1291,3.15429,300,15,0,2059,0,0,1), - (51148,5300,1,3210,0,-5249.4,1585.78,56.998,2.90144,300,15,0,2059,0,0,1), - (51149,5300,1,3210,0,-5225.08,1557.74,54.0511,1.95417,300,15,0,2059,0,0,1), - (51150,5300,1,3210,0,-5274.45,1573.35,60.2023,1.25319,300,15,0,2059,0,0,1), - (51151,5300,1,3210,0,-5213.82,1617.04,68.415,0.488118,300,15,0,2059,0,0,1), - (51152,5300,1,3210,0,-5332.57,1486.3,32.844,0.613897,300,15,0,2059,0,0,1), - (51153,5300,1,3210,0,-5316.55,1533.11,41.9386,4.57907,300,15,0,2059,0,0,1), - (51154,5300,1,3210,0,-5368.82,1599.03,44.9101,2.20864,300,15,0,2059,0,0,1), - (51155,5300,1,3210,0,-5296.65,1580.01,53.9369,2.25653,300,15,0,2059,0,0,1), - (51156,5304,1,10890,0,-5677.4,1584.12,70.5386,3.76632,300,15,0,2138,0,0,1), - (51157,5304,1,10890,0,-5629.46,1698.55,85.9553,3.58601,300,10,0,2138,0,0,1), - (51158,5304,1,10890,0,-5811.59,1422.17,61.3251,5.06197,300,15,0,2138,0,0,1), - (51159,5304,1,10890,0,-5530.57,1574.87,33.1973,0.529901,300,15,0,2138,0,0,1), - (51160,5304,1,10890,0,-5435.84,1666.67,57.8963,3.14155,300,15,0,2138,0,0,1), - (51161,5304,1,10890,0,-5516.33,1715.31,66.9182,0.254936,300,15,0,2138,0,0,1), - (51162,5304,1,10890,0,-5517.89,1650.43,52.4655,3.00827,300,15,0,2138,0,0,1), - (51163,5304,1,10890,0,-5550.81,1687.06,69.8145,1.54736,300,15,0,2138,0,0,1), - (51164,5304,1,10890,0,-5472.1,1719.69,64.297,2.98062,300,15,0,2138,0,0,1), - (51165,5304,1,10890,0,-5317.76,1538.36,41.1383,2.98286,300,15,0,2138,0,0,1), - (51166,5304,1,10890,0,-5314.69,1551.66,43.4834,2.41835,300,15,0,2138,0,0,1), - (51167,5304,1,10890,0,-5414.91,1482.43,22.8261,4.6655,300,15,0,2138,0,0,1), - (51168,5304,1,10890,0,-5425.68,1546.73,29.0637,4.52572,300,15,0,2138,0,0,1), - (51169,5304,1,10890,0,-5446.57,1583.74,45.0972,0.243558,300,15,0,2138,0,0,1), - (51170,5304,1,10890,0,-5415.44,1615.47,49.8918,4.57919,300,15,0,2138,0,0,1), - (51171,5304,1,10890,0,-5385.45,1581.69,39.8214,3.92975,300,15,0,2138,0,0,1), - (51172,5304,1,10890,0,-5348.34,1619.16,44.9284,0.980853,300,15,0,2138,0,0,1), - (51173,5304,1,10890,0,-5381.31,1649.94,51.2747,5.76714,300,15,0,2138,0,0,1), - (51174,5304,1,10890,0,-5392.21,1705.18,60.0065,4.35945,300,0,0,2138,0,0,0), - (51175,5305,1,3211,0,-5605.72,1562.21,64.091,3.12499,300,10,0,1848,1534,0,1), - (51176,5305,1,3211,0,-5593.33,1567.53,62.6367,4.72997,300,10,0,1848,1534,0,1), - (51177,5305,1,3211,0,-5767.73,1529.23,69.7794,3.28749,300,15,0,1848,1534,0,1), - (51178,5305,1,3211,0,-5640.05,1605.01,72.5425,5.54196,300,30,0,1848,1534,0,1), - (51179,5305,1,3211,0,-5802.54,1554.9,71.7976,3.97979,300,15,0,1848,1534,0,1), - (51180,5305,1,3211,0,-5762.56,1552.05,68.2567,3.94356,300,30,0,1848,1534,0,1), - (51181,5305,1,3211,0,-5696.3,1545.59,69.7578,6.20589,300,10,0,1848,1534,0,1), - (51182,5305,1,3211,0,-5657.46,1580.76,69.9171,3.07515,300,15,0,1848,1534,0,1), - (51183,5305,1,3211,0,-5670.67,1651.96,85.7964,0.266795,300,30,0,1848,1534,0,1), - (51184,5305,1,3211,0,-5797.35,1452.22,57.2064,1.55763,300,15,0,1848,1534,0,1), - (51185,5305,1,3211,0,-5579.15,1619.05,71.0481,6.1347,300,15,0,1848,1534,0,1), - (51186,5305,1,3211,0,-5769.83,1593.28,78.387,5.35511,300,15,0,1848,1534,0,1), - (51187,5305,1,3211,0,-5703.01,1627.57,82.3397,4.89504,300,15,0,1848,1534,0,1), - (51188,5305,1,3211,0,-5755.76,1606.59,79.0284,2.57119,300,15,0,1848,1534,0,1), - (51189,5305,1,3211,0,-5787.37,1350.91,53.752,2.35637,300,15,0,1848,1534,0,1), - (51190,5305,1,3211,0,-5619.17,1681.28,84.0323,1.49615,300,30,0,1848,1534,0,1), - (51191,5305,1,3211,0,-5750.8,1695.14,93.3916,1.1201,300,15,0,1848,1534,0,1), - (51192,5305,1,3211,0,-5816.18,1619.95,83.5728,1.67649,300,15,0,1848,1534,0,1), - (51193,5305,1,3211,0,-5781.19,1647.1,88.2136,4.45154,300,15,0,1848,1534,0,1), - (51194,5305,1,3211,0,-5686.47,1682.92,91.9098,3.01046,300,15,0,1848,1534,0,1), - (51195,5305,1,3211,0,-5593.26,1731.01,81.9835,1.92808,300,10,0,1848,1534,0,1), - (51196,5305,1,3211,0,-5349.17,1699.51,68.7499,1.88339,300,15,0,1848,1534,0,1), - (51197,5305,1,3211,0,-5480.97,1592.03,43.2797,3.15233,300,15,0,1848,1534,0,1), - (51198,5305,1,3211,0,-5499.1,1683.58,52.8846,3.23057,300,15,0,1848,1534,0,1), - (51199,5306,1,6756,0,-5820.67,1402.08,61.5383,1.47255,300,15,0,2399,0,0,1), - (51200,5306,1,6756,0,-5701.43,1619.68,79.9467,4.33137,300,15,0,2399,0,0,1), - (51201,5306,1,6756,0,-5825.23,1484.45,78.1673,2.80694,300,3,0,2399,0,0,1), - (51202,5306,1,6756,0,-5707.9,1578.65,71.8258,0.282864,300,15,0,2399,0,0,1), - (51203,5306,1,6756,0,-5861.65,1645.67,85.4706,2.54031,300,15,0,2399,0,0,1), - (51204,5306,1,6756,0,-5851.39,1578.25,84.4092,4.18893,300,3,0,2399,0,0,1), - (51205,5306,1,6756,0,-5719.62,1711.57,94.9454,4.48186,300,15,0,2399,0,0,1), - (51206,5306,1,6756,0,-5653.57,1716.75,88.4331,4.27951,300,10,0,2399,0,0,1), - (51207,5307,1,2699,0,-5118.16,1435.29,45.0444,2.61155,300,15,0,1902,0,0,1), - (51208,5307,1,2699,0,-4905.39,1476.09,80.4212,2.44335,300,15,0,1902,0,0,1), - (51209,5307,1,2699,0,-5042.79,1397.56,43.5974,6.2744,300,15,0,1902,0,0,1), - (51210,5307,1,2699,0,-5246.78,1256.2,55.4796,1.18087,300,15,0,1902,0,0,1), - (51211,5308,1,3204,0,-4078.23,2448.14,12.5171,1.22002,300,15,0,2228,0,0,1), - (51212,5308,1,3204,0,-4047.11,2521.83,16.7351,0.619682,300,15,0,2228,0,0,1), - (51213,5308,1,3204,0,-4051.15,2385.79,8.53797,3.51334,300,10,0,2228,0,0,1), - (51214,5308,1,3204,0,-4041.02,2324.91,14.6206,0.679472,300,15,0,2228,0,0,1), - (51215,5308,1,3204,0,-4543.16,1572.12,102.691,6.05763,300,15,0,2228,0,0,1), - (51216,5308,1,3204,0,-4534,1747.22,91.8212,3.56071,300,15,0,2228,0,0,1), - (51217,5308,1,3204,0,-4948.48,2113.07,16.697,2.88841,300,15,0,2228,0,0,1), - (51218,5308,1,3204,0,-5111.59,2114.51,24.3828,3.40276,300,15,0,2228,0,0,1), - (51219,5308,1,3204,0,-4646.01,1807.62,94.2625,4.42335,300,15,0,2228,0,0,1), - (51220,5308,1,3204,0,-4677.74,2005.94,8.60815,5.22281,300,15,0,2228,0,0,1), - (51221,5308,1,3204,0,-4595.75,1488.38,99.5787,5.152,300,15,0,2228,0,0,1), - (51222,5308,1,3204,0,-4733.54,1342.7,86.8538,0.819404,300,10,0,2228,0,0,1), - (51223,5308,1,3204,0,-4672.22,1215.62,94.9279,2.61958,300,10,0,2228,0,0,1), - (51224,5308,1,3204,0,-4190.34,2212.82,6.37323,4.15317,300,15,0,2228,0,0,1), - (51225,5308,1,3204,0,-4112.99,2244.6,10.0547,5.18352,300,15,0,2228,0,0,1), - (51226,5308,1,3204,0,-4250.61,2206.5,9.29555,0.481077,300,15,0,2228,0,0,1), - (51227,5308,1,3204,0,-4572.67,2206.2,4.7817,5.41275,300,15,0,2228,0,0,1), - (51228,5308,1,3204,0,-4647.57,2254.11,5.05813,5.87022,300,15,0,2228,0,0,1), - (51229,5308,1,3204,0,-4612.41,2187.43,2.8025,0.179162,300,15,0,2228,0,0,1), - (51230,5308,1,3204,0,-4685.12,2235.65,8.97697,1.8368,300,15,0,2228,0,0,1), - (51231,7870,1,6919,0,-4523.55,-772.933,-40.9368,0.331613,300,0,0,3517,0,0,0), - (51232,4544,1,4204,0,-4346.8,163.777,34.1652,4.38078,300,0,0,2192,0,0,0), - (51233,5312,1,7553,0,-2929.41,1936.47,32.0531,0.526529,600,15,0,80925,0,0,2), - (51234,7875,1,6983,0,-4334.14,235.574,25.7076,3.22886,600,0,0,2972,0,0,0), - (51235,7877,1,6988,0,-4505.91,3330.33,14.1252,0.645772,300,0,0,4356,0,0,0), - (51236,11717,1,11692,0,-4406.39,3186.87,58.6435,5.25344,300,0,0,2766,0,0,0), - (51237,5317,1,7974,0,-2837.16,1663.72,34.3553,6.03803,600,15,0,62875,24860,0,1), - (51238,5317,1,7974,0,-2847.97,2083.64,39.4078,5.69385,600,2,0,62875,24860,0,1), - (51239,5317,1,7974,0,-2939.1,2078.28,30.0111,5.39309,600,2,0,62875,24860,0,1), - (51240,5317,1,7974,0,-2727.16,1867.88,35.2998,2.05891,600,2,0,62875,24860,0,1), - (51241,5317,1,7974,0,-3050.19,1713.52,36.5682,0.434808,600,15,0,62875,24860,0,1), - (51242,5317,1,7974,0,-2783.29,1783.1,31.7774,5.1343,600,2,0,62875,24860,0,1), - (51243,5317,1,7974,0,-2679.99,1958.7,29.6939,3.11617,600,2,0,62875,24860,0,1), - (51244,5317,1,7974,0,-2924.57,1844.73,33.064,0.701829,600,2,0,62875,24860,0,1), - (51245,5317,1,7974,0,-3130.09,1693.26,49.8538,2.00258,600,15,0,62875,24860,0,1), - (51246,5317,1,7974,0,-2834.08,1917.16,32.009,5.50662,600,15,0,62875,24860,0,1), - (51247,5317,1,7974,0,-3117.38,1789.5,40.1409,5.15462,600,2,0,62875,24860,0,1), - (51248,5317,1,7974,0,-3114.44,1949.67,35.2513,5.75399,600,2,0,62875,24860,0,1), - (51249,5317,1,7974,0,-3121.64,1880.16,41.5756,0.999048,600,0,0,62875,24860,0,0), - (51250,5317,1,7974,0,-3201.39,1901.78,49.3696,0,600,0,0,62875,24860,0,0), - (51251,5317,1,7974,0,-2716.82,1909.08,38.3583,4.25966,600,2,0,62875,24860,0,1), - (51252,5317,1,7974,0,-2735.24,2077.16,35.1143,2.00648,600,2,0,62875,24860,0,1), - (51253,5317,1,7974,0,-2716.81,1646.22,40.4159,5.45362,600,15,0,62875,24860,0,1), - (51254,5317,1,7974,0,-2627.72,1784.56,28.8405,4.5535,600,15,0,62875,24860,0,1), - (51255,5317,1,7974,0,-3096.3,2039.67,40.77,4.15203,600,15,0,62875,24860,0,1), - (51256,5317,1,7974,0,-2844.29,1785.89,33.9902,6.14405,600,2,0,62875,24860,0,1), - (51257,7878,1,6986,0,-4454.42,3351.35,14.9415,3.9619,300,0,0,4108,2117,0,0), - (51258,7879,1,6984,0,-4395.55,3186.61,58.6435,3.35103,300,0,0,4108,2117,0,0), - (51259,5319,1,625,0,-2853.02,1693.06,30.499,2.17776,600,15,0,76300,0,0,1), - (51260,5319,1,625,0,-2851.57,2088.13,42.1382,5.75919,600,2,0,76300,0,0,1), - (51261,5319,1,625,0,-2717.6,1846.97,33.7834,0.630966,600,2,0,76300,0,0,1), - (51262,5319,1,625,0,-3052.64,1720.99,34.8531,3.32311,600,15,0,76300,0,0,1), - (51263,5319,1,625,0,-2782.99,1775.32,30.7901,1.84366,600,2,0,76300,0,0,1), - (51264,5319,1,625,0,-2695.2,1936.33,29.3092,3.82959,600,2,0,76300,0,0,1), - (51265,5319,1,625,0,-2921.87,1857.79,33.8178,0.040993,600,2,0,76300,0,0,1), - (51266,5319,1,625,0,-3132.39,1690.71,48.6395,1.98404,600,0,0,76300,0,0,0), - (51267,5319,1,625,0,-2857.9,1921.55,36.4524,0.531741,600,2,0,76300,0,0,1), - (51268,5319,1,625,0,-3120.56,1778.15,41.9014,5.70602,600,2,0,76300,0,0,1), - (51269,5319,1,625,0,-3126.14,1945.33,36.5192,0.95895,600,2,0,76300,0,0,1), - (51270,5319,1,625,0,-3117.99,1884.63,36.9998,0.411197,600,0,0,76300,0,0,0), - (51271,5319,1,625,0,-3204.86,1900.21,49.2446,3.15905,600,0,0,76300,0,0,0), - (51272,5319,1,625,0,-2717.97,1919.55,35.7941,2.59667,600,2,0,76300,0,0,1), - (51273,5319,1,625,0,-2725.22,2087.18,37.7317,5.04986,600,2,0,76300,0,0,1), - (51274,5319,1,625,0,-2698.27,1663.48,41.5445,0.87184,600,15,0,76300,0,0,1), - (51275,5319,1,625,0,-2628.98,1787.04,27.4655,3.14415,600,15,0,76300,0,0,1), - (51276,5319,1,625,0,-3109.61,2031.78,39.1529,3.95185,600,2,0,76300,0,0,1), - (51277,5319,1,625,0,-2851.21,1791.71,31.3023,5.48466,600,2,0,76300,0,0,1), - (51278,5319,1,625,0,-3018.17,2087.76,28.7643,0.211366,600,15,0,76300,0,0,1), - (51279,7880,1,6990,0,-4457.71,3227.39,23.2019,0.314159,300,0,0,4108,0,0,0), - (51280,5320,1,12509,0,-2851.83,1685.53,36.4012,4.96092,600,15,0,80925,0,0,1), - (51281,5320,1,12509,0,-2840.29,2068.61,38.7391,4.49229,600,2,0,80925,0,0,1), - (51282,5320,1,12509,0,-2939.23,2080.73,30.0898,6.12695,600,2,0,80925,0,0,1), - (51283,5320,1,12509,0,-2941.5,2078.56,30.2621,4.67114,600,2,0,80925,0,0,1), - (51284,5320,1,12509,0,-2713.67,1853.18,33.2834,1.06015,600,2,0,80925,0,0,1), - (51285,5320,1,12509,0,-3058.29,1717.95,36.5259,4.18017,600,15,0,80925,0,0,1), - (51286,5320,1,12509,0,-2784.49,1785.99,32.509,2.7253,600,2,0,80925,0,0,1), - (51287,5320,1,12509,0,-2684.5,1955.75,29.5732,0.308497,600,2,0,80925,0,0,1), - (51288,5320,1,12509,0,-2915.53,1854.39,34.4333,1.25996,600,2,0,80925,0,0,1), - (51289,5320,1,12509,0,-3123.47,1700.29,49.8576,1.16338,600,0,0,80925,0,0,0), - (51290,5320,1,12509,0,-2845.57,1929.27,34.009,1.02409,600,15,0,80925,0,0,1), - (51291,5320,1,12509,0,-3126.57,1782.01,43.2673,3.35967,600,2,0,80925,0,0,1), - (51292,5320,1,12509,0,-3102.69,1940.71,29.0269,5.80995,600,2,0,80925,0,0,1), - (51293,5320,1,12509,0,-3108.6,1878.8,40.0893,3.37235,600,2,0,80925,0,0,1), - (51294,5320,1,12509,0,-3203.08,1896.9,49.2757,0,600,0,0,80925,0,0,0), - (51295,5320,1,12509,0,-2718.63,1927.12,33.3663,0.482393,600,2,0,80925,0,0,1), - (51296,5320,1,12509,0,-2712.01,2071.96,36.7464,4.75075,600,2,0,80925,0,0,1), - (51297,5320,1,12509,0,-2621.93,1792.67,28.3405,3.00114,600,15,0,80925,0,0,1), - (51298,5320,1,12509,0,-3097.92,2024.38,38.1591,6.26663,600,2,0,80925,0,0,1), - (51299,5320,1,12509,0,-2847.77,1777.42,33.3509,3.66716,600,2,0,80925,0,0,1), - (51300,8136,1,11257,0,-5631.35,3461,2.60498,0.277444,300,0,0,1990,1640,0,0), - (51301,8142,1,7357,0,-4325.8,160.51,34.2028,3.7001,300,0,0,3517,2103,0,0), - (51302,8143,1,7358,0,-4400.11,194.325,26.5111,0.733038,300,0,0,3404,0,0,0), - (51303,5327,1,3215,0,-4757.31,2949.98,-24.6464,3.02716,300,15,0,1782,0,0,1), - (51304,5327,1,3215,0,-4620.26,2938.31,-33.5726,4.41691,300,15,0,1782,0,0,1), - (51305,5327,1,3215,0,-4461.04,2685.68,-23.0705,4.67917,300,15,0,1782,0,0,1), - (51306,5327,1,3215,0,-4681.89,2859.47,-45.2277,1.52781,300,15,0,1782,0,0,1), - (51307,5327,1,3215,0,-3855.01,3131.27,-1.88978,3.3122,300,15,0,1782,0,0,1), - (51308,5327,1,3215,0,-4322.24,2818.75,-38.0676,3.17673,300,15,0,1782,0,0,1), - (51309,5327,1,3215,0,-4407.7,2885.54,-58.9974,3.11035,300,15,0,1782,0,0,1), - (51310,5327,1,3215,0,-4607.08,2689.4,-50.2809,5.04859,300,15,0,1782,0,0,1), - (51311,5327,1,3215,0,-4309.28,2885.11,-39.4118,3.36195,300,15,0,1782,0,0,1), - (51312,5327,1,3215,0,-5119.95,3488.13,-38.3127,5.68027,300,15,0,1782,0,0,1), - (51313,5327,1,3215,0,-4490.46,2807.9,-53.9923,4.4254,300,15,0,1782,0,0,1), - (51314,5327,1,3215,0,-5111.34,3631.68,-29.009,0.304723,300,15,0,1782,0,0,1), - (51315,5327,1,3215,0,-4975.73,3079.62,-35.6281,1.52001,300,15,0,1782,0,0,1), - (51316,5327,1,3215,0,-4785.53,2981.33,-27.8614,1.85982,300,15,0,1782,0,0,1), - (51317,5328,1,3900,0,-4547.81,2766.21,-52.42,4.67721,300,15,0,1373,1432,0,1), - (51318,5328,1,3900,0,-4781.48,2884.62,-39.8277,3.1321,300,15,0,1373,1432,0,1), - (51319,5328,1,3900,0,-3983.83,3089.97,-2.02992,5.79832,300,15,0,1373,1432,0,1), - (51320,8144,1,7360,0,-4360.9,266.103,26.4007,5.81195,300,0,0,3632,0,0,0), - (51321,199,0,410,0,-9973.92,1049.38,38.8119,3.20023,300,5,0,198,0,0,1), - (51322,5328,1,3900,0,-4344.75,2685.48,-49.5127,3.22279,300,15,0,1373,1432,0,1), - (51323,1827,0,10351,0,2735.11,-1651.2,127.719,4.11898,315,0,0,7842,0,0,0), - (51324,5328,1,3900,0,-4822.6,2945.89,-40.5619,0.207872,300,15,0,1373,1432,0,1), - (51325,5328,1,3900,0,-4354.85,2921.69,-39.3814,5.46189,300,15,0,1373,1432,0,1), - (51326,5328,1,3900,0,-4938.92,3793.96,-7.53991,3.88276,300,15,0,1373,1432,0,1), - (51327,5328,1,3900,0,-4646.4,3788.4,-5.42175,4.65864,300,15,0,1373,1432,0,1), - (51328,5328,1,3900,0,-5193.31,3276.62,-37.5239,6.03063,300,15,0,1373,1432,0,1), - (51329,5328,1,3900,0,-3921.42,3165.45,-2.0047,1.54977,300,15,0,1373,1432,0,1), - (51330,5328,1,3900,0,-5181.56,3544.45,-38.0957,1.05383,300,15,0,1373,1432,0,1), - (51331,5328,1,3900,0,-4622.42,2828.12,-54.1297,3.53098,300,15,0,1373,1432,0,1), - (51332,5328,1,3900,0,-4424.59,2755.2,-43.3472,0.767474,300,15,0,1373,1432,0,1), - (51333,5328,1,3900,0,-3750.58,3183.3,-7.56518,6.27045,300,15,0,1373,1432,0,1), - (51334,5328,1,3900,0,-5100.27,3212.96,-37.6231,0.130165,300,15,0,1373,1432,0,1), - (51335,5328,1,3900,0,-4539.34,2629.34,-58.7633,1.27406,300,15,0,1373,1432,0,1), - (51336,5328,1,3900,0,-4443.08,3719.85,1.61798,1.9912,300,15,0,1373,1432,0,1), - (51337,4048,1,4201,0,-4524.14,-787.884,-41.5917,5.0091,300,0,0,1454,0,0,2), - (51338,721,1,328,0,-3642.12,1942.72,82.4704,4.94782,300,15,0,1,0,0,1), - (51339,721,1,328,0,-3533.84,2234.49,35.7979,4.34587,300,0,0,1,0,0,0), - (51340,8145,1,7359,0,-4346.28,264.606,26.4007,3.94444,300,0,0,3517,0,0,0), - (51341,12497,1,7553,0,-2702.4,1877.4,33.1566,1.16705,600,15,0,80925,0,0,2), - (51342,721,1,328,0,-4469.45,751.873,115.419,1.69019,300,15,0,1,0,0,1), - (51343,721,1,328,0,-5588.54,1136.06,61.9441,5.81517,300,3,0,1,0,0,1), - (51344,11360,309,15151,0,-11736.7,-1907.64,56.2351,0.855211,7200,0,0,3052,0,0,0), - (51345,11350,309,11076,0,-11694.4,-1832.29,41.5242,3.64774,7200,0,0,21364,0,0,0), - (51346,721,1,328,0,-5222.32,178.683,64.8089,0.785931,300,15,0,1,0,0,1), - (51347,11350,309,11075,0,-11699.7,-1834.12,42.7127,2.77507,7200,0,0,21364,0,0,0), - (51348,11361,309,11031,0,-11653,-1910.85,57.5342,3.45575,7200,0,0,9156,0,0,0), - (51349,11361,309,11031,0,-11642.4,-1890.35,57.4213,2.40855,7200,0,0,9156,0,0,0), - (51350,11361,309,11031,0,-11653.5,-1899.54,56.6081,1.16937,7200,0,0,9156,0,0,0), - (51351,11361,309,11031,0,-11650.4,-1895.66,56.9303,3.59538,7200,0,0,9156,0,0,0), - (51352,11361,309,11031,0,-11656,-1880.3,56.7794,4.31096,7200,0,0,9156,0,0,0), - (51353,11339,309,11226,0,-11511.3,-1613.84,71.4066,3.36848,7200,0,0,25150,14916,0,0), - (51354,11339,309,11226,0,-11518.3,-1629.19,71.4066,1.43117,7200,0,0,25150,14916,0,0), - (51355,11365,309,633,0,-11587,-1580.33,51.4009,6.13104,7200,0,0,21364,0,0,0), - (51356,11365,309,633,0,-11584.2,-1576.76,50.7188,5.43724,7200,5,0,21364,0,0,1), - (51357,11365,309,633,0,-11586.7,-1576.85,51.2061,5.67895,7200,5,0,21364,0,0,1), - (51358,11365,309,633,0,-11583.4,-1578.33,50.5416,5.53787,7200,5,0,21364,0,0,1), - (51359,11365,309,633,0,-11453.8,-1611.1,49.2878,1.69817,7200,0,0,21364,0,0,0), - (51360,11365,309,633,0,-11455.8,-1606.51,49.4163,1.60445,7200,5,0,21364,0,0,1), - (51361,11365,309,633,0,-11454.6,-1613.08,49.0983,1.6476,7200,5,0,21364,0,0,1), - (51362,11365,309,633,0,-11454.1,-1609.09,49.5681,1.69753,7200,5,0,21364,0,0,1), - (51363,11339,309,11226,0,-11511.4,-1628.43,71.4067,2.96706,7200,0,0,25150,14916,0,0), - (51364,11339,309,11225,0,-11518.3,-1613.51,71.4067,4.59022,7200,0,0,25150,14916,0,0), - (51365,11339,309,11226,0,-11511.8,-1643.48,49.6276,1.74533,7200,0,0,25150,14916,0,0), - (51366,11339,309,11227,0,-11526.9,-1643.49,49.6044,1.46608,7200,0,0,25150,14916,0,0), - (51367,11353,309,11083,0,-11580.1,-1581.38,49.6853,2.29565,7200,0,0,18312,0,0,0), - (51368,11353,309,11080,0,-11579.8,-1582.05,49.5485,2.26201,7200,5,0,18312,0,0,1), - (51369,11365,309,633,0,-11492,-1607.23,71.4067,4.41948,7200,0,0,21364,0,0,0), - (51370,11365,309,633,0,-11491.2,-1612.34,71.3234,4.20817,7200,5,0,21364,0,0,1), - (51371,11365,309,633,0,-11491.9,-1612.31,71.3234,4.27319,7200,5,0,21364,0,0,1), - (51372,11365,309,633,0,-11491.8,-1609.3,71.3234,4.36473,7200,5,0,21364,0,0,1), - (51373,11339,309,11226,0,-11519.9,-1685.07,50.0721,0.286186,7200,5,0,25150,14916,0,1), - (51374,11339,309,11226,0,-11521.2,-1684.87,49.9866,3.74128,7200,5,0,25150,14916,0,1), - (51375,11365,309,633,0,-11519.3,-1642.37,49.5332,1.97147,7200,5,0,21364,0,0,1), - (51376,721,1,328,0,-4946.27,1164.99,73.6009,3.72952,300,3,0,1,0,0,1), - (51377,8146,1,7361,0,-4374.44,161.097,25.6168,3.64774,300,0,0,3517,0,0,0), - (51378,8147,1,7365,0,-4363.74,252.533,25.532,4.04916,300,0,0,2000,0,0,0), - (51379,8147,1,7363,0,-4405.5,211.071,25.6944,6.07375,300,0,0,2000,0,0,0), - (51380,8147,1,7364,0,-4398.25,158.475,25.1901,6.24828,300,0,0,2000,0,0,0), - (51381,11365,309,633,0,-11522.6,-1636.72,49.5283,2.2845,7200,5,0,21364,0,0,1), - (51382,11365,309,633,0,-11520.7,-1639.37,49.5312,6.22186,7200,5,0,21364,0,0,1), - (51383,11365,309,633,0,-11514.8,-1632.89,49.5414,0.632592,7200,5,0,21364,0,0,1), - (51384,11365,309,633,0,-11568.5,-1559.21,49.7218,1.88666,7200,5,0,21364,0,0,1), - (51385,11365,309,633,0,-11559.7,-1565.21,49.5515,2.87652,7200,5,0,21364,0,0,1), - (51386,11365,309,633,0,-11559.4,-1563.97,49.5531,3.03895,7200,5,0,21364,0,0,1), - (51387,15091,309,11686,0,-11516.9,-1606.04,41.3826,6.24828,7200,0,0,42,0,0,0), - (51388,11340,309,11221,0,-11835,-1689.55,40.7472,1.19462,7200,5,0,15090,12430,0,1), - (51389,11350,309,11076,0,-11838.2,-1689.4,40.7473,1.19453,7200,0,0,21364,0,0,0), - (51390,11359,309,7829,0,-11838.4,-1690.95,40.7477,1.19454,7200,0,0,44016,0,0,0), - (51391,11338,309,11229,0,-11837.8,-1692.37,40.7479,1.19463,7200,0,0,25150,14916,0,0), - (51392,11831,309,11765,0,-11836.5,-1693.3,40.748,1.19461,7200,0,0,24420,12170,0,0), - (51393,11357,309,15275,0,-11835,-1693.47,40.7479,1.19462,7200,0,0,15465,0,0,0), - (51394,11350,309,11074,0,-11833.6,-1692.85,40.7477,1.19455,7200,0,0,21364,0,0,0), - (51395,11352,309,14832,0,-11767.9,-1581.04,21.1237,3.12374,7200,5,0,48555,0,0,1), - (51396,11352,309,14832,0,-11814.6,-1581.56,21.1734,0.382538,7200,5,0,48555,0,0,1), - (51397,11359,309,7829,0,-11861.1,-1600.41,21.1053,4.62612,7200,5,0,44016,0,0,1), - (51398,11357,309,15275,0,-11859.9,-1697.61,19.792,1.73108,7200,0,0,15465,0,0,0), - (51399,8147,1,7364,0,-4300.97,170.579,35.4624,0.224036,300,15,0,2000,0,0,1), - (51400,8147,1,7366,0,-4470.09,297.526,39.4163,2.11185,300,0,0,2000,0,0,0), - (51401,8147,1,7363,0,-4334.97,146.702,33.9729,3.00197,300,0,0,2000,0,0,0), - (51402,11357,309,15275,0,-11862.9,-1597.54,20.2768,4.62603,7200,5,0,15465,0,0,1), - (51403,11340,309,11223,0,-11739.7,-1669.73,36.9982,1.60711,7200,5,0,15090,12430,0,1), - (51404,5331,1,9135,0,-4681.5,3131.01,1.02884,1.77145,300,15,0,1981,0,0,1), - (51405,8147,1,7363,0,-4462.28,309.811,40.24,2.94961,300,0,0,2000,0,0,0), - (51406,8147,1,7364,0,-4364.39,114.366,33.1595,3.40339,300,0,0,2000,0,0,0), - (51407,8147,1,7364,0,-4394.74,252.005,25.8666,4.90481,300,3,0,2000,0,0,1), - (51408,8147,1,7364,0,-4529.83,326.051,34.4397,2.11185,300,0,0,2000,0,0,0), - (51409,8147,1,7364,0,-4353,161.083,34.3479,4.00103,300,3,0,2000,0,0,1), - (51410,8147,1,7365,0,-4346.71,241.383,25.7883,3.4383,300,0,0,2000,0,0,0), - (51411,8147,1,7363,0,-4378.3,223.616,25.8943,0.293048,300,3,0,2000,0,0,1), - (51412,8147,1,7364,0,-4403.02,269.403,25.3358,4.90178,300,15,0,2000,0,0,2), - (51413,8147,1,7365,0,-4374.96,116.751,32.7736,5.53269,300,0,0,2000,0,0,0), - (51414,11830,309,11758,0,-11742.4,-1677.77,39.9884,1.60727,7200,5,0,17094,12170,0,1), - (51415,11359,309,7829,0,-11741.8,-1679.3,40.6688,1.60721,7200,5,0,44016,0,0,1), - (51416,11356,309,11103,0,-11740.2,-1680.33,40.7082,1.60699,7200,0,0,31440,0,0,0), - (51417,11830,309,11758,0,-11738.4,-1680.27,40.7086,1.60699,7200,5,0,17094,12170,0,1), - (51418,11359,309,7829,0,-11736.9,-1679.12,40.6699,1.60705,7200,5,0,44016,0,0,1), - (51419,11352,309,14832,0,-11842.7,-1640.89,21.2108,3.40339,7200,0,0,48555,0,0,0), - (51420,11352,309,14832,0,-11842,-1655.23,21.2108,2.94961,7200,0,0,48555,0,0,0), - (51421,11359,309,7829,0,-11753.1,-1704.21,21.1275,0.047909,7200,5,0,44016,0,0,1), - (51422,11357,309,15275,0,-11755.7,-1716.61,21.1275,3.042,7200,5,0,15465,0,0,1), - (51423,11357,309,15275,0,-11769.2,-1708.15,21.2108,3.57792,7200,0,0,15465,0,0,0), - (51424,11359,309,7829,0,-11839.1,-1697.36,40.7492,1.72169,7200,5,0,44016,0,0,1), - (51425,11357,309,15275,0,-11839,-1694.82,40.7486,0.459823,7200,5,0,15465,0,0,1), - (51426,11357,309,15275,0,-11839.1,-1698.83,40.7495,3.71178,7200,5,0,15465,0,0,1), - (51427,11359,309,7829,0,-11739.1,-1674.18,37.5981,1.83708,7200,5,0,44016,0,0,1), - (51428,11357,309,15275,0,-11739.4,-1680.21,40.7056,1.94557,7200,5,0,15465,0,0,1), - (51429,11357,309,15275,0,-11737.4,-1678.02,40.2874,1.81315,7200,5,0,15465,0,0,1), - (51430,11356,309,11102,0,-11775.2,-1622.36,21.2321,0.820305,7200,0,0,31440,0,0,0), - (51431,11356,309,11103,0,-11772.2,-1625.23,21.2319,1.5708,7200,0,0,31440,0,0,0), - (51432,1420,309,901,0,-11722.7,-1739.81,13.0519,3.80482,7200,0,0,8,0,0,0), - (51433,2914,309,1206,0,-11643.5,-1852.48,40.8151,6.00771,7200,5,0,8,0,0,1), - (51434,2914,309,1206,0,-12187.2,-1819.68,107.471,3.21792,7200,5,0,8,0,0,1), - (51435,2914,309,1206,0,-11984.6,-1524.13,49.618,2.118,7200,5,0,8,0,0,1), - (51436,2914,309,1206,0,-11914.6,-1544.07,35.6675,0.761486,7200,5,0,8,0,0,1), - (51437,2914,309,1206,0,-11547.3,-1720.08,41.2549,2.64911,7200,5,0,8,0,0,1), - (51438,2914,309,1206,0,-12077.7,-1688.02,46.36,3.78431,7200,5,0,8,0,0,1), - (51439,2914,309,1206,0,-11938.5,-1771.78,51.909,4.61785,7200,5,0,8,0,0,1), - (51440,2914,309,1206,0,-11654.4,-1812.63,42.3694,1.52785,7200,5,0,8,0,0,1), - (51441,2914,309,1206,0,-11651.8,-1500.65,43.4884,4.16828,7200,5,0,8,0,0,1), - (51442,11374,309,15101,0,-11771.5,-1433.48,-10.2828,2.26893,7200,0,0,9156,0,0,0), - (51443,11374,309,15101,0,-11818.4,-1744.63,-0.007552,0.191986,7200,0,0,9156,0,0,0), - (51444,11374,309,15101,0,-11774.5,-1787.13,-14.901,2.18166,7200,0,0,9156,0,0,0), - (51445,11374,309,15101,0,-11702,-1519.88,-13.6469,3.59538,7200,0,0,9156,0,0,0), - (51446,11374,309,15101,0,-11902.9,-1650.85,-13.7488,5.02655,7200,0,0,9156,0,0,0), - (51447,11374,309,15101,0,-11911.4,-1693.87,-13.2041,3.28122,7200,0,0,9156,0,0,0), - (51448,11374,309,15101,0,-11819.2,-1383.93,-11.6749,0.750492,7200,0,0,9156,0,0,0), - (51449,11374,309,15101,0,-11713,-1542.8,-10.5945,6.21337,7200,0,0,9156,0,0,0), - (51450,11374,309,15101,0,-11899.9,-1620.04,-10.8756,5.58505,7200,0,0,9156,0,0,0), - (51451,11372,309,15150,0,-12026.8,-1635.3,38.2631,0.358097,7200,5,0,15260,0,0,1), - (51452,11371,309,15182,0,-12029.4,-1634.11,38.1586,0.217637,7200,0,0,15260,0,0,0), - (51453,14821,309,2571,0,-12160.1,-1952.02,134.905,2.02458,7200,0,0,15260,0,0,0), - (51454,14821,309,2571,0,-12154.2,-1948.8,134.675,4.43314,7200,0,0,15260,0,0,0), - (51455,14821,309,2571,0,-12156.7,-1960.58,132.61,2.79253,7200,0,0,15260,0,0,0), - (51456,11353,309,11082,0,-12362.4,-1827.53,130.339,2.51327,7200,0,0,18312,0,0,0), - (51457,11353,309,11081,0,-12364.4,-1829.42,130.354,2.09439,7200,0,0,18312,0,0,0), - (51459,11830,309,11761,0,-12368.2,-1822.81,130.369,5.2709,7200,0,0,17094,12170,0,0), - (51460,11356,309,11102,0,-12288,-1895.71,130.493,2.32129,7200,0,0,31440,0,0,0), - (51461,11356,309,11100,0,-12299.9,-1905.53,131.343,2.1293,7200,0,0,31440,0,0,0), - (51462,14821,309,2571,0,-12172.2,-1899.2,132.144,1.20428,7200,0,0,15260,0,0,0), - (51463,5331,1,9135,0,-5017.31,3151.27,-1.60726,4.33661,300,15,0,1981,0,0,1), - (51464,5331,1,9135,0,-4752.37,3113.37,0.20076,1.30806,300,15,0,1981,0,0,1), - (51465,8147,1,7365,0,-4338.26,18.4199,54.3668,4.72984,300,0,0,2000,0,0,0), - (51466,8147,1,7364,0,-4435.72,260.776,38.8823,6.0912,300,0,0,2000,0,0,0), - (51467,8147,1,7363,0,-4523.56,337.528,35.6335,2.6529,300,0,0,2000,0,0,0), - (51468,8147,1,7365,0,-4352.09,14.3962,54.1168,5.21853,300,0,0,2000,0,0,0), - (51469,5331,1,9135,0,-5018.89,3526.5,0.842911,4.6655,300,15,0,1981,0,0,1), - (51470,5331,1,9135,0,-5032.05,3379.82,-1.37139,0.246276,300,15,0,1981,0,0,1), - (51471,5331,1,9135,0,-4869.04,3626.04,14.2064,3.14159,300,15,0,1981,0,0,1), - (51472,5331,1,9135,0,-4853.22,3618.27,16.4186,2.99115,300,15,0,1981,0,0,1), - (51473,5331,1,9135,0,-4921.24,3616.22,10.1793,0.541444,300,15,0,1981,0,0,1), - (51474,5331,1,9135,0,-4879.06,3580.12,12.3402,4.66304,300,15,0,1981,0,0,1), - (51476,5331,1,9135,0,-4658.54,3672.48,12.5463,0.404251,300,0,0,1981,0,0,0), - (51477,1827,0,10353,0,2714.55,-1647.75,131.947,4.74729,315,0,0,7842,0,0,0), - (51478,5331,1,9135,0,-4757.7,3445.52,13.6235,1.48046,300,15,0,1981,0,0,1), - (51479,1834,0,10324,0,2822.78,-1534.44,151.172,1.67098,315,5,0,6273,2117,0,1), - (51480,1883,0,10305,0,3006.66,-1493.47,146.552,4.5204,315,0,0,3529,0,0,0), - (51481,5331,1,9135,0,-4720,3438.58,22.4368,4.41388,300,15,0,1981,0,0,1), - (51482,5331,1,9135,0,-4887.45,3414.36,14.3927,3.86832,300,15,0,1981,0,0,1), - (51483,5331,1,9135,0,-4848.16,3386.87,18.4704,0.588003,300,15,0,1981,0,0,1), - (51484,5331,1,9135,0,-4826.41,3384.77,14.9043,3.36352,300,15,0,1981,0,0,1), - (51485,5331,1,9135,0,-4783.15,3584.55,10.1398,2.86894,300,15,0,1981,0,0,2), - (51486,5332,1,4922,0,-4898.55,3106.32,-1.49496,0.340032,300,15,0,1902,0,0,1), - (51487,5332,1,4922,0,-4989.46,3588.26,1.58314,3.72174,300,15,0,1902,0,0,1), - (51488,5332,1,4922,0,-4976.06,3406.51,1.36813,4.34962,300,15,0,1902,0,0,1), - (51489,5332,1,4922,0,-4912.15,3544.45,23.0724,0.167716,300,15,0,1902,0,0,1), - (51490,5332,1,4922,0,-4917.19,3511.46,22.6291,4.71239,300,15,0,1902,0,0,1), - (51491,5332,1,4922,0,-4815.06,3591.01,10.3351,1.83449,300,15,0,1902,0,0,2), - (51492,5333,1,11258,0,-5535.47,3543.22,1.36467,3.32504,300,3,0,1711,1483,0,1), - (51493,5333,1,11258,0,-5518.94,3476.75,-5.1869,6.10594,300,15,0,1711,1483,0,1), - (51494,5333,1,11258,0,-5689.63,3647.1,-14.2447,1.97763,300,3,0,1711,1483,0,1), - (51495,5333,1,11258,0,-5702.55,3629.45,-16.1146,5.77528,300,3,0,1711,1483,0,1), - (51496,5333,1,11258,0,-5728.89,3721.46,-6.99065,0.133858,300,0,0,1711,1483,0,0), - (51497,5333,1,11258,0,-5736.83,3692.17,-9.68723,1.70693,300,3,0,1711,1483,0,1), - (51498,5333,1,11258,0,-5284.89,3672.9,8.7677,4.95734,300,15,0,1711,1483,0,1), - (51499,5333,1,11258,0,-5520.35,3557.96,19.9676,5.26154,300,3,0,1711,1483,0,1), - (51500,5333,1,11258,0,-5537.79,3510.62,11.1719,2.1672,300,3,0,1711,1483,0,1), - (51501,5333,1,11258,0,-5566.51,3534.36,21.1221,0.362897,300,3,0,1711,1483,0,1), - (51502,5333,1,11258,0,-5443.13,3653.95,-2.36563,4.42095,300,15,0,1711,1483,0,1), - (51503,5333,1,11258,0,-5489.31,3625.31,1.59452,4.83202,300,3,0,1711,1483,0,1), - (51504,5333,1,11258,0,-5507.11,3614.23,-3.47024,3.55624,300,3,0,1711,1483,0,1), - (51505,5333,1,11258,0,-5546.29,3605.78,-11.7163,5.07841,300,3,0,1711,1483,0,2), - (51506,5333,1,11258,0,-5549.73,3625.96,-14.3333,1.72229,300,15,0,1711,1483,0,1), - (51507,5333,1,11258,0,-5540.75,3584.14,-14.0487,2.1046,300,3,0,1711,1483,0,1), - (51508,5333,1,11258,0,-5563.11,3590.93,-10.9699,1.51239,300,3,0,1711,1483,0,1), - (51509,5333,1,11258,0,-5528.11,3604,-11.6214,0.752806,300,3,0,1711,1483,0,1), - (51510,5333,1,11258,0,-5519.01,3547.6,-11.2145,2.79848,300,3,0,1711,1483,0,1), - (51511,5333,1,11258,0,-5569.6,3573.92,-9.86309,5.63884,300,3,0,1711,1483,0,2), - (51512,5333,1,11258,0,-5512.08,3536.03,-7.74286,0.187631,300,3,0,1711,1483,0,1), - (51513,5333,1,11258,0,-5529.29,3563.92,-15.3139,4.47838,300,3,0,1711,1483,0,1), - (51514,5333,1,11258,0,-5599.2,3535.43,0.657735,4.21553,300,3,0,1711,1483,0,1), - (51515,5333,1,11258,0,-5625.56,3527.32,4.49059,1.32632,300,3,0,1711,1483,0,1), - (51516,5333,1,11258,0,-5605.55,3500.56,4.86456,4.06044,300,3,0,1711,1483,0,1), - (51517,5333,1,11258,0,-5627.47,3552.68,6.56256,3.99213,300,3,0,1711,1483,0,1), - (51519,5333,1,11258,0,-5648.74,3511.69,-0.522682,1.8326,300,3,0,1711,1483,0,1), - (51520,5333,1,11258,0,-5630.16,3451.06,3.58352,2.46091,300,3,0,1711,1483,0,1), - (51521,5334,1,9134,0,-5346.69,3824.88,1.28889,4.4757,300,15,0,2317,0,0,1), - (51522,5334,1,9134,0,-5275.15,3745.74,-3.22962,0.045743,300,15,0,2317,0,0,1), - (51523,5334,1,9134,0,-5254.13,3720.07,-6.52877,1.82977,300,15,0,2317,0,0,1), - (51524,5334,1,9134,0,-5331.13,3764.66,8.36526,0.616211,300,15,0,2317,0,0,1), - (51525,5334,1,9134,0,-5316.92,3650.34,9.57636,0.896107,300,10,0,2317,0,0,1), - (51526,5334,1,9134,0,-5274.06,3626.58,3.74106,0.482964,300,15,0,2317,0,0,1), - (51527,5334,1,9134,0,-5384.78,3595.34,37.6586,5.99416,300,15,0,2317,0,0,1), - (51528,5334,1,9134,0,-5318.9,3684.17,8.00645,2.62109,300,15,0,2317,0,0,1), - (51529,5334,1,9134,0,-5344.61,3548.3,11.2377,2.09648,300,10,0,2317,0,0,1), - (51530,5334,1,9134,0,-5317.24,3583.36,8.77296,5.61897,300,10,0,2317,0,0,1), - (51531,5334,1,9134,0,-5242.77,3517.78,-9.02485,6.27013,300,15,0,2317,0,0,1), - (51532,5335,1,5029,0,-4920.31,3155.4,-1.51835,2.12604,300,15,0,1522,1332,0,1), - (51533,5335,1,5029,0,-4981.29,3129.12,-2.69145,1.7553,300,15,0,1522,1332,0,1), - (51534,5335,1,5029,0,-5005.55,3277.67,-0.369885,0.797654,300,15,0,1522,1332,0,1), - (51535,5335,1,5029,0,-4953.62,3648.33,11.1413,2.90514,300,15,0,1522,1332,0,1), - (51536,5335,1,5029,0,-4880.99,3333.17,16.258,5.60706,300,15,0,1522,1332,0,1), - (51537,5335,1,5029,0,-4922.49,3387.4,8.20032,3.45393,300,10,0,1522,1332,0,1), - (51538,5335,1,5029,0,-4869.92,3557.31,22.5488,3.12152,300,15,0,1522,1332,0,1), - (51539,5335,1,5029,0,-4854.35,3555.69,21.4134,0.86209,300,15,0,1522,1332,0,1), - (51540,5335,1,5029,0,-4854.91,3520.46,23.2564,6.09364,300,15,0,1522,1332,0,1), - (51541,5335,1,5029,0,-4881.77,3683.45,14.2318,1.8326,300,0,0,1522,1332,0,0), - (51542,5335,1,5029,0,-4832.07,3661.24,11.2895,1.56534,300,0,0,1522,1332,0,0), - (51543,5335,1,5029,0,-4690.55,3673.3,12.585,0.689988,300,0,0,1522,1332,0,0), - (51544,5335,1,5029,0,-4709.96,3587.5,12.3178,3.14159,300,0,0,1522,1332,0,0), - (51545,5335,1,5029,0,-4777.91,3496.47,10.7718,2.03226,300,0,0,1522,1332,0,0), - (51546,5335,1,5029,0,-4804.19,3455.31,12.7959,4.21996,300,15,0,1522,1332,0,1), - (51547,5335,1,5029,0,-4824.24,3458.26,10.8458,5.44666,300,15,0,1522,1332,0,1), - (51548,5335,1,5029,0,-4853.66,3413.62,13.7022,4.82391,300,15,0,1522,1332,0,1), - (51549,5335,1,5029,0,-4755.51,3421.59,16.0581,3.12254,300,15,0,1522,1332,0,1), - (51550,5335,1,5029,0,-4712.42,3461.69,21.1868,1.22705,300,15,0,1522,1332,0,1), - (51551,5335,1,5029,0,-4887.35,3452.43,15.4875,2.31651,300,15,0,1522,1332,0,1), - (51552,5335,1,5029,0,-4919.15,3416.27,5.82497,3.67865,300,15,0,1522,1332,0,1), - (51553,5335,1,5029,0,-4813.53,3522.13,9.13376,2.89663,300,15,0,1522,1332,0,1), - (51554,5336,1,11260,0,-5513.06,3498.78,-6.19077,4.47914,300,15,0,1441,3575,0,1), - (51555,199,0,410,0,-9723.31,957.742,33.3346,4.76123,300,5,0,198,0,0,1), - (51556,199,0,410,0,-9868.77,1454.1,67.5757,4.13847,300,5,0,198,0,0,1), - (51557,5336,1,11260,0,-5258.91,3789.25,-9.16982,1.58547,300,15,0,1441,3575,0,1), - (51558,199,0,410,0,-9825.13,1343.07,44.7054,3.12707,300,5,0,198,0,0,1), - (51559,199,0,410,0,-10048.1,1322.72,44.4317,1.55101,300,5,0,198,0,0,1), - (51560,454,0,8871,0,-9948.76,1275.52,41.1345,5.37519,300,5,0,247,0,0,1), - (51561,454,0,8871,0,-10023.5,1121.26,42.1292,2.07862,300,10,0,247,0,0,1), - (51562,454,0,8871,0,-9809.49,1182.88,40.7303,3.33261,300,10,0,247,0,0,1), - (51563,454,0,8871,0,-9856.14,1082.18,33.3851,1.24939,300,10,0,247,0,0,1), - (51564,14821,309,2571,0,-12179.5,-1905.82,131.446,3.47321,7200,0,0,15260,0,0,0), - (51565,14821,309,2571,0,-12185.2,-1894.29,133.572,1.65806,7200,0,0,15260,0,0,0), - (51566,14821,309,2571,0,-12394.3,-1909.13,130.385,1.52368,7200,5,0,15260,0,0,1), - (51567,14821,309,2571,0,-12383.3,-1898.94,131.257,2.86234,7200,0,0,15260,0,0,0), - (51568,14821,309,2571,0,-12369.8,-1831.55,131.003,3.59538,7200,0,0,15260,0,0,0), - (51569,14821,309,2571,0,-12363.3,-1817.14,131.024,2.79253,7200,0,0,15260,0,0,0), - (51570,14821,309,2571,0,-12248.8,-1909.26,130.932,1.98968,7200,0,0,15260,0,0,0), - (51571,14821,309,2571,0,-12250.2,-1900.48,131.79,5.18363,7200,0,0,15260,0,0,0), - (51572,14821,309,2571,0,-12243.5,-1912.09,130.685,3.03687,7200,0,0,15260,0,0,0), - (51573,11353,309,11082,0,-12346.7,-1958.36,132.932,4.64258,7200,0,0,18312,0,0,0), - (51574,11353,309,11083,0,-12347.7,-1961.11,132.849,1.02974,7200,0,0,18312,0,0,0), - (51575,14821,309,2571,0,-12368.6,-1932.08,133.385,3.28954,7200,5,0,15260,0,0,1), - (51576,14821,309,2571,0,-12358.3,-1937.95,132.371,1.9332,7200,5,0,15260,0,0,1), - (51577,14821,309,2571,0,-12350.1,-1929.23,133.228,1.98968,7200,0,0,15260,0,0,0), - (51578,11353,309,11081,0,-12352,-1843.97,130.966,1.71042,7200,0,0,18312,0,0,0), - (51579,11353,309,11081,0,-12352.5,-1841.72,131.105,5.0091,7200,0,0,18312,0,0,0), - (51580,11360,309,15151,0,-11799.3,-1890.95,47.0202,3.07178,7200,0,0,3052,0,0,0), - (51581,11360,309,15151,0,-11803.6,-1883.74,45.6479,0.785398,7200,0,0,3052,0,0,0), - (51582,11350,309,11074,0,-11709.6,-1956.15,57.1976,6.17767,7200,5,0,21364,0,0,1), - (51583,11350,309,11075,0,-11744.1,-1919,56.3862,3.59538,7200,0,0,21364,0,0,0), - (51584,11350,309,11075,0,-11727.6,-1932.4,56.6076,1.30805,7200,5,0,21364,0,0,1), - (51585,11361,309,11031,0,-11813.3,-1803.43,51.3092,3.66519,7200,0,0,9156,0,0,0), - (51586,11361,309,11031,0,-11826.9,-1802.68,52.0076,5.53269,7200,0,0,9156,0,0,0), - (51587,11361,309,11031,0,-11809.5,-1810.02,51.5274,1.90241,7200,0,0,9156,0,0,0), - (51588,11365,309,633,0,-11511.2,-1580.07,71.4067,2.33874,7200,0,0,21364,0,0,0), - (51589,11365,309,633,0,-11523.6,-1573.28,71.4067,3.76991,7200,0,0,21364,0,0,0), - (51590,11365,309,633,0,-11525.1,-1582.7,71.4067,5.5676,7200,0,0,21364,0,0,0), - (51591,11365,309,633,0,-11511.8,-1573.41,71.4067,2.87979,7200,0,0,21364,0,0,0), - (51592,11353,309,11081,0,-11588,-1663.91,51.7205,5.91174,7200,0,0,18312,0,0,0), - (51593,11353,309,11082,0,-11585.8,-1663.11,51.231,5.80136,7200,5,0,18312,0,0,1), - (51594,11353,309,11081,0,-11498.4,-1641.72,60.4915,0.373932,7200,0,0,18312,0,0,0), - (51595,11353,309,11081,0,-11498.3,-1640.75,60.4083,4.54487,7200,5,0,18312,0,0,1), - (51596,14758,309,11686,0,-11505.8,-1553.69,52.3677,1.37881,7200,0,0,42,0,0,0), - (51597,11339,309,11226,0,-11496.8,-1621.54,71.4067,1.0213,7200,0,0,25150,14916,0,0), - (51598,11339,309,11225,0,-11496.3,-1621.55,71.3234,1.16697,7200,5,0,25150,14916,0,1), - (51599,11339,309,11225,0,-11545.4,-1549.98,51.6079,4.25193,7200,0,0,25150,14916,0,0), - (51600,11339,309,11226,0,-11545.1,-1550.04,51.5721,4.19102,7200,5,0,25150,14916,0,1), - (51601,11357,309,15275,0,-11801.9,-1628.01,21.1491,4.97787,7200,5,0,15465,0,0,1), - (51602,11357,309,15275,0,-11796.7,-1623.35,21.2323,6.16101,7200,0,0,15465,0,0,0), - (51603,2914,309,1206,0,-11815.3,-1888.35,47.8812,5.76622,7200,5,0,8,0,0,1), - (51604,2914,309,1206,0,-11790.3,-1885.91,47.0478,5.95093,7200,5,0,8,0,0,1), - (51605,13321,309,901,0,-11896.6,-1726.76,10.9919,0.692738,7200,5,0,42,0,0,1), - (51606,1420,309,901,0,-11911.8,-1490.85,11.4457,2.73824,7200,5,0,8,0,0,1), - (51607,5336,1,11260,0,-5473.1,3721.66,35.7189,1.91827,300,15,0,1441,3575,0,1), - (51608,5336,1,11260,0,-5500.2,3479.22,-5.87563,4.27298,300,15,0,1441,3575,0,1), - (51609,2914,43,1206,0,-128.641,-185.705,-68.2838,5.83658,7200,10,0,8,0,0,1), - (51610,1834,0,10324,0,2980.41,-1585.76,175.658,2.74903,315,5,0,6273,2117,0,2), - (51616,11837,30,0,0,-1617.95,-391.549,55.137,0.834304,430,5,0,2553,0,0,1), - (51617,11837,30,0,0,-1566.16,-397.12,65.3396,2.36521,430,5,0,2553,0,0,1), - (51618,11838,30,0,0,-1612.24,-439.036,80.0545,5.37574,430,0,0,2916,0,0,0), - (51619,11839,30,0,0,-1565.21,-479.676,59.2293,2.06611,430,5,0,3663,0,0,1), - (51620,11839,30,0,0,-1477.04,-475.236,69.4457,5.29207,430,5,0,3663,0,0,1), - (51621,11839,30,0,0,-1646.17,-446.101,49.8023,1.17457,430,5,0,3663,0,0,1), - (51622,11840,30,0,0,-1592.95,-408.627,81.4215,0.95002,430,5,0,3846,0,0,1), - (51623,11840,30,0,0,-1568.06,-446.271,67.846,3.46805,430,5,0,3846,0,0,1), - (51624,11840,30,0,0,-1485.83,-426.824,70.3539,5.26827,430,5,0,3846,0,0,1), - (51625,5336,1,11260,0,-5306.15,3713.47,9.07296,2.4116,300,15,0,1441,3575,0,1), - (51626,5336,1,11260,0,-5396.49,3749.37,37.8823,0.640049,300,15,0,1441,3575,0,1), - (51628,5336,1,11260,0,-5279.1,3553.95,0.37278,0.809901,300,15,0,1441,3575,0,1), - (51629,2914,309,1206,0,-11968.3,-1810.08,56.6467,2.43604,7200,5,0,8,0,0,1), - (51630,2914,309,1206,0,-11594.3,-1454.77,56.925,1.89255,7200,5,0,8,0,0,1), - (51631,2914,309,1206,0,-11647.6,-1413.19,59.7141,2.02788,7200,5,0,8,0,0,1), - (51632,2914,309,1206,0,-11525.9,-1485.9,78.531,5.89056,7200,5,0,8,0,0,1), - (51633,2914,309,1206,0,-11979.8,-1711.83,32.3599,4.50064,7200,5,0,8,0,0,1), - (51634,5336,1,11260,0,-5249.34,3643.07,-0.802699,4.61179,300,15,0,1441,3575,0,1), - (51635,5336,1,11260,0,-5708.73,3655.69,-13.8725,6.03884,300,3,0,1441,3575,0,1), - (51636,5336,1,11260,0,-5714.47,3692.07,-10.0462,4.50044,300,3,0,1441,3575,0,1), - (51637,5336,1,11260,0,-5752.35,3711.77,-7.00867,5.32636,300,0,0,1441,3575,0,0), - (51638,5336,1,11260,0,-5274.53,3687.23,4.97382,3.35719,300,15,0,1441,3575,0,1), - (51642,5336,1,11260,0,-5555.81,3493.89,8.08906,5.60159,300,3,0,1441,3575,0,1), - (51643,5336,1,11260,0,-5545.29,3522.94,10.8196,2.44068,300,3,0,1441,3575,0,1), - (51644,1834,0,10326,0,2903.97,-1432.07,148.269,3.45575,315,0,0,6273,2117,0,0), - (51645,5336,1,11260,0,-5520.13,3539.6,17.195,3.95282,300,3,0,1441,3575,0,1), - (51646,1834,0,10326,0,2845,-1412.03,147.631,5.09636,315,0,0,6273,2117,0,0), - (51647,1794,0,10626,0,1479.75,-1744.31,64.3249,4.72093,315,3,0,2634,2041,0,1), - (51648,454,0,8871,0,-9851.22,1385.07,51.5061,4.49533,300,10,0,247,0,0,1), - (51649,1787,0,11401,0,1589.54,-1382.56,65.5875,6.17984,315,5,0,3293,0,0,1), - (51650,5336,1,11260,0,-5582.83,3527.43,19.1915,4.01738,300,3,0,1441,3575,0,1), - (51651,1795,0,414,0,1517.68,-1616.02,64.8651,0.963345,315,10,0,2823,2117,0,1), - (51652,5336,1,11260,0,-5536.46,3563.1,18.1086,2.68619,300,3,0,1441,3575,0,1), - (51653,5336,1,11260,0,-5567.77,3512.14,19.2333,0.312691,300,3,0,1441,3575,0,1), - (51654,5336,1,11260,0,-5564.13,3551.71,17.4435,2.07631,300,3,0,1441,3575,0,2), - (51655,5336,1,11260,0,-5352.24,3666.74,7.99422,4.27712,300,15,0,1441,3575,0,1), - (51656,5336,1,11260,0,-5425.73,3676.78,2.58515,0.336484,300,15,0,1441,3575,0,2), - (51657,5336,1,11260,0,-5414.8,3685.59,7.19557,1.62931,300,15,0,1441,3575,0,1), - (51658,5336,1,11260,0,-5452.34,3681.27,1.27347,3.4093,300,15,0,1441,3575,0,1), - (51659,5336,1,11260,0,-5470.71,3645.31,-2.22075,4.01982,300,15,0,1441,3575,0,1), - (51660,5336,1,11260,0,-5588.85,3576.45,-5.97508,4.49873,300,3,0,1441,3575,0,1), - (51661,5336,1,11260,0,-5586.67,3561.97,-5.02474,1.32192,300,3,0,1441,3575,0,1), - (51662,5336,1,11260,0,-5585.85,3487.01,4.9629,3.60479,300,3,0,1441,3575,0,1), - (51663,5336,1,11260,0,-5639.16,3491.41,0.282835,5.586,300,3,0,1441,3575,0,1), - (51664,5336,1,11260,0,-5640.04,3465.82,3.46105,4.2605,300,3,0,1441,3575,0,1), - (51665,5337,1,11259,0,-4822.86,3143.88,1.74436,5.22717,300,15,0,1585,1381,0,1), - (51666,5337,1,11259,0,-5016.04,3250.75,-1.52526,0.711146,300,15,0,1585,1381,0,1), - (51667,5337,1,11259,0,-4956.35,3179.91,-1.28886,3.26113,300,15,0,1585,1381,0,1), - (51668,5337,1,11259,0,-4981.94,3200.07,-0.923721,5.06209,300,15,0,1585,1381,0,1), - (51669,5337,1,11259,0,-4927.21,3685.53,12.5461,5.895,300,15,0,1585,1381,0,1), - (51670,5337,1,11259,0,-5024.79,3451.04,-1.50062,3.19846,300,15,0,1585,1381,0,1), - (51671,5337,1,11259,0,-4992.9,3346.27,0.848021,3.22863,300,15,0,1585,1381,0,1), - (51672,5337,1,11259,0,-4894.01,3510.42,23.6142,3.14159,300,15,0,1585,1381,0,1), - (51673,7900,1,6987,0,-4480.03,3229.6,13.8128,5.5676,300,0,0,3517,0,0,0), - (51674,8157,1,7379,0,-4406.66,3171.05,17.6733,0.890118,300,0,0,3748,0,0,0), - (51675,8158,1,7380,0,-4372.12,155.68,25.3486,3.07178,300,0,0,3404,0,0,0), - (51676,7903,1,6943,0,-4477.62,3231.81,13.8128,4.4855,300,0,0,198,0,0,0), - (51677,8159,1,7381,0,-4339.65,249.374,26.4007,2.68781,300,0,0,3517,0,0,0), - (51678,4319,1,2415,0,-4491.12,-778.347,-40.1193,1.50098,600,0,0,7423,7071,0,0), - (51679,5343,1,11262,0,-5498.69,3481.84,-5.82975,5.64065,21000,0,0,1919,1587,0,0), - (51680,7904,1,6942,0,-4478.98,3231.07,13.8128,5.74213,300,0,0,413,9213,0,0), - (51681,5350,1,11142,0,-5435.75,114.241,28.2281,4.58413,21000,0,0,2487,0,0,0), - (51682,11752,1,11693,0,-4406.14,235.651,26.8421,5.98648,300,0,0,3184,0,0,0), - (51683,5356,1,780,0,-4200,-133.828,56.2126,4.12439,21000,0,0,1981,0,0,0), - (51684,5357,1,10037,0,-3550.26,2597.05,82.654,2.54171,600,15,0,6186,0,0,1), - (51685,5357,1,10037,0,-3212.57,2795.68,80.6821,5.53103,600,15,0,6186,0,0,1), - (51686,5357,1,10037,0,-3459.96,2801.7,85.1082,2.76635,600,15,0,6186,0,0,1), - (51687,5357,1,10037,0,-3391.15,2688.65,68.9155,5.19787,600,15,0,6186,0,0,1), - (51688,5357,1,10037,0,-3382.15,2817.2,75.1311,0.189546,600,15,0,6186,0,0,1), - (51689,5357,1,10037,0,-3473.53,2720.09,86.5484,5.20051,600,15,0,6186,0,0,1), - (51690,5357,1,10037,0,-3496.62,2764.5,86.1743,1.58447,600,15,0,6186,0,0,1), - (51691,5357,1,10037,0,-3516.82,2581.78,74.9781,4.31083,600,15,0,6186,0,0,1), - (154657,8907,230,0,0,794.549,2.11547,-53.6519,3.28122,7200,0,0,7842,0,0,0), - (51693,5358,1,12813,0,-3381.59,2668.57,68.5129,5.62722,600,15,0,6414,0,0,1), - (51694,5358,1,12813,0,-3406,2631.38,66.823,3.8869,600,15,0,6414,0,0,1), - (51695,5358,1,12813,0,-3507.91,2639.24,87.858,4.05577,600,15,0,6414,0,0,1), - (51696,5358,1,12813,0,-3498.86,2611.41,79.6294,4.93342,600,15,0,6414,0,0,1), - (154656,8906,230,0,0,794.549,2.11547,-53.6519,3.28122,7200,0,0,7599,0,0,0), - (51698,5358,1,12813,0,-3460.36,2752.4,80.9715,4.41102,600,15,0,6414,0,0,1), - (51699,5358,1,12813,0,-3400.08,2684.87,68.714,0.093841,600,15,0,6414,0,0,1), - (51700,5358,1,12813,0,-3382.75,2746.44,69.2421,4.56208,600,15,0,6414,0,0,1), - (51701,5358,1,12813,0,-3320.71,2784.95,67.4946,3.11913,600,15,0,6414,0,0,1), - (51702,5358,1,12813,0,-3358.06,2788.91,69.0504,2.5873,600,15,0,6414,0,0,1), - (51703,5358,1,12813,0,-3414.84,2588.64,63.9013,5.48674,600,15,0,6414,0,0,1), - (51704,5358,1,12813,0,-3396.71,2687.83,68.8658,2.03051,600,15,0,6414,0,0,1), - (51705,5359,1,4945,0,-3941.27,3041.27,0.491015,1.10937,600,30,0,6186,0,0,1), - (51706,5359,1,4945,0,-4538.69,2486.53,-40.5489,1.82337,600,15,0,6186,0,0,1), - (51707,5359,1,4945,0,-3986.21,2783.37,0.189204,2.73209,600,30,0,6186,0,0,1), - (51708,5359,1,4945,0,-4023.03,2907.12,3.33236,0.038068,600,30,0,6186,0,0,1), - (51709,5359,1,4945,0,-4059.41,2910.68,-6.6206,1.54242,600,15,0,6186,0,0,1), - (51710,5359,1,4945,0,-5253.93,2282.12,-29.6111,2.40109,600,15,0,6186,0,0,1), - (51711,5359,1,4945,0,-4687.48,2373.3,-0.205117,0.089548,600,15,0,6186,0,0,1), - (51712,5359,1,4945,0,-5049.51,2251.65,-6.02536,0.704494,600,15,0,6186,0,0,1), - (51713,5359,1,4945,0,-5127,2210.42,4.5485,5.91595,600,15,0,6186,0,0,1), - (51714,5360,1,12812,0,-3916.23,2929.61,11.2884,1.62944,600,30,0,2197,3280,0,1), - (51715,5360,1,12812,0,-4820.05,2444.16,-38.08,0.776414,600,15,0,2197,3280,0,1), - (51716,5360,1,12812,0,-4157.29,2651.17,-10.5267,3.37984,600,15,0,2197,3280,0,1), - (51717,5360,1,12812,0,-5445.28,2314.52,1.54616,4.52853,600,15,0,2197,3280,0,1), - (51718,5360,1,12812,0,-4640.77,2375.1,-4.06865,6.04881,600,15,0,2197,3280,0,1), - (51719,5360,1,12812,0,-4817.68,2297.86,-8.56885,1.67455,600,15,0,2197,3280,0,1), - (51720,5360,1,12812,0,-5249.47,2187.02,0.885035,1.08049,600,15,0,2197,3280,0,1), - (51721,5361,1,10039,0,-5236.88,2307.02,-40.2776,0.013242,600,15,0,5970,0,0,1), - (51722,5361,1,10039,0,-3963.91,2821.13,10.0405,0.422607,600,30,0,5970,0,0,1), - (51723,5361,1,10039,0,-4526.45,2360.21,-1.40238,4.42106,600,15,0,5970,0,0,1), - (51724,5361,1,10039,0,-5048.25,2190.16,10.4879,1.39295,600,15,0,5970,0,0,1), - (51725,5362,1,10872,0,-3105.17,2813.53,80.3285,4.13397,300,15,0,2062,1695,0,1), - (51726,5362,1,10872,0,-2874.77,2652.08,73.0903,3.14138,300,15,0,2062,1695,0,1), - (51727,5362,1,10872,0,-3083.46,2654.63,53.8049,2.7794,300,15,0,2062,1695,0,1), - (51728,5362,1,10872,0,-3031.27,2660.33,57.7634,1.6062,300,15,0,2062,1695,0,1), - (51729,5362,1,10872,0,-3090.12,2781.57,70.9312,0.575489,300,15,0,2062,1695,0,1), - (51730,5362,1,10872,0,-3052.48,2612.94,42.4532,4.66745,300,15,0,2062,1695,0,1), - (51731,5362,1,10872,0,-2919.32,2553.76,49.8155,4.76713,300,15,0,2062,1695,0,1), - (51732,5362,1,10872,0,-2986.52,2649.18,55.9092,3.43185,300,15,0,2062,1695,0,1), - (51733,5363,1,10873,0,-3090.33,2839.76,89.4119,4.0224,300,15,0,2062,1695,0,1), - (51734,1795,0,414,0,1291.96,-1476.07,55.5169,2.4352,315,5,0,2823,2117,0,1), - (51735,1787,0,11401,0,1288.89,-1550.19,59.3581,2.42207,315,0,0,3293,0,0,0), - (51736,1789,0,9790,0,1568.71,-1418.27,65.2315,2.07533,315,10,0,2823,2117,0,1), - (51737,1795,0,414,0,1593.07,-1551.77,62.0161,5.48979,315,3,0,2823,2117,0,1), - (51738,1794,0,10626,0,1588.34,-1660.22,63.9201,5.02179,315,3,0,2634,2041,0,1), - (51739,1794,0,10626,0,1419.89,-1414.38,55.6373,1.93744,315,10,0,2634,2041,0,1), - (51740,1789,0,9790,0,1414.85,-1712.12,70.0552,1.85413,315,5,0,2823,2117,0,1), - (51741,1832,0,10329,0,2963.03,-1587.98,160.476,5.53269,315,0,0,5667,5206,0,0), - (51742,1832,0,10328,0,2991.08,-1596.67,184.632,2.98451,315,0,0,5667,5206,0,0), - (51743,1883,0,10303,0,2975.34,-1494.16,147.225,3.87463,315,0,0,3529,0,0,0), - (51744,1827,0,10351,0,2939.61,-1633.49,147.247,2.43676,315,5,0,7842,0,0,1), - (51745,1827,0,10353,0,2896.49,-1517.91,146.048,4.83456,315,0,0,7842,0,0,0), - (51746,1834,0,10326,0,2817.99,-1407.9,147.731,6.0912,315,0,0,6273,2117,0,0), - (51747,10608,0,10332,0,2787.08,-1442.82,146.47,4.65285,315,3,0,6863,10026,0,1), - (51748,1834,0,10325,0,2978.85,-1608,157.603,1.6057,315,0,0,6273,2117,0,0), - (51749,1834,0,10326,0,2926.71,-1370.37,152.02,2.16393,315,5,0,6273,2117,0,1), - (51750,1832,0,10329,0,2921.04,-1519.27,147.364,5.72534,315,0,0,5667,5206,0,0), - (51752,5363,1,10873,0,-3113.84,2761.32,72.1997,4.88783,300,15,0,2062,1695,0,1), - (51753,5363,1,10873,0,-2926.16,2788.34,80.3063,5.81693,300,15,0,2062,1695,0,1), - (51754,5363,1,10873,0,-2849.43,2680.05,72.8693,4.67024,300,15,0,2062,1695,0,1), - (51755,5363,1,10873,0,-2947.04,2517.57,36.3828,0.264972,300,15,0,2062,1695,0,1), - (51756,5363,1,10873,0,-3033.22,2554.13,38.2618,1.39409,300,15,0,2062,1695,0,1), - (51757,5364,1,10874,0,-3049.38,2784.74,64.5796,4.49364,300,15,0,2138,1750,0,1), - (51758,5364,1,10874,0,-3044.58,2740.72,59.6628,5.71792,300,15,0,2138,1750,0,1), - (51759,5364,1,10874,0,-3104.52,2805.94,79.3285,5.08915,300,15,0,2138,1750,0,1), - (51760,5364,1,10874,0,-2926.64,2815.13,73.5344,2.81892,300,15,0,2138,1750,0,1), - (51761,5364,1,10874,0,-2836.57,2699.75,72.3785,4.66191,300,15,0,2138,1750,0,1), - (51762,5364,1,10874,0,-2984.34,2621.84,53.032,1.744,300,15,0,2138,1750,0,1), - (51763,5364,1,10874,0,-2887.01,2751.6,75.2553,2.35625,300,15,0,2138,1750,0,1), - (51764,5366,1,1352,0,-3012.9,2784.02,53.6183,1.87419,300,15,0,2138,1750,0,1), - (51765,5366,1,1352,0,-3038.06,2669.45,56.3983,4.80223,300,15,0,2138,1750,0,1), - (51766,5366,1,1352,0,-3083.73,2717.74,59.204,0.882936,300,15,0,2138,1750,0,1), - (51767,5366,1,1352,0,-3029.46,2762.08,55.2349,3.18161,300,15,0,2138,1750,0,1), - (51768,5366,1,1352,0,-2971.34,2721.16,52.4896,5.76973,300,15,0,2138,1750,0,1), - (51769,5366,1,1352,0,-3019.67,2702.58,55.9673,5.38729,300,15,0,2138,1750,0,1), - (51770,5366,1,1352,0,-2950.55,2636.36,57.2984,4.2816,300,0,0,2138,1750,0,0), - (51771,5366,1,1352,0,-2971.26,2764.84,51.7845,2.5563,300,15,0,2138,1750,0,1), - (51772,5366,1,1352,0,-2955.1,2749.51,52.614,4.13336,300,15,0,2138,1750,0,1), - (51773,5366,1,1352,0,-2944.32,2753.53,52.114,0.381569,300,15,0,2138,1750,0,1), - (51774,5366,1,1352,0,-3012.5,2754.17,52.5321,3.97457,300,15,0,2138,1750,0,1), - (51775,5366,1,1352,0,-2919.9,2687.7,67.2096,1.57275,300,3,0,2138,1750,0,1), - (51776,5366,1,1352,0,-3014.73,2680.07,58.0813,5.1904,300,15,0,2138,1750,0,1), - (51777,5366,1,1352,0,-2885.58,2722.42,74.0792,1.40796,300,10,0,2138,1750,0,1), - (51778,5366,1,1352,0,-2904.31,2707.1,71.8951,2.36241,300,15,0,2138,1750,0,1), - (51779,5881,1,1988,0,-5499.35,1588.97,39.1662,1.1006,300,0,0,3800,0,0,0), - (51780,9467,1,10642,0,-2853.88,2340.59,39.8609,3.59538,300,0,0,3517,0,0,0), - (51781,9299,1,8717,0,-6948.18,-3939.48,31.4876,1.98427,430,0,0,3986,0,0,0), - (51782,14473,1,14521,0,-8101.44,342.107,-37.6534,3.27492,43200,5,0,12208,0,0,1), - (51783,11730,1,11106,0,-8285.05,426.974,-89.7966,2.66486,300,3,0,8883,0,0,1), - (51784,11730,1,11106,0,-8230.25,363.893,-88.3284,2.76503,300,5,0,8883,0,0,1), - (51785,11730,1,11106,0,-8279.18,357.264,-95.3615,2.92785,300,3,0,8883,0,0,1), - (51786,11730,1,11106,0,-8180.74,411.391,-80.3843,0.187484,300,3,0,8883,0,0,1), - (51787,11730,1,11106,0,-8120.49,386.97,-68.6953,2.80834,300,5,0,8883,0,0,1), - (51788,11731,1,12156,0,-8171.47,424.943,-80.5953,3.28122,300,3,0,8883,0,0,1), - (51789,11731,1,12156,0,-8296.38,480.803,-74.695,2.26893,300,3,0,8883,0,0,1), - (51790,11732,1,9229,0,-8295.06,378.225,-94.8111,4.30701,300,3,0,8883,0,0,1), - (51791,11732,1,9229,0,-8241.77,446.978,-79.8471,1.28051,300,3,0,8883,0,0,1), - (51792,11732,1,9229,0,-8168.13,372.277,-78.7163,2.71947,300,3,0,8883,0,0,1), - (51793,11732,1,9229,0,-8269.72,484.756,-76.3614,5.88583,300,3,0,8883,0,0,1), - (51794,11733,1,12154,0,-8230.33,396.068,-83.1144,2.60648,300,3,0,8883,0,0,1), - (51795,11733,1,12154,0,-8327.71,369.679,-89.7271,0.021024,300,3,0,8883,0,0,1), - (51796,11733,1,12154,0,-8083.94,356.977,-34.9322,0.457524,300,5,0,8883,0,0,1), - (51797,11733,1,12154,0,-8287.45,398.209,-92.5784,6.06426,300,5,0,8883,0,0,1), - (51798,11733,1,12154,0,-8221.74,340.17,-92.3752,5.53214,300,5,0,8883,0,0,1), - (51799,11733,1,12154,0,-8273.11,541.472,-84.9831,2.85675,300,3,0,8883,0,0,1), - (51800,11734,1,12155,0,-8352.79,371.046,-89.4943,2.00665,300,3,0,11844,0,0,1), - (51801,11734,1,12155,0,-8267.37,314.835,-102.019,2.33967,300,3,0,11844,0,0,1), - (51802,11734,1,12155,0,-8244.46,341.037,-90.4684,4.49899,300,5,0,11844,0,0,1), - (51803,11734,1,12155,0,-8146.03,340.089,-39.2861,4.60054,300,5,0,11844,0,0,1), - (51804,11734,1,12155,0,-8287.33,557.789,-85.3336,0.855462,300,3,0,11844,0,0,1), - (51805,11734,1,12155,0,-8289.36,538.046,-85.4889,1.31642,300,3,0,11844,0,0,1), - (51806,11734,1,12155,0,-8254.94,390.324,-88.9214,0.36578,300,3,0,11844,0,0,1), - (51807,5809,1,4592,0,-226.809,-5093.53,41.3468,4.39915,9900,0,0,174,0,0,0), - (51808,5835,1,0,0,1060.82,-3089.71,105.229,4.64184,9900,0,0,314,0,0,2), - (51809,3295,1,360,0,1137.34,-3208.02,92.0158,3.63731,9900,0,0,449,0,0,0), - (51810,5865,1,0,0,542.377,-2402.82,91.7917,1.32864,9900,3,0,273,0,0,1), - (51811,3672,1,4212,0,-677.775,-2348.93,18.8394,1.20386,9900,0,0,1927,490,0,0), - (51812,5864,1,6117,0,-1439.23,-1506.82,92.5667,3.62681,43200,0,0,1686,0,0,0), - (51813,5834,1,2702,0,-2685.14,-1940.75,98.2187,3.55377,9900,0,0,622,982,0,0), - (51814,3253,1,11096,0,-3122.22,-1741.87,92.0056,2.34818,9900,0,0,664,0,0,0), - (51815,5827,1,1308,0,-3330.11,-2168.02,91.6684,4.30452,43200,0,0,3200,0,0,0), - (51816,5832,1,6085,0,-3671.82,-2145.76,93.9451,2.78478,9900,0,0,664,0,0,0), - (51817,5847,1,4595,0,-4041.05,-2140.55,90.0779,3.53562,9900,0,0,585,0,0,0), - (51818,7895,1,7043,0,-4518.3,-2214.41,94.1101,4.83938,9900,0,0,3150,2194,0,0), - (51819,5848,1,4597,0,-4084.18,-2403.32,125.299,1.99624,9900,0,0,713,0,0,0), - (51820,5851,1,4598,0,-4040.98,-2383.34,125.299,1.98446,43200,0,0,2400,0,0,0), - (51821,5934,1,11011,0,-5210.56,-1201.73,46.1233,4.18436,43200,0,0,3171,0,0,0), - (51822,14427,1,511,0,-5446.46,-2880.48,-51.3781,1.17328,9900,0,0,896,0,0,0), - (51823,5937,1,10988,0,-6105.79,-3537.57,-58.7501,1.44973,43200,30,0,3660,0,0,1), - (51824,5935,1,2076,0,-6266.18,-4269.81,-58.75,5.7655,43200,0,0,4008,0,0,0), - (51825,8208,1,1534,0,-7406.35,-3828.79,9.63658,2.81239,9900,0,0,2059,0,0,0), - (51826,454,0,8871,0,-9846.52,1311.93,44.5084,5.51988,300,5,0,247,0,0,1), - (51827,8207,1,7349,0,-7532.62,-3626.84,10.3282,2.11731,9900,0,0,2399,0,0,0), - (51828,8199,1,9023,0,-6874.17,-2895.55,9.76224,4.69274,43200,0,0,5544,0,0,0), - (51829,8200,1,9024,0,-7007.29,-2742.31,10.3951,3.86336,43200,0,0,4605,3174,0,0), - (51830,8204,1,11106,0,-7932,-2569.26,8.79678,2.98372,9900,0,0,2768,0,0,0), - (51831,8201,1,11570,0,-8431.95,-2890.55,8.62454,4.42492,9900,0,0,2768,0,0,0), - (51832,8202,1,11532,0,-8390.99,-3065.61,8.62665,0.639302,9900,0,0,1804,4140,0,0), - (51833,8205,1,11092,0,-9269.3,-3896.64,10.1017,3.20755,9900,0,0,2769,0,0,0), - (51834,8203,1,7509,0,-8115.78,-5270.91,1.67574,5.1899,9900,0,0,2487,0,0,0), - (51835,14474,1,14522,0,-7381.48,1805.67,-32.5482,1.35315,43200,0,0,8883,0,0,0), - (51836,14475,1,12153,0,-6611.16,943.311,-52.696,1.90135,43200,0,0,8352,0,0,0), - (51837,14476,1,6068,0,-6346.24,335.595,8.96532,6.11109,9900,0,0,3508,0,0,0), - (51838,14471,1,5965,0,-7970.9,1507.22,-1.55487,3.46744,86400,0,0,31440,0,0,2), - (51839,5352,1,706,0,-5120.65,1308.87,37.6403,0.760874,9900,0,0,2574,0,0,0), - (51840,5347,1,0,0,-5802.39,1577.41,73.785,0.756947,9900,0,0,2578,0,0,2), - (51841,5346,1,0,0,-5188.99,1825.25,115.762,4.31204,9900,3,0,2578,0,0,1), - (51842,5354,1,2168,0,-5017.11,632.497,34.6469,4.09332,9900,0,0,5346,0,0,0), - (51843,5345,1,1817,0,-4748.69,2897.92,-39.7154,1.49365,9900,0,0,2217,0,0,0), - (51844,5349,1,7569,0,-3525.88,2328.92,63.964,2.02379,9900,0,0,2672,0,0,0), - (51845,3056,1,720,0,-1137.51,343.723,20.3567,6.16915,9900,0,0,247,0,0,0), - (51846,14229,1,9135,0,-117.75,2337.5,-24.0244,6.12535,9900,0,0,1342,0,0,0), - (51847,14228,1,2714,0,-414.566,1477.82,90.7611,4.68571,9900,0,0,1279,0,0,0), - (51848,14225,1,6743,0,-184.959,684.984,91.3339,2.56435,9900,0,0,1221,0,0,0), - (51849,14227,1,2076,0,-1049.27,1856.88,63.727,4.44931,9900,0,0,1603,0,0,0), - (51850,14226,1,14255,0,-2130.13,1933.63,62.932,4.77918,9900,0,0,1752,0,0,0), - (51851,6648,1,3212,0,3512.53,-4118.76,103.765,0.553323,9900,0,0,2769,0,0,0), - (51852,6649,1,11261,0,3458.51,-5071.87,84.7132,4.53136,9900,0,0,2384,1864,0,0), - (51853,6650,1,11257,0,3517.3,-5371.97,107.517,6.07781,9900,0,0,2979,0,0,0), - (51855,6647,1,2240,0,4297.21,-6241.33,107.229,4.71908,9900,0,0,3082,0,0,0), - (51856,1795,0,414,0,1252.9,-1347.71,50.8574,0.59656,315,10,0,2823,2117,0,1), - (51858,6652,1,2687,0,4521.84,-6398.31,125.474,5.28142,9900,0,0,3082,0,0,0), - (51862,6646,1,10042,0,4483.47,-7141.17,108.877,3.90305,43200,0,0,7599,0,0,0), - (51863,10647,1,11331,0,2891.33,-2802.77,207.608,0.0565043,9900,0,0,1332,1169,0,0), - (51864,1794,0,10626,0,1481.72,-1583.72,67.5162,0.731501,315,10,0,2634,2041,0,1), - (51869,12037,1,706,0,2808.17,-3107.65,177.759,6.09464,9900,0,0,1257,0,0,0), - (51870,3792,1,522,0,3153.17,-1163.86,216.912,5.14352,9900,0,0,1162,0,0,0), - (51872,2914,309,1206,0,-11576.4,-1488.76,56.2523,5.74114,7200,5,0,8,0,0,1), - (51873,11368,309,14562,0,-11564.6,-1736.66,39.1476,0.226893,7200,0,0,6104,0,0,0), - (51874,11368,309,14562,0,-11553.9,-1740.82,38.8256,4.4425,7200,5,0,6104,0,0,1), - (51875,11351,309,11110,0,-11652.1,-1453.79,59.4568,5.5676,7200,0,0,21364,0,0,0), - (51878,11997,30,0,0,790.362,-498.31,99.665,0.479081,490,0,0,3857,0,0,0), - (51879,11998,30,0,0,-856.522,-571.15,57.724,3.70866,490,0,0,3857,0,0,0), - (51880,11830,309,11759,0,-11646,-1460.02,62.202,2.21657,7200,0,0,17094,12170,0,0), - (51881,11372,309,15150,0,-11533.1,-1512.37,63.3527,5.98368,7200,5,0,15260,0,0,1), - (51882,10641,1,8389,0,3000.23,-928.611,196.156,1.72311,9900,0,0,1881,0,0,0), - (51883,3773,1,1912,0,2232.73,144.665,115.171,2.16137,9900,0,0,684,693,0,0), - (51884,10643,1,11293,0,3030.43,582.659,6.15439,3.71646,9900,0,0,907,0,0,0), - (51885,10644,1,165,0,3253.97,493.319,-0.0726189,5.05556,9900,0,0,573,0,0,0), - (51887,10559,1,4979,0,4121.79,1130.64,2.61615,2.26975,9900,0,0,508,545,0,0), - (51888,5916,1,11356,0,2427.03,1524.3,270.621,5.08935,43200,0,0,2367,732,0,0), - (51889,4030,1,9591,0,699.81,1758.93,-17.8566,3.10524,9900,0,0,1002,0,0,0), - (51890,10202,1,0,0,5986.52,-5055.29,795.339,0.409894,43200,0,0,8883,0,0,2), - (51891,10196,1,9489,0,6175.73,-4245.79,653.705,2.09427,43200,5,0,8352,0,0,1), - (51892,10200,1,0,0,8021.76,-3946.8,687.148,6.22522,9900,0,0,3758,0,0,2), - (51893,14342,1,1012,0,3565.93,-1103.12,221.943,1.35082,9900,0,0,2865,0,0,0), - (51894,14340,1,2879,0,3866.84,-672.535,328.788,3.99761,9900,0,0,3293,0,0,0), - (51895,14344,1,14315,0,4250.07,-781.841,262.327,0.233983,28800,5,0,3322,0,0,1), - (51896,14345,1,682,0,5220.47,-785.919,346.773,0.676159,9900,0,0,2979,0,0,0), - (51897,14343,1,6212,0,5875.65,-1242.83,403.304,5.35714,9900,0,0,3082,0,0,0), - (51898,7104,1,9013,0,6277.47,-1679.4,432.518,4.50105,43200,0,0,6477,2163,0,0), - (51899,7015,1,1305,0,5381.46,534.734,1.61544,2.69778,9900,0,0,356,0,0,2), - (51900,2186,1,5773,0,5863.11,311.4,20.81,0.333024,9900,0,0,356,0,0,0), - (51902,12048,30,0,0,69.1432,-260.316,19.1267,5.57513,430,5,0,2633,0,0,1), - (51903,12048,30,0,0,30.5624,-280.424,16.3309,1.47928,430,5,0,2633,0,0,1), - (51904,12048,30,0,0,-98.8988,-209.627,13.3544,5.42445,430,5,0,2633,0,0,1), - (51905,12048,30,0,0,-107.526,-192.838,13.3544,1.7072,430,5,0,2633,0,0,1), - (51906,12048,30,0,0,-0.105013,-289.288,15.5624,6.1383,430,5,0,2633,0,0,1), - (51907,12048,30,0,0,-2.10422,-303.84,15.5639,6.10219,430,5,0,2633,0,0,1), - (51908,12048,30,0,0,25.7416,-318.447,16.3854,0.756915,430,5,0,2633,0,0,1), - (51909,12048,30,0,0,-112.719,-202.782,13.3544,3.97307,430,5,0,2633,0,0,1), - (51910,12048,30,0,0,-55.7961,-350.251,11.9957,3.45456,430,5,0,2633,0,0,1), - (51911,12050,30,0,0,-46.1047,-277.776,15.5645,1.36669,430,0,0,2823,0,0,0), - (51912,12050,30,0,0,-29.4629,-280.476,15.5645,1.47032,430,0,0,2823,0,0,0), - (51913,12050,30,0,0,-7.22618,-289.707,15.5641,4.65556,430,0,0,2823,0,0,0), - (51914,12050,30,0,0,-49.9033,-299.553,15.5645,4.57782,430,0,0,2823,0,0,0), - (51915,12050,30,0,0,-9.20146,-300.879,15.5641,1.43395,430,0,0,2823,0,0,0), - (51916,12050,30,0,0,-33.2382,-302.798,15.5645,4.49147,430,0,0,2823,0,0,0), - (51917,12050,30,0,0,-49.6288,-288.507,15.5645,6.05312,430,0,0,2823,0,0,0), - (51918,12051,30,0,0,-554.933,-174.876,57.9563,0.465655,430,0,0,2450,0,0,0), - (51919,12051,30,0,0,-536.28,-182.784,57.9519,4.85222,430,0,0,2450,0,0,0), - (51920,12051,30,0,0,-524.859,-159.15,57.9469,0.461474,430,0,0,2450,0,0,0), - (51921,12051,30,0,0,-504.289,-187.986,57.8778,5.87226,430,0,0,2450,0,0,0), - (51922,12051,30,0,0,-555.052,-160.853,57.9569,5.95878,430,0,0,2450,0,0,0), - (51923,12051,30,0,0,-545.042,-150.999,57.9568,4.92368,430,0,0,2450,0,0,0), - (51924,12052,30,0,0,-461.106,-355.693,31.0315,5.24885,430,5,0,2579,0,0,1), - (51925,12052,30,0,0,-491.932,-338.25,32.315,2.65704,430,5,0,2579,0,0,1), - (51926,12053,30,0,0,-1286.08,-292.165,89.4414,0.13892,430,0,0,2046,0,0,0), - (51927,12053,30,0,0,-1209.79,-258.971,72.807,6.04762,430,0,0,2046,0,0,0), - (51928,12053,30,0,0,-1419.36,-322.491,89.0562,0.54054,430,0,0,2046,0,0,0), - (51929,12053,30,0,0,-1336.7,-292.145,90.9146,3.28446,430,0,0,2046,0,0,0), - (51930,12053,30,0,0,-1290.83,-267.808,114.151,0.155989,430,0,0,2046,0,0,0), - (51931,12053,30,0,0,-1159.49,-356.846,51.8699,0.276326,430,0,0,2046,0,0,0), - (51932,12053,30,0,0,-1304.12,-270.546,114.139,3.52747,430,0,0,2046,0,0,0), - (51933,12053,30,0,0,-1421.74,-318.38,89.1177,0.516545,430,0,0,2046,0,0,0), - (51934,12053,30,0,0,-500.359,-177.578,57.8746,5.89323,430,0,0,2046,0,0,0), - (51935,12053,30,0,0,-1162.4,-352.024,51.857,3.45484,430,0,0,2046,0,0,0), - (51936,12053,30,0,0,-1304.99,-265.518,114.151,3.2484,430,0,0,2046,0,0,0), - (51937,12053,30,0,0,-1222.15,-362.484,57.8358,4.79095,430,0,0,2046,0,0,0), - (51938,12053,30,0,0,-1357.27,-289.823,91.5309,5.21118,430,0,0,2046,0,0,0), - (51939,12053,30,0,0,-1161.1,-348.035,52.0591,6.07008,430,0,0,2046,0,0,0), - (51940,12053,30,0,0,-1314.1,-265.656,91.6178,3.33955,430,0,0,2046,0,0,0), - (51941,12053,30,0,0,-1217.35,-361.464,57.2907,4.81431,430,0,0,2046,0,0,0), - (51942,12053,30,0,0,-1207.97,-249.112,73.0852,5.84621,430,0,0,2046,0,0,0), - (51943,12053,30,0,0,-1237.73,-330.627,59.7856,0.853857,430,0,0,2046,0,0,0), - (51944,12053,30,0,0,-1312.64,-276.64,91.2948,3.51738,430,0,0,2046,0,0,0), - (51945,12053,30,0,0,-1344.07,-284.766,91.1725,4.98263,430,0,0,2046,0,0,0), - (51946,11371,309,15182,0,-11536.9,-1511.2,62.9404,6.03434,7200,5,0,15260,0,0,1), - (51947,11352,309,14832,0,-11871.3,-1811.38,51.1542,3.15686,7200,5,0,48555,0,0,2), - (51948,11352,309,14832,0,-11721.2,-1349.94,62.3459,5.45638,7200,5,0,48555,0,0,2), - (51949,11372,309,15150,0,-11615.8,-1847.66,41.4099,1.0472,7200,0,0,15260,0,0,0), - (51950,11372,309,15150,0,-11615.4,-1851.05,42.0551,3.94444,7200,0,0,15260,0,0,0), - (51951,11372,309,15150,0,-11637,-1489.19,45.4126,3.07178,7200,0,0,15260,0,0,0), - (51952,11371,309,15182,0,-11647.5,-1496.57,43.8596,5.72468,7200,0,0,15260,0,0,0), - (51953,11361,309,11031,0,-11940.9,-1763.15,52.483,0.453786,7200,0,0,9156,0,0,0), - (51954,11361,309,11031,0,-11939.3,-1750.69,52.8272,0.017453,7200,0,0,9156,0,0,0), - (51955,15043,309,833,0,-11900.7,-1739.61,13.883,4.13643,7200,5,0,9156,0,0,1), - (51956,15043,309,833,0,-11906.2,-1729.76,13.6116,4.81711,7200,5,0,9156,0,0,1), - (51957,15043,309,833,0,-11908.1,-1738.33,14.5083,1.46608,7200,5,0,9156,0,0,1), - (51960,15043,309,833,0,-11901.3,-1733.02,13.3616,3.01942,7200,5,0,9156,0,0,1), - (51961,15043,309,833,0,-11896.4,-1739.52,13.1136,1.81514,7200,5,0,9156,0,0,1), - (51962,11352,309,14832,0,-12174.3,-1681.34,100.199,6.27537,7200,5,0,48555,0,0,2), - (51963,11374,309,15101,0,-11895.7,-1473.57,2.47185,1.44862,7200,0,0,9156,0,0,0), - (51964,11374,309,15101,0,-11819.9,-1448.73,-11.6653,0.506145,7200,0,0,9156,0,0,0), - (51965,11356,309,11100,0,-12391.7,-1850.09,129.413,0.977384,7200,0,0,31440,0,0,0), - (51966,11356,309,11100,0,-12389.4,-1847.39,129.877,3.94444,7200,0,0,31440,0,0,0), - (51967,14821,309,2571,0,-12245.9,-1903.01,131.051,1.81514,7200,0,0,15260,0,0,0), - (51968,14821,309,2571,0,-12238.6,-1901.74,131.191,1.74533,7200,0,0,15260,0,0,0), - (51969,14821,309,2571,0,-12241.4,-1896.13,133.204,5.70723,7200,0,0,15260,0,0,0), - (51970,14821,309,2571,0,-12391,-1837.95,132.299,3.7001,7200,0,0,15260,0,0,0), - (51971,14821,309,2571,0,-12401.5,-1839.05,134.551,2.00162,7200,5,0,15260,0,0,1), - (51972,14821,309,2571,0,-12402.3,-1830.9,132.908,4.95342,7200,5,0,15260,0,0,1), - (51973,11356,309,11102,0,-12294.9,-1902.03,130.362,2.14675,7200,0,0,31440,0,0,0), - (51974,11356,309,11100,0,-12284,-1891.46,131.061,2.51327,7200,0,0,31440,0,0,0), - (51975,11353,309,11083,0,-12393.2,-1940.51,132.513,2.05949,7200,0,0,18312,0,0,0), - (51976,11353,309,11083,0,-12394.8,-1936.3,133.142,5.11381,7200,0,0,18312,0,0,0), - (51977,14821,309,2571,0,-12299.2,-1850.66,131.406,4.34587,7200,0,0,15260,0,0,0), - (51978,14821,309,2571,0,-12147.3,-1941.83,134.184,5.14872,7200,0,0,15260,0,0,0), - (51979,14821,309,2571,0,-12154.6,-1967.22,132.775,3.01942,7200,0,0,15260,0,0,0), - (51980,14821,309,2571,0,-12156.3,-1943.35,134.124,4.01426,7200,0,0,15260,0,0,0), - (51981,3414,1,1411,0,-4076.99,-2361.79,108.909,5.19129,180,0,0,1002,0,0,0), - (51984,1756,0,3167,0,-8422.23,335.737,120.887,3.46146,430,0,0,6209,0,0,0), - (51985,11830,309,11759,0,-12323.9,-1883.92,131.513,5.04798,7200,5,0,17094,12170,0,1), - (51986,11830,309,11758,0,-12328.2,-1865.28,130.382,5.23959,7200,5,0,17094,12170,0,1), - (51987,12121,30,0,0,-1365.91,-206.219,99.3697,4.54451,1785,0,0,6986,0,0,0), - (51988,12122,30,0,0,-1380.94,-211.844,99.3701,5.35004,1785,0,0,6986,0,0,0), - (51989,1789,0,9790,0,1478.77,-1367.29,62.0536,0.714409,315,5,0,2823,2117,0,1), - (51990,1787,0,11401,0,1326.1,-1496.87,59.027,2.15011,315,0,0,3293,0,0,0), - (51991,1787,0,11401,0,1385.2,-1615.37,64.7159,6.17018,315,5,0,3293,0,0,1), - (51992,1787,0,11401,0,1406.93,-1381.47,54.0003,3.24527,315,10,0,3293,0,0,1), - (51993,1794,0,10626,0,1547.83,-1497.26,65.6127,4.20477,315,0,0,2634,2041,0,0), - (51994,1794,0,10626,0,1254.36,-1480.38,60.5548,4.16541,315,3,0,2634,2041,0,1), - (51995,1794,0,10626,0,1409.3,-1480.49,53.99,3.00166,315,5,0,2634,2041,0,1), - (51996,1787,0,11401,0,1429.8,-1290.16,61.0407,6.0019,315,3,0,3293,0,0,1), - (51997,1834,0,10324,0,2967.09,-1391.96,152.02,4.50306,315,5,0,6273,2117,0,1), - (51998,1832,0,10331,0,2927.64,-1525.16,147.351,5.85067,315,0,0,5667,5206,0,0), - (51999,1834,0,10326,0,2977.87,-1453.44,146.015,6.17928,315,0,0,6273,2117,0,0), - (52000,1834,0,10324,0,2897.38,-1513.55,145.769,1.51844,315,0,0,6273,2117,0,0), - (52001,1827,0,10351,0,2939,-1384.46,152.103,5.0091,315,0,0,7842,0,0,0), - (52002,1883,0,10306,0,3001.95,-1514.26,145.8,2.80998,315,0,0,3529,0,0,0), - (52003,1883,0,10304,0,3067.33,-1526.43,150.066,2.60054,315,0,0,3529,0,0,0), - (52004,1834,0,10327,0,2981.4,-1448.04,146.015,2.65929,315,0,0,6273,2117,0,0), - (52005,1836,0,10337,0,2941.6,-1398.7,166.027,3.94444,660,0,0,8097,0,0,0), - (52006,1883,0,10303,0,3071.48,-1528.21,149.819,2.97615,315,3,0,3529,0,0,1), - (52007,1789,0,9790,0,1351.07,-1557.44,59.7066,4.91094,315,0,0,2823,2117,0,0), - (52008,1787,0,11401,0,1555.33,-1650.76,68.328,4.37776,315,10,0,3293,0,0,1), - (52009,2191,1,10819,0,6744.63,-48.9706,42.9454,5.36814,9900,0,0,263,710,0,0), - (52010,7016,1,4982,0,7397.51,-844.687,18.4878,4.60328,9900,15,0,507,545,0,1), - (52033,12127,30,0,0,623.19,-151.593,33.3684,1.59726,430,0,0,2809,0,0,0), - (52034,12127,30,0,0,624.473,-232.804,37.4727,0.151753,430,0,0,2809,0,0,0), - (52035,12127,30,0,0,723.955,-21.5371,50.6213,3.47103,430,0,0,2809,0,0,0), - (52036,12127,30,0,0,637.596,-230.508,37.508,3.31479,430,0,0,2809,0,0,0), - (52037,12127,30,0,0,647.042,-108.819,49.5754,2.84764,430,0,0,2809,0,0,0), - (52038,12127,30,0,0,637.607,-54.6555,42.2977,2.87433,430,0,0,2809,0,0,0), - (52039,12127,30,0,0,660.406,-36.6379,49.5487,3.33393,430,0,0,2809,0,0,0), - (52040,12127,30,0,0,656.257,-22.3926,49.5618,3.3598,430,0,0,2809,0,0,0), - (52041,12127,30,0,0,645.945,-270.983,30.1329,4.85466,430,0,0,2809,0,0,0), - (52042,12127,30,0,0,618.011,-191.652,38.715,0.171264,430,0,0,2809,0,0,0), - (52043,12127,30,0,0,646.102,-102.444,49.582,2.96778,430,0,0,2809,0,0,0), - (52044,12127,30,0,0,717.607,-0.564321,50.6213,3.63749,430,0,0,2809,0,0,0), - (52045,12127,30,0,0,627.704,-272.228,30.1336,4.89551,430,0,0,2809,0,0,0), - (52047,12129,249,8711,0,-90.718,-106.234,-38.1972,0.603836,6300,5,0,76300,0,0,1), - (52051,12129,249,8711,0,-58.2212,-97.6699,-38.7413,0.028522,1201,5,0,76300,0,0,1), - (52052,12129,249,8711,0,-131.203,-137.47,-52.5151,0.641988,1201,5,0,76300,0,0,1), - (52053,12129,249,8711,0,-203.672,-208.228,-69.1446,0.973074,1201,5,0,76300,0,0,1), - (52055,454,0,8871,0,-9884.56,1053.4,34.3306,1.40688,300,5,0,247,0,0,1), - (52059,11356,309,11100,0,-12251.9,-1959.7,134.07,0.925025,7200,0,0,31440,0,0,0), - (52065,12159,30,0,0,-124.659,-161.169,15.9046,1.87705,3000,0,0,106606,0,0,0), - (52104,11356,309,11100,0,-12258.5,-1954.66,131.734,0.820305,7200,0,0,31440,0,0,0), - (52105,2914,309,1206,0,-11646.3,-1581.05,40.9073,2.512,7200,5,0,8,0,0,1), - (52116,2914,309,1206,0,-11737.4,-1326.55,63.8004,5.83264,7200,5,0,8,0,0,1), - (52117,454,0,8871,0,-9688.97,974.015,37.1433,4.92305,300,10,0,247,0,0,1), - (52118,454,0,8871,0,-9718.81,956.568,33.7667,5.80119,300,5,0,247,0,0,1), - (52119,2914,309,1206,0,-12338,-1922.84,132.405,4.57021,7200,5,0,8,0,0,1), - (52120,454,0,8871,0,-9775.63,1024.41,32.5054,0.803182,300,10,0,247,0,0,1), - (52122,11032,329,10458,0,3621.07,-3126.82,135.748,2.18166,604800,0,0,17094,4868,0,0), - (52123,1795,0,414,0,1407.44,-1329.17,59.2991,5.64902,315,3,0,2823,2117,0,1), - (52141,11043,329,10534,0,3534.16,-3055.25,134.998,5.34333,7200,0,0,8613,0,0,2), - (52142,11043,329,10534,0,3473.06,-3093.76,136.629,3.68265,7200,0,0,8613,0,0,0), - (52143,11043,329,10464,0,3478.51,-3089.73,136.629,0.610865,7200,0,0,8613,0,0,0), - (52144,11043,329,10463,0,3432.97,-3069.64,136.529,5.297,7200,0,0,8613,0,0,2), - (52145,1794,0,10626,0,1246.55,-1314.9,56.5861,1.28431,315,5,0,2634,2041,0,1), - (52146,14646,329,11686,0,3492.34,-3065.4,135.646,4.72984,7200,0,0,42,0,0,0), - (52148,10811,329,10544,0,3455.96,-3103.41,136.545,3.29655,604800,0,0,19536,7302,0,0), - (52149,10812,329,10545,0,3415.84,-3044.54,136.814,5.42797,604800,0,0,25900,7704,0,0), - (52151,11082,329,10547,0,3475.54,-3293.27,132.054,2.00713,604800,0,0,12528,0,0,0), - (52152,10381,329,5432,0,3661.44,-3498.43,136.599,3.24898,7200,5,0,8097,0,0,1), - (52153,10381,329,10255,0,3666.81,-3513.29,136.923,3.08573,7200,5,0,8097,0,0,1), - (52154,10381,329,10974,0,3657.9,-3490.51,136.838,3.2922,7200,5,0,8097,0,0,1), - (52155,10381,329,10255,0,3650.12,-3643.09,138.49,1.22656,7200,5,0,8097,0,0,1), - (52156,10381,329,10255,0,3636.06,-3636.82,138.218,0.454397,7200,5,0,8097,0,0,1), - (52157,10381,329,5432,0,3682.41,-3601.54,137.621,2.18111,7200,5,0,8097,0,0,1), - (52158,10381,329,10255,0,3710.51,-3620.16,141.547,0.100955,7200,5,0,8097,0,0,1), - (52159,10381,329,10255,0,3539.78,-3343.31,129.697,1.47985,7200,5,0,8097,0,0,1), - (52160,10381,329,10255,0,3456.69,-3380.28,139.491,0.128416,7200,5,0,8097,0,0,1), - (52161,10381,329,10974,0,3541.29,-3425.16,135.546,2.4321,7200,5,0,8097,0,0,1), - (52162,10381,329,5432,0,3597.46,-3472.57,134.946,4.09147,7200,5,0,8097,0,0,1), - (52163,10381,329,10255,0,3682.73,-3357.95,127.543,0.76348,7200,5,0,8097,0,0,1), - (52164,10381,329,5432,0,3505.27,-3378.88,134.582,0.153494,7200,5,0,8097,0,0,1), - (52165,10381,329,10974,0,3560.17,-3312.98,130.42,2.319,7200,5,0,8097,0,0,1), - (52166,10381,329,10974,0,3571.87,-3319.62,130.192,2.29236,7200,5,0,8097,0,0,1), - (52167,10381,329,10255,0,3474.74,-3300.15,132.174,4.36771,7200,5,0,8097,0,0,1), - (52168,10381,329,5432,0,3477.86,-3305.73,130.871,5.1335,7200,5,0,8097,0,0,1), - (52169,10381,329,10974,0,3481.05,-3308.16,130.399,1.73816,7200,5,0,8097,0,0,1), - (52170,10381,329,5432,0,3682.91,-3292.13,127.906,1.72944,7200,5,0,8097,0,0,1), - (52171,10381,329,5432,0,3686.92,-3295.15,128.064,2.60413,7200,5,0,8097,0,0,1), - (52172,10381,329,10255,0,3546.78,-3386.96,133.048,4.91979,7200,5,0,8097,0,0,1), - (52173,10381,329,5432,0,3736.66,-3256.57,129.281,0.377382,7200,5,0,8097,0,0,1), - (52174,10381,329,10974,0,3689.05,-3388.88,131.576,6.22011,7200,5,0,8097,0,0,1), - (52175,10381,329,10974,0,3688.14,-3393.81,132.071,0.653204,7200,5,0,8097,0,0,1), - (52176,10381,329,10974,0,3701.04,-3390.68,132.005,5.24097,7200,5,0,8097,0,0,1), - (52177,10381,329,5432,0,3612.31,-3495.04,136.794,5.95079,7200,5,0,8097,0,0,1), - (52178,1787,0,11401,0,1381.27,-1647.94,65.8361,2.43582,315,0,0,3293,0,0,0), - (52179,10381,329,10255,0,3686.24,-3495.98,134.736,3.12041,7200,5,0,8097,0,0,1), - (52180,10381,329,5432,0,3638.63,-3521.61,136.766,0.01085,7200,5,0,8097,0,0,1), - (52181,10381,329,10974,0,3635.68,-3525.94,136.988,2.67903,7200,5,0,8097,0,0,1), - (52182,10381,329,10255,0,3629.4,-3526.21,137.106,5.41519,7200,5,0,8097,0,0,1), - (52183,10382,329,10972,0,3644.79,-3627.93,137.948,1.51418,7200,5,0,7842,0,0,1), - (52184,10382,329,4631,0,3689.37,-3607.98,138.397,0.26182,7200,5,0,7842,0,0,1), - (52185,10382,329,5431,0,3681.87,-3594.08,137.619,5.50927,7200,5,0,7842,0,0,1), - (52186,10382,329,10972,0,3515.04,-3316.57,131.35,4.23023,7200,5,0,7842,0,0,1), - (52187,10382,329,5431,0,3506.87,-3323.48,130.974,4.2854,7200,5,0,7842,0,0,1), - (52188,10382,329,10972,0,3509.24,-3313.61,130.941,2.70836,7200,5,0,7842,0,0,1), - (52189,10382,329,10972,0,3715.07,-3597.51,141.707,2.80487,7200,5,0,7842,0,0,1), - (52190,10382,329,10972,0,3534.21,-3345.59,130.653,0.980717,7200,5,0,7842,0,0,1), - (52191,10382,329,5431,0,3466.83,-3371.77,137.409,6.20467,7200,5,0,7842,0,0,1), - (52192,10382,329,5431,0,3465.73,-3365.42,138.516,0.066769,7200,5,0,7842,0,0,1), - (52193,10382,329,4631,0,3471.08,-3369.6,136.485,3.2834,7200,5,0,7842,0,0,1), - (52194,10382,329,10972,0,3454.83,-3391.44,140.677,5.42154,7200,5,0,7842,0,0,1), - (52195,10382,329,4631,0,3550.21,-3421.96,135.874,4.81375,7200,5,0,7842,0,0,1), - (52196,10382,329,4631,0,3542.26,-3419.04,135.031,4.51707,7200,5,0,7842,0,0,1), - (52197,10382,329,4631,0,3596.14,-3481.59,135.044,3.87758,7200,5,0,7842,0,0,1), - (52198,10382,329,4631,0,3674.54,-3366.41,127.147,1.66585,7200,5,0,7842,0,0,1), - (52199,10382,329,5431,0,3667.95,-3359.68,125.976,0.005031,7200,5,0,7842,0,0,1), - (52200,10382,329,4631,0,3500.38,-3372.53,135.843,1.34883,7200,5,0,7842,0,0,1), - (52201,10382,329,4631,0,3503.38,-3388.27,134.836,3.20638,7200,5,0,7842,0,0,1), - (52202,10382,329,4631,0,3562.86,-3324.1,129.675,0.43437,7200,5,0,7842,0,0,1), - (52203,10382,329,5431,0,3578.67,-3347.97,129.653,5.12787,7200,5,0,7842,0,0,1), - (52204,10382,329,4631,0,3574.97,-3343.18,128.983,4.10899,7200,5,0,7842,0,0,1), - (52205,10382,329,10972,0,3569.41,-3346.16,129.924,2.61909,7200,5,0,7842,0,0,1), - (52206,10382,329,5431,0,3678.92,-3283.11,127.833,2.06272,7200,5,0,7842,0,0,1), - (52207,10382,329,4631,0,3545.27,-3381.85,132.547,0.867061,7200,5,0,7842,0,0,1), - (52208,10382,329,10972,0,3554.79,-3369.68,132.578,1.02675,7200,5,0,7842,0,0,1), - (52209,10382,329,10972,0,3734.98,-3267.27,129.133,4.71749,7200,5,0,7842,0,0,1), - (52210,10382,329,5431,0,3725.71,-3262.73,127.86,3.85656,7200,5,0,7842,0,0,1), - (52211,10382,329,4631,0,3631.89,-3492.75,137.014,0.00543,7200,5,0,7842,0,0,1), - (52212,10382,329,4631,0,3618.75,-3497.01,137.193,5.60792,7200,5,0,7842,0,0,1), - (52213,10382,329,10972,0,3691.93,-3490.7,132.537,6.19207,7200,5,0,7842,0,0,1), - (52214,10382,329,10972,0,3698.85,-3494.28,132.122,6.14401,7200,5,0,7842,0,0,1), - (52215,10382,329,10972,0,3667.63,-3328.37,123.758,5.9826,7200,5,0,7842,0,0,1), - (52216,10382,329,4631,0,3658.89,-3320.39,123.878,1.7659,7200,5,0,7842,0,0,1), - (52217,10382,329,5431,0,3664.81,-3319.01,124.366,0.415108,7200,5,0,7842,0,0,1), - (52218,10384,329,10485,0,3483.63,-3379.57,135.197,3.12449,7200,5,0,5228,0,0,1), - (52219,10384,329,10483,0,3670.38,-3261.41,127.893,4.85202,7200,0,0,5228,0,0,0), - (52220,10384,329,10486,0,3704.26,-3408.54,132.106,5.41942,7200,5,0,5228,0,0,1), - (52221,10384,329,10485,0,3528.34,-3354.72,132.914,1.43117,7200,0,0,5228,0,0,0), - (52222,10384,329,10485,0,3530.04,-3350.78,132.379,3.9619,7200,0,0,5228,0,0,0), - (52223,10384,329,10484,0,3480.28,-3302.57,130.583,2.23402,7200,0,0,5228,0,0,0), - (52224,10384,329,10486,0,3714.04,-3480.83,129.701,0.876692,7200,5,0,5228,0,0,1), - (52225,10384,329,10483,0,3670.07,-3264.18,127.886,1.16937,7200,0,0,5228,0,0,0), - (52227,10384,329,10485,0,3697.62,-3374.77,131.246,4.36332,7200,0,0,5228,0,0,0), - (52228,10384,329,10484,0,3696.66,-3376.94,131.376,1.0821,7200,0,0,5228,0,0,0), - (52229,10384,329,10483,0,3482.35,-3295.59,131.375,5.33953,7200,5,0,5228,0,0,1), - (52233,10384,329,10483,0,3683.31,-3327.97,124.96,0.162112,7200,5,0,5228,0,0,1), - (52234,10384,329,10485,0,3662.65,-3337.44,123.913,5.27352,7200,5,0,5228,0,0,1), - (52235,10385,329,10481,0,3670.07,-3264.18,127.886,1.16937,7200,0,0,5398,0,0,0), - (52238,1794,0,10626,0,1288.63,-1308.35,64.2574,3.17025,315,0,0,2634,2041,0,0), - (52239,1789,0,9790,0,1419.62,-1284.3,68.5218,4.47445,315,3,0,2823,2117,0,1), - (52240,1789,0,9790,0,1480.88,-1713.67,69.9369,3.20215,315,10,0,2823,2117,0,1), - (52241,1795,0,414,0,1312.68,-1545.57,58.6575,3.2497,315,10,0,2823,2117,0,1), - (52242,1789,0,9790,0,1347.62,-1281.66,56.7077,3.01523,315,10,0,2823,2117,0,1), - (52243,1832,0,10328,0,2970.82,-1617.53,184.632,1.25664,315,0,0,5667,5206,0,0), - (52244,1832,0,10328,0,2929.61,-1511.56,147.364,0.189213,315,0,0,5667,5206,0,0), - (52245,1827,0,10350,0,2940.33,-1388.64,152.103,1.88496,315,0,0,7842,0,0,0), - (52246,1834,0,10327,0,2949.25,-1428.98,152.02,0.474248,315,5,0,6273,2117,0,1), - (52247,1827,0,10350,0,2791.21,-1608.97,130.984,4.88692,315,0,0,7842,0,0,0), - (52248,10385,329,10481,0,3725.91,-3480.77,130.194,2.45175,7200,5,0,5398,0,0,1), - (52249,10385,329,10479,0,3534.04,-3430.79,138.082,4.74729,7200,0,0,5398,0,0,0), - (52250,1883,0,10303,0,3048.32,-1555.74,148.846,5.02655,315,0,0,3529,0,0,0), - (52251,1834,0,10327,0,2968.39,-1453.46,146.015,6.05487,315,0,0,6273,2117,0,0), - (52252,1883,0,10304,0,2889.45,-1547.57,145.804,2.02868,315,0,0,3529,0,0,0), - (52253,1883,0,10303,0,3010.63,-1566.18,147.831,1.0472,315,0,0,3529,0,0,0), - (52254,1883,0,10303,0,3115.6,-1540.56,150.447,0.575959,315,0,0,3529,0,0,0), - (52255,1789,0,9790,0,1463.39,-1596.72,67.8622,4.64653,315,0,0,2823,2117,0,0), - (52256,1789,0,9790,0,1487.85,-1521.16,56.3268,3.20398,315,5,0,2823,2117,0,1), - (52257,1795,0,414,0,1561.41,-1450.29,68.3187,4.14845,315,0,0,2823,2117,0,0), - (52258,10385,329,10478,0,3629.17,-3536.3,138.541,3.36848,7200,0,0,5398,0,0,0), - (52348,12864,1,11871,0,2616.19,-3019,161.171,2.304,120,7,1,844,852,0,2), - (52349,6109,1,11460,0,2622.22,-5977.93,100.76,4.21209,604800,0,0,916025,0,0,2), - (52350,14888,0,15365,0,753.619,-4012,93.043,3.193,604800,0,0,832750,0,0,0), - (52415,15303,0,0,0,-9567.56,-12.4452,63.3276,1.1698,180,0,0,2016,0,0,0), - (52416,14833,0,0,0,-9586.38,27.0015,60.2293,4.79912,25,0,0,4108,0,0,0), - (52471,1787,0,11401,0,1218.57,-1416.66,62.5148,1.32645,315,0,0,3293,0,0,0), - (52472,12336,0,13049,0,-8498,809.271,96.672,2.26,540,0,0,2868,0,0,0), - (52473,1805,0,1693,0,1380.2,-1629.36,60.5584,5.78991,660,5,0,8097,0,0,2), - (52474,1794,0,10626,0,1445.4,-1313.58,61.4974,3.68529,315,5,0,2634,2041,0,1), - (52475,1794,0,10626,0,1246.74,-1453.32,60.0713,2.93091,315,0,0,2634,2041,0,0), - (52476,1789,0,9790,0,1482.38,-1489.92,56.7476,2.70526,315,0,0,2823,2117,0,0), - (52477,1787,0,11401,0,1382.46,-1351.58,53.8061,2.93837,315,10,0,3293,0,0,1), - (52496,1789,0,9790,0,1576.77,-1624.04,64.3037,1.34921,315,10,0,2823,2117,0,1), - (52498,1883,0,10306,0,2966.23,-1519.6,146.413,0.994838,315,0,0,3529,0,0,0), - (52499,1883,0,10304,0,2909.11,-1552.29,145.805,5.19553,315,0,0,3529,0,0,0), - (52500,1827,0,10350,0,2924.2,-1365.03,176.129,5.61996,315,0,0,7842,0,0,0), - (52501,1883,0,10304,0,2982.59,-1487.56,147.126,0.558505,315,0,0,3529,0,0,0), - (52508,1834,0,10327,0,2963.61,-1596.07,150.159,1.62316,315,0,0,6273,2117,0,0), - (52509,1834,0,10326,0,2821.37,-1415.33,147.731,0.750492,315,0,0,6273,2117,0,0), - (52510,1827,0,10352,0,2957.01,-1417.22,152.103,2.61799,315,0,0,7842,0,0,0), - (52511,1787,0,11401,0,1447.88,-1518.1,55.6985,1.91525,315,10,0,3293,0,0,1), - (52512,1788,0,775,0,1312.55,-1592.46,61.8881,5.87276,315,0,0,8097,0,0,0), - (52513,1789,0,9790,0,1382.73,-1415.23,52.7609,0.160284,315,5,0,2823,2117,0,1), - (52514,1789,0,9790,0,1262.68,-1552.51,59.4525,1.34192,315,3,0,2823,2117,0,1), - (52515,1789,0,9790,0,1617.33,-1547.77,63.7251,0.056332,315,5,0,2823,2117,0,1), - (52516,1794,0,10626,0,1514.86,-1518.22,56.846,4.70504,315,5,0,2634,2041,0,1), - (52517,1789,0,9790,0,1594.82,-1541.78,62.0032,1.77148,315,5,0,2823,2117,0,1), - (52542,1787,0,11401,0,1327.15,-1253.75,60.0142,2.18618,315,10,0,3293,0,0,1), - (52543,1795,0,414,0,1311.41,-1451.09,50.737,2.57377,315,5,0,2823,2117,0,1), - (52545,1794,0,10626,0,1386.61,-1716.44,68.1558,1.77489,315,5,0,2634,2041,0,1), - (52546,1787,0,11401,0,1503.93,-1494.04,57.2976,1.99598,315,5,0,3293,0,0,1), - (52547,834,0,643,0,-10325.6,876.92,40.066,4.31439,300,5,0,198,0,0,1), - (52548,834,0,643,0,-10110.6,939.295,33.7459,5.28008,300,10,0,198,0,0,1), - (52549,834,0,643,0,-10279.2,910.686,36.9784,3.18486,300,10,0,198,0,0,1), - (52550,833,0,161,0,-9946.2,852.274,32.082,1.10821,300,10,0,222,0,0,1), - (52551,834,0,643,0,-10014.1,862.448,33.1132,0.832489,300,5,0,198,0,0,1), - (52552,833,0,161,0,-10379.8,837.39,39.0792,4.57726,300,10,0,222,0,0,1), - (52553,834,0,643,0,-10387.9,822.711,34.6869,1.60988,300,10,0,198,0,0,1), - (52554,834,0,643,0,-10055.5,957.597,37.0503,2.0388,300,10,0,198,0,0,1), - (52555,834,0,643,0,-10079,856.851,34.2083,1.4626,300,5,0,198,0,0,1), - (52556,834,0,643,0,-9923.83,959.985,35.8598,1.84221,300,5,0,198,0,0,1), - (52557,199,0,410,0,-10154.2,922.038,37.8582,5.44942,300,10,0,198,0,0,1), - (52558,199,0,410,0,-10328.6,915.115,40.6276,4.36694,300,5,0,198,0,0,1), - (52559,199,0,410,0,-10337.2,871.422,41.0713,5.47293,300,5,0,198,0,0,1), - (52560,199,0,410,0,-10052.6,884.181,34.4039,4.8004,300,10,0,198,0,0,1), - (52561,199,0,410,0,-10084.4,881.558,34.0505,0.600729,300,10,0,198,0,0,1), - (52562,199,0,410,0,-10224,852.177,38.3078,4.57326,300,10,0,198,0,0,1), - (52563,199,0,410,0,-10049.5,817.679,33.4157,2.43018,300,10,0,198,0,0,1), - (52564,199,0,410,0,-9964.89,912.581,39.8513,3.27176,300,5,0,198,0,0,1), - (52565,454,0,8871,0,-10183.2,916.852,38.4371,0.00462,300,10,0,247,0,0,1), - (52566,454,0,8871,0,-10291.9,805.747,51.7576,5.82861,300,5,0,247,0,0,1), - (52567,454,0,8871,0,-10049.6,849.514,33.7985,1.71974,300,5,0,247,0,0,1), - (52568,454,0,8871,0,-10100.1,895.816,35.8331,2.24828,300,10,0,247,0,0,1), - (52569,454,0,8871,0,-9950.22,814.661,31.8721,0.202251,300,10,0,247,0,0,1), - (52570,454,0,8871,0,-10250.6,875.627,37.8229,0.058641,300,10,0,247,0,0,1), - (52571,454,0,8871,0,-10153.7,907.713,39.3463,4.22915,300,10,0,247,0,0,1), - (52572,834,0,643,0,-10349.6,1090.5,37.2508,2.87531,300,10,0,198,0,0,1), - (52573,834,0,643,0,-10216.5,1565.8,45.1973,1.40404,300,5,0,198,0,0,1), - (52574,834,0,643,0,-10291.9,1150.99,39.7536,4.75854,300,10,0,198,0,0,1), - (52575,834,0,643,0,-10080.7,1240.87,38.4358,4.60874,300,10,0,198,0,0,1), - (52576,834,0,643,0,-10046.1,1106.56,40.5197,5.19995,300,10,0,198,0,0,1), - (52577,834,0,643,0,-10126.6,1398.59,40.1143,4.20681,300,5,0,198,0,0,1), - (52578,199,0,410,0,-10236.7,1304.16,39.5538,4.7886,300,10,0,198,0,0,1), - (52579,199,0,410,0,-10046.1,1201.38,40.6739,4.61855,300,10,0,198,0,0,1), - (52580,199,0,410,0,-10232.9,1170.96,34.7181,0.454037,300,10,0,198,0,0,1), - (52581,199,0,410,0,-10077.1,1406.89,43.9664,1.34775,300,5,0,198,0,0,1), - (52582,199,0,410,0,-10268.8,1287.45,40.0604,0.562734,300,10,0,198,0,0,1), - (52583,199,0,410,0,-10385.4,1218.91,44.382,5.96236,300,5,0,198,0,0,1), - (52585,1789,0,9790,0,1219.25,-1487.01,72.2224,0.335434,315,5,0,2823,2117,0,1), - (52586,1787,0,11401,0,1324.22,-1649.39,58.7755,1.21577,315,10,0,3293,0,0,1), - (52587,1787,0,11401,0,1357.88,-1247.12,61.6783,4.42914,315,0,0,3293,0,0,0), - (52588,454,0,8871,0,-10354.6,1130.82,35.5919,1.88637,300,10,0,247,0,0,1), - (52589,454,0,8871,0,-10315.1,1019.2,41.0904,2.00677,300,5,0,247,0,0,1), - (52590,454,0,8871,0,-10384.7,1120.4,37.9755,5.43352,300,10,0,247,0,0,1), - (52591,454,0,8871,0,-10110.6,1465.42,41.9599,0.972077,300,5,0,247,0,0,1), - (52592,454,0,8871,0,-10330.1,1172.23,39.0594,3.66961,300,10,0,247,0,0,1), - (52593,454,0,8871,0,-10391.3,1048.83,36.9131,1.5241,300,5,0,247,0,0,1), - (52594,1109,0,2305,0,-10988.2,1600.1,45.6427,5.37523,300,5,0,273,0,0,1), - (52595,1109,0,2305,0,-10958.9,1603.63,47.8132,1.78282,300,5,0,273,0,0,1), - (52596,1109,0,2305,0,-10976.4,1610.5,46.0335,1.98,300,5,0,273,0,0,1), - (52597,590,0,2340,0,-11048.5,1406.83,44.8628,4.51084,300,10,0,273,0,0,1), - (52598,5761,43,1084,0,-69.5251,-144.688,-81.6552,5.11381,7200,5,0,1212,456,0,1), - (52599,10385,329,10479,0,3626.35,-3536.6,138.556,0,7200,0,0,5398,0,0,0), - (52600,10385,329,10480,0,3656.81,-3355.02,126.067,0.972282,7200,5,0,5398,0,0,1), - (52601,10385,329,10481,0,3697.62,-3374.77,131.246,4.36332,7200,0,0,5398,0,0,0), - (52602,10385,329,10480,0,3696.66,-3376.94,131.376,1.0821,7200,0,0,5398,0,0,0), - (52605,10385,329,10478,0,3732.72,-3486.28,131.443,2.32129,7200,0,0,5398,0,0,0), - (52612,10385,329,10481,0,3535.85,-3428.41,136.62,0.920928,7200,5,0,5398,0,0,1), - (52613,10385,329,10479,0,3471.3,-3363.83,137.354,5.09636,7200,0,0,5398,0,0,0), - (52614,10385,329,10478,0,3641.3,-3487.3,137.42,3.92997,7200,5,0,5398,0,0,1), - (52615,10390,329,9790,0,3660.48,-3505.01,136.699,3.58451,7200,5,0,2823,2117,0,1), - (52616,10390,329,9785,0,3657.38,-3503.78,136.583,5.42045,7200,5,0,2823,2117,0,1), - (52617,10390,329,9789,0,3645.3,-3638.41,138.556,3.69155,7200,5,0,2823,2117,0,1), - (52618,10390,329,9785,0,3641.14,-3647.34,138.605,2.07028,7200,5,0,2823,2117,0,1), - (52619,10390,329,9790,0,3689.68,-3594.95,138.108,1.03683,7200,5,0,2823,2117,0,1), - (52620,10390,329,9790,0,3690.67,-3600.46,138.302,5.06276,7200,5,0,2823,2117,0,1), - (52621,10390,329,9789,0,3506.53,-3315.25,130.68,4.71131,7200,5,0,2823,2117,0,1), - (52622,10390,329,9785,0,3511.27,-3318.14,131.258,0.848166,7200,5,0,2823,2117,0,1), - (52623,10390,329,9789,0,3705.13,-3612.83,140.586,4.44236,7200,5,0,2823,2117,0,1), - (52625,1795,0,414,0,1347.92,-1623.18,57.4243,4.16173,315,10,0,2823,2117,0,1), - (52627,1788,0,775,0,1306.85,-1322.21,64.3095,2.3969,315,0,0,8097,0,0,0), - (52630,1789,0,9790,0,1515.96,-1586.19,64.2823,1.11899,315,10,0,2823,2117,0,1), - (52631,1794,0,10626,0,1429.05,-1349.13,61.0309,2.09439,315,0,0,2634,2041,0,0), - (52632,1789,0,9790,0,1452.43,-1649.42,69.2995,0.011617,315,10,0,2823,2117,0,1), - (154670,8920,230,0,0,792.438,45.7173,-53.7176,3.9619,7200,0,0,2614,0,0,2), - (52636,4474,0,4631,0,1940.55,-1628.27,65.8347,5.56524,315,5,0,3189,0,0,1), - (52638,4475,0,10970,0,1922.59,-1599.93,60.9274,0.750492,315,0,0,3082,0,0,0), - (52639,1785,0,11404,0,1950.01,-1615.23,60.09,2.17992,315,5,0,3082,0,0,1), - (52640,11614,0,3203,0,2328.98,-2070.82,168.621,1.81514,315,0,0,3293,0,0,0), - (52642,1783,0,733,0,1711.48,-1158.92,59.8751,0,315,10,0,2880,0,0,1), - (52643,10390,329,7555,0,3703.67,-3618.57,140.765,2.96533,7200,5,0,2823,2117,0,1), - (52644,10390,329,9785,0,3716.41,-3604.13,141.614,1.2528,7200,5,0,2823,2117,0,1), - (52645,10390,329,7555,0,3544.59,-3340.91,129.432,1.01358,7200,5,0,2823,2117,0,1), - (52646,10390,329,9785,0,3535.89,-3351.38,131.246,0.93052,7200,5,0,2823,2117,0,1), - (52647,10390,329,7555,0,3540.67,-3351.09,130.451,5.39423,7200,5,0,2823,2117,0,1), - (52648,10390,329,7555,0,3480.62,-3370.59,134.986,1.42571,7200,5,0,2823,2117,0,1), - (52649,10390,329,9789,0,3469.63,-3366.81,137.392,0.456945,7200,5,0,2823,2117,0,1), - (52650,10390,329,7555,0,3455.93,-3386.88,139.954,5.62357,7200,5,0,2823,2117,0,1), - (52651,10390,329,9785,0,3452.27,-3393.72,141.604,5.49792,7200,5,0,2823,2117,0,1), - (52652,10390,329,9789,0,3460.7,-3388.2,139.306,4.49728,7200,5,0,2823,2117,0,1), - (52653,10390,329,9790,0,3535.83,-3416.23,134.661,6.25018,7200,5,0,2823,2117,0,1), - (52657,1783,0,733,0,1795.75,-1153.57,60.5746,0,315,0,0,2880,0,0,0), - (52658,1783,0,733,0,1765.04,-1129.17,62.4713,0,315,10,0,2880,0,0,1), - (52659,1783,0,733,0,1732.31,-1115.52,62.718,0,315,10,0,2880,0,0,1), - (52660,1784,0,11403,0,1809.88,-1156.74,60.1861,1.4269,315,5,0,2384,1864,0,1), - (52661,4474,0,4631,0,1910.16,-1588.46,60.0382,2.75762,315,10,0,3189,0,0,1), - (52663,4474,0,4631,0,1837.23,-1485.58,59.992,5.19082,315,10,0,3189,0,0,1), - (154669,8900,230,0,0,792.438,45.7173,-53.7176,3.9619,7200,0,0,2305,4896,0,2), - (84949,10821,0,0,0,3157.01,-4327.84,133.152,2.43097,28800,5,0,3758,0,0,1), - (84948,10821,0,0,0,2524.42,-4757.21,100.484,2.33279,28800,5,0,3758,0,0,1), - (84947,10821,0,0,0,1853.9,-3720,162.224,1.254,28800,5,0,3758,0,0,1), - (52669,4076,0,2177,0,2134.43,-1672.73,64.3117,5.82569,315,10,0,8,0,0,1), - (52670,2110,0,1141,0,2058.49,-1726.31,61.9306,4.20644,315,10,0,1,0,0,1), - (52671,1816,0,1083,0,1982.09,-1879.76,73.1652,1.57275,315,10,0,3921,0,0,1), - (52672,1816,0,1083,0,1918.48,-2170.85,76.6136,4.82682,315,10,0,3921,0,0,1), - (52673,1805,0,1693,0,1403.77,-1380.02,54.0682,5.37112,660,5,0,8097,0,0,2), - (52674,16225,0,14547,0,2299.58,-5294.74,82.0796,6.24828,345,0,0,3900,0,0,0), - (52675,16225,0,14551,0,2300.05,-5292.09,82.0796,5.39307,345,0,0,3900,0,0,0), - (52676,16225,0,14547,0,2302.86,-5292.66,82.0796,4.41568,345,0,0,3900,0,0,0), - (52677,16228,0,16094,0,2691.61,-4029.12,93.0275,3.03687,345,0,0,4200,0,0,0), - (52680,16228,0,16093,0,2687.02,-4025.65,92.9093,4.92183,345,0,0,4200,0,0,0), - (52683,10390,329,9785,0,3547.97,-3427.44,135.729,4.89957,7200,5,0,2823,2117,0,1), - (52696,16228,0,16094,0,2705.15,-4004.7,92.1943,1.02974,345,0,0,4200,0,0,0), - (52698,16228,0,16095,0,2708.28,-4004.2,92.2141,2.79253,345,0,0,4200,0,0,0), - (52699,16228,0,16094,0,2750.24,-4042.46,95.6495,4.39156,345,5,0,4200,0,0,2), - (52701,16228,0,16094,0,2754.62,-4040.86,96.2454,4.26289,345,5,0,4200,0,0,2), - (52702,16229,0,16077,0,2672.35,-4001.94,99.6952,1.74533,345,0,0,6665,0,0,0), - (52707,4397,1,7836,0,-3087.65,-4214.55,0.758639,2.84158,360,10,0,1403,0,0,1), - (52723,12790,450,12672,0,241.756,88.9445,24.7764,5.0938,180,0,0,4079,0,0,0), - (52724,12795,450,12677,0,256.598,70.6699,25.8037,2.32129,180,0,0,4484,0,0,0), - (52725,1848,0,10356,0,1061.03,-1912.26,31.1128,4.71571,72000,0,0,2915,2163,0,0), - (52811,590,0,2340,0,-11059.4,1406.41,46.4878,0.731283,300,10,0,273,0,0,1), - (52837,10390,329,9790,0,3590.24,-3475.11,134.934,2.18971,7200,5,0,2823,2117,0,1), - (52838,10390,329,9785,0,3584.44,-3466.19,135.343,1.67972,7200,5,0,2823,2117,0,1), - (52849,16229,0,16078,0,2680.15,-3995.33,99.6952,5.49779,345,0,0,6665,0,0,0), - (52851,590,0,2340,0,-11042,1424.21,44.4411,0.593412,300,0,0,273,0,0,0), - (52852,10390,329,9789,0,3591.79,-3484.97,135.11,3.90172,7200,5,0,2823,2117,0,1), - (52853,10390,329,9789,0,3680.7,-3363.56,128.021,0.674902,7200,5,0,2823,2117,0,1), - (52881,589,0,2339,0,-11041.4,1427.7,44.4443,6.16101,300,0,0,263,710,0,0), - (52882,11073,70,10609,0,-159.803,196.172,-49.5849,1.74533,7200,0,0,3293,0,0,0), - (52884,16229,0,16078,0,2676.31,-3997.96,99.6883,5.65487,345,0,0,6665,0,0,0), - (52920,1307,0,1480,0,-8995,948.303,117.279,4.276,430,0,0,3517,0,0,0), - (52921,1308,0,1494,0,-8951,898.995,108.103,5.264,310,0,0,1605,0,0,0), - (52922,1309,0,1483,0,-8963,822.517,109.447,3.846,310,0,0,1605,0,0,0), - (52923,1310,0,1489,0,-8965,808.006,109.446,1.278,310,0,0,1605,0,0,0), - (52924,1311,0,1491,0,-9086,829.043,108.604,0.454,310,0,0,1605,0,0,0), - (52925,1312,0,1477,0,-8863,805.137,97.422,2.945,310,0,0,1605,0,0,0), - (52931,17690,0,11686,0,2562.09,-4796.25,110.296,0.506145,345,0,0,0,0,0,0), - (52932,17698,0,11686,0,2973.23,-3037.31,120.381,2.35619,345,0,0,0,0,0,0), - (52933,17696,0,11686,0,3169.98,-4374.98,139.715,2.84489,345,0,0,0,0,0,0), - (52934,10390,329,9785,0,3670.59,-3352.4,125.407,5.92991,7200,5,0,2823,2117,0,1), - (52937,17689,0,11686,0,1853.88,-3722.89,162.308,4.76475,345,0,0,0,0,0,0), - (52954,12996,0,1598,0,-4460,-1593,490.022,4.122,310,0,0,1605,686,0,0), - (52955,12996,0,1598,0,-4395,-1511,477.061,2.464,310,0,0,1605,686,0,0), - (52956,17069,0,16793,0,2267.96,-5332.84,87.2677,1.27409,345,0,0,5700,0,0,0), - (52957,12997,369,5485,0,-19.6312,40.0752,-4.21403,4.79965,180,0,0,500,0,0,0), - (52958,17072,0,16806,0,2317.35,-5283.65,81.8859,3.40339,345,0,0,3800,0,0,0), - (52959,8519,0,5497,0,1653.28,-4618.3,56.1017,2.99266,345,5,0,3293,0,0,1), - (52960,8520,0,5563,0,1679.83,-4581.64,73.5203,5.03043,345,10,0,3529,0,0,1), - (52961,8520,0,5563,0,1714.88,-4684.15,51.5656,1.81776,345,10,0,3529,0,0,1), - (52962,8519,0,5497,0,1762.64,-4488.14,56.9172,3.3123,345,5,0,3293,0,0,1), - (52963,8519,0,5497,0,1799.99,-4552.22,68.5475,0.174431,345,5,0,3293,0,0,1), - (52964,8520,0,5563,0,1740.22,-4460.51,70.4341,4.65305,345,10,0,3529,0,0,1), - (52965,8519,0,5497,0,1753.93,-4646.06,64.7818,2.66407,345,5,0,3293,0,0,1), - (52966,8520,0,5563,0,1712.45,-4495.74,64.9258,4.22561,345,10,0,3529,0,0,1), - (52967,8519,0,5497,0,1646.38,-4542.88,54.7797,5.4895,345,5,0,3293,0,0,1), - (52968,9447,0,10380,0,1801.26,-5204.33,113.18,3.49066,610,0,0,5886,1982,0,0), - (52988,13016,369,1141,0,-47.1974,41.9389,-13.8634,0.139822,1,10,0,1,0,0,1), - (52989,13016,369,1141,0,5.60166,52.1178,-13.8634,1.58004,1,10,0,1,0,0,1), - (52990,13018,369,12965,0,-20.9837,2459.93,-4.297,1.57042,180,0,0,500,0,0,0), - (52992,10390,329,9789,0,3493.25,-3388.5,135.826,0.574278,7200,5,0,2823,2117,0,1), - (52993,10390,329,9789,0,3497.6,-3384.41,135.264,2.42268,7200,5,0,2823,2117,0,1), - (52994,10390,329,9785,0,3554.91,-3311.05,130.428,0.905975,7200,5,0,2823,2117,0,1), - (52995,10390,329,9785,0,3551.75,-3318.7,129.777,0.119286,7200,5,0,2823,2117,0,1), - (52996,10390,329,9789,0,3490.28,-3295.28,130.498,5.25262,7200,5,0,2823,2117,0,1), - (52997,10390,329,9789,0,3483.86,-3299.56,130.856,3.44909,7200,5,0,2823,2117,0,1), - (52998,10390,329,9789,0,3425.52,-3375.72,141.542,2.21531,7200,5,0,2823,2117,0,1), - (52999,10390,329,9785,0,3436.66,-3376.77,141.071,5.23948,7200,5,0,2823,2117,0,1), - (53000,10390,329,7555,0,3430.46,-3379.73,141.272,1.38518,7200,5,0,2823,2117,0,1), - (53001,10390,329,7555,0,3563.91,-3351.76,130.562,2.94869,7200,5,0,2823,2117,0,1), - (53002,10390,329,7555,0,3564.66,-3347.12,129.834,1.12573,7200,5,0,2823,2117,0,1), - (53003,10390,329,9790,0,3687.3,-3303.76,127.508,2.81471,7200,5,0,2823,2117,0,1), - (53004,10390,329,9785,0,3681.62,-3298.35,127.457,1.36652,7200,5,0,2823,2117,0,1), - (53005,10390,329,9790,0,3550.8,-3386.03,133.597,2.73201,7200,5,0,2823,2117,0,1), - (53006,10390,329,9785,0,3551.97,-3371.45,132.314,1.29948,7200,5,0,2823,2117,0,1), - (53007,10390,329,9790,0,3736.98,-3263.34,129.114,6.1695,7200,5,0,2823,2117,0,1), - (53008,10390,329,9785,0,3730.61,-3256.88,128.189,5.52214,7200,5,0,2823,2117,0,1), - (53009,10390,329,9785,0,3698.26,-3396.78,132.03,1.53061,7200,5,0,2823,2117,0,1), - (53010,10390,329,9790,0,3692.79,-3387.9,131.515,0.550583,7200,5,0,2823,2117,0,1), - (53011,10390,329,9785,0,3622.67,-3487.86,137.44,0.861748,7200,5,0,2823,2117,0,1), - (53036,6547,0,1027,0,1594.56,-5313.1,69.84,3.1,345,0,0,735,0,0,0), - (53038,9447,0,10377,0,1610.01,-4810.47,94.4305,3.71591,610,2,0,5886,1982,0,1), - (53039,13086,30,0,0,-856.177,-87.7259,68.5503,5.23006,430,0,0,8774,0,0,0), - (53040,13088,30,0,0,-845.865,-96.3834,68.4614,2.77306,430,0,0,2839,0,0,0), - (53041,13089,30,0,0,-963.547,-210.22,69.1687,4.40689,430,5,0,2388,0,0,1), - (53042,13089,30,0,0,-970.628,-204.141,68.7334,4.6625,430,5,0,2388,0,0,1), - (53044,13096,30,0,0,-956.217,-190.857,66.2534,1.21015,430,0,0,8774,0,0,0), - (53045,13097,30,0,0,-987.358,-262.496,65.3914,0.510012,430,0,0,694,0,0,0), - (53086,13137,30,0,0,-627.388,-394.103,58.9819,3.66855,490,0,0,23652,0,0,0), - (53087,13138,30,0,0,121.041,-369.637,43.1245,4.79702,490,0,0,24783,0,0,0), - (53088,13139,30,0,0,-151.683,-440.279,40.3853,4.28611,1785,0,0,32731,0,0,0), - (53089,13140,30,0,0,-537.417,-168.788,57.0112,2.93509,180,0,0,31841,0,0,0), - (53090,10390,329,9790,0,3627.54,-3492.95,137.034,5.1846,7200,5,0,2823,2117,0,1), - (53091,10390,329,9785,0,3694.43,-3482.54,131.681,4.7017,7200,5,0,2823,2117,0,1), - (53092,10390,329,9785,0,3698.4,-3489.43,131.056,3.00634,7200,5,0,2823,2117,0,1), - (53093,10390,329,9790,0,3666.9,-3322.76,123.613,3.05136,7200,5,0,2823,2117,0,1), - (53094,10390,329,9790,0,3661.63,-3329.61,123.558,1.62985,7200,5,0,2823,2117,0,1), - (53095,10390,329,7555,0,3620.27,-3520.09,137.493,4.69301,7200,5,0,2823,2117,0,1), - (53096,10390,329,7555,0,3621.5,-3514.44,137.108,1.23412,7200,5,0,2823,2117,0,1), - (53101,10391,329,9786,0,3651.27,-3494.33,136.68,2.60556,7200,5,0,2699,0,0,1), - (53102,10391,329,9786,0,3653.26,-3499.66,136.507,4.35522,7200,5,0,2699,0,0,1), - (53103,10391,329,9787,0,3638.56,-3628.84,138.046,5.72918,7200,5,0,2699,0,0,1), - (53104,10391,329,9784,0,3642.39,-3637.25,138.533,2.55826,7200,5,0,2699,0,0,1), - (53105,10391,329,9786,0,3694.5,-3603.23,138.723,6.22235,7200,5,0,2699,0,0,1), - (53106,10391,329,9788,0,3688.26,-3586.21,138.198,5.43384,7200,5,0,2699,0,0,1), - (53107,13143,30,0,0,-621.193,-357.858,56.1206,4.77595,490,0,0,23451,0,0,0), - (53108,13144,30,0,0,-540.745,-173.477,57.0112,1.34339,430,0,0,23609,0,0,0), - (53109,13145,30,0,0,-481.07,-358.03,28.0431,0.869456,430,0,0,23269,0,0,0), - (53110,13146,30,0,0,-587.534,-319.762,48.3816,4.31599,430,0,0,23453,0,0,0), - (53111,13147,30,0,0,-540.778,-162.662,56.9975,5.62241,430,0,0,23692,0,0,0), - (53112,13151,30,0,0,-325.452,-631.495,121.554,0.624377,490,0,0,9298,0,0,0), - (53113,13152,30,0,0,-1300.72,-276.136,91.9405,1.45977,1785,0,0,31278,0,0,0), - (53114,13153,30,0,0,-1426.91,-328.852,89.1526,0.972695,1785,0,0,31273,0,0,0), - (53115,13154,30,0,0,-770.205,-366.228,90.895,1.07916,6300,0,0,31073,0,0,0), - (53118,12262,0,10627,0,3227.72,-3096.21,161.423,3.47321,345,0,0,11628,0,0,0), - (53120,10391,329,9786,0,3504.22,-3328.45,131.161,0.131781,7200,5,0,2699,0,0,1), - (53121,10391,329,9787,0,3513.75,-3325.92,131.746,4.54294,7200,5,0,2699,0,0,1), - (53122,10391,329,9788,0,3709.9,-3605.64,141.035,2.50183,7200,5,0,2699,0,0,1), - (53123,10391,329,9788,0,3712.61,-3613.89,141.662,4.0373,7200,5,0,2699,0,0,1), - (53124,10391,329,9788,0,3537.68,-3355.87,131.341,2.96323,7200,5,0,2699,0,0,1), - (53125,10391,329,9786,0,3543.4,-3349.95,129.913,3.72522,7200,5,0,2699,0,0,1), - (53126,10391,329,9786,0,3473.96,-3375.19,135.607,1.93423,7200,5,0,2699,0,0,1), - (53127,10391,329,9786,0,3475.97,-3371.16,135.702,6.1901,7200,5,0,2699,0,0,1), - (53128,10391,329,9788,0,3459.25,-3392.13,140.38,3.6474,7200,5,0,2699,0,0,1), - (53129,10391,329,9787,0,3449.57,-3388.77,140.96,2.57412,7200,5,0,2699,0,0,1), - (53130,10391,329,9787,0,3541.83,-3413.87,134.467,0.854294,7200,5,0,2699,0,0,1), - (53131,10391,329,9787,0,3536.74,-3423.91,135.678,2.8578,7200,5,0,2699,0,0,1), - (53132,10391,329,9786,0,3586.79,-3475.41,135.112,3.26768,7200,5,0,2699,0,0,1), - (53133,10391,329,9784,0,3594.25,-3470.98,134.98,2.03961,7200,5,0,2699,0,0,1), - (53134,13161,30,0,0,-254.76,-322.644,6.66753,0.562499,490,0,0,19800,0,0,0), - (53136,12254,0,7804,0,3292.53,-3643.52,148.938,1.0821,345,0,0,64,0,0,0), - (53138,13180,30,0,0,367.083,-516.744,72.016,1.66462,430,0,0,28219,0,0,0), - (53139,13181,30,0,0,-1341.47,-330.746,91.1534,0.759963,2250,0,0,29832,0,0,0), - (53140,10391,329,9784,0,3675.72,-3355.71,126.064,2.73409,7200,5,0,2699,0,0,1), - (53141,10391,329,9784,0,3679.91,-3348.5,125.79,0.569313,7200,5,0,2699,0,0,1), - (53142,10391,329,9787,0,3490.53,-3381.79,135.329,2.97251,7200,5,0,2699,0,0,1), - (53143,10391,329,9784,0,3497.48,-3379.11,135.253,5.44695,7200,5,0,2699,0,0,1), - (53144,10391,329,9788,0,3560.96,-3317.32,130.233,5.46213,7200,5,0,2699,0,0,1), - (53145,10391,329,9786,0,3565.04,-3320.28,130.093,2.92852,7200,5,0,2699,0,0,1), - (53146,10391,329,9786,0,3477.98,-3297.18,131.499,2.01543,7200,5,0,2699,0,0,1), - (53147,10391,329,9788,0,3487.44,-3293.41,130.884,6.23791,7200,5,0,2699,0,0,1), - (53148,10391,329,9787,0,3435.75,-3383.41,141.107,2.83097,7200,5,0,2699,0,0,1), - (53149,10391,329,9787,0,3426.92,-3382.65,141.453,3.36123,7200,5,0,2699,0,0,1), - (53150,10391,329,9788,0,3580,-3340.8,128.446,2.13152,7200,5,0,2699,0,0,1), - (53151,10391,329,9787,0,3585.29,-3343.82,128.051,0.488365,7200,5,0,2699,0,0,1), - (53152,10391,329,9788,0,3679.71,-3291.16,127.943,5.03931,7200,5,0,2699,0,0,1), - (53153,10391,329,9784,0,3676.31,-3295.03,127.757,1.0917,7200,5,0,2699,0,0,1), - (53155,12244,0,7804,0,3234.35,-3094.78,161.423,5.5676,345,0,0,64,0,0,0), - (53157,12247,0,12271,0,2855.49,-3232.32,134.27,1.39626,345,0,0,64,0,0,0), - (53161,10391,329,9787,0,3550.92,-3378.58,132.764,1.63767,7200,5,0,2699,0,0,1), - (53162,10391,329,9786,0,3546.02,-3376.33,132.486,2.03614,7200,5,0,2699,0,0,1), - (53163,10391,329,9787,0,3731.19,-3263.01,128.295,0.845726,7200,5,0,2699,0,0,1), - (53164,10391,329,9787,0,3727.8,-3266.88,128.444,2.52093,7200,5,0,2699,0,0,1), - (53165,10391,329,9784,0,3693.51,-3391.12,131.853,3.44242,7200,5,0,2699,0,0,1), - (53168,12247,0,12271,0,3006.06,-3433.58,149.791,2.46091,345,0,0,64,0,0,0), - (53169,11896,0,11828,0,2978.59,-4307.63,78.2263,4.72411,345,5,0,45588,0,0,2), - (53170,12202,0,7804,0,1842.79,-3220.87,121.129,3.59538,345,0,0,64,0,0,0), - (53171,11878,0,11814,0,1870.97,-3212.71,125.243,5.0091,610,0,0,77700,28248,0,0), - (53172,12202,0,7804,0,1849.51,-3204.82,126.432,3.03687,345,0,0,64,0,0,0), - (53173,12202,0,7804,0,1853.68,-3226.13,121.928,5.53269,345,0,0,64,0,0,0), - (53174,12384,0,12470,0,2935.74,-2744.64,109.691,3.54302,345,0,0,3397,0,0,0), - (53175,11706,0,11671,0,3362.56,-4446.57,127.746,3.14159,345,0,0,3857,0,0,0), - (53176,12941,0,12954,0,2313.88,-5305,82.0796,2.3911,345,0,0,4231,0,0,0), - (53177,12617,0,12549,0,2269.85,-5345.39,87.0242,1.76278,610,0,0,7824,7071,0,0), - (53178,12636,0,12569,0,2328.48,-5290.72,81.8744,2.9147,610,0,0,7886,7071,0,0), - (53179,10391,329,9787,0,3692.67,-3397.77,132.193,1.6202,7200,5,0,2699,0,0,1), - (53180,10391,329,9784,0,3615.97,-3491.77,136.805,3.51649,7200,5,0,2699,0,0,1), - (156047,8539,0,0,0,2619.79,-5222,96.804,5.4,600,4,0,3820,0,0,1), - (53184,10391,329,9786,0,3627.89,-3498.67,136.835,6.03546,7200,5,0,2699,0,0,1), - (53185,10391,329,9788,0,3686.57,-3483.44,133.764,3.55056,7200,5,0,2699,0,0,1), - (53186,10391,329,9787,0,3679.76,-3485.78,134.661,3.2347,7200,5,0,2699,0,0,1), - (53187,10391,329,9784,0,3664.58,-3325.37,123.532,1.2766,7200,5,0,2699,0,0,1), - (53188,10391,329,9788,0,3656.47,-3328.22,123.607,2.15457,7200,5,0,2699,0,0,1), - (53189,10391,329,9788,0,3633.91,-3511.75,136.466,1.35692,7200,5,0,2699,0,0,1), - (53190,10391,329,9784,0,3630.8,-3514,136.498,0.301834,7200,5,0,2699,0,0,1), - (53200,13296,30,0,0,68.5699,-235.037,16.3447,4.04218,430,0,0,29700,0,0,0), - (53201,13297,30,0,0,-32.8321,-288.675,15.0786,2.91902,430,0,0,24010,0,0,0), - (53202,13298,30,0,0,84.0297,-260.126,19.8222,5.08283,490,0,0,29408,0,0,0), - (53203,13299,30,0,0,79.9676,-236.94,17.2992,5.40877,430,0,0,30338,0,0,0), - (53204,13300,30,0,0,-40.902,-480.168,44.8062,2.83775,490,0,0,28390,0,0,0), - (53217,13316,30,0,0,-968.23,-254.995,65.8186,5.01636,430,5,0,7007,0,0,1), - (53218,13316,30,0,0,-970.389,-223.088,68.4555,5.98594,430,5,0,7007,0,0,1), - (53219,13317,30,0,0,-946.072,-54.0555,79.8627,3.79263,430,5,0,9298,0,0,1), - (53220,13317,30,0,0,-859.583,-11.9699,70.8221,2.01683,430,5,0,9298,0,0,1), - (53221,13317,30,0,0,-964.497,-93.9877,81.4219,5.02074,430,5,0,9298,0,0,1), - (53222,13317,30,0,0,-947.939,-181.602,64.8921,3.99765,430,5,0,9298,0,0,1), - (53223,13317,30,0,0,-897.423,-113.117,75.4753,5.50678,430,5,0,9298,0,0,1), - (53224,13318,30,0,0,688.857,-131.356,63.6662,3.37343,490,0,0,48575,0,0,0), - (53225,13319,30,0,0,672.59,-296.524,30.3936,2.74624,180,0,0,30631,0,0,0), - (53226,13320,30,0,0,196.835,-362.732,49.2677,5.87039,1785,0,0,31869,0,0,0), - (53243,10398,329,10634,0,3829.61,-3698.28,143.387,0.383972,7200,0,0,6142,10922,0,0), - (53244,10398,329,10631,0,3884.31,-3536.34,138.722,4.13643,7200,0,0,6142,10922,0,0), - (53245,10398,329,10634,0,3881.51,-3529.74,139.191,3.33358,7200,0,0,6142,10922,0,0), - (53246,10398,329,10634,0,4000.77,-3642.53,131.913,0.523599,7200,0,0,6142,10922,0,0), - (53247,10398,329,10631,0,3952.27,-3564.68,130.852,5.74213,7200,0,0,6142,10922,0,0), - (53248,10398,329,10633,0,4021.41,-3618.52,131.038,5.84685,7200,0,0,6142,10922,0,0), - (53249,10398,329,10632,0,3999.92,-3639.64,131.909,5.98648,7200,0,0,6142,10922,0,0), - (53250,10398,329,10633,0,3888.94,-3708.61,143.682,4.41568,7200,0,0,6142,10922,0,0), - (53251,10398,329,10632,0,3853.18,-3553.89,139.772,5.13127,7200,0,0,6142,10922,0,0), - (53252,10398,329,10631,0,4025.44,-3620.96,131.121,2.56563,7200,0,0,6142,10922,0,0), - (53253,10398,329,10634,0,3855.52,-3560.36,140.537,1.8675,7200,0,0,6142,10922,0,0), - (53254,10398,329,10631,0,4029.56,-3639.27,133.738,5.23599,7200,0,0,6142,10922,0,0), - (53255,10398,329,10634,0,3955.43,-3568.09,129.926,2.11185,7200,0,0,6142,10922,0,0), - (53256,10398,329,10633,0,3854.3,-3609.99,144.861,4.34587,7200,0,0,6142,10922,0,0), - (53257,10399,329,10536,0,4057.55,-3666.56,135.737,2.51327,7200,0,0,3091,0,0,0), - (53258,10399,329,10537,0,4052.36,-3672.82,132.738,0.977384,7200,0,0,3091,0,0,0), - (53259,10399,329,10538,0,4057.06,-3674.9,132.738,1.5708,7200,0,0,3091,0,0,0), - (53260,10399,329,10536,0,4065.72,-3665.17,132.738,3.24631,7200,0,0,3091,0,0,0), - (53261,10399,329,10537,0,4063.17,-3660.81,132.738,3.83972,7200,0,0,3091,0,0,0), - (53262,10399,329,10536,0,3839.72,-3500.14,144.293,5.23599,7200,0,0,3091,0,0,0), - (53263,10399,329,10535,0,3846.93,-3496.3,141.293,3.64774,7200,0,0,3091,0,0,0), - (53264,10399,329,10535,0,3843.42,-3492.81,141.293,4.2586,7200,0,0,3091,0,0,0), - (53265,10399,329,10536,0,3831.76,-3498.69,141.293,6.0912,7200,0,0,3091,0,0,0), - (53266,10399,329,10536,0,3832.5,-3503.44,141.294,0.401426,7200,0,0,3091,0,0,0), - (53267,10399,329,10537,0,3929.79,-3674.34,156.555,5.18363,7200,0,0,3091,0,0,0), - (53268,10399,329,10535,0,3848.18,-3747.74,148.174,1.39626,7200,0,0,3091,0,0,0), - (53269,10399,329,10536,0,3839.77,-3746.79,145.175,6.23082,7200,0,0,3091,0,0,0), - (53270,10399,329,10536,0,3840.35,-3751.6,145.175,0.506145,7200,0,0,3091,0,0,0), - (53271,10399,329,10535,0,3852.87,-3754.37,145.175,2.14675,7200,0,0,3091,0,0,0), - (53272,10399,329,10538,0,3855.6,-3749.94,145.175,2.79253,7200,0,0,3091,0,0,0), - (53273,10400,329,10540,0,3894.39,-3665.17,141.097,0.087266,7200,0,0,6599,11502,0,0), - (53274,10400,329,10541,0,3956.98,-3564.79,129.275,3.45575,7200,0,0,6599,11502,0,0), - (53275,10400,329,10541,0,3874.31,-3530.61,138.431,0.05236,7200,0,0,6599,11502,0,0), - (53276,10400,329,10540,0,3833.74,-3694.12,143.266,4.27606,7200,0,0,6599,11502,0,0), - (53277,10400,329,10539,0,4026.23,-3643.39,133.837,5.91667,7200,0,0,6599,11502,0,0), - (53278,10400,329,10542,0,4004.1,-3639.83,131.702,3.61283,7200,0,0,6599,11502,0,0), - (53279,10400,329,10540,0,3902.89,-3664.17,139.883,3.28122,7200,0,0,6599,11502,0,0), - (53280,10400,329,10542,0,4019.96,-3614.27,131.606,5.48033,7200,0,0,6599,11502,0,0), - (53281,10400,329,10542,0,3835.26,-3698.04,142.876,2.84489,7200,0,0,6599,11502,0,0), - (53282,10400,329,10540,0,3852.82,-3614.61,145.467,1.32645,7200,0,0,6599,11502,0,0), - (53283,10400,329,10541,0,3988.43,-3540.57,124.662,6.00393,7200,0,0,6599,11502,0,0), - (53284,10400,329,10540,0,4027.78,-3641.1,133.629,5.5676,7200,0,0,6599,11502,0,0), - (53285,10400,329,10542,0,3992.31,-3541.65,124.509,2.87979,7200,0,0,6599,11502,0,0), - (53286,10400,329,10541,0,3886.05,-3708.18,143.614,5.32325,7200,0,0,6599,11502,0,0), - (53287,10400,329,10540,0,4023.59,-3616.79,131.632,2.49582,7200,0,0,6599,11502,0,0), - (53288,10400,329,10542,0,3888.36,-3712.72,143.354,1.69297,7200,0,0,6599,11502,0,0), - (53289,10400,329,10540,0,3880.09,-3540.83,138.284,0.698132,7200,0,0,6599,11502,0,0), - (53291,10405,329,559,0,3641.66,-3472.63,138.752,5.75959,7200,0,0,8352,0,0,0), - (53292,10405,329,559,0,3728.83,-3453.79,130.257,4.95674,7200,0,0,8352,0,0,0), - (53294,10405,329,559,0,4054.57,-3514.83,122.07,5.84685,7200,0,0,8352,0,0,0), - (53295,10405,329,559,0,4019.97,-3561.34,126.63,0.698132,7200,0,0,8352,0,0,0), - (53296,10405,329,559,0,3855.54,-3664.61,144.512,2.33874,7200,0,0,8352,0,0,0), - (53297,10917,329,10217,0,3680.53,-3643.8,140.027,5.46288,7200,0,0,7326,3651,0,0), - (53298,10405,329,559,0,3671.39,-3266.41,127.872,0.942478,7200,0,0,8352,0,0,0), - (53300,10405,329,559,0,3729.88,-3457.67,130.372,1.85005,7200,0,0,8352,0,0,0), - (53587,10405,329,559,0,3688.22,-3413.07,133.199,0.733038,7200,0,0,8352,0,0,0), - (53588,10405,329,559,0,3599.83,-3512.07,137.782,6.23082,7200,0,0,8352,0,0,0), - (53589,10405,329,559,0,3605.81,-3515,138.072,2.68781,7200,0,0,8352,0,0,0), - (53590,10405,329,559,0,3691.85,-3411.13,133.07,3.4383,7200,0,0,8352,0,0,0), - (53591,10405,329,559,0,4012.3,-3524.99,122.062,0.767945,7200,0,0,8352,0,0,0), - (53592,10405,329,559,0,4006.36,-3596.17,130.203,0.610865,7200,0,0,8352,0,0,0), - (53593,10405,329,559,0,3972.59,-3649,134.522,5.8294,7200,0,0,8352,0,0,0), - (53595,10405,329,559,0,3672.73,-3262.85,127.883,4.60767,7200,0,0,8352,0,0,0), - (53596,10405,329,559,0,3898.28,-3666.94,140.008,1.55334,7200,0,0,8352,0,0,0), - (53597,10405,329,559,0,3971.39,-3583.59,128.364,4.92183,7200,0,0,8352,0,0,0), - (53598,10405,329,559,0,4022.91,-3517.33,122.107,3.54302,7200,0,0,8352,0,0,0), - (53599,10405,329,559,0,3646.34,-3472.8,138.284,3.68265,7200,0,0,8352,0,0,0), - (53602,13325,30,0,0,99.9783,-312.868,34.4257,5.25954,430,0,0,3005,0,0,0), - (53603,13326,30,0,0,-5336.52,562.954,395.819,3.99453,430,0,0,3690,0,0,0), - (53604,13327,30,0,0,118.829,-342.734,41.9025,5.81323,430,0,0,3117,0,0,0), - (53605,13331,30,0,0,676.381,-31.9315,50.6192,1.8439,610,0,0,3732,0,0,0), - (53606,13331,30,0,0,704.814,-38.8323,50.6213,1.93984,610,0,0,3732,0,0,0), - (53607,13331,30,0,0,692.081,3.14777,50.6212,5.80163,610,0,0,3732,0,0,0), - (53608,13331,30,0,0,671.829,-17.7163,50.6192,5.09153,610,0,0,3732,0,0,0), - (53609,13335,30,0,0,141.547,-367.192,45.7941,5.92711,430,0,0,3363,0,0,0), - (53610,13336,30,0,0,170.735,-400.323,42.804,6.13522,430,0,0,3335,0,0,0), - (53611,13359,30,0,0,-1287.75,-173.725,72.0995,1.11825,490,5,0,4431,0,0,1), - (53612,13359,30,0,0,-1249.94,-253.284,73.3263,6.119,490,5,0,4431,0,0,1), - (53613,13359,30,0,0,-1284.47,-207.029,72.0924,2.25456,490,5,0,4431,0,0,1), - (53614,13377,30,0,0,-150.556,42.9303,77.2074,4.22692,6300,0,0,24775,0,0,0), - (53618,13418,1,13342,0,1651.95,-4428.67,16.9219,2.07694,180,0,0,1605,0,0,0), - (53620,13420,1,13344,0,1657.5,-4426.88,17.2108,2.80998,180,0,0,1605,0,0,0), - (53621,13422,30,0,0,700.033,-13.9355,50.1353,0.238083,430,0,0,4158,0,0,0), - (53622,13422,30,0,0,701.632,-19.6478,50.1353,0.423632,430,0,0,4158,0,0,0), - (53623,13425,30,0,0,-1189.04,-355.773,53.2966,5.8898,430,5,0,3880,0,0,1), - (53624,13425,30,0,0,-1186.78,-351.523,53.1589,5.94942,430,5,0,3880,0,0,1), - (53625,13426,30,0,0,-53.9927,-495.938,44.0359,2.64533,430,5,0,3720,0,0,1), - (53626,13426,30,0,0,-96.1053,-533.749,45.0986,3.73703,430,5,0,3720,0,0,1), - (53627,13428,30,0,0,-285.642,-136.171,13.043,2.66582,430,5,0,3676,0,0,1), - (53628,13428,30,0,0,-260.623,-154.529,13.1007,4.98033,430,5,0,3676,0,0,1), - (53629,13428,30,0,0,-273.385,-156.281,13.1007,4.90028,430,5,0,3676,0,0,1), - (53630,13428,30,0,0,-269.546,-147.809,13.1007,2.23385,430,5,0,3676,0,0,1), - (53631,13429,0,13346,0,1629.23,218.479,-43.0193,2.21657,180,0,0,1605,0,0,0), - (53634,13437,30,0,0,-1297.57,-264.627,114.151,3.77232,430,0,0,30728,0,0,0), - (53637,13439,30,0,0,-1218.89,-350.261,57.6939,4.75778,430,0,0,28346,0,0,0), - (53638,13441,30,0,0,-1252.27,-636.148,52.5507,0.014754,6300,0,0,24496,0,0,0), - (156045,8539,0,0,0,2527.11,-3696,180.105,0.877,600,6,0,3820,0,0,1), - (156046,8539,0,0,0,2531.25,-3722,178.978,1.783,600,4,0,3820,0,0,1), - (53646,13445,1,13370,0,1626.74,-4416.81,15.5537,5.84685,180,0,0,1605,0,0,0), - (53647,13446,30,0,0,-157.781,-437.912,33.2796,4.65672,1785,0,0,1800,0,0,0), - (53649,13448,30,0,0,-1260.3,-251.165,77.833,0.220512,430,0,0,5358,0,0,0), - (53652,13525,30,0,0,-1196.46,-346.499,53.4791,5.62613,490,5,0,11768,0,0,1), - (53653,13525,30,0,0,-1199.71,-349.066,53.4791,4.95451,490,5,0,11768,0,0,1), - (53654,10405,329,559,0,3821.31,-3685.07,144.894,1.0472,7200,0,0,8352,0,0,0), - (53655,13536,30,0,0,-852.528,-86.9663,68.5141,4.09034,430,5,0,9051,0,0,1), - (53656,13536,30,0,0,-991.148,-261.651,66.0805,0.262641,430,5,0,9051,0,0,1), - (53657,13539,30,0,0,-850.343,-89.4953,68.4799,4.39584,430,0,0,7292,0,0,0), - (53658,13545,30,0,0,956.458,-448.21,56.8632,2.54315,430,0,0,9962,0,0,0), - (53660,13546,30,0,0,-988.586,-259.484,65.4644,0.350703,430,0,0,6088,0,0,0), - (53661,13548,30,0,0,-1028.56,-362.431,54.1992,5.09292,430,0,0,1691,0,0,0), - (53662,13551,30,0,0,-1009.55,-353.443,56.559,4.82275,430,0,0,2114,0,0,0), - (53663,13554,30,0,0,883.625,-445.019,54.5971,2.45391,430,0,0,5629,0,0,0), - (53664,13554,30,0,0,875.561,-448.312,54.601,1.37729,430,0,0,5629,0,0,0), - (53665,13557,30,0,0,880.271,-448.096,54.7362,2.05484,430,0,0,7772,0,0,0), - (160012,1839,0,0,0,2813.4,-1496.87,145.792,3.94538,600,0,0,7995,2620,0,2), - (53669,10405,329,559,0,3972.95,-3591.59,128.776,1.74533,7200,0,0,8352,0,0,0), - (53672,10405,329,559,0,4016.6,-3516.25,122.13,5.14872,7200,0,0,8352,0,0,0), - (53673,10405,329,559,0,3973.07,-3623.11,130.109,0.418879,7200,0,0,8352,0,0,0), - (53677,10405,329,559,0,3644.4,-3477.18,138.435,1.62316,7200,0,0,8352,0,0,0), - (53678,10406,329,10626,0,3978.13,-3648.63,133.156,4.01426,7200,0,0,8613,0,0,0), - (53679,11140,0,10644,0,2929.07,-2744.69,109.697,5.5676,345,0,0,4612,0,0,0), - (53680,13616,30,0,0,-1243.74,-640.959,52.5777,2.27432,490,0,0,46237,0,0,0), - (53682,13618,30,0,0,-1253.72,-605.134,55.3862,3.10635,430,0,0,3517,0,0,0), - (53683,13618,30,0,0,-1268.26,-598.099,55.3862,6.17373,430,0,0,3517,0,0,0), - (53684,13618,30,0,0,-1269.19,-609.817,55.3277,6.16468,430,0,0,3517,0,0,0), - (53685,13618,30,0,0,-1267.93,-592.807,55.3891,6.23267,430,0,0,3517,0,0,0), - (53686,1316,0,1485,0,-8866,822.286,98.4,0.576,490,0,0,3857,0,0,0), - (53689,13676,30,0,0,2.63958,-437.79,44.5915,4.18745,430,0,0,2832,0,0,0), - (53690,13676,30,0,0,-6.28015,-451.074,44.5915,1.00879,430,0,0,2832,0,0,0), - (53691,10406,329,10626,0,4026.23,-3557.18,126.157,3.45575,7200,0,0,8613,0,0,0), - (53692,10406,329,10626,0,3852.41,-3660.46,144.55,5.21853,7200,0,0,8613,0,0,0), - (53693,10406,329,10626,0,4058.27,-3517.76,122.389,2.30383,7200,0,0,8613,0,0,0), - (53694,10406,329,10626,0,3823.46,-3682.39,145.028,3.92699,7200,0,0,8613,0,0,0), - (53695,10406,329,10626,0,3835.02,-3591.73,145.058,2.79253,7200,0,0,8613,0,0,0), - (53696,10406,329,10626,0,3891.44,-3678.44,141.57,4.83456,7200,0,0,8613,0,0,0), - (53697,10406,329,10626,0,3898.46,-3683.88,142.262,2.93215,7200,0,0,8613,0,0,0), - (53698,10406,329,10626,0,3804.63,-3653.52,147.376,0.855211,7200,0,0,8613,0,0,0), - (53702,10406,329,10626,0,4020.85,-3556.55,125.597,5.95157,7200,0,0,8613,0,0,0), - (53706,10406,329,10626,0,3811.01,-3651.6,147.239,3.28122,7200,0,0,8613,0,0,0), - (53707,10406,329,10626,0,4007.92,-3589.73,130.129,4.93928,7200,0,0,8613,0,0,0), - (53708,10406,329,10626,0,3951.68,-3648.49,136.914,1.95477,7200,0,0,8613,0,0,0), - (53709,10406,329,10626,0,3840.03,-3636.68,146.248,1.01229,7200,0,0,8613,0,0,0), - (53715,10406,329,10626,0,4011.42,-3596.38,130.905,2.46091,7200,0,0,8613,0,0,0), - (53716,10406,329,10626,0,3844.09,-3632.58,146.628,3.68265,7200,0,0,8613,0,0,0), - (53726,10406,329,10626,0,3971.61,-3543.55,126.368,4.79965,7200,0,0,8613,0,0,0), - (53727,10407,329,414,0,3979.07,-3620.75,129.757,3.47321,7200,0,0,8883,0,0,0), - (53728,10407,329,414,0,3973.51,-3550.02,125.891,2.26893,7200,0,0,8883,0,0,0), - (53729,10407,329,414,0,3807.41,-3646.83,146.999,4.39823,7200,0,0,8883,0,0,0), - (53730,8542,0,8783,0,3015.59,-4885.45,105.235,3.10472,345,10,0,3758,0,0,1), - (53731,8542,0,8783,0,2984.14,-5012.01,104.68,0.53474,345,10,0,3758,0,0,1), - (53734,8542,0,8783,0,2986.54,-4974.8,106.98,2.8581,345,10,0,3758,0,0,1), - (53735,8527,0,370,0,2887.09,-4712.76,96.0142,3.82259,345,5,0,3758,0,0,1), - (53736,10926,0,10445,0,1456.32,-3596.44,86.9627,0.041027,345,0,0,64,0,0,0), - (53737,11063,0,10476,0,2257.31,-5340.87,86.8037,1.48353,345,0,0,4484,0,0,0), - (53738,11704,0,11668,0,3230.48,-4254.18,98.0389,4.20624,345,0,0,3857,0,0,0), - (53739,10304,0,9754,0,3232.15,-4256.49,98.206,3.78736,345,0,0,4193,0,0,0), - (53740,8521,0,11171,0,2962.54,-4918.34,99.5224,1.63529,345,10,0,3644,0,0,1), - (53741,8522,0,11172,0,2891.76,-5002.24,101.357,4.55462,345,10,0,3758,0,0,1), - (53742,8561,0,10439,0,3460.19,-4946.9,182.589,4.7822,345,0,0,3876,0,0,0), - (53743,8561,0,10440,0,3432.53,-5036.13,183.602,0.750492,345,0,0,3876,0,0,0), - (53744,8564,0,10379,0,3331.99,-4178.55,156.321,2.44346,345,0,0,4141,0,0,0), - (53745,8563,0,10382,0,3313.58,-4275.27,159.223,3.07178,345,0,0,4121,0,0,0), - (53746,8563,0,10382,0,3380.37,-4270.27,159.419,1.50098,345,0,0,4121,0,0,0), - (53747,8563,0,10382,0,3284.85,-4231.15,158.397,3.24631,345,0,0,4121,0,0,0), - (53748,8565,0,10381,0,3314.02,-4264.94,159.223,3.10669,345,0,0,4021,0,0,0), - (53749,8603,0,7898,0,2216.17,-4769.83,91.253,0.703117,345,3,0,3293,0,0,1), - (53750,8603,0,7898,0,2400.51,-4541.34,74.4222,4.17968,345,10,0,3293,0,0,1), - (53751,8598,0,9022,0,2947.36,-4713.27,99.3967,5.81954,345,5,0,3758,0,0,1), - (53752,8602,0,7897,0,2928.23,-5120.59,119.508,2.50896,345,3,0,3643,0,0,1), - (53753,8602,0,7897,0,2861.16,-2929.17,100.38,1.74654,345,10,0,3643,0,0,1), - (53754,8598,0,9022,0,2812.68,-4154.12,91.7327,1.86825,345,10,0,3758,0,0,1), - (53755,8598,0,9022,0,3036.12,-4515.49,106.127,2.62245,345,3,0,3758,0,0,1), - (53757,8598,0,9022,0,2948.31,-4606.65,77.0554,4.65277,345,10,0,3758,0,0,1), - (53758,8598,0,9022,0,2724.95,-4609.68,90.6552,6.05053,345,10,0,3758,0,0,1), - (53761,10407,329,414,0,3830.42,-3592.75,145.511,0.750492,7200,0,0,8883,0,0,0), - (53772,13959,30,0,0,2.18374,160.637,10.0215,0.044756,430,5,0,21650,0,0,1), - (53773,13959,30,0,0,32.104,61.6575,-0.485879,1.75298,430,5,0,21650,0,0,1), - (53774,13959,30,0,0,148.343,66.2234,6.05096,5.92035,430,5,0,21650,0,0,1), - (53775,13959,30,0,0,71.0416,187.098,7.40629,4.71952,430,5,0,21650,0,0,1), - (53776,13959,30,0,0,92.5633,133.908,3.28235,5.27716,430,5,0,21650,0,0,1), - (53777,10407,329,414,0,3942.94,-3638.15,136.92,0.331613,7200,0,0,8883,0,0,0), - (53778,10407,329,414,0,4019.1,-3522.99,122.102,1.85005,7200,0,0,8883,0,0,0), - (53779,10407,329,414,0,3949.97,-3636,134.591,3.38594,7200,0,0,8883,0,0,0), - (53780,10407,329,414,0,3891.4,-3689,143.387,1.43117,7200,0,0,8883,0,0,0), - (53781,10407,329,414,0,3966.53,-3546.19,127.225,5.93412,7200,0,0,8883,0,0,0), - (53782,10407,329,414,0,3832.02,-3588.27,145.217,4.90438,7200,0,0,8883,0,0,0), - (53783,1850,0,10612,0,1434.86,-1649.6,69.5874,4.42903,72000,0,0,3589,0,0,0), - (53788,14041,369,14093,0,-18.4973,-17.03,-4.297,1.46808,190,0,0,484,0,0,0), - (53789,14121,369,14172,0,95.8035,1375.94,-122.222,1.47555,190,5,0,919,0,0,1), - (53790,14121,369,14172,0,49.3074,1205.64,-121.838,3.01425,190,5,0,919,0,0,1), - (53791,14121,369,14172,0,53.5573,1303.29,-121.098,1.21121,190,5,0,919,0,0,1), - (53837,1855,0,9477,0,2672.04,-2478.26,72.6985,6.03506,610,0,0,9563,2486,0,0), - (53838,11710,0,2325,0,2677.24,-2470.89,72.4485,2.11891,345,0,0,3517,0,0,0), - (53839,8603,0,7898,0,1479.58,-3152.78,108.927,1.30029,345,5,0,3293,0,0,1), - (53840,8600,0,7894,0,1851.85,-2766.02,89.6741,1.76322,345,5,0,3189,0,0,1), - (53855,8546,0,10408,0,2509.67,-3645.45,186.692,4.46804,345,0,0,4212,0,0,0), - (53856,8606,0,681,0,2090.27,-4391.35,15.054,1.26511,345,3,0,3529,0,0,1), - (53857,16378,0,16150,0,2308.77,-5344.67,91.6577,2.32129,610,0,0,5000,0,0,0), - (53858,590,0,2340,0,-11015.7,1475.3,43.8808,4.29351,300,0,0,273,0,0,0), - (53859,590,0,2341,0,-10980,1463.59,43.385,5.8294,300,0,0,273,0,0,0), - (53860,589,0,2339,0,-10971.5,1461.66,43.4908,2.89725,300,0,0,263,710,0,0), - (53861,589,0,2338,0,-11001.2,1466.05,43.2363,3.56047,300,0,0,263,710,0,0), - (53862,589,0,2338,0,-11003.8,1447.38,43.6113,5.06677,300,5,0,263,710,0,1), - (53863,16378,0,16149,0,2182.43,-5303.38,101.613,2.0615,610,0,0,5000,0,0,0), - (53864,16378,0,16148,0,2275.17,-5394.57,86.5703,0.447865,610,3,0,5000,0,0,1), - (53865,16378,0,16148,0,2280.05,-5292.46,83.7396,4.77984,610,5,0,5000,0,0,2), - (53866,16378,0,16147,0,2284.01,-5291.78,83.7781,4.78055,610,5,0,5000,0,0,2), - (53867,11036,0,10474,0,2307.24,-5348.9,91.6577,2.72271,345,0,0,3857,0,0,0), - (53868,16378,0,16147,0,2342.51,-5371.9,86.1964,2.32234,610,3,0,5000,0,0,1), - (53869,16378,0,16148,0,2213.99,-5308.82,87.046,0.848268,610,5,0,5000,0,0,1), - (53870,14282,30,0,0,-563.432,-287.68,51.66,3.93199,430,5,0,2319,0,0,1), - (53871,14282,30,0,0,-757.089,-337.765,66.8765,1.13325,430,5,0,2319,0,0,1), - (53872,14282,30,0,0,-724.476,-346.974,66.8716,5.56627,430,5,0,2319,0,0,1), - (53873,14282,30,0,0,-472.368,-195.447,53.5093,5.87887,430,5,0,2319,0,0,1), - (53874,14282,30,0,0,-529.064,-221.179,57.8076,3.26573,430,5,0,2319,0,0,1), - (53875,16378,0,16149,0,2263.06,-5346.17,87.0119,1.6057,610,0,0,5000,0,0,0), - (53876,14284,30,0,0,773.874,-498.323,99.2116,2.07412,430,0,0,9563,0,0,0), - (53877,14284,30,0,0,817.485,-490.792,100.378,4.59828,430,0,0,9563,0,0,0), - (53878,14284,30,0,0,867.469,-509.055,96.5918,2.2288,430,0,0,9563,0,0,0), - (53879,14284,30,0,0,787.535,-489.535,99.7005,0.085236,430,0,0,9563,0,0,0), - (53880,14284,30,0,0,775.204,-485.476,98.9171,3.92814,430,0,0,9563,0,0,0), - (53881,14284,30,0,0,884.194,-499.006,96.7917,4.21897,430,0,0,9563,0,0,0), - (53882,14284,30,0,0,934.73,-519.521,93.7814,2.04571,430,0,0,9563,0,0,0), - (53883,14284,30,0,0,877.234,-505.65,96.6243,5.75985,430,0,0,9563,0,0,0), - (53884,14285,30,0,0,-889.322,-543.784,55.6655,2.53483,2100,0,0,16638,0,0,0), - (53885,14285,30,0,0,-819.7,-658.118,53.002,0.538491,2100,0,0,16638,0,0,0), - (53886,14285,30,0,0,-734.548,-699.039,51.1097,0.293001,2100,0,0,16638,0,0,0), - (53887,14285,30,0,0,-875.008,-559.704,57.06,5.32652,2100,0,0,16638,0,0,0), - (53888,14285,30,0,0,-853.968,-574.578,57.895,3.53729,2100,0,0,16638,0,0,0), - (53889,14285,30,0,0,-757.815,-673.444,52.2337,4.96346,2100,0,0,16638,0,0,0), - (53890,14285,30,0,0,-836.914,-624.471,54.0821,1.32866,2100,0,0,16638,0,0,0), - (53891,14285,30,0,0,-878.21,-535.002,54.9482,1.81071,2100,0,0,16638,0,0,0), - (53892,14285,30,0,0,-726.635,-695.739,51.2789,3.64901,2100,0,0,16638,0,0,0), - (53894,10412,329,6841,0,3853.99,-3590.34,142.523,0.88975,7200,5,0,8613,0,0,1), - (53895,16378,0,16150,0,2354.78,-5315.54,86.4626,1.5814,610,3,0,5000,0,0,1), - (53896,16378,0,16147,0,2287.33,-5281.58,82.3207,1.69297,610,0,0,5000,0,0,0), - (53897,16284,0,16108,0,2309.51,-5305.87,82.0796,0.122173,345,0,0,6726,8964,0,0), - (53898,16284,0,16107,0,2678.16,-3999.29,99.7264,2.77507,345,0,0,6726,8964,0,0), - (53899,10412,329,6841,0,3985.52,-3592.44,127.964,6.12493,7200,5,0,8613,0,0,1), - (53900,10412,329,6841,0,3887.16,-3677.5,141.664,0.902485,7200,5,0,8613,0,0,1), - (53901,10412,329,6841,0,3855.54,-3557.05,139.7,3.86782,7200,5,0,8613,0,0,1), - (53902,10412,329,6841,0,3861.68,-3686.35,142.462,0.360177,7200,5,0,8613,0,0,1), - (53903,10412,329,6841,0,3989.16,-3625.46,130.152,4.95631,7200,5,0,8613,0,0,1), - (53904,10412,329,6841,0,3995.33,-3555.18,124.711,2.90855,7200,5,0,8613,0,0,1), - (53905,10413,329,9758,0,3992.23,-3592.48,128.162,0.526674,7200,5,0,8883,0,0,1), - (53931,10413,329,9758,0,3830.55,-3647.74,145.88,5.93972,7200,5,0,8883,0,0,1), - (53932,10413,329,9758,0,3840.02,-3664.83,144.508,4.3269,7200,5,0,8883,0,0,1), - (53933,1851,0,9013,0,2325.76,-2255.95,47.0159,1.90398,72000,0,0,4370,0,0,0), - (53934,10413,329,9758,0,3822.47,-3630.12,145.821,1.87391,7200,5,0,8883,0,0,1), - (53935,10413,329,9758,0,3869.79,-3573.63,139.894,0.381868,7200,5,0,8883,0,0,1), - (53936,10413,329,9758,0,3873.09,-3535.47,137.948,2.4098,7200,5,0,8883,0,0,1), - (53937,16046,329,11686,0,3423.47,-3055.73,136.581,1.15192,7200,0,0,42,0,0,0), - (53938,8557,0,6841,0,2981.68,-2680.12,101.819,0.281422,345,2,0,3882,0,0,2), - (53942,14869,0,14940,0,-9554.05,125.139,59.0065,1.47803,180,5,0,64,0,0,1), - (53943,10414,329,1693,0,3658.83,-3494.78,136.637,2.07147,7200,0,0,16704,0,0,2), - (53953,10414,329,1693,0,3560,-3333.56,129.345,3.55154,7200,0,0,16704,0,0,2), - (53954,10414,329,1693,0,3659.59,-3336.16,123.813,2.4203,7200,0,0,16704,0,0,2), - (53955,10415,329,9832,0,3847.58,-3748.46,195.809,1.36136,7200,5,0,9298,0,0,1), - (53957,590,0,2340,0,-10973.7,1442.25,45.3329,3.44821,300,10,0,273,0,0,1), - (53958,590,0,2341,0,-10980.8,1483.29,43.285,2.49582,300,0,0,273,0,0,0), - (53959,589,0,2338,0,-10989.1,1490.65,43.837,4.72984,300,0,0,263,710,0,0), - (53960,590,0,2340,0,-10976,1488.09,43.8335,3.26377,300,0,0,273,0,0,0), - (53961,590,0,2340,0,-10960.8,1494.93,36.665,6.03884,300,0,0,273,0,0,0), - (53962,589,0,2338,0,-10949.5,1485.77,36.6659,2.11185,300,0,0,263,710,0,0), - (53963,10415,329,9832,0,4057.59,-3665.95,183.078,2.44346,7200,5,0,9298,0,0,1), - (53968,10415,329,9832,0,3838.85,-3500.02,192.029,5.21853,7200,5,0,9298,0,0,1), - (53969,10416,329,9760,0,3990.78,-3381.93,118.724,3.3588,7200,5,0,14805,0,0,1), - (53970,12243,349,12373,0,1055.39,-424.143,-31.7116,1.75037,7200,0,0,5346,0,0,2), - (53971,12219,349,12347,0,1062.71,-424.148,-31.5727,0.977384,7200,1,0,8316,0,0,1), - (53972,12218,349,12346,0,969.816,-372.657,-49.601,2.28638,7200,5,0,1336,0,0,1), - (53973,12218,349,12346,0,955.098,-391.433,-50.0988,0.349066,7200,2,0,1336,0,0,1), - (53983,12218,349,12346,0,958.061,-385.395,-49.9248,0.296706,7200,2,0,1336,0,0,1), - (53984,12218,349,12346,0,971.63,-382.009,-49.7097,3.19395,7200,2,0,1336,0,0,1), - (53985,12218,349,12346,0,964.631,-377.721,-49.6845,0.733038,7200,5,0,1336,0,0,1), - (53986,12219,349,12347,0,1049.32,-379.469,-36.1926,4.55531,7200,1,0,8316,0,0,1), - (53987,12220,349,12348,0,991.006,-377.712,-50.028,3.56047,7200,1,0,5346,0,0,1), - (53988,12220,349,12348,0,985.691,-382.148,-50.0415,3.14159,7200,1,0,5346,0,0,1), - (53989,12220,349,12348,0,985.241,-374.951,-49.9296,3.14159,7200,1,0,5346,0,0,1), - (53990,11793,349,11714,0,1045.99,-368.822,-36.2759,1.82739,7200,0,0,4434,2301,0,0), - (53991,11793,349,11714,0,1043.05,-368.435,-36.3261,1.83132,7200,0,0,4434,2301,0,0), - (53992,2914,349,1206,0,985.773,-362.54,-50.1909,1.78024,7200,10,0,8,0,0,1), - (53993,12220,349,12348,0,1045.25,-331.686,-38.0173,2.74017,7200,1,0,5346,0,0,1), - (53994,12219,349,12347,0,1009.39,-353.802,-40.683,4.64258,7200,2,0,8316,0,0,1), - (53995,8557,0,6841,0,2889.24,-2565.42,88.3898,3.57792,345,0,0,3882,0,0,0), - (53996,14388,0,6374,0,-8217,-499,197.379,2.145,430,5,0,6645,0,0,1), - (53997,14388,0,6374,0,-8205,-483,193.823,2.678,430,5,0,6645,0,0,1), - (53998,14388,0,6374,0,-8184,-577,200.644,4.471,430,5,0,6645,0,0,1), - (53999,14388,0,6374,0,-8150,-540,200.85,1.866,430,5,0,6645,0,0,1), - (54000,14390,0,3761,0,-8208,-485,193.739,5.354,310,5,0,4181,0,0,1), - (54001,14390,0,3761,0,-8159,-597,199.913,2.554,310,5,0,4181,0,0,1), - (54002,10416,329,9760,0,4009.16,-3434.68,120.951,2.33062,7200,5,0,14805,0,0,1), - (54003,14393,0,3765,0,-8177,-594,200.167,0.811,540,0,0,6547,1142,0,0), - (54005,12220,349,12348,0,1044.79,-326.789,-38.1654,5.26045,7200,1,0,5346,0,0,1), - (54006,12220,349,12348,0,1049.94,-326.105,-38.3124,4.40843,7200,1,0,5346,0,0,1), - (54007,12218,349,12346,0,953.104,-377.342,-50.0064,1.97049,7200,5,0,1336,0,0,1), - (54008,12218,349,12346,0,959.547,-369.447,-49.8858,4.7595,7200,5,0,1336,0,0,1), - (54009,12220,349,12348,0,1073.2,-314.498,-72.4787,6.05629,7200,1,0,5346,0,0,1), - (54010,12220,349,12348,0,1068.49,-313.721,-72.4787,0,7200,1,0,5346,0,0,1), - (54011,12220,349,12348,0,1073.84,-308.9,-72.4787,0,7200,1,0,5346,0,0,1), - (54012,12218,349,12346,0,952.468,-362.702,-50.1017,3.22074,7200,5,0,1336,0,0,1), - (54013,12218,349,12346,0,1064.96,-274.43,-73.2326,2.99423,7200,5,0,1336,0,0,1), - (54014,12220,349,12348,0,1029.57,-302.15,-71.7337,0.069813,7200,1,0,5346,0,0,1), - (54015,8557,0,6841,0,2890.03,-2571.24,89.2364,2.86234,345,0,0,3882,0,0,0), - (54016,8557,0,6841,0,2887.93,-2636.99,88.164,0.436332,345,2,0,3882,0,0,1), - (54017,8558,0,9758,0,2891.12,-2631.56,89.3438,6.02139,345,5,0,3876,0,0,2), - (54018,10416,329,9760,0,4097.98,-3397.96,115.993,0.935985,7200,5,0,14805,0,0,1), - (54019,10416,329,9760,0,4053.98,-3413.3,116.076,3.38611,7200,5,0,14805,0,0,1), - (54020,10417,329,12819,0,4022.83,-3424.39,117.549,3.00096,7200,5,0,15260,0,0,1), - (54021,10417,329,12819,0,4052.9,-3432.7,118.528,1.09369,7200,5,0,15260,0,0,1), - (54022,10417,329,12819,0,3998.95,-3403.29,117.52,3.13568,7200,5,0,15260,0,0,1), - (54024,8557,0,6841,0,2997.33,-2703.77,102.758,0.928029,345,2,0,3882,0,0,1), - (54025,8556,0,11178,0,2868.08,-2544.9,87.8341,2.30246,345,5,0,3529,0,0,2), - (54026,10417,329,12819,0,4089.61,-3431.32,116.945,1.1363,7200,5,0,15260,0,0,1), - (54027,10417,329,12819,0,4083.99,-3379.84,116.318,5.4536,7200,5,0,15260,0,0,1), - (54033,8557,0,6841,0,2759.4,-2516.71,78.6361,2.33874,345,0,0,3882,0,0,0), - (54035,8558,0,9758,0,2793.46,-2523.29,83.7006,1.41372,345,0,0,3876,0,0,0), - (54036,8555,0,3004,0,2977.84,-2746.88,98.9196,5.77704,345,2,0,3189,0,0,1), - (54037,590,0,2340,0,-10988.2,1496.67,50.6914,4.41568,300,0,0,273,0,0,0), - (54039,10417,329,12819,0,3995.31,-3425.23,120.991,5.27334,7200,5,0,15260,0,0,1), - (54040,10417,329,12819,0,4040.22,-3443.81,119.751,5.7582,7200,5,0,15260,0,0,1), - (54041,10417,329,12819,0,4072.01,-3401.01,115.653,3.69658,7200,5,0,15260,0,0,1), - (54042,14444,1,14589,0,2058.14,-4675.65,25.466,2.78569,180,5,0,138,0,0,1), - (54043,14444,1,14589,0,2060.45,-4673.68,25.466,4.51086,180,5,0,138,0,0,1), - (54044,14444,1,14589,0,2061.01,-4671.18,25.4658,6.24895,180,5,0,138,0,0,1), - (54045,589,0,2339,0,-10992.4,1491.23,50.6914,0.261799,300,0,0,263,710,0,0), - (54046,590,0,2340,0,-10988.4,1479.16,50.6914,2.93215,300,0,0,273,0,0,0), - (54047,589,0,2339,0,-10995,1480.09,50.6914,0.139626,300,0,0,263,710,0,0), - (54048,590,0,2340,0,-11020.7,1542.33,44.3337,2.63545,300,0,0,273,0,0,0), - (54050,10417,329,12819,0,4012.37,-3401.48,116.073,0.155868,7200,5,0,15260,0,0,1), - (54051,589,0,2338,0,-11023.1,1547.48,44.4936,4.57276,300,0,0,263,710,0,0), - (54052,10418,329,10493,0,3633.58,-3170.49,129.056,4.76475,7200,0,0,8352,0,0,2), - (54053,10418,329,10493,0,3601.5,-3104.47,134.205,0.401426,7200,0,0,8352,0,0,0), - (54054,10418,329,10493,0,3660.57,-3096.98,134.2,3.49066,7200,0,0,8352,0,0,0), - (54055,10418,329,10495,0,3658.14,-3092.85,134.2,3.92699,7200,0,0,8352,0,0,0), - (54056,10418,329,10492,0,3680.72,-3148.38,127.405,3.85718,7200,0,0,8352,0,0,2), - (54057,12220,349,12348,0,1025.44,-297.944,-71.8533,0,7200,1,0,5346,0,0,1), - (54058,12220,349,12348,0,1030.58,-297.475,-71.9025,0,7200,1,0,5346,0,0,1), - (54059,12219,349,12347,0,981.228,-304.751,-45.6394,5.41052,7200,3,0,8316,0,0,1), - (54060,2914,349,1206,0,994.114,-310.902,-45.2978,6.26573,7200,10,0,8,0,0,1), - (54061,12218,349,12346,0,1071.78,-275.602,-72.7271,1.70784,7200,5,0,1336,0,0,1), - (54062,12218,349,12346,0,1078.98,-279.331,-72.0672,5.3058,7200,5,0,1336,0,0,1), - (54063,12218,349,12346,0,925.932,-358.394,-50.4764,2.56199,7200,5,0,1336,0,0,1), - (54064,12218,349,12346,0,931.656,-363.487,-50.4764,1.82313,7200,5,0,1336,0,0,1), - (54065,12218,349,12346,0,928.639,-379.264,-50.3402,1.11734,7200,2,0,1336,0,0,1), - (54066,10418,329,10493,0,3589.99,-3062.48,136.08,4.90438,7200,0,0,8352,0,0,0), - (54067,10418,329,10495,0,3593.58,-3071.62,136.075,4.79965,7200,0,0,8352,0,0,0), - (54068,10418,329,10492,0,3623.2,-3100.3,134.207,1.65806,7200,0,0,8352,0,0,0), - (54069,10418,329,10493,0,3656.91,-3161.94,128.359,5.39307,7200,0,0,8352,0,0,0), - (54070,10418,329,10494,0,3664.29,-3157.06,128.357,5.18363,7200,0,0,8352,0,0,0), - (54071,10418,329,10493,0,3622.81,-3092.95,134.124,3.73462,7200,0,0,8352,0,0,0), - (54072,10418,329,10493,0,3580.16,-3092.94,136.073,0.20944,7200,0,0,8352,0,0,0), - (54073,10418,329,10492,0,3658.43,-3178.07,126.696,5.23599,7200,0,0,8352,0,0,0), - (54074,10418,329,10493,0,3665.62,-3173.88,126.551,5.02655,7200,0,0,8352,0,0,0), - (54075,10418,329,10493,0,3665.86,-3190.78,126.324,5.16617,7200,0,0,8352,0,0,0), - (54076,10418,329,10495,0,3659.01,-3196.85,126.949,5.61996,7200,0,0,8352,0,0,2), - (54077,10418,329,10495,0,3638.98,-3075.01,134.205,5.28835,7200,0,0,8352,0,0,0), - (54078,590,0,2340,0,-11045.5,1538.39,43.5363,4.18879,300,0,0,273,0,0,0), - (54079,10419,329,10489,0,3683.18,-3176.32,126.596,4.60767,7200,0,0,5847,10680,0,2), - (54081,10419,329,10489,0,3606.16,-3110.07,134.205,0.890118,7200,0,0,5847,10680,0,0), - (54082,10419,329,10489,0,3680.66,-3207.96,127.269,5.09636,7200,0,0,5847,10680,0,0), - (54083,10419,329,10488,0,3593.81,-3064.31,136.074,4.76475,7200,0,0,5847,10680,0,0), - (54084,10419,329,10489,0,3616.1,-3091.5,134.205,6.00393,7200,0,0,5847,10680,0,0), - (54085,10419,329,10491,0,3619.75,-3095.13,134.124,3.74266,7200,0,0,5847,10680,0,2), - (54086,10419,329,10491,0,3581.43,-3086.79,136.075,6.07375,7200,0,0,5847,10680,0,0), - (54087,10419,329,10490,0,3662.84,-3175.15,126.559,5.11381,7200,0,0,5847,10680,0,0), - (54088,10419,329,10490,0,3646.46,-3076.75,134.205,4.53786,7200,0,0,5847,10680,0,0), - (54089,10420,329,10499,0,3599.28,-3107.91,134.204,0.523599,7200,0,0,6681,4482,0,0), - (54090,10420,329,10497,0,3663.41,-3093.63,134.2,3.63029,7200,0,0,6681,4482,0,0), - (54091,10420,329,10499,0,3661.6,-3091.23,134.2,3.83972,7200,0,0,6681,4482,0,0), - (54093,12218,349,12346,0,931.7,-374.042,-50.4125,5.28588,7200,3,0,1336,0,0,1), - (54094,12219,349,12347,0,926.689,-312.426,-49.7107,4.86947,7200,1,0,8316,0,0,1), - (54095,12218,349,12346,0,936.365,-358.656,-50.4764,1.72337,7200,5,0,1336,0,0,1), - (54096,12218,349,12346,0,939.563,-368.764,-50.3628,1.91986,7200,5,0,1336,0,0,1), - (54097,12222,349,14350,0,945.735,-276.518,-45.8651,4.11898,7200,1,0,5148,0,0,1), - (54098,12222,349,14350,0,952.823,-286.019,-45.5627,4.93928,7200,1,0,5148,0,0,1), - (54099,12218,349,12346,0,1058.68,-267.89,-73.231,0.878976,7200,5,0,1336,0,0,1), - (54100,12222,349,14350,0,953.088,-280.79,-45.5815,0.453786,7200,1,0,5148,0,0,1), - (54101,12218,349,12346,0,1070.46,-269.115,-73.1791,3.82749,7200,5,0,1336,0,0,1), - (54102,12218,349,12346,0,1078.92,-268.667,-72.5621,4.12956,7200,5,0,1336,0,0,1), - (54103,12218,349,12346,0,1032.01,-252.936,-72.2407,2.45657,7200,2,0,1336,0,0,1), - (54104,12218,349,12346,0,1040.28,-255.664,-72.3116,3.38751,7200,2,0,1336,0,0,1), - (54105,12222,349,14350,0,990.719,-248.56,-45.6281,0.244346,7200,1,0,5148,0,0,1), - (54106,12218,349,12346,0,1065.27,-263.417,-73.2289,4.11447,7200,5,0,1336,0,0,1), - (54107,8557,0,6841,0,2868.93,-2535.94,87.6115,5.42797,345,0,0,3882,0,0,0), - (54108,8557,0,6841,0,2856.41,-2539.46,85.7428,4.83456,345,0,0,3882,0,0,0), - (54109,8556,0,11178,0,2994.12,-2764.2,98.5751,1.39626,345,3,0,3529,0,0,1), - (54110,589,0,2339,0,-11023.6,1500.94,43.285,4.27606,300,0,0,263,710,0,0), - (54111,589,0,2339,0,-11052.1,1495.5,44.3616,0.942478,300,0,0,263,710,0,0), - (54112,16184,0,14698,0,2814.19,-2498.43,84.6337,2.44151,43200,5,0,18312,0,0,2), - (54115,10420,329,10499,0,3595.8,-3067.59,136.066,4.67748,7200,0,0,6681,4482,0,0), - (54116,10420,329,10499,0,3615.62,-3095.89,134.205,0.349066,7200,0,0,6681,4482,0,0), - (54117,10420,329,10499,0,3661.57,-3157.8,128.945,5.23599,7200,0,0,6681,4482,0,0), - (54118,12222,349,14350,0,992.022,-252.179,-45.6281,3.66519,7200,1,0,5148,0,0,1), - (54120,16131,0,16026,0,2289.73,-5337.32,90.9632,5.70723,610,0,0,10000,9736,0,0), - (54121,12222,349,14350,0,973.882,-254.73,-48.7537,3.82227,7200,5,0,5148,0,0,1), - (54122,12218,349,12346,0,925.115,-371.905,-50.4495,0.151607,7200,2,0,1336,0,0,1), - (54123,12218,349,12346,0,921.593,-363.347,-50.4764,5.25939,7200,5,0,1336,0,0,1), - (54124,589,0,2339,0,-11052.4,1511.68,43.1816,1.57669,300,5,0,263,710,0,1), - (54125,4076,349,2177,0,928.427,-289.144,-49.7132,5.58505,7200,3,0,8,0,0,1), - (54126,2914,349,1206,0,911.326,-329.779,-49.3715,0.279253,7200,10,0,8,0,0,1), - (54127,12219,349,12347,0,918.115,-341.832,-49.529,1.06465,7200,1,0,8316,0,0,1), - (54128,11793,349,11714,0,903.121,-326.834,-49.6053,4.88513,7200,5,0,4434,2301,0,1), - (54129,11793,349,11714,0,901.704,-330.173,-49.4676,4.89489,7200,5,0,4434,2301,0,1), - (54130,13533,349,13609,0,925.31,-327.509,-49.2884,0.030144,7200,5,0,5346,0,0,1), - (54131,12222,349,14350,0,942.606,-271.673,-45.7377,3.9968,7200,1,0,5148,0,0,1), - (54132,12222,349,14350,0,974.51,-247.362,-48.7063,5.86431,7200,5,0,5148,0,0,1), - (54133,12218,349,12346,0,1035.73,-238.229,-72.2391,5.59064,7200,5,0,1336,0,0,1), - (54134,12218,349,12346,0,1030.31,-238.309,-72.2386,2.40222,7200,5,0,1336,0,0,1), - (54135,12218,349,12346,0,1036.24,-247.015,-72.2401,2.02142,7200,5,0,1336,0,0,1), - (54136,12218,349,12346,0,1025.83,-245.535,-72.2404,0.013524,7200,2,0,1336,0,0,1), - (54137,10420,329,10496,0,3576.77,-3085.33,136.068,6.03884,7200,0,0,6681,4482,0,0), - (54138,10420,329,10497,0,3661.89,-3192.89,126.691,5.37561,7200,0,0,6681,4482,0,0), - (54139,10420,329,10497,0,3646.49,-3072.84,134.207,4.59022,7200,0,0,6681,4482,0,0), - (54140,10421,329,10502,0,3530.25,-2969.89,125.085,6.10865,7200,0,0,6891,4578,0,0), - (54141,10421,329,10500,0,3527.38,-2966.05,125.084,5.86431,7200,0,0,6891,4578,0,0), - (54142,10421,329,10503,0,3565.13,-2968.24,125.085,5.32325,7200,0,0,6891,4578,0,0), - (54144,10421,329,10503,0,3573.64,-2968.94,125.085,4.4855,7200,0,0,6891,4578,0,0), - (54145,16134,0,16029,0,2276.66,-5325.3,88.7947,4.81711,610,0,0,10000,9736,0,0), - (54146,10421,329,10503,0,3577.94,-2999.8,125.085,3.59538,7200,0,0,6891,4578,0,0), - (54147,10421,329,10501,0,3541.42,-2985.85,125.084,0.244346,7200,0,0,6891,4578,0,0), - (54148,12218,349,12346,0,1041.78,-247.083,-72.2406,5.11537,7200,5,0,1336,0,0,1), - (54149,12222,349,14350,0,964.469,-254.275,-48.901,5.41052,7200,5,0,5148,0,0,1), - (54150,12222,349,14350,0,966.765,-246.399,-48.7931,6.14356,7200,5,0,5148,0,0,1), - (54151,12222,349,14350,0,969.419,-251.714,-48.8144,3.19395,7200,5,0,5148,0,0,1), - (54152,12216,349,2452,0,876.261,-337.357,-50.205,3.97935,7200,2,0,1238,0,0,1), - (54153,12217,349,12345,0,872.162,-337,-50.1288,0.820305,7200,2,0,1238,0,0,1), - (54154,11790,349,11345,0,870.034,-329.385,-48.798,0.279253,7200,0,0,4953,0,0,0), - (54155,11791,349,11338,0,873.657,-331.636,-48.8113,1.39626,7200,0,0,5148,0,0,0), - (54156,12220,349,12348,0,887.305,-278.695,-45.8448,6.07375,7200,1,0,5346,0,0,1), - (54157,12220,349,12348,0,889.728,-282.184,-45.8448,3.14159,7200,1,0,5346,0,0,1), - (54158,12220,349,12348,0,888.269,-275.058,-45.7142,3.14159,7200,1,0,5346,0,0,1), - (54159,12220,349,12348,0,932.047,-233.181,-46.4558,3.14159,7200,1,0,5346,0,0,1), - (54160,12219,349,12347,0,1001.87,-216.367,-67.3711,5.07891,7200,1,0,8316,0,0,1), - (54161,12222,349,14350,0,966.635,-215.979,-46.9451,1.39626,7200,1,0,5148,0,0,1), - (54162,10421,329,10500,0,3543.1,-2989.67,125.085,0.331613,7200,0,0,6891,4578,0,0), - (54163,16132,0,16027,0,2288.55,-5340.35,90.9632,0.575959,610,0,0,10000,9736,0,0), - (54164,16376,0,16144,0,2261.17,-5321.3,81.9491,4.86947,345,0,0,12000,0,0,0), - (54166,10421,329,10500,0,3542.63,-3020.91,125.084,5.61996,7200,0,0,6891,4578,0,0), - (54167,10421,329,10503,0,3545.78,-3017.46,125.083,5.3058,7200,0,0,6891,4578,0,0), - (54168,10422,329,10507,0,3575.44,-2997.55,125.085,3.82227,7200,0,0,6030,10922,0,0), - (54169,10422,329,10504,0,3531.98,-3052.11,134.998,2.40187,7200,0,0,6030,10922,0,0), - (54170,10422,329,10505,0,3431.11,-3066.49,136.513,5.297,7200,0,0,6030,10922,0,0), - (54171,10423,329,10508,0,3529.63,-2960.39,125.083,5.48033,7200,0,0,6030,10922,0,0), - (54172,10423,329,10508,0,3534.15,-2959.55,125.083,5.06145,7200,0,0,6030,10922,0,0), - (54173,10423,329,10511,0,3568.78,-2966.41,125.084,4.95674,7200,0,0,6030,10922,0,0), - (54174,10423,329,10508,0,3581.63,-2996.54,125.083,3.64774,7200,0,0,6030,10922,0,0), - (54175,10423,329,10509,0,3547.5,-2993.13,125.084,1.02974,7200,0,0,6030,10922,0,0), - (54179,10423,329,10510,0,3543.48,-3012.08,125.083,5.25344,7200,0,0,6030,10922,0,0), - (54180,10424,329,10515,0,3673.93,-3182.6,126.318,4.93928,7200,0,0,7107,4738,0,0), - (54186,16135,0,16030,0,2277.14,-5328.59,88.8296,2.00713,610,0,0,10000,9736,0,0), - (54188,16256,0,16104,0,2300.9,-5345.09,90.8799,2.16421,345,0,0,5200,0,0,2), - (54190,16133,0,16028,0,2296.98,-5335.87,90.9632,5.25344,610,0,0,10000,9736,0,0), - (54192,16116,0,16016,0,2296.01,-5340.98,90.8799,0.610865,610,0,0,100000,73020,0,0), - (54193,16114,0,16014,0,2296.2,-5337.89,90.8799,-0.977384,610,0,0,3300,9736,0,0), - (54194,16117,0,6121,0,2926.27,-2913.64,101.776,5.52883,345,5,0,3968,0,0,1), - (54195,16117,0,6121,0,2900.8,-2879.93,98.4798,2.64957,345,5,0,3968,0,0,1), - (54196,16117,0,6121,0,2929.71,-2753.13,108.209,0.986927,345,5,0,3968,0,0,1), - (54197,16117,0,6121,0,3011.98,-2878.7,102.014,5.48657,345,5,0,3968,0,0,1), - (54198,16117,0,6121,0,2911.8,-2870.99,98.4798,3.33249,345,5,0,3968,0,0,1), - (54199,16117,0,6121,0,2888.54,-2884.38,97.8768,1.06231,345,5,0,3968,0,0,1), - (54200,12220,349,12348,0,936.385,-232.656,-46.477,3.68265,7200,1,0,5346,0,0,1), - (54201,10424,329,10513,0,3470.86,-3073.86,135.088,0.907571,7200,0,0,7107,4738,0,0), - (54202,12220,349,12348,0,938.847,-227.259,-46.4733,3.14159,7200,1,0,5346,0,0,1), - (54204,10424,329,10512,0,3465.61,-3065.72,135.084,0.20944,7200,0,0,7107,4738,0,0), - (54205,10424,329,10514,0,3550.05,-2985.37,125.001,0.483623,7200,0,0,7107,4738,0,2), - (54206,10424,329,10513,0,3547.46,-2987.13,125.001,0.66314,7200,0,0,7107,4738,0,0), - (54207,10424,329,10515,0,3674.35,-3211.48,127.163,5.28835,7200,0,0,7107,4738,0,0), - (54208,10424,329,10514,0,3545.55,-3079.63,135.08,0.855211,7200,0,0,7107,4738,0,0), - (54209,16117,0,6121,0,2929.06,-2730.47,107.383,3.30942,345,10,0,3968,0,0,1), - (54219,10424,329,10513,0,3542.75,-3075.05,135.08,0.401426,7200,0,0,7107,4738,0,0), - (54220,10424,329,10514,0,3589.11,-3116.47,151.759,5.18363,7200,0,0,7107,4738,0,0), - (54221,10424,329,10512,0,3500.78,-3094.38,135.751,1.81514,7200,0,0,7107,4738,0,0), - (54222,10424,329,10513,0,3506.84,-3093.61,135.751,2.46091,7200,0,0,7107,4738,0,0), - (54223,10424,329,10514,0,3487.13,-3080.12,135.08,0.383972,7200,0,0,7107,4738,0,0), - (54224,10424,329,10513,0,3490.27,-3084.98,135.08,0.890118,7200,0,0,7107,4738,0,0), - (54225,10424,329,10515,0,3516.3,-3067.8,135.08,0.837758,7200,0,0,7107,4738,0,0), - (54226,12222,349,14350,0,955.871,-218.043,-46.4713,3.97935,7200,1,0,5148,0,0,1), - (54227,10424,329,10513,0,3513.68,-3063.74,135.08,0.401426,7200,0,0,7107,4738,0,0), - (54228,10424,329,10513,0,3438.29,-3086.37,135.085,6.19592,7200,0,0,7107,4738,0,0), - (54229,10424,329,10513,0,3441.98,-3092.17,135.086,1.309,7200,0,0,7107,4738,0,0), - (54230,10425,329,10530,0,3465.89,-3073.21,135.086,0.645772,7200,0,0,6219,11196,0,0), - (54231,10425,329,10531,0,3485.98,-3087.02,135.08,0.767945,7200,0,0,6219,11196,0,0), - (54232,10425,329,10529,0,3510.08,-3065.77,135.08,0.436332,7200,0,0,6219,11196,0,0), - (54233,10425,329,10530,0,3436.74,-3090.19,135.085,0.471239,7200,0,0,6219,11196,0,0), - (54234,10426,329,10516,0,3541.75,-3080.57,135.08,0.715585,7200,0,0,7107,4738,0,0), - (54235,10426,329,10519,0,3539.68,-3078.36,135.08,0.523599,7200,0,0,7107,4738,0,0), - (54236,10426,329,10518,0,3503.84,-3095.58,135.751,2.04204,7200,0,0,7107,4738,0,0), - (54237,10435,329,10433,0,3663.23,-3619.14,137.984,5.34071,604800,0,0,28710,0,0,0), - (54238,10436,329,10698,0,3855.34,-3715.75,148.175,1.27409,604800,0,0,35535,9476,0,0), - (54239,10437,329,9793,0,3854.98,-3528.84,144.293,5.23599,604800,0,0,30520,0,0,0), - (54240,10438,329,10546,0,4035.81,-3647.78,135.738,2.42601,604800,0,0,22010,8812,0,0), - (54241,10440,329,10729,0,4035.83,-3336.31,115.144,4.67748,604800,0,0,46620,12840,0,0), - (54242,10463,329,10728,0,3974.81,-3640.5,132.177,4.30977,7200,5,0,8352,0,0,1), - (54243,10463,329,10728,0,3836.66,-3619.58,145.114,5.03545,7200,5,0,8352,0,0,1), - (54244,10463,329,10728,0,3887.52,-3722.77,142.17,0.02584,7200,5,0,8352,0,0,1), - (54245,10463,329,10728,0,3861.35,-3583.3,141.99,0.741322,7200,5,0,8352,0,0,1), - (54251,10463,329,10728,0,3838.19,-3676.66,144.238,3.30649,7200,5,0,8352,0,0,1), - (54252,10463,329,10728,0,3999.02,-3615.97,129.159,2.17153,7200,5,0,8352,0,0,1), - (54253,10463,329,10728,0,3826.44,-3646.11,145.951,2.62055,7200,5,0,8352,0,0,1), - (54254,16117,0,6121,0,2971.88,-2892.71,102.467,3.19276,345,5,0,3968,0,0,1), - (54255,16117,0,6121,0,2946.64,-2888.2,100.897,4.0211,345,10,0,3968,0,0,1), - (54256,16117,0,6121,0,2947.92,-2768.75,109.903,0.533472,345,10,0,3968,0,0,1), - (54257,8520,0,5563,0,1698.19,-4743.91,65.8731,1.3168,345,10,0,3529,0,0,1), - (54258,8520,0,5563,0,1744.59,-4715.11,67.9095,2.73641,345,10,0,3529,0,0,1), - (54259,8520,0,5563,0,1818.79,-4511.99,66.621,1.58837,345,10,0,3529,0,0,1), - (54260,8519,0,5497,0,1697.31,-4515.4,60.7798,5.16547,345,5,0,3293,0,0,1), - (54261,8519,0,5497,0,1784.4,-4603.08,69.2389,1.41303,345,5,0,3293,0,0,1), - (54262,8520,0,5563,0,1746.27,-4574.87,58.0473,4.71629,345,10,0,3529,0,0,1), - (54263,8519,0,5497,0,1687.45,-4637.4,60.6683,1.02893,345,5,0,3293,0,0,1), - (54264,9452,0,10403,0,1648.96,-4804.17,85.3308,5.75959,610,0,0,5151,4765,0,0), - (54265,9450,0,10398,0,1678.21,-5543.46,102.229,1.52001,610,5,0,6273,2117,0,1), - (54266,9450,0,10401,0,1678.87,-5567.77,100.94,2.9147,610,0,0,6273,2117,0,0), - (54267,9451,0,10415,0,1659.56,-5503.08,100.805,3.32521,610,0,0,5490,5013,0,0), - (54268,10463,329,10728,0,4004.12,-3557.72,125.148,1.18396,7200,5,0,8352,0,0,1), - (54269,9447,0,10380,0,1758.84,-5205.04,108.282,1.8675,610,0,0,5886,1982,0,0), - (54270,12247,0,12271,0,3292.43,-3643.53,148.938,3.85718,345,0,0,64,0,0,0), - (54271,12247,0,12271,0,2803.04,-3759.51,125.506,2.30383,345,0,0,64,0,0,0), - (54272,12253,0,7804,0,3006.15,-3433.54,149.791,5.18363,345,0,0,64,0,0,0), - (54273,12202,0,7804,0,1889.25,-3203.56,125.663,4.79965,345,0,0,64,0,0,0), - (54274,12202,0,7804,0,1885.75,-3228.78,120.675,5.46288,345,0,0,64,0,0,0), - (54275,12202,0,7804,0,1894.42,-3217.24,123.061,0.20944,345,0,0,64,0,0,0), - (54276,10463,329,10728,0,3839.38,-3709.8,141.604,6.17436,7200,5,0,8352,0,0,1), - (54277,8539,0,7857,0,3021.49,-4952.03,102.374,1.82162,345,0,0,3820,0,0,0), - (54278,12222,349,14350,0,959.566,-214.998,-46.4713,3.75246,7200,1,0,5148,0,0,1), - (54279,12222,349,14350,0,962.215,-219.668,-46.7616,0.645772,7200,1,0,5148,0,0,1), - (54280,12220,349,12348,0,881.613,-230.559,-52.9113,1.95477,7200,1,0,5346,0,0,1), - (54281,12220,349,12348,0,874.738,-231.428,-53.4259,0,7200,1,0,5346,0,0,1), - (54282,12220,349,12348,0,877.289,-225.444,-54.1824,0,7200,1,0,5346,0,0,1), - (54283,12219,349,12347,0,899.922,-200.105,-52.3801,0.488692,7200,3,0,8316,0,0,1), - (54284,12220,349,12348,0,917.681,-187.961,-57.216,3.14159,7200,1,0,5346,0,0,1), - (54285,12218,349,12346,0,1043.37,-240.246,-72.2399,4.51294,7200,5,0,1336,0,0,1), - (54286,10464,329,8782,0,3873.95,-3679.66,142.745,4.24564,7200,5,0,8613,0,0,1), - (54287,10464,329,8782,0,3995.61,-3601.2,128.938,1.92463,7200,5,0,8613,0,0,1), - (54288,8527,0,370,0,2880.26,-4789.36,94.7277,3.99237,345,10,0,3758,0,0,1), - (156049,8539,0,0,0,2695,-5332,157.708,0.293,600,4,0,3820,0,0,1), - (156058,8539,0,0,0,3063.29,-4892,104.076,0.733,600,4,0,3820,0,0,1), - (156050,8539,0,0,0,2698.34,-5548,157.507,5.057,600,4,0,3820,0,0,1), - (156052,8539,0,0,0,2735.05,-5416,159.176,4.455,600,4,0,3820,0,0,1), - (156054,8539,0,0,0,2818.44,-5456,158.038,6.022,600,4,0,3820,0,0,1), - (156055,8539,0,0,0,2924.57,-4725,91.427,4.95,600,4,0,3820,0,0,1), - (156057,8539,0,0,0,3003.68,-4835,100.005,6.145,600,4,0,3820,0,0,1), - (80997,16018,533,0,0,3033.98,-3102.48,294.063,5.40988,3520,0,0,106896,0,0,2), - (160013,1839,0,0,0,2824.9,-1404,147.547,5.168,3600,0,0,7995,2620,0,0), - (54304,10464,329,8782,0,3874.94,-3558.29,137.367,2.969,7200,5,0,8613,0,0,1), - (54305,12220,349,12348,0,941.267,-178.783,-62.8358,0,7200,1,0,5346,0,0,1), - (54306,12219,349,12347,0,982.507,-180.604,-67.9762,1.309,7200,2,0,8316,0,0,1), - (54307,12220,349,12348,0,1002.94,-194.713,-67.5581,2.26893,7200,1,0,5346,0,0,1), - (54308,12220,349,12348,0,1006.64,-199.078,-67.6057,3.14159,7200,1,0,5346,0,0,1), - (54309,12220,349,12348,0,997.528,-200.626,-67.4448,3.14159,7200,1,0,5346,0,0,1), - (54311,12219,349,12347,0,852.392,-234.648,-54.5556,0.855211,7200,2,0,8316,0,0,1), - (54312,12219,349,12347,0,855.181,-241.428,-54.0381,6.07375,7200,3,0,8316,0,0,1), - (54313,12219,349,12347,0,878.765,-201.886,-75.1242,2.37365,7200,5,0,8316,0,0,1), - (54314,12220,349,12348,0,860.817,-245.711,-53.0562,2.30383,7200,1,0,5346,0,0,1), - (54315,12220,349,12348,0,854.713,-248.638,-54.0449,3.14159,7200,1,0,5346,0,0,1), - (54316,12220,349,12348,0,859.506,-250.136,-52.6662,3.14159,7200,1,0,5346,0,0,1), - (54317,12220,349,12348,0,893.471,-192.021,-52.512,0.785398,7200,1,0,5346,0,0,1), - (54318,12220,349,12348,0,899.508,-188.356,-52.7743,0,7200,1,0,5346,0,0,1), - (54319,12220,349,12348,0,897.214,-194.957,-52.3878,0,7200,1,0,5346,0,0,1), - (54320,12220,349,12348,0,917.864,-180.282,-58.1882,1.76835,7200,1,0,5346,0,0,1), - (54321,12220,349,12348,0,914.232,-184.988,-57.4478,5.66455,7200,1,0,5346,0,0,1), - (54322,12220,349,12348,0,936.859,-173.159,-62.3021,2.04047,7200,1,0,5346,0,0,1), - (54323,12220,349,12348,0,942.471,-172.975,-62.6343,1.51313,7200,1,0,5346,0,0,1), - (54324,12220,349,12348,0,957.23,-157.029,-59.1375,6.21337,7200,1,0,5346,0,0,1), - (54325,12220,349,12348,0,961.196,-162.815,-58.8018,0,7200,1,0,5346,0,0,1), - (54326,11794,349,12337,0,945.434,-157.025,-60.1186,0.41063,7200,0,0,5544,0,0,0), - (54327,11794,349,12337,0,942.819,-155.982,-60.3046,1.20594,7200,0,0,5544,0,0,0), - (54328,12221,349,1145,0,840.053,-208.914,-75.5745,2.96706,7200,2,0,4290,0,0,1), - (54329,12220,349,12348,0,960.26,-150.752,-59.3292,6.2241,7200,1,0,5346,0,0,1), - (54330,12216,349,2452,0,868.052,-335.039,-50.2559,3.88721,7200,2,0,1238,0,0,1), - (54331,12216,349,2452,0,866.385,-330.353,-50.0884,1.42954,7200,2,0,1238,0,0,1), - (54332,12221,349,1145,0,812.719,-248.653,-60.6525,0.10472,7200,2,0,4290,0,0,1), - (54333,12221,349,1145,0,837.412,-199.512,-75.0968,2.98451,7200,2,0,4290,0,0,1), - (54334,12221,349,1145,0,816.726,-256.266,-60.3822,2.79253,7200,2,0,4290,0,0,1), - (54335,12221,349,1145,0,833.022,-205.855,-74.7724,6.10865,7200,2,0,4290,0,0,1), - (54336,12221,349,1145,0,822.136,-234.405,-74.5879,0.645772,7200,1,0,4290,0,0,1), - (54338,14822,1,491,0,-1586.51,151.345,-7.58987,0.409974,420,0,0,4108,2117,0,0), - (54340,14823,1,14855,0,-1574.88,139.981,-7.72747,4.71553,420,0,0,9563,2486,0,0), - (54341,12221,349,1145,0,815.959,-232.834,-74.5539,1.85005,7200,1,0,4290,0,0,1), - (54342,12221,349,1145,0,809.469,-257.054,-60.3481,2.26893,7200,1,0,4290,0,0,1), - (54343,12221,349,1145,0,830.777,-197.865,-74.7582,6.10865,7200,2,0,4290,0,0,1), - (54344,12221,349,1145,0,804.193,-250.795,-60.7708,0.349066,7200,1,0,4290,0,0,1), - (54345,11790,349,11345,0,805.145,-337.727,-51.5528,3.83972,7200,0,0,4953,0,0,0), - (54346,2914,349,1206,0,881.947,-394.246,-51.9663,4.18879,7200,10,0,8,0,0,1), - (54347,12217,349,12345,0,841.309,-354.738,-51.9663,2.75762,7200,2,0,1238,0,0,1), - (54348,12217,349,12345,0,843.975,-359.052,-51.5259,5.32325,7200,2,0,1238,0,0,1), - (54349,12217,349,12345,0,830.116,-354.746,-51.9663,5.11381,7200,2,0,1238,0,0,1), - (54350,12216,349,2452,0,835.557,-352.947,-51.9663,4.08407,7200,1,0,1238,0,0,1), - (54351,12216,349,2452,0,806.704,-341.826,-51.6066,1.15192,7200,1,0,1238,0,0,1), - (54352,13141,349,2079,0,880.113,-367.95,-51.9663,4.2237,7200,5,0,4953,0,0,1), - (54353,13141,349,2079,0,855.316,-382.354,-64.0031,0.890118,7200,3,0,4953,0,0,1), - (54354,11790,349,11345,0,834.136,-356.258,-51.9663,0.890118,7200,0,0,4953,0,0,0), - (54355,11791,349,11338,0,837.188,-362.33,-51.516,1.6057,7200,0,0,5148,0,0,0), - (54356,12216,349,2452,0,895.025,-412.703,-52.5014,2.61799,7200,2,0,1238,0,0,1), - (54357,12216,349,2452,0,895.228,-420.673,-52.7762,3.21141,7200,1,0,1238,0,0,1), - (54358,12216,349,2452,0,891.098,-416.337,-52.4106,3.19395,7200,2,0,1238,0,0,1), - (54359,12217,349,12345,0,893.262,-406.592,-52.5785,3.92699,7200,2,0,1238,0,0,1), - (54360,11790,349,11345,0,899.811,-417.652,-52.9225,2.60054,7200,0,0,4953,0,0,0), - (54361,11790,349,11345,0,897.796,-406.071,-52.8607,3.36848,7200,0,0,4953,0,0,0), - (54362,13141,349,0,0,807.818,-373.907,-59.0394,4.50135,7200,0,0,4953,0,0,2), - (54363,12218,349,12346,0,1071.41,-260.84,-73.1077,5.81745,7200,5,0,1336,0,0,1), - (54364,12218,349,12346,0,1056.11,-225.031,-72.0835,1.15779,7200,5,0,1336,0,0,1), - (54365,12218,349,12346,0,1066.57,-227.93,-72.4804,6.06374,7200,5,0,1336,0,0,1), - (54366,12218,349,12346,0,1061.09,-217.058,-72.5261,3.66481,7200,2,0,1336,0,0,1), - (54367,12218,349,12346,0,1054.62,-220.084,-72.2077,3.32482,7200,2,0,1336,0,0,1), - (54368,12218,349,12346,0,1064.45,-222.906,-72.5004,5.66331,7200,5,0,1336,0,0,1), - (54369,12218,349,12346,0,1102.81,-243.492,-75.97,2.18068,7200,5,0,1336,0,0,1), - (54370,12218,349,12346,0,1084.43,-253.58,-73.0771,3.12597,7200,5,0,1336,0,0,1), - (54371,12218,349,12346,0,1098.14,-239.133,-75.2166,5.46898,7200,2,0,1336,0,0,1), - (54372,12218,349,12346,0,1105.03,-253.853,-76.0463,4.50295,7200,5,0,1336,0,0,1), - (54373,12218,349,12346,0,1104.53,-261.904,-75.8234,4.63901,7200,2,0,1336,0,0,1), - (54374,12218,349,12346,0,1091.72,-244.562,-74.1944,2.80998,7200,2,0,1336,0,0,1), - (54375,12218,349,12346,0,1095.18,-264.841,-74.2661,0.753238,7200,2,0,1336,0,0,1), - (54376,12218,349,12346,0,1096.15,-246.782,-74.7586,1.5184,7200,2,0,1336,0,0,1), - (54377,12218,349,12346,0,1070.19,-229.465,-72.6647,5.53495,7200,5,0,1336,0,0,1), - (54378,12218,349,12346,0,1071.63,-222.498,-72.8678,1.18682,7200,5,0,1336,0,0,1), - (54379,12218,349,12346,0,1069.71,-216.795,-72.9533,0.76709,7200,2,0,1336,0,0,1), - (54380,12218,349,12346,0,1103.89,-209.825,-74.5225,5.49286,7200,5,0,1336,0,0,1), - (54382,14827,1,536,0,-1573.47,144.071,-7.7749,4.75166,420,0,0,3857,0,0,0), - (54384,14828,1,14854,0,-1562.96,134.822,-7.7937,1.79306,420,0,0,1240,0,0,0), - (54386,14829,1,14856,0,-1627.78,122.782,-17.9482,5.12001,420,0,0,4108,0,0,0), - (54388,14832,1,14876,0,-1636.52,104.877,-17.9482,0.423327,420,0,0,4108,0,0,0), - (54390,14833,1,14875,0,-1476.88,189.597,-7.79268,5.29986,420,0,0,4108,0,0,0), - (54391,12218,349,12346,0,1091.68,-208.849,-74.6908,2.45877,7200,5,0,1336,0,0,1), - (54393,14841,1,14877,0,-1546,142.29,-7.61386,2.21796,420,0,0,4108,0,0,0), - (54395,14843,1,14879,0,1651.27,-4422.53,15.9153,6.28295,370,0,0,1605,0,0,0), - (54398,14844,1,14880,0,-1584.52,161.555,-7.51473,5.658,420,0,0,2016,0,0,0), - (54399,5081,0,0,0,-9102,834.873,105.117,5.18,600,0,0,1240,0,0,0), - (54400,14845,1,14881,0,-1582.19,164.709,-7.51069,5.55747,420,0,0,2016,0,0,0), - (54402,14846,1,14882,0,-1571.24,173.425,-7.79278,4.71239,420,0,0,2016,0,0,0), - (54404,14847,1,14883,0,-1574.76,172.528,-7.79278,4.92287,420,0,0,2016,0,0,0), - (54413,10464,329,8782,0,3806.42,-3628.08,145.202,4.58668,7200,5,0,8613,0,0,1), - (54414,10464,329,8782,0,4014.25,-3540.64,122.87,4.1331,7200,5,0,8613,0,0,1), - (54415,10464,329,8782,0,3968.98,-3556.69,126.552,1.72137,7200,5,0,8613,0,0,1), - (54416,16100,329,11686,0,4042.35,-3335.88,115.144,1.48353,7200,0,0,42,0,0,0), - (54417,14860,1,14589,0,-1603.46,123.486,-15.1975,5.11372,420,0,0,138,0,0,0), - (54418,12218,349,12346,0,1093.51,-215.534,-74.7449,0.628319,7200,5,0,1336,0,0,1), - (54422,14864,1,14939,0,-1636.94,109.289,-17.9481,2.55254,420,0,0,166,0,0,0), - (54423,14864,1,14939,0,-1622.3,92.5854,-17.9481,5.49621,420,0,0,166,0,0,0), - (54425,14865,1,14935,0,-1621.57,103.5,-17.9482,2.04595,420,0,0,590,0,0,0), - (54426,14866,1,14936,0,-1606.1,124.909,-15.568,5.44594,420,0,0,166,0,0,0), - (54428,14867,1,14938,0,-1488.14,166.09,-7.76768,1.19181,450,0,0,166,0,0,0), - (54429,14868,1,14937,0,-1632.29,94.1967,-17.9482,0.27488,420,0,0,334,0,0,0), - (54430,14869,1,14940,0,-1624.15,98.8592,-17.9482,1.51189,420,0,0,64,0,0,0), - (54431,14869,1,14940,0,-1625.64,90.1627,-17.9482,5.17185,420,0,0,64,0,0,0), - (54432,14871,1,14943,0,-1480.84,202.663,-7.79275,3.65053,420,0,0,500,0,0,0), - (54433,10997,329,10674,0,3573.57,-2937.31,125.085,3.78736,604800,0,0,36624,0,0,0), - (54436,590,0,2341,0,-11029.5,1563.98,45.0767,1.19866,300,5,0,273,0,0,1), - (54437,590,0,2341,0,-11024.7,1548.45,49.1068,5.11381,300,0,0,273,0,0,0), - (54438,589,0,2338,0,-11021.7,1552.02,49.1041,4.36332,300,0,0,263,710,0,0), - (54439,589,0,2339,0,-11020.9,1537.18,49.0095,4.14119,300,0,0,263,710,0,0), - (54440,122,0,2342,0,-11226.8,1393.29,89.1562,3.10513,300,5,0,386,0,0,1), - (54441,122,0,2343,0,-11156.1,1191.27,75.4143,1.15192,300,0,0,386,0,0,0), - (54442,122,0,2342,0,-11121,1177.36,62.4712,6.01474,300,5,0,386,0,0,1), - (54443,12218,349,12346,0,1085.17,-204.993,-74.5752,4.2371,7200,2,0,1336,0,0,1), - (54444,12218,349,12346,0,1097.1,-212.174,-74.5568,3.73809,7200,5,0,1336,0,0,1), - (54445,13282,349,11172,0,1130.4,-191.342,-80.0014,4.64258,43200,0,0,13433,0,0,0), - (54446,12218,349,12346,0,1094.71,-199.884,-74.794,1.77423,7200,2,0,1336,0,0,1), - (54447,12218,349,12346,0,1102.86,-201.505,-74.7568,5.99821,7200,2,0,1336,0,0,1), - (54448,12218,349,12346,0,1097.7,-196.63,-75.0663,0.98362,7200,2,0,1336,0,0,1), - (54449,12219,349,12347,0,942.167,-145.379,-60.3743,1.81514,7200,1,0,8316,0,0,1), - (54450,12220,349,12348,0,921.857,-118.687,-61.9724,0.977384,7200,1,0,5346,0,0,1), - (54451,12220,349,12348,0,963.146,-108.215,-63.7376,3.08923,7200,1,0,5346,0,0,1), - (54452,12220,349,12348,0,966.289,-108.169,-63.8364,0,7200,1,0,5346,0,0,1), - (54453,12220,349,12348,0,965.398,-103.253,-63.7055,0,7200,1,0,5346,0,0,1), - (54454,12219,349,12347,0,916.525,-119.201,-61.918,0.418879,7200,3,0,8316,0,0,1), - (54455,12220,349,12348,0,918.709,-112.563,-61.8433,2.67135,7200,1,0,5346,0,0,1), - (54456,12220,349,12348,0,912.51,-114.3,-61.7388,0,7200,1,0,5346,0,0,1), - (54457,12221,349,1145,0,868.948,-133.92,-86.9805,1.23918,7200,1,0,4290,0,0,1), - (54458,12221,349,1145,0,869.645,-128.893,-87.0106,5.2709,7200,1,0,4290,0,0,1), - (54459,12221,349,1145,0,874.018,-131.8,-86.9531,3.40339,7200,1,0,4290,0,0,1), - (54460,12221,349,1145,0,873.275,-123.897,-87.1192,2.07694,7200,1,0,4290,0,0,1), - (54461,12219,349,12347,0,958.699,-72.8189,-61.8155,1.16937,7200,3,0,8316,0,0,1), - (54462,12220,349,12348,0,952.156,-69.6218,-61.8973,1.46608,7200,1,0,5346,0,0,1), - (54463,12220,349,12348,0,894.606,-63.6768,-59.0799,3.14159,7200,1,0,5346,0,0,1), - (54464,12220,349,12348,0,890.89,-68.4742,-59.2243,3.14159,7200,1,0,5346,0,0,1), - (54465,11794,349,12337,0,873.336,-94.3792,-87.0649,0.033702,7200,2,0,5544,0,0,1), - (54466,12219,349,12347,0,922.325,-58.418,-59.5497,1.76278,7200,2,0,8316,0,0,1), - (54467,12219,349,12347,0,887.293,-63.0953,-59.0878,0.890118,7200,3,0,8316,0,0,1), - (54468,12220,349,12348,0,982.695,-62.1626,-61.8266,3.22886,7200,1,0,5346,0,0,1), - (54469,12220,349,12348,0,980.792,-54.4659,-61.8292,0,7200,1,0,5346,0,0,1), - (54470,12220,349,12348,0,976.132,-58.5746,-61.828,0,7200,1,0,5346,0,0,1), - (54471,12220,349,12348,0,958.615,-64.748,-62.0542,1.80317,7200,1,0,5346,0,0,1), - (54472,12220,349,12348,0,954.335,-61.6697,-62.0561,4.48323,7200,1,0,5346,0,0,1), - (54473,12220,349,12348,0,880.282,-60.3926,-59.1787,5.60564,7200,1,0,5346,0,0,1), - (54474,12258,349,12389,0,978.887,-10.152,-62.5035,4.60767,43200,0,0,12474,0,0,0), - (54475,11794,349,12337,0,866.196,-92.6992,-87.3208,5.64039,7200,2,0,5544,0,0,1), - (54476,11794,349,12337,0,863.344,-82.0318,-87.0558,1.49697,7200,2,0,5544,0,0,1), - (54477,11794,349,12337,0,864.097,-88.3481,-87.4051,5.42058,7200,2,0,5544,0,0,1), - (54478,12221,349,1145,0,846.466,-14.1576,-86.6577,0.715585,7200,5,0,4290,0,0,1), - (54479,12221,349,1145,0,840.889,-19.0094,-87.0379,5.32325,7200,5,0,4290,0,0,1), - (54480,12223,349,3386,0,831.267,-94.1314,-88.684,5.0091,7200,5,0,5346,0,0,1), - (54481,12223,349,3386,0,848.979,-113.375,-88.5932,1.5708,7200,5,0,5346,0,0,1), - (54482,12221,349,1145,0,834.564,-12.9574,-87.003,6.07375,7200,5,0,4290,0,0,1), - (54483,12221,349,1145,0,830.388,-19.7983,-86.8948,3.45575,7200,5,0,4290,0,0,1), - (54484,12221,349,1145,0,839.266,-8.15158,-87.1322,3.14159,7200,5,0,4290,0,0,1), - (54485,12224,349,9014,0,840.875,-148.738,-88.258,0.122173,7200,5,0,4434,2301,0,1), - (54566,11794,349,12337,0,874.742,-156.131,-87.0904,1.72611,7200,1,0,5544,0,0,1), - (54567,11794,349,12337,0,872.477,-156.565,-87.2358,1.62768,7200,1,0,5544,0,0,1), - (54568,12223,349,3386,0,840.592,-174.882,-88.258,3.83972,7200,5,0,5346,0,0,1), - (54569,12221,349,1145,0,821.911,-192.92,-74.7536,3.07178,7200,2,0,4290,0,0,1), - (54570,12221,349,1145,0,786.946,-216.828,-64.9564,5.06145,7200,1,0,4290,0,0,1), - (54572,12221,349,1145,0,775.214,-216.535,-64.5187,0.925025,7200,1,0,4290,0,0,1), - (54573,12221,349,1145,0,764.333,-188.164,-59.5819,5.75959,7200,1,0,4290,0,0,1), - (54574,11794,349,12337,0,793.148,-160.879,-74.3821,4.95674,7200,1,0,5544,0,0,1), - (54575,11794,349,12337,0,797.136,-163.28,-74.783,4.81711,7200,1,0,5544,0,0,1), - (54576,12221,349,1145,0,783.17,-211.836,-64.9395,1.98968,7200,1,0,4290,0,0,1), - (54577,12221,349,1145,0,781.24,-216.589,-64.7155,0.296706,7200,2,0,4290,0,0,1), - (54578,12221,349,1145,0,779.549,-222.393,-64.7241,6.05629,7200,2,0,4290,0,0,1), - (54579,12236,349,12334,0,748.874,-219.647,-47.6926,3.1765,43200,0,0,13365,0,0,0), - (54580,12221,349,1145,0,765.684,-184.129,-58.4382,0.994838,7200,1,0,4290,0,0,1), - (54581,12216,349,2452,0,796.003,-332.974,-50.8889,0.223871,7200,1,0,1238,0,0,1), - (54582,12217,349,12345,0,797.702,-341.591,-51.52,5.42127,7200,1,0,1238,0,0,1), - (54583,11791,349,11338,0,800.262,-334.675,-51.4592,4.57276,7200,0,0,5148,0,0,0), - (54584,12216,349,2452,0,801.145,-337.659,-51.6119,1.00031,7200,1,0,1238,0,0,1), - (54585,11792,349,2021,0,721.573,-211.075,-47.166,3.31613,7200,0,0,4953,0,0,0), - (54586,11792,349,2021,0,721.642,-227.507,-47.166,2.80998,7200,0,0,4953,0,0,0), - (54587,12222,349,14350,0,778.732,-145.498,-55.9994,1.41372,7200,1,0,5148,0,0,1), - (54588,12222,349,14350,0,771.625,-140.803,-56.2799,3.64774,7200,1,0,5148,0,0,1), - (54589,13142,349,13098,0,692.312,-265.623,-52.8056,4.55531,7200,5,0,5148,0,0,1), - (54590,12222,349,14350,0,785.27,-136.504,-55.8265,6.07375,7200,1,0,5148,0,0,1), - (54591,12216,349,2452,0,704.127,-196.929,-47.166,3.07178,7200,1,0,1238,0,0,1), - (54592,12216,349,2452,0,708.052,-186.54,-47.166,3.83972,7200,1,0,1238,0,0,1), - (54594,8561,0,10440,0,3492.42,-4974.96,184.025,3.9619,345,0,0,3876,0,0,0), - (54596,122,0,2343,0,-11100.4,1194.48,59.2212,0.707664,300,5,0,386,0,0,1), - (54598,122,0,2342,0,-11229.9,1173.59,89.6933,0.337154,300,5,0,386,0,0,1), - (54599,122,0,2343,0,-11242.7,1152.28,89.3165,1.36136,300,0,0,386,0,0,0), - (54600,122,0,2343,0,-11237.4,1159.95,89.2145,3.83972,300,0,0,386,0,0,0), - (54601,122,0,2342,0,-11245.7,1157.22,89.2269,0,300,0,0,386,0,0,0), - (54604,449,0,2344,0,-11241.5,1282.92,89.6235,1.11701,300,0,0,356,0,0,0), - (54605,449,0,2344,0,-11240.8,1292.41,90.1562,5.21365,300,5,0,356,0,0,1), - (54606,122,0,2342,0,-11155,1237.28,79.8552,2.88377,300,5,0,386,0,0,1), - (54607,449,0,2344,0,-11224.2,1210.91,89.2226,4.27719,300,5,0,356,0,0,1), - (81025,16029,533,0,0,3086,-3070.58,294.083,5.02896,3520,0,0,80925,0,0,2), - (54610,14946,30,0,0,-1078.58,-342.729,55.4425,3.60458,490,0,0,63325,0,0,0), - (54611,8564,0,10379,0,3297.62,-4239.64,158.412,4.50295,345,0,0,4141,0,0,0), - (54612,8564,0,10379,0,3352.21,-4174.53,159.176,2.74017,345,0,0,4141,0,0,0), - (54613,12216,349,2452,0,708.825,-197.031,-47.166,0.226893,7200,1,0,1238,0,0,1), - (54614,14981,0,15098,0,-8393.26,270.279,120.886,2.20226,180,0,0,10626,8019,0,0), - (54616,8565,0,10381,0,3397.34,-4269.82,159.673,1.65806,345,0,0,4021,0,0,0), - (54617,8564,0,10379,0,3298.55,-4224.3,158.412,1.55334,345,0,0,4141,0,0,0), - (54618,12217,349,12345,0,706.173,-206.424,-47.166,2.04204,7200,1,0,1238,0,0,1), - (54619,14990,1,15239,0,-1248.32,78.7641,128.446,1.96768,370,0,0,2471,0,0,0), - (54620,8523,0,5231,0,2917.14,-3638.91,118.769,1.24039,345,5,0,3189,0,0,1), - (54624,8543,0,1693,0,3027.83,-3438.11,150.926,3.01942,345,0,0,3758,0,0,0), - (54625,15008,0,15116,0,-8390.21,272.505,120.886,2.22189,180,0,0,9563,0,0,0), - (54626,11791,349,11338,0,709.847,-193.447,-47.166,4.76475,7200,0,0,5148,0,0,0), - (54627,11791,349,11338,0,710.02,-201.638,-47.166,1.5708,7200,0,0,5148,0,0,0), - (54628,12222,349,14350,0,777.343,-136.791,-56.0397,1.309,7200,1,0,5148,0,0,1), - (54629,11791,349,11338,0,686.322,-196.2,-60.4321,2.37365,7200,0,0,5148,0,0,0), - (54630,12217,349,12345,0,683.95,-202.811,-60.4394,5.09636,7200,2,0,1238,0,0,1), - (54631,11791,349,11338,0,681.369,-191.207,-60.4103,5.48033,7200,0,0,5148,0,0,0), - (54632,12217,349,12345,0,679.92,-197.158,-60.5348,3.73611,7200,2,0,1238,0,0,1), - (54633,12217,349,12345,0,676.133,-193.009,-60.4786,5.31158,7200,1,0,1238,0,0,1), - (54634,12216,349,2452,0,677.379,-202.295,-60.5414,3.10762,7200,3,0,1238,0,0,1), - (54635,13142,349,13098,0,688.886,-164.706,-48.6661,1.3439,7200,5,0,5148,0,0,1), - (54636,11791,349,11338,0,742.923,-127.961,-56.2506,3.29867,7200,0,0,5148,0,0,0), - (54638,8598,0,9022,0,2951.29,-4249.62,93.2872,6.11484,345,10,0,3758,0,0,1), - (54639,8605,0,7900,0,3082.33,-4717.32,97.049,1.94986,345,10,0,3644,0,0,1), - (54640,11791,349,11338,0,739.91,-122.194,-56.5653,3.97935,7200,0,0,5148,0,0,0), - (54641,12223,349,3386,0,765.097,-112.538,-57.4167,2.14675,7200,3,0,5346,0,0,1), - (54642,12217,349,12345,0,750.224,-129.533,-56.3232,3.68265,7200,1,0,1238,0,0,1), - (54643,12216,349,2452,0,747.838,-121.34,-56.4993,3.01942,7200,1,0,1238,0,0,1), - (54644,12216,349,2452,0,736.766,-114.996,-56.4388,0.645772,7200,1,0,1238,0,0,1), - (54646,11791,349,11338,0,758.122,-42.8355,-55.9574,2.1293,7200,0,0,5148,0,0,0), - (54647,11791,349,11338,0,750.123,-42.8777,-56.1531,0.959931,7200,0,0,5148,0,0,0), - (54648,12217,349,12345,0,744.919,-51.0789,-56.0131,4.64258,7200,1,0,1238,0,0,1), - (54649,12217,349,12345,0,753.999,-46.5705,-56.1367,5.13127,7200,1,0,1238,0,0,1), - (54650,12217,349,12345,0,755.625,-53.8264,-56.1086,0.331613,7200,1,0,1238,0,0,1), - (54651,12216,349,2452,0,762.973,-41.8963,-55.9294,0.20944,7200,1,0,1238,0,0,1), - (54652,12223,349,3386,0,731.105,-76.9863,-57.4987,3.1765,7200,3,1,5346,0,0,2), - (54653,12224,349,9014,0,812.635,-37.2737,-88.1976,5.23599,7200,5,0,4434,2301,0,1), - (54654,12222,349,14350,0,676.169,-110.746,-55.9617,4.69494,7200,1,0,5148,0,0,1), - (54655,12223,349,3386,0,699.16,-89.0857,-57.5,0.525737,7200,3,0,5346,0,0,1), - (54656,12222,349,14350,0,664.059,-109.324,-56.2693,0.20944,7200,1,0,5148,0,0,1), - (54657,12222,349,14350,0,669.841,-110.025,-56.0689,0.523599,7200,1,0,5148,0,0,1), - (54658,12206,349,12309,0,302.198,-187.907,-59.8158,2.32129,7200,0,0,11940,0,0,0), - (54659,13142,349,13098,0,642.862,-160.182,-52.9503,5.68977,7200,5,0,5148,0,0,1), - (54660,13141,349,2079,0,669.35,-152.991,-50.1035,0.593412,7200,5,0,4953,0,0,1), - (54661,12222,349,14350,0,619.28,-131.684,-54.8618,5.28835,7200,1,0,5148,0,0,1), - (54662,12223,349,3386,0,617.374,-99.9578,-57.4167,2.04204,7200,5,0,5346,0,0,1), - (54663,12222,349,14350,0,624.471,-126.815,-55.1455,1.85005,7200,1,0,5148,0,0,1), - (54664,12206,349,12309,0,290.086,-203.261,-59.8158,1.55334,7200,0,0,11940,0,0,0), - (54665,2914,349,1206,0,617.651,-153.106,-54.9555,3.19395,7200,10,0,8,0,0,1), - (54666,13141,349,2079,0,633.69,-167.711,-53.5876,2.18166,7200,5,0,4953,0,0,1), - (54667,11791,349,11338,0,597.286,-159.13,-55.1057,3.87463,7200,0,0,5148,0,0,0), - (54668,11791,349,11338,0,597.202,-145.592,-55.1017,2.1293,7200,0,0,5148,0,0,0), - (54669,12206,349,12309,0,242.46,-105.546,-87.1505,4.67748,7200,0,0,11940,0,0,0), - (54670,13142,349,13098,0,614.709,-206.536,-64.2963,4.76475,7200,5,0,5148,0,0,1), - (54671,13141,349,2079,0,647.045,-201.605,-64.3079,3.08923,7200,5,0,4953,0,0,1), - (54672,13142,349,13098,0,656.935,-227.146,-64.3079,2.11185,7200,5,0,5148,0,0,1), - (54673,13142,349,13098,0,639.614,-261.649,-52.7787,5.46288,7200,5,0,5148,0,0,1), - (54674,13141,349,2079,0,627.636,-260.405,-53.2432,0.506145,7200,5,0,4953,0,0,1), - (54675,11792,349,2021,0,740.682,-234.436,-47.7354,2.79253,7200,0,0,4953,0,0,0), - (54676,11792,349,2021,0,740.936,-204.986,-47.6882,3.54302,7200,0,0,4953,0,0,0), - (54677,12217,349,12345,0,638.003,-308.511,-51.9364,2.53073,7200,1,0,1238,0,0,1), - (54678,12217,349,12345,0,640.746,-315.845,-51.9824,1.46608,7200,1,0,1238,0,0,1), - (54679,12216,349,2452,0,638.632,-312.248,-51.9875,5.60251,7200,1,0,1238,0,0,1), - (54680,11791,349,11338,0,634.602,-314.308,-50.962,4.46804,7200,0,0,5148,0,0,0), - (54681,11791,349,11338,0,637.383,-318.413,-50.9839,3.28122,7200,0,0,5148,0,0,0), - (54682,13142,349,0,0,712.483,-340.126,51.8134,4.2224,7200,0,0,5148,0,0,2), - (54683,13141,349,2079,0,620.877,-349.23,-51.936,6.17846,7200,2,0,4953,0,0,1), - (54684,12242,349,0,0,736.248,-456.79,-52.8932,5.40292,7200,0,0,5346,0,0,2), - (54685,122,0,2343,0,-11186.8,1289.19,88.7771,2.51536,300,5,0,386,0,0,1), - (54686,122,0,2342,0,-11292.4,1374.8,95.8735,0.296706,300,0,0,386,0,0,0), - (54687,15078,0,15236,0,-14416.6,514.355,4.99444,5.08304,550,0,0,3517,0,0,0), - (54688,15079,0,15200,0,-14424.1,511.091,4.94446,0.714783,550,0,0,3517,0,0,0), - (54689,449,0,2345,0,-11300.1,1384.48,95.5298,1.0472,300,0,0,356,0,0,0), - (54690,121,0,2337,0,-11204.4,1289.99,91.8471,0,300,10,0,328,0,0,1), - (54691,11790,349,11345,0,674.105,-344.019,-51.5498,5.89921,7200,1,0,4953,0,0,1), - (54692,2914,349,1206,0,606.83,-376.575,-51.936,2.37365,7200,10,0,8,0,0,1), - (54693,13142,349,13098,0,617.453,-354.993,-52.0194,1.07088,7200,2,0,5148,0,0,1), - (54694,12217,349,12345,0,685.664,-345.066,-52.1014,5.95157,7200,1,0,1238,0,0,1), - (54695,12216,349,2452,0,678.345,-349.311,-52.2441,0.610865,7200,1,0,1238,0,0,1), - (54696,12216,349,2452,0,683.27,-351.368,-52.095,0.20944,7200,1,0,1238,0,0,1), - (54697,12217,349,12345,0,727.906,-332.296,-50.7887,2.72271,7200,1,0,1238,0,0,1), - (54698,13142,349,13098,0,697.088,-372.955,-51.936,1.06465,7200,5,0,5148,0,0,1), - (54699,2914,349,1206,0,702.582,-357.157,-51.9441,0.506145,7200,10,0,8,0,0,1), - (54702,8605,0,7900,0,2986.53,-4775.66,99.8841,2.69936,345,10,0,3644,0,0,1), - (54705,8598,0,9022,0,3029.94,-4047.74,101.633,2.51079,345,10,0,3758,0,0,1), - (54719,8605,0,7900,0,2872.64,-4856.63,100.109,4.74117,345,10,0,3644,0,0,1), - (54720,11791,349,11338,0,691.346,-349.297,-51.1676,2.93215,7200,0,0,5148,0,0,0), - (54721,11792,349,0,0,788.881,-336.129,-50.4012,2.12786,7200,0,0,4953,0,0,2), - (54722,11790,349,11345,0,601.067,-402.522,-51.936,2.6529,7200,0,0,4953,0,0,0), - (54723,11791,349,11338,0,614.951,-400.142,-51.936,2.23402,7200,0,0,5148,0,0,0), - (54724,11791,349,11338,0,581.786,-390.249,-51.936,0.820305,7200,0,0,5148,0,0,0), - (54725,11791,349,11338,0,580.809,-384.172,-51.936,0.383972,7200,0,0,5148,0,0,0), - (54726,11791,349,11338,0,594.648,-399.883,-51.936,5.8294,7200,0,0,5148,0,0,0), - (54727,11791,349,11338,0,616.528,-392.275,-51.936,2.9147,7200,0,0,5148,0,0,0), - (54728,12216,349,2452,0,744.108,-343.427,-50.7637,4.3986,7200,1,0,1238,0,0,1), - (54729,12216,349,2452,0,733.493,-333.481,-50.7962,1.49642,7200,1,0,1238,0,0,1), - (54730,12217,349,12345,0,739.44,-337.971,-50.7764,5.55699,7200,1,0,1238,0,0,1), - (54731,11790,349,11345,0,738.584,-330.438,-50.7237,4.50295,7200,0,0,4953,0,0,0), - (54732,11791,349,11338,0,735.152,-342.541,-50.7083,1.37881,7200,0,0,5148,0,0,0), - (54733,11792,349,0,0,617.64,-223.231,-61.1964,5.81495,7200,0,1,4953,0,0,2), - (54734,13142,349,13098,0,771.383,-352.868,-61.5713,5.74213,7200,3,0,5148,0,0,1), - (54735,13141,349,2079,0,796.36,-373.903,-59.0663,6.21337,7200,5,0,4953,0,0,1), - (54736,11790,349,11345,0,789.526,-424.056,-53.5349,5.3058,7200,1,0,4953,0,0,1), - (54737,11790,349,11345,0,790.499,-413.405,-53.3356,4.95674,7200,1,0,4953,0,0,1), - (54738,12217,349,12345,0,789.389,-419.179,-53.5493,1.91986,7200,1,0,1238,0,0,1), - (54739,12216,349,2452,0,793.614,-413.387,-53.4507,5.67232,7200,1,0,1238,0,0,1), - (54740,2914,349,1206,0,808.974,-392.469,-58.954,3.9619,7200,10,0,8,0,0,1), - (54741,13141,349,2079,0,816.502,-376.739,-59.101,6.16101,7200,5,0,4953,0,0,1), - (54742,15116,1,15237,0,1612.98,-4427.43,11.4343,2.76668,550,0,0,3517,0,0,0), - (54743,12216,349,2452,0,791.652,-424.879,-53.7028,2.4517,7200,1,0,1238,0,0,1), - (54744,8605,0,7900,0,2599.31,-4905.96,75.9319,3.64983,345,10,0,3644,0,0,1), - (54745,8603,0,7898,0,1865.83,-2826.49,85.219,1.32297,345,5,0,3293,0,0,1), - (54746,8596,0,7890,0,1563.8,-3929.91,174.954,5.25381,345,5,0,3189,0,0,1), - (54747,8603,0,7898,0,1782.71,-4300.01,78.3849,0.562534,345,10,0,3293,0,0,1), - (54748,8546,0,10410,0,2473.87,-3731.26,183.611,5.74213,345,0,0,4212,0,0,0), - (54749,11038,0,10560,0,2151.72,-5264.51,95.873,1.31182,345,0,0,3748,0,0,2), - (54751,16378,0,16148,0,2222.83,-5356.57,93.6498,1.26527,610,5,0,5000,0,0,1), - (54752,16378,0,16150,0,2317.23,-5353.55,87.8866,3.64935,610,3,0,5000,0,0,1), - (54753,16378,0,16148,0,2297.88,-5352.6,91.6577,2.07694,610,0,0,5000,0,0,0), - (54754,11039,0,10468,0,2255.89,-5337.72,86.2628,0.593412,345,0,0,4120,0,0,0), - (54755,16378,0,16147,0,2320.16,-5295.26,82.0207,3.78736,610,0,0,5000,0,0,0), - (54756,16378,0,16147,0,2226,-5292.55,81.349,1.24343,610,5,0,5000,0,0,1), - (54757,16378,0,16150,0,2323,-5326.13,82.0478,2.51327,610,0,0,5000,0,0,0), - (54758,16378,0,16147,0,2245.63,-5341.06,86.6369,1.44862,610,0,0,5000,0,0,0), - (54759,8556,0,11178,0,2931.89,-2693.33,95.6385,6.17846,345,0,0,3529,0,0,0), - (54760,8558,0,9758,0,2967.31,-2674.48,99.5009,5.95157,345,0,0,3876,0,0,0), - (54761,8558,0,9758,0,2972.36,-2671.38,99.9904,4.67748,345,0,0,3876,0,0,0), - (54762,8557,0,6841,0,2855.04,-2564.61,88.2165,1.33656,345,5,0,3882,0,0,1), - (54763,8556,0,11178,0,2915.54,-2647.01,92.146,1.77334,345,2,0,3529,0,0,1), - (54764,8555,0,3004,0,3012.34,-2741.36,98.955,4.46025,345,3,0,3189,0,0,1), - (54765,16112,0,16012,0,2300.91,-5351.64,91.6577,1.8326,610,0,0,100000,0,0,0), - (54766,16115,0,16015,0,2298.86,-5341.83,90.8799,2.16421,610,0,0,100000,12170,0,2), - (54767,11792,349,0,0,837.646,-346.113,-52.0496,0.163293,7200,0,0,4953,0,0,2), - (54768,16212,0,16066,0,2314.55,-5322.86,82.0478,2.18166,345,0,0,8700,0,0,0), - (54805,16283,0,16106,0,2302.23,-5296.91,82.0796,1.85005,345,0,0,5000,0,0,0), - (54807,16113,0,16013,0,2298.9,-5339.02,90.8799,-2.49582,610,0,0,100000,243400,0,0), - (54809,16117,0,6121,0,2975.9,-2761.93,112.671,1.98933,345,5,0,3968,0,0,1), - (54859,16117,0,6121,0,3036.55,-2819.72,105.965,5.49066,345,10,0,3968,0,0,1), - (55070,13141,349,2079,0,830.016,-448.155,-56.2507,3.33358,7200,5,0,4953,0,0,1), - (55071,13533,349,13609,0,928.311,-369.814,-50.4766,2.38871,7200,3,0,5346,0,0,1), - (55072,12217,349,12345,0,769.073,-469.252,-40.9977,2.6529,7200,1,0,1238,0,0,1), - (55073,12217,349,12345,0,777.114,-468.179,-41.1395,4.15388,7200,1,0,1238,0,0,1), - (55074,11790,349,11345,0,775.081,-463.518,-41.1876,3.78736,7200,0,0,4953,0,0,0), - (55075,12216,349,2452,0,811.594,-501.381,-40.6044,3.33358,7200,1,0,1238,0,0,1), - (55076,12216,349,2452,0,812.477,-496.378,-40.0211,2.26893,7200,1,0,1238,0,0,1), - (55077,12216,349,2452,0,801.899,-492.686,-39.6279,6.03884,7200,1,0,1238,0,0,1), - (55078,12217,349,12345,0,814.08,-511.499,-41.0845,5.74213,7200,2,0,1238,0,0,1), - (55079,11790,349,11345,0,814.742,-504.85,-40.8171,2.80998,7200,0,0,4953,0,0,0), - (55080,12217,349,12345,0,754.606,-517.529,-53.0517,0.506145,7200,1,0,1238,0,0,1), - (55081,12216,349,2452,0,762.208,-522.24,-53.0395,5.91667,7200,1,0,1238,0,0,1), - (55082,12216,349,2452,0,762.065,-508.685,-52.9463,4.60767,7200,1,0,1238,0,0,1), - (55083,11790,349,11345,0,755.923,-521.588,-53.0517,0.331613,7200,1,0,4953,0,0,1), - (55084,11790,349,11345,0,757.784,-512.531,-53.0517,5.65487,7200,1,0,4953,0,0,1), - (55085,12217,349,12345,0,758.59,-461.858,-40.8331,0.64812,7200,1,0,1238,0,0,1), - (55086,12216,349,2452,0,763.24,-466.769,-40.9006,5.68977,7200,1,0,1238,0,0,1), - (55087,12217,349,12345,0,762.554,-554.018,-33.5205,3.92462,7200,2,0,1238,0,0,1), - (55088,12216,349,2452,0,762.554,-554.018,-33.5205,3.92462,7200,2,0,1238,0,0,1), - (55090,13141,349,0,0,753.899,-478.24,-52.9061,5.36458,7200,0,0,4953,0,0,2), - (55091,12216,349,2452,0,758.001,-558.553,-33.0496,3.92961,7200,2,0,1238,0,0,1), - (55092,12217,349,12345,0,716.339,-502.585,-36.3717,5.74213,7200,2,0,1238,0,0,1), - (55093,12216,349,2452,0,716.286,-496.908,-36.5688,3.40339,7200,2,0,1238,0,0,1), - (55094,12216,349,2452,0,710.471,-498.483,-36.4188,5.81195,7200,1,0,1238,0,0,1), - (55095,11790,349,11345,0,745.341,-505.86,-41.3151,3.35103,7200,2,0,4953,0,0,1), - (55096,11790,349,11345,0,740.344,-500.71,-40.9572,4.2586,7200,2,0,4953,0,0,1), - (55097,13533,349,13609,0,916.052,-355.317,-50.4767,2.27274,7200,3,0,5346,0,0,1), - (55098,12206,349,12309,0,297.198,-170.81,-59.9956,2.34287,7200,6,1,11940,0,0,2), - (55099,11793,349,11714,0,806.328,72.7586,-86.7958,5.1642,7200,3,0,4434,2301,0,1), - (55100,11794,349,12337,0,810.533,75.4264,-86.4627,1.8326,7200,2,0,5544,0,0,1), - (55101,11793,349,11714,0,801.315,81.004,-86.6453,4.8359,7200,2,0,4434,2301,0,1), - (55103,11794,349,12337,0,802.575,75.7475,-86.8358,5.31355,7200,3,0,5544,0,0,1), - (55104,12225,349,12350,0,726.106,77.9764,-86.5913,6.00393,43200,0,0,12280,6348,0,0), - (55107,13743,349,9593,0,725.948,85.2888,-86.9268,4.46804,7200,2,0,1651,0,0,1), - (55108,13743,349,9593,0,719.006,79.0069,-86.9727,3.9968,7200,2,0,1651,0,0,1), - (55109,13743,349,9593,0,724.383,70.6804,-86.9115,0.174533,7200,2,0,1651,0,0,1), - (55110,13321,349,6295,0,617.496,27.362,-96.2295,3.735,7200,5,0,42,0,0,1), - (55111,13599,349,6368,0,618.178,27.9777,-96.2295,3.89208,7200,5,0,2399,0,0,1), - (55112,13599,349,6368,0,594.187,-0.671432,-96.2295,4.93928,7200,5,0,2399,0,0,1), - (55113,13321,349,6297,0,576.581,41.6299,-96.2295,2.46091,7200,5,0,42,0,0,1), - (55114,13599,349,6368,0,575.895,40.6003,-96.2295,4.59022,7200,5,0,2399,0,0,1), - (55115,13599,349,6368,0,565.722,72.6156,-96.3128,2.197,7200,0,0,2399,0,0,0), - (55116,13599,349,6368,0,566.32,76.2589,-96.3128,2.08147,7200,0,0,2399,0,0,0), - (55117,13599,349,6368,0,563.656,70.0509,-96.3128,2.07909,7200,0,0,2399,0,0,0), - (55118,13599,349,6368,0,560.32,74.5518,-96.3128,2.27017,7200,0,0,2399,0,0,2), - (55119,13321,349,901,0,564.205,22.5935,-96.2295,0.558505,7200,5,0,42,0,0,1), - (55120,13599,349,6368,0,561.543,106.598,-96.2295,1.78024,7200,5,0,2399,0,0,1), - (55121,13321,349,901,0,566.123,108.648,-96.2295,0.680678,7200,5,0,42,0,0,1), - (55122,13599,349,6368,0,557.38,14.8111,-96.2295,3.50811,7200,5,0,2399,0,0,1), - (55123,13599,349,6368,0,565.576,111.099,-96.3128,1.09958,7200,5,0,2399,0,0,1), - (55124,13321,349,1924,0,469.148,82.6312,-96.2265,1.71042,7200,5,0,42,0,0,1), - (55125,13599,349,6368,0,489.514,70.7749,-96.2295,2.07694,7200,5,0,2399,0,0,1), - (55126,13599,349,6368,0,501.696,15.9784,-96.2295,5.42797,7200,5,0,2399,0,0,1), - (55127,13321,349,6297,0,496.831,-1.75809,-96.2295,2.42601,7200,5,0,42,0,0,1), - (55128,13599,349,6368,0,498.234,-33.2483,-96.3129,3.48156,7200,5,0,2399,0,0,1), - (55129,13599,349,6368,0,484.038,-40.9981,-96.3128,0.733645,7200,5,0,2399,0,0,1), - (55130,13599,349,6368,0,479.861,-47.1232,-96.3128,0.335294,7200,5,0,2399,0,0,1), - (55131,13599,349,6368,0,477.122,-47.5442,-96.3128,0.522017,7200,5,0,2399,0,0,1), - (55132,13599,349,6368,0,478.962,-43.8339,-96.3128,0.51851,7200,5,0,2399,0,0,1), - (55166,13599,349,6368,0,477.189,-42.6843,-96.3128,0.534915,7200,5,0,2399,0,0,1), - (55167,12206,349,12309,0,171.467,-190.018,-110.903,0.069813,7200,0,0,11940,0,0,0), - (55336,6145,349,4878,0,430.249,50.0167,-149.919,3.12414,7200,5,0,42,0,0,1), - (55337,6145,349,4878,0,426.917,26.3165,-149.9,1.51844,7200,5,0,42,0,0,1), - (55338,12206,349,12309,0,38.3197,-35.2215,-128.15,4.46804,7200,0,0,11940,0,0,0), - (55339,13321,349,1924,0,339.666,11.2884,-130.871,0.017453,7200,5,0,42,0,0,1), - (55340,12206,349,12309,0,76.7185,-168.97,-169.867,5.74213,7200,0,0,11940,0,0,0), - (55341,12206,349,12309,0,21.3003,-34.1877,-127.808,4.60767,7200,0,0,11940,0,0,0), - (55342,12201,349,12292,0,27.8981,83.1932,-124.483,0.240237,43200,5,1,20620,0,0,2), - (55343,13321,349,901,0,331.647,49.3762,-130.917,1.37881,7200,5,0,42,0,0,1), - (55344,12206,349,12309,0,73.008,-197.635,-109.857,4.45059,7200,0,0,11940,0,0,0), - (55345,12206,349,12309,0,17.4328,-114.711,-123.872,4.69494,7200,0,0,11940,0,0,0), - (55346,13321,349,6297,0,294.309,24.9293,-130.919,3.57792,7200,5,0,42,0,0,1), - (55347,12206,349,12309,0,56.0879,-208.406,-109.62,5.32325,7200,0,0,11940,0,0,0), - (55348,12206,349,12309,0,-0.296263,-119.216,-123.903,5.23599,7200,0,0,11940,0,0,0), - (55349,13321,349,6295,0,300.666,-22.7737,-130.927,0.715585,7200,5,0,42,0,0,1), - (55350,13321,349,6297,0,275.079,56.3079,-130.927,4.29351,7200,5,0,42,0,0,1), - (55351,13321,349,1924,0,298.616,68.2607,-130.93,4.31096,7200,5,0,42,0,0,1), - (55363,16117,0,6121,0,2913.54,-2915.63,100.151,5.85664,345,5,0,3968,0,0,1), - (55376,12207,349,6737,0,277.117,41.9898,-131.01,2.1298,7200,3,0,10554,0,0,1), - (55377,12207,349,6737,0,309.63,97.8969,-131.752,4.24793,7200,3,0,10554,0,0,1), - (55378,13321,349,901,0,323.719,135.497,-131.666,5.61996,7200,5,0,42,0,0,1), - (55379,13321,349,901,0,269.573,-0.751709,-130.927,5.21853,7200,5,0,42,0,0,1), - (55380,13321,349,6295,0,364.391,146.031,-131.676,4.69494,7200,5,0,42,0,0,1), - (55381,11789,349,12333,0,358.876,198.009,-103.59,0.802851,7200,2,0,1919,0,0,1), - (55382,11789,349,13211,0,349.449,199.305,-101.852,1.23918,7200,5,0,1919,0,0,1), - (55383,11789,349,13212,0,343.455,209.268,-101.919,2.7843,7200,2,0,1919,0,0,1), - (55384,11789,349,13211,0,350.767,203.962,-102.122,5.78446,7200,2,0,1919,0,0,1), - (55385,11789,349,12333,0,355.294,205.216,-102.213,3.69712,7200,2,0,1919,0,0,1), - (55386,11789,349,9032,0,349.12,214.304,-101.919,2.48562,7200,2,0,1919,0,0,1), - (55387,2914,349,1206,0,351.17,204.094,-102.046,5.23599,7200,2,0,8,0,0,1), - (55388,11789,349,12333,0,426.42,186.571,-112.809,0.977384,7200,2,0,1919,0,0,1), - (55389,11789,349,13212,0,432.291,187.774,-112.809,5.70723,7200,2,0,1919,0,0,1), - (55390,11789,349,9032,0,434.627,176.451,-113.249,2.96706,7200,2,0,1919,0,0,1), - (55424,11789,349,12333,0,435.835,182.061,-113.089,0.296706,7200,2,0,1919,0,0,1), - (55425,11789,349,13212,0,426.496,174.369,-113.223,0.610865,7200,2,0,1919,0,0,1), - (55426,2914,349,1206,0,469.942,195.011,-93.9649,5.44543,7200,10,0,8,0,0,1), - (55427,11789,349,13211,0,444.826,222.771,-93.9635,4.17134,7200,2,0,1919,0,0,1), - (55428,11789,349,12333,0,373.973,254.617,-93.966,0.680678,7200,2,0,1919,0,0,1), - (55429,11789,349,13212,0,422.958,252.043,-112.809,0.226893,7200,2,0,1919,0,0,1), - (55430,11789,349,13211,0,412.098,251.997,-112.809,0.017453,7200,2,0,1919,0,0,1), - (55432,11789,349,12333,0,413.722,262.665,-113.078,5.32325,7200,2,0,1919,0,0,1), - (55433,11789,349,13211,0,418.653,257.884,-112.963,5.07891,7200,2,0,1919,0,0,1), - (55434,11789,349,9032,0,445.937,230.974,-94.0469,1.77473,7200,2,0,1919,0,0,1), - (55435,11789,349,13212,0,443.431,237.929,-94.0469,0.284811,7200,2,0,1919,0,0,1), - (55436,11789,349,13211,0,452.308,222.889,-94.0469,5.21707,7200,2,0,1919,0,0,1), - (55437,11789,349,13211,0,447.359,236.82,-94.0469,6.2066,7200,2,0,1919,0,0,1), - (55438,11789,349,9032,0,421.065,267.795,-112.877,3.66519,7200,2,0,1919,0,0,1), - (55439,2914,349,1206,0,422.167,266.835,-112.892,3.97935,7200,3,0,8,0,0,1), - (55440,2914,349,1206,0,392.931,265.509,-93.966,2.96706,7200,10,0,8,0,0,1), - (55441,11789,349,13211,0,369.572,259.807,-93.966,5.8294,7200,2,0,1919,0,0,1), - (55442,11789,349,12333,0,364.185,261.026,-94.0731,6.1056,7200,2,0,1919,0,0,1), - (55443,11789,349,13212,0,357.917,261.982,-94.0766,3.98254,7200,2,0,1919,0,0,1), - (55444,11789,349,9032,0,363.882,255.568,-94.0836,3.50857,7200,2,0,1919,0,0,1), - (55445,11789,349,13211,0,363.773,265.729,-94.0647,3.1204,7200,2,0,1919,0,0,1), - (55446,11789,349,13211,0,497.84,256.666,-93.966,5.49779,7200,2,0,1919,0,0,1), - (55447,11789,349,12333,0,492.267,259.671,-93.966,3.50811,7200,2,0,1919,0,0,1), - (55449,11789,349,12333,0,500.731,260.671,-93.966,1.01229,7200,2,0,1919,0,0,1), - (55450,11789,349,9032,0,502.503,254.84,-93.966,3.52556,7200,2,0,1919,0,0,1), - (55451,11789,349,13212,0,490.254,265.185,-93.966,0.890118,7200,2,0,1919,0,0,1), - (55452,11789,349,13212,0,497.253,265.49,-93.966,2.3911,7200,2,0,1919,0,0,1), - (55453,11789,349,12333,0,513.198,208.444,-93.966,5.23599,7200,1,0,1919,0,0,1), - (55454,11789,349,13212,0,516.662,215.111,-93.966,2.77507,7200,1,0,1919,0,0,1), - (55455,11789,349,13211,0,518.663,203.9,-93.966,2.32129,7200,1,0,1919,0,0,1), - (55456,11789,349,13212,0,524.349,218.942,-93.966,4.20624,7200,1,0,1919,0,0,1), - (55457,11789,349,9032,0,527.922,211.692,-93.966,0.541052,7200,1,0,1919,0,0,1), - (55458,12207,349,6737,0,284.438,25.4183,-131.01,1.81523,7200,5,1,10554,0,0,2), - (55459,12206,349,12309,0,37.7301,-254.956,-169.68,2.11185,7200,0,0,11940,0,0,0), - (55460,13321,349,6297,0,332.472,-88.7337,-130.927,0.628319,7200,5,0,42,0,0,1), - (55461,12207,349,6737,0,332.746,-90.2094,-131.01,2.12854,7200,3,0,10554,0,0,1), - (55462,12207,349,6737,0,275.028,-58.9521,-131.01,2.7657,7200,5,1,10554,0,0,2), - (55463,12206,349,12309,0,49.7168,-280.925,-108.595,0.698132,7200,0,0,11940,0,0,0), - (55464,12206,349,12309,0,59.5708,-293.16,-107.856,1.01229,7200,0,0,11940,0,0,0), - (55465,11784,349,11712,0,249.569,-93.8706,-129.611,2.49518,7200,3,0,5757,0,0,2), - (55467,12207,349,6737,0,248.743,-8.41897,-131.01,3.50653,7200,2,0,10554,0,0,1), - (55468,13323,349,13209,0,216.693,-98.689,-129.511,3.33358,7200,3,0,5757,0,0,1), - (55469,13323,349,13209,0,227.783,-93.7054,-129.526,0,7200,3,0,5757,0,0,1), - (55470,13323,349,13209,0,218.668,-85.7526,-129.529,0,7200,3,0,5757,0,0,1), - (55471,11784,349,11712,0,200.951,-133.789,-101.056,0.81201,7200,0,0,5757,0,0,2), - (56312,16117,0,6121,0,2948.03,-2718.71,109.051,1.54509,345,10,0,3968,0,0,1), - (56313,16117,0,6121,0,3018.01,-2813.85,105.456,4.89064,345,10,0,3968,0,0,1), - (56314,121,0,2337,0,-11114.6,1170.27,59.8462,3.74392,300,5,0,328,0,0,1), - (56317,121,0,2336,0,-11154.3,1224.8,78.8006,0,300,0,0,328,0,0,0), - (56318,16117,0,6121,0,2943.02,-2785.87,111.278,3.01693,345,10,0,3968,0,0,1), - (56319,9450,0,10398,0,1715.73,-5581.03,107.49,0.669862,610,2,0,6273,2117,0,1), - (56320,9449,0,10387,0,1760.92,-5243.8,90.7254,0.329248,610,5,0,6078,2041,0,1), - (56321,9450,0,10401,0,1654.75,-5539.3,100.979,1.37881,610,0,0,6273,2117,0,0), - (56323,14868,0,14937,0,-9558.09,133.618,58.8822,6.04554,180,0,0,334,0,0,0), - (56324,14871,0,14943,0,-9566.38,31.1655,61.4444,1.58992,180,0,0,500,0,0,0), - (56326,14869,0,14940,0,-9549.82,112.997,59.0065,3.32908,180,5,0,64,0,0,1), - (56342,14829,0,0,0,-9552.13,140.868,58.8816,5.55624,180,0,0,4108,0,0,0), - (56345,13323,349,13210,0,267.633,-159.27,-110.858,1.0472,7200,2,0,5757,0,0,1), - (56346,2914,349,1206,0,272.642,-159.493,-111.208,5.32325,7200,10,0,8,0,0,1), - (56347,13323,349,13210,0,265.299,-169.483,-110.965,5.03973,7200,2,0,5757,0,0,1), - (56399,13323,349,13209,0,259.114,-173.228,-110.961,1.48512,7200,2,0,5757,0,0,1), - (56400,13323,349,13210,0,224.728,-184.527,-131.021,0.226893,7200,3,0,5757,0,0,1), - (56401,13323,349,13210,0,225.373,-173.712,-131.117,2.00713,7200,3,0,5757,0,0,1), - (56402,13323,349,13210,0,216.759,-177.455,-131.076,0,7200,3,0,5757,0,0,1), - (56468,11789,349,13212,0,169.201,-184.755,-171.792,1.67552,7200,2,0,1919,0,0,1), - (56469,13323,349,13210,0,214.37,-212.264,-131.076,0.418879,7200,3,0,5757,0,0,1), - (56470,13323,349,13209,0,225.214,-223.845,-131.029,5.02655,7200,3,0,5757,0,0,1), - (56471,13323,349,13210,0,219.411,-217.144,-131.064,0,7200,3,0,5757,0,0,1), - (56472,11789,349,13211,0,162.719,-190.404,-171.87,1.81697,7200,2,0,1919,0,0,1), - (56473,11789,349,13212,0,155.947,-196.335,-171.786,3.01942,7200,2,0,1919,0,0,1), - (56474,11789,349,12333,0,161.961,-179.915,-171.873,0.59168,7200,2,0,1919,0,0,1), - (56475,2914,349,1206,0,242.442,-273.321,-131.512,4.24115,7200,10,0,8,0,0,1), - (56476,13323,349,13210,0,238.625,-272.991,-131.512,0.558505,7200,3,0,5757,0,0,1), - (56477,13323,349,13210,0,248.38,-270.49,-131.512,4.38078,7200,3,0,5757,0,0,1), - (56478,11789,349,13211,0,152.356,-190.924,-171.479,2.8304,7200,2,0,1919,0,0,1), - (56479,11789,349,13211,0,150.355,-199.439,-171.858,0.525435,7200,2,0,1919,0,0,1), - (56480,2914,349,1206,0,153.59,-223.742,-108.769,0.488692,7200,10,0,8,0,0,1), - (56481,13323,349,13209,0,237.787,-263.618,-131.058,0,7200,3,0,5757,0,0,1), - (56482,13323,349,13209,0,150.386,-240.106,-108.768,4.55531,7200,2,0,5757,0,0,1), - (56483,13323,349,13210,0,139.83,-221.503,-108.768,5.14872,7200,2,0,5757,0,0,1), - (56484,13323,349,13210,0,143.571,-229.419,-108.768,0,7200,2,0,5757,0,0,1), - (56485,11784,349,11712,0,150.435,-194.71,-171.844,0.136059,7200,0,0,5757,0,0,2), - (56489,11789,349,12333,0,177.462,-280.53,-170.766,1.39626,7200,2,0,1919,0,0,1), - (56490,13323,349,13209,0,134.956,-232.395,-108.851,4.8904,7200,2,0,5757,0,0,1), - (56491,11789,349,13212,0,260.778,-324.774,-140.079,2.32129,7200,2,0,1919,0,0,1), - (56492,11789,349,13211,0,250.874,-322.728,-140.625,0.122173,7200,2,0,1919,0,0,1), - (56493,11789,349,13211,0,245.053,-328.655,-141.898,0.610865,7200,2,0,1919,0,0,1), - (56494,11789,349,9032,0,177.905,-292.339,-171.058,1.50897,7200,2,0,1919,0,0,1), - (56495,11789,349,9032,0,180.165,-305.196,-172.459,4.07627,7200,1,0,1919,0,0,1), - (56496,11789,349,9032,0,169.804,-287.721,-170.591,4.33353,7200,2,0,1919,0,0,1), - (56497,14846,0,14882,0,-9557.49,105.464,58.9648,4.64258,180,0,0,2016,0,0,0), - (56498,14828,0,14854,0,-9533.65,95.1698,58.9648,4.03171,180,0,0,1240,0,0,0), - (56499,10445,0,9810,0,-9541.73,87.4378,59.3029,6.23082,180,0,0,980,0,0,0), - (56500,11789,349,13211,0,184.538,-296.787,-171.501,3.03901,7200,2,0,1919,0,0,1), - (56501,11784,349,11712,0,177.02,-304.479,-172.301,3.50771,7200,0,0,5757,0,0,2), - (56506,11789,349,13211,0,321.909,-270.525,-117.774,1.15192,7200,2,0,1919,0,0,1), - (56507,11789,349,13212,0,258.788,-344.143,-139.989,2.65193,7200,2,0,1919,0,0,1), - (56508,11789,349,9032,0,261.41,-334.957,-139.834,2.91676,7200,2,0,1919,0,0,1), - (56509,11789,349,13211,0,323.703,-282.572,-118.075,6.01,7200,2,0,1919,0,0,1), - (56510,11789,349,12333,0,332.835,-287.568,-118.065,5.66725,7200,2,0,1919,0,0,1), - (56511,11789,349,13212,0,341.197,-279.971,-117.981,4.13682,7200,2,0,1919,0,0,1), - (56512,2914,349,1206,0,315.697,-319.779,-116.591,3.50811,7200,10,0,8,0,0,1), - (56513,11789,349,9032,0,328.706,-262.806,-118.052,4.2461,7200,2,0,1919,0,0,1), - (56514,11789,349,13211,0,341.451,-263.645,-118.05,3.52021,7200,2,0,1919,0,0,1), - (56515,11784,349,11712,0,312.607,-343.824,-117.538,1.48843,7200,0,0,5757,0,0,2), - (56519,2914,349,1206,0,315.308,-374.615,-124.784,1.23918,7200,10,0,8,0,0,1), - (56520,2914,349,1206,0,257.909,-370.425,-139.472,0.715585,7200,10,0,8,0,0,1), - (56521,11789,349,12333,0,321.658,-396.971,-124.784,1.88496,7200,3,0,1919,0,0,1), - (56522,11789,349,12333,0,324.879,-387.968,-124.784,4.76475,7200,3,0,1919,0,0,1), - (56523,11789,349,9032,0,332.864,-392.877,-124.784,1.53589,7200,3,0,1919,0,0,1), - (56524,13323,349,13209,0,253.696,-401.573,-139.472,0.767945,7200,3,0,5757,0,0,1), - (56525,11789,349,13211,0,325.421,-405.858,-124.867,5.46163,7200,3,0,1919,0,0,1), - (56526,11789,349,12333,0,335.165,-402.868,-124.867,5.57879,7200,3,0,1919,0,0,1), - (56527,11789,349,12333,0,320.35,-406.137,-124.867,6.11241,7200,3,0,1919,0,0,1), - (56528,13323,349,13209,0,251.928,-389.681,-139.472,2.6529,7200,2,0,5757,0,0,1), - (56529,13323,349,13210,0,243.17,-390.638,-139.472,0,7200,2,0,5757,0,0,1), - (56530,13323,349,13209,0,244.509,-398.866,-139.555,2.45964,7200,2,0,5757,0,0,1), - (56531,13323,349,13210,0,219.953,-360.824,-160.766,0.087266,7200,3,0,5757,0,0,1), - (56532,13323,349,13210,0,216.353,-371.045,-160.23,5.09636,7200,3,0,5757,0,0,1), - (56533,13323,349,13209,0,206.238,-357.843,-160.23,5.48033,7200,3,0,5757,0,0,1), - (56534,13323,349,13210,0,217.315,-355.456,-160.766,0,7200,3,0,5757,0,0,1), - (56535,2914,349,1206,0,201.361,-361.484,-160.23,0.10472,7200,10,0,8,0,0,1), - (56536,12206,349,12309,0,-137.012,-412.656,-189.179,0.087266,7200,0,0,11940,0,0,0), - (56537,2914,349,1206,0,149.905,-347.259,-175.057,4.57276,7200,10,0,8,0,0,1), - (56538,13601,349,7125,0,134.902,-313.731,-173.555,6.07375,43200,0,0,16496,0,0,0), - (56539,13323,349,13210,0,146.235,-381.372,-174.918,0.820305,7200,3,0,5757,0,0,1), - (56540,13323,349,13209,0,152.664,-372.99,-174.918,4.38078,7200,3,0,5757,0,0,1), - (56541,13323,349,13210,0,144.835,-363.08,-174.918,1.18682,7200,3,0,5757,0,0,1), - (56542,13323,349,13209,0,138.62,-370.588,-175.406,0,7200,3,0,5757,0,0,1), - (56543,11789,349,13212,0,128.19,-267.301,-168.444,5.74213,7200,1,0,1919,0,0,1), - (56544,11789,349,13211,0,113.677,-256.847,-167.749,0.05236,7200,1,0,1919,0,0,1), - (56545,11789,349,9032,0,121.794,-261.108,-168.189,5.2709,7200,1,0,1919,0,0,1), - (56546,11789,349,13212,0,131.78,-258.192,-168.055,1.95477,7200,1,0,1919,0,0,1), - (56547,11789,349,13211,0,134.664,-246.869,-168.398,4.98258,7200,1,0,1919,0,0,1), - (56549,11669,409,12190,0,1051.86,-887.561,-156.09,3.14159,420,0,0,9432,0,0,0), - (56554,9448,0,10395,0,1617.85,-5613.11,101.479,1.19906,610,0,0,6477,2163,0,0), - (56555,11669,409,12190,0,1052.21,-890.174,-156.87,3.1765,420,0,0,9432,0,0,0), - (56556,11669,409,12190,0,1052.1,-895.145,-158.422,1.69297,420,0,0,9432,0,0,0), - (56557,11669,409,12190,0,1046.76,-889.494,-157.256,1.01229,420,0,0,9432,0,0,0), - (56558,11669,409,12190,0,1042.78,-895.115,-158.649,3.68265,420,0,0,9432,0,0,0), - (56559,11669,409,12190,0,1044.42,-899.307,-158.771,6.05629,420,0,0,9432,0,0,0), - (56560,11669,409,12190,0,1042.78,-888.768,-157.825,4.79965,420,0,0,9432,0,0,0), - (56561,11669,409,12190,0,1040.79,-898.042,-159.13,5.25344,420,0,0,9432,0,0,0), - (56562,11669,409,12190,0,1040,-891.344,-158.877,3.7001,420,0,0,9432,0,0,0), - (56563,11669,409,12190,0,1045.65,-892.618,-157.81,4.03171,420,0,0,9432,0,0,0), - (56564,11669,409,12190,0,1033.44,-886.828,-159.574,0.174533,420,0,0,9432,0,0,0), - (56565,11669,409,12190,0,1034.46,-891.486,-159.556,3.92699,420,0,0,9432,0,0,0), - (56566,11669,409,12190,0,1033.92,-897.279,-159.873,3.94444,420,0,0,9432,0,0,0), - (56567,11669,409,12190,0,1031.86,-903.127,-160.348,6.17846,420,0,0,9432,0,0,0), - (56568,11669,409,12190,0,1037.91,-907.375,-159.63,2.20598,420,5,0,9432,0,0,1), - (56569,11669,409,12190,0,1026.62,-906.913,-161.835,2.70354,420,5,0,9432,0,0,1), - (56570,11669,409,12190,0,1026.41,-900.375,-161.546,4.01426,420,0,0,9432,0,0,0), - (56571,11669,409,12190,0,1027.23,-893.86,-161.051,5.72468,420,0,0,9432,0,0,0), - (56572,11669,409,12190,0,1026.35,-889.125,-160.916,0.750492,420,0,0,9432,0,0,0), - (56573,11669,409,12190,0,1032.38,-907.033,-160.374,2.07902,420,5,0,9432,0,0,1), - (56574,11669,409,12190,0,1073.91,-896.305,-156.789,1.39626,420,0,0,9432,0,0,0), - (56575,11669,409,12190,0,1069.77,-891.972,-156.307,0.069813,420,0,0,9432,0,0,0), - (56576,11669,409,12190,0,1068.98,-894.973,-157.023,2.53073,420,0,0,9432,0,0,0), - (56577,11669,409,12190,0,1068.88,-900.07,-158.184,5.32325,420,0,0,9432,0,0,0), - (56578,11669,409,12190,0,1061.65,-890.32,-156.379,0.122173,420,0,0,9432,0,0,0), - (56579,11669,409,12190,0,1063.88,-893.547,-157.01,2.74017,420,0,0,9432,0,0,0), - (56580,11669,409,12190,0,1063.37,-897.697,-158.136,1.32645,420,0,0,9432,0,0,0), - (56581,11669,409,12190,0,1061.81,-900.108,-159.11,2.96706,420,0,0,9432,0,0,0), - (56582,11669,409,12190,0,1060.13,-893.888,-157.256,1.8326,420,0,0,9432,0,0,0), - (56583,11669,409,12190,0,1067.16,-891.505,-156.469,0.593412,420,0,0,9432,0,0,0), - (56584,11669,409,12190,0,1051,-857.905,-158.564,4.43539,420,3,0,9432,0,0,1), - (56585,11669,409,12190,0,1063.67,-865.644,-159.007,0.441328,420,3,0,9432,0,0,1), - (56586,11669,409,12190,0,1063.81,-861.622,-158.82,4.97039,420,3,0,9432,0,0,1), - (56587,11669,409,12190,0,1061.16,-858.424,-159.333,1.92597,420,3,0,9432,0,0,1), - (56588,11669,409,12190,0,1059.94,-866.431,-159.648,1.15287,420,3,0,9432,0,0,1), - (56589,11669,409,12190,0,1056.73,-860.603,-159.178,3.38149,420,3,0,9432,0,0,1), - (56590,11669,409,12190,0,1052.31,-864.566,-159.504,3.91108,420,3,0,9432,0,0,1), - (56591,11669,409,12190,0,1045.71,-855.841,-158.773,2.12026,420,3,0,9432,0,0,1), - (56592,11669,409,12190,0,1047.92,-861.605,-159.323,4.95183,420,3,0,9432,0,0,1), - (56593,11669,409,12190,0,1043.4,-864.498,-158.811,2.6263,420,3,0,9432,0,0,1), - (56594,11669,409,12190,0,954.195,-878.481,-173.891,3.24631,420,3,0,9432,0,0,1), - (56595,11669,409,12190,0,954.811,-887.196,-174.197,5.18385,420,3,0,9432,0,0,1), - (56596,11669,409,12190,0,962.605,-886.837,-173.335,3.50033,420,3,0,9432,0,0,1), - (56597,11669,409,12190,0,968.984,-883.877,-173.347,2.42601,420,3,0,9432,0,0,1), - (56598,11669,409,12190,0,958.709,-894.308,-175.309,1.78288,420,3,0,9432,0,0,1), - (56599,11669,409,12190,0,964.508,-889.874,-173.89,2.16215,420,3,0,9432,0,0,1), - (56600,14823,0,14855,0,-9554.4,81.7822,59.0065,1.08224,180,0,0,9563,2486,0,0), - (56601,11669,409,12190,0,963.543,-901.374,-176.262,1.92479,420,3,0,9432,0,0,1), - (56602,11669,409,12190,0,971.108,-895.754,-172.913,0.678496,420,3,0,9432,0,0,1), - (56603,11669,409,12190,0,976.046,-888.556,-171.926,4.41568,420,3,0,9432,0,0,1), - (56604,11669,409,12190,0,976.438,-895.323,-171.901,2.30473,420,3,0,9432,0,0,1), - (56605,12118,409,13031,0,932.67,-927.528,-188.88,5.93384,604800,5,0,351780,39300,0,2), - (56606,12119,409,12030,0,928.803,-921.692,-189.348,6.18019,7200,5,0,90650,25680,0,2), - (56607,12119,409,12030,0,922.117,-931.63,-190.661,5.8443,7200,5,0,90650,25680,0,2), - (56608,12264,409,13032,0,583.49,-799.755,-205.356,0.23952,604800,0,0,351780,39300,0,2), - (56609,12057,409,0,0,679.838,-497.988,-213.733,3.62471,604800,0,0,659538,0,0,0), - (56610,12099,409,0,0,670.292,-495.011,-212.488,3.68022,7200,0,0,61040,0,0,0), - (56611,14827,0,536,0,-9558.14,78.5432,59.0065,0.488762,180,0,0,3857,0,0,0), - (56612,14864,0,14939,0,-9542.36,114.763,59.1315,3.3116,180,5,0,166,0,0,1), - (56613,14849,0,14914,0,-9571.82,90.374,59.0065,0.978225,180,0,0,1240,0,0,2), - (56614,14841,0,14877,0,-9576.4,87.7237,58.9648,6.23082,180,0,0,4108,0,0,0), - (56615,14822,0,491,0,-9536.62,73.2432,58.9648,1.90241,180,0,0,4108,2117,0,0), - (56616,12099,409,0,0,675.193,-489.132,-212.679,3.61502,7200,0,0,61040,0,0,0), - (56617,14847,0,14883,0,-9560.98,103.642,58.9648,5.5676,180,0,0,2016,0,0,0), - (56618,14869,0,14940,0,-9540.22,123.264,59.0065,5.01385,180,0,0,64,0,0,0), - (56619,12099,409,0,0,676.861,-507.534,-214.248,3.61736,7200,0,0,61040,0,0,0), - (56620,12099,409,0,0,683.046,-488.763,-213.224,3.69329,7200,0,0,61040,0,0,0), - (56621,14845,0,14881,0,-9564.5,72.2799,59.1869,0.663225,180,0,0,2016,0,0,0), - (56622,12099,409,0,0,688.694,-493.342,-213.977,3.73863,7200,0,0,61040,0,0,0), - (56623,14844,0,14880,0,-9561.12,69.9691,59.2053,1.01229,180,0,0,2016,0,0,0), - (56624,14866,0,14936,0,-1606.1,124.909,-15.568,4.62012,180,0,0,166,0,0,2), - (56625,14860,0,14589,0,-9515.7,85.8905,59.3007,2.40195,180,0,0,138,0,0,2), - (56626,12099,409,0,0,689.302,-501.019,-214.331,3.70871,7200,0,0,61040,0,0,0), - (56627,12099,409,5781,0,689.242,-507.944,-214.556,6.10999,7200,0,0,61040,0,0,0), - (56628,12099,409,0,0,671.092,-502.33,-213.129,3.40292,7200,0,0,61040,0,0,0), - (56629,11671,409,12168,0,1036.19,-963.074,-179.813,1.11117,3600,5,0,47160,0,0,1), - (56630,11671,409,12168,0,1034.73,-972.43,-181.188,2.82838,3600,5,0,47160,0,0,1), - (56631,11671,409,12168,0,1025.46,-961.317,-180.403,3.10219,3600,5,0,47160,0,0,1), - (56632,11671,409,12168,0,1046.48,-961.074,-178.57,1.20316,3600,5,0,47160,0,0,1), - (56633,11671,409,12168,0,1034.03,-954.25,-178.939,3.4383,3600,0,0,47160,0,0,0), - (56634,11671,409,12168,0,989.692,-965.383,-181.415,5.2709,3600,0,0,47160,0,0,0), - (56635,11671,409,12168,0,992.004,-978.667,-180.513,3.78539,3600,5,0,47160,0,0,1), - (56636,11671,409,12168,0,1001.52,-966.519,-181.794,6.16101,3600,0,0,47160,0,0,0), - (56637,11671,409,12168,0,981.992,-973.594,-180.24,4.36156,3600,5,0,47160,0,0,1), - (56638,11671,409,12168,0,1001.77,-975.85,-181.092,2.05949,3600,0,0,47160,0,0,0), - (56639,11671,409,12168,0,1079.31,-972.809,-182.793,4.4855,3600,0,0,47160,0,0,0), - (56640,11671,409,12168,0,1073.49,-964.628,-179.165,3.97935,3600,0,0,47160,0,0,0), - (56641,11671,409,12168,0,1066.72,-974.567,-182.05,2.46091,3600,0,0,47160,0,0,0), - (56642,11671,409,12168,0,1083.08,-982.534,-185.685,1.51844,3600,0,0,47160,0,0,0), - (56643,11671,409,12168,0,1090.27,-970.448,-182.639,5.44543,3600,0,0,47160,0,0,0), - (56644,11671,409,12168,0,1108.34,-982.679,-184.896,0.191986,3600,0,0,47160,0,0,0), - (56645,9448,0,10397,0,1568.73,-5434.4,97.6451,1.13446,610,0,0,6477,2163,0,0), - (56646,11671,409,12168,0,1117.13,-990.01,-185.323,0.871218,3600,5,0,47160,0,0,1), - (56647,11671,409,12168,0,1126.84,-999.45,-186.067,2.24987,3600,5,0,47160,0,0,1), - (56648,11671,409,12168,0,1105.78,-990.316,-186.331,0.601598,3600,5,0,47160,0,0,1), - (56649,11671,409,12168,0,1113.15,-997.942,-186.614,0.977306,3600,5,0,47160,0,0,1), - (56650,11671,409,12168,0,1082.91,-1026.79,-186.059,5.14558,3600,5,0,47160,0,0,1), - (56651,11671,409,12168,0,1074.44,-1017.51,-185.767,1.33002,3600,5,0,47160,0,0,1), - (56652,11671,409,12168,0,1096.83,-1028.02,-186.451,0.76185,3600,5,0,47160,0,0,1), - (56653,11671,409,12168,0,1098.85,-1017.27,-186.953,0.988185,3600,5,0,47160,0,0,1), - (56654,11671,409,12168,0,1085.22,-1010.2,-187.036,1.5708,3600,0,0,47160,0,0,0), - (56655,12056,409,12129,0,746.603,-966.558,-181.564,5.05888,604800,5,0,586256,0,0,2), - (56663,9447,0,10378,0,1767.7,-5444.96,81.0199,0.767945,610,0,0,5886,1982,0,0), - (56677,12098,409,13030,0,601.087,-1179.11,-195.882,1.5708,604800,0,0,439692,0,0,0), - (56678,11662,409,12030,0,594.125,-1178.11,-195.706,0.890118,7200,0,0,67980,72180,0,0), - (56679,11662,409,12030,0,608.382,-1178.97,-195.87,2.21657,7200,0,0,67980,72180,0,0), - (56680,14849,0,14914,0,-9544.69,73.6216,59.0065,0.573501,180,0,0,1240,0,0,2), - (56681,11662,409,12030,0,588.948,-1177.29,-195.424,0.575959,7200,0,0,67980,72180,0,0), - (56682,11662,409,12030,0,613.861,-1178.12,-195.602,2.53073,7200,0,0,67980,72180,0,0), - (56683,11982,409,10193,0,1144.63,-1020.48,-185.663,2.93215,604800,0,0,826088,0,0,0), - (56684,11988,409,11986,0,793.248,-998.265,-206.762,6.12611,604800,0,0,826088,0,0,0), - (56685,11672,409,11997,0,785.579,-974.27,-207.111,5.95157,7200,0,0,80925,0,0,0), - (56687,12249,0,7804,0,2855.62,-3232.57,134.27,0.331613,345,0,0,64,0,0,0), - (56688,12256,0,7804,0,2802.79,-3759.63,125.506,5.07891,345,0,0,64,0,0,0), - (56689,12247,0,12271,0,3234.96,-3095.31,161.423,6.03884,345,0,0,64,0,0,0), - (56690,11885,0,2715,0,1877.39,-3212.11,125.743,3.34291,610,3,0,9800,0,0,1), - (56691,11885,0,2715,0,1862.87,-3212.54,125.173,2.59376,610,3,0,9800,0,0,1), - (56692,8542,0,8783,0,3013.11,-5004.62,104.227,1.90334,345,3,0,3758,0,0,1), - (56693,8542,0,8783,0,2963.37,-4960.26,109.308,3.74071,345,0,0,3758,0,0,0), - (56694,8539,0,7857,0,3019.38,-4949.81,102.364,1.09934,345,0,0,3820,0,0,0), - (56695,8550,0,10423,0,2766.32,-5418.98,158.694,3.29867,345,0,0,3005,5598,0,0), - (56696,8561,0,10440,0,3403.27,-5004.05,184.712,6.26573,345,0,0,3876,0,0,0), - (56697,8523,0,5231,0,2886.74,-3476.34,114.876,4.99861,345,5,0,3189,0,0,1), - (56699,11672,409,11997,0,783.448,-1017.07,-205.389,0.558505,7200,0,0,80925,0,0,0), - (56700,11659,409,12162,0,695.551,-570.771,-210.663,0.174533,43200,0,0,149895,0,0,0), - (56701,11659,409,12162,0,680.575,-553.066,-209.453,0.925025,43200,0,0,149895,0,0,0), - (56702,11658,409,0,0,955.057,-656.78,-199.603,4.81711,43200,0,0,129480,0,0,0), - (56703,11659,409,12162,0,961.912,-646.348,-199.603,0.139626,43200,0,0,149895,0,0,0), - (56704,11658,409,0,0,1123.9,-546.339,-107.569,1.85005,43200,0,0,129480,0,0,0), - (56705,11658,409,0,0,1135.25,-536.02,-107.222,2.67035,43200,0,0,129480,0,0,0), - (56706,11658,409,0,0,968.041,-572.857,-202.527,5.11381,43200,0,0,129480,0,0,0), - (56707,11658,409,0,0,957.504,-580.835,-205.38,4.93928,43200,0,0,129480,0,0,0), - (56708,11658,409,0,0,862.148,-589.327,-203.503,5.53269,43200,0,0,129480,0,0,0), - (56709,11659,409,12162,0,857.964,-573.673,-204.033,0.593412,43200,0,0,149895,0,0,0), - (56710,11658,409,0,0,818.509,-609.092,-201.258,6.19592,43200,0,0,129480,0,0,0), - (56711,11659,409,12162,0,811.666,-599.488,-202.372,0.820305,43200,0,0,149895,0,0,0), - (56712,11659,409,12162,0,760.44,-499.878,-212.702,3.63029,43200,0,0,149895,0,0,0), - (56713,11659,409,12162,0,768.657,-512.394,-212.44,4.18879,43200,0,0,149895,0,0,0), - (56714,11658,409,0,0,1172.47,-561.812,-112.378,2.9147,43200,0,0,129480,0,0,0), - (56715,11658,409,0,0,1172.05,-575.496,-113.249,2.42601,43200,0,0,129480,0,0,0), - (56716,11658,409,0,0,1081.99,-772.752,-151.437,1.62316,43200,0,0,129480,0,0,0), - (56717,11658,409,0,0,1069.84,-766.122,-151.549,0.191986,43200,0,0,129480,0,0,0), - (56718,11658,409,0,0,798.749,-547.507,-212.361,5.70723,43200,0,0,129480,0,0,0), - (56719,11659,409,12162,0,787.113,-553.212,-213.331,4.32842,43200,0,0,149895,0,0,0), - (56720,11668,409,12231,0,1150.96,-764.344,-139.851,2.46091,9000,2,0,94320,0,0,1), - (56721,11668,409,12231,0,970.091,-662.586,-199.52,2.14675,9000,2,0,94320,0,0,1), - (56722,11666,409,1070,0,661.078,-863.043,-207.943,6.05629,7200,0,0,78600,0,0,0), - (56723,12100,409,12163,0,651.842,-862.057,-208.33,6.07375,7200,0,0,80925,0,0,0), - (56724,11667,409,5488,0,644.141,-855.789,-208.355,6.00393,7200,0,0,78600,0,0,0), - (56727,11668,409,12231,0,701.531,-553.726,-213.79,6.26573,9000,2,0,94320,0,0,1), - (56728,11668,409,12231,0,1128.52,-776.993,-147.171,2.3911,9000,2,0,94320,0,0,1), - (56729,11666,409,1070,0,679.924,-1088.4,-185.929,5.61996,7200,0,0,78600,0,0,0), - (56730,12076,409,5781,0,674.067,-1082.78,-186.741,5.0091,7200,0,0,78600,0,0,0), - (56731,11667,409,5488,0,663.237,-1091.76,-190.272,1.79769,7200,0,0,78600,0,0,0), - (56732,12076,409,5781,0,663.621,-1102.22,-191.753,6.02572,7200,5,0,78600,0,0,1), - (56733,11668,409,12231,0,1140.43,-570.256,-112.552,3.10669,9000,2,0,94320,0,0,1), - (56734,11668,409,12231,0,782.023,-585.019,-211.214,0.20944,9000,2,0,94320,0,0,1), - (56735,11668,409,12231,0,690.012,-843.639,-208.398,3.76991,9000,2,0,94320,0,0,1), - (56736,11668,409,12231,0,1056.5,-801.492,-151.717,2.14675,9000,2,0,94320,0,0,1), - (56737,12259,409,13030,0,898.074,-545.87,-203.405,4.81711,604800,0,0,351780,39300,0,0), - (56738,11661,409,12030,0,905.754,-542.433,-202.798,3.97935,7200,0,0,77700,25680,0,0), - (56739,11661,409,12030,0,890.958,-539.14,-203.051,5.44543,7200,0,0,77700,25680,0,0), - (56747,11658,409,0,0,1047.24,-718.871,-154.33,5.81195,43200,0,0,129480,0,0,0), - (56748,11659,409,12162,0,1040.62,-704.714,-160.49,0.750492,43200,0,0,149895,0,0,0), - (56749,11668,409,12231,0,692.237,-1115.81,-138.776,6.05629,9000,2,0,94320,0,0,1), - (56750,11666,409,1070,0,886.037,-995.401,-196.256,4.50295,7200,0,0,78600,0,0,0), - (56751,12076,409,5781,0,891.348,-988.805,-197.254,4.97419,7200,0,0,78600,0,0,0), - (56775,11667,409,5488,0,881.334,-987.008,-197.514,0.314159,7200,0,0,78600,0,0,0), - (56776,12076,409,5781,0,890.065,-978.625,-197.771,3.07178,7200,0,0,78600,0,0,0), - (56777,11668,409,12231,0,1156.39,-557.653,-111.91,0.295383,9000,2,0,94320,0,0,1), - (56778,11668,409,12231,0,746.785,-503.634,-214.709,5.12988,9000,2,0,94320,0,0,1), - (56779,11668,409,12231,0,896.718,-631.05,-199.603,4.0833,9000,2,0,94320,0,0,1), - (56780,11668,409,12231,0,761.491,-531.788,-214.413,5.84679,9000,2,0,94320,0,0,1), - (56781,11666,409,1070,0,705.099,-863.132,-203.246,4.34587,7200,0,0,78600,0,0,0), - (56782,12100,409,12163,0,708.437,-868.978,-201.662,3.64774,7200,0,0,80925,0,0,0), - (56783,11667,409,5488,0,711.677,-873.951,-200.25,3.03687,7200,0,0,78600,0,0,0), - (56784,11668,409,12231,0,855.88,-1030.09,-193.706,5.35816,9000,2,0,94320,0,0,1), - (56785,11668,409,12231,0,638.292,-1047.19,-200.079,6.23082,9000,2,0,94320,0,0,1), - (56786,11668,409,12231,0,1205.35,-633.135,-125.321,3.88314,9000,2,0,94320,0,0,1), - (56787,11668,409,12231,0,721.228,-945.115,-188.781,3.7001,9000,2,0,94320,0,0,1), - (56788,11668,409,12231,0,851.241,-601.516,-203.147,5.1118,9000,2,0,94320,0,0,1), - (56789,11668,409,12231,0,722.625,-889.503,-195.701,3.68265,9000,2,0,94320,0,0,1), - (56790,11668,409,12231,0,836.949,-1024.23,-199.867,6.16101,9000,2,0,94320,0,0,1), - (56791,11668,409,12231,0,766.722,-576.593,-213.671,4.94359,9000,2,0,94320,0,0,1), - (56792,11666,409,1070,0,734.617,-1037.41,-175.59,2.36404,7200,5,0,78600,0,0,1), - (56793,12076,409,5781,0,741.298,-1042.58,-173.995,5.85072,7200,5,0,78600,0,0,1), - (56794,11667,409,5488,0,738.521,-1027.86,-176.741,4.59022,7200,0,0,78600,0,0,0), - (56795,12076,409,5781,0,744.067,-1035.18,-175.028,3.34283,7200,5,0,78600,0,0,1), - (56796,11668,409,12231,0,1197.7,-618.907,-123.179,5.90362,9000,2,0,94320,0,0,1), - (56797,11666,409,1070,0,846.864,-986.669,-203.75,3.42085,7200,0,0,78600,0,0,0), - (56798,12100,409,12163,0,854.437,-982.424,-202.242,4.69494,7200,0,0,80925,0,0,0), - (56799,11667,409,5488,0,841.219,-983.197,-205.101,3.87463,7200,0,0,78600,0,0,0), - (56800,11668,409,12231,0,1160.36,-657.862,-130.633,3.73828,9000,2,0,94320,0,0,1), - (56801,11668,409,12231,0,838.139,-547.931,-202.562,4.33349,9000,2,0,94320,0,0,1), - (56802,11665,409,12164,0,1150.96,-764.344,-139.851,2.46091,9000,2,0,94320,0,0,1), - (56803,11665,409,12164,0,970.091,-662.586,-199.52,2.14675,9000,2,0,94320,0,0,1), - (56804,11665,409,12164,0,1128.52,-776.993,-147.171,2.3911,9000,2,0,94320,0,0,1), - (56805,11665,409,12164,0,692.237,-1115.81,-138.776,6.05629,9000,2,0,94320,0,0,1), - (56806,11665,409,12164,0,1156.39,-557.653,-111.91,0.295383,9000,2,0,94320,0,0,1), - (56807,11665,409,12164,0,896.718,-631.05,-199.603,4.0833,9000,2,0,94320,0,0,1), - (56808,11665,409,12164,0,855.88,-1030.09,-193.706,5.35816,9000,2,0,94320,0,0,1), - (56809,11665,409,12164,0,638.292,-1047.19,-200.079,6.23082,9000,2,0,94320,0,0,1), - (56810,11665,409,12164,0,721.228,-945.115,-188.781,3.7001,9000,2,0,94320,0,0,1), - (56811,11665,409,12164,0,838.139,-547.931,-202.562,4.33349,9000,2,0,94320,0,0,1), - (56812,11665,409,12164,0,1186.97,-657.141,-128.659,6.27447,9000,2,0,94320,0,0,1), - (56813,11665,409,12164,0,639.971,-1131.11,-198.953,5.8294,9000,2,0,94320,0,0,1), - (56814,11665,409,12164,0,1140.03,-583.332,-112.802,0.156878,9000,2,0,94320,0,0,1), - (56815,11665,409,12164,0,900.52,-1029.9,-190.77,3.64774,9000,2,0,94320,0,0,1), - (56816,11665,409,12164,0,1092.77,-648.297,-152.55,2.1293,9000,2,0,94320,0,0,1), - (56817,11665,409,12164,0,862.858,-627.298,-201.089,1.09956,9000,2,0,94320,0,0,1), - (56818,11665,409,12164,0,874.957,-550.344,-203.103,5.67232,9000,2,0,94320,0,0,1), - (56819,11665,409,12164,0,1016.78,-751.844,-156.017,2.1293,9000,2,0,94320,0,0,1), - (56820,11665,409,12164,0,701.531,-553.726,-213.79,6.26573,9000,2,0,94320,0,0,1), - (56821,11665,409,12164,0,1140.43,-570.256,-112.552,3.10669,9000,2,0,94320,0,0,1), - (56822,11665,409,12164,0,782.023,-585.019,-211.214,0.20944,9000,2,0,94320,0,0,1), - (56823,11665,409,12164,0,690.012,-843.639,-208.398,3.76991,9000,2,0,94320,0,0,1), - (56824,11665,409,12164,0,1056.5,-801.492,-151.717,2.14675,9000,2,0,94320,0,0,1), - (56825,11665,409,12164,0,746.785,-503.634,-214.709,5.12988,9000,2,0,94320,0,0,1), - (56826,11665,409,12164,0,761.491,-531.788,-214.413,5.84679,9000,2,0,94320,0,0,1), - (56827,11665,409,12164,0,1205.35,-633.135,-125.321,3.88314,9000,2,0,94320,0,0,1), - (56828,11665,409,12164,0,851.241,-601.516,-203.147,5.1118,9000,2,0,94320,0,0,1), - (56829,11665,409,12164,0,722.625,-889.503,-195.701,3.68265,9000,2,0,94320,0,0,1), - (56830,11665,409,12164,0,836.949,-1024.23,-199.867,6.16101,9000,2,0,94320,0,0,1), - (56831,11665,409,12164,0,766.722,-576.593,-213.671,4.94359,9000,2,0,94320,0,0,1), - (56832,11665,409,12164,0,1197.7,-618.907,-123.179,5.90362,9000,2,0,94320,0,0,1), - (56833,11665,409,12164,0,1160.36,-657.862,-130.633,3.73828,9000,2,0,94320,0,0,1), - (56834,11665,409,12164,0,1100.03,-669.224,-154.407,1.87077,9000,2,0,94320,0,0,1), - (56835,11665,409,12164,0,664.365,-1149.93,-128.038,4.55531,9000,2,0,94320,0,0,1), - (56836,11665,409,12164,0,829.7,-639.79,-203.339,0.855211,9000,2,0,94320,0,0,1), - (56837,11665,409,12164,0,857.474,-555.603,-202.618,5.93412,9000,2,0,94320,0,0,1), - (56838,11665,409,12164,0,984.985,-674.37,-195.695,2.23402,9000,2,0,94320,0,0,1), - (56839,12101,409,12239,0,1039.56,-666.497,-175.569,5.39379,1680,0,0,94320,0,0,2), - (56840,12101,409,12239,0,1013.99,-807.329,-148.202,5.47901,1680,0,0,94320,0,0,2), - (56841,12101,409,12239,0,1056.58,-861.706,-159.402,2.82931,1680,0,0,94320,0,0,2), - (56842,12101,409,12239,0,956.575,-882.714,-173.435,5.24463,1680,0,0,94320,0,0,2), - (56843,12101,409,12239,0,1009.2,-863.943,-164.455,4.39685,1680,0,0,94320,0,0,2), - (56844,12101,409,12239,0,989.745,-625.52,-200.835,1.05959,1680,0,0,94320,0,0,2), - (56845,12101,409,12239,0,805.423,-659.106,-206.937,4.05447,1680,0,0,94320,0,0,2), - (56846,12101,409,12239,0,766.623,-685.147,-212.675,4.2899,1680,0,0,94320,0,0,2), - (56847,12101,409,12239,0,889.099,-822.966,-227.244,1.82848,1680,0,0,94320,0,0,2), - (56848,12101,409,12239,0,691.633,-662.572,-209.615,5.21482,1680,0,0,94320,0,0,2), - (56849,12101,409,12239,0,608.527,-1193,-195.737,0.417171,1680,0,0,94320,0,0,2), - (56850,12101,409,12239,0,758.029,-1227.54,-119.574,2.51049,1680,0,0,94320,0,0,2), - (56851,11673,409,12189,0,1142.96,-645.029,-131.8,1.62316,1080,0,0,113295,0,0,2), - (56852,11673,409,12189,0,711.944,-591.79,-210.775,1.4199,1080,0,0,113295,0,0,2), - (56853,11673,409,12189,0,1039.01,-817.452,-152.205,0.964862,1080,0,0,113295,0,0,2), - (56854,11673,409,12189,0,813.162,-646.358,-204.589,0.791964,1080,0,0,113295,0,0,2), - (56855,11673,409,12189,0,669.24,-532.061,-210.223,0.215849,1080,0,0,113295,0,0,2), - (56856,11673,409,12189,0,708.12,-604.032,-209.67,4.37448,1080,0,0,113295,0,0,2), - (56857,11673,409,12189,0,729.602,-485.48,-212.51,4.53839,1080,0,0,113295,0,0,2), - (56858,11673,409,12189,0,709.837,-932.331,-191.297,1.98075,1080,0,0,113295,0,0,2), - (56859,11673,409,12189,0,705.409,-1197.96,-119.933,2.58169,1080,0,0,113295,0,0,2), - (56860,11673,409,12189,0,576.695,-777.409,-207.321,4.42285,1080,0,0,113295,0,0,2), - (56861,11673,409,12189,0,814.438,-973.453,-208.881,5.02487,1080,0,0,113295,0,0,2), - (56862,11673,409,12189,0,607.686,-1160.48,-198.044,1.19306,1080,0,0,113295,0,0,2), - (56863,11673,409,12189,0,659.569,-1071.07,-190.902,6.17225,1080,0,0,113295,0,0,2), - (56864,11673,409,12189,0,746.82,-997.854,-177.562,4.2787,1080,0,0,113295,0,0,2), - (56865,11673,409,12189,0,796.006,-639.668,-204.321,0.340817,1080,0,0,113295,0,0,2), - (57019,122,0,2342,0,-11260.5,1501.06,82.7884,4.216,300,5,0,386,0,0,1), - (57024,8603,0,7898,0,2108.32,-4842.02,74.1475,3.03007,345,10,0,3293,0,0,1), - (57163,14869,0,14940,0,-9547.29,137.246,58.9143,5.09003,180,5,0,64,0,0,1), - (57168,14864,0,14939,0,-9545.21,130.871,59.0065,4.36626,180,5,0,166,0,0,1), - (57441,14865,0,14935,0,-9555.53,115.845,58.9683,5.74213,180,0,0,590,0,0,0), - (59384,121,0,2336,0,-11230.5,1253.95,89.2896,0,300,0,0,328,0,0,0), - (59385,122,0,2342,0,-11250.6,1651,50.5303,0.588815,300,5,0,386,0,0,1), - (59514,8602,0,7897,0,2696.25,-4346.65,138.243,4.19015,345,5,0,3643,0,0,1), - (60857,8598,0,9022,0,2850.65,-4576.73,102.111,5.15879,345,5,0,3758,0,0,1), - (61634,1885,0,10349,0,2978.64,-1491,147.034,3.02789,72000,0,0,8883,0,0,0), - (61960,1318,0,1481,0,-8856,805.48,96.517,5.201,310,0,0,1605,0,0,0), - (61984,122,0,2343,0,-11279,1544.79,74.2196,0.028735,300,10,0,386,0,0,1), - (61987,14832,0,14876,0,-9558.18,130.175,58.9648,5.70723,180,0,0,4108,0,0,0), - (62085,121,0,2336,0,-11248.1,1400.41,89.609,0,300,0,0,328,0,0,0), - (62086,122,0,2342,0,-11254.2,1581.25,66.2747,3.48607,300,5,0,386,0,0,1), - (62836,237,0,1944,0,-9851.68,918.296,30.5143,4.64258,300,0,0,919,0,0,0), - (62837,235,0,1691,0,-10112.1,1042.1,37.5542,2.42601,300,0,0,919,0,0,0), - (62838,233,0,1943,0,-10128.7,1055.21,36.4333,2.44346,300,0,0,919,0,0,0), - (62839,238,0,1692,0,-9853.05,919.542,30.4614,4.7822,300,0,0,919,0,0,0), - (62840,239,0,3265,0,-11272.6,1455.03,89.6325,5.37561,300,0,0,919,0,0,0), - (62988,8602,0,7897,0,2841.46,-3046.97,103.367,0.227025,345,10,0,3643,0,0,1), - (63138,8605,0,7900,0,2645.02,-4797.3,90.9286,2.5975,345,2,0,3644,0,0,1), - (63140,8605,0,7900,0,3115.54,-4719.84,97.3233,2.62007,345,10,0,3644,0,0,1), - (63143,8598,0,9022,0,2685.36,-3530.78,123.396,3.8731,345,3,0,3758,0,0,1), - (63144,8602,0,7897,0,2840.42,-3024.28,104.1,3.14892,345,10,0,3643,0,0,1), - (63145,8600,0,7894,0,1781.38,-2939.41,73.4536,5.52155,345,5,0,3189,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (54395,14843,1,0,0,1651.27,-4422.53,15.9153,6.28295,370,370,0,0,1605,0,0,0), + (54398,14844,1,0,0,-1584.52,161.555,-7.51473,5.658,420,420,0,0,2016,0,0,0), + (54399,5081,0,0,0,-9102,834.873,105.117,5.18,600,600,0,0,1240,0,0,0), + (54400,14845,1,0,0,-1582.19,164.709,-7.51069,5.55747,420,420,0,0,2016,0,0,0), + (54402,14846,1,0,0,-1571.24,173.425,-7.79278,4.71239,420,420,0,0,2016,0,0,0), + (54404,14847,1,0,0,-1574.76,172.528,-7.79278,4.92287,420,420,0,0,2016,0,0,0), + (54413,10464,329,0,0,3806.42,-3628.08,145.202,4.58668,7200,7200,5,0,8613,0,0,1), + (54414,10464,329,0,0,4014.25,-3540.64,122.87,4.1331,7200,7200,5,0,8613,0,0,1), + (54415,10464,329,0,0,3968.98,-3556.69,126.552,1.72137,7200,7200,5,0,8613,0,0,1), + (54416,16100,329,0,0,4042.35,-3335.88,115.144,1.48353,7200,7200,0,0,42,0,0,0), + (54417,14860,1,0,0,-1603.46,123.486,-15.1975,5.11372,420,420,0,0,138,0,0,0), + (54418,12218,349,0,0,1093.51,-215.534,-74.7449,0.628319,7200,7200,5,0,1336,0,0,1), + (54422,14864,1,0,0,-1636.94,109.289,-17.9481,2.55254,420,420,0,0,166,0,0,0), + (54423,14864,1,0,0,-1622.3,92.5854,-17.9481,5.49621,420,420,0,0,166,0,0,0), + (54425,14865,1,0,0,-1621.57,103.5,-17.9482,2.04595,420,420,0,0,590,0,0,0), + (54426,14866,1,0,0,-1606.1,124.909,-15.568,5.44594,420,420,0,0,166,0,0,0), + (54428,14867,1,0,0,-1488.14,166.09,-7.76768,1.19181,450,450,0,0,166,0,0,0), + (54429,14868,1,0,0,-1632.29,94.1967,-17.9482,0.27488,420,420,0,0,334,0,0,0), + (54430,14869,1,0,0,-1624.15,98.8592,-17.9482,1.51189,420,420,0,0,64,0,0,0), + (54431,14869,1,0,0,-1625.64,90.1627,-17.9482,5.17185,420,420,0,0,64,0,0,0), + (54432,14871,1,0,0,-1480.84,202.663,-7.79275,3.65053,420,420,0,0,500,0,0,0), + (54433,10997,329,0,0,3573.57,-2937.31,125.085,3.78736,604800,604800,0,0,36624,0,0,0), + (54436,590,0,0,0,-11029.5,1563.98,45.0767,1.19866,300,300,5,0,273,0,0,1), + (54437,590,0,0,0,-11024.7,1548.45,49.1068,5.11381,300,300,0,0,273,0,0,0), + (54438,589,0,0,0,-11021.7,1552.02,49.1041,4.36332,300,300,0,0,263,710,0,0), + (54439,589,0,0,0,-11020.9,1537.18,49.0095,4.14119,300,300,0,0,263,710,0,0), + (54440,122,0,0,0,-11226.8,1393.29,89.1562,3.10513,300,300,5,0,386,0,0,1), + (54441,122,0,0,0,-11156.1,1191.27,75.4143,1.15192,300,300,0,0,386,0,0,0), + (54442,122,0,0,0,-11121,1177.36,62.4712,6.01474,300,300,5,0,386,0,0,1), + (54443,12218,349,0,0,1085.17,-204.993,-74.5752,4.2371,7200,7200,2,0,1336,0,0,1), + (54444,12218,349,0,0,1097.1,-212.174,-74.5568,3.73809,7200,7200,5,0,1336,0,0,1), + (54445,13282,349,0,0,1130.4,-191.342,-80.0014,4.64258,43200,43200,0,0,13433,0,0,0), + (54446,12218,349,0,0,1094.71,-199.884,-74.794,1.77423,7200,7200,2,0,1336,0,0,1), + (54447,12218,349,0,0,1102.86,-201.505,-74.7568,5.99821,7200,7200,2,0,1336,0,0,1), + (54448,12218,349,0,0,1097.7,-196.63,-75.0663,0.98362,7200,7200,2,0,1336,0,0,1), + (54449,12219,349,0,0,942.167,-145.379,-60.3743,1.81514,7200,7200,1,0,8316,0,0,1), + (54450,12220,349,0,0,921.857,-118.687,-61.9724,0.977384,7200,7200,1,0,5346,0,0,1), + (54451,12220,349,0,0,963.146,-108.215,-63.7376,3.08923,7200,7200,1,0,5346,0,0,1), + (54452,12220,349,0,0,966.289,-108.169,-63.8364,0,7200,7200,1,0,5346,0,0,1), + (54453,12220,349,0,0,965.398,-103.253,-63.7055,0,7200,7200,1,0,5346,0,0,1), + (54454,12219,349,0,0,916.525,-119.201,-61.918,0.418879,7200,7200,3,0,8316,0,0,1), + (54455,12220,349,0,0,918.709,-112.563,-61.8433,2.67135,7200,7200,1,0,5346,0,0,1), + (54456,12220,349,0,0,912.51,-114.3,-61.7388,0,7200,7200,1,0,5346,0,0,1), + (54457,12221,349,0,0,868.948,-133.92,-86.9805,1.23918,7200,7200,1,0,4290,0,0,1), + (54458,12221,349,0,0,869.645,-128.893,-87.0106,5.2709,7200,7200,1,0,4290,0,0,1), + (54459,12221,349,0,0,874.018,-131.8,-86.9531,3.40339,7200,7200,1,0,4290,0,0,1), + (54460,12221,349,0,0,873.275,-123.897,-87.1192,2.07694,7200,7200,1,0,4290,0,0,1), + (54461,12219,349,0,0,958.699,-72.8189,-61.8155,1.16937,7200,7200,3,0,8316,0,0,1), + (54462,12220,349,0,0,952.156,-69.6218,-61.8973,1.46608,7200,7200,1,0,5346,0,0,1), + (54463,12220,349,0,0,894.606,-63.6768,-59.0799,3.14159,7200,7200,1,0,5346,0,0,1), + (54464,12220,349,0,0,890.89,-68.4742,-59.2243,3.14159,7200,7200,1,0,5346,0,0,1), + (54465,11794,349,0,0,873.336,-94.3792,-87.0649,0.033702,7200,7200,2,0,5544,0,0,1), + (54466,12219,349,0,0,922.325,-58.418,-59.5497,1.76278,7200,7200,2,0,8316,0,0,1), + (54467,12219,349,0,0,887.293,-63.0953,-59.0878,0.890118,7200,7200,3,0,8316,0,0,1), + (54468,12220,349,0,0,982.695,-62.1626,-61.8266,3.22886,7200,7200,1,0,5346,0,0,1), + (54469,12220,349,0,0,980.792,-54.4659,-61.8292,0,7200,7200,1,0,5346,0,0,1), + (54470,12220,349,0,0,976.132,-58.5746,-61.828,0,7200,7200,1,0,5346,0,0,1), + (54471,12220,349,0,0,958.615,-64.748,-62.0542,1.80317,7200,7200,1,0,5346,0,0,1), + (54472,12220,349,0,0,954.335,-61.6697,-62.0561,4.48323,7200,7200,1,0,5346,0,0,1), + (54473,12220,349,0,0,880.282,-60.3926,-59.1787,5.60564,7200,7200,1,0,5346,0,0,1), + (54474,12258,349,0,0,978.887,-10.152,-62.5035,4.60767,43200,43200,0,0,12474,0,0,0), + (54475,11794,349,0,0,866.196,-92.6992,-87.3208,5.64039,7200,7200,2,0,5544,0,0,1), + (54476,11794,349,0,0,863.344,-82.0318,-87.0558,1.49697,7200,7200,2,0,5544,0,0,1), + (54477,11794,349,0,0,864.097,-88.3481,-87.4051,5.42058,7200,7200,2,0,5544,0,0,1), + (54478,12221,349,0,0,846.466,-14.1576,-86.6577,0.715585,7200,7200,5,0,4290,0,0,1), + (54479,12221,349,0,0,840.889,-19.0094,-87.0379,5.32325,7200,7200,5,0,4290,0,0,1), + (54480,12223,349,0,0,831.267,-94.1314,-88.684,5.0091,7200,7200,5,0,5346,0,0,1), + (54481,12223,349,0,0,848.979,-113.375,-88.5932,1.5708,7200,7200,5,0,5346,0,0,1), + (54482,12221,349,0,0,834.564,-12.9574,-87.003,6.07375,7200,7200,5,0,4290,0,0,1), + (54483,12221,349,0,0,830.388,-19.7983,-86.8948,3.45575,7200,7200,5,0,4290,0,0,1), + (54484,12221,349,0,0,839.266,-8.15158,-87.1322,3.14159,7200,7200,5,0,4290,0,0,1), + (54485,12224,349,0,0,840.875,-148.738,-88.258,0.122173,7200,7200,5,0,4434,2301,0,1), + (54566,11794,349,0,0,874.742,-156.131,-87.0904,1.72611,7200,7200,1,0,5544,0,0,1), + (54567,11794,349,0,0,872.477,-156.565,-87.2358,1.62768,7200,7200,1,0,5544,0,0,1), + (54568,12223,349,0,0,840.592,-174.882,-88.258,3.83972,7200,7200,5,0,5346,0,0,1), + (54569,12221,349,0,0,821.911,-192.92,-74.7536,3.07178,7200,7200,2,0,4290,0,0,1), + (54570,12221,349,0,0,786.946,-216.828,-64.9564,5.06145,7200,7200,1,0,4290,0,0,1), + (54572,12221,349,0,0,775.214,-216.535,-64.5187,0.925025,7200,7200,1,0,4290,0,0,1), + (54573,12221,349,0,0,764.333,-188.164,-59.5819,5.75959,7200,7200,1,0,4290,0,0,1), + (54574,11794,349,0,0,793.148,-160.879,-74.3821,4.95674,7200,7200,1,0,5544,0,0,1), + (54575,11794,349,0,0,797.136,-163.28,-74.783,4.81711,7200,7200,1,0,5544,0,0,1), + (54576,12221,349,0,0,783.17,-211.836,-64.9395,1.98968,7200,7200,1,0,4290,0,0,1), + (54577,12221,349,0,0,781.24,-216.589,-64.7155,0.296706,7200,7200,2,0,4290,0,0,1), + (54578,12221,349,0,0,779.549,-222.393,-64.7241,6.05629,7200,7200,2,0,4290,0,0,1), + (54579,12236,349,0,0,748.874,-219.647,-47.6926,3.1765,43200,43200,0,0,13365,0,0,0), + (54580,12221,349,0,0,765.684,-184.129,-58.4382,0.994838,7200,7200,1,0,4290,0,0,1), + (54581,12216,349,0,0,796.003,-332.974,-50.8889,0.223871,7200,7200,1,0,1238,0,0,1), + (54582,12217,349,0,0,797.702,-341.591,-51.52,5.42127,7200,7200,1,0,1238,0,0,1), + (54583,11791,349,0,0,800.262,-334.675,-51.4592,4.57276,7200,7200,0,0,5148,0,0,0), + (54584,12216,349,0,0,801.145,-337.659,-51.6119,1.00031,7200,7200,1,0,1238,0,0,1), + (54585,11792,349,0,0,721.573,-211.075,-47.166,3.31613,7200,7200,0,0,4953,0,0,0), + (54586,11792,349,0,0,721.642,-227.507,-47.166,2.80998,7200,7200,0,0,4953,0,0,0), + (54587,12222,349,0,0,778.732,-145.498,-55.9994,1.41372,7200,7200,1,0,5148,0,0,1), + (54588,12222,349,0,0,771.625,-140.803,-56.2799,3.64774,7200,7200,1,0,5148,0,0,1), + (54589,13142,349,0,0,692.312,-265.623,-52.8056,4.55531,7200,7200,5,0,5148,0,0,1), + (54590,12222,349,0,0,785.27,-136.504,-55.8265,6.07375,7200,7200,1,0,5148,0,0,1), + (54591,12216,349,0,0,704.127,-196.929,-47.166,3.07178,7200,7200,1,0,1238,0,0,1), + (54592,12216,349,0,0,708.052,-186.54,-47.166,3.83972,7200,7200,1,0,1238,0,0,1), + (54594,8561,0,0,0,3492.42,-4974.96,184.025,3.9619,345,345,0,0,3876,0,0,0), + (54596,122,0,0,0,-11100.4,1194.48,59.2212,0.707664,300,300,5,0,386,0,0,1), + (54598,122,0,0,0,-11229.9,1173.59,89.6933,0.337154,300,300,5,0,386,0,0,1), + (54599,122,0,0,0,-11242.7,1152.28,89.3165,1.36136,300,300,0,0,386,0,0,0), + (54600,122,0,0,0,-11237.4,1159.95,89.2145,3.83972,300,300,0,0,386,0,0,0), + (54601,122,0,0,0,-11245.7,1157.22,89.2269,0,300,300,0,0,386,0,0,0), + (54604,449,0,0,0,-11241.5,1282.92,89.6235,1.11701,300,300,0,0,356,0,0,0), + (54605,449,0,0,0,-11240.8,1292.41,90.1562,5.21365,300,300,5,0,356,0,0,1), + (54606,122,0,0,0,-11155,1237.28,79.8552,2.88377,300,300,5,0,386,0,0,1), + (54607,449,0,0,0,-11224.2,1210.91,89.2226,4.27719,300,300,5,0,356,0,0,1), + (81025,16029,533,0,0,3086,-3070.58,294.083,5.02896,3520,3520,0,0,80925,0,0,2), + (54610,14946,30,0,0,-1078.58,-342.729,55.4425,3.60458,490,490,0,0,63325,0,0,0), + (54611,8564,0,0,0,3297.62,-4239.64,158.412,4.50295,345,345,0,0,4141,0,0,0), + (54612,8564,0,0,0,3352.21,-4174.53,159.176,2.74017,345,345,0,0,4141,0,0,0), + (54613,12216,349,0,0,708.825,-197.031,-47.166,0.226893,7200,7200,1,0,1238,0,0,1), + (54614,14981,0,0,0,-8393.26,270.279,120.886,2.20226,180,180,0,0,10626,8019,0,0), + (54616,8565,0,0,0,3397.34,-4269.82,159.673,1.65806,345,345,0,0,4021,0,0,0), + (54617,8564,0,0,0,3298.55,-4224.3,158.412,1.55334,345,345,0,0,4141,0,0,0), + (54618,12217,349,0,0,706.173,-206.424,-47.166,2.04204,7200,7200,1,0,1238,0,0,1), + (190468,14990,0,0,0,1263.18,350.778,-63.6459,0.977384,120,120,0,0,2471,0,0,0), + (54620,8523,0,0,0,2917.14,-3638.91,118.769,1.24039,345,345,5,0,3189,0,0,1), + (54624,8543,0,0,0,3027.83,-3438.11,150.926,3.01942,345,345,0,0,3758,0,0,0), + (54625,15008,0,0,0,-8390.21,272.505,120.886,2.22189,180,180,0,0,9563,0,0,0), + (54626,11791,349,0,0,709.847,-193.447,-47.166,4.76475,7200,7200,0,0,5148,0,0,0), + (54627,11791,349,0,0,710.02,-201.638,-47.166,1.5708,7200,7200,0,0,5148,0,0,0), + (54628,12222,349,0,0,777.343,-136.791,-56.0397,1.309,7200,7200,1,0,5148,0,0,1), + (54629,11791,349,0,0,686.322,-196.2,-60.4321,2.37365,7200,7200,0,0,5148,0,0,0), + (54630,12217,349,0,0,683.95,-202.811,-60.4394,5.09636,7200,7200,2,0,1238,0,0,1), + (54631,11791,349,0,0,681.369,-191.207,-60.4103,5.48033,7200,7200,0,0,5148,0,0,0), + (54632,12217,349,0,0,679.92,-197.158,-60.5348,3.73611,7200,7200,2,0,1238,0,0,1), + (54633,12217,349,0,0,676.133,-193.009,-60.4786,5.31158,7200,7200,1,0,1238,0,0,1), + (54634,12216,349,0,0,677.379,-202.295,-60.5414,3.10762,7200,7200,3,0,1238,0,0,1), + (54635,13142,349,0,0,688.886,-164.706,-48.6661,1.3439,7200,7200,5,0,5148,0,0,1), + (54636,11791,349,0,0,742.923,-127.961,-56.2506,3.29867,7200,7200,0,0,5148,0,0,0), + (54638,8598,0,0,0,2951.29,-4249.62,93.2872,6.11484,345,345,10,0,3758,0,0,1), + (54639,8605,0,0,0,3082.33,-4717.32,97.049,1.94986,345,345,10,0,3644,0,0,1), + (54640,11791,349,0,0,739.91,-122.194,-56.5653,3.97935,7200,7200,0,0,5148,0,0,0), + (54641,12223,349,0,0,765.097,-112.538,-57.4167,2.14675,7200,7200,3,0,5346,0,0,1), + (54642,12217,349,0,0,750.224,-129.533,-56.3232,3.68265,7200,7200,1,0,1238,0,0,1), + (54643,12216,349,0,0,747.838,-121.34,-56.4993,3.01942,7200,7200,1,0,1238,0,0,1), + (54644,12216,349,0,0,736.766,-114.996,-56.4388,0.645772,7200,7200,1,0,1238,0,0,1), + (54646,11791,349,0,0,758.122,-42.8355,-55.9574,2.1293,7200,7200,0,0,5148,0,0,0), + (54647,11791,349,0,0,750.123,-42.8777,-56.1531,0.959931,7200,7200,0,0,5148,0,0,0), + (54648,12217,349,0,0,744.919,-51.0789,-56.0131,4.64258,7200,7200,1,0,1238,0,0,1), + (54649,12217,349,0,0,753.999,-46.5705,-56.1367,5.13127,7200,7200,1,0,1238,0,0,1), + (54650,12217,349,0,0,755.625,-53.8264,-56.1086,0.331613,7200,7200,1,0,1238,0,0,1), + (54651,12216,349,0,0,762.973,-41.8963,-55.9294,0.20944,7200,7200,1,0,1238,0,0,1), + (54652,12223,349,0,0,731.105,-76.9863,-57.4987,3.1765,7200,7200,3,1,5346,0,0,2), + (54653,12224,349,0,0,812.635,-37.2737,-88.1976,5.23599,7200,7200,5,0,4434,2301,0,1), + (54654,12222,349,0,0,676.169,-110.746,-55.9617,4.69494,7200,7200,1,0,5148,0,0,1), + (54655,12223,349,0,0,699.16,-89.0857,-57.5,0.525737,7200,7200,3,0,5346,0,0,1), + (54656,12222,349,0,0,664.059,-109.324,-56.2693,0.20944,7200,7200,1,0,5148,0,0,1), + (54657,12222,349,0,0,669.841,-110.025,-56.0689,0.523599,7200,7200,1,0,5148,0,0,1), + (54658,12206,349,0,0,302.198,-187.907,-59.8158,2.32129,7200,7200,0,0,11940,0,0,0), + (54659,13142,349,0,0,642.862,-160.182,-52.9503,5.68977,7200,7200,5,0,5148,0,0,1), + (54660,13141,349,0,0,669.35,-152.991,-50.1035,0.593412,7200,7200,5,0,4953,0,0,1), + (54661,12222,349,0,0,619.28,-131.684,-54.8618,5.28835,7200,7200,1,0,5148,0,0,1), + (54662,12223,349,0,0,617.374,-99.9578,-57.4167,2.04204,7200,7200,5,0,5346,0,0,1), + (54663,12222,349,0,0,624.471,-126.815,-55.1455,1.85005,7200,7200,1,0,5148,0,0,1), + (54664,12206,349,0,0,290.086,-203.261,-59.8158,1.55334,7200,7200,0,0,11940,0,0,0), + (54665,2914,349,0,0,617.651,-153.106,-54.9555,3.19395,7200,7200,10,0,8,0,0,1), + (54666,13141,349,0,0,633.69,-167.711,-53.5876,2.18166,7200,7200,5,0,4953,0,0,1), + (54667,11791,349,0,0,597.286,-159.13,-55.1057,3.87463,7200,7200,0,0,5148,0,0,0), + (54668,11791,349,0,0,597.202,-145.592,-55.1017,2.1293,7200,7200,0,0,5148,0,0,0), + (54669,12206,349,0,0,242.46,-105.546,-87.1505,4.67748,7200,7200,0,0,11940,0,0,0), + (54670,13142,349,0,0,614.709,-206.536,-64.2963,4.76475,7200,7200,5,0,5148,0,0,1), + (54671,13141,349,0,0,647.045,-201.605,-64.3079,3.08923,7200,7200,5,0,4953,0,0,1), + (54672,13142,349,0,0,656.935,-227.146,-64.3079,2.11185,7200,7200,5,0,5148,0,0,1), + (54673,13142,349,0,0,639.614,-261.649,-52.7787,5.46288,7200,7200,5,0,5148,0,0,1), + (54674,13141,349,0,0,627.636,-260.405,-53.2432,0.506145,7200,7200,5,0,4953,0,0,1), + (54675,11792,349,0,0,740.682,-234.436,-47.7354,2.79253,7200,7200,0,0,4953,0,0,0), + (54676,11792,349,0,0,740.936,-204.986,-47.6882,3.54302,7200,7200,0,0,4953,0,0,0), + (54677,12217,349,0,0,638.003,-308.511,-51.9364,2.53073,7200,7200,1,0,1238,0,0,1), + (54678,12217,349,0,0,640.746,-315.845,-51.9824,1.46608,7200,7200,1,0,1238,0,0,1), + (54679,12216,349,0,0,638.632,-312.248,-51.9875,5.60251,7200,7200,1,0,1238,0,0,1), + (54680,11791,349,0,0,634.602,-314.308,-50.962,4.46804,7200,7200,0,0,5148,0,0,0), + (54681,11791,349,0,0,637.383,-318.413,-50.9839,3.28122,7200,7200,0,0,5148,0,0,0), + (54682,13142,349,0,0,712.483,-340.126,51.8134,4.2224,7200,7200,0,0,5148,0,0,2), + (54683,13141,349,0,0,620.877,-349.23,-51.936,6.17846,7200,7200,2,0,4953,0,0,1), + (54684,12242,349,0,0,736.248,-456.79,-52.8932,5.40292,7200,7200,0,0,5346,0,0,2), + (54685,122,0,0,0,-11186.8,1289.19,88.7771,2.51536,300,300,5,0,386,0,0,1), + (54686,122,0,0,0,-11292.4,1374.8,95.8735,0.296706,300,300,0,0,386,0,0,0), + (54687,15078,0,0,0,-14416.6,514.355,4.99444,5.08304,550,550,0,0,3517,0,0,0), + (54688,15079,0,0,0,-14424.1,511.091,4.94446,0.714783,550,550,0,0,3517,0,0,0), + (54689,449,0,0,0,-11300.1,1384.48,95.5298,1.0472,300,300,0,0,356,0,0,0), + (54690,121,0,0,0,-11204.4,1289.99,91.8471,0,300,300,10,0,328,0,0,1), + (54691,11790,349,0,0,674.105,-344.019,-51.5498,5.89921,7200,7200,1,0,4953,0,0,1), + (54692,2914,349,0,0,606.83,-376.575,-51.936,2.37365,7200,7200,10,0,8,0,0,1), + (54693,13142,349,0,0,617.453,-354.993,-52.0194,1.07088,7200,7200,2,0,5148,0,0,1), + (54694,12217,349,0,0,685.664,-345.066,-52.1014,5.95157,7200,7200,1,0,1238,0,0,1), + (54695,12216,349,0,0,678.345,-349.311,-52.2441,0.610865,7200,7200,1,0,1238,0,0,1), + (54696,12216,349,0,0,683.27,-351.368,-52.095,0.20944,7200,7200,1,0,1238,0,0,1), + (54697,12217,349,0,0,727.906,-332.296,-50.7887,2.72271,7200,7200,1,0,1238,0,0,1), + (54698,13142,349,0,0,697.088,-372.955,-51.936,1.06465,7200,7200,5,0,5148,0,0,1), + (54699,2914,349,0,0,702.582,-357.157,-51.9441,0.506145,7200,7200,10,0,8,0,0,1), + (54702,8605,0,0,0,2986.53,-4775.66,99.8841,2.69936,345,345,10,0,3644,0,0,1), + (54705,8598,0,0,0,3029.94,-4047.74,101.633,2.51079,345,345,10,0,3758,0,0,1), + (54719,8605,0,0,0,2872.64,-4856.63,100.109,4.74117,345,345,10,0,3644,0,0,1), + (54720,11791,349,0,0,691.346,-349.297,-51.1676,2.93215,7200,7200,0,0,5148,0,0,0), + (54721,11792,349,0,0,788.881,-336.129,-50.4012,2.12786,7200,7200,0,0,4953,0,0,2), + (54722,11790,349,0,0,601.067,-402.522,-51.936,2.6529,7200,7200,0,0,4953,0,0,0), + (54723,11791,349,0,0,614.951,-400.142,-51.936,2.23402,7200,7200,0,0,5148,0,0,0), + (54724,11791,349,0,0,581.786,-390.249,-51.936,0.820305,7200,7200,0,0,5148,0,0,0), + (54725,11791,349,0,0,580.809,-384.172,-51.936,0.383972,7200,7200,0,0,5148,0,0,0), + (54726,11791,349,0,0,594.648,-399.883,-51.936,5.8294,7200,7200,0,0,5148,0,0,0), + (54727,11791,349,0,0,616.528,-392.275,-51.936,2.9147,7200,7200,0,0,5148,0,0,0), + (54728,12216,349,0,0,744.108,-343.427,-50.7637,4.3986,7200,7200,1,0,1238,0,0,1), + (54729,12216,349,0,0,733.493,-333.481,-50.7962,1.49642,7200,7200,1,0,1238,0,0,1), + (54730,12217,349,0,0,739.44,-337.971,-50.7764,5.55699,7200,7200,1,0,1238,0,0,1), + (54731,11790,349,0,0,738.584,-330.438,-50.7237,4.50295,7200,7200,0,0,4953,0,0,0), + (54732,11791,349,0,0,735.152,-342.541,-50.7083,1.37881,7200,7200,0,0,5148,0,0,0), + (54733,11792,349,0,0,617.64,-223.231,-61.1964,5.81495,7200,7200,0,1,4953,0,0,2), + (54734,13142,349,0,0,771.383,-352.868,-61.5713,5.74213,7200,7200,3,0,5148,0,0,1), + (54735,13141,349,0,0,796.36,-373.903,-59.0663,6.21337,7200,7200,5,0,4953,0,0,1), + (54736,11790,349,0,0,789.526,-424.056,-53.5349,5.3058,7200,7200,1,0,4953,0,0,1), + (54737,11790,349,0,0,790.499,-413.405,-53.3356,4.95674,7200,7200,1,0,4953,0,0,1), + (54738,12217,349,0,0,789.389,-419.179,-53.5493,1.91986,7200,7200,1,0,1238,0,0,1), + (54739,12216,349,0,0,793.614,-413.387,-53.4507,5.67232,7200,7200,1,0,1238,0,0,1), + (54740,2914,349,0,0,808.974,-392.469,-58.954,3.9619,7200,7200,10,0,8,0,0,1), + (54741,13141,349,0,0,816.502,-376.739,-59.101,6.16101,7200,7200,5,0,4953,0,0,1), + (54742,15116,1,0,0,1612.98,-4427.43,11.4343,2.76668,550,550,0,0,3517,0,0,0), + (54743,12216,349,0,0,791.652,-424.879,-53.7028,2.4517,7200,7200,1,0,1238,0,0,1), + (54744,8605,0,0,0,2599.31,-4905.96,75.9319,3.64983,345,345,10,0,3644,0,0,1), + (54745,8603,0,0,0,1865.83,-2826.49,85.219,1.32297,345,345,5,0,3293,0,0,1), + (54746,8596,0,0,0,1563.8,-3929.91,174.954,5.25381,345,345,5,0,3189,0,0,1), + (54747,8603,0,0,0,1782.71,-4300.01,78.3849,0.562534,345,345,10,0,3293,0,0,1), + (54748,8546,0,0,0,2473.87,-3731.26,183.611,5.74213,345,345,0,0,4212,0,0,0), + (54749,11038,0,0,0,2151.72,-5264.51,95.873,1.31182,345,345,0,0,3748,0,0,2), + (54751,16378,0,0,0,2222.83,-5356.57,93.6498,1.26527,610,610,5,0,5000,0,0,1), + (54752,16378,0,0,0,2317.23,-5353.55,87.8866,3.64935,610,610,3,0,5000,0,0,1), + (54753,16378,0,0,0,2297.88,-5352.6,91.6577,2.07694,610,610,0,0,5000,0,0,0), + (54754,11039,0,0,0,2255.89,-5337.72,86.2628,0.593412,345,345,0,0,4120,0,0,0), + (54755,16378,0,0,0,2320.16,-5295.26,82.0207,3.78736,610,610,0,0,5000,0,0,0), + (54756,16378,0,0,0,2226,-5292.55,81.349,1.24343,610,610,5,0,5000,0,0,1), + (54757,16378,0,0,0,2323,-5326.13,82.0478,2.51327,610,610,0,0,5000,0,0,0), + (54758,16378,0,0,0,2245.63,-5341.06,86.6369,1.44862,610,610,0,0,5000,0,0,0), + (54759,8556,0,0,0,2931.89,-2693.33,95.6385,6.17846,345,345,0,0,3529,0,0,0), + (54760,8558,0,0,0,2967.31,-2674.48,99.5009,5.95157,345,345,0,0,3876,0,0,0), + (54761,8558,0,0,0,2972.36,-2671.38,99.9904,4.67748,345,345,0,0,3876,0,0,0), + (54762,8557,0,0,0,2855.04,-2564.61,88.2165,1.33656,345,345,5,0,3882,0,0,1), + (54763,8556,0,0,0,2915.54,-2647.01,92.146,1.77334,345,345,2,0,3529,0,0,1), + (54764,8555,0,0,0,3012.34,-2741.36,98.955,4.46025,345,345,3,0,3189,0,0,1), + (54765,16112,0,0,0,2300.91,-5351.64,91.6577,1.8326,610,610,0,0,100000,0,0,0), + (54766,16115,0,0,0,2298.86,-5341.83,90.8799,2.16421,610,610,0,0,100000,12170,0,2), + (54767,11792,349,0,0,837.646,-346.113,-52.0496,0.163293,7200,7200,0,0,4953,0,0,2), + (54768,16212,0,0,0,2314.55,-5322.86,82.0478,2.18166,345,345,0,0,8700,0,0,0), + (54805,16283,0,0,0,2302.23,-5296.91,82.0796,1.85005,345,345,0,0,5000,0,0,0), + (54807,16113,0,0,0,2298.9,-5339.02,90.8799,-2.49582,610,610,0,0,100000,243400,0,0), + (54809,16117,0,0,0,2975.9,-2761.93,112.671,1.98933,345,345,5,0,3968,0,0,1), + (54859,16117,0,0,0,3036.55,-2819.72,105.965,5.49066,345,345,10,0,3968,0,0,1), + (55070,13141,349,0,0,830.016,-448.155,-56.2507,3.33358,7200,7200,5,0,4953,0,0,1), + (55071,13533,349,0,0,928.311,-369.814,-50.4766,2.38871,7200,7200,3,0,5346,0,0,1), + (55072,12217,349,0,0,769.073,-469.252,-40.9977,2.6529,7200,7200,1,0,1238,0,0,1), + (55073,12217,349,0,0,777.114,-468.179,-41.1395,4.15388,7200,7200,1,0,1238,0,0,1), + (55074,11790,349,0,0,775.081,-463.518,-41.1876,3.78736,7200,7200,0,0,4953,0,0,0), + (55075,12216,349,0,0,811.594,-501.381,-40.6044,3.33358,7200,7200,1,0,1238,0,0,1), + (55076,12216,349,0,0,812.477,-496.378,-40.0211,2.26893,7200,7200,1,0,1238,0,0,1), + (55077,12216,349,0,0,801.899,-492.686,-39.6279,6.03884,7200,7200,1,0,1238,0,0,1), + (55078,12217,349,0,0,814.08,-511.499,-41.0845,5.74213,7200,7200,2,0,1238,0,0,1), + (55079,11790,349,0,0,814.742,-504.85,-40.8171,2.80998,7200,7200,0,0,4953,0,0,0), + (55080,12217,349,0,0,754.606,-517.529,-53.0517,0.506145,7200,7200,1,0,1238,0,0,1), + (55081,12216,349,0,0,762.208,-522.24,-53.0395,5.91667,7200,7200,1,0,1238,0,0,1), + (55082,12216,349,0,0,762.065,-508.685,-52.9463,4.60767,7200,7200,1,0,1238,0,0,1), + (55083,11790,349,0,0,755.923,-521.588,-53.0517,0.331613,7200,7200,1,0,4953,0,0,1), + (55084,11790,349,0,0,757.784,-512.531,-53.0517,5.65487,7200,7200,1,0,4953,0,0,1), + (55085,12217,349,0,0,758.59,-461.858,-40.8331,0.64812,7200,7200,1,0,1238,0,0,1), + (55086,12216,349,0,0,763.24,-466.769,-40.9006,5.68977,7200,7200,1,0,1238,0,0,1), + (55087,12217,349,0,0,762.554,-554.018,-33.5205,3.92462,7200,7200,2,0,1238,0,0,1), + (55088,12216,349,0,0,762.554,-554.018,-33.5205,3.92462,7200,7200,2,0,1238,0,0,1), + (55090,13141,349,0,0,753.899,-478.24,-52.9061,5.36458,7200,7200,0,0,4953,0,0,2), + (55091,12216,349,0,0,758.001,-558.553,-33.0496,3.92961,7200,7200,2,0,1238,0,0,1), + (55092,12217,349,0,0,716.339,-502.585,-36.3717,5.74213,7200,7200,2,0,1238,0,0,1), + (55093,12216,349,0,0,716.286,-496.908,-36.5688,3.40339,7200,7200,2,0,1238,0,0,1), + (55094,12216,349,0,0,710.471,-498.483,-36.4188,5.81195,7200,7200,1,0,1238,0,0,1), + (55095,11790,349,0,0,745.341,-505.86,-41.3151,3.35103,7200,7200,2,0,4953,0,0,1), + (55096,11790,349,0,0,740.344,-500.71,-40.9572,4.2586,7200,7200,2,0,4953,0,0,1), + (55097,13533,349,0,0,916.052,-355.317,-50.4767,2.27274,7200,7200,3,0,5346,0,0,1), + (55098,12206,349,0,0,297.198,-170.81,-59.9956,2.34287,7200,7200,6,1,11940,0,0,2), + (55099,11793,349,0,0,806.328,72.7586,-86.7958,5.1642,7200,7200,3,0,4434,2301,0,1), + (55100,11794,349,0,0,810.533,75.4264,-86.4627,1.8326,7200,7200,2,0,5544,0,0,1), + (55101,11793,349,0,0,801.315,81.004,-86.6453,4.8359,7200,7200,2,0,4434,2301,0,1), + (55103,11794,349,0,0,802.575,75.7475,-86.8358,5.31355,7200,7200,3,0,5544,0,0,1), + (55104,12225,349,0,0,726.106,77.9764,-86.5913,6.00393,43200,43200,0,0,12280,6348,0,0), + (55107,13743,349,0,0,725.948,85.2888,-86.9268,4.46804,7200,7200,2,0,1651,0,0,1), + (55108,13743,349,0,0,719.006,79.0069,-86.9727,3.9968,7200,7200,2,0,1651,0,0,1), + (55109,13743,349,0,0,724.383,70.6804,-86.9115,0.174533,7200,7200,2,0,1651,0,0,1), + (55110,13321,349,0,0,617.496,27.362,-96.2295,3.735,7200,7200,5,0,42,0,0,1), + (55111,13599,349,0,0,618.178,27.9777,-96.2295,3.89208,7200,7200,5,0,2399,0,0,1), + (55112,13599,349,0,0,594.187,-0.671432,-96.2295,4.93928,7200,7200,5,0,2399,0,0,1), + (55113,13321,349,0,0,576.581,41.6299,-96.2295,2.46091,7200,7200,5,0,42,0,0,1), + (55114,13599,349,0,0,575.895,40.6003,-96.2295,4.59022,7200,7200,5,0,2399,0,0,1), + (55115,13599,349,0,0,565.722,72.6156,-96.3128,2.197,7200,7200,0,0,2399,0,0,0), + (55116,13599,349,0,0,566.32,76.2589,-96.3128,2.08147,7200,7200,0,0,2399,0,0,0), + (55117,13599,349,0,0,563.656,70.0509,-96.3128,2.07909,7200,7200,0,0,2399,0,0,0), + (55118,13599,349,0,0,560.32,74.5518,-96.3128,2.27017,7200,7200,0,0,2399,0,0,2), + (55119,13321,349,0,0,564.205,22.5935,-96.2295,0.558505,7200,7200,5,0,42,0,0,1), + (55120,13599,349,0,0,561.543,106.598,-96.2295,1.78024,7200,7200,5,0,2399,0,0,1), + (55121,13321,349,0,0,566.123,108.648,-96.2295,0.680678,7200,7200,5,0,42,0,0,1), + (55122,13599,349,0,0,557.38,14.8111,-96.2295,3.50811,7200,7200,5,0,2399,0,0,1), + (55123,13599,349,0,0,565.576,111.099,-96.3128,1.09958,7200,7200,5,0,2399,0,0,1), + (55124,13321,349,0,0,469.148,82.6312,-96.2265,1.71042,7200,7200,5,0,42,0,0,1), + (55125,13599,349,0,0,489.514,70.7749,-96.2295,2.07694,7200,7200,5,0,2399,0,0,1), + (55126,13599,349,0,0,501.696,15.9784,-96.2295,5.42797,7200,7200,5,0,2399,0,0,1), + (55127,13321,349,0,0,496.831,-1.75809,-96.2295,2.42601,7200,7200,5,0,42,0,0,1), + (55128,13599,349,0,0,498.234,-33.2483,-96.3129,3.48156,7200,7200,5,0,2399,0,0,1), + (55129,13599,349,0,0,484.038,-40.9981,-96.3128,0.733645,7200,7200,5,0,2399,0,0,1), + (55130,13599,349,0,0,479.861,-47.1232,-96.3128,0.335294,7200,7200,5,0,2399,0,0,1), + (55131,13599,349,0,0,477.122,-47.5442,-96.3128,0.522017,7200,7200,5,0,2399,0,0,1), + (55132,13599,349,0,0,478.962,-43.8339,-96.3128,0.51851,7200,7200,5,0,2399,0,0,1), + (55166,13599,349,0,0,477.189,-42.6843,-96.3128,0.534915,7200,7200,5,0,2399,0,0,1), + (55167,12206,349,0,0,171.467,-190.018,-110.903,0.069813,7200,7200,0,0,11940,0,0,0), + (55336,6145,349,0,0,430.249,50.0167,-149.919,3.12414,7200,7200,5,0,42,0,0,1), + (55337,6145,349,0,0,426.917,26.3165,-149.9,1.51844,7200,7200,5,0,42,0,0,1), + (55338,12206,349,0,0,38.3197,-35.2215,-128.15,4.46804,7200,7200,0,0,11940,0,0,0), + (55339,13321,349,0,0,339.666,11.2884,-130.871,0.017453,7200,7200,5,0,42,0,0,1), + (55340,12206,349,0,0,76.7185,-168.97,-169.867,5.74213,7200,7200,0,0,11940,0,0,0), + (55341,12206,349,0,0,21.3003,-34.1877,-127.808,4.60767,7200,7200,0,0,11940,0,0,0), + (55342,12201,349,0,0,27.8981,83.1932,-124.483,0.240237,43200,43200,5,1,20620,0,0,2), + (55343,13321,349,0,0,331.647,49.3762,-130.917,1.37881,7200,7200,5,0,42,0,0,1), + (55344,12206,349,0,0,73.008,-197.635,-109.857,4.45059,7200,7200,0,0,11940,0,0,0), + (55345,12206,349,0,0,17.4328,-114.711,-123.872,4.69494,7200,7200,0,0,11940,0,0,0), + (55346,13321,349,0,0,294.309,24.9293,-130.919,3.57792,7200,7200,5,0,42,0,0,1), + (55347,12206,349,0,0,56.0879,-208.406,-109.62,5.32325,7200,7200,0,0,11940,0,0,0), + (55348,12206,349,0,0,-0.296263,-119.216,-123.903,5.23599,7200,7200,0,0,11940,0,0,0), + (55349,13321,349,0,0,300.666,-22.7737,-130.927,0.715585,7200,7200,5,0,42,0,0,1), + (55350,13321,349,0,0,275.079,56.3079,-130.927,4.29351,7200,7200,5,0,42,0,0,1), + (55351,13321,349,0,0,298.616,68.2607,-130.93,4.31096,7200,7200,5,0,42,0,0,1), + (55363,16117,0,0,0,2913.54,-2915.63,100.151,5.85664,345,345,5,0,3968,0,0,1), + (55376,12207,349,0,0,277.117,41.9898,-131.01,2.1298,7200,7200,3,0,10554,0,0,1), + (55377,12207,349,0,0,309.63,97.8969,-131.752,4.24793,7200,7200,3,0,10554,0,0,1), + (55378,13321,349,0,0,323.719,135.497,-131.666,5.61996,7200,7200,5,0,42,0,0,1), + (55379,13321,349,0,0,269.573,-0.751709,-130.927,5.21853,7200,7200,5,0,42,0,0,1), + (55380,13321,349,0,0,364.391,146.031,-131.676,4.69494,7200,7200,5,0,42,0,0,1), + (55381,11789,349,0,0,358.876,198.009,-103.59,0.802851,7200,7200,2,0,1919,0,0,1), + (55382,11789,349,0,0,349.449,199.305,-101.852,1.23918,7200,7200,5,0,1919,0,0,1), + (55383,11789,349,0,0,343.455,209.268,-101.919,2.7843,7200,7200,2,0,1919,0,0,1), + (55384,11789,349,0,0,350.767,203.962,-102.122,5.78446,7200,7200,2,0,1919,0,0,1), + (55385,11789,349,0,0,355.294,205.216,-102.213,3.69712,7200,7200,2,0,1919,0,0,1), + (55386,11789,349,0,0,349.12,214.304,-101.919,2.48562,7200,7200,2,0,1919,0,0,1), + (55387,2914,349,0,0,351.17,204.094,-102.046,5.23599,7200,7200,2,0,8,0,0,1), + (55388,11789,349,0,0,426.42,186.571,-112.809,0.977384,7200,7200,2,0,1919,0,0,1), + (55389,11789,349,0,0,432.291,187.774,-112.809,5.70723,7200,7200,2,0,1919,0,0,1), + (55390,11789,349,0,0,434.627,176.451,-113.249,2.96706,7200,7200,2,0,1919,0,0,1), + (55424,11789,349,0,0,435.835,182.061,-113.089,0.296706,7200,7200,2,0,1919,0,0,1), + (55425,11789,349,0,0,426.496,174.369,-113.223,0.610865,7200,7200,2,0,1919,0,0,1), + (55426,2914,349,0,0,469.942,195.011,-93.9649,5.44543,7200,7200,10,0,8,0,0,1), + (55427,11789,349,0,0,444.826,222.771,-93.9635,4.17134,7200,7200,2,0,1919,0,0,1), + (55428,11789,349,0,0,373.973,254.617,-93.966,0.680678,7200,7200,2,0,1919,0,0,1), + (55429,11789,349,0,0,422.958,252.043,-112.809,0.226893,7200,7200,2,0,1919,0,0,1), + (55430,11789,349,0,0,412.098,251.997,-112.809,0.017453,7200,7200,2,0,1919,0,0,1), + (55432,11789,349,0,0,413.722,262.665,-113.078,5.32325,7200,7200,2,0,1919,0,0,1), + (55433,11789,349,0,0,418.653,257.884,-112.963,5.07891,7200,7200,2,0,1919,0,0,1), + (55434,11789,349,0,0,445.937,230.974,-94.0469,1.77473,7200,7200,2,0,1919,0,0,1), + (55435,11789,349,0,0,443.431,237.929,-94.0469,0.284811,7200,7200,2,0,1919,0,0,1), + (55436,11789,349,0,0,452.308,222.889,-94.0469,5.21707,7200,7200,2,0,1919,0,0,1), + (55437,11789,349,0,0,447.359,236.82,-94.0469,6.2066,7200,7200,2,0,1919,0,0,1), + (55438,11789,349,0,0,421.065,267.795,-112.877,3.66519,7200,7200,2,0,1919,0,0,1), + (55439,2914,349,0,0,422.167,266.835,-112.892,3.97935,7200,7200,3,0,8,0,0,1), + (55440,2914,349,0,0,392.931,265.509,-93.966,2.96706,7200,7200,10,0,8,0,0,1), + (55441,11789,349,0,0,369.572,259.807,-93.966,5.8294,7200,7200,2,0,1919,0,0,1), + (55442,11789,349,0,0,364.185,261.026,-94.0731,6.1056,7200,7200,2,0,1919,0,0,1), + (55443,11789,349,0,0,357.917,261.982,-94.0766,3.98254,7200,7200,2,0,1919,0,0,1), + (55444,11789,349,0,0,363.882,255.568,-94.0836,3.50857,7200,7200,2,0,1919,0,0,1), + (55445,11789,349,0,0,363.773,265.729,-94.0647,3.1204,7200,7200,2,0,1919,0,0,1), + (55446,11789,349,0,0,497.84,256.666,-93.966,5.49779,7200,7200,2,0,1919,0,0,1), + (55447,11789,349,0,0,492.267,259.671,-93.966,3.50811,7200,7200,2,0,1919,0,0,1), + (55449,11789,349,0,0,500.731,260.671,-93.966,1.01229,7200,7200,2,0,1919,0,0,1), + (55450,11789,349,0,0,502.503,254.84,-93.966,3.52556,7200,7200,2,0,1919,0,0,1), + (55451,11789,349,0,0,490.254,265.185,-93.966,0.890118,7200,7200,2,0,1919,0,0,1), + (55452,11789,349,0,0,497.253,265.49,-93.966,2.3911,7200,7200,2,0,1919,0,0,1), + (55453,11789,349,0,0,513.198,208.444,-93.966,5.23599,7200,7200,1,0,1919,0,0,1), + (55454,11789,349,0,0,516.662,215.111,-93.966,2.77507,7200,7200,1,0,1919,0,0,1), + (55455,11789,349,0,0,518.663,203.9,-93.966,2.32129,7200,7200,1,0,1919,0,0,1), + (55456,11789,349,0,0,524.349,218.942,-93.966,4.20624,7200,7200,1,0,1919,0,0,1), + (55457,11789,349,0,0,527.922,211.692,-93.966,0.541052,7200,7200,1,0,1919,0,0,1), + (55458,12207,349,0,0,284.438,25.4183,-131.01,1.81523,7200,7200,5,1,10554,0,0,2), + (55459,12206,349,0,0,37.7301,-254.956,-169.68,2.11185,7200,7200,0,0,11940,0,0,0), + (55460,13321,349,0,0,332.472,-88.7337,-130.927,0.628319,7200,7200,5,0,42,0,0,1), + (55461,12207,349,0,0,332.746,-90.2094,-131.01,2.12854,7200,7200,3,0,10554,0,0,1), + (55462,12207,349,0,0,275.028,-58.9521,-131.01,2.7657,7200,7200,5,1,10554,0,0,2), + (55463,12206,349,0,0,49.7168,-280.925,-108.595,0.698132,7200,7200,0,0,11940,0,0,0), + (55464,12206,349,0,0,59.5708,-293.16,-107.856,1.01229,7200,7200,0,0,11940,0,0,0), + (55465,11784,349,0,0,249.569,-93.8706,-129.611,2.49518,7200,7200,3,0,5757,0,0,2), + (55467,12207,349,0,0,248.743,-8.41897,-131.01,3.50653,7200,7200,2,0,10554,0,0,1), + (55468,13323,349,0,0,216.693,-98.689,-129.511,3.33358,7200,7200,3,0,5757,0,0,1), + (55469,13323,349,0,0,227.783,-93.7054,-129.526,0,7200,7200,3,0,5757,0,0,1), + (55470,13323,349,0,0,218.668,-85.7526,-129.529,0,7200,7200,3,0,5757,0,0,1), + (55471,11784,349,0,0,200.951,-133.789,-101.056,0.81201,7200,7200,0,0,5757,0,0,2), + (56312,16117,0,0,0,2948.03,-2718.71,109.051,1.54509,345,345,10,0,3968,0,0,1), + (56313,16117,0,0,0,3018.01,-2813.85,105.456,4.89064,345,345,10,0,3968,0,0,1), + (56314,121,0,0,0,-11114.6,1170.27,59.8462,3.74392,300,300,5,0,328,0,0,1), + (56317,121,0,0,0,-11154.3,1224.8,78.8006,0,300,300,0,0,328,0,0,0), + (56318,16117,0,0,0,2943.02,-2785.87,111.278,3.01693,345,345,10,0,3968,0,0,1), + (56319,9450,0,0,0,1715.73,-5581.03,107.49,0.669862,610,610,2,0,6273,2117,0,1), + (56320,9449,0,0,0,1760.92,-5243.8,90.7254,0.329248,610,610,5,0,6078,2041,0,1), + (56321,9450,0,0,0,1654.75,-5539.3,100.979,1.37881,610,610,0,0,6273,2117,0,0), + (56323,14868,0,0,0,-9558.09,133.618,58.8822,6.04554,180,180,0,0,334,0,0,0), + (56324,14871,0,0,0,-9566.38,31.1655,61.4444,1.58992,180,180,0,0,500,0,0,0), + (56326,14869,0,0,0,-9549.82,112.997,59.0065,3.32908,180,180,5,0,64,0,0,1), + (56342,14829,0,0,0,-9552.13,140.868,58.8816,5.55624,180,180,0,0,4108,0,0,0), + (56345,13323,349,0,0,267.633,-159.27,-110.858,1.0472,7200,7200,2,0,5757,0,0,1), + (56346,2914,349,0,0,272.642,-159.493,-111.208,5.32325,7200,7200,10,0,8,0,0,1), + (56347,13323,349,0,0,265.299,-169.483,-110.965,5.03973,7200,7200,2,0,5757,0,0,1), + (56399,13323,349,0,0,259.114,-173.228,-110.961,1.48512,7200,7200,2,0,5757,0,0,1), + (56400,13323,349,0,0,224.728,-184.527,-131.021,0.226893,7200,7200,3,0,5757,0,0,1), + (56401,13323,349,0,0,225.373,-173.712,-131.117,2.00713,7200,7200,3,0,5757,0,0,1), + (56402,13323,349,0,0,216.759,-177.455,-131.076,0,7200,7200,3,0,5757,0,0,1), + (56468,11789,349,0,0,169.201,-184.755,-171.792,1.67552,7200,7200,2,0,1919,0,0,1), + (56469,13323,349,0,0,214.37,-212.264,-131.076,0.418879,7200,7200,3,0,5757,0,0,1), + (56470,13323,349,0,0,225.214,-223.845,-131.029,5.02655,7200,7200,3,0,5757,0,0,1), + (56471,13323,349,0,0,219.411,-217.144,-131.064,0,7200,7200,3,0,5757,0,0,1), + (56472,11789,349,0,0,162.719,-190.404,-171.87,1.81697,7200,7200,2,0,1919,0,0,1), + (56473,11789,349,0,0,155.947,-196.335,-171.786,3.01942,7200,7200,2,0,1919,0,0,1), + (56474,11789,349,0,0,161.961,-179.915,-171.873,0.59168,7200,7200,2,0,1919,0,0,1), + (56475,2914,349,0,0,242.442,-273.321,-131.512,4.24115,7200,7200,10,0,8,0,0,1), + (56476,13323,349,0,0,238.625,-272.991,-131.512,0.558505,7200,7200,3,0,5757,0,0,1), + (56477,13323,349,0,0,248.38,-270.49,-131.512,4.38078,7200,7200,3,0,5757,0,0,1), + (56478,11789,349,0,0,152.356,-190.924,-171.479,2.8304,7200,7200,2,0,1919,0,0,1), + (56479,11789,349,0,0,150.355,-199.439,-171.858,0.525435,7200,7200,2,0,1919,0,0,1), + (56480,2914,349,0,0,153.59,-223.742,-108.769,0.488692,7200,7200,10,0,8,0,0,1), + (56481,13323,349,0,0,237.787,-263.618,-131.058,0,7200,7200,3,0,5757,0,0,1), + (56482,13323,349,0,0,150.386,-240.106,-108.768,4.55531,7200,7200,2,0,5757,0,0,1), + (56483,13323,349,0,0,139.83,-221.503,-108.768,5.14872,7200,7200,2,0,5757,0,0,1), + (56484,13323,349,0,0,143.571,-229.419,-108.768,0,7200,7200,2,0,5757,0,0,1), + (56485,11784,349,0,0,150.435,-194.71,-171.844,0.136059,7200,7200,0,0,5757,0,0,2), + (56489,11789,349,0,0,177.462,-280.53,-170.766,1.39626,7200,7200,2,0,1919,0,0,1), + (56490,13323,349,0,0,134.956,-232.395,-108.851,4.8904,7200,7200,2,0,5757,0,0,1), + (56491,11789,349,0,0,260.778,-324.774,-140.079,2.32129,7200,7200,2,0,1919,0,0,1), + (56492,11789,349,0,0,250.874,-322.728,-140.625,0.122173,7200,7200,2,0,1919,0,0,1), + (56493,11789,349,0,0,245.053,-328.655,-141.898,0.610865,7200,7200,2,0,1919,0,0,1), + (56494,11789,349,0,0,177.905,-292.339,-171.058,1.50897,7200,7200,2,0,1919,0,0,1), + (56495,11789,349,0,0,180.165,-305.196,-172.459,4.07627,7200,7200,1,0,1919,0,0,1), + (56496,11789,349,0,0,169.804,-287.721,-170.591,4.33353,7200,7200,2,0,1919,0,0,1), + (56497,14846,0,0,0,-9557.49,105.464,58.9648,4.64258,180,180,0,0,2016,0,0,0), + (56498,14828,0,0,0,-9533.65,95.1698,58.9648,4.03171,180,180,0,0,1240,0,0,0), + (56499,10445,0,0,0,-9541.73,87.4378,59.3029,6.23082,180,180,0,0,980,0,0,0), + (56500,11789,349,0,0,184.538,-296.787,-171.501,3.03901,7200,7200,2,0,1919,0,0,1), + (56501,11784,349,0,0,177.02,-304.479,-172.301,3.50771,7200,7200,0,0,5757,0,0,2), + (56506,11789,349,0,0,321.909,-270.525,-117.774,1.15192,7200,7200,2,0,1919,0,0,1), + (56507,11789,349,0,0,258.788,-344.143,-139.989,2.65193,7200,7200,2,0,1919,0,0,1), + (56508,11789,349,0,0,261.41,-334.957,-139.834,2.91676,7200,7200,2,0,1919,0,0,1), + (56509,11789,349,0,0,323.703,-282.572,-118.075,6.01,7200,7200,2,0,1919,0,0,1), + (56510,11789,349,0,0,332.835,-287.568,-118.065,5.66725,7200,7200,2,0,1919,0,0,1), + (56511,11789,349,0,0,341.197,-279.971,-117.981,4.13682,7200,7200,2,0,1919,0,0,1), + (56512,2914,349,0,0,315.697,-319.779,-116.591,3.50811,7200,7200,10,0,8,0,0,1), + (56513,11789,349,0,0,328.706,-262.806,-118.052,4.2461,7200,7200,2,0,1919,0,0,1), + (56514,11789,349,0,0,341.451,-263.645,-118.05,3.52021,7200,7200,2,0,1919,0,0,1), + (56515,11784,349,0,0,312.607,-343.824,-117.538,1.48843,7200,7200,0,0,5757,0,0,2), + (56519,2914,349,0,0,315.308,-374.615,-124.784,1.23918,7200,7200,10,0,8,0,0,1), + (56520,2914,349,0,0,257.909,-370.425,-139.472,0.715585,7200,7200,10,0,8,0,0,1), + (56521,11789,349,0,0,321.658,-396.971,-124.784,1.88496,7200,7200,3,0,1919,0,0,1), + (56522,11789,349,0,0,324.879,-387.968,-124.784,4.76475,7200,7200,3,0,1919,0,0,1), + (56523,11789,349,0,0,332.864,-392.877,-124.784,1.53589,7200,7200,3,0,1919,0,0,1), + (56524,13323,349,0,0,253.696,-401.573,-139.472,0.767945,7200,7200,3,0,5757,0,0,1), + (56525,11789,349,0,0,325.421,-405.858,-124.867,5.46163,7200,7200,3,0,1919,0,0,1), + (56526,11789,349,0,0,335.165,-402.868,-124.867,5.57879,7200,7200,3,0,1919,0,0,1), + (56527,11789,349,0,0,320.35,-406.137,-124.867,6.11241,7200,7200,3,0,1919,0,0,1), + (56528,13323,349,0,0,251.928,-389.681,-139.472,2.6529,7200,7200,2,0,5757,0,0,1), + (56529,13323,349,0,0,243.17,-390.638,-139.472,0,7200,7200,2,0,5757,0,0,1), + (56530,13323,349,0,0,244.509,-398.866,-139.555,2.45964,7200,7200,2,0,5757,0,0,1), + (56531,13323,349,0,0,219.953,-360.824,-160.766,0.087266,7200,7200,3,0,5757,0,0,1), + (56532,13323,349,0,0,216.353,-371.045,-160.23,5.09636,7200,7200,3,0,5757,0,0,1), + (56533,13323,349,0,0,206.238,-357.843,-160.23,5.48033,7200,7200,3,0,5757,0,0,1), + (56534,13323,349,0,0,217.315,-355.456,-160.766,0,7200,7200,3,0,5757,0,0,1), + (56535,2914,349,0,0,201.361,-361.484,-160.23,0.10472,7200,7200,10,0,8,0,0,1), + (56536,12206,349,0,0,-137.012,-412.656,-189.179,0.087266,7200,7200,0,0,11940,0,0,0), + (56537,2914,349,0,0,149.905,-347.259,-175.057,4.57276,7200,7200,10,0,8,0,0,1), + (56538,13601,349,0,0,134.902,-313.731,-173.555,6.07375,43200,43200,0,0,16496,0,0,0), + (56539,13323,349,0,0,146.235,-381.372,-174.918,0.820305,7200,7200,3,0,5757,0,0,1), + (56540,13323,349,0,0,152.664,-372.99,-174.918,4.38078,7200,7200,3,0,5757,0,0,1), + (56541,13323,349,0,0,144.835,-363.08,-174.918,1.18682,7200,7200,3,0,5757,0,0,1), + (56542,13323,349,0,0,138.62,-370.588,-175.406,0,7200,7200,3,0,5757,0,0,1), + (56543,11789,349,0,0,128.19,-267.301,-168.444,5.74213,7200,7200,1,0,1919,0,0,1), + (56544,11789,349,0,0,113.677,-256.847,-167.749,0.05236,7200,7200,1,0,1919,0,0,1), + (56545,11789,349,0,0,121.794,-261.108,-168.189,5.2709,7200,7200,1,0,1919,0,0,1), + (56546,11789,349,0,0,131.78,-258.192,-168.055,1.95477,7200,7200,1,0,1919,0,0,1), + (56547,11789,349,0,0,134.664,-246.869,-168.398,4.98258,7200,7200,1,0,1919,0,0,1), + (56549,11669,409,0,0,1051.86,-887.561,-156.09,3.14159,420,420,2,0,9432,0,0,1), + (56554,9448,0,0,0,1617.85,-5613.11,101.479,1.19906,610,610,0,0,6477,2163,0,0), + (56555,11669,409,0,0,1052.21,-890.174,-156.87,3.1765,420,420,2,0,9432,0,0,1), + (56556,11669,409,0,0,1052.1,-895.145,-158.422,1.69297,420,420,2,0,9432,0,0,1), + (56557,11669,409,0,0,1046.76,-889.494,-157.256,1.01229,420,420,2,0,9432,0,0,1), + (56558,11669,409,0,0,1042.78,-895.115,-158.649,3.68265,420,420,2,0,9432,0,0,1), + (56559,11669,409,0,0,1044.42,-899.307,-158.771,6.05629,420,420,2,0,9432,0,0,1), + (56560,11669,409,0,0,1042.78,-888.768,-157.825,4.79965,420,420,2,0,9432,0,0,1), + (56561,11669,409,0,0,1040.79,-898.042,-159.13,5.25344,420,420,2,0,9432,0,0,1), + (56562,11669,409,0,0,1040,-891.344,-158.877,3.7001,420,420,2,0,9432,0,0,1), + (56563,11669,409,0,0,1045.65,-892.618,-157.81,4.03171,420,420,2,0,9432,0,0,1), + (56564,11669,409,0,0,1033.44,-886.828,-159.574,0.174533,420,420,2,0,9432,0,0,1), + (56565,11669,409,0,0,1034.46,-891.486,-159.556,3.92699,420,420,2,0,9432,0,0,1), + (56566,11669,409,0,0,1033.92,-897.279,-159.873,3.94444,420,420,2,0,9432,0,0,1), + (56567,11669,409,0,0,1031.86,-903.127,-160.348,6.17846,420,420,2,0,9432,0,0,1), + (56568,11669,409,0,0,1037.91,-907.375,-159.63,2.20598,420,420,2,0,9432,0,0,1), + (56569,11669,409,0,0,1026.62,-906.913,-161.835,2.70354,420,420,2,0,9432,0,0,1), + (56570,11669,409,0,0,1026.41,-900.375,-161.546,4.01426,420,420,2,0,9432,0,0,1), + (56571,11669,409,0,0,1027.23,-893.86,-161.051,5.72468,420,420,2,0,9432,0,0,1), + (56572,11669,409,0,0,1026.35,-889.125,-160.916,0.750492,420,420,2,0,9432,0,0,1), + (56573,11669,409,0,0,1032.38,-907.033,-160.374,2.07902,420,420,2,0,9432,0,0,1), + (56574,11669,409,0,0,1073.91,-896.305,-156.789,1.39626,420,420,2,0,9432,0,0,1), + (56575,11669,409,0,0,1069.77,-891.972,-156.307,0.069813,420,420,2,0,9432,0,0,1), + (56576,11669,409,0,0,1068.98,-894.973,-157.023,2.53073,420,420,2,0,9432,0,0,1), + (56577,11669,409,0,0,1068.88,-900.07,-158.184,5.32325,420,420,2,0,9432,0,0,1), + (56578,11669,409,0,0,1061.65,-890.32,-156.379,0.122173,420,420,2,0,9432,0,0,1), + (56579,11669,409,0,0,1063.88,-893.547,-157.01,2.74017,420,420,2,0,9432,0,0,1), + (56580,11669,409,0,0,1063.37,-897.697,-158.136,1.32645,420,420,2,0,9432,0,0,1), + (56581,11669,409,0,0,1061.81,-900.108,-159.11,2.96706,420,420,2,0,9432,0,0,1), + (56582,11669,409,0,0,1060.13,-893.888,-157.256,1.8326,420,420,2,0,9432,0,0,1), + (56583,11669,409,0,0,1067.16,-891.505,-156.469,0.593412,420,420,2,0,9432,0,0,1), + (56584,11669,409,0,0,1051,-857.905,-158.564,4.43539,420,420,2,0,9432,0,0,1), + (56585,11669,409,0,0,1063.67,-865.644,-159.007,0.441328,420,420,2,0,9432,0,0,1), + (56586,11669,409,0,0,1063.81,-861.622,-158.82,4.97039,420,420,2,0,9432,0,0,1), + (56587,11669,409,0,0,1061.16,-858.424,-159.333,1.92597,420,420,2,0,9432,0,0,1), + (56588,11669,409,0,0,1059.94,-866.431,-159.648,1.15287,420,420,2,0,9432,0,0,1), + (56589,11669,409,0,0,1056.73,-860.603,-159.178,3.38149,420,420,2,0,9432,0,0,1), + (56590,11669,409,0,0,1052.31,-864.566,-159.504,3.91108,420,420,2,0,9432,0,0,1), + (56591,11669,409,0,0,1045.71,-855.841,-158.773,2.12026,420,420,2,0,9432,0,0,1), + (56592,11669,409,0,0,1047.92,-861.605,-159.323,4.95183,420,420,2,0,9432,0,0,1), + (56593,11669,409,0,0,1043.4,-864.498,-158.811,2.6263,420,420,2,0,9432,0,0,1), + (56594,11669,409,0,0,954.195,-878.481,-173.891,3.24631,420,420,2,0,9432,0,0,1), + (56595,11669,409,0,0,954.811,-887.196,-174.197,5.18385,420,420,2,0,9432,0,0,1), + (56596,11669,409,0,0,962.605,-886.837,-173.335,3.50033,420,420,2,0,9432,0,0,1), + (56597,11669,409,0,0,968.984,-883.877,-173.347,2.42601,420,420,2,0,9432,0,0,1), + (56598,11669,409,0,0,958.709,-894.308,-175.309,1.78288,420,420,2,0,9432,0,0,1), + (56599,11669,409,0,0,964.508,-889.874,-173.89,2.16215,420,420,2,0,9432,0,0,1), + (56600,14823,0,0,0,-9554.4,81.7822,59.0065,1.08224,180,180,0,0,9563,2486,0,0), + (56601,11669,409,0,0,963.543,-901.374,-176.262,1.92479,420,420,2,0,9432,0,0,1), + (56602,11669,409,0,0,971.108,-895.754,-172.913,0.678496,420,420,2,0,9432,0,0,1), + (56603,11669,409,0,0,976.046,-888.556,-171.926,4.41568,420,420,2,0,9432,0,0,1), + (56604,11669,409,0,0,976.438,-895.323,-171.901,2.30473,420,420,2,0,9432,0,0,1), + (56605,12118,409,0,0,1000.2,-955.407,-179.583,5.93384,604800,604800,0,0,351780,39300,0,2), + (56606,12119,409,0,0,1000.2,-955.407,-179.583,6.18019,7200,7200,0,0,90650,25680,0,0), + (56607,12119,409,0,0,1000.2,-955.407,-179.583,5.8443,7200,7200,0,0,90650,25680,0,0), + (56608,12264,409,0,0,583.49,-799.755,-205.356,0.23952,604800,604800,0,0,351780,39300,0,2), + (56609,12057,409,0,0,679.838,-497.988,-213.733,3.62471,604800,604800,10,0,659538,0,0,1), + (56610,12099,409,0,0,670.292,-495.011,-212.488,3.68022,7200,7200,0,0,61040,0,0,0), + (56611,14827,0,0,0,-9558.14,78.5432,59.0065,0.488762,180,180,0,0,3857,0,0,0), + (56612,14864,0,0,0,-9542.36,114.763,59.1315,3.3116,180,180,5,0,166,0,0,1), + (56613,14849,0,0,0,-9571.82,90.374,59.0065,0.978225,180,180,0,0,1240,0,0,2), + (56614,14841,0,0,0,-9576.4,87.7237,58.9648,6.23082,180,180,0,0,4108,0,0,0), + (56615,14822,0,0,0,-9536.62,73.2432,58.9648,1.90241,180,180,0,0,4108,2117,0,0), + (56616,12099,409,0,0,675.193,-489.132,-212.679,3.61502,7200,7200,0,0,61040,0,0,0), + (56617,14847,0,0,0,-9560.98,103.642,58.9648,5.5676,180,180,0,0,2016,0,0,0), + (56618,14869,0,0,0,-9540.22,123.264,59.0065,5.01385,180,180,0,0,64,0,0,0), + (56619,12099,409,0,0,676.861,-507.534,-214.248,3.61736,7200,7200,0,0,61040,0,0,0), + (56620,12099,409,0,0,683.046,-488.763,-213.224,3.69329,7200,7200,0,0,61040,0,0,0), + (56621,14845,0,0,0,-9564.5,72.2799,59.1869,0.663225,180,180,0,0,2016,0,0,0), + (56622,12099,409,0,0,688.694,-493.342,-213.977,3.73863,7200,7200,0,0,61040,0,0,0), + (56623,14844,0,0,0,-9561.12,69.9691,59.2053,1.01229,180,180,0,0,2016,0,0,0), + (56624,14866,0,0,0,-1606.1,124.909,-15.568,4.62012,180,180,0,0,166,0,0,2), + (56625,14860,0,0,0,-9515.7,85.8905,59.3007,2.40195,180,180,0,0,138,0,0,2), + (56626,12099,409,0,0,689.302,-501.019,-214.331,3.70871,7200,7200,0,0,61040,0,0,0), + (56627,12099,409,0,0,684.192,-506.928,-214.424,3.73863,7200,7200,0,0,61040,0,0,0), + (56628,12099,409,0,0,671.092,-502.33,-213.129,3.40292,7200,7200,0,0,61040,0,0,0), + (56629,11671,409,0,0,1036.19,-963.074,-179.813,1.11117,3600,3600,2,0,47160,0,0,1), + (56630,11671,409,0,0,1034.73,-972.43,-181.188,2.82838,3600,3600,2,0,47160,0,0,1), + (56631,11671,409,0,0,1025.46,-961.317,-180.403,3.10219,3600,3600,2,0,47160,0,0,1), + (56632,11671,409,0,0,1046.48,-961.074,-178.57,1.20316,3600,3600,2,0,47160,0,0,1), + (56633,11671,409,0,0,1034.03,-954.25,-178.939,3.4383,3600,3600,2,0,47160,0,0,1), + (56634,11671,409,0,0,989.692,-965.383,-181.415,5.2709,3600,3600,2,0,47160,0,0,1), + (56635,11671,409,0,0,992.004,-978.667,-180.513,3.78539,3600,3600,2,0,47160,0,0,1), + (56636,11671,409,0,0,1001.52,-966.519,-181.794,6.16101,3600,3600,2,0,47160,0,0,1), + (56637,11671,409,0,0,981.992,-973.594,-180.24,4.36156,3600,3600,2,0,47160,0,0,1), + (56638,11671,409,0,0,1001.77,-975.85,-181.092,2.05949,3600,3600,2,0,47160,0,0,1), + (56639,11671,409,0,0,1079.31,-972.809,-182.793,4.4855,3600,3600,2,0,47160,0,0,1), + (56640,11671,409,0,0,1073.49,-964.628,-179.165,3.97935,3600,3600,2,0,47160,0,0,1), + (56641,11671,409,0,0,1066.72,-974.567,-182.05,2.46091,3600,3600,2,0,47160,0,0,1), + (56642,11671,409,0,0,1083.08,-982.534,-185.685,1.51844,3600,3600,2,0,47160,0,0,1), + (56643,11671,409,0,0,1090.27,-970.448,-182.639,5.44543,3600,3600,2,0,47160,0,0,1), + (56644,11671,409,0,0,1108.34,-982.679,-184.896,0.191986,3600,3600,2,0,47160,0,0,1), + (56645,9448,0,0,0,1568.73,-5434.4,97.6451,1.13446,610,610,0,0,6477,2163,0,0), + (56646,11671,409,0,0,1117.13,-990.01,-185.323,0.871218,3600,3600,2,0,47160,0,0,1), + (56647,11671,409,0,0,1126.84,-999.45,-186.067,2.24987,3600,3600,2,0,47160,0,0,1), + (56648,11671,409,0,0,1105.78,-990.316,-186.331,0.601598,3600,3600,2,0,47160,0,0,1), + (56649,11671,409,0,0,1113.15,-997.942,-186.614,0.977306,3600,3600,2,0,47160,0,0,1), + (56650,11671,409,0,0,1082.91,-1026.79,-186.059,5.14558,3600,3600,2,0,47160,0,0,1), + (56651,11671,409,0,0,1074.44,-1017.51,-185.767,1.33002,3600,3600,2,0,47160,0,0,1), + (56652,11671,409,0,0,1096.83,-1028.02,-186.451,0.76185,3600,3600,2,0,47160,0,0,1), + (56653,11671,409,0,0,1098.85,-1017.27,-186.953,0.988185,3600,3600,2,0,47160,0,0,1), + (56654,11671,409,0,0,1085.22,-1010.2,-187.036,1.5708,3600,3600,2,0,47160,0,0,1), + (56655,12056,409,0,0,747.547,-981.676,-178.401,5.05888,604800,604800,0,0,586256,0,0,2), + (56663,9447,0,0,0,1767.7,-5444.96,81.0199,0.767945,610,610,0,0,5886,1982,0,0), + (56677,12098,409,0,0,601.087,-1179.11,-195.882,1.5708,604800,604800,0,0,439692,0,0,0), + (56678,11662,409,0,0,594.125,-1178.11,-195.706,0.890118,7200,7200,0,0,67980,72180,0,0), + (56679,11662,409,0,0,608.382,-1178.97,-195.87,2.21657,7200,7200,0,0,67980,72180,0,0), + (56680,14849,0,0,0,-9544.69,73.6216,59.0065,0.573501,180,180,0,0,1240,0,0,2), + (56681,11662,409,0,0,588.948,-1177.29,-195.424,0.575959,7200,7200,0,0,67980,72180,0,0), + (56682,11662,409,0,0,613.861,-1178.12,-195.602,2.53073,7200,7200,0,0,67980,72180,0,0), + (56683,11982,409,0,0,1144.63,-1020.48,-185.663,2.93215,604800,604800,0,0,826088,0,0,0), + (56684,11988,409,0,0,793.248,-998.265,-206.762,6.12611,604800,604800,0,0,826088,0,0,0), + (56685,11672,409,0,0,785.579,-974.27,-207.111,5.95157,7200,7200,0,0,80925,0,0,0), + (56687,12249,0,0,0,2855.62,-3232.57,134.27,0.331613,345,345,0,0,64,0,0,0), + (56688,12256,0,0,0,2802.79,-3759.63,125.506,5.07891,345,345,0,0,64,0,0,0), + (56689,12247,0,0,0,3234.96,-3095.31,161.423,6.03884,345,345,0,0,64,0,0,0), + (56690,11885,0,0,0,1877.39,-3212.11,125.743,3.34291,610,610,3,0,9800,0,0,1), + (56691,11885,0,0,0,1862.87,-3212.54,125.173,2.59376,610,610,3,0,9800,0,0,1), + (56692,8542,0,0,0,3013.11,-5004.62,104.227,1.90334,345,345,3,0,3758,0,0,1), + (56693,8542,0,0,0,2963.37,-4960.26,109.308,3.74071,345,345,0,0,3758,0,0,0), + (56694,8539,0,0,0,3019.38,-4949.81,102.364,1.09934,345,345,0,0,3820,0,0,0), + (56695,8550,0,0,0,2766.32,-5418.98,158.694,3.29867,345,345,0,0,3005,5598,0,0), + (56696,8561,0,0,0,3403.27,-5004.05,184.712,6.26573,345,345,0,0,3876,0,0,0), + (56697,8523,0,0,0,2886.74,-3476.34,114.876,4.99861,345,345,5,0,3189,0,0,1), + (56699,11672,409,0,0,783.448,-1017.07,-205.389,0.558505,7200,7200,0,0,80925,0,0,0), + (56700,11659,409,0,0,695.551,-570.771,-210.663,0.174533,43200,43200,0,0,149895,0,0,0), + (56701,11659,409,0,0,680.575,-553.066,-209.453,0.925025,43200,43200,0,0,149895,0,0,0), + (56702,11658,409,0,0,955.057,-656.78,-199.603,4.81711,43200,43200,0,0,129480,0,0,0), + (56703,11659,409,0,0,961.912,-646.348,-199.603,0.139626,43200,43200,0,0,149895,0,0,0), + (56704,11658,409,0,0,1123.9,-546.339,-107.569,1.85005,43200,43200,0,0,129480,0,0,0), + (56705,11658,409,0,0,1135.25,-536.02,-107.222,2.67035,43200,43200,0,0,129480,0,0,0), + (56706,11658,409,0,0,968.041,-572.857,-202.527,5.11381,43200,43200,0,0,129480,0,0,0), + (56707,11658,409,0,0,957.504,-580.835,-205.38,4.93928,43200,43200,0,0,129480,0,0,0), + (56708,11658,409,0,0,862.148,-589.327,-203.503,5.53269,43200,43200,0,0,129480,0,0,0), + (56709,11659,409,0,0,857.964,-573.673,-204.033,0.593412,43200,43200,0,0,149895,0,0,0), + (56710,11658,409,0,0,818.509,-609.092,-201.258,6.19592,43200,43200,0,0,129480,0,0,0), + (56711,11659,409,0,0,811.666,-599.488,-202.372,0.820305,43200,43200,0,0,149895,0,0,0), + (56712,11659,409,0,0,760.44,-499.878,-212.702,3.63029,43200,43200,0,0,149895,0,0,0), + (56713,11659,409,0,0,768.657,-512.394,-212.44,4.18879,43200,43200,0,0,149895,0,0,0), + (56714,11658,409,0,0,1172.47,-561.812,-112.378,2.9147,43200,43200,0,0,129480,0,0,0), + (56715,11658,409,0,0,1172.05,-575.496,-113.249,2.42601,43200,43200,0,0,129480,0,0,0), + (56716,11658,409,0,0,1081.99,-772.752,-151.437,1.62316,43200,43200,0,0,129480,0,0,0), + (56717,11658,409,0,0,1069.84,-766.122,-151.549,0.191986,43200,43200,0,0,129480,0,0,0), + (56718,11658,409,0,0,798.749,-547.507,-212.361,5.70723,43200,43200,0,0,129480,0,0,0), + (56719,11659,409,0,0,787.113,-553.212,-213.331,4.32842,43200,43200,0,0,149895,0,0,0), + (56720,11668,409,0,0,1150.96,-764.344,-139.851,2.46091,9000,9000,2,0,94320,0,0,1), + (56721,11668,409,0,0,970.091,-662.586,-199.52,2.14675,9000,9000,2,0,94320,0,0,1), + (56722,11666,409,0,0,661.078,-863.043,-207.943,6.05629,7200,7200,2,0,78600,0,0,1), + (56723,12100,409,0,0,651.842,-862.057,-208.33,6.07375,7200,7200,2,0,80925,0,0,1), + (56724,11667,409,0,0,644.141,-855.789,-208.355,6.00393,7200,7200,2,0,78600,0,0,1), + (56727,11668,409,0,0,701.531,-553.726,-213.79,6.26573,9000,9000,2,0,94320,0,0,1), + (56728,11668,409,0,0,1128.52,-776.993,-147.171,2.3911,9000,9000,2,0,94320,0,0,1), + (56729,11666,409,0,0,679.924,-1088.4,-185.929,5.61996,7200,7200,2,0,78600,0,0,1), + (56730,12076,409,0,0,674.067,-1082.78,-186.741,5.0091,7200,7200,2,0,78600,0,0,1), + (56731,11667,409,0,0,663.237,-1091.76,-190.272,1.79769,7200,7200,2,0,78600,0,0,1), + (56732,12076,409,0,0,663.621,-1102.22,-191.753,6.02572,7200,7200,2,0,78600,0,0,1), + (56733,11668,409,0,0,1140.43,-570.256,-112.552,3.10669,9000,9000,2,0,94320,0,0,1), + (56734,11668,409,0,0,782.023,-585.019,-211.214,0.20944,9000,9000,2,0,94320,0,0,1), + (56735,11668,409,0,0,690.012,-843.639,-208.398,3.76991,9000,9000,2,0,94320,0,0,1), + (56736,11668,409,0,0,1056.5,-801.492,-151.717,2.14675,9000,9000,2,0,94320,0,0,1), + (56737,12259,409,0,0,898.074,-545.87,-203.405,4.81711,604800,604800,0,0,351780,39300,0,0), + (56738,11661,409,0,0,905.754,-542.433,-202.798,3.97935,7200,7200,0,0,77700,25680,0,0), + (56739,11661,409,0,0,890.958,-539.14,-203.051,5.44543,7200,7200,0,0,77700,25680,0,0), + (56747,11658,409,0,0,1047.24,-718.871,-154.33,5.81195,43200,43200,0,0,129480,0,0,0), + (56748,11659,409,0,0,1040.62,-704.714,-160.49,0.750492,43200,43200,0,0,149895,0,0,0), + (56749,11668,409,0,0,692.237,-1115.81,-138.776,6.05629,9000,9000,2,0,94320,0,0,1), + (56750,11666,409,0,0,886.037,-995.401,-196.256,4.50295,7200,7200,2,0,78600,0,0,1), + (56751,12076,409,0,0,891.348,-988.805,-197.254,4.97419,7200,7200,2,0,78600,0,0,1), + (56775,11667,409,0,0,881.334,-987.008,-197.514,0.314159,7200,7200,2,0,78600,0,0,1), + (56776,12076,409,0,0,890.065,-978.625,-197.771,3.07178,7200,7200,2,0,78600,0,0,1), + (56777,11668,409,0,0,1156.39,-557.653,-111.91,0.295383,9000,9000,2,0,94320,0,0,1), + (56778,11668,409,0,0,746.785,-503.634,-214.709,5.12988,9000,9000,2,0,94320,0,0,1), + (56779,11668,409,0,0,896.718,-631.05,-199.603,4.0833,9000,9000,2,0,94320,0,0,1), + (56780,11668,409,0,0,761.491,-531.788,-214.413,5.84679,9000,9000,2,0,94320,0,0,1), + (56781,11666,409,0,0,705.099,-863.132,-203.246,4.34587,7200,7200,2,0,78600,0,0,1), + (56782,12100,409,0,0,708.437,-868.978,-201.662,3.64774,7200,7200,2,0,80925,0,0,1), + (56783,11667,409,0,0,711.677,-873.951,-200.25,3.03687,7200,7200,2,0,78600,0,0,1), + (56784,11668,409,0,0,855.88,-1030.09,-193.706,5.35816,9000,9000,2,0,94320,0,0,1), + (56785,11668,409,0,0,638.292,-1047.19,-200.079,6.23082,9000,9000,2,0,94320,0,0,1), + (56786,11668,409,0,0,1205.35,-633.135,-125.321,3.88314,9000,9000,2,0,94320,0,0,1), + (56787,11668,409,0,0,721.228,-945.115,-188.781,3.7001,9000,9000,2,0,94320,0,0,1), + (56788,11668,409,0,0,851.241,-601.516,-203.147,5.1118,9000,9000,2,0,94320,0,0,1), + (56789,11668,409,0,0,722.625,-889.503,-195.701,3.68265,9000,9000,2,0,94320,0,0,1), + (56790,11668,409,0,0,836.949,-1024.23,-199.867,6.16101,9000,9000,2,0,94320,0,0,1), + (56791,11668,409,0,0,766.722,-576.593,-213.671,4.94359,9000,9000,2,0,94320,0,0,1), + (56792,11666,409,0,0,734.617,-1037.41,-175.59,2.36404,7200,7200,2,0,78600,0,0,1), + (56793,12076,409,0,0,741.298,-1042.58,-173.995,5.85072,7200,7200,2,0,78600,0,0,1), + (56794,11667,409,0,0,738.521,-1027.86,-176.741,4.59022,7200,7200,2,0,78600,0,0,1), + (56795,12076,409,0,0,744.067,-1035.18,-175.028,3.34283,7200,7200,2,0,78600,0,0,1), + (56796,11668,409,0,0,1197.7,-618.907,-123.179,5.90362,9000,9000,2,0,94320,0,0,1), + (56797,11666,409,0,0,846.864,-986.669,-203.75,3.42085,7200,7200,2,0,78600,0,0,1), + (56798,12100,409,0,0,854.437,-982.424,-202.242,4.69494,7200,7200,2,0,80925,0,0,1), + (56799,11667,409,0,0,841.219,-983.197,-205.101,3.87463,7200,7200,2,0,78600,0,0,1), + (56800,11668,409,0,0,1160.36,-657.862,-130.633,3.73828,9000,9000,2,0,94320,0,0,1), + (56801,11668,409,0,0,838.139,-547.931,-202.562,4.33349,9000,9000,2,0,94320,0,0,1), + (56802,11665,409,0,0,1150.96,-764.344,-139.851,2.46091,9000,9000,2,0,94320,0,0,1), + (56803,11665,409,0,0,970.091,-662.586,-199.52,2.14675,9000,9000,2,0,94320,0,0,1), + (56804,11665,409,0,0,1128.52,-776.993,-147.171,2.3911,9000,9000,2,0,94320,0,0,1), + (56805,11665,409,0,0,692.237,-1115.81,-138.776,6.05629,9000,9000,2,0,94320,0,0,1), + (56806,11665,409,0,0,1156.39,-557.653,-111.91,0.295383,9000,9000,2,0,94320,0,0,1), + (56807,11665,409,0,0,896.718,-631.05,-199.603,4.0833,9000,9000,2,0,94320,0,0,1), + (56808,11665,409,0,0,855.88,-1030.09,-193.706,5.35816,9000,9000,2,0,94320,0,0,1), + (56809,11665,409,0,0,638.292,-1047.19,-200.079,6.23082,9000,9000,2,0,94320,0,0,1), + (56810,11665,409,0,0,721.228,-945.115,-188.781,3.7001,9000,9000,2,0,94320,0,0,1), + (56811,11665,409,0,0,838.139,-547.931,-202.562,4.33349,9000,9000,2,0,94320,0,0,1), + (56812,11665,409,0,0,1186.97,-657.141,-128.659,6.27447,9000,9000,2,0,94320,0,0,1), + (56813,11665,409,0,0,639.971,-1131.11,-198.953,5.8294,9000,9000,2,0,94320,0,0,1), + (56814,11665,409,0,0,1140.03,-583.332,-112.802,0.156878,9000,9000,2,0,94320,0,0,1), + (56815,11665,409,0,0,900.52,-1029.9,-190.77,3.64774,9000,9000,2,0,94320,0,0,1), + (56816,11665,409,0,0,1092.77,-648.297,-152.55,2.1293,9000,9000,2,0,94320,0,0,1), + (56817,11665,409,0,0,862.858,-627.298,-201.089,1.09956,9000,9000,2,0,94320,0,0,1), + (56818,11665,409,0,0,874.957,-550.344,-203.103,5.67232,9000,9000,2,0,94320,0,0,1), + (56819,11665,409,0,0,1016.78,-751.844,-156.017,2.1293,9000,9000,2,0,94320,0,0,1), + (56820,11665,409,0,0,701.531,-553.726,-213.79,6.26573,9000,9000,2,0,94320,0,0,1), + (56821,11665,409,0,0,1140.43,-570.256,-112.552,3.10669,9000,9000,2,0,94320,0,0,1), + (56822,11665,409,0,0,782.023,-585.019,-211.214,0.20944,9000,9000,2,0,94320,0,0,1), + (56823,11665,409,0,0,690.012,-843.639,-208.398,3.76991,9000,9000,2,0,94320,0,0,1), + (56824,11665,409,0,0,1056.5,-801.492,-151.717,2.14675,9000,9000,2,0,94320,0,0,1), + (56825,11665,409,0,0,746.785,-503.634,-214.709,5.12988,9000,9000,2,0,94320,0,0,1), + (56826,11665,409,0,0,761.491,-531.788,-214.413,5.84679,9000,9000,2,0,94320,0,0,1), + (56827,11665,409,0,0,1205.35,-633.135,-125.321,3.88314,9000,9000,2,0,94320,0,0,1), + (56828,11665,409,0,0,851.241,-601.516,-203.147,5.1118,9000,9000,2,0,94320,0,0,1), + (56829,11665,409,0,0,722.625,-889.503,-195.701,3.68265,9000,9000,2,0,94320,0,0,1), + (56830,11665,409,0,0,836.949,-1024.23,-199.867,6.16101,9000,9000,2,0,94320,0,0,1), + (56831,11665,409,0,0,766.722,-576.593,-213.671,4.94359,9000,9000,2,0,94320,0,0,1), + (56832,11665,409,0,0,1197.7,-618.907,-123.179,5.90362,9000,9000,2,0,94320,0,0,1), + (56833,11665,409,0,0,1160.36,-657.862,-130.633,3.73828,9000,9000,2,0,94320,0,0,1), + (56834,11665,409,0,0,1100.03,-669.224,-154.407,1.87077,9000,9000,2,0,94320,0,0,1), + (56835,11665,409,0,0,664.365,-1149.93,-128.038,4.55531,9000,9000,2,0,94320,0,0,1), + (56836,11665,409,0,0,829.7,-639.79,-203.339,0.855211,9000,9000,2,0,94320,0,0,1), + (56837,11665,409,0,0,857.474,-555.603,-202.618,5.93412,9000,9000,2,0,94320,0,0,1), + (56838,11665,409,0,0,984.985,-674.37,-195.695,2.23402,9000,9000,2,0,94320,0,0,1), + (56839,12101,409,0,0,1039.56,-666.497,-175.569,5.39379,1680,1680,0,0,94320,0,0,2), + (56840,12101,409,0,0,1013.99,-807.329,-148.202,5.47901,1680,1680,0,0,94320,0,0,2), + (56841,12101,409,0,0,1056.58,-861.706,-159.402,2.82931,1680,1680,0,0,94320,0,0,2), + (56842,12101,409,0,0,956.575,-882.714,-173.435,5.24463,1680,1680,0,0,94320,0,0,2), + (56843,12101,409,0,0,1009.2,-863.943,-164.455,4.39685,1680,1680,0,0,94320,0,0,2), + (56844,12101,409,0,0,989.745,-625.52,-200.835,1.05959,1680,1680,0,0,94320,0,0,2), + (56845,12101,409,0,0,805.423,-659.106,-206.937,4.05447,1680,1680,0,0,94320,0,0,2), + (56846,12101,409,0,0,766.623,-685.147,-212.675,4.2899,1680,1680,0,0,94320,0,0,2), + (56847,12101,409,0,0,889.099,-822.966,-227.244,1.82848,1680,1680,0,0,94320,0,0,2), + (56848,12101,409,0,0,691.633,-662.572,-209.615,5.21482,1680,1680,0,0,94320,0,0,2), + (56849,12101,409,0,0,608.527,-1193,-195.737,0.417171,1680,1680,0,0,94320,0,0,2), + (56850,12101,409,0,0,758.029,-1227.54,-119.574,2.51049,1680,1680,0,0,94320,0,0,2), + (56851,11673,409,0,0,1142.96,-645.029,-131.8,1.62316,1080,1080,0,0,113295,0,0,2), + (56852,11673,409,0,0,711.944,-591.79,-210.775,1.4199,1080,1080,0,0,113295,0,0,2), + (56853,11673,409,0,0,1039.01,-817.452,-152.205,0.964862,1080,1080,0,0,113295,0,0,2), + (56854,11673,409,0,0,813.162,-646.358,-204.589,0.791964,1080,1080,0,0,113295,0,0,2), + (56855,11673,409,0,0,669.24,-532.061,-210.223,0.215849,1080,1080,0,0,113295,0,0,2), + (56856,11673,409,0,0,708.12,-604.032,-209.67,4.37448,1080,1080,0,0,113295,0,0,2), + (56857,11673,409,0,0,729.602,-485.48,-212.51,4.53839,1080,1080,0,0,113295,0,0,2), + (56858,11673,409,0,0,709.837,-932.331,-191.297,1.98075,1080,1080,0,0,113295,0,0,2), + (56859,11673,409,0,0,705.409,-1197.96,-119.933,2.58169,1080,1080,0,0,113295,0,0,2), + (56860,11673,409,0,0,576.695,-777.409,-207.321,4.42285,1080,1080,0,0,113295,0,0,2), + (56861,11673,409,0,0,814.438,-973.453,-208.881,5.02487,1080,1080,0,0,113295,0,0,2), + (56862,11673,409,0,0,607.686,-1160.48,-198.044,1.19306,1080,1080,0,0,113295,0,0,2), + (56863,11673,409,0,0,659.569,-1071.07,-190.902,6.17225,1080,1080,0,0,113295,0,0,2), + (56864,11673,409,0,0,746.82,-997.854,-177.562,4.2787,1080,1080,0,0,113295,0,0,2), + (56865,11673,409,0,0,796.006,-639.668,-204.321,0.340817,1080,1080,0,0,113295,0,0,2), + (57019,122,0,0,0,-11260.5,1501.06,82.7884,4.216,300,300,5,0,386,0,0,1), + (57024,8603,0,0,0,2108.32,-4842.02,74.1475,3.03007,345,345,10,0,3293,0,0,1), + (57163,14869,0,0,0,-9547.29,137.246,58.9143,5.09003,180,180,5,0,64,0,0,1), + (57168,14864,0,0,0,-9545.21,130.871,59.0065,4.36626,180,180,5,0,166,0,0,1), + (57441,14865,0,0,0,-9555.53,115.845,58.9683,5.74213,180,180,0,0,590,0,0,0), + (59384,121,0,0,0,-11230.5,1253.95,89.2896,0,300,300,0,0,328,0,0,0), + (59385,122,0,0,0,-11250.6,1651,50.5303,0.588815,300,300,5,0,386,0,0,1), + (59514,8602,0,0,0,2696.25,-4346.65,138.243,4.19015,345,345,5,0,3643,0,0,1), + (60857,8598,0,0,0,2850.65,-4576.73,102.111,5.15879,345,345,5,0,3758,0,0,1), + (61634,1885,0,0,0,2978.64,-1491,147.034,3.02789,72000,72000,0,0,8883,0,0,0), + (61960,1318,0,0,0,-8856,805.48,96.517,5.201,310,310,0,0,1605,0,0,0), + (61984,122,0,0,0,-11279,1544.79,74.2196,0.028735,300,300,10,0,386,0,0,1), + (61987,14832,0,0,0,-9558.18,130.175,58.9648,5.70723,180,180,0,0,4108,0,0,0), + (62085,121,0,0,0,-11248.1,1400.41,89.609,0,300,300,0,0,328,0,0,0), + (62086,122,0,0,0,-11254.2,1581.25,66.2747,3.48607,300,300,5,0,386,0,0,1), + (62836,237,0,0,0,-9851.68,918.296,30.5143,4.64258,300,300,0,0,919,0,0,0), + (62837,235,0,0,0,-10112.1,1042.1,37.5542,2.42601,300,300,0,0,919,0,0,0), + (62838,233,0,0,0,-10128.7,1055.21,36.4333,2.44346,300,300,0,0,919,0,0,0), + (62839,238,0,0,0,-9853.05,919.542,30.4614,4.7822,300,300,0,0,919,0,0,0), + (62840,239,0,0,0,-11272.6,1455.03,89.6325,5.37561,300,300,0,0,919,0,0,0), + (62988,8602,0,0,0,2841.46,-3046.97,103.367,0.227025,345,345,10,0,3643,0,0,1), + (63138,8605,0,0,0,2645.02,-4797.3,90.9286,2.5975,345,345,2,0,3644,0,0,1), + (63140,8605,0,0,0,3115.54,-4719.84,97.3233,2.62007,345,345,10,0,3644,0,0,1), + (63143,8598,0,0,0,2685.36,-3530.78,123.396,3.8731,345,345,3,0,3758,0,0,1), + (63144,8602,0,0,0,2840.42,-3024.28,104.1,3.14892,345,345,10,0,3643,0,0,1), + (63145,8600,0,0,0,1781.38,-2939.41,73.4536,5.52155,345,345,5,0,3189,0,0,1), + (63913,2258,0,0,0,664.315,-1027.59,160.39,5.21757,72000,72000,0,0,1536,0,0,2), + (64959,8546,0,0,0,2406.19,-3801.31,185.555,0.628319,345,345,0,0,4212,0,0,0), + (65527,8606,0,0,0,2019.36,-4149.61,13.5239,3.42394,345,345,3,0,3529,0,0,1), + (65607,5828,1,0,0,-639.089,-3664.57,95.2245,2.44057,39600,39600,1,0,1815,0,0,1), + (66972,820,0,0,0,-10504.8,1033.25,95.7958,4.43314,300,300,0,0,1605,0,0,0), + (66973,878,0,0,0,-10636.3,1127.26,33.8767,5.91667,300,300,0,0,1605,0,0,0), + (66974,821,0,0,0,-10511.2,1041.84,60.7013,1.50098,300,300,0,0,1846,0,0,0), + (66975,234,0,0,0,-10508.8,1045.23,60.7013,1.95477,600,600,0,0,1700,0,0,0), + (66976,10045,0,0,0,-10638.3,1163.87,33.5578,5.51524,300,300,0,0,1605,0,0,0), + (66977,8934,0,0,0,-10632.6,1188.78,35.3057,3.33358,300,300,0,0,1605,0,0,0), + (66978,8931,0,0,0,-10653.4,1166.52,34.4647,5.74519,300,300,0,0,1605,0,0,0), + (66979,6182,0,0,0,-11482.3,1557.41,48.7058,4.28651,300,300,5,0,919,0,0,2), + (66980,834,0,0,0,-10047.2,1586.38,43.5193,0.276073,300,300,10,0,198,0,0,1), + (66981,834,0,0,0,-10007.5,1741.95,34.123,3.48961,300,300,10,0,198,0,0,1), + (66982,834,0,0,0,-10083.9,1619.16,42.2527,1.79943,300,300,5,0,198,0,0,1), + (66983,834,0,0,0,-9886.34,1632.12,36.3031,5.62797,300,300,10,0,198,0,0,1), + (66984,834,0,0,0,-10033,1726.21,37.538,2.19184,300,300,10,0,198,0,0,1), + (66985,834,0,0,0,-9955.25,1679.98,33.9662,4.92894,300,300,10,0,198,0,0,1), + (66986,833,0,0,0,-10022.9,1556.61,44.9144,2.5923,300,300,5,0,222,0,0,1), + (66987,833,0,0,0,-10019,1625.89,45.3409,1.4965,300,300,5,0,222,0,0,1), + (66988,7052,0,0,0,-11154.2,547.904,40.6265,4.20945,300,300,0,0,617,0,0,2), + (66989,7050,0,0,0,-11065.4,503.794,22.6767,2.46632,300,300,0,0,573,0,0,2), + (66990,7050,0,0,0,-11064.2,505.057,22.6275,2.41344,300,300,0,0,573,0,0,0), + (66991,7052,0,0,0,-11149.7,554.126,55.8372,0.515589,300,300,0,0,617,0,0,2), + (66992,7067,0,0,0,-11102.6,544.798,33.6262,4.4627,300,300,0,0,573,0,0,2), + (66993,7067,0,0,0,-11101.8,546.144,33.5665,4.6753,300,300,5,0,573,0,0,1), + (66994,7056,0,0,0,-11142.7,529.801,61.6504,6.08912,300,300,0,0,664,0,0,0), + (66995,7056,0,0,0,-11141.5,527.507,61.6513,5.98733,300,300,0,0,664,0,0,2), + (66996,7053,0,0,0,-11124.1,545.44,70.4323,1.72551,300,300,0,0,2199,0,0,2), + (66997,513,0,0,0,-9789.81,1816.33,7.88402,0,300,300,3,0,300,0,0,1), + (67002,513,0,0,0,-9790.02,1836.2,-2.06848,2.6375,300,300,5,0,300,0,0,1), + (68491,16378,0,0,0,2274.5,-5340.08,87.6035,2.20322,610,610,0,0,5000,0,0,0), + (68499,11536,0,0,0,2251.3,-5344.98,87.0119,1.88496,345,345,0,0,4484,0,0,0), + (68500,16378,0,0,0,2330.09,-5302.7,82.0478,3.78736,610,610,0,0,5000,0,0,0), + (68543,11102,0,0,0,2345.25,-5295.37,83.4182,5.48989,610,610,5,0,4108,0,0,2), + (68754,456,0,0,0,-9800.66,1822.51,4.03045,3.7869,300,300,5,0,253,264,0,1), + (68755,513,0,0,0,-9788.99,1823.17,-8.06371,0.632272,300,300,0,0,300,0,0,0), + (68756,456,0,0,0,-9770.04,1818.43,-4.82148,4.45059,300,300,0,0,253,264,0,0), + (68757,513,0,0,0,-9770.69,1807.24,1.94291,1.81514,300,300,0,0,300,0,0,0), + (68922,11102,0,0,0,2348.42,-5291.46,83.5432,5.49667,610,610,5,0,4108,0,0,2), + (68930,11033,0,0,0,2303.41,-5305.53,82.0796,2.19912,345,345,0,0,4108,0,0,0), + (68931,16378,0,0,0,2317.07,-5288.9,82.1457,3.63029,610,610,0,0,5000,0,0,0), + (68936,16016,0,0,0,3367.63,-3379.76,144.98,3.04182,250,250,0,0,3700,0,0,0), + (68946,4880,1,0,0,-2646.43,-3436.07,35.3732,4.55531,180,180,0,0,2016,0,0,0), + (68963,16378,0,0,0,2288.8,-5319.14,88.9963,2.19912,610,610,0,0,5000,0,0,0), + (69113,2453,0,0,0,623.855,-675.236,152.814,2.53936,72000,72000,0,0,1196,3075,0,2), + (69114,2744,0,0,0,-6336.26,-3119.93,310.836,1.12561,72000,72000,0,0,1752,0,0,0), + (69115,2749,0,0,0,-6827.86,-2573.3,240.744,2.53933,72000,72000,0,0,5334,0,0,0), + (69116,2751,0,0,0,-6212.7,-3382.75,239.279,0.17921,72000,72000,0,0,1469,0,0,0), + (69117,8211,0,0,0,88.476,-2033.78,115.998,5.96604,72000,72000,0,0,1981,0,0,0), + (69118,8212,0,0,0,359.87,-3841.89,107.097,2.21027,72000,72000,0,0,2672,0,0,0), + (69119,8213,0,0,0,204.115,-4712.17,4.82577,0.363795,72000,72000,0,0,2980,0,0,0), + (69492,456,0,0,0,-9776.22,1828.67,0.233093,4.64258,300,300,0,0,253,264,0,0), + (69677,16378,0,0,0,2281.74,-5323.96,89.2463,2.21657,610,610,0,0,5000,0,0,0), + (69678,11034,0,0,0,2303.82,-5349.5,91.6577,2.11185,345,345,0,0,4079,0,0,0), + (69679,16378,0,0,0,2272.92,-5280.93,82.1957,1.67552,610,610,0,0,5000,0,0,0), + (69680,11035,0,0,0,2260.14,-5338.98,86.842,2.14675,345,345,0,0,4356,0,0,0), + (69681,8555,0,0,0,2950.29,-2715,97.0207,0.767945,345,345,0,0,3189,0,0,0), + (69682,8557,0,0,0,2926.24,-2623.36,95.2648,0.460142,345,345,2,0,3882,0,0,1), + (69683,8556,0,0,0,2936.86,-2666.81,97.2542,3.9968,345,345,2,0,3529,0,0,1), + (69684,8556,0,0,0,2938.84,-2697.49,95.8161,2.30429,345,345,5,0,3529,0,0,1), + (69685,9448,0,0,0,1740.64,-5560.16,118.459,3.60824,610,610,0,0,6477,2163,0,0), + (69686,9448,0,0,0,1675.48,-5567.38,101.004,6.16101,610,610,0,0,6477,2163,0,0), + (69687,8539,0,0,0,3014.82,-4915.39,102.683,3.663,345,345,5,0,3820,0,0,1), + (69688,8542,0,0,0,2980.4,-4886.6,106.491,2.88243,345,345,5,0,3758,0,0,1), + (69689,8542,0,0,0,3051.11,-4880.63,105.687,3.32826,345,345,10,0,3758,0,0,1), + (69690,8558,0,0,0,2760.79,-5420.71,157.944,0.314159,345,345,0,0,3876,0,0,0), + (69691,8543,0,0,0,3024.63,-3421.3,150.926,3.7001,345,345,0,0,3758,0,0,0), + (69692,8534,0,0,0,3334.86,-3061.88,148.511,-2.87755,345,345,5,0,3420,0,0,1), + (69693,8603,0,0,0,2128.8,-4721.31,75.3611,3.37608,345,345,10,0,3293,0,0,1), + (69694,8602,0,0,0,3127.33,-4637.46,103.068,4.14204,345,345,10,0,3643,0,0,1), + (69695,8602,0,0,0,2654.17,-4187.5,81.736,1.22589,345,345,10,0,3643,0,0,1), + (69696,8602,0,0,0,2801.8,-4184,92.0459,2.30846,345,345,10,0,3643,0,0,1), + (69697,8602,0,0,0,3031.08,-4513.74,105.576,6.25585,345,345,3,0,3643,0,0,1), + (69698,8600,0,0,0,1640.12,-4970.62,83.6006,2.35368,345,345,10,0,3189,0,0,1), + (69699,8596,0,0,0,2490.42,-2528.57,101.029,1.41206,345,345,5,0,3189,0,0,1), + (69700,8600,0,0,0,1511.35,-3156.7,111.378,2.19672,345,345,0,0,3189,0,0,0), + (69701,8603,0,0,0,1573.48,-4573.93,85.7049,1.0886,345,345,10,0,3293,0,0,1), + (69702,8558,0,0,0,2562.62,-3810.43,185.141,2.47837,345,345,0,0,3876,0,0,0), + (69703,9449,0,0,0,1654.58,-4808.12,85.4558,2.42601,610,610,0,0,6078,2041,0,0), + (69704,9447,0,0,0,1804.81,-5214.66,113.18,3.36848,610,610,0,0,5886,1982,0,0), + (69705,8542,0,0,0,3005.47,-4984.79,107.799,5.52677,345,345,3,0,3758,0,0,1), + (69706,8542,0,0,0,3080.49,-4915.33,99.4775,1.68932,345,345,10,0,3758,0,0,1), + (69707,8539,0,0,0,3036.84,-4914.1,102.493,2.99845,345,345,5,0,3820,0,0,1), + (69708,8542,0,0,0,3002.54,-4896.78,108.41,5.12842,345,345,0,0,3758,0,0,0), + (69709,8542,0,0,0,3043.99,-4947.86,104.887,0.842222,345,345,5,0,3758,0,0,1), + (69710,8561,0,0,0,3462.65,-4959.52,189.941,4.74729,345,345,0,0,3876,0,0,0), + (70553,15605,1,0,0,2809.42,-298.311,109.197,2.21242,25,25,0,0,3857,5751,0,0), + (70554,15557,0,0,0,-7955.99,-2701.6,190.629,0.144826,25,25,0,0,3857,5751,0,0), + (70555,15558,0,0,0,-5339.71,-2900.36,343.356,4.41858,25,25,0,0,3857,5751,0,0), + (70556,15574,1,0,0,6743.79,-4679.7,725.17,1.94712,25,25,0,0,3857,5751,0,0), + (70557,15565,0,0,0,-9391.43,142.467,61.1422,3.02569,25,25,0,0,3857,5751,0,0), + (70560,15595,1,0,0,9768.83,897.046,1296.84,0.946345,25,25,0,0,3857,5751,0,0), + (70561,15583,1,0,0,-7842.99,-1329.69,-265.086,6.04205,25,25,0,0,3857,5751,0,0), + (70562,15582,1,0,0,-869.407,-3730.32,22.565,4.41703,25,25,0,0,3857,5751,0,0), + (70563,15600,1,0,0,2459.51,-6956.14,111.238,1.76124,25,25,0,0,3857,5751,0,0), + (70564,15588,1,0,0,-2300.68,-1946.13,96.2758,4.13115,25,25,0,0,3857,5751,0,0), + (70565,15597,1,0,0,-462.663,-2587.77,100.312,5.77342,25,25,0,0,3857,5751,0,0), + (70566,15601,1,0,0,6290.95,530.87,16.2558,5.47417,25,25,0,0,3857,5751,0,0), + (70567,15598,1,0,0,10136.2,2583.11,1325.39,4.19868,25,25,0,0,3857,5751,0,0), + (70568,15572,1,0,0,268.438,-4775.68,11.8795,1.9594,25,25,0,0,3857,5751,0,0), + (70570,15581,1,0,0,-4122.88,109.93,75.8011,5.80234,25,25,0,0,3857,5751,0,0), + (70571,15587,1,0,0,-3801.35,1092.59,131.969,6.24522,25,25,0,0,3857,5751,0,0), + (70572,15575,1,0,0,-2104.57,-446.089,-8.08031,4.41213,25,25,0,0,3857,5751,0,0), + (70573,15603,1,0,0,5101.63,-522.688,335.06,4.53718,25,25,0,0,3857,5751,0,0), + (70574,15599,1,0,0,-6833.13,831.946,49.4559,2.3294,25,25,0,0,3857,5751,0,0), + (70575,15570,1,0,0,-6202.55,1801.27,19.3972,0.65965,25,25,0,0,3857,5751,0,0), + (70576,15586,1,0,0,-7116.61,-3780.11,8.67008,0.295623,25,25,0,0,3857,5751,0,0), + (70578,15573,1,0,0,-9560.5,-2700.24,12.281,0.920799,25,25,0,0,3857,5751,0,0), + (72002,8214,0,0,0,236.067,-2739.72,116.361,4.62301,72000,72000,0,0,2672,0,0,0), + (72236,15584,1,0,0,-5433.37,-2425.91,89.6587,0.485213,25,25,0,0,3857,5751,0,0), + (72237,15604,1,0,0,-6234.48,-3941.96,-58.751,0.972934,25,25,0,0,3857,5751,0,0), + (72238,15606,1,0,0,6467.13,-4264.75,663.742,0.854343,25,25,0,0,3857,5751,0,0), + (72239,15563,0,0,0,-11793.4,-3181.84,-30.2682,1.15489,25,25,0,0,3857,5751,0,0), + (73001,7319,1,0,0,10980,1731.3,1303.1,5.14113,300,300,5,0,275,249,0,1), + (75117,15585,0,0,0,-7498.78,-2154.67,146.658,3.10499,25,25,0,0,3857,5751,0,0), + (76583,8562,0,0,0,3158.71,-4704.41,101.119,5.19108,345,345,5,0,3006,2241,0,1), + (77480,8215,0,0,0,45.1769,-4277.32,122.17,4.22167,72000,72000,0,0,6645,0,0,2), + (78268,8540,0,0,0,3053.15,-3910.86,115.504,5.54106,345,345,10,0,3188,0,0,1), + (78269,8523,0,0,0,3006.73,-3210.69,142.123,4.24922,345,345,3,0,3189,0,0,1), + (78371,15569,0,0,0,-5570.76,-497.917,401.813,1.74258,25,25,0,0,3857,5751,0,0), + (78372,15596,0,0,0,-11953.6,-1166.55,77.6702,0.826759,25,25,0,0,3857,5751,0,0), + (78373,15568,0,0,0,2215.68,238.288,34.1166,1.70684,25,25,0,0,3857,5751,0,0), + (78374,15577,0,0,0,-10499.3,1033.81,95.6127,4.99,25,25,0,0,3857,5751,0,0), + (78375,15549,230,0,0,592.67,-190.145,-54.0991,0.222688,25,25,0,0,3857,5751,0,0), + (78381,15556,349,0,0,-7.67095,-246.622,-168.102,3.28483,25,25,0,0,3857,5751,0,0), + (78382,15578,209,0,0,1689.15,1147.89,8.87702,2.41196,25,25,0,0,3857,5751,0,0), + (78383,15560,229,0,0,31.5467,-401.319,48.6986,1.68414,25,25,0,0,3857,5751,0,0), + (78384,15593,109,0,0,-415.042,7.16811,-90.854,2.2162,25,25,0,0,3857,5751,0,0), + (78682,8543,0,0,0,2969.88,-3177.61,117.52,3.38587,345,345,10,0,3758,0,0,1), + (78683,8603,0,0,0,2225.07,-4814.16,109.766,5.63011,345,345,5,0,3293,0,0,1), + (78684,8601,0,0,0,1936.93,-5211.9,85.289,2.85257,345,345,10,0,3420,0,0,1), + (78791,8605,0,0,0,2727.63,-4209.21,88.9657,2.79025,345,345,10,0,3644,0,0,1), + (79035,1707,34,0,0,82.3245,-10.6106,-26.4396,0.371108,43200,43200,0,0,1815,0,0,0), + (79036,1706,34,0,0,110.986,-29.1003,-26.4396,4.23787,43200,43200,5,0,1815,0,0,1), + (79037,1715,34,0,0,77.8325,-88.7943,-33.8562,1.87365,43200,43200,5,0,1953,0,0,1), + (79038,1715,34,0,0,128.395,-36.2513,-33.9396,3.46348,43200,43200,5,0,1953,0,0,1), + (79039,1711,34,0,0,70.595,-83.9379,-33.8562,4.83093,43200,43200,5,0,1953,0,0,1), + (79040,1715,34,0,0,99.3863,-37.6553,-34.7729,5.84427,43200,43200,5,0,1953,0,0,1), + (79041,1708,34,0,0,117.7,-45.8883,-34.7729,2.96333,43200,43200,5,0,1953,0,0,1), + (79042,1707,34,0,0,110.662,-0.797785,-25.5229,0.30335,43200,43200,0,0,1815,0,0,0), + (79043,1706,34,0,0,88.573,-15.4623,-26.4396,4.33564,43200,43200,0,0,1815,0,0,0), + (79044,1707,34,0,0,87.736,-28.9658,-26.4396,1.5708,43200,43200,0,0,1815,0,0,0), + (79045,1707,34,0,0,102.687,-28.8744,-26.4396,6.02139,43200,43200,5,0,1815,0,0,1), + (79046,1706,34,0,0,81.5075,-2.03578,-25.5229,2.77507,43200,43200,0,0,1815,0,0,0), + (79047,1711,34,0,0,111.721,-41.2636,-34.7729,2.05949,43200,43200,5,0,1953,0,0,1), + (79048,1706,34,0,0,110.512,-14.289,-26.4396,2.07694,43200,43200,5,0,1815,0,0,1), + (79049,1715,34,0,0,110.796,-65.9973,-34.7729,3.56047,43200,43200,5,0,1953,0,0,1), + (79050,1707,34,0,0,108.735,21.5291,-26.5229,2.66238,43200,43200,0,0,1815,0,0,0), + (79051,1707,34,0,0,110.493,42.8924,-34.7729,3.87516,43200,43200,0,0,1815,0,0,0), + (79052,1707,34,0,0,110.413,30.1479,-26.4396,5.35283,43200,43200,0,0,1815,0,0,0), + (79053,1711,34,0,0,129.414,21.692,-29.216,1.50148,43200,43200,5,0,1953,0,0,1), + (79054,1708,34,0,0,76.2288,0.302129,-25.5229,3.49974,43200,43200,0,0,1953,0,0,0), + (79055,1706,34,0,0,83.9548,30.5974,-26.4396,0.369557,43200,43200,0,0,1815,0,0,0), + (79056,1706,34,0,0,131.149,3.33946,-25.5229,1.50787,43200,43200,0,0,1815,0,0,0), + (79057,1707,34,0,0,86.8127,21.0691,-26.4396,4.59022,43200,43200,0,0,1815,0,0,0), + (79058,1708,34,0,0,128.622,49.0336,-33.8562,4.17134,43200,43200,0,0,1953,0,0,0), + (79059,1707,34,0,0,80.683,16.7574,-26.4396,2.04204,43200,43200,0,0,1815,0,0,0), + (79060,1707,34,0,0,131.167,40.9354,-33.8562,1.98968,43200,43200,0,0,1815,0,0,0), + (79061,1708,34,0,0,105.4,70.095,-34.7729,2.75762,43200,43200,5,0,1953,0,0,1), + (79062,1707,34,0,0,140.338,3.08356,-25.5229,5.99824,43200,43200,5,0,1815,0,0,1), + (79063,1711,34,0,0,129.687,-47.4302,-33.8562,3.40339,43200,43200,5,0,1953,0,0,1), + (79064,1706,34,0,0,93.4684,3.03369,-25.5229,3.50811,43200,43200,0,0,1815,0,0,0), + (79065,1707,34,0,0,103.24,12.9131,-26.4396,1.16937,43200,43200,0,0,1815,0,0,0), + (79066,1708,34,0,0,100.916,53.2517,-34.7729,2.70526,43200,43200,5,0,1953,0,0,1), + (79067,1708,34,0,0,100.564,44.3137,-34.7729,2.30383,43200,43200,5,0,1953,0,0,1), + (79068,1706,34,0,0,127.145,-1.40234,-25.5229,2.26893,43200,43200,0,0,1815,0,0,0), + (79069,1708,34,0,0,123.368,-61.7398,-33.8562,3.01942,43200,43200,5,0,1953,0,0,1), + (79070,1711,34,0,0,94.8542,-60.1856,-34.7729,2.61799,43200,43200,5,0,1953,0,0,1), + (79071,1711,34,0,0,66.9717,-90.2606,-33.8562,5.39307,43200,43200,5,0,1953,0,0,1), + (79072,1708,34,0,0,96.4198,-54.7564,-34.7729,2.51327,43200,43200,5,0,1953,0,0,1), + (79073,1707,34,0,0,115.026,46.7235,-34.7729,4.31096,43200,43200,5,0,1815,0,0,1), + (79074,1711,34,0,0,104.11,-55.8138,-34.7729,4.83456,43200,43200,5,0,1953,0,0,1), + (79075,1711,34,0,0,124.704,-70.8525,-33.9396,4.719,43200,43200,5,0,1953,0,0,1), + (79076,1708,34,0,0,82.6119,-94.8407,-33.8562,5.54853,43200,43200,5,0,1953,0,0,1), + (79077,1715,34,0,0,146.893,-42.7851,-34.8562,3.56855,43200,43200,5,0,1953,0,0,1), + (79078,1711,34,0,0,138.566,-48.0856,-34.7729,0.529011,43200,43200,5,0,1953,0,0,1), + (79079,1708,34,0,0,121.623,74.722,-34.7729,0.645772,43200,43200,5,0,1953,0,0,1), + (79080,1708,34,0,0,108.453,82.4015,-34.8562,1.40505,43200,43200,5,0,1953,0,0,1), + (79081,1707,34,0,0,153.705,3.6997,-25.6062,5.67859,43200,43200,5,0,1815,0,0,1), + (79082,1708,34,0,0,145.489,43.3674,-34.7729,4.00042,43200,43200,0,0,1953,0,0,0), + (79083,1706,34,0,0,150.993,39.1095,-34.7729,2.50405,43200,43200,5,0,1815,0,0,1), + (79084,1708,34,0,0,114.613,-86.3965,-33.9396,5.65375,43200,43200,5,0,1953,0,0,1), + (79085,1715,34,0,0,140.158,-64.5333,-34.7729,5.99149,43200,43200,5,0,1953,0,0,1), + (79086,1706,34,0,0,165.944,1.0911,-25.6062,2.88702,43200,43200,5,0,1815,0,0,1), + (79087,1707,34,0,0,134.054,70.9823,-33.8562,6.04937,43200,43200,5,0,1815,0,0,1), + (79088,1666,34,0,0,142.644,-71.8536,-34.8562,4.49228,43200,43200,0,0,2307,0,0,0), + (79089,1711,34,0,0,155.148,-52.0394,-34.8562,3.07747,43200,43200,5,0,1953,0,0,1), + (79090,1720,34,0,0,160.051,45.709,-34.7729,3.36848,43200,43200,0,0,2250,0,0,0), + (79091,1708,34,0,0,159.931,39.9643,-34.8562,0.52169,43200,43200,0,0,1953,0,0,0), + (79092,1708,34,0,0,151.641,60.1077,-34.7729,2.38636,43200,43200,0,0,1953,0,0,0), + (79093,1707,34,0,0,148.353,65.0762,-34.7729,5.40655,43200,43200,5,0,1815,0,0,1), + (79094,1708,34,0,0,161.133,54.0252,-34.8562,4.38428,43200,43200,5,0,1953,0,0,1), + (79095,1708,34,0,0,141.995,84.1125,-33.9396,3.0374,43200,43200,5,0,1953,0,0,1), + (79096,1706,34,0,0,162.726,59.1677,-34.8562,4.46164,43200,43200,5,0,1815,0,0,1), + (79097,1708,34,0,0,152.804,-69.5129,-34.7729,4.67092,43200,43200,5,0,1953,0,0,1), + (79098,1717,34,0,0,105.523,-105.795,-35.1062,1.09956,43200,43200,0,0,1830,655,0,0), + (79099,1715,34,0,0,95.4846,-105.947,-35.1062,0.663225,43200,43200,0,0,1953,0,0,0), + (79100,1708,34,0,0,150.261,-76.7672,-34.8562,2.28934,43200,43200,5,0,1953,0,0,1), + (79101,1715,34,0,0,109.097,-114.239,-35.1062,1.43117,43200,43200,0,0,1953,0,0,0), + (79102,1707,34,0,0,148.538,103.18,-35.1896,4.52629,43200,43200,5,0,1815,0,0,1), + (79103,1708,34,0,0,171.119,93.3214,-33.8562,4.20114,43200,43200,0,0,1953,0,0,0), + (79104,1708,34,0,0,155.673,99.6374,-35.1896,4.85931,43200,43200,5,0,1953,0,0,1), + (79105,1708,34,0,0,123.941,119.574,-33.8562,3.60874,43200,43200,5,0,1953,0,0,1), + (79106,1708,34,0,0,129.951,122.361,-33.8562,1.54336,43200,43200,0,0,1953,0,0,0), + (79107,1707,34,0,0,147.452,111.814,-35.1896,3.40928,43200,43200,5,0,1815,0,0,1), + (79108,1708,34,0,0,156.316,109.516,-35.1896,2.99417,43200,43200,0,0,1953,0,0,0), + (79109,1708,34,0,0,189.206,87.3162,-33.8562,0.762264,43200,43200,0,0,1953,0,0,0), + (79110,1708,34,0,0,182.74,95.2994,-33.8562,1.40045,43200,43200,0,0,1953,0,0,0), + (79111,1706,34,0,0,186.274,86.9216,-33.8562,3.42742,43200,43200,0,0,1815,0,0,0), + (79112,1707,34,0,0,192.771,91.34,-33.8562,5.44344,43200,43200,0,0,1815,0,0,0), + (79113,1708,34,0,0,119.78,128.785,-33.9396,6.2394,43200,43200,0,0,1953,0,0,0), + (79114,1708,34,0,0,161.07,129.292,-33.8562,4.39901,43200,43200,0,0,1953,0,0,0), + (79115,1706,34,0,0,167.363,127.883,-33.8562,0.959931,43200,43200,0,0,1815,0,0,0), + (79116,1663,34,0,0,166.789,134.787,-33.9396,1.78929,43200,43200,0,0,2097,0,0,0), + (79117,1708,34,0,0,171.059,142.025,-33.9396,4.49541,43200,43200,0,0,1953,0,0,0), + (79118,1708,34,0,0,168.987,147.931,-33.9396,1.38903,43200,43200,0,0,1953,0,0,0), + (79119,1708,34,0,0,176.087,142.688,-33.8562,2.28023,43200,43200,0,0,1953,0,0,0), + (79120,1711,34,0,0,126.276,-116.828,-33.9396,2.39055,43200,43200,0,0,1953,0,0,0), + (79121,1715,34,0,0,132.264,-123.557,-33.9396,2.95052,43200,43200,0,0,1953,0,0,0), + (79122,1708,34,0,0,141.424,-120.264,-33.9396,1.87443,43200,43200,0,0,1953,0,0,0), + (79123,1708,34,0,0,139.681,-128.899,-33.8562,2.90953,43200,43200,0,0,1953,0,0,0), + (79124,1716,34,0,0,89.5518,-136.922,-33.9396,5.00727,43200,43200,0,0,2097,0,0,0), + (79125,1715,34,0,0,91.7954,-126.047,-33.9396,4.01449,43200,43200,0,0,1953,0,0,0), + (79126,1711,34,0,0,95.3684,-128.729,-33.9396,2.07435,43200,43200,0,0,1953,0,0,0), + (79127,598,36,0,0,-50.2651,-401.198,55.6811,5.51524,43200,43200,0,0,417,0,0,0), + (79128,598,36,0,0,-73.1336,-407.03,54.9728,2.56563,43200,43200,0,0,417,0,0,0), + (79129,598,36,0,0,-104.389,-426.736,55.9882,1.09956,43200,43200,0,0,417,0,0,0), + (79130,4416,36,0,0,-87.4821,-404.357,59.0401,5.67232,43200,43200,0,0,417,0,0,0), + (79131,598,36,0,0,-100.262,-430.704,56.005,0.767945,43200,43200,0,0,417,0,0,0), + (79132,4075,36,0,0,-94.0732,-403.819,57.5726,0.191218,43200,43200,10,0,8,0,0,1), + (79133,598,36,0,0,-108.016,-403.976,60.0188,4.79965,43200,43200,0,0,417,0,0,0), + (79134,598,36,0,0,-57.0594,-406.745,55.1336,5.06145,43200,43200,0,0,417,0,0,0), + (79135,598,36,0,0,-100.509,-372.996,59.22,1.32645,43200,43200,0,0,417,0,0,0), + (79136,598,36,0,0,-79.0664,-382.136,55.3884,4.64258,43200,43200,0,0,417,0,0,0), + (79137,598,36,0,0,-72.5348,-370.202,55.6576,1.6057,43200,43200,0,0,417,0,0,0), + (79138,598,36,0,0,-40.12,-370.386,56.5668,2.35619,43200,43200,0,0,417,0,0,0), + (79139,1729,36,0,0,-58.9532,-390.73,53.9482,5.2709,43200,43200,0,0,990,1876,0,2), + (79140,598,36,0,0,-83.0129,-396.353,59.0941,0.087266,43200,43200,0,0,417,0,0,0), + (79141,4075,36,0,0,-13.3427,-376.707,60.7323,0.994858,43200,43200,10,0,8,0,0,1), + (79142,598,36,0,0,-70.8896,-395.711,55.8013,3.64774,43200,43200,0,0,417,0,0,0), + (79143,598,36,0,0,-98.282,-383.228,59.2963,5.58505,43200,43200,0,0,417,0,0,0), + (79144,634,36,0,0,-55.6462,-376.861,54.2091,0.063403,43200,43200,0,0,1158,0,0,2), + (79145,598,36,0,0,-66.8609,-364.098,54.8182,2.89725,43200,43200,0,0,417,0,0,0), + (79146,598,36,0,0,-52.6469,-368.032,55.5931,1.41372,43200,43200,0,0,417,0,0,0), + (79147,4075,36,0,0,-152.545,-526.434,51.133,1.73877,43200,43200,10,0,8,0,0,1), + (79148,598,36,0,0,-116.78,-411.297,58.8569,5.74213,43200,43200,0,0,417,0,0,0), + (79149,598,36,0,0,-128.305,-384.093,59.1888,3.10669,43200,43200,0,0,417,0,0,0), + (79151,634,36,0,0,-136.063,-408.245,58.1921,0.224902,43200,43200,0,0,1158,0,0,0), + (79152,634,36,0,0,-116.45,-406.916,59.5309,0.895679,43200,43200,0,0,1158,0,0,2), + (79153,4075,36,0,0,-122.287,-414.488,58.311,6.23634,43200,43200,10,0,8,0,0,1), + (79154,598,36,0,0,-139.803,-399.804,58.4387,1.48353,43200,43200,0,0,417,0,0,0), + (79155,598,36,0,0,-130.811,-394.411,59.4243,2.47837,43200,43200,0,0,417,0,0,0), + (79156,598,36,0,0,-139.342,-412.573,58.9302,3.57792,43200,43200,0,0,417,0,0,0), + (79157,598,36,0,0,-147.793,-407.295,57.7768,4.06662,43200,43200,0,0,417,0,0,0), + (79158,598,36,0,0,-114.904,-450.414,56.424,0,43200,43200,0,0,417,0,0,0), + (79159,598,36,0,0,-126.517,-441.77,55.5907,4.06662,43200,43200,0,0,417,0,0,0), + (79160,598,36,0,0,-153.941,-395.623,57.0007,1.16937,43200,43200,0,0,417,0,0,0), + (79161,598,36,0,0,-165.125,-403.208,57.3258,5.48033,43200,43200,0,0,417,0,0,0), + (79162,598,36,0,0,-175.251,-400.119,57.5643,2.49582,43200,43200,0,0,417,0,0,0), + (79163,598,36,0,0,-169.962,-409.583,57.6959,5.60251,43200,43200,0,0,417,0,0,0), + (79164,598,36,0,0,-182.302,-410.296,55.6153,2.77507,43200,43200,0,0,417,0,0,0), + (79165,1725,36,0,0,-183.731,-450.034,54.6475,3.37684,43200,43200,0,0,1068,0,0,0), + (79166,4075,36,0,0,-183.257,-440.667,54.201,5.42284,43200,43200,10,0,8,0,0,1), + (79167,1725,36,0,0,-202.166,-453.277,54.2891,0.811484,43200,43200,0,0,1068,0,0,0), + (79168,644,36,0,0,-192.915,-448.211,54.4339,1.66886,43200,43200,0,0,4490,0,0,0), + (79169,598,36,0,0,-176.814,-487.945,54.2515,6.26573,43200,43200,0,0,417,0,0,0), + (79170,634,36,0,0,-191.73,-483.36,54.0413,2.0461,43200,43200,5,0,1158,0,0,1), + (79171,1729,36,0,0,-188.074,-486.698,54.044,1.56971,43200,43200,5,0,990,1876,0,1), + (79172,598,36,0,0,-176.345,-499.359,54.2337,0.890118,43200,43200,0,0,417,0,0,0), + (79173,598,36,0,0,-219.438,-485.815,49.4967,0.698132,43200,43200,0,0,417,0,0,0), + (79174,598,36,0,0,-197.438,-490.739,54.0243,3.76991,43200,43200,0,0,417,0,0,0), + (79175,598,36,0,0,-231.309,-476.99,49.3445,1.06465,43200,43200,0,0,417,0,0,0), + (79176,598,36,0,0,-207.559,-499.156,51.04,1.02974,43200,43200,0,0,417,0,0,0), + (79177,1729,36,0,0,-214.703,-506.568,50.8243,4.64998,43200,43200,0,0,990,1876,0,0), + (79178,598,36,0,0,-233.461,-490.313,49.5979,4.06662,43200,43200,0,0,417,0,0,0), + (79179,598,36,0,0,-186.472,-506.314,53.3956,4.79965,43200,43200,0,0,417,0,0,0), + (79180,598,36,0,0,-198.654,-510.057,53.4681,4.99164,43200,43200,0,0,417,0,0,0), + (79181,598,36,0,0,-222.039,-500.223,49.6132,3.66519,43200,43200,0,0,417,0,0,0), + (79182,598,36,0,0,-170.745,-509.416,53.7236,4.85202,43200,43200,0,0,417,0,0,0), + (79183,598,36,0,0,-157.933,-506.575,53.4426,1.02974,43200,43200,0,0,417,0,0,0), + (79184,598,36,0,0,-206.619,-512.06,51.5749,4.55531,43200,43200,0,0,417,0,0,0), + (79185,598,36,0,0,-158.652,-513.984,52.7541,4.08407,43200,43200,0,0,417,0,0,0), + (79186,4075,36,0,0,-195.525,-476.929,54.1321,2.96706,43200,43200,10,0,8,0,0,1), + (79187,598,36,0,0,-214.18,-516.23,51.4912,5.89921,43200,43200,0,0,417,0,0,0), + (79188,1729,36,0,0,-93.0234,-400.3,58.0467,3.03687,43200,43200,0,0,990,1876,0,2), + (79189,634,36,0,0,-94.3284,-402.581,57.4746,0.820305,43200,43200,0,0,1158,0,0,2), + (79190,598,36,0,0,-159.594,-529.266,52.2688,3.24631,43200,43200,0,0,417,0,0,0), + (79191,598,36,0,0,-149.5,-519.485,53.0869,0.10472,43200,43200,0,0,417,0,0,0), + (79192,641,36,0,0,-277.256,-494.085,49.5858,0.436332,43200,43200,0,0,1251,0,0,0), + (79193,641,36,0,0,-284.672,-480.893,49.2836,4.01426,43200,43200,0,0,1251,0,0,0), + (79194,598,36,0,0,-146.345,-528.773,52.1728,0.366519,43200,43200,0,0,417,0,0,0), + (79195,641,36,0,0,-285.507,-489.11,50.0757,1.3742,43200,43200,5,0,1251,0,0,1), + (79196,622,36,0,0,-193.104,-550.659,19.3065,4.45445,43200,43200,5,0,1251,0,0,1), + (79197,1731,36,0,0,-213.95,-548.452,19.3065,1.22022,43200,43200,5,0,1251,0,0,1), + (79198,622,36,0,0,-207.954,-546.822,19.3065,1.66173,43200,43200,5,0,1251,0,0,1), + (79199,1731,36,0,0,-182.394,-567.021,51.0262,3.21455,43200,43200,5,0,1251,0,0,1), + (79200,1731,36,0,0,-183.209,-564.577,51.2296,0.113424,43200,43200,5,0,1251,0,0,1), + (79201,1731,36,0,0,-186.878,-553.565,19.3065,3.02864,43200,43200,5,0,1251,0,0,1), + (79202,641,36,0,0,-270.228,-523.864,49.9504,0.296706,43200,43200,0,0,1251,0,0,0), + (79203,1731,36,0,0,-209.573,-568.15,20.9768,2.94235,43200,43200,5,0,1251,0,0,1), + (79204,1731,36,0,0,-178.397,-565.429,19.3065,2.53463,43200,43200,5,0,1251,0,0,1), + (79205,1731,36,0,0,-226.034,-555.927,19.3065,0.854289,43200,43200,5,0,1251,0,0,1), + (79206,1763,36,0,0,-177.362,-574.458,19.3113,0.092073,43200,43200,5,0,2904,0,0,1), + (79207,641,36,0,0,-281.279,-502.013,49.3831,1.4796,43200,43200,5,0,1251,0,0,1), + (79208,622,36,0,0,-226.113,-563.705,19.3065,2.36988,43200,43200,5,0,1251,0,0,1), + (79209,622,36,0,0,-194.589,-586.258,20.9768,5.51389,43200,43200,5,0,1251,0,0,1), + (79210,4416,36,0,0,-139.828,-569.442,19.7906,1.39626,43200,43200,0,0,417,0,0,0), + (79211,1731,36,0,0,-178.319,-581.496,19.3112,2.21882,43200,43200,5,0,1251,0,0,1), + (79212,622,36,0,0,-207.48,-585.729,20.9768,0.872041,43200,43200,5,0,1251,0,0,1), + (79213,622,36,0,0,-232.502,-569.785,19.3065,1.08319,43200,43200,5,0,1251,0,0,1), + (79214,4417,36,0,0,-149.151,-580.585,19.3131,3.12269,43200,43200,5,0,1251,0,0,1), + (79215,4416,36,0,0,-131.691,-578.845,18.6522,0.314159,43200,43200,0,0,417,0,0,0), + (79216,4416,36,0,0,-152.997,-590.709,19.0535,4.81711,43200,43200,0,0,417,0,0,0), + (79217,1731,36,0,0,-188.734,-600.466,36.5784,5.17014,43200,43200,5,0,1251,0,0,1), + (79218,1731,36,0,0,-234.991,-575.816,19.3065,1.36211,43200,43200,5,0,1251,0,0,1), + (79219,641,36,0,0,-263.514,-571.289,51.0459,2.60054,43200,43200,0,0,1251,0,0,0), + (79220,641,36,0,0,-291.981,-477.763,49.2735,3.01942,43200,43200,0,0,1251,0,0,0), + (79221,641,36,0,0,-284.815,-518.513,48.5385,4.5204,43200,43200,0,0,1251,0,0,0), + (79222,641,36,0,0,-294.264,-506.217,49.2678,5.69011,43200,43200,0,0,1251,0,0,0), + (79223,642,36,0,0,-289.453,-513.009,49.6785,3.78367,43200,43200,0,0,3872,0,0,2), + (79224,641,36,0,0,-283.229,-560.001,49.514,0.034907,43200,43200,0,0,1251,0,0,0), + (79225,4416,36,0,0,-275.491,-574.469,50.5192,2.49582,43200,43200,0,0,417,0,0,0), + (79226,4416,36,0,0,-259.328,-587.667,51.0296,3.80482,43200,43200,0,0,417,0,0,0), + (79227,641,36,0,0,-295.528,-530.023,49.3874,5.50756,43200,43200,0,0,1251,0,0,0), + (79228,4075,36,0,0,-274.531,-578.467,50.2194,5.87235,43200,43200,10,0,8,0,0,1), + (79229,4418,36,0,0,-272.331,-583.156,50.1907,0.925193,43200,43200,5,0,1062,2040,0,2), + (79230,4417,36,0,0,-272.512,-582.382,49.9988,0.681518,43200,43200,5,0,1251,0,0,2), + (79231,641,36,0,0,-308.87,-485.281,49.802,1.6057,43200,43200,0,0,1251,0,0,0), + (79232,4416,36,0,0,-297.79,-567.185,50.0666,3.07178,43200,43200,0,0,417,0,0,0), + (79233,4417,36,0,0,-263.805,-578.193,50.5558,6.26195,43200,43200,15,0,1251,0,0,1), + (79234,4416,36,0,0,-287.618,-576.586,49.2788,5.46288,43200,43200,0,0,417,0,0,0), + (79235,4416,36,0,0,-294.312,-584.521,49.7644,5.61996,43200,43200,0,0,417,0,0,0), + (79236,4416,36,0,0,-305.659,-579.786,48.8363,2.35619,43200,43200,0,0,417,0,0,0), + (79237,4416,36,0,0,-313.123,-592.62,48.5652,3.14159,43200,43200,0,0,417,0,0,0), + (79238,4416,36,0,0,-272.938,-589.211,50.9034,5.8294,43200,43200,0,0,417,0,0,0), + (79239,4416,36,0,0,-280.811,-588.13,51.0407,2.37365,43200,43200,0,0,417,0,0,0), + (79240,4416,36,0,0,-281.691,-601.383,50.8434,5.06145,43200,43200,0,0,417,0,0,0), + (79241,641,36,0,0,-292.775,-608.236,47.7036,5.37561,43200,43200,0,0,1251,0,0,0), + (79242,1731,36,0,0,-208.324,-606.89,28.3691,3.16188,43200,43200,5,0,1251,0,0,1), + (79243,1731,36,0,0,-203.274,-602.657,30.3561,3.56974,43200,43200,5,0,1251,0,0,1), + (79244,634,36,0,0,-205.348,-504.892,52.0981,3.31299,43200,43200,0,0,1158,0,0,2), + (79245,1729,36,0,0,-203.187,-506.547,52.3841,3.31298,43200,43200,0,0,990,1876,0,2), + (79247,1731,36,0,0,-198.926,-603.779,19.3022,5.74754,43200,43200,0,0,1251,0,0,0), + (79248,4416,36,0,0,-138.003,-602.398,16.1097,3.03687,43200,43200,0,0,417,0,0,0), + (79249,4416,36,0,0,-135.128,-593.666,17.8968,3.29867,43200,43200,0,0,417,0,0,0), + (79250,4416,36,0,0,-138.051,-613.235,15.3036,3.38594,43200,43200,0,0,417,0,0,0), + (79251,4416,36,0,0,-127.414,-607.545,15.174,0.15708,43200,43200,0,0,417,0,0,0), + (79252,4416,36,0,0,-126.252,-596.364,17.8088,6.24828,43200,43200,0,0,417,0,0,0), + (79253,4416,36,0,0,-137.649,-622.887,15.0423,2.98451,43200,43200,0,0,417,0,0,0), + (79254,4075,36,0,0,-137.611,-627.141,14.8801,1.50113,43200,43200,10,0,8,0,0,1), + (79255,4416,36,0,0,-106.13,-613.612,14.3938,1.6057,43200,43200,0,0,417,0,0,0), + (79256,4416,36,0,0,-115.187,-621.201,14.1127,4.93928,43200,43200,0,0,417,0,0,0), + (79257,4416,36,0,0,-104.417,-620.566,14.5019,5.0091,43200,43200,0,0,417,0,0,0), + (79258,4416,36,0,0,-132.504,-637.781,14.3308,4.46804,43200,43200,0,0,417,0,0,0), + (79259,4416,36,0,0,-118.393,-635.202,12.197,0.785398,43200,43200,0,0,417,0,0,0), + (79260,4418,36,0,0,-119.498,-639.309,11.4469,2.66136,43200,43200,5,0,1062,2040,0,2), + (79261,4416,36,0,0,-115.421,-651.487,8.16425,3.57792,43200,43200,0,0,417,0,0,0), + (79262,3947,36,0,0,-188.781,-702.69,8.85784,2.06811,43200,43200,5,0,1347,0,0,1), + (79271,4416,36,0,0,-104.376,-640.789,8.76665,0.733038,43200,43200,0,0,417,0,0,0), + (79273,634,36,0,0,-187.714,-491.858,53.7952,4.84823,43200,43200,5,0,1158,0,0,2), + (79276,4075,36,0,0,-121.662,-435.93,54.643,4.30604,43200,43200,10,0,8,0,0,1), + (79277,1729,36,0,0,-146.777,-399.16,57.259,0.099881,43200,43200,5,0,990,1876,0,1), + (79280,634,36,0,0,-194.663,-503.042,53.2529,3.31299,43200,43200,5,0,1158,0,0,2), + (79281,1729,36,0,0,-195.271,-505.177,53.1259,3.31299,43200,43200,5,0,990,1876,0,1), + (79283,4417,36,0,0,-239.833,-578.879,51.1657,6.24575,43200,43200,5,0,1251,0,0,2), + (79284,4418,36,0,0,-229.584,-578.362,51.2588,1.44671,43200,43200,5,0,1062,2040,0,2), + (79285,4417,36,0,0,-228.095,-576.564,51.2145,2.12069,43200,43200,5,0,1251,0,0,1), + (79286,3947,36,0,0,-121.645,-698.163,8.68659,4.4315,43200,43200,5,0,1347,0,0,1), + (79287,3947,36,0,0,-123.156,-681.324,10.5616,5.09576,43200,43200,5,0,1347,0,0,1), + (154668,8920,230,0,0,782.138,-45.6668,-53.7721,3.9619,7200,7200,0,0,2614,0,0,2), + (79289,657,36,0,0,-102.521,-697.942,8.84454,1.56316,43200,43200,5,0,1347,0,0,1), + (79290,657,36,0,0,-89.7001,-691.332,8.24514,1.587,43200,43200,5,0,1347,0,0,1), + (154667,8900,230,0,0,782.138,-45.6668,-53.7721,3.9619,7200,7200,0,0,2305,4896,0,2), + (79292,657,36,0,0,-95.1414,-722.4,8.48278,5.50703,43200,43200,5,0,1347,0,0,1), + (79293,3947,36,0,0,-49.5123,-685.08,3.89985,3.17298,43200,43200,5,0,1347,0,0,1), + (79294,1732,36,0,0,-96.6361,-709.373,8.81989,1.44085,43200,43200,5,0,1137,2236,0,2), + (154666,8920,230,0,0,762.349,41.594,-53.7146,3.9619,7200,7200,0,0,2614,0,0,2), + (79296,634,36,0,0,-130.776,-605.473,15.2352,5.44543,43200,43200,0,0,1158,0,0,0), + (79297,657,36,0,0,-79.9682,-729.441,8.94915,6.16024,43200,43200,5,0,1347,0,0,1), + (79298,3947,36,0,0,-34.375,-692.709,4.52485,4.69944,43200,43200,5,0,1347,0,0,1), + (79299,1732,36,0,0,-50.1355,-723.342,9.07696,1.48353,43200,43200,5,0,1137,2236,0,1), + (79300,657,36,0,0,-31.3801,-727.911,8.47387,2.96909,43200,43200,5,0,1347,0,0,1), + (79301,1732,36,0,0,-42.2427,-732.088,9.04105,4.52774,43200,43200,0,0,1137,2236,0,0), + (79302,1732,36,0,0,-60.2403,-731.372,8.81632,2.51001,43200,43200,0,0,1137,2236,0,2), + (79303,3947,36,0,0,-140.013,-762.128,4.58898,2.42708,43200,43200,5,0,1347,0,0,1), + (79304,3947,36,0,0,-123.739,-788.672,17.3131,5.22666,43200,43200,5,0,1347,0,0,1), + (79305,657,36,0,0,-79.6583,-782.438,17.3884,0.686417,43200,43200,0,0,1347,0,0,0), + (79306,1732,36,0,0,-22.5682,-736.14,8.63019,1.42668,43200,43200,0,0,1137,2236,0,0), + (79307,657,36,0,0,-74.8631,-783.376,26.2465,2.98393,43200,43200,0,0,1347,0,0,0), + (79308,657,36,0,0,-99.9396,-778.266,22.3395,5.88379,43200,43200,5,0,1347,0,0,1), + (79309,3947,36,0,0,-79.5762,-788.13,38.823,2.92716,43200,43200,0,0,1347,0,0,0), + (79310,1732,36,0,0,-83.5081,-776.182,26.7952,5.57936,43200,43200,0,0,1137,2236,0,2), + (79311,657,36,0,0,-131.098,-789.196,17.4008,2.26836,43200,43200,5,0,1347,0,0,1), + (79312,3947,36,0,0,-132.915,-766.251,3.86817,1.59329,43200,43200,5,0,1347,0,0,1), + (79313,1732,36,0,0,-57.0502,-782.479,18.0147,2.13404,43200,43200,0,0,1137,2236,0,2), + (79314,3947,36,0,0,-94.1737,-787.372,17.1116,0.542439,43200,43200,5,0,1347,0,0,1), + (79315,3947,36,0,0,-83.4978,-791.166,25.8501,2.49507,43200,43200,0,0,1347,0,0,0), + (79316,657,36,0,0,-15.0055,-724.655,7.91381,3.36236,43200,43200,0,0,1347,0,0,0), + (154665,8920,230,0,0,803.859,12.9567,-53.6615,3.9619,7200,7200,0,0,2614,0,0,2), + (154664,8900,230,0,0,803.859,12.9567,-53.6615,3.9619,7200,7200,0,0,2305,4896,0,2), + (79319,3947,36,0,0,-97.6529,-805.56,30.683,5.10199,43200,43200,5,0,1347,0,0,1), + (79320,3947,36,0,0,-122.837,-806.022,16.8947,2.01555,43200,43200,5,0,1347,0,0,1), + (79321,657,36,0,0,-65.9172,-794.401,39.4002,3.9576,43200,43200,0,0,1347,0,0,0), + (79322,1732,36,0,0,-111.494,-795.161,16.917,5.26124,43200,43200,5,0,1137,2236,0,2), + (79323,657,36,0,0,-41.5834,-788.566,18.7949,4.86947,43200,43200,0,0,1347,0,0,0), + (79324,657,36,0,0,-9.25067,-740.91,8.91751,5.75106,43200,43200,0,0,1347,0,0,0), + (79325,3947,36,0,0,-45.3096,-787.028,18.452,5.4415,43200,43200,0,0,1347,0,0,0), + (79326,1732,36,0,0,-106.433,-793.287,28.1631,2.29205,43200,43200,5,0,1137,2236,0,1), + (79327,1732,36,0,0,-78.3783,-796.849,38.3719,2.56158,43200,43200,0,0,1137,2236,0,0), + (79328,657,36,0,0,-52.9977,-791.268,38.6091,0.738249,43200,43200,5,0,1347,0,0,1), + (79329,1732,36,0,0,-40.2788,-797.973,39.3257,0.914945,43200,43200,5,0,1137,2236,0,1), + (79330,657,36,0,0,-28.8178,-795.674,19.3963,6.02139,43200,43200,0,0,1347,0,0,0), + (79331,4075,36,0,0,-134.399,-792.648,17.47,2.70032,43200,43200,10,0,8,0,0,1), + (154663,8907,230,0,0,779.154,1.81084,-53.6518,0.0174533,7200,7200,0,0,7842,0,0,0), + (79333,647,36,0,0,-63.7206,-808.798,41.2342,5.77138,43200,43200,0,0,2904,0,0,2), + (79334,657,36,0,0,-67.6401,-809.496,40.8694,3.10425,43200,43200,5,0,1347,0,0,1), + (79335,1732,36,0,0,-67.9707,-806.653,40.8301,3.10443,43200,43200,5,0,1137,2236,0,1), + (79336,639,36,0,0,-87.369,-819.895,39.3004,0,43200,43200,0,0,4168,0,0,0), + (79337,646,36,0,0,-22.8471,-797.283,20.3745,1.0472,43200,43200,0,0,3872,0,0,0), + (79338,1732,36,0,0,-21.874,-802.941,19.7633,1.72788,43200,43200,0,0,1137,2236,0,0), + (79340,657,36,0,0,-20.9408,-835.917,19.6528,2.05681,43200,43200,5,0,1347,0,0,1), + (79341,657,36,0,0,-19.0468,-830.344,19.7522,4.01444,43200,43200,5,0,1347,0,0,1), + (154662,8906,230,0,0,779.154,1.81084,-53.6518,0.0174533,7200,7200,0,0,7599,0,0,0), + (79343,657,36,0,0,-30.3766,-843.213,19.1693,5.61834,43200,43200,5,0,1347,0,0,1), + (79344,645,36,0,0,-67.5844,-853.749,17.075,4.92527,43200,43200,0,0,2904,0,0,2), + (79346,636,36,0,0,-4.78826,-779.29,9.80184,0.685834,43200,43200,0,0,1347,0,0,0), + (79345,636,36,0,0,-0.640532,-784.671,9.69332,0.721177,43200,43200,0,0,1347,0,0,0), + (79347,3947,36,0,0,-43.2699,-852.248,18.5989,1.28568,43200,43200,5,0,1347,0,0,1), + (79348,657,36,0,0,-89.5684,-854.834,17.2142,5.22399,43200,43200,5,0,1347,0,0,1), + (79349,657,36,0,0,-85.9117,-856.569,17.2837,3.16079,43200,43200,5,0,1347,0,0,1), + (154661,8907,230,0,0,780.244,-9.44037,-53.6513,1.72788,7200,7200,0,0,7842,0,0,0), + (79351,1732,36,0,0,-103.033,-847.702,17.0292,5.40776,43200,43200,5,0,1137,2236,0,1), + (79352,1732,36,0,0,-117.719,-837.953,16.9124,3.21479,43200,43200,5,0,1137,2236,0,2), + (79353,3947,36,0,0,-122.586,-823.971,16.9447,3.7869,43200,43200,5,0,1347,0,0,1), + (79354,1732,36,0,0,-119.086,-836.376,16.9153,5.99994,43200,43200,5,0,1137,2236,0,1), + (79355,1732,36,0,0,-142.771,-873.765,2.37754,3.76723,43200,43200,5,0,1137,2236,0,1), + (154660,8906,230,0,0,780.244,-9.44037,-53.6513,1.72788,7200,7200,0,0,7599,0,0,0), + (154659,8907,230,0,0,793.348,-9.29995,-53.6518,3.07178,7200,7200,0,0,7842,0,0,0), + (79360,1729,36,0,0,-109.158,-649.657,7.15244,5.21559,43200,43200,0,0,990,1876,0,2), + (79361,634,36,0,0,-111.77,-645.406,8.96003,5.2248,43200,43200,5,0,1158,0,0,2), + (79369,636,36,0,0,-78.1757,-815.211,39.9079,3.67505,43200,43200,0,0,1347,0,0,0), + (79373,634,36,0,0,-170.144,-403.045,57.0869,0.192994,43200,43200,0,0,1158,0,0,2), + (79374,1729,36,0,0,-173.48,-402.487,57.1029,0.305933,43200,43200,0,0,990,1876,0,2), + (79376,1729,36,0,0,-265.001,-578.632,50.5221,0.186009,43200,43200,5,0,990,1876,0,2), + (79377,634,36,0,0,-259.018,-579.541,51.1469,0.186022,43200,43200,15,0,1158,0,0,1), + (79378,4418,36,0,0,-207.884,-553.552,19.3065,2.95879,43200,43200,0,0,1062,2040,0,2), + (79379,4417,36,0,0,-208.377,-551.49,19.3065,2.92817,43200,43200,0,0,1251,0,0,2), + (79380,4417,36,0,0,-204.761,-552.424,19.3065,2.88854,43200,43200,0,0,1251,0,0,2), + (79381,4075,36,0,0,-137.489,-625.4,14.8722,1.50113,43200,43200,10,0,8,0,0,1), + (79368,636,36,0,0,-78.3636,-824.518,39.9129,2.70864,43200,43200,0,0,1347,0,0,0), + (79384,657,36,0,0,-154.996,-891.815,5.64332,3.05433,43200,43200,5,0,1347,0,0,1), + (79385,1732,36,0,0,-146.141,-906.036,8.17895,4.04916,43200,43200,5,0,1137,2236,0,1), + (79387,4075,36,0,0,-289.323,-574.988,49.0583,6.0705,43200,43200,0,0,8,0,0,0), + (79388,657,36,0,0,-153.182,-909,8.72719,2.61799,43200,43200,0,0,1347,0,0,0), + (154658,8906,230,0,0,793.348,-9.29995,-53.6518,3.07178,7200,7200,0,0,7599,0,0,0), + (79390,1732,36,0,0,-147.674,-919.162,12.5437,6.04953,43200,43200,0,0,1137,2236,0,0), + (79470,10919,1,0,0,7544.32,-1528.77,174.989,0.782544,25,25,0,0,2371,0,0,0), + (79473,10919,1,0,0,7547.5,-1524.67,174.989,3.47175,25,25,0,0,2371,0,0,0), + (79476,10919,1,0,0,7543.74,-1521.08,174.989,5.01349,25,25,0,0,2371,0,0,0), + (79483,10919,1,0,0,7331.18,-1592.44,164.542,6.12747,25,25,0,0,2371,0,0,0), + (79489,10919,1,0,0,7336.64,-1594.46,164.542,3.02122,25,25,0,0,2371,0,0,0), + (79491,10919,1,0,0,7401.47,-1658.75,195.858,3.29611,25,25,0,0,2371,0,0,0), + (79492,10919,1,0,0,7460.56,-1586.44,177.431,2.24839,25,25,0,0,2371,0,0,0), + (79493,10919,1,0,0,7472.86,-1580.47,198.482,5.97902,25,25,0,0,2371,0,0,0), + (79494,10919,1,0,0,7478.42,-1576.89,198.482,4.43493,25,25,0,0,2371,0,0,0), + (79496,10919,1,0,0,7478.24,-1584.93,198.482,1.26663,25,25,0,0,2371,0,0,0), + (79499,10919,1,0,0,7474.52,-1564.03,177.572,4.14119,25,25,0,0,2371,0,0,0), + (79508,10919,1,0,0,7472.42,-1569.91,178.205,1.22029,25,25,0,0,2371,0,0,0), + (79510,10919,1,0,0,7474.04,-1527.05,158.017,3.29375,25,25,0,0,2371,0,0,0), + (79514,10919,1,0,0,7500.53,-1525.97,156.496,3.69273,25,25,0,0,2371,0,0,0), + (79515,10919,1,0,0,7513.87,-1566.04,161.282,1.1771,25,25,0,0,2371,0,0,0), + (79517,10919,1,0,0,7514.26,-1560.53,161.282,5.05353,25,25,0,0,2371,0,0,0), + (79519,10919,1,0,0,7509.47,-1549.87,156.604,4.09064,25,25,0,0,2371,0,0,0), + (79521,10919,1,0,0,7519.4,-1531.99,159.698,5.08102,25,25,0,0,2371,0,0,0), + (79522,4996,0,0,0,-8762.22,812.437,97.6346,0.559538,25,25,0,0,3696,0,0,0), + (79523,10919,1,0,0,7521.73,-1536.22,159.686,1.87503,25,25,0,0,2371,0,0,0), + (79525,10919,1,0,0,7300.79,-1518.87,162.706,5.97588,25,25,0,0,2371,0,0,0), + (79527,10919,1,0,0,7309.54,-1547.88,164.534,5.10252,25,25,0,0,2371,0,0,0), + (79529,10919,1,0,0,7309.61,-1553.27,164.533,1.96407,25,25,0,0,2371,0,0,0), + (79531,10919,1,0,0,7339.03,-1498.82,153.612,3.68487,25,25,0,0,2371,0,0,0), + (79537,10919,1,0,0,7334.61,-1503.36,156.14,0.634387,25,25,0,0,2371,0,0,0), + (79539,11817,1,0,0,7475.57,-1582.61,181.342,1.30433,25,25,0,0,64,0,0,0), + (79541,11819,1,0,0,7477.02,-1577.44,181.342,4.45849,25,25,0,0,64,0,0,0), + (79550,4996,0,0,0,-8764.68,815.497,97.6346,0.716612,25,25,0,0,3696,0,0,0), + (79558,4996,0,0,0,-8757.83,812.716,97.6346,2.36203,25,25,0,0,3696,0,0,0), + (79559,16106,0,0,0,-8691.85,840.514,98.6851,2.19234,30,30,0,0,53,0,0,0), + (79560,16107,0,0,0,90.2991,-1723.58,220.193,3.63373,30,30,0,0,53,0,0,0), + (79572,11816,1,0,0,7550.96,-1522.15,158.954,3.46951,25,25,0,0,137,0,0,0), + (79580,4996,0,0,0,-8763.38,813.832,97.6346,0.80458,25,25,0,0,3696,0,0,0), + (79595,217,0,0,0,-10054.7,-965.009,34.4405,5.97831,180,180,0,0,449,0,0,0), + (79596,565,0,0,0,-10078.4,-984.301,32.8389,4.44751,190,190,0,0,494,0,0,0), + (79597,565,0,0,0,-10123.7,-977.053,31.7925,1.17796,190,190,0,0,494,0,0,0), + (79598,569,0,0,0,-10111.7,-1020.03,33.8926,0.978462,180,180,0,0,531,0,0,0), + (79599,539,0,0,0,-10040,-958.925,33.7992,0.532604,180,180,0,0,417,0,0,0), + (79600,217,0,0,0,-10042.4,-954.054,34.3918,4.80139,180,180,0,0,449,0,0,0), + (79601,46,0,0,0,-9915.98,-846.381,20.0111,4.87445,180,180,5,0,176,0,0,1), + (79602,46,0,0,0,-9893.45,-747.853,20.6947,3.57606,180,180,5,0,176,0,0,1), + (79603,46,0,0,0,-9860.71,-711.289,29.0377,6.05668,180,180,5,0,176,0,0,1), + (79604,721,0,0,0,-9774.17,-544.481,34.3062,2.44885,180,180,10,0,1,0,0,1), + (79605,524,0,0,0,-9751.72,-603.903,39.7345,4.76923,180,180,0,0,137,0,0,0), + (79606,524,0,0,0,-9787.24,-648.918,36.1254,1.70107,180,180,5,0,137,0,0,1), + (79607,2442,0,0,0,-9751.14,-643.177,42.1577,5.78197,180,180,5,0,1,0,0,1), + (79608,46,0,0,0,-9804.3,-612.081,31.5397,0.363205,180,180,5,0,176,0,0,1), + (79609,822,0,0,0,-9780.58,-553.3,33.6325,1.88916,180,180,5,0,195,0,0,1), + (79610,524,0,0,0,-9823,-565.919,27.2956,1.95566,180,180,5,0,137,0,0,1), + (79611,524,0,0,0,-9748.33,-554.43,38.2072,0.345816,180,180,0,0,137,0,0,0), + (79612,524,0,0,0,-9785.26,-568.395,33.5413,1.97565,180,180,0,0,137,0,0,0), + (79613,721,0,0,0,-9753.6,-650.283,41.7763,1.42828,180,180,10,0,1,0,0,1), + (79614,822,0,0,0,-9772.18,-658.219,38.8135,2.1229,180,180,5,0,195,0,0,1), + (79615,524,0,0,0,-9684.52,-550.147,49.0968,1.22744,180,180,0,0,137,0,0,0), + (79616,524,0,0,0,-9664.94,-522.64,51.4993,3.76278,180,180,0,0,137,0,0,0), + (79617,524,0,0,0,-9670.05,-496.888,51.4968,0.165244,180,180,0,0,137,0,0,0), + (79618,524,0,0,0,-9623.76,-490.877,58.2497,4.21573,180,180,0,0,137,0,0,0), + (79619,285,0,0,0,-9473.71,-431.412,59.8586,4.67748,180,180,0,0,120,0,0,0), + (79620,285,0,0,0,-9479.72,-430.688,58.7018,5.53269,180,180,0,0,120,0,0,0), + (79621,285,0,0,0,-9484.21,-423.217,59.9518,1.26246,180,180,0,0,120,0,0,0), + (79622,285,0,0,0,-9500.72,-434.34,56.3074,2.20692,180,180,0,0,120,0,0,0), + (79623,285,0,0,0,-9485.44,-409.706,59.806,2.51726,180,180,0,0,120,0,0,0), + (79624,285,0,0,0,-9487.15,-437.875,58.9326,4.38078,180,180,0,0,120,0,0,0), + (79625,735,0,0,0,-9547.14,-449.578,60.4493,2.82642,180,180,5,0,120,0,0,1), + (79626,525,0,0,0,-9553.39,-445.932,61.0743,3.30387,180,180,10,0,102,0,0,1), + (79627,285,0,0,0,-9484.85,-328.59,54.8925,0.418879,180,180,0,0,120,0,0,0), + (79628,6491,0,0,0,-9341,165.021,61.641,1.096,490,490,0,0,7680,0,0,0), + (79629,285,0,0,0,-9456.27,-331.956,55.4854,2.46553,180,180,5,0,120,0,0,1), + (79630,735,0,0,0,-9411.46,-324.322,58.8521,4.71239,180,180,0,0,120,0,0,0), + (79631,525,0,0,0,-9413.56,-271.553,66.0287,3.94092,180,180,10,0,102,0,0,1), + (79632,735,0,0,0,-9445.9,-287.94,57.978,3.96317,180,180,0,0,120,0,0,0), + (79634,285,0,0,0,-9476.74,-194.136,56.734,0.994268,180,180,0,0,120,0,0,0), + (79635,285,0,0,0,-9472.11,-220.709,56.3165,4.6669,180,180,0,0,120,0,0,0), + (79636,525,0,0,0,-9517.01,-114.266,60.8873,2.3195,180,180,10,0,102,0,0,1), + (79637,6306,0,0,0,-9380.23,-69.5295,64.5206,4.55531,180,180,0,0,500,0,0,0), + (79638,805,0,0,0,-9373,-66.3365,69.2025,1.03083,180,180,0,0,64,0,0,0), + (79639,806,0,0,0,-9375.01,-64.1496,69.2023,1.07403,180,180,0,0,64,0,0,0), + (79640,804,0,0,0,-9371.5,-63.8449,69.2032,1.07202,180,180,0,0,64,0,0,0), + (79641,811,0,0,0,-9370.07,-67.0083,69.2028,1.29179,180,180,0,0,64,0,0,0), + (79642,807,0,0,0,-9375.8,-67.6207,69.2019,0.965543,180,180,0,0,64,0,0,0), + (79643,810,0,0,0,-9372.78,-69.4064,69.2021,0.922176,180,180,0,0,64,0,0,0), + (79644,721,0,0,0,-9455.02,-29.2894,59.511,3.34436,180,180,10,0,1,0,0,1), + (79645,917,0,0,0,-9465.79,12.6454,63.9038,1.09956,180,180,0,0,456,0,0,0), + (79646,2329,0,0,0,-9456.81,29.361,63.9038,2.96706,180,180,0,0,456,0,0,0), + (79647,465,0,0,0,-9459.98,8.41135,57.1459,1.46608,180,180,0,0,413,0,0,0), + (79648,299,0,0,0,-9393.36,52.5792,59.7772,3.15888,180,180,10,0,42,0,0,1), + (79649,721,0,0,0,-9348.23,121.802,63.349,5.73038,180,180,10,0,1,0,0,1), + (79650,525,0,0,0,-9281.85,93.0241,70.3287,2.90704,180,180,10,0,102,0,0,1), + (79651,299,0,0,0,-9288.78,93.2141,69.386,3.68034,180,180,10,0,42,0,0,1), + (79652,883,0,0,0,-9255.45,128.083,70.8557,4.96116,180,180,5,0,1,0,0,1), + (79653,94,0,0,0,-9250.16,118.223,72.3412,1.26511,300,300,15,0,102,0,0,1), + (79654,4959,0,0,0,-8981.78,397.36,75.9548,0.785398,180,180,0,0,644,0,0,0), + (79656,14721,0,0,0,-8927.76,481.33,93.9432,1.71042,180,180,0,0,9835,0,0,0), + (79658,352,0,0,0,-8835.76,490.084,109.699,4.04916,430,430,0,0,8017,7071,0,0), + (79659,1303,0,0,0,-8822.07,518.022,98.6826,4.17985,310,310,0,0,1605,0,0,0), + (79660,1302,0,0,0,-8827.97,519.827,98.8659,5.39307,310,310,0,0,1605,0,0,0), + (79661,4075,0,0,0,-8811.56,494.985,97.7457,0.872665,180,180,10,0,8,0,0,1), + (79662,4075,0,0,0,-8779.25,462.563,97.9664,2.80562,180,180,10,0,8,0,0,1), + (79663,4981,0,0,0,-8847.28,569.955,94.7707,3.12414,250,250,0,0,1240,0,0,0), + (79664,68,0,0,0,-8854.14,541.299,105.984,5.02655,900,900,0,0,3921,0,0,0), + (79665,483,0,0,0,-8845.68,566.492,94.7707,2.53073,310,310,0,0,1605,0,0,0), + (79666,68,0,0,0,-8833,542.104,96.942,2.753,900,900,0,1,3921,0,0,0), + (79667,2334,0,0,0,-8834.14,552.277,75.1667,0.331613,300,300,0,0,166,0,0,0), + (79668,482,0,0,0,-8854.12,575.652,101.15,4.11898,310,310,0,0,1605,0,0,0), + (79669,68,0,0,0,-8888.17,566.202,92.5339,2.23402,900,900,0,0,3921,0,0,0), + (79670,1976,0,0,0,-8908.78,507.798,93.925,1.70604,900,900,0,0,5079,0,0,2), + (79671,68,0,0,0,-8938.22,518.206,96.3645,3.54922,900,900,0,0,3921,0,0,0), + (79672,1286,0,0,0,-8821.22,598.249,95.6618,2.37365,310,310,0,0,1605,0,0,0), + (79673,1285,0,0,0,-8831.75,596.355,95.7618,0.942478,310,310,0,0,1605,0,0,0), + (79674,68,0,0,0,-8895.63,575.368,92.6352,5.41052,900,900,0,0,3921,0,0,0), + (79675,1976,0,0,0,-8953.93,570.047,93.871,5.39079,900,900,0,0,5079,0,0,2), + (79677,466,0,0,0,-8953.95,521.019,96.5399,3.83972,180,180,0,0,9835,0,0,0), + (79678,2456,0,0,0,-8935.27,613.135,99.606,0.453786,540,540,0,0,2972,0,0,0), + (79679,68,0,0,0,-8950.27,537.283,96.3667,4.02874,900,900,0,0,3921,0,0,0), + (79680,6174,0,0,0,-8832.27,613.706,94.2841,2.05949,180,180,0,0,166,0,0,0), + (79681,4974,0,0,0,-8885.25,614.395,95.2576,3.52556,430,430,0,0,3517,0,0,0), + (79682,1257,0,0,0,-8865.02,631.844,96.1728,5.044,310,310,0,0,1605,0,0,0), + (79683,279,0,0,0,-8857.69,625.498,96.1728,3.07178,310,310,0,0,1605,0,0,0), + (79684,2455,0,0,0,-8931.23,605.801,99.606,0.488692,540,540,0,0,2972,0,0,0), + (79685,5193,0,0,0,-8893.57,611.211,95.3409,0.314159,250,250,0,0,1240,0,0,0), + (79686,1275,0,0,0,-8863.87,626.459,95.9895,5.84685,310,310,0,0,1605,0,0,0), + (79687,68,0,0,0,-8887.27,635.868,99.6059,1.06465,900,900,0,0,3921,0,0,0), + (79688,1432,0,0,0,-8848.26,614.981,95.2698,5.11381,540,540,0,0,2972,0,0,0), + (79689,68,0,0,0,-8825,613.922,94.463,0.89,900,900,0,1,3921,0,0,0), + (79690,1976,0,0,0,-8738.65,571.958,97.3261,0.75402,900,900,0,0,5079,0,0,2), + (79693,12481,0,0,0,-8824.79,631.929,94.2269,3.82227,430,430,0,0,4356,0,0,0), + (79694,12480,0,0,0,-8823.62,630.499,94.0144,3.80326,430,430,0,0,4484,0,0,0), + (79695,15766,0,0,0,-8859.14,638.287,96.3469,1.81514,300,300,0,0,4000,0,0,0), + (79696,1287,0,0,0,-8787.69,609.631,96.8564,2.3911,310,310,0,0,1605,0,0,0), + (79697,1289,0,0,0,-8790.42,607.348,96.9564,2.30383,310,310,0,0,1605,0,0,0), + (79698,11867,0,0,0,-8796.12,613.003,96.8564,0.244346,430,430,0,0,6830,0,0,0), + (79700,1367,0,0,0,-8745.93,534.749,96.338,0.994838,370,370,0,0,64,0,0,0), + (79702,1366,0,0,0,-8747.28,535.483,96.338,1.01889,370,370,0,0,64,0,0,0), + (79704,68,0,0,0,-8889.65,640.301,99.6059,0.05236,900,900,0,0,3921,0,0,0), + (79705,8719,0,0,0,-8821.53,659.886,97.4645,0.401426,430,430,0,0,3517,0,0,0), + (79706,8670,0,0,0,-8824.28,665.711,97.4674,0.541052,430,430,0,0,3517,0,0,0), + (79707,15659,0,0,0,-8814.55,660.315,96.6818,1.72788,430,430,0,0,3517,0,0,0), + (79714,1294,0,0,0,-8774.03,647.306,97.3065,5.07891,310,310,0,0,1605,0,0,0), + (79715,1291,0,0,0,-8781.1,645.286,97.3065,5.044,310,310,0,0,1605,0,0,0), + (79716,1427,0,0,0,-8782.9,640.188,97.4065,5.68977,180,180,0,0,500,0,0,0), + (79717,1295,0,0,0,-8777.41,646.162,97.3065,5.0091,310,310,0,0,1605,0,0,0), + (79720,2533,0,0,0,-8739.04,549.987,100.173,5.45979,370,370,5,0,64,0,0,2), + (79721,2532,0,0,0,-8744.68,556.069,97.9521,5.45979,370,370,5,0,64,0,0,2), + (79723,3518,0,0,0,-8831.41,543.017,96.9292,1.02671,350,350,0,1,644,0,0,2), + (79724,1402,0,0,0,-8795.22,675.206,102.036,0.349066,180,180,0,0,64,0,0,0), + (79726,1321,0,0,0,-8716.39,477.37,98.7964,3.735,310,310,0,0,1605,0,0,0), + (79727,5564,0,0,0,-8725.55,477.415,98.6964,5.25344,310,310,0,0,2016,0,0,0), + (79728,5565,0,0,0,-8722.87,479.322,98.6964,4.97419,310,310,0,0,1605,0,0,0), + (79729,1319,0,0,0,-8663.52,520.82,101.466,4.53786,310,310,0,0,1605,0,0,0), + (79730,68,0,0,0,-8675.93,638.677,97.0547,2.23402,900,900,0,0,3921,0,0,0), + (79731,68,0,0,0,-8684.41,575.301,96.9743,3.80482,900,900,0,0,3921,0,0,0), + (79732,68,0,0,0,-8679.41,635.96,97.0551,2.19912,900,900,0,0,3921,0,0,0), + (79733,68,0,0,0,-8687.19,578.601,96.9748,3.80482,900,900,0,0,3921,0,0,0), + (79734,11096,0,0,0,-8723.9,469.426,98.6964,6.24828,190,190,0,0,1172,0,0,0), + (79735,1292,0,0,0,-8716.41,469.414,98.6964,2.60054,310,310,0,0,2016,0,0,0), + (79737,1320,0,0,0,-8713.81,474.327,98.7964,3.83972,310,310,0,0,1605,0,0,0), + (79738,1339,0,0,0,-8669.85,477.37,101.384,0.715585,540,540,0,0,3294,0,0,0), + (79739,1395,0,0,0,-8691.9,444.22,100.132,5.13127,180,180,0,0,413,0,0,0), + (79740,2795,0,0,0,-8678.19,458.158,99.7539,5.3058,310,310,0,0,2016,0,0,0), + (79741,4961,0,0,0,-8681.14,432.794,99.2405,1.65806,180,180,0,0,769,582,0,0), + (79742,4075,0,0,0,-8674.44,451.945,99.6602,0.888236,180,180,10,0,8,0,0,1), + (79743,4075,0,0,0,-8687.27,443.283,99.5513,2.63182,180,180,10,0,8,0,0,1), + (79744,1333,0,0,0,-8661.33,454.443,104.431,5.44543,310,310,0,0,1605,0,0,0), + (79746,3626,0,0,0,-8645.21,427.672,101.734,4.11183,370,370,0,0,166,0,0,2), + (79747,1756,0,0,0,-8541.23,450.202,105.1,2.21657,430,430,0,0,6209,0,0,0), + (79748,2285,0,0,0,-8549.9,386.121,108.469,5.77704,540,540,0,0,2471,0,0,0), + (79749,1439,0,0,0,-8562.78,369.692,108.569,0.471239,180,180,0,0,413,0,0,0), + (79750,6090,0,0,0,-8604.47,389.102,102.924,5.67232,180,180,0,0,221,0,0,0), + (79751,1327,0,0,0,-8606.28,384.286,102.921,3.75668,310,310,0,0,1605,0,0,0), + (79752,1478,0,0,0,-8605.97,388.41,102.925,5.41052,310,310,0,0,1605,0,0,0), + (79753,1477,0,0,0,-8607.49,387.326,102.926,5.39307,310,310,0,0,1605,0,0,0), + (79754,340,0,0,0,-8606.15,376.913,110.28,4.55531,430,430,0,0,3517,0,0,0), + (79755,5482,0,0,0,-8610.9,364.64,99.7062,0.785398,310,310,0,0,2016,0,0,0), + (79756,5483,0,0,0,-8608.36,358.496,99.7064,0.069813,310,310,0,0,1605,0,0,0), + (79757,4075,0,0,0,-8607.22,364.055,92.1361,1.50001,180,180,10,0,8,0,0,1), + (79766,1646,0,0,0,-8550.24,719.661,101.802,2.53073,310,310,0,0,1605,0,0,0), + (79767,10782,0,0,0,-8552.63,729.489,108.848,3.85718,540,540,0,0,2471,0,0,0), + (79768,14439,0,0,0,-8618.18,498.294,102.999,0.667497,350,350,0,1,6200,0,0,2), + (79769,2198,0,0,0,-8854,743.15,100.751,0.607,180,180,0,1,112,0,0,2), + (79770,1721,0,0,0,-8628.9,440.936,103.31,3.02659,180,180,0,0,166,0,0,2), + (79771,1323,0,0,0,-8702.28,382.052,103.909,2.70526,310,310,0,0,1605,0,0,0), + (79772,1341,0,0,0,-8705.86,376.13,103.809,2.60054,310,310,0,0,1605,0,0,0), + (79773,6089,0,0,0,-8612.75,382.771,103.011,1.22173,430,430,0,0,3517,0,0,0), + (79774,1324,0,0,0,-8660.31,381.223,104.451,2.26893,310,310,0,0,1605,0,0,0), + (79775,3629,0,0,0,-8610.78,380.14,103.013,2.23402,180,180,0,0,166,0,0,0), + (79776,1328,0,0,0,-8624.84,394.134,102.925,2.16253,350,350,0,1,3481,0,0,2), + (79777,4075,0,0,0,-8611.82,367.793,92.1363,4.68357,180,180,10,0,8,0,0,1), + (79778,5480,0,0,0,-8688.56,325.764,109.521,4.43314,540,540,0,0,2471,0,0,0), + (79779,5479,0,0,0,-8689.32,323.237,109.521,1.29154,430,430,0,0,3517,0,0,0), + (79780,914,0,0,0,-8705.41,329.59,111.689,5.88176,490,490,0,0,6139,0,0,0), + (79781,7208,0,0,0,-8804.86,337.673,95.0976,2.63721,180,180,0,0,804,0,0,0), + (79782,7207,0,0,0,-8805.56,331.968,95.0986,3.15905,540,540,0,0,2972,0,0,0), + (79783,6946,0,0,0,-8819.92,362.534,109.604,5.2709,540,540,0,0,2471,0,0,0), + (79784,1326,0,0,0,-8816.57,356.727,100.67,4.62512,250,250,0,0,1240,0,0,0), + (79785,332,0,0,0,-8815.27,362.3,109.604,4.55531,2100,2100,0,0,4079,2480,0,0), + (79786,1325,0,0,0,-8807.56,328.195,102.336,1.48353,310,310,0,0,1605,0,0,0), + (79787,13283,0,0,0,-8790.2,328.033,103.17,3.01942,490,490,0,0,3139,0,0,0), + (79788,918,0,0,0,-8752.3,377.572,101.139,1.29154,490,490,0,0,3139,0,0,0), + (79789,8383,0,0,0,-8706.12,316.767,103.19,5.95157,490,490,0,0,9298,0,0,0), + (79792,1976,0,0,0,-8887.46,572.901,92.7272,0.547079,900,900,0,1,5079,0,0,2), + (79793,4075,0,0,0,-8799.87,651.868,94.6152,4.48025,180,180,0,0,8,0,0,0), + (79794,620,1,0,0,-3810.2,-4525.65,9.96813,0,360,360,10,0,1,0,0,1), + (79796,3520,0,0,0,-8656.45,676.937,108.141,2.33112,180,180,0,0,87,0,0,2), + (79797,1298,0,0,0,-8795.48,709.113,102.367,4.59022,310,310,0,0,1605,0,0,0), + (79798,1299,0,0,0,-8773.68,709.888,99.6172,0.767945,310,310,0,0,1605,0,0,0), + (79799,1297,0,0,0,-8791.82,702.675,102.367,3.14159,310,310,0,0,1605,0,0,0), + (79800,1428,0,0,0,-8777.6,713.496,99.6172,0.593412,310,310,0,0,2016,0,0,0), + (79802,1349,0,0,0,-8662.6,793.156,101.902,3.76991,310,310,0,0,1605,0,0,0), + (79803,14496,0,0,0,-8614.73,738.285,101.893,0.912321,180,180,0,0,112,0,0,0), + (79804,14496,0,0,0,-8615.78,739.555,101.894,2.37221,180,180,0,0,112,0,0,0), + (79805,14496,0,0,0,-8617.75,730.553,101.904,6.24108,180,180,5,0,112,0,0,1), + (79806,14450,0,0,0,-8621.17,744.422,96.8627,3.33358,180,180,0,0,413,0,0,0), + (79807,1976,0,0,0,-8614.9,707.248,96.7702,3.19968,900,900,0,0,5079,0,0,2), + (79808,1405,0,0,0,-8713.66,801.15,98.0096,3.4383,180,180,0,0,64,0,0,0), + (79809,1350,0,0,0,-8666.89,798.411,101.902,3.735,310,310,0,0,1605,0,0,0), + (79810,1444,0,0,0,-8623.24,766.655,97.4033,0.837758,540,540,0,0,2471,0,0,0), + (79811,14497,0,0,0,-8603.79,732.194,101.987,2.30383,190,190,0,0,919,1202,0,0), + (79812,14496,0,0,0,-8621.93,751.493,96.7368,4.34055,180,180,5,0,112,0,0,1), + (79813,14496,0,0,0,-8603.15,743.224,101.904,3.52019,180,180,5,0,112,0,0,1), + (79814,1976,0,0,0,-8563.95,751.397,96.6507,0.70585,900,900,0,0,5079,0,0,2), + (79815,1368,0,0,0,-8675.49,909.244,96.3384,3.80119,180,180,0,0,64,0,0,2), + (79816,1371,0,0,0,-8673.38,911.824,96.3384,2.25631,180,180,0,0,64,0,0,2), + (79817,1370,0,0,0,-8674.68,910.761,96.3384,2.25631,180,180,0,0,64,0,0,2), + (79818,14423,0,0,0,-8833.45,545.681,96.7027,0.655296,350,350,0,1,9298,0,0,2), + (79819,68,0,0,0,-8813.59,803.421,98.5887,3.9968,900,900,0,0,3921,0,0,0), + (79820,4078,0,0,0,-8999.45,801.736,105.47,6.03884,310,310,0,0,1764,0,0,0), + (79821,14722,0,0,0,-8942.03,785.805,97.4045,0.20944,325,325,0,0,2016,0,0,0), + (79822,1314,0,0,0,-8946.15,798.843,91.0251,5.0091,310,310,0,0,1605,0,0,0), + (79823,1347,0,0,0,-8942.84,799.544,91.0251,4.92183,310,310,0,0,1605,0,0,0), + (79824,1300,0,0,0,-8939.55,793.706,91.0251,3.15905,250,250,0,0,1240,0,0,0), + (79825,5566,0,0,0,-8969.99,779.636,95.9744,4.10152,310,310,0,0,2016,0,0,0), + (79826,1346,0,0,0,-8938.1,800.706,91.0251,4.34587,540,540,0,0,3077,0,0,0), + (79827,1315,0,0,0,-8863.45,801.819,97.5057,3.00197,310,310,0,0,1605,0,0,0), + (79828,1317,0,0,0,-8858.31,803.735,96.5175,5.35816,310,310,0,0,2016,0,0,0), + (79829,11068,0,0,0,-8849.87,801.497,96.4173,3.47321,250,250,0,0,1240,0,0,0), + (79831,1313,0,0,0,-8987.74,751.759,98.4145,0.959931,310,310,0,0,1605,0,0,0), + (79832,5499,0,0,0,-8993.05,755.79,98.4145,0.296706,310,310,0,0,2016,0,0,0), + (79833,5503,0,0,0,-8983.79,753.764,98.4145,1.78024,310,310,0,0,1605,0,0,0), + (79834,5500,0,0,0,-8987.94,759.196,98.4145,0.174533,310,310,0,0,1684,0,0,0), + (79835,5494,0,0,0,-8803.94,765.689,96.4213,3.1765,310,310,0,0,1605,0,0,0), + (79836,5493,0,0,0,-8802.57,767.463,96.4213,1.6057,310,310,0,0,2016,0,0,0), + (79837,277,0,0,0,-8886.15,679.911,100.08,2.12825,310,310,0,0,1605,0,0,0), + (79838,1301,0,0,0,-8895.82,681.648,100.163,0.715585,310,310,0,0,1605,0,0,0), + (79839,1431,0,0,0,-8884.88,675.547,100.263,1.93731,310,310,0,0,1605,0,0,0), + (79840,68,0,0,0,-8836.68,722.916,97.7159,2.02606,900,900,0,0,3921,0,0,0), + (79841,6740,0,0,0,-8867.79,673.673,97.9864,5.20108,310,310,0,0,1605,0,0,0), + (79848,4075,0,0,0,-8793.15,675.61,101.916,1.43058,180,180,0,0,8,0,0,0), + (79853,2457,0,0,0,-8939.28,620.538,99.606,0.506145,540,540,0,0,2972,0,0,0), + (79854,14394,0,0,0,-8986.33,555.95,93.943,5.91667,490,490,0,0,9298,2434,0,0), + (79857,68,0,0,0,-8964.88,526.632,97.2641,4.45321,900,900,0,0,3921,0,0,2), + (79859,68,0,0,0,-8950.13,509.263,97.2641,3.12148,900,900,0,0,3921,0,0,2), + (79861,68,0,0,0,-9078.46,440.514,93.2955,5.37561,900,900,0,0,3921,0,0,0), + (79862,17804,0,0,0,-9042.23,434.241,93.3788,2.23402,300,300,0,0,3000,0,0,0), + (79863,68,0,0,0,-9062.18,420.085,93.2955,2.25148,900,900,0,0,3921,0,0,0), + (79864,68,0,0,0,-9095.62,422.026,92.0445,4.04916,900,900,0,0,3921,0,0,0), + (79865,68,0,0,0,-9085.59,408.559,92.1695,3.47321,900,900,0,0,3921,0,0,0), + (79866,721,0,0,0,-9076.24,380.184,92.6135,1.75777,180,180,10,0,1,0,0,1), + (79867,721,0,0,0,-9145.99,417.829,93.9833,1.5708,180,180,10,0,1,0,0,1), + (79868,890,0,0,0,-9181.07,414.55,89.6092,4.7957,180,180,0,0,16,0,0,0), + (79869,883,0,0,0,-9188.38,420.498,90.8592,2.98929,180,180,5,0,1,0,0,1), + (79870,721,0,0,0,-9172.34,469.566,104.185,0.505691,180,180,10,0,1,0,0,1), + (79871,2442,0,0,0,-9189.98,430.771,92.4673,3.3122,180,180,5,0,1,0,0,1), + (79872,721,0,0,0,-9139.18,355.357,91.7032,4.10822,180,180,10,0,1,0,0,1), + (79873,721,0,0,0,-9214.43,344.521,73.7192,2.74268,180,180,10,0,1,0,0,1), + (79874,883,0,0,0,-9205.02,340.429,73.3442,5.27145,180,180,5,0,1,0,0,1), + (79875,1423,0,0,0,-9181.74,310.279,78.9794,1.58252,190,190,0,0,1106,0,0,0), + (79876,525,0,0,0,-9224.23,418.613,87.9368,0.047608,180,180,10,0,102,0,0,1), + (79877,94,0,0,0,-9217.53,232.167,73.029,4.64607,180,180,5,0,102,0,0,1), + (79878,883,0,0,0,-9234.25,254.141,72.9114,2.8935,180,180,5,0,1,0,0,1), + (79879,890,0,0,0,-9231.44,253.441,72.8208,2.89989,180,180,10,0,16,0,0,1), + (79880,2442,0,0,0,-9225.26,259.278,72.6654,4.66506,180,180,5,0,1,0,0,1), + (79881,5917,0,0,0,-9266.12,354.4,76.6919,2.2945,180,180,5,0,87,0,0,2), + (79882,721,0,0,0,-9213.91,273.681,74.2265,4.57673,180,180,10,0,1,0,0,1), + (79883,30,0,0,0,-9233.27,271.076,72.78,3.25266,180,180,5,0,102,0,0,1), + (79884,721,0,0,0,-9215.63,192.999,69.4072,2.10084,180,180,10,0,1,0,0,1), + (79885,94,0,0,0,-9186.96,178.84,73.432,2.63609,300,300,15,0,102,0,0,1), + (79886,721,0,0,0,-9221.01,106.726,73.9549,4.82008,180,180,10,0,1,0,0,1), + (79887,94,0,0,0,-9184.27,82.9969,77.8678,0,300,300,0,0,102,0,0,2), + (79888,94,0,0,0,-9162.37,84.6315,77.0762,1.91986,300,300,0,0,102,0,0,0), + (79889,94,0,0,0,-9158.63,88.1075,76.4952,3.05433,300,300,0,0,102,0,0,0), + (79890,94,0,0,0,-9162.57,94.5477,76.3557,3.78736,300,300,0,0,102,0,0,0), + (79891,94,0,0,0,-9183.93,115.313,75.0765,1.0466,300,300,15,0,102,0,0,1), + (79892,94,0,0,0,-9217.81,149.221,72.4725,0.210826,300,300,15,0,102,0,0,1), + (79893,94,0,0,0,-9248.43,49.4461,73.6556,4.69464,300,300,15,0,102,0,0,1), + (79894,299,0,0,0,-9221.41,46.3592,74.7942,6.15518,180,180,10,0,42,0,0,1), + (79895,525,0,0,0,-9211.86,49.6484,75.5856,1.7138,180,180,10,0,102,0,0,1), + (79896,94,0,0,0,-9141.67,56.5114,77.6861,2.09351,300,300,15,0,102,0,0,1), + (79897,94,0,0,0,-9179.8,48.7597,78.3567,5.47239,300,300,15,0,102,0,0,1), + (79898,94,0,0,0,-9214.21,80.0149,77.4521,1.04156,300,300,15,0,102,0,0,1), + (79899,525,0,0,0,-9277.91,-11.2201,70.6536,0.121179,180,180,10,0,102,0,0,1), + (79900,299,0,0,0,-9222.11,-39.7406,73.8181,1.76359,180,180,10,0,42,0,0,1), + (79901,94,0,0,0,-9250.83,-13.6998,73.1443,0.454996,300,300,15,0,102,0,0,1), + (79902,6368,0,0,0,-9177.55,-10.9676,79.1202,0.208455,180,180,5,0,1,0,0,1), + (79903,6368,0,0,0,-9185.84,-6.26367,77.9952,3.85509,180,180,5,0,1,0,0,1), + (79904,6368,0,0,0,-9164.44,-6.83258,79.4985,3.37061,180,180,5,0,1,0,0,1), + (79905,7385,0,0,0,-9173.6,-0.252902,80.3948,1.99512,370,370,0,0,64,0,0,0), + (79906,6368,0,0,0,-9159.23,-1.84042,79.3735,6.06882,180,180,5,0,1,0,0,1), + (79907,94,0,0,0,-9214.4,15.2562,77.9873,3.741,300,300,15,0,102,0,0,1), + (79908,7381,0,0,0,-9173.94,1.30174,80.3945,6.09201,300,300,0,0,64,0,0,0), + (79909,7382,0,0,0,-9170.25,2.46752,80.4049,1.56278,300,300,0,0,64,0,0,0), + (79910,7384,0,0,0,-9175.33,3.87259,80.3912,4.33778,180,180,0,0,64,0,0,0), + (79911,6368,0,0,0,-9180.5,13.5264,79.2606,5.98203,180,180,5,0,1,0,0,1), + (79912,6367,0,0,0,-9176.5,0.704102,80.4761,5.79449,180,180,0,0,166,0,0,0), + (79913,6368,0,0,0,-9188.4,5.30065,78.1142,1.12691,180,180,5,0,1,0,0,1), + (79914,6368,0,0,0,-9156.63,15.9581,78.5701,1.64355,180,180,5,0,1,0,0,1), + (79915,6368,0,0,0,-9163.13,7.73827,79.0701,3.57267,180,180,5,0,1,0,0,1), + (79916,6368,0,0,0,-9167.8,17.7601,78.9207,4.27481,180,180,5,0,1,0,0,1), + (79917,94,0,0,0,-9123.28,45.5078,81.5248,4.98908,300,300,15,0,102,0,0,1), + (79918,2442,0,0,0,-9167.85,13.3317,79.0457,3.00682,180,180,5,0,1,0,0,1), + (79919,2442,0,0,0,-9157.46,13.7152,78.6951,3.12673,180,180,5,0,1,0,0,1), + (79920,299,0,0,0,-9290,-10.2439,69.4036,5.69506,180,180,10,0,42,0,0,1), + (79921,525,0,0,0,-9222.78,-53.9854,73.6102,5.97606,180,180,10,0,102,0,0,1), + (79922,2442,0,0,0,-9226.41,-59.2634,74.2215,3.07871,180,180,5,0,1,0,0,1), + (79923,94,0,0,0,-9116.32,16.1908,86.1412,1.06773,300,300,15,0,102,0,0,1), + (79924,883,0,0,0,-9097.14,-14.5558,91.0138,5.11138,180,180,5,0,1,0,0,1), + (79925,6774,0,0,0,-9044.56,-45.9817,88.4193,3.08923,180,180,0,0,413,0,0,0), + (79926,1642,0,0,0,-9047.58,-101.24,88.3071,1.98968,430,430,0,0,3866,0,0,0), + (79927,1642,0,0,0,-9047.72,-65.2479,88.182,4.62545,430,430,0,0,3866,0,0,2), + (79928,299,0,0,0,-9025.26,-113.884,87.6897,5.90885,180,180,10,0,42,0,0,1), + (79929,1642,0,0,0,-9061.28,-46.7949,88.795,1.5708,430,430,0,0,3866,0,0,0), + (79930,1642,0,0,0,-9060.42,-39.0625,88.295,4.71239,430,430,0,0,3866,0,0,0), + (79931,1642,0,0,0,-9034.7,7.06125,88.0834,5.06145,430,430,0,0,3866,0,0,0), + (79932,1642,0,0,0,-9022.7,2.68442,88.3783,2.48363,430,430,0,0,3866,0,0,2), + (79933,299,0,0,0,-8953.62,-48.5983,91.9745,1.52582,180,180,10,0,42,0,0,1), + (79934,299,0,0,0,-8971.19,-52.8166,91.7821,5.59298,180,180,10,0,42,0,0,1), + (79935,299,0,0,0,-8979.68,-64.6176,90.3669,4.30211,180,180,10,0,42,0,0,1), + (79936,299,0,0,0,-8970.22,-87.6545,87.0364,3.96984,180,180,10,0,42,0,0,1), + (79937,299,0,0,0,-8952.08,-83.9177,88.1923,5.93131,180,180,10,0,42,0,0,1), + (79938,299,0,0,0,-9002.51,-129.957,84.2971,2.56219,180,180,10,0,42,0,0,1), + (79939,299,0,0,0,-8938.02,-49.7685,90.7206,2.82973,180,180,10,0,42,0,0,1), + (79940,299,0,0,0,-8925.81,-38.3764,92.0904,6.08847,180,180,10,0,42,0,0,1), + (79941,299,0,0,0,-8919.35,-52.6967,87.9581,0.302009,180,180,10,0,42,0,0,1), + (79942,823,0,0,0,-8933.54,-136.523,83.4466,1.97222,180,180,0,0,804,0,0,0), + (79943,5403,0,0,0,-8933.85,-166.93,81.0317,0,180,180,0,0,42,0,0,0), + (79944,721,0,0,0,-8954.53,-161.289,81.7223,4.62946,180,180,10,0,1,0,0,1), + (79945,299,0,0,0,-8993.86,-153.85,81.1214,0.192583,180,180,10,0,42,0,0,1), + (79946,299,0,0,0,-9023.11,-141.786,83.659,2.96681,180,180,10,0,42,0,0,1), + (79947,721,0,0,0,-8931.63,-137.105,82.8369,1.21334,180,180,10,0,1,0,0,1), + (79948,1642,0,0,0,-8914.44,-134.267,80.5523,5.17342,430,430,0,0,3866,0,0,2), + (79949,11940,0,0,0,-8908.31,-108.521,81.9314,4.13643,180,180,0,0,166,0,0,0), + (79950,152,0,0,0,-8901.59,-112.716,82.0314,3.31613,180,180,0,0,204,0,0,0), + (79951,190,0,0,0,-8897.71,-115.328,81.9982,3.78736,180,180,0,0,204,0,0,0), + (79952,1213,0,0,0,-8898.23,-119.838,82.016,2.74017,180,180,0,0,166,0,0,0), + (79953,78,0,0,0,-8909.46,-104.163,82.0314,4.39823,180,180,0,0,204,0,0,0), + (79954,299,0,0,0,-8867.79,-69.8964,84.732,2.01698,180,180,10,0,42,0,0,1), + (79955,299,0,0,0,-8879.21,-50.3677,86.811,3.42225,180,180,10,0,42,0,0,1), + (79956,69,0,0,0,-8872.65,-57.9788,86.311,1.4592,180,180,5,0,55,0,0,1), + (79957,299,0,0,0,-8918.72,-73.92,88.3627,5.72065,180,180,10,0,42,0,0,1), + (79958,299,0,0,0,-8883.51,-59.0416,85.936,5.39762,180,180,10,0,42,0,0,1), + (79959,299,0,0,0,-8886.96,-85.4681,85.3813,1.99338,180,180,10,0,42,0,0,1), + (79960,299,0,0,0,-8876.07,-114.909,81.2399,5.51329,180,180,10,0,42,0,0,1), + (79961,69,0,0,0,-8989.88,-170.731,78.3374,1.19042,180,180,5,0,55,0,0,1), + (79962,198,0,0,0,-8851.57,-188.234,89.4958,2.9147,180,180,0,0,204,0,0,0), + (79963,375,0,0,0,-8853.59,-193.336,82.1157,2.54818,180,180,0,0,166,190,0,0), + (79964,911,0,0,0,-8918.36,-208.411,82.3088,6.05629,180,180,0,0,166,0,0,0), + (79965,6373,0,0,0,-8927.62,-201.787,80.6824,2.26893,180,180,0,0,334,319,0,0), + (79966,459,0,0,0,-8926.74,-195.589,80.7714,2.79253,180,180,0,0,166,190,0,0), + (79967,925,0,0,0,-8914.57,-215.016,82.2996,1.20428,180,180,0,0,166,190,0,0), + (79968,952,0,0,0,-8902.13,-181.646,113.24,0.872665,430,430,0,0,3517,0,0,0), + (79969,951,0,0,0,-8874.87,-186.332,82.1206,1.309,250,250,0,0,1380,0,0,0), + (79970,197,0,0,0,-8902.59,-162.606,82.0223,2.04204,190,190,0,0,968,0,0,0), + (79971,196,0,0,0,-8869.22,-163.237,80.9719,0.959931,180,180,0,0,142,0,0,0), + (79972,721,0,0,0,-8890.02,-214.179,80.9554,5.9517,180,180,10,0,1,0,0,1), + (79974,299,0,0,0,-8826.85,-159.473,80.208,3.99024,180,180,10,0,42,0,0,1), + (79975,69,0,0,0,-8851.41,-84.09,84.0794,5.4171,180,180,5,0,55,0,0,1), + (79976,299,0,0,0,-8860.79,-87.9941,82.4953,4.86537,180,180,10,0,42,0,0,1), + (79977,299,0,0,0,-8815.7,-110.295,82.4108,1.8314,180,180,10,0,42,0,0,1), + (79978,299,0,0,0,-8820.1,-91.1454,84.7704,2.26079,180,180,10,0,42,0,0,1), + (79979,299,0,0,0,-8844.26,-45.0241,86.9295,1.89413,180,180,10,0,42,0,0,1), + (79980,299,0,0,0,-8854.87,-106.428,80.9344,5.97907,180,180,10,0,42,0,0,1), + (79981,299,0,0,0,-8827.2,-100.013,84.4858,5.23202,180,180,10,0,42,0,0,1), + (79982,299,0,0,0,-8820.37,-79.6791,86.4006,6.21158,180,180,10,0,42,0,0,1), + (79983,299,0,0,0,-8828.87,-69.3906,87.0256,0.512979,180,180,10,0,42,0,0,1), + (79984,299,0,0,0,-8856.48,-131.607,81.3476,3.83983,180,180,10,0,42,0,0,1), + (79985,299,0,0,0,-8838.49,-133.395,81.3375,4.58528,180,180,10,0,42,0,0,1), + (79986,915,0,0,0,-8863.47,-210.905,80.755,4.41568,180,180,0,0,166,0,0,0), + (79987,69,0,0,0,-8813.36,-179.602,82.1866,1.63724,180,180,5,0,55,0,0,1), + (79988,299,0,0,0,-8810.28,-179.303,82.069,1.96849,180,180,10,0,42,0,0,1), + (79989,69,0,0,0,-8804.49,-136.622,83.6897,3.02099,180,180,5,0,55,0,0,1), + (79990,299,0,0,0,-8806.25,-143.212,83.57,1.33151,180,180,10,0,42,0,0,1), + (79991,721,0,0,0,-8829.68,-213.486,83.9962,1.54931,180,180,10,0,1,0,0,1), + (79992,6,0,0,0,-8783.05,-161.565,82.0352,0.904036,180,180,5,0,42,0,0,1), + (79993,6,0,0,0,-8774.13,-184.494,83.1764,1.59099,180,180,5,0,42,0,0,1), + (79994,6,0,0,0,-8794.45,-170.399,81.5514,1.74907,180,180,5,0,42,0,0,1), + (79995,6,0,0,0,-8794.96,-134.15,83.0352,2.1558,180,180,5,0,42,0,0,1), + (79996,6,0,0,0,-8789.91,-143.313,82.7331,2.96193,180,180,5,0,42,0,0,1), + (79997,69,0,0,0,-8747.56,-135.783,83.7125,5.44551,180,180,5,0,55,0,0,1), + (79998,6,0,0,0,-8768.46,-176.434,83.4446,3.31613,180,180,0,0,42,0,0,0), + (79999,6,0,0,0,-8752.95,-160.776,84.243,2.22203,180,180,5,0,42,0,0,1), + (80000,6,0,0,0,-8779.8,-195.355,84.0514,3.78246,180,180,5,0,42,0,0,1), + (80001,6,0,0,0,-8775.9,-148.466,81.4102,4.05152,180,180,5,0,42,0,0,1), + (80002,6,0,0,0,-8785.46,-171.229,81.6764,5.11032,180,180,5,0,42,0,0,1), + (80003,257,0,0,0,-8763.31,-159.256,82.9625,5.98151,180,180,5,0,70,0,0,1), + (80004,257,0,0,0,-8756.81,-171.434,84.8866,3.52798,180,180,5,0,70,0,0,1), + (80005,257,0,0,0,-8769.9,-138.115,82.5352,0.362188,180,180,5,0,70,0,0,1), + (80006,299,0,0,0,-8824.51,-58.7339,88.6915,3.69501,180,180,10,0,42,0,0,1), + (80007,299,0,0,0,-8808.48,-91.4317,84.1506,3.60744,180,180,10,0,42,0,0,1), + (80008,69,0,0,0,-8781.32,-59.8318,91.8378,5.18477,180,180,5,0,55,0,0,1), + (80009,69,0,0,0,-8752.63,-81.9882,92.7991,0.638906,180,180,5,0,55,0,0,1), + (80010,69,0,0,0,-8761.9,-66.2644,92.2944,4.47272,180,180,5,0,55,0,0,1), + (80011,6,0,0,0,-8765.28,-93.41,89.7241,0.129198,180,180,5,0,42,0,0,1), + (80012,6,0,0,0,-8771.45,-115.916,83.365,0.383972,180,180,0,0,42,0,0,0), + (80013,6,0,0,0,-8794.01,-118.5,83.5315,1.02964,180,180,5,0,42,0,0,1), + (80014,6,0,0,0,-8778.78,-125.732,82.7815,1.30576,180,180,5,0,42,0,0,1), + (80015,6,0,0,0,-8781.3,-115.552,82.8641,0.122173,180,180,0,0,42,0,0,0), + (80016,6,0,0,0,-8766.97,-117.391,83.6927,2.30383,180,180,0,0,42,0,0,0), + (80017,6,0,0,0,-8761.02,-127.543,83.4305,1.01327,180,180,5,0,42,0,0,1), + (80018,6,0,0,0,-8780.05,-108.379,83.6632,5.79449,180,180,0,0,42,0,0,0), + (80019,6,0,0,0,-8772.89,-103.59,86.1565,5.22354,180,180,5,0,42,0,0,1), + (80020,257,0,0,0,-8768.63,-113.135,83.7815,0.0699,180,180,5,0,70,0,0,1), + (80021,257,0,0,0,-8786.94,-105.911,83.4065,0.976494,180,180,5,0,70,0,0,1), + (80022,257,0,0,0,-8770.12,-117.703,83.4954,0,180,180,0,0,70,0,0,0), + (80023,257,0,0,0,-8767.71,-111.647,84.3424,4.15388,180,180,0,0,70,0,0,0), + (80024,6,0,0,0,-8749.15,-114.985,85.9305,6.13703,180,180,5,0,42,0,0,1), + (80025,69,0,0,0,-8789.76,-69.806,90.19,5.7897,180,180,5,0,55,0,0,1), + (80026,257,0,0,0,-8752.36,-101.854,87.9305,1.63139,180,180,5,0,70,0,0,1), + (80027,299,0,0,0,-8799.31,-70.4097,88.9475,1.9513,180,180,10,0,42,0,0,1), + (80028,6,0,0,0,-8753.58,-192.765,85.7976,1.5708,180,180,0,0,42,0,0,0), + (80029,721,0,0,0,-8752.2,-197.95,86.1366,3.12472,180,180,10,0,1,0,0,1), + (80030,69,0,0,0,-8718.79,-148.353,86.1238,3.38237,180,180,5,0,55,0,0,1), + (80031,6,0,0,0,-8757.55,-180.684,85.0116,1.62418,180,180,5,0,42,0,0,1), + (80032,6,0,0,0,-8768.17,-190.502,84.5514,6.08596,180,180,5,0,42,0,0,1), + (80033,257,0,0,0,-8721.69,-155.805,85.3738,5.30705,180,180,5,0,70,0,0,1), + (80034,257,0,0,0,-8717.47,-144.581,86.4988,0.432977,180,180,5,0,70,0,0,1), + (80035,257,0,0,0,-8698.78,-161.758,89.1669,1.97494,180,180,5,0,70,0,0,1), + (80036,257,0,0,0,-8742.24,-176.21,85.6366,5.59501,180,180,5,0,70,0,0,1), + (80037,257,0,0,0,-8727.35,-133.797,86.9388,0.016385,180,180,5,0,70,0,0,1), + (80038,721,0,0,0,-8680.28,-83.5984,91.627,5.55718,180,180,10,0,1,0,0,1), + (80039,883,0,0,0,-8679.93,-98.3911,89.5294,6.19524,180,180,5,0,1,0,0,1), + (80040,69,0,0,0,-8736.29,-72.8328,92.0231,6.01294,180,180,5,0,55,0,0,1), + (80041,69,0,0,0,-8753.2,-33.3754,92.5098,1.87129,180,180,5,0,55,0,0,1), + (80042,69,0,0,0,-8748.67,-50.3176,92.2134,2.86224,180,180,5,0,55,0,0,1), + (80043,69,0,0,0,-8737.09,-94.3173,90.1741,3.34832,180,180,5,0,55,0,0,1), + (80045,257,0,0,0,-8706.28,-129.849,86.2483,3.47469,180,180,5,0,70,0,0,1), + (80046,257,0,0,0,-8701.35,-118.101,88.8733,0.843928,180,180,5,0,70,0,0,1), + (80047,257,0,0,0,-8718.7,-98.3166,88.3631,5.60389,180,180,5,0,70,0,0,1), + (80048,257,0,0,0,-8695.02,-114.396,89.3617,3.886,180,180,5,0,70,0,0,1), + (80049,257,0,0,0,-8695.04,-103.437,89.6117,3.47724,180,180,5,0,70,0,0,1), + (80050,257,0,0,0,-8713.42,-90.302,89.5737,5.2409,180,180,5,0,70,0,0,1), + (80051,257,0,0,0,-8707.58,-108.406,89.1233,2.23404,180,180,5,0,70,0,0,1), + (80052,257,0,0,0,-8691.02,-80.2893,90.1544,0.100076,180,180,5,0,70,0,0,1), + (80053,257,0,0,0,-8684.79,-71.4061,91.0294,1.34379,180,180,5,0,70,0,0,1), + (80054,257,0,0,0,-8698.44,-70.5609,90.2794,2.97837,180,180,5,0,70,0,0,1), + (80055,257,0,0,0,-8686.47,-108.002,89.3114,3.22886,180,180,0,0,70,0,0,0), + (80056,257,0,0,0,-8680.79,-120.071,90.8183,2.58309,180,180,0,0,70,0,0,0), + (80058,257,0,0,0,-8725.92,-109.693,86.2483,0.481521,180,180,5,0,70,0,0,1), + (80059,257,0,0,0,-8667.23,-116.46,92.4403,1.51229,180,180,7,0,70,0,0,1), + (80060,80,0,0,0,-8671.83,-123.34,92.1135,1.68621,180,180,7,0,71,0,0,1), + (80061,721,0,0,0,-8718.02,-112.688,87.425,0,180,180,10,0,1,0,0,1), + (80062,721,0,0,0,-8673.78,-189.267,91.329,0.563237,180,180,10,0,1,0,0,1), + (80063,883,0,0,0,-8686.67,-197.311,92.329,3.94988,180,180,5,0,1,0,0,1), + (80064,80,0,0,0,-8632.33,-143.753,86.3842,3.27452,180,180,7,0,71,0,0,1), + (80065,80,0,0,0,-8616.27,-143.334,87.4937,0.409049,180,180,7,0,71,0,0,1), + (80066,80,0,0,0,-8640.19,-143.559,86.8829,1.44862,180,180,7,0,71,0,0,1), + (80067,80,0,0,0,-8640.58,-113.289,86.9627,2.97738,180,180,7,0,71,0,0,1), + (80068,80,0,0,0,-8635.27,-110.326,86.8396,4.78637,180,180,7,0,71,0,0,1), + (80069,80,0,0,0,-8657.9,-124.669,90.9269,5.76153,180,180,7,0,71,0,0,1), + (80070,80,0,0,0,-8639.08,-132.949,86.9817,6.08973,180,180,7,0,71,0,0,1), + (80071,80,0,0,0,-8654.91,-127.006,89.5479,2.8159,180,180,0,0,71,0,0,0), + (80072,257,0,0,0,-8741.43,-193.606,86.2892,1.22173,180,180,5,0,70,0,0,1), + (80073,721,0,0,0,-8707.05,-204.728,90.7831,0.74278,180,180,10,0,1,0,0,1), + (80074,80,0,0,0,-8613.77,-152.982,86.0714,3.08878,180,180,7,0,71,0,0,1), + (80075,80,0,0,0,-8610.92,-171.602,85.6868,0.602958,180,180,7,0,71,0,0,1), + (80076,80,0,0,0,-8596.08,-173.872,87.1276,2.94578,180,180,0,0,71,0,0,0), + (80077,80,0,0,0,-8609.08,-141.239,87.6184,3.50514,180,180,0,0,71,0,0,0), + (80078,80,0,0,0,-8601.23,-138.195,87.6999,4.00536,180,180,0,0,71,0,0,0), + (80079,80,0,0,0,-8588.97,-147.395,89.6137,2.07603,180,180,0,0,71,0,0,0), + (80080,80,0,0,0,-8550.41,-163.072,86.6575,3.8533,180,180,0,0,71,0,0,0), + (80081,80,0,0,0,-8582.82,-171.929,91.0492,4.1382,180,180,0,0,71,0,0,0), + (80082,80,0,0,0,-8573.48,-150.506,89.7627,1.40641,180,180,0,0,71,0,0,0), + (80083,80,0,0,0,-8555.47,-149.37,88.3994,5.12587,180,180,0,0,71,0,0,0), + (80084,80,0,0,0,-8559.72,-210.564,84.3106,2.62464,180,180,0,0,71,0,0,0), + (80085,80,0,0,0,-8538.12,-184.356,84.0459,4.52718,180,180,0,0,71,0,0,0), + (80086,80,0,0,0,-8548.78,-207.237,85.1833,5.05884,180,180,0,0,71,0,0,0), + (80087,80,0,0,0,-8561.05,-217.528,85.5112,4.95625,180,180,0,0,71,0,0,0), + (80088,80,0,0,0,-8564.94,-203.695,84.2832,1.86342,180,180,0,0,71,0,0,0), + (80089,257,0,0,0,-8732.69,-197.638,88.1356,5.84854,180,180,0,0,70,0,0,0), + (80090,721,0,0,0,-8753.91,2.80961,92.7651,3.43452,180,180,10,0,1,0,0,1), + (80091,721,0,0,0,-8835.42,-10.7878,90.3409,4.89691,180,180,10,0,1,0,0,1), + (80092,883,0,0,0,-8820.92,-7.87339,90.2892,4.96105,180,180,5,0,1,0,0,1), + (80093,721,0,0,0,-8812.31,4.68013,92.2564,1.22803,180,180,10,0,1,0,0,1), + (80094,6,0,0,0,-8760.26,-201.47,86.3046,0.963932,180,180,5,0,42,0,0,1), + (80095,257,0,0,0,-8722.67,-207.828,89.6581,5.39678,180,180,5,0,70,0,0,1), + (80096,257,0,0,0,-8732.07,-205.732,89.1581,5.04892,180,180,5,0,70,0,0,1), + (80097,721,0,0,0,-8693.17,-293.164,86.948,1.53297,180,180,10,0,1,0,0,1), + (80098,6,0,0,0,-8784.33,-245.049,83.121,3.66519,180,180,0,0,42,0,0,0), + (80099,6,0,0,0,-8773.21,-242.694,83.9417,5.63666,180,180,5,0,42,0,0,1), + (80100,6,0,0,0,-8765.42,-256.049,80.6917,3.86551,180,180,5,0,42,0,0,1), + (80101,69,0,0,0,-8766.04,-232.213,85.4296,3.70092,180,180,5,0,55,0,0,1), + (80102,257,0,0,0,-8762.35,-235.236,85.3167,1.36265,180,180,5,0,70,0,0,1), + (80103,257,0,0,0,-8778.08,-254.596,82.0667,1.81161,180,180,5,0,70,0,0,1), + (80104,721,0,0,0,-8753.21,-215.544,87.0546,5.40769,180,180,10,0,1,0,0,1), + (80105,257,0,0,0,-8781.39,-274.644,78.8608,2.40847,180,180,5,0,70,0,0,1), + (80106,69,0,0,0,-8752.87,-295.046,79.4607,5.62039,180,180,5,0,55,0,0,1), + (80107,257,0,0,0,-8769.02,-272.632,78.2358,2.58601,180,180,5,0,70,0,0,1), + (80108,6,0,0,0,-8810.02,-217.027,83.6212,1.46425,180,180,5,0,42,0,0,1), + (80109,6,0,0,0,-8809.45,-233.871,82.5042,4.57276,180,180,0,0,42,0,0,0), + (80110,6,0,0,0,-8805.95,-244.942,82.4202,1.95947,180,180,5,0,42,0,0,1), + (80111,257,0,0,0,-8813.27,-244.145,82.2872,0,180,180,0,0,70,0,0,0), + (80112,257,0,0,0,-8817.24,-228.768,82.9962,6.24274,180,180,5,0,70,0,0,1), + (80113,69,0,0,0,-8805.37,-205.46,82.6964,6.05053,180,180,5,0,55,0,0,1), + (80114,6,0,0,0,-8806.91,-226.327,82.8712,5.20619,180,180,5,0,42,0,0,1), + (80115,6,0,0,0,-8796.38,-247.373,82.4417,4.31741,180,180,5,0,42,0,0,1), + (80116,6,0,0,0,-8796.15,-258.344,82.8167,2.70763,180,180,5,0,42,0,0,1), + (80117,257,0,0,0,-8786.88,-252.299,82.661,2.23402,180,180,0,0,70,0,0,0), + (80118,9296,0,0,0,-8850.29,-224.03,81.7778,4.93928,180,180,0,0,87,0,0,0), + (80119,11260,0,0,0,-8838.62,-225.329,82.4991,0.537691,180,180,0,0,64,40,0,2), + (80120,257,0,0,0,-8823.45,-236.78,82.4202,4.01583,180,180,5,0,70,0,0,1), + (80121,257,0,0,0,-8819.6,-252.86,82.5452,0.517106,180,180,5,0,70,0,0,1), + (80122,257,0,0,0,-8811.3,-257.724,82.7952,3.19441,180,180,5,0,70,0,0,1), + (80123,883,0,0,0,-8877.66,14.8767,93.475,0.440051,180,180,5,0,1,0,0,1), + (80124,721,0,0,0,-8863.43,12.5133,93.6489,5.15324,180,180,10,0,1,0,0,1), + (80125,890,0,0,0,-8877.7,13.7454,93.701,3.94909,180,180,0,0,16,0,0,0), + (80126,721,0,0,0,-8836.24,-248.546,82.953,5.87392,180,180,10,0,1,0,0,1), + (80127,11260,0,0,0,-8856.89,-252.401,81.078,5.37848,180,180,0,0,64,40,0,2), + (80128,721,0,0,0,-8840.98,-250.706,82.828,2.85951,180,180,10,0,1,0,0,1), + (80129,69,0,0,0,-8875.74,-242.938,81.6811,1.17205,180,180,5,0,55,0,0,1), + (80130,69,0,0,0,-8845.73,-287.021,78.3529,4.98699,180,180,5,0,55,0,0,1), + (80131,69,0,0,0,-8827.58,-292.02,79.3608,0.334482,180,180,5,0,55,0,0,1), + (80132,721,0,0,0,-8795.52,-296.763,76.1108,5.20217,180,180,10,0,1,0,0,1), + (80133,257,0,0,0,-8705.78,-201.821,90.9366,2.87979,180,180,0,0,70,0,0,0), + (80134,69,0,0,0,-8876.64,-291.29,78.0791,5.03571,180,180,5,0,55,0,0,1), + (80135,299,0,0,0,-8903.4,-271.746,78.8336,3.69709,180,180,10,0,42,0,0,1), + (80136,69,0,0,0,-8836.19,-306.546,76.6022,5.82215,180,180,5,0,55,0,0,1), + (80137,11260,0,0,0,-8891.61,-275.477,80.0948,4.86014,180,180,0,0,64,40,0,2), + (80138,69,0,0,0,-8901.44,-265.269,79.2182,0.22555,180,180,5,0,55,0,0,1), + (80139,69,0,0,0,-8916.07,-287.69,77.2543,3.59651,180,180,5,0,55,0,0,1), + (80140,69,0,0,0,-8951,-252.969,76.0696,3.51775,180,180,5,0,55,0,0,1), + (80141,69,0,0,0,-8961.19,-231.91,76.9597,1.20516,180,180,5,0,55,0,0,1), + (80142,69,0,0,0,-8966.63,-231.021,76.2175,4.7172,180,180,5,0,55,0,0,1), + (80143,299,0,0,0,-8968.29,-229.972,75.8943,1.04737,180,180,10,0,42,0,0,1), + (80144,69,0,0,0,-8937.8,-259.455,76.9118,0.676014,180,180,5,0,55,0,0,1), + (80145,11260,0,0,0,-8932.22,-240.487,79.3923,2.99685,180,180,0,0,64,40,0,2), + (80146,69,0,0,0,-8920.5,-255.801,79.5036,3.6542,180,180,5,0,55,0,0,1), + (80147,38,0,0,0,-8994.59,-312.364,71.9033,1.76278,180,180,0,0,71,0,0,0), + (80148,38,0,0,0,-8978.01,-340.409,73.5867,2.64697,180,180,5,0,71,0,0,1), + (80149,38,0,0,0,-8964.3,-334.248,71.6651,2.91509,180,180,5,0,71,0,0,2), + (80150,38,0,0,0,-8931.73,-359.484,72.5288,3.38358,180,180,5,0,71,0,0,1), + (80151,38,0,0,0,-9031.57,-304.335,74.4903,1.78024,180,180,0,0,71,0,0,0), + (80152,38,0,0,0,-9033.82,-301.611,74.7497,5.89921,180,180,0,0,71,0,0,2), + (80153,38,0,0,0,-9030.79,-285.642,75.5096,6.25018,180,180,5,0,71,0,0,1), + (80154,38,0,0,0,-9062.89,-267.752,73.9798,3.1138,180,180,5,0,71,0,0,1), + (80155,38,0,0,0,-9028.07,-297.134,75.1763,5.46843,180,180,5,0,71,0,0,2), + (80156,69,0,0,0,-9017.96,-196.56,75.0036,3.10197,180,180,5,0,55,0,0,1), + (80157,299,0,0,0,-8987.25,-179,76.9624,1.85569,180,180,10,0,42,0,0,1), + (80158,38,0,0,0,-9039.49,-264.737,73.6806,4.56933,180,180,5,0,71,0,0,1), + (80159,721,0,0,0,-9058.14,-245.824,72.6166,3.9617,180,180,10,0,1,0,0,1), + (80160,883,0,0,0,-9063.94,-246.895,72.9306,1.68514,180,180,5,0,1,0,0,1), + (80161,69,0,0,0,-9079.85,-182.028,74.6405,6.06449,180,180,0,0,55,0,0,0), + (80162,38,0,0,0,-9079.48,-236.698,73.5753,5.91654,180,180,5,0,71,0,0,1), + (80163,890,0,0,0,-9078.66,-244.165,73.7003,4.82163,180,180,10,0,16,0,0,1), + (80164,69,0,0,0,-9038.11,-177.288,76.8733,2.59264,180,180,5,0,55,0,0,1), + (80165,69,0,0,0,-9028.41,-164.729,79.0259,5.30062,180,180,5,0,55,0,0,1), + (80166,721,0,0,0,-9027.87,-86.8298,87.9876,4.52992,180,180,10,0,1,0,0,1), + (80167,721,0,0,0,-9105.58,-286.043,72.2814,2.9609,180,180,10,0,1,0,0,1), + (80168,38,0,0,0,-9084.74,-279.007,73.74,5.68111,180,180,0,0,71,0,0,0), + (80169,38,0,0,0,-9068.32,-288.58,73.7368,0.793078,180,180,0,0,71,0,0,0), + (80170,38,0,0,0,-9099.05,-277.979,73.2813,2.38933,180,180,0,0,71,0,0,2), + (80171,38,0,0,0,-9120.29,-269.848,73.6024,4.02247,180,180,0,0,71,0,0,2), + (80172,721,0,0,0,-9104.76,-222.075,74.0504,0.212502,180,180,10,0,1,0,0,1), + (80173,721,0,0,0,-9086.03,-256.365,73.7064,3.90171,180,180,10,0,1,0,0,1), + (80174,38,0,0,0,-9079.81,-247.925,73.8253,0.698361,180,180,0,0,71,0,0,0), + (80175,38,0,0,0,-9112.45,-244.769,75.5258,1.77427,180,180,0,0,71,0,0,0), + (80176,69,0,0,0,-8994.55,-250.291,72.0086,3.53139,180,180,5,0,55,0,0,1), + (80177,721,0,0,0,-9118.81,-295.869,73.1261,2.62033,180,180,10,0,1,0,0,1), + (80178,721,0,0,0,-9133.86,-302.699,73.6015,1.65986,180,180,10,0,1,0,0,1), + (80179,721,0,0,0,-9074.24,-344.455,73.5757,6.20538,180,180,10,0,1,0,0,1), + (80180,38,0,0,0,-9110.05,-311.655,73.5303,1.26827,180,180,0,0,71,0,0,0), + (80181,38,0,0,0,-9131.1,-323.678,73.0066,1.20518,180,180,0,0,71,0,0,2), + (80182,38,0,0,0,-9135.2,-282.032,72.1678,5.44543,180,180,0,0,71,0,0,0), + (80183,38,0,0,0,-9141.53,-290.903,72.5665,3.26377,180,180,0,0,71,0,0,0), + (80184,38,0,0,0,-9083.31,-301.332,73.4003,0.05236,180,180,0,0,71,0,0,2), + (80185,38,0,0,0,-9081.54,-299.698,73.5213,4.59022,180,180,0,0,71,0,0,0), + (80186,38,0,0,0,-9086.48,-314.165,73.4716,5.60884,180,180,0,0,71,0,0,0), + (80187,38,0,0,0,-9090.72,-331.023,73.4716,0.848541,180,180,0,0,71,0,0,0), + (80188,38,0,0,0,-9077.56,-334.076,73.5351,1.29154,180,180,0,0,71,0,0,2), + (80189,38,0,0,0,-9075.33,-332.12,73.5351,3.66519,180,180,0,0,71,0,0,0), + (80190,38,0,0,0,-9078.17,-331.132,73.4716,5.25754,180,180,0,0,71,0,0,2), + (80191,38,0,0,0,-9110.34,-338.593,73.4938,2.70326,180,180,0,0,71,0,0,0), + (80192,721,0,0,0,-9038.39,-330.808,73.5767,6.08521,180,180,10,0,1,0,0,1), + (80193,38,0,0,0,-9054.5,-311.645,73.5767,5.60214,180,180,0,0,71,0,0,0), + (80194,38,0,0,0,-9058.18,-325.627,73.5767,4.24052,180,180,0,0,71,0,0,0), + (80195,38,0,0,0,-9045.05,-324.702,73.5767,4.84956,180,180,5,0,71,0,0,1), + (80196,38,0,0,0,-9130.17,-263.614,72.5258,4.62631,180,180,0,0,71,0,0,0), + (80197,721,0,0,0,-9152.42,-371.24,71.9054,5.00839,180,180,10,0,1,0,0,1), + (80198,883,0,0,0,-9111.69,-363.262,73.6354,4.57914,180,180,5,0,1,0,0,1), + (80199,38,0,0,0,-9128.11,-355.049,73.4938,5.71384,180,180,0,0,71,0,0,0), + (80200,38,0,0,0,-9077.32,-377.228,73.5343,1.32645,180,180,0,0,71,0,0,0), + (80201,38,0,0,0,-9073.82,-376.869,73.5351,2.44346,180,180,0,0,71,0,0,2), + (80202,38,0,0,0,-9147.74,-341.34,72.786,4.69789,180,180,0,0,71,0,0,0), + (80203,38,0,0,0,-9144.97,-368.707,72.0304,2.68893,180,180,0,0,71,0,0,0), + (80204,38,0,0,0,-9124.93,-389.333,72.7234,5.29585,180,180,0,0,71,0,0,0), + (80205,38,0,0,0,-9090.67,-397.58,73.1227,2.95765,180,180,5,0,71,0,0,1), + (80206,38,0,0,0,-9071.87,-355.235,73.5757,0.881842,180,180,0,0,71,0,0,0), + (80207,38,0,0,0,-9093.8,-355.778,73.5757,4.01018,180,180,0,0,71,0,0,0), + (80208,38,0,0,0,-9102.6,-357.989,73.5504,5.51633,180,180,5,0,71,0,0,2), + (80209,38,0,0,0,-9046.82,-375.002,74.072,1.25406,180,180,0,0,71,0,0,0), + (80210,38,0,0,0,-9028.01,-359.972,75.5033,1.19357,180,180,5,0,71,0,0,1), + (80211,38,0,0,0,-9025.5,-340.637,74.5033,4.86725,180,180,5,0,71,0,0,1), + (80212,721,0,0,0,-9014.25,-337.865,74.904,4.34468,180,180,10,0,1,0,0,1), + (80213,38,0,0,0,-9061.12,-369.522,73.5131,3.81119,180,180,5,0,71,0,0,1), + (80214,38,0,0,0,-9046.85,-343.534,73.5767,0.92428,180,180,0,0,71,0,0,0), + (80215,721,0,0,0,-9076.57,-417.09,75.1228,4.1304,180,180,10,0,1,0,0,1), + (80216,38,0,0,0,-9091.08,-421.406,73.9978,4.09253,180,180,5,0,71,0,0,1), + (80217,721,0,0,0,-9062.82,-445.859,72.3721,2.75623,180,180,10,0,1,0,0,1), + (80218,38,0,0,0,-9053.63,-410.669,71.9829,4.16758,180,180,5,0,71,0,0,1), + (80220,890,0,0,0,-8983.11,-402.958,71.0471,2.44832,180,180,0,0,16,0,0,0), + (80221,721,0,0,0,-9005.59,-384.689,73.4165,5.41013,180,180,10,0,1,0,0,1), + (80222,38,0,0,0,-8998.78,-390.347,71.8185,4.87939,180,180,0,0,71,0,0,0), + (80223,38,0,0,0,-9003.3,-363.304,75.0033,3.74668,180,180,0,0,71,0,0,0), + (80224,38,0,0,0,-9034.19,-397.809,72.6381,1.83317,180,180,0,0,71,0,0,0), + (80225,721,0,0,0,-9028.71,-387.084,74.5318,3.36358,180,180,10,0,1,0,0,1), + (80226,38,0,0,0,-9027.98,-383.922,75.0318,1.25572,180,180,0,0,71,0,0,0), + (80227,883,0,0,0,-9021.51,-373.152,75.1056,3.3033,180,180,5,0,1,0,0,1), + (80228,38,0,0,0,-8980.84,-411.607,69.4132,6.01341,180,180,0,0,71,0,0,0), + (80229,38,0,0,0,-8951.47,-429.956,65.1523,1.95477,180,180,0,0,71,0,0,0), + (80230,38,0,0,0,-8956.23,-422.418,65.3401,4.5204,180,180,0,0,71,0,0,0), + (80231,38,0,0,0,-8958.37,-431.305,64.7884,1.25664,180,180,0,0,71,0,0,0), + (80232,721,0,0,0,-8936.78,-418.375,65.8772,3.73739,180,180,10,0,1,0,0,1), + (80233,883,0,0,0,-9002.12,-420.868,69.827,3.13183,180,180,5,0,1,0,0,1), + (80234,721,0,0,0,-8938.28,-391.842,70.048,0.868378,180,180,10,0,1,0,0,1), + (80236,38,0,0,0,-8956.91,-389.864,70.298,2.37787,180,180,5,0,71,0,0,1), + (80237,38,0,0,0,-8917.87,-381.132,70.7183,1.76861,180,180,5,0,71,0,0,1), + (80238,38,0,0,0,-8963.1,-370.271,73.0808,1.16937,180,180,5,0,71,0,0,1), + (80239,721,0,0,0,-8911.16,-418.504,66.6302,5.18603,180,180,10,0,1,0,0,1), + (80240,883,0,0,0,-8927.37,-436.047,66.9626,0.182826,180,180,5,0,1,0,0,1), + (80241,38,0,0,0,-8869.45,-373.783,71.6896,2.31791,180,180,5,0,71,0,0,2), + (80242,721,0,0,0,-8893.94,-387.5,68.8146,4.92776,180,180,10,0,1,0,0,1), + (80243,721,0,0,0,-8875.71,-389.825,68.1029,4.35911,180,180,10,0,1,0,0,1), + (80244,38,0,0,0,-8905.74,-365.956,71.8848,5.45913,180,180,0,0,71,0,0,0), + (80245,38,0,0,0,-8901.51,-360.743,71.7873,0.359119,180,180,0,0,71,0,0,0), + (80246,38,0,0,0,-8886.68,-392.438,67.5338,0.217492,180,180,5,0,71,0,0,1), + (80247,103,0,0,0,-9056.48,-460.903,72.8318,1.76278,180,180,0,0,102,0,0,0), + (80248,38,0,0,0,-8886.35,-445.452,65.1291,3.39385,180,180,5,0,71,0,0,1), + (80249,721,0,0,0,-8885.43,-450.312,65.3791,4.33639,180,180,10,0,1,0,0,1), + (80250,38,0,0,0,-8924.11,-445.315,68.1632,0,180,180,5,0,71,0,0,1), + (80251,38,0,0,0,-8878.29,-410.994,65.7157,4.53505,180,180,5,0,71,0,0,2), + (80252,38,0,0,0,-8889.49,-397.838,67.0646,1.13849,180,180,0,0,71,0,0,0), + (80253,38,0,0,0,-8869.74,-371.571,72.0051,0.592264,180,180,0,0,71,0,0,0), + (80254,38,0,0,0,-8916.79,-403.277,67.5052,0.827004,180,180,0,0,71,0,0,0), + (80255,38,0,0,0,-8938.17,-372.883,71.923,6.04404,180,180,0,0,71,0,0,0), + (80256,38,0,0,0,-8912.98,-361.353,73.4038,0.848243,180,180,0,0,71,0,0,0), + (80257,38,0,0,0,-8929.8,-356.501,72.2315,1.04143,180,180,0,0,71,0,0,0), + (80258,38,0,0,0,-8913.32,-389.44,69.4075,6.01213,180,180,0,0,71,0,0,0), + (80259,38,0,0,0,-8975.7,-338.156,73.2266,0.510007,180,180,0,0,71,0,0,0), + (80261,69,0,0,0,-8979.83,-213.14,73.952,4.21105,180,180,0,0,55,0,0,0), + (80262,11260,0,0,0,-8967.41,-203.362,75.5193,2.50597,180,180,0,0,64,40,0,2), + (80263,1423,0,0,0,-9076.08,-46.0496,87.617,0.270454,190,190,0,0,1106,0,0,2), + (190577,15106,1,0,0,-1384.86,-83.6998,159.726,4.7462,120,120,0,0,4108,0,0,0), + (190576,15106,1,0,0,-1384.78,-87.3005,159.192,1.5929,120,120,0,0,4108,0,0,0), + (80266,721,0,0,0,-9009.96,-0.049045,89.1085,0,180,180,10,0,1,0,0,1), + (190553,15106,0,0,0,1632.72,182.795,-62.183,0.313487,120,120,0,0,4108,0,0,0), + (190552,15106,0,0,0,1633.35,180.895,-62.1827,0.313509,120,120,0,0,4108,0,0,2), + (190545,15106,1,0,0,-1394.13,-86.12,158.935,2.19541,120,120,0,0,4108,0,0,0), + (80270,299,0,0,0,-9271.63,-20.4582,72.0286,6.22852,180,180,10,0,42,0,0,1), + (190544,15106,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,120,0,0,4108,0,0,2), + (190529,15106,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,120,0,0,4108,0,0,0), + (190528,15106,1,0,0,1954.35,-4722.71,42.659,1.99567,120,120,0,0,4108,0,0,2), + (190489,15106,0,0,0,1593.22,166.868,-41.3411,5.81195,120,120,0,0,4108,0,0,0), + (80278,883,0,0,0,-9265.33,139.605,68.8393,4.46788,180,180,5,0,1,0,0,1), + (190488,15106,0,0,0,1597.46,164.685,-41.3411,2.6529,120,120,0,0,4108,0,0,0), + (80280,721,0,0,0,-9298.47,228.579,67.886,1.22931,180,180,10,0,1,0,0,1), + (80281,94,0,0,0,-9278.95,203.298,67.636,4.66906,180,180,5,0,102,0,0,1), + (80282,94,0,0,0,-9218.33,241.176,73.3824,5.081,180,180,5,0,102,0,0,1), + (80283,3937,0,0,0,-9468.37,61.6641,56.067,0.34596,300,300,0,0,247,0,0,2), + (80284,1933,0,0,0,-9207.74,335.047,72.9692,5.08074,180,180,5,0,14,0,0,1), + (80285,2442,0,0,0,-9210.72,419.773,88.383,2.05575,180,180,5,0,1,0,0,1), + (80286,883,0,0,0,-9181.17,414.977,89.7382,1.14126,180,180,5,0,1,0,0,1), + (80287,890,0,0,0,-9182.42,414.435,89.3592,3.36393,180,180,0,0,16,0,0,0), + (80288,30,0,0,0,-9259.6,444.417,84.3847,5.11796,180,180,5,0,102,0,0,1), + (80289,525,0,0,0,-9285.95,377.083,76.1121,0.555494,180,180,10,0,102,0,0,1), + (80290,1933,0,0,0,-9283.05,460.661,79.7801,2.80317,180,180,5,0,14,0,0,1), + (80291,2442,0,0,0,-9334.18,322.277,67.1415,3.98068,180,180,5,0,1,0,0,1), + (80292,395,0,0,0,-9277.34,345.464,75.6012,5.62312,180,180,0,0,64,0,0,0), + (80293,11994,0,0,0,-9309.79,284.638,70.6218,2.04204,250,250,0,0,1240,0,0,0), + (80294,11979,0,0,0,-9313.08,291.223,70.6186,4.5204,250,250,0,0,1240,0,0,0), + (80295,525,0,0,0,-9312.85,349.291,68.9001,0.755021,180,180,10,0,102,0,0,1), + (80296,721,0,0,0,-9307.77,323.492,70.8742,2.95222,180,180,10,0,1,0,0,1), + (80297,883,0,0,0,-9299.99,391.945,75.5581,0.692738,180,180,5,0,1,0,0,1), + (80298,94,0,0,0,-9287.21,281.559,70.1183,3.36619,180,180,5,0,102,0,0,1), + (80299,525,0,0,0,-9347.53,258.843,65.4293,0.365631,180,180,10,0,102,0,0,1), + (80300,525,0,0,0,-9388.39,290.287,62.9001,1.95877,180,180,10,0,102,0,0,1), + (80301,30,0,0,0,-9390.82,286.729,62.52,1.32586,180,180,5,0,102,0,0,1), + (80302,620,0,0,0,-9340.95,285.349,67.4902,0.602206,300,300,10,0,1,0,0,1), + (80303,525,0,0,0,-9356.33,306.629,65.9791,2.01959,180,180,10,0,102,0,0,1), + (80304,11996,0,0,0,-9318.44,270.625,68.1097,3.52786,180,180,0,0,64,0,0,0), + (80306,620,0,0,0,-9325.21,269.797,67.8272,5.27587,300,300,10,0,1,0,0,1), + (80307,620,0,0,0,-9323.52,275.141,68.6325,3.57932,300,300,10,0,1,0,0,1), + (80308,620,0,0,0,-9332.22,272.505,68.1097,1.01197,300,300,10,0,1,0,0,1), + (80309,721,0,0,0,-9320.07,269.961,68.1097,0.02196,180,180,10,0,1,0,0,1), + (80310,620,0,0,0,-9331.25,285.416,68.7347,5.96252,300,300,10,0,1,0,0,1), + (80311,525,0,0,0,-9416.54,200.779,60.2635,0.633863,180,180,10,0,102,0,0,1), + (80312,525,0,0,0,-9379.01,205.933,61.7403,4.94317,180,180,10,0,102,0,0,1), + (80313,2442,0,0,0,-9413.49,226.538,61.0589,2.80054,180,180,5,0,1,0,0,1), + (80314,30,0,0,0,-9383.82,200.188,61.4398,0.546416,180,180,5,0,102,0,0,1), + (80315,525,0,0,0,-9401.29,254.306,61.8017,5.7364,180,180,10,0,102,0,0,1), + (80316,525,0,0,0,-9405.91,310.595,59.3323,2.20649,180,180,10,0,102,0,0,1), + (80317,795,0,0,0,-9424.88,128.852,59.563,2.28574,180,180,0,0,64,0,0,0), + (80318,620,0,0,0,-9427.15,129.176,59.4742,2.84226,300,300,10,0,1,0,0,1), + (80319,721,0,0,0,-9347.92,127.084,64.2189,1.74998,180,180,10,0,1,0,0,1), + (80320,797,0,0,0,-9426.15,129.829,59.5506,3.12876,180,180,5,0,64,0,0,2), + (80321,796,0,0,0,-9422.29,129.096,59.7126,2.22594,180,180,0,0,64,0,0,0), + (80322,620,0,0,0,-9429.7,129.086,59.3006,5.70503,300,300,10,0,1,0,0,1), + (80323,525,0,0,0,-9441.37,233.004,59.9603,0.430757,180,180,10,0,102,0,0,1), + (80324,1933,0,0,0,-9367.79,146.996,61.5274,3.48803,180,180,5,0,14,0,0,1), + (80325,927,0,0,0,-9468.14,108.976,57.6606,1.79769,180,180,0,0,456,406,0,0), + (80326,241,0,0,0,-9496.32,72.8264,56.598,6.23082,180,180,0,0,166,0,0,0), + (80327,66,0,0,0,-9494.13,83.9096,56.6586,5.96903,180,180,0,0,396,0,0,0), + (80328,5403,0,0,0,-9468.9,46.1174,56.909,4.43314,180,180,0,0,42,0,0,0), + (80329,5406,0,0,0,-9472.91,46.977,56.887,4.83456,180,180,0,0,42,0,0,0), + (80330,1423,0,0,0,-9481.31,74.4224,56.5493,3.06882,190,190,0,0,1106,0,0,0), + (80331,620,0,0,0,-9472.62,47.3926,56.7775,5.34535,300,300,0,0,1,0,0,0), + (80332,620,0,0,0,-9470.22,54.0639,57.2775,2.38564,300,300,10,0,1,0,0,1), + (80333,913,0,0,0,-9461.85,109.353,57.8784,2.6529,180,180,0,0,500,0,0,0), + (80334,240,0,0,0,-9465.52,74.0069,56.7785,4.59022,250,250,0,0,1240,0,0,0), + (80335,1423,0,0,0,-9454.15,73.0675,56.7219,3.27538,190,190,0,1,1106,0,0,0), + (80336,514,0,0,0,-9456.65,87.8553,58.4271,2.40855,190,190,0,0,1172,0,0,0), + (80337,74,0,0,0,-9457.64,99.6884,58.4271,4.11898,180,180,0,0,396,0,0,0), + (80338,54,0,0,0,-9464.87,93.9896,58.5271,0,180,180,0,0,396,0,0,0), + (80339,2046,0,0,0,-9462.29,87.8151,58.4211,0.733038,180,180,0,0,334,0,0,0), + (80340,6749,0,0,0,-9465.95,48.1419,56.9676,1.46608,250,250,0,0,1528,0,0,0), + (80341,299,0,0,0,-9380.72,49.6599,60.4848,4.10521,180,180,10,0,42,0,0,1), + (80342,525,0,0,0,-9386.41,59.6187,60.128,2.74345,180,180,10,0,102,0,0,1), + (80343,299,0,0,0,-9351.23,56.4407,61.0556,2.97341,180,180,10,0,42,0,0,1), + (80344,328,0,0,0,-9471.67,34.451,63.9038,4.62512,180,180,0,0,546,481,0,0), + (80345,6778,0,0,0,-9471.94,27.4077,56.4228,5.58505,180,180,0,0,456,0,0,0), + (80346,295,0,0,0,-9462.66,16.1915,57.0459,3.03687,310,310,0,0,1605,0,0,0), + (80347,377,0,0,0,-9460.75,33.1338,63.9038,4.36332,180,180,0,0,546,481,0,0), + (80348,151,0,0,0,-9465.29,9.63314,57.1459,1.44862,180,180,0,0,396,0,0,0), + (80349,3935,0,0,0,-9466.42,0.061252,57.0335,6.12611,180,180,0,0,413,0,0,0), + (80350,253,0,0,0,-9460.3,31.9389,57.0494,2.98451,180,180,0,0,196,0,0,0), + (80351,525,0,0,0,-9352.68,39.7086,61.6442,4.33008,180,180,10,0,102,0,0,1), + (80352,6374,0,0,0,-9466.97,-5.52935,49.8766,4.57276,180,180,0,0,456,459,0,0), + (80353,906,0,0,0,-9472.8,-5.32661,49.8778,5.55015,180,180,0,0,413,370,0,0), + (80354,6121,0,0,0,-9473.43,-8.58822,49.8779,6.23082,180,180,0,0,413,382,0,0), + (80355,1430,0,0,0,-9466.99,-4.53396,57.033,1.64061,180,180,0,0,413,0,0,0), + (80356,883,0,0,0,-9470.53,-25.8799,58.3798,0.281633,180,180,5,0,1,0,0,1), + (80357,890,0,0,0,-9473.01,-26.9386,58.4689,0.426951,180,180,0,0,16,0,0,0), + (80359,721,0,0,0,-9439.26,-26.7026,60.6086,4.1163,180,180,10,0,1,0,0,1), + (80360,721,0,0,0,-9535.33,89.8609,59.0065,5.15616,180,180,10,0,1,0,0,1), + (80361,113,0,0,0,-9545.4,4.4072,60.651,5.20721,180,180,5,0,102,0,0,1), + (80363,1933,0,0,0,-9554.76,82.208,59.0394,1.38046,180,180,5,0,14,0,0,1), + (80364,525,0,0,0,-9526.04,-57.6862,58.9145,1.44787,180,180,10,0,102,0,0,1), + (80365,721,0,0,0,-9563.49,64.6003,59.993,2.83936,180,180,10,0,1,0,0,1), + (80366,1933,0,0,0,-9574.03,2.28607,61.55,1.8693,180,180,5,0,14,0,0,1), + (80367,113,0,0,0,-9548.47,115.032,59.1045,3.35103,180,180,5,0,102,0,0,1), + (80368,1933,0,0,0,-9515.27,174.794,57.6116,3.32485,180,180,5,0,14,0,0,1), + (80369,113,0,0,0,-9552.61,151.449,59.4064,2.34791,180,180,5,0,102,0,0,1), + (80370,721,0,0,0,-9536.96,180.429,57.4556,0.015586,180,180,10,0,1,0,0,1), + (80371,113,0,0,0,-9529.79,187.151,57.8628,2.56714,180,180,5,0,102,0,0,1), + (80372,94,0,0,0,-9471.96,254.546,53.9546,6.21279,180,180,5,0,102,0,0,1), + (80373,883,0,0,0,-9477.02,260.347,54.102,1.47696,180,180,5,0,1,0,0,1), + (80374,94,0,0,0,-9486.54,277.408,52.9888,3.26632,180,180,5,0,102,0,0,1), + (80375,94,0,0,0,-9464.92,275.763,53.5246,4.97254,180,180,5,0,102,0,0,1), + (80376,2442,0,0,0,-9409.5,298.304,60.0419,3.86036,180,180,5,0,1,0,0,1), + (80377,94,0,0,0,-9489.74,311.878,56.206,6.20915,180,180,5,0,102,0,0,1), + (80378,525,0,0,0,-9484.38,321.875,52.4917,6.19262,180,180,10,0,102,0,0,1), + (80379,525,0,0,0,-9448.6,341.045,54.4686,5.63527,180,180,10,0,102,0,0,1), + (80380,525,0,0,0,-9383.59,331.037,58.9527,3.91228,180,180,10,0,102,0,0,1), + (80381,116,0,0,0,-9270.71,458.695,81.4879,2.58321,180,180,5,0,156,0,0,1), + (80382,525,0,0,0,-9239.91,421.35,87.1991,0.125324,180,180,10,0,102,0,0,1), + (80383,474,0,0,0,-9348.8,524.347,53.4461,5.42204,180,180,0,0,160,350,0,0), + (80384,116,0,0,0,-9289.61,522.254,83.8261,5.35067,180,180,5,0,156,0,0,1), + (80385,116,0,0,0,-9280.03,510.21,84.1767,1.69299,180,180,5,0,156,0,0,1), + (80386,116,0,0,0,-9303.82,525.605,79.5101,1.86418,180,180,5,0,156,0,0,1), + (80387,116,0,0,0,-9287.19,498.328,80.096,4.63733,180,180,5,0,156,0,0,1), + (80388,474,0,0,0,-9378.74,532.762,57.3211,3.44836,180,180,0,0,160,350,0,0), + (80389,474,0,0,0,-9389.63,529.377,61.5711,2.16402,180,180,0,0,160,350,0,0), + (80390,474,0,0,0,-9321.24,552.049,76.9558,3.0249,180,180,0,0,160,350,0,0), + (80391,116,0,0,0,-9441.48,469.81,53.2758,4.26422,180,180,5,0,156,0,0,1), + (80392,116,0,0,0,-9444.94,473.775,52.3257,4.03171,180,180,5,0,156,0,0,1), + (80393,116,0,0,0,-9437.72,486.039,53.3307,5.58505,180,180,5,0,156,0,0,1), + (80394,116,0,0,0,-9433.15,482.528,53.2474,2.53073,180,180,5,0,156,0,0,1), + (80395,99,0,0,0,-9437.81,466.159,53.2881,3.74106,3600,3600,0,0,198,0,0,0), + (80396,94,0,0,0,-9464.65,480.308,53.0385,3.48143,180,180,5,0,102,0,0,1), + (80397,94,0,0,0,-9453.23,512.811,56.3243,6.18203,180,180,5,0,102,0,0,1), + (80398,30,0,0,0,-9483.68,547.621,53.2887,0.369588,180,180,5,0,102,0,0,1), + (80399,116,0,0,0,-9447.86,462.158,52.2864,4.2586,180,180,5,0,156,0,0,1), + (80400,94,0,0,0,-9495.64,457.065,52.3032,2.96413,180,180,5,0,102,0,0,1), + (80401,94,0,0,0,-9479.78,470.421,51.6672,5.18983,180,180,5,0,102,0,0,1), + (80402,94,0,0,0,-9459.9,426.179,52.6221,3.6223,180,180,5,0,102,0,0,1), + (80403,116,0,0,0,-9441.33,447.532,52.5032,3.9619,180,180,5,0,156,0,0,1), + (80404,116,0,0,0,-9445.96,451.56,52.6251,1.93731,180,180,5,0,156,0,0,1), + (80405,94,0,0,0,-9517.96,494.378,52.2181,5.29769,180,180,5,0,102,0,0,1), + (80406,30,0,0,0,-9524.25,426.606,53.0522,3.66698,180,180,5,0,102,0,0,1), + (80407,525,0,0,0,-9538.83,471.885,52.6319,1.89255,180,180,10,0,102,0,0,1), + (80408,525,0,0,0,-9515.82,474.036,52.6854,0.317416,180,180,10,0,102,0,0,1), + (80409,2442,0,0,0,-9547.63,526.943,50.0758,5.83003,180,180,5,0,1,0,0,1), + (80410,525,0,0,0,-9506.85,406.131,52.3176,3.51163,180,180,10,0,102,0,0,1), + (80411,525,0,0,0,-9500.23,554.585,51.7785,0.273427,180,180,10,0,102,0,0,1), + (80412,474,0,0,0,-9352.18,503.765,50.433,4.97419,180,180,0,0,160,350,0,0), + (80413,525,0,0,0,-9502.93,324.291,52.2383,0.973038,180,180,10,0,102,0,0,1), + (80414,525,0,0,0,-9542.45,282.37,53.0858,2.62729,180,180,10,0,102,0,0,1), + (80415,30,0,0,0,-9538.36,294.275,53.4616,1.47696,180,180,5,0,102,0,0,1), + (80416,525,0,0,0,-9560.1,319.627,53.0128,3.78705,180,180,10,0,102,0,0,1), + (80417,525,0,0,0,-9575.73,306.545,54.6368,2.4627,180,180,10,0,102,0,0,1), + (80418,30,0,0,0,-9559.39,217.842,56.78,2.27546,180,180,5,0,102,0,0,1), + (80419,113,0,0,0,-9577.93,229.622,51.5966,5.46465,180,180,5,0,102,0,0,1), + (80420,525,0,0,0,-9643.3,298.333,47.5885,6.0536,180,180,10,0,102,0,0,1), + (80421,525,0,0,0,-9615.15,316.553,45.5058,5.38439,180,180,10,0,102,0,0,1), + (80422,30,0,0,0,-9625.72,209.416,47.9853,2.73477,180,180,5,0,102,0,0,1), + (80423,113,0,0,0,-9685.17,213.392,51.2086,2.69681,180,180,5,0,102,0,0,1), + (80424,525,0,0,0,-9643.3,360.25,42.9048,2.4112,180,180,10,0,102,0,0,1), + (80425,30,0,0,0,-9646.86,371.204,42.7618,6.151,180,180,5,0,102,0,0,1), + (80426,525,0,0,0,-9637.91,368.944,42.7618,1.46233,180,180,10,0,102,0,0,1), + (80427,525,0,0,0,-9686.59,330.467,45.9163,1.25255,180,180,10,0,102,0,0,1), + (80428,2442,0,0,0,-9675.89,369.958,43.1045,1.27595,180,180,5,0,1,0,0,1), + (80429,525,0,0,0,-9701.68,373.565,41.9979,3.41465,180,180,10,0,102,0,0,1), + (80430,525,0,0,0,-9691.12,387.699,42.0108,5.837,180,180,10,0,102,0,0,1), + (80431,525,0,0,0,-9604.43,481.71,41.167,1.04289,180,180,10,0,102,0,0,1), + (80432,525,0,0,0,-9589.67,456.328,40.9777,2.3663,180,180,10,0,102,0,0,1), + (80433,525,0,0,0,-9609.22,484.572,41.4802,5.37737,180,180,10,0,102,0,0,1), + (80434,525,0,0,0,-9625.81,506.437,41.888,0.899895,180,180,10,0,102,0,0,1), + (80435,525,0,0,0,-9626.33,520.953,42.763,2.79898,180,180,10,0,102,0,0,1), + (80436,525,0,0,0,-9611.63,509.318,41.8522,3.49066,180,180,10,0,102,0,0,1), + (80437,525,0,0,0,-9610.75,518.436,42.0201,2.80998,180,180,10,0,102,0,0,1), + (80438,525,0,0,0,-9659.06,523.691,41.0109,2.79198,180,180,10,0,102,0,0,1), + (80439,525,0,0,0,-9551.24,525.083,50.0121,1.74558,180,180,10,0,102,0,0,1), + (80440,2442,0,0,0,-9643.69,544.681,44.0833,0.875365,180,180,5,0,1,0,0,1), + (80441,525,0,0,0,-9611.13,537.079,44.1051,1.56298,180,180,10,0,102,0,0,1), + (80442,525,0,0,0,-9589.72,573.505,49.3531,3.39805,180,180,10,0,102,0,0,1), + (80457,1423,0,0,0,-9606.35,670.117,53.9527,5.69742,190,190,1,0,1106,0,0,1), + (80456,1423,0,0,0,-9626.99,690.778,52.6589,1.8,190,190,1,0,1106,0,0,1), + (80448,1249,0,0,0,-9653.95,659.651,38.7355,5.68977,300,300,0,0,334,0,0,0), + (80449,1645,0,0,0,-9652.26,654.731,38.7355,0.453786,300,300,0,0,413,0,0,0), + (80450,896,0,0,0,-9649.72,661.417,38.7355,5.02655,300,300,0,0,413,0,0,0), + (80451,525,0,0,0,-9658.07,577.166,43.0452,3.46328,180,180,10,0,102,0,0,1), + (80452,525,0,0,0,-9682.65,620.546,39.5905,4.14272,180,180,10,0,102,0,0,1), + (80453,2442,0,0,0,-9687.77,611.569,38.9802,2.84396,180,180,5,0,1,0,0,1), + (80454,721,0,0,0,-9667.99,609.968,39.8405,1.11368,180,180,10,0,1,0,0,1), + (80455,1423,0,0,0,-9633.68,674.436,52.6589,4.21041,190,190,0,0,1106,0,0,2), + (80447,1423,0,0,0,-9611.08,638.005,38.7354,3.36848,190,190,1,0,1106,0,0,1), + (80459,955,0,0,0,-9633.79,699.489,38.7355,5.8294,300,300,0,0,413,0,0,0), + (80446,1423,0,0,0,-9622.16,663.028,52.6589,0.818983,190,190,1,0,1106,0,0,1), + (80445,1423,0,0,0,-9611.51,636.884,51.7639,3.57792,190,190,1,0,1106,0,0,1), + (80444,1423,0,0,0,-9613.83,641.843,62.7614,2.6946,190,190,0,0,1106,0,0,2), + (80443,1423,0,0,0,-9615.95,644.928,38.7354,1.43117,190,190,1,0,1106,0,0,1), + (80466,1423,0,0,0,-9737.79,557.637,35.62,3.16212,190,190,0,0,1106,0,0,0), + (80467,1423,0,0,0,-9744.4,558.682,35.6202,6.00393,190,190,0,0,1106,0,0,0), + (80468,525,0,0,0,-9687.87,539.143,38.716,4.69286,180,180,10,0,102,0,0,1), + (80469,525,0,0,0,-9671.34,546.917,40.0999,3.99928,180,180,10,0,102,0,0,1), + (80470,721,0,0,0,-9731.21,606.504,32.078,1.26139,180,180,10,0,1,0,0,1), + (80471,963,0,0,0,-9662.75,694.321,36.9357,3.28122,180,180,0,0,413,0,0,0), + (80472,721,0,0,0,-9688.71,697.875,33.6506,4.68112,180,180,10,0,1,0,0,1), + (80474,478,0,0,0,-9788.6,582.644,38.1564,5.91138,180,180,5,0,176,0,0,1), + (80475,1423,0,0,0,-9804.19,685.987,31.7587,4.18879,190,190,0,0,1106,0,0,0), + (80476,525,0,0,0,-9722.19,717.864,29.3523,1.61183,180,180,10,0,102,0,0,1), + (80477,2442,0,0,0,-9712.52,751.27,31.0481,5.25384,180,180,5,0,1,0,0,1), + (80478,525,0,0,0,-9687.83,754.702,31.4786,3.94633,180,180,10,0,102,0,0,1), + (80479,525,0,0,0,-9686.91,764.203,32.9384,2.13017,180,180,10,0,102,0,0,1), + (80480,822,0,0,0,-9693.27,756.903,31.5184,1.15872,180,180,5,0,195,0,0,1), + (80481,525,0,0,0,-9707.64,782.041,31.7447,5.35258,180,180,10,0,102,0,0,1), + (80482,525,0,0,0,-9659.22,792.274,34.7735,2.78882,180,180,10,0,102,0,0,1), + (80483,721,0,0,0,-9771.53,770.524,26.802,2.94002,180,180,10,0,1,0,0,1), + (80484,1423,0,0,0,-9798.49,695.4,33.2954,0.303533,190,190,0,0,1106,0,0,2), + (80485,1423,0,0,0,-9795.4,709.685,33.2013,3.88862,190,190,0,0,1106,0,0,0), + (80486,1423,0,0,0,-9802.66,715.261,33.2008,2.39323,190,190,2,0,1106,0,0,1), + (80487,822,0,0,0,-9869.39,684.55,35.9953,1.20226,180,180,5,0,195,0,0,1), + (80488,1423,0,0,0,-9800.45,706.165,68.3899,4.53786,190,190,0,0,1106,0,0,2), + (80489,1423,0,0,0,-9815.01,690.105,31.6528,4.31096,190,190,0,0,1106,0,0,0), + (80490,478,0,0,0,-9906.72,623.355,40.2933,4.03545,180,180,5,0,176,0,0,1), + (80492,478,0,0,0,-9847.56,587.786,40.311,2.83187,180,180,5,0,176,0,0,1), + (80493,478,0,0,0,-9824.3,620.795,41.6051,5.09522,180,180,5,0,176,0,0,1), + (80494,721,0,0,0,-9852.17,617.767,39.8341,1.14144,180,180,10,0,1,0,0,1), + (80495,883,0,0,0,-9860.01,659.279,38.1223,1.31019,180,180,5,0,1,0,0,1), + (80496,890,0,0,0,-9861.74,656.577,38.4626,1.13435,180,180,10,0,16,0,0,1), + (80499,97,0,0,0,-9945.14,617.188,37.2311,2.77507,180,180,5,0,156,0,0,1), + (80500,478,0,0,0,-9949.54,615.613,37.2311,1.16937,180,180,5,0,176,0,0,1), + (80501,478,0,0,0,-9949.58,621.918,37.2311,5.06145,180,180,5,0,176,0,0,1), + (80502,721,0,0,0,-9935.78,606.082,39.6475,3.81372,180,180,10,0,1,0,0,1), + (80503,478,0,0,0,-9990.87,653.904,36.4184,2.51737,180,180,5,0,176,0,0,1), + (80504,97,0,0,0,-9996.68,665.204,36.6127,3.76991,180,180,5,0,156,0,0,1), + (80505,97,0,0,0,-9944.83,572.915,37.6453,2.37365,180,180,5,0,156,0,0,1), + (80506,97,0,0,0,-9933.14,573.86,37.027,1.16937,180,180,5,0,156,0,0,1), + (80507,478,0,0,0,-9935.88,583.854,37.7703,1.44862,180,180,5,0,176,0,0,1), + (80508,478,0,0,0,-9931.62,578.899,37.277,2.3911,180,180,5,0,176,0,0,1), + (80509,478,0,0,0,-9954.26,663.252,33.8692,1.44037,180,180,5,0,176,0,0,1), + (80511,478,0,0,0,-10033.9,645.885,38.4437,2.35619,180,180,5,0,176,0,0,1), + (80512,97,0,0,0,-10007.6,658.496,36.2532,0.436332,180,180,5,0,156,0,0,1), + (80513,478,0,0,0,-10002,657.114,36.4221,1.81514,180,180,5,0,176,0,0,1), + (80514,478,0,0,0,-10005.1,662.883,35.8841,5.49779,180,180,5,0,176,0,0,1), + (80515,822,0,0,0,-10038.9,649.552,38.2594,3.27767,180,180,5,0,195,0,0,1), + (80516,478,0,0,0,-10027.2,608.88,38.7172,3.758,180,180,5,0,176,0,0,1), + (80517,478,0,0,0,-10010.6,581.321,38.8676,6.12969,180,180,5,0,176,0,0,1), + (80518,97,0,0,0,-10062.1,625.964,39.4488,1.93731,180,180,5,0,156,0,0,1), + (80519,97,0,0,0,-10062.3,630.716,39.4488,2.68781,180,180,5,0,156,0,0,1), + (80520,478,0,0,0,-10071.4,629.02,39.4488,6.12611,180,180,5,0,176,0,0,1), + (80521,478,0,0,0,-10071,633.184,39.4488,6.07375,180,180,5,0,176,0,0,1), + (80522,721,0,0,0,-10051.2,614.986,40.0766,2.85444,180,180,10,0,1,0,0,1), + (80523,97,0,0,0,-9983.9,575.295,37.7614,5.39307,180,180,5,0,156,0,0,1), + (80524,97,0,0,0,-9961.96,551.831,37.5276,5.43096,180,180,5,0,156,0,0,1), + (80525,478,0,0,0,-9981.51,562.627,37.7605,1.27409,180,180,5,0,176,0,0,1), + (80526,478,0,0,0,-9986.73,571.913,37.7614,5.98648,180,180,5,0,176,0,0,1), + (80527,478,0,0,0,-9981.14,547.836,38.0105,3.21327,180,180,5,0,176,0,0,1), + (80528,478,0,0,0,-9959.76,544.444,37.6965,0.746743,180,180,5,0,176,0,0,1), + (80529,721,0,0,0,-10094.6,606.046,39.2172,1.23808,180,180,10,0,1,0,0,1), + (80530,478,0,0,0,-10120.1,653.327,34.911,3.04834,180,180,5,0,176,0,0,1), + (80531,448,0,0,0,-9946,604.266,38.2862,5.98131,180,180,0,0,666,0,0,2), + (80532,478,0,0,0,-10085,633.968,39.1533,2.38575,180,180,5,0,176,0,0,1), + (80533,478,0,0,0,-10117.3,711.22,31.4584,5.6441,180,180,5,0,176,0,0,1), + (80534,97,0,0,0,-10106.6,690.702,32.0811,3.9619,180,180,5,0,156,0,0,1), + (80535,478,0,0,0,-10110.2,692.573,31.9033,4.55531,180,180,5,0,176,0,0,1), + (80536,478,0,0,0,-10117.8,686.296,31.9033,6.17846,180,180,5,0,176,0,0,1), + (80537,478,0,0,0,-10089.9,673.787,34.2691,4.1482,180,180,5,0,176,0,0,1), + (80538,478,0,0,0,-10147.1,616.176,27.6083,4.91395,180,180,5,0,176,0,0,1), + (80539,478,0,0,0,-10127,573.715,33.3096,4.91898,180,180,5,0,176,0,0,1), + (80540,478,0,0,0,-10092,542.775,25.9823,3.31981,180,180,5,0,176,0,0,1), + (80541,97,0,0,0,-10002.6,464.538,32.4476,1.95325,180,180,5,0,156,0,0,1), + (80542,252,0,0,0,-9930.05,499.734,32.5204,3.14159,180,180,0,0,87,0,0,0), + (80543,2442,0,0,0,-9985.8,468.045,34.2788,0.066845,180,180,5,0,1,0,0,1), + (80544,113,0,0,0,-9886.71,461.584,37.8474,1.17974,180,180,5,0,102,0,0,1), + (80545,97,0,0,0,-9857.17,467.822,36.5601,5.06952,180,180,5,0,156,0,0,1), + (80546,478,0,0,0,-9821.08,562.099,38.7323,1.59273,180,180,5,0,176,0,0,1), + (80547,822,0,0,0,-9828.59,537.301,34.4253,3.79252,180,180,5,0,195,0,0,1), + (80548,721,0,0,0,-9822.58,434.057,36.6792,4.45111,180,180,10,0,1,0,0,1), + (80549,113,0,0,0,-9792.83,435.857,37.9384,4.52488,180,180,5,0,102,0,0,1), + (80550,113,0,0,0,-9824.81,412.5,36.872,0,180,180,5,0,102,0,0,1), + (80551,97,0,0,0,-9806.09,438.606,36.5553,4.15031,180,180,5,0,156,0,0,1), + (80552,1933,0,0,0,-9815.51,452.586,36.1183,1.51801,180,180,5,0,14,0,0,1), + (80553,113,0,0,0,-9814.29,454.489,36.4303,5.09693,180,180,5,0,102,0,0,1), + (80554,113,0,0,0,-9852,448.214,36.5163,0.538723,180,180,5,0,102,0,0,1), + (80555,2442,0,0,0,-9727.69,446.214,37.1872,2.20765,180,180,5,0,1,0,0,1), + (80556,113,0,0,0,-9929.22,443.641,34.5945,3.4276,180,180,5,0,102,0,0,1), + (80557,113,0,0,0,-9881.65,418.157,34.8951,4.62417,180,180,5,0,102,0,0,1), + (80558,113,0,0,0,-9945.1,423.813,34.7675,1.22975,180,180,5,0,102,0,0,1), + (80559,721,0,0,0,-9890.72,422.371,35.1451,0.557955,180,180,10,0,1,0,0,1), + (80560,113,0,0,0,-9926.7,427.381,34.7728,2.20437,180,180,5,0,102,0,0,1), + (80561,113,0,0,0,-9944.8,376.158,34.8795,4.60737,180,180,5,0,102,0,0,1), + (80562,113,0,0,0,-9910.12,377.148,35.1656,2.91669,180,180,5,0,102,0,0,1), + (80563,894,0,0,0,-9858.46,365.972,36.3371,1.81514,180,180,0,0,166,0,0,0), + (80564,721,0,0,0,-9958.53,406.289,35.2716,2.98672,180,180,10,0,1,0,0,1), + (80565,113,0,0,0,-10016,379.302,32.8737,5.55437,180,180,5,0,102,0,0,1), + (80566,113,0,0,0,-10008.5,362.802,33.5907,0.910096,180,180,5,0,102,0,0,1), + (80567,113,0,0,0,-10018.3,313.798,31.4486,3.99191,180,180,5,0,102,0,0,1), + (80568,244,0,0,0,-9895,332.424,36.5505,2.11185,180,180,0,0,112,0,0,0), + (80569,248,0,0,0,-9880.63,322.619,37.8244,3.14159,180,180,0,0,112,0,0,0), + (80570,246,0,0,0,-9889.68,338.467,36.6486,2.75762,180,180,0,0,196,0,0,0), + (80571,1933,0,0,0,-9959.63,308.751,36.8121,5.97215,180,180,5,0,14,0,0,1), + (80572,113,0,0,0,-9971.3,308.87,35.7139,3.46149,180,180,5,0,102,0,0,1), + (80573,113,0,0,0,-9821.62,356.002,37.7473,2.78667,180,180,5,0,102,0,0,1), + (80574,113,0,0,0,-9794.95,388.987,39.6181,2.51294,180,180,5,0,102,0,0,1), + (80575,475,0,0,0,-9853.68,284.862,37.987,1.89787,180,180,5,0,105,0,0,1), + (80576,883,0,0,0,-9821.67,281.215,39.3122,4.5547,180,180,5,0,1,0,0,1), + (80577,475,0,0,0,-9770.83,279.166,43.1248,0.1198,180,180,5,0,105,0,0,1), + (80578,883,0,0,0,-9745.05,304.262,45.8766,1.78925,180,180,5,0,1,0,0,1), + (80579,890,0,0,0,-9743.7,301.686,46.1331,2.21899,180,180,0,0,16,0,0,0), + (80580,525,0,0,0,-9716.04,411.349,40.3702,2.527,180,180,10,0,102,0,0,1), + (80581,113,0,0,0,-9759.17,190.368,50.8352,1.38605,180,180,5,0,102,0,0,1), + (80582,475,0,0,0,-9833.96,188.524,22.577,5.79556,180,180,5,0,105,0,0,1), + (80583,475,0,0,0,-9804.73,240.662,41.1706,4.86251,180,180,5,0,105,0,0,1), + (80584,475,0,0,0,-9843.61,198.627,22.7217,5.28962,180,180,5,0,105,0,0,1), + (80585,475,0,0,0,-9806.61,181.334,22.481,0.226278,180,180,5,0,105,0,0,1), + (80586,475,0,0,0,-9818.85,181.23,22.8492,3.23508,180,180,5,0,105,0,0,1), + (80587,475,0,0,0,-9828.89,215.772,15.5806,4.06545,180,180,5,0,105,0,0,1), + (80588,475,0,0,0,-9825.36,199.121,13.9991,5.394,180,180,5,0,105,0,0,1), + (80589,475,0,0,0,-9768.37,231.5,46.3995,2.64377,180,180,5,0,105,0,0,1), + (80590,475,0,0,0,-9758.04,191.688,51.0349,3.51339,180,180,5,0,105,0,0,1), + (80591,475,0,0,0,-9826.07,186.314,12.2822,1.2734,180,180,5,0,105,0,0,1), + (80592,475,0,0,0,-9851.49,213.185,14.1337,2.54401,180,180,5,0,105,0,0,1), + (80593,113,0,0,0,-9717.87,248.615,49.4381,5.23292,180,180,5,0,102,0,0,1), + (80594,475,0,0,0,-9903.68,226.756,16.4163,0.336615,180,180,5,0,105,0,0,1), + (80595,475,0,0,0,-9871.14,237.252,19.4741,4.31734,180,180,5,0,105,0,0,1), + (80596,475,0,0,0,-9879.33,217.356,14.1337,5.82548,180,180,5,0,105,0,0,1), + (80597,475,0,0,0,-9879.43,190.812,16.6024,1.79753,180,180,5,0,105,0,0,1), + (80598,475,0,0,0,-9884.25,260.653,34.8986,2.57944,180,180,5,0,105,0,0,1), + (80599,475,0,0,0,-9885.02,196.351,15.2175,2.27603,180,180,5,0,105,0,0,1), + (80600,475,0,0,0,-9852.19,179.62,20.9187,3.22526,180,180,5,0,105,0,0,1), + (80601,475,0,0,0,-9822.68,180.421,22.9706,3.13012,180,180,5,0,105,0,0,1), + (80602,475,0,0,0,-9865.25,170.29,19.6687,5.36632,180,180,5,0,105,0,0,1), + (80603,721,0,0,0,-9930.92,285.115,37.6102,0.960702,180,180,10,0,1,0,0,1), + (80604,40,0,0,0,-9797.38,131.632,24.4919,2.91242,180,180,5,0,120,0,0,1), + (80605,40,0,0,0,-9806.99,116.714,24.3185,1.64476,180,180,5,0,120,0,0,1), + (80606,475,0,0,0,-9816.59,120.354,45.9586,3.66559,180,180,5,0,105,0,0,1), + (80607,475,0,0,0,-9819.45,129.544,4.7231,5.83605,180,180,5,0,105,0,0,1), + (80608,40,0,0,0,-9823.76,122.362,4.11124,0.172538,180,180,5,0,120,0,0,1), + (80609,40,0,0,0,-9800.91,117.807,5.79624,1.15769,180,180,0,0,120,0,0,0), + (80610,40,0,0,0,-9813.57,109.196,6.22626,4.81172,180,180,0,0,120,0,0,0), + (80611,475,0,0,0,-9827.35,124.626,4.25697,6.19969,180,180,5,0,105,0,0,1), + (80612,475,0,0,0,-9907.61,178.849,31.9818,5.60655,180,180,5,0,105,0,0,1), + (80613,475,0,0,0,-9888.21,153.554,32.0522,5.88405,180,180,5,0,105,0,0,1), + (80614,40,0,0,0,-9814.65,151.784,25.961,0.178155,180,180,0,0,120,0,0,0), + (80615,40,0,0,0,-9759.31,148.983,22.3136,1.22528,180,180,0,0,120,0,0,0), + (80616,40,0,0,0,-9782.1,139.407,26.2336,2.39189,180,180,0,0,120,0,0,0), + (80617,40,0,0,0,-9770.11,155.217,24.921,0.045715,180,180,0,0,120,0,0,0), + (80618,475,0,0,0,-9799.58,167.104,24.0743,2.08218,180,180,5,0,105,0,0,1), + (80619,475,0,0,0,-9840.62,161.11,4.89257,0.281934,180,180,5,0,105,0,0,1), + (80620,40,0,0,0,-9794.09,148.158,24.2717,4.75735,180,180,5,0,120,0,0,1), + (80621,475,0,0,0,-9849.7,135.178,6.03231,6.08721,180,180,5,0,105,0,0,1), + (80622,475,0,0,0,-9857.44,157.624,6.20103,0.988133,180,180,5,0,105,0,0,1), + (80623,30,0,0,0,-9760.26,162.948,53.4379,1.60789,180,180,5,0,102,0,0,1), + (80624,113,0,0,0,-9907.56,114.018,32.4213,5.30634,180,180,5,0,102,0,0,1), + (80625,883,0,0,0,-9789.27,105.548,45.2997,2.68862,180,180,5,0,1,0,0,1), + (80626,475,0,0,0,-9751.76,122.076,16.1832,6.27415,180,180,5,0,105,0,0,1), + (80627,40,0,0,0,-9788.18,97.4281,28.4897,1.36379,180,180,5,0,120,0,0,1), + (80628,40,0,0,0,-9774.12,102.94,27.8857,2.28045,180,180,5,0,120,0,0,1), + (80629,40,0,0,0,-9793.23,90.1409,28.8422,2.67237,180,180,5,0,120,0,0,1), + (80630,40,0,0,0,-9822.41,82.0952,3.03206,4.89061,180,180,5,0,120,0,0,1), + (80631,475,0,0,0,-9750.53,109.906,25.705,3.41538,180,180,5,0,105,0,0,1), + (80632,475,0,0,0,-9800.68,103.668,24.789,5.76924,180,180,5,0,105,0,0,1), + (80633,475,0,0,0,-9797.96,109.575,24.4197,3.88405,180,180,5,0,105,0,0,1), + (80634,40,0,0,0,-9748.66,111.016,25.5922,3.19397,180,180,5,0,120,0,0,1), + (80635,475,0,0,0,-9783.55,84.901,42.6198,3.27819,180,180,5,0,105,0,0,1), + (80636,40,0,0,0,-9789.31,111.668,4.6548,4.32913,180,180,0,0,120,0,0,0), + (80637,40,0,0,0,-9792.08,91.4188,4.92414,6.23839,180,180,5,0,120,0,0,1), + (80638,475,0,0,0,-9752.98,120.348,15.9225,1.30766,180,180,5,0,105,0,0,1), + (80639,40,0,0,0,-9737.84,136.119,19.2009,5.81502,180,180,5,0,120,0,0,1), + (80640,40,0,0,0,-9748.71,134.768,19.3349,5.06639,180,180,5,0,120,0,0,1), + (80641,113,0,0,0,-9926.4,93.1414,32.677,1.9743,180,180,5,0,102,0,0,1), + (80642,113,0,0,0,-9933.76,197.007,23.3433,0.880808,180,180,5,0,102,0,0,1), + (80643,524,0,0,0,-9837.74,44.6516,32.7111,0.569577,180,180,5,0,137,0,0,1), + (80644,327,0,0,0,-9745.84,87.567,12.7743,4.8965,180,180,0,0,156,0,0,0), + (80645,40,0,0,0,-9743.42,95.6006,12.5796,1.37507,180,180,5,0,120,0,0,1), + (80646,822,0,0,0,-9819.96,29.1408,31.5044,3.48657,180,180,5,0,195,0,0,1), + (80647,79,0,0,0,-9733.35,114.784,24.4159,5.41347,3600,3600,0,0,257,0,0,0), + (80648,113,0,0,0,-9738.29,88.1389,43.8449,4.68014,180,180,5,0,102,0,0,1), + (80649,40,0,0,0,-9760.56,87.6726,12.544,2.89838,180,180,0,0,120,0,0,0), + (80650,40,0,0,0,-9732.38,117.863,24.6974,3.69457,180,180,0,0,120,0,0,0), + (80651,883,0,0,0,-9752.65,30.937,38.2523,5.62972,180,180,5,0,1,0,0,1), + (80652,475,0,0,0,-9734.4,138.944,49.0226,0.433051,180,180,5,0,105,0,0,1), + (80653,113,0,0,0,-9717.21,180.171,50.5346,3.73231,180,180,5,0,102,0,0,1), + (80654,524,0,0,0,-9813.29,7.83382,27.7642,4.62049,180,180,5,0,137,0,0,1), + (80655,524,0,0,0,-9775,4.94017,31.6528,4.71239,180,180,5,0,137,0,0,1), + (80656,524,0,0,0,-9741.9,31.8874,38.2523,3.73848,180,180,5,0,137,0,0,1), + (80657,113,0,0,0,-9681.88,85.5572,45.7138,4.74363,180,180,5,0,102,0,0,1), + (80658,30,0,0,0,-9714.55,12.6503,40.6567,5.48121,180,180,5,0,102,0,0,1), + (80659,30,0,0,0,-9678.46,120.61,47.1912,0.613775,180,180,5,0,102,0,0,1), + (80660,475,0,0,0,-9954.52,222.797,26.328,4.94774,180,180,5,0,105,0,0,1), + (80661,113,0,0,0,-10005.3,212.535,30.3517,3.29647,180,180,5,0,102,0,0,1), + (80662,2442,0,0,0,-9989.46,215.273,30.8401,4.84101,180,180,5,0,1,0,0,1), + (80663,113,0,0,0,-9989.76,252.255,30.8966,1.56494,180,180,5,0,102,0,0,1), + (80664,113,0,0,0,-10021,238.277,29.5087,4.53031,180,180,5,0,102,0,0,1), + (80665,113,0,0,0,-10024.6,189.339,29.754,3.43305,180,180,5,0,102,0,0,1), + (80666,113,0,0,0,-10038.7,223.114,27.9143,6.23625,180,180,5,0,102,0,0,1), + (80667,822,0,0,0,-10008.2,207.007,30.5295,3.99613,180,180,5,0,195,0,0,1), + (80668,113,0,0,0,-10053.8,277.949,26.4879,3.2434,180,180,5,0,102,0,0,1), + (80669,822,0,0,0,-10003.1,274.084,32.554,4.38447,180,180,5,0,195,0,0,1), + (80670,113,0,0,0,-10040.4,161.168,28.632,4.28594,180,180,5,0,102,0,0,1), + (80671,113,0,0,0,-10067.2,114.227,29.9437,5.12804,180,180,5,0,102,0,0,1), + (80672,113,0,0,0,-10020.8,117.915,33.5757,2.59753,180,180,5,0,102,0,0,1), + (80673,113,0,0,0,-9984.24,113.954,34.1042,3.02591,180,180,5,0,102,0,0,1), + (80674,883,0,0,0,-10055.4,141.353,27.3607,5.70493,180,180,5,0,1,0,0,1), + (80675,721,0,0,0,-10029.9,150.69,31.7446,3.79408,180,180,10,0,1,0,0,1), + (80676,113,0,0,0,-9986.97,156.062,34.6856,1.2756,180,180,5,0,102,0,0,1), + (80677,258,0,0,0,-10008.3,65.2117,34.8658,0.261799,180,180,0,0,166,0,0,0), + (80678,721,0,0,0,-9969.03,98.3201,33.5495,5.32623,180,180,10,0,1,0,0,1), + (80679,721,0,0,0,-9930.48,66.5221,33.123,2.6685,180,180,10,0,1,0,0,1), + (80680,113,0,0,0,-9942.02,86.1381,33.0227,3.83789,180,180,5,0,102,0,0,1), + (80681,113,0,0,0,-9948.29,112.667,33.0901,3.82554,180,180,5,0,102,0,0,1), + (80682,113,0,0,0,-9979.29,86.038,34.7465,6.23044,180,180,5,0,102,0,0,1), + (80683,250,0,0,0,-10005.2,52.8202,34.6539,0.296706,180,180,0,0,196,0,0,0), + (80684,251,0,0,0,-10014,37.605,35.2531,0.767945,20,20,0,0,87,0,0,0), + (80685,247,0,0,0,-9923.68,38.3872,32.5951,3.14159,180,180,0,0,64,0,0,0), + (80686,255,0,0,0,-9918.6,39.3611,32.6858,3.14159,180,180,0,0,196,0,0,0), + (80687,113,0,0,0,-9943.08,46.5204,33.1547,4.23553,180,180,5,0,102,0,0,1), + (80688,524,0,0,0,-9878.19,-9.14996,26.8841,3.88048,180,180,5,0,137,0,0,1), + (80689,524,0,0,0,-9773.41,-8.62885,30.0164,2.9482,180,180,5,0,137,0,0,1), + (80690,116,0,0,0,-9673.89,-4.60323,44.8655,5.85446,180,180,5,0,156,0,0,1), + (80691,113,0,0,0,-9634.27,58.2623,60.2921,1.57599,180,180,5,0,102,0,0,1), + (80692,113,0,0,0,-9682.43,113.513,47.1978,3.2208,180,180,5,0,102,0,0,1), + (80693,113,0,0,0,-9612.56,17.916,61.3788,3.92441,180,180,5,0,102,0,0,1), + (80694,30,0,0,0,-9609.84,82.4616,61.2011,2.50789,180,180,5,0,102,0,0,1), + (80695,113,0,0,0,-9593.61,54.719,60.9167,2.22424,180,180,5,0,102,0,0,1), + (80696,113,0,0,0,-9577.1,124.616,59.3955,0.671218,180,180,5,0,102,0,0,1), + (80697,30,0,0,0,-9636.07,188.916,47.5386,0.407667,180,180,5,0,102,0,0,1), + (80698,883,0,0,0,-9656.18,200.163,48.7987,5.0675,180,180,5,0,1,0,0,1), + (80699,721,0,0,0,-9581.12,18.7787,60.425,1.52829,180,180,10,0,1,0,0,1), + (80700,30,0,0,0,-9588.36,-12.2227,61.6865,5.53788,180,180,5,0,102,0,0,1), + (80701,116,0,0,0,-9647.7,-59.3975,43.4704,3.02813,180,180,5,0,156,0,0,1), + (80702,524,0,0,0,-9758.45,-81.6962,30.8459,5.63773,180,180,5,0,137,0,0,1), + (80703,883,0,0,0,-9759.05,-68.3373,30.4826,0.24119,180,180,5,0,1,0,0,1), + (80704,822,0,0,0,-9748.02,-25.2635,35.4068,3.96682,180,180,5,0,195,0,0,1), + (80705,524,0,0,0,-9693.33,-105.208,38.7951,0,180,180,5,0,137,0,0,1), + (80706,116,0,0,0,-9685.02,-73.2844,40.1185,1.51476,180,180,5,0,156,0,0,1), + (80707,2442,0,0,0,-9702.18,-77.6162,38.2658,2.28981,180,180,5,0,1,0,0,1), + (80708,822,0,0,0,-9694.79,-72.2588,39.408,4.71239,180,180,5,0,195,0,0,1), + (80709,116,0,0,0,-9704.33,-45.9833,39.0054,0.942847,180,180,5,0,156,0,0,1), + (80710,116,0,0,0,-9655.4,-112.452,44.5232,0.912916,180,180,5,0,156,0,0,1), + (80711,524,0,0,0,-9698.37,-129.936,39.625,3.47384,180,180,5,0,137,0,0,1), + (80712,822,0,0,0,-9716.07,-140.246,37.9383,4.098,180,180,5,0,195,0,0,1), + (80713,524,0,0,0,-9778.16,-102.621,29.8269,4.64206,180,180,5,0,137,0,0,1), + (80714,524,0,0,0,-9796.32,-75.3252,25.7988,1.87681,180,180,0,0,137,0,0,0), + (80715,822,0,0,0,-9783.68,-96.5355,28.4609,2.6762,180,180,5,0,195,0,0,1), + (80716,524,0,0,0,-9759.19,-125.479,32.6467,0.629034,180,180,5,0,137,0,0,1), + (80717,524,0,0,0,-9812.62,-142.259,30.5675,0.226506,180,180,5,0,137,0,0,1), + (80718,116,0,0,0,-9820.04,-113.833,27.9131,1.41451,180,180,5,0,156,0,0,1), + (80719,1933,0,0,0,-9807.75,-106.75,28.1368,4.23997,180,180,5,0,14,0,0,1), + (80720,524,0,0,0,-9814.71,-83.1168,26.0056,4.98532,180,180,5,0,137,0,0,1), + (80721,116,0,0,0,-9860.32,-88.5566,26.3414,1.32571,180,180,5,0,156,0,0,1), + (80722,524,0,0,0,-9857.37,-56.8469,25.2664,1.00317,180,180,5,0,137,0,0,1), + (80723,116,0,0,0,-9866.8,-155.916,31.97,6.01213,180,180,5,0,156,0,0,1), + (80724,883,0,0,0,-9870.36,-140.725,29.8659,2.79822,180,180,5,0,1,0,0,1), + (80725,116,0,0,0,-9919.28,-81.928,29.3812,5.50814,180,180,5,0,156,0,0,1), + (80726,524,0,0,0,-9909.7,-80.2755,28.8326,0.829528,180,180,0,0,137,0,0,0), + (80727,883,0,0,0,-9953.14,-54.4741,33.2219,6.1872,180,180,5,0,1,0,0,1), + (80728,721,0,0,0,-9894.14,-129.765,31.3224,4.75338,180,180,10,0,1,0,0,1), + (80729,822,0,0,0,-9908.25,-58.8789,29.8297,2.70414,180,180,5,0,195,0,0,1), + (80730,6927,0,0,0,-9958.61,-153.27,22.3896,5.7039,180,180,5,0,156,0,0,2), + (80732,6927,0,0,0,-9960.07,-154.13,21.9752,5.60729,180,180,5,0,156,0,0,2), + (80733,116,0,0,0,-9863.5,-123.635,28.9781,6.00191,180,180,5,0,156,0,0,1), + (80734,620,0,0,0,-9942.3,-147.547,25.0081,0.581317,300,300,0,0,1,0,0,0), + (80735,620,0,0,0,-9944.64,-150.41,25.0081,1.68865,300,300,0,0,1,0,0,0), + (80736,620,0,0,0,-9946.96,-144.214,24.7581,5.4159,300,300,0,0,1,0,0,0), + (80737,6846,0,0,0,-9959.24,-132.4,25.3701,3.91556,180,180,0,0,198,0,0,2), + (80738,883,0,0,0,-9961.08,-28.3792,33.8086,4.13691,180,180,5,0,1,0,0,1), + (80739,524,0,0,0,-9958.87,-11.0404,34.5669,2.44376,180,180,0,0,137,0,0,0), + (80740,524,0,0,0,-9976.09,-47.0791,35.1398,4.86533,180,180,0,0,137,0,0,0), + (80741,524,0,0,0,-10013,-25.353,35.8516,1.46704,180,180,0,0,137,0,0,0), + (80742,116,0,0,0,-9880.3,-189.318,35.1261,1.45917,180,180,5,0,156,0,0,1), + (80743,822,0,0,0,-9855.75,-173.082,34.7587,2.90225,180,180,5,0,195,0,0,1), + (80744,474,0,0,0,-9866.08,-222.641,35.9794,0.628319,180,180,0,0,160,350,0,0), + (80745,524,0,0,0,-9783.79,-204.969,39.6402,2.99666,180,180,0,0,137,0,0,0), + (80746,116,0,0,0,-9812.76,-188.394,36.8753,5.78247,180,180,5,0,156,0,0,1), + (80747,116,0,0,0,-9860.47,-220.92,36.2294,2.6529,180,180,5,0,156,0,0,1), + (80748,116,0,0,0,-9863.62,-218.641,36.2294,5.37561,180,180,5,0,156,0,0,1), + (80749,524,0,0,0,-9762.34,-203.066,40.2936,4.59253,180,180,0,0,137,0,0,0), + (80750,883,0,0,0,-9738.14,-252.654,46.8072,2.63605,180,180,5,0,1,0,0,1), + (80751,524,0,0,0,-9744.79,-274.096,48.2849,3.6357,180,180,5,0,137,0,0,1), + (80752,524,0,0,0,-9693.81,-287.447,59.1046,6.06152,180,180,5,0,137,0,0,1), + (80753,524,0,0,0,-9691.26,-182.507,45.7818,2.48415,180,180,0,0,137,0,0,0), + (80754,822,0,0,0,-9696.73,-173.051,43.7101,3.51835,180,180,5,0,195,0,0,1), + (80755,883,0,0,0,-9694.44,-176.494,44.4763,3.76011,180,180,5,0,1,0,0,1), + (80756,524,0,0,0,-9700.23,-164.423,42.6536,5.6811,180,180,0,0,137,0,0,0), + (80757,524,0,0,0,-9668.36,-264.583,63.5965,0,180,180,0,0,137,0,0,0), + (80758,525,0,0,0,-9584.75,-279.387,62.0789,5.06255,180,180,10,0,102,0,0,1), + (80759,735,0,0,0,-9547.12,-250.417,61.5035,2.42862,180,180,5,0,120,0,0,1), + (80760,525,0,0,0,-9552.61,-247.975,61.863,1.5682,180,180,10,0,102,0,0,1), + (80761,721,0,0,0,-9589.32,-257.693,59.0979,5.96761,180,180,10,0,1,0,0,1), + (80762,2442,0,0,0,-9667.08,-325.259,55.4588,0.159745,180,180,5,0,1,0,0,1), + (80763,524,0,0,0,-9652.08,-306.25,58.7088,1.55131,180,180,5,0,137,0,0,1), + (80764,721,0,0,0,-9634.05,-347.055,58.6414,5.31037,180,180,10,0,1,0,0,1), + (80765,735,0,0,0,-9560.81,-309.06,62.9801,3.00175,180,180,5,0,120,0,0,1), + (80766,525,0,0,0,-9552.97,-308.507,62.2519,1.46203,180,180,10,0,102,0,0,1), + (80767,2442,0,0,0,-9582.23,-310.178,61.9885,6.12221,180,180,5,0,1,0,0,1), + (80768,524,0,0,0,-9743.46,-345.229,54.3924,0.904061,180,180,5,0,137,0,0,1), + (80769,721,0,0,0,-9750.91,-336.092,52.2179,0.77745,180,180,10,0,1,0,0,1), + (80770,524,0,0,0,-9681.23,-358.883,56.0801,4.69881,180,180,5,0,137,0,0,1), + (80771,524,0,0,0,-9709.11,-318.376,54.2561,3.54495,180,180,5,0,137,0,0,1), + (80772,822,0,0,0,-9688.07,-337.024,57.7277,4.71044,180,180,5,0,195,0,0,1), + (80773,2442,0,0,0,-9718.67,-355.994,54.6256,4.02941,180,180,5,0,1,0,0,1), + (80774,524,0,0,0,-9788.09,-368.443,54.2493,1.69098,180,180,5,0,137,0,0,1), + (80775,524,0,0,0,-9811.98,-361.979,54.246,0.348683,180,180,5,0,137,0,0,1), + (80776,524,0,0,0,-9825.1,-291.894,40.2645,3.77999,180,180,5,0,137,0,0,1), + (80777,524,0,0,0,-9846.08,-311.584,40.1341,2.91318,180,180,5,0,137,0,0,1), + (80778,524,0,0,0,-9788.65,-318.501,48.8338,4.16397,180,180,5,0,137,0,0,1), + (80779,2442,0,0,0,-9774.64,-352.819,52.4881,4.99086,180,180,5,0,1,0,0,1), + (80780,721,0,0,0,-9778.84,-356.832,52.8422,6.24414,180,180,10,0,1,0,0,1), + (80781,883,0,0,0,-9779.42,-339.024,52.213,2.86061,180,180,5,0,1,0,0,1), + (80782,524,0,0,0,-9713.58,-391.615,51.1133,2.21899,180,180,5,0,137,0,0,1), + (80783,524,0,0,0,-9915.52,-323.947,32.425,1.89701,180,180,0,0,137,0,0,0), + (80784,1933,0,0,0,-9895.36,-293.901,34.3675,3.5764,180,180,5,0,14,0,0,1), + (80785,524,0,0,0,-9892.39,-292.269,34.2425,3.54293,180,180,5,0,137,0,0,1), + (80786,822,0,0,0,-9901.03,-320.186,34.0545,0.280982,180,180,5,0,195,0,0,1), + (80787,524,0,0,0,-9876.13,-351.713,34.1669,1.56782,180,180,0,0,137,0,0,0), + (80788,46,0,0,0,-9911.75,-420.714,26.9035,5.6096,180,180,0,0,176,0,0,0), + (80789,524,0,0,0,-9882.09,-423.763,33.2074,3.32303,180,180,0,0,137,0,0,0), + (80790,524,0,0,0,-9926.91,-371.035,27.3265,2.5664,180,180,0,0,137,0,0,0), + (80791,46,0,0,0,-9946.99,-281.391,29.242,5.03722,180,180,0,0,176,0,0,0), + (80792,213,0,0,0,-10018.6,-423.418,32.611,4.28107,250,250,0,0,449,0,0,0), + (80793,46,0,0,0,-9889.43,-442.811,28.3063,6.05858,180,180,5,0,176,0,0,1), + (80794,524,0,0,0,-9847.47,-448.341,34.0142,5.83775,180,180,5,0,137,0,0,1), + (80795,822,0,0,0,-9696.79,-439.03,51.6461,0.824053,180,180,5,0,195,0,0,1), + (80796,524,0,0,0,-9707.42,-448.762,51.6561,2.7737,180,180,0,0,137,0,0,0), + (80797,524,0,0,0,-9681.01,-423.161,54.1289,3.22999,180,180,0,0,137,0,0,0), + (80798,721,0,0,0,-9679.08,-436.552,52.7534,4.54949,180,180,10,0,1,0,0,1), + (80799,1933,0,0,0,-9676.52,-432.06,53.7539,4.64567,180,180,5,0,14,0,0,1), + (80800,2442,0,0,0,-9657.26,-424.879,57.1523,3.13311,180,180,5,0,1,0,0,1), + (80801,883,0,0,0,-9655.27,-438.494,55.8194,3.97765,180,180,5,0,1,0,0,1), + (80802,524,0,0,0,-9647.33,-393.739,59.6299,2.92458,180,180,0,0,137,0,0,0), + (80803,721,0,0,0,-9677.63,-392.864,53.1638,1.29131,180,180,10,0,1,0,0,1), + (80804,524,0,0,0,-9668.72,-495.71,52.1218,6.12963,180,180,0,0,137,0,0,0), + (80805,524,0,0,0,-9710.87,-515.84,53.4383,4.07676,180,180,0,0,137,0,0,0), + (80806,524,0,0,0,-9659.86,-516.509,51.7834,0.264838,180,180,0,0,137,0,0,0), + (80807,524,0,0,0,-9616.5,-489.437,59.0715,6.28123,180,180,5,0,137,0,0,1), + (80808,524,0,0,0,-9646.89,-447.798,56.8402,3.78507,180,180,0,0,137,0,0,0), + (80809,2442,0,0,0,-9587.4,-440.112,59.715,0.196629,180,180,5,0,1,0,0,1), + (80810,525,0,0,0,-9585.82,-411.112,63.8551,2.12572,180,180,10,0,102,0,0,1), + (80811,721,0,0,0,-9767.21,-549.39,35.6084,5.43012,180,180,10,0,1,0,0,1), + (80812,524,0,0,0,-9808.94,-477.447,33.4883,3.69274,180,180,0,0,137,0,0,0), + (80813,524,0,0,0,-9749.61,-558.077,38.6037,3.26692,180,180,0,0,137,0,0,0), + (80814,822,0,0,0,-9770.42,-575.761,36.7657,1.52618,180,180,5,0,195,0,0,1), + (80815,46,0,0,0,-9847.46,-522.908,25.1326,0.785398,180,180,0,0,176,0,0,0), + (80816,524,0,0,0,-9752.03,-605.757,39.8925,4.58126,180,180,0,0,137,0,0,0), + (80817,524,0,0,0,-9783.61,-580.79,35.0487,2.58879,180,180,0,0,137,0,0,0), + (80818,46,0,0,0,-9846.28,-587.654,21.5072,0.016149,180,180,0,0,176,0,0,0), + (80819,524,0,0,0,-9725.53,-581.543,45.5966,2.66477,180,180,0,0,137,0,0,0), + (80820,524,0,0,0,-9753.79,-687.975,39.3901,3.97812,180,180,5,0,137,0,0,1), + (80821,524,0,0,0,-9782.88,-707.119,38.1831,0.888387,180,180,0,0,137,0,0,0), + (80822,524,0,0,0,-9805.33,-684.267,33.6216,0.099228,180,180,0,0,137,0,0,0), + (80823,46,0,0,0,-9856.13,-663.608,21.3321,4.31579,180,180,5,0,176,0,0,1), + (80824,524,0,0,0,-9705.16,-647.011,47.3032,3.9746,180,180,0,0,137,0,0,0), + (80825,822,0,0,0,-9722.87,-660.44,45.6752,1.43747,180,180,5,0,195,0,0,1), + (80826,1933,0,0,0,-9769.15,-737.917,39.7256,0.573919,180,180,5,0,14,0,0,1), + (80827,2442,0,0,0,-9762.39,-728.625,39.2931,1.06787,180,180,5,0,1,0,0,1), + (80828,822,0,0,0,-9763.54,-758.977,41.1705,3.71551,180,180,5,0,195,0,0,1), + (80829,524,0,0,0,-9738.92,-747.559,41.8718,2.62882,180,180,5,0,137,0,0,1), + (80830,1933,0,0,0,-9693.01,-692.28,47.0307,4.44939,180,180,5,0,14,0,0,1), + (80831,524,0,0,0,-9689.58,-739.584,45.1292,1.97325,180,180,5,0,137,0,0,1), + (80832,524,0,0,0,-9715.8,-718.996,45.2577,4.705,180,180,0,0,137,0,0,0), + (80833,524,0,0,0,-9693.87,-682.222,46.6974,2.16265,180,180,5,0,137,0,0,1), + (80834,524,0,0,0,-9685.42,-618.75,49.6767,3.58739,180,180,0,0,137,0,0,0), + (80835,116,0,0,0,-9738.45,-834.382,40.3696,2.2215,180,180,5,0,156,0,0,1), + (80836,116,0,0,0,-9744.7,-815.93,42.0071,1.2859,180,180,5,0,156,0,0,1), + (80837,721,0,0,0,-9726.51,-814.171,42.4707,3.29741,180,180,10,0,1,0,0,1), + (80838,524,0,0,0,-9820.48,-743.447,34.9121,2.314,180,180,0,0,137,0,0,0), + (80839,524,0,0,0,-9788.09,-787.506,41.9487,4.89777,180,180,0,0,137,0,0,0), + (80840,524,0,0,0,-9719.79,-799.479,42.1394,3.14159,180,180,5,0,137,0,0,1), + (80841,116,0,0,0,-9802.55,-829.077,40.7339,0.583856,180,180,5,0,156,0,0,1), + (80842,524,0,0,0,-9848.41,-787.678,34.9964,1.10128,180,180,0,0,137,0,0,0), + (80843,46,0,0,0,-9876.75,-822.158,29.6442,4.4361,180,180,0,0,176,0,0,0), + (80844,116,0,0,0,-9836.55,-839.935,39.3029,3.67885,180,180,5,0,156,0,0,1), + (80845,721,0,0,0,-9834.46,-842.223,40.3163,2.14202,180,180,10,0,1,0,0,1), + (80846,46,0,0,0,-9885.69,-893.422,30.3454,2.03619,180,180,5,0,176,0,0,1), + (80847,524,0,0,0,-9851.55,-919.864,39.3363,5.62621,180,180,5,0,137,0,0,1), + (80848,390,0,0,0,-9771.52,-880.772,39.5726,3.7601,180,180,0,0,137,0,0,0), + (80849,330,0,0,0,-9773.94,-882.495,39.6192,3.75995,180,180,0,0,176,0,0,2), + (80850,390,0,0,0,-9772.23,-884.956,39.5726,3.76008,180,180,0,0,137,0,0,0), + (80851,116,0,0,0,-9715.12,-939.522,38.3854,0.446598,180,180,5,0,156,0,0,1), + (80852,721,0,0,0,-9755.89,-883.807,39.61,3.89861,180,180,10,0,1,0,0,1), + (80853,473,0,0,0,-9806.25,-932.124,39.8574,1.0821,180,180,0,0,198,0,0,0), + (80854,881,0,0,0,-9809.18,-929.385,39.8697,0.034907,180,180,0,0,160,350,0,0), + (80855,880,0,0,0,-9805.79,-927.164,39.8671,4.36332,180,180,0,0,156,0,0,0), + (80856,524,0,0,0,-9782.15,-986.937,40.3275,5.04128,180,180,0,0,137,0,0,0), + (80857,721,0,0,0,-9795.31,-979.565,40.1775,3.04053,180,180,10,0,1,0,0,1), + (80858,524,0,0,0,-9710.7,-998.179,42.3644,4.23435,180,180,5,0,137,0,0,1), + (80859,524,0,0,0,-9681.12,-956.087,42.0195,4.9373,180,180,5,0,137,0,0,1), + (80860,822,0,0,0,-9673.12,-916.457,42.2932,3.59475,180,180,5,0,195,0,0,1), + (80861,2442,0,0,0,-9858.63,-926.539,37.0863,4.86048,180,180,5,0,1,0,0,1), + (80862,822,0,0,0,-9811.79,-993.296,39.8986,3.9187,180,180,5,0,195,0,0,1), + (80863,524,0,0,0,-9644.67,-921.347,47.6622,2.27679,180,180,5,0,137,0,0,1), + (80864,116,0,0,0,-9766.92,-917.459,39.8,0,180,180,5,0,156,0,0,1), + (80865,524,0,0,0,-9756.21,-1025.7,39.7242,4.99305,180,180,5,0,137,0,0,1), + (80866,116,0,0,0,-9730.21,-840.625,40.2659,4.90311,180,180,5,0,156,0,0,1), + (80867,116,0,0,0,-9714.19,-846.725,41.8909,3.09557,180,180,5,0,156,0,0,1), + (80868,116,0,0,0,-9826.75,-918.736,41.3269,0.804792,180,180,5,0,156,0,0,1), + (80869,524,0,0,0,-9874.73,-941.875,33.7494,3.96766,180,180,0,0,137,0,0,0), + (80870,524,0,0,0,-9852.86,-993.595,36.7696,4.63674,180,180,0,0,137,0,0,0), + (80871,883,0,0,0,-9802.61,-1010.95,38.9007,1.08095,180,180,5,0,1,0,0,1), + (80872,524,0,0,0,-9810.41,-1016.96,38.1802,1.62944,180,180,0,0,137,0,0,0), + (80873,524,0,0,0,-9687.22,-877.815,44.594,2.74612,180,180,0,0,137,0,0,0), + (80874,118,0,0,0,-9711.21,-1084.78,40.7394,5.21532,180,180,5,0,176,0,0,1), + (80875,524,0,0,0,-9794.32,-1047.81,37.4403,6.2173,180,180,5,0,137,0,0,1), + (80876,1423,0,0,0,-9611.04,-1071.76,39.6254,3.33358,190,190,0,0,1106,0,0,0), + (80877,1423,0,0,0,-9618.58,-1069.09,39.7504,6.12611,190,190,0,0,1106,0,0,0), + (80878,118,0,0,0,-9656.53,-1083.56,43.2615,0.916645,180,180,0,0,176,0,0,0), + (80879,1423,0,0,0,-9621.44,-1038.78,39.7489,6.21337,190,190,0,0,1106,0,0,0), + (80880,261,0,0,0,-9610.23,-1032.05,41.3058,3.14159,310,310,0,0,1605,0,0,0), + (80881,1423,0,0,0,-9615.54,-1038.75,39.7489,3.14159,190,190,0,0,1106,0,0,0), + (80882,2442,0,0,0,-9500.92,-1046.96,51.5554,2.13161,180,180,5,0,1,0,0,1), + (80883,1922,0,0,0,-9534.62,-1033.36,49.1643,0.748071,180,180,5,0,137,0,0,1), + (80884,822,0,0,0,-9502.75,-1095.25,51.493,4.91082,180,180,5,0,195,0,0,1), + (80885,1922,0,0,0,-9470.74,-1025.41,55.7569,1.6023,180,180,5,0,137,0,0,1), + (80886,1922,0,0,0,-9503.59,-991.642,55.2849,5.23198,180,180,5,0,137,0,0,1), + (80887,1922,0,0,0,-9442.79,-1039.73,58.7106,4.2898,180,180,5,0,137,0,0,1), + (80888,118,0,0,0,-9413.37,-1124.11,59.1057,4.22691,180,180,5,0,176,0,0,1), + (80889,2442,0,0,0,-9483.15,-956.615,56.4859,6.2304,180,180,5,0,1,0,0,1), + (80890,1922,0,0,0,-9477.95,-949.501,56.0624,4.78078,180,180,5,0,137,0,0,1), + (80891,118,0,0,0,-9461.59,-973.419,56.3415,4.4048,180,180,5,0,176,0,0,1), + (80892,118,0,0,0,-9447.56,-977.222,55.8026,2.04204,180,180,0,0,176,0,0,0), + (80893,118,0,0,0,-9450.68,-957.841,55.7379,0.732949,180,180,5,0,176,0,0,1), + (80894,118,0,0,0,-9439.83,-972.599,55.7748,2.67035,180,180,0,0,176,0,0,0), + (80895,1922,0,0,0,-9402.65,-957.853,61.3605,1.98047,180,180,5,0,137,0,0,1), + (80896,1922,0,0,0,-9403.04,-990.28,61.9987,1.34854,180,180,5,0,137,0,0,1), + (80897,1922,0,0,0,-9412.19,-1025.14,61.1983,1.94706,180,180,5,0,137,0,0,1), + (80898,1922,0,0,0,-9353.02,-942.272,66.9444,0.890564,180,180,5,0,137,0,0,1), + (80899,822,0,0,0,-9358.58,-939.169,66.4676,5.9775,180,180,5,0,195,0,0,1), + (80900,2442,0,0,0,-9372.56,-936.474,64.3124,4.73404,180,180,5,0,1,0,0,1), + (80901,1922,0,0,0,-9370.6,-912.182,64.5859,3.02904,180,180,5,0,137,0,0,1), + (80902,1922,0,0,0,-9411.16,-907.985,59.9218,6.0751,180,180,5,0,137,0,0,1), + (80903,2442,0,0,0,-9346.75,-864.965,66.5683,0.578285,180,180,5,0,1,0,0,1), + (80904,1922,0,0,0,-9371.17,-887.009,65.2754,4.9169,180,180,0,0,137,0,0,0), + (80905,1922,0,0,0,-9354.75,-886.508,65.6959,3.267,180,180,5,0,137,0,0,1), + (80906,1922,0,0,0,-9396.32,-859.061,64.2375,3.48435,180,180,5,0,137,0,0,1), + (80907,1922,0,0,0,-9268.46,-859.773,71.7079,3.57586,180,180,5,0,137,0,0,1), + (80908,1922,0,0,0,-9279.35,-829.813,70.0151,1.19653,180,180,5,0,137,0,0,1), + (80909,1922,0,0,0,-9317.01,-838.293,66.1899,3.22376,180,180,5,0,137,0,0,1), + (80910,1922,0,0,0,-9423.81,-870.147,61.1011,4.39249,180,180,0,0,137,0,0,0), + (80911,822,0,0,0,-9417.66,-854.635,62.031,0.628653,180,180,5,0,195,0,0,1), + (80912,1922,0,0,0,-9380.21,-810.626,65.9781,1.48467,180,180,5,0,137,0,0,1), + (80913,1922,0,0,0,-9447.08,-846.934,60.5924,0.180713,180,180,0,0,137,0,0,0), + (80914,1922,0,0,0,-9423.11,-809.347,64.1416,4.43758,180,180,5,0,137,0,0,1), + (80915,822,0,0,0,-9474.45,-844.969,60.2612,0.790923,180,180,5,0,195,0,0,1), + (80916,1922,0,0,0,-9463.64,-830.57,60.7213,5.59045,180,180,5,0,137,0,0,1), + (80917,1922,0,0,0,-9393.35,-785.39,63.6593,1.36046,180,180,5,0,137,0,0,1), + (80918,1922,0,0,0,-9549.16,-889.622,46.0537,0.076173,180,180,0,0,137,0,0,0), + (80919,1922,0,0,0,-9508.27,-762.008,60.2988,1.54541,180,180,5,0,137,0,0,1), + (80920,2442,0,0,0,-9486.61,-774.773,60.8734,1.11201,180,180,5,0,1,0,0,1), + (80921,1922,0,0,0,-9459.06,-760.647,61.6535,1.05161,180,180,5,0,137,0,0,1), + (80922,524,0,0,0,-9619.75,-884.375,48.4459,3.14159,180,180,0,0,137,0,0,0), + (80923,883,0,0,0,-9609.2,-882.045,49.5843,0.314179,180,180,5,0,1,0,0,1), + (80924,1949,0,0,0,-9562.33,-722.926,64.7386,0.82301,180,180,0,0,156,0,0,0), + (80925,1949,0,0,0,-9562.29,-735.12,99.203,2.15347,180,180,0,0,156,0,0,0), + (80926,1949,0,0,0,-9573.05,-713.053,99.1406,5.95087,180,180,0,0,156,0,0,0), + (80927,1949,0,0,0,-9554.81,-706.766,90.4123,2.72909,180,180,0,0,156,0,0,0), + (80928,1949,0,0,0,-9550.88,-685.652,63.183,2.14719,180,180,0,0,156,0,0,0), + (80929,1949,0,0,0,-9558.13,-712.885,64.7386,6.22928,180,180,0,0,156,0,0,0), + (80930,1949,0,0,0,-9558.59,-700.421,99.2119,4.4751,180,180,0,0,156,0,0,0), + (80931,1949,0,0,0,-9549,-724.052,99.1484,2.63064,180,180,0,0,156,0,0,0), + (80932,1949,0,0,0,-9550.68,-711.69,75.0554,3.24567,180,180,0,0,156,0,0,0), + (80933,11072,0,0,0,-9576.3,-718.124,99.2704,3.05433,540,540,0,0,2868,0,0,0), + (80934,313,0,0,0,-9553.08,-728.152,99.2522,2.16421,190,190,0,0,1172,916,0,0), + (80935,959,0,0,0,-9548.45,-709.983,90.5103,3.63029,180,180,0,0,334,0,0,0), + (80936,1949,0,0,0,-9522.95,-700.829,61.6524,1.62088,180,180,0,0,156,0,0,0), + (80937,958,0,0,0,-9541.13,-716.466,99.2953,3.03687,310,310,0,0,2016,0,0,0), + (80938,1922,0,0,0,-9581.52,-624.553,57.3027,4.73192,180,180,5,0,137,0,0,1), + (80939,1922,0,0,0,-9535.82,-655.504,62.4354,3.01821,180,180,5,0,137,0,0,1), + (80940,1922,0,0,0,-9475.7,-594.477,66.4951,1.05676,180,180,5,0,137,0,0,1), + (80941,2442,0,0,0,-9582.42,-613.655,56.9415,1.84644,180,180,5,0,1,0,0,1), + (80942,1922,0,0,0,-9485.93,-592.312,66.0216,2.71189,180,180,5,0,137,0,0,1), + (80943,2442,0,0,0,-9585.97,-607.565,56.9316,4.78467,180,180,5,0,1,0,0,1), + (80944,822,0,0,0,-9464.4,-648.277,65.3682,3.18592,180,180,5,0,195,0,0,1), + (80945,1922,0,0,0,-9429.22,-724.465,65.8369,6.08464,180,180,5,0,137,0,0,1), + (80946,822,0,0,0,-9398.71,-710.605,67.8667,2.39209,180,180,5,0,195,0,0,1), + (80947,1922,0,0,0,-9412.17,-739.773,66.5475,1.42181,180,180,0,0,137,0,0,0), + (80948,1922,0,0,0,-9413.65,-657.926,66.6763,0.009765,180,180,5,0,137,0,0,1), + (80949,1922,0,0,0,-9335.42,-706.25,67.8974,1.54871,180,180,5,0,137,0,0,1), + (80950,40,0,0,0,-9326.82,-713.03,67.5269,2.95107,180,180,5,0,120,0,0,1), + (80951,40,0,0,0,-9354.6,-675.024,67.3725,5.00572,180,180,5,0,120,0,0,1), + (80952,40,0,0,0,-9268.7,-703.31,63.1625,1.7926,180,180,5,0,120,0,0,1), + (80953,1922,0,0,0,-9287.73,-768.92,67.5636,0.252554,180,180,5,0,137,0,0,1), + (80954,476,0,0,0,-9256.46,-711.838,62.856,4.05948,180,180,0,0,126,289,0,0), + (80955,476,0,0,0,-9289.54,-669.512,65.2942,5.97583,180,180,5,0,126,289,0,1), + (80956,40,0,0,0,-9254.85,-696.338,64.015,3.07881,180,180,5,0,120,0,0,1), + (80957,476,0,0,0,-9248.51,-702.869,63.4745,3.59538,180,180,0,0,126,289,0,0), + (80958,476,0,0,0,-9252.35,-703.304,63.5593,6.05629,180,180,0,0,126,289,0,0), + (80959,40,0,0,0,-9245.29,-713.372,63.0387,1.91986,180,180,0,0,120,0,0,0), + (80960,40,0,0,0,-9256.03,-707.889,63.1122,0.942478,180,180,0,0,120,0,0,0), + (80961,40,0,0,0,-9220.8,-671.27,62.89,1.65247,180,180,5,0,120,0,0,1), + (80962,40,0,0,0,-9285.9,-679.103,64.3406,3.5812,180,180,5,0,120,0,0,1), + (80963,40,0,0,0,-9248.69,-655.311,64.3173,5.22255,180,180,5,0,120,0,0,1), + (80964,40,0,0,0,-9327.75,-647.848,69.3101,2.62899,180,180,5,0,120,0,0,1), + (80965,40,0,0,0,-9289.51,-615.627,66.1828,5.91573,180,180,5,0,120,0,0,1), + (80966,40,0,0,0,-9219.69,-617.962,61.277,3.19243,180,180,5,0,120,0,0,1), + (80967,476,0,0,0,-9229.65,-623.414,61.8933,1.29756,180,180,5,0,126,289,0,1), + (80968,40,0,0,0,-9185.28,-645.08,65.5001,2.60017,180,180,5,0,120,0,0,1), + (80969,476,0,0,0,-9247.6,-580.757,65.7305,1.95928,180,180,5,0,126,289,0,1), + (80970,40,0,0,0,-9268.04,-549.461,66.9,0.174785,180,180,5,0,120,0,0,1), + (80971,2442,0,0,0,-9272.86,-587.447,64.934,5.49666,180,180,5,0,1,0,0,1), + (80972,40,0,0,0,-9244.14,-586.069,65.7298,5.65726,180,180,5,0,120,0,0,1), + (80973,40,0,0,0,-9161.78,-571.596,58.1243,0.712466,180,180,5,0,120,0,0,1), + (80974,40,0,0,0,-9141.22,-599.18,57.8545,5.51055,180,180,5,0,120,0,0,1), + (80975,40,0,0,0,-9131.9,-596.161,57.4463,0,180,180,5,0,120,0,0,1), + (80976,40,0,0,0,-9172.25,-599.412,63.02,4.2237,180,180,5,0,120,0,0,1), + (80977,476,0,0,0,-9135.25,-590.705,57.6318,4.92183,180,180,0,0,126,289,0,2), + (80978,476,0,0,0,-9079.77,-586.95,62.2437,2.11185,180,180,0,0,126,289,0,2), + (80979,40,0,0,0,-9078.95,-582.27,62.2442,2.29443,180,180,0,0,120,0,0,0), + (80980,40,0,0,0,-9117.78,-585.782,57.5247,2.84701,180,180,0,0,120,0,0,0), + (80981,40,0,0,0,-9085.36,-576.067,61.9363,1.58841,180,180,5,0,120,0,0,1), + (80982,40,0,0,0,-9086.56,-556.355,60.6945,0.215381,180,180,0,0,120,0,0,0), + (80983,40,0,0,0,-9087.93,-589.59,58.3875,0.773561,180,180,5,0,120,0,0,1), + (80984,40,0,0,0,-9101.44,-598.58,56.9574,2.50615,180,180,5,0,120,0,0,1), + (80985,40,0,0,0,-9116.58,-568.454,59.0402,3.95177,180,180,0,0,120,0,0,0), + (80986,40,0,0,0,-9094.39,-586.519,57.9721,5.16445,180,180,5,0,120,0,0,1), + (80987,43,0,0,0,-9048.82,-616.729,53.0161,3.73272,180,180,0,0,156,0,0,0), + (80988,43,0,0,0,-9066.4,-548.124,58.3119,4.03298,180,180,0,0,156,0,0,0), + (80989,471,0,0,0,-9051.83,-621.321,53.5771,4.24115,3600,3600,0,0,198,0,0,0), + (80990,43,0,0,0,-9033.98,-585.441,56.337,0,180,180,0,0,156,0,0,0), + (80991,43,0,0,0,-9037.76,-607.992,53.4164,5.62913,180,180,0,0,156,0,0,0), + (80992,43,0,0,0,-9040.33,-554.065,55.5712,1.09758,180,180,0,0,156,0,0,0), + (80993,43,0,0,0,-9030.17,-613.531,56.4697,1.00271,180,180,0,0,156,0,0,0), + (80994,43,0,0,0,-9025.17,-602.782,56.1168,4.73095,180,180,0,0,156,0,0,0), + (80995,43,0,0,0,-9025.12,-565.593,54.976,0,180,180,0,0,156,0,0,0), + (80996,38,0,0,0,-9052.24,-458.063,72.6514,2.07694,180,180,0,0,71,0,0,0), + (80998,721,0,0,0,-9063.69,-455.139,72.4971,4.60924,180,180,10,0,1,0,0,1), + (80999,1922,0,0,0,-9354.5,-610.635,71.0105,2.50558,180,180,5,0,137,0,0,1), + (81000,40,0,0,0,-9321.64,-578.605,69.968,5.69867,180,180,5,0,120,0,0,1), + (81001,1922,0,0,0,-9321.47,-561.326,69.6776,2.98154,180,180,5,0,137,0,0,1), + (81002,1922,0,0,0,-9427.88,-578.534,67.3996,4.98397,180,180,0,0,137,0,0,0), + (81003,1922,0,0,0,-9410.76,-576.973,68.2066,1.19464,180,180,0,0,137,0,0,0), + (81004,1922,0,0,0,-9414.01,-567.364,67.5163,4.2237,180,180,0,0,137,0,0,0), + (81005,1922,0,0,0,-9406.43,-582.849,67.3996,5.70977,180,180,0,0,137,0,0,0), + (81006,1922,0,0,0,-9420.7,-566.195,67.6868,4.62512,180,180,0,0,137,0,0,0), + (81007,1922,0,0,0,-9363,-577.39,68.7027,4.37223,180,180,5,0,137,0,0,1), + (81008,1922,0,0,0,-9484.16,-554.031,65.1934,5.2996,180,180,0,0,137,0,0,0), + (81009,1922,0,0,0,-9427.82,-549.583,73.708,3.9941,180,180,5,0,137,0,0,1), + (81010,1922,0,0,0,-9453.58,-536.602,65.5304,5.25618,180,180,5,0,137,0,0,1), + (81011,1922,0,0,0,-9464.34,-539.105,65.7762,4.6756,180,180,5,0,137,0,0,1), + (81012,1922,0,0,0,-9462.55,-551.576,67.4054,3.94274,180,180,5,0,137,0,0,1), + (81013,1922,0,0,0,-9377.71,-493.036,69.3664,0.462262,180,180,5,0,137,0,0,1), + (81014,1922,0,0,0,-9419.58,-501.338,68.4843,2.47393,180,180,5,0,137,0,0,1), + (81015,1922,0,0,0,-9438.05,-514.727,67.7627,6.16174,180,180,5,0,137,0,0,1), + (81016,1922,0,0,0,-9563,-584.457,58.2147,0.796447,180,180,0,0,137,0,0,0), + (81017,1922,0,0,0,-9527.24,-542.705,62.2918,3.57468,180,180,0,0,137,0,0,0), + (81018,2442,0,0,0,-9545.58,-544.491,61.1677,1.50631,180,180,5,0,1,0,0,1), + (81019,735,0,0,0,-9511.55,-487.074,61.595,5.30582,180,180,0,0,120,0,0,0), + (81020,822,0,0,0,-9488.22,-516.115,63.5907,4.41479,180,180,5,0,195,0,0,1), + (81021,1922,0,0,0,-9546.68,-521.048,63.0931,4.74948,180,180,0,0,137,0,0,0), + (81022,1922,0,0,0,-9486.97,-525.281,63.8618,4.5196,180,180,5,0,137,0,0,1), + (81023,735,0,0,0,-9449.82,-488.69,62.6602,4.30263,180,180,5,0,120,0,0,1), + (81024,1922,0,0,0,-9590.8,-562.219,57.57,4.01109,180,180,0,0,137,0,0,0), + (81026,285,0,0,0,-9496.23,-442,57.0387,2.80133,180,180,5,0,120,0,0,1), + (81030,285,0,0,0,-9483.94,-421.038,59.5899,4.84347,180,180,0,0,120,0,0,0), + (81031,525,0,0,0,-9555.39,-452.731,62.1993,4.42545,180,180,10,0,102,0,0,1), + (81032,883,0,0,0,-9577.19,-437.85,60.9212,3.88138,180,180,5,0,1,0,0,1), + (81033,735,0,0,0,-9498.99,-467.962,58.9887,5.62523,180,180,5,0,120,0,0,1), + (81034,285,0,0,0,-9465.14,-432.218,56.7279,5.98711,180,180,5,0,120,0,0,1), + (81035,285,0,0,0,-9505.26,-403.165,56.5587,0.591016,180,180,5,0,120,0,0,1), + (81036,735,0,0,0,-9545.65,-381.259,61.4751,3.19474,180,180,5,0,120,0,0,1), + (81037,525,0,0,0,-9559.39,-382.375,63.1188,3.81577,180,180,10,0,102,0,0,1), + (81038,285,0,0,0,-9471,-384.036,58.2299,2.87979,180,180,0,0,120,0,0,0), + (81039,285,0,0,0,-9484.07,-395.844,58.4774,0,180,180,0,0,120,0,0,0), + (81040,285,0,0,0,-9485.84,-388.377,57.046,2.14675,180,180,0,0,120,0,0,0), + (81041,285,0,0,0,-9484.46,-370.071,55.7391,1.74583,180,180,0,0,120,0,0,0), + (81042,525,0,0,0,-9587.04,-347.399,61.7206,0.364979,180,180,10,0,102,0,0,1), + (81043,285,0,0,0,-9473.25,-384.355,57.1971,0.98265,180,180,5,0,120,0,0,1), + (81044,735,0,0,0,-9413.71,-452.006,60.3769,2.96314,180,180,5,0,120,0,0,1), + (81045,285,0,0,0,-9477.31,-371.876,56.3524,3.09892,180,180,5,0,120,0,0,1), + (81046,285,0,0,0,-9470.46,-379.389,59.0321,4.24115,180,180,0,0,120,0,0,0), + (81047,285,0,0,0,-9473.54,-361.002,60.2721,6.10036,180,180,5,0,120,0,0,1), + (81048,285,0,0,0,-9487.4,-358.883,57.6885,2.96706,180,180,0,0,120,0,0,0), + (81049,285,0,0,0,-9485.4,-354.08,59.9508,3.56047,180,180,0,0,120,0,0,0), + (81050,285,0,0,0,-9485.98,-350.2,59.7253,1.39626,180,180,0,0,120,0,0,0), + (81051,285,0,0,0,-9474.9,-353.104,60.6382,0.202683,180,180,5,0,120,0,0,1), + (81052,285,0,0,0,-9451.13,-367.227,55.7305,2.34409,180,180,5,0,120,0,0,1), + (81053,735,0,0,0,-9381.37,-447.646,63.3056,2.91583,180,180,5,0,120,0,0,1), + (81054,525,0,0,0,-9362.31,-425.369,64.1048,5.87368,180,180,10,0,102,0,0,1), + (81055,525,0,0,0,-9336.76,-436.052,67.6681,0.236456,180,180,10,0,102,0,0,1), + (81056,525,0,0,0,-9341.48,-490.621,69.2226,5.61361,180,180,10,0,102,0,0,1), + (81057,735,0,0,0,-9403.51,-390.75,60.6673,0.677486,180,180,5,0,120,0,0,1), + (81058,40,0,0,0,-9324.34,-478.439,71.7502,5.24075,180,180,5,0,120,0,0,1), + (81059,525,0,0,0,-9304.71,-423.768,69.4074,3.451,180,180,10,0,102,0,0,1), + (81060,525,0,0,0,-9323.21,-447.944,68.0573,2.38608,180,180,10,0,102,0,0,1), + (81061,525,0,0,0,-9362.87,-381.743,63.8044,4.55324,180,180,10,0,102,0,0,1), + (81062,116,0,0,0,-9326.92,-382.97,66.8942,1.93636,180,180,5,0,156,0,0,1), + (81063,525,0,0,0,-9313.87,-374.865,68.26,6.09652,180,180,10,0,102,0,0,1), + (81065,285,0,0,0,-9475.54,-337.636,58.5555,2.18166,180,180,0,0,120,0,0,0), + (81066,735,0,0,0,-9395.85,-344.613,58.5996,5.76622,180,180,5,0,120,0,0,1), + (81067,735,0,0,0,-9410.08,-313.216,60.8708,1.47159,180,180,5,0,120,0,0,1), + (81068,285,0,0,0,-9449.18,-294.843,56.8474,2.59314,180,180,5,0,120,0,0,1), + (81069,735,0,0,0,-9448.45,-297.242,56.6352,2.59307,180,180,5,0,120,0,0,1), + (81070,735,0,0,0,-9391.53,-345.167,59.0443,5.62124,180,180,5,0,120,0,0,1), + (81071,735,0,0,0,-9511.85,-302.882,55.0908,5.39536,180,180,5,0,120,0,0,1), + (81072,525,0,0,0,-9415.42,-271.11,65.8178,2.76785,180,180,10,0,102,0,0,1), + (81073,735,0,0,0,-9431.38,-268.329,61.7787,0.864894,180,180,5,0,120,0,0,1), + (81074,735,0,0,0,-9446.52,-253.93,62.261,0.805059,180,180,5,0,120,0,0,1), + (81075,285,0,0,0,-9530.46,-269.478,59.5826,4.93312,180,180,0,0,120,0,0,0), + (81076,735,0,0,0,-9528.95,-268.761,59.1591,4.95118,180,180,0,0,120,0,0,0), + (81077,285,0,0,0,-9492.42,-240.271,56.297,3.08221,180,180,0,0,120,0,0,0), + (81078,285,0,0,0,-9493.42,-224.326,58.5665,2.74017,180,180,0,0,120,0,0,0), + (81079,525,0,0,0,-9572.4,-230.681,60.6784,2.19925,180,180,10,0,102,0,0,1), + (81080,721,0,0,0,-9603.87,-249.368,57.6059,1.65476,180,180,10,0,1,0,0,1), + (81081,285,0,0,0,-9505,-209.918,52.3005,2.38488,180,180,0,0,120,0,0,0), + (81082,285,0,0,0,-9471.86,-213.085,55.9415,1.75852,180,180,0,0,120,0,0,0), + (81083,285,0,0,0,-9486.42,-206.092,57.6915,2.83248,180,180,0,0,120,0,0,0), + (81084,525,0,0,0,-9544.9,-189.886,61.6624,0.94658,180,180,10,0,102,0,0,1), + (81085,12423,0,0,0,-9514.61,-135.652,60.4096,5.39307,180,180,0,0,228,0,0,0), + (81086,525,0,0,0,-9586.77,-282.395,62.0079,0,180,180,10,0,102,0,0,1), + (81087,525,0,0,0,-9513.96,-115.443,60.4964,5.92116,180,180,10,0,102,0,0,1), + (81090,883,0,0,0,-9490.58,-33.6001,59.2255,5.56693,180,180,5,0,1,0,0,1), + (81091,890,0,0,0,-9492.48,-32.667,58.9891,5.62429,180,180,0,0,16,0,0,0), + (81092,383,0,0,0,-9378.89,-111.923,59.006,3.15905,180,180,0,0,228,0,0,0), + (81093,1632,0,0,0,-9375.68,-74.4761,64.5206,3.45575,190,190,0,0,1042,0,0,0), + (81094,1651,0,0,0,-9382.08,-117.005,58.9841,4.43314,180,180,0,0,334,0,0,0), + (81095,525,0,0,0,-9350.46,-186.499,65.0208,4.24482,180,180,10,0,102,0,0,1), + (81096,525,0,0,0,-9367.93,-214.926,65.1561,5.77753,180,180,10,0,102,0,0,1), + (81097,525,0,0,0,-9367.17,-212.041,64.8336,2.5182,180,180,10,0,102,0,0,1), + (81098,525,0,0,0,-9289.09,-182.752,68.5669,0.096395,180,180,10,0,102,0,0,1), + (81099,2442,0,0,0,-9296,-104.049,68.5179,0.02945,180,180,5,0,1,0,0,1), + (81100,735,0,0,0,-9382.02,-215.757,63.1149,1.3616,180,180,0,0,120,0,0,0), + (81101,525,0,0,0,-9390.15,-282.168,62.8373,4.84043,180,180,10,0,102,0,0,1), + (81102,525,0,0,0,-9375.08,-281.941,65.1798,5.55154,180,180,10,0,102,0,0,1), + (81103,525,0,0,0,-9396.85,-272.529,61.7762,5.46288,180,180,10,0,102,0,0,1), + (81105,474,0,0,0,-9306.21,-294.363,70.51,1.13446,180,180,0,0,160,350,0,0), + (81106,116,0,0,0,-9306.67,-287.224,70.5972,5.16617,180,180,5,0,156,0,0,1), + (81107,61,0,0,0,-9303.19,-292.231,70.63,3.22,3600,3600,0,0,222,0,0,2), + (81108,116,0,0,0,-9309.05,-272.284,70.9471,4.02234,180,180,5,0,156,0,0,1), + (81109,116,0,0,0,-9314.27,-276.775,70.19,0.450548,180,180,5,0,156,0,0,1), + (81110,525,0,0,0,-9337.26,-330.813,67.7179,4.41076,180,180,10,0,102,0,0,1), + (81111,478,0,0,0,-9207.39,-846.818,68.2408,3.85824,180,180,5,0,176,0,0,1), + (81112,478,0,0,0,-9117.19,-830.729,70.2657,2.40939,180,180,5,0,176,0,0,1), + (81113,478,0,0,0,-9070.95,-831.316,69.6163,4.87625,180,180,5,0,176,0,0,1), + (81114,97,0,0,0,-9014.86,-845.351,70.3914,1.04126,180,180,5,0,156,0,0,1), + (81115,97,0,0,0,-9014.58,-818.75,69.7591,2.45992,180,180,5,0,156,0,0,1), + (81116,478,0,0,0,-8996.38,-817.691,69.5901,1.35894,180,180,5,0,176,0,0,1), + (81117,97,0,0,0,-8989.19,-837.573,69.6341,0.837758,180,180,5,0,156,0,0,1), + (81118,97,0,0,0,-8978.88,-838.899,69.9902,1.91986,180,180,5,0,156,0,0,1), + (81119,478,0,0,0,-8984.14,-828.167,70.2784,5.60251,180,180,5,0,176,0,0,1), + (81120,478,0,0,0,-8979.83,-818.941,70.4679,4.4855,180,180,5,0,176,0,0,1), + (81121,478,0,0,0,-8985.59,-854.958,69.1153,0.047932,180,180,5,0,176,0,0,1), + (81122,472,0,0,0,-8978.21,-829.324,70.1883,3.29867,3600,3600,0,0,247,0,0,0), + (81123,118,0,0,0,-8985.36,-777.824,72.2418,5.45966,180,180,0,0,176,0,0,0), + (81124,478,0,0,0,-8939.99,-853.295,68.6805,4.01473,180,180,5,0,176,0,0,1), + (81125,478,0,0,0,-8918.61,-814.389,68.927,0.370001,180,180,5,0,176,0,0,1), + (81126,478,0,0,0,-8953.07,-780.752,69.0888,1.12163,180,180,5,0,176,0,0,1), + (81127,2442,0,0,0,-8957.83,-794.486,69.7611,1.32059,180,180,5,0,1,0,0,1), + (81128,478,0,0,0,-8874.23,-862.047,74.7382,1.85187,180,180,5,0,176,0,0,1), + (81129,478,0,0,0,-8869.74,-819.372,71.8887,0.88304,180,180,5,0,176,0,0,1), + (81130,478,0,0,0,-8836.41,-831.326,73.7589,6.20071,180,180,5,0,176,0,0,1), + (81131,97,0,0,0,-8851.85,-827.879,72.9202,1.93731,180,180,5,0,156,0,0,1), + (81132,478,0,0,0,-8847.86,-811.561,70.7121,4.20624,180,180,5,0,176,0,0,1), + (81133,478,0,0,0,-8859.67,-824.284,71.8228,5.84685,180,180,5,0,176,0,0,1), + (81134,97,0,0,0,-8854.58,-853.312,74.2394,6.11634,180,180,5,0,156,0,0,1), + (81135,118,0,0,0,-8942.46,-706.991,82.8542,1.80725,180,180,0,0,176,0,0,0), + (81136,97,0,0,0,-8849.2,-753.343,70.3534,2.08604,180,180,5,0,156,0,0,1), + (81137,478,0,0,0,-8888.63,-756.145,69.4341,3.1422,180,180,5,0,176,0,0,1), + (81138,478,0,0,0,-8914.71,-745.936,70.2894,4.47358,180,180,5,0,176,0,0,1), + (81139,97,0,0,0,-8852.59,-777.225,70.4306,6.17223,180,180,5,0,156,0,0,1), + (81140,478,0,0,0,-8879.58,-786.566,70.0006,2.84998,180,180,5,0,176,0,0,1), + (81141,97,0,0,0,-8895.92,-769.232,69.5663,5.63741,180,180,5,0,156,0,0,1), + (81142,97,0,0,0,-8879.83,-766.896,68.7156,4.17134,180,180,5,0,156,0,0,1), + (81143,478,0,0,0,-8873.52,-776.396,69.3139,3.1765,180,180,5,0,176,0,0,1), + (81144,478,0,0,0,-8887.32,-778.651,69.7129,0.855211,180,180,5,0,176,0,0,1), + (81145,478,0,0,0,-8895.99,-778.248,69.3756,0.380141,180,180,5,0,176,0,0,1), + (81146,97,0,0,0,-8846.81,-922.26,75.6918,3.07364,180,180,5,0,156,0,0,1), + (81147,2442,0,0,0,-8873.44,-911.612,76.3751,1.46558,180,180,5,0,1,0,0,1), + (81148,478,0,0,0,-8838.21,-854.256,74.6843,2.74352,180,180,5,0,176,0,0,1), + (81149,478,0,0,0,-8848.67,-882.444,74.6828,4.37717,180,180,5,0,176,0,0,1), + (81150,118,0,0,0,-8885.08,-890.691,74.929,0.056939,180,180,0,0,176,0,0,0), + (81151,97,0,0,0,-8841.8,-867.743,75.9984,5.70723,180,180,5,0,156,0,0,1), + (81152,478,0,0,0,-8834.45,-880.661,74.4284,2.02458,180,180,5,0,176,0,0,1), + (81153,478,0,0,0,-8827.74,-867.454,74.5929,3.22886,180,180,5,0,176,0,0,1), + (81154,97,0,0,0,-8824.66,-848.258,74.3457,1.75243,180,180,5,0,156,0,0,1), + (81155,118,0,0,0,-8908.56,-912.445,73.5995,1.93643,180,180,0,0,176,0,0,0), + (81156,118,0,0,0,-8847.9,-918.84,75.8897,0.086536,180,180,0,0,176,0,0,0), + (81157,118,0,0,0,-8806.5,-943.751,73.6821,0.475011,180,180,5,0,176,0,0,1), + (81158,118,0,0,0,-8889.98,-968.151,73.2223,4.39878,180,180,5,0,176,0,0,1), + (81159,474,0,0,0,-9012.59,-983.277,69.3455,5.93294,180,180,0,0,160,350,0,0), + (81160,474,0,0,0,-9090.89,-951.887,68.852,1.86837,180,180,0,0,160,350,0,0), + (81161,474,0,0,0,-9026.78,-1048.42,68.7902,4.4112,180,180,0,0,160,350,0,0), + (81162,474,0,0,0,-9091.25,-1011.04,73.0624,2.38878,180,180,0,0,160,350,0,0), + (81163,6172,0,0,0,-9129.59,-984.313,76.1811,2.05949,180,180,0,0,413,191,1,0), + (81164,474,0,0,0,-9143.81,-954.4,70.6154,0.325079,180,180,0,0,160,350,0,0), + (81165,474,0,0,0,-9080.71,-1048.87,72.4672,4.47537,180,180,0,0,160,350,0,0), + (81166,474,0,0,0,-9123.83,-1020.25,72.1897,2.8955,180,180,0,0,160,350,0,0), + (81167,474,0,0,0,-9154.25,-1011.36,70.6092,1.34232,180,180,0,0,160,350,0,0), + (81168,474,0,0,0,-9118.63,-1038.46,71.808,2.52619,180,180,0,0,160,350,0,0), + (81169,474,0,0,0,-9138.07,-1035.47,71.433,5.47858,180,180,0,0,160,350,0,0), + (81170,474,0,0,0,-9245.24,-980.931,68.6672,0.464243,180,180,0,0,160,350,0,0), + (81171,474,0,0,0,-9213.36,-974.892,71.5342,1.83999,180,180,0,0,160,350,0,0), + (81172,474,0,0,0,-9193.12,-1002.59,70.4148,1.31267,180,180,0,0,160,350,0,0), + (81173,474,0,0,0,-9188.32,-1050.96,71.414,4.40869,180,180,0,0,160,350,0,0), + (81174,474,0,0,0,-9152.29,-1052.52,71.308,4.3452,180,180,0,0,160,350,0,0), + (81175,474,0,0,0,-9145.17,-1063.72,71.433,2.89713,180,180,0,0,160,350,0,0), + (81176,474,0,0,0,-9227.32,-1031.4,69.6308,3.28044,180,180,0,0,160,350,0,0), + (81177,822,0,0,0,-9485.23,-1053.89,52.4656,5.04652,180,180,5,0,195,0,0,1), + (81178,2442,0,0,0,-9587.28,-1141.08,45.0712,4.95689,180,180,5,0,1,0,0,1), + (81179,1933,0,0,0,-9575.07,-1175.1,47.0691,5.00277,180,180,5,0,14,0,0,1), + (81180,118,0,0,0,-9663.31,-1152.73,40.297,0.270359,180,180,5,0,176,0,0,1), + (81181,844,0,0,0,-9628.33,-1176.14,39.9827,0.992539,310,310,0,0,2016,0,0,2), + (81182,118,0,0,0,-9742.49,-1108.49,38.1107,3.05352,180,180,0,0,176,0,0,0), + (81183,118,0,0,0,-9698.05,-1107.83,40.8897,0.039039,180,180,0,0,176,0,0,0), + (81184,118,0,0,0,-9709.73,-1146.01,39.7267,3.26305,180,180,0,0,176,0,0,0), + (81185,822,0,0,0,-9714.67,-1144.14,39.9097,5.20734,180,180,5,0,195,0,0,1), + (81186,732,0,0,0,-9784.02,-1120.66,35.9243,4.80892,180,180,5,0,176,0,0,1), + (81187,118,0,0,0,-9747.08,-1163.59,38.2913,3.49947,180,180,5,0,176,0,0,1), + (81188,732,0,0,0,-9876.3,-1097.24,27.5205,0.855211,180,180,0,0,176,0,0,0), + (81189,46,0,0,0,-9855.29,-1127.58,29.5544,0.471239,180,180,0,0,176,0,0,0), + (81190,732,0,0,0,-9852.86,-1133.84,27.7583,0.139626,180,180,0,0,176,0,0,0), + (81191,732,0,0,0,-9836.91,-1118.42,26.6061,0.261799,180,180,0,0,176,0,0,0), + (81192,732,0,0,0,-9813.26,-1156.08,33.575,4.80817,180,180,5,0,176,0,0,1), + (81193,1933,0,0,0,-9837.23,-1170.45,32.3391,3.95395,180,180,5,0,14,0,0,1), + (81194,822,0,0,0,-9771.95,-1174.35,37.7895,5.67134,180,180,5,0,195,0,0,1), + (81195,524,0,0,0,-9835.63,-1048.32,34.6165,5.98123,180,180,0,0,137,0,0,0), + (81196,118,0,0,0,-9866.49,-1247.83,31.4246,0.779873,180,180,5,0,176,0,0,1), + (81197,118,0,0,0,-9817.23,-1250.83,36.2617,3.6385,180,180,5,0,176,0,0,1), + (81198,732,0,0,0,-9883.68,-1188.61,28.5517,2.8649,180,180,5,0,176,0,0,1), + (81199,732,0,0,0,-9926.5,-1141.09,23.173,6.08998,180,180,5,0,176,0,0,1), + (81200,732,0,0,0,-9888.62,-1138,26.7575,1.42128,180,180,5,0,176,0,0,1), + (81201,46,0,0,0,-9928.74,-1129.88,23.6526,2.75762,180,180,0,0,176,0,0,0), + (81202,46,0,0,0,-9920.11,-1123.17,24.7945,0.640891,180,180,5,0,176,0,0,1), + (81203,46,0,0,0,-9911.07,-1145.65,23.7459,4.59022,180,180,0,0,176,0,0,0), + (81204,732,0,0,0,-9907.11,-1144.85,24.0525,5.0091,180,180,0,0,176,0,0,0), + (81205,46,0,0,0,-9928.98,-1156.71,22.2152,3.42085,180,180,0,0,176,0,0,0), + (81206,732,0,0,0,-9928.25,-1163.1,21.2383,5.2709,180,180,0,0,176,0,0,0), + (81207,46,0,0,0,-9904.07,-1107.86,27.1617,4.83965,180,180,5,0,176,0,0,1), + (81208,732,0,0,0,-9892.94,-1112.79,28.7231,3.19841,180,180,5,0,176,0,0,1), + (81209,732,0,0,0,-9839.48,-1191.06,34.0365,5.19787,180,180,5,0,176,0,0,1), + (81210,732,0,0,0,-9913.96,-1223.62,24.942,4.7692,180,180,5,0,176,0,0,1), + (81211,732,0,0,0,-9918.14,-1240.02,25.0181,5.31991,180,180,5,0,176,0,0,1), + (81212,732,0,0,0,-9940.03,-1134.11,21.2883,3.56047,180,180,0,0,176,0,0,0), + (81213,46,0,0,0,-9933.19,-1164.35,20.9409,4.45059,180,180,0,0,176,0,0,0), + (81214,732,0,0,0,-9950.56,-1278.84,26.5787,0.129198,180,180,5,0,176,0,0,1), + (81215,883,0,0,0,-9889.3,-1277.78,33.571,4.58303,180,180,5,0,1,0,0,1), + (81216,118,0,0,0,-9879.71,-1312.79,36.2718,0.686708,180,180,5,0,176,0,0,1), + (81217,118,0,0,0,-9823.18,-1266.35,35.3476,3.78431,180,180,5,0,176,0,0,1), + (81218,118,0,0,0,-9808.33,-1258.78,35.7617,4.61773,180,180,5,0,176,0,0,1), + (81219,118,0,0,0,-9818.11,-1269.33,35.6951,5.96757,180,180,5,0,176,0,0,1), + (81220,118,0,0,0,-9796.5,-1260.63,35.2682,3.07178,180,180,0,0,176,0,0,0), + (81221,118,0,0,0,-9849.88,-1286.07,35.8665,4.96037,180,180,5,0,176,0,0,1), + (81222,732,0,0,0,-9958.81,-1342.6,25.6964,3.94633,180,180,5,0,176,0,0,1), + (81223,118,0,0,0,-9886.52,-1367.22,33.7042,0.86831,180,180,5,0,176,0,0,1), + (81224,118,0,0,0,-9918.8,-1345.62,30.7832,2.43468,180,180,5,0,176,0,0,1), + (81225,822,0,0,0,-9900.56,-1364.33,33.3178,2.47112,180,180,5,0,195,0,0,1), + (81226,822,0,0,0,-9866.83,-1233.14,31.904,0,180,180,5,0,195,0,0,1), + (81227,732,0,0,0,-9944.75,-1407.46,25.5433,4.84663,180,180,5,0,176,0,0,1), + (81228,118,0,0,0,-9858.83,-1415.5,37.6797,1.61578,180,180,5,0,176,0,0,1), + (81229,1423,0,0,0,-9767.03,-1368.88,59.0108,0.890118,190,190,0,0,1106,0,0,0), + (81230,118,0,0,0,-9764.02,-1261.39,45.7955,0.319911,180,180,0,0,176,0,0,0), + (81231,118,0,0,0,-9749.64,-1251.38,46.8563,2.09542,180,180,0,0,176,0,0,0), + (81232,118,0,0,0,-9742.63,-1292.56,47.5727,4.08374,180,180,5,0,176,0,0,1), + (81233,1423,0,0,0,-9755.07,-1377.19,59.2102,1.0472,190,190,0,0,1106,0,0,0), + (81234,118,0,0,0,-9726.09,-1304.14,49.2229,1.49058,180,180,5,0,176,0,0,1), + (81235,822,0,0,0,-9727.53,-1280.62,51.9969,2.89709,180,180,5,0,195,0,0,1), + (81236,2442,0,0,0,-9725.36,-1241.31,50.6461,4.66697,180,180,5,0,1,0,0,1), + (81237,118,0,0,0,-9702.8,-1207.45,52.0275,3.05359,180,180,5,0,176,0,0,1), + (81238,278,0,0,0,-9531.76,-1222.42,47.8379,5.35816,180,180,0,0,166,0,0,0), + (81239,1103,0,0,0,-9537.24,-1214.05,48.2341,4.90438,190,190,0,0,1042,0,0,0), + (81240,620,0,0,0,-9507.4,-1209.39,47.8715,3.73257,300,300,10,0,1,0,0,1), + (81241,620,0,0,0,-9504.65,-1217.94,47.3471,1.73711,300,300,10,0,1,0,0,1), + (81242,620,0,0,0,-9475.52,-1161.98,50.9518,4.90971,300,300,0,0,1,0,0,0), + (81243,620,0,0,0,-9472.75,-1179.3,49.3829,3.86421,300,300,10,0,1,0,0,1), + (81244,620,0,0,0,-9480.22,-1159.73,50.8268,0.586483,300,300,10,0,1,0,0,1), + (81245,620,0,0,0,-9471.61,-1157.88,51.5768,5.19697,300,300,0,0,1,0,0,0), + (81246,620,0,0,0,-9478.55,-1166.22,50.4518,4.10283,300,300,0,0,1,0,0,0), + (81247,13159,0,0,0,-9491.77,-1193.42,49.5782,2.0547,180,180,0,0,247,0,0,0), + (81249,11328,0,0,0,-9512.16,-1284.19,44.3192,2.99859,180,180,5,0,228,0,0,1), + (81250,11328,0,0,0,-9508.8,-1280.82,43.8932,6.00732,180,180,5,0,228,0,0,1), + (81251,10616,0,0,0,-9469.79,-1289.22,41.1855,3.24631,180,180,0,0,644,0,0,0), + (81252,11328,0,0,0,-9535.3,-1304.7,44.702,5.26945,180,180,5,0,228,0,0,1), + (81253,883,0,0,0,-9427.67,-1269.96,48.413,1.05819,180,180,5,0,1,0,0,1), + (81254,883,0,0,0,-9437.19,-1254.12,48.4532,2.48021,180,180,5,0,1,0,0,1), + (81255,890,0,0,0,-9435.76,-1255.18,48.5311,2.51561,180,180,10,0,16,0,0,1), + (81256,620,0,0,0,-9456.54,-1160.68,52.9803,4.11778,300,300,0,0,1,0,0,0), + (81257,1975,0,0,0,-9400.75,-1336.92,50.0274,0.131568,180,180,5,0,334,0,0,1), + (81258,118,0,0,0,-9370.32,-1212.86,63.9757,2.67625,180,180,0,0,176,0,0,0), + (81259,1975,0,0,0,-9403.85,-1331.02,50.0274,4.35244,180,180,5,0,334,0,0,1), + (81260,118,0,0,0,-9391.29,-1185.1,62.3641,5.77619,180,180,0,0,176,0,0,0), + (81261,118,0,0,0,-9345.07,-1308.41,61.754,4.30283,180,180,0,0,176,0,0,0), + (81262,118,0,0,0,-9345.57,-1241.07,66.1845,2.2482,180,180,0,0,176,0,0,0), + (81263,2442,0,0,0,-9297.62,-1240.56,69.0536,2.19739,180,180,5,0,1,0,0,1), + (81264,822,0,0,0,-9310.18,-1316.86,68.0764,1.02905,180,180,5,0,195,0,0,1), + (81265,118,0,0,0,-9367.15,-1161.51,65.4592,5.13495,180,180,0,0,176,0,0,0), + (81266,2442,0,0,0,-9358.52,-1160.69,65.1582,2.88179,180,180,5,0,1,0,0,1), + (81267,118,0,0,0,-9347.92,-1192.06,66.678,3.41267,180,180,0,0,176,0,0,0), + (81268,822,0,0,0,-9367.13,-1169.46,65.1099,1.1223,180,180,5,0,195,0,0,1), + (81269,732,0,0,0,-9332.93,-1189.9,68.0493,3.4948,180,180,5,0,176,0,0,1), + (81270,46,0,0,0,-9263.43,-1218.48,71.935,2.80998,180,180,0,0,176,0,0,0), + (81271,46,0,0,0,-9255.84,-1215.61,72.5196,0.663225,180,180,0,0,176,0,0,0), + (81272,732,0,0,0,-9244.18,-1211.99,72.5092,0.890118,180,180,0,0,176,0,0,0), + (81273,46,0,0,0,-9217.6,-1229.03,72.6829,1.85005,180,180,0,0,176,0,0,0), + (81274,732,0,0,0,-9219.07,-1220.05,70.9714,4.83965,180,180,5,0,176,0,0,1), + (81275,732,0,0,0,-9254.7,-1232.84,73.6074,1.3357,180,180,5,0,176,0,0,1), + (81276,46,0,0,0,-9244.01,-1221.57,73.3574,5.68404,180,180,5,0,176,0,0,1), + (81277,46,0,0,0,-9229.57,-1199.44,67.7157,1.13446,180,180,0,0,176,0,0,0), + (81278,46,0,0,0,-9250.76,-1186.95,68.3633,1.07394,180,180,5,0,176,0,0,1), + (81279,46,0,0,0,-9239.36,-1187.58,69.2406,0.785398,180,180,0,0,176,0,0,0), + (81280,732,0,0,0,-9283,-1165.4,69.5297,1.5708,180,180,0,0,176,0,0,0), + (81281,732,0,0,0,-9278.78,-1180.12,70.8333,0.477805,180,180,5,0,176,0,0,1), + (81282,732,0,0,0,-9274.1,-1174.41,70.2011,0.009661,180,180,5,0,176,0,0,1), + (81283,46,0,0,0,-9212.75,-1203.99,66.0998,2.82743,180,180,5,0,176,0,0,1), + (81284,732,0,0,0,-9212.07,-1229.33,72.9972,1.46608,180,180,0,0,176,0,0,0), + (81285,46,0,0,0,-9191.33,-1218.33,69.6672,1.5708,180,180,5,0,176,0,0,1), + (81286,46,0,0,0,-9194.58,-1214.87,68.4347,1.0821,180,180,0,0,176,0,0,0), + (81287,732,0,0,0,-9173.47,-1255.92,75.3774,5.46812,180,180,5,0,176,0,0,1), + (81288,732,0,0,0,-9242.25,-1160.93,63.4762,1.69297,180,180,0,0,176,0,0,0), + (81289,732,0,0,0,-9231.14,-1188.27,65.2443,3.47321,180,180,0,0,176,0,0,0), + (81290,732,0,0,0,-9255.98,-1161.28,65.3492,1.58825,180,180,0,0,176,0,0,0), + (81291,732,0,0,0,-9303.92,-1121.99,69.0745,2.38673,180,180,0,0,176,0,0,0), + (81292,46,0,0,0,-9113.98,-1222.37,66.5227,0.149231,180,180,5,0,176,0,0,1), + (81293,1933,0,0,0,-9151.74,-1260.64,77.1783,0.596842,180,180,5,0,14,0,0,1), + (81294,474,0,0,0,-9135.67,-1143.14,70.741,1.51076,180,180,0,0,160,350,0,0), + (81295,46,0,0,0,-9049.59,-1220.96,69.3406,1.65806,180,180,0,0,176,0,0,0), + (81296,46,0,0,0,-9055.24,-1222.39,69.4903,2.26893,180,180,0,0,176,0,0,0), + (81297,46,0,0,0,-9036.39,-1212.15,65.7656,2.14675,180,180,0,0,176,0,0,0), + (81298,46,0,0,0,-9043.74,-1219.15,68.4732,4.7338,180,180,5,0,176,0,0,1), + (81299,474,0,0,0,-9175.03,-1122.98,71.3228,2.17653,180,180,0,0,160,350,0,0), + (81300,46,0,0,0,-8986.67,-1251.84,76.292,5.71529,180,180,5,0,176,0,0,1), + (81301,46,0,0,0,-8986.08,-1213.23,72.5967,5.37309,180,180,5,0,176,0,0,1), + (81302,46,0,0,0,-9004.07,-1210.58,71.5857,5.735,180,180,5,0,176,0,0,1), + (81303,46,0,0,0,-8989.47,-1223.1,73.4447,2.6529,180,180,0,0,176,0,0,0), + (81304,46,0,0,0,-8986.83,-1218.47,72.988,2.56563,180,180,0,0,176,0,0,0), + (81305,46,0,0,0,-9031.68,-1225.32,70.3526,3.37615,180,180,5,0,176,0,0,1), + (81306,46,0,0,0,-9011.36,-1224.29,73.3099,3.14159,180,180,0,0,176,0,0,0), + (81307,732,0,0,0,-9009.98,-1218.83,72.491,2.96706,180,180,0,0,176,0,0,0), + (81308,46,0,0,0,-9010.67,-1239.99,74.3252,4.73973,180,180,5,0,176,0,0,1), + (81309,46,0,0,0,-8970.37,-1200.56,71.982,2.63545,180,180,0,0,176,0,0,0), + (81310,732,0,0,0,-9002.02,-1195.34,68.4495,1.93731,180,180,0,0,176,0,0,0), + (81311,474,0,0,0,-9065.2,-1131.12,70.5225,3.19828,180,180,0,0,160,350,0,0), + (81312,732,0,0,0,-8969.85,-1196.36,71.5524,2.1293,180,180,0,0,176,0,0,0), + (81313,46,0,0,0,-8983.62,-1170.05,65.0869,2.68781,180,180,0,0,176,0,0,0), + (81314,732,0,0,0,-8988.99,-1174.49,65.3495,1.62316,180,180,0,0,176,0,0,0), + (81315,46,0,0,0,-8979.13,-1192.8,71.1776,0.117569,180,180,5,0,176,0,0,1), + (81316,46,0,0,0,-8978.21,-1179.85,68.4297,0.978392,180,180,5,0,176,0,0,1), + (81317,732,0,0,0,-8982.79,-1197.27,71.6175,4.25486,180,180,5,0,176,0,0,1), + (81318,46,0,0,0,-8946.85,-1222.71,74.1843,2.39789,180,180,5,0,176,0,0,1), + (81319,46,0,0,0,-8938.87,-1191.69,72.9322,6.03309,180,180,5,0,176,0,0,1), + (81320,474,0,0,0,-9037.58,-1103.8,70.9863,0.908968,180,180,0,0,160,350,0,0), + (81321,46,0,0,0,-8966.23,-1168.53,68.5689,3.61283,180,180,0,0,176,0,0,0), + (81322,46,0,0,0,-8964.49,-1162.66,67.8175,2.56563,180,180,5,0,176,0,0,1), + (81323,732,0,0,0,-8960.29,-1159.65,68.0321,2.05949,180,180,5,0,176,0,0,1), + (81324,46,0,0,0,-8960.26,-1147.74,65.6319,3.22258,180,180,5,0,176,0,0,1), + (81325,46,0,0,0,-8913.71,-1191.35,74.5667,5.07544,180,180,5,0,176,0,0,1), + (81326,118,0,0,0,-8900.49,-1203.78,75.522,2.46677,180,180,5,0,176,0,0,1), + (81327,118,0,0,0,-8885.71,-1153.22,75.7348,0.061243,180,180,5,0,176,0,0,1), + (81328,118,0,0,0,-8874.94,-1075.41,74.5064,1.37189,180,180,0,0,176,0,0,0), + (81329,118,0,0,0,-8878.34,-1122.72,75.9496,3.31027,180,180,5,0,176,0,0,1), + (81330,478,0,0,0,-8869.96,-1130.14,76.7842,2.35896,180,180,5,0,176,0,0,1), + (81331,883,0,0,0,-8853.55,-1130.57,76.1068,6.1582,180,180,5,0,1,0,0,1), + (81332,118,0,0,0,-8858.06,-1073.32,75.7669,4.52797,180,180,0,0,176,0,0,0), + (81333,118,0,0,0,-8876.15,-1021.54,74.2623,0.93508,180,180,0,0,176,0,0,0), + (81334,118,0,0,0,-8865.25,-1019.44,74.967,4.88449,180,180,0,0,176,0,0,0), + (81335,118,0,0,0,-8803.55,-1081.96,76.8271,5.23372,180,180,0,0,176,0,0,0), + (81336,118,0,0,0,-8821.57,-1019.76,75.9927,5.12453,180,180,0,0,176,0,0,0), + (81337,118,0,0,0,-8809.61,-1035.06,75.5801,4.63217,180,180,0,0,176,0,0,0), + (81338,478,0,0,0,-8826.02,-995.49,74.4831,3.4065,180,180,5,0,176,0,0,1), + (81339,46,0,0,0,-9283.11,-1220.16,69.9581,4.98484,180,180,0,0,176,0,0,0), + (81340,732,0,0,0,-9269.89,-1181.11,70.615,1.97222,180,180,0,0,176,0,0,0), + (81341,118,0,0,0,-9321.02,-1352.16,67.5302,3.27273,180,180,5,0,176,0,0,1), + (81342,822,0,0,0,-9361.05,-1197.73,64.9425,3.75246,180,180,5,0,195,0,0,1), + (81343,385,0,0,0,-9415.83,-1361.95,50.6943,0.558505,180,180,0,0,164,0,0,0), + (81344,1650,0,0,0,-9404.85,-1343.52,50.1107,2.46091,180,180,0,0,456,0,0,0), + (81345,1975,0,0,0,-9411.29,-1347.18,50.0279,1.65702,180,180,5,0,334,0,0,1), + (81346,1198,0,0,0,-9469.28,-1355.24,47.4289,1.02974,180,180,0,0,804,0,0,0), + (81347,1250,0,0,0,-9483.1,-1356.25,47.041,0.767945,180,180,0,0,413,0,0,0), + (81348,11328,0,0,0,-9529.32,-1323.67,45.8948,2.70969,180,180,0,0,228,0,0,0), + (81349,11328,0,0,0,-9485.32,-1313.51,41.17,0.755021,180,180,5,0,228,0,0,1), + (81350,721,0,0,0,-9551.55,-1338.64,48.5237,1.41608,180,180,10,0,1,0,0,1), + (81351,118,0,0,0,-9747.78,-1252.35,47.3221,5.47825,180,180,0,0,176,0,0,0), + (81352,118,0,0,0,-9784.21,-1215.5,39.3283,2.42258,180,180,0,0,176,0,0,0), + (81353,118,0,0,0,-9855.01,-1212.3,32.9815,1.62749,180,180,0,0,176,0,0,0), + (81354,46,0,0,0,-9943.45,-1087.18,21.4983,0,180,180,0,0,176,0,0,0), + (81355,46,0,0,0,-9940.72,-1111.85,22.2972,1.85005,180,180,0,0,176,0,0,0), + (81356,46,0,0,0,-9928.72,-1097.6,24.0897,2.89725,180,180,0,0,176,0,0,0), + (81357,732,0,0,0,-9930.98,-1100.81,23.881,2.77507,180,180,0,0,176,0,0,0), + (81358,46,0,0,0,-9913.13,-1058.6,25.3447,4.38447,180,180,0,0,176,0,0,0), + (81359,118,0,0,0,-9911.79,-1443.38,29.5497,4.45026,180,180,0,0,176,0,0,0), + (81360,883,0,0,0,-9877.48,-1482.56,30.4505,3.29068,180,180,5,0,1,0,0,1), + (81361,118,0,0,0,-9882.43,-1437.78,33.9574,0.025385,180,180,5,0,176,0,0,1), + (81362,1423,0,0,0,-9776.48,-1383.62,62.9761,3.24447,190,190,0,0,1106,0,0,2), + (81363,1423,0,0,0,-9784.8,-1397.47,62.982,0.191986,190,190,0,0,1106,0,0,0), + (81364,1423,0,0,0,-9781.87,-1405.95,62.9875,1.11701,190,190,0,0,1106,0,0,0), + (81365,1423,0,0,0,-9776.6,-1394.83,98.0706,1.01229,190,190,0,0,1106,0,0,2), + (81366,822,0,0,0,-9755.47,-1462.59,48.1375,3.45706,180,180,5,0,195,0,0,1), + (81367,118,0,0,0,-9776.74,-1487.88,45.9843,2.04754,180,180,5,0,176,0,0,1), + (81368,118,0,0,0,-9731.2,-1489.2,49.5855,2.70978,180,180,5,0,176,0,0,1), + (81369,883,0,0,0,-9607.57,-1482,59.2828,5.61917,180,180,5,0,1,0,0,1), + (81370,890,0,0,0,-9605.88,-1483.36,59.2828,5.6051,180,180,10,0,16,0,0,1), + (81371,2442,0,0,0,-9581.54,-1477.2,59.9866,2.31334,180,180,5,0,1,0,0,1), + (81372,118,0,0,0,-9613.17,-1446.79,57.4714,2.94586,180,180,5,0,176,0,0,1), + (81373,118,0,0,0,-9605.83,-1374.21,54.5594,0.846838,180,180,5,0,176,0,0,1), + (81374,721,0,0,0,-9594.44,-1419.28,57.893,2.9891,180,180,10,0,1,0,0,1), + (81375,118,0,0,0,-9608.56,-1519.68,59.917,2.31754,180,180,5,0,176,0,0,1), + (81376,118,0,0,0,-9524.04,-1496.84,62.1365,6.16368,180,180,0,0,176,0,0,0), + (81377,118,0,0,0,-9468.57,-1479.81,62.2559,0.283826,180,180,0,0,176,0,0,0), + (81378,118,0,0,0,-9526.95,-1542.21,61.1686,6.24524,180,180,5,0,176,0,0,1), + (81379,822,0,0,0,-9447.15,-1474.35,61.8309,6.17525,180,180,5,0,195,0,0,1), + (81380,2442,0,0,0,-9463.51,-1480.15,62.4794,5.45494,180,180,5,0,1,0,0,1), + (81381,822,0,0,0,-9447.76,-1470.53,61.7908,4.95641,180,180,5,0,195,0,0,1), + (81382,721,0,0,0,-9508.8,-1387.43,52.2712,1.68259,180,180,10,0,1,0,0,1), + (81383,2442,0,0,0,-9447.9,-1460.88,60.9057,4.19369,180,180,5,0,1,0,0,1), + (81384,118,0,0,0,-9579.87,-1544.08,60.4951,0.461899,180,180,5,0,176,0,0,1), + (81385,14561,0,0,0,-9444.04,-1412.16,46.9049,1.72788,180,180,0,0,64,53,0,0), + (81386,822,0,0,0,-9459.52,-1529.85,65.5635,0,180,180,5,0,195,0,0,1), + (81387,118,0,0,0,-9415.21,-1510.45,69.0401,6.02681,180,180,5,0,176,0,0,1), + (81388,14560,0,0,0,-9438.08,-1411.84,47.0352,1.65806,180,180,0,0,64,53,0,0), + (81389,4732,0,0,0,-9441.02,-1391.25,46.8758,2.21657,180,180,0,0,413,100,0,0), + (81390,12375,0,0,0,-9438.26,-1405.13,47.0492,4.74729,180,180,0,0,42,0,0,0), + (81391,14559,0,0,0,-9456.64,-1386.59,47.1554,1.39626,180,180,0,0,64,53,0,0), + (81392,12376,0,0,0,-9432.75,-1389.03,46.7454,0.523599,180,180,0,0,42,0,0,0), + (81393,384,0,0,0,-9455.37,-1385.33,47.2098,1.41372,180,180,0,0,413,0,0,0), + (81394,5405,0,0,0,-9440.48,-1379.6,46.9932,1.06465,180,180,0,0,42,0,0,0), + (81395,118,0,0,0,-9373.73,-1416.8,63.4678,0.364781,180,180,0,0,176,0,0,0), + (81396,118,0,0,0,-9374,-1415.6,63.3606,0.058258,180,180,0,0,176,0,0,0), + (81397,822,0,0,0,-9402.72,-1456.86,61.6428,0.51572,180,180,5,0,195,0,0,1), + (81398,118,0,0,0,-9425.13,-1461.9,62.1602,6.05852,180,180,0,0,176,0,0,0), + (81399,118,0,0,0,-9415.73,-1461.76,62.629,6.27553,180,180,0,0,176,0,0,0), + (81400,118,0,0,0,-9356.79,-1399.67,63.4195,4.33877,180,180,0,0,176,0,0,0), + (81401,118,0,0,0,-9357.34,-1446.03,66.0512,4.37944,180,180,0,0,176,0,0,0), + (81402,118,0,0,0,-9531.84,-1494.25,62.1052,5.94749,180,180,0,0,176,0,0,0), + (81403,822,0,0,0,-9544.51,-1491.51,60.3093,1.56634,180,180,5,0,195,0,0,1), + (81404,294,0,0,0,-9545.33,-1401.1,54.1478,3.14159,190,190,0,0,919,0,0,0), + (81405,1933,0,0,0,-9636.88,-1566.36,54.4672,1.74828,180,180,5,0,14,0,0,1), + (81406,118,0,0,0,-9752.26,-1514.08,48.6527,2.84506,180,180,5,0,176,0,0,1), + (81407,822,0,0,0,-9734.3,-1548.68,51.029,1.06249,180,180,5,0,195,0,0,1), + (81408,118,0,0,0,-9731.11,-1545.96,51.5272,3.15722,180,180,5,0,176,0,0,1), + (81409,118,0,0,0,-9675.52,-1575.58,56.1217,1.03494,180,180,5,0,176,0,0,1), + (81410,116,0,0,0,-9749.66,-1548.18,49.4051,1.96652,180,180,5,0,156,0,0,1), + (81411,6093,0,0,0,-9768.74,-1566.18,41.624,4.08065,180,180,0,0,222,0,0,0), + (81412,116,0,0,0,-9772.73,-1560.21,41.749,2.83708,180,180,5,0,156,0,0,1), + (81413,116,0,0,0,-9791.75,-1547.16,41.374,4.45129,180,180,5,0,156,0,0,1), + (81414,721,0,0,0,-9787.44,-1514.48,43.8762,2.65784,180,180,10,0,1,0,0,1), + (81415,116,0,0,0,-9776.18,-1574.37,41.901,5.04337,180,180,5,0,156,0,0,1), + (81416,116,0,0,0,-9795.13,-1567.43,38.526,2.41517,180,180,5,0,156,0,0,1), + (81417,118,0,0,0,-9833.56,-1498.16,39.492,5.59045,180,180,0,0,176,0,0,0), + (81418,822,0,0,0,-9816.88,-1512.31,41.8603,5.67533,180,180,5,0,195,0,0,1), + (81419,883,0,0,0,-9805.59,-1541.31,40.3322,6.15592,180,180,5,0,1,0,0,1), + (81420,118,0,0,0,-9820.66,-1505,40.5888,0.444419,180,180,0,0,176,0,0,0), + (81421,890,0,0,0,-9807.92,-1541.02,40.113,6.10456,180,180,0,0,16,0,0,0), + (81422,732,0,0,0,-9887.5,-1537.5,22.5285,2.81629,180,180,0,0,176,0,0,0), + (81423,116,0,0,0,-9749.8,-1586.18,48.6593,1.64448,180,180,5,0,156,0,0,1), + (81424,116,0,0,0,-9790.91,-1586.84,40.7193,2.51969,180,180,5,0,156,0,0,1), + (81425,732,0,0,0,-9847.17,-1585.42,26.01,3.73906,180,180,0,0,176,0,0,0), + (81426,118,0,0,0,-9846.33,-1587.48,25.8486,4.72216,180,180,0,0,176,0,0,0), + (81427,116,0,0,0,-9770.28,-1595.36,44.651,1.59509,180,180,5,0,156,0,0,1), + (81428,732,0,0,0,-9845.01,-1645.12,23.4972,1.05864,180,180,0,0,176,0,0,0), + (81429,118,0,0,0,-9764.24,-1627.9,47.4417,5.6475,180,180,0,0,176,0,0,0), + (81430,118,0,0,0,-9738.35,-1606.07,49.6782,2.72588,180,180,0,0,176,0,0,0), + (81431,118,0,0,0,-9541.45,-1486.06,60.6541,5.88647,180,180,0,0,176,0,0,0), + (81440,5648,209,0,0,1661.94,938.541,9.24633,2.33874,18000,18000,0,0,3603,7150,0,0), + (81441,5649,209,0,0,1605.68,969.609,9.18042,1.29154,18000,18000,0,0,5346,0,0,0), + (81442,5649,209,0,0,1603.14,970.714,9.18092,0.820305,18000,18000,0,0,5346,0,0,0), + (81443,5649,209,0,0,1656.78,942.958,9.11468,5.65487,18000,18000,0,0,5346,0,0,0), + (81444,5648,209,0,0,1660.76,937.592,9.17103,2.19912,18000,18000,0,0,3603,7150,0,0), + (81445,7269,209,0,0,1650.37,784.918,11.112,5.74213,18000,18000,5,0,1782,0,0,1), + (81446,5648,209,0,0,1707.05,914.393,10.2081,1.18682,18000,18000,0,0,3603,7150,0,0), + (81447,5648,209,0,0,1706.18,917.728,11.1787,5.81195,18000,18000,0,0,3603,7150,0,0), + (81448,5650,209,0,0,1710.08,915.375,11.0054,2.49582,18000,18000,0,0,4278,2966,0,0), + (81449,5649,209,0,0,1708.31,897.658,9.00179,5.09013,18000,18000,0,0,5346,0,0,0), + (81450,5649,209,0,0,1608.46,978.857,9.01275,4.32842,18000,18000,0,0,5346,0,0,0), + (81451,8095,209,0,0,1663.34,783.054,15.5692,2.02458,18000,18000,5,0,5544,0,0,1), + (81452,5649,209,0,0,1713.68,784.082,17.346,5.48033,18000,18000,5,0,5346,0,0,1), + (81453,7269,209,0,0,1773.89,861.428,8.96012,3.14159,18000,18000,5,0,1782,0,0,1), + (81454,7269,209,0,0,1762.66,850.786,8.96011,4.86947,18000,18000,5,0,1782,0,0,1), + (81455,7269,209,0,0,1777.98,873.714,9.09439,3.10669,18000,18000,5,0,1782,0,0,1), + (81456,7247,209,0,0,1767.67,850.924,8.8832,3.92424,1800,1800,5,1,4434,3068,0,2), + (81457,5649,209,0,0,1684.08,804.784,8.96012,0.208293,7200,7200,0,0,5346,0,0,2), + (81458,7269,209,0,0,1773.16,826.965,16.05,6.21337,18000,18000,5,0,1782,0,0,1), + (81459,8095,209,0,0,1615.78,753.916,22.0062,0.170666,18000,18000,5,0,5544,0,0,1), + (81460,7246,209,0,0,1655.41,746.146,19.6866,4.36332,18000,18000,5,0,4434,3068,0,1), + (81461,5650,209,0,0,1655.19,717.366,27.1727,1.27409,18000,18000,5,0,4278,2966,0,1), + (81462,8095,209,0,0,1768.32,757.659,27.3368,5.98648,18000,18000,5,0,5544,0,0,1), + (81463,7272,209,0,0,1778.01,859.671,8.87682,4.39971,36000,36000,5,1,9595,0,0,2), + (81464,7269,209,0,0,1782.51,859.632,8.96012,1.09956,18000,18000,5,0,1782,0,0,1), + (81465,7269,209,0,0,1783.67,853.474,8.96012,5.72468,18000,18000,5,0,1782,0,0,1), + (81466,7269,209,0,0,1799.67,806.941,15.5681,0.139626,18000,18000,5,0,1782,0,0,1), + (81467,7269,209,0,0,1785.82,816.439,21.6703,1.22173,18000,18000,5,0,1782,0,0,1), + (81468,5650,209,0,0,1776.9,813.656,23.2348,3.24631,18000,18000,5,0,4278,2966,0,1), + (81469,7269,209,0,0,1793.46,890.488,9.01126,5.86431,18000,18000,5,0,1782,0,0,1), + (81470,7269,209,0,0,1796.93,849.003,8.99404,4.24115,18000,18000,5,0,1782,0,0,1), + (81471,7269,209,0,0,1812.74,823.662,9.1601,3.76991,18000,18000,5,0,1782,0,0,1), + (81472,7269,209,0,0,1806.16,843.918,8.96286,5.75959,18000,18000,5,0,1782,0,0,1), + (81473,7269,209,0,0,1786.71,881.451,8.96012,0.471239,18000,18000,5,0,1782,0,0,1), + (81474,7269,209,0,0,1784.11,865.568,8.96013,5.39307,18000,18000,5,0,1782,0,0,1), + (81475,7269,209,0,0,1793.11,878.192,8.96223,4.4855,18000,18000,5,0,1782,0,0,1), + (81476,7269,209,0,0,1785.51,873.028,8.96012,4.46804,18000,18000,5,0,1782,0,0,1), + (81477,7269,209,0,0,1813.77,837.721,8.96013,0.436332,18000,18000,5,0,1782,0,0,1), + (81478,7269,209,0,0,1783.71,893.215,9.29231,3.1765,18000,18000,5,0,1782,0,0,1), + (81479,7269,209,0,0,1802.86,834.035,8.96012,1.72788,18000,18000,5,0,1782,0,0,1), + (81480,7269,209,0,0,1817.15,849.678,8.96013,4.53786,18000,18000,5,0,1782,0,0,1), + (81481,7269,209,0,0,1807.79,851.188,8.96026,0.610865,18000,18000,5,0,1782,0,0,1), + (81482,5650,209,0,0,1793.86,747.192,14.4325,0.907571,18000,18000,3,0,4278,2966,0,1), + (81483,7269,209,0,0,1834.46,816.299,15.1046,2.82743,18000,18000,5,0,1782,0,0,1), + (81484,7269,209,0,0,1815.37,898.562,8.96016,3.64774,18000,18000,5,0,1782,0,0,1), + (81485,7269,209,0,0,1817.88,868.174,8.96013,5.18363,18000,18000,5,0,1782,0,0,1), + (81486,7269,209,0,0,1813.43,888.041,8.96132,6.10865,18000,18000,5,0,1782,0,0,1), + (81487,7269,209,0,0,1804.25,886.572,8.98023,5.72468,18000,18000,5,0,1782,0,0,1), + (81488,7269,209,0,0,1820.12,861.049,8.96013,6.03884,18000,18000,5,0,1782,0,0,1), + (81489,7269,209,0,0,1825.87,838.543,9.04489,4.11898,18000,18000,5,0,1782,0,0,1), + (81490,7269,209,0,0,1825.9,889.764,8.96012,3.1765,18000,18000,5,0,1782,0,0,1), + (81491,7269,209,0,0,1818.52,880.216,8.96012,3.08923,18000,18000,5,0,1782,0,0,1), + (81492,7269,209,0,0,1794.1,906.664,8.97701,3.49066,18000,18000,5,0,1782,0,0,1), + (81493,7269,209,0,0,1803.68,896.158,8.98506,4.11898,18000,18000,5,0,1782,0,0,1), + (81494,7269,209,0,0,1792.51,898.457,8.98657,0,18000,18000,5,0,1782,0,0,1), + (81495,7269,209,0,0,1821.76,844.411,8.96013,3.49066,18000,18000,5,0,1782,0,0,1), + (81496,7269,209,0,0,1824.29,870.903,8.96012,4.76475,18000,18000,5,0,1782,0,0,1), + (81497,7269,209,0,0,1808.38,899.887,8.97187,5.35816,18000,18000,5,0,1782,0,0,1), + (81498,7269,209,0,0,1802.22,906.063,9.03047,4.20624,18000,18000,5,0,1782,0,0,1), + (81499,7269,209,0,0,1826.05,853.896,8.96012,2.53073,18000,18000,5,0,1782,0,0,1), + (81500,7269,209,0,0,1824.48,881.625,8.96012,5.65487,18000,18000,5,0,1782,0,0,1), + (81501,8095,209,0,0,1856.18,854.172,21.642,1.25722,18000,18000,5,0,5544,0,0,1), + (81502,7269,209,0,0,1802.93,926.001,8.98457,3.59538,18000,18000,5,0,1782,0,0,1), + (81503,7269,209,0,0,1849.73,842.241,14.2548,5.84685,18000,18000,5,0,1782,0,0,1), + (81504,7269,209,0,0,1820.72,910.783,8.97814,3.89208,18000,18000,5,0,1782,0,0,1), + (81505,7247,209,0,0,1820.13,908.081,9.00179,0,7200,7200,0,0,4434,3068,0,2), + (81506,7269,209,0,0,1832.13,932.186,8.96523,1.78024,18000,18000,5,0,1782,0,0,1), + (81507,5649,209,0,0,1861.45,828.72,24.1171,3.64774,18000,18000,5,0,5346,0,0,1), + (81508,7246,209,0,0,1816.27,941.185,8.9654,2.32129,18000,18000,0,0,4434,3068,0,0), + (81509,5650,209,0,0,1814.87,947.317,8.97432,4.74729,18000,18000,0,0,4278,2966,0,0), + (81510,7269,209,0,0,1819.47,939.92,9.00765,0.767945,18000,18000,5,0,1782,0,0,1), + (81511,5649,209,0,0,1810.61,939.977,8.99004,0.541052,18000,18000,0,0,5346,0,0,0), + (81512,8095,209,0,0,1802.24,738.69,14.5232,4.79092,18000,18000,5,0,5544,0,0,1), + (81513,8095,209,0,0,1882.49,797.599,34.9542,1.09561,18000,18000,5,0,5544,0,0,1), + (81514,5649,209,0,0,1881.65,790.797,36.2795,1.51022,18000,18000,5,0,5346,0,0,1), + (81515,7246,209,0,0,1843.78,721.991,20.024,4.60767,18000,18000,3,0,4434,3068,0,1), + (81516,8095,209,0,0,1843.61,729.022,18.1469,2.65402,18000,18000,5,0,5544,0,0,1), + (81517,7246,209,0,0,1752.93,718.564,21.2051,4.88692,18000,18000,5,0,4434,3068,0,1), + (81518,5650,209,0,0,1885.03,729.866,33.1269,3.42085,18000,18000,5,0,4278,2966,0,1), + (81519,8127,209,0,0,1815.85,670.392,15.023,2.02458,36000,36000,0,0,13200,13560,0,0), + (81520,8130,209,0,0,1817.61,678.311,14.2237,3.9619,18000,18000,0,0,2865,0,0,0), + (81521,8130,209,0,0,1819.85,674.938,14.5555,3.83972,18000,18000,0,0,2865,0,0,0), + (81522,8130,209,0,0,1812.14,667.302,15.8964,1.62316,18000,18000,0,0,2865,0,0,0), + (81523,7269,209,0,0,1824.31,955.395,8.96523,2.14675,18000,18000,5,0,1782,0,0,1), + (81524,7271,209,0,0,1912.17,1016.11,11.5988,3.10669,36000,36000,0,0,10745,6348,0,0), + (81525,7269,209,0,0,1882.94,1117.95,9.22164,4.72984,18000,18000,5,0,1782,0,0,1), + (81526,5650,209,0,0,1879.2,1110.64,8.95783,4.57276,1800,1800,5,1,4278,2966,0,1), + (81527,8120,209,0,0,1769.01,1043.17,50.5992,2.40855,18000,18000,5,0,6028,0,0,1), + (81528,7246,209,0,0,1758.35,1058.11,47.6665,0.75017,7200,7200,0,0,4434,3068,0,2), + (81529,7246,209,0,0,1755.19,1055.54,48.0067,0.376585,7200,7200,0,0,4434,3068,0,0), + (81530,7246,209,0,0,1885.09,1177.62,9.00179,2.63157,7200,7200,0,0,4434,3068,0,0), + (81531,8095,209,0,0,1882.54,1177.69,9.09556,3.98979,7200,7200,0,0,5544,0,0,2), + (81532,7246,209,0,0,1881.56,1179.26,9.00179,5.61907,7200,7200,0,0,4434,3068,0,0), + (81533,7269,209,0,0,1884.31,1149.36,9.34573,5.09636,18000,18000,5,0,1782,0,0,1), + (81534,5650,209,0,0,1926.08,1131.13,10.8489,1.90241,18000,18000,5,0,4278,2966,0,1), + (81535,5649,209,0,0,1903.87,1133.99,8.9936,2.54818,18000,18000,0,0,5346,0,0,0), + (81536,5650,209,0,0,1911.82,1153.47,9.60223,2.51327,18000,18000,0,0,4278,2966,0,0), + (81537,5649,209,0,0,1899.6,1136.85,9.09823,5.68977,18000,18000,0,0,5346,0,0,0), + (81538,7246,209,0,0,1878.71,1159.65,9.60457,3.66519,18000,18000,5,0,4434,3068,0,1), + (81539,5649,209,0,0,1849.2,1184.55,8.9883,6.19592,18000,18000,5,0,5346,0,0,1), + (81540,7269,209,0,0,1851.06,1186.61,8.96923,4.90438,18000,18000,5,0,1782,0,0,1), + (81541,7247,209,0,0,1821.7,1177,8.99118,0.96724,1800,1800,5,1,4434,3068,0,2), + (81542,5649,209,0,0,1900.33,1166.45,8.96588,0.785398,18000,18000,5,0,5346,0,0,1), + (81543,5650,209,0,0,1863.11,1199.95,8.96012,4.93928,18000,18000,5,0,4278,2966,0,1), + (81545,7246,209,0,0,1920.28,1198.52,8.96012,3.45575,18000,18000,0,0,4434,3068,0,0), + (81546,5650,209,0,0,1913.5,1199.53,9.04154,5.81195,18000,18000,0,0,4278,2966,0,0), + (81547,5650,209,0,0,1915.55,1194.25,8.96012,1.0821,18000,18000,0,0,4278,2966,0,0), + (81548,7246,209,0,0,1899.49,1211.08,8.96058,3.19395,18000,18000,2,0,4434,3068,0,1), + (81549,7247,209,0,0,1915.15,1230.71,9.45266,0,7200,7200,0,0,4434,3068,0,2), + (81550,7247,209,0,0,1698.27,1167.92,8.99627,5.59214,7200,7200,0,0,4434,3068,0,2), + (81551,5649,209,0,0,1885.64,1222.54,9.1649,4.27606,18000,18000,3,0,5346,0,0,1), + (81552,7274,209,0,0,1886.8,1289.89,45.9625,3.38594,36000,36000,0,0,9595,0,0,0), + (81553,7607,209,0,0,1881.05,1297.36,48.419,5.41052,18000,18000,0,0,16645,0,0,2), + (81554,7606,209,0,0,1889.62,1298.01,48.2581,3.94444,18000,18000,0,0,4364,3680,0,2), + (81555,7604,209,0,0,1882.89,1299.27,48.3843,4.83456,18000,18000,0,0,18480,0,0,2), + (81556,7608,209,0,0,1891.07,1294.78,48.2347,3.31613,18000,18000,0,0,4991,1483,0,2), + (81557,7605,209,0,0,1886.64,1299.11,48.3146,4.36332,18000,18000,0,0,6237,0,0,2), + (81558,8095,209,0,0,1760.61,1215.38,28.1244,4.92385,18000,18000,5,0,5544,0,0,1), + (81559,8095,209,0,0,1764.58,1243.75,33.4994,1.84091,18000,18000,5,0,5544,0,0,1), + (81560,5649,209,0,0,1713.23,1182.44,9.14993,0.837758,18000,18000,0,0,5346,0,0,0), + (81561,5650,209,0,0,1719.98,1181.94,10.506,5.46288,18000,18000,0,0,4278,2966,0,0), + (81562,7246,209,0,0,1717.19,1188.65,10.8277,4.31096,18000,18000,0,0,4434,3068,0,0), + (81563,5650,209,0,0,1714.92,1190.31,10.3375,4.31096,18000,18000,0,0,4278,2966,0,0), + (81564,5649,209,0,0,1712.07,1187.57,9.39765,5.49779,18000,18000,0,0,5346,0,0,0), + (81565,8120,209,0,0,1744.88,1066.61,51.2345,5.51524,18000,18000,5,0,6028,0,0,1), + (81566,5649,209,0,0,1667.29,1151.89,8.96011,3.63029,18000,18000,5,0,5346,0,0,1), + (81567,7269,209,0,0,1677.07,1153.68,8.96011,1.29154,18000,18000,5,0,1782,0,0,1), + (81568,5649,209,0,0,1714.38,1218.58,8.96012,5.48033,18000,18000,3,0,5346,0,0,1), + (81569,5649,209,0,0,1648.18,1152.28,9.01227,5.39307,18000,18000,5,0,5346,0,0,1), + (81570,7795,209,0,0,1698.24,1210.74,9.41781,5.45566,36000,36000,0,0,4029,7846,0,2), + (81571,5649,209,0,0,1636.84,1109.9,8.9902,5.75959,18000,18000,0,0,5346,0,0,0), + (81572,7246,209,0,0,1644.17,1107.36,9.04577,3.28122,18000,18000,0,0,4434,3068,0,0), + (81573,5649,209,0,0,1636.05,1105.06,8.96016,0.087266,18000,18000,0,0,5346,0,0,0), + (81574,5649,209,0,0,1636.18,1106.7,8.96013,0.017453,18000,18000,0,0,5346,0,0,0), + (81575,5649,209,0,0,1632.54,1166.75,9.05948,4.60767,18000,18000,5,0,5346,0,0,1), + (81576,5650,209,0,0,1644.01,1104.96,9.20275,3.03687,18000,18000,0,0,4278,2966,0,0), + (81577,7246,209,0,0,1564.53,980.052,12.2048,1.0567,7200,7200,0,0,4434,3068,0,0), + (81578,5649,209,0,0,1652.06,1219.91,9.67312,1.44862,18000,18000,5,0,5346,0,0,1), + (81579,5649,209,0,0,1699.81,1233.84,8.96111,1.15192,18000,18000,2,0,5346,0,0,1), + (81580,5650,209,0,0,1643.59,1200.11,9.05309,1.81514,18000,18000,5,0,4278,2966,0,1), + (81581,8095,209,0,0,1693.95,1250.76,10.0266,3.94637,7200,7200,0,0,5544,0,0,2), + (81582,7246,209,0,0,1690.27,1249.82,10.2119,1.1005,7200,7200,0,0,4434,3068,0,0), + (81583,7246,209,0,0,1696.71,1246.79,9.46871,2.14863,7200,7200,0,0,4434,3068,0,0), + (81584,5649,209,0,0,1624.85,1192.94,9.08505,2.72271,18000,18000,0,0,5346,0,0,0), + (81585,5649,209,0,0,1622.26,1196.97,9.42084,4.69494,18000,18000,0,0,5346,0,0,0), + (81586,5650,209,0,0,1620.65,1191.7,9.1335,1.09956,18000,18000,0,0,4278,2966,0,0), + (81587,8095,209,0,0,1568.98,982.69,11.8875,0.915674,7200,7200,0,0,5544,0,0,2), + (81588,7246,209,0,0,1562.43,980.755,11.2913,0.147944,7200,7200,0,0,4434,3068,0,0), + (81589,5649,209,0,0,1666.97,1233.6,9.40873,4.71239,18000,18000,2,0,5346,0,0,1), + (81590,5650,209,0,0,1666.95,1259.23,10.4681,3.35103,18000,18000,0,0,4278,2966,0,0), + (81591,7269,209,0,0,1714.41,1250.49,10.2351,0.471239,18000,18000,5,0,1782,0,0,1), + (81592,7246,209,0,0,1662.28,1257.15,10.4826,0.645772,18000,18000,0,0,4434,3068,0,0), + (81594,7246,209,0,0,1665.81,1254.07,10.0873,2.07694,18000,18000,0,0,4434,3068,0,0), + (81595,7246,209,0,0,1665.86,1260.72,10.5635,4.06662,18000,18000,0,0,4434,3068,0,0), + (81596,7269,209,0,0,1649.01,1218.63,9.60811,1.74533,18000,18000,5,0,1782,0,0,1), + (81597,7246,209,0,0,1713.24,1247.76,9.95029,4.57276,18000,18000,0,0,4434,3068,0,0), + (81598,5650,209,0,0,1647.22,1115.31,9.37108,1.09528,7200,7200,0,0,4278,2966,0,2), + (81600,7269,209,0,0,1609.93,1119.82,8.96011,1.8675,18000,18000,5,0,1782,0,0,1), + (81601,5649,209,0,0,1614.31,1126.9,9.00178,0.655469,18000,18000,5,0,5346,0,0,1), + (81602,5649,209,0,0,1725.75,1284.01,14.5964,5.42797,18000,18000,0,0,5346,0,0,0), + (81603,7246,209,0,0,1728.63,1281.63,14.5892,2.58309,18000,18000,0,0,4434,3068,0,0), + (81604,5650,209,0,0,1606.43,1106.06,8.96011,4.95674,18000,18000,0,0,4278,2966,0,0), + (81605,5650,209,0,0,1610.38,1108.35,8.96011,3.52556,18000,18000,0,0,4278,2966,0,0), + (81606,7246,209,0,0,1601.71,1104.41,8.96011,0.471239,18000,18000,0,0,4434,3068,0,0), + (81607,7246,209,0,0,1608.3,1110.79,8.96011,3.94444,18000,18000,0,0,4434,3068,0,0), + (81608,7246,209,0,0,1578.42,1085.15,9.17854,4.31096,18000,18000,0,0,4434,3068,0,0), + (81609,5650,209,0,0,1576.17,1079.08,9.02151,1.25664,18000,18000,0,0,4278,2966,0,0), + (81610,7246,209,0,0,1591.02,1047.66,8.96459,6.26573,18000,18000,0,0,4434,3068,0,0), + (81611,5649,209,0,0,1585.1,1035.5,8.96012,3.03687,18000,18000,5,0,5346,0,0,1), + (81612,7269,209,0,0,1576.09,1055.8,8.96011,5.32325,18000,18000,5,0,1782,0,0,1), + (81613,5649,209,0,0,1515.81,1050.86,18.1446,1.36136,18000,18000,5,0,5346,0,0,1), + (81614,7269,209,0,0,1554.53,1019.5,8.96011,0.750492,18000,18000,5,0,1782,0,0,1), + (81615,7269,209,0,0,1581.4,1018.43,8.96011,5.89921,18000,18000,5,0,1782,0,0,1), + (81616,5649,209,0,0,1541.13,1001.76,8.96011,5.23599,18000,18000,0,0,5346,0,0,0), + (81617,5649,209,0,0,1527.04,1017.31,9.81576,0.959931,18000,18000,0,0,5346,0,0,0), + (81618,5650,209,0,0,1554.3,1006.74,8.96011,4.41568,18000,18000,0,0,4278,2966,0,0), + (81619,5650,209,0,0,1556.35,1002.31,8.96011,2.6529,18000,18000,0,0,4278,2966,0,0), + (81620,5649,209,0,0,1525.47,1019.07,9.98873,0.436332,18000,18000,0,0,5346,0,0,0), + (81621,5650,209,0,0,1530.26,1021.4,9.72279,3.61283,18000,18000,0,0,4278,2966,0,0), + (81622,7269,209,0,0,1521.26,981.956,8.98845,3.57792,18000,18000,5,0,1782,0,0,1), + (81623,7247,209,0,0,1517.93,988.597,9.16266,0,7200,7200,0,0,4434,3068,0,2), + (81624,7246,209,0,0,1545.05,995.059,8.96011,1.88496,18000,18000,0,0,4434,3068,0,0), + (81625,7269,209,0,0,1487.51,962.706,14.4566,0.890118,18000,18000,5,0,1782,0,0,1), + (81634,5649,209,0,0,1478.6,980.091,16.3627,5.60251,18000,18000,5,0,5346,0,0,1), + (81635,5649,209,0,0,1455.76,945.569,26.5751,3.71755,18000,18000,5,0,5346,0,0,1), + (81636,5650,209,0,0,1456.89,1033.27,29.3484,1.46608,18000,18000,5,0,4278,2966,0,1), + (81640,8602,0,0,0,3203.89,-2924.62,129.121,3.38231,345,345,5,0,3643,0,0,1), + (81708,513,0,0,0,-9818.31,1842.65,1.81078,0,300,300,3,0,300,0,0,1), + (81709,456,0,0,0,-9776.35,1812.31,10.7871,4.69768,300,300,3,0,253,264,0,1), + (81710,833,0,0,0,-9821.91,1577.27,38.3083,2.9189,300,300,10,0,222,0,0,1), + (81711,834,0,0,0,-9842.71,1559.68,43.6983,3.03449,300,300,10,0,198,0,0,1), + (81744,833,0,0,0,-10012,1577.74,43.0575,5.18603,300,300,10,0,222,0,0,1), + (81888,8598,0,0,0,3131.9,-2981.91,125.18,3.52678,345,345,10,0,3758,0,0,1), + (81897,8605,0,0,0,2920.16,-4583.75,91.6705,3.71551,345,345,10,0,3644,0,0,1), + (82469,8217,0,0,0,-525.307,-4033.5,215.861,4.73139,72000,72000,0,0,5691,3846,0,2), + (82913,8602,0,0,0,2875.34,-2953.9,101.759,4.25835,345,345,10,0,3643,0,0,1), + (84018,834,0,0,0,-10015.8,1574.58,43.8843,4.68896,300,300,10,0,198,0,0,1), + (84019,833,0,0,0,-10095.7,1760.02,35.7319,2.97099,300,300,10,0,222,0,0,1), + (84020,834,0,0,0,-10074.1,1757.77,37.4793,5.05916,300,300,10,0,198,0,0,1), + (84021,199,0,0,0,-9838.69,1491.27,46.3646,3.99889,300,300,5,0,198,0,0,1), + (84022,199,0,0,0,-9864.85,1680.95,38.4324,1.10882,300,300,5,0,198,0,0,1), + (84023,1109,0,0,0,-10206,1679.12,34.1769,4.25093,300,300,5,0,273,0,0,1), + (84024,1109,0,0,0,-9984.24,1649.61,38.8085,4.18235,300,300,10,0,273,0,0,1), + (84025,199,0,0,0,-10149.4,1683.88,38.235,5.45499,300,300,5,0,198,0,0,1), + (84026,1109,0,0,0,-9960.74,1621.87,40.0652,0.013671,300,300,10,0,273,0,0,1), + (84027,1696,34,0,0,159.582,1.25311,-25.6062,6.25925,43200,43200,0,0,1996,0,0,0), + (84028,3513,0,0,0,-8838.52,670.28,98.0987,0.553153,43200,43200,0,0,1240,0,0,2), + (84078,199,0,0,0,-9986.13,1513.89,50.3167,3.91594,300,300,5,0,198,0,0,1), + (84079,3586,36,0,0,-152.545,-526.434,51.133,1.73877,25000,25000,0,0,1347,0,0,0), + (84080,8600,0,0,0,1607.83,-4683.33,84.1828,0,345,345,10,0,3189,0,0,1), + (84081,454,0,0,0,-10058.7,1519.88,46.9411,2.62116,300,300,5,0,247,0,0,1), + (84263,454,0,0,0,-9952.6,1540.52,45.0792,0.83101,300,300,10,0,247,0,0,1), + (84278,454,0,0,0,-10188,1637.21,43.1175,1.71186,300,300,5,0,247,0,0,1), + (84327,454,0,0,0,-10101.2,1583.87,42.693,0.337505,300,300,5,0,247,0,0,1), + (84363,157,0,0,0,-10123.3,1835.87,37.5725,4.88508,300,300,10,0,300,0,0,1), + (84364,9450,0,0,0,1656.08,-5514.15,100.805,5.50126,610,610,0,0,6273,2117,0,0), + (84367,9448,0,0,0,1682.57,-5521.22,99.4052,2.66703,610,610,5,0,6477,2163,0,1), + (84383,8548,0,0,0,1996.84,-4491.36,68.3662,5.31966,345,345,5,0,2992,2163,0,1), + (84388,12435,469,0,0,-7571.7,-1088.25,413.465,2.16421,604800,604800,0,0,449685,0,0,0), + (84389,12557,469,0,0,-7616.54,-1024.1,413.465,5.2709,3520,3520,0,0,64750,25680,0,0), + (84390,14456,469,0,0,-7619.66,-1025.14,413.465,3.68265,3520,3520,0,0,31440,0,0,0), + (84391,14456,469,0,0,-7615.01,-1021.55,413.465,0.610865,3520,3520,0,0,31440,0,0,0), + (84394,8524,0,0,0,3183.63,-3719.32,135.658,5.41126,345,345,10,0,2301,4896,0,1), + (84416,8524,0,0,0,2902.11,-2898.96,105.636,0.579066,345,345,3,0,2301,4896,0,1), + (84417,8603,0,0,0,2517.87,-4313.28,77.0395,3.35412,345,345,10,0,3293,0,0,1), + (84482,8603,0,0,0,2054.68,-4754.67,80.3184,5.26622,345,345,10,0,3293,0,0,1), + (84508,8603,0,0,0,2051.18,-4828.65,77.6397,0.978462,345,345,10,0,3293,0,0,1), + (84512,13020,469,0,0,-7483.79,-1015.99,408.652,4.69494,604800,604800,0,0,3331000,0,0,0), + (84513,13996,469,0,0,-7492.67,-1003.49,408.652,0.279253,3520,3520,0,0,15260,0,0,0), + (84514,13996,469,0,0,-7471.64,-1005.85,408.648,3.68265,3520,3520,0,0,15260,0,0,0), + (84515,13996,469,0,0,-7478.53,-996.153,408.646,4.64258,3520,3520,0,0,15260,0,0,0), + (84516,13996,469,0,0,-7486.45,-1025.62,408.641,1.23918,3520,3520,0,0,15260,0,0,0), + (84517,13996,469,0,0,-7490.95,-1014.89,408.643,0.663225,3520,3520,0,0,15260,0,0,0), + (84518,13996,469,0,0,-7474,-1020.49,408.65,2.82743,3520,3520,0,0,15260,0,0,0), + (84587,6927,0,0,0,-9958.02,-155.297,22.3585,5.67327,180,180,0,0,156,0,0,2), + (84593,8605,0,0,0,2920.58,-4845.69,105.741,3.39685,345,345,10,0,3644,0,0,1), + (84595,454,0,0,0,-10115.9,1709.38,33.7452,4.91687,300,300,5,0,247,0,0,1), + (84596,454,0,0,0,-10005.3,1694.73,36.131,1.8397,300,300,10,0,247,0,0,1), + (84612,157,0,0,0,-10050.2,1647.15,40.9424,4.55157,300,300,10,0,300,0,0,1), + (84637,833,0,0,0,-10291,1949.16,36.9406,6.15786,300,300,10,0,222,0,0,1), + (84640,834,0,0,0,-10316.6,1938.28,35.3574,4.58733,300,300,10,0,198,0,0,1), + (84641,833,0,0,0,-10106.3,1860.35,35.9594,6.12969,300,300,10,0,222,0,0,1), + (84642,833,0,0,0,-10250.9,1737.43,37.1281,1.29196,300,300,10,0,222,0,0,1), + (84656,6491,1,0,0,-3518,-4315,6.77,3.035,490,490,0,0,7680,0,0,0), + (84707,5894,0,0,0,427.39,1821.41,10.38,2.11,190,190,0,0,498,545,0,0), + (84713,2779,0,0,0,-2297,-1564,-40,3.097,115200,115200,0,0,1902,0,0,0), + (84774,8598,0,0,0,2645.62,-4911.1,83.0449,5.62737,345,345,10,0,3758,0,0,1), + (84775,8602,0,0,0,2792.02,-4892.47,95.693,4.54887,345,345,5,0,3643,0,0,1), + (84776,8602,0,0,0,3207.49,-2968.32,125.512,5.85405,345,345,10,0,3643,0,0,1), + (84777,8598,0,0,0,2956.5,-4549.27,77.3744,0.505581,345,345,10,0,3758,0,0,1), + (84778,8535,0,0,0,3023.69,-4654.56,104.213,1.86777,345,345,10,0,3528,0,0,1), + (84779,8598,0,0,0,3131.58,-2944.65,121.038,1.13334,345,345,10,0,3758,0,0,1), + (84780,8602,0,0,0,2989.01,-4511.2,83.2877,1.98723,345,345,0,0,3643,0,0,0), + (84781,8596,0,0,0,1736.15,-2765.63,64.4961,0,345,345,5,0,3189,0,0,1), + (84782,8600,0,0,0,1766.8,-2780.88,68.7698,0.164828,345,345,10,0,3189,0,0,1), + (84783,9451,0,0,0,1662.01,-5588.31,101.979,5.39307,610,610,0,0,5490,5013,0,0), + (84784,9451,0,0,0,1545.98,-5561.83,100.912,4.69494,610,610,0,0,5490,5013,0,0), + (84785,8524,0,0,0,3185.8,-3786.87,142.588,4.07943,345,345,5,0,2301,4896,0,1), + (84786,8530,0,0,0,3318.01,-3053.9,153.269,4.53786,345,345,0,0,3293,0,0,0), + (84787,8597,0,0,0,2281.1,-4738.01,95.8788,6.24785,345,345,10,0,3529,0,0,1), + (84788,8605,0,0,0,2959.13,-4663.77,91.9137,3.60721,345,345,10,0,3644,0,0,1), + (84789,8602,0,0,0,2690.36,-3870.17,120.798,0.596964,345,345,5,0,3643,0,0,1), + (84790,8598,0,0,0,2880.99,-4168.59,95.9941,1.05649,345,345,10,0,3758,0,0,1), + (84791,8602,0,0,0,3073.22,-4678.43,98.4937,1.36116,345,345,5,0,3643,0,0,1), + (84792,8598,0,0,0,2846.03,-4061.92,101.843,4.63816,345,345,10,0,3758,0,0,1), + (84793,8535,0,0,0,2809.12,-3432.3,98.23,3.56891,345,345,10,0,3528,0,0,1), + (84794,8602,0,0,0,2782.68,-3482.71,101.042,4.44434,345,345,10,0,3643,0,0,1), + (84795,8600,0,0,0,1688.1,-2911.66,126.158,1.67638,345,345,10,0,3189,0,0,1), + (84796,8600,0,0,0,1803.9,-4355.89,93.5313,3.34225,345,345,10,0,3189,0,0,1), + (84797,8600,0,0,0,1758.68,-2835.92,71.0252,2.7087,345,345,10,0,3189,0,0,1), + (84798,9447,0,0,0,1671.58,-4816.94,87.3413,0.855211,610,610,0,0,5886,1982,0,0), + (84799,9448,0,0,0,1698.21,-5510.18,99.4015,1.16937,610,610,0,0,6477,2163,0,0), + (84800,8540,0,0,0,2872.29,-3280.55,123.168,3.50204,345,345,5,0,3188,0,0,1), + (84801,8540,0,0,0,2943.37,-3351.67,113.825,3.02956,345,345,10,0,3188,0,0,1), + (84802,8603,0,0,0,2380.8,-4449.02,81.5254,1.01261,345,345,3,0,3293,0,0,1), + (84803,8603,0,0,0,2212.24,-4029.47,102.172,5.75081,345,345,3,0,3293,0,0,1), + (84804,8598,0,0,0,2831.01,-3978.63,102.856,0.232432,345,345,10,0,3758,0,0,1), + (84805,8602,0,0,0,2726.82,-3476.13,105.694,5.90522,345,345,10,0,3643,0,0,1), + (84806,8605,0,0,0,2634.76,-3434.54,129.893,2.51351,345,345,5,0,3644,0,0,1), + (84807,8598,0,0,0,2718.1,-3391.75,96.7218,0.224602,345,345,10,0,3758,0,0,1), + (84808,8602,0,0,0,2883.93,-4054.99,101.098,4.72061,345,345,10,0,3643,0,0,1), + (84809,8605,0,0,0,2776.82,-3990.13,98.8639,4.7273,345,345,10,0,3644,0,0,1), + (84810,8602,0,0,0,2974.97,-5095.94,121.712,1.07044,345,345,5,0,3643,0,0,1), + (84811,8600,0,0,0,2149.01,-3234.56,110.019,2.99859,345,345,5,0,3189,0,0,1), + (84812,8596,0,0,0,1859.9,-2741.14,94.2524,2.03968,345,345,5,0,3189,0,0,1), + (84813,9452,0,0,0,1569.16,-5231.53,96.3666,1.32655,610,610,0,0,5151,4765,0,0), + (84814,9447,0,0,0,1617.04,-4782.71,89.9459,1.6057,610,610,0,0,5886,1982,0,0), + (84815,8603,0,0,0,2403.27,-4512.39,77.7142,4.32341,345,345,10,0,3293,0,0,1), + (84816,8598,0,0,0,3121.32,-4805.42,100.446,1.5747,345,345,5,0,3758,0,0,1), + (84817,8605,0,0,0,2777.73,-3571.37,100.322,0.612827,345,345,10,0,3644,0,0,1), + (84818,8602,0,0,0,2857.47,-3973.21,103.598,3.18848,345,345,10,0,3643,0,0,1), + (84819,8535,0,0,0,3063.2,-4728.75,95.4559,5.65815,345,345,10,0,3528,0,0,1), + (84820,8596,0,0,0,2214.78,-3406.16,171.099,4.84619,345,345,5,0,3189,0,0,1), + (84821,8600,0,0,0,1581.98,-4530.64,84.2545,1.60594,345,345,5,0,3189,0,0,1), + (84822,8600,0,0,0,1632.77,-5050.5,77.6834,2.42534,345,345,10,0,3189,0,0,1), + (84823,9447,0,0,0,1622.17,-4845.07,88.8868,1.40328,610,610,2,0,5886,1982,0,1), + (84824,9449,0,0,0,1799.8,-5432.78,89.6826,1.02974,610,610,0,0,6078,2041,0,0), + (84825,6547,0,0,0,1598.14,-5314.94,70.0242,3.13426,345,345,0,0,735,0,0,0), + (84826,6491,1,0,0,-3134,-3048,34.246,5.711,490,490,0,0,7680,0,0,0), + (84834,833,0,0,0,-10183.9,1756.71,35.4559,4.83372,300,300,5,0,222,0,0,1), + (84943,9452,0,0,0,1771.01,-5442.07,81.0199,3.76991,610,610,0,0,5151,4765,0,0), + (84944,9449,0,0,0,1801.78,-5430.02,89.6831,4.03171,610,610,0,0,6078,2041,0,0), + (84945,9449,0,0,0,1824,-5153.79,110.898,1.48688,610,610,3,0,6078,2041,0,1), + (84946,9447,0,0,0,1726.63,-5212.41,95.7519,1.53589,610,610,0,0,5886,1982,0,0), + (84954,8530,0,0,0,2991.86,-3389.73,149.206,3.28721,345,345,5,0,3293,0,0,1), + (84955,8543,0,0,0,2983.91,-3428.92,150.926,6.10865,345,345,0,0,3758,0,0,0), + (84956,8603,0,0,0,2177.17,-4923.76,86.4575,3.09337,345,345,5,0,3293,0,0,1), + (84957,8598,0,0,0,3163.14,-2970.81,126.103,0.01792,345,345,10,0,3758,0,0,1), + (84958,8605,0,0,0,2548.83,-4449.36,78.4587,0.743031,345,345,10,0,3644,0,0,1), + (84959,8602,0,0,0,2915.75,-4644.53,82.6179,1.98432,345,345,10,0,3643,0,0,1), + (84960,8598,0,0,0,2785.63,-4221.01,90.2142,1.18356,345,345,10,0,3758,0,0,1), + (84961,8600,0,0,0,1546.36,-4555.27,88.6982,3.16207,345,345,5,0,3189,0,0,1), + (84962,8600,0,0,0,1993.71,-2860.42,83.5169,5.52548,345,345,5,0,3189,0,0,1), + (84963,9451,0,0,0,1703.87,-5550.47,103.223,4.18879,610,610,0,0,5490,5013,0,0), + (84964,9450,0,0,0,1545.66,-5566.35,101.121,1.27409,610,610,0,0,6273,2117,0,0), + (84965,8540,0,0,0,2949.7,-2956.04,106.206,0.216852,345,345,10,0,3188,0,0,1), + (84966,8603,0,0,0,2275.33,-4879.13,101.271,5.75047,345,345,5,0,3293,0,0,1), + (84967,8598,0,0,0,2795.58,-4023.46,99.4489,3.16504,345,345,10,0,3758,0,0,1), + (84968,8598,0,0,0,2713.15,-4876.47,88.4554,4.63412,345,345,10,0,3758,0,0,1), + (84969,8605,0,0,0,2735.65,-3928.11,96.1657,1.92606,345,345,10,0,3644,0,0,1), + (84970,8598,0,0,0,2805.79,-4229.25,89.6826,0.244742,345,345,10,0,3758,0,0,1), + (84971,8598,0,0,0,2682.85,-4917.16,85.0514,2.92504,345,345,10,0,3758,0,0,1), + (85375,10919,1,0,0,7353.31,-1527.89,157.623,2.61281,25,25,0,0,2371,0,0,2), + (85378,10919,1,0,0,7348.27,-1529.99,159.598,2.02769,25,25,0,0,2371,0,0,2), + (85379,10919,1,0,0,7345.56,-1528.89,159.742,1.73474,25,25,0,0,2371,0,0,2), + (85380,10919,1,0,0,7349.14,-1525.13,158.039,3.31182,25,25,0,0,2371,0,0,2), + (85478,8218,0,0,0,-337.534,-2849.99,77.1062,1.57174,72000,72000,0,0,2218,0,0,0), + (85489,8600,0,0,0,1591.1,-4012.31,149.952,2.48092,345,345,5,0,3189,0,0,1), + (85490,9450,0,0,0,1737.15,-5528.96,121.044,5.90442,610,610,5,0,6273,2117,0,1), + (85491,9450,0,0,0,1554.47,-5459.44,98.9206,4.42478,610,610,2,0,6273,2117,0,1), + (85492,9449,0,0,0,1778.59,-5222.84,104.095,0.810963,610,610,5,0,6078,2041,0,1), + (85493,8541,0,0,0,3218.19,-3657.55,141.866,5.80974,345,345,10,0,3528,0,0,1), + (85494,8556,0,0,0,3234.84,-3095.61,161.422,3.28122,345,345,0,0,3529,0,0,0), + (85495,8543,0,0,0,2990.08,-3123.35,112.288,2.97915,345,345,10,0,3758,0,0,1), + (85496,8540,0,0,0,2939.49,-3744.34,117.156,0.989098,345,345,10,0,3188,0,0,1), + (85497,8603,0,0,0,2214.75,-4475.41,102.522,5.8715,345,345,3,0,3293,0,0,1), + (85498,8602,0,0,0,2723.99,-4235.95,103.473,4.53568,345,345,5,0,3643,0,0,1), + (85499,8598,0,0,0,2877.34,-4647.07,86.3591,1.61871,345,345,10,0,3758,0,0,1), + (85500,8598,0,0,0,2922.7,-4781.82,97.5393,2.2135,345,345,10,0,3758,0,0,1), + (85501,8602,0,0,0,3264.68,-4324.32,102.904,1.2475,345,345,3,0,3643,0,0,1), + (85502,8605,0,0,0,3053.5,-2910.79,111.224,0.887452,345,345,10,0,3644,0,0,1), + (85503,8605,0,0,0,3110.49,-4850.88,99.8581,5.84969,345,345,3,0,3644,0,0,1), + (85504,8603,0,0,0,1602.95,-4677,83.7651,4.60281,345,345,10,0,3293,0,0,1), + (85505,8534,0,0,0,1449.25,-3165.58,114.267,3.10642,345,345,5,0,3420,0,0,1), + (85506,9449,0,0,0,1857.16,-5220.95,107.331,4.42613,610,610,3,0,6078,2041,0,1), + (85507,9448,0,0,0,1672.75,-5473.34,99.3463,0.907571,610,610,0,0,6477,2163,0,0), + (85508,8540,0,0,0,3154.25,-3162.75,162.607,4.70946,345,345,5,0,3188,0,0,1), + (85509,8540,0,0,0,2977.83,-3724.85,124.408,3.01233,345,345,10,0,3188,0,0,1), + (85510,8523,0,0,0,2878.02,-2867.66,102.195,4.43758,345,345,5,0,3189,0,0,1), + (85511,8603,0,0,0,2296.69,-4480.7,96.246,2.37946,345,345,10,0,3293,0,0,1), + (85512,8598,0,0,0,3048.31,-4387,104.831,4.12628,345,345,10,0,3758,0,0,1), + (85513,8605,0,0,0,2724.17,-4864.8,88.5932,1.19192,345,345,10,0,3644,0,0,1), + (85529,10919,1,0,0,7348.68,-1522.64,157.331,4.47421,25,25,0,0,2371,0,0,2), + (85530,10919,1,0,0,7344.15,-1524.48,158.612,1.36717,25,25,0,0,2371,0,0,2), + (85545,10919,1,0,0,7352.76,-1522.12,155.953,3.7972,25,25,0,0,2371,0,0,2), + (85546,10919,1,0,0,7348.96,-1518.88,155.725,1.5431,25,25,0,0,2371,0,0,2), + (85547,10919,1,0,0,7343.33,-1520.35,157.457,4.91796,25,25,0,0,2371,0,0,2), + (85548,10919,1,0,0,7332.3,-1517.58,157.702,0.944623,25,25,0,0,2371,0,0,2), + (85549,10919,1,0,0,7336.27,-1517.79,157.338,2.47379,25,25,0,0,2371,0,0,2), + (85550,10919,1,0,0,7341.04,-1512.98,155.401,2.43217,25,25,0,0,2371,0,0,2), + (85551,10919,1,0,0,7338.98,-1515.01,156.401,0.737278,25,25,0,0,2371,0,0,2), + (85552,10919,1,0,0,7335.2,-1514.42,156.92,3.01257,25,25,0,0,2371,0,0,2), + (85553,10919,1,0,0,7331.95,-1514.16,157.658,5.53999,25,25,0,0,2371,0,0,2), + (85554,10919,1,0,0,7306.6,-1520.75,179.846,2.26252,25,25,0,0,2371,0,0,2), + (85555,10919,1,0,0,7306.42,-1514.16,179.846,4.08622,25,25,0,0,2371,0,0,2), + (85556,10919,1,0,0,7398.51,-1639.6,189.373,1.71039,25,25,0,0,2371,0,0,2), + (85557,10919,1,0,0,7388.76,-1579.8,162.397,2.38505,25,25,0,0,2371,0,0,2), + (85558,11196,1,0,0,7316.06,-1490.99,156.133,2.8555,25,25,0,0,2371,0,0,2), + (85559,11196,1,0,0,7315.41,-1495.26,156.382,3.0008,25,25,0,0,2371,0,0,2), + (85560,11196,1,0,0,7318.11,-1499.58,156.747,3.73122,25,25,0,0,2371,0,0,2), + (85561,11815,1,0,0,7297.56,-1517.83,179.846,0.201641,25,25,0,0,4231,0,0,2), + (85562,10919,1,0,0,7338.65,-1508.38,155.359,4.69647,25,25,0,0,2371,0,0,2), + (85573,8602,0,0,0,3153.64,-4102.27,99.0492,1.54892,345,345,3,0,3643,0,0,1), + (85583,7329,129,0,0,2467.68,761.222,46.0943,5.77056,7200,7200,0,0,3780,0,0,0), + (85586,8602,0,0,0,3035.91,-4769.15,95.8939,3.64765,345,345,10,0,3643,0,0,1), + (85780,14601,469,0,0,-7358.19,-994.32,477.35,3.69,604800,604800,0,0,999300,0,0,0), + (85783,11981,469,0,0,-7407.94,-1031.04,477.35,0.87,604800,604800,0,0,999300,0,0,0), + (85784,14020,469,0,0,-7515.34,-1029.62,476.73,5.33,604800,604800,0,0,1832050,0,0,0), + (85785,10162,469,0,0,-7588.27,-1261.92,482.03,0.610865,604800,604800,0,0,306475,262000,0,0), + (85882,833,0,0,0,-10312.6,1792.61,35.9927,5.60842,300,300,5,0,222,0,0,1), + (85900,3640,43,0,0,-75.6394,-142.53,-80.9427,5.66487,7200,7200,5,0,1158,0,0,1), + (85901,5761,43,0,0,-57.3268,-123.082,-69.3712,3.53947,7200,7200,10,0,1212,456,0,1), + (85902,5761,43,0,0,-61.5681,-152.878,-78.7219,6.12289,7200,7200,0,0,1212,456,0,0), + (85912,5055,43,0,0,-35.1866,-109.43,-71.5824,4.83972,7200,7200,6,0,134,0,0,1), + (85916,5055,43,0,0,-35.6954,-102.823,-71.1393,0.200927,7200,7200,6,0,134,0,0,1), + (85917,5055,43,0,0,-35.2855,-115.286,-71.646,5.0583,7200,7200,6,0,134,0,0,1), + (85918,5055,43,0,0,-40.8706,-109.559,-70.794,1.05035,7200,7200,6,0,134,0,0,1), + (85919,3840,43,0,0,-39.2192,-118.272,-71.3657,5.65877,7200,7200,7,0,1212,912,0,1), + (85920,5055,43,0,0,-60.5177,-42.8552,-62.6483,3.59899,7200,7200,6,0,134,0,0,1), + (85923,2914,43,0,0,-42.2102,-115.005,-70.9481,2.88265,7200,7200,10,0,8,0,0,1), + (85946,8605,0,0,0,2656.18,-4970.52,110.203,1.12373,345,345,3,0,3644,0,0,1), + (85948,3840,43,0,0,-32.1023,-44.1422,-64.9763,3.38594,7200,7200,0,0,1212,912,0,0), + (85951,2914,43,0,0,-27.5634,-67.0949,-67.0457,4.47942,7200,7200,10,0,8,0,0,1), + (85953,5761,43,0,0,-37.4441,-48.2186,-65.3351,0.700297,7200,7200,5,0,1212,456,0,1), + (85954,5761,43,0,0,-7.03877,-71.0165,-67.0981,2.70526,7200,7200,5,0,1212,456,0,1), + (85958,3840,43,0,0,0.456491,-58.0701,-66.7706,1.41372,7200,7200,0,0,1212,912,0,0), + (85959,3840,43,0,0,2.31787,-47.6905,-65.8961,4.64258,7200,7200,6,0,1212,912,0,1), + (85963,5761,43,0,0,22.8071,-151.119,-78.6516,5.68534,7200,7200,0,1,1212,456,0,2), + (85965,3840,43,0,0,-35.9738,-188.879,-74.2266,5.40204,7200,7200,7,0,1212,912,0,1), + (85970,2914,43,0,0,-43.1579,-186.891,-74.4734,3.93977,7200,7200,10,0,8,0,0,1), + (85974,5761,43,0,0,-49.4982,-184.694,-74.7432,3.2571,7200,7200,2,0,1212,456,0,1), + (85988,5055,43,0,0,31.7616,-164.023,-82.2103,1.95201,7200,7200,6,0,134,0,0,1), + (85989,5055,43,0,0,30.6841,-162.294,-81.9008,1.01849,7200,7200,6,0,134,0,0,1), + (85991,2914,43,0,0,-5.53486,-197.778,-79.7883,3.03733,7200,7200,10,0,8,0,0,1), + (85992,2914,43,0,0,-148.34,-206.21,-68.5827,0.120755,7200,7200,10,0,8,0,0,1), + (85993,5056,43,0,0,-151.99,-193.793,-68.517,2.55062,7200,7200,5,0,1452,0,0,1), + (85994,5055,43,0,0,-179.348,-213.459,-57.1672,4.99566,7200,7200,1,0,134,0,0,1), + (85995,5055,43,0,0,-181.605,-204.294,-59.3739,6.15698,7200,7200,1,0,134,0,0,1), + (85996,5055,43,0,0,-188.013,-194.516,-61.1482,2.01214,7200,7200,5,0,134,0,0,1), + (86000,5055,43,0,0,-192.057,-191.647,-62.1711,1.60461,7200,7200,5,0,134,0,0,1), + (86003,2914,43,0,0,-124.618,-243.066,-62.8639,2.81518,7200,7200,10,0,8,0,0,1), + (86004,3840,43,0,0,-124.628,-240.457,-63.182,0.264839,7200,7200,0,0,1212,912,0,0), + (86005,2914,43,0,0,-130.906,-244.259,-64.7158,4.08519,7200,7200,10,0,8,0,0,1), + (86011,5756,43,0,0,-123.356,-246.826,-62.0081,5.19314,7200,7200,5,0,1452,0,0,1), + (86012,5756,43,0,0,-166.816,-246.205,-57.274,6.20765,7200,7200,5,0,1452,0,0,1), + (86013,3840,43,0,0,-209.561,-195.677,-62.2591,0.287966,7200,7200,7,0,1212,912,0,1), + (86042,833,0,0,0,-10137.9,1852.07,37.8068,4.33224,300,300,10,0,222,0,0,1), + (86045,5756,43,0,0,-193.045,-237.753,-70.109,2.84551,7200,7200,5,0,1452,0,0,1), + (86046,5761,43,0,0,-56.9424,-236.043,-68.8445,2.01367,7200,7200,5,0,1212,456,0,1), + (86047,3640,43,0,0,-110.56,-260.383,-57.4221,2.38278,7200,7200,0,0,1158,0,0,2), + (86048,3840,43,0,0,-96.4884,-262.309,-58.1511,0.92934,7200,7200,5,0,1212,912,0,1), + (86104,3840,43,0,0,-55.0802,-249.599,-68.6557,4.71643,7200,7200,6,0,1212,912,0,1), + (86105,5055,43,0,0,-160.949,-285.363,-62.9216,1.97666,7200,7200,1,0,134,0,0,1), + (86106,2914,43,0,0,-118.55,-306.559,-63.2057,4.37173,7200,7200,10,0,8,0,0,1), + (86107,3840,43,0,0,-104.047,-305.083,-62.8754,4.95674,7200,7200,0,0,1212,912,0,0), + (86108,3840,43,0,0,-101.087,-314.364,-62.4039,1.97222,7200,7200,0,0,1212,912,0,0), + (86109,3840,43,0,0,-17.6659,-269.587,-66.5163,1.0472,7200,7200,0,0,1212,912,0,0), + (86110,5761,43,0,0,-30.8356,-270.358,-67.4264,1.67204,7200,7200,5,0,1212,456,0,1), + (86111,5756,43,0,0,-107.918,-297.238,-62.4053,0.421712,7200,7200,5,0,1452,0,0,1), + (86112,3840,43,0,0,-29.1347,-264.171,-67.822,6.05629,7200,7200,0,0,1212,912,0,0), + (86113,2914,43,0,0,-29.2057,-249.163,-68.4566,2.87598,7200,7200,10,0,8,0,0,1), + (86134,8605,0,0,0,2661.41,-3457.87,124.7,5.03172,345,345,3,0,3644,0,0,1), + (86135,8600,0,0,0,1714.09,-4343.63,73.9473,0.395016,345,345,10,0,3189,0,0,1), + (86136,3840,43,0,0,-11.4551,-260.961,-67.9703,3.9968,7200,7200,0,0,1212,912,0,0), + (86137,3840,43,0,0,-154.099,-304.537,-64.4385,4.83202,7200,7200,7,0,1212,912,0,1), + (86140,833,0,0,0,-10337.2,1876.12,37.662,3.36428,300,300,10,0,222,0,0,1), + (86141,833,0,0,0,-10249.4,1950.36,36.6119,1.89471,300,300,10,0,222,0,0,1), + (86142,1109,0,0,0,-10293.3,1969.12,35.0587,1.71974,300,300,10,0,273,0,0,1), + (86143,1109,0,0,0,-10287.6,1750.95,35.598,3.07199,300,300,10,0,273,0,0,1), + (86144,1109,0,0,0,-10259.5,1858.67,36.5242,5.28105,300,300,10,0,273,0,0,1), + (86145,1109,0,0,0,-10083.3,1644.91,44.5045,5.13101,300,300,5,0,273,0,0,1), + (86146,1109,0,0,0,-10361.4,1774.84,35.8187,5.04464,300,300,5,0,273,0,0,1), + (86147,157,0,0,0,-10357.1,1692.54,36.419,5.36761,300,300,5,0,300,0,0,1), + (86148,454,0,0,0,-10211.8,1815.94,38.1194,1.45141,300,300,10,0,247,0,0,1), + (86149,6547,0,0,0,1603.62,-5306.68,70.045,4.9,345,345,0,0,735,0,0,0), + (86150,157,0,0,0,-10174.2,1575.4,45.3646,2.68056,300,300,5,0,300,0,0,1), + (86151,454,0,0,0,-10215.7,1750.9,35.8143,1.39919,300,300,5,0,247,0,0,1), + (86152,1412,0,0,0,-9001,852.79,105.561,0.054,180,180,5,0,8,0,0,1), + (86153,1412,0,0,0,-8972,858.785,106.162,1.383,180,180,5,0,8,0,0,1), + (86154,100,0,0,0,-10017,654.089,37.149,5.412,1380,1380,0,0,247,0,0,0), + (86156,802,0,0,0,-9511,-1286,44.145,3.789,939,939,0,0,64,0,0,0), + (86157,800,0,0,0,-9504,-1286,43.067,4.472,318,318,0,0,64,0,0,0), + (86158,798,0,0,0,-9497,-1274,43.456,0.703,939,939,0,0,64,8681,0,0), + (86159,799,0,0,0,-9487,-1254,43.483,1.865,318,318,0,0,64,0,0,0), + (86164,60,0,0,0,-9250.89,-708.187,62.9,1.5507,444,444,0,0,148,165,0,0), + (86166,13435,0,0,0,-8810,641.539,94.229,3.236,840,840,0,0,1605,0,0,0), + (86167,13436,0,0,0,-8807,635.279,94.229,4.162,840,840,0,0,1605,0,0,0), + (86169,15310,0,0,0,-8596,739.708,101.904,2.749,318,318,0,0,64,0,0,0), + (86170,1130,0,0,0,-5798,-938,393.646,1.187,2244,2244,0,0,247,0,0,0), + (86171,6113,0,0,0,-5780,431.391,426.595,0.937,498,498,0,0,222,0,0,0), + (86172,1119,0,0,0,-5561,-1717,372.298,3.159,2244,2244,0,0,321,0,0,0), + (86176,2870,0,0,0,-5206,-479,387.736,2.214,678,678,0,0,980,0,0,0), + (86180,13434,0,0,0,-4926.36,-979.266,501.56,1.6057,180,180,0,0,1605,0,0,0), + (86181,1365,0,0,0,-4882.71,-952.68,501.464,3.17408,480,480,0,0,413,0,0,0), + (86182,13433,0,0,0,-4923.96,-980.013,501.554,0.994838,180,180,0,0,1605,0,0,0), + (86184,13444,0,0,0,-4914.36,-976.11,501.453,1.93731,180,180,0,0,1605,0,0,0), + (86185,13000,0,0,0,-4762,-1701,503.324,1.843,570,570,0,0,644,0,0,0), + (86186,13000,0,0,0,-4754,-1644,503.408,5.62,570,570,0,0,644,0,0,0), + (86187,13000,0,0,0,-4747,-1702,503.324,3.885,570,570,0,0,644,0,0,0), + (86188,13000,0,0,0,-4739,-1705,503.408,5.253,570,570,0,0,644,0,0,0), + (86189,13000,0,0,0,-4726,-1705,503.324,2.173,570,570,0,0,644,0,0,0), + (86191,12047,0,0,0,-4492,-1582,509.005,3.935,1290,1290,7,0,2672,0,0,1), + (86192,9452,0,0,0,1860.67,-5466.59,124.091,1.06521,610,610,5,0,5151,4765,0,1), + (86197,157,0,0,0,-10254.5,1778.81,36.4493,4.12603,300,300,10,0,300,0,0,1), + (86226,454,0,0,0,-10204,1842.7,36.4561,3.43398,300,300,10,0,247,0,0,1), + (590018,2098,0,10000,0,-1818.03,-4142.99,9.89494,4.68913,60,60,0,0,164,0,0,0), + (86233,13430,0,0,0,1630.85,219.424,-43.0193,2.16421,180,180,0,0,1605,0,0,0), + (86234,15354,1,0,0,1657.86,-4432.84,17.4795,2.02458,840,840,0,0,1605,0,0,0), + (86237,14480,1,0,0,1660.02,-4391,23.268,4.771,480,480,0,0,413,0,0,0), + (86257,8219,0,0,0,6.16813,-2823.02,120.508,4.36383,72000,72000,0,0,2059,0,0,0), + (86263,15351,0,0,0,-5040.55,-1274.31,510.325,1.97344,300,300,0,0,3857,0,0,0), + (86277,8506,369,0,0,-45.0608,163.213,-3.53676,1.45299,318,318,5,0,42,0,0,1), + (86278,8506,369,0,0,4.6351,314.627,-47.698,1.72643,318,318,5,0,42,0,0,1), + (86282,12047,30,0,0,101.43,-390.854,45.1353,0.351658,1290,1290,5,0,2672,0,0,1), + (86292,14481,0,0,0,-8864.46,658.466,96.5078,5.47143,480,480,0,0,413,0,0,0), + (86294,8543,0,0,0,3119.79,-3548.96,151.979,3.14225,345,345,10,0,3758,0,0,1), + (86295,8543,0,0,0,3346.18,-3080.24,162.445,4.15388,345,345,0,0,3758,0,0,0), + (86296,8524,0,0,0,2943.1,-3420.65,135.176,3.28473,345,345,3,0,2301,4896,0,1), + (86297,8540,0,0,0,2997.82,-3753.81,129.461,3.18727,345,345,10,0,3188,0,0,1), + (86298,8598,0,0,0,2989.17,-4183.97,94.7974,1.14821,345,345,10,0,3758,0,0,1), + (86299,8598,0,0,0,2820.48,-4986.62,100.932,5.69518,345,345,10,0,3758,0,0,1), + (86300,3581,0,0,0,-8560.69,486.619,85.8912,2.29404,8400,8400,0,0,18068,0,0,0), + (86301,3581,0,0,0,-8783.6,487.416,85.8914,0.528863,8400,8400,0,0,18068,0,0,0), + (86322,12364,0,0,0,-5459.66,-623.126,393.514,0.515859,318,318,0,0,42,0,0,0), + (86325,5055,43,0,0,-157.599,-295.351,-63.7677,4.91261,7200,7200,1,0,134,0,0,1), + (86328,8602,0,0,0,2814.16,-4594.25,91.1752,2.16313,345,345,5,0,3643,0,0,1), + (86336,6208,0,0,0,-4964.89,728.935,257.767,6.2644,1677,1677,0,0,2135,0,0,0), + (86337,6208,0,0,0,-4994.64,731.707,256.39,3.05564,1677,1677,0,0,2135,0,0,0), + (86338,6208,0,0,0,-5165.83,910.628,257.177,1.78203,1677,1677,0,0,2135,0,0,0), + (86339,6209,0,0,0,-5146.4,880.43,252.803,5.11306,1704,1704,0,0,2243,0,0,0), + (86340,6209,0,0,0,-4925.73,670.234,249.393,2.73331,1704,1704,0,0,2243,0,0,0), + (86341,6209,0,0,0,-5077.93,849.784,253.54,5.82777,1704,1704,0,0,2243,0,0,0), + (86342,6209,0,0,0,-4912.11,763.749,249.395,4.90494,1704,1704,0,0,2243,0,0,0), + (86343,6210,0,0,0,-4983.13,729.05,256.341,3.78899,1623,1623,0,0,1959,1164,0,0), + (86344,6210,0,0,0,-5090.76,787.029,260.544,4.55975,1623,1623,0,0,1959,1164,0,0), + (86345,6210,0,0,0,-5162.78,877.911,256.576,1.9147,1623,1623,0,0,1959,1164,0,0), + (86346,6213,0,0,0,-5059.66,772.96,260.553,1.90588,1650,1650,0,0,1586,1372,0,0); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (63913,2258,0,1162,0,664.315,-1027.59,160.39,5.21757,72000,0,0,1536,0,0,2), - (64959,8546,0,10409,0,2406.19,-3801.31,185.555,0.628319,345,0,0,4212,0,0,0), - (65527,8606,0,681,0,2019.36,-4149.61,13.5239,3.42394,345,3,0,3529,0,0,1), - (65607,5828,1,0,0,-639.089,-3664.57,95.2245,2.44057,39600,1,0,1815,0,0,1), - (66972,820,0,2374,0,-10504.8,1033.25,95.7958,4.43314,300,0,0,1605,0,0,0), - (66973,878,0,2373,0,-10636.3,1127.26,33.8767,5.91667,300,0,0,1605,0,0,0), - (66974,821,0,2372,0,-10511.2,1041.84,60.7013,1.50098,300,0,0,1846,0,0,0), - (66975,234,0,1690,0,-10508.8,1045.23,60.7013,1.95477,600,0,0,1700,0,0,0), - (66976,10045,0,9265,0,-10638.3,1163.87,33.5578,5.51524,300,0,0,1605,0,0,0), - (66977,8934,0,8186,0,-10632.6,1188.78,35.3057,3.33358,300,0,0,1605,0,0,0), - (66978,8931,0,8185,0,-10653.4,1166.52,34.4647,5.74519,300,0,0,1605,0,0,0), - (66979,6182,0,4894,0,-11482.3,1557.41,48.7058,4.28651,300,5,0,919,0,0,2), - (66980,834,0,643,0,-10047.2,1586.38,43.5193,0.276073,300,10,0,198,0,0,1), - (66981,834,0,643,0,-10007.5,1741.95,34.123,3.48961,300,10,0,198,0,0,1), - (66982,834,0,643,0,-10083.9,1619.16,42.2527,1.79943,300,5,0,198,0,0,1), - (66983,834,0,643,0,-9886.34,1632.12,36.3031,5.62797,300,10,0,198,0,0,1), - (66984,834,0,643,0,-10033,1726.21,37.538,2.19184,300,10,0,198,0,0,1), - (66985,834,0,643,0,-9955.25,1679.98,33.9662,4.92894,300,10,0,198,0,0,1), - (66986,833,0,161,0,-10022.9,1556.61,44.9144,2.5923,300,5,0,222,0,0,1), - (66987,833,0,161,0,-10019,1625.89,45.3409,1.4965,300,5,0,222,0,0,1), - (66988,7052,0,5809,0,-11154.2,547.904,40.6265,4.20945,300,0,0,617,0,0,2), - (66989,7050,0,5812,0,-11065.4,503.794,22.6767,2.46632,300,0,0,573,0,0,2), - (66990,7050,0,5812,0,-11064.2,505.057,22.6275,2.41344,300,0,0,573,0,0,0), - (66991,7052,0,5811,0,-11149.7,554.126,55.8372,0.515589,300,0,0,617,0,0,2), - (66992,7067,0,5832,0,-11102.6,544.798,33.6262,4.4627,300,0,0,573,0,0,2), - (66993,7067,0,5832,0,-11101.8,546.144,33.5665,4.6753,300,5,0,573,0,0,1), - (66994,7056,0,5807,0,-11142.7,529.801,61.6504,6.08912,300,0,0,664,0,0,0), - (66995,7056,0,5806,0,-11141.5,527.507,61.6513,5.98733,300,0,0,664,0,0,2), - (66996,7053,0,5805,0,-11124.1,545.44,70.4323,1.72551,300,0,0,2199,0,0,2), - (66997,513,0,1994,0,-9789.81,1816.33,7.88402,0,300,3,0,300,0,0,1), - (67002,513,0,1994,0,-9790.02,1836.2,-2.06848,2.6375,300,5,0,300,0,0,1), - (68491,16378,0,16150,0,2274.5,-5340.08,87.6035,2.20322,610,0,0,5000,0,0,0), - (68499,11536,0,11352,0,2251.3,-5344.98,87.0119,1.88496,345,0,0,4484,0,0,0), - (68500,16378,0,16147,0,2330.09,-5302.7,82.0478,3.78736,610,0,0,5000,0,0,0), - (68543,11102,0,10562,0,2345.25,-5295.37,83.4182,5.48989,610,5,0,4108,0,0,2), - (68754,456,0,486,0,-9800.66,1822.51,4.03045,3.7869,300,5,0,253,264,0,1), - (68755,513,0,1994,0,-9788.99,1823.17,-8.06371,0.632272,300,0,0,300,0,0,0), - (68756,456,0,486,0,-9770.04,1818.43,-4.82148,4.45059,300,0,0,253,264,0,0), - (68757,513,0,1994,0,-9770.69,1807.24,1.94291,1.81514,300,0,0,300,0,0,0), - (68922,11102,0,10562,0,2348.42,-5291.46,83.5432,5.49667,610,5,0,4108,0,0,2), - (68930,11033,0,10471,0,2303.41,-5305.53,82.0796,2.19912,345,0,0,4108,0,0,0), - (68931,16378,0,16148,0,2317.07,-5288.9,82.1457,3.63029,610,0,0,5000,0,0,0), - (68936,16016,0,15968,0,3367.63,-3379.76,144.98,3.04182,250,0,0,3700,0,0,0), - (68946,4880,1,4684,0,-2646.43,-3436.07,35.3732,4.55531,180,0,0,2016,0,0,0), - (68963,16378,0,16147,0,2288.8,-5319.14,88.9963,2.19912,610,0,0,5000,0,0,0), - (69113,2453,0,11566,0,623.855,-675.236,152.814,2.53936,72000,0,0,1196,3075,0,2), - (69114,2744,0,4937,0,-6336.26,-3119.93,310.836,1.12561,72000,0,0,1752,0,0,0), - (69115,2749,0,13869,0,-6827.86,-2573.3,240.744,2.53933,72000,0,0,5334,0,0,0), - (69116,2751,0,5747,0,-6212.7,-3382.75,239.279,0.17921,72000,0,0,1469,0,0,0), - (69117,8211,0,11414,0,88.476,-2033.78,115.998,5.96604,72000,0,0,1981,0,0,0), - (69118,8212,0,1306,0,359.87,-3841.89,107.097,2.21027,72000,0,0,2672,0,0,0), - (69119,8213,0,7840,0,204.115,-4712.17,4.82577,0.363795,72000,0,0,2980,0,0,0), - (69492,456,0,486,0,-9776.22,1828.67,0.233093,4.64258,300,0,0,253,264,0,0), - (69677,16378,0,16147,0,2281.74,-5323.96,89.2463,2.21657,610,0,0,5000,0,0,0), - (69678,11034,0,10469,0,2303.82,-5349.5,91.6577,2.11185,345,0,0,4079,0,0,0), - (69679,16378,0,16147,0,2272.92,-5280.93,82.1957,1.67552,610,0,0,5000,0,0,0), - (69680,11035,0,10465,0,2260.14,-5338.98,86.842,2.14675,345,0,0,4356,0,0,0), - (69681,8555,0,3004,0,2950.29,-2715,97.0207,0.767945,345,0,0,3189,0,0,0), - (69682,8557,0,6841,0,2926.24,-2623.36,95.2648,0.460142,345,2,0,3882,0,0,1), - (69683,8556,0,11178,0,2936.86,-2666.81,97.2542,3.9968,345,2,0,3529,0,0,1), - (69684,8556,0,11178,0,2938.84,-2697.49,95.8161,2.30429,345,5,0,3529,0,0,1), - (69685,9448,0,10395,0,1740.64,-5560.16,118.459,3.60824,610,0,0,6477,2163,0,0), - (69686,9448,0,10395,0,1675.48,-5567.38,101.004,6.16101,610,0,0,6477,2163,0,0), - (69687,8539,0,7857,0,3014.82,-4915.39,102.683,3.663,345,5,0,3820,0,0,1), - (69688,8542,0,8783,0,2980.4,-4886.6,106.491,2.88243,345,5,0,3758,0,0,1), - (69689,8542,0,8783,0,3051.11,-4880.63,105.687,3.32826,345,10,0,3758,0,0,1), - (69690,8558,0,9758,0,2760.79,-5420.71,157.944,0.314159,345,0,0,3876,0,0,0), - (69691,8543,0,1693,0,3024.63,-3421.3,150.926,3.7001,345,0,0,3758,0,0,0), - (69692,8534,0,7854,0,3334.86,-3061.88,148.511,-2.87755,345,5,0,3420,0,0,1), - (69693,8603,0,7898,0,2128.8,-4721.31,75.3611,3.37608,345,10,0,3293,0,0,1), - (69694,8602,0,7897,0,3127.33,-4637.46,103.068,4.14204,345,10,0,3643,0,0,1), - (69695,8602,0,7897,0,2654.17,-4187.5,81.736,1.22589,345,10,0,3643,0,0,1), - (69696,8602,0,7897,0,2801.8,-4184,92.0459,2.30846,345,10,0,3643,0,0,1), - (69697,8602,0,7897,0,3031.08,-4513.74,105.576,6.25585,345,3,0,3643,0,0,1), - (69698,8600,0,7894,0,1640.12,-4970.62,83.6006,2.35368,345,10,0,3189,0,0,1), - (69699,8596,0,7890,0,2490.42,-2528.57,101.029,1.41206,345,5,0,3189,0,0,1), - (69700,8600,0,7894,0,1511.35,-3156.7,111.378,2.19672,345,0,0,3189,0,0,0), - (69701,8603,0,7898,0,1573.48,-4573.93,85.7049,1.0886,345,10,0,3293,0,0,1), - (69702,8558,0,9758,0,2562.62,-3810.43,185.141,2.47837,345,0,0,3876,0,0,0), - (69703,9449,0,10388,0,1654.58,-4808.12,85.4558,2.42601,610,0,0,6078,2041,0,0), - (69704,9447,0,10378,0,1804.81,-5214.66,113.18,3.36848,610,0,0,5886,1982,0,0), - (69705,8542,0,8783,0,3005.47,-4984.79,107.799,5.52677,345,3,0,3758,0,0,1), - (69706,8542,0,8783,0,3080.49,-4915.33,99.4775,1.68932,345,10,0,3758,0,0,1), - (69707,8539,0,7857,0,3036.84,-4914.1,102.493,2.99845,345,5,0,3820,0,0,1), - (69708,8542,0,8783,0,3002.54,-4896.78,108.41,5.12842,345,0,0,3758,0,0,0), - (69709,8542,0,8783,0,3043.99,-4947.86,104.887,0.842222,345,5,0,3758,0,0,1), - (69710,8561,0,10441,0,3462.65,-4959.52,189.941,4.74729,345,0,0,3876,0,0,0), - (70553,15605,1,15629,0,2809.42,-298.311,109.197,2.21242,25,0,0,3857,5751,0,0), - (70554,15557,0,15630,0,-7955.99,-2701.6,190.629,0.144826,25,0,0,3857,5751,0,0), - (70555,15558,0,15632,0,-5339.71,-2900.36,343.356,4.41858,25,0,0,3857,5751,0,0), - (70556,15574,1,15642,0,6743.79,-4679.7,725.17,1.94712,25,0,0,3857,5751,0,0), - (70557,15565,0,15643,0,-9391.43,142.467,61.1422,3.02569,25,0,0,3857,5751,0,0), - (70560,15595,1,15601,0,9768.83,897.046,1296.84,0.946345,25,0,0,3857,5751,0,0), - (70561,15583,1,15644,0,-7842.99,-1329.69,-265.086,6.04205,25,0,0,3857,5751,0,0), - (70562,15582,1,15647,0,-869.407,-3730.32,22.565,4.41703,25,0,0,3857,5751,0,0), - (70563,15600,1,15634,0,2459.51,-6956.14,111.238,1.76124,25,0,0,3857,5751,0,0), - (70564,15588,1,15615,0,-2300.68,-1946.13,96.2758,4.13115,25,0,0,3857,5751,0,0), - (70565,15597,1,15621,0,-462.663,-2587.77,100.312,5.77342,25,0,0,3857,5751,0,0), - (70566,15601,1,15640,0,6290.95,530.87,16.2558,5.47417,25,0,0,3857,5751,0,0), - (70567,15598,1,15603,0,10136.2,2583.11,1325.39,4.19868,25,0,0,3857,5751,0,0), - (70568,15572,1,15631,0,268.438,-4775.68,11.8795,1.9594,25,0,0,3857,5751,0,0), - (70570,15581,1,15613,0,-4122.88,109.93,75.8011,5.80234,25,0,0,3857,5751,0,0), - (70571,15587,1,15619,0,-3801.35,1092.59,131.969,6.24522,25,0,0,3857,5751,0,0), - (70572,15575,1,15604,0,-2104.57,-446.089,-8.08031,4.41213,25,0,0,3857,5751,0,0), - (70573,15603,1,15624,0,5101.63,-522.688,335.06,4.53718,25,0,0,3857,5751,0,0), - (70574,15599,1,15602,0,-6833.13,831.946,49.4559,2.3294,25,0,0,3857,5751,0,0), - (70575,15570,1,15626,0,-6202.55,1801.27,19.3972,0.65965,25,0,0,3857,5751,0,0), - (70576,15586,1,15609,0,-7116.61,-3780.11,8.67008,0.295623,25,0,0,3857,5751,0,0), - (70578,15573,1,15628,0,-9560.5,-2700.24,12.281,0.920799,25,0,0,3857,5751,0,0), - (72002,8214,0,4731,0,236.067,-2739.72,116.361,4.62301,72000,0,0,2672,0,0,0), - (72236,15584,1,15635,0,-5433.37,-2425.91,89.6587,0.485213,25,0,0,3857,5751,0,0), - (72237,15604,1,15623,0,-6234.48,-3941.96,-58.751,0.972934,25,0,0,3857,5751,0,0), - (72238,15606,1,15605,0,6467.13,-4264.75,663.742,0.854343,25,0,0,3857,5751,0,0), - (72239,15563,0,15600,0,-11793.4,-3181.84,-30.2682,1.15489,25,0,0,3857,5751,0,0), - (73001,7319,1,0,0,10980,1731.3,1303.1,5.14113,300,5,0,275,249,0,1), - (75117,15585,0,15608,0,-7498.78,-2154.67,146.658,3.10499,25,0,0,3857,5751,0,0), - (76583,8562,0,10436,0,3158.71,-4704.41,101.119,5.19108,345,5,0,3006,2241,0,1), - (77480,8215,0,12816,0,45.1769,-4277.32,122.17,4.22167,72000,0,0,6645,0,0,2), - (78268,8540,0,984,0,3053.15,-3910.86,115.504,5.54106,345,10,0,3188,0,0,1), - (78269,8523,0,5231,0,3006.73,-3210.69,142.123,4.24922,345,3,0,3189,0,0,1), - (78371,15569,0,15611,0,-5570.76,-497.917,401.813,1.74258,25,0,0,3857,5751,0,0), - (78372,15596,0,15638,0,-11953.6,-1166.55,77.6702,0.826759,25,0,0,3857,5751,0,0), - (78373,15568,0,15612,0,2215.68,238.288,34.1166,1.70684,25,0,0,3857,5751,0,0), - (78374,15577,0,15633,0,-10499.3,1033.81,95.6127,4.99,25,0,0,3857,5751,0,0), - (78375,15549,230,15622,0,592.67,-190.145,-54.0991,0.222688,25,0,0,3857,5751,0,0), - (78381,15556,349,15637,0,-7.67095,-246.622,-168.102,3.28483,25,0,0,3857,5751,0,0), - (78382,15578,209,15645,0,1689.15,1147.89,8.87702,2.41196,25,0,0,3857,5751,0,0), - (78383,15560,229,15641,0,31.5467,-401.319,48.6986,1.68414,25,0,0,3857,5751,0,0), - (78384,15593,109,15639,0,-415.042,7.16811,-90.854,2.2162,25,0,0,3857,5751,0,0), - (78682,8543,0,1693,0,2969.88,-3177.61,117.52,3.38587,345,10,0,3758,0,0,1), - (78683,8603,0,7898,0,2225.07,-4814.16,109.766,5.63011,345,5,0,3293,0,0,1), - (78684,8601,0,7896,0,1936.93,-5211.9,85.289,2.85257,345,10,0,3420,0,0,1), - (78791,8605,0,7900,0,2727.63,-4209.21,88.9657,2.79025,345,10,0,3644,0,0,1), - (79035,1707,34,2144,0,82.3245,-10.6106,-26.4396,0.371108,43200,0,0,1815,0,0,0), - (79036,1706,34,2148,0,110.986,-29.1003,-26.4396,4.23787,43200,5,0,1815,0,0,1), - (79037,1715,34,2147,0,77.8325,-88.7943,-33.8562,1.87365,43200,5,0,1953,0,0,1), - (79038,1715,34,2147,0,128.395,-36.2513,-33.9396,3.46348,43200,5,0,1953,0,0,1), - (79039,1711,34,2145,0,70.595,-83.9379,-33.8562,4.83093,43200,5,0,1953,0,0,1), - (79040,1715,34,2147,0,99.3863,-37.6553,-34.7729,5.84427,43200,5,0,1953,0,0,1), - (79041,1708,34,2146,0,117.7,-45.8883,-34.7729,2.96333,43200,5,0,1953,0,0,1), - (79042,1707,34,2144,0,110.662,-0.797785,-25.5229,0.30335,43200,0,0,1815,0,0,0), - (79043,1706,34,2148,0,88.573,-15.4623,-26.4396,4.33564,43200,0,0,1815,0,0,0), - (79044,1707,34,2144,0,87.736,-28.9658,-26.4396,1.5708,43200,0,0,1815,0,0,0), - (79045,1707,34,2144,0,102.687,-28.8744,-26.4396,6.02139,43200,5,0,1815,0,0,1), - (79046,1706,34,2148,0,81.5075,-2.03578,-25.5229,2.77507,43200,0,0,1815,0,0,0), - (79047,1711,34,2145,0,111.721,-41.2636,-34.7729,2.05949,43200,5,0,1953,0,0,1), - (79048,1706,34,2148,0,110.512,-14.289,-26.4396,2.07694,43200,5,0,1815,0,0,1), - (79049,1715,34,2147,0,110.796,-65.9973,-34.7729,3.56047,43200,5,0,1953,0,0,1), - (79050,1707,34,2144,0,108.735,21.5291,-26.5229,2.66238,43200,0,0,1815,0,0,0), - (79051,1707,34,2144,0,110.493,42.8924,-34.7729,3.87516,43200,0,0,1815,0,0,0), - (79052,1707,34,2144,0,110.413,30.1479,-26.4396,5.35283,43200,0,0,1815,0,0,0), - (79053,1711,34,2145,0,129.414,21.692,-29.216,1.50148,43200,5,0,1953,0,0,1), - (79054,1708,34,2146,0,76.2288,0.302129,-25.5229,3.49974,43200,0,0,1953,0,0,0), - (79055,1706,34,2148,0,83.9548,30.5974,-26.4396,0.369557,43200,0,0,1815,0,0,0), - (79056,1706,34,2148,0,131.149,3.33946,-25.5229,1.50787,43200,0,0,1815,0,0,0), - (79057,1707,34,2144,0,86.8127,21.0691,-26.4396,4.59022,43200,0,0,1815,0,0,0), - (79058,1708,34,2146,0,128.622,49.0336,-33.8562,4.17134,43200,0,0,1953,0,0,0), - (79059,1707,34,2144,0,80.683,16.7574,-26.4396,2.04204,43200,0,0,1815,0,0,0), - (79060,1707,34,2144,0,131.167,40.9354,-33.8562,1.98968,43200,0,0,1815,0,0,0), - (79061,1708,34,2146,0,105.4,70.095,-34.7729,2.75762,43200,5,0,1953,0,0,1), - (79062,1707,34,2144,0,140.338,3.08356,-25.5229,5.99824,43200,5,0,1815,0,0,1), - (79063,1711,34,2145,0,129.687,-47.4302,-33.8562,3.40339,43200,5,0,1953,0,0,1), - (79064,1706,34,2148,0,93.4684,3.03369,-25.5229,3.50811,43200,0,0,1815,0,0,0), - (79065,1707,34,2144,0,103.24,12.9131,-26.4396,1.16937,43200,0,0,1815,0,0,0), - (79066,1708,34,2146,0,100.916,53.2517,-34.7729,2.70526,43200,5,0,1953,0,0,1), - (79067,1708,34,2146,0,100.564,44.3137,-34.7729,2.30383,43200,5,0,1953,0,0,1), - (79068,1706,34,2148,0,127.145,-1.40234,-25.5229,2.26893,43200,0,0,1815,0,0,0), - (79069,1708,34,2146,0,123.368,-61.7398,-33.8562,3.01942,43200,5,0,1953,0,0,1), - (79070,1711,34,2145,0,94.8542,-60.1856,-34.7729,2.61799,43200,5,0,1953,0,0,1), - (79071,1711,34,2145,0,66.9717,-90.2606,-33.8562,5.39307,43200,5,0,1953,0,0,1), - (79072,1708,34,2146,0,96.4198,-54.7564,-34.7729,2.51327,43200,5,0,1953,0,0,1), - (79073,1707,34,2144,0,115.026,46.7235,-34.7729,4.31096,43200,5,0,1815,0,0,1), - (79074,1711,34,2145,0,104.11,-55.8138,-34.7729,4.83456,43200,5,0,1953,0,0,1), - (79075,1711,34,2145,0,124.704,-70.8525,-33.9396,4.719,43200,5,0,1953,0,0,1), - (79076,1708,34,2146,0,82.6119,-94.8407,-33.8562,5.54853,43200,5,0,1953,0,0,1), - (79077,1715,34,2147,0,146.893,-42.7851,-34.8562,3.56855,43200,5,0,1953,0,0,1), - (79078,1711,34,2145,0,138.566,-48.0856,-34.7729,0.529011,43200,5,0,1953,0,0,1), - (79079,1708,34,2146,0,121.623,74.722,-34.7729,0.645772,43200,5,0,1953,0,0,1), - (79080,1708,34,2146,0,108.453,82.4015,-34.8562,1.40505,43200,5,0,1953,0,0,1), - (79081,1707,34,2144,0,153.705,3.6997,-25.6062,5.67859,43200,5,0,1815,0,0,1), - (79082,1708,34,2146,0,145.489,43.3674,-34.7729,4.00042,43200,0,0,1953,0,0,0), - (79083,1706,34,2148,0,150.993,39.1095,-34.7729,2.50405,43200,5,0,1815,0,0,1), - (79084,1708,34,2146,0,114.613,-86.3965,-33.9396,5.65375,43200,5,0,1953,0,0,1), - (79085,1715,34,2147,0,140.158,-64.5333,-34.7729,5.99149,43200,5,0,1953,0,0,1), - (79086,1706,34,2148,0,165.944,1.0911,-25.6062,2.88702,43200,5,0,1815,0,0,1), - (79087,1707,34,2144,0,134.054,70.9823,-33.8562,6.04937,43200,5,0,1815,0,0,1), - (79088,1666,34,825,0,142.644,-71.8536,-34.8562,4.49228,43200,0,0,2307,0,0,0), - (79089,1711,34,2145,0,155.148,-52.0394,-34.8562,3.07747,43200,5,0,1953,0,0,1), - (79090,1720,34,2142,0,160.051,45.709,-34.7729,3.36848,43200,0,0,2250,0,0,0), - (79091,1708,34,2146,0,159.931,39.9643,-34.8562,0.52169,43200,0,0,1953,0,0,0), - (79092,1708,34,2146,0,151.641,60.1077,-34.7729,2.38636,43200,0,0,1953,0,0,0), - (79093,1707,34,2144,0,148.353,65.0762,-34.7729,5.40655,43200,5,0,1815,0,0,1), - (79094,1708,34,2146,0,161.133,54.0252,-34.8562,4.38428,43200,5,0,1953,0,0,1), - (79095,1708,34,2146,0,141.995,84.1125,-33.9396,3.0374,43200,5,0,1953,0,0,1), - (79096,1706,34,2148,0,162.726,59.1677,-34.8562,4.46164,43200,5,0,1815,0,0,1), - (79097,1708,34,2146,0,152.804,-69.5129,-34.7729,4.67092,43200,5,0,1953,0,0,1), - (79098,1717,34,3250,0,105.523,-105.795,-35.1062,1.09956,43200,0,0,1830,655,0,0), - (79099,1715,34,2147,0,95.4846,-105.947,-35.1062,0.663225,43200,0,0,1953,0,0,0), - (79100,1708,34,2146,0,150.261,-76.7672,-34.8562,2.28934,43200,5,0,1953,0,0,1), - (79101,1715,34,2147,0,109.097,-114.239,-35.1062,1.43117,43200,0,0,1953,0,0,0), - (79102,1707,34,2144,0,148.538,103.18,-35.1896,4.52629,43200,5,0,1815,0,0,1), - (79103,1708,34,2146,0,171.119,93.3214,-33.8562,4.20114,43200,0,0,1953,0,0,0), - (79104,1708,34,2146,0,155.673,99.6374,-35.1896,4.85931,43200,5,0,1953,0,0,1), - (79105,1708,34,2146,0,123.941,119.574,-33.8562,3.60874,43200,5,0,1953,0,0,1), - (79106,1708,34,2146,0,129.951,122.361,-33.8562,1.54336,43200,0,0,1953,0,0,0), - (79107,1707,34,2144,0,147.452,111.814,-35.1896,3.40928,43200,5,0,1815,0,0,1), - (79108,1708,34,2146,0,156.316,109.516,-35.1896,2.99417,43200,0,0,1953,0,0,0), - (79109,1708,34,2146,0,189.206,87.3162,-33.8562,0.762264,43200,0,0,1953,0,0,0), - (79110,1708,34,2146,0,182.74,95.2994,-33.8562,1.40045,43200,0,0,1953,0,0,0), - (79111,1706,34,2148,0,186.274,86.9216,-33.8562,3.42742,43200,0,0,1815,0,0,0), - (79112,1707,34,2144,0,192.771,91.34,-33.8562,5.44344,43200,0,0,1815,0,0,0), - (79113,1708,34,2146,0,119.78,128.785,-33.9396,6.2394,43200,0,0,1953,0,0,0), - (79114,1708,34,2146,0,161.07,129.292,-33.8562,4.39901,43200,0,0,1953,0,0,0), - (79115,1706,34,2148,0,167.363,127.883,-33.8562,0.959931,43200,0,0,1815,0,0,0), - (79116,1663,34,2149,0,166.789,134.787,-33.9396,1.78929,43200,0,0,2097,0,0,0), - (79117,1708,34,2146,0,171.059,142.025,-33.9396,4.49541,43200,0,0,1953,0,0,0), - (79118,1708,34,2146,0,168.987,147.931,-33.9396,1.38903,43200,0,0,1953,0,0,0), - (79119,1708,34,2146,0,176.087,142.688,-33.8562,2.28023,43200,0,0,1953,0,0,0), - (79120,1711,34,2145,0,126.276,-116.828,-33.9396,2.39055,43200,0,0,1953,0,0,0), - (79121,1715,34,2147,0,132.264,-123.557,-33.9396,2.95052,43200,0,0,1953,0,0,0), - (79122,1708,34,2146,0,141.424,-120.264,-33.9396,1.87443,43200,0,0,1953,0,0,0), - (79123,1708,34,2146,0,139.681,-128.899,-33.8562,2.90953,43200,0,0,1953,0,0,0), - (79124,1716,34,1621,0,89.5518,-136.922,-33.9396,5.00727,43200,0,0,2097,0,0,0), - (79125,1715,34,2147,0,91.7954,-126.047,-33.9396,4.01449,43200,0,0,1953,0,0,0), - (79126,1711,34,2145,0,95.3684,-128.729,-33.9396,2.07435,43200,0,0,1953,0,0,0), - (79127,598,36,308,0,-50.2651,-401.198,55.6811,5.51524,43200,0,0,417,0,0,0), - (79128,598,36,308,0,-73.1336,-407.03,54.9728,2.56563,43200,0,0,417,0,0,0), - (79129,598,36,308,0,-104.389,-426.736,55.9882,1.09956,43200,0,0,417,0,0,0), - (79130,4416,36,341,0,-87.4821,-404.357,59.0401,5.67232,43200,0,0,417,0,0,0), - (79131,598,36,308,0,-100.262,-430.704,56.005,0.767945,43200,0,0,417,0,0,0), - (79132,4075,36,1141,0,-94.0732,-403.819,57.5726,0.191218,43200,10,0,8,0,0,1), - (79133,598,36,308,0,-108.016,-403.976,60.0188,4.79965,43200,0,0,417,0,0,0), - (79134,598,36,308,0,-57.0594,-406.745,55.1336,5.06145,43200,0,0,417,0,0,0), - (79135,598,36,308,0,-100.509,-372.996,59.22,1.32645,43200,0,0,417,0,0,0), - (79136,598,36,308,0,-79.0664,-382.136,55.3884,4.64258,43200,0,0,417,0,0,0), - (79137,598,36,308,0,-72.5348,-370.202,55.6576,1.6057,43200,0,0,417,0,0,0), - (79138,598,36,308,0,-40.12,-370.386,56.5668,2.35619,43200,0,0,417,0,0,0), - (79139,1729,36,2318,0,-58.9532,-390.73,53.9482,5.2709,43200,0,0,990,1876,0,2), - (79140,598,36,308,0,-83.0129,-396.353,59.0941,0.087266,43200,0,0,417,0,0,0), - (79141,4075,36,1141,0,-13.3427,-376.707,60.7323,0.994858,43200,10,0,8,0,0,1), - (79142,598,36,308,0,-70.8896,-395.711,55.8013,3.64774,43200,0,0,417,0,0,0), - (79143,598,36,308,0,-98.282,-383.228,59.2963,5.58505,43200,0,0,417,0,0,0), - (79144,634,36,2316,0,-55.6462,-376.861,54.2091,0.063403,43200,0,0,1158,0,0,2), - (79145,598,36,308,0,-66.8609,-364.098,54.8182,2.89725,43200,0,0,417,0,0,0), - (79146,598,36,308,0,-52.6469,-368.032,55.5931,1.41372,43200,0,0,417,0,0,0), - (79147,4075,36,1141,0,-152.545,-526.434,51.133,1.73877,43200,10,0,8,0,0,1), - (79148,598,36,308,0,-116.78,-411.297,58.8569,5.74213,43200,0,0,417,0,0,0), - (79149,598,36,308,0,-128.305,-384.093,59.1888,3.10669,43200,0,0,417,0,0,0), - (79151,634,36,2316,0,-136.063,-408.245,58.1921,0.224902,43200,0,0,1158,0,0,0), - (79152,634,36,2316,0,-116.45,-406.916,59.5309,0.895679,43200,0,0,1158,0,0,2), - (79153,4075,36,1141,0,-122.287,-414.488,58.311,6.23634,43200,10,0,8,0,0,1), - (79154,598,36,308,0,-139.803,-399.804,58.4387,1.48353,43200,0,0,417,0,0,0), - (79155,598,36,308,0,-130.811,-394.411,59.4243,2.47837,43200,0,0,417,0,0,0), - (79156,598,36,308,0,-139.342,-412.573,58.9302,3.57792,43200,0,0,417,0,0,0), - (79157,598,36,308,0,-147.793,-407.295,57.7768,4.06662,43200,0,0,417,0,0,0), - (79158,598,36,308,0,-114.904,-450.414,56.424,0,43200,0,0,417,0,0,0), - (79159,598,36,308,0,-126.517,-441.77,55.5907,4.06662,43200,0,0,417,0,0,0), - (79160,598,36,308,0,-153.941,-395.623,57.0007,1.16937,43200,0,0,417,0,0,0), - (79161,598,36,308,0,-165.125,-403.208,57.3258,5.48033,43200,0,0,417,0,0,0), - (79162,598,36,308,0,-175.251,-400.119,57.5643,2.49582,43200,0,0,417,0,0,0), - (79163,598,36,308,0,-169.962,-409.583,57.6959,5.60251,43200,0,0,417,0,0,0), - (79164,598,36,308,0,-182.302,-410.296,55.6153,2.77507,43200,0,0,417,0,0,0), - (79165,1725,36,184,0,-183.731,-450.034,54.6475,3.37684,43200,0,0,1068,0,0,0), - (79166,4075,36,1141,0,-183.257,-440.667,54.201,5.42284,43200,10,0,8,0,0,1), - (79167,1725,36,184,0,-202.166,-453.277,54.2891,0.811484,43200,0,0,1068,0,0,0), - (79168,644,36,14403,0,-192.915,-448.211,54.4339,1.66886,43200,0,0,4490,0,0,0), - (79169,598,36,308,0,-176.814,-487.945,54.2515,6.26573,43200,0,0,417,0,0,0), - (79170,634,36,2316,0,-191.73,-483.36,54.0413,2.0461,43200,5,0,1158,0,0,1), - (79171,1729,36,2318,0,-188.074,-486.698,54.044,1.56971,43200,5,0,990,1876,0,1), - (79172,598,36,308,0,-176.345,-499.359,54.2337,0.890118,43200,0,0,417,0,0,0), - (79173,598,36,308,0,-219.438,-485.815,49.4967,0.698132,43200,0,0,417,0,0,0), - (79174,598,36,308,0,-197.438,-490.739,54.0243,3.76991,43200,0,0,417,0,0,0), - (79175,598,36,308,0,-231.309,-476.99,49.3445,1.06465,43200,0,0,417,0,0,0), - (79176,598,36,308,0,-207.559,-499.156,51.04,1.02974,43200,0,0,417,0,0,0), - (79177,1729,36,2318,0,-214.703,-506.568,50.8243,4.64998,43200,0,0,990,1876,0,0), - (79178,598,36,308,0,-233.461,-490.313,49.5979,4.06662,43200,0,0,417,0,0,0), - (79179,598,36,308,0,-186.472,-506.314,53.3956,4.79965,43200,0,0,417,0,0,0), - (79180,598,36,308,0,-198.654,-510.057,53.4681,4.99164,43200,0,0,417,0,0,0), - (79181,598,36,308,0,-222.039,-500.223,49.6132,3.66519,43200,0,0,417,0,0,0), - (79182,598,36,308,0,-170.745,-509.416,53.7236,4.85202,43200,0,0,417,0,0,0), - (79183,598,36,308,0,-157.933,-506.575,53.4426,1.02974,43200,0,0,417,0,0,0), - (79184,598,36,308,0,-206.619,-512.06,51.5749,4.55531,43200,0,0,417,0,0,0), - (79185,598,36,308,0,-158.652,-513.984,52.7541,4.08407,43200,0,0,417,0,0,0), - (79186,4075,36,1141,0,-195.525,-476.929,54.1321,2.96706,43200,10,0,8,0,0,1), - (79187,598,36,308,0,-214.18,-516.23,51.4912,5.89921,43200,0,0,417,0,0,0), - (79188,1729,36,2318,0,-93.0234,-400.3,58.0467,3.03687,43200,0,0,990,1876,0,2), - (79189,634,36,2316,0,-94.3284,-402.581,57.4746,0.820305,43200,0,0,1158,0,0,2), - (79190,598,36,308,0,-159.594,-529.266,52.2688,3.24631,43200,0,0,417,0,0,0), - (79191,598,36,308,0,-149.5,-519.485,53.0869,0.10472,43200,0,0,417,0,0,0), - (79192,641,36,7111,0,-277.256,-494.085,49.5858,0.436332,43200,0,0,1251,0,0,0), - (79193,641,36,7111,0,-284.672,-480.893,49.2836,4.01426,43200,0,0,1251,0,0,0), - (79194,598,36,308,0,-146.345,-528.773,52.1728,0.366519,43200,0,0,417,0,0,0), - (79195,641,36,7111,0,-285.507,-489.11,50.0757,1.3742,43200,5,0,1251,0,0,1), - (79196,622,36,7109,0,-193.104,-550.659,19.3065,4.45445,43200,5,0,1251,0,0,1), - (79197,1731,36,7110,0,-213.95,-548.452,19.3065,1.22022,43200,5,0,1251,0,0,1), - (79198,622,36,7109,0,-207.954,-546.822,19.3065,1.66173,43200,5,0,1251,0,0,1), - (79199,1731,36,7110,0,-182.394,-567.021,51.0262,3.21455,43200,5,0,1251,0,0,1), - (79200,1731,36,7110,0,-183.209,-564.577,51.2296,0.113424,43200,5,0,1251,0,0,1), - (79201,1731,36,7110,0,-186.878,-553.565,19.3065,3.02864,43200,5,0,1251,0,0,1), - (79202,641,36,7111,0,-270.228,-523.864,49.9504,0.296706,43200,0,0,1251,0,0,0), - (79203,1731,36,7110,0,-209.573,-568.15,20.9768,2.94235,43200,5,0,1251,0,0,1), - (79204,1731,36,7110,0,-178.397,-565.429,19.3065,2.53463,43200,5,0,1251,0,0,1), - (79205,1731,36,7110,0,-226.034,-555.927,19.3065,0.854289,43200,5,0,1251,0,0,1), - (79206,1763,36,7124,0,-177.362,-574.458,19.3113,0.092073,43200,5,0,2904,0,0,1), - (79207,641,36,7111,0,-281.279,-502.013,49.3831,1.4796,43200,5,0,1251,0,0,1), - (79208,622,36,7109,0,-226.113,-563.705,19.3065,2.36988,43200,5,0,1251,0,0,1), - (79209,622,36,7109,0,-194.589,-586.258,20.9768,5.51389,43200,5,0,1251,0,0,1), - (79210,4416,36,341,0,-139.828,-569.442,19.7906,1.39626,43200,0,0,417,0,0,0), - (79211,1731,36,7110,0,-178.319,-581.496,19.3112,2.21882,43200,5,0,1251,0,0,1), - (79212,622,36,7109,0,-207.48,-585.729,20.9768,0.872041,43200,5,0,1251,0,0,1), - (79213,622,36,7109,0,-232.502,-569.785,19.3065,1.08319,43200,5,0,1251,0,0,1), - (79214,4417,36,2440,0,-149.151,-580.585,19.3131,3.12269,43200,5,0,1251,0,0,1), - (79215,4416,36,341,0,-131.691,-578.845,18.6522,0.314159,43200,0,0,417,0,0,0), - (79216,4416,36,341,0,-152.997,-590.709,19.0535,4.81711,43200,0,0,417,0,0,0), - (79217,1731,36,7110,0,-188.734,-600.466,36.5784,5.17014,43200,5,0,1251,0,0,1), - (79218,1731,36,7110,0,-234.991,-575.816,19.3065,1.36211,43200,5,0,1251,0,0,1), - (79219,641,36,7111,0,-263.514,-571.289,51.0459,2.60054,43200,0,0,1251,0,0,0), - (79220,641,36,7111,0,-291.981,-477.763,49.2735,3.01942,43200,0,0,1251,0,0,0), - (79221,641,36,7111,0,-284.815,-518.513,48.5385,4.5204,43200,0,0,1251,0,0,0), - (79222,641,36,7111,0,-294.264,-506.217,49.2678,5.69011,43200,0,0,1251,0,0,0), - (79223,642,36,1269,0,-289.453,-513.009,49.6785,3.78367,43200,0,0,3872,0,0,2), - (79224,641,36,7111,0,-283.229,-560.001,49.514,0.034907,43200,0,0,1251,0,0,0), - (79225,4416,36,341,0,-275.491,-574.469,50.5192,2.49582,43200,0,0,417,0,0,0), - (79226,4416,36,341,0,-259.328,-587.667,51.0296,3.80482,43200,0,0,417,0,0,0), - (79227,641,36,7111,0,-295.528,-530.023,49.3874,5.50756,43200,0,0,1251,0,0,0), - (79228,4075,36,1141,0,-274.531,-578.467,50.2194,5.87235,43200,10,0,8,0,0,1), - (79229,4418,36,2447,0,-272.331,-583.156,50.1907,0.925193,43200,5,0,1062,2040,0,2), - (79230,4417,36,2440,0,-272.512,-582.382,49.9988,0.681518,43200,5,0,1251,0,0,2), - (79231,641,36,7111,0,-308.87,-485.281,49.802,1.6057,43200,0,0,1251,0,0,0), - (79232,4416,36,341,0,-297.79,-567.185,50.0666,3.07178,43200,0,0,417,0,0,0), - (79233,4417,36,2440,0,-263.805,-578.193,50.5558,6.26195,43200,15,0,1251,0,0,1), - (79234,4416,36,341,0,-287.618,-576.586,49.2788,5.46288,43200,0,0,417,0,0,0), - (79235,4416,36,341,0,-294.312,-584.521,49.7644,5.61996,43200,0,0,417,0,0,0), - (79236,4416,36,341,0,-305.659,-579.786,48.8363,2.35619,43200,0,0,417,0,0,0), - (79237,4416,36,341,0,-313.123,-592.62,48.5652,3.14159,43200,0,0,417,0,0,0), - (79238,4416,36,341,0,-272.938,-589.211,50.9034,5.8294,43200,0,0,417,0,0,0), - (79239,4416,36,341,0,-280.811,-588.13,51.0407,2.37365,43200,0,0,417,0,0,0), - (79240,4416,36,341,0,-281.691,-601.383,50.8434,5.06145,43200,0,0,417,0,0,0), - (79241,641,36,7111,0,-292.775,-608.236,47.7036,5.37561,43200,0,0,1251,0,0,0), - (79242,1731,36,7110,0,-208.324,-606.89,28.3691,3.16188,43200,5,0,1251,0,0,1), - (79243,1731,36,7110,0,-203.274,-602.657,30.3561,3.56974,43200,5,0,1251,0,0,1), - (79244,634,36,2316,0,-205.348,-504.892,52.0981,3.31299,43200,0,0,1158,0,0,2), - (79245,1729,36,2318,0,-203.187,-506.547,52.3841,3.31298,43200,0,0,990,1876,0,2), - (79247,1731,36,7110,0,-198.926,-603.779,19.3022,5.74754,43200,0,0,1251,0,0,0), - (79248,4416,36,341,0,-138.003,-602.398,16.1097,3.03687,43200,0,0,417,0,0,0), - (79249,4416,36,341,0,-135.128,-593.666,17.8968,3.29867,43200,0,0,417,0,0,0), - (79250,4416,36,341,0,-138.051,-613.235,15.3036,3.38594,43200,0,0,417,0,0,0), - (79251,4416,36,341,0,-127.414,-607.545,15.174,0.15708,43200,0,0,417,0,0,0), - (79252,4416,36,341,0,-126.252,-596.364,17.8088,6.24828,43200,0,0,417,0,0,0), - (79253,4416,36,341,0,-137.649,-622.887,15.0423,2.98451,43200,0,0,417,0,0,0), - (79254,4075,36,1141,0,-137.611,-627.141,14.8801,1.50113,43200,10,0,8,0,0,1), - (79255,4416,36,341,0,-106.13,-613.612,14.3938,1.6057,43200,0,0,417,0,0,0), - (79256,4416,36,341,0,-115.187,-621.201,14.1127,4.93928,43200,0,0,417,0,0,0), - (79257,4416,36,341,0,-104.417,-620.566,14.5019,5.0091,43200,0,0,417,0,0,0), - (79258,4416,36,341,0,-132.504,-637.781,14.3308,4.46804,43200,0,0,417,0,0,0), - (79259,4416,36,341,0,-118.393,-635.202,12.197,0.785398,43200,0,0,417,0,0,0), - (79260,4418,36,2447,0,-119.498,-639.309,11.4469,2.66136,43200,5,0,1062,2040,0,2), - (79261,4416,36,341,0,-115.421,-651.487,8.16425,3.57792,43200,0,0,417,0,0,0), - (79262,3947,36,7112,0,-188.781,-702.69,8.85784,2.06811,43200,5,0,1347,0,0,1), - (79271,4416,36,341,0,-104.376,-640.789,8.76665,0.733038,43200,0,0,417,0,0,0), - (79273,634,36,2316,0,-187.714,-491.858,53.7952,4.84823,43200,5,0,1158,0,0,2), - (79276,4075,36,1141,0,-121.662,-435.93,54.643,4.30604,43200,10,0,8,0,0,1), - (79277,1729,36,2318,0,-146.777,-399.16,57.259,0.099881,43200,5,0,990,1876,0,1), - (79280,634,36,2316,0,-194.663,-503.042,53.2529,3.31299,43200,5,0,1158,0,0,2), - (79281,1729,36,2318,0,-195.271,-505.177,53.1259,3.31299,43200,5,0,990,1876,0,1), - (79283,4417,36,2440,0,-239.833,-578.879,51.1657,6.24575,43200,5,0,1251,0,0,2), - (79284,4418,36,2447,0,-229.584,-578.362,51.2588,1.44671,43200,5,0,1062,2040,0,2), - (79285,4417,36,2440,0,-228.095,-576.564,51.2145,2.12069,43200,5,0,1251,0,0,1), - (79286,3947,36,7112,0,-121.645,-698.163,8.68659,4.4315,43200,5,0,1347,0,0,1), - (79287,3947,36,7112,0,-123.156,-681.324,10.5616,5.09576,43200,5,0,1347,0,0,1), - (154668,8920,230,0,0,782.138,-45.6668,-53.7721,3.9619,7200,0,0,2614,0,0,2), - (79289,657,36,2347,0,-102.521,-697.942,8.84454,1.56316,43200,5,0,1347,0,0,1), - (79290,657,36,2347,0,-89.7001,-691.332,8.24514,1.587,43200,5,0,1347,0,0,1), - (154667,8900,230,0,0,782.138,-45.6668,-53.7721,3.9619,7200,0,0,2305,4896,0,2), - (79292,657,36,2347,0,-95.1414,-722.4,8.48278,5.50703,43200,5,0,1347,0,0,1), - (79293,3947,36,7112,0,-49.5123,-685.08,3.89985,3.17298,43200,5,0,1347,0,0,1), - (79294,1732,36,2349,0,-96.6361,-709.373,8.81989,1.44085,43200,5,0,1137,2236,0,2), - (154666,8920,230,0,0,762.349,41.594,-53.7146,3.9619,7200,0,0,2614,0,0,2), - (79296,634,36,2316,0,-130.776,-605.473,15.2352,5.44543,43200,0,0,1158,0,0,0), - (79297,657,36,2347,0,-79.9682,-729.441,8.94915,6.16024,43200,5,0,1347,0,0,1), - (79298,3947,36,7112,0,-34.375,-692.709,4.52485,4.69944,43200,5,0,1347,0,0,1), - (79299,1732,36,2349,0,-50.1355,-723.342,9.07696,1.48353,43200,5,0,1137,2236,0,1), - (79300,657,36,2347,0,-31.3801,-727.911,8.47387,2.96909,43200,5,0,1347,0,0,1), - (79301,1732,36,2349,0,-42.2427,-732.088,9.04105,4.52774,43200,0,0,1137,2236,0,0), - (79302,1732,36,2349,0,-60.2403,-731.372,8.81632,2.51001,43200,0,0,1137,2236,0,2), - (79303,3947,36,7112,0,-140.013,-762.128,4.58898,2.42708,43200,5,0,1347,0,0,1), - (79304,3947,36,7112,0,-123.739,-788.672,17.3131,5.22666,43200,5,0,1347,0,0,1), - (79305,657,36,2347,0,-79.6583,-782.438,17.3884,0.686417,43200,0,0,1347,0,0,0), - (79306,1732,36,2349,0,-22.5682,-736.14,8.63019,1.42668,43200,0,0,1137,2236,0,0), - (79307,657,36,2347,0,-74.8631,-783.376,26.2465,2.98393,43200,0,0,1347,0,0,0), - (79308,657,36,2347,0,-99.9396,-778.266,22.3395,5.88379,43200,5,0,1347,0,0,1), - (79309,3947,36,7112,0,-79.5762,-788.13,38.823,2.92716,43200,0,0,1347,0,0,0), - (79310,1732,36,2349,0,-83.5081,-776.182,26.7952,5.57936,43200,0,0,1137,2236,0,2), - (79311,657,36,2347,0,-131.098,-789.196,17.4008,2.26836,43200,5,0,1347,0,0,1), - (79312,3947,36,7112,0,-132.915,-766.251,3.86817,1.59329,43200,5,0,1347,0,0,1), - (79313,1732,36,2349,0,-57.0502,-782.479,18.0147,2.13404,43200,0,0,1137,2236,0,2), - (79314,3947,36,7112,0,-94.1737,-787.372,17.1116,0.542439,43200,5,0,1347,0,0,1), - (79315,3947,36,7112,0,-83.4978,-791.166,25.8501,2.49507,43200,0,0,1347,0,0,0), - (79316,657,36,2347,0,-15.0055,-724.655,7.91381,3.36236,43200,0,0,1347,0,0,0), - (154665,8920,230,0,0,803.859,12.9567,-53.6615,3.9619,7200,0,0,2614,0,0,2), - (154664,8900,230,0,0,803.859,12.9567,-53.6615,3.9619,7200,0,0,2305,4896,0,2), - (79319,3947,36,7112,0,-97.6529,-805.56,30.683,5.10199,43200,5,0,1347,0,0,1), - (79320,3947,36,7112,0,-122.837,-806.022,16.8947,2.01555,43200,5,0,1347,0,0,1), - (79321,657,36,2347,0,-65.9172,-794.401,39.4002,3.9576,43200,0,0,1347,0,0,0), - (79322,1732,36,2349,0,-111.494,-795.161,16.917,5.26124,43200,5,0,1137,2236,0,2), - (79323,657,36,2347,0,-41.5834,-788.566,18.7949,4.86947,43200,0,0,1347,0,0,0), - (79324,657,36,2347,0,-9.25067,-740.91,8.91751,5.75106,43200,0,0,1347,0,0,0), - (79325,3947,36,7112,0,-45.3096,-787.028,18.452,5.4415,43200,0,0,1347,0,0,0), - (79326,1732,36,2349,0,-106.433,-793.287,28.1631,2.29205,43200,5,0,1137,2236,0,1), - (79327,1732,36,2349,0,-78.3783,-796.849,38.3719,2.56158,43200,0,0,1137,2236,0,0), - (79328,657,36,2347,0,-52.9977,-791.268,38.6091,0.738249,43200,5,0,1347,0,0,1), - (79329,1732,36,2349,0,-40.2788,-797.973,39.3257,0.914945,43200,5,0,1137,2236,0,1), - (79330,657,36,2347,0,-28.8178,-795.674,19.3963,6.02139,43200,0,0,1347,0,0,0), - (79331,4075,36,1141,0,-134.399,-792.648,17.47,2.70032,43200,10,0,8,0,0,1), - (154663,8907,230,0,0,779.154,1.81084,-53.6518,0.0174533,7200,0,0,7842,0,0,0), - (79333,647,36,7113,0,-63.7206,-808.798,41.2342,5.77138,43200,0,0,2904,0,0,2), - (79334,657,36,2347,0,-67.6401,-809.496,40.8694,3.10425,43200,5,0,1347,0,0,1), - (79335,1732,36,2349,0,-67.9707,-806.653,40.8301,3.10443,43200,5,0,1137,2236,0,1), - (79336,639,36,2029,0,-87.369,-819.895,39.3004,0,43200,0,0,4168,0,0,0), - (79337,646,36,2026,0,-22.8471,-797.283,20.3745,1.0472,43200,0,0,3872,0,0,0), - (79338,1732,36,2349,0,-21.874,-802.941,19.7633,1.72788,43200,0,0,1137,2236,0,0), - (79340,657,36,2347,0,-20.9408,-835.917,19.6528,2.05681,43200,5,0,1347,0,0,1), - (79341,657,36,2347,0,-19.0468,-830.344,19.7522,4.01444,43200,5,0,1347,0,0,1), - (154662,8906,230,0,0,779.154,1.81084,-53.6518,0.0174533,7200,0,0,7599,0,0,0), - (79343,657,36,2347,0,-30.3766,-843.213,19.1693,5.61834,43200,5,0,1347,0,0,1), - (79344,645,36,1305,0,-67.5844,-853.749,17.075,4.92527,43200,0,0,2904,0,0,2), - (79346,636,36,2314,0,-4.78826,-779.29,9.80184,0.685834,43200,0,0,1347,0,0,0), - (79345,636,36,2314,0,-0.640532,-784.671,9.69332,0.721177,43200,0,0,1347,0,0,0), - (79347,3947,36,7112,0,-43.2699,-852.248,18.5989,1.28568,43200,5,0,1347,0,0,1), - (79348,657,36,2347,0,-89.5684,-854.834,17.2142,5.22399,43200,5,0,1347,0,0,1), - (79349,657,36,2347,0,-85.9117,-856.569,17.2837,3.16079,43200,5,0,1347,0,0,1), - (154661,8907,230,0,0,780.244,-9.44037,-53.6513,1.72788,7200,0,0,7842,0,0,0), - (79351,1732,36,2349,0,-103.033,-847.702,17.0292,5.40776,43200,5,0,1137,2236,0,1), - (79352,1732,36,2349,0,-117.719,-837.953,16.9124,3.21479,43200,5,0,1137,2236,0,2), - (79353,3947,36,7112,0,-122.586,-823.971,16.9447,3.7869,43200,5,0,1347,0,0,1), - (79354,1732,36,2349,0,-119.086,-836.376,16.9153,5.99994,43200,5,0,1137,2236,0,1), - (79355,1732,36,2349,0,-142.771,-873.765,2.37754,3.76723,43200,5,0,1137,2236,0,1), - (154660,8906,230,0,0,780.244,-9.44037,-53.6513,1.72788,7200,0,0,7599,0,0,0), - (154659,8907,230,0,0,793.348,-9.29995,-53.6518,3.07178,7200,0,0,7842,0,0,0), - (79360,1729,36,2318,0,-109.158,-649.657,7.15244,5.21559,43200,0,0,990,1876,0,2), - (79361,634,36,2316,0,-111.77,-645.406,8.96003,5.2248,43200,5,0,1158,0,0,2), - (79369,636,36,2314,0,-78.1757,-815.211,39.9079,3.67505,43200,0,0,1347,0,0,0), - (79373,634,36,2316,0,-170.144,-403.045,57.0869,0.192994,43200,0,0,1158,0,0,2), - (79374,1729,36,2318,0,-173.48,-402.487,57.1029,0.305933,43200,0,0,990,1876,0,2), - (79376,1729,36,2318,0,-265.001,-578.632,50.5221,0.186009,43200,5,0,990,1876,0,2), - (79377,634,36,2316,0,-259.018,-579.541,51.1469,0.186022,43200,15,0,1158,0,0,1), - (79378,4418,36,2447,0,-207.884,-553.552,19.3065,2.95879,43200,0,0,1062,2040,0,2), - (79379,4417,36,2440,0,-208.377,-551.49,19.3065,2.92817,43200,0,0,1251,0,0,2), - (79380,4417,36,2440,0,-204.761,-552.424,19.3065,2.88854,43200,0,0,1251,0,0,2), - (79381,4075,36,1141,0,-137.489,-625.4,14.8722,1.50113,43200,10,0,8,0,0,1), - (79368,636,36,2314,0,-78.3636,-824.518,39.9129,2.70864,43200,0,0,1347,0,0,0), - (79384,657,36,2347,0,-154.996,-891.815,5.64332,3.05433,43200,5,0,1347,0,0,1), - (79385,1732,36,2349,0,-146.141,-906.036,8.17895,4.04916,43200,5,0,1137,2236,0,1), - (79387,4075,36,1141,0,-289.323,-574.988,49.0583,6.0705,43200,0,0,8,0,0,0), - (79388,657,36,2347,0,-153.182,-909,8.72719,2.61799,43200,0,0,1347,0,0,0), - (154658,8906,230,0,0,793.348,-9.29995,-53.6518,3.07178,7200,0,0,7599,0,0,0), - (79390,1732,36,2349,0,-147.674,-919.162,12.5437,6.04953,43200,0,0,1137,2236,0,0), - (79470,10919,1,10249,0,7544.32,-1528.77,174.989,0.782544,25,0,0,2371,0,0,0), - (79473,10919,1,10249,0,7547.5,-1524.67,174.989,3.47175,25,0,0,2371,0,0,0), - (79476,10919,1,10249,0,7543.74,-1521.08,174.989,5.01349,25,0,0,2371,0,0,0), - (79483,10919,1,10249,0,7331.18,-1592.44,164.542,6.12747,25,0,0,2371,0,0,0), - (79489,10919,1,10249,0,7336.64,-1594.46,164.542,3.02122,25,0,0,2371,0,0,0), - (79491,10919,1,10249,0,7401.47,-1658.75,195.858,3.29611,25,0,0,2371,0,0,0), - (79492,10919,1,10249,0,7460.56,-1586.44,177.431,2.24839,25,0,0,2371,0,0,0), - (79493,10919,1,10249,0,7472.86,-1580.47,198.482,5.97902,25,0,0,2371,0,0,0), - (79494,10919,1,10249,0,7478.42,-1576.89,198.482,4.43493,25,0,0,2371,0,0,0), - (79496,10919,1,10249,0,7478.24,-1584.93,198.482,1.26663,25,0,0,2371,0,0,0), - (79499,10919,1,10249,0,7474.52,-1564.03,177.572,4.14119,25,0,0,2371,0,0,0), - (79508,10919,1,10249,0,7472.42,-1569.91,178.205,1.22029,25,0,0,2371,0,0,0), - (79510,10919,1,10249,0,7474.04,-1527.05,158.017,3.29375,25,0,0,2371,0,0,0), - (79514,10919,1,10249,0,7500.53,-1525.97,156.496,3.69273,25,0,0,2371,0,0,0), - (79515,10919,1,10249,0,7513.87,-1566.04,161.282,1.1771,25,0,0,2371,0,0,0), - (79517,10919,1,10249,0,7514.26,-1560.53,161.282,5.05353,25,0,0,2371,0,0,0), - (79519,10919,1,10249,0,7509.47,-1549.87,156.604,4.09064,25,0,0,2371,0,0,0), - (79521,10919,1,10249,0,7519.4,-1531.99,159.698,5.08102,25,0,0,2371,0,0,0), - (79522,4996,0,2985,0,-8762.22,812.437,97.6346,0.559538,25,0,0,3696,0,0,0), - (79523,10919,1,10249,0,7521.73,-1536.22,159.686,1.87503,25,0,0,2371,0,0,0), - (79525,10919,1,10249,0,7300.79,-1518.87,162.706,5.97588,25,0,0,2371,0,0,0), - (79527,10919,1,10249,0,7309.54,-1547.88,164.534,5.10252,25,0,0,2371,0,0,0), - (79529,10919,1,10249,0,7309.61,-1553.27,164.533,1.96407,25,0,0,2371,0,0,0), - (79531,10919,1,10249,0,7339.03,-1498.82,153.612,3.68487,25,0,0,2371,0,0,0), - (79537,10919,1,10249,0,7334.61,-1503.36,156.14,0.634387,25,0,0,2371,0,0,0), - (79539,11817,1,11749,0,7475.57,-1582.61,181.342,1.30433,25,0,0,64,0,0,0), - (79541,11819,1,11750,0,7477.02,-1577.44,181.342,4.45849,25,0,0,64,0,0,0), - (79550,4996,0,2985,0,-8764.68,815.497,97.6346,0.716612,25,0,0,3696,0,0,0), - (79558,4996,0,2985,0,-8757.83,812.716,97.6346,2.36203,25,0,0,3696,0,0,0), - (79559,16106,0,16006,0,-8691.85,840.514,98.6851,2.19234,30,0,0,53,0,0,0), - (79560,16107,0,16007,0,90.2991,-1723.58,220.193,3.63373,30,0,0,53,0,0,0), - (79572,11816,1,11748,0,7550.96,-1522.15,158.954,3.46951,25,0,0,137,0,0,0), - (79580,4996,0,2985,0,-8763.38,813.832,97.6346,0.80458,25,0,0,3696,0,0,0), - (79595,217,0,955,0,-10054.7,-965.009,34.4405,5.97831,180,0,0,449,0,0,0), - (79596,565,0,802,0,-10078.4,-984.301,32.8389,4.44751,190,0,0,494,0,0,0), - (79597,565,0,802,0,-10123.7,-977.053,31.7925,1.17796,190,0,0,494,0,0,0), - (79598,569,0,2541,0,-10111.7,-1020.03,33.8926,0.978462,180,0,0,531,0,0,0), - (79599,539,0,958,0,-10040,-958.925,33.7992,0.532604,180,0,0,417,0,0,0), - (79600,217,0,955,0,-10042.4,-954.054,34.3918,4.80139,180,0,0,449,0,0,0), - (79601,46,0,441,0,-9915.98,-846.381,20.0111,4.87445,180,5,0,176,0,0,1), - (79602,46,0,441,0,-9893.45,-747.853,20.6947,3.57606,180,5,0,176,0,0,1), - (79603,46,0,441,0,-9860.71,-711.289,29.0377,6.05668,180,5,0,176,0,0,1), - (79604,721,0,328,0,-9774.17,-544.481,34.3062,2.44885,180,10,0,1,0,0,1), - (79605,524,0,389,0,-9751.72,-603.903,39.7345,4.76923,180,0,0,137,0,0,0), - (79606,524,0,389,0,-9787.24,-648.918,36.1254,1.70107,180,5,0,137,0,0,1), - (79607,2442,0,1060,0,-9751.14,-643.177,42.1577,5.78197,180,5,0,1,0,0,1), - (79608,46,0,441,0,-9804.3,-612.081,31.5397,0.363205,180,5,0,176,0,0,1), - (79609,822,0,1006,0,-9780.58,-553.3,33.6325,1.88916,180,5,0,195,0,0,1), - (79610,524,0,389,0,-9823,-565.919,27.2956,1.95566,180,5,0,137,0,0,1), - (79611,524,0,389,0,-9748.33,-554.43,38.2072,0.345816,180,0,0,137,0,0,0), - (79612,524,0,389,0,-9785.26,-568.395,33.5413,1.97565,180,0,0,137,0,0,0), - (79613,721,0,328,0,-9753.6,-650.283,41.7763,1.42828,180,10,0,1,0,0,1), - (79614,822,0,1006,0,-9772.18,-658.219,38.8135,2.1229,180,5,0,195,0,0,1), - (79615,524,0,389,0,-9684.52,-550.147,49.0968,1.22744,180,0,0,137,0,0,0), - (79616,524,0,389,0,-9664.94,-522.64,51.4993,3.76278,180,0,0,137,0,0,0), - (79617,524,0,389,0,-9670.05,-496.888,51.4968,0.165244,180,0,0,137,0,0,0), - (79618,524,0,389,0,-9623.76,-490.877,58.2497,4.21573,180,0,0,137,0,0,0), - (79619,285,0,617,0,-9473.71,-431.412,59.8586,4.67748,180,0,0,120,0,0,0), - (79620,285,0,617,0,-9479.72,-430.688,58.7018,5.53269,180,0,0,120,0,0,0), - (79621,285,0,617,0,-9484.21,-423.217,59.9518,1.26246,180,0,0,120,0,0,0), - (79622,285,0,617,0,-9500.72,-434.34,56.3074,2.20692,180,0,0,120,0,0,0), - (79623,285,0,617,0,-9485.44,-409.706,59.806,2.51726,180,0,0,120,0,0,0), - (79624,285,0,617,0,-9487.15,-437.875,58.9326,4.38078,180,0,0,120,0,0,0), - (79625,735,0,527,0,-9547.14,-449.578,60.4493,2.82642,180,5,0,120,0,0,1), - (79626,525,0,903,0,-9553.39,-445.932,61.0743,3.30387,180,10,0,102,0,0,1), - (79627,285,0,617,0,-9484.85,-328.59,54.8925,0.418879,180,0,0,120,0,0,0), - (79628,6491,0,5233,0,-9341,165.021,61.641,1.096,490,0,0,7680,0,0,0), - (79629,285,0,617,0,-9456.27,-331.956,55.4854,2.46553,180,5,0,120,0,0,1), - (79630,735,0,527,0,-9411.46,-324.322,58.8521,4.71239,180,0,0,120,0,0,0), - (79631,525,0,903,0,-9413.56,-271.553,66.0287,3.94092,180,10,0,102,0,0,1), - (79632,735,0,527,0,-9445.9,-287.94,57.978,3.96317,180,0,0,120,0,0,0), - (79634,285,0,617,0,-9476.74,-194.136,56.734,0.994268,180,0,0,120,0,0,0), - (79635,285,0,617,0,-9472.11,-220.709,56.3165,4.6669,180,0,0,120,0,0,0), - (79636,525,0,903,0,-9517.01,-114.266,60.8873,2.3195,180,10,0,102,0,0,1), - (79637,6306,0,5365,0,-9380.23,-69.5295,64.5206,4.55531,180,0,0,500,0,0,0), - (79638,805,0,262,0,-9373,-66.3365,69.2025,1.03083,180,0,0,64,0,0,0), - (79639,806,0,338,0,-9375.01,-64.1496,69.2023,1.07403,180,0,0,64,0,0,0), - (79640,804,0,257,0,-9371.5,-63.8449,69.2032,1.07202,180,0,0,64,0,0,0), - (79641,811,0,221,0,-9370.07,-67.0083,69.2028,1.29179,180,0,0,64,0,0,0), - (79642,807,0,252,0,-9375.8,-67.6207,69.2019,0.965543,180,0,0,64,0,0,0), - (79643,810,0,338,0,-9372.78,-69.4064,69.2021,0.922176,180,0,0,64,0,0,0), - (79644,721,0,328,0,-9455.02,-29.2894,59.511,3.34436,180,10,0,1,0,0,1), - (79645,917,0,1297,0,-9465.79,12.6454,63.9038,1.09956,180,0,0,456,0,0,0), - (79646,2329,0,1296,0,-9456.81,29.361,63.9038,2.96706,180,0,0,456,0,0,0), - (79647,465,0,3266,0,-9459.98,8.41135,57.1459,1.46608,180,0,0,413,0,0,0), - (79648,299,0,447,0,-9393.36,52.5792,59.7772,3.15888,180,10,0,42,0,0,1), - (79649,721,0,328,0,-9348.23,121.802,63.349,5.73038,180,10,0,1,0,0,1), - (79650,525,0,903,0,-9281.85,93.0241,70.3287,2.90704,180,10,0,102,0,0,1), - (79651,299,0,447,0,-9288.78,93.2141,69.386,3.68034,180,10,0,42,0,0,1), - (79652,883,0,347,0,-9255.45,128.083,70.8557,4.96116,180,5,0,1,0,0,1), - (79653,94,0,2361,0,-9190.44,187.539,73.7134,3.28073,180,5,0,102,0,0,1), - (79654,4959,0,4469,0,-8981.78,397.36,75.9548,0.785398,180,0,0,644,0,0,0), - (79656,14721,0,14733,0,-8927.76,481.33,93.9432,1.71042,180,0,0,9835,0,0,0), - (79658,352,0,5128,0,-8835.76,490.084,109.699,4.04916,430,0,0,8017,7071,0,0), - (79659,1303,0,1441,0,-8822.07,518.022,98.6826,4.17985,310,0,0,1605,0,0,0), - (79660,1302,0,1425,0,-8827.97,519.827,98.8659,5.39307,310,0,0,1605,0,0,0), - (79661,4075,0,1141,0,-8811.56,494.985,97.7457,0.872665,180,10,0,8,0,0,1), - (79662,4075,0,1141,0,-8779.25,462.563,97.9664,2.80562,180,10,0,8,0,0,1), - (79663,4981,0,5547,0,-8847.28,569.955,94.7707,3.12414,250,0,0,1240,0,0,0), - (79664,68,0,3167,0,-8854.14,541.299,105.984,5.02655,900,0,0,3921,0,0,0), - (79665,483,0,5546,0,-8845.68,566.492,94.7707,2.53073,310,0,0,1605,0,0,0), - (79666,68,0,3167,0,-8833,542.104,96.942,2.753,900,0,1,3921,0,0,0), - (79667,2334,0,1126,0,-8834.14,552.277,75.1667,0.331613,300,0,0,166,0,0,0), - (79668,482,0,3246,0,-8854.12,575.652,101.15,4.11898,310,0,0,1605,0,0,0), - (79669,68,0,3167,0,-8888.17,566.202,92.5339,2.23402,900,0,0,3921,0,0,0), - (79670,1976,0,3167,0,-8908.78,507.798,93.925,1.70604,900,0,0,5079,0,0,2), - (79671,68,0,3167,0,-8938.22,518.206,96.3645,3.54922,900,0,0,3921,0,0,0), - (79672,1286,0,1440,0,-8821.22,598.249,95.6618,2.37365,310,0,0,1605,0,0,0), - (79673,1285,0,1434,0,-8831.75,596.355,95.7618,0.942478,310,0,0,1605,0,0,0), - (79674,68,0,3167,0,-8895.63,575.368,92.6352,5.41052,900,0,0,3921,0,0,0), - (79675,1976,0,3167,0,-8953.93,570.047,93.871,5.39079,900,0,0,5079,0,0,2), - (79677,466,0,1688,0,-8953.95,521.019,96.5399,3.83972,180,0,0,9835,0,0,0), - (79678,2456,0,1436,0,-8935.27,613.135,99.606,0.453786,540,0,0,2972,0,0,0), - (79679,68,0,3167,0,-8950.27,537.283,96.3667,4.02874,900,0,0,3921,0,0,0), - (79680,6174,0,4888,0,-8832.27,613.706,94.2841,2.05949,180,0,0,166,0,0,0), - (79681,4974,0,2974,0,-8885.25,614.395,95.2576,3.52556,430,0,0,3517,0,0,0), - (79682,1257,0,1431,0,-8865.02,631.844,96.1728,5.044,310,0,0,1605,0,0,0), - (79683,279,0,5082,0,-8857.69,625.498,96.1728,3.07178,310,0,0,1605,0,0,0), - (79684,2455,0,1450,0,-8931.23,605.801,99.606,0.488692,540,0,0,2972,0,0,0), - (79685,5193,0,3133,0,-8893.57,611.211,95.3409,0.314159,250,0,0,1240,0,0,0), - (79686,1275,0,1444,0,-8863.87,626.459,95.9895,5.84685,310,0,0,1605,0,0,0), - (79687,68,0,3167,0,-8887.27,635.868,99.6059,1.06465,900,0,0,3921,0,0,0), - (79688,1432,0,5074,0,-8848.26,614.981,95.2698,5.11381,540,0,0,2972,0,0,0), - (79689,68,0,3167,0,-8825,613.922,94.463,0.89,900,0,1,3921,0,0,0), - (79690,1976,0,3167,0,-8738.65,571.958,97.3261,0.75402,900,0,0,5079,0,0,2), - (79693,12481,0,5446,0,-8824.79,631.929,94.2269,3.82227,430,0,0,4356,0,0,0), - (79694,12480,0,5567,0,-8823.62,630.499,94.0144,3.80326,430,0,0,4484,0,0,0), - (79695,15766,0,15728,0,-8859.14,638.287,96.3469,1.81514,300,0,0,4000,0,0,0), - (79696,1287,0,1448,0,-8787.69,609.631,96.8564,2.3911,310,0,0,1605,0,0,0), - (79697,1289,0,1429,0,-8790.42,607.348,96.9564,2.30383,310,0,0,1605,0,0,0), - (79698,11867,0,11804,0,-8796.12,613.003,96.8564,0.244346,430,0,0,6830,0,0,0), - (79700,1367,0,221,0,-8745.93,534.749,96.338,0.994838,370,0,0,64,0,0,0), - (79702,1366,0,338,0,-8747.28,535.483,96.338,1.01889,370,0,0,64,0,0,0), - (79704,68,0,3167,0,-8889.65,640.301,99.6059,0.05236,900,0,0,3921,0,0,0), - (79705,8719,0,7992,0,-8821.53,659.886,97.4645,0.401426,430,0,0,3517,0,0,0), - (79706,8670,0,7991,0,-8824.28,665.711,97.4674,0.541052,430,0,0,3517,0,0,0), - (79707,15659,0,15594,0,-8814.55,660.315,96.6818,1.72788,430,0,0,3517,0,0,0), - (79714,1294,0,1423,0,-8774.03,647.306,97.3065,5.07891,310,0,0,1605,0,0,0), - (79715,1291,0,1439,0,-8781.1,645.286,97.3065,5.044,310,0,0,1605,0,0,0), - (79716,1427,0,5551,0,-8782.9,640.188,97.4065,5.68977,180,0,0,500,0,0,0), - (79717,1295,0,1445,0,-8777.41,646.162,97.3065,5.0091,310,0,0,1605,0,0,0), - (79720,2533,0,262,0,-8739.04,549.987,100.173,5.45979,370,5,0,64,0,0,2), - (79721,2532,0,252,0,-8744.68,556.069,97.9521,5.45979,370,5,0,64,0,0,2), - (79723,3518,0,1541,0,-8831.41,543.017,96.9292,1.02671,350,0,1,644,0,0,2), - (79724,1402,0,1438,0,-8795.22,675.206,102.036,0.349066,180,0,0,64,0,0,0), - (79726,1321,0,1520,0,-8716.39,477.37,98.7964,3.735,310,0,0,1605,0,0,0), - (79727,5564,0,3449,0,-8725.55,477.415,98.6964,5.25344,310,0,0,2016,0,0,0), - (79728,5565,0,3448,0,-8722.87,479.322,98.6964,4.97419,310,0,0,1605,0,0,0), - (79729,1319,0,1510,0,-8663.52,520.82,101.466,4.53786,310,0,0,1605,0,0,0), - (79730,68,0,3167,0,-8675.93,638.677,97.0547,2.23402,900,0,0,3921,0,0,0), - (79731,68,0,3167,0,-8684.41,575.301,96.9743,3.80482,900,0,0,3921,0,0,0), - (79732,68,0,3167,0,-8679.41,635.96,97.0551,2.19912,900,0,0,3921,0,0,0), - (79733,68,0,3167,0,-8687.19,578.601,96.9748,3.80482,900,0,0,3921,0,0,0), - (79734,11096,0,10625,0,-8723.9,469.426,98.6964,6.24828,190,0,0,1172,0,0,0), - (79735,1292,0,1449,0,-8716.41,469.414,98.6964,2.60054,310,0,0,2016,0,0,0), - (79737,1320,0,1517,0,-8713.81,474.327,98.7964,3.83972,310,0,0,1605,0,0,0), - (79738,1339,0,1522,0,-8669.85,477.37,101.384,0.715585,540,0,0,3294,0,0,0), - (79739,1395,0,1508,0,-8691.9,444.22,100.132,5.13127,180,0,0,413,0,0,0), - (79740,2795,0,1505,0,-8678.19,458.158,99.7539,5.3058,310,0,0,2016,0,0,0), - (79741,4961,0,3238,0,-8681.14,432.794,99.2405,1.65806,180,0,0,769,582,0,0), - (79742,4075,0,1141,0,-8674.44,451.945,99.6602,0.888236,180,10,0,8,0,0,1), - (79743,4075,0,1141,0,-8687.27,443.283,99.5513,2.63182,180,10,0,8,0,0,1), - (79744,1333,0,1511,0,-8661.33,454.443,104.431,5.44543,310,0,0,1605,0,0,0), - (79746,3626,0,1697,0,-8645.21,427.672,101.734,4.11183,370,0,0,166,0,0,2), - (79747,1756,0,3167,0,-8541.23,450.202,105.1,2.21657,430,0,0,6209,0,0,0), - (79748,2285,0,5075,0,-8549.9,386.121,108.469,5.77704,540,0,0,2471,0,0,0), - (79749,1439,0,1758,0,-8562.78,369.692,108.569,0.471239,180,0,0,413,0,0,0), - (79750,6090,0,5000,0,-8604.47,389.102,102.924,5.67232,180,0,0,221,0,0,0), - (79751,1327,0,1516,0,-8606.28,384.286,102.921,3.75668,310,0,0,1605,0,0,0), - (79752,1478,0,1519,0,-8605.97,388.41,102.925,5.41052,310,0,0,1605,0,0,0), - (79753,1477,0,1509,0,-8607.49,387.326,102.926,5.39307,310,0,0,1605,0,0,0), - (79754,340,0,5728,0,-8606.15,376.913,110.28,4.55531,430,0,0,3517,0,0,0), - (79755,5482,0,3281,0,-8610.9,364.64,99.7062,0.785398,310,0,0,2016,0,0,0), - (79756,5483,0,3288,0,-8608.36,358.496,99.7064,0.069813,310,0,0,1605,0,0,0), - (79757,4075,0,1141,0,-8607.22,364.055,92.1361,1.50001,180,10,0,8,0,0,1), - (79766,1646,0,1357,0,-8550.24,719.661,101.802,2.53073,310,0,0,1605,0,0,0), - (79767,10782,0,10131,0,-8552.63,729.489,108.848,3.85718,540,0,0,2471,0,0,0), - (79768,14439,0,14493,0,-8618.18,498.294,102.999,0.667497,350,0,1,6200,0,0,2), - (79769,2198,0,1525,0,-8854,743.15,100.751,0.607,180,0,1,112,0,0,2), - (79770,1721,0,1815,0,-8628.9,440.936,103.31,3.02659,180,0,0,166,0,0,2), - (79771,1323,0,1515,0,-8702.28,382.052,103.909,2.70526,310,0,0,1605,0,0,0), - (79772,1341,0,1518,0,-8705.86,376.13,103.809,2.60054,310,0,0,1605,0,0,0), - (79773,6089,0,4996,0,-8612.75,382.771,103.011,1.22173,430,0,0,3517,0,0,0), - (79774,1324,0,1512,0,-8660.31,381.223,104.451,2.26893,310,0,0,1605,0,0,0), - (79775,3629,0,1696,0,-8610.78,380.14,103.013,2.23402,180,0,0,166,0,0,0), - (79776,1328,0,1521,0,-8624.84,394.134,102.925,2.16253,350,0,1,3481,0,0,2), - (79777,4075,0,1141,0,-8611.82,367.793,92.1363,4.68357,180,10,0,8,0,0,1), - (79778,5480,0,3287,0,-8688.56,325.764,109.521,4.43314,540,0,0,2471,0,0,0), - (79779,5479,0,3280,0,-8689.32,323.237,109.521,1.29154,430,0,0,3517,0,0,0), - (79780,914,0,1504,0,-8705.41,329.59,111.689,5.88176,490,0,0,6139,0,0,0), - (79781,7208,0,134,0,-8804.86,337.673,95.0976,2.63721,180,0,0,804,0,0,0), - (79782,7207,0,6446,0,-8805.56,331.968,95.0986,3.15905,540,0,0,2972,0,0,0), - (79783,6946,0,7613,0,-8819.92,362.534,109.604,5.2709,540,0,0,2471,0,0,0), - (79784,1326,0,1523,0,-8816.57,356.727,100.67,4.62512,250,0,0,1240,0,0,0), - (79785,332,0,1736,0,-8815.27,362.3,109.604,4.55531,2100,0,0,4079,2480,0,0), - (79786,1325,0,1513,0,-8807.56,328.195,102.336,1.48353,310,0,0,1605,0,0,0), - (79787,13283,0,13171,0,-8790.2,328.033,103.17,3.01942,490,0,0,3139,0,0,0), - (79788,918,0,1507,0,-8752.3,377.572,101.139,1.29154,490,0,0,3139,0,0,0), - (79789,8383,0,7673,0,-8706.12,316.767,103.19,5.95157,490,0,0,9298,0,0,0), - (79792,1976,0,3167,0,-8887.46,572.901,92.7272,0.547079,900,0,1,5079,0,0,2), - (79793,4075,0,1141,0,-8799.87,651.868,94.6152,4.48025,180,0,0,8,0,0,0), - (79794,620,1,304,0,-3810.2,-4525.65,9.96813,0,360,10,0,1,0,0,1), - (79796,3520,0,1544,0,-8656.45,676.937,108.141,2.33112,180,0,0,87,0,0,2), - (79797,1298,0,1427,0,-8795.48,709.113,102.367,4.59022,310,0,0,1605,0,0,0), - (79798,1299,0,1447,0,-8773.68,709.888,99.6172,0.767945,310,0,0,1605,0,0,0), - (79799,1297,0,1446,0,-8791.82,702.675,102.367,3.14159,310,0,0,1605,0,0,0), - (79800,1428,0,5552,0,-8777.6,713.496,99.6172,0.593412,310,0,0,2016,0,0,0), - (79802,1349,0,1500,0,-8662.6,793.156,101.902,3.76991,310,0,0,1605,0,0,0), - (79803,14496,0,221,0,-8614.73,738.285,101.893,0.912321,180,0,0,112,0,0,0), - (79804,14496,0,221,0,-8615.78,739.555,101.894,2.37221,180,0,0,112,0,0,0), - (79805,14496,0,221,0,-8617.75,730.553,101.904,6.24108,180,5,0,112,0,0,1), - (79806,14450,0,14500,0,-8621.17,744.422,96.8627,3.33358,180,0,0,413,0,0,0), - (79807,1976,0,3167,0,-8614.9,707.248,96.7702,3.19968,900,0,0,5079,0,0,2), - (79808,1405,0,1524,0,-8713.66,801.15,98.0096,3.4383,180,0,0,64,0,0,0), - (79809,1350,0,1498,0,-8666.89,798.411,101.902,3.735,310,0,0,1605,0,0,0), - (79810,1444,0,5549,0,-8623.24,766.655,97.4033,0.837758,540,0,0,2471,0,0,0), - (79811,14497,0,8632,0,-8603.79,732.194,101.987,2.30383,190,0,0,919,1202,0,0), - (79812,14496,0,221,0,-8621.93,751.493,96.7368,4.34055,180,5,0,112,0,0,1), - (79813,14496,0,221,0,-8603.15,743.224,101.904,3.52019,180,5,0,112,0,0,1), - (79814,1976,0,3167,0,-8563.95,751.397,96.6507,0.70585,900,0,0,5079,0,0,2), - (79815,1368,0,221,0,-8675.49,909.244,96.3384,3.80119,180,0,0,64,0,0,2), - (79816,1371,0,262,0,-8673.38,911.824,96.3384,2.25631,180,0,0,64,0,0,2), - (79817,1370,0,338,0,-8674.68,910.761,96.3384,2.25631,180,0,0,64,0,0,2), - (79818,14423,0,14472,0,-8833.45,545.681,96.7027,0.655296,350,0,1,9298,0,0,2), - (79819,68,0,3167,0,-8813.59,803.421,98.5887,3.9968,900,0,0,3921,0,0,0), - (79820,4078,0,2181,0,-8999.45,801.736,105.47,6.03884,310,0,0,1764,0,0,0), - (79821,14722,0,14753,0,-8942.03,785.805,97.4045,0.20944,325,0,0,2016,0,0,0), - (79822,1314,0,1488,0,-8946.15,798.843,91.0251,5.0091,310,0,0,1605,0,0,0), - (79823,1347,0,1497,0,-8942.84,799.544,91.0251,4.92183,310,0,0,1605,0,0,0), - (79824,1300,0,1432,0,-8939.55,793.706,91.0251,3.15905,250,0,0,1240,0,0,0), - (79825,5566,0,3445,0,-8969.99,779.636,95.9744,4.10152,310,0,0,2016,0,0,0), - (79826,1346,0,1502,0,-8938.1,800.706,91.0251,4.34587,540,0,0,3077,0,0,0), - (79827,1315,0,1486,0,-8863.45,801.819,97.5057,3.00197,310,0,0,1605,0,0,0), - (79828,1317,0,1492,0,-8858.31,803.735,96.5175,5.35816,310,0,0,2016,0,0,0), - (79829,11068,0,10591,0,-8849.87,801.497,96.4173,3.47321,250,0,0,1240,0,0,0), - (79831,1313,0,1482,0,-8987.74,751.759,98.4145,0.959931,310,0,0,1605,0,0,0), - (79832,5499,0,3295,0,-8993.05,755.79,98.4145,0.296706,310,0,0,2016,0,0,0), - (79833,5503,0,3297,0,-8983.79,753.764,98.4145,1.78024,310,0,0,1605,0,0,0), - (79834,5500,0,3298,0,-8987.94,759.196,98.4145,0.174533,310,0,0,1684,0,0,0), - (79835,5494,0,3290,0,-8803.94,765.689,96.4213,3.1765,310,0,0,1605,0,0,0), - (79836,5493,0,3285,0,-8802.57,767.463,96.4213,1.6057,310,0,0,2016,0,0,0), - (79837,277,0,1433,0,-8886.15,679.911,100.08,2.12825,310,0,0,1605,0,0,0), - (79838,1301,0,1443,0,-8895.82,681.648,100.163,0.715585,310,0,0,1605,0,0,0), - (79839,1431,0,5545,0,-8884.88,675.547,100.263,1.93731,310,0,0,1605,0,0,0), - (79840,68,0,3167,0,-8836.68,722.916,97.7159,2.02606,900,0,0,3921,0,0,0), - (79841,6740,0,5444,0,-8867.79,673.673,97.9864,5.20108,310,0,0,1605,0,0,0), - (79848,4075,0,1141,0,-8793.15,675.61,101.916,1.43058,180,0,0,8,0,0,0), - (79853,2457,0,1437,0,-8939.28,620.538,99.606,0.506145,540,0,0,2972,0,0,0), - (79854,14394,0,14431,0,-8986.33,555.95,93.943,5.91667,490,0,0,9298,2434,0,0), - (79857,68,0,3167,0,-8964.88,526.632,97.2641,4.45321,900,0,0,3921,0,0,2), - (79859,68,0,3167,0,-8950.13,509.263,97.2641,3.12148,900,0,0,3921,0,0,2), - (79861,68,0,3167,0,-9078.46,440.514,93.2955,5.37561,900,0,0,3921,0,0,0), - (79862,17804,0,0,0,-9042.23,434.241,93.3788,2.23402,300,0,0,3000,0,0,0), - (79863,68,0,3167,0,-9062.18,420.085,93.2955,2.25148,900,0,0,3921,0,0,0), - (79864,68,0,3167,0,-9095.62,422.026,92.0445,4.04916,900,0,0,3921,0,0,0), - (79865,68,0,3167,0,-9085.59,408.559,92.1695,3.47321,900,0,0,3921,0,0,0), - (79866,721,0,328,0,-9076.24,380.184,92.6135,1.75777,180,10,0,1,0,0,1), - (79867,721,0,328,0,-9145.99,417.829,93.9833,1.5708,180,10,0,1,0,0,1), - (79868,890,0,654,0,-9181.07,414.55,89.6092,4.7957,180,0,0,16,0,0,0), - (79869,883,0,347,0,-9188.38,420.498,90.8592,2.98929,180,5,0,1,0,0,1), - (79870,721,0,328,0,-9172.34,469.566,104.185,0.505691,180,10,0,1,0,0,1), - (79871,2442,0,1060,0,-9189.98,430.771,92.4673,3.3122,180,5,0,1,0,0,1), - (79872,721,0,328,0,-9139.18,355.357,91.7032,4.10822,180,10,0,1,0,0,1), - (79873,721,0,328,0,-9214.43,344.521,73.7192,2.74268,180,10,0,1,0,0,1), - (79874,883,0,347,0,-9205.02,340.429,73.3442,5.27145,180,5,0,1,0,0,1), - (79875,1423,0,3258,0,-9181.74,310.279,78.9794,1.58252,190,0,0,1106,0,0,0), - (79876,525,0,903,0,-9224.23,418.613,87.9368,0.047608,180,10,0,102,0,0,1), - (79877,94,0,2361,0,-9217.53,232.167,73.029,4.64607,180,5,0,102,0,0,1), - (79878,883,0,347,0,-9234.25,254.141,72.9114,2.8935,180,5,0,1,0,0,1), - (79879,890,0,654,0,-9231.44,253.441,72.8208,2.89989,180,10,0,16,0,0,1), - (79880,2442,0,1060,0,-9225.26,259.278,72.6654,4.66506,180,5,0,1,0,0,1), - (79881,5917,0,4558,0,-9266.12,354.4,76.6919,2.2945,180,5,0,87,0,0,2), - (79882,721,0,328,0,-9213.91,273.681,74.2265,4.57673,180,10,0,1,0,0,1), - (79883,30,0,382,0,-9233.27,271.076,72.78,3.25266,180,5,0,102,0,0,1), - (79884,721,0,328,0,-9215.63,192.999,69.4072,2.10084,180,10,0,1,0,0,1), - (79885,94,0,2361,0,-9193.79,179.546,73.7525,5.65411,180,5,0,102,0,0,1), - (79886,721,0,328,0,-9221.01,106.726,73.9549,4.82008,180,10,0,1,0,0,1), - (79887,94,0,2361,0,-9181.75,81.5951,77.8001,2.67358,180,5,0,102,0,0,1), - (79888,94,0,2361,0,-9162.37,84.6315,77.0762,1.91986,180,5,0,102,0,0,1), - (79889,94,0,2361,0,-9158.63,88.1075,76.4952,3.05433,180,5,0,102,0,0,1), - (79890,94,0,2361,0,-9162.57,94.5477,76.3557,3.78736,180,5,0,102,0,0,1), - (79891,94,0,2361,0,-9185.47,118.826,74.5898,4.68115,180,5,0,102,0,0,1), - (79892,94,0,2361,0,-9210.65,134.54,72.7013,4.70716,180,5,0,102,0,0,1), - (79893,94,0,2361,0,-9237.66,40.2561,73.3568,3.72285,180,5,0,102,0,0,1), - (79894,299,0,447,0,-9221.41,46.3592,74.7942,6.15518,180,10,0,42,0,0,1), - (79895,525,0,903,0,-9211.86,49.6484,75.5856,1.7138,180,10,0,102,0,0,1), - (79896,94,0,2361,0,-9143.14,58.0315,77.4185,5.11831,180,5,0,102,0,0,1), - (79897,94,0,2361,0,-9178.42,37.4651,77.9614,4.87576,180,5,0,102,0,0,1), - (79898,94,0,2361,0,-9197.86,73.8136,77.4574,4.42985,180,5,0,102,0,0,1), - (79899,525,0,903,0,-9277.91,-11.2201,70.6536,0.121179,180,10,0,102,0,0,1), - (79900,299,0,447,0,-9222.11,-39.7406,73.8181,1.76359,180,10,0,42,0,0,1), - (79901,94,0,2361,0,-9251.36,-11.6955,73.4498,4.86727,180,5,0,102,0,0,1), - (79902,6368,0,5555,0,-9177.55,-10.9676,79.1202,0.208455,180,5,0,1,0,0,1), - (79903,6368,0,5555,0,-9185.84,-6.26367,77.9952,3.85509,180,5,0,1,0,0,1), - (79904,6368,0,5555,0,-9164.44,-6.83258,79.4985,3.37061,180,5,0,1,0,0,1), - (79905,7385,0,5556,0,-9173.6,-0.252902,80.3948,1.99512,370,0,0,64,0,0,0), - (79906,6368,0,5555,0,-9159.23,-1.84042,79.3735,6.06882,180,5,0,1,0,0,1), - (79907,94,0,2361,0,-9213.33,19.113,77.096,0.692428,180,5,0,102,0,0,1), - (79908,7381,0,5555,0,-9173.94,1.30174,80.3945,6.09201,300,0,0,64,0,0,0), - (79909,7382,0,5554,0,-9170.25,2.46752,80.4049,1.56278,300,0,0,64,0,0,0), - (79910,7384,0,5586,0,-9175.33,3.87259,80.3912,4.33778,180,0,0,64,0,0,0), - (79911,6368,0,5555,0,-9180.5,13.5264,79.2606,5.98203,180,5,0,1,0,0,1), - (79912,6367,0,5086,0,-9176.5,0.704102,80.4761,5.79449,180,0,0,166,0,0,0), - (79913,6368,0,5555,0,-9188.4,5.30065,78.1142,1.12691,180,5,0,1,0,0,1), - (79914,6368,0,5555,0,-9156.63,15.9581,78.5701,1.64355,180,5,0,1,0,0,1), - (79915,6368,0,5555,0,-9163.13,7.73827,79.0701,3.57267,180,5,0,1,0,0,1), - (79916,6368,0,5555,0,-9167.8,17.7601,78.9207,4.27481,180,5,0,1,0,0,1), - (79917,94,0,2361,0,-9120.66,38.1426,82.754,5.63773,180,5,0,102,0,0,1), - (79918,2442,0,1060,0,-9167.85,13.3317,79.0457,3.00682,180,5,0,1,0,0,1), - (79919,2442,0,1060,0,-9157.46,13.7152,78.6951,3.12673,180,5,0,1,0,0,1), - (79920,299,0,447,0,-9290,-10.2439,69.4036,5.69506,180,10,0,42,0,0,1), - (79921,525,0,903,0,-9222.78,-53.9854,73.6102,5.97606,180,10,0,102,0,0,1), - (79922,2442,0,1060,0,-9226.41,-59.2634,74.2215,3.07871,180,5,0,1,0,0,1), - (79923,94,0,2361,0,-9109.14,6.64692,88.2881,5.75035,180,5,0,102,0,0,1), - (79924,883,0,347,0,-9097.14,-14.5558,91.0138,5.11138,180,5,0,1,0,0,1), - (79925,6774,0,5526,0,-9044.56,-45.9817,88.4193,3.08923,180,0,0,413,0,0,0), - (79926,1642,0,3167,0,-9047.58,-101.24,88.3071,1.98968,430,0,0,3866,0,0,0), - (79927,1642,0,3167,0,-9047.72,-65.2479,88.182,4.62545,430,0,0,3866,0,0,2), - (79928,299,0,447,0,-9025.26,-113.884,87.6897,5.90885,180,10,0,42,0,0,1), - (79929,1642,0,3167,0,-9061.28,-46.7949,88.795,1.5708,430,0,0,3866,0,0,0), - (79930,1642,0,3167,0,-9060.42,-39.0625,88.295,4.71239,430,0,0,3866,0,0,0), - (79931,1642,0,3167,0,-9034.7,7.06125,88.0834,5.06145,430,0,0,3866,0,0,0), - (79932,1642,0,3167,0,-9022.7,2.68442,88.3783,2.48363,430,0,0,3866,0,0,2), - (79933,299,0,447,0,-8953.62,-48.5983,91.9745,1.52582,180,10,0,42,0,0,1), - (79934,299,0,447,0,-8971.19,-52.8166,91.7821,5.59298,180,10,0,42,0,0,1), - (79935,299,0,447,0,-8979.68,-64.6176,90.3669,4.30211,180,10,0,42,0,0,1), - (79936,299,0,447,0,-8970.22,-87.6545,87.0364,3.96984,180,10,0,42,0,0,1), - (79937,299,0,447,0,-8952.08,-83.9177,88.1923,5.93131,180,10,0,42,0,0,1), - (79938,299,0,447,0,-9002.51,-129.957,84.2971,2.56219,180,10,0,42,0,0,1), - (79939,299,0,447,0,-8938.02,-49.7685,90.7206,2.82973,180,10,0,42,0,0,1), - (79940,299,0,447,0,-8925.81,-38.3764,92.0904,6.08847,180,10,0,42,0,0,1), - (79941,299,0,447,0,-8919.35,-52.6967,87.9581,0.302009,180,10,0,42,0,0,1), - (79942,823,0,2072,0,-8933.54,-136.523,83.4466,1.97222,180,0,0,804,0,0,0), - (79943,5403,0,2410,0,-8933.85,-166.93,81.0317,0,180,0,0,42,0,0,0), - (79944,721,0,328,0,-8954.53,-161.289,81.7223,4.62946,180,10,0,1,0,0,1), - (79945,299,0,447,0,-8993.86,-153.85,81.1214,0.192583,180,10,0,42,0,0,1), - (79946,299,0,447,0,-9023.11,-141.786,83.659,2.96681,180,10,0,42,0,0,1), - (79947,721,0,328,0,-8931.63,-137.105,82.8369,1.21334,180,10,0,1,0,0,1), - (79948,1642,0,3167,0,-8914.44,-134.267,80.5523,5.17342,430,0,0,3866,0,0,2), - (79949,11940,0,11898,0,-8908.31,-108.521,81.9314,4.13643,180,0,0,166,0,0,0), - (79950,152,0,3277,0,-8901.59,-112.716,82.0314,3.31613,180,0,0,204,0,0,0), - (79951,190,0,3276,0,-8897.71,-115.328,81.9982,3.78736,180,0,0,204,0,0,0), - (79952,1213,0,3278,0,-8898.23,-119.838,82.016,2.74017,180,0,0,166,0,0,0), - (79953,78,0,3275,0,-8909.46,-104.163,82.0314,4.39823,180,0,0,204,0,0,0), - (79954,299,0,447,0,-8867.79,-69.8964,84.732,2.01698,180,10,0,42,0,0,1), - (79955,299,0,447,0,-8879.21,-50.3677,86.811,3.42225,180,10,0,42,0,0,1), - (79956,69,0,604,0,-8872.65,-57.9788,86.311,1.4592,180,5,0,55,0,0,1), - (79957,299,0,447,0,-8918.72,-73.92,88.3627,5.72065,180,10,0,42,0,0,1), - (79958,299,0,447,0,-8883.51,-59.0416,85.936,5.39762,180,10,0,42,0,0,1), - (79959,299,0,447,0,-8886.96,-85.4681,85.3813,1.99338,180,10,0,42,0,0,1), - (79960,299,0,447,0,-8876.07,-114.909,81.2399,5.51329,180,10,0,42,0,0,1), - (79961,69,0,604,0,-8989.88,-170.731,78.3374,1.19042,180,5,0,55,0,0,1), - (79962,198,0,5001,0,-8851.57,-188.234,89.4958,2.9147,180,0,0,204,0,0,0), - (79963,375,0,3344,0,-8853.59,-193.336,82.1157,2.54818,180,0,0,166,190,0,0), - (79964,911,0,3343,0,-8918.36,-208.411,82.3088,6.05629,180,0,0,166,0,0,0), - (79965,6373,0,5087,0,-8927.62,-201.787,80.6824,2.26893,180,0,0,334,319,0,0), - (79966,459,0,3345,0,-8926.74,-195.589,80.7714,2.79253,180,0,0,166,190,0,0), - (79967,925,0,3346,0,-8914.57,-215.016,82.2996,1.20428,180,0,0,166,190,0,0), - (79968,952,0,3317,0,-8902.13,-181.646,113.24,0.872665,430,0,0,3517,0,0,0), - (79969,951,0,3253,0,-8874.87,-186.332,82.1206,1.309,250,0,0,1380,0,0,0), - (79970,197,0,1859,0,-8902.59,-162.606,82.0223,2.04204,190,0,0,968,0,0,0), - (79971,196,0,3251,0,-8869.22,-163.237,80.9719,0.959931,180,0,0,142,0,0,0), - (79972,721,0,328,0,-8890.02,-214.179,80.9554,5.9517,180,10,0,1,0,0,1), - (79974,299,0,447,0,-8826.85,-159.473,80.208,3.99024,180,10,0,42,0,0,1), - (79975,69,0,604,0,-8851.41,-84.09,84.0794,5.4171,180,5,0,55,0,0,1), - (79976,299,0,447,0,-8860.79,-87.9941,82.4953,4.86537,180,10,0,42,0,0,1), - (79977,299,0,447,0,-8815.7,-110.295,82.4108,1.8314,180,10,0,42,0,0,1), - (79978,299,0,447,0,-8820.1,-91.1454,84.7704,2.26079,180,10,0,42,0,0,1), - (79979,299,0,447,0,-8844.26,-45.0241,86.9295,1.89413,180,10,0,42,0,0,1), - (79980,299,0,447,0,-8854.87,-106.428,80.9344,5.97907,180,10,0,42,0,0,1), - (79981,299,0,447,0,-8827.2,-100.013,84.4858,5.23202,180,10,0,42,0,0,1), - (79982,299,0,447,0,-8820.37,-79.6791,86.4006,6.21158,180,10,0,42,0,0,1), - (79983,299,0,447,0,-8828.87,-69.3906,87.0256,0.512979,180,10,0,42,0,0,1), - (79984,299,0,447,0,-8856.48,-131.607,81.3476,3.83983,180,10,0,42,0,0,1), - (79985,299,0,447,0,-8838.49,-133.395,81.3375,4.58528,180,10,0,42,0,0,1), - (79986,915,0,3351,0,-8863.47,-210.905,80.755,4.41568,180,0,0,166,0,0,0), - (79987,69,0,604,0,-8813.36,-179.602,82.1866,1.63724,180,5,0,55,0,0,1), - (79988,299,0,447,0,-8810.28,-179.303,82.069,1.96849,180,10,0,42,0,0,1), - (79989,69,0,604,0,-8804.49,-136.622,83.6897,3.02099,180,5,0,55,0,0,1), - (79990,299,0,447,0,-8806.25,-143.212,83.57,1.33151,180,10,0,42,0,0,1), - (79991,721,0,328,0,-8829.68,-213.486,83.9962,1.54931,180,10,0,1,0,0,1), - (79992,6,0,10913,0,-8783.05,-161.565,82.0352,0.904036,180,5,0,42,0,0,1), - (79993,6,0,10913,0,-8774.13,-184.494,83.1764,1.59099,180,5,0,42,0,0,1), - (79994,6,0,10913,0,-8794.45,-170.399,81.5514,1.74907,180,5,0,42,0,0,1), - (79995,6,0,10913,0,-8794.96,-134.15,83.0352,2.1558,180,5,0,42,0,0,1), - (79996,6,0,10913,0,-8789.91,-143.313,82.7331,2.96193,180,5,0,42,0,0,1), - (79997,69,0,604,0,-8747.56,-135.783,83.7125,5.44551,180,5,0,55,0,0,1), - (79998,6,0,10913,0,-8768.46,-176.434,83.4446,3.31613,180,0,0,42,0,0,0), - (79999,6,0,10913,0,-8752.95,-160.776,84.243,2.22203,180,5,0,42,0,0,1), - (80000,6,0,10913,0,-8779.8,-195.355,84.0514,3.78246,180,5,0,42,0,0,1), - (80001,6,0,10913,0,-8775.9,-148.466,81.4102,4.05152,180,5,0,42,0,0,1), - (80002,6,0,10913,0,-8785.46,-171.229,81.6764,5.11032,180,5,0,42,0,0,1), - (80003,257,0,10912,0,-8763.31,-159.256,82.9625,5.98151,180,5,0,70,0,0,1), - (80004,257,0,10912,0,-8756.81,-171.434,84.8866,3.52798,180,5,0,70,0,0,1), - (80005,257,0,10912,0,-8769.9,-138.115,82.5352,0.362188,180,5,0,70,0,0,1), - (80006,299,0,447,0,-8824.51,-58.7339,88.6915,3.69501,180,10,0,42,0,0,1), - (80007,299,0,447,0,-8808.48,-91.4317,84.1506,3.60744,180,10,0,42,0,0,1), - (80008,69,0,604,0,-8781.32,-59.8318,91.8378,5.18477,180,5,0,55,0,0,1), - (80009,69,0,604,0,-8752.63,-81.9882,92.7991,0.638906,180,5,0,55,0,0,1), - (80010,69,0,604,0,-8761.9,-66.2644,92.2944,4.47272,180,5,0,55,0,0,1), - (80011,6,0,10913,0,-8765.28,-93.41,89.7241,0.129198,180,5,0,42,0,0,1), - (80012,6,0,10913,0,-8771.45,-115.916,83.365,0.383972,180,0,0,42,0,0,0), - (80013,6,0,10913,0,-8794.01,-118.5,83.5315,1.02964,180,5,0,42,0,0,1), - (80014,6,0,10913,0,-8778.78,-125.732,82.7815,1.30576,180,5,0,42,0,0,1), - (80015,6,0,10913,0,-8781.3,-115.552,82.8641,0.122173,180,0,0,42,0,0,0), - (80016,6,0,10913,0,-8766.97,-117.391,83.6927,2.30383,180,0,0,42,0,0,0), - (80017,6,0,10913,0,-8761.02,-127.543,83.4305,1.01327,180,5,0,42,0,0,1), - (80018,6,0,10913,0,-8780.05,-108.379,83.6632,5.79449,180,0,0,42,0,0,0), - (80019,6,0,10913,0,-8772.89,-103.59,86.1565,5.22354,180,5,0,42,0,0,1), - (80020,257,0,10912,0,-8768.63,-113.135,83.7815,0.0699,180,5,0,70,0,0,1), - (80021,257,0,10912,0,-8786.94,-105.911,83.4065,0.976494,180,5,0,70,0,0,1), - (80022,257,0,10912,0,-8770.12,-117.703,83.4954,0,180,0,0,70,0,0,0), - (80023,257,0,10912,0,-8767.71,-111.647,84.3424,4.15388,180,0,0,70,0,0,0), - (80024,6,0,10913,0,-8749.15,-114.985,85.9305,6.13703,180,5,0,42,0,0,1), - (80025,69,0,604,0,-8789.76,-69.806,90.19,5.7897,180,5,0,55,0,0,1), - (80026,257,0,10912,0,-8752.36,-101.854,87.9305,1.63139,180,5,0,70,0,0,1), - (80027,299,0,447,0,-8799.31,-70.4097,88.9475,1.9513,180,10,0,42,0,0,1), - (80028,6,0,10913,0,-8753.58,-192.765,85.7976,1.5708,180,0,0,42,0,0,0), - (80029,721,0,328,0,-8752.2,-197.95,86.1366,3.12472,180,10,0,1,0,0,1), - (80030,69,0,604,0,-8718.79,-148.353,86.1238,3.38237,180,5,0,55,0,0,1), - (80031,6,0,10913,0,-8757.55,-180.684,85.0116,1.62418,180,5,0,42,0,0,1), - (80032,6,0,10913,0,-8768.17,-190.502,84.5514,6.08596,180,5,0,42,0,0,1), - (80033,257,0,10912,0,-8721.69,-155.805,85.3738,5.30705,180,5,0,70,0,0,1), - (80034,257,0,10912,0,-8717.47,-144.581,86.4988,0.432977,180,5,0,70,0,0,1), - (80035,257,0,10912,0,-8698.78,-161.758,89.1669,1.97494,180,5,0,70,0,0,1), - (80036,257,0,10912,0,-8742.24,-176.21,85.6366,5.59501,180,5,0,70,0,0,1), - (80037,257,0,10912,0,-8727.35,-133.797,86.9388,0.016385,180,5,0,70,0,0,1), - (80038,721,0,328,0,-8680.28,-83.5984,91.627,5.55718,180,10,0,1,0,0,1), - (80039,883,0,347,0,-8679.93,-98.3911,89.5294,6.19524,180,5,0,1,0,0,1), - (80040,69,0,604,0,-8736.29,-72.8328,92.0231,6.01294,180,5,0,55,0,0,1), - (80041,69,0,604,0,-8753.2,-33.3754,92.5098,1.87129,180,5,0,55,0,0,1), - (80042,69,0,604,0,-8748.67,-50.3176,92.2134,2.86224,180,5,0,55,0,0,1), - (80043,69,0,604,0,-8737.09,-94.3173,90.1741,3.34832,180,5,0,55,0,0,1), - (80045,257,0,10912,0,-8706.28,-129.849,86.2483,3.47469,180,5,0,70,0,0,1), - (80046,257,0,10912,0,-8701.35,-118.101,88.8733,0.843928,180,5,0,70,0,0,1), - (80047,257,0,10912,0,-8718.7,-98.3166,88.3631,5.60389,180,5,0,70,0,0,1), - (80048,257,0,10912,0,-8695.02,-114.396,89.3617,3.886,180,5,0,70,0,0,1), - (80049,257,0,10912,0,-8695.04,-103.437,89.6117,3.47724,180,5,0,70,0,0,1), - (80050,257,0,10912,0,-8713.42,-90.302,89.5737,5.2409,180,5,0,70,0,0,1), - (80051,257,0,10912,0,-8707.58,-108.406,89.1233,2.23404,180,5,0,70,0,0,1), - (80052,257,0,10912,0,-8691.02,-80.2893,90.1544,0.100076,180,5,0,70,0,0,1), - (80053,257,0,10912,0,-8684.79,-71.4061,91.0294,1.34379,180,5,0,70,0,0,1), - (80054,257,0,10912,0,-8698.44,-70.5609,90.2794,2.97837,180,5,0,70,0,0,1), - (80055,257,0,10912,0,-8686.47,-108.002,89.3114,3.22886,180,0,0,70,0,0,0), - (80056,257,0,10912,0,-8680.79,-120.071,90.8183,2.58309,180,0,0,70,0,0,0), - (80058,257,0,10912,0,-8725.92,-109.693,86.2483,0.481521,180,5,0,70,0,0,1), - (80059,257,0,10912,0,-8667.23,-116.46,92.4403,1.51229,180,7,0,70,0,0,1), - (80060,80,0,365,0,-8671.83,-123.34,92.1135,1.68621,180,7,0,71,0,0,1), - (80061,721,0,328,0,-8718.02,-112.688,87.425,0,180,10,0,1,0,0,1), - (80062,721,0,328,0,-8673.78,-189.267,91.329,0.563237,180,10,0,1,0,0,1), - (80063,883,0,347,0,-8686.67,-197.311,92.329,3.94988,180,5,0,1,0,0,1), - (80064,80,0,365,0,-8632.33,-143.753,86.3842,3.27452,180,7,0,71,0,0,1), - (80065,80,0,365,0,-8616.27,-143.334,87.4937,0.409049,180,7,0,71,0,0,1), - (80066,80,0,365,0,-8640.19,-143.559,86.8829,1.44862,180,7,0,71,0,0,1), - (80067,80,0,365,0,-8640.58,-113.289,86.9627,2.97738,180,7,0,71,0,0,1), - (80068,80,0,365,0,-8635.27,-110.326,86.8396,4.78637,180,7,0,71,0,0,1), - (80069,80,0,365,0,-8657.9,-124.669,90.9269,5.76153,180,7,0,71,0,0,1), - (80070,80,0,365,0,-8639.08,-132.949,86.9817,6.08973,180,7,0,71,0,0,1), - (80071,80,0,365,0,-8654.91,-127.006,89.5479,2.8159,180,0,0,71,0,0,0), - (80072,257,0,10912,0,-8741.43,-193.606,86.2892,1.22173,180,5,0,70,0,0,1), - (80073,721,0,328,0,-8707.05,-204.728,90.7831,0.74278,180,10,0,1,0,0,1), - (80074,80,0,365,0,-8613.77,-152.982,86.0714,3.08878,180,7,0,71,0,0,1), - (80075,80,0,365,0,-8610.92,-171.602,85.6868,0.602958,180,7,0,71,0,0,1), - (80076,80,0,365,0,-8596.08,-173.872,87.1276,2.94578,180,0,0,71,0,0,0), - (80077,80,0,365,0,-8609.08,-141.239,87.6184,3.50514,180,0,0,71,0,0,0), - (80078,80,0,365,0,-8601.23,-138.195,87.6999,4.00536,180,0,0,71,0,0,0), - (80079,80,0,365,0,-8588.97,-147.395,89.6137,2.07603,180,0,0,71,0,0,0), - (80080,80,0,365,0,-8550.41,-163.072,86.6575,3.8533,180,0,0,71,0,0,0), - (80081,80,0,365,0,-8582.82,-171.929,91.0492,4.1382,180,0,0,71,0,0,0), - (80082,80,0,365,0,-8573.48,-150.506,89.7627,1.40641,180,0,0,71,0,0,0), - (80083,80,0,365,0,-8555.47,-149.37,88.3994,5.12587,180,0,0,71,0,0,0), - (80084,80,0,365,0,-8559.72,-210.564,84.3106,2.62464,180,0,0,71,0,0,0), - (80085,80,0,365,0,-8538.12,-184.356,84.0459,4.52718,180,0,0,71,0,0,0), - (80086,80,0,365,0,-8548.78,-207.237,85.1833,5.05884,180,0,0,71,0,0,0), - (80087,80,0,365,0,-8561.05,-217.528,85.5112,4.95625,180,0,0,71,0,0,0), - (80088,80,0,365,0,-8564.94,-203.695,84.2832,1.86342,180,0,0,71,0,0,0), - (80089,257,0,10912,0,-8732.69,-197.638,88.1356,5.84854,180,0,0,70,0,0,0), - (80090,721,0,328,0,-8753.91,2.80961,92.7651,3.43452,180,10,0,1,0,0,1), - (80091,721,0,328,0,-8835.42,-10.7878,90.3409,4.89691,180,10,0,1,0,0,1), - (80092,883,0,347,0,-8820.92,-7.87339,90.2892,4.96105,180,5,0,1,0,0,1), - (80093,721,0,328,0,-8812.31,4.68013,92.2564,1.22803,180,10,0,1,0,0,1), - (80094,6,0,10913,0,-8760.26,-201.47,86.3046,0.963932,180,5,0,42,0,0,1), - (80095,257,0,10912,0,-8722.67,-207.828,89.6581,5.39678,180,5,0,70,0,0,1), - (80096,257,0,10912,0,-8732.07,-205.732,89.1581,5.04892,180,5,0,70,0,0,1), - (80097,721,0,328,0,-8693.17,-293.164,86.948,1.53297,180,10,0,1,0,0,1), - (80098,6,0,10913,0,-8784.33,-245.049,83.121,3.66519,180,0,0,42,0,0,0), - (80099,6,0,10913,0,-8773.21,-242.694,83.9417,5.63666,180,5,0,42,0,0,1), - (80100,6,0,10913,0,-8765.42,-256.049,80.6917,3.86551,180,5,0,42,0,0,1), - (80101,69,0,604,0,-8766.04,-232.213,85.4296,3.70092,180,5,0,55,0,0,1), - (80102,257,0,10912,0,-8762.35,-235.236,85.3167,1.36265,180,5,0,70,0,0,1), - (80103,257,0,10912,0,-8778.08,-254.596,82.0667,1.81161,180,5,0,70,0,0,1), - (80104,721,0,328,0,-8753.21,-215.544,87.0546,5.40769,180,10,0,1,0,0,1), - (80105,257,0,10912,0,-8781.39,-274.644,78.8608,2.40847,180,5,0,70,0,0,1), - (80106,69,0,604,0,-8752.87,-295.046,79.4607,5.62039,180,5,0,55,0,0,1), - (80107,257,0,10912,0,-8769.02,-272.632,78.2358,2.58601,180,5,0,70,0,0,1), - (80108,6,0,10913,0,-8810.02,-217.027,83.6212,1.46425,180,5,0,42,0,0,1), - (80109,6,0,10913,0,-8809.45,-233.871,82.5042,4.57276,180,0,0,42,0,0,0), - (80110,6,0,10913,0,-8805.95,-244.942,82.4202,1.95947,180,5,0,42,0,0,1), - (80111,257,0,10912,0,-8813.27,-244.145,82.2872,0,180,0,0,70,0,0,0), - (80112,257,0,10912,0,-8817.24,-228.768,82.9962,6.24274,180,5,0,70,0,0,1), - (80113,69,0,604,0,-8805.37,-205.46,82.6964,6.05053,180,5,0,55,0,0,1), - (80114,6,0,10913,0,-8806.91,-226.327,82.8712,5.20619,180,5,0,42,0,0,1), - (80115,6,0,10913,0,-8796.38,-247.373,82.4417,4.31741,180,5,0,42,0,0,1), - (80116,6,0,10913,0,-8796.15,-258.344,82.8167,2.70763,180,5,0,42,0,0,1), - (80117,257,0,10912,0,-8786.88,-252.299,82.661,2.23402,180,0,0,70,0,0,0), - (80118,9296,0,8489,0,-8850.29,-224.03,81.7778,4.93928,180,0,0,87,0,0,0), - (80119,11260,0,89,0,-8838.62,-225.329,82.4991,0.537691,180,0,0,64,40,0,2), - (80120,257,0,10912,0,-8823.45,-236.78,82.4202,4.01583,180,5,0,70,0,0,1), - (80121,257,0,10912,0,-8819.6,-252.86,82.5452,0.517106,180,5,0,70,0,0,1), - (80122,257,0,10912,0,-8811.3,-257.724,82.7952,3.19441,180,5,0,70,0,0,1), - (80123,883,0,347,0,-8877.66,14.8767,93.475,0.440051,180,5,0,1,0,0,1), - (80124,721,0,328,0,-8863.43,12.5133,93.6489,5.15324,180,10,0,1,0,0,1), - (80125,890,0,654,0,-8877.7,13.7454,93.701,3.94909,180,0,0,16,0,0,0), - (80126,721,0,328,0,-8836.24,-248.546,82.953,5.87392,180,10,0,1,0,0,1), - (80127,11260,0,89,0,-8856.89,-252.401,81.078,5.37848,180,0,0,64,40,0,2), - (80128,721,0,328,0,-8840.98,-250.706,82.828,2.85951,180,10,0,1,0,0,1), - (80129,69,0,604,0,-8875.74,-242.938,81.6811,1.17205,180,5,0,55,0,0,1), - (80130,69,0,604,0,-8845.73,-287.021,78.3529,4.98699,180,5,0,55,0,0,1), - (80131,69,0,604,0,-8827.58,-292.02,79.3608,0.334482,180,5,0,55,0,0,1), - (80132,721,0,328,0,-8795.52,-296.763,76.1108,5.20217,180,10,0,1,0,0,1), - (80133,257,0,10912,0,-8705.78,-201.821,90.9366,2.87979,180,0,0,70,0,0,0), - (80134,69,0,604,0,-8876.64,-291.29,78.0791,5.03571,180,5,0,55,0,0,1), - (80135,299,0,447,0,-8903.4,-271.746,78.8336,3.69709,180,10,0,42,0,0,1), - (80136,69,0,604,0,-8836.19,-306.546,76.6022,5.82215,180,5,0,55,0,0,1), - (80137,11260,0,89,0,-8891.61,-275.477,80.0948,4.86014,180,0,0,64,40,0,2), - (80138,69,0,604,0,-8901.44,-265.269,79.2182,0.22555,180,5,0,55,0,0,1), - (80139,69,0,604,0,-8916.07,-287.69,77.2543,3.59651,180,5,0,55,0,0,1), - (80140,69,0,604,0,-8951,-252.969,76.0696,3.51775,180,5,0,55,0,0,1), - (80141,69,0,604,0,-8961.19,-231.91,76.9597,1.20516,180,5,0,55,0,0,1), - (80142,69,0,604,0,-8966.63,-231.021,76.2175,4.7172,180,5,0,55,0,0,1), - (80143,299,0,447,0,-8968.29,-229.972,75.8943,1.04737,180,10,0,42,0,0,1), - (80144,69,0,604,0,-8937.8,-259.455,76.9118,0.676014,180,5,0,55,0,0,1), - (80145,11260,0,89,0,-8932.22,-240.487,79.3923,2.99685,180,0,0,64,40,0,2), - (80146,69,0,604,0,-8920.5,-255.801,79.5036,3.6542,180,5,0,55,0,0,1), - (80147,38,0,5035,0,-8994.59,-312.364,71.9033,1.76278,180,0,0,71,0,0,0), - (80148,38,0,5035,0,-8978.01,-340.409,73.5867,2.64697,180,5,0,71,0,0,1), - (80149,38,0,5035,0,-8964.3,-334.248,71.6651,2.91509,180,5,0,71,0,0,2), - (80150,38,0,5035,0,-8931.73,-359.484,72.5288,3.38358,180,5,0,71,0,0,1), - (80151,38,0,5035,0,-9031.57,-304.335,74.4903,1.78024,180,0,0,71,0,0,0), - (80152,38,0,5035,0,-9033.82,-301.611,74.7497,5.89921,180,0,0,71,0,0,2), - (80153,38,0,5035,0,-9030.79,-285.642,75.5096,6.25018,180,5,0,71,0,0,1), - (80154,38,0,5035,0,-9062.89,-267.752,73.9798,3.1138,180,5,0,71,0,0,1), - (80155,38,0,5035,0,-9028.07,-297.134,75.1763,5.46843,180,5,0,71,0,0,2), - (80156,69,0,604,0,-9017.96,-196.56,75.0036,3.10197,180,5,0,55,0,0,1), - (80157,299,0,447,0,-8987.25,-179,76.9624,1.85569,180,10,0,42,0,0,1), - (80158,38,0,5035,0,-9039.49,-264.737,73.6806,4.56933,180,5,0,71,0,0,1), - (80159,721,0,328,0,-9058.14,-245.824,72.6166,3.9617,180,10,0,1,0,0,1), - (80160,883,0,347,0,-9063.94,-246.895,72.9306,1.68514,180,5,0,1,0,0,1), - (80161,69,0,604,0,-9079.85,-182.028,74.6405,6.06449,180,0,0,55,0,0,0), - (80162,38,0,5035,0,-9079.48,-236.698,73.5753,5.91654,180,5,0,71,0,0,1), - (80163,890,0,654,0,-9078.66,-244.165,73.7003,4.82163,180,10,0,16,0,0,1), - (80164,69,0,604,0,-9038.11,-177.288,76.8733,2.59264,180,5,0,55,0,0,1), - (80165,69,0,604,0,-9028.41,-164.729,79.0259,5.30062,180,5,0,55,0,0,1), - (80166,721,0,328,0,-9027.87,-86.8298,87.9876,4.52992,180,10,0,1,0,0,1), - (80167,721,0,328,0,-9105.58,-286.043,72.2814,2.9609,180,10,0,1,0,0,1), - (80168,38,0,5035,0,-9084.74,-279.007,73.74,5.68111,180,0,0,71,0,0,0), - (80169,38,0,5035,0,-9068.32,-288.58,73.7368,0.793078,180,0,0,71,0,0,0), - (80170,38,0,5035,0,-9099.05,-277.979,73.2813,2.38933,180,0,0,71,0,0,2), - (80171,38,0,5035,0,-9120.29,-269.848,73.6024,4.02247,180,0,0,71,0,0,2), - (80172,721,0,328,0,-9104.76,-222.075,74.0504,0.212502,180,10,0,1,0,0,1), - (80173,721,0,328,0,-9086.03,-256.365,73.7064,3.90171,180,10,0,1,0,0,1), - (80174,38,0,5035,0,-9079.81,-247.925,73.8253,0.698361,180,0,0,71,0,0,0), - (80175,38,0,5035,0,-9112.45,-244.769,75.5258,1.77427,180,0,0,71,0,0,0), - (80176,69,0,604,0,-8994.55,-250.291,72.0086,3.53139,180,5,0,55,0,0,1), - (80177,721,0,328,0,-9118.81,-295.869,73.1261,2.62033,180,10,0,1,0,0,1), - (80178,721,0,328,0,-9133.86,-302.699,73.6015,1.65986,180,10,0,1,0,0,1), - (80179,721,0,328,0,-9074.24,-344.455,73.5757,6.20538,180,10,0,1,0,0,1), - (80180,38,0,5035,0,-9110.05,-311.655,73.5303,1.26827,180,0,0,71,0,0,0), - (80181,38,0,5035,0,-9131.1,-323.678,73.0066,1.20518,180,0,0,71,0,0,2), - (80182,38,0,5035,0,-9135.2,-282.032,72.1678,5.44543,180,0,0,71,0,0,0), - (80183,38,0,5035,0,-9141.53,-290.903,72.5665,3.26377,180,0,0,71,0,0,0), - (80184,38,0,5035,0,-9083.31,-301.332,73.4003,0.05236,180,0,0,71,0,0,2), - (80185,38,0,5035,0,-9081.54,-299.698,73.5213,4.59022,180,0,0,71,0,0,0), - (80186,38,0,5035,0,-9086.48,-314.165,73.4716,5.60884,180,0,0,71,0,0,0), - (80187,38,0,5035,0,-9090.72,-331.023,73.4716,0.848541,180,0,0,71,0,0,0), - (80188,38,0,5035,0,-9077.56,-334.076,73.5351,1.29154,180,0,0,71,0,0,2), - (80189,38,0,5035,0,-9075.33,-332.12,73.5351,3.66519,180,0,0,71,0,0,0), - (80190,38,0,5035,0,-9078.17,-331.132,73.4716,5.25754,180,0,0,71,0,0,2), - (80191,38,0,5035,0,-9110.34,-338.593,73.4938,2.70326,180,0,0,71,0,0,0), - (80192,721,0,328,0,-9038.39,-330.808,73.5767,6.08521,180,10,0,1,0,0,1), - (80193,38,0,5035,0,-9054.5,-311.645,73.5767,5.60214,180,0,0,71,0,0,0), - (80194,38,0,5035,0,-9058.18,-325.627,73.5767,4.24052,180,0,0,71,0,0,0), - (80195,38,0,5035,0,-9045.05,-324.702,73.5767,4.84956,180,5,0,71,0,0,1), - (80196,38,0,5035,0,-9130.17,-263.614,72.5258,4.62631,180,0,0,71,0,0,0), - (80197,721,0,328,0,-9152.42,-371.24,71.9054,5.00839,180,10,0,1,0,0,1), - (80198,883,0,347,0,-9111.69,-363.262,73.6354,4.57914,180,5,0,1,0,0,1), - (80199,38,0,5035,0,-9128.11,-355.049,73.4938,5.71384,180,0,0,71,0,0,0), - (80200,38,0,5035,0,-9077.32,-377.228,73.5343,1.32645,180,0,0,71,0,0,0), - (80201,38,0,5035,0,-9073.82,-376.869,73.5351,2.44346,180,0,0,71,0,0,2), - (80202,38,0,5035,0,-9147.74,-341.34,72.786,4.69789,180,0,0,71,0,0,0), - (80203,38,0,5035,0,-9144.97,-368.707,72.0304,2.68893,180,0,0,71,0,0,0), - (80204,38,0,5035,0,-9124.93,-389.333,72.7234,5.29585,180,0,0,71,0,0,0), - (80205,38,0,5035,0,-9090.67,-397.58,73.1227,2.95765,180,5,0,71,0,0,1), - (80206,38,0,5035,0,-9071.87,-355.235,73.5757,0.881842,180,0,0,71,0,0,0), - (80207,38,0,5035,0,-9093.8,-355.778,73.5757,4.01018,180,0,0,71,0,0,0), - (80208,38,0,5035,0,-9102.6,-357.989,73.5504,5.51633,180,5,0,71,0,0,2), - (80209,38,0,5035,0,-9046.82,-375.002,74.072,1.25406,180,0,0,71,0,0,0), - (80210,38,0,5035,0,-9028.01,-359.972,75.5033,1.19357,180,5,0,71,0,0,1), - (80211,38,0,5035,0,-9025.5,-340.637,74.5033,4.86725,180,5,0,71,0,0,1), - (80212,721,0,328,0,-9014.25,-337.865,74.904,4.34468,180,10,0,1,0,0,1), - (80213,38,0,5035,0,-9061.12,-369.522,73.5131,3.81119,180,5,0,71,0,0,1), - (80214,38,0,5035,0,-9046.85,-343.534,73.5767,0.92428,180,0,0,71,0,0,0), - (80215,721,0,328,0,-9076.57,-417.09,75.1228,4.1304,180,10,0,1,0,0,1), - (80216,38,0,5035,0,-9091.08,-421.406,73.9978,4.09253,180,5,0,71,0,0,1), - (80217,721,0,328,0,-9062.82,-445.859,72.3721,2.75623,180,10,0,1,0,0,1), - (80218,38,0,5035,0,-9053.63,-410.669,71.9829,4.16758,180,5,0,71,0,0,1), - (80220,890,0,654,0,-8983.11,-402.958,71.0471,2.44832,180,0,0,16,0,0,0), - (80221,721,0,328,0,-9005.59,-384.689,73.4165,5.41013,180,10,0,1,0,0,1), - (80222,38,0,5035,0,-8998.78,-390.347,71.8185,4.87939,180,0,0,71,0,0,0), - (80223,38,0,5035,0,-9003.3,-363.304,75.0033,3.74668,180,0,0,71,0,0,0), - (80224,38,0,5035,0,-9034.19,-397.809,72.6381,1.83317,180,0,0,71,0,0,0), - (80225,721,0,328,0,-9028.71,-387.084,74.5318,3.36358,180,10,0,1,0,0,1), - (80226,38,0,5035,0,-9027.98,-383.922,75.0318,1.25572,180,0,0,71,0,0,0), - (80227,883,0,347,0,-9021.51,-373.152,75.1056,3.3033,180,5,0,1,0,0,1), - (80228,38,0,5035,0,-8980.84,-411.607,69.4132,6.01341,180,0,0,71,0,0,0), - (80229,38,0,5035,0,-8951.47,-429.956,65.1523,1.95477,180,0,0,71,0,0,0), - (80230,38,0,5035,0,-8956.23,-422.418,65.3401,4.5204,180,0,0,71,0,0,0), - (80231,38,0,5035,0,-8958.37,-431.305,64.7884,1.25664,180,0,0,71,0,0,0), - (80232,721,0,328,0,-8936.78,-418.375,65.8772,3.73739,180,10,0,1,0,0,1), - (80233,883,0,347,0,-9002.12,-420.868,69.827,3.13183,180,5,0,1,0,0,1), - (80234,721,0,328,0,-8938.28,-391.842,70.048,0.868378,180,10,0,1,0,0,1), - (80236,38,0,5035,0,-8956.91,-389.864,70.298,2.37787,180,5,0,71,0,0,1), - (80237,38,0,5035,0,-8917.87,-381.132,70.7183,1.76861,180,5,0,71,0,0,1), - (80238,38,0,5035,0,-8963.1,-370.271,73.0808,1.16937,180,5,0,71,0,0,1), - (80239,721,0,328,0,-8911.16,-418.504,66.6302,5.18603,180,10,0,1,0,0,1), - (80240,883,0,347,0,-8927.37,-436.047,66.9626,0.182826,180,5,0,1,0,0,1), - (80241,38,0,5035,0,-8869.45,-373.783,71.6896,2.31791,180,5,0,71,0,0,2), - (80242,721,0,328,0,-8893.94,-387.5,68.8146,4.92776,180,10,0,1,0,0,1), - (80243,721,0,328,0,-8875.71,-389.825,68.1029,4.35911,180,10,0,1,0,0,1), - (80244,38,0,5035,0,-8905.74,-365.956,71.8848,5.45913,180,0,0,71,0,0,0), - (80245,38,0,5035,0,-8901.51,-360.743,71.7873,0.359119,180,0,0,71,0,0,0), - (80246,38,0,5035,0,-8886.68,-392.438,67.5338,0.217492,180,5,0,71,0,0,1), - (80247,103,0,2073,0,-9056.48,-460.903,72.8318,1.76278,180,0,0,102,0,0,0), - (80248,38,0,5035,0,-8886.35,-445.452,65.1291,3.39385,180,5,0,71,0,0,1), - (80249,721,0,328,0,-8885.43,-450.312,65.3791,4.33639,180,10,0,1,0,0,1), - (80250,38,0,5035,0,-8924.11,-445.315,68.1632,0,180,5,0,71,0,0,1), - (80251,38,0,5035,0,-8878.29,-410.994,65.7157,4.53505,180,5,0,71,0,0,2), - (80252,38,0,5035,0,-8889.49,-397.838,67.0646,1.13849,180,0,0,71,0,0,0), - (80253,38,0,5035,0,-8869.74,-371.571,72.0051,0.592264,180,0,0,71,0,0,0), - (80254,38,0,5035,0,-8916.79,-403.277,67.5052,0.827004,180,0,0,71,0,0,0), - (80255,38,0,5035,0,-8938.17,-372.883,71.923,6.04404,180,0,0,71,0,0,0), - (80256,38,0,5035,0,-8912.98,-361.353,73.4038,0.848243,180,0,0,71,0,0,0), - (80257,38,0,5035,0,-8929.8,-356.501,72.2315,1.04143,180,0,0,71,0,0,0), - (80258,38,0,5035,0,-8913.32,-389.44,69.4075,6.01213,180,0,0,71,0,0,0), - (80259,38,0,5035,0,-8975.7,-338.156,73.2266,0.510007,180,0,0,71,0,0,0), - (80261,69,0,604,0,-8979.83,-213.14,73.952,4.21105,180,0,0,55,0,0,0), - (80262,11260,0,89,0,-8967.41,-203.362,75.5193,2.50597,180,0,0,64,40,0,2), - (80263,1423,0,3258,0,-9076.08,-46.0496,87.617,0.270454,190,0,0,1106,0,0,2), - (80264,94,0,2361,0,-9116.32,16.1908,86.1412,0,180,5,0,102,0,0,1), - (80265,94,0,2361,0,-9123.28,45.5078,81.5248,0,180,5,0,102,0,0,1), - (80266,721,0,328,0,-9009.96,-0.049045,89.1085,0,180,10,0,1,0,0,1), - (80267,94,0,2361,0,-9216.37,19.9618,76.701,0.825487,180,5,0,102,0,0,1), - (80268,94,0,2361,0,-9175.16,78.2666,77.6793,2.67358,180,5,0,102,0,0,1), - (80269,94,0,2361,0,-9144.37,53.7751,77.7479,4.62874,180,5,0,102,0,0,1), - (80270,299,0,447,0,-9271.63,-20.4582,72.0286,6.22852,180,10,0,42,0,0,1), - (80271,94,0,2361,0,-9263.42,-24.1155,73.1425,4.06441,180,5,0,102,0,0,1), - (80275,94,0,2361,0,-9189.05,110.796,75.854,3.7875,180,5,0,102,0,0,1), - (80276,94,0,2361,0,-9243.78,122.246,72.377,0.481233,180,5,0,102,0,0,1), - (80277,94,0,2361,0,-9216.17,147.554,72.3877,3.05173,180,5,0,102,0,0,1), - (80278,883,0,347,0,-9265.33,139.605,68.8393,4.46788,180,5,0,1,0,0,1), - (80279,94,0,2361,0,-9195.6,185.983,73.4127,3.34746,180,5,0,102,0,0,1), - (80280,721,0,328,0,-9298.47,228.579,67.886,1.22931,180,10,0,1,0,0,1), - (80281,94,0,2361,0,-9278.95,203.298,67.636,4.66906,180,5,0,102,0,0,1), - (80282,94,0,2361,0,-9218.33,241.176,73.3824,5.081,180,5,0,102,0,0,1), - (80283,3937,0,3234,0,-9127.47,391.953,91.4787,3.82752,180,0,0,500,0,0,2), - (80284,1933,0,856,0,-9207.74,335.047,72.9692,5.08074,180,5,0,14,0,0,1), - (80285,2442,0,1060,0,-9210.72,419.773,88.383,2.05575,180,5,0,1,0,0,1), - (80286,883,0,347,0,-9181.17,414.977,89.7382,1.14126,180,5,0,1,0,0,1), - (80287,890,0,654,0,-9182.42,414.435,89.3592,3.36393,180,0,0,16,0,0,0), - (80288,30,0,382,0,-9259.6,444.417,84.3847,5.11796,180,5,0,102,0,0,1), - (80289,525,0,903,0,-9285.95,377.083,76.1121,0.555494,180,10,0,102,0,0,1), - (80290,1933,0,856,0,-9283.05,460.661,79.7801,2.80317,180,5,0,14,0,0,1), - (80291,2442,0,1060,0,-9334.18,322.277,67.1415,3.98068,180,5,0,1,0,0,1), - (80292,395,0,262,0,-9277.34,345.464,75.6012,5.62312,180,0,0,64,0,0,0), - (80293,11994,0,11930,0,-9309.79,284.638,70.6218,2.04204,250,0,0,1240,0,0,0), - (80294,11979,0,11929,0,-9313.08,291.223,70.6186,4.5204,250,0,0,1240,0,0,0), - (80295,525,0,903,0,-9312.85,349.291,68.9001,0.755021,180,10,0,102,0,0,1), - (80296,721,0,328,0,-9307.77,323.492,70.8742,2.95222,180,10,0,1,0,0,1), - (80297,883,0,347,0,-9299.99,391.945,75.5581,0.692738,180,5,0,1,0,0,1), - (80298,94,0,2361,0,-9287.21,281.559,70.1183,3.36619,180,5,0,102,0,0,1), - (80299,525,0,903,0,-9347.53,258.843,65.4293,0.365631,180,10,0,102,0,0,1), - (80300,525,0,903,0,-9388.39,290.287,62.9001,1.95877,180,10,0,102,0,0,1), - (80301,30,0,382,0,-9390.82,286.729,62.52,1.32586,180,5,0,102,0,0,1), - (80302,620,0,304,0,-9340.95,285.349,67.4902,0.602206,300,10,0,1,0,0,1), - (80303,525,0,903,0,-9356.33,306.629,65.9791,2.01959,180,10,0,102,0,0,1), - (80304,11996,0,257,0,-9318.44,270.625,68.1097,3.52786,180,0,0,64,0,0,0), - (80306,620,0,304,0,-9325.21,269.797,67.8272,5.27587,300,10,0,1,0,0,1), - (80307,620,0,304,0,-9323.52,275.141,68.6325,3.57932,300,10,0,1,0,0,1), - (80308,620,0,304,0,-9332.22,272.505,68.1097,1.01197,300,10,0,1,0,0,1), - (80309,721,0,328,0,-9320.07,269.961,68.1097,0.02196,180,10,0,1,0,0,1), - (80310,620,0,304,0,-9331.25,285.416,68.7347,5.96252,300,10,0,1,0,0,1), - (80311,525,0,903,0,-9416.54,200.779,60.2635,0.633863,180,10,0,102,0,0,1), - (80312,525,0,903,0,-9379.01,205.933,61.7403,4.94317,180,10,0,102,0,0,1), - (80313,2442,0,1060,0,-9413.49,226.538,61.0589,2.80054,180,5,0,1,0,0,1), - (80314,30,0,382,0,-9383.82,200.188,61.4398,0.546416,180,5,0,102,0,0,1), - (80315,525,0,903,0,-9401.29,254.306,61.8017,5.7364,180,10,0,102,0,0,1), - (80316,525,0,903,0,-9405.91,310.595,59.3323,2.20649,180,10,0,102,0,0,1), - (80317,795,0,338,0,-9424.88,128.852,59.563,2.28574,180,0,0,64,0,0,0), - (80318,620,0,304,0,-9427.15,129.176,59.4742,2.84226,300,10,0,1,0,0,1), - (80319,721,0,328,0,-9347.92,127.084,64.2189,1.74998,180,10,0,1,0,0,1), - (80320,797,0,338,0,-9426.15,129.829,59.5506,3.12876,180,5,0,64,0,0,2), - (80321,796,0,221,0,-9422.29,129.096,59.7126,2.22594,180,0,0,64,0,0,0), - (80322,620,0,304,0,-9429.7,129.086,59.3006,5.70503,300,10,0,1,0,0,1), - (80323,525,0,903,0,-9441.37,233.004,59.9603,0.430757,180,10,0,102,0,0,1), - (80324,1933,0,856,0,-9367.79,146.996,61.5274,3.48803,180,5,0,14,0,0,1), - (80325,927,0,1299,0,-9468.14,108.976,57.6606,1.79769,180,0,0,456,406,0,0), - (80326,241,0,3254,0,-9496.32,72.8264,56.598,6.23082,180,0,0,166,0,0,0), - (80327,66,0,1298,0,-9494.13,83.9096,56.6586,5.96903,180,0,0,396,0,0,0), - (80328,5403,0,2410,0,-9468.9,46.1174,56.909,4.43314,180,0,0,42,0,0,0), - (80329,5406,0,2408,0,-9472.91,46.977,56.887,4.83456,180,0,0,42,0,0,0), - (80330,1423,0,3258,0,-9481.31,74.4224,56.5493,3.06882,190,0,0,1106,0,0,0), - (80331,620,0,304,0,-9472.62,47.3926,56.7775,5.34535,300,0,0,1,0,0,0), - (80332,620,0,304,0,-9470.22,54.0639,57.2775,2.38564,300,10,0,1,0,0,1), - (80333,913,0,1300,0,-9461.85,109.353,57.8784,2.6529,180,0,0,500,0,0,0), - (80334,240,0,1985,0,-9465.52,74.0069,56.7785,4.59022,250,0,0,1240,0,0,0), - (80335,1423,0,3258,0,-9454.15,73.0675,56.7219,3.27538,190,0,1,1106,0,0,0), - (80336,514,0,1288,0,-9456.65,87.8553,58.4271,2.40855,190,0,0,1172,0,0,0), - (80337,74,0,1289,0,-9457.64,99.6884,58.4271,4.11898,180,0,0,396,0,0,0), - (80338,54,0,1287,0,-9464.87,93.9896,58.5271,0,180,0,0,396,0,0,0), - (80339,2046,0,3340,0,-9462.29,87.8151,58.4211,0.733038,180,0,0,334,0,0,0), - (80340,6749,0,9257,0,-9465.95,48.1419,56.9676,1.46608,250,0,0,1528,0,0,0), - (80341,299,0,447,0,-9380.72,49.6599,60.4848,4.10521,180,10,0,42,0,0,1), - (80342,525,0,903,0,-9386.41,59.6187,60.128,2.74345,180,10,0,102,0,0,1), - (80343,299,0,447,0,-9351.23,56.4407,61.0556,2.97341,180,10,0,42,0,0,1), - (80344,328,0,1294,0,-9471.67,34.451,63.9038,4.62512,180,0,0,546,481,0,0), - (80345,6778,0,5527,0,-9471.94,27.4077,56.4228,5.58505,180,0,0,456,0,0,0), - (80346,295,0,1291,0,-9462.66,16.1915,57.0459,3.03687,310,0,0,1605,0,0,0), - (80347,377,0,1295,0,-9460.75,33.1338,63.9038,4.36332,180,0,0,546,481,0,0), - (80348,151,0,1292,0,-9465.29,9.63314,57.1459,1.44862,180,0,0,396,0,0,0), - (80349,3935,0,3236,0,-9466.42,0.061252,57.0335,6.12611,180,0,0,413,0,0,0), - (80350,253,0,5038,0,-9460.3,31.9389,57.0494,2.98451,180,0,0,196,0,0,0), - (80351,525,0,903,0,-9352.68,39.7086,61.6442,4.33008,180,10,0,102,0,0,1), - (80352,6374,0,5092,0,-9466.97,-5.52935,49.8766,4.57276,180,0,0,456,459,0,0), - (80353,906,0,3271,0,-9472.8,-5.32661,49.8778,5.55015,180,0,0,413,370,0,0), - (80354,6121,0,4866,0,-9473.43,-8.58822,49.8779,6.23082,180,0,0,413,382,0,0), - (80355,1430,0,1293,0,-9466.99,-4.53396,57.033,1.64061,180,0,0,413,0,0,0), - (80356,883,0,347,0,-9470.53,-25.8799,58.3798,0.281633,180,5,0,1,0,0,1), - (80357,890,0,654,0,-9473.01,-26.9386,58.4689,0.426951,180,0,0,16,0,0,0), - (80359,721,0,328,0,-9439.26,-26.7026,60.6086,4.1163,180,10,0,1,0,0,1), - (80360,721,0,328,0,-9535.33,89.8609,59.0065,5.15616,180,10,0,1,0,0,1), - (80361,113,0,503,0,-9545.4,4.4072,60.651,5.20721,180,5,0,102,0,0,1), - (80363,1933,0,856,0,-9554.76,82.208,59.0394,1.38046,180,5,0,14,0,0,1), - (80364,525,0,903,0,-9526.04,-57.6862,58.9145,1.44787,180,10,0,102,0,0,1), - (80365,721,0,328,0,-9563.49,64.6003,59.993,2.83936,180,10,0,1,0,0,1), - (80366,1933,0,856,0,-9574.03,2.28607,61.55,1.8693,180,5,0,14,0,0,1), - (80367,113,0,503,0,-9548.47,115.032,59.1045,3.35103,180,5,0,102,0,0,1), - (80368,1933,0,856,0,-9515.27,174.794,57.6116,3.32485,180,5,0,14,0,0,1), - (80369,113,0,503,0,-9552.61,151.449,59.4064,2.34791,180,5,0,102,0,0,1), - (80370,721,0,328,0,-9536.96,180.429,57.4556,0.015586,180,10,0,1,0,0,1), - (80371,113,0,503,0,-9529.79,187.151,57.8628,2.56714,180,5,0,102,0,0,1), - (80372,94,0,2361,0,-9471.96,254.546,53.9546,6.21279,180,5,0,102,0,0,1), - (80373,883,0,347,0,-9477.02,260.347,54.102,1.47696,180,5,0,1,0,0,1), - (80374,94,0,2361,0,-9486.54,277.408,52.9888,3.26632,180,5,0,102,0,0,1), - (80375,94,0,2361,0,-9464.92,275.763,53.5246,4.97254,180,5,0,102,0,0,1), - (80376,2442,0,1060,0,-9409.5,298.304,60.0419,3.86036,180,5,0,1,0,0,1), - (80377,94,0,2361,0,-9489.74,311.878,56.206,6.20915,180,5,0,102,0,0,1), - (80378,525,0,903,0,-9484.38,321.875,52.4917,6.19262,180,10,0,102,0,0,1), - (80379,525,0,903,0,-9448.6,341.045,54.4686,5.63527,180,10,0,102,0,0,1), - (80380,525,0,903,0,-9383.59,331.037,58.9527,3.91228,180,10,0,102,0,0,1), - (80381,116,0,2357,0,-9270.71,458.695,81.4879,2.58321,180,5,0,156,0,0,1), - (80382,525,0,903,0,-9239.91,421.35,87.1991,0.125324,180,10,0,102,0,0,1), - (80383,474,0,2359,0,-9348.8,524.347,53.4461,5.42204,180,0,0,160,350,0,0), - (80384,116,0,2357,0,-9289.61,522.254,83.8261,5.35067,180,5,0,156,0,0,1), - (80385,116,0,2357,0,-9280.03,510.21,84.1767,1.69299,180,5,0,156,0,0,1), - (80386,116,0,2357,0,-9303.82,525.605,79.5101,1.86418,180,5,0,156,0,0,1), - (80387,116,0,2357,0,-9287.19,498.328,80.096,4.63733,180,5,0,156,0,0,1), - (80388,474,0,2359,0,-9378.74,532.762,57.3211,3.44836,180,0,0,160,350,0,0), - (80389,474,0,2359,0,-9389.63,529.377,61.5711,2.16402,180,0,0,160,350,0,0), - (80390,474,0,2359,0,-9321.24,552.049,76.9558,3.0249,180,0,0,160,350,0,0), - (80391,116,0,2357,0,-9441.48,469.81,53.2758,4.26422,180,5,0,156,0,0,1), - (80392,116,0,2357,0,-9444.94,473.775,52.3257,4.03171,180,5,0,156,0,0,1), - (80393,116,0,2357,0,-9437.72,486.039,53.3307,5.58505,180,5,0,156,0,0,1), - (80394,116,0,2357,0,-9433.15,482.528,53.2474,2.53073,180,5,0,156,0,0,1), - (80395,99,0,3320,0,-9437.81,466.159,53.2881,3.74106,3600,0,0,198,0,0,0), - (80396,94,0,2361,0,-9464.65,480.308,53.0385,3.48143,180,5,0,102,0,0,1), - (80397,94,0,2361,0,-9453.23,512.811,56.3243,6.18203,180,5,0,102,0,0,1), - (80398,30,0,382,0,-9483.68,547.621,53.2887,0.369588,180,5,0,102,0,0,1), - (80399,116,0,2357,0,-9447.86,462.158,52.2864,4.2586,180,5,0,156,0,0,1), - (80400,94,0,2361,0,-9495.64,457.065,52.3032,2.96413,180,5,0,102,0,0,1), - (80401,94,0,2361,0,-9479.78,470.421,51.6672,5.18983,180,5,0,102,0,0,1), - (80402,94,0,2361,0,-9459.9,426.179,52.6221,3.6223,180,5,0,102,0,0,1), - (80403,116,0,2357,0,-9441.33,447.532,52.5032,3.9619,180,5,0,156,0,0,1), - (80404,116,0,2357,0,-9445.96,451.56,52.6251,1.93731,180,5,0,156,0,0,1), - (80405,94,0,2361,0,-9517.96,494.378,52.2181,5.29769,180,5,0,102,0,0,1), - (80406,30,0,382,0,-9524.25,426.606,53.0522,3.66698,180,5,0,102,0,0,1), - (80407,525,0,903,0,-9538.83,471.885,52.6319,1.89255,180,10,0,102,0,0,1), - (80408,525,0,903,0,-9515.82,474.036,52.6854,0.317416,180,10,0,102,0,0,1), - (80409,2442,0,1060,0,-9547.63,526.943,50.0758,5.83003,180,5,0,1,0,0,1), - (80410,525,0,903,0,-9506.85,406.131,52.3176,3.51163,180,10,0,102,0,0,1), - (80411,525,0,903,0,-9500.23,554.585,51.7785,0.273427,180,10,0,102,0,0,1), - (80412,474,0,2359,0,-9352.18,503.765,50.433,4.97419,180,0,0,160,350,0,0), - (80413,525,0,903,0,-9502.93,324.291,52.2383,0.973038,180,10,0,102,0,0,1), - (80414,525,0,903,0,-9542.45,282.37,53.0858,2.62729,180,10,0,102,0,0,1), - (80415,30,0,382,0,-9538.36,294.275,53.4616,1.47696,180,5,0,102,0,0,1), - (80416,525,0,903,0,-9560.1,319.627,53.0128,3.78705,180,10,0,102,0,0,1), - (80417,525,0,903,0,-9575.73,306.545,54.6368,2.4627,180,10,0,102,0,0,1), - (80418,30,0,382,0,-9559.39,217.842,56.78,2.27546,180,5,0,102,0,0,1), - (80419,113,0,503,0,-9577.93,229.622,51.5966,5.46465,180,5,0,102,0,0,1), - (80420,525,0,903,0,-9643.3,298.333,47.5885,6.0536,180,10,0,102,0,0,1), - (80421,525,0,903,0,-9615.15,316.553,45.5058,5.38439,180,10,0,102,0,0,1), - (80422,30,0,382,0,-9625.72,209.416,47.9853,2.73477,180,5,0,102,0,0,1), - (80423,113,0,503,0,-9685.17,213.392,51.2086,2.69681,180,5,0,102,0,0,1), - (80424,525,0,903,0,-9643.3,360.25,42.9048,2.4112,180,10,0,102,0,0,1), - (80425,30,0,382,0,-9646.86,371.204,42.7618,6.151,180,5,0,102,0,0,1), - (80426,525,0,903,0,-9637.91,368.944,42.7618,1.46233,180,10,0,102,0,0,1), - (80427,525,0,903,0,-9686.59,330.467,45.9163,1.25255,180,10,0,102,0,0,1), - (80428,2442,0,1060,0,-9675.89,369.958,43.1045,1.27595,180,5,0,1,0,0,1), - (80429,525,0,903,0,-9701.68,373.565,41.9979,3.41465,180,10,0,102,0,0,1), - (80430,525,0,903,0,-9691.12,387.699,42.0108,5.837,180,10,0,102,0,0,1), - (80431,525,0,903,0,-9604.43,481.71,41.167,1.04289,180,10,0,102,0,0,1), - (80432,525,0,903,0,-9589.67,456.328,40.9777,2.3663,180,10,0,102,0,0,1), - (80433,525,0,903,0,-9609.22,484.572,41.4802,5.37737,180,10,0,102,0,0,1), - (80434,525,0,903,0,-9625.81,506.437,41.888,0.899895,180,10,0,102,0,0,1), - (80435,525,0,903,0,-9626.33,520.953,42.763,2.79898,180,10,0,102,0,0,1), - (80436,525,0,903,0,-9611.63,509.318,41.8522,3.49066,180,10,0,102,0,0,1), - (80437,525,0,903,0,-9610.75,518.436,42.0201,2.80998,180,10,0,102,0,0,1), - (80438,525,0,903,0,-9659.06,523.691,41.0109,2.79198,180,10,0,102,0,0,1), - (80439,525,0,903,0,-9551.24,525.083,50.0121,1.74558,180,10,0,102,0,0,1), - (80440,2442,0,1060,0,-9643.69,544.681,44.0833,0.875365,180,5,0,1,0,0,1), - (80441,525,0,903,0,-9611.13,537.079,44.1051,1.56298,180,10,0,102,0,0,1), - (80442,525,0,903,0,-9589.72,573.505,49.3531,3.39805,180,10,0,102,0,0,1), - (80457,1423,0,0,0,-9606.35,670.117,53.9527,5.69742,190,1,0,1106,0,0,1), - (80456,1423,0,0,0,-9626.99,690.778,52.6589,1.8,190,1,0,1106,0,0,1), - (80448,1249,0,3337,0,-9653.95,659.651,38.7355,5.68977,300,0,0,334,0,0,0), - (80449,1645,0,3336,0,-9652.26,654.731,38.7355,0.453786,300,0,0,413,0,0,0), - (80450,896,0,3339,0,-9649.72,661.417,38.7355,5.02655,300,0,0,413,0,0,0), - (80451,525,0,903,0,-9658.07,577.166,43.0452,3.46328,180,10,0,102,0,0,1), - (80452,525,0,903,0,-9682.65,620.546,39.5905,4.14272,180,10,0,102,0,0,1), - (80453,2442,0,1060,0,-9687.77,611.569,38.9802,2.84396,180,5,0,1,0,0,1), - (80454,721,0,328,0,-9667.99,609.968,39.8405,1.11368,180,10,0,1,0,0,1), - (80455,1423,0,0,0,-9633.68,674.436,52.6589,4.21041,190,0,0,1106,0,0,2), - (80447,1423,0,0,0,-9611.08,638.005,38.7354,3.36848,190,1,0,1106,0,0,1), - (80459,955,0,3338,0,-9633.79,699.489,38.7355,5.8294,300,0,0,413,0,0,0), - (80446,1423,0,0,0,-9622.16,663.028,52.6589,0.818983,190,1,0,1106,0,0,1), - (80445,1423,0,0,0,-9611.51,636.884,51.7639,3.57792,190,1,0,1106,0,0,1), - (80444,1423,0,0,0,-9613.83,641.843,62.7614,2.6946,190,0,0,1106,0,0,2), - (80443,1423,0,0,0,-9615.95,644.928,38.7354,1.43117,190,1,0,1106,0,0,1), - (80466,1423,0,3258,0,-9737.79,557.637,35.62,3.16212,190,0,0,1106,0,0,0), - (80467,1423,0,3258,0,-9744.4,558.682,35.6202,6.00393,190,0,0,1106,0,0,0), - (80468,525,0,903,0,-9687.87,539.143,38.716,4.69286,180,10,0,102,0,0,1), - (80469,525,0,903,0,-9671.34,546.917,40.0999,3.99928,180,10,0,102,0,0,1), - (80470,721,0,328,0,-9731.21,606.504,32.078,1.26139,180,10,0,1,0,0,1), - (80471,963,0,3279,0,-9662.75,694.321,36.9357,3.28122,180,0,0,413,0,0,0), - (80472,721,0,328,0,-9688.71,697.875,33.6506,4.68112,180,10,0,1,0,0,1), - (80474,478,0,512,0,-9788.6,582.644,38.1564,5.91138,180,5,0,176,0,0,1), - (80475,1423,0,3258,0,-9804.19,685.987,31.7587,4.18879,190,0,0,1106,0,0,0), - (80476,525,0,903,0,-9722.19,717.864,29.3523,1.61183,180,10,0,102,0,0,1), - (80477,2442,0,1060,0,-9712.52,751.27,31.0481,5.25384,180,5,0,1,0,0,1), - (80478,525,0,903,0,-9687.83,754.702,31.4786,3.94633,180,10,0,102,0,0,1), - (80479,525,0,903,0,-9686.91,764.203,32.9384,2.13017,180,10,0,102,0,0,1), - (80480,822,0,1006,0,-9693.27,756.903,31.5184,1.15872,180,5,0,195,0,0,1), - (80481,525,0,903,0,-9707.64,782.041,31.7447,5.35258,180,10,0,102,0,0,1), - (80482,525,0,903,0,-9659.22,792.274,34.7735,2.78882,180,10,0,102,0,0,1), - (80483,721,0,328,0,-9771.53,770.524,26.802,2.94002,180,10,0,1,0,0,1), - (80484,1423,0,0,0,-9798.49,695.4,33.2954,0.303533,190,0,0,1106,0,0,2), - (80485,1423,0,3258,0,-9795.4,709.685,33.2013,3.88862,190,0,0,1106,0,0,0), - (80486,1423,0,0,0,-9802.66,715.261,33.2008,2.39323,190,2,0,1106,0,0,1), - (80487,822,0,1006,0,-9869.39,684.55,35.9953,1.20226,180,5,0,195,0,0,1), - (80488,1423,0,0,0,-9800.45,706.165,68.3899,4.53786,190,0,0,1106,0,0,2), - (80489,1423,0,3258,0,-9815.01,690.105,31.6528,4.31096,190,0,0,1106,0,0,0), - (80490,478,0,512,0,-9906.72,623.355,40.2933,4.03545,180,5,0,176,0,0,1), - (80492,478,0,512,0,-9847.56,587.786,40.311,2.83187,180,5,0,176,0,0,1), - (80493,478,0,512,0,-9824.3,620.795,41.6051,5.09522,180,5,0,176,0,0,1), - (80494,721,0,328,0,-9852.17,617.767,39.8341,1.14144,180,10,0,1,0,0,1), - (80495,883,0,347,0,-9860.01,659.279,38.1223,1.31019,180,5,0,1,0,0,1), - (80496,890,0,654,0,-9861.74,656.577,38.4626,1.13435,180,10,0,16,0,0,1), - (80499,97,0,10791,0,-9945.14,617.188,37.2311,2.77507,180,5,0,156,0,0,1), - (80500,478,0,512,0,-9949.54,615.613,37.2311,1.16937,180,5,0,176,0,0,1), - (80501,478,0,512,0,-9949.58,621.918,37.2311,5.06145,180,5,0,176,0,0,1), - (80502,721,0,328,0,-9935.78,606.082,39.6475,3.81372,180,10,0,1,0,0,1), - (80503,478,0,512,0,-9990.87,653.904,36.4184,2.51737,180,5,0,176,0,0,1), - (80504,97,0,10791,0,-9996.68,665.204,36.6127,3.76991,180,5,0,156,0,0,1), - (80505,97,0,10791,0,-9944.83,572.915,37.6453,2.37365,180,5,0,156,0,0,1), - (80506,97,0,10791,0,-9933.14,573.86,37.027,1.16937,180,5,0,156,0,0,1), - (80507,478,0,512,0,-9935.88,583.854,37.7703,1.44862,180,5,0,176,0,0,1), - (80508,478,0,512,0,-9931.62,578.899,37.277,2.3911,180,5,0,176,0,0,1), - (80509,478,0,512,0,-9954.26,663.252,33.8692,1.44037,180,5,0,176,0,0,1), - (80511,478,0,512,0,-10033.9,645.885,38.4437,2.35619,180,5,0,176,0,0,1), - (80512,97,0,10791,0,-10007.6,658.496,36.2532,0.436332,180,5,0,156,0,0,1), - (80513,478,0,512,0,-10002,657.114,36.4221,1.81514,180,5,0,176,0,0,1), - (80514,478,0,512,0,-10005.1,662.883,35.8841,5.49779,180,5,0,176,0,0,1), - (80515,822,0,1006,0,-10038.9,649.552,38.2594,3.27767,180,5,0,195,0,0,1), - (80516,478,0,512,0,-10027.2,608.88,38.7172,3.758,180,5,0,176,0,0,1), - (80517,478,0,512,0,-10010.6,581.321,38.8676,6.12969,180,5,0,176,0,0,1), - (80518,97,0,10791,0,-10062.1,625.964,39.4488,1.93731,180,5,0,156,0,0,1), - (80519,97,0,10791,0,-10062.3,630.716,39.4488,2.68781,180,5,0,156,0,0,1), - (80520,478,0,512,0,-10071.4,629.02,39.4488,6.12611,180,5,0,176,0,0,1), - (80521,478,0,512,0,-10071,633.184,39.4488,6.07375,180,5,0,176,0,0,1), - (80522,721,0,328,0,-10051.2,614.986,40.0766,2.85444,180,10,0,1,0,0,1), - (80523,97,0,10791,0,-9983.9,575.295,37.7614,5.39307,180,5,0,156,0,0,1), - (80524,97,0,10791,0,-9961.96,551.831,37.5276,5.43096,180,5,0,156,0,0,1), - (80525,478,0,512,0,-9981.51,562.627,37.7605,1.27409,180,5,0,176,0,0,1), - (80526,478,0,512,0,-9986.73,571.913,37.7614,5.98648,180,5,0,176,0,0,1), - (80527,478,0,512,0,-9981.14,547.836,38.0105,3.21327,180,5,0,176,0,0,1), - (80528,478,0,512,0,-9959.76,544.444,37.6965,0.746743,180,5,0,176,0,0,1), - (80529,721,0,328,0,-10094.6,606.046,39.2172,1.23808,180,10,0,1,0,0,1), - (80530,478,0,512,0,-10120.1,653.327,34.911,3.04834,180,5,0,176,0,0,1), - (80531,448,0,384,0,-9946,604.266,38.2862,5.98131,180,0,0,666,0,0,2), - (80532,478,0,512,0,-10085,633.968,39.1533,2.38575,180,5,0,176,0,0,1), - (80533,478,0,512,0,-10117.3,711.22,31.4584,5.6441,180,5,0,176,0,0,1), - (80534,97,0,10791,0,-10106.6,690.702,32.0811,3.9619,180,5,0,156,0,0,1), - (80535,478,0,512,0,-10110.2,692.573,31.9033,4.55531,180,5,0,176,0,0,1), - (80536,478,0,512,0,-10117.8,686.296,31.9033,6.17846,180,5,0,176,0,0,1), - (80537,478,0,512,0,-10089.9,673.787,34.2691,4.1482,180,5,0,176,0,0,1), - (80538,478,0,512,0,-10147.1,616.176,27.6083,4.91395,180,5,0,176,0,0,1), - (80539,478,0,512,0,-10127,573.715,33.3096,4.91898,180,5,0,176,0,0,1), - (80540,478,0,512,0,-10092,542.775,25.9823,3.31981,180,5,0,176,0,0,1), - (80541,97,0,10791,0,-10002.6,464.538,32.4476,1.95325,180,5,0,156,0,0,1), - (80542,252,0,3331,0,-9930.05,499.734,32.5204,3.14159,180,0,0,87,0,0,0), - (80543,2442,0,1060,0,-9985.8,468.045,34.2788,0.066845,180,5,0,1,0,0,1), - (80544,113,0,503,0,-9886.71,461.584,37.8474,1.17974,180,5,0,102,0,0,1), - (80545,97,0,10791,0,-9857.17,467.822,36.5601,5.06952,180,5,0,156,0,0,1), - (80546,478,0,512,0,-9821.08,562.099,38.7323,1.59273,180,5,0,176,0,0,1), - (80547,822,0,1006,0,-9828.59,537.301,34.4253,3.79252,180,5,0,195,0,0,1), - (80548,721,0,328,0,-9822.58,434.057,36.6792,4.45111,180,10,0,1,0,0,1), - (80549,113,0,503,0,-9792.83,435.857,37.9384,4.52488,180,5,0,102,0,0,1), - (80550,113,0,503,0,-9824.81,412.5,36.872,0,180,5,0,102,0,0,1), - (80551,97,0,10791,0,-9806.09,438.606,36.5553,4.15031,180,5,0,156,0,0,1), - (80552,1933,0,856,0,-9815.51,452.586,36.1183,1.51801,180,5,0,14,0,0,1), - (80553,113,0,503,0,-9814.29,454.489,36.4303,5.09693,180,5,0,102,0,0,1), - (80554,113,0,503,0,-9852,448.214,36.5163,0.538723,180,5,0,102,0,0,1), - (80555,2442,0,1060,0,-9727.69,446.214,37.1872,2.20765,180,5,0,1,0,0,1), - (80556,113,0,503,0,-9929.22,443.641,34.5945,3.4276,180,5,0,102,0,0,1), - (80557,113,0,503,0,-9881.65,418.157,34.8951,4.62417,180,5,0,102,0,0,1), - (80558,113,0,503,0,-9945.1,423.813,34.7675,1.22975,180,5,0,102,0,0,1), - (80559,721,0,328,0,-9890.72,422.371,35.1451,0.557955,180,10,0,1,0,0,1), - (80560,113,0,503,0,-9926.7,427.381,34.7728,2.20437,180,5,0,102,0,0,1), - (80561,113,0,503,0,-9944.8,376.158,34.8795,4.60737,180,5,0,102,0,0,1), - (80562,113,0,503,0,-9910.12,377.148,35.1656,2.91669,180,5,0,102,0,0,1), - (80563,894,0,3332,0,-9858.46,365.972,36.3371,1.81514,180,0,0,166,0,0,0), - (80564,721,0,328,0,-9958.53,406.289,35.2716,2.98672,180,10,0,1,0,0,1), - (80565,113,0,503,0,-10016,379.302,32.8737,5.55437,180,5,0,102,0,0,1), - (80566,113,0,503,0,-10008.5,362.802,33.5907,0.910096,180,5,0,102,0,0,1), - (80567,113,0,503,0,-10018.3,313.798,31.4486,3.99191,180,5,0,102,0,0,1), - (80568,244,0,3330,0,-9895,332.424,36.5505,2.11185,180,0,0,112,0,0,0), - (80569,248,0,2959,0,-9880.63,322.619,37.8244,3.14159,180,0,0,112,0,0,0), - (80570,246,0,3329,0,-9889.68,338.467,36.6486,2.75762,180,0,0,196,0,0,0), - (80571,1933,0,856,0,-9959.63,308.751,36.8121,5.97215,180,5,0,14,0,0,1), - (80572,113,0,503,0,-9971.3,308.87,35.7139,3.46149,180,5,0,102,0,0,1), - (80573,113,0,503,0,-9821.62,356.002,37.7473,2.78667,180,5,0,102,0,0,1), - (80574,113,0,503,0,-9794.95,388.987,39.6181,2.51294,180,5,0,102,0,0,1), - (80575,475,0,139,0,-9853.68,284.862,37.987,1.89787,180,5,0,105,0,0,1), - (80576,883,0,347,0,-9821.67,281.215,39.3122,4.5547,180,5,0,1,0,0,1), - (80577,475,0,139,0,-9770.83,279.166,43.1248,0.1198,180,5,0,105,0,0,1), - (80578,883,0,347,0,-9745.05,304.262,45.8766,1.78925,180,5,0,1,0,0,1), - (80579,890,0,654,0,-9743.7,301.686,46.1331,2.21899,180,0,0,16,0,0,0), - (80580,525,0,903,0,-9716.04,411.349,40.3702,2.527,180,10,0,102,0,0,1), - (80581,113,0,503,0,-9759.17,190.368,50.8352,1.38605,180,5,0,102,0,0,1), - (80582,475,0,139,0,-9833.96,188.524,22.577,5.79556,180,5,0,105,0,0,1), - (80583,475,0,139,0,-9804.73,240.662,41.1706,4.86251,180,5,0,105,0,0,1), - (80584,475,0,139,0,-9843.61,198.627,22.7217,5.28962,180,5,0,105,0,0,1), - (80585,475,0,139,0,-9806.61,181.334,22.481,0.226278,180,5,0,105,0,0,1), - (80586,475,0,139,0,-9818.85,181.23,22.8492,3.23508,180,5,0,105,0,0,1), - (80587,475,0,139,0,-9828.89,215.772,15.5806,4.06545,180,5,0,105,0,0,1), - (80588,475,0,139,0,-9825.36,199.121,13.9991,5.394,180,5,0,105,0,0,1), - (80589,475,0,139,0,-9768.37,231.5,46.3995,2.64377,180,5,0,105,0,0,1), - (80590,475,0,139,0,-9758.04,191.688,51.0349,3.51339,180,5,0,105,0,0,1), - (80591,475,0,139,0,-9826.07,186.314,12.2822,1.2734,180,5,0,105,0,0,1), - (80592,475,0,139,0,-9851.49,213.185,14.1337,2.54401,180,5,0,105,0,0,1), - (80593,113,0,503,0,-9717.87,248.615,49.4381,5.23292,180,5,0,102,0,0,1), - (80594,475,0,139,0,-9903.68,226.756,16.4163,0.336615,180,5,0,105,0,0,1), - (80595,475,0,139,0,-9871.14,237.252,19.4741,4.31734,180,5,0,105,0,0,1), - (80596,475,0,139,0,-9879.33,217.356,14.1337,5.82548,180,5,0,105,0,0,1), - (80597,475,0,139,0,-9879.43,190.812,16.6024,1.79753,180,5,0,105,0,0,1), - (80598,475,0,139,0,-9884.25,260.653,34.8986,2.57944,180,5,0,105,0,0,1), - (80599,475,0,139,0,-9885.02,196.351,15.2175,2.27603,180,5,0,105,0,0,1), - (80600,475,0,139,0,-9852.19,179.62,20.9187,3.22526,180,5,0,105,0,0,1), - (80601,475,0,139,0,-9822.68,180.421,22.9706,3.13012,180,5,0,105,0,0,1), - (80602,475,0,139,0,-9865.25,170.29,19.6687,5.36632,180,5,0,105,0,0,1), - (80603,721,0,328,0,-9930.92,285.115,37.6102,0.960702,180,10,0,1,0,0,1), - (80604,40,0,373,0,-9797.38,131.632,24.4919,2.91242,180,5,0,120,0,0,1), - (80605,40,0,373,0,-9806.99,116.714,24.3185,1.64476,180,5,0,120,0,0,1), - (80606,475,0,139,0,-9816.59,120.354,45.9586,3.66559,180,5,0,105,0,0,1), - (80607,475,0,139,0,-9819.45,129.544,4.7231,5.83605,180,5,0,105,0,0,1), - (80608,40,0,373,0,-9823.76,122.362,4.11124,0.172538,180,5,0,120,0,0,1), - (80609,40,0,373,0,-9800.91,117.807,5.79624,1.15769,180,0,0,120,0,0,0), - (80610,40,0,373,0,-9813.57,109.196,6.22626,4.81172,180,0,0,120,0,0,0), - (80611,475,0,139,0,-9827.35,124.626,4.25697,6.19969,180,5,0,105,0,0,1), - (80612,475,0,139,0,-9907.61,178.849,31.9818,5.60655,180,5,0,105,0,0,1), - (80613,475,0,139,0,-9888.21,153.554,32.0522,5.88405,180,5,0,105,0,0,1), - (80614,40,0,373,0,-9814.65,151.784,25.961,0.178155,180,0,0,120,0,0,0), - (80615,40,0,373,0,-9759.31,148.983,22.3136,1.22528,180,0,0,120,0,0,0), - (80616,40,0,373,0,-9782.1,139.407,26.2336,2.39189,180,0,0,120,0,0,0), - (80617,40,0,373,0,-9770.11,155.217,24.921,0.045715,180,0,0,120,0,0,0), - (80618,475,0,139,0,-9799.58,167.104,24.0743,2.08218,180,5,0,105,0,0,1), - (80619,475,0,139,0,-9840.62,161.11,4.89257,0.281934,180,5,0,105,0,0,1), - (80620,40,0,373,0,-9794.09,148.158,24.2717,4.75735,180,5,0,120,0,0,1), - (80621,475,0,139,0,-9849.7,135.178,6.03231,6.08721,180,5,0,105,0,0,1), - (80622,475,0,139,0,-9857.44,157.624,6.20103,0.988133,180,5,0,105,0,0,1), - (80623,30,0,382,0,-9760.26,162.948,53.4379,1.60789,180,5,0,102,0,0,1), - (80624,113,0,503,0,-9907.56,114.018,32.4213,5.30634,180,5,0,102,0,0,1), - (80625,883,0,347,0,-9789.27,105.548,45.2997,2.68862,180,5,0,1,0,0,1), - (80626,475,0,139,0,-9751.76,122.076,16.1832,6.27415,180,5,0,105,0,0,1), - (80627,40,0,373,0,-9788.18,97.4281,28.4897,1.36379,180,5,0,120,0,0,1), - (80628,40,0,373,0,-9774.12,102.94,27.8857,2.28045,180,5,0,120,0,0,1), - (80629,40,0,373,0,-9793.23,90.1409,28.8422,2.67237,180,5,0,120,0,0,1), - (80630,40,0,373,0,-9822.41,82.0952,3.03206,4.89061,180,5,0,120,0,0,1), - (80631,475,0,139,0,-9750.53,109.906,25.705,3.41538,180,5,0,105,0,0,1), - (80632,475,0,139,0,-9800.68,103.668,24.789,5.76924,180,5,0,105,0,0,1), - (80633,475,0,139,0,-9797.96,109.575,24.4197,3.88405,180,5,0,105,0,0,1), - (80634,40,0,373,0,-9748.66,111.016,25.5922,3.19397,180,5,0,120,0,0,1), - (80635,475,0,139,0,-9783.55,84.901,42.6198,3.27819,180,5,0,105,0,0,1), - (80636,40,0,373,0,-9789.31,111.668,4.6548,4.32913,180,0,0,120,0,0,0), - (80637,40,0,373,0,-9792.08,91.4188,4.92414,6.23839,180,5,0,120,0,0,1), - (80638,475,0,139,0,-9752.98,120.348,15.9225,1.30766,180,5,0,105,0,0,1), - (80639,40,0,373,0,-9737.84,136.119,19.2009,5.81502,180,5,0,120,0,0,1), - (80640,40,0,373,0,-9748.71,134.768,19.3349,5.06639,180,5,0,120,0,0,1), - (80641,113,0,503,0,-9926.4,93.1414,32.677,1.9743,180,5,0,102,0,0,1), - (80642,113,0,503,0,-9933.76,197.007,23.3433,0.880808,180,5,0,102,0,0,1), - (80643,524,0,389,0,-9837.74,44.6516,32.7111,0.569577,180,5,0,137,0,0,1), - (80644,327,0,2299,0,-9745.84,87.567,12.7743,4.8965,180,0,0,156,0,0,0), - (80645,40,0,373,0,-9743.42,95.6006,12.5796,1.37507,180,5,0,120,0,0,1), - (80646,822,0,1006,0,-9819.96,29.1408,31.5044,3.48657,180,5,0,195,0,0,1), - (80647,79,0,774,0,-9733.35,114.784,24.4159,5.41347,3600,0,0,257,0,0,0), - (80648,113,0,503,0,-9738.29,88.1389,43.8449,4.68014,180,5,0,102,0,0,1), - (80649,40,0,373,0,-9760.56,87.6726,12.544,2.89838,180,0,0,120,0,0,0), - (80650,40,0,373,0,-9732.38,117.863,24.6974,3.69457,180,0,0,120,0,0,0), - (80651,883,0,347,0,-9752.65,30.937,38.2523,5.62972,180,5,0,1,0,0,1), - (80652,475,0,139,0,-9734.4,138.944,49.0226,0.433051,180,5,0,105,0,0,1), - (80653,113,0,503,0,-9717.21,180.171,50.5346,3.73231,180,5,0,102,0,0,1), - (80654,524,0,389,0,-9813.29,7.83382,27.7642,4.62049,180,5,0,137,0,0,1), - (80655,524,0,389,0,-9775,4.94017,31.6528,4.71239,180,5,0,137,0,0,1), - (80656,524,0,389,0,-9741.9,31.8874,38.2523,3.73848,180,5,0,137,0,0,1), - (80657,113,0,503,0,-9681.88,85.5572,45.7138,4.74363,180,5,0,102,0,0,1), - (80658,30,0,382,0,-9714.55,12.6503,40.6567,5.48121,180,5,0,102,0,0,1), - (80659,30,0,382,0,-9678.46,120.61,47.1912,0.613775,180,5,0,102,0,0,1), - (80660,475,0,139,0,-9954.52,222.797,26.328,4.94774,180,5,0,105,0,0,1), - (80661,113,0,503,0,-10005.3,212.535,30.3517,3.29647,180,5,0,102,0,0,1), - (80662,2442,0,1060,0,-9989.46,215.273,30.8401,4.84101,180,5,0,1,0,0,1), - (80663,113,0,503,0,-9989.76,252.255,30.8966,1.56494,180,5,0,102,0,0,1), - (80664,113,0,503,0,-10021,238.277,29.5087,4.53031,180,5,0,102,0,0,1), - (80665,113,0,503,0,-10024.6,189.339,29.754,3.43305,180,5,0,102,0,0,1), - (80666,113,0,503,0,-10038.7,223.114,27.9143,6.23625,180,5,0,102,0,0,1), - (80667,822,0,1006,0,-10008.2,207.007,30.5295,3.99613,180,5,0,195,0,0,1), - (80668,113,0,503,0,-10053.8,277.949,26.4879,3.2434,180,5,0,102,0,0,1), - (80669,822,0,1006,0,-10003.1,274.084,32.554,4.38447,180,5,0,195,0,0,1), - (80670,113,0,503,0,-10040.4,161.168,28.632,4.28594,180,5,0,102,0,0,1), - (80671,113,0,503,0,-10067.2,114.227,29.9437,5.12804,180,5,0,102,0,0,1), - (80672,113,0,503,0,-10020.8,117.915,33.5757,2.59753,180,5,0,102,0,0,1), - (80673,113,0,503,0,-9984.24,113.954,34.1042,3.02591,180,5,0,102,0,0,1), - (80674,883,0,347,0,-10055.4,141.353,27.3607,5.70493,180,5,0,1,0,0,1), - (80675,721,0,328,0,-10029.9,150.69,31.7446,3.79408,180,10,0,1,0,0,1), - (80676,113,0,503,0,-9986.97,156.062,34.6856,1.2756,180,5,0,102,0,0,1), - (80677,258,0,3328,0,-10008.3,65.2117,34.8658,0.261799,180,0,0,166,0,0,0), - (80678,721,0,328,0,-9969.03,98.3201,33.5495,5.32623,180,10,0,1,0,0,1), - (80679,721,0,328,0,-9930.48,66.5221,33.123,2.6685,180,10,0,1,0,0,1), - (80680,113,0,503,0,-9942.02,86.1381,33.0227,3.83789,180,5,0,102,0,0,1), - (80681,113,0,503,0,-9948.29,112.667,33.0901,3.82554,180,5,0,102,0,0,1), - (80682,113,0,503,0,-9979.29,86.038,34.7465,6.23044,180,5,0,102,0,0,1), - (80683,250,0,3327,0,-10005.2,52.8202,34.6539,0.296706,180,0,0,196,0,0,0), - (80684,251,0,3323,0,-10014,37.605,35.2531,0.767945,20,0,0,87,0,0,0), - (80685,247,0,221,0,-9923.68,38.3872,32.5951,3.14159,180,0,0,64,0,0,0), - (80686,255,0,3324,0,-9918.6,39.3611,32.6858,3.14159,180,0,0,196,0,0,0), - (80687,113,0,503,0,-9943.08,46.5204,33.1547,4.23553,180,5,0,102,0,0,1), - (80688,524,0,389,0,-9878.19,-9.14996,26.8841,3.88048,180,5,0,137,0,0,1), - (80689,524,0,389,0,-9773.41,-8.62885,30.0164,2.9482,180,5,0,137,0,0,1), - (80690,116,0,2357,0,-9673.89,-4.60323,44.8655,5.85446,180,5,0,156,0,0,1), - (80691,113,0,503,0,-9634.27,58.2623,60.2921,1.57599,180,5,0,102,0,0,1), - (80692,113,0,503,0,-9682.43,113.513,47.1978,3.2208,180,5,0,102,0,0,1), - (80693,113,0,503,0,-9612.56,17.916,61.3788,3.92441,180,5,0,102,0,0,1), - (80694,30,0,382,0,-9609.84,82.4616,61.2011,2.50789,180,5,0,102,0,0,1), - (80695,113,0,503,0,-9593.61,54.719,60.9167,2.22424,180,5,0,102,0,0,1), - (80696,113,0,503,0,-9577.1,124.616,59.3955,0.671218,180,5,0,102,0,0,1), - (80697,30,0,382,0,-9636.07,188.916,47.5386,0.407667,180,5,0,102,0,0,1), - (80698,883,0,347,0,-9656.18,200.163,48.7987,5.0675,180,5,0,1,0,0,1), - (80699,721,0,328,0,-9581.12,18.7787,60.425,1.52829,180,10,0,1,0,0,1), - (80700,30,0,382,0,-9588.36,-12.2227,61.6865,5.53788,180,5,0,102,0,0,1), - (80701,116,0,2357,0,-9647.7,-59.3975,43.4704,3.02813,180,5,0,156,0,0,1), - (80702,524,0,389,0,-9758.45,-81.6962,30.8459,5.63773,180,5,0,137,0,0,1), - (80703,883,0,347,0,-9759.05,-68.3373,30.4826,0.24119,180,5,0,1,0,0,1), - (80704,822,0,1006,0,-9748.02,-25.2635,35.4068,3.96682,180,5,0,195,0,0,1), - (80705,524,0,389,0,-9693.33,-105.208,38.7951,0,180,5,0,137,0,0,1), - (80706,116,0,2357,0,-9685.02,-73.2844,40.1185,1.51476,180,5,0,156,0,0,1), - (80707,2442,0,1060,0,-9702.18,-77.6162,38.2658,2.28981,180,5,0,1,0,0,1), - (80708,822,0,1006,0,-9694.79,-72.2588,39.408,4.71239,180,5,0,195,0,0,1), - (80709,116,0,2357,0,-9704.33,-45.9833,39.0054,0.942847,180,5,0,156,0,0,1), - (80710,116,0,2357,0,-9655.4,-112.452,44.5232,0.912916,180,5,0,156,0,0,1), - (80711,524,0,389,0,-9698.37,-129.936,39.625,3.47384,180,5,0,137,0,0,1), - (80712,822,0,1006,0,-9716.07,-140.246,37.9383,4.098,180,5,0,195,0,0,1), - (80713,524,0,389,0,-9778.16,-102.621,29.8269,4.64206,180,5,0,137,0,0,1), - (80714,524,0,389,0,-9796.32,-75.3252,25.7988,1.87681,180,0,0,137,0,0,0), - (80715,822,0,1006,0,-9783.68,-96.5355,28.4609,2.6762,180,5,0,195,0,0,1), - (80716,524,0,389,0,-9759.19,-125.479,32.6467,0.629034,180,5,0,137,0,0,1), - (80717,524,0,389,0,-9812.62,-142.259,30.5675,0.226506,180,5,0,137,0,0,1), - (80718,116,0,2357,0,-9820.04,-113.833,27.9131,1.41451,180,5,0,156,0,0,1), - (80719,1933,0,856,0,-9807.75,-106.75,28.1368,4.23997,180,5,0,14,0,0,1), - (80720,524,0,389,0,-9814.71,-83.1168,26.0056,4.98532,180,5,0,137,0,0,1), - (80721,116,0,2357,0,-9860.32,-88.5566,26.3414,1.32571,180,5,0,156,0,0,1), - (80722,524,0,389,0,-9857.37,-56.8469,25.2664,1.00317,180,5,0,137,0,0,1), - (80723,116,0,2357,0,-9866.8,-155.916,31.97,6.01213,180,5,0,156,0,0,1), - (80724,883,0,347,0,-9870.36,-140.725,29.8659,2.79822,180,5,0,1,0,0,1), - (80725,116,0,2357,0,-9919.28,-81.928,29.3812,5.50814,180,5,0,156,0,0,1), - (80726,524,0,389,0,-9909.7,-80.2755,28.8326,0.829528,180,0,0,137,0,0,0), - (80727,883,0,347,0,-9953.14,-54.4741,33.2219,6.1872,180,5,0,1,0,0,1), - (80728,721,0,328,0,-9894.14,-129.765,31.3224,4.75338,180,10,0,1,0,0,1), - (80729,822,0,1006,0,-9908.25,-58.8789,29.8297,2.70414,180,5,0,195,0,0,1), - (80730,6927,0,2357,0,-9958.61,-153.27,22.3896,5.7039,180,5,0,156,0,0,2), - (80732,6927,0,2357,0,-9960.07,-154.13,21.9752,5.60729,180,5,0,156,0,0,2), - (80733,116,0,2357,0,-9863.5,-123.635,28.9781,6.00191,180,5,0,156,0,0,1), - (80734,620,0,304,0,-9942.3,-147.547,25.0081,0.581317,300,0,0,1,0,0,0), - (80735,620,0,304,0,-9944.64,-150.41,25.0081,1.68865,300,0,0,1,0,0,0), - (80736,620,0,304,0,-9946.96,-144.214,24.7581,5.4159,300,0,0,1,0,0,0), - (80737,6846,0,7849,0,-9959.24,-132.4,25.3701,3.91556,180,0,0,198,0,0,2), - (80738,883,0,347,0,-9961.08,-28.3792,33.8086,4.13691,180,5,0,1,0,0,1), - (80739,524,0,389,0,-9958.87,-11.0404,34.5669,2.44376,180,0,0,137,0,0,0), - (80740,524,0,389,0,-9976.09,-47.0791,35.1398,4.86533,180,0,0,137,0,0,0), - (80741,524,0,389,0,-10013,-25.353,35.8516,1.46704,180,0,0,137,0,0,0), - (80742,116,0,2357,0,-9880.3,-189.318,35.1261,1.45917,180,5,0,156,0,0,1), - (80743,822,0,1006,0,-9855.75,-173.082,34.7587,2.90225,180,5,0,195,0,0,1), - (80744,474,0,2359,0,-9866.08,-222.641,35.9794,0.628319,180,0,0,160,350,0,0), - (80745,524,0,389,0,-9783.79,-204.969,39.6402,2.99666,180,0,0,137,0,0,0), - (80746,116,0,2357,0,-9812.76,-188.394,36.8753,5.78247,180,5,0,156,0,0,1), - (80747,116,0,2357,0,-9860.47,-220.92,36.2294,2.6529,180,5,0,156,0,0,1), - (80748,116,0,2357,0,-9863.62,-218.641,36.2294,5.37561,180,5,0,156,0,0,1), - (80749,524,0,389,0,-9762.34,-203.066,40.2936,4.59253,180,0,0,137,0,0,0), - (80750,883,0,347,0,-9738.14,-252.654,46.8072,2.63605,180,5,0,1,0,0,1), - (80751,524,0,389,0,-9744.79,-274.096,48.2849,3.6357,180,5,0,137,0,0,1), - (80752,524,0,389,0,-9693.81,-287.447,59.1046,6.06152,180,5,0,137,0,0,1), - (80753,524,0,389,0,-9691.26,-182.507,45.7818,2.48415,180,0,0,137,0,0,0), - (80754,822,0,1006,0,-9696.73,-173.051,43.7101,3.51835,180,5,0,195,0,0,1), - (80755,883,0,347,0,-9694.44,-176.494,44.4763,3.76011,180,5,0,1,0,0,1), - (80756,524,0,389,0,-9700.23,-164.423,42.6536,5.6811,180,0,0,137,0,0,0), - (80757,524,0,389,0,-9668.36,-264.583,63.5965,0,180,0,0,137,0,0,0), - (80758,525,0,903,0,-9584.75,-279.387,62.0789,5.06255,180,10,0,102,0,0,1), - (80759,735,0,527,0,-9547.12,-250.417,61.5035,2.42862,180,5,0,120,0,0,1), - (80760,525,0,903,0,-9552.61,-247.975,61.863,1.5682,180,10,0,102,0,0,1), - (80761,721,0,328,0,-9589.32,-257.693,59.0979,5.96761,180,10,0,1,0,0,1), - (80762,2442,0,1060,0,-9667.08,-325.259,55.4588,0.159745,180,5,0,1,0,0,1), - (80763,524,0,389,0,-9652.08,-306.25,58.7088,1.55131,180,5,0,137,0,0,1), - (80764,721,0,328,0,-9634.05,-347.055,58.6414,5.31037,180,10,0,1,0,0,1), - (80765,735,0,527,0,-9560.81,-309.06,62.9801,3.00175,180,5,0,120,0,0,1), - (80766,525,0,903,0,-9552.97,-308.507,62.2519,1.46203,180,10,0,102,0,0,1), - (80767,2442,0,1060,0,-9582.23,-310.178,61.9885,6.12221,180,5,0,1,0,0,1), - (80768,524,0,389,0,-9743.46,-345.229,54.3924,0.904061,180,5,0,137,0,0,1), - (80769,721,0,328,0,-9750.91,-336.092,52.2179,0.77745,180,10,0,1,0,0,1), - (80770,524,0,389,0,-9681.23,-358.883,56.0801,4.69881,180,5,0,137,0,0,1), - (80771,524,0,389,0,-9709.11,-318.376,54.2561,3.54495,180,5,0,137,0,0,1), - (80772,822,0,1006,0,-9688.07,-337.024,57.7277,4.71044,180,5,0,195,0,0,1), - (80773,2442,0,1060,0,-9718.67,-355.994,54.6256,4.02941,180,5,0,1,0,0,1), - (80774,524,0,389,0,-9788.09,-368.443,54.2493,1.69098,180,5,0,137,0,0,1), - (80775,524,0,389,0,-9811.98,-361.979,54.246,0.348683,180,5,0,137,0,0,1), - (80776,524,0,389,0,-9825.1,-291.894,40.2645,3.77999,180,5,0,137,0,0,1), - (80777,524,0,389,0,-9846.08,-311.584,40.1341,2.91318,180,5,0,137,0,0,1), - (80778,524,0,389,0,-9788.65,-318.501,48.8338,4.16397,180,5,0,137,0,0,1), - (80779,2442,0,1060,0,-9774.64,-352.819,52.4881,4.99086,180,5,0,1,0,0,1), - (80780,721,0,328,0,-9778.84,-356.832,52.8422,6.24414,180,10,0,1,0,0,1), - (80781,883,0,347,0,-9779.42,-339.024,52.213,2.86061,180,5,0,1,0,0,1), - (80782,524,0,389,0,-9713.58,-391.615,51.1133,2.21899,180,5,0,137,0,0,1), - (80783,524,0,389,0,-9915.52,-323.947,32.425,1.89701,180,0,0,137,0,0,0), - (80784,1933,0,856,0,-9895.36,-293.901,34.3675,3.5764,180,5,0,14,0,0,1), - (80785,524,0,389,0,-9892.39,-292.269,34.2425,3.54293,180,5,0,137,0,0,1), - (80786,822,0,1006,0,-9901.03,-320.186,34.0545,0.280982,180,5,0,195,0,0,1), - (80787,524,0,389,0,-9876.13,-351.713,34.1669,1.56782,180,0,0,137,0,0,0), - (80788,46,0,441,0,-9911.75,-420.714,26.9035,5.6096,180,0,0,176,0,0,0), - (80789,524,0,389,0,-9882.09,-423.763,33.2074,3.32303,180,0,0,137,0,0,0), - (80790,524,0,389,0,-9926.91,-371.035,27.3265,2.5664,180,0,0,137,0,0,0), - (80791,46,0,441,0,-9946.99,-281.391,29.242,5.03722,180,0,0,176,0,0,0), - (80792,213,0,801,0,-10018.6,-423.418,32.611,4.28107,250,0,0,449,0,0,0), - (80793,46,0,441,0,-9889.43,-442.811,28.3063,6.05858,180,5,0,176,0,0,1), - (80794,524,0,389,0,-9847.47,-448.341,34.0142,5.83775,180,5,0,137,0,0,1), - (80795,822,0,1006,0,-9696.79,-439.03,51.6461,0.824053,180,5,0,195,0,0,1), - (80796,524,0,389,0,-9707.42,-448.762,51.6561,2.7737,180,0,0,137,0,0,0), - (80797,524,0,389,0,-9681.01,-423.161,54.1289,3.22999,180,0,0,137,0,0,0), - (80798,721,0,328,0,-9679.08,-436.552,52.7534,4.54949,180,10,0,1,0,0,1), - (80799,1933,0,856,0,-9676.52,-432.06,53.7539,4.64567,180,5,0,14,0,0,1), - (80800,2442,0,1060,0,-9657.26,-424.879,57.1523,3.13311,180,5,0,1,0,0,1), - (80801,883,0,347,0,-9655.27,-438.494,55.8194,3.97765,180,5,0,1,0,0,1), - (80802,524,0,389,0,-9647.33,-393.739,59.6299,2.92458,180,0,0,137,0,0,0), - (80803,721,0,328,0,-9677.63,-392.864,53.1638,1.29131,180,10,0,1,0,0,1), - (80804,524,0,389,0,-9668.72,-495.71,52.1218,6.12963,180,0,0,137,0,0,0), - (80805,524,0,389,0,-9710.87,-515.84,53.4383,4.07676,180,0,0,137,0,0,0), - (80806,524,0,389,0,-9659.86,-516.509,51.7834,0.264838,180,0,0,137,0,0,0), - (80807,524,0,389,0,-9616.5,-489.437,59.0715,6.28123,180,5,0,137,0,0,1), - (80808,524,0,389,0,-9646.89,-447.798,56.8402,3.78507,180,0,0,137,0,0,0), - (80809,2442,0,1060,0,-9587.4,-440.112,59.715,0.196629,180,5,0,1,0,0,1), - (80810,525,0,903,0,-9585.82,-411.112,63.8551,2.12572,180,10,0,102,0,0,1), - (80811,721,0,328,0,-9767.21,-549.39,35.6084,5.43012,180,10,0,1,0,0,1), - (80812,524,0,389,0,-9808.94,-477.447,33.4883,3.69274,180,0,0,137,0,0,0), - (80813,524,0,389,0,-9749.61,-558.077,38.6037,3.26692,180,0,0,137,0,0,0), - (80814,822,0,1006,0,-9770.42,-575.761,36.7657,1.52618,180,5,0,195,0,0,1), - (80815,46,0,441,0,-9847.46,-522.908,25.1326,0.785398,180,0,0,176,0,0,0), - (80816,524,0,389,0,-9752.03,-605.757,39.8925,4.58126,180,0,0,137,0,0,0), - (80817,524,0,389,0,-9783.61,-580.79,35.0487,2.58879,180,0,0,137,0,0,0), - (80818,46,0,441,0,-9846.28,-587.654,21.5072,0.016149,180,0,0,176,0,0,0), - (80819,524,0,389,0,-9725.53,-581.543,45.5966,2.66477,180,0,0,137,0,0,0), - (80820,524,0,389,0,-9753.79,-687.975,39.3901,3.97812,180,5,0,137,0,0,1), - (80821,524,0,389,0,-9782.88,-707.119,38.1831,0.888387,180,0,0,137,0,0,0), - (80822,524,0,389,0,-9805.33,-684.267,33.6216,0.099228,180,0,0,137,0,0,0), - (80823,46,0,441,0,-9856.13,-663.608,21.3321,4.31579,180,5,0,176,0,0,1), - (80824,524,0,389,0,-9705.16,-647.011,47.3032,3.9746,180,0,0,137,0,0,0), - (80825,822,0,1006,0,-9722.87,-660.44,45.6752,1.43747,180,5,0,195,0,0,1), - (80826,1933,0,856,0,-9769.15,-737.917,39.7256,0.573919,180,5,0,14,0,0,1), - (80827,2442,0,1060,0,-9762.39,-728.625,39.2931,1.06787,180,5,0,1,0,0,1), - (80828,822,0,1006,0,-9763.54,-758.977,41.1705,3.71551,180,5,0,195,0,0,1), - (80829,524,0,389,0,-9738.92,-747.559,41.8718,2.62882,180,5,0,137,0,0,1), - (80830,1933,0,856,0,-9693.01,-692.28,47.0307,4.44939,180,5,0,14,0,0,1), - (80831,524,0,389,0,-9689.58,-739.584,45.1292,1.97325,180,5,0,137,0,0,1), - (80832,524,0,389,0,-9715.8,-718.996,45.2577,4.705,180,0,0,137,0,0,0), - (80833,524,0,389,0,-9693.87,-682.222,46.6974,2.16265,180,5,0,137,0,0,1), - (80834,524,0,389,0,-9685.42,-618.75,49.6767,3.58739,180,0,0,137,0,0,0), - (80835,116,0,2357,0,-9738.45,-834.382,40.3696,2.2215,180,5,0,156,0,0,1), - (80836,116,0,2357,0,-9744.7,-815.93,42.0071,1.2859,180,5,0,156,0,0,1), - (80837,721,0,328,0,-9726.51,-814.171,42.4707,3.29741,180,10,0,1,0,0,1), - (80838,524,0,389,0,-9820.48,-743.447,34.9121,2.314,180,0,0,137,0,0,0), - (80839,524,0,389,0,-9788.09,-787.506,41.9487,4.89777,180,0,0,137,0,0,0), - (80840,524,0,389,0,-9719.79,-799.479,42.1394,3.14159,180,5,0,137,0,0,1), - (80841,116,0,2357,0,-9802.55,-829.077,40.7339,0.583856,180,5,0,156,0,0,1), - (80842,524,0,389,0,-9848.41,-787.678,34.9964,1.10128,180,0,0,137,0,0,0), - (80843,46,0,441,0,-9876.75,-822.158,29.6442,4.4361,180,0,0,176,0,0,0), - (80844,116,0,2357,0,-9836.55,-839.935,39.3029,3.67885,180,5,0,156,0,0,1), - (80845,721,0,328,0,-9834.46,-842.223,40.3163,2.14202,180,10,0,1,0,0,1), - (80846,46,0,441,0,-9885.69,-893.422,30.3454,2.03619,180,5,0,176,0,0,1), - (80847,524,0,389,0,-9851.55,-919.864,39.3363,5.62621,180,5,0,137,0,0,1), - (80848,390,0,377,0,-9771.52,-880.772,39.5726,3.7601,180,0,0,137,0,0,0), - (80849,330,0,8871,0,-9773.94,-882.495,39.6192,3.75995,180,0,0,176,0,0,2), - (80850,390,0,377,0,-9772.23,-884.956,39.5726,3.76008,180,0,0,137,0,0,0), - (80851,116,0,2357,0,-9715.12,-939.522,38.3854,0.446598,180,5,0,156,0,0,1), - (80852,721,0,328,0,-9755.89,-883.807,39.61,3.89861,180,10,0,1,0,0,1), - (80853,473,0,2074,0,-9806.25,-932.124,39.8574,1.0821,180,0,0,198,0,0,0), - (80854,881,0,3321,0,-9809.18,-929.385,39.8697,0.034907,180,0,0,160,350,0,0), - (80855,880,0,3322,0,-9805.79,-927.164,39.8671,4.36332,180,0,0,156,0,0,0), - (80856,524,0,389,0,-9782.15,-986.937,40.3275,5.04128,180,0,0,137,0,0,0), - (80857,721,0,328,0,-9795.31,-979.565,40.1775,3.04053,180,10,0,1,0,0,1), - (80858,524,0,389,0,-9710.7,-998.179,42.3644,4.23435,180,5,0,137,0,0,1), - (80859,524,0,389,0,-9681.12,-956.087,42.0195,4.9373,180,5,0,137,0,0,1), - (80860,822,0,1006,0,-9673.12,-916.457,42.2932,3.59475,180,5,0,195,0,0,1), - (80861,2442,0,1060,0,-9858.63,-926.539,37.0863,4.86048,180,5,0,1,0,0,1), - (80862,822,0,1006,0,-9811.79,-993.296,39.8986,3.9187,180,5,0,195,0,0,1), - (80863,524,0,389,0,-9644.67,-921.347,47.6622,2.27679,180,5,0,137,0,0,1), - (80864,116,0,2357,0,-9766.92,-917.459,39.8,0,180,5,0,156,0,0,1), - (80865,524,0,389,0,-9756.21,-1025.7,39.7242,4.99305,180,5,0,137,0,0,1), - (80866,116,0,2357,0,-9730.21,-840.625,40.2659,4.90311,180,5,0,156,0,0,1), - (80867,116,0,2357,0,-9714.19,-846.725,41.8909,3.09557,180,5,0,156,0,0,1), - (80868,116,0,2357,0,-9826.75,-918.736,41.3269,0.804792,180,5,0,156,0,0,1), - (80869,524,0,389,0,-9874.73,-941.875,33.7494,3.96766,180,0,0,137,0,0,0), - (80870,524,0,389,0,-9852.86,-993.595,36.7696,4.63674,180,0,0,137,0,0,0), - (80871,883,0,347,0,-9802.61,-1010.95,38.9007,1.08095,180,5,0,1,0,0,1), - (80872,524,0,389,0,-9810.41,-1016.96,38.1802,1.62944,180,0,0,137,0,0,0), - (80873,524,0,389,0,-9687.22,-877.815,44.594,2.74612,180,0,0,137,0,0,0), - (80874,118,0,11415,0,-9711.21,-1084.78,40.7394,5.21532,180,5,0,176,0,0,1), - (80875,524,0,389,0,-9794.32,-1047.81,37.4403,6.2173,180,5,0,137,0,0,1), - (80876,1423,0,3258,0,-9611.04,-1071.76,39.6254,3.33358,190,0,0,1106,0,0,0), - (80877,1423,0,3258,0,-9618.58,-1069.09,39.7504,6.12611,190,0,0,1106,0,0,0), - (80878,118,0,11415,0,-9656.53,-1083.56,43.2615,0.916645,180,0,0,176,0,0,0), - (80879,1423,0,3258,0,-9621.44,-1038.78,39.7489,6.21337,190,0,0,1106,0,0,0), - (80880,261,0,1984,0,-9610.23,-1032.05,41.3058,3.14159,310,0,0,1605,0,0,0), - (80881,1423,0,3258,0,-9615.54,-1038.75,39.7489,3.14159,190,0,0,1106,0,0,0), - (80882,2442,0,1060,0,-9500.92,-1046.96,51.5554,2.13161,180,5,0,1,0,0,1), - (80883,1922,0,380,0,-9534.62,-1033.36,49.1643,0.748071,180,5,0,137,0,0,1), - (80884,822,0,1006,0,-9502.75,-1095.25,51.493,4.91082,180,5,0,195,0,0,1), - (80885,1922,0,380,0,-9470.74,-1025.41,55.7569,1.6023,180,5,0,137,0,0,1), - (80886,1922,0,380,0,-9503.59,-991.642,55.2849,5.23198,180,5,0,137,0,0,1), - (80887,1922,0,380,0,-9442.79,-1039.73,58.7106,4.2898,180,5,0,137,0,0,1), - (80888,118,0,11415,0,-9413.37,-1124.11,59.1057,4.22691,180,5,0,176,0,0,1), - (80889,2442,0,1060,0,-9483.15,-956.615,56.4859,6.2304,180,5,0,1,0,0,1), - (80890,1922,0,380,0,-9477.95,-949.501,56.0624,4.78078,180,5,0,137,0,0,1), - (80891,118,0,11415,0,-9461.59,-973.419,56.3415,4.4048,180,5,0,176,0,0,1), - (80892,118,0,11415,0,-9447.56,-977.222,55.8026,2.04204,180,0,0,176,0,0,0), - (80893,118,0,11415,0,-9450.68,-957.841,55.7379,0.732949,180,5,0,176,0,0,1), - (80894,118,0,11415,0,-9439.83,-972.599,55.7748,2.67035,180,0,0,176,0,0,0), - (80895,1922,0,380,0,-9402.65,-957.853,61.3605,1.98047,180,5,0,137,0,0,1), - (80896,1922,0,380,0,-9403.04,-990.28,61.9987,1.34854,180,5,0,137,0,0,1), - (80897,1922,0,380,0,-9412.19,-1025.14,61.1983,1.94706,180,5,0,137,0,0,1), - (80898,1922,0,380,0,-9353.02,-942.272,66.9444,0.890564,180,5,0,137,0,0,1), - (80899,822,0,1006,0,-9358.58,-939.169,66.4676,5.9775,180,5,0,195,0,0,1), - (80900,2442,0,1060,0,-9372.56,-936.474,64.3124,4.73404,180,5,0,1,0,0,1), - (80901,1922,0,380,0,-9370.6,-912.182,64.5859,3.02904,180,5,0,137,0,0,1), - (80902,1922,0,380,0,-9411.16,-907.985,59.9218,6.0751,180,5,0,137,0,0,1), - (80903,2442,0,1060,0,-9346.75,-864.965,66.5683,0.578285,180,5,0,1,0,0,1), - (80904,1922,0,380,0,-9371.17,-887.009,65.2754,4.9169,180,0,0,137,0,0,0), - (80905,1922,0,380,0,-9354.75,-886.508,65.6959,3.267,180,5,0,137,0,0,1), - (80906,1922,0,380,0,-9396.32,-859.061,64.2375,3.48435,180,5,0,137,0,0,1), - (80907,1922,0,380,0,-9268.46,-859.773,71.7079,3.57586,180,5,0,137,0,0,1), - (80908,1922,0,380,0,-9279.35,-829.813,70.0151,1.19653,180,5,0,137,0,0,1), - (80909,1922,0,380,0,-9317.01,-838.293,66.1899,3.22376,180,5,0,137,0,0,1), - (80910,1922,0,380,0,-9423.81,-870.147,61.1011,4.39249,180,0,0,137,0,0,0), - (80911,822,0,1006,0,-9417.66,-854.635,62.031,0.628653,180,5,0,195,0,0,1), - (80912,1922,0,380,0,-9380.21,-810.626,65.9781,1.48467,180,5,0,137,0,0,1), - (80913,1922,0,380,0,-9447.08,-846.934,60.5924,0.180713,180,0,0,137,0,0,0), - (80914,1922,0,380,0,-9423.11,-809.347,64.1416,4.43758,180,5,0,137,0,0,1), - (80915,822,0,1006,0,-9474.45,-844.969,60.2612,0.790923,180,5,0,195,0,0,1), - (80916,1922,0,380,0,-9463.64,-830.57,60.7213,5.59045,180,5,0,137,0,0,1), - (80917,1922,0,380,0,-9393.35,-785.39,63.6593,1.36046,180,5,0,137,0,0,1), - (80918,1922,0,380,0,-9549.16,-889.622,46.0537,0.076173,180,0,0,137,0,0,0), - (80919,1922,0,380,0,-9508.27,-762.008,60.2988,1.54541,180,5,0,137,0,0,1), - (80920,2442,0,1060,0,-9486.61,-774.773,60.8734,1.11201,180,5,0,1,0,0,1), - (80921,1922,0,380,0,-9459.06,-760.647,61.6535,1.05161,180,5,0,137,0,0,1), - (80922,524,0,389,0,-9619.75,-884.375,48.4459,3.14159,180,0,0,137,0,0,0), - (80923,883,0,347,0,-9609.2,-882.045,49.5843,0.314179,180,5,0,1,0,0,1), - (80924,1949,0,0,0,-9562.33,-722.926,64.7386,0.82301,180,0,0,156,0,0,0), - (80925,1949,0,0,0,-9562.29,-735.12,99.203,2.15347,180,0,0,156,0,0,0), - (80926,1949,0,0,0,-9573.05,-713.053,99.1406,5.95087,180,0,0,156,0,0,0), - (80927,1949,0,0,0,-9554.81,-706.766,90.4123,2.72909,180,0,0,156,0,0,0), - (80928,1949,0,0,0,-9550.88,-685.652,63.183,2.14719,180,0,0,156,0,0,0), - (80929,1949,0,0,0,-9558.13,-712.885,64.7386,6.22928,180,0,0,156,0,0,0), - (80930,1949,0,0,0,-9558.59,-700.421,99.2119,4.4751,180,0,0,156,0,0,0), - (80931,1949,0,0,0,-9549,-724.052,99.1484,2.63064,180,0,0,156,0,0,0), - (80932,1949,0,0,0,-9550.68,-711.69,75.0554,3.24567,180,0,0,156,0,0,0), - (80933,11072,0,10610,0,-9576.3,-718.124,99.2704,3.05433,540,0,0,2868,0,0,0), - (80934,313,0,3348,0,-9553.08,-728.152,99.2522,2.16421,190,0,0,1172,916,0,0), - (80935,959,0,5012,0,-9548.45,-709.983,90.5103,3.63029,180,0,0,334,0,0,0), - (80936,1949,0,0,0,-9522.95,-700.829,61.6524,1.62088,180,0,0,156,0,0,0), - (80937,958,0,3347,0,-9541.13,-716.466,99.2953,3.03687,310,0,0,2016,0,0,0), - (80938,1922,0,380,0,-9581.52,-624.553,57.3027,4.73192,180,5,0,137,0,0,1), - (80939,1922,0,380,0,-9535.82,-655.504,62.4354,3.01821,180,5,0,137,0,0,1), - (80940,1922,0,380,0,-9475.7,-594.477,66.4951,1.05676,180,5,0,137,0,0,1), - (80941,2442,0,1060,0,-9582.42,-613.655,56.9415,1.84644,180,5,0,1,0,0,1), - (80942,1922,0,380,0,-9485.93,-592.312,66.0216,2.71189,180,5,0,137,0,0,1), - (80943,2442,0,1060,0,-9585.97,-607.565,56.9316,4.78467,180,5,0,1,0,0,1), - (80944,822,0,1006,0,-9464.4,-648.277,65.3682,3.18592,180,5,0,195,0,0,1), - (80945,1922,0,380,0,-9429.22,-724.465,65.8369,6.08464,180,5,0,137,0,0,1), - (80946,822,0,1006,0,-9398.71,-710.605,67.8667,2.39209,180,5,0,195,0,0,1), - (80947,1922,0,380,0,-9412.17,-739.773,66.5475,1.42181,180,0,0,137,0,0,0), - (80948,1922,0,380,0,-9413.65,-657.926,66.6763,0.009765,180,5,0,137,0,0,1), - (80949,1922,0,380,0,-9335.42,-706.25,67.8974,1.54871,180,5,0,137,0,0,1), - (80950,40,0,373,0,-9326.82,-713.03,67.5269,2.95107,180,5,0,120,0,0,1), - (80951,40,0,373,0,-9354.6,-675.024,67.3725,5.00572,180,5,0,120,0,0,1), - (80952,40,0,373,0,-9268.7,-703.31,63.1625,1.7926,180,5,0,120,0,0,1), - (80953,1922,0,380,0,-9287.73,-768.92,67.5636,0.252554,180,5,0,137,0,0,1), - (80954,476,0,163,0,-9256.46,-711.838,62.856,4.05948,180,0,0,126,289,0,0), - (80955,476,0,163,0,-9289.54,-669.512,65.2942,5.97583,180,5,0,126,289,0,1), - (80956,40,0,373,0,-9254.85,-696.338,64.015,3.07881,180,5,0,120,0,0,1), - (80957,476,0,163,0,-9248.51,-702.869,63.4745,3.59538,180,0,0,126,289,0,0), - (80958,476,0,163,0,-9252.35,-703.304,63.5593,6.05629,180,0,0,126,289,0,0), - (80959,40,0,373,0,-9245.29,-713.372,63.0387,1.91986,180,0,0,120,0,0,0), - (80960,40,0,373,0,-9256.03,-707.889,63.1122,0.942478,180,0,0,120,0,0,0), - (80961,40,0,373,0,-9220.8,-671.27,62.89,1.65247,180,5,0,120,0,0,1), - (80962,40,0,373,0,-9285.9,-679.103,64.3406,3.5812,180,5,0,120,0,0,1), - (80963,40,0,373,0,-9248.69,-655.311,64.3173,5.22255,180,5,0,120,0,0,1), - (80964,40,0,373,0,-9327.75,-647.848,69.3101,2.62899,180,5,0,120,0,0,1), - (80965,40,0,373,0,-9289.51,-615.627,66.1828,5.91573,180,5,0,120,0,0,1), - (80966,40,0,373,0,-9219.69,-617.962,61.277,3.19243,180,5,0,120,0,0,1), - (80967,476,0,163,0,-9229.65,-623.414,61.8933,1.29756,180,5,0,126,289,0,1), - (80968,40,0,373,0,-9185.28,-645.08,65.5001,2.60017,180,5,0,120,0,0,1), - (80969,476,0,163,0,-9247.6,-580.757,65.7305,1.95928,180,5,0,126,289,0,1), - (80970,40,0,373,0,-9268.04,-549.461,66.9,0.174785,180,5,0,120,0,0,1), - (80971,2442,0,1060,0,-9272.86,-587.447,64.934,5.49666,180,5,0,1,0,0,1), - (80972,40,0,373,0,-9244.14,-586.069,65.7298,5.65726,180,5,0,120,0,0,1), - (80973,40,0,373,0,-9161.78,-571.596,58.1243,0.712466,180,5,0,120,0,0,1), - (80974,40,0,373,0,-9141.22,-599.18,57.8545,5.51055,180,5,0,120,0,0,1), - (80975,40,0,373,0,-9131.9,-596.161,57.4463,0,180,5,0,120,0,0,1), - (80976,40,0,373,0,-9172.25,-599.412,63.02,4.2237,180,5,0,120,0,0,1), - (80977,476,0,163,0,-9135.25,-590.705,57.6318,4.92183,180,0,0,126,289,0,2), - (80978,476,0,163,0,-9079.77,-586.95,62.2437,2.11185,180,0,0,126,289,0,2), - (80979,40,0,373,0,-9078.95,-582.27,62.2442,2.29443,180,0,0,120,0,0,0), - (80980,40,0,373,0,-9117.78,-585.782,57.5247,2.84701,180,0,0,120,0,0,0), - (80981,40,0,373,0,-9085.36,-576.067,61.9363,1.58841,180,5,0,120,0,0,1), - (80982,40,0,373,0,-9086.56,-556.355,60.6945,0.215381,180,0,0,120,0,0,0), - (80983,40,0,373,0,-9087.93,-589.59,58.3875,0.773561,180,5,0,120,0,0,1), - (80984,40,0,373,0,-9101.44,-598.58,56.9574,2.50615,180,5,0,120,0,0,1), - (80985,40,0,373,0,-9116.58,-568.454,59.0402,3.95177,180,0,0,120,0,0,0), - (80986,40,0,373,0,-9094.39,-586.519,57.9721,5.16445,180,5,0,120,0,0,1), - (80987,43,0,368,0,-9048.82,-616.729,53.0161,3.73272,180,0,0,156,0,0,0), - (80988,43,0,368,0,-9066.4,-548.124,58.3119,4.03298,180,0,0,156,0,0,0), - (80989,471,0,2541,0,-9051.83,-621.321,53.5771,4.24115,3600,0,0,198,0,0,0), - (80990,43,0,368,0,-9033.98,-585.441,56.337,0,180,0,0,156,0,0,0), - (80991,43,0,368,0,-9037.76,-607.992,53.4164,5.62913,180,0,0,156,0,0,0), - (80992,43,0,368,0,-9040.33,-554.065,55.5712,1.09758,180,0,0,156,0,0,0), - (80993,43,0,368,0,-9030.17,-613.531,56.4697,1.00271,180,0,0,156,0,0,0), - (80994,43,0,368,0,-9025.17,-602.782,56.1168,4.73095,180,0,0,156,0,0,0), - (80995,43,0,368,0,-9025.12,-565.593,54.976,0,180,0,0,156,0,0,0), - (80996,38,0,5035,0,-9052.24,-458.063,72.6514,2.07694,180,0,0,71,0,0,0), - (80998,721,0,328,0,-9063.69,-455.139,72.4971,4.60924,180,10,0,1,0,0,1), - (80999,1922,0,380,0,-9354.5,-610.635,71.0105,2.50558,180,5,0,137,0,0,1), - (81000,40,0,373,0,-9321.64,-578.605,69.968,5.69867,180,5,0,120,0,0,1), - (81001,1922,0,380,0,-9321.47,-561.326,69.6776,2.98154,180,5,0,137,0,0,1), - (81002,1922,0,380,0,-9427.88,-578.534,67.3996,4.98397,180,0,0,137,0,0,0), - (81003,1922,0,380,0,-9410.76,-576.973,68.2066,1.19464,180,0,0,137,0,0,0), - (81004,1922,0,380,0,-9414.01,-567.364,67.5163,4.2237,180,0,0,137,0,0,0), - (81005,1922,0,380,0,-9406.43,-582.849,67.3996,5.70977,180,0,0,137,0,0,0), - (81006,1922,0,380,0,-9420.7,-566.195,67.6868,4.62512,180,0,0,137,0,0,0), - (81007,1922,0,380,0,-9363,-577.39,68.7027,4.37223,180,5,0,137,0,0,1), - (81008,1922,0,380,0,-9484.16,-554.031,65.1934,5.2996,180,0,0,137,0,0,0), - (81009,1922,0,380,0,-9427.82,-549.583,73.708,3.9941,180,5,0,137,0,0,1), - (81010,1922,0,380,0,-9453.58,-536.602,65.5304,5.25618,180,5,0,137,0,0,1), - (81011,1922,0,380,0,-9464.34,-539.105,65.7762,4.6756,180,5,0,137,0,0,1), - (81012,1922,0,380,0,-9462.55,-551.576,67.4054,3.94274,180,5,0,137,0,0,1), - (81013,1922,0,380,0,-9377.71,-493.036,69.3664,0.462262,180,5,0,137,0,0,1), - (81014,1922,0,380,0,-9419.58,-501.338,68.4843,2.47393,180,5,0,137,0,0,1), - (81015,1922,0,380,0,-9438.05,-514.727,67.7627,6.16174,180,5,0,137,0,0,1), - (81016,1922,0,380,0,-9563,-584.457,58.2147,0.796447,180,0,0,137,0,0,0), - (81017,1922,0,380,0,-9527.24,-542.705,62.2918,3.57468,180,0,0,137,0,0,0), - (81018,2442,0,1060,0,-9545.58,-544.491,61.1677,1.50631,180,5,0,1,0,0,1), - (81019,735,0,527,0,-9511.55,-487.074,61.595,5.30582,180,0,0,120,0,0,0), - (81020,822,0,1006,0,-9488.22,-516.115,63.5907,4.41479,180,5,0,195,0,0,1), - (81021,1922,0,380,0,-9546.68,-521.048,63.0931,4.74948,180,0,0,137,0,0,0), - (81022,1922,0,380,0,-9486.97,-525.281,63.8618,4.5196,180,5,0,137,0,0,1), - (81023,735,0,527,0,-9449.82,-488.69,62.6602,4.30263,180,5,0,120,0,0,1), - (81024,1922,0,380,0,-9590.8,-562.219,57.57,4.01109,180,0,0,137,0,0,0), - (81026,285,0,617,0,-9496.23,-442,57.0387,2.80133,180,5,0,120,0,0,1), - (81030,285,0,617,0,-9483.94,-421.038,59.5899,4.84347,180,0,0,120,0,0,0), - (81031,525,0,903,0,-9555.39,-452.731,62.1993,4.42545,180,10,0,102,0,0,1), - (81032,883,0,347,0,-9577.19,-437.85,60.9212,3.88138,180,5,0,1,0,0,1), - (81033,735,0,527,0,-9498.99,-467.962,58.9887,5.62523,180,5,0,120,0,0,1), - (81034,285,0,617,0,-9465.14,-432.218,56.7279,5.98711,180,5,0,120,0,0,1), - (81035,285,0,617,0,-9505.26,-403.165,56.5587,0.591016,180,5,0,120,0,0,1), - (81036,735,0,527,0,-9545.65,-381.259,61.4751,3.19474,180,5,0,120,0,0,1), - (81037,525,0,903,0,-9559.39,-382.375,63.1188,3.81577,180,10,0,102,0,0,1), - (81038,285,0,617,0,-9471,-384.036,58.2299,2.87979,180,0,0,120,0,0,0), - (81039,285,0,617,0,-9484.07,-395.844,58.4774,0,180,0,0,120,0,0,0), - (81040,285,0,617,0,-9485.84,-388.377,57.046,2.14675,180,0,0,120,0,0,0), - (81041,285,0,617,0,-9484.46,-370.071,55.7391,1.74583,180,0,0,120,0,0,0), - (81042,525,0,903,0,-9587.04,-347.399,61.7206,0.364979,180,10,0,102,0,0,1), - (81043,285,0,617,0,-9473.25,-384.355,57.1971,0.98265,180,5,0,120,0,0,1), - (81044,735,0,527,0,-9413.71,-452.006,60.3769,2.96314,180,5,0,120,0,0,1), - (81045,285,0,617,0,-9477.31,-371.876,56.3524,3.09892,180,5,0,120,0,0,1), - (81046,285,0,617,0,-9470.46,-379.389,59.0321,4.24115,180,0,0,120,0,0,0), - (81047,285,0,617,0,-9473.54,-361.002,60.2721,6.10036,180,5,0,120,0,0,1), - (81048,285,0,617,0,-9487.4,-358.883,57.6885,2.96706,180,0,0,120,0,0,0), - (81049,285,0,617,0,-9485.4,-354.08,59.9508,3.56047,180,0,0,120,0,0,0), - (81050,285,0,617,0,-9485.98,-350.2,59.7253,1.39626,180,0,0,120,0,0,0), - (81051,285,0,617,0,-9474.9,-353.104,60.6382,0.202683,180,5,0,120,0,0,1), - (81052,285,0,617,0,-9451.13,-367.227,55.7305,2.34409,180,5,0,120,0,0,1), - (81053,735,0,527,0,-9381.37,-447.646,63.3056,2.91583,180,5,0,120,0,0,1), - (81054,525,0,903,0,-9362.31,-425.369,64.1048,5.87368,180,10,0,102,0,0,1), - (81055,525,0,903,0,-9336.76,-436.052,67.6681,0.236456,180,10,0,102,0,0,1), - (81056,525,0,903,0,-9341.48,-490.621,69.2226,5.61361,180,10,0,102,0,0,1), - (81057,735,0,527,0,-9403.51,-390.75,60.6673,0.677486,180,5,0,120,0,0,1), - (81058,40,0,373,0,-9324.34,-478.439,71.7502,5.24075,180,5,0,120,0,0,1), - (81059,525,0,903,0,-9304.71,-423.768,69.4074,3.451,180,10,0,102,0,0,1), - (81060,525,0,903,0,-9323.21,-447.944,68.0573,2.38608,180,10,0,102,0,0,1), - (81061,525,0,903,0,-9362.87,-381.743,63.8044,4.55324,180,10,0,102,0,0,1), - (81062,116,0,2357,0,-9326.92,-382.97,66.8942,1.93636,180,5,0,156,0,0,1), - (81063,525,0,903,0,-9313.87,-374.865,68.26,6.09652,180,10,0,102,0,0,1), - (81065,285,0,617,0,-9475.54,-337.636,58.5555,2.18166,180,0,0,120,0,0,0), - (81066,735,0,527,0,-9395.85,-344.613,58.5996,5.76622,180,5,0,120,0,0,1), - (81067,735,0,527,0,-9410.08,-313.216,60.8708,1.47159,180,5,0,120,0,0,1), - (81068,285,0,617,0,-9449.18,-294.843,56.8474,2.59314,180,5,0,120,0,0,1), - (81069,735,0,527,0,-9448.45,-297.242,56.6352,2.59307,180,5,0,120,0,0,1), - (81070,735,0,527,0,-9391.53,-345.167,59.0443,5.62124,180,5,0,120,0,0,1), - (81071,735,0,527,0,-9511.85,-302.882,55.0908,5.39536,180,5,0,120,0,0,1), - (81072,525,0,903,0,-9415.42,-271.11,65.8178,2.76785,180,10,0,102,0,0,1), - (81073,735,0,527,0,-9431.38,-268.329,61.7787,0.864894,180,5,0,120,0,0,1), - (81074,735,0,527,0,-9446.52,-253.93,62.261,0.805059,180,5,0,120,0,0,1), - (81075,285,0,617,0,-9530.46,-269.478,59.5826,4.93312,180,0,0,120,0,0,0), - (81076,735,0,527,0,-9528.95,-268.761,59.1591,4.95118,180,0,0,120,0,0,0), - (81077,285,0,617,0,-9492.42,-240.271,56.297,3.08221,180,0,0,120,0,0,0), - (81078,285,0,617,0,-9493.42,-224.326,58.5665,2.74017,180,0,0,120,0,0,0), - (81079,525,0,903,0,-9572.4,-230.681,60.6784,2.19925,180,10,0,102,0,0,1), - (81080,721,0,328,0,-9603.87,-249.368,57.6059,1.65476,180,10,0,1,0,0,1), - (81081,285,0,617,0,-9505,-209.918,52.3005,2.38488,180,0,0,120,0,0,0), - (81082,285,0,617,0,-9471.86,-213.085,55.9415,1.75852,180,0,0,120,0,0,0), - (81083,285,0,617,0,-9486.42,-206.092,57.6915,2.83248,180,0,0,120,0,0,0), - (81084,525,0,903,0,-9544.9,-189.886,61.6624,0.94658,180,10,0,102,0,0,1), - (81085,12423,0,3258,0,-9514.61,-135.652,60.4096,5.39307,180,0,0,228,0,0,0), - (81086,525,0,903,0,-9586.77,-282.395,62.0079,0,180,10,0,102,0,0,1), - (81087,525,0,903,0,-9513.96,-115.443,60.4964,5.92116,180,10,0,102,0,0,1), - (81090,883,0,347,0,-9490.58,-33.6001,59.2255,5.56693,180,5,0,1,0,0,1), - (81091,890,0,654,0,-9492.48,-32.667,58.9891,5.62429,180,0,0,16,0,0,0), - (81092,383,0,3273,0,-9378.89,-111.923,59.006,3.15905,180,0,0,228,0,0,0), - (81093,1632,0,3335,0,-9375.68,-74.4761,64.5206,3.45575,190,0,0,1042,0,0,0), - (81094,1651,0,3272,0,-9382.08,-117.005,58.9841,4.43314,180,0,0,334,0,0,0), - (81095,525,0,903,0,-9350.46,-186.499,65.0208,4.24482,180,10,0,102,0,0,1), - (81096,525,0,903,0,-9367.93,-214.926,65.1561,5.77753,180,10,0,102,0,0,1), - (81097,525,0,903,0,-9367.17,-212.041,64.8336,2.5182,180,10,0,102,0,0,1), - (81098,525,0,903,0,-9289.09,-182.752,68.5669,0.096395,180,10,0,102,0,0,1), - (81099,2442,0,1060,0,-9296,-104.049,68.5179,0.02945,180,5,0,1,0,0,1), - (81100,735,0,527,0,-9382.02,-215.757,63.1149,1.3616,180,0,0,120,0,0,0), - (81101,525,0,903,0,-9390.15,-282.168,62.8373,4.84043,180,10,0,102,0,0,1), - (81102,525,0,903,0,-9375.08,-281.941,65.1798,5.55154,180,10,0,102,0,0,1), - (81103,525,0,903,0,-9396.85,-272.529,61.7762,5.46288,180,10,0,102,0,0,1), - (81105,474,0,2359,0,-9306.21,-294.363,70.51,1.13446,180,0,0,160,350,0,0), - (81106,116,0,2357,0,-9306.67,-287.224,70.5972,5.16617,180,5,0,156,0,0,1), - (81107,61,0,0,0,-9303.19,-292.231,70.63,3.22,3600,0,0,222,0,0,2), - (81108,116,0,2357,0,-9309.05,-272.284,70.9471,4.02234,180,5,0,156,0,0,1), - (81109,116,0,2357,0,-9314.27,-276.775,70.19,0.450548,180,5,0,156,0,0,1), - (81110,525,0,903,0,-9337.26,-330.813,67.7179,4.41076,180,10,0,102,0,0,1), - (81111,478,0,512,0,-9207.39,-846.818,68.2408,3.85824,180,5,0,176,0,0,1), - (81112,478,0,512,0,-9117.19,-830.729,70.2657,2.40939,180,5,0,176,0,0,1), - (81113,478,0,512,0,-9070.95,-831.316,69.6163,4.87625,180,5,0,176,0,0,1), - (81114,97,0,10791,0,-9014.86,-845.351,70.3914,1.04126,180,5,0,156,0,0,1), - (81115,97,0,10791,0,-9014.58,-818.75,69.7591,2.45992,180,5,0,156,0,0,1), - (81116,478,0,512,0,-8996.38,-817.691,69.5901,1.35894,180,5,0,176,0,0,1), - (81117,97,0,10791,0,-8989.19,-837.573,69.6341,0.837758,180,5,0,156,0,0,1), - (81118,97,0,10791,0,-8978.88,-838.899,69.9902,1.91986,180,5,0,156,0,0,1), - (81119,478,0,512,0,-8984.14,-828.167,70.2784,5.60251,180,5,0,176,0,0,1), - (81120,478,0,512,0,-8979.83,-818.941,70.4679,4.4855,180,5,0,176,0,0,1), - (81121,478,0,512,0,-8985.59,-854.958,69.1153,0.047932,180,5,0,176,0,0,1), - (81122,472,0,175,0,-8978.21,-829.324,70.1883,3.29867,3600,0,0,247,0,0,0), - (81123,118,0,11415,0,-8985.36,-777.824,72.2418,5.45966,180,0,0,176,0,0,0), - (81124,478,0,512,0,-8939.99,-853.295,68.6805,4.01473,180,5,0,176,0,0,1), - (81125,478,0,512,0,-8918.61,-814.389,68.927,0.370001,180,5,0,176,0,0,1), - (81126,478,0,512,0,-8953.07,-780.752,69.0888,1.12163,180,5,0,176,0,0,1), - (81127,2442,0,1060,0,-8957.83,-794.486,69.7611,1.32059,180,5,0,1,0,0,1), - (81128,478,0,512,0,-8874.23,-862.047,74.7382,1.85187,180,5,0,176,0,0,1), - (81129,478,0,512,0,-8869.74,-819.372,71.8887,0.88304,180,5,0,176,0,0,1), - (81130,478,0,512,0,-8836.41,-831.326,73.7589,6.20071,180,5,0,176,0,0,1), - (81131,97,0,10791,0,-8851.85,-827.879,72.9202,1.93731,180,5,0,156,0,0,1), - (81132,478,0,512,0,-8847.86,-811.561,70.7121,4.20624,180,5,0,176,0,0,1), - (81133,478,0,512,0,-8859.67,-824.284,71.8228,5.84685,180,5,0,176,0,0,1), - (81134,97,0,10791,0,-8854.58,-853.312,74.2394,6.11634,180,5,0,156,0,0,1), - (81135,118,0,11415,0,-8942.46,-706.991,82.8542,1.80725,180,0,0,176,0,0,0), - (81136,97,0,10791,0,-8849.2,-753.343,70.3534,2.08604,180,5,0,156,0,0,1), - (81137,478,0,512,0,-8888.63,-756.145,69.4341,3.1422,180,5,0,176,0,0,1), - (81138,478,0,512,0,-8914.71,-745.936,70.2894,4.47358,180,5,0,176,0,0,1), - (81139,97,0,10791,0,-8852.59,-777.225,70.4306,6.17223,180,5,0,156,0,0,1), - (81140,478,0,512,0,-8879.58,-786.566,70.0006,2.84998,180,5,0,176,0,0,1), - (81141,97,0,10791,0,-8895.92,-769.232,69.5663,5.63741,180,5,0,156,0,0,1), - (81142,97,0,10791,0,-8879.83,-766.896,68.7156,4.17134,180,5,0,156,0,0,1), - (81143,478,0,512,0,-8873.52,-776.396,69.3139,3.1765,180,5,0,176,0,0,1), - (81144,478,0,512,0,-8887.32,-778.651,69.7129,0.855211,180,5,0,176,0,0,1), - (81145,478,0,512,0,-8895.99,-778.248,69.3756,0.380141,180,5,0,176,0,0,1), - (81146,97,0,10791,0,-8846.81,-922.26,75.6918,3.07364,180,5,0,156,0,0,1), - (81147,2442,0,1060,0,-8873.44,-911.612,76.3751,1.46558,180,5,0,1,0,0,1), - (81148,478,0,512,0,-8838.21,-854.256,74.6843,2.74352,180,5,0,176,0,0,1), - (81149,478,0,512,0,-8848.67,-882.444,74.6828,4.37717,180,5,0,176,0,0,1), - (81150,118,0,11415,0,-8885.08,-890.691,74.929,0.056939,180,0,0,176,0,0,0), - (81151,97,0,10791,0,-8841.8,-867.743,75.9984,5.70723,180,5,0,156,0,0,1), - (81152,478,0,512,0,-8834.45,-880.661,74.4284,2.02458,180,5,0,176,0,0,1), - (81153,478,0,512,0,-8827.74,-867.454,74.5929,3.22886,180,5,0,176,0,0,1), - (81154,97,0,10791,0,-8824.66,-848.258,74.3457,1.75243,180,5,0,156,0,0,1), - (81155,118,0,11415,0,-8908.56,-912.445,73.5995,1.93643,180,0,0,176,0,0,0), - (81156,118,0,11415,0,-8847.9,-918.84,75.8897,0.086536,180,0,0,176,0,0,0), - (81157,118,0,11415,0,-8806.5,-943.751,73.6821,0.475011,180,5,0,176,0,0,1), - (81158,118,0,11415,0,-8889.98,-968.151,73.2223,4.39878,180,5,0,176,0,0,1), - (81159,474,0,2359,0,-9012.59,-983.277,69.3455,5.93294,180,0,0,160,350,0,0), - (81160,474,0,2359,0,-9090.89,-951.887,68.852,1.86837,180,0,0,160,350,0,0), - (81161,474,0,2359,0,-9026.78,-1048.42,68.7902,4.4112,180,0,0,160,350,0,0), - (81162,474,0,2359,0,-9091.25,-1011.04,73.0624,2.38878,180,0,0,160,350,0,0), - (81163,6172,0,4886,0,-9129.59,-984.313,76.1811,2.05949,180,0,0,413,191,1,0), - (81164,474,0,2359,0,-9143.81,-954.4,70.6154,0.325079,180,0,0,160,350,0,0), - (81165,474,0,2359,0,-9080.71,-1048.87,72.4672,4.47537,180,0,0,160,350,0,0), - (81166,474,0,2359,0,-9123.83,-1020.25,72.1897,2.8955,180,0,0,160,350,0,0), - (81167,474,0,2359,0,-9154.25,-1011.36,70.6092,1.34232,180,0,0,160,350,0,0), - (81168,474,0,2359,0,-9118.63,-1038.46,71.808,2.52619,180,0,0,160,350,0,0), - (81169,474,0,2359,0,-9138.07,-1035.47,71.433,5.47858,180,0,0,160,350,0,0), - (81170,474,0,2359,0,-9245.24,-980.931,68.6672,0.464243,180,0,0,160,350,0,0), - (81171,474,0,2359,0,-9213.36,-974.892,71.5342,1.83999,180,0,0,160,350,0,0), - (81172,474,0,2359,0,-9193.12,-1002.59,70.4148,1.31267,180,0,0,160,350,0,0), - (81173,474,0,2359,0,-9188.32,-1050.96,71.414,4.40869,180,0,0,160,350,0,0), - (81174,474,0,2359,0,-9152.29,-1052.52,71.308,4.3452,180,0,0,160,350,0,0), - (81175,474,0,2359,0,-9145.17,-1063.72,71.433,2.89713,180,0,0,160,350,0,0), - (81176,474,0,2359,0,-9227.32,-1031.4,69.6308,3.28044,180,0,0,160,350,0,0), - (81177,822,0,1006,0,-9485.23,-1053.89,52.4656,5.04652,180,5,0,195,0,0,1), - (81178,2442,0,1060,0,-9587.28,-1141.08,45.0712,4.95689,180,5,0,1,0,0,1), - (81179,1933,0,856,0,-9575.07,-1175.1,47.0691,5.00277,180,5,0,14,0,0,1), - (81180,118,0,11415,0,-9663.31,-1152.73,40.297,0.270359,180,5,0,176,0,0,1), - (81181,844,0,4416,0,-9628.33,-1176.14,39.9827,0.992539,310,0,0,2016,0,0,2), - (81182,118,0,11415,0,-9742.49,-1108.49,38.1107,3.05352,180,0,0,176,0,0,0), - (81183,118,0,11415,0,-9698.05,-1107.83,40.8897,0.039039,180,0,0,176,0,0,0), - (81184,118,0,11415,0,-9709.73,-1146.01,39.7267,3.26305,180,0,0,176,0,0,0), - (81185,822,0,1006,0,-9714.67,-1144.14,39.9097,5.20734,180,5,0,195,0,0,1), - (81186,732,0,983,0,-9784.02,-1120.66,35.9243,4.80892,180,5,0,176,0,0,1), - (81187,118,0,11415,0,-9747.08,-1163.59,38.2913,3.49947,180,5,0,176,0,0,1), - (81188,732,0,983,0,-9876.3,-1097.24,27.5205,0.855211,180,0,0,176,0,0,0), - (81189,46,0,441,0,-9855.29,-1127.58,29.5544,0.471239,180,0,0,176,0,0,0), - (81190,732,0,983,0,-9852.86,-1133.84,27.7583,0.139626,180,0,0,176,0,0,0), - (81191,732,0,983,0,-9836.91,-1118.42,26.6061,0.261799,180,0,0,176,0,0,0), - (81192,732,0,983,0,-9813.26,-1156.08,33.575,4.80817,180,5,0,176,0,0,1), - (81193,1933,0,856,0,-9837.23,-1170.45,32.3391,3.95395,180,5,0,14,0,0,1), - (81194,822,0,1006,0,-9771.95,-1174.35,37.7895,5.67134,180,5,0,195,0,0,1), - (81195,524,0,389,0,-9835.63,-1048.32,34.6165,5.98123,180,0,0,137,0,0,0), - (81196,118,0,11415,0,-9866.49,-1247.83,31.4246,0.779873,180,5,0,176,0,0,1), - (81197,118,0,11415,0,-9817.23,-1250.83,36.2617,3.6385,180,5,0,176,0,0,1), - (81198,732,0,983,0,-9883.68,-1188.61,28.5517,2.8649,180,5,0,176,0,0,1), - (81199,732,0,983,0,-9926.5,-1141.09,23.173,6.08998,180,5,0,176,0,0,1), - (81200,732,0,983,0,-9888.62,-1138,26.7575,1.42128,180,5,0,176,0,0,1), - (81201,46,0,441,0,-9928.74,-1129.88,23.6526,2.75762,180,0,0,176,0,0,0), - (81202,46,0,441,0,-9920.11,-1123.17,24.7945,0.640891,180,5,0,176,0,0,1), - (81203,46,0,441,0,-9911.07,-1145.65,23.7459,4.59022,180,0,0,176,0,0,0), - (81204,732,0,983,0,-9907.11,-1144.85,24.0525,5.0091,180,0,0,176,0,0,0), - (81205,46,0,441,0,-9928.98,-1156.71,22.2152,3.42085,180,0,0,176,0,0,0), - (81206,732,0,983,0,-9928.25,-1163.1,21.2383,5.2709,180,0,0,176,0,0,0), - (81207,46,0,441,0,-9904.07,-1107.86,27.1617,4.83965,180,5,0,176,0,0,1), - (81208,732,0,983,0,-9892.94,-1112.79,28.7231,3.19841,180,5,0,176,0,0,1), - (81209,732,0,983,0,-9839.48,-1191.06,34.0365,5.19787,180,5,0,176,0,0,1), - (81210,732,0,983,0,-9913.96,-1223.62,24.942,4.7692,180,5,0,176,0,0,1), - (81211,732,0,983,0,-9918.14,-1240.02,25.0181,5.31991,180,5,0,176,0,0,1), - (81212,732,0,983,0,-9940.03,-1134.11,21.2883,3.56047,180,0,0,176,0,0,0), - (81213,46,0,441,0,-9933.19,-1164.35,20.9409,4.45059,180,0,0,176,0,0,0), - (81214,732,0,983,0,-9950.56,-1278.84,26.5787,0.129198,180,5,0,176,0,0,1), - (81215,883,0,347,0,-9889.3,-1277.78,33.571,4.58303,180,5,0,1,0,0,1), - (81216,118,0,11415,0,-9879.71,-1312.79,36.2718,0.686708,180,5,0,176,0,0,1), - (81217,118,0,11415,0,-9823.18,-1266.35,35.3476,3.78431,180,5,0,176,0,0,1), - (81218,118,0,11415,0,-9808.33,-1258.78,35.7617,4.61773,180,5,0,176,0,0,1), - (81219,118,0,11415,0,-9818.11,-1269.33,35.6951,5.96757,180,5,0,176,0,0,1), - (81220,118,0,11415,0,-9796.5,-1260.63,35.2682,3.07178,180,0,0,176,0,0,0), - (81221,118,0,11415,0,-9849.88,-1286.07,35.8665,4.96037,180,5,0,176,0,0,1), - (81222,732,0,983,0,-9958.81,-1342.6,25.6964,3.94633,180,5,0,176,0,0,1), - (81223,118,0,11415,0,-9886.52,-1367.22,33.7042,0.86831,180,5,0,176,0,0,1), - (81224,118,0,11415,0,-9918.8,-1345.62,30.7832,2.43468,180,5,0,176,0,0,1), - (81225,822,0,1006,0,-9900.56,-1364.33,33.3178,2.47112,180,5,0,195,0,0,1), - (81226,822,0,1006,0,-9866.83,-1233.14,31.904,0,180,5,0,195,0,0,1), - (81227,732,0,983,0,-9944.75,-1407.46,25.5433,4.84663,180,5,0,176,0,0,1), - (81228,118,0,11415,0,-9858.83,-1415.5,37.6797,1.61578,180,5,0,176,0,0,1), - (81229,1423,0,3258,0,-9767.03,-1368.88,59.0108,0.890118,190,0,0,1106,0,0,0), - (81230,118,0,11415,0,-9764.02,-1261.39,45.7955,0.319911,180,0,0,176,0,0,0), - (81231,118,0,11415,0,-9749.64,-1251.38,46.8563,2.09542,180,0,0,176,0,0,0), - (81232,118,0,11415,0,-9742.63,-1292.56,47.5727,4.08374,180,5,0,176,0,0,1), - (81233,1423,0,3258,0,-9755.07,-1377.19,59.2102,1.0472,190,0,0,1106,0,0,0), - (81234,118,0,11415,0,-9726.09,-1304.14,49.2229,1.49058,180,5,0,176,0,0,1), - (81235,822,0,1006,0,-9727.53,-1280.62,51.9969,2.89709,180,5,0,195,0,0,1), - (81236,2442,0,1060,0,-9725.36,-1241.31,50.6461,4.66697,180,5,0,1,0,0,1), - (81237,118,0,11415,0,-9702.8,-1207.45,52.0275,3.05359,180,5,0,176,0,0,1), - (81238,278,0,3268,0,-9531.76,-1222.42,47.8379,5.35816,180,0,0,166,0,0,0), - (81239,1103,0,1290,0,-9537.24,-1214.05,48.2341,4.90438,190,0,0,1042,0,0,0), - (81240,620,0,304,0,-9507.4,-1209.39,47.8715,3.73257,300,10,0,1,0,0,1), - (81241,620,0,304,0,-9504.65,-1217.94,47.3471,1.73711,300,10,0,1,0,0,1), - (81242,620,0,304,0,-9475.52,-1161.98,50.9518,4.90971,300,0,0,1,0,0,0), - (81243,620,0,304,0,-9472.75,-1179.3,49.3829,3.86421,300,10,0,1,0,0,1), - (81244,620,0,304,0,-9480.22,-1159.73,50.8268,0.586483,300,10,0,1,0,0,1), - (81245,620,0,304,0,-9471.61,-1157.88,51.5768,5.19697,300,0,0,1,0,0,0), - (81246,620,0,304,0,-9478.55,-1166.22,50.4518,4.10283,300,0,0,1,0,0,0), - (81247,13159,0,13091,0,-9491.77,-1193.42,49.5782,2.0547,180,0,0,247,0,0,0), - (81249,11328,0,89,0,-9512.16,-1284.19,44.3192,2.99859,180,5,0,228,0,0,1), - (81250,11328,0,89,0,-9508.8,-1280.82,43.8932,6.00732,180,5,0,228,0,0,1), - (81251,10616,0,10995,0,-9469.79,-1289.22,41.1855,3.24631,180,0,0,644,0,0,0), - (81252,11328,0,89,0,-9535.3,-1304.7,44.702,5.26945,180,5,0,228,0,0,1), - (81253,883,0,347,0,-9427.67,-1269.96,48.413,1.05819,180,5,0,1,0,0,1), - (81254,883,0,347,0,-9437.19,-1254.12,48.4532,2.48021,180,5,0,1,0,0,1), - (81255,890,0,654,0,-9435.76,-1255.18,48.5311,2.51561,180,10,0,16,0,0,1), - (81256,620,0,304,0,-9456.54,-1160.68,52.9803,4.11778,300,0,0,1,0,0,0), - (81257,1975,0,5034,0,-9400.75,-1336.92,50.0274,0.131568,180,5,0,334,0,0,1), - (81258,118,0,11415,0,-9370.32,-1212.86,63.9757,2.67625,180,0,0,176,0,0,0), - (81259,1975,0,5034,0,-9403.85,-1331.02,50.0274,4.35244,180,5,0,334,0,0,1), - (81260,118,0,11415,0,-9391.29,-1185.1,62.3641,5.77619,180,0,0,176,0,0,0), - (81261,118,0,11415,0,-9345.07,-1308.41,61.754,4.30283,180,0,0,176,0,0,0), - (81262,118,0,11415,0,-9345.57,-1241.07,66.1845,2.2482,180,0,0,176,0,0,0), - (81263,2442,0,1060,0,-9297.62,-1240.56,69.0536,2.19739,180,5,0,1,0,0,1), - (81264,822,0,1006,0,-9310.18,-1316.86,68.0764,1.02905,180,5,0,195,0,0,1), - (81265,118,0,11415,0,-9367.15,-1161.51,65.4592,5.13495,180,0,0,176,0,0,0), - (81266,2442,0,1060,0,-9358.52,-1160.69,65.1582,2.88179,180,5,0,1,0,0,1), - (81267,118,0,11415,0,-9347.92,-1192.06,66.678,3.41267,180,0,0,176,0,0,0), - (81268,822,0,1006,0,-9367.13,-1169.46,65.1099,1.1223,180,5,0,195,0,0,1), - (81269,732,0,983,0,-9332.93,-1189.9,68.0493,3.4948,180,5,0,176,0,0,1), - (81270,46,0,441,0,-9263.43,-1218.48,71.935,2.80998,180,0,0,176,0,0,0), - (81271,46,0,441,0,-9255.84,-1215.61,72.5196,0.663225,180,0,0,176,0,0,0), - (81272,732,0,983,0,-9244.18,-1211.99,72.5092,0.890118,180,0,0,176,0,0,0), - (81273,46,0,441,0,-9217.6,-1229.03,72.6829,1.85005,180,0,0,176,0,0,0), - (81274,732,0,983,0,-9219.07,-1220.05,70.9714,4.83965,180,5,0,176,0,0,1), - (81275,732,0,983,0,-9254.7,-1232.84,73.6074,1.3357,180,5,0,176,0,0,1), - (81276,46,0,441,0,-9244.01,-1221.57,73.3574,5.68404,180,5,0,176,0,0,1), - (81277,46,0,441,0,-9229.57,-1199.44,67.7157,1.13446,180,0,0,176,0,0,0), - (81278,46,0,441,0,-9250.76,-1186.95,68.3633,1.07394,180,5,0,176,0,0,1), - (81279,46,0,441,0,-9239.36,-1187.58,69.2406,0.785398,180,0,0,176,0,0,0), - (81280,732,0,983,0,-9283,-1165.4,69.5297,1.5708,180,0,0,176,0,0,0), - (81281,732,0,983,0,-9278.78,-1180.12,70.8333,0.477805,180,5,0,176,0,0,1), - (81282,732,0,983,0,-9274.1,-1174.41,70.2011,0.009661,180,5,0,176,0,0,1), - (81283,46,0,441,0,-9212.75,-1203.99,66.0998,2.82743,180,5,0,176,0,0,1), - (81284,732,0,983,0,-9212.07,-1229.33,72.9972,1.46608,180,0,0,176,0,0,0), - (81285,46,0,441,0,-9191.33,-1218.33,69.6672,1.5708,180,5,0,176,0,0,1), - (81286,46,0,441,0,-9194.58,-1214.87,68.4347,1.0821,180,0,0,176,0,0,0), - (81287,732,0,983,0,-9173.47,-1255.92,75.3774,5.46812,180,5,0,176,0,0,1), - (81288,732,0,983,0,-9242.25,-1160.93,63.4762,1.69297,180,0,0,176,0,0,0), - (81289,732,0,983,0,-9231.14,-1188.27,65.2443,3.47321,180,0,0,176,0,0,0), - (81290,732,0,983,0,-9255.98,-1161.28,65.3492,1.58825,180,0,0,176,0,0,0), - (81291,732,0,983,0,-9303.92,-1121.99,69.0745,2.38673,180,0,0,176,0,0,0), - (81292,46,0,441,0,-9113.98,-1222.37,66.5227,0.149231,180,5,0,176,0,0,1), - (81293,1933,0,856,0,-9151.74,-1260.64,77.1783,0.596842,180,5,0,14,0,0,1), - (81294,474,0,2359,0,-9135.67,-1143.14,70.741,1.51076,180,0,0,160,350,0,0), - (81295,46,0,441,0,-9049.59,-1220.96,69.3406,1.65806,180,0,0,176,0,0,0), - (81296,46,0,441,0,-9055.24,-1222.39,69.4903,2.26893,180,0,0,176,0,0,0), - (81297,46,0,441,0,-9036.39,-1212.15,65.7656,2.14675,180,0,0,176,0,0,0), - (81298,46,0,441,0,-9043.74,-1219.15,68.4732,4.7338,180,5,0,176,0,0,1), - (81299,474,0,2359,0,-9175.03,-1122.98,71.3228,2.17653,180,0,0,160,350,0,0), - (81300,46,0,441,0,-8986.67,-1251.84,76.292,5.71529,180,5,0,176,0,0,1), - (81301,46,0,441,0,-8986.08,-1213.23,72.5967,5.37309,180,5,0,176,0,0,1), - (81302,46,0,441,0,-9004.07,-1210.58,71.5857,5.735,180,5,0,176,0,0,1), - (81303,46,0,441,0,-8989.47,-1223.1,73.4447,2.6529,180,0,0,176,0,0,0), - (81304,46,0,441,0,-8986.83,-1218.47,72.988,2.56563,180,0,0,176,0,0,0), - (81305,46,0,441,0,-9031.68,-1225.32,70.3526,3.37615,180,5,0,176,0,0,1), - (81306,46,0,441,0,-9011.36,-1224.29,73.3099,3.14159,180,0,0,176,0,0,0), - (81307,732,0,983,0,-9009.98,-1218.83,72.491,2.96706,180,0,0,176,0,0,0), - (81308,46,0,441,0,-9010.67,-1239.99,74.3252,4.73973,180,5,0,176,0,0,1), - (81309,46,0,441,0,-8970.37,-1200.56,71.982,2.63545,180,0,0,176,0,0,0), - (81310,732,0,983,0,-9002.02,-1195.34,68.4495,1.93731,180,0,0,176,0,0,0), - (81311,474,0,2359,0,-9065.2,-1131.12,70.5225,3.19828,180,0,0,160,350,0,0), - (81312,732,0,983,0,-8969.85,-1196.36,71.5524,2.1293,180,0,0,176,0,0,0), - (81313,46,0,441,0,-8983.62,-1170.05,65.0869,2.68781,180,0,0,176,0,0,0), - (81314,732,0,983,0,-8988.99,-1174.49,65.3495,1.62316,180,0,0,176,0,0,0), - (81315,46,0,441,0,-8979.13,-1192.8,71.1776,0.117569,180,5,0,176,0,0,1), - (81316,46,0,441,0,-8978.21,-1179.85,68.4297,0.978392,180,5,0,176,0,0,1), - (81317,732,0,983,0,-8982.79,-1197.27,71.6175,4.25486,180,5,0,176,0,0,1), - (81318,46,0,441,0,-8946.85,-1222.71,74.1843,2.39789,180,5,0,176,0,0,1), - (81319,46,0,441,0,-8938.87,-1191.69,72.9322,6.03309,180,5,0,176,0,0,1), - (81320,474,0,2359,0,-9037.58,-1103.8,70.9863,0.908968,180,0,0,160,350,0,0), - (81321,46,0,441,0,-8966.23,-1168.53,68.5689,3.61283,180,0,0,176,0,0,0), - (81322,46,0,441,0,-8964.49,-1162.66,67.8175,2.56563,180,5,0,176,0,0,1), - (81323,732,0,983,0,-8960.29,-1159.65,68.0321,2.05949,180,5,0,176,0,0,1), - (81324,46,0,441,0,-8960.26,-1147.74,65.6319,3.22258,180,5,0,176,0,0,1), - (81325,46,0,441,0,-8913.71,-1191.35,74.5667,5.07544,180,5,0,176,0,0,1), - (81326,118,0,11415,0,-8900.49,-1203.78,75.522,2.46677,180,5,0,176,0,0,1), - (81327,118,0,11415,0,-8885.71,-1153.22,75.7348,0.061243,180,5,0,176,0,0,1), - (81328,118,0,11415,0,-8874.94,-1075.41,74.5064,1.37189,180,0,0,176,0,0,0), - (81329,118,0,11415,0,-8878.34,-1122.72,75.9496,3.31027,180,5,0,176,0,0,1), - (81330,478,0,512,0,-8869.96,-1130.14,76.7842,2.35896,180,5,0,176,0,0,1), - (81331,883,0,347,0,-8853.55,-1130.57,76.1068,6.1582,180,5,0,1,0,0,1), - (81332,118,0,11415,0,-8858.06,-1073.32,75.7669,4.52797,180,0,0,176,0,0,0), - (81333,118,0,11415,0,-8876.15,-1021.54,74.2623,0.93508,180,0,0,176,0,0,0), - (81334,118,0,11415,0,-8865.25,-1019.44,74.967,4.88449,180,0,0,176,0,0,0), - (81335,118,0,11415,0,-8803.55,-1081.96,76.8271,5.23372,180,0,0,176,0,0,0), - (81336,118,0,11415,0,-8821.57,-1019.76,75.9927,5.12453,180,0,0,176,0,0,0), - (81337,118,0,11415,0,-8809.61,-1035.06,75.5801,4.63217,180,0,0,176,0,0,0), - (81338,478,0,512,0,-8826.02,-995.49,74.4831,3.4065,180,5,0,176,0,0,1), - (81339,46,0,441,0,-9283.11,-1220.16,69.9581,4.98484,180,0,0,176,0,0,0), - (81340,732,0,983,0,-9269.89,-1181.11,70.615,1.97222,180,0,0,176,0,0,0), - (81341,118,0,11415,0,-9321.02,-1352.16,67.5302,3.27273,180,5,0,176,0,0,1), - (81342,822,0,1006,0,-9361.05,-1197.73,64.9425,3.75246,180,5,0,195,0,0,1), - (81343,385,0,229,0,-9415.83,-1361.95,50.6943,0.558505,180,0,0,164,0,0,0), - (81344,1650,0,5032,0,-9404.85,-1343.52,50.1107,2.46091,180,0,0,456,0,0,0), - (81345,1975,0,5034,0,-9411.29,-1347.18,50.0279,1.65702,180,5,0,334,0,0,1), - (81346,1198,0,5014,0,-9469.28,-1355.24,47.4289,1.02974,180,0,0,804,0,0,0), - (81347,1250,0,3326,0,-9483.1,-1356.25,47.041,0.767945,180,0,0,413,0,0,0), - (81348,11328,0,89,0,-9529.32,-1323.67,45.8948,2.70969,180,0,0,228,0,0,0), - (81349,11328,0,89,0,-9485.32,-1313.51,41.17,0.755021,180,5,0,228,0,0,1), - (81350,721,0,328,0,-9551.55,-1338.64,48.5237,1.41608,180,10,0,1,0,0,1), - (81351,118,0,11415,0,-9747.78,-1252.35,47.3221,5.47825,180,0,0,176,0,0,0), - (81352,118,0,11415,0,-9784.21,-1215.5,39.3283,2.42258,180,0,0,176,0,0,0), - (81353,118,0,11415,0,-9855.01,-1212.3,32.9815,1.62749,180,0,0,176,0,0,0), - (81354,46,0,441,0,-9943.45,-1087.18,21.4983,0,180,0,0,176,0,0,0), - (81355,46,0,441,0,-9940.72,-1111.85,22.2972,1.85005,180,0,0,176,0,0,0), - (81356,46,0,441,0,-9928.72,-1097.6,24.0897,2.89725,180,0,0,176,0,0,0), - (81357,732,0,983,0,-9930.98,-1100.81,23.881,2.77507,180,0,0,176,0,0,0), - (81358,46,0,441,0,-9913.13,-1058.6,25.3447,4.38447,180,0,0,176,0,0,0), - (81359,118,0,11415,0,-9911.79,-1443.38,29.5497,4.45026,180,0,0,176,0,0,0), - (81360,883,0,347,0,-9877.48,-1482.56,30.4505,3.29068,180,5,0,1,0,0,1), - (81361,118,0,11415,0,-9882.43,-1437.78,33.9574,0.025385,180,5,0,176,0,0,1), - (81362,1423,0,0,0,-9776.48,-1383.62,62.9761,3.24447,190,0,0,1106,0,0,2), - (81363,1423,0,3258,0,-9784.8,-1397.47,62.982,0.191986,190,0,0,1106,0,0,0), - (81364,1423,0,3258,0,-9781.87,-1405.95,62.9875,1.11701,190,0,0,1106,0,0,0), - (81365,1423,0,0,0,-9776.6,-1394.83,98.0706,1.01229,190,0,0,1106,0,0,2), - (81366,822,0,1006,0,-9755.47,-1462.59,48.1375,3.45706,180,5,0,195,0,0,1), - (81367,118,0,11415,0,-9776.74,-1487.88,45.9843,2.04754,180,5,0,176,0,0,1), - (81368,118,0,11415,0,-9731.2,-1489.2,49.5855,2.70978,180,5,0,176,0,0,1), - (81369,883,0,347,0,-9607.57,-1482,59.2828,5.61917,180,5,0,1,0,0,1), - (81370,890,0,654,0,-9605.88,-1483.36,59.2828,5.6051,180,10,0,16,0,0,1), - (81371,2442,0,1060,0,-9581.54,-1477.2,59.9866,2.31334,180,5,0,1,0,0,1), - (81372,118,0,11415,0,-9613.17,-1446.79,57.4714,2.94586,180,5,0,176,0,0,1), - (81373,118,0,11415,0,-9605.83,-1374.21,54.5594,0.846838,180,5,0,176,0,0,1), - (81374,721,0,328,0,-9594.44,-1419.28,57.893,2.9891,180,10,0,1,0,0,1), - (81375,118,0,11415,0,-9608.56,-1519.68,59.917,2.31754,180,5,0,176,0,0,1), - (81376,118,0,11415,0,-9524.04,-1496.84,62.1365,6.16368,180,0,0,176,0,0,0), - (81377,118,0,11415,0,-9468.57,-1479.81,62.2559,0.283826,180,0,0,176,0,0,0), - (81378,118,0,11415,0,-9526.95,-1542.21,61.1686,6.24524,180,5,0,176,0,0,1), - (81379,822,0,1006,0,-9447.15,-1474.35,61.8309,6.17525,180,5,0,195,0,0,1), - (81380,2442,0,1060,0,-9463.51,-1480.15,62.4794,5.45494,180,5,0,1,0,0,1), - (81381,822,0,1006,0,-9447.76,-1470.53,61.7908,4.95641,180,5,0,195,0,0,1), - (81382,721,0,328,0,-9508.8,-1387.43,52.2712,1.68259,180,10,0,1,0,0,1), - (81383,2442,0,1060,0,-9447.9,-1460.88,60.9057,4.19369,180,5,0,1,0,0,1), - (81384,118,0,11415,0,-9579.87,-1544.08,60.4951,0.461899,180,5,0,176,0,0,1), - (81385,14561,0,14583,0,-9444.04,-1412.16,46.9049,1.72788,180,0,0,64,53,0,0), - (81386,822,0,1006,0,-9459.52,-1529.85,65.5635,0,180,5,0,195,0,0,1), - (81387,118,0,11415,0,-9415.21,-1510.45,69.0401,6.02681,180,5,0,176,0,0,1), - (81388,14560,0,14338,0,-9438.08,-1411.84,47.0352,1.65806,180,0,0,64,53,0,0), - (81389,4732,0,3274,0,-9441.02,-1391.25,46.8758,2.21657,180,0,0,413,100,0,0), - (81390,12375,0,2405,0,-9438.26,-1405.13,47.0492,4.74729,180,0,0,42,0,0,0), - (81391,14559,0,14582,0,-9456.64,-1386.59,47.1554,1.39626,180,0,0,64,53,0,0), - (81392,12376,0,2404,0,-9432.75,-1389.03,46.7454,0.523599,180,0,0,42,0,0,0), - (81393,384,0,3270,0,-9455.37,-1385.33,47.2098,1.41372,180,0,0,413,0,0,0), - (81394,5405,0,2409,0,-9440.48,-1379.6,46.9932,1.06465,180,0,0,42,0,0,0), - (81395,118,0,11415,0,-9373.73,-1416.8,63.4678,0.364781,180,0,0,176,0,0,0), - (81396,118,0,11415,0,-9374,-1415.6,63.3606,0.058258,180,0,0,176,0,0,0), - (81397,822,0,1006,0,-9402.72,-1456.86,61.6428,0.51572,180,5,0,195,0,0,1), - (81398,118,0,11415,0,-9425.13,-1461.9,62.1602,6.05852,180,0,0,176,0,0,0), - (81399,118,0,11415,0,-9415.73,-1461.76,62.629,6.27553,180,0,0,176,0,0,0), - (81400,118,0,11415,0,-9356.79,-1399.67,63.4195,4.33877,180,0,0,176,0,0,0), - (81401,118,0,11415,0,-9357.34,-1446.03,66.0512,4.37944,180,0,0,176,0,0,0), - (81402,118,0,11415,0,-9531.84,-1494.25,62.1052,5.94749,180,0,0,176,0,0,0), - (81403,822,0,1006,0,-9544.51,-1491.51,60.3093,1.56634,180,5,0,195,0,0,1), - (81404,294,0,1689,0,-9545.33,-1401.1,54.1478,3.14159,190,0,0,919,0,0,0), - (81405,1933,0,856,0,-9636.88,-1566.36,54.4672,1.74828,180,5,0,14,0,0,1), - (81406,118,0,11415,0,-9752.26,-1514.08,48.6527,2.84506,180,5,0,176,0,0,1), - (81407,822,0,1006,0,-9734.3,-1548.68,51.029,1.06249,180,5,0,195,0,0,1), - (81408,118,0,11415,0,-9731.11,-1545.96,51.5272,3.15722,180,5,0,176,0,0,1), - (81409,118,0,11415,0,-9675.52,-1575.58,56.1217,1.03494,180,5,0,176,0,0,1), - (81410,116,0,2357,0,-9749.66,-1548.18,49.4051,1.96652,180,5,0,156,0,0,1), - (81411,6093,0,4947,0,-9768.74,-1566.18,41.624,4.08065,180,0,0,222,0,0,0), - (81412,116,0,2357,0,-9772.73,-1560.21,41.749,2.83708,180,5,0,156,0,0,1), - (81413,116,0,2357,0,-9791.75,-1547.16,41.374,4.45129,180,5,0,156,0,0,1), - (81414,721,0,328,0,-9787.44,-1514.48,43.8762,2.65784,180,10,0,1,0,0,1), - (81415,116,0,2357,0,-9776.18,-1574.37,41.901,5.04337,180,5,0,156,0,0,1), - (81416,116,0,2357,0,-9795.13,-1567.43,38.526,2.41517,180,5,0,156,0,0,1), - (81417,118,0,11415,0,-9833.56,-1498.16,39.492,5.59045,180,0,0,176,0,0,0), - (81418,822,0,1006,0,-9816.88,-1512.31,41.8603,5.67533,180,5,0,195,0,0,1), - (81419,883,0,347,0,-9805.59,-1541.31,40.3322,6.15592,180,5,0,1,0,0,1), - (81420,118,0,11415,0,-9820.66,-1505,40.5888,0.444419,180,0,0,176,0,0,0), - (81421,890,0,654,0,-9807.92,-1541.02,40.113,6.10456,180,0,0,16,0,0,0), - (81422,732,0,983,0,-9887.5,-1537.5,22.5285,2.81629,180,0,0,176,0,0,0), - (81423,116,0,2357,0,-9749.8,-1586.18,48.6593,1.64448,180,5,0,156,0,0,1), - (81424,116,0,2357,0,-9790.91,-1586.84,40.7193,2.51969,180,5,0,156,0,0,1), - (81425,732,0,983,0,-9847.17,-1585.42,26.01,3.73906,180,0,0,176,0,0,0), - (81426,118,0,11415,0,-9846.33,-1587.48,25.8486,4.72216,180,0,0,176,0,0,0), - (81427,116,0,2357,0,-9770.28,-1595.36,44.651,1.59509,180,5,0,156,0,0,1), - (81428,732,0,983,0,-9845.01,-1645.12,23.4972,1.05864,180,0,0,176,0,0,0), - (81429,118,0,11415,0,-9764.24,-1627.9,47.4417,5.6475,180,0,0,176,0,0,0), - (81430,118,0,11415,0,-9738.35,-1606.07,49.6782,2.72588,180,0,0,176,0,0,0), - (81431,118,0,11415,0,-9541.45,-1486.06,60.6541,5.88647,180,0,0,176,0,0,0), - (81440,5648,209,6419,0,1661.94,938.541,9.24633,2.33874,18000,0,0,3603,7150,0,0), - (81441,5649,209,6423,0,1605.68,969.609,9.18042,1.29154,18000,0,0,5346,0,0,0), - (81442,5649,209,6423,0,1603.14,970.714,9.18092,0.820305,18000,0,0,5346,0,0,0), - (81443,5649,209,6423,0,1656.78,942.958,9.11468,5.65487,18000,0,0,5346,0,0,0), - (81444,5648,209,6419,0,1660.76,937.592,9.17103,2.19912,18000,0,0,3603,7150,0,0), - (81445,7269,209,7470,0,1650.37,784.918,11.112,5.74213,18000,5,0,1782,0,0,1), - (81446,5648,209,6420,0,1707.05,914.393,10.2081,1.18682,18000,0,0,3603,7150,0,0), - (81447,5648,209,6419,0,1706.18,917.728,11.1787,5.81195,18000,0,0,3603,7150,0,0), - (81448,5650,209,6422,0,1710.08,915.375,11.0054,2.49582,18000,0,0,4278,2966,0,0), - (81449,5649,209,6423,0,1708.31,897.658,9.00179,5.09013,18000,0,0,5346,0,0,0), - (81450,5649,209,6424,0,1608.46,978.857,9.01275,4.32842,18000,0,0,5346,0,0,0), - (81451,8095,209,7345,0,1663.34,783.054,15.5692,2.02458,18000,5,0,5683,0,0,1), - (81452,5649,209,6424,0,1713.68,784.082,17.346,5.48033,18000,5,0,5346,0,0,1), - (81453,7269,209,7470,0,1773.89,861.428,8.96012,3.14159,18000,5,0,1782,0,0,1), - (81454,7269,209,7470,0,1762.66,850.786,8.96011,4.86947,18000,5,0,1782,0,0,1), - (81455,7269,209,7470,0,1777.98,873.714,9.09439,3.10669,18000,5,0,1782,0,0,1), - (81456,7247,209,6427,0,1767.67,850.924,8.8832,3.92424,1800,5,1,4278,2966,0,2), - (81457,5649,209,6424,0,1766.6,856.168,8.8768,3.96897,1800,5,1,5346,0,0,2), - (81458,7269,209,7470,0,1773.16,826.965,16.05,6.21337,18000,5,0,1782,0,0,1), - (81459,8095,209,7345,0,1615.78,753.916,22.0062,0.170666,18000,5,0,5683,0,0,1), - (81460,7246,209,6426,0,1655.41,746.146,19.6866,4.36332,18000,5,0,4119,2864,0,1), - (81461,5650,209,6421,0,1655.19,717.366,27.1727,1.27409,18000,5,0,4278,2966,0,1), - (81462,8095,209,7345,0,1768.32,757.659,27.3368,5.98648,18000,5,0,5683,0,0,1), - (81463,7272,209,6696,0,1778.01,859.671,8.87682,4.39971,36000,5,1,9415,0,0,2), - (81464,7269,209,7470,0,1782.51,859.632,8.96012,1.09956,18000,5,0,1782,0,0,1), - (81465,7269,209,7470,0,1783.67,853.474,8.96012,5.72468,18000,5,0,1782,0,0,1), - (81466,7269,209,7470,0,1799.67,806.941,15.5681,0.139626,18000,5,0,1782,0,0,1), - (81467,7269,209,7470,0,1785.82,816.439,21.6703,1.22173,18000,5,0,1782,0,0,1), - (81468,5650,209,6422,0,1776.9,813.656,23.2348,3.24631,18000,5,0,4278,2966,0,1), - (81469,7269,209,7470,0,1793.46,890.488,9.01126,5.86431,18000,5,0,1782,0,0,1), - (81470,7269,209,7470,0,1796.93,849.003,8.99404,4.24115,18000,5,0,1782,0,0,1), - (81471,7269,209,7470,0,1812.74,823.662,9.1601,3.76991,18000,5,0,1782,0,0,1), - (81472,7269,209,7470,0,1806.16,843.918,8.96286,5.75959,18000,5,0,1782,0,0,1), - (81473,7269,209,7470,0,1786.71,881.451,8.96012,0.471239,18000,5,0,1782,0,0,1), - (81474,7269,209,7470,0,1784.11,865.568,8.96013,5.39307,18000,5,0,1782,0,0,1), - (81475,7269,209,7470,0,1793.11,878.192,8.96223,4.4855,18000,5,0,1782,0,0,1), - (81476,7269,209,7470,0,1785.51,873.028,8.96012,4.46804,18000,5,0,1782,0,0,1), - (81477,7269,209,7470,0,1813.77,837.721,8.96013,0.436332,18000,5,0,1782,0,0,1), - (81478,7269,209,7470,0,1783.71,893.215,9.29231,3.1765,18000,5,0,1782,0,0,1), - (81479,7269,209,7470,0,1802.86,834.035,8.96012,1.72788,18000,5,0,1782,0,0,1), - (81480,7269,209,7470,0,1817.15,849.678,8.96013,4.53786,18000,5,0,1782,0,0,1), - (81481,7269,209,7470,0,1807.79,851.188,8.96026,0.610865,18000,5,0,1782,0,0,1), - (81482,5650,209,6421,0,1793.86,747.192,14.4325,0.907571,18000,3,0,4278,2966,0,1), - (81483,7269,209,7470,0,1834.46,816.299,15.1046,2.82743,18000,5,0,1782,0,0,1), - (81484,7269,209,7470,0,1815.37,898.562,8.96016,3.64774,18000,5,0,1782,0,0,1), - (81485,7269,209,7470,0,1817.88,868.174,8.96013,5.18363,18000,5,0,1782,0,0,1), - (81486,7269,209,7470,0,1813.43,888.041,8.96132,6.10865,18000,5,0,1782,0,0,1), - (81487,7269,209,7470,0,1804.25,886.572,8.98023,5.72468,18000,5,0,1782,0,0,1), - (81488,7269,209,7470,0,1820.12,861.049,8.96013,6.03884,18000,5,0,1782,0,0,1), - (81489,7269,209,7470,0,1825.87,838.543,9.04489,4.11898,18000,5,0,1782,0,0,1), - (81490,7269,209,7470,0,1825.9,889.764,8.96012,3.1765,18000,5,0,1782,0,0,1), - (81491,7269,209,7470,0,1818.52,880.216,8.96012,3.08923,18000,5,0,1782,0,0,1), - (81492,7269,209,7470,0,1794.1,906.664,8.97701,3.49066,18000,5,0,1782,0,0,1), - (81493,7269,209,7470,0,1803.68,896.158,8.98506,4.11898,18000,5,0,1782,0,0,1), - (81494,7269,209,7470,0,1792.51,898.457,8.98657,0,18000,5,0,1782,0,0,1), - (81495,7269,209,7470,0,1821.76,844.411,8.96013,3.49066,18000,5,0,1782,0,0,1), - (81496,7269,209,7470,0,1824.29,870.903,8.96012,4.76475,18000,5,0,1782,0,0,1), - (81497,7269,209,7470,0,1808.38,899.887,8.97187,5.35816,18000,5,0,1782,0,0,1), - (81498,7269,209,7470,0,1802.22,906.063,9.03047,4.20624,18000,5,0,1782,0,0,1), - (81499,7269,209,7470,0,1826.05,853.896,8.96012,2.53073,18000,5,0,1782,0,0,1), - (81500,7269,209,7470,0,1824.48,881.625,8.96012,5.65487,18000,5,0,1782,0,0,1), - (81501,8095,209,7345,0,1856.18,854.172,21.642,1.25722,18000,5,0,5683,0,0,1), - (81502,7269,209,7470,0,1802.93,926.001,8.98457,3.59538,18000,5,0,1782,0,0,1), - (81503,7269,209,7470,0,1849.73,842.241,14.2548,5.84685,18000,5,0,1782,0,0,1), - (81504,7269,209,7470,0,1820.72,910.783,8.97814,3.89208,18000,5,0,1782,0,0,1), - (81505,5650,209,6421,0,1822.72,914.188,9.00179,4.11501,18000,5,0,4278,2966,0,1), - (81506,7269,209,7470,0,1832.13,932.186,8.96523,1.78024,18000,5,0,1782,0,0,1), - (81507,5649,209,6423,0,1861.45,828.72,24.1171,3.64774,18000,5,0,5346,0,0,1), - (81508,7246,209,6426,0,1816.27,941.185,8.9654,2.32129,18000,0,0,4119,2864,0,0), - (81509,5650,209,6422,0,1814.87,947.317,8.97432,4.74729,18000,0,0,4278,2966,0,0), - (81510,7269,209,7470,0,1819.47,939.92,9.00765,0.767945,18000,5,0,1782,0,0,1), - (81511,5649,209,6424,0,1810.61,939.977,8.99004,0.541052,18000,0,0,5346,0,0,0), - (81512,8095,209,7345,0,1802.24,738.69,14.5232,4.79092,18000,5,0,5683,0,0,1), - (81513,8095,209,7345,0,1882.49,797.599,34.9542,1.09561,18000,5,0,5683,0,0,1), - (81514,5649,209,6423,0,1881.65,790.797,36.2795,1.51022,18000,5,0,5346,0,0,1), - (81515,7246,209,6426,0,1843.78,721.991,20.024,4.60767,18000,3,0,4119,2864,0,1), - (81516,8095,209,7345,0,1843.61,729.022,18.1469,2.65402,18000,5,0,5683,0,0,1), - (81517,7246,209,6425,0,1752.93,718.564,21.2051,4.88692,18000,5,0,4119,2864,0,1), - (81518,5650,209,6422,0,1885.03,729.866,33.1269,3.42085,18000,5,0,4278,2966,0,1), - (81519,8127,209,7353,0,1815.85,670.392,15.023,2.02458,36000,0,0,12280,12696,0,0), - (81520,8130,209,1073,0,1817.61,678.311,14.2237,3.9619,18000,0,0,3328,0,0,0), - (81521,8130,209,1073,0,1819.85,674.938,14.5555,3.83972,18000,0,0,3328,0,0,0), - (81522,8130,209,1073,0,1812.14,667.302,15.8964,1.62316,18000,0,0,3328,0,0,0), - (81523,7269,209,7470,0,1824.31,955.395,8.96523,2.14675,18000,5,0,1782,0,0,1), - (81524,7271,209,6434,0,1912.17,1016.11,11.5988,3.10669,36000,0,0,10745,6348,0,0), - (81525,7269,209,7470,0,1882.94,1117.95,9.22164,4.72984,18000,5,0,1782,0,0,1), - (81526,5650,209,6421,0,1879.2,1110.64,8.95783,4.57276,1800,3,1,4278,2966,0,2), - (81527,8120,209,7345,0,1769.01,1043.17,50.5992,2.40855,18000,5,0,6028,0,0,1), - (81528,7246,209,6425,0,1819.37,1116.38,28.7914,3.83083,1800,6,1,4119,2864,0,2), - (81529,7246,209,6426,0,1828.67,1121,25.7493,3.78957,1800,1,1,4119,2864,0,2), - (81530,7246,209,6426,0,1865.24,1118.27,10.8681,4.69151,18000,1,0,4119,2864,0,1), - (81531,8095,209,7345,0,1867.35,1117.43,9.80891,4.69091,18000,1,0,5683,0,0,1), - (81532,7246,209,6426,0,1869.56,1120.73,10.4645,4.68603,18000,1,0,4119,2864,0,1), - (81533,7269,209,7470,0,1884.31,1149.36,9.34573,5.09636,18000,5,0,1782,0,0,1), - (81534,5650,209,6421,0,1926.08,1131.13,10.8489,1.90241,18000,5,0,4278,2966,0,1), - (81535,5649,209,6423,0,1903.87,1133.99,8.9936,2.54818,18000,0,0,5346,0,0,0), - (81536,5650,209,6421,0,1911.82,1153.47,9.60223,2.51327,18000,0,0,4278,2966,0,0), - (81537,5649,209,6424,0,1899.6,1136.85,9.09823,5.68977,18000,0,0,5346,0,0,0), - (81538,7246,209,6425,0,1878.71,1159.65,9.60457,3.66519,18000,5,0,4119,2864,0,1), - (81539,5649,209,6423,0,1849.2,1184.55,8.9883,6.19592,18000,5,0,5346,0,0,1), - (81540,7269,209,7470,0,1851.06,1186.61,8.96923,4.90438,18000,5,0,1782,0,0,1), - (81541,7247,209,6427,0,1821.7,1177,8.99118,0.96724,1800,5,1,4278,2966,0,2), - (81542,5649,209,6423,0,1900.33,1166.45,8.96588,0.785398,18000,5,0,5346,0,0,1), - (81543,5650,209,6421,0,1863.11,1199.95,8.96012,4.93928,18000,5,0,4278,2966,0,1), - (81545,7246,209,6425,0,1920.28,1198.52,8.96012,3.45575,18000,0,0,4119,2864,0,0), - (81546,5650,209,6421,0,1913.5,1199.53,9.04154,5.81195,18000,0,0,4278,2966,0,0), - (81547,5650,209,6422,0,1915.55,1194.25,8.96012,1.0821,18000,0,0,4278,2966,0,0), - (81548,7246,209,6426,0,1899.49,1211.08,8.96058,3.19395,18000,2,0,4119,2864,0,1), - (81549,7247,209,6428,0,1899.24,1214.72,9.00179,1.80893,18000,0,0,4278,2966,0,0), - (81550,7247,209,6428,0,1757.16,1141.25,9.11206,6.2156,1800,5,1,4278,2966,0,2), - (81551,5649,209,6423,0,1885.64,1222.54,9.1649,4.27606,18000,3,0,5346,0,0,1), - (81552,7274,209,6440,0,1886.8,1289.89,45.9625,3.38594,36000,0,0,9595,0,0,0), - (81553,7607,209,7222,0,1881.05,1297.36,48.419,5.41052,18000,0,0,16645,0,0,2), - (81554,7606,209,6432,0,1889.62,1298.01,48.2581,3.94444,18000,0,0,4364,3680,0,2), - (81555,7604,209,6433,0,1882.89,1299.27,48.3843,4.83456,18000,0,0,18480,0,0,2), - (81556,7608,209,6438,0,1891.07,1294.78,48.2347,3.31613,18000,0,0,4991,1483,0,2), - (81557,7605,209,6435,0,1886.64,1299.11,48.3146,4.36332,18000,0,0,6237,0,0,2), - (81558,8095,209,7345,0,1760.61,1215.38,28.1244,4.92385,18000,5,0,5683,0,0,1), - (81559,8095,209,7345,0,1764.58,1243.75,33.4994,1.84091,18000,5,0,5683,0,0,1), - (81560,5649,209,6423,0,1713.23,1182.44,9.14993,0.837758,18000,0,0,5346,0,0,0), - (81561,5650,209,6422,0,1719.98,1181.94,10.506,5.46288,18000,0,0,4278,2966,0,0), - (81562,7246,209,6426,0,1717.19,1188.65,10.8277,4.31096,18000,0,0,4119,2864,0,0), - (81563,5650,209,6422,0,1714.92,1190.31,10.3375,4.31096,18000,0,0,4278,2966,0,0), - (81564,5649,209,6423,0,1712.07,1187.57,9.39765,5.49779,18000,0,0,5346,0,0,0), - (81565,8120,209,7345,0,1744.88,1066.61,51.2345,5.51524,18000,5,0,6028,0,0,1), - (81566,5649,209,6424,0,1667.29,1151.89,8.96011,3.63029,18000,5,0,5346,0,0,1), - (81567,7269,209,7470,0,1677.07,1153.68,8.96011,1.29154,18000,5,0,1782,0,0,1), - (81568,5649,209,6424,0,1714.38,1218.58,8.96012,5.48033,18000,3,0,5346,0,0,1), - (81569,5649,209,6424,0,1648.18,1152.28,9.01227,5.39307,18000,5,0,5346,0,0,1), - (81570,7795,209,6685,0,1698.24,1210.74,9.41781,5.45566,36000,0,0,4029,7846,0,2), - (81571,5649,209,6423,0,1636.84,1109.9,8.9902,5.75959,18000,0,0,5346,0,0,0), - (81572,7246,209,6426,0,1644.17,1107.36,9.04577,3.28122,18000,0,0,4119,2864,0,0), - (81573,5649,209,6424,0,1636.05,1105.06,8.96016,0.087266,18000,0,0,5346,0,0,0), - (81574,5649,209,6423,0,1636.18,1106.7,8.96013,0.017453,18000,0,0,5346,0,0,0), - (81575,5649,209,6424,0,1632.54,1166.75,9.05948,4.60767,18000,5,0,5346,0,0,1), - (81576,5650,209,6421,0,1644.01,1104.96,9.20275,3.03687,18000,0,0,4278,2966,0,0), - (81577,7246,209,6426,0,1626.51,1136.02,8.87709,2.45112,1800,1,1,4119,2864,0,2), - (81578,5649,209,6424,0,1652.06,1219.91,9.67312,1.44862,18000,5,0,5346,0,0,1), - (81579,5649,209,6424,0,1699.81,1233.84,8.96111,1.15192,18000,2,0,5346,0,0,1), - (81580,5650,209,6421,0,1643.59,1200.11,9.05309,1.81514,18000,5,0,4278,2966,0,1), - (81581,8095,209,7345,0,1653.66,1214.47,9.2401,0.653508,18000,5,0,5683,0,0,1), - (81582,7246,209,6426,0,1649.43,1214.94,9.54338,0.608068,18000,5,0,4119,2864,0,1), - (81583,7246,209,6426,0,1652.63,1210.28,9.16838,0.608942,18000,5,0,4119,2864,0,1), - (81584,5649,209,6424,0,1624.85,1192.94,9.08505,2.72271,18000,0,0,5346,0,0,0), - (81585,5649,209,6423,0,1622.26,1196.97,9.42084,4.69494,18000,0,0,5346,0,0,0), - (81586,5650,209,6421,0,1620.65,1191.7,9.1335,1.09956,18000,0,0,4278,2966,0,0), - (81587,8095,209,7345,0,1606.86,1131,11.2195,3.77943,18000,1,0,5683,0,0,1), - (81588,7246,209,6425,0,1610.96,1130.39,9.46224,3.69682,18000,1,0,4119,2864,0,1), - (81589,5649,209,6424,0,1666.97,1233.6,9.40873,4.71239,18000,2,0,5346,0,0,1), - (81590,5650,209,6422,0,1666.95,1259.23,10.4681,3.35103,18000,0,0,4278,2966,0,0), - (81591,7269,209,7470,0,1714.41,1250.49,10.2351,0.471239,18000,5,0,1782,0,0,1), - (81592,7246,209,6425,0,1662.28,1257.15,10.4826,0.645772,18000,0,0,4119,2864,0,0), - (81594,7246,209,6425,0,1665.81,1254.07,10.0873,2.07694,18000,0,0,4119,2864,0,0), - (81595,7246,209,6426,0,1665.86,1260.72,10.5635,4.06662,18000,0,0,4119,2864,0,0), - (81596,7269,209,7470,0,1649.01,1218.63,9.60811,1.74533,18000,5,0,1782,0,0,1), - (81597,7246,209,6426,0,1713.24,1247.76,9.95029,4.57276,18000,0,0,4119,2864,0,0), - (81598,5650,209,6422,0,1700.27,1248.3,9.80135,5.76632,18000,0,0,4278,2966,0,0), - (81600,7269,209,7470,0,1609.93,1119.82,8.96011,1.8675,18000,5,0,1782,0,0,1), - (81601,5649,209,6423,0,1614.31,1126.9,9.00178,0.655469,18000,5,0,5346,0,0,1), - (81602,5649,209,6423,0,1725.75,1284.01,14.5964,5.42797,18000,0,0,5346,0,0,0), - (81603,7246,209,6425,0,1728.63,1281.63,14.5892,2.58309,18000,0,0,4119,2864,0,0), - (81604,5650,209,6421,0,1606.43,1106.06,8.96011,4.95674,18000,0,0,4278,2966,0,0), - (81605,5650,209,6421,0,1610.38,1108.35,8.96011,3.52556,18000,0,0,4278,2966,0,0), - (81606,7246,209,6426,0,1601.71,1104.41,8.96011,0.471239,18000,0,0,4119,2864,0,0), - (81607,7246,209,6425,0,1608.3,1110.79,8.96011,3.94444,18000,0,0,4119,2864,0,0), - (81608,7246,209,6426,0,1578.42,1085.15,9.17854,4.31096,18000,0,0,4119,2864,0,0), - (81609,5650,209,6421,0,1576.17,1079.08,9.02151,1.25664,18000,0,0,4278,2966,0,0), - (81610,7246,209,6426,0,1591.02,1047.66,8.96459,6.26573,18000,0,0,4119,2864,0,0), - (81611,5649,209,6424,0,1585.1,1035.5,8.96012,3.03687,18000,5,0,5346,0,0,1), - (81612,7269,209,7470,0,1576.09,1055.8,8.96011,5.32325,18000,5,0,1782,0,0,1), - (81613,5649,209,6424,0,1515.81,1050.86,18.1446,1.36136,18000,5,0,5346,0,0,1), - (81614,7269,209,7470,0,1554.53,1019.5,8.96011,0.750492,18000,5,0,1782,0,0,1), - (81615,7269,209,7470,0,1581.4,1018.43,8.96011,5.89921,18000,5,0,1782,0,0,1), - (81616,5649,209,6423,0,1541.13,1001.76,8.96011,5.23599,18000,0,0,5346,0,0,0), - (81617,5649,209,6423,0,1527.04,1017.31,9.81576,0.959931,18000,0,0,5346,0,0,0), - (81618,5650,209,6421,0,1554.3,1006.74,8.96011,4.41568,18000,0,0,4278,2966,0,0), - (81619,5650,209,6421,0,1556.35,1002.31,8.96011,2.6529,18000,0,0,4278,2966,0,0), - (81620,5649,209,6423,0,1525.47,1019.07,9.98873,0.436332,18000,0,0,5346,0,0,0), - (81621,5650,209,6421,0,1530.26,1021.4,9.72279,3.61283,18000,0,0,4278,2966,0,0), - (81622,7269,209,7470,0,1521.26,981.956,8.98845,3.57792,18000,5,0,1782,0,0,1), - (81623,7247,209,6428,0,1518.59,984.925,9.12678,5.25215,18000,0,0,4278,2966,0,0), - (81624,7246,209,6426,0,1545.05,995.059,8.96011,1.88496,18000,0,0,4119,2864,0,0), - (81625,7269,209,7470,0,1487.51,962.706,14.4566,0.890118,18000,5,0,1782,0,0,1), - (81634,5649,209,6424,0,1478.6,980.091,16.3627,5.60251,18000,5,0,5346,0,0,1), - (81635,5649,209,6424,0,1455.76,945.569,26.5751,3.71755,18000,5,0,5346,0,0,1), - (81636,5650,209,6421,0,1456.89,1033.27,29.3484,1.46608,18000,5,0,4278,2966,0,1), - (81640,8602,0,7897,0,3203.89,-2924.62,129.121,3.38231,345,5,0,3643,0,0,1), - (81708,513,0,1994,0,-9818.31,1842.65,1.81078,0,300,3,0,300,0,0,1), - (81709,456,0,486,0,-9776.35,1812.31,10.7871,4.69768,300,3,0,253,264,0,1), - (81710,833,0,161,0,-9821.91,1577.27,38.3083,2.9189,300,10,0,222,0,0,1), - (81711,834,0,643,0,-9842.71,1559.68,43.6983,3.03449,300,10,0,198,0,0,1), - (81744,833,0,161,0,-10012,1577.74,43.0575,5.18603,300,10,0,222,0,0,1), - (81888,8598,0,9022,0,3131.9,-2981.91,125.18,3.52678,345,10,0,3758,0,0,1), - (81897,8605,0,7900,0,2920.16,-4583.75,91.6705,3.71551,345,10,0,3644,0,0,1), - (82469,8217,0,6512,0,-525.307,-4033.5,215.861,4.73139,72000,0,0,5691,3846,0,2), - (82913,8602,0,7897,0,2875.34,-2953.9,101.759,4.25835,345,10,0,3643,0,0,1), - (84018,834,0,643,0,-10015.8,1574.58,43.8843,4.68896,300,10,0,198,0,0,1), - (84019,833,0,161,0,-10095.7,1760.02,35.7319,2.97099,300,10,0,222,0,0,1), - (84020,834,0,643,0,-10074.1,1757.77,37.4793,5.05916,300,10,0,198,0,0,1), - (84021,199,0,410,0,-9838.69,1491.27,46.3646,3.99889,300,5,0,198,0,0,1), - (84022,199,0,410,0,-9864.85,1680.95,38.4324,1.10882,300,5,0,198,0,0,1), - (84023,1109,0,2305,0,-10206,1679.12,34.1769,4.25093,300,5,0,273,0,0,1), - (84024,1109,0,2305,0,-9984.24,1649.61,38.8085,4.18235,300,10,0,273,0,0,1), - (84025,199,0,410,0,-10149.4,1683.88,38.235,5.45499,300,5,0,198,0,0,1), - (84026,1109,0,2305,0,-9960.74,1621.87,40.0652,0.013671,300,10,0,273,0,0,1), - (84027,1696,34,517,0,159.582,1.25311,-25.6062,6.25925,43200,0,0,1996,0,0,0), - (84028,3513,0,1526,0,-8838.52,670.28,98.0987,0.553153,43200,0,0,1240,0,0,2), - (84078,199,0,410,0,-9986.13,1513.89,50.3167,3.91594,300,5,0,198,0,0,1), - (84079,3586,36,556,0,-152.545,-526.434,51.133,1.73877,25000,0,0,1347,0,0,0), - (84080,8600,0,7894,0,1607.83,-4683.33,84.1828,0,345,10,0,3189,0,0,1), - (84081,454,0,8871,0,-10058.7,1519.88,46.9411,2.62116,300,5,0,247,0,0,1), - (84263,454,0,8871,0,-9952.6,1540.52,45.0792,0.83101,300,10,0,247,0,0,1), - (84278,454,0,8871,0,-10188,1637.21,43.1175,1.71186,300,5,0,247,0,0,1), - (84327,454,0,8871,0,-10101.2,1583.87,42.693,0.337505,300,5,0,247,0,0,1), - (84363,157,0,3027,0,-10123.3,1835.87,37.5725,4.88508,300,10,0,300,0,0,1), - (84364,9450,0,10399,0,1656.08,-5514.15,100.805,5.50126,610,0,0,6273,2117,0,0), - (84367,9448,0,10396,0,1682.57,-5521.22,99.4052,2.66703,610,5,0,6477,2163,0,1), - (84383,8548,0,10953,0,1996.84,-4491.36,68.3662,5.31966,345,5,0,2992,2163,0,1), - (84388,12435,469,0,0,-7571.7,-1088.25,413.465,2.16421,604800,0,0,449685,0,0,0), - (84389,12557,469,0,0,-7616.54,-1024.1,413.465,5.2709,3520,0,0,64750,25680,0,0), - (84390,14456,469,0,0,-7619.66,-1025.14,413.465,3.68265,3520,0,0,31440,0,0,0), - (84391,14456,469,0,0,-7615.01,-1021.55,413.465,0.610865,3520,0,0,31440,0,0,0), - (84394,8524,0,11397,0,3183.63,-3719.32,135.658,5.41126,345,10,0,2301,4896,0,1), - (84416,8524,0,11397,0,2902.11,-2898.96,105.636,0.579066,345,3,0,2301,4896,0,1), - (84417,8603,0,7898,0,2517.87,-4313.28,77.0395,3.35412,345,10,0,3293,0,0,1), - (84482,8603,0,7898,0,2054.68,-4754.67,80.3184,5.26622,345,10,0,3293,0,0,1), - (84508,8603,0,7898,0,2051.18,-4828.65,77.6397,0.978462,345,10,0,3293,0,0,1), - (84512,13020,469,0,0,-7483.79,-1015.99,408.652,4.69494,604800,0,0,3331000,0,0,0), - (84513,13996,469,0,0,-7492.67,-1003.49,408.652,0.279253,3520,0,0,15260,0,0,0), - (84514,13996,469,0,0,-7471.64,-1005.85,408.648,3.68265,3520,0,0,15260,0,0,0), - (84515,13996,469,0,0,-7478.53,-996.153,408.646,4.64258,3520,0,0,15260,0,0,0), - (84516,13996,469,0,0,-7486.45,-1025.62,408.641,1.23918,3520,0,0,15260,0,0,0), - (84517,13996,469,0,0,-7490.95,-1014.89,408.643,0.663225,3520,0,0,15260,0,0,0), - (84518,13996,469,0,0,-7474,-1020.49,408.65,2.82743,3520,0,0,15260,0,0,0), - (84587,6927,0,2357,0,-9958.02,-155.297,22.3585,5.67327,180,0,0,156,0,0,2), - (84593,8605,0,7900,0,2920.58,-4845.69,105.741,3.39685,345,10,0,3644,0,0,1), - (84595,454,0,8871,0,-10115.9,1709.38,33.7452,4.91687,300,5,0,247,0,0,1), - (84596,454,0,8871,0,-10005.3,1694.73,36.131,1.8397,300,10,0,247,0,0,1), - (84612,157,0,3027,0,-10050.2,1647.15,40.9424,4.55157,300,10,0,300,0,0,1), - (84637,833,0,161,0,-10291,1949.16,36.9406,6.15786,300,10,0,222,0,0,1), - (84640,834,0,643,0,-10316.6,1938.28,35.3574,4.58733,300,10,0,198,0,0,1), - (84641,833,0,161,0,-10106.3,1860.35,35.9594,6.12969,300,10,0,222,0,0,1), - (84642,833,0,161,0,-10250.9,1737.43,37.1281,1.29196,300,10,0,222,0,0,1), - (84656,6491,1,5233,0,-3518,-4315,6.77,3.035,490,0,0,7680,0,0,0), - (84707,5894,0,5493,0,427.39,1821.41,10.38,2.11,190,0,0,498,545,0,0), - (84713,2779,0,6763,0,-2297,-1564,-40,3.097,115200,0,0,1902,0,0,0), - (84774,8598,0,9022,0,2645.62,-4911.1,83.0449,5.62737,345,10,0,3758,0,0,1), - (84775,8602,0,7897,0,2792.02,-4892.47,95.693,4.54887,345,5,0,3643,0,0,1), - (84776,8602,0,7897,0,3207.49,-2968.32,125.512,5.85405,345,10,0,3643,0,0,1), - (84777,8598,0,9022,0,2956.5,-4549.27,77.3744,0.505581,345,10,0,3758,0,0,1), - (84778,8535,0,7855,0,3023.69,-4654.56,104.213,1.86777,345,10,0,3528,0,0,1), - (84779,8598,0,9022,0,3131.58,-2944.65,121.038,1.13334,345,10,0,3758,0,0,1), - (84780,8602,0,7897,0,2989.01,-4511.2,83.2877,1.98723,345,0,0,3643,0,0,0), - (84781,8596,0,7890,0,1736.15,-2765.63,64.4961,0,345,5,0,3189,0,0,1), - (84782,8600,0,7894,0,1766.8,-2780.88,68.7698,0.164828,345,10,0,3189,0,0,1), - (84783,9451,0,10416,0,1662.01,-5588.31,101.979,5.39307,610,0,0,5490,5013,0,0), - (84784,9451,0,10413,0,1545.98,-5561.83,100.912,4.69494,610,0,0,5490,5013,0,0), - (84785,8524,0,11397,0,3185.8,-3786.87,142.588,4.07943,345,5,0,2301,4896,0,1), - (84786,8530,0,10626,0,3318.01,-3053.9,153.269,4.53786,345,0,0,3293,0,0,0), - (84787,8597,0,7891,0,2281.1,-4738.01,95.8788,6.24785,345,10,0,3529,0,0,1), - (84788,8605,0,7900,0,2959.13,-4663.77,91.9137,3.60721,345,10,0,3644,0,0,1), - (84789,8602,0,7897,0,2690.36,-3870.17,120.798,0.596964,345,5,0,3643,0,0,1), - (84790,8598,0,9022,0,2880.99,-4168.59,95.9941,1.05649,345,10,0,3758,0,0,1), - (84791,8602,0,7897,0,3073.22,-4678.43,98.4937,1.36116,345,5,0,3643,0,0,1), - (84792,8598,0,9022,0,2846.03,-4061.92,101.843,4.63816,345,10,0,3758,0,0,1), - (84793,8535,0,7855,0,2809.12,-3432.3,98.23,3.56891,345,10,0,3528,0,0,1), - (84794,8602,0,7897,0,2782.68,-3482.71,101.042,4.44434,345,10,0,3643,0,0,1), - (84795,8600,0,7894,0,1688.1,-2911.66,126.158,1.67638,345,10,0,3189,0,0,1), - (84796,8600,0,7894,0,1803.9,-4355.89,93.5313,3.34225,345,10,0,3189,0,0,1), - (84797,8600,0,7894,0,1758.68,-2835.92,71.0252,2.7087,345,10,0,3189,0,0,1), - (84798,9447,0,10380,0,1671.58,-4816.94,87.3413,0.855211,610,0,0,5886,1982,0,0), - (84799,9448,0,10396,0,1698.21,-5510.18,99.4015,1.16937,610,0,0,6477,2163,0,0), - (84800,8540,0,984,0,2872.29,-3280.55,123.168,3.50204,345,5,0,3188,0,0,1), - (84801,8540,0,984,0,2943.37,-3351.67,113.825,3.02956,345,10,0,3188,0,0,1), - (84802,8603,0,7898,0,2380.8,-4449.02,81.5254,1.01261,345,3,0,3293,0,0,1), - (84803,8603,0,7898,0,2212.24,-4029.47,102.172,5.75081,345,3,0,3293,0,0,1), - (84804,8598,0,9022,0,2831.01,-3978.63,102.856,0.232432,345,10,0,3758,0,0,1), - (84805,8602,0,7897,0,2726.82,-3476.13,105.694,5.90522,345,10,0,3643,0,0,1), - (84806,8605,0,7900,0,2634.76,-3434.54,129.893,2.51351,345,5,0,3644,0,0,1), - (84807,8598,0,9022,0,2718.1,-3391.75,96.7218,0.224602,345,10,0,3758,0,0,1), - (84808,8602,0,7897,0,2883.93,-4054.99,101.098,4.72061,345,10,0,3643,0,0,1), - (84809,8605,0,7900,0,2776.82,-3990.13,98.8639,4.7273,345,10,0,3644,0,0,1), - (84810,8602,0,7897,0,2974.97,-5095.94,121.712,1.07044,345,5,0,3643,0,0,1), - (84811,8600,0,7894,0,2149.01,-3234.56,110.019,2.99859,345,5,0,3189,0,0,1), - (84812,8596,0,7890,0,1859.9,-2741.14,94.2524,2.03968,345,5,0,3189,0,0,1), - (84813,9452,0,10406,0,1569.16,-5231.53,96.3666,1.32655,610,0,0,5151,4765,0,0), - (84814,9447,0,10376,0,1617.04,-4782.71,89.9459,1.6057,610,0,0,5886,1982,0,0), - (84815,8603,0,7898,0,2403.27,-4512.39,77.7142,4.32341,345,10,0,3293,0,0,1), - (84816,8598,0,9022,0,3121.32,-4805.42,100.446,1.5747,345,5,0,3758,0,0,1), - (84817,8605,0,7900,0,2777.73,-3571.37,100.322,0.612827,345,10,0,3644,0,0,1), - (84818,8602,0,7897,0,2857.47,-3973.21,103.598,3.18848,345,10,0,3643,0,0,1), - (84819,8535,0,7855,0,3063.2,-4728.75,95.4559,5.65815,345,10,0,3528,0,0,1), - (84820,8596,0,7890,0,2214.78,-3406.16,171.099,4.84619,345,5,0,3189,0,0,1), - (84821,8600,0,7894,0,1581.98,-4530.64,84.2545,1.60594,345,5,0,3189,0,0,1), - (84822,8600,0,7894,0,1632.77,-5050.5,77.6834,2.42534,345,10,0,3189,0,0,1), - (84823,9447,0,10380,0,1622.17,-4845.07,88.8868,1.40328,610,2,0,5886,1982,0,1), - (84824,9449,0,10388,0,1799.8,-5432.78,89.6826,1.02974,610,0,0,6078,2041,0,0), - (84825,6547,0,1027,0,1598.14,-5314.94,70.0242,3.13426,345,0,0,735,0,0,0), - (84826,6491,1,5233,0,-3134,-3048,34.246,5.711,490,0,0,7680,0,0,0), - (84834,833,0,161,0,-10183.9,1756.71,35.4559,4.83372,300,5,0,222,0,0,1), - (84943,9452,0,10403,0,1771.01,-5442.07,81.0199,3.76991,610,0,0,5151,4765,0,0), - (84944,9449,0,10387,0,1801.78,-5430.02,89.6831,4.03171,610,0,0,6078,2041,0,0), - (84945,9449,0,10388,0,1824,-5153.79,110.898,1.48688,610,3,0,6078,2041,0,1), - (84946,9447,0,10380,0,1726.63,-5212.41,95.7519,1.53589,610,0,0,5886,1982,0,0), - (84954,8530,0,10626,0,2991.86,-3389.73,149.206,3.28721,345,5,0,3293,0,0,1), - (84955,8543,0,1693,0,2983.91,-3428.92,150.926,6.10865,345,0,0,3758,0,0,0), - (84956,8603,0,7898,0,2177.17,-4923.76,86.4575,3.09337,345,5,0,3293,0,0,1), - (84957,8598,0,9022,0,3163.14,-2970.81,126.103,0.01792,345,10,0,3758,0,0,1), - (84958,8605,0,7900,0,2548.83,-4449.36,78.4587,0.743031,345,10,0,3644,0,0,1), - (84959,8602,0,7897,0,2915.75,-4644.53,82.6179,1.98432,345,10,0,3643,0,0,1), - (84960,8598,0,9022,0,2785.63,-4221.01,90.2142,1.18356,345,10,0,3758,0,0,1), - (84961,8600,0,7894,0,1546.36,-4555.27,88.6982,3.16207,345,5,0,3189,0,0,1), - (84962,8600,0,7894,0,1993.71,-2860.42,83.5169,5.52548,345,5,0,3189,0,0,1), - (84963,9451,0,10414,0,1703.87,-5550.47,103.223,4.18879,610,0,0,5490,5013,0,0), - (84964,9450,0,10401,0,1545.66,-5566.35,101.121,1.27409,610,0,0,6273,2117,0,0), - (84965,8540,0,984,0,2949.7,-2956.04,106.206,0.216852,345,10,0,3188,0,0,1), - (84966,8603,0,7898,0,2275.33,-4879.13,101.271,5.75047,345,5,0,3293,0,0,1), - (84967,8598,0,9022,0,2795.58,-4023.46,99.4489,3.16504,345,10,0,3758,0,0,1), - (84968,8598,0,9022,0,2713.15,-4876.47,88.4554,4.63412,345,10,0,3758,0,0,1), - (84969,8605,0,7900,0,2735.65,-3928.11,96.1657,1.92606,345,10,0,3644,0,0,1), - (84970,8598,0,9022,0,2805.79,-4229.25,89.6826,0.244742,345,10,0,3758,0,0,1), - (84971,8598,0,9022,0,2682.85,-4917.16,85.0514,2.92504,345,10,0,3758,0,0,1), - (85375,10919,1,10249,0,7353.31,-1527.89,157.623,2.61281,25,0,0,2371,0,0,2), - (85378,10919,1,10249,0,7348.27,-1529.99,159.598,2.02769,25,0,0,2371,0,0,2), - (85379,10919,1,10249,0,7345.56,-1528.89,159.742,1.73474,25,0,0,2371,0,0,2), - (85380,10919,1,10249,0,7349.14,-1525.13,158.039,3.31182,25,0,0,2371,0,0,2), - (85478,8218,0,6479,0,-337.534,-2849.99,77.1062,1.57174,72000,0,0,2218,0,0,0), - (85489,8600,0,7894,0,1591.1,-4012.31,149.952,2.48092,345,5,0,3189,0,0,1), - (85490,9450,0,10400,0,1737.15,-5528.96,121.044,5.90442,610,5,0,6273,2117,0,1), - (85491,9450,0,10398,0,1554.47,-5459.44,98.9206,4.42478,610,2,0,6273,2117,0,1), - (85492,9449,0,10387,0,1778.59,-5222.84,104.095,0.810963,610,5,0,6078,2041,0,1), - (85493,8541,0,10751,0,3218.19,-3657.55,141.866,5.80974,345,10,0,3528,0,0,1), - (85494,8556,0,11178,0,3234.84,-3095.61,161.422,3.28122,345,0,0,3529,0,0,0), - (85495,8543,0,1693,0,2990.08,-3123.35,112.288,2.97915,345,10,0,3758,0,0,1), - (85496,8540,0,984,0,2939.49,-3744.34,117.156,0.989098,345,10,0,3188,0,0,1), - (85497,8603,0,7898,0,2214.75,-4475.41,102.522,5.8715,345,3,0,3293,0,0,1), - (85498,8602,0,7897,0,2723.99,-4235.95,103.473,4.53568,345,5,0,3643,0,0,1), - (85499,8598,0,9022,0,2877.34,-4647.07,86.3591,1.61871,345,10,0,3758,0,0,1), - (85500,8598,0,9022,0,2922.7,-4781.82,97.5393,2.2135,345,10,0,3758,0,0,1), - (85501,8602,0,7897,0,3264.68,-4324.32,102.904,1.2475,345,3,0,3643,0,0,1), - (85502,8605,0,7900,0,3053.5,-2910.79,111.224,0.887452,345,10,0,3644,0,0,1), - (85503,8605,0,7900,0,3110.49,-4850.88,99.8581,5.84969,345,3,0,3644,0,0,1), - (85504,8603,0,7898,0,1602.95,-4677,83.7651,4.60281,345,10,0,3293,0,0,1), - (85505,8534,0,7854,0,1449.25,-3165.58,114.267,3.10642,345,5,0,3420,0,0,1), - (85506,9449,0,10390,0,1857.16,-5220.95,107.331,4.42613,610,3,0,6078,2041,0,1), - (85507,9448,0,10396,0,1672.75,-5473.34,99.3463,0.907571,610,0,0,6477,2163,0,0), - (85508,8540,0,984,0,3154.25,-3162.75,162.607,4.70946,345,5,0,3188,0,0,1), - (85509,8540,0,984,0,2977.83,-3724.85,124.408,3.01233,345,10,0,3188,0,0,1), - (85510,8523,0,5231,0,2878.02,-2867.66,102.195,4.43758,345,5,0,3189,0,0,1), - (85511,8603,0,7898,0,2296.69,-4480.7,96.246,2.37946,345,10,0,3293,0,0,1), - (85512,8598,0,9022,0,3048.31,-4387,104.831,4.12628,345,10,0,3758,0,0,1), - (85513,8605,0,7900,0,2724.17,-4864.8,88.5932,1.19192,345,10,0,3644,0,0,1), - (85529,10919,1,10249,0,7348.68,-1522.64,157.331,4.47421,25,0,0,2371,0,0,2), - (85530,10919,1,10249,0,7344.15,-1524.48,158.612,1.36717,25,0,0,2371,0,0,2), - (85545,10919,1,10249,0,7352.76,-1522.12,155.953,3.7972,25,0,0,2371,0,0,2), - (85546,10919,1,10249,0,7348.96,-1518.88,155.725,1.5431,25,0,0,2371,0,0,2), - (85547,10919,1,10249,0,7343.33,-1520.35,157.457,4.91796,25,0,0,2371,0,0,2), - (85548,10919,1,10249,0,7332.3,-1517.58,157.702,0.944623,25,0,0,2371,0,0,2), - (85549,10919,1,10249,0,7336.27,-1517.79,157.338,2.47379,25,0,0,2371,0,0,2), - (85550,10919,1,10249,0,7341.04,-1512.98,155.401,2.43217,25,0,0,2371,0,0,2), - (85551,10919,1,10249,0,7338.98,-1515.01,156.401,0.737278,25,0,0,2371,0,0,2), - (85552,10919,1,10249,0,7335.2,-1514.42,156.92,3.01257,25,0,0,2371,0,0,2), - (85553,10919,1,10249,0,7331.95,-1514.16,157.658,5.53999,25,0,0,2371,0,0,2), - (85554,10919,1,10249,0,7306.6,-1520.75,179.846,2.26252,25,0,0,2371,0,0,2), - (85555,10919,1,10249,0,7306.42,-1514.16,179.846,4.08622,25,0,0,2371,0,0,2), - (85556,10919,1,10249,0,7398.51,-1639.6,189.373,1.71039,25,0,0,2371,0,0,2), - (85557,10919,1,10249,0,7388.76,-1579.8,162.397,2.38505,25,0,0,2371,0,0,2), - (85558,11196,1,11442,0,7316.06,-1490.99,156.133,2.8555,25,0,0,2371,0,0,2), - (85559,11196,1,11442,0,7315.41,-1495.26,156.382,3.0008,25,0,0,2371,0,0,2), - (85560,11196,1,11442,0,7318.11,-1499.58,156.747,3.73122,25,0,0,2371,0,0,2), - (85561,11815,1,11737,0,7297.56,-1517.83,179.846,0.201641,25,0,0,4231,0,0,2), - (85562,10919,1,10249,0,7338.65,-1508.38,155.359,4.69647,25,0,0,2371,0,0,2), - (85573,8602,0,7897,0,3153.64,-4102.27,99.0492,1.54892,345,3,0,3643,0,0,1), - (85583,7329,129,11383,0,2467.68,761.222,46.0943,5.77056,7200,0,0,3780,0,0,0), - (85586,8602,0,7897,0,3035.91,-4769.15,95.8939,3.64765,345,10,0,3643,0,0,1), - (85780,14601,469,0,0,-7358.19,-994.32,477.35,3.69,604800,0,0,999300,0,0,0), - (85783,11981,469,0,0,-7407.94,-1031.04,477.35,0.87,604800,0,0,999300,0,0,0), - (85784,14020,469,0,0,-7515.34,-1029.62,476.73,5.33,604800,0,0,1832050,0,0,0), - (85785,10162,469,0,0,-7588.27,-1261.92,482.03,0.610865,604800,0,0,306475,262000,0,0), - (85882,833,0,161,0,-10312.6,1792.61,35.9927,5.60842,300,5,0,222,0,0,1), - (85900,3640,43,1751,0,-75.6394,-142.53,-80.9427,5.66487,7200,5,0,1158,0,0,1), - (85901,5761,43,1084,0,-57.3268,-123.082,-69.3712,3.53947,7200,10,0,1212,456,0,1), - (85902,5761,43,1084,0,-61.5681,-152.878,-78.7219,6.12289,7200,0,0,1212,456,0,0), - (85912,5055,43,8172,0,-35.1866,-109.43,-71.5824,4.83972,7200,6,0,134,0,0,1), - (85916,5055,43,8172,0,-35.6954,-102.823,-71.1393,0.200927,7200,6,0,134,0,0,1), - (85917,5055,43,8172,0,-35.2855,-115.286,-71.646,5.0583,7200,6,0,134,0,0,1), - (85918,5055,43,8172,0,-40.8706,-109.559,-70.794,1.05035,7200,6,0,134,0,0,1), - (85919,3840,43,4233,0,-39.2192,-118.272,-71.3657,5.65877,7200,7,0,1212,912,0,1), - (85920,5055,43,8172,0,-60.5177,-42.8552,-62.6483,3.59899,7200,6,0,134,0,0,1), - (85923,2914,43,1206,0,-42.2102,-115.005,-70.9481,2.88265,7200,10,0,8,0,0,1), - (85946,8605,0,7900,0,2656.18,-4970.52,110.203,1.12373,345,3,0,3644,0,0,1), - (85948,3840,43,4233,0,-32.1023,-44.1422,-64.9763,3.38594,7200,0,0,1212,912,0,0), - (85951,2914,43,1206,0,-27.5634,-67.0949,-67.0457,4.47942,7200,10,0,8,0,0,1), - (85953,5761,43,1084,0,-37.4441,-48.2186,-65.3351,0.700297,7200,5,0,1212,456,0,1), - (85954,5761,43,1084,0,-7.03877,-71.0165,-67.0981,2.70526,7200,5,0,1212,456,0,1), - (85958,3840,43,4233,0,0.456491,-58.0701,-66.7706,1.41372,7200,0,0,1212,912,0,0), - (85959,3840,43,4233,0,2.31787,-47.6905,-65.8961,4.64258,7200,6,0,1212,912,0,1), - (85963,5761,43,1084,0,22.8071,-151.119,-78.6516,5.68534,7200,0,1,1212,456,0,2), - (85965,3840,43,4233,0,-35.9738,-188.879,-74.2266,5.40204,7200,7,0,1212,912,0,1), - (85970,2914,43,1206,0,-43.1579,-186.891,-74.4734,3.93977,7200,10,0,8,0,0,1), - (85974,5761,43,1084,0,-49.4982,-184.694,-74.7432,3.2571,7200,2,0,1212,456,0,1), - (85988,5055,43,8172,0,31.7616,-164.023,-82.2103,1.95201,7200,6,0,134,0,0,1), - (85989,5055,43,8172,0,30.6841,-162.294,-81.9008,1.01849,7200,6,0,134,0,0,1), - (85991,2914,43,1206,0,-5.53486,-197.778,-79.7883,3.03733,7200,10,0,8,0,0,1), - (85992,2914,43,1206,0,-148.34,-206.21,-68.5827,0.120755,7200,10,0,8,0,0,1), - (85993,5056,43,3006,0,-151.99,-193.793,-68.517,2.55062,7200,5,0,1452,0,0,1), - (85994,5055,43,8172,0,-179.348,-213.459,-57.1672,4.99566,7200,1,0,134,0,0,1), - (85995,5055,43,8172,0,-181.605,-204.294,-59.3739,6.15698,7200,1,0,134,0,0,1), - (85996,5055,43,8172,0,-188.013,-194.516,-61.1482,2.01214,7200,5,0,134,0,0,1), - (86000,5055,43,8172,0,-192.057,-191.647,-62.1711,1.60461,7200,5,0,134,0,0,1), - (86003,2914,43,1206,0,-124.618,-243.066,-62.8639,2.81518,7200,10,0,8,0,0,1), - (86004,3840,43,4233,0,-124.628,-240.457,-63.182,0.264839,7200,0,0,1212,912,0,0), - (86005,2914,43,1206,0,-130.906,-244.259,-64.7158,4.08519,7200,10,0,8,0,0,1), - (86011,5756,43,2706,0,-123.356,-246.826,-62.0081,5.19314,7200,5,0,1452,0,0,1), - (86012,5756,43,2706,0,-166.816,-246.205,-57.274,6.20765,7200,5,0,1452,0,0,1), - (86013,3840,43,4233,0,-209.561,-195.677,-62.2591,0.287966,7200,7,0,1212,912,0,1), - (86042,833,0,161,0,-10137.9,1852.07,37.8068,4.33224,300,10,0,222,0,0,1), - (86045,5756,43,2706,0,-193.045,-237.753,-70.109,2.84551,7200,5,0,1452,0,0,1), - (86046,5761,43,1084,0,-56.9424,-236.043,-68.8445,2.01367,7200,5,0,1212,456,0,1), - (86047,3640,43,1751,0,-110.56,-260.383,-57.4221,2.38278,7200,0,0,1158,0,0,2), - (86048,3840,43,4233,0,-96.4884,-262.309,-58.1511,0.92934,7200,5,0,1212,912,0,1), - (86104,3840,43,4233,0,-55.0802,-249.599,-68.6557,4.71643,7200,6,0,1212,912,0,1), - (86105,5055,43,8172,0,-160.949,-285.363,-62.9216,1.97666,7200,1,0,134,0,0,1), - (86106,2914,43,1206,0,-118.55,-306.559,-63.2057,4.37173,7200,10,0,8,0,0,1), - (86107,3840,43,4233,0,-104.047,-305.083,-62.8754,4.95674,7200,0,0,1212,912,0,0), - (86108,3840,43,4233,0,-101.087,-314.364,-62.4039,1.97222,7200,0,0,1212,912,0,0), - (86109,3840,43,4233,0,-17.6659,-269.587,-66.5163,1.0472,7200,0,0,1212,912,0,0), - (86110,5761,43,1084,0,-30.8356,-270.358,-67.4264,1.67204,7200,5,0,1212,456,0,1), - (86111,5756,43,2706,0,-107.918,-297.238,-62.4053,0.421712,7200,5,0,1452,0,0,1), - (86112,3840,43,4233,0,-29.1347,-264.171,-67.822,6.05629,7200,0,0,1212,912,0,0), - (86113,2914,43,1206,0,-29.2057,-249.163,-68.4566,2.87598,7200,10,0,8,0,0,1), - (86134,8605,0,7900,0,2661.41,-3457.87,124.7,5.03172,345,3,0,3644,0,0,1), - (86135,8600,0,7894,0,1714.09,-4343.63,73.9473,0.395016,345,10,0,3189,0,0,1), - (86136,3840,43,4233,0,-11.4551,-260.961,-67.9703,3.9968,7200,0,0,1212,912,0,0), - (86137,3840,43,4233,0,-154.099,-304.537,-64.4385,4.83202,7200,7,0,1212,912,0,1), - (86140,833,0,161,0,-10337.2,1876.12,37.662,3.36428,300,10,0,222,0,0,1), - (86141,833,0,161,0,-10249.4,1950.36,36.6119,1.89471,300,10,0,222,0,0,1), - (86142,1109,0,2305,0,-10293.3,1969.12,35.0587,1.71974,300,10,0,273,0,0,1), - (86143,1109,0,2305,0,-10287.6,1750.95,35.598,3.07199,300,10,0,273,0,0,1), - (86144,1109,0,2305,0,-10259.5,1858.67,36.5242,5.28105,300,10,0,273,0,0,1), - (86145,1109,0,2305,0,-10083.3,1644.91,44.5045,5.13101,300,5,0,273,0,0,1), - (86146,1109,0,2305,0,-10361.4,1774.84,35.8187,5.04464,300,5,0,273,0,0,1), - (86147,157,0,3027,0,-10357.1,1692.54,36.419,5.36761,300,5,0,300,0,0,1), - (86148,454,0,8871,0,-10211.8,1815.94,38.1194,1.45141,300,10,0,247,0,0,1), - (86149,6547,0,1027,0,1603.62,-5306.68,70.045,4.9,345,0,0,735,0,0,0), - (86150,157,0,3027,0,-10174.2,1575.4,45.3646,2.68056,300,5,0,300,0,0,1), - (86151,454,0,8871,0,-10215.7,1750.9,35.8143,1.39919,300,5,0,247,0,0,1), - (86152,1412,0,134,0,-9001,852.79,105.561,0.054,180,5,0,8,0,0,1), - (86153,1412,0,134,0,-8972,858.785,106.162,1.383,180,5,0,8,0,0,1), - (86154,100,0,175,0,-10017,654.089,37.149,5.412,1380,0,0,247,0,0,0), - (86156,802,0,221,0,-9511,-1286,44.145,3.789,939,0,0,64,0,0,0), - (86157,800,0,338,0,-9504,-1286,43.067,4.472,318,0,0,64,0,0,0), - (86158,798,0,221,0,-9497,-1274,43.456,0.703,939,0,0,64,8681,0,0), - (86159,799,0,338,0,-9487,-1254,43.483,1.865,318,0,0,64,0,0,0), - (86164,60,0,2153,0,-9250.89,-708.187,62.9,1.5507,444,0,0,148,165,0,0), - (86166,13435,0,13356,0,-8810,641.539,94.229,3.236,840,0,0,1605,0,0,0), - (86167,13436,0,13355,0,-8807,635.279,94.229,4.162,840,0,0,1605,0,0,0), - (86169,15310,0,338,0,-8596,739.708,101.904,2.749,318,0,0,64,0,0,0), - (86170,1130,0,913,0,-5798,-938,393.646,1.187,2244,0,0,247,0,0,0), - (86171,6113,0,5611,0,-5780,431.391,426.595,0.937,498,0,0,222,0,0,0), - (86172,1119,0,830,0,-5561,-1717,372.298,3.159,2244,0,0,321,0,0,0), - (86176,2870,0,2585,0,-5206,-479,387.736,2.214,678,0,0,980,0,0,0), - (86180,13434,0,13350,0,-4926.36,-979.266,501.56,1.6057,180,0,0,1605,0,0,0), - (86181,1365,0,14092,0,-4882.71,-952.68,501.464,3.17408,480,0,0,413,0,0,0), - (86182,13433,0,13349,0,-4923.96,-980.013,501.554,0.994838,180,0,0,1605,0,0,0), - (86184,13444,0,13369,0,-4914.36,-976.11,501.453,1.93731,180,0,0,1605,0,0,0), - (86185,13000,0,12940,0,-4762,-1701,503.324,1.843,570,0,0,644,0,0,0), - (86186,13000,0,12940,0,-4754,-1644,503.408,5.62,570,0,0,644,0,0,0), - (86187,13000,0,12940,0,-4747,-1702,503.324,3.885,570,0,0,644,0,0,0), - (86188,13000,0,12940,0,-4739,-1705,503.408,5.253,570,0,0,644,0,0,0), - (86189,13000,0,12940,0,-4726,-1705,503.324,2.173,570,0,0,644,0,0,0), - (86191,12047,0,12065,0,-4492,-1582,509.005,3.935,1290,7,0,2672,0,0,1), - (86192,9452,0,10406,0,1860.67,-5466.59,124.091,1.06521,610,5,0,5151,4765,0,1), - (86197,157,0,3027,0,-10254.5,1778.81,36.4493,4.12603,300,10,0,300,0,0,1), - (86226,454,0,8871,0,-10204,1842.7,36.4561,3.43398,300,10,0,247,0,0,1), - (86230,14305,0,338,0,-8621.03,741.376,96.8057,3.22798,372,0,0,138,0,0,0), - (86233,13430,0,13345,0,1630.85,219.424,-43.0193,2.16421,180,0,0,1605,0,0,0), - (86234,15354,1,15391,0,1657.86,-4432.84,17.4795,2.02458,840,0,0,1605,0,0,0), - (86237,14480,1,14530,0,1660.02,-4391,23.268,4.771,480,0,0,413,0,0,0), - (86257,8219,0,6479,0,6.16813,-2823.02,120.508,4.36383,72000,0,0,2059,0,0,0), - (86263,15351,0,15389,0,-5040.55,-1274.31,510.325,1.97344,300,0,0,3857,0,0,0), - (86277,8506,369,1126,0,-45.0608,163.213,-3.53676,1.45299,318,5,0,42,0,0,1), - (86278,8506,369,1126,0,4.6351,314.627,-47.698,1.72643,318,5,0,42,0,0,1), - (86282,12047,30,0,0,101.43,-390.854,45.1353,0.351658,1290,5,0,2672,0,0,1), - (86292,14481,0,14529,0,-8864.46,658.466,96.5078,5.47143,480,0,0,413,0,0,0), - (86294,8543,0,1693,0,3119.79,-3548.96,151.979,3.14225,345,10,0,3758,0,0,1), - (86295,8543,0,1693,0,3346.18,-3080.24,162.445,4.15388,345,0,0,3758,0,0,0), - (86296,8524,0,11397,0,2943.1,-3420.65,135.176,3.28473,345,3,0,2301,4896,0,1), - (86297,8540,0,984,0,2997.82,-3753.81,129.461,3.18727,345,10,0,3188,0,0,1), - (86298,8598,0,9022,0,2989.17,-4183.97,94.7974,1.14821,345,10,0,3758,0,0,1), - (86299,8598,0,9022,0,2820.48,-4986.62,100.932,5.69518,345,10,0,3758,0,0,1), - (86300,3581,0,2850,0,-8560.69,486.619,85.8912,2.29404,8400,0,0,18068,0,0,0), - (86301,3581,0,2850,0,-8783.6,487.416,85.8914,0.528863,8400,0,0,18068,0,0,0), - (86322,12364,0,10666,0,-5459.66,-623.126,393.514,0.515859,318,0,0,42,0,0,0), - (86325,5055,43,8172,0,-157.599,-295.351,-63.7677,4.91261,7200,1,0,134,0,0,1), - (86328,8602,0,7897,0,2814.16,-4594.25,91.1752,2.16313,345,5,0,3643,0,0,1), - (86336,6208,0,4905,0,-4964.89,728.935,257.767,6.2644,1677,0,0,2135,0,0,0), - (86337,6208,0,4905,0,-4994.64,731.707,256.39,3.05564,1677,0,0,2135,0,0,0), - (86338,6208,0,4905,0,-5165.83,910.628,257.177,1.78203,1677,0,0,2135,0,0,0), - (86339,6209,0,830,0,-5146.4,880.43,252.803,5.11306,1704,0,0,2243,0,0,0), - (86340,6209,0,830,0,-4925.73,670.234,249.393,2.73331,1704,0,0,2243,0,0,0), - (86341,6209,0,830,0,-5077.93,849.784,253.54,5.82777,1704,0,0,2243,0,0,0), - (86342,6209,0,830,0,-4912.11,763.749,249.395,4.90494,1704,0,0,2243,0,0,0), - (86343,6210,0,726,0,-4983.13,729.05,256.341,3.78899,1623,0,0,1959,1164,0,0), - (86344,6210,0,726,0,-5090.76,787.029,260.544,4.55975,1623,0,0,1959,1164,0,0), - (86345,6210,0,726,0,-5162.78,877.911,256.576,1.9147,1623,0,0,1959,1164,0,0), - (86346,6213,0,990,0,-5059.66,772.96,260.553,1.90588,1650,0,0,1586,1372,0,0), - (86347,6213,0,990,0,-4997.97,714.257,260.531,3.09089,1650,0,0,1586,1372,0,0), - (86348,6213,0,990,0,-5082.4,832.847,257.177,3.04371,1650,0,0,1586,1372,0,0), - (86349,6213,0,990,0,-5151.02,850.722,255.082,5.7078,1650,0,0,1586,1372,0,0), - (86350,6213,0,990,0,-4934.21,728.064,261.645,1.31173,1650,0,0,1586,1372,0,0), - (86352,7732,0,3233,0,-4926.19,831.139,247.469,0.353555,318,0,0,64,0,0,0), - (86353,7732,0,3233,0,-4933.86,822.889,247.469,2.17567,318,0,0,64,0,0,0), - (86354,801,0,262,0,-9511.31,-1285.64,44.1448,3.93122,318,0,0,64,0,0,0), - (86356,8320,0,7750,0,-5100.64,750.289,260.634,0.05236,804,0,0,1454,0,0,0), - (86367,12791,450,12673,0,246.607,86.7114,24.7757,3.58049,1416,0,0,4079,0,0,0), - (86377,8598,0,9022,0,2792.32,-4192.92,91.2221,0.151015,345,10,0,3758,0,0,1), - (86378,12796,450,12678,0,259.272,73.8997,25.7209,2.34254,1290,0,0,4108,0,0,0), - (86381,12793,450,12675,0,256.748,99.7957,25.7205,4.11799,1290,0,0,6500,0,0,0), - (86383,157,0,3027,0,-10283.5,1839.51,39.1168,1.57641,300,10,0,300,0,0,1), - (86384,620,0,304,0,-9897.53,1311.06,42.2721,2.52486,300,5,0,1,0,0,1), - (86385,620,0,304,0,-10119.9,1069.4,36.5335,0.124861,300,5,0,1,0,0,1), - (86388,8598,0,9022,0,2754.28,-3557.57,103.638,5.8239,345,10,0,3758,0,0,1), - (86389,8596,0,7890,0,1726.95,-2964.93,82.7918,4.22864,345,5,0,3189,0,0,1), - (86390,620,0,304,0,-10145.4,1059.4,36.4085,3.94727,300,5,0,1,0,0,1), - (86391,620,0,304,0,-10128.8,1206.65,35.6332,5.28986,300,5,0,1,0,0,1), - (86392,620,0,304,0,-10731.8,1678.61,45.4163,3.35598,300,10,0,1,0,0,1), - (86393,2110,129,1141,0,2476.68,751.531,46.0874,6.20448,7200,5,0,1,0,0,1), - (86394,2110,129,1141,0,2525.27,724.496,40.6447,0.147814,7200,5,0,1,0,0,1), - (86395,620,0,304,0,-10729.9,1657.28,44.3767,4.40374,300,5,0,1,0,0,1), - (86398,8596,0,7890,0,1767.54,-2823.71,68.7225,5.37321,345,10,0,3189,0,0,1), - (86399,9448,0,10397,0,1719.67,-5549.52,108.223,0.112595,610,0,0,6477,2163,0,0), - (86400,9449,0,10388,0,1787.18,-5479.25,74.3925,0.19919,610,2,0,6078,2041,0,1), - (86401,9449,0,10387,0,1816.28,-5447.62,78.0308,1.6202,610,2,0,6078,2041,0,1), - (86402,9449,0,10388,0,1871.4,-5196.87,113.135,6.14018,610,0,0,6078,2041,0,0), - (86403,9452,0,10403,0,1631.04,-4822.19,85.5555,0.680678,610,0,0,5151,4765,0,0), - (86404,8543,0,1693,0,2910.51,-3796.48,117.185,4.36577,345,10,0,3758,0,0,1), - (86405,8524,0,11397,0,2992.35,-3253.13,135.578,0.000117,345,3,0,2301,4896,0,1), - (86406,8605,0,7900,0,3192.46,-4558.9,111.182,0.435436,345,10,0,3644,0,0,1), - (86407,8598,0,9022,0,3213.52,-2958.26,126.243,5.71796,345,10,0,3758,0,0,1), - (86408,8602,0,7897,0,2716.65,-4178.54,87.6087,4.40053,345,10,0,3643,0,0,1), - (86409,8605,0,7900,0,2964.88,-4569.66,78.5516,0.546281,345,10,0,3644,0,0,1), - (86410,8598,0,9022,0,2777.17,-4268.04,90.3684,0.992539,345,5,0,3758,0,0,1), - (86411,8603,0,7898,0,1742.03,-2877.62,87.3468,2.57037,345,5,0,3293,0,0,1), - (86412,8603,0,7898,0,1327.92,-3159.27,132.33,0.395054,345,5,0,3293,0,0,1), - (86413,8600,0,7894,0,1562.22,-4583.69,89.9564,4.38817,345,10,0,3189,0,0,1), - (86414,9451,0,10414,0,1654.88,-5535.27,100.979,4.86947,610,0,0,5490,5013,0,0), - (86415,5055,43,8172,0,-159.93,-293.499,-63.302,1.5125,7200,1,0,134,0,0,1), - (86416,8523,0,5231,0,2821.93,-3676.3,106.319,6.09054,345,10,0,3189,0,0,1), - (86417,8547,0,10392,0,2917.01,-3708.26,116.688,6.21337,345,0,0,2610,1982,0,0), - (86419,12794,450,12676,0,240.143,104.005,25.7207,4.53379,1290,0,0,4108,0,0,0), - (86421,12789,450,12671,0,243.494,89.6673,24.7757,4.6133,1416,0,0,4079,0,0,0), - (86422,12788,450,12670,0,239.065,84.6268,24.7756,0.124754,1416,0,0,4079,0,0,0), - (86424,15708,0,15669,0,-8813.4,654.195,96.0776,4.5185,3540,0,0,6900,0,0,0), - (86467,620,0,304,0,-11023.7,1429.76,43.6226,3.60857,300,10,0,1,0,0,1), - (86480,392,0,1279,0,-11407.1,1966.15,10.5123,3.14159,300,0,0,1605,0,0,0), - (86491,391,0,5243,0,-11360.7,1826.72,7.58232,3.97765,300,10,0,581,0,0,2), - (86510,8523,0,5231,0,2985.72,-2988.04,111.963,6.26394,345,10,0,3189,0,0,1), - (86558,1412,0,134,0,-8959,880.379,105.577,2.595,180,5,0,8,0,0,1), - (86559,1412,0,134,0,-8942,956.923,116.963,2.472,180,5,0,8,0,0,1), - (86560,1412,0,134,0,-8902,959.482,117.361,0.599,180,5,0,8,0,0,1), - (86561,1412,0,134,0,-8895,888.598,103.007,5.454,180,5,0,8,0,0,1), - (86562,8605,0,7900,0,2954.42,-4471.15,86.1111,0.422587,345,5,0,3644,0,0,1), - (86596,1413,0,1472,0,-8992.48,859.067,105.647,5.51011,250,0,0,1240,0,0,2), - (86597,1414,0,1473,0,-8989.59,858.133,105.605,3.46022,250,0,0,1240,0,0,0), - (86600,8279,0,10800,0,-7109.14,-1346.71,241.706,1.9387,72000,0,0,2398,0,0,0), - (86601,8280,0,2346,0,-6941.22,-1629.85,242.823,1.94629,72000,0,0,2488,0,0,0), - (86602,8281,0,1204,0,-6796.7,-1464.24,172.987,5.7217,72000,0,0,2672,0,0,2), - (86603,8283,0,7819,0,-6443.68,-1269.57,180.882,1.46903,72000,0,0,2769,0,0,0), - (86604,10359,0,418,0,2287.72,-950.596,78.0218,2.84331,72000,0,0,341,0,0,0), - (86605,10817,0,10374,0,1980.55,-3706.26,124.345,5.30866,72000,0,0,3398,0,0,0), - (86606,10821,0,10709,0,2482.06,-4815.67,79.2057,0.688947,72000,5,0,3758,0,0,1), - (86607,10822,0,0,0,3439.25,-4980.96,195.811,2.32129,72000,0,0,3876,0,0,0), - (86613,481,0,2335,0,-9847.35,1053.16,33.5892,6.22413,300,0,0,198,0,0,0), - (86614,117,0,175,0,-9708.85,991.146,35.455,2.58023,300,10,0,222,0,0,1), - (86615,117,0,175,0,-9697.01,1045.47,35.5871,4.5204,300,0,0,222,0,0,0), - (86616,500,0,374,0,-9693.65,1039.18,36.5322,2.68781,300,0,0,247,0,0,0), - (86617,117,0,175,0,-9702.18,1037.13,36.3156,0.750492,300,0,0,222,0,0,0), - (86618,117,0,175,0,-9702.44,1024.31,37.4612,2.01768,300,10,0,222,0,0,1), - (86619,117,0,175,0,-9712.12,1046.45,35.5443,3.66519,300,0,0,222,0,0,0), - (86620,500,0,374,0,-9717.01,1046.13,35.5496,5.98648,300,0,0,247,0,0,0), - (86621,117,0,175,0,-9714.64,1039.9,36.0748,1.50098,300,0,0,222,0,0,0), - (86622,117,0,175,0,-9728.1,1184.99,42.8952,1.76744,300,5,0,222,0,0,1), - (86623,117,0,175,0,-9752.58,1198.58,41.1622,1.50098,300,0,0,222,0,0,0), - (86624,500,0,374,0,-9754.68,1191.72,41.163,5.88176,300,0,0,247,0,0,0), - (86625,10823,0,10443,0,3363.57,-4979.87,159.273,3.51245,72000,0,0,2798,5598,0,0), - (86626,10825,0,7856,0,2479.69,-4462.68,66.4145,1.16412,72000,0,0,3643,0,0,0), - (86657,500,0,374,0,-9746.86,1189.25,41.1622,3.71755,300,0,0,247,0,0,0), - (86658,117,0,175,0,-9745.11,1192.77,41.1622,3.14159,300,0,0,222,0,0,0), - (86659,117,0,175,0,-9729.14,1191.11,42.4429,4.01128,300,5,0,222,0,0,1), - (86660,117,0,175,0,-9725.44,1450.94,45.0245,4.60767,300,0,0,222,0,0,0), - (86661,500,0,374,0,-9727.61,1443.45,45.0189,5.88176,300,0,0,247,0,0,0), - (86662,500,0,374,0,-9719.46,1440.99,45.0733,2.60054,300,0,0,247,0,0,0), - (86755,10827,0,10432,0,2631.4,-5500.92,158.014,4.8437,72000,0,0,2550,5206,0,0), - (86756,14221,0,0,0,717.657,-846.403,160.754,3.35103,72000,0,0,1469,0,0,2), - (86781,117,0,175,0,-9717.8,1445,45.0707,3.22886,300,0,0,222,0,0,0), - (86782,117,0,175,0,-9778.9,1454.55,43.9253,1.3021,300,5,0,222,0,0,1), - (86783,500,0,374,0,-9786.71,1481.27,44.4093,3.96594,300,5,0,247,0,0,1), - (86784,117,0,175,0,-9746.34,1456.44,43.6676,2.89254,300,5,0,222,0,0,1), - (86785,500,0,374,0,-9730.34,1451.46,44.7221,1.97851,300,5,0,247,0,0,1), - (86786,500,0,374,0,-9752.63,1392.23,43.7283,1.73152,300,10,0,247,0,0,1), - (86787,117,0,175,0,-9734.74,1442.46,44.5614,1.54734,300,5,0,222,0,0,1), - (86788,500,0,374,0,-9913.61,1541.23,42.8939,2.62696,300,10,0,247,0,0,1), - (86789,117,0,175,0,-9882.65,1581.65,44.0934,4.25646,300,10,0,222,0,0,1), - (86790,117,0,175,0,-9878.79,1549.26,44.2709,2.49582,300,0,0,222,0,0,0), - (86791,500,0,374,0,-9882.69,1555,44.0723,3.92699,300,0,0,247,0,0,0), - (86792,1065,0,204,0,-9885.01,1558.94,44.0372,4.81711,300,0,0,230,249,0,0), - (86793,500,0,374,0,-9887.56,1548.39,44.3756,0.925025,300,0,0,247,0,0,0), - (86794,8602,0,7897,0,2680.91,-3420.92,106.631,3.13769,345,3,0,3643,0,0,1), - (86795,8598,0,9022,0,3065.6,-4361.92,108.222,0.328238,345,10,0,3758,0,0,1), - (86796,8605,0,7900,0,2710.75,-3432.42,100.598,1.62261,345,10,0,3644,0,0,1), - (86797,8602,0,7897,0,2721.03,-4186.01,89.1819,1.36752,345,10,0,3643,0,0,1), - (86798,8598,0,9022,0,3250.44,-4425.31,109.819,0.081124,345,10,0,3758,0,0,1), - (86799,8598,0,9022,0,3079.14,-4637.29,119.76,4.58126,345,5,0,3758,0,0,1), - (86862,8603,0,7898,0,1724.14,-4919.47,90.9628,3.45345,345,10,0,3293,0,0,1), - (86863,8603,0,7898,0,1805.04,-2686.58,76.8433,4.23478,345,5,0,3293,0,0,1), - (86864,9452,0,10406,0,1717.38,-5228.49,94.1349,0.963025,610,5,0,5151,4765,0,1), - (86865,8543,0,1693,0,3011.78,-3340.25,140.918,3.76752,345,3,0,3758,0,0,1), - (86880,8524,0,11397,0,3279.92,-3155.48,152.7,2.78248,345,10,0,2301,4896,0,1), - (87024,500,0,374,0,-9877.14,1553.13,44.4818,2.96706,300,0,0,247,0,0,0), - (87025,117,0,175,0,-9914.18,1587.79,42.2181,2.75372,300,10,0,222,0,0,1), - (87026,123,0,383,0,-9999.85,1823.85,37.64,4.57992,300,5,0,273,0,0,1), - (87027,123,0,383,0,-10085.4,1868.63,36.1966,3.18704,300,5,0,273,0,0,1), - (87028,123,0,383,0,-10024.6,1812.34,37.8161,1.62316,300,0,0,273,0,0,0), - (87029,123,0,383,0,-10020.6,1815.65,37.8547,3.49066,300,0,0,273,0,0,0), - (87030,123,0,383,0,-10027.2,1821.16,37.8078,5.89921,300,0,0,273,0,0,0), - (87031,123,0,383,0,-10036,1816.85,37.344,2.37829,300,5,0,273,0,0,1), - (87032,123,0,383,0,-10016,1828.7,37.6354,2.94769,300,5,0,273,0,0,1), - (87033,123,0,383,0,-10195.7,1704.38,34.2766,2.87765,300,0,0,273,0,0,0), - (87034,123,0,383,0,-10141.6,1775.06,34.4807,0.30238,300,5,0,273,0,0,1), - (87035,123,0,383,0,-10137.2,1735.44,32.0995,3.50811,300,0,0,273,0,0,0), - (87036,500,0,374,0,-10139.7,1740.45,31.7987,4.18879,300,0,0,247,0,0,0), - (87037,500,0,374,0,-10144.2,1735.28,32.0098,4.79965,300,0,0,247,0,0,0), - (87040,8534,0,7854,0,2975.2,-3581.06,145.462,1.30082,345,5,0,3420,0,0,1), - (87044,6491,0,5233,0,-5165,-876,507.245,0.929,60,0,0,7680,0,0,0), - (87045,6491,0,5233,0,-5670,-528,398.13,2.381,60,0,0,7680,0,0,0), - (87046,6491,0,5233,0,-6160,325.568,399.968,1.928,60,0,0,7680,0,0,0), - (87047,6491,0,5233,0,-8924,-189,80.555,2.77,60,0,0,7680,0,0,0), - (87048,6491,1,5233,0,9683.39,952.225,1291.87,5.752,60,0,0,7680,0,0,0), - (87049,6491,1,5233,0,10055.4,2116.32,1329.71,2.54,60,0,0,7680,0,0,0), - (87050,6491,1,5233,0,10394.7,825.111,1317.52,3.753,60,0,0,7680,0,0,0), - (156044,8539,0,0,0,2455.65,-3741,177.89,1.881,600,4,0,3820,0,0,1), - (87082,3512,0,251,0,-8841.64,671.515,97.9739,0.556232,43200,0,0,64,0,0,2), - (87083,123,0,383,0,-10149.9,1734.81,32.108,5.95157,300,0,0,273,0,0,0), - (87084,123,0,383,0,-10140.7,1647.29,37.8315,3.31613,300,0,0,273,0,0,0), - (87085,500,0,374,0,-10145.6,1652.06,38.214,1.23918,300,0,0,247,0,0,0), - (87088,3508,0,251,0,-8841.74,670.394,97.9404,0.629918,43200,0,0,64,0,0,2), - (87089,3511,0,262,0,-8841.58,669.168,97.9151,0.55451,43200,0,0,64,0,0,2), - (87090,3510,0,221,0,-8841.32,667.768,97.8914,0.553006,43200,0,0,64,120,0,2), - (87091,3507,0,252,0,-8840.46,666.881,97.9108,0.553158,43200,0,0,64,0,0,2), - (87092,3505,0,257,0,-8838.57,667.07,98.0103,0.553137,43200,0,0,64,0,0,2), - (87093,2914,43,1206,0,-152.102,-303.074,-64.2866,5.58982,7200,10,0,8,0,0,1), - (87094,5056,43,3006,0,-126.095,-310.862,-63.1581,3.80482,7200,5,0,1452,0,0,1), - (87095,3840,43,4233,0,-116.649,-315.842,-62.8369,3.57792,7200,0,0,1212,912,0,0), - (87096,3840,43,4233,0,-123.947,-319.379,-62.8578,0.471239,7200,0,0,1212,912,0,0), - (87097,5055,43,8172,0,-3.3672,-264.488,-67.7827,0,7200,6,0,134,0,0,1), - (87098,5055,43,8172,0,-4.82069,-255.468,-69.1817,2.16421,7200,6,0,134,0,0,1), - (87099,2914,43,1206,0,7.50551,-239.335,-74.897,2.78982,7200,10,0,8,0,0,1), - (87100,3840,43,4233,0,2.6055,-194.975,-81.3621,1.96162,7200,0,0,1212,912,0,0), - (87101,5055,43,8172,0,2.54921,-262.221,-68.645,0.873738,7200,6,0,134,0,0,1), - (87102,5055,43,8172,0,7.63465,-261.772,-69.1068,2.49019,7200,6,0,134,0,0,1), - (87103,5055,43,8172,0,4.87711,-207.111,-80.9956,2.66648,7200,6,0,134,0,0,1), - (87104,5055,43,8172,0,-154.25,-307.184,-64.6329,5.65985,7200,1,0,134,0,0,1), - (87105,5761,43,1084,0,10.454,-231.322,-77.2289,3.65987,7200,5,0,1212,456,0,1), - (87106,5055,43,8172,0,10.7953,-202.956,-82.7098,2.64557,7200,6,0,134,0,0,1), - (87107,3670,43,4214,0,36.8074,-241.064,-79.4989,3.26377,36000,0,0,2320,510,0,0), - (87108,3840,43,4233,0,30.8969,-242.389,-78.918,0.296706,7200,0,0,1212,912,0,0), - (87109,5055,43,8172,0,7.3927,-193.395,-82.2454,2.95981,7200,6,0,134,0,0,1), - (87110,5055,43,8172,0,14.3814,-194.226,-83.2436,3.17283,7200,6,0,134,0,0,1), - (87111,5055,43,8172,0,30.3945,-170.816,-83.1614,5.05349,7200,6,0,134,0,0,1), - (87112,5055,43,8172,0,36.808,-165.823,-82.9689,4.33359,7200,6,0,134,0,0,1), - (87113,5761,43,1084,0,38.9757,-164.936,-82.9351,0.021414,7200,2,0,1212,456,0,1), - (87114,5056,43,3006,0,-221.03,-248.666,-64.5097,5.4692,7200,5,0,1452,0,0,1), - (87115,3640,43,1751,0,-229.071,-148.309,-62.7342,1.434,7200,5,0,1158,0,0,1), - (87116,3840,43,4233,0,-229.202,-252.465,-64.517,5.14928,7200,5,0,1212,912,0,1), - (87117,2914,43,1206,0,-233.259,-253.283,-64.4615,3.30781,7200,10,0,8,0,0,1), - (87118,5055,43,8172,0,-226.389,-297.445,-70.1544,4.36783,7200,6,0,134,0,0,1), - (87119,5055,43,8172,0,-219.849,-301.134,-70.3479,3.95375,7200,6,0,134,0,0,1), - (87120,5055,43,8172,0,-220.485,-290.92,-68.8364,1.82428,7200,6,0,134,0,0,1), - (87121,3840,43,4233,0,-219.152,-306.994,-71.0566,4.03858,7200,5,0,1212,912,0,1), - (87122,3840,43,4233,0,-264.5,-182.806,-60.4153,4.74168,7200,5,0,1212,912,0,1), - (87123,5756,43,2706,0,-243.766,-158.635,-63.1701,3.9086,7200,5,0,1452,0,0,1), - (87124,2914,43,1206,0,-215.97,-313.343,-72.2215,5.70723,7200,10,0,8,0,0,1), - (87125,3840,43,4233,0,-216.289,-320.921,-73.1538,5.31839,7200,5,0,1212,912,0,1), - (87126,3840,43,4233,0,-275.804,-213.695,-63.6744,3.24631,7200,0,0,1212,912,0,0), - (87127,5756,43,2706,0,-281.583,-219.059,-64.0544,6.12038,7200,5,0,1452,0,0,1), - (87128,3840,43,4233,0,-269.435,-297.775,-67.6666,0.680678,7200,0,0,1212,912,0,0), - (87129,3840,43,4233,0,-264.547,-301.761,-68.3543,0.541052,7200,0,0,1212,912,0,0), - (87130,5056,43,3006,0,-248.955,-216.704,-63.1003,0.379014,7200,5,0,1452,0,0,1), - (87131,3674,43,4203,0,-283.574,-310.881,-69.1837,0.564664,36000,10,0,3908,0,0,1), - (87132,5056,43,3006,0,-216.087,-326.585,-71.0015,3.54306,7200,10,0,1452,0,0,1), - (87133,2914,43,1206,0,-177.6,-349.974,-70.5783,4.23091,7200,10,0,8,0,0,1), - (87134,5756,43,2706,0,-185.886,-351.144,-71.0647,0.578072,7200,5,0,1452,0,0,1), - (87135,5055,43,8172,0,-292.851,-245.813,-64.2381,2.23773,7200,6,0,134,0,0,1), - (87136,5055,43,8172,0,-293.022,-237.848,-63.9754,5.69922,7200,6,0,134,0,0,1), - (87137,5055,43,8172,0,-298.504,-246.468,-63.7644,4.04456,7200,6,0,134,0,0,1), - (87138,5055,43,8172,0,-299.831,-247.467,-63.6049,5.99316,7200,6,0,134,0,0,1), - (87139,3840,43,4233,0,-307.049,-232.158,-63.1637,4.66003,7200,0,0,1212,912,0,0), - (87140,2914,43,1206,0,-296.791,-231.84,-64.0705,2.58863,7200,10,0,8,0,0,1), - (87141,3840,43,4233,0,-307.06,-240.658,-63.1645,1.58825,7200,0,0,1212,912,0,0), - (87142,3840,43,4233,0,-290.86,-215.104,-63.0903,0.087266,7200,0,0,1212,912,0,0), - (87143,5056,43,3006,0,-271.463,-179.867,-60.1505,3.26983,7200,7,0,1452,0,0,1), - (87144,5056,43,3006,0,-307.428,-147.538,-61.3452,1.59788,7200,5,0,1452,0,0,1), - (87145,2914,43,1206,0,-300.887,-160.161,-60.5079,4.59357,7200,10,0,8,0,0,1), - (87146,5756,43,2706,0,-322.382,-133.973,-62.2309,0.093105,7200,5,0,1452,0,0,1), - (87147,5056,43,3006,0,-304.704,-104.276,-63.8065,5.49598,7200,5,0,1452,0,0,1), - (87148,5055,43,8172,0,-331.749,-106.76,-64.7443,4.19085,7200,6,0,134,0,0,1), - (87149,5055,43,8172,0,-336.872,-108.108,-64.4868,0.248071,7200,6,0,134,0,0,1), - (87150,3840,43,4233,0,-341.693,-112.664,-63.7872,0.148351,7200,5,0,1212,912,0,1), - (87151,5055,43,8172,0,-339.096,-114.678,-63.547,2.0554,7200,6,0,134,0,0,1), - (87152,5055,43,8172,0,-338.916,-104.232,-64.975,3.05615,7200,6,0,134,0,0,1), - (87153,3840,43,4233,0,-329.414,-84.1816,-65.5768,0.065628,7200,5,0,1212,912,0,1), - (87154,2914,43,1206,0,-350.451,-127.514,-64.1829,2.63663,7200,15,0,8,0,0,1), - (87155,5056,43,3006,0,-333.949,-72.1648,-65.4133,0.870512,7200,5,0,1452,0,0,1), - (87156,5056,43,3006,0,-360.12,-117.154,-64.7331,2.12917,7200,7,0,1452,0,0,1), - (87157,3640,43,1751,0,-390.159,-97.6714,-64.4247,2.2797,7200,0,0,1158,0,0,2), - (87158,2110,129,1141,0,2496.23,723.902,54.0114,1.88067,7200,5,0,1,0,0,1), - (87159,7328,129,11384,0,2545.74,738.999,53.9722,2.56756,7200,0,0,3748,0,0,0), - (87160,7337,129,11381,0,2544.26,746.635,54.4936,4.11696,7200,0,0,3027,1067,0,0), - (87161,2110,129,1141,0,2571.38,755.25,54.6642,0.418879,7200,5,0,1,0,0,1), - (87162,4076,129,2177,0,2488.82,693.755,53.7823,2.32386,7200,5,0,8,0,0,1), - (87163,2110,129,1141,0,2464.17,710.677,54.5307,3.61305,7200,5,0,1,0,0,1), - (87164,2110,129,1141,0,2562.25,730.46,54.7394,2.89779,7200,5,0,1,0,0,1), - (87165,2110,129,1141,0,2571.33,711.523,56.0558,4.18071,7200,5,0,1,0,0,1), - (87166,4076,129,2177,0,2585.97,736.487,55.3385,5.53362,7200,5,0,8,0,0,1), - (87167,4076,129,2177,0,2592.43,725.474,54.9276,2.3547,7200,5,0,8,0,0,1), - (87168,2110,129,1141,0,2559.34,709.452,54.5806,4.48365,7200,5,0,1,0,0,1), - (87169,8696,129,8029,0,2603.03,705.568,54.9087,2.04204,7200,0,0,2100,0,0,0), - (87170,8767,129,11573,0,2567.37,686.373,55.2735,2.23402,7200,0,0,1605,0,0,0), - (87171,8516,129,7851,0,2610.66,730.583,54.6521,3.4383,7200,0,0,10500,1292,0,0), - (87172,7343,129,7550,0,2485.14,686.107,53.9602,3.83972,7200,0,0,305,0,0,0), - (87173,7343,129,7550,0,2492.55,663.143,53.8691,2.84489,7200,0,0,305,0,0,0), - (87174,7343,129,7550,0,2488.2,671.234,54.487,3.19395,7200,0,0,305,0,0,0), - (87175,7343,129,7550,0,2485.39,679.566,54.1661,3.52556,7200,0,0,305,0,0,0), - (87176,4076,129,2177,0,2485.98,662.321,54.5564,5.41568,7200,5,0,8,0,0,1), - (87177,7343,129,7550,0,2473.98,664.482,56.1041,2.14675,7200,0,0,305,0,0,0), - (87178,7343,129,7550,0,2483.52,657.603,54.6616,2.42601,7200,0,0,305,0,0,0), - (87179,7343,129,7550,0,2481.66,661.203,54.7497,2.53073,7200,0,0,305,0,0,0), - (87180,7343,129,7550,0,2475.74,656.953,54.7683,2.14675,7200,0,0,305,0,0,0), - (87181,7343,129,7550,0,2486.11,664.82,54.6754,2.58309,7200,0,0,305,0,0,0), - (87182,7343,129,7550,0,2478.84,665.902,54.9314,2.74017,7200,0,0,305,0,0,0), - (87183,7343,129,7550,0,2480.26,650.968,54.614,2.11185,7200,0,0,305,0,0,0), - (87184,7343,129,7550,0,2479.31,680.78,54.7516,3.82227,7200,0,0,305,0,0,0), - (87185,7343,129,7550,0,2483.96,668.421,54.7603,3.01942,7200,0,0,305,0,0,0), - (87186,7343,129,7550,0,2477.48,670.657,56.22,2.6529,7200,0,0,305,0,0,0), - (87187,7357,129,8055,0,2466.62,671.443,63.4694,5.55015,36000,0,0,7760,8583,0,0), - (87188,7343,129,7550,0,2484.18,674.849,54.4412,3.31613,7200,0,0,305,0,0,0), - (87189,7343,129,7550,0,2480.66,672.89,55.4045,3.29867,7200,0,0,305,0,0,0), - (87190,7343,129,7550,0,2478.42,676.464,56.0468,3.63029,7200,0,0,305,0,0,0), - (87191,7343,129,7550,0,2469.93,654.411,54.8092,1.64061,7200,0,0,305,0,0,0), - (87192,7343,129,7550,0,2470.41,659.764,55.4709,1.72788,7200,0,0,305,0,0,0), - (87193,7343,129,7550,0,2473.03,645.964,54.614,1.74533,7200,0,0,305,0,0,0), - (87194,7343,129,7550,0,2475.16,651.54,54.6277,1.90241,7200,0,0,305,0,0,0), - (87195,7343,129,7550,0,2469,649.315,54.6841,1.5708,7200,0,0,305,0,0,0), - (87196,7348,129,1065,0,2379.5,902.078,29.1142,6.26162,7200,0,0,3660,0,0,0), - (87197,7352,129,146,0,2375.5,915.706,29.6314,2.26721,7200,0,0,3027,1067,0,0), - (87198,7344,129,5231,0,2382.87,910.678,29.4963,3.43725,7200,0,0,1403,0,0,0), - (87199,7344,129,5231,0,2374.68,906.513,28.7459,5.33118,7200,0,0,1403,0,0,0), - (87200,4076,129,2177,0,2382.39,907.831,28.9527,3.04518,7200,5,0,8,0,0,1), - (87201,7345,129,7847,0,2389.48,929.097,41.4792,1.56939,7200,0,0,3831,0,0,0), - (87202,7342,129,1245,0,2395.8,928.736,41.8305,2.5705,7200,0,0,2805,2763,0,0), - (87203,7346,129,7848,0,2399.11,934.285,43.2484,1.81994,7200,0,0,1468,0,0,0), - (87204,7346,129,7848,0,2392.55,934.378,42.7592,5.2715,7200,0,0,1468,0,0,0), - (87205,7347,129,1065,0,2392.3,996.693,53.4884,4.48944,7200,0,1,3831,0,0,2), - (87206,7353,129,146,0,2392.46,933.458,53.1636,4.48956,7200,0,1,3150,1097,0,2), - (87207,7343,129,7550,0,2378.48,908.439,28.8267,5.67051,7200,0,0,305,0,0,0), - (87208,7343,129,7550,0,2378.29,911.018,29.2085,5.81243,7200,0,0,305,0,0,0), - (87209,7358,129,7971,0,2403.37,960.93,55.1437,2.33874,36000,0,0,8744,9136,0,0), - (87210,7343,129,7550,0,2450.35,987.236,36.5326,1.28796,7200,0,1,305,0,0,2), - (87211,7343,129,7550,0,2443.19,954.093,25.9125,1.28839,7200,0,1,305,0,0,2), - (87212,7347,129,1065,0,2438.43,1011.83,38.1357,3.60922,7200,0,0,3831,0,0,0), - (87213,7342,129,1245,0,2422.62,993.993,49.2738,4.24915,7200,0,0,2805,2763,0,0), - (87214,4076,129,2177,0,2424.75,995.491,49.314,5.03403,7200,5,0,8,0,0,1), - (87215,7342,129,1245,0,2410.84,1016.89,37.1664,4.52994,7200,0,0,2805,2763,0,0), - (87216,7346,129,7848,0,2404.72,1012.56,37.7316,5.0058,7200,0,0,1468,0,0,0), - (87217,7347,129,1065,0,2433.58,1013.44,37.3792,3.92188,7200,0,0,3831,0,0,0), - (87218,7346,129,7848,0,2433.27,1019.12,37.1386,1.73413,7200,0,0,1468,0,0,0), - (87219,7346,129,7848,0,2428.29,1016.82,37.0896,3.59712,7200,0,0,1468,0,0,0), - (87220,7341,129,9783,0,2446.91,1026.77,25.6188,3.33788,7200,0,0,2706,2680,0,0), - (87221,7344,129,5231,0,2452.46,1028.93,24.9032,1.62255,7200,0,0,1403,0,0,0), - (87222,7348,129,1065,0,2442.37,1031.18,25.3254,0.052807,7200,0,0,3660,0,0,0), - (87223,7348,129,1065,0,2453.93,1036.68,24.7171,5.48754,7200,0,0,3660,0,0,0), - (87224,7344,129,5231,0,2447.63,1036.05,24.645,2.7683,7200,0,0,1403,0,0,0), - (87225,2110,129,1141,0,2446.09,1030.2,25.1632,2.85756,7200,5,0,1,0,0,1), - (87226,7341,129,9783,0,2462.37,1019.99,24.4924,2.46252,7200,0,1,2706,2680,0,2), - (87227,7348,129,1065,0,2460.89,1018.88,24.5396,2.44461,7200,0,1,3660,0,0,2), - (87228,7347,129,1065,0,2398.27,1017.29,37.4545,3.09463,7200,0,0,3831,0,0,0), - (87229,7345,129,7847,0,2378.63,981.219,55.0525,4.62224,7200,0,0,3831,0,0,0), - (87230,7346,129,7848,0,2387.8,995.696,53.7325,0.837758,7200,0,0,1468,0,0,0), - (87231,7346,129,7848,0,2380.55,994.654,53.8726,1.3179,7200,0,0,1468,0,0,0), - (87232,7346,129,7848,0,2384.98,989.438,54.096,0.407338,7200,0,0,1468,0,0,0), - (87233,7346,129,7848,0,2383.98,983.521,55.111,1.73634,7200,0,0,1468,0,0,0), - (87234,2110,129,1141,0,2385.57,996.948,53.851,5.34071,7200,5,0,1,0,0,1), - (87235,7346,129,7848,0,2407.26,1024.9,37.6334,1.21404,7200,0,0,1468,0,0,0), - (87236,2110,129,1141,0,2426.1,1043.16,24.5254,2.79305,7200,5,0,1,0,0,1), - (87237,7347,129,1065,0,2470.98,1055.94,48.3419,2.04848,7200,0,0,3831,0,0,0), - (87238,7353,129,146,0,2473.98,1058.94,48.3419,1.13317,7200,0,0,3150,1097,0,0), - (87239,7346,129,7848,0,2465.52,1057.29,48.1456,4.13079,7200,0,0,1468,0,0,0), - (87240,7346,129,7848,0,2468.74,1062.34,47.7956,4.03171,7200,0,0,1468,0,0,0), - (87241,7344,129,5231,0,2413.04,1025.87,37.8776,4.18879,7200,0,0,1403,0,0,0), - (87242,8567,129,7864,0,2468.71,1006.83,23.7573,6.11095,36000,0,1,10688,0,0,2), - (87243,7342,129,1245,0,2377.71,988.825,54.5183,0.833919,7200,0,0,2805,2763,0,0), - (87244,7347,129,1065,0,2485.51,1078.35,47.6169,0.039764,7200,0,0,3831,0,0,0), - (87245,7346,129,7848,0,2478.47,1077.25,47.6991,4.61104,7200,0,0,1468,0,0,0), - (87246,7346,129,7848,0,2469.44,1073.88,47.8208,5.67638,7200,0,0,1468,0,0,0), - (87247,7353,129,146,0,2475.05,1073.15,47.6738,5.15106,7200,0,0,3150,1097,0,0), - (87248,7346,129,7848,0,2475.1,1079.74,47.7214,0.473428,7200,0,0,1468,0,0,0), - (87249,4076,129,2177,0,2374.91,1045.81,25.2815,1.39991,7200,5,0,8,0,0,1), - (87250,7347,129,1065,0,2397.3,1092.92,31.5187,2.62714,7200,0,0,3831,0,0,0), - (87251,7346,129,7848,0,2399.97,1087.21,31.5187,5.9572,7200,0,0,1468,0,0,0), - (87252,2110,129,1141,0,2406.92,1094.91,31.4224,1.09963,7200,5,0,1,0,0,1), - (87253,7346,129,7848,0,2405.98,1091.24,31.602,0.418879,7200,0,0,1468,0,0,0), - (87254,7346,129,7848,0,2401.18,1098.33,31.5187,2.49671,7200,0,0,1468,0,0,0), - (87255,7342,129,1245,0,2361.95,979.992,38.9008,5.19039,7200,0,0,2805,2763,0,0), - (87256,7347,129,1065,0,2357.88,987.066,39.0074,2.52523,7200,0,0,3831,0,0,0), - (87257,4076,129,2177,0,2353.85,988.55,40.3621,2.38338,7200,5,0,8,0,0,1), - (87258,7352,129,146,0,2355.65,1023.64,25.5178,3.41611,7200,0,0,3027,1067,0,0), - (87259,7344,129,5231,0,2344.45,1026.54,25.5295,0.956109,7200,0,0,1403,0,0,0), - (87260,7348,129,1065,0,2349.16,1021.62,25.3076,3.54302,7200,0,0,3660,0,0,0), - (87261,7344,129,5231,0,2347.51,1016.1,25.6402,0.769891,7200,0,0,1403,0,0,0), - (87262,4076,129,2177,0,2356.35,1034.41,25.2192,2.76465,7200,5,0,8,0,0,1), - (87263,4076,129,2177,0,2338.8,1001.96,26.0338,1.14298,7200,5,0,8,0,0,1), - (87264,7353,129,146,0,2397.34,1102.37,31.602,6.2712,7200,0,0,3150,1097,0,0), - (87265,7347,129,1065,0,2364.35,945.539,42.0123,6.07286,7200,0,0,3831,0,0,0), - (87266,7347,129,1065,0,2363.77,950.51,41.4413,1.71042,7200,0,0,3831,0,0,0), - (87267,7346,129,7848,0,2355.35,952.518,41.8526,4.45059,7200,0,0,1468,0,0,0), - (87268,7344,129,5231,0,2318.8,975.584,26.6544,5.61897,7200,0,0,1403,0,0,0), - (87269,7348,129,1065,0,2322.84,968.958,26.6545,4.58991,7200,0,0,3660,0,0,0), - (87270,7344,129,5231,0,2327.83,974.187,26.875,3.83972,7200,0,0,1403,0,0,0), - (87271,7346,129,7848,0,2349.87,971.238,41.0663,4.2586,7200,0,0,1468,0,0,0), - (87272,7346,129,7848,0,2349.79,978.606,39.8992,1.10869,7200,0,0,1468,0,0,0), - (87273,4076,129,2177,0,2348.33,973.183,40.9297,5.25823,7200,5,0,8,0,0,1), - (87274,4076,129,2177,0,2350.52,958.644,42.5131,0.219275,7200,5,0,8,0,0,1), - (87275,4076,129,2177,0,2351.26,921.057,28.3562,5.16281,7200,5,0,8,0,0,1), - (87276,7344,129,5231,0,2337.41,925.211,28.3051,3.87935,7200,0,0,1403,0,0,0), - (87277,7348,129,1065,0,2342.49,930.757,27.9854,2.31183,7200,0,0,3660,0,0,0), - (87278,7346,129,7848,0,2358.89,946.276,42.0763,4.32424,7200,0,0,1468,0,0,0), - (87279,7341,129,9783,0,2327.36,962.132,26.6932,3.50811,7200,0,0,2706,2680,0,0), - (87280,7344,129,5231,0,2319.55,964.231,26.8144,0.220178,7200,0,0,1403,0,0,0), - (87281,7341,129,9783,0,2348.68,934.699,28.4524,4.76254,7200,0,0,2706,2680,0,0), - (87282,7344,129,5231,0,2337.26,934.076,27.8436,2.89744,7200,0,0,1403,0,0,0), - (87283,4076,129,2177,0,2324.85,964.073,26.6462,5.11566,7200,5,0,8,0,0,1), - (87284,4436,47,6108,0,2033.56,1530.4,80.65,3.4383,7200,0,0,2097,0,0,0), - (87285,4436,47,6108,0,2029.93,1538.71,81.0905,3.56047,7200,0,0,2097,0,0,0), - (87286,4530,47,1963,0,2012.42,1518.29,79.6513,0.626741,7200,3,0,2097,0,0,1), - (87287,4436,47,6108,0,2005.06,1597.86,81.3098,3.03687,7200,0,0,2097,0,0,0), - (87288,4530,47,1963,0,2015.55,1537.19,80.89,1.04361,7200,3,0,2097,0,0,1), - (87289,4520,47,4647,0,2019.37,1510.51,78.6182,0.962607,7200,0,1,1830,982,0,2), - (87290,4435,47,6109,0,2016.1,1550.59,81.2152,2.00106,7200,0,0,1953,0,0,0), - (87291,4435,47,6109,0,2004.75,1530.54,80.9999,4.31675,7200,0,0,1953,0,0,0), - (87292,4436,47,6108,0,2002.17,1572.75,81.912,4.22739,7200,0,0,2097,0,0,0), - (87293,4436,47,6108,0,2004.63,1556.32,80.7725,4.78123,7200,0,0,2097,0,0,0), - (87294,4442,47,6103,0,2020.39,1493.41,74.5037,1.79769,7200,6,0,2400,0,0,1), - (87296,4530,47,1963,0,1987.53,1600.03,79.8027,6.25575,7200,2,0,2097,0,0,1), - (87297,4436,47,6108,0,1996.96,1606.41,81.8151,3.64774,7200,0,0,2097,0,0,0), - (87302,4436,47,6108,0,2000.94,1646.68,80.5056,4.34587,7200,0,0,2097,0,0,0), - (87303,4520,47,4647,0,2007.13,1643.03,80.3822,2.57618,7200,0,1,1830,982,0,2), - (87304,4514,47,2453,0,2045.97,1564.23,64.7886,1.22348,7200,5,0,2097,0,0,1), - (87305,4436,47,6108,0,2012.39,1646.38,80.4228,3.86109,7200,0,0,2097,0,0,0), - (87306,4520,47,4647,0,2019.32,1660.39,82.7042,4.57276,7200,1,0,1830,982,0,1), - (87307,4530,47,1963,0,2032.3,1650.53,81.4707,4.05184,7200,2,0,2097,0,0,1), - (87310,4514,47,2453,0,2067.24,1599.55,62.8485,3.14159,7200,3,0,2097,0,0,1), - (87311,4436,47,6108,0,2044.06,1648.99,81.998,2.6529,7200,0,0,2097,0,0,0), - (87312,4436,47,6108,0,2048.13,1655.96,81.6141,2.96706,7200,0,0,2097,0,0,0), - (87313,4511,47,4713,0,2059.58,1617.29,62.9914,5.3058,7200,3,0,1953,0,0,1), - (87314,4511,47,4713,0,2065.89,1633.15,64.296,0.709751,7200,3,0,1953,0,0,1), - (87315,4514,47,2453,0,2066.6,1614.46,63.1546,1.48928,7200,3,0,2097,0,0,1), - (87316,4442,47,6103,0,2080.18,1565.26,81.7072,3.71137,7200,5,0,2400,0,0,1), - (87317,4512,47,4714,0,2068.1,1660.41,61.2547,1.12516,7200,3,0,2559,0,0,1), - (87318,4514,47,2453,0,2080.52,1674.64,61.2673,4.32842,7200,3,0,2097,0,0,1), - (87319,4514,47,2453,0,2032.57,1727.98,60.6265,2.50425,7200,3,0,2097,0,0,1), - (87320,4514,47,2453,0,2044.24,1709.91,59.7183,2.13508,7200,3,0,2097,0,0,1), - (87321,4541,47,4754,0,2061.45,1646.19,61.9304,0.259645,7200,0,1,2400,0,0,2), - (87322,4511,47,4713,0,2061.73,1701.93,58.3124,2.9891,7200,3,0,1953,0,0,1), - (87323,4442,47,6103,0,2101.38,1594.22,80.493,2.3911,7200,1,0,2400,0,0,1), - (87324,4511,47,4713,0,2115.27,1665.87,59.4845,2.30383,7200,3,0,1953,0,0,1), - (87325,4519,47,6100,0,2103.36,1601.37,80.8787,4.44461,7200,1,0,2196,756,0,1), - (87326,4516,47,6098,0,2107.68,1609.01,80.7722,4.79965,7200,1,0,2532,2718,0,1), - (87327,4525,47,4647,0,2117.18,1693.67,80.5766,5.96903,7200,0,0,2433,852,0,0), - (87328,4518,47,6099,0,2072.74,1728.61,77.0211,1.3439,7200,0,0,2319,811,0,0), - (87329,6035,47,6106,0,2066.02,1742.89,76.7197,0.174533,7200,0,0,2097,0,0,0), - (87330,4525,47,4647,0,2065.17,1733.95,76.6257,0.349066,7200,0,0,2433,852,0,0), - (87331,4525,47,4647,0,2122.63,1707.94,80.495,4.83456,7200,0,0,2433,852,0,0), - (87332,4518,47,6099,0,2128.07,1619.58,81.6695,5.20059,7200,0,0,2319,811,0,0), - (87333,4516,47,6098,0,2115.27,1580.91,81.4457,3.60296,7200,1,0,2532,2718,0,1), - (87334,4442,47,6103,0,2132.31,1584.01,81.5,0.791037,7200,0,0,2400,0,0,0), - (87335,4519,47,6100,0,2092.09,1556.07,81.2769,2.55439,7200,5,0,2196,756,0,1), - (87336,4516,47,6098,0,2121.33,1569.75,80.5072,1.95454,7200,5,0,2532,2718,0,1), - (87337,4518,47,6099,0,2132.76,1613.51,81.8362,0.340052,7200,0,0,2319,811,0,0), - (87338,4532,47,6105,0,2146.03,1614.74,81.6781,4.85866,7200,0,0,2865,0,0,0), - (87340,4532,47,6105,0,2138.38,1630.94,81.7384,1.32335,7200,0,0,2865,0,0,0), - (87342,4519,47,6100,0,2106.03,1551.15,81.6238,2.23835,7200,1,0,2196,756,0,1), - (87343,4519,47,6100,0,2103.12,1539.16,87.1971,6.11408,7200,0,0,2196,756,0,0), - (87344,4516,47,6098,0,2111.93,1550.17,81.6238,0.545883,7200,1,0,2532,2718,0,1), - (87345,4442,47,6103,0,2131.74,1573.88,81.4973,4.40274,7200,0,0,2400,0,0,0), - (87346,6168,47,6110,0,2142.99,1581.57,80.3842,3.08923,36000,0,0,1953,693,0,0), - (87347,4516,47,6098,0,2139.5,1588.47,80.7736,3.82997,7200,1,0,2532,2718,0,1), - (87349,4623,47,6103,0,2132.34,1657.14,82.0877,4.72984,7200,0,0,2250,0,0,0), - (87350,4623,47,6103,0,2125.63,1658.24,82.385,5.96903,7200,0,0,2250,0,0,0), - (87351,4442,47,6103,0,2030.6,1498.11,72.9933,2.33874,7200,6,0,2400,0,0,1), - (87352,4523,47,6111,0,2158.89,1549.53,72.0155,5.16617,7200,0,0,2070,732,0,0), - (87353,4523,47,6111,0,2152.3,1539.39,72.9732,5.74726,7200,0,0,2070,732,0,0), - (87354,4442,47,6103,0,2137.49,1506.01,72.6925,4.3872,7200,0,1,2400,0,0,2), - (87355,4442,47,6103,0,2152.14,1525.3,72.9292,4.19474,7200,2,0,2400,0,0,1), - (87356,4623,47,6103,0,2161.15,1628.09,81.7039,1.72788,7200,0,0,2250,0,0,0), - (87357,4424,47,6097,0,2082.31,1463.54,73.1789,5.46288,36000,0,0,3450,2196,0,0), - (87358,4531,47,4453,0,2104.29,1469.47,73.7013,5.53269,7200,0,0,2559,0,0,0), - (87359,4442,47,6103,0,2036.76,1475.77,67.6265,2.25853,7200,0,0,2400,0,0,0), - (87360,4522,47,6110,0,2122.21,1485.49,73.082,4.21812,7200,0,0,2196,756,0,0), - (87362,4442,47,6103,0,2169.8,1522.93,71.2909,0.226893,7200,0,0,2400,0,0,0), - (87363,4516,47,6098,0,2155.97,1500.49,67.5142,3.82223,7200,0,1,2532,2718,0,2), - (87364,4523,47,6111,0,2135.65,1493.45,73.0833,0.447883,7200,0,0,2070,732,0,0), - (87365,4532,47,6105,0,2154.73,1494.14,67.932,0.186359,7200,0,0,2865,0,0,0), - (87367,4442,47,6103,0,2160.14,1507.1,67.0769,0.885894,7200,0,0,2400,0,0,0), - (87368,4442,47,6103,0,2157.61,1508.76,67.4724,0.852833,7200,0,0,2400,0,0,0), - (87370,4516,47,6098,0,2064.3,1459.09,67.4689,0.511291,7200,2,0,2532,2718,0,1), - (87371,4531,47,4453,0,2101.57,1450.09,73.8959,1.93731,7200,0,0,2559,0,0,0), - (87372,4516,47,6098,0,2132.69,1461.15,66.3519,5.21432,7200,2,0,2532,2718,0,1), - (87373,4523,47,6111,0,2078.71,1443.38,66.6624,1.18513,7200,0,0,2070,732,0,0), - (87374,4442,47,6103,0,2182.08,1526.04,71.5105,3.31613,7200,0,0,2400,0,0,0), - (87375,4442,47,6103,0,2152.56,1474.26,67.0982,2.98618,7200,2,0,2400,0,0,1), - (87377,4442,47,6103,0,2178.74,1496.08,73.0912,4.17241,7200,0,1,2400,0,0,2), - (87378,4440,47,6112,0,2183.11,1596.42,79.9248,5.85803,7200,2,0,2319,1622,0,1), - (87379,4515,47,6093,0,2191.84,1498.61,73.4284,2.04204,7200,0,0,2196,756,0,0), - (87380,4442,47,6103,0,2194.78,1501.7,73.3301,1.8675,7200,0,0,2400,0,0,0), - (87381,4518,47,6099,0,2207.6,1611.83,81.6424,4.99159,7200,2,0,2319,811,0,1), - (87382,4440,47,6112,0,2177.46,1638.82,81.1093,3.66033,7200,0,0,2319,1622,0,0), - (87383,4623,47,6103,0,2159.3,1636,81.8871,5.3058,7200,0,0,2250,0,0,0), - (87384,4525,47,4647,0,2189.81,1608.4,80.4038,2.44378,7200,0,0,2433,852,0,0), - (87385,4525,47,4647,0,2182.19,1623.39,81.4333,5.16836,7200,0,0,2433,852,0,0), - (87386,4420,47,4652,0,2203.13,1640.05,85.9022,4.7822,36000,0,0,5600,0,0,0), - (87387,4438,47,6078,0,2205.98,1644.75,85.927,4.76475,7200,0,0,1358,0,0,0), - (87388,4438,47,6078,0,2198.4,1642.08,86.0778,4.93928,7200,0,0,1358,0,0,0), - (87389,4518,47,6099,0,2213.49,1602.72,81.305,5.09984,7200,2,0,2319,811,0,1), - (87390,4511,47,4713,0,2166,1686.35,58.7368,2.93215,7200,3,0,1953,0,0,1), - (87391,4511,47,4713,0,2149.51,1685.73,58.4076,6.07375,7200,3,0,1953,0,0,1), - (87392,4514,47,2453,0,2149.64,1674.07,58.9446,3.71252,7200,3,0,2097,0,0,1), - (87393,4623,47,6103,0,2145.39,1626.96,81.6809,1.88496,7200,0,0,2250,0,0,0), - (87394,4623,47,6103,0,2142.8,1626.55,81.6695,2.04204,7200,0,0,2250,0,0,0), - (87395,4516,47,6098,0,2099.47,1436.66,63.6857,2.69286,7200,2,0,2532,2718,0,1), - (87396,4442,47,6103,0,2116.94,1439.54,64.0232,4.485,7200,0,1,2400,0,0,2), - (87397,4442,47,6103,0,2124.19,1434.84,64.4478,2.3911,7200,0,0,2400,0,0,0), - (87398,4442,47,6103,0,2119.56,1430.03,64.191,2.51327,7200,0,0,2400,0,0,0), - (87399,4440,47,6112,0,2143.63,1430.93,75.9218,2.32917,7200,0,0,2319,1622,0,0), - (87400,4428,47,4644,0,2146.43,1411.24,73.9538,1.5708,36000,0,0,3450,1464,0,0), - (87401,4515,47,6093,0,2140.53,1413.85,73.8868,0.872665,7200,0,0,2196,756,0,0), - (87402,4523,47,6111,0,2143.27,1450.44,77.9961,3.27257,7200,0,0,2070,732,0,0), - (87403,4523,47,6111,0,2155.1,1429.69,74.3329,4.68963,7200,0,0,2070,732,0,0), - (87404,4522,47,6110,0,2163.2,1460.34,73.8618,5.92303,7200,0,0,2196,756,0,0), - (87405,4523,47,6111,0,2154.74,1414.62,74.248,2.00713,7200,0,0,2070,732,0,0), - (87407,4522,47,6110,0,2178.63,1474.3,72.359,5.17167,7200,0,0,2196,756,0,0), - (87408,4520,47,4647,0,2183.96,1480.54,72.9076,5.19729,7200,0,0,1830,982,0,0), - (87411,4623,47,6103,0,2181.49,1569.14,74.8526,4.27606,7200,0,0,2250,0,0,0), - (87412,4623,47,6103,0,2174.52,1571.72,75.023,4.5204,7200,0,0,2250,0,0,0), - (87413,4511,47,4713,0,2167.05,1701.62,55.0645,0.609866,7200,3,0,1953,0,0,1), - (87414,4518,47,6099,0,2129.74,1707.63,80.1145,4.31096,7200,1,0,2319,811,0,1), - (87415,4514,47,2453,0,2152.54,1722.03,52.0952,4.2182,7200,3,0,2097,0,0,1), - (87416,4512,47,4714,0,2069.06,1701.43,57.604,0.081818,7200,3,0,2559,0,0,1), - (87417,4511,47,4713,0,2122.66,1738.86,52.8069,5.86431,7200,3,0,1953,0,0,1), - (87418,4623,47,6103,0,2091.51,1747.41,77.6711,3.87463,7200,0,0,2250,0,0,0), - (87419,4623,47,6103,0,2088.14,1753.08,77.7836,3.38594,7200,0,0,2250,0,0,0), - (87420,4511,47,4713,0,2138.32,1744.36,52.5633,4.83456,7200,3,0,1953,0,0,1), - (87421,6035,47,6106,0,2133.73,1699,80.8284,3.01942,7200,0,0,2097,0,0,0), - (87422,4514,47,2453,0,2112.07,1785.14,48.3863,1.91986,7200,5,0,2097,0,0,1), - (87423,4511,47,4713,0,2046.61,1765.31,59.4647,4.47792,7200,3,0,1953,0,0,1), - (87424,4514,47,2453,0,2080.08,1784.59,54.7743,3.77963,7200,3,0,2097,0,0,1), - (87425,4511,47,4713,0,2122.35,1795.3,47.4118,3.84249,7200,5,0,1953,0,0,1), - (87426,4541,47,4754,0,2116.68,1791.75,47.8211,6.1975,7200,0,0,2400,0,0,0), - (87427,4514,47,2453,0,2034.61,1761.75,60.3106,5.41052,7200,3,0,2097,0,0,1), - (87428,4511,47,4713,0,2108.24,1802.07,48.2446,4.34587,7200,3,0,1953,0,0,1), - (87429,4541,47,4754,0,2033.69,1758.07,60.359,4.32145,7200,0,1,2400,0,0,2), - (87430,4623,47,6103,0,2094.39,1773.56,78.3322,4.41863,7200,0,1,2250,0,0,2), - (87431,4623,47,6103,0,2090.83,1774.64,78.2311,4.41864,7200,0,1,2250,0,0,2), - (87432,4511,47,4713,0,2137.51,1801.25,47.2841,3.92376,7200,3,0,1953,0,0,1), - (87433,4623,47,6103,0,2112.36,1822.53,80.5358,4.01426,7200,0,0,2250,0,0,0), - (87434,4623,47,6103,0,2105.5,1822.47,79.8917,4.76475,7200,0,0,2250,0,0,0), - (87435,4541,47,4754,0,2070.68,1846.22,55.0831,0.164225,7200,0,1,2400,0,0,2), - (87436,4512,47,4714,0,2067.03,1848.41,55.3226,3.0186,7200,3,0,2559,0,0,1), - (87437,4514,47,2453,0,2070.68,1850.47,54.8515,1.12912,7200,3,0,2097,0,0,1), - (87438,4514,47,2453,0,2037.19,1861.59,55.9585,5.81195,7200,3,0,2097,0,0,1), - (87439,4514,47,2453,0,2038.64,1851.96,56.2026,0.087266,7200,3,0,2097,0,0,1), - (87440,4511,47,4713,0,2091.11,1860.09,51.0466,5.74213,7200,3,0,1953,0,0,1), - (87441,4511,47,4713,0,2117.48,1851.08,49.4163,3.36736,7200,5,0,1953,0,0,1), - (87442,4510,47,2596,0,2186.77,1789.49,65.149,0.890118,7200,0,0,468,0,0,0), - (87443,4437,47,4758,0,2184.15,1806.62,64.4971,1.43117,7200,0,0,2097,0,0,0), - (87444,4514,47,2453,0,2136.7,1847.94,48.7465,2.61795,7200,3,0,2097,0,0,1), - (87445,4508,47,7155,0,2194.38,1791.69,65.5727,2.11185,7200,0,0,1886,0,0,0), - (87446,4437,47,4758,0,2162.25,1857.61,56.9991,2.76155,7200,0,1,2097,0,0,2), - (87447,4437,47,4758,0,2196.63,1805.74,64.9593,2.14675,7200,0,0,2097,0,0,0), - (87448,4517,47,6096,0,2178.31,1844.27,58.402,5.20154,7200,2,0,1953,2079,0,1), - (87449,4517,47,6096,0,2193.06,1836.15,60.3219,3.77636,7200,5,0,1953,2079,0,1), - (87450,4437,47,4758,0,2195.43,1817.05,62.2787,3.32956,7200,2,0,2097,0,0,1), - (87451,4437,47,4758,0,2185.42,1828.12,60.8356,4.73733,7200,2,0,2097,0,0,1), - (87452,4437,47,4758,0,2161.58,1861.86,56.8861,3.76991,7200,0,0,2097,0,0,0), - (87453,4437,47,4758,0,2163.72,1852.09,56.9746,3.05433,7200,0,0,2097,0,0,0), - (87454,4623,47,6103,0,2110.01,1886.77,72.0235,5.044,7200,0,0,2250,0,0,0), - (87455,4623,47,6103,0,2116.88,1883.83,71.6591,4.13643,7200,0,0,2250,0,0,0), - (87456,4517,47,6096,0,2178.34,1855.08,58.1964,3.70765,7200,2,0,1953,2079,0,1), - (87457,4517,47,6096,0,2190.8,1862.36,58.5014,2.33087,7200,2,0,1953,2079,0,1), - (87458,4518,47,6099,0,2141.91,1918.87,66.5693,4.34914,7200,0,0,2319,811,0,0), - (87459,4538,47,1955,0,2078.21,1962.31,63.0147,5.65254,7200,3,0,2865,0,0,1), - (87460,4538,47,1955,0,2056.44,1920.13,69.4711,2.73908,7200,3,0,2865,0,0,1), - (87461,4538,47,1955,0,2081.88,1939.52,65.5034,4.63723,7200,3,0,2865,0,0,1), - (87462,4539,47,1954,0,2081.03,1945.39,63.9449,1.96165,7200,3,0,3171,0,0,1), - (87463,4538,47,1955,0,2062.59,1938.86,64.7527,1.56869,7200,3,0,2865,0,0,1), - (87464,4538,47,1955,0,2092.03,1966.71,64.9646,0.428552,7200,3,0,2865,0,0,1), - (87465,4623,47,6103,0,2156.87,1934.31,65.7587,0.628319,7200,0,0,2250,0,0,0), - (87466,4440,47,6112,0,2145.96,1931.02,67.293,1.00215,7200,2,0,2319,1622,0,1), - (87467,4538,47,1955,0,2115.17,1983.69,65.5089,1.03096,7200,3,0,2865,0,0,1), - (87468,4539,47,1954,0,2104.03,1983.46,64.8704,1.91355,7200,3,0,3171,0,0,1), - (87469,4539,47,1954,0,2077.04,1981.47,63.4643,3.90556,7200,5,0,3171,0,0,1), - (87470,4538,47,1955,0,2188.91,1974.78,55.7724,4.01327,7200,3,0,2865,0,0,1), - (87471,4538,47,1955,0,2151.14,1964.97,63.8306,4.67624,7200,3,0,2865,0,0,1), - (87472,4538,47,1955,0,2151.72,1988.22,59.9977,1.71821,7200,3,0,2865,0,0,1), - (87473,4538,47,1955,0,2161.92,1961.04,58.5643,1.52629,7200,3,0,2865,0,0,1), - (87474,4538,47,1955,0,2135.6,1978.41,60.1695,4.4854,7200,3,0,2865,0,0,1), - (87475,4539,47,1954,0,2161.05,1994.36,60.9008,4.02457,7200,3,0,3171,0,0,1), - (87476,4538,47,1955,0,2164.3,1954.43,58.1978,2.01097,7200,3,0,2865,0,0,1), - (87477,4538,47,1955,0,2128.13,2000.48,64.2687,6.08115,7200,3,0,2865,0,0,1), - (87478,4427,47,6104,0,2067.27,1999.35,64.9261,5.72468,7200,0,0,1953,2079,0,0), - (87479,4519,47,6100,0,2071.89,2004.52,63.3572,5.44543,7200,0,0,2196,756,0,0), - (87480,4427,47,6104,0,2076.73,2009.28,62.5202,5.23599,7200,0,0,1953,2079,0,0), - (87481,4625,47,6101,0,2069.23,2015.3,64.0441,2.40855,7200,0,0,328,0,0,0), - (87482,4625,47,6101,0,2063.81,2008.77,64.2132,2.47837,7200,0,0,328,0,0,0), - (87483,4539,47,1954,0,2131.13,2006.93,64.8492,4.33878,7200,3,0,3171,0,0,1), - (87484,4539,47,1954,0,2143.74,2012.88,65.5523,2.77843,7200,5,0,3171,0,0,1), - (87485,4425,47,4735,0,2200.76,1978.19,56.7228,3.735,36000,0,0,5285,0,0,0), - (87486,4422,47,2450,0,1994.4,1976.44,63.292,0.750492,36000,0,1,6400,0,0,2), - (87487,4421,47,4642,0,2190.4,1864.29,79.1389,1.37881,36000,0,0,6900,2196,0,0), - (87488,6035,47,6106,0,2160.86,1929.84,65.8223,0.855211,7200,0,0,2097,0,0,0), - (87489,6035,47,6106,0,2161.93,1920.36,66.592,5.78799,7200,0,0,2097,0,0,0), - (87517,15324,509,0,0,-9162.49,1518.8,22.7809,0.226893,21600,0,0,50304,0,0,0), - (87518,15324,509,0,0,-9148.94,1510.32,21.9923,0.942478,21600,0,0,50304,0,0,0), - (87519,15324,509,0,0,-9067.32,1673.46,23.0715,4.31096,21600,0,0,50304,0,0,0), - (87520,15324,509,0,0,-9053.82,1664.36,22.9385,3.9968,21600,0,0,50304,0,0,0), - (87521,15324,509,0,0,-8706.15,1552.28,31.9903,5.41052,21600,0,0,50304,0,0,0), - (87522,15324,509,0,0,-8693.79,1565.82,31.9903,5.35816,21600,0,0,50304,0,0,0), - (87523,15324,509,0,0,-8531.85,1515.69,33.2644,0.767945,21600,0,0,50304,0,0,0), - (87524,15324,509,0,0,-8517.44,1505.66,33.3647,0.837758,21600,0,0,50304,0,0,0), - (87525,15590,509,0,0,-9407.72,1960.2,85.6391,1.11701,300,0,0,42,0,0,0), - (87527,15502,531,15480,0,-8496.22,1932.54,135.657,1.19131,3520,0,0,55000,5751,0,0), - (87528,15504,531,15482,0,-8499.44,1933.48,135.623,1.03423,3520,0,0,48000,5751,0,0), - (87529,15503,531,15481,0,-8500.2,1937.25,135.669,0.437326,3520,0,0,55000,5751,0,0), - (87559,15727,531,15787,0,-8570.25,1991.36,100.4,3.47,604800,0,0,999300,0,0,0), - (87560,15589,531,15556,0,-8570.3,1991.26,100.4,3.44,604800,0,0,1332400,0,0,0), - (87561,15378,531,15420,0,-8652.2,2020.92,108.58,3.65,604800,0,0,346200,78600,0,0), - (87562,15379,531,15419,0,-8660.63,2022.4,108.58,4.09,604800,0,0,365000,78600,0,0), - (87563,15380,531,15418,0,-8663.34,2029.9,108.58,4.31,604800,0,0,1599000,78600,0,0), - (87564,15264,531,0,0,-8159.37,2144.16,129.564,4.08407,1800,0,0,110040,0,0,0), - (87565,15264,531,0,0,-8156.46,2119.58,129.203,3.57792,1800,0,0,110040,0,0,0), - (87566,15264,531,0,0,-8206.18,2164.81,129.467,5.02655,1800,0,0,110040,0,0,0), - (87567,15264,531,0,0,-8182.61,2166.21,129.64,4.64258,1800,0,0,110040,0,0,0), - (87568,15264,531,0,0,-8314.34,2119.22,118.263,0.541052,1800,0,0,110040,0,0,0), - (87569,15264,531,0,0,-8297.35,2075.67,118.269,0.610865,1800,0,0,110040,0,0,0), - (87570,15264,531,0,0,-8288.92,2054.5,118.3,0.523599,1800,0,0,110040,0,0,0), - (87571,15264,531,0,0,-8321.97,2142.68,118.266,0.628318,1800,0,0,110040,0,0,0), - (87595,15233,531,14521,0,-8406.11,2064.33,116.31,3.45,3520,0,0,62880,0,0,0), - (87596,15233,531,14521,0,-8403.01,2054.74,116.31,3.45,3520,0,0,62880,0,0,0), - (87597,15247,531,15360,0,-8403.12,2059.62,116.31,3.48,3520,0,0,78600,0,0,0), - (87598,15247,531,15360,0,-8600.16,1965.52,-0.96,0.28,3520,0,0,78600,0,0,0), - (87599,15233,531,14521,0,-8598.99,1961.96,-1.01,0.33,3520,0,0,62880,0,0,0), - (87600,15233,531,14521,0,-8603.74,1969.18,-0.87,0.18,3520,0,0,62880,0,0,0), - (87601,15543,531,15657,0,-8586.73,2173.15,-4.33533,5.05628,604800,0,0,299790,0,0,0), - (87602,15511,531,15656,0,-8567.05,2175.89,-4.06608,4.36944,604800,0,0,266480,0,0,0), - (87603,15544,531,15658,0,-8549.55,2161.72,-3.6664,4.46724,604800,0,0,433030,0,0,2), - (87604,15247,531,15360,0,-8563.38,2102.07,-1.35,2.61,3520,0,0,78600,0,0,0), - (87605,15247,531,15360,0,-8555.49,2106.95,-0.93,2.95,3520,0,0,78600,0,0,0), - (87606,15247,531,15360,0,-8626.44,2103.67,-2.04,5.97,3520,0,0,78600,0,0,0), - (87607,15247,531,15360,0,-8633.32,2114.82,-1.96,5.75,3520,0,0,78600,0,0,0), - (87608,15233,531,14521,0,-8641.95,2122.7,-1.2,5.88,3520,0,0,62880,0,0,0), - (87609,15233,531,14521,0,-8633.06,2123.49,-2.15,5.48,3520,0,0,62880,0,0,0), - (87610,15233,531,14521,0,-8623.73,2112.95,-2.93,5.44,3520,0,0,62880,0,0,0), - (87611,15233,531,14521,0,-8563.39,2111.54,-2.33,4.2,3520,0,0,62880,0,0,0), - (87612,15233,531,14521,0,-8556.94,2101.32,-0.71,3.5,3520,0,0,62880,0,0,0), - (87613,15233,531,14521,0,-8552.83,2111.73,-1.15,3.74,3520,0,0,62880,0,0,0), - (87617,15233,531,14521,0,-8395.37,2060.33,9.77,3.74,3520,0,0,62880,0,0,0), - (87618,15233,531,14521,0,-8391.34,2054.13,9.78,3.67,3520,0,0,62880,0,0,0), - (87619,15233,531,14521,0,-8388.18,2059.41,9.33,3.96,3520,0,0,62880,0,0,0), - (87620,15233,531,14521,0,-8383.03,2056.46,9.71,3.78,3520,0,0,62880,0,0,0), - (87621,15233,531,14521,0,-8392.62,2067.56,9.74,4.76,3520,0,0,62880,0,0,0), - (87622,15233,531,14521,0,-8388.35,1923.15,4.15,1.74,3520,0,0,62880,0,0,0), - (87623,15233,531,14521,0,-8396.56,1921.35,2.73,1.79,3520,0,0,62880,0,0,0), - (87624,15233,531,14521,0,-8402.99,1920.12,3.19,1.66,3520,0,0,62880,0,0,0), - (87625,15233,531,14521,0,-8387.24,1911.85,3.55,1.89,3520,0,0,62880,0,0,0), - (87626,15233,531,14521,0,-8393.85,1914.66,2.69,1.85,3520,0,0,62880,0,0,0), - (87627,15233,531,14521,0,-8406.15,1925.19,3.74,1.35,3520,0,0,62880,0,0,0), - (87628,15233,531,14521,0,-8319.77,1891.58,-0.19,2.02,3520,0,0,62880,0,0,0), - (87629,15233,531,14521,0,-8321.11,1881.9,-1.52,2.07,3520,0,0,62880,0,0,0), - (87630,15233,531,14521,0,-8331.11,1893.05,-1.78,2.34,3520,0,0,62880,0,0,0), - (87631,15233,531,14521,0,-8335.78,1888.46,-2.14,2.35,3520,0,0,62880,0,0,0), - (87632,15233,531,14521,0,-8335.26,1875.25,-2.14,1.83,3520,0,0,62880,0,0,0), - (87633,15233,531,14521,0,-8330.58,1876.62,-2.15,1.66,3520,0,0,62880,0,0,0), - (87634,15233,531,14521,0,-8296.14,1818.67,-5.29,3.72,3520,0,0,62880,0,0,0), - (87635,15233,531,14521,0,-8303.3,1814.39,-5.97,3.68,3520,0,0,62880,0,0,0), - (87636,15233,531,14521,0,-8295.39,1809.42,-7.42,2.35,3520,0,0,62880,0,0,0), - (87637,15233,531,14521,0,-8348.4,1968.66,-2.12,3.4,3520,0,0,62880,0,0,0), - (87638,15233,531,14521,0,-8350.7,1975.74,-2.22,3.51,3520,0,0,62880,0,0,0), - (87639,15233,531,14521,0,-8346.72,1813.64,0.29,2.29,3520,0,0,62880,0,0,0), - (87640,15233,531,14521,0,-8351.93,1808.32,-0.72,2.37,3520,0,0,62880,0,0,0), - (87641,15233,531,14521,0,-8357.3,1813.57,0.05,2.37,3520,0,0,62880,0,0,0), - (87642,15233,531,14521,0,-8360.87,1805.96,0.82,4.27,3520,0,0,62880,0,0,0), - (87643,15233,531,14521,0,-8339.44,1807.64,-0.03,2.21,3520,0,0,62880,0,0,0), - (87644,15233,531,14521,0,-8365.26,1813.2,1.78,1.32,3520,0,0,62880,0,0,0), - (87648,15516,531,15583,0,-8337.2,1596.45,-31.2387,0.923705,604800,0,0,749475,0,0,2), - (87649,15984,531,15465,0,-8333.34,1601.4,-32.4308,0.923705,604800,0,0,94320,0,0,0), - (87650,15984,531,15465,0,-8334.68,1590.67,-30.7361,0.923705,604800,0,0,94320,0,0,0), - (87651,15984,531,15465,0,-8343.36,1596.95,-30.7423,0.923705,604800,0,0,94320,0,0,0), - (87671,15233,531,14521,0,-8596.38,1970.59,-0.99,0.41,3520,0,0,62880,0,0,0), - (87672,15230,531,15334,0,-8573.15,1995.84,-2.8,4.63,3520,0,0,50304,0,0,0), - (87673,15230,531,15334,0,-8578.19,1996.83,-2.17,4.69,3520,0,0,50304,0,0,0), - (87674,15230,531,15334,0,-8583.84,1997.07,-1.53,4.78,3520,0,0,50304,0,0,0), - (87675,15230,531,15334,0,-8406.4,2002.82,6.82,1.68,3520,0,0,50304,0,0,0), - (87676,15230,531,15334,0,-8402.46,2008.78,8.25,4.83,3520,0,0,50304,0,0,0), - (87677,15230,531,15334,0,-8413.65,2008.31,7.93,5.23,3520,0,0,50304,0,0,0), - (87734,15262,531,0,0,-8377,2070.66,144.884,1.80392,1800,0,0,170940,24340,0,2), - (87736,15262,531,0,0,-8277.65,2067.65,118.259,1.77493,1800,0,0,170940,24340,0,2), - (87901,15229,531,15434,0,-7955.62,1322.46,-90.46,4.38823,600,0,0,81744,0,0,2), - (87902,15229,531,15434,0,-7903.95,1411.55,-66.4528,4.24687,600,0,0,81744,0,0,2), - (87903,15229,531,15434,0,-7940.78,1491.18,-64.0933,5.48118,600,0,0,81744,0,0,2), - (87904,15229,531,15434,0,-7977.78,1572.38,-61.796,5.14348,600,0,0,81744,0,0,2), - (87905,15229,531,15434,0,-8027.47,1553.08,-66.5098,2.26892,600,0,0,81744,0,0,2), - (87906,15229,531,15434,0,-8160.64,1669.32,-36.0642,6.27443,600,0,0,81744,0,0,2), - (87911,15510,531,15743,0,-8085.39,1196.72,-91.97,0.62,604800,0,0,999300,0,0,0), - (87938,15299,531,15686,0,-7992.36,908.19,-52.62,1.68,604800,0,0,1998600,0,0,0), - (87939,15240,531,15533,0,-8209.56,1289.16,-90.49,5.33,3520,0,0,97110,0,0,0), - (87940,15240,531,15533,0,-8254.52,1298.11,-84.16,2.46,3520,0,0,97110,0,0,0), - (87941,15240,531,15533,0,-8249.72,1346.51,-84.72,3.5,3520,0,0,97110,0,0,0), - (87942,15240,531,15533,0,-8292.26,1339.28,-79.69,3.21,3520,0,0,97110,0,0,0), - (87943,15240,531,15533,0,-8320.38,1367.79,-72.52,2.89,3520,0,0,97110,0,0,0), - (87944,15240,531,15533,0,-8361,1334,-64.32,3.79,3520,0,0,97110,0,0,0), - (88014,15509,531,15739,0,-8532.09,1696.53,-90.26,1.57,604800,0,0,999300,0,0,2), - (88015,15277,531,0,0,-8760.56,1575.33,-89.3109,0,43200,0,1,485550,0,0,2), - (88016,15277,531,0,0,-8873.33,1518.94,-94.9602,0,43200,0,1,485550,0,0,2), - (88017,15277,531,0,0,-8918.98,1364.06,-104.262,0,43200,0,1,485550,0,0,2), - (88018,15277,531,0,0,-8823.84,1504.05,-94.5167,0,43200,0,1,485550,0,0,2), - (88019,15277,531,0,0,-8937.76,1457.64,-91.8863,0,43200,0,1,485550,0,0,2), - (88020,15311,531,0,0,-9084.29,1768.59,-42.8992,3.25566,28800,0,0,299790,0,0,0), - (88021,15311,531,0,0,-9133.94,1814.82,-42.803,5.15033,28800,0,0,299790,0,0,0), - (88022,15312,531,0,0,-9140.43,1802.03,-42.0948,5.45664,28800,0,0,125750,52206,0,0), - (88023,15312,531,0,0,-9122.37,1809.36,-42.5966,4.42982,28800,0,0,125750,52206,0,0), - (88024,15312,531,0,0,-9087.23,1782.03,-42.4771,3.39706,28800,0,0,125750,52206,0,0), - (88025,15312,531,0,0,-8918.73,1846.71,-23.1512,2.60632,28800,0,0,125750,52206,0,0), - (88026,15312,531,0,0,-8995.67,1903.95,-42.0338,3.68231,28800,0,0,125750,52206,0,0), - (88027,15312,531,0,0,-9090.76,1755.77,-42.0683,2.81383,28800,0,0,125750,52206,0,0), - (88028,15312,531,0,0,-9016.39,1919.95,-44.3726,4.52661,28800,0,0,125750,52206,0,0), - (88029,15312,531,0,0,-8914.04,1874.63,-22.0701,3.09699,28800,0,0,125750,52206,0,0), - (88030,15252,531,15340,0,-9020.22,1855.98,-44.2076,4.86,28800,0,0,266480,0,0,2), - (88035,15252,531,15340,0,-9078.48,1388.96,-107.236,4.86,28800,0,0,266480,0,0,2), - (88036,15252,531,15340,0,-9226.53,1587.07,-74.5633,4.86,28800,0,0,266480,0,0,2), - (88037,15252,531,15340,0,-9128.77,1747.88,-42.5123,4.86,28800,0,0,266480,0,0,2), - (88038,15252,531,15340,0,-9092.95,1804.28,-43.6435,4.86,28800,0,0,266480,0,0,2), - (88039,15252,531,15340,0,-9093.4,1350.5,-105.643,4.86,28800,0,0,266480,0,0,2), - (88057,15252,531,15340,0,-9097.76,1425.84,-107.122,4.86,28800,0,0,266480,0,0,2), - (88058,15252,531,15340,0,-9176.37,1575.96,-80.7412,4.86,28800,0,0,266480,0,0,2), - (88063,15311,531,0,0,-8998.12,1920.15,-44.0511,4.28385,28800,0,0,299790,0,0,0), - (88064,15311,531,0,0,-8910.13,1861.28,-22.4967,3.25762,28800,0,0,299790,0,0,0), - (88072,15963,531,15932,0,-8952.7,1235.39,-112.44,1.72,604800,0,0,3331,0,0,0), - (88073,15957,531,15509,0,-9188.45,2091.56,-64.17,6.01,6380,0,0,3052,0,0,0), - (88074,15262,531,0,0,-8258.03,2124.34,120.573,6.19592,1800,0,0,170940,24340,0,2), - (88075,15263,531,0,0,-8346.05,2080.98,125.732,0.401426,604800,0,0,466375,393000,0,0), - (88076,15275,531,15761,0,-9019.14,1180.07,-104.17,0.72,604800,0,0,2165150,0,0,0), - (88077,15276,531,15778,0,-8874.06,1204.74,-104.17,2.77,604800,0,0,1732250,471600,0,0), - (88078,16381,533,16158,0,3005.77,-3486.86,299.73,1.62,3520,0,0,19500,243400,0,0), - (81669,16244,533,0,0,2868.36,-3555.31,297.945,1.22173,3600,0,0,94320,0,0,0), - (81668,16243,533,0,0,2878.47,-3556.36,297.945,0.279253,3600,0,0,141480,0,0,0), - (81667,16244,533,0,0,2866.23,-3547.93,297.947,0.418879,3600,0,0,94320,0,0,0), - (81666,16244,533,0,0,2875.72,-3547.32,297.698,0.925025,3600,0,0,94320,0,0,0), - (81665,16243,533,0,0,2871.92,-3540.69,297.699,0.837758,3600,0,0,141480,0,0,0), - (81664,16244,533,0,0,2888.01,-3486.66,297.704,3.92699,3600,0,0,94320,0,0,0), - (81661,16243,533,0,0,2929.95,-3527.9,297.837,2.21657,3600,0,0,141480,0,0,0), - (81662,16244,533,0,0,2899.31,-3481.33,297.949,3.66519,3600,0,0,94320,0,0,0), - (81663,16243,533,0,0,2885.54,-3477.04,297.705,3.7001,3600,0,0,141480,0,0,0), - (81658,16244,533,0,0,2939.56,-3513.23,297.712,1.06465,3600,0,0,94320,0,0,0), - (81659,16243,533,0,0,2897.14,-3489.76,297.95,3.87463,3600,0,0,141480,0,0,0), - (81660,16244,533,0,0,2894.23,-3474.81,297.718,3.735,3600,0,0,94320,0,0,0), - (81657,16244,533,0,0,2931.75,-3513.61,297.806,2.25148,3600,0,0,94320,0,0,0), - (88092,16168,533,0,0,2840.63,-3479.6,297.95,5.02655,3600,0,0,264075,24860,0,0), - (88093,16168,533,0,0,2840.73,-3499.91,297.94,1.25664,3600,0,0,264075,24860,0,0), - (88094,16168,533,0,0,2733.12,-3490.58,262.15,0.017994,3600,0,0,264075,24860,0,2), - (88095,16168,533,0,0,2866.62,-3472.71,297.696,4.89532,3600,0,0,264075,24860,0,2), - (88096,16168,533,14710,0,2808.59,-3482.06,286.13,4.64,3520,0,0,264075,24860,0,0), - (88097,16168,533,14710,0,2809.14,-3497.45,286.14,1.47,3520,0,0,264075,24860,0,0), - (88098,16168,533,0,0,2777.77,-3482.43,274.119,4.69494,3600,0,0,264075,24860,0,0), - (88099,16168,533,0,0,2777.72,-3497.58,274.118,1.5708,3600,0,0,264075,24860,0,0), - (88100,15954,533,0,0,2677.99,-3485.05,261.29,3.72116,604800,0,0,1665500,0,0,2), - (88390,16025,533,0,0,3202.71,-3306.62,292.678,6.26573,3520,0,0,149895,0,0,0), - (88489,16024,533,0,0,3142.45,-3194.97,294.146,2.5989,180,1,0,12208,0,0,1), - (81816,16037,533,0,0,2914.8,-3690.42,286.226,0.883779,30,5,0,10682,0,0,1), - (81815,16037,533,0,0,2881.45,-3723.31,284.623,3.70057,30,5,0,10682,0,0,1), - (81814,16037,533,0,0,2906.19,-3715.62,284.862,2.48932,30,5,0,10682,0,0,1), - (81813,16037,533,0,0,2862.95,-3702.28,283.375,1.32299,30,5,0,10682,0,0,1), - (81812,16037,533,0,0,2869.8,-3718.72,284.162,4.16845,30,5,0,10682,0,0,1), - (81811,16037,533,0,0,2915.78,-3663.67,278.582,2.87676,30,5,0,10682,0,0,1), - (81810,16037,533,0,0,2851.45,-3717.98,286.667,3.26377,30,5,0,10682,0,0,1), - (81809,16037,533,0,0,2899.71,-3694.11,285.44,4.81016,30,5,0,10682,0,0,1), - (81808,16037,533,0,0,2910.16,-3581.52,274.212,4.996,30,5,0,10682,0,0,1), - (81807,16037,533,0,0,2851.07,-3693.53,281.254,1.45104,30,5,0,10682,0,0,1), - (81806,16037,533,0,0,2908.21,-3598.81,275.449,6.00257,30,5,0,10682,0,0,1), - (81805,16037,533,0,0,2893.39,-3653.7,277.04,3.79246,30,5,0,10682,0,0,1), - (81804,16037,533,0,0,2869.12,-3643.08,272.378,0.635907,30,5,0,10682,0,0,1), - (81803,16037,533,0,0,2895.61,-3610.25,273.286,0.667285,30,5,0,10682,0,0,1), - (81802,16037,533,0,0,2840.97,-3601.42,260.357,4.07278,30,5,0,10682,0,0,1), - (81801,16037,533,0,0,2887.77,-3591.83,270.716,6.22683,30,5,0,10682,0,0,1), - (81800,16037,533,0,0,2846.79,-3576,256.708,2.16176,30,5,0,10682,0,0,1), - (81799,16037,533,0,0,2856.49,-3653.81,272.693,0.79529,30,5,0,10682,0,0,1), - (81798,16037,533,0,0,2887.21,-3633.74,273.876,3.59466,30,5,0,10682,0,0,1), - (81797,16037,533,0,0,2860.91,-3585.21,262.448,5.03388,30,5,0,10682,0,0,1), - (81796,16037,533,0,0,2713.61,-3599.97,260.263,4.10152,30,5,0,10682,0,0,1), - (88488,16024,533,0,0,3129.97,-3190.44,294.146,0.486256,180,1,0,12208,0,0,1), - (88487,16024,533,0,0,3150.45,-3202.97,294.146,3.12137,180,1,0,12208,0,0,1), - (88486,16024,533,0,0,3135.6,-3197.74,294.146,2.68666,180,1,0,12208,0,0,1), - (81654,16297,533,0,0,2887.59,-3669.02,279.186,5.70202,300,5,0,25152,0,0,1), - (81653,16297,533,0,0,2900.05,-3687.16,284.876,4.7435,300,5,0,25152,0,0,1), - (81652,16297,533,0,0,2763.86,-3577.34,255.752,3.29754,300,5,0,25152,0,0,1), - (81651,16297,533,0,0,2734.75,-3603.47,258.694,2.35058,300,5,0,25152,0,0,1), - (81650,16297,533,0,0,2712.69,-3607.78,260.632,3.05397,300,5,0,25152,0,0,1), - (81649,16297,533,0,0,2785.11,-3584.64,253.637,4.39514,300,5,0,25152,0,0,1), - (81648,16297,533,0,0,2859.83,-3683.38,279.276,2.39133,300,5,0,25152,0,0,1), - (81647,16297,533,0,0,2841.54,-3686.11,278.137,2.89634,300,5,0,25152,0,0,1), - (81646,16297,533,0,0,2873.48,-3605.54,267.333,2.25662,300,5,0,25152,0,0,1), - (81645,16297,533,0,0,2839.15,-3615.11,260.451,4.99164,300,5,0,25152,0,0,1), - (81644,16297,533,0,0,2877.33,-3583.54,267.709,1.26936,300,5,0,25152,0,0,1), - (81643,16297,533,0,0,2834.19,-3590.74,257.507,0.899536,300,5,0,25152,0,0,1), - (81642,16297,533,0,0,2678.7,-3570.48,261.942,0.559949,300,5,0,25152,0,0,1), - (81641,16297,533,0,0,2689.72,-3579.8,261.325,1.16002,300,5,0,25152,0,0,1), - (24173,6498,1,0,0,-6550.89,-1585.24,-272.087,3.40021,600,0,0,7599,0,0,2), - (81852,16036,533,0,0,2894.94,-3706.86,286.064,6.16085,30,5,0,10682,0,0,1), - (81851,16036,533,0,0,2876.12,-3701.31,284.433,0.846984,30,5,0,10682,0,0,1), - (81435,16034,533,0,0,2850.6,-3686.67,279.16,1.78024,300,0,0,56592,0,0,2), - (81795,16037,533,0,0,2816.57,-3583.17,254.701,1.81337,30,5,0,10682,0,0,1), - (81794,16037,533,0,0,2679.47,-3611.75,262.696,4.50295,30,5,0,10682,0,0,1), - (81793,16037,533,0,0,2811.49,-3601.53,257.799,3.65661,30,5,0,10682,0,0,1), - (81434,16034,533,0,0,2709.6,-3601.9,260.611,2.82743,300,0,0,56592,0,0,2), - (81433,16034,533,0,0,2770.46,-3586.75,256.176,1.44862,300,0,0,56592,0,0,2), - (81432,16034,533,0,0,2844.97,-3609.42,261.367,4.06662,300,0,0,56592,0,0,2), - (81792,16037,533,0,0,2728.03,-3593.53,258.871,2.20168,30,5,0,10682,0,0,1), - (81791,16037,533,0,0,2833.94,-3555.91,253.269,1.36836,30,5,0,10682,0,0,1), - (81790,16037,533,0,0,2705.66,-3572.01,261.494,5.4042,30,5,0,10682,0,0,1), - (81789,16037,533,0,0,2677.9,-3596.34,261.582,3.38753,30,5,0,10682,0,0,1), - (81788,16037,533,0,0,2804.56,-3591.25,255.404,4.71447,30,5,0,10682,0,0,1), - (81787,16037,533,0,0,2696.84,-3599.21,261.29,3.70805,30,5,0,10682,0,0,1), - (81786,16037,533,0,0,2773.7,-3570.05,253.264,4.05317,30,5,0,10682,0,0,1), - (81785,16037,533,0,0,2756.84,-3593.13,257.108,0.245972,30,5,0,10682,0,0,1), - (81784,16037,533,0,0,2749.98,-3572.63,255.623,5.95536,30,5,0,10682,0,0,1), - (81783,16037,533,0,0,2750.46,-3613.72,256.717,3.41259,30,5,0,10682,0,0,1), - (88205,15936,533,16309,0,2795.29,-3708.85,276.563,0.6102,604800,0,0,1832050,0,0,0), - (88206,16236,533,15788,0,2761.28,-3765.37,275.08,1.24,4224,0,0,19500,12000,0,0), - (88207,16236,533,15788,0,2770.17,-3782.11,275.08,1.33,4224,0,0,19500,12000,0,0), - (88208,16236,533,15788,0,2798.11,-3788.94,275.08,2.35,4224,0,0,19500,12000,0,0), - (88209,16236,533,15788,0,2797.91,-3776.86,275.08,2.25,4224,0,0,19500,12000,0,0), - (88210,16236,533,15788,0,2792.06,-3762.52,275.08,2.9,4224,0,0,19500,12000,0,0), - (88211,16236,533,15788,0,2789.87,-3752.15,275.08,2.74,4224,0,0,19500,12000,0,0), - (88212,16236,533,15788,0,2804.21,-3757.96,275.08,3.9,4224,0,0,19500,12000,0,0), - (88213,16236,533,15788,0,2821.16,-3759.75,275.08,4.47,4224,0,0,19500,12000,0,0), - (88214,16236,533,15788,0,2834.64,-3751.23,275.08,4.27,4224,0,0,19500,12000,0,0), - (88215,16236,533,15788,0,2843.54,-3768.08,275.08,3.06,4224,0,0,19500,12000,0,0), - (88216,16236,533,15788,0,2862.4,-3758.3,275.08,4.8,4224,0,0,19500,12000,0,0), - (88217,16236,533,15788,0,2877.8,-3762.46,275.08,4.8,4224,0,0,19500,12000,0,0), - (88218,16236,533,15788,0,2894.11,-3757.89,275.08,4.56,4224,0,0,19500,12000,0,0), - (88219,16236,533,15788,0,2895.25,-3779.5,275.08,2.4,4224,0,0,19500,12000,0,0), - (88220,16236,533,15788,0,2881.59,-3782.22,275.08,2.79,4224,0,0,19500,12000,0,0), - (88221,16236,533,15788,0,2867.2,-3778.21,275.08,3.01,4224,0,0,19500,12000,0,0), - (88222,16236,533,15788,0,2851.39,-3776.54,275.08,2.69,4224,0,0,19500,12000,0,0), - (88223,16236,533,15788,0,2846.16,-3789.13,275.08,1.79,4224,0,0,19500,12000,0,0), - (88224,16236,533,15788,0,2830.09,-3776.49,275.08,0.94,4224,0,0,19500,12000,0,0), - (88225,16236,533,15788,0,2813.34,-3780.97,275.08,1.84,4224,0,0,19500,12000,0,0), - (88226,16011,533,16110,0,2909.43,-3999.46,274.28,1.58,604800,0,0,5329600,0,0,0), - (88232,16057,533,15554,0,2764.08,-3768.61,273.8,2.4,7150,0,0,3052,0,0,0), - (88233,16057,533,15554,0,2758,-3769.48,273.86,1.6,7150,0,0,3052,0,0,0), - (88234,16057,533,15554,0,2768.21,-3778.49,273.8,5.68,7150,0,0,3052,0,0,0), - (88235,16057,533,15554,0,2775.5,-3782.08,273.8,4.46,7150,0,0,3052,0,0,0), - (88236,16057,533,15554,0,2796.71,-3783.82,273.8,0.3,7150,0,0,3052,0,0,0), - (88237,16057,533,15554,0,2803.44,-3780.83,273.8,0.52,7150,0,0,3052,0,0,0), - (88238,16057,533,15554,0,2805.28,-3772.6,273.8,1.31,7150,0,0,3052,0,0,0), - (88239,16057,533,15554,0,2799.23,-3760.2,273.8,2.02,7150,0,0,3052,0,0,0), - (88240,16057,533,15554,0,2796.81,-3755.49,273.8,2.05,7150,0,0,3052,0,0,0), - (88241,16057,533,15554,0,2786.38,-3757.27,273.8,3.32,7150,0,0,3052,0,0,0), - (88242,16057,533,15554,0,2822.22,-3755.18,273.8,6.12,7150,0,0,3052,0,0,0), - (88243,16057,533,15554,0,2829.56,-3755.74,273.8,0.01,7150,0,0,3052,0,0,0), - (88244,16057,533,15554,0,2837.27,-3768.31,273.8,5.3,7150,0,0,3052,0,0,0), - (88245,16057,533,15554,0,2846.39,-3777.18,273.8,5.52,7150,0,0,3052,0,0,0), - (88246,16057,533,15554,0,2853.26,-3786.51,273.78,5.35,7150,0,0,3052,0,0,0), - (88247,16057,533,15554,0,2831.52,-3783.05,273.79,2.77,7150,0,0,3052,0,0,0), - (88248,16057,533,15554,0,2817.98,-3780.79,273.8,2.99,7150,0,0,3052,0,0,0), - (88249,16057,533,15554,0,2838.32,-3754.31,273.8,0.81,7150,0,0,3052,0,0,0), - (88250,16057,533,15554,0,2848.19,-3766.48,273.8,5.34,7150,0,0,3052,0,0,0), - (88251,16057,533,15554,0,2861.43,-3763.23,273.8,0.34,7150,0,0,3052,0,0,0), - (88252,16057,533,15554,0,2874.25,-3759.26,273.79,0.3,7150,0,0,3052,0,0,0), - (88253,16057,533,15554,0,2869.94,-3774.74,273.8,4.47,7150,0,0,3052,0,0,0), - (88254,16057,533,15554,0,2877.29,-3781.67,273.8,5.55,7150,0,0,3052,0,0,0), - (88255,16057,533,15554,0,2894.08,-3774.59,273.8,5.49,7150,0,0,3052,0,0,0), - (88256,16057,533,15554,0,2895.87,-3762.12,273.8,1.38,7150,0,0,3052,0,0,0), - (88257,16057,533,15554,0,2896.47,-3753.83,273.77,3.14,7150,0,0,3052,0,0,0), - (88258,16057,533,15554,0,2890.33,-3783.99,273.79,2.84,7150,0,0,3052,0,0,0), - (88259,16057,533,15554,0,2867.02,-3782.55,273.79,2.85,7150,0,0,3052,0,0,0), - (88260,16057,533,15554,0,2858.06,-3755.19,273.79,3.51,7150,0,0,3052,0,0,0), - (88261,16017,533,0,0,3086.04,-3386.8,298.401,3.1765,3520,0,0,88032,0,0,0), - (88262,16017,533,0,0,3054.92,-3356.8,298.401,4.72984,3520,0,0,88032,0,0,0), - (88263,16017,533,0,0,3087.45,-3367.57,298.401,3.89208,3520,0,0,88032,0,0,0), - (88264,16017,533,0,0,3074.64,-3353.27,298.401,4.06662,3520,0,0,88032,0,0,0), - (88267,16017,533,0,0,3136.61,-3353.29,294.051,2.46091,3520,0,0,88032,0,0,0), - (88268,16017,533,0,0,3088.14,-3305.5,294.025,5.5676,3520,0,0,88032,0,0,0), - (88269,16018,533,0,0,3110.31,-3333.07,293.712,5.49792,3520,0,0,106896,0,0,2), - (88270,16018,533,0,0,3096.72,-3292.51,294.597,5.60251,3520,0,0,106896,0,0,0), - (88272,16018,533,0,0,3149.04,-3345.12,294.592,2.46091,3520,0,0,106896,0,0,0), - (81656,16244,533,0,0,2932.04,-3521.47,297.423,2.58309,3600,0,0,94320,0,0,0), - (81655,16243,533,0,0,2936.26,-3517.2,297.738,1.51844,3600,0,0,141480,0,0,0), - (88278,16017,533,0,0,3157.59,-3332.37,294.048,2.54818,3520,0,0,88032,0,0,0), - (88279,16017,533,0,0,3109.14,-3284.2,294.035,5.63741,3520,0,0,88032,0,0,0), - (88280,16017,533,0,0,3174.14,-3291.93,294.714,3.80482,3520,0,0,88032,0,0,0), - (88281,16017,533,0,0,3149.68,-3265.7,294.576,4.2237,3520,0,0,88032,0,0,0), - (88282,16024,533,0,0,3136.91,-3233,294.146,1.3439,180,1,0,12208,0,0,1), - (88283,16024,533,0,0,3125.78,-3224.82,294.146,3.12414,180,1,0,12208,0,0,1), - (88284,16024,533,0,0,3141.4,-3229.32,294.146,0.785398,180,1,0,12208,0,0,1), - (88285,16024,533,0,0,3113.27,-3214.64,294.146,4.39823,180,1,0,12208,0,0,1), - (88286,16024,533,0,0,3129.88,-3218.11,294.146,1.8326,180,1,0,12208,0,0,1), - (88287,16024,533,0,0,3123.7,-3212.6,294.146,0.00856187,180,1,0,12208,0,0,1), - (88288,16024,533,0,0,3141.99,-3222.09,294.146,0.10278,180,1,0,12208,0,0,1), - (88289,16024,533,0,0,3135.44,-3217.41,294.146,5.94621,180,1,0,12208,0,0,1), - (88290,16024,533,0,0,3148.57,-3224.42,294.146,0.389049,180,1,0,12208,0,0,1), - (88291,16024,533,0,0,3145.93,-3214.59,294.146,6.25254,180,1,0,12208,0,0,1), - (88292,16024,533,0,0,3138.78,-3209.48,294.146,4.71239,180,1,0,12208,0,0,1), - (88293,16024,533,0,0,3126.31,-3202.82,294.146,3.2796,180,1,0,12208,0,0,1), - (88294,16024,533,0,0,3121.3,-3199.04,294.146,2.26614,180,1,0,12208,0,0,1), - (88295,16024,533,0,0,3132.85,-3204.32,294.146,0.115952,180,1,0,12208,0,0,1), - (88296,16024,533,0,0,3152.3,-3212.52,294.146,4.63714,180,1,0,12208,0,0,1), - (88297,16024,533,0,0,3143.12,-3202.39,294.146,3.33458,180,1,0,12208,0,0,1), - (88298,16028,533,16174,0,3308.46,-3232.08,294.24,3.01,604800,0,0,3997200,0,0,2), - (88299,16025,533,15961,0,3291.21,-3360.78,292.678,1.8326,3520,0,0,149895,0,0,0), - (88300,16025,533,15961,0,3262.94,-3358.04,292.678,1.22173,3520,0,0,149895,0,0,0), - (88301,16025,533,15961,0,3202.46,-3330.17,292.678,0.0872665,3520,0,0,149895,0,0,0), - (88302,16025,533,15961,0,3202.66,-3282.63,292.678,0.296706,3520,0,0,149895,0,0,0), - (88303,15931,533,16035,0,3253.28,-3310.71,292.678,0.0698132,604800,0,0,2165150,0,0,2), - (88304,15932,533,16064,0,3304.92,-3139.15,296.89,1.33,604800,0,0,1665500,0,0,0), - (88305,16025,533,15961,0,3332.37,-3324.52,292.678,2.56563,3520,0,0,149895,0,0,0), - (88306,16025,533,15961,0,3331.97,-3300.31,292.678,2.84489,3520,0,0,149895,0,0,0), - (88307,15975,533,15938,0,3067.59,-3551.4,287.26,1.14,3520,0,0,56592,0,0,0), - (88308,15975,533,15938,0,3059.2,-3536.06,287.25,0.12,3520,0,0,56592,0,0,0), - (88309,15975,533,15938,0,3071.75,-3531.58,287.26,5.5,3520,0,0,56592,0,0,0), - (88310,15976,533,15939,0,3074.03,-3559.42,287.25,1.61,3520,0,0,94320,0,0,0), - (88311,15976,533,15939,0,3154.64,-3542.5,287.26,2.71,3520,0,0,94320,0,0,0), - (88312,15975,533,15938,0,3150.58,-3551.42,287.26,2.62,3520,0,0,56592,0,0,0), - (88313,15975,533,15938,0,3142.6,-3544.74,287.26,1.19,3520,0,0,56592,0,0,0), - (88314,15975,533,15938,0,3150,-3528.35,287.26,1.13,3520,0,0,56592,0,0,0), - (88315,15977,533,959,0,3112.53,-3491.46,287.25,3.7,3520,5,0,15415,0,0,1), - (88316,15977,533,959,0,3115.95,-3497.2,287.26,1.38,3520,5,0,15415,0,0,1), - (88317,15977,533,959,0,3118.5,-3493.96,287.25,0.97,3520,5,0,15415,0,0,1), - (88318,15977,533,959,0,3117.86,-3487.48,287.25,1.68,3520,5,0,15415,0,0,1), - (88319,15977,533,959,0,3111.41,-3486.3,287.25,2.99,3520,5,0,15415,0,0,1), - (88320,15977,533,959,0,3107.82,-3489.64,287.25,3.94,3520,5,0,15415,0,0,1), - (88321,15977,533,959,0,3106.9,-3496.09,287.25,4.61,3520,5,0,15415,0,0,1), - (88322,15977,533,959,0,3109.29,-3499.39,287.25,5.35,3520,5,0,15415,0,0,1), - (88323,15977,533,959,0,3114.68,-3503.09,287.26,5.77,3520,5,0,15415,0,0,1), - (88324,15977,533,959,0,3121.05,-3501.7,287.25,0.24,3520,5,0,15415,0,0,1), - (88325,15977,533,0,0,3104.37,-3571.23,287.078,1.35952,3520,5,0,15415,0,0,1), - (88326,15977,533,0,0,3115.92,-3571.28,287.08,6.11197,3520,5,0,15415,0,0,1), - (88327,15977,533,0,0,3115.43,-3577.17,287.08,4.08799,3520,5,0,15415,0,0,1), - (88328,15977,533,0,0,3108.9,-3579.27,287.08,2.35776,3520,5,0,15415,0,0,1), - (88329,15977,533,0,0,3114.62,-3584.31,287.08,4.08799,3520,5,0,15415,0,0,1), - (88330,15977,533,0,0,3109.21,-3582.62,287.078,4.40451,3520,5,0,15415,0,0,1), - (88331,15977,533,0,0,3119.5,-3577.74,287.08,0.583546,3520,5,0,15415,0,0,1), - (88332,15977,533,0,0,3102.75,-3580.06,287.078,2.35776,3520,5,0,15415,0,0,1), - (88333,15977,533,0,0,3110.29,-3570.61,287.08,0.607894,3520,5,0,15415,0,0,1), - (88334,15974,533,15937,0,3073.6,-3550.6,287.26,1.75,3520,0,0,47160,0,0,0), - (88335,15974,533,15937,0,3066.17,-3529.62,287.26,1.07,3520,0,0,47160,0,0,0), - (88336,15974,533,15937,0,3145.74,-3534.39,287.26,5.55,3520,0,0,47160,0,0,0), - (88337,15974,533,15937,0,3141.38,-3551.68,287.26,1.29,3520,0,0,47160,0,0,0), - (88338,15974,533,15937,0,3182.29,-3468.05,287.26,3.54,3520,0,0,47160,0,0,0), - (88339,15974,533,15937,0,3184.94,-3480.75,287.26,2.73,3520,0,0,47160,0,0,0), - (88340,15975,533,15938,0,3179.18,-3480.52,287.26,2.15,3520,0,0,56592,0,0,0), - (88341,15975,533,15938,0,3176.37,-3474.63,287.25,2.02,3520,0,0,56592,0,0,0), - (88342,15975,533,15938,0,3181.07,-3473.65,287.26,5.9,3520,0,0,56592,0,0,0), - (88343,16453,533,15939,0,3190.09,-3475.76,287.25,3.77,3520,0,0,81744,0,0,0), - (88344,15977,533,0,0,3110.08,-3574.35,287.08,2.13,3520,5,0,15415,0,0,1), - (88345,15977,533,0,0,3166.61,-3477.81,287.135,3.97254,3520,0,0,15415,0,0,2); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (86347,6213,0,0,0,-4997.97,714.257,260.531,3.09089,1650,1650,0,0,1586,1372,0,0), + (86348,6213,0,0,0,-5082.4,832.847,257.177,3.04371,1650,1650,0,0,1586,1372,0,0), + (86349,6213,0,0,0,-5151.02,850.722,255.082,5.7078,1650,1650,0,0,1586,1372,0,0), + (86350,6213,0,0,0,-4934.21,728.064,261.645,1.31173,1650,1650,0,0,1586,1372,0,0), + (86352,7732,0,0,0,-4926.19,831.139,247.469,0.353555,318,318,0,0,64,0,0,0), + (86353,7732,0,0,0,-4933.86,822.889,247.469,2.17567,318,318,0,0,64,0,0,0), + (86354,801,0,0,0,-9511.31,-1285.64,44.1448,3.93122,318,318,0,0,64,0,0,0), + (86356,8320,0,0,0,-5100.64,750.289,260.634,0.05236,804,804,0,0,1454,0,0,0), + (86367,12791,450,0,0,246.607,86.7114,24.7757,3.58049,1416,1416,0,0,4079,0,0,0), + (86377,8598,0,0,0,2792.32,-4192.92,91.2221,0.151015,345,345,10,0,3758,0,0,1), + (86378,12796,450,0,0,259.272,73.8997,25.7209,2.34254,1290,1290,0,0,4108,0,0,0), + (86381,12793,450,0,0,256.748,99.7957,25.7205,4.11799,1290,1290,0,0,6500,0,0,0), + (86383,157,0,0,0,-10283.5,1839.51,39.1168,1.57641,300,300,10,0,300,0,0,1), + (86384,620,0,0,0,-9897.53,1311.06,42.2721,2.52486,300,300,5,0,1,0,0,1), + (86385,620,0,0,0,-10119.9,1069.4,36.5335,0.124861,300,300,5,0,1,0,0,1), + (86388,8598,0,0,0,2754.28,-3557.57,103.638,5.8239,345,345,10,0,3758,0,0,1), + (86389,8596,0,0,0,1726.95,-2964.93,82.7918,4.22864,345,345,5,0,3189,0,0,1), + (86390,620,0,0,0,-10145.4,1059.4,36.4085,3.94727,300,300,5,0,1,0,0,1), + (86391,620,0,0,0,-10128.8,1206.65,35.6332,5.28986,300,300,5,0,1,0,0,1), + (86392,620,0,0,0,-10731.8,1678.61,45.4163,3.35598,300,300,10,0,1,0,0,1), + (86393,2110,129,0,0,2476.68,751.531,46.0874,6.20448,7200,7200,5,0,1,0,0,1), + (86394,2110,129,0,0,2525.27,724.496,40.6447,0.147814,7200,7200,5,0,1,0,0,1), + (86395,620,0,0,0,-10729.9,1657.28,44.3767,4.40374,300,300,5,0,1,0,0,1), + (86398,8596,0,0,0,1767.54,-2823.71,68.7225,5.37321,345,345,10,0,3189,0,0,1), + (86399,9448,0,0,0,1719.67,-5549.52,108.223,0.112595,610,610,0,0,6477,2163,0,0), + (86400,9449,0,0,0,1787.18,-5479.25,74.3925,0.19919,610,610,2,0,6078,2041,0,1), + (86401,9449,0,0,0,1816.28,-5447.62,78.0308,1.6202,610,610,2,0,6078,2041,0,1), + (86402,9449,0,0,0,1871.4,-5196.87,113.135,6.14018,610,610,0,0,6078,2041,0,0), + (86403,9452,0,0,0,1631.04,-4822.19,85.5555,0.680678,610,610,0,0,5151,4765,0,0), + (86404,8543,0,0,0,2910.51,-3796.48,117.185,4.36577,345,345,10,0,3758,0,0,1), + (86405,8524,0,0,0,2992.35,-3253.13,135.578,0.000117,345,345,3,0,2301,4896,0,1), + (86406,8605,0,0,0,3192.46,-4558.9,111.182,0.435436,345,345,10,0,3644,0,0,1), + (86407,8598,0,0,0,3213.52,-2958.26,126.243,5.71796,345,345,10,0,3758,0,0,1), + (86408,8602,0,0,0,2716.65,-4178.54,87.6087,4.40053,345,345,10,0,3643,0,0,1), + (86409,8605,0,0,0,2964.88,-4569.66,78.5516,0.546281,345,345,10,0,3644,0,0,1), + (86410,8598,0,0,0,2777.17,-4268.04,90.3684,0.992539,345,345,5,0,3758,0,0,1), + (86411,8603,0,0,0,1742.03,-2877.62,87.3468,2.57037,345,345,5,0,3293,0,0,1), + (86412,8603,0,0,0,1327.92,-3159.27,132.33,0.395054,345,345,5,0,3293,0,0,1), + (86413,8600,0,0,0,1562.22,-4583.69,89.9564,4.38817,345,345,10,0,3189,0,0,1), + (86414,9451,0,0,0,1654.88,-5535.27,100.979,4.86947,610,610,0,0,5490,5013,0,0), + (86415,5055,43,0,0,-159.93,-293.499,-63.302,1.5125,7200,7200,1,0,134,0,0,1), + (86416,8523,0,0,0,2821.93,-3676.3,106.319,6.09054,345,345,10,0,3189,0,0,1), + (86417,8547,0,0,0,2917.01,-3708.26,116.688,6.21337,345,345,0,0,2610,1982,0,0), + (86419,12794,450,0,0,240.143,104.005,25.7207,4.53379,1290,1290,0,0,4108,0,0,0), + (86421,12789,450,0,0,243.494,89.6673,24.7757,4.6133,1416,1416,0,0,4079,0,0,0), + (86422,12788,450,0,0,239.065,84.6268,24.7756,0.124754,1416,1416,0,0,4079,0,0,0), + (86424,15708,0,0,0,-8813.4,654.195,96.0776,4.5185,3540,3540,0,0,6900,0,0,0), + (86467,620,0,0,0,-11023.7,1429.76,43.6226,3.60857,300,300,10,0,1,0,0,1), + (86480,392,0,0,0,-11407.1,1966.15,10.5123,3.14159,300,300,0,0,1605,0,0,0), + (86491,391,0,0,0,-11360.7,1826.72,7.58232,3.97765,300,300,10,0,581,0,0,2), + (86510,8523,0,0,0,2985.72,-2988.04,111.963,6.26394,345,345,10,0,3189,0,0,1), + (86558,1412,0,0,0,-8959,880.379,105.577,2.595,180,180,5,0,8,0,0,1), + (86559,1412,0,0,0,-8942,956.923,116.963,2.472,180,180,5,0,8,0,0,1), + (86560,1412,0,0,0,-8902,959.482,117.361,0.599,180,180,5,0,8,0,0,1), + (86561,1412,0,0,0,-8895,888.598,103.007,5.454,180,180,5,0,8,0,0,1), + (86562,8605,0,0,0,2954.42,-4471.15,86.1111,0.422587,345,345,5,0,3644,0,0,1), + (86596,1413,0,0,0,-8992.48,859.067,105.647,5.51011,250,250,0,0,1240,0,0,2), + (86597,1414,0,0,0,-8989.59,858.133,105.605,3.46022,250,250,0,0,1240,0,0,0), + (86600,8279,0,0,0,-7109.14,-1346.71,241.706,1.9387,72000,72000,0,0,2398,0,0,0), + (86601,8280,0,0,0,-6941.22,-1629.85,242.823,1.94629,72000,72000,0,0,2488,0,0,2), + (86602,8281,0,0,0,-6796.7,-1464.24,172.987,5.7217,72000,72000,0,0,2672,0,0,2), + (86603,8283,0,0,0,-6443.68,-1269.57,180.882,1.46903,72000,72000,0,0,2769,0,0,0), + (86604,10359,0,0,0,2287.72,-950.596,78.0218,2.84331,72000,72000,0,0,341,0,0,0), + (86605,10817,0,0,0,1980.55,-3706.26,124.345,5.30866,72000,72000,0,0,3398,0,0,0), + (86606,10821,0,0,0,2482.06,-4815.67,79.2057,0.688947,72000,72000,5,0,3758,0,0,1), + (86607,10822,0,0,0,3439.25,-4980.96,195.811,2.32129,72000,72000,0,0,3876,0,0,0), + (86613,481,0,0,0,-9847.35,1053.16,33.5892,6.22413,300,300,0,0,198,0,0,0), + (86614,117,0,0,0,-9708.85,991.146,35.455,2.58023,300,300,10,0,222,0,0,1), + (86615,117,0,0,0,-9697.01,1045.47,35.5871,4.5204,300,300,0,0,222,0,0,0), + (86616,500,0,0,0,-9693.65,1039.18,36.5322,2.68781,300,300,0,0,247,0,0,0), + (86617,117,0,0,0,-9702.18,1037.13,36.3156,0.750492,300,300,0,0,222,0,0,0), + (86618,117,0,0,0,-9702.44,1024.31,37.4612,2.01768,300,300,10,0,222,0,0,1), + (86619,117,0,0,0,-9712.12,1046.45,35.5443,3.66519,300,300,0,0,222,0,0,0), + (86620,500,0,0,0,-9717.01,1046.13,35.5496,5.98648,300,300,0,0,247,0,0,0), + (86621,117,0,0,0,-9714.64,1039.9,36.0748,1.50098,300,300,0,0,222,0,0,0), + (86622,117,0,0,0,-9728.1,1184.99,42.8952,1.76744,300,300,5,0,222,0,0,1), + (86623,117,0,0,0,-9752.58,1198.58,41.1622,1.50098,300,300,0,0,222,0,0,0), + (86624,500,0,0,0,-9754.68,1191.72,41.163,5.88176,300,300,0,0,247,0,0,0), + (86625,10823,0,0,0,3363.57,-4979.87,159.273,3.51245,72000,72000,0,0,2798,5598,0,0), + (86626,10825,0,0,0,2479.69,-4462.68,66.4145,1.16412,72000,72000,0,0,3643,0,0,0), + (86657,500,0,0,0,-9746.86,1189.25,41.1622,3.71755,300,300,0,0,247,0,0,0), + (86658,117,0,0,0,-9745.11,1192.77,41.1622,3.14159,300,300,0,0,222,0,0,0), + (86659,117,0,0,0,-9729.14,1191.11,42.4429,4.01128,300,300,5,0,222,0,0,1), + (86660,117,0,0,0,-9725.44,1450.94,45.0245,4.60767,300,300,0,0,222,0,0,0), + (86661,500,0,0,0,-9727.61,1443.45,45.0189,5.88176,300,300,0,0,247,0,0,0), + (86662,500,0,0,0,-9719.46,1440.99,45.0733,2.60054,300,300,0,0,247,0,0,0), + (86755,10827,0,0,0,2631.4,-5500.92,158.014,4.8437,72000,72000,0,0,2550,5206,0,0), + (86756,14221,0,0,0,717.657,-846.403,160.754,3.35103,72000,72000,0,0,1469,0,0,2), + (86781,117,0,0,0,-9717.8,1445,45.0707,3.22886,300,300,0,0,222,0,0,0), + (86782,117,0,0,0,-9778.9,1454.55,43.9253,1.3021,300,300,5,0,222,0,0,1), + (86783,500,0,0,0,-9786.71,1481.27,44.4093,3.96594,300,300,5,0,247,0,0,1), + (86784,117,0,0,0,-9746.34,1456.44,43.6676,2.89254,300,300,5,0,222,0,0,1), + (86785,500,0,0,0,-9730.34,1451.46,44.7221,1.97851,300,300,5,0,247,0,0,1), + (86786,500,0,0,0,-9752.63,1392.23,43.7283,1.73152,300,300,10,0,247,0,0,1), + (86787,117,0,0,0,-9734.74,1442.46,44.5614,1.54734,300,300,5,0,222,0,0,1), + (86788,500,0,0,0,-9913.61,1541.23,42.8939,2.62696,300,300,10,0,247,0,0,1), + (86789,117,0,0,0,-9882.65,1581.65,44.0934,4.25646,300,300,10,0,222,0,0,1), + (86790,117,0,0,0,-9878.79,1549.26,44.2709,2.49582,300,300,0,0,222,0,0,0), + (86791,500,0,0,0,-9882.69,1555,44.0723,3.92699,300,300,0,0,247,0,0,0), + (86792,1065,0,0,0,-9885.01,1558.94,44.0372,4.81711,300,300,0,0,230,249,0,0), + (86793,500,0,0,0,-9887.56,1548.39,44.3756,0.925025,300,300,0,0,247,0,0,0), + (86794,8602,0,0,0,2680.91,-3420.92,106.631,3.13769,345,345,3,0,3643,0,0,1), + (86795,8598,0,0,0,3065.6,-4361.92,108.222,0.328238,345,345,10,0,3758,0,0,1), + (86796,8605,0,0,0,2710.75,-3432.42,100.598,1.62261,345,345,10,0,3644,0,0,1), + (86797,8602,0,0,0,2721.03,-4186.01,89.1819,1.36752,345,345,10,0,3643,0,0,1), + (86798,8598,0,0,0,3250.44,-4425.31,109.819,0.081124,345,345,10,0,3758,0,0,1), + (86799,8598,0,0,0,3079.14,-4637.29,119.76,4.58126,345,345,5,0,3758,0,0,1), + (86862,8603,0,0,0,1724.14,-4919.47,90.9628,3.45345,345,345,10,0,3293,0,0,1), + (86863,8603,0,0,0,1805.04,-2686.58,76.8433,4.23478,345,345,5,0,3293,0,0,1), + (86864,9452,0,0,0,1717.38,-5228.49,94.1349,0.963025,610,610,5,0,5151,4765,0,1), + (86865,8543,0,0,0,3011.78,-3340.25,140.918,3.76752,345,345,3,0,3758,0,0,1), + (86880,8524,0,0,0,3279.92,-3155.48,152.7,2.78248,345,345,10,0,2301,4896,0,1), + (87024,500,0,0,0,-9877.14,1553.13,44.4818,2.96706,300,300,0,0,247,0,0,0), + (87025,117,0,0,0,-9914.18,1587.79,42.2181,2.75372,300,300,10,0,222,0,0,1), + (87026,123,0,0,0,-9999.85,1823.85,37.64,4.57992,300,300,5,0,273,0,0,1), + (87027,123,0,0,0,-10085.4,1868.63,36.1966,3.18704,300,300,5,0,273,0,0,1), + (87028,123,0,0,0,-10024.6,1812.34,37.8161,1.62316,300,300,0,0,273,0,0,0), + (87029,123,0,0,0,-10020.6,1815.65,37.8547,3.49066,300,300,0,0,273,0,0,0), + (87030,123,0,0,0,-10027.2,1821.16,37.8078,5.89921,300,300,0,0,273,0,0,0), + (87031,123,0,0,0,-10036,1816.85,37.344,2.37829,300,300,5,0,273,0,0,1), + (87032,123,0,0,0,-10016,1828.7,37.6354,2.94769,300,300,5,0,273,0,0,1), + (87033,123,0,0,0,-10195.7,1704.38,34.2766,2.87765,300,300,0,0,273,0,0,0), + (87034,123,0,0,0,-10141.6,1775.06,34.4807,0.30238,300,300,5,0,273,0,0,1), + (87035,123,0,0,0,-10137.2,1735.44,32.0995,3.50811,300,300,0,0,273,0,0,0), + (87036,500,0,0,0,-10139.7,1740.45,31.7987,4.18879,300,300,0,0,247,0,0,0), + (87037,500,0,0,0,-10144.2,1735.28,32.0098,4.79965,300,300,0,0,247,0,0,0), + (87040,8534,0,0,0,2975.2,-3581.06,145.462,1.30082,345,345,5,0,3420,0,0,1), + (87044,6491,0,0,0,-5165,-876,507.245,0.929,60,60,0,0,7680,0,0,0), + (87045,6491,0,0,0,-5670,-528,398.13,2.381,60,60,0,0,7680,0,0,0), + (87046,6491,0,0,0,-6160,325.568,399.968,1.928,60,60,0,0,7680,0,0,0), + (87047,6491,0,0,0,-8924,-189,80.555,2.77,60,60,0,0,7680,0,0,0), + (87048,6491,1,0,0,9683.39,952.225,1291.87,5.752,60,60,0,0,7680,0,0,0), + (87049,6491,1,0,0,10055.4,2116.32,1329.71,2.54,60,60,0,0,7680,0,0,0), + (87050,6491,1,0,0,10394.7,825.111,1317.52,3.753,60,60,0,0,7680,0,0,0), + (156044,8539,0,0,0,2455.65,-3741,177.89,1.881,600,600,4,0,3820,0,0,1), + (87082,3512,0,0,0,-8841.64,671.515,97.9739,0.556232,43200,43200,0,0,64,0,0,2), + (87083,123,0,0,0,-10149.9,1734.81,32.108,5.95157,300,300,0,0,273,0,0,0), + (87084,123,0,0,0,-10140.7,1647.29,37.8315,3.31613,300,300,0,0,273,0,0,0), + (87085,500,0,0,0,-10145.6,1652.06,38.214,1.23918,300,300,0,0,247,0,0,0), + (87088,3508,0,0,0,-8841.74,670.394,97.9404,0.629918,43200,43200,0,0,64,0,0,2), + (87089,3511,0,0,0,-8841.58,669.168,97.9151,0.55451,43200,43200,0,0,64,0,0,2), + (87090,3510,0,0,0,-8841.32,667.768,97.8914,0.553006,43200,43200,0,0,64,120,0,2), + (87091,3507,0,0,0,-8840.46,666.881,97.9108,0.553158,43200,43200,0,0,64,0,0,2), + (87092,3505,0,0,0,-8838.57,667.07,98.0103,0.553137,43200,43200,0,0,64,0,0,2), + (87093,2914,43,0,0,-152.102,-303.074,-64.2866,5.58982,7200,7200,10,0,8,0,0,1), + (87094,5056,43,0,0,-126.095,-310.862,-63.1581,3.80482,7200,7200,5,0,1452,0,0,1), + (87095,3840,43,0,0,-116.649,-315.842,-62.8369,3.57792,7200,7200,0,0,1212,912,0,0), + (87096,3840,43,0,0,-123.947,-319.379,-62.8578,0.471239,7200,7200,0,0,1212,912,0,0), + (87097,5055,43,0,0,-3.3672,-264.488,-67.7827,0,7200,7200,6,0,134,0,0,1), + (87098,5055,43,0,0,-4.82069,-255.468,-69.1817,2.16421,7200,7200,6,0,134,0,0,1), + (87099,2914,43,0,0,7.50551,-239.335,-74.897,2.78982,7200,7200,10,0,8,0,0,1), + (87100,3840,43,0,0,2.6055,-194.975,-81.3621,1.96162,7200,7200,0,0,1212,912,0,0), + (87101,5055,43,0,0,2.54921,-262.221,-68.645,0.873738,7200,7200,6,0,134,0,0,1), + (87102,5055,43,0,0,7.63465,-261.772,-69.1068,2.49019,7200,7200,6,0,134,0,0,1), + (87103,5055,43,0,0,4.87711,-207.111,-80.9956,2.66648,7200,7200,6,0,134,0,0,1), + (87104,5055,43,0,0,-154.25,-307.184,-64.6329,5.65985,7200,7200,1,0,134,0,0,1), + (87105,5761,43,0,0,10.454,-231.322,-77.2289,3.65987,7200,7200,5,0,1212,456,0,1), + (87106,5055,43,0,0,10.7953,-202.956,-82.7098,2.64557,7200,7200,6,0,134,0,0,1), + (87107,3670,43,0,0,36.8074,-241.064,-79.4989,3.26377,36000,36000,0,0,2320,510,0,0), + (87108,3840,43,0,0,30.8969,-242.389,-78.918,0.296706,7200,7200,0,0,1212,912,0,0), + (87109,5055,43,0,0,7.3927,-193.395,-82.2454,2.95981,7200,7200,6,0,134,0,0,1), + (87110,5055,43,0,0,14.3814,-194.226,-83.2436,3.17283,7200,7200,6,0,134,0,0,1), + (87111,5055,43,0,0,30.3945,-170.816,-83.1614,5.05349,7200,7200,6,0,134,0,0,1), + (87112,5055,43,0,0,36.808,-165.823,-82.9689,4.33359,7200,7200,6,0,134,0,0,1), + (87113,5761,43,0,0,38.9757,-164.936,-82.9351,0.021414,7200,7200,2,0,1212,456,0,1), + (87114,5056,43,0,0,-221.03,-248.666,-64.5097,5.4692,7200,7200,5,0,1452,0,0,1), + (87115,3640,43,0,0,-229.071,-148.309,-62.7342,1.434,7200,7200,5,0,1158,0,0,1), + (87116,3840,43,0,0,-229.202,-252.465,-64.517,5.14928,7200,7200,5,0,1212,912,0,1), + (87117,2914,43,0,0,-233.259,-253.283,-64.4615,3.30781,7200,7200,10,0,8,0,0,1), + (87118,5055,43,0,0,-226.389,-297.445,-70.1544,4.36783,7200,7200,6,0,134,0,0,1), + (87119,5055,43,0,0,-219.849,-301.134,-70.3479,3.95375,7200,7200,6,0,134,0,0,1), + (87120,5055,43,0,0,-220.485,-290.92,-68.8364,1.82428,7200,7200,6,0,134,0,0,1), + (87121,3840,43,0,0,-219.152,-306.994,-71.0566,4.03858,7200,7200,5,0,1212,912,0,1), + (87122,3840,43,0,0,-264.5,-182.806,-60.4153,4.74168,7200,7200,5,0,1212,912,0,1), + (87123,5756,43,0,0,-243.766,-158.635,-63.1701,3.9086,7200,7200,5,0,1452,0,0,1), + (87124,2914,43,0,0,-215.97,-313.343,-72.2215,5.70723,7200,7200,10,0,8,0,0,1), + (87125,3840,43,0,0,-216.289,-320.921,-73.1538,5.31839,7200,7200,5,0,1212,912,0,1), + (87126,3840,43,0,0,-275.804,-213.695,-63.6744,3.24631,7200,7200,0,0,1212,912,0,0), + (87127,5756,43,0,0,-281.583,-219.059,-64.0544,6.12038,7200,7200,5,0,1452,0,0,1), + (87128,3840,43,0,0,-269.435,-297.775,-67.6666,0.680678,7200,7200,0,0,1212,912,0,0), + (87129,3840,43,0,0,-264.547,-301.761,-68.3543,0.541052,7200,7200,0,0,1212,912,0,0), + (87130,5056,43,0,0,-248.955,-216.704,-63.1003,0.379014,7200,7200,5,0,1452,0,0,1), + (87131,3674,43,0,0,-283.574,-310.881,-69.1837,0.564664,36000,36000,10,0,3908,0,0,1), + (87132,5056,43,0,0,-216.087,-326.585,-71.0015,3.54306,7200,7200,10,0,1452,0,0,1), + (87133,2914,43,0,0,-177.6,-349.974,-70.5783,4.23091,7200,7200,10,0,8,0,0,1), + (87134,5756,43,0,0,-185.886,-351.144,-71.0647,0.578072,7200,7200,5,0,1452,0,0,1), + (87135,5055,43,0,0,-292.851,-245.813,-64.2381,2.23773,7200,7200,6,0,134,0,0,1), + (87136,5055,43,0,0,-293.022,-237.848,-63.9754,5.69922,7200,7200,6,0,134,0,0,1), + (87137,5055,43,0,0,-298.504,-246.468,-63.7644,4.04456,7200,7200,6,0,134,0,0,1), + (87138,5055,43,0,0,-299.831,-247.467,-63.6049,5.99316,7200,7200,6,0,134,0,0,1), + (87139,3840,43,0,0,-307.049,-232.158,-63.1637,4.66003,7200,7200,0,0,1212,912,0,0), + (87140,2914,43,0,0,-296.791,-231.84,-64.0705,2.58863,7200,7200,10,0,8,0,0,1), + (87141,3840,43,0,0,-307.06,-240.658,-63.1645,1.58825,7200,7200,0,0,1212,912,0,0), + (87142,3840,43,0,0,-290.86,-215.104,-63.0903,0.087266,7200,7200,0,0,1212,912,0,0), + (87143,5056,43,0,0,-271.463,-179.867,-60.1505,3.26983,7200,7200,7,0,1452,0,0,1), + (87144,5056,43,0,0,-307.428,-147.538,-61.3452,1.59788,7200,7200,5,0,1452,0,0,1), + (87145,2914,43,0,0,-300.887,-160.161,-60.5079,4.59357,7200,7200,10,0,8,0,0,1), + (87146,5756,43,0,0,-322.382,-133.973,-62.2309,0.093105,7200,7200,5,0,1452,0,0,1), + (87147,5056,43,0,0,-304.704,-104.276,-63.8065,5.49598,7200,7200,5,0,1452,0,0,1), + (87148,5055,43,0,0,-331.749,-106.76,-64.7443,4.19085,7200,7200,6,0,134,0,0,1), + (87149,5055,43,0,0,-336.872,-108.108,-64.4868,0.248071,7200,7200,6,0,134,0,0,1), + (87150,3840,43,0,0,-341.693,-112.664,-63.7872,0.148351,7200,7200,5,0,1212,912,0,1), + (87151,5055,43,0,0,-339.096,-114.678,-63.547,2.0554,7200,7200,6,0,134,0,0,1), + (87152,5055,43,0,0,-338.916,-104.232,-64.975,3.05615,7200,7200,6,0,134,0,0,1), + (87153,3840,43,0,0,-329.414,-84.1816,-65.5768,0.065628,7200,7200,5,0,1212,912,0,1), + (87154,2914,43,0,0,-350.451,-127.514,-64.1829,2.63663,7200,7200,15,0,8,0,0,1), + (87155,5056,43,0,0,-333.949,-72.1648,-65.4133,0.870512,7200,7200,5,0,1452,0,0,1), + (87156,5056,43,0,0,-360.12,-117.154,-64.7331,2.12917,7200,7200,7,0,1452,0,0,1), + (87157,3640,43,0,0,-390.159,-97.6714,-64.4247,2.2797,7200,7200,0,0,1158,0,0,2), + (87158,2110,129,0,0,2496.23,723.902,54.0114,1.88067,7200,7200,5,0,1,0,0,1), + (87159,7328,129,0,0,2545.74,738.999,53.9722,2.56756,7200,7200,0,0,3748,0,0,0), + (87160,7337,129,0,0,2544.26,746.635,54.4936,4.11696,7200,7200,0,0,3027,1067,0,0), + (87161,2110,129,0,0,2571.38,755.25,54.6642,0.418879,7200,7200,5,0,1,0,0,1), + (87162,4076,129,0,0,2488.82,693.755,53.7823,2.32386,7200,7200,5,0,8,0,0,1), + (87163,2110,129,0,0,2464.17,710.677,54.5307,3.61305,7200,7200,5,0,1,0,0,1), + (87164,2110,129,0,0,2562.25,730.46,54.7394,2.89779,7200,7200,5,0,1,0,0,1), + (87165,2110,129,0,0,2571.33,711.523,56.0558,4.18071,7200,7200,5,0,1,0,0,1), + (87166,4076,129,0,0,2585.97,736.487,55.3385,5.53362,7200,7200,5,0,8,0,0,1), + (87167,4076,129,0,0,2592.43,725.474,54.9276,2.3547,7200,7200,5,0,8,0,0,1), + (87168,2110,129,0,0,2559.34,709.452,54.5806,4.48365,7200,7200,5,0,1,0,0,1), + (87169,8696,129,0,0,2603.03,705.568,54.9087,2.04204,7200,7200,0,0,2100,0,0,0), + (87170,8767,129,0,0,2567.37,686.373,55.2735,2.23402,7200,7200,0,0,1605,0,0,0), + (87171,8516,129,0,0,2610.66,730.583,54.6521,3.4383,7200,7200,0,0,10500,1292,0,0), + (87172,7343,129,0,0,2485.14,686.107,53.9602,3.83972,7200,7200,0,0,305,0,0,0), + (87173,7343,129,0,0,2492.55,663.143,53.8691,2.84489,7200,7200,0,0,305,0,0,0), + (87174,7343,129,0,0,2488.2,671.234,54.487,3.19395,7200,7200,0,0,305,0,0,0), + (87175,7343,129,0,0,2485.39,679.566,54.1661,3.52556,7200,7200,0,0,305,0,0,0), + (87176,4076,129,0,0,2485.98,662.321,54.5564,5.41568,7200,7200,5,0,8,0,0,1), + (87177,7343,129,0,0,2473.98,664.482,56.1041,2.14675,7200,7200,0,0,305,0,0,0), + (87178,7343,129,0,0,2483.52,657.603,54.6616,2.42601,7200,7200,0,0,305,0,0,0), + (87179,7343,129,0,0,2481.66,661.203,54.7497,2.53073,7200,7200,0,0,305,0,0,0), + (87180,7343,129,0,0,2475.74,656.953,54.7683,2.14675,7200,7200,0,0,305,0,0,0), + (87181,7343,129,0,0,2486.11,664.82,54.6754,2.58309,7200,7200,0,0,305,0,0,0), + (87182,7343,129,0,0,2478.84,665.902,54.9314,2.74017,7200,7200,0,0,305,0,0,0), + (87183,7343,129,0,0,2480.26,650.968,54.614,2.11185,7200,7200,0,0,305,0,0,0), + (87184,7343,129,0,0,2479.31,680.78,54.7516,3.82227,7200,7200,0,0,305,0,0,0), + (87185,7343,129,0,0,2483.96,668.421,54.7603,3.01942,7200,7200,0,0,305,0,0,0), + (87186,7343,129,0,0,2477.48,670.657,56.22,2.6529,7200,7200,0,0,305,0,0,0), + (87187,7357,129,0,0,2466.62,671.443,63.4694,5.55015,36000,36000,0,0,7760,8583,0,0), + (87188,7343,129,0,0,2484.18,674.849,54.4412,3.31613,7200,7200,0,0,305,0,0,0), + (87189,7343,129,0,0,2480.66,672.89,55.4045,3.29867,7200,7200,0,0,305,0,0,0), + (87190,7343,129,0,0,2478.42,676.464,56.0468,3.63029,7200,7200,0,0,305,0,0,0), + (87191,7343,129,0,0,2469.93,654.411,54.8092,1.64061,7200,7200,0,0,305,0,0,0), + (87192,7343,129,0,0,2470.41,659.764,55.4709,1.72788,7200,7200,0,0,305,0,0,0), + (87193,7343,129,0,0,2473.03,645.964,54.614,1.74533,7200,7200,0,0,305,0,0,0), + (87194,7343,129,0,0,2475.16,651.54,54.6277,1.90241,7200,7200,0,0,305,0,0,0), + (87195,7343,129,0,0,2469,649.315,54.6841,1.5708,7200,7200,0,0,305,0,0,0), + (87196,7348,129,0,0,2379.5,902.078,29.1142,6.26162,7200,7200,0,0,3660,0,0,0), + (87197,7352,129,0,0,2375.5,915.706,29.6314,2.26721,7200,7200,0,0,3027,1067,0,0), + (87198,7344,129,0,0,2382.87,910.678,29.4963,3.43725,7200,7200,0,0,1403,0,0,0), + (87199,7344,129,0,0,2374.68,906.513,28.7459,5.33118,7200,7200,0,0,1403,0,0,0), + (87200,4076,129,0,0,2382.39,907.831,28.9527,3.04518,7200,7200,5,0,8,0,0,1), + (87201,7345,129,0,0,2389.48,929.097,41.4792,1.56939,7200,7200,0,0,3831,0,0,0), + (87202,7342,129,0,0,2395.8,928.736,41.8305,2.5705,7200,7200,0,0,2805,2763,0,0), + (87203,7346,129,0,0,2399.11,934.285,43.2484,1.81994,7200,7200,0,0,1468,0,0,0), + (87204,7346,129,0,0,2392.55,934.378,42.7592,5.2715,7200,7200,0,0,1468,0,0,0), + (87205,7347,129,0,0,2392.3,996.693,53.4884,4.48944,7200,7200,0,1,3831,0,0,2), + (87206,7353,129,0,0,2392.46,933.458,53.1636,4.48956,7200,7200,0,1,3150,1097,0,2), + (87207,7343,129,0,0,2378.48,908.439,28.8267,5.67051,7200,7200,0,0,305,0,0,0), + (87208,7343,129,0,0,2378.29,911.018,29.2085,5.81243,7200,7200,0,0,305,0,0,0), + (87209,7358,129,0,0,2403.37,960.93,55.1437,2.33874,36000,36000,0,0,8744,9136,0,0), + (87210,7343,129,0,0,2450.35,987.236,36.5326,1.28796,7200,7200,0,1,305,0,0,2), + (87211,7343,129,0,0,2443.19,954.093,25.9125,1.28839,7200,7200,0,1,305,0,0,2), + (87212,7347,129,0,0,2438.43,1011.83,38.1357,3.60922,7200,7200,0,0,3831,0,0,0), + (87213,7342,129,0,0,2422.62,993.993,49.2738,4.24915,7200,7200,0,0,2805,2763,0,0), + (87214,4076,129,0,0,2424.75,995.491,49.314,5.03403,7200,7200,5,0,8,0,0,1), + (87215,7342,129,0,0,2410.84,1016.89,37.1664,4.52994,7200,7200,0,0,2805,2763,0,0), + (87216,7346,129,0,0,2404.72,1012.56,37.7316,5.0058,7200,7200,0,0,1468,0,0,0), + (87217,7347,129,0,0,2433.58,1013.44,37.3792,3.92188,7200,7200,0,0,3831,0,0,0), + (87218,7346,129,0,0,2433.27,1019.12,37.1386,1.73413,7200,7200,0,0,1468,0,0,0), + (87219,7346,129,0,0,2428.29,1016.82,37.0896,3.59712,7200,7200,0,0,1468,0,0,0), + (87220,7341,129,0,0,2446.91,1026.77,25.6188,3.33788,7200,7200,0,0,2706,2680,0,0), + (87221,7344,129,0,0,2452.46,1028.93,24.9032,1.62255,7200,7200,0,0,1403,0,0,0), + (87222,7348,129,0,0,2442.37,1031.18,25.3254,0.052807,7200,7200,0,0,3660,0,0,0), + (87223,7348,129,0,0,2453.93,1036.68,24.7171,5.48754,7200,7200,0,0,3660,0,0,0), + (87224,7344,129,0,0,2447.63,1036.05,24.645,2.7683,7200,7200,0,0,1403,0,0,0), + (87225,2110,129,0,0,2446.09,1030.2,25.1632,2.85756,7200,7200,5,0,1,0,0,1), + (87226,7341,129,0,0,2462.37,1019.99,24.4924,2.46252,7200,7200,0,1,2706,2680,0,2), + (87227,7348,129,0,0,2460.89,1018.88,24.5396,2.44461,7200,7200,0,1,3660,0,0,2), + (87228,7347,129,0,0,2398.27,1017.29,37.4545,3.09463,7200,7200,0,0,3831,0,0,0), + (87229,7345,129,0,0,2378.63,981.219,55.0525,4.62224,7200,7200,0,0,3831,0,0,0), + (87230,7346,129,0,0,2387.8,995.696,53.7325,0.837758,7200,7200,0,0,1468,0,0,0), + (87231,7346,129,0,0,2380.55,994.654,53.8726,1.3179,7200,7200,0,0,1468,0,0,0), + (87232,7346,129,0,0,2384.98,989.438,54.096,0.407338,7200,7200,0,0,1468,0,0,0), + (87233,7346,129,0,0,2383.98,983.521,55.111,1.73634,7200,7200,0,0,1468,0,0,0), + (87234,2110,129,0,0,2385.57,996.948,53.851,5.34071,7200,7200,5,0,1,0,0,1), + (87235,7346,129,0,0,2407.26,1024.9,37.6334,1.21404,7200,7200,0,0,1468,0,0,0), + (87236,2110,129,0,0,2426.1,1043.16,24.5254,2.79305,7200,7200,5,0,1,0,0,1), + (87237,7347,129,0,0,2470.98,1055.94,48.3419,2.04848,7200,7200,0,0,3831,0,0,0), + (87238,7353,129,0,0,2473.98,1058.94,48.3419,1.13317,7200,7200,0,0,3150,1097,0,0), + (87239,7346,129,0,0,2465.52,1057.29,48.1456,4.13079,7200,7200,0,0,1468,0,0,0), + (87240,7346,129,0,0,2468.74,1062.34,47.7956,4.03171,7200,7200,0,0,1468,0,0,0), + (87241,7344,129,0,0,2413.04,1025.87,37.8776,4.18879,7200,7200,0,0,1403,0,0,0), + (87242,8567,129,0,0,2468.71,1006.83,23.7573,6.11095,36000,36000,0,1,10688,0,0,2), + (87243,7342,129,0,0,2377.71,988.825,54.5183,0.833919,7200,7200,0,0,2805,2763,0,0), + (87244,7347,129,0,0,2485.51,1078.35,47.6169,0.039764,7200,7200,0,0,3831,0,0,0), + (87245,7346,129,0,0,2478.47,1077.25,47.6991,4.61104,7200,7200,0,0,1468,0,0,0), + (87246,7346,129,0,0,2469.44,1073.88,47.8208,5.67638,7200,7200,0,0,1468,0,0,0), + (87247,7353,129,0,0,2475.05,1073.15,47.6738,5.15106,7200,7200,0,0,3150,1097,0,0), + (87248,7346,129,0,0,2475.1,1079.74,47.7214,0.473428,7200,7200,0,0,1468,0,0,0), + (87249,4076,129,0,0,2374.91,1045.81,25.2815,1.39991,7200,7200,5,0,8,0,0,1), + (87250,7347,129,0,0,2397.3,1092.92,31.5187,2.62714,7200,7200,0,0,3831,0,0,0), + (87251,7346,129,0,0,2399.97,1087.21,31.5187,5.9572,7200,7200,0,0,1468,0,0,0), + (87252,2110,129,0,0,2406.92,1094.91,31.4224,1.09963,7200,7200,5,0,1,0,0,1), + (87253,7346,129,0,0,2405.98,1091.24,31.602,0.418879,7200,7200,0,0,1468,0,0,0), + (87254,7346,129,0,0,2401.18,1098.33,31.5187,2.49671,7200,7200,0,0,1468,0,0,0), + (87255,7342,129,0,0,2361.95,979.992,38.9008,5.19039,7200,7200,0,0,2805,2763,0,0), + (87256,7347,129,0,0,2357.88,987.066,39.0074,2.52523,7200,7200,0,0,3831,0,0,0), + (87257,4076,129,0,0,2353.85,988.55,40.3621,2.38338,7200,7200,5,0,8,0,0,1), + (87258,7352,129,0,0,2355.65,1023.64,25.5178,3.41611,7200,7200,0,0,3027,1067,0,0), + (87259,7344,129,0,0,2344.45,1026.54,25.5295,0.956109,7200,7200,0,0,1403,0,0,0), + (87260,7348,129,0,0,2349.16,1021.62,25.3076,3.54302,7200,7200,0,0,3660,0,0,0), + (87261,7344,129,0,0,2347.51,1016.1,25.6402,0.769891,7200,7200,0,0,1403,0,0,0), + (87262,4076,129,0,0,2356.35,1034.41,25.2192,2.76465,7200,7200,5,0,8,0,0,1), + (87263,4076,129,0,0,2338.8,1001.96,26.0338,1.14298,7200,7200,5,0,8,0,0,1), + (87264,7353,129,0,0,2397.34,1102.37,31.602,6.2712,7200,7200,0,0,3150,1097,0,0), + (87265,7347,129,0,0,2364.35,945.539,42.0123,6.07286,7200,7200,0,0,3831,0,0,0), + (87266,7347,129,0,0,2363.77,950.51,41.4413,1.71042,7200,7200,0,0,3831,0,0,0), + (87267,7346,129,0,0,2355.35,952.518,41.8526,4.45059,7200,7200,0,0,1468,0,0,0), + (87268,7344,129,0,0,2318.8,975.584,26.6544,5.61897,7200,7200,0,0,1403,0,0,0), + (87269,7348,129,0,0,2322.84,968.958,26.6545,4.58991,7200,7200,0,0,3660,0,0,0), + (87270,7344,129,0,0,2327.83,974.187,26.875,3.83972,7200,7200,0,0,1403,0,0,0), + (87271,7346,129,0,0,2349.87,971.238,41.0663,4.2586,7200,7200,0,0,1468,0,0,0), + (87272,7346,129,0,0,2349.79,978.606,39.8992,1.10869,7200,7200,0,0,1468,0,0,0), + (87273,4076,129,0,0,2348.33,973.183,40.9297,5.25823,7200,7200,5,0,8,0,0,1), + (87274,4076,129,0,0,2350.52,958.644,42.5131,0.219275,7200,7200,5,0,8,0,0,1), + (87275,4076,129,0,0,2351.26,921.057,28.3562,5.16281,7200,7200,5,0,8,0,0,1), + (87276,7344,129,0,0,2337.41,925.211,28.3051,3.87935,7200,7200,0,0,1403,0,0,0), + (87277,7348,129,0,0,2342.49,930.757,27.9854,2.31183,7200,7200,0,0,3660,0,0,0), + (87278,7346,129,0,0,2358.89,946.276,42.0763,4.32424,7200,7200,0,0,1468,0,0,0), + (87279,7341,129,0,0,2327.36,962.132,26.6932,3.50811,7200,7200,0,0,2706,2680,0,0), + (87280,7344,129,0,0,2319.55,964.231,26.8144,0.220178,7200,7200,0,0,1403,0,0,0), + (87281,7341,129,0,0,2348.68,934.699,28.4524,4.76254,7200,7200,0,0,2706,2680,0,0), + (87282,7344,129,0,0,2337.26,934.076,27.8436,2.89744,7200,7200,0,0,1403,0,0,0), + (87283,4076,129,0,0,2324.85,964.073,26.6462,5.11566,7200,7200,5,0,8,0,0,1), + (87284,4436,47,0,0,2033.56,1530.4,80.65,3.4383,7200,7200,0,0,2097,0,0,0), + (87285,4436,47,0,0,2029.93,1538.71,81.0905,3.56047,7200,7200,0,0,2097,0,0,0), + (87286,4530,47,0,0,2012.42,1518.29,79.6513,0.626741,7200,7200,3,0,2097,0,0,1), + (87287,4436,47,0,0,2005.06,1597.86,81.3098,3.03687,7200,7200,0,0,2097,0,0,0), + (87288,4530,47,0,0,2015.55,1537.19,80.89,1.04361,7200,7200,3,0,2097,0,0,1), + (87289,4520,47,0,0,2019.37,1510.51,78.6182,0.962607,7200,7200,0,1,1830,982,0,2), + (87290,4435,47,0,0,2016.1,1550.59,81.2152,2.00106,7200,7200,0,0,1953,0,0,0), + (87291,4435,47,0,0,2004.75,1530.54,80.9999,4.31675,7200,7200,0,0,1953,0,0,0), + (87292,4436,47,0,0,2008.06,1569.06,81.7377,2.06094,7200,7200,0,0,2097,0,0,0), + (87293,4530,47,0,0,2000.33,1558.83,82.009,0.571824,7200,7200,0,0,2097,0,0,0), + (87294,4442,47,0,0,2020.39,1493.41,74.5037,1.79769,7200,7200,6,0,2400,0,0,1), + (87296,4436,47,0,0,1987.53,1600.03,79.8027,6.25575,7200,7200,0,0,2097,0,0,2), + (87297,4436,47,0,0,1996.96,1606.41,81.8151,3.64774,7200,7200,0,0,2097,0,0,0), + (87302,4436,47,0,0,2000.94,1646.68,80.5056,4.34587,7200,7200,0,0,2097,0,0,0), + (87303,4520,47,0,0,2007.13,1643.03,80.3822,2.57618,7200,7200,0,1,1830,982,0,2), + (87304,4514,47,0,0,2045.97,1564.23,64.7886,1.22348,7200,7200,5,0,2097,0,0,1), + (87305,4436,47,0,0,2012.39,1646.38,80.4228,3.86109,7200,7200,0,0,2097,0,0,0), + (87306,4520,47,0,0,2019.32,1660.39,82.7042,4.57276,7200,7200,1,0,1830,982,0,1), + (87307,4530,47,0,0,2032.3,1650.53,81.4707,4.05184,7200,7200,2,0,2097,0,0,1), + (87310,4514,47,0,0,2067.24,1599.55,62.8485,3.14159,7200,7200,3,0,2097,0,0,1), + (87311,4436,47,0,0,2044.06,1648.99,81.998,2.6529,7200,7200,0,0,2097,0,0,0), + (87312,4436,47,0,0,2048.13,1655.96,81.6141,2.96706,7200,7200,0,0,2097,0,0,0), + (87313,4511,47,0,0,2059.58,1617.29,62.9914,5.3058,7200,7200,3,0,1953,0,0,1), + (87314,4511,47,0,0,2065.89,1633.15,64.296,0.709751,7200,7200,3,0,1953,0,0,1), + (87315,4514,47,0,0,2066.6,1614.46,63.1546,1.48928,7200,7200,3,0,2097,0,0,1), + (87316,4442,47,0,0,2080.18,1565.26,81.7072,3.71137,7200,7200,5,0,2400,0,0,1), + (87317,4512,47,0,0,2068.1,1660.41,61.2547,1.12516,7200,7200,3,0,2559,0,0,1), + (87318,4514,47,0,0,2080.52,1674.64,61.2673,4.32842,7200,7200,3,0,2097,0,0,1), + (87319,4514,47,0,0,2032.57,1727.98,60.6265,2.50425,7200,7200,3,0,2097,0,0,1), + (87320,4514,47,0,0,2044.24,1709.91,59.7183,2.13508,7200,7200,3,0,2097,0,0,1), + (87321,4541,47,0,0,2061.45,1646.19,61.9304,0.259645,7200,7200,0,1,2400,0,0,2), + (87322,4511,47,0,0,2061.73,1701.93,58.3124,2.9891,7200,7200,3,0,1953,0,0,1), + (87323,4442,47,0,0,2101.38,1594.22,80.493,2.3911,7200,7200,1,0,2400,0,0,1), + (87324,4511,47,0,0,2115.27,1665.87,59.4845,2.30383,7200,7200,3,0,1953,0,0,1), + (87325,4519,47,0,0,2103.36,1601.37,80.8787,4.44461,7200,7200,1,0,2196,756,0,1), + (87326,4516,47,0,0,2107.68,1609.01,80.7722,4.79965,7200,7200,1,0,2532,2718,0,1), + (87327,4525,47,0,0,2117.18,1693.67,80.5766,5.96903,7200,7200,0,0,2433,852,0,0), + (87328,4518,47,0,0,2072.74,1728.61,77.0211,1.3439,7200,7200,0,0,2319,811,0,0), + (87329,6035,47,0,0,2066.02,1742.89,76.7197,0.174533,7200,7200,0,0,2097,0,0,0), + (87330,4525,47,0,0,2065.17,1733.95,76.6257,0.349066,7200,7200,0,0,2433,852,0,0), + (87331,4525,47,0,0,2122.63,1707.94,80.495,4.83456,7200,7200,0,0,2433,852,0,0), + (87332,4518,47,0,0,2128.07,1619.58,81.6695,5.20059,7200,7200,0,0,2319,811,0,0), + (87333,4516,47,0,0,2115.27,1580.91,81.4457,3.60296,7200,7200,1,0,2532,2718,0,1), + (87334,4442,47,0,0,2132.31,1584.01,81.5,0.791037,7200,7200,0,0,2400,0,0,0), + (87335,4519,47,0,0,2092.09,1556.07,81.2769,2.55439,7200,7200,5,0,2196,756,0,1), + (87336,4516,47,0,0,2121.33,1569.75,80.5072,1.95454,7200,7200,5,0,2532,2718,0,1), + (87337,4518,47,0,0,2132.76,1613.51,81.8362,0.340052,7200,7200,0,0,2319,811,0,0), + (87338,4532,47,0,0,2146.03,1614.74,81.6781,4.85866,7200,7200,0,0,2865,0,0,0), + (87340,4532,47,0,0,2138.38,1630.94,81.7384,1.32335,7200,7200,0,0,2865,0,0,0), + (87342,4519,47,0,0,2106.03,1551.15,81.6238,2.23835,7200,7200,1,0,2196,756,0,1), + (87343,4519,47,0,0,2103.12,1539.16,87.1971,6.11408,7200,7200,0,0,2196,756,0,0), + (87344,4516,47,0,0,2111.93,1550.17,81.6238,0.545883,7200,7200,1,0,2532,2718,0,1), + (87345,4442,47,0,0,2131.74,1573.88,81.4973,4.40274,7200,7200,0,0,2400,0,0,0), + (87346,6168,47,0,0,2142.99,1581.57,80.3842,3.08923,36000,36000,0,0,1953,693,0,0), + (87347,4516,47,0,0,2139.5,1588.47,80.7736,3.82997,7200,7200,1,0,2532,2718,0,1), + (87349,4623,47,0,0,2132.34,1657.14,82.0877,4.72984,7200,7200,0,0,2250,0,0,0), + (87350,4623,47,0,0,2125.63,1658.24,82.385,5.96903,7200,7200,0,0,2250,0,0,0), + (87351,4442,47,0,0,2030.6,1498.11,72.9933,2.33874,7200,7200,6,0,2400,0,0,1), + (87352,4523,47,0,0,2158.89,1549.53,72.0155,5.16617,7200,7200,0,0,2070,732,0,0), + (87353,4523,47,0,0,2152.3,1539.39,72.9732,5.74726,7200,7200,0,0,2070,732,0,0), + (87354,4442,47,0,0,2137.49,1506.01,72.6925,4.3872,7200,7200,0,1,2400,0,0,2), + (87355,4442,47,0,0,2152.14,1525.3,72.9292,4.19474,7200,7200,2,0,2400,0,0,1), + (87356,4623,47,0,0,2161.15,1628.09,81.7039,1.72788,7200,7200,0,0,2250,0,0,0), + (87357,4424,47,0,0,2082.31,1463.54,73.1789,5.46288,36000,36000,0,0,3450,2196,0,0), + (87358,4531,47,0,0,2104.29,1469.47,73.7013,5.53269,7200,7200,0,0,2559,0,0,0), + (87359,4442,47,0,0,2036.76,1475.77,67.6265,2.25853,7200,7200,0,0,2400,0,0,0), + (87360,4522,47,0,0,2122.21,1485.49,73.082,4.21812,7200,7200,0,0,2196,756,0,0), + (87362,4442,47,0,0,2169.8,1522.93,71.2909,0.226893,7200,7200,0,0,2400,0,0,0), + (87363,4516,47,0,0,2155.97,1500.49,67.5142,3.82223,7200,7200,0,1,2532,2718,0,2), + (87364,4523,47,0,0,2135.65,1493.45,73.0833,0.447883,7200,7200,0,0,2070,732,0,0), + (87365,4532,47,0,0,2154.73,1494.14,67.932,0.186359,7200,7200,0,0,2865,0,0,0), + (87367,4442,47,0,0,2160.14,1507.1,67.0769,0.885894,7200,7200,0,0,2400,0,0,0), + (87368,4442,47,0,0,2157.61,1508.76,67.4724,0.852833,7200,7200,0,0,2400,0,0,0), + (87370,4516,47,0,0,2064.3,1459.09,67.4689,0.511291,7200,7200,2,0,2532,2718,0,1), + (87371,4531,47,0,0,2101.57,1450.09,73.8959,1.93731,7200,7200,0,0,2559,0,0,0), + (87372,4516,47,0,0,2132.69,1461.15,66.3519,5.21432,7200,7200,2,0,2532,2718,0,1), + (87373,4523,47,0,0,2078.71,1443.38,66.6624,1.18513,7200,7200,0,0,2070,732,0,0), + (87374,4442,47,0,0,2182.08,1526.04,71.5105,3.31613,7200,7200,0,0,2400,0,0,0), + (87375,4442,47,0,0,2152.56,1474.26,67.0982,2.98618,7200,7200,2,0,2400,0,0,1), + (87377,4442,47,0,0,2178.74,1496.08,73.0912,4.17241,7200,7200,0,1,2400,0,0,2), + (87378,4440,47,0,0,2183.11,1596.42,79.9248,5.85803,7200,7200,2,0,2319,1622,0,1), + (87379,4515,47,0,0,2191.84,1498.61,73.4284,2.04204,7200,7200,0,0,2196,756,0,0), + (87380,4442,47,0,0,2194.78,1501.7,73.3301,1.8675,7200,7200,0,0,2400,0,0,0), + (87381,4518,47,0,0,2207.6,1611.83,81.6424,4.99159,7200,7200,2,0,2319,811,0,1), + (87382,4440,47,0,0,2177.46,1638.82,81.1093,3.66033,7200,7200,0,0,2319,1622,0,0), + (87383,4623,47,0,0,2159.3,1636,81.8871,5.3058,7200,7200,0,0,2250,0,0,0), + (87384,4525,47,0,0,2189.81,1608.4,80.4038,2.44378,7200,7200,0,0,2433,852,0,0), + (87385,4525,47,0,0,2182.19,1623.39,81.4333,5.16836,7200,7200,0,0,2433,852,0,0), + (87386,4420,47,0,0,2203.13,1640.05,85.9022,4.7822,36000,36000,0,0,5600,0,0,0), + (87387,4438,47,0,0,2205.98,1644.75,85.927,4.76475,7200,7200,0,0,1358,0,0,0), + (87388,4438,47,0,0,2198.4,1642.08,86.0778,4.93928,7200,7200,0,0,1358,0,0,0), + (87389,4518,47,0,0,2213.49,1602.72,81.305,5.09984,7200,7200,2,0,2319,811,0,1), + (87390,4511,47,0,0,2166,1686.35,58.7368,2.93215,7200,7200,3,0,1953,0,0,1), + (87391,4511,47,0,0,2149.51,1685.73,58.4076,6.07375,7200,7200,3,0,1953,0,0,1), + (87392,4514,47,0,0,2149.64,1674.07,58.9446,3.71252,7200,7200,3,0,2097,0,0,1), + (87393,4623,47,0,0,2145.39,1626.96,81.6809,1.88496,7200,7200,0,0,2250,0,0,0), + (87394,4623,47,0,0,2142.8,1626.55,81.6695,2.04204,7200,7200,0,0,2250,0,0,0), + (87395,4516,47,0,0,2099.47,1436.66,63.6857,2.69286,7200,7200,2,0,2532,2718,0,1), + (87396,4442,47,0,0,2116.94,1439.54,64.0232,4.485,7200,7200,0,1,2400,0,0,2), + (87397,4442,47,0,0,2124.19,1434.84,64.4478,2.3911,7200,7200,0,0,2400,0,0,0), + (87398,4442,47,0,0,2119.56,1430.03,64.191,2.51327,7200,7200,0,0,2400,0,0,0), + (87399,4440,47,0,0,2143.63,1430.93,75.9218,2.32917,7200,7200,0,0,2319,1622,0,0), + (87400,4428,47,0,0,2146.43,1411.24,73.9538,1.5708,36000,36000,0,0,3450,1464,0,0), + (87401,4515,47,0,0,2140.53,1413.85,73.8868,0.872665,7200,7200,0,0,2196,756,0,0), + (87402,4523,47,0,0,2143.27,1450.44,77.9961,3.27257,7200,7200,0,0,2070,732,0,0), + (87403,4523,47,0,0,2155.1,1429.69,74.3329,4.68963,7200,7200,0,0,2070,732,0,0), + (87404,4522,47,0,0,2163.2,1460.34,73.8618,5.92303,7200,7200,0,0,2196,756,0,0), + (87405,4523,47,0,0,2154.74,1414.62,74.248,2.00713,7200,7200,0,0,2070,732,0,0), + (87407,4522,47,0,0,2178.63,1474.3,72.359,5.17167,7200,7200,0,0,2196,756,0,0), + (87408,4520,47,0,0,2183.96,1480.54,72.9076,5.19729,7200,7200,0,0,1830,982,0,0), + (87411,4623,47,0,0,2181.49,1569.14,74.8526,4.27606,7200,7200,0,0,2250,0,0,0), + (87412,4623,47,0,0,2174.52,1571.72,75.023,4.5204,7200,7200,0,0,2250,0,0,0), + (87413,4511,47,0,0,2167.05,1701.62,55.0645,0.609866,7200,7200,3,0,1953,0,0,1), + (87414,4518,47,0,0,2129.74,1707.63,80.1145,4.31096,7200,7200,1,0,2319,811,0,1), + (87415,4514,47,0,0,2152.54,1722.03,52.0952,4.2182,7200,7200,3,0,2097,0,0,1), + (87416,4512,47,0,0,2069.06,1701.43,57.604,0.081818,7200,7200,3,0,2559,0,0,1), + (87417,4511,47,0,0,2122.66,1738.86,52.8069,5.86431,7200,7200,3,0,1953,0,0,1), + (87418,4623,47,0,0,2091.51,1747.41,77.6711,3.87463,7200,7200,0,0,2250,0,0,0), + (87419,4623,47,0,0,2088.14,1753.08,77.7836,3.38594,7200,7200,0,0,2250,0,0,0), + (87420,4511,47,0,0,2138.32,1744.36,52.5633,4.83456,7200,7200,3,0,1953,0,0,1), + (87421,6035,47,0,0,2133.73,1699,80.8284,3.01942,7200,7200,0,0,2097,0,0,0), + (87422,4514,47,0,0,2112.07,1785.14,48.3863,1.91986,7200,7200,5,0,2097,0,0,1), + (87423,4511,47,0,0,2046.61,1765.31,59.4647,4.47792,7200,7200,3,0,1953,0,0,1), + (87424,4514,47,0,0,2080.08,1784.59,54.7743,3.77963,7200,7200,3,0,2097,0,0,1), + (87425,4511,47,0,0,2122.35,1795.3,47.4118,3.84249,7200,7200,5,0,1953,0,0,1), + (87426,4541,47,0,0,2116.68,1791.75,47.8211,6.1975,7200,7200,0,0,2400,0,0,0), + (87427,4514,47,0,0,2034.61,1761.75,60.3106,5.41052,7200,7200,3,0,2097,0,0,1), + (87428,4511,47,0,0,2108.24,1802.07,48.2446,4.34587,7200,7200,3,0,1953,0,0,1), + (87429,4541,47,0,0,2033.69,1758.07,60.359,4.32145,7200,7200,0,1,2400,0,0,2), + (87430,4623,47,0,0,2094.39,1773.56,78.3322,4.41863,7200,7200,0,1,2250,0,0,2), + (87431,4623,47,0,0,2090.83,1774.64,78.2311,4.41864,7200,7200,0,1,2250,0,0,2), + (87432,4511,47,0,0,2137.51,1801.25,47.2841,3.92376,7200,7200,3,0,1953,0,0,1), + (87433,4623,47,0,0,2112.36,1822.53,80.5358,4.01426,7200,7200,0,0,2250,0,0,0), + (87434,4623,47,0,0,2105.5,1822.47,79.8917,4.76475,7200,7200,0,0,2250,0,0,0), + (87435,4541,47,0,0,2070.68,1846.22,55.0831,0.164225,7200,7200,0,1,2400,0,0,2), + (87436,4512,47,0,0,2067.03,1848.41,55.3226,3.0186,7200,7200,3,0,2559,0,0,1), + (87437,4514,47,0,0,2070.68,1850.47,54.8515,1.12912,7200,7200,3,0,2097,0,0,1), + (87438,4514,47,0,0,2037.19,1861.59,55.9585,5.81195,7200,7200,3,0,2097,0,0,1), + (87439,4514,47,0,0,2038.64,1851.96,56.2026,0.087266,7200,7200,3,0,2097,0,0,1), + (87440,4511,47,0,0,2091.11,1860.09,51.0466,5.74213,7200,7200,3,0,1953,0,0,1), + (87441,4511,47,0,0,2117.48,1851.08,49.4163,3.36736,7200,7200,5,0,1953,0,0,1), + (87442,4510,47,0,0,2186.77,1789.49,65.149,0.890118,7200,7200,0,0,468,0,0,0), + (87443,4437,47,0,0,2184.15,1806.62,64.4971,1.43117,7200,7200,0,0,2097,0,0,0), + (87444,4514,47,0,0,2136.7,1847.94,48.7465,2.61795,7200,7200,3,0,2097,0,0,1), + (87445,4508,47,0,0,2194.38,1791.69,65.5727,2.11185,7200,7200,0,0,1886,0,0,0), + (87446,4437,47,0,0,2162.25,1857.61,56.9991,2.76155,7200,7200,0,1,2097,0,0,2), + (87447,4437,47,0,0,2196.63,1805.74,64.9593,2.14675,7200,7200,0,0,2097,0,0,0), + (87448,4517,47,0,0,2178.31,1844.27,58.402,5.20154,7200,7200,2,0,1953,2079,0,1), + (87449,4517,47,0,0,2193.06,1836.15,60.3219,3.77636,7200,7200,5,0,1953,2079,0,1), + (87450,4437,47,0,0,2195.43,1817.05,62.2787,3.32956,7200,7200,2,0,2097,0,0,1), + (87451,4437,47,0,0,2185.42,1828.12,60.8356,4.73733,7200,7200,2,0,2097,0,0,1), + (87452,4437,47,0,0,2161.58,1861.86,56.8861,3.76991,7200,7200,0,0,2097,0,0,0), + (87453,4437,47,0,0,2163.72,1852.09,56.9746,3.05433,7200,7200,0,0,2097,0,0,0), + (87454,4623,47,0,0,2110.01,1886.77,72.0235,5.044,7200,7200,0,0,2250,0,0,0), + (87455,4623,47,0,0,2116.88,1883.83,71.6591,4.13643,7200,7200,0,0,2250,0,0,0), + (87456,4517,47,0,0,2178.34,1855.08,58.1964,3.70765,7200,7200,2,0,1953,2079,0,1), + (87457,4517,47,0,0,2190.8,1862.36,58.5014,2.33087,7200,7200,2,0,1953,2079,0,1), + (87458,4518,47,0,0,2141.91,1918.87,66.5693,4.34914,7200,7200,0,0,2319,811,0,0), + (87459,4538,47,0,0,2078.21,1962.31,63.0147,5.65254,7200,7200,3,0,2865,0,0,1), + (87460,4538,47,0,0,2056.44,1920.13,69.4711,2.73908,7200,7200,3,0,2865,0,0,1), + (87461,4538,47,0,0,2081.88,1939.52,65.5034,4.63723,7200,7200,3,0,2865,0,0,1), + (87462,4539,47,0,0,2081.03,1945.39,63.9449,1.96165,7200,7200,3,0,3171,0,0,1), + (87463,4538,47,0,0,2062.59,1938.86,64.7527,1.56869,7200,7200,3,0,2865,0,0,1), + (87464,4538,47,0,0,2092.03,1966.71,64.9646,0.428552,7200,7200,3,0,2865,0,0,1), + (87465,4623,47,0,0,2156.87,1934.31,65.7587,0.628319,7200,7200,0,0,2250,0,0,0), + (87466,4440,47,0,0,2145.96,1931.02,67.293,1.00215,7200,7200,2,0,2319,1622,0,1), + (87467,4538,47,0,0,2115.17,1983.69,65.5089,1.03096,7200,7200,3,0,2865,0,0,1), + (87468,4539,47,0,0,2104.03,1983.46,64.8704,1.91355,7200,7200,3,0,3171,0,0,1), + (87469,4539,47,0,0,2077.04,1981.47,63.4643,3.90556,7200,7200,5,0,3171,0,0,1), + (87470,4538,47,0,0,2188.91,1974.78,55.7724,4.01327,7200,7200,3,0,2865,0,0,1), + (87471,4538,47,0,0,2151.14,1964.97,63.8306,4.67624,7200,7200,3,0,2865,0,0,1), + (87472,4538,47,0,0,2151.72,1988.22,59.9977,1.71821,7200,7200,3,0,2865,0,0,1), + (87473,4538,47,0,0,2161.92,1961.04,58.5643,1.52629,7200,7200,3,0,2865,0,0,1), + (87474,4538,47,0,0,2135.6,1978.41,60.1695,4.4854,7200,7200,3,0,2865,0,0,1), + (87475,4539,47,0,0,2161.05,1994.36,60.9008,4.02457,7200,7200,3,0,3171,0,0,1), + (87476,4538,47,0,0,2164.3,1954.43,58.1978,2.01097,7200,7200,3,0,2865,0,0,1), + (87477,4538,47,0,0,2128.13,2000.48,64.2687,6.08115,7200,7200,3,0,2865,0,0,1), + (87478,4427,47,0,0,2067.27,1999.35,64.9261,5.72468,7200,7200,0,0,1953,2079,0,0), + (87479,4519,47,0,0,2071.89,2004.52,63.3572,5.44543,7200,7200,0,0,2196,756,0,0), + (87480,4427,47,0,0,2076.73,2009.28,62.5202,5.23599,7200,7200,0,0,1953,2079,0,0), + (87481,4625,47,0,0,2069.23,2015.3,64.0441,2.40855,7200,7200,0,0,328,0,0,0), + (87482,4625,47,0,0,2063.81,2008.77,64.2132,2.47837,7200,7200,0,0,328,0,0,0), + (87483,4539,47,0,0,2131.13,2006.93,64.8492,4.33878,7200,7200,3,0,3171,0,0,1), + (87484,4539,47,0,0,2143.74,2012.88,65.5523,2.77843,7200,7200,5,0,3171,0,0,1), + (87485,4425,47,0,0,2200.76,1978.19,56.7228,3.735,36000,36000,0,0,5285,0,0,0), + (87486,4422,47,0,0,1994.4,1976.44,63.292,0.750492,36000,36000,0,1,6400,0,0,2), + (87487,4421,47,0,0,2190.4,1864.29,79.1389,1.37881,36000,36000,0,0,6900,2196,0,0), + (87488,6035,47,0,0,2160.86,1929.84,65.8223,0.855211,7200,7200,0,0,2097,0,0,0), + (87489,6035,47,0,0,2161.93,1920.36,66.592,5.78799,7200,7200,0,0,2097,0,0,0), + (87517,15324,509,0,0,-9162.49,1518.8,22.7809,0.226893,21600,21600,0,0,50304,0,0,0), + (87518,15324,509,0,0,-9148.94,1510.32,21.9923,0.942478,21600,21600,0,0,50304,0,0,0), + (87519,15324,509,0,0,-9067.32,1673.46,23.0715,4.31096,21600,21600,0,0,50304,0,0,0), + (87520,15324,509,0,0,-9053.82,1664.36,22.9385,3.9968,21600,21600,0,0,50304,0,0,0), + (87521,15324,509,0,0,-8706.15,1552.28,31.9903,5.41052,21600,21600,0,0,50304,0,0,0), + (87522,15324,509,0,0,-8693.79,1565.82,31.9903,5.35816,21600,21600,0,0,50304,0,0,0), + (87523,15324,509,0,0,-8531.85,1515.69,33.2644,0.767945,21600,21600,0,0,50304,0,0,0), + (87524,15324,509,0,0,-8517.44,1505.66,33.3647,0.837758,21600,21600,0,0,50304,0,0,0), + (87525,15590,509,0,0,-9407.72,1960.2,85.6391,1.11701,300,300,0,0,42,0,0,0), + (87527,15502,531,0,0,-8496.22,1932.54,135.657,1.19131,3520,3520,0,0,55000,5751,0,0), + (87528,15504,531,0,0,-8499.44,1933.48,135.623,1.03423,3520,3520,0,0,48000,5751,0,0), + (87529,15503,531,0,0,-8500.2,1937.25,135.669,0.437326,3520,3520,0,0,55000,5751,0,0), + (87559,15727,531,0,0,-8570.25,1991.36,100.4,3.47,604800,604800,0,0,999300,0,0,0), + (87560,15589,531,0,0,-8570.3,1991.26,100.4,3.44,604800,604800,0,0,1332400,0,0,0), + (87561,15378,531,0,0,-8652.2,2020.92,108.58,3.65,604800,604800,0,0,346200,78600,0,0), + (87562,15379,531,0,0,-8660.63,2022.4,108.58,4.09,604800,604800,0,0,365000,78600,0,0), + (87563,15380,531,0,0,-8663.34,2029.9,108.58,4.31,604800,604800,0,0,1599000,78600,0,0), + (87564,15264,531,0,0,-8159.37,2144.16,129.564,4.08407,1800,1800,0,0,110040,0,0,0), + (87565,15264,531,0,0,-8156.46,2119.58,129.203,3.57792,1800,1800,0,0,110040,0,0,0), + (87566,15264,531,0,0,-8206.18,2164.81,129.467,5.02655,1800,1800,0,0,110040,0,0,0), + (87567,15264,531,0,0,-8182.61,2166.21,129.64,4.64258,1800,1800,0,0,110040,0,0,0), + (87568,15264,531,0,0,-8314.34,2119.22,118.263,0.541052,1800,1800,0,0,110040,0,0,0), + (87569,15264,531,0,0,-8297.35,2075.67,118.269,0.610865,1800,1800,0,0,110040,0,0,0), + (87570,15264,531,0,0,-8288.92,2054.5,118.3,0.523599,1800,1800,0,0,110040,0,0,0), + (87571,15264,531,0,0,-8321.97,2142.68,118.266,0.628318,1800,1800,0,0,110040,0,0,0), + (87595,15233,531,0,0,-8396.88,2051.32,116.212,3.38594,21600,21600,0,0,62880,0,0,0), + (87596,15233,531,0,0,-8404.73,2070.3,116.213,3.64774,21600,21600,0,0,62880,0,0,0), + (87597,15247,531,0,0,-8391.91,2063.48,116.203,3.50811,3520,3520,0,0,78600,0,0,0), + (87598,15247,531,0,0,-8592.57,1976.95,-1.21,6.0912,3520,3520,0,0,78600,0,0,0), + (87599,15233,531,0,0,-8595.29,1964.58,-1.14992,2.5653,21600,21600,3,0,62880,0,0,1), + (87600,15233,531,0,0,-8580.83,1970.72,-1.39227,0.431352,21600,21600,3,0,62880,0,0,1), + (87601,15543,531,0,0,-8586.73,2173.15,-4.33533,5.05628,604800,604800,0,0,299790,0,0,0), + (87602,15511,531,0,0,-8567.05,2175.89,-4.06608,4.36944,604800,604800,0,0,266480,0,0,0), + (87603,15544,531,0,0,-8549.55,2161.72,-3.6664,4.46724,604800,604800,0,0,433030,0,0,2), + (87604,15247,531,0,0,-8551.39,2118.21,-1.73794,1.22173,3520,3520,0,0,78600,0,0,0), + (87605,15247,531,0,0,-8548.23,2130.36,-2.73022,4.4855,3520,3520,0,0,78600,0,0,0), + (87606,15247,531,0,0,-8623.28,2108.95,-2.67648,3.78736,3520,3520,0,0,78600,0,0,0), + (87607,15247,531,0,0,-8631.83,2101.62,-1.33052,0.506145,3520,3520,0,0,78600,0,0,0), + (87608,15233,531,0,0,-8620.17,2093.82,-1.80162,1.98923,21600,21600,3,0,62880,0,0,1), + (87609,15233,531,0,0,-8633.65,2111.86,-1.82799,0.405789,21600,21600,3,0,62880,0,0,1), + (87610,15233,531,0,0,-8636.36,2091.21,-1.2951,2.98735,21600,21600,3,0,62880,0,0,1), + (87611,15233,531,0,0,-8544.83,2124.62,-1.74746,3.80482,21600,21600,3,0,62880,0,0,1), + (87612,15233,531,0,0,-8548.72,2109.14,-0.639395,2.15465,21600,21600,3,0,62880,0,0,1), + (87613,15233,531,0,0,-8541.85,2134.76,-2.4712,5.455,21600,21600,3,0,62880,0,0,1), + (87617,15233,531,0,0,-8382.21,2045.1,9.07795,2.64053,21600,21600,3,0,62880,0,0,1), + (87618,15233,531,0,0,-8369.81,2036.11,9.36428,0.579818,21600,21600,3,0,62880,0,0,1), + (87619,15233,531,0,0,-8392.93,2075.61,9.25442,4.59022,21600,21600,3,0,62880,0,0,1), + (87620,15233,531,0,0,-8379.07,2073.29,9.19209,4.90398,21600,21600,3,0,62880,0,0,1), + (87621,15233,531,0,0,-8396.58,2059.28,9.69355,1.07472,21600,21600,3,0,62880,0,0,1), + (87622,15233,531,0,0,-8392.61,1913.65,2.72826,2.25828,21600,21600,3,0,62880,0,0,1), + (87623,15233,531,0,0,-8401.92,1932.86,2.64359,5.66301,21600,21600,3,0,62880,0,0,1), + (87624,15233,531,0,0,-8403.81,1916.54,3.38723,5.48303,21600,21600,3,0,62880,0,0,1), + (87625,15233,531,0,0,-8409.88,1939.89,4.31584,5.73679,21600,21600,3,0,62880,0,0,1), + (87626,15233,531,0,0,-8395.45,1924.67,3.06283,0.558505,21600,21600,3,0,62880,0,0,1), + (87627,15233,531,0,0,-8396.21,1943.03,4.05847,0.295092,21600,21600,3,0,62880,0,0,1), + (87628,15233,531,0,0,-8353.66,1921.56,-2.47456,5.46288,21600,21600,3,0,62880,0,0,1), + (87629,15233,531,0,0,-8327.08,1891.35,-1.72423,5.19036,21600,21600,3,0,62880,0,0,1), + (87630,15233,531,0,0,-8341.2,1905.9,-2.30506,3.21156,21600,21600,3,0,62880,0,0,1), + (87631,15233,531,0,0,-8341.18,1890.92,-2.40867,0.406237,21600,21600,3,0,62880,0,0,1), + (87632,15233,531,0,0,-8344.04,1919.03,-2.39805,0.165775,21600,21600,3,0,62880,0,0,1), + (87633,15233,531,0,0,-8326.71,1874.97,-2.12554,2.48786,21600,21600,3,0,62880,0,0,1), + (87638,15233,531,0,0,-8370.17,2061.28,9.5667,5.70723,21600,21600,3,0,62880,0,0,1), + (87639,15233,531,0,0,-8348.89,1792,-1.87827,0.531483,21600,21600,3,0,62880,0,0,1), + (87640,15233,531,0,0,-8351.28,1805.48,-1.16987,0.856475,21600,21600,3,0,62880,0,0,1), + (87641,15233,531,0,0,-8338.67,1800.91,-1.26187,0.0668067,21600,21600,3,0,62880,0,0,1), + (87642,15233,531,0,0,-8362.07,1810.13,1.00203,0.725584,21600,21600,3,0,62880,0,0,1), + (87643,15233,531,0,0,-8357.21,1822.91,0.437167,5.53572,21600,21600,3,0,62880,0,0,1), + (87644,15233,531,0,0,-8350.02,1815.49,0.189715,2.75677,21600,21600,3,0,62880,0,0,1), + (87648,15516,531,0,0,-8337.2,1596.45,-31.2387,0.923705,604800,604800,0,0,749475,0,0,2), + (87649,15984,531,0,0,-8333.34,1601.4,-32.4308,0.923705,604800,604800,0,0,94320,0,0,0), + (87650,15984,531,0,0,-8334.68,1590.67,-30.7361,0.923705,604800,604800,0,0,94320,0,0,0), + (87651,15984,531,0,0,-8343.36,1596.95,-30.7423,0.923705,604800,604800,0,0,94320,0,0,0), + (87671,15233,531,0,0,-8587.42,1987.75,-1.50254,1.39028,21600,21600,3,0,62880,0,0,1), + (87672,15230,531,0,0,-8590.21,2107.35,-6.10023,4.5476,21600,21600,0,0,50304,0,0,0), + (87673,15230,531,0,0,-8590.5,2118.22,-7.69795,4.64271,21600,21600,0,0,50304,0,0,0), + (87674,15230,531,0,0,-8590.91,2125.32,-8.23708,4.70025,21600,21600,0,0,50304,0,0,0), + (87675,15230,531,0,0,-8332.21,1767.38,-6.25389,2.08333,21600,21600,0,0,50304,0,0,0), + (87676,15230,531,0,0,-8333.67,1758.86,-6.15323,1.82632,21600,21600,0,0,50304,0,0,0), + (87677,15230,531,0,0,-8323.97,1762.3,-6.66721,2.40311,21600,21600,0,0,50304,0,0,0), + (87734,15262,531,0,0,-8277.63,2067.55,118.259,1.77493,1800,1800,0,0,170940,24340,0,2), + (87736,15262,531,0,0,-8258.03,2124.34,120.641,6.19592,1800,1800,0,0,170940,24340,0,2), + (87901,15229,531,0,0,-7955.62,1322.46,-90.46,4.38823,600,600,0,0,81744,0,0,2), + (87902,15229,531,0,0,-7903.95,1411.55,-66.4528,4.24687,600,600,0,0,81744,0,0,2), + (87903,15229,531,0,0,-7940.78,1491.18,-64.0933,5.48118,600,600,0,0,81744,0,0,2), + (87904,15229,531,0,0,-7977.78,1572.38,-61.796,5.14348,600,600,0,0,81744,0,0,2), + (87905,15229,531,0,0,-8027.47,1553.08,-66.5098,2.26892,600,600,0,0,81744,0,0,2), + (87906,15229,531,0,0,-8160.64,1669.32,-36.0642,6.27443,600,600,0,0,81744,0,0,2), + (87911,15510,531,0,0,-8085.39,1196.72,-91.97,0.62,604800,604800,0,0,999300,0,0,0), + (87938,15299,531,0,0,-7992.36,908.19,-52.62,1.68,604800,604800,0,0,1998600,0,0,0), + (87939,15240,531,0,0,-8209.56,1289.16,-90.49,5.33,3520,3520,0,0,97110,0,0,0), + (87940,15240,531,0,0,-8254.52,1298.11,-84.16,2.46,3520,3520,0,0,97110,0,0,0), + (87941,15240,531,0,0,-8249.72,1346.51,-84.72,3.5,3520,3520,0,0,97110,0,0,0), + (87942,15240,531,0,0,-8292.26,1339.28,-79.69,3.21,3520,3520,0,0,97110,0,0,0), + (87943,15240,531,0,0,-8320.38,1367.79,-72.52,2.89,3520,3520,0,0,97110,0,0,0), + (87944,15240,531,0,0,-8361,1334,-64.32,3.79,3520,3520,0,0,97110,0,0,0), + (88014,15509,531,0,0,-8532.09,1696.53,-90.26,1.57,604800,604800,0,0,999300,0,0,2), + (88015,15277,531,0,0,-8760.56,1575.33,-89.3109,0,43200,43200,0,1,485550,0,0,2), + (88016,15277,531,0,0,-8873.33,1518.94,-94.9602,0,43200,43200,0,1,485550,0,0,2), + (88017,15277,531,0,0,-8918.98,1364.06,-104.262,0,43200,43200,0,1,485550,0,0,2), + (88018,15277,531,0,0,-8823.84,1504.05,-94.5167,0,43200,43200,0,1,485550,0,0,2), + (88019,15277,531,0,0,-8937.76,1457.64,-91.8863,0,43200,43200,0,1,485550,0,0,2), + (88020,15311,531,0,0,-9084.29,1768.59,-42.8992,3.25566,28800,28800,0,0,299790,0,0,0), + (88021,15311,531,0,0,-9133.94,1814.82,-42.803,5.15033,28800,28800,0,0,299790,0,0,0), + (88022,15312,531,0,0,-9140.43,1802.03,-42.0948,5.45664,28800,28800,0,0,125750,52206,0,0), + (88023,15312,531,0,0,-9122.37,1809.36,-42.5966,4.42982,28800,28800,0,0,125750,52206,0,0), + (88024,15312,531,0,0,-9087.23,1782.03,-42.4771,3.39706,28800,28800,0,0,125750,52206,0,0), + (88025,15312,531,0,0,-8918.73,1846.71,-23.1512,2.60632,28800,28800,0,0,125750,52206,0,0), + (88026,15312,531,0,0,-8995.67,1903.95,-42.0338,3.68231,28800,28800,0,0,125750,52206,0,0), + (88027,15312,531,0,0,-9090.76,1755.77,-42.0683,2.81383,28800,28800,0,0,125750,52206,0,0), + (88028,15312,531,0,0,-9016.39,1919.95,-44.3726,4.52661,28800,28800,0,0,125750,52206,0,0), + (88029,15312,531,0,0,-8914.04,1874.63,-22.0701,3.09699,28800,28800,0,0,125750,52206,0,0), + (88030,15252,531,0,0,-9020.22,1855.98,-44.2076,4.86,28800,28800,0,0,266480,0,0,2), + (88035,15252,531,0,0,-9078.48,1388.96,-107.236,4.86,28800,28800,0,0,266480,0,0,2), + (88036,15252,531,0,0,-9226.53,1587.07,-74.5633,4.86,28800,28800,0,0,266480,0,0,2), + (88037,15252,531,0,0,-9128.77,1747.88,-42.5123,4.86,28800,28800,0,0,266480,0,0,2), + (88038,15252,531,0,0,-9092.95,1804.28,-43.6435,4.86,28800,28800,0,0,266480,0,0,2), + (88039,15252,531,0,0,-9093.4,1350.5,-105.643,4.86,28800,28800,0,0,266480,0,0,2), + (88057,15252,531,0,0,-9097.76,1425.84,-107.122,4.86,28800,28800,0,0,266480,0,0,2), + (88058,15252,531,0,0,-9176.37,1575.96,-80.7412,4.86,28800,28800,0,0,266480,0,0,2), + (88063,15311,531,0,0,-8998.12,1920.15,-44.0511,4.28385,28800,28800,0,0,299790,0,0,0), + (88064,15311,531,0,0,-8910.13,1861.28,-22.4967,3.25762,28800,28800,0,0,299790,0,0,0), + (88072,15963,531,0,0,-8952.7,1235.39,-112.44,1.72,604800,604800,0,0,3331,0,0,0), + (88073,15957,531,0,0,-9188.45,2091.56,-64.17,6.01,6380,6380,0,0,3052,0,0,0), + (88074,15262,531,0,0,-8376.97,2070.56,144.887,1.80392,1800,1800,0,0,170940,24340,0,2), + (88075,15263,531,0,0,-8346.05,2080.98,125.732,0.401426,604800,604800,0,0,466375,393000,0,0), + (88076,15275,531,0,0,-9019.14,1180.07,-104.17,0.72,604800,604800,0,0,2165150,0,0,0), + (88077,15276,531,0,0,-8874.06,1204.74,-104.17,2.77,604800,604800,0,0,1732250,471600,0,0), + (88078,16381,533,0,0,3005.77,-3486.86,299.73,1.62,3520,3520,0,0,19500,243400,0,0), + (81669,16244,533,0,0,2868.36,-3555.31,297.945,1.22173,3600,3600,0,0,94320,0,0,0), + (81668,16243,533,0,0,2878.47,-3556.36,297.945,0.279253,3600,3600,0,0,141480,0,0,0), + (81667,16244,533,0,0,2866.23,-3547.93,297.947,0.418879,3600,3600,0,0,94320,0,0,0), + (81666,16244,533,0,0,2875.72,-3547.32,297.698,0.925025,3600,3600,0,0,94320,0,0,0), + (81665,16243,533,0,0,2871.92,-3540.69,297.699,0.837758,3600,3600,0,0,141480,0,0,0), + (81664,16244,533,0,0,2888.01,-3486.66,297.704,3.92699,3600,3600,0,0,94320,0,0,0), + (81661,16243,533,0,0,2929.95,-3527.9,297.837,2.21657,3600,3600,0,0,141480,0,0,0), + (81662,16244,533,0,0,2899.31,-3481.33,297.949,3.66519,3600,3600,0,0,94320,0,0,0), + (81663,16243,533,0,0,2885.54,-3477.04,297.705,3.7001,3600,3600,0,0,141480,0,0,0), + (81658,16244,533,0,0,2939.56,-3513.23,297.712,1.06465,3600,3600,0,0,94320,0,0,0), + (81659,16243,533,0,0,2897.14,-3489.76,297.95,3.87463,3600,3600,0,0,141480,0,0,0), + (81660,16244,533,0,0,2894.23,-3474.81,297.718,3.735,3600,3600,0,0,94320,0,0,0), + (81657,16244,533,0,0,2931.75,-3513.61,297.806,2.25148,3600,3600,0,0,94320,0,0,0), + (88092,16168,533,0,0,2840.63,-3479.6,297.95,5.02655,3600,3600,0,0,264075,24860,0,0), + (88093,16168,533,0,0,2840.73,-3499.91,297.94,1.25664,3600,3600,0,0,264075,24860,0,0), + (88094,16168,533,0,0,2733.12,-3490.58,262.15,0.017994,3600,3600,0,0,264075,24860,0,2), + (88095,16168,533,0,0,2866.62,-3472.71,297.696,4.89532,3600,3600,0,0,264075,24860,0,2), + (88096,16168,533,0,0,2808.59,-3482.06,286.13,4.64,3520,3520,0,0,264075,24860,0,0), + (88097,16168,533,0,0,2809.14,-3497.45,286.14,1.47,3520,3520,0,0,264075,24860,0,0), + (88098,16168,533,0,0,2777.77,-3482.43,274.119,4.69494,3600,3600,0,0,264075,24860,0,0), + (88099,16168,533,0,0,2777.72,-3497.58,274.118,1.5708,3600,3600,0,0,264075,24860,0,0), + (88100,15954,533,0,0,2677.99,-3485.05,261.29,3.72116,604800,604800,0,0,1665500,0,0,2), + (88390,16025,533,0,0,3202.71,-3306.62,292.678,6.26573,3520,3520,0,0,149895,0,0,0), + (88489,16024,533,0,0,3142.45,-3194.97,294.146,2.5989,180,180,1,0,12208,0,0,1), + (81816,16037,533,0,0,2914.8,-3690.42,286.226,0.883779,30,30,5,0,10682,0,0,1), + (81815,16037,533,0,0,2881.45,-3723.31,284.623,3.70057,30,30,5,0,10682,0,0,1), + (81814,16037,533,0,0,2906.19,-3715.62,284.862,2.48932,30,30,5,0,10682,0,0,1), + (81813,16037,533,0,0,2862.95,-3702.28,283.375,1.32299,30,30,5,0,10682,0,0,1), + (81812,16037,533,0,0,2869.8,-3718.72,284.162,4.16845,30,30,5,0,10682,0,0,1), + (81811,16037,533,0,0,2915.78,-3663.67,278.582,2.87676,30,30,5,0,10682,0,0,1), + (81810,16037,533,0,0,2851.45,-3717.98,286.667,3.26377,30,30,5,0,10682,0,0,1), + (81809,16037,533,0,0,2899.71,-3694.11,285.44,4.81016,30,30,5,0,10682,0,0,1), + (81808,16037,533,0,0,2910.16,-3581.52,274.212,4.996,30,30,5,0,10682,0,0,1), + (81807,16037,533,0,0,2851.07,-3693.53,281.254,1.45104,30,30,5,0,10682,0,0,1), + (81806,16037,533,0,0,2908.21,-3598.81,275.449,6.00257,30,30,5,0,10682,0,0,1), + (81805,16037,533,0,0,2893.39,-3653.7,277.04,3.79246,30,30,5,0,10682,0,0,1), + (81804,16037,533,0,0,2869.12,-3643.08,272.378,0.635907,30,30,5,0,10682,0,0,1), + (81803,16037,533,0,0,2895.61,-3610.25,273.286,0.667285,30,30,5,0,10682,0,0,1), + (81802,16037,533,0,0,2840.97,-3601.42,260.357,4.07278,30,30,5,0,10682,0,0,1), + (81801,16037,533,0,0,2887.77,-3591.83,270.716,6.22683,30,30,5,0,10682,0,0,1), + (81800,16037,533,0,0,2846.79,-3576,256.708,2.16176,30,30,5,0,10682,0,0,1), + (81799,16037,533,0,0,2856.49,-3653.81,272.693,0.79529,30,30,5,0,10682,0,0,1), + (81798,16037,533,0,0,2887.21,-3633.74,273.876,3.59466,30,30,5,0,10682,0,0,1), + (81797,16037,533,0,0,2860.91,-3585.21,262.448,5.03388,30,30,5,0,10682,0,0,1), + (81796,16037,533,0,0,2713.61,-3599.97,260.263,4.10152,30,30,5,0,10682,0,0,1), + (88488,16024,533,0,0,3129.97,-3190.44,294.146,0.486256,180,180,1,0,12208,0,0,1), + (88487,16024,533,0,0,3150.45,-3202.97,294.146,3.12137,180,180,1,0,12208,0,0,1), + (88486,16024,533,0,0,3135.6,-3197.74,294.146,2.68666,180,180,1,0,12208,0,0,1), + (81654,16297,533,0,0,2887.59,-3669.02,279.186,5.70202,300,300,5,0,25152,0,0,1), + (81653,16297,533,0,0,2900.05,-3687.16,284.876,4.7435,300,300,5,0,25152,0,0,1), + (81652,16297,533,0,0,2763.86,-3577.34,255.752,3.29754,300,300,5,0,25152,0,0,1), + (81651,16297,533,0,0,2734.75,-3603.47,258.694,2.35058,300,300,5,0,25152,0,0,1), + (81650,16297,533,0,0,2712.69,-3607.78,260.632,3.05397,300,300,5,0,25152,0,0,1), + (81649,16297,533,0,0,2785.11,-3584.64,253.637,4.39514,300,300,5,0,25152,0,0,1), + (81648,16297,533,0,0,2859.83,-3683.38,279.276,2.39133,300,300,5,0,25152,0,0,1), + (81647,16297,533,0,0,2841.54,-3686.11,278.137,2.89634,300,300,5,0,25152,0,0,1), + (81646,16297,533,0,0,2873.48,-3605.54,267.333,2.25662,300,300,5,0,25152,0,0,1), + (81645,16297,533,0,0,2839.15,-3615.11,260.451,4.99164,300,300,5,0,25152,0,0,1), + (81644,16297,533,0,0,2877.33,-3583.54,267.709,1.26936,300,300,5,0,25152,0,0,1), + (81643,16297,533,0,0,2834.19,-3590.74,257.507,0.899536,300,300,5,0,25152,0,0,1), + (81642,16297,533,0,0,2678.7,-3570.48,261.942,0.559949,300,300,5,0,25152,0,0,1), + (81641,16297,533,0,0,2689.72,-3579.8,261.325,1.16002,300,300,5,0,25152,0,0,1), + (24173,6498,1,0,0,-6550.89,-1585.24,-272.087,3.40021,600,600,0,0,7599,0,0,2), + (81852,16036,533,0,0,2894.94,-3706.86,286.064,6.16085,30,30,5,0,10682,0,0,1), + (81851,16036,533,0,0,2876.12,-3701.31,284.433,0.846984,30,30,5,0,10682,0,0,1), + (81435,16034,533,0,0,2850.6,-3686.67,279.16,1.78024,300,300,0,0,56592,0,0,2), + (81795,16037,533,0,0,2816.57,-3583.17,254.701,1.81337,30,30,5,0,10682,0,0,1), + (81794,16037,533,0,0,2679.47,-3611.75,262.696,4.50295,30,30,5,0,10682,0,0,1), + (81793,16037,533,0,0,2811.49,-3601.53,257.799,3.65661,30,30,5,0,10682,0,0,1), + (81434,16034,533,0,0,2709.6,-3601.9,260.611,2.82743,300,300,0,0,56592,0,0,2), + (81433,16034,533,0,0,2770.46,-3586.75,256.176,1.44862,300,300,0,0,56592,0,0,2), + (81432,16034,533,0,0,2844.97,-3609.42,261.367,4.06662,300,300,0,0,56592,0,0,2), + (81792,16037,533,0,0,2728.03,-3593.53,258.871,2.20168,30,30,5,0,10682,0,0,1), + (81791,16037,533,0,0,2833.94,-3555.91,253.269,1.36836,30,30,5,0,10682,0,0,1), + (81790,16037,533,0,0,2705.66,-3572.01,261.494,5.4042,30,30,5,0,10682,0,0,1), + (81789,16037,533,0,0,2677.9,-3596.34,261.582,3.38753,30,30,5,0,10682,0,0,1), + (81788,16037,533,0,0,2804.56,-3591.25,255.404,4.71447,30,30,5,0,10682,0,0,1), + (81787,16037,533,0,0,2696.84,-3599.21,261.29,3.70805,30,30,5,0,10682,0,0,1), + (81786,16037,533,0,0,2773.7,-3570.05,253.264,4.05317,30,30,5,0,10682,0,0,1), + (81785,16037,533,0,0,2756.84,-3593.13,257.108,0.245972,30,30,5,0,10682,0,0,1), + (81784,16037,533,0,0,2749.98,-3572.63,255.623,5.95536,30,30,5,0,10682,0,0,1), + (81783,16037,533,0,0,2750.46,-3613.72,256.717,3.41259,30,30,5,0,10682,0,0,1), + (88205,15936,533,0,0,2795.29,-3708.85,276.563,0.6102,604800,604800,0,0,1832050,0,0,0), + (88206,16236,533,0,0,2761.28,-3765.37,275.08,1.24,4224,4224,0,0,19500,12000,0,0), + (88207,16236,533,0,0,2770.17,-3782.11,275.08,1.33,4224,4224,0,0,19500,12000,0,0), + (88208,16236,533,0,0,2798.11,-3788.94,275.08,2.35,4224,4224,0,0,19500,12000,0,0), + (88209,16236,533,0,0,2797.91,-3776.86,275.08,2.25,4224,4224,0,0,19500,12000,0,0), + (88210,16236,533,0,0,2792.06,-3762.52,275.08,2.9,4224,4224,0,0,19500,12000,0,0), + (88211,16236,533,0,0,2789.87,-3752.15,275.08,2.74,4224,4224,0,0,19500,12000,0,0), + (88212,16236,533,0,0,2804.21,-3757.96,275.08,3.9,4224,4224,0,0,19500,12000,0,0), + (88213,16236,533,0,0,2821.16,-3759.75,275.08,4.47,4224,4224,0,0,19500,12000,0,0), + (88214,16236,533,0,0,2834.64,-3751.23,275.08,4.27,4224,4224,0,0,19500,12000,0,0), + (88215,16236,533,0,0,2843.54,-3768.08,275.08,3.06,4224,4224,0,0,19500,12000,0,0), + (88216,16236,533,0,0,2862.4,-3758.3,275.08,4.8,4224,4224,0,0,19500,12000,0,0), + (88217,16236,533,0,0,2877.8,-3762.46,275.08,4.8,4224,4224,0,0,19500,12000,0,0), + (88218,16236,533,0,0,2894.11,-3757.89,275.08,4.56,4224,4224,0,0,19500,12000,0,0), + (88219,16236,533,0,0,2895.25,-3779.5,275.08,2.4,4224,4224,0,0,19500,12000,0,0), + (88220,16236,533,0,0,2881.59,-3782.22,275.08,2.79,4224,4224,0,0,19500,12000,0,0), + (88221,16236,533,0,0,2867.2,-3778.21,275.08,3.01,4224,4224,0,0,19500,12000,0,0), + (88222,16236,533,0,0,2851.39,-3776.54,275.08,2.69,4224,4224,0,0,19500,12000,0,0), + (88223,16236,533,0,0,2846.16,-3789.13,275.08,1.79,4224,4224,0,0,19500,12000,0,0), + (88224,16236,533,0,0,2830.09,-3776.49,275.08,0.94,4224,4224,0,0,19500,12000,0,0), + (88225,16236,533,0,0,2813.34,-3780.97,275.08,1.84,4224,4224,0,0,19500,12000,0,0), + (88226,16011,533,0,0,2909.43,-3999.46,274.28,1.58,604800,604800,0,0,5329600,0,0,0), + (88232,16057,533,0,0,2764.08,-3768.61,273.8,2.4,7150,7150,0,0,3052,0,0,0), + (88233,16057,533,0,0,2758,-3769.48,273.86,1.6,7150,7150,0,0,3052,0,0,0), + (88234,16057,533,0,0,2768.21,-3778.49,273.8,5.68,7150,7150,0,0,3052,0,0,0), + (88235,16057,533,0,0,2775.5,-3782.08,273.8,4.46,7150,7150,0,0,3052,0,0,0), + (88236,16057,533,0,0,2796.71,-3783.82,273.8,0.3,7150,7150,0,0,3052,0,0,0), + (88237,16057,533,0,0,2803.44,-3780.83,273.8,0.52,7150,7150,0,0,3052,0,0,0), + (88238,16057,533,0,0,2805.28,-3772.6,273.8,1.31,7150,7150,0,0,3052,0,0,0), + (88239,16057,533,0,0,2799.23,-3760.2,273.8,2.02,7150,7150,0,0,3052,0,0,0), + (88240,16057,533,0,0,2796.81,-3755.49,273.8,2.05,7150,7150,0,0,3052,0,0,0), + (88241,16057,533,0,0,2786.38,-3757.27,273.8,3.32,7150,7150,0,0,3052,0,0,0), + (88242,16057,533,0,0,2822.22,-3755.18,273.8,6.12,7150,7150,0,0,3052,0,0,0), + (88243,16057,533,0,0,2829.56,-3755.74,273.8,0.01,7150,7150,0,0,3052,0,0,0), + (88244,16057,533,0,0,2837.27,-3768.31,273.8,5.3,7150,7150,0,0,3052,0,0,0), + (88245,16057,533,0,0,2846.39,-3777.18,273.8,5.52,7150,7150,0,0,3052,0,0,0), + (88246,16057,533,0,0,2853.26,-3786.51,273.78,5.35,7150,7150,0,0,3052,0,0,0), + (88247,16057,533,0,0,2831.52,-3783.05,273.79,2.77,7150,7150,0,0,3052,0,0,0), + (88248,16057,533,0,0,2817.98,-3780.79,273.8,2.99,7150,7150,0,0,3052,0,0,0), + (88249,16057,533,0,0,2838.32,-3754.31,273.8,0.81,7150,7150,0,0,3052,0,0,0), + (88250,16057,533,0,0,2848.19,-3766.48,273.8,5.34,7150,7150,0,0,3052,0,0,0), + (88251,16057,533,0,0,2861.43,-3763.23,273.8,0.34,7150,7150,0,0,3052,0,0,0), + (88252,16057,533,0,0,2874.25,-3759.26,273.79,0.3,7150,7150,0,0,3052,0,0,0), + (88253,16057,533,0,0,2869.94,-3774.74,273.8,4.47,7150,7150,0,0,3052,0,0,0), + (88254,16057,533,0,0,2877.29,-3781.67,273.8,5.55,7150,7150,0,0,3052,0,0,0), + (88255,16057,533,0,0,2894.08,-3774.59,273.8,5.49,7150,7150,0,0,3052,0,0,0), + (88256,16057,533,0,0,2895.87,-3762.12,273.8,1.38,7150,7150,0,0,3052,0,0,0), + (88257,16057,533,0,0,2896.47,-3753.83,273.77,3.14,7150,7150,0,0,3052,0,0,0), + (88258,16057,533,0,0,2890.33,-3783.99,273.79,2.84,7150,7150,0,0,3052,0,0,0), + (88259,16057,533,0,0,2867.02,-3782.55,273.79,2.85,7150,7150,0,0,3052,0,0,0), + (88260,16057,533,0,0,2858.06,-3755.19,273.79,3.51,7150,7150,0,0,3052,0,0,0), + (88261,16017,533,0,0,3086.04,-3386.8,298.401,3.1765,3520,3520,0,0,88032,0,0,0), + (88262,16017,533,0,0,3054.92,-3356.8,298.401,4.72984,3520,3520,0,0,88032,0,0,0), + (88263,16017,533,0,0,3087.45,-3367.57,298.401,3.89208,3520,3520,0,0,88032,0,0,0), + (88264,16017,533,0,0,3074.64,-3353.27,298.401,4.06662,3520,3520,0,0,88032,0,0,0), + (88267,16017,533,0,0,3136.61,-3353.29,294.051,2.46091,3520,3520,0,0,88032,0,0,0), + (88268,16017,533,0,0,3088.14,-3305.5,294.025,5.5676,3520,3520,0,0,88032,0,0,0), + (88269,16018,533,0,0,3110.31,-3333.07,293.712,5.49792,3520,3520,0,0,106896,0,0,2), + (88270,16018,533,0,0,3096.72,-3292.51,294.597,5.60251,3520,3520,0,0,106896,0,0,0), + (88272,16018,533,0,0,3149.04,-3345.12,294.592,2.46091,3520,3520,0,0,106896,0,0,0), + (81656,16244,533,0,0,2932.04,-3521.47,297.423,2.58309,3600,3600,0,0,94320,0,0,0), + (81655,16243,533,0,0,2936.26,-3517.2,297.738,1.51844,3600,3600,0,0,141480,0,0,0), + (88278,16017,533,0,0,3157.59,-3332.37,294.048,2.54818,3520,3520,0,0,88032,0,0,0), + (88279,16017,533,0,0,3109.14,-3284.2,294.035,5.63741,3520,3520,0,0,88032,0,0,0), + (88280,16017,533,0,0,3174.14,-3291.93,294.714,3.80482,3520,3520,0,0,88032,0,0,0), + (88281,16017,533,0,0,3149.68,-3265.7,294.576,4.2237,3520,3520,0,0,88032,0,0,0), + (88282,16024,533,0,0,3136.91,-3233,294.146,1.3439,180,180,1,0,12208,0,0,1), + (88283,16024,533,0,0,3125.78,-3224.82,294.146,3.12414,180,180,1,0,12208,0,0,1), + (88284,16024,533,0,0,3141.4,-3229.32,294.146,0.785398,180,180,1,0,12208,0,0,1), + (88285,16024,533,0,0,3113.27,-3214.64,294.146,4.39823,180,180,1,0,12208,0,0,1), + (88286,16024,533,0,0,3129.88,-3218.11,294.146,1.8326,180,180,1,0,12208,0,0,1), + (88287,16024,533,0,0,3123.7,-3212.6,294.146,0.00856187,180,180,1,0,12208,0,0,1), + (88288,16024,533,0,0,3141.99,-3222.09,294.146,0.10278,180,180,1,0,12208,0,0,1), + (88289,16024,533,0,0,3135.44,-3217.41,294.146,5.94621,180,180,1,0,12208,0,0,1), + (88290,16024,533,0,0,3148.57,-3224.42,294.146,0.389049,180,180,1,0,12208,0,0,1), + (88291,16024,533,0,0,3145.93,-3214.59,294.146,6.25254,180,180,1,0,12208,0,0,1), + (88292,16024,533,0,0,3138.78,-3209.48,294.146,4.71239,180,180,1,0,12208,0,0,1), + (88293,16024,533,0,0,3126.31,-3202.82,294.146,3.2796,180,180,1,0,12208,0,0,1), + (88294,16024,533,0,0,3121.3,-3199.04,294.146,2.26614,180,180,1,0,12208,0,0,1), + (88295,16024,533,0,0,3132.85,-3204.32,294.146,0.115952,180,180,1,0,12208,0,0,1), + (88296,16024,533,0,0,3152.3,-3212.52,294.146,4.63714,180,180,1,0,12208,0,0,1), + (88297,16024,533,0,0,3143.12,-3202.39,294.146,3.33458,180,180,1,0,12208,0,0,1), + (88298,16028,533,0,0,3308.46,-3232.08,294.24,3.01,604800,604800,0,0,3997200,0,0,2), + (88299,16025,533,0,0,3291.21,-3360.78,292.678,1.8326,3520,3520,0,0,149895,0,0,0), + (88300,16025,533,0,0,3262.94,-3358.04,292.678,1.22173,3520,3520,0,0,149895,0,0,0), + (88301,16025,533,0,0,3202.46,-3330.17,292.678,0.0872665,3520,3520,0,0,149895,0,0,0), + (88302,16025,533,0,0,3202.66,-3282.63,292.678,0.296706,3520,3520,0,0,149895,0,0,0), + (88303,15931,533,0,0,3253.28,-3310.71,292.678,0.0698132,604800,604800,0,0,2165150,0,0,2), + (88304,15932,533,0,0,3304.92,-3139.15,296.89,1.33,604800,604800,0,0,1665500,0,0,0), + (88305,16025,533,0,0,3332.37,-3324.52,292.678,2.56563,3520,3520,0,0,149895,0,0,0), + (88306,16025,533,0,0,3331.97,-3300.31,292.678,2.84489,3520,3520,0,0,149895,0,0,0), + (88307,15975,533,0,0,3067.59,-3551.4,287.26,1.14,3520,3520,0,0,56592,0,0,0), + (88308,15975,533,0,0,3059.2,-3536.06,287.25,0.12,3520,3520,0,0,56592,0,0,0), + (88309,15975,533,0,0,3071.75,-3531.58,287.26,5.5,3520,3520,0,0,56592,0,0,0), + (88310,15976,533,0,0,3074.03,-3559.42,287.25,1.61,3520,3520,0,0,94320,0,0,0), + (88311,15976,533,0,0,3154.64,-3542.5,287.26,2.71,3520,3520,0,0,94320,0,0,0), + (88312,15975,533,0,0,3150.58,-3551.42,287.26,2.62,3520,3520,0,0,56592,0,0,0), + (88313,15975,533,0,0,3142.6,-3544.74,287.26,1.19,3520,3520,0,0,56592,0,0,0), + (88314,15975,533,0,0,3150,-3528.35,287.26,1.13,3520,3520,0,0,56592,0,0,0), + (88315,15977,533,0,0,3112.53,-3491.46,287.25,3.7,3520,3520,5,0,15415,0,0,1), + (88316,15977,533,0,0,3115.95,-3497.2,287.26,1.38,3520,3520,5,0,15415,0,0,1), + (88317,15977,533,0,0,3118.5,-3493.96,287.25,0.97,3520,3520,5,0,15415,0,0,1), + (88318,15977,533,0,0,3117.86,-3487.48,287.25,1.68,3520,3520,5,0,15415,0,0,1), + (88319,15977,533,0,0,3111.41,-3486.3,287.25,2.99,3520,3520,5,0,15415,0,0,1), + (88320,15977,533,0,0,3107.82,-3489.64,287.25,3.94,3520,3520,5,0,15415,0,0,1), + (88321,15977,533,0,0,3106.9,-3496.09,287.25,4.61,3520,3520,5,0,15415,0,0,1), + (88322,15977,533,0,0,3109.29,-3499.39,287.25,5.35,3520,3520,5,0,15415,0,0,1), + (88323,15977,533,0,0,3114.68,-3503.09,287.26,5.77,3520,3520,5,0,15415,0,0,1), + (88324,15977,533,0,0,3121.05,-3501.7,287.25,0.24,3520,3520,5,0,15415,0,0,1), + (88325,15977,533,0,0,3104.37,-3571.23,287.078,1.35952,3520,3520,5,0,15415,0,0,1), + (88326,15977,533,0,0,3115.92,-3571.28,287.08,6.11197,3520,3520,5,0,15415,0,0,1), + (88327,15977,533,0,0,3115.43,-3577.17,287.08,4.08799,3520,3520,5,0,15415,0,0,1), + (88328,15977,533,0,0,3108.9,-3579.27,287.08,2.35776,3520,3520,5,0,15415,0,0,1), + (88329,15977,533,0,0,3114.62,-3584.31,287.08,4.08799,3520,3520,5,0,15415,0,0,1), + (88330,15977,533,0,0,3109.21,-3582.62,287.078,4.40451,3520,3520,5,0,15415,0,0,1), + (88331,15977,533,0,0,3119.5,-3577.74,287.08,0.583546,3520,3520,5,0,15415,0,0,1), + (88332,15977,533,0,0,3102.75,-3580.06,287.078,2.35776,3520,3520,5,0,15415,0,0,1), + (88333,15977,533,0,0,3110.29,-3570.61,287.08,0.607894,3520,3520,5,0,15415,0,0,1), + (88334,15974,533,0,0,3073.6,-3550.6,287.26,1.75,3520,3520,0,0,47160,0,0,0), + (88335,15974,533,0,0,3066.17,-3529.62,287.26,1.07,3520,3520,0,0,47160,0,0,0), + (88336,15974,533,0,0,3145.74,-3534.39,287.26,5.55,3520,3520,0,0,47160,0,0,0), + (88337,15974,533,0,0,3141.38,-3551.68,287.26,1.29,3520,3520,0,0,47160,0,0,0), + (88338,15974,533,0,0,3182.29,-3468.05,287.26,3.54,3520,3520,0,0,47160,0,0,0), + (88339,15974,533,0,0,3184.94,-3480.75,287.26,2.73,3520,3520,0,0,47160,0,0,0), + (88340,15975,533,0,0,3179.18,-3480.52,287.26,2.15,3520,3520,0,0,56592,0,0,0), + (88341,15975,533,0,0,3176.37,-3474.63,287.25,2.02,3520,3520,0,0,56592,0,0,0), + (88342,15975,533,0,0,3181.07,-3473.65,287.26,5.9,3520,3520,0,0,56592,0,0,0), + (88343,16453,533,0,0,3190.09,-3475.76,287.25,3.77,3520,3520,0,0,81744,0,0,0), + (88344,15977,533,0,0,3110.08,-3574.35,287.08,2.13,3520,3520,5,0,15415,0,0,1), + (88345,15977,533,0,0,3166.61,-3477.81,287.135,3.97254,3520,3520,0,0,15415,0,0,2), + (88346,15956,533,0,0,3316.47,-3476.23,287.26,3.18,604800,604800,0,0,1665500,0,0,0), + (88347,16573,533,0,0,3291.26,-3502.08,287.26,2.14,3520,3520,0,0,204360,0,0,0), + (88348,16573,533,0,0,3285.29,-3446.64,287.26,4.2,3520,3520,0,0,204360,0,0,0), + (88349,15977,533,0,0,3166.44,-3473.36,287.153,4.05345,3520,3520,0,0,15415,0,0,0), + (88350,15977,533,0,0,3161.54,-3479.68,287.054,4.05345,3520,3520,0,0,15415,0,0,0), + (88351,15977,533,0,0,3160.8,-3483.03,287.086,4.05345,3520,3520,0,0,15415,0,0,0), + (88352,15977,533,0,0,3164.73,-3477.97,287.066,4.05345,3520,3520,0,0,15415,0,0,0), + (88353,15977,533,0,0,3162.07,-3476.79,286.955,4.05345,3520,3520,0,0,15415,0,0,0), + (88354,15977,533,0,0,3165.78,-3482.07,287.037,4.05345,3520,3520,0,0,15415,0,0,0), + (88355,15977,533,0,0,3167.7,-3483.56,287.11,4.05345,3520,3520,0,0,15415,0,0,0), + (88356,15977,533,0,0,3167.98,-3478.6,287.129,4.72732,3520,3520,0,0,15415,0,0,0), + (88357,15977,533,0,0,3168.29,-3480.65,287.12,4.34562,3520,3520,0,0,15415,0,0,0), + (88358,15977,533,0,0,3384.41,-3687.79,259.08,1.86376,3520,3520,0,0,15415,0,0,2), + (88359,15977,533,0,0,3385.51,-3695.01,259.077,1.77501,25,25,0,0,15415,0,0,0), + (88360,15977,533,0,0,3386.29,-3691.89,259.078,1.77501,25,25,0,0,15415,0,0,0), + (88361,15977,533,0,0,3386.5,-3688.35,259.078,1.77501,25,25,0,0,15415,0,0,0), + (88362,15977,533,0,0,3389.16,-3690.63,259.075,1.77501,25,25,0,0,15415,0,0,0), + (88363,15977,533,0,0,3384.3,-3693.34,259.078,1.77501,25,25,0,0,15415,0,0,0), + (88364,15977,533,0,0,3387.96,-3694.09,259.076,1.77501,25,25,0,0,15415,0,0,0), + (88365,15977,533,0,0,3382.42,-3696.24,259.08,1.77501,25,25,0,0,15415,0,0,0), + (88366,15977,533,0,0,3378.77,-3692.13,259.081,1.77501,25,25,0,0,15415,0,0,0), + (88367,15977,533,0,0,3380.74,-3687.59,259.081,1.76873,25,25,0,0,15415,0,0,0), + (88368,15977,533,0,0,3274.57,-3702.69,280.1,2.29809,3520,3520,3,0,15415,0,0,1), + (88369,15977,533,0,0,3273.27,-3699.56,280.639,2.29809,3520,3520,3,0,15415,0,0,1), + (88370,15977,533,0,0,3276.2,-3695.68,280.195,2.29809,3520,3520,3,0,15415,0,0,1), + (88371,15977,533,0,0,3276.99,-3701.06,278.638,2.29809,3520,3520,3,0,15415,0,0,1), + (88372,15977,533,0,0,3281.84,-3701.93,276.436,2.29809,3520,3520,3,0,15415,0,0,1), + (88373,15977,533,0,0,3281.73,-3696.47,278.567,2.29809,3520,3520,3,0,15415,0,0,1), + (88374,15977,533,0,0,3280.03,-3699.9,278.042,2.29809,3520,3520,3,0,15415,0,0,1), + (88375,15977,533,0,0,3279.92,-3704.31,276.803,2.29809,3520,3520,3,0,15415,0,0,1), + (88376,15977,533,0,0,3276.05,-3701.19,279.173,2.29809,3520,3520,3,0,15415,0,0,1), + (88377,15977,533,0,0,3275.76,-3706.14,278.677,2.29809,3520,3520,3,0,15415,0,0,1), + (88378,16453,533,0,0,3298.93,-3710.96,267.6,3.15496,3520,3520,7,0,81744,0,0,1), + (88379,16453,533,0,0,3305.26,-3722.27,268.031,3.15496,3520,3520,7,0,81744,0,0,1), + (88380,15977,533,0,0,3151.36,-3578.26,284.089,5.01007,3520,3520,0,0,15415,0,0,2), + (88381,15977,533,0,0,3158.52,-3584.62,280.306,4.84985,3520,3520,0,0,15415,0,0,0), + (88382,15977,533,0,0,3153.02,-3584.27,281.478,4.84985,3520,3520,0,0,15415,0,0,0), + (88383,15977,533,0,0,3153.91,-3578.73,283.059,4.84985,3520,3520,0,0,15415,0,0,0), + (88384,15977,533,0,0,3151.64,-3580.62,283.189,4.84985,3520,3520,0,0,15415,0,0,0), + (88385,15977,533,0,0,3154.72,-3579.15,282.642,5.28732,3520,3520,0,0,15415,0,0,0), + (88386,15977,533,0,0,3157.14,-3582.89,280.544,5.28732,3520,3520,0,0,15415,0,0,0), + (88387,15977,533,0,0,3156.44,-3579.35,281.987,5.28732,3520,3520,0,0,15415,0,0,0), + (88388,15977,533,0,0,3152.07,-3583.19,282.169,5.28732,3520,3520,0,0,15415,0,0,0), + (88389,15977,533,0,0,3154.64,-3582.76,281.439,5.28732,3520,3520,0,0,15415,0,0,0), + (88393,16146,533,0,0,2924.34,-3383,299.18,0.77,3520,3520,0,0,75456,0,0,0), + (88394,16146,533,0,0,2956.29,-3351.25,299.18,3.9,3520,3520,0,0,75456,0,0,0), + (88395,16145,533,0,0,2923.5,-3363.32,298.32,5.77,3520,3520,0,0,94320,0,0,0), + (88396,16145,533,0,0,2936.02,-3350.4,298.32,5.28,3520,3520,0,0,94320,0,0,0), + (88397,16164,533,0,0,2919.12,-3346.21,298.32,5.34,3520,3520,0,0,55459,22000,0,2), + (88398,16165,533,0,0,2920.14,-3342.24,298.32,5.41,3520,3520,0,0,39618,105750,0,0), + (88399,16165,533,0,0,2915.22,-3346.51,298.32,5.48,3520,3520,0,0,39618,105750,0,0), + (88400,16154,533,0,0,2958.77,-3356.05,298.31,3.94,3520,3520,0,0,25152,0,0,0), + (88401,16154,533,0,0,2951.66,-3348.27,298.31,4.03,3520,3520,0,0,25152,0,0,0), + (88402,16154,533,0,0,2922.28,-3378.29,298.31,0.78,3520,3520,0,0,25152,0,0,0), + (88403,16154,533,0,0,2928.1,-3385.22,298.31,0.8,3520,3520,0,0,25152,0,0,0), + (88404,16145,533,0,0,2881.37,-3306.94,298.32,5.41,3520,3520,0,0,94320,0,0,0), + (88405,16158,533,0,0,2888.83,-3308.23,298.32,3.84,3520,3520,0,0,24734,12000,0,0), + (88406,16156,533,0,0,2887.81,-3315.24,298.32,2.19,3520,3520,0,0,24372,12000,0,0), + (88407,16164,533,0,0,2903.97,-3293.77,298.73,3.96,3520,3520,0,0,55459,22000,0,2), + (88408,16193,533,0,0,2908.99,-3276.91,298.229,1.58825,3520,3520,0,0,50304,0,0,0), + (88409,16193,533,0,0,2920.97,-3290.25,298.229,0.820305,3520,3520,0,0,50304,0,0,0), + (88410,16193,533,0,0,2910.94,-3290.13,298.547,2.43248,3520,3520,0,0,50304,0,0,2), + (88411,16193,533,0,0,2882.14,-3275.98,298.141,3.75233,3520,3520,0,0,50304,0,0,2), + (88412,16145,533,0,0,2874.52,-3244.96,298.33,4.71,3520,3520,0,0,94320,0,0,0), + (88413,16146,533,0,0,2883.29,-3249.09,298.33,4.75,3520,3520,0,0,75456,0,0,0), + (88414,16146,533,0,0,2870.98,-3249.05,298.33,4.73,3520,3520,0,0,75456,0,0,0), + (88415,16145,533,0,0,2879.33,-3244.43,298.33,4.73,3520,3520,0,0,94320,0,0,0), + (88416,16164,533,0,0,2847.2,-3263.39,298.27,5.43,3520,3520,0,0,55459,22000,0,0), + (88417,16164,533,0,0,2837.08,-3273.82,298.27,5.57,3520,3520,0,0,55459,22000,0,0), + (88418,16167,533,0,0,2835.76,-3331.32,299.364,4.84961,3520,3520,0,0,37728,0,0,2), + (88419,16167,533,0,0,2837.3,-3333.04,300.45,2.96,3520,3520,0,0,37728,0,0,0), + (88420,16167,533,0,0,2829.71,-3322.54,300.01,2.2,3520,3520,0,0,37728,0,0,0), + (88421,16167,533,0,0,2829.27,-3314.37,299.31,1.52,3520,3520,0,0,37728,0,0,0), + (88422,16167,533,0,0,2845.06,-3296.36,298.124,5.63452,3520,3520,0,0,37728,0,0,2), + (88423,16146,533,0,0,2881.58,-3314.07,298.32,0.58,3520,3520,0,0,75456,0,0,0), + (88424,16145,533,0,0,2871.87,-3275.17,298.31,4.71,3520,3520,0,0,94320,0,0,2), + (88425,16145,533,0,0,2867.81,-3275.33,298.3,4.75,3520,3520,0,0,94320,0,0,0), + (88426,16165,533,0,0,2840.57,-3267.43,299.13,5.44,3520,3520,0,0,39618,105750,0,0), + (88427,16156,533,0,0,2872.29,-3210,298.33,0.97,3520,3520,0,0,24372,12000,0,0), + (88428,16158,533,0,0,2879.88,-3198.33,298.33,4.04,3520,3520,0,0,24734,12000,0,0), + (88429,16145,533,0,0,2880.29,-3206.22,298.33,2.68,3520,3520,0,0,94320,0,0,0), + (88430,16146,533,0,0,2872.37,-3201.92,298.33,5.84,3520,3520,0,0,75456,0,0,2), + (88431,16145,533,0,0,2834.1,-3205.78,298.236,4.373,3520,3520,0,0,94320,0,0,0), + (88432,16145,533,0,0,2853.61,-3185.35,298.15,0.127,3520,3520,0,0,94320,0,0,0), + (88433,16145,533,0,0,2819.95,-3161.58,298.145,1.62,3520,3520,0,0,94320,0,0,0), + (88434,16146,533,0,0,2829.24,-3208.36,298.254,4,3520,3520,0,0,75456,0,0,2), + (88435,16146,533,0,0,2836.87,-3213.74,298.257,4.211,3520,3520,0,0,75456,0,0,0), + (88436,16146,533,0,0,2857.77,-3180.22,298.152,0,3520,3520,0,0,75456,0,0,2), + (88437,16146,533,0,0,2858.52,-3187.77,298.152,6.189,3520,3520,0,0,75456,0,0,0), + (88438,16146,533,0,0,2814.28,-3155.78,298.146,1.536,3520,3520,0,0,75456,0,0,0), + (88439,16146,533,0,0,2825.4,-3156.5,298.146,1.479,3520,3520,0,0,75456,0,0,2), + (88440,16146,533,0,0,2812.05,-3177.41,298.33,6.01,3520,3520,0,0,75456,0,0,2), + (88441,16158,533,0,0,2809.91,-3172.91,298.33,5.88,3520,3520,0,0,24734,12000,0,0), + (88442,16158,533,0,0,2807.7,-3178.99,298.33,6.1,3520,3520,0,0,24734,12000,0,0), + (88443,16158,533,0,0,2799.42,-3159.93,298.33,3.85,3520,3520,0,0,24734,12000,0,0), + (88444,16146,533,0,0,2799.63,-3164.42,298.33,3.5,3520,3520,0,0,75456,0,0,2), + (88445,16145,533,0,0,2793.21,-3165.56,298.33,0.17,3520,3520,0,0,94320,0,0,0), + (88446,16157,533,0,0,2792.61,-3170.52,298.33,0.96,3520,3520,0,0,25152,0,0,0), + (88447,16163,533,0,0,2793.06,-3169.94,273.97,6.16,4224,4224,0,0,113175,12430,0,0), + (88448,16163,533,0,0,2810.07,-3140.06,273.97,6.1,4224,4224,0,0,113175,12430,0,0), + (88449,16158,533,0,0,2803.58,-3173.22,273.97,2.85,3520,3520,0,0,24734,12000,0,0), + (88450,16158,533,0,0,2790.82,-3182.31,273.97,1.38,3520,3520,0,0,24734,12000,0,0), + (88451,16157,533,0,0,2807.78,-3146.75,273.96,1.25,3520,3520,0,0,25152,0,0,0), + (88452,16157,533,0,0,2818.17,-3142.82,273.98,2.7,3520,3520,0,0,25152,0,0,0), + (88453,16157,533,0,0,2813.48,-3133.52,273.99,4.25,3520,3520,0,0,25152,0,0,0), + (88454,16158,533,0,0,2846.57,-3131.7,273.99,1.35,3520,3520,0,0,24734,12000,0,0), + (88455,16157,533,0,0,2837.26,-3121.87,273.91,6.16,3520,3520,0,0,25152,0,0,0), + (88456,16156,533,0,0,2847.91,-3113.41,273.97,4.76,3520,3520,0,0,24372,12000,0,0), + (88457,16156,533,0,0,2795.27,-3159.02,273.97,4.47,3520,3520,0,0,24372,12000,0,0), + (88458,16163,533,0,0,2853.22,-3204.08,273.97,1.71,4224,4224,0,0,113175,12430,0,0), + (88459,16163,533,0,0,2849.54,-3204.48,273.97,1.51,4224,4224,0,0,113175,12430,0,0), + (88460,16061,533,0,0,2755.56,-3098.04,267.86,6.27,604800,604800,0,0,1998600,0,0,2), + (88461,16803,533,0,0,2762.05,-3085.6,267.86,2.03,4224,4224,0,0,91560,0,0,0), + (88462,16803,533,0,0,2782.45,-3088.03,267.86,1.18,4224,4224,0,0,91560,0,0,0), + (88463,16803,533,0,0,2778.56,-3113.74,267.86,5.12,4224,4224,0,0,91560,0,0,0), + (88464,16803,533,0,0,2758.28,-3111.99,267.86,4.22,4224,4224,0,0,91560,0,0,0), + (88465,16163,533,0,0,2932.46,-3194.52,273.55,3.05,4224,4224,0,0,113175,12430,0,2), + (88466,16163,533,0,0,2933.03,-3186.32,273.55,3.07,4224,4224,0,0,113175,12430,0,2), + (88467,16067,533,0,0,2877.32,-3153.33,273.97,4.69,4224,4224,0,0,44016,0,0,0), + (88468,16067,533,0,0,2952.34,-3199.06,273.97,3.07,4224,4224,0,0,44016,0,0,0), + (88469,16067,533,0,0,2918.86,-3220.45,273.97,1.58,4224,4224,0,0,44016,0,0,0), + (88470,16164,533,0,0,2786.36,-3271.89,267.99,2.57,3520,3520,0,0,55459,22000,0,0), + (88471,16165,533,0,0,2784.77,-3276.68,267.99,2.58,3520,3520,0,0,39618,105750,0,0), + (88472,16165,533,0,0,2789.26,-3267.53,267.99,2.73,3520,3520,0,0,39618,105750,0,0), + (88473,16163,533,0,0,2791.79,-3374.53,267.86,1.55,4224,4224,0,0,113175,12430,0,2), + (88474,16163,533,0,0,2785.81,-3374.48,267.86,1.56,4224,4224,0,0,113175,12430,0,2), + (88475,16145,533,0,0,2797,-3398.33,267.86,2.37,3520,3520,0,0,94320,0,0,0), + (88476,16154,533,0,0,2792.89,-3402.24,267.86,2.33,3520,3520,0,0,25152,0,0,0), + (88477,16154,533,0,0,2797.69,-3393.28,267.86,2.66,3520,3520,0,0,25152,0,0,0), + (88478,16154,533,0,0,2792.97,-3395.7,267.86,2.55,3520,3520,0,0,25152,0,0,0), + (88479,16060,533,0,0,2642.2,-3388.39,285.6,0,604800,604800,0,0,399750,262000,0,0), + (88480,15928,533,0,0,3508.02,-2931.33,303.015,3.91,604800,604800,0,0,6662000,0,0,0), + (88481,15929,533,0,0,3449.03,-2934.74,312.18,5.41,604800,604800,0,0,499650,0,0,0), + (88482,15930,533,0,0,3508.85,-2994.08,312.18,2.33,604800,604800,0,0,499650,0,0,0), + (88483,15952,533,0,0,3503.04,-3919.22,297.6,2.16,604800,604800,0,0,1498950,0,0,0), + (88496,15953,533,0,0,3353.16,-3620.63,261.18,4.76,604800,604800,0,0,1332400,0,0,0), + (88497,16506,533,0,0,3350.61,-3619.74,261.18,4.65,3520,3520,0,0,88040,58750,0,0), + (88498,16506,533,0,0,3341.36,-3619.35,261.18,4.68,3520,3520,0,0,88040,58750,0,0), + (88499,16506,533,0,0,3356.69,-3621.17,261.18,4.38,3520,3520,0,0,88040,58750,0,0), + (88500,16506,533,0,0,3364.08,-3622.85,261.18,4.35,3520,3520,0,0,88040,58750,0,0), + (88501,16505,533,0,0,3359.75,-3621.77,261.18,4.54,3520,3520,0,0,99045,58750,0,0), + (88502,16505,533,0,0,3346.29,-3619.32,261.18,4.61,3520,3520,0,0,99045,58750,0,0), + (88503,15325,509,0,0,-8604.94,1618.06,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88504,15325,509,0,0,-8604.94,1610.99,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88505,15325,509,0,0,-8537.96,1456.85,31.908,0,21600,21600,0,0,25152,0,0,0), + (88506,15325,509,0,0,-8537.96,1449.78,31.9072,0,21600,21600,0,0,25152,0,0,0), + (88507,15325,509,0,0,-8553.33,1398.62,31.9074,0,21600,21600,0,0,25152,0,0,0), + (88508,15325,509,0,0,-8553.33,1391.55,31.9075,0,21600,21600,0,0,25152,0,0,0), + (88509,15325,509,0,0,-8674.65,1483.5,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88510,15325,509,0,0,-8674.65,1476.43,31.9075,0,21600,21600,0,0,25152,0,0,0), + (88511,15325,509,0,0,-8679.82,1443.77,31.9075,0,21600,21600,0,0,25152,0,0,0), + (88512,15325,509,0,0,-8679.82,1436.7,31.9115,0,21600,21600,0,0,25152,0,0,0), + (88513,15325,509,0,0,-8694.2,1666.09,25.517,0,21600,21600,0,0,25152,0,0,0), + (88514,15325,509,0,0,-8694.2,1659.02,23.7518,0,21600,21600,0,0,25152,0,0,0), + (88515,15325,509,0,0,-8843,1606.78,20.8365,0,21600,21600,0,0,25152,0,0,0), + (88516,15325,509,0,0,-8843,1599.71,21.3867,0,21600,21600,0,0,25152,0,0,0), + (88517,15325,509,0,0,-8764.61,1577.5,24.2457,0,21600,21600,0,0,25152,0,0,0), + (88518,15325,509,0,0,-8764.61,1570.42,29.9706,0,21600,21600,0,0,25152,0,0,0), + (88519,15325,509,0,0,-8800.64,1660.19,21.3826,0,21600,21600,0,0,25152,0,0,0), + (88520,15325,509,0,0,-8800.64,1653.12,21.3807,0,21600,21600,0,0,25152,0,0,0), + (88521,15325,509,0,0,-8601.47,1372.66,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88522,15325,509,0,0,-8601.47,1365.59,31.9091,0,21600,21600,0,0,25152,0,0,0), + (88541,15978,533,0,0,3209.09,-3596.43,287.27,3.51,3520,3520,0,0,141480,0,0,0), + (88542,15978,533,0,0,3192.36,-3579.05,287.25,4.21,3520,3520,0,0,141480,0,0,0), + (88543,15978,533,0,0,3149.82,-3619.72,287.27,0.38,3520,3520,0,0,141480,0,0,0), + (88544,15978,533,0,0,3167.42,-3637.8,287.27,1.28,3520,3520,0,0,141480,0,0,0), + (88545,16453,533,0,0,3135.8,-3600.11,287.26,0.8,3520,3520,0,0,81744,0,0,0), + (88546,15976,533,0,0,3175.34,-3563.32,287.26,5.3,3520,3520,0,0,94320,0,0,0), + (88547,16453,533,0,0,3223.53,-3615.57,287.26,3.19,3520,3520,0,0,81744,0,0,0), + (88548,15976,533,0,0,3186.85,-3653.02,287.26,2.48,3520,3520,0,0,94320,0,0,0), + (88549,15975,533,0,0,3190.86,-3652.34,287.26,2.55,3520,3520,0,0,56592,0,0,0), + (88550,15975,533,0,0,3182.76,-3651.25,287.25,1.04,3520,3520,0,0,56592,0,0,0), + (88551,15975,533,0,0,3220.93,-3617.65,287.26,2.55,3520,3520,0,0,56592,0,0,0), + (88552,15974,533,0,0,3221.97,-3610.85,287.25,3.92,3520,3520,0,0,47160,0,0,0), + (88553,15974,533,0,0,3178.38,-3566.75,287.26,4.47,3520,3520,0,0,47160,0,0,0), + (88554,15975,533,0,0,3171.63,-3565.39,287.26,5.76,3520,3520,0,0,56592,0,0,0), + (88555,15974,533,0,0,3136.36,-3605.87,287.25,0.75,3520,3520,0,0,47160,0,0,0), + (88556,15974,533,0,0,3138.24,-3598.76,287.26,5.28,3520,3520,0,0,47160,0,0,0), + (88557,16453,533,0,0,3147.73,-3642.55,287.26,1.03,3520,3520,0,0,81744,0,0,0), + (88558,16453,533,0,0,3212.98,-3574.34,287.26,3.95,3520,3520,0,0,81744,0,0,0), + (88559,15975,533,0,0,3216.22,-3578.01,287.26,3.85,3520,3520,0,0,56592,0,0,0), + (88560,15975,533,0,0,3210.25,-3577.17,287.26,3.01,3520,3520,0,0,56592,0,0,0), + (88561,15974,533,0,0,3208.67,-3570.83,287.26,3.87,3520,3520,0,0,47160,0,0,0), + (88562,15974,533,0,0,3206.43,-3573.16,287.26,3.95,3520,3520,0,0,47160,0,0,0), + (88563,15975,533,0,0,3153.2,-3644.89,287.26,0.7,3520,3520,0,0,56592,0,0,0), + (88564,15975,533,0,0,3149.26,-3646.08,287.26,1.69,3520,3520,0,0,56592,0,0,0), + (88565,15974,533,0,0,3142.42,-3638.35,287.26,0.66,3520,3520,0,0,47160,0,0,0), + (88566,15974,533,0,0,3146.45,-3635.57,287.26,0.6,3520,3520,0,0,47160,0,0,0), + (88567,15980,533,0,0,3328.95,-3646.61,259.081,0.931593,3250,3250,0,0,26412,58750,0,0), + (88568,15981,533,0,0,3333.83,-3650.51,259.081,0.931593,3250,3250,0,0,26412,58750,0,0), + (88569,15980,533,0,0,3336.67,-3653.09,259.081,0.90646,3250,3250,0,0,26412,58750,0,0), + (88570,15981,533,0,0,3331.75,-3646,259.081,0.922167,3250,3250,0,0,26412,58750,0,0), + (88571,15981,533,0,0,3340.26,-3655.24,259.081,1.02809,3250,3250,0,0,26412,58750,0,0), + (88572,15980,533,0,0,3340.12,-3650.41,259.081,1.01867,3250,3250,0,0,26412,58750,0,0), + (88573,15980,533,0,0,3336.05,-3646.25,259.081,0.8019,3250,3250,0,0,26412,58750,0,0), + (88574,15980,533,0,0,3330.77,-3642.39,259.081,0.8019,3250,3250,0,0,26412,58750,0,0), + (88575,15980,533,0,0,3331.69,-3675.11,259.081,1.14702,3250,3250,0,0,26412,58750,0,0), + (88576,15980,533,0,0,3328.25,-3673,259.081,1.03574,3250,3250,0,0,26412,58750,0,0), + (88577,15981,533,0,0,3325.23,-3670.58,259.081,0.949346,3250,3250,0,0,26412,58750,0,0), + (88578,15980,533,0,0,3321.46,-3667.21,259.081,1.09465,3250,3250,0,0,26412,58750,0,0), + (88579,15981,533,0,0,3336.49,-3672.73,259.081,1.18999,3250,3250,0,0,26412,58750,0,0), + (88580,15980,533,0,0,3332.61,-3670.43,259.081,1.07611,3250,3250,0,0,26412,58750,0,0), + (88581,15980,533,0,0,3328.78,-3668.31,259.081,0.952798,3250,3250,0,0,26412,58750,0,0), + (88582,15981,533,0,0,3325.53,-3665.4,259.081,1.08789,3250,3250,0,0,26412,58750,0,0), + (88583,15980,533,0,0,3386.47,-3693.76,259.077,1.96469,3250,3250,0,0,26412,58750,0,0), + (88584,15981,533,0,0,3382.5,-3695.76,259.08,2.00553,3250,3250,0,0,26412,58750,0,0), + (88585,15980,533,0,0,3379.16,-3697.32,259.082,2.04873,3250,3250,0,0,26412,58750,0,0), + (88586,15980,533,0,0,3389.72,-3686.78,259.077,2.1198,3250,3250,0,0,26412,58750,0,0), + (88587,15981,533,0,0,3386.06,-3689.19,259.078,2.00357,3250,3250,0,0,26412,58750,0,0), + (88588,15980,533,0,0,3382.5,-3691.46,259.081,2.00357,3250,3250,0,0,26412,58750,0,0), + (88589,15980,533,0,0,3378.08,-3693.95,259.081,1.97215,3250,3250,0,0,26412,58750,0,0), + (88590,15981,533,0,0,3373.56,-3697.9,259.081,1.83156,3250,3250,0,0,26412,58750,0,0), + (88591,15980,533,0,0,3335.6,-3688.88,259.089,1.33637,3250,3250,0,0,26412,58750,0,0), + (88592,15980,533,0,0,3338.4,-3684.07,259.088,1.33637,3250,3250,0,0,26412,58750,0,0), + (88593,15980,533,0,0,3339.12,-3689.59,259.086,1.30417,3250,3250,0,0,26412,58750,0,0), + (88594,15980,533,0,0,3351.56,-3684.78,259.078,1.50838,3250,3250,0,0,26412,58750,0,0), + (88595,15981,533,0,0,3343.72,-3689.35,259.082,1.50838,3250,3250,0,0,26412,58750,0,0), + (88596,15981,533,0,0,3349.46,-3687.94,259.079,1.50838,3250,3250,0,0,26412,58750,0,0), + (88597,15981,533,0,0,3346.88,-3684.63,259.082,1.50838,3250,3250,0,0,26412,58750,0,0), + (88598,15981,533,0,0,3342.19,-3684.87,259.085,1.50838,3250,3250,0,0,26412,58750,0,0), + (88599,15980,533,0,0,3383.18,-3669.73,259.082,2.11979,3250,3250,0,0,26412,58750,0,0), + (88600,15981,533,0,0,3379.05,-3671.33,259.082,1.98706,3250,3250,0,0,26412,58750,0,0), + (88601,15981,533,0,0,3373.32,-3672.19,259.082,1.91167,3250,3250,0,0,26412,58750,0,0), + (88602,15980,533,0,0,3369.14,-3672.89,259.082,1.91167,3250,3250,0,0,26412,58750,0,0), + (88603,15981,533,0,0,3383.28,-3666.11,259.082,2.06124,3250,3250,0,0,26412,58750,0,0), + (88604,15980,533,0,0,3379.6,-3667.56,259.082,2.00941,3250,3250,0,0,26412,58750,0,0), + (88605,15981,533,0,0,3374.85,-3668.9,259.082,1.94621,3250,3250,0,0,26412,58750,0,0), + (88606,15978,533,0,0,3245.07,-3666.89,287.35,3.48,3520,3520,0,0,141480,0,0,0), + (88607,16453,533,0,0,3236.63,-3687.47,287.26,1.56,3520,3520,0,0,81744,0,0,0), + (88608,15976,533,0,0,3254.23,-3689.88,286.82,2.73,3520,3520,0,0,94320,0,0,0), + (88609,15974,533,0,0,3246.75,-3684.86,287.26,2.49,3520,3520,0,0,47160,0,0,0), + (88610,15974,533,0,0,3232.96,-3679.39,287.27,1.58,3520,3520,0,0,47160,0,0,0), + (88620,15974,533,0,0,3193.05,-3792.78,274.13,5.61,3520,3520,0,0,47160,0,0,0), + (88621,15974,533,0,0,3201.36,-3799.85,274.13,0.4,3520,3520,0,0,47160,0,0,0), + (88622,15974,533,0,0,3135.72,-3794.43,274.13,1.4,3520,3520,0,0,47160,0,0,0), + (88623,15974,533,0,0,3150.08,-3783.27,274.13,0.39,3520,3520,0,0,47160,0,0,0), + (88624,15981,533,0,0,3370.16,-3669.7,259.082,1.94621,3250,3250,0,0,26412,58750,0,0), + (88625,15980,533,0,0,3375,-3648.12,259.081,2.1952,3250,3250,0,0,26412,58750,0,0), + (88626,15981,533,0,0,3377.7,-3645.84,259.081,2.34129,3250,3250,0,0,26412,58750,0,0), + (88627,15980,533,0,0,3371.38,-3650.6,259.081,2.10599,3250,3250,0,0,26412,58750,0,0), + (88628,15981,533,0,0,3367.62,-3652.28,259.081,1.93634,3250,3250,0,0,26412,58750,0,0), + (88629,15980,533,0,0,3364.09,-3653.58,259.081,1.91514,3250,3250,0,0,26412,58750,0,0), + (88630,15981,533,0,0,3376.02,-3643.45,259.081,2.24893,3250,3250,0,0,26412,58750,0,0), + (88631,15980,533,0,0,3370.15,-3646.84,259.081,2.05101,3250,3250,0,0,26412,58750,0,0), + (88632,15981,533,0,0,3363.16,-3649,259.081,1.93006,3250,3250,0,0,26412,58750,0,0), + (88633,16453,533,0,0,3215.26,-3745.5,284,0.76,3520,3520,0,0,81744,0,0,0), + (88634,15976,533,0,0,3220.66,-3727.5,286.17,5.56,3520,3520,0,0,94320,0,0,0), + (88635,15974,533,0,0,3223.31,-3749.29,282.09,2.68,3520,3520,0,0,47160,0,0,0), + (88636,15974,533,0,0,3224.37,-3739.01,283.82,2.88,3520,3520,0,0,47160,0,0,0), + (88637,15974,533,0,0,3213.58,-3735.34,285.11,2.75,3520,3520,0,0,47160,0,0,0), + (88638,15975,533,0,0,3230.31,-3725.36,285.09,3.34,3520,3520,0,0,56592,0,0,0), + (88639,15975,533,0,0,3230.33,-3734.39,283.26,3.45,3520,3520,0,0,56592,0,0,0), + (88640,15327,509,0,0,-9654.33,1587.96,21.5113,0,21600,21600,0,0,50304,0,0,2), + (88641,15327,509,0,0,-9656.24,1592.58,31.9073,0,21600,21600,0,0,50304,0,0,0), + (88642,15327,509,0,0,-9656.24,1583.34,31.9071,0,21600,21600,0,0,50304,0,0,0), + (88643,15325,509,0,0,-9656.24,1592.58,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88644,15325,509,0,0,-9656.24,1583.34,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88645,15325,509,0,0,-9658.95,1589.87,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88646,15325,509,0,0,-9658.95,1586.04,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88647,15327,509,0,0,-9593.87,1602.92,21.5114,0,21600,21600,0,0,50304,0,0,2), + (88648,15327,509,0,0,-9595.78,1607.54,31.9073,0,21600,21600,0,0,50304,0,0,0), + (88649,15327,509,0,0,-9595.78,1598.3,31.9071,0,21600,21600,0,0,50304,0,0,0), + (88650,15325,509,0,0,-9595.78,1607.54,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88651,15325,509,0,0,-9595.78,1598.3,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88652,15325,509,0,0,-9598.49,1604.84,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88653,15325,509,0,0,-9598.49,1601.01,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88654,15327,509,0,0,-9665.34,1553.45,21.5113,0,21600,21600,0,0,50304,0,0,2), + (88655,15327,509,0,0,-9667.26,1558.07,31.9073,0,21600,21600,0,0,50304,0,0,0), + (88656,15327,509,0,0,-9667.26,1548.84,31.9071,0,21600,21600,0,0,50304,0,0,0), + (88657,15325,509,0,0,-9667.26,1558.07,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88658,15325,509,0,0,-9667.26,1548.84,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88659,15325,509,0,0,-9669.96,1555.37,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88660,15325,509,0,0,-9669.96,1551.54,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88661,15327,509,0,0,-9643.71,1556.37,21.5113,0,21600,21600,0,0,50304,0,0,2), + (88662,15327,509,0,0,-9645.62,1560.99,31.9073,0,21600,21600,0,0,50304,0,0,0), + (88663,15327,509,0,0,-9645.62,1551.75,31.9071,0,21600,21600,0,0,50304,0,0,0), + (88664,15325,509,0,0,-9645.62,1560.99,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88665,15325,509,0,0,-9645.62,1551.75,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88666,15325,509,0,0,-9648.33,1558.28,31.9073,0,21600,21600,0,0,25152,0,0,0), + (88667,15325,509,0,0,-9648.33,1554.45,31.9071,0,21600,21600,0,0,25152,0,0,0), + (88674,16067,533,0,0,2914.6,-3219.76,273.88,1.55,4224,4224,0,0,44016,0,0,0), + (88675,16067,533,0,0,2915.36,-3152.52,273.88,4.4,4224,4224,0,0,44016,0,0,0), + (88676,16067,533,0,0,2920.34,-3153.1,273.88,4.58,4224,4224,0,0,44016,0,0,0), + (88698,16021,533,0,0,3063.2,-3108.57,294.17,5.35,3520,3520,0,0,45318,0,0,0), + (88699,16022,533,0,0,3050.53,-3109.88,294.17,0.16,3520,3520,0,0,42728,0,0,0), + (88700,16022,533,0,0,3055.44,-3120.12,294.16,0.91,3520,3520,0,0,42728,0,0,0), + (88701,16022,533,0,0,3069.09,-3122.28,294.16,2.04,3520,3520,0,0,42728,0,0,0), + (88702,16022,533,0,0,3076.09,-3111.32,294.16,3.29,3520,3520,0,0,42728,0,0,0), + (88703,16022,533,0,0,3072.1,-3103.18,294.16,3.88,3520,3520,0,0,42728,0,0,0), + (88704,16020,533,0,0,3074.45,-3107.69,294.16,3.79,4224,4224,0,0,50304,0,0,0), + (88705,16020,533,0,0,3073.49,-3117.37,294.16,2.51,4224,4224,0,0,50304,0,0,0), + (88706,16020,533,0,0,3062.06,-3122.34,294.16,1.19,4224,4224,0,0,50304,0,0,0), + (88707,16020,533,0,0,3051.1,-3115.58,294.16,0.29,4224,4224,0,0,50304,0,0,0), + (88708,16021,533,0,0,3105.27,-3085.36,294.163,3.75246,3520,3520,0,0,45318,0,0,0), + (88709,16020,533,0,0,3102.75,-3089.39,294.161,1.18682,4224,4224,0,0,50304,0,0,0), + (88710,16020,533,0,0,3106.6,-3090.17,294.161,2.00713,4224,4224,0,0,50304,0,0,0), + (88711,16020,533,0,0,3100.32,-3086.69,294.16,0.314159,4224,4224,0,0,50304,0,0,0), + (88712,16020,533,0,0,3099.76,-3082.68,294.161,5.88176,4224,4224,0,0,50304,0,0,0), + (88713,16022,533,0,0,3104.55,-3090.4,294.16,1.53589,3520,3520,0,0,42728,0,0,0), + (88714,16022,533,0,0,3101.21,-3088.26,294.16,0.820305,3520,3520,0,0,42728,0,0,0), + (88715,16022,533,0,0,3108.88,-3088.71,294.161,2.23402,3520,3520,0,0,42728,0,0,0), + (88716,16022,533,0,0,3099.31,-3084.86,294.16,6.17846,3520,3520,0,0,42728,0,0,0), + (88717,16022,533,0,0,3101.22,-3080.41,294.163,5.3058,3520,3520,0,0,42728,0,0,0), + (88718,16018,533,0,0,2999.21,-3144.77,294.074,5.82614,3520,3520,0,0,106896,0,0,2), + (88719,16029,533,0,0,3116.22,-3104.34,294.069,3.43068,3520,3520,0,0,80925,0,0,2), + (88720,16029,533,0,0,3165.05,-3325.43,294.606,0.942478,3520,3520,0,0,80925,0,0,2), + (88721,16029,533,0,0,3102.07,-3209.2,294.146,1.6057,3520,3520,0,0,80925,0,0,2), + (88722,16018,533,0,0,3124.71,-3120.88,293.345,3.18337,3520,3520,0,0,106896,0,0,2), + (88723,16029,533,0,0,2990.63,-3227.04,294.078,5.82622,3520,3520,0,0,80925,0,0,2), + (88724,16017,533,0,0,3168.32,-3280.82,294.92,4.06662,3520,3520,0,0,88032,0,0,0), + (88725,16017,533,0,0,3159.19,-3270.79,294.84,3.97935,3520,3520,0,0,88032,0,0,0), + (88726,16017,533,0,0,3011.57,-3189.04,294.146,0.10472,3520,3520,1,0,88032,0,0,1), + (88727,16017,533,0,0,3023.06,-3187.8,294.146,3.05433,3520,3520,1,0,88032,0,0,1), + (88728,16021,533,0,0,2983.42,-3200.71,294.15,6.16,3520,3520,0,0,45318,0,0,0), + (88729,16022,533,0,0,2980.92,-3209.06,294.15,1.4,3520,3520,0,0,42728,0,0,0), + (88730,16022,533,0,0,2988.28,-3209.71,294.15,2.07,3520,3520,0,0,42728,0,0,0), + (88731,16022,533,0,0,2993.41,-3202.1,294.15,3.04,3520,3520,0,0,42728,0,0,0), + (88732,16022,533,0,0,2989.92,-3194.58,294.15,4.1,3520,3520,0,0,42728,0,0,0), + (88733,16022,533,0,0,2982.21,-3192.1,294.15,4.66,3520,3520,0,0,42728,0,0,0), + (88734,16020,533,0,0,2986.14,-3192.44,294.15,4.49,4224,4224,0,0,50304,0,0,0), + (88735,16020,533,0,0,2992.11,-3197.74,294.15,3.62,4224,4224,0,0,50304,0,0,0), + (88736,16020,533,0,0,2991.33,-3206.62,294.15,2.61,4224,4224,0,0,50304,0,0,0), + (88737,16020,533,0,0,2984.55,-3209.64,294.15,1.43,4224,4224,0,0,50304,0,0,0), + (88738,16021,533,0,0,3025.94,-3139.97,294.163,5.35816,3520,3520,0,0,45318,0,0,0), + (88739,16022,533,0,0,3026.32,-3146.59,294.161,1.81514,3520,3520,0,0,42728,0,0,0), + (88740,16022,533,0,0,3020.34,-3145.32,294.163,0.890118,3520,3520,0,0,42728,0,0,0), + (88741,16022,533,0,0,3030.39,-3142.86,294.16,2.56563,3520,3520,0,0,42728,0,0,0), + (88742,16022,533,0,0,3031.18,-3137.42,294.161,3.36848,3520,3520,0,0,42728,0,0,0), + (88743,16022,533,0,0,3027.12,-3132.79,294.163,4.50295,3520,3520,0,0,42728,0,0,0), + (88744,16020,533,0,0,3023.32,-3146.45,294.162,1.39626,4224,4224,0,0,50304,0,0,0), + (88745,16020,533,0,0,3028.9,-3145.05,294.16,2.37365,4224,4224,0,0,50304,0,0,0), + (88746,16020,533,0,0,3031.03,-3140.49,294.16,2.82743,4224,4224,0,0,50304,0,0,0), + (88747,16020,533,0,0,3029.84,-3135.21,294.162,3.97935,4224,4224,0,0,50304,0,0,0), + (88748,500,0,0,0,-10174.4,1610.72,44.8507,2.84194,300,300,5,0,247,0,0,1), + (88749,500,0,0,0,-10059.5,1717.35,37.8225,0.002869,300,300,10,0,247,0,0,1), + (88750,123,0,0,0,-10066.1,1681.58,34.683,5.42797,300,300,0,0,273,0,0,0), + (88751,500,0,0,0,-10060.7,1683.25,34.719,4.66003,300,300,0,0,247,0,0,0), + (88752,16064,533,0,0,2520.5,-2955.38,245.635,5.58505,604800,604800,0,0,599580,0,0,0), + (88753,16065,533,0,0,2517.62,-2959.38,245.636,5.72468,604800,604800,0,0,499650,0,0,0), + (88754,16063,533,0,0,2528.79,-2948.58,245.633,5.2709,604800,604800,0,0,499650,0,0,0), + (88755,16062,533,0,0,2524.32,-2951.28,245.633,5.42797,604800,604800,0,0,532960,0,0,0), + (88763,16451,533,0,0,3452.74,-3188.47,294.75,4.71,3520,3520,0,0,129500,25680,0,0), + (88764,16452,533,0,0,3449.93,-3187.6,294.75,4.71,3520,3520,0,0,56650,108270,0,0), + (88765,16452,533,0,0,3455.85,-3187.64,294.75,4.68,3520,3520,0,0,56650,108270,0,0), + (88766,16451,533,0,0,3250.71,-2985.39,294.75,3.17,3520,3520,0,0,129500,25680,0,0), + (88767,16452,533,0,0,3251.23,-2982.27,294.75,3.17,3520,3520,0,0,56650,108270,0,0), + (88768,16452,533,0,0,3251.4,-2988.49,294.75,3.17,3520,3520,0,0,56650,108270,0,0), + (88769,16368,533,0,0,3161.82,-2974.66,267.68,4.57,3520,3520,0,0,64750,25680,0,0), + (88770,16368,533,0,0,3161.57,-2996.53,267.68,1.54,3520,3520,0,0,64750,25680,0,0), + (88771,16368,533,0,0,3248.94,-2996.24,294.75,1.42,3520,3520,0,0,64750,25680,0,0), + (88772,16368,533,0,0,3249.15,-2974.47,294.75,4.63,3520,3520,0,0,64750,25680,0,0), + (88773,16368,533,0,0,3360.98,-3020.99,294.75,3.95,3520,3520,0,0,64750,25680,0,0), + (88774,16368,533,0,0,3345.57,-3036.7,294.75,0.74,3520,3520,0,0,64750,25680,0,0), + (88775,16368,533,0,0,3402.26,-3093.95,294.75,0.69,3520,3520,0,0,64750,25680,0,0), + (88776,16368,533,0,0,3418.62,-3077.67,294.75,3.87,3520,3520,0,0,64750,25680,0,0), + (88777,16368,533,0,0,3464.44,-3189.61,294.75,3.2,3520,3520,0,0,64750,25680,0,0), + (88778,16368,533,0,0,3442.22,-3190.51,294.75,0,3520,3520,0,0,64750,25680,0,0), + (88779,16368,533,0,0,3442.96,-3277.98,267.68,6.28,3520,3520,0,0,64750,25680,0,0), + (88780,16368,533,0,0,3464.81,-3277.92,267.68,3.05,3520,3520,0,0,64750,25680,0,0), + (88781,16368,533,0,0,3442.34,-3591.87,267.68,6.28,3520,3520,0,0,64750,25680,0,0), + (88782,16368,533,0,0,3464.08,-3591.33,267.68,3.06,3520,3520,0,0,64750,25680,0,0), + (88783,16368,533,0,0,3464.63,-3678.14,294.75,3.13,3520,3520,0,0,64750,25680,0,0), + (88784,16368,533,0,0,3442.25,-3678.26,294.75,6.26,3520,3520,0,0,64750,25680,0,0), + (88787,16368,533,0,0,3361.64,-3847.58,294.75,2.39,3520,3520,0,0,64750,25680,0,0), + (88788,16368,533,0,0,3345.1,-3831.41,294.75,5.57,3520,3520,0,0,64750,25680,0,0), + (88791,16368,533,0,0,3161.44,-3894.13,267.68,1.57,3520,3520,0,0,64750,25680,0,0), + (88792,16368,533,0,0,3161.45,-3871.26,267.68,4.7,3520,3520,0,0,64750,25680,0,0), + (88793,16368,533,0,0,2567.26,-3277.1,267.68,3.07,3520,3520,0,0,64750,25680,0,0), + (88794,16368,533,0,0,2545.62,-3277.69,267.68,6.28,3520,3520,0,0,64750,25680,0,0), + (88795,16451,533,0,0,2556.46,-3279.11,267.68,1.6,3520,3520,0,0,129500,25680,0,2), + (88796,16452,533,0,0,2559.33,-3280.48,267.68,1.6,3520,3520,0,0,56650,108270,0,0), + (88797,16452,533,0,0,2554.02,-3280.62,267.68,1.6,3520,3520,0,0,56650,108270,0,0), + (88798,16368,533,0,0,2567.33,-3191.03,240.62,3.01,3520,3520,0,0,64750,25680,0,0), + (88799,16368,533,0,0,2545.6,-3190.34,240.62,6.28,3520,3520,0,0,64750,25680,0,0), + (88800,16368,533,0,0,2610.66,-3097.48,240.62,2.32,3520,3520,0,0,64750,25680,0,0), + (88801,16368,533,0,0,2588.19,-3074.64,240.62,5.5,3520,3520,0,0,64750,25680,0,0), + (88802,16368,533,0,0,2645.26,-3017.73,240.62,5.5,3520,3520,0,0,64750,25680,0,0), + (88803,16368,533,0,0,2667.75,-3039.93,240.62,2.36,3520,3520,0,0,64750,25680,0,0), + (88804,16368,533,0,0,2760.22,-2997.4,240.62,1.52,3520,3520,0,0,64750,25680,0,0), + (88805,16368,533,0,0,2760.94,-2974.27,240.62,4.66,3520,3520,0,0,64750,25680,0,0), + (88806,16368,533,0,0,2848.44,-2997.48,267.68,1.54,3520,3520,0,0,64750,25680,0,0), + (88807,16368,533,0,0,2848.82,-2974.33,267.68,4.67,3520,3520,0,0,64750,25680,0,0), + (88808,16451,533,0,0,2849.82,-2984.93,267.68,3.18,3520,3520,0,0,129500,25680,0,2), + (88809,16452,533,0,0,2851.85,-2987.67,267.68,3.08,3520,3520,0,0,56650,108270,0,0), + (88810,16452,533,0,0,2852.16,-2982.05,267.68,3.09,3520,3520,0,0,56650,108270,0,0), + (88811,16365,533,0,0,2853.57,-3251.69,298.21,5.19,3520,3520,0,0,19500,12000,0,0), + (88813,15990,533,0,0,3746.41,-5113.35,142.031,2.93162,604800,604800,0,0,3198000,1572000,0,0), + (88814,15113,0,0,0,-5073.96,-805.209,495.174,0.950319,180,180,8,0,3857,0,0,1), + (88815,15113,0,0,0,-5102.08,-806.25,495.196,3.38456,180,180,8,0,3857,0,0,1), + (88816,15113,0,0,0,-5096.04,-806.401,495.299,3.90971,180,180,8,0,3857,0,0,1), + (88817,15113,0,0,0,-5084.33,-804.372,495.174,0.859029,180,180,8,0,3857,0,0,1), + (88818,15113,0,0,0,-5064.19,-801.367,495.247,1.06997,180,180,8,0,3857,0,0,1), + (88819,15113,0,0,0,-5079.64,-792.5,495.654,1.80821,180,180,8,0,3857,0,0,1), + (88820,15113,0,0,0,-5089.96,-796.235,495.279,5.48193,180,180,8,0,3857,0,0,1), + (88821,15113,0,0,0,-5087.36,-791.15,495.654,1.99345,180,180,8,0,3857,0,0,1), + (88822,15113,0,0,0,-5081.38,-788.111,495.904,1.7728,180,180,8,0,3857,0,0,1), + (88823,15113,0,0,0,-5069.69,-795.414,495.154,2.72635,180,180,8,0,3857,0,0,1), + (88824,15113,0,0,0,-5069.31,-799.433,495.154,2.66472,180,180,8,0,3857,0,0,1), + (88825,15113,0,0,0,-5095.31,-799.423,495.154,3.82802,180,180,8,0,3857,0,0,1), + (88826,15011,0,0,0,-5060.04,-788.611,495.148,1.06465,180,180,0,0,4108,0,0,0), + (88827,15115,1,0,0,1320.52,-4426.47,26.4992,1.92418,180,180,8,0,3857,0,0,1), + (88828,15115,1,0,0,1320.96,-4421.78,26.7492,5.4309,180,180,8,0,3857,0,0,1), + (88829,15012,1,0,0,1322.99,-4400.1,27.2511,2.47837,180,180,0,0,4108,0,0,0), + (88830,15115,1,0,0,1322.06,-4410.64,26.8742,0.43937,180,180,8,0,3857,0,0,1), + (88831,15115,1,0,0,1325.02,-4430.45,26.7492,5.32057,180,180,8,0,3857,0,0,1), + (88832,15115,1,0,0,1327.45,-4405.72,27.2492,3.85921,180,180,8,0,3857,0,0,1), + (88833,15115,1,0,0,1337.98,-4405.24,27.7619,5.88596,180,180,8,0,3857,0,0,1), + (88834,15115,1,0,0,1344.22,-4432.18,27.1369,4.94701,180,180,8,0,3857,0,0,1), + (88835,15115,1,0,0,1346.34,-4428.32,27.2619,4.48845,180,180,8,0,3857,0,0,1), + (88836,15115,1,0,0,1350.48,-4419.66,27.7619,2.59623,180,180,8,0,3857,0,0,1), + (88837,15115,1,0,0,1348.36,-4410.29,28.0119,2.74817,180,180,8,0,3857,0,0,1), + (88838,15115,1,0,0,1333.42,-4402.17,27.6369,1.17725,180,180,8,0,3857,0,0,1), + (88839,15115,1,0,0,1334.45,-4434.97,26.504,0.323982,180,180,8,0,3857,0,0,1), + (88840,15974,533,0,0,3215.53,-3801.41,273.951,2.60437,25,25,0,0,47160,0,0,0), + (88841,15974,533,0,0,3219.6,-3794.29,273.948,1.94464,25,25,0,0,47160,0,0,0), + (88842,15974,533,0,0,3228.22,-3790.97,273.838,0.901626,25,25,0,0,47160,0,0,0), + (88843,15974,533,0,0,3234.6,-3797.04,273.798,0.901626,25,25,0,0,47160,0,0,0), + (88844,15974,533,0,0,3181.05,-3796.11,273.951,2.12921,25,25,0,0,47160,0,0,0), + (88845,15974,533,0,0,3174.24,-3803.11,273.95,2.4308,25,25,0,0,47160,0,0,0), + (88846,15974,533,0,0,3145.08,-3789.51,273.949,5.36505,25,25,0,0,47160,0,0,0), + (88847,15974,533,0,0,3130.78,-3787.18,273.943,4.18695,25,25,0,0,47160,0,0,0), + (88848,15979,533,0,0,3186.84,-3806.01,273.951,1.54722,25,25,0,0,110040,0,0,0), + (88849,16447,533,0,0,3106.93,-3914.09,267.594,3.20331,3520,3520,0,0,94320,0,0,0), + (88850,16447,533,0,0,3106.67,-3910.21,267.594,3.53318,3520,3520,0,0,94320,0,0,0), + (88851,16447,533,0,0,3100.49,-3911.09,267.594,3.08786,3520,3520,0,0,94320,0,0,2), + (88852,16447,533,0,0,3100.27,-3915.21,267.594,3.08786,3520,3520,0,0,94320,0,0,0), + (88853,16449,533,0,0,3101.95,-3883.86,267.594,3.08786,3520,3520,5,0,110040,0,0,1), + (88854,16449,533,0,0,3453.53,-3739.18,294.662,1.97259,3520,3520,5,0,110040,0,0,1), + (88855,16446,533,0,0,3228.61,-3857.19,286.758,3.15697,3520,3520,0,0,251500,7458,0,2), + (88856,16446,533,0,0,3229.28,-3907.97,287.094,3.06744,3520,3520,0,0,251500,7458,0,2), + (88857,16446,533,0,0,3249.23,-3870.64,294.661,4.62802,3520,3520,0,0,251500,7458,0,2), + (88858,16446,533,0,0,3249.28,-3894.02,294.661,1.49428,3520,3520,0,0,251500,7458,0,2), + (88859,16447,533,0,0,3286.14,-3887.51,294.66,1.60221,3520,3520,0,0,94320,0,0,0), + (88860,16447,533,0,0,3281.92,-3887.01,294.66,1.80249,3520,3520,0,0,94320,0,0,0), + (88861,16447,533,0,0,3281.23,-3882.03,294.66,1.36973,3520,3520,0,0,94320,0,0,0), + (88862,16447,533,0,0,3285.97,-3882.85,294.66,1.62106,3520,3520,0,0,94320,0,0,2), + (88863,16449,533,0,0,3310,-3882.32,294.662,4.73124,3520,3520,5,0,110040,0,0,1), + (88864,16447,533,0,0,3475.74,-3750.32,294.66,4.25686,3520,3520,0,0,94320,0,0,0), + (88865,16447,533,0,0,3479.1,-3751.97,294.66,4.25686,3520,3520,0,0,94320,0,0,0), + (88866,16447,533,0,0,3477,-3756.19,294.66,4.1689,3520,3520,0,0,94320,0,0,0), + (88867,16447,533,0,0,3473.84,-3754.28,294.66,4.1689,3520,3520,0,0,94320,0,0,2), + (88868,16448,533,0,0,3406.41,-3778.99,294.661,4.0071,3520,3520,0,0,69168,0,0,0), + (88869,16448,533,0,0,3410.38,-3782.37,294.661,4.0071,3520,3520,0,0,69168,0,0,0), + (88870,16448,533,0,0,3414.3,-3785.71,294.661,4.0071,3520,3520,0,0,69168,0,0,0), + (88871,16447,533,0,0,3425.76,-3537.69,267.594,1.9773,3520,3520,0,0,94320,0,0,0), + (88872,16447,533,0,0,3429.05,-3537.64,267.594,1.9553,3520,3520,0,0,94320,0,0,0), + (88873,16447,533,0,0,3428.26,-3532.98,267.594,1.65685,3520,3520,0,0,94320,0,0,2), + (88874,16447,533,0,0,3424.03,-3532.38,267.594,1.65685,3520,3520,0,0,94320,0,0,0), + (88875,16449,533,0,0,3453.54,-3530.66,267.594,1.9985,3520,3520,5,0,110040,0,0,1), + (88876,16453,533,0,0,3458.38,-3553.3,267.592,4.74583,3520,3520,0,0,81744,0,0,0), + (88877,16453,533,0,0,3450.29,-3553.57,267.592,4.74583,3520,3520,0,0,81744,0,0,0), + (88878,16453,533,0,0,3450.6,-3562.83,267.592,4.74583,3520,3520,0,0,81744,0,0,0), + (88879,16453,533,0,0,3458.41,-3562.57,267.592,4.74583,3520,3520,0,0,81744,0,0,2), + (88880,16447,533,0,0,2581.59,-3339.19,267.594,4.70766,3520,3520,0,0,94320,0,0,2), + (88881,16447,533,0,0,2584.99,-3339.21,267.604,4.70766,3520,3520,0,0,94320,0,0,0), + (88882,16447,533,0,0,2578.69,-3334.62,267.604,4.93566,3520,3520,0,0,94320,0,0,0), + (88883,16447,533,0,0,2581.03,-3334.71,267.604,4.84466,3520,3520,0,0,94320,0,0,0), + (88884,16447,533,0,0,2530.77,-3338.58,267.604,4.58066,3520,3520,0,0,94320,0,0,2), + (88885,16447,533,0,0,2527.65,-3338.24,267.604,4.60266,3520,3520,0,0,94320,0,0,0), + (88886,16447,533,0,0,2528.64,-3333.91,267.604,4.60266,3520,3520,0,0,94320,0,0,0), + (88887,16447,533,0,0,2531.55,-3335.07,267.604,4.60266,3520,3520,0,0,94320,0,0,0), + (88888,16449,533,0,0,2556.06,-3338.6,267.604,4.70766,3520,3520,5,0,110040,0,0,1), + (88889,16447,533,0,0,2581.83,-3128.81,240.526,4.637,3520,3520,0,0,94320,0,0,2), + (88890,16447,533,0,0,2585.23,-3128.83,240.536,4.637,3520,3520,0,0,94320,0,0,0), + (88891,16447,533,0,0,2578.93,-3124.24,240.536,4.865,3520,3520,0,0,94320,0,0,0), + (88892,16447,533,0,0,2581.27,-3124.33,240.536,4.774,3520,3520,0,0,94320,0,0,0), + (88893,16447,533,0,0,2531.01,-3128.2,240.536,4.51,3520,3520,0,0,94320,0,0,2), + (88894,16447,533,0,0,2527.89,-3127.86,240.536,4.532,3520,3520,0,0,94320,0,0,0), + (88895,16447,533,0,0,2528.88,-3123.53,240.536,4.532,3520,3520,0,0,94320,0,0,0), + (88896,16447,533,0,0,2531.79,-3124.69,240.536,4.532,3520,3520,0,0,94320,0,0,0), + (88897,16449,533,0,0,2556.3,-3128.22,240.536,4.637,3520,3520,5,0,110040,0,0,1), + (88898,16446,533,0,0,2532.05,-3256.1,259.026,1.48364,3520,3520,0,0,251500,7458,0,2), + (88899,16446,533,0,0,2581.34,-3254.76,258.331,1.57553,3520,3520,0,0,251500,7458,0,2), + (88903,8901,230,0,0,1383.94,-437.583,-94.6746,1.63536,60,60,5,0,760,0,0,1), + (88904,8901,230,0,0,1379.96,-432.732,-94.6746,1.58454,60,60,5,0,760,0,0,1), + (88905,8901,230,0,0,1474.54,-429.184,-91.9711,4.90438,60,60,0,0,760,0,0,0), + (88906,8901,230,0,0,1472.5,-431.129,-91.9711,5.95157,60,60,0,0,760,0,0,0), + (88907,8901,230,0,0,1474.94,-436.152,-91.9711,1.55334,60,60,0,0,760,0,0,0), + (88908,8901,230,0,0,1467.29,-442.55,-91.9711,3.59538,60,60,0,0,760,0,0,0), + (88909,8901,230,0,0,1465.29,-446.614,-91.9693,1.79769,60,60,0,0,760,0,0,0), + (88910,454,0,0,0,-9942.86,1219.5,42.6485,5.44803,300,300,10,0,247,0,0,1), + (88911,8901,230,0,0,1456.69,-455.008,-91.959,2.35619,60,60,0,0,760,0,0,0), + (88912,16447,533,0,0,2725.36,-2985.58,240.526,4.7438,3520,3520,0,0,94320,0,0,2), + (88913,16447,533,0,0,2728.76,-2985.6,240.536,4.7438,3520,3520,0,0,94320,0,0,0), + (88914,16447,533,0,0,2722.47,-2981.01,240.536,4.9718,3520,3520,0,0,94320,0,0,0), + (88915,16447,533,0,0,2724.8,-2981.1,240.536,4.8808,3520,3520,0,0,94320,0,0,0), + (88916,16447,533,0,0,2674.54,-2984.97,240.536,4.6168,3520,3520,0,0,94320,0,0,2), + (88917,16447,533,0,0,2671.43,-2984.63,240.536,4.6388,3520,3520,0,0,94320,0,0,0), + (88918,16447,533,0,0,2672.42,-2980.3,240.536,4.6388,3520,3520,0,0,94320,0,0,0), + (88919,16447,533,0,0,2675.32,-2981.46,240.536,4.6388,3520,3520,0,0,94320,0,0,0), + (88920,16449,533,0,0,2699.83,-2984.99,240.536,4.7438,3520,3520,5,0,110040,0,0,1), + (88921,16448,533,0,0,2663.2,-3033.65,240.526,3.93563,3520,3520,0,0,69168,0,0,0), + (88922,16448,533,0,0,2658.23,-3028.77,240.526,3.93563,3520,3520,0,0,69168,0,0,0), + (88923,16448,533,0,0,2652.3,-3022.94,240.526,3.93563,3520,3520,0,0,69168,0,0,0), + (88924,16447,533,0,0,2935.14,-2985.83,267.594,4.75792,3520,3520,0,0,94320,0,0,2), + (88925,16447,533,0,0,2938.54,-2985.85,267.604,4.75792,3520,3520,0,0,94320,0,0,0), + (88926,16447,533,0,0,2932.24,-2981.26,267.604,4.98592,3520,3520,0,0,94320,0,0,0), + (88927,16447,533,0,0,2934.58,-2981.35,267.604,4.89492,3520,3520,0,0,94320,0,0,0), + (88928,16447,533,0,0,2884.32,-2985.22,267.604,4.63092,3520,3520,0,0,94320,0,0,2), + (88929,16447,533,0,0,2881.2,-2984.88,267.604,4.65292,3520,3520,0,0,94320,0,0,0), + (88930,16447,533,0,0,2882.19,-2980.55,267.604,4.65292,3520,3520,0,0,94320,0,0,0), + (88931,16447,533,0,0,2885.1,-2981.71,267.604,4.65292,3520,3520,0,0,94320,0,0,0), + (88932,16449,533,0,0,2909.61,-2985.24,267.604,4.75792,3520,3520,5,0,110040,0,0,1), + (88933,16447,533,0,0,3478.92,-3338.88,267.594,4.7137,3520,3520,0,0,94320,0,0,2), + (88934,16447,533,0,0,3482.32,-3338.9,267.604,4.7137,3520,3520,0,0,94320,0,0,0), + (88935,16447,533,0,0,3476.02,-3334.31,267.604,4.9417,3520,3520,0,0,94320,0,0,0), + (88936,16447,533,0,0,3478.36,-3334.4,267.604,4.8507,3520,3520,0,0,94320,0,0,0), + (88937,16447,533,0,0,3428.1,-3338.27,267.604,4.5867,3520,3520,0,0,94320,0,0,2), + (88938,16447,533,0,0,3424.98,-3337.93,267.604,4.6087,3520,3520,0,0,94320,0,0,0), + (88939,16447,533,0,0,3425.97,-3333.6,267.604,4.6087,3520,3520,0,0,94320,0,0,0), + (88940,16447,533,0,0,3428.88,-3334.76,267.604,4.6087,3520,3520,0,0,94320,0,0,0), + (88941,16449,533,0,0,3453.39,-3338.29,267.604,4.7137,3520,3520,5,0,110040,0,0,1), + (88942,16447,533,0,0,3479.12,-3128.97,294.661,4.74,3520,3520,0,0,94320,0,0,2), + (88943,16447,533,0,0,3482.52,-3128.99,294.671,4.74,3520,3520,0,0,94320,0,0,0), + (88944,16447,533,0,0,3476.22,-3124.4,294.671,4.968,3520,3520,0,0,94320,0,0,0), + (88945,16447,533,0,0,3478.56,-3124.49,294.671,4.877,3520,3520,0,0,94320,0,0,0), + (88946,16447,533,0,0,3428.3,-3128.36,294.671,4.613,3520,3520,0,0,94320,0,0,2), + (88947,16447,533,0,0,3425.18,-3128.02,294.671,4.635,3520,3520,0,0,94320,0,0,0), + (88948,16447,533,0,0,3426.17,-3123.69,294.671,4.635,3520,3520,0,0,94320,0,0,0), + (88949,16447,533,0,0,3429.08,-3124.85,294.671,4.635,3520,3520,0,0,94320,0,0,0), + (88950,16449,533,0,0,3453.59,-3128.38,294.671,4.74,3520,3520,5,0,110040,0,0,1), + (88951,16447,533,0,0,3335.93,-2990.19,294.662,4.6992,3520,3520,0,0,94320,0,0,2), + (88952,16447,533,0,0,3339.33,-2990.21,294.672,4.6992,3520,3520,0,0,94320,0,0,0), + (88953,16447,533,0,0,3333.03,-2985.62,294.672,4.9272,3520,3520,0,0,94320,0,0,0), + (88954,16447,533,0,0,3335.37,-2985.71,294.672,4.8362,3520,3520,0,0,94320,0,0,0), + (88955,16447,533,0,0,3285.11,-2989.58,294.672,4.5722,3520,3520,0,0,94320,0,0,2), + (88956,16447,533,0,0,3281.99,-2989.24,294.672,4.5942,3520,3520,0,0,94320,0,0,0), + (88957,16447,533,0,0,3282.98,-2984.91,294.672,4.5942,3520,3520,0,0,94320,0,0,0), + (88958,16447,533,0,0,3285.89,-2986.07,294.672,4.5942,3520,3520,0,0,94320,0,0,0), + (88959,16449,533,0,0,3310.4,-2989.6,294.672,4.6992,3520,3520,5,0,110040,0,0,1), + (88960,16447,533,0,0,3128.28,-2985.7,267.593,4.7047,3520,3520,0,0,94320,0,0,2), + (88961,16447,533,0,0,3131.68,-2985.72,267.603,4.7047,3520,3520,0,0,94320,0,0,0), + (88962,16447,533,0,0,3125.38,-2981.13,267.603,4.9327,3520,3520,0,0,94320,0,0,0), + (88963,16447,533,0,0,3127.72,-2981.22,267.603,4.8417,3520,3520,0,0,94320,0,0,0), + (88964,16447,533,0,0,3077.46,-2985.09,267.603,4.5777,3520,3520,0,0,94320,0,0,2), + (88965,16447,533,0,0,3074.34,-2984.75,267.603,4.5997,3520,3520,0,0,94320,0,0,0), + (88966,16447,533,0,0,3075.33,-2980.42,267.603,4.5997,3520,3520,0,0,94320,0,0,0), + (88967,16447,533,0,0,3078.24,-2981.58,267.603,4.5997,3520,3520,0,0,94320,0,0,0), + (88968,16449,533,0,0,3102.75,-2985.11,267.603,4.7047,3520,3520,5,0,110040,0,0,1), + (88976,15355,509,0,0,-9290.14,1888.33,85.6807,0,3520,3520,0,0,61503,0,0,2), + (88977,15355,509,0,0,-9285.01,1845.87,85.5974,0,3520,3520,0,0,61503,0,0,2), + (88978,15355,509,0,0,-9378.37,1742.62,85.6808,0,3520,3520,0,0,61503,0,0,2), + (88979,15355,509,0,0,-9341.98,1844.11,85.1575,0,3520,3520,0,0,61503,0,0,2), + (88980,15355,509,0,0,-9273.63,1940.64,85.6807,0,3520,3520,0,0,61503,0,0,2), + (88981,15355,509,0,0,-9282.03,1949.15,85.6807,0,3520,3520,0,0,61503,0,0,2), + (88982,15355,509,0,0,-9305.47,1976.09,85.6807,0,3520,3520,0,0,61503,0,0,2), + (88983,15355,509,0,0,-9334.3,1916.92,85.6798,0,3520,3520,0,0,61503,0,0,2), + (88989,11784,349,0,0,108.614,-268.941,-108.677,6.10207,7200,7200,0,0,5757,0,0,2), + (88994,11789,349,0,0,118.08,-164.622,-167.374,4.01426,7200,7200,2,0,1919,0,0,1), + (88995,11789,349,0,0,108.674,-187.774,-167.374,3.00197,7200,7200,2,0,1919,0,0,1), + (88996,11789,349,0,0,122.108,-177.402,-167.374,5.84685,7200,7200,2,0,1919,0,0,1), + (88997,11789,349,0,0,101.881,-178.891,-167.374,1.72788,7200,7200,2,0,1919,0,0,1), + (88998,11789,349,0,0,116.806,-185.315,-167.374,4.06662,7200,7200,2,0,1919,0,0,1), + (88999,11789,349,0,0,108.857,-162.806,-167.336,2.20701,7200,7200,2,0,1919,0,0,1), + (89000,12207,349,0,0,54.7825,-133.367,-204.784,3.80482,7200,7200,5,0,10554,0,0,1), + (89001,6145,349,0,0,16.4976,-168.667,-207.727,5.2709,7200,7200,5,0,42,0,0,1), + (89002,13596,349,0,0,42.0826,-65.9511,-199.554,1.30956,43200,43200,5,1,14434,0,0,2), + (89003,6145,349,0,0,67.6116,-100.635,-206.742,3.50811,7200,7200,5,0,42,0,0,1), + (89004,6145,349,0,0,-19.2132,-162.026,-207.255,0.279253,7200,7200,5,0,42,0,0,1), + (89005,12207,349,0,0,-4.79137,-238.573,-208.684,2.51327,7200,7200,5,0,10554,0,0,1), + (89006,6145,349,0,0,8.96613,-286.279,-206.648,1.46608,7200,7200,5,0,42,0,0,1), + (89007,12207,349,0,0,15.4218,-310.705,-206.929,3.4383,7200,7200,5,0,10554,0,0,1), + (89008,11789,349,0,0,-90.4707,-266.801,-170.336,2.68781,7200,7200,1,0,1919,0,0,1), + (89009,11789,349,0,0,-93.2932,-252.8,-170.336,2.89725,7200,7200,1,0,1919,0,0,1), + (89010,11789,349,0,0,-94.9628,-260.261,-170.336,3.52556,7200,7200,1,0,1919,0,0,1), + (89011,11789,349,0,0,-100.349,-251.573,-170.336,0.506145,7200,7200,1,0,1919,0,0,1), + (89012,11789,349,0,0,-103.224,-319.017,-170.333,4.45059,7200,7200,2,0,1919,0,0,1), + (89013,11789,349,0,0,-105.145,-308.305,-170.335,1.8675,7200,7200,2,0,1919,0,0,1), + (89014,11789,349,0,0,-105.733,-314.67,-170.333,2.30383,7200,7200,2,0,1919,0,0,1), + (89015,11789,349,0,0,-99.7045,-312.567,-170.334,3.35103,7200,7200,2,0,1919,0,0,1), + (89016,11789,349,0,0,-105.499,-260.618,-170.419,6.03759,7200,7200,1,0,1919,0,0,1), + (89017,11789,349,0,0,-109.524,-314.792,-170.418,5.50949,7200,7200,2,0,1919,0,0,1), + (89018,12203,349,0,0,356.681,-185.455,-59.8156,3.45575,43200,43200,0,0,14434,0,0,0), + (89019,6145,349,0,0,-30.2241,-125.839,-207.441,5.13127,7200,7200,5,0,42,0,0,1), + (89020,12207,349,0,0,-26.191,-87.2396,-206.446,3.28122,7200,7200,5,0,10554,0,0,1), + (89021,6145,349,0,0,14.7221,-81.3127,-207.437,1.51844,7200,7200,5,0,42,0,0,1), + (89022,13321,349,0,0,-21.8882,-9.20877,-131.197,5.5676,7200,7200,5,0,42,0,0,1), + (89023,13321,349,0,0,73.1726,-6.26065,-131.073,4.46804,7200,7200,5,0,42,0,0,1), + (89024,6145,349,0,0,60.825,-81.4101,-207.468,2.32129,7200,7200,5,0,42,0,0,1), + (89025,13599,349,0,0,-29.1892,9.89225,-131.124,0.942478,7200,7200,5,0,2399,0,0,1), + (89026,13599,349,0,0,84.985,7.08579,-131.073,5.49779,7200,7200,5,0,2399,0,0,1), + (89027,13321,349,0,0,-39.848,39.6532,-131.073,1.74533,7200,7200,5,0,42,0,0,1), + (89028,13321,349,0,0,99.5706,36.3686,-131.073,3.07178,7200,7200,5,0,42,0,0,1), + (89029,13599,349,0,0,-44.6283,58.0849,-131.073,1.74533,7200,7200,5,0,2399,0,0,1), + (89030,13599,349,0,0,101.292,47.0444,-131.073,4.27606,7200,7200,5,0,2399,0,0,1), + (89031,13321,349,0,0,92.5639,78.6082,-131.073,4.31096,7200,7200,5,0,42,0,0,1), + (89032,13321,349,0,0,-20.6725,94.7429,-131.073,0.069813,7200,7200,5,0,42,0,0,1), + (89033,13599,349,0,0,-18.8039,96.2423,-131.073,0.855211,7200,7200,5,0,2399,0,0,1), + (89034,13599,349,0,0,90.5483,84.8072,-131.073,2.00713,7200,7200,5,0,2399,0,0,1), + (89035,13599,349,0,0,54.8301,113.88,-131.073,2.80998,7200,7200,5,0,2399,0,0,1), + (89036,13321,349,0,0,30.5731,115.544,-131.073,6.17846,7200,7200,5,0,42,0,0,1), + (89037,13599,349,0,0,13.7205,117.547,-131.073,2.32129,7200,7200,5,0,2399,0,0,1), + (89038,2914,349,0,0,-60.2852,-358.523,-178.296,4.64258,7200,7200,10,0,8,0,0,1), + (89039,2914,349,0,0,-63.26,-426.394,-189.176,5.16617,7200,7200,10,0,8,0,0,1), + (89040,12207,349,0,0,-80.494,-395.249,-189.805,5.39307,7200,7200,5,0,10554,0,0,1), + (89041,11789,349,0,0,-124.533,-389.442,-170.336,4.93928,7200,7200,2,0,1919,0,0,1), + (89042,11789,349,0,0,-118.404,-376.078,-170.336,4.36332,7200,7200,2,0,1919,0,0,1), + (89043,11789,349,0,0,-116.521,-385.825,-170.336,3.735,7200,7200,2,0,1919,0,0,1), + (89044,11789,349,0,0,-108.174,-380.384,-170.336,2.28638,7200,7200,2,0,1919,0,0,1), + (89045,11789,349,0,0,-126.455,-381.604,-170.419,2.77572,7200,7200,2,0,1919,0,0,1), + (89046,2914,349,0,0,-126.047,-353.323,-170.336,4.36332,7200,7200,10,0,8,0,0,1), + (89047,11784,349,0,0,-133.015,-363.42,-170.419,4.37615,7200,7200,0,0,5757,0,0,2), + (89052,11789,349,0,0,-143.368,-334.523,-170.336,4.08407,7200,7200,2,0,1919,0,0,1), + (89053,11789,349,0,0,-144.237,-318.947,-170.336,1.79769,7200,7200,2,0,1919,0,0,1), + (89054,11789,349,0,0,-142.068,-327.561,-170.336,2.21657,7200,7200,2,0,1919,0,0,1), + (89055,11789,349,0,0,-145.74,-339.411,-170.336,1.97222,7200,7200,2,0,1919,0,0,1), + (89056,11789,349,0,0,-147.693,-330.588,-170.336,0.558505,7200,7200,2,0,1919,0,0,1), + (89057,11789,349,0,0,-111.448,-320.95,-170.418,1.83066,7200,7200,2,0,1919,0,0,1), + (89058,4292,189,0,0,1779.01,-411.284,8.09467,2.68781,7200,7200,0,0,3150,2194,0,0), + (89059,4292,189,0,0,1781.94,-381.199,8.09497,2.87979,7200,7200,0,0,3150,2194,0,0), + (89060,4290,189,0,0,1806.46,-404.538,8.09371,2.21657,7200,7200,0,0,3831,0,0,0), + (89061,4292,189,0,0,1802.1,-401.302,8.09548,5.88176,7200,7200,0,0,3150,2194,0,0), + (89062,4292,189,0,0,1798.61,-427.408,8.09416,5.8294,7200,7200,0,0,3150,2194,0,0), + (89063,4290,189,0,0,1804.33,-430.56,8.09537,2.6529,7200,7200,0,0,3831,0,0,0), + (89064,4289,189,0,0,1803.07,-426.691,8.01154,2.85425,7200,7200,1,1,2805,5526,0,2), + (89065,4295,189,0,0,1847.83,-385.244,18.7604,0.628319,7200,7200,0,0,4008,0,0,0), + (89066,4298,189,0,0,1848.92,-402.19,18.7621,5.39307,7200,7200,0,0,4008,0,0,0), + (89067,4295,189,0,0,1855.75,-403.744,18.7616,3.24631,7200,7200,0,0,4008,0,0,0), + (89068,4295,189,0,0,1848.72,-408.344,18.7611,1.13446,7200,7200,0,0,4008,0,0,0), + (89069,4295,189,0,0,1851.88,-385.46,18.7619,2.33874,7200,7200,0,0,4008,0,0,0), + (89070,4298,189,0,0,1851.39,-381.298,18.7611,4.20624,7200,7200,0,0,4008,0,0,0), + (89071,4289,189,0,0,1850.16,-426.777,18.6776,6.27325,7200,7200,6,1,2805,5526,0,2), + (89072,4298,189,0,0,1848.53,-430.005,18.7608,0.122173,7200,7200,0,0,4008,0,0,0), + (89073,4290,189,0,0,1853.21,-428.959,18.7609,3.45575,7200,7200,0,0,3831,0,0,0), + (89074,4298,189,0,0,1872.88,-411.156,18.7612,0,7200,7200,0,0,4008,0,0,0), + (89075,4292,189,0,0,1878.24,-410.778,18.7612,3.26377,7200,7200,0,0,3150,2194,0,0), + (89076,4298,189,0,0,1880.71,-383.422,18.7619,3.47321,7200,7200,0,0,4008,0,0,0), + (89077,4298,189,0,0,1879.85,-388.085,18.762,1.93731,7200,7200,0,0,4008,0,0,0), + (89078,4295,189,0,0,1874.41,-382.072,18.7614,5.79449,7200,7200,0,0,4008,0,0,0), + (89079,4298,189,0,0,1893.99,-383.011,18.7617,1.50098,7200,7200,0,0,4008,0,0,0), + (89080,4295,189,0,0,1904.76,-407.945,18.7611,3.9968,7200,7200,0,0,4008,0,0,0), + (89081,4298,189,0,0,1899.73,-412.501,18.7621,0.628319,7200,7200,0,0,4008,0,0,0), + (89082,4298,189,0,0,1894.78,-378.765,18.7614,4.36332,7200,7200,0,0,4008,0,0,0), + (89083,4290,189,0,0,1924.11,-438.246,18.0913,0.174533,7200,7200,0,0,3831,0,0,0), + (89084,4298,189,0,0,1927.06,-440.33,18.0913,2.02458,7200,7200,0,0,4008,0,0,0), + (89085,4295,189,0,0,1920.64,-421.962,18.0913,6.17846,7200,7200,0,0,4008,0,0,0), + (89086,4295,189,0,0,1927.69,-437.186,18.0913,3.82227,7200,7200,0,0,4008,0,0,0), + (89087,4295,189,0,0,1926,-394.77,18.0913,0.890118,7200,7200,0,0,4008,0,0,0), + (89088,4295,189,0,0,1907.68,-388.676,18.7602,1.97222,7200,7200,0,0,4008,0,0,0), + (89089,4298,189,0,0,1927.19,-391.242,18.0913,4.5204,7200,7200,0,0,4008,0,0,0), + (89090,4295,189,0,0,1900.46,-362.276,18.7606,3.64774,7200,7200,0,0,4008,0,0,0), + (89091,4295,189,0,0,1898.52,-365.821,18.7612,1.69297,7200,7200,0,0,4008,0,0,0), + (89092,4295,189,0,0,1895.94,-362.592,18.7606,5.89921,7200,7200,0,0,4008,0,0,0), + (89093,4292,189,0,0,1906.15,-384.892,18.7608,5.09636,7200,7200,0,0,3150,2194,0,0), + (89094,4298,189,0,0,1931.72,-363.245,18.0913,2.94961,7200,7200,0,0,4008,0,0,0), + (89095,4298,189,0,0,1931.53,-391.429,18.0913,3.1765,7200,7200,0,0,4008,0,0,0), + (89096,4289,189,0,0,1924.99,-369.014,18.0081,4.74808,7200,7200,1,1,2805,5526,0,2), + (89097,3975,189,0,0,1965.09,-431.607,6.26076,2.98451,43200,43200,0,0,10688,0,0,0), + (89098,16447,533,0,0,2581.91,-3529.54,267.594,4.64639,3520,3520,0,0,94320,0,0,2), + (89099,16447,533,0,0,2585.31,-3529.56,267.604,4.64639,3520,3520,0,0,94320,0,0,0), + (89100,16447,533,0,0,2579.01,-3524.97,267.604,4.87439,3520,3520,0,0,94320,0,0,0), + (89101,16447,533,0,0,2581.35,-3525.06,267.604,4.78339,3520,3520,0,0,94320,0,0,0), + (89102,16447,533,0,0,2531.09,-3528.93,267.604,4.51939,3520,3520,0,0,94320,0,0,2), + (89103,16447,533,0,0,2527.97,-3528.59,267.604,4.54139,3520,3520,0,0,94320,0,0,0), + (89104,16447,533,0,0,2528.96,-3524.26,267.604,4.54139,3520,3520,0,0,94320,0,0,0), + (89105,16447,533,0,0,2531.87,-3525.42,267.604,4.54139,3520,3520,0,0,94320,0,0,0), + (89106,16449,533,0,0,2556.38,-3528.95,267.604,4.64639,3520,3520,5,0,110040,0,0,1), + (89107,16447,533,0,0,2725.65,-3883.05,294.662,4.725,3520,3520,0,0,94320,0,0,2), + (89108,16447,533,0,0,2729.05,-3883.07,294.672,4.725,3520,3520,0,0,94320,0,0,0), + (89109,16447,533,0,0,2722.75,-3878.48,294.672,4.953,3520,3520,0,0,94320,0,0,0), + (89110,16447,533,0,0,2725.09,-3878.57,294.672,4.862,3520,3520,0,0,94320,0,0,0), + (89111,16447,533,0,0,2674.83,-3882.44,294.672,4.598,3520,3520,0,0,94320,0,0,2), + (89112,16447,533,0,0,2671.71,-3882.1,294.672,4.62,3520,3520,0,0,94320,0,0,0), + (89113,16447,533,0,0,2672.7,-3877.77,294.672,4.62,3520,3520,0,0,94320,0,0,0), + (89114,16447,533,0,0,2675.61,-3878.93,294.672,4.62,3520,3520,0,0,94320,0,0,0), + (89115,16449,533,0,0,2700.12,-3882.46,294.672,4.725,3520,3520,5,0,110040,0,0,1), + (89116,16447,533,0,0,2582.46,-3739.29,294.661,4.6661,3520,3520,0,0,94320,0,0,2), + (89117,16447,533,0,0,2585.85,-3739.31,294.671,4.6661,3520,3520,0,0,94320,0,0,0), + (89118,16447,533,0,0,2579.55,-3734.73,294.671,4.8941,3520,3520,0,0,94320,0,0,0), + (89119,16447,533,0,0,2581.9,-3734.81,294.671,4.8031,3520,3520,0,0,94320,0,0,0), + (89120,16447,533,0,0,2531.64,-3738.69,294.671,4.5391,3520,3520,0,0,94320,0,0,2), + (89121,16447,533,0,0,2528.51,-3738.34,294.671,4.5611,3520,3520,0,0,94320,0,0,0), + (89122,16447,533,0,0,2529.5,-3734.01,294.671,4.5611,3520,3520,0,0,94320,0,0,0), + (89123,16447,533,0,0,2532.42,-3735.18,294.671,4.5611,3520,3520,0,0,94320,0,0,0), + (89124,16449,533,0,0,2556.93,-3738.71,294.671,4.6661,3520,3520,5,0,110040,0,0,1), + (89125,16451,533,0,0,2556.18,-3506.02,267.593,4.73322,3520,3520,0,0,129500,25680,0,2), + (89126,16452,533,0,0,2564.02,-3505.17,267.592,4.73322,3520,3520,0,0,56650,108270,0,0), + (89127,16452,533,0,0,2547.64,-3505.52,267.587,4.73322,3520,3520,0,0,56650,108270,0,0), + (89130,16447,533,0,0,2933.09,-3883.06,268.132,4.74064,3520,3520,0,0,94320,0,0,2), + (89131,16447,533,0,0,2936.49,-3883.08,268.142,4.74064,3520,3520,0,0,94320,0,0,0), + (89132,16447,533,0,0,2930.19,-3878.49,268.142,4.96864,3520,3520,0,0,94320,0,0,0), + (89133,16447,533,0,0,2932.53,-3878.58,268.142,4.87764,3520,3520,0,0,94320,0,0,0), + (89134,16447,533,0,0,2882.27,-3882.45,268.142,4.61364,3520,3520,0,0,94320,0,0,2), + (89135,16447,533,0,0,2879.15,-3882.11,268.142,4.63564,3520,3520,0,0,94320,0,0,0), + (89136,16447,533,0,0,2880.14,-3877.78,268.142,4.63564,3520,3520,0,0,94320,0,0,0), + (89137,16447,533,0,0,2883.05,-3878.94,268.142,4.63564,3520,3520,0,0,94320,0,0,0), + (89138,15338,509,0,0,-9001.42,1714.95,21.4432,0,21600,21600,0,0,50300,12430,0,2), + (89139,15338,509,0,0,-8802.06,1921.19,21.5113,0,21600,21600,0,0,50300,12430,0,2), + (89140,15338,509,0,0,-8875.27,1810.16,21.5277,0,21600,21600,0,0,50300,12430,0,2), + (89141,15338,509,0,0,-8892.27,1893.26,21.7709,0,21600,21600,0,0,50300,12430,0,2), + (89142,15338,509,0,0,-9042.73,1737.67,21.734,0,21600,21600,0,0,50300,12430,0,2), + (89143,15338,509,0,0,-8985.67,1928.49,21.3905,0,21600,21600,0,0,50300,12430,0,2), + (89144,15338,509,0,0,-9128.89,2235.46,21.5114,0,21600,21600,0,0,50300,12430,0,2), + (89145,15338,509,0,0,-8783.41,2098.07,21.9928,0,21600,21600,0,0,50300,12430,0,2), + (89146,15338,509,0,0,-8779.9,2018.76,21.7045,0,21600,21600,0,0,50300,12430,0,2), + (89294,1415,0,0,0,-8992.66,856.234,105.775,0.595873,250,250,0,0,1240,0,0,0), + (89298,1429,0,0,0,-8962,809.712,109.446,2.087,180,180,0,0,87,0,0,0), + (89299,1435,0,0,0,-8984,1025.49,101.587,0.279,490,490,0,0,3857,0,0,0), + (89325,1719,0,0,0,-8799,827.703,97.635,0.738,310,310,0,0,1605,0,0,0), + (89330,1733,0,0,0,-8984,1024.26,101.587,0.384,180,180,0,0,166,0,0,0), + (89359,15760,0,0,0,-9468.33,24.9295,56.5369,6.0912,180,180,0,0,3300,0,0,0), + (89360,15760,0,0,0,-9465.93,24.9355,56.6126,3.12414,180,180,0,0,3300,0,0,0), + (89361,15760,0,0,0,-8866.35,676.362,97.9864,0.034907,180,180,0,0,3300,0,0,0), + (89362,15760,0,0,0,-8864.07,675.996,97.9864,2.87979,180,180,0,0,3300,0,0,0), + (89363,15760,0,0,0,-10647.7,1174.96,34.4276,1.09956,180,180,0,0,3300,0,0,0), + (89364,15760,0,0,0,-10645.7,1177.46,34.5556,4.13643,180,180,0,0,3300,0,0,0), + (89365,15760,0,0,0,-10523.2,-1164.94,27.5597,1.5708,180,180,0,0,3300,0,0,0), + (89366,15760,0,0,0,-10523.5,-1162.52,27.5597,4.66003,180,180,0,0,3300,0,0,0), + (89367,15760,0,0,0,-9223.84,-2153.94,64.0168,3.01942,180,180,0,0,3300,0,0,0), + (89368,15760,0,0,0,-9225.23,-2153.85,64.0168,6.23082,180,180,0,0,3300,0,0,0), + (89369,15760,0,0,0,-5581.24,-525.341,400.846,1.51844,180,180,0,0,3300,0,0,0), + (89370,15760,0,0,0,-5581.07,-523.102,400.846,4.62512,180,180,0,0,3300,0,0,0), + (89371,15760,0,0,0,-4853.14,-870.297,501.997,4.81711,180,180,0,0,3300,0,0,0), + (89372,15760,0,0,0,-4852.92,-872.19,501.997,1.69297,180,180,0,0,3300,0,0,0), + (89375,15760,1,0,0,9817.05,956.271,1308.87,1.88496,180,180,0,0,3300,0,0,0), + (89376,15760,1,0,0,9816.57,957.975,1308.88,4.88692,180,180,0,0,3300,0,0,0), + (89379,15760,0,0,0,-14461.9,491.803,15.2063,0.837758,180,180,0,0,3300,0,0,0), + (89380,15760,0,0,0,-14460.8,492.998,15.208,3.92699,180,180,0,0,3300,0,0,0), + (89381,15760,1,0,0,-412.213,-2653.14,96.3063,2.63545,180,180,0,0,3300,0,0,0), + (89382,15760,1,0,0,-414.373,-2651.99,96.3063,5.79449,180,180,0,0,3300,0,0,0), + (89383,15760,1,0,0,1629.61,-4439.9,15.5944,0.977384,180,180,0,0,3300,0,0,0), + (89384,15760,1,0,0,1630.71,-4438.38,15.6045,4.11898,180,180,0,0,3300,0,0,0), + (89385,15760,1,0,0,-1291.8,46.9446,129.292,3.63029,180,180,0,0,3300,0,0,0), + (89386,15760,1,0,0,-1294.27,45.5886,129.292,0.575959,180,180,0,0,3300,0,0,0), + (89387,15760,0,0,0,1635.82,233.67,-43.0193,1.11701,180,180,0,0,3300,0,0,0), + (89388,15760,0,0,0,1637.09,236.273,-43.0193,4.34587,180,180,0,0,3300,0,0,0), + (89389,15760,0,0,0,-11.5524,-932.199,57.2556,5.84685,180,180,0,0,3300,0,0,0), + (89390,15760,0,0,0,-9.5064,-933.083,57.2556,2.74017,180,180,0,0,3300,0,0,0), + (89391,15760,0,0,0,2249.08,240.226,34.3437,6.14356,180,180,0,0,3300,0,0,0), + (89392,15760,0,0,0,2251.53,240.007,34.3437,3.05433,180,180,0,0,3300,0,0,0), + (89393,15760,1,0,0,330.857,-4689.74,16.5411,1.50098,180,180,0,0,3300,0,0,0), + (89394,15760,1,0,0,331.185,-4687.07,16.5411,4.53786,180,180,0,0,3300,0,0,0), + (89395,15760,1,0,0,-2375.13,-341.74,-8.87366,4.2586,180,180,0,0,3300,0,0,0), + (89396,15760,1,0,0,-2376.24,-344.29,-8.87366,1.20428,180,180,0,0,3300,0,0,0), + (89397,15760,0,0,0,-6665.69,-2167.53,245.456,5.67232,180,180,0,0,3300,0,0,0), + (89398,15760,0,0,0,-6663,-2169.4,245.456,2.49582,180,180,0,0,3300,0,0,0), + (89405,15760,0,0,0,-858.777,-558.361,11.7749,4.66003,180,180,0,0,3300,0,0,0), + (89406,15760,0,0,0,-858.831,-559.944,11.7749,1.50098,180,180,0,0,3300,0,0,0), + (89413,15732,0,0,0,-8823.24,543.75,96.7631,2.89725,180,180,0,0,3800,0,0,0), + (89414,15732,0,0,0,-5046.5,-816.26,495.22,2.11185,180,180,0,0,3800,0,0,0), + (89416,15732,0,0,0,-14296,519.288,9.0344,3.28122,180,180,0,0,3800,0,0,0), + (89417,15732,1,0,0,1329.46,-4605.78,23.8204,3.71755,180,180,0,0,3800,0,0,0), + (89418,15732,0,0,0,2049.43,275.707,56.9202,3.10669,180,180,0,0,3800,0,0,0), + (89423,13636,0,0,0,147.423,-208.914,153.49,0.15708,180,180,0,0,2016,0,0,0), + (89424,13602,0,0,0,171.682,-260.075,150.132,1.142,600,600,40,0,3831,0,0,1), + (89425,15692,0,0,0,-6589.65,-1835.64,244.4,1.29367,180,180,5,0,2400,0,0,1), + (89426,15692,0,0,0,-6637.21,-1836.91,247.373,2.34234,180,180,5,0,2400,0,0,1), + (89427,15692,0,0,0,-6608.72,-1852.43,244.269,1.6057,180,180,0,0,2400,0,0,0), + (89428,15692,0,0,0,-6592.98,-1867.66,245.247,4.24115,180,180,0,0,2400,0,0,0), + (89429,15692,0,0,0,-6629.13,-1871.31,244.269,2.10952,180,180,5,0,2400,0,0,1), + (89430,15692,0,0,0,-6603.6,-1887.39,245.144,4.47091,180,180,5,0,2400,0,0,1), + (89431,15692,0,0,0,-6590.66,-1875.92,245.398,0.688031,180,180,5,0,2400,0,0,1), + (89432,15664,0,0,0,-6609.19,-1857.01,244.359,5.35816,180,180,0,0,2500,0,0,0), + (89433,15692,0,0,0,-6613.01,-1857.67,244.269,3.22886,180,180,0,0,2400,0,0,0), + (89434,15692,0,0,0,-6603.86,-1856.71,244.519,0.087266,180,180,0,0,2400,0,0,0), + (89435,15692,0,0,0,-6608.5,-1861.86,244.394,4.86947,180,180,0,0,2400,0,0,0), + (89436,454,0,0,0,-9878.81,1192.85,41.2376,2.45716,300,300,10,0,247,0,0,1), + (89437,15685,1,0,0,-8065.21,-5317.76,1.69655,2.74004,180,180,0,0,2218,0,0,0), + (89438,15685,1,0,0,-8063.47,-5312.91,1.55462,-1.76068,180,180,0,0,2218,0,0,0), + (89439,15685,1,0,0,-8056.21,-5319.81,1.46917,0.562535,180,180,0,0,2218,0,0,0), + (89440,15664,1,0,0,-8086.09,-5279.64,1.30106,1.13446,180,180,0,0,2500,0,0,0), + (89441,15685,1,0,0,-8076.72,-5284.68,0.699819,1.34912,180,180,0,0,2218,0,0,0), + (89442,15685,1,0,0,-8057.25,-5258.35,1.69982,1.15097,180,180,0,0,2218,0,0,0), + (89443,454,0,0,0,-9872.46,1225.01,41.6656,1.27099,300,300,5,0,247,0,0,1), + (89444,502,0,0,0,-9843.2,1285.32,41.9,2.93215,300,300,0,0,328,0,0,0), + (89445,504,0,0,0,-9875.14,1308.65,43.1871,2.40855,300,300,0,0,247,0,0,0), + (89446,504,0,0,0,-9848.13,1325.39,43.3237,1.45052,300,300,5,0,247,0,0,1), + (89447,95,0,0,0,-9873.43,1324.17,43.2108,4.57276,300,300,0,0,222,0,0,0), + (89448,95,0,0,0,-9863.31,1321.89,43.2868,3.92699,300,300,0,0,222,0,0,0), + (89449,504,0,0,0,-9886.71,1311.43,42.4926,3.97935,300,300,0,0,247,0,0,0), + (89450,504,0,0,0,-9882.46,1307.67,42.5123,3.61283,300,300,0,0,247,0,0,0), + (89451,504,0,0,0,-10168.3,1906.93,35.1377,5.76076,300,300,5,0,247,0,0,1), + (89452,504,0,0,0,-10189.1,1917.47,37.52,6.03884,300,300,0,0,247,0,0,0), + (89453,504,0,0,0,-10186.8,1920.14,37.4566,1.11701,300,300,0,0,247,0,0,0), + (89454,504,0,0,0,-10184.5,1920.47,37.3642,2.14675,300,300,0,0,247,0,0,0), + (89455,504,0,0,0,-10159.4,1920.36,35.2296,0.243558,300,300,5,0,247,0,0,1), + (89456,504,0,0,0,-10172.2,1934.17,37.3743,2.71352,300,300,5,0,247,0,0,1), + (89457,504,0,0,0,-10190.7,1895.74,35.9227,2.1912,300,300,0,0,247,0,0,0), + (89458,126,0,0,0,-9584.96,1479.4,-1.20599,4.55879,300,300,5,0,247,0,0,1), + (89459,126,0,0,0,-9590.79,1445.04,2.42173,6.04542,300,300,5,0,247,0,0,1), + (89460,515,0,0,0,-9639.4,1190.66,7.14707,0.407779,300,300,10,0,222,0,0,1), + (89461,126,0,0,0,-9659.42,1153.12,5.43155,0.942478,300,300,10,0,247,0,0,1), + (89462,515,0,0,0,-9663.76,1162.71,6.64513,5.67232,300,300,0,0,222,0,0,0), + (89463,456,0,0,0,-9672.34,1513.39,14.1054,1.44367,300,300,5,0,253,264,0,1), + (89464,126,0,0,0,-9606.73,1156.97,1.7901,0.04429,300,300,10,0,247,0,0,1), + (89465,456,0,0,0,-9667.69,1538.59,10.589,4.09138,300,300,10,0,253,264,0,1), + (89466,126,0,0,0,-9623.52,1122.75,1.82536,0.06547,300,300,10,0,247,0,0,1), + (89467,513,0,0,0,-9780.57,1684.74,7.60068,5.81254,300,300,10,0,300,0,0,1), + (89468,513,0,0,0,-9768.37,1714.89,3.45522,3.26533,300,300,10,0,300,0,0,1), + (89469,513,0,0,0,-9759.5,1650.8,9.76584,0,300,300,10,0,300,0,0,1), + (89470,456,0,0,0,-9733.4,1669.21,3.39156,2.96751,300,300,10,0,253,264,0,1), + (89471,513,0,0,0,-9755.74,1697.16,1.89156,5.2734,300,300,10,0,300,0,0,1), + (89472,513,0,0,0,-9777.88,1658.88,10.8996,4.15871,300,300,10,0,300,0,0,1), + (89473,456,0,0,0,-9743.09,1656.23,7.69151,3.75443,300,300,10,0,253,264,0,1), + (89474,513,0,0,0,-9756.8,1675.25,6.26656,5.44003,300,300,10,0,300,0,0,1), + (89475,513,0,0,0,-9783.95,1708.12,8.11724,5.87923,300,300,10,0,300,0,0,1), + (89476,171,0,0,0,-10168.6,1992.49,11.0159,1.16288,300,300,10,0,328,0,0,1), + (89477,171,0,0,0,-10009.4,1905.04,6.49229,2.49088,300,300,5,0,328,0,0,1), + (89478,171,0,0,0,-10346.9,2088.33,-0.453275,1.5303,300,300,10,0,328,0,0,1), + (89479,513,0,0,0,-9913.16,1806.25,8.41198,4.09218,300,300,10,0,300,0,0,1), + (89480,171,0,0,0,-10311.9,2047.36,7.46994,4.91898,300,300,10,0,328,0,0,1), + (89481,513,0,0,0,-9926.85,1762.97,13.6785,2.50359,300,300,5,0,300,0,0,1), + (89482,458,0,0,0,-10236.2,2006.92,12.7829,6.21337,300,300,0,0,356,0,0,0), + (89483,171,0,0,0,-10227.7,2008.73,12.6365,3.80482,300,300,0,0,328,0,0,0), + (89484,171,0,0,0,-10230,2002.24,12.1719,1.71042,300,300,0,0,328,0,0,0), + (89485,171,0,0,0,-10179.6,2021.87,5.75055,5.06145,300,300,0,0,328,0,0,0), + (89486,171,0,0,0,-10166.5,2021.28,8.30312,3.22886,300,300,0,0,328,0,0,0), + (89487,171,0,0,0,-10169.8,2024.2,7.6383,4.90438,300,300,0,0,328,0,0,0), + (89488,513,0,0,0,-9928.7,1807.57,9.71079,1.49786,300,300,10,0,300,0,0,1), + (89489,458,0,0,0,-10039.4,1999.03,-6.70686,5.08187,300,300,10,0,356,0,0,1), + (89490,171,0,0,0,-10036.3,1988.82,-5.92553,0,300,300,10,0,328,0,0,1), + (89491,458,0,0,0,-10034.2,2011.04,-8.92252,3.27273,300,300,10,0,356,0,0,1), + (89492,171,0,0,0,-10022,1952.12,-2.53806,3.63044,300,300,10,0,328,0,0,1), + (89493,458,0,0,0,-10067.3,1954.65,4.22568,4.61916,300,300,10,0,356,0,0,1), + (89494,171,0,0,0,-10067.9,1988.08,-3.45053,4.03755,300,300,5,0,328,0,0,1), + (89495,458,0,0,0,-10042.1,1959.59,-0.571766,1.12089,300,300,10,0,356,0,0,1), + (89496,458,0,0,0,-9992.33,1957.59,-4.18619,2.89188,300,300,10,0,356,0,0,1), + (89497,171,0,0,0,-10044.9,2002.07,-6.44576,1.85252,300,300,10,0,328,0,0,1), + (89498,154,0,0,0,-10389.3,2068.9,6.80879,3.35814,300,300,5,0,356,0,0,1), + (89499,154,0,0,0,-10429.1,2086.53,5.15393,0.190696,300,300,10,0,356,0,0,1), + (89500,154,0,0,0,-10393.3,2092.19,1.81073,2.01752,300,300,5,0,356,0,0,1), + (89501,517,0,0,0,-11004.6,2046.43,10.9429,1.63759,300,300,10,0,350,390,0,1), + (89502,127,0,0,0,-11041,2021.3,11.2134,5.06834,300,300,5,0,377,408,0,1), + (89503,517,0,0,0,-10691.3,2072.81,6.17765,4.21772,300,300,10,0,350,390,0,1), + (89504,517,0,0,0,-10664.9,2074.58,7.22251,0,300,300,10,0,350,390,0,1), + (89505,517,0,0,0,-11340.9,1835.32,8.96161,3.19625,300,300,10,0,350,390,0,1), + (89506,458,0,0,0,-10807.6,2086.28,7.45641,3.33431,300,300,5,0,356,0,0,1), + (89507,517,0,0,0,-11033.9,2047.56,9.52603,4.16563,300,300,10,0,350,390,0,1), + (89508,517,0,0,0,-11038.3,2079.93,1.87699,0.377924,300,300,5,0,350,390,0,1), + (89509,458,0,0,0,-10719.7,2133.94,21.7865,3.94444,300,300,0,0,356,0,0,0), + (89510,458,0,0,0,-10712.1,2133.02,21.8445,5.39307,300,300,0,0,356,0,0,0), + (89511,517,0,0,0,-10624.3,2057.91,12.6655,0.945001,300,300,10,0,350,390,0,1), + (89512,517,0,0,0,-11137,2102.61,-6.99985,2.53837,300,300,10,0,350,390,0,1), + (89513,517,0,0,0,-11104.8,2035.63,0.80971,1.06958,300,300,10,0,350,390,0,1), + (89514,127,0,0,0,-11107.2,2077.05,-2.15916,5.33135,300,300,10,0,377,408,0,1), + (89515,127,0,0,0,-11120.2,2110.28,-5.86168,3.31613,300,300,10,0,377,408,0,1), + (89516,127,0,0,0,-11139.3,2039.28,0.277747,4.6518,300,300,10,0,377,408,0,1), + (89517,127,0,0,0,-11123,2084.76,-6.8155,0.314159,300,300,0,0,377,408,0,0), + (89518,517,0,0,0,-11097.3,2067.77,1.10995,5.79449,300,300,0,0,350,390,0,0), + (89519,517,0,0,0,-11085.8,2106.8,-1.1961,5.84485,300,300,10,0,350,390,0,1), + (89520,127,0,0,0,-11072.9,2099.11,1.1694,5.79449,300,300,10,0,377,408,0,1), + (89521,127,0,0,0,-11144.9,2090.64,-7.18677,3.71755,300,300,10,0,377,408,0,1), + (89522,523,0,0,0,-10628.3,1037.27,34.1915,2.28638,600,600,0,0,7655,7071,0,0), + (89523,1109,0,0,0,-10477.2,877.086,41.4187,2.44167,300,300,5,0,273,0,0,1), + (89524,157,0,0,0,-10448.9,871.968,39.9274,4.12564,300,300,5,0,300,0,0,1), + (89525,1109,0,0,0,-10418.1,892.858,44.469,5.1373,300,300,5,0,273,0,0,1), + (89526,157,0,0,0,-10512.2,884.859,40.1483,5.53019,300,300,5,0,300,0,0,1), + (89527,157,0,0,0,-10461.2,913.626,38.7056,2.80233,300,300,5,0,300,0,0,1), + (89528,157,0,0,0,-10392.1,925.329,42.4526,6.05899,300,300,5,0,300,0,0,1), + (89529,157,0,0,0,-10418.4,948.747,38.266,1.90924,300,300,5,0,300,0,0,1), + (89530,1109,0,0,0,-10489.1,923.33,37.9113,2.34998,300,300,5,0,273,0,0,1), + (89531,490,0,0,0,-10524.7,1058.13,56.1558,1.309,300,300,0,0,1901,0,0,0), + (89532,869,0,0,0,-10657.1,1010.88,32.5521,0.38323,300,300,0,0,2843,0,0,2), + (89533,870,0,0,0,-10657.4,1090.46,34.4981,5.34071,300,300,0,0,1879,0,0,0), + (89534,489,0,0,0,-10517.9,1035,60.5174,4.43679,300,300,5,0,3141,0,0,2), + (89535,876,0,0,0,-10641.6,1093.47,34.043,4.74729,300,300,0,0,1908,0,0,0), + (89536,488,0,0,0,-10494.1,1028.51,95.6123,5.4417,300,300,0,0,1605,0,0,0), + (89537,487,0,0,0,-10506.2,1066.91,55.439,2.6529,300,300,0,0,1905,0,0,0), + (89538,874,0,0,0,-10633,1087.87,33.8723,4.63537,300,300,5,0,1892,0,0,2), + (89539,594,0,0,0,-11093.9,1515.71,29.6174,1.54702,600,600,3,0,984,0,0,1), + (89540,594,0,0,0,-11230.2,1552.32,34.8106,4.01685,600,600,3,0,984,0,0,1), + (89541,594,0,0,0,-11115.3,1478.69,32.7343,0.663225,600,600,0,0,984,0,0,0), + (89542,619,0,0,0,-11134.2,1487.29,34.4006,4.76952,600,600,3,0,855,790,0,1), + (89543,619,0,0,0,-11225.8,1599.39,32.4871,4.57128,600,600,3,0,855,790,0,1), + (89544,619,0,0,0,-11175.1,1557.35,20.8878,4.47539,600,600,3,0,855,790,0,1), + (89545,594,0,0,0,-11197.1,1483.13,14.7718,5.35683,600,600,5,0,984,0,0,1), + (89546,594,0,0,0,-11138.2,1539.52,19.8687,1.03873,600,600,3,0,984,0,0,1), + (89547,1726,0,0,0,-11248.1,1540.79,30.374,4.05791,300,300,3,0,921,856,0,1), + (89548,1725,0,0,0,-11243.6,1645.14,28.492,5.21458,600,600,3,0,1068,0,0,1), + (89549,1725,0,0,0,-11209.6,1630.75,27.714,6.08786,600,600,3,0,1068,0,0,1), + (89550,1725,0,0,0,-11218.9,1617.71,33.4905,4.34587,600,600,3,0,1068,0,0,1), + (89551,1725,0,0,0,-11231.2,1618.41,33.1879,4.97419,600,600,3,0,1068,0,0,1), + (89552,1725,0,0,0,-11267.9,1509.91,37.5807,5.74718,600,600,3,0,1068,0,0,1), + (89553,1726,0,0,0,-11244.5,1524.48,28.6207,5.37314,300,300,3,0,921,856,0,1), + (89554,1727,0,0,0,-11232.7,1597.98,32.4094,2.49582,600,600,0,0,356,0,0,0), + (89555,1727,0,0,0,-11238,1538.91,28.1736,5.93412,600,600,0,0,356,0,0,0), + (89556,1727,0,0,0,-11176.2,1622.23,27.1787,5.32325,600,600,0,0,356,0,0,0), + (89557,1727,0,0,0,-11271,1542.75,29.0529,2.96706,600,600,0,0,356,0,0,0), + (89558,1727,0,0,0,-11261.7,1644.11,33.3916,4.01426,600,600,0,0,356,0,0,0), + (89559,1727,0,0,0,-11173.9,1636.76,25.7854,2.61799,600,600,0,0,356,0,0,0), + (89560,1727,0,0,0,-11240.4,1588.7,34.2185,4.93928,600,600,0,0,356,0,0,0), + (89561,1727,0,0,0,-11209,1624.12,28.4209,4.85202,600,600,0,0,356,0,0,0), + (89562,1727,0,0,0,-11263.7,1559.31,34.4233,5.8294,600,600,0,0,356,0,0,0), + (89563,1727,0,0,0,-11249.8,1476.44,24.141,3.10669,600,600,0,0,356,0,0,0), + (89564,623,0,0,0,-11308.8,1591.97,36.365,5.61331,600,600,3,0,1158,0,0,1), + (89565,623,0,0,0,-11298.1,1563.58,35.8481,3.68829,600,600,3,0,1158,0,0,1), + (89566,625,0,0,0,-11289,1579.03,36.2713,4.26374,600,600,3,0,1158,0,0,1), + (89567,625,0,0,0,-11330.7,1581.66,34.5925,0.560167,600,600,3,0,1158,0,0,1), + (89568,623,0,0,0,-11305.7,1560.36,36.4148,0.611958,600,600,3,0,1158,0,0,1), + (89569,625,0,0,0,-11342.7,1555.72,30.7678,0.012107,600,600,3,0,1158,0,0,1), + (89570,624,0,0,0,-11336.1,1541.77,29.1302,3.4324,600,600,3,0,1158,0,0,1), + (89571,623,0,0,0,-11292.3,1573.64,36.3852,2.48481,600,600,3,0,1158,0,0,1), + (89572,626,0,0,0,-11327.6,1539.12,28.4979,2.95187,600,600,0,0,1452,0,0,0), + (89573,596,0,0,0,-11227.8,1477.54,18.7152,0.415105,3600,3600,0,0,1061,1020,0,0), + (89574,599,0,0,0,-11264.2,1539.52,28.0596,1.52972,3600,3600,0,0,1062,2040,0,0), + (89575,95,0,0,0,-10326.2,1394.63,41.1257,2.26524,300,300,5,0,222,0,0,1), + (89576,95,0,0,0,-10347.1,1567.01,41.3426,2.16421,300,300,0,0,222,0,0,0), + (89577,504,0,0,0,-10357.9,1562.52,42.0098,5.93412,300,300,0,0,247,0,0,0), + (89578,95,0,0,0,-10278,1389.65,40.1833,2.96706,300,300,0,0,222,0,0,0), + (89579,95,0,0,0,-10282.5,1386.53,40.2983,1.309,300,300,0,0,222,0,0,0), + (89580,504,0,0,0,-10311.3,1378.07,40.3432,1.09613,300,300,5,0,247,0,0,1), + (89581,504,0,0,0,-10291,1407.07,40.1771,4.69494,300,300,0,0,247,0,0,0), + (89582,95,0,0,0,-10374.7,1576.87,41.7279,4.84872,300,300,5,0,222,0,0,1), + (89583,504,0,0,0,-10261.4,1392.5,39.5841,0,300,300,0,0,247,0,0,0), + (89584,504,0,0,0,-10247.4,1358.18,41.7648,0.750646,300,300,5,0,247,0,0,1), + (89585,504,0,0,0,-10317.5,1244.23,39.3501,0,300,300,0,0,247,0,0,0), + (89586,95,0,0,0,-10645,1385.82,41.7622,5.02655,300,300,0,0,222,0,0,0), + (89587,95,0,0,0,-10497.6,1328.48,42.6518,5.93412,300,300,0,0,222,0,0,0), + (89588,504,0,0,0,-10490.1,1330.69,42.6935,4.72984,300,300,0,0,247,0,0,0), + (89589,95,0,0,0,-10487.5,1328.78,42.6935,3.52556,300,300,0,0,222,0,0,0), + (89590,589,0,0,0,-10424.3,1905.8,7.17894,5.26966,300,300,5,0,263,710,0,1), + (89591,590,0,0,0,-10404,1906.28,10.4289,2.738,300,300,5,0,273,0,0,1), + (89592,589,0,0,0,-10426.1,1893.55,7.07512,5.16608,300,300,5,0,263,710,0,1), + (89593,589,0,0,0,-10404.3,1934.98,10.0287,3.00433,300,300,5,0,263,710,0,1), + (89594,590,0,0,0,-10441.6,1923.86,11.059,5.2709,300,300,0,0,273,0,0,0), + (89595,589,0,0,0,-10447,1910.94,9.48856,0.314159,300,300,0,0,263,710,0,0), + (89596,501,0,0,0,-10556.9,1954.35,36.2894,1.58825,300,300,0,0,300,0,0,0), + (89597,123,0,0,0,-10552.8,1962.29,35.8334,4.17134,300,300,0,0,273,0,0,0), + (89598,123,0,0,0,-10551.2,1959.08,36.215,3.35103,300,300,0,0,273,0,0,0), + (89599,501,0,0,0,-10542.3,1921.08,37.4216,5.98756,300,300,5,0,300,0,0,1), + (89600,123,0,0,0,-10562,1963.49,35.2138,5.81195,300,300,0,0,273,0,0,0), + (89601,123,0,0,0,-10563.3,1960.53,35.602,5.53269,300,300,0,0,273,0,0,0), + (89602,123,0,0,0,-10583.9,1950.41,35.8802,2.98415,300,300,5,0,273,0,0,1), + (89603,501,0,0,0,-10585.7,1981.66,37.4979,2.34169,300,300,5,0,300,0,0,1), + (89604,123,0,0,0,-10521.4,1974.86,33.9444,0.3988,300,300,5,0,273,0,0,1), + (89605,123,0,0,0,-10519.7,1951.81,38.8867,4.88738,300,300,5,0,273,0,0,1), + (89606,501,0,0,0,-10586.4,1914.42,39.4557,1.8171,300,300,5,0,300,0,0,1), + (89607,501,0,0,0,-10607.4,1948.86,37.8717,3.4383,300,300,0,0,300,0,0,0), + (89608,123,0,0,0,-10583.1,1972.37,35.4011,2.94496,300,300,5,0,273,0,0,1), + (89609,123,0,0,0,-10622.7,1953.05,37.924,5.77704,300,300,0,0,273,0,0,0), + (89610,123,0,0,0,-10613.6,1952.42,37.8717,4.92183,300,300,0,0,273,0,0,0), + (89611,123,0,0,0,-10609.8,1942.86,37.8717,2.1293,300,300,0,0,273,0,0,0), + (89612,501,0,0,0,-10615.6,1943.44,37.8717,0.925025,300,300,0,0,300,0,0,0), + (89613,501,0,0,0,-10620.8,1909.5,43.7343,4.51166,300,300,5,0,300,0,0,1), + (89614,589,0,0,0,-10767,1853.74,34.7544,0,300,300,0,0,263,710,0,0), + (89615,589,0,0,0,-10726.8,1836.81,37.1433,1.06958,300,300,5,0,263,710,0,1), + (89616,589,0,0,0,-10721.7,1856.2,33.4464,1.50098,300,300,0,0,263,710,0,0), + (89617,589,0,0,0,-10722.1,1869.44,32.328,4.90438,300,300,0,0,263,710,0,0), + (89618,589,0,0,0,-10746.6,1893.8,41.8806,5.68439,300,300,5,0,263,710,0,1), + (89619,123,0,0,0,-10720.2,1967.69,37.2306,1.52781,300,300,5,0,273,0,0,1), + (89620,123,0,0,0,-10751.8,1957.72,37.4189,4.59022,300,300,0,0,273,0,0,0), + (89621,123,0,0,0,-10751.3,1952.26,37.4264,1.97222,300,300,0,0,273,0,0,0), + (89622,501,0,0,0,-10754.3,1947.14,37.4602,0.994838,300,300,0,0,300,0,0,0), + (89623,123,0,0,0,-10755.7,1955.64,37.423,6.10865,300,300,0,0,273,0,0,0), + (89624,123,0,0,0,-10747.2,1952.37,37.5037,2.67035,300,300,0,0,273,0,0,0), + (89625,501,0,0,0,-10741.8,1957.92,38.1532,5.74213,300,300,10,0,300,0,0,1), + (89626,123,0,0,0,-10910,2004.19,36.0668,2.5673,300,300,10,0,273,0,0,1), + (89627,123,0,0,0,-10926.7,2014.56,37.6918,2.71584,300,300,10,0,273,0,0,1), + (89628,123,0,0,0,-10941.8,1995.06,34.5282,5.90704,300,300,10,0,273,0,0,1), + (89629,123,0,0,0,-10926.8,1987.95,34.231,1.0472,300,300,0,0,273,0,0,0), + (89630,123,0,0,0,-10923.8,1985.43,34.8503,1.72788,300,300,0,0,273,0,0,0), + (89631,501,0,0,0,-10923.2,1997.37,35.1273,4.38078,300,300,0,0,300,0,0,0), + (89632,123,0,0,0,-10888.4,1975.34,39.1995,5.74625,300,300,5,0,273,0,0,1), + (89633,123,0,0,0,-10945.9,1969.18,35.2149,0.120117,300,300,10,0,273,0,0,1), + (89634,501,0,0,0,-10929.1,1996.21,34.1005,5.25344,300,300,0,0,300,0,0,0), + (89635,124,0,0,0,-11029.4,1941.58,35.3864,0.766334,300,300,5,0,328,0,0,1), + (89636,501,0,0,0,-11048,1922.27,36.0711,4.6694,300,300,10,0,300,0,0,1), + (89637,124,0,0,0,-11010.7,1891.26,39.9277,0.052063,300,300,10,0,328,0,0,1), + (89638,124,0,0,0,-10979.1,1919.45,44.2695,1.63724,300,300,10,0,328,0,0,1), + (89639,124,0,0,0,-11018,1931.1,34.7418,4.90438,300,300,0,0,328,0,0,0), + (89640,124,0,0,0,-11019.3,1924.54,35.5034,0.802851,300,300,0,0,328,0,0,0), + (89641,124,0,0,0,-10998.8,1874.51,41.5471,0.401426,300,300,0,0,328,0,0,0), + (89642,501,0,0,0,-10996.4,1870.37,41.5086,1.5708,300,300,0,0,300,0,0,0), + (89643,124,0,0,0,-10990.4,1874.07,42.0952,2.89725,300,300,0,0,328,0,0,0), + (89644,124,0,0,0,-10998.8,1878.56,41.557,5.41052,300,300,0,0,328,0,0,0), + (89645,124,0,0,0,-10993.5,1878.24,41.6037,3.89208,300,300,0,0,328,0,0,0), + (89646,501,0,0,0,-10986.2,1868.68,43.5143,3.91366,300,300,10,0,300,0,0,1), + (89647,124,0,0,0,-11013.2,1867.53,40.1777,4.87758,300,300,10,0,328,0,0,1), + (89648,124,0,0,0,-11064.2,1913.7,32.7518,3.46788,300,300,5,0,328,0,0,1), + (89649,501,0,0,0,-11120.1,1880.28,37.5749,3.01814,300,300,10,0,300,0,0,1), + (89650,124,0,0,0,-11101.9,1923.5,33.7903,1.94826,300,300,5,0,328,0,0,1), + (89651,123,0,0,0,-11088.7,1914.05,33.5659,0.715585,300,300,0,0,273,0,0,0), + (89652,123,0,0,0,-11082,1920.61,32.5775,4.01426,300,300,0,0,273,0,0,0), + (89653,123,0,0,0,-11081.6,1914.59,33.2307,2.26893,300,300,0,0,273,0,0,0), + (89654,501,0,0,0,-11086.2,1912.33,33.5449,1.23918,300,300,0,0,300,0,0,0), + (89655,124,0,0,0,-11089,1921.77,33.4035,5.58505,300,300,0,0,328,0,0,0), + (89656,501,0,0,0,-11085.3,1886.05,36.1845,1.20658,300,300,10,0,300,0,0,1), + (89657,501,0,0,0,-10826.5,1765.29,36.8491,4.04916,300,300,0,0,300,0,0,0), + (89658,123,0,0,0,-10835.5,1773.65,36.4599,5.3058,300,300,0,0,273,0,0,0), + (89659,123,0,0,0,-10837.1,1758.84,36.5616,0.436332,300,300,0,0,273,0,0,0), + (89660,590,0,0,0,-10738.3,1688.48,45.9575,1.45606,300,300,5,0,273,0,0,1), + (89661,590,0,0,0,-10726.7,1663.81,44.0017,1.90754,300,300,5,0,273,0,0,1), + (89662,589,0,0,0,-10726.4,1659.12,44.0017,5.9406,300,300,5,0,263,710,0,1), + (89663,590,0,0,0,-10744.7,1668.05,45.1801,3.08528,300,300,5,0,273,0,0,1), + (89664,590,0,0,0,-10752.9,1658.42,45.2544,1.20428,300,300,0,0,273,0,0,0), + (89665,589,0,0,0,-10747.4,1658.41,45.2267,2.09439,300,300,0,0,263,710,0,0), + (89666,590,0,0,0,-10755.9,1663.99,45.3004,5.51524,300,300,0,0,273,0,0,0), + (89667,589,0,0,0,-10705.3,1717.95,43.1775,5.42101,300,300,5,0,263,710,0,1), + (89668,590,0,0,0,-10753.9,1718.44,42.1873,1.23934,300,300,5,0,273,0,0,1), + (89669,590,0,0,0,-10672.3,1714.36,41.7563,5.02033,300,300,5,0,273,0,0,1), + (89670,590,0,0,0,-10676.6,1755.42,39.3004,0.418879,300,300,0,0,273,0,0,0), + (89671,590,0,0,0,-10674.6,1757.24,39.1768,4.11898,300,300,0,0,273,0,0,0), + (89672,590,0,0,0,-10694.1,1744.91,41.6433,2.66775,300,300,5,0,273,0,0,1), + (89673,590,0,0,0,-10661.7,1737.62,39.6819,4.81711,300,300,0,0,273,0,0,0), + (89674,589,0,0,0,-10655,1733.03,39.589,6.0912,300,300,0,0,263,710,0,0), + (89675,590,0,0,0,-10659.9,1731.15,39.6012,1.18682,300,300,0,0,273,0,0,0), + (89676,590,0,0,0,-10653.5,1765.57,37.1809,5.96148,300,300,5,0,273,0,0,1), + (89677,589,0,0,0,-10640.1,1761.17,37.842,0.366519,300,300,0,0,263,710,0,0), + (89678,589,0,0,0,-10638.7,1755.37,38.3279,5.44543,300,300,0,0,263,710,0,0), + (89679,589,0,0,0,-10654.8,1787.99,35.6386,0.541052,300,300,0,0,263,710,0,0), + (89680,589,0,0,0,-10654.6,1791.67,35.6386,5.21853,300,300,0,0,263,710,0,0), + (89681,452,0,0,0,-10856.7,1346.85,37.4837,3.72077,300,300,10,0,356,0,0,1), + (89682,124,0,0,0,-10844.9,1330.66,35.8844,1.09405,300,300,10,0,328,0,0,1), + (89683,124,0,0,0,-10820.9,1328.4,34.2793,3.66519,300,300,0,0,328,0,0,0), + (89684,452,0,0,0,-10828.4,1330.76,34.2492,5.20108,300,300,0,0,356,0,0,0), + (89685,452,0,0,0,-10829.8,1322.76,34.6568,0.610865,300,300,0,0,356,0,0,0), + (89686,124,0,0,0,-10819.4,1324.43,34.3925,2.86234,300,300,0,0,328,0,0,0), + (89687,124,0,0,0,-10855,1314.23,37.02,3.86548,300,300,10,0,328,0,0,1), + (89688,124,0,0,0,-10818.5,1150.59,41.9775,5.16701,300,300,5,0,328,0,0,1), + (89689,452,0,0,0,-10878.1,1146.33,37.5661,0.72159,300,300,10,0,356,0,0,1), + (89690,124,0,0,0,-10853,1163.02,37.2741,3.03687,300,300,0,0,328,0,0,0), + (89691,452,0,0,0,-10862.8,1158.13,38.062,1.02974,300,300,0,0,356,0,0,0), + (89692,452,0,0,0,-10855.3,1168.46,37.1341,3.97935,300,300,0,0,356,0,0,0), + (89693,124,0,0,0,-10865,1165.22,38.0317,6.03884,300,300,0,0,328,0,0,0), + (89694,452,0,0,0,-10853.2,1115.39,46.3243,1.7332,300,300,10,0,356,0,0,1), + (89695,452,0,0,0,-11049.2,1014.04,37.2962,5.42864,300,300,10,0,356,0,0,1), + (89696,452,0,0,0,-11016.2,1038.41,39.74,0.324223,300,300,10,0,356,0,0,1), + (89697,452,0,0,0,-11027,1063.49,38.8182,3.27043,300,300,10,0,356,0,0,1), + (89698,452,0,0,0,-11056.6,1048.57,36.4431,1.76149,300,300,10,0,356,0,0,1), + (89699,98,0,0,0,-11036,1038.74,37.0751,0.593412,300,300,0,0,386,0,0,0), + (89700,452,0,0,0,-11037.2,1044.42,36.8946,5.74213,300,300,0,0,356,0,0,0), + (89701,452,0,0,0,-11033.7,1046.25,37.1172,5.02655,300,300,0,0,356,0,0,0), + (89702,452,0,0,0,-11027.8,1043.61,37.694,3.61283,300,300,0,0,356,0,0,0), + (89703,452,0,0,0,-11028.2,1038.62,37.319,2.53073,300,300,0,0,356,0,0,0), + (89704,452,0,0,0,-11114.7,1048.03,34.3642,2.93588,300,300,5,0,356,0,0,1), + (89705,452,0,0,0,-11104,1014.02,34.4008,4.24515,300,300,10,0,356,0,0,1), + (89706,98,0,0,0,-11135.5,1045.39,34.3724,5.21853,300,300,0,0,386,0,0,0), + (89707,452,0,0,0,-11131.1,1047.09,34.6142,4.60767,300,300,0,0,356,0,0,0), + (89708,98,0,0,0,-11127.9,1040.89,33.8642,3.12414,300,300,0,0,386,0,0,0), + (89709,98,0,0,0,-11137.8,1042.93,34.1224,5.96903,300,300,0,0,386,0,0,0), + (89710,452,0,0,0,-11133.9,1037.42,33.6224,1.88496,300,300,0,0,356,0,0,0), + (89711,98,0,0,0,-11013.6,917.431,36.2185,5.291,300,300,10,0,386,0,0,1), + (89712,98,0,0,0,-11053.2,902.13,36.2726,5.55015,300,300,0,0,386,0,0,0), + (89713,452,0,0,0,-11045.1,896.894,36.2052,2.79253,300,300,0,0,356,0,0,0), + (89714,452,0,0,0,-11049.2,893.74,36.207,1.53589,300,300,0,0,356,0,0,0), + (89715,452,0,0,0,-11031.8,917.192,36.8968,1.78544,300,300,10,0,356,0,0,1), + (89716,98,0,0,0,-11129,936.59,36.8307,2.04204,300,300,0,0,386,0,0,0), + (89717,452,0,0,0,-11136,937.957,37.8574,0.139626,300,300,0,0,356,0,0,0), + (89718,452,0,0,0,-11133.6,933.748,37.5845,0.994838,300,300,0,0,356,0,0,0), + (89719,452,0,0,0,-11128.1,941.045,36.7315,3.92699,300,300,0,0,356,0,0,0), + (89720,452,0,0,0,-11133.6,942.207,37.4156,5.48033,300,300,0,0,356,0,0,0), + (89721,98,0,0,0,-11137.6,883.772,38.8406,0.645772,300,300,0,0,386,0,0,0), + (89722,453,0,0,0,-11129.3,890.087,39.1656,3.75246,300,300,0,0,377,408,0,0), + (89723,98,0,0,0,-11131.7,880.888,39.3081,1.93731,300,300,0,0,386,0,0,0), + (89724,98,0,0,0,-11128.3,885.072,39.4498,2.86234,300,300,0,0,386,0,0,0), + (89725,98,0,0,0,-11138.1,888.626,38.8328,5.77704,300,300,0,0,386,0,0,0), + (89726,453,0,0,0,-11198.2,865.46,44.3149,1.9807,300,300,10,0,377,408,0,1), + (89727,98,0,0,0,-11216,852.347,47.5718,1.036,300,300,10,0,386,0,0,1), + (89728,125,0,0,0,-11215,885.427,53.5537,5.42797,300,300,0,0,449,0,0,0), + (89729,453,0,0,0,-11210,879.943,51.2052,2.46091,300,300,0,0,377,408,0,0), + (89730,98,0,0,0,-11207.6,885.008,51.1514,0,300,300,0,0,386,0,0,0), + (89731,98,0,0,0,-11210.4,888.536,52.4697,4.62512,300,300,0,0,386,0,0,0), + (89732,98,0,0,0,-11215.6,880.659,53.1758,0.05236,300,300,0,0,386,0,0,0), + (89733,98,0,0,0,-11197.3,819.211,40.9588,6.15592,300,300,5,0,386,0,0,1), + (89734,98,0,0,0,-11183.9,859.87,41.0649,3.51926,300,300,10,0,386,0,0,1), + (89735,453,0,0,0,-11212.5,820.833,43.9706,4.59382,300,300,5,0,377,408,0,1), + (89736,453,0,0,0,-11167,854.821,39.3149,6.26945,300,300,10,0,377,408,0,1), + (89737,98,0,0,0,-11171.8,823.136,39.3878,4.45648,300,300,10,0,386,0,0,1), + (89738,98,0,0,0,-11199.3,848.857,41.1899,5.14825,300,300,10,0,386,0,0,1), + (89739,98,0,0,0,-11178.1,837.517,40.8149,2.63388,300,300,5,0,386,0,0,1), + (89740,453,0,0,0,-11185.3,809.635,39.1378,0.282035,300,300,10,0,377,408,0,1), + (89741,98,0,0,0,-11187,774.36,36.3165,1.88226,300,300,5,0,386,0,0,1), + (89742,125,0,0,0,-11209.7,794.785,41.0024,0.296706,300,300,0,0,449,0,0,0), + (89743,453,0,0,0,-11201.9,791.336,39.5312,2.21657,300,300,0,0,377,408,0,0), + (89744,98,0,0,0,-11207.1,799.9,40.4373,5.79449,300,300,0,0,386,0,0,0), + (89745,98,0,0,0,-11207.2,792.221,40.5779,0.994838,300,300,0,0,386,0,0,0), + (89746,98,0,0,0,-11200.6,798.831,39.3318,3.31613,300,300,0,0,386,0,0,0), + (89747,98,0,0,0,-11205.1,817.189,42.2206,2.53488,300,300,5,0,386,0,0,1), + (89748,98,0,0,0,-11037.7,788.199,37.7787,4.67748,300,300,0,0,386,0,0,0), + (89749,452,0,0,0,-11035.4,777.645,37.9759,2.09439,300,300,0,0,356,0,0,0), + (89750,452,0,0,0,-11042.9,783.679,38.4771,5.95157,300,300,0,0,356,0,0,0), + (89751,452,0,0,0,-11041.2,779.525,38.6334,0.610865,300,300,0,0,356,0,0,0), + (89752,452,0,0,0,-11034.1,783.808,37.4935,3.61283,300,300,0,0,356,0,0,0), + (89753,98,0,0,0,-11103.2,782.834,37.4628,1.50098,300,300,0,0,386,0,0,0), + (89754,98,0,0,0,-11099,794.745,37.8541,4.10152,300,300,0,0,386,0,0,0), + (89755,98,0,0,0,-11096.5,787.918,37.7178,2.89725,300,300,0,0,386,0,0,0), + (89756,453,0,0,0,-11107,793.103,37.4741,5.5676,300,300,0,0,377,408,0,0), + (89757,453,0,0,0,-11189.3,713.191,32.8943,3.31704,300,300,5,0,377,408,0,1), + (89758,98,0,0,0,-11160.2,682.184,34.7952,3.567,300,300,10,0,386,0,0,1), + (89759,98,0,0,0,-11154.2,729.619,33.4567,1.74533,300,300,0,0,386,0,0,0), + (89760,453,0,0,0,-11151.8,738.899,32.7101,4.04916,300,300,0,0,377,408,0,0), + (89761,98,0,0,0,-11156.6,731.167,33.0209,1.16937,300,300,0,0,386,0,0,0), + (89762,98,0,0,0,-11160.5,732.27,32.7587,0.401426,300,300,0,0,386,0,0,0), + (89763,98,0,0,0,-11158.3,738.956,32.7027,5.44543,300,300,0,0,386,0,0,0), + (89764,98,0,0,0,-11187.6,756.093,36.1961,1.76368,300,300,5,0,386,0,0,1), + (89765,449,0,0,0,-11273.3,1747.98,36.6272,5.62599,300,300,10,0,356,0,0,1), + (89766,122,0,0,0,-11322.5,1727.94,37.1565,4.69494,300,300,0,0,386,0,0,0), + (89767,122,0,0,0,-11325.5,1718.05,37.5173,0.785398,300,300,0,0,386,0,0,0), + (89768,122,0,0,0,-11313.9,1719.66,37.2277,2.98451,300,300,0,0,386,0,0,0), + (89769,122,0,0,0,-11277.8,1718.89,39.7573,3.7346,300,300,5,0,386,0,0,1), + (89770,122,0,0,0,-11296.2,1685.95,44.1172,2.49809,300,300,10,0,386,0,0,1), + (89771,122,0,0,0,-11281.7,1683.59,44.6798,3.8169,300,300,10,0,386,0,0,1), + (89772,122,0,0,0,-11276.3,1708.89,41.1053,6.14374,300,300,5,0,386,0,0,1), + (89773,582,0,0,0,-9853.19,924.884,31.0435,5.42797,300,300,0,0,101,0,0,0), + (89774,157,0,0,0,-10579.3,1437.71,40.9645,4.95529,300,300,5,0,300,0,0,1), + (89775,157,0,0,0,-10452.1,1463.89,47.751,2.12608,300,300,5,0,300,0,0,1), + (89776,157,0,0,0,-10392.8,1683.26,38.6156,3.33385,300,300,5,0,300,0,0,1), + (89777,157,0,0,0,-10304.6,1549.36,42.2111,3.1455,300,300,5,0,300,0,0,1), + (89778,157,0,0,0,-10617.1,1481.21,47.3366,1.00609,300,300,5,0,300,0,0,1), + (89779,157,0,0,0,-10728.3,1451.99,47.461,3.21994,300,300,5,0,300,0,0,1), + (89780,157,0,0,0,-10627.6,1326.26,38.0802,5.444,300,300,10,0,300,0,0,1), + (89781,157,0,0,0,-10693.1,1421.44,41.2332,2.29473,300,300,10,0,300,0,0,1), + (89782,157,0,0,0,-10324.8,1477.63,37.9519,3.00439,300,300,5,0,300,0,0,1), + (89783,157,0,0,0,-10542.1,1513.26,63.1523,6.03631,300,300,5,0,300,0,0,1), + (89784,1109,0,0,0,-10329.1,1628.67,38.5157,5.57244,300,300,5,0,273,0,0,1), + (89785,1109,0,0,0,-10314.1,1551.7,42.6229,1.53744,300,300,5,0,273,0,0,1), + (89786,1109,0,0,0,-10298,1635.3,44.6783,2.02358,300,300,5,0,273,0,0,1), + (89787,1109,0,0,0,-10381,1640.85,34.7321,2.65261,300,300,5,0,273,0,0,1), + (89788,1109,0,0,0,-10596.4,1375.39,41.7846,3.82867,300,300,10,0,273,0,0,1), + (89789,1109,0,0,0,-10585.1,1310.83,39.6822,1.64704,300,300,5,0,273,0,0,1), + (89790,1109,0,0,0,-10653.2,1451.57,46.6992,3.51901,300,300,5,0,273,0,0,1), + (89791,157,0,0,0,-10781.3,1017.42,32.7895,0.353578,300,300,10,0,300,0,0,1), + (89792,157,0,0,0,-10851.1,1364.86,37.9532,5.21797,300,300,10,0,300,0,0,1), + (89793,157,0,0,0,-10705.9,1391.74,39.7334,0.205241,300,300,10,0,300,0,0,1), + (89794,157,0,0,0,-10849.1,1429.58,43.6413,2.54574,300,300,10,0,300,0,0,1), + (89795,157,0,0,0,-10777.3,1224.51,40.8045,0.46627,300,300,5,0,300,0,0,1), + (89796,157,0,0,0,-10777.4,1122.17,39.0558,4.81389,300,300,10,0,300,0,0,1), + (89797,157,0,0,0,-10914.1,1130.88,42.5645,2.40083,300,300,10,0,300,0,0,1), + (89798,157,0,0,0,-10739.9,1421.28,36.9333,0.996604,300,300,10,0,300,0,0,1), + (89799,1109,0,0,0,-10679.3,1321.49,38.4965,0.891986,300,300,10,0,273,0,0,1), + (89800,1109,0,0,0,-10843.2,1258.9,33.0545,2.71771,300,300,10,0,273,0,0,1), + (89801,1109,0,0,0,-10778.9,1185.32,47.4174,0.050837,300,300,10,0,273,0,0,1), + (89802,1109,0,0,0,-10821.9,1066.92,38.2393,4.0478,300,300,10,0,273,0,0,1), + (89803,1109,0,0,0,-11011.7,1723.3,41.239,6.00837,300,300,10,0,273,0,0,1), + (89804,1109,0,0,0,-10854.2,1651.09,43.2753,6.11047,300,300,10,0,273,0,0,1), + (89805,1109,0,0,0,-10781.4,1612.1,40.8662,1.63529,300,300,10,0,273,0,0,1), + (89806,1109,0,0,0,-10916.7,1785.74,58.7211,1.11807,300,300,5,0,273,0,0,1), + (89807,1109,0,0,0,-10939.1,1702.83,40.2991,2.7435,300,300,10,0,273,0,0,1), + (89808,1109,0,0,0,-10848.6,1629.16,46.7968,4.76513,300,300,10,0,273,0,0,1), + (89809,1109,0,0,0,-10792.2,1584.07,42.8623,3.1328,300,300,10,0,273,0,0,1), + (89810,157,0,0,0,-10744.4,1572.03,45.0209,5.38089,300,300,10,0,300,0,0,1), + (89811,157,0,0,0,-11078.9,1712.91,43.5134,1.98889,300,300,10,0,300,0,0,1), + (89812,157,0,0,0,-10820.8,1636.21,40.2313,4.69215,300,300,10,0,300,0,0,1), + (89813,157,0,0,0,-11169.9,1906.9,33.943,5.38479,300,300,10,0,300,0,0,1), + (89814,157,0,0,0,-10885.2,1715.25,36.3352,1.60073,300,300,10,0,300,0,0,1), + (89815,157,0,0,0,-11285.2,1767.75,38.9165,0.552496,300,300,10,0,300,0,0,1), + (89816,157,0,0,0,-11018.1,1784.19,43.9677,6.16876,300,300,10,0,300,0,0,1), + (89817,157,0,0,0,-10804.3,1715.78,40.0546,1.73161,300,300,10,0,300,0,0,1), + (89818,157,0,0,0,-10850.3,1486.77,45.2139,4.51978,300,300,10,0,300,0,0,1), + (89819,157,0,0,0,-10947.4,1682.69,44.196,2.88809,300,300,10,0,300,0,0,1), + (89820,547,0,0,0,-10993.6,1105.98,39.0421,1.5364,300,300,5,0,356,0,0,1), + (89821,547,0,0,0,-11054.6,652.899,34.2431,3.06137,300,300,10,0,356,0,0,1), + (89822,547,0,0,0,-10776.3,959.516,43.0739,2.88571,300,300,10,0,356,0,0,1), + (89823,547,0,0,0,-10602,831.624,49.6781,0.82339,300,300,5,0,356,0,0,1), + (89824,547,0,0,0,-11003.5,1278.4,43.1867,3.69882,300,300,10,0,356,0,0,1), + (89825,547,0,0,0,-10854.7,982.644,33.8116,3.19292,300,300,5,0,356,0,0,1), + (89826,547,0,0,0,-10978.9,1019.41,37.3854,2.98575,300,300,10,0,356,0,0,1), + (89827,547,0,0,0,-10987,965.955,35.0471,4.52065,300,300,10,0,356,0,0,1), + (89828,547,0,0,0,-10976.4,887.5,36.1314,2.70993,300,300,5,0,356,0,0,1), + (89829,154,0,0,0,-10549.1,849.111,44.7617,1.36632,300,300,10,0,356,0,0,1), + (89830,154,0,0,0,-10580.7,822.654,49.4535,3.14946,300,300,10,0,356,0,0,1), + (89831,154,0,0,0,-10620.8,937.5,39.2805,0.416194,300,300,5,0,356,0,0,1), + (89832,171,0,0,0,-10520.3,2129.9,-3.88919,4.50295,300,300,10,0,328,0,0,1), + (89833,171,0,0,0,-10527.6,2155.14,-13.2537,5.5493,300,300,10,0,328,0,0,1), + (89834,171,0,0,0,-10540.7,2151.46,-12.8998,2.77507,300,300,0,0,328,0,0,0), + (89835,171,0,0,0,-10561.7,2133.36,-5.84559,4.34276,300,300,10,0,328,0,0,1), + (89836,171,0,0,0,-10505.9,2106.29,4.49234,5.67232,300,300,10,0,328,0,0,1), + (89837,458,0,0,0,-10526.1,2086.56,7.36017,2.57863,300,300,5,0,356,0,0,1), + (89838,458,0,0,0,-10526.2,2147.46,-10.7805,0.349066,300,300,10,0,356,0,0,1), + (89839,458,0,0,0,-10496.1,2122.96,-0.118076,3.9619,300,300,0,0,356,0,0,0), + (89840,1216,0,0,0,-11310.5,1941.79,7.45594,2.55754,300,300,5,0,386,0,0,1), + (89841,1216,0,0,0,-11329.5,1895.79,9.26459,0.699444,300,300,10,0,386,0,0,1), + (89842,1216,0,0,0,-11301.9,1969.26,3.42733,1.2142,300,300,10,0,386,0,0,1), + (89843,1216,0,0,0,-11249.8,1985.64,8.97135,1.07896,300,300,10,0,386,0,0,1), + (89844,1216,0,0,0,-11451.1,1762.04,5.94979,5.42914,300,300,10,0,386,0,0,1), + (89845,1216,0,0,0,-11336.6,1944.38,0.880763,2.20304,300,300,10,0,386,0,0,1), + (89846,1216,0,0,0,-11278.6,1964.82,9.09304,3.16943,300,300,10,0,386,0,0,1), + (89847,1216,0,0,0,-11229.9,1984.26,10.2792,4.17918,300,300,10,0,386,0,0,1), + (89848,1216,0,0,0,-11278.7,1995.99,1.87621,1.02656,300,300,10,0,386,0,0,1), + (89849,1216,0,0,0,-11215,2009.66,5.86436,5.77569,300,300,5,0,386,0,0,1), + (89850,1426,0,0,0,-10474.9,1990.84,9.42142,2.22722,300,300,0,0,300,0,0,0), + (89851,590,0,0,0,-10470.3,1968.84,9.50174,5.52403,300,300,0,0,273,0,0,0), + (89852,589,0,0,0,-10502.6,1979.35,10.7098,0.420007,300,300,0,0,263,710,0,0), + (89853,1426,0,0,0,-10581.5,2003.62,-6.388,3.13363,300,300,3,0,300,0,0,1), + (89854,590,0,0,0,-10559.6,1963.24,-4.16075,2.22827,300,300,3,0,273,0,0,1), + (89855,1426,0,0,0,-10580.1,1979.05,-4.34703,5.98916,300,300,3,0,300,0,0,1), + (89856,1426,0,0,0,-10509.5,1957.69,6.82292,1.67018,300,300,3,0,300,0,0,1), + (89857,1426,0,0,0,-10477.8,1939.67,8.05988,3.05218,300,300,0,0,300,0,0,0), + (89858,1426,0,0,0,-10558.5,1957.18,-3.27676,1.06297,300,300,3,0,300,0,0,1), + (89859,124,0,0,0,-10545.9,2001.94,-7.51245,6.23082,300,300,0,0,328,0,0,0), + (89860,6670,0,0,0,-10656.2,1126.87,34.1967,5.60251,300,300,0,0,166,0,0,2), + (89861,842,0,0,0,-10584.8,1144.22,40.2974,3.85718,300,300,0,0,166,0,0,2), + (89862,2914,0,0,0,-10646.6,1388.98,41.7955,4.8006,300,300,10,0,8,0,0,1), + (89863,2620,0,0,0,-9992.22,1301.7,43.5822,0.448789,300,300,5,0,8,0,0,1), + (89864,2914,0,0,0,-11074.1,1404.84,49.0041,1.60218,300,300,10,0,8,0,0,1), + (89865,6271,0,0,0,-11074.9,1878.98,35.1735,5.69518,300,300,10,0,16,0,0,1), + (89866,2620,0,0,0,-10892,1213.97,35.0613,6.13825,300,300,5,0,8,0,0,1), + (89867,2914,0,0,0,-9743.07,967.388,31.2126,4.57132,300,300,5,0,8,0,0,1), + (89868,2914,0,0,0,-10622.5,1891.97,41.1911,3.32538,300,300,5,0,8,0,0,1), + (89869,2914,0,0,0,-10031.1,1714.57,37.4611,0.089953,300,300,10,0,8,0,0,1), + (89870,2914,0,0,0,-10847.8,1583.65,45.0126,4.9872,300,300,5,0,8,0,0,1), + (89871,95,0,0,0,-9906.87,1424.68,38.4851,2.35883,300,300,5,0,222,0,0,1), + (89872,95,0,0,0,-9853.1,1406.65,38.1029,5.11381,300,300,0,0,222,0,0,0), + (89873,504,0,0,0,-9914.22,1448.96,40.6289,4.69494,300,300,0,0,247,0,0,0), + (89874,95,0,0,0,-9894.66,1429.43,39.6725,0.139626,300,300,0,0,222,0,0,0), + (89875,504,0,0,0,-10037.7,1384.16,42.9747,5.71699,300,300,10,0,247,0,0,1), + (89876,1236,0,0,0,-9866.47,1455.02,41.4509,3.70767,300,300,3,0,271,0,0,1), + (89877,95,0,0,0,-9902.5,1458.1,40.731,5.95157,300,300,0,0,222,0,0,0), + (89878,95,0,0,0,-10013,1451.55,41.5273,3.7001,300,300,0,0,222,0,0,0), + (89879,95,0,0,0,-10027.7,1431.94,41.0688,2.18166,300,300,0,0,222,0,0,0), + (89880,504,0,0,0,-9922.57,1448.01,39.5639,5.77704,300,300,0,0,247,0,0,0), + (89881,449,0,0,0,-11153.5,1698.4,44.6863,2.28195,300,300,5,0,356,0,0,1), + (89882,824,0,0,0,-11199,1518.77,19.8861,2.46091,600,600,0,0,328,0,0,0), + (89883,824,0,0,0,-11198.6,1504.76,18.3513,5.95157,600,600,0,0,328,0,0,0), + (89884,824,0,0,0,-11177.9,1564.25,22.7379,3.14159,600,600,0,0,328,0,0,0), + (89885,824,0,0,0,-11120.7,1513.22,23.5516,1.06465,600,600,0,0,328,0,0,0), + (89886,824,0,0,0,-11131.7,1489.31,34.6491,6.26573,600,600,0,0,328,0,0,0), + (89887,824,0,0,0,-11149.4,1548.48,20.8182,4.06662,600,600,0,0,328,0,0,0), + (89888,824,0,0,0,-11143.7,1566.78,21.7933,1.02974,600,600,0,0,328,0,0,0), + (89889,824,0,0,0,-11215.5,1553.02,34.4511,6.16101,600,600,0,0,328,0,0,0), + (89890,824,0,0,0,-11166,1573.65,22.664,1.5708,600,600,0,0,328,0,0,0), + (89891,824,0,0,0,-11203.3,1583.09,28.3189,2.51327,600,600,0,0,328,0,0,0), + (89892,831,0,0,0,-9899.47,1880.21,-0.380554,4.25933,300,300,10,0,328,0,0,1), + (89893,831,0,0,0,-9928.51,1884.94,4.29558,5.24219,300,300,10,0,328,0,0,1), + (89894,1423,0,0,0,-9787.54,809.795,26.0386,0.837758,300,300,0,0,1106,0,0,0), + (89895,114,0,0,0,-10678.8,1652.12,42.4109,0.232001,300,300,10,0,300,0,0,1), + (89896,114,0,0,0,-9896.86,1270.81,41.9403,5.14313,300,300,10,0,300,0,0,1), + (89897,114,0,0,0,-10550.5,1651.41,41.5258,3.79391,300,300,10,0,300,0,0,1), + (89898,480,0,0,0,-9997.03,1113.03,43.474,4.51271,300,300,5,0,176,0,0,1), + (89899,36,0,0,0,-10470.9,1763.37,35.4886,4.23995,300,300,5,0,222,0,0,1), + (89900,36,0,0,0,-10474.4,1810.54,36.8419,4.37889,300,300,5,0,222,0,0,1), + (89901,36,0,0,0,-10248.3,1878.83,35.7099,3.17189,300,300,10,0,222,0,0,1), + (89902,834,0,0,0,-9924.48,1150.64,42.326,4.07946,300,300,10,0,198,0,0,1), + (89903,833,0,0,0,-10157.2,844.637,25.3668,5.70511,300,300,10,0,222,0,0,1), + (89904,834,0,0,0,-10080.1,1497.98,45.3276,1.84775,300,300,5,0,198,0,0,1), + (89905,199,0,0,0,-10328.2,1120.76,36.7664,3.20459,300,300,10,0,198,0,0,1), + (89906,199,0,0,0,-10121.2,1308.85,40.3543,0.812974,300,300,10,0,198,0,0,1), + (89907,454,0,0,0,-10371,1295.77,40.1368,0.907954,300,300,5,0,247,0,0,1), + (89908,454,0,0,0,-10420.1,1083.8,48.8493,0.08898,300,300,5,0,247,0,0,1), + (89909,454,0,0,0,-10257.8,1270.85,37.8478,1.50105,300,300,10,0,247,0,0,1), + (89910,122,0,0,0,-11202.4,1331.91,89.3128,4.37965,300,300,5,0,386,0,0,1), + (89911,449,0,0,0,-11234.4,1236.32,89.6562,2.71868,300,300,5,0,356,0,0,1), + (89912,449,0,0,0,-11237.6,1249.72,89.7604,0.261799,300,300,0,0,356,0,0,0), + (89913,122,0,0,0,-11201.6,1208.63,87.8476,1.16124,300,300,5,0,386,0,0,1), + (89914,513,0,0,0,-9809.17,1864.33,-16.7733,3.44019,300,300,5,0,300,0,0,1), + (89915,456,0,0,0,-9790.04,1830.64,-10.198,2.89725,300,300,0,0,253,264,0,0), + (89916,513,0,0,0,-9795.21,1790.53,-4.07209,5.38692,300,300,5,0,300,0,0,1), + (89917,456,0,0,0,-9798.57,1842.76,-3.44893,0.590037,300,300,3,0,253,264,0,1), + (89918,456,0,0,0,-9791.47,1826.97,5.37233,2.79253,300,300,0,0,253,264,0,0), + (89919,456,0,0,0,-9753.35,1845.93,-16.4015,2.75221,300,300,10,0,253,264,0,1), + (89920,513,0,0,0,-9836.86,1828.98,-6.16082,3.48381,300,300,5,0,300,0,0,1), + (89921,456,0,0,0,-9766.46,1813.28,2.43849,3.03687,300,300,5,0,253,264,0,1), + (89922,456,0,0,0,-9781.9,1830.19,-11.1869,4.17388,300,300,5,0,253,264,0,1), + (89923,456,0,0,0,-9811.94,1843.51,-4.54433,2.87803,300,300,0,0,253,264,0,0), + (89924,620,0,0,0,-10722.7,1653.89,43.7517,1.0455,300,300,10,0,1,0,0,1), + (89925,620,0,0,0,-10314.4,1417.72,40.3659,1.51624,300,300,5,0,1,0,0,1), + (89926,620,0,0,0,-10303.4,1414.66,40.7905,0.566039,300,300,5,0,1,0,0,1), + (89927,620,0,0,0,-9854.85,1275.5,40.9487,3.8068,300,300,5,0,1,0,0,1), + (89928,620,0,0,0,-11031.6,1436.69,43.8064,0.632789,300,300,10,0,1,0,0,1), + (89929,620,0,0,0,-10129.8,1213.53,36.1332,2.53744,300,300,5,0,1,0,0,1), + (89930,620,0,0,0,-9877.59,1295.1,42.1903,3.43758,300,300,5,0,1,0,0,1), + (89931,620,0,0,0,-9885.44,1302.93,42.0221,6.12205,300,300,5,0,1,0,0,1), + (89932,117,0,0,0,-9787.43,1420.45,41.7238,1.38407,300,300,5,0,222,0,0,1), + (89933,515,0,0,0,-9647.55,1155.92,5.14084,2.44989,300,300,10,0,222,0,0,1), + (89934,126,0,0,0,-9591.53,1428.6,3.17173,0.613265,300,300,10,0,247,0,0,1), + (89935,515,0,0,0,-9587.05,1070.63,0.944414,1.85005,300,300,0,0,222,0,0,0), + (89936,126,0,0,0,-9576.78,1059.79,5.28867,3.14159,300,300,0,0,247,0,0,0), + (89937,515,0,0,0,-9570.48,1066.8,3.59947,4.2237,300,300,0,0,222,0,0,0), + (89938,126,0,0,0,-9604.28,1460.37,6.65136,3.8011,300,300,5,0,247,0,0,1), + (89939,126,0,0,0,-9682.83,1546.78,12.964,3.78795,300,300,10,0,247,0,0,1), + (89940,126,0,0,0,-9618.88,1357.34,3.4901,0.749965,300,300,10,0,247,0,0,1), + (89941,458,0,0,0,-10219.3,2051.07,9.31934,2.49182,300,300,5,0,356,0,0,1), + (89942,171,0,0,0,-10021.8,1890.43,11.6347,1.0472,300,300,0,0,328,0,0,0), + (89943,513,0,0,0,-10021.4,1881.92,12.797,3.35103,300,300,0,0,300,0,0,0), + (89944,513,0,0,0,-10012.6,1879.26,12.801,0,300,300,0,0,300,0,0,0), + (89945,171,0,0,0,-10203.6,1990.78,11.6211,3.20151,300,300,10,0,328,0,0,1), + (89946,171,0,0,0,-10289.8,2082.53,-2.08995,0.108323,300,300,10,0,328,0,0,1), + (89947,513,0,0,0,-9876.75,1797.56,3.47668,2.27391,300,300,10,0,300,0,0,1), + (89948,171,0,0,0,-10185.8,2046.64,0.721725,3.9667,300,300,5,0,328,0,0,1), + (89949,171,0,0,0,-10174.3,2029.62,5.89085,5.84378,300,300,0,0,328,0,0,0), + (89950,458,0,0,0,-10286.3,2044.33,9.70826,5.25709,300,300,5,0,356,0,0,1), + (89951,458,0,0,0,-10047.6,1980.06,-4.07457,3.22863,300,300,10,0,356,0,0,1), + (89952,171,0,0,0,-10086.5,2025.19,-6.0156,3.02522,300,300,5,0,328,0,0,1), + (89953,458,0,0,0,-10016.7,1992.66,-7.37872,4.08862,300,300,10,0,356,0,0,1), + (89954,171,0,0,0,-10057.7,2027.42,-9.66458,3.53498,300,300,5,0,328,0,0,1), + (89955,517,0,0,0,-10799.8,2038.96,11.2187,0.575959,300,300,0,0,350,390,0,0), + (89956,458,0,0,0,-10798.5,2054.77,10.7607,5.14872,300,300,0,0,356,0,0,0), + (89957,458,0,0,0,-10797.9,2045.54,10.5618,1.50098,300,300,0,0,356,0,0,0), + (89958,127,0,0,0,-11014.4,2036.97,10.2512,4.88692,300,300,0,0,377,408,0,0), + (89959,127,0,0,0,-11016.8,2030.12,10.7599,0.314159,300,300,0,0,377,408,0,0), + (89960,517,0,0,0,-11009.9,2030.85,11.0509,3.03687,300,300,0,0,350,390,0,0), + (89961,517,0,0,0,-10787.3,2078.2,8.63765,6.25157,300,300,10,0,350,390,0,1), + (89962,458,0,0,0,-10767.5,2046.83,15.0832,4.12782,300,300,10,0,356,0,0,1), + (89963,517,0,0,0,-10776.5,2103.37,1.69464,1.05163,300,300,10,0,350,390,0,1), + (89964,127,0,0,0,-11414.4,1821.84,-1.18796,-2.7221,300,300,5,0,377,408,0,1), + (89965,127,0,0,0,-11367.2,1806.27,8.11069,4.27606,300,300,10,0,377,408,0,1), + (89966,127,0,0,0,-11371.4,1796.91,8.50641,1.16937,300,300,0,0,377,408,0,0), + (89967,127,0,0,0,-11365.1,1799.64,8.41003,2.51327,300,300,0,0,377,408,0,0), + (89968,517,0,0,0,-10647,2074.4,7.70761,1.93206,300,300,10,0,350,390,0,1), + (89969,517,0,0,0,-10770.8,2062.44,10.7035,1.05815,300,300,10,0,350,390,0,1), + (89970,458,0,0,0,-10751.9,2057.75,12.6267,3.5091,300,300,10,0,356,0,0,1), + (89971,127,0,0,0,-11127.7,2123.97,-10.9382,5.35312,300,300,10,0,377,408,0,1), + (89972,517,0,0,0,-11162.7,2061.85,-3.56641,5.26506,300,300,10,0,350,390,0,1), + (89973,127,0,0,0,-11082.8,2079.71,11.3781,4.32842,300,300,0,0,377,408,0,0), + (89974,517,0,0,0,-11118.6,2103.77,-6.40406,5.09636,300,300,10,0,350,390,0,1), + (89975,517,0,0,0,-11135.5,2065.5,-4.70716,3.9968,300,300,10,0,350,390,0,1), + (89976,127,0,0,0,-11073.6,2069.53,6.38764,1.55908,300,300,10,0,377,408,0,1), + (89977,127,0,0,0,-11079.7,2085.96,9.63451,6.12611,300,300,0,0,377,408,0,0), + (89978,127,0,0,0,-11165.7,2037.17,0.362662,3.68265,300,300,0,0,377,408,0,0), + (89979,1727,0,0,0,-11233.1,1514.79,28.65,0.122173,600,600,0,0,356,0,0,0), + (89980,1727,0,0,0,-11277.4,1505.73,39.0168,4.27606,600,600,0,0,356,0,0,0), + (89981,1727,0,0,0,-11261.4,1572.71,34.6407,3.19395,600,600,0,0,356,0,0,0), + (89982,1727,0,0,0,-11228.7,1504.32,26.4833,6.05629,600,600,0,0,356,0,0,0), + (89983,1727,0,0,0,-11221.4,1607.43,33.11,6.19592,600,600,0,0,356,0,0,0), + (89984,1727,0,0,0,-11208.6,1648.46,27.5595,0.10472,600,600,0,0,356,0,0,0), + (89985,1727,0,0,0,-11218,1640.98,27.4693,2.68781,600,600,0,0,356,0,0,0), + (89986,1727,0,0,0,-11232.9,1627.22,26.9836,5.34071,600,600,0,0,356,0,0,0), + (89987,1727,0,0,0,-11241.8,1666.51,33.6692,2.00713,600,600,0,0,356,0,0,0), + (89988,1727,0,0,0,-11252.8,1593.14,33.9067,1.32645,600,600,0,0,356,0,0,0), + (89989,623,0,0,0,-11343.3,1564.1,31.9432,3.85718,600,600,3,0,1158,0,0,1), + (89990,623,0,0,0,-11320.1,1592.46,35.7475,2.57781,600,600,3,0,1158,0,0,1), + (89991,623,0,0,0,-11285.5,1586.7,36.6121,3.68821,600,600,3,0,1158,0,0,1), + (89992,625,0,0,0,-11300.3,1551.89,35.2044,4.68193,600,600,3,0,1158,0,0,1), + (89993,624,0,0,0,-11287.9,1596.96,36.2807,1.01229,600,600,0,0,1158,0,0,0), + (89994,624,0,0,0,-11326.8,1588.6,35.1702,4.13746,600,600,3,0,1158,0,0,1), + (89995,623,0,0,0,-11341.5,1573.82,33.4517,2.72048,600,600,3,0,1158,0,0,1), + (89996,624,0,0,0,-11324.6,1545.31,28.7448,4.65358,600,600,3,0,1158,0,0,1), + (89997,95,0,0,0,-10324.6,1413.14,40.4493,3.32955,300,300,5,0,222,0,0,1), + (89998,95,0,0,0,-10353.7,1588.67,40.625,5.73731,300,300,5,0,222,0,0,1), + (89999,95,0,0,0,-10344.4,1552.39,41.7656,5.2704,300,300,5,0,222,0,0,1), + (90000,95,0,0,0,-10311.5,1400.06,41.407,0.401426,300,300,0,0,222,0,0,0), + (90001,504,0,0,0,-10311.5,1402.89,41.407,0.017453,300,300,0,0,247,0,0,0), + (90002,504,0,0,0,-10625.2,1382.13,42.1773,1.39626,300,300,0,0,247,0,0,0), + (90003,157,0,0,0,-10608.2,1395.27,41.2804,5.20177,300,300,10,0,300,0,0,1), + (90004,157,0,0,0,-10548.3,1450.02,48.1918,0.056691,300,300,5,0,300,0,0,1), + (90005,157,0,0,0,-10416.7,1516.67,48.2655,3.9664,300,300,5,0,300,0,0,1), + (90006,157,0,0,0,-10445.9,1584.95,54.7778,2.96296,300,300,5,0,300,0,0,1), + (90007,1109,0,0,0,-10401.1,1619.26,39.3244,6.15883,300,300,5,0,273,0,0,1), + (90008,1109,0,0,0,-10545.3,1503.85,63.8104,1.30806,300,300,5,0,273,0,0,1), + (90009,1109,0,0,0,-10584.8,1520.36,48.0619,4.65762,300,300,5,0,273,0,0,1), + (90010,157,0,0,0,-11223.4,1907.86,35.1899,5.50884,300,300,10,0,300,0,0,1), + (90011,157,0,0,0,-10896.7,1534.49,48.3628,1.04244,300,300,10,0,300,0,0,1), + (90012,157,0,0,0,-11252.7,1801.26,36.7896,4.6831,300,300,10,0,300,0,0,1), + (90013,157,0,0,0,-11215.5,1817.73,36.4939,2.39403,300,300,10,0,300,0,0,1), + (90014,547,0,0,0,-10988.6,1108.85,39.6838,5.57535,300,300,5,0,356,0,0,1), + (90015,547,0,0,0,-10977,1207.59,43.4901,5.12189,300,300,10,0,356,0,0,1), + (90016,547,0,0,0,-10578.1,908.086,38.957,5.18259,300,300,5,0,356,0,0,1), + (90017,547,0,0,0,-10545.4,953.413,43.8703,0.153911,300,300,5,0,356,0,0,1), + (90018,547,0,0,0,-10955.7,767.409,41.0726,4.43141,300,300,10,0,356,0,0,1), + (90019,547,0,0,0,-10989.2,682.318,34.6875,0.001575,300,300,10,0,356,0,0,1), + (90020,458,0,0,0,-10544.8,2113.78,1.57785,3.97935,300,300,10,0,356,0,0,1), + (90021,458,0,0,0,-10534.9,2135.05,-5.07052,0.698132,300,300,10,0,356,0,0,1), + (90022,171,0,0,0,-10540.5,2141.99,-8.15187,4.13643,300,300,10,0,328,0,0,1), + (90023,458,0,0,0,-10493.1,2118.64,1.1146,2.43522,300,300,5,0,356,0,0,1), + (90024,171,0,0,0,-10568.2,2109.97,0.991297,6.19592,300,300,0,0,328,0,0,0), + (90025,458,0,0,0,-10541.1,2126.69,-1.71408,4.83456,300,300,10,0,356,0,0,1), + (90026,171,0,0,0,-10518.8,2113.9,1.36634,4.08407,300,300,10,0,328,0,0,1), + (90027,171,0,0,0,-10555.8,2101.33,4.38844,3.34558,300,300,10,0,328,0,0,1), + (90028,1216,0,0,0,-11235.3,2003.17,3.58551,0.840992,300,300,5,0,386,0,0,1), + (90029,1216,0,0,0,-11462.9,1731.1,9.79707,5.56708,300,300,10,0,386,0,0,1), + (90030,589,0,0,0,-10473.2,1952.74,10.5862,2.31881,300,300,0,0,263,710,0,0), + (90031,2914,0,0,0,-11245,1398.16,89.7176,1.46102,300,300,5,0,8,0,0,1), + (90032,2620,0,0,0,-10548,1730.23,40.6448,1.61963,300,300,5,0,8,0,0,1), + (90033,6271,0,0,0,-10658.5,1202.97,34.9344,4.57919,300,300,10,0,16,0,0,1), + (90034,2620,0,0,0,-10117.1,1279.88,39.6322,1.03155,300,300,5,0,8,0,0,1), + (90035,95,0,0,0,-9878.41,1415.76,43.64,1.76278,300,300,3,0,222,0,0,1), + (90036,95,0,0,0,-10026.2,1479.52,41.4131,5.45774,300,300,5,0,222,0,0,1), + (90037,95,0,0,0,-9889.67,1423.62,40.0303,0.874795,300,300,5,0,222,0,0,1), + (90038,95,0,0,0,-9852.84,1453.07,40.9059,5.62883,300,300,3,0,222,0,0,1), + (90039,504,0,0,0,-9959.92,1452.94,43.3409,5.33184,300,300,0,0,247,0,0,0), + (90040,95,0,0,0,-9840.47,1406.74,38.5635,4.99164,300,300,0,0,222,0,0,0), + (90041,95,0,0,0,-9979.01,1457.29,44.6146,6.19725,300,300,0,0,222,0,0,0), + (90042,1236,0,0,0,-9877.37,1430.55,44.0194,1.30677,300,300,0,0,271,0,0,0), + (90043,95,0,0,0,-9821.38,1422.96,36.7884,2.71233,300,300,0,0,222,0,0,0), + (90044,824,0,0,0,-11219.8,1538.33,34.7055,5.77704,600,600,0,0,328,0,0,0), + (90045,824,0,0,0,-11126.9,1476.99,34.6331,4.76475,600,600,0,0,328,0,0,0), + (90046,824,0,0,0,-11082.8,1519.86,29.9805,0.261799,600,600,0,0,328,0,0,0), + (90047,824,0,0,0,-11185.6,1581.68,26.6417,0.925025,600,600,0,0,328,0,0,0), + (90048,824,0,0,0,-11147.4,1530.6,20.0244,1.78024,600,600,0,0,328,0,0,0), + (90049,824,0,0,0,-11195.8,1493.12,15.7827,0.453786,600,600,0,0,328,0,0,0), + (90050,824,0,0,0,-11191,1564.17,27.7931,6.03884,600,600,0,0,328,0,0,0), + (90051,824,0,0,0,-11144.5,1512.24,22.915,3.63029,600,600,0,0,328,0,0,0), + (90052,824,0,0,0,-11192.8,1540.06,19.8363,2.67035,600,600,0,0,328,0,0,0), + (90053,824,0,0,0,-11186.7,1549.27,19.785,2.53073,600,600,0,0,328,0,0,0), + (90054,36,0,0,0,-10189.2,1302.29,36.7473,3.75987,300,300,10,0,222,0,0,1), + (90055,114,0,0,0,-9926.43,1263.58,42.1853,2.55257,300,300,10,0,300,0,0,1), + (90056,114,0,0,0,-9939.18,1161.9,41.7314,0.443139,300,300,10,0,300,0,0,1), + (90057,480,0,0,0,-9862.75,1007.32,32.2554,3.51236,300,300,10,0,176,0,0,1), + (90058,480,0,0,0,-9868.64,1018.64,32.881,0.371185,300,300,10,0,176,0,0,1), + (90059,114,0,0,0,-10617.7,1590.22,42.518,3.13085,300,300,10,0,300,0,0,1), + (90060,456,0,0,0,-9829.85,1803.09,-1.85927,1.31527,300,300,5,0,253,264,0,1), + (90061,513,0,0,0,-9807.28,1838.85,-8.1311,2.12705,300,300,0,0,300,0,0,0), + (90062,513,0,0,0,-9798.47,1844.69,4.57742,4.51365,300,300,3,0,300,0,0,1), + (90063,513,0,0,0,-9777.56,1822.77,10.1445,4.17703,300,300,3,0,300,0,0,1), + (90064,456,0,0,0,-9771.19,1816.85,1.46678,4.54742,300,300,5,0,253,264,0,1), + (90065,513,0,0,0,-9765.1,1808.33,-4.73589,4.86476,300,300,0,0,300,0,0,0), + (90066,513,0,0,0,-9802.37,1846.35,-14.8858,2.34933,300,300,5,0,300,0,0,1), + (90067,456,0,0,0,-9806.18,1826.43,-4.46597,1.69297,300,300,3,0,253,264,0,1), + (90068,620,0,0,0,-9861.1,1290.83,41.8237,1.62479,300,300,5,0,1,0,0,1), + (90069,620,0,0,0,-10988.5,1451.04,43.3267,1.11714,300,300,5,0,1,0,0,1), + (90070,620,0,0,0,-10722.2,1669.9,44.0413,1.1882,300,300,10,0,1,0,0,1), + (90071,620,0,0,0,-9842.73,1269.92,41.3237,0.834495,300,300,5,0,1,0,0,1), + (90072,620,0,0,0,-11023.9,1426.91,43.8726,6.2012,300,300,10,0,1,0,0,1), + (90073,620,0,0,0,-10324,1419.24,39.9909,1.01209,300,300,5,0,1,0,0,1), + (90074,620,0,0,0,-10997.5,1451.06,43.3267,3.21287,300,300,5,0,1,0,0,1), + (90075,456,0,0,0,-9578.58,1449.17,-0.086853,0.942478,300,300,0,0,253,264,0,0), + (90076,126,0,0,0,-9632,1358.23,6.48876,0,300,300,0,0,247,0,0,0), + (90077,126,0,0,0,-9583.74,1452.6,0.441286,3.47321,300,300,0,0,247,0,0,0), + (90078,456,0,0,0,-9588.13,1442.72,2.24347,2.32129,300,300,0,0,253,264,0,0), + (90079,126,0,0,0,-9687.95,1529.92,13.8549,5.53269,300,300,0,0,247,0,0,0), + (90080,126,0,0,0,-9687.61,1522.07,14.2513,0.959931,300,300,0,0,247,0,0,0), + (90081,126,0,0,0,-9605.56,1040.35,7.66496,3.73299,300,300,5,0,247,0,0,1), + (90082,456,0,0,0,-9590.83,1511.04,0.098443,2.30383,300,300,0,0,253,264,0,0), + (90083,126,0,0,0,-9626.67,1547.82,0.748849,4.38078,300,300,10,0,247,0,0,1), + (90084,126,0,0,0,-9589.85,1503.48,-0.147509,4.11898,300,300,0,0,247,0,0,0), + (90085,456,0,0,0,-9637.87,1573.42,0.748535,2.86234,300,300,0,0,253,264,0,0), + (90086,126,0,0,0,-9609.7,1519.33,2.38142,2.07611,300,300,5,0,247,0,0,1), + (90087,126,0,0,0,-9664.42,1137.08,6.87928,3.71475,300,300,10,0,247,0,0,1), + (90088,126,0,0,0,-9607.37,1441.13,5.89246,2.22129,300,300,10,0,247,0,0,1), + (90089,126,0,0,0,-9665.49,1527.82,10.6811,2.47558,300,300,5,0,247,0,0,1), + (90090,126,0,0,0,-9608.78,1066.64,3.48331,3.47321,300,300,0,0,247,0,0,0), + (90091,515,0,0,0,-9601.35,1066.62,2.86092,4.7822,300,300,0,0,222,0,0,0), + (90092,171,0,0,0,-9908.63,1778.59,10.2314,0.820305,300,300,0,0,328,0,0,0), + (90093,513,0,0,0,-9915.69,1772.7,10.6439,0,300,300,0,0,300,0,0,0), + (90094,513,0,0,0,-9903.3,1763.72,10.3332,0,300,300,0,0,300,0,0,0), + (90095,458,0,0,0,-10348.7,2051.27,6.15983,0.824728,300,300,10,0,356,0,0,1), + (90096,458,0,0,0,-10251.8,2085.64,-3.92631,5.8398,300,300,5,0,356,0,0,1), + (90097,458,0,0,0,-10310.1,2082.67,-1.76199,0.150643,300,300,10,0,356,0,0,1), + (90098,171,0,0,0,-10143.4,1996.15,9.69244,3.97671,300,300,10,0,328,0,0,1), + (90099,513,0,0,0,-9992.74,1887.8,11.3672,2.66741,300,300,5,0,300,0,0,1), + (90100,171,0,0,0,-9884.45,1769.04,8.8866,4.76958,300,300,10,0,328,0,0,1), + (90101,171,0,0,0,-9888.16,1795.33,5.69883,0.791609,300,300,10,0,328,0,0,1), + (90102,458,0,0,0,-10691.1,2135.19,20.938,3.1765,300,300,0,0,356,0,0,0), + (90103,458,0,0,0,-10684.1,2134.39,20.3029,5.74213,300,300,0,0,356,0,0,0), + (90104,458,0,0,0,-10737.5,2187.64,17.1083,2.30383,300,300,0,0,356,0,0,0), + (90105,517,0,0,0,-10732.2,2188.65,16.507,1.09956,300,300,0,0,350,390,0,0), + (90106,517,0,0,0,-11379.6,1829.08,2.5493,0.989493,300,300,10,0,350,390,0,1), + (90107,517,0,0,0,-10757.5,2082.63,5.41489,2.36822,300,300,10,0,350,390,0,1), + (90108,517,0,0,0,-10651.7,2053.26,7.76899,3.94444,300,300,10,0,350,390,0,1), + (90109,458,0,0,0,-10659.6,2042.48,8.33358,2.96706,300,300,0,0,356,0,0,0), + (90110,458,0,0,0,-10665.5,2042.45,7.97644,0,300,300,0,0,356,0,0,0), + (90111,458,0,0,0,-10678.2,2061.01,7.84587,3.7286,300,300,10,0,356,0,0,1), + (90112,517,0,0,0,-11390.7,1805.56,7.73824,3.9329,300,300,10,0,350,390,0,1), + (90113,517,0,0,0,-10634.2,2045.94,11.2488,5.18695,300,300,10,0,350,390,0,1), + (90114,517,0,0,0,-11404.5,1773.51,9.03428,0.141069,300,300,10,0,350,390,0,1), + (90115,127,0,0,0,-11365.7,1779.55,9.82954,6.03528,300,300,10,0,377,408,0,1), + (90116,1727,0,0,0,-11258.5,1654.6,33.6242,2.33874,600,600,0,0,356,0,0,0), + (90117,1727,0,0,0,-11266.7,1533.88,30.5158,3.66519,600,600,0,0,356,0,0,0), + (90118,1727,0,0,0,-11240,1509.02,37.8079,4.79965,600,600,0,0,356,0,0,0), + (90119,1727,0,0,0,-11245.1,1492.22,23.8821,1.50098,600,600,0,0,356,0,0,0), + (90120,1727,0,0,0,-11194.8,1630.83,28.1775,1.6057,600,600,0,0,356,0,0,0), + (90121,1727,0,0,0,-11255.3,1518.75,31.698,3.35103,600,600,0,0,356,0,0,0), + (90122,1727,0,0,0,-11242,1635.24,27.6542,3.9619,600,600,0,0,356,0,0,0), + (90123,1727,0,0,0,-11257.5,1502.36,38.0122,4.59022,600,600,0,0,356,0,0,0), + (90124,625,0,0,0,-11343.8,1531.26,28.5596,2.57697,600,600,3,0,1158,0,0,1), + (90125,625,0,0,0,-11325.9,1562.39,26.4165,5.30071,600,600,3,0,1158,0,0,1), + (90126,95,0,0,0,-9944.64,1473.77,39.5663,4.48298,300,300,3,0,222,0,0,1), + (90127,1236,0,0,0,-9852.63,1401.42,37.4865,2.87751,300,300,0,0,271,0,0,0), + (90128,95,0,0,0,-10020.1,1413.72,40.8387,0.800858,300,300,5,0,222,0,0,1), + (90129,1236,0,0,0,-9826.66,1404.08,37.3115,1.82128,300,300,0,0,271,0,0,0), + (90130,95,0,0,0,-9997.87,1411.76,40.8543,2.72271,300,300,0,0,222,0,0,0), + (90131,824,0,0,0,-11132,1514.27,24.5622,1.39626,600,600,0,0,328,0,0,0), + (90132,824,0,0,0,-11220.9,1486.6,17.7838,1.71042,600,600,0,0,328,0,0,0), + (90133,824,0,0,0,-11208.1,1482.61,15.3275,4.97419,600,600,0,0,328,0,0,0), + (90134,824,0,0,0,-11240,1559.42,34.576,0.820305,600,600,0,0,328,0,0,0), + (90135,824,0,0,0,-11193.4,1530.52,19.9293,3.36848,600,600,0,0,328,0,0,0), + (90136,824,0,0,0,-11184.2,1517.98,20.3053,5.02655,600,600,0,0,328,0,0,0), + (90137,824,0,0,0,-11169,1553.15,20.8527,6.14356,600,600,0,0,328,0,0,0), + (90138,824,0,0,0,-11198.5,1470.89,16.7919,2.86234,600,600,0,0,328,0,0,0), + (90139,824,0,0,0,-11089.8,1511.6,29.3671,5.16617,600,600,0,0,328,0,0,0), + (90140,824,0,0,0,-11215,1574.51,30.2629,2.09439,600,600,0,0,328,0,0,0), + (90141,36,0,0,0,-10270.2,1864.45,36.9199,0.951106,300,300,10,0,222,0,0,1), + (90142,36,0,0,0,-10233.4,1027.19,34.6941,-1.34613,300,300,0,0,222,0,0,0), + (90143,114,0,0,0,-9980.81,1214.99,42.1345,1.7927,300,300,10,0,300,0,0,1), + (90144,36,0,0,0,-10495.1,1752.18,36.6136,4.88771,300,300,5,0,222,0,0,1), + (90145,513,0,0,0,-9783.84,1836.71,-1.26479,3.45575,300,300,0,0,300,0,0,0), + (90146,515,0,0,0,-9623.69,1172.35,4.58092,5.29361,300,300,10,0,222,0,0,1), + (90147,456,0,0,0,-9615.7,1493.02,6.76234,1.60868,300,300,10,0,253,264,0,1), + (90148,517,0,0,0,-11405.3,1807.93,4.98193,5.72468,300,300,0,0,350,390,0,0), + (90149,127,0,0,0,-11390,1789.89,8.38229,1.67552,300,300,0,0,377,408,0,0), + (90150,127,0,0,0,-11392.9,1790.27,8.36698,0.925025,300,300,0,0,377,408,0,0), + (90151,127,0,0,0,-11411,1806.41,4.07039,5.53269,300,300,0,0,377,408,0,0), + (90152,36,0,0,0,-10181,1340.99,37.9607,3.78997,300,300,10,0,222,0,0,1), + (90153,36,0,0,0,-11011.9,1387.64,46.0683,1.37031,300,300,5,0,222,0,0,1), + (90154,114,0,0,0,-10585,1681.76,40.9741,3.71265,300,300,10,0,300,0,0,1), + (90155,36,0,0,0,-10192.3,1255.63,36.367,-0.818217,300,300,10,0,222,0,0,1), + (90156,114,0,0,0,-10550.8,1706.12,42.2933,4.67254,300,300,10,0,300,0,0,1), + (90157,36,0,0,0,-10515,1815.21,40.4497,4.55058,300,300,5,0,222,0,0,1), + (90158,36,0,0,0,-10501.3,1779.26,35.6794,2.26868,300,300,5,0,222,0,0,1), + (90159,114,0,0,0,-9940.51,1232.25,42.5235,3.29838,300,300,10,0,300,0,0,1), + (90160,480,0,0,0,-9968.55,1113.79,39.724,4.61517,300,300,5,0,176,0,0,1), + (90161,114,0,0,0,-10648.5,1685,42.1497,0.355062,300,300,10,0,300,0,0,1), + (90162,114,0,0,0,-10586.4,1751.89,40.6899,2.13163,300,300,10,0,300,0,0,1), + (90163,36,0,0,0,-10244.5,1846.91,36.7264,1.76402,300,300,10,0,222,0,0,1), + (90164,480,0,0,0,-9889.75,1036.26,33.7268,2.39705,300,300,10,0,176,0,0,1), + (90165,114,0,0,0,-10589.7,1616.2,42.472,2.25475,300,300,10,0,300,0,0,1), + (90166,114,0,0,0,-10615.4,1646.88,42.9668,4.9417,300,300,10,0,300,0,0,1), + (90167,480,0,0,0,-9985.16,1092.43,40.8958,4.9189,300,300,5,0,176,0,0,1), + (90168,114,0,0,0,-10648.4,1620.54,43.2723,0.842895,300,300,10,0,300,0,0,1), + (90169,114,0,0,0,-9946.99,1196.47,42.6531,1.24975,300,300,10,0,300,0,0,1), + (90170,480,0,0,0,-9996.34,1148.45,43.6892,2.86226,300,300,5,0,176,0,0,1), + (90171,114,0,0,0,-10619.5,1716.48,41.4147,3.41182,300,300,10,0,300,0,0,1), + (90172,114,0,0,0,-9907.13,1207.03,42.196,5.66322,300,300,10,0,300,0,0,1), + (90173,480,0,0,0,-9983.16,1146.94,43.077,4.34982,300,300,5,0,176,0,0,1), + (90174,36,0,0,0,-10154.5,1310.82,38.5669,0.559332,300,300,10,0,222,0,0,1), + (90175,114,0,0,0,-9869.38,1228.47,41.6656,5.91486,300,300,10,0,300,0,0,1), + (90176,480,0,0,0,-9788.23,978.021,29.2029,2.15055,300,300,10,0,176,0,0,1), + (90177,883,0,0,0,-9859.77,943.055,31.875,3.86644,300,300,10,0,1,0,0,1), + (90178,2442,0,0,0,-9952.78,930.388,43.3613,1.70399,300,300,5,0,1,0,0,1), + (90184,1419,0,0,0,-8994.19,947.069,118.348,4.29351,180,180,0,0,8,0,0,0), + (90185,15335,509,0,0,-8873.04,1860.57,24.1218,0,21600,21600,0,0,51792,0,0,2), + (90186,15335,509,0,0,-8947.69,2247.55,26.539,0,21600,21600,0,0,51792,0,0,2), + (90187,15335,509,0,0,-9290.1,1380.39,21.483,0,21600,21600,0,0,51792,0,0,2), + (90188,15335,509,0,0,-9378.19,1284.21,-16.6126,0,21600,21600,0,0,51792,0,0,2), + (90189,15335,509,0,0,-9329.67,1302.04,-64.3899,0,21600,21600,3,0,51792,0,0,1), + (90198,454,0,0,0,-10084.9,1251.91,39.6124,0.262512,300,300,10,0,247,0,0,1), + (90199,454,0,0,0,-10385,1283.8,41.7525,3.16503,300,300,5,0,247,0,0,1), + (90200,833,0,0,0,-10219.2,1198.03,39.6837,3.97602,300,300,5,0,222,0,0,1), + (90201,454,0,0,0,-10477.3,1163.17,48.357,1.29384,300,300,5,0,247,0,0,1), + (90202,834,0,0,0,-10146.3,1551.37,44.0582,0.973038,300,300,5,0,198,0,0,1), + (90203,833,0,0,0,-10249.9,913.865,40.4789,4.3915,300,300,10,0,222,0,0,1), + (90204,154,0,0,0,-10679.8,876.593,37.6284,5.22935,300,300,5,0,356,0,0,1), + (90205,154,0,0,0,-10685.6,781.467,48.1836,3.9263,300,300,10,0,356,0,0,1), + (90206,519,0,0,0,-10005.5,1912.19,5.09257,5.65101,3600,3600,0,0,328,0,0,0), + (90207,520,0,0,0,-10439.3,2062.36,9.27596,5.8943,3600,3600,5,0,449,0,0,2), + (90208,834,0,0,0,-10249.1,822.796,50.05,0.424199,300,300,10,0,198,0,0,1), + (90209,506,0,0,0,-10143.2,1725.84,32.8832,1.79769,3600,3600,0,0,417,0,0,0), + (90210,123,0,0,0,-10139.6,1729.12,32.5282,1.3439,300,300,0,0,273,0,0,0), + (90211,123,0,0,0,-10147,1728.78,32.5492,2.09439,300,300,0,0,273,0,0,0), + (90212,1424,0,0,0,-9843.01,1390.73,38.1707,5.66296,3600,3600,0,0,328,0,0,0), + (90213,834,0,0,0,-9756.36,924.189,28.1601,2.75311,300,300,10,0,198,0,0,1), + (90214,467,0,0,0,-10508.4,1068,55.2111,2.1293,300,300,0,0,329,0,0,0), + (90215,2442,0,0,0,-9747.45,928.978,27.7093,5.75465,300,300,10,0,1,0,0,1), + (90216,1109,0,0,0,-10885.9,1415.6,44.7171,1.685,300,300,5,0,273,0,0,1), + (90217,834,0,0,0,-9825.14,1022.24,29.8273,1.62158,300,300,5,0,198,0,0,1), + (90218,480,0,0,0,-9825.74,949.581,29.2542,3.42373,300,300,10,0,176,0,0,1), + (90219,589,0,0,0,-10971.4,1397.4,45.1017,4.25722,300,300,5,0,263,710,0,1), + (90220,454,0,0,0,-10451.1,1136.71,39.2304,4.78864,300,300,5,0,247,0,0,1), + (90221,590,0,0,0,-11016.8,1413.82,44.1946,5.77704,300,300,0,0,273,0,0,0), + (90222,480,0,0,0,-9823.44,1005.16,29.2554,3.70021,300,300,10,0,176,0,0,1), + (90223,834,0,0,0,-9788.76,985.814,29.2505,5.01376,300,300,10,0,198,0,0,1), + (90224,481,0,0,0,-9850.21,1038.59,34.0218,1.91723,300,300,0,0,198,0,0,0), + (90225,199,0,0,0,-10424.1,1137.91,39.1297,4.905,300,300,10,0,198,0,0,1), + (90226,481,0,0,0,-9841.22,1033.61,33.0888,4.67748,300,300,0,0,198,0,0,0), + (90227,481,0,0,0,-9846.95,1027.69,33.3076,6.05629,300,300,0,0,198,0,0,0), + (90228,481,0,0,0,-9861.72,1030.42,33.8804,6.00205,300,300,0,0,198,0,0,0), + (90229,199,0,0,0,-9780.47,1246.5,41.7554,3.25796,300,300,10,0,198,0,0,1), + (90230,95,0,0,0,-9830.08,1263.53,40.8442,4.15555,300,300,5,0,222,0,0,1), + (90231,504,0,0,0,-9861.08,1272.64,40.8237,4.19504,300,300,5,0,247,0,0,1), + (90232,95,0,0,0,-9847.75,1287.47,41.8973,4.36761,300,300,5,0,222,0,0,1), + (90234,154,0,0,0,-10809.8,963.494,34.1271,1.61121,300,300,10,0,356,0,0,1), + (90235,157,0,0,0,-10328.8,1589.05,40.8687,1.82899,300,300,5,0,300,0,0,1), + (90236,154,0,0,0,-10862.7,937.159,41.1782,0.790923,300,300,5,0,356,0,0,1), + (90237,115,0,0,0,-10825.6,715.884,37.8314,5.61478,300,300,3,0,386,0,0,1), + (90238,2914,0,0,0,-10518.4,1294.1,55.9647,5.0861,300,300,5,0,8,0,0,1), + (90239,504,0,0,0,-10513,1316.94,46.1071,4.32572,300,300,5,0,247,0,0,1), + (90240,98,0,0,0,-11149,780.719,33.0292,4.41906,300,300,10,0,386,0,0,1), + (90241,124,0,0,0,-11107.1,744.047,34.7981,3.41506,300,300,10,0,328,0,0,1), + (90242,452,0,0,0,-11045.8,755.628,38.8671,6.01891,300,300,10,0,356,0,0,1), + (90243,504,0,0,0,-10477.5,1366.4,51.2746,0.401556,300,300,0,0,247,0,0,0), + (90244,1109,0,0,0,-10482,1492.08,57.3609,1.54346,300,300,5,0,273,0,0,1), + (90245,1109,0,0,0,-10459.7,1410.88,53.753,0.324223,300,300,5,0,273,0,0,1), + (90246,1109,0,0,0,-10421.9,1491.08,51.9053,4.84171,300,300,5,0,273,0,0,1), + (90247,98,0,0,0,-11168.8,792.768,35.1847,3.04607,300,300,10,0,386,0,0,1), + (90248,1109,0,0,0,-10381,1478.89,40.2725,5.19066,300,300,5,0,273,0,0,1), + (90249,98,0,0,0,-11011,752.482,39.2166,2.57383,300,300,10,0,386,0,0,1), + (90250,98,0,0,0,-10981.3,827.232,36.5928,3.1831,300,300,10,0,386,0,0,1), + (90251,452,0,0,0,-11023.5,811.251,37.1062,1.77228,300,300,5,0,356,0,0,1), + (90252,452,0,0,0,-11013.2,889.149,36.1101,0.68792,300,300,10,0,356,0,0,1), + (90253,547,0,0,0,-10685,778.717,48.4887,6.13825,300,300,10,0,356,0,0,1), + (90254,98,0,0,0,-11042.2,874.464,36.5218,2.817,300,300,10,0,386,0,0,1), + (90255,454,0,0,0,-10360.7,1193.49,40.3355,5.49779,300,300,5,0,247,0,0,1), + (90256,452,0,0,0,-11051.2,825.797,37.7813,3.13964,300,300,5,0,356,0,0,1), + (90257,453,0,0,0,-11093.7,887.162,41.7937,0.338426,300,300,5,0,377,408,0,1), + (90258,98,0,0,0,-11104.2,853.003,40.413,5.92134,300,300,10,0,386,0,0,1), + (90259,98,0,0,0,-11084.7,857.196,42.3772,3.68039,300,300,10,0,386,0,0,1), + (90260,98,0,0,0,-11081.9,816.313,40.0446,5.04543,300,300,5,0,386,0,0,1), + (90261,452,0,0,0,-11060.6,878.282,37.1468,3.85476,300,300,10,0,356,0,0,1), + (90262,98,0,0,0,-11103.1,898.998,40.0269,5.66702,300,300,5,0,386,0,0,1), + (90263,199,0,0,0,-10187.4,1512.87,42.9605,0.873183,300,300,5,0,198,0,0,1), + (90264,98,0,0,0,-11099.5,938.161,35.9443,0.719797,300,300,10,0,386,0,0,1), + (90265,452,0,0,0,-11123.6,961.716,37.9487,5.23528,300,300,10,0,356,0,0,1), + (90266,98,0,0,0,-11187.9,885.047,45.5467,5.67054,300,300,10,0,386,0,0,1), + (90267,453,0,0,0,-11160.4,896.277,40.7638,0.456426,300,300,10,0,377,408,0,1), + (90268,452,0,0,0,-11157.1,1045.45,35.6022,0.125899,300,300,5,0,356,0,0,1), + (90269,114,0,0,0,-10219.6,1488.85,41.4034,1.09786,300,300,5,0,300,0,0,1), + (90270,114,0,0,0,-10176.5,1440.33,40.6278,5.52133,300,300,5,0,300,0,0,1), + (90271,452,0,0,0,-10871.1,1198.07,33.3257,4.4995,300,300,10,0,356,0,0,1), + (90272,124,0,0,0,-11045.5,1010.78,37.7962,3.36731,300,300,10,0,328,0,0,1), + (90273,2914,0,0,0,-10187.1,1489.11,39.3756,1.48084,300,300,5,0,8,0,0,1), + (90274,114,0,0,0,-10174.8,1420.15,40.1521,1.06299,300,300,5,0,300,0,0,1), + (90275,36,0,0,0,-10952.3,1355.52,44.7959,3.8157,300,300,10,0,222,0,0,1), + (90276,114,0,0,0,-10219.4,1374.71,39.7396,4.47695,300,300,5,0,300,0,0,1), + (90277,36,0,0,0,-10938.2,1382.03,42.1795,4.01717,300,300,10,0,222,0,0,1), + (90278,36,0,0,0,-10964,1376.26,46.3728,3.86414,300,300,10,0,222,0,0,1), + (90279,1109,0,0,0,-10990.2,1623.08,45.1017,4.4604,300,300,5,0,273,0,0,1), + (90280,1109,0,0,0,-10962.3,1625.83,46.4382,3.24442,300,300,5,0,273,0,0,1), + (90286,589,0,0,0,-10989.6,1512.52,43.6183,5.11844,300,300,5,0,263,710,0,1), + (90287,114,0,0,0,-10243.3,1410.25,40.7007,5.79725,300,300,5,0,300,0,0,1), + (90290,590,0,0,0,-11016,1487.04,43.5332,3.71755,300,300,0,0,273,0,0,0), + (90291,589,0,0,0,-11006,1497.93,44.0323,2.53073,300,300,0,0,263,710,0,0), + (90292,449,0,0,0,-11140,1742.47,38.605,3.05747,300,300,10,0,356,0,0,1), + (90293,121,0,0,0,-11195.1,1755.91,36.7794,5.69701,300,300,5,0,328,0,0,1), + (90294,114,0,0,0,-10252.2,1483.53,40.6493,0.165064,300,300,5,0,300,0,0,1), + (90295,501,0,0,0,-11112.3,1905.27,36.5998,1.36012,300,300,10,0,300,0,0,1), + (90297,124,0,0,0,-10981.3,1953.69,33.8409,0.873237,300,300,10,0,328,0,0,1), + (90298,501,0,0,0,-11024.8,1930.2,35.3572,4.8671,300,300,5,0,300,0,0,1), + (90299,114,0,0,0,-10220.3,1130.18,36.2865,4.47113,300,300,5,0,300,0,0,1), + (90300,114,0,0,0,-10155.8,1188.61,36.3941,1.4046,300,300,10,0,300,0,0,1), + (90301,504,0,0,0,-10322.8,1589.55,41.1589,1.47984,300,300,5,0,247,0,0,1), + (90302,833,0,0,0,-10397.1,1783.93,34.8076,3.21986,300,300,5,0,222,0,0,1), + (90303,834,0,0,0,-10383.5,1778.99,35.3814,4.99575,300,300,5,0,198,0,0,1), + (90304,123,0,0,0,-10790.6,1969.87,36.1528,0.369073,300,300,10,0,273,0,0,1), + (90305,501,0,0,0,-10619.6,1979.42,38.2408,4.66854,300,300,5,0,300,0,0,1), + (90306,114,0,0,0,-10122.9,1126.23,36.9085,1.48005,300,300,10,0,300,0,0,1), + (90307,114,0,0,0,-10240.5,1510.21,40.2542,0.064589,300,300,5,0,300,0,0,1), + (90308,501,0,0,0,-10652.7,1952.89,34.9043,2.10524,300,300,5,0,300,0,0,1), + (90309,123,0,0,0,-10559,1985.01,34.501,2.7272,300,300,5,0,273,0,0,1), + (90310,36,0,0,0,-10199.4,1026.92,36.2049,5.96341,300,300,0,0,222,0,0,0), + (90311,620,0,0,0,-10142.5,1048.42,36.8772,2.92152,300,300,5,0,1,0,0,1), + (90312,36,0,0,0,-10488.7,1842.12,38.4167,1.64574,300,300,5,0,222,0,0,1), + (90313,114,0,0,0,-10151.2,1114.41,36.8488,0.178735,300,300,5,0,300,0,0,1), + (90314,833,0,0,0,-9985.95,1712.09,34.5036,5.36701,300,300,10,0,222,0,0,1), + (90315,114,0,0,0,-10114.8,1156.42,36.4085,1.75826,300,300,10,0,300,0,0,1), + (90316,620,0,0,0,-10134.1,1068.69,36.4085,5.22293,300,300,5,0,1,0,0,1), + (90317,504,0,0,0,-10207.9,1888.38,36.2056,4.00779,300,300,5,0,247,0,0,1), + (90318,1109,0,0,0,-10315.2,1850.47,36.4893,0.036117,300,300,5,0,273,0,0,1), + (90319,114,0,0,0,-10184.7,1151.63,36.8419,3.01928,300,300,5,0,300,0,0,1), + (90320,504,0,0,0,-10206.8,1908.32,37.0127,1.84446,300,300,0,0,247,0,0,0), + (90321,36,0,0,0,-10228.7,1864.02,37.0376,4.62633,300,300,10,0,222,0,0,1), + (90322,504,0,0,0,-10179.3,1877.76,33.6748,5.42797,300,300,10,0,247,0,0,1), + (90323,2914,0,0,0,-10191.5,1790.67,35.3037,3.38515,300,300,5,0,8,0,0,1), + (90324,199,0,0,0,-10017.6,1747.71,34.9165,4.98113,300,300,10,0,198,0,0,1), + (90325,157,0,0,0,-10439.9,927.02,38.7766,1.55022,300,300,5,0,300,0,0,1), + (90326,500,0,0,0,-10081.2,1826.57,34.9028,2.86911,300,300,10,0,247,0,0,1), + (90327,117,0,0,0,-9864.96,1535.47,46.3233,2.64043,300,300,5,0,222,0,0,1), + (90328,500,0,0,0,-10059.2,1836.53,35.7428,1.60156,300,300,5,0,247,0,0,1), + (90329,199,0,0,0,-9784.17,1548.49,42.1891,3.36566,300,300,10,0,198,0,0,1), + (90330,117,0,0,0,-9852.19,1557.01,47.0733,3.81742,300,300,10,0,222,0,0,1), + (90331,7051,0,0,0,-11147.4,512.539,32.6186,5.62169,300,300,0,0,613,0,0,2), + (90332,500,0,0,0,-9747.39,1514.89,44.2356,6.16084,300,300,10,0,247,0,0,1), + (90333,590,0,0,0,-10933.8,1460.47,48.7216,1.89286,300,300,5,0,273,0,0,1), + (90334,589,0,0,0,-10991.4,1470.56,43.2791,6.26153,300,300,5,0,263,710,0,1), + (90335,500,0,0,0,-9694.54,1440,48.7878,0.244346,300,300,0,0,247,0,0,0), + (90336,117,0,0,0,-9704.73,1430.36,46.9241,5.28899,300,300,5,0,222,0,0,1), + (90337,834,0,0,0,-10024.4,1048.16,37.4913,0.518662,300,300,10,0,198,0,0,1), + (90338,154,0,0,0,-10898,957.335,37.7209,1.81891,300,300,5,0,356,0,0,1), + (90339,117,0,0,0,-9713.75,990.32,35.08,5.4891,300,300,10,0,222,0,0,1), + (90340,117,0,0,0,-9731.63,1015.78,37.9612,3.29885,300,300,10,0,222,0,0,1), + (90341,834,0,0,0,-10104,1078.55,37.6146,3.36202,300,300,5,0,198,0,0,1), + (90342,115,0,0,0,-10848.5,719.3,34.3037,3.79626,300,300,5,0,386,0,0,1), + (90343,95,0,0,0,-10503.9,1246.24,69.0145,2.11859,300,300,5,0,222,0,0,1), + (90344,95,0,0,0,-10488.6,1211.17,66.7095,1.08532,300,300,0,0,222,0,0,0), + (90345,2620,0,0,0,-10422.7,1280.78,40.0873,0.034699,300,300,5,0,8,0,0,1), + (90346,1109,0,0,0,-10714.9,1286.64,50.1084,4.79845,300,300,5,0,273,0,0,1), + (90347,114,0,0,0,-10286.1,1453.6,40.0664,2.13085,300,300,5,0,300,0,0,1), + (90348,504,0,0,0,-10411.8,1346.22,55.3489,5.57445,300,300,0,0,247,0,0,0), + (90349,199,0,0,0,-10332.6,1321,54.9631,2.99763,300,300,5,0,198,0,0,1), + (90350,95,0,0,0,-10352.5,1255.29,41.1085,1.37881,300,300,0,0,222,0,0,0), + (90351,589,0,0,0,-11036.1,1508.33,43.285,3.01942,300,300,0,0,263,710,0,0), + (90352,115,0,0,0,-10843.4,755.434,33.8382,4.18403,300,300,10,0,386,0,0,1), + (90353,504,0,0,0,-10319.7,1229.1,37.8693,5.39307,300,300,0,0,247,0,0,0), + (90354,95,0,0,0,-10335.1,1239.62,39.4897,0,300,300,0,0,222,0,0,0), + (90355,95,0,0,0,-10343.6,1223.4,40.3074,6.24828,300,300,0,0,222,0,0,0), + (90356,589,0,0,0,-11062.2,1563.69,45.2017,1.58828,300,300,5,0,263,710,0,1), + (90357,114,0,0,0,-10186.4,1081.39,36.6235,0.454942,300,300,5,0,300,0,0,1), + (90358,589,0,0,0,-11024.3,1514.33,43.1204,0.872665,300,300,0,0,263,710,0,0), + (90359,547,0,0,0,-10728.1,952.895,47.0933,4.45072,300,300,5,0,356,0,0,1), + (90360,157,0,0,0,-10887,1053.63,36.5773,2.93496,300,300,10,0,300,0,0,1), + (90361,157,0,0,0,-10740.5,1283.42,43.0943,1.35901,300,300,10,0,300,0,0,1), + (90362,115,0,0,0,-10849.3,722.031,33.641,4.15077,300,300,5,0,386,0,0,1), + (90363,157,0,0,0,-10778.6,1456.15,45.4044,2.87577,300,300,5,0,300,0,0,1), + (90364,624,0,0,0,-11300.9,1586.12,34.9946,0.226893,600,600,3,0,1158,0,0,1), + (90365,157,0,0,0,-10752.2,1778.75,38.51,5.58414,300,300,10,0,300,0,0,1), + (90366,623,0,0,0,-11294.7,1590.64,34.3271,4.99164,600,600,3,0,1158,0,0,1), + (90367,124,0,0,0,-10845.6,1282.6,35.1159,6.26711,300,300,10,0,328,0,0,1), + (90368,154,0,0,0,-10815.1,826.974,33.4187,4.97632,300,300,10,0,356,0,0,1), + (90369,157,0,0,0,-10814.5,1217.77,34.5545,1.01204,300,300,5,0,300,0,0,1), + (90370,124,0,0,0,-10872.8,1191.88,33.6896,3.22245,300,300,10,0,328,0,0,1), + (90371,452,0,0,0,-10819,1278.98,33.0545,3.99741,300,300,10,0,356,0,0,1), + (90372,1109,0,0,0,-10780.6,1250.47,33.246,0.03123,300,300,10,0,273,0,0,1), + (90373,115,0,0,0,-10821.3,884.51,33.1676,5.73659,300,300,10,0,386,0,0,1), + (90374,115,0,0,0,-10745.8,812.736,32.7199,1.74168,300,300,10,0,386,0,0,1), + (90375,1109,0,0,0,-10852.8,1248.95,33.0545,3.60209,300,300,10,0,273,0,0,1), + (90376,452,0,0,0,-10808,1262.64,35.8889,2.97681,300,300,5,0,356,0,0,1), + (90381,36,0,0,0,-10225.2,1011.39,35.008,-0.341727,300,300,0,0,222,0,0,0), + (90382,515,0,0,0,-9622.4,1081.33,2.7283,3.61305,300,300,5,0,222,0,0,1), + (90383,1109,0,0,0,-10881.8,1412.65,44.8244,4.65375,300,300,5,0,273,0,0,1), + (90384,154,0,0,0,-10784.4,949.373,38.8371,2.61243,300,300,10,0,356,0,0,1), + (90385,126,0,0,0,-9623.71,1047.03,7.05488,4.99311,300,300,10,0,247,0,0,1), + (90386,115,0,0,0,-10781.4,836.458,33.0699,4.9312,300,300,10,0,386,0,0,1), + (90387,115,0,0,0,-10807.6,740.564,35.0015,0.021521,300,300,10,0,386,0,0,1), + (90388,449,0,0,0,-10771.5,893.62,34.8924,3.28122,300,300,0,0,356,0,0,0), + (90389,449,0,0,0,-10782.6,899.167,34.0699,4.59022,300,300,0,0,356,0,0,0), + (90390,126,0,0,0,-9592.13,1063.12,3.48064,3.70854,300,300,0,0,247,0,0,0), + (90391,8096,0,0,0,-10669.1,991.895,32.9575,1.7549,300,300,5,0,3588,0,0,1), + (90392,8096,0,0,0,-10659.2,1152.01,33.6756,2.27942,300,300,5,0,3588,0,0,1), + (90393,8096,0,0,0,-10612.4,1160.15,35.6722,4.09628,300,300,5,0,3588,0,0,1), + (90394,122,0,0,0,-10758.7,889.913,36.1414,3.35103,300,300,0,0,386,0,0,0), + (90395,122,0,0,0,-10758.1,895.212,36.1414,3.75246,300,300,0,0,386,0,0,0), + (90396,115,0,0,0,-10831.6,789.238,33.2247,2.21633,300,300,10,0,386,0,0,1), + (90397,480,0,0,0,-9843.64,979.916,29.2554,5.84814,300,300,10,0,176,0,0,1), + (90398,515,0,0,0,-9624.76,1130.52,2.57536,5.0729,300,300,5,0,222,0,0,1), + (90399,115,0,0,0,-10846.7,861.362,32.9449,0.96971,300,300,5,0,386,0,0,1), + (90400,515,0,0,0,-9635.75,1082.39,5.24759,3.01097,300,300,5,0,222,0,0,1), + (90401,480,0,0,0,-9884.94,1005.74,33.131,2.5922,300,300,5,0,176,0,0,1), + (90402,620,0,0,0,-10093.3,1053.26,37.1329,5.03173,300,300,5,0,1,0,0,1), + (90403,2620,0,0,0,-10347.6,887.11,43.2591,2.59588,300,300,5,0,8,0,0,1), + (90404,620,0,0,0,-10090.8,1049.47,38.0079,2.01546,300,300,5,0,1,0,0,1), + (90405,126,0,0,0,-9615.98,1197.08,3.70593,5.01723,300,300,10,0,247,0,0,1), + (90406,2914,0,0,0,-9881.45,1115.07,33.5527,1.65077,300,300,5,0,8,0,0,1), + (90407,199,0,0,0,-10326.8,1016.52,39.4294,6.27635,300,300,5,0,198,0,0,1), + (90408,620,0,0,0,-10101.1,1053.31,36.5544,1.38766,300,300,5,0,1,0,0,1), + (90409,504,0,0,0,-10491.7,1217.69,67.2554,2.16764,300,300,5,0,247,0,0,1), + (90410,834,0,0,0,-10451.8,1248.44,51.8239,4.14907,300,300,5,0,198,0,0,1), + (90411,620,0,0,0,-10137.3,1213.84,36.7591,4.26919,300,300,5,0,1,0,0,1), + (90412,36,0,0,0,-10192.7,1015.97,38.2403,0,300,300,0,0,222,0,0,0), + (90413,573,0,0,0,-10225.6,1448.09,40.8255,4.23996,3600,3600,7,0,484,0,0,1), + (90414,95,0,0,0,-10483.3,1283.47,56.5457,1.22109,300,300,5,0,222,0,0,1), + (90415,504,0,0,0,-10501.7,1243.17,69.58,2.62484,300,300,5,0,247,0,0,1), + (90416,36,0,0,0,-10219.1,1038.4,35.8961,4.10137,300,300,5,0,222,0,0,1), + (90417,36,0,0,0,-10238.5,1044.9,37.9416,3.62362,300,300,5,0,222,0,0,1), + (90418,36,0,0,0,-10246.4,1022.69,36.2457,2.97195,300,300,5,0,222,0,0,1), + (90419,504,0,0,0,-10469.8,1345.15,45.7896,4.59022,300,300,0,0,247,0,0,0), + (90420,454,0,0,0,-10447.7,1186.26,42.4983,0.674755,300,300,10,0,247,0,0,1), + (90421,95,0,0,0,-10452.8,1317.79,44.2652,5.69995,300,300,5,0,222,0,0,1), + (90422,504,0,0,0,-10455.7,1318.1,45.0161,1.61784,300,300,5,0,247,0,0,1), + (90423,834,0,0,0,-10476.7,1221.47,66.3223,4.20027,300,300,5,0,198,0,0,1), + (90424,454,0,0,0,-10152.2,1482.07,41.8596,3.95675,300,300,5,0,247,0,0,1), + (90425,834,0,0,0,-10088,1088.4,38.4085,1.10722,300,300,5,0,198,0,0,1), + (90430,10000,33,0,0,-219.345,2154.02,81.2098,5.58505,43200,43200,0,0,1782,0,0,0), + (90431,199,0,0,0,-10104.4,1322.3,42.5532,6.27733,300,300,10,0,198,0,0,1), + (90432,2914,0,0,0,-10126.7,1266.86,38.3463,4.74168,300,300,5,0,8,0,0,1), + (90433,883,0,0,0,-9873.07,923.558,31.03,4.00715,300,300,10,0,1,0,0,1), + (90434,199,0,0,0,-10047.3,1182.14,39.5793,1.21699,300,300,10,0,198,0,0,1), + (90435,36,0,0,0,-10169.2,1278.08,37.2355,4.91583,300,300,10,0,222,0,0,1), + (90436,36,0,0,0,-10151.2,1313.34,38.8169,1.00027,300,300,10,0,222,0,0,1), + (90437,834,0,0,0,-9884.34,852.013,31.8458,0,300,300,10,0,198,0,0,1), + (90438,1976,0,0,0,-8853.4,934.071,102.148,0.549144,350,350,0,0,5079,0,0,2), + (90439,2330,0,0,0,-8856.26,741.91,100.666,2.15696,25,25,0,0,1240,0,0,2), + (90440,2331,0,0,0,-8856.1,740.346,100.655,2.09484,25,25,0,0,64,0,0,0), + (90441,2485,0,0,0,-8991,845.411,29.621,1.752,430,430,0,0,3517,0,0,0), + (90442,2708,0,0,0,-9009,846.395,105.842,0.048,540,540,0,0,2471,0,0,0), + (90443,3504,0,0,0,-8854.86,740.935,100.705,2.15696,25,25,0,0,64,0,0,0), + (90445,3627,0,0,0,-9028.74,889.187,110.196,4.19386,180,180,0,0,166,0,0,2), + (90446,3628,0,0,0,-9084,823.965,108.503,0.401,180,180,0,0,166,0,0,0), + (90447,4075,0,0,0,-8989,1030.99,101.404,3.247,180,180,5,0,8,0,0,1), + (90448,4075,0,0,0,-8983,1023.42,101.404,3.979,180,180,5,0,8,0,0,1), + (90449,4075,0,0,0,-8969,1035.15,101.404,1.622,180,180,5,0,8,0,0,1), + (90450,4075,0,0,0,-8842,983.172,98.477,5.702,180,180,5,0,8,0,0,1), + (90451,4075,0,0,0,-8668,940.834,102.469,0.746,180,180,5,0,8,0,0,1), + (90452,4984,0,0,0,-8779,1093.35,92.611,4.817,190,190,0,0,919,0,0,0), + (90453,4995,0,0,0,-8793,831.376,97.643,0.113,540,540,0,0,2972,0,0,0), + (90454,4995,0,0,0,-8790,828.412,97.643,0.567,540,540,0,0,2972,0,0,0), + (90455,4995,0,0,0,-8787,823.427,97.642,0.976,540,540,0,0,2972,0,0,0), + (90456,4995,0,0,0,-8785,819.921,97.641,1.198,540,540,0,0,2972,0,0,0), + (90457,4996,0,0,0,-8756.34,814.008,97.6346,2.08007,540,540,0,0,3696,0,0,0), + (90458,5042,0,0,0,-8760,814.872,97.635,6.156,310,310,0,0,1605,0,0,2), + (90459,5386,0,0,0,-8851,830.246,104.696,2.193,180,180,0,0,644,0,0,0), + (90460,5495,0,0,0,-8971,1029.9,101.487,2.967,540,540,0,0,2471,1620,0,0), + (90461,5496,0,0,0,-8989,1033.89,101.487,6.056,430,430,0,0,3517,2103,0,0), + (90462,5497,0,0,0,-8990,862.929,29.621,4.858,540,540,0,0,2471,1620,0,0), + (90463,5498,0,0,0,-9007,885.181,29.621,3.938,430,430,0,0,3517,2103,0,0), + (90464,5502,0,0,0,-8721,1175.5,98.342,3.626,310,310,0,0,2016,0,0,0), + (90465,5504,0,0,0,-8776,1100.09,92.626,4.904,490,490,0,0,3139,2620,0,0), + (90466,5505,0,0,0,-8742,1095.41,93.711,5.353,430,430,0,0,3517,2103,0,0), + (90467,5506,0,0,0,-8751,1124.52,92.634,1.536,540,540,0,0,2471,1620,0,0), + (90468,5520,0,0,0,-8975,1035.97,101.487,3.875,540,540,0,0,2471,3191,0,0), + (90469,5567,0,0,0,-8958,815.571,109.447,3.762,310,310,0,0,1684,0,0,0), + (90470,5694,0,0,0,-9010.79,876.605,148.617,4.73757,500,500,0,0,4079,6015,0,0), + (90471,6122,0,0,0,-8983,1041.52,101.487,4.66,430,430,0,0,3517,4393,0,0), + (90472,6237,0,0,0,-8792,829.447,97.642,0.311,540,540,0,0,2972,0,0,0), + (90473,6237,0,0,0,-8787,836.693,98.196,0.305,540,540,0,0,2972,0,0,0), + (90474,6237,0,0,0,-8786,822.293,97.725,1.03,540,540,0,0,2972,0,0,0), + (90475,6237,0,0,0,-8782,823.13,100.482,1.047,540,540,0,0,2972,0,0,0), + (90476,6267,0,0,0,-8962.71,1043.58,53.548,3.93008,190,190,0,0,919,1202,0,0), + (90477,7295,0,0,0,-8756.84,972.561,98.7865,1.06461,310,310,0,1,2016,0,0,2), + (90478,9584,0,0,0,-8976,1021.77,101.487,1.292,540,540,0,0,2972,0,0,0), + (90479,9977,0,0,0,-8738,983.207,97.586,0.611,310,310,0,0,1605,0,0,0), + (90480,11397,0,0,0,-8728,1102.96,92.603,3.875,310,310,0,0,1605,2175,0,0), + (90481,11827,0,0,0,-8744.17,1060.43,90.0196,3.14535,310,310,0,0,2016,0,0,2), + (90482,11828,0,0,0,-8745.13,1063.95,89.9337,3.15163,540,540,0,0,2471,0,0,2), + (90483,11916,0,0,0,-8721,1137.16,90.761,3.481,250,250,0,0,1240,0,0,0), + (90484,14438,0,0,0,-8752.66,984.545,97.9592,0.523878,350,350,0,1,9298,0,0,2), + (90487,8901,230,0,0,1477.09,-433.062,-91.9711,2.67035,60,60,0,0,760,0,0,0), + (90488,8543,0,0,0,2993.5,-3414.74,150.926,5.37561,345,345,0,0,3758,0,0,0), + (90489,8901,230,0,0,1454.87,-451.984,-91.952,5.13127,60,60,0,0,760,0,0,0), + (90491,8901,230,0,0,1461.99,-444.457,-91.9634,0.226893,60,60,0,0,760,0,0,0), + (90511,14223,0,0,0,1153.34,-262.649,33.1925,3.13032,72000,72000,0,0,1163,0,0,2), + (90513,8901,230,0,0,1463.49,-441.138,-91.9661,5.11381,60,60,0,0,760,0,0,0), + (90514,8911,230,0,0,1330.29,-499.318,-89.8003,1.46608,7200,7200,0,0,7599,0,0,0), + (90515,8901,230,0,0,1385.07,-442.853,-94.5913,4.5204,60,60,0,0,760,0,0,0), + (90516,8901,230,0,0,1372.44,-443.276,-94.5913,0.471239,60,60,0,0,760,0,0,0), + (90517,8901,230,0,0,1387.54,-441.535,-94.5913,0.558505,60,60,0,0,760,0,0,0), + (90519,8901,230,0,0,1387.39,-445.746,-94.5913,2.09439,60,60,0,0,760,0,0,0), + (90520,8901,230,0,0,1372.36,-429.011,-94.5913,0.558505,60,60,0,0,760,0,0,0), + (90521,8901,230,0,0,1370.7,-426.248,-94.5913,1.41372,60,60,0,0,760,0,0,0), + (90522,8901,230,0,0,1390.35,-444.429,-94.5913,4.17134,60,60,0,0,760,0,0,0), + (90523,8901,230,0,0,1374.89,-426.135,-94.5913,2.51327,60,60,0,0,760,0,0,0), + (90524,8901,230,0,0,1375.37,-446.558,-94.5913,5.55015,60,60,0,0,760,0,0,0), + (90525,8901,230,0,0,1371.32,-445.236,-94.5913,1.97222,60,60,0,0,760,0,0,0), + (90526,8901,230,0,0,1329.97,-448.636,-91.9246,4.46804,60,60,0,0,760,0,0,0), + (90527,8901,230,0,0,1326.77,-443.608,-91.9312,3.28122,60,60,0,0,760,0,0,0), + (90528,8901,230,0,0,1350.6,-446.162,-91.9467,6.14356,60,60,0,0,760,0,0,0), + (90529,8901,230,0,0,1311.74,-461.614,-91.9524,3.28122,60,60,0,0,760,0,0,0), + (90530,8901,230,0,0,1331.03,-443.818,-91.9295,6.03884,60,60,0,0,760,0,0,0), + (90531,8901,230,0,0,1313.48,-442.15,-91.9254,2.47837,60,60,0,0,760,0,0,0), + (90532,8901,230,0,0,1314.36,-458.797,-91.9436,5.48033,60,60,0,0,760,0,0,0), + (90533,8901,230,0,0,1314.22,-438.777,-91.9259,6.00393,60,60,0,0,760,0,0,0), + (90534,8901,230,0,0,1316.99,-439.793,-91.9165,1.53589,60,60,0,0,760,0,0,0), + (90535,8901,230,0,0,1346.16,-449.806,-91.9373,2.54818,60,60,0,0,760,0,0,0), + (90536,8901,230,0,0,1416.32,-433.632,-91.9349,1.85005,60,60,0,0,760,0,0,0), + (90537,8901,230,0,0,1413.81,-432.722,-91.9394,1.06465,60,60,0,0,760,0,0,0), + (90538,8901,230,0,0,1415.35,-429.179,-91.9433,4.60767,60,60,0,0,760,0,0,0), + (90539,8901,230,0,0,1432.75,-437.7,-91.9339,3.31613,60,60,0,0,760,0,0,0), + (90540,8901,230,0,0,1428.77,-411.007,-91.9347,0.453786,60,60,0,0,760,0,0,0), + (90541,8901,230,0,0,1432.3,-408.596,-91.9337,3.90954,60,60,0,0,760,0,0,0), + (90542,8901,230,0,0,1439.81,-425.127,-91.9286,3.00197,60,60,0,0,760,0,0,0), + (90543,8901,230,0,0,1435.43,-422.761,-91.9284,5.74213,60,60,0,0,760,0,0,0), + (90544,8901,230,0,0,1435.38,-426.302,-91.9223,0.331613,60,60,0,0,760,0,0,0), + (90545,8901,230,0,0,1429.61,-437.877,-91.9352,6.24828,60,60,0,0,760,0,0,0), + (90546,8901,230,0,0,1398.6,-541.89,-91.9433,5.65487,60,60,0,0,760,0,0,0), + (90547,8901,230,0,0,1396.37,-521.767,-91.9285,0.977384,60,60,0,0,760,0,0,0), + (90548,8901,230,0,0,1395.9,-537.116,-91.9296,5.0091,60,60,0,0,760,0,0,0), + (90549,8901,230,0,0,1399.43,-519.463,-91.9285,5.70723,60,60,0,0,760,0,0,0), + (90550,8901,230,0,0,1399.03,-524.913,-91.9285,3.1765,60,60,0,0,760,0,0,0), + (90551,8901,230,0,0,1415.01,-520.726,-91.939,2.96706,60,60,0,0,760,0,0,0), + (90552,8901,230,0,0,1412.68,-543.524,-91.948,0.244346,60,60,0,0,760,0,0,0), + (90553,8901,230,0,0,1419.59,-524.833,-91.9493,0.610865,60,60,0,0,760,0,0,0), + (90554,8901,230,0,0,1400.04,-537.496,-91.9307,3.71755,60,60,0,0,760,0,0,0), + (90555,8901,230,0,0,1415.75,-540.3,-91.9501,3.92699,60,60,0,0,760,0,0,0), + (90556,8901,230,0,0,1363.6,-374.809,-91.9429,3.12414,60,60,0,0,760,0,0,0), + (90557,8901,230,0,0,1345.22,-359.163,-91.9198,1.20428,60,60,0,0,760,0,0,0), + (90558,8901,230,0,0,1345.74,-343.003,-91.9495,2.46091,60,60,0,0,760,0,0,0), + (90559,8901,230,0,0,1362.47,-378.021,-91.9411,0.925025,60,60,0,0,760,0,0,0), + (90560,8901,230,0,0,1344.97,-340.83,-91.9575,5.13127,60,60,0,0,760,0,0,0), + (90561,8901,230,0,0,1358.46,-357.282,-91.9277,4.85202,60,60,0,0,760,0,0,0), + (90562,8901,230,0,0,1346.5,-376.991,-91.9222,2.00713,60,60,0,0,760,0,0,0), + (90563,8901,230,0,0,1347.79,-374.283,-91.9199,5.95157,60,60,0,0,760,0,0,0), + (90564,8901,230,0,0,1362.02,-361.091,-91.9255,3.56047,60,60,0,0,760,0,0,0), + (90565,8901,230,0,0,1344.27,-362.935,-91.928,5.06145,60,60,0,0,760,0,0,0), + (90566,8901,230,0,0,1288.89,-443.535,-91.9711,1.55334,60,60,0,0,760,0,0,0), + (90567,8901,230,0,0,1293.76,-448.941,-91.9711,3.35103,60,60,0,0,760,0,0,0), + (90568,8901,230,0,0,1290.45,-449.343,-91.9711,6.26573,60,60,0,0,760,0,0,0), + (90569,8901,230,0,0,1298.25,-441.673,-91.9653,3.36848,60,60,0,0,760,0,0,0), + (90570,8901,230,0,0,1284.06,-437.056,-91.9711,3.03687,60,60,0,0,760,0,0,0), + (90571,8901,230,0,0,1294.32,-442.919,-91.9711,0.541052,60,60,0,0,760,0,0,0), + (90572,8901,230,0,0,1297.13,-440.224,-91.9673,3.97935,60,60,0,0,760,0,0,0), + (90573,8901,230,0,0,1281.69,-439.124,-91.9711,1.85005,60,60,0,0,760,0,0,0), + (90574,8901,230,0,0,1289.53,-441.673,-91.9711,4.13643,60,60,0,0,760,0,0,0), + (90575,8901,230,0,0,1280.16,-436.085,-91.9711,5.60251,60,60,0,0,760,0,0,0), + (90576,8901,230,0,0,1446.07,-509.547,-91.9542,4.85202,60,60,0,0,760,0,0,0), + (90577,8901,230,0,0,1449.34,-512.27,-91.9598,1.88496,60,60,0,0,760,0,0,0), + (90578,8901,230,0,0,1432.87,-528.623,-91.9624,5.02655,60,60,0,0,760,0,0,0), + (90579,8901,230,0,0,1445.12,-525.361,-91.9604,1.48353,60,60,0,0,760,0,0,0), + (90580,8901,230,0,0,1449.1,-523.051,-91.9613,5.88176,60,60,0,0,760,0,0,0), + (90581,8901,230,0,0,1431.91,-523.971,-91.9542,0.383972,60,60,0,0,760,0,0,0), + (90582,8901,230,0,0,1446.47,-497.064,-91.9478,2.40855,60,60,0,0,760,0,0,0), + (90583,8901,230,0,0,1448.77,-527.128,-91.9636,6.0912,60,60,0,0,760,0,0,0), + (90584,8901,230,0,0,1450.16,-495.335,-91.9548,1.06465,60,60,0,0,760,0,0,0), + (90585,8901,230,0,0,1450.44,-508.672,-91.9619,0.314159,60,60,0,0,760,0,0,0), + (154644,8920,230,0,0,781.008,46.79,-53.6518,3.52557,7200,7200,0,0,2614,0,0,0), + (154643,8920,230,0,0,776.288,43.6711,-53.6518,0.418879,7200,7200,0,0,2614,0,0,0), + (154642,8920,230,0,0,778.728,42.3766,-53.6518,2.19911,7200,7200,0,0,2614,0,0,0), + (154641,8920,230,0,0,757.366,59.5952,-53.5933,0.837758,7200,7200,0,0,2614,0,0,0), + (154640,8920,230,0,0,755.999,61.6141,-53.5721,6.21337,7200,7200,0,0,2614,0,0,0), + (154639,8920,230,0,0,755.346,51.0896,-53.57,1.0472,7200,7200,0,0,2614,0,0,0), + (154638,8900,230,0,0,759.628,61.429,-53.5742,3.21141,7200,7200,0,0,2305,4896,0,0), + (154637,8920,230,0,0,793.538,-34.395,-53.631,5.28835,7200,7200,0,0,2614,0,0,0), + (154636,8900,230,0,0,793.538,-34.395,-53.631,5.28835,7200,7200,0,0,2305,4896,0,0), + (154635,8920,230,0,0,786.798,-42.1107,-53.6505,0.366519,7200,7200,0,0,2614,0,0,0), + (90596,8904,230,0,0,1406.05,-821.902,-91.8983,2.93215,7200,7200,0,0,2471,5013,0,0), + (90597,8904,230,0,0,1395.39,-816.384,-91.8982,5.67232,7200,7200,0,0,2471,5013,0,0), + (90598,8915,230,0,0,1398.54,-823.968,-91.8983,0.698132,7200,7200,0,0,2634,2041,0,0), + (90599,8915,230,0,0,1406.05,-816.533,-91.8983,3.97935,7200,7200,0,0,2634,2041,0,0), + (90600,8903,230,0,0,1354.93,-796.008,-85.0636,6.24828,7200,7200,0,0,7842,0,0,0), + (90601,8899,230,0,0,1380.99,-793.052,-92.6402,5.88176,7200,7200,10,0,7599,0,0,1), + (90602,8904,230,0,0,1411.75,-799.675,-85.0696,3.66519,7200,7200,0,0,2471,5013,0,0), + (90603,8904,230,0,0,1406.5,-798.135,-85.0654,5.18363,7200,7200,0,0,2471,5013,0,0), + (90604,8915,230,0,0,1411.87,-804.099,-85.0692,2.54818,7200,7200,0,0,2634,2041,0,0), + (90605,8915,230,0,0,1406.52,-801.503,-85.0678,6.16101,7200,7200,0,0,2634,2041,0,0), + (90606,8904,230,0,0,1406.73,-722.535,-91.8983,3.92699,7200,7200,0,0,2471,5013,0,0), + (90607,8904,230,0,0,1401.37,-728.191,-91.8983,0.436332,7200,7200,0,0,2471,5013,0,0), + (90608,8904,230,0,0,1408.14,-728.471,-91.8983,2.75762,7200,7200,0,0,2471,5013,0,0), + (90609,8904,230,0,0,1404.44,-731.368,-91.8983,1.32645,7200,7200,0,0,2471,5013,0,0), + (90610,8915,230,0,0,1402.53,-723.347,-91.8983,5.25344,7200,7200,0,0,2634,2041,0,0), + (90611,8899,230,0,0,1408.95,-743.275,-85.0691,5.61996,7200,7200,0,0,7599,0,0,0), + (90612,8904,230,0,0,1352.93,-732.719,-91.8983,0.698132,7200,7200,0,0,2471,5013,0,0), + (90613,8904,230,0,0,1352.36,-726.895,-91.8983,0.034907,7200,7200,0,0,2471,5013,0,0), + (90614,8904,230,0,0,1358.75,-726.641,-91.8983,3.49066,7200,7200,0,0,2471,5013,0,0), + (90615,8904,230,0,0,1354.74,-723.03,-91.8983,5.39307,7200,7200,0,0,2471,5013,0,0), + (90616,8904,230,0,0,1356.95,-733.003,-91.8983,1.74533,7200,7200,0,0,2471,5013,0,0), + (90617,8904,230,0,0,1345.59,-799.74,-85.07,5.55015,7200,7200,0,0,2471,5013,0,0), + (90618,8904,230,0,0,1351.93,-802.79,-85.069,3.15905,7200,7200,0,0,2471,5013,0,0), + (90619,8904,230,0,0,1350.21,-799.457,-85.0696,4.36332,7200,7200,0,0,2471,5013,0,0), + (90620,8915,230,0,0,1349.8,-806.159,-85.0689,1.79769,7200,7200,0,0,2634,2041,0,0), + (90621,8899,230,0,0,1406.38,-791.195,-85.0604,5.32325,7200,7200,0,0,7599,0,0,0), + (90622,8894,230,0,0,804.024,-272.105,-43.1346,2.53073,7200,7200,0,0,4980,9300,0,0), + (90623,8892,230,0,0,769.13,-306.203,-43.3014,4.32842,7200,7200,5,0,6876,0,0,1), + (90624,8896,230,0,0,564.61,-273.643,-43.018,3.36848,7200,7200,0,0,2466,1923,0,0), + (90625,8896,230,0,0,556.481,-276.268,-43.018,0.401426,7200,7200,0,0,2466,1923,0,0), + (90626,8896,230,0,0,561.447,-270.267,-43.018,4.46804,7200,7200,0,0,2466,1923,0,0), + (90627,8896,230,0,0,552.692,-265.121,-43.018,5.35816,7200,7200,0,0,2466,1923,0,0), + (90628,8897,230,0,0,555.384,-268.208,-43.018,2.32129,7200,7200,0,0,3082,0,0,0), + (90629,8894,230,0,0,560.114,-279.083,-43.018,1.50098,7200,7200,0,0,4980,9300,0,0), + (90630,8892,230,0,0,818.215,-301.775,-43.21,2.70526,7200,7200,0,0,6876,0,0,0), + (90631,8896,230,0,0,913.611,-306.681,-49.854,4.06662,7200,7200,0,0,2466,1923,0,0), + (90632,8896,230,0,0,910.232,-309.776,-49.852,0.488692,7200,7200,0,0,2466,1923,0,0), + (90633,8913,230,0,0,913.444,-310.126,-49.856,2.3911,7200,7200,0,0,4980,9300,0,0), + (90634,8897,230,0,0,910.457,-307.054,-49.8484,5.44543,7200,7200,0,0,3082,0,0,0), + (90635,8895,230,0,0,907.283,-303.749,-49.8527,0.436332,7200,7200,0,0,5886,3964,0,0), + (90636,8913,230,0,0,910.216,-302.067,-49.8437,3.75246,7200,7200,0,0,4980,9300,0,0), + (90637,8894,230,0,0,795.499,-303.18,-43.2113,4.2586,7200,7200,0,0,4980,9300,0,0), + (90638,8910,230,0,0,654.851,-271.714,-43.0998,6.24828,7200,7200,0,0,5691,3846,0,0), + (90639,8910,230,0,0,657.492,-295.114,-43.2001,0.244346,7200,7200,0,0,5691,3846,0,0), + (90640,8893,230,0,0,782.223,-241.044,-43.2994,4.11218,7200,7200,5,0,7113,0,0,1), + (90641,8896,230,0,0,844.938,-332.622,-50.1994,3.40339,7200,7200,0,0,2466,1923,0,0), + (90642,8896,230,0,0,834.484,-314.541,-50.1949,6.03884,7200,7200,0,0,2466,1923,0,0), + (90643,8896,230,0,0,828.176,-326.792,-50.1981,2.07694,7200,7200,0,0,2466,1923,0,0), + (90644,8913,230,0,0,826.355,-321.649,-50.1874,4.90438,7200,7200,0,0,4980,9300,0,0), + (90645,8913,230,0,0,840.275,-333.673,-50.1994,0.191986,7200,7200,0,0,4980,9300,0,0), + (90646,8914,230,0,0,840.412,-316.446,-50.201,2.74017,7200,7200,0,0,5886,3964,0,0), + (90647,8896,230,0,0,798.29,-262.88,-43.1369,4.39823,7200,7200,0,0,2466,1923,0,0), + (90648,8896,230,0,0,794.885,-266.32,-43.1952,5.95157,7200,7200,0,0,2466,1923,0,0), + (90649,8913,230,0,0,802.795,-267.726,-43.1161,2.77507,7200,7200,0,0,4980,9300,0,0), + (90650,8914,230,0,0,797.579,-270.536,-43.1938,1.72788,7200,7200,0,0,5886,3964,0,0), + (90651,8921,230,0,0,605.192,44.4749,-74.0454,2.07537,7200,7200,5,0,2672,0,0,1), + (90652,8921,230,0,0,638.745,-50.3329,-73.8678,2.76303,7200,7200,5,0,2672,0,0,1), + (90653,8895,230,0,0,679.383,-126.595,-72.0897,4.34226,7200,7200,0,0,5886,3964,0,0), + (90654,8893,230,0,0,679.73,-127.493,-72.0882,3.87625,7200,7200,0,0,7113,0,0,0), + (90655,8893,230,0,0,680.267,-126.248,-72.0773,5.45412,7200,7200,0,0,7113,0,0,0), + (90656,8893,230,0,0,681.029,-125.095,-72.0637,4.13096,7200,7200,0,0,7113,0,0,0), + (90657,8894,230,0,0,677.519,-125.871,-72.1111,5.13357,7200,7200,0,0,4980,9300,0,0), + (90658,8895,230,0,0,662.677,192.024,-72.1815,4.99164,7200,7200,0,0,5886,3964,0,0), + (90659,8893,230,0,0,657.677,192.518,-72.1776,4.99164,7200,7200,0,0,7113,0,0,0), + (90660,8894,230,0,0,660.719,197.776,-72.105,4.99164,7200,7200,0,0,4980,9300,0,0), + (90661,8893,230,0,0,652.635,196.035,-72.1328,4.99164,7200,7200,0,0,7113,0,0,0), + (90662,8892,230,0,0,655.096,201.248,-72.1411,4.99164,7200,7200,0,0,6876,0,0,0), + (90663,8910,230,0,0,844.957,-204.539,-72.1765,4.06662,7200,7200,0,0,5691,3846,0,0), + (90664,8910,230,0,0,831.207,-228.417,-71.9635,1.13446,7200,7200,0,0,5691,3846,0,0), + (90665,8910,230,0,0,821.661,-174.748,-73.1141,4.08407,7200,7200,0,0,5691,3846,0,0), + (90666,8910,230,0,0,802.117,-207.665,-72.7428,1.13446,7200,7200,0,0,5691,3846,0,0), + (90667,8895,230,0,0,667.863,101.598,-73.7868,5.81195,7200,7200,0,0,5886,3964,0,0), + (90668,8893,230,0,0,675.326,103.708,-73.7868,2.51327,7200,7200,0,0,7113,0,0,0), + (90669,8893,230,0,0,673.552,100.529,-73.7868,2.58309,7200,7200,0,0,7113,0,0,0), + (90670,8894,230,0,0,671.665,97.1954,-73.7868,2.60054,7200,7200,0,0,4980,9300,0,0), + (90671,8894,230,0,0,669.753,93.8376,-73.7868,2.56563,7200,7200,0,0,4980,9300,0,0), + (90672,8921,230,0,0,743.215,-60.3527,-71.9954,2.42601,7200,7200,0,0,2672,0,0,0), + (90673,8921,230,0,0,741.428,-56.4887,-71.7187,2.89725,7200,7200,0,0,2672,0,0,0), + (90674,8921,230,0,0,741.113,-52.3226,-71.7261,3.52556,7200,7200,0,0,2672,0,0,0), + (90675,8895,230,0,0,651.705,61.2399,-73.8701,2.74017,7200,7200,0,0,5886,3964,0,0), + (90676,8893,230,0,0,648.766,68.2939,-73.8704,5.93412,7200,7200,0,0,7113,0,0,0), + (90677,8893,230,0,0,647.31,64.983,-73.8704,5.91667,7200,7200,0,0,7113,0,0,0), + (90678,8894,230,0,0,646.111,61.6754,-73.8704,5.8294,7200,7200,0,0,4980,9300,0,0), + (90679,8894,230,0,0,644.751,58.9224,-73.8704,5.81195,7200,7200,0,0,4980,9300,0,0), + (90680,8895,230,0,0,736.497,-58.9588,-71.8597,3.92699,7200,7200,5,0,5886,3964,0,1), + (90681,8893,230,0,0,737.386,-59.6062,-71.8446,5.31331,7200,7200,5,0,7113,0,0,1), + (90682,8894,230,0,0,735.496,-58.2871,-71.899,2.0785,7200,7200,0,0,4980,9300,0,0), + (90683,8893,230,0,0,739.326,-61.7872,-71.8094,5.29402,7200,7200,0,0,7113,0,0,0), + (90684,8892,230,0,0,733.669,-56.1304,-71.9675,2.07851,7200,7200,0,0,6876,0,0,0), + (90685,8890,230,0,0,291.353,-117.947,-69.8506,0.558505,7200,7200,0,0,6414,0,0,0), + (90686,8921,230,0,0,405.437,-73.7528,-62.0672,2.82692,7200,7200,5,0,2672,0,0,1), + (90687,8921,230,0,0,412.444,-78.1369,-62.4241,2.82692,7200,7200,3,0,2672,0,0,1), + (90688,8921,230,0,0,414.982,-76.8596,-62.6671,2.82692,7200,7200,3,0,2672,0,0,1), + (90689,8891,230,0,0,398.49,-111.579,-65.0967,4.81711,7200,7200,0,0,6645,0,0,0), + (90690,8890,230,0,0,393.839,-143.637,-64.8657,4.62512,7200,7200,0,0,6414,0,0,0), + (90691,8890,230,0,0,432.875,-116.073,-65.2243,3.90954,7200,7200,0,0,6414,0,0,0), + (90692,8891,230,0,0,379.509,-191.971,-69.718,3.40339,7200,7200,0,0,6645,0,0,0), + (90693,8921,230,0,0,460.844,-136.703,-63.6951,3.05433,7200,7200,0,0,2672,0,0,0), + (90694,8921,230,0,0,444.096,-82.7896,-63.7208,5.16617,7200,7200,0,0,2672,0,0,0), + (90695,8912,230,0,0,360.983,-162.008,-64.8657,3.03687,7200,7200,0,0,5316,3614,0,0), + (90696,8890,230,0,0,448.214,-90.3091,-62.1132,0,7200,7200,0,0,6414,0,0,0), + (90697,8890,230,0,0,447.884,-79.9526,-62.8283,6.16101,7200,7200,0,0,6414,0,0,0), + (90698,8892,230,0,0,589.415,-272.04,-81.5141,3.66308,7200,7200,5,0,6876,0,0,1), + (90699,8921,230,0,0,513.93,-205.457,-59.078,0.645772,7200,7200,0,0,2672,0,0,0), + (90700,8921,230,0,0,509.652,-193.653,-59.2962,3.87463,7200,7200,0,0,2672,0,0,0), + (90701,8921,230,0,0,512.527,-199.283,-59.5497,3.14159,7200,7200,0,0,2672,0,0,0), + (90702,8891,230,0,0,520.722,-241.035,-65.6437,2.28638,7200,7200,0,0,6645,0,0,0), + (90703,8892,230,0,0,517.187,-236.456,-64.4333,5.06145,7200,7200,0,0,6876,0,0,0), + (90704,8891,230,0,0,626.673,-125.045,-72.7928,2.9147,7200,7200,0,0,6645,0,0,0), + (90705,8892,230,0,0,501.992,-158.544,-61.9997,1.93731,7200,7200,0,0,6876,0,0,0), + (90706,8891,230,0,0,511.715,-155.045,-61.7997,1.93731,7200,7200,0,0,6645,0,0,0), + (90707,8891,230,0,0,625.554,-278.916,-83.8756,0.575959,7200,7200,0,0,6645,0,0,0), + (90708,8891,230,0,0,620.166,-123.232,-72.5403,5.95157,7200,7200,0,0,6645,0,0,0), + (90709,8891,230,0,0,668.684,-192.317,-77.4771,5.07891,7200,7200,0,0,6645,0,0,0), + (90710,8892,230,0,0,658.197,-230.126,-83.2209,2.82743,7200,7200,0,0,6876,0,0,0), + (90711,8891,230,0,0,628.884,-77.5238,-45.6328,6.24828,7200,7200,0,0,6645,0,0,0), + (90712,8892,230,0,0,610.951,-41.0554,-59.9744,0.506145,7200,7200,0,0,6876,0,0,0), + (90713,8892,230,0,0,572.037,-100.758,-44.9377,3.29867,7200,7200,0,0,6876,0,0,0), + (90714,8891,230,0,0,609.395,-99.6979,-45.7306,6.17846,7200,7200,0,0,6645,0,0,0), + (90715,8892,230,0,0,587.833,-37.9909,-59.9752,2.53073,7200,7200,0,0,6876,0,0,0), + (90716,8909,230,0,0,634.676,-77.5651,-45.6522,3.1765,7200,7200,0,0,5316,3614,0,0), + (90717,8892,230,0,0,582.3,-34.5938,-59.976,5.95157,7200,7200,0,0,6876,0,0,0), + (90718,8891,230,0,0,587.621,-35.401,-59.9758,3.03687,7200,7200,0,0,6645,0,0,0), + (90719,8891,230,0,0,631.341,-109.559,-45.947,1.50098,7200,7200,0,0,6645,0,0,0), + (90720,8891,230,0,0,669.019,-144.754,-46.1504,2.21657,7200,7200,0,0,6645,0,0,0), + (90721,8899,230,0,0,755.36,-52.1277,-46.1504,2.11185,7200,7200,0,0,7599,0,0,0), + (90722,8898,230,0,0,702.121,18.8661,-45.3756,1.6057,7200,7200,0,0,6078,4082,0,0), + (90723,8911,230,0,0,736.264,-12.5603,-46.1349,4.29351,7200,7200,0,0,7599,0,0,0), + (90724,8911,230,0,0,719.362,61.1917,-44.9377,4.53786,7200,7200,0,0,7599,0,0,0), + (90725,8898,230,0,0,718.242,57.3913,-44.9377,1.25664,7200,7200,0,0,6078,4082,0,0), + (90726,8898,230,0,0,677.94,-8.26589,-59.9756,6.0912,7200,7200,0,0,6078,4082,0,0), + (90727,8911,230,0,0,695.816,-15.7533,-45.6037,1.98968,7200,7200,0,0,7599,0,0,0), + (90728,8911,230,0,0,754.091,-73.9451,-46.2159,0.84735,7200,7200,0,0,7599,0,0,2), + (90729,8911,230,0,0,983.66,-278.923,-116.411,2.10731,7200,7200,5,0,7599,0,0,1), + (90730,8911,230,0,0,1153.99,-313.59,-104.33,4.20332,7200,7200,3,0,7599,0,0,1), + (90731,8911,230,0,0,1140.18,-449.129,-104.768,1.11701,7200,7200,0,0,7599,0,0,0), + (90732,8911,230,0,0,1133.1,-444.435,-103.302,0.820305,7200,7200,0,0,7599,0,0,0), + (90733,8911,230,0,0,1129.12,-437.422,-102.162,0.523599,7200,7200,0,0,7599,0,0,0), + (90734,8911,230,0,0,941.022,-310.532,-116.235,1.64001,7200,7200,5,0,7599,0,0,1), + (90735,8911,230,0,0,1067.93,-264.695,-116.356,3.96163,7200,7200,5,0,7599,0,0,1), + (90736,8911,230,0,0,932.497,-250.361,-116.329,3.49474,7200,7200,5,0,7599,0,0,1), + (90737,9554,230,0,0,827.466,-163.1,-49.6699,5.48649,7200,7200,0,0,6186,0,0,0), + (90738,9554,230,0,0,873.906,-213.638,-42.6273,5.28143,7200,7200,0,0,6186,0,0,0), + (90739,9547,230,0,0,881.549,-209.784,-43.6204,5.08309,7200,7200,0,0,1443,4140,0,0), + (90740,9545,230,0,0,870.151,-144.163,-49.6742,2.64149,7200,7200,0,0,2062,0,0,0), + (90741,9547,230,0,0,889.815,-205.893,-42.6204,0.153653,7200,7200,0,0,1443,4140,0,0), + (90742,9547,230,0,0,880.795,-180.049,-43.8419,0.199057,7200,7200,0,0,1443,4140,0,0), + (90743,9554,230,0,0,817.96,-178.674,-49.6699,5.18238,7200,7200,0,0,6186,0,0,0), + (90744,9545,230,0,0,814.555,-172.168,-49.6699,2.39913,7200,7200,0,0,2062,0,0,0), + (90745,9547,230,0,0,882.36,-211.872,-43.6204,1.9415,7200,7200,0,0,1443,4140,0,0), + (90746,9545,230,0,0,831.84,-156.663,-49.6699,4.1155,7200,7200,0,0,2062,0,0,0), + (90747,8901,230,0,0,1449.1,-356.933,-91.9516,0.698132,60,60,0,0,760,0,0,0), + (90748,8901,230,0,0,1451.08,-359.821,-91.9507,2.16421,60,60,0,0,760,0,0,0), + (90749,8901,230,0,0,1451.37,-373.793,-91.9522,1.11701,60,60,0,0,760,0,0,0), + (90750,8901,230,0,0,1446.42,-358.629,-91.9447,3.15905,60,60,0,0,760,0,0,0), + (90751,8901,230,0,0,1449.33,-376.14,-91.9423,5.70723,60,60,0,0,760,0,0,0), + (90752,8901,230,0,0,1434.49,-345.97,-91.9494,6.00393,60,60,0,0,760,0,0,0), + (90753,8901,230,0,0,1437.55,-347.443,-91.9498,3.33358,60,60,0,0,760,0,0,0), + (90754,8901,230,0,0,1447.86,-362.157,-91.9352,3.52556,60,60,0,0,760,0,0,0), + (90755,8901,230,0,0,1437.16,-344.403,-91.9564,1.74533,60,60,0,0,760,0,0,0), + (90756,8901,230,0,0,1439.42,-345.833,-91.9542,3.21141,60,60,0,0,760,0,0,0), + (90757,8901,230,0,0,1387.19,-340.844,-91.9594,1.36136,60,60,0,0,760,0,0,0), + (90758,8901,230,0,0,1388.51,-344.325,-91.9437,1.88496,60,60,0,0,760,0,0,0), + (90759,8901,230,0,0,1408.35,-317.216,-91.9711,6.17846,60,60,0,0,760,0,0,0), + (90760,8901,230,0,0,1411.07,-340.772,-91.9624,1.85005,60,60,0,0,760,0,0,0), + (90761,8901,230,0,0,1402.7,-321.739,-91.9711,1.71042,60,60,0,0,760,0,0,0), + (90762,8901,230,0,0,1404.83,-335.749,-91.9711,0.20944,60,60,0,0,760,0,0,0), + (90763,8901,230,0,0,1384.89,-345.137,-91.9401,1.88496,60,60,0,0,760,0,0,0), + (90764,8901,230,0,0,1403.56,-316.788,-91.9711,3.59538,60,60,0,0,760,0,0,0), + (90765,8901,230,0,0,1406.49,-322.95,-91.9711,0.733038,60,60,0,0,760,0,0,0), + (90766,8901,230,0,0,1411.33,-335.588,-91.9711,3.7001,60,60,0,0,760,0,0,0), + (90767,8911,230,0,0,1431.44,-500.01,-89.4362,1.6057,7200,7200,0,0,7599,0,0,0), + (90768,8901,230,0,0,1460.5,-398.741,-91.9575,5.5676,60,60,0,0,760,0,0,0), + (90769,8901,230,0,0,1463.34,-401.115,-91.9648,2.46091,60,60,0,0,760,0,0,0), + (90770,8901,230,0,0,1473.22,-407.831,-91.9711,5.51524,60,60,0,0,760,0,0,0), + (90771,8901,230,0,0,1458.13,-410.033,-91.9568,5.68977,60,60,0,0,760,0,0,0), + (90772,8901,230,0,0,1472.62,-410.55,-91.9711,0.418879,60,60,0,0,760,0,0,0), + (90773,8901,230,0,0,1476.19,-409.867,-91.9711,2.87979,60,60,0,0,760,0,0,0), + (90774,8901,230,0,0,1453.25,-402.258,-91.9396,4.2586,60,60,0,0,760,0,0,0), + (90775,8901,230,0,0,1460.94,-410.054,-91.9618,3.42085,60,60,0,0,760,0,0,0), + (90776,8901,230,0,0,1459.87,-412.546,-91.9599,1.98968,60,60,0,0,760,0,0,0), + (90777,8901,230,0,0,1451.35,-405.777,-91.94,1.0472,60,60,0,0,760,0,0,0), + (90778,8901,230,0,0,1414.42,-379.054,-92.0089,1.29743,60,60,5,0,760,0,0,1), + (90779,8901,230,0,0,1410.26,-400.791,-92.0192,2.49214,60,60,5,0,760,0,0,1), + (90780,8901,230,0,0,1411.16,-390.771,-92.028,1.60551,60,60,5,0,760,0,0,1), + (90781,8901,230,0,0,1411.16,-390.666,-92.0282,1.80175,60,60,5,0,760,0,0,1), + (90782,14224,0,0,0,-7276.23,-3448.95,305.128,1.234,72000,72000,0,0,1585,0,0,0), + (90783,14275,0,0,0,-1338.05,-1230.47,49.9036,0.681901,72000,72000,0,0,2477,756,0,0), + (90784,8901,230,0,0,1409.72,-405.018,-92.0262,2.53054,60,60,5,0,760,0,0,1), + (90785,14279,0,0,0,-845.132,-168.46,34.0456,3.46221,72000,72000,0,0,664,0,0,0), + (90786,8901,230,0,0,1412.69,-403.34,-92.0274,2.31446,60,60,5,0,760,0,0,1), + (90787,8901,230,0,0,1288.26,-422.558,-91.9711,1.64061,60,60,0,0,760,0,0,0), + (90788,8901,230,0,0,1299.73,-410.206,-91.9629,1.76278,60,60,0,0,760,0,0,0), + (90789,8901,230,0,0,1287.83,-411.418,-91.9711,0.436332,60,60,0,0,760,0,0,0), + (90790,8901,230,0,0,1297.11,-407.795,-91.9676,0.174533,60,60,0,0,760,0,0,0), + (90791,8901,230,0,0,1289.59,-418.553,-91.9711,4.24115,60,60,0,0,760,0,0,0), + (90792,8901,230,0,0,1298.68,-405.128,-91.9648,4.93928,60,60,0,0,760,0,0,0), + (90793,8901,230,0,0,1287.11,-419.346,-91.9711,5.20108,60,60,0,0,760,0,0,0), + (90794,8901,230,0,0,1290.35,-409.823,-91.9711,3.9968,60,60,0,0,760,0,0,0), + (90795,8901,230,0,0,1301.29,-406.926,-91.9601,3.36848,60,60,0,0,760,0,0,0), + (90796,8901,230,0,0,1289.27,-412.676,-91.9711,1.37881,60,60,0,0,760,0,0,0), + (90797,8901,230,0,0,1321.94,-408.211,-91.9303,5.07891,60,60,0,0,760,0,0,0), + (90798,8901,230,0,0,1342.11,-412.866,-91.9267,2.9147,60,60,0,0,760,0,0,0), + (90799,8901,230,0,0,1346.39,-416.705,-91.9305,3.10669,60,60,0,0,760,0,0,0), + (90800,8901,230,0,0,1321.19,-411.758,-91.9271,4.57276,60,60,0,0,760,0,0,0), + (90801,8901,230,0,0,1348.39,-413.741,-91.9281,1.50098,60,60,0,0,760,0,0,0), + (90802,8901,230,0,0,1345.47,-411.218,-91.8676,2.68781,60,60,0,0,760,0,0,0), + (90803,8901,230,0,0,1328.63,-391.593,-91.9182,1.5708,60,60,0,0,760,0,0,0), + (90804,8901,230,0,0,1343.56,-416.644,-91.9291,1.6057,60,60,0,0,760,0,0,0), + (90805,15348,509,0,0,-8824.54,1629.52,20.446,5.83658,259200,259200,5,0,333100,0,0,1), + (90806,8901,230,0,0,1330.69,-397.53,-91.9254,4.83456,60,60,0,0,760,0,0,0), + (90807,8901,230,0,0,1325.71,-394.043,-91.9178,6.24828,60,60,0,0,760,0,0,0), + (154634,8900,230,0,0,786.798,-42.1107,-53.6505,0.366519,7200,7200,0,0,2305,4896,0,0), + (154633,8920,230,0,0,804.537,50.8482,-53.5804,0.139626,7200,7200,0,0,2614,0,0,0), + (154632,8900,230,0,0,804.537,50.8482,-53.5804,0.139626,7200,7200,0,0,2305,4896,0,0), + (154631,8920,230,0,0,809.952,49.7623,-53.559,1.22173,7200,7200,0,0,2614,0,0,0), + (154630,8900,230,0,0,809.952,49.7623,-53.559,1.22173,7200,7200,0,0,2305,4896,0,0), + (154629,8920,230,0,0,760.166,55.6209,-53.6182,3.24631,7200,7200,0,0,2614,0,0,0), + (154628,8900,230,0,0,760.166,55.6209,-53.6182,3.24631,7200,7200,0,0,2305,4896,0,0), + (154627,8920,230,0,0,756.6,52.5513,-53.5831,3.90954,7200,7200,0,0,2614,0,0,0), + (154626,8900,230,0,0,756.6,52.5513,-53.5831,3.90954,7200,7200,0,0,2305,4896,0,0), + (154625,8920,230,0,0,756.804,55.0023,-53.5866,0.715585,7200,7200,0,0,2614,0,0,0), + (90818,8896,230,0,0,855.581,-259.655,-49.8527,2.16421,7200,7200,0,0,2466,1923,0,0), + (90819,8896,230,0,0,850.493,-257.247,-49.8662,0.314159,7200,7200,0,0,2466,1923,0,0), + (90820,8913,230,0,0,858.027,-255.867,-49.8766,3.22886,7200,7200,0,0,4980,9300,0,0), + (90821,8897,230,0,0,855.256,-254.566,-49.8781,3.87463,7200,7200,0,0,3082,0,0,0), + (90822,8895,230,0,0,852.219,-258.57,-49.8635,1.11701,7200,7200,0,0,5886,3964,0,0), + (90823,8913,230,0,0,851.562,-253.153,-49.8903,5.23599,7200,7200,0,0,4980,9300,0,0), + (90824,8896,230,0,0,753.228,-273.44,-42.7627,3.63029,7200,7200,0,0,2466,1923,0,0), + (90825,8913,230,0,0,741.527,-274.972,-42.7518,6.17846,7200,7200,0,0,4980,9300,0,0), + (90826,8910,230,0,0,753.022,-277.616,-42.7704,2.72271,7200,7200,0,0,5691,3846,0,0), + (90827,8922,230,0,0,745.672,-277.552,-42.7518,0.506145,7200,7200,0,0,3293,0,0,0), + (90828,8910,230,0,0,861.324,-258.804,-49.8696,4.42832,7200,7200,0,0,5691,3846,0,2), + (90829,8896,230,0,0,592.506,-280.569,-43.018,5.48033,7200,7200,0,0,2466,1923,0,0), + (90830,8896,230,0,0,597.112,-279.821,-43.0185,4.50295,7200,7200,0,0,2466,1923,0,0), + (90831,8896,230,0,0,595.024,-289.124,-43.021,1.32645,7200,7200,0,0,2466,1923,0,0), + (90832,8913,230,0,0,592.006,-285.288,-43.0193,0.20944,7200,7200,0,0,4980,9300,0,0), + (90833,8913,230,0,0,600.961,-282.715,-43.02,3.47321,7200,7200,0,0,4980,9300,0,0), + (90834,8914,230,0,0,600.32,-288.004,-43.0215,2.42601,7200,7200,0,0,5886,3964,0,0), + (90835,8896,230,0,0,774.097,-303.192,-43.2171,4.99164,7200,7200,0,0,2466,1923,0,0), + (90836,8896,230,0,0,779.096,-311.473,-43.2155,2.14675,7200,7200,0,0,2466,1923,0,0), + (90837,8896,230,0,0,770.35,-310.941,-43.2168,1.02974,7200,7200,0,0,2466,1923,0,0), + (90838,8922,230,0,0,774.727,-316.716,-43.216,1.58825,7200,7200,0,0,3293,0,0,0), + (90839,8895,230,0,0,671.831,-34.9277,-73.3114,0.244346,7200,7200,5,0,5886,3964,0,1), + (90840,8893,230,0,0,667.567,-33.3695,-73.3112,3.28122,7200,7200,5,0,7113,0,0,1), + (90841,8893,230,0,0,671.155,-30.151,-73.3134,3.28122,7200,7200,0,0,7113,0,0,0), + (90842,8893,230,0,0,664.043,-28.4768,-73.2895,3.28122,7200,7200,0,0,7113,0,0,0), + (90843,8894,230,0,0,667.517,-25.1782,-73.8748,3.28122,7200,7200,0,0,4980,9300,0,0), + (90844,8910,230,0,0,870.18,-239.327,-71.6776,4.06662,7200,7200,0,0,5691,3846,0,0), + (90845,8910,230,0,0,863.806,-250.834,-71.6756,1.29154,7200,7200,0,0,5691,3846,0,0), + (90846,8921,230,0,0,361.558,-58.3851,-66.7057,2.49582,7200,7200,3,0,2672,0,0,1), + (90847,8890,230,0,0,411.087,-167.735,-63.4654,1.24097,7200,7200,5,0,6414,0,0,1), + (90848,8921,230,0,0,457.554,-140.79,-63.8145,1.78024,7200,7200,0,0,2672,0,0,0), + (90849,8921,230,0,0,324.618,-212.014,-78.2142,0.698132,7200,7200,0,0,2672,0,0,0), + (90850,8890,230,0,0,355.669,-161.649,-64.8657,6.24828,7200,7200,0,0,6414,0,0,0), + (90851,8921,230,0,0,357.462,-58.0399,-67.3812,1.20428,7200,7200,3,0,2672,0,0,1), + (90852,8921,230,0,0,384.864,-78.3217,-63.991,1.65806,7200,7200,3,0,2672,0,0,1), + (90853,8921,230,0,0,339.123,-76.1179,-70.3924,4.71239,7200,7200,3,0,2672,0,0,1), + (90854,8912,230,0,0,264.449,-149.725,-72.5408,0.907571,7200,7200,0,0,5316,3614,0,0), + (90855,8921,230,0,0,409.205,-184.321,-63.7488,3.89351,7200,7200,3,0,2672,0,0,1), + (90856,8921,230,0,0,413.92,-181.62,-63.0163,4.07896,7200,7200,3,0,2672,0,0,1), + (90857,8921,230,0,0,413.496,-178.817,-62.9655,4.07896,7200,7200,3,0,2672,0,0,1), + (90858,8892,230,0,0,555.58,-274.545,-75.6066,2.77507,7200,7200,0,0,6876,0,0,0), + (90859,8891,230,0,0,635.098,-158.922,-70.9624,2.53073,7200,7200,0,0,6645,0,0,0), + (90860,8921,230,0,0,620.124,-276.787,-83.7964,1.32645,7200,7200,0,0,2672,0,0,0), + (90861,8921,230,0,0,626.244,-272.318,-83.9212,5.46288,7200,7200,0,0,2672,0,0,0), + (90862,8909,230,0,0,633.261,-267.149,-83.2195,1.8675,7200,7200,0,0,5316,3614,0,0), + (90863,8892,230,0,0,648.608,-195.776,-76.3168,1.62316,7200,7200,0,0,6876,0,0,0), + (90864,8891,230,0,0,632.435,-154.188,-70.7046,5.23599,7200,7200,0,0,6645,0,0,0), + (90865,8892,230,0,0,606.65,-262.916,-83.4854,2.9147,7200,7200,0,0,6876,0,0,0), + (90866,8891,230,0,0,634.684,-252.648,-83.508,4.04995,7200,7200,0,0,6645,0,0,0), + (90867,8921,230,0,0,627.172,-261.771,-83.8865,3.85347,7200,7200,5,0,2672,0,0,1), + (90868,8921,230,0,0,627.38,-258.95,-83.75,3.85346,7200,7200,5,0,2672,0,0,1), + (90869,8891,230,0,0,605.884,-264.782,-83.2414,2.79253,7200,7200,0,0,6645,0,0,0), + (90870,8892,230,0,0,556.167,-248.163,-70.6092,2.49582,7200,7200,0,0,6876,0,0,0), + (90872,8892,230,0,0,663.407,-154.398,-73.7731,2.30383,7200,7200,0,0,6876,0,0,0), + (90873,15370,509,0,0,-9235.98,1234.07,-63.6578,2.06274,259200,259200,3,0,666250,471600,0,1), + (90874,8891,230,0,0,594.625,-54.522,-59.9678,3.56047,7200,7200,0,0,6645,0,0,0), + (90875,8891,230,0,0,594.451,-56.6109,-59.96,3.00197,7200,7200,0,0,6645,0,0,0), + (90876,8891,230,0,0,666.213,-142.887,-46.1504,6.02139,7200,7200,0,0,6645,0,0,0), + (90877,8892,230,0,0,609.441,-97.7691,-45.7332,5.5676,7200,7200,0,0,6876,0,0,0), + (90878,8909,230,0,0,628.139,-57.0865,-59.9761,0.820305,7200,7200,0,0,5316,3614,0,0), + (90879,8909,230,0,0,629.227,-73.7156,-45.5453,5.34071,7200,7200,0,0,5316,3614,0,0), + (90880,8892,230,0,0,630.975,-105.554,-45.9517,5.0091,7200,7200,0,0,6876,0,0,0), + (90881,9545,230,0,0,824.958,-166.388,-49.6699,4.27777,7200,7200,0,0,2062,0,0,0), + (90882,9545,230,0,0,881.499,-163.228,-49.6754,3.72741,7200,7200,0,0,2062,0,0,0), + (90883,9545,230,0,0,857.768,-162.738,-49.6717,6.04803,7200,7200,0,0,2062,0,0,0), + (90884,9547,230,0,0,877.84,-205.968,-43.6204,2.24715,7200,7200,0,0,1443,4140,0,0), + (90885,9545,230,0,0,866.556,-195.949,-43.6204,5.48534,7200,7200,0,0,2062,0,0,0), + (90886,9547,230,0,0,887.628,-208.3,-43.6204,2.07571,7200,7200,0,0,1443,4140,0,0), + (90887,9545,230,0,0,830.263,-157.607,-49.6699,0.53946,7200,7200,0,0,2062,0,0,0), + (90888,9554,230,0,0,872.504,-210.763,-42.6134,2.4924,7200,7200,0,0,6186,0,0,0), + (90889,9545,230,0,0,861.362,-167.823,-49.6724,2.18598,7200,7200,0,0,2062,0,0,0), + (90890,9547,230,0,0,862.89,-200.193,-43.6204,3.4411,7200,7200,0,0,1443,4140,0,0), + (90891,15369,509,0,0,-9698.38,1535.55,21.444,0.752699,259200,259200,0,0,333100,0,0,0), + (154624,8900,230,0,0,756.804,55.0023,-53.5866,0.715585,7200,7200,0,0,2305,4896,0,0), + (90893,15339,509,0,0,-9493.6,2030.27,105.48,5.52243,259200,259200,0,0,499650,0,0,0), + (154623,8920,230,0,0,759.862,58.2598,-53.6085,3.9619,7200,7200,0,0,2614,0,0,0), + (154622,8900,230,0,0,759.862,58.2598,-53.6085,3.9619,7200,7200,0,0,2305,4896,0,0), + (90896,8921,230,0,0,414.346,-166.139,-63.4666,3.40339,7200,7200,0,0,2672,0,0,0), + (90897,8912,230,0,0,379.964,-81.4252,-64.2487,6.02139,7200,7200,0,0,5316,3614,0,0), + (90898,8921,230,0,0,401.246,-113.082,-65.2232,4.45059,7200,7200,0,0,2672,0,0,0), + (90899,8912,230,0,0,340.143,-117.05,-64.8657,5.09636,7200,7200,0,0,5316,3614,0,0), + (90900,8921,230,0,0,409.773,-196.003,-64.7748,4.15388,7200,7200,0,0,2672,0,0,0), + (90901,8890,230,0,0,333.292,-195.188,-78.2226,0.087266,7200,7200,0,0,6414,0,0,0), + (90902,8912,230,0,0,375.964,-107.817,-64.8657,2.75762,7200,7200,0,0,5316,3614,0,0), + (90903,8890,230,0,0,318.265,-62.8067,-75.1536,3.35103,7200,7200,0,0,6414,0,0,0), + (90904,8890,230,0,0,407.555,-200.144,-65.3298,0.122173,7200,7200,0,0,6414,0,0,0), + (90905,8921,230,0,0,288.343,-92.9883,-75.5968,0.610865,7200,7200,0,0,2672,0,0,0), + (90906,8892,230,0,0,583.082,-286.592,-82.1588,6.0912,7200,7200,0,0,6876,0,0,0), + (90907,8892,230,0,0,587.938,-289.647,-82.7068,2.21657,7200,7200,0,0,6876,0,0,0), + (90908,8909,230,0,0,616.278,-125.476,-71.6701,2.07694,7200,7200,0,0,5316,3614,0,0), + (90909,15340,509,0,0,-8845.52,2260.14,21.4697,4.64258,259200,259200,0,0,346450,26200,0,0), + (90910,8909,230,0,0,621.573,-127.696,-72.6036,1.67552,7200,7200,0,0,5316,3614,0,0), + (90911,8909,230,0,0,544.167,-246.6,-69.259,2.47837,7200,7200,0,0,5316,3614,0,0), + (90912,8891,230,0,0,554.463,-276.653,-75.6805,2.49582,7200,7200,0,0,6645,0,0,0), + (90913,8892,230,0,0,506.061,-196.933,-60.0154,4.99164,7200,7200,0,0,6876,0,0,0), + (90914,8892,230,0,0,668.841,-197.608,-78.1925,1.5708,7200,7200,0,0,6876,0,0,0), + (90915,8892,230,0,0,549.315,-272.307,-74.053,5.53269,7200,7200,0,0,6876,0,0,0), + (90916,8921,230,0,0,587.865,-124.758,-68.555,5.95941,7200,7200,5,0,2672,0,0,1), + (90917,8921,230,0,0,569.831,-120.727,-63.9959,1.65336,7200,7200,5,0,2672,0,0,1), + (90918,8921,230,0,0,569.464,-124.601,-64.0841,4.46512,7200,7200,5,0,2672,0,0,1), + (90919,8892,230,0,0,670.192,-196.127,-78.0563,1.95477,7200,7200,0,0,6876,0,0,0), + (90921,6247,1,0,0,-2252.13,-2373.95,91.6672,0.72806,180,180,0,0,2471,3191,0,0), + (90949,8605,0,0,0,2797.16,-4364.2,110.099,5.8108,345,345,5,0,3644,0,0,1), + (90950,8598,0,0,0,2903.81,-4436.71,92.4263,6.0964,345,345,10,0,3758,0,0,1), + (90951,8605,0,0,0,3022.37,-4657.69,104.42,3.42472,345,345,2,0,3644,0,0,1), + (90952,8598,0,0,0,2921.14,-4743.69,92.997,4.11654,345,345,10,0,3758,0,0,1), + (90953,8603,0,0,0,2160.88,-3434.14,134.903,2.04668,345,345,5,0,3293,0,0,1), + (90954,15162,0,0,0,1600.94,-5310.35,68.8158,5.88176,610,610,0,0,9432,0,0,0), + (90955,9451,0,0,0,1663.3,-5589.9,101.873,2.25148,610,610,0,0,5490,5013,0,0), + (90956,15162,0,0,0,1590.73,-5303.4,68.7325,4.67248,610,610,0,0,9432,0,0,0), + (90957,9449,0,0,0,1633.8,-4819.98,85.2058,3.80482,610,610,0,0,6078,2041,0,0), + (90958,9447,0,0,0,1548.28,-5256.06,114.1,3.44915,610,610,5,0,5886,1982,0,1), + (90959,8602,0,0,0,2932.84,-4808.11,97.6322,5.85969,345,345,10,0,3643,0,0,1), + (90960,8602,0,0,0,3039.67,-4595.09,127.985,4.82488,345,345,5,0,3643,0,0,1), + (90961,8605,0,0,0,2801.62,-4268.73,90.5152,2.05325,345,345,10,0,3644,0,0,1), + (90962,8605,0,0,0,3081.34,-4080.8,100.457,6.20204,345,345,10,0,3644,0,0,1), + (90963,8598,0,0,0,3066.33,-4487.64,112.663,3.23349,345,345,10,0,3758,0,0,1), + (90964,8605,0,0,0,2829.96,-4641.01,90.0825,5.21626,345,345,10,0,3644,0,0,1), + (90965,8534,0,0,0,1976.21,-3969.38,124.619,2.51079,345,345,10,0,3420,0,0,1), + (90966,8596,0,0,0,1529.17,-3145.83,104.608,3.1121,345,345,5,0,3189,0,0,1), + (90967,9447,0,0,0,1658.46,-5211.95,95.7524,1.65806,610,610,0,0,5886,1982,0,0), + (90968,9448,0,0,0,1547.64,-5561.78,100.884,4.27606,610,610,0,0,6477,2163,0,0), + (90969,8598,0,0,0,3020.79,-4600.44,110.05,4.49488,345,345,0,0,3758,0,0,0), + (90970,8600,0,0,0,1794.45,-2721.07,87.324,5.58557,345,345,5,0,3189,0,0,1), + (90971,8596,0,0,0,1746.07,-2679.6,75.8655,0.986825,345,345,5,0,3189,0,0,1), + (90972,8600,0,0,0,1504.1,-3911.78,156.512,1.36707,345,345,5,0,3189,0,0,1), + (90973,8600,0,0,0,1722.54,-2850.23,81.8359,1.69632,345,345,3,0,3189,0,0,1), + (90974,8600,0,0,0,1736.7,-4849.7,93.6362,4.18052,345,345,5,0,3189,0,0,1), + (90975,10814,229,0,0,31.706,-293.848,110.947,3.18881,7200,7200,0,0,23688,0,0,0), + (90976,10814,229,0,0,30.8434,-278.412,110.945,3.18881,7200,7200,0,0,23688,0,0,0), + (91010,9547,230,0,0,868.526,-161.386,-49.6733,5.34704,7200,7200,0,0,1443,4140,0,0), + (91011,9545,230,0,0,885.785,-208.74,-42.6968,3.6626,7200,7200,0,0,2062,0,0,0), + (91012,9545,230,0,0,855.058,-206.511,-43.6204,2.05573,7200,7200,0,0,2062,0,0,0), + (91013,9545,230,0,0,886.978,-178.802,-43.8419,5.17016,7200,7200,0,0,2062,0,0,0), + (91014,9545,230,0,0,822.791,-171.055,-49.6699,1.18745,7200,7200,0,0,2062,0,0,0), + (91015,9545,230,0,0,832.374,-162.472,-49.6699,3.26892,7200,7200,0,0,2062,0,0,0), + (91016,9545,230,0,0,879.558,-181.069,-43.8419,0.68901,7200,7200,0,0,2062,0,0,0), + (91017,9545,230,0,0,854.052,-204.601,-43.6204,1.73405,7200,7200,0,0,2062,0,0,0), + (91018,9545,230,0,0,861.847,-141.616,-49.6727,3.48803,7200,7200,0,0,2062,0,0,0), + (91019,9545,230,0,0,874.108,-205.199,-43.6204,4.78717,7200,7200,0,0,2062,0,0,0), + (91020,9039,230,0,0,1281.14,-282.151,-78.1359,2.25148,43200,43200,0,0,12954,17304,0,0), + (91021,9034,230,0,0,1246.18,-189.969,-85.5895,4.66003,43200,43200,0,0,9409,10585,0,0), + (91022,9037,230,0,0,1226.69,-246.124,-85.5903,0.820305,43200,43200,0,0,12146,0,0,0), + (91023,9040,230,0,0,1236.55,-291.534,-78.1351,0.750492,43200,43200,0,0,12146,0,0,0), + (91024,9036,230,0,0,1272.32,-199.817,-85.5905,3.92699,43200,43200,0,0,9716,12978,0,0), + (91025,9035,230,0,0,1215.05,-220.656,-85.5903,0.034907,43200,43200,0,0,11763,0,0,0), + (91026,9038,230,0,0,1286.56,-253.331,-78.0612,3.00197,43200,43200,0,0,9716,10815,0,0), + (91027,8912,230,0,0,428.594,-110.903,-65.2933,3.7001,7200,7200,0,0,5316,3614,0,0), + (91028,8912,230,0,0,292.555,-119.086,-69.6539,0.767945,7200,7200,0,0,5316,3614,0,0), + (91029,8912,230,0,0,269.104,-144.251,-71.4673,3.90954,7200,7200,0,0,5316,3614,0,0), + (91030,8921,230,0,0,377.659,-197.328,-70.0497,3.4383,7200,7200,0,0,2672,0,0,0), + (91031,8912,230,0,0,322.894,-214.787,-77.9576,2.72271,7200,7200,0,0,5316,3614,0,0), + (91032,8921,230,0,0,408.616,-120.045,-65.5316,3.44326,7200,7200,5,0,2672,0,0,1), + (91033,8921,230,0,0,411.14,-121.354,-65.6602,3.44326,7200,7200,5,0,2672,0,0,1), + (91034,8921,230,0,0,412.455,-118.851,-65.7562,3.59174,7200,7200,5,0,2672,0,0,1), + (91035,8921,230,0,0,314.176,-67.12,-76.779,2.75762,7200,7200,3,0,2672,0,0,1), + (91036,8891,230,0,0,412.821,-198.187,-64.484,3.89208,7200,7200,0,0,6645,0,0,0), + (91037,8890,230,0,0,350.881,-114.001,-64.8657,2.75762,7200,7200,0,0,6414,0,0,0), + (91038,8891,230,0,0,369.105,-217.883,-72.9747,3.40339,7200,7200,0,0,6645,0,0,0), + (91039,8892,230,0,0,551.262,-244.794,-70.0144,5.72468,7200,7200,0,0,6876,0,0,0), + (91040,8891,230,0,0,630.827,-155.526,-70.8703,5.55015,7200,7200,0,0,6645,0,0,0), + (91041,8892,230,0,0,584.481,-284.765,-82.188,5.74213,7200,7200,0,0,6876,0,0,0), + (91042,8891,230,0,0,508.853,-203.9,-59.7728,2.05949,7200,7200,0,0,6645,0,0,0), + (91043,9547,230,0,0,824.328,-169.636,-49.6699,3.88715,7200,7200,0,0,1443,4140,0,0), + (91044,9547,230,0,0,872.038,-166.157,-49.674,3.70043,7200,7200,0,0,1443,4140,0,0), + (91045,9545,230,0,0,886.146,-205.619,-43.6204,4.59701,7200,7200,0,0,2062,0,0,0), + (91046,9547,230,0,0,879.805,-164.352,-49.6752,2.58739,7200,7200,0,0,1443,4140,0,0), + (91047,9547,230,0,0,824.262,-167.408,-49.6699,0.972107,7200,7200,0,0,1443,4140,0,0), + (91048,9554,230,0,0,871.039,-209.651,-43.6204,6.03945,7200,7200,0,0,6186,0,0,0), + (91049,9545,230,0,0,878.393,-158.174,-49.6749,4.01626,7200,7200,0,0,2062,0,0,0), + (91050,9547,230,0,0,825.521,-183.547,-49.6699,2.56911,7200,7200,0,0,1443,4140,0,0), + (91051,9547,230,0,0,872.964,-170.985,-49.6743,1.7603,7200,7200,0,0,1443,4140,0,0), + (91052,9547,230,0,0,860.675,-161.887,-49.6721,3.42633,7200,7200,0,0,1443,4140,0,0), + (91053,8912,230,0,0,268.93,-148.171,-72.0263,2.09439,7200,7200,0,0,5316,3614,0,0), + (91054,8890,230,0,0,367.161,-152.572,-64.8657,4.50295,7200,7200,0,0,6414,0,0,0), + (91055,8921,230,0,0,296.548,-178.945,-75.7617,1.20428,7200,7200,0,0,2672,0,0,0), + (91056,8921,230,0,0,361.272,-216.971,-73.9869,5.46288,7200,7200,0,0,2672,0,0,0), + (91057,8891,230,0,0,363.466,-219.268,-73.5822,0.226893,7200,7200,0,0,6645,0,0,0), + (91058,8890,230,0,0,463.29,-141.633,-61.7728,0.628319,7200,7200,0,0,6414,0,0,0), + (91059,8890,230,0,0,457.141,-134.561,-63.3908,0.541052,7200,7200,0,0,6414,0,0,0), + (91060,8891,230,0,0,336.952,-79.8091,-70.5937,0.174533,7200,7200,0,0,6645,0,0,0), + (91061,8921,230,0,0,310.019,-68.7645,-77.1066,3.92699,7200,7200,3,0,2672,0,0,1), + (91062,8891,230,0,0,368.065,-106.67,-64.8657,5.81195,7200,7200,0,0,6645,0,0,0), + (91063,8921,230,0,0,299.555,-181.906,-75.8201,2.60054,7200,7200,0,0,2672,0,0,0), + (91064,9547,230,0,0,853.469,-201.064,-43.6204,6.21552,7200,7200,0,0,1443,4140,0,0), + (91065,9547,230,0,0,829.004,-164.674,-49.6699,0.578797,7200,7200,0,0,1443,4140,0,0), + (91066,9547,230,0,0,875.766,-203.385,-42.6759,5.38874,7200,7200,0,0,1443,4140,0,0), + (91067,9547,230,0,0,819.488,-161.968,-49.6699,5.60345,7200,7200,0,0,1443,4140,0,0), + (91068,9547,230,0,0,858.882,-201.43,-43.6204,4.06716,7200,7200,0,0,1443,4140,0,0), + (91069,9547,230,0,0,887.81,-180.491,-43.8419,3.0787,7200,7200,0,0,1443,4140,0,0), + (91070,9545,230,0,0,889.16,-204.451,-43.6204,3.51151,7200,7200,0,0,2062,0,0,0), + (91071,9554,230,0,0,811.107,-169.004,-49.6699,0.698433,7200,7200,0,0,6186,0,0,0), + (91072,8912,230,0,0,390.639,-149.944,-64.8657,1.02974,7200,7200,0,0,5316,3614,0,0), + (91073,8921,230,0,0,322.011,-64.4407,-74.6726,0.715585,7200,7200,3,0,2672,0,0,1), + (91074,8921,230,0,0,317.751,-66.824,-75.8529,1.16937,7200,7200,3,0,2672,0,0,1), + (91075,8891,230,0,0,425.896,-112.526,-65.4491,0.523599,7200,7200,0,0,6645,0,0,0), + (91076,8921,230,0,0,346.808,-117.731,-64.8657,0,7200,7200,0,0,2672,0,0,0), + (91077,8890,230,0,0,285.181,-91.5213,-75.9695,1.11701,7200,7200,0,0,6414,0,0,0), + (91078,8921,230,0,0,292.127,-113.515,-70.4735,1.8675,7200,7200,0,0,2672,0,0,0), + (91079,8921,230,0,0,444.406,-87.2027,-63.5874,3.01942,7200,7200,0,0,2672,0,0,0), + (91080,8891,230,0,0,333.729,-193.407,-78.0487,5.5676,7200,7200,0,0,6645,0,0,0), + (91081,8912,230,0,0,398.882,-115.906,-65.0732,1.65806,7200,7200,0,0,5316,3614,0,0), + (91082,8912,230,0,0,366.36,-159.031,-64.8657,1.55334,7200,7200,0,0,5316,3614,0,0), + (91083,8891,230,0,0,428.882,-117.745,-65.4328,0.20944,7200,7200,0,0,6645,0,0,0), + (91084,8890,230,0,0,418.939,-78.2689,-63.3344,2.68535,7200,7200,5,0,6414,0,0,1), + (91085,8921,230,0,0,417.213,-79.65,-63.078,2.68535,7200,7200,3,0,2672,0,0,1), + (91086,8921,230,0,0,419.908,-78.7446,-63.5041,2.68535,7200,7200,3,0,2672,0,0,1), + (91087,8912,230,0,0,341.329,-121.958,-64.8657,1.98968,7200,7200,0,0,5316,3614,0,0), + (91088,8890,230,0,0,301.846,-179.006,-76.5046,2.30383,7200,7200,0,0,6414,0,0,0), + (91089,8890,230,0,0,409.59,-166.914,-63.3368,0.959931,7200,7200,0,0,6414,0,0,0), + (91090,8891,230,0,0,265.419,-141.633,-72.2014,5.20108,7200,7200,0,0,6645,0,0,0), + (91091,8912,230,0,0,342.093,-78.5387,-70.1344,3.4383,7200,7200,0,0,5316,3614,0,0), + (91092,8912,230,0,0,288.483,-85.904,-76.8867,4.08407,7200,7200,0,0,5316,3614,0,0), + (91093,8921,230,0,0,305.766,-184.201,-76.1861,2.19912,7200,7200,0,0,2672,0,0,0), + (91094,8912,230,0,0,298.077,-174.663,-76.2563,5.39307,7200,7200,0,0,5316,3614,0,0), + (91095,8912,230,0,0,395.502,-148.546,-64.8657,2.02458,7200,7200,0,0,5316,3614,0,0), + (91096,8891,230,0,0,337.919,-194.808,-77.8851,3.22886,7200,7200,0,0,6645,0,0,0), + (91097,8890,230,0,0,312.018,-64.6422,-76.3635,0.349066,7200,7200,0,0,6414,0,0,0), + (91098,8912,230,0,0,369.389,-110.626,-64.8657,0.872665,7200,7200,0,0,5316,3614,0,0), + (91099,8890,230,0,0,381.634,-128.1,-64.949,0.267563,7200,7200,5,0,6414,0,0,1), + (91100,8921,230,0,0,379.1,-126.667,-64.949,0.284797,7200,7200,5,0,2672,0,0,2), + (91101,8921,230,0,0,377.742,-129.148,-64.949,0.284794,7200,7200,5,0,2672,0,0,2), + (91102,8891,230,0,0,409.172,-48.9517,-63.8794,2.46091,7200,7200,0,0,6645,0,0,0), + (91103,8921,230,0,0,383.455,-192.244,-68.4789,2.3911,7200,7200,0,0,2672,0,0,0), + (91104,8921,230,0,0,402.918,-108.497,-65.1381,1.65806,7200,7200,0,0,2672,0,0,0), + (91105,8891,230,0,0,319.164,-212.623,-77.9837,5.65487,7200,7200,0,0,6645,0,0,0), + (47646,8904,230,0,0,1345.29,-806.316,-85.0695,0.750492,7200,7200,0,0,2471,5013,0,0), + (47648,8904,230,0,0,1420.51,-737.976,-85.0699,5.13127,7200,7200,0,0,2471,5013,0,0), + (91108,8901,230,0,0,1331.46,-527.201,-91.9598,2.6529,60,60,0,0,760,0,0,0), + (91109,8901,230,0,0,1316.12,-523.707,-91.9594,0.366519,60,60,0,0,760,0,0,0), + (91110,8901,230,0,0,1432.48,-414.189,-91.9976,1.80106,60,60,5,0,760,0,0,1), + (91111,14281,0,0,0,206.328,-857.004,154.551,3.46221,72000,72000,10,0,617,0,0,1), + (91112,8901,230,0,0,1429.08,-415.548,-91.9992,1.72027,60,60,5,0,760,0,0,1), + (91113,14424,0,0,0,-2959.56,-1368.08,9.03206,1.69779,72000,72000,0,0,734,0,0,0), + (91114,14433,0,0,0,-4008.25,-911.646,9.2131,0.598236,72000,72000,0,0,974,0,0,0), + (91119,9956,230,0,0,1431.38,-462.241,-91.9348,5.18363,600,600,0,0,760,0,0,0), + (91120,9956,230,0,0,1382,-528.688,-91.9619,2.00053,600,600,5,0,760,0,0,2), + (91256,11668,409,0,0,1186.97,-657.141,-128.659,6.27447,9000,9000,2,0,94320,0,0,1), + (91257,11666,409,0,0,591.331,-1117.53,-201.014,4.48725,7200,7200,2,0,78600,0,0,1), + (91258,12076,409,0,0,596.868,-1115.3,-201.147,5.83845,7200,7200,2,0,78600,0,0,1), + (91259,11667,409,0,0,602.164,-1108.45,-200.179,4.88692,7200,7200,2,0,78600,0,0,1), + (91260,12076,409,0,0,601.514,-1097.16,-199.893,4.83456,7200,7200,2,0,78600,0,0,1), + (91261,11666,409,0,0,642.003,-786.758,-208.58,2.44346,7200,7200,2,0,78600,0,0,1), + (91262,12076,409,0,0,643.823,-794.082,-208.566,5.63741,7200,7200,2,0,78600,0,0,1), + (91263,11667,409,0,0,637.097,-798.358,-208.49,0.131364,7200,7200,2,0,78600,0,0,1), + (91264,12076,409,0,0,633.751,-791.522,-208.518,1.46613,7200,7200,2,0,78600,0,0,1), + (91265,11666,409,0,0,729.186,-906.097,-191.914,4.13643,7200,7200,2,0,78600,0,0,1), + (91266,12100,409,0,0,726.876,-917.076,-190.949,3.71755,7200,7200,2,0,80925,0,0,1), + (91267,11667,409,0,0,733.841,-924.863,-189.597,2.94961,7200,7200,2,0,78600,0,0,1), + (91268,11666,409,0,0,590.424,-853.008,-207.868,5.26646,7200,7200,2,0,78600,0,0,1), + (91269,12076,409,0,0,597.516,-850.352,-207.671,1.9327,7200,7200,2,0,78600,0,0,1), + (91270,11667,409,0,0,602.401,-854.669,-207.867,1.20428,7200,7200,2,0,78600,0,0,1), + (91271,12076,409,0,0,607.364,-853.57,-207.906,0.837758,7200,7200,2,0,78600,0,0,1), + (91272,11668,409,0,0,639.971,-1131.11,-198.953,5.8294,9000,9000,2,0,94320,0,0,1), + (91273,11668,409,0,0,1100.03,-669.224,-154.407,1.87077,9000,9000,2,0,94320,0,0,1), + (91274,11668,409,0,0,1140.03,-583.332,-112.802,0.156878,9000,9000,2,0,94320,0,0,1), + (91275,11668,409,0,0,900.52,-1029.9,-190.77,3.64774,9000,9000,2,0,94320,0,0,1), + (91276,11668,409,0,0,664.365,-1149.93,-128.038,4.55531,9000,9000,2,0,94320,0,0,1), + (91277,11666,409,0,0,679.887,-801.288,-209.007,5.0091,7200,7200,2,0,78600,0,0,1), + (91278,12100,409,0,0,675.76,-809.343,-208.948,1.82725,7200,7200,2,0,80925,0,0,1), + (91279,11667,409,0,0,678.907,-819.517,-208.923,6.04179,7200,7200,2,0,78600,0,0,1), + (91280,11668,409,0,0,1092.77,-648.297,-152.55,2.1293,9000,9000,2,0,94320,0,0,1), + (91281,11668,409,0,0,829.7,-639.79,-203.339,0.855211,9000,9000,2,0,94320,0,0,1), + (91282,11668,409,0,0,857.474,-555.603,-202.618,5.93412,9000,9000,2,0,94320,0,0,1), + (91283,11668,409,0,0,984.985,-674.37,-195.695,2.23402,9000,9000,2,0,94320,0,0,1), + (91284,11668,409,0,0,862.858,-627.298,-201.089,1.09956,9000,9000,2,0,94320,0,0,1), + (91285,11668,409,0,0,874.957,-550.344,-203.103,5.67232,9000,9000,2,0,94320,0,0,1), + (91286,11666,409,0,0,646.236,-753.202,-208.774,2.59938,7200,7200,2,0,78600,0,0,1), + (91287,12076,409,0,0,654.018,-756.168,-208.804,6.14356,7200,7200,2,0,78600,0,0,1), + (91288,11667,409,0,0,656.034,-746.308,-208.809,2.63545,7200,7200,2,0,78600,0,0,1), + (91289,12076,409,0,0,660.771,-750.896,-208.888,1.48353,7200,7200,2,0,78600,0,0,1), + (91290,11666,409,0,0,607.937,-765.307,-208.098,5.42797,7200,7200,2,0,78600,0,0,1), + (91291,12100,409,0,0,603.954,-771.479,-207.873,5.10807,7200,7200,2,0,80925,0,0,1), + (91292,11667,409,0,0,598.65,-775.852,-207.261,0.471749,7200,7200,2,0,78600,0,0,1), + (91293,11668,409,0,0,1016.78,-751.844,-156.017,2.1293,9000,9000,2,0,94320,0,0,1), + (91294,10678,289,0,0,149.884,149.281,109.646,5.48033,7200,7200,3,0,3758,0,0,1), + (91295,11257,289,0,0,146.752,178.424,109.562,0.046656,7200,7200,5,0,7107,4738,0,1), + (91296,11257,289,0,0,149.615,156.854,109.651,0.959931,7200,7200,0,0,7107,4738,0,0), + (91297,10678,289,0,0,104.586,186.871,109.534,5.09636,7200,7200,3,0,3758,0,0,1), + (91298,10678,289,0,0,122.315,173.168,109.598,1.25664,7200,7200,3,0,3758,0,0,1), + (91299,10678,289,0,0,130.224,182.606,109.626,2.9147,7200,7200,3,0,3758,0,0,1), + (91300,10678,289,0,0,120.882,183.79,109.581,4.29351,7200,7200,3,0,3758,0,0,1), + (91301,10678,289,0,0,137.731,166.521,109.659,0.226893,7200,7200,3,0,3758,0,0,1), + (91302,11257,289,0,0,129.537,166.542,109.543,4.11946,7200,7200,5,0,7107,4738,0,1), + (91303,10678,289,0,0,144.941,153.085,109.687,3.63029,7200,7200,3,0,3758,0,0,1), + (91304,10481,289,0,0,241.345,4.23123,84.9242,5.06145,7200,7200,0,0,1436,0,0,0), + (91305,10480,289,0,0,238.547,-0.144423,84.9242,1.90241,7200,7200,0,0,3876,0,0,0), + (91306,10481,289,0,0,251.031,7.45606,85.1254,1.44862,7200,7200,0,0,1436,0,0,0), + (91307,10480,289,0,0,240.676,11.1521,85.3117,4.97419,7200,7200,0,0,3876,0,0,0), + (91308,10480,289,0,0,233.106,0.343533,84.9242,0.10472,7200,7200,0,0,3876,0,0,0), + (91309,10480,289,0,0,246.748,3.51986,84.9242,5.09636,7200,7200,0,0,3876,0,0,0), + (91310,10480,289,0,0,240.238,-5.23893,84.9242,0.872665,7200,7200,0,0,3876,0,0,0), + (91311,10480,289,0,0,237.612,-10.2393,85.3117,1.0821,7200,7200,0,0,3876,0,0,0), + (91312,10475,289,0,0,118.303,115.577,101.587,4.92183,7200,7200,0,0,17226,0,0,0), + (91313,10475,289,0,0,126.328,81.184,101.868,3.7001,7200,7200,0,0,17226,0,0,0), + (91314,10475,289,0,0,113.776,68.9133,99.8338,3.89208,7200,7200,0,0,17226,0,0,0), + (91315,10475,289,0,0,120.956,97.073,101.359,0.349066,7200,7200,0,0,17226,0,0,0), + (91316,10475,289,0,0,118.181,113.647,101.827,1.51844,7200,7200,0,0,17226,0,0,0), + (91317,10475,289,0,0,123.5,99.3146,102.006,4.2586,7200,7200,0,0,17226,0,0,0), + (91318,10475,289,0,0,133.769,82.9655,102.423,1.32645,7200,7200,0,0,17226,0,0,0), + (91319,10475,289,0,0,105.698,88.6083,98.2769,1.65846,7200,7200,0,0,17226,0,0,0), + (91320,10475,289,0,0,95.2852,76.5092,97.7875,5.37561,7200,7200,0,0,17226,0,0,0), + (91321,10475,289,0,0,107.033,106.829,99.1358,2.35619,7200,7200,0,0,17226,0,0,0), + (91322,10469,289,0,0,213.422,145.911,109.723,2.47837,7200,7200,0,0,6891,6867,0,0), + (91323,10477,289,0,0,214.567,171.183,109.723,4.10152,7200,7200,0,0,6891,6867,0,0), + (91324,10498,289,0,0,183.815,113.239,109.723,1.8675,7200,7200,0,0,6891,6867,0,0), + (91325,10477,289,0,0,189.25,171.59,109.847,2.09439,7200,7200,0,0,6891,6867,0,0), + (91326,10477,289,0,0,276.195,150.866,109.868,2.61799,7200,7200,0,0,6891,6867,0,0), + (91327,11551,289,0,0,219.244,134.258,109.723,6.26573,7200,7200,5,0,8613,0,0,2), + (91328,10469,289,0,0,242.655,165.943,109.739,0.349066,7200,7200,0,0,6891,6867,0,0), + (91329,10469,289,0,0,237.077,166.516,109.729,1.53589,7200,7200,0,0,6891,6867,0,0), + (91330,10477,289,0,0,243.902,164.119,109.742,1.15192,7200,7200,0,0,6891,6867,0,0), + (91331,10477,289,0,0,173.588,169.633,109.642,2.26893,7200,7200,0,0,6891,6867,0,0), + (91332,10487,289,0,0,198.665,172.76,109.879,4.34587,7200,7200,5,0,6891,6867,0,2), + (91333,10469,289,0,0,235.725,141.804,109.728,3.49066,7200,7200,0,0,6891,6867,0,0), + (91334,10477,289,0,0,230.069,140.256,109.723,0.925025,7200,7200,0,0,6891,6867,0,0), + (91335,10477,289,0,0,232.765,140.263,109.724,2.6529,7200,7200,0,0,6891,6867,0,0), + (91336,10476,289,0,0,249.607,103.293,110.033,3.33358,7200,7200,0,0,6681,6723,0,0), + (91337,10476,289,0,0,246.102,124.054,109.808,4.86947,7200,7200,0,0,6681,6723,0,0), + (91338,11582,289,0,0,273.496,102.927,110.055,5.96903,7200,7200,0,0,6891,6867,0,0), + (91339,10489,289,0,0,240.817,75.5046,110.056,4.76475,7200,7200,5,0,8352,0,0,2), + (91340,11582,289,0,0,243.487,80.5749,110.055,0,7200,7200,0,0,6891,6867,0,0), + (91341,10471,289,0,0,196.023,19.6622,115.048,4.99164,7200,7200,0,0,6681,6723,0,0), + (91342,10471,289,0,0,167.219,25.5763,115.791,5.41052,7200,7200,0,0,6681,6723,0,0), + (91343,10470,289,0,0,223.767,-17.6511,115.791,4.31096,7200,7200,0,0,5847,16020,0,0), + (91344,10471,289,0,0,239.267,25.2639,115.805,0.593412,7200,7200,0,0,6681,6723,0,0), + (91345,10471,289,0,0,204.741,-9.72721,115.791,3.49066,7200,7200,0,0,6681,6723,0,0), + (91346,10470,289,0,0,202.461,-9.18804,115.791,4.90438,7200,7200,0,0,5847,16020,0,0), + (91347,10470,289,0,0,200.975,-11.6222,115.791,0.593412,7200,7200,0,0,5847,16020,0,0), + (91348,10470,289,0,0,193.834,-5.09538,115.791,1.09956,7200,7200,0,0,5847,16020,0,0), + (91349,10499,289,0,0,180.948,-18.5781,115.791,6.23082,7200,7200,0,0,6891,6867,0,0), + (91350,10499,289,0,0,196.108,16.1789,115.079,1.91986,7200,7200,0,0,6891,6867,0,0), + (91351,10499,289,0,0,192.673,-7.89915,115.703,6.24093,7200,7200,5,0,6891,6867,0,2), + (91352,10489,289,0,0,198.386,64.2557,128.518,1.44862,7200,7200,0,0,8352,0,0,0), + (91353,4075,289,0,0,171.185,175.499,109.692,4.34587,7200,7200,0,0,8,0,0,0), + (91354,4075,289,0,0,268.033,132.074,97.8099,3.83972,7200,7200,0,0,8,0,0,0), + (91355,4075,289,0,0,231.545,5.2781,74.4135,4.88692,7200,7200,0,0,8,0,0,0), + (91356,4075,289,0,0,161.914,51.8159,115.791,2.89725,7200,7200,3,0,8,0,0,1), + (91357,4075,289,0,0,162.617,29.4026,90.3063,3.33358,7200,7200,0,0,8,0,0,0), + (91358,4075,289,0,0,137.01,45.3373,102.825,2.75762,7200,7200,0,0,8,0,0,0), + (91359,4075,289,0,0,185.247,126.31,140.785,0.00236,7200,7200,0,0,8,0,0,0), + (91360,4075,289,0,0,143.032,5.50201,89.0359,4.92183,7200,7200,0,0,8,0,0,0), + (91361,4075,289,0,0,187.813,111.283,110.953,2.1293,7200,7200,0,0,8,0,0,0), + (91362,4075,289,0,0,212.551,129.168,109.742,0.296706,7200,7200,0,0,8,0,0,0), + (91363,10678,289,0,0,153.062,163.835,109.625,1.44862,7200,7200,3,0,3758,0,0,1), + (91364,10678,289,0,0,129.969,160.768,109.626,2.72271,7200,7200,3,0,3758,0,0,1), + (91365,11257,289,0,0,112.373,178.641,109.518,1.13787,7200,7200,5,0,7107,4738,0,1), + (91366,10678,289,0,0,130.652,149.997,109.623,3.78736,7200,7200,3,0,3758,0,0,1), + (91367,10678,289,0,0,151.169,174.608,109.679,5.8294,7200,7200,3,0,3758,0,0,1), + (91368,10678,289,0,0,114.498,148.609,109.6,5.48033,7200,7200,3,0,3758,0,0,1), + (91369,10678,289,0,0,112.499,167.13,109.591,4.18879,7200,7200,3,0,3758,0,0,1), + (91370,10475,289,0,0,123.571,95.8893,101.615,1.98968,7200,7200,0,0,17226,0,0,0), + (91371,10475,289,0,0,110.395,87.146,99.8255,5.75959,7200,7200,0,0,17226,0,0,0), + (91372,10469,289,0,0,216.049,168.212,109.723,3.01942,7200,7200,0,0,6891,6867,0,0), + (91373,10470,289,0,0,170.584,25.0902,115.791,3.52556,7200,7200,0,0,5847,16020,0,0), + (91374,14861,289,0,0,164.891,-1.12663,115.791,0.117518,7200,7200,5,0,15090,14916,0,2), + (91375,10489,289,0,0,203.679,64.6575,128.518,1.53589,7200,7200,0,0,8352,0,0,0), + (91376,10489,289,0,0,191.084,79.743,128.518,0.628319,7200,7200,0,0,8352,0,0,0), + (91377,10499,289,0,0,201.055,60.2982,115.791,0.471239,7200,7200,0,0,6891,6867,0,0), + (91378,10471,289,0,0,218.686,-8.55881,115.791,2.93215,7200,7200,0,0,6681,6723,0,0), + (91379,10470,289,0,0,181.189,-17.0533,115.791,5.72468,7200,7200,0,0,5847,16020,0,0), + (91380,10471,289,0,0,230.383,-1.70041,115.791,0.087266,7200,7200,0,0,6681,6723,0,0), + (91381,10499,289,0,0,212.651,9.72721,115.791,2.51327,7200,7200,0,0,6891,6867,0,0), + (91382,10470,289,0,0,174.938,5.5529,115.791,3.47321,7200,7200,0,0,5847,16020,0,0), + (91383,4075,289,0,0,224.044,143.561,97.8099,5.20108,7200,7200,0,0,8,0,0,0), + (154688,10495,289,0,0,179.126,94.6681,104.8,0,7200,7200,3,0,8613,0,0,1), + (91385,4075,289,0,0,192.153,-29.1752,90.3064,6.00393,7200,7200,0,0,8,0,0,0), + (91386,4075,289,0,0,123.75,107.031,101.668,6.16101,7200,7200,0,0,8,0,0,0), + (91387,4075,289,0,0,203.548,-1.26436,89.0165,1.5975,7200,7200,5,0,8,0,0,1), + (91388,4075,289,0,0,194.77,-12.3419,75.646,1.18682,7200,7200,0,0,8,0,0,0), + (91389,4075,289,0,0,280.445,97.9125,95.8223,1.51915,7200,7200,5,0,8,0,0,1), + (91390,4075,289,0,0,212.519,120.629,110.953,1.8326,7200,7200,0,0,8,0,0,0), + (91391,4075,289,0,0,167.056,-14.5257,75.6153,1.32645,7200,7200,0,0,8,0,0,0), + (91392,4075,289,0,0,269.691,-1.02604,75.3334,0.471239,7200,7200,0,0,8,0,0,0), + (91393,10470,289,0,0,161.358,45.2051,115.791,2.98451,7200,7200,0,0,5847,16020,0,0), + (91394,4075,289,0,0,235.544,137.169,110.953,3.14773,7200,7200,5,0,8,0,0,1), + (91395,4075,289,0,0,151.034,17.9137,90.3063,4.79965,7200,7200,0,0,8,0,0,0), + (91396,4075,289,0,0,168.2,10.1825,75.645,5.72468,7200,7200,0,0,8,0,0,0), + (91397,4075,289,0,0,77.3862,103.767,97.5706,6.21337,7200,7200,0,0,8,0,0,0), + (91398,4075,289,0,0,177.147,143.539,109.649,1.58773,7200,7200,5,0,8,0,0,1), + (91399,4075,289,0,0,119.767,89.9694,101.058,1.2437,7200,7200,5,0,8,0,0,1), + (91400,4075,289,0,0,172.88,104.369,108.119,0.820305,7200,7200,0,0,8,0,0,0), + (91401,4075,289,0,0,245.641,145.761,95.9059,0.042627,7200,7200,5,0,8,0,0,1), + (154687,10495,289,0,0,187.086,92.537,104.767,0,7200,7200,3,0,8613,0,0,1), + (91403,4075,289,0,0,84.7035,-1.61551,85.3117,2.89725,7200,7200,0,0,8,0,0,0), + (91404,4075,289,0,0,209.988,11.7605,90.3063,3.89208,7200,7200,0,0,8,0,0,0), + (154686,10485,289,0,0,180.356,102.901,104.798,0,7200,7200,3,0,2088,0,0,1), + (154685,10485,289,0,0,182.377,97.8408,104.799,0,7200,7200,3,0,2088,0,0,1), + (154684,10481,289,0,0,211.313,88.8732,104.327,0,7200,7200,3,0,1436,0,0,1), + (154683,10495,289,0,0,211.313,88.8732,104.327,0,7200,7200,3,0,8613,0,0,1), + (154682,10495,289,0,0,206.582,85.9061,104.327,0,7200,7200,3,0,8613,0,0,1), + (154681,10485,289,0,0,211.762,82.7032,104.327,0,7200,7200,3,0,2088,0,0,1), + (154680,10485,289,0,0,217.701,86.1711,104.798,0,7200,7200,3,0,2088,0,0,1), + (154679,10481,289,0,0,191.343,83.4603,104.327,0,7200,7200,3,0,1436,0,0,1), + (154678,10495,289,0,0,191.343,83.4603,104.327,0,7200,7200,3,0,8613,0,0,1), + (154677,10495,289,0,0,191.688,90.8574,104.327,0,7200,7200,3,0,8613,0,0,1), + (154676,10485,289,0,0,195.23,85.8773,104.327,0,7200,7200,3,0,2088,0,0,1), + (154675,10485,289,0,0,187.034,86.5012,104.798,0,7200,7200,3,0,2088,0,0,1), + (154674,11551,289,0,0,209.233,73.2819,104.798,0,7200,7200,0,0,8613,0,0,2), + (91423,4075,289,0,0,226.839,196.682,98.6458,3.94444,7200,7200,0,0,8,0,0,0), + (91424,4075,289,0,0,224.257,194.92,100.434,3.15905,7200,7200,0,0,8,0,0,0), + (91425,4075,289,0,0,221.989,192.827,102.011,2.89725,7200,7200,0,0,8,0,0,0), + (91426,4075,289,0,0,220.478,190.889,103.067,3.00197,7200,7200,0,0,8,0,0,0), + (91428,2914,309,0,0,-11618.8,-1515.97,42.3573,2.34954,7200,7200,5,0,8,0,0,1), + (91429,2914,309,0,0,-11585,-1745.93,39.0946,3.07512,7200,7200,5,0,8,0,0,1), + (91430,2914,309,0,0,-12318.7,-1895.15,131.885,3.72564,7200,7200,5,0,8,0,0,1), + (91431,13321,309,0,0,-11815.9,-1311.57,60.2826,1.56394,7200,7200,5,0,42,0,0,1), + (91432,2914,309,0,0,-12239.2,-1903.64,130.896,0.29478,7200,7200,5,0,8,0,0,1), + (91433,2914,309,0,0,-12100.6,-1801.78,81.2352,5.80062,7200,7200,5,0,8,0,0,1), + (91434,1420,309,0,0,-11702,-1764.4,10.2326,2.22875,7200,7200,5,0,8,0,0,1), + (91435,11352,309,0,0,-11611.7,-1736.6,38.7837,4.9382,7200,7200,5,0,48555,0,0,2), + (91436,15043,309,0,0,-11873.7,-1695.64,12.9281,4.01426,7200,7200,5,0,9156,0,0,1), + (91437,15043,309,0,0,-11881.4,-1685.63,14.5531,5.05547,7200,7200,5,0,9156,0,0,1), + (91438,15043,309,0,0,-11875.7,-1689.96,14.0531,4.79605,7200,7200,5,0,9156,0,0,1), + (91439,15043,309,0,0,-11870.3,-1708.36,10.4216,1.65806,7200,7200,5,0,9156,0,0,1), + (91440,11351,309,0,0,-11606.1,-1513.56,45.2936,0.05474,7200,7200,0,0,21364,0,0,0), + (91441,11830,309,0,0,-11612.5,-1515.44,43.5781,5.15845,7200,7200,0,0,17094,12170,0,0), + (91442,11350,309,0,0,-11535.5,-1495.57,77.9503,4.97419,7200,7200,0,0,21364,0,0,0), + (91443,11831,309,0,0,-11533.9,-1501.74,77.9503,1.81514,7200,7200,0,0,24420,12170,0,0), + (91444,11352,309,0,0,-11565.6,-1478.67,65.0101,3.92298,7200,7200,5,0,48555,0,0,2), + (91445,14532,309,0,0,-11654.5,-1459.82,60.7145,0.785398,7200,7200,0,0,12208,0,0,0), + (91446,14532,309,0,0,-11653.8,-1450.25,58.7934,3.7001,7200,7200,0,0,12208,0,0,0), + (91447,13321,309,0,0,-11765.1,-1301.81,58.6226,2.0587,7200,7200,5,0,42,0,0,1), + (91448,2914,309,0,0,-12073,-1713.62,48.3076,2.58689,7200,7200,5,0,8,0,0,1), + (91449,2914,309,0,0,-12319,-1812.26,131.135,0.388483,7200,7200,5,0,8,0,0,1), + (91450,2914,309,0,0,-11613.7,-1821.83,40.898,1.42365,7200,7200,5,0,8,0,0,1), + (91451,2914,309,0,0,-12188.5,-1903.77,133.927,0.663513,7200,7200,5,0,8,0,0,1), + (91452,13321,309,0,0,-11775.4,-1414,9.79819,6.07598,7200,7200,5,0,42,0,0,1), + (91453,2914,309,0,0,-11994.1,-1709.9,32.3599,0.255775,7200,7200,5,0,8,0,0,1), + (91454,2914,309,0,0,-11816,-1808.63,51.482,4.97538,7200,7200,5,0,8,0,0,1), + (91455,2914,309,0,0,-12153.8,-1943.27,133.844,3.20803,7200,7200,5,0,8,0,0,1), + (91456,2914,309,0,0,-12212.1,-1821.49,119.646,6.17555,7200,7200,5,0,8,0,0,1), + (91457,11351,309,0,0,-11625.6,-1488.06,45.3629,4.20245,7200,7200,5,0,21364,0,0,2), + (91458,11830,309,0,0,-11623.7,-1488.89,45.4706,4.19151,7200,7200,5,0,17094,12170,0,2), + (91459,15043,309,0,0,-11873.2,-1633.76,12.8975,1.0821,7200,7200,5,0,9156,0,0,1), + (91460,15043,309,0,0,-11874.6,-1653.27,14.0225,1.97222,7200,7200,5,0,9156,0,0,1), + (91461,15043,309,0,0,-11872,-1642.35,13.8975,4.13643,7200,7200,5,0,9156,0,0,1), + (91462,15043,309,0,0,-11872.8,-1617.81,14.6531,4.45059,7200,7200,5,0,9156,0,0,1), + (91463,15043,309,0,0,-11872.4,-1625.05,14.1531,1.58825,7200,7200,5,0,9156,0,0,1), + (91464,11350,309,0,0,-11596.8,-1757.02,39.8711,5.51524,7200,7200,0,0,21364,0,0,0), + (91465,11831,309,0,0,-11591.8,-1763.43,43.3102,2.07694,7200,7200,0,0,24420,12170,0,0), + (91466,2914,309,0,0,-11885.7,-1413.49,60.2263,3.8731,7200,7200,5,0,8,0,0,1), + (91467,2914,309,0,0,-12069.3,-1793.35,72.397,2.89928,7200,7200,5,0,8,0,0,1), + (91468,2914,309,0,0,-12012,-1639.97,36.2836,4.74421,7200,7200,5,0,8,0,0,1), + (91469,13321,309,0,0,-11883.7,-1685.52,14.3972,5.8394,7200,7200,5,0,42,0,0,1), + (91470,2914,309,0,0,-11844.7,-1304.98,66.7188,4.14986,7200,7200,5,0,8,0,0,1), + (91471,2914,309,0,0,-12206.4,-1923.66,133.095,2.81367,7200,7200,5,0,8,0,0,1), + (91472,2914,309,0,0,-11622.8,-1747.27,39.9706,0.048885,7200,7200,5,0,8,0,0,1), + (91473,2914,309,0,0,-11584.1,-1513.57,51.0803,2.60184,7200,7200,5,0,8,0,0,1), + (91474,2914,309,0,0,-11909.3,-1342.06,77.489,2.40649,7200,7200,5,0,8,0,0,1), + (91475,2914,309,0,0,-12295.8,-1863.3,131.629,4.58145,7200,7200,5,0,8,0,0,1), + (91476,11350,309,0,0,-11649,-1568.68,39.3923,4.20624,7200,7200,0,0,21364,0,0,0), + (91477,11830,309,0,0,-11652.8,-1574.88,41.4328,0.942478,7200,7200,0,0,17094,12170,0,0), + (91478,11350,309,0,0,-11938.4,-1757.27,51.845,2.79253,7200,7200,0,0,21364,0,0,0), + (91479,11831,309,0,0,-11946.1,-1754.6,55.5362,5.96903,7200,7200,0,0,24420,12170,0,0), + (91480,15043,309,0,0,-11903.1,-1490.94,12.5739,1.91973,7200,7200,5,0,9156,0,0,1), + (91481,15043,309,0,0,-11895.3,-1503.19,15.1803,5.42918,7200,7200,5,0,9156,0,0,1), + (91482,15043,309,0,0,-11892.8,-1498.98,13.7794,4.75143,7200,7200,5,0,9156,0,0,1), + (91483,15043,309,0,0,-11912.7,-1494.4,12.0913,3.05153,7200,7200,5,0,9156,0,0,1), + (91484,15043,309,0,0,-11903,-1502.04,14.7285,0.400987,7200,7200,5,0,9156,0,0,1), + (91485,15043,309,0,0,-11780.9,-1397.63,13.3884,1.71042,7200,7200,0,0,9156,0,0,0), + (91486,15043,309,0,0,-11789.2,-1394.14,12.6841,3.45575,7200,7200,0,0,9156,0,0,0), + (91487,15043,309,0,0,-11785,-1402.72,13.2982,1.29154,7200,7200,0,0,9156,0,0,0), + (91488,15043,309,0,0,-11776.8,-1401.87,13.0835,1.49921,7200,7200,5,0,9156,0,0,1), + (91489,15043,309,0,0,-11780.2,-1389.11,13.0134,0.610865,7200,7200,0,0,9156,0,0,0), + (91490,11350,309,0,0,-11555.6,-1492.36,68.8893,3.9619,7200,7200,0,0,21364,0,0,0), + (91491,11830,309,0,0,-11558.9,-1496.57,68.8893,0.959931,7200,7200,0,0,17094,12170,0,0), + (91492,14821,309,0,0,-11658.1,-1541.89,39.6578,4.92183,7200,7200,0,0,15260,0,0,0), + (91493,11352,309,0,0,-12145.2,-1818.32,86.2209,6.28123,7200,7200,5,0,48555,0,0,2), + (91494,14821,309,0,0,-11530.3,-1492.59,78.5372,2.02458,7200,7200,0,0,15260,0,0,0), + (91495,11350,309,0,0,-11563.3,-1733.07,38.3489,0,7200,7200,0,0,21364,0,0,0), + (91496,11830,309,0,0,-11554,-1733.13,41.3323,3.10669,7200,7200,0,0,17094,12170,0,0), + (91497,11372,309,0,0,-11584.3,-1817.37,41.5385,5.95157,7200,7200,0,0,15260,0,0,0), + (91498,11372,309,0,0,-11590.6,-1812.11,41.5742,2.44346,7200,7200,0,0,15260,0,0,0), + (91499,13321,309,0,0,-11824.4,-1492.95,11.4211,3.67213,7200,7200,5,0,42,0,0,1), + (91500,2914,309,0,0,-11640.4,-1448.13,61.178,0.194296,7200,7200,5,0,8,0,0,1), + (91501,2914,309,0,0,-12012.9,-1670.66,32.4086,0.619654,7200,7200,5,0,8,0,0,1), + (91502,1420,309,0,0,-11888.2,-1491.94,11.0643,0.074227,7200,7200,5,0,8,0,0,1), + (91503,2914,309,0,0,-11589.6,-1819.03,41.3511,3.25578,7200,7200,5,0,8,0,0,1), + (91504,2914,309,0,0,-12001.2,-1679.75,32.3928,2.82496,7200,7200,5,0,8,0,0,1), + (91505,14881,309,0,0,-12346.2,-1656.72,130.449,5.78197,7200,7200,5,0,42,0,0,1), + (91506,1420,309,0,0,-11735.8,-1421.87,12.7935,2.83332,7200,7200,5,0,8,0,0,1), + (91507,2914,309,0,0,-11695.1,-1828.77,40.8739,1.36821,7200,7200,5,0,8,0,0,1), + (91508,14881,309,0,0,-12322.5,-1590.89,132.51,5.71796,7200,7200,5,0,42,0,0,1), + (91509,11371,309,0,0,-11544.7,-1788.09,65.0068,3.6944,7200,7200,5,0,15260,0,0,1), + (91510,11371,309,0,0,-11556,-1795.03,57.8967,0.552799,7200,7200,5,0,15260,0,0,1), + (91511,11350,309,0,0,-11601.8,-1744,40.3132,0.802851,7200,7200,0,0,21364,0,0,0), + (91512,11830,309,0,0,-11596,-1738.28,43.4556,3.89208,7200,7200,0,0,17094,12170,0,0), + (91513,15043,309,0,0,-11693.5,-1656.15,14.4505,4.18879,7200,7200,5,0,9156,0,0,1), + (91514,15043,309,0,0,-11700.7,-1655.62,15.9441,5.13127,7200,7200,5,0,9156,0,0,1), + (91515,15043,309,0,0,-11703,-1667.77,14.5721,1.71042,7200,7200,5,0,9156,0,0,1), + (91516,15043,309,0,0,-11688.6,-1644.38,14.3255,1.65806,7200,7200,5,0,9156,0,0,1), + (91517,15043,309,0,0,-11698.2,-1664.22,14.2033,1.15192,7200,7200,5,0,9156,0,0,1), + (91518,2914,309,0,0,-11657.1,-1555.14,40.312,1.14821,7200,7200,5,0,8,0,0,1), + (91519,2914,309,0,0,-11882.3,-1382.29,66.0623,0.147967,7200,7200,5,0,8,0,0,1), + (91520,2914,309,0,0,-11633.6,-1622.6,39.7341,5.81318,7200,7200,5,0,8,0,0,1), + (91521,2914,309,0,0,-11909.6,-1421.99,51.0637,1.14821,7200,7200,5,0,8,0,0,1), + (91522,2914,309,0,0,-11937.7,-1786.32,52.9463,2.05967,7200,7200,5,0,8,0,0,1), + (91523,2914,309,0,0,-12030.6,-1764.97,57.5933,2.97676,7200,7200,5,0,8,0,0,1), + (91524,2914,309,0,0,-12164.7,-1962.66,133.199,1.44741,7200,7200,5,0,8,0,0,1), + (91525,2914,309,0,0,-11989.4,-1641.88,34.3422,3.08212,7200,7200,5,0,8,0,0,1), + (91526,14881,309,0,0,-12290.1,-1656.85,130.763,3.65856,7200,7200,5,0,42,0,0,1), + (91527,2914,309,0,0,-11724.4,-1350.83,61.8102,2.31388,7200,7200,5,0,8,0,0,1), + (91528,2914,309,0,0,-11680.1,-1396.89,59.4186,1.68426,7200,7200,5,0,8,0,0,1), + (91529,14881,309,0,0,-12346.6,-1619.19,130.757,1.82524,7200,7200,5,0,42,0,0,1), + (91530,2914,309,0,0,-12405.4,-1829.42,133.356,3.49854,7200,7200,5,0,8,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (88346,15956,533,15931,0,3316.47,-3476.23,287.26,3.18,604800,0,0,1665500,0,0,0), - (88347,16573,533,14698,0,3291.26,-3502.08,287.26,2.14,3520,0,0,204360,0,0,0), - (88348,16573,533,14698,0,3285.29,-3446.64,287.26,4.2,3520,0,0,204360,0,0,0), - (88349,15977,533,0,0,3166.44,-3473.36,287.153,4.05345,3520,0,0,15415,0,0,0), - (88350,15977,533,0,0,3161.54,-3479.68,287.054,4.05345,3520,0,0,15415,0,0,0), - (88351,15977,533,0,0,3160.8,-3483.03,287.086,4.05345,3520,0,0,15415,0,0,0), - (88352,15977,533,0,0,3164.73,-3477.97,287.066,4.05345,3520,0,0,15415,0,0,0), - (88353,15977,533,0,0,3162.07,-3476.79,286.955,4.05345,3520,0,0,15415,0,0,0), - (88354,15977,533,0,0,3165.78,-3482.07,287.037,4.05345,3520,0,0,15415,0,0,0), - (88355,15977,533,0,0,3167.7,-3483.56,287.11,4.05345,3520,0,0,15415,0,0,0), - (88356,15977,533,0,0,3167.98,-3478.6,287.129,4.72732,3520,0,0,15415,0,0,0), - (88357,15977,533,0,0,3168.29,-3480.65,287.12,4.34562,3520,0,0,15415,0,0,0), - (88358,15977,533,0,0,3384.41,-3687.79,259.08,1.86376,3520,0,0,15415,0,0,2), - (88359,15977,533,0,0,3385.51,-3695.01,259.077,1.77501,25,0,0,15415,0,0,0), - (88360,15977,533,0,0,3386.29,-3691.89,259.078,1.77501,25,0,0,15415,0,0,0), - (88361,15977,533,0,0,3386.5,-3688.35,259.078,1.77501,25,0,0,15415,0,0,0), - (88362,15977,533,0,0,3389.16,-3690.63,259.075,1.77501,25,0,0,15415,0,0,0), - (88363,15977,533,0,0,3384.3,-3693.34,259.078,1.77501,25,0,0,15415,0,0,0), - (88364,15977,533,0,0,3387.96,-3694.09,259.076,1.77501,25,0,0,15415,0,0,0), - (88365,15977,533,0,0,3382.42,-3696.24,259.08,1.77501,25,0,0,15415,0,0,0), - (88366,15977,533,0,0,3378.77,-3692.13,259.081,1.77501,25,0,0,15415,0,0,0), - (88367,15977,533,0,0,3380.74,-3687.59,259.081,1.76873,25,0,0,15415,0,0,0), - (88368,15977,533,0,0,3274.57,-3702.69,280.1,2.29809,3520,3,0,15415,0,0,1), - (88369,15977,533,0,0,3273.27,-3699.56,280.639,2.29809,3520,3,0,15415,0,0,1), - (88370,15977,533,0,0,3276.2,-3695.68,280.195,2.29809,3520,3,0,15415,0,0,1), - (88371,15977,533,0,0,3276.99,-3701.06,278.638,2.29809,3520,3,0,15415,0,0,1), - (88372,15977,533,0,0,3281.84,-3701.93,276.436,2.29809,3520,3,0,15415,0,0,1), - (88373,15977,533,0,0,3281.73,-3696.47,278.567,2.29809,3520,3,0,15415,0,0,1), - (88374,15977,533,0,0,3280.03,-3699.9,278.042,2.29809,3520,3,0,15415,0,0,1), - (88375,15977,533,0,0,3279.92,-3704.31,276.803,2.29809,3520,3,0,15415,0,0,1), - (88376,15977,533,0,0,3276.05,-3701.19,279.173,2.29809,3520,3,0,15415,0,0,1), - (88377,15977,533,0,0,3275.76,-3706.14,278.677,2.29809,3520,3,0,15415,0,0,1), - (88378,16453,533,0,0,3298.93,-3710.96,267.6,3.15496,3520,7,0,81744,0,0,1), - (88379,16453,533,0,0,3305.26,-3722.27,268.031,3.15496,3520,7,0,81744,0,0,1), - (88380,15977,533,0,0,3151.36,-3578.26,284.089,5.01007,3520,0,0,15415,0,0,2), - (88381,15977,533,0,0,3158.52,-3584.62,280.306,4.84985,3520,0,0,15415,0,0,0), - (88382,15977,533,0,0,3153.02,-3584.27,281.478,4.84985,3520,0,0,15415,0,0,0), - (88383,15977,533,0,0,3153.91,-3578.73,283.059,4.84985,3520,0,0,15415,0,0,0), - (88384,15977,533,0,0,3151.64,-3580.62,283.189,4.84985,3520,0,0,15415,0,0,0), - (88385,15977,533,0,0,3154.72,-3579.15,282.642,5.28732,3520,0,0,15415,0,0,0), - (88386,15977,533,0,0,3157.14,-3582.89,280.544,5.28732,3520,0,0,15415,0,0,0), - (88387,15977,533,0,0,3156.44,-3579.35,281.987,5.28732,3520,0,0,15415,0,0,0), - (88388,15977,533,0,0,3152.07,-3583.19,282.169,5.28732,3520,0,0,15415,0,0,0), - (88389,15977,533,0,0,3154.64,-3582.76,281.439,5.28732,3520,0,0,15415,0,0,0), - (88393,16146,533,16508,0,2924.34,-3383,299.18,0.77,3520,0,0,75456,0,0,0), - (88394,16146,533,16508,0,2956.29,-3351.25,299.18,3.9,3520,0,0,75456,0,0,0), - (88395,16145,533,16513,0,2923.5,-3363.32,298.32,5.77,3520,0,0,94320,0,0,0), - (88396,16145,533,16513,0,2936.02,-3350.4,298.32,5.28,3520,0,0,94320,0,0,0), - (88397,16164,533,14703,0,2919.12,-3346.21,298.32,5.34,3520,0,0,55459,22000,0,2), - (88398,16165,533,11396,0,2920.14,-3342.24,298.32,5.41,3520,0,0,39618,105750,0,0), - (88399,16165,533,11396,0,2915.22,-3346.51,298.32,5.48,3520,0,0,39618,105750,0,0), - (88400,16154,533,16927,0,2958.77,-3356.05,298.31,3.94,3520,0,0,25152,0,0,0), - (88401,16154,533,16927,0,2951.66,-3348.27,298.31,4.03,3520,0,0,25152,0,0,0), - (88402,16154,533,16927,0,2922.28,-3378.29,298.31,0.78,3520,0,0,25152,0,0,0), - (88403,16154,533,16927,0,2928.1,-3385.22,298.31,0.8,3520,0,0,25152,0,0,0), - (88404,16145,533,16513,0,2881.37,-3306.94,298.32,5.41,3520,0,0,94320,0,0,0), - (88405,16158,533,16533,0,2888.83,-3308.23,298.32,3.84,3520,0,0,24734,12000,0,0), - (88406,16156,533,16534,0,2887.81,-3315.24,298.32,2.19,3520,0,0,24372,12000,0,0), - (88407,16164,533,14703,0,2903.97,-3293.77,298.73,3.96,3520,0,0,55459,22000,0,2), - (88408,16193,533,11404,0,2908.99,-3276.91,298.229,1.58825,3520,0,0,50304,0,0,0), - (88409,16193,533,11404,0,2920.97,-3290.25,298.229,0.820305,3520,0,0,50304,0,0,0), - (88410,16193,533,11404,0,2910.94,-3290.13,298.547,2.43248,3520,0,0,50304,0,0,2), - (88411,16193,533,11404,0,2882.14,-3275.98,298.141,3.75233,3520,0,0,50304,0,0,2), - (88412,16145,533,16513,0,2874.52,-3244.96,298.33,4.71,3520,0,0,94320,0,0,0), - (88413,16146,533,16508,0,2883.29,-3249.09,298.33,4.75,3520,0,0,75456,0,0,0), - (88414,16146,533,16508,0,2870.98,-3249.05,298.33,4.73,3520,0,0,75456,0,0,0), - (88415,16145,533,16513,0,2879.33,-3244.43,298.33,4.73,3520,0,0,94320,0,0,0), - (88416,16164,533,14703,0,2847.2,-3263.39,298.27,5.43,3520,0,0,55459,22000,0,0), - (88417,16164,533,14703,0,2837.08,-3273.82,298.27,5.57,3520,0,0,55459,22000,0,0), - (88418,16167,533,14706,0,2835.76,-3331.32,299.364,4.84961,3520,0,0,37728,0,0,2), - (88419,16167,533,14706,0,2837.3,-3333.04,300.45,2.96,3520,0,0,37728,0,0,0), - (88420,16167,533,14706,0,2829.71,-3322.54,300.01,2.2,3520,0,0,37728,0,0,0), - (88421,16167,533,14706,0,2829.27,-3314.37,299.31,1.52,3520,0,0,37728,0,0,0), - (88422,16167,533,14706,0,2845.06,-3296.36,298.124,5.63452,3520,0,0,37728,0,0,2), - (88423,16146,533,16508,0,2881.58,-3314.07,298.32,0.58,3520,0,0,75456,0,0,0), - (88424,16145,533,16513,0,2871.87,-3275.17,298.31,4.71,3520,0,0,94320,0,0,2), - (88425,16145,533,16513,0,2867.81,-3275.33,298.3,4.75,3520,0,0,94320,0,0,0), - (88426,16165,533,11396,0,2840.57,-3267.43,299.13,5.44,3520,0,0,39618,105750,0,0), - (88427,16156,533,16534,0,2872.29,-3210,298.33,0.97,3520,0,0,24372,12000,0,0), - (88428,16158,533,16533,0,2879.88,-3198.33,298.33,4.04,3520,0,0,24734,12000,0,0), - (88429,16145,533,16513,0,2880.29,-3206.22,298.33,2.68,3520,0,0,94320,0,0,0), - (88430,16146,533,16508,0,2872.37,-3201.92,298.33,5.84,3520,0,0,75456,0,0,2), - (88431,16145,533,16513,0,2834.1,-3205.78,298.236,4.373,3520,0,0,94320,0,0,0), - (88432,16145,533,16513,0,2853.61,-3185.35,298.15,0.127,3520,0,0,94320,0,0,0), - (88433,16145,533,16513,0,2819.95,-3161.58,298.145,1.62,3520,0,0,94320,0,0,0), - (88434,16146,533,16508,0,2829.24,-3208.36,298.254,4,3520,0,0,75456,0,0,2), - (88435,16146,533,16508,0,2836.87,-3213.74,298.257,4.211,3520,0,0,75456,0,0,0), - (88436,16146,533,16508,0,2857.77,-3180.22,298.152,0,3520,0,0,75456,0,0,2), - (88437,16146,533,16508,0,2858.52,-3187.77,298.152,6.189,3520,0,0,75456,0,0,0), - (88438,16146,533,16508,0,2814.28,-3155.78,298.146,1.536,3520,0,0,75456,0,0,0), - (88439,16146,533,16508,0,2825.4,-3156.5,298.146,1.479,3520,0,0,75456,0,0,2), - (88440,16146,533,16508,0,2812.05,-3177.41,298.33,6.01,3520,0,0,75456,0,0,2), - (88441,16158,533,16533,0,2809.91,-3172.91,298.33,5.88,3520,0,0,24734,12000,0,0), - (88442,16158,533,16533,0,2807.7,-3178.99,298.33,6.1,3520,0,0,24734,12000,0,0), - (88443,16158,533,16533,0,2799.42,-3159.93,298.33,3.85,3520,0,0,24734,12000,0,0), - (88444,16146,533,16508,0,2799.63,-3164.42,298.33,3.5,3520,0,0,75456,0,0,2), - (88445,16145,533,16513,0,2793.21,-3165.56,298.33,0.17,3520,0,0,94320,0,0,0), - (88446,16157,533,16528,0,2792.61,-3170.52,298.33,0.96,3520,0,0,25152,0,0,0), - (88447,16163,533,10729,0,2793.06,-3169.94,273.97,6.16,4224,0,0,113175,12430,0,0), - (88448,16163,533,10729,0,2810.07,-3140.06,273.97,6.1,4224,0,0,113175,12430,0,0), - (88449,16158,533,16533,0,2803.58,-3173.22,273.97,2.85,3520,0,0,24734,12000,0,0), - (88450,16158,533,16533,0,2790.82,-3182.31,273.97,1.38,3520,0,0,24734,12000,0,0), - (88451,16157,533,16528,0,2807.78,-3146.75,273.96,1.25,3520,0,0,25152,0,0,0), - (88452,16157,533,16528,0,2818.17,-3142.82,273.98,2.7,3520,0,0,25152,0,0,0), - (88453,16157,533,16528,0,2813.48,-3133.52,273.99,4.25,3520,0,0,25152,0,0,0), - (88454,16158,533,16533,0,2846.57,-3131.7,273.99,1.35,3520,0,0,24734,12000,0,0), - (88455,16157,533,16528,0,2837.26,-3121.87,273.91,6.16,3520,0,0,25152,0,0,0), - (88456,16156,533,16534,0,2847.91,-3113.41,273.97,4.76,3520,0,0,24372,12000,0,0), - (88457,16156,533,16534,0,2795.27,-3159.02,273.97,4.47,3520,0,0,24372,12000,0,0), - (88458,16163,533,10729,0,2853.22,-3204.08,273.97,1.71,4224,0,0,113175,12430,0,0), - (88459,16163,533,10729,0,2849.54,-3204.48,273.97,1.51,4224,0,0,113175,12430,0,0), - (88460,16061,533,16582,0,2755.56,-3098.04,267.86,6.27,604800,0,0,1998600,0,0,2), - (88461,16803,533,16539,0,2762.05,-3085.6,267.86,2.03,4224,0,0,91560,0,0,0), - (88462,16803,533,16539,0,2782.45,-3088.03,267.86,1.18,4224,0,0,91560,0,0,0), - (88463,16803,533,16539,0,2778.56,-3113.74,267.86,5.12,4224,0,0,91560,0,0,0), - (88464,16803,533,16539,0,2758.28,-3111.99,267.86,4.22,4224,0,0,91560,0,0,0), - (88465,16163,533,10729,0,2932.46,-3194.52,273.55,3.05,4224,0,0,113175,12430,0,2), - (88466,16163,533,10729,0,2933.03,-3186.32,273.55,3.07,4224,0,0,113175,12430,0,2), - (88467,16067,533,16937,0,2877.32,-3153.33,273.97,4.69,4224,0,0,44016,0,0,0), - (88468,16067,533,16937,0,2952.34,-3199.06,273.97,3.07,4224,0,0,44016,0,0,0), - (88469,16067,533,16937,0,2918.86,-3220.45,273.97,1.58,4224,0,0,44016,0,0,0), - (88470,16164,533,14703,0,2786.36,-3271.89,267.99,2.57,3520,0,0,55459,22000,0,0), - (88471,16165,533,11396,0,2784.77,-3276.68,267.99,2.58,3520,0,0,39618,105750,0,0), - (88472,16165,533,11396,0,2789.26,-3267.53,267.99,2.73,3520,0,0,39618,105750,0,0), - (88473,16163,533,10729,0,2791.79,-3374.53,267.86,1.55,4224,0,0,113175,12430,0,2), - (88474,16163,533,10729,0,2785.81,-3374.48,267.86,1.56,4224,0,0,113175,12430,0,2), - (88475,16145,533,16513,0,2797,-3398.33,267.86,2.37,3520,0,0,94320,0,0,0), - (88476,16154,533,16927,0,2792.89,-3402.24,267.86,2.33,3520,0,0,25152,0,0,0), - (88477,16154,533,16927,0,2797.69,-3393.28,267.86,2.66,3520,0,0,25152,0,0,0), - (88478,16154,533,16927,0,2792.97,-3395.7,267.86,2.55,3520,0,0,25152,0,0,0), - (88479,16060,533,16279,0,2642.2,-3388.39,285.6,0,604800,0,0,399750,262000,0,0), - (88480,15928,533,16137,0,3508.02,-2931.33,303.015,3.91,604800,0,0,6662000,0,0,0), - (88481,15929,533,15297,0,3449.03,-2934.74,312.18,5.41,604800,0,0,499650,0,0,0), - (88482,15930,533,15297,0,3508.85,-2994.08,312.18,2.33,604800,0,0,499650,0,0,0), - (88483,15952,533,15928,0,3503.04,-3919.22,297.6,2.16,604800,0,0,1498950,0,0,0), - (88496,15953,533,15940,0,3353.16,-3620.63,261.18,4.76,604800,0,0,1332400,0,0,0), - (88497,16506,533,16603,0,3350.61,-3619.74,261.18,4.65,3520,0,0,88040,58750,0,0), - (88498,16506,533,16603,0,3341.36,-3619.35,261.18,4.68,3520,0,0,88040,58750,0,0), - (88499,16506,533,16603,0,3356.69,-3621.17,261.18,4.38,3520,0,0,88040,58750,0,0), - (88500,16506,533,16603,0,3364.08,-3622.85,261.18,4.35,3520,0,0,88040,58750,0,0), - (88501,16505,533,16605,0,3359.75,-3621.77,261.18,4.54,3520,0,0,99045,58750,0,0), - (88502,16505,533,16605,0,3346.29,-3619.32,261.18,4.61,3520,0,0,99045,58750,0,0), - (88503,15325,509,0,0,-8604.94,1618.06,31.9073,0,21600,0,0,25152,0,0,0), - (88504,15325,509,0,0,-8604.94,1610.99,31.9071,0,21600,0,0,25152,0,0,0), - (88505,15325,509,0,0,-8537.96,1456.85,31.908,0,21600,0,0,25152,0,0,0), - (88506,15325,509,0,0,-8537.96,1449.78,31.9072,0,21600,0,0,25152,0,0,0), - (88507,15325,509,0,0,-8553.33,1398.62,31.9074,0,21600,0,0,25152,0,0,0), - (88508,15325,509,0,0,-8553.33,1391.55,31.9075,0,21600,0,0,25152,0,0,0), - (88509,15325,509,0,0,-8674.65,1483.5,31.9073,0,21600,0,0,25152,0,0,0), - (88510,15325,509,0,0,-8674.65,1476.43,31.9075,0,21600,0,0,25152,0,0,0), - (88511,15325,509,0,0,-8679.82,1443.77,31.9075,0,21600,0,0,25152,0,0,0), - (88512,15325,509,0,0,-8679.82,1436.7,31.9115,0,21600,0,0,25152,0,0,0), - (88513,15325,509,0,0,-8694.2,1666.09,25.517,0,21600,0,0,25152,0,0,0), - (88514,15325,509,0,0,-8694.2,1659.02,23.7518,0,21600,0,0,25152,0,0,0), - (88515,15325,509,0,0,-8843,1606.78,20.8365,0,21600,0,0,25152,0,0,0), - (88516,15325,509,0,0,-8843,1599.71,21.3867,0,21600,0,0,25152,0,0,0), - (88517,15325,509,0,0,-8764.61,1577.5,24.2457,0,21600,0,0,25152,0,0,0), - (88518,15325,509,0,0,-8764.61,1570.42,29.9706,0,21600,0,0,25152,0,0,0), - (88519,15325,509,0,0,-8800.64,1660.19,21.3826,0,21600,0,0,25152,0,0,0), - (88520,15325,509,0,0,-8800.64,1653.12,21.3807,0,21600,0,0,25152,0,0,0), - (88521,15325,509,0,0,-8601.47,1372.66,31.9071,0,21600,0,0,25152,0,0,0), - (88522,15325,509,0,0,-8601.47,1365.59,31.9091,0,21600,0,0,25152,0,0,0), - (88541,15978,533,15941,0,3209.09,-3596.43,287.27,3.51,3520,0,0,141480,0,0,0), - (88542,15978,533,15941,0,3192.36,-3579.05,287.25,4.21,3520,0,0,141480,0,0,0), - (88543,15978,533,15941,0,3149.82,-3619.72,287.27,0.38,3520,0,0,141480,0,0,0), - (88544,15978,533,15941,0,3167.42,-3637.8,287.27,1.28,3520,0,0,141480,0,0,0), - (88545,16453,533,15939,0,3135.8,-3600.11,287.26,0.8,3520,0,0,81744,0,0,0), - (88546,15976,533,15939,0,3175.34,-3563.32,287.26,5.3,3520,0,0,94320,0,0,0), - (88547,16453,533,15939,0,3223.53,-3615.57,287.26,3.19,3520,0,0,81744,0,0,0), - (88548,15976,533,15939,0,3186.85,-3653.02,287.26,2.48,3520,0,0,94320,0,0,0), - (88549,15975,533,15938,0,3190.86,-3652.34,287.26,2.55,3520,0,0,56592,0,0,0), - (88550,15975,533,15938,0,3182.76,-3651.25,287.25,1.04,3520,0,0,56592,0,0,0), - (88551,15975,533,15938,0,3220.93,-3617.65,287.26,2.55,3520,0,0,56592,0,0,0), - (88552,15974,533,15937,0,3221.97,-3610.85,287.25,3.92,3520,0,0,47160,0,0,0), - (88553,15974,533,15937,0,3178.38,-3566.75,287.26,4.47,3520,0,0,47160,0,0,0), - (88554,15975,533,15938,0,3171.63,-3565.39,287.26,5.76,3520,0,0,56592,0,0,0), - (88555,15974,533,15937,0,3136.36,-3605.87,287.25,0.75,3520,0,0,47160,0,0,0), - (88556,15974,533,15937,0,3138.24,-3598.76,287.26,5.28,3520,0,0,47160,0,0,0), - (88557,16453,533,15939,0,3147.73,-3642.55,287.26,1.03,3520,0,0,81744,0,0,0), - (88558,16453,533,15939,0,3212.98,-3574.34,287.26,3.95,3520,0,0,81744,0,0,0), - (88559,15975,533,15938,0,3216.22,-3578.01,287.26,3.85,3520,0,0,56592,0,0,0), - (88560,15975,533,15938,0,3210.25,-3577.17,287.26,3.01,3520,0,0,56592,0,0,0), - (88561,15974,533,15937,0,3208.67,-3570.83,287.26,3.87,3520,0,0,47160,0,0,0), - (88562,15974,533,15937,0,3206.43,-3573.16,287.26,3.95,3520,0,0,47160,0,0,0), - (88563,15975,533,15938,0,3153.2,-3644.89,287.26,0.7,3520,0,0,56592,0,0,0), - (88564,15975,533,15938,0,3149.26,-3646.08,287.26,1.69,3520,0,0,56592,0,0,0), - (88565,15974,533,15937,0,3142.42,-3638.35,287.26,0.66,3520,0,0,47160,0,0,0), - (88566,15974,533,15937,0,3146.45,-3635.57,287.26,0.6,3520,0,0,47160,0,0,0), - (88567,15980,533,0,0,3328.95,-3646.61,259.081,0.931593,3250,0,0,26412,58750,0,0), - (88568,15981,533,0,0,3333.83,-3650.51,259.081,0.931593,3250,0,0,26412,58750,0,0), - (88569,15980,533,0,0,3336.67,-3653.09,259.081,0.90646,3250,0,0,26412,58750,0,0), - (88570,15981,533,0,0,3331.75,-3646,259.081,0.922167,3250,0,0,26412,58750,0,0), - (88571,15981,533,0,0,3340.26,-3655.24,259.081,1.02809,3250,0,0,26412,58750,0,0), - (88572,15980,533,0,0,3340.12,-3650.41,259.081,1.01867,3250,0,0,26412,58750,0,0), - (88573,15980,533,0,0,3336.05,-3646.25,259.081,0.8019,3250,0,0,26412,58750,0,0), - (88574,15980,533,0,0,3330.77,-3642.39,259.081,0.8019,3250,0,0,26412,58750,0,0), - (88575,15980,533,0,0,3331.69,-3675.11,259.081,1.14702,3250,0,0,26412,58750,0,0), - (88576,15980,533,0,0,3328.25,-3673,259.081,1.03574,3250,0,0,26412,58750,0,0), - (88577,15981,533,0,0,3325.23,-3670.58,259.081,0.949346,3250,0,0,26412,58750,0,0), - (88578,15980,533,0,0,3321.46,-3667.21,259.081,1.09465,3250,0,0,26412,58750,0,0), - (88579,15981,533,0,0,3336.49,-3672.73,259.081,1.18999,3250,0,0,26412,58750,0,0), - (88580,15980,533,0,0,3332.61,-3670.43,259.081,1.07611,3250,0,0,26412,58750,0,0), - (88581,15980,533,0,0,3328.78,-3668.31,259.081,0.952798,3250,0,0,26412,58750,0,0), - (88582,15981,533,0,0,3325.53,-3665.4,259.081,1.08789,3250,0,0,26412,58750,0,0), - (88583,15980,533,0,0,3386.47,-3693.76,259.077,1.96469,3250,0,0,26412,58750,0,0), - (88584,15981,533,0,0,3382.5,-3695.76,259.08,2.00553,3250,0,0,26412,58750,0,0), - (88585,15980,533,0,0,3379.16,-3697.32,259.082,2.04873,3250,0,0,26412,58750,0,0), - (88586,15980,533,0,0,3389.72,-3686.78,259.077,2.1198,3250,0,0,26412,58750,0,0), - (88587,15981,533,0,0,3386.06,-3689.19,259.078,2.00357,3250,0,0,26412,58750,0,0), - (88588,15980,533,0,0,3382.5,-3691.46,259.081,2.00357,3250,0,0,26412,58750,0,0), - (88589,15980,533,0,0,3378.08,-3693.95,259.081,1.97215,3250,0,0,26412,58750,0,0), - (88590,15981,533,0,0,3373.56,-3697.9,259.081,1.83156,3250,0,0,26412,58750,0,0), - (88591,15980,533,0,0,3335.6,-3688.88,259.089,1.33637,3250,0,0,26412,58750,0,0), - (88592,15980,533,0,0,3338.4,-3684.07,259.088,1.33637,3250,0,0,26412,58750,0,0), - (88593,15980,533,0,0,3339.12,-3689.59,259.086,1.30417,3250,0,0,26412,58750,0,0), - (88594,15980,533,0,0,3351.56,-3684.78,259.078,1.50838,3250,0,0,26412,58750,0,0), - (88595,15981,533,0,0,3343.72,-3689.35,259.082,1.50838,3250,0,0,26412,58750,0,0), - (88596,15981,533,0,0,3349.46,-3687.94,259.079,1.50838,3250,0,0,26412,58750,0,0), - (88597,15981,533,0,0,3346.88,-3684.63,259.082,1.50838,3250,0,0,26412,58750,0,0), - (88598,15981,533,0,0,3342.19,-3684.87,259.085,1.50838,3250,0,0,26412,58750,0,0), - (88599,15980,533,0,0,3383.18,-3669.73,259.082,2.11979,3250,0,0,26412,58750,0,0), - (88600,15981,533,0,0,3379.05,-3671.33,259.082,1.98706,3250,0,0,26412,58750,0,0), - (88601,15981,533,0,0,3373.32,-3672.19,259.082,1.91167,3250,0,0,26412,58750,0,0), - (88602,15980,533,0,0,3369.14,-3672.89,259.082,1.91167,3250,0,0,26412,58750,0,0), - (88603,15981,533,0,0,3383.28,-3666.11,259.082,2.06124,3250,0,0,26412,58750,0,0), - (88604,15980,533,0,0,3379.6,-3667.56,259.082,2.00941,3250,0,0,26412,58750,0,0), - (88605,15981,533,0,0,3374.85,-3668.9,259.082,1.94621,3250,0,0,26412,58750,0,0), - (88606,15978,533,15941,0,3245.07,-3666.89,287.35,3.48,3520,0,0,141480,0,0,0), - (88607,16453,533,15939,0,3236.63,-3687.47,287.26,1.56,3520,0,0,81744,0,0,0), - (88608,15976,533,15939,0,3254.23,-3689.88,286.82,2.73,3520,0,0,94320,0,0,0), - (88609,15974,533,15937,0,3246.75,-3684.86,287.26,2.49,3520,0,0,47160,0,0,0), - (88610,15974,533,15937,0,3232.96,-3679.39,287.27,1.58,3520,0,0,47160,0,0,0), - (88620,15974,533,15937,0,3193.05,-3792.78,274.13,5.61,3520,0,0,47160,0,0,0), - (88621,15974,533,15937,0,3201.36,-3799.85,274.13,0.4,3520,0,0,47160,0,0,0), - (88622,15974,533,15937,0,3135.72,-3794.43,274.13,1.4,3520,0,0,47160,0,0,0), - (88623,15974,533,15937,0,3150.08,-3783.27,274.13,0.39,3520,0,0,47160,0,0,0), - (88624,15981,533,0,0,3370.16,-3669.7,259.082,1.94621,3250,0,0,26412,58750,0,0), - (88625,15980,533,0,0,3375,-3648.12,259.081,2.1952,3250,0,0,26412,58750,0,0), - (88626,15981,533,0,0,3377.7,-3645.84,259.081,2.34129,3250,0,0,26412,58750,0,0), - (88627,15980,533,0,0,3371.38,-3650.6,259.081,2.10599,3250,0,0,26412,58750,0,0), - (88628,15981,533,0,0,3367.62,-3652.28,259.081,1.93634,3250,0,0,26412,58750,0,0), - (88629,15980,533,0,0,3364.09,-3653.58,259.081,1.91514,3250,0,0,26412,58750,0,0), - (88630,15981,533,0,0,3376.02,-3643.45,259.081,2.24893,3250,0,0,26412,58750,0,0), - (88631,15980,533,0,0,3370.15,-3646.84,259.081,2.05101,3250,0,0,26412,58750,0,0), - (88632,15981,533,0,0,3363.16,-3649,259.081,1.93006,3250,0,0,26412,58750,0,0), - (88633,16453,533,15939,0,3215.26,-3745.5,284,0.76,3520,0,0,81744,0,0,0), - (88634,15976,533,15939,0,3220.66,-3727.5,286.17,5.56,3520,0,0,94320,0,0,0), - (88635,15974,533,15937,0,3223.31,-3749.29,282.09,2.68,3520,0,0,47160,0,0,0), - (88636,15974,533,15937,0,3224.37,-3739.01,283.82,2.88,3520,0,0,47160,0,0,0), - (88637,15974,533,15937,0,3213.58,-3735.34,285.11,2.75,3520,0,0,47160,0,0,0), - (88638,15975,533,15938,0,3230.31,-3725.36,285.09,3.34,3520,0,0,56592,0,0,0), - (88639,15975,533,15938,0,3230.33,-3734.39,283.26,3.45,3520,0,0,56592,0,0,0), - (88640,15327,509,0,0,-9654.33,1587.96,21.5113,0,21600,0,0,50304,0,0,2), - (88641,15327,509,0,0,-9656.24,1592.58,31.9073,0,21600,0,0,50304,0,0,0), - (88642,15327,509,0,0,-9656.24,1583.34,31.9071,0,21600,0,0,50304,0,0,0), - (88643,15325,509,0,0,-9656.24,1592.58,31.9073,0,21600,0,0,25152,0,0,0), - (88644,15325,509,0,0,-9656.24,1583.34,31.9071,0,21600,0,0,25152,0,0,0), - (88645,15325,509,0,0,-9658.95,1589.87,31.9073,0,21600,0,0,25152,0,0,0), - (88646,15325,509,0,0,-9658.95,1586.04,31.9071,0,21600,0,0,25152,0,0,0), - (88647,15327,509,0,0,-9593.87,1602.92,21.5114,0,21600,0,0,50304,0,0,2), - (88648,15327,509,0,0,-9595.78,1607.54,31.9073,0,21600,0,0,50304,0,0,0), - (88649,15327,509,0,0,-9595.78,1598.3,31.9071,0,21600,0,0,50304,0,0,0), - (88650,15325,509,0,0,-9595.78,1607.54,31.9073,0,21600,0,0,25152,0,0,0), - (88651,15325,509,0,0,-9595.78,1598.3,31.9071,0,21600,0,0,25152,0,0,0), - (88652,15325,509,0,0,-9598.49,1604.84,31.9073,0,21600,0,0,25152,0,0,0), - (88653,15325,509,0,0,-9598.49,1601.01,31.9071,0,21600,0,0,25152,0,0,0), - (88654,15327,509,0,0,-9665.34,1553.45,21.5113,0,21600,0,0,50304,0,0,2), - (88655,15327,509,0,0,-9667.26,1558.07,31.9073,0,21600,0,0,50304,0,0,0), - (88656,15327,509,0,0,-9667.26,1548.84,31.9071,0,21600,0,0,50304,0,0,0), - (88657,15325,509,0,0,-9667.26,1558.07,31.9073,0,21600,0,0,25152,0,0,0), - (88658,15325,509,0,0,-9667.26,1548.84,31.9071,0,21600,0,0,25152,0,0,0), - (88659,15325,509,0,0,-9669.96,1555.37,31.9073,0,21600,0,0,25152,0,0,0), - (88660,15325,509,0,0,-9669.96,1551.54,31.9071,0,21600,0,0,25152,0,0,0), - (88661,15327,509,0,0,-9643.71,1556.37,21.5113,0,21600,0,0,50304,0,0,2), - (88662,15327,509,0,0,-9645.62,1560.99,31.9073,0,21600,0,0,50304,0,0,0), - (88663,15327,509,0,0,-9645.62,1551.75,31.9071,0,21600,0,0,50304,0,0,0), - (88664,15325,509,0,0,-9645.62,1560.99,31.9073,0,21600,0,0,25152,0,0,0), - (88665,15325,509,0,0,-9645.62,1551.75,31.9071,0,21600,0,0,25152,0,0,0), - (88666,15325,509,0,0,-9648.33,1558.28,31.9073,0,21600,0,0,25152,0,0,0), - (88667,15325,509,0,0,-9648.33,1554.45,31.9071,0,21600,0,0,25152,0,0,0), - (88674,16067,533,16937,0,2914.6,-3219.76,273.88,1.55,4224,0,0,44016,0,0,0), - (88675,16067,533,16937,0,2915.36,-3152.52,273.88,4.4,4224,0,0,44016,0,0,0), - (88676,16067,533,16937,0,2920.34,-3153.1,273.88,4.58,4224,0,0,44016,0,0,0), - (88698,16021,533,16175,0,3063.2,-3108.57,294.17,5.35,3520,0,0,45318,0,0,0), - (88699,16022,533,836,0,3050.53,-3109.88,294.17,0.16,3520,0,0,42728,0,0,0), - (88700,16022,533,836,0,3055.44,-3120.12,294.16,0.91,3520,0,0,42728,0,0,0), - (88701,16022,533,836,0,3069.09,-3122.28,294.16,2.04,3520,0,0,42728,0,0,0), - (88702,16022,533,836,0,3076.09,-3111.32,294.16,3.29,3520,0,0,42728,0,0,0), - (88703,16022,533,836,0,3072.1,-3103.18,294.16,3.88,3520,0,0,42728,0,0,0), - (88704,16020,533,16063,0,3074.45,-3107.69,294.16,3.79,4224,0,0,50304,0,0,0), - (88705,16020,533,16063,0,3073.49,-3117.37,294.16,2.51,4224,0,0,50304,0,0,0), - (88706,16020,533,16063,0,3062.06,-3122.34,294.16,1.19,4224,0,0,50304,0,0,0), - (88707,16020,533,16063,0,3051.1,-3115.58,294.16,0.29,4224,0,0,50304,0,0,0), - (88708,16021,533,16175,0,3105.27,-3085.36,294.163,3.75246,3520,0,0,45318,0,0,0), - (88709,16020,533,16063,0,3102.75,-3089.39,294.161,1.18682,4224,0,0,50304,0,0,0), - (88710,16020,533,16063,0,3106.6,-3090.17,294.161,2.00713,4224,0,0,50304,0,0,0), - (88711,16020,533,16063,0,3100.32,-3086.69,294.16,0.314159,4224,0,0,50304,0,0,0), - (88712,16020,533,16063,0,3099.76,-3082.68,294.161,5.88176,4224,0,0,50304,0,0,0), - (88713,16022,533,836,0,3104.55,-3090.4,294.16,1.53589,3520,0,0,42728,0,0,0), - (88714,16022,533,836,0,3101.21,-3088.26,294.16,0.820305,3520,0,0,42728,0,0,0), - (88715,16022,533,836,0,3108.88,-3088.71,294.161,2.23402,3520,0,0,42728,0,0,0), - (88716,16022,533,836,0,3099.31,-3084.86,294.16,6.17846,3520,0,0,42728,0,0,0), - (88717,16022,533,836,0,3101.22,-3080.41,294.163,5.3058,3520,0,0,42728,0,0,0), - (88718,16018,533,0,0,2999.21,-3144.77,294.074,5.82614,3520,0,0,106896,0,0,2), - (88719,16029,533,0,0,3116.22,-3104.34,294.069,3.43068,3520,0,0,80925,0,0,2), - (88720,16029,533,0,0,3165.05,-3325.43,294.606,0.942478,3520,0,0,80925,0,0,2), - (88721,16029,533,0,0,3102.07,-3209.2,294.146,1.6057,3520,0,0,80925,0,0,2), - (88722,16018,533,0,0,3124.71,-3120.88,293.345,3.18337,3520,0,0,106896,0,0,2), - (88723,16029,533,0,0,2990.63,-3227.04,294.078,5.82622,3520,0,0,80925,0,0,2), - (88724,16017,533,0,0,3168.32,-3280.82,294.92,4.06662,3520,0,0,88032,0,0,0), - (88725,16017,533,0,0,3159.19,-3270.79,294.84,3.97935,3520,0,0,88032,0,0,0), - (88726,16017,533,0,0,3011.57,-3189.04,294.146,0.10472,3520,1,0,88032,0,0,1), - (88727,16017,533,0,0,3023.06,-3187.8,294.146,3.05433,3520,1,0,88032,0,0,1), - (88728,16021,533,16175,0,2983.42,-3200.71,294.15,6.16,3520,0,0,45318,0,0,0), - (88729,16022,533,836,0,2980.92,-3209.06,294.15,1.4,3520,0,0,42728,0,0,0), - (88730,16022,533,836,0,2988.28,-3209.71,294.15,2.07,3520,0,0,42728,0,0,0), - (88731,16022,533,836,0,2993.41,-3202.1,294.15,3.04,3520,0,0,42728,0,0,0), - (88732,16022,533,836,0,2989.92,-3194.58,294.15,4.1,3520,0,0,42728,0,0,0), - (88733,16022,533,836,0,2982.21,-3192.1,294.15,4.66,3520,0,0,42728,0,0,0), - (88734,16020,533,16063,0,2986.14,-3192.44,294.15,4.49,4224,0,0,50304,0,0,0), - (88735,16020,533,16063,0,2992.11,-3197.74,294.15,3.62,4224,0,0,50304,0,0,0), - (88736,16020,533,16063,0,2991.33,-3206.62,294.15,2.61,4224,0,0,50304,0,0,0), - (88737,16020,533,16063,0,2984.55,-3209.64,294.15,1.43,4224,0,0,50304,0,0,0), - (88738,16021,533,16175,0,3025.94,-3139.97,294.163,5.35816,3520,0,0,45318,0,0,0), - (88739,16022,533,836,0,3026.32,-3146.59,294.161,1.81514,3520,0,0,42728,0,0,0), - (88740,16022,533,836,0,3020.34,-3145.32,294.163,0.890118,3520,0,0,42728,0,0,0), - (88741,16022,533,836,0,3030.39,-3142.86,294.16,2.56563,3520,0,0,42728,0,0,0), - (88742,16022,533,836,0,3031.18,-3137.42,294.161,3.36848,3520,0,0,42728,0,0,0), - (88743,16022,533,836,0,3027.12,-3132.79,294.163,4.50295,3520,0,0,42728,0,0,0), - (88744,16020,533,16063,0,3023.32,-3146.45,294.162,1.39626,4224,0,0,50304,0,0,0), - (88745,16020,533,16063,0,3028.9,-3145.05,294.16,2.37365,4224,0,0,50304,0,0,0), - (88746,16020,533,16063,0,3031.03,-3140.49,294.16,2.82743,4224,0,0,50304,0,0,0), - (88747,16020,533,16063,0,3029.84,-3135.21,294.162,3.97935,4224,0,0,50304,0,0,0), - (88748,500,0,374,0,-10174.4,1610.72,44.8507,2.84194,300,5,0,247,0,0,1), - (88749,500,0,374,0,-10059.5,1717.35,37.8225,0.002869,300,10,0,247,0,0,1), - (88750,123,0,383,0,-10066.1,1681.58,34.683,5.42797,300,0,0,273,0,0,0), - (88751,500,0,374,0,-10060.7,1683.25,34.719,4.66003,300,0,0,247,0,0,0), - (88752,16064,533,16155,0,2520.5,-2955.38,245.635,5.58505,604800,0,0,599580,0,0,0), - (88753,16065,533,16153,0,2517.62,-2959.38,245.636,5.72468,604800,0,0,499650,0,0,0), - (88754,16063,533,16154,0,2528.79,-2948.58,245.633,5.2709,604800,0,0,499650,0,0,0), - (88755,16062,533,16139,0,2524.32,-2951.28,245.633,5.42797,604800,0,0,532960,0,0,0), - (88763,16451,533,10729,0,3452.74,-3188.47,294.75,4.71,3520,0,0,129500,25680,0,0), - (88764,16452,533,2606,0,3449.93,-3187.6,294.75,4.71,3520,0,0,56650,108270,0,0), - (88765,16452,533,2606,0,3455.85,-3187.64,294.75,4.68,3520,0,0,56650,108270,0,0), - (88766,16451,533,10729,0,3250.71,-2985.39,294.75,3.17,3520,0,0,129500,25680,0,0), - (88767,16452,533,2606,0,3251.23,-2982.27,294.75,3.17,3520,0,0,56650,108270,0,0), - (88768,16452,533,2606,0,3251.4,-2988.49,294.75,3.17,3520,0,0,56650,108270,0,0), - (88769,16368,533,16160,0,3161.82,-2974.66,267.68,4.57,3520,0,0,64750,25680,0,0), - (88770,16368,533,16160,0,3161.57,-2996.53,267.68,1.54,3520,0,0,64750,25680,0,0), - (88771,16368,533,16160,0,3248.94,-2996.24,294.75,1.42,3520,0,0,64750,25680,0,0), - (88772,16368,533,16160,0,3249.15,-2974.47,294.75,4.63,3520,0,0,64750,25680,0,0), - (88773,16368,533,16160,0,3360.98,-3020.99,294.75,3.95,3520,0,0,64750,25680,0,0), - (88774,16368,533,16160,0,3345.57,-3036.7,294.75,0.74,3520,0,0,64750,25680,0,0), - (88775,16368,533,16160,0,3402.26,-3093.95,294.75,0.69,3520,0,0,64750,25680,0,0), - (88776,16368,533,16160,0,3418.62,-3077.67,294.75,3.87,3520,0,0,64750,25680,0,0), - (88777,16368,533,16160,0,3464.44,-3189.61,294.75,3.2,3520,0,0,64750,25680,0,0), - (88778,16368,533,16160,0,3442.22,-3190.51,294.75,0,3520,0,0,64750,25680,0,0), - (88779,16368,533,16160,0,3442.96,-3277.98,267.68,6.28,3520,0,0,64750,25680,0,0), - (88780,16368,533,16160,0,3464.81,-3277.92,267.68,3.05,3520,0,0,64750,25680,0,0), - (88781,16368,533,16160,0,3442.34,-3591.87,267.68,6.28,3520,0,0,64750,25680,0,0), - (88782,16368,533,16160,0,3464.08,-3591.33,267.68,3.06,3520,0,0,64750,25680,0,0), - (88783,16368,533,16160,0,3464.63,-3678.14,294.75,3.13,3520,0,0,64750,25680,0,0), - (88784,16368,533,16160,0,3442.25,-3678.26,294.75,6.26,3520,0,0,64750,25680,0,0), - (88787,16368,533,16160,0,3361.64,-3847.58,294.75,2.39,3520,0,0,64750,25680,0,0), - (88788,16368,533,16160,0,3345.1,-3831.41,294.75,5.57,3520,0,0,64750,25680,0,0), - (88791,16368,533,16160,0,3161.44,-3894.13,267.68,1.57,3520,0,0,64750,25680,0,0), - (88792,16368,533,16160,0,3161.45,-3871.26,267.68,4.7,3520,0,0,64750,25680,0,0), - (88793,16368,533,16160,0,2567.26,-3277.1,267.68,3.07,3520,0,0,64750,25680,0,0), - (88794,16368,533,16160,0,2545.62,-3277.69,267.68,6.28,3520,0,0,64750,25680,0,0), - (88795,16451,533,10729,0,2556.46,-3279.11,267.68,1.6,3520,0,0,129500,25680,0,2), - (88796,16452,533,2606,0,2559.33,-3280.48,267.68,1.6,3520,0,0,56650,108270,0,0), - (88797,16452,533,2606,0,2554.02,-3280.62,267.68,1.6,3520,0,0,56650,108270,0,0), - (88798,16368,533,16160,0,2567.33,-3191.03,240.62,3.01,3520,0,0,64750,25680,0,0), - (88799,16368,533,16160,0,2545.6,-3190.34,240.62,6.28,3520,0,0,64750,25680,0,0), - (88800,16368,533,16160,0,2610.66,-3097.48,240.62,2.32,3520,0,0,64750,25680,0,0), - (88801,16368,533,16160,0,2588.19,-3074.64,240.62,5.5,3520,0,0,64750,25680,0,0), - (88802,16368,533,16160,0,2645.26,-3017.73,240.62,5.5,3520,0,0,64750,25680,0,0), - (88803,16368,533,16160,0,2667.75,-3039.93,240.62,2.36,3520,0,0,64750,25680,0,0), - (88804,16368,533,16160,0,2760.22,-2997.4,240.62,1.52,3520,0,0,64750,25680,0,0), - (88805,16368,533,16160,0,2760.94,-2974.27,240.62,4.66,3520,0,0,64750,25680,0,0), - (88806,16368,533,16160,0,2848.44,-2997.48,267.68,1.54,3520,0,0,64750,25680,0,0), - (88807,16368,533,16160,0,2848.82,-2974.33,267.68,4.67,3520,0,0,64750,25680,0,0), - (88808,16451,533,10729,0,2849.82,-2984.93,267.68,3.18,3520,0,0,129500,25680,0,2), - (88809,16452,533,2606,0,2851.85,-2987.67,267.68,3.08,3520,0,0,56650,108270,0,0), - (88810,16452,533,2606,0,2852.16,-2982.05,267.68,3.09,3520,0,0,56650,108270,0,0), - (88811,16365,533,16129,0,2853.57,-3251.69,298.21,5.19,3520,0,0,19500,12000,0,0), - (88813,15990,533,15945,0,3746.41,-5113.35,142.031,2.93162,604800,0,0,3198000,1572000,0,0), - (88814,15113,0,15222,0,-5073.96,-805.209,495.174,0.950319,180,8,0,3857,0,0,1), - (88815,15113,0,15222,0,-5102.08,-806.25,495.196,3.38456,180,8,0,3857,0,0,1), - (88816,15113,0,15222,0,-5096.04,-806.401,495.299,3.90971,180,8,0,3857,0,0,1), - (88817,15113,0,15222,0,-5084.33,-804.372,495.174,0.859029,180,8,0,3857,0,0,1), - (88818,15113,0,15222,0,-5064.19,-801.367,495.247,1.06997,180,8,0,3857,0,0,1), - (88819,15113,0,15222,0,-5079.64,-792.5,495.654,1.80821,180,8,0,3857,0,0,1), - (88820,15113,0,15222,0,-5089.96,-796.235,495.279,5.48193,180,8,0,3857,0,0,1), - (88821,15113,0,15222,0,-5087.36,-791.15,495.654,1.99345,180,8,0,3857,0,0,1), - (88822,15113,0,15222,0,-5081.38,-788.111,495.904,1.7728,180,8,0,3857,0,0,1), - (88823,15113,0,15222,0,-5069.69,-795.414,495.154,2.72635,180,8,0,3857,0,0,1), - (88824,15113,0,15222,0,-5069.31,-799.433,495.154,2.66472,180,8,0,3857,0,0,1), - (88825,15113,0,15222,0,-5095.31,-799.423,495.154,3.82802,180,8,0,3857,0,0,1), - (88826,15011,0,15134,0,-5060.04,-788.611,495.148,1.06465,180,0,0,4108,0,0,0), - (88827,15115,1,15228,0,1320.52,-4426.47,26.4992,1.92418,180,8,0,3857,0,0,1), - (88828,15115,1,15228,0,1320.96,-4421.78,26.7492,5.4309,180,8,0,3857,0,0,1), - (88829,15012,1,15139,0,1322.99,-4400.1,27.2511,2.47837,180,0,0,4108,0,0,0), - (88830,15115,1,15228,0,1322.06,-4410.64,26.8742,0.43937,180,8,0,3857,0,0,1), - (88831,15115,1,15228,0,1325.02,-4430.45,26.7492,5.32057,180,8,0,3857,0,0,1), - (88832,15115,1,15228,0,1327.45,-4405.72,27.2492,3.85921,180,8,0,3857,0,0,1), - (88833,15115,1,15228,0,1337.98,-4405.24,27.7619,5.88596,180,8,0,3857,0,0,1), - (88834,15115,1,15228,0,1344.22,-4432.18,27.1369,4.94701,180,8,0,3857,0,0,1), - (88835,15115,1,15228,0,1346.34,-4428.32,27.2619,4.48845,180,8,0,3857,0,0,1), - (88836,15115,1,15228,0,1350.48,-4419.66,27.7619,2.59623,180,8,0,3857,0,0,1), - (88837,15115,1,15228,0,1348.36,-4410.29,28.0119,2.74817,180,8,0,3857,0,0,1), - (88838,15115,1,15228,0,1333.42,-4402.17,27.6369,1.17725,180,8,0,3857,0,0,1), - (88839,15115,1,15228,0,1334.45,-4434.97,26.504,0.323982,180,8,0,3857,0,0,1), - (88840,15974,533,0,0,3215.53,-3801.41,273.951,2.60437,25,0,0,47160,0,0,0), - (88841,15974,533,0,0,3219.6,-3794.29,273.948,1.94464,25,0,0,47160,0,0,0), - (88842,15974,533,0,0,3228.22,-3790.97,273.838,0.901626,25,0,0,47160,0,0,0), - (88843,15974,533,0,0,3234.6,-3797.04,273.798,0.901626,25,0,0,47160,0,0,0), - (88844,15974,533,0,0,3181.05,-3796.11,273.951,2.12921,25,0,0,47160,0,0,0), - (88845,15974,533,0,0,3174.24,-3803.11,273.95,2.4308,25,0,0,47160,0,0,0), - (88846,15974,533,0,0,3145.08,-3789.51,273.949,5.36505,25,0,0,47160,0,0,0), - (88847,15974,533,0,0,3130.78,-3787.18,273.943,4.18695,25,0,0,47160,0,0,0), - (88848,15979,533,0,0,3186.84,-3806.01,273.951,1.54722,25,0,0,110040,0,0,0), - (88849,16447,533,0,0,3106.93,-3914.09,267.594,3.20331,3520,0,0,94320,0,0,0), - (88850,16447,533,0,0,3106.67,-3910.21,267.594,3.53318,3520,0,0,94320,0,0,0), - (88851,16447,533,0,0,3100.49,-3911.09,267.594,3.08786,3520,0,0,94320,0,0,2), - (88852,16447,533,0,0,3100.27,-3915.21,267.594,3.08786,3520,0,0,94320,0,0,0), - (88853,16449,533,0,0,3101.95,-3883.86,267.594,3.08786,3520,5,0,110040,0,0,1), - (88854,16449,533,0,0,3453.53,-3739.18,294.662,1.97259,3520,5,0,110040,0,0,1), - (88855,16446,533,0,0,3228.61,-3857.19,286.758,3.15697,3520,0,0,251500,7458,0,2), - (88856,16446,533,0,0,3229.28,-3907.97,287.094,3.06744,3520,0,0,251500,7458,0,2), - (88857,16446,533,0,0,3249.23,-3870.64,294.661,4.62802,3520,0,0,251500,7458,0,2), - (88858,16446,533,0,0,3249.28,-3894.02,294.661,1.49428,3520,0,0,251500,7458,0,2), - (88859,16447,533,0,0,3286.14,-3887.51,294.66,1.60221,3520,0,0,94320,0,0,0), - (88860,16447,533,0,0,3281.92,-3887.01,294.66,1.80249,3520,0,0,94320,0,0,0), - (88861,16447,533,0,0,3281.23,-3882.03,294.66,1.36973,3520,0,0,94320,0,0,0), - (88862,16447,533,0,0,3285.97,-3882.85,294.66,1.62106,3520,0,0,94320,0,0,2), - (88863,16449,533,0,0,3310,-3882.32,294.662,4.73124,3520,5,0,110040,0,0,1), - (88864,16447,533,0,0,3475.74,-3750.32,294.66,4.25686,3520,0,0,94320,0,0,0), - (88865,16447,533,0,0,3479.1,-3751.97,294.66,4.25686,3520,0,0,94320,0,0,0), - (88866,16447,533,0,0,3477,-3756.19,294.66,4.1689,3520,0,0,94320,0,0,0), - (88867,16447,533,0,0,3473.84,-3754.28,294.66,4.1689,3520,0,0,94320,0,0,2), - (88868,16448,533,0,0,3406.41,-3778.99,294.661,4.0071,3520,0,0,69168,0,0,0), - (88869,16448,533,0,0,3410.38,-3782.37,294.661,4.0071,3520,0,0,69168,0,0,0), - (88870,16448,533,0,0,3414.3,-3785.71,294.661,4.0071,3520,0,0,69168,0,0,0), - (88871,16447,533,0,0,3425.76,-3537.69,267.594,1.9773,3520,0,0,94320,0,0,0), - (88872,16447,533,0,0,3429.05,-3537.64,267.594,1.9553,3520,0,0,94320,0,0,0), - (88873,16447,533,0,0,3428.26,-3532.98,267.594,1.65685,3520,0,0,94320,0,0,2), - (88874,16447,533,0,0,3424.03,-3532.38,267.594,1.65685,3520,0,0,94320,0,0,0), - (88875,16449,533,0,0,3453.54,-3530.66,267.594,1.9985,3520,5,0,110040,0,0,1), - (88876,16453,533,0,0,3458.38,-3553.3,267.592,4.74583,3520,0,0,81744,0,0,0), - (88877,16453,533,0,0,3450.29,-3553.57,267.592,4.74583,3520,0,0,81744,0,0,0), - (88878,16453,533,0,0,3450.6,-3562.83,267.592,4.74583,3520,0,0,81744,0,0,0), - (88879,16453,533,0,0,3458.41,-3562.57,267.592,4.74583,3520,0,0,81744,0,0,2), - (88880,16447,533,0,0,2581.59,-3339.19,267.594,4.70766,3520,0,0,94320,0,0,2), - (88881,16447,533,0,0,2584.99,-3339.21,267.604,4.70766,3520,0,0,94320,0,0,0), - (88882,16447,533,0,0,2578.69,-3334.62,267.604,4.93566,3520,0,0,94320,0,0,0), - (88883,16447,533,0,0,2581.03,-3334.71,267.604,4.84466,3520,0,0,94320,0,0,0), - (88884,16447,533,0,0,2530.77,-3338.58,267.604,4.58066,3520,0,0,94320,0,0,2), - (88885,16447,533,0,0,2527.65,-3338.24,267.604,4.60266,3520,0,0,94320,0,0,0), - (88886,16447,533,0,0,2528.64,-3333.91,267.604,4.60266,3520,0,0,94320,0,0,0), - (88887,16447,533,0,0,2531.55,-3335.07,267.604,4.60266,3520,0,0,94320,0,0,0), - (88888,16449,533,0,0,2556.06,-3338.6,267.604,4.70766,3520,5,0,110040,0,0,1), - (88889,16447,533,0,0,2581.83,-3128.81,240.526,4.637,3520,0,0,94320,0,0,2), - (88890,16447,533,0,0,2585.23,-3128.83,240.536,4.637,3520,0,0,94320,0,0,0), - (88891,16447,533,0,0,2578.93,-3124.24,240.536,4.865,3520,0,0,94320,0,0,0), - (88892,16447,533,0,0,2581.27,-3124.33,240.536,4.774,3520,0,0,94320,0,0,0), - (88893,16447,533,0,0,2531.01,-3128.2,240.536,4.51,3520,0,0,94320,0,0,2), - (88894,16447,533,0,0,2527.89,-3127.86,240.536,4.532,3520,0,0,94320,0,0,0), - (88895,16447,533,0,0,2528.88,-3123.53,240.536,4.532,3520,0,0,94320,0,0,0), - (88896,16447,533,0,0,2531.79,-3124.69,240.536,4.532,3520,0,0,94320,0,0,0), - (88897,16449,533,0,0,2556.3,-3128.22,240.536,4.637,3520,5,0,110040,0,0,1), - (88898,16446,533,0,0,2532.05,-3256.1,259.026,1.48364,3520,0,0,251500,7458,0,2), - (88899,16446,533,0,0,2581.34,-3254.76,258.331,1.57553,3520,0,0,251500,7458,0,2), - (88903,8901,230,9289,0,1383.94,-437.583,-94.6746,1.63536,60,5,0,760,0,0,1), - (88904,8901,230,9289,0,1379.96,-432.732,-94.6746,1.58454,60,5,0,760,0,0,1), - (88905,8901,230,8755,0,1474.54,-429.184,-91.9711,4.90438,60,0,0,760,0,0,0), - (88906,8901,230,8755,0,1472.5,-431.129,-91.9711,5.95157,60,0,0,760,0,0,0), - (88907,8901,230,9289,0,1474.94,-436.152,-91.9711,1.55334,60,0,0,760,0,0,0), - (88908,8901,230,9289,0,1467.29,-442.55,-91.9711,3.59538,60,0,0,760,0,0,0), - (88909,8901,230,8755,0,1465.29,-446.614,-91.9693,1.79769,60,0,0,760,0,0,0), - (88910,454,0,8871,0,-9942.86,1219.5,42.6485,5.44803,300,10,0,247,0,0,1), - (88911,8901,230,9289,0,1456.69,-455.008,-91.959,2.35619,60,0,0,760,0,0,0), - (88912,16447,533,0,0,2725.36,-2985.58,240.526,4.7438,3520,0,0,94320,0,0,2), - (88913,16447,533,0,0,2728.76,-2985.6,240.536,4.7438,3520,0,0,94320,0,0,0), - (88914,16447,533,0,0,2722.47,-2981.01,240.536,4.9718,3520,0,0,94320,0,0,0), - (88915,16447,533,0,0,2724.8,-2981.1,240.536,4.8808,3520,0,0,94320,0,0,0), - (88916,16447,533,0,0,2674.54,-2984.97,240.536,4.6168,3520,0,0,94320,0,0,2), - (88917,16447,533,0,0,2671.43,-2984.63,240.536,4.6388,3520,0,0,94320,0,0,0), - (88918,16447,533,0,0,2672.42,-2980.3,240.536,4.6388,3520,0,0,94320,0,0,0), - (88919,16447,533,0,0,2675.32,-2981.46,240.536,4.6388,3520,0,0,94320,0,0,0), - (88920,16449,533,0,0,2699.83,-2984.99,240.536,4.7438,3520,5,0,110040,0,0,1), - (88921,16448,533,0,0,2663.2,-3033.65,240.526,3.93563,3520,0,0,69168,0,0,0), - (88922,16448,533,0,0,2658.23,-3028.77,240.526,3.93563,3520,0,0,69168,0,0,0), - (88923,16448,533,0,0,2652.3,-3022.94,240.526,3.93563,3520,0,0,69168,0,0,0), - (88924,16447,533,0,0,2935.14,-2985.83,267.594,4.75792,3520,0,0,94320,0,0,2), - (88925,16447,533,0,0,2938.54,-2985.85,267.604,4.75792,3520,0,0,94320,0,0,0), - (88926,16447,533,0,0,2932.24,-2981.26,267.604,4.98592,3520,0,0,94320,0,0,0), - (88927,16447,533,0,0,2934.58,-2981.35,267.604,4.89492,3520,0,0,94320,0,0,0), - (88928,16447,533,0,0,2884.32,-2985.22,267.604,4.63092,3520,0,0,94320,0,0,2), - (88929,16447,533,0,0,2881.2,-2984.88,267.604,4.65292,3520,0,0,94320,0,0,0), - (88930,16447,533,0,0,2882.19,-2980.55,267.604,4.65292,3520,0,0,94320,0,0,0), - (88931,16447,533,0,0,2885.1,-2981.71,267.604,4.65292,3520,0,0,94320,0,0,0), - (88932,16449,533,0,0,2909.61,-2985.24,267.604,4.75792,3520,5,0,110040,0,0,1), - (88933,16447,533,0,0,3478.92,-3338.88,267.594,4.7137,3520,0,0,94320,0,0,2), - (88934,16447,533,0,0,3482.32,-3338.9,267.604,4.7137,3520,0,0,94320,0,0,0), - (88935,16447,533,0,0,3476.02,-3334.31,267.604,4.9417,3520,0,0,94320,0,0,0), - (88936,16447,533,0,0,3478.36,-3334.4,267.604,4.8507,3520,0,0,94320,0,0,0), - (88937,16447,533,0,0,3428.1,-3338.27,267.604,4.5867,3520,0,0,94320,0,0,2), - (88938,16447,533,0,0,3424.98,-3337.93,267.604,4.6087,3520,0,0,94320,0,0,0), - (88939,16447,533,0,0,3425.97,-3333.6,267.604,4.6087,3520,0,0,94320,0,0,0), - (88940,16447,533,0,0,3428.88,-3334.76,267.604,4.6087,3520,0,0,94320,0,0,0), - (88941,16449,533,0,0,3453.39,-3338.29,267.604,4.7137,3520,5,0,110040,0,0,1), - (88942,16447,533,0,0,3479.12,-3128.97,294.661,4.74,3520,0,0,94320,0,0,2), - (88943,16447,533,0,0,3482.52,-3128.99,294.671,4.74,3520,0,0,94320,0,0,0), - (88944,16447,533,0,0,3476.22,-3124.4,294.671,4.968,3520,0,0,94320,0,0,0), - (88945,16447,533,0,0,3478.56,-3124.49,294.671,4.877,3520,0,0,94320,0,0,0), - (88946,16447,533,0,0,3428.3,-3128.36,294.671,4.613,3520,0,0,94320,0,0,2), - (88947,16447,533,0,0,3425.18,-3128.02,294.671,4.635,3520,0,0,94320,0,0,0), - (88948,16447,533,0,0,3426.17,-3123.69,294.671,4.635,3520,0,0,94320,0,0,0), - (88949,16447,533,0,0,3429.08,-3124.85,294.671,4.635,3520,0,0,94320,0,0,0), - (88950,16449,533,0,0,3453.59,-3128.38,294.671,4.74,3520,5,0,110040,0,0,1), - (88951,16447,533,0,0,3335.93,-2990.19,294.662,4.6992,3520,0,0,94320,0,0,2), - (88952,16447,533,0,0,3339.33,-2990.21,294.672,4.6992,3520,0,0,94320,0,0,0), - (88953,16447,533,0,0,3333.03,-2985.62,294.672,4.9272,3520,0,0,94320,0,0,0), - (88954,16447,533,0,0,3335.37,-2985.71,294.672,4.8362,3520,0,0,94320,0,0,0), - (88955,16447,533,0,0,3285.11,-2989.58,294.672,4.5722,3520,0,0,94320,0,0,2), - (88956,16447,533,0,0,3281.99,-2989.24,294.672,4.5942,3520,0,0,94320,0,0,0), - (88957,16447,533,0,0,3282.98,-2984.91,294.672,4.5942,3520,0,0,94320,0,0,0), - (88958,16447,533,0,0,3285.89,-2986.07,294.672,4.5942,3520,0,0,94320,0,0,0), - (88959,16449,533,0,0,3310.4,-2989.6,294.672,4.6992,3520,5,0,110040,0,0,1), - (88960,16447,533,0,0,3128.28,-2985.7,267.593,4.7047,3520,0,0,94320,0,0,2), - (88961,16447,533,0,0,3131.68,-2985.72,267.603,4.7047,3520,0,0,94320,0,0,0), - (88962,16447,533,0,0,3125.38,-2981.13,267.603,4.9327,3520,0,0,94320,0,0,0), - (88963,16447,533,0,0,3127.72,-2981.22,267.603,4.8417,3520,0,0,94320,0,0,0), - (88964,16447,533,0,0,3077.46,-2985.09,267.603,4.5777,3520,0,0,94320,0,0,2), - (88965,16447,533,0,0,3074.34,-2984.75,267.603,4.5997,3520,0,0,94320,0,0,0), - (88966,16447,533,0,0,3075.33,-2980.42,267.603,4.5997,3520,0,0,94320,0,0,0), - (88967,16447,533,0,0,3078.24,-2981.58,267.603,4.5997,3520,0,0,94320,0,0,0), - (88968,16449,533,0,0,3102.75,-2985.11,267.603,4.7047,3520,5,0,110040,0,0,1), - (88976,15355,509,15347,0,-9290.14,1888.33,85.6807,0,3520,0,0,61503,0,0,2), - (88977,15355,509,15347,0,-9285.01,1845.87,85.5974,0,3520,0,0,61503,0,0,2), - (88978,15355,509,15347,0,-9378.37,1742.62,85.6808,0,3520,0,0,61503,0,0,2), - (88979,15355,509,15347,0,-9341.98,1844.11,85.1575,0,3520,0,0,61503,0,0,2), - (88980,15355,509,15347,0,-9273.63,1940.64,85.6807,0,3520,0,0,61503,0,0,2), - (88981,15355,509,15347,0,-9282.03,1949.15,85.6807,0,3520,0,0,61503,0,0,2), - (88982,15355,509,15347,0,-9305.47,1976.09,85.6807,0,3520,0,0,61503,0,0,2), - (88983,15355,509,15347,0,-9334.3,1916.92,85.6798,0,3520,0,0,61503,0,0,2), - (88989,11784,349,11712,0,108.614,-268.941,-108.677,6.10207,7200,0,0,5757,0,0,2), - (88994,11789,349,13212,0,118.08,-164.622,-167.374,4.01426,7200,2,0,1919,0,0,1), - (88995,11789,349,13211,0,108.674,-187.774,-167.374,3.00197,7200,2,0,1919,0,0,1), - (88996,11789,349,13212,0,122.108,-177.402,-167.374,5.84685,7200,2,0,1919,0,0,1), - (88997,11789,349,13212,0,101.881,-178.891,-167.374,1.72788,7200,2,0,1919,0,0,1), - (88998,11789,349,12333,0,116.806,-185.315,-167.374,4.06662,7200,2,0,1919,0,0,1), - (88999,11789,349,12333,0,108.857,-162.806,-167.336,2.20701,7200,2,0,1919,0,0,1), - (89000,12207,349,6737,0,54.7825,-133.367,-204.784,3.80482,7200,5,0,10554,0,0,1), - (89001,6145,349,4878,0,16.4976,-168.667,-207.727,5.2709,7200,5,0,42,0,0,1), - (89002,13596,349,13589,0,42.0826,-65.9511,-199.554,1.30956,43200,5,1,14434,0,0,2), - (89003,6145,349,4878,0,67.6116,-100.635,-206.742,3.50811,7200,5,0,42,0,0,1), - (89004,6145,349,4878,0,-19.2132,-162.026,-207.255,0.279253,7200,5,0,42,0,0,1), - (89005,12207,349,6737,0,-4.79137,-238.573,-208.684,2.51327,7200,5,0,10554,0,0,1), - (89006,6145,349,4878,0,8.96613,-286.279,-206.648,1.46608,7200,5,0,42,0,0,1), - (89007,12207,349,6737,0,15.4218,-310.705,-206.929,3.4383,7200,5,0,10554,0,0,1), - (89008,11789,349,13211,0,-90.4707,-266.801,-170.336,2.68781,7200,1,0,1919,0,0,1), - (89009,11789,349,13212,0,-93.2932,-252.8,-170.336,2.89725,7200,1,0,1919,0,0,1), - (89010,11789,349,9032,0,-94.9628,-260.261,-170.336,3.52556,7200,1,0,1919,0,0,1), - (89011,11789,349,12333,0,-100.349,-251.573,-170.336,0.506145,7200,1,0,1919,0,0,1), - (89012,11789,349,13211,0,-103.224,-319.017,-170.333,4.45059,7200,2,0,1919,0,0,1), - (89013,11789,349,13212,0,-105.145,-308.305,-170.335,1.8675,7200,2,0,1919,0,0,1), - (89014,11789,349,13211,0,-105.733,-314.67,-170.333,2.30383,7200,2,0,1919,0,0,1), - (89015,11789,349,9032,0,-99.7045,-312.567,-170.334,3.35103,7200,2,0,1919,0,0,1), - (89016,11789,349,9032,0,-105.499,-260.618,-170.419,6.03759,7200,1,0,1919,0,0,1), - (89017,11789,349,12333,0,-109.524,-314.792,-170.418,5.50949,7200,2,0,1919,0,0,1), - (89018,12203,349,12293,0,356.681,-185.455,-59.8156,3.45575,43200,0,0,14434,0,0,0), - (89019,6145,349,4878,0,-30.2241,-125.839,-207.441,5.13127,7200,5,0,42,0,0,1), - (89020,12207,349,6737,0,-26.191,-87.2396,-206.446,3.28122,7200,5,0,10554,0,0,1), - (89021,6145,349,4878,0,14.7221,-81.3127,-207.437,1.51844,7200,5,0,42,0,0,1), - (89022,13321,349,901,0,-21.8882,-9.20877,-131.197,5.5676,7200,5,0,42,0,0,1), - (89023,13321,349,1924,0,73.1726,-6.26065,-131.073,4.46804,7200,5,0,42,0,0,1), - (89024,6145,349,4878,0,60.825,-81.4101,-207.468,2.32129,7200,5,0,42,0,0,1), - (89025,13599,349,6368,0,-29.1892,9.89225,-131.124,0.942478,7200,5,0,2399,0,0,1), - (89026,13599,349,6368,0,84.985,7.08579,-131.073,5.49779,7200,5,0,2399,0,0,1), - (89027,13321,349,6295,0,-39.848,39.6532,-131.073,1.74533,7200,5,0,42,0,0,1), - (89028,13321,349,6295,0,99.5706,36.3686,-131.073,3.07178,7200,5,0,42,0,0,1), - (89029,13599,349,6368,0,-44.6283,58.0849,-131.073,1.74533,7200,5,0,2399,0,0,1), - (89030,13599,349,6368,0,101.292,47.0444,-131.073,4.27606,7200,5,0,2399,0,0,1), - (89031,13321,349,6295,0,92.5639,78.6082,-131.073,4.31096,7200,5,0,42,0,0,1), - (89032,13321,349,1924,0,-20.6725,94.7429,-131.073,0.069813,7200,5,0,42,0,0,1), - (89033,13599,349,6368,0,-18.8039,96.2423,-131.073,0.855211,7200,5,0,2399,0,0,1), - (89034,13599,349,6368,0,90.5483,84.8072,-131.073,2.00713,7200,5,0,2399,0,0,1), - (89035,13599,349,6368,0,54.8301,113.88,-131.073,2.80998,7200,5,0,2399,0,0,1), - (89036,13321,349,6295,0,30.5731,115.544,-131.073,6.17846,7200,5,0,42,0,0,1), - (89037,13599,349,6368,0,13.7205,117.547,-131.073,2.32129,7200,5,0,2399,0,0,1), - (89038,2914,349,1206,0,-60.2852,-358.523,-178.296,4.64258,7200,10,0,8,0,0,1), - (89039,2914,349,1206,0,-63.26,-426.394,-189.176,5.16617,7200,10,0,8,0,0,1), - (89040,12207,349,6737,0,-80.494,-395.249,-189.805,5.39307,7200,5,0,10554,0,0,1), - (89041,11789,349,13211,0,-124.533,-389.442,-170.336,4.93928,7200,2,0,1919,0,0,1), - (89042,11789,349,9032,0,-118.404,-376.078,-170.336,4.36332,7200,2,0,1919,0,0,1), - (89043,11789,349,13211,0,-116.521,-385.825,-170.336,3.735,7200,2,0,1919,0,0,1), - (89044,11789,349,13212,0,-108.174,-380.384,-170.336,2.28638,7200,2,0,1919,0,0,1), - (89045,11789,349,13212,0,-126.455,-381.604,-170.419,2.77572,7200,2,0,1919,0,0,1), - (89046,2914,349,1206,0,-126.047,-353.323,-170.336,4.36332,7200,10,0,8,0,0,1), - (89047,11784,349,11712,0,-133.015,-363.42,-170.419,4.37615,7200,0,0,5757,0,0,2), - (89052,11789,349,13212,0,-143.368,-334.523,-170.336,4.08407,7200,2,0,1919,0,0,1), - (89053,11789,349,12333,0,-144.237,-318.947,-170.336,1.79769,7200,2,0,1919,0,0,1), - (89054,11789,349,13212,0,-142.068,-327.561,-170.336,2.21657,7200,2,0,1919,0,0,1), - (89055,11789,349,12333,0,-145.74,-339.411,-170.336,1.97222,7200,2,0,1919,0,0,1), - (89056,11789,349,12333,0,-147.693,-330.588,-170.336,0.558505,7200,2,0,1919,0,0,1), - (89057,11789,349,12333,0,-111.448,-320.95,-170.418,1.83066,7200,2,0,1919,0,0,1), - (89058,4292,189,2476,0,1779.01,-411.284,8.09467,2.68781,7200,0,0,3150,2194,0,0), - (89059,4292,189,2465,0,1781.94,-381.199,8.09497,2.87979,7200,0,0,3150,2194,0,0), - (89060,4290,189,2511,0,1806.46,-404.538,8.09371,2.21657,7200,0,0,3831,0,0,0), - (89061,4292,189,2476,0,1802.1,-401.302,8.09548,5.88176,7200,0,0,3150,2194,0,0), - (89062,4292,189,2476,0,1798.61,-427.408,8.09416,5.8294,7200,0,0,3150,2194,0,0), - (89063,4290,189,2511,0,1804.33,-430.56,8.09537,2.6529,7200,0,0,3831,0,0,0), - (89064,4289,189,2509,0,1803.07,-426.691,8.01154,2.85425,7200,1,1,2805,5526,0,2), - (89065,4295,189,2515,0,1847.83,-385.244,18.7604,0.628319,7200,0,0,4008,0,0,0), - (89066,4298,189,2473,0,1848.92,-402.19,18.7621,5.39307,7200,0,0,4008,0,0,0), - (89067,4295,189,2515,0,1855.75,-403.744,18.7616,3.24631,7200,0,0,4008,0,0,0), - (89068,4295,189,2515,0,1848.72,-408.344,18.7611,1.13446,7200,0,0,4008,0,0,0), - (89069,4295,189,2515,0,1851.88,-385.46,18.7619,2.33874,7200,0,0,4008,0,0,0), - (89070,4298,189,2462,0,1851.39,-381.298,18.7611,4.20624,7200,0,0,4008,0,0,0), - (89071,4289,189,2510,0,1850.16,-426.777,18.6776,6.27325,7200,6,1,2805,5526,0,2), - (89072,4298,189,2473,0,1848.53,-430.005,18.7608,0.122173,7200,0,0,4008,0,0,0), - (89073,4290,189,2511,0,1853.21,-428.959,18.7609,3.45575,7200,0,0,3831,0,0,0), - (89074,4298,189,2462,0,1872.88,-411.156,18.7612,0,7200,0,0,4008,0,0,0), - (89075,4292,189,2476,0,1878.24,-410.778,18.7612,3.26377,7200,0,0,3150,2194,0,0), - (89076,4298,189,2462,0,1880.71,-383.422,18.7619,3.47321,7200,0,0,4008,0,0,0), - (89077,4298,189,2462,0,1879.85,-388.085,18.762,1.93731,7200,0,0,4008,0,0,0), - (89078,4295,189,2515,0,1874.41,-382.072,18.7614,5.79449,7200,0,0,4008,0,0,0), - (89079,4298,189,2462,0,1893.99,-383.011,18.7617,1.50098,7200,0,0,4008,0,0,0), - (89080,4295,189,2515,0,1904.76,-407.945,18.7611,3.9968,7200,0,0,4008,0,0,0), - (89081,4298,189,2462,0,1899.73,-412.501,18.7621,0.628319,7200,0,0,4008,0,0,0), - (89082,4298,189,2462,0,1894.78,-378.765,18.7614,4.36332,7200,0,0,4008,0,0,0), - (89083,4290,189,2511,0,1924.11,-438.246,18.0913,0.174533,7200,0,0,3831,0,0,0), - (89084,4298,189,2462,0,1927.06,-440.33,18.0913,2.02458,7200,0,0,4008,0,0,0), - (89085,4295,189,2514,0,1920.64,-421.962,18.0913,6.17846,7200,0,0,4008,0,0,0), - (89086,4295,189,2514,0,1927.69,-437.186,18.0913,3.82227,7200,0,0,4008,0,0,0), - (89087,4295,189,2515,0,1926,-394.77,18.0913,0.890118,7200,0,0,4008,0,0,0), - (89088,4295,189,2514,0,1907.68,-388.676,18.7602,1.97222,7200,0,0,4008,0,0,0), - (89089,4298,189,2462,0,1927.19,-391.242,18.0913,4.5204,7200,0,0,4008,0,0,0), - (89090,4295,189,2515,0,1900.46,-362.276,18.7606,3.64774,7200,0,0,4008,0,0,0), - (89091,4295,189,2515,0,1898.52,-365.821,18.7612,1.69297,7200,0,0,4008,0,0,0), - (89092,4295,189,2515,0,1895.94,-362.592,18.7606,5.89921,7200,0,0,4008,0,0,0), - (89093,4292,189,2476,0,1906.15,-384.892,18.7608,5.09636,7200,0,0,3150,2194,0,0), - (89094,4298,189,2473,0,1931.72,-363.245,18.0913,2.94961,7200,0,0,4008,0,0,0), - (89095,4298,189,2462,0,1931.53,-391.429,18.0913,3.1765,7200,0,0,4008,0,0,0), - (89096,4289,189,2510,0,1924.99,-369.014,18.0081,4.74808,7200,1,1,2805,5526,0,2), - (89097,3975,189,2041,0,1965.09,-431.607,6.26076,2.98451,43200,0,0,10688,0,0,0), - (89098,16447,533,0,0,2581.91,-3529.54,267.594,4.64639,3520,0,0,94320,0,0,2), - (89099,16447,533,0,0,2585.31,-3529.56,267.604,4.64639,3520,0,0,94320,0,0,0), - (89100,16447,533,0,0,2579.01,-3524.97,267.604,4.87439,3520,0,0,94320,0,0,0), - (89101,16447,533,0,0,2581.35,-3525.06,267.604,4.78339,3520,0,0,94320,0,0,0), - (89102,16447,533,0,0,2531.09,-3528.93,267.604,4.51939,3520,0,0,94320,0,0,2), - (89103,16447,533,0,0,2527.97,-3528.59,267.604,4.54139,3520,0,0,94320,0,0,0), - (89104,16447,533,0,0,2528.96,-3524.26,267.604,4.54139,3520,0,0,94320,0,0,0), - (89105,16447,533,0,0,2531.87,-3525.42,267.604,4.54139,3520,0,0,94320,0,0,0), - (89106,16449,533,0,0,2556.38,-3528.95,267.604,4.64639,3520,5,0,110040,0,0,1), - (89107,16447,533,0,0,2725.65,-3883.05,294.662,4.725,3520,0,0,94320,0,0,2), - (89108,16447,533,0,0,2729.05,-3883.07,294.672,4.725,3520,0,0,94320,0,0,0), - (89109,16447,533,0,0,2722.75,-3878.48,294.672,4.953,3520,0,0,94320,0,0,0), - (89110,16447,533,0,0,2725.09,-3878.57,294.672,4.862,3520,0,0,94320,0,0,0), - (89111,16447,533,0,0,2674.83,-3882.44,294.672,4.598,3520,0,0,94320,0,0,2), - (89112,16447,533,0,0,2671.71,-3882.1,294.672,4.62,3520,0,0,94320,0,0,0), - (89113,16447,533,0,0,2672.7,-3877.77,294.672,4.62,3520,0,0,94320,0,0,0), - (89114,16447,533,0,0,2675.61,-3878.93,294.672,4.62,3520,0,0,94320,0,0,0), - (89115,16449,533,0,0,2700.12,-3882.46,294.672,4.725,3520,5,0,110040,0,0,1), - (89116,16447,533,0,0,2582.46,-3739.29,294.661,4.6661,3520,0,0,94320,0,0,2), - (89117,16447,533,0,0,2585.85,-3739.31,294.671,4.6661,3520,0,0,94320,0,0,0), - (89118,16447,533,0,0,2579.55,-3734.73,294.671,4.8941,3520,0,0,94320,0,0,0), - (89119,16447,533,0,0,2581.9,-3734.81,294.671,4.8031,3520,0,0,94320,0,0,0), - (89120,16447,533,0,0,2531.64,-3738.69,294.671,4.5391,3520,0,0,94320,0,0,2), - (89121,16447,533,0,0,2528.51,-3738.34,294.671,4.5611,3520,0,0,94320,0,0,0), - (89122,16447,533,0,0,2529.5,-3734.01,294.671,4.5611,3520,0,0,94320,0,0,0), - (89123,16447,533,0,0,2532.42,-3735.18,294.671,4.5611,3520,0,0,94320,0,0,0), - (89124,16449,533,0,0,2556.93,-3738.71,294.671,4.6661,3520,5,0,110040,0,0,1), - (89125,16451,533,0,0,2556.18,-3506.02,267.593,4.73322,3520,0,0,129500,25680,0,2), - (89126,16452,533,0,0,2564.02,-3505.17,267.592,4.73322,3520,0,0,56650,108270,0,0), - (89127,16452,533,0,0,2547.64,-3505.52,267.587,4.73322,3520,0,0,56650,108270,0,0), - (89130,16447,533,0,0,2933.09,-3883.06,268.132,4.74064,3520,0,0,94320,0,0,2), - (89131,16447,533,0,0,2936.49,-3883.08,268.142,4.74064,3520,0,0,94320,0,0,0), - (89132,16447,533,0,0,2930.19,-3878.49,268.142,4.96864,3520,0,0,94320,0,0,0), - (89133,16447,533,0,0,2932.53,-3878.58,268.142,4.87764,3520,0,0,94320,0,0,0), - (89134,16447,533,0,0,2882.27,-3882.45,268.142,4.61364,3520,0,0,94320,0,0,2), - (89135,16447,533,0,0,2879.15,-3882.11,268.142,4.63564,3520,0,0,94320,0,0,0), - (89136,16447,533,0,0,2880.14,-3877.78,268.142,4.63564,3520,0,0,94320,0,0,0), - (89137,16447,533,0,0,2883.05,-3878.94,268.142,4.63564,3520,0,0,94320,0,0,0), - (89138,15338,509,0,0,-9001.42,1714.95,21.4432,0,21600,0,0,50300,12430,0,2), - (89139,15338,509,0,0,-8802.06,1921.19,21.5113,0,21600,0,0,50300,12430,0,2), - (89140,15338,509,0,0,-8875.27,1810.16,21.5277,0,21600,0,0,50300,12430,0,2), - (89141,15338,509,0,0,-8892.27,1893.26,21.7709,0,21600,0,0,50300,12430,0,2), - (89142,15338,509,0,0,-9042.73,1737.67,21.734,0,21600,0,0,50300,12430,0,2), - (89143,15338,509,0,0,-8985.67,1928.49,21.3905,0,21600,0,0,50300,12430,0,2), - (89144,15338,509,0,0,-9128.89,2235.46,21.5114,0,21600,0,0,50300,12430,0,2), - (89145,15338,509,0,0,-8783.41,2098.07,21.9928,0,21600,0,0,50300,12430,0,2), - (89146,15338,509,0,0,-8779.9,2018.76,21.7045,0,21600,0,0,50300,12430,0,2), - (89294,1415,0,2038,0,-8992.66,856.234,105.775,0.595873,250,0,0,1240,0,0,0), - (89298,1429,0,221,0,-8962,809.712,109.446,2.087,180,0,0,87,0,0,0), - (89299,1435,0,1765,0,-8984,1025.49,101.587,0.279,490,0,0,3857,0,0,0), - (89325,1719,0,1865,0,-8799,827.703,97.635,0.738,310,0,0,1605,0,0,0), - (89330,1733,0,4449,0,-8984,1024.26,101.587,0.384,180,0,0,166,0,0,0), - (89359,15760,0,15744,0,-9468.33,24.9295,56.5369,6.0912,180,0,0,3300,0,0,0), - (89360,15760,0,15745,0,-9465.93,24.9355,56.6126,3.12414,180,0,0,3300,0,0,0), - (89361,15760,0,15744,0,-8866.35,676.362,97.9864,0.034907,180,0,0,3300,0,0,0), - (89362,15760,0,15745,0,-8864.07,675.996,97.9864,2.87979,180,0,0,3300,0,0,0), - (89363,15760,0,15744,0,-10647.7,1174.96,34.4276,1.09956,180,0,0,3300,0,0,0), - (89364,15760,0,15745,0,-10645.7,1177.46,34.5556,4.13643,180,0,0,3300,0,0,0), - (89365,15760,0,15744,0,-10523.2,-1164.94,27.5597,1.5708,180,0,0,3300,0,0,0), - (89366,15760,0,15745,0,-10523.5,-1162.52,27.5597,4.66003,180,0,0,3300,0,0,0), - (89367,15760,0,15744,0,-9223.84,-2153.94,64.0168,3.01942,180,0,0,3300,0,0,0), - (89368,15760,0,15745,0,-9225.23,-2153.85,64.0168,6.23082,180,0,0,3300,0,0,0), - (89369,15760,0,15746,0,-5581.24,-525.341,400.846,1.51844,180,0,0,3300,0,0,0), - (89370,15760,0,15747,0,-5581.07,-523.102,400.846,4.62512,180,0,0,3300,0,0,0), - (89371,15760,0,15747,0,-4853.14,-870.297,501.997,4.81711,180,0,0,3300,0,0,0), - (89372,15760,0,15746,0,-4852.92,-872.19,501.997,1.69297,180,0,0,3300,0,0,0), - (89375,15760,1,15748,0,9817.05,956.271,1308.87,1.88496,180,0,0,3300,0,0,0), - (89376,15760,1,15758,0,9816.57,957.975,1308.88,4.88692,180,0,0,3300,0,0,0), - (89379,15760,0,15752,0,-14461.9,491.803,15.2063,0.837758,180,0,0,3300,0,0,0), - (89380,15760,0,15750,0,-14460.8,492.998,15.208,3.92699,180,0,0,3300,0,0,0), - (89381,15760,1,15759,0,-412.213,-2653.14,96.3063,2.63545,180,0,0,3300,0,0,0), - (89382,15760,1,15751,0,-414.373,-2651.99,96.3063,5.79449,180,0,0,3300,0,0,0), - (89383,15760,1,15751,0,1629.61,-4439.9,15.5944,0.977384,180,0,0,3300,0,0,0), - (89384,15760,1,15756,0,1630.71,-4438.38,15.6045,4.11898,180,0,0,3300,0,0,0), - (89385,15760,1,15759,0,-1291.8,46.9446,129.292,3.63029,180,0,0,3300,0,0,0), - (89386,15760,1,15754,0,-1294.27,45.5886,129.292,0.575959,180,0,0,3300,0,0,0), - (89387,15760,0,15755,0,1635.82,233.67,-43.0193,1.11701,180,0,0,3300,0,0,0), - (89388,15760,0,15753,0,1637.09,236.273,-43.0193,4.34587,180,0,0,3300,0,0,0), - (89389,15760,0,15755,0,-11.5524,-932.199,57.2556,5.84685,180,0,0,3300,0,0,0), - (89390,15760,0,15753,0,-9.5064,-933.083,57.2556,2.74017,180,0,0,3300,0,0,0), - (89391,15760,0,15755,0,2249.08,240.226,34.3437,6.14356,180,0,0,3300,0,0,0), - (89392,15760,0,15753,0,2251.53,240.007,34.3437,3.05433,180,0,0,3300,0,0,0), - (89393,15760,1,15751,0,330.857,-4689.74,16.5411,1.50098,180,0,0,3300,0,0,0), - (89394,15760,1,15756,0,331.185,-4687.07,16.5411,4.53786,180,0,0,3300,0,0,0), - (89395,15760,1,15759,0,-2375.13,-341.74,-8.87366,4.2586,180,0,0,3300,0,0,0), - (89396,15760,1,15754,0,-2376.24,-344.29,-8.87366,1.20428,180,0,0,3300,0,0,0), - (89397,15760,0,15756,0,-6665.69,-2167.53,245.456,5.67232,180,0,0,3300,0,0,0), - (89398,15760,0,15751,0,-6663,-2169.4,245.456,2.49582,180,0,0,3300,0,0,0), - (89405,15760,0,15744,0,-858.777,-558.361,11.7749,4.66003,180,0,0,3300,0,0,0), - (89406,15760,0,15745,0,-858.831,-559.944,11.7749,1.50098,180,0,0,3300,0,0,0), - (89413,15732,0,13349,0,-8823.24,543.75,96.7631,2.89725,180,0,0,3800,0,0,0), - (89414,15732,0,13349,0,-5046.5,-816.26,495.22,2.11185,180,0,0,3800,0,0,0), - (89416,15732,0,13349,0,-14296,519.288,9.0344,3.28122,180,0,0,3800,0,0,0), - (89417,15732,1,13349,0,1329.46,-4605.78,23.8204,3.71755,180,0,0,3800,0,0,0), - (89418,15732,0,13349,0,2049.43,275.707,56.9202,3.10669,180,0,0,3800,0,0,0), - (89423,13636,0,13730,0,147.423,-208.914,153.49,0.15708,180,0,0,2016,0,0,0), - (89424,13602,0,13644,0,171.682,-260.075,150.132,1.142,600,40,0,3831,0,0,1), - (89425,15692,0,7790,0,-6589.65,-1835.64,244.4,1.29367,180,5,0,2400,0,0,1), - (89426,15692,0,7790,0,-6637.21,-1836.91,247.373,2.34234,180,5,0,2400,0,0,1), - (89427,15692,0,7790,0,-6608.72,-1852.43,244.269,1.6057,180,0,0,2400,0,0,0), - (89428,15692,0,7790,0,-6592.98,-1867.66,245.247,4.24115,180,0,0,2400,0,0,0), - (89429,15692,0,7789,0,-6629.13,-1871.31,244.269,2.10952,180,5,0,2400,0,0,1), - (89430,15692,0,7789,0,-6603.6,-1887.39,245.144,4.47091,180,5,0,2400,0,0,1), - (89431,15692,0,7792,0,-6590.66,-1875.92,245.398,0.688031,180,5,0,2400,0,0,1), - (89432,15664,0,15903,0,-6609.19,-1857.01,244.359,5.35816,180,0,0,2500,0,0,0), - (89433,15692,0,7791,0,-6613.01,-1857.67,244.269,3.22886,180,0,0,2400,0,0,0), - (89434,15692,0,7790,0,-6603.86,-1856.71,244.519,0.087266,180,0,0,2400,0,0,0), - (89435,15692,0,7789,0,-6608.5,-1861.86,244.394,4.86947,180,0,0,2400,0,0,0), - (89436,454,0,8871,0,-9878.81,1192.85,41.2376,2.45716,300,10,0,247,0,0,1), - (89437,15685,1,6950,0,-8065.21,-5317.76,1.69655,2.74004,180,0,0,2218,0,0,0), - (89438,15685,1,6954,0,-8063.47,-5312.91,1.55462,-1.76068,180,0,0,2218,0,0,0), - (89439,15685,1,6951,0,-8056.21,-5319.81,1.46917,0.562535,180,0,0,2218,0,0,0), - (89440,15664,1,15903,0,-8086.09,-5279.64,1.30106,1.13446,180,0,0,2500,0,0,0), - (89441,15685,1,6954,0,-8076.72,-5284.68,0.699819,1.34912,180,0,0,2218,0,0,0), - (89442,15685,1,6951,0,-8057.25,-5258.35,1.69982,1.15097,180,0,0,2218,0,0,0), - (89443,454,0,8871,0,-9872.46,1225.01,41.6656,1.27099,300,5,0,247,0,0,1), - (89444,502,0,4422,0,-9843.2,1285.32,41.9,2.93215,300,0,0,328,0,0,0), - (89445,504,0,2332,0,-9875.14,1308.65,43.1871,2.40855,300,0,0,247,0,0,0), - (89446,504,0,2331,0,-9848.13,1325.39,43.3237,1.45052,300,5,0,247,0,0,1), - (89447,95,0,4418,0,-9873.43,1324.17,43.2108,4.57276,300,0,0,222,0,0,0), - (89448,95,0,4419,0,-9863.31,1321.89,43.2868,3.92699,300,0,0,222,0,0,0), - (89449,504,0,2332,0,-9886.71,1311.43,42.4926,3.97935,300,0,0,247,0,0,0), - (89450,504,0,2331,0,-9882.46,1307.67,42.5123,3.61283,300,0,0,247,0,0,0), - (89451,504,0,2331,0,-10168.3,1906.93,35.1377,5.76076,300,5,0,247,0,0,1), - (89452,504,0,2331,0,-10189.1,1917.47,37.52,6.03884,300,0,0,247,0,0,0), - (89453,504,0,2332,0,-10186.8,1920.14,37.4566,1.11701,300,0,0,247,0,0,0), - (89454,504,0,2332,0,-10184.5,1920.47,37.3642,2.14675,300,0,0,247,0,0,0), - (89455,504,0,2331,0,-10159.4,1920.36,35.2296,0.243558,300,5,0,247,0,0,1), - (89456,504,0,2331,0,-10172.2,1934.17,37.3743,2.71352,300,5,0,247,0,0,1), - (89457,504,0,2331,0,-10190.7,1895.74,35.9227,2.1912,300,0,0,247,0,0,0), - (89458,126,0,983,0,-9584.96,1479.4,-1.20599,4.55879,300,5,0,247,0,0,1), - (89459,126,0,983,0,-9590.79,1445.04,2.42173,6.04542,300,5,0,247,0,0,1), - (89460,515,0,441,0,-9639.4,1190.66,7.14707,0.407779,300,10,0,222,0,0,1), - (89461,126,0,983,0,-9659.42,1153.12,5.43155,0.942478,300,10,0,247,0,0,1), - (89462,515,0,441,0,-9663.76,1162.71,6.64513,5.67232,300,0,0,222,0,0,0), - (89463,456,0,486,0,-9672.34,1513.39,14.1054,1.44367,300,5,0,253,264,0,1), - (89464,126,0,983,0,-9606.73,1156.97,1.7901,0.04429,300,10,0,247,0,0,1), - (89465,456,0,486,0,-9667.69,1538.59,10.589,4.09138,300,10,0,253,264,0,1), - (89466,126,0,983,0,-9623.52,1122.75,1.82536,0.06547,300,10,0,247,0,0,1), - (89467,513,0,1994,0,-9780.57,1684.74,7.60068,5.81254,300,10,0,300,0,0,1), - (89468,513,0,1994,0,-9768.37,1714.89,3.45522,3.26533,300,10,0,300,0,0,1), - (89469,513,0,1994,0,-9759.5,1650.8,9.76584,0,300,10,0,300,0,0,1), - (89470,456,0,486,0,-9733.4,1669.21,3.39156,2.96751,300,10,0,253,264,0,1), - (89471,513,0,1994,0,-9755.74,1697.16,1.89156,5.2734,300,10,0,300,0,0,1), - (89472,513,0,1994,0,-9777.88,1658.88,10.8996,4.15871,300,10,0,300,0,0,1), - (89473,456,0,486,0,-9743.09,1656.23,7.69151,3.75443,300,10,0,253,264,0,1), - (89474,513,0,1994,0,-9756.8,1675.25,6.26656,5.44003,300,10,0,300,0,0,1), - (89475,513,0,1994,0,-9783.95,1708.12,8.11724,5.87923,300,10,0,300,0,0,1), - (89476,171,0,1305,0,-10168.6,1992.49,11.0159,1.16288,300,10,0,328,0,0,1), - (89477,171,0,1305,0,-10009.4,1905.04,6.49229,2.49088,300,5,0,328,0,0,1), - (89478,171,0,1305,0,-10346.9,2088.33,-0.453275,1.5303,300,10,0,328,0,0,1), - (89479,513,0,1994,0,-9913.16,1806.25,8.41198,4.09218,300,10,0,300,0,0,1), - (89480,171,0,1305,0,-10311.9,2047.36,7.46994,4.91898,300,10,0,328,0,0,1), - (89481,513,0,1994,0,-9926.85,1762.97,13.6785,2.50359,300,5,0,300,0,0,1), - (89482,458,0,757,0,-10236.2,2006.92,12.7829,6.21337,300,0,0,356,0,0,0), - (89483,171,0,1305,0,-10227.7,2008.73,12.6365,3.80482,300,0,0,328,0,0,0), - (89484,171,0,1305,0,-10230,2002.24,12.1719,1.71042,300,0,0,328,0,0,0), - (89485,171,0,1305,0,-10179.6,2021.87,5.75055,5.06145,300,0,0,328,0,0,0), - (89486,171,0,1305,0,-10166.5,2021.28,8.30312,3.22886,300,0,0,328,0,0,0), - (89487,171,0,1305,0,-10169.8,2024.2,7.6383,4.90438,300,0,0,328,0,0,0), - (89488,513,0,1994,0,-9928.7,1807.57,9.71079,1.49786,300,10,0,300,0,0,1), - (89489,458,0,757,0,-10039.4,1999.03,-6.70686,5.08187,300,10,0,356,0,0,1), - (89490,171,0,1305,0,-10036.3,1988.82,-5.92553,0,300,10,0,328,0,0,1), - (89491,458,0,757,0,-10034.2,2011.04,-8.92252,3.27273,300,10,0,356,0,0,1), - (89492,171,0,1305,0,-10022,1952.12,-2.53806,3.63044,300,10,0,328,0,0,1), - (89493,458,0,757,0,-10067.3,1954.65,4.22568,4.61916,300,10,0,356,0,0,1), - (89494,171,0,1305,0,-10067.9,1988.08,-3.45053,4.03755,300,5,0,328,0,0,1), - (89495,458,0,757,0,-10042.1,1959.59,-0.571766,1.12089,300,10,0,356,0,0,1), - (89496,458,0,757,0,-9992.33,1957.59,-4.18619,2.89188,300,10,0,356,0,0,1), - (89497,171,0,1305,0,-10044.9,2002.07,-6.44576,1.85252,300,10,0,328,0,0,1), - (89498,154,0,1105,0,-10389.3,2068.9,6.80879,3.35814,300,5,0,356,0,0,1), - (89499,154,0,1105,0,-10429.1,2086.53,5.15393,0.190696,300,10,0,356,0,0,1), - (89500,154,0,1105,0,-10393.3,2092.19,1.81073,2.01752,300,5,0,356,0,0,1), - (89501,517,0,1079,0,-11004.6,2046.43,10.9429,1.63759,300,10,0,350,390,0,1), - (89502,127,0,1995,0,-11041,2021.3,11.2134,5.06834,300,5,0,377,408,0,1), - (89503,517,0,1079,0,-10691.3,2072.81,6.17765,4.21772,300,10,0,350,390,0,1), - (89504,517,0,1079,0,-10664.9,2074.58,7.22251,0,300,10,0,350,390,0,1), - (89505,517,0,1079,0,-11340.9,1835.32,8.96161,3.19625,300,10,0,350,390,0,1), - (89506,458,0,757,0,-10807.6,2086.28,7.45641,3.33431,300,5,0,356,0,0,1), - (89507,517,0,1079,0,-11033.9,2047.56,9.52603,4.16563,300,10,0,350,390,0,1), - (89508,517,0,1079,0,-11038.3,2079.93,1.87699,0.377924,300,5,0,350,390,0,1), - (89509,458,0,757,0,-10719.7,2133.94,21.7865,3.94444,300,0,0,356,0,0,0), - (89510,458,0,757,0,-10712.1,2133.02,21.8445,5.39307,300,0,0,356,0,0,0), - (89511,517,0,1079,0,-10624.3,2057.91,12.6655,0.945001,300,10,0,350,390,0,1), - (89512,517,0,1079,0,-11137,2102.61,-6.99985,2.53837,300,10,0,350,390,0,1), - (89513,517,0,1079,0,-11104.8,2035.63,0.80971,1.06958,300,10,0,350,390,0,1), - (89514,127,0,1995,0,-11107.2,2077.05,-2.15916,5.33135,300,10,0,377,408,0,1), - (89515,127,0,1995,0,-11120.2,2110.28,-5.86168,3.31613,300,10,0,377,408,0,1), - (89516,127,0,1995,0,-11139.3,2039.28,0.277747,4.6518,300,10,0,377,408,0,1), - (89517,127,0,1995,0,-11123,2084.76,-6.8155,0.314159,300,0,0,377,408,0,0), - (89518,517,0,1079,0,-11097.3,2067.77,1.10995,5.79449,300,0,0,350,390,0,0), - (89519,517,0,1079,0,-11085.8,2106.8,-1.1961,5.84485,300,10,0,350,390,0,1), - (89520,127,0,1995,0,-11072.9,2099.11,1.1694,5.79449,300,10,0,377,408,0,1), - (89521,127,0,1995,0,-11144.9,2090.64,-7.18677,3.71755,300,10,0,377,408,0,1), - (89522,523,0,3263,0,-10628.3,1037.27,34.1915,2.28638,600,0,0,7655,7071,0,0), - (89523,1109,0,2305,0,-10477.2,877.086,41.4187,2.44167,300,5,0,273,0,0,1), - (89524,157,0,3027,0,-10448.9,871.968,39.9274,4.12564,300,5,0,300,0,0,1), - (89525,1109,0,2305,0,-10418.1,892.858,44.469,5.1373,300,5,0,273,0,0,1), - (89526,157,0,3027,0,-10512.2,884.859,40.1483,5.53019,300,5,0,300,0,0,1), - (89527,157,0,3027,0,-10461.2,913.626,38.7056,2.80233,300,5,0,300,0,0,1), - (89528,157,0,3027,0,-10392.1,925.329,42.4526,6.05899,300,5,0,300,0,0,1), - (89529,157,0,3027,0,-10418.4,948.747,38.266,1.90924,300,5,0,300,0,0,1), - (89530,1109,0,2305,0,-10489.1,923.33,37.9113,2.34998,300,5,0,273,0,0,1), - (89531,490,0,2367,0,-10524.7,1058.13,56.1558,1.309,300,0,0,1901,0,0,0), - (89532,869,0,2366,0,-10657.1,1010.88,32.5521,0.38323,300,0,0,2843,0,0,2), - (89533,870,0,2365,0,-10657.4,1090.46,34.4981,5.34071,300,0,0,1879,0,0,0), - (89534,489,0,2364,0,-10517.9,1035,60.5174,4.43679,300,5,0,3141,0,0,2), - (89535,876,0,2370,0,-10641.6,1093.47,34.043,4.74729,300,0,0,1908,0,0,0), - (89536,488,0,2371,0,-10494.1,1028.51,95.6123,5.4417,300,0,0,1605,0,0,0), - (89537,487,0,2368,0,-10506.2,1066.91,55.439,2.6529,300,0,0,1905,0,0,0), - (89538,874,0,2369,0,-10633,1087.87,33.8723,4.63537,300,5,0,1892,0,0,2), - (89539,594,0,2323,0,-11093.9,1515.71,29.6174,1.54702,600,3,0,984,0,0,1), - (89540,594,0,2323,0,-11230.2,1552.32,34.8106,4.01685,600,3,0,984,0,0,1), - (89541,594,0,2324,0,-11115.3,1478.69,32.7343,0.663225,600,0,0,984,0,0,0), - (89542,619,0,2330,0,-11134.2,1487.29,34.4006,4.76952,600,3,0,855,790,0,1), - (89543,619,0,2330,0,-11225.8,1599.39,32.4871,4.57128,600,3,0,855,790,0,1), - (89544,619,0,2329,0,-11175.1,1557.35,20.8878,4.47539,600,3,0,855,790,0,1), - (89545,594,0,2323,0,-11197.1,1483.13,14.7718,5.35683,600,5,0,984,0,0,1), - (89546,594,0,2323,0,-11138.2,1539.52,19.8687,1.03873,600,3,0,984,0,0,1), - (89547,1726,0,2321,0,-11248.1,1540.79,30.374,4.05791,300,3,0,921,856,0,1), - (89548,1725,0,184,0,-11243.6,1645.14,28.492,5.21458,600,3,0,1068,0,0,1), - (89549,1725,0,184,0,-11209.6,1630.75,27.714,6.08786,600,3,0,1068,0,0,1), - (89550,1725,0,184,0,-11218.9,1617.71,33.4905,4.34587,600,3,0,1068,0,0,1), - (89551,1725,0,184,0,-11231.2,1618.41,33.1879,4.97419,600,3,0,1068,0,0,1), - (89552,1725,0,184,0,-11267.9,1509.91,37.5807,5.74718,600,3,0,1068,0,0,1), - (89553,1726,0,2322,0,-11244.5,1524.48,28.6207,5.37314,300,3,0,921,856,0,1), - (89554,1727,0,341,0,-11232.7,1597.98,32.4094,2.49582,600,0,0,356,0,0,0), - (89555,1727,0,341,0,-11238,1538.91,28.1736,5.93412,600,0,0,356,0,0,0), - (89556,1727,0,2528,0,-11176.2,1622.23,27.1787,5.32325,600,0,0,356,0,0,0), - (89557,1727,0,341,0,-11271,1542.75,29.0529,2.96706,600,0,0,356,0,0,0), - (89558,1727,0,341,0,-11261.7,1644.11,33.3916,4.01426,600,0,0,356,0,0,0), - (89559,1727,0,341,0,-11173.9,1636.76,25.7854,2.61799,600,0,0,356,0,0,0), - (89560,1727,0,341,0,-11240.4,1588.7,34.2185,4.93928,600,0,0,356,0,0,0), - (89561,1727,0,341,0,-11209,1624.12,28.4209,4.85202,600,0,0,356,0,0,0), - (89562,1727,0,2528,0,-11263.7,1559.31,34.4233,5.8294,600,0,0,356,0,0,0), - (89563,1727,0,2528,0,-11249.8,1476.44,24.141,3.10669,600,0,0,356,0,0,0), - (89564,623,0,11402,0,-11308.8,1591.97,36.365,5.61331,600,3,0,1158,0,0,1), - (89565,623,0,11402,0,-11298.1,1563.58,35.8481,3.68829,600,3,0,1158,0,0,1), - (89566,625,0,829,0,-11289,1579.03,36.2713,4.26374,600,3,0,1158,0,0,1), - (89567,625,0,829,0,-11330.7,1581.66,34.5925,0.560167,600,3,0,1158,0,0,1), - (89568,623,0,11402,0,-11305.7,1560.36,36.4148,0.611958,600,3,0,1158,0,0,1), - (89569,625,0,829,0,-11342.7,1555.72,30.7678,0.012107,600,3,0,1158,0,0,1), - (89570,624,0,10630,0,-11336.1,1541.77,29.1302,3.4324,600,3,0,1158,0,0,1), - (89571,623,0,11402,0,-11292.3,1573.64,36.3852,2.48481,600,3,0,1158,0,0,1), - (89572,626,0,10628,0,-11327.6,1539.12,28.4979,2.95187,600,0,0,1452,0,0,0), - (89573,596,0,3267,0,-11227.8,1477.54,18.7152,0.415105,3600,0,0,1061,1020,0,0), - (89574,599,0,2355,0,-11264.2,1539.52,28.0596,1.52972,3600,0,0,1062,2040,0,0), - (89575,95,0,4419,0,-10326.2,1394.63,41.1257,2.26524,300,5,0,222,0,0,1), - (89576,95,0,4419,0,-10347.1,1567.01,41.3426,2.16421,300,0,0,222,0,0,0), - (89577,504,0,2331,0,-10357.9,1562.52,42.0098,5.93412,300,0,0,247,0,0,0), - (89578,95,0,4419,0,-10278,1389.65,40.1833,2.96706,300,0,0,222,0,0,0), - (89579,95,0,4418,0,-10282.5,1386.53,40.2983,1.309,300,0,0,222,0,0,0), - (89580,504,0,2331,0,-10311.3,1378.07,40.3432,1.09613,300,5,0,247,0,0,1), - (89581,504,0,2332,0,-10291,1407.07,40.1771,4.69494,300,0,0,247,0,0,0), - (89582,95,0,4418,0,-10374.7,1576.87,41.7279,4.84872,300,5,0,222,0,0,1), - (89583,504,0,2332,0,-10261.4,1392.5,39.5841,0,300,0,0,247,0,0,0), - (89584,504,0,2331,0,-10247.4,1358.18,41.7648,0.750646,300,5,0,247,0,0,1), - (89585,504,0,2331,0,-10317.5,1244.23,39.3501,0,300,0,0,247,0,0,0), - (89586,95,0,4418,0,-10645,1385.82,41.7622,5.02655,300,0,0,222,0,0,0), - (89587,95,0,4418,0,-10497.6,1328.48,42.6518,5.93412,300,0,0,222,0,0,0), - (89588,504,0,2332,0,-10490.1,1330.69,42.6935,4.72984,300,0,0,247,0,0,0), - (89589,95,0,4419,0,-10487.5,1328.78,42.6935,3.52556,300,0,0,222,0,0,0), - (89590,589,0,2339,0,-10424.3,1905.8,7.17894,5.26966,300,5,0,263,710,0,1), - (89591,590,0,2341,0,-10404,1906.28,10.4289,2.738,300,5,0,273,0,0,1), - (89592,589,0,2339,0,-10426.1,1893.55,7.07512,5.16608,300,5,0,263,710,0,1), - (89593,589,0,2338,0,-10404.3,1934.98,10.0287,3.00433,300,5,0,263,710,0,1), - (89594,590,0,2341,0,-10441.6,1923.86,11.059,5.2709,300,0,0,273,0,0,0), - (89595,589,0,2338,0,-10447,1910.94,9.48856,0.314159,300,0,0,263,710,0,0), - (89596,501,0,413,0,-10556.9,1954.35,36.2894,1.58825,300,0,0,300,0,0,0), - (89597,123,0,383,0,-10552.8,1962.29,35.8334,4.17134,300,0,0,273,0,0,0), - (89598,123,0,383,0,-10551.2,1959.08,36.215,3.35103,300,0,0,273,0,0,0), - (89599,501,0,413,0,-10542.3,1921.08,37.4216,5.98756,300,5,0,300,0,0,1), - (89600,123,0,383,0,-10562,1963.49,35.2138,5.81195,300,0,0,273,0,0,0), - (89601,123,0,383,0,-10563.3,1960.53,35.602,5.53269,300,0,0,273,0,0,0), - (89602,123,0,383,0,-10583.9,1950.41,35.8802,2.98415,300,5,0,273,0,0,1), - (89603,501,0,413,0,-10585.7,1981.66,37.4979,2.34169,300,5,0,300,0,0,1), - (89604,123,0,383,0,-10521.4,1974.86,33.9444,0.3988,300,5,0,273,0,0,1), - (89605,123,0,383,0,-10519.7,1951.81,38.8867,4.88738,300,5,0,273,0,0,1), - (89606,501,0,413,0,-10586.4,1914.42,39.4557,1.8171,300,5,0,300,0,0,1), - (89607,501,0,413,0,-10607.4,1948.86,37.8717,3.4383,300,0,0,300,0,0,0), - (89608,123,0,383,0,-10583.1,1972.37,35.4011,2.94496,300,5,0,273,0,0,1), - (89609,123,0,383,0,-10622.7,1953.05,37.924,5.77704,300,0,0,273,0,0,0), - (89610,123,0,383,0,-10613.6,1952.42,37.8717,4.92183,300,0,0,273,0,0,0), - (89611,123,0,383,0,-10609.8,1942.86,37.8717,2.1293,300,0,0,273,0,0,0), - (89612,501,0,413,0,-10615.6,1943.44,37.8717,0.925025,300,0,0,300,0,0,0), - (89613,501,0,413,0,-10620.8,1909.5,43.7343,4.51166,300,5,0,300,0,0,1), - (89614,589,0,2339,0,-10767,1853.74,34.7544,0,300,0,0,263,710,0,0), - (89615,589,0,2339,0,-10726.8,1836.81,37.1433,1.06958,300,5,0,263,710,0,1), - (89616,589,0,2339,0,-10721.7,1856.2,33.4464,1.50098,300,0,0,263,710,0,0), - (89617,589,0,2339,0,-10722.1,1869.44,32.328,4.90438,300,0,0,263,710,0,0), - (89618,589,0,2339,0,-10746.6,1893.8,41.8806,5.68439,300,5,0,263,710,0,1), - (89619,123,0,383,0,-10720.2,1967.69,37.2306,1.52781,300,5,0,273,0,0,1), - (89620,123,0,383,0,-10751.8,1957.72,37.4189,4.59022,300,0,0,273,0,0,0), - (89621,123,0,383,0,-10751.3,1952.26,37.4264,1.97222,300,0,0,273,0,0,0), - (89622,501,0,413,0,-10754.3,1947.14,37.4602,0.994838,300,0,0,300,0,0,0), - (89623,123,0,383,0,-10755.7,1955.64,37.423,6.10865,300,0,0,273,0,0,0), - (89624,123,0,383,0,-10747.2,1952.37,37.5037,2.67035,300,0,0,273,0,0,0), - (89625,501,0,413,0,-10741.8,1957.92,38.1532,5.74213,300,10,0,300,0,0,1), - (89626,123,0,383,0,-10910,2004.19,36.0668,2.5673,300,10,0,273,0,0,1), - (89627,123,0,383,0,-10926.7,2014.56,37.6918,2.71584,300,10,0,273,0,0,1), - (89628,123,0,383,0,-10941.8,1995.06,34.5282,5.90704,300,10,0,273,0,0,1), - (89629,123,0,383,0,-10926.8,1987.95,34.231,1.0472,300,0,0,273,0,0,0), - (89630,123,0,383,0,-10923.8,1985.43,34.8503,1.72788,300,0,0,273,0,0,0), - (89631,501,0,413,0,-10923.2,1997.37,35.1273,4.38078,300,0,0,300,0,0,0), - (89632,123,0,383,0,-10888.4,1975.34,39.1995,5.74625,300,5,0,273,0,0,1), - (89633,123,0,383,0,-10945.9,1969.18,35.2149,0.120117,300,10,0,273,0,0,1), - (89634,501,0,413,0,-10929.1,1996.21,34.1005,5.25344,300,0,0,300,0,0,0), - (89635,124,0,384,0,-11029.4,1941.58,35.3864,0.766334,300,5,0,328,0,0,1), - (89636,501,0,413,0,-11048,1922.27,36.0711,4.6694,300,10,0,300,0,0,1), - (89637,124,0,384,0,-11010.7,1891.26,39.9277,0.052063,300,10,0,328,0,0,1), - (89638,124,0,384,0,-10979.1,1919.45,44.2695,1.63724,300,10,0,328,0,0,1), - (89639,124,0,384,0,-11018,1931.1,34.7418,4.90438,300,0,0,328,0,0,0), - (89640,124,0,384,0,-11019.3,1924.54,35.5034,0.802851,300,0,0,328,0,0,0), - (89641,124,0,384,0,-10998.8,1874.51,41.5471,0.401426,300,0,0,328,0,0,0), - (89642,501,0,413,0,-10996.4,1870.37,41.5086,1.5708,300,0,0,300,0,0,0), - (89643,124,0,384,0,-10990.4,1874.07,42.0952,2.89725,300,0,0,328,0,0,0), - (89644,124,0,384,0,-10998.8,1878.56,41.557,5.41052,300,0,0,328,0,0,0), - (89645,124,0,384,0,-10993.5,1878.24,41.6037,3.89208,300,0,0,328,0,0,0), - (89646,501,0,413,0,-10986.2,1868.68,43.5143,3.91366,300,10,0,300,0,0,1), - (89647,124,0,384,0,-11013.2,1867.53,40.1777,4.87758,300,10,0,328,0,0,1), - (89648,124,0,384,0,-11064.2,1913.7,32.7518,3.46788,300,5,0,328,0,0,1), - (89649,501,0,413,0,-11120.1,1880.28,37.5749,3.01814,300,10,0,300,0,0,1), - (89650,124,0,384,0,-11101.9,1923.5,33.7903,1.94826,300,5,0,328,0,0,1), - (89651,123,0,383,0,-11088.7,1914.05,33.5659,0.715585,300,0,0,273,0,0,0), - (89652,123,0,383,0,-11082,1920.61,32.5775,4.01426,300,0,0,273,0,0,0), - (89653,123,0,383,0,-11081.6,1914.59,33.2307,2.26893,300,0,0,273,0,0,0), - (89654,501,0,413,0,-11086.2,1912.33,33.5449,1.23918,300,0,0,300,0,0,0), - (89655,124,0,384,0,-11089,1921.77,33.4035,5.58505,300,0,0,328,0,0,0), - (89656,501,0,413,0,-11085.3,1886.05,36.1845,1.20658,300,10,0,300,0,0,1), - (89657,501,0,413,0,-10826.5,1765.29,36.8491,4.04916,300,0,0,300,0,0,0), - (89658,123,0,383,0,-10835.5,1773.65,36.4599,5.3058,300,0,0,273,0,0,0), - (89659,123,0,383,0,-10837.1,1758.84,36.5616,0.436332,300,0,0,273,0,0,0), - (89660,590,0,2340,0,-10738.3,1688.48,45.9575,1.45606,300,5,0,273,0,0,1), - (89661,590,0,2341,0,-10726.7,1663.81,44.0017,1.90754,300,5,0,273,0,0,1), - (89662,589,0,2339,0,-10726.4,1659.12,44.0017,5.9406,300,5,0,263,710,0,1), - (89663,590,0,2340,0,-10744.7,1668.05,45.1801,3.08528,300,5,0,273,0,0,1), - (89664,590,0,2341,0,-10752.9,1658.42,45.2544,1.20428,300,0,0,273,0,0,0), - (89665,589,0,2339,0,-10747.4,1658.41,45.2267,2.09439,300,0,0,263,710,0,0), - (89666,590,0,2341,0,-10755.9,1663.99,45.3004,5.51524,300,0,0,273,0,0,0), - (89667,589,0,2339,0,-10705.3,1717.95,43.1775,5.42101,300,5,0,263,710,0,1), - (89668,590,0,2341,0,-10753.9,1718.44,42.1873,1.23934,300,5,0,273,0,0,1), - (89669,590,0,2341,0,-10672.3,1714.36,41.7563,5.02033,300,5,0,273,0,0,1), - (89670,590,0,2341,0,-10676.6,1755.42,39.3004,0.418879,300,0,0,273,0,0,0), - (89671,590,0,2340,0,-10674.6,1757.24,39.1768,4.11898,300,0,0,273,0,0,0), - (89672,590,0,2341,0,-10694.1,1744.91,41.6433,2.66775,300,5,0,273,0,0,1), - (89673,590,0,2340,0,-10661.7,1737.62,39.6819,4.81711,300,0,0,273,0,0,0), - (89674,589,0,2339,0,-10655,1733.03,39.589,6.0912,300,0,0,263,710,0,0), - (89675,590,0,2340,0,-10659.9,1731.15,39.6012,1.18682,300,0,0,273,0,0,0), - (89676,590,0,2340,0,-10653.5,1765.57,37.1809,5.96148,300,5,0,273,0,0,1), - (89677,589,0,2339,0,-10640.1,1761.17,37.842,0.366519,300,0,0,263,710,0,0), - (89678,589,0,2339,0,-10638.7,1755.37,38.3279,5.44543,300,0,0,263,710,0,0), - (89679,589,0,2339,0,-10654.8,1787.99,35.6386,0.541052,300,0,0,263,710,0,0), - (89680,589,0,2339,0,-10654.6,1791.67,35.6386,5.21853,300,0,0,263,710,0,0), - (89681,452,0,383,0,-10856.7,1346.85,37.4837,3.72077,300,10,0,356,0,0,1), - (89682,124,0,384,0,-10844.9,1330.66,35.8844,1.09405,300,10,0,328,0,0,1), - (89683,124,0,384,0,-10820.9,1328.4,34.2793,3.66519,300,0,0,328,0,0,0), - (89684,452,0,383,0,-10828.4,1330.76,34.2492,5.20108,300,0,0,356,0,0,0), - (89685,452,0,383,0,-10829.8,1322.76,34.6568,0.610865,300,0,0,356,0,0,0), - (89686,124,0,384,0,-10819.4,1324.43,34.3925,2.86234,300,0,0,328,0,0,0), - (89687,124,0,384,0,-10855,1314.23,37.02,3.86548,300,10,0,328,0,0,1), - (89688,124,0,384,0,-10818.5,1150.59,41.9775,5.16701,300,5,0,328,0,0,1), - (89689,452,0,383,0,-10878.1,1146.33,37.5661,0.72159,300,10,0,356,0,0,1), - (89690,124,0,384,0,-10853,1163.02,37.2741,3.03687,300,0,0,328,0,0,0), - (89691,452,0,383,0,-10862.8,1158.13,38.062,1.02974,300,0,0,356,0,0,0), - (89692,452,0,383,0,-10855.3,1168.46,37.1341,3.97935,300,0,0,356,0,0,0), - (89693,124,0,384,0,-10865,1165.22,38.0317,6.03884,300,0,0,328,0,0,0), - (89694,452,0,383,0,-10853.2,1115.39,46.3243,1.7332,300,10,0,356,0,0,1), - (89695,452,0,383,0,-11049.2,1014.04,37.2962,5.42864,300,10,0,356,0,0,1), - (89696,452,0,383,0,-11016.2,1038.41,39.74,0.324223,300,10,0,356,0,0,1), - (89697,452,0,383,0,-11027,1063.49,38.8182,3.27043,300,10,0,356,0,0,1), - (89698,452,0,383,0,-11056.6,1048.57,36.4431,1.76149,300,10,0,356,0,0,1), - (89699,98,0,376,0,-11036,1038.74,37.0751,0.593412,300,0,0,386,0,0,0), - (89700,452,0,383,0,-11037.2,1044.42,36.8946,5.74213,300,0,0,356,0,0,0), - (89701,452,0,383,0,-11033.7,1046.25,37.1172,5.02655,300,0,0,356,0,0,0), - (89702,452,0,383,0,-11027.8,1043.61,37.694,3.61283,300,0,0,356,0,0,0), - (89703,452,0,383,0,-11028.2,1038.62,37.319,2.53073,300,0,0,356,0,0,0), - (89704,452,0,383,0,-11114.7,1048.03,34.3642,2.93588,300,5,0,356,0,0,1), - (89705,452,0,383,0,-11104,1014.02,34.4008,4.24515,300,10,0,356,0,0,1), - (89706,98,0,376,0,-11135.5,1045.39,34.3724,5.21853,300,0,0,386,0,0,0), - (89707,452,0,383,0,-11131.1,1047.09,34.6142,4.60767,300,0,0,356,0,0,0), - (89708,98,0,376,0,-11127.9,1040.89,33.8642,3.12414,300,0,0,386,0,0,0), - (89709,98,0,376,0,-11137.8,1042.93,34.1224,5.96903,300,0,0,386,0,0,0), - (89710,452,0,383,0,-11133.9,1037.42,33.6224,1.88496,300,0,0,356,0,0,0), - (89711,98,0,376,0,-11013.6,917.431,36.2185,5.291,300,10,0,386,0,0,1), - (89712,98,0,376,0,-11053.2,902.13,36.2726,5.55015,300,0,0,386,0,0,0), - (89713,452,0,383,0,-11045.1,896.894,36.2052,2.79253,300,0,0,356,0,0,0), - (89714,452,0,383,0,-11049.2,893.74,36.207,1.53589,300,0,0,356,0,0,0), - (89715,452,0,383,0,-11031.8,917.192,36.8968,1.78544,300,10,0,356,0,0,1), - (89716,98,0,376,0,-11129,936.59,36.8307,2.04204,300,0,0,386,0,0,0), - (89717,452,0,383,0,-11136,937.957,37.8574,0.139626,300,0,0,356,0,0,0), - (89718,452,0,383,0,-11133.6,933.748,37.5845,0.994838,300,0,0,356,0,0,0), - (89719,452,0,383,0,-11128.1,941.045,36.7315,3.92699,300,0,0,356,0,0,0), - (89720,452,0,383,0,-11133.6,942.207,37.4156,5.48033,300,0,0,356,0,0,0), - (89721,98,0,376,0,-11137.6,883.772,38.8406,0.645772,300,0,0,386,0,0,0), - (89722,453,0,502,0,-11129.3,890.087,39.1656,3.75246,300,0,0,377,408,0,0), - (89723,98,0,376,0,-11131.7,880.888,39.3081,1.93731,300,0,0,386,0,0,0), - (89724,98,0,376,0,-11128.3,885.072,39.4498,2.86234,300,0,0,386,0,0,0), - (89725,98,0,376,0,-11138.1,888.626,38.8328,5.77704,300,0,0,386,0,0,0), - (89726,453,0,502,0,-11198.2,865.46,44.3149,1.9807,300,10,0,377,408,0,1), - (89727,98,0,376,0,-11216,852.347,47.5718,1.036,300,10,0,386,0,0,1), - (89728,125,0,10790,0,-11215,885.427,53.5537,5.42797,300,0,0,449,0,0,0), - (89729,453,0,502,0,-11210,879.943,51.2052,2.46091,300,0,0,377,408,0,0), - (89730,98,0,376,0,-11207.6,885.008,51.1514,0,300,0,0,386,0,0,0), - (89731,98,0,376,0,-11210.4,888.536,52.4697,4.62512,300,0,0,386,0,0,0), - (89732,98,0,376,0,-11215.6,880.659,53.1758,0.05236,300,0,0,386,0,0,0), - (89733,98,0,376,0,-11197.3,819.211,40.9588,6.15592,300,5,0,386,0,0,1), - (89734,98,0,376,0,-11183.9,859.87,41.0649,3.51926,300,10,0,386,0,0,1), - (89735,453,0,502,0,-11212.5,820.833,43.9706,4.59382,300,5,0,377,408,0,1), - (89736,453,0,502,0,-11167,854.821,39.3149,6.26945,300,10,0,377,408,0,1), - (89737,98,0,376,0,-11171.8,823.136,39.3878,4.45648,300,10,0,386,0,0,1), - (89738,98,0,376,0,-11199.3,848.857,41.1899,5.14825,300,10,0,386,0,0,1), - (89739,98,0,376,0,-11178.1,837.517,40.8149,2.63388,300,5,0,386,0,0,1), - (89740,453,0,502,0,-11185.3,809.635,39.1378,0.282035,300,10,0,377,408,0,1), - (89741,98,0,376,0,-11187,774.36,36.3165,1.88226,300,5,0,386,0,0,1), - (89742,125,0,10790,0,-11209.7,794.785,41.0024,0.296706,300,0,0,449,0,0,0), - (89743,453,0,502,0,-11201.9,791.336,39.5312,2.21657,300,0,0,377,408,0,0), - (89744,98,0,376,0,-11207.1,799.9,40.4373,5.79449,300,0,0,386,0,0,0), - (89745,98,0,376,0,-11207.2,792.221,40.5779,0.994838,300,0,0,386,0,0,0), - (89746,98,0,376,0,-11200.6,798.831,39.3318,3.31613,300,0,0,386,0,0,0), - (89747,98,0,376,0,-11205.1,817.189,42.2206,2.53488,300,5,0,386,0,0,1), - (89748,98,0,376,0,-11037.7,788.199,37.7787,4.67748,300,0,0,386,0,0,0), - (89749,452,0,383,0,-11035.4,777.645,37.9759,2.09439,300,0,0,356,0,0,0), - (89750,452,0,383,0,-11042.9,783.679,38.4771,5.95157,300,0,0,356,0,0,0), - (89751,452,0,383,0,-11041.2,779.525,38.6334,0.610865,300,0,0,356,0,0,0), - (89752,452,0,383,0,-11034.1,783.808,37.4935,3.61283,300,0,0,356,0,0,0), - (89753,98,0,376,0,-11103.2,782.834,37.4628,1.50098,300,0,0,386,0,0,0), - (89754,98,0,376,0,-11099,794.745,37.8541,4.10152,300,0,0,386,0,0,0), - (89755,98,0,376,0,-11096.5,787.918,37.7178,2.89725,300,0,0,386,0,0,0), - (89756,453,0,502,0,-11107,793.103,37.4741,5.5676,300,0,0,377,408,0,0), - (89757,453,0,502,0,-11189.3,713.191,32.8943,3.31704,300,5,0,377,408,0,1), - (89758,98,0,376,0,-11160.2,682.184,34.7952,3.567,300,10,0,386,0,0,1), - (89759,98,0,376,0,-11154.2,729.619,33.4567,1.74533,300,0,0,386,0,0,0), - (89760,453,0,502,0,-11151.8,738.899,32.7101,4.04916,300,0,0,377,408,0,0), - (89761,98,0,376,0,-11156.6,731.167,33.0209,1.16937,300,0,0,386,0,0,0), - (89762,98,0,376,0,-11160.5,732.27,32.7587,0.401426,300,0,0,386,0,0,0), - (89763,98,0,376,0,-11158.3,738.956,32.7027,5.44543,300,0,0,386,0,0,0), - (89764,98,0,376,0,-11187.6,756.093,36.1961,1.76368,300,5,0,386,0,0,1), - (89765,449,0,2344,0,-11273.3,1747.98,36.6272,5.62599,300,10,0,356,0,0,1), - (89766,122,0,2343,0,-11322.5,1727.94,37.1565,4.69494,300,0,0,386,0,0,0), - (89767,122,0,2343,0,-11325.5,1718.05,37.5173,0.785398,300,0,0,386,0,0,0), - (89768,122,0,2342,0,-11313.9,1719.66,37.2277,2.98451,300,0,0,386,0,0,0), - (89769,122,0,2343,0,-11277.8,1718.89,39.7573,3.7346,300,5,0,386,0,0,1), - (89770,122,0,2343,0,-11296.2,1685.95,44.1172,2.49809,300,10,0,386,0,0,1), - (89771,122,0,2342,0,-11281.7,1683.59,44.6798,3.8169,300,10,0,386,0,0,1), - (89772,122,0,2343,0,-11276.3,1708.89,41.1053,6.14374,300,5,0,386,0,0,1), - (89773,582,0,236,0,-9853.19,924.884,31.0435,5.42797,300,0,0,101,0,0,0), - (89774,157,0,3027,0,-10579.3,1437.71,40.9645,4.95529,300,5,0,300,0,0,1), - (89775,157,0,3027,0,-10452.1,1463.89,47.751,2.12608,300,5,0,300,0,0,1), - (89776,157,0,3027,0,-10392.8,1683.26,38.6156,3.33385,300,5,0,300,0,0,1), - (89777,157,0,3027,0,-10304.6,1549.36,42.2111,3.1455,300,5,0,300,0,0,1), - (89778,157,0,3027,0,-10617.1,1481.21,47.3366,1.00609,300,5,0,300,0,0,1), - (89779,157,0,3027,0,-10728.3,1451.99,47.461,3.21994,300,5,0,300,0,0,1), - (89780,157,0,3027,0,-10627.6,1326.26,38.0802,5.444,300,10,0,300,0,0,1), - (89781,157,0,3027,0,-10693.1,1421.44,41.2332,2.29473,300,10,0,300,0,0,1), - (89782,157,0,3027,0,-10324.8,1477.63,37.9519,3.00439,300,5,0,300,0,0,1), - (89783,157,0,3027,0,-10542.1,1513.26,63.1523,6.03631,300,5,0,300,0,0,1), - (89784,1109,0,2305,0,-10329.1,1628.67,38.5157,5.57244,300,5,0,273,0,0,1), - (89785,1109,0,2305,0,-10314.1,1551.7,42.6229,1.53744,300,5,0,273,0,0,1), - (89786,1109,0,2305,0,-10298,1635.3,44.6783,2.02358,300,5,0,273,0,0,1), - (89787,1109,0,2305,0,-10381,1640.85,34.7321,2.65261,300,5,0,273,0,0,1), - (89788,1109,0,2305,0,-10596.4,1375.39,41.7846,3.82867,300,10,0,273,0,0,1), - (89789,1109,0,2305,0,-10585.1,1310.83,39.6822,1.64704,300,5,0,273,0,0,1), - (89790,1109,0,2305,0,-10653.2,1451.57,46.6992,3.51901,300,5,0,273,0,0,1), - (89791,157,0,3027,0,-10781.3,1017.42,32.7895,0.353578,300,10,0,300,0,0,1), - (89792,157,0,3027,0,-10851.1,1364.86,37.9532,5.21797,300,10,0,300,0,0,1), - (89793,157,0,3027,0,-10705.9,1391.74,39.7334,0.205241,300,10,0,300,0,0,1), - (89794,157,0,3027,0,-10849.1,1429.58,43.6413,2.54574,300,10,0,300,0,0,1), - (89795,157,0,3027,0,-10777.3,1224.51,40.8045,0.46627,300,5,0,300,0,0,1), - (89796,157,0,3027,0,-10777.4,1122.17,39.0558,4.81389,300,10,0,300,0,0,1), - (89797,157,0,3027,0,-10914.1,1130.88,42.5645,2.40083,300,10,0,300,0,0,1), - (89798,157,0,3027,0,-10739.9,1421.28,36.9333,0.996604,300,10,0,300,0,0,1), - (89799,1109,0,2305,0,-10679.3,1321.49,38.4965,0.891986,300,10,0,273,0,0,1), - (89800,1109,0,2305,0,-10843.2,1258.9,33.0545,2.71771,300,10,0,273,0,0,1), - (89801,1109,0,2305,0,-10778.9,1185.32,47.4174,0.050837,300,10,0,273,0,0,1), - (89802,1109,0,2305,0,-10821.9,1066.92,38.2393,4.0478,300,10,0,273,0,0,1), - (89803,1109,0,2305,0,-11011.7,1723.3,41.239,6.00837,300,10,0,273,0,0,1), - (89804,1109,0,2305,0,-10854.2,1651.09,43.2753,6.11047,300,10,0,273,0,0,1), - (89805,1109,0,2305,0,-10781.4,1612.1,40.8662,1.63529,300,10,0,273,0,0,1), - (89806,1109,0,2305,0,-10916.7,1785.74,58.7211,1.11807,300,5,0,273,0,0,1), - (89807,1109,0,2305,0,-10939.1,1702.83,40.2991,2.7435,300,10,0,273,0,0,1), - (89808,1109,0,2305,0,-10848.6,1629.16,46.7968,4.76513,300,10,0,273,0,0,1), - (89809,1109,0,2305,0,-10792.2,1584.07,42.8623,3.1328,300,10,0,273,0,0,1), - (89810,157,0,3027,0,-10744.4,1572.03,45.0209,5.38089,300,10,0,300,0,0,1), - (89811,157,0,3027,0,-11078.9,1712.91,43.5134,1.98889,300,10,0,300,0,0,1), - (89812,157,0,3027,0,-10820.8,1636.21,40.2313,4.69215,300,10,0,300,0,0,1), - (89813,157,0,3027,0,-11169.9,1906.9,33.943,5.38479,300,10,0,300,0,0,1), - (89814,157,0,3027,0,-10885.2,1715.25,36.3352,1.60073,300,10,0,300,0,0,1), - (89815,157,0,3027,0,-11285.2,1767.75,38.9165,0.552496,300,10,0,300,0,0,1), - (89816,157,0,3027,0,-11018.1,1784.19,43.9677,6.16876,300,10,0,300,0,0,1), - (89817,157,0,3027,0,-10804.3,1715.78,40.0546,1.73161,300,10,0,300,0,0,1), - (89818,157,0,3027,0,-10850.3,1486.77,45.2139,4.51978,300,10,0,300,0,0,1), - (89819,157,0,3027,0,-10947.4,1682.69,44.196,2.88809,300,10,0,300,0,0,1), - (89820,547,0,3035,0,-10993.6,1105.98,39.0421,1.5364,300,5,0,356,0,0,1), - (89821,547,0,3035,0,-11054.6,652.899,34.2431,3.06137,300,10,0,356,0,0,1), - (89822,547,0,3035,0,-10776.3,959.516,43.0739,2.88571,300,10,0,356,0,0,1), - (89823,547,0,3035,0,-10602,831.624,49.6781,0.82339,300,5,0,356,0,0,1), - (89824,547,0,3035,0,-11003.5,1278.4,43.1867,3.69882,300,10,0,356,0,0,1), - (89825,547,0,3035,0,-10854.7,982.644,33.8116,3.19292,300,5,0,356,0,0,1), - (89826,547,0,3035,0,-10978.9,1019.41,37.3854,2.98575,300,10,0,356,0,0,1), - (89827,547,0,3035,0,-10987,965.955,35.0471,4.52065,300,10,0,356,0,0,1), - (89828,547,0,3035,0,-10976.4,887.5,36.1314,2.70993,300,5,0,356,0,0,1), - (89829,154,0,1105,0,-10549.1,849.111,44.7617,1.36632,300,10,0,356,0,0,1), - (89830,154,0,1105,0,-10580.7,822.654,49.4535,3.14946,300,10,0,356,0,0,1), - (89831,154,0,1105,0,-10620.8,937.5,39.2805,0.416194,300,5,0,356,0,0,1), - (89832,171,0,1305,0,-10520.3,2129.9,-3.88919,4.50295,300,10,0,328,0,0,1), - (89833,171,0,1305,0,-10527.6,2155.14,-13.2537,5.5493,300,10,0,328,0,0,1), - (89834,171,0,1305,0,-10540.7,2151.46,-12.8998,2.77507,300,0,0,328,0,0,0), - (89835,171,0,1305,0,-10561.7,2133.36,-5.84559,4.34276,300,10,0,328,0,0,1), - (89836,171,0,1305,0,-10505.9,2106.29,4.49234,5.67232,300,10,0,328,0,0,1), - (89837,458,0,757,0,-10526.1,2086.56,7.36017,2.57863,300,5,0,356,0,0,1), - (89838,458,0,757,0,-10526.2,2147.46,-10.7805,0.349066,300,10,0,356,0,0,1), - (89839,458,0,757,0,-10496.1,2122.96,-0.118076,3.9619,300,0,0,356,0,0,0), - (89840,1216,0,9570,0,-11310.5,1941.79,7.45594,2.55754,300,5,0,386,0,0,1), - (89841,1216,0,9570,0,-11329.5,1895.79,9.26459,0.699444,300,10,0,386,0,0,1), - (89842,1216,0,9570,0,-11301.9,1969.26,3.42733,1.2142,300,10,0,386,0,0,1), - (89843,1216,0,9570,0,-11249.8,1985.64,8.97135,1.07896,300,10,0,386,0,0,1), - (89844,1216,0,9570,0,-11451.1,1762.04,5.94979,5.42914,300,10,0,386,0,0,1), - (89845,1216,0,9570,0,-11336.6,1944.38,0.880763,2.20304,300,10,0,386,0,0,1), - (89846,1216,0,9570,0,-11278.6,1964.82,9.09304,3.16943,300,10,0,386,0,0,1), - (89847,1216,0,9570,0,-11229.9,1984.26,10.2792,4.17918,300,10,0,386,0,0,1), - (89848,1216,0,9570,0,-11278.7,1995.99,1.87621,1.02656,300,10,0,386,0,0,1), - (89849,1216,0,9570,0,-11215,2009.66,5.86436,5.77569,300,5,0,386,0,0,1), - (89850,1426,0,374,0,-10474.9,1990.84,9.42142,2.22722,300,0,0,300,0,0,0), - (89851,590,0,2341,0,-10470.3,1968.84,9.50174,5.52403,300,0,0,273,0,0,0), - (89852,589,0,2339,0,-10502.6,1979.35,10.7098,0.420007,300,0,0,263,710,0,0), - (89853,1426,0,374,0,-10581.5,2003.62,-6.388,3.13363,300,3,0,300,0,0,1), - (89854,590,0,2341,0,-10559.6,1963.24,-4.16075,2.22827,300,3,0,273,0,0,1), - (89855,1426,0,374,0,-10580.1,1979.05,-4.34703,5.98916,300,3,0,300,0,0,1), - (89856,1426,0,374,0,-10509.5,1957.69,6.82292,1.67018,300,3,0,300,0,0,1), - (89857,1426,0,374,0,-10477.8,1939.67,8.05988,3.05218,300,0,0,300,0,0,0), - (89858,1426,0,374,0,-10558.5,1957.18,-3.27676,1.06297,300,3,0,300,0,0,1), - (89859,124,0,384,0,-10545.9,2001.94,-7.51245,6.23082,300,0,0,328,0,0,0), - (89860,6670,0,3264,0,-10656.2,1126.87,34.1967,5.60251,300,0,0,166,0,0,2), - (89861,842,0,308,0,-10584.8,1144.22,40.2974,3.85718,300,0,0,166,0,0,2), - (89862,2914,0,1206,0,-10646.6,1388.98,41.7955,4.8006,300,10,0,8,0,0,1), - (89863,2620,0,1072,0,-9992.22,1301.7,43.5822,0.448789,300,5,0,8,0,0,1), - (89864,2914,0,1206,0,-11074.1,1404.84,49.0041,1.60218,300,10,0,8,0,0,1), - (89865,6271,0,4960,0,-11074.9,1878.98,35.1735,5.69518,300,10,0,16,0,0,1), - (89866,2620,0,1072,0,-10892,1213.97,35.0613,6.13825,300,5,0,8,0,0,1), - (89867,2914,0,1206,0,-9743.07,967.388,31.2126,4.57132,300,5,0,8,0,0,1), - (89868,2914,0,1206,0,-10622.5,1891.97,41.1911,3.32538,300,5,0,8,0,0,1), - (89869,2914,0,1206,0,-10031.1,1714.57,37.4611,0.089953,300,10,0,8,0,0,1), - (89870,2914,0,1206,0,-10847.8,1583.65,45.0126,4.9872,300,5,0,8,0,0,1), - (89871,95,0,4418,0,-9906.87,1424.68,38.4851,2.35883,300,5,0,222,0,0,1), - (89872,95,0,4418,0,-9853.1,1406.65,38.1029,5.11381,300,0,0,222,0,0,0), - (89873,504,0,2331,0,-9914.22,1448.96,40.6289,4.69494,300,0,0,247,0,0,0), - (89874,95,0,4418,0,-9894.66,1429.43,39.6725,0.139626,300,0,0,222,0,0,0), - (89875,504,0,2332,0,-10037.7,1384.16,42.9747,5.71699,300,10,0,247,0,0,1), - (89876,1236,0,373,0,-9866.47,1455.02,41.4509,3.70767,300,3,0,271,0,0,1), - (89877,95,0,4419,0,-9902.5,1458.1,40.731,5.95157,300,0,0,222,0,0,0), - (89878,95,0,4418,0,-10013,1451.55,41.5273,3.7001,300,0,0,222,0,0,0), - (89879,95,0,4418,0,-10027.7,1431.94,41.0688,2.18166,300,0,0,222,0,0,0), - (89880,504,0,2331,0,-9922.57,1448.01,39.5639,5.77704,300,0,0,247,0,0,0), - (89881,449,0,2344,0,-11153.5,1698.4,44.6863,2.28195,300,5,0,356,0,0,1), - (89882,824,0,2441,0,-11199,1518.77,19.8861,2.46091,600,0,0,328,0,0,0), - (89883,824,0,556,0,-11198.6,1504.76,18.3513,5.95157,600,0,0,328,0,0,0), - (89884,824,0,556,0,-11177.9,1564.25,22.7379,3.14159,600,0,0,328,0,0,0), - (89885,824,0,2441,0,-11120.7,1513.22,23.5516,1.06465,600,0,0,328,0,0,0), - (89886,824,0,2441,0,-11131.7,1489.31,34.6491,6.26573,600,0,0,328,0,0,0), - (89887,824,0,2441,0,-11149.4,1548.48,20.8182,4.06662,600,0,0,328,0,0,0), - (89888,824,0,2441,0,-11143.7,1566.78,21.7933,1.02974,600,0,0,328,0,0,0), - (89889,824,0,556,0,-11215.5,1553.02,34.4511,6.16101,600,0,0,328,0,0,0), - (89890,824,0,556,0,-11166,1573.65,22.664,1.5708,600,0,0,328,0,0,0), - (89891,824,0,2441,0,-11203.3,1583.09,28.3189,2.51327,600,0,0,328,0,0,0), - (89892,831,0,979,0,-9899.47,1880.21,-0.380554,4.25933,300,10,0,328,0,0,1), - (89893,831,0,979,0,-9928.51,1884.94,4.29558,5.24219,300,10,0,328,0,0,1), - (89894,1423,0,3258,0,-9787.54,809.795,26.0386,0.837758,300,0,0,1106,0,0,0), - (89895,114,0,378,0,-10678.8,1652.12,42.4109,0.232001,300,10,0,300,0,0,1), - (89896,114,0,378,0,-9896.86,1270.81,41.9403,5.14313,300,10,0,300,0,0,1), - (89897,114,0,378,0,-10550.5,1651.41,41.5258,3.79391,300,10,0,300,0,0,1), - (89898,480,0,514,0,-9997.03,1113.03,43.474,4.51271,300,5,0,176,0,0,1), - (89899,36,0,367,0,-10470.9,1763.37,35.4886,4.23995,300,5,0,222,0,0,1), - (89900,36,0,367,0,-10474.4,1810.54,36.8419,4.37889,300,5,0,222,0,0,1), - (89901,36,0,367,0,-10248.3,1878.83,35.7099,3.17189,300,10,0,222,0,0,1), - (89902,834,0,643,0,-9924.48,1150.64,42.326,4.07946,300,10,0,198,0,0,1), - (89903,833,0,161,0,-10157.2,844.637,25.3668,5.70511,300,10,0,222,0,0,1), - (89904,834,0,643,0,-10080.1,1497.98,45.3276,1.84775,300,5,0,198,0,0,1), - (89905,199,0,410,0,-10328.2,1120.76,36.7664,3.20459,300,10,0,198,0,0,1), - (89906,199,0,410,0,-10121.2,1308.85,40.3543,0.812974,300,10,0,198,0,0,1), - (89907,454,0,8871,0,-10371,1295.77,40.1368,0.907954,300,5,0,247,0,0,1), - (89908,454,0,8871,0,-10420.1,1083.8,48.8493,0.08898,300,5,0,247,0,0,1), - (89909,454,0,8871,0,-10257.8,1270.85,37.8478,1.50105,300,10,0,247,0,0,1), - (89910,122,0,2342,0,-11202.4,1331.91,89.3128,4.37965,300,5,0,386,0,0,1), - (89911,449,0,2344,0,-11234.4,1236.32,89.6562,2.71868,300,5,0,356,0,0,1), - (89912,449,0,2345,0,-11237.6,1249.72,89.7604,0.261799,300,0,0,356,0,0,0), - (89913,122,0,2343,0,-11201.6,1208.63,87.8476,1.16124,300,5,0,386,0,0,1), - (89914,513,0,1994,0,-9809.17,1864.33,-16.7733,3.44019,300,5,0,300,0,0,1), - (89915,456,0,486,0,-9790.04,1830.64,-10.198,2.89725,300,0,0,253,264,0,0), - (89916,513,0,1994,0,-9795.21,1790.53,-4.07209,5.38692,300,5,0,300,0,0,1), - (89917,456,0,486,0,-9798.57,1842.76,-3.44893,0.590037,300,3,0,253,264,0,1), - (89918,456,0,486,0,-9791.47,1826.97,5.37233,2.79253,300,0,0,253,264,0,0), - (89919,456,0,486,0,-9753.35,1845.93,-16.4015,2.75221,300,10,0,253,264,0,1), - (89920,513,0,1994,0,-9836.86,1828.98,-6.16082,3.48381,300,5,0,300,0,0,1), - (89921,456,0,486,0,-9766.46,1813.28,2.43849,3.03687,300,5,0,253,264,0,1), - (89922,456,0,486,0,-9781.9,1830.19,-11.1869,4.17388,300,5,0,253,264,0,1), - (89923,456,0,486,0,-9811.94,1843.51,-4.54433,2.87803,300,0,0,253,264,0,0), - (89924,620,0,304,0,-10722.7,1653.89,43.7517,1.0455,300,10,0,1,0,0,1), - (89925,620,0,304,0,-10314.4,1417.72,40.3659,1.51624,300,5,0,1,0,0,1), - (89926,620,0,304,0,-10303.4,1414.66,40.7905,0.566039,300,5,0,1,0,0,1), - (89927,620,0,304,0,-9854.85,1275.5,40.9487,3.8068,300,5,0,1,0,0,1), - (89928,620,0,304,0,-11031.6,1436.69,43.8064,0.632789,300,10,0,1,0,0,1), - (89929,620,0,304,0,-10129.8,1213.53,36.1332,2.53744,300,5,0,1,0,0,1), - (89930,620,0,304,0,-9877.59,1295.1,42.1903,3.43758,300,5,0,1,0,0,1), - (89931,620,0,304,0,-9885.44,1302.93,42.0221,6.12205,300,5,0,1,0,0,1), - (89932,117,0,175,0,-9787.43,1420.45,41.7238,1.38407,300,5,0,222,0,0,1), - (89933,515,0,441,0,-9647.55,1155.92,5.14084,2.44989,300,10,0,222,0,0,1), - (89934,126,0,983,0,-9591.53,1428.6,3.17173,0.613265,300,10,0,247,0,0,1), - (89935,515,0,441,0,-9587.05,1070.63,0.944414,1.85005,300,0,0,222,0,0,0), - (89936,126,0,983,0,-9576.78,1059.79,5.28867,3.14159,300,0,0,247,0,0,0), - (89937,515,0,441,0,-9570.48,1066.8,3.59947,4.2237,300,0,0,222,0,0,0), - (89938,126,0,983,0,-9604.28,1460.37,6.65136,3.8011,300,5,0,247,0,0,1), - (89939,126,0,983,0,-9682.83,1546.78,12.964,3.78795,300,10,0,247,0,0,1), - (89940,126,0,983,0,-9618.88,1357.34,3.4901,0.749965,300,10,0,247,0,0,1), - (89941,458,0,757,0,-10219.3,2051.07,9.31934,2.49182,300,5,0,356,0,0,1), - (89942,171,0,1305,0,-10021.8,1890.43,11.6347,1.0472,300,0,0,328,0,0,0), - (89943,513,0,1994,0,-10021.4,1881.92,12.797,3.35103,300,0,0,300,0,0,0), - (89944,513,0,1994,0,-10012.6,1879.26,12.801,0,300,0,0,300,0,0,0), - (89945,171,0,1305,0,-10203.6,1990.78,11.6211,3.20151,300,10,0,328,0,0,1), - (89946,171,0,1305,0,-10289.8,2082.53,-2.08995,0.108323,300,10,0,328,0,0,1), - (89947,513,0,1994,0,-9876.75,1797.56,3.47668,2.27391,300,10,0,300,0,0,1), - (89948,171,0,1305,0,-10185.8,2046.64,0.721725,3.9667,300,5,0,328,0,0,1), - (89949,171,0,1305,0,-10174.3,2029.62,5.89085,5.84378,300,0,0,328,0,0,0), - (89950,458,0,757,0,-10286.3,2044.33,9.70826,5.25709,300,5,0,356,0,0,1), - (89951,458,0,757,0,-10047.6,1980.06,-4.07457,3.22863,300,10,0,356,0,0,1), - (89952,171,0,1305,0,-10086.5,2025.19,-6.0156,3.02522,300,5,0,328,0,0,1), - (89953,458,0,757,0,-10016.7,1992.66,-7.37872,4.08862,300,10,0,356,0,0,1), - (89954,171,0,1305,0,-10057.7,2027.42,-9.66458,3.53498,300,5,0,328,0,0,1), - (89955,517,0,1079,0,-10799.8,2038.96,11.2187,0.575959,300,0,0,350,390,0,0), - (89956,458,0,757,0,-10798.5,2054.77,10.7607,5.14872,300,0,0,356,0,0,0), - (89957,458,0,757,0,-10797.9,2045.54,10.5618,1.50098,300,0,0,356,0,0,0), - (89958,127,0,1995,0,-11014.4,2036.97,10.2512,4.88692,300,0,0,377,408,0,0), - (89959,127,0,1995,0,-11016.8,2030.12,10.7599,0.314159,300,0,0,377,408,0,0), - (89960,517,0,1079,0,-11009.9,2030.85,11.0509,3.03687,300,0,0,350,390,0,0), - (89961,517,0,1079,0,-10787.3,2078.2,8.63765,6.25157,300,10,0,350,390,0,1), - (89962,458,0,757,0,-10767.5,2046.83,15.0832,4.12782,300,10,0,356,0,0,1), - (89963,517,0,1079,0,-10776.5,2103.37,1.69464,1.05163,300,10,0,350,390,0,1), - (89964,127,0,1995,0,-11414.4,1821.84,-1.18796,-2.7221,300,5,0,377,408,0,1), - (89965,127,0,1995,0,-11367.2,1806.27,8.11069,4.27606,300,10,0,377,408,0,1), - (89966,127,0,1995,0,-11371.4,1796.91,8.50641,1.16937,300,0,0,377,408,0,0), - (89967,127,0,1995,0,-11365.1,1799.64,8.41003,2.51327,300,0,0,377,408,0,0), - (89968,517,0,1079,0,-10647,2074.4,7.70761,1.93206,300,10,0,350,390,0,1), - (89969,517,0,1079,0,-10770.8,2062.44,10.7035,1.05815,300,10,0,350,390,0,1), - (89970,458,0,757,0,-10751.9,2057.75,12.6267,3.5091,300,10,0,356,0,0,1), - (89971,127,0,1995,0,-11127.7,2123.97,-10.9382,5.35312,300,10,0,377,408,0,1), - (89972,517,0,1079,0,-11162.7,2061.85,-3.56641,5.26506,300,10,0,350,390,0,1), - (89973,127,0,1995,0,-11082.8,2079.71,11.3781,4.32842,300,0,0,377,408,0,0), - (89974,517,0,1079,0,-11118.6,2103.77,-6.40406,5.09636,300,10,0,350,390,0,1), - (89975,517,0,1079,0,-11135.5,2065.5,-4.70716,3.9968,300,10,0,350,390,0,1), - (89976,127,0,1995,0,-11073.6,2069.53,6.38764,1.55908,300,10,0,377,408,0,1), - (89977,127,0,1995,0,-11079.7,2085.96,9.63451,6.12611,300,0,0,377,408,0,0), - (89978,127,0,1995,0,-11165.7,2037.17,0.362662,3.68265,300,0,0,377,408,0,0), - (89979,1727,0,341,0,-11233.1,1514.79,28.65,0.122173,600,0,0,356,0,0,0), - (89980,1727,0,341,0,-11277.4,1505.73,39.0168,4.27606,600,0,0,356,0,0,0), - (89981,1727,0,2528,0,-11261.4,1572.71,34.6407,3.19395,600,0,0,356,0,0,0), - (89982,1727,0,2528,0,-11228.7,1504.32,26.4833,6.05629,600,0,0,356,0,0,0), - (89983,1727,0,2528,0,-11221.4,1607.43,33.11,6.19592,600,0,0,356,0,0,0), - (89984,1727,0,2528,0,-11208.6,1648.46,27.5595,0.10472,600,0,0,356,0,0,0), - (89985,1727,0,2528,0,-11218,1640.98,27.4693,2.68781,600,0,0,356,0,0,0), - (89986,1727,0,341,0,-11232.9,1627.22,26.9836,5.34071,600,0,0,356,0,0,0), - (89987,1727,0,341,0,-11241.8,1666.51,33.6692,2.00713,600,0,0,356,0,0,0), - (89988,1727,0,2528,0,-11252.8,1593.14,33.9067,1.32645,600,0,0,356,0,0,0), - (89989,623,0,11402,0,-11343.3,1564.1,31.9432,3.85718,600,3,0,1158,0,0,1), - (89990,623,0,11402,0,-11320.1,1592.46,35.7475,2.57781,600,3,0,1158,0,0,1), - (89991,623,0,11402,0,-11285.5,1586.7,36.6121,3.68821,600,3,0,1158,0,0,1), - (89992,625,0,829,0,-11300.3,1551.89,35.2044,4.68193,600,3,0,1158,0,0,1), - (89993,624,0,10630,0,-11287.9,1596.96,36.2807,1.01229,600,0,0,1158,0,0,0), - (89994,624,0,10630,0,-11326.8,1588.6,35.1702,4.13746,600,3,0,1158,0,0,1), - (89995,623,0,11402,0,-11341.5,1573.82,33.4517,2.72048,600,3,0,1158,0,0,1), - (89996,624,0,10630,0,-11324.6,1545.31,28.7448,4.65358,600,3,0,1158,0,0,1), - (89997,95,0,4418,0,-10324.6,1413.14,40.4493,3.32955,300,5,0,222,0,0,1), - (89998,95,0,4419,0,-10353.7,1588.67,40.625,5.73731,300,5,0,222,0,0,1), - (89999,95,0,4419,0,-10344.4,1552.39,41.7656,5.2704,300,5,0,222,0,0,1), - (90000,95,0,4419,0,-10311.5,1400.06,41.407,0.401426,300,0,0,222,0,0,0), - (90001,504,0,2331,0,-10311.5,1402.89,41.407,0.017453,300,0,0,247,0,0,0), - (90002,504,0,2331,0,-10625.2,1382.13,42.1773,1.39626,300,0,0,247,0,0,0), - (90003,157,0,3027,0,-10608.2,1395.27,41.2804,5.20177,300,10,0,300,0,0,1), - (90004,157,0,3027,0,-10548.3,1450.02,48.1918,0.056691,300,5,0,300,0,0,1), - (90005,157,0,3027,0,-10416.7,1516.67,48.2655,3.9664,300,5,0,300,0,0,1), - (90006,157,0,3027,0,-10445.9,1584.95,54.7778,2.96296,300,5,0,300,0,0,1), - (90007,1109,0,2305,0,-10401.1,1619.26,39.3244,6.15883,300,5,0,273,0,0,1), - (90008,1109,0,2305,0,-10545.3,1503.85,63.8104,1.30806,300,5,0,273,0,0,1), - (90009,1109,0,2305,0,-10584.8,1520.36,48.0619,4.65762,300,5,0,273,0,0,1), - (90010,157,0,3027,0,-11223.4,1907.86,35.1899,5.50884,300,10,0,300,0,0,1), - (90011,157,0,3027,0,-10896.7,1534.49,48.3628,1.04244,300,10,0,300,0,0,1), - (90012,157,0,3027,0,-11252.7,1801.26,36.7896,4.6831,300,10,0,300,0,0,1), - (90013,157,0,3027,0,-11215.5,1817.73,36.4939,2.39403,300,10,0,300,0,0,1), - (90014,547,0,3035,0,-10988.6,1108.85,39.6838,5.57535,300,5,0,356,0,0,1), - (90015,547,0,3035,0,-10977,1207.59,43.4901,5.12189,300,10,0,356,0,0,1), - (90016,547,0,3035,0,-10578.1,908.086,38.957,5.18259,300,5,0,356,0,0,1), - (90017,547,0,3035,0,-10545.4,953.413,43.8703,0.153911,300,5,0,356,0,0,1), - (90018,547,0,3035,0,-10955.7,767.409,41.0726,4.43141,300,10,0,356,0,0,1), - (90019,547,0,3035,0,-10989.2,682.318,34.6875,0.001575,300,10,0,356,0,0,1), - (90020,458,0,757,0,-10544.8,2113.78,1.57785,3.97935,300,10,0,356,0,0,1), - (90021,458,0,757,0,-10534.9,2135.05,-5.07052,0.698132,300,10,0,356,0,0,1), - (90022,171,0,1305,0,-10540.5,2141.99,-8.15187,4.13643,300,10,0,328,0,0,1), - (90023,458,0,757,0,-10493.1,2118.64,1.1146,2.43522,300,5,0,356,0,0,1), - (90024,171,0,1305,0,-10568.2,2109.97,0.991297,6.19592,300,0,0,328,0,0,0), - (90025,458,0,757,0,-10541.1,2126.69,-1.71408,4.83456,300,10,0,356,0,0,1), - (90026,171,0,1305,0,-10518.8,2113.9,1.36634,4.08407,300,10,0,328,0,0,1), - (90027,171,0,1305,0,-10555.8,2101.33,4.38844,3.34558,300,10,0,328,0,0,1), - (90028,1216,0,9570,0,-11235.3,2003.17,3.58551,0.840992,300,5,0,386,0,0,1), - (90029,1216,0,9570,0,-11462.9,1731.1,9.79707,5.56708,300,10,0,386,0,0,1), - (90030,589,0,2338,0,-10473.2,1952.74,10.5862,2.31881,300,0,0,263,710,0,0), - (90031,2914,0,1206,0,-11245,1398.16,89.7176,1.46102,300,5,0,8,0,0,1), - (90032,2620,0,1072,0,-10548,1730.23,40.6448,1.61963,300,5,0,8,0,0,1), - (90033,6271,0,4959,0,-10658.5,1202.97,34.9344,4.57919,300,10,0,16,0,0,1), - (90034,2620,0,1072,0,-10117.1,1279.88,39.6322,1.03155,300,5,0,8,0,0,1), - (90035,95,0,4418,0,-9878.41,1415.76,43.64,1.76278,300,3,0,222,0,0,1), - (90036,95,0,4419,0,-10026.2,1479.52,41.4131,5.45774,300,5,0,222,0,0,1), - (90037,95,0,4419,0,-9889.67,1423.62,40.0303,0.874795,300,5,0,222,0,0,1), - (90038,95,0,4418,0,-9852.84,1453.07,40.9059,5.62883,300,3,0,222,0,0,1), - (90039,504,0,2332,0,-9959.92,1452.94,43.3409,5.33184,300,0,0,247,0,0,0), - (90040,95,0,4418,0,-9840.47,1406.74,38.5635,4.99164,300,0,0,222,0,0,0), - (90041,95,0,4419,0,-9979.01,1457.29,44.6146,6.19725,300,0,0,222,0,0,0), - (90042,1236,0,373,0,-9877.37,1430.55,44.0194,1.30677,300,0,0,271,0,0,0), - (90043,95,0,4418,0,-9821.38,1422.96,36.7884,2.71233,300,0,0,222,0,0,0), - (90044,824,0,2441,0,-11219.8,1538.33,34.7055,5.77704,600,0,0,328,0,0,0), - (90045,824,0,556,0,-11126.9,1476.99,34.6331,4.76475,600,0,0,328,0,0,0), - (90046,824,0,556,0,-11082.8,1519.86,29.9805,0.261799,600,0,0,328,0,0,0), - (90047,824,0,2441,0,-11185.6,1581.68,26.6417,0.925025,600,0,0,328,0,0,0), - (90048,824,0,556,0,-11147.4,1530.6,20.0244,1.78024,600,0,0,328,0,0,0), - (90049,824,0,556,0,-11195.8,1493.12,15.7827,0.453786,600,0,0,328,0,0,0), - (90050,824,0,2441,0,-11191,1564.17,27.7931,6.03884,600,0,0,328,0,0,0), - (90051,824,0,2441,0,-11144.5,1512.24,22.915,3.63029,600,0,0,328,0,0,0), - (90052,824,0,556,0,-11192.8,1540.06,19.8363,2.67035,600,0,0,328,0,0,0), - (90053,824,0,556,0,-11186.7,1549.27,19.785,2.53073,600,0,0,328,0,0,0), - (90054,36,0,367,0,-10189.2,1302.29,36.7473,3.75987,300,10,0,222,0,0,1), - (90055,114,0,378,0,-9926.43,1263.58,42.1853,2.55257,300,10,0,300,0,0,1), - (90056,114,0,378,0,-9939.18,1161.9,41.7314,0.443139,300,10,0,300,0,0,1), - (90057,480,0,514,0,-9862.75,1007.32,32.2554,3.51236,300,10,0,176,0,0,1), - (90058,480,0,514,0,-9868.64,1018.64,32.881,0.371185,300,10,0,176,0,0,1), - (90059,114,0,378,0,-10617.7,1590.22,42.518,3.13085,300,10,0,300,0,0,1), - (90060,456,0,486,0,-9829.85,1803.09,-1.85927,1.31527,300,5,0,253,264,0,1), - (90061,513,0,1994,0,-9807.28,1838.85,-8.1311,2.12705,300,0,0,300,0,0,0), - (90062,513,0,1994,0,-9798.47,1844.69,4.57742,4.51365,300,3,0,300,0,0,1), - (90063,513,0,1994,0,-9777.56,1822.77,10.1445,4.17703,300,3,0,300,0,0,1), - (90064,456,0,486,0,-9771.19,1816.85,1.46678,4.54742,300,5,0,253,264,0,1), - (90065,513,0,1994,0,-9765.1,1808.33,-4.73589,4.86476,300,0,0,300,0,0,0), - (90066,513,0,1994,0,-9802.37,1846.35,-14.8858,2.34933,300,5,0,300,0,0,1), - (90067,456,0,486,0,-9806.18,1826.43,-4.46597,1.69297,300,3,0,253,264,0,1), - (90068,620,0,304,0,-9861.1,1290.83,41.8237,1.62479,300,5,0,1,0,0,1), - (90069,620,0,304,0,-10988.5,1451.04,43.3267,1.11714,300,5,0,1,0,0,1), - (90070,620,0,304,0,-10722.2,1669.9,44.0413,1.1882,300,10,0,1,0,0,1), - (90071,620,0,304,0,-9842.73,1269.92,41.3237,0.834495,300,5,0,1,0,0,1), - (90072,620,0,304,0,-11023.9,1426.91,43.8726,6.2012,300,10,0,1,0,0,1), - (90073,620,0,304,0,-10324,1419.24,39.9909,1.01209,300,5,0,1,0,0,1), - (90074,620,0,304,0,-10997.5,1451.06,43.3267,3.21287,300,5,0,1,0,0,1), - (90075,456,0,486,0,-9578.58,1449.17,-0.086853,0.942478,300,0,0,253,264,0,0), - (90076,126,0,983,0,-9632,1358.23,6.48876,0,300,0,0,247,0,0,0), - (90077,126,0,983,0,-9583.74,1452.6,0.441286,3.47321,300,0,0,247,0,0,0), - (90078,456,0,486,0,-9588.13,1442.72,2.24347,2.32129,300,0,0,253,264,0,0), - (90079,126,0,983,0,-9687.95,1529.92,13.8549,5.53269,300,0,0,247,0,0,0), - (90080,126,0,983,0,-9687.61,1522.07,14.2513,0.959931,300,0,0,247,0,0,0), - (90081,126,0,983,0,-9605.56,1040.35,7.66496,3.73299,300,5,0,247,0,0,1), - (90082,456,0,486,0,-9590.83,1511.04,0.098443,2.30383,300,0,0,253,264,0,0), - (90083,126,0,983,0,-9626.67,1547.82,0.748849,4.38078,300,10,0,247,0,0,1), - (90084,126,0,983,0,-9589.85,1503.48,-0.147509,4.11898,300,0,0,247,0,0,0), - (90085,456,0,486,0,-9637.87,1573.42,0.748535,2.86234,300,0,0,253,264,0,0), - (90086,126,0,983,0,-9609.7,1519.33,2.38142,2.07611,300,5,0,247,0,0,1), - (90087,126,0,983,0,-9664.42,1137.08,6.87928,3.71475,300,10,0,247,0,0,1), - (90088,126,0,983,0,-9607.37,1441.13,5.89246,2.22129,300,10,0,247,0,0,1), - (90089,126,0,983,0,-9665.49,1527.82,10.6811,2.47558,300,5,0,247,0,0,1), - (90090,126,0,983,0,-9608.78,1066.64,3.48331,3.47321,300,0,0,247,0,0,0), - (90091,515,0,441,0,-9601.35,1066.62,2.86092,4.7822,300,0,0,222,0,0,0), - (90092,171,0,1305,0,-9908.63,1778.59,10.2314,0.820305,300,0,0,328,0,0,0), - (90093,513,0,1994,0,-9915.69,1772.7,10.6439,0,300,0,0,300,0,0,0), - (90094,513,0,1994,0,-9903.3,1763.72,10.3332,0,300,0,0,300,0,0,0), - (90095,458,0,757,0,-10348.7,2051.27,6.15983,0.824728,300,10,0,356,0,0,1), - (90096,458,0,757,0,-10251.8,2085.64,-3.92631,5.8398,300,5,0,356,0,0,1), - (90097,458,0,757,0,-10310.1,2082.67,-1.76199,0.150643,300,10,0,356,0,0,1), - (90098,171,0,1305,0,-10143.4,1996.15,9.69244,3.97671,300,10,0,328,0,0,1), - (90099,513,0,1994,0,-9992.74,1887.8,11.3672,2.66741,300,5,0,300,0,0,1), - (90100,171,0,1305,0,-9884.45,1769.04,8.8866,4.76958,300,10,0,328,0,0,1), - (90101,171,0,1305,0,-9888.16,1795.33,5.69883,0.791609,300,10,0,328,0,0,1), - (90102,458,0,757,0,-10691.1,2135.19,20.938,3.1765,300,0,0,356,0,0,0), - (90103,458,0,757,0,-10684.1,2134.39,20.3029,5.74213,300,0,0,356,0,0,0), - (90104,458,0,757,0,-10737.5,2187.64,17.1083,2.30383,300,0,0,356,0,0,0), - (90105,517,0,1079,0,-10732.2,2188.65,16.507,1.09956,300,0,0,350,390,0,0), - (90106,517,0,1079,0,-11379.6,1829.08,2.5493,0.989493,300,10,0,350,390,0,1), - (90107,517,0,1079,0,-10757.5,2082.63,5.41489,2.36822,300,10,0,350,390,0,1), - (90108,517,0,1079,0,-10651.7,2053.26,7.76899,3.94444,300,10,0,350,390,0,1), - (90109,458,0,757,0,-10659.6,2042.48,8.33358,2.96706,300,0,0,356,0,0,0), - (90110,458,0,757,0,-10665.5,2042.45,7.97644,0,300,0,0,356,0,0,0), - (90111,458,0,757,0,-10678.2,2061.01,7.84587,3.7286,300,10,0,356,0,0,1), - (90112,517,0,1079,0,-11390.7,1805.56,7.73824,3.9329,300,10,0,350,390,0,1), - (90113,517,0,1079,0,-10634.2,2045.94,11.2488,5.18695,300,10,0,350,390,0,1), - (90114,517,0,1079,0,-11404.5,1773.51,9.03428,0.141069,300,10,0,350,390,0,1), - (90115,127,0,1995,0,-11365.7,1779.55,9.82954,6.03528,300,10,0,377,408,0,1), - (90116,1727,0,2528,0,-11258.5,1654.6,33.6242,2.33874,600,0,0,356,0,0,0), - (90117,1727,0,2528,0,-11266.7,1533.88,30.5158,3.66519,600,0,0,356,0,0,0), - (90118,1727,0,341,0,-11240,1509.02,37.8079,4.79965,600,0,0,356,0,0,0), - (90119,1727,0,2528,0,-11245.1,1492.22,23.8821,1.50098,600,0,0,356,0,0,0), - (90120,1727,0,341,0,-11194.8,1630.83,28.1775,1.6057,600,0,0,356,0,0,0), - (90121,1727,0,341,0,-11255.3,1518.75,31.698,3.35103,600,0,0,356,0,0,0), - (90122,1727,0,341,0,-11242,1635.24,27.6542,3.9619,600,0,0,356,0,0,0), - (90123,1727,0,341,0,-11257.5,1502.36,38.0122,4.59022,600,0,0,356,0,0,0), - (90124,625,0,829,0,-11343.8,1531.26,28.5596,2.57697,600,3,0,1158,0,0,1), - (90125,625,0,829,0,-11325.9,1562.39,26.4165,5.30071,600,3,0,1158,0,0,1), - (90126,95,0,4419,0,-9944.64,1473.77,39.5663,4.48298,300,3,0,222,0,0,1), - (90127,1236,0,373,0,-9852.63,1401.42,37.4865,2.87751,300,0,0,271,0,0,0), - (90128,95,0,4419,0,-10020.1,1413.72,40.8387,0.800858,300,5,0,222,0,0,1), - (90129,1236,0,373,0,-9826.66,1404.08,37.3115,1.82128,300,0,0,271,0,0,0), - (90130,95,0,4418,0,-9997.87,1411.76,40.8543,2.72271,300,0,0,222,0,0,0), - (90131,824,0,2441,0,-11132,1514.27,24.5622,1.39626,600,0,0,328,0,0,0), - (90132,824,0,556,0,-11220.9,1486.6,17.7838,1.71042,600,0,0,328,0,0,0), - (90133,824,0,2441,0,-11208.1,1482.61,15.3275,4.97419,600,0,0,328,0,0,0), - (90134,824,0,2441,0,-11240,1559.42,34.576,0.820305,600,0,0,328,0,0,0), - (90135,824,0,2441,0,-11193.4,1530.52,19.9293,3.36848,600,0,0,328,0,0,0), - (90136,824,0,2441,0,-11184.2,1517.98,20.3053,5.02655,600,0,0,328,0,0,0), - (90137,824,0,556,0,-11169,1553.15,20.8527,6.14356,600,0,0,328,0,0,0), - (90138,824,0,556,0,-11198.5,1470.89,16.7919,2.86234,600,0,0,328,0,0,0), - (90139,824,0,556,0,-11089.8,1511.6,29.3671,5.16617,600,0,0,328,0,0,0), - (90140,824,0,2441,0,-11215,1574.51,30.2629,2.09439,600,0,0,328,0,0,0), - (90141,36,0,367,0,-10270.2,1864.45,36.9199,0.951106,300,10,0,222,0,0,1), - (90142,36,0,367,0,-10233.4,1027.19,34.6941,-1.34613,300,0,0,222,0,0,0), - (90143,114,0,378,0,-9980.81,1214.99,42.1345,1.7927,300,10,0,300,0,0,1), - (90144,36,0,367,0,-10495.1,1752.18,36.6136,4.88771,300,5,0,222,0,0,1), - (90145,513,0,1994,0,-9783.84,1836.71,-1.26479,3.45575,300,0,0,300,0,0,0), - (90146,515,0,441,0,-9623.69,1172.35,4.58092,5.29361,300,10,0,222,0,0,1), - (90147,456,0,486,0,-9615.7,1493.02,6.76234,1.60868,300,10,0,253,264,0,1), - (90148,517,0,1079,0,-11405.3,1807.93,4.98193,5.72468,300,0,0,350,390,0,0), - (90149,127,0,1995,0,-11390,1789.89,8.38229,1.67552,300,0,0,377,408,0,0), - (90150,127,0,1995,0,-11392.9,1790.27,8.36698,0.925025,300,0,0,377,408,0,0), - (90151,127,0,1995,0,-11411,1806.41,4.07039,5.53269,300,0,0,377,408,0,0), - (90152,36,0,367,0,-10181,1340.99,37.9607,3.78997,300,10,0,222,0,0,1), - (90153,36,0,367,0,-11011.9,1387.64,46.0683,1.37031,300,5,0,222,0,0,1), - (90154,114,0,378,0,-10585,1681.76,40.9741,3.71265,300,10,0,300,0,0,1), - (90155,36,0,367,0,-10192.3,1255.63,36.367,-0.818217,300,10,0,222,0,0,1), - (90156,114,0,378,0,-10550.8,1706.12,42.2933,4.67254,300,10,0,300,0,0,1), - (90157,36,0,367,0,-10515,1815.21,40.4497,4.55058,300,5,0,222,0,0,1), - (90158,36,0,367,0,-10501.3,1779.26,35.6794,2.26868,300,5,0,222,0,0,1), - (90159,114,0,378,0,-9940.51,1232.25,42.5235,3.29838,300,10,0,300,0,0,1), - (90160,480,0,514,0,-9968.55,1113.79,39.724,4.61517,300,5,0,176,0,0,1), - (90161,114,0,378,0,-10648.5,1685,42.1497,0.355062,300,10,0,300,0,0,1), - (90162,114,0,378,0,-10586.4,1751.89,40.6899,2.13163,300,10,0,300,0,0,1), - (90163,36,0,367,0,-10244.5,1846.91,36.7264,1.76402,300,10,0,222,0,0,1), - (90164,480,0,514,0,-9889.75,1036.26,33.7268,2.39705,300,10,0,176,0,0,1), - (90165,114,0,378,0,-10589.7,1616.2,42.472,2.25475,300,10,0,300,0,0,1), - (90166,114,0,378,0,-10615.4,1646.88,42.9668,4.9417,300,10,0,300,0,0,1), - (90167,480,0,514,0,-9985.16,1092.43,40.8958,4.9189,300,5,0,176,0,0,1), - (90168,114,0,378,0,-10648.4,1620.54,43.2723,0.842895,300,10,0,300,0,0,1), - (90169,114,0,378,0,-9946.99,1196.47,42.6531,1.24975,300,10,0,300,0,0,1), - (90170,480,0,514,0,-9996.34,1148.45,43.6892,2.86226,300,5,0,176,0,0,1), - (90171,114,0,378,0,-10619.5,1716.48,41.4147,3.41182,300,10,0,300,0,0,1), - (90172,114,0,378,0,-9907.13,1207.03,42.196,5.66322,300,10,0,300,0,0,1), - (90173,480,0,514,0,-9983.16,1146.94,43.077,4.34982,300,5,0,176,0,0,1), - (90174,36,0,367,0,-10154.5,1310.82,38.5669,0.559332,300,10,0,222,0,0,1), - (90175,114,0,378,0,-9869.38,1228.47,41.6656,5.91486,300,10,0,300,0,0,1), - (90176,480,0,514,0,-9788.23,978.021,29.2029,2.15055,300,10,0,176,0,0,1), - (90177,883,0,347,0,-9859.77,943.055,31.875,3.86644,300,10,0,1,0,0,1), - (90178,2442,0,1060,0,-9952.78,930.388,43.3613,1.70399,300,5,0,1,0,0,1), - (90184,1419,0,0,0,-8994.19,947.069,118.348,4.29351,180,0,0,8,0,0,0), - (90185,15335,509,15463,0,-8873.04,1860.57,24.1218,0,21600,0,0,51792,0,0,2), - (90186,15335,509,15463,0,-8947.69,2247.55,26.539,0,21600,0,0,51792,0,0,2), - (90187,15335,509,15463,0,-9290.1,1380.39,21.483,0,21600,0,0,51792,0,0,2), - (90188,15335,509,15463,0,-9378.19,1284.21,-16.6126,0,21600,0,0,51792,0,0,2), - (90189,15335,509,15463,0,-9329.67,1302.04,-64.3899,0,21600,3,0,51792,0,0,1), - (90198,454,0,8871,0,-10084.9,1251.91,39.6124,0.262512,300,10,0,247,0,0,1), - (90199,454,0,8871,0,-10385,1283.8,41.7525,3.16503,300,5,0,247,0,0,1), - (90200,833,0,161,0,-10219.2,1198.03,39.6837,3.97602,300,5,0,222,0,0,1), - (90201,454,0,8871,0,-10477.3,1163.17,48.357,1.29384,300,5,0,247,0,0,1), - (90202,834,0,643,0,-10146.3,1551.37,44.0582,0.973038,300,5,0,198,0,0,1), - (90203,833,0,161,0,-10249.9,913.865,40.4789,4.3915,300,10,0,222,0,0,1), - (90204,154,0,1105,0,-10679.8,876.593,37.6284,5.22935,300,5,0,356,0,0,1), - (90205,154,0,1105,0,-10685.6,781.467,48.1836,3.9263,300,10,0,356,0,0,1), - (90206,519,0,540,0,-10005.5,1912.19,5.09257,5.65101,3600,0,0,328,0,0,0), - (90207,520,0,652,0,-10439.3,2062.36,9.27596,5.8943,3600,5,0,449,0,0,2), - (90208,834,0,643,0,-10249.1,822.796,50.05,0.424199,300,10,0,198,0,0,1), - (90209,506,0,383,0,-10143.2,1725.84,32.8832,1.79769,3600,0,0,417,0,0,0), - (90210,123,0,383,0,-10139.6,1729.12,32.5282,1.3439,300,0,0,273,0,0,0), - (90211,123,0,383,0,-10147,1728.78,32.5492,2.09439,300,0,0,273,0,0,0), - (90212,1424,0,774,0,-9843.01,1390.73,38.1707,5.66296,3600,0,0,328,0,0,0), - (90213,834,0,643,0,-9756.36,924.189,28.1601,2.75311,300,10,0,198,0,0,1), - (90214,467,0,2311,0,-10508.4,1068,55.2111,2.1293,300,0,0,329,0,0,0), - (90215,2442,0,1060,0,-9747.45,928.978,27.7093,5.75465,300,10,0,1,0,0,1), - (90216,1109,0,2305,0,-10885.9,1415.6,44.7171,1.685,300,5,0,273,0,0,1), - (90217,834,0,643,0,-9825.14,1022.24,29.8273,1.62158,300,5,0,198,0,0,1), - (90218,480,0,514,0,-9825.74,949.581,29.2542,3.42373,300,10,0,176,0,0,1), - (90219,589,0,2339,0,-10971.4,1397.4,45.1017,4.25722,300,5,0,263,710,0,1), - (90220,454,0,8871,0,-10451.1,1136.71,39.2304,4.78864,300,5,0,247,0,0,1), - (90221,590,0,2340,0,-11016.8,1413.82,44.1946,5.77704,300,0,0,273,0,0,0), - (90222,480,0,514,0,-9823.44,1005.16,29.2554,3.70021,300,10,0,176,0,0,1), - (90223,834,0,643,0,-9788.76,985.814,29.2505,5.01376,300,10,0,198,0,0,1), - (90224,481,0,2335,0,-9850.21,1038.59,34.0218,1.91723,300,0,0,198,0,0,0), - (90225,199,0,410,0,-10424.1,1137.91,39.1297,4.905,300,10,0,198,0,0,1), - (90226,481,0,2335,0,-9841.22,1033.61,33.0888,4.67748,300,0,0,198,0,0,0), - (90227,481,0,2333,0,-9846.95,1027.69,33.3076,6.05629,300,0,0,198,0,0,0), - (90228,481,0,2333,0,-9861.72,1030.42,33.8804,6.00205,300,0,0,198,0,0,0), - (90229,199,0,410,0,-9780.47,1246.5,41.7554,3.25796,300,10,0,198,0,0,1), - (90230,95,0,4419,0,-9830.08,1263.53,40.8442,4.15555,300,5,0,222,0,0,1), - (90231,504,0,2331,0,-9861.08,1272.64,40.8237,4.19504,300,5,0,247,0,0,1), - (90232,95,0,4418,0,-9847.75,1287.47,41.8973,4.36761,300,5,0,222,0,0,1), - (90234,154,0,1105,0,-10809.8,963.494,34.1271,1.61121,300,10,0,356,0,0,1), - (90235,157,0,3027,0,-10328.8,1589.05,40.8687,1.82899,300,5,0,300,0,0,1), - (90236,154,0,1105,0,-10862.7,937.159,41.1782,0.790923,300,5,0,356,0,0,1), - (90237,115,0,379,0,-10825.6,715.884,37.8314,5.61478,300,3,0,386,0,0,1), - (90238,2914,0,1206,0,-10518.4,1294.1,55.9647,5.0861,300,5,0,8,0,0,1), - (90239,504,0,2331,0,-10513,1316.94,46.1071,4.32572,300,5,0,247,0,0,1), - (90240,98,0,376,0,-11149,780.719,33.0292,4.41906,300,10,0,386,0,0,1), - (90241,124,0,384,0,-11107.1,744.047,34.7981,3.41506,300,10,0,328,0,0,1), - (90242,452,0,383,0,-11045.8,755.628,38.8671,6.01891,300,10,0,356,0,0,1), - (90243,504,0,2331,0,-10477.5,1366.4,51.2746,0.401556,300,0,0,247,0,0,0), - (90244,1109,0,2305,0,-10482,1492.08,57.3609,1.54346,300,5,0,273,0,0,1), - (90245,1109,0,2305,0,-10459.7,1410.88,53.753,0.324223,300,5,0,273,0,0,1), - (90246,1109,0,2305,0,-10421.9,1491.08,51.9053,4.84171,300,5,0,273,0,0,1), - (90247,98,0,376,0,-11168.8,792.768,35.1847,3.04607,300,10,0,386,0,0,1), - (90248,1109,0,2305,0,-10381,1478.89,40.2725,5.19066,300,5,0,273,0,0,1), - (90249,98,0,376,0,-11011,752.482,39.2166,2.57383,300,10,0,386,0,0,1), - (90250,98,0,376,0,-10981.3,827.232,36.5928,3.1831,300,10,0,386,0,0,1), - (90251,452,0,383,0,-11023.5,811.251,37.1062,1.77228,300,5,0,356,0,0,1), - (90252,452,0,383,0,-11013.2,889.149,36.1101,0.68792,300,10,0,356,0,0,1), - (90253,547,0,3035,0,-10685,778.717,48.4887,6.13825,300,10,0,356,0,0,1), - (90254,98,0,376,0,-11042.2,874.464,36.5218,2.817,300,10,0,386,0,0,1), - (90255,454,0,8871,0,-10360.7,1193.49,40.3355,5.49779,300,5,0,247,0,0,1), - (90256,452,0,383,0,-11051.2,825.797,37.7813,3.13964,300,5,0,356,0,0,1), - (90257,453,0,502,0,-11093.7,887.162,41.7937,0.338426,300,5,0,377,408,0,1), - (90258,98,0,376,0,-11104.2,853.003,40.413,5.92134,300,10,0,386,0,0,1), - (90259,98,0,376,0,-11084.7,857.196,42.3772,3.68039,300,10,0,386,0,0,1), - (90260,98,0,376,0,-11081.9,816.313,40.0446,5.04543,300,5,0,386,0,0,1), - (90261,452,0,383,0,-11060.6,878.282,37.1468,3.85476,300,10,0,356,0,0,1), - (90262,98,0,376,0,-11103.1,898.998,40.0269,5.66702,300,5,0,386,0,0,1), - (90263,199,0,410,0,-10187.4,1512.87,42.9605,0.873183,300,5,0,198,0,0,1), - (90264,98,0,376,0,-11099.5,938.161,35.9443,0.719797,300,10,0,386,0,0,1), - (90265,452,0,383,0,-11123.6,961.716,37.9487,5.23528,300,10,0,356,0,0,1), - (90266,98,0,376,0,-11187.9,885.047,45.5467,5.67054,300,10,0,386,0,0,1), - (90267,453,0,502,0,-11160.4,896.277,40.7638,0.456426,300,10,0,377,408,0,1), - (90268,452,0,383,0,-11157.1,1045.45,35.6022,0.125899,300,5,0,356,0,0,1), - (90269,114,0,378,0,-10219.6,1488.85,41.4034,1.09786,300,5,0,300,0,0,1), - (90270,114,0,378,0,-10176.5,1440.33,40.6278,5.52133,300,5,0,300,0,0,1), - (90271,452,0,383,0,-10871.1,1198.07,33.3257,4.4995,300,10,0,356,0,0,1), - (90272,124,0,384,0,-11045.5,1010.78,37.7962,3.36731,300,10,0,328,0,0,1), - (90273,2914,0,1206,0,-10187.1,1489.11,39.3756,1.48084,300,5,0,8,0,0,1), - (90274,114,0,378,0,-10174.8,1420.15,40.1521,1.06299,300,5,0,300,0,0,1), - (90275,36,0,367,0,-10952.3,1355.52,44.7959,3.8157,300,10,0,222,0,0,1), - (90276,114,0,378,0,-10219.4,1374.71,39.7396,4.47695,300,5,0,300,0,0,1), - (90277,36,0,367,0,-10938.2,1382.03,42.1795,4.01717,300,10,0,222,0,0,1), - (90278,36,0,367,0,-10964,1376.26,46.3728,3.86414,300,10,0,222,0,0,1), - (90279,1109,0,2305,0,-10990.2,1623.08,45.1017,4.4604,300,5,0,273,0,0,1), - (90280,1109,0,2305,0,-10962.3,1625.83,46.4382,3.24442,300,5,0,273,0,0,1), - (90286,589,0,2339,0,-10989.6,1512.52,43.6183,5.11844,300,5,0,263,710,0,1), - (90287,114,0,378,0,-10243.3,1410.25,40.7007,5.79725,300,5,0,300,0,0,1), - (90290,590,0,2340,0,-11016,1487.04,43.5332,3.71755,300,0,0,273,0,0,0), - (90291,589,0,2339,0,-11006,1497.93,44.0323,2.53073,300,0,0,263,710,0,0), - (90292,449,0,2344,0,-11140,1742.47,38.605,3.05747,300,10,0,356,0,0,1), - (90293,121,0,2336,0,-11195.1,1755.91,36.7794,5.69701,300,5,0,328,0,0,1), - (90294,114,0,378,0,-10252.2,1483.53,40.6493,0.165064,300,5,0,300,0,0,1), - (90295,501,0,413,0,-11112.3,1905.27,36.5998,1.36012,300,10,0,300,0,0,1), - (90297,124,0,384,0,-10981.3,1953.69,33.8409,0.873237,300,10,0,328,0,0,1), - (90298,501,0,413,0,-11024.8,1930.2,35.3572,4.8671,300,5,0,300,0,0,1), - (90299,114,0,378,0,-10220.3,1130.18,36.2865,4.47113,300,5,0,300,0,0,1), - (90300,114,0,378,0,-10155.8,1188.61,36.3941,1.4046,300,10,0,300,0,0,1), - (90301,504,0,2331,0,-10322.8,1589.55,41.1589,1.47984,300,5,0,247,0,0,1), - (90302,833,0,161,0,-10397.1,1783.93,34.8076,3.21986,300,5,0,222,0,0,1), - (90303,834,0,643,0,-10383.5,1778.99,35.3814,4.99575,300,5,0,198,0,0,1), - (90304,123,0,383,0,-10790.6,1969.87,36.1528,0.369073,300,10,0,273,0,0,1), - (90305,501,0,413,0,-10619.6,1979.42,38.2408,4.66854,300,5,0,300,0,0,1), - (90306,114,0,378,0,-10122.9,1126.23,36.9085,1.48005,300,10,0,300,0,0,1), - (90307,114,0,378,0,-10240.5,1510.21,40.2542,0.064589,300,5,0,300,0,0,1), - (90308,501,0,413,0,-10652.7,1952.89,34.9043,2.10524,300,5,0,300,0,0,1), - (90309,123,0,383,0,-10559,1985.01,34.501,2.7272,300,5,0,273,0,0,1), - (90310,36,0,367,0,-10199.4,1026.92,36.2049,5.96341,300,0,0,222,0,0,0), - (90311,620,0,304,0,-10142.5,1048.42,36.8772,2.92152,300,5,0,1,0,0,1), - (90312,36,0,367,0,-10488.7,1842.12,38.4167,1.64574,300,5,0,222,0,0,1), - (90313,114,0,378,0,-10151.2,1114.41,36.8488,0.178735,300,5,0,300,0,0,1), - (90314,833,0,161,0,-9985.95,1712.09,34.5036,5.36701,300,10,0,222,0,0,1), - (90315,114,0,378,0,-10114.8,1156.42,36.4085,1.75826,300,10,0,300,0,0,1), - (90316,620,0,304,0,-10134.1,1068.69,36.4085,5.22293,300,5,0,1,0,0,1), - (90317,504,0,2332,0,-10207.9,1888.38,36.2056,4.00779,300,5,0,247,0,0,1), - (90318,1109,0,2305,0,-10315.2,1850.47,36.4893,0.036117,300,5,0,273,0,0,1), - (90319,114,0,378,0,-10184.7,1151.63,36.8419,3.01928,300,5,0,300,0,0,1), - (90320,504,0,2331,0,-10206.8,1908.32,37.0127,1.84446,300,0,0,247,0,0,0), - (90321,36,0,367,0,-10228.7,1864.02,37.0376,4.62633,300,10,0,222,0,0,1), - (90322,504,0,2331,0,-10179.3,1877.76,33.6748,5.42797,300,10,0,247,0,0,1), - (90323,2914,0,1206,0,-10191.5,1790.67,35.3037,3.38515,300,5,0,8,0,0,1), - (90324,199,0,410,0,-10017.6,1747.71,34.9165,4.98113,300,10,0,198,0,0,1), - (90325,157,0,3027,0,-10439.9,927.02,38.7766,1.55022,300,5,0,300,0,0,1), - (90326,500,0,374,0,-10081.2,1826.57,34.9028,2.86911,300,10,0,247,0,0,1), - (90327,117,0,175,0,-9864.96,1535.47,46.3233,2.64043,300,5,0,222,0,0,1), - (90328,500,0,374,0,-10059.2,1836.53,35.7428,1.60156,300,5,0,247,0,0,1), - (90329,199,0,410,0,-9784.17,1548.49,42.1891,3.36566,300,10,0,198,0,0,1), - (90330,117,0,175,0,-9852.19,1557.01,47.0733,3.81742,300,10,0,222,0,0,1), - (90331,7051,0,5813,0,-11147.4,512.539,32.6186,5.62169,300,0,0,613,0,0,2), - (90332,500,0,374,0,-9747.39,1514.89,44.2356,6.16084,300,10,0,247,0,0,1), - (90333,590,0,2341,0,-10933.8,1460.47,48.7216,1.89286,300,5,0,273,0,0,1), - (90334,589,0,2338,0,-10991.4,1470.56,43.2791,6.26153,300,5,0,263,710,0,1), - (90335,500,0,374,0,-9694.54,1440,48.7878,0.244346,300,0,0,247,0,0,0), - (90336,117,0,175,0,-9704.73,1430.36,46.9241,5.28899,300,5,0,222,0,0,1), - (90337,834,0,643,0,-10024.4,1048.16,37.4913,0.518662,300,10,0,198,0,0,1), - (90338,154,0,1105,0,-10898,957.335,37.7209,1.81891,300,5,0,356,0,0,1), - (90339,117,0,175,0,-9713.75,990.32,35.08,5.4891,300,10,0,222,0,0,1), - (90340,117,0,175,0,-9731.63,1015.78,37.9612,3.29885,300,10,0,222,0,0,1), - (90341,834,0,643,0,-10104,1078.55,37.6146,3.36202,300,5,0,198,0,0,1), - (90342,115,0,379,0,-10848.5,719.3,34.3037,3.79626,300,5,0,386,0,0,1), - (90343,95,0,4419,0,-10503.9,1246.24,69.0145,2.11859,300,5,0,222,0,0,1), - (90344,95,0,4418,0,-10488.6,1211.17,66.7095,1.08532,300,0,0,222,0,0,0), - (90345,2620,0,1072,0,-10422.7,1280.78,40.0873,0.034699,300,5,0,8,0,0,1), - (90346,1109,0,2305,0,-10714.9,1286.64,50.1084,4.79845,300,5,0,273,0,0,1), - (90347,114,0,378,0,-10286.1,1453.6,40.0664,2.13085,300,5,0,300,0,0,1), - (90348,504,0,2331,0,-10411.8,1346.22,55.3489,5.57445,300,0,0,247,0,0,0), - (90349,199,0,410,0,-10332.6,1321,54.9631,2.99763,300,5,0,198,0,0,1), - (90350,95,0,4418,0,-10352.5,1255.29,41.1085,1.37881,300,0,0,222,0,0,0), - (90351,589,0,2339,0,-11036.1,1508.33,43.285,3.01942,300,0,0,263,710,0,0), - (90352,115,0,379,0,-10843.4,755.434,33.8382,4.18403,300,10,0,386,0,0,1), - (90353,504,0,2332,0,-10319.7,1229.1,37.8693,5.39307,300,0,0,247,0,0,0), - (90354,95,0,4419,0,-10335.1,1239.62,39.4897,0,300,0,0,222,0,0,0), - (90355,95,0,4418,0,-10343.6,1223.4,40.3074,6.24828,300,0,0,222,0,0,0), - (90356,589,0,2338,0,-11062.2,1563.69,45.2017,1.58828,300,5,0,263,710,0,1), - (90357,114,0,378,0,-10186.4,1081.39,36.6235,0.454942,300,5,0,300,0,0,1), - (90358,589,0,2339,0,-11024.3,1514.33,43.1204,0.872665,300,0,0,263,710,0,0), - (90359,547,0,3035,0,-10728.1,952.895,47.0933,4.45072,300,5,0,356,0,0,1), - (90360,157,0,3027,0,-10887,1053.63,36.5773,2.93496,300,10,0,300,0,0,1), - (90361,157,0,3027,0,-10740.5,1283.42,43.0943,1.35901,300,10,0,300,0,0,1), - (90362,115,0,379,0,-10849.3,722.031,33.641,4.15077,300,5,0,386,0,0,1), - (90363,157,0,3027,0,-10778.6,1456.15,45.4044,2.87577,300,5,0,300,0,0,1), - (90364,624,0,10630,0,-11300.9,1586.12,34.9946,0.226893,600,3,0,1158,0,0,1), - (90365,157,0,3027,0,-10752.2,1778.75,38.51,5.58414,300,10,0,300,0,0,1), - (90366,623,0,11402,0,-11294.7,1590.64,34.3271,4.99164,600,3,0,1158,0,0,1), - (90367,124,0,384,0,-10845.6,1282.6,35.1159,6.26711,300,10,0,328,0,0,1), - (90368,154,0,1105,0,-10815.1,826.974,33.4187,4.97632,300,10,0,356,0,0,1), - (90369,157,0,3027,0,-10814.5,1217.77,34.5545,1.01204,300,5,0,300,0,0,1), - (90370,124,0,384,0,-10872.8,1191.88,33.6896,3.22245,300,10,0,328,0,0,1), - (90371,452,0,383,0,-10819,1278.98,33.0545,3.99741,300,10,0,356,0,0,1), - (90372,1109,0,2305,0,-10780.6,1250.47,33.246,0.03123,300,10,0,273,0,0,1), - (90373,115,0,379,0,-10821.3,884.51,33.1676,5.73659,300,10,0,386,0,0,1), - (90374,115,0,379,0,-10745.8,812.736,32.7199,1.74168,300,10,0,386,0,0,1), - (90375,1109,0,2305,0,-10852.8,1248.95,33.0545,3.60209,300,10,0,273,0,0,1), - (90376,452,0,383,0,-10808,1262.64,35.8889,2.97681,300,5,0,356,0,0,1), - (90381,36,0,367,0,-10225.2,1011.39,35.008,-0.341727,300,0,0,222,0,0,0), - (90382,515,0,441,0,-9622.4,1081.33,2.7283,3.61305,300,5,0,222,0,0,1), - (90383,1109,0,2305,0,-10881.8,1412.65,44.8244,4.65375,300,5,0,273,0,0,1), - (90384,154,0,1105,0,-10784.4,949.373,38.8371,2.61243,300,10,0,356,0,0,1), - (90385,126,0,983,0,-9623.71,1047.03,7.05488,4.99311,300,10,0,247,0,0,1), - (90386,115,0,379,0,-10781.4,836.458,33.0699,4.9312,300,10,0,386,0,0,1), - (90387,115,0,379,0,-10807.6,740.564,35.0015,0.021521,300,10,0,386,0,0,1), - (90388,449,0,2345,0,-10771.5,893.62,34.8924,3.28122,300,0,0,356,0,0,0), - (90389,449,0,2344,0,-10782.6,899.167,34.0699,4.59022,300,0,0,356,0,0,0), - (90390,126,0,983,0,-9592.13,1063.12,3.48064,3.70854,300,0,0,247,0,0,0), - (90391,8096,0,0,0,-10669.1,991.895,32.9575,1.7549,300,5,0,3588,0,0,1), - (90392,8096,0,0,0,-10659.2,1152.01,33.6756,2.27942,300,5,0,3588,0,0,1), - (90393,8096,0,0,0,-10612.4,1160.15,35.6722,4.09628,300,5,0,3588,0,0,1), - (90394,122,0,2342,0,-10758.7,889.913,36.1414,3.35103,300,0,0,386,0,0,0), - (90395,122,0,2342,0,-10758.1,895.212,36.1414,3.75246,300,0,0,386,0,0,0), - (90396,115,0,379,0,-10831.6,789.238,33.2247,2.21633,300,10,0,386,0,0,1), - (90397,480,0,514,0,-9843.64,979.916,29.2554,5.84814,300,10,0,176,0,0,1), - (90398,515,0,441,0,-9624.76,1130.52,2.57536,5.0729,300,5,0,222,0,0,1), - (90399,115,0,379,0,-10846.7,861.362,32.9449,0.96971,300,5,0,386,0,0,1), - (90400,515,0,441,0,-9635.75,1082.39,5.24759,3.01097,300,5,0,222,0,0,1), - (90401,480,0,514,0,-9884.94,1005.74,33.131,2.5922,300,5,0,176,0,0,1), - (90402,620,0,304,0,-10093.3,1053.26,37.1329,5.03173,300,5,0,1,0,0,1), - (90403,2620,0,1072,0,-10347.6,887.11,43.2591,2.59588,300,5,0,8,0,0,1), - (90404,620,0,304,0,-10090.8,1049.47,38.0079,2.01546,300,5,0,1,0,0,1), - (90405,126,0,983,0,-9615.98,1197.08,3.70593,5.01723,300,10,0,247,0,0,1), - (90406,2914,0,1206,0,-9881.45,1115.07,33.5527,1.65077,300,5,0,8,0,0,1), - (90407,199,0,410,0,-10326.8,1016.52,39.4294,6.27635,300,5,0,198,0,0,1), - (90408,620,0,304,0,-10101.1,1053.31,36.5544,1.38766,300,5,0,1,0,0,1), - (90409,504,0,2331,0,-10491.7,1217.69,67.2554,2.16764,300,5,0,247,0,0,1), - (90410,834,0,643,0,-10451.8,1248.44,51.8239,4.14907,300,5,0,198,0,0,1), - (90411,620,0,304,0,-10137.3,1213.84,36.7591,4.26919,300,5,0,1,0,0,1), - (90412,36,0,367,0,-10192.7,1015.97,38.2403,0,300,0,0,222,0,0,0), - (90413,573,0,548,0,-10225.6,1448.09,40.8255,4.23996,3600,7,0,484,0,0,1), - (90414,95,0,4419,0,-10483.3,1283.47,56.5457,1.22109,300,5,0,222,0,0,1), - (90415,504,0,2332,0,-10501.7,1243.17,69.58,2.62484,300,5,0,247,0,0,1), - (90416,36,0,367,0,-10219.1,1038.4,35.8961,4.10137,300,5,0,222,0,0,1), - (90417,36,0,367,0,-10238.5,1044.9,37.9416,3.62362,300,5,0,222,0,0,1), - (90418,36,0,367,0,-10246.4,1022.69,36.2457,2.97195,300,5,0,222,0,0,1), - (90419,504,0,2332,0,-10469.8,1345.15,45.7896,4.59022,300,0,0,247,0,0,0), - (90420,454,0,8871,0,-10447.7,1186.26,42.4983,0.674755,300,10,0,247,0,0,1), - (90421,95,0,4418,0,-10452.8,1317.79,44.2652,5.69995,300,5,0,222,0,0,1), - (90422,504,0,2331,0,-10455.7,1318.1,45.0161,1.61784,300,5,0,247,0,0,1), - (90423,834,0,643,0,-10476.7,1221.47,66.3223,4.20027,300,5,0,198,0,0,1), - (90424,454,0,8871,0,-10152.2,1482.07,41.8596,3.95675,300,5,0,247,0,0,1), - (90425,834,0,643,0,-10088,1088.4,38.4085,1.10722,300,5,0,198,0,0,1), - (90430,10000,33,0,0,-219.345,2154.02,81.2098,5.58505,43200,0,0,1782,0,0,0), - (90431,199,0,410,0,-10104.4,1322.3,42.5532,6.27733,300,10,0,198,0,0,1), - (90432,2914,0,1206,0,-10126.7,1266.86,38.3463,4.74168,300,5,0,8,0,0,1), - (90433,883,0,347,0,-9873.07,923.558,31.03,4.00715,300,10,0,1,0,0,1), - (90434,199,0,410,0,-10047.3,1182.14,39.5793,1.21699,300,10,0,198,0,0,1), - (90435,36,0,367,0,-10169.2,1278.08,37.2355,4.91583,300,10,0,222,0,0,1), - (90436,36,0,367,0,-10151.2,1313.34,38.8169,1.00027,300,10,0,222,0,0,1), - (90437,834,0,643,0,-9884.34,852.013,31.8458,0,300,10,0,198,0,0,1), - (90438,1976,0,3167,0,-8853.4,934.071,102.148,0.549144,350,0,0,5079,0,0,2), - (90439,2330,0,1471,0,-8856.26,741.91,100.666,2.15696,25,0,0,1240,0,0,2), - (90440,2331,0,252,0,-8856.1,740.346,100.655,2.09484,25,0,0,64,0,0,0), - (90441,2485,0,1470,0,-8991,845.411,29.621,1.752,430,0,0,3517,0,0,0), - (90442,2708,0,2968,0,-9009,846.395,105.842,0.048,540,0,0,2471,0,0,0), - (90443,3504,0,338,0,-8854.86,740.935,100.705,2.15696,25,0,0,64,0,0,0), - (90445,3627,0,1694,0,-9028.74,889.187,110.196,4.19386,180,0,0,166,0,0,2), - (90446,3628,0,1695,0,-9084,823.965,108.503,0.401,180,0,0,166,0,0,0), - (90447,4075,0,1141,0,-8989,1030.99,101.404,3.247,180,5,0,8,0,0,1), - (90448,4075,0,1141,0,-8983,1023.42,101.404,3.979,180,5,0,8,0,0,1), - (90449,4075,0,1141,0,-8969,1035.15,101.404,1.622,180,5,0,8,0,0,1), - (90450,4075,0,1141,0,-8842,983.172,98.477,5.702,180,5,0,8,0,0,1), - (90451,4075,0,1141,0,-8668,940.834,102.469,0.746,180,5,0,8,0,0,1), - (90452,4984,0,5078,0,-8779,1093.35,92.611,4.817,190,0,0,919,0,0,0), - (90453,4995,0,2989,0,-8793,831.376,97.643,0.113,540,0,0,2972,0,0,0), - (90454,4995,0,2989,0,-8790,828.412,97.643,0.567,540,0,0,2972,0,0,0), - (90455,4995,0,2989,0,-8787,823.427,97.642,0.976,540,0,0,2972,0,0,0), - (90456,4995,0,2989,0,-8785,819.921,97.641,1.198,540,0,0,2972,0,0,0), - (90457,4996,0,2985,0,-8756.34,814.008,97.6346,2.08007,540,0,0,3696,0,0,0), - (90458,5042,0,2993,0,-8760,814.872,97.635,6.156,310,0,0,1605,0,0,2), - (90459,5386,0,5081,0,-8851,830.246,104.696,2.193,180,0,0,644,0,0,0), - (90460,5495,0,3291,0,-8971,1029.9,101.487,2.967,540,0,0,2471,1620,0,0), - (90461,5496,0,3286,0,-8989,1033.89,101.487,6.056,430,0,0,3517,2103,0,0), - (90462,5497,0,3292,0,-8990,862.929,29.621,4.858,540,0,0,2471,1620,0,0), - (90463,5498,0,3293,0,-9007,885.181,29.621,3.938,430,0,0,3517,2103,0,0), - (90464,5502,0,3296,0,-8721,1175.5,98.342,3.626,310,0,0,2016,0,0,0), - (90465,5504,0,3300,0,-8776,1100.09,92.626,4.904,490,0,0,3139,2620,0,0), - (90466,5505,0,3301,0,-8742,1095.41,93.711,5.353,430,0,0,3517,2103,0,0), - (90467,5506,0,3302,0,-8751,1124.52,92.634,1.536,540,0,0,2471,1620,0,0), - (90468,5520,0,3316,0,-8975,1035.97,101.487,3.875,540,0,0,2471,3191,0,0), - (90469,5567,0,3444,0,-8958,815.571,109.447,3.762,310,0,0,1684,0,0,0), - (90470,5694,0,5076,0,-9010.79,876.605,148.617,4.73757,500,0,0,4079,6015,0,0), - (90471,6122,0,4867,0,-8983,1041.52,101.487,4.66,430,0,0,3517,4393,0,0), - (90472,6237,0,2989,0,-8792,829.447,97.642,0.311,540,0,0,2972,0,0,0), - (90473,6237,0,2989,0,-8787,836.693,98.196,0.305,540,0,0,2972,0,0,0), - (90474,6237,0,2989,0,-8786,822.293,97.725,1.03,540,0,0,2972,0,0,0), - (90475,6237,0,2989,0,-8782,823.13,100.482,1.047,540,0,0,2972,0,0,0), - (90476,6267,0,4951,0,-8962.71,1043.58,53.548,3.93008,190,0,0,919,1202,0,0), - (90477,7295,0,6061,0,-8756.84,972.561,98.7865,1.06461,310,0,1,2016,0,0,2), - (90478,9584,0,8809,0,-8976,1021.77,101.487,1.292,540,0,0,2972,0,0,0), - (90479,9977,0,9249,0,-8738,983.207,97.586,0.611,310,0,0,1605,0,0,0), - (90480,11397,0,11044,0,-8728,1102.96,92.603,3.875,310,0,0,1605,2175,0,0), - (90481,11827,0,11747,0,-8744.17,1060.43,90.0196,3.14535,310,0,0,2016,0,0,2), - (90482,11828,0,11746,0,-8745.13,1063.95,89.9337,3.15163,540,0,0,2471,0,0,2), - (90483,11916,0,1471,0,-8721,1137.16,90.761,3.481,250,0,0,1240,0,0,0), - (90484,14438,0,14492,0,-8752.66,984.545,97.9592,0.523878,350,0,1,9298,0,0,2), - (90487,8901,230,9288,0,1477.09,-433.062,-91.9711,2.67035,60,0,0,760,0,0,0), - (90488,8543,0,1693,0,2993.5,-3414.74,150.926,5.37561,345,0,0,3758,0,0,0), - (90489,8901,230,8755,0,1454.87,-451.984,-91.952,5.13127,60,0,0,760,0,0,0), - (90491,8901,230,9288,0,1461.99,-444.457,-91.9634,0.226893,60,0,0,760,0,0,0), - (90511,14223,0,5026,0,1153.34,-262.649,33.1925,3.13032,72000,0,0,1163,0,0,2), - (90513,8901,230,8755,0,1463.49,-441.138,-91.9661,5.11381,60,0,0,760,0,0,0), - (90514,8911,230,5488,0,1330.29,-499.318,-89.8003,1.46608,7200,0,0,7599,0,0,0), - (90515,8901,230,9289,0,1385.07,-442.853,-94.5913,4.5204,60,0,0,760,0,0,0), - (90516,8901,230,9288,0,1372.44,-443.276,-94.5913,0.471239,60,0,0,760,0,0,0), - (90517,8901,230,9290,0,1387.54,-441.535,-94.5913,0.558505,60,0,0,760,0,0,0), - (90519,8901,230,9289,0,1387.39,-445.746,-94.5913,2.09439,60,0,0,760,0,0,0), - (90520,8901,230,8755,0,1372.36,-429.011,-94.5913,0.558505,60,0,0,760,0,0,0), - (90521,8901,230,9290,0,1370.7,-426.248,-94.5913,1.41372,60,0,0,760,0,0,0), - (90522,8901,230,9289,0,1390.35,-444.429,-94.5913,4.17134,60,0,0,760,0,0,0), - (90523,8901,230,9288,0,1374.89,-426.135,-94.5913,2.51327,60,0,0,760,0,0,0), - (90524,8901,230,9289,0,1375.37,-446.558,-94.5913,5.55015,60,0,0,760,0,0,0), - (90525,8901,230,9288,0,1371.32,-445.236,-94.5913,1.97222,60,0,0,760,0,0,0), - (90526,8901,230,8755,0,1329.97,-448.636,-91.9246,4.46804,60,0,0,760,0,0,0), - (90527,8901,230,9289,0,1326.77,-443.608,-91.9312,3.28122,60,0,0,760,0,0,0), - (90528,8901,230,8755,0,1350.6,-446.162,-91.9467,6.14356,60,0,0,760,0,0,0), - (90529,8901,230,9289,0,1311.74,-461.614,-91.9524,3.28122,60,0,0,760,0,0,0), - (90530,8901,230,9288,0,1331.03,-443.818,-91.9295,6.03884,60,0,0,760,0,0,0), - (90531,8901,230,9289,0,1313.48,-442.15,-91.9254,2.47837,60,0,0,760,0,0,0), - (90532,8901,230,9290,0,1314.36,-458.797,-91.9436,5.48033,60,0,0,760,0,0,0), - (90533,8901,230,9288,0,1314.22,-438.777,-91.9259,6.00393,60,0,0,760,0,0,0), - (90534,8901,230,9289,0,1316.99,-439.793,-91.9165,1.53589,60,0,0,760,0,0,0), - (90535,8901,230,9290,0,1346.16,-449.806,-91.9373,2.54818,60,0,0,760,0,0,0), - (90536,8901,230,9290,0,1416.32,-433.632,-91.9349,1.85005,60,0,0,760,0,0,0), - (90537,8901,230,9289,0,1413.81,-432.722,-91.9394,1.06465,60,0,0,760,0,0,0), - (90538,8901,230,9289,0,1415.35,-429.179,-91.9433,4.60767,60,0,0,760,0,0,0), - (90539,8901,230,9289,0,1432.75,-437.7,-91.9339,3.31613,60,0,0,760,0,0,0), - (90540,8901,230,8755,0,1428.77,-411.007,-91.9347,0.453786,60,0,0,760,0,0,0), - (90541,8901,230,9290,0,1432.3,-408.596,-91.9337,3.90954,60,0,0,760,0,0,0), - (90542,8901,230,9288,0,1439.81,-425.127,-91.9286,3.00197,60,0,0,760,0,0,0), - (90543,8901,230,8755,0,1435.43,-422.761,-91.9284,5.74213,60,0,0,760,0,0,0), - (90544,8901,230,9289,0,1435.38,-426.302,-91.9223,0.331613,60,0,0,760,0,0,0), - (90545,8901,230,9288,0,1429.61,-437.877,-91.9352,6.24828,60,0,0,760,0,0,0), - (90546,8901,230,9288,0,1398.6,-541.89,-91.9433,5.65487,60,0,0,760,0,0,0), - (90547,8901,230,9290,0,1396.37,-521.767,-91.9285,0.977384,60,0,0,760,0,0,0), - (90548,8901,230,9288,0,1395.9,-537.116,-91.9296,5.0091,60,0,0,760,0,0,0), - (90549,8901,230,9288,0,1399.43,-519.463,-91.9285,5.70723,60,0,0,760,0,0,0), - (90550,8901,230,9288,0,1399.03,-524.913,-91.9285,3.1765,60,0,0,760,0,0,0), - (90551,8901,230,9290,0,1415.01,-520.726,-91.939,2.96706,60,0,0,760,0,0,0), - (90552,8901,230,9289,0,1412.68,-543.524,-91.948,0.244346,60,0,0,760,0,0,0), - (90553,8901,230,9288,0,1419.59,-524.833,-91.9493,0.610865,60,0,0,760,0,0,0), - (90554,8901,230,9288,0,1400.04,-537.496,-91.9307,3.71755,60,0,0,760,0,0,0), - (90555,8901,230,8755,0,1415.75,-540.3,-91.9501,3.92699,60,0,0,760,0,0,0), - (90556,8901,230,9290,0,1363.6,-374.809,-91.9429,3.12414,60,0,0,760,0,0,0), - (90557,8901,230,9290,0,1345.22,-359.163,-91.9198,1.20428,60,0,0,760,0,0,0), - (90558,8901,230,9290,0,1345.74,-343.003,-91.9495,2.46091,60,0,0,760,0,0,0), - (90559,8901,230,8755,0,1362.47,-378.021,-91.9411,0.925025,60,0,0,760,0,0,0), - (90560,8901,230,9289,0,1344.97,-340.83,-91.9575,5.13127,60,0,0,760,0,0,0), - (90561,8901,230,9288,0,1358.46,-357.282,-91.9277,4.85202,60,0,0,760,0,0,0), - (90562,8901,230,9288,0,1346.5,-376.991,-91.9222,2.00713,60,0,0,760,0,0,0), - (90563,8901,230,9290,0,1347.79,-374.283,-91.9199,5.95157,60,0,0,760,0,0,0), - (90564,8901,230,8755,0,1362.02,-361.091,-91.9255,3.56047,60,0,0,760,0,0,0), - (90565,8901,230,8755,0,1344.27,-362.935,-91.928,5.06145,60,0,0,760,0,0,0), - (90566,8901,230,9288,0,1288.89,-443.535,-91.9711,1.55334,60,0,0,760,0,0,0), - (90567,8901,230,9290,0,1293.76,-448.941,-91.9711,3.35103,60,0,0,760,0,0,0), - (90568,8901,230,9289,0,1290.45,-449.343,-91.9711,6.26573,60,0,0,760,0,0,0), - (90569,8901,230,9290,0,1298.25,-441.673,-91.9653,3.36848,60,0,0,760,0,0,0), - (90570,8901,230,9290,0,1284.06,-437.056,-91.9711,3.03687,60,0,0,760,0,0,0), - (90571,8901,230,8755,0,1294.32,-442.919,-91.9711,0.541052,60,0,0,760,0,0,0), - (90572,8901,230,9290,0,1297.13,-440.224,-91.9673,3.97935,60,0,0,760,0,0,0), - (90573,8901,230,8755,0,1281.69,-439.124,-91.9711,1.85005,60,0,0,760,0,0,0), - (90574,8901,230,9288,0,1289.53,-441.673,-91.9711,4.13643,60,0,0,760,0,0,0), - (90575,8901,230,9290,0,1280.16,-436.085,-91.9711,5.60251,60,0,0,760,0,0,0), - (90576,8901,230,9289,0,1446.07,-509.547,-91.9542,4.85202,60,0,0,760,0,0,0), - (90577,8901,230,9290,0,1449.34,-512.27,-91.9598,1.88496,60,0,0,760,0,0,0), - (90578,8901,230,9288,0,1432.87,-528.623,-91.9624,5.02655,60,0,0,760,0,0,0), - (90579,8901,230,9290,0,1445.12,-525.361,-91.9604,1.48353,60,0,0,760,0,0,0), - (90580,8901,230,9289,0,1449.1,-523.051,-91.9613,5.88176,60,0,0,760,0,0,0), - (90581,8901,230,9289,0,1431.91,-523.971,-91.9542,0.383972,60,0,0,760,0,0,0), - (90582,8901,230,9290,0,1446.47,-497.064,-91.9478,2.40855,60,0,0,760,0,0,0), - (90583,8901,230,8755,0,1448.77,-527.128,-91.9636,6.0912,60,0,0,760,0,0,0), - (90584,8901,230,9290,0,1450.16,-495.335,-91.9548,1.06465,60,0,0,760,0,0,0), - (90585,8901,230,8755,0,1450.44,-508.672,-91.9619,0.314159,60,0,0,760,0,0,0), - (154644,8920,230,0,0,781.008,46.79,-53.6518,3.52557,7200,0,0,2614,0,0,0), - (154643,8920,230,0,0,776.288,43.6711,-53.6518,0.418879,7200,0,0,2614,0,0,0), - (154642,8920,230,0,0,778.728,42.3766,-53.6518,2.19911,7200,0,0,2614,0,0,0), - (154641,8920,230,0,0,757.366,59.5952,-53.5933,0.837758,7200,0,0,2614,0,0,0), - (154640,8920,230,0,0,755.999,61.6141,-53.5721,6.21337,7200,0,0,2614,0,0,0), - (154639,8920,230,0,0,755.346,51.0896,-53.57,1.0472,7200,0,0,2614,0,0,0), - (154638,8900,230,0,0,759.628,61.429,-53.5742,3.21141,7200,0,0,2305,4896,0,0), - (154637,8920,230,0,0,793.538,-34.395,-53.631,5.28835,7200,0,0,2614,0,0,0), - (154636,8900,230,0,0,793.538,-34.395,-53.631,5.28835,7200,0,0,2305,4896,0,0), - (154635,8920,230,0,0,786.798,-42.1107,-53.6505,0.366519,7200,0,0,2614,0,0,0), - (90596,8904,230,8828,0,1406.05,-821.902,-91.8983,2.93215,7200,0,0,2471,5013,0,0), - (90597,8904,230,8828,0,1395.39,-816.384,-91.8982,5.67232,7200,0,0,2471,5013,0,0), - (90598,8915,230,8778,0,1398.54,-823.968,-91.8983,0.698132,7200,0,0,2634,2041,0,0), - (90599,8915,230,9025,0,1406.05,-816.533,-91.8983,3.97935,7200,0,0,2634,2041,0,0), - (90600,8903,230,8749,0,1354.93,-796.008,-85.0636,6.24828,7200,0,0,7842,0,0,0), - (90601,8899,230,0,0,1380.99,-793.052,-92.6402,5.88176,7200,10,0,7599,0,0,1), - (90602,8904,230,8826,0,1411.75,-799.675,-85.0696,3.66519,7200,0,0,2471,5013,0,0), - (90603,8904,230,8827,0,1406.5,-798.135,-85.0654,5.18363,7200,0,0,2471,5013,0,0), - (90604,8915,230,9025,0,1411.87,-804.099,-85.0692,2.54818,7200,0,0,2634,2041,0,0), - (90605,8915,230,8778,0,1406.52,-801.503,-85.0678,6.16101,7200,0,0,2634,2041,0,0), - (90606,8904,230,8828,0,1406.73,-722.535,-91.8983,3.92699,7200,0,0,2471,5013,0,0), - (90607,8904,230,8827,0,1401.37,-728.191,-91.8983,0.436332,7200,0,0,2471,5013,0,0), - (90608,8904,230,8825,0,1408.14,-728.471,-91.8983,2.75762,7200,0,0,2471,5013,0,0), - (90609,8904,230,8827,0,1404.44,-731.368,-91.8983,1.32645,7200,0,0,2471,5013,0,0), - (90610,8915,230,8779,0,1402.53,-723.347,-91.8983,5.25344,7200,0,0,2634,2041,0,0), - (90611,8899,230,8820,0,1408.95,-743.275,-85.0691,5.61996,7200,0,0,7599,0,0,0), - (90612,8904,230,8828,0,1352.93,-732.719,-91.8983,0.698132,7200,0,0,2471,5013,0,0), - (90613,8904,230,8825,0,1352.36,-726.895,-91.8983,0.034907,7200,0,0,2471,5013,0,0), - (90614,8904,230,8828,0,1358.75,-726.641,-91.8983,3.49066,7200,0,0,2471,5013,0,0), - (90615,8904,230,8828,0,1354.74,-723.03,-91.8983,5.39307,7200,0,0,2471,5013,0,0), - (90616,8904,230,8827,0,1356.95,-733.003,-91.8983,1.74533,7200,0,0,2471,5013,0,0), - (90617,8904,230,8825,0,1345.59,-799.74,-85.07,5.55015,7200,0,0,2471,5013,0,0), - (90618,8904,230,8827,0,1351.93,-802.79,-85.069,3.15905,7200,0,0,2471,5013,0,0), - (90619,8904,230,8825,0,1350.21,-799.457,-85.0696,4.36332,7200,0,0,2471,5013,0,0), - (90620,8915,230,8778,0,1349.8,-806.159,-85.0689,1.79769,7200,0,0,2634,2041,0,0), - (90621,8899,230,8820,0,1406.38,-791.195,-85.0604,5.32325,7200,0,0,7599,0,0,0), - (90622,8894,230,8752,0,804.024,-272.105,-43.1346,2.53073,7200,0,0,4980,9300,0,0), - (90623,8892,230,8718,0,769.13,-306.203,-43.3014,4.32842,7200,5,0,6876,0,0,1), - (90624,8896,230,8795,0,564.61,-273.643,-43.018,3.36848,7200,0,0,2466,1923,0,0), - (90625,8896,230,8793,0,556.481,-276.268,-43.018,0.401426,7200,0,0,2466,1923,0,0), - (90626,8896,230,8796,0,561.447,-270.267,-43.018,4.46804,7200,0,0,2466,1923,0,0), - (90627,8896,230,8796,0,552.692,-265.121,-43.018,5.35816,7200,0,0,2466,1923,0,0), - (90628,8897,230,8805,0,555.384,-268.208,-43.018,2.32129,7200,0,0,3082,0,0,0), - (90629,8894,230,8752,0,560.114,-279.083,-43.018,1.50098,7200,0,0,4980,9300,0,0), - (90630,8892,230,8718,0,818.215,-301.775,-43.21,2.70526,7200,0,0,6876,0,0,0), - (90631,8896,230,8793,0,913.611,-306.681,-49.854,4.06662,7200,0,0,2466,1923,0,0), - (90632,8896,230,8793,0,910.232,-309.776,-49.852,0.488692,7200,0,0,2466,1923,0,0), - (90633,8913,230,8776,0,913.444,-310.126,-49.856,2.3911,7200,0,0,4980,9300,0,0), - (90634,8897,230,8805,0,910.457,-307.054,-49.8484,5.44543,7200,0,0,3082,0,0,0), - (90635,8895,230,8753,0,907.283,-303.749,-49.8527,0.436332,7200,0,0,5886,3964,0,0), - (90636,8913,230,8777,0,910.216,-302.067,-49.8437,3.75246,7200,0,0,4980,9300,0,0), - (90637,8894,230,8752,0,795.499,-303.18,-43.2113,4.2586,7200,0,0,4980,9300,0,0), - (90638,8910,230,1070,0,654.851,-271.714,-43.0998,6.24828,7200,0,0,5691,3846,0,0), - (90639,8910,230,1070,0,657.492,-295.114,-43.2001,0.244346,7200,0,0,5691,3846,0,0), - (90640,8893,230,8757,0,782.223,-241.044,-43.2994,4.11218,7200,5,0,7113,0,0,1), - (90641,8896,230,8794,0,844.938,-332.622,-50.1994,3.40339,7200,0,0,2466,1923,0,0), - (90642,8896,230,8796,0,834.484,-314.541,-50.1949,6.03884,7200,0,0,2466,1923,0,0), - (90643,8896,230,8796,0,828.176,-326.792,-50.1981,2.07694,7200,0,0,2466,1923,0,0), - (90644,8913,230,8776,0,826.355,-321.649,-50.1874,4.90438,7200,0,0,4980,9300,0,0), - (90645,8913,230,8776,0,840.275,-333.673,-50.1994,0.191986,7200,0,0,4980,9300,0,0), - (90646,8914,230,9349,0,840.412,-316.446,-50.201,2.74017,7200,0,0,5886,3964,0,0), - (90647,8896,230,8795,0,798.29,-262.88,-43.1369,4.39823,7200,0,0,2466,1923,0,0), - (90648,8896,230,8796,0,794.885,-266.32,-43.1952,5.95157,7200,0,0,2466,1923,0,0), - (90649,8913,230,8772,0,802.795,-267.726,-43.1161,2.77507,7200,0,0,4980,9300,0,0), - (90650,8914,230,9347,0,797.579,-270.536,-43.1938,1.72788,7200,0,0,5886,3964,0,0), - (90651,8921,230,8180,0,605.192,44.4749,-74.0454,2.07537,7200,5,0,2672,0,0,1), - (90652,8921,230,8180,0,638.745,-50.3329,-73.8678,2.76303,7200,5,0,2672,0,0,1), - (90653,8895,230,8753,0,679.383,-126.595,-72.0897,4.34226,7200,0,0,5886,3964,0,0), - (90654,8893,230,8757,0,679.73,-127.493,-72.0882,3.87625,7200,0,0,7113,0,0,0), - (90655,8893,230,8757,0,680.267,-126.248,-72.0773,5.45412,7200,0,0,7113,0,0,0), - (90656,8893,230,8757,0,681.029,-125.095,-72.0637,4.13096,7200,0,0,7113,0,0,0), - (90657,8894,230,8752,0,677.519,-125.871,-72.1111,5.13357,7200,0,0,4980,9300,0,0), - (90658,8895,230,8753,0,662.677,192.024,-72.1815,4.99164,7200,0,0,5886,3964,0,0), - (90659,8893,230,8757,0,657.677,192.518,-72.1776,4.99164,7200,0,0,7113,0,0,0), - (90660,8894,230,8752,0,660.719,197.776,-72.105,4.99164,7200,0,0,4980,9300,0,0), - (90661,8893,230,8757,0,652.635,196.035,-72.1328,4.99164,7200,0,0,7113,0,0,0), - (90662,8892,230,8718,0,655.096,201.248,-72.1411,4.99164,7200,0,0,6876,0,0,0), - (90663,8910,230,1070,0,844.957,-204.539,-72.1765,4.06662,7200,0,0,5691,3846,0,0), - (90664,8910,230,1070,0,831.207,-228.417,-71.9635,1.13446,7200,0,0,5691,3846,0,0), - (90665,8910,230,1070,0,821.661,-174.748,-73.1141,4.08407,7200,0,0,5691,3846,0,0), - (90666,8910,230,1070,0,802.117,-207.665,-72.7428,1.13446,7200,0,0,5691,3846,0,0), - (90667,8895,230,8753,0,667.863,101.598,-73.7868,5.81195,7200,0,0,5886,3964,0,0), - (90668,8893,230,8757,0,675.326,103.708,-73.7868,2.51327,7200,0,0,7113,0,0,0), - (90669,8893,230,8757,0,673.552,100.529,-73.7868,2.58309,7200,0,0,7113,0,0,0), - (90670,8894,230,8752,0,671.665,97.1954,-73.7868,2.60054,7200,0,0,4980,9300,0,0), - (90671,8894,230,8752,0,669.753,93.8376,-73.7868,2.56563,7200,0,0,4980,9300,0,0), - (90672,8921,230,8180,0,743.215,-60.3527,-71.9954,2.42601,7200,0,0,2672,0,0,0), - (90673,8921,230,8180,0,741.428,-56.4887,-71.7187,2.89725,7200,0,0,2672,0,0,0), - (90674,8921,230,8180,0,741.113,-52.3226,-71.7261,3.52556,7200,0,0,2672,0,0,0), - (90675,8895,230,8753,0,651.705,61.2399,-73.8701,2.74017,7200,0,0,5886,3964,0,0), - (90676,8893,230,8757,0,648.766,68.2939,-73.8704,5.93412,7200,0,0,7113,0,0,0), - (90677,8893,230,8757,0,647.31,64.983,-73.8704,5.91667,7200,0,0,7113,0,0,0), - (90678,8894,230,8752,0,646.111,61.6754,-73.8704,5.8294,7200,0,0,4980,9300,0,0), - (90679,8894,230,8752,0,644.751,58.9224,-73.8704,5.81195,7200,0,0,4980,9300,0,0), - (90680,8895,230,8753,0,736.497,-58.9588,-71.8597,3.92699,7200,5,0,5886,3964,0,1), - (90681,8893,230,8757,0,737.386,-59.6062,-71.8446,5.31331,7200,5,0,7113,0,0,1), - (90682,8894,230,8752,0,735.496,-58.2871,-71.899,2.0785,7200,0,0,4980,9300,0,0), - (90683,8893,230,8757,0,739.326,-61.7872,-71.8094,5.29402,7200,0,0,7113,0,0,0), - (90684,8892,230,8718,0,733.669,-56.1304,-71.9675,2.07851,7200,0,0,6876,0,0,0), - (90685,8890,230,8758,0,291.353,-117.947,-69.8506,0.558505,7200,0,0,6414,0,0,0), - (90686,8921,230,8180,0,405.437,-73.7528,-62.0672,2.82692,7200,5,0,2672,0,0,1), - (90687,8921,230,8180,0,412.444,-78.1369,-62.4241,2.82692,7200,3,0,2672,0,0,1), - (90688,8921,230,8180,0,414.982,-76.8596,-62.6671,2.82692,7200,3,0,2672,0,0,1), - (90689,8891,230,8750,0,398.49,-111.579,-65.0967,4.81711,7200,0,0,6645,0,0,0), - (90690,8890,230,8758,0,393.839,-143.637,-64.8657,4.62512,7200,0,0,6414,0,0,0), - (90691,8890,230,8758,0,432.875,-116.073,-65.2243,3.90954,7200,0,0,6414,0,0,0), - (90692,8891,230,8750,0,379.509,-191.971,-69.718,3.40339,7200,0,0,6645,0,0,0), - (90693,8921,230,8180,0,460.844,-136.703,-63.6951,3.05433,7200,0,0,2672,0,0,0), - (90694,8921,230,8180,0,444.096,-82.7896,-63.7208,5.16617,7200,0,0,2672,0,0,0), - (90695,8912,230,9351,0,360.983,-162.008,-64.8657,3.03687,7200,0,0,5316,3614,0,0), - (90696,8890,230,8758,0,448.214,-90.3091,-62.1132,0,7200,0,0,6414,0,0,0), - (90697,8890,230,8758,0,447.884,-79.9526,-62.8283,6.16101,7200,0,0,6414,0,0,0), - (90698,8892,230,8718,0,589.415,-272.04,-81.5141,3.66308,7200,5,0,6876,0,0,1), - (90699,8921,230,8180,0,513.93,-205.457,-59.078,0.645772,7200,0,0,2672,0,0,0), - (90700,8921,230,8180,0,509.652,-193.653,-59.2962,3.87463,7200,0,0,2672,0,0,0), - (90701,8921,230,8180,0,512.527,-199.283,-59.5497,3.14159,7200,0,0,2672,0,0,0), - (90702,8891,230,8750,0,520.722,-241.035,-65.6437,2.28638,7200,0,0,6645,0,0,0), - (90703,8892,230,8718,0,517.187,-236.456,-64.4333,5.06145,7200,0,0,6876,0,0,0), - (90704,8891,230,8750,0,626.673,-125.045,-72.7928,2.9147,7200,0,0,6645,0,0,0), - (90705,8892,230,8718,0,501.992,-158.544,-61.9997,1.93731,7200,0,0,6876,0,0,0), - (90706,8891,230,8750,0,511.715,-155.045,-61.7997,1.93731,7200,0,0,6645,0,0,0), - (90707,8891,230,8750,0,625.554,-278.916,-83.8756,0.575959,7200,0,0,6645,0,0,0), - (90708,8891,230,8750,0,620.166,-123.232,-72.5403,5.95157,7200,0,0,6645,0,0,0), - (90709,8891,230,8750,0,668.684,-192.317,-77.4771,5.07891,7200,0,0,6645,0,0,0), - (90710,8892,230,8718,0,658.197,-230.126,-83.2209,2.82743,7200,0,0,6876,0,0,0), - (90711,8891,230,8750,0,628.884,-77.5238,-45.6328,6.24828,7200,0,0,6645,0,0,0), - (90712,8892,230,8718,0,610.951,-41.0554,-59.9744,0.506145,7200,0,0,6876,0,0,0), - (90713,8892,230,8718,0,572.037,-100.758,-44.9377,3.29867,7200,0,0,6876,0,0,0), - (90714,8891,230,8750,0,609.395,-99.6979,-45.7306,6.17846,7200,0,0,6645,0,0,0), - (90715,8892,230,8718,0,587.833,-37.9909,-59.9752,2.53073,7200,0,0,6876,0,0,0), - (90716,8909,230,2172,0,634.676,-77.5651,-45.6522,3.1765,7200,0,0,5316,3614,0,0), - (90717,8892,230,8718,0,582.3,-34.5938,-59.976,5.95157,7200,0,0,6876,0,0,0), - (90718,8891,230,8750,0,587.621,-35.401,-59.9758,3.03687,7200,0,0,6645,0,0,0), - (90719,8891,230,8750,0,631.341,-109.559,-45.947,1.50098,7200,0,0,6645,0,0,0), - (90720,8891,230,8750,0,669.019,-144.754,-46.1504,2.21657,7200,0,0,6645,0,0,0), - (90721,8899,230,8821,0,755.36,-52.1277,-46.1504,2.11185,7200,0,0,7599,0,0,0), - (90722,8898,230,8751,0,702.121,18.8661,-45.3756,1.6057,7200,0,0,6078,4082,0,0), - (90723,8911,230,5488,0,736.264,-12.5603,-46.1349,4.29351,7200,0,0,7599,0,0,0), - (90724,8911,230,5488,0,719.362,61.1917,-44.9377,4.53786,7200,0,0,7599,0,0,0), - (90725,8898,230,8751,0,718.242,57.3913,-44.9377,1.25664,7200,0,0,6078,4082,0,0), - (90726,8898,230,8751,0,677.94,-8.26589,-59.9756,6.0912,7200,0,0,6078,4082,0,0), - (90727,8911,230,5488,0,695.816,-15.7533,-45.6037,1.98968,7200,0,0,7599,0,0,0), - (90728,8911,230,0,0,754.091,-73.9451,-46.2159,0.84735,7200,0,0,7599,0,0,2), - (90729,8911,230,5488,0,983.66,-278.923,-116.411,2.10731,7200,5,0,7599,0,0,1), - (90730,8911,230,5488,0,1153.99,-313.59,-104.33,4.20332,7200,3,0,7599,0,0,1), - (90731,8911,230,5488,0,1140.18,-449.129,-104.768,1.11701,7200,0,0,7599,0,0,0), - (90732,8911,230,5488,0,1133.1,-444.435,-103.302,0.820305,7200,0,0,7599,0,0,0), - (90733,8911,230,5488,0,1129.12,-437.422,-102.162,0.523599,7200,0,0,7599,0,0,0), - (90734,8911,230,5488,0,941.022,-310.532,-116.235,1.64001,7200,5,0,7599,0,0,1), - (90735,8911,230,5488,0,1067.93,-264.695,-116.356,3.96163,7200,5,0,7599,0,0,1), - (90736,8911,230,5488,0,932.497,-250.361,-116.329,3.49474,7200,5,0,7599,0,0,1), - (90737,9554,230,8684,0,827.466,-163.1,-49.6699,5.48649,7200,0,0,6186,0,0,0), - (90738,9554,230,8682,0,873.906,-213.638,-42.6273,5.28143,7200,0,0,6186,0,0,0), - (90739,9547,230,8680,0,881.549,-209.784,-43.6204,5.08309,7200,0,0,1443,4140,0,0), - (90740,9545,230,8673,0,870.151,-144.163,-49.6742,2.64149,7200,0,0,2062,0,0,0), - (90741,9547,230,8679,0,889.815,-205.893,-42.6204,0.153653,7200,0,0,1443,4140,0,0), - (90742,9547,230,8678,0,880.795,-180.049,-43.8419,0.199057,7200,0,0,1443,4140,0,0), - (90743,9554,230,8684,0,817.96,-178.674,-49.6699,5.18238,7200,0,0,6186,0,0,0), - (90744,9545,230,8676,0,814.555,-172.168,-49.6699,2.39913,7200,0,0,2062,0,0,0), - (90745,9547,230,8678,0,882.36,-211.872,-43.6204,1.9415,7200,0,0,1443,4140,0,0), - (90746,9545,230,8675,0,831.84,-156.663,-49.6699,4.1155,7200,0,0,2062,0,0,0), - (90747,8901,230,9290,0,1449.1,-356.933,-91.9516,0.698132,60,0,0,760,0,0,0), - (90748,8901,230,9289,0,1451.08,-359.821,-91.9507,2.16421,60,0,0,760,0,0,0), - (90749,8901,230,8755,0,1451.37,-373.793,-91.9522,1.11701,60,0,0,760,0,0,0), - (90750,8901,230,8755,0,1446.42,-358.629,-91.9447,3.15905,60,0,0,760,0,0,0), - (90751,8901,230,8755,0,1449.33,-376.14,-91.9423,5.70723,60,0,0,760,0,0,0), - (90752,8901,230,9290,0,1434.49,-345.97,-91.9494,6.00393,60,0,0,760,0,0,0), - (90753,8901,230,9290,0,1437.55,-347.443,-91.9498,3.33358,60,0,0,760,0,0,0), - (90754,8901,230,9290,0,1447.86,-362.157,-91.9352,3.52556,60,0,0,760,0,0,0), - (90755,8901,230,9289,0,1437.16,-344.403,-91.9564,1.74533,60,0,0,760,0,0,0), - (90756,8901,230,9290,0,1439.42,-345.833,-91.9542,3.21141,60,0,0,760,0,0,0), - (90757,8901,230,8755,0,1387.19,-340.844,-91.9594,1.36136,60,0,0,760,0,0,0), - (90758,8901,230,9288,0,1388.51,-344.325,-91.9437,1.88496,60,0,0,760,0,0,0), - (90759,8901,230,8755,0,1408.35,-317.216,-91.9711,6.17846,60,0,0,760,0,0,0), - (90760,8901,230,8755,0,1411.07,-340.772,-91.9624,1.85005,60,0,0,760,0,0,0), - (90761,8901,230,9288,0,1402.7,-321.739,-91.9711,1.71042,60,0,0,760,0,0,0), - (90762,8901,230,9290,0,1404.83,-335.749,-91.9711,0.20944,60,0,0,760,0,0,0), - (90763,8901,230,8755,0,1384.89,-345.137,-91.9401,1.88496,60,0,0,760,0,0,0), - (90764,8901,230,9289,0,1403.56,-316.788,-91.9711,3.59538,60,0,0,760,0,0,0), - (90765,8901,230,8755,0,1406.49,-322.95,-91.9711,0.733038,60,0,0,760,0,0,0), - (90766,8901,230,9289,0,1411.33,-335.588,-91.9711,3.7001,60,0,0,760,0,0,0), - (90767,8911,230,5488,0,1431.44,-500.01,-89.4362,1.6057,7200,0,0,7599,0,0,0), - (90768,8901,230,9289,0,1460.5,-398.741,-91.9575,5.5676,60,0,0,760,0,0,0), - (90769,8901,230,8755,0,1463.34,-401.115,-91.9648,2.46091,60,0,0,760,0,0,0), - (90770,8901,230,8755,0,1473.22,-407.831,-91.9711,5.51524,60,0,0,760,0,0,0), - (90771,8901,230,9290,0,1458.13,-410.033,-91.9568,5.68977,60,0,0,760,0,0,0), - (90772,8901,230,8755,0,1472.62,-410.55,-91.9711,0.418879,60,0,0,760,0,0,0), - (90773,8901,230,9288,0,1476.19,-409.867,-91.9711,2.87979,60,0,0,760,0,0,0), - (90774,8901,230,9288,0,1453.25,-402.258,-91.9396,4.2586,60,0,0,760,0,0,0), - (90775,8901,230,9288,0,1460.94,-410.054,-91.9618,3.42085,60,0,0,760,0,0,0), - (90776,8901,230,9289,0,1459.87,-412.546,-91.9599,1.98968,60,0,0,760,0,0,0), - (90777,8901,230,9290,0,1451.35,-405.777,-91.94,1.0472,60,0,0,760,0,0,0), - (90778,8901,230,9290,0,1414.42,-379.054,-92.0089,1.29743,60,5,0,760,0,0,1), - (90779,8901,230,9288,0,1410.26,-400.791,-92.0192,2.49214,60,5,0,760,0,0,1), - (90780,8901,230,8755,0,1411.16,-390.771,-92.028,1.60551,60,5,0,760,0,0,1), - (90781,8901,230,9289,0,1411.16,-390.666,-92.0282,1.80175,60,5,0,760,0,0,1), - (90782,14224,0,6889,0,-7276.23,-3448.95,305.128,1.234,72000,0,0,1585,0,0,0), - (90783,14275,0,3763,0,-1338.05,-1230.47,49.9036,0.681901,72000,0,0,2477,756,0,0), - (90784,8901,230,9289,0,1409.72,-405.018,-92.0262,2.53054,60,5,0,760,0,0,1), - (90785,14279,0,1091,0,-845.132,-168.46,34.0456,3.46221,72000,0,0,664,0,0,0), - (90786,8901,230,9289,0,1412.69,-403.34,-92.0274,2.31446,60,5,0,760,0,0,1), - (90787,8901,230,9288,0,1288.26,-422.558,-91.9711,1.64061,60,0,0,760,0,0,0), - (90788,8901,230,9288,0,1299.73,-410.206,-91.9629,1.76278,60,0,0,760,0,0,0), - (90789,8901,230,9288,0,1287.83,-411.418,-91.9711,0.436332,60,0,0,760,0,0,0), - (90790,8901,230,9289,0,1297.11,-407.795,-91.9676,0.174533,60,0,0,760,0,0,0), - (90791,8901,230,9288,0,1289.59,-418.553,-91.9711,4.24115,60,0,0,760,0,0,0), - (90792,8901,230,8755,0,1298.68,-405.128,-91.9648,4.93928,60,0,0,760,0,0,0), - (90793,8901,230,9289,0,1287.11,-419.346,-91.9711,5.20108,60,0,0,760,0,0,0), - (90794,8901,230,9289,0,1290.35,-409.823,-91.9711,3.9968,60,0,0,760,0,0,0), - (90795,8901,230,9288,0,1301.29,-406.926,-91.9601,3.36848,60,0,0,760,0,0,0), - (90796,8901,230,9288,0,1289.27,-412.676,-91.9711,1.37881,60,0,0,760,0,0,0), - (90797,8901,230,9289,0,1321.94,-408.211,-91.9303,5.07891,60,0,0,760,0,0,0), - (90798,8901,230,8755,0,1342.11,-412.866,-91.9267,2.9147,60,0,0,760,0,0,0), - (90799,8901,230,8755,0,1346.39,-416.705,-91.9305,3.10669,60,0,0,760,0,0,0), - (90800,8901,230,9290,0,1321.19,-411.758,-91.9271,4.57276,60,0,0,760,0,0,0), - (90801,8901,230,9288,0,1348.39,-413.741,-91.9281,1.50098,60,0,0,760,0,0,0), - (90802,8901,230,8755,0,1345.47,-411.218,-91.8676,2.68781,60,0,0,760,0,0,0), - (90803,8901,230,9290,0,1328.63,-391.593,-91.9182,1.5708,60,0,0,760,0,0,0), - (90804,8901,230,9288,0,1343.56,-416.644,-91.9291,1.6057,60,0,0,760,0,0,0), - (90805,15348,509,15742,0,-8824.54,1629.52,20.446,5.83658,259200,5,0,333100,0,0,1), - (90806,8901,230,9288,0,1330.69,-397.53,-91.9254,4.83456,60,0,0,760,0,0,0), - (90807,8901,230,8755,0,1325.71,-394.043,-91.9178,6.24828,60,0,0,760,0,0,0), - (154634,8900,230,0,0,786.798,-42.1107,-53.6505,0.366519,7200,0,0,2305,4896,0,0), - (154633,8920,230,0,0,804.537,50.8482,-53.5804,0.139626,7200,0,0,2614,0,0,0), - (154632,8900,230,0,0,804.537,50.8482,-53.5804,0.139626,7200,0,0,2305,4896,0,0), - (154631,8920,230,0,0,809.952,49.7623,-53.559,1.22173,7200,0,0,2614,0,0,0), - (154630,8900,230,0,0,809.952,49.7623,-53.559,1.22173,7200,0,0,2305,4896,0,0), - (154629,8920,230,0,0,760.166,55.6209,-53.6182,3.24631,7200,0,0,2614,0,0,0), - (154628,8900,230,0,0,760.166,55.6209,-53.6182,3.24631,7200,0,0,2305,4896,0,0), - (154627,8920,230,0,0,756.6,52.5513,-53.5831,3.90954,7200,0,0,2614,0,0,0), - (154626,8900,230,0,0,756.6,52.5513,-53.5831,3.90954,7200,0,0,2305,4896,0,0), - (154625,8920,230,0,0,756.804,55.0023,-53.5866,0.715585,7200,0,0,2614,0,0,0), - (90818,8896,230,8795,0,855.581,-259.655,-49.8527,2.16421,7200,0,0,2466,1923,0,0), - (90819,8896,230,8796,0,850.493,-257.247,-49.8662,0.314159,7200,0,0,2466,1923,0,0), - (90820,8913,230,8774,0,858.027,-255.867,-49.8766,3.22886,7200,0,0,4980,9300,0,0), - (90821,8897,230,8805,0,855.256,-254.566,-49.8781,3.87463,7200,0,0,3082,0,0,0), - (90822,8895,230,8753,0,852.219,-258.57,-49.8635,1.11701,7200,0,0,5886,3964,0,0), - (90823,8913,230,8774,0,851.562,-253.153,-49.8903,5.23599,7200,0,0,4980,9300,0,0), - (90824,8896,230,8795,0,753.228,-273.44,-42.7627,3.63029,7200,0,0,2466,1923,0,0), - (90825,8913,230,8777,0,741.527,-274.972,-42.7518,6.17846,7200,0,0,4980,9300,0,0), - (90826,8910,230,1070,0,753.022,-277.616,-42.7704,2.72271,7200,0,0,5691,3846,0,0), - (90827,8922,230,8181,0,745.672,-277.552,-42.7518,0.506145,7200,0,0,3293,0,0,0), - (90828,8910,230,0,0,861.324,-258.804,-49.8696,4.42832,7200,0,0,5691,3846,0,2), - (90829,8896,230,8793,0,592.506,-280.569,-43.018,5.48033,7200,0,0,2466,1923,0,0), - (90830,8896,230,8795,0,597.112,-279.821,-43.0185,4.50295,7200,0,0,2466,1923,0,0), - (90831,8896,230,8795,0,595.024,-289.124,-43.021,1.32645,7200,0,0,2466,1923,0,0), - (90832,8913,230,8776,0,592.006,-285.288,-43.0193,0.20944,7200,0,0,4980,9300,0,0), - (90833,8913,230,8776,0,600.961,-282.715,-43.02,3.47321,7200,0,0,4980,9300,0,0), - (90834,8914,230,9346,0,600.32,-288.004,-43.0215,2.42601,7200,0,0,5886,3964,0,0), - (90835,8896,230,8795,0,774.097,-303.192,-43.2171,4.99164,7200,0,0,2466,1923,0,0), - (90836,8896,230,8793,0,779.096,-311.473,-43.2155,2.14675,7200,0,0,2466,1923,0,0), - (90837,8896,230,8796,0,770.35,-310.941,-43.2168,1.02974,7200,0,0,2466,1923,0,0), - (90838,8922,230,8181,0,774.727,-316.716,-43.216,1.58825,7200,0,0,3293,0,0,0), - (90839,8895,230,8753,0,671.831,-34.9277,-73.3114,0.244346,7200,5,0,5886,3964,0,1), - (90840,8893,230,8757,0,667.567,-33.3695,-73.3112,3.28122,7200,5,0,7113,0,0,1), - (90841,8893,230,8757,0,671.155,-30.151,-73.3134,3.28122,7200,0,0,7113,0,0,0), - (90842,8893,230,8757,0,664.043,-28.4768,-73.2895,3.28122,7200,0,0,7113,0,0,0), - (90843,8894,230,8752,0,667.517,-25.1782,-73.8748,3.28122,7200,0,0,4980,9300,0,0), - (90844,8910,230,1070,0,870.18,-239.327,-71.6776,4.06662,7200,0,0,5691,3846,0,0), - (90845,8910,230,1070,0,863.806,-250.834,-71.6756,1.29154,7200,0,0,5691,3846,0,0), - (90846,8921,230,8180,0,361.558,-58.3851,-66.7057,2.49582,7200,3,0,2672,0,0,1), - (90847,8890,230,8758,0,411.087,-167.735,-63.4654,1.24097,7200,5,0,6414,0,0,1), - (90848,8921,230,8180,0,457.554,-140.79,-63.8145,1.78024,7200,0,0,2672,0,0,0), - (90849,8921,230,8180,0,324.618,-212.014,-78.2142,0.698132,7200,0,0,2672,0,0,0), - (90850,8890,230,8758,0,355.669,-161.649,-64.8657,6.24828,7200,0,0,6414,0,0,0), - (90851,8921,230,8180,0,357.462,-58.0399,-67.3812,1.20428,7200,3,0,2672,0,0,1), - (90852,8921,230,8180,0,384.864,-78.3217,-63.991,1.65806,7200,3,0,2672,0,0,1), - (90853,8921,230,8180,0,339.123,-76.1179,-70.3924,4.71239,7200,3,0,2672,0,0,1), - (90854,8912,230,8792,0,264.449,-149.725,-72.5408,0.907571,7200,0,0,5316,3614,0,0), - (90855,8921,230,8180,0,409.205,-184.321,-63.7488,3.89351,7200,3,0,2672,0,0,1), - (90856,8921,230,8180,0,413.92,-181.62,-63.0163,4.07896,7200,3,0,2672,0,0,1), - (90857,8921,230,8180,0,413.496,-178.817,-62.9655,4.07896,7200,3,0,2672,0,0,1), - (90858,8892,230,8718,0,555.58,-274.545,-75.6066,2.77507,7200,0,0,6876,0,0,0), - (90859,8891,230,8750,0,635.098,-158.922,-70.9624,2.53073,7200,0,0,6645,0,0,0), - (90860,8921,230,8180,0,620.124,-276.787,-83.7964,1.32645,7200,0,0,2672,0,0,0), - (90861,8921,230,8180,0,626.244,-272.318,-83.9212,5.46288,7200,0,0,2672,0,0,0), - (90862,8909,230,2172,0,633.261,-267.149,-83.2195,1.8675,7200,0,0,5316,3614,0,0), - (90863,8892,230,8718,0,648.608,-195.776,-76.3168,1.62316,7200,0,0,6876,0,0,0), - (90864,8891,230,8750,0,632.435,-154.188,-70.7046,5.23599,7200,0,0,6645,0,0,0), - (90865,8892,230,8718,0,606.65,-262.916,-83.4854,2.9147,7200,0,0,6876,0,0,0), - (90866,8891,230,8750,0,634.684,-252.648,-83.508,4.04995,7200,0,0,6645,0,0,0), - (90867,8921,230,8180,0,627.172,-261.771,-83.8865,3.85347,7200,5,0,2672,0,0,1), - (90868,8921,230,8180,0,627.38,-258.95,-83.75,3.85346,7200,5,0,2672,0,0,1), - (90869,8891,230,8750,0,605.884,-264.782,-83.2414,2.79253,7200,0,0,6645,0,0,0), - (90870,8892,230,8718,0,556.167,-248.163,-70.6092,2.49582,7200,0,0,6876,0,0,0), - (90872,8892,230,8718,0,663.407,-154.398,-73.7731,2.30383,7200,0,0,6876,0,0,0), - (90873,15370,509,15654,0,-9235.98,1234.07,-63.6578,2.06274,259200,3,0,666250,471600,0,1), - (90874,8891,230,8750,0,594.625,-54.522,-59.9678,3.56047,7200,0,0,6645,0,0,0), - (90875,8891,230,8750,0,594.451,-56.6109,-59.96,3.00197,7200,0,0,6645,0,0,0), - (90876,8891,230,8750,0,666.213,-142.887,-46.1504,6.02139,7200,0,0,6645,0,0,0), - (90877,8892,230,8718,0,609.441,-97.7691,-45.7332,5.5676,7200,0,0,6876,0,0,0), - (90878,8909,230,2172,0,628.139,-57.0865,-59.9761,0.820305,7200,0,0,5316,3614,0,0), - (90879,8909,230,2172,0,629.227,-73.7156,-45.5453,5.34071,7200,0,0,5316,3614,0,0), - (90880,8892,230,8718,0,630.975,-105.554,-45.9517,5.0091,7200,0,0,6876,0,0,0), - (90881,9545,230,8673,0,824.958,-166.388,-49.6699,4.27777,7200,0,0,2062,0,0,0), - (90882,9545,230,8673,0,881.499,-163.228,-49.6754,3.72741,7200,0,0,2062,0,0,0), - (90883,9545,230,8673,0,857.768,-162.738,-49.6717,6.04803,7200,0,0,2062,0,0,0), - (90884,9547,230,8679,0,877.84,-205.968,-43.6204,2.24715,7200,0,0,1443,4140,0,0), - (90885,9545,230,8676,0,866.556,-195.949,-43.6204,5.48534,7200,0,0,2062,0,0,0), - (90886,9547,230,8680,0,887.628,-208.3,-43.6204,2.07571,7200,0,0,1443,4140,0,0), - (90887,9545,230,8673,0,830.263,-157.607,-49.6699,0.53946,7200,0,0,2062,0,0,0), - (90888,9554,230,8683,0,872.504,-210.763,-42.6134,2.4924,7200,0,0,6186,0,0,0), - (90889,9545,230,8675,0,861.362,-167.823,-49.6724,2.18598,7200,0,0,2062,0,0,0), - (90890,9547,230,8680,0,862.89,-200.193,-43.6204,3.4411,7200,0,0,1443,4140,0,0), - (90891,15369,509,15431,0,-9698.38,1535.55,21.444,0.752699,259200,0,0,333100,0,0,0), - (154624,8900,230,0,0,756.804,55.0023,-53.5866,0.715585,7200,0,0,2305,4896,0,0), - (90893,15339,509,15432,0,-9493.6,2030.27,105.48,5.52243,259200,0,0,499650,0,0,0), - (154623,8920,230,0,0,759.862,58.2598,-53.6085,3.9619,7200,0,0,2614,0,0,0), - (154622,8900,230,0,0,759.862,58.2598,-53.6085,3.9619,7200,0,0,2305,4896,0,0), - (90896,8921,230,8180,0,414.346,-166.139,-63.4666,3.40339,7200,0,0,2672,0,0,0), - (90897,8912,230,8790,0,379.964,-81.4252,-64.2487,6.02139,7200,0,0,5316,3614,0,0), - (90898,8921,230,8180,0,401.246,-113.082,-65.2232,4.45059,7200,0,0,2672,0,0,0), - (90899,8912,230,8792,0,340.143,-117.05,-64.8657,5.09636,7200,0,0,5316,3614,0,0), - (90900,8921,230,8180,0,409.773,-196.003,-64.7748,4.15388,7200,0,0,2672,0,0,0), - (90901,8890,230,8758,0,333.292,-195.188,-78.2226,0.087266,7200,0,0,6414,0,0,0), - (90902,8912,230,8790,0,375.964,-107.817,-64.8657,2.75762,7200,0,0,5316,3614,0,0), - (90903,8890,230,8758,0,318.265,-62.8067,-75.1536,3.35103,7200,0,0,6414,0,0,0), - (90904,8890,230,8758,0,407.555,-200.144,-65.3298,0.122173,7200,0,0,6414,0,0,0), - (90905,8921,230,8180,0,288.343,-92.9883,-75.5968,0.610865,7200,0,0,2672,0,0,0), - (90906,8892,230,8718,0,583.082,-286.592,-82.1588,6.0912,7200,0,0,6876,0,0,0), - (90907,8892,230,8718,0,587.938,-289.647,-82.7068,2.21657,7200,0,0,6876,0,0,0), - (90908,8909,230,2172,0,616.278,-125.476,-71.6701,2.07694,7200,0,0,5316,3614,0,0), - (90909,15340,509,15392,0,-8845.52,2260.14,21.4697,4.64258,259200,0,0,346450,26200,0,0), - (90910,8909,230,2172,0,621.573,-127.696,-72.6036,1.67552,7200,0,0,5316,3614,0,0), - (90911,8909,230,2172,0,544.167,-246.6,-69.259,2.47837,7200,0,0,5316,3614,0,0), - (90912,8891,230,8750,0,554.463,-276.653,-75.6805,2.49582,7200,0,0,6645,0,0,0), - (90913,8892,230,8718,0,506.061,-196.933,-60.0154,4.99164,7200,0,0,6876,0,0,0), - (90914,8892,230,8718,0,668.841,-197.608,-78.1925,1.5708,7200,0,0,6876,0,0,0), - (90915,8892,230,8718,0,549.315,-272.307,-74.053,5.53269,7200,0,0,6876,0,0,0), - (90916,8921,230,8180,0,587.865,-124.758,-68.555,5.95941,7200,5,0,2672,0,0,1), - (90917,8921,230,8180,0,569.831,-120.727,-63.9959,1.65336,7200,5,0,2672,0,0,1), - (90918,8921,230,8180,0,569.464,-124.601,-64.0841,4.46512,7200,5,0,2672,0,0,1), - (90919,8892,230,8718,0,670.192,-196.127,-78.0563,1.95477,7200,0,0,6876,0,0,0), - (90921,6247,1,4931,0,-2252.13,-2373.95,91.6672,0.72806,180,0,0,2471,3191,0,0), - (90949,8605,0,7900,0,2797.16,-4364.2,110.099,5.8108,345,5,0,3644,0,0,1), - (90950,8598,0,9022,0,2903.81,-4436.71,92.4263,6.0964,345,10,0,3758,0,0,1), - (90951,8605,0,7900,0,3022.37,-4657.69,104.42,3.42472,345,2,0,3644,0,0,1), - (90952,8598,0,9022,0,2921.14,-4743.69,92.997,4.11654,345,10,0,3758,0,0,1), - (90953,8603,0,7898,0,2160.88,-3434.14,134.903,2.04668,345,5,0,3293,0,0,1), - (90954,15162,0,10343,0,1600.94,-5310.35,68.8158,5.88176,610,0,0,9432,0,0,0), - (90955,9451,0,10415,0,1663.3,-5589.9,101.873,2.25148,610,0,0,5490,5013,0,0), - (90956,15162,0,10343,0,1590.73,-5303.4,68.7325,4.67248,610,0,0,9432,0,0,0), - (90957,9449,0,10388,0,1633.8,-4819.98,85.2058,3.80482,610,0,0,6078,2041,0,0), - (90958,9447,0,10378,0,1548.28,-5256.06,114.1,3.44915,610,5,0,5886,1982,0,1), - (90959,8602,0,7897,0,2932.84,-4808.11,97.6322,5.85969,345,10,0,3643,0,0,1), - (90960,8602,0,7897,0,3039.67,-4595.09,127.985,4.82488,345,5,0,3643,0,0,1), - (90961,8605,0,7900,0,2801.62,-4268.73,90.5152,2.05325,345,10,0,3644,0,0,1), - (90962,8605,0,7900,0,3081.34,-4080.8,100.457,6.20204,345,10,0,3644,0,0,1), - (90963,8598,0,9022,0,3066.33,-4487.64,112.663,3.23349,345,10,0,3758,0,0,1), - (90964,8605,0,7900,0,2829.96,-4641.01,90.0825,5.21626,345,10,0,3644,0,0,1), - (90965,8534,0,7854,0,1976.21,-3969.38,124.619,2.51079,345,10,0,3420,0,0,1), - (90966,8596,0,7890,0,1529.17,-3145.83,104.608,3.1121,345,5,0,3189,0,0,1), - (90967,9447,0,10376,0,1658.46,-5211.95,95.7524,1.65806,610,0,0,5886,1982,0,0), - (90968,9448,0,10396,0,1547.64,-5561.78,100.884,4.27606,610,0,0,6477,2163,0,0), - (90969,8598,0,9022,0,3020.79,-4600.44,110.05,4.49488,345,0,0,3758,0,0,0), - (90970,8600,0,7894,0,1794.45,-2721.07,87.324,5.58557,345,5,0,3189,0,0,1), - (90971,8596,0,7890,0,1746.07,-2679.6,75.8655,0.986825,345,5,0,3189,0,0,1), - (90972,8600,0,7894,0,1504.1,-3911.78,156.512,1.36707,345,5,0,3189,0,0,1), - (90973,8600,0,7894,0,1722.54,-2850.23,81.8359,1.69632,345,3,0,3189,0,0,1), - (90974,8600,0,7894,0,1736.7,-4849.7,93.6362,4.18052,345,5,0,3189,0,0,1), - (90975,10814,229,10116,0,31.706,-293.848,110.947,3.18881,7200,0,0,23688,0,0,0), - (90976,10814,229,10116,0,30.8434,-278.412,110.945,3.18881,7200,0,0,23688,0,0,0), - (91010,9547,230,8680,0,868.526,-161.386,-49.6733,5.34704,7200,0,0,1443,4140,0,0), - (91011,9545,230,8674,0,885.785,-208.74,-42.6968,3.6626,7200,0,0,2062,0,0,0), - (91012,9545,230,8676,0,855.058,-206.511,-43.6204,2.05573,7200,0,0,2062,0,0,0), - (91013,9545,230,8673,0,886.978,-178.802,-43.8419,5.17016,7200,0,0,2062,0,0,0), - (91014,9545,230,8674,0,822.791,-171.055,-49.6699,1.18745,7200,0,0,2062,0,0,0), - (91015,9545,230,8676,0,832.374,-162.472,-49.6699,3.26892,7200,0,0,2062,0,0,0), - (91016,9545,230,8674,0,879.558,-181.069,-43.8419,0.68901,7200,0,0,2062,0,0,0), - (91017,9545,230,8676,0,854.052,-204.601,-43.6204,1.73405,7200,0,0,2062,0,0,0), - (91018,9545,230,8674,0,861.847,-141.616,-49.6727,3.48803,7200,0,0,2062,0,0,0), - (91019,9545,230,8674,0,874.108,-205.199,-43.6204,4.78717,7200,0,0,2062,0,0,0), - (91020,9039,230,8687,0,1281.14,-282.151,-78.1359,2.25148,43200,0,0,12954,17304,0,0), - (91021,9034,230,8690,0,1246.18,-189.969,-85.5895,4.66003,43200,0,0,9409,10585,0,0), - (91022,9037,230,8689,0,1226.69,-246.124,-85.5903,0.820305,43200,0,0,12146,0,0,0), - (91023,9040,230,8688,0,1236.55,-291.534,-78.1351,0.750492,43200,0,0,12146,0,0,0), - (91024,9036,230,8692,0,1272.32,-199.817,-85.5905,3.92699,43200,0,0,9716,12978,0,0), - (91025,9035,230,8686,0,1215.05,-220.656,-85.5903,0.034907,43200,0,0,11763,0,0,0), - (91026,9038,230,8691,0,1286.56,-253.331,-78.0612,3.00197,43200,0,0,9716,10815,0,0), - (91027,8912,230,8792,0,428.594,-110.903,-65.2933,3.7001,7200,0,0,5316,3614,0,0), - (91028,8912,230,8792,0,292.555,-119.086,-69.6539,0.767945,7200,0,0,5316,3614,0,0), - (91029,8912,230,9351,0,269.104,-144.251,-71.4673,3.90954,7200,0,0,5316,3614,0,0), - (91030,8921,230,8180,0,377.659,-197.328,-70.0497,3.4383,7200,0,0,2672,0,0,0), - (91031,8912,230,9350,0,322.894,-214.787,-77.9576,2.72271,7200,0,0,5316,3614,0,0), - (91032,8921,230,8180,0,408.616,-120.045,-65.5316,3.44326,7200,5,0,2672,0,0,1), - (91033,8921,230,8180,0,411.14,-121.354,-65.6602,3.44326,7200,5,0,2672,0,0,1), - (91034,8921,230,8180,0,412.455,-118.851,-65.7562,3.59174,7200,5,0,2672,0,0,1), - (91035,8921,230,8180,0,314.176,-67.12,-76.779,2.75762,7200,3,0,2672,0,0,1), - (91036,8891,230,8750,0,412.821,-198.187,-64.484,3.89208,7200,0,0,6645,0,0,0), - (91037,8890,230,8758,0,350.881,-114.001,-64.8657,2.75762,7200,0,0,6414,0,0,0), - (91038,8891,230,8750,0,369.105,-217.883,-72.9747,3.40339,7200,0,0,6645,0,0,0), - (91039,8892,230,8718,0,551.262,-244.794,-70.0144,5.72468,7200,0,0,6876,0,0,0), - (91040,8891,230,8750,0,630.827,-155.526,-70.8703,5.55015,7200,0,0,6645,0,0,0), - (91041,8892,230,8718,0,584.481,-284.765,-82.188,5.74213,7200,0,0,6876,0,0,0), - (91042,8891,230,8750,0,508.853,-203.9,-59.7728,2.05949,7200,0,0,6645,0,0,0), - (91043,9547,230,8680,0,824.328,-169.636,-49.6699,3.88715,7200,0,0,1443,4140,0,0), - (91044,9547,230,8679,0,872.038,-166.157,-49.674,3.70043,7200,0,0,1443,4140,0,0), - (91045,9545,230,8676,0,886.146,-205.619,-43.6204,4.59701,7200,0,0,2062,0,0,0), - (91046,9547,230,8678,0,879.805,-164.352,-49.6752,2.58739,7200,0,0,1443,4140,0,0), - (91047,9547,230,8679,0,824.262,-167.408,-49.6699,0.972107,7200,0,0,1443,4140,0,0), - (91048,9554,230,8683,0,871.039,-209.651,-43.6204,6.03945,7200,0,0,6186,0,0,0), - (91049,9545,230,8673,0,878.393,-158.174,-49.6749,4.01626,7200,0,0,2062,0,0,0), - (91050,9547,230,8680,0,825.521,-183.547,-49.6699,2.56911,7200,0,0,1443,4140,0,0), - (91051,9547,230,8678,0,872.964,-170.985,-49.6743,1.7603,7200,0,0,1443,4140,0,0), - (91052,9547,230,8680,0,860.675,-161.887,-49.6721,3.42633,7200,0,0,1443,4140,0,0), - (91053,8912,230,8792,0,268.93,-148.171,-72.0263,2.09439,7200,0,0,5316,3614,0,0), - (91054,8890,230,8758,0,367.161,-152.572,-64.8657,4.50295,7200,0,0,6414,0,0,0), - (91055,8921,230,8180,0,296.548,-178.945,-75.7617,1.20428,7200,0,0,2672,0,0,0), - (91056,8921,230,8180,0,361.272,-216.971,-73.9869,5.46288,7200,0,0,2672,0,0,0), - (91057,8891,230,8750,0,363.466,-219.268,-73.5822,0.226893,7200,0,0,6645,0,0,0), - (91058,8890,230,8758,0,463.29,-141.633,-61.7728,0.628319,7200,0,0,6414,0,0,0), - (91059,8890,230,8758,0,457.141,-134.561,-63.3908,0.541052,7200,0,0,6414,0,0,0), - (91060,8891,230,8750,0,336.952,-79.8091,-70.5937,0.174533,7200,0,0,6645,0,0,0), - (91061,8921,230,8180,0,310.019,-68.7645,-77.1066,3.92699,7200,3,0,2672,0,0,1), - (91062,8891,230,8750,0,368.065,-106.67,-64.8657,5.81195,7200,0,0,6645,0,0,0), - (91063,8921,230,8180,0,299.555,-181.906,-75.8201,2.60054,7200,0,0,2672,0,0,0), - (91064,9547,230,8679,0,853.469,-201.064,-43.6204,6.21552,7200,0,0,1443,4140,0,0), - (91065,9547,230,8679,0,829.004,-164.674,-49.6699,0.578797,7200,0,0,1443,4140,0,0), - (91066,9547,230,8680,0,875.766,-203.385,-42.6759,5.38874,7200,0,0,1443,4140,0,0), - (91067,9547,230,8679,0,819.488,-161.968,-49.6699,5.60345,7200,0,0,1443,4140,0,0), - (91068,9547,230,8679,0,858.882,-201.43,-43.6204,4.06716,7200,0,0,1443,4140,0,0), - (91069,9547,230,8679,0,887.81,-180.491,-43.8419,3.0787,7200,0,0,1443,4140,0,0), - (91070,9545,230,8674,0,889.16,-204.451,-43.6204,3.51151,7200,0,0,2062,0,0,0), - (91071,9554,230,8683,0,811.107,-169.004,-49.6699,0.698433,7200,0,0,6186,0,0,0), - (91072,8912,230,8792,0,390.639,-149.944,-64.8657,1.02974,7200,0,0,5316,3614,0,0), - (91073,8921,230,8180,0,322.011,-64.4407,-74.6726,0.715585,7200,3,0,2672,0,0,1), - (91074,8921,230,8180,0,317.751,-66.824,-75.8529,1.16937,7200,3,0,2672,0,0,1), - (91075,8891,230,8750,0,425.896,-112.526,-65.4491,0.523599,7200,0,0,6645,0,0,0), - (91076,8921,230,8180,0,346.808,-117.731,-64.8657,0,7200,0,0,2672,0,0,0), - (91077,8890,230,8758,0,285.181,-91.5213,-75.9695,1.11701,7200,0,0,6414,0,0,0), - (91078,8921,230,8180,0,292.127,-113.515,-70.4735,1.8675,7200,0,0,2672,0,0,0), - (91079,8921,230,8180,0,444.406,-87.2027,-63.5874,3.01942,7200,0,0,2672,0,0,0), - (91080,8891,230,8750,0,333.729,-193.407,-78.0487,5.5676,7200,0,0,6645,0,0,0), - (91081,8912,230,9350,0,398.882,-115.906,-65.0732,1.65806,7200,0,0,5316,3614,0,0), - (91082,8912,230,9350,0,366.36,-159.031,-64.8657,1.55334,7200,0,0,5316,3614,0,0), - (91083,8891,230,8750,0,428.882,-117.745,-65.4328,0.20944,7200,0,0,6645,0,0,0), - (91084,8890,230,8758,0,418.939,-78.2689,-63.3344,2.68535,7200,5,0,6414,0,0,1), - (91085,8921,230,8180,0,417.213,-79.65,-63.078,2.68535,7200,3,0,2672,0,0,1), - (91086,8921,230,8180,0,419.908,-78.7446,-63.5041,2.68535,7200,3,0,2672,0,0,1), - (91087,8912,230,9351,0,341.329,-121.958,-64.8657,1.98968,7200,0,0,5316,3614,0,0), - (91088,8890,230,8758,0,301.846,-179.006,-76.5046,2.30383,7200,0,0,6414,0,0,0), - (91089,8890,230,8758,0,409.59,-166.914,-63.3368,0.959931,7200,0,0,6414,0,0,0), - (91090,8891,230,8750,0,265.419,-141.633,-72.2014,5.20108,7200,0,0,6645,0,0,0), - (91091,8912,230,8790,0,342.093,-78.5387,-70.1344,3.4383,7200,0,0,5316,3614,0,0), - (91092,8912,230,9351,0,288.483,-85.904,-76.8867,4.08407,7200,0,0,5316,3614,0,0), - (91093,8921,230,8180,0,305.766,-184.201,-76.1861,2.19912,7200,0,0,2672,0,0,0), - (91094,8912,230,8790,0,298.077,-174.663,-76.2563,5.39307,7200,0,0,5316,3614,0,0), - (91095,8912,230,9350,0,395.502,-148.546,-64.8657,2.02458,7200,0,0,5316,3614,0,0), - (91096,8891,230,8750,0,337.919,-194.808,-77.8851,3.22886,7200,0,0,6645,0,0,0), - (91097,8890,230,8758,0,312.018,-64.6422,-76.3635,0.349066,7200,0,0,6414,0,0,0), - (91098,8912,230,9351,0,369.389,-110.626,-64.8657,0.872665,7200,0,0,5316,3614,0,0), - (91099,8890,230,8758,0,381.634,-128.1,-64.949,0.267563,7200,5,0,6414,0,0,1), - (91100,8921,230,8180,0,379.1,-126.667,-64.949,0.284797,7200,5,0,2672,0,0,2), - (91101,8921,230,8180,0,377.742,-129.148,-64.949,0.284794,7200,5,0,2672,0,0,2), - (91102,8891,230,8750,0,409.172,-48.9517,-63.8794,2.46091,7200,0,0,6645,0,0,0), - (91103,8921,230,8180,0,383.455,-192.244,-68.4789,2.3911,7200,0,0,2672,0,0,0), - (91104,8921,230,8180,0,402.918,-108.497,-65.1381,1.65806,7200,0,0,2672,0,0,0), - (91105,8891,230,8750,0,319.164,-212.623,-77.9837,5.65487,7200,0,0,6645,0,0,0), - (47646,8904,230,0,0,1345.29,-806.316,-85.0695,0.750492,7200,0,0,2471,5013,0,0), - (47648,8904,230,0,0,1420.51,-737.976,-85.0699,5.13127,7200,0,0,2471,5013,0,0), - (91108,8901,230,9290,0,1331.46,-527.201,-91.9598,2.6529,60,0,0,760,0,0,0), - (91109,8901,230,8755,0,1316.12,-523.707,-91.9594,0.366519,60,0,0,760,0,0,0), - (91110,8901,230,9290,0,1432.48,-414.189,-91.9976,1.80106,60,5,0,760,0,0,1), - (91111,14281,0,3616,0,206.328,-857.004,154.551,3.46221,72000,10,0,617,0,0,1), - (91112,8901,230,9289,0,1429.08,-415.548,-91.9992,1.72027,60,5,0,760,0,0,1), - (91113,14424,0,631,0,-2959.56,-1368.08,9.03206,1.69779,72000,0,0,734,0,0,0), - (91114,14433,0,8834,0,-4008.25,-911.646,9.2131,0.598236,72000,0,0,974,0,0,0), - (91119,9956,230,9309,0,1431.38,-462.241,-91.9348,5.18363,600,0,0,760,0,0,0), - (91120,9956,230,9309,0,1382,-528.688,-91.9619,2.00053,600,5,0,760,0,0,2), - (91256,11668,409,12231,0,1186.97,-657.141,-128.659,6.27447,9000,2,0,94320,0,0,1), - (91257,11666,409,1070,0,591.331,-1117.53,-201.014,4.48725,7200,5,0,78600,0,0,1), - (91258,12076,409,5781,0,596.868,-1115.3,-201.147,5.83845,7200,5,0,78600,0,0,1), - (91259,11667,409,5488,0,602.164,-1108.45,-200.179,4.88692,7200,0,0,78600,0,0,0), - (91260,12076,409,5781,0,601.514,-1097.16,-199.893,4.83456,7200,0,0,78600,0,0,0), - (91261,11666,409,1070,0,642.003,-786.758,-208.58,2.44346,7200,0,0,78600,0,0,0), - (91262,12076,409,5781,0,643.823,-794.082,-208.566,5.63741,7200,0,0,78600,0,0,0), - (91263,11667,409,5488,0,637.097,-798.358,-208.49,0.131364,7200,5,0,78600,0,0,1), - (91264,12076,409,5781,0,633.751,-791.522,-208.518,1.46613,7200,5,0,78600,0,0,1), - (91265,11666,409,1070,0,729.186,-906.097,-191.914,4.13643,7200,0,0,78600,0,0,0), - (91266,12100,409,12163,0,726.876,-917.076,-190.949,3.71755,7200,0,0,80925,0,0,0), - (91267,11667,409,5488,0,733.841,-924.863,-189.597,2.94961,7200,0,0,78600,0,0,0), - (91268,11666,409,1070,0,590.424,-853.008,-207.868,5.26646,7200,5,0,78600,0,0,1), - (91269,12076,409,5781,0,597.516,-850.352,-207.671,1.9327,7200,5,0,78600,0,0,1), - (91270,11667,409,5488,0,602.401,-854.669,-207.867,1.20428,7200,0,0,78600,0,0,0), - (91271,12076,409,5781,0,607.364,-853.57,-207.906,0.837758,7200,0,0,78600,0,0,0), - (91272,11668,409,12231,0,639.971,-1131.11,-198.953,5.8294,9000,2,0,94320,0,0,1), - (91273,11668,409,12231,0,1100.03,-669.224,-154.407,1.87077,9000,2,0,94320,0,0,1), - (91274,11668,409,12231,0,1140.03,-583.332,-112.802,0.156878,9000,2,0,94320,0,0,1), - (91275,11668,409,12231,0,900.52,-1029.9,-190.77,3.64774,9000,2,0,94320,0,0,1), - (91276,11668,409,12231,0,664.365,-1149.93,-128.038,4.55531,9000,2,0,94320,0,0,1), - (91277,11666,409,1070,0,679.887,-801.288,-209.007,5.0091,7200,0,0,78600,0,0,0), - (91278,12100,409,12163,0,675.76,-809.343,-208.948,1.82725,7200,5,0,80925,0,0,1), - (91279,11667,409,5488,0,678.907,-819.517,-208.923,6.04179,7200,5,0,78600,0,0,1), - (91280,11668,409,12231,0,1092.77,-648.297,-152.55,2.1293,9000,2,0,94320,0,0,1), - (91281,11668,409,12231,0,829.7,-639.79,-203.339,0.855211,9000,2,0,94320,0,0,1), - (91282,11668,409,12231,0,857.474,-555.603,-202.618,5.93412,9000,2,0,94320,0,0,1), - (91283,11668,409,12231,0,984.985,-674.37,-195.695,2.23402,9000,2,0,94320,0,0,1), - (91284,11668,409,12231,0,862.858,-627.298,-201.089,1.09956,9000,2,0,94320,0,0,1), - (91285,11668,409,12231,0,874.957,-550.344,-203.103,5.67232,9000,2,0,94320,0,0,1), - (91286,11666,409,1070,0,646.236,-753.202,-208.774,2.59938,7200,5,0,78600,0,0,1), - (91287,12076,409,5781,0,654.018,-756.168,-208.804,6.14356,7200,0,0,78600,0,0,0), - (91288,11667,409,5488,0,656.034,-746.308,-208.809,2.63545,7200,0,0,78600,0,0,0), - (91289,12076,409,5781,0,660.771,-750.896,-208.888,1.48353,7200,0,0,78600,0,0,0), - (91290,11666,409,1070,0,607.937,-765.307,-208.098,5.42797,7200,0,0,78600,0,0,0), - (91291,12100,409,12163,0,603.954,-771.479,-207.873,5.10807,7200,5,0,80925,0,0,1), - (91292,11667,409,5488,0,598.65,-775.852,-207.261,0.471749,7200,5,0,78600,0,0,1), - (91293,11668,409,12231,0,1016.78,-751.844,-156.017,2.1293,9000,2,0,94320,0,0,1), - (91294,10678,289,10007,0,149.884,149.281,109.646,5.48033,7200,3,0,3758,0,0,1), - (91295,11257,289,11161,0,146.752,178.424,109.562,0.046656,7200,5,0,7107,4738,0,1), - (91296,11257,289,11123,0,149.615,156.854,109.651,0.959931,7200,0,0,7107,4738,0,0), - (91297,10678,289,10007,0,104.586,186.871,109.534,5.09636,7200,3,0,3758,0,0,1), - (91298,10678,289,10007,0,122.315,173.168,109.598,1.25664,7200,3,0,3758,0,0,1), - (91299,10678,289,10007,0,130.224,182.606,109.626,2.9147,7200,3,0,3758,0,0,1), - (91300,10678,289,10007,0,120.882,183.79,109.581,4.29351,7200,3,0,3758,0,0,1), - (91301,10678,289,10007,0,137.731,166.521,109.659,0.226893,7200,3,0,3758,0,0,1), - (91302,11257,289,11123,0,129.537,166.542,109.543,4.11946,7200,5,0,7107,4738,0,1), - (91303,10678,289,10007,0,144.941,153.085,109.687,3.63029,7200,3,0,3758,0,0,1), - (91304,10481,289,10976,0,241.345,4.23123,84.9242,5.06145,7200,0,0,1436,0,0,0), - (91305,10480,289,10978,0,238.547,-0.144423,84.9242,1.90241,7200,0,0,3876,0,0,0), - (91306,10481,289,10976,0,251.031,7.45606,85.1254,1.44862,7200,0,0,1436,0,0,0), - (91307,10480,289,10972,0,240.676,11.1521,85.3117,4.97419,7200,0,0,3876,0,0,0), - (91308,10480,289,10972,0,233.106,0.343533,84.9242,0.10472,7200,0,0,3876,0,0,0), - (91309,10480,289,10978,0,246.748,3.51986,84.9242,5.09636,7200,0,0,3876,0,0,0), - (91310,10480,289,10978,0,240.238,-5.23893,84.9242,0.872665,7200,0,0,3876,0,0,0), - (91311,10480,289,10978,0,237.612,-10.2393,85.3117,1.0821,7200,0,0,3876,0,0,0), - (91312,10475,289,11161,0,118.303,115.577,101.587,4.92183,7200,0,0,17226,0,0,0), - (91313,10475,289,11161,0,126.328,81.184,101.868,3.7001,7200,0,0,17226,0,0,0), - (91314,10475,289,11134,0,113.776,68.9133,99.8338,3.89208,7200,0,0,17226,0,0,0), - (91315,10475,289,11134,0,120.956,97.073,101.359,0.349066,7200,0,0,17226,0,0,0), - (91316,10475,289,11135,0,118.181,113.647,101.827,1.51844,7200,0,0,17226,0,0,0), - (91317,10475,289,11161,0,123.5,99.3146,102.006,4.2586,7200,0,0,17226,0,0,0), - (91318,10475,289,11136,0,133.769,82.9655,102.423,1.32645,7200,0,0,17226,0,0,0), - (91319,10475,289,11136,0,105.698,88.6083,98.2769,1.65846,7200,0,0,17226,0,0,0), - (91320,10475,289,11135,0,95.2852,76.5092,97.7875,5.37561,7200,0,0,17226,0,0,0), - (91321,10475,289,11134,0,107.033,106.829,99.1358,2.35619,7200,0,0,17226,0,0,0), - (91322,10469,289,11161,0,213.422,145.911,109.723,2.47837,7200,0,0,6891,6867,0,0), - (91323,10477,289,11163,0,214.567,171.183,109.723,4.10152,7200,0,0,6891,6867,0,0), - (91324,10498,289,3942,0,183.815,113.239,109.723,1.8675,7200,0,0,6891,6867,0,0), - (91325,10477,289,11154,0,189.25,171.59,109.847,2.09439,7200,0,0,6891,6867,0,0), - (91326,10477,289,11163,0,276.195,150.866,109.868,2.61799,7200,0,0,6891,6867,0,0), - (91327,11551,289,11178,0,219.244,134.258,109.723,6.26573,7200,5,0,8613,0,0,2), - (91328,10469,289,11148,0,242.655,165.943,109.739,0.349066,7200,0,0,6891,6867,0,0), - (91329,10469,289,11161,0,237.077,166.516,109.729,1.53589,7200,0,0,6891,6867,0,0), - (91330,10477,289,11163,0,243.902,164.119,109.742,1.15192,7200,0,0,6891,6867,0,0), - (91331,10477,289,11156,0,173.588,169.633,109.642,2.26893,7200,0,0,6891,6867,0,0), - (91332,10487,289,11489,0,198.665,172.76,109.879,4.34587,7200,5,0,6891,6867,0,2), - (91333,10469,289,11161,0,235.725,141.804,109.728,3.49066,7200,0,0,6891,6867,0,0), - (91334,10477,289,11163,0,230.069,140.256,109.723,0.925025,7200,0,0,6891,6867,0,0), - (91335,10477,289,11156,0,232.765,140.263,109.724,2.6529,7200,0,0,6891,6867,0,0), - (91336,10476,289,11152,0,249.607,103.293,110.033,3.33358,7200,0,0,6681,6723,0,0), - (91337,10476,289,11161,0,246.102,124.054,109.808,4.86947,7200,0,0,6681,6723,0,0), - (91338,11582,289,11129,0,273.496,102.927,110.055,5.96903,7200,0,0,6891,6867,0,0), - (91339,10489,289,7848,0,240.817,75.5046,110.056,4.76475,7200,5,0,8352,0,0,2), - (91340,11582,289,11128,0,243.487,80.5749,110.055,0,7200,0,0,6891,6867,0,0), - (91341,10471,289,11146,0,196.023,19.6622,115.048,4.99164,7200,0,0,6681,6723,0,0), - (91342,10471,289,11173,0,167.219,25.5763,115.791,5.41052,7200,0,0,6681,6723,0,0), - (91343,10470,289,11164,0,223.767,-17.6511,115.791,4.31096,7200,0,0,5847,16020,0,0), - (91344,10471,289,11145,0,239.267,25.2639,115.805,0.593412,7200,0,0,6681,6723,0,0), - (91345,10471,289,11146,0,204.741,-9.72721,115.791,3.49066,7200,0,0,6681,6723,0,0), - (91346,10470,289,11131,0,202.461,-9.18804,115.791,4.90438,7200,0,0,5847,16020,0,0), - (91347,10470,289,11132,0,200.975,-11.6222,115.791,0.593412,7200,0,0,5847,16020,0,0), - (91348,10470,289,11131,0,193.834,-5.09538,115.791,1.09956,7200,0,0,5847,16020,0,0), - (91349,10499,289,3942,0,180.948,-18.5781,115.791,6.23082,7200,0,0,6891,6867,0,0), - (91350,10499,289,3942,0,196.108,16.1789,115.079,1.91986,7200,0,0,6891,6867,0,0), - (91351,10499,289,3942,0,192.673,-7.89915,115.703,6.24093,7200,5,0,6891,6867,0,2), - (91352,10489,289,7848,0,198.386,64.2557,128.518,1.44862,7200,0,0,8352,0,0,0), - (91353,4075,289,1141,0,171.185,175.499,109.692,4.34587,7200,0,0,8,0,0,0), - (91354,4075,289,1141,0,268.033,132.074,97.8099,3.83972,7200,0,0,8,0,0,0), - (91355,4075,289,1141,0,231.545,5.2781,74.4135,4.88692,7200,0,0,8,0,0,0), - (91356,4075,289,1141,0,161.914,51.8159,115.791,2.89725,7200,3,0,8,0,0,1), - (91357,4075,289,1141,0,162.617,29.4026,90.3063,3.33358,7200,0,0,8,0,0,0), - (91358,4075,289,1141,0,137.01,45.3373,102.825,2.75762,7200,0,0,8,0,0,0), - (91359,4075,289,1141,0,185.247,126.31,140.785,0.00236,7200,0,0,8,0,0,0), - (91360,4075,289,1141,0,143.032,5.50201,89.0359,4.92183,7200,0,0,8,0,0,0), - (91361,4075,289,1141,0,187.813,111.283,110.953,2.1293,7200,0,0,8,0,0,0), - (91362,4075,289,1141,0,212.551,129.168,109.742,0.296706,7200,0,0,8,0,0,0), - (91363,10678,289,10007,0,153.062,163.835,109.625,1.44862,7200,3,0,3758,0,0,1), - (91364,10678,289,10007,0,129.969,160.768,109.626,2.72271,7200,3,0,3758,0,0,1), - (91365,11257,289,11122,0,112.373,178.641,109.518,1.13787,7200,5,0,7107,4738,0,1), - (91366,10678,289,10007,0,130.652,149.997,109.623,3.78736,7200,3,0,3758,0,0,1), - (91367,10678,289,10007,0,151.169,174.608,109.679,5.8294,7200,3,0,3758,0,0,1), - (91368,10678,289,10007,0,114.498,148.609,109.6,5.48033,7200,3,0,3758,0,0,1), - (91369,10678,289,10007,0,112.499,167.13,109.591,4.18879,7200,3,0,3758,0,0,1), - (91370,10475,289,11135,0,123.571,95.8893,101.615,1.98968,7200,0,0,17226,0,0,0), - (91371,10475,289,11136,0,110.395,87.146,99.8255,5.75959,7200,0,0,17226,0,0,0), - (91372,10469,289,11149,0,216.049,168.212,109.723,3.01942,7200,0,0,6891,6867,0,0), - (91373,10470,289,11131,0,170.584,25.0902,115.791,3.52556,7200,0,0,5847,16020,0,0), - (91374,14861,289,10925,0,164.891,-1.12663,115.791,0.117518,7200,5,0,15090,14916,0,2), - (91375,10489,289,7848,0,203.679,64.6575,128.518,1.53589,7200,0,0,8352,0,0,0), - (91376,10489,289,7848,0,191.084,79.743,128.518,0.628319,7200,0,0,8352,0,0,0), - (91377,10499,289,3942,0,201.055,60.2982,115.791,0.471239,7200,0,0,6891,6867,0,0), - (91378,10471,289,11145,0,218.686,-8.55881,115.791,2.93215,7200,0,0,6681,6723,0,0), - (91379,10470,289,11133,0,181.189,-17.0533,115.791,5.72468,7200,0,0,5847,16020,0,0), - (91380,10471,289,11173,0,230.383,-1.70041,115.791,0.087266,7200,0,0,6681,6723,0,0), - (91381,10499,289,3942,0,212.651,9.72721,115.791,2.51327,7200,0,0,6891,6867,0,0), - (91382,10470,289,11133,0,174.938,5.5529,115.791,3.47321,7200,0,0,5847,16020,0,0), - (91383,4075,289,1141,0,224.044,143.561,97.8099,5.20108,7200,0,0,8,0,0,0), - (154688,10495,289,0,0,179.126,94.6681,104.8,0,7200,3,0,8613,0,0,1), - (91385,4075,289,1141,0,192.153,-29.1752,90.3064,6.00393,7200,0,0,8,0,0,0), - (91386,4075,289,1141,0,123.75,107.031,101.668,6.16101,7200,0,0,8,0,0,0), - (91387,4075,289,1141,0,203.548,-1.26436,89.0165,1.5975,7200,5,0,8,0,0,1), - (91388,4075,289,1141,0,194.77,-12.3419,75.646,1.18682,7200,0,0,8,0,0,0), - (91389,4075,289,1141,0,280.445,97.9125,95.8223,1.51915,7200,5,0,8,0,0,1), - (91390,4075,289,1141,0,212.519,120.629,110.953,1.8326,7200,0,0,8,0,0,0), - (91391,4075,289,1141,0,167.056,-14.5257,75.6153,1.32645,7200,0,0,8,0,0,0), - (91392,4075,289,1141,0,269.691,-1.02604,75.3334,0.471239,7200,0,0,8,0,0,0), - (91393,10470,289,11131,0,161.358,45.2051,115.791,2.98451,7200,0,0,5847,16020,0,0), - (91394,4075,289,1141,0,235.544,137.169,110.953,3.14773,7200,5,0,8,0,0,1), - (91395,4075,289,1141,0,151.034,17.9137,90.3063,4.79965,7200,0,0,8,0,0,0), - (91396,4075,289,1141,0,168.2,10.1825,75.645,5.72468,7200,0,0,8,0,0,0), - (91397,4075,289,1141,0,77.3862,103.767,97.5706,6.21337,7200,0,0,8,0,0,0), - (91398,4075,289,1141,0,177.147,143.539,109.649,1.58773,7200,5,0,8,0,0,1), - (91399,4075,289,1141,0,119.767,89.9694,101.058,1.2437,7200,5,0,8,0,0,1), - (91400,4075,289,1141,0,172.88,104.369,108.119,0.820305,7200,0,0,8,0,0,0), - (91401,4075,289,1141,0,245.641,145.761,95.9059,0.042627,7200,5,0,8,0,0,1), - (154687,10495,289,0,0,187.086,92.537,104.767,0,7200,3,0,8613,0,0,1), - (91403,4075,289,1141,0,84.7035,-1.61551,85.3117,2.89725,7200,0,0,8,0,0,0), - (91404,4075,289,1141,0,209.988,11.7605,90.3063,3.89208,7200,0,0,8,0,0,0), - (154686,10485,289,0,0,180.356,102.901,104.798,0,7200,3,0,2088,0,0,1), - (154685,10485,289,0,0,182.377,97.8408,104.799,0,7200,3,0,2088,0,0,1), - (154684,10481,289,0,0,211.313,88.8732,104.327,0,7200,3,0,1436,0,0,1), - (154683,10495,289,0,0,211.313,88.8732,104.327,0,7200,3,0,8613,0,0,1), - (154682,10495,289,0,0,206.582,85.9061,104.327,0,7200,3,0,8613,0,0,1), - (154681,10485,289,0,0,211.762,82.7032,104.327,0,7200,3,0,2088,0,0,1), - (154680,10485,289,0,0,217.701,86.1711,104.798,0,7200,3,0,2088,0,0,1), - (154679,10481,289,0,0,191.343,83.4603,104.327,0,7200,3,0,1436,0,0,1), - (154678,10495,289,0,0,191.343,83.4603,104.327,0,7200,3,0,8613,0,0,1), - (154677,10495,289,0,0,191.688,90.8574,104.327,0,7200,3,0,8613,0,0,1), - (154676,10485,289,0,0,195.23,85.8773,104.327,0,7200,3,0,2088,0,0,1), - (154675,10485,289,0,0,187.034,86.5012,104.798,0,7200,3,0,2088,0,0,1), - (154674,11551,289,0,0,209.233,73.2819,104.798,0,7200,0,0,8613,0,0,2), - (91423,4075,289,1141,0,226.839,196.682,98.6458,3.94444,7200,0,0,8,0,0,0), - (91424,4075,289,1141,0,224.257,194.92,100.434,3.15905,7200,0,0,8,0,0,0), - (91425,4075,289,1141,0,221.989,192.827,102.011,2.89725,7200,0,0,8,0,0,0), - (91426,4075,289,1141,0,220.478,190.889,103.067,3.00197,7200,0,0,8,0,0,0), - (91428,2914,309,1206,0,-11618.8,-1515.97,42.3573,2.34954,7200,5,0,8,0,0,1), - (91429,2914,309,1206,0,-11585,-1745.93,39.0946,3.07512,7200,5,0,8,0,0,1), - (91430,2914,309,1206,0,-12318.7,-1895.15,131.885,3.72564,7200,5,0,8,0,0,1), - (91431,13321,309,901,0,-11815.9,-1311.57,60.2826,1.56394,7200,5,0,42,0,0,1), - (91432,2914,309,1206,0,-12239.2,-1903.64,130.896,0.29478,7200,5,0,8,0,0,1), - (91433,2914,309,1206,0,-12100.6,-1801.78,81.2352,5.80062,7200,5,0,8,0,0,1), - (91434,1420,309,901,0,-11702,-1764.4,10.2326,2.22875,7200,5,0,8,0,0,1), - (91435,11352,309,14832,0,-11611.7,-1736.6,38.7837,4.9382,7200,5,0,48555,0,0,2), - (91436,15043,309,833,0,-11873.7,-1695.64,12.9281,4.01426,7200,5,0,9156,0,0,1), - (91437,15043,309,833,0,-11881.4,-1685.63,14.5531,5.05547,7200,5,0,9156,0,0,1), - (91438,15043,309,833,0,-11875.7,-1689.96,14.0531,4.79605,7200,5,0,9156,0,0,1), - (91439,15043,309,833,0,-11870.3,-1708.36,10.4216,1.65806,7200,5,0,9156,0,0,1), - (91440,11351,309,11111,0,-11606.1,-1513.56,45.2936,0.05474,7200,0,0,21364,0,0,0), - (91441,11830,309,11758,0,-11612.5,-1515.44,43.5781,5.15845,7200,0,0,17094,12170,0,0), - (91442,11350,309,11074,0,-11535.5,-1495.57,77.9503,4.97419,7200,0,0,21364,0,0,0), - (91443,11831,309,11763,0,-11533.9,-1501.74,77.9503,1.81514,7200,0,0,24420,12170,0,0), - (91444,11352,309,14832,0,-11565.6,-1478.67,65.0101,3.92298,7200,5,0,48555,0,0,2), - (91445,14532,309,14950,0,-11654.5,-1459.82,60.7145,0.785398,7200,0,0,12208,0,0,0), - (91446,14532,309,14950,0,-11653.8,-1450.25,58.7934,3.7001,7200,0,0,12208,0,0,0), - (91447,13321,309,6295,0,-11765.1,-1301.81,58.6226,2.0587,7200,5,0,42,0,0,1), - (91448,2914,309,1206,0,-12073,-1713.62,48.3076,2.58689,7200,5,0,8,0,0,1), - (91449,2914,309,1206,0,-12319,-1812.26,131.135,0.388483,7200,5,0,8,0,0,1), - (91450,2914,309,1206,0,-11613.7,-1821.83,40.898,1.42365,7200,5,0,8,0,0,1), - (91451,2914,309,1206,0,-12188.5,-1903.77,133.927,0.663513,7200,5,0,8,0,0,1), - (91452,13321,309,901,0,-11775.4,-1414,9.79819,6.07598,7200,5,0,42,0,0,1), - (91453,2914,309,1206,0,-11994.1,-1709.9,32.3599,0.255775,7200,5,0,8,0,0,1), - (91454,2914,309,1206,0,-11816,-1808.63,51.482,4.97538,7200,5,0,8,0,0,1), - (91455,2914,309,1206,0,-12153.8,-1943.27,133.844,3.20803,7200,5,0,8,0,0,1), - (91456,2914,309,1206,0,-12212.1,-1821.49,119.646,6.17555,7200,5,0,8,0,0,1), - (91457,11351,309,11111,0,-11625.6,-1488.06,45.3629,4.20245,7200,5,0,21364,0,0,2), - (91458,11830,309,11759,0,-11623.7,-1488.89,45.4706,4.19151,7200,5,0,17094,12170,0,2), - (91459,15043,309,833,0,-11873.2,-1633.76,12.8975,1.0821,7200,5,0,9156,0,0,1), - (91460,15043,309,833,0,-11874.6,-1653.27,14.0225,1.97222,7200,5,0,9156,0,0,1), - (91461,15043,309,833,0,-11872,-1642.35,13.8975,4.13643,7200,5,0,9156,0,0,1), - (91462,15043,309,833,0,-11872.8,-1617.81,14.6531,4.45059,7200,5,0,9156,0,0,1), - (91463,15043,309,833,0,-11872.4,-1625.05,14.1531,1.58825,7200,5,0,9156,0,0,1), - (91464,11350,309,11074,0,-11596.8,-1757.02,39.8711,5.51524,7200,0,0,21364,0,0,0), - (91465,11831,309,11762,0,-11591.8,-1763.43,43.3102,2.07694,7200,0,0,24420,12170,0,0), - (91466,2914,309,1206,0,-11885.7,-1413.49,60.2263,3.8731,7200,5,0,8,0,0,1), - (91467,2914,309,1206,0,-12069.3,-1793.35,72.397,2.89928,7200,5,0,8,0,0,1), - (91468,2914,309,1206,0,-12012,-1639.97,36.2836,4.74421,7200,5,0,8,0,0,1), - (91469,13321,309,1924,0,-11883.7,-1685.52,14.3972,5.8394,7200,5,0,42,0,0,1), - (91470,2914,309,1206,0,-11844.7,-1304.98,66.7188,4.14986,7200,5,0,8,0,0,1), - (91471,2914,309,1206,0,-12206.4,-1923.66,133.095,2.81367,7200,5,0,8,0,0,1), - (91472,2914,309,1206,0,-11622.8,-1747.27,39.9706,0.048885,7200,5,0,8,0,0,1), - (91473,2914,309,1206,0,-11584.1,-1513.57,51.0803,2.60184,7200,5,0,8,0,0,1), - (91474,2914,309,1206,0,-11909.3,-1342.06,77.489,2.40649,7200,5,0,8,0,0,1), - (91475,2914,309,1206,0,-12295.8,-1863.3,131.629,4.58145,7200,5,0,8,0,0,1), - (91476,11350,309,11077,0,-11649,-1568.68,39.3923,4.20624,7200,0,0,21364,0,0,0), - (91477,11830,309,11758,0,-11652.8,-1574.88,41.4328,0.942478,7200,0,0,17094,12170,0,0), - (91478,11350,309,11076,0,-11938.4,-1757.27,51.845,2.79253,7200,0,0,21364,0,0,0), - (91479,11831,309,11762,0,-11946.1,-1754.6,55.5362,5.96903,7200,0,0,24420,12170,0,0), - (91480,15043,309,833,0,-11903.1,-1490.94,12.5739,1.91973,7200,5,0,9156,0,0,1), - (91481,15043,309,833,0,-11895.3,-1503.19,15.1803,5.42918,7200,5,0,9156,0,0,1), - (91482,15043,309,833,0,-11892.8,-1498.98,13.7794,4.75143,7200,5,0,9156,0,0,1), - (91483,15043,309,833,0,-11912.7,-1494.4,12.0913,3.05153,7200,5,0,9156,0,0,1), - (91484,15043,309,833,0,-11903,-1502.04,14.7285,0.400987,7200,5,0,9156,0,0,1), - (91485,15043,309,833,0,-11780.9,-1397.63,13.3884,1.71042,7200,0,0,9156,0,0,0), - (91486,15043,309,833,0,-11789.2,-1394.14,12.6841,3.45575,7200,0,0,9156,0,0,0), - (91487,15043,309,833,0,-11785,-1402.72,13.2982,1.29154,7200,0,0,9156,0,0,0), - (91488,15043,309,833,0,-11776.8,-1401.87,13.0835,1.49921,7200,5,0,9156,0,0,1), - (91489,15043,309,833,0,-11780.2,-1389.11,13.0134,0.610865,7200,0,0,9156,0,0,0), - (91490,11350,309,11077,0,-11555.6,-1492.36,68.8893,3.9619,7200,0,0,21364,0,0,0), - (91491,11830,309,11761,0,-11558.9,-1496.57,68.8893,0.959931,7200,0,0,17094,12170,0,0), - (91492,14821,309,2571,0,-11658.1,-1541.89,39.6578,4.92183,7200,0,0,15260,0,0,0), - (91493,11352,309,14832,0,-12145.2,-1818.32,86.2209,6.28123,7200,5,0,48555,0,0,2), - (91494,14821,309,2571,0,-11530.3,-1492.59,78.5372,2.02458,7200,0,0,15260,0,0,0), - (91495,11350,309,11075,0,-11563.3,-1733.07,38.3489,0,7200,0,0,21364,0,0,0), - (91496,11830,309,11761,0,-11554,-1733.13,41.3323,3.10669,7200,0,0,17094,12170,0,0), - (91497,11372,309,15150,0,-11584.3,-1817.37,41.5385,5.95157,7200,0,0,15260,0,0,0), - (91498,11372,309,15150,0,-11590.6,-1812.11,41.5742,2.44346,7200,0,0,15260,0,0,0), - (91499,13321,309,6295,0,-11824.4,-1492.95,11.4211,3.67213,7200,5,0,42,0,0,1), - (91500,2914,309,1206,0,-11640.4,-1448.13,61.178,0.194296,7200,5,0,8,0,0,1), - (91501,2914,309,1206,0,-12012.9,-1670.66,32.4086,0.619654,7200,5,0,8,0,0,1), - (91502,1420,309,901,0,-11888.2,-1491.94,11.0643,0.074227,7200,5,0,8,0,0,1), - (91503,2914,309,1206,0,-11589.6,-1819.03,41.3511,3.25578,7200,5,0,8,0,0,1), - (91504,2914,309,1206,0,-12001.2,-1679.75,32.3928,2.82496,7200,5,0,8,0,0,1), - (91505,14881,309,1160,0,-12346.2,-1656.72,130.449,5.78197,7200,5,0,42,0,0,1), - (91506,1420,309,901,0,-11735.8,-1421.87,12.7935,2.83332,7200,5,0,8,0,0,1), - (91507,2914,309,1206,0,-11695.1,-1828.77,40.8739,1.36821,7200,5,0,8,0,0,1), - (91508,14881,309,14952,0,-12322.5,-1590.89,132.51,5.71796,7200,5,0,42,0,0,1), - (91509,11371,309,15182,0,-11544.7,-1788.09,65.0068,3.6944,7200,5,0,15260,0,0,1), - (91510,11371,309,15182,0,-11556,-1795.03,57.8967,0.552799,7200,5,0,15260,0,0,1), - (91511,11350,309,11074,0,-11601.8,-1744,40.3132,0.802851,7200,0,0,21364,0,0,0), - (91512,11830,309,11759,0,-11596,-1738.28,43.4556,3.89208,7200,0,0,17094,12170,0,0), - (91513,15043,309,833,0,-11693.5,-1656.15,14.4505,4.18879,7200,5,0,9156,0,0,1), - (91514,15043,309,833,0,-11700.7,-1655.62,15.9441,5.13127,7200,5,0,9156,0,0,1), - (91515,15043,309,833,0,-11703,-1667.77,14.5721,1.71042,7200,5,0,9156,0,0,1), - (91516,15043,309,833,0,-11688.6,-1644.38,14.3255,1.65806,7200,5,0,9156,0,0,1), - (91517,15043,309,833,0,-11698.2,-1664.22,14.2033,1.15192,7200,5,0,9156,0,0,1), - (91518,2914,309,1206,0,-11657.1,-1555.14,40.312,1.14821,7200,5,0,8,0,0,1), - (91519,2914,309,1206,0,-11882.3,-1382.29,66.0623,0.147967,7200,5,0,8,0,0,1), - (91520,2914,309,1206,0,-11633.6,-1622.6,39.7341,5.81318,7200,5,0,8,0,0,1), - (91521,2914,309,1206,0,-11909.6,-1421.99,51.0637,1.14821,7200,5,0,8,0,0,1), - (91522,2914,309,1206,0,-11937.7,-1786.32,52.9463,2.05967,7200,5,0,8,0,0,1), - (91523,2914,309,1206,0,-12030.6,-1764.97,57.5933,2.97676,7200,5,0,8,0,0,1), - (91524,2914,309,1206,0,-12164.7,-1962.66,133.199,1.44741,7200,5,0,8,0,0,1), - (91525,2914,309,1206,0,-11989.4,-1641.88,34.3422,3.08212,7200,5,0,8,0,0,1), - (91526,14881,309,9829,0,-12290.1,-1656.85,130.763,3.65856,7200,5,0,42,0,0,1), - (91527,2914,309,1206,0,-11724.4,-1350.83,61.8102,2.31388,7200,5,0,8,0,0,1), - (91528,2914,309,1206,0,-11680.1,-1396.89,59.4186,1.68426,7200,5,0,8,0,0,1), - (91529,14881,309,1160,0,-12346.6,-1619.19,130.757,1.82524,7200,5,0,42,0,0,1), - (91530,2914,309,1206,0,-12405.4,-1829.42,133.356,3.49854,7200,5,0,8,0,0,1), - (91531,2914,309,1206,0,-11950.4,-1542.23,39.6678,0.173008,7200,5,0,8,0,0,1), - (91532,2914,309,1206,0,-12267.9,-1937.16,134.127,3.73054,7200,5,0,8,0,0,1), - (91533,2914,309,1206,0,-11881.8,-1351.68,73.0003,5.90695,7200,5,0,8,0,0,1), - (91534,1420,309,901,0,-11696.1,-1661.09,14.3397,1.35043,7200,5,0,8,0,0,1), - (91535,2914,309,1206,0,-11618.5,-1842.27,41.1348,1.88266,7200,5,0,8,0,0,1), - (91536,2914,309,1206,0,-11997.3,-1771.12,57.7779,4.22691,7200,5,0,8,0,0,1), - (91537,2914,309,1206,0,-11976.6,-1689.73,32.3784,6.07514,7200,5,0,8,0,0,1), - (91538,2914,309,1206,0,-12280,-1810.64,131.279,3.80023,7200,5,0,8,0,0,1), - (91539,2914,309,1206,0,-12048.8,-1736.73,51.8978,1.24905,7200,5,0,8,0,0,1), - (91540,2914,309,1206,0,-11962,-1745,53.1181,5.64046,7200,5,0,8,0,0,1), - (91541,2914,309,1206,0,-12378.3,-1842.5,131.652,5.36072,7200,5,0,8,0,0,1), - (91542,2914,309,1206,0,-11881.8,-1310.85,78.2792,1.16913,7200,5,0,8,0,0,1), - (91543,2914,309,1206,0,-11554.8,-1752.71,40.9137,4.56939,7200,5,0,8,0,0,1), - (91544,2914,309,1206,0,-12255.5,-1804.85,131.438,1.14018,7200,5,0,8,0,0,1), - (91545,13321,309,901,0,-11787.6,-1382.22,10.9178,4.84159,7200,5,0,42,0,0,1), - (91546,2914,309,1206,0,-11997,-1743.07,54.7099,4.83456,7200,0,0,8,0,0,0), - (91547,2914,309,1206,0,-11645.4,-1752.75,29.6354,1.9012,7200,5,0,8,0,0,1), - (91548,11368,309,14562,0,-12193.7,-1470.71,147.973,0.718845,7200,5,0,6104,0,0,1), - (91549,11368,309,14562,0,-12150.4,-1468.93,160.553,0.188655,7200,5,0,6104,0,0,1), - (91550,11368,309,14562,0,-12214.6,-1414.05,156.978,0.240646,7200,5,0,6104,0,0,1), - (91551,11368,309,14562,0,-12263.2,-1452.55,143.499,4.92516,7200,5,0,6104,0,0,1), - (91552,11368,309,14562,0,-12226.3,-1429,148.674,5.70749,7200,5,0,6104,0,0,1), - (91553,11368,309,14562,0,-12284,-1456.87,159.373,4.08001,7200,5,0,6104,0,0,1), - (91554,11368,309,14562,0,-12277.8,-1408.08,144.63,4.88027,7200,5,0,6104,0,0,1), - (91555,11368,309,14562,0,-12283.7,-1391.63,145.494,5.27237,7200,5,0,6104,0,0,1), - (91556,11368,309,14562,0,-12319.3,-1352.99,143.958,0.855211,7200,0,0,6104,0,0,0), - (91557,11368,309,14562,0,-12316,-1348.71,144.088,3.00197,7200,0,0,6104,0,0,0), - (91558,11368,309,14562,0,-12313.7,-1350.58,143.917,1.71042,7200,0,0,6104,0,0,0), - (91559,11368,309,14562,0,-12316.7,-1352.18,143.871,3.1765,7200,0,0,6104,0,0,0), - (91560,11368,309,14562,0,-12309.9,-1348.91,144.447,0.314159,7200,0,0,6104,0,0,0), - (91561,15067,309,14572,0,-11464,-1650.71,49.6302,2.94961,7200,0,0,22008,0,0,0), - (91562,15576,0,15648,0,-14424.6,531.775,24.88,5.16617,180,0,0,3857,5751,0,0), - (91572,15895,0,15865,0,1647.51,243.693,62.6749,5.8294,180,0,0,5800,5013,0,0), - (91593,15898,1,15869,0,1971.18,-4259.45,32.2156,4.01426,180,0,0,1500,5013,0,0), - (91594,15897,0,15294,0,1642.07,239.839,62.6749,0.802851,180,0,0,8,0,0,0), - (91595,15891,1,15875,0,1614.23,-4395.6,10.3837,3.29867,180,0,0,4100,0,0,0), - (91596,15897,1,15294,0,-1031.95,-230.513,160.243,3.9619,180,0,0,8,0,0,0), - (91597,15891,1,15863,0,-1036.33,-233.698,160.017,0.680678,180,0,0,4100,0,0,0), - (91598,15564,0,15606,0,1633.3,233.931,62.6749,0.401426,180,0,0,3857,5751,0,0), - (91599,15891,1,15877,0,-1291.3,116.18,131.217,5.14872,180,0,0,4100,0,0,0), - (91600,15898,1,15869,0,-1043.66,-219.752,159.862,2.68781,180,0,0,1500,5013,0,0), - (91601,15891,0,15876,0,1638,239.886,62.6749,6.26573,180,0,0,4100,0,0,0), - (91602,15898,0,15869,0,1647.37,235.685,62.6749,0.471239,180,0,0,1500,5013,0,0), - (91603,15580,1,15627,0,-1012.62,-245.095,159.361,0.244346,180,0,0,3857,5751,0,0), - (91604,15891,1,15877,0,-1032.32,-224.263,160.518,4.76475,180,0,0,4100,0,0,0), - (91605,15891,0,15877,0,1600.35,232.99,-52.0698,5.25344,180,0,0,4100,0,0,0), - (91606,15891,0,15876,0,1643.96,243.095,62.6749,4.18879,180,0,0,4100,0,0,0), - (91607,15891,0,15877,0,1643.94,236.545,62.6749,2.11185,180,0,0,4100,0,0,0), - (91608,15895,1,15865,0,1974.7,-4264.86,32.1957,3.54302,180,0,0,5800,5013,0,0), - (91609,15891,1,15875,0,1976.96,-4253.48,31.8491,5.91667,180,0,0,4100,0,0,0), - (91610,15579,1,15607,0,1957.36,-4257.51,31.384,1.23918,180,0,0,3857,5751,0,0), - (91611,15891,1,15875,0,1988.41,-4252.62,31.6401,3.7001,180,0,0,4100,0,0,0), - (91612,15897,1,15294,0,1983.05,-4255.89,31.7698,2.07694,180,0,0,8,0,0,0), - (91613,15895,1,15865,0,-1046.25,-225.606,160.053,2.86234,180,0,0,5800,5013,0,0), - (91614,15891,1,15876,0,-1027.03,-233.016,160.063,2.58309,180,0,0,4100,0,0,0), - (91615,15891,1,15877,0,1983.66,-4262.07,32.1407,1.67552,180,0,0,4100,0,0,0), - (91622,15892,0,15872,0,-8745.4,1078.03,90.8636,4.06662,180,0,0,5725,0,0,0), - (91623,15892,0,15873,0,-4894.18,-958.153,501.535,2.86234,180,0,0,5725,0,0,0), - (91624,15892,0,15873,0,-4657.51,-957.597,500.461,2.79253,180,0,0,5725,0,0,0), - (91625,15898,0,15870,0,-8737.67,1074.78,90.7919,4.66003,180,0,0,1500,5013,0,0), - (91626,15895,0,15871,0,-4654.88,-941.656,502.229,1.29154,180,0,0,5800,5013,0,0), - (91627,15897,0,15294,0,-4663.16,-956.235,500.46,0.05236,180,0,0,8,0,0,0), - (91628,15892,0,15873,0,-4663.47,-949.994,500.461,4.69494,180,0,0,5725,0,0,0), - (91629,15892,0,15872,0,-8873.01,650.289,96.108,4.97419,180,0,0,5725,0,0,0), - (91630,15562,0,15614,0,-8761.99,1092.71,94.8771,5.13127,180,0,0,3857,5751,0,0), - (91631,15871,0,15625,0,-4659.2,-944.427,500.461,4.24115,180,0,0,3857,5751,0,0), - (91632,15895,0,15871,0,-8756.05,1068.8,90.6075,5.53269,180,0,0,5800,5013,0,0), - (91633,15892,0,15874,0,-8747.97,1069.06,90.2179,1.6057,180,0,0,5725,0,0,0), - (91634,15892,0,15864,0,-4667.18,-959.822,500.46,0.680678,180,0,0,5725,0,0,0), - (91635,15897,0,15294,0,-8748.48,1074.25,90.6194,0.471239,180,0,0,8,0,0,0), - (91636,15898,0,15870,0,-4644.21,-950.137,501.744,0.959931,180,0,0,1500,5013,0,0), - (91637,15892,0,15873,0,-8752.71,1077.18,90.8636,5.65487,180,0,0,5725,0,0,0), - (91639,15905,1,15883,0,7607.19,-2229.44,468.269,1.09956,180,0,0,5000,0,0,0), - (91640,15908,1,15891,0,7598.31,-2251.26,467.362,1.32645,180,0,0,5000,0,0,0), - (91641,15897,1,15294,0,7570.15,-2220.81,473.521,3.85718,180,0,0,8,0,0,0), - (91642,15905,1,15886,0,7610.34,-2232.98,467.61,0.314159,180,0,0,5000,0,0,0), - (91643,15897,1,15294,0,7610.8,-2228.96,468.761,1.27409,180,0,0,8,0,0,0), - (91644,15694,1,15768,0,7583.06,-2208.44,474.489,2.05949,180,0,0,5000,0,0,0), - (91645,15897,1,15294,0,7575.25,-2238.94,469.853,1.02974,180,0,0,8,0,0,0), - (91646,15905,1,15886,0,7613.68,-2226.41,469.712,1.64061,180,0,0,5000,0,0,0), - (91647,15961,1,15305,0,7561.18,-2206.26,475.007,0.15708,180,0,0,5000,0,0,0), - (91648,15907,1,15895,0,7575.94,-2234.72,471.166,3.59538,180,0,0,5000,0,0,0), - (91649,15897,1,15294,0,7603.55,-2211.26,471.745,3.12414,180,0,0,8,0,0,0), - (91650,15897,1,15294,0,7585.15,-2205.24,475.369,0.959931,180,0,0,8,0,0,0), - (91651,15719,1,15770,0,7603.09,-2215.73,470.813,0.750492,180,0,0,5000,0,0,0), - (91652,15905,1,15885,0,7609.15,-2225.59,469.877,4.18879,180,0,0,5000,0,0,0), - (91653,15907,1,15897,0,7577.27,-2241.35,469.361,1.22173,180,0,0,5000,0,0,0), - (91654,15906,1,15889,0,7566.18,-2220.2,473.457,0.925025,180,0,0,5000,0,0,0), - (91655,15694,1,15767,0,7588.73,-2203.75,475.703,4.4855,180,0,0,5000,0,0,0), - (91656,15908,1,15893,0,7591.39,-2245.13,467.385,0.645772,180,0,0,5000,0,0,0), - (91657,15719,1,15773,0,7607.03,-2212.25,470.957,3.78736,180,0,0,5000,0,0,0), - (91658,15905,1,15886,0,7614.68,-2231.26,468.271,3.54302,180,0,0,5000,0,0,0), - (91659,15907,1,15895,0,7572.57,-2240.85,468.851,3.82227,180,0,0,5000,0,0,0), - (91660,15897,1,15294,0,7595.64,-2247.22,466.956,4.32842,180,0,0,8,0,0,0), - (91661,15719,1,15771,0,7598.6,-2213.04,471.369,1.48353,180,0,0,5000,0,0,0), - (91662,15719,1,15773,0,7599.17,-2208.41,473.579,4.59022,180,0,0,5000,0,0,0), - (91663,15694,1,15768,0,7585,-2201.84,476.036,1.71042,180,0,0,5000,0,0,0), - (91664,15694,1,15769,0,7581.1,-2204.7,475.249,5.16617,180,0,0,5000,0,0,0), - (91665,15906,1,15889,0,7568.56,-2224.18,472.863,4.03171,180,0,0,5000,0,0,0), - (91666,15908,1,15893,0,7599.75,-2244.76,467.983,4.55531,180,0,0,5000,0,0,0), - (91667,15961,1,15305,0,7580.5,-2249.01,466.905,4.31096,180,0,0,5000,0,0,0), - (91668,15906,1,15890,0,7573.9,-2222.97,473.304,1.64061,180,0,0,5000,0,0,0), - (91669,15694,1,15768,0,7587.71,-2208.04,474.678,1.32645,180,0,0,5000,0,0,0), - (91670,15908,1,15893,0,7596.35,-2241.3,467.411,3.85718,180,0,0,5000,0,0,0), - (91671,15906,1,15888,0,7573.53,-2217.99,473.929,4.86947,180,0,0,5000,0,0,0), - (91672,15906,1,15889,0,7568.87,-2216.7,474.083,4.04916,180,0,0,5000,0,0,0), - (91673,15907,1,15895,0,7578.7,-2237.17,470.803,4.46804,180,0,0,5000,0,0,0), - (91674,15908,1,15891,0,7592.76,-2251.52,465.842,4.36332,180,0,0,5000,0,0,0), - (91675,15907,1,15895,0,7572.27,-2236.66,470.207,0.471239,180,0,0,5000,0,0,0), - (91676,15719,1,15771,0,7604.99,-2207.93,472.641,1.0472,180,0,0,5000,0,0,0), - (91677,15898,1,15869,0,7597.22,-2225.74,468.635,5.61996,180,0,0,1500,5013,0,0), - (91678,15961,1,15306,0,7587.5,-2196.28,476.198,1.5708,180,0,0,5000,0,0,0), - (91679,15864,1,15862,0,7948.88,-2619.7,492.72,2.30383,180,0,0,5000,0,0,0), - (91680,15961,1,15306,0,7605.22,-2257.09,465.672,4.17134,180,0,0,5000,0,0,0), - (91681,15961,1,15305,0,7586.66,-2221.23,471.323,5.51524,180,0,0,5000,0,0,0), - (91682,15961,1,15307,0,7630.92,-2227.69,465.714,3.00197,180,0,0,5000,0,0,0), - (91683,15961,1,15304,0,7949.62,-2616.5,492.466,2.77507,180,0,0,5000,0,0,0), - (91684,15961,1,15305,0,7558.42,-2223.76,472.257,0.331613,180,0,0,5000,0,0,0), - (91685,15961,1,15307,0,7604.86,-2204.07,473.214,0.628319,180,0,0,5000,0,0,0), - (91686,15961,1,15307,0,7946.97,-2628.27,492.398,3.08923,180,0,0,5000,0,0,0), - (91687,15909,1,15899,0,7947.82,-2622.94,492.851,2.80998,180,0,0,5000,5751,0,0), - (91688,15892,1,15864,0,9927.99,2492.17,1317.66,0.959931,180,0,0,5725,0,0,0), - (91689,15898,1,15870,0,7590.56,-2219.2,470.212,2.6529,180,0,0,1500,5013,0,0), - (91690,16005,0,15953,0,-8813.1,613.857,95.2532,3.15905,180,0,0,5000,0,0,0), - (91691,16002,0,15950,0,-8870.16,650.797,96.0295,5.5676,180,0,0,5000,0,0,0), - (91692,16105,0,16005,0,-8864.16,647.052,96.6825,4.04916,180,0,0,5000,0,0,0), - (91693,16009,0,15956,0,-4918.69,-971.674,501.555,2.11185,180,0,0,5000,0,0,0), - (91696,16001,1,15949,0,9939.5,2494.36,1317.7,0.785398,180,0,0,53,0,0,0), - (91697,16004,0,15952,0,1588.39,231.04,-52.0645,5.25344,180,0,0,53,0,0,0), - (91698,16108,0,16008,0,1591.72,233.589,-52.061,3.76991,180,0,0,53,0,0,0), - (91699,16003,0,15951,0,2045.68,292.212,55.8368,3.45575,180,0,0,5000,0,0,0), - (91700,16007,1,15954,0,1617.32,-4399.98,11.5139,2.94961,180,0,0,5000,0,0,0), - (91701,16008,1,15955,0,-1268.37,49.4112,128.258,5.51524,180,0,0,53,0,0,0), - (91708,15559,0,15616,0,233.456,-3499.97,161.033,0.785398,350,0,0,3857,5751,0,0), - (91709,9448,0,10397,0,1702.3,-5553.33,103.098,1.0821,610,0,0,6477,2163,0,0), - (91710,15566,0,15636,0,2237.86,-5340.41,84.7113,1.13446,345,0,0,3857,5751,0,0), - (91711,15592,0,15646,0,1853.99,-3721.45,162.308,1.27409,345,0,0,3857,5751,0,0), - (91712,15602,0,15618,0,1995.88,-2420.17,59.3823,2.72271,315,0,0,3857,5751,0,0), - (91713,15594,0,15620,0,1261.16,-2558.27,118.29,0.506145,315,0,0,3857,5751,0,0), - (91750,13602,0,13644,0,361.078,-54.289,145.192,2.182,600,40,0,3831,0,0,1), - (91751,13602,0,13644,0,313.328,-376.999,169.598,0.914,600,40,0,3831,0,0,1), - (91752,13602,0,13644,0,550.981,-101.974,145.18,2.755,600,40,0,3831,0,0,1), - (91802,9448,0,10397,0,1613.42,-5442.63,97.8287,1.67552,610,0,0,6477,2163,0,0), - (91803,8603,0,7898,0,1671.79,-4904.22,90.5766,5.34886,345,5,0,3293,0,0,1), - (91804,8606,0,681,0,2221.68,-4997.71,55.1475,1.59389,345,3,0,3529,0,0,1), - (91805,8606,0,681,0,2057,-4224.18,20.4282,1.43735,345,5,0,3529,0,0,1), - (91806,8605,0,7900,0,3093.39,-2887.59,114.888,3.7464,345,10,0,3644,0,0,1), - (91807,8600,0,7894,0,1402.2,-3128.48,107.983,1.79866,345,5,0,3189,0,0,1), - (91808,8605,0,7900,0,2944.34,-5093.29,124.506,1.15962,345,3,0,3644,0,0,1), - (91809,8602,0,7897,0,2917.48,-4532.97,92.3402,0.280828,345,10,0,3643,0,0,1), - (91810,8598,0,9022,0,2731.88,-4987.48,90.7816,6.24762,345,5,0,3758,0,0,1), - (91811,8598,0,9022,0,2823.27,-4660.48,88.8834,1.85889,345,3,0,3758,0,0,1), - (91812,8601,0,7896,0,1978.12,-5312.89,92.8527,2.37553,345,5,0,3420,0,0,1), - (91813,8603,0,7898,0,1892.92,-5106.7,77.4215,4.77688,345,10,0,3293,0,0,1), - (91814,8597,0,7891,0,1943.99,-5289.06,92.3617,0,345,5,0,3529,0,0,1), - (91815,8603,0,7898,0,2243.81,-4058.38,84.2843,6.2617,345,3,0,3293,0,0,1), - (91816,8603,0,7898,0,1928.56,-5207.73,79.9399,5.4123,345,10,0,3293,0,0,1), - (91817,8603,0,7898,0,1713.38,-4408.81,76.4247,0.148938,345,10,0,3293,0,0,1), - (91818,8603,0,7898,0,1451.54,-3909.85,136.993,4.27791,345,5,0,3293,0,0,1), - (91819,8596,0,7890,0,2153.36,-3228.31,109.13,0.752099,345,5,0,3189,0,0,1), - (91820,8600,0,7894,0,1500.4,-3220.49,109.866,0.544719,345,5,0,3189,0,0,1), - (91821,8603,0,7898,0,2115.71,-3778.16,138.322,0.091897,345,10,0,3293,0,0,1), - (91822,8603,0,7898,0,1766.74,-4338.17,78.7069,3.87034,345,10,0,3293,0,0,1), - (91823,8603,0,7898,0,1898.56,-4011.78,111.748,5.8715,345,10,0,3293,0,0,1), - (91824,8534,0,7854,0,1795.2,-2733.51,85.1002,5.54616,345,5,0,3420,0,0,1), - (91825,8521,0,11171,0,2919.13,-4955.64,98.089,1.83662,345,10,0,3644,0,0,1), - (91826,8521,0,11171,0,2877.32,-4940.63,100.279,3.14159,345,10,0,3644,0,0,1), - (91827,8540,0,984,0,3184.34,-3035.05,141.406,1.04511,345,10,0,3188,0,0,1), - (91828,8540,0,984,0,3181.64,-3122.53,154.613,2.01698,345,10,0,3188,0,0,1), - (91829,8540,0,984,0,3136.69,-3081.85,153.877,2.44712,345,10,0,3188,0,0,1), - (91830,8534,0,7854,0,3316.41,-3129.8,156.879,0.058077,345,5,0,3420,0,0,1), - (91831,8540,0,984,0,3209.64,-3134.44,161.768,1.62261,345,10,0,3188,0,0,1), - (91832,8525,0,612,0,3190.44,-3209.37,160.646,4.68017,345,3,0,2823,2117,0,1), - (91833,8543,0,1693,0,3178.56,-3268.32,164.929,5.15156,345,5,0,3758,0,0,1), - (91834,8605,0,7900,0,2940.7,-4295.03,90.6739,0.985585,345,10,0,3644,0,0,1), - (91835,8602,0,7897,0,2541,-4591.12,78.8445,4.77575,345,10,0,3643,0,0,1), - (91836,8542,0,8783,0,3046.87,-4983.57,101.557,4.27057,345,5,0,3758,0,0,1), - (91837,8605,0,7900,0,2778.94,-4079.07,97.8488,6.13024,345,10,0,3644,0,0,1), - (91838,8598,0,9022,0,2753.92,-5004.61,90.7803,4.59385,345,5,0,3758,0,0,1), - (91839,8527,0,370,0,2745.64,-4854.03,95.2011,5.8063,345,0,0,3758,0,0,0), - (91840,8527,0,370,0,2806.93,-4839.91,97.0263,5.27646,345,5,0,3758,0,0,1), - (91841,8527,0,370,0,2814.58,-4814.58,93.8555,1.8225,345,5,0,3758,0,0,1), - (91842,8602,0,7897,0,2858.13,-4145.94,95.9113,4.53764,345,10,0,3643,0,0,1), - (91843,8598,0,9022,0,2649.26,-4720.56,85.6279,4.19542,345,10,0,3758,0,0,1), - (91844,8598,0,9022,0,2987.6,-4329.44,80.707,0.741887,345,10,0,3758,0,0,1), - (91845,8523,0,5231,0,2851.03,-3851.83,106.079,0.796981,345,10,0,3189,0,0,1), - (91846,8598,0,9022,0,2612.66,-4879.86,79.7736,2.26003,345,0,0,3758,0,0,0), - (91847,8543,0,1693,0,2888.09,-3872.99,114.548,1.9709,345,10,0,3758,0,0,1), - (91848,8523,0,5231,0,2807.19,-3828.71,103.625,3.68012,345,10,0,3189,0,0,1), - (91849,8523,0,5231,0,2880.34,-3824.89,110.515,4.45462,345,10,0,3189,0,0,1), - (91850,8540,0,984,0,2913.06,-3908.3,114.471,0.180242,345,10,0,3188,0,0,1), - (91851,8598,0,9022,0,3011.43,-4749.05,94.1856,4.31247,345,10,0,3758,0,0,1), - (91852,8543,0,1693,0,2954.93,-3891.39,121.572,3.50014,345,10,0,3758,0,0,1), - (91853,8600,0,7894,0,1387.67,-3201.38,140.43,4.77883,345,5,0,3189,0,0,1), - (91854,8541,0,10751,0,3153.18,-3251.39,164.594,4.14903,345,10,0,3528,0,0,1), - (91855,8605,0,7900,0,2536.12,-4890.91,77.2576,5.24862,345,10,0,3644,0,0,1), - (91856,8535,0,7855,0,2725.33,-3300.82,98.0541,2.15029,345,5,0,3528,0,0,1), - (91857,8555,0,3004,0,2762.68,-2494.09,77.8183,2.57758,345,3,0,3189,0,0,1), - (91858,8598,0,9022,0,2859.65,-3904.61,105.813,3.50505,345,10,0,3758,0,0,1), - (91859,8556,0,11178,0,2831.96,-2528.18,84.7218,3.38594,345,2,0,3529,0,0,1), - (91860,8555,0,3004,0,2815.56,-2547.53,78.9078,0.069813,345,2,0,3189,0,0,1), - (91861,8555,0,3004,0,2795.34,-2493.56,83.4455,2.98305,345,3,0,3189,0,0,1), - (91862,8527,0,370,0,2749.18,-4830.37,80.2913,2.18493,345,10,0,3758,0,0,1), - (91863,8527,0,370,0,2758.93,-4813.67,77.7907,5.74835,345,10,0,3758,0,0,1), - (91864,8555,0,3004,0,2832.42,-2577.52,85.0079,5.2348,345,2,0,3189,0,0,1), - (91865,8557,0,6841,0,2783.7,-2499.99,82.652,0.413468,345,3,0,3882,0,0,1), - (91866,8527,0,370,0,2772.3,-4869.48,99.3061,1.10815,345,5,0,3758,0,0,1), - (91867,8556,0,11178,0,2903.11,-2614.67,89.8071,5.33746,345,2,0,3529,0,0,1), - (91868,8602,0,7897,0,2681.47,-4955.69,89.5717,4.35583,345,0,0,3643,0,0,0), - (91869,8605,0,7900,0,3116.37,-4512.62,131.623,4.75241,345,5,0,3644,0,0,1), - (91870,8602,0,7897,0,2575.22,-4512.7,89.2584,3.98437,345,5,0,3643,0,0,1), - (91871,8598,0,9022,0,2812.71,-4862.33,96.2763,2.89401,345,5,0,3758,0,0,1), - (91872,8530,0,10626,0,3247.21,-3048.84,157.579,5.56757,345,5,0,3293,0,0,1), - (91873,8543,0,1693,0,3289.7,-3021.25,135.705,5.94306,345,5,0,3758,0,0,1), - (91874,8540,0,984,0,3204.96,-3751.97,146.41,3.48152,345,5,0,3188,0,0,1), - (91875,8524,0,11397,0,3032.59,-3316.9,143.295,5.3766,345,10,0,2301,4896,0,1), - (91876,8605,0,7900,0,2648.94,-4619.46,87.3278,3.72952,345,10,0,3644,0,0,1), - (91877,8524,0,11397,0,2946.25,-3945.32,107.523,3.9806,345,5,0,2301,4896,0,1), - (91878,8598,0,9022,0,2864.92,-4848.76,99.2325,0.260602,345,10,0,3758,0,0,1), - (91879,8523,0,5231,0,3034.65,-3186.98,144.405,3.68713,345,3,0,3189,0,0,1), - (91880,8605,0,7900,0,3056.98,-4740.48,96.1669,5.59181,345,10,0,3644,0,0,1), - (91881,8535,0,7855,0,2831.51,-2957.5,101.995,3.91386,345,10,0,3528,0,0,1), - (91882,8605,0,7900,0,2488.41,-4909.71,77.7033,1.81259,345,10,0,3644,0,0,1), - (91883,8598,0,9022,0,2797.81,-3971.19,100.42,3.48219,345,10,0,3758,0,0,1), - (91884,17795,0,16925,0,2963.02,-3041.9,155.965,4.27606,345,0,0,8,0,0,0), - (91886,8602,0,7897,0,2720.1,-3331.29,94.0079,1.81056,345,10,0,3643,0,0,1), - (91887,8523,0,5231,0,3279.94,-3079.47,161.598,3.57291,345,5,0,3189,0,0,1), - (91888,8524,0,11397,0,2852.54,-3526.08,106.861,3.55176,345,5,0,2301,4896,0,1), - (91889,8540,0,984,0,2853.56,-3590.86,105.3,4.57519,345,10,0,3188,0,0,1), - (91890,8564,0,10379,0,3370.26,-4154.72,145.722,2.98451,345,0,0,4141,0,0,0), - (91891,8563,0,10382,0,3369.39,-4142.97,144.847,4.29351,345,0,0,4121,0,0,0), - (91892,8540,0,984,0,3211.32,-3801.17,139.195,2.12679,345,10,0,3188,0,0,1), - (91893,8523,0,5231,0,3156.03,-3948.38,116.243,3.47506,345,10,0,3189,0,0,1), - (91894,8543,0,1693,0,2909.38,-3851.38,117.719,2.65968,345,10,0,3758,0,0,1), - (91895,8563,0,10382,0,3382.15,-4270.09,159.166,5.37486,345,5,0,4121,0,0,2), - (91896,8565,0,10381,0,3380.37,-4261.32,157.954,5.49276,345,5,0,4021,0,0,2), - (91897,8564,0,10379,0,3374.07,-4266.25,158.704,5.42535,345,0,0,4141,0,0,0), - (91898,8564,0,10379,0,3360.18,-4227.14,156.713,6.21337,345,0,0,4141,0,0,0), - (91899,8530,0,10626,0,2948,-3813.81,125.338,1.1153,345,5,0,3293,0,0,1), - (91900,8598,0,9022,0,3030.31,-4202.48,95.9397,5.81517,345,10,0,3758,0,0,1), - (91901,8543,0,1693,0,2882.52,-3754.58,109.893,0.035134,345,10,0,3758,0,0,1), - (91902,8563,0,10382,0,3312.9,-4242.69,159.045,3.66519,345,0,0,4121,0,0,0), - (91903,12322,0,10375,0,3325.1,-4205.1,159.223,1.44862,345,0,0,5074,2434,0,0), - (91904,12322,0,10375,0,3325.36,-4202.29,159.223,4.60767,345,0,0,5074,2434,0,0), - (91905,8565,0,10381,0,3318.5,-4267.02,159.14,4.71408,345,0,0,4021,0,0,0), - (91906,8564,0,10379,0,3318.49,-4258.08,159.14,4.71409,345,0,0,4141,0,0,0), - (91907,8530,0,10626,0,2959.77,-3207.01,111.561,1.71823,345,10,0,3293,0,0,1), - (91908,8598,0,9022,0,3008.73,-4108.14,96.5911,3.90629,345,10,0,3758,0,0,1), - (91909,8543,0,1693,0,3017.74,-3141.74,117.467,1.15997,345,10,0,3758,0,0,1), - (91910,8564,0,10379,0,3312.81,-4223.32,159.105,2.19912,345,0,0,4141,0,0,0), - (91911,8564,0,10379,0,3359.14,-4244.89,156.443,0.087266,345,0,0,4141,0,0,0), - (91912,8562,0,10437,0,3177.27,-4743.06,122.815,3.19828,345,5,0,3006,2241,0,1), - (91913,8564,0,10379,0,3240.08,-4173.83,96.3856,3.40339,345,0,0,4141,0,0,0), - (91914,8563,0,10382,0,3240.28,-4189.5,94.5669,3.35103,345,0,0,4121,0,0,0), - (91915,8564,0,10379,0,3281,-4174.07,111.143,3.36848,345,0,0,4141,0,0,0), - (91916,8564,0,10379,0,3280.18,-4160.36,114.088,3.40339,345,0,0,4141,0,0,0), - (91917,8563,0,10382,0,3323.52,-4158.17,128.774,3.38594,345,0,0,4121,0,0,0), - (91918,8563,0,10382,0,3322.95,-4146.46,130.352,3.56047,345,0,0,4121,0,0,0), - (91919,8565,0,10381,0,3253.3,-4179.08,99.47,0.371801,345,5,0,4021,0,0,2), - (91920,17795,0,16925,0,2574,-4794.79,145.881,1.95477,345,0,0,8,0,0,0), - (91921,8546,0,10410,0,2387.77,-3758.78,180.588,2.04204,345,0,0,4212,0,0,0), - (91922,8546,0,10408,0,2384.11,-3752.1,179.97,5.11381,345,0,0,4212,0,0,0), - (91923,8598,0,9022,0,2915,-3111.76,111.34,2.50863,345,10,0,3758,0,0,1), - (91924,8550,0,10423,0,2494.88,-3768.02,177.632,5.74213,345,0,0,3005,5598,0,0), - (91925,8542,0,8783,0,2448.51,-3809.9,178.333,0,345,10,0,3758,0,0,1), - (91926,17795,0,16925,0,3180.48,-4379.07,174.995,2.74017,345,0,0,8,0,0,0), - (91927,8550,0,10421,0,2471.1,-3708.02,177.949,0.610865,345,0,0,3005,5598,0,0), - (91928,8532,0,571,0,2515.28,-3726.28,179.105,1.48279,345,10,0,3876,0,0,1), - (91929,8546,0,10411,0,2478.43,-3703.71,178.074,3.64774,345,0,0,4212,0,0,0), - (91930,8532,0,571,0,2458.1,-3717.22,177.696,6.23815,345,10,0,3876,0,0,2), - (91931,8545,0,7858,0,2455.05,-3648.15,178.205,2.4217,345,10,0,3997,0,0,1), - (91932,8605,0,7900,0,2770.73,-3416.67,93.0242,5.30912,345,10,0,3644,0,0,1), - (91933,8522,0,11172,0,2559.32,-4189.08,56.2636,3.15842,345,10,0,3758,0,0,1), - (91934,8522,0,11172,0,2580.23,-4146.2,65.9439,3.70143,345,10,0,3758,0,0,1), - (91935,8602,0,7897,0,2876.04,-5090.18,110.087,0.315447,345,10,0,3643,0,0,1), - (91936,8522,0,11172,0,2515.91,-4141.22,47.9239,5.10313,345,10,0,3758,0,0,1), - (91937,8521,0,11171,0,2491.34,-4198.53,64.0495,2.09999,345,10,0,3644,0,0,1), - (91938,8598,0,9022,0,2748.47,-3435.04,96.0625,1.97948,345,10,0,3758,0,0,1), - (91939,8524,0,11397,0,2790.16,-3852.24,100.805,5.37463,345,10,0,2301,4896,0,1), - (91940,8553,0,10427,0,2814.52,-3757.79,122.507,3.35103,345,0,0,2485,4896,0,0), - (91941,12262,0,10627,0,2794.86,-3761.12,125.507,3.36848,345,0,0,11628,0,0,0), - (91942,8530,0,10626,0,2914.44,-3447.37,116.548,3.12597,345,5,0,3293,0,0,1), - (91943,8543,0,1693,0,2784.08,-3247.22,102.94,2.86736,345,10,0,3758,0,0,2), - (91944,8530,0,10626,0,2842.27,-3177.04,116.633,0.135132,345,10,0,3293,0,0,1), - (91945,8543,0,1693,0,2927.13,-3192.55,120.196,5.53267,345,10,0,3758,0,0,1), - (91946,8553,0,10427,0,2855.31,-3232.34,134.27,6.26573,345,0,0,2485,4896,0,0), - (91947,12262,0,10627,0,2862.1,-3232.82,134.27,0.034907,345,0,0,11628,0,0,0), - (91948,8523,0,5231,0,2906.6,-3257.25,127.513,5.53357,345,5,0,3189,0,0,1), - (91949,8524,0,11397,0,2946.14,-3279.08,116.603,2.385,345,10,0,2301,4896,0,1), - (91950,8530,0,10626,0,3114.21,-3782.15,130.813,3.22631,345,5,0,3293,0,0,1), - (91951,8534,0,7854,0,2964.02,-3169.52,115.162,4.22896,345,10,0,3420,0,0,1), - (91952,8540,0,984,0,2992.14,-3317.72,125.118,4.45621,345,10,0,3188,0,0,1), - (91953,8523,0,5231,0,2906.42,-3317.48,122.619,0.352942,345,5,0,3189,0,0,1), - (91954,8561,0,10441,0,3251.25,-4779.73,170.751,4.1969,345,5,0,3876,0,0,1), - (91955,8562,0,10437,0,3250.71,-4752.38,163.421,0.492813,345,5,0,3006,2241,0,2), - (91956,8561,0,10438,0,3312.27,-4954.05,170.737,4.42381,345,5,0,3876,0,0,1), - (91957,8560,0,10446,0,3330.3,-4938.93,170.677,1.53589,345,0,0,3758,0,0,0), - (91958,8560,0,10444,0,3330.66,-4934.28,170.677,4.60767,345,0,0,3758,0,0,0), - (91959,8561,0,10439,0,3389.99,-5003.94,167.727,6.26573,345,0,0,3876,0,0,0), - (91960,8562,0,10434,0,3389.73,-5032.56,170.329,0.541052,345,0,0,3006,2241,0,0), - (91961,8562,0,10437,0,3393.82,-5029.98,170.014,3.735,345,0,0,3006,2241,0,0), - (91962,8561,0,10438,0,3446.65,-5021.23,197.374,0.628319,345,0,0,3876,0,0,0), - (91963,8561,0,10438,0,3480.66,-4987.98,198.403,3.9619,345,0,0,3876,0,0,0), - (91964,8561,0,10438,0,3416.23,-5004.01,191.051,6.24828,345,0,0,3876,0,0,0), - (91965,8561,0,10441,0,3461.96,-4971.2,197.948,4.76475,345,0,0,3876,0,0,0), - (91966,8561,0,10440,0,3427.83,-5005.36,195.751,0,345,0,0,3876,0,0,0), - (91967,8534,0,7854,0,1826.07,-4374.11,97.2128,5.95974,345,10,0,3420,0,0,1), - (91968,8562,0,10434,0,3405.16,-4863.62,168.198,3.15905,345,0,0,3006,2241,0,0), - (91969,8562,0,10437,0,3401.05,-4863.65,168.198,0,345,0,0,3006,2241,0,0), - (91970,8561,0,10439,0,3285.11,-4836.27,170.67,3.01942,345,0,0,3876,0,0,0), - (91971,8560,0,10447,0,3280.85,-4835.83,171.17,0.034907,345,0,0,3758,0,0,0), - (91972,8562,0,10435,0,3276.88,-4852.11,171.889,3.1455,345,5,0,3006,2241,0,2), - (91973,8561,0,10438,0,3361.14,-4952.69,159.503,4.06662,345,0,0,3876,0,0,0), - (91974,8562,0,10435,0,3345.05,-4922.13,159.378,4.56497,345,5,0,3006,2241,0,1), - (91975,8560,0,10444,0,3422.18,-4904.87,159.378,3.1765,345,0,0,3758,0,0,0), - (91976,8560,0,10446,0,3410.66,-4908.06,159.378,0.715585,345,0,0,3758,0,0,0), - (91977,8560,0,10444,0,3356.99,-4958.69,159.753,0.994838,345,0,0,3758,0,0,0), - (91978,8561,0,10440,0,3396.84,-4936.79,162.394,0.844912,345,5,0,3876,0,0,1), - (91979,8560,0,10442,0,3414.06,-4900,159.503,5.2709,345,0,0,3758,0,0,0), - (91980,8561,0,10439,0,3417.9,-4957.37,166.295,2.09662,345,5,0,3876,0,0,2), - (91981,8560,0,10446,0,3352.88,-4878.46,160.003,1.07747,345,0,0,3758,0,0,0), - (91982,12248,0,12390,0,3373.4,-4921.86,159.846,3.95893,345,5,0,4120,0,0,2), - (91983,8603,0,7898,0,2325.66,-4758.07,84.3097,6.11836,345,3,0,3293,0,0,1), - (91984,8598,0,9022,0,3278.86,-4428.36,114.313,1.9513,345,10,0,3758,0,0,1), - (91985,8534,0,7854,0,2416.82,-4220.05,80.1016,2.57906,345,5,0,3420,0,0,1), - (91986,8534,0,7854,0,2303.05,-4434,95.7682,1.01965,345,10,0,3420,0,0,1), - (91987,8601,0,7896,0,2259.36,-5050.98,71.2762,3.39415,345,5,0,3420,0,0,1), - (91988,8534,0,7854,0,1580.42,-4647.03,81.9652,5.65429,345,10,0,3420,0,0,1), - (91989,8603,0,7898,0,2613.32,-2411.26,55.7567,2.3982,345,3,0,3293,0,0,1), - (91990,8596,0,7890,0,2385.18,-2507.07,73.5685,0.284179,345,10,0,3189,0,0,1), - (91991,8598,0,9022,0,2520.92,-4889.79,77.9902,5.69156,345,10,0,3758,0,0,1), - (91992,8601,0,7896,0,2198.07,-4864.76,86.2701,4.15772,345,5,0,3420,0,0,1), - (91993,8601,0,7896,0,2216.16,-5033.64,54.799,1.6423,345,5,0,3420,0,0,1), - (91994,8601,0,7896,0,2428.07,-4325.07,74.2913,0.009765,345,10,0,3420,0,0,1), - (91995,8601,0,7896,0,2483.95,-4332.3,74.9994,5.78408,345,10,0,3420,0,0,1), - (91996,8596,0,7890,0,2293.08,-2602.85,73.6654,0.203527,345,5,0,3189,0,0,1), - (91997,8603,0,7898,0,2302.69,-2572.1,74.0264,3.34014,345,5,0,3293,0,0,1), - (91998,8601,0,7896,0,2463.36,-4256.89,74.3751,0.695489,345,10,0,3420,0,0,1), - (91999,8525,0,612,0,2992.3,-3612.3,143.678,4.25223,345,10,0,2823,2117,0,1), - (92000,8597,0,7891,0,2231.86,-4443.39,118.847,6.21285,345,0,0,3529,0,0,0), - (92001,8541,0,10751,0,3119.07,-3691.56,133.42,3.12402,345,10,0,3528,0,0,1), - (92002,8603,0,7898,0,2710.85,-2448.35,65.6443,1.53566,345,10,0,3293,0,0,1), - (92003,8530,0,10626,0,2946.3,-3629.25,131.938,4.81614,345,10,0,3293,0,0,1), - (92004,8596,0,7890,0,2407.77,-2484.65,73.3236,3.85953,345,10,0,3189,0,0,1), - (92005,8601,0,7896,0,2230.6,-4112.16,78.0304,4.28892,345,10,0,3420,0,0,1), - (92006,8543,0,1693,0,3075.81,-3592.56,133.063,3.95333,345,10,0,3758,0,0,1), - (92007,8541,0,10751,0,3236.47,-3683.02,140.595,5.81473,345,10,0,3528,0,0,1), - (92008,12263,0,7864,0,3286.53,-3637.22,148.855,4.39539,345,5,0,16939,0,0,2), - (92009,8543,0,1693,0,3270.81,-3639,150.073,5.96903,345,0,0,3758,0,0,0), - (92010,8603,0,7898,0,2606.8,-2485.3,74.3591,3.82396,345,10,0,3293,0,0,1), - (92011,8596,0,7890,0,2118.1,-2788.84,76.1045,1.54525,345,10,0,3189,0,0,1), - (92012,8543,0,1693,0,3314.21,-3648.01,150.073,3.05433,345,0,0,3758,0,0,0), - (92013,8543,0,1693,0,3310.93,-3631.46,150.073,3.735,345,0,0,3758,0,0,0), - (92014,8534,0,7854,0,3245.26,-3695.89,141.207,2.18536,345,10,0,3420,0,0,1), - (92015,8543,0,1693,0,3280.25,-3624.86,150.073,5.28835,345,0,0,3758,0,0,0), - (92016,8525,0,612,0,3154.76,-3647.36,142.192,1.35329,345,5,0,2823,2117,0,1), - (92017,8524,0,11397,0,3100.56,-3490.57,144.139,3.41242,345,10,0,2301,4896,0,1), - (92018,8524,0,11397,0,3110.83,-3605.53,134.925,2.43789,345,10,0,2301,4896,0,1), - (92019,8601,0,7896,0,2378.57,-4367.84,76.5574,1.76551,345,5,0,3420,0,0,1), - (92020,8603,0,7898,0,2095.2,-4102.19,84.3144,4.85152,345,10,0,3293,0,0,1), - (92021,8601,0,7896,0,2183.11,-4895.56,89.4718,0.262741,345,5,0,3420,0,0,1), - (92022,8601,0,7896,0,2474.13,-4258.14,74.4633,0.404704,345,10,0,3420,0,0,1), - (92023,9452,0,10405,0,1743.64,-5356.64,74.5472,2.58309,610,0,0,5151,4765,0,0), - (92024,8601,0,7896,0,2166.11,-4230.51,75.6432,0.847559,345,10,0,3420,0,0,1), - (92025,9447,0,10380,0,1740.53,-5354.84,74.4455,5.77704,610,0,0,5886,1982,0,0), - (92026,9452,0,10405,0,1781.67,-5384.8,79.8129,5.36571,610,2,0,5151,4765,0,1), - (92027,8547,0,10392,0,3054.3,-3232.23,148.673,3.24631,345,0,0,2610,1982,0,0), - (92028,8540,0,984,0,3082.26,-3098.47,128.72,4.86672,345,5,0,3188,0,0,1), - (92029,8602,0,7897,0,3281.98,-2989.53,135.257,5.01167,345,5,0,3643,0,0,1), - (92030,8598,0,9022,0,2888.09,-3069.75,105.634,1.75842,345,10,0,3758,0,0,1), - (92031,8598,0,9022,0,2851.24,-3105.83,104.799,4.19809,345,10,0,3758,0,0,1), - (92032,9449,0,10387,0,1733.15,-5412.42,82.3916,2.9147,610,0,0,6078,2041,0,0), - (92033,9449,0,10388,0,1776.42,-5413.44,89.6829,3.33358,610,0,0,6078,2041,0,0), - (92034,9452,0,10406,0,1744.56,-5432.38,89.5371,4.08407,610,0,0,5151,4765,0,0), - (92035,16117,0,6121,0,2993.79,-2847.64,101.745,2.2225,345,10,0,3968,0,0,1), - (92036,8602,0,7897,0,3157.8,-4177.61,95.8055,4.0169,345,10,0,3643,0,0,1), - (92037,9449,0,10389,0,1730.58,-5412.21,82.3915,0.069813,610,0,0,6078,2041,0,0), - (92038,9452,0,10406,0,1774.53,-5414.07,89.6816,0.541052,610,0,0,5151,4765,0,0), - (92039,8602,0,7897,0,3260.5,-4420.22,109.851,4.31202,345,10,0,3643,0,0,1), - (92040,9447,0,10380,0,1751.32,-5404.26,98.0558,0.526363,610,5,0,5886,1982,0,2), - (92041,9449,0,10388,0,1749.14,-5463.99,89.5411,0.366519,610,0,0,6078,2041,0,0), - (92042,9452,0,10405,0,1743.24,-5434.36,89.5346,1.02974,610,0,0,5151,4765,0,0), - (92043,9452,0,10406,0,1736.49,-5459.58,89.6199,5.39307,610,0,0,5151,4765,0,0), - (92044,9452,0,10403,0,1751.7,-5462.42,89.6249,3.83972,610,0,0,5151,4765,0,0), - (92045,8605,0,7900,0,2749.95,-3879.61,97.1214,3.65966,345,10,0,3644,0,0,1), - (92046,9447,0,10378,0,1704.07,-5447.56,73.695,1.37881,610,0,0,5886,1982,0,0), - (92047,9452,0,10405,0,1738.15,-5461.6,89.6184,2.25148,610,0,0,5151,4765,0,0), - (92048,9449,0,10390,0,1704.44,-5443.29,73.7868,4.72984,610,0,0,6078,2041,0,0), - (92049,9449,0,10388,0,1626.51,-5338.56,75.9702,4.4855,610,0,0,6078,2041,0,0), - (92050,9447,0,10378,0,1606.48,-5336.73,75.9702,1.09956,610,0,0,5886,1982,0,0), - (92051,9447,0,10377,0,1610.88,-5338.72,75.9702,1.25664,610,0,0,5886,1982,0,0), - (92052,9449,0,10388,0,1580.94,-5324.97,75.9702,1.79769,610,0,0,6078,2041,0,0), - (92053,9449,0,10388,0,1625.77,-5342.24,75.9702,1.39626,610,0,0,6078,2041,0,0), - (92054,9447,0,10377,0,1580.15,-5321.76,75.9702,4.97419,610,0,0,5886,1982,0,0), - (92055,8540,0,984,0,2999.57,-2871.35,93.6038,1.98694,345,3,0,3188,0,0,1), - (92056,8540,0,984,0,2989.59,-2866.92,100.76,5.65382,345,0,0,3188,0,0,0), - (92057,9452,0,10404,0,1636.88,-5305,99.9961,1.78024,610,0,0,5151,4765,0,0), - (92058,9449,0,10390,0,1623.03,-5292.62,99.9683,2.66432,610,5,0,6078,2041,0,2), - (92059,9449,0,10388,0,1636.39,-5301.58,99.9961,4.7822,610,0,0,6078,2041,0,0), - (92060,8598,0,9022,0,2662.98,-4678.62,80.1909,5.6814,345,10,0,3758,0,0,1), - (92061,9449,0,10387,0,1630.7,-5349.35,74.9122,3.64774,610,0,0,6078,2041,0,0), - (92062,9452,0,10405,0,1628.98,-5350.39,75.0511,0.575959,610,0,0,5151,4765,0,0), - (92063,8602,0,7897,0,3152.42,-2914.11,121.814,0.604803,345,10,0,3643,0,0,1), - (92064,8523,0,5231,0,2968.51,-2754.77,112.841,3.99514,345,0,0,3189,0,0,0), - (92065,8598,0,9022,0,2848.63,-3389.4,96.2651,4.63622,345,10,0,3758,0,0,1), - (92068,8543,0,1693,0,3053.05,-3020.49,126.079,3.86272,345,10,0,3758,0,0,2), - (92069,8530,0,10626,0,2946.58,-3159.84,112.359,1.01284,345,10,0,3293,0,0,1), - (92070,8519,0,5497,0,1718.34,-4618.59,56.7168,6.1916,345,5,0,3293,0,0,1), - (92071,8543,0,1693,0,3107.5,-3049.48,135.132,4.14986,345,5,0,3758,0,0,1), - (92073,8520,0,5563,0,1753.96,-4516.92,39.1088,0.828249,345,10,0,3529,0,0,1), - (92074,8520,0,5563,0,1724.83,-4541.82,62.1611,0.565318,345,10,0,3529,0,0,1), - (92076,8524,0,11397,0,2904,-2898.08,100.858,4.9229,345,0,0,2301,4896,0,0), - (92077,8530,0,10626,0,2915.88,-2903.53,100.871,3.28644,345,0,0,3293,0,0,0), - (92078,8523,0,5231,0,2911.61,-2889.76,105.636,2.65103,345,3,0,3189,0,0,1), - (92079,8603,0,7898,0,2424.58,-4341.68,74.569,5.23423,345,10,0,3293,0,0,1), - (92080,8524,0,11397,0,2959.66,-2862.72,107.63,2.40756,345,0,0,2301,4896,0,0), - (92081,8524,0,11397,0,2957.57,-2877.24,107.63,2.2644,345,3,0,2301,4896,0,1), - (92082,8540,0,984,0,2982.81,-2910.77,104.119,5.1673,345,10,0,3188,0,0,1), - (92084,8521,0,11171,0,2483.51,-4119.6,65.5202,6.20565,345,10,0,3644,0,0,1), - (92085,8522,0,11172,0,2460.08,-4152.49,46.8052,4.89104,345,10,0,3758,0,0,1), - (92086,8530,0,10626,0,2903.24,-3384.21,115.5,2.58782,345,5,0,3293,0,0,1), - (92087,8540,0,984,0,3016.32,-2830.38,110.94,1.64845,345,3,0,3188,0,0,1), - (92088,8530,0,10626,0,3002.71,-2831.88,110.935,4.07943,345,3,0,3293,0,0,1), - (92089,8598,0,9022,0,2775.94,-4094.98,98.5301,4.12542,345,10,0,3758,0,0,1), - (92090,8540,0,984,0,2978.66,-2867.53,100.772,1.25535,345,3,0,3188,0,0,1), - (92091,8523,0,5231,0,2967.58,-2870.65,100.149,2.75083,345,3,0,3189,0,0,1), - (92092,8530,0,10626,0,2970.24,-2875.12,107.63,5.24046,345,0,0,3293,0,0,0), - (92093,8530,0,10626,0,2993.32,-2863.39,107.63,5.10482,345,3,0,3293,0,0,1), - (92094,8523,0,5231,0,2979.24,-2863.68,107.63,4.32478,345,3,0,3189,0,0,1), - (92095,8530,0,10626,0,2854.81,-3654.9,113.487,5.74907,345,10,0,3293,0,0,1), - (92096,8602,0,7897,0,2769.98,-3956.97,98.5566,2.47875,345,10,0,3643,0,0,1), - (92097,8598,0,9022,0,2611.91,-4366.74,79.3155,2.3997,345,5,0,3758,0,0,1), - (92112,8603,0,7898,0,2410.84,-4165.4,75.5256,3.94916,345,5,0,3293,0,0,1), - (92113,8605,0,7900,0,2821.11,-4257.54,88.574,2.91206,345,10,0,3644,0,0,1), - (92114,8601,0,7896,0,2246.86,-4076.01,80.7282,2.53191,345,10,0,3420,0,0,1), - (92115,8603,0,7898,0,2267.93,-4322.31,74.8087,3.79252,345,10,0,3293,0,0,1), - (92116,8597,0,7891,0,2222.34,-4938,77.5105,5.4895,345,5,0,3529,0,0,1), - (92117,8601,0,7896,0,2191.66,-4993.54,79.3725,4.22341,345,5,0,3420,0,0,1), - (92118,8601,0,7896,0,2102,-3973.26,135.075,0.632959,345,10,0,3420,0,0,1), - (92119,8603,0,7898,0,2347.6,-4324.54,77.2734,2.45648,345,10,0,3293,0,0,1), - (92120,9449,0,10389,0,1667.73,-5214.4,95.6034,1.63451,610,5,0,6078,2041,0,1), - (92121,8597,0,7891,0,2312.26,-4288.92,78.2225,5.32855,345,5,0,3529,0,0,1), - (92122,8603,0,7898,0,2091.67,-4025,125.148,5.48592,345,5,0,3293,0,0,1), - (92123,8598,0,9022,0,2781.71,-3925.92,101.74,1.33899,345,5,0,3758,0,0,1), - (92124,8561,0,10440,0,3459.29,-4934.36,171.895,4.7822,345,0,0,3876,0,0,0), - (92125,8602,0,7897,0,2828.65,-3395.66,96.023,3.71604,345,10,0,3643,0,0,1), - (92126,8602,0,7897,0,2783.82,-3382.72,93.6394,1.93117,345,10,0,3643,0,0,1), - (92127,8535,0,7855,0,3077.72,-4512.63,114.359,0.564185,345,10,0,3528,0,0,1), - (92128,8605,0,7900,0,2793.08,-3078.74,101.996,1.23329,345,3,0,3644,0,0,1), - (92129,8602,0,7897,0,2487.31,-4804.37,83.9896,1.09937,345,5,0,3643,0,0,1), - (92130,8598,0,9022,0,3169.48,-4605.87,105.276,5.28631,345,10,0,3758,0,0,1), - (92131,8602,0,7897,0,3076.39,-2939.52,118.353,0.905814,345,10,0,3643,0,0,1), - (92132,8602,0,7897,0,2819.31,-2983.82,98.6304,1.35139,345,10,0,3643,0,0,1), - (92133,8602,0,7897,0,3199.58,-4239.13,94.5764,2.21352,345,10,0,3643,0,0,1), - (92134,8602,0,7897,0,2687.58,-3450.05,110.738,4.38817,345,3,0,3643,0,0,1), - (92135,8602,0,7897,0,3176.36,-4227.64,94.9118,4.06694,345,10,0,3643,0,0,1), - (92136,8598,0,9022,0,2753.39,-4128.72,95.8102,4.6596,345,10,0,3758,0,0,1), - (92137,8603,0,7898,0,2176.14,-4176.71,78.369,6.24215,345,10,0,3293,0,0,1), - (92138,10824,0,10375,0,3322.89,-4204.41,159.128,4.53426,43200,5,0,4120,0,0,2), - (92139,8607,0,11141,0,2218.21,-5044.74,54.6477,4.71533,345,3,0,3293,0,0,1), - (92140,8546,0,10409,0,2597.64,-5356.64,175.951,5.51524,345,0,0,4212,0,0,0), - (92141,8598,0,9022,0,2687.34,-4209.32,89.3648,1.59716,345,5,0,3758,0,0,1), - (92142,8560,0,10447,0,3186.69,-4668.48,117.84,4.49362,345,5,0,3758,0,0,2), - (92143,8550,0,10423,0,2502.1,-3809.92,177.881,0.087266,345,0,0,3005,5598,0,0), - (92144,9447,0,10378,0,1721.67,-5335.45,74.1769,1.20428,610,0,0,5886,1982,0,0), - (92145,8603,0,7898,0,2346.08,-4177.79,101.426,1.55029,345,5,0,3293,0,0,1), - (92146,9449,0,10388,0,1717.68,-5482.17,80.1111,3.46535,610,2,0,6078,2041,0,1), - (92147,9447,0,10380,0,1723.19,-5331.86,73.9422,4.27606,610,0,0,5886,1982,0,0), - (92148,8560,0,10446,0,3232.75,-4682.35,136.718,5.12357,345,5,0,3758,0,0,2), - (92149,9447,0,10377,0,1730.17,-5192.84,73.7223,2.46091,610,0,0,5886,1982,0,0), - (92150,8534,0,7854,0,2937.36,-3764.81,117.885,3.01033,345,10,0,3420,0,0,1), - (92151,8524,0,11397,0,2848.92,-3708.38,108.921,0.147007,345,10,0,2301,4896,0,1), - (92152,8602,0,7897,0,2951.7,-4338.81,87.1554,4.05443,345,10,0,3643,0,0,1), - (92153,8530,0,10626,0,2930.25,-3588.69,117.973,4.06615,345,5,0,3293,0,0,1), - (92154,8523,0,5231,0,2910.32,-3520.23,112.461,1.85959,345,5,0,3189,0,0,1), - (92155,8605,0,7900,0,2645.63,-4144.45,82.9665,1.22712,345,10,0,3644,0,0,1), - (92156,8524,0,11397,0,3013.59,-3579.01,128.792,1.86786,345,5,0,2301,4896,0,1), - (92157,8524,0,11397,0,2889.52,-3635.25,117.228,5.4403,345,5,0,2301,4896,0,1), - (92158,8530,0,10626,0,2883.32,-3678.68,116.991,5.73864,345,5,0,3293,0,0,1), - (92159,8602,0,7897,0,3085.99,-4164.89,96.5421,1.03021,345,10,0,3643,0,0,1), - (92160,8598,0,9022,0,2751.73,-3530.91,105.891,1.69515,345,10,0,3758,0,0,1), - (92161,8523,0,5231,0,2886.49,-3550.06,118.288,5.22178,345,5,0,3189,0,0,1), - (92162,8598,0,9022,0,2725.88,-4142.16,92.5487,5.05515,345,10,0,3758,0,0,1), - (92163,8602,0,7897,0,3098.45,-4109.47,101.185,4.1884,345,10,0,3643,0,0,1), - (92164,8543,0,1693,0,3152.77,-3587.73,146.093,5.8501,345,10,0,3758,0,0,1), - (92165,8543,0,1693,0,2953.68,-3545.52,129.608,1.47696,345,5,0,3758,0,0,1), - (92166,8524,0,11397,0,3248.42,-3632.37,153.55,1.3481,345,3,0,2301,4896,0,1), - (92167,8530,0,10626,0,3188.24,-3620.6,163.911,5.41614,345,5,0,3293,0,0,1), - (92168,8543,0,1693,0,3277.02,-3752.51,149.675,3.24445,345,3,0,3758,0,0,1), - (92169,8530,0,10626,0,3225.54,-3864.76,139.116,0.277316,345,3,0,3293,0,0,1), - (92170,8530,0,10626,0,3251.38,-3779.88,142.553,4.32606,345,5,0,3293,0,0,1), - (92171,8524,0,11397,0,3193.95,-3922.19,134.221,6.23045,345,5,0,2301,4896,0,1), - (92172,8561,0,10440,0,3300.08,-4893.36,173.297,2.01349,345,5,0,3876,0,0,1), - (92173,8601,0,7896,0,2124.47,-4692.52,75.3879,6.13527,345,10,0,3420,0,0,1), - (92174,8560,0,10444,0,3188.67,-4643.51,119.916,5.0091,345,0,0,3758,0,0,0), - (92175,8562,0,10435,0,3192.56,-4646.55,119.947,2.58309,345,0,0,3006,2241,0,0), - (92176,8550,0,10423,0,2502.8,-3770.04,177.625,2.70526,345,0,0,3005,5598,0,0), - (92177,8539,0,7857,0,2535.59,-3768.37,178.143,4.65413,345,5,0,3820,0,0,1), - (92178,8558,0,9758,0,2415.15,-3694.29,179.242,4.03171,345,0,0,3876,0,0,0), - (92179,8598,0,9022,0,3033.04,-4320.53,99.4552,0.477345,345,10,0,3758,0,0,1), - (92180,8598,0,9022,0,3107.23,-2975.52,123.215,3.14131,345,10,0,3758,0,0,1), - (92181,8561,0,10440,0,3237.44,-4708.58,151.897,2.65156,345,5,0,3876,0,0,1), - (92182,8532,0,571,0,2747.75,-4717.19,75.3358,0.250837,345,10,0,3876,0,0,1), - (92183,8527,0,370,0,2788.38,-4744.71,76.901,5.95639,345,10,0,3758,0,0,1), - (92184,8527,0,370,0,2745.32,-4747.23,76.632,3.09757,345,10,0,3758,0,0,1), - (92185,8532,0,571,0,2745.72,-4783.77,75.8856,4.9564,345,10,0,3876,0,0,1), - (92186,8532,0,571,0,2774.05,-4722.28,76.3707,2.45225,345,10,0,3876,0,0,1), - (92187,8546,0,10410,0,2826.7,-4739.58,76.0103,2.42601,345,0,0,4212,0,0,0), - (92188,8561,0,10439,0,3250.04,-4691.9,143.893,5.59807,345,5,0,3876,0,0,1), - (92189,8532,0,571,0,2812.01,-4719.99,78.1058,2.77185,345,10,0,3876,0,0,1), - (92190,8546,0,10409,0,2823.03,-4735.66,75.9236,5.35816,345,0,0,4212,0,0,0), - (92191,8527,0,370,0,2850.77,-4735.13,81.8455,4.29545,345,10,0,3758,0,0,1), - (92192,8546,0,10408,0,2836.47,-4764.76,83.1531,0.314159,345,0,0,4212,0,0,0), - (92193,8546,0,10408,0,2840.86,-4762.46,82.6267,3.735,345,0,0,4212,0,0,0), - (92194,8532,0,571,0,2872.44,-4739.01,84.7576,0.33225,345,5,0,3876,0,0,1), - (92195,8532,0,571,0,2788.19,-4678.02,98.532,1.60104,345,5,0,3876,0,0,1), - (92196,8527,0,370,0,2753.39,-4687.49,78.9855,2.31421,345,10,0,3758,0,0,1), - (92197,8532,0,571,0,2810.97,-4688.84,98.5347,5.21741,345,5,0,3876,0,0,1), - (92198,8527,0,370,0,2848.39,-4697.08,96.4548,4.79234,345,10,0,3758,0,0,1), - (92199,8557,0,6841,0,2777.46,-4811.48,79.9999,1.43117,345,0,0,3882,0,0,0), - (92200,8557,0,6841,0,2779.05,-4805.75,80.2152,4.55531,345,0,0,3882,0,0,0), - (92201,8527,0,370,0,2812.37,-4789.63,96.0928,6.16126,345,5,0,3758,0,0,1), - (92202,8532,0,571,0,2771.28,-4784.96,78.8405,2.34736,345,10,0,3876,0,0,1), - (92203,8602,0,7897,0,3073.57,-4023.21,104.063,3.03007,345,10,0,3643,0,0,1), - (92204,8539,0,7857,0,2648.14,-5405.01,160.288,5.22499,345,10,0,3820,0,0,1), - (92205,8606,0,681,0,2154.19,-5060.62,50.3725,4.9448,345,10,0,3529,0,0,1), - (92206,9447,0,10380,0,1727.79,-5191.16,73.7369,5.60251,610,0,0,5886,1982,0,0), - (92207,8596,0,7890,0,2683.78,-2425.31,62.8708,1.15693,345,10,0,3189,0,0,1), - (92208,8530,0,10626,0,3020.83,-3277.01,142.284,4.0189,345,3,0,3293,0,0,1), - (92209,8530,0,10626,0,3114.07,-3242.49,146.176,3.33612,345,5,0,3293,0,0,1), - (92210,8541,0,10751,0,3089.29,-3178.84,141.781,3.48153,345,10,0,3528,0,0,1), - (92211,8524,0,11397,0,3052.79,-3113.27,129.645,1.19496,345,5,0,2301,4896,0,2), - (92212,8555,0,3004,0,2978.03,-2828.08,105.686,0.618434,345,10,0,3189,0,0,1), - (92213,8556,0,11178,0,2938.21,-2878.71,99.2725,1.9324,345,10,0,3529,0,0,1), - (92214,8555,0,3004,0,2947.38,-2844.13,104.719,0.975752,345,5,0,3189,0,0,1), - (92215,8530,0,10626,0,3014.24,-2830.02,106.161,1.41792,345,0,0,3293,0,0,0), - (92216,8523,0,5231,0,3003.82,-2829.85,106.174,4.3918,345,0,0,3189,0,0,0), - (92217,8555,0,3004,0,2946.7,-2808.76,106.573,2.1261,345,5,0,3189,0,0,1), - (92218,8530,0,10626,0,2962.68,-2735.41,115.565,5.8662,345,10,0,3293,0,0,1), - (92219,8555,0,3004,0,2965.59,-2783.07,110.778,5.23169,345,10,0,3189,0,0,1), - (92220,10826,0,7847,0,2953.25,-3200.92,113.18,5.38088,43200,5,0,3758,0,0,2), - (92221,8523,0,5231,0,3049.47,-2881.51,109.534,0.585295,345,10,0,3189,0,0,1), - (92222,8601,0,7896,0,2135.13,-4688.31,76.8424,3.29053,345,10,0,3420,0,0,1), - (92223,8561,0,10441,0,3444.63,-4886.93,166.214,2.47458,345,5,0,3876,0,0,1), - (92224,8562,0,10435,0,3379.26,-4847.99,166.468,6.21559,345,5,0,3006,2241,0,1), - (92225,8562,0,10435,0,3460.56,-4919.15,170.539,1.71042,345,0,0,3006,2241,0,0), - (92226,8560,0,10444,0,3461.63,-4914.65,170.539,4.2237,345,0,0,3758,0,0,0), - (92227,8540,0,984,0,3079.46,-3941.73,115.92,5.62482,345,10,0,3188,0,0,1), - (92228,8523,0,5231,0,3102.82,-3914.5,125.478,6.20694,345,3,0,3189,0,0,1), - (92229,8543,0,1693,0,3185.1,-3842.97,130.932,3.71546,345,10,0,3758,0,0,2), - (92230,8530,0,10626,0,3156.45,-3812.18,130.071,0.628079,345,10,0,3293,0,0,1), - (92231,8530,0,10626,0,3075,-3837.5,125.726,3.7291,345,10,0,3293,0,0,1), - (92232,12247,0,12271,0,3124.36,-3868.76,138.446,0.994838,345,0,0,64,0,0,0), - (92233,12255,0,7804,0,3124.34,-3868.78,138.446,2.70526,345,0,0,64,0,0,0), - (92234,8540,0,984,0,3050.58,-3848.98,119.515,0.718371,345,10,0,3188,0,0,1), - (92235,8553,0,10429,0,3135.96,-3867.93,135.447,3.33358,345,0,0,2485,4896,0,0), - (92236,12262,0,10627,0,3117.6,-3870.24,138.447,3.29867,345,0,0,11628,0,0,0), - (92237,8534,0,7854,0,3148.88,-3803.62,131.041,6.19323,345,10,0,3420,0,0,1), - (92238,8561,0,10439,0,3333,-5000.86,168.796,0.733038,345,0,0,3876,0,0,0), - (92239,8561,0,10441,0,3336.11,-4999.15,168.796,3.38594,345,0,0,3876,0,0,0), - (92240,8541,0,10751,0,2093.66,-4509.98,78.4174,5.41554,345,0,0,3528,0,0,0), - (92241,8558,0,9758,0,2544.98,-3705.43,179.726,2.6529,345,0,0,3876,0,0,0), - (92242,8558,0,9758,0,2537.94,-3702.79,179.667,6.02139,345,0,0,3876,0,0,0), - (92243,8543,0,1693,0,3188.29,-3421.94,164.979,2.66484,345,0,0,3758,0,0,0), - (92244,11288,0,10938,0,2515.42,-4165.8,48.4042,0.558505,345,0,0,1114,0,0,0), - (92245,11288,0,10935,0,2507.5,-4161.34,47.2829,2.51327,345,0,0,1114,0,0,0), - (92246,11288,0,10935,0,2509.99,-4160.89,47.1341,0.174533,345,0,0,1114,0,0,0), - (92247,11288,0,10938,0,2512.14,-4162.29,47.5487,1.81514,345,0,0,1114,0,0,0), - (92248,11288,0,10935,0,2515.1,-4167.76,48.8744,5.32325,345,0,0,1114,0,0,0), - (92249,11288,0,10936,0,2514.5,-4163.62,47.987,4.50295,345,0,0,1114,0,0,0), - (92250,8541,0,10751,0,3183.98,-3554.36,152.852,2.65611,345,10,0,3528,0,0,1), - (92251,8530,0,10626,0,3213.11,-3595.36,149.782,0.655273,345,10,0,3293,0,0,1), - (92252,8525,0,612,0,3143.41,-3358.27,156.996,0.96871,345,5,0,2823,2117,0,1), - (92253,12251,0,7804,0,3180.14,-3320.52,165.243,0.05236,345,0,0,64,0,0,0), - (92254,12247,0,12271,0,3179.95,-3320.36,165.243,0.366519,345,0,0,64,0,0,0), - (92255,8548,0,10956,0,2030.31,-4423.48,76.4772,0.21448,345,0,0,2992,2163,0,0), - (92256,8556,0,11178,0,3183.35,-3324.72,163.548,2.44346,345,0,0,3529,0,0,0), - (92257,8526,0,9788,0,2024.81,-4430.5,76.4772,2.72061,345,0,0,2604,5206,0,0), - (92258,12262,0,10627,0,3175.24,-3315.21,165.244,2.28638,345,0,0,11628,0,0,0), - (92259,8541,0,10751,0,3121.33,-3307.31,141.537,4.9877,345,5,0,3528,0,0,2), - (92260,8601,0,7896,0,2399.82,-4125.26,86.1,0.862064,345,3,0,3420,0,0,1), - (92261,8529,0,7847,0,2539.73,-3752.12,178.789,3.01882,345,10,0,3997,0,0,1), - (92262,12247,0,12271,0,3182.83,-3461.3,167.478,3.24631,345,0,0,64,0,0,0), - (92263,12252,0,7804,0,3182.85,-3461.13,167.478,5.77704,345,0,0,64,0,0,0), - (92264,8553,0,10427,0,3185.53,-3456.8,165.529,4.13643,345,0,0,2485,4896,0,0), - (92265,8525,0,612,0,3214.54,-3493.96,153.802,4.71636,345,5,0,2823,2117,0,1), - (92266,12262,0,10627,0,3178.88,-3468.25,167.479,4.27606,345,0,0,11628,0,0,0), - (92267,8543,0,1693,0,3147.86,-3521.45,156.482,1.53646,345,10,0,3758,0,0,2), - (92268,8524,0,11397,0,3121.22,-3416.78,138.9,1.62735,345,10,0,2301,4896,0,1), - (92269,8553,0,10430,0,3075.49,-3368.79,154.443,0,345,0,0,2485,4896,0,0), - (92270,8530,0,10626,0,3045.88,-3547.27,127.715,2.50102,345,10,0,3293,0,0,1), - (92271,8553,0,10429,0,3083.83,-3368.92,154.443,3.22886,345,0,0,2485,4896,0,0), - (92272,8543,0,1693,0,3052.18,-3487.22,132.574,3.48219,345,10,0,3758,0,0,2), - (92274,8553,0,10429,0,3259.74,-3390.09,143.522,1.71042,345,0,0,2485,4896,0,0), - (92275,8543,0,1693,0,3085.75,-3453.26,136.028,4.93622,345,10,0,3758,0,0,2), - (92278,8543,0,1693,0,2996.2,-3507.77,146.54,2.93373,345,5,0,3758,0,0,2), - (92279,8553,0,10430,0,3258.43,-3373.41,144.274,4.67748,345,0,0,2485,4896,0,0), - (92281,8530,0,10626,0,3040.34,-3613.83,123.9,1.90483,345,10,0,3293,0,0,1), - (92282,12263,0,7864,0,3013.67,-3435.91,149.708,0.994854,345,5,0,16939,0,0,2), - (92283,8561,0,10441,0,3225.5,-4721.81,154.733,5.2709,345,0,0,3876,0,0,0), - (92284,8562,0,10435,0,3229.44,-4725.53,154.905,2.54818,345,0,0,3006,2241,0,0), - (92285,8530,0,10626,0,2980.72,-3181.93,127.335,3.25117,345,5,0,3293,0,0,1), - (92286,8605,0,7900,0,2779.06,-5044.27,90.9328,1.84204,345,5,0,3644,0,0,1), - (92287,12337,0,10502,0,2814.72,-4466.88,89.9556,3.96079,610,6,0,14652,4868,0,2), - (92288,13118,0,10494,0,2807.56,-4474.55,89.9657,4.01185,610,6,0,8352,0,0,2), - (92289,13118,0,10492,0,2821.24,-4460.42,89.9439,3.94116,610,6,0,8352,0,0,2), - (92290,13118,0,10492,0,2818.17,-4463.67,89.9566,3.94901,610,6,0,8352,0,0,2), - (92291,13118,0,10492,0,2810.57,-4471.33,89.9647,3.96079,610,6,0,8352,0,0,2), - (92292,8597,0,7891,0,2195.61,-4210.71,76.8386,3.16488,345,3,0,3529,0,0,1), - (92293,8601,0,7896,0,2501.91,-4248.48,77.235,2.92081,345,10,0,3420,0,0,1), - (92294,8597,0,7891,0,2353.49,-4094.84,77.046,4.98438,345,10,0,3529,0,0,1), - (92295,8603,0,7898,0,2282.31,-4151.71,94.8817,1.93376,345,5,0,3293,0,0,1), - (92296,8607,0,11141,0,2189.1,-5076.95,50.6731,0.654311,345,5,0,3293,0,0,1), - (92297,8606,0,681,0,2244.26,-5085.14,54.3628,0.645819,345,5,0,3529,0,0,1), - (92298,8597,0,7891,0,2284.92,-4323.77,74.4438,1.72015,345,10,0,3529,0,0,1), - (92299,8600,0,7894,0,1792.53,-4231.64,90.7105,1.57275,345,10,0,3189,0,0,1), - (92300,8600,0,7894,0,1846.52,-4312.6,90.51,0.429133,345,5,0,3189,0,0,1), - (92301,8600,0,7894,0,1990.99,-3979.5,119.454,0.068386,345,10,0,3189,0,0,1), - (92302,8600,0,7894,0,1961.34,-3958.26,132.585,2.78248,345,10,0,3189,0,0,1), - (92303,8600,0,7894,0,2142.24,-3393.13,133.97,5.89645,345,5,0,3189,0,0,1), - (92304,8603,0,7898,0,2044.93,-3853.08,130.78,5.9709,345,0,0,3293,0,0,0), - (92305,8603,0,7898,0,1772.8,-4174.29,85.9585,3.24604,345,10,0,3293,0,0,1), - (92306,8603,0,7898,0,1643.61,-3856.19,131.228,2.49071,345,10,0,3293,0,0,1), - (92307,8603,0,7898,0,2373.64,-4302.37,77.8021,1.17885,345,10,0,3293,0,0,1), - (92308,8601,0,7896,0,2109.35,-4104.61,85.0634,2.02396,345,10,0,3420,0,0,1), - (92309,8603,0,7898,0,1752.49,-4111.56,97.2032,0.537071,345,10,0,3293,0,0,1), - (92310,8596,0,7890,0,1736.36,-3090.21,78.1675,0.653904,345,10,0,3189,0,0,1), - (92311,8600,0,7894,0,1818.63,-4281.16,86.1573,0.708626,345,5,0,3189,0,0,1), - (92312,8603,0,7898,0,1665.04,-3584.25,120.158,5.68598,345,10,0,3293,0,0,1), - (92313,8603,0,7898,0,1594.36,-3388.78,128.776,2.94707,345,5,0,3293,0,0,1), - (92314,8597,0,7891,0,2306.72,-4240.5,101.017,5.03043,345,5,0,3529,0,0,1), - (92315,8601,0,7896,0,2346.61,-4203.31,100.713,0.781947,345,5,0,3420,0,0,1), - (92316,8601,0,7896,0,2286.51,-4076.3,78.3465,5.21671,345,10,0,3420,0,0,1), - (92317,8597,0,7891,0,2147.46,-4817.17,81.718,0.561038,345,3,0,3529,0,0,1), - (92318,8601,0,7896,0,2125.7,-3941.41,135.315,4.91113,345,10,0,3420,0,0,1), - (92319,8550,0,10421,0,2665.49,-5503.45,162.39,0.279253,345,0,0,3005,5598,0,0), - (92320,8550,0,10421,0,2612.87,-5503.44,158.134,4.45059,345,0,0,3005,5598,0,0), - (92321,8546,0,10409,0,2672.47,-5501.75,162.213,3.35103,345,0,0,4212,0,0,0), - (92322,8558,0,9758,0,2714.66,-5421.47,161.407,5.70723,345,0,0,3876,0,0,0), - (92323,8606,0,681,0,2212.24,-5177.29,55.1209,1.94642,345,5,0,3529,0,0,1), - (92324,8545,0,7858,0,2147.63,-3558.4,145.358,4.955,345,5,0,3997,0,0,1), - (92325,8603,0,7898,0,1654.41,-3510.64,128.128,1.31019,345,10,0,3293,0,0,1), - (92326,9448,0,10397,0,1585.18,-5486.64,101.036,4.36009,610,5,0,6477,2163,0,1), - (92327,9450,0,10400,0,1576.56,-5497.92,100.879,3.66519,610,0,0,6273,2117,0,0), - (92328,9448,0,10397,0,1584.01,-5455.42,100.847,3.60873,610,0,0,6477,2163,0,0), - (92329,9450,0,10398,0,1553.15,-5491.36,101.272,5.6245,610,5,0,6273,2117,0,1), - (92330,9451,0,10414,0,1553.8,-5520.7,101.252,0.329303,610,5,0,5490,5013,0,1), - (92331,8520,0,5563,0,1680.97,-4707.97,62.0369,4.96116,345,10,0,3529,0,0,1), - (92332,8600,0,7894,0,1674.01,-3422.26,136.526,1.11152,345,10,0,3189,0,0,1), - (92333,9448,0,10395,0,1573.52,-5500.25,100.854,0.733038,610,0,0,6477,2163,0,0), - (92334,8546,0,10408,0,2610.83,-5508.66,158.759,1.27409,345,0,0,4212,0,0,0), - (92335,9447,0,10377,0,1635.92,-4785.59,87.2311,0.645772,610,0,0,5886,1982,0,0), - (92336,8597,0,7891,0,2351.08,-4663.2,76.1008,5.70101,345,10,0,3529,0,0,1), - (92337,8600,0,7894,0,2029.87,-3383.75,109.513,2.71645,345,10,0,3189,0,0,1), - (92338,8600,0,7894,0,1620,-3484.2,132.202,1.88036,345,5,0,3189,0,0,1), - (92339,9449,0,10390,0,1617.85,-5365.8,74.1991,2.18166,610,0,0,6078,2041,0,0), - (92340,9447,0,10376,0,1616.29,-5363.12,74.2627,5.18363,610,0,0,5886,1982,0,0), - (92341,9447,0,10377,0,1572.41,-5416.13,75.0134,3.9968,610,0,0,5886,1982,0,0), - (92342,9452,0,10403,0,1569.64,-5419.08,75.4552,0.785398,610,0,0,5151,4765,0,0), - (92343,9447,0,10376,0,1556.43,-5400.71,78.2931,5.60251,610,0,0,5886,1982,0,0), - (92344,9447,0,10377,0,1562.96,-5393.36,78.3511,5.49779,610,0,0,5886,1982,0,0), - (92345,8600,0,7894,0,1621.1,-3423.57,134.103,3.34627,345,10,0,3189,0,0,1), - (92346,8600,0,7894,0,1624.31,-3550.88,120.741,2.47661,345,5,0,3189,0,0,1), - (92347,8600,0,7894,0,1676.37,-3490.37,130.884,2.03008,345,10,0,3189,0,0,1), - (92348,8597,0,7891,0,1951,-5120.7,77.8774,4.39249,345,10,0,3529,0,0,1), - (92349,8601,0,7896,0,2252.28,-4580.34,73.7361,2.24188,345,10,0,3420,0,0,1), - (92350,8603,0,7898,0,1945.39,-3900.84,129.294,0.631383,345,10,0,3293,0,0,1), - (92351,8597,0,7891,0,2169.97,-5116.6,52.797,4.93096,345,5,0,3529,0,0,1), - (92352,8596,0,7890,0,1675.31,-3378.01,124.305,6.18652,345,10,0,3189,0,0,1), - (92353,8606,0,681,0,2061.56,-4209.06,20.4282,4.3231,345,5,0,3529,0,0,1), - (92354,8597,0,7891,0,2222.54,-4280.76,75.7712,0.023433,345,10,0,3529,0,0,1), - (92355,8606,0,681,0,1980.06,-4295.74,16.374,1.84503,345,5,0,3529,0,0,1), - (92356,8607,0,11141,0,2017.49,-4376.62,21.2891,4.64313,345,3,0,3293,0,0,1), - (92357,8607,0,11141,0,2017.81,-4284.57,10.8653,1.97682,345,5,0,3293,0,0,1), - (92358,8603,0,7898,0,1979.49,-3532.35,113.296,1.24895,345,10,0,3293,0,0,1), - (92359,8596,0,7890,0,2146.57,-2871.95,89.444,4.61563,345,10,0,3189,0,0,1), - (92360,8596,0,7890,0,2193.41,-2843.31,91.3492,0.414257,345,3,0,3189,0,0,1), - (92361,8596,0,7890,0,2095.73,-2966.34,92.3586,0.900328,345,10,0,3189,0,0,1), - (92362,8600,0,7894,0,2090.76,-2889.27,82.1505,4.93985,345,10,0,3189,0,0,1), - (92363,8601,0,7896,0,2054.1,-4084.83,88.9267,5.0851,345,5,0,3420,0,0,1), - (92364,8526,0,9788,0,2077.5,-4512.76,76.8726,1.68039,345,10,0,2604,5206,0,1), - (92365,8601,0,7896,0,2193.14,-4075.67,86.0414,4.13225,345,10,0,3420,0,0,1), - (92366,8603,0,7898,0,1829.2,-2847.64,81.6507,1.50241,345,10,0,3293,0,0,1), - (92367,8601,0,7896,0,2144.78,-4064.61,93.7588,1.81957,345,10,0,3420,0,0,1), - (92368,8551,0,10420,0,1969.5,-4522.47,75.5379,2.35553,345,5,0,2442,5013,0,1), - (92369,8548,0,10953,0,1971.35,-4508.92,74.9112,1.98614,345,5,0,2992,2163,0,1), - (92370,8526,0,9788,0,1981.1,-4501.74,75.5344,1.62436,345,5,0,2604,5206,0,1), - (92371,8543,0,1693,0,1908.96,-4478.82,79.104,2.67459,345,10,0,3758,0,0,2), - (92372,8551,0,10418,0,1991.47,-4494.67,75.5214,5.74802,345,5,0,2442,5013,0,1), - (92373,8548,0,10954,0,1974.43,-4505.11,82.3923,5.35496,345,5,0,2992,2163,0,1), - (92374,8532,0,571,0,2151.34,-3416.27,135.448,4.09254,345,5,0,3876,0,0,1), - (92375,8548,0,10954,0,1962.92,-4512.34,82.3923,0.8636,345,5,0,2992,2163,0,1), - (92376,8548,0,10956,0,1971.49,-4522.69,82.3923,1.38738,345,5,0,2992,2163,0,1), - (92377,8548,0,10954,0,1985.07,-4490.84,82.3923,0.114867,345,5,0,2992,2163,0,1), - (92378,8542,0,8783,0,2447.04,-3632.91,178.807,4.68092,345,10,0,3758,0,0,1), - (92379,8600,0,7894,0,1729.45,-2962.25,80.4487,5.65361,345,5,0,3189,0,0,1), - (92380,8532,0,571,0,2416.68,-3628.24,178.524,3.31881,345,10,0,3876,0,0,1), - (92381,8596,0,7890,0,1839.79,-4252.9,89.5712,3.76576,345,5,0,3189,0,0,1), - (92382,8596,0,7890,0,2121.96,-2769.42,78.6896,1.10373,345,10,0,3189,0,0,1), - (92383,8600,0,7894,0,1887.79,-2890.06,85.5281,2.79265,345,10,0,3189,0,0,1), - (92384,8600,0,7894,0,1783.64,-4374.41,82.2632,2.52055,345,10,0,3189,0,0,1), - (92385,8548,0,10954,0,2098.77,-4546.95,76.4691,6.11065,345,0,0,2992,2163,0,0), - (92386,9452,0,10405,0,1747.88,-5463.74,82.3928,0.698132,610,0,0,5151,4765,0,0), - (92387,9452,0,10404,0,1750.96,-5461.69,82.3928,3.35103,610,0,0,5151,4765,0,0), - (92388,9452,0,10403,0,1755.04,-5442.33,82.3928,1.39626,610,0,0,5151,4765,0,0), - (92389,9449,0,10389,0,1755.28,-5437.58,82.3928,4.81711,610,0,0,6078,2041,0,0), - (92390,9452,0,10404,0,1746.64,-5461.96,82.3928,0.034907,610,0,0,5151,4765,0,0), - (92391,8602,0,7897,0,2664.18,-4706.55,81.8228,3.81687,345,10,0,3643,0,0,1), - (92392,9447,0,10378,0,1704.58,-5387.28,73.9117,4.45059,610,0,0,5886,1982,0,0), - (92393,9452,0,10403,0,1739.18,-5424.84,82.3916,5.58505,610,0,0,5151,4765,0,0), - (92394,9452,0,10403,0,1741.17,-5426.89,82.3916,2.25148,610,0,0,5151,4765,0,0), - (92395,9447,0,10376,0,1703.63,-5390.73,73.7923,1.29154,610,0,0,5886,1982,0,0), - (92396,8596,0,7890,0,1671.79,-3582.72,120.833,4.61758,345,10,0,3189,0,0,1), - (92397,9452,0,10403,0,1759.51,-5395.4,82.3917,3.03687,610,0,0,5151,4765,0,0), - (92398,9452,0,10405,0,1757.08,-5395.54,82.3917,0.261799,610,0,0,5151,4765,0,0), - (92399,9447,0,10376,0,1627.84,-5388.02,74.0229,0.715585,610,0,0,5886,1982,0,0), - (92400,9449,0,10389,0,1605.73,-5409.32,76.4823,0.663225,610,0,0,6078,2041,0,0), - (92401,9452,0,10405,0,1647.72,-5392.43,74.2033,4.88692,610,0,0,5151,4765,0,0), - (92402,9452,0,10403,0,1649,-5395.93,74.3717,2.14675,610,0,0,5151,4765,0,0), - (92403,9447,0,10378,0,1632.19,-5394.35,73.9124,0.785398,610,0,0,5886,1982,0,0), - (92404,9452,0,10405,0,1608.78,-5402.47,75.7878,4.15388,610,0,0,5151,4765,0,0), - (92405,9447,0,10377,0,1627.97,-5291.14,75.9702,4.29351,610,0,0,5886,1982,0,0), - (92406,9447,0,10376,0,1610.85,-5410.22,75.7878,3.36848,610,0,0,5886,1982,0,0), - (92407,9449,0,10390,0,1642.86,-5299.14,75.9702,4.7822,610,0,0,6078,2041,0,0), - (92408,8546,0,10408,0,2508.98,-3809.27,178.101,3.19395,345,0,0,4212,0,0,0), - (92409,8597,0,7891,0,2008.71,-5072.57,85.8598,1.50144,345,10,0,3529,0,0,1), - (92410,9447,0,10376,0,1615.37,-5311.45,74.4712,5.84685,610,0,0,5886,1982,0,0), - (92411,9452,0,10405,0,1644.81,-5301.05,75.9702,3.80482,610,0,0,5151,4765,0,0), - (92412,9447,0,10376,0,1614.05,-5314.02,74.4712,5.88176,610,0,0,5886,1982,0,0), - (92413,9452,0,10405,0,1642.71,-5303.42,75.9702,1.23918,610,0,0,5151,4765,0,0), - (92414,9449,0,10388,0,1599.11,-5280.8,75.9702,1.5708,610,0,0,6078,2041,0,0), - (92415,9447,0,10378,0,1631.98,-5293.08,75.9702,4.20624,610,0,0,5886,1982,0,0), - (92416,9452,0,10406,0,1592.06,-5309.36,75.9702,2.33874,610,0,0,5151,4765,0,0), - (92417,9452,0,10405,0,1589.49,-5306.12,75.9702,5.37561,610,0,0,5151,4765,0,0), - (92418,9449,0,10389,0,1599.64,-5277.89,75.9702,4.46804,610,0,0,6078,2041,0,0), - (92419,9447,0,10377,0,1598.17,-5279.28,75.9702,5.60251,610,0,0,5886,1982,0,0), - (92420,9449,0,10387,0,1612.89,-5315.04,89.8936,2.61799,610,0,0,6078,2041,0,0), - (92421,9452,0,10404,0,1588.97,-5307.71,75.9702,5.88176,610,0,0,5151,4765,0,0), - (92422,9449,0,10389,0,1607.78,-5287.93,84.7919,6.17846,610,0,0,6078,2041,0,0), - (92423,8601,0,7896,0,2283.21,-4667.56,74.645,1.48863,345,10,0,3420,0,0,1), - (92424,9447,0,10377,0,1610.38,-5287.87,84.7919,3.28122,610,0,0,5886,1982,0,0), - (92425,8597,0,7891,0,2284.56,-4825.25,119.313,2.29752,345,5,0,3529,0,0,1), - (92426,9449,0,10388,0,1594.57,-5300.28,91.1874,4.2586,610,0,0,6078,2041,0,0), - (92427,9447,0,10377,0,1593.2,-5303.4,91.1874,1.20428,610,0,0,5886,1982,0,0), - (92428,9447,0,10378,0,1610.9,-5313.9,89.8936,5.75959,610,0,0,5886,1982,0,0), - (92429,9447,0,10376,0,1576.13,-5321.84,88.9986,5.11381,610,0,0,5886,1982,0,0), - (92430,9447,0,10380,0,1577.41,-5324.44,88.9986,2.07694,610,0,0,5886,1982,0,0), - (92431,9449,0,10387,0,1579.2,-5324.41,99.9128,5.96524,610,5,0,6078,2041,0,2), - (92432,11898,0,11836,0,1651.43,-5492.02,101.95,1.98555,610,5,0,7478,9736,0,2), - (92433,9448,0,10397,0,1642.38,-5488.23,101.356,2.47997,610,5,0,6477,2163,0,2), - (92434,9451,0,10415,0,1572.53,-5486.02,101.131,0.617553,610,5,0,5490,5013,0,2), - (92435,9448,0,10395,0,1537.24,-5474.58,99.7218,4.01065,610,2,0,6477,2163,0,1), - (92436,9451,0,10414,0,1615.58,-5478.06,100.921,1.67852,610,5,0,5490,5013,0,1), - (92437,9450,0,10400,0,1576.23,-5587.76,111.254,4.32842,610,0,0,6273,2117,0,0), - (92438,9448,0,10396,0,1610.27,-5509.77,106.815,1.16937,610,0,0,6477,2163,0,0), - (92439,9448,0,10395,0,1625.15,-5517.64,106.869,1.23918,610,0,0,6477,2163,0,0), - (92440,9448,0,10395,0,1613.98,-5530.8,111.252,1.22173,610,0,0,6477,2163,0,0), - (92441,9448,0,10397,0,1605.82,-5526.18,111.251,1.18682,610,0,0,6477,2163,0,0), - (92442,9448,0,10395,0,1581.67,-5575.31,111.254,4.32842,610,0,0,6477,2163,0,0), - (92443,9448,0,10396,0,1578.84,-5598.91,111.254,4.06662,610,0,0,6477,2163,0,0), - (92444,9451,0,10416,0,1585.1,-5584.34,111.254,4.11898,610,0,0,5490,5013,0,0), - (92445,9448,0,10396,0,1604.1,-5575.29,111.253,0.593412,610,0,0,6477,2163,0,0), - (92446,9450,0,10400,0,1585.24,-5611.23,111.254,0.628319,610,0,0,6273,2117,0,0), - (92447,9448,0,10396,0,1606.6,-5573.69,111.254,3.52556,610,0,0,6477,2163,0,0), - (92448,9450,0,10398,0,1576.33,-5555.26,111.254,4.24115,610,0,0,6273,2117,0,0), - (92449,9448,0,10396,0,1557.1,-5592.93,111.254,4.60767,610,0,0,6477,2163,0,0), - (92450,9448,0,10395,0,1586.85,-5611.75,111.254,1.01229,610,0,0,6477,2163,0,0), - (92451,9448,0,10396,0,1573.82,-5560.28,111.254,1.09956,610,0,0,6477,2163,0,0), - (92452,9451,0,10414,0,1579.15,-5556.9,111.254,3.61283,610,0,0,5490,5013,0,0), - (92453,9450,0,10401,0,1589.36,-5607.69,111.254,4.17134,610,0,0,6273,2117,0,0), - (92454,9448,0,10395,0,1556.89,-5596.22,111.254,1.55334,610,0,0,6477,2163,0,0), - (92455,8597,0,7891,0,2199.06,-4244.9,75.4295,2.79699,345,10,0,3529,0,0,1), - (92456,8601,0,7896,0,2252.63,-4765.01,98.3641,4.1542,345,3,0,3420,0,0,1), - (92457,8601,0,7896,0,2326.1,-4545.37,81.8834,2.79482,345,10,0,3420,0,0,1), - (92458,9449,0,10389,0,1748.43,-5445.19,85.9244,2.98472,610,5,0,6078,2041,0,1), - (92459,9447,0,10378,0,1728.19,-5388.36,81.0628,2.07694,610,0,0,5886,1982,0,0), - (92460,9449,0,10389,0,1746.19,-5407.06,82.3915,0.453786,610,0,0,6078,2041,0,0), - (92461,9449,0,10389,0,1803.24,-5422.34,82.3951,2.54818,610,0,0,6078,2041,0,0), - (92462,9452,0,10404,0,1748.58,-5405.63,82.3916,3.75246,610,0,0,5151,4765,0,0), - (92463,8597,0,7891,0,1945.35,-5090.71,87.0653,1.1084,345,10,0,3529,0,0,1), - (92464,9452,0,10403,0,1800.24,-5424.14,82.3926,1.37881,610,0,0,5151,4765,0,0), - (92465,8603,0,7898,0,2156.52,-5191.72,81.3271,4.77351,345,10,0,3293,0,0,1), - (92466,9447,0,10378,0,1739.43,-5380.87,81.0414,2.30383,610,0,0,5886,1982,0,0), - (92467,9449,0,10388,0,1780.65,-5425.06,82.3914,2.23402,610,0,0,6078,2041,0,0), - (92468,9449,0,10387,0,1778.98,-5422.72,82.3946,5.3058,610,0,0,6078,2041,0,0), - (92469,9452,0,10406,0,1800.55,-5419.82,82.3986,5.07891,610,0,0,5151,4765,0,0), - (92470,8596,0,7890,0,1637.61,-4420.62,95.4439,0.797928,345,5,0,3189,0,0,1), - (92471,8521,0,11171,0,2506.72,-4193.38,61.0156,0.101886,345,10,0,3644,0,0,1), - (92472,8600,0,7894,0,1625.79,-3635.2,108.892,4.7407,345,10,0,3189,0,0,1), - (92473,8528,0,11396,0,2679.56,-5469.57,157.067,5.06479,345,10,0,2698,5461,0,1), - (92474,8542,0,8783,0,2480.36,-5184.73,76.112,2.3682,345,0,0,3758,0,0,0), - (92475,8542,0,8783,0,2443.26,-5215.05,73.7353,6.04434,345,5,0,3758,0,0,1), - (92476,8542,0,8783,0,2446.79,-5148.63,80.0468,5.25092,345,10,0,3758,0,0,1), - (92477,8534,0,7854,0,1741.02,-4422.18,74.9123,2.16102,345,10,0,3420,0,0,1), - (92478,8597,0,7891,0,1979.3,-5271.38,86.3963,5.74202,345,5,0,3529,0,0,1), - (92479,8606,0,681,0,2021.59,-4347.6,6.69596,5.75104,345,10,0,3529,0,0,1), - (92480,8606,0,681,0,2074.01,-4344.92,12.0691,5.16991,345,5,0,3529,0,0,1), - (92481,8606,0,681,0,1986.29,-4186.02,13.1463,3.64976,345,5,0,3529,0,0,1), - (92482,8521,0,11171,0,2462.23,-4153.38,46.3769,4.73961,345,10,0,3644,0,0,1), - (92483,8597,0,7891,0,2402.22,-5021.43,76.4145,2.87668,345,10,0,3529,0,0,1), - (92484,8597,0,7891,0,2164.26,-5151.2,74.0244,1.81957,345,5,0,3529,0,0,1), - (92485,8601,0,7896,0,2246.17,-5146.08,62.4112,4.99243,345,0,0,3420,0,0,0), - (92486,8606,0,681,0,2334.67,-5127.65,53.8121,3.37552,345,5,0,3529,0,0,1), - (92487,8606,0,681,0,2282.18,-5143.97,53.7672,5.74349,345,5,0,3529,0,0,1), - (92488,8603,0,7898,0,2393.76,-4987.01,71.2813,5.87737,345,10,0,3293,0,0,1), - (92489,8534,0,7854,0,2162.83,-5179.83,81.7658,1.80154,345,10,0,3420,0,0,1), - (92490,8603,0,7898,0,2281.19,-5110.87,75.1932,0.222481,345,5,0,3293,0,0,1), - (92491,8603,0,7898,0,2023.02,-5285.4,87.1893,6.13811,345,10,0,3293,0,0,1), - (92492,8601,0,7896,0,2164.03,-4148.06,74.3823,3.02074,345,10,0,3420,0,0,1), - (92493,8601,0,7896,0,2209.3,-4125.93,79.2515,2.83648,345,10,0,3420,0,0,1), - (92494,8601,0,7896,0,2102.27,-4795.61,75.3284,4.58416,345,10,0,3420,0,0,1), - (92495,9447,0,10378,0,1657.94,-4850.38,84.2001,1.13695,610,10,0,5886,1982,0,1), - (92496,8600,0,7894,0,1599.93,-3143.43,90.0316,3.99062,345,5,0,3189,0,0,1), - (92497,8596,0,7890,0,1934.45,-2941.46,75.9477,3.57509,345,5,0,3189,0,0,1), - (92498,8600,0,7894,0,1867,-3814.15,137.447,6.01239,345,10,0,3189,0,0,1), - (92499,8596,0,7890,0,1623.31,-3441.69,135.291,2.84855,345,10,0,3189,0,0,1), - (92500,9447,0,10377,0,1674.33,-4831.99,89.1391,6.24828,610,0,0,5886,1982,0,0), - (92501,8534,0,7854,0,1668.18,-3538.13,124.707,4.07842,345,10,0,3420,0,0,1), - (92502,8601,0,7896,0,2337.18,-4840.32,93.9747,0.544105,345,2,0,3420,0,0,1), - (92503,8606,0,681,0,2170.97,-5128.59,53.2152,2.03129,345,5,0,3529,0,0,1), - (92504,8596,0,7890,0,1653.14,-4438.58,88.669,1.28364,345,5,0,3189,0,0,1), - (92505,9447,0,10377,0,1840.46,-5423.79,84.3416,2.71413,610,2,0,5886,1982,0,1), - (92506,8596,0,7890,0,1794.84,-2889.4,69.5286,0.833047,345,10,0,3189,0,0,1), - (92507,8596,0,7890,0,2086.09,-3022.37,78.3033,0.874558,345,10,0,3189,0,0,1), - (92508,8603,0,7898,0,1745.72,-2871.81,85.4035,4.01615,345,5,0,3293,0,0,1), - (92509,8600,0,7894,0,1584.07,-3846.89,127.821,2.90894,345,5,0,3189,0,0,1), - (92510,8534,0,7854,0,1948.86,-3128.21,90.7465,5.43765,345,10,0,3420,0,0,1), - (92511,8596,0,7890,0,2070.46,-3178.55,80.1001,3.93598,345,10,0,3189,0,0,1), - (92512,8596,0,7890,0,1757.43,-2916.97,75.6366,4.66741,345,5,0,3189,0,0,1), - (92513,8545,0,7858,0,2086.57,-3488.72,116.702,1.02451,345,10,0,3997,0,0,1), - (92514,8532,0,571,0,2155.47,-3500.42,123.2,2.00736,345,10,0,3876,0,0,1), - (92515,8529,0,7847,0,2105.31,-3505.09,119.456,2.91802,345,10,0,3997,0,0,1), - (92516,8529,0,7847,0,2313.11,-3585.9,160.851,1.32297,345,10,0,3997,0,0,2), - (92517,8542,0,8783,0,2254.88,-3503.27,141.643,2.29679,345,3,0,3758,0,0,1), - (92518,8539,0,7857,0,2247.46,-3525.35,139.529,5.35159,345,5,0,3820,0,0,1), - (92519,8532,0,571,0,2318.47,-3637.28,181.135,1.60402,345,2,0,3876,0,0,1), - (92520,8542,0,8783,0,2386.91,-3628.38,181.97,2.35609,345,5,0,3758,0,0,1), - (92521,8532,0,571,0,2349.01,-3663.31,184.497,1.63252,345,5,0,3876,0,0,1), - (92522,8541,0,10751,0,1987.32,-4451.75,73.708,0.613295,345,10,0,3528,0,0,1), - (92523,8541,0,10751,0,1948.37,-4448.59,77.0522,3.71009,345,0,0,3528,0,0,0), - (92524,8526,0,9788,0,1968.05,-4476,74.3057,1.83958,345,0,0,2604,5206,0,0), - (92525,8541,0,10751,0,2018.17,-4451.54,75.3462,2.6873,345,10,0,3528,0,0,1), - (92526,8526,0,9788,0,2040.45,-4477,74.8191,4.83276,345,0,0,2604,5206,0,0), - (156064,8538,0,0,0,2166.23,-4502,73.726,1.046,600,4,0,3665,0,0,1), - (92528,8541,0,10751,0,2053.5,-4497.17,74.8191,3.90754,345,6,0,3528,0,0,1), - (92529,8526,0,9788,0,2050.53,-4464.59,74.9968,1.06789,345,0,0,2604,5206,0,0), - (92530,8548,0,10956,0,2055.42,-4478.48,75.8946,4.24874,345,0,0,2992,2163,0,0), - (92531,8548,0,10954,0,2058.37,-4453.84,75.8988,1.35838,345,5,0,2992,2163,0,1), - (92532,8548,0,10955,0,2065.18,-4461.37,75.8988,3.04512,345,0,0,2992,2163,0,0), - (92533,8531,0,10487,0,2020.03,-4481.07,73.7653,6.08223,345,10,0,3644,0,0,1), - (92534,8526,0,9788,0,2077.21,-4470.32,77.258,2.01612,345,5,0,2604,5206,0,1), - (92535,8548,0,10956,0,2038.97,-4536.08,74.7476,0.462065,345,5,0,2992,2163,0,1), - (92536,8541,0,10751,0,2015.08,-4555.27,74.9889,0.490918,345,0,0,3528,0,0,0), - (92537,8548,0,10953,0,2022.53,-4564.35,74.974,5.03374,345,0,0,2992,2163,0,0), - (92538,8548,0,10955,0,2013.04,-4556.79,79.7481,4.23677,345,3,0,2992,2163,0,1), - (92539,8600,0,7894,0,1833.71,-3470.16,118.847,5.76205,345,5,0,3189,0,0,1), - (92540,8551,0,10420,0,2021.77,-4568.32,79.7546,0.476076,345,3,0,2442,5013,0,1), - (92541,8596,0,7890,0,1719.72,-4849.11,92.5166,5.85624,345,5,0,3189,0,0,1), - (92542,11291,0,4769,0,1596.92,-3242.14,66.8295,1.28059,345,3,0,3478,0,0,1), - (92543,11291,0,4769,0,1596.16,-3254.41,66.8295,4.71239,345,3,0,3478,0,0,1), - (92544,12250,0,10275,0,1609.43,-3248.63,68.053,3.15905,345,0,0,3398,0,0,0), - (92545,11291,0,4769,0,1576.33,-3249.07,73.2314,1.80577,345,2,0,3478,0,0,1), - (92546,11290,0,4778,0,1604.87,-3248.29,67.0182,0.636446,345,3,0,3189,0,0,1), - (92547,8542,0,8783,0,2511.56,-5184.98,75.8612,4.00261,345,3,0,3758,0,0,1), - (92548,11290,0,4778,0,1576.51,-3263.31,78.7768,4.93634,345,2,0,3189,0,0,1), - (92549,11291,0,4769,0,1544.76,-3254.2,82.2041,5.1917,345,10,0,3478,0,0,1), - (92550,11291,0,4769,0,1595.68,-3263.83,88.1491,6.20201,345,0,0,3478,0,0,0), - (92551,11290,0,4778,0,1624.02,-3254.4,87.1756,5.30329,345,5,0,3189,0,0,1), - (92552,11291,0,4769,0,1581.2,-3239.66,85.8314,2.77955,345,10,0,3478,0,0,1), - (92553,11290,0,4778,0,1649.32,-3218.48,82.0858,2.99652,345,10,0,3189,0,0,1), - (92554,11290,0,4778,0,1579.49,-3221.88,81.4548,3.03274,345,10,0,3189,0,0,1), - (92555,11291,0,4769,0,1614.76,-3213.74,84.5545,2.01921,345,10,0,3478,0,0,1), - (92556,11291,0,4769,0,1651.68,-3248.84,82.9006,2.73497,345,10,0,3478,0,0,1), - (92557,11290,0,4778,0,1653.37,-3279.51,87.5124,3.3342,345,10,0,3189,0,0,1), - (92558,11290,0,4778,0,1656.96,-3289.67,89.6626,1.57959,345,10,0,3189,0,0,1), - (92559,11291,0,4769,0,1616.83,-3285.57,90.5804,3.13964,345,5,0,3478,0,0,1), - (92560,8550,0,10422,0,2792.23,-5402.22,162.53,4.24115,345,0,0,3005,5598,0,0), - (92561,8542,0,8783,0,2402.98,-5189.86,74.3611,3.52856,345,10,0,3758,0,0,1), - (92562,8542,0,8783,0,2449.19,-5167.07,79.4992,2.0224,345,10,0,3758,0,0,1), - (92563,9452,0,10404,0,1874,-5463.31,120.191,6.18934,610,5,0,5151,4765,0,1), - (92564,11291,0,4769,0,1611.06,-3312.8,97.1058,2.73862,345,10,0,3478,0,0,1), - (92565,11290,0,4778,0,1548.28,-3281.65,85.312,6.07498,345,5,0,3189,0,0,1), - (92566,8550,0,10421,0,2789.47,-5407.67,162.673,1.09956,345,0,0,3005,5598,0,0), - (92567,8534,0,7854,0,2092.14,-5214.68,84.9673,5.95093,345,10,0,3420,0,0,1), - (92569,8534,0,7854,0,2220.16,-4416.01,96.3101,1.71186,345,3,0,3420,0,0,1), - (92570,8601,0,7896,0,2369.79,-5018.75,72.4468,1.5708,345,5,0,3420,0,0,1), - (92571,8534,0,7854,0,2242.62,-4093.51,78.6236,0.692738,345,10,0,3420,0,0,1), - (92572,8601,0,7896,0,2385.41,-4923.03,73.9975,5.33261,345,10,0,3420,0,0,1), - (92573,8597,0,7891,0,2006.67,-4758.64,94.7629,3.95977,345,5,0,3529,0,0,1), - (92574,8601,0,7896,0,2243.74,-4227.2,94.9451,1.35043,345,3,0,3420,0,0,1), - (92575,8601,0,7896,0,2245.99,-4168.2,104.881,1.5848,345,5,0,3420,0,0,1), - (92576,8601,0,7896,0,2343.27,-4888.2,79.9356,5.26436,345,5,0,3420,0,0,1), - (92577,8603,0,7898,0,1958.27,-4744.36,96.3715,3.46807,345,5,0,3293,0,0,1), - (92578,8603,0,7898,0,1747.67,-4297.55,91.0505,0.927333,345,10,0,3293,0,0,1), - (92579,8597,0,7891,0,2409.26,-4306.41,75.6122,1.34004,345,10,0,3529,0,0,1), - (92580,8601,0,7896,0,2088.05,-4816.11,75.0681,4.07331,345,10,0,3420,0,0,1), - (92581,8606,0,681,0,2165.74,-5035.06,52.6225,2.42154,345,3,0,3529,0,0,1), - (92582,8596,0,7890,0,1757.64,-2980.05,74.0344,5.73255,345,5,0,3189,0,0,1), - (92583,8606,0,681,0,2159.52,-4997.81,56.0813,2.89921,345,5,0,3529,0,0,1), - (92584,8597,0,7891,0,2072.18,-4895.64,75.7407,1.78387,345,10,0,3529,0,0,1), - (92585,8534,0,7854,0,2312.11,-4928.24,85.1969,3.07429,345,5,0,3420,0,0,1), - (92586,8596,0,7890,0,1749.9,-2822.07,70.2383,4.33533,345,10,0,3189,0,0,1), - (92587,8600,0,7894,0,1772.12,-2840.13,69.0439,2.40457,345,10,0,3189,0,0,1), - (92588,8600,0,7894,0,1978.48,-3581.48,121.144,4.8981,345,5,0,3189,0,0,1), - (92589,8600,0,7894,0,1711.41,-4304.18,87.6435,2.76079,345,10,0,3189,0,0,1), - (92590,8600,0,7894,0,1598.43,-3450.32,135.679,0.223659,345,3,0,3189,0,0,1), - (92591,8534,0,7854,0,1654.12,-3905.8,131.014,5.08436,345,10,0,3420,0,0,1), - (92592,8600,0,7894,0,1837.71,-2930.81,82.1656,0.000219,345,10,0,3189,0,0,1), - (92593,8531,0,10487,0,2120.25,-4523.94,74.4363,1.62773,345,10,0,3644,0,0,1), - (92594,8606,0,681,0,2103.95,-5038.86,50.6141,4.42912,345,5,0,3529,0,0,1), - (92595,8541,0,10751,0,2122.88,-4546.13,76.4202,6.19143,345,10,0,3528,0,0,1), - (92596,8541,0,10751,0,2056.1,-4555.02,75.8018,5.94072,345,5,0,3528,0,0,1), - (92597,8548,0,10955,0,2088.75,-4538.84,75.6898,2.38292,345,10,0,2992,2163,0,1), - (92598,8600,0,7894,0,2044.2,-3319.07,108.221,5.96134,345,5,0,3189,0,0,1), - (92599,8541,0,10751,0,2077.66,-4608.35,75.6573,2.07579,345,10,0,3528,0,0,1), - (92600,8606,0,681,0,2059.95,-4977.81,64.2205,1.42457,345,5,0,3529,0,0,1), - (92601,8603,0,7898,0,1744.07,-3986.82,130.289,6.0925,345,10,0,3293,0,0,1), - (92602,8541,0,10751,0,2019.63,-4509.09,74.5393,3.33531,345,10,0,3528,0,0,1), - (92603,8541,0,10751,0,1981.5,-4531.75,75.1226,2.18475,345,5,0,3528,0,0,1), - (92604,8541,0,10751,0,2012.67,-4542.42,74.2893,2.7103,345,5,0,3528,0,0,1), - (92605,8541,0,10751,0,2000.33,-4511.79,76.1643,1.64813,345,5,0,3528,0,0,1), - (92606,8596,0,7890,0,2146.07,-3076.44,77.8531,6.09255,345,5,0,3189,0,0,1), - (92607,8534,0,7854,0,2087.61,-2833.86,81.6054,0.746906,345,10,0,3420,0,0,1), - (92608,8541,0,10751,0,2051.91,-4512.46,74.2893,0.534471,345,10,0,3528,0,0,1), - (92609,8548,0,10955,0,1948.84,-4527.16,74.9973,2.01275,345,5,0,2992,2163,0,1), - (92610,8596,0,7890,0,1694.03,-4883.98,89.6576,6.25585,345,10,0,3189,0,0,1), - (92611,8600,0,7894,0,1795.97,-4203.06,89.8252,0.01754,345,10,0,3189,0,0,1), - (92612,8531,0,10487,0,1900.44,-4513.21,82.5129,3.27785,345,10,0,3644,0,0,1), - (92613,8541,0,10751,0,1953.86,-4551.99,74.5251,4.7446,345,5,0,3528,0,0,1), - (92614,8596,0,7890,0,1691.44,-4954.48,78.5323,4.22427,345,10,0,3189,0,0,1), - (92615,8603,0,7898,0,1883.91,-3616.33,117.57,2.38933,345,10,0,3293,0,0,1), - (92616,8521,0,11171,0,2517.4,-4149.3,46.5015,2.27074,345,10,0,3644,0,0,1), - (92617,8596,0,7890,0,1723.87,-4409.49,76.9314,4.13913,345,10,0,3189,0,0,1), - (92618,8596,0,7890,0,1778.29,-4230.69,86.6411,3.55328,345,10,0,3189,0,0,1), - (92619,8531,0,10487,0,1916.12,-4543.34,82.6737,1.43194,345,10,0,3644,0,0,1), - (92620,11620,0,12332,0,2102.55,-4292.21,10.997,6.24943,345,5,0,1114,0,0,1), - (92621,11621,0,11475,0,2099.51,-4277.23,20.229,6.17846,345,0,0,4356,0,0,0), - (92622,11620,0,12331,0,2098.08,-4297.51,9.6299,0.237065,345,5,0,1114,0,0,1), - (92623,11621,0,11478,0,2097.09,-4275.74,20.4198,1.09956,345,0,0,4356,0,0,0), - (92624,11620,0,12330,0,2094.78,-4278.88,19.3799,2.75519,345,0,0,1114,0,0,0), - (92625,11621,0,11478,0,2096.3,-4300.67,8.7785,1.81514,345,0,0,4356,0,0,0), - (92626,11621,0,11476,0,2100.17,-4280.67,19.3218,1.06465,345,0,0,4356,0,0,0), - (92627,11621,0,11475,0,2099.51,-4294.53,10.4298,5.32325,345,0,0,4356,0,0,0), - (92628,11621,0,11476,0,2099.5,-4292.48,11.398,1.8675,345,0,0,4356,0,0,0), - (92629,11620,0,12331,0,2093.6,-4287.33,14.8799,3.4523,345,5,0,1114,0,0,1), - (92630,8543,0,1693,0,2019.56,-4590.61,75.5556,6.0835,345,5,0,3758,0,0,2), - (92631,8531,0,10487,0,2049.5,-4592.93,74.1111,0.141897,345,10,0,3644,0,0,1), - (92632,8603,0,7898,0,1786.5,-3383.88,123.685,0.781947,345,10,0,3293,0,0,1), - (92633,8603,0,7898,0,1955.24,-3485.72,113.04,1.69999,345,10,0,3293,0,0,1), - (92634,8600,0,7894,0,2198.14,-3029.78,103.614,1.91712,345,5,0,3189,0,0,1), - (92635,8541,0,10751,0,2090.13,-4452.74,75.4701,5.49191,345,10,0,3528,0,0,1), - (92636,8543,0,1693,0,2157.86,-4438.34,74.0555,0.761192,345,0,0,3758,0,0,0), - (92637,8534,0,7854,0,1919.39,-3590.77,117.934,5.61618,345,10,0,3420,0,0,1), - (92638,8606,0,681,0,1981.49,-4248.5,8.19372,1.10011,345,5,0,3529,0,0,1), - (92639,8600,0,7894,0,1999.97,-3311.07,104.855,3.46149,345,5,0,3189,0,0,1), - (92640,8543,0,1693,0,2044.04,-4387.87,74.5194,3.49945,345,5,0,3758,0,0,1), - (92641,8606,0,681,0,2003.65,-4224.73,13.8751,3.3819,345,5,0,3529,0,0,1), - (92642,8607,0,11141,0,2110.81,-4305.94,9.90187,3.11427,345,5,0,3293,0,0,1), - (92643,8603,0,7898,0,2002.37,-3354.58,109.823,2.17017,345,10,0,3293,0,0,1), - (92644,8600,0,7894,0,1957.47,-3282.22,104.239,5.98181,345,5,0,3189,0,0,1), - (92645,8541,0,10751,0,2122.06,-4486.85,73.9703,0.655831,345,10,0,3528,0,0,1), - (92646,8596,0,7890,0,2038.89,-3002.73,79.9425,6.17761,345,10,0,3189,0,0,1), - (92647,8603,0,7898,0,1918.43,-3079.27,82.0036,1.83234,345,10,0,3293,0,0,1), - (92648,8600,0,7894,0,2079.95,-3122.32,77.6654,1.78216,345,10,0,3189,0,0,1), - (92649,8600,0,7894,0,1981.3,-3261.54,98.3767,6.14683,345,5,0,3189,0,0,1), - (92650,8528,0,11396,0,2495.83,-5112.5,81.1112,3.64293,345,10,0,2698,5461,0,1), - (92651,8532,0,571,0,2486.57,-5111.52,81.0318,1.56463,345,10,0,3876,0,0,1), - (92652,8529,0,7847,0,2456.64,-5122.11,76.7955,6.26536,345,10,0,3997,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (91531,2914,309,0,0,-11950.4,-1542.23,39.6678,0.173008,7200,7200,5,0,8,0,0,1), + (91532,2914,309,0,0,-12267.9,-1937.16,134.127,3.73054,7200,7200,5,0,8,0,0,1), + (91533,2914,309,0,0,-11881.8,-1351.68,73.0003,5.90695,7200,7200,5,0,8,0,0,1), + (91534,1420,309,0,0,-11696.1,-1661.09,14.3397,1.35043,7200,7200,5,0,8,0,0,1), + (91535,2914,309,0,0,-11618.5,-1842.27,41.1348,1.88266,7200,7200,5,0,8,0,0,1), + (91536,2914,309,0,0,-11997.3,-1771.12,57.7779,4.22691,7200,7200,5,0,8,0,0,1), + (91537,2914,309,0,0,-11976.6,-1689.73,32.3784,6.07514,7200,7200,5,0,8,0,0,1), + (91538,2914,309,0,0,-12280,-1810.64,131.279,3.80023,7200,7200,5,0,8,0,0,1), + (91539,2914,309,0,0,-12048.8,-1736.73,51.8978,1.24905,7200,7200,5,0,8,0,0,1), + (91540,2914,309,0,0,-11962,-1745,53.1181,5.64046,7200,7200,5,0,8,0,0,1), + (91541,2914,309,0,0,-12378.3,-1842.5,131.652,5.36072,7200,7200,5,0,8,0,0,1), + (91542,2914,309,0,0,-11881.8,-1310.85,78.2792,1.16913,7200,7200,5,0,8,0,0,1), + (91543,2914,309,0,0,-11554.8,-1752.71,40.9137,4.56939,7200,7200,5,0,8,0,0,1), + (91544,2914,309,0,0,-12255.5,-1804.85,131.438,1.14018,7200,7200,5,0,8,0,0,1), + (91545,13321,309,0,0,-11787.6,-1382.22,10.9178,4.84159,7200,7200,5,0,42,0,0,1), + (91546,2914,309,0,0,-11997,-1743.07,54.7099,4.83456,7200,7200,0,0,8,0,0,0), + (91547,2914,309,0,0,-11645.4,-1752.75,29.6354,1.9012,7200,7200,5,0,8,0,0,1), + (91548,11368,309,0,0,-12193.7,-1470.71,147.973,0.718845,7200,7200,5,0,6104,0,0,1), + (91549,11368,309,0,0,-12150.4,-1468.93,160.553,0.188655,7200,7200,5,0,6104,0,0,1), + (91550,11368,309,0,0,-12214.6,-1414.05,156.978,0.240646,7200,7200,5,0,6104,0,0,1), + (91551,11368,309,0,0,-12263.2,-1452.55,143.499,4.92516,7200,7200,5,0,6104,0,0,1), + (91552,11368,309,0,0,-12226.3,-1429,148.674,5.70749,7200,7200,5,0,6104,0,0,1), + (91553,11368,309,0,0,-12284,-1456.87,159.373,4.08001,7200,7200,5,0,6104,0,0,1), + (91554,11368,309,0,0,-12277.8,-1408.08,144.63,4.88027,7200,7200,5,0,6104,0,0,1), + (91555,11368,309,0,0,-12283.7,-1391.63,145.494,5.27237,7200,7200,5,0,6104,0,0,1), + (91556,11368,309,0,0,-12319.3,-1352.99,143.958,0.855211,7200,7200,0,0,6104,0,0,0), + (91557,11368,309,0,0,-12316,-1348.71,144.088,3.00197,7200,7200,0,0,6104,0,0,0), + (91558,11368,309,0,0,-12313.7,-1350.58,143.917,1.71042,7200,7200,0,0,6104,0,0,0), + (91559,11368,309,0,0,-12316.7,-1352.18,143.871,3.1765,7200,7200,0,0,6104,0,0,0), + (91560,11368,309,0,0,-12309.9,-1348.91,144.447,0.314159,7200,7200,0,0,6104,0,0,0), + (91561,15067,309,0,0,-11464,-1650.71,49.6302,2.94961,7200,7200,0,0,22008,0,0,0), + (91562,15576,0,0,0,-14424.6,531.775,24.88,5.16617,180,180,0,0,3857,5751,0,0), + (91572,15895,0,0,0,1647.51,243.693,62.6749,5.8294,180,180,0,0,5800,5013,0,0), + (91593,15898,1,0,0,1971.18,-4259.45,32.2156,4.01426,180,180,0,0,1500,5013,0,0), + (91594,15897,0,0,0,1642.07,239.839,62.6749,0.802851,180,180,0,0,8,0,0,0), + (91595,15891,1,0,0,1614.23,-4395.6,10.3837,3.29867,180,180,0,0,4100,0,0,0), + (91596,15897,1,0,0,-1031.95,-230.513,160.243,3.9619,180,180,0,0,8,0,0,0), + (91597,15891,1,0,0,-1036.33,-233.698,160.017,0.680678,180,180,0,0,4100,0,0,0), + (91598,15564,0,0,0,1633.3,233.931,62.6749,0.401426,180,180,0,0,3857,5751,0,0), + (91599,15891,1,0,0,-1291.3,116.18,131.217,5.14872,180,180,0,0,4100,0,0,0), + (91600,15898,1,0,0,-1043.66,-219.752,159.862,2.68781,180,180,0,0,1500,5013,0,0), + (91601,15891,0,0,0,1638,239.886,62.6749,6.26573,180,180,0,0,4100,0,0,0), + (91602,15898,0,0,0,1647.37,235.685,62.6749,0.471239,180,180,0,0,1500,5013,0,0), + (91603,15580,1,0,0,-1012.62,-245.095,159.361,0.244346,180,180,0,0,3857,5751,0,0), + (91604,15891,1,0,0,-1032.32,-224.263,160.518,4.76475,180,180,0,0,4100,0,0,0), + (91605,15891,0,0,0,1600.35,232.99,-52.0698,5.25344,180,180,0,0,4100,0,0,0), + (91606,15891,0,0,0,1643.96,243.095,62.6749,4.18879,180,180,0,0,4100,0,0,0), + (91607,15891,0,0,0,1643.94,236.545,62.6749,2.11185,180,180,0,0,4100,0,0,0), + (91608,15895,1,0,0,1974.7,-4264.86,32.1957,3.54302,180,180,0,0,5800,5013,0,0), + (91609,15891,1,0,0,1976.96,-4253.48,31.8491,5.91667,180,180,0,0,4100,0,0,0), + (91610,15579,1,0,0,1957.36,-4257.51,31.384,1.23918,180,180,0,0,3857,5751,0,0), + (91611,15891,1,0,0,1988.41,-4252.62,31.6401,3.7001,180,180,0,0,4100,0,0,0), + (91612,15897,1,0,0,1983.05,-4255.89,31.7698,2.07694,180,180,0,0,8,0,0,0), + (91613,15895,1,0,0,-1046.25,-225.606,160.053,2.86234,180,180,0,0,5800,5013,0,0), + (91614,15891,1,0,0,-1027.03,-233.016,160.063,2.58309,180,180,0,0,4100,0,0,0), + (91615,15891,1,0,0,1983.66,-4262.07,32.1407,1.67552,180,180,0,0,4100,0,0,0), + (91622,15892,0,0,0,-8745.4,1078.03,90.8636,4.06662,180,180,0,0,5725,0,0,0), + (91623,15892,0,0,0,-4894.18,-958.153,501.535,2.86234,180,180,0,0,5725,0,0,0), + (91624,15892,0,0,0,-4657.51,-957.597,500.461,2.79253,180,180,0,0,5725,0,0,0), + (91625,15898,0,0,0,-8737.67,1074.78,90.7919,4.66003,180,180,0,0,1500,5013,0,0), + (91626,15895,0,0,0,-4654.88,-941.656,502.229,1.29154,180,180,0,0,5800,5013,0,0), + (91627,15897,0,0,0,-4663.16,-956.235,500.46,0.05236,180,180,0,0,8,0,0,0), + (91628,15892,0,0,0,-4663.47,-949.994,500.461,4.69494,180,180,0,0,5725,0,0,0), + (91629,15892,0,0,0,-8873.01,650.289,96.108,4.97419,180,180,0,0,5725,0,0,0), + (91630,15562,0,0,0,-8761.99,1092.71,94.8771,5.13127,180,180,0,0,3857,5751,0,0), + (91631,15871,0,0,0,-4659.2,-944.427,500.461,4.24115,180,180,0,0,3857,5751,0,0), + (91632,15895,0,0,0,-8756.05,1068.8,90.6075,5.53269,180,180,0,0,5800,5013,0,0), + (91633,15892,0,0,0,-8747.97,1069.06,90.2179,1.6057,180,180,0,0,5725,0,0,0), + (91634,15892,0,0,0,-4667.18,-959.822,500.46,0.680678,180,180,0,0,5725,0,0,0), + (91635,15897,0,0,0,-8748.48,1074.25,90.6194,0.471239,180,180,0,0,8,0,0,0), + (91636,15898,0,0,0,-4644.21,-950.137,501.744,0.959931,180,180,0,0,1500,5013,0,0), + (91637,15892,0,0,0,-8752.71,1077.18,90.8636,5.65487,180,180,0,0,5725,0,0,0), + (91639,15905,1,0,0,7607.19,-2229.44,468.269,1.09956,180,180,0,0,5000,0,0,0), + (91640,15908,1,0,0,7598.31,-2251.26,467.362,1.32645,180,180,0,0,5000,0,0,0), + (91641,15897,1,0,0,7570.15,-2220.81,473.521,3.85718,180,180,0,0,8,0,0,0), + (91642,15905,1,0,0,7610.34,-2232.98,467.61,0.314159,180,180,0,0,5000,0,0,0), + (91643,15897,1,0,0,7610.8,-2228.96,468.761,1.27409,180,180,0,0,8,0,0,0), + (91644,15694,1,0,0,7583.06,-2208.44,474.489,2.05949,180,180,0,0,5000,0,0,0), + (91645,15897,1,0,0,7575.25,-2238.94,469.853,1.02974,180,180,0,0,8,0,0,0), + (91646,15905,1,0,0,7613.68,-2226.41,469.712,1.64061,180,180,0,0,5000,0,0,0), + (91647,15961,1,0,0,7561.18,-2206.26,475.007,0.15708,180,180,0,0,5000,0,0,0), + (91648,15907,1,0,0,7575.94,-2234.72,471.166,3.59538,180,180,0,0,5000,0,0,0), + (91649,15897,1,0,0,7603.55,-2211.26,471.745,3.12414,180,180,0,0,8,0,0,0), + (91650,15897,1,0,0,7585.15,-2205.24,475.369,0.959931,180,180,0,0,8,0,0,0), + (91651,15719,1,0,0,7603.09,-2215.73,470.813,0.750492,180,180,0,0,5000,0,0,0), + (91652,15905,1,0,0,7609.15,-2225.59,469.877,4.18879,180,180,0,0,5000,0,0,0), + (91653,15907,1,0,0,7577.27,-2241.35,469.361,1.22173,180,180,0,0,5000,0,0,0), + (91654,15906,1,0,0,7566.18,-2220.2,473.457,0.925025,180,180,0,0,5000,0,0,0), + (91655,15694,1,0,0,7588.73,-2203.75,475.703,4.4855,180,180,0,0,5000,0,0,0), + (91656,15908,1,0,0,7591.39,-2245.13,467.385,0.645772,180,180,0,0,5000,0,0,0), + (91657,15719,1,0,0,7607.03,-2212.25,470.957,3.78736,180,180,0,0,5000,0,0,0), + (91658,15905,1,0,0,7614.68,-2231.26,468.271,3.54302,180,180,0,0,5000,0,0,0), + (91659,15907,1,0,0,7572.57,-2240.85,468.851,3.82227,180,180,0,0,5000,0,0,0), + (91660,15897,1,0,0,7595.64,-2247.22,466.956,4.32842,180,180,0,0,8,0,0,0), + (91661,15719,1,0,0,7598.6,-2213.04,471.369,1.48353,180,180,0,0,5000,0,0,0), + (91662,15719,1,0,0,7599.17,-2208.41,473.579,4.59022,180,180,0,0,5000,0,0,0), + (91663,15694,1,0,0,7585,-2201.84,476.036,1.71042,180,180,0,0,5000,0,0,0), + (91664,15694,1,0,0,7581.1,-2204.7,475.249,5.16617,180,180,0,0,5000,0,0,0), + (91665,15906,1,0,0,7568.56,-2224.18,472.863,4.03171,180,180,0,0,5000,0,0,0), + (91666,15908,1,0,0,7599.75,-2244.76,467.983,4.55531,180,180,0,0,5000,0,0,0), + (91667,15961,1,0,0,7580.5,-2249.01,466.905,4.31096,180,180,0,0,5000,0,0,0), + (91668,15906,1,0,0,7573.9,-2222.97,473.304,1.64061,180,180,0,0,5000,0,0,0), + (91669,15694,1,0,0,7587.71,-2208.04,474.678,1.32645,180,180,0,0,5000,0,0,0), + (91670,15908,1,0,0,7596.35,-2241.3,467.411,3.85718,180,180,0,0,5000,0,0,0), + (91671,15906,1,0,0,7573.53,-2217.99,473.929,4.86947,180,180,0,0,5000,0,0,0), + (91672,15906,1,0,0,7568.87,-2216.7,474.083,4.04916,180,180,0,0,5000,0,0,0), + (91673,15907,1,0,0,7578.7,-2237.17,470.803,4.46804,180,180,0,0,5000,0,0,0), + (91674,15908,1,0,0,7592.76,-2251.52,465.842,4.36332,180,180,0,0,5000,0,0,0), + (91675,15907,1,0,0,7572.27,-2236.66,470.207,0.471239,180,180,0,0,5000,0,0,0), + (91676,15719,1,0,0,7604.99,-2207.93,472.641,1.0472,180,180,0,0,5000,0,0,0), + (91677,15898,1,0,0,7597.22,-2225.74,468.635,5.61996,180,180,0,0,1500,5013,0,0), + (91678,15961,1,0,0,7587.5,-2196.28,476.198,1.5708,180,180,0,0,5000,0,0,0), + (91679,15864,1,0,0,7948.88,-2619.7,492.72,2.30383,180,180,0,0,5000,0,0,0), + (91680,15961,1,0,0,7605.22,-2257.09,465.672,4.17134,180,180,0,0,5000,0,0,0), + (91681,15961,1,0,0,7586.66,-2221.23,471.323,5.51524,180,180,0,0,5000,0,0,0), + (91682,15961,1,0,0,7630.92,-2227.69,465.714,3.00197,180,180,0,0,5000,0,0,0), + (91683,15961,1,0,0,7949.62,-2616.5,492.466,2.77507,180,180,0,0,5000,0,0,0), + (91684,15961,1,0,0,7558.42,-2223.76,472.257,0.331613,180,180,0,0,5000,0,0,0), + (91685,15961,1,0,0,7604.86,-2204.07,473.214,0.628319,180,180,0,0,5000,0,0,0), + (91686,15961,1,0,0,7946.97,-2628.27,492.398,3.08923,180,180,0,0,5000,0,0,0), + (91687,15909,1,0,0,7947.82,-2622.94,492.851,2.80998,180,180,0,0,5000,5751,0,0), + (91688,15892,1,0,0,9927.99,2492.17,1317.66,0.959931,180,180,0,0,5725,0,0,0), + (91689,15898,1,0,0,7590.56,-2219.2,470.212,2.6529,180,180,0,0,1500,5013,0,0), + (91690,16005,0,0,0,-8813.1,613.857,95.2532,3.15905,180,180,0,0,5000,0,0,0), + (91691,16002,0,0,0,-8870.16,650.797,96.0295,5.5676,180,180,0,0,5000,0,0,0), + (91692,16105,0,0,0,-8864.16,647.052,96.6825,4.04916,180,180,0,0,5000,0,0,0), + (91693,16009,0,0,0,-4918.69,-971.674,501.555,2.11185,180,180,0,0,5000,0,0,0), + (91696,16001,1,0,0,9939.5,2494.36,1317.7,0.785398,180,180,0,0,53,0,0,0), + (91697,16004,0,0,0,1588.39,231.04,-52.0645,5.25344,180,180,0,0,53,0,0,0), + (91698,16108,0,0,0,1591.72,233.589,-52.061,3.76991,180,180,0,0,53,0,0,0), + (91699,16003,0,0,0,2045.68,292.212,55.8368,3.45575,180,180,0,0,5000,0,0,0), + (91700,16007,1,0,0,1617.32,-4399.98,11.5139,2.94961,180,180,0,0,5000,0,0,0), + (91701,16008,1,0,0,-1268.37,49.4112,128.258,5.51524,180,180,0,0,53,0,0,0), + (91708,15559,0,0,0,233.456,-3499.97,161.033,0.785398,350,350,0,0,3857,5751,0,0), + (91709,9448,0,0,0,1702.3,-5553.33,103.098,1.0821,610,610,0,0,6477,2163,0,0), + (91710,15566,0,0,0,2237.86,-5340.41,84.7113,1.13446,345,345,0,0,3857,5751,0,0), + (91711,15592,0,0,0,1853.99,-3721.45,162.308,1.27409,345,345,0,0,3857,5751,0,0), + (91712,15602,0,0,0,1995.88,-2420.17,59.3823,2.72271,315,315,0,0,3857,5751,0,0), + (91713,15594,0,0,0,1261.16,-2558.27,118.29,0.506145,315,315,0,0,3857,5751,0,0), + (91750,13602,0,0,0,361.078,-54.289,145.192,2.182,600,600,40,0,3831,0,0,1), + (91751,13602,0,0,0,313.328,-376.999,169.598,0.914,600,600,40,0,3831,0,0,1), + (91752,13602,0,0,0,550.981,-101.974,145.18,2.755,600,600,40,0,3831,0,0,1), + (91802,9448,0,0,0,1613.42,-5442.63,97.8287,1.67552,610,610,0,0,6477,2163,0,0), + (91803,8603,0,0,0,1671.79,-4904.22,90.5766,5.34886,345,345,5,0,3293,0,0,1), + (91804,8606,0,0,0,2221.68,-4997.71,55.1475,1.59389,345,345,3,0,3529,0,0,1), + (91805,8606,0,0,0,2057,-4224.18,20.4282,1.43735,345,345,5,0,3529,0,0,1), + (91806,8605,0,0,0,3093.39,-2887.59,114.888,3.7464,345,345,10,0,3644,0,0,1), + (91807,8600,0,0,0,1402.2,-3128.48,107.983,1.79866,345,345,5,0,3189,0,0,1), + (91808,8605,0,0,0,2944.34,-5093.29,124.506,1.15962,345,345,3,0,3644,0,0,1), + (91809,8602,0,0,0,2917.48,-4532.97,92.3402,0.280828,345,345,10,0,3643,0,0,1), + (91810,8598,0,0,0,2731.88,-4987.48,90.7816,6.24762,345,345,5,0,3758,0,0,1), + (91811,8598,0,0,0,2823.27,-4660.48,88.8834,1.85889,345,345,3,0,3758,0,0,1), + (91812,8601,0,0,0,1978.12,-5312.89,92.8527,2.37553,345,345,5,0,3420,0,0,1), + (91813,8603,0,0,0,1892.92,-5106.7,77.4215,4.77688,345,345,10,0,3293,0,0,1), + (91814,8597,0,0,0,1943.99,-5289.06,92.3617,0,345,345,5,0,3529,0,0,1), + (91815,8603,0,0,0,2243.81,-4058.38,84.2843,6.2617,345,345,3,0,3293,0,0,1), + (91816,8603,0,0,0,1928.56,-5207.73,79.9399,5.4123,345,345,10,0,3293,0,0,1), + (91817,8603,0,0,0,1713.38,-4408.81,76.4247,0.148938,345,345,10,0,3293,0,0,1), + (91818,8603,0,0,0,1451.54,-3909.85,136.993,4.27791,345,345,5,0,3293,0,0,1), + (91819,8596,0,0,0,2153.36,-3228.31,109.13,0.752099,345,345,5,0,3189,0,0,1), + (91820,8600,0,0,0,1500.4,-3220.49,109.866,0.544719,345,345,5,0,3189,0,0,1), + (91821,8603,0,0,0,2115.71,-3778.16,138.322,0.091897,345,345,10,0,3293,0,0,1), + (91822,8603,0,0,0,1766.74,-4338.17,78.7069,3.87034,345,345,10,0,3293,0,0,1), + (91823,8603,0,0,0,1898.56,-4011.78,111.748,5.8715,345,345,10,0,3293,0,0,1), + (91824,8534,0,0,0,1795.2,-2733.51,85.1002,5.54616,345,345,5,0,3420,0,0,1), + (91825,8521,0,0,0,2919.13,-4955.64,98.089,1.83662,345,345,10,0,3644,0,0,1), + (91826,8521,0,0,0,2877.32,-4940.63,100.279,3.14159,345,345,10,0,3644,0,0,1), + (91827,8540,0,0,0,3184.34,-3035.05,141.406,1.04511,345,345,10,0,3188,0,0,1), + (91828,8540,0,0,0,3181.64,-3122.53,154.613,2.01698,345,345,10,0,3188,0,0,1), + (91829,8540,0,0,0,3136.69,-3081.85,153.877,2.44712,345,345,10,0,3188,0,0,1), + (91830,8534,0,0,0,3316.41,-3129.8,156.879,0.058077,345,345,5,0,3420,0,0,1), + (91831,8540,0,0,0,3209.64,-3134.44,161.768,1.62261,345,345,10,0,3188,0,0,1), + (91832,8525,0,0,0,3190.44,-3209.37,160.646,4.68017,345,345,3,0,2823,2117,0,1), + (91833,8543,0,0,0,3178.56,-3268.32,164.929,5.15156,345,345,5,0,3758,0,0,1), + (91834,8605,0,0,0,2940.7,-4295.03,90.6739,0.985585,345,345,10,0,3644,0,0,1), + (91835,8602,0,0,0,2541,-4591.12,78.8445,4.77575,345,345,10,0,3643,0,0,1), + (91836,8542,0,0,0,3046.87,-4983.57,101.557,4.27057,345,345,5,0,3758,0,0,1), + (91837,8605,0,0,0,2778.94,-4079.07,97.8488,6.13024,345,345,10,0,3644,0,0,1), + (91838,8598,0,0,0,2753.92,-5004.61,90.7803,4.59385,345,345,5,0,3758,0,0,1), + (91839,8527,0,0,0,2745.64,-4854.03,95.2011,5.8063,345,345,0,0,3758,0,0,0), + (91840,8527,0,0,0,2806.93,-4839.91,97.0263,5.27646,345,345,5,0,3758,0,0,1), + (91841,8527,0,0,0,2814.58,-4814.58,93.8555,1.8225,345,345,5,0,3758,0,0,1), + (91842,8602,0,0,0,2858.13,-4145.94,95.9113,4.53764,345,345,10,0,3643,0,0,1), + (91843,8598,0,0,0,2649.26,-4720.56,85.6279,4.19542,345,345,10,0,3758,0,0,1), + (91844,8598,0,0,0,2987.6,-4329.44,80.707,0.741887,345,345,10,0,3758,0,0,1), + (91845,8523,0,0,0,2851.03,-3851.83,106.079,0.796981,345,345,10,0,3189,0,0,1), + (91846,8598,0,0,0,2612.66,-4879.86,79.7736,2.26003,345,345,0,0,3758,0,0,0), + (91847,8543,0,0,0,2888.09,-3872.99,114.548,1.9709,345,345,10,0,3758,0,0,1), + (91848,8523,0,0,0,2807.19,-3828.71,103.625,3.68012,345,345,10,0,3189,0,0,1), + (91849,8523,0,0,0,2880.34,-3824.89,110.515,4.45462,345,345,10,0,3189,0,0,1), + (91850,8540,0,0,0,2913.06,-3908.3,114.471,0.180242,345,345,10,0,3188,0,0,1), + (91851,8598,0,0,0,3011.43,-4749.05,94.1856,4.31247,345,345,10,0,3758,0,0,1), + (91852,8543,0,0,0,2954.93,-3891.39,121.572,3.50014,345,345,10,0,3758,0,0,1), + (91853,8600,0,0,0,1387.67,-3201.38,140.43,4.77883,345,345,5,0,3189,0,0,1), + (91854,8541,0,0,0,3153.18,-3251.39,164.594,4.14903,345,345,10,0,3528,0,0,1), + (91855,8605,0,0,0,2536.12,-4890.91,77.2576,5.24862,345,345,10,0,3644,0,0,1), + (91856,8535,0,0,0,2725.33,-3300.82,98.0541,2.15029,345,345,5,0,3528,0,0,1), + (91857,8555,0,0,0,2762.68,-2494.09,77.8183,2.57758,345,345,3,0,3189,0,0,1), + (91858,8598,0,0,0,2859.65,-3904.61,105.813,3.50505,345,345,10,0,3758,0,0,1), + (91859,8556,0,0,0,2831.96,-2528.18,84.7218,3.38594,345,345,2,0,3529,0,0,1), + (91860,8555,0,0,0,2815.56,-2547.53,78.9078,0.069813,345,345,2,0,3189,0,0,1), + (91861,8555,0,0,0,2795.34,-2493.56,83.4455,2.98305,345,345,3,0,3189,0,0,1), + (91862,8527,0,0,0,2749.18,-4830.37,80.2913,2.18493,345,345,10,0,3758,0,0,1), + (91863,8527,0,0,0,2758.93,-4813.67,77.7907,5.74835,345,345,10,0,3758,0,0,1), + (91864,8555,0,0,0,2832.42,-2577.52,85.0079,5.2348,345,345,2,0,3189,0,0,1), + (91865,8557,0,0,0,2783.7,-2499.99,82.652,0.413468,345,345,3,0,3882,0,0,1), + (91866,8527,0,0,0,2772.3,-4869.48,99.3061,1.10815,345,345,5,0,3758,0,0,1), + (91867,8556,0,0,0,2903.11,-2614.67,89.8071,5.33746,345,345,2,0,3529,0,0,1), + (91868,8602,0,0,0,2681.47,-4955.69,89.5717,4.35583,345,345,0,0,3643,0,0,0), + (91869,8605,0,0,0,3116.37,-4512.62,131.623,4.75241,345,345,5,0,3644,0,0,1), + (91870,8602,0,0,0,2575.22,-4512.7,89.2584,3.98437,345,345,5,0,3643,0,0,1), + (91871,8598,0,0,0,2812.71,-4862.33,96.2763,2.89401,345,345,5,0,3758,0,0,1), + (91872,8530,0,0,0,3247.21,-3048.84,157.579,5.56757,345,345,5,0,3293,0,0,1), + (91873,8543,0,0,0,3289.7,-3021.25,135.705,5.94306,345,345,5,0,3758,0,0,1), + (91874,8540,0,0,0,3204.96,-3751.97,146.41,3.48152,345,345,5,0,3188,0,0,1), + (91875,8524,0,0,0,3032.59,-3316.9,143.295,5.3766,345,345,10,0,2301,4896,0,1), + (91876,8605,0,0,0,2648.94,-4619.46,87.3278,3.72952,345,345,10,0,3644,0,0,1), + (91877,8524,0,0,0,2946.25,-3945.32,107.523,3.9806,345,345,5,0,2301,4896,0,1), + (91878,8598,0,0,0,2864.92,-4848.76,99.2325,0.260602,345,345,10,0,3758,0,0,1), + (91879,8523,0,0,0,3034.65,-3186.98,144.405,3.68713,345,345,3,0,3189,0,0,1), + (91880,8605,0,0,0,3056.98,-4740.48,96.1669,5.59181,345,345,10,0,3644,0,0,1), + (91881,8535,0,0,0,2831.51,-2957.5,101.995,3.91386,345,345,10,0,3528,0,0,1), + (91882,8605,0,0,0,2488.41,-4909.71,77.7033,1.81259,345,345,10,0,3644,0,0,1), + (91883,8598,0,0,0,2797.81,-3971.19,100.42,3.48219,345,345,10,0,3758,0,0,1), + (91884,17795,0,0,0,2963.02,-3041.9,155.965,4.27606,345,345,0,0,8,0,0,0), + (91886,8602,0,0,0,2720.1,-3331.29,94.0079,1.81056,345,345,10,0,3643,0,0,1), + (91887,8523,0,0,0,3279.94,-3079.47,161.598,3.57291,345,345,5,0,3189,0,0,1), + (91888,8524,0,0,0,2852.54,-3526.08,106.861,3.55176,345,345,5,0,2301,4896,0,1), + (91889,8540,0,0,0,2853.56,-3590.86,105.3,4.57519,345,345,10,0,3188,0,0,1), + (91890,8564,0,0,0,3370.26,-4154.72,145.722,2.98451,345,345,0,0,4141,0,0,0), + (91891,8563,0,0,0,3369.39,-4142.97,144.847,4.29351,345,345,0,0,4121,0,0,0), + (91892,8540,0,0,0,3211.32,-3801.17,139.195,2.12679,345,345,10,0,3188,0,0,1), + (91893,8523,0,0,0,3156.03,-3948.38,116.243,3.47506,345,345,10,0,3189,0,0,1), + (91894,8543,0,0,0,2909.38,-3851.38,117.719,2.65968,345,345,10,0,3758,0,0,1), + (91895,8563,0,0,0,3382.15,-4270.09,159.166,5.37486,345,345,5,0,4121,0,0,2), + (91896,8565,0,0,0,3380.37,-4261.32,157.954,5.49276,345,345,5,0,4021,0,0,2), + (91897,8564,0,0,0,3374.07,-4266.25,158.704,5.42535,345,345,0,0,4141,0,0,0), + (91898,8564,0,0,0,3360.18,-4227.14,156.713,6.21337,345,345,0,0,4141,0,0,0), + (91899,8530,0,0,0,2948,-3813.81,125.338,1.1153,345,345,5,0,3293,0,0,1), + (91900,8598,0,0,0,3030.31,-4202.48,95.9397,5.81517,345,345,10,0,3758,0,0,1), + (91901,8543,0,0,0,2882.52,-3754.58,109.893,0.035134,345,345,10,0,3758,0,0,1), + (91902,8563,0,0,0,3312.9,-4242.69,159.045,3.66519,345,345,0,0,4121,0,0,0), + (91903,12322,0,0,0,3325.1,-4205.1,159.223,1.44862,345,345,0,0,5074,2434,0,0), + (91904,12322,0,0,0,3325.36,-4202.29,159.223,4.60767,345,345,0,0,5074,2434,0,0), + (91905,8565,0,0,0,3318.5,-4267.02,159.14,4.71408,345,345,0,0,4021,0,0,0), + (91906,8564,0,0,0,3318.49,-4258.08,159.14,4.71409,345,345,0,0,4141,0,0,0), + (91907,8530,0,0,0,2959.77,-3207.01,111.561,1.71823,345,345,10,0,3293,0,0,1), + (91908,8598,0,0,0,3008.73,-4108.14,96.5911,3.90629,345,345,10,0,3758,0,0,1), + (91909,8543,0,0,0,3017.74,-3141.74,117.467,1.15997,345,345,10,0,3758,0,0,1), + (91910,8564,0,0,0,3312.81,-4223.32,159.105,2.19912,345,345,0,0,4141,0,0,0), + (91911,8564,0,0,0,3359.14,-4244.89,156.443,0.087266,345,345,0,0,4141,0,0,0), + (91912,8562,0,0,0,3177.27,-4743.06,122.815,3.19828,345,345,5,0,3006,2241,0,1), + (91913,8564,0,0,0,3240.08,-4173.83,96.3856,3.40339,345,345,0,0,4141,0,0,0), + (91914,8563,0,0,0,3240.28,-4189.5,94.5669,3.35103,345,345,0,0,4121,0,0,0), + (91915,8564,0,0,0,3281,-4174.07,111.143,3.36848,345,345,0,0,4141,0,0,0), + (91916,8564,0,0,0,3280.18,-4160.36,114.088,3.40339,345,345,0,0,4141,0,0,0), + (91917,8563,0,0,0,3323.52,-4158.17,128.774,3.38594,345,345,0,0,4121,0,0,0), + (91918,8563,0,0,0,3322.95,-4146.46,130.352,3.56047,345,345,0,0,4121,0,0,0), + (91919,8565,0,0,0,3253.3,-4179.08,99.47,0.371801,345,345,5,0,4021,0,0,2), + (91920,17795,0,0,0,2574,-4794.79,145.881,1.95477,345,345,0,0,8,0,0,0), + (91921,8546,0,0,0,2387.77,-3758.78,180.588,2.04204,345,345,0,0,4212,0,0,0), + (91922,8546,0,0,0,2384.11,-3752.1,179.97,5.11381,345,345,0,0,4212,0,0,0), + (91923,8598,0,0,0,2915,-3111.76,111.34,2.50863,345,345,10,0,3758,0,0,1), + (91924,8550,0,0,0,2494.88,-3768.02,177.632,5.74213,345,345,0,0,3005,5598,0,0), + (91925,8542,0,0,0,2448.51,-3809.9,178.333,0,345,345,10,0,3758,0,0,1), + (91926,17795,0,0,0,3180.48,-4379.07,174.995,2.74017,345,345,0,0,8,0,0,0), + (91927,8550,0,0,0,2471.1,-3708.02,177.949,0.610865,345,345,0,0,3005,5598,0,0), + (91928,8532,0,0,0,2515.28,-3726.28,179.105,1.48279,345,345,10,0,3876,0,0,1), + (91929,8546,0,0,0,2478.43,-3703.71,178.074,3.64774,345,345,0,0,4212,0,0,0), + (91930,8532,0,0,0,2458.1,-3717.22,177.696,6.23815,345,345,10,0,3876,0,0,2), + (91931,8545,0,0,0,2455.05,-3648.15,178.205,2.4217,345,345,10,0,3997,0,0,1), + (91932,8605,0,0,0,2770.73,-3416.67,93.0242,5.30912,345,345,10,0,3644,0,0,1), + (91933,8522,0,0,0,2559.32,-4189.08,56.2636,3.15842,345,345,10,0,3758,0,0,1), + (91934,8522,0,0,0,2580.23,-4146.2,65.9439,3.70143,345,345,10,0,3758,0,0,1), + (91935,8602,0,0,0,2876.04,-5090.18,110.087,0.315447,345,345,10,0,3643,0,0,1), + (91936,8522,0,0,0,2515.91,-4141.22,47.9239,5.10313,345,345,10,0,3758,0,0,1), + (91937,8521,0,0,0,2491.34,-4198.53,64.0495,2.09999,345,345,10,0,3644,0,0,1), + (91938,8598,0,0,0,2748.47,-3435.04,96.0625,1.97948,345,345,10,0,3758,0,0,1), + (91939,8524,0,0,0,2790.16,-3852.24,100.805,5.37463,345,345,10,0,2301,4896,0,1), + (91940,8553,0,0,0,2814.52,-3757.79,122.507,3.35103,345,345,0,0,2485,4896,0,0), + (91941,12262,0,0,0,2794.86,-3761.12,125.507,3.36848,345,345,0,0,11628,0,0,0), + (91942,8530,0,0,0,2914.44,-3447.37,116.548,3.12597,345,345,5,0,3293,0,0,1), + (91943,8543,0,0,0,2784.08,-3247.22,102.94,2.86736,345,345,10,0,3758,0,0,2), + (91944,8530,0,0,0,2842.27,-3177.04,116.633,0.135132,345,345,10,0,3293,0,0,1), + (91945,8543,0,0,0,2927.13,-3192.55,120.196,5.53267,345,345,10,0,3758,0,0,1), + (91946,8553,0,0,0,2855.31,-3232.34,134.27,6.26573,345,345,0,0,2485,4896,0,0), + (91947,12262,0,0,0,2862.1,-3232.82,134.27,0.034907,345,345,0,0,11628,0,0,0), + (91948,8523,0,0,0,2906.6,-3257.25,127.513,5.53357,345,345,5,0,3189,0,0,1), + (91949,8524,0,0,0,2946.14,-3279.08,116.603,2.385,345,345,10,0,2301,4896,0,1), + (91950,8530,0,0,0,3114.21,-3782.15,130.813,3.22631,345,345,5,0,3293,0,0,1), + (91951,8534,0,0,0,2964.02,-3169.52,115.162,4.22896,345,345,10,0,3420,0,0,1), + (91952,8540,0,0,0,2992.14,-3317.72,125.118,4.45621,345,345,10,0,3188,0,0,1), + (91953,8523,0,0,0,2906.42,-3317.48,122.619,0.352942,345,345,5,0,3189,0,0,1), + (91954,8561,0,0,0,3251.25,-4779.73,170.751,4.1969,345,345,5,0,3876,0,0,1), + (91955,8562,0,0,0,3250.71,-4752.38,163.421,0.492813,345,345,5,0,3006,2241,0,2), + (91956,8561,0,0,0,3312.27,-4954.05,170.737,4.42381,345,345,5,0,3876,0,0,1), + (91957,8560,0,0,0,3330.3,-4938.93,170.677,1.53589,345,345,0,0,3758,0,0,0), + (91958,8560,0,0,0,3330.66,-4934.28,170.677,4.60767,345,345,0,0,3758,0,0,0), + (91959,8561,0,0,0,3389.99,-5003.94,167.727,6.26573,345,345,0,0,3876,0,0,0), + (91960,8562,0,0,0,3389.73,-5032.56,170.329,0.541052,345,345,0,0,3006,2241,0,0), + (91961,8562,0,0,0,3393.82,-5029.98,170.014,3.735,345,345,0,0,3006,2241,0,0), + (91962,8561,0,0,0,3446.65,-5021.23,197.374,0.628319,345,345,0,0,3876,0,0,0), + (91963,8561,0,0,0,3480.66,-4987.98,198.403,3.9619,345,345,0,0,3876,0,0,0), + (91964,8561,0,0,0,3416.23,-5004.01,191.051,6.24828,345,345,0,0,3876,0,0,0), + (91965,8561,0,0,0,3461.96,-4971.2,197.948,4.76475,345,345,0,0,3876,0,0,0), + (91966,8561,0,0,0,3427.83,-5005.36,195.751,0,345,345,0,0,3876,0,0,0), + (91967,8534,0,0,0,1826.07,-4374.11,97.2128,5.95974,345,345,10,0,3420,0,0,1), + (91968,8562,0,0,0,3405.16,-4863.62,168.198,3.15905,345,345,0,0,3006,2241,0,0), + (91969,8562,0,0,0,3401.05,-4863.65,168.198,0,345,345,0,0,3006,2241,0,0), + (91970,8561,0,0,0,3285.11,-4836.27,170.67,3.01942,345,345,0,0,3876,0,0,0), + (91971,8560,0,0,0,3280.85,-4835.83,171.17,0.034907,345,345,0,0,3758,0,0,0), + (91972,8562,0,0,0,3276.88,-4852.11,171.889,3.1455,345,345,5,0,3006,2241,0,2), + (91973,8561,0,0,0,3361.14,-4952.69,159.503,4.06662,345,345,0,0,3876,0,0,0), + (91974,8562,0,0,0,3345.05,-4922.13,159.378,4.56497,345,345,5,0,3006,2241,0,1), + (91975,8560,0,0,0,3422.18,-4904.87,159.378,3.1765,345,345,0,0,3758,0,0,0), + (91976,8560,0,0,0,3410.66,-4908.06,159.378,0.715585,345,345,0,0,3758,0,0,0), + (91977,8560,0,0,0,3356.99,-4958.69,159.753,0.994838,345,345,0,0,3758,0,0,0), + (91978,8561,0,0,0,3396.84,-4936.79,162.394,0.844912,345,345,5,0,3876,0,0,1), + (91979,8560,0,0,0,3414.06,-4900,159.503,5.2709,345,345,0,0,3758,0,0,0), + (91980,8561,0,0,0,3417.9,-4957.37,166.295,2.09662,345,345,5,0,3876,0,0,2), + (91981,8560,0,0,0,3352.88,-4878.46,160.003,1.07747,345,345,0,0,3758,0,0,0), + (91982,12248,0,0,0,3373.4,-4921.86,159.846,3.95893,345,345,5,0,4120,0,0,2), + (91983,8603,0,0,0,2325.66,-4758.07,84.3097,6.11836,345,345,3,0,3293,0,0,1), + (91984,8598,0,0,0,3278.86,-4428.36,114.313,1.9513,345,345,10,0,3758,0,0,1), + (91985,8534,0,0,0,2416.82,-4220.05,80.1016,2.57906,345,345,5,0,3420,0,0,1), + (91986,8534,0,0,0,2303.05,-4434,95.7682,1.01965,345,345,10,0,3420,0,0,1), + (91987,8601,0,0,0,2259.36,-5050.98,71.2762,3.39415,345,345,5,0,3420,0,0,1), + (91988,8534,0,0,0,1580.42,-4647.03,81.9652,5.65429,345,345,10,0,3420,0,0,1), + (91989,8603,0,0,0,2613.32,-2411.26,55.7567,2.3982,345,345,3,0,3293,0,0,1), + (91990,8596,0,0,0,2385.18,-2507.07,73.5685,0.284179,345,345,10,0,3189,0,0,1), + (91991,8598,0,0,0,2520.92,-4889.79,77.9902,5.69156,345,345,10,0,3758,0,0,1), + (91992,8601,0,0,0,2198.07,-4864.76,86.2701,4.15772,345,345,5,0,3420,0,0,1), + (91993,8601,0,0,0,2216.16,-5033.64,54.799,1.6423,345,345,5,0,3420,0,0,1), + (91994,8601,0,0,0,2428.07,-4325.07,74.2913,0.009765,345,345,10,0,3420,0,0,1), + (91995,8601,0,0,0,2483.95,-4332.3,74.9994,5.78408,345,345,10,0,3420,0,0,1), + (91996,8596,0,0,0,2293.08,-2602.85,73.6654,0.203527,345,345,5,0,3189,0,0,1), + (91997,8603,0,0,0,2302.69,-2572.1,74.0264,3.34014,345,345,5,0,3293,0,0,1), + (91998,8601,0,0,0,2463.36,-4256.89,74.3751,0.695489,345,345,10,0,3420,0,0,1), + (91999,8525,0,0,0,2992.3,-3612.3,143.678,4.25223,345,345,10,0,2823,2117,0,1), + (92000,8597,0,0,0,2231.86,-4443.39,118.847,6.21285,345,345,0,0,3529,0,0,0), + (92001,8541,0,0,0,3119.07,-3691.56,133.42,3.12402,345,345,10,0,3528,0,0,1), + (92002,8603,0,0,0,2710.85,-2448.35,65.6443,1.53566,345,345,10,0,3293,0,0,1), + (92003,8530,0,0,0,2946.3,-3629.25,131.938,4.81614,345,345,10,0,3293,0,0,1), + (92004,8596,0,0,0,2407.77,-2484.65,73.3236,3.85953,345,345,10,0,3189,0,0,1), + (92005,8601,0,0,0,2230.6,-4112.16,78.0304,4.28892,345,345,10,0,3420,0,0,1), + (92006,8543,0,0,0,3075.81,-3592.56,133.063,3.95333,345,345,10,0,3758,0,0,1), + (92007,8541,0,0,0,3236.47,-3683.02,140.595,5.81473,345,345,10,0,3528,0,0,1), + (92008,12263,0,0,0,3286.53,-3637.22,148.855,4.39539,345,345,5,0,16939,0,0,2), + (92009,8543,0,0,0,3270.81,-3639,150.073,5.96903,345,345,0,0,3758,0,0,0), + (92010,8603,0,0,0,2606.8,-2485.3,74.3591,3.82396,345,345,10,0,3293,0,0,1), + (92011,8596,0,0,0,2118.1,-2788.84,76.1045,1.54525,345,345,10,0,3189,0,0,1), + (92012,8543,0,0,0,3314.21,-3648.01,150.073,3.05433,345,345,0,0,3758,0,0,0), + (92013,8543,0,0,0,3310.93,-3631.46,150.073,3.735,345,345,0,0,3758,0,0,0), + (92014,8534,0,0,0,3245.26,-3695.89,141.207,2.18536,345,345,10,0,3420,0,0,1), + (92015,8543,0,0,0,3280.25,-3624.86,150.073,5.28835,345,345,0,0,3758,0,0,0), + (92016,8525,0,0,0,3154.76,-3647.36,142.192,1.35329,345,345,5,0,2823,2117,0,1), + (92017,8524,0,0,0,3100.56,-3490.57,144.139,3.41242,345,345,10,0,2301,4896,0,1), + (92018,8524,0,0,0,3110.83,-3605.53,134.925,2.43789,345,345,10,0,2301,4896,0,1), + (92019,8601,0,0,0,2378.57,-4367.84,76.5574,1.76551,345,345,5,0,3420,0,0,1), + (92020,8603,0,0,0,2095.2,-4102.19,84.3144,4.85152,345,345,10,0,3293,0,0,1), + (92021,8601,0,0,0,2183.11,-4895.56,89.4718,0.262741,345,345,5,0,3420,0,0,1), + (92022,8601,0,0,0,2474.13,-4258.14,74.4633,0.404704,345,345,10,0,3420,0,0,1), + (92023,9452,0,0,0,1743.64,-5356.64,74.5472,2.58309,610,610,0,0,5151,4765,0,0), + (92024,8601,0,0,0,2166.11,-4230.51,75.6432,0.847559,345,345,10,0,3420,0,0,1), + (92025,9447,0,0,0,1740.53,-5354.84,74.4455,5.77704,610,610,0,0,5886,1982,0,0), + (92026,9452,0,0,0,1781.67,-5384.8,79.8129,5.36571,610,610,2,0,5151,4765,0,1), + (92027,8547,0,0,0,3054.3,-3232.23,148.673,3.24631,345,345,0,0,2610,1982,0,0), + (92028,8540,0,0,0,3082.26,-3098.47,128.72,4.86672,345,345,5,0,3188,0,0,1), + (92029,8602,0,0,0,3281.98,-2989.53,135.257,5.01167,345,345,5,0,3643,0,0,1), + (92030,8598,0,0,0,2888.09,-3069.75,105.634,1.75842,345,345,10,0,3758,0,0,1), + (92031,8598,0,0,0,2851.24,-3105.83,104.799,4.19809,345,345,10,0,3758,0,0,1), + (92032,9449,0,0,0,1733.15,-5412.42,82.3916,2.9147,610,610,0,0,6078,2041,0,0), + (92033,9449,0,0,0,1776.42,-5413.44,89.6829,3.33358,610,610,0,0,6078,2041,0,0), + (92034,9452,0,0,0,1744.56,-5432.38,89.5371,4.08407,610,610,0,0,5151,4765,0,0), + (92035,16117,0,0,0,2993.79,-2847.64,101.745,2.2225,345,345,10,0,3968,0,0,1), + (92036,8602,0,0,0,3157.8,-4177.61,95.8055,4.0169,345,345,10,0,3643,0,0,1), + (92037,9449,0,0,0,1730.58,-5412.21,82.3915,0.069813,610,610,0,0,6078,2041,0,0), + (92038,9452,0,0,0,1774.53,-5414.07,89.6816,0.541052,610,610,0,0,5151,4765,0,0), + (92039,8602,0,0,0,3260.5,-4420.22,109.851,4.31202,345,345,10,0,3643,0,0,1), + (92040,9447,0,0,0,1751.32,-5404.26,98.0558,0.526363,610,610,5,0,5886,1982,0,2), + (92041,9449,0,0,0,1749.14,-5463.99,89.5411,0.366519,610,610,0,0,6078,2041,0,0), + (92042,9452,0,0,0,1743.24,-5434.36,89.5346,1.02974,610,610,0,0,5151,4765,0,0), + (92043,9452,0,0,0,1736.49,-5459.58,89.6199,5.39307,610,610,0,0,5151,4765,0,0), + (92044,9452,0,0,0,1751.7,-5462.42,89.6249,3.83972,610,610,0,0,5151,4765,0,0), + (92045,8605,0,0,0,2749.95,-3879.61,97.1214,3.65966,345,345,10,0,3644,0,0,1), + (92046,9447,0,0,0,1704.07,-5447.56,73.695,1.37881,610,610,0,0,5886,1982,0,0), + (92047,9452,0,0,0,1738.15,-5461.6,89.6184,2.25148,610,610,0,0,5151,4765,0,0), + (92048,9449,0,0,0,1704.44,-5443.29,73.7868,4.72984,610,610,0,0,6078,2041,0,0), + (92049,9449,0,0,0,1626.51,-5338.56,75.9702,4.4855,610,610,0,0,6078,2041,0,0), + (92050,9447,0,0,0,1606.48,-5336.73,75.9702,1.09956,610,610,0,0,5886,1982,0,0), + (92051,9447,0,0,0,1610.88,-5338.72,75.9702,1.25664,610,610,0,0,5886,1982,0,0), + (92052,9449,0,0,0,1580.94,-5324.97,75.9702,1.79769,610,610,0,0,6078,2041,0,0), + (92053,9449,0,0,0,1625.77,-5342.24,75.9702,1.39626,610,610,0,0,6078,2041,0,0), + (92054,9447,0,0,0,1580.15,-5321.76,75.9702,4.97419,610,610,0,0,5886,1982,0,0), + (92055,8540,0,0,0,2999.57,-2871.35,93.6038,1.98694,345,345,3,0,3188,0,0,1), + (92056,8540,0,0,0,2989.59,-2866.92,100.76,5.65382,345,345,0,0,3188,0,0,0), + (92057,9452,0,0,0,1636.88,-5305,99.9961,1.78024,610,610,0,0,5151,4765,0,0), + (92058,9449,0,0,0,1623.03,-5292.62,99.9683,2.66432,610,610,5,0,6078,2041,0,2), + (92059,9449,0,0,0,1636.39,-5301.58,99.9961,4.7822,610,610,0,0,6078,2041,0,0), + (92060,8598,0,0,0,2662.98,-4678.62,80.1909,5.6814,345,345,10,0,3758,0,0,1), + (92061,9449,0,0,0,1630.7,-5349.35,74.9122,3.64774,610,610,0,0,6078,2041,0,0), + (92062,9452,0,0,0,1628.98,-5350.39,75.0511,0.575959,610,610,0,0,5151,4765,0,0), + (92063,8602,0,0,0,3152.42,-2914.11,121.814,0.604803,345,345,10,0,3643,0,0,1), + (92064,8523,0,0,0,2968.51,-2754.77,112.841,3.99514,345,345,0,0,3189,0,0,0), + (92065,8598,0,0,0,2848.63,-3389.4,96.2651,4.63622,345,345,10,0,3758,0,0,1), + (92068,8543,0,0,0,3053.05,-3020.49,126.079,3.86272,345,345,10,0,3758,0,0,2), + (92069,8530,0,0,0,2946.58,-3159.84,112.359,1.01284,345,345,10,0,3293,0,0,1), + (92070,8519,0,0,0,1718.34,-4618.59,56.7168,6.1916,345,345,5,0,3293,0,0,1), + (92071,8543,0,0,0,3107.5,-3049.48,135.132,4.14986,345,345,5,0,3758,0,0,1), + (92073,8520,0,0,0,1753.96,-4516.92,39.1088,0.828249,345,345,10,0,3529,0,0,1), + (92074,8520,0,0,0,1724.83,-4541.82,62.1611,0.565318,345,345,10,0,3529,0,0,1), + (92076,8524,0,0,0,2904,-2898.08,100.858,4.9229,345,345,0,0,2301,4896,0,0), + (92077,8530,0,0,0,2915.88,-2903.53,100.871,3.28644,345,345,0,0,3293,0,0,0), + (92078,8523,0,0,0,2911.61,-2889.76,105.636,2.65103,345,345,3,0,3189,0,0,1), + (92079,8603,0,0,0,2424.58,-4341.68,74.569,5.23423,345,345,10,0,3293,0,0,1), + (92080,8524,0,0,0,2959.66,-2862.72,107.63,2.40756,345,345,0,0,2301,4896,0,0), + (92081,8524,0,0,0,2957.57,-2877.24,107.63,2.2644,345,345,3,0,2301,4896,0,1), + (92082,8540,0,0,0,2982.81,-2910.77,104.119,5.1673,345,345,10,0,3188,0,0,1), + (92084,8521,0,0,0,2483.51,-4119.6,65.5202,6.20565,345,345,10,0,3644,0,0,1), + (92085,8522,0,0,0,2460.08,-4152.49,46.8052,4.89104,345,345,10,0,3758,0,0,1), + (92086,8530,0,0,0,2903.24,-3384.21,115.5,2.58782,345,345,5,0,3293,0,0,1), + (92087,8540,0,0,0,3016.32,-2830.38,110.94,1.64845,345,345,3,0,3188,0,0,1), + (92088,8530,0,0,0,3002.71,-2831.88,110.935,4.07943,345,345,3,0,3293,0,0,1), + (92089,8598,0,0,0,2775.94,-4094.98,98.5301,4.12542,345,345,10,0,3758,0,0,1), + (92090,8540,0,0,0,2978.66,-2867.53,100.772,1.25535,345,345,3,0,3188,0,0,1), + (92091,8523,0,0,0,2967.58,-2870.65,100.149,2.75083,345,345,3,0,3189,0,0,1), + (92092,8530,0,0,0,2970.24,-2875.12,107.63,5.24046,345,345,0,0,3293,0,0,0), + (92093,8530,0,0,0,2993.32,-2863.39,107.63,5.10482,345,345,3,0,3293,0,0,1), + (92094,8523,0,0,0,2979.24,-2863.68,107.63,4.32478,345,345,3,0,3189,0,0,1), + (92095,8530,0,0,0,2854.81,-3654.9,113.487,5.74907,345,345,10,0,3293,0,0,1), + (92096,8602,0,0,0,2769.98,-3956.97,98.5566,2.47875,345,345,10,0,3643,0,0,1), + (92097,8598,0,0,0,2611.91,-4366.74,79.3155,2.3997,345,345,5,0,3758,0,0,1), + (92112,8603,0,0,0,2410.84,-4165.4,75.5256,3.94916,345,345,5,0,3293,0,0,1), + (92113,8605,0,0,0,2821.11,-4257.54,88.574,2.91206,345,345,10,0,3644,0,0,1), + (92114,8601,0,0,0,2246.86,-4076.01,80.7282,2.53191,345,345,10,0,3420,0,0,1), + (92115,8603,0,0,0,2267.93,-4322.31,74.8087,3.79252,345,345,10,0,3293,0,0,1), + (92116,8597,0,0,0,2222.34,-4938,77.5105,5.4895,345,345,5,0,3529,0,0,1), + (92117,8601,0,0,0,2191.66,-4993.54,79.3725,4.22341,345,345,5,0,3420,0,0,1), + (92118,8601,0,0,0,2102,-3973.26,135.075,0.632959,345,345,10,0,3420,0,0,1), + (92119,8603,0,0,0,2347.6,-4324.54,77.2734,2.45648,345,345,10,0,3293,0,0,1), + (92120,9449,0,0,0,1667.73,-5214.4,95.6034,1.63451,610,610,5,0,6078,2041,0,1), + (92121,8597,0,0,0,2312.26,-4288.92,78.2225,5.32855,345,345,5,0,3529,0,0,1), + (92122,8603,0,0,0,2091.67,-4025,125.148,5.48592,345,345,5,0,3293,0,0,1), + (92123,8598,0,0,0,2781.71,-3925.92,101.74,1.33899,345,345,5,0,3758,0,0,1), + (92124,8561,0,0,0,3459.29,-4934.36,171.895,4.7822,345,345,0,0,3876,0,0,0), + (92125,8602,0,0,0,2828.65,-3395.66,96.023,3.71604,345,345,10,0,3643,0,0,1), + (92126,8602,0,0,0,2783.82,-3382.72,93.6394,1.93117,345,345,10,0,3643,0,0,1), + (92127,8535,0,0,0,3077.72,-4512.63,114.359,0.564185,345,345,10,0,3528,0,0,1), + (92128,8605,0,0,0,2793.08,-3078.74,101.996,1.23329,345,345,3,0,3644,0,0,1), + (92129,8602,0,0,0,2487.31,-4804.37,83.9896,1.09937,345,345,5,0,3643,0,0,1), + (92130,8598,0,0,0,3169.48,-4605.87,105.276,5.28631,345,345,10,0,3758,0,0,1), + (92131,8602,0,0,0,3076.39,-2939.52,118.353,0.905814,345,345,10,0,3643,0,0,1), + (92132,8602,0,0,0,2819.31,-2983.82,98.6304,1.35139,345,345,10,0,3643,0,0,1), + (92133,8602,0,0,0,3199.58,-4239.13,94.5764,2.21352,345,345,10,0,3643,0,0,1), + (92134,8602,0,0,0,2687.58,-3450.05,110.738,4.38817,345,345,3,0,3643,0,0,1), + (92135,8602,0,0,0,3176.36,-4227.64,94.9118,4.06694,345,345,10,0,3643,0,0,1), + (92136,8598,0,0,0,2753.39,-4128.72,95.8102,4.6596,345,345,10,0,3758,0,0,1), + (92137,8603,0,0,0,2176.14,-4176.71,78.369,6.24215,345,345,10,0,3293,0,0,1), + (92138,10824,0,0,0,3322.89,-4204.41,159.128,4.53426,43200,43200,5,0,4120,0,0,2), + (92139,8607,0,0,0,2218.21,-5044.74,54.6477,4.71533,345,345,3,0,3293,0,0,1), + (92140,8546,0,0,0,2597.64,-5356.64,175.951,5.51524,345,345,0,0,4212,0,0,0), + (92141,8598,0,0,0,2687.34,-4209.32,89.3648,1.59716,345,345,5,0,3758,0,0,1), + (92142,8560,0,0,0,3186.69,-4668.48,117.84,4.49362,345,345,5,0,3758,0,0,2), + (92143,8550,0,0,0,2502.1,-3809.92,177.881,0.087266,345,345,0,0,3005,5598,0,0), + (92144,9447,0,0,0,1721.67,-5335.45,74.1769,1.20428,610,610,0,0,5886,1982,0,0), + (92145,8603,0,0,0,2346.08,-4177.79,101.426,1.55029,345,345,5,0,3293,0,0,1), + (92146,9449,0,0,0,1717.68,-5482.17,80.1111,3.46535,610,610,2,0,6078,2041,0,1), + (92147,9447,0,0,0,1723.19,-5331.86,73.9422,4.27606,610,610,0,0,5886,1982,0,0), + (92148,8560,0,0,0,3232.75,-4682.35,136.718,5.12357,345,345,5,0,3758,0,0,2), + (92149,9447,0,0,0,1730.17,-5192.84,73.7223,2.46091,610,610,0,0,5886,1982,0,0), + (92150,8534,0,0,0,2937.36,-3764.81,117.885,3.01033,345,345,10,0,3420,0,0,1), + (92151,8524,0,0,0,2848.92,-3708.38,108.921,0.147007,345,345,10,0,2301,4896,0,1), + (92152,8602,0,0,0,2951.7,-4338.81,87.1554,4.05443,345,345,10,0,3643,0,0,1), + (92153,8530,0,0,0,2930.25,-3588.69,117.973,4.06615,345,345,5,0,3293,0,0,1), + (92154,8523,0,0,0,2910.32,-3520.23,112.461,1.85959,345,345,5,0,3189,0,0,1), + (92155,8605,0,0,0,2645.63,-4144.45,82.9665,1.22712,345,345,10,0,3644,0,0,1), + (92156,8524,0,0,0,3013.59,-3579.01,128.792,1.86786,345,345,5,0,2301,4896,0,1), + (92157,8524,0,0,0,2889.52,-3635.25,117.228,5.4403,345,345,5,0,2301,4896,0,1), + (92158,8530,0,0,0,2883.32,-3678.68,116.991,5.73864,345,345,5,0,3293,0,0,1), + (92159,8602,0,0,0,3085.99,-4164.89,96.5421,1.03021,345,345,10,0,3643,0,0,1), + (92160,8598,0,0,0,2751.73,-3530.91,105.891,1.69515,345,345,10,0,3758,0,0,1), + (92161,8523,0,0,0,2886.49,-3550.06,118.288,5.22178,345,345,5,0,3189,0,0,1), + (92162,8598,0,0,0,2725.88,-4142.16,92.5487,5.05515,345,345,10,0,3758,0,0,1), + (92163,8602,0,0,0,3098.45,-4109.47,101.185,4.1884,345,345,10,0,3643,0,0,1), + (92164,8543,0,0,0,3152.77,-3587.73,146.093,5.8501,345,345,10,0,3758,0,0,1), + (92165,8543,0,0,0,2953.68,-3545.52,129.608,1.47696,345,345,5,0,3758,0,0,1), + (92166,8524,0,0,0,3248.42,-3632.37,153.55,1.3481,345,345,3,0,2301,4896,0,1), + (92167,8530,0,0,0,3188.24,-3620.6,163.911,5.41614,345,345,5,0,3293,0,0,1), + (92168,8543,0,0,0,3277.02,-3752.51,149.675,3.24445,345,345,3,0,3758,0,0,1), + (92169,8530,0,0,0,3225.54,-3864.76,139.116,0.277316,345,345,3,0,3293,0,0,1), + (92170,8530,0,0,0,3251.38,-3779.88,142.553,4.32606,345,345,5,0,3293,0,0,1), + (92171,8524,0,0,0,3193.95,-3922.19,134.221,6.23045,345,345,5,0,2301,4896,0,1), + (92172,8561,0,0,0,3300.08,-4893.36,173.297,2.01349,345,345,5,0,3876,0,0,1), + (92173,8601,0,0,0,2124.47,-4692.52,75.3879,6.13527,345,345,10,0,3420,0,0,1), + (92174,8560,0,0,0,3188.67,-4643.51,119.916,5.0091,345,345,0,0,3758,0,0,0), + (92175,8562,0,0,0,3192.56,-4646.55,119.947,2.58309,345,345,0,0,3006,2241,0,0), + (92176,8550,0,0,0,2502.8,-3770.04,177.625,2.70526,345,345,0,0,3005,5598,0,0), + (92177,8539,0,0,0,2535.59,-3768.37,178.143,4.65413,345,345,5,0,3820,0,0,1), + (92178,8558,0,0,0,2415.15,-3694.29,179.242,4.03171,345,345,0,0,3876,0,0,0), + (92179,8598,0,0,0,3033.04,-4320.53,99.4552,0.477345,345,345,10,0,3758,0,0,1), + (92180,8598,0,0,0,3107.23,-2975.52,123.215,3.14131,345,345,10,0,3758,0,0,1), + (92181,8561,0,0,0,3237.44,-4708.58,151.897,2.65156,345,345,5,0,3876,0,0,1), + (92182,8532,0,0,0,2747.75,-4717.19,75.3358,0.250837,345,345,10,0,3876,0,0,1), + (92183,8527,0,0,0,2788.38,-4744.71,76.901,5.95639,345,345,10,0,3758,0,0,1), + (92184,8527,0,0,0,2745.32,-4747.23,76.632,3.09757,345,345,10,0,3758,0,0,1), + (92185,8532,0,0,0,2745.72,-4783.77,75.8856,4.9564,345,345,10,0,3876,0,0,1), + (92186,8532,0,0,0,2774.05,-4722.28,76.3707,2.45225,345,345,10,0,3876,0,0,1), + (92187,8546,0,0,0,2826.7,-4739.58,76.0103,2.42601,345,345,0,0,4212,0,0,0), + (92188,8561,0,0,0,3250.04,-4691.9,143.893,5.59807,345,345,5,0,3876,0,0,1), + (92189,8532,0,0,0,2812.01,-4719.99,78.1058,2.77185,345,345,10,0,3876,0,0,1), + (92190,8546,0,0,0,2823.03,-4735.66,75.9236,5.35816,345,345,0,0,4212,0,0,0), + (92191,8527,0,0,0,2850.77,-4735.13,81.8455,4.29545,345,345,10,0,3758,0,0,1), + (92192,8546,0,0,0,2836.47,-4764.76,83.1531,0.314159,345,345,0,0,4212,0,0,0), + (92193,8546,0,0,0,2840.86,-4762.46,82.6267,3.735,345,345,0,0,4212,0,0,0), + (92194,8532,0,0,0,2872.44,-4739.01,84.7576,0.33225,345,345,5,0,3876,0,0,1), + (92195,8532,0,0,0,2788.19,-4678.02,98.532,1.60104,345,345,5,0,3876,0,0,1), + (92196,8527,0,0,0,2753.39,-4687.49,78.9855,2.31421,345,345,10,0,3758,0,0,1), + (92197,8532,0,0,0,2810.97,-4688.84,98.5347,5.21741,345,345,5,0,3876,0,0,1), + (92198,8527,0,0,0,2848.39,-4697.08,96.4548,4.79234,345,345,10,0,3758,0,0,1), + (92199,8557,0,0,0,2777.46,-4811.48,79.9999,1.43117,345,345,0,0,3882,0,0,0), + (92200,8557,0,0,0,2779.05,-4805.75,80.2152,4.55531,345,345,0,0,3882,0,0,0), + (92201,8527,0,0,0,2812.37,-4789.63,96.0928,6.16126,345,345,5,0,3758,0,0,1), + (92202,8532,0,0,0,2771.28,-4784.96,78.8405,2.34736,345,345,10,0,3876,0,0,1), + (92203,8602,0,0,0,3073.57,-4023.21,104.063,3.03007,345,345,10,0,3643,0,0,1), + (92204,8539,0,0,0,2648.14,-5405.01,160.288,5.22499,345,345,10,0,3820,0,0,1), + (92205,8606,0,0,0,2154.19,-5060.62,50.3725,4.9448,345,345,10,0,3529,0,0,1), + (92206,9447,0,0,0,1727.79,-5191.16,73.7369,5.60251,610,610,0,0,5886,1982,0,0), + (92207,8596,0,0,0,2683.78,-2425.31,62.8708,1.15693,345,345,10,0,3189,0,0,1), + (92208,8530,0,0,0,3020.83,-3277.01,142.284,4.0189,345,345,3,0,3293,0,0,1), + (92209,8530,0,0,0,3114.07,-3242.49,146.176,3.33612,345,345,5,0,3293,0,0,1), + (92210,8541,0,0,0,3089.29,-3178.84,141.781,3.48153,345,345,10,0,3528,0,0,1), + (92211,8524,0,0,0,3052.79,-3113.27,129.645,1.19496,345,345,5,0,2301,4896,0,2), + (92212,8555,0,0,0,2978.03,-2828.08,105.686,0.618434,345,345,10,0,3189,0,0,1), + (92213,8556,0,0,0,2938.21,-2878.71,99.2725,1.9324,345,345,10,0,3529,0,0,1), + (92214,8555,0,0,0,2947.38,-2844.13,104.719,0.975752,345,345,5,0,3189,0,0,1), + (92215,8530,0,0,0,3014.24,-2830.02,106.161,1.41792,345,345,0,0,3293,0,0,0), + (92216,8523,0,0,0,3003.82,-2829.85,106.174,4.3918,345,345,0,0,3189,0,0,0), + (92217,8555,0,0,0,2946.7,-2808.76,106.573,2.1261,345,345,5,0,3189,0,0,1), + (92218,8530,0,0,0,2962.68,-2735.41,115.565,5.8662,345,345,10,0,3293,0,0,1), + (92219,8555,0,0,0,2965.59,-2783.07,110.778,5.23169,345,345,10,0,3189,0,0,1), + (92220,10826,0,0,0,2953.25,-3200.92,113.18,5.38088,43200,43200,5,0,3758,0,0,2), + (92221,8523,0,0,0,3049.47,-2881.51,109.534,0.585295,345,345,10,0,3189,0,0,1), + (92222,8601,0,0,0,2135.13,-4688.31,76.8424,3.29053,345,345,10,0,3420,0,0,1), + (92223,8561,0,0,0,3444.63,-4886.93,166.214,2.47458,345,345,5,0,3876,0,0,1), + (92224,8562,0,0,0,3379.26,-4847.99,166.468,6.21559,345,345,5,0,3006,2241,0,1), + (92225,8562,0,0,0,3460.56,-4919.15,170.539,1.71042,345,345,0,0,3006,2241,0,0), + (92226,8560,0,0,0,3461.63,-4914.65,170.539,4.2237,345,345,0,0,3758,0,0,0), + (92227,8540,0,0,0,3079.46,-3941.73,115.92,5.62482,345,345,10,0,3188,0,0,1), + (92228,8523,0,0,0,3102.82,-3914.5,125.478,6.20694,345,345,3,0,3189,0,0,1), + (92229,8543,0,0,0,3185.1,-3842.97,130.932,3.71546,345,345,10,0,3758,0,0,2), + (92230,8530,0,0,0,3156.45,-3812.18,130.071,0.628079,345,345,10,0,3293,0,0,1), + (92231,8530,0,0,0,3075,-3837.5,125.726,3.7291,345,345,10,0,3293,0,0,1), + (92232,12247,0,0,0,3124.36,-3868.76,138.446,0.994838,345,345,0,0,64,0,0,0), + (92233,12255,0,0,0,3124.34,-3868.78,138.446,2.70526,345,345,0,0,64,0,0,0), + (92234,8540,0,0,0,3050.58,-3848.98,119.515,0.718371,345,345,10,0,3188,0,0,1), + (92235,8553,0,0,0,3135.96,-3867.93,135.447,3.33358,345,345,0,0,2485,4896,0,0), + (92236,12262,0,0,0,3117.6,-3870.24,138.447,3.29867,345,345,0,0,11628,0,0,0), + (92237,8534,0,0,0,3148.88,-3803.62,131.041,6.19323,345,345,10,0,3420,0,0,1), + (92238,8561,0,0,0,3333,-5000.86,168.796,0.733038,345,345,0,0,3876,0,0,0), + (92239,8561,0,0,0,3336.11,-4999.15,168.796,3.38594,345,345,0,0,3876,0,0,0), + (92240,8541,0,0,0,2093.66,-4509.98,78.4174,5.41554,345,345,0,0,3528,0,0,0), + (92241,8558,0,0,0,2544.98,-3705.43,179.726,2.6529,345,345,0,0,3876,0,0,0), + (92242,8558,0,0,0,2537.94,-3702.79,179.667,6.02139,345,345,0,0,3876,0,0,0), + (92243,8543,0,0,0,3188.29,-3421.94,164.979,2.66484,345,345,0,0,3758,0,0,0), + (92244,11288,0,0,0,2515.42,-4165.8,48.4042,0.558505,345,345,0,0,1114,0,0,0), + (92245,11288,0,0,0,2507.5,-4161.34,47.2829,2.51327,345,345,0,0,1114,0,0,0), + (92246,11288,0,0,0,2509.99,-4160.89,47.1341,0.174533,345,345,0,0,1114,0,0,0), + (92247,11288,0,0,0,2512.14,-4162.29,47.5487,1.81514,345,345,0,0,1114,0,0,0), + (92248,11288,0,0,0,2515.1,-4167.76,48.8744,5.32325,345,345,0,0,1114,0,0,0), + (92249,11288,0,0,0,2514.5,-4163.62,47.987,4.50295,345,345,0,0,1114,0,0,0), + (92250,8541,0,0,0,3183.98,-3554.36,152.852,2.65611,345,345,10,0,3528,0,0,1), + (92251,8530,0,0,0,3213.11,-3595.36,149.782,0.655273,345,345,10,0,3293,0,0,1), + (92252,8525,0,0,0,3143.41,-3358.27,156.996,0.96871,345,345,5,0,2823,2117,0,1), + (92253,12251,0,0,0,3180.14,-3320.52,165.243,0.05236,345,345,0,0,64,0,0,0), + (92254,12247,0,0,0,3179.95,-3320.36,165.243,0.366519,345,345,0,0,64,0,0,0), + (92255,8548,0,0,0,2030.31,-4423.48,76.4772,0.21448,345,345,0,0,2992,2163,0,0), + (92256,8556,0,0,0,3183.35,-3324.72,163.548,2.44346,345,345,0,0,3529,0,0,0), + (92257,8526,0,0,0,2024.81,-4430.5,76.4772,2.72061,345,345,0,0,2604,5206,0,0), + (92258,12262,0,0,0,3175.24,-3315.21,165.244,2.28638,345,345,0,0,11628,0,0,0), + (92259,8541,0,0,0,3121.33,-3307.31,141.537,4.9877,345,345,5,0,3528,0,0,2), + (92260,8601,0,0,0,2399.82,-4125.26,86.1,0.862064,345,345,3,0,3420,0,0,1), + (92261,8529,0,0,0,2539.73,-3752.12,178.789,3.01882,345,345,10,0,3997,0,0,1), + (92262,12247,0,0,0,3182.83,-3461.3,167.478,3.24631,345,345,0,0,64,0,0,0), + (92263,12252,0,0,0,3182.85,-3461.13,167.478,5.77704,345,345,0,0,64,0,0,0), + (92264,8553,0,0,0,3185.53,-3456.8,165.529,4.13643,345,345,0,0,2485,4896,0,0), + (92265,8525,0,0,0,3214.54,-3493.96,153.802,4.71636,345,345,5,0,2823,2117,0,1), + (92266,12262,0,0,0,3178.88,-3468.25,167.479,4.27606,345,345,0,0,11628,0,0,0), + (92267,8543,0,0,0,3147.86,-3521.45,156.482,1.53646,345,345,10,0,3758,0,0,2), + (92268,8524,0,0,0,3121.22,-3416.78,138.9,1.62735,345,345,10,0,2301,4896,0,1), + (92269,8553,0,0,0,3075.49,-3368.79,154.443,0,345,345,0,0,2485,4896,0,0), + (92270,8530,0,0,0,3045.88,-3547.27,127.715,2.50102,345,345,10,0,3293,0,0,1), + (92271,8553,0,0,0,3083.83,-3368.92,154.443,3.22886,345,345,0,0,2485,4896,0,0), + (92272,8543,0,0,0,3052.18,-3487.22,132.574,3.48219,345,345,10,0,3758,0,0,2), + (92274,8553,0,0,0,3259.74,-3390.09,143.522,1.71042,345,345,0,0,2485,4896,0,0), + (92275,8543,0,0,0,3085.75,-3453.26,136.028,4.93622,345,345,10,0,3758,0,0,2), + (92278,8543,0,0,0,2996.2,-3507.77,146.54,2.93373,345,345,5,0,3758,0,0,2), + (92279,8553,0,0,0,3258.43,-3373.41,144.274,4.67748,345,345,0,0,2485,4896,0,0), + (92281,8530,0,0,0,3040.34,-3613.83,123.9,1.90483,345,345,10,0,3293,0,0,1), + (92282,12263,0,0,0,3013.67,-3435.91,149.708,0.994854,345,345,5,0,16939,0,0,2), + (92283,8561,0,0,0,3225.5,-4721.81,154.733,5.2709,345,345,0,0,3876,0,0,0), + (92284,8562,0,0,0,3229.44,-4725.53,154.905,2.54818,345,345,0,0,3006,2241,0,0), + (92285,8530,0,0,0,2980.72,-3181.93,127.335,3.25117,345,345,5,0,3293,0,0,1), + (92286,8605,0,0,0,2779.06,-5044.27,90.9328,1.84204,345,345,5,0,3644,0,0,1), + (92287,12337,0,0,0,2814.72,-4466.88,89.9556,3.96079,610,610,6,0,14652,4868,0,2), + (92288,13118,0,0,0,2807.56,-4474.55,89.9657,4.01185,610,610,6,0,8352,0,0,2), + (92289,13118,0,0,0,2821.24,-4460.42,89.9439,3.94116,610,610,6,0,8352,0,0,2), + (92290,13118,0,0,0,2818.17,-4463.67,89.9566,3.94901,610,610,6,0,8352,0,0,2), + (92291,13118,0,0,0,2810.57,-4471.33,89.9647,3.96079,610,610,6,0,8352,0,0,2), + (92292,8597,0,0,0,2195.61,-4210.71,76.8386,3.16488,345,345,3,0,3529,0,0,1), + (92293,8601,0,0,0,2501.91,-4248.48,77.235,2.92081,345,345,10,0,3420,0,0,1), + (92294,8597,0,0,0,2353.49,-4094.84,77.046,4.98438,345,345,10,0,3529,0,0,1), + (92295,8603,0,0,0,2282.31,-4151.71,94.8817,1.93376,345,345,5,0,3293,0,0,1), + (92296,8607,0,0,0,2189.1,-5076.95,50.6731,0.654311,345,345,5,0,3293,0,0,1), + (92297,8606,0,0,0,2244.26,-5085.14,54.3628,0.645819,345,345,5,0,3529,0,0,1), + (92298,8597,0,0,0,2284.92,-4323.77,74.4438,1.72015,345,345,10,0,3529,0,0,1), + (92299,8600,0,0,0,1792.53,-4231.64,90.7105,1.57275,345,345,10,0,3189,0,0,1), + (92300,8600,0,0,0,1846.52,-4312.6,90.51,0.429133,345,345,5,0,3189,0,0,1), + (92301,8600,0,0,0,1990.99,-3979.5,119.454,0.068386,345,345,10,0,3189,0,0,1), + (92302,8600,0,0,0,1961.34,-3958.26,132.585,2.78248,345,345,10,0,3189,0,0,1), + (92303,8600,0,0,0,2142.24,-3393.13,133.97,5.89645,345,345,5,0,3189,0,0,1), + (92304,8603,0,0,0,2044.93,-3853.08,130.78,5.9709,345,345,0,0,3293,0,0,0), + (92305,8603,0,0,0,1772.8,-4174.29,85.9585,3.24604,345,345,10,0,3293,0,0,1), + (92306,8603,0,0,0,1643.61,-3856.19,131.228,2.49071,345,345,10,0,3293,0,0,1), + (92307,8603,0,0,0,2373.64,-4302.37,77.8021,1.17885,345,345,10,0,3293,0,0,1), + (92308,8601,0,0,0,2109.35,-4104.61,85.0634,2.02396,345,345,10,0,3420,0,0,1), + (92309,8603,0,0,0,1752.49,-4111.56,97.2032,0.537071,345,345,10,0,3293,0,0,1), + (92310,8596,0,0,0,1736.36,-3090.21,78.1675,0.653904,345,345,10,0,3189,0,0,1), + (92311,8600,0,0,0,1818.63,-4281.16,86.1573,0.708626,345,345,5,0,3189,0,0,1), + (92312,8603,0,0,0,1665.04,-3584.25,120.158,5.68598,345,345,10,0,3293,0,0,1), + (92313,8603,0,0,0,1594.36,-3388.78,128.776,2.94707,345,345,5,0,3293,0,0,1), + (92314,8597,0,0,0,2306.72,-4240.5,101.017,5.03043,345,345,5,0,3529,0,0,1), + (92315,8601,0,0,0,2346.61,-4203.31,100.713,0.781947,345,345,5,0,3420,0,0,1), + (92316,8601,0,0,0,2286.51,-4076.3,78.3465,5.21671,345,345,10,0,3420,0,0,1), + (92317,8597,0,0,0,2147.46,-4817.17,81.718,0.561038,345,345,3,0,3529,0,0,1), + (92318,8601,0,0,0,2125.7,-3941.41,135.315,4.91113,345,345,10,0,3420,0,0,1), + (92319,8550,0,0,0,2665.49,-5503.45,162.39,0.279253,345,345,0,0,3005,5598,0,0), + (92320,8550,0,0,0,2612.87,-5503.44,158.134,4.45059,345,345,0,0,3005,5598,0,0), + (92321,8546,0,0,0,2672.47,-5501.75,162.213,3.35103,345,345,0,0,4212,0,0,0), + (92322,8558,0,0,0,2714.66,-5421.47,161.407,5.70723,345,345,0,0,3876,0,0,0), + (92323,8606,0,0,0,2212.24,-5177.29,55.1209,1.94642,345,345,5,0,3529,0,0,1), + (92324,8545,0,0,0,2147.63,-3558.4,145.358,4.955,345,345,5,0,3997,0,0,1), + (92325,8603,0,0,0,1654.41,-3510.64,128.128,1.31019,345,345,10,0,3293,0,0,1), + (92326,9448,0,0,0,1585.18,-5486.64,101.036,4.36009,610,610,5,0,6477,2163,0,1), + (92327,9450,0,0,0,1576.56,-5497.92,100.879,3.66519,610,610,0,0,6273,2117,0,0), + (92328,9448,0,0,0,1584.01,-5455.42,100.847,3.60873,610,610,0,0,6477,2163,0,0), + (92329,9450,0,0,0,1553.15,-5491.36,101.272,5.6245,610,610,5,0,6273,2117,0,1), + (92330,9451,0,0,0,1553.8,-5520.7,101.252,0.329303,610,610,5,0,5490,5013,0,1), + (92331,8520,0,0,0,1680.97,-4707.97,62.0369,4.96116,345,345,10,0,3529,0,0,1), + (92332,8600,0,0,0,1674.01,-3422.26,136.526,1.11152,345,345,10,0,3189,0,0,1), + (92333,9448,0,0,0,1573.52,-5500.25,100.854,0.733038,610,610,0,0,6477,2163,0,0), + (92334,8546,0,0,0,2610.83,-5508.66,158.759,1.27409,345,345,0,0,4212,0,0,0), + (92335,9447,0,0,0,1635.92,-4785.59,87.2311,0.645772,610,610,0,0,5886,1982,0,0), + (92336,8597,0,0,0,2351.08,-4663.2,76.1008,5.70101,345,345,10,0,3529,0,0,1), + (92337,8600,0,0,0,2029.87,-3383.75,109.513,2.71645,345,345,10,0,3189,0,0,1), + (92338,8600,0,0,0,1620,-3484.2,132.202,1.88036,345,345,5,0,3189,0,0,1), + (92339,9449,0,0,0,1617.85,-5365.8,74.1991,2.18166,610,610,0,0,6078,2041,0,0), + (92340,9447,0,0,0,1616.29,-5363.12,74.2627,5.18363,610,610,0,0,5886,1982,0,0), + (92341,9447,0,0,0,1572.41,-5416.13,75.0134,3.9968,610,610,0,0,5886,1982,0,0), + (92342,9452,0,0,0,1569.64,-5419.08,75.4552,0.785398,610,610,0,0,5151,4765,0,0), + (92343,9447,0,0,0,1556.43,-5400.71,78.2931,5.60251,610,610,0,0,5886,1982,0,0), + (92344,9447,0,0,0,1562.96,-5393.36,78.3511,5.49779,610,610,0,0,5886,1982,0,0), + (92345,8600,0,0,0,1621.1,-3423.57,134.103,3.34627,345,345,10,0,3189,0,0,1), + (92346,8600,0,0,0,1624.31,-3550.88,120.741,2.47661,345,345,5,0,3189,0,0,1), + (92347,8600,0,0,0,1676.37,-3490.37,130.884,2.03008,345,345,10,0,3189,0,0,1), + (92348,8597,0,0,0,1951,-5120.7,77.8774,4.39249,345,345,10,0,3529,0,0,1), + (92349,8601,0,0,0,2252.28,-4580.34,73.7361,2.24188,345,345,10,0,3420,0,0,1), + (92350,8603,0,0,0,1945.39,-3900.84,129.294,0.631383,345,345,10,0,3293,0,0,1), + (92351,8597,0,0,0,2169.97,-5116.6,52.797,4.93096,345,345,5,0,3529,0,0,1), + (92352,8596,0,0,0,1675.31,-3378.01,124.305,6.18652,345,345,10,0,3189,0,0,1), + (92353,8606,0,0,0,2061.56,-4209.06,20.4282,4.3231,345,345,5,0,3529,0,0,1), + (92354,8597,0,0,0,2222.54,-4280.76,75.7712,0.023433,345,345,10,0,3529,0,0,1), + (92355,8606,0,0,0,1980.06,-4295.74,16.374,1.84503,345,345,5,0,3529,0,0,1), + (92356,8607,0,0,0,2017.49,-4376.62,21.2891,4.64313,345,345,3,0,3293,0,0,1), + (92357,8607,0,0,0,2017.81,-4284.57,10.8653,1.97682,345,345,5,0,3293,0,0,1), + (92358,8603,0,0,0,1979.49,-3532.35,113.296,1.24895,345,345,10,0,3293,0,0,1), + (92359,8596,0,0,0,2146.57,-2871.95,89.444,4.61563,345,345,10,0,3189,0,0,1), + (92360,8596,0,0,0,2193.41,-2843.31,91.3492,0.414257,345,345,3,0,3189,0,0,1), + (92361,8596,0,0,0,2095.73,-2966.34,92.3586,0.900328,345,345,10,0,3189,0,0,1), + (92362,8600,0,0,0,2090.76,-2889.27,82.1505,4.93985,345,345,10,0,3189,0,0,1), + (92363,8601,0,0,0,2054.1,-4084.83,88.9267,5.0851,345,345,5,0,3420,0,0,1), + (92364,8526,0,0,0,2077.5,-4512.76,76.8726,1.68039,345,345,10,0,2604,5206,0,1), + (92365,8601,0,0,0,2193.14,-4075.67,86.0414,4.13225,345,345,10,0,3420,0,0,1), + (92366,8603,0,0,0,1829.2,-2847.64,81.6507,1.50241,345,345,10,0,3293,0,0,1), + (92367,8601,0,0,0,2144.78,-4064.61,93.7588,1.81957,345,345,10,0,3420,0,0,1), + (92368,8551,0,0,0,1969.5,-4522.47,75.5379,2.35553,345,345,5,0,2442,5013,0,1), + (92369,8548,0,0,0,1971.35,-4508.92,74.9112,1.98614,345,345,5,0,2992,2163,0,1), + (92370,8526,0,0,0,1981.1,-4501.74,75.5344,1.62436,345,345,5,0,2604,5206,0,1), + (92371,8543,0,0,0,1908.96,-4478.82,79.104,2.67459,345,345,10,0,3758,0,0,2), + (92372,8551,0,0,0,1991.47,-4494.67,75.5214,5.74802,345,345,5,0,2442,5013,0,1), + (92373,8548,0,0,0,1974.43,-4505.11,82.3923,5.35496,345,345,5,0,2992,2163,0,1), + (92374,8532,0,0,0,2151.34,-3416.27,135.448,4.09254,345,345,5,0,3876,0,0,1), + (92375,8548,0,0,0,1962.92,-4512.34,82.3923,0.8636,345,345,5,0,2992,2163,0,1), + (92376,8548,0,0,0,1971.49,-4522.69,82.3923,1.38738,345,345,5,0,2992,2163,0,1), + (92377,8548,0,0,0,1985.07,-4490.84,82.3923,0.114867,345,345,5,0,2992,2163,0,1), + (92378,8542,0,0,0,2447.04,-3632.91,178.807,4.68092,345,345,10,0,3758,0,0,1), + (92379,8600,0,0,0,1729.45,-2962.25,80.4487,5.65361,345,345,5,0,3189,0,0,1), + (92380,8532,0,0,0,2416.68,-3628.24,178.524,3.31881,345,345,10,0,3876,0,0,1), + (92381,8596,0,0,0,1839.79,-4252.9,89.5712,3.76576,345,345,5,0,3189,0,0,1), + (92382,8596,0,0,0,2121.96,-2769.42,78.6896,1.10373,345,345,10,0,3189,0,0,1), + (92383,8600,0,0,0,1887.79,-2890.06,85.5281,2.79265,345,345,10,0,3189,0,0,1), + (92384,8600,0,0,0,1783.64,-4374.41,82.2632,2.52055,345,345,10,0,3189,0,0,1), + (92385,8548,0,0,0,2098.77,-4546.95,76.4691,6.11065,345,345,0,0,2992,2163,0,0), + (92386,9452,0,0,0,1747.88,-5463.74,82.3928,0.698132,610,610,0,0,5151,4765,0,0), + (92387,9452,0,0,0,1750.96,-5461.69,82.3928,3.35103,610,610,0,0,5151,4765,0,0), + (92388,9452,0,0,0,1755.04,-5442.33,82.3928,1.39626,610,610,0,0,5151,4765,0,0), + (92389,9449,0,0,0,1755.28,-5437.58,82.3928,4.81711,610,610,0,0,6078,2041,0,0), + (92390,9452,0,0,0,1746.64,-5461.96,82.3928,0.034907,610,610,0,0,5151,4765,0,0), + (92391,8602,0,0,0,2664.18,-4706.55,81.8228,3.81687,345,345,10,0,3643,0,0,1), + (92392,9447,0,0,0,1704.58,-5387.28,73.9117,4.45059,610,610,0,0,5886,1982,0,0), + (92393,9452,0,0,0,1739.18,-5424.84,82.3916,5.58505,610,610,0,0,5151,4765,0,0), + (92394,9452,0,0,0,1741.17,-5426.89,82.3916,2.25148,610,610,0,0,5151,4765,0,0), + (92395,9447,0,0,0,1703.63,-5390.73,73.7923,1.29154,610,610,0,0,5886,1982,0,0), + (92396,8596,0,0,0,1671.79,-3582.72,120.833,4.61758,345,345,10,0,3189,0,0,1), + (92397,9452,0,0,0,1759.51,-5395.4,82.3917,3.03687,610,610,0,0,5151,4765,0,0), + (92398,9452,0,0,0,1757.08,-5395.54,82.3917,0.261799,610,610,0,0,5151,4765,0,0), + (92399,9447,0,0,0,1627.84,-5388.02,74.0229,0.715585,610,610,0,0,5886,1982,0,0), + (92400,9449,0,0,0,1605.73,-5409.32,76.4823,0.663225,610,610,0,0,6078,2041,0,0), + (92401,9452,0,0,0,1647.72,-5392.43,74.2033,4.88692,610,610,0,0,5151,4765,0,0), + (92402,9452,0,0,0,1649,-5395.93,74.3717,2.14675,610,610,0,0,5151,4765,0,0), + (92403,9447,0,0,0,1632.19,-5394.35,73.9124,0.785398,610,610,0,0,5886,1982,0,0), + (92404,9452,0,0,0,1608.78,-5402.47,75.7878,4.15388,610,610,0,0,5151,4765,0,0), + (92405,9447,0,0,0,1627.97,-5291.14,75.9702,4.29351,610,610,0,0,5886,1982,0,0), + (92406,9447,0,0,0,1610.85,-5410.22,75.7878,3.36848,610,610,0,0,5886,1982,0,0), + (92407,9449,0,0,0,1642.86,-5299.14,75.9702,4.7822,610,610,0,0,6078,2041,0,0), + (92408,8546,0,0,0,2508.98,-3809.27,178.101,3.19395,345,345,0,0,4212,0,0,0), + (92409,8597,0,0,0,2008.71,-5072.57,85.8598,1.50144,345,345,10,0,3529,0,0,1), + (92410,9447,0,0,0,1615.37,-5311.45,74.4712,5.84685,610,610,0,0,5886,1982,0,0), + (92411,9452,0,0,0,1644.81,-5301.05,75.9702,3.80482,610,610,0,0,5151,4765,0,0), + (92412,9447,0,0,0,1614.05,-5314.02,74.4712,5.88176,610,610,0,0,5886,1982,0,0), + (92413,9452,0,0,0,1642.71,-5303.42,75.9702,1.23918,610,610,0,0,5151,4765,0,0), + (92414,9449,0,0,0,1599.11,-5280.8,75.9702,1.5708,610,610,0,0,6078,2041,0,0), + (92415,9447,0,0,0,1631.98,-5293.08,75.9702,4.20624,610,610,0,0,5886,1982,0,0), + (92416,9452,0,0,0,1592.06,-5309.36,75.9702,2.33874,610,610,0,0,5151,4765,0,0), + (92417,9452,0,0,0,1589.49,-5306.12,75.9702,5.37561,610,610,0,0,5151,4765,0,0), + (92418,9449,0,0,0,1599.64,-5277.89,75.9702,4.46804,610,610,0,0,6078,2041,0,0), + (92419,9447,0,0,0,1598.17,-5279.28,75.9702,5.60251,610,610,0,0,5886,1982,0,0), + (92420,9449,0,0,0,1612.89,-5315.04,89.8936,2.61799,610,610,0,0,6078,2041,0,0), + (92421,9452,0,0,0,1588.97,-5307.71,75.9702,5.88176,610,610,0,0,5151,4765,0,0), + (92422,9449,0,0,0,1607.78,-5287.93,84.7919,6.17846,610,610,0,0,6078,2041,0,0), + (92423,8601,0,0,0,2283.21,-4667.56,74.645,1.48863,345,345,10,0,3420,0,0,1), + (92424,9447,0,0,0,1610.38,-5287.87,84.7919,3.28122,610,610,0,0,5886,1982,0,0), + (92425,8597,0,0,0,2284.56,-4825.25,119.313,2.29752,345,345,5,0,3529,0,0,1), + (92426,9449,0,0,0,1594.57,-5300.28,91.1874,4.2586,610,610,0,0,6078,2041,0,0), + (92427,9447,0,0,0,1593.2,-5303.4,91.1874,1.20428,610,610,0,0,5886,1982,0,0), + (92428,9447,0,0,0,1610.9,-5313.9,89.8936,5.75959,610,610,0,0,5886,1982,0,0), + (92429,9447,0,0,0,1576.13,-5321.84,88.9986,5.11381,610,610,0,0,5886,1982,0,0), + (92430,9447,0,0,0,1577.41,-5324.44,88.9986,2.07694,610,610,0,0,5886,1982,0,0), + (92431,9449,0,0,0,1579.2,-5324.41,99.9128,5.96524,610,610,5,0,6078,2041,0,2), + (92432,11898,0,0,0,1651.43,-5492.02,101.95,1.98555,610,610,5,0,7478,9736,0,2), + (92433,9448,0,0,0,1642.38,-5488.23,101.356,2.47997,610,610,5,0,6477,2163,0,2), + (92434,9451,0,0,0,1572.53,-5486.02,101.131,0.617553,610,610,5,0,5490,5013,0,2), + (92435,9448,0,0,0,1537.24,-5474.58,99.7218,4.01065,610,610,2,0,6477,2163,0,1), + (92436,9451,0,0,0,1615.58,-5478.06,100.921,1.67852,610,610,5,0,5490,5013,0,1), + (92437,9450,0,0,0,1576.23,-5587.76,111.254,4.32842,610,610,0,0,6273,2117,0,0), + (92438,9448,0,0,0,1610.27,-5509.77,106.815,1.16937,610,610,0,0,6477,2163,0,0), + (92439,9448,0,0,0,1625.15,-5517.64,106.869,1.23918,610,610,0,0,6477,2163,0,0), + (92440,9448,0,0,0,1613.98,-5530.8,111.252,1.22173,610,610,0,0,6477,2163,0,0), + (92441,9448,0,0,0,1605.82,-5526.18,111.251,1.18682,610,610,0,0,6477,2163,0,0), + (92442,9448,0,0,0,1581.67,-5575.31,111.254,4.32842,610,610,0,0,6477,2163,0,0), + (92443,9448,0,0,0,1578.84,-5598.91,111.254,4.06662,610,610,0,0,6477,2163,0,0), + (92444,9451,0,0,0,1585.1,-5584.34,111.254,4.11898,610,610,0,0,5490,5013,0,0), + (92445,9448,0,0,0,1604.1,-5575.29,111.253,0.593412,610,610,0,0,6477,2163,0,0), + (92446,9450,0,0,0,1585.24,-5611.23,111.254,0.628319,610,610,0,0,6273,2117,0,0), + (92447,9448,0,0,0,1606.6,-5573.69,111.254,3.52556,610,610,0,0,6477,2163,0,0), + (92448,9450,0,0,0,1576.33,-5555.26,111.254,4.24115,610,610,0,0,6273,2117,0,0), + (92449,9448,0,0,0,1557.1,-5592.93,111.254,4.60767,610,610,0,0,6477,2163,0,0), + (92450,9448,0,0,0,1586.85,-5611.75,111.254,1.01229,610,610,0,0,6477,2163,0,0), + (92451,9448,0,0,0,1573.82,-5560.28,111.254,1.09956,610,610,0,0,6477,2163,0,0), + (92452,9451,0,0,0,1579.15,-5556.9,111.254,3.61283,610,610,0,0,5490,5013,0,0), + (92453,9450,0,0,0,1589.36,-5607.69,111.254,4.17134,610,610,0,0,6273,2117,0,0), + (92454,9448,0,0,0,1556.89,-5596.22,111.254,1.55334,610,610,0,0,6477,2163,0,0), + (92455,8597,0,0,0,2199.06,-4244.9,75.4295,2.79699,345,345,10,0,3529,0,0,1), + (92456,8601,0,0,0,2252.63,-4765.01,98.3641,4.1542,345,345,3,0,3420,0,0,1), + (92457,8601,0,0,0,2326.1,-4545.37,81.8834,2.79482,345,345,10,0,3420,0,0,1), + (92458,9449,0,0,0,1748.43,-5445.19,85.9244,2.98472,610,610,5,0,6078,2041,0,1), + (92459,9447,0,0,0,1728.19,-5388.36,81.0628,2.07694,610,610,0,0,5886,1982,0,0), + (92460,9449,0,0,0,1746.19,-5407.06,82.3915,0.453786,610,610,0,0,6078,2041,0,0), + (92461,9449,0,0,0,1803.24,-5422.34,82.3951,2.54818,610,610,0,0,6078,2041,0,0), + (92462,9452,0,0,0,1748.58,-5405.63,82.3916,3.75246,610,610,0,0,5151,4765,0,0), + (92463,8597,0,0,0,1945.35,-5090.71,87.0653,1.1084,345,345,10,0,3529,0,0,1), + (92464,9452,0,0,0,1800.24,-5424.14,82.3926,1.37881,610,610,0,0,5151,4765,0,0), + (92465,8603,0,0,0,2156.52,-5191.72,81.3271,4.77351,345,345,10,0,3293,0,0,1), + (92466,9447,0,0,0,1739.43,-5380.87,81.0414,2.30383,610,610,0,0,5886,1982,0,0), + (92467,9449,0,0,0,1780.65,-5425.06,82.3914,2.23402,610,610,0,0,6078,2041,0,0), + (92468,9449,0,0,0,1778.98,-5422.72,82.3946,5.3058,610,610,0,0,6078,2041,0,0), + (92469,9452,0,0,0,1800.55,-5419.82,82.3986,5.07891,610,610,0,0,5151,4765,0,0), + (92470,8596,0,0,0,1637.61,-4420.62,95.4439,0.797928,345,345,5,0,3189,0,0,1), + (92471,8521,0,0,0,2506.72,-4193.38,61.0156,0.101886,345,345,10,0,3644,0,0,1), + (92472,8600,0,0,0,1625.79,-3635.2,108.892,4.7407,345,345,10,0,3189,0,0,1), + (92473,8528,0,0,0,2679.56,-5469.57,157.067,5.06479,345,345,10,0,2698,5461,0,1), + (92474,8542,0,0,0,2480.36,-5184.73,76.112,2.3682,345,345,0,0,3758,0,0,0), + (92475,8542,0,0,0,2443.26,-5215.05,73.7353,6.04434,345,345,5,0,3758,0,0,1), + (92476,8542,0,0,0,2446.79,-5148.63,80.0468,5.25092,345,345,10,0,3758,0,0,1), + (92477,8534,0,0,0,1741.02,-4422.18,74.9123,2.16102,345,345,10,0,3420,0,0,1), + (92478,8597,0,0,0,1979.3,-5271.38,86.3963,5.74202,345,345,5,0,3529,0,0,1), + (92479,8606,0,0,0,2021.59,-4347.6,6.69596,5.75104,345,345,10,0,3529,0,0,1), + (92480,8606,0,0,0,2074.01,-4344.92,12.0691,5.16991,345,345,5,0,3529,0,0,1), + (92481,8606,0,0,0,1986.29,-4186.02,13.1463,3.64976,345,345,5,0,3529,0,0,1), + (92482,8521,0,0,0,2462.23,-4153.38,46.3769,4.73961,345,345,10,0,3644,0,0,1), + (92483,8597,0,0,0,2402.22,-5021.43,76.4145,2.87668,345,345,10,0,3529,0,0,1), + (92484,8597,0,0,0,2164.26,-5151.2,74.0244,1.81957,345,345,5,0,3529,0,0,1), + (92485,8601,0,0,0,2246.17,-5146.08,62.4112,4.99243,345,345,0,0,3420,0,0,0), + (92486,8606,0,0,0,2334.67,-5127.65,53.8121,3.37552,345,345,5,0,3529,0,0,1), + (92487,8606,0,0,0,2282.18,-5143.97,53.7672,5.74349,345,345,5,0,3529,0,0,1), + (92488,8603,0,0,0,2393.76,-4987.01,71.2813,5.87737,345,345,10,0,3293,0,0,1), + (92489,8534,0,0,0,2162.83,-5179.83,81.7658,1.80154,345,345,10,0,3420,0,0,1), + (92490,8603,0,0,0,2281.19,-5110.87,75.1932,0.222481,345,345,5,0,3293,0,0,1), + (92491,8603,0,0,0,2023.02,-5285.4,87.1893,6.13811,345,345,10,0,3293,0,0,1), + (92492,8601,0,0,0,2164.03,-4148.06,74.3823,3.02074,345,345,10,0,3420,0,0,1), + (92493,8601,0,0,0,2209.3,-4125.93,79.2515,2.83648,345,345,10,0,3420,0,0,1), + (92494,8601,0,0,0,2102.27,-4795.61,75.3284,4.58416,345,345,10,0,3420,0,0,1), + (92495,9447,0,0,0,1657.94,-4850.38,84.2001,1.13695,610,610,10,0,5886,1982,0,1), + (92496,8600,0,0,0,1599.93,-3143.43,90.0316,3.99062,345,345,5,0,3189,0,0,1), + (92497,8596,0,0,0,1934.45,-2941.46,75.9477,3.57509,345,345,5,0,3189,0,0,1), + (92498,8600,0,0,0,1867,-3814.15,137.447,6.01239,345,345,10,0,3189,0,0,1), + (92499,8596,0,0,0,1623.31,-3441.69,135.291,2.84855,345,345,10,0,3189,0,0,1), + (92500,9447,0,0,0,1674.33,-4831.99,89.1391,6.24828,610,610,0,0,5886,1982,0,0), + (92501,8534,0,0,0,1668.18,-3538.13,124.707,4.07842,345,345,10,0,3420,0,0,1), + (92502,8601,0,0,0,2337.18,-4840.32,93.9747,0.544105,345,345,2,0,3420,0,0,1), + (92503,8606,0,0,0,2170.97,-5128.59,53.2152,2.03129,345,345,5,0,3529,0,0,1), + (92504,8596,0,0,0,1653.14,-4438.58,88.669,1.28364,345,345,5,0,3189,0,0,1), + (92505,9447,0,0,0,1840.46,-5423.79,84.3416,2.71413,610,610,2,0,5886,1982,0,1), + (92506,8596,0,0,0,1794.84,-2889.4,69.5286,0.833047,345,345,10,0,3189,0,0,1), + (92507,8596,0,0,0,2086.09,-3022.37,78.3033,0.874558,345,345,10,0,3189,0,0,1), + (92508,8603,0,0,0,1745.72,-2871.81,85.4035,4.01615,345,345,5,0,3293,0,0,1), + (92509,8600,0,0,0,1584.07,-3846.89,127.821,2.90894,345,345,5,0,3189,0,0,1), + (92510,8534,0,0,0,1948.86,-3128.21,90.7465,5.43765,345,345,10,0,3420,0,0,1), + (92511,8596,0,0,0,2070.46,-3178.55,80.1001,3.93598,345,345,10,0,3189,0,0,1), + (92512,8596,0,0,0,1757.43,-2916.97,75.6366,4.66741,345,345,5,0,3189,0,0,1), + (92513,8545,0,0,0,2086.57,-3488.72,116.702,1.02451,345,345,10,0,3997,0,0,1), + (92514,8532,0,0,0,2155.47,-3500.42,123.2,2.00736,345,345,10,0,3876,0,0,1), + (92515,8529,0,0,0,2105.31,-3505.09,119.456,2.91802,345,345,10,0,3997,0,0,1), + (92516,8529,0,0,0,2313.11,-3585.9,160.851,1.32297,345,345,10,0,3997,0,0,2), + (92517,8542,0,0,0,2254.88,-3503.27,141.643,2.29679,345,345,3,0,3758,0,0,1), + (92518,8539,0,0,0,2247.46,-3525.35,139.529,5.35159,345,345,5,0,3820,0,0,1), + (92519,8532,0,0,0,2318.47,-3637.28,181.135,1.60402,345,345,2,0,3876,0,0,1), + (92520,8542,0,0,0,2386.91,-3628.38,181.97,2.35609,345,345,5,0,3758,0,0,1), + (92521,8532,0,0,0,2349.01,-3663.31,184.497,1.63252,345,345,5,0,3876,0,0,1), + (92522,8541,0,0,0,1987.32,-4451.75,73.708,0.613295,345,345,10,0,3528,0,0,1), + (92523,8541,0,0,0,1948.37,-4448.59,77.0522,3.71009,345,345,0,0,3528,0,0,0), + (92524,8526,0,0,0,1968.05,-4476,74.3057,1.83958,345,345,0,0,2604,5206,0,0), + (92525,8541,0,0,0,2018.17,-4451.54,75.3462,2.6873,345,345,10,0,3528,0,0,1), + (92526,8526,0,0,0,2040.45,-4477,74.8191,4.83276,345,345,0,0,2604,5206,0,0), + (156064,8538,0,0,0,2166.23,-4502,73.726,1.046,600,600,4,0,3665,0,0,1), + (92528,8541,0,0,0,2053.5,-4497.17,74.8191,3.90754,345,345,6,0,3528,0,0,1), + (92529,8526,0,0,0,2050.53,-4464.59,74.9968,1.06789,345,345,0,0,2604,5206,0,0), + (92530,8548,0,0,0,2055.42,-4478.48,75.8946,4.24874,345,345,0,0,2992,2163,0,0), + (92531,8548,0,0,0,2058.37,-4453.84,75.8988,1.35838,345,345,5,0,2992,2163,0,1), + (92532,8548,0,0,0,2065.18,-4461.37,75.8988,3.04512,345,345,0,0,2992,2163,0,0), + (92533,8531,0,0,0,2020.03,-4481.07,73.7653,6.08223,345,345,10,0,3644,0,0,1), + (92534,8526,0,0,0,2077.21,-4470.32,77.258,2.01612,345,345,5,0,2604,5206,0,1), + (92535,8548,0,0,0,2038.97,-4536.08,74.7476,0.462065,345,345,5,0,2992,2163,0,1), + (92536,8541,0,0,0,2015.08,-4555.27,74.9889,0.490918,345,345,0,0,3528,0,0,0), + (92537,8548,0,0,0,2022.53,-4564.35,74.974,5.03374,345,345,0,0,2992,2163,0,0), + (92538,8548,0,0,0,2013.04,-4556.79,79.7481,4.23677,345,345,3,0,2992,2163,0,1), + (92539,8600,0,0,0,1833.71,-3470.16,118.847,5.76205,345,345,5,0,3189,0,0,1), + (92540,8551,0,0,0,2021.77,-4568.32,79.7546,0.476076,345,345,3,0,2442,5013,0,1), + (92541,8596,0,0,0,1719.72,-4849.11,92.5166,5.85624,345,345,5,0,3189,0,0,1), + (92542,11291,0,0,0,1596.92,-3242.14,66.8295,1.28059,345,345,3,0,3478,0,0,1), + (92543,11291,0,0,0,1596.16,-3254.41,66.8295,4.71239,345,345,3,0,3478,0,0,1), + (92544,12250,0,0,0,1609.43,-3248.63,68.053,3.15905,345,345,0,0,3398,0,0,0), + (92545,11291,0,0,0,1576.33,-3249.07,73.2314,1.80577,345,345,2,0,3478,0,0,1), + (92546,11290,0,0,0,1604.87,-3248.29,67.0182,0.636446,345,345,3,0,3189,0,0,1), + (92547,8542,0,0,0,2511.56,-5184.98,75.8612,4.00261,345,345,3,0,3758,0,0,1), + (92548,11290,0,0,0,1576.51,-3263.31,78.7768,4.93634,345,345,2,0,3189,0,0,1), + (92549,11291,0,0,0,1544.76,-3254.2,82.2041,5.1917,345,345,10,0,3478,0,0,1), + (92550,11291,0,0,0,1595.68,-3263.83,88.1491,6.20201,345,345,0,0,3478,0,0,0), + (92551,11290,0,0,0,1624.02,-3254.4,87.1756,5.30329,345,345,5,0,3189,0,0,1), + (92552,11291,0,0,0,1581.2,-3239.66,85.8314,2.77955,345,345,10,0,3478,0,0,1), + (92553,11290,0,0,0,1649.32,-3218.48,82.0858,2.99652,345,345,10,0,3189,0,0,1), + (92554,11290,0,0,0,1579.49,-3221.88,81.4548,3.03274,345,345,10,0,3189,0,0,1), + (92555,11291,0,0,0,1614.76,-3213.74,84.5545,2.01921,345,345,10,0,3478,0,0,1), + (92556,11291,0,0,0,1651.68,-3248.84,82.9006,2.73497,345,345,10,0,3478,0,0,1), + (92557,11290,0,0,0,1653.37,-3279.51,87.5124,3.3342,345,345,10,0,3189,0,0,1), + (92558,11290,0,0,0,1656.96,-3289.67,89.6626,1.57959,345,345,10,0,3189,0,0,1), + (92559,11291,0,0,0,1616.83,-3285.57,90.5804,3.13964,345,345,5,0,3478,0,0,1), + (92560,8550,0,0,0,2792.23,-5402.22,162.53,4.24115,345,345,0,0,3005,5598,0,0), + (92561,8542,0,0,0,2402.98,-5189.86,74.3611,3.52856,345,345,10,0,3758,0,0,1), + (92562,8542,0,0,0,2449.19,-5167.07,79.4992,2.0224,345,345,10,0,3758,0,0,1), + (92563,9452,0,0,0,1874,-5463.31,120.191,6.18934,610,610,5,0,5151,4765,0,1), + (92564,11291,0,0,0,1611.06,-3312.8,97.1058,2.73862,345,345,10,0,3478,0,0,1), + (92565,11290,0,0,0,1548.28,-3281.65,85.312,6.07498,345,345,5,0,3189,0,0,1), + (92566,8550,0,0,0,2789.47,-5407.67,162.673,1.09956,345,345,0,0,3005,5598,0,0), + (92567,8534,0,0,0,2092.14,-5214.68,84.9673,5.95093,345,345,10,0,3420,0,0,1), + (92569,8534,0,0,0,2220.16,-4416.01,96.3101,1.71186,345,345,3,0,3420,0,0,1), + (92570,8601,0,0,0,2369.79,-5018.75,72.4468,1.5708,345,345,5,0,3420,0,0,1), + (92571,8534,0,0,0,2242.62,-4093.51,78.6236,0.692738,345,345,10,0,3420,0,0,1), + (92572,8601,0,0,0,2385.41,-4923.03,73.9975,5.33261,345,345,10,0,3420,0,0,1), + (92573,8597,0,0,0,2006.67,-4758.64,94.7629,3.95977,345,345,5,0,3529,0,0,1), + (92574,8601,0,0,0,2243.74,-4227.2,94.9451,1.35043,345,345,3,0,3420,0,0,1), + (92575,8601,0,0,0,2245.99,-4168.2,104.881,1.5848,345,345,5,0,3420,0,0,1), + (92576,8601,0,0,0,2343.27,-4888.2,79.9356,5.26436,345,345,5,0,3420,0,0,1), + (92577,8603,0,0,0,1958.27,-4744.36,96.3715,3.46807,345,345,5,0,3293,0,0,1), + (92578,8603,0,0,0,1747.67,-4297.55,91.0505,0.927333,345,345,10,0,3293,0,0,1), + (92579,8597,0,0,0,2409.26,-4306.41,75.6122,1.34004,345,345,10,0,3529,0,0,1), + (92580,8601,0,0,0,2088.05,-4816.11,75.0681,4.07331,345,345,10,0,3420,0,0,1), + (92581,8606,0,0,0,2165.74,-5035.06,52.6225,2.42154,345,345,3,0,3529,0,0,1), + (92582,8596,0,0,0,1757.64,-2980.05,74.0344,5.73255,345,345,5,0,3189,0,0,1), + (92583,8606,0,0,0,2159.52,-4997.81,56.0813,2.89921,345,345,5,0,3529,0,0,1), + (92584,8597,0,0,0,2072.18,-4895.64,75.7407,1.78387,345,345,10,0,3529,0,0,1), + (92585,8534,0,0,0,2312.11,-4928.24,85.1969,3.07429,345,345,5,0,3420,0,0,1), + (92586,8596,0,0,0,1749.9,-2822.07,70.2383,4.33533,345,345,10,0,3189,0,0,1), + (92587,8600,0,0,0,1772.12,-2840.13,69.0439,2.40457,345,345,10,0,3189,0,0,1), + (92588,8600,0,0,0,1978.48,-3581.48,121.144,4.8981,345,345,5,0,3189,0,0,1), + (92589,8600,0,0,0,1711.41,-4304.18,87.6435,2.76079,345,345,10,0,3189,0,0,1), + (92590,8600,0,0,0,1598.43,-3450.32,135.679,0.223659,345,345,3,0,3189,0,0,1), + (92591,8534,0,0,0,1654.12,-3905.8,131.014,5.08436,345,345,10,0,3420,0,0,1), + (92592,8600,0,0,0,1837.71,-2930.81,82.1656,0.000219,345,345,10,0,3189,0,0,1), + (92593,8531,0,0,0,2120.25,-4523.94,74.4363,1.62773,345,345,10,0,3644,0,0,1), + (92594,8606,0,0,0,2103.95,-5038.86,50.6141,4.42912,345,345,5,0,3529,0,0,1), + (92595,8541,0,0,0,2122.88,-4546.13,76.4202,6.19143,345,345,10,0,3528,0,0,1), + (92596,8541,0,0,0,2056.1,-4555.02,75.8018,5.94072,345,345,5,0,3528,0,0,1), + (92597,8548,0,0,0,2088.75,-4538.84,75.6898,2.38292,345,345,10,0,2992,2163,0,1), + (92598,8600,0,0,0,2044.2,-3319.07,108.221,5.96134,345,345,5,0,3189,0,0,1), + (92599,8541,0,0,0,2077.66,-4608.35,75.6573,2.07579,345,345,10,0,3528,0,0,1), + (92600,8606,0,0,0,2059.95,-4977.81,64.2205,1.42457,345,345,5,0,3529,0,0,1), + (92601,8603,0,0,0,1744.07,-3986.82,130.289,6.0925,345,345,10,0,3293,0,0,1), + (92602,8541,0,0,0,2019.63,-4509.09,74.5393,3.33531,345,345,10,0,3528,0,0,1), + (92603,8541,0,0,0,1981.5,-4531.75,75.1226,2.18475,345,345,5,0,3528,0,0,1), + (92604,8541,0,0,0,2012.67,-4542.42,74.2893,2.7103,345,345,5,0,3528,0,0,1), + (92605,8541,0,0,0,2000.33,-4511.79,76.1643,1.64813,345,345,5,0,3528,0,0,1), + (92606,8596,0,0,0,2146.07,-3076.44,77.8531,6.09255,345,345,5,0,3189,0,0,1), + (92607,8534,0,0,0,2087.61,-2833.86,81.6054,0.746906,345,345,10,0,3420,0,0,1), + (92608,8541,0,0,0,2051.91,-4512.46,74.2893,0.534471,345,345,10,0,3528,0,0,1), + (92609,8548,0,0,0,1948.84,-4527.16,74.9973,2.01275,345,345,5,0,2992,2163,0,1), + (92610,8596,0,0,0,1694.03,-4883.98,89.6576,6.25585,345,345,10,0,3189,0,0,1), + (92611,8600,0,0,0,1795.97,-4203.06,89.8252,0.01754,345,345,10,0,3189,0,0,1), + (92612,8531,0,0,0,1900.44,-4513.21,82.5129,3.27785,345,345,10,0,3644,0,0,1), + (92613,8541,0,0,0,1953.86,-4551.99,74.5251,4.7446,345,345,5,0,3528,0,0,1), + (92614,8596,0,0,0,1691.44,-4954.48,78.5323,4.22427,345,345,10,0,3189,0,0,1), + (92615,8603,0,0,0,1883.91,-3616.33,117.57,2.38933,345,345,10,0,3293,0,0,1), + (92616,8521,0,0,0,2517.4,-4149.3,46.5015,2.27074,345,345,10,0,3644,0,0,1), + (92617,8596,0,0,0,1723.87,-4409.49,76.9314,4.13913,345,345,10,0,3189,0,0,1), + (92618,8596,0,0,0,1778.29,-4230.69,86.6411,3.55328,345,345,10,0,3189,0,0,1), + (92619,8531,0,0,0,1916.12,-4543.34,82.6737,1.43194,345,345,10,0,3644,0,0,1), + (92620,11620,0,0,0,2102.55,-4292.21,10.997,6.24943,345,345,5,0,1114,0,0,1), + (92621,11621,0,0,0,2099.51,-4277.23,20.229,6.17846,345,345,0,0,4356,0,0,0), + (92622,11620,0,0,0,2098.08,-4297.51,9.6299,0.237065,345,345,5,0,1114,0,0,1), + (92623,11621,0,0,0,2097.09,-4275.74,20.4198,1.09956,345,345,0,0,4356,0,0,0), + (92624,11620,0,0,0,2094.78,-4278.88,19.3799,2.75519,345,345,0,0,1114,0,0,0), + (92625,11621,0,0,0,2096.3,-4300.67,8.7785,1.81514,345,345,0,0,4356,0,0,0), + (92626,11621,0,0,0,2100.17,-4280.67,19.3218,1.06465,345,345,0,0,4356,0,0,0), + (92627,11621,0,0,0,2099.51,-4294.53,10.4298,5.32325,345,345,0,0,4356,0,0,0), + (92628,11621,0,0,0,2099.5,-4292.48,11.398,1.8675,345,345,0,0,4356,0,0,0), + (92629,11620,0,0,0,2093.6,-4287.33,14.8799,3.4523,345,345,5,0,1114,0,0,1), + (92630,8543,0,0,0,2019.56,-4590.61,75.5556,6.0835,345,345,5,0,3758,0,0,2), + (92631,8531,0,0,0,2049.5,-4592.93,74.1111,0.141897,345,345,10,0,3644,0,0,1), + (92632,8603,0,0,0,1786.5,-3383.88,123.685,0.781947,345,345,10,0,3293,0,0,1), + (92633,8603,0,0,0,1955.24,-3485.72,113.04,1.69999,345,345,10,0,3293,0,0,1), + (92634,8600,0,0,0,2198.14,-3029.78,103.614,1.91712,345,345,5,0,3189,0,0,1), + (92635,8541,0,0,0,2090.13,-4452.74,75.4701,5.49191,345,345,10,0,3528,0,0,1), + (92636,8543,0,0,0,2157.86,-4438.34,74.0555,0.761192,345,345,0,0,3758,0,0,0), + (92637,8534,0,0,0,1919.39,-3590.77,117.934,5.61618,345,345,10,0,3420,0,0,1), + (92638,8606,0,0,0,1981.49,-4248.5,8.19372,1.10011,345,345,5,0,3529,0,0,1), + (92639,8600,0,0,0,1999.97,-3311.07,104.855,3.46149,345,345,5,0,3189,0,0,1), + (92640,8543,0,0,0,2044.04,-4387.87,74.5194,3.49945,345,345,5,0,3758,0,0,1), + (92641,8606,0,0,0,2003.65,-4224.73,13.8751,3.3819,345,345,5,0,3529,0,0,1), + (92642,8607,0,0,0,2110.81,-4305.94,9.90187,3.11427,345,345,5,0,3293,0,0,1), + (92643,8603,0,0,0,2002.37,-3354.58,109.823,2.17017,345,345,10,0,3293,0,0,1), + (92644,8600,0,0,0,1957.47,-3282.22,104.239,5.98181,345,345,5,0,3189,0,0,1), + (92645,8541,0,0,0,2122.06,-4486.85,73.9703,0.655831,345,345,10,0,3528,0,0,1), + (92646,8596,0,0,0,2038.89,-3002.73,79.9425,6.17761,345,345,10,0,3189,0,0,1), + (92647,8603,0,0,0,1918.43,-3079.27,82.0036,1.83234,345,345,10,0,3293,0,0,1), + (92648,8600,0,0,0,2079.95,-3122.32,77.6654,1.78216,345,345,10,0,3189,0,0,1), + (92649,8600,0,0,0,1981.3,-3261.54,98.3767,6.14683,345,345,5,0,3189,0,0,1), + (92650,8528,0,0,0,2495.83,-5112.5,81.1112,3.64293,345,345,10,0,2698,5461,0,1), + (92651,8532,0,0,0,2486.57,-5111.52,81.0318,1.56463,345,345,10,0,3876,0,0,1), + (92652,8529,0,0,0,2456.64,-5122.11,76.7955,6.26536,345,345,10,0,3997,0,0,1), + (92653,8529,0,0,0,2488.82,-5147.48,76.552,5.81449,345,345,10,0,3997,0,0,1), + (92654,8529,0,0,0,2553.47,-5148.17,74.2434,0.64272,345,345,10,0,3997,0,0,1), + (92655,8600,0,0,0,1863.34,-2846.44,81.3592,3.59547,345,345,5,0,3189,0,0,1), + (92656,11291,0,0,0,1578.39,-3285.74,90.7588,2.69654,345,345,5,0,3478,0,0,1), + (92657,10828,0,0,0,1567,-5611.38,114.273,1.06465,43200,43200,0,0,8292,4738,0,0), + (92658,8603,0,0,0,1983.28,-3784.57,124.314,4.29417,345,345,10,0,3293,0,0,1), + (92659,8532,0,0,0,2714.37,-5350.4,162.531,5.83801,345,345,5,0,3876,0,0,1), + (92660,8529,0,0,0,2821.88,-5389.11,163.997,5.89869,345,345,10,0,3997,0,0,1), + (92661,8603,0,0,0,1738.73,-3100.48,80.5853,0.358865,345,345,10,0,3293,0,0,1), + (92662,8542,0,0,0,2753.48,-5400.65,158.194,2.20226,345,345,10,0,3758,0,0,1), + (92663,8542,0,0,0,2833.85,-5454.69,157.977,0.4225,345,345,3,0,3758,0,0,1), + (92664,8596,0,0,0,1957.07,-3151.15,87.9872,0.029288,345,345,5,0,3189,0,0,1), + (92665,8545,0,0,0,2789.03,-5532.77,162.954,3.05433,345,345,0,0,3997,0,0,0), + (92666,8529,0,0,0,2744.88,-5463.14,157.09,0.563868,345,345,10,0,3997,0,0,1), + (92667,8532,0,0,0,2719.39,-5482.15,160.19,4.65375,345,345,10,0,3876,0,0,1), + (92668,8600,0,0,0,2156.7,-2801.21,79.5377,1.30686,345,345,10,0,3189,0,0,1), + (92669,8544,0,0,0,2765.9,-5553.61,162.954,1.55334,345,345,0,0,3876,0,0,0), + (92670,8545,0,0,0,2783.5,-5516.94,162.954,3.82227,345,345,0,0,3997,0,0,0), + (92671,8545,0,0,0,2750.63,-5546.38,162.954,0.767945,345,345,0,0,3997,0,0,0), + (92672,8542,0,0,0,2184.41,-3515.06,134.527,0.830289,345,345,0,0,3758,0,0,0), + (92673,8600,0,0,0,1827.54,-4375.49,97.0312,6.07871,345,345,10,0,3189,0,0,1), + (92674,8529,0,0,0,2222,-3483.2,131.889,4.12006,345,345,2,0,3997,0,0,1), + (92675,8528,0,0,0,2671.68,-5533.59,159.627,1.98573,345,345,10,0,2698,5461,0,1), + (92676,8529,0,0,0,2661.21,-5554.85,159.886,6.10054,345,345,10,0,3997,0,0,1), + (92677,8542,0,0,0,2653.89,-5458.21,157.059,5.25643,345,345,10,0,3758,0,0,1), + (92678,8528,0,0,0,2622.7,-5451.31,160.054,1.08033,345,345,5,0,2698,5461,0,1), + (92679,8529,0,0,0,2663.47,-5284.92,148.473,1.25615,345,345,5,0,3997,0,0,1), + (92680,8529,0,0,0,2678.57,-5312.74,154.537,3.77171,345,345,10,0,3997,0,0,1), + (92681,8532,0,0,0,2664.91,-5355.3,158.676,3.70361,345,345,10,0,3876,0,0,1), + (92682,8558,0,0,0,2686.7,-5399.67,157.217,3.71755,345,345,0,0,3876,0,0,0), + (92683,8529,0,0,0,2748.04,-5347.93,157.828,3.84279,345,345,10,0,3997,0,0,1), + (92684,8546,0,0,0,2679.24,-5403.77,157.153,0.453786,345,345,0,0,4212,0,0,0), + (92685,9447,0,0,0,1650.76,-5337.11,74.3611,5.89921,610,610,0,0,5886,1982,0,0), + (92686,9452,0,0,0,1609.17,-5383.05,74.115,0.488216,610,610,5,0,5151,4765,0,2), + (92687,9452,0,0,0,1678.48,-5421.4,75.239,4.17369,610,610,0,0,5151,4765,0,0), + (92688,9447,0,0,0,1652.32,-5379.99,74.7361,4.02002,610,610,5,0,5886,1982,0,1), + (92689,9447,0,0,0,1657.71,-5168.02,76.6485,1.20428,610,610,0,0,5886,1982,0,0), + (92690,9452,0,0,0,1733.98,-5181.14,75.1608,6.21946,610,610,0,0,5151,4765,0,0), + (92691,9449,0,0,0,1652.71,-5181.39,73.9861,6.07378,610,610,5,0,6078,2041,0,1), + (92692,9447,0,0,0,1611.7,-5187.67,79.6203,1.05905,610,610,0,0,5886,1982,0,0), + (92693,9449,0,0,0,1712.18,-5177.74,74.1028,4.49543,610,610,0,0,6078,2041,0,0), + (92694,9447,0,0,0,1678.74,-5190.23,73.6964,1.5708,610,610,0,0,5886,1982,0,0), + (92695,9447,0,0,0,1730.33,-5173.75,76.598,1.64061,610,610,0,0,5886,1982,0,0), + (92696,9447,0,0,0,1705.63,-5215.61,74.1948,3.10669,610,610,0,0,5886,1982,0,0), + (92697,9447,0,0,0,1706.78,-5190.01,73.6948,1.72788,610,610,0,0,5886,1982,0,0), + (92698,9447,0,0,0,1679.7,-5216.19,73.9095,0.069813,610,610,0,0,5886,1982,0,0), + (92699,9449,0,0,0,1646.01,-5279.02,81.1111,3.26692,610,610,5,0,6078,2041,0,1), + (92700,9447,0,0,0,1721.9,-5287.23,74.0439,5.67242,610,610,0,0,5886,1982,0,0), + (92701,9447,0,0,0,1656.14,-5325.58,74.4807,5.86431,610,610,0,0,5886,1982,0,0), + (92702,8597,0,0,0,2277.01,-4385.49,92.3705,0.049155,345,345,10,0,3529,0,0,1), + (92703,8525,0,0,0,1986.58,-4550.29,73.7361,5.27392,345,345,10,0,2823,2117,0,1), + (92704,8598,0,0,0,2567.7,-4599.89,80.965,5.94877,345,345,10,0,3758,0,0,1), + (92705,8542,0,0,0,2280.8,-3588.88,161.615,3.37728,345,345,5,0,3758,0,0,1), + (92706,8532,0,0,0,2336.61,-3619.06,174.284,0.880808,345,345,5,0,3876,0,0,1), + (92707,8545,0,0,0,2285.7,-3552.82,152.321,5.37943,345,345,10,0,3997,0,0,2), + (92708,8529,0,0,0,2319.63,-3616.25,171.097,2.15609,345,345,5,0,3997,0,0,2), + (92709,8542,0,0,0,2368.26,-3650.19,179.867,0.44351,345,345,10,0,3758,0,0,1), + (92710,8558,0,0,0,2405.3,-3704.04,178.612,0.820305,345,345,0,0,3876,0,0,0), + (92711,8598,0,0,0,2561.76,-4630.81,79.5436,5.82172,345,345,10,0,3758,0,0,1), + (92712,8531,0,0,0,2071.54,-4554.92,73.5648,3.06212,345,345,10,0,3644,0,0,1), + (156063,8538,0,0,0,2104.73,-4635,75.404,0.808,600,600,4,0,3665,0,0,1), + (92714,8600,0,0,0,2130.67,-3018.94,83.2425,1.73974,345,345,5,0,3189,0,0,1), + (92715,8531,0,0,0,2112.3,-4582.05,73.623,5.99386,345,345,10,0,3644,0,0,1), + (92716,8526,0,0,0,2072.6,-4573.06,75.8973,5.55114,345,345,0,0,2604,5206,0,0), + (92717,8603,0,0,0,2017.74,-3612.44,124.008,3.08295,345,345,10,0,3293,0,0,1), + (92718,8541,0,0,0,1987.21,-4579.22,73.7361,1.86969,345,345,10,0,3528,0,0,1), + (92719,8603,0,0,0,2058.71,-5119.05,80.9723,6.28275,345,345,10,0,3293,0,0,1), + (92720,8601,0,0,0,2327.08,-4873.95,87.2884,0.146773,345,345,0,0,3420,0,0,0), + (92721,8601,0,0,0,2192.11,-4790.01,105.03,5.81844,345,345,5,0,3420,0,0,1), + (92722,8606,0,0,0,2304.17,-5169.74,54.4374,0.172547,345,345,5,0,3529,0,0,1), + (92723,8600,0,0,0,2043.5,-2929.4,83.7015,1.30497,345,345,10,0,3189,0,0,1), + (92724,8600,0,0,0,2058.84,-3255.36,89.0469,2.56767,345,345,10,0,3189,0,0,1), + (92725,8607,0,0,0,2287.71,-5151.84,54.0039,2.30303,345,345,5,0,3293,0,0,2), + (92726,8534,0,0,0,1746.47,-2976.24,74.5937,4.15764,345,345,5,0,3420,0,0,1), + (92727,8596,0,0,0,2076.31,-3006.15,83.1861,1.70193,345,345,10,0,3189,0,0,1), + (92728,8603,0,0,0,2118.96,-2853.83,85.6215,5.90098,345,345,10,0,3293,0,0,1), + (92729,8534,0,0,0,2034.1,-2928.03,82.4236,2.56984,345,345,10,0,3420,0,0,1), + (92730,17795,0,0,0,1860.48,-3731.34,197.778,2.42601,345,345,0,0,8,0,0,0), + (92731,8603,0,0,0,1873.59,-2833.6,84.8167,0.926123,345,345,5,0,3293,0,0,1), + (92732,8600,0,0,0,2092.4,-2815.25,83.0961,0.833047,345,345,10,0,3189,0,0,1), + (92733,8600,0,0,0,2033.3,-3007.48,77.7169,0.509708,345,345,10,0,3189,0,0,1), + (92734,8600,0,0,0,1719.73,-4143.9,105.099,4.16393,345,345,10,0,3189,0,0,1), + (92735,8596,0,0,0,1930.34,-3123.19,91.5828,5.83877,345,345,10,0,3189,0,0,1), + (92736,8596,0,0,0,1890.17,-4630.22,86.3205,6.2187,345,345,10,0,3189,0,0,1), + (92737,8603,0,0,0,1878.22,-3493,112.32,1.51118,345,345,10,0,3293,0,0,1), + (92738,8600,0,0,0,1720.63,-4129.77,106.744,1.68407,345,345,10,0,3189,0,0,1), + (92739,8600,0,0,0,1974.04,-3291.45,102.086,2.9607,345,345,5,0,3189,0,0,1), + (92740,8596,0,0,0,1728.78,-3901.19,126.847,2.03095,345,345,10,0,3189,0,0,1), + (92741,8600,0,0,0,1669.74,-3904.47,131.321,1.0468,345,345,10,0,3189,0,0,1), + (92742,8603,0,0,0,1945.95,-3013.04,75.8015,0.285591,345,345,10,0,3293,0,0,1), + (92743,8534,0,0,0,1738.86,-4080.07,104.266,1.86076,345,345,10,0,3420,0,0,1), + (92744,8603,0,0,0,2014.2,-2988.19,79.1339,0.775032,345,345,10,0,3293,0,0,1), + (92745,8597,0,0,0,1989.97,-4710.97,99.6578,5.33958,345,345,5,0,3529,0,0,1), + (92746,8600,0,0,0,1954.27,-3562.56,117.051,1.75039,345,345,5,0,3189,0,0,1), + (92747,8601,0,0,0,2196.35,-4363.14,81.5466,2.34308,345,345,10,0,3420,0,0,1), + (92748,8601,0,0,0,2383.37,-4512.04,76.1623,1.13771,345,345,10,0,3420,0,0,1), + (92749,8601,0,0,0,2448.71,-4387.58,74.31,4.85346,345,345,10,0,3420,0,0,1), + (92750,8603,0,0,0,1688.72,-3726.32,125.649,4.46694,345,345,10,0,3293,0,0,1), + (92751,8600,0,0,0,1964.44,-4051.47,89.8236,3.30241,345,345,10,0,3189,0,0,1), + (92752,8596,0,0,0,1870.07,-3912.21,129.161,4.07397,345,345,10,0,3189,0,0,1), + (92753,8600,0,0,0,1667.61,-3815.01,133.272,0.845533,345,345,5,0,3189,0,0,1), + (92754,8603,0,0,0,2092.2,-2932.47,88.5263,5.48604,345,345,10,0,3293,0,0,1), + (92755,8600,0,0,0,1678.5,-3812.98,133.143,5.34986,345,345,10,0,3189,0,0,1), + (92756,8596,0,0,0,1949.95,-3807.66,128.494,4.16662,345,345,10,0,3189,0,0,1), + (92757,8600,0,0,0,2079.55,-3765.91,134.121,1.77921,345,345,10,0,3189,0,0,1), + (92758,8596,0,0,0,2109.82,-3833.89,139.611,1.65394,345,345,5,0,3189,0,0,1), + (92759,8603,0,0,0,1751.44,-3035.91,77.8623,1.18667,345,345,10,0,3293,0,0,1), + (92760,8603,0,0,0,1988.27,-3184.78,86.4224,6.08883,345,345,10,0,3293,0,0,1), + (92761,8600,0,0,0,2041.14,-3733.06,131.256,3.27079,345,345,5,0,3189,0,0,1), + (92762,8596,0,0,0,1992.11,-3892.65,128.026,0.501217,345,345,5,0,3189,0,0,1), + (92763,8600,0,0,0,1813.7,-4719.19,86.7642,4.58634,345,345,5,0,3189,0,0,1), + (92764,8600,0,0,0,1808.38,-3901.21,134.537,3.33018,345,345,10,0,3189,0,0,1), + (92765,8600,0,0,0,1985.6,-3847.62,122.783,2.5059,345,345,10,0,3189,0,0,1), + (92766,8600,0,0,0,1914.97,-3496.53,109.714,1.68037,345,345,10,0,3189,0,0,1), + (92767,8603,0,0,0,2005.24,-3759.08,127.825,2.45483,345,345,10,0,3293,0,0,1), + (92768,8600,0,0,0,1978.97,-2911.5,79.0958,0.443999,345,345,5,0,3189,0,0,1), + (92769,8596,0,0,0,1869.88,-3940.3,122.085,2.61591,345,345,10,0,3189,0,0,1), + (92770,8600,0,0,0,1929.15,-3609.73,119.618,2.89496,345,345,10,0,3189,0,0,1), + (92771,8600,0,0,0,1619.58,-3810.42,138.61,2.93625,345,345,5,0,3189,0,0,1), + (92772,8534,0,0,0,1813.51,-3824.32,130.802,5.20964,345,345,10,0,3420,0,0,1), + (92773,8600,0,0,0,2017.82,-3811.51,127.57,0.655815,345,345,10,0,3189,0,0,1), + (92774,8600,0,0,0,1850.19,-3547.29,111.95,1.45323,345,345,5,0,3189,0,0,1), + (92775,12202,0,0,0,1853.38,-3213.82,124.85,2.33874,345,345,0,0,64,0,0,0), + (92776,8532,0,0,0,2350.47,-5250.95,83.8319,4.18586,345,345,6,0,3876,0,0,1), + (92777,8528,0,0,0,2380.6,-5216.35,76.0877,5.26474,345,345,5,0,2698,5461,0,1), + (92778,8607,0,0,0,2181.33,-5140.28,53.1583,5.48037,345,345,5,0,3293,0,0,1), + (92779,8541,0,0,0,1945.71,-4587.23,77.1835,3.16205,345,345,10,0,3528,0,0,1), + (92780,9452,0,0,0,1676.92,-5353.63,73.7361,2.55445,610,610,5,0,5151,4765,0,1), + (92781,9449,0,0,0,1692.79,-5261.53,73.7361,1.48556,610,610,5,0,6078,2041,0,2), + (92782,9447,0,0,0,1687.06,-5279.87,73.8354,3.76777,610,610,5,0,5886,1982,0,1), + (92783,9452,0,0,0,1686.35,-5179.42,73.8611,1.2447,610,610,5,0,5151,4765,0,2), + (92784,9452,0,0,0,1681.69,-5377.67,74.141,3.60529,610,610,5,0,5151,4765,0,1), + (92785,9448,0,0,0,1655.88,-5444.78,87.6499,1.32645,610,610,0,0,6477,2163,0,0), + (92786,9448,0,0,0,1642.17,-5438.99,88.2749,1.18682,610,610,0,0,6477,2163,0,0), + (92787,8600,0,0,0,2043.74,-3584.88,128.443,5.30037,345,345,5,0,3189,0,0,1), + (92788,8600,0,0,0,2016.26,-3475.76,110.603,1.45734,345,345,5,0,3189,0,0,1), + (92789,8596,0,0,0,1823.84,-4121.19,99.9733,0.856558,345,345,10,0,3189,0,0,1), + (92790,9452,0,0,0,1852.72,-5496.2,104.723,5.25029,610,610,5,0,5151,4765,0,1), + (92791,8601,0,0,0,2159.24,-4760,78.1475,1.30607,345,345,5,0,3420,0,0,1), + (92792,8597,0,0,0,2078.53,-5189.65,80.8774,2.20825,345,345,10,0,3529,0,0,1), + (92793,8542,0,0,0,2113.37,-3444.76,119.751,1.94257,345,345,3,0,3758,0,0,1), + (92794,8601,0,0,0,2279.51,-4419.97,106.063,1.01799,345,345,5,0,3420,0,0,1), + (92795,8601,0,0,0,2148.82,-3954.21,132.26,5.06842,345,345,10,0,3420,0,0,1), + (92796,8601,0,0,0,2426.79,-4417.24,74.493,0.123386,345,345,10,0,3420,0,0,1), + (92797,8601,0,0,0,2225.68,-4542.88,74.7726,0.954632,345,345,3,0,3420,0,0,1), + (92798,8601,0,0,0,2174.82,-4604.05,74.0289,5.6952,345,345,10,0,3420,0,0,1), + (92799,8534,0,0,0,2284.68,-4554.12,84.2975,0.182743,345,345,2,0,3420,0,0,1), + (92800,8601,0,0,0,2263.55,-4513.65,96.1827,1.82857,345,345,10,0,3420,0,0,1), + (92801,8603,0,0,0,1994.36,-5229.54,79.7268,4.05015,345,345,10,0,3293,0,0,1), + (92802,8601,0,0,0,2053.85,-3919.58,127.483,4.946,345,345,10,0,3420,0,0,1), + (92803,8601,0,0,0,2016.33,-4704.98,93.0851,4.12357,345,345,5,0,3420,0,0,1), + (92804,8597,0,0,0,2181.33,-3979.92,126.945,1.85178,345,345,10,0,3529,0,0,1), + (92805,8597,0,0,0,2052.04,-4756.54,81.5141,2.85165,345,345,10,0,3529,0,0,1), + (92806,8597,0,0,0,2180.76,-4051.49,96.7477,4.12872,345,345,3,0,3529,0,0,1), + (92807,8603,0,0,0,1947.38,-5009.15,74.6954,1.12638,345,345,10,0,3293,0,0,1), + (92808,8532,0,0,0,2577.64,-5185.73,75.212,3.41641,345,345,10,0,3876,0,0,1), + (92809,8528,0,0,0,2642.18,-5249.86,117.155,1.9803,345,345,5,0,2698,5461,0,2), + (92810,8528,0,0,0,2618.44,-5223.35,96.8697,3.01227,345,345,5,0,2698,5461,0,2), + (92811,8601,0,0,0,2153.07,-4014.49,115.376,0.291585,345,345,3,0,3420,0,0,1), + (92812,8603,0,0,0,1882.43,-4896.48,89.8204,1.19718,345,345,10,0,3293,0,0,1), + (92813,9447,0,0,0,1815.62,-5478.13,95.4997,3.41161,610,610,5,0,5886,1982,0,1), + (92814,8597,0,0,0,2042.56,-5145.09,81.4191,2.92102,345,345,10,0,3529,0,0,1), + (92815,8601,0,0,0,2154.97,-4885.64,90.744,5.4488,345,345,5,0,3420,0,0,1), + (92816,8601,0,0,0,1953.94,-4840.71,101.148,1.11588,345,345,5,0,3420,0,0,1), + (92817,8597,0,0,0,1926.22,-4913.38,86.4924,3.40433,345,345,10,0,3529,0,0,1), + (92818,8603,0,0,0,1828.13,-4987.43,91.0013,3.70847,345,345,10,0,3293,0,0,1), + (92819,8601,0,0,0,2314.58,-4444.99,87.2594,1.08532,345,345,10,0,3420,0,0,1), + (92820,8597,0,0,0,2386.46,-4311.64,78.5234,1.32718,345,345,10,0,3529,0,0,1), + (92821,8597,0,0,0,2230.85,-4677.28,73.8547,3.25192,345,345,10,0,3529,0,0,1), + (92822,8603,0,0,0,1965.93,-4845,97.3497,4.92216,345,345,0,0,3293,0,0,0), + (92823,11288,0,0,0,2510.03,-4164.97,48.65,4.00361,345,345,0,0,1114,0,0,0), + (92824,11288,0,0,0,2508.49,-4163.12,48.018,-2.16164,345,345,0,0,1114,0,0,0), + (92825,8601,0,0,0,1921.47,-4981.47,76.5366,0.454914,345,345,10,0,3420,0,0,1), + (92826,11288,0,0,0,2510.2,-4165.92,48.8516,-3.11753,345,345,0,0,1114,0,0,0), + (92827,11288,0,0,0,2506.36,-4162.76,47.9597,5.79449,345,345,0,0,1114,0,0,0), + (92828,11288,0,0,0,2510.14,-4166.75,49.0967,2.93991,345,345,0,0,1114,0,0,0), + (92829,11288,0,0,0,2507.23,-4162.67,47.8176,-1.77131,345,345,0,0,1114,0,0,0), + (92830,11289,0,0,0,2506.55,-4166.01,49.1651,0.087266,345,345,0,0,3758,0,0,0), + (92831,11288,0,0,0,2509.52,-4164.03,48.3071,-2.55359,345,345,0,0,1114,0,0,0), + (92832,11289,0,0,0,2513.17,-4168.81,48.9467,2.54424,345,345,0,0,3758,0,0,0), + (92833,11289,0,0,0,2507.93,-4167.42,49.153,0.862014,345,345,0,0,3758,0,0,0), + (92834,9449,0,0,0,1778.67,-5218.59,104.92,1.6057,610,610,0,0,6078,2041,0,0), + (92835,8543,0,0,0,1982.13,-4412.56,73.7361,0.710203,345,345,10,0,3758,0,0,1), + (92836,10698,0,0,0,1972.52,-4512.72,74.9946,6.0568,345,345,0,0,2304,4765,0,0), + (92837,8531,0,0,0,1916.99,-4446.22,79.5834,4.08407,345,345,10,0,3644,0,0,1), + (92838,10698,0,0,0,1984.91,-4489.18,82.4756,1.07675,345,345,0,0,2304,4765,0,0), + (92839,8541,0,0,0,1916.21,-4482.93,78.0146,6.26573,345,345,10,0,3528,0,0,1), + (92840,8541,0,0,0,1928.08,-4506.89,79.9064,1.06903,345,345,10,0,3528,0,0,1), + (92841,8525,0,0,0,1918.9,-4549.98,81.6737,1.22379,345,345,10,0,2823,2117,0,1), + (92842,8541,0,0,0,1948.42,-4526.67,75.1223,3.34805,345,345,5,0,3528,0,0,1), + (92843,8541,0,0,0,1973.66,-4503.76,82.4756,3.735,345,345,0,0,3528,0,0,0), + (92844,8551,0,0,0,1971.8,-4510.33,74.9946,5.044,345,345,0,0,2442,5013,0,0), + (92846,12202,0,0,0,1868.19,-3228.62,124.546,3.36848,345,345,0,0,64,0,0,0), + (92847,11897,0,0,0,1999.46,-3378.49,107.305,2.87054,345,345,5,0,18312,0,0,2), + (92848,5634,0,0,0,219.598,-2612.21,160.449,1.15192,350,350,0,0,2868,0,0,0), + (92849,5635,0,0,0,266.603,-2029.53,171.866,4.15388,350,350,0,0,3517,0,0,0), + (92850,5636,0,0,0,325.182,-1950.5,197.708,4.69494,350,350,0,0,2868,1809,0,0), + (92851,7884,0,0,0,322.773,-2146.14,123.311,1.18682,350,350,0,0,3857,0,0,0), + (92852,9660,0,0,0,347.076,-2119.98,104.701,5.93412,350,350,0,0,3184,0,0,0), + (92853,11810,0,0,0,256.418,-2202.8,120.608,1.50331,350,350,5,0,2972,0,0,2), + (92854,11812,0,0,0,244.689,-2205.45,132.378,3.97935,350,350,0,0,2766,0,0,0), + (92855,11813,0,0,0,260.728,-2188.92,119.343,3.00197,350,350,0,0,2568,0,0,0), + (92856,12479,0,0,0,827.619,-4091.5,92.7523,5.7259,1800,1800,0,0,74178,8343,0,0), + (92857,12478,0,0,0,827.541,-4088.95,93.1538,5.72609,1800,1800,0,0,67430,24860,0,0), + (92858,12477,0,0,0,825.202,-4092.49,92.7523,5.72486,1800,1800,0,0,80052,8181,0,0), + (92859,12478,0,0,0,1058.77,-3943.05,111.211,1.87505,1800,1800,0,0,67430,24860,0,0), + (92860,12477,0,0,0,1057.52,-3946.17,110.926,1.87517,1800,1800,0,0,80052,8181,0,0), + (92861,12477,0,0,0,1061.6,-3945.02,111.9,1.86648,1800,1800,0,0,80052,8181,0,0), + (92862,12478,0,0,0,994.793,-3832.74,112.163,4.37489,1800,1800,0,0,67430,24860,0,0), + (92863,12477,0,0,0,994.759,-3832.09,112.38,2.57641,1800,1800,0,0,80052,8181,0,0), + (92865,12478,0,0,0,679.63,-3842.83,116.657,1.67031,1800,1800,0,0,67430,24860,0,0), + (92866,12477,0,0,0,681.952,-3844.73,116.157,1.84855,1800,1800,5,0,80052,8181,0,1), + (92867,12477,0,0,0,677.73,-3845.15,116.282,1.57271,1800,1800,0,0,80052,8181,0,0), + (92868,12479,0,0,0,1093.88,-4257.64,171.341,1.69191,1800,1800,0,0,74178,8343,0,0), + (92869,12478,0,0,0,1092.03,-4260,171.591,1.52197,1800,1800,0,0,67430,24860,0,0), + (92870,12477,0,0,0,1096.24,-4259.49,173.341,4.8335,1800,1800,0,0,80052,8181,0,0), + (92871,12478,0,0,0,753.983,-3944.69,102.342,1.78121,1800,1800,0,0,67430,24860,0,0), + (92872,12477,0,0,0,752.272,-3946.57,101.849,1.80129,1800,1800,0,0,80052,8181,0,0), + (92873,12477,0,0,0,756.219,-3945.75,102.081,1.72487,1800,1800,0,0,80052,8181,0,0), + (92874,12478,0,0,0,605.254,-4073.04,112.983,1.4799,1800,1800,0,0,67430,24860,0,0), + (92875,12477,0,0,0,602.93,-4075.23,114.645,1.48231,1800,1800,0,0,80052,8181,0,0), + (92876,12477,0,0,0,607.148,-4075.68,113.814,1.48043,1800,1800,0,0,80052,8181,0,0), + (92877,2688,0,0,0,497.455,-2896.63,165.914,3.24631,350,350,0,0,3748,0,0,0), + (92878,12958,0,0,0,476.271,-2901.61,165.232,5.53269,350,350,0,0,3748,0,0,0), + (92879,2691,0,0,0,383.643,-2851,117.853,3.3282,350,350,0,0,2092,0,0,0), + (92880,8276,0,0,0,234.941,-2995.17,169.95,4.98919,350,350,5,0,1524,0,0,1), + (92881,8276,0,0,0,272.772,-2096.04,160.767,4.9824,350,350,5,0,1524,0,0,1), + (92882,7778,0,0,0,361.638,-2088.14,120.535,2.93215,350,350,0,0,2972,0,0,0), + (92883,7801,0,0,0,219.417,-2603.37,160.356,5.35816,350,350,0,0,2972,0,0,0), + (92884,14731,0,0,0,-622.033,-4583.4,11.7704,5.51524,350,350,0,0,3294,0,0,0), + (92885,17598,0,0,0,-622.67,-4533.81,11.8626,6.03884,350,350,0,0,1800,0,0,0), + (92886,14734,0,0,0,-562.74,-4633.94,30.4836,1.8326,350,350,0,0,3517,0,0,0), + (92887,14734,0,0,0,-560.995,-4632.43,30.4295,1.13446,350,350,0,0,3517,0,0,0), + (92888,14734,0,0,0,-559.672,-4633.37,30.4392,0.820305,350,350,0,0,3517,0,0,0), + (92889,4314,0,0,0,-631.736,-4720.6,5.48226,5.55015,600,600,0,0,7423,7071,0,0), + (92890,8885,0,0,0,-599.365,-4579.15,9.93336,3.56047,350,350,0,0,42,0,0,0), + (92891,14730,0,0,0,-608.34,-4569.29,12.4115,0.767945,350,350,0,0,3765,0,0,0), + (92892,14730,0,0,0,-569.228,-4659.8,10.1363,4.81711,350,350,0,0,3765,0,0,0), + (92893,14730,0,0,0,-576.372,-4523.69,21.4261,4.50295,350,350,0,0,3765,0,0,0), + (92894,14730,0,0,0,-513.547,-4547.22,11.368,0.366519,350,350,0,0,3765,0,0,0), + (92895,14730,0,0,0,-517.662,-4524.58,11.2717,0.191986,350,350,0,0,3765,0,0,0), + (92896,14730,0,0,0,-573.963,-4589.06,10.5275,1.01229,350,350,0,0,3765,0,0,0), + (92897,14730,0,0,0,-582.846,-4587.14,10.7909,1.55334,350,350,0,0,3765,0,0,0), + (92898,14730,0,0,0,-634.003,-4693.88,5.13052,4.25376,350,350,5,0,3765,0,0,2), + (92899,14730,0,0,0,-632.392,-4690.62,5.11669,4.25313,350,350,5,0,3765,0,0,2), + (92900,14730,0,0,0,-643.396,-4533.99,10.9435,2.80998,350,350,0,0,3765,0,0,0), + (92901,14730,0,0,0,-640.617,-4556.09,10.1777,3.47321,350,350,0,0,3765,0,0,0), + (92902,14730,0,0,0,-623.709,-4524.41,11.7006,2.30383,350,350,0,0,3765,0,0,0), + (92903,14730,0,0,0,-560.477,-4602.34,9.73491,1.2556,350,350,5,0,3765,0,0,2), + (92904,14730,0,0,0,-562.005,-4602.22,10.11,1.26076,350,350,5,0,3765,0,0,2), + (92905,14730,0,0,0,-644.358,-4719.91,5.33326,4.31096,350,350,0,0,3765,0,0,0), + (92906,14730,0,0,0,-617.628,-4643.52,5.48348,1.18682,350,350,0,0,3765,0,0,0), + (92907,14730,0,0,0,-603.77,-4650.45,6.01921,1.02974,350,350,0,0,3765,0,0,0), + (92908,14730,0,0,0,-634.605,-4596.83,12.3989,3.90954,350,350,0,0,3765,0,0,0), + (92909,14737,0,0,0,-595.75,-4559.67,9.16149,3.22886,350,350,0,0,2972,0,0,0), + (92910,14736,0,0,0,-616.891,-4585.67,27.8052,2.74017,350,350,0,0,3857,0,0,0), + (92911,14739,0,0,0,-541.708,-4608.89,13.1234,2.86234,350,350,0,0,4484,0,0,0), + (92912,14738,0,0,0,-563.159,-4631.15,13.3094,1.85005,350,350,0,0,2471,0,0,0), + (92913,14740,0,0,0,-626.071,-4667.71,6.50807,2.75762,350,350,0,0,2471,0,0,0), + (92914,14741,0,0,0,-574.573,-4622.76,9.69658,1.36136,350,350,0,0,2972,0,0,0), + (92915,5598,0,0,0,-463.676,-2874.4,96.8502,0.733038,350,350,0,0,2218,0,0,0), + (92916,7865,0,0,0,253.803,-2034.02,170.98,4.04916,350,350,0,0,3433,0,0,0), + (92917,7865,0,0,0,271.936,-2176.18,120.01,1.69297,350,350,0,0,3433,0,0,0), + (92918,7865,0,0,0,258.417,-2009.81,177.514,4.24115,350,350,0,0,3433,0,0,0), + (92919,7865,0,0,0,242.109,-2175.42,118.703,5.06145,350,350,0,0,3433,0,0,2), + (92920,7865,0,0,0,203.118,-1998.54,145.515,4.46804,350,350,0,0,3433,0,0,0), + (92921,10061,0,0,0,305.911,-2129.69,121.92,1.81514,350,350,0,0,1605,0,0,0), + (92922,8161,0,0,0,333.705,-2091.51,131.647,5.84685,350,350,0,0,3404,0,0,0), + (92923,7744,0,0,0,399.725,-2119.74,131.563,4.93049,350,350,0,0,1605,0,0,0), + (92924,7865,0,0,0,295.987,-2006.17,194.823,3.735,350,350,0,0,3433,0,0,0), + (92925,8018,0,0,0,282.096,-2001.28,194.127,5.60251,600,600,0,0,7423,7071,0,0), + (92926,12479,0,0,0,744.375,-4131.01,94.1768,5.56928,1800,1800,0,0,74178,8343,0,0), + (92927,12478,0,0,0,744.549,-4128.35,94.9812,5.57006,1800,1800,0,0,67430,24860,0,0), + (92928,12477,0,0,0,741.917,-4131.69,93.5518,5.56962,1800,1800,5,0,80052,8181,0,1), + (92929,12478,0,0,0,749.581,-4209.15,113.855,1.13862,1800,1800,0,0,67430,24860,0,0), + (92930,12477,0,0,0,750.596,-4212.02,114.221,1.13861,1800,1800,0,0,80052,8181,0,0), + (92931,12477,0,0,0,746.61,-4210.53,114.21,1.13927,1800,1800,0,0,80052,8181,0,0), + (92932,12478,0,0,0,1008.11,-4143.04,116.816,4.86896,1800,1800,0,0,67430,24860,0,0), + (92933,12477,0,0,0,1009.9,-4140.81,117.084,4.87276,1800,1800,0,0,80052,8181,0,0), + (92934,12477,0,0,0,1005.69,-4141.33,116.693,4.86878,1800,1800,0,0,80052,8181,0,0), + (92935,12479,0,0,0,666.828,-3909.8,106.231,1.95822,1800,1800,0,0,74178,8343,0,0), + (92936,12478,0,0,0,665.474,-3912.1,106.439,1.95715,1800,1800,0,0,67430,24860,0,0), + (92937,12477,0,0,0,669.433,-3910.57,106.07,1.9573,1800,1800,5,0,80052,8181,0,1), + (92938,12478,0,0,0,677.972,-4175.15,108.645,2.2707,1800,1800,0,0,67430,24860,0,0), + (92939,12477,0,0,0,677.632,-4178.04,109.212,2.27069,1800,1800,0,0,80052,8181,0,0), + (92940,12477,0,0,0,680.725,-4175.12,107.834,2.27063,1800,1800,0,0,80052,8181,0,0), + (92941,2505,0,0,0,302.187,-4844.87,-23.1115,2.97742,350,350,10,0,2672,0,0,1), + (92942,14730,0,0,0,-562.673,-4512.68,28.6456,5.81195,350,350,0,0,3765,0,0,0), + (92943,14730,0,0,0,-593.14,-4605.77,10.0254,5.44543,350,350,0,0,3765,0,0,0), + (92944,14730,0,0,0,-597.571,-4609.94,9.752,5.65487,350,350,0,0,3765,0,0,0), + (92945,14730,0,0,0,-520.152,-4611.92,14.7856,5.53269,350,350,0,0,3765,0,0,0), + (92946,14730,0,0,0,-572.791,-4646.52,28.4066,3.57722,350,350,5,0,3765,0,0,2), + (92947,4782,0,0,0,380.805,-2128.05,121.09,3.52556,350,350,0,0,3517,0,0,0), + (92948,11097,0,0,0,350.42,-2090.4,113.868,6.26573,350,350,0,0,4108,0,0,0), + (92949,8160,0,0,0,353.505,-2086.86,113.868,4.4855,350,350,0,0,3517,0,0,0), + (92950,7865,0,0,0,263.397,-2043.03,170.73,3.38594,350,350,0,0,3433,0,0,0), + (92951,7865,0,0,0,287.381,-2035.83,178.211,3.76991,350,350,0,0,3433,0,0,0), + (92952,7865,0,0,0,283.321,-2116.8,120.74,3.48725,350,350,0,0,3433,0,0,0), + (92953,7865,0,0,0,286.588,-2135.95,120.625,2.96706,350,350,0,0,3433,0,0,0), + (92954,2505,0,0,0,392.586,-4859.38,-13.263,6.03567,350,350,10,0,2672,0,0,1), + (92955,2928,0,0,0,182.039,-3549.64,126.636,1.98968,350,350,0,0,2138,0,0,0), + (92956,2505,0,0,0,-379.925,-4665.08,-9.57356,1.70823,350,350,10,0,2672,0,0,1), + (92957,2505,0,0,0,-15.465,-4853.16,-16.6703,6.01399,350,350,10,0,2672,0,0,1), + (92958,2505,0,0,0,-313.444,-4681.32,-6.66424,0.810481,350,350,10,0,2672,0,0,1), + (92959,2505,0,0,0,-517.037,-4676.53,-8.88548,0.126125,350,350,10,0,2672,0,0,1), + (92960,2505,0,0,0,-119.453,-4884.3,-16.8463,3.46045,350,350,10,0,2672,0,0,1), + (92961,2505,0,0,0,-752.72,-4553.87,-18.7259,4.25035,350,350,10,0,2672,0,0,1), + (92962,2505,0,0,0,-453.86,-4674.8,-9.82564,2.5265,350,350,10,0,2672,0,0,1), + (92963,2648,0,0,0,-528.012,-3841.78,230.712,2.58309,350,350,0,0,6645,0,0,0), + (92964,2505,0,0,0,54.5881,-4852.3,-19.0851,4.54055,350,350,10,0,2672,0,0,1), + (92965,2656,0,0,0,374.251,-3752.94,158.711,0.06817,350,350,3,0,2488,0,0,1), + (92966,2926,0,0,0,112.595,-4216.86,120.07,4.89906,350,350,5,0,2488,0,0,1), + (92967,2505,0,0,0,-191.058,-4810.76,-7.5348,2.93142,350,350,10,0,2672,0,0,1), + (92968,2928,0,0,0,376.136,-3170.1,146.36,5.42038,350,350,5,0,2138,0,0,1), + (92969,2924,0,0,0,311.847,-2954.5,112.283,0.243124,350,350,10,0,2059,0,0,1), + (92970,2924,0,0,0,337.197,-2963.14,116.99,0.001953,350,350,10,0,2059,0,0,1), + (92971,2505,0,0,0,405.627,-4760.84,-9.67976,1.3694,350,350,10,0,2672,0,0,1), + (92972,2505,0,0,0,491.681,-4746.69,-9.6381,5.73809,350,350,10,0,2672,0,0,1), + (92973,2505,0,0,0,442.759,-4790.35,-10.0811,1.70862,350,350,10,0,2672,0,0,1), + (92974,2505,0,0,0,-120.499,-4681.16,-6.34757,5.43241,350,350,10,0,2672,0,0,1), + (92975,2505,0,0,0,173.13,-4772.56,-6.07365,2.38705,350,350,10,0,2672,0,0,1), + (92976,2926,0,0,0,218.316,-4449.47,121.09,3.93839,350,350,5,0,2488,0,0,1), + (92977,2505,0,0,0,464.511,-4718.72,4.05409,5.95845,350,350,10,0,2672,0,0,1), + (92978,2505,0,0,0,-122.84,-4824.25,-4.66291,3.78641,350,350,10,0,2672,0,0,1), + (92979,2505,0,0,0,-195.581,-4885.19,-16.5459,4.27974,350,350,10,0,2672,0,0,1), + (92980,2505,0,0,0,315.712,-4777.15,-31.05,5.27449,350,350,10,0,2672,0,0,1), + (92981,2926,0,0,0,145.343,-4169.34,121.99,4.96305,350,350,5,0,2488,0,0,1), + (92982,2924,0,0,0,190.246,-3010.89,123.753,4.57519,350,350,5,0,2059,0,0,1), + (92984,2656,0,0,0,418.245,-3844.48,142.764,1.51359,350,350,5,0,2488,0,0,1), + (92985,2926,0,0,0,83.4658,-4240.07,120.577,2.1149,350,350,5,0,2488,0,0,1), + (92986,2924,0,0,0,335.966,-2921.4,115.268,0.757781,350,350,5,0,2059,0,0,1), + (92987,2924,0,0,0,282.95,-2886.99,107.503,0.648329,350,350,10,0,2059,0,0,1), + (92988,2926,0,0,0,201.409,-4024.96,117.63,1.20576,350,350,5,0,2488,0,0,1), + (92989,2655,0,0,0,419.692,-3756.2,155.12,4.81613,350,350,5,0,2399,0,0,1), + (92990,2681,0,0,0,-665.257,-3961.27,238.073,3.97254,350,350,5,0,6645,0,0,1), + (92991,2926,0,0,0,48.0097,-3892.95,140.115,1.44353,350,350,5,0,2488,0,0,1), + (92992,2639,0,0,0,-286.071,-3249.44,119.152,5.36368,350,350,10,0,2310,0,0,1), + (92993,2656,0,0,0,376.69,-3897.29,101.433,6.08565,350,350,3,0,2488,0,0,1), + (92994,2655,0,0,0,363.363,-3876.68,105.661,4.04597,350,350,3,0,2399,0,0,1), + (92995,2655,0,0,0,388.271,-3896.88,99.4591,3.30468,350,350,5,0,2399,0,0,1), + (92996,2656,0,0,0,356.16,-3854.42,106.73,3.10852,350,350,3,0,2488,0,0,1), + (92997,8023,0,0,0,-255.549,-3630.32,239.599,5.77704,350,350,0,0,102,0,0,0), + (92998,2505,0,0,0,-221.012,-4645.19,-8.76627,5.51871,350,350,10,0,2672,0,0,1), + (92999,2505,0,0,0,283.124,-4754.02,-15.6798,4.80248,350,350,10,0,2672,0,0,1), + (93000,2505,0,0,0,214.391,-4747.57,-12.4037,5.31015,350,350,10,0,2672,0,0,1), + (93001,2505,0,0,0,244.776,-4773.49,-15.9578,3.0044,350,350,10,0,2672,0,0,1), + (93002,2925,0,0,0,-256.591,-3165.67,118.453,1.26663,350,350,3,0,2310,0,0,1), + (93003,2656,0,0,0,373.638,-3821.84,163.075,5.79702,350,350,5,0,2488,0,0,1), + (93004,2926,0,0,0,28.2872,-3634.6,124.439,0.555147,350,350,5,0,2488,0,0,1), + (93005,4467,0,0,0,-244.456,-3320.75,128.854,1.16263,350,350,10,0,1679,3923,0,1), + (93006,2639,0,0,0,-251.153,-3356.7,140.57,4.28929,350,350,5,0,2310,0,0,1), + (93007,2505,0,0,0,86.2432,-4759.21,-5.06178,0.174785,350,350,10,0,2672,0,0,1), + (93008,2656,0,0,0,447.166,-3817.51,133.466,4.39867,350,350,5,0,2488,0,0,1), + (93009,2656,0,0,0,370.157,-3730.58,105.54,2.00936,350,350,3,0,2488,0,0,1), + (93010,2655,0,0,0,337.009,-3713.52,106.598,2.62939,350,350,3,0,2399,0,0,1), + (93011,2655,0,0,0,321.75,-3719.41,106.689,2.59196,350,350,3,0,2399,0,0,1), + (93012,2656,0,0,0,311.443,-3750.14,106.844,4.80814,350,350,3,0,2488,0,0,1), + (93013,2655,0,0,0,329.688,-3767.2,106.808,5.92148,350,350,3,0,2399,0,0,1), + (93014,2655,0,0,0,346.737,-3764.54,106.86,1.65636,350,350,5,0,2399,0,0,1), + (93015,2928,0,0,0,355.787,-3060.43,126.447,4.79845,350,350,3,0,2138,0,0,1), + (93016,2655,0,0,0,45.5432,-3456.15,117.155,6.26772,350,350,10,0,2399,0,0,1), + (93017,2924,0,0,0,54.7256,-3022.88,132.503,4.88181,350,350,10,0,2059,0,0,1), + (93018,2926,0,0,0,246.485,-3840.29,139.686,1.90704,350,350,10,0,2488,0,0,1), + (93019,2924,0,0,0,104.55,-3043.58,130.498,4.07459,350,350,10,0,2059,0,0,1), + (93020,2926,0,0,0,122.412,-4005.43,127.83,1.86399,350,350,5,0,2488,0,0,1), + (93021,2680,0,0,0,-212.043,-3293.93,125.269,6.05243,350,350,10,0,2399,0,0,1), + (93022,2653,0,0,0,-364.873,-2753.67,88.0951,0.712348,350,350,3,0,2138,0,0,1), + (93023,2656,0,0,0,352.208,-3750.89,150.263,3.44483,350,350,5,0,2488,0,0,1), + (93024,4467,0,0,0,-213.949,-3291,124.325,4.94591,350,350,10,0,1679,3923,0,1), + (93025,2926,0,0,0,19.7264,-4361.74,133.726,0.056691,350,350,5,0,2488,0,0,1), + (93026,2656,0,0,0,322.403,-3783,162.759,1.30297,350,350,3,0,2488,0,0,1), + (93027,2926,0,0,0,58.8971,-4254.37,120.258,1.47696,350,350,5,0,2488,0,0,1), + (93028,2505,0,0,0,109.187,-4770.13,-4.13647,1.96534,350,350,10,0,2672,0,0,1), + (93029,2505,0,0,0,387.477,-4724.52,-5.0523,0.552813,350,350,10,0,2672,0,0,1), + (93030,2505,0,0,0,359.375,-4737.5,-4.1239,0,350,350,10,0,2672,0,0,1), + (93031,2505,0,0,0,175.944,-4708.37,12.9576,3.28694,350,350,10,0,2672,0,0,1), + (93032,2646,0,0,0,-641.043,-4083.91,247.215,0.56703,350,350,0,0,6414,0,0,0), + (93033,2646,0,0,0,-642.005,-4062.1,247.204,4.29692,350,350,0,0,6414,0,0,0), + (93034,2505,0,0,0,46.835,-4788.89,-5.67404,5.09748,350,350,10,0,2672,0,0,1), + (93035,2505,0,0,0,315.914,-4706.9,5.3171,5.12625,350,350,10,0,2672,0,0,1), + (93036,2653,0,0,0,-478.176,-2808.8,110.572,2.83772,350,350,3,0,2138,0,0,1), + (93037,2654,0,0,0,-492.383,-2826.32,116.737,2.09122,350,350,3,0,1618,3801,0,1), + (93038,2646,0,0,0,-537.012,-4156.35,215.916,5.77717,350,350,0,0,6414,0,0,0), + (93039,2646,0,0,0,-521.354,-4185.94,215.981,0.773089,350,350,0,0,6414,0,0,0), + (93040,2647,0,0,0,-535.365,-4181.22,215.894,3.44057,350,350,0,0,6327,1750,0,0), + (93041,2646,0,0,0,-522.396,-4164.06,215.939,0.471307,350,350,0,0,6414,0,0,0), + (93042,2646,0,0,0,-647.264,-4115.35,238.601,5.88832,350,350,0,0,6414,0,0,0), + (93043,2656,0,0,0,414.104,-3716.34,130.002,3.2581,350,350,10,0,2488,0,0,1), + (93044,2646,0,0,0,-579.352,-4019.88,238.476,2.56883,350,350,0,0,6414,0,0,0), + (93045,2647,0,0,0,-592.693,-4011.17,238.476,1.41066,350,350,0,0,6327,1750,0,0), + (93046,2681,0,0,0,-557.485,-3909.38,230.615,2.79285,350,350,3,0,6645,0,0,1), + (93047,12478,0,0,0,812.679,-3877.12,108.127,5.24237,1800,1800,0,0,67430,24860,0,0), + (93048,12479,0,0,0,813.364,-3874.13,108.613,5.42016,1800,1800,0,0,74178,8343,0,0), + (93049,12479,0,0,0,809.65,-3876.07,108.021,5.11981,1800,1800,0,0,74178,8343,0,0), + (93050,2927,0,0,0,-155.771,-2879.57,117.037,2.57202,350,350,10,0,1981,0,0,1), + (93051,12478,0,0,0,875.383,-4106.46,96.4208,2.97003,1800,1800,0,0,67430,24860,0,0), + (93052,12477,0,0,0,877.254,-4108.94,96.7537,2.97107,1800,1800,0,0,80052,8181,0,0), + (93053,12477,0,0,0,877.34,-4104.65,96.4047,2.97065,1800,1800,0,0,80052,8181,0,0), + (93054,2656,0,0,0,379.804,-3845.46,146.291,3.15896,350,350,10,0,2488,0,0,1), + (93055,2639,0,0,0,-185.168,-3519.14,135.503,4.49543,350,350,10,0,2310,0,0,1), + (93056,4466,0,0,0,-224.47,-3522.15,145.822,1.40982,350,350,10,0,2399,0,0,1), + (93057,2680,0,0,0,-203.499,-3362.46,137.974,4.99786,350,350,3,0,2399,0,0,1), + (93058,2926,0,0,0,-98.6431,-3542.54,120.054,4.90051,350,350,5,0,2488,0,0,1), + (93059,2505,0,0,0,-52.4953,-4755.58,-3.90083,5.90956,350,350,10,0,2672,0,0,1), + (93060,2656,0,0,0,465.284,-3738.32,123.67,4.57813,350,350,5,0,2488,0,0,1), + (93061,2927,0,0,0,-296.254,-2590.43,119.89,6.01213,350,350,10,0,1981,0,0,1), + (93062,2656,0,0,0,413.841,-3768.62,124.15,0.161028,350,350,5,0,2488,0,0,1), + (93063,4468,0,0,0,-505.119,-3971.93,215.915,3.70957,350,350,5,0,5970,0,0,1), + (93064,2655,0,0,0,334.977,-3776.91,126.882,4.07016,350,350,5,0,2399,0,0,1), + (93065,2656,0,0,0,363.287,-3765.47,126.819,4.36163,350,350,5,0,2488,0,0,1), + (93066,2656,0,0,0,370.197,-3801.64,111.834,5.30814,350,350,3,0,2488,0,0,1), + (93067,2655,0,0,0,384.108,-3758.34,126.833,2.9762,350,350,5,0,2399,0,0,1), + (93068,2656,0,0,0,385.747,-3769.04,103.453,5.08941,350,350,3,0,2488,0,0,1), + (93069,2656,0,0,0,384.398,-3825.92,98.8949,1.39341,350,350,3,0,2488,0,0,1), + (93070,2656,0,0,0,399.594,-3821.37,118.458,2.66298,350,350,3,0,2488,0,0,1), + (93071,2655,0,0,0,421.233,-3812.69,120.369,0.221678,350,350,3,0,2399,0,0,1), + (93072,2655,0,0,0,392.043,-3789.65,102.343,2.0987,350,350,5,0,2399,0,0,1), + (93073,2924,0,0,0,-315.778,-2648.61,118.915,0.755021,350,350,5,0,2059,0,0,1), + (93074,2926,0,0,0,109.882,-4193.18,121.722,3.25916,350,350,5,0,2488,0,0,1), + (93075,2924,0,0,0,209.292,-2953.07,110.389,1.40982,350,350,10,0,2059,0,0,1), + (93076,2680,0,0,0,-322.525,-3366.88,148.848,0.937838,350,350,10,0,2399,0,0,1), + (93077,2639,0,0,0,-317.732,-3319.46,138.428,5.75293,350,350,10,0,2310,0,0,1), + (93078,2655,0,0,0,241.2,-3507.67,159.764,4.12296,350,350,5,0,2399,0,0,1), + (93079,2928,0,0,0,18.337,-3127.68,133.382,4.78522,350,350,5,0,2138,0,0,1), + (93080,2926,0,0,0,211.797,-4046.42,118.499,0.632959,350,350,5,0,2488,0,0,1), + (93081,2656,0,0,0,417.197,-3815.24,161.361,4.51856,350,350,5,0,2488,0,0,1), + (93082,2926,0,0,0,94.5354,-4517.43,136.444,0.599372,350,350,5,0,2488,0,0,1), + (93083,2656,0,0,0,395.467,-3804.06,169.325,1.11474,350,350,5,0,2488,0,0,1), + (93084,2926,0,0,0,176.128,-3980.24,125.33,4.57713,350,350,5,0,2488,0,0,1), + (93085,2926,0,0,0,312.808,-4245.85,120.965,2.3203,350,350,5,0,2488,0,0,1), + (93086,2649,0,0,0,-14.8095,-2438.44,125.778,1.01118,350,350,10,0,1829,0,0,1), + (93087,2928,0,0,0,-66.4598,-3282.32,120.604,5.90268,350,350,10,0,2138,0,0,1), + (93088,2649,0,0,0,-10.207,-2412.44,127.921,0.125324,350,350,3,0,1829,0,0,1), + (93089,2926,0,0,0,62.7171,-3820.61,131.509,1.37723,350,350,5,0,2488,0,0,1), + (93090,2926,0,0,0,76.9397,-3872.76,136.151,4.47301,350,350,5,0,2488,0,0,1), + (93091,2650,0,0,0,11.4317,-2414.07,125.617,1.93057,350,350,10,0,1902,0,0,1), + (93092,2926,0,0,0,174.196,-4156.08,123.576,3.36619,350,350,5,0,2488,0,0,1), + (93093,2926,0,0,0,-22.8571,-4290.83,120.806,5.37737,350,350,5,0,2488,0,0,1), + (93094,2655,0,0,0,216.845,-3462.08,157.402,0.434881,350,350,3,0,2399,0,0,1), + (93095,2656,0,0,0,219.915,-3481.17,156.419,4.25726,350,350,3,0,2488,0,0,1), + (93096,2639,0,0,0,-159.01,-3420.26,131.918,3.07664,350,350,10,0,2310,0,0,1), + (93097,2680,0,0,0,-175.935,-3436.92,136.013,1.8777,350,350,10,0,2399,0,0,1), + (93098,2926,0,0,0,53.2051,-4039.06,127.986,4.86533,350,350,5,0,2488,0,0,1), + (93099,2925,0,0,0,-72.2921,-3570.44,119.317,5.84887,350,350,10,0,2310,0,0,1), + (93100,4467,0,0,0,-268.719,-3386.25,149.368,0.233467,350,350,10,0,1679,3923,0,1), + (93101,4467,0,0,0,-282.396,-3342.65,143.023,1.04354,350,350,10,0,1679,3923,0,1), + (93102,4466,0,0,0,-213.586,-3478.93,154.672,0.048885,350,350,0,0,2399,0,0,0), + (93103,2926,0,0,0,369.266,-3661.23,129.095,4.33624,350,350,10,0,2488,0,0,1), + (93104,4467,0,0,0,-151.606,-3381.3,129.319,3.4411,350,350,10,0,1679,3923,0,1), + (93105,2640,0,0,0,-316.805,-3405.96,165.361,5.73832,350,350,0,0,1919,1587,0,0), + (93106,2505,0,0,0,-688.59,-4507.64,10.2782,1.9809,350,350,10,0,2672,0,0,1), + (93107,2928,0,0,0,305.758,-3221.97,115.309,5.95368,350,350,10,0,2138,0,0,1), + (93108,2926,0,0,0,-88.3811,-4140.74,120.703,1.00075,350,350,5,0,2488,0,0,1), + (93109,2924,0,0,0,241.331,-2941.78,106.881,3.1362,350,350,10,0,2059,0,0,1), + (93110,2926,0,0,0,134.636,-3824.18,126.354,0.007812,350,350,5,0,2488,0,0,1), + (93111,2927,0,0,0,331.656,-3006.1,119.94,0.192794,350,350,3,0,1981,0,0,1), + (93112,2927,0,0,0,293.016,-2981.72,113.509,5.70927,350,350,10,0,1981,0,0,1), + (93113,2928,0,0,0,352.247,-3097.83,128.786,1.89872,350,350,5,0,2138,0,0,1), + (93114,2654,0,0,0,-254.232,-2809.08,115.927,5.92429,350,350,3,0,1618,3801,0,1), + (93115,2653,0,0,0,-253.845,-2829.42,109.764,0.922841,350,350,3,0,2138,0,0,1), + (93116,2926,0,0,0,29.3276,-3635.01,124.596,0.54042,350,350,5,0,2488,0,0,1), + (93117,2653,0,0,0,-275.111,-2795.7,110.474,3.84421,350,350,3,0,2138,0,0,1), + (93118,2926,0,0,0,366.618,-4001.53,125.539,3.81884,350,350,5,0,2488,0,0,1), + (93119,2686,0,0,0,-322.721,-2755.25,86.3118,4.73932,350,350,10,0,2138,0,0,1), + (93120,2655,0,0,0,61.1937,-3510.48,118.942,1.70291,350,350,3,0,2399,0,0,1), + (93121,2926,0,0,0,189.191,-4243.91,118.521,3.94901,350,350,5,0,2488,0,0,1), + (93122,2927,0,0,0,47.3584,-2964.73,121.358,1.91106,350,350,10,0,1981,0,0,1), + (93123,2686,0,0,0,-346.831,-2710.01,108.211,0.074964,350,350,5,0,2138,0,0,1), + (93124,2686,0,0,0,-365.564,-2806.85,76.6431,5.55865,350,350,10,0,2138,0,0,1), + (93125,2686,0,0,0,-247.874,-2897.92,95.3389,4.76863,350,350,5,0,2138,0,0,1), + (93126,2686,0,0,0,-346.536,-2766.7,78.088,1.53566,350,350,3,0,2138,0,0,1), + (93127,2928,0,0,0,295.56,-3065.45,118.455,4.1542,350,350,10,0,2138,0,0,1), + (93128,2653,0,0,0,-230.735,-2987.26,117.813,0.981135,350,350,5,0,2138,0,0,1), + (93129,2927,0,0,0,238.965,-2984.09,110.537,1.8314,350,350,10,0,1981,0,0,1), + (93130,2928,0,0,0,197.521,-3052.44,131.686,4.54272,350,350,5,0,2138,0,0,1), + (93131,2686,0,0,0,-443.297,-2940.08,94.0191,3.64462,350,350,5,0,2138,0,0,1), + (93132,2686,0,0,0,-394.304,-2767.98,83.2624,0.944778,350,350,10,0,2138,0,0,1), + (93133,2653,0,0,0,-236.678,-3103.51,126.417,3.41415,350,350,5,0,2138,0,0,1), + (93134,2686,0,0,0,-414.368,-2809.81,79.5546,3.27879,350,350,10,0,2138,0,0,1), + (93135,2654,0,0,0,-221.56,-3114.49,127.542,5.76851,350,350,5,0,1618,3801,0,1), + (93136,2686,0,0,0,-435.951,-2780.89,85.9245,5.21532,350,350,3,0,2138,0,0,1), + (93137,2928,0,0,0,-166.135,-3046.49,120.979,6.20701,350,350,10,0,2138,0,0,1), + (93138,2686,0,0,0,-423.391,-2754.14,97.6229,1.52997,350,350,3,0,2138,0,0,1), + (93139,2653,0,0,0,-228.285,-3125.55,127.667,3.41572,350,350,5,0,2138,0,0,1), + (93140,2686,0,0,0,-269.733,-3027.28,117.492,6.15919,350,350,5,0,2138,0,0,1), + (93141,2645,0,0,0,-210.325,-3980.79,195.183,6.17128,350,350,5,0,4950,1695,0,1), + (93142,2928,0,0,0,-113.866,-3153.73,121.238,1.61374,350,350,10,0,2138,0,0,1), + (93143,2686,0,0,0,-424.86,-2926.4,85.5042,3.76574,350,350,5,0,2138,0,0,1), + (93144,2653,0,0,0,-275.678,-2820.46,109.515,1.48646,350,350,3,0,2138,0,0,1), + (93145,2928,0,0,0,312.779,-3081.97,118.866,3.21777,350,350,10,0,2138,0,0,1), + (93146,2926,0,0,0,99.3065,-4091.21,164.011,3.55546,350,350,5,0,2488,0,0,1), + (93147,2926,0,0,0,32.0518,-4422.68,150.152,4.95054,350,350,5,0,2488,0,0,1), + (93148,2928,0,0,0,-9.61401,-3061.67,135.698,1.16928,350,350,10,0,2138,0,0,1), + (93149,2926,0,0,0,-19.5781,-4399.59,145.291,1.93825,350,350,5,0,2488,0,0,1), + (93150,2926,0,0,0,206.832,-4008.22,119.129,0.475011,350,350,5,0,2488,0,0,1), + (93151,2926,0,0,0,26.6744,-4405.46,145.152,2.89424,350,350,5,0,2488,0,0,1), + (93152,2926,0,0,0,72.0643,-3556.33,121.575,2.54383,350,350,5,0,2488,0,0,1), + (93153,2656,0,0,0,109.615,-3545.15,120.021,1.38659,350,350,10,0,2488,0,0,1), + (93154,2656,0,0,0,155.866,-3503.29,125.227,1.39802,350,350,5,0,2488,0,0,1), + (93155,2928,0,0,0,9.41855,-3176.41,123.896,4.59699,350,350,10,0,2138,0,0,1), + (93156,4466,0,0,0,-156.068,-3510.53,128.679,0.609076,350,350,10,0,2399,0,0,1), + (93157,2655,0,0,0,85.9186,-3412.32,117.686,1.27481,350,350,10,0,2399,0,0,1), + (93158,2655,0,0,0,145.146,-3473.67,109.429,5.81779,350,350,5,0,2399,0,0,1), + (93159,2656,0,0,0,349.018,-3824.66,161.895,5.93981,350,350,5,0,2488,0,0,1), + (93160,2656,0,0,0,352.196,-3860.36,139.473,5.3702,350,350,10,0,2488,0,0,1), + (93161,2655,0,0,0,343.86,-3801.48,169.895,3.98386,350,350,5,0,2399,0,0,1), + (93162,2655,0,0,0,368.652,-3789.78,171.146,3.56479,350,350,5,0,2399,0,0,1), + (93163,2656,0,0,0,142.225,-3406.58,117.566,1.12172,350,350,5,0,2488,0,0,1), + (93164,2656,0,0,0,318.484,-3818.24,161.386,3.12597,350,350,5,0,2488,0,0,1), + (93165,2655,0,0,0,137.105,-3439.54,109.599,0.469264,350,350,10,0,2399,0,0,1), + (93166,2656,0,0,0,288.822,-3788.65,144.999,3.97392,350,350,5,0,2488,0,0,1), + (93167,2656,0,0,0,104.152,-3477.42,109.005,1.48498,350,350,10,0,2488,0,0,1), + (93168,2656,0,0,0,294.665,-3811.07,153.007,0.831236,350,350,5,0,2488,0,0,1), + (93169,2655,0,0,0,104.42,-3450.89,108.814,3.15075,350,350,10,0,2399,0,0,1), + (93170,2656,0,0,0,233.358,-3431.02,131.259,6.1522,350,350,3,0,2488,0,0,1), + (93171,2655,0,0,0,183.932,-3430.45,121.55,3.8104,350,350,5,0,2399,0,0,1), + (93172,2928,0,0,0,63.7096,-3272.42,118.732,0.585295,350,350,10,0,2138,0,0,1), + (93173,2655,0,0,0,257.94,-3456.68,152.768,5.75408,350,350,5,0,2399,0,0,1), + (93174,2925,0,0,0,-10.6717,-3492.79,117.821,4.32572,350,350,10,0,2310,0,0,1), + (93175,2655,0,0,0,273.981,-3479.56,158.094,1.94194,350,350,10,0,2399,0,0,1), + (93176,2655,0,0,0,247.835,-3486.69,162.69,4.67041,350,350,10,0,2399,0,0,1), + (93177,2925,0,0,0,-43.9125,-3518.53,119.674,4.44196,350,350,10,0,2310,0,0,1), + (93178,2928,0,0,0,53.6844,-3224.75,121.003,0.177823,350,350,10,0,2138,0,0,1), + (93179,2656,0,0,0,459.562,-3855.04,121.497,5.63333,350,350,10,0,2488,0,0,1), + (93180,2686,0,0,0,-287.434,-2981.09,94.7218,4.29595,350,350,3,0,2138,0,0,1), + (93181,2686,0,0,0,-364.684,-2935.96,75.2529,3.26853,350,350,5,0,2138,0,0,1), + (93182,2926,0,0,0,277.251,-3960.16,129.103,1.2494,350,350,5,0,2488,0,0,1), + (93183,2686,0,0,0,-311.297,-2855.44,80.0946,5.76356,350,350,10,0,2138,0,0,1), + (93184,2647,0,0,0,-650.545,-4102.68,238.476,5.01987,350,350,0,0,6327,1750,0,0), + (93185,2681,0,0,0,-584.769,-3953.43,238.238,4.26699,350,350,10,0,6645,0,0,1), + (93186,2505,0,0,0,385.539,-4784.49,0.529967,2.15588,350,350,10,0,2672,0,0,1), + (93187,2646,0,0,0,-619.758,-4139.62,238.476,0.834047,350,350,3,0,6414,0,0,1), + (93188,2505,0,0,0,-365.828,-4491.5,11.5453,-1.36177,350,350,0,0,2672,0,0,0), + (93189,2924,0,0,0,-113.611,-2921.02,119.167,1.36809,350,350,10,0,2059,0,0,1), + (93190,4466,0,0,0,-185.618,-3351.1,133.71,4.76518,350,350,3,0,2399,0,0,2), + (93191,4466,0,0,0,-143.578,-3318.79,121.546,6.11893,350,350,5,0,2399,0,0,1), + (93192,2680,0,0,0,-228.305,-3394.7,148.036,1.75327,350,350,10,0,2399,0,0,1), + (93193,2928,0,0,0,325.196,-3241.44,116.042,0.828568,350,350,10,0,2138,0,0,1), + (93194,7780,0,0,0,262.982,-2758.03,122.636,2.9147,350,350,0,0,2809,1587,0,0), + (93195,2925,0,0,0,281.402,-3172.74,121.237,1.8542,350,350,10,0,2310,0,0,1), + (93196,2505,0,0,0,51.9774,-4714.43,9.05748,1.89095,350,350,10,0,2672,0,0,1), + (93197,2926,0,0,0,234.604,-3931.34,131.004,1.76551,350,350,5,0,2488,0,0,1), + (93198,4465,0,0,0,-172.414,-4118.2,118.603,4.45088,350,350,10,0,5544,0,0,1), + (93199,2927,0,0,0,-113.725,-2887.76,123.327,3.57032,350,350,10,0,1981,0,0,1), + (93200,4465,0,0,0,-148.859,-4048.55,122.277,3.70966,350,350,3,0,5544,0,0,1), + (93201,2640,0,0,0,-73.9987,-4010.92,122.534,6.23548,350,350,0,0,1919,1587,0,0), + (93202,4465,0,0,0,-94.3603,-4001.5,123.527,4.95529,350,350,5,0,5544,0,0,1), + (93203,4465,0,0,0,-120.092,-4081.23,123.103,4.41361,350,350,10,0,5544,0,0,1), + (93204,2643,0,0,0,-376.563,-4135.94,174.418,0.697313,350,350,3,0,5970,0,0,1), + (93205,2644,0,0,0,-490.135,-4172.97,196.94,0.82782,350,350,3,0,6186,0,0,1), + (93206,2643,0,0,0,-378.044,-4158.43,174.168,0.253726,350,350,3,0,5970,0,0,1), + (93207,2645,0,0,0,-478.725,-4192.92,195.19,4.6335,350,350,0,0,4950,1695,0,0), + (93208,2645,0,0,0,-450.365,-4193.01,195.114,5.74664,350,350,0,0,4950,1695,0,0), + (93209,14757,0,0,0,-531.294,-3873.08,232.593,3.94444,350,350,0,0,6442,0,0,0), + (93210,2924,0,0,0,-100.992,-2891.62,126.573,1.99338,350,350,5,0,2059,0,0,1), + (93211,2644,0,0,0,-511.699,-4078.15,215.911,4.90245,350,350,0,0,6186,0,0,0), + (93212,2646,0,0,0,-596.838,-4111.66,238.601,0.318568,350,350,3,0,6414,0,0,1), + (93213,2647,0,0,0,-584.876,-4120.46,238.476,2.66268,350,350,0,0,6327,1750,0,0), + (93214,2646,0,0,0,-585.595,-4146.74,238.476,2.18892,350,350,3,0,6414,0,0,1), + (93215,2647,0,0,0,-593.175,-4167.88,238.476,1.3875,350,350,0,0,6327,1750,0,0), + (93216,2646,0,0,0,-608.736,-4156.35,238.476,0.849667,350,350,0,0,6414,0,0,0), + (93217,2646,0,0,0,-539.534,-3994.96,215.986,0.999576,350,350,0,0,6414,0,0,0), + (93218,2646,0,0,0,-280.348,-3823.68,238.435,0.281983,350,350,0,0,6414,0,0,0), + (93219,2646,0,0,0,-529.744,-3997.86,215.915,5.41187,350,350,0,0,6414,0,0,0), + (93220,2647,0,0,0,-256.803,-3835.88,238.465,2.48415,350,350,0,0,6327,1750,0,0), + (93221,2646,0,0,0,-286.458,-3838.54,238.472,3.63153,350,350,0,0,6414,0,0,0), + (93222,4468,0,0,0,-462.255,-3927,215.81,3.9037,350,350,5,0,5970,0,0,1), + (93223,4468,0,0,0,-437.829,-3938.69,215.744,1.76335,350,350,5,0,5970,0,0,1), + (93224,4468,0,0,0,-425.966,-3959.26,216.229,2.95408,350,350,5,0,5970,0,0,1), + (93225,4468,0,0,0,-489.325,-3947.74,215.928,2.83886,350,350,5,0,5970,0,0,1), + (93226,4468,0,0,0,-422.347,-3922.83,215.558,2.69612,350,350,5,0,5970,0,0,1), + (93227,4468,0,0,0,-444.792,-3981.77,208.044,2.83905,350,350,3,0,5970,0,0,1), + (93228,4468,0,0,0,-467.243,-4005.46,215.944,4.41296,350,350,5,0,5970,0,0,1), + (93229,2655,0,0,0,332.484,-3335.41,115.766,0.181307,350,350,5,0,2399,0,0,1), + (93230,2648,0,0,0,-638.837,-3730.62,235.154,3.73073,350,350,5,0,6645,0,0,1), + (93231,2647,0,0,0,-403.217,-3938.97,215.87,3.576,350,350,0,0,6327,1750,0,0), + (93232,2646,0,0,0,-386.817,-3934.25,215.951,3.64497,350,350,0,0,6414,0,0,0), + (93233,2681,0,0,0,-519.332,-3915.33,230.674,4.19607,350,350,3,0,6645,0,0,1), + (93234,2927,0,0,0,-174.36,-2583.46,118.363,1.53796,350,350,10,0,1981,0,0,1), + (93235,2927,0,0,0,48.3302,-2719.36,129.966,1.5747,350,350,5,0,1981,0,0,1), + (93236,2927,0,0,0,-149.082,-2773.96,120.468,1.53175,350,350,10,0,1981,0,0,1), + (93237,2924,0,0,0,-161.063,-2810.6,118.383,1.21134,350,350,10,0,2059,0,0,1), + (93238,2924,0,0,0,107.151,-2950.18,114.29,4.48969,350,350,10,0,2059,0,0,1), + (93239,2924,0,0,0,-191.577,-2768.67,120.765,1.74383,350,350,10,0,2059,0,0,1), + (93240,2655,0,0,0,410.546,-3302.56,135.292,5.46798,350,350,5,0,2399,0,0,1), + (93241,2639,0,0,0,-252.072,-3250.49,125.277,0.842672,350,350,10,0,2310,0,0,1), + (93242,2646,0,0,0,-255.699,-3823.88,238.366,0.040903,350,350,0,0,6414,0,0,0), + (93243,2926,0,0,0,341.675,-3666.8,126.865,1.8153,350,350,10,0,2488,0,0,1), + (93244,2639,0,0,0,-211.391,-3244.01,120.811,1.39002,350,350,10,0,2310,0,0,1), + (93245,2656,0,0,0,318.606,-3755.3,141.623,4.65972,350,350,5,0,2488,0,0,1), + (93246,2680,0,0,0,-273.953,-3252.31,121.319,0.109579,350,350,3,0,2399,0,0,1), + (93247,12479,0,0,0,675.854,-3994.41,97.3366,4.22612,1800,1800,0,0,74178,8343,0,0), + (93248,12478,0,0,0,678.609,-3993.74,97.2018,4.22624,1800,1800,0,0,67430,24860,0,0), + (93249,12477,0,0,0,674.884,-3991.71,96.9033,4.22602,1800,1800,0,0,80052,8181,0,0), + (93250,2653,0,0,0,-238.443,-2552.76,118.982,4.29351,350,350,0,0,2138,0,0,0), + (93251,2653,0,0,0,-225.984,-2560.45,119.826,4.06662,350,350,0,0,2138,0,0,0), + (93254,2655,0,0,0,342.543,-3261.45,120.257,1.17692,350,350,5,0,2399,0,0,1), + (93255,12496,0,0,0,803.387,-3996.83,122.005,3.47321,3600,3600,0,0,80925,0,0,0), + (93256,2656,0,0,0,365.171,-3294.56,115.828,4.45793,350,350,5,0,2488,0,0,1), + (93257,2655,0,0,0,388.701,-3304.82,117.715,4.57964,350,350,3,0,2399,0,0,1), + (93258,2655,0,0,0,362.008,-3336.98,119.604,3.03556,350,350,5,0,2399,0,0,1), + (93259,2655,0,0,0,373.103,-3313.36,116.333,1.27718,350,350,10,0,2399,0,0,1), + (93260,2692,0,0,0,322.596,-2852.32,114.743,5.24172,350,350,5,0,2252,0,0,1), + (93261,2693,0,0,0,370.758,-2816.77,122.563,4.59955,350,350,0,0,2415,0,0,0), + (93262,5718,0,0,0,948.975,-4122.25,109.037,0.397731,3600,3600,5,0,80925,0,0,2), + (93263,2693,0,0,0,353.317,-2784.43,119.734,2.86788,350,350,5,0,2415,0,0,1), + (93264,2692,0,0,0,286.494,-2853.12,114.057,0.13959,350,350,5,0,2252,0,0,1), + (93265,2924,0,0,0,115.74,-2988.38,122.335,0.150882,350,350,10,0,2059,0,0,1), + (93266,2693,0,0,0,249.283,-2819.15,121.237,1.63181,350,350,5,0,2415,0,0,1), + (93267,2692,0,0,0,228.857,-2857.77,110.373,4.72984,350,350,0,0,2252,0,0,0), + (93268,2692,0,0,0,226.024,-2800.45,121.4,2.38498,350,350,3,0,2252,0,0,1), + (93269,2691,0,0,0,214.366,-2887.09,106.137,4.63968,350,350,10,0,2092,0,0,1), + (93270,2691,0,0,0,144.349,-2846.95,113.152,1.71771,350,350,5,0,2092,0,0,1), + (93271,2691,0,0,0,145.946,-2819.28,106.308,3.0743,350,350,5,0,2092,0,0,1), + (93272,2692,0,0,0,228.939,-2862.09,110.32,1.58825,350,350,0,0,2252,0,0,0), + (93273,2691,0,0,0,251.604,-2858.2,111.61,3.74106,350,350,10,0,2092,0,0,1), + (93274,2691,0,0,0,182.071,-2879.69,104.688,2.96296,350,350,10,0,2092,0,0,1), + (93275,2928,0,0,0,278.747,-3119.24,120.231,0.112642,350,350,10,0,2138,0,0,1), + (93276,2692,0,0,0,176.296,-2813.96,111.868,3.05849,350,350,5,0,2252,0,0,1), + (93277,2692,0,0,0,181.583,-2845.65,105.135,3.1481,350,350,10,0,2252,0,0,1), + (93278,2925,0,0,0,425.123,-3541,120.833,5.97988,350,350,10,0,2310,0,0,1), + (93279,2925,0,0,0,278.863,-3212.22,114.467,0.104841,350,350,10,0,2310,0,0,1), + (93280,2694,0,0,0,352.193,-2751.07,119.89,5.01289,350,350,0,0,2038,1587,0,0), + (93281,2925,0,0,0,52.7209,-3151.71,128.249,5.56446,350,350,10,0,2310,0,0,1), + (93282,2693,0,0,0,354.35,-2812.31,120.665,6.23915,350,350,5,0,2415,0,0,1), + (93283,2691,0,0,0,140.385,-2776.09,109.933,2.46336,350,350,5,0,2092,0,0,1), + (93284,2693,0,0,0,280.979,-2807.42,121.576,5.69955,350,350,5,0,2415,0,0,1), + (93285,2928,0,0,0,286.859,-3162.31,122.197,3.9176,350,350,10,0,2138,0,0,1), + (93286,2694,0,0,0,355.701,-2722.03,118.537,3.99595,350,350,0,0,2038,1587,0,0), + (93287,2928,0,0,0,311.812,-3214.37,118.184,5.86395,350,350,10,0,2138,0,0,1), + (93288,2925,0,0,0,89.2906,-3232.33,119.538,5.50055,350,350,10,0,2310,0,0,1), + (93289,2691,0,0,0,357.189,-2881.45,118.247,0.243629,350,350,10,0,2092,0,0,1), + (93290,2691,0,0,0,322.042,-2885.63,114.181,0.232413,350,350,10,0,2092,0,0,1), + (93291,2652,0,0,0,-6.69076,-2774.38,131.722,0.240215,350,350,5,0,2059,0,0,1), + (93292,2692,0,0,0,349.677,-2851.57,116.143,2.53285,350,350,10,0,2252,0,0,1), + (93293,2928,0,0,0,-46.9368,-3042.9,129.225,2.8464,350,350,10,0,2138,0,0,1), + (93294,2694,0,0,0,248.577,-2767.34,122.573,3.86398,350,350,10,0,2038,1587,0,1), + (93295,2928,0,0,0,-171.151,-3141.46,117.099,3.04285,350,350,10,0,2138,0,0,1), + (93296,2655,0,0,0,345.614,-3378.69,119.589,5.08769,350,350,5,0,2399,0,0,1), + (93297,2692,0,0,0,195.942,-2803.87,117.493,1.12359,350,350,5,0,2252,0,0,1), + (93298,2926,0,0,0,132.386,-4388.78,120.48,0.762917,350,350,5,0,2488,0,0,1), + (93299,2926,0,0,0,219.018,-4144.76,119.398,3.92699,350,350,5,0,2488,0,0,1), + (93300,2926,0,0,0,59.302,-4325.83,124.29,0.764921,350,350,5,0,2488,0,0,1), + (93301,7806,0,0,0,500.159,-3475.07,116.513,3.36848,350,350,0,0,1981,0,0,0), + (93302,8216,0,0,0,-179.28,-3520.98,134.464,4.72997,43200,43200,10,0,2578,0,0,2), + (93303,2656,0,0,0,477.272,-3820.96,117.416,6.24956,350,350,10,0,2488,0,0,1), + (93304,2924,0,0,0,205.745,-2969.61,112.068,1.25336,350,350,10,0,2059,0,0,1), + (93305,2927,0,0,0,132.015,-2889.54,114.135,6.06115,350,350,10,0,1981,0,0,1), + (93306,2925,0,0,0,-99.3962,-3014.57,119.097,3.21387,350,350,10,0,2310,0,0,1), + (93307,2925,0,0,0,-180.791,-3136.97,118.467,5.37189,350,350,3,0,2310,0,0,1), + (93308,2928,0,0,0,115.47,-3079.83,130.386,1.11576,350,350,10,0,2138,0,0,1), + (93309,2928,0,0,0,80.6285,-3345.64,117.804,6.03864,350,350,10,0,2138,0,0,1), + (93310,2926,0,0,0,14.9445,-3990.48,131.151,0.79955,350,350,5,0,2488,0,0,1), + (93311,2926,0,0,0,342.623,-3723.5,135.892,4.45399,350,350,10,0,2488,0,0,1), + (93312,2927,0,0,0,158.149,-2891.76,110.819,1.59313,350,350,10,0,1981,0,0,1), + (93313,2655,0,0,0,471.539,-3786.87,121.509,5.18915,350,350,0,0,2399,0,0,0), + (93314,2927,0,0,0,-146.483,-2560.6,121.311,0.851782,350,350,3,0,1981,0,0,1), + (93315,2656,0,0,0,441.702,-3792,120.971,0.687347,350,350,5,0,2488,0,0,1), + (93316,2655,0,0,0,324.818,-3723.87,107.039,0.12883,350,350,3,0,2399,0,0,1), + (93317,2656,0,0,0,379.784,-3742.38,104.99,0.129459,350,350,3,0,2488,0,0,1), + (93318,2656,0,0,0,348.059,-3786.18,126.822,5.06114,350,350,5,0,2488,0,0,1), + (93319,2655,0,0,0,414.498,-3785.82,101.845,0.072929,350,350,5,0,2399,0,0,1), + (93320,2655,0,0,0,389.17,-3864.46,96.0874,5.75345,350,350,3,0,2399,0,0,1), + (93321,2655,0,0,0,384.535,-3851.28,96.4615,5.29383,350,350,3,0,2399,0,0,1), + (93322,2928,0,0,0,-192.448,-3196.11,123.393,1.68426,350,350,10,0,2138,0,0,1), + (93323,2655,0,0,0,406.591,-3879.87,97.7752,1.72552,350,350,5,0,2399,0,0,1), + (93324,2653,0,0,0,-402.438,-2921.1,80.2542,6.19088,350,350,5,0,2138,0,0,1), + (93325,2654,0,0,0,-403.055,-2961.89,94.1765,1.52225,350,350,0,0,1618,3801,0,0), + (93326,2657,0,0,0,101.859,-2265.82,104.091,5.79973,350,350,10,0,1829,0,0,1), + (93327,2657,0,0,0,176.625,-2219.59,100.604,2.9076,350,350,10,0,1829,0,0,1), + (93328,2923,0,0,0,245.741,-2409.22,129.106,1.59004,350,350,5,0,1902,0,0,1), + (93329,2927,0,0,0,162.383,-2952.99,115.701,5.30953,350,350,10,0,1981,0,0,1), + (93330,2924,0,0,0,140.824,-2991,123.67,3.08988,350,350,10,0,2059,0,0,1), + (93331,2923,0,0,0,76.3837,-2156.37,103.981,0.991264,350,350,10,0,1902,0,0,1), + (93332,2657,0,0,0,164.038,-2200.09,99.4782,2.20364,350,350,10,0,1829,0,0,1), + (93333,2923,0,0,0,38.9945,-2158.36,111.859,3.76048,350,350,3,0,1902,0,0,1), + (93334,2923,0,0,0,62.7463,-2205.18,105.637,6.02963,350,350,10,0,1902,0,0,1), + (93335,2657,0,0,0,203.624,-2160.77,107.339,5.36606,350,350,5,0,1829,0,0,1), + (93336,2657,0,0,0,201.923,-2173.55,107.119,5.10019,350,350,10,0,1829,0,0,1), + (93337,2927,0,0,0,198.741,-2487.11,128.86,5.71796,350,350,3,0,1981,0,0,1), + (93338,2650,0,0,0,-3.80677,-2486.6,120.549,4.60412,350,350,0,0,1902,0,0,0), + (93339,2923,0,0,0,153.571,-2441.92,126.785,2.38205,350,350,3,0,1902,0,0,1), + (93340,2923,0,0,0,106.387,-2412.99,125.854,3.12261,350,350,10,0,1902,0,0,1), + (93341,2923,0,0,0,138.742,-2483.4,124.284,5.61546,350,350,10,0,1902,0,0,1), + (93342,2686,0,0,0,-422.652,-2858.79,79.8762,1.19718,350,350,10,0,2138,0,0,1), + (93343,2657,0,0,0,229.771,-2360.23,117.135,1.9916,350,350,5,0,1829,0,0,2), + (93344,2657,0,0,0,106.223,-2278.37,105.784,6.11451,350,350,5,0,1829,0,0,2), + (93345,2649,0,0,0,-18.897,-2461.35,122.403,2.50304,350,350,0,0,1829,0,0,0), + (93346,2650,0,0,0,-30.7026,-2453.52,121.403,4.1827,350,350,0,0,1902,0,0,0), + (93347,2505,0,0,0,-321.94,-4602.19,11.1763,0.487838,350,350,10,0,2672,0,0,1), + (93348,2649,0,0,0,-34.0145,-2464.96,121.562,0.867587,350,350,0,0,1829,0,0,0), + (93349,2928,0,0,0,125.695,-3151.74,124.209,0.46364,350,350,10,0,2138,0,0,1), + (93350,2926,0,0,0,1.96076,-4274.1,119.399,0.555494,350,350,0,0,2488,0,0,0), + (93351,2926,0,0,0,-112.484,-4319.53,133.359,5.97748,350,350,5,0,2488,0,0,1), + (93352,2928,0,0,0,-22.9306,-3245.77,123.383,1.19428,350,350,10,0,2138,0,0,1), + (93353,2928,0,0,0,122.668,-3061.94,131.222,0.387927,350,350,10,0,2138,0,0,1), + (93354,2925,0,0,0,-118.628,-3267.82,118.179,5.5884,350,350,10,0,2310,0,0,1), + (93355,2928,0,0,0,-107.075,-3039.98,119.226,0.1372,350,350,10,0,2138,0,0,1), + (93356,2925,0,0,0,-143.722,-3219.86,122.463,0.430885,350,350,10,0,2310,0,0,1), + (93357,2928,0,0,0,253.466,-3202.41,116.365,1.77547,350,350,10,0,2138,0,0,1), + (93358,2925,0,0,0,168.294,-3109.53,124.198,0.424537,350,350,10,0,2310,0,0,1), + (93359,2928,0,0,0,225.42,-3099.34,121.443,4.40061,350,350,10,0,2138,0,0,1), + (93360,2925,0,0,0,-148.901,-3091.62,122.685,2.51021,350,350,10,0,2310,0,0,1), + (93361,2928,0,0,0,11.0299,-3390.02,121.031,4.85925,350,350,10,0,2138,0,0,1), + (93362,2928,0,0,0,79.3138,-3338.78,118.723,0.935108,350,350,10,0,2138,0,0,1), + (93363,2928,0,0,0,242.72,-3133.26,118.805,4.59699,350,350,10,0,2138,0,0,1), + (93364,2925,0,0,0,286.184,-3086.77,121.489,0.057343,350,350,10,0,2310,0,0,1), + (93365,2926,0,0,0,163.442,-3871.31,134.627,5.84137,350,350,5,0,2488,0,0,1), + (93366,2650,0,0,0,-34.9182,-2486.33,119.836,5.20098,350,350,0,0,1902,0,0,0), + (93367,2650,0,0,0,23.2434,-2451.16,122.621,0.539879,350,350,10,0,1902,0,0,1), + (93368,2651,0,0,0,-20.945,-2651.82,125.263,4.99525,350,350,5,0,1981,0,0,1), + (93369,2651,0,0,0,-46.1941,-2653.39,135.547,5.75848,350,350,5,0,1981,0,0,1), + (93370,2651,0,0,0,-35.9666,-2773.51,122.888,1.12811,350,350,5,0,1981,0,0,1), + (93371,2686,0,0,0,-156.592,-2915.18,120.078,2.0841,350,350,5,0,2138,0,0,1), + (93372,2686,0,0,0,-285.583,-2913.34,83.2746,0.418998,350,350,10,0,2138,0,0,1), + (93373,2653,0,0,0,-367.395,-2985.06,105.494,2.33718,350,350,3,0,2138,0,0,1), + (93374,2654,0,0,0,-370.821,-3000.01,109.567,2.65476,350,350,3,0,1618,3801,0,1), + (93375,2653,0,0,0,-385.732,-2993.95,105.535,1.24423,350,350,3,0,2138,0,0,1), + (93376,2653,0,0,0,-349.653,-2997.4,106.291,2.42756,350,350,3,0,2138,0,0,1), + (93377,2691,0,0,0,147.142,-2747.45,109.819,4.87592,350,350,5,0,2092,0,0,1), + (93378,2692,0,0,0,179.757,-2745.51,116.005,4.32658,350,350,5,0,2252,0,0,1), + (93379,2691,0,0,0,151.643,-2680.62,118.798,1.48333,350,350,5,0,2092,0,0,1), + (93380,2692,0,0,0,209.429,-2755.17,121.055,2.6779,350,350,0,0,2252,0,0,0), + (93381,2923,0,0,0,211.225,-2279.68,104.428,0.005536,350,350,5,0,1902,0,0,1), + (93382,2924,0,0,0,155.73,-2525.83,124.739,4.76779,350,350,3,0,2059,0,0,1), + (93383,2927,0,0,0,102.163,-2597.47,114.893,2.15382,350,350,5,0,1981,0,0,1), + (93384,2927,0,0,0,-256.26,-2584.64,118.841,1.30247,350,350,10,0,1981,0,0,1), + (93385,2653,0,0,0,-476.303,-2843.52,110.557,3.63642,350,350,3,0,2138,0,0,1), + (93386,2653,0,0,0,-466.438,-2833.82,110.092,6.03577,350,350,3,0,2138,0,0,1), + (93387,2648,0,0,0,-616.292,-3793.3,239.183,4.32193,350,350,5,0,6645,0,0,2), + (93388,2505,0,0,0,107.592,-4726.92,7.97352,4.35177,350,350,10,0,2672,0,0,1), + (93389,2505,0,0,0,-421.896,-4651.29,-6.98523,5.22579,350,350,10,0,2672,0,0,1), + (93390,2505,0,0,0,148.88,-4744.64,0.938893,1.55981,350,350,10,0,2672,0,0,1), + (93391,2505,0,0,0,-344.722,-4588.3,9.07936,5.88419,350,350,10,0,2672,0,0,1), + (93392,2505,0,0,0,-287.282,-4529.42,12.7129,3.66831,350,350,10,0,2672,0,0,1), + (93393,2505,0,0,0,-207.013,-4505.71,13.2281,0.679118,350,350,10,0,2672,0,0,1), + (93394,2505,0,0,0,-290.947,-4584.65,11.1629,3.18657,350,350,10,0,2672,0,0,1), + (93395,2923,0,0,0,174.651,-2378.92,132.779,3.47211,350,350,5,0,1902,0,0,1), + (93396,2924,0,0,0,95.2935,-2645.96,114.384,1.31236,350,350,10,0,2059,0,0,1), + (93397,2924,0,0,0,89.7413,-2872.87,115.778,4.96116,350,350,10,0,2059,0,0,1), + (93398,2655,0,0,0,415.605,-3445.31,120.154,5.20536,350,350,5,0,2399,0,0,1), + (93399,2655,0,0,0,382.287,-3422.42,118.512,5.4625,350,350,5,0,2399,0,0,1), + (93400,2640,0,0,0,-71.6749,-4029.45,122.409,3.57055,350,350,0,0,1919,1587,0,0), + (93401,2655,0,0,0,421.182,-3412.36,117.451,5.99485,350,350,5,0,2399,0,0,1), + (93402,2656,0,0,0,397.87,-3405.19,122.512,4.79041,350,350,5,0,2488,0,0,1), + (93403,2927,0,0,0,111.821,-2769.23,107.77,4.69676,350,350,5,0,1981,0,0,1), + (93404,2655,0,0,0,402.177,-3385.31,120.083,2.22717,350,350,5,0,2399,0,0,1), + (93405,2924,0,0,0,128.986,-3020.73,131.086,5.14686,350,350,5,0,2059,0,0,1), + (93406,2655,0,0,0,378.736,-3392.86,119.492,0.285082,350,350,5,0,2399,0,0,1), + (93407,2639,0,0,0,-154.448,-3450.14,132.24,3.3268,350,350,10,0,2310,0,0,1), + (93408,4467,0,0,0,-217.602,-3424.61,149.054,5.17333,350,350,0,0,1679,3923,0,0), + (93409,4467,0,0,0,-239.917,-3406.03,152.394,0.001684,350,350,10,0,1679,3923,0,2), + (93410,4467,0,0,0,-213.375,-3386.03,144.193,1.44353,350,350,3,0,1679,3923,0,1), + (93411,2655,0,0,0,442.236,-3360.18,120.171,2.77596,350,350,10,0,2399,0,0,1), + (93412,4467,0,0,0,-148.208,-3483.46,127.82,5.70465,350,350,10,0,1679,3923,0,1), + (93413,4467,0,0,0,-186.247,-3454.91,140.888,1.80481,350,350,5,0,1679,3923,0,1), + (93414,2651,0,0,0,15.9034,-2792.05,123.09,0.295693,350,350,5,0,1981,0,0,1), + (93415,4467,0,0,0,-253.575,-3417.42,163.666,2.95398,350,350,5,0,1679,3923,0,2), + (93416,2656,0,0,0,430.95,-3325.61,121.042,0.871265,350,350,5,0,2488,0,0,1), + (93417,2656,0,0,0,457.404,-3331.26,120.131,1.38743,350,350,5,0,2488,0,0,1), + (93418,2651,0,0,0,-28.882,-2845.15,122.448,2.09265,350,350,5,0,1981,0,0,1), + (93419,4467,0,0,0,-263.072,-3428.76,177.933,4.25047,350,350,5,0,1679,3923,0,2), + (93420,2652,0,0,0,-19.5158,-2820.35,125.036,4.5464,350,350,3,0,2059,0,0,1), + (93421,2651,0,0,0,-11.2229,-2803.14,124.161,5.70995,350,350,3,0,1981,0,0,1), + (93422,2656,0,0,0,482.837,-3327.61,122.13,3.97935,350,350,3,0,2488,0,0,1), + (93423,2656,0,0,0,451.24,-3348.18,119.658,3.46327,350,350,10,0,2488,0,0,1), + (93424,4467,0,0,0,-286.894,-3470.17,190.951,3.18911,350,350,3,0,1679,3923,0,1), + (93425,4467,0,0,0,-278.436,-3444.1,187.479,0.153162,350,350,3,0,1679,3923,0,1), + (93426,2655,0,0,0,371.89,-3358.4,121.066,2.67636,350,350,5,0,2399,0,0,1), + (93427,4467,0,0,0,-303.637,-3452.61,191.688,0.856552,350,350,3,0,1679,3923,0,1), + (93428,7996,0,0,0,-285.042,-3447.88,188.545,4.58799,350,350,0,0,7755,8786,0,0), + (93429,2651,0,0,0,-45.0445,-2838.35,123.411,3.546,350,350,0,0,1981,0,0,0), + (93430,2929,0,0,0,328.814,-3947.7,129.173,3.51719,350,350,5,0,2631,0,0,1), + (93431,2656,0,0,0,437.392,-3377.3,120.64,3.88067,350,350,5,0,2488,0,0,1), + (93432,2651,0,0,0,-27.8324,-2795.07,122.097,6.19898,350,350,0,0,1981,0,0,0), + (93433,2651,0,0,0,-38.5188,-2816.08,122.161,3.3596,350,350,0,0,1981,0,0,0), + (93434,2929,0,0,0,390.781,-3942.29,128.657,0.735838,350,350,5,0,2631,0,0,1), + (93435,4466,0,0,0,-284.727,-3325.95,136.893,4.70607,350,350,10,0,2399,0,0,1), + (93436,4466,0,0,0,-254.155,-3279.33,122.141,1.9888,350,350,10,0,2399,0,0,1), + (93437,2924,0,0,0,115.498,-2928.71,113.197,6.04635,350,350,10,0,2059,0,0,1), + (93438,2929,0,0,0,272.227,-3919.88,130.583,0.465134,350,350,10,0,2631,0,0,1), + (93439,2686,0,0,0,-171.738,-2997.77,120.214,1.07659,350,350,10,0,2138,0,0,1), + (93440,2655,0,0,0,416.847,-3355.08,119.336,0.448789,350,350,5,0,2399,0,0,1), + (93441,2652,0,0,0,-20.8429,-2794.4,122.097,3.35331,350,350,0,0,2059,0,0,0), + (93442,2651,0,0,0,-5.04677,-2833.18,122.161,5.1754,350,350,5,0,1981,0,0,1), + (93443,4466,0,0,0,-325.012,-3383.15,152.982,4.01413,350,350,5,0,2399,0,0,1), + (93444,2686,0,0,0,-193.627,-2954.72,111.563,6.2578,350,350,5,0,2138,0,0,1), + (93445,2652,0,0,0,-32.6918,-2806.73,122.411,6.17651,350,350,0,0,2059,0,0,0), + (93446,2653,0,0,0,-150.562,-2981.3,117.794,0.041772,350,350,0,0,2138,0,0,0), + (93447,2653,0,0,0,-163.277,-2935.03,119.715,1.10598,350,350,0,0,2138,0,0,0), + (93448,2923,0,0,0,206.899,-2297.43,105.468,0.272933,350,350,10,0,1902,0,0,1), + (93449,4466,0,0,0,476.768,-3650.62,121.602,0.947597,350,350,5,0,2399,0,0,1), + (93450,2926,0,0,0,280.81,-3746.21,137.945,2.42809,350,350,10,0,2488,0,0,1), + (93451,4466,0,0,0,447.26,-3584.12,118.498,4.22251,350,350,10,0,2399,0,0,1), + (93452,2653,0,0,0,-224.933,-2948.18,99.6736,4.64489,350,350,0,0,2138,0,0,0), + (93453,8636,0,0,0,-287.602,-3453.63,190.13,4.96782,350,350,0,0,7755,8786,0,0), + (93454,2923,0,0,0,178.293,-2346.44,121.211,6.21568,350,350,5,0,1902,0,0,1), + (93455,4466,0,0,0,436.393,-3619.72,119.611,4.1941,350,350,5,0,2399,0,0,1), + (93456,2928,0,0,0,18.4082,-3251.26,118.782,5.21189,350,350,10,0,2138,0,0,1), + (93457,4466,0,0,0,446.829,-3647.26,122.964,1.82868,350,350,5,0,2399,0,0,1), + (93458,2653,0,0,0,-336.265,-2805.79,81.2646,5.1227,350,350,5,0,2138,0,0,1), + (93459,2651,0,0,0,-70.4262,-2789.35,123.932,4.54555,350,350,5,0,1981,0,0,1), + (93460,2928,0,0,0,92.3121,-3293.77,119.554,4.88806,350,350,10,0,2138,0,0,1), + (93461,2928,0,0,0,-17.134,-3536.18,119.279,4.55366,350,350,10,0,2138,0,0,1), + (93462,2928,0,0,0,-13.3278,-2999.14,130.035,0.903072,350,350,10,0,2138,0,0,1), + (93463,2652,0,0,0,-67.53,-2829.68,124.469,1.5234,350,350,5,0,2059,0,0,1), + (93464,2924,0,0,0,76.2674,-2713.64,114.159,2.77414,350,350,10,0,2059,0,0,1), + (93465,2928,0,0,0,143.96,-3334.23,116.902,4.80324,350,350,5,0,2138,0,0,1), + (93466,2652,0,0,0,-113.231,-2743.13,129.249,4.07397,350,350,5,0,2059,0,0,1), + (93467,2927,0,0,0,42.8246,-2898.57,115.063,3.23823,350,350,10,0,1981,0,0,1), + (93468,2924,0,0,0,-164.41,-2835.62,117.658,0.136795,350,350,10,0,2059,0,0,1), + (93469,2928,0,0,0,-163.286,-3570.57,120.111,4.05263,350,350,3,0,2138,0,0,1), + (93470,2928,0,0,0,3.97839,-3354.39,119.054,6.13546,350,350,10,0,2138,0,0,1), + (93471,2928,0,0,0,-60.0974,-2965.99,119.258,5.12883,350,350,10,0,2138,0,0,1), + (93472,2924,0,0,0,47.8665,-2811.85,117.198,0.089083,350,350,10,0,2059,0,0,1), + (93473,2927,0,0,0,-288.528,-2573.99,120.182,1.45734,350,350,10,0,1981,0,0,1), + (93474,2925,0,0,0,-48.7088,-3415.6,118.796,2.36724,350,350,10,0,2310,0,0,1), + (93475,2928,0,0,0,-69.1481,-3479.73,118.627,3.24923,350,350,10,0,2138,0,0,1), + (93476,2928,0,0,0,382.51,-3552.44,119.659,1.34588,350,350,10,0,2138,0,0,1), + (93477,2651,0,0,0,-106.18,-2723.37,135.857,5.1069,350,350,5,0,1981,0,0,1), + (93478,2651,0,0,0,-81.4726,-2718.43,141.549,5.4895,350,350,5,0,1981,0,0,1), + (93479,2651,0,0,0,-75.3673,-2748.45,151.131,0.90254,350,350,5,0,1981,0,0,1), + (93480,2924,0,0,0,-41.9601,-2899.64,120.534,1.85608,350,350,10,0,2059,0,0,1), + (93481,2924,0,0,0,-90.2747,-2797.96,123.648,6.2187,350,350,3,0,2059,0,0,1), + (93482,2651,0,0,0,-23.1278,-2713.82,153.658,3.12206,350,350,5,0,1981,0,0,1), + (93483,2652,0,0,0,-45.4033,-2717.97,155.601,0.006681,350,350,5,0,2059,0,0,1), + (93484,2650,0,0,0,10.1984,-2521.51,121.661,3.88024,350,350,10,0,1902,0,0,1), + (93485,2924,0,0,0,48.2234,-2600.8,111.969,4.61118,350,350,10,0,2059,0,0,1), + (93486,2649,0,0,0,13.5397,-2486.89,124.015,3.77443,350,350,10,0,1829,0,0,1), + (93487,2651,0,0,0,15.3371,-2681.5,130.645,1.25895,350,350,5,0,1981,0,0,1), + (93488,2924,0,0,0,-23.4599,-2609.89,119.588,3.8119,350,350,10,0,2059,0,0,1), + (93489,2651,0,0,0,10.6359,-2751.95,151.053,4.76217,350,350,5,0,1981,0,0,1), + (93490,2927,0,0,0,-63.5175,-2606.23,119.579,5.70656,350,350,10,0,1981,0,0,1), + (93491,2651,0,0,0,-13.9668,-2752.59,145.515,0.013088,350,350,5,0,1981,0,0,1), + (93492,2652,0,0,0,13.1248,-2725.77,151.39,5.05015,350,350,5,0,2059,0,0,1), + (93493,2927,0,0,0,73.2341,-2586.76,110.94,4.89219,350,350,10,0,1981,0,0,1), + (93494,2927,0,0,0,-45.648,-2876.26,121.89,0.804673,350,350,10,0,1981,0,0,1), + (93495,2927,0,0,0,-107.23,-2595.14,120.614,1.42586,350,350,5,0,1981,0,0,1), + (93496,2639,0,0,0,-121.082,-3376.69,125.209,5.20771,350,350,10,0,2310,0,0,1), + (93497,2649,0,0,0,49.3675,-2419.95,124.272,5.9979,350,350,10,0,1829,0,0,1), + (93498,2691,0,0,0,147.053,-2714.6,114.923,0.104724,350,350,10,0,2092,0,0,1), + (93499,2927,0,0,0,-160.674,-2619.33,120.013,0.24497,350,350,10,0,1981,0,0,1), + (93500,2649,0,0,0,46.6611,-2510.11,124.38,2.9428,350,350,5,0,1829,0,0,1), + (93501,2649,0,0,0,50.8771,-2454.9,122.935,4.33561,350,350,10,0,1829,0,0,1), + (93502,2693,0,0,0,222.989,-2721.53,120.671,0.114718,350,350,5,0,2415,0,0,1), + (93503,2649,0,0,0,27.2924,-2555.64,118.067,2.45167,350,350,10,0,1829,0,0,1), + (93504,2650,0,0,0,45.5611,-2481.74,124.884,4.60699,350,350,10,0,1902,0,0,1), + (93505,2929,0,0,0,212.597,-3646.83,131.96,4.88327,350,350,10,0,2631,0,0,1), + (93506,2693,0,0,0,194.217,-2702.47,115.096,3.37648,350,350,5,0,2415,0,0,1), + (93507,2693,0,0,0,222.528,-2700.61,117.421,0.42528,350,350,5,0,2415,0,0,1), + (93508,2692,0,0,0,181.936,-2717.07,115.346,6.21694,350,350,10,0,2252,0,0,1), + (93509,2649,0,0,0,-20.951,-2544.37,117.501,2.30643,350,350,10,0,1829,0,0,1), + (93510,2693,0,0,0,279.318,-2665.74,119.329,5.15441,350,350,5,0,2415,0,0,1), + (93511,2923,0,0,0,13.7449,-2349.84,122.794,4.02632,350,350,10,0,1902,0,0,1), + (93512,2693,0,0,0,273.068,-2677.86,119.689,2.0919,350,350,5,0,2415,0,0,1), + (93513,2923,0,0,0,245.398,-2307.23,112.645,5.18886,350,350,10,0,1902,0,0,1), + (93514,2650,0,0,0,-46.7419,-2549.25,118.158,1.18224,350,350,10,0,1902,0,0,1), + (93515,2649,0,0,0,-81.1611,-2542.76,118.416,0.612817,350,350,10,0,1829,0,0,1), + (93516,2923,0,0,0,43.5905,-2382.1,124.973,0.450548,350,350,10,0,1902,0,0,1), + (93517,2650,0,0,0,-78.1976,-2518.87,118.415,4.60336,350,350,5,0,1902,0,0,1), + (93518,2923,0,0,0,-2.10629,-2355.13,123.64,3.31187,350,350,10,0,1902,0,0,1), + (93519,2694,0,0,0,300.587,-2670.91,115.037,0.640996,350,350,3,0,2038,1587,0,1), + (93520,2694,0,0,0,286.511,-2682.07,118.689,1.90289,350,350,5,0,2038,1587,0,1), + (93521,2694,0,0,0,224.68,-2753.92,123.361,5.51074,350,350,0,0,2038,1587,0,0), + (93522,2694,0,0,0,215.499,-2739.63,123.37,4.82082,350,350,0,0,2038,1587,0,0), + (93523,2649,0,0,0,-49.0778,-2521.24,121.755,1.4122,350,350,5,0,1829,0,0,1), + (93524,2923,0,0,0,55.6141,-2413.36,124.563,0.655219,350,350,10,0,1902,0,0,1), + (93525,2925,0,0,0,-111.714,-3424,125.279,3.13573,350,350,10,0,2310,0,0,1), + (93526,2649,0,0,0,-42.9739,-2501.81,121.505,2.25048,350,350,0,0,1829,0,0,0), + (93527,2694,0,0,0,244.638,-2760.87,122.572,3.80507,350,350,10,0,2038,1587,0,1), + (93528,2693,0,0,0,248.612,-2788.87,123.357,1.55802,350,350,0,0,2415,0,0,0), + (93529,2693,0,0,0,237.986,-2771.67,123.301,5.67532,350,350,0,0,2415,0,0,0), + (93530,2923,0,0,0,230.515,-2252.23,103.242,0.588039,350,350,5,0,1902,0,0,1), + (93531,2693,0,0,0,226.252,-2778.97,123.355,4.69321,350,350,0,0,2415,0,0,0), + (93532,2694,0,0,0,258.367,-2799.82,123.37,2.30145,350,350,0,0,2038,1587,0,0), + (93533,2692,0,0,0,211.269,-2787.34,122.442,1.3367,350,350,0,0,2252,0,0,0), + (93534,2925,0,0,0,-59.6082,-3377.9,119.954,4.85346,350,350,10,0,2310,0,0,1), + (93535,2924,0,0,0,-155.877,-2685.72,120.943,4.21175,350,350,10,0,2059,0,0,1), + (93536,2927,0,0,0,-225.534,-2649.67,121.35,4.61954,350,350,10,0,1981,0,0,1), + (93537,2923,0,0,0,145.477,-2332.67,112.812,0.62434,350,350,5,0,1902,0,0,1), + (93538,2923,0,0,0,72.7992,-2318.33,114.02,1.22436,350,350,10,0,1902,0,0,1), + (93539,2923,0,0,0,196.417,-2236.27,99.5926,3.34627,350,350,10,0,1902,0,0,1), + (93540,2923,0,0,0,123.339,-2327.84,111.024,1.55322,350,350,10,0,1902,0,0,1), + (93541,2923,0,0,0,118.1,-2275.74,103.871,6.20297,350,350,10,0,1902,0,0,1), + (93542,4466,0,0,0,256.04,-4343.34,117.849,1.07437,350,350,5,0,2399,0,0,1), + (93543,2925,0,0,0,239.418,-3374.82,117.444,1.81043,350,350,10,0,2310,0,0,1), + (93544,4466,0,0,0,219.883,-4353.14,120.054,4.15984,350,350,5,0,2399,0,0,1), + (93545,4469,0,0,0,-226.403,-4077.76,152.658,1.08697,350,350,3,0,4605,1587,0,1), + (93546,2927,0,0,0,99.9032,-2549.84,112.612,2.58879,350,350,5,0,1981,0,0,1), + (93547,2505,0,0,0,-55.3526,-4623.72,10.357,4.93275,350,350,10,0,2672,0,0,1), + (93548,2505,0,0,0,-90.0739,-4585.37,10.9502,1.5344,350,350,10,0,2672,0,0,1), + (93549,2643,0,0,0,-242.084,-4010.54,174.834,1.8813,350,350,5,0,5970,0,0,1), + (93550,2658,0,0,0,138.441,-3310.63,115.738,1.23146,350,350,0,0,2059,0,0,0), + (93551,2505,0,0,0,-83.5953,-4643.64,10.127,0.470641,350,350,10,0,2672,0,0,1), + (93552,2642,0,0,0,-381.004,-4107.44,174.03,5.75158,350,350,5,0,4179,4031,0,1), + (93553,2643,0,0,0,-376.684,-4198.7,174.69,4.22281,350,350,0,0,5970,0,0,0), + (93554,2642,0,0,0,-411.32,-4194.07,174.17,4.83667,350,350,0,0,4179,4031,0,0), + (93555,2643,0,0,0,-396.637,-4200.68,174.077,0.90094,350,350,0,0,5970,0,0,0), + (93556,2645,0,0,0,-444.145,-4137.79,195.165,2.03868,350,350,5,0,4950,1695,0,1), + (93557,2644,0,0,0,-230.129,-3852.62,238.264,2.1189,350,350,5,0,6186,0,0,2), + (93558,2648,0,0,0,-648.565,-3819.18,228.799,4.64332,350,350,3,0,6645,0,0,1), + (93559,2648,0,0,0,-577.491,-3802.91,235.025,1.55953,350,350,3,0,6645,0,0,1), + (93560,2648,0,0,0,-667.672,-3802.88,222.918,0.053385,350,350,3,0,6645,0,0,1), + (93561,2648,0,0,0,-604.991,-3792.57,238.454,0.074444,350,350,5,0,6645,0,0,1), + (93562,2681,0,0,0,-189.257,-3830.27,238.464,2.11703,350,350,3,0,6645,0,0,1), + (93563,2681,0,0,0,-199.02,-3837.25,238.447,2.0496,350,350,3,0,6645,0,0,1), + (93564,2681,0,0,0,-482.968,-3824.6,238.19,4.34796,350,350,10,0,6645,0,0,1), + (93565,2648,0,0,0,-688.91,-3672.63,233.244,5.23982,350,350,3,0,6645,0,0,1), + (93566,2648,0,0,0,-625.372,-3795.01,236.637,2.50559,350,350,5,0,6645,0,0,1), + (93567,2648,0,0,0,-681.823,-3736.61,218.922,0.010654,350,350,3,0,6645,0,0,1), + (93568,2648,0,0,0,-704.912,-3779.25,226.488,0.07495,350,350,3,0,6645,0,0,1), + (93569,2648,0,0,0,-712.379,-3744.74,235.906,5.78367,350,350,3,0,6645,0,0,1), + (93570,2648,0,0,0,-675.272,-3764.68,220.944,1.6932,350,350,3,0,6645,0,0,1), + (93571,2648,0,0,0,-596.054,-3887.12,243.376,4.77851,350,350,0,0,6645,0,0,0), + (93572,2646,0,0,0,-673.006,-4005.67,238.396,5.67532,350,350,0,0,6414,0,0,0), + (93573,2647,0,0,0,-654.835,-4012.22,238.396,3.37651,350,350,0,0,6327,1750,0,0), + (93574,2648,0,0,0,-692.683,-3780.56,227.506,4.74745,350,350,3,0,6645,0,0,1), + (93575,2648,0,0,0,-500.325,-3806.08,242.771,0.496977,350,350,0,0,6645,0,0,0), + (93576,2648,0,0,0,-708.797,-3720.29,238.213,0.278396,350,350,5,0,6645,0,0,1), + (93577,2646,0,0,0,-691.053,-4021.59,238.271,1.05845,350,350,0,0,6414,0,0,0), + (93578,2681,0,0,0,-581.705,-3914.32,238.339,4.91442,350,350,5,0,6645,0,0,1), + (93579,2645,0,0,0,-518.021,-4138.04,216.217,2.75033,350,350,5,0,4950,1695,0,2), + (93580,2648,0,0,0,-737.782,-3778.65,230.627,1.30573,350,350,3,0,6645,0,0,1), + (93581,2648,0,0,0,-631.904,-4073.4,238.648,5.07802,350,350,3,0,6645,0,0,1), + (93582,10802,0,0,0,-757.128,-3781.86,230.867,3.41122,350,350,5,0,8020,9012,0,2), + (93583,2648,0,0,0,-754.787,-3782.8,230.867,2.9789,350,350,5,0,6645,0,0,2), + (93584,2648,0,0,0,-755.357,-3781.35,230.867,2.52651,350,350,5,0,6645,0,0,2), + (93585,2646,0,0,0,-642.064,-4021.31,238.396,5.42997,350,350,3,0,6414,0,0,1), + (93586,2648,0,0,0,-625.835,-3952.28,238.88,2.48545,350,350,0,0,6645,0,0,0), + (93588,2648,0,0,0,-629.269,-3938.59,238.13,4.63333,350,350,0,0,6645,0,0,0), + (93589,2646,0,0,0,-668.263,-4043.78,238.851,5.75383,350,350,5,0,6414,0,0,1), + (93590,2644,0,0,0,-594.604,-4148.2,238.476,4.00404,350,350,3,0,6186,0,0,1), + (93591,2924,0,0,0,-113.498,-2649.46,120.621,2.87671,350,350,10,0,2059,0,0,1), + (93592,2926,0,0,0,50.2581,-4480.91,141.686,1.13576,350,350,5,0,2488,0,0,1), + (93593,4468,0,0,0,-474.75,-3979.63,206.053,4.86057,350,350,10,0,5970,0,0,1), + (93594,4468,0,0,0,-499.031,-4003.55,216.271,1.96231,350,350,10,0,5970,0,0,1), + (93595,4468,0,0,0,-454.452,-3958.26,205.369,6.21004,350,350,3,0,5970,0,0,1), + (93596,2926,0,0,0,126.33,-4579.81,119.263,1.91106,350,350,5,0,2488,0,0,1), + (93597,2926,0,0,0,-17.9534,-4380.72,142.268,0.394641,350,350,5,0,2488,0,0,1), + (93598,2644,0,0,0,-551.292,-4040.74,218.611,4.83086,350,350,3,0,6186,0,0,1), + (93599,2646,0,0,0,-393.26,-3946.9,215.951,1.61966,350,350,3,0,6414,0,0,1), + (93600,4465,0,0,0,-180.017,-4150.36,118.239,3.31982,350,350,10,0,5544,0,0,1), + (93601,2640,0,0,0,-226.186,-4181.79,120.798,5.02028,350,350,0,0,1919,1587,0,0), + (93602,4465,0,0,0,-248.196,-4176.2,122.235,0.2902,350,350,3,0,5544,0,0,1), + (93603,4465,0,0,0,-240.423,-4185.19,121.86,2.7306,350,350,0,0,5544,0,0,0), + (93604,2505,0,0,0,-17.0068,-4794,-3.96567,4.42144,350,350,10,0,2672,0,0,1), + (93605,8210,0,0,0,303.136,-3002,115.324,6.11451,43200,43200,10,0,2138,0,0,2), + (93606,2505,0,0,0,-252.931,-4554.48,12.678,0.691901,350,350,10,0,2672,0,0,1), + (93607,2505,0,0,0,-50.0403,-4816.81,-4.68518,4.77948,350,350,10,0,2672,0,0,1), + (93608,2505,0,0,0,-121.381,-4619.14,11.1672,1.42752,350,350,10,0,2672,0,0,1), + (93609,2505,0,0,0,-85.2066,-4711.84,-4.41027,2.47661,350,350,10,0,2672,0,0,1), + (93611,2505,0,0,0,-118.053,-4551.34,10.7356,1.27911,350,350,10,0,2672,0,0,1), + (93612,2659,0,0,0,133.356,-4032.63,127.874,3.52646,350,350,0,0,2399,0,0,0), + (93613,2926,0,0,0,-61.296,-4331.49,123.538,0.587931,350,350,5,0,2488,0,0,1), + (93614,2926,0,0,0,35.3008,-3932.88,142.178,3.53305,350,350,5,0,2488,0,0,1), + (93615,2659,0,0,0,200.395,-3662.88,133.817,3.43305,350,350,5,0,2399,0,0,2), + (93616,2505,0,0,0,-180.779,-4551.25,13.1604,5.96381,350,350,10,0,2672,0,0,1), + (93617,4465,0,0,0,-290.162,-4190.17,136.197,3.54817,350,350,5,0,5544,0,0,2), + (93618,2929,0,0,0,86.8647,-3902.08,139.138,5.93049,350,350,10,0,2631,0,0,1), + (93619,4465,0,0,0,-213.438,-4132.92,117.895,5.85674,350,350,5,0,5544,0,0,2), + (93620,2505,0,0,0,-20.7911,-4653.66,12.0987,4.70123,350,350,10,0,2672,0,0,1), + (93621,2929,0,0,0,418.075,-3984.33,126.782,5.07891,350,350,0,0,2631,0,0,0), + (93622,2929,0,0,0,140.457,-3726.17,128.693,4.38776,350,350,10,0,2631,0,0,1), + (93623,2929,0,0,0,276.8,-3585.14,123.115,0.533696,350,350,10,0,2631,0,0,1), + (93624,4465,0,0,0,-277.436,-4211.53,136.472,2.26133,350,350,5,0,5544,0,0,1), + (93625,2926,0,0,0,206.152,-3585.18,126.379,1.64308,350,350,5,0,2488,0,0,1), + (93626,2929,0,0,0,187.794,-3610.15,127.871,1.73177,350,350,10,0,2631,0,0,1), + (93627,2680,0,0,0,-346.365,-4192.34,152.134,-1.69035,350,350,0,0,2399,0,0,0), + (93628,4466,0,0,0,335.612,-4148.2,118.894,6.20363,350,350,5,0,2399,0,0,2), + (93629,2680,0,0,0,-336.652,-4108.69,152.331,-1.56424,350,350,5,0,2399,0,0,2), + (93630,2926,0,0,0,-54.4927,-4346.08,127.858,5.23342,350,350,5,0,2488,0,0,1), + (93631,4466,0,0,0,363.442,-4117.3,121.788,0.858445,350,350,10,0,2399,0,0,1), + (93632,4466,0,0,0,324.393,-4153.05,119.588,1.85081,350,350,5,0,2399,0,0,1), + (93633,4467,0,0,0,460.087,-3618.24,119.026,5.70723,350,350,0,0,1679,3923,0,0), + (93634,2641,0,0,0,-265.495,-4089.95,152.296,2.74346,350,350,3,0,5757,0,0,1), + (93635,2680,0,0,0,-207.749,-4021.17,177.682,3.05556,350,350,5,0,2399,0,0,1), + (93636,2643,0,0,0,-242.897,-4052.04,174.375,3.07242,350,350,5,0,5970,0,0,1), + (93637,4467,0,0,0,470.916,-3629.79,118.974,4.88692,350,350,0,0,1679,3923,0,0), + (93638,2642,0,0,0,-220.518,-4049.34,174.377,1.94176,350,350,0,0,4179,4031,0,0), + (93640,2642,0,0,0,-221.851,-4018.92,174.259,5.61859,350,350,0,0,4179,4031,0,0), + (93641,2643,0,0,0,-329.197,-4021.88,174.167,0.24497,350,350,5,0,5970,0,0,2), + (93642,2642,0,0,0,-363.431,-4076.18,174.133,0.042252,350,350,3,0,4179,4031,0,1), + (93643,2643,0,0,0,-344.363,-4039.04,174.134,4.63955,350,350,5,0,5970,0,0,1), + (93644,2643,0,0,0,-343.842,-4060.47,174.259,4.61306,350,350,3,0,5970,0,0,1), + (93645,2643,0,0,0,-326.699,-4049.57,174.341,3.86961,350,350,5,0,5970,0,0,1), + (93647,2680,0,0,0,-301.702,-4021.13,174.636,1.37065,350,350,5,0,2399,0,0,1), + (93648,2642,0,0,0,-364.938,-4027.4,174.198,0.311877,350,350,0,0,4179,4031,0,0), + (93649,2643,0,0,0,-399.746,-4061.63,174.319,2.28038,350,350,0,0,5970,0,0,0), + (93650,2643,0,0,0,-372.741,-4047.48,174.194,2.44525,350,350,0,0,5970,0,0,0), + (93651,2643,0,0,0,-419.553,-4118.54,174.266,5.13498,350,350,0,0,5970,0,0,0), + (93653,2926,0,0,0,209.202,-3863.8,138.904,2.36314,350,350,5,0,2488,0,0,1), + (93654,2643,0,0,0,-404.974,-4136.85,174.149,3.14615,350,350,10,0,5970,0,0,1), + (93655,4466,0,0,0,199.593,-4266.42,119.895,2.76974,350,350,10,0,2399,0,0,1), + (93656,2642,0,0,0,-385.764,-4047.24,174.194,6.15161,350,350,0,0,4179,4031,0,0), + (93657,4466,0,0,0,204.367,-4260.86,120.776,2.45309,350,350,10,0,2399,0,0,1), + (93658,2929,0,0,0,-17.6523,-4099.59,119.245,1.46316,350,350,10,0,2631,0,0,1), + (93659,2642,0,0,0,-417.309,-4088.01,174.543,2.83736,350,350,0,0,4179,4031,0,0), + (93660,4467,0,0,0,219.947,-4308.61,117.883,0.296706,350,350,0,0,1679,3923,0,0), + (93661,4467,0,0,0,227.279,-4320.21,117.748,2.00713,350,350,0,0,1679,3923,0,0), + (93662,2648,0,0,0,-610.472,-3747.99,231.064,2.23603,350,350,3,0,6645,0,0,1), + (93663,4466,0,0,0,247.858,-4287.32,118.768,0.21655,350,350,5,0,2399,0,0,1), + (93664,2645,0,0,0,-442.692,-4075.83,195.146,4.4244,350,350,5,0,4950,1695,0,1), + (93665,2644,0,0,0,-434.617,-4055.02,195.158,4.81195,350,350,5,0,6186,0,0,1), + (93666,2644,0,0,0,-446.285,-4117.1,195.305,0.328574,350,350,0,0,6186,0,0,0), + (93667,2644,0,0,0,-474.04,-4092.56,195.19,4.83087,350,350,5,0,6186,0,0,1), + (93668,4467,0,0,0,330.197,-4122.34,119.571,2.19912,350,350,0,0,1679,3923,0,0), + (93669,4466,0,0,0,316.866,-4088.75,119.212,4.69163,350,350,5,0,2399,0,0,1), + (93670,2680,0,0,0,-390.475,-4143.92,174.043,1.04841,350,350,10,0,2399,0,0,1), + (93671,4467,0,0,0,317.747,-4124.55,119.542,4.62512,350,350,0,0,1679,3923,0,0), + (93672,2645,0,0,0,-407.505,-4007.42,195.147,1.49095,350,350,0,0,4950,1695,0,0), + (93673,2645,0,0,0,-472.205,-4115.56,195.19,5.35575,350,350,5,0,4950,1695,0,1), + (93674,2645,0,0,0,-479.949,-4078.13,195.19,0.702456,350,350,5,0,4950,1695,0,1), + (93675,2645,0,0,0,-424.381,-4026.18,195.272,2.81211,350,350,0,0,4950,1695,0,0), + (93676,2926,0,0,0,214.313,-4522.59,120.717,5.17429,350,350,5,0,2488,0,0,1), + (93677,2644,0,0,0,-410.455,-4021.67,195.272,6.03342,350,350,5,0,6186,0,0,2), + (93678,2644,0,0,0,-465.457,-4205.04,195.149,3.97708,350,350,0,0,6186,0,0,0), + (93679,2645,0,0,0,-385.498,-3980.42,195.141,5.68273,350,350,0,0,4950,1695,0,0), + (93680,2926,0,0,0,218.037,-4176.66,119.679,2.76215,350,350,5,0,2488,0,0,1), + (93681,2505,0,0,0,-206.878,-4598.11,8.06654,5.17968,350,350,10,0,2672,0,0,1), + (93682,2505,0,0,0,-327.085,-4477.49,11.252,2.57295,350,350,10,0,2672,0,0,1), + (93683,7977,0,0,0,-27.8003,-4670.38,10.3255,0.687028,350,350,5,0,6702,0,0,2), + (93684,2505,0,0,0,-355.079,-4452.56,11.6532,3.366,350,350,10,0,2672,0,0,1), + (93685,2505,0,0,0,-319.379,-4551.75,12.2517,3.61038,350,350,10,0,2672,0,0,1), + (93686,2926,0,0,0,-151.502,-4348.89,132.655,2.91171,350,350,5,0,2488,0,0,1), + (93687,2505,0,0,0,-286.143,-4448.27,14.0909,1.90166,350,350,10,0,2672,0,0,1), + (93688,2926,0,0,0,80.3878,-3913.68,141.264,2.01085,350,350,5,0,2488,0,0,1), + (93689,2647,0,0,0,-368.026,-3884.09,216.111,1.49024,350,350,0,0,6327,1750,0,0), + (93690,2929,0,0,0,284.373,-3734.43,135.766,4.71044,350,350,10,0,2631,0,0,1), + (93691,2926,0,0,0,-80.2793,-4219.33,118.082,5.68814,350,350,5,0,2488,0,0,1), + (93692,2648,0,0,0,-565.001,-3833.32,234.78,5.05924,350,350,0,0,6645,0,0,0), + (93693,2646,0,0,0,-296.055,-3913.94,215.986,5.72657,350,350,0,0,6414,0,0,0), + (93694,2647,0,0,0,-436.363,-3882.18,216.611,2.96144,350,350,0,0,6327,1750,0,0), + (93696,7995,0,0,0,-542.119,-3864.6,230.69,5.01911,350,350,5,0,8020,9012,0,2), + (93697,2645,0,0,0,-410.078,-3886.97,216.142,6.0873,350,350,5,0,4950,1695,0,1), + (93698,2646,0,0,0,-432.063,-3901.35,216.07,6.21337,350,350,3,0,6414,0,0,1), + (93699,2644,0,0,0,-243.44,-3793.04,237.925,5.15016,350,350,5,0,6186,0,0,2), + (93700,2647,0,0,0,-268.176,-3906.1,215.986,5.99916,350,350,0,0,6327,1750,0,0), + (93701,2648,0,0,0,-298.188,-3771.96,238.889,4.52171,350,350,0,0,6645,0,0,0), + (93702,2648,0,0,0,-278.797,-3775.13,239.713,4.38078,350,350,0,0,6645,0,0,0), + (93703,2646,0,0,0,-273.754,-3915.61,215.986,4.2206,350,350,0,0,6414,0,0,0), + (93704,2646,0,0,0,-284.375,-3903.13,215.986,4.29931,350,350,0,0,6414,0,0,0), + (93705,2505,0,0,0,105.877,-4712.27,11.2235,2.80914,350,350,10,0,2672,0,0,1), + (93706,2645,0,0,0,-364,-3850.23,238.468,4.98992,350,350,5,0,4950,1695,0,1), + (93707,2926,0,0,0,19.921,-4261.37,121.631,2.30607,350,350,5,0,2488,0,0,1), + (93708,2648,0,0,0,-560.278,-3871.58,232.816,0,350,350,0,0,6645,0,0,0), + (93709,2681,0,0,0,-518.504,-3887.84,227.615,4.28219,350,350,5,0,6645,0,0,1), + (93710,2681,0,0,0,-472.285,-3843.13,237.964,1.29946,350,350,5,0,6645,0,0,1), + (93711,2505,0,0,0,64.9501,-4718.96,7.48582,0.468629,350,350,10,0,2672,0,0,1), + (93712,2681,0,0,0,-483.886,-3884.42,230.805,6.18919,350,350,3,0,6645,0,0,1), + (93713,4466,0,0,0,223.068,-4344.02,118.179,1.35557,350,350,5,0,2399,0,0,2), + (93714,2647,0,0,0,-373.746,-3807.25,238.383,5.28482,350,350,0,0,6327,1750,0,0), + (93715,4466,0,0,0,264.906,-4331.19,118.349,3.20023,350,350,0,0,2399,0,0,0), + (93716,2647,0,0,0,-402.071,-3807.22,238.448,0.991578,350,350,0,0,6327,1750,0,0), + (93717,2644,0,0,0,-276.938,-3934.69,215.958,6.07759,350,350,5,0,6186,0,0,1), + (93718,2647,0,0,0,-189.259,-3913.75,215.948,0.389048,350,350,0,0,6327,1750,0,0), + (93719,2646,0,0,0,-401.671,-3818.51,238.323,1.8592,350,350,0,0,6414,0,0,0), + (93720,2645,0,0,0,-205.298,-3884.48,215.986,0.203745,350,350,5,0,4950,1695,0,1), + (93721,2647,0,0,0,-217.34,-3915.24,215.948,3.88179,350,350,0,0,6327,1750,0,0), + (93722,2646,0,0,0,-190.68,-3903.34,216.073,3.78305,350,350,0,0,6414,0,0,0), + (93723,2926,0,0,0,-16.8767,-4146.16,118.858,1.81151,350,350,5,0,2488,0,0,1), + (93724,2645,0,0,0,-335.068,-3967.38,195.314,1.21508,350,350,5,0,4950,1695,0,1), + (93725,4467,0,0,0,220.818,-4293.25,117.721,2.93309,350,350,5,0,1679,3923,0,1), + (93726,2645,0,0,0,-369.422,-3976.23,195.141,2.81749,350,350,0,0,4950,1695,0,0), + (93727,2645,0,0,0,-226.441,-3983.62,195.433,0.030771,350,350,0,0,4950,1695,0,0), + (93728,2505,0,0,0,-151.401,-4579.6,12.6319,2.01584,350,350,10,0,2672,0,0,1), + (93729,2644,0,0,0,-238.317,-3964.55,195.94,5.89375,350,350,3,0,6186,0,0,1), + (93730,2644,0,0,0,-350.866,-3990.01,195.189,5.33457,350,350,5,0,6186,0,0,1), + (93731,2644,0,0,0,-309.184,-3965.62,195.44,2.10925,350,350,0,0,6186,0,0,0), + (93732,2645,0,0,0,-286.345,-3963.37,195.716,1.86794,350,350,0,0,4950,1695,0,0), + (93733,2645,0,0,0,-296.221,-3988.55,195.249,1.52887,350,350,0,0,4950,1695,0,0), + (93735,4469,0,0,0,-228.1,-4080.71,152.011,4.50295,350,350,0,0,4605,1587,0,0), + (93736,4469,0,0,0,-243.772,-4090.31,152.046,3.05975,350,350,3,0,4605,1587,0,1), + (93737,4469,0,0,0,-202.107,-4078.22,152.122,5.23599,350,350,3,0,4605,1587,0,1), + (93738,4465,0,0,0,-185.66,-4215.61,120.864,1.68015,350,350,5,0,5544,0,0,1), + (93739,4469,0,0,0,-213.572,-4089.46,152.283,5.71056,350,350,3,0,4605,1587,0,1), + (93740,4465,0,0,0,-213.06,-4147.29,118.484,0.718521,350,350,5,0,5544,0,0,2), + (93741,4465,0,0,0,-179.977,-4146.7,117.533,1.16923,350,350,5,0,5544,0,0,2), + (93742,4465,0,0,0,-299.737,-4196.69,136.656,1.74982,350,350,5,0,5544,0,0,1), + (93743,4465,0,0,0,-179.27,-4180.59,119.856,2.24428,350,350,10,0,5544,0,0,1), + (93744,4465,0,0,0,-273.436,-4122.12,137.21,0.066614,350,350,5,0,5544,0,0,2), + (93745,4465,0,0,0,-310.425,-4135.22,136.812,6.03809,350,350,5,0,5544,0,0,1), + (93746,2640,0,0,0,-236.375,-4167.37,121.637,3.76991,350,350,0,0,1919,1587,0,0), + (93747,2641,0,0,0,-358.029,-4117,154.02,3.31985,350,350,3,0,5757,0,0,1), + (93748,4465,0,0,0,-301.665,-4216.17,136.469,4.49501,350,350,5,0,5544,0,0,1), + (93749,2641,0,0,0,-350.812,-4181.92,152.113,4.39193,350,350,5,0,5757,0,0,2), + (93750,4465,0,0,0,-261.606,-4142.46,130.301,6.16636,350,350,5,0,5544,0,0,2), + (93751,2680,0,0,0,-336.997,-4083.11,153.518,2.07694,350,350,3,0,2399,0,0,1), + (93752,2680,0,0,0,-296.461,-4202.47,136.659,0.701451,350,350,5,0,2399,0,0,1), + (93753,2640,0,0,0,-297.1,-4167.92,136.447,3.55098,350,350,5,0,1919,1587,0,1), + (93754,2641,0,0,0,-346.44,-4221.49,152.19,1.32696,350,350,3,0,5757,0,0,1), + (93755,2641,0,0,0,-347.476,-4141.22,152.376,3.51878,350,350,3,0,5757,0,0,1), + (93756,2640,0,0,0,-336.481,-4213.14,152.19,6.11811,350,350,3,0,1919,1587,0,1), + (93757,2640,0,0,0,-293.462,-4110.76,137.6,0.718501,350,350,5,0,1919,1587,0,1), + (93758,2640,0,0,0,-313.939,-4229.26,137.062,4.21547,350,350,3,0,1919,1587,0,1), + (93759,2680,0,0,0,-344.74,-4207.41,152.093,3.40339,350,350,10,0,2399,0,0,1), + (93760,2641,0,0,0,-352.7,-4205.66,152.093,5.8294,350,350,3,0,5757,0,0,1), + (93761,2643,0,0,0,-266.849,-4051.89,174.349,4.10152,350,350,0,0,5970,0,0,0), + (93762,15250,531,0,0,-9072.41,1389.85,-107.052,4.86,28800,28800,0,0,100600,2486,0,0), + (93763,15250,531,0,0,-9084.55,1388.07,-106.666,4.86,28800,28800,0,0,100600,2486,0,0), + (93764,15250,531,0,0,-9077.59,1382.89,-106.909,4.86,28800,28800,0,0,100600,2486,0,0), + (93765,15250,531,0,0,-9079.37,1395.03,-107.229,4.86,28800,28800,0,0,100600,2486,0,0), + (93766,15246,531,0,0,-9072.41,1389.85,-107.052,4.86,28800,28800,0,0,125760,0,0,0), + (93767,15246,531,0,0,-9084.55,1388.07,-106.666,4.86,28800,28800,0,0,125760,0,0,0), + (93768,15246,531,0,0,-9077.59,1382.89,-106.909,4.86,28800,28800,0,0,125760,0,0,0), + (93769,15246,531,0,0,-9079.37,1395.03,-107.229,4.86,28800,28800,0,0,125760,0,0,0), + (93770,15250,531,0,0,-9091.69,1426.73,-106.92,4.86,28800,28800,0,0,100600,2486,0,0), + (93771,15250,531,0,0,-9103.83,1424.95,-106.686,4.86,28800,28800,0,0,100600,2486,0,0), + (93772,15250,531,0,0,-9096.87,1419.77,-107.239,4.86,28800,28800,0,0,100600,2486,0,0), + (93773,15250,531,0,0,-9098.65,1431.91,-106.892,4.86,28800,28800,0,0,100600,2486,0,0), + (93774,15246,531,0,0,-9091.69,1426.73,-106.92,4.86,28800,28800,0,0,125760,0,0,0), + (93775,15246,531,0,0,-9103.83,1424.95,-106.686,4.86,28800,28800,0,0,125760,0,0,0), + (93776,15246,531,0,0,-9096.87,1419.77,-107.239,4.86,28800,28800,0,0,125760,0,0,0), + (93777,15246,531,0,0,-9098.65,1431.91,-106.892,4.86,28800,28800,0,0,125760,0,0,0), + (93778,15250,531,0,0,-9087.33,1351.39,-105.103,4.86,28800,28800,0,0,100600,2486,0,0), + (93779,15250,531,0,0,-9099.47,1349.61,-105.989,4.86,28800,28800,0,0,100600,2486,0,0), + (93780,15250,531,0,0,-9092.51,1344.43,-105.898,4.86,28800,28800,0,0,100600,2486,0,0), + (93781,15250,531,0,0,-9094.29,1356.57,-105.386,4.86,28800,28800,0,0,100600,2486,0,0), + (93782,15246,531,0,0,-9087.33,1351.39,-105.103,4.86,28800,28800,0,0,125760,0,0,0), + (93783,15246,531,0,0,-9099.47,1349.61,-105.989,4.86,28800,28800,0,0,125760,0,0,0), + (93784,15246,531,0,0,-9092.51,1344.43,-105.898,4.86,28800,28800,0,0,125760,0,0,0), + (93785,15246,531,0,0,-9094.29,1356.57,-105.386,4.86,28800,28800,0,0,125760,0,0,0), + (93786,15250,531,0,0,-9170.3,1576.85,-81.7027,4.86,28800,28800,0,0,100600,2486,0,0), + (93787,15250,531,0,0,-9182.44,1575.07,-79.3457,4.86,28800,28800,0,0,100600,2486,0,0), + (93788,15250,531,0,0,-9175.48,1569.89,-81.9331,4.86,28800,28800,0,0,100600,2486,0,0), + (93789,15250,531,0,0,-9177.26,1582.03,-79.5541,4.86,28800,28800,0,0,100600,2486,0,0), + (93790,15246,531,0,0,-9170.3,1576.85,-81.7027,4.86,28800,28800,0,0,125760,0,0,0), + (93791,15246,531,0,0,-9182.44,1575.07,-79.3457,4.86,28800,28800,0,0,125760,0,0,0), + (93792,15246,531,0,0,-9175.48,1569.89,-81.9331,4.86,28800,28800,0,0,125760,0,0,0), + (93793,15246,531,0,0,-9177.26,1582.03,-79.5541,4.86,28800,28800,0,0,125760,0,0,0), + (93794,15250,531,0,0,-9220.46,1587.96,-73.9311,4.86,28800,28800,0,0,100600,2486,0,0), + (93795,15250,531,0,0,-9232.6,1586.18,-74.2206,4.86,28800,28800,0,0,100600,2486,0,0), + (93796,15250,531,0,0,-9225.64,1581,-75.6661,4.86,28800,28800,0,0,100600,2486,0,0), + (93797,15250,531,0,0,-9227.42,1593.14,-73.3484,4.86,28800,28800,0,0,100600,2486,0,0), + (93798,15246,531,0,0,-9220.46,1587.96,-73.9311,4.86,28800,28800,0,0,125760,0,0,0), + (93799,15246,531,0,0,-9232.6,1586.18,-74.2206,4.86,28800,28800,0,0,125760,0,0,0), + (93800,15246,531,0,0,-9225.64,1581,-75.6661,4.86,28800,28800,0,0,125760,0,0,0), + (93801,15246,531,0,0,-9227.42,1593.14,-73.3484,4.86,28800,28800,0,0,125760,0,0,0), + (93802,15250,531,0,0,-9122.7,1748.77,-42.2098,4.86,28800,28800,0,0,100600,2486,0,0), + (93803,15250,531,0,0,-9134.84,1746.99,-42.339,4.86,28800,28800,0,0,100600,2486,0,0), + (93804,15250,531,0,0,-9127.88,1741.81,-42.3803,4.86,28800,28800,0,0,100600,2486,0,0), + (93805,15250,531,0,0,-9129.66,1753.95,-42.8341,4.86,28800,28800,0,0,100600,2486,0,0), + (93806,15246,531,0,0,-9122.7,1748.77,-42.2098,4.86,28800,28800,0,0,125760,0,0,0), + (93807,15246,531,0,0,-9134.84,1746.99,-42.339,4.86,28800,28800,0,0,125760,0,0,0), + (93808,15246,531,0,0,-9127.88,1741.81,-42.3803,4.86,28800,28800,0,0,125760,0,0,0), + (93809,15246,531,0,0,-9129.66,1753.95,-42.8341,4.86,28800,28800,0,0,125760,0,0,0), + (93810,15250,531,0,0,-9086.88,1805.17,-43.6381,4.86,28800,28800,0,0,100600,2486,0,0), + (93811,15250,531,0,0,-9099.02,1803.39,-43.2975,4.86,28800,28800,0,0,100600,2486,0,0), + (93812,15250,531,0,0,-9092.06,1798.21,-42.8887,4.86,28800,28800,0,0,100600,2486,0,0), + (93813,15250,531,0,0,-9093.84,1810.35,-43.6871,4.86,28800,28800,0,0,100600,2486,0,0), + (93814,15246,531,0,0,-9086.88,1805.17,-43.6381,4.86,28800,28800,0,0,125760,0,0,0), + (93815,15246,531,0,0,-9099.02,1803.39,-43.2975,4.86,28800,28800,0,0,125760,0,0,0), + (93816,15246,531,0,0,-9092.06,1798.21,-42.8887,4.86,28800,28800,0,0,125760,0,0,0), + (93817,15246,531,0,0,-9093.84,1810.35,-43.6871,4.86,28800,28800,0,0,125760,0,0,0), + (93818,15250,531,0,0,-9014.15,1856.87,-43.8464,4.86,28800,28800,0,0,100600,2486,0,0), + (93819,15250,531,0,0,-9026.29,1855.09,-44.2295,4.86,28800,28800,0,0,100600,2486,0,0), + (93820,15250,531,0,0,-9019.33,1849.91,-43.8032,4.86,28800,28800,0,0,100600,2486,0,0), + (93821,15250,531,0,0,-9021.11,1862.05,-44.6123,4.86,28800,28800,0,0,100600,2486,0,0), + (93822,15246,531,0,0,-9014.15,1856.87,-43.8464,4.86,28800,28800,0,0,125760,0,0,0), + (93823,15246,531,0,0,-9026.29,1855.09,-44.2295,4.86,28800,28800,0,0,125760,0,0,0), + (93824,15246,531,0,0,-9019.33,1849.91,-43.8032,4.86,28800,28800,0,0,125760,0,0,0), + (93825,15246,531,0,0,-9021.11,1862.05,-44.6123,4.86,28800,28800,0,0,125760,0,0,0), + (94490,16033,0,0,0,-7534.79,-1212.62,285.44,5.2131,25,25,0,0,3500,5751,0,0), + (94491,13016,369,0,0,-33.0721,71.5201,-4.29736,1.48675,1,1,0,0,1,0,0,2), + (94492,13016,369,0,0,13.6699,80.6694,-4.29734,4.79662,1,1,10,0,1,0,0,2), + (94493,13016,369,0,0,35.2117,16.0156,-4.29664,1.87101,1,1,10,0,1,0,0,1), + (94494,13016,369,0,0,21.3299,25.4681,-4.29735,2.55038,1,1,10,0,1,0,0,1), + (94495,13016,369,0,0,28.3432,-18.4329,-4.29664,1.57099,1,1,10,0,1,0,0,1), + (94496,13016,369,0,0,-56.91,-14.3913,-4.29736,2.53387,1,1,10,0,1,0,0,1), + (94497,13016,369,0,0,-72.5352,-21.7311,-4.29736,3.14963,1,1,10,0,1,0,0,1), + (94498,13016,369,0,0,-74.642,23.6852,-4.29736,1.85529,1,1,10,0,1,0,0,1), + (94499,13016,369,0,0,-64.5688,12.0402,-4.29735,6.01711,1,1,10,0,1,0,0,1), + (94500,13016,369,0,0,-43.0466,-5.68566,-13.8634,1.77597,1,1,10,0,1,0,0,1), + (94501,13016,369,0,0,-40.713,-32.7486,-4.29735,4.30648,1,1,10,0,1,0,0,1), + (94502,13016,369,0,0,27.0473,1.40549,-4.29616,5.5639,1,1,10,0,1,0,0,1), + (94529,17049,1,0,0,8700.34,928.732,15.8833,2.85455,300,300,0,0,1300,0,0,0), + (94530,17041,1,0,0,1963.1,-4291.02,27.3496,2.21023,300,300,0,0,5800,0,0,0), + (95032,16781,1,0,0,-7836.2,-2059.24,-271.734,3.53602,180,180,0,0,19,0,0,0), + (95033,16781,1,0,0,-6392.99,-183.166,7.49073,5.22549,180,180,0,0,19,0,0,0), + (61599,2181,1,0,0,7552.24,-857.138,15.6165,4.25599,275,275,10,0,417,0,0,1), + (61588,2181,1,0,0,7527.75,-823.219,17.3281,6.05455,275,275,10,0,417,0,0,1), + (95010,16788,1,0,0,1953.88,-4278.32,30.0729,4.11719,180,180,0,0,6900,0,0,0), + (95031,16781,1,0,0,-7841.17,-2061.07,-271.909,0.535801,180,180,0,0,19,0,0,0), + (98637,11287,0,0,0,1081.91,-2574,59.957,0.301,360,360,0,0,2192,0,0,0), + (98636,11277,0,0,0,1127.81,-2387.71,59.264,1.72159,300,300,0,0,4356,0,0,0), + (98633,11281,0,0,0,1090.52,-2541.25,59.2419,2.70896,1272,1272,0,0,3748,0,0,2), + (98634,11281,0,0,0,1147.93,-2566.49,60.0373,2.74489,1272,1272,0,0,3748,0,0,0), + (98635,11281,0,0,0,1151.78,-2557.18,60.0758,2.79201,1272,1272,0,0,3748,0,0,0), + (98630,11277,0,0,0,1155.4,-2383.73,60.304,5.43574,300,300,0,0,4356,0,0,0), + (61609,2181,1,0,0,7641.08,-915.422,19.0718,1.22829,275,275,10,0,417,0,0,1), + (61585,2234,1,0,0,5705.03,604.042,-4.72749,4.65901,275,275,10,0,198,0,0,1), + (61577,2234,1,0,0,5701.58,533.092,3.79555,4.10138,275,275,10,0,198,0,0,1), + (95011,16781,1,0,0,4376.08,217.106,51.841,3.32573,180,180,0,0,19,0,0,0), + (95012,16781,1,0,0,4371.72,216.442,52.2895,0.152716,180,180,0,0,19,0,0,0), + (95013,16781,1,0,0,4373.31,228.445,52.5451,3.93441,180,180,0,0,19,0,0,0), + (95029,16781,1,0,0,3880.34,-5385.74,141.409,1.28568,180,180,0,0,19,0,0,0), + (95030,16781,1,0,0,3881.67,-5382.37,141.835,4.25842,180,180,0,0,19,0,0,0), + (98632,11281,0,0,0,1031.16,-2498.27,59.177,4.73616,1272,1272,0,0,3748,0,0,2), + (94627,17050,1,0,0,-1044.52,298.881,135.178,0.287644,300,300,0,0,5800,0,0,0), + (94628,17050,1,0,0,-1040.79,303.78,135.085,4.57592,300,300,0,0,5800,0,0,0), + (94629,17041,1,0,0,1958.1,-4279.34,29.9026,4.374,300,300,0,0,5800,0,0,0), + (94630,17041,1,0,0,1957.07,-4283.17,29.0281,1.31095,300,300,0,0,5800,0,0,0), + (95045,16781,0,0,0,-2636.15,-2510.17,81.594,5.43293,180,180,0,0,19,0,0,0), + (94661,17048,0,0,0,-4693.69,-1222.14,501.66,5.87741,300,300,0,0,1300,0,0,0), + (95006,16788,0,0,0,1647.56,243.819,62.592,0.167576,180,180,0,0,6900,0,0,0), + (94663,17048,0,0,0,-4706.53,-1221.01,501.66,4.4537,300,300,0,0,1300,0,0,0), + (95008,17051,0,0,0,1638.53,244.588,62.5919,5.51611,180,180,0,0,5800,0,0,0), + (94675,17038,0,0,0,-8825.75,870.475,98.7322,2.85202,300,300,0,0,1300,0,0,0), + (94676,17038,0,0,0,-8830.82,872.003,98.6495,5.97458,300,300,0,0,1300,0,0,0), + (61627,2182,1,0,0,7536.04,-889.868,20.2889,1.54244,275,275,10,0,379,1118,0,1), + (61554,2234,1,0,0,5843.98,536.661,0.0222167,3.48092,275,275,10,0,198,0,0,1), + (61545,2234,1,0,0,5911.84,518.51,2.43248,4.42819,275,275,10,0,198,0,0,1), + (61543,2234,1,0,0,5948.12,600.71,-1.19927,1.8364,275,275,10,0,198,0,0,1), + (61541,2234,1,0,0,5910.58,599.778,0.793617,2.61395,275,275,10,0,198,0,0,1), + (61567,2234,1,0,0,5792.79,590.647,-1.27004,4.04248,275,275,10,0,198,0,0,1), + (61565,2234,1,0,0,5800.72,538.571,2.34419,3.14713,275,275,10,0,198,0,0,1), + (95049,16781,1,0,0,561.205,336.826,59.5701,2.98718,180,180,0,0,19,0,0,0), + (95044,16781,0,0,0,-322.454,-681.171,54.5825,0.250718,180,180,0,0,19,0,0,0), + (95035,17038,0,0,0,-8840.25,860.393,98.6434,0.990736,180,180,0,0,1300,0,0,0), + (95036,17038,0,0,0,-8838.72,862.813,98.6771,4.06314,180,180,0,0,1300,0,0,0), + (95037,16781,0,0,0,-11273.8,1818.9,39.6695,2.01265,180,180,0,0,19,0,0,0), + (95038,16781,0,0,0,-11282.9,1824.87,38.8634,1.51785,180,180,0,0,19,0,0,0), + (95039,16781,0,0,0,-11284.2,1828.1,38.7438,5.90429,180,180,0,0,19,0,0,0), + (95050,16781,1,0,0,-1047.07,-3432.12,71.4589,5.00663,180,180,0,0,19,0,0,0), + (95051,16781,1,0,0,-1045.86,-3436.85,70.7665,1.65062,180,180,0,0,19,0,0,0), + (95046,16781,1,0,0,556.758,348.036,53.3671,0.08907,180,180,0,0,19,0,0,0), + (95047,16781,1,0,0,562.159,349.072,53.6537,3.44664,180,180,0,0,19,0,0,0), + (95048,16781,1,0,0,554.069,338.36,53.5251,6.19946,180,180,0,0,19,0,0,0), + (94727,17049,1,0,0,8697.29,929.418,15.778,6.09433,300,300,0,0,1300,0,0,0), + (95004,17051,0,0,0,1646.16,234.942,62.5915,3.60943,180,180,0,0,5800,0,0,0), + (95005,17051,0,0,0,1644.04,233.989,62.5915,0.528861,180,180,0,0,5800,0,0,0), + (61574,2234,1,0,0,5751.19,577.516,2.85258,3.51233,275,275,10,0,198,0,0,1), + (95042,16781,0,0,0,-11262.1,-3059.61,-0.306684,0.255664,180,180,0,0,19,0,0,0), + (95043,16781,0,0,0,-11258.4,-3058.96,-0.163597,3.20247,180,180,0,0,19,0,0,0), + (61604,2181,1,0,0,7589.85,-874.228,14.759,0.317216,275,275,10,0,417,0,0,1), + (61607,2181,1,0,0,7593.18,-920.479,19.36,0.7649,275,275,10,0,417,0,0,1), + (95003,16788,1,0,0,8711.14,934.723,14.8204,2.37315,180,180,0,0,6900,0,0,0), + (95041,16781,0,0,0,-11267.5,-3052.15,0.116553,3.09881,180,180,0,0,19,0,0,0), + (95022,16781,0,0,0,1935.46,-4415.73,74.2956,3.64351,180,180,0,0,19,0,0,0), + (95023,16781,0,0,0,1933.09,-4417.37,74.5526,0.741458,180,180,0,0,19,0,0,0), + (95024,16781,0,0,0,100.626,-3959.24,138.659,3.50015,180,180,0,0,19,0,0,0), + (95025,16781,0,0,0,95.1381,-3960.27,138.861,0.185771,180,180,0,0,19,0,0,0), + (95026,16781,0,0,0,-7190.33,-1049.59,240.59,4.65538,180,180,0,0,19,0,0,0), + (95027,16781,0,0,0,-7180.49,-1053.55,241.471,4.87529,180,180,0,0,19,0,0,0), + (95028,16781,0,0,0,-7179.44,-1057.86,241.513,1.71406,180,180,0,0,19,0,0,0), + (95040,16781,0,0,0,-11273,-3051.26,0.159584,6.07021,180,180,0,0,19,0,0,0), + (94814,17066,1,0,0,8727.2,965.526,19.0808,-0.767945,300,300,5,0,300,0,0,1), + (94815,17066,1,0,0,-1025.2,313.878,141.882,0.331613,300,300,5,0,300,0,0,1), + (61586,2234,1,0,0,5667.02,510.826,4.15598,2.76621,275,275,10,0,198,0,0,1), + (61587,2181,1,0,0,7581.37,-831.822,14.9534,2.36711,275,275,10,0,417,0,0,1), + (98628,11283,0,0,0,1111.49,-2556.4,59.2532,0.365222,0,0,0,0,42,0,0,2), + (98629,11316,0,0,0,1223.27,-2506.41,72.9261,4.10152,0,0,0,0,1684,0,0,0), + (98631,11281,0,0,0,1098.49,-2523.82,61.3707,4.6691,1272,1272,0,0,3748,0,0,0), + (95052,16781,1,0,0,6499.05,-2501.12,568.843,3.5977,180,180,0,0,19,0,0,0), + (95053,16781,1,0,0,6495.34,-2503.62,568.828,0.569987,180,180,0,0,19,0,0,0), + (98638,11277,0,0,0,1090.52,-2541.25,59.2419,2.70896,1272,1272,0,0,4356,0,0,2), + (60792,7015,1,0,0,7410.98,-9.27966,0.831176,1.88702,9900,9900,15,0,356,0,0,1), + (61526,2234,1,0,0,6027.74,554.244,1.12908,4.45806,275,275,10,0,198,0,0,1), + (61527,2234,1,0,0,5978.65,519.066,4.57117,3.43862,275,275,10,0,198,0,0,1), + (61537,2234,1,0,0,5952.73,552.479,0.820908,4.69525,275,275,10,0,198,0,0,1), + (98617,11277,0,0,0,1093.95,-2528.63,61.2475,5.74213,0,0,0,0,4356,0,0,0), + (98618,11277,0,0,0,1095.56,-2529.47,61.1291,2.37365,0,0,0,0,4356,0,0,0), + (98619,11277,0,0,0,1148.08,-2559.31,60.1493,4.15388,0,0,0,0,4356,0,0,0), + (98620,11277,0,0,0,1146.79,-2561.22,60.1145,0.959931,0,0,0,0,4356,0,0,0), + (98621,11279,0,0,0,1064.06,-2519.78,60.2259,3.19395,0,0,0,0,3632,0,0,0), + (98622,11279,0,0,0,1056.5,-2536.54,59.9694,2.35619,0,0,0,0,3632,0,0,0), + (98623,11279,0,0,0,1245.02,-2597.47,90.3675,3.52556,0,0,0,0,3632,0,0,0), + (98624,11280,0,0,0,1180.07,-2536.72,85.3681,1.0821,0,0,0,0,3632,0,0,0), + (98625,11280,0,0,0,1187.12,-2532.58,85.3681,2.16421,0,0,0,0,3632,0,0,0), + (98626,11280,0,0,0,1208.19,-2583.32,98.2479,2.72271,0,0,0,0,3632,0,0,0), + (98627,11282,0,0,0,1113.59,-2555.59,59.2532,3.50681,0,0,0,0,42,0,0,2), + (94852,17066,0,0,0,-8843.22,845.657,105.596,3.14159,300,300,5,0,300,0,0,1), + (94853,17066,0,0,0,-4703.92,-1237.25,508.243,-2.67035,300,300,5,0,300,0,0,1), + (94854,17066,1,0,0,1940.93,-4322.39,27.7612,-2.25148,300,300,5,0,300,0,0,1), + (94855,16817,1,0,0,8701.29,939.087,14.0808,1.67158,300,300,0,0,6900,0,0,0), + (94857,16817,0,0,0,-4702.79,-1218.05,501.743,1.93731,300,300,0,0,6900,0,0,0), + (94858,16818,1,0,0,-1038.96,291.748,135.723,4.21464,300,300,0,0,6900,0,0,0), + (94861,16818,1,0,0,1946.98,-4280.55,29.4289,4.53894,300,300,0,0,6900,0,0,0), + (95016,16781,0,0,0,-267.349,1158.93,63.5688,2.18831,180,180,0,0,19,0,0,0), + (95017,16781,0,0,0,-270.508,1160.89,63.7283,6.27631,180,180,0,0,19,0,0,0), + (95018,16781,0,0,0,-276.193,1164.75,63.9538,3.18576,180,180,0,0,19,0,0,0), + (95019,16781,0,0,0,-279.931,1163.62,64.1282,0.314335,180,180,0,0,19,0,0,0), + (95020,16781,0,0,0,1925.09,-4406.5,73.981,3.74102,180,180,0,0,19,0,0,0), + (95021,16781,0,0,0,1922.74,-4407.93,74.0464,0.564086,180,180,0,0,19,0,0,0), + (98713,10817,0,0,0,2176.73,-3655.03,173.374,2.67697,28800,28800,5,0,3398,0,0,1), + (98714,10817,0,0,0,2208.08,-2801.23,86.7184,3.35556,28800,28800,5,0,3398,0,0,1), + (98715,10817,0,0,0,1931.66,-2674.2,61.8024,2.96914,28800,28800,5,0,3398,0,0,1), + (98716,10817,0,0,0,1727.15,-3039.13,76.1341,5.21066,28800,28800,5,0,3398,0,0,1), + (98717,10817,0,0,0,1827.76,-3271.44,125.274,3.4066,28800,28800,5,0,3398,0,0,1), + (95054,16781,1,0,0,1924.7,-2034.78,103.632,2.35775,180,180,0,0,19,0,0,0), + (95055,16781,1,0,0,1921.6,-2031.73,103.454,5.60538,180,180,0,0,19,0,0,0), + (95000,16817,0,0,0,-8829.29,853.588,99.1805,6.00932,180,180,0,0,6900,0,0,0), + (95001,16788,0,0,0,-8828.25,864.705,98.8616,6.0495,180,180,0,0,6900,0,0,0), + (95002,16788,0,0,0,-4699.39,-1215.96,501.66,1.58194,180,180,0,0,6900,0,0,0), + (95007,16818,0,0,0,1636.23,235.525,62.5917,3.91,180,180,0,0,6900,0,0,0), + (95009,16788,1,0,0,-1032.18,291.725,135.746,5.1689,180,180,0,0,6900,0,0,0), + (95034,16781,1,0,0,-6392.39,-184.936,7.268,1.88362,180,180,0,0,19,0,0,0), + (95014,16781,0,0,0,-2629.91,-2517.42,81.1789,2.22602,180,180,0,0,19,0,0,0), + (95015,16781,0,0,0,-317.228,-680.391,54.6955,3.72061,180,180,0,0,19,0,0,0), + (154717,4075,289,0,0,182.771,69.4884,104.798,0,7200,7200,3,0,8,0,0,1), + (98712,10817,0,0,0,2189.54,-3599.32,173.598,3.03903,28800,28800,5,0,3398,0,0,1), + (42162,14479,1,0,0,-6732.62,1586.9,10.0353,0.605227,21000,21000,0,0,3297,2434,0,2), + (42161,14479,1,0,0,-7023.3,1197.83,6.6392,0.272048,21000,21000,0,0,3297,2434,0,2), + (94919,15895,1,0,0,10140.4,2579.71,1323.37,4.38697,600,600,0,0,5800,5013,0,0), + (94920,15898,1,0,0,10141.7,2604.31,1330.83,6.17347,600,600,0,0,1500,5013,0,0), + (94921,15897,1,0,0,10150.1,2602.49,1330.83,4.36754,180,180,0,0,8,0,0,0), + (94924,15893,1,0,0,10150.9,2602.31,1330.91,2.47837,300,300,0,0,4120,0,0,0), + (94925,15894,1,0,0,10150.8,2602.45,1330.91,6.23082,300,300,0,0,4120,0,0,0), + (94926,15892,1,0,0,10149.8,2607.96,1330.83,4.84179,25,25,0,0,5725,0,0,0), + (94927,15892,1,0,0,10155.8,2601.27,1330.83,2.8211,25,25,0,0,5725,0,0,0), + (94928,15892,1,0,0,10145.7,2598.17,1330.83,0.767279,25,25,0,0,5725,0,0,0), + (98413,2598,0,0,0,-1591.13,-1820.86,68.4433,6.06582,37800,37800,15,0,5900,2472,0,1), + (98414,2598,0,0,0,-1585.68,-1875.03,68.5506,4.03556,39600,39600,15,0,5900,2472,0,1), + (98415,2598,0,0,0,-1589.3,-1938.86,68.114,2.32889,41400,41400,15,0,5900,2472,0,1), + (98416,2598,0,0,0,-1646.1,-1920.32,69.4385,0.0716586,43200,43200,15,0,5900,2472,0,1), + (98417,2598,0,0,0,-1628.31,-1804.65,80.3985,6.20562,45000,45000,15,0,5900,2472,0,1), + (98418,2598,0,0,0,-1625.96,-1775.05,81.358,4.22406,46800,46800,15,0,5900,2472,0,1), + (98419,2598,0,0,0,-1626.65,-1841.62,81.0466,2.54567,48600,48600,15,0,5900,2472,0,1), + (98420,2598,0,0,0,-1630.42,-1875.62,81.3895,2.775,50400,50400,15,0,5900,2472,0,1), + (98421,2598,0,0,0,-1649.14,-1884.74,81.3463,1.66524,52200,52200,15,0,5900,2472,0,1), + (98422,2598,0,0,0,-1683.97,-1936.37,80.8615,0.576676,54000,54000,15,0,5900,2472,0,1), + (98423,2598,0,0,0,-1713.69,-1898.37,80.6019,0.981944,55800,55800,15,0,5900,2472,0,1), + (98424,2598,0,0,0,-1710.18,-1864.16,81.2741,5.92131,55800,55800,15,0,5900,2472,0,1), + (98425,2598,0,0,0,-1691.06,-1852.88,81.2321,4.78563,57600,57600,15,0,5900,2472,0,1), + (98426,2598,0,0,0,-1649.22,-1776.27,80.1481,5.3574,57600,57600,15,0,5900,2472,0,1), + (98433,2601,0,0,0,-1738.22,-1601.45,53.2228,2.1239,115200,115200,5,0,6605,1381,0,1), + (98434,2601,0,0,0,-1716.9,-1615,60.2369,4.68194,129600,129600,5,0,6605,1381,0,1), + (98435,2601,0,0,0,-1780.37,-1566.5,53.0015,5.26628,151200,151200,5,0,6605,1381,0,1), + (98436,2601,0,0,0,-1779.62,-1511.24,64.9212,5.30791,172800,172800,5,0,6605,1381,0,1), + (98437,2602,0,0,0,-1784.11,-1517.2,99.3032,0.734533,86400,86400,10,0,3540,1236,0,1), + (98438,2602,0,0,0,-1778.67,-1513.1,85.2275,2.0972,108000,108000,0,0,3540,1236,0,0), + (98439,2603,0,0,0,-1183.81,-1959.94,23.8922,5.47058,18000,18000,5,0,1468,0,0,1), + (98440,2603,0,0,0,-1190.39,-2054.76,42.7914,0.52729,23400,23400,5,0,1468,0,0,1), + (98441,2603,0,0,0,-1242.3,-2010.12,43.5562,5.27031,28800,28800,5,0,1468,0,0,1), + (98442,2604,0,0,0,-2046.36,-2832.81,79.0512,6.2662,37800,37800,5,0,1678,0,0,1), + (98443,2604,0,0,0,-2057.56,-2783.1,68.2471,5.40148,46800,46800,5,0,1678,0,0,1), + (98444,2604,0,0,0,-2089.58,-2842.39,77.9905,1.04566,57600,57600,5,0,1678,0,0,1), + (98445,2605,0,0,0,-1896.03,-3200.38,56.5808,0.222563,172800,172800,15,0,1410,2566,0,1), + (98446,2605,0,0,0,-1869.64,-3065.85,57.8812,4.9428,187200,187200,15,0,1410,2566,0,1), + (98447,2605,0,0,0,-2016.67,-3310.62,54.451,3.81497,201600,201600,15,0,1410,2566,0,1), + (98448,2605,0,0,0,-2001.7,-3394.99,51.7799,1.32997,208800,208800,15,0,1410,2566,0,1), + (98449,2605,0,0,0,-2044.1,-3360.27,60.5498,1.39124,223200,223200,15,0,1410,2566,0,1), + (98450,2605,0,0,0,-2096.12,-3256.14,67.2604,2.03526,230400,230400,15,0,1410,2566,0,1), + (98451,2605,0,0,0,-2069.06,-3294.25,67.1993,3.35238,237600,237600,15,0,1410,2566,0,1), + (98452,2605,0,0,0,-2094.77,-3270.24,51.2678,4.58624,248400,248400,15,0,1410,2566,0,1), + (98453,2605,0,0,0,-2086.93,-3353.98,58.4289,3.96417,255600,255600,15,0,1410,2566,0,1), + (98454,2605,0,0,0,-2039.03,-3326.69,59.1783,0.897185,259200,259200,15,0,1410,2566,0,1), + (98455,2606,0,0,0,-1891.28,-3193.53,56.5804,5.02996,18000,18000,0,0,1536,0,0,0), + (98456,2606,0,0,0,-1925.55,-3183.72,66.5743,0.0685932,19800,19800,0,0,1536,0,0,0), + (98457,2606,0,0,0,-1874.22,-3074.71,57.881,0.891691,21600,21600,0,0,1536,0,0,0), + (98458,2606,0,0,0,-1867.52,-3033.69,61.0139,4.9145,23400,23400,0,0,1536,0,0,0), + (98459,2606,0,0,0,-1779.37,-3165.69,38.3507,0.597956,25200,25200,0,0,1536,0,0,0), + (98460,2606,0,0,0,-1757.33,-3143.08,30.4593,0.68592,27000,27000,0,0,1536,0,0,0), + (98461,2606,0,0,0,-1668.2,-3257.49,25.72,3.02326,28800,28800,0,0,1536,0,0,0), + (98462,2606,0,0,0,-1656.75,-3229.58,33.9281,1.72972,30600,30600,0,0,1536,0,0,0), + (98463,2606,0,0,0,-1605.36,-3371.86,33.7164,4.9742,32400,32400,0,0,1536,0,0,0), + (98464,2606,0,0,0,-1691.06,-3512.57,60.4645,2.31562,34200,34200,0,0,1536,0,0,0), + (98465,2606,0,0,0,-1712.54,-3474.9,53.4503,0.799801,36000,36000,0,0,1536,0,0,0), + (98466,2606,0,0,0,-1721.66,-3374.17,30.6099,0.821793,23400,23400,0,0,1536,0,0,0), + (98467,2606,0,0,0,-1795.78,-3410.73,45.3867,2.14283,27000,27000,0,0,1536,0,0,0), + (98468,2606,0,0,0,-1819.06,-3396.83,45.8177,1.75877,30600,30600,0,0,1536,0,0,0), + (98469,2606,0,0,0,-1902.65,-3345.62,61.8936,1.5208,34200,34200,0,0,1536,0,0,0), + (98616,8976,0,0,0,-8203.09,-922.076,133.28,0.964897,151200,151200,5,0,15260,0,0,2), + (98892,2283,0,0,0,-298.366,1062.99,117.724,3.77736,14400,14400,0,0,508,545,0,0), + (99290,3854,33,0,0,-225.25,2303.56,94.6765,2.77875,7200,7200,10,0,1452,0,0,2), + (99291,3872,33,0,0,-192.012,2124.54,97.3899,4.29002,3600,3600,0,0,2097,0,0,2), + (99966,15309,1,0,0,2060.53,-4682.64,25.5492,1.41372,180,180,0,0,64,0,0,0), + (190461,14990,1,0,0,-1051.35,236.734,134.64,5.35816,120,120,0,0,2471,0,0,0), + (190460,14990,1,0,0,-1049.16,234.144,134.639,2.32129,120,120,0,0,2471,0,0,0), + (190453,14990,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,120,0,0,2471,0,0,0), + (190452,14990,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,120,0,0,2471,0,0,0), + (190445,14990,1,0,0,-1275.75,135.88,132.1,2.32129,120,120,0,0,2471,0,0,0), + (190444,14990,1,0,0,-1277.94,138.47,131.94,5.35816,120,120,0,0,2471,0,0,0), + (190437,14990,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,120,0,0,2471,0,0,0), + (190436,14990,1,0,0,-1091.7,-17.997,140.475,1.13446,120,120,0,0,2471,0,0,0), + (100024,15300,531,0,0,-7993.78,1296.72,-73.4204,0.117071,600,600,0,0,6104,0,0,2), + (100025,15300,531,0,0,-7900.87,1454.27,-65.4721,3.03484,600,600,0,0,6104,0,0,2), + (100026,15300,531,0,0,-7916.07,1352.81,-80.7444,2.06095,600,600,0,0,6104,0,0,2), + (100027,15300,531,0,0,-8178.91,1626.81,-38.5993,6.27461,600,600,0,0,6104,0,0,2), + (100028,15300,531,0,0,-8028.24,1537.08,-68.551,1.25151,600,600,0,0,6104,0,0,2), + (100029,15300,531,0,0,-8151.91,1683.58,-35.064,0.997254,25,25,0,0,6104,0,0,2), + (100030,15300,531,0,0,-8143.83,1680.36,-36.8913,1.37032,25,25,0,0,6104,0,0,2), + (100031,15300,531,0,0,-8155.89,1656.46,-36.6213,4.66113,25,25,0,0,6104,0,0,2), + (100032,15300,531,0,0,-8146.93,1654.94,-39.0507,5.46043,25,25,0,0,6104,0,0,2), + (100033,15300,531,0,0,-8140.1,1654.63,-40.9871,3.90142,25,25,0,0,6104,0,0,2), + (100034,15300,531,0,0,-8097.69,1677.18,-46.6527,1.45097,25,25,0,0,6104,0,0,2), + (100035,15300,531,0,0,-8082.36,1672.86,-49.886,1.08576,25,25,0,0,6104,0,0,2), + (100036,15300,531,0,0,-8074.13,1670.27,-51.7419,1.50202,25,25,0,0,6104,0,0,2), + (100037,15300,531,0,0,-8092.92,1646.82,-51.7886,4.82032,25,25,0,0,6104,0,0,2), + (100038,15300,531,0,0,-8083.76,1645.71,-53.4859,4.44333,25,25,0,0,6104,0,0,2), + (100039,15300,531,0,0,-8038.04,1617.23,-58.9706,4.01136,25,25,0,0,6104,0,0,2), + (100040,15300,531,0,0,-8032.81,1609.92,-58.9855,3.57547,25,25,0,0,6104,0,0,2), + (100041,15300,531,0,0,-8026.85,1601.87,-59.2286,4.01922,25,25,0,0,6104,0,0,2), + (100042,15300,531,0,0,-8010.7,1629.41,-55.9585,0.763744,25,25,0,0,6104,0,0,2), + (100043,15300,531,0,0,-8004.81,1619.16,-55.9296,0.367114,25,25,0,0,6104,0,0,2), + (100044,15300,531,0,0,-7955.46,1567.96,-60.14,0.355335,25,25,0,0,6104,0,0,2), + (100045,15300,531,0,0,-7954.29,1559.61,-59.2075,0.787301,25,25,0,0,6104,0,0,2), + (100046,15300,531,0,0,-7988.04,1556.15,-62.2475,3.51264,25,25,0,0,6104,0,0,2), + (100047,15300,531,0,0,-7984.52,1544.02,-61.783,3.59118,25,25,0,0,6104,0,0,2), + (100048,15300,531,0,0,-7978.61,1536.56,-61.2493,3.05728,25,25,0,0,6104,0,0,2), + (100049,15300,531,0,0,-7933.99,1528.87,-59.3506,0.56364,25,25,0,0,6104,0,0,2), + (100050,15300,531,0,0,-7927.1,1518.31,-59.8772,0.504736,25,25,0,0,6104,0,0,2), + (100051,15300,531,0,0,-7919.57,1503.18,-61.1164,0.72072,25,25,0,0,6104,0,0,2), + (100052,15300,531,0,0,-7956.03,1498.89,-62.7101,3.70131,25,25,0,0,6104,0,0,2), + (100053,15300,531,0,0,-7950.35,1486.19,-63.6835,3.5835,25,25,0,0,6104,0,0,2), + (100054,15300,531,0,0,-7939.05,1461.67,-65.5573,3.97228,25,25,0,0,6104,0,0,2), + (100055,15300,531,0,0,-7933.14,1453.04,-65.9931,3.58744,25,25,0,0,6104,0,0,2), + (100056,15300,531,0,0,-7905.02,1483.67,-62.1704,0.214149,25,25,0,0,6104,0,0,2), + (100057,15300,531,0,0,-7903.83,1475.95,-62.6927,0.0295802,25,25,0,0,6104,0,0,2), + (100058,15300,531,0,0,-7898.17,1467.61,-63.6354,0.95635,25,25,0,0,6104,0,0,2), + (100059,15300,531,0,0,-7892.48,1436.52,-65.248,6.26564,25,25,0,0,6104,0,0,2), + (100060,15300,531,0,0,-7892.72,1423.1,-65.0326,6.26564,25,25,0,0,6104,0,0,2), + (100061,15300,531,0,0,-7892.91,1410.22,-63.4462,6.06537,25,25,0,0,6104,0,0,2), + (100062,15300,531,0,0,-7924.16,1423.37,-65.9866,3.54817,25,25,0,0,6104,0,0,2), + (100063,15300,531,0,0,-7925.63,1411.74,-65.4696,2.85702,25,25,0,0,6104,0,0,2), + (100064,15300,531,0,0,-7902.7,1378.24,-65.2342,5.73156,25,25,0,0,6104,0,0,2), + (100065,15300,531,0,0,-7911.7,1360.41,-75.5703,6.26562,25,25,0,0,6104,0,0,2), + (100066,15300,531,0,0,-7927.78,1389.76,-69.207,2.76274,25,25,0,0,6104,0,0,2), + (100067,15300,531,0,0,-7934.35,1379.3,-75.0041,2.79809,25,25,0,0,6104,0,0,2), + (100068,15300,531,0,0,-7938.31,1372.44,-78.6646,2.30328,25,25,0,0,6104,0,0,2), + (100069,15300,531,0,0,-7954.91,1346.17,-91.3736,2.95124,25,25,0,0,6104,0,0,2), + (100070,15300,531,0,0,-7957.89,1340.55,-92.2773,2.35041,25,25,0,0,6104,0,0,2), + (100071,15300,531,0,0,-7961.58,1338.28,-92.5122,2.26794,25,25,0,0,6104,0,0,2), + (100072,15300,531,0,0,-7927.91,1328.98,-90.0845,5.75903,25,25,0,0,6104,0,0,2), + (100073,15300,531,0,0,-7931.44,1320.43,-90.7048,5.9004,25,25,0,0,6104,0,0,2), + (100074,15300,531,0,0,-7955.33,1285.46,-75.8756,5.86897,25,25,0,0,6104,0,0,2), + (100075,15300,531,0,0,-7960.7,1280.41,-74.0242,5.46841,25,25,0,0,6104,0,0,2), + (100076,15300,531,0,0,-7966.94,1274.83,-72.2539,5.28777,25,25,0,0,6104,0,0,2), + (100077,15300,531,0,0,-7984.68,1306.69,-76.9572,2.28755,25,25,0,0,6104,0,0,2), + (100078,15300,531,0,0,-7992.33,1299.07,-73.907,2.38965,25,25,0,0,6104,0,0,2), + (100079,15300,531,0,0,-8010.07,1556.86,-66.0498,6.13207,25,25,0,0,6104,0,0,2), + (100080,15300,531,0,0,-8006.82,1543.54,-67.21,5.23672,25,25,0,0,6104,0,0,2), + (100081,15300,531,0,0,-8017.46,1537.06,-68.3982,5.16996,25,25,0,0,6104,0,0,2), + (100082,15300,531,0,0,-8029.9,1534.66,-67.7641,3.74839,25,25,0,0,6104,0,0,2), + (100083,15300,531,0,0,-8037.53,1551.55,-65.436,4.35313,25,25,0,0,6104,0,0,2), + (100084,15300,531,0,0,-8086.99,1594.64,-56.3736,3.64627,25,25,0,0,6104,0,0,2), + (100085,15300,531,0,0,-8102.56,1599.93,-52.4198,4.27066,25,25,0,0,6104,0,0,2), + (100086,15300,531,0,0,-8083.74,1627.62,-55.802,0.677463,25,25,0,0,6104,0,0,2), + (100087,15300,531,0,0,-8092.37,1633.6,-54.2377,0.591069,25,25,0,0,6104,0,0,2), + (100088,15300,531,0,0,-8103.81,1633.72,-51.8934,1.63565,25,25,0,0,6104,0,0,2), + (100089,15300,531,0,0,-8160.83,1643.41,-39.0456,1.993,25,25,0,0,6104,0,0,2), + (100090,15300,531,0,0,-8169.88,1639.22,-37.8916,1.81236,25,25,0,0,6104,0,0,2), + (100091,15300,531,0,0,-8183.57,1625.28,-38.3053,3.16718,25,25,0,0,6104,0,0,2), + (100092,15300,531,0,0,-8170.25,1613.96,-37.8223,3.76409,25,25,0,0,6104,0,0,2), + (100093,15300,531,0,0,-8154.58,1613.1,-40.6671,4.60448,25,25,0,0,6104,0,0,2), + (100094,15300,531,0,0,-8141.59,1618.79,-44.4073,1.09561,25,25,3,0,6104,0,0,1), + (100095,15300,531,0,0,-8146.63,1630.9,-44.1322,4.89694,25,25,3,0,6104,0,0,1), + (100096,15300,531,0,0,-8135.43,1631.47,-46.5684,5.78837,25,25,3,0,6104,0,0,1), + (100097,15300,531,0,0,-8133.37,1618.01,-46.1968,4.23721,25,25,3,0,6104,0,0,1), + (100098,15300,531,0,0,-8123.08,1621.73,-48.9008,4.69668,25,25,3,0,6104,0,0,1), + (100099,15300,531,0,0,-8058.98,1603.74,-60.8129,5.64309,25,25,3,0,6104,0,0,1), + (100100,15300,531,0,0,-8066.26,1588.63,-60.3355,0.467302,25,25,3,0,6104,0,0,1), + (100101,15300,531,0,0,-8055.04,1594.16,-61.7872,0.255245,25,25,3,0,6104,0,0,1), + (100102,15300,531,0,0,-8045.94,1582.88,-62.963,3.06697,25,25,3,0,6104,0,0,1), + (100103,15300,531,0,0,-8056.08,1575.86,-61.9269,1.92029,25,25,3,0,6104,0,0,1), + (100104,15300,531,0,0,-8123.56,1664.96,-44.7682,1.12703,25,25,3,0,6104,0,0,1), + (100105,15300,531,0,0,-8116.73,1672.42,-45.0716,5.91404,25,25,3,0,6104,0,0,1), + (100106,15300,531,0,0,-8110.89,1666.14,-47.5713,0.730411,25,25,3,0,6104,0,0,1), + (100107,15300,531,0,0,-8120.39,1655.36,-45.4953,3.39291,25,25,3,0,6104,0,0,1), + (100108,15300,531,0,0,-8110.65,1656.6,-47.6053,0.223829,25,25,3,0,6104,0,0,1), + (100109,15300,531,0,0,-8065.5,1646.8,-56.9744,4.46892,25,25,3,0,6104,0,0,1), + (100110,15300,531,0,0,-8057.75,1657.39,-56.7635,0.345577,25,25,3,0,6104,0,0,1), + (100111,15300,531,0,0,-8051.19,1646.17,-58.7525,1.936,25,25,3,0,6104,0,0,1), + (100112,15300,531,0,0,-8034.28,1645.71,-58.6551,3.03163,25,25,3,0,6104,0,0,1), + (100113,15300,531,0,0,-8044.81,1637.32,-59.3035,1.66111,25,25,3,0,6104,0,0,1), + (100114,15300,531,0,0,-8000.74,1603.92,-58.2238,0.058896,25,25,3,0,6104,0,0,1), + (100115,15300,531,0,0,-8004.46,1595.16,-60.0936,1.4137,25,25,3,0,6104,0,0,1), + (100116,15300,531,0,0,-8004.39,1584.71,-61.3655,5.75303,25,25,3,0,6104,0,0,1), + (100117,15300,531,0,0,-7990.87,1591.82,-60.1732,1.38228,25,25,3,0,6104,0,0,1), + (100118,15300,531,0,0,-7988.7,1582.18,-61.9322,3.63639,25,25,3,0,6104,0,0,1), + (100119,15300,531,0,0,-7968.4,1534.75,-62.2,5.76873,25,25,3,0,6104,0,0,1), + (100120,15300,531,0,0,-7966.6,1524.35,-60.7253,5.08936,25,25,3,0,6104,0,0,1), + (100121,15300,531,0,0,-7957.36,1529.05,-61.9553,4.84982,25,25,3,0,6104,0,0,1), + (100122,15300,531,0,0,-7955.58,1541.32,-60.0864,4.51996,25,25,3,0,6104,0,0,1), + (100123,15300,531,0,0,-7949.78,1521.61,-62.8666,5.37603,25,25,3,0,6104,0,0,1), + (100124,15300,531,0,0,-7935.93,1492.89,-64.4751,5.69018,25,25,3,0,6104,0,0,1), + (100125,15300,531,0,0,-7924.78,1493.23,-63.8897,1.35478,25,25,3,0,6104,0,0,1), + (100126,15300,531,0,0,-7927.27,1483.37,-65.3713,5.86768,25,25,3,0,6104,0,0,1), + (100127,15300,531,0,0,-7919.96,1484.46,-64.4396,0.931454,25,25,3,0,6104,0,0,1), + (100128,15300,531,0,0,-7928.3,1475.41,-65.5043,3.99452,25,25,3,0,6104,0,0,1), + (100129,15300,531,0,0,-7908.9,1454.73,-66.5743,4.93699,25,25,3,0,6104,0,0,1), + (100130,15300,531,0,0,-7917.04,1454.08,-67.0028,3.09523,25,25,3,0,6104,0,0,1), + (100131,15300,531,0,0,-7919.39,1441.46,-67.0756,0.193176,25,25,3,0,6104,0,0,1), + (100132,15300,531,0,0,-7908.78,1440.01,-67.8747,1.3163,25,25,3,0,6104,0,0,1), + (100133,15300,531,0,0,-7911.98,1432.63,-67.9923,5.75771,25,25,3,0,6104,0,0,1), + (100134,15300,531,0,0,-7911.8,1398.49,-68.1913,4.44658,25,25,3,0,6104,0,0,1), + (100135,15300,531,0,0,-7909.23,1408.73,-66.6846,2.03149,25,25,3,0,6104,0,0,1), + (100136,15300,531,0,0,-7915.26,1390.54,-69.1101,1.95847,25,25,3,0,6104,0,0,1), + (100137,15300,531,0,0,-7905.77,1392.95,-65.5573,0.792148,25,25,3,0,6104,0,0,1), + (100138,15300,531,0,0,-7920.05,1398.94,-65.7976,0.756802,25,25,3,0,6104,0,0,1), + (100139,15300,531,0,0,-7937.41,1349.51,-87.4455,5.08322,25,25,3,0,6104,0,0,1), + (100140,15300,531,0,0,-7939.03,1356.58,-86.1798,1.58035,25,25,3,0,6104,0,0,1), + (100141,15300,531,0,0,-7927.5,1364.66,-80.3759,6.08854,25,25,3,0,6104,0,0,1), + (100142,15300,531,0,0,-7924.32,1355.06,-83.1092,5.52305,25,25,3,0,6104,0,0,1), + (100143,15300,531,0,0,-7928.88,1347.19,-86.9902,3.80696,25,25,3,0,6104,0,0,1), + (100144,15300,531,0,0,-7950.73,1314.38,-88.4173,1.96519,25,25,3,0,6104,0,0,1), + (100145,15300,531,0,0,-7958.72,1319.5,-89.1675,0.983445,25,25,3,0,6104,0,0,1), + (100146,15300,531,0,0,-7966.31,1313.24,-85.2688,5.60943,25,25,3,0,6104,0,0,1), + (100147,15300,531,0,0,-7961.02,1308.4,-83.093,5.14211,25,25,3,0,6104,0,0,1), + (100148,15300,531,0,0,-7970.88,1300.28,-77.6397,1.1248,25,25,3,0,6104,0,0,1), + (100149,15300,531,0,0,-7981.33,1277.56,-73.0145,4.49416,25,25,3,0,6104,0,0,1), + (100150,15300,531,0,0,-7990.84,1284.19,-73.246,2.86838,25,25,3,0,6104,0,0,1), + (100151,15300,531,0,0,-7999.84,1280.3,-73.5742,3.48885,25,25,3,0,6104,0,0,1), + (100152,15300,531,0,0,-8002.12,1272,-75.106,0.347253,25,25,3,0,6104,0,0,1), + (100153,15300,531,0,0,-7990.16,1271.49,-73.552,3.17861,25,25,3,0,6104,0,0,1), + (100154,15300,531,0,0,-8170.39,1671.74,-34.1637,1.46392,600,600,7,0,6104,0,0,1), + (100155,15300,531,0,0,-8136.54,1667.55,-41.6797,5.1867,600,600,7,0,6104,0,0,1), + (100156,15300,531,0,0,-8088.72,1661.32,-52.4956,2.61059,600,600,7,0,6104,0,0,1), + (100157,15300,531,0,0,-8025.93,1624.75,-59.5738,5.46944,600,600,7,0,6104,0,0,1), + (100158,15300,531,0,0,-7971.72,1558.26,-61.7702,4.80185,600,600,7,0,6104,0,0,1), + (100159,15300,531,0,0,-7937.95,1506.14,-63.9069,2.48885,600,600,7,0,6104,0,0,1), + (100160,15300,531,0,0,-7917.18,1468.28,-66.1857,5.91711,600,600,7,0,6104,0,0,1), + (100161,15300,531,0,0,-7907.87,1421.26,-67.6966,4.09891,600,600,7,0,6104,0,0,1), + (100162,15300,531,0,0,-7919.02,1376.99,-73.703,0.305435,600,600,7,0,6104,0,0,1), + (100163,15300,531,0,0,-7945.34,1330.44,-91.3514,3.31744,600,600,7,0,6104,0,0,1), + (100164,15300,531,0,0,-7977.33,1290.18,-73.9862,1.3618,600,600,7,0,6104,0,0,1), + (100165,15300,531,0,0,-8004.93,1257.44,-77.3865,5.60294,600,600,7,0,6104,0,0,1), + (100166,15300,531,0,0,-8022.86,1549.83,-67.2795,4.19316,600,600,7,0,6104,0,0,1), + (100167,15300,531,0,0,-8072.29,1604.66,-59.0491,1.78278,600,600,7,0,6104,0,0,1), + (100168,15300,531,0,0,-8106.03,1618.51,-52.4449,3.80125,600,600,7,0,6104,0,0,1), + (100169,15300,531,0,0,-8163.36,1627.11,-40.2685,2.93732,600,600,7,0,6104,0,0,1), + (104265,7772,1,0,0,-3285.62,2004.17,245.867,2.53433,900,900,0,0,3857,0,0,0), + (105970,15077,0,0,0,-14439.3,475.42,15.892,3.68503,300,300,0,0,3517,0,0,0), + (105971,2624,0,0,0,-12194,769.859,-15.9318,1.96466,300,300,0,0,3036,3191,0,2), + (107578,12758,249,0,0,-27.0481,-219.097,-89.2858,4.76475,180,180,0,0,42,0,0,0), + (122716,14338,429,0,0,581.082,523.293,-25.3194,2.72271,7200,7200,0,0,3517,0,0,0), + (124598,14449,469,0,0,-7615.51,-1025.59,413.465,5.23599,300,300,0,0,42,0,0,0), + (125681,12798,1,0,0,1656.62,-4224.73,56.3759,1.68466,300,300,0,0,4079,0,0,0), + (125682,12797,1,0,0,1643.48,-4217.4,56.3819,0.446869,300,300,0,0,4079,0,0,0), + (127618,16137,533,0,0,2692.16,-3430.75,268.646,1.6057,3600,3600,0,0,42,0,0,0), + (127619,16137,533,0,0,2733.46,-3349.39,267.768,1.78024,3600,3600,0,0,42,0,0,0), + (127620,16137,533,0,0,2739.99,-3321.73,284.232,2.82743,3600,3600,0,0,42,0,0,0), + (127621,16137,533,0,0,2692.21,-3428.78,268.646,1.48353,3600,3600,0,0,42,0,0,0), + (127622,16137,533,0,0,2739.99,-3399.78,284.295,6.10865,3600,3600,0,0,42,0,0,0), + (127623,16137,533,0,0,2714.56,-3430.61,268.646,1.41372,3600,3600,0,0,42,0,0,0), + (127624,16137,533,0,0,2683.89,-3304.21,267.768,2.49582,3600,3600,0,0,42,0,0,0), + (127625,16137,533,0,0,2669.58,-3428.86,268.646,1.37881,3600,3600,0,0,42,0,0,0), + (127626,16137,533,0,0,2700.27,-3322.35,267.768,3.52556,3600,3600,0,0,42,0,0,0), + (127627,16137,533,0,0,2643.73,-3399.68,284.183,6.0912,3600,3600,0,0,42,0,0,0), + (127628,16137,533,0,0,2664.87,-3340.75,267.767,5.93412,3600,3600,0,0,42,0,0,0), + (127629,16137,533,0,0,2725.82,-3309.57,267.769,2.82743,3600,3600,0,0,42,0,0,0), + (127630,16137,533,0,0,2643.73,-3321.73,284.233,6.19592,3600,3600,0,0,42,0,0,0), + (127631,16400,533,0,0,3178.61,-3263.67,316.428,0.760995,3600,3600,0,0,4244,0,0,0), + (127632,16400,533,0,0,3252.53,-3188.57,318.109,0.742117,3600,3600,0,0,4244,0,0,0), + (127633,16400,533,0,0,3230.18,-3211.59,316.593,0.783571,3600,3600,0,0,4244,0,0,0), + (127634,16400,533,0,0,3217.32,-3224.75,316.058,0.825181,3600,3600,0,0,4244,0,0,0), + (127635,16400,533,0,0,3190.63,-3252.56,315.568,3.91208,3600,3600,0,0,4244,0,0,0), + (127636,16400,533,0,0,3200.39,-3242.83,315.141,3.95566,3600,3600,0,0,4244,0,0,0), + (127637,16400,533,0,0,3238.55,-3203.86,316.919,3.83134,3600,3600,0,0,4244,0,0,0), + (127676,15384,533,0,0,3270.13,-3169.95,297.506,5.88176,3600,3600,0,0,42,0,0,0), + (127677,15384,533,0,0,3255.71,-3135.68,297.506,1.8675,3600,3600,0,0,42,0,0,0), + (127678,15384,533,0,0,3005.59,-3434.15,304.278,3.35103,3600,3600,0,0,42,0,0,0), + (127679,15384,533,0,0,3307.3,-3183.45,297.506,5.74213,3600,3600,0,0,42,0,0,0), + (127680,15384,533,0,0,2772.57,-3685.28,273.749,6.21337,3600,3600,0,0,42,0,0,0), + (127706,14881,533,0,0,3287.81,-3450.87,287.077,3.4216,3600,3600,5,0,42,0,0,1), + (127707,14881,533,0,0,3337.11,-3490.32,287.087,3.53,3600,3600,0,0,42,0,0,0), + (127708,14881,533,0,0,3127.2,-3552.16,287.081,1.56623,3600,3600,5,0,42,0,0,1), + (127709,14881,533,0,0,3074.22,-3555.82,287.076,2.91462,3600,3600,5,0,42,0,0,1), + (127710,14881,533,0,0,3158.75,-3486.43,287.081,3.8418,3600,3600,5,0,42,0,0,1), + (127711,14881,533,0,0,3164.67,-3498.03,300.916,3.90346,3600,3600,5,0,42,0,0,1), + (127712,14881,533,0,0,3362.31,-3684.58,259.07,5.91014,3600,3600,5,0,42,0,0,1), + (127713,14881,533,0,0,3087.85,-3521.07,287.079,5.39293,3600,3600,5,0,42,0,0,1), + (127714,14881,533,0,0,2956.81,-3173.99,285.591,1.60566,3600,3600,5,0,42,0,0,1), + (127715,14881,533,0,0,3294.54,-3489.41,287.077,0.288907,3600,3600,5,0,42,0,0,1), + (127716,14881,533,0,0,3368.19,-3635.1,259.085,3.66266,3600,3600,5,0,42,0,0,1), + (127717,14881,533,0,0,3198.91,-3614.88,280.305,3.95935,3600,3600,5,0,42,0,0,1), + (127718,14881,533,0,0,3179.61,-3629.73,280.303,4.14412,3600,3600,5,0,42,0,0,1), + (127719,14881,533,0,0,2769.76,-3180.84,300.031,1.56921,3600,3600,5,0,42,0,0,1), + (127720,14881,533,0,0,3200.08,-3463.78,300.8,0.017622,3600,3600,5,0,42,0,0,1), + (127721,14881,533,0,0,3313.28,-3671.11,281.972,3.86845,3600,3600,5,0,42,0,0,1), + (127722,14881,533,0,0,3219.68,-3789.26,273.91,5.23516,3600,3600,5,0,42,0,0,1), + (127723,14881,533,0,0,3162.43,-3789.12,273.95,6.02155,3600,3600,5,0,42,0,0,1), + (127724,14881,533,0,0,2941.87,-3346.26,318.111,4.76577,3600,3600,5,0,42,0,0,1), + (127725,14881,533,0,0,3185.17,-3792.45,273.951,4.2457,3600,3600,5,0,42,0,0,1), + (127726,14881,533,0,0,2911.67,-3570.2,304.348,1.57032,3600,3600,5,0,42,0,0,1), + (127727,14881,533,0,0,3384.41,-3651.55,282.512,1.75656,3600,3600,5,0,42,0,0,1), + (127728,14881,533,0,0,3034.9,-3470.6,298.22,5.62082,3600,3600,5,0,42,0,0,1), + (127729,14881,533,0,0,3226.91,-3686.06,300.899,1.59974,3600,3600,5,0,42,0,0,1), + (127730,14881,533,0,0,3158.45,-3607.72,280.305,5.48026,3600,3600,5,0,42,0,0,1), + (127731,14881,533,0,0,3123.39,-3511.76,287.312,4.39118,3600,3600,5,0,42,0,0,1), + (127732,14881,533,0,0,3255.24,-3452.69,287.076,0.363795,3600,3600,5,0,42,0,0,1), + (127733,14881,533,0,0,3230.74,-3666.8,287.057,3.64395,3600,3600,5,0,42,0,0,1), + (127734,14881,533,0,0,3091.63,-3537.93,310.113,3.92356,3600,3600,5,0,42,0,0,1), + (127735,14881,533,0,0,3342.3,-3644.27,259.085,6.22306,3600,3600,5,0,42,0,0,1), + (127736,14881,533,0,0,3254.85,-3502.14,287.076,4.78578,3600,3600,5,0,42,0,0,1), + (127737,14881,533,0,0,3229.92,-3468.46,287.076,1.09541,3600,3600,5,0,42,0,0,1), + (127738,14881,533,0,0,3137.56,-3795.61,273.952,4.24697,3600,3600,5,0,42,0,0,1), + (127739,14881,533,0,0,3222.88,-3455.11,287.077,2.76664,3600,3600,0,0,42,0,0,0), + (127740,14881,533,0,0,2841.98,-3346.14,310.709,5.51024,3600,3600,5,0,42,0,0,1), + (127741,14881,533,0,0,3172.87,-3593.79,280.306,4.62716,3600,3600,5,0,42,0,0,1), + (127794,16194,533,0,0,2707.62,-3244.26,267.682,1.37881,3600,3600,0,0,113184,0,0,0), + (127795,16194,533,0,0,2681.25,-3215.83,267.611,5.46288,3600,3600,0,0,113184,0,0,0), + (127796,16194,533,0,0,2712.35,-3127.26,267.554,2.65744,3600,3600,5,0,113184,0,0,1), + (127797,16194,533,0,0,2718.03,-3135.9,267.522,4.42918,3600,3600,5,0,113184,0,0,1), + (127798,16194,533,0,0,2712.7,-3180.11,267.605,1.69297,3600,3600,0,0,113184,0,0,0), + (127799,16194,533,0,0,2724.37,-3219.95,267.605,0.261799,3600,3600,0,0,113184,0,0,0), + (127802,16211,533,0,0,2784.04,-3086.38,267.768,3.92699,3600,3600,0,0,42,0,0,0), + (127803,16211,533,0,0,2835.89,-3215.61,298.344,1.01229,3600,3600,0,0,42,0,0,0), + (127804,16211,533,0,0,2756.07,-3113.2,267.768,0.890118,3600,3600,0,0,42,0,0,0), + (127805,16211,533,0,0,2814.28,-3154.13,298.229,4.76475,3600,3600,0,0,42,0,0,0), + (127806,16211,533,0,0,2779.97,-3115.92,267.768,2.16421,3600,3600,0,0,42,0,0,0), + (127807,16211,533,0,0,2860.08,-3187.86,298.234,3.08923,3600,3600,0,0,42,0,0,0), + (127808,16211,533,0,0,2760.84,-3082.67,267.768,5.25344,3600,3600,0,0,42,0,0,0), + (127809,16211,533,0,0,2825.51,-3154.79,298.229,4.5204,3600,3600,0,0,42,0,0,0), + (127810,16211,533,0,0,2844.48,-3157.53,298.233,4.2237,3600,3600,0,0,42,0,0,0), + (127811,16211,533,0,0,2827.83,-3209.98,298.344,0.994838,3600,3600,0,0,42,0,0,0), + (127812,16211,533,0,0,2851.85,-3162.62,298.236,4.08407,3600,3600,0,0,42,0,0,0), + (127813,16211,533,0,0,2859.65,-3180.16,298.237,3.24631,3600,3600,0,0,42,0,0,0), + (127815,16215,533,0,0,2703.69,-3240.64,267.669,1.78024,3600,3600,0,0,88032,0,0,0), + (127816,16215,533,0,0,2731.01,-3154.15,267.589,2.08039,3600,3600,5,0,88032,0,0,1), + (127817,16215,533,0,0,2742.73,-3164.88,267.652,5.22196,3600,3600,5,0,88032,0,0,1), + (127818,16215,533,0,0,2691.04,-3216.55,267.605,0.942478,3600,3600,0,0,88032,0,0,0), + (127819,16215,533,0,0,2667.47,-3173,267.604,4.13059,3600,3600,5,0,88032,0,0,1), + (127820,16215,533,0,0,2671.65,-3175.75,267.577,4.13054,3600,3600,5,0,88032,0,0,1), + (127821,16215,533,0,0,2734.57,-3221.58,267.623,2.00713,3600,3600,0,0,88032,0,0,0), + (127822,16216,533,0,0,2739.77,-3219.47,267.539,4.46863,3600,3600,5,0,94320,0,0,1), + (127823,16216,533,0,0,2731.77,-3230.92,267.679,4.46872,3600,3600,5,0,94320,0,0,1), + (127824,16216,533,0,0,2708.13,-3174.65,267.605,0.418879,3600,3600,0,0,94320,0,0,0), + (127840,16998,533,0,0,2960.72,-3433.41,298.227,2.94052,3600,3600,5,0,102,0,0,1), + (127981,15979,533,0,0,3224.83,-3802.96,274.032,2.30383,3600,3600,0,0,110040,0,0,0), + (127982,15979,533,0,0,3138.52,-3778.58,274.032,5.18363,3600,3600,0,0,110040,0,0,0), + (105982,8717,0,0,0,-11830,-3226,-30,3.899,6300,6300,9,0,56592,0,0,1), + (105981,8718,0,0,0,-11845,-3216,-29,0.103,6300,6300,0,0,48832,0,0,0), + (105980,8717,0,0,0,-11846,-3210,-29,0.146,6300,6300,0,0,56592,0,0,0), + (105979,8718,0,0,0,-11848,-3186,-29,0.092,6300,6300,0,0,48832,0,0,0), + (105978,8717,0,0,0,-11848,-3192,-29,0.005,6300,6300,0,0,56592,0,0,0), + (105977,8717,0,0,0,-11871,-3222,-15,0.134,6300,6300,0,0,56592,0,0,0), + (105976,8717,0,0,0,-11876,-3187,-15,0.114,6300,6300,0,0,56592,0,0,0), + (105975,8717,0,0,0,-11888,-3216,-14,0.304,6300,6300,0,0,56592,0,0,0), + (105974,8718,0,0,0,-11889,-3214,-14,0.176,6300,6300,0,0,48832,0,0,0), + (105973,8717,0,0,0,-11891,-3196,-14,0.04,6300,6300,0,0,56592,0,0,0), + (128137,16030,533,0,0,3318,-3335.55,292.678,1.18682,3600,3600,0,0,8,0,0,0), + (128138,16030,533,0,0,3320.82,-3342.62,292.678,1.0472,3600,3600,0,0,8,0,0,0), + (128139,16030,533,0,0,3315.06,-3348.81,292.678,3.05433,3600,3600,0,0,8,0,0,0), + (128140,16030,533,0,0,3306.47,-3347.18,292.678,0.698132,3600,3600,0,0,8,0,0,0), + (128141,16030,533,0,0,3313.49,-3340.97,292.678,0.401426,3600,3600,0,0,8,0,0,0), + (128142,16030,533,0,0,3038.89,-3474.74,298.216,4.69145,3600,3600,5,0,8,0,0,1), + (128143,16030,533,0,0,2991.84,-3463.04,298.219,2.34906,3600,3600,5,0,8,0,0,1), + (128144,16030,533,0,0,3008.69,-3402.87,298.218,3.6405,3600,3600,5,0,8,0,0,1), + (128145,16030,533,0,0,3046.72,-3429.97,298.222,4.51829,3600,3600,5,0,8,0,0,1), + (128146,16030,533,0,0,3103.34,-3292.8,294.599,2.9147,3600,3600,0,0,8,0,0,0), + (128147,16030,533,0,0,3126.26,-3365.8,294.572,0.191986,3600,3600,0,0,8,0,0,0), + (128148,16030,533,0,0,3128.58,-3369.78,294.568,1.91986,3600,3600,0,0,8,0,0,0), + (128149,16030,533,0,0,3129.73,-3364.55,294.572,5.65487,3600,3600,0,0,8,0,0,0), + (128150,16030,533,0,0,3122.03,-3366.45,294.581,3.14159,3600,3600,0,0,8,0,0,0), + (128151,16030,533,0,0,3124.71,-3362.47,294.575,0.820305,3600,3600,0,0,8,0,0,0), + (128152,16030,533,0,0,3251.99,-3351.52,292.678,2.75762,3600,3600,0,0,8,0,0,0), + (128153,16030,533,0,0,3246.14,-3356.44,292.595,3.5914,3600,3600,5,0,8,0,0,1), + (128154,16030,533,0,0,3254.5,-3347.45,292.678,0.610865,3600,3600,0,0,8,0,0,0), + (128155,16030,533,0,0,3254.41,-3356.07,292.678,0.994838,3600,3600,0,0,8,0,0,0), + (128156,16030,533,0,0,3248.11,-3348.84,292.678,4.27606,3600,3600,0,0,8,0,0,0), + (128157,16030,533,0,0,3076.54,-3314.61,294.572,2.44346,3600,3600,0,0,8,0,0,0), + (128158,16030,533,0,0,3071.26,-3314,294.571,2.93215,3600,3600,0,0,8,0,0,0), + (128159,16030,533,0,0,3078.04,-3310.57,294.573,4.20624,3600,3600,0,0,8,0,0,0), + (128160,16030,533,0,0,3075.48,-3318.7,294.58,0.942478,3600,3600,0,0,8,0,0,0), + (128161,16030,533,0,0,3080.41,-3315.86,294.575,0.174533,3600,3600,0,0,8,0,0,0), + (128162,16030,533,0,0,3115.43,-3264.77,294.531,3.57792,3600,3600,0,0,8,0,0,0), + (128163,16030,533,0,0,3060.06,-3239.59,294.146,5.84685,3600,3600,0,0,8,0,0,0), + (128164,16030,533,0,0,3012.85,-3148.56,294.159,5.37561,3600,3600,0,0,8,0,0,0), + (128165,16030,533,0,0,3269.68,-3270.23,292.678,0.383972,3600,3600,0,0,8,0,0,0), + (128166,16030,533,0,0,3179.1,-3313.12,294.618,3.12414,3600,3600,0,0,8,0,0,0), + (128167,16030,533,0,0,3125.16,-3066.66,294.156,1.20428,3600,3600,0,0,8,0,0,0), + (128168,16030,533,0,0,3322.63,-3226.65,294.146,3.50811,3600,3600,0,0,8,0,0,0), + (128169,16030,533,0,0,3175.82,-3326.75,294.611,3.54302,3600,3600,0,0,8,0,0,0), + (128170,16030,533,0,0,3301.85,-3270.85,292.678,0.10472,3600,3600,0,0,8,0,0,0), + (81850,16036,533,0,0,2882.09,-3666.31,278.314,0.195764,30,30,5,0,10682,0,0,1), + (81849,16036,533,0,0,2898.02,-3678.33,281.756,4.20577,30,30,5,0,10682,0,0,1), + (81848,16036,533,0,0,2910.6,-3645.1,276.479,0.60588,30,30,5,0,10682,0,0,1), + (81847,16036,533,0,0,2903.49,-3623.25,276.547,4.57012,30,30,5,0,10682,0,0,1), + (81846,16036,533,0,0,2882.46,-3684.13,281.972,4.65357,30,30,5,0,10682,0,0,1), + (81845,16036,533,0,0,2849.72,-3598.39,262.169,6.0716,30,30,5,0,10682,0,0,1), + (81844,16036,533,0,0,2858.01,-3625.88,266.06,0.533252,30,30,5,0,10682,0,0,1), + (81843,16036,533,0,0,2884.37,-3609.46,270.062,4.53786,30,30,5,0,10682,0,0,1), + (81842,16036,533,0,0,2838.08,-3585.05,256.51,3.13582,30,30,5,0,10682,0,0,1), + (81841,16036,533,0,0,2846.93,-3673.22,275.397,0.518297,30,30,5,0,10682,0,0,1), + (81840,16036,533,0,0,2895.23,-3581.66,272.621,4.56721,30,30,5,0,10682,0,0,1), + (81839,16036,533,0,0,2862.88,-3597.03,264.963,3.75811,30,30,5,0,10682,0,0,1), + (81838,16036,533,0,0,2847.23,-3629.75,264.236,5.82305,30,30,5,0,10682,0,0,1), + (81837,16036,533,0,0,2826.03,-3625.75,260.003,3.32876,30,30,5,0,10682,0,0,1), + (81836,16036,533,0,0,2865.58,-3666.23,276.285,0.506145,30,30,5,0,10682,0,0,1), + (81835,16036,533,0,0,2798.31,-3550.75,250.488,5.30268,30,30,5,0,10682,0,0,1), + (81834,16036,533,0,0,2672.38,-3626.03,266.216,2.23042,30,30,5,0,10682,0,0,1), + (81833,16036,533,0,0,2690.14,-3610.98,262.288,3.522,30,30,5,0,10682,0,0,1), + (81832,16036,533,0,0,2819.89,-3611.05,258.76,3.07478,30,30,5,0,10682,0,0,1), + (81831,16036,533,0,0,2827.71,-3545.17,253.835,1.06708,30,30,5,0,10682,0,0,1), + (81830,16036,533,0,0,2799.9,-3621.68,256.059,1.50074,30,30,5,0,10682,0,0,1), + (81829,16036,533,0,0,2698.5,-3585.11,260.779,4.6984,30,30,5,0,10682,0,0,1), + (81828,16036,533,0,0,2696.57,-3624.93,262.695,5.74449,30,30,5,0,10682,0,0,1), + (81827,16036,533,0,0,2814.13,-3573,253.391,0.676703,30,30,5,0,10682,0,0,1), + (81826,16036,533,0,0,2659.54,-3605.86,262.47,5.67471,30,30,5,0,10682,0,0,1), + (81825,16036,533,0,0,2799.17,-3611.1,255.91,4.3298,30,30,5,0,10682,0,0,1), + (81824,16036,533,0,0,2796.73,-3566.92,252.077,4.92366,30,30,5,0,10682,0,0,1), + (81823,16036,533,0,0,2719.04,-3576.17,260.124,3.97935,30,30,5,0,10682,0,0,1), + (81822,16036,533,0,0,2753.11,-3554.85,255.363,1.95934,30,30,5,0,10682,0,0,1), + (81821,16036,533,0,0,2735,-3608.37,258.858,3.46578,30,30,5,0,10682,0,0,1), + (81820,16036,533,0,0,2764.99,-3540.81,253.574,0.534628,30,30,5,0,10682,0,0,1), + (81819,16036,533,0,0,2721.05,-3615.26,260.121,1.29809,30,30,5,0,10682,0,0,1), + (81818,16036,533,0,0,2773.89,-3553.93,251.001,1.82657,30,30,5,0,10682,0,0,1), + (81817,16036,533,0,0,2746.83,-3596.91,257.529,4.06809,30,30,5,0,10682,0,0,1), + (128272,16056,533,0,0,2900.43,-3756.91,273.689,1.72788,3600,3600,0,0,3052,0,0,0), + (128273,16056,533,0,0,2806.49,-3787.34,273.679,3.15905,3600,3600,0,0,3052,0,0,0), + (128274,16056,533,0,0,2805.8,-3777.39,273.704,2.09439,3600,3600,0,0,3052,0,0,0), + (128275,16056,533,0,0,2789.35,-3756.75,273.704,2.75762,3600,3600,0,0,3052,0,0,0), + (128276,16056,533,0,0,2784.84,-3761.65,273.704,1.01229,3600,3600,0,0,3052,0,0,0), + (128277,16056,533,0,0,2783.87,-3748.3,273.704,5.98648,3600,3600,0,0,3052,0,0,0), + (128278,16056,533,0,0,2844.88,-3775,273.704,4.08407,3600,3600,0,0,3052,0,0,0), + (128279,16056,533,0,0,2853.38,-3782.95,273.69,1.8675,3600,3600,0,0,3052,0,0,0), + (128280,16056,533,0,0,2896.02,-3787.39,273.683,2.82743,3600,3600,0,0,3052,0,0,0), + (128281,16056,533,0,0,2876.47,-3789.07,273.668,4.95674,3600,3600,0,0,3052,0,0,0), + (128282,16056,533,0,0,2887.12,-3776.81,273.704,0.645772,3600,3600,0,0,3052,0,0,0), + (128283,16056,533,0,0,2857.69,-3748.92,273.675,1.3439,3600,3600,0,0,3052,0,0,0), + (128284,16056,533,0,0,2872.54,-3754.76,273.681,1.25664,3600,3600,0,0,3052,0,0,0), + (128285,16056,533,0,0,2838.36,-3754.8,273.704,4.59022,3600,3600,0,0,3052,0,0,0), + (128286,16056,533,0,0,2821.22,-3751.85,273.703,5.98648,3600,3600,0,0,3052,0,0,0), + (128287,16056,533,0,0,2762.27,-3774.95,273.704,1.88496,3600,3600,0,0,3052,0,0,0), + (128288,16056,533,0,0,2750.7,-3760.29,273.869,3.10669,3600,3600,0,0,3052,0,0,0), + (128319,16068,533,0,0,2847.36,-3688.1,279.027,4.76567,3600,3600,5,0,8,0,0,1), + (128320,16068,533,0,0,2862.42,-3671.69,276.904,1.73453,3600,3600,5,0,8,0,0,1), + (128321,16068,533,0,0,2755.28,-3590.7,256.861,6.0064,3600,3600,5,0,8,0,0,1), + (128322,16068,533,0,0,2833.08,-3548.21,254.238,1.05746,3600,3600,5,0,8,0,0,1), + (128323,16068,533,0,0,2765.66,-3581.11,255.935,3.78032,3600,3600,5,0,8,0,0,1), + (128324,16068,533,0,0,2894.29,-3618.93,273.603,2.11469,3600,3600,5,0,8,0,0,1), + (128325,16068,533,0,0,2775.15,-3559.07,250.923,5.44874,3600,3600,5,0,8,0,0,1), + (128326,16068,533,0,0,2773.29,-3616.7,254.731,2.82547,3600,3600,5,0,8,0,0,1), + (128327,16068,533,0,0,2889.84,-3678.42,281.347,4.25105,3600,3600,5,0,8,0,0,1), + (128328,16068,533,0,0,2734.93,-3597.33,258.319,0.807797,3600,3600,5,0,8,0,0,1), + (128329,16068,533,0,0,2801.9,-3589.27,254.856,2.63119,3600,3600,5,0,8,0,0,1), + (128330,16068,533,0,0,2879.9,-3650.04,274.982,0.10067,3600,3600,5,0,8,0,0,1), + (128331,16068,533,0,0,2881.9,-3620.86,270.75,0.244238,3600,3600,5,0,8,0,0,1), + (128332,16068,533,0,0,2912.48,-3586.57,274.36,1.10071,3600,3600,5,0,8,0,0,1), + (128333,16068,533,0,0,2899.39,-3700.27,285.613,0.090022,3600,3600,5,0,8,0,0,1), + (128334,16068,533,0,0,2877.12,-3691.8,282.437,4.89036,3600,3600,5,0,8,0,0,1), + (128335,16068,533,0,0,2673.3,-3624.03,265.549,2.16559,3600,3600,5,0,8,0,0,1), + (128336,16068,533,0,0,2861.03,-3648.37,272.216,3.87341,3600,3600,5,0,8,0,0,1), + (128337,16068,533,0,0,2860.04,-3706.87,284.113,4.24212,3600,3600,5,0,8,0,0,1), + (128338,16068,533,0,0,2811.54,-3576.31,253.609,4.81057,3600,3600,5,0,8,0,0,1), + (128339,16068,533,0,0,2865.75,-3658.31,274.641,0.458959,3600,3600,5,0,8,0,0,1), + (128340,16068,533,0,0,2896.11,-3656.78,277.51,0.313374,3600,3600,5,0,8,0,0,1), + (128341,16068,533,0,0,2905.33,-3682.31,283.876,0.59482,3600,3600,5,0,8,0,0,1), + (128342,16068,533,0,0,2895.52,-3572.9,272.322,2.09725,3600,3600,5,0,8,0,0,1), + (128343,16068,533,0,0,2855.79,-3618.3,263.904,0.579871,3600,3600,5,0,8,0,0,1), + (128344,16068,533,0,0,2790.42,-3585.39,253.704,1.4536,3600,3600,5,0,8,0,0,1), + (128345,16068,533,0,0,2897.74,-3646.21,276.007,1.83488,3600,3600,5,0,8,0,0,1), + (128346,16068,533,0,0,2704,-3600.04,260.803,1.0333,3600,3600,5,0,8,0,0,1), + (128347,16068,533,0,0,2689.36,-3594.03,261.013,5.88405,3600,3600,5,0,8,0,0,1), + (128348,16068,533,0,0,2875.86,-3705.54,284.832,3.04009,3600,3600,5,0,8,0,0,1), + (128349,16068,533,0,0,2869.41,-3589.09,266.096,1.27594,3600,3600,5,0,8,0,0,1), + (128350,16068,533,0,0,2884.94,-3598.44,269.901,1.45662,3600,3600,5,0,8,0,0,1), + (128351,16082,533,0,0,3122.96,-3152.1,342.371,6.10865,3600,3600,0,0,42,0,0,0), + (128354,4075,533,0,0,2862.24,-3221.67,274.281,6.15288,3600,3600,5,0,8,0,0,1), + (128355,4075,533,0,0,2850.01,-3069.62,273.745,3.45795,3600,3600,5,0,8,0,0,1), + (128356,4075,533,0,0,3343.67,-3329.04,292.678,1.22173,3600,3600,0,0,8,0,0,0), + (128357,4075,533,0,0,2798.81,-3397.75,267.685,2.03858,3600,3600,5,0,8,0,0,1), + (128358,4075,533,0,0,2757.92,-3245.05,267.717,4.34936,3600,3600,5,0,8,0,0,1), + (128359,4075,533,0,0,2779.72,-3402.66,267.686,0.077889,3600,3600,5,0,8,0,0,1), + (128360,4075,533,0,0,2854.37,-3252.37,298.109,3.09705,3600,3600,5,0,8,0,0,1), + (128361,4075,533,0,0,2821.19,-3210.31,298.291,0.612072,3600,3600,5,0,8,0,0,1), + (128362,4075,533,0,0,2980.29,-3198.71,294.146,3.56047,3600,3600,0,0,8,0,0,0), + (128363,4075,533,0,0,2861.21,-3468.68,297.871,4.17484,3600,3600,5,0,8,0,0,1), + (128364,4075,533,0,0,2683.21,-3254.64,267.723,1.51289,3600,3600,5,0,8,0,0,1), + (128365,4075,533,0,0,3254.77,-3263.22,292.678,2.87979,3600,3600,0,0,8,0,0,0), + (128366,4075,533,0,0,2628.21,-3538.8,261.853,2.68703,3600,3600,5,0,8,0,0,1), + (128367,4075,533,0,0,2790.74,-3154.29,298.148,6.07273,3600,3600,5,0,8,0,0,1), + (128368,4075,533,0,0,2962.72,-3356.16,298.127,2.36018,3600,3600,5,0,8,0,0,1), + (128369,4075,533,0,0,2791.8,-3207.55,273.819,0.161498,3600,3600,5,0,8,0,0,1), + (128370,4075,533,0,0,2913.79,-3370.73,298.139,2.61752,3600,3600,5,0,8,0,0,1), + (128371,4075,533,0,0,2931.33,-3221.42,273.787,4.48913,3600,3600,5,0,8,0,0,1), + (128372,4075,533,0,0,2745.92,-3658.74,285.253,5.25344,3600,3600,5,0,8,0,0,1), + (128373,4075,533,0,0,2871.23,-3364.54,298.146,1.52012,3600,3600,5,0,8,0,0,1), + (128374,4075,533,0,0,2799.5,-3301.39,267.685,2.71451,3600,3600,5,0,8,0,0,1), + (128375,4075,533,0,0,2892.38,-3469.16,297.863,3.14837,3600,3600,5,0,8,0,0,1), + (128376,4075,533,0,0,2985.75,-3243.94,294.146,3.56047,3600,3600,0,0,8,0,0,0), + (128377,4075,533,0,0,3195.98,-3308.35,292.678,6.23082,3600,3600,0,0,8,0,0,0), + (128378,4075,533,0,0,2690.28,-3260.72,267.738,0.596745,3600,3600,5,0,8,0,0,1), + (128379,4075,533,0,0,2753.39,-3217.74,267.569,2.01382,3600,3600,5,0,8,0,0,1), + (128380,4075,533,0,0,2774.83,-3180.47,273.782,1.09138,3600,3600,5,0,8,0,0,1), + (128381,4075,533,0,0,3343.55,-3292.74,292.678,3.71755,3600,3600,0,0,8,0,0,0), + (128382,4075,533,0,0,3279.03,-3262.9,292.678,3.57792,3600,3600,0,0,8,0,0,0), + (128383,4075,533,0,0,2865.47,-3217.4,274.658,0.301265,3600,3600,5,0,8,0,0,1), + (128384,4075,533,0,0,2705.53,-3077.45,267.685,6.06152,3600,3600,5,0,8,0,0,1), + (128385,4075,533,0,0,2659.89,-3220.11,267.679,5.28339,3600,3600,5,0,8,0,0,1), + (128386,4075,533,0,0,2747.18,-3153.39,267.717,2.46168,3600,3600,5,0,8,0,0,1), + (128387,4075,533,0,0,2828.36,-3279.32,298.099,0.719604,3600,3600,5,0,8,0,0,1), + (128388,4075,533,0,0,2726.03,-3545.26,261.911,1.31996,3600,3600,5,0,8,0,0,1), + (128389,4075,533,0,0,2948.95,-3163.86,274.504,0.000783,3600,3600,5,0,8,0,0,1), + (128390,4075,533,0,0,2858.15,-3534.33,297.885,1.77236,3600,3600,5,0,8,0,0,1), + (128391,4075,533,0,0,2798.77,-3391.96,267.685,2.36412,3600,3600,5,0,8,0,0,1), + (128392,4075,533,0,0,2776.23,-3326.02,267.684,0.794321,3600,3600,5,0,8,0,0,1), + (128393,4075,533,0,0,2939.08,-3489.07,297.823,2.24602,3600,3600,5,0,8,0,0,1), + (128394,4075,533,0,0,3197.27,-3270.23,292.678,4.2237,3600,3600,0,0,8,0,0,0), + (128395,4075,533,0,0,2773.42,-3160.4,298.147,4.59206,3600,3600,5,0,8,0,0,1), + (128396,4075,533,0,0,3201.55,-3356.08,292.678,5.42797,3600,3600,0,0,8,0,0,0), + (128397,4075,533,0,0,3201.14,-3368.57,292.678,1.18682,3600,3600,0,0,8,0,0,0), + (128398,4075,533,0,0,3201.36,-3364.57,292.678,6.21337,3600,3600,0,0,8,0,0,0), + (128399,4075,533,0,0,3196.74,-3356.55,292.678,0.244346,3600,3600,0,0,8,0,0,0), + (128400,4075,533,0,0,3190.56,-3348.45,292.678,5.41052,3600,3600,0,0,8,0,0,0), + (128401,4075,533,0,0,3194.27,-3351.64,292.678,0.488692,3600,3600,0,0,8,0,0,0), + (128402,4075,533,0,0,3204.66,-3360.4,292.678,6.0912,3600,3600,0,0,8,0,0,0), + (128403,4075,533,0,0,3192.33,-3357.58,292.678,2.63545,3600,3600,0,0,8,0,0,0), + (128404,4075,533,0,0,3201.96,-3374.83,292.595,4.78349,3600,3600,5,0,8,0,0,1), + (128405,4075,533,0,0,3190.75,-3375.17,292.678,2.44346,3600,3600,0,0,8,0,0,0), + (128406,4075,533,0,0,2745.8,-3712.84,285.262,5.70723,3600,3600,5,0,8,0,0,1), + (128407,4075,533,0,0,2635.35,-3522.12,261.93,3.63578,3600,3600,5,0,8,0,0,1), + (128408,4075,533,0,0,2916.49,-3150.86,274.268,3.08401,3600,3600,5,0,8,0,0,1), + (128409,4075,533,0,0,3347.26,-3319.77,292.678,3.15905,3600,3600,0,0,8,0,0,0), + (128410,4075,533,0,0,2797.65,-3307.94,267.685,3.05083,3600,3600,5,0,8,0,0,1), + (128411,4075,533,0,0,2933.28,-3531.7,298.418,4.11675,3600,3600,5,0,8,0,0,1), + (128412,4075,533,0,0,2797.56,-3658.15,285.262,2.32129,3600,3600,5,0,8,0,0,1), + (128413,4075,533,0,0,2752.13,-3228.54,267.567,1.37531,3600,3600,5,0,8,0,0,1), + (128414,4075,533,0,0,2939.99,-3209.17,273.787,2.50452,3600,3600,5,0,8,0,0,1), + (128415,4075,533,0,0,3081.84,-3062.09,294.151,5.044,3600,3600,0,0,8,0,0,0), + (128416,4075,533,0,0,3084.76,-3063.93,294.154,3.59538,3600,3600,0,0,8,0,0,0), + (128417,4075,533,0,0,3087.03,-3062.32,294.153,2.37365,3600,3600,0,0,8,0,0,0), + (128418,4075,533,0,0,3091.66,-3065.17,294.158,3.78736,3600,3600,0,0,8,0,0,0), + (128419,4075,533,0,0,3096.33,-3067.03,294.161,3.78736,3600,3600,0,0,8,0,0,0), + (128420,4075,533,0,0,3097.6,-3063.46,294.158,3.83972,3600,3600,0,0,8,0,0,0), + (128421,4075,533,0,0,3089.47,-3062.15,294.153,6.0912,3600,3600,0,0,8,0,0,0), + (128422,4075,533,0,0,3085.19,-3058.58,294.148,0.20944,3600,3600,0,0,8,0,0,0), + (128423,4075,533,0,0,3095.58,-3059.41,294.152,1.44862,3600,3600,0,0,8,0,0,0), + (128424,4075,533,0,0,3088.22,-3065.31,294.157,2.30383,3600,3600,0,0,8,0,0,0), + (128425,4075,533,0,0,2940.28,-3297.49,298.229,5.60251,3600,3600,0,0,8,0,0,0), + (128426,4075,533,0,0,3023.22,-3105,294.147,2.80998,3600,3600,0,0,8,0,0,0), + (128427,4075,533,0,0,3027.07,-3101.84,294.151,4.85202,3600,3600,0,0,8,0,0,0), + (128428,4075,533,0,0,3024.52,-3102.71,294.148,5.46288,3600,3600,0,0,8,0,0,0), + (128429,4075,533,0,0,3015.25,-3110.68,294.155,3.71755,3600,3600,0,0,8,0,0,0), + (128430,4075,533,0,0,3026.8,-3095.25,294.152,0.610865,3600,3600,0,0,8,0,0,0), + (128431,4075,533,0,0,3019.95,-3102.67,294.147,0.20944,3600,3600,0,0,8,0,0,0), + (128432,4075,533,0,0,3027.04,-3098.89,294.153,3.31613,3600,3600,0,0,8,0,0,0), + (128433,4075,533,0,0,3028.62,-3097.12,294.154,4.66003,3600,3600,0,0,8,0,0,0), + (128434,4075,533,0,0,3020.6,-3108.74,294.151,4.74729,3600,3600,0,0,8,0,0,0), + (128435,4075,533,0,0,3021.4,-3102.96,294.146,3.85718,3600,3600,0,0,8,0,0,0), + (128436,4075,533,0,0,3009.89,-3255.94,294.146,4.11898,3600,3600,0,0,8,0,0,0), + (128437,4075,533,0,0,2892.94,-3158.46,273.787,4.79605,3600,3600,5,0,8,0,0,1), + (128438,4075,533,0,0,2903.89,-3218.66,273.787,2.37032,3600,3600,5,0,8,0,0,1), + (128439,4075,533,0,0,2821.79,-3223.4,298.32,3.69071,3600,3600,5,0,8,0,0,1), + (128440,4075,533,0,0,2852.78,-3219.24,273.787,5.08628,3600,3600,5,0,8,0,0,1), + (128441,4075,533,0,0,2659.73,-3212.53,267.664,5.31375,3600,3600,5,0,8,0,0,1), + (128442,4075,533,0,0,2699.33,-3085.07,267.685,0.023725,3600,3600,5,0,8,0,0,1), + (128443,4075,533,0,0,2794.68,-3403.76,267.686,2.68793,3600,3600,5,0,8,0,0,1), + (128444,4075,533,0,0,2752.63,-3207.8,267.566,2.53656,3600,3600,5,0,8,0,0,1), + (128445,4075,533,0,0,2838.21,-3066.32,273.798,3.34716,3600,3600,5,0,8,0,0,1), + (128446,4075,533,0,0,2872.69,-3151.1,273.787,2.90263,3600,3600,5,0,8,0,0,1), + (128447,4075,533,0,0,2776.98,-3334.2,267.684,1.46036,3600,3600,5,0,8,0,0,1), + (128448,4075,533,0,0,2943.52,-3160.81,273.787,3.86506,3600,3600,5,0,8,0,0,1), + (128449,4075,533,0,0,2750.52,-3160.27,267.724,2.62969,3600,3600,5,0,8,0,0,1), + (128450,4075,533,0,0,2952.48,-3505.97,298.279,3.96102,3600,3600,5,0,8,0,0,1), + (128451,4075,533,0,0,2891.58,-3558.73,297.862,2.78446,3600,3600,5,0,8,0,0,1), + (128452,4075,533,0,0,2860.95,-3077.39,273.736,4.0009,3600,3600,5,0,8,0,0,1), + (128453,4075,533,0,0,2777.25,-3222.09,285.551,0.214748,3600,3600,5,0,8,0,0,1), + (128564,14358,429,0,0,11.7484,396.105,25.1394,2.9147,7200,7200,0,0,9298,0,0,0), + (128745,14361,429,0,0,-29.2467,656.436,-24.649,4.52523,7200,7200,0,0,42,0,0,0), + (131737,14459,469,0,0,-7644.53,-1081.53,408.574,5.2709,300,300,0,0,42,0,0,0), + (131738,12434,469,0,0,-7623.09,-1094.06,407.288,1.44862,300,300,0,0,42,0,0,0), + (131739,12434,469,0,0,-7548.46,-1041.98,407.288,2.02458,300,300,0,0,42,0,0,0), + (131740,12434,469,0,0,-7568.61,-1012.67,407.288,1.51844,300,300,0,0,42,0,0,0), + (131741,12434,469,0,0,-7643.39,-1064.69,407.288,1.71042,300,300,0,0,42,0,0,0), + (131806,14361,429,0,0,-86.2,228.478,-4.98579,1.84191,7200,7200,5,0,42,0,0,1), + (132088,14361,429,0,0,-128.586,904.705,-24.58,6.04717,7200,7200,0,0,42,0,0,0), + (132089,14361,429,0,0,-42.3885,940.362,-24.5777,4.34082,7200,7200,0,0,42,0,0,0), + (132090,14361,429,0,0,96.5049,530.601,28.6031,1.69244,7200,7200,0,0,42,0,0,0), + (132091,14361,429,0,0,89.466,828.222,-24.5804,5.48769,7200,7200,0,0,42,0,0,0), + (132092,14361,429,0,0,-3.17703,466.54,-23.3079,4.26496,7200,7200,0,0,42,0,0,0), + (132093,14361,429,0,0,39.0178,547.056,-23.2938,2.69221,7200,7200,0,0,42,0,0,0), + (132094,14361,429,0,0,15.368,351.889,-4.9858,0.092126,7200,7200,0,0,42,0,0,0), + (132095,14361,429,0,0,133.909,604.361,-27.8828,4.95989,7200,7200,0,0,42,0,0,0), + (132096,14361,429,0,0,77.3021,214.755,-4.98581,1.275,7200,7200,0,0,42,0,0,0), + (132097,14361,429,0,0,-84.5305,498.929,28.6084,2.5688,7200,7200,0,0,42,0,0,0), + (132098,14361,429,0,0,37.05,471.379,-23.2866,0.698098,7200,7200,0,0,42,0,0,0), + (132099,14361,429,0,0,51.2301,912.181,-24.5825,0.586315,7200,7200,0,0,42,0,0,0), + (132100,14361,429,0,0,-167.298,823.017,-24.5814,0.241404,7200,7200,0,0,42,0,0,0), + (132101,14361,429,0,0,-19.3399,276.217,-8.43601,5.7737,7200,7200,0,0,42,0,0,0), + (132102,14361,429,0,0,-73.3529,541.221,-4.39554,3.51201,7200,7200,0,0,42,0,0,0), + (132107,14361,429,0,0,-78.4556,337.546,-4.99282,5.62914,7200,7200,0,0,42,0,0,0), + (132108,14361,429,0,0,-103.553,670.813,-24.5898,3.34488,7200,7200,0,0,42,0,0,0), + (132111,14361,429,0,0,85.4778,267.601,-7.98326,5.17146,7200,7200,0,0,42,0,0,0), + (132112,14361,429,0,0,101.775,543.991,-4.40374,2.5541,7200,7200,0,0,42,0,0,0), + (132114,14361,429,0,0,153.77,597.652,-48.4652,1.3223,7200,7200,0,0,42,0,0,0), + (132281,14361,429,0,0,118.22,298.48,-4.70701,3.8986,7200,7200,0,0,42,0,0,0), + (132282,14361,429,0,0,152.117,466.986,-48.4656,3.70535,7200,7200,0,0,42,0,0,0), + (132283,14361,429,0,0,-26.4902,562.957,-23.3052,6.16555,7200,7200,0,0,42,0,0,0), + (132284,14361,429,0,0,14.4261,393.474,25.0565,5.52062,7200,7200,0,0,42,0,0,0), + (132290,14361,429,0,0,47.0136,686.309,-24.5798,0.960597,7200,7200,0,0,42,0,0,0), + (132291,14361,429,0,0,0.717758,467.73,-23.3071,5.75272,7200,7200,0,0,42,0,0,0), + (132297,14361,429,0,0,-28.6871,659.391,-24.562,5.18363,7200,7200,0,0,42,0,0,0), + (132611,14361,429,0,0,132.559,604.333,-27.8811,4.50682,7200,7200,0,0,42,0,0,0), + (132612,14361,429,0,0,-41.1795,940.159,-24.5776,4.75131,7200,7200,0,0,42,0,0,0), + (132613,14361,429,0,0,-73.5557,542.146,-4.39554,3.19564,7200,7200,0,0,42,0,0,0), + (132614,14361,429,0,0,-25.2199,564.125,-23.3052,0.332821,7200,7200,0,0,42,0,0,0), + (132615,14361,429,0,0,15.3677,351.338,-4.9858,6.1921,7200,7200,0,0,42,0,0,0), + (132617,14361,429,0,0,-170.701,819.33,-24.581,4.55113,7200,7200,0,0,42,0,0,0), + (132618,14361,429,0,0,-78.3936,337.625,-4.99283,5.66256,7200,7200,0,0,42,0,0,0), + (132619,14361,429,0,0,74.8674,215.59,-4.98581,2.30134,7200,7200,0,0,42,0,0,0), + (132620,14361,429,0,0,121.332,297.677,-4.98566,5.03001,7200,7200,0,0,42,0,0,0), + (132622,14361,429,0,0,47.2269,681.546,-24.5798,5.41084,7200,7200,0,0,42,0,0,0), + (132623,14361,429,0,0,-128.165,903.174,-24.5799,5.56693,7200,7200,0,0,42,0,0,0), + (132624,14361,429,0,0,81.3111,271.24,-8.21304,2.81457,7200,7200,0,0,42,0,0,0), + (132626,14361,429,0,0,-94.9907,219.111,-4.8571,0.467856,7200,7200,0,0,42,0,0,0), + (132627,14361,429,0,0,98.3529,531.617,28.6033,0.983634,7200,7200,0,0,42,0,0,0), + (132628,14361,429,0,0,-19.5201,279.43,-8.43512,0.620234,7200,7200,0,0,42,0,0,0), + (132629,14361,429,0,0,49.8847,907.745,-24.5827,5.10857,7200,7200,0,0,42,0,0,0), + (132631,14361,429,0,0,-83.2487,494.565,28.6075,4.28512,7200,7200,0,0,42,0,0,0), + (132632,14361,429,0,0,156.03,594.54,-48.4656,6.21553,7200,7200,0,0,42,0,0,0), + (132633,14361,429,0,0,32.4453,471.374,-23.285,2.44403,7200,7200,0,0,42,0,0,0), + (132634,14361,429,0,0,38.8394,546.574,-23.2933,2.86353,7200,7200,0,0,42,0,0,0), + (132636,14361,429,0,0,-99.8547,668.514,-24.5936,4.96657,7200,7200,0,0,42,0,0,0), + (132637,14361,429,0,0,15.2541,395.687,25.0565,0.046596,7200,7200,0,0,42,0,0,0), + (132638,14361,429,0,0,151.987,467.9,-48.4656,2.35581,7200,7200,0,0,42,0,0,0), + (132639,14361,429,0,0,104.389,539.327,-4.40493,4.75068,7200,7200,0,0,42,0,0,0), + (132649,14361,429,0,0,88.1588,828.997,-24.5805,5.23879,7200,7200,0,0,42,0,0,0), + (132652,14366,429,0,0,-6.88932,-199.657,-4.04868,-0.453785,7200,7200,0,0,42,0,0,0), + (132653,14366,429,0,0,133.884,-261.99,-4.06127,-0.488691,7200,7200,0,0,42,0,0,0), + (132672,14366,429,0,0,44.7922,-627.469,-25.0196,-2.47837,7200,7200,0,0,42,0,0,0), + (132673,14366,429,0,0,65.7951,-400.292,-58.5124,-0.628317,7200,7200,0,0,42,0,0,0), + (132674,14366,429,0,0,-93.5294,-406.001,-58.4613,0,7200,7200,0,0,42,0,0,0), + (132676,14366,429,0,0,242.933,-420.132,-119.878,-0.069812,7200,7200,0,0,42,0,0,0), + (132678,14366,429,0,0,468.206,258.98,6.53153,1.02974,7200,7200,0,0,42,0,0,0), + (132679,14366,429,0,0,-156.753,-320.209,-4.06367,1.25664,7200,7200,0,0,42,0,0,0), + (132682,14366,429,0,0,21.9326,-408.795,-58.5319,0,7200,7200,0,0,42,0,0,0), + (132751,14366,429,0,0,-26.4736,-403.435,-58.5319,0.226892,7200,7200,0,0,42,0,0,0), + (132754,14368,429,0,0,164.335,522.497,-48.3836,3.07178,7200,7200,0,0,9298,2434,0,0), + (132824,14369,429,0,0,121.172,468.779,-48.3799,4.67748,7200,7200,0,0,9034,2369,0,0), + (132825,14369,429,0,0,121.754,476.583,-48.3816,1.58825,7200,7200,0,0,9034,2369,0,0), + (132830,14369,429,0,0,186.675,457.618,-48.3594,4.79965,7200,7200,0,0,9034,2369,0,0), + (132832,14369,429,0,0,186.983,479.252,-48.371,1.5708,7200,7200,0,0,9034,2369,0,0), + (132833,14369,429,0,0,114.44,602.178,-27.8082,3.10669,7200,7200,0,0,9034,2369,0,0), + (132834,14369,429,0,0,153.425,626.966,-27.8899,0.017453,7200,7200,0,0,9034,2369,0,0), + (132835,14369,429,0,0,192.928,587.385,-48.3836,6.17846,7200,7200,0,0,9034,2369,0,0), + (132836,14369,429,0,0,163.733,555.391,-48.3836,3.1765,7200,7200,0,0,9034,2369,0,0), + (132838,14369,429,0,0,130.955,524.283,-48.0481,1.61341,7200,7200,5,0,9034,2369,0,1), + (132862,12434,469,0,0,-7583.08,-990.483,407.282,4.81711,300,300,0,0,42,0,0,0), + (132927,14369,429,0,0,128.297,516.187,-48.4718,1.6321,7200,7200,0,0,9034,2369,0,0), + (132928,14369,429,0,0,188.172,537.305,-48.467,1.5966,7200,7200,5,0,9034,2369,0,1), + (132930,14371,429,0,0,120.661,459.211,-48.3785,6.21337,7200,7200,0,0,7292,1923,0,0), + (132931,14381,429,0,0,193.607,514.846,-48.3836,0.122173,7200,7200,0,0,9298,2434,0,0), + (132932,14382,429,0,0,193.167,473.239,-48.4684,0.069813,7200,7200,0,0,9298,2434,0,0), + (132935,14383,429,0,0,135.15,441.452,-48.4619,5.9092,7200,7200,5,0,8774,2289,0,1), + (132943,14398,429,0,0,48.1242,508.601,-3.48436,6.21337,7200,7200,0,0,6891,6867,0,0), + (132944,14398,429,0,0,90.7675,485.778,28.6844,0.314159,7200,7200,0,0,6891,6867,0,0), + (132973,14398,429,0,0,4.40959,505.233,-3.48315,0.942478,7200,7200,0,0,6891,6867,0,0), + (133006,14398,429,0,0,-61.637,526.777,28.6853,3.28122,7200,7200,0,0,6891,6867,0,0), + (133125,14398,429,0,0,56.275,526.81,28.6857,6.00393,7200,7200,0,0,6891,6867,0,0), + (133127,14398,429,0,0,-54.9222,568.482,28.6977,3.61283,7200,7200,0,0,6891,6867,0,0), + (133174,14398,429,0,0,5.64661,567.147,28.6886,5.65487,7200,7200,0,0,6891,6867,0,0), + (133175,14398,429,0,0,-27.428,507.017,-3.48379,1.85005,7200,7200,0,0,6891,6867,0,0), + (133176,14398,429,0,0,-17.0975,531.373,28.6855,0.087266,7200,7200,0,0,6891,6867,0,0), + (133179,14399,429,0,0,-160.717,778.77,-24.5799,0.699583,7200,7200,0,0,16583,9476,0,0), + (133190,14399,429,0,0,-104.205,700.939,-24.5804,6.22566,7200,7200,0,0,16583,9476,0,0), + (133192,14399,429,0,0,-1.45406,678.052,-24.5983,0.367712,7200,7200,0,0,16583,9476,0,0), + (133197,14399,429,0,0,11.9354,685.688,-24.5845,3.38813,7200,7200,0,0,16583,9476,0,0), + (133219,14399,429,0,0,26.8331,918.525,-24.5815,3.58885,7200,7200,0,0,16583,9476,0,0), + (133220,14399,429,0,0,-49.8265,680.977,-24.619,1.92656,7200,7200,0,0,16583,9476,0,0), + (133221,14399,429,0,0,80.4472,837.845,-24.5804,4.63658,7200,7200,0,0,16583,9476,0,0), + (133222,14399,429,0,0,-163.845,815.51,-24.5806,1.20062,7200,7200,0,0,16583,9476,0,0), + (133223,14399,429,0,0,-85.2492,655.659,-24.6093,3.36904,7200,7200,0,0,16583,9476,0,0), + (133226,14399,429,0,0,-8.04339,952.605,-24.5761,0.350919,7200,7200,0,0,16583,9476,0,0), + (133336,14400,429,0,0,10.2301,689.306,-24.5858,2.01124,7200,7200,0,0,1895,2369,0,0), + (133575,14400,429,0,0,15.5537,687.393,-24.5807,2.01124,7200,7200,0,0,1895,2369,0,0), + (133577,14400,429,0,0,-157.657,781.345,-24.5781,0.699599,7200,7200,0,0,1895,2369,0,0), + (133578,14400,429,0,0,-163.293,781.83,-24.5775,0.699554,7200,7200,0,0,1895,2369,0,0), + (133579,14400,429,0,0,-163.778,776.194,-24.5799,0.699584,7200,7200,0,0,1895,2369,0,0), + (133580,14400,429,0,0,-158.142,775.709,-24.5798,0.699584,7200,7200,0,0,1895,2369,0,0), + (133588,14400,429,0,0,-100.212,700.709,-24.5901,6.22567,7200,7200,0,0,1895,2369,0,0), + (133600,14400,429,0,0,-102.022,696.814,-24.5819,4.94846,7200,7200,5,0,1895,2369,0,1), + (133616,14400,429,0,0,-103.342,656.718,-24.5913,4.73315,7200,7200,0,0,1895,2369,0,0), + (133621,14400,429,0,0,-104.435,696.945,-24.5803,6.22567,7200,7200,0,0,1895,2369,0,0), + (133626,14400,429,0,0,2.27855,679.49,-24.5945,0.367713,7200,7200,0,0,1895,2369,0,0), + (133627,14400,429,0,0,-2.89199,681.784,-24.5994,0.367712,7200,7200,0,0,1895,2369,0,0), + (133628,14400,429,0,0,-5.18667,676.614,-24.6021,0.367712,7200,7200,0,0,1895,2369,0,0), + (133629,14400,429,0,0,-0.016136,674.319,-24.5973,0.367701,7200,7200,0,0,1895,2369,0,0), + (133661,14400,429,0,0,8.0564,684.711,-24.5884,3.38813,7200,7200,0,0,1895,2369,0,0), + (133662,14400,429,0,0,12.9116,681.809,-24.5839,3.38813,7200,7200,0,0,1895,2369,0,0), + (133663,14400,429,0,0,43.286,926.417,-24.5816,3.11783,7200,7200,0,0,1895,2369,0,0), + (133664,14400,429,0,0,37.9495,928.293,-24.5813,3.23421,7200,7200,0,0,1895,2369,0,0), + (133729,14400,429,0,0,36.0729,922.957,-24.5815,3.77034,7200,7200,0,0,1895,2369,0,0), + (133730,14400,429,0,0,41.4094,921.08,-24.5818,4.16094,7200,7200,0,0,1895,2369,0,0), + (133740,14400,429,0,0,-51.2197,684.726,-24.6144,1.92656,7200,7200,0,0,1895,2369,0,0), + (133742,14400,429,0,0,-53.576,679.584,-24.6207,1.92656,7200,7200,0,0,1895,2369,0,0), + (133748,14400,429,0,0,-48.4333,677.227,-24.6236,1.92656,7200,7200,0,0,1895,2369,0,0), + (133750,14400,429,0,0,-46.077,682.37,-24.6173,1.92656,7200,7200,0,0,1895,2369,0,0), + (133751,14400,429,0,0,80.1443,833.856,-24.5804,4.63658,7200,7200,0,0,1895,2369,0,0), + (133752,14400,429,0,0,84.4357,837.542,-24.581,4.63659,7200,7200,0,0,1895,2369,0,0), + (133753,14400,429,0,0,80.7502,841.833,-24.5804,4.63658,7200,7200,0,0,1895,2369,0,0), + (133764,14400,429,0,0,76.4587,838.148,-24.5804,4.63658,7200,7200,0,0,1895,2369,0,0), + (133766,14400,429,0,0,-169.049,802.1,-24.5777,1.20062,7200,7200,0,0,1895,2369,0,0), + (133776,14400,429,0,0,-163.649,806.44,-24.5786,1.20062,7200,7200,0,0,1895,2369,0,0), + (133778,14400,429,0,0,-170.106,808.951,-24.58,1.20062,7200,7200,0,0,1895,2369,0,0), + (133779,14400,429,0,0,-75.0397,658.022,-24.6192,3.36903,7200,7200,0,0,1895,2369,0,0), + (133780,14400,429,0,0,-81.6663,660.044,-24.6124,3.36904,7200,7200,0,0,1895,2369,0,0), + (133781,14400,429,0,0,-80.1041,653.294,-24.6146,3.36904,7200,7200,0,0,1895,2369,0,0), + (133807,14400,429,0,0,-4.28716,953.98,-24.5759,0.35092,7200,7200,0,0,1895,2369,0,0), + (133810,14400,429,0,0,-9.41844,956.362,-24.5762,0.35092,7200,7200,0,0,1895,2369,0,0), + (133817,14400,429,0,0,-11.7996,951.23,-24.5762,0.35092,7200,7200,0,0,1895,2369,0,0), + (133819,14400,429,0,0,-6.66835,948.849,-24.5759,0.35092,7200,7200,0,0,1895,2369,0,0), + (133821,13916,429,0,0,13.4514,277.628,1.51433,2.28638,7200,7200,0,0,3748,2306,0,0), + (133827,2914,429,0,0,818.277,389.744,40.398,3.27638,7200,7200,0,0,8,0,0,0), + (133829,2914,429,0,0,285.544,326.648,2.85303,2.63937,7200,7200,0,0,8,0,0,0), + (133945,2914,429,0,0,294.365,178.076,2.85547,4.62485,7200,7200,0,0,8,0,0,0), + (133946,2914,429,0,0,765.637,548.012,40.3993,0.695806,7200,7200,0,0,8,0,0,0), + (133947,2914,429,0,0,751.989,530.682,28.1855,2.28772,7200,7200,0,0,8,0,0,0), + (133948,2914,429,0,0,436.336,298.367,11.1968,3.41407,7200,7200,0,0,8,0,0,0), + (133949,2914,429,0,0,306.238,-96.5866,-3.80362,5.97513,7200,7200,5,0,8,0,0,1), + (133950,2914,429,0,0,364.819,-33.1121,-25.0512,4.04851,7200,7200,0,0,8,0,0,0), + (133951,2914,429,0,0,349.443,109.402,-3.88708,6.19019,7200,7200,0,0,8,0,0,0), + (133952,2914,429,0,0,851.886,489.507,37.3182,3.0058,7200,7200,0,0,8,0,0,0), + (133953,2914,429,0,0,873.275,552.922,40.3964,5.58507,7200,7200,0,0,8,0,0,0), + (133954,2914,429,0,0,417.561,-53.5276,-24.2973,5.72767,7200,7200,0,0,8,0,0,0), + (133955,2914,429,0,0,303.618,-8.67847,-3.8018,1.65407,7200,7200,5,0,8,0,0,1), + (133956,2914,429,0,0,690.642,534.201,28.6269,4.69463,7200,7200,0,0,8,0,0,0), + (133957,2914,429,0,0,330.351,297.343,11.2041,3.42468,7200,7200,0,0,8,0,0,0), + (133958,2914,429,0,0,349.448,109.693,-3.88708,0.003725,7200,7200,0,0,8,0,0,0), + (133959,2914,429,0,0,754.666,525.492,28.1841,4.94689,7200,7200,0,0,8,0,0,0), + (133960,2914,429,0,0,732.469,528.935,28.1791,2.18955,7200,7200,0,0,8,0,0,0), + (133961,2914,429,0,0,804.635,570.584,40.3982,4.0327,7200,7200,0,0,8,0,0,0), + (133962,2914,429,0,0,414.828,-48.5053,-23.3364,1.31677,7200,7200,0,0,8,0,0,0), + (133963,2914,429,0,0,690.461,534.045,28.713,4.52669,7200,7200,0,0,8,0,0,0), + (133964,2914,429,0,0,399.033,34.1434,-25.3031,3.32377,7200,7200,0,0,8,0,0,0), + (133965,2914,429,0,0,767.709,549.494,40.399,0.632182,7200,7200,0,0,8,0,0,0), + (134000,472,0,0,0,-8886.04,-771.985,69.2205,4.98213,7200,7200,5,0,247,0,0,1), + (134001,472,0,0,0,-8855.48,-822.622,71.5874,0.598824,7200,7200,5,0,247,0,0,1), + (134002,472,0,0,0,-8839.13,-863.772,75.6382,4.52817,7200,7200,5,0,247,0,0,1), + (134003,100,0,0,0,-10067.1,629.856,39.2659,0.67265,7200,7200,10,0,247,0,0,1), + (134004,100,0,0,0,-9981.18,566.13,37.6634,1.37087,7200,7200,10,0,247,0,0,1), + (134005,100,0,0,0,-9945.86,620.999,37.2259,4.03808,7200,7200,10,0,247,0,0,1), + (134006,100,0,0,0,-9930.88,573.464,37.0119,2.35969,7200,7200,10,0,247,0,0,1), + (134007,61,0,0,0,-9326.41,543.283,75.0137,4.24072,7200,7200,0,0,222,0,0,0), + (134008,61,0,0,0,-9282.06,520.888,85.7024,4.49441,7200,7200,0,0,222,0,0,0), + (134009,61,0,0,0,-9261.58,465.959,83.0718,3.914,7200,7200,0,0,222,0,0,0), + (134010,61,0,0,0,-9859.07,-217.846,36.3363,3.8606,7200,7200,0,0,222,0,0,0), + (134011,61,0,0,0,-9862.97,-232.651,35.444,0.579991,7200,7200,0,0,222,0,0,0), + (134012,61,0,0,0,-9778.61,-1586.34,41.3725,4.474,7200,7200,0,0,222,0,0,0), + (134013,61,0,0,0,-9774.55,-1563.96,41.8608,4.03496,7200,7200,0,0,222,0,0,0), + (134014,2773,0,0,0,-1727.18,-1535.98,55.7868,1.27492,5,5,5,0,5334,0,0,1), + (134015,2773,0,0,0,-1703.26,-1612.37,60.4177,5.39307,5,5,5,0,5334,0,0,1), + (134016,2773,0,0,0,-1772.63,-1569.9,53.2586,5.44543,5,5,5,0,5334,0,0,1), + (134017,2773,0,0,0,-1716.47,-1537.36,55.9381,2.68781,5,5,5,0,5334,0,0,1), + (134018,2773,0,0,0,-1781.62,-1563.45,53.3043,5.13127,5,5,5,0,5334,0,0,1), + (134019,2773,0,0,0,-1696.44,-1614.94,60.3716,3.80482,5,5,5,0,5334,0,0,1), + (134020,572,0,0,0,-10082.3,1549,40.8503,3.59826,72000,72000,5,0,404,456,0,1), + (134021,572,0,0,0,-10103.1,1541.36,42.5909,3.731,72000,72000,5,0,404,456,0,1), + (134022,572,0,0,0,-10956.3,751.845,43.5525,1.13134,72000,72000,5,0,404,456,0,1), + (134023,572,0,0,0,-10984.9,744.087,46.2746,1.49104,72000,72000,5,0,404,456,0,1), + (134024,462,0,0,0,-10812.2,1594.89,40.5767,3.77027,93600,93600,10,0,788,0,0,1), + (134025,462,0,0,0,-10858.9,1729.85,34.0217,5.03084,93600,93600,10,0,788,0,0,1), + (134026,462,0,0,0,-10746.1,1402.35,31.2243,5.6843,93600,93600,10,0,788,0,0,1), + (134027,462,0,0,0,-10801.9,1418.7,33.4624,1.94188,93600,93600,10,0,788,0,0,1), + (134028,462,0,0,0,-10477.4,1471.47,48.6513,5.2162,93600,93600,10,0,788,0,0,1), + (134029,462,0,0,0,-10425.4,1426.25,44.2233,2.22619,93600,93600,10,0,788,0,0,1), + (134030,462,0,0,0,-10431.2,1378.46,65.494,0.722943,93600,93600,10,0,788,0,0,1), + (134031,462,0,0,0,-9955.56,1228.82,42.7644,3.27077,93600,93600,10,0,788,0,0,1), + (134032,462,0,0,0,-9941.29,1098.53,35.6962,2.56156,93600,93600,10,0,788,0,0,1), + (134033,462,0,0,0,-10730.7,802.78,37.7118,3.13019,93600,93600,10,0,788,0,0,1), + (134034,462,0,0,0,-10757.4,779.167,35.7259,4.05696,93600,93600,10,0,788,0,0,1), + (134035,462,0,0,0,-10770.2,723.453,37.2173,1.87277,93600,93600,10,0,788,0,0,1), + (134036,462,0,0,0,-11161.7,845.012,39.2314,0.226577,93600,93600,10,0,788,0,0,1), + (134037,462,0,0,0,-11124.4,863.032,40.5566,0.620062,93600,93600,10,0,788,0,0,1), + (134038,462,0,0,0,-11131.2,826.004,35.7787,5.17773,93600,93600,10,0,788,0,0,1), + (134039,573,0,0,0,-10995.5,1218.46,43.4924,5.43141,7200,7200,7,0,484,0,0,1), + (134040,573,0,0,0,-11016,1248.56,42.0771,0.19045,7200,7200,7,0,484,0,0,1), + (134041,573,0,0,0,-10965.9,1263.42,42.7962,5.68588,7200,7200,7,0,484,0,0,1), + (134042,573,0,0,0,-11008.3,1348.14,39.3806,6.01339,7200,7200,7,0,484,0,0,1), + (134043,573,0,0,0,-10964.3,1361.65,47.3173,0.978993,7200,7200,7,0,484,0,0,1), + (134044,573,0,0,0,-10941,1392.83,41.9896,5.16831,7200,7200,7,0,484,0,0,1), + (134045,573,0,0,0,-10875.5,1399.31,43.7585,2.50031,7200,7200,7,0,484,0,0,1), + (134046,573,0,0,0,-10871.5,1128.65,43.2576,1.47145,7200,7200,7,0,484,0,0,1), + (134047,573,0,0,0,-10922.3,1240.11,37.6222,5.94194,7200,7200,7,0,484,0,0,1), + (134048,573,0,0,0,-10556.3,1595.23,46.883,0.00118548,7200,7200,7,0,484,0,0,1), + (134049,573,0,0,0,-10611.7,1613.68,43.7162,1.63167,7200,7200,7,0,484,0,0,1), + (134050,573,0,0,0,-10666.8,1672.88,42.2522,6.24039,7200,7200,7,0,484,0,0,1), + (134051,573,0,0,0,-10613.4,1690.31,41.0121,0.315345,7200,7200,7,0,484,0,0,1), + (134052,573,0,0,0,-10598,1755.61,40.6152,4.87066,7200,7200,7,0,484,0,0,1), + (134053,573,0,0,0,-10552.7,1685.72,41.8626,5.72124,7200,7200,7,0,484,0,0,1), + (134054,573,0,0,0,-10634,1853.29,32.3197,4.74499,7200,7200,7,0,484,0,0,1), + (134055,573,0,0,0,-10596.9,1815.21,31.9329,3.15221,7200,7200,7,0,484,0,0,1), + (134056,573,0,0,0,-10462.2,1460.38,47.3673,5.91681,7200,7200,7,0,484,0,0,1), + (134057,573,0,0,0,-10308.2,1452.94,39.3629,6.11394,7200,7200,7,0,484,0,0,1), + (134058,573,0,0,0,-10256.5,1479.52,40.3133,0.46379,7200,7200,7,0,484,0,0,1), + (134059,573,0,0,0,-10228.1,1526.83,39.6196,4.70965,7200,7200,7,0,484,0,0,1), + (134060,573,0,0,0,-10162.1,1452.05,40.7157,4.29339,7200,7200,7,0,484,0,0,1), + (134061,573,0,0,0,-10178.3,1394.63,38.7316,4.39078,7200,7200,7,0,484,0,0,1), + (134062,573,0,0,0,-10229.1,1373.68,39.3823,1.023,7200,7200,7,0,484,0,0,1), + (134063,573,0,0,0,-10102.3,1316.15,42.4793,6.16971,7200,7200,7,0,484,0,0,1), + (134064,573,0,0,0,-10040,1293.22,43.1366,2.61971,7200,7200,7,0,484,0,0,1), + (134065,573,0,0,0,-10021,1250.69,43.1968,4.13082,7200,7200,7,0,484,0,0,1), + (134066,573,0,0,0,-9993.02,1218.13,41.2383,5.75345,7200,7200,7,0,484,0,0,1), + (134067,573,0,0,0,-9933.99,1180.56,42.3838,2.46656,7200,7200,7,0,484,0,0,1), + (134068,573,0,0,0,-9918.03,1228.39,42.2928,0.810157,7200,7200,7,0,484,0,0,1), + (134069,573,0,0,0,-9911.84,1287.1,42.2443,3.37527,7200,7200,7,0,484,0,0,1), + (134070,573,0,0,0,-9850.28,1243.48,41.4316,3.61639,7200,7200,7,0,484,0,0,1), + (134071,573,0,0,0,-10043.1,1143.52,41.7283,4.95628,7200,7200,7,0,484,0,0,1), + (134072,573,0,0,0,-10001.6,1116.25,43.3606,3.23626,7200,7200,7,0,484,0,0,1), + (134073,573,0,0,0,-10754.2,832.241,33.1789,3.36663,7200,7200,7,0,484,0,0,1), + (134074,573,0,0,0,-10789.4,784.537,32.7057,3.04541,7200,7200,7,0,484,0,0,1), + (134075,573,0,0,0,-10830.8,743.35,32.958,3.72635,7200,7200,7,0,484,0,0,1), + (134076,573,0,0,0,-10847.1,798.228,33.3781,1.03871,7200,7200,7,0,484,0,0,1), + (134077,573,0,0,0,-10855.5,842.321,33.162,3.39334,7200,7200,7,0,484,0,0,1), + (134078,573,0,0,0,-10803.3,872.987,32.7511,4.49604,7200,7200,7,0,484,0,0,1), + (134079,771,0,0,0,-10368.1,477.526,25.0036,4.53767,21600,21600,5,0,1163,0,0,1), + (134080,771,0,0,0,-10374.3,433.891,24.8346,1.33325,21600,21600,5,0,1163,0,0,1), + (134081,771,0,0,0,-10389.2,393.139,24.8347,4.42693,21600,21600,5,0,1163,0,0,1), + (134082,771,0,0,0,-10359.8,332.564,18.9326,1.33403,21600,21600,5,0,1163,0,0,1), + (134083,771,0,0,0,-10358.9,387.597,15.9737,5.95689,21600,21600,5,0,1163,0,0,1), + (134084,771,0,0,0,-10334.4,380.494,15.9737,2.9441,21600,21600,5,0,1163,0,0,1), + (134085,771,0,0,0,-10316.3,432.435,15.8677,4.22352,21600,21600,5,0,1163,0,0,1), + (134086,771,0,0,0,-10305.3,445.164,12.9244,1.9545,21600,21600,5,0,1163,0,0,1), + (134087,771,0,0,0,-10339.6,454.124,12.9452,2.03854,21600,21600,5,0,1163,0,0,1), + (134088,507,0,0,0,-10418.4,-827.682,47.841,2.81238,25200,25200,5,0,1404,2362,0,1), + (134089,507,0,0,0,-10449.3,-805.151,51.2756,5.14659,25200,25200,5,0,1404,2362,0,1), + (134090,507,0,0,0,-10503.5,-807.598,53.0795,3.75486,25200,25200,5,0,1404,2362,0,1), + (134091,507,0,0,0,-10543.3,-845.713,50.7852,2.61682,25200,25200,5,0,1404,2362,0,1), + (134092,507,0,0,0,-10614.3,-819.224,52.5187,4.41067,25200,25200,5,0,1404,2362,0,1), + (134093,507,0,0,0,-10648.5,-891.339,50.1687,6.27834,25200,25200,5,0,1404,2362,0,1), + (134094,507,0,0,0,-10565,-887.854,47.1506,6.08671,25200,25200,5,0,1404,2362,0,1), + (134095,503,0,0,0,-10235.6,284.853,2.79986,4.86306,7200,7200,5,0,935,878,0,1), + (134096,503,0,0,0,-10227,237.548,2.79954,4.72405,7200,7200,5,0,935,878,0,1), + (134097,503,0,0,0,-10236.4,218.458,2.79954,1.05231,7200,7200,5,0,935,878,0,1), + (134098,503,0,0,0,-10245.3,167.227,0.046731,0.328174,7200,7200,5,0,935,878,0,1), + (134099,503,0,0,0,-10278.9,171.652,1.4812,0.328176,7200,7200,5,0,935,878,0,1), + (134100,503,0,0,0,-10272.8,133.432,2.49088,2.71107,7200,7200,5,0,935,878,0,1), + (134101,521,0,0,0,-10196.2,-1073.7,31.1176,1.78793,18000,18000,5,0,617,0,0,1), + (134102,521,0,0,0,-10199.9,-982.747,35.1528,2.30315,18000,18000,5,0,617,0,0,1), + (134103,521,0,0,0,-10198.1,-908.148,37.3536,0.766909,18000,18000,5,0,617,0,0,1), + (134104,521,0,0,0,-10164.9,-840.251,37.1078,5.12037,18000,18000,5,0,617,0,0,1), + (134105,521,0,0,0,-10127.5,-818.462,36.7516,0.259544,18000,18000,5,0,617,0,0,1), + (134106,521,0,0,0,-10171.9,-199.853,36.8481,0.910641,18000,18000,5,0,617,0,0,1), + (134107,521,0,0,0,-10155.4,-147.063,30.2479,1.09442,18000,18000,5,0,617,0,0,1), + (134108,521,0,0,0,-10249.3,-90.9533,36.6955,2.43196,18000,18000,5,0,617,0,0,1), + (134109,521,0,0,0,-10240.8,-20.9696,36.7004,1.4832,18000,18000,5,0,617,0,0,1), + (134110,521,0,0,0,-10252.1,34.1014,45.9515,3.18594,18000,18000,5,0,617,0,0,1), + (134111,521,0,0,0,-10206.3,100.815,31.0914,2.01491,18000,18000,5,0,617,0,0,1), + (134112,521,0,0,0,-10227.6,161.98,30.7298,2.30472,18000,18000,5,0,617,0,0,1), + (134113,521,0,0,0,-10201.9,196.525,25.1837,1.92852,18000,18000,5,0,617,0,0,1), + (134114,521,0,0,0,-10191.7,293.528,25.5499,0.249335,18000,18000,5,0,617,0,0,1), + (134115,521,0,0,0,-10194.3,252.386,22.8559,5.41097,18000,18000,5,0,617,0,0,1), + (134116,534,0,0,0,-11118.9,-1173.5,42.0605,0.441759,25200,25200,5,0,1279,0,0,1), + (134117,534,0,0,0,-11181.5,-836.547,77.0413,4.34519,25200,25200,5,0,1279,0,0,1), + (134118,616,0,0,0,-9046.7,-2702.5,130.044,2.70602,18000,18000,5,0,617,0,0,1), + (134119,616,0,0,0,-9076.44,-2668.59,123.103,3.37361,18000,18000,5,0,617,0,0,1), + (134120,616,0,0,0,-9134.8,-2687.07,89.7129,4.11817,18000,18000,5,0,617,0,0,1), + (134121,616,0,0,0,-9098.42,-2709.94,91.9251,3.998,18000,18000,5,0,617,0,0,1), + (134122,616,0,0,0,-9121.44,-2769.28,90.7531,3.84956,18000,18000,5,0,617,0,0,1), + (134123,616,0,0,0,-9179.63,-2760.46,89.3372,3.41445,18000,18000,5,0,617,0,0,1), + (134124,616,0,0,0,-9274.17,-2836.52,88.9164,1.12109,18000,18000,5,0,617,0,0,1), + (134125,616,0,0,0,-9256.71,-2797.18,90.309,1.1203,18000,18000,5,0,617,0,0,1), + (134126,616,0,0,0,-9286.2,-2729.36,84.188,0.298774,18000,18000,5,0,617,0,0,1), + (134127,616,0,0,0,-9199.17,-2710.24,88.958,6.1013,18000,18000,5,0,617,0,0,1), + (134128,616,0,0,0,-9170.31,-2617.42,109.274,5.61514,18000,18000,5,0,617,0,0,1), + (134129,616,0,0,0,-9108.99,-2662.76,97.687,4.2886,18000,18000,5,0,617,0,0,1), + (134130,616,0,0,0,-9242.05,-2728.91,88.8055,0.118926,18000,18000,5,0,617,0,0,1), + (134131,584,0,0,0,-8748.51,-2371.24,157.967,4.02,21600,21600,5,0,840,0,0,1), + (134132,584,0,0,0,-8710.88,-2360.98,156.945,2.86861,21600,21600,5,0,840,0,0,1), + (134133,584,0,0,0,-8672.24,-2330.85,155.987,3.50007,21600,21600,5,0,840,0,0,1), + (134134,14271,0,0,0,-9536.69,-1904.69,73.6303,3.32571,9000,9000,5,0,386,0,0,1), + (134135,14271,0,0,0,-9523.61,-1875.84,76.457,4.23599,9000,9000,5,0,386,0,0,1), + (134136,14271,0,0,0,-9480.52,-1865.39,84.8143,4.86981,9000,9000,5,0,386,0,0,1), + (134137,14271,0,0,0,-9459.8,-1882.21,84.4429,4.35066,9000,9000,5,0,386,0,0,1), + (134138,14271,0,0,0,-9459.46,-1892.84,82.6114,3.72234,9000,9000,5,0,386,0,0,1), + (134139,14271,0,0,0,-9486.82,-1927.99,79.5343,3.40661,9000,9000,5,0,386,0,0,1), + (134140,14271,0,0,0,-9469.04,-1995.28,97.1706,5.13056,9000,9000,5,0,386,0,0,1), + (134141,14271,0,0,0,-9739.95,-2238.59,61.3293,0.95617,9000,9000,5,0,386,0,0,1), + (134142,14271,0,0,0,-9769.58,-2274.49,59.9908,2.06515,9000,9000,5,0,386,0,0,1), + (134143,14271,0,0,0,-9779.92,-2318.48,68.9062,5.60416,9000,9000,5,0,386,0,0,1), + (134144,14271,0,0,0,-9776.57,-2272.11,59.3377,0.22968,9000,9000,5,0,386,0,0,1), + (134145,14271,0,0,0,-9789.92,-2241.84,68.9984,3.46631,9000,9000,5,0,386,0,0,1), + (134146,14271,0,0,0,-9790.79,-2210.7,58.6097,1.60805,9000,9000,5,0,386,0,0,1), + (134147,14271,0,0,0,-9796.56,-2172.15,59.1615,0.740977,9000,9000,5,0,386,0,0,1), + (134148,947,0,0,0,-9433.99,-3392.71,88.7936,6.17672,50400,50400,5,0,788,0,0,1), + (134149,947,0,0,0,-9407.79,-3391.12,88.346,2.16883,50400,50400,5,0,788,0,0,1), + (134150,947,0,0,0,-9388.82,-3360.66,88.5137,1.44548,50400,50400,5,0,788,0,0,1), + (134151,947,0,0,0,-9381.22,-3335.5,90.2454,5.81151,50400,50400,5,0,788,0,0,1), + (134152,947,0,0,0,-9355.56,-3365.65,89.1971,5.20754,50400,50400,5,0,788,0,0,1), + (134153,947,0,0,0,-9313.62,-3399.69,92.2037,2.32041,50400,50400,5,0,788,0,0,1), + (134154,947,0,0,0,-9164.99,-3281.72,101.344,4.93186,50400,50400,5,0,788,0,0,1), + (134155,947,0,0,0,-9089.52,-3279.12,101.622,2.57724,50400,50400,5,0,788,0,0,1), + (134156,947,0,0,0,-9121.59,-3230.43,101.022,3.27546,50400,50400,5,0,788,0,0,1), + (134157,947,0,0,0,-9088.94,-3174.86,110.513,4.3546,50400,50400,5,0,788,0,0,1), + (134158,947,0,0,0,-9005.24,-3216.25,109.04,3.12153,50400,50400,5,0,788,0,0,1), + (134159,947,0,0,0,-9259.75,-3222.22,101.48,1.02765,50400,50400,5,0,788,0,0,1), + (134160,14269,0,0,0,-9460.92,-2925.02,54.4946,3.82119,82800,82800,5,0,521,0,0,2), + (134161,14269,0,0,0,-9608.91,-3027.87,51.099,4.36311,82800,82800,5,0,521,0,0,2), + (134162,14272,0,0,0,-9060.64,-2606.6,126.409,1.74409,9000,9000,5,0,354,1020,0,1), + (134163,14272,0,0,0,-9083.68,-2613.05,126.22,3.37536,9000,9000,5,0,354,1020,0,1), + (134164,14272,0,0,0,-9054.55,-2648.11,129.626,1.15976,9000,9000,5,0,354,1020,0,1), + (134165,14272,0,0,0,-9057.79,-2531.08,126.907,3.40835,9000,9000,5,0,354,1020,0,1), + (134166,14272,0,0,0,-9057.89,-2497.79,126.417,2.09595,9000,9000,5,0,354,1020,0,1), + (134167,14272,0,0,0,-9048,-2443.42,128.695,2.58918,9000,9000,5,0,354,1020,0,1), + (134168,14272,0,0,0,-9004.7,-2524.84,134.931,1.91452,9000,9000,5,0,354,1020,0,1), + (134169,14272,0,0,0,-9505.86,-2354.15,68.3321,0.726215,9000,9000,5,0,354,1020,0,1), + (134170,14272,0,0,0,-9520.13,-2364.48,60.9323,1.99463,9000,9000,5,0,354,1020,0,1), + (134171,14272,0,0,0,-9532.94,-2319.91,67.4185,1.65691,9000,9000,5,0,354,1020,0,1), + (134172,14272,0,0,0,-9570.29,-2313.42,66.3702,0.0279931,9000,9000,5,0,354,1020,0,1), + (134173,14270,0,0,0,-9361.84,-2400.62,37.0818,3.90639,9000,9000,5,0,449,0,0,1), + (134174,14270,0,0,0,-9338.65,-2404.72,49.689,1.37191,9000,9000,5,0,449,0,0,1), + (134175,14270,0,0,0,-9345.29,-2431.53,43.4186,2.07641,9000,9000,5,0,449,0,0,1), + (134176,14270,0,0,0,-9314.45,-2478.91,37.8713,4.10038,9000,9000,5,0,449,0,0,1), + (134177,14270,0,0,0,-9306.92,-2487.15,33.4464,4.8253,9000,9000,5,0,449,0,0,1), + (134178,14270,0,0,0,-9319.99,-2508.45,23.0178,3.14377,9000,9000,5,0,449,0,0,1), + (134179,14270,0,0,0,-9304.15,-2554.59,20.5588,1.90565,9000,9000,5,0,449,0,0,1), + (134180,14270,0,0,0,-9308.36,-2562.42,19.7176,5.16192,9000,9000,5,0,449,0,0,1), + (134181,14270,0,0,0,-9333.75,-2594.88,22.3274,4.06393,9000,9000,5,0,449,0,0,1), + (134182,14270,0,0,0,-9358.75,-2607.59,26.9726,1.19801,9000,9000,5,0,449,0,0,1), + (134183,14270,0,0,0,-9389.94,-2626.59,39.7607,3.69667,9000,9000,5,0,449,0,0,1), + (134184,14270,0,0,0,-9375.5,-2660.86,53.4803,1.27588,9000,9000,5,0,449,0,0,1), + (134185,14270,0,0,0,-9390.11,-2686.86,53.3259,2.35219,9000,9000,5,0,449,0,0,1), + (134186,14270,0,0,0,-9521.02,-2653.85,48.0125,2.73202,9000,9000,5,0,449,0,0,1), + (134187,14270,0,0,0,-9548.24,-2663.26,52.757,3.87478,9000,9000,5,0,449,0,0,1), + (134188,14270,0,0,0,-9572.8,-2651.8,54.4195,2.16339,9000,9000,5,0,449,0,0,1), + (134189,14270,0,0,0,-9571.51,-2620.63,53.9961,2.92642,9000,9000,5,0,449,0,0,1), + (134190,14270,0,0,0,-9598.61,-2613.4,54.1502,3.50133,9000,9000,5,0,449,0,0,1), + (134191,14270,0,0,0,-9600,-2639.19,54.5921,2.69316,9000,9000,5,0,449,0,0,1), + (134192,14270,0,0,0,-9619.51,-2639.92,58.1454,2.99632,9000,9000,5,0,449,0,0,1), + (134193,14270,0,0,0,-9571.3,-2579.31,54.088,0.888706,9000,9000,5,0,449,0,0,1), + (134194,14270,0,0,0,-9560.4,-2566.14,54.1333,0.120586,9000,9000,5,0,449,0,0,1), + (134195,14270,0,0,0,-9524.1,-2559.52,54.2303,0.339713,9000,9000,5,0,449,0,0,1), + (134196,14270,0,0,0,-9493.61,-2533.7,49.9691,0.525113,9000,9000,5,0,449,0,0,1), + (134197,14270,0,0,0,-9554.29,-2458.19,43.0244,0.0594366,9000,9000,5,0,449,0,0,1), + (134198,14270,0,0,0,-9514.09,-2458.03,44.6223,5.84468,9000,9000,5,0,449,0,0,1), + (134199,14270,0,0,0,-9475.01,-2465.85,43.9199,0.39812,9000,9000,5,0,449,0,0,1), + (134200,14270,0,0,0,-9468.45,-2427.62,53.9442,0.0743763,9000,9000,5,0,449,0,0,1), + (134201,14270,0,0,0,-9426.87,-2387.9,53.9999,1.00264,9000,9000,5,0,449,0,0,1), + (134202,14270,0,0,0,-9392.52,-2347.7,53.9231,5.92021,9000,9000,5,0,449,0,0,1), + (134203,14487,0,0,0,-12134.8,-4.00257,-4.46916,2.11716,50400,50400,0,0,1116,2861,0,0), + (134204,14487,0,0,0,-12100.4,5.62468,-0.883607,0.807904,50400,50400,0,0,1116,2861,0,0), + (134205,14487,0,0,0,-12178.1,-45.818,-10.8627,2.31303,50400,50400,0,0,1116,2861,0,0), + (134206,14487,0,0,0,-12131.4,56.1016,-4.41692,5.53716,50400,50400,0,0,1116,2861,0,0), + (134207,11383,0,0,0,-11952,-1061.61,110.941,1.57091,50400,50400,0,0,8770,16020,0,0), + (134208,11383,0,0,0,-11880.8,-1059.83,116.188,1.53243,50400,50400,0,0,8770,16020,0,0), + (134209,11383,0,0,0,-11916.3,-1026.69,69.722,1.47981,50400,50400,0,0,8770,16020,0,0), + (88485,16017,533,0,0,3020.17,-3177.85,294.146,6.05629,3520,3520,1,0,88032,0,0,1), + (88484,16017,533,0,0,3009.26,-3178.27,294.146,3.36643,3520,3520,1,0,88032,0,0,1), + (134220,2541,0,0,0,-13808.2,379.781,94.5829,2.12071,21600,21600,0,0,1848,0,0,0), + (134221,14490,0,0,0,-14780.2,355.326,-19.3936,6.2088,144000,144000,5,0,2316,0,0,2), + (134222,14488,0,0,0,-12496.9,-163.631,12.2697,3.63517,100800,100800,0,0,1604,0,0,2), + (134228,1552,0,0,0,-13146.5,-498.158,9.02804,1.67638,25200,25200,0,0,2218,0,0,0), + (134229,1552,0,0,0,-13226.2,-445.828,6.77963,3.71135,25200,25200,0,0,2218,0,0,0), + (134230,1552,0,0,0,-13189.4,-570.392,12.6386,3.53307,25200,25200,0,0,2218,0,0,0), + (134231,14492,0,0,0,-13458.5,-138.615,50.8739,2.62593,25200,25200,0,0,1981,0,0,0), + (134232,14492,0,0,0,-13485.4,-70.4046,47.1378,3.51422,25200,25200,0,0,1981,0,0,0), + (134233,14492,0,0,0,-13551.9,-5.43688,53.2896,4.85411,25200,25200,0,0,1981,0,0,0), + (134234,14492,0,0,0,-13548.4,-102.884,44.4288,5.46751,25200,25200,0,0,1981,0,0,0), + (134235,14492,0,0,0,-13529.8,-111.52,45.9351,5.8712,25200,25200,0,0,1981,0,0,0), + (134236,14446,0,0,0,-10906.4,-3627.93,15.7843,5.72122,46800,46800,5,0,2059,0,0,1), + (134237,14446,0,0,0,-10910.8,-3680.2,13.0447,5.54058,46800,46800,5,0,2059,0,0,1), + (134238,14446,0,0,0,-10840.6,-3693.59,22.7068,2.95348,46800,46800,5,0,2059,0,0,1), + (134239,14446,0,0,0,-10863.4,-3637.09,12.8111,4.19362,46800,46800,5,0,2059,0,0,1), + (134240,14446,0,0,0,-10945.3,-3727.3,24.8301,5.11803,46800,46800,5,0,2059,0,0,1), + (134241,14446,0,0,0,-10869.6,-3729.59,23.3889,5.91757,46800,46800,5,0,2059,0,0,1), + (134242,1063,0,0,0,-10474.8,-3817.11,28.9764,2.92127,144000,144000,0,0,6467,0,0,0), + (134243,1063,0,0,0,-10444.9,-3826.08,18.0665,2.88357,144000,144000,0,0,6467,0,0,0), + (134261,763,0,0,0,-9971.45,-3611.57,21.6782,2.16808,50400,50400,0,0,1678,0,0,0), + (134262,763,0,0,0,-9931.38,-3600.45,23.1036,3.09564,50400,50400,0,0,1678,0,0,0), + (134263,763,0,0,0,-9969.25,-3635.68,22.8874,5.48089,50400,50400,0,0,1678,0,0,0), + (134264,763,0,0,0,-9939.66,-3686.67,21.7823,2.06598,50400,50400,0,0,1678,0,0,0), + (134265,1106,0,0,0,-9969.53,-3690.45,21.6787,1.68271,21600,21600,0,0,1257,1142,0,0), + (134266,1106,0,0,0,-9977.24,-3656.42,21.6787,0.85411,21600,21600,0,0,1257,1142,0,0), + (134267,1106,0,0,0,-9955,-3641,21.8372,0.849401,21600,21600,0,0,1257,1142,0,0), + (134268,1106,0,0,0,-9992.1,-3620.46,22.9665,6.16105,21600,21600,0,0,1257,1142,0,0), + (134269,1106,0,0,0,-9940.43,-3654.01,23.1482,2.8129,21600,21600,0,0,1257,1142,0,0), + (134270,14448,0,0,0,-10140.1,-3215.43,22.7792,1.16042,3600,3600,5,0,2476,0,0,1), + (134271,14448,0,0,0,-10104.7,-3166.88,21.7116,2.90715,3600,3600,5,0,2476,0,0,1), + (134272,14448,0,0,0,-10172,-3133.86,22.3259,2.91736,3600,3600,5,0,2476,0,0,1), + (134273,14448,0,0,0,-10186.2,-3078,22.2293,1.51385,3600,3600,5,0,2476,0,0,1), + (134274,14448,0,0,0,-10100.4,-3038.8,23.5049,2.79483,3600,3600,5,0,2476,0,0,1), + (134275,14448,0,0,0,-10156.2,-2993.02,21.8624,3.9478,3600,3600,5,0,2476,0,0,1), + (134276,14448,0,0,0,-10180.9,-2932.11,22.6958,0.844689,3600,3600,5,0,2476,0,0,1), + (134277,14448,0,0,0,-10120.9,-2862.33,22.7601,2.85609,3600,3600,5,0,2476,0,0,1), + (134278,14448,0,0,0,-10208.9,-2832.82,23.9556,3.13805,3600,3600,5,0,2476,0,0,1), + (134279,14448,0,0,0,-10268.5,-2889.81,22.9156,2.65032,3600,3600,5,0,2476,0,0,1), + (134280,14448,0,0,0,-10322.8,-2874.43,24.1222,2.60712,3600,3600,5,0,2476,0,0,1), + (134281,14448,0,0,0,-10357.3,-2815.35,23.6121,2.62676,3600,3600,5,0,2476,0,0,1), + (134282,14448,0,0,0,-10423.2,-2873.73,21.8575,4.21483,3600,3600,5,0,2476,0,0,1), + (134283,14448,0,0,0,-10400.6,-2922.96,21.9322,5.65604,3600,3600,5,0,2476,0,0,1), + (134284,14448,0,0,0,-10356.1,-2971.75,20.9177,5.68432,3600,3600,5,0,2476,0,0,1), + (134285,14448,0,0,0,-10301.7,-2977.02,22.7311,5.53509,3600,3600,5,0,2476,0,0,1), + (134286,14448,0,0,0,-10299.9,-3072.02,24.1635,5.8249,3600,3600,5,0,2476,0,0,1), + (134287,14448,0,0,0,-10228.7,-3099.74,22.0186,0.00274617,3600,3600,5,0,2476,0,0,1), + (134288,8298,0,0,0,-11594.7,-3196.26,6.9616,2.9841,21600,21600,10,0,2634,2041,0,1), + (134289,8298,0,0,0,-11544,-3273.89,7.44455,5.0442,21600,21600,10,0,2634,2041,0,1), + (134290,8298,0,0,0,-11576.7,-3282.53,11.5828,4.88397,21600,21600,10,0,2634,2041,0,1), + (134291,8298,0,0,0,-11539.5,-3219.46,7.04855,1.13291,21600,21600,10,0,2634,2041,0,1), + (134292,8298,0,0,0,-11724.6,-2984.14,10.9467,5.52329,21600,21600,10,0,2634,2041,0,1), + (134293,8298,0,0,0,-11639.6,-2783.46,5.35829,6.16968,21600,21600,10,0,2634,2041,0,1), + (134294,8298,0,0,0,-11641.9,-2751.71,16.962,5.11724,21600,21600,10,0,2634,2041,0,1), + (134295,8301,0,0,0,-11363.2,-2835.65,5.75448,3.79149,50400,50400,10,0,3189,0,0,1), + (134296,8301,0,0,0,-11381.1,-2910.84,5.55568,5.23112,50400,50400,10,0,3189,0,0,1), + (134297,8301,0,0,0,-11390,-2969.17,0.861105,4.84157,50400,50400,10,0,3189,0,0,1), + (134298,8301,0,0,0,-11418.3,-3008.76,-0.0974354,5.44632,50400,50400,10,0,3189,0,0,1), + (134299,8301,0,0,0,-11363.2,-3051.68,-4.30044,0.0388569,50400,50400,10,0,3189,0,0,1), + (134300,8301,0,0,0,-11299.2,-3058.28,-0.156256,0.906722,50400,50400,10,0,3189,0,0,1), + (134301,8301,0,0,0,-11256,-3054.18,-0.156568,0.0412129,50400,50400,10,0,3189,0,0,1), + (134302,8301,0,0,0,-11217.1,-3068.22,5.43434,0.699377,50400,50400,10,0,3189,0,0,1), + (134303,8301,0,0,0,-11234.7,-3103.73,4.27222,0.450405,50400,50400,10,0,3189,0,0,1), + (134304,8301,0,0,0,-11367,-3175.44,11.1196,0.997828,50400,50400,10,0,3189,0,0,1), + (134305,8301,0,0,0,-11346.3,-3200.67,10.0637,5.37642,50400,50400,10,0,3189,0,0,1), + (134306,8301,0,0,0,-11354.9,-3238.49,9.29685,4.39546,50400,50400,10,0,3189,0,0,1), + (134307,8301,0,0,0,-11356.7,-3280.54,9.15801,4.92482,50400,50400,10,0,3189,0,0,1), + (134308,8301,0,0,0,-11393.4,-3212.43,13.6807,5.17222,50400,50400,10,0,3189,0,0,1), + (134309,8301,0,0,0,-11375.5,-3133.67,6.42179,2.08246,50400,50400,10,0,3189,0,0,1), + (134310,8301,0,0,0,-11410.5,-3043.11,-0.401744,3.05165,50400,50400,10,0,3189,0,0,1), + (134311,8302,0,0,0,-11029.5,-2922.28,12.5276,4.47321,104400,104400,10,0,2672,0,0,1), + (134312,8302,0,0,0,-11021,-2864.95,9.0807,1.40388,104400,104400,10,0,2672,0,0,1), + (134313,8302,0,0,0,-11059.6,-2817.06,9.30272,2.34636,104400,104400,10,0,2672,0,0,1), + (134314,8302,0,0,0,-11021.4,-2782.37,4.25246,0.814045,104400,104400,10,0,2672,0,0,1), + (134315,8302,0,0,0,-11004.2,-2749.81,5.13082,1.38896,104400,104400,10,0,2672,0,0,1), + (134316,8302,0,0,0,-10964.3,-2781.22,5.29325,1.16512,104400,104400,10,0,2672,0,0,1), + (134317,8302,0,0,0,-10974.6,-2755.37,5.19298,0.669531,104400,104400,10,0,2672,0,0,1), + (134318,8302,0,0,0,-11125.2,-2717.16,11.4087,3.51189,104400,104400,10,0,2672,0,0,1), + (134319,8302,0,0,0,-11128.1,-2754.32,17.355,2.79796,104400,104400,10,0,2672,0,0,1), + (134320,8302,0,0,0,-11155.3,-2731.02,14.042,2.93069,104400,104400,10,0,2672,0,0,1), + (134321,8302,0,0,0,-11195.4,-2754.92,18.5438,2.70528,104400,104400,10,0,2672,0,0,1), + (134322,8302,0,0,0,-11189.5,-2698.22,10.0174,3.60378,104400,104400,10,0,2672,0,0,1), + (134323,8302,0,0,0,-11241.3,-2733.32,14.5167,2.81445,104400,104400,10,0,2672,0,0,1), + (134324,8303,0,0,0,-11211.7,-2995.63,3.36572,4.60202,151200,151200,15,0,2769,0,0,1), + (134325,8303,0,0,0,-11178.3,-2992.61,8.94092,4.26665,151200,151200,15,0,2769,0,0,1), + (134326,8303,0,0,0,-11204.8,-3055,2.42608,4.72061,151200,151200,15,0,2769,0,0,1), + (134327,8303,0,0,0,-11247.5,-3079.9,3.29563,5.47852,151200,151200,15,0,2769,0,0,1), + (134328,8303,0,0,0,-11200.8,-3103.99,8.13294,5.33951,151200,151200,15,0,2769,0,0,1), + (134329,8303,0,0,0,-11240,-3172.6,2.69219,4.49206,151200,151200,15,0,2769,0,0,1), + (134330,8303,0,0,0,-11183.3,-3174.74,6.94442,0.00194143,151200,151200,15,0,2769,0,0,1), + (134331,8303,0,0,0,-11150.5,-3222.62,7.76973,5.39763,151200,151200,15,0,2769,0,0,1), + (134332,8303,0,0,0,-11148,-3268.85,9.20335,4.77559,151200,151200,15,0,2769,0,0,1), + (134333,8303,0,0,0,-11196.2,-3297.75,9.86134,3.57,151200,151200,15,0,2769,0,0,1), + (134334,8303,0,0,0,-11163.2,-3328.39,5.48639,3.90458,151200,151200,15,0,2769,0,0,1), + (134335,8303,0,0,0,-11194.4,-3361.09,8.73583,3.56372,151200,151200,15,0,2769,0,0,1), + (134336,8303,0,0,0,-11232.5,-3336.23,9.21853,3.25899,151200,151200,15,0,2769,0,0,1), + (134337,8303,0,0,0,-11204.5,-3227.08,9.37905,1.82563,151200,151200,15,0,2769,0,0,1), + (134338,8303,0,0,0,-11205.1,-3145.22,7.78832,2.08089,151200,151200,15,0,2769,0,0,1), + (134339,8303,0,0,0,-11308.1,-3153.34,6.07638,3.62577,151200,151200,15,0,2769,0,0,1), + (134340,8303,0,0,0,-11332.3,-3119.14,-1.65414,1.88375,151200,151200,15,0,2769,0,0,1), + (134341,8297,0,0,0,-11599.8,-2785.74,4.02655,3.27313,100800,100800,10,0,3643,0,0,1), + (134342,8297,0,0,0,-11543.4,-2785.32,3.12875,1.31749,100800,100800,10,0,3643,0,0,1), + (134343,8297,0,0,0,-11502,-2823.88,1.23018,5.16751,100800,100800,10,0,3643,0,0,1), + (134344,8297,0,0,0,-11452.9,-2836.06,-0.638978,0.17631,100800,100800,10,0,3643,0,0,1), + (134345,8297,0,0,0,-11443.1,-2884.64,6.38314,5.50445,100800,100800,10,0,3643,0,0,1), + (134346,8297,0,0,0,-11436.9,-2949.22,4.42023,4.44809,100800,100800,10,0,3643,0,0,1), + (134347,8297,0,0,0,-11428.7,-2787.4,0.219483,5.89401,100800,100800,10,0,3643,0,0,1), + (134348,8297,0,0,0,-11486.8,-2777.82,-0.445384,4.69078,100800,100800,10,0,3643,0,0,1), + (134349,8297,0,0,0,-11552.8,-2737.43,6.15942,4.11272,100800,100800,10,0,3643,0,0,1), + (134350,8296,0,0,0,-10934,-2760.13,29.7295,5.57436,21600,21600,0,0,1804,4140,0,0), + (134351,8296,0,0,0,-10900.1,-2650.59,7.6359,4.06247,21600,21600,0,0,1804,4140,0,0), + (134352,8296,0,0,0,-10830.3,-2639.97,7.63644,5.76599,21600,21600,0,0,1804,4140,0,0), + (134353,8300,0,0,0,-11330.3,-2796,11.2594,3.42393,50400,50400,15,0,2980,0,0,1), + (134354,8300,0,0,0,-11367.7,-2796.76,4.11652,2.91499,50400,50400,15,0,2980,0,0,1), + (134355,8300,0,0,0,-11372.6,-2765.83,5.28569,1.25466,50400,50400,15,0,2980,0,0,1), + (134356,8300,0,0,0,-11400.3,-2775.07,3.05076,3.71138,50400,50400,15,0,2980,0,0,1), + (134357,8300,0,0,0,-11395.3,-2820.59,-2.38094,4.64679,50400,50400,15,0,2980,0,0,1), + (134358,8300,0,0,0,-11408.2,-2865.37,2.21612,4.29336,50400,50400,15,0,2980,0,0,1), + (134359,8300,0,0,0,-11361.2,-2870.26,6.88591,2.37307,50400,50400,15,0,2980,0,0,1), + (134360,8300,0,0,0,-11389.8,-2923.91,3.68246,5.0929,50400,50400,15,0,2980,0,0,1), + (134361,8300,0,0,0,-11357.1,-3259.6,8.46644,2.98725,50400,50400,15,0,2980,0,0,1), + (134362,8300,0,0,0,-11415.2,-3259.86,8.05703,4.65387,50400,50400,15,0,2980,0,0,1), + (134363,8300,0,0,0,-11436.8,-3279.38,7.08787,3.7593,50400,50400,15,0,2980,0,0,1), + (134364,8300,0,0,0,-11383.2,-3301.21,2.04095,5.98512,50400,50400,15,0,2980,0,0,1), + (134365,8300,0,0,0,-11349.6,-3300.41,8.87688,3.15768,50400,50400,15,0,2980,0,0,1), + (134366,8299,0,0,0,-11602.1,-3310.36,8.44892,0.210868,50400,50400,30,0,3082,0,0,1), + (134367,8299,0,0,0,-11546.6,-3293.8,7.71513,0.0545734,50400,50400,30,0,3082,0,0,1), + (134368,8299,0,0,0,-11511.9,-3265.57,8.39908,5.83982,50400,50400,30,0,3082,0,0,1), + (134369,8299,0,0,0,-11481.9,-3285.29,11.6065,5.96469,50400,50400,30,0,3082,0,0,1), + (134370,8299,0,0,0,-11455.1,-3273.96,10.7227,0.309828,50400,50400,30,0,3082,0,0,1), + (134371,8299,0,0,0,-11406.4,-3256.89,8.43011,5.82961,50400,50400,30,0,3082,0,0,1), + (134372,8299,0,0,0,-11375,-3288.94,2.48512,4.54312,50400,50400,30,0,3082,0,0,1), + (134373,8299,0,0,0,-11292.1,-3342.63,8.60339,0.665614,50400,50400,30,0,3082,0,0,1), + (134374,8299,0,0,0,-11275.5,-3316.8,25.4706,5.81783,50400,50400,30,0,3082,0,0,1), + (134375,8299,0,0,0,-11247.4,-3315.6,19.0054,0.110337,50400,50400,30,0,3082,0,0,1), + (134376,8299,0,0,0,-11360.2,-3242.6,8.74455,1.41488,50400,50400,30,0,3082,0,0,1), + (134377,8299,0,0,0,-11370.1,-3198.08,11.5251,1.80287,50400,50400,30,0,3082,0,0,1), + (134378,8299,0,0,0,-11317.1,-3169.56,7.70386,0.766928,50400,50400,30,0,3082,0,0,1), + (134379,8299,0,0,0,-11511.9,-3177.57,9.00114,1.35441,50400,50400,30,0,3082,0,0,1), + (134380,7846,0,0,0,-11685.9,-2955.42,7.736,1.48164,72000,72000,0,0,91560,0,0,2), + (134381,10077,0,0,0,-8016.11,-2825.6,133.664,2.51282,25200,25200,20,0,3189,0,0,1), + (134382,10077,0,0,0,-7623.64,-2689.91,132.954,1.49023,25200,25200,20,0,3189,0,0,1), + (134383,10077,0,0,0,-7673.32,-2479.38,140.85,4.54857,25200,25200,20,0,3189,0,0,1), + (134384,10077,0,0,0,-8137.99,-2654.29,133.44,1.93005,25200,25200,20,0,3189,0,0,1), + (134385,9604,0,0,0,-7840.39,-2623.52,121.288,3.24167,108000,108000,5,0,2633,2041,0,1), + (134386,9604,0,0,0,-7841.18,-2547.92,130.273,2.92672,108000,108000,5,0,2633,2041,0,1), + (134387,9604,0,0,0,-7916.98,-2593.78,124.286,0.700911,108000,108000,5,0,2633,2041,0,1), + (134388,9604,0,0,0,-7857.43,-2604.87,120.263,1.23498,108000,108000,5,0,2633,2041,0,1), + (134389,9604,0,0,0,-7873.38,-2526.73,130.633,2.40129,108000,108000,5,0,2633,2041,0,1), + (134390,8979,0,0,0,-8100.41,-1500.94,132.912,0.676558,21600,21600,5,0,3997,0,0,1), + (134391,8979,0,0,0,-8130.82,-1559.3,133.52,3.89041,21600,21600,5,0,3997,0,0,1), + (134392,8979,0,0,0,-7731.2,-1428.96,140.754,6.02669,21600,21600,5,0,3997,0,0,1), + (134393,8979,0,0,0,-7706.93,-1454.66,140.935,1.04256,21600,21600,5,0,3997,0,0,1), + (134394,8979,0,0,0,-7667.63,-1458.95,140.754,2.80028,21600,21600,5,0,3997,0,0,1), + (134395,8979,0,0,0,-7625.09,-712.279,183.036,3.16156,21600,21600,5,0,3997,0,0,1), + (134396,8979,0,0,0,-8083.47,-1481.29,132.381,0.664776,21600,21600,5,0,3997,0,0,1), + (134397,9602,0,0,0,-7967.59,-2625.81,195.364,3.00134,50400,50400,5,0,3292,0,0,1), + (134398,9602,0,0,0,-7973.12,-2666.03,197.96,5.22873,50400,50400,5,0,3292,0,0,1), + (134399,9602,0,0,0,-7885.65,-2659.91,220.327,2.34327,50400,50400,0,0,3292,0,0,0), + (134400,9602,0,0,0,-7849.44,-2660.64,221.168,0.342078,50400,50400,5,0,3292,0,0,1), + (134401,8981,0,0,0,-7611.25,-2585.78,133.288,3.15303,50400,50400,20,0,3643,0,0,1), + (134402,8981,0,0,0,-7929.08,-2903.57,132.769,1.39216,50400,50400,20,0,3643,0,0,1), + (134403,8981,0,0,0,-7651.38,-2846.21,134.08,3.86381,50400,50400,20,0,3643,0,0,1), + (134404,8981,0,0,0,-8145.39,-2780.08,137.12,2.1375,50400,50400,20,0,3643,0,0,1), + (134405,8981,0,0,0,-8150.71,-2861.98,135.368,1.75031,50400,50400,20,0,3643,0,0,1), + (134406,10078,0,0,0,-7939.46,-1492.68,146.416,5.23119,100800,100800,5,0,2718,2117,0,1), + (134407,10078,0,0,0,-7904.64,-1505.75,140.695,2.79724,100800,100800,5,0,2718,2117,0,1), + (134408,10078,0,0,0,-7879.7,-1610.47,131.4,3.17816,100800,100800,5,0,2718,2117,0,1), + (134409,10078,0,0,0,-7873.05,-1704.17,128.261,1.78172,100800,100800,5,0,2718,2117,0,1), + (134410,10078,0,0,0,-7645.15,-2269.98,131.301,4.85499,100800,100800,5,0,2718,2117,0,1), + (134411,10078,0,0,0,-7769,-2128.74,128.983,2.94018,100800,100800,5,0,2718,2117,0,1), + (134412,10078,0,0,0,-7869.17,-1766.44,121.54,1.6105,100800,100800,5,0,2718,2117,0,1), + (134413,10078,0,0,0,-7648.31,-2288.56,131.188,1.63171,100800,100800,5,0,2718,2117,0,1), + (134414,8978,0,0,0,-7794.8,-1854.22,135.798,1.11492,21600,21600,10,0,3758,0,0,1), + (134415,8978,0,0,0,-7735.67,-1891.48,133.44,2.72969,21600,21600,10,0,3758,0,0,1), + (134416,8978,0,0,0,-7742.9,-2051.23,133.44,3.70516,21600,21600,10,0,3758,0,0,1), + (134417,8978,0,0,0,-7765.15,-2074.53,133.439,0.59891,21600,21600,10,0,3758,0,0,1), + (134418,8978,0,0,0,-7867.31,-2171.58,133.416,0.664101,21600,21600,10,0,3758,0,0,1), + (134419,8978,0,0,0,-7884.49,-2192.13,133.435,5.24297,21600,21600,10,0,3758,0,0,1), + (134420,8978,0,0,0,-7849.74,-2203.44,133.222,2.32051,21600,21600,10,0,3758,0,0,1), + (134421,8978,0,0,0,-7752.44,-2354.43,135.345,4.00362,21600,21600,10,0,3758,0,0,1), + (134422,8978,0,0,0,-7730.43,-2347.54,136.303,4.16855,21600,21600,10,0,3758,0,0,1), + (134423,8279,0,0,0,-7012.7,-1038.51,241.702,0.0553149,50400,50400,30,0,2398,0,0,1), + (134424,8279,0,0,0,-6791.06,-1062.97,240.726,5.99371,50400,50400,30,0,2398,0,0,1), + (134425,8279,0,0,0,-6722.44,-1290.69,241.516,3.06182,50400,50400,30,0,2398,0,0,1), + (134426,8279,0,0,0,-6962.38,-1667.71,241.003,3.92261,50400,50400,30,0,2398,0,0,1), + (134427,8282,0,0,0,-6516.42,-977.163,342.948,0.160909,25200,25200,5,0,5502,3728,0,1), + (134428,8282,0,0,0,-6485.41,-1003.04,341.171,1.70657,25200,25200,5,0,5502,3728,0,1), + (134429,8282,0,0,0,-6493.01,-980.502,335.131,0.796295,25200,25200,0,0,5502,3728,0,0), + (134430,8277,0,0,0,-7154.71,-1505.94,240.319,0.566275,104400,104400,20,0,2577,0,0,1), + (134431,8277,0,0,0,-7185.76,-999.545,244.448,6.09784,104400,104400,20,0,2577,0,0,1), + (134432,8277,0,0,0,-6515.87,-1104.83,312.746,5.45302,104400,104400,20,0,2577,0,0,1), + (134433,8277,0,0,0,-6536.05,-1656.03,287.987,3.02536,104400,104400,20,0,2577,0,0,1), + (134434,8281,0,0,0,-6929.1,-1125.1,148.785,5.74683,100800,100800,0,0,2672,0,0,2), + (134435,8283,0,0,0,-6481.58,-1354.33,212.107,1.68895,21600,21600,20,0,2769,0,0,1), + (134436,8283,0,0,0,-6749.13,-1247.44,247.023,5.88687,21600,21600,20,0,2769,0,0,1), + (134437,8283,0,0,0,-6627.83,-1278.64,262.097,3.01546,21600,21600,20,0,2769,0,0,1), + (134438,8283,0,0,0,-6649.5,-1257.49,253.768,3.84798,21600,21600,20,0,2769,0,0,1), + (134439,14224,0,0,0,-6777.48,-3428.61,241.669,0.0205605,151200,151200,40,0,1585,0,0,1), + (134440,14224,0,0,0,-6758.16,-2670.21,242.449,2.79223,151200,151200,40,0,1585,0,0,1), + (134441,14224,0,0,0,-7029.18,-2793.56,241.667,3.18729,151200,151200,40,0,1585,0,0,1), + (134442,14224,0,0,0,-7187.85,-2567.51,245.432,1.62592,151200,151200,40,0,1585,0,0,1), + (134443,14224,0,0,0,-7000.52,-2416.89,241.667,1.53717,151200,151200,40,0,1585,0,0,1), + (134444,14224,0,0,0,-7221.25,-2147.2,305.74,3.8164,151200,151200,40,0,1585,0,0,1), + (134445,2753,0,0,0,-7016.97,-3046.43,242.228,5.42017,100800,100800,30,0,1046,0,0,1), + (134446,2753,0,0,0,-7013.03,-3468.18,241.673,1.9872,100800,100800,30,0,1046,0,0,1), + (134447,2850,0,0,0,-6335.96,-3563.72,241.737,5.32688,28800,28800,30,0,1603,0,0,1), + (134448,2850,0,0,0,-6147.18,-3413.65,246.71,0.0332949,28800,28800,30,0,1603,0,0,1), + (134449,2850,0,0,0,-6494.85,-3218.53,251.542,3.31626,28800,28800,30,0,1603,0,0,1), + (134450,2752,0,0,0,-7317.62,-2423.82,282.348,1.09042,25200,25200,30,0,2218,0,0,1), + (134451,2752,0,0,0,-7245.83,-2197.77,291.592,5.33707,25200,25200,30,0,2218,0,0,1), + (134452,2752,0,0,0,-7224.89,-2128.48,308.4,4.21945,25200,25200,30,0,2218,0,0,1), + (134453,2744,0,0,0,-6325.38,-3080.88,310.834,4.02294,46800,46800,0,0,1752,0,0,0), + (134454,2744,0,0,0,-6350.12,-3072.52,310.836,2.40267,46800,46800,0,0,1752,0,0,0), + (134455,2744,0,0,0,-6368.25,-3092.61,310.836,0.84444,46800,46800,0,0,1752,0,0,0), + (134456,2749,0,0,0,-6871.89,-2474.56,244.964,1.69974,100800,100800,40,0,5334,0,0,1), + (134457,2749,0,0,0,-6870.37,-2367.13,245.122,1.92122,100800,100800,40,0,5334,0,0,1), + (134458,2749,0,0,0,-6914.6,-2293.12,240.744,1.79948,100800,100800,40,0,5334,0,0,1), + (134459,2749,0,0,0,-6876.74,-2215.62,246.544,5.08088,100800,100800,40,0,5334,0,0,1), + (134460,2749,0,0,0,-6972.67,-2472.58,241.668,0.0519719,100800,100800,40,0,5334,0,0,1), + (134461,2749,0,0,0,-6895.08,-2553.64,241.668,5.49871,100800,100800,40,0,5334,0,0,1), + (134462,2749,0,0,0,-6811.36,-2691.24,241.803,5.37305,100800,100800,40,0,5334,0,0,1), + (134463,2749,0,0,0,-6720.54,-2689.26,241.667,4.60336,100800,100800,40,0,5334,0,0,1), + (134464,2749,0,0,0,-6675.87,-2805.08,242.015,5.27723,100800,100800,40,0,5334,0,0,1), + (134465,2749,0,0,0,-6719.02,-2862.09,241.055,4.06457,100800,100800,40,0,5334,0,0,1), + (134466,2749,0,0,0,-6679.51,-2966.33,241.57,6.25191,100800,100800,40,0,5334,0,0,1), + (134467,2749,0,0,0,-6581.63,-2980.98,246.852,0.170569,100800,100800,40,0,5334,0,0,1), + (134468,2749,0,0,0,-6549.88,-3074.9,267.462,4.61828,100800,100800,40,0,5334,0,0,1), + (134469,2751,0,0,0,-6089.62,-3307.45,256.508,3.9075,50400,50400,40,0,1469,0,0,1), + (134470,2751,0,0,0,-6445.55,-3207.58,261.646,3.63889,50400,50400,40,0,1469,0,0,1), + (134471,2931,0,0,0,-6992.21,-2959.33,241.668,1.51805,25200,25200,60,0,7842,0,0,1), + (134472,2931,0,0,0,-6780.72,-2937.12,241.681,1.80472,25200,25200,60,0,7842,0,0,1), + (134473,1130,0,0,0,-5796.19,-1279.61,380.612,0.0238605,7200,7200,30,0,247,0,0,1), + (134474,1130,0,0,0,-5795.53,-1125.64,380.152,6.2073,7200,7200,30,0,247,0,0,1), + (134475,1130,0,0,0,-5798.45,-799.914,397.554,5.3787,7200,7200,30,0,247,0,0,1), + (134476,1137,0,0,0,-5499.88,-276.782,354.034,5.03772,1500,1500,0,0,176,0,0,2), + (134477,8503,0,0,0,-5294.84,580.469,388.175,5.71317,7200,7200,20,0,199,459,0,1), + (134478,1260,0,0,0,-5577.44,738.988,392.493,6.15967,7200,7200,5,0,208,205,0,1), + (134479,1260,0,0,0,-5657.94,694.35,388.595,2.91833,7200,7200,5,0,208,205,0,1), + (134480,1260,0,0,0,-5552.29,629.549,399.155,5.04597,7200,7200,5,0,208,205,0,1), + (134481,1260,0,0,0,-5602.93,612.653,389.8,0.72,7200,7200,5,0,208,205,0,1), + (134482,1260,0,0,0,-5670.69,647.065,388.339,6.25313,7200,7200,5,0,208,205,0,1), + (134483,1132,0,0,0,-5313.48,152.114,389.935,5.56098,7200,7200,20,0,198,0,0,1), + (134484,1132,0,0,0,-5274.49,122.044,392.245,5.9741,7200,7200,20,0,198,0,0,1), + (134485,2476,0,0,0,-5215.82,-3657.1,300.852,4.95221,18000,18000,20,0,573,0,0,1), + (134486,14268,0,0,0,-5718.08,-4055.36,367.92,2.95247,18000,18000,20,0,356,0,0,1), + (134487,14268,0,0,0,-5789.31,-4052.05,370.923,3.71823,18000,18000,20,0,356,0,0,1), + (134488,14268,0,0,0,-5932.27,-3719.54,342.366,6.01709,18000,18000,20,0,356,0,0,1), + (134489,14425,0,0,0,-2965.36,-1693.82,9.43015,1.95012,82800,82800,5,0,664,0,0,1), + (134490,14425,0,0,0,-3055.29,-1688.94,9.50866,1.31787,82800,82800,5,0,664,0,0,1); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (92653,8529,0,7847,0,2488.82,-5147.48,76.552,5.81449,345,10,0,3997,0,0,1), - (92654,8529,0,7847,0,2553.47,-5148.17,74.2434,0.64272,345,10,0,3997,0,0,1), - (92655,8600,0,7894,0,1863.34,-2846.44,81.3592,3.59547,345,5,0,3189,0,0,1), - (92656,11291,0,4769,0,1578.39,-3285.74,90.7588,2.69654,345,5,0,3478,0,0,1), - (92657,10828,0,10431,0,1567,-5611.38,114.273,1.06465,43200,0,0,8292,4738,0,0), - (92658,8603,0,7898,0,1983.28,-3784.57,124.314,4.29417,345,10,0,3293,0,0,1), - (92659,8532,0,571,0,2714.37,-5350.4,162.531,5.83801,345,5,0,3876,0,0,1), - (92660,8529,0,7847,0,2821.88,-5389.11,163.997,5.89869,345,10,0,3997,0,0,1), - (92661,8603,0,7898,0,1738.73,-3100.48,80.5853,0.358865,345,10,0,3293,0,0,1), - (92662,8542,0,8783,0,2753.48,-5400.65,158.194,2.20226,345,10,0,3758,0,0,1), - (92663,8542,0,8783,0,2833.85,-5454.69,157.977,0.4225,345,3,0,3758,0,0,1), - (92664,8596,0,7890,0,1957.07,-3151.15,87.9872,0.029288,345,5,0,3189,0,0,1), - (92665,8545,0,7858,0,2789.03,-5532.77,162.954,3.05433,345,0,0,3997,0,0,0), - (92666,8529,0,7847,0,2744.88,-5463.14,157.09,0.563868,345,10,0,3997,0,0,1), - (92667,8532,0,571,0,2719.39,-5482.15,160.19,4.65375,345,10,0,3876,0,0,1), - (92668,8600,0,7894,0,2156.7,-2801.21,79.5377,1.30686,345,10,0,3189,0,0,1), - (92669,8544,0,10613,0,2765.9,-5553.61,162.954,1.55334,345,0,0,3876,0,0,0), - (92670,8545,0,7858,0,2783.5,-5516.94,162.954,3.82227,345,0,0,3997,0,0,0), - (92671,8545,0,7858,0,2750.63,-5546.38,162.954,0.767945,345,0,0,3997,0,0,0), - (92672,8542,0,8783,0,2184.41,-3515.06,134.527,0.830289,345,0,0,3758,0,0,0), - (92673,8600,0,7894,0,1827.54,-4375.49,97.0312,6.07871,345,10,0,3189,0,0,1), - (92674,8529,0,7847,0,2222,-3483.2,131.889,4.12006,345,2,0,3997,0,0,1), - (92675,8528,0,11396,0,2671.68,-5533.59,159.627,1.98573,345,10,0,2698,5461,0,1), - (92676,8529,0,7847,0,2661.21,-5554.85,159.886,6.10054,345,10,0,3997,0,0,1), - (92677,8542,0,8783,0,2653.89,-5458.21,157.059,5.25643,345,10,0,3758,0,0,1), - (92678,8528,0,11396,0,2622.7,-5451.31,160.054,1.08033,345,5,0,2698,5461,0,1), - (92679,8529,0,7847,0,2663.47,-5284.92,148.473,1.25615,345,5,0,3997,0,0,1), - (92680,8529,0,7847,0,2678.57,-5312.74,154.537,3.77171,345,10,0,3997,0,0,1), - (92681,8532,0,571,0,2664.91,-5355.3,158.676,3.70361,345,10,0,3876,0,0,1), - (92682,8558,0,9758,0,2686.7,-5399.67,157.217,3.71755,345,0,0,3876,0,0,0), - (92683,8529,0,7847,0,2748.04,-5347.93,157.828,3.84279,345,10,0,3997,0,0,1), - (92684,8546,0,10410,0,2679.24,-5403.77,157.153,0.453786,345,0,0,4212,0,0,0), - (92685,9447,0,10380,0,1650.76,-5337.11,74.3611,5.89921,610,0,0,5886,1982,0,0), - (92686,9452,0,10406,0,1609.17,-5383.05,74.115,0.488216,610,5,0,5151,4765,0,2), - (92687,9452,0,10405,0,1678.48,-5421.4,75.239,4.17369,610,0,0,5151,4765,0,0), - (92688,9447,0,10376,0,1652.32,-5379.99,74.7361,4.02002,610,5,0,5886,1982,0,1), - (92689,9447,0,10378,0,1657.71,-5168.02,76.6485,1.20428,610,0,0,5886,1982,0,0), - (92690,9452,0,10405,0,1733.98,-5181.14,75.1608,6.21946,610,0,0,5151,4765,0,0), - (92691,9449,0,10390,0,1652.71,-5181.39,73.9861,6.07378,610,5,0,6078,2041,0,1), - (92692,9447,0,10380,0,1611.7,-5187.67,79.6203,1.05905,610,0,0,5886,1982,0,0), - (92693,9449,0,10389,0,1712.18,-5177.74,74.1028,4.49543,610,0,0,6078,2041,0,0), - (92694,9447,0,10377,0,1678.74,-5190.23,73.6964,1.5708,610,0,0,5886,1982,0,0), - (92695,9447,0,10377,0,1730.33,-5173.75,76.598,1.64061,610,0,0,5886,1982,0,0), - (92696,9447,0,10380,0,1705.63,-5215.61,74.1948,3.10669,610,0,0,5886,1982,0,0), - (92697,9447,0,10376,0,1706.78,-5190.01,73.6948,1.72788,610,0,0,5886,1982,0,0), - (92698,9447,0,10376,0,1679.7,-5216.19,73.9095,0.069813,610,0,0,5886,1982,0,0), - (92699,9449,0,10390,0,1646.01,-5279.02,81.1111,3.26692,610,5,0,6078,2041,0,1), - (92700,9447,0,10378,0,1721.9,-5287.23,74.0439,5.67242,610,0,0,5886,1982,0,0), - (92701,9447,0,10376,0,1656.14,-5325.58,74.4807,5.86431,610,0,0,5886,1982,0,0), - (92702,8597,0,7891,0,2277.01,-4385.49,92.3705,0.049155,345,10,0,3529,0,0,1), - (92703,8525,0,612,0,1986.58,-4550.29,73.7361,5.27392,345,10,0,2823,2117,0,1), - (92704,8598,0,9022,0,2567.7,-4599.89,80.965,5.94877,345,10,0,3758,0,0,1), - (92705,8542,0,8783,0,2280.8,-3588.88,161.615,3.37728,345,5,0,3758,0,0,1), - (92706,8532,0,571,0,2336.61,-3619.06,174.284,0.880808,345,5,0,3876,0,0,1), - (92707,8545,0,7858,0,2285.7,-3552.82,152.321,5.37943,345,10,0,3997,0,0,2), - (92708,8529,0,7847,0,2319.63,-3616.25,171.097,2.15609,345,5,0,3997,0,0,2), - (92709,8542,0,8783,0,2368.26,-3650.19,179.867,0.44351,345,10,0,3758,0,0,1), - (92710,8558,0,9758,0,2405.3,-3704.04,178.612,0.820305,345,0,0,3876,0,0,0), - (92711,8598,0,9022,0,2561.76,-4630.81,79.5436,5.82172,345,10,0,3758,0,0,1), - (92712,8531,0,10487,0,2071.54,-4554.92,73.5648,3.06212,345,10,0,3644,0,0,1), - (156063,8538,0,0,0,2104.73,-4635,75.404,0.808,600,4,0,3665,0,0,1), - (92714,8600,0,7894,0,2130.67,-3018.94,83.2425,1.73974,345,5,0,3189,0,0,1), - (92715,8531,0,10487,0,2112.3,-4582.05,73.623,5.99386,345,10,0,3644,0,0,1), - (92716,8526,0,9788,0,2072.6,-4573.06,75.8973,5.55114,345,0,0,2604,5206,0,0), - (92717,8603,0,7898,0,2017.74,-3612.44,124.008,3.08295,345,10,0,3293,0,0,1), - (92718,8541,0,10751,0,1987.21,-4579.22,73.7361,1.86969,345,10,0,3528,0,0,1), - (92719,8603,0,7898,0,2058.71,-5119.05,80.9723,6.28275,345,10,0,3293,0,0,1), - (92720,8601,0,7896,0,2327.08,-4873.95,87.2884,0.146773,345,0,0,3420,0,0,0), - (92721,8601,0,7896,0,2192.11,-4790.01,105.03,5.81844,345,5,0,3420,0,0,1), - (92722,8606,0,681,0,2304.17,-5169.74,54.4374,0.172547,345,5,0,3529,0,0,1), - (92723,8600,0,7894,0,2043.5,-2929.4,83.7015,1.30497,345,10,0,3189,0,0,1), - (92724,8600,0,7894,0,2058.84,-3255.36,89.0469,2.56767,345,10,0,3189,0,0,1), - (92725,8607,0,11141,0,2287.71,-5151.84,54.0039,2.30303,345,5,0,3293,0,0,2), - (92726,8534,0,7854,0,1746.47,-2976.24,74.5937,4.15764,345,5,0,3420,0,0,1), - (92727,8596,0,7890,0,2076.31,-3006.15,83.1861,1.70193,345,10,0,3189,0,0,1), - (92728,8603,0,7898,0,2118.96,-2853.83,85.6215,5.90098,345,10,0,3293,0,0,1), - (92729,8534,0,7854,0,2034.1,-2928.03,82.4236,2.56984,345,10,0,3420,0,0,1), - (92730,17795,0,16925,0,1860.48,-3731.34,197.778,2.42601,345,0,0,8,0,0,0), - (92731,8603,0,7898,0,1873.59,-2833.6,84.8167,0.926123,345,5,0,3293,0,0,1), - (92732,8600,0,7894,0,2092.4,-2815.25,83.0961,0.833047,345,10,0,3189,0,0,1), - (92733,8600,0,7894,0,2033.3,-3007.48,77.7169,0.509708,345,10,0,3189,0,0,1), - (92734,8600,0,7894,0,1719.73,-4143.9,105.099,4.16393,345,10,0,3189,0,0,1), - (92735,8596,0,7890,0,1930.34,-3123.19,91.5828,5.83877,345,10,0,3189,0,0,1), - (92736,8596,0,7890,0,1890.17,-4630.22,86.3205,6.2187,345,10,0,3189,0,0,1), - (92737,8603,0,7898,0,1878.22,-3493,112.32,1.51118,345,10,0,3293,0,0,1), - (92738,8600,0,7894,0,1720.63,-4129.77,106.744,1.68407,345,10,0,3189,0,0,1), - (92739,8600,0,7894,0,1974.04,-3291.45,102.086,2.9607,345,5,0,3189,0,0,1), - (92740,8596,0,7890,0,1728.78,-3901.19,126.847,2.03095,345,10,0,3189,0,0,1), - (92741,8600,0,7894,0,1669.74,-3904.47,131.321,1.0468,345,10,0,3189,0,0,1), - (92742,8603,0,7898,0,1945.95,-3013.04,75.8015,0.285591,345,10,0,3293,0,0,1), - (92743,8534,0,7854,0,1738.86,-4080.07,104.266,1.86076,345,10,0,3420,0,0,1), - (92744,8603,0,7898,0,2014.2,-2988.19,79.1339,0.775032,345,10,0,3293,0,0,1), - (92745,8597,0,7891,0,1989.97,-4710.97,99.6578,5.33958,345,5,0,3529,0,0,1), - (92746,8600,0,7894,0,1954.27,-3562.56,117.051,1.75039,345,5,0,3189,0,0,1), - (92747,8601,0,7896,0,2196.35,-4363.14,81.5466,2.34308,345,10,0,3420,0,0,1), - (92748,8601,0,7896,0,2383.37,-4512.04,76.1623,1.13771,345,10,0,3420,0,0,1), - (92749,8601,0,7896,0,2448.71,-4387.58,74.31,4.85346,345,10,0,3420,0,0,1), - (92750,8603,0,7898,0,1688.72,-3726.32,125.649,4.46694,345,10,0,3293,0,0,1), - (92751,8600,0,7894,0,1964.44,-4051.47,89.8236,3.30241,345,10,0,3189,0,0,1), - (92752,8596,0,7890,0,1870.07,-3912.21,129.161,4.07397,345,10,0,3189,0,0,1), - (92753,8600,0,7894,0,1667.61,-3815.01,133.272,0.845533,345,5,0,3189,0,0,1), - (92754,8603,0,7898,0,2092.2,-2932.47,88.5263,5.48604,345,10,0,3293,0,0,1), - (92755,8600,0,7894,0,1678.5,-3812.98,133.143,5.34986,345,10,0,3189,0,0,1), - (92756,8596,0,7890,0,1949.95,-3807.66,128.494,4.16662,345,10,0,3189,0,0,1), - (92757,8600,0,7894,0,2079.55,-3765.91,134.121,1.77921,345,10,0,3189,0,0,1), - (92758,8596,0,7890,0,2109.82,-3833.89,139.611,1.65394,345,5,0,3189,0,0,1), - (92759,8603,0,7898,0,1751.44,-3035.91,77.8623,1.18667,345,10,0,3293,0,0,1), - (92760,8603,0,7898,0,1988.27,-3184.78,86.4224,6.08883,345,10,0,3293,0,0,1), - (92761,8600,0,7894,0,2041.14,-3733.06,131.256,3.27079,345,5,0,3189,0,0,1), - (92762,8596,0,7890,0,1992.11,-3892.65,128.026,0.501217,345,5,0,3189,0,0,1), - (92763,8600,0,7894,0,1813.7,-4719.19,86.7642,4.58634,345,5,0,3189,0,0,1), - (92764,8600,0,7894,0,1808.38,-3901.21,134.537,3.33018,345,10,0,3189,0,0,1), - (92765,8600,0,7894,0,1985.6,-3847.62,122.783,2.5059,345,10,0,3189,0,0,1), - (92766,8600,0,7894,0,1914.97,-3496.53,109.714,1.68037,345,10,0,3189,0,0,1), - (92767,8603,0,7898,0,2005.24,-3759.08,127.825,2.45483,345,10,0,3293,0,0,1), - (92768,8600,0,7894,0,1978.97,-2911.5,79.0958,0.443999,345,5,0,3189,0,0,1), - (92769,8596,0,7890,0,1869.88,-3940.3,122.085,2.61591,345,10,0,3189,0,0,1), - (92770,8600,0,7894,0,1929.15,-3609.73,119.618,2.89496,345,10,0,3189,0,0,1), - (92771,8600,0,7894,0,1619.58,-3810.42,138.61,2.93625,345,5,0,3189,0,0,1), - (92772,8534,0,7854,0,1813.51,-3824.32,130.802,5.20964,345,10,0,3420,0,0,1), - (92773,8600,0,7894,0,2017.82,-3811.51,127.57,0.655815,345,10,0,3189,0,0,1), - (92774,8600,0,7894,0,1850.19,-3547.29,111.95,1.45323,345,5,0,3189,0,0,1), - (92775,12202,0,7804,0,1853.38,-3213.82,124.85,2.33874,345,0,0,64,0,0,0), - (92776,8532,0,571,0,2350.47,-5250.95,83.8319,4.18586,345,6,0,3876,0,0,1), - (92777,8528,0,11396,0,2380.6,-5216.35,76.0877,5.26474,345,5,0,2698,5461,0,1), - (92778,8607,0,11141,0,2181.33,-5140.28,53.1583,5.48037,345,5,0,3293,0,0,1), - (92779,8541,0,10751,0,1945.71,-4587.23,77.1835,3.16205,345,10,0,3528,0,0,1), - (92780,9452,0,10403,0,1676.92,-5353.63,73.7361,2.55445,610,5,0,5151,4765,0,1), - (92781,9449,0,10390,0,1692.79,-5261.53,73.7361,1.48556,610,5,0,6078,2041,0,2), - (92782,9447,0,10376,0,1687.06,-5279.87,73.8354,3.76777,610,5,0,5886,1982,0,1), - (92783,9452,0,10405,0,1686.35,-5179.42,73.8611,1.2447,610,5,0,5151,4765,0,2), - (92784,9452,0,10406,0,1681.69,-5377.67,74.141,3.60529,610,5,0,5151,4765,0,1), - (92785,9448,0,10395,0,1655.88,-5444.78,87.6499,1.32645,610,0,0,6477,2163,0,0), - (92786,9448,0,10395,0,1642.17,-5438.99,88.2749,1.18682,610,0,0,6477,2163,0,0), - (92787,8600,0,7894,0,2043.74,-3584.88,128.443,5.30037,345,5,0,3189,0,0,1), - (92788,8600,0,7894,0,2016.26,-3475.76,110.603,1.45734,345,5,0,3189,0,0,1), - (92789,8596,0,7890,0,1823.84,-4121.19,99.9733,0.856558,345,10,0,3189,0,0,1), - (92790,9452,0,10405,0,1852.72,-5496.2,104.723,5.25029,610,5,0,5151,4765,0,1), - (92791,8601,0,7896,0,2159.24,-4760,78.1475,1.30607,345,5,0,3420,0,0,1), - (92792,8597,0,7891,0,2078.53,-5189.65,80.8774,2.20825,345,10,0,3529,0,0,1), - (92793,8542,0,8783,0,2113.37,-3444.76,119.751,1.94257,345,3,0,3758,0,0,1), - (92794,8601,0,7896,0,2279.51,-4419.97,106.063,1.01799,345,5,0,3420,0,0,1), - (92795,8601,0,7896,0,2148.82,-3954.21,132.26,5.06842,345,10,0,3420,0,0,1), - (92796,8601,0,7896,0,2426.79,-4417.24,74.493,0.123386,345,10,0,3420,0,0,1), - (92797,8601,0,7896,0,2225.68,-4542.88,74.7726,0.954632,345,3,0,3420,0,0,1), - (92798,8601,0,7896,0,2174.82,-4604.05,74.0289,5.6952,345,10,0,3420,0,0,1), - (92799,8534,0,7854,0,2284.68,-4554.12,84.2975,0.182743,345,2,0,3420,0,0,1), - (92800,8601,0,7896,0,2263.55,-4513.65,96.1827,1.82857,345,10,0,3420,0,0,1), - (92801,8603,0,7898,0,1994.36,-5229.54,79.7268,4.05015,345,10,0,3293,0,0,1), - (92802,8601,0,7896,0,2053.85,-3919.58,127.483,4.946,345,10,0,3420,0,0,1), - (92803,8601,0,7896,0,2016.33,-4704.98,93.0851,4.12357,345,5,0,3420,0,0,1), - (92804,8597,0,7891,0,2181.33,-3979.92,126.945,1.85178,345,10,0,3529,0,0,1), - (92805,8597,0,7891,0,2052.04,-4756.54,81.5141,2.85165,345,10,0,3529,0,0,1), - (92806,8597,0,7891,0,2180.76,-4051.49,96.7477,4.12872,345,3,0,3529,0,0,1), - (92807,8603,0,7898,0,1947.38,-5009.15,74.6954,1.12638,345,10,0,3293,0,0,1), - (92808,8532,0,571,0,2577.64,-5185.73,75.212,3.41641,345,10,0,3876,0,0,1), - (92809,8528,0,11396,0,2642.18,-5249.86,117.155,1.9803,345,5,0,2698,5461,0,2), - (92810,8528,0,11396,0,2618.44,-5223.35,96.8697,3.01227,345,5,0,2698,5461,0,2), - (92811,8601,0,7896,0,2153.07,-4014.49,115.376,0.291585,345,3,0,3420,0,0,1), - (92812,8603,0,7898,0,1882.43,-4896.48,89.8204,1.19718,345,10,0,3293,0,0,1), - (92813,9447,0,10376,0,1815.62,-5478.13,95.4997,3.41161,610,5,0,5886,1982,0,1), - (92814,8597,0,7891,0,2042.56,-5145.09,81.4191,2.92102,345,10,0,3529,0,0,1), - (92815,8601,0,7896,0,2154.97,-4885.64,90.744,5.4488,345,5,0,3420,0,0,1), - (92816,8601,0,7896,0,1953.94,-4840.71,101.148,1.11588,345,5,0,3420,0,0,1), - (92817,8597,0,7891,0,1926.22,-4913.38,86.4924,3.40433,345,10,0,3529,0,0,1), - (92818,8603,0,7898,0,1828.13,-4987.43,91.0013,3.70847,345,10,0,3293,0,0,1), - (92819,8601,0,7896,0,2314.58,-4444.99,87.2594,1.08532,345,10,0,3420,0,0,1), - (92820,8597,0,7891,0,2386.46,-4311.64,78.5234,1.32718,345,10,0,3529,0,0,1), - (92821,8597,0,7891,0,2230.85,-4677.28,73.8547,3.25192,345,10,0,3529,0,0,1), - (92822,8603,0,7898,0,1965.93,-4845,97.3497,4.92216,345,0,0,3293,0,0,0), - (92823,11288,0,10936,0,2510.03,-4164.97,48.65,4.00361,345,0,0,1114,0,0,0), - (92824,11288,0,10935,0,2508.49,-4163.12,48.018,-2.16164,345,0,0,1114,0,0,0), - (92825,8601,0,7896,0,1921.47,-4981.47,76.5366,0.454914,345,10,0,3420,0,0,1), - (92826,11288,0,10936,0,2510.2,-4165.92,48.8516,-3.11753,345,0,0,1114,0,0,0), - (92827,11288,0,10935,0,2506.36,-4162.76,47.9597,5.79449,345,0,0,1114,0,0,0), - (92828,11288,0,10935,0,2510.14,-4166.75,49.0967,2.93991,345,0,0,1114,0,0,0), - (92829,11288,0,10937,0,2507.23,-4162.67,47.8176,-1.77131,345,0,0,1114,0,0,0), - (92830,11289,0,10941,0,2506.55,-4166.01,49.1651,0.087266,345,0,0,3758,0,0,0), - (92831,11288,0,10937,0,2509.52,-4164.03,48.3071,-2.55359,345,0,0,1114,0,0,0), - (92832,11289,0,10942,0,2513.17,-4168.81,48.9467,2.54424,345,0,0,3758,0,0,0), - (92833,11289,0,10941,0,2507.93,-4167.42,49.153,0.862014,345,0,0,3758,0,0,0), - (92834,9449,0,10390,0,1778.67,-5218.59,104.92,1.6057,610,0,0,6078,2041,0,0), - (92835,8543,0,1693,0,1982.13,-4412.56,73.7361,0.710203,345,10,0,3758,0,0,1), - (92836,10698,0,10030,0,1972.52,-4512.72,74.9946,6.0568,345,0,0,2304,4765,0,0), - (92837,8531,0,10487,0,1916.99,-4446.22,79.5834,4.08407,345,10,0,3644,0,0,1), - (92838,10698,0,10030,0,1984.91,-4489.18,82.4756,1.07675,345,0,0,2304,4765,0,0), - (92839,8541,0,10751,0,1916.21,-4482.93,78.0146,6.26573,345,10,0,3528,0,0,1), - (92840,8541,0,10751,0,1928.08,-4506.89,79.9064,1.06903,345,10,0,3528,0,0,1), - (92841,8525,0,612,0,1918.9,-4549.98,81.6737,1.22379,345,10,0,2823,2117,0,1), - (92842,8541,0,10751,0,1948.42,-4526.67,75.1223,3.34805,345,5,0,3528,0,0,1), - (92843,8541,0,10751,0,1973.66,-4503.76,82.4756,3.735,345,0,0,3528,0,0,0), - (92844,8551,0,10420,0,1971.8,-4510.33,74.9946,5.044,345,0,0,2442,5013,0,0), - (92846,12202,0,7804,0,1868.19,-3228.62,124.546,3.36848,345,0,0,64,0,0,0), - (92847,11897,0,11829,0,1999.46,-3378.49,107.305,2.87054,345,5,0,18312,0,0,2), - (92848,5634,0,3874,0,219.598,-2612.21,160.449,1.15192,350,0,0,2868,0,0,0), - (92849,5635,0,7005,0,266.603,-2029.53,171.866,4.15388,350,0,0,3517,0,0,0), - (92850,5636,0,7007,0,325.182,-1950.5,197.708,4.69494,350,0,0,2868,1809,0,0), - (92851,7884,0,7001,0,322.773,-2146.14,123.311,1.18682,350,0,0,3857,0,0,0), - (92852,9660,0,8929,0,347.076,-2119.98,104.701,5.93412,350,0,0,3184,0,0,0), - (92853,11810,0,11740,0,256.418,-2202.8,120.608,1.50331,350,5,0,2972,0,0,2), - (92854,11812,0,11739,0,244.689,-2205.45,132.378,3.97935,350,0,0,2766,0,0,0), - (92855,11813,0,11741,0,260.728,-2188.92,119.343,3.00197,350,0,0,2568,0,0,0), - (92856,12479,0,625,0,827.619,-4091.5,92.7523,5.7259,600,0,0,74178,8343,0,0), - (92857,12478,0,7974,0,827.541,-4088.95,93.1538,5.72609,600,0,0,67430,24860,0,0), - (92858,12477,0,12509,0,825.202,-4092.49,92.7523,5.72486,600,0,0,80052,8181,0,0), - (92859,12478,0,7974,0,1058.77,-3943.05,111.211,1.87505,600,0,0,67430,24860,0,0), - (92860,12477,0,12509,0,1057.52,-3946.17,110.926,1.87517,600,0,0,80052,8181,0,0), - (92861,12477,0,12509,0,1061.6,-3945.02,111.9,1.86648,600,0,0,80052,8181,0,0), - (92862,12478,0,7974,0,994.793,-3832.74,112.163,4.37489,600,0,0,67430,24860,0,0), - (92863,12477,0,12509,0,994.759,-3832.09,112.38,2.57641,600,0,0,80052,8181,0,0), - (92865,12478,0,7974,0,679.63,-3842.83,116.657,1.67031,600,0,0,67430,24860,0,0), - (92866,12477,0,12509,0,681.952,-3844.73,116.157,1.84855,600,5,0,80052,8181,0,1), - (92867,12477,0,12509,0,677.73,-3845.15,116.282,1.57271,600,0,0,80052,8181,0,0), - (92868,12479,0,625,0,1093.88,-4257.64,171.341,1.69191,600,0,0,74178,8343,0,0), - (92869,12478,0,7974,0,1092.03,-4260,171.591,1.52197,600,0,0,67430,24860,0,0), - (92870,12477,0,12509,0,1096.24,-4259.49,173.341,4.8335,600,0,0,80052,8181,0,0), - (92871,12478,0,7974,0,753.983,-3944.69,102.342,1.78121,600,0,0,67430,24860,0,0), - (92872,12477,0,12509,0,752.272,-3946.57,101.849,1.80129,600,0,0,80052,8181,0,0), - (92873,12477,0,12509,0,756.219,-3945.75,102.081,1.72487,600,0,0,80052,8181,0,0), - (92874,12478,0,7974,0,605.254,-4073.04,112.983,1.4799,600,0,0,67430,24860,0,0), - (92875,12477,0,12509,0,602.93,-4075.23,114.645,1.48231,600,0,0,80052,8181,0,0), - (92876,12477,0,12509,0,607.148,-4075.68,113.814,1.48043,600,0,0,80052,8181,0,0), - (92877,2688,0,6545,0,497.455,-2896.63,165.914,3.24631,350,0,0,3748,0,0,0), - (92878,12958,0,12935,0,476.271,-2901.61,165.232,5.53269,350,0,0,3748,0,0,0), - (92879,2691,0,6547,0,383.643,-2851,117.853,3.3282,350,0,0,2092,0,0,0), - (92880,8276,0,1149,0,234.941,-2995.17,169.95,4.98919,350,5,0,1524,0,0,1), - (92881,8276,0,1149,0,272.772,-2096.04,160.767,4.9824,350,5,0,1524,0,0,1), - (92882,7778,0,6845,0,361.638,-2088.14,120.535,2.93215,350,0,0,2972,0,0,0), - (92883,7801,0,6994,0,219.417,-2603.37,160.356,5.35816,350,0,0,2972,0,0,0), - (92884,14731,0,10714,0,-622.033,-4583.4,11.7704,5.51524,350,0,0,3294,0,0,0), - (92885,17598,0,12956,0,-622.67,-4533.81,11.8626,6.03884,350,0,0,1800,0,0,0), - (92886,14734,0,14765,0,-562.74,-4633.94,30.4836,1.8326,350,0,0,3517,0,0,0), - (92887,14734,0,14764,0,-560.995,-4632.43,30.4295,1.13446,350,0,0,3517,0,0,0), - (92888,14734,0,14765,0,-559.672,-4633.37,30.4392,0.820305,350,0,0,3517,0,0,0), - (92889,4314,0,4311,0,-631.736,-4720.6,5.48226,5.55015,600,0,0,7423,7071,0,0), - (92890,8885,0,6468,0,-599.365,-4579.15,9.93336,3.56047,350,0,0,42,0,0,0), - (92891,14730,0,14761,0,-608.34,-4569.29,12.4115,0.767945,350,0,0,3765,0,0,0), - (92892,14730,0,14760,0,-569.228,-4659.8,10.1363,4.81711,350,0,0,3765,0,0,0), - (92893,14730,0,14762,0,-576.372,-4523.69,21.4261,4.50295,350,0,0,3765,0,0,0), - (92894,14730,0,14761,0,-513.547,-4547.22,11.368,0.366519,350,0,0,3765,0,0,0), - (92895,14730,0,14761,0,-517.662,-4524.58,11.2717,0.191986,350,0,0,3765,0,0,0), - (92896,14730,0,14762,0,-573.963,-4589.06,10.5275,1.01229,350,0,0,3765,0,0,0), - (92897,14730,0,14763,0,-582.846,-4587.14,10.7909,1.55334,350,0,0,3765,0,0,0), - (92898,14730,0,14761,0,-634.003,-4693.88,5.13052,4.25376,350,5,0,3765,0,0,2), - (92899,14730,0,14763,0,-632.392,-4690.62,5.11669,4.25313,350,5,0,3765,0,0,2), - (92900,14730,0,14760,0,-643.396,-4533.99,10.9435,2.80998,350,0,0,3765,0,0,0), - (92901,14730,0,14760,0,-640.617,-4556.09,10.1777,3.47321,350,0,0,3765,0,0,0), - (92902,14730,0,14762,0,-623.709,-4524.41,11.7006,2.30383,350,0,0,3765,0,0,0), - (92903,14730,0,14762,0,-560.477,-4602.34,9.73491,1.2556,350,5,0,3765,0,0,2), - (92904,14730,0,14761,0,-562.005,-4602.22,10.11,1.26076,350,5,0,3765,0,0,2), - (92905,14730,0,14763,0,-644.358,-4719.91,5.33326,4.31096,350,0,0,3765,0,0,0), - (92906,14730,0,14763,0,-617.628,-4643.52,5.48348,1.18682,350,0,0,3765,0,0,0), - (92907,14730,0,14763,0,-603.77,-4650.45,6.01921,1.02974,350,0,0,3765,0,0,0), - (92908,14730,0,14760,0,-634.605,-4596.83,12.3989,3.90954,350,0,0,3765,0,0,0), - (92909,14737,0,14769,0,-595.75,-4559.67,9.16149,3.22886,350,0,0,2972,0,0,0), - (92910,14736,0,14768,0,-616.891,-4585.67,27.8052,2.74017,350,0,0,3857,0,0,0), - (92911,14739,0,14771,0,-541.708,-4608.89,13.1234,2.86234,350,0,0,4484,0,0,0), - (92912,14738,0,14770,0,-563.159,-4631.15,13.3094,1.85005,350,0,0,2471,0,0,0), - (92913,14740,0,14772,0,-626.071,-4667.71,6.50807,2.75762,350,0,0,2471,0,0,0), - (92914,14741,0,14773,0,-574.573,-4622.76,9.69658,1.36136,350,0,0,2972,0,0,0), - (92915,5598,0,6590,0,-463.676,-2874.4,96.8502,0.733038,350,0,0,2218,0,0,0), - (92916,7865,0,7861,0,253.803,-2034.02,170.98,4.04916,350,0,0,3433,0,0,0), - (92917,7865,0,7859,0,271.936,-2176.18,120.01,1.69297,350,0,0,3433,0,0,0), - (92918,7865,0,7861,0,258.417,-2009.81,177.514,4.24115,350,0,0,3433,0,0,0), - (92919,7865,0,7860,0,242.109,-2175.42,118.703,5.06145,350,0,0,3433,0,0,2), - (92920,7865,0,7861,0,203.118,-1998.54,145.515,4.46804,350,0,0,3433,0,0,0), - (92921,10061,0,9283,0,305.911,-2129.69,121.92,1.81514,350,0,0,1605,0,0,0), - (92922,8161,0,7383,0,333.705,-2091.51,131.647,5.84685,350,0,0,3404,0,0,0), - (92923,7744,0,6568,0,399.725,-2119.74,131.563,4.93049,350,0,0,1605,0,0,0), - (92924,7865,0,7859,0,295.987,-2006.17,194.823,3.735,350,0,0,3433,0,0,0), - (92925,8018,0,7250,0,282.096,-2001.28,194.127,5.60251,600,0,0,7423,7071,0,0), - (92926,12479,0,625,0,744.375,-4131.01,94.1768,5.56928,600,0,0,74178,8343,0,0), - (92927,12478,0,7974,0,744.549,-4128.35,94.9812,5.57006,600,0,0,67430,24860,0,0), - (92928,12477,0,12509,0,741.917,-4131.69,93.5518,5.56962,600,5,0,80052,8181,0,1), - (92929,12478,0,7974,0,749.581,-4209.15,113.855,1.13862,600,0,0,67430,24860,0,0), - (92930,12477,0,12509,0,750.596,-4212.02,114.221,1.13861,600,0,0,80052,8181,0,0), - (92931,12477,0,12509,0,746.61,-4210.53,114.21,1.13927,600,0,0,80052,8181,0,0), - (92932,12478,0,7974,0,1008.11,-4143.04,116.816,4.86896,600,0,0,67430,24860,0,0), - (92933,12477,0,12509,0,1009.9,-4140.81,117.084,4.87276,600,0,0,80052,8181,0,0), - (92934,12477,0,12509,0,1005.69,-4141.33,116.693,4.86878,600,0,0,80052,8181,0,0), - (92935,12479,0,625,0,666.828,-3909.8,106.231,1.95822,600,0,0,74178,8343,0,0), - (92936,12478,0,7974,0,665.474,-3912.1,106.439,1.95715,600,0,0,67430,24860,0,0), - (92937,12477,0,12509,0,669.433,-3910.57,106.07,1.9573,600,5,0,80052,8181,0,1), - (92938,12478,0,7974,0,677.972,-4175.15,108.645,2.2707,600,0,0,67430,24860,0,0), - (92939,12477,0,12509,0,677.632,-4178.04,109.212,2.27069,600,0,0,80052,8181,0,0), - (92940,12477,0,12509,0,680.725,-4175.12,107.834,2.27063,600,0,0,80052,8181,0,0), - (92941,2505,0,5027,0,302.187,-4844.87,-23.1115,2.97742,350,10,0,2672,0,0,1), - (92942,14730,0,14761,0,-562.673,-4512.68,28.6456,5.81195,350,0,0,3765,0,0,0), - (92943,14730,0,14762,0,-593.14,-4605.77,10.0254,5.44543,350,0,0,3765,0,0,0), - (92944,14730,0,14762,0,-597.571,-4609.94,9.752,5.65487,350,0,0,3765,0,0,0), - (92945,14730,0,14763,0,-520.152,-4611.92,14.7856,5.53269,350,0,0,3765,0,0,0), - (92946,14730,0,14763,0,-572.791,-4646.52,28.4066,3.57722,350,5,0,3765,0,0,2), - (92947,4782,0,7009,0,380.805,-2128.05,121.09,3.52556,350,0,0,3517,0,0,0), - (92948,11097,0,10622,0,350.42,-2090.4,113.868,6.26573,350,0,0,4108,0,0,0), - (92949,8160,0,7382,0,353.505,-2086.86,113.868,4.4855,350,0,0,3517,0,0,0), - (92950,7865,0,7861,0,263.397,-2043.03,170.73,3.38594,350,0,0,3433,0,0,0), - (92951,7865,0,7862,0,287.381,-2035.83,178.211,3.76991,350,0,0,3433,0,0,0), - (92952,7865,0,7860,0,283.321,-2116.8,120.74,3.48725,350,0,0,3433,0,0,0), - (92953,7865,0,7860,0,286.588,-2135.95,120.625,2.96706,350,0,0,3433,0,0,0), - (92954,2505,0,5027,0,392.586,-4859.38,-13.263,6.03567,350,10,0,2672,0,0,1), - (92955,2928,0,12238,0,182.039,-3549.64,126.636,1.98968,350,0,0,2138,0,0,0), - (92956,2505,0,5027,0,-379.925,-4665.08,-9.57356,1.70823,350,10,0,2672,0,0,1), - (92957,2505,0,5027,0,-15.465,-4853.16,-16.6703,6.01399,350,10,0,2672,0,0,1), - (92958,2505,0,5027,0,-313.444,-4681.32,-6.66424,0.810481,350,10,0,2672,0,0,1), - (92959,2505,0,5027,0,-517.037,-4676.53,-8.88548,0.126125,350,10,0,2672,0,0,1), - (92960,2505,0,5027,0,-119.453,-4884.3,-16.8463,3.46045,350,10,0,2672,0,0,1), - (92961,2505,0,5027,0,-752.72,-4553.87,-18.7259,4.25035,350,10,0,2672,0,0,1), - (92962,2505,0,5027,0,-453.86,-4674.8,-9.82564,2.5265,350,10,0,2672,0,0,1), - (92963,2648,0,6997,0,-528.012,-3841.78,230.712,2.58309,350,0,0,6645,0,0,0), - (92964,2505,0,5027,0,54.5881,-4852.3,-19.0851,4.54055,350,10,0,2672,0,0,1), - (92965,2656,0,11137,0,374.251,-3752.94,158.711,0.06817,350,3,0,2488,0,0,1), - (92966,2926,0,11418,0,112.595,-4216.86,120.07,4.89906,350,5,0,2488,0,0,1), - (92967,2505,0,5027,0,-191.058,-4810.76,-7.5348,2.93142,350,10,0,2672,0,0,1), - (92968,2928,0,12238,0,376.136,-3170.1,146.36,5.42038,350,5,0,2138,0,0,1), - (92969,2924,0,11419,0,311.847,-2954.5,112.283,0.243124,350,10,0,2059,0,0,1), - (92970,2924,0,11419,0,337.197,-2963.14,116.99,0.001953,350,10,0,2059,0,0,1), - (92971,2505,0,5027,0,405.627,-4760.84,-9.67976,1.3694,350,10,0,2672,0,0,1), - (92972,2505,0,5027,0,491.681,-4746.69,-9.6381,5.73809,350,10,0,2672,0,0,1), - (92973,2505,0,5027,0,442.759,-4790.35,-10.0811,1.70862,350,10,0,2672,0,0,1), - (92974,2505,0,5027,0,-120.499,-4681.16,-6.34757,5.43241,350,10,0,2672,0,0,1), - (92975,2505,0,5027,0,173.13,-4772.56,-6.07365,2.38705,350,10,0,2672,0,0,1), - (92976,2926,0,11418,0,218.316,-4449.47,121.09,3.93839,350,5,0,2488,0,0,1), - (92977,2505,0,5027,0,464.511,-4718.72,4.05409,5.95845,350,10,0,2672,0,0,1), - (92978,2505,0,5027,0,-122.84,-4824.25,-4.66291,3.78641,350,10,0,2672,0,0,1), - (92979,2505,0,5027,0,-195.581,-4885.19,-16.5459,4.27974,350,10,0,2672,0,0,1), - (92980,2505,0,5027,0,315.712,-4777.15,-31.05,5.27449,350,10,0,2672,0,0,1), - (92981,2926,0,11418,0,145.343,-4169.34,121.99,4.96305,350,5,0,2488,0,0,1), - (92982,2924,0,11419,0,190.246,-3010.89,123.753,4.57519,350,5,0,2059,0,0,1), - (92984,2656,0,11137,0,418.245,-3844.48,142.764,1.51359,350,5,0,2488,0,0,1), - (92985,2926,0,11418,0,83.4658,-4240.07,120.577,2.1149,350,5,0,2488,0,0,1), - (92986,2924,0,11419,0,335.966,-2921.4,115.268,0.757781,350,5,0,2059,0,0,1), - (92987,2924,0,11419,0,282.95,-2886.99,107.503,0.648329,350,10,0,2059,0,0,1), - (92988,2926,0,11418,0,201.409,-4024.96,117.63,1.20576,350,5,0,2488,0,0,1), - (92989,2655,0,1145,0,419.692,-3756.2,155.12,4.81613,350,5,0,2399,0,0,1), - (92990,2681,0,782,0,-665.257,-3961.27,238.073,3.97254,350,5,0,6645,0,0,1), - (92991,2926,0,11418,0,48.0097,-3892.95,140.115,1.44353,350,5,0,2488,0,0,1), - (92992,2639,0,6491,0,-286.071,-3249.44,119.152,5.36368,350,10,0,2310,0,0,1), - (92993,2656,0,11137,0,376.69,-3897.29,101.433,6.08565,350,3,0,2488,0,0,1), - (92994,2655,0,1145,0,363.363,-3876.68,105.661,4.04597,350,3,0,2399,0,0,1), - (92995,2655,0,1145,0,388.271,-3896.88,99.4591,3.30468,350,5,0,2399,0,0,1), - (92996,2656,0,11137,0,356.16,-3854.42,106.73,3.10852,350,3,0,2488,0,0,1), - (92997,8023,0,7268,0,-255.549,-3630.32,239.599,5.77704,350,0,0,102,0,0,0), - (92998,2505,0,5027,0,-221.012,-4645.19,-8.76627,5.51871,350,10,0,2672,0,0,1), - (92999,2505,0,5027,0,283.124,-4754.02,-15.6798,4.80248,350,10,0,2672,0,0,1), - (93000,2505,0,5027,0,214.391,-4747.57,-12.4037,5.31015,350,10,0,2672,0,0,1), - (93001,2505,0,5027,0,244.776,-4773.49,-15.9578,3.0044,350,10,0,2672,0,0,1), - (93002,2925,0,11417,0,-256.591,-3165.67,118.453,1.26663,350,3,0,2310,0,0,1), - (93003,2656,0,11137,0,373.638,-3821.84,163.075,5.79702,350,5,0,2488,0,0,1), - (93004,2926,0,11418,0,28.2872,-3634.6,124.439,0.555147,350,5,0,2488,0,0,1), - (93005,4467,0,6536,0,-244.456,-3320.75,128.854,1.16263,350,10,0,1679,3923,0,1), - (93006,2639,0,6492,0,-251.153,-3356.7,140.57,4.28929,350,5,0,2310,0,0,1), - (93007,2505,0,5027,0,86.2432,-4759.21,-5.06178,0.174785,350,10,0,2672,0,0,1), - (93008,2656,0,11137,0,447.166,-3817.51,133.466,4.39867,350,5,0,2488,0,0,1), - (93009,2656,0,11137,0,370.157,-3730.58,105.54,2.00936,350,3,0,2488,0,0,1), - (93010,2655,0,1145,0,337.009,-3713.52,106.598,2.62939,350,3,0,2399,0,0,1), - (93011,2655,0,1145,0,321.75,-3719.41,106.689,2.59196,350,3,0,2399,0,0,1), - (93012,2656,0,11137,0,311.443,-3750.14,106.844,4.80814,350,3,0,2488,0,0,1), - (93013,2655,0,1145,0,329.688,-3767.2,106.808,5.92148,350,3,0,2399,0,0,1), - (93014,2655,0,1145,0,346.737,-3764.54,106.86,1.65636,350,5,0,2399,0,0,1), - (93015,2928,0,12238,0,355.787,-3060.43,126.447,4.79845,350,3,0,2138,0,0,1), - (93016,2655,0,1145,0,45.5432,-3456.15,117.155,6.26772,350,10,0,2399,0,0,1), - (93017,2924,0,11419,0,54.7256,-3022.88,132.503,4.88181,350,10,0,2059,0,0,1), - (93018,2926,0,11418,0,246.485,-3840.29,139.686,1.90704,350,10,0,2488,0,0,1), - (93019,2924,0,11419,0,104.55,-3043.58,130.498,4.07459,350,10,0,2059,0,0,1), - (93020,2926,0,11418,0,122.412,-4005.43,127.83,1.86399,350,5,0,2488,0,0,1), - (93021,2680,0,781,0,-212.043,-3293.93,125.269,6.05243,350,10,0,2399,0,0,1), - (93022,2653,0,6490,0,-364.873,-2753.67,88.0951,0.712348,350,3,0,2138,0,0,1), - (93023,2656,0,11137,0,352.208,-3750.89,150.263,3.44483,350,5,0,2488,0,0,1), - (93024,4467,0,6536,0,-213.949,-3291,124.325,4.94591,350,10,0,1679,3923,0,1), - (93025,2926,0,11418,0,19.7264,-4361.74,133.726,0.056691,350,5,0,2488,0,0,1), - (93026,2656,0,11137,0,322.403,-3783,162.759,1.30297,350,3,0,2488,0,0,1), - (93027,2926,0,11418,0,58.8971,-4254.37,120.258,1.47696,350,5,0,2488,0,0,1), - (93028,2505,0,5027,0,109.187,-4770.13,-4.13647,1.96534,350,10,0,2672,0,0,1), - (93029,2505,0,5027,0,387.477,-4724.52,-5.0523,0.552813,350,10,0,2672,0,0,1), - (93030,2505,0,5027,0,359.375,-4737.5,-4.1239,0,350,10,0,2672,0,0,1), - (93031,2505,0,5027,0,175.944,-4708.37,12.9576,3.28694,350,10,0,2672,0,0,1), - (93032,2646,0,6495,0,-641.043,-4083.91,247.215,0.56703,350,0,0,6414,0,0,0), - (93033,2646,0,6496,0,-642.005,-4062.1,247.204,4.29692,350,0,0,6414,0,0,0), - (93034,2505,0,5027,0,46.835,-4788.89,-5.67404,5.09748,350,10,0,2672,0,0,1), - (93035,2505,0,5027,0,315.914,-4706.9,5.3171,5.12625,350,10,0,2672,0,0,1), - (93036,2653,0,6490,0,-478.176,-2808.8,110.572,2.83772,350,3,0,2138,0,0,1), - (93037,2654,0,6487,0,-492.383,-2826.32,116.737,2.09122,350,3,0,1618,3801,0,1), - (93038,2646,0,6496,0,-537.012,-4156.35,215.916,5.77717,350,0,0,6414,0,0,0), - (93039,2646,0,6495,0,-521.354,-4185.94,215.981,0.773089,350,0,0,6414,0,0,0), - (93040,2647,0,6540,0,-535.365,-4181.22,215.894,3.44057,350,0,0,6327,1750,0,0), - (93041,2646,0,6496,0,-522.396,-4164.06,215.939,0.471307,350,0,0,6414,0,0,0), - (93042,2646,0,6495,0,-647.264,-4115.35,238.601,5.88832,350,0,0,6414,0,0,0), - (93043,2656,0,11137,0,414.104,-3716.34,130.002,3.2581,350,10,0,2488,0,0,1), - (93044,2646,0,6495,0,-579.352,-4019.88,238.476,2.56883,350,0,0,6414,0,0,0), - (93045,2647,0,6541,0,-592.693,-4011.17,238.476,1.41066,350,0,0,6327,1750,0,0), - (93046,2681,0,782,0,-557.485,-3909.38,230.615,2.79285,350,3,0,6645,0,0,1), - (93047,12478,0,7974,0,812.679,-3877.12,108.127,5.24237,600,0,0,67430,24860,0,0), - (93048,12479,0,625,0,813.364,-3874.13,108.613,5.42016,600,0,0,74178,8343,0,0), - (93049,12479,0,625,0,809.65,-3876.07,108.021,5.11981,600,0,0,74178,8343,0,0), - (93050,2927,0,12238,0,-155.771,-2879.57,117.037,2.57202,350,10,0,1981,0,0,1), - (93051,12478,0,7974,0,875.383,-4106.46,96.4208,2.97003,600,0,0,67430,24860,0,0), - (93052,12477,0,12509,0,877.254,-4108.94,96.7537,2.97107,600,0,0,80052,8181,0,0), - (93053,12477,0,12509,0,877.34,-4104.65,96.4047,2.97065,600,0,0,80052,8181,0,0), - (93054,2656,0,11137,0,379.804,-3845.46,146.291,3.15896,350,10,0,2488,0,0,1), - (93055,2639,0,6491,0,-185.168,-3519.14,135.503,4.49543,350,10,0,2310,0,0,1), - (93056,4466,0,6512,0,-224.47,-3522.15,145.822,1.40982,350,10,0,2399,0,0,1), - (93057,2680,0,781,0,-203.499,-3362.46,137.974,4.99786,350,3,0,2399,0,0,1), - (93058,2926,0,11418,0,-98.6431,-3542.54,120.054,4.90051,350,5,0,2488,0,0,1), - (93059,2505,0,5027,0,-52.4953,-4755.58,-3.90083,5.90956,350,10,0,2672,0,0,1), - (93060,2656,0,11137,0,465.284,-3738.32,123.67,4.57813,350,5,0,2488,0,0,1), - (93061,2927,0,12238,0,-296.254,-2590.43,119.89,6.01213,350,10,0,1981,0,0,1), - (93062,2656,0,11137,0,413.841,-3768.62,124.15,0.161028,350,5,0,2488,0,0,1), - (93063,4468,0,11141,0,-505.119,-3971.93,215.915,3.70957,350,5,0,5970,0,0,1), - (93064,2655,0,1145,0,334.977,-3776.91,126.882,4.07016,350,5,0,2399,0,0,1), - (93065,2656,0,11137,0,363.287,-3765.47,126.819,4.36163,350,5,0,2488,0,0,1), - (93066,2656,0,11137,0,370.197,-3801.64,111.834,5.30814,350,3,0,2488,0,0,1), - (93067,2655,0,1145,0,384.108,-3758.34,126.833,2.9762,350,5,0,2399,0,0,1), - (93068,2656,0,11137,0,385.747,-3769.04,103.453,5.08941,350,3,0,2488,0,0,1), - (93069,2656,0,11137,0,384.398,-3825.92,98.8949,1.39341,350,3,0,2488,0,0,1), - (93070,2656,0,11137,0,399.594,-3821.37,118.458,2.66298,350,3,0,2488,0,0,1), - (93071,2655,0,1145,0,421.233,-3812.69,120.369,0.221678,350,3,0,2399,0,0,1), - (93072,2655,0,1145,0,392.043,-3789.65,102.343,2.0987,350,5,0,2399,0,0,1), - (93073,2924,0,11419,0,-315.778,-2648.61,118.915,0.755021,350,5,0,2059,0,0,1), - (93074,2926,0,11418,0,109.882,-4193.18,121.722,3.25916,350,5,0,2488,0,0,1), - (93075,2924,0,11419,0,209.292,-2953.07,110.389,1.40982,350,10,0,2059,0,0,1), - (93076,2680,0,781,0,-322.525,-3366.88,148.848,0.937838,350,10,0,2399,0,0,1), - (93077,2639,0,6491,0,-317.732,-3319.46,138.428,5.75293,350,10,0,2310,0,0,1), - (93078,2655,0,1145,0,241.2,-3507.67,159.764,4.12296,350,5,0,2399,0,0,1), - (93079,2928,0,12238,0,18.337,-3127.68,133.382,4.78522,350,5,0,2138,0,0,1), - (93080,2926,0,11418,0,211.797,-4046.42,118.499,0.632959,350,5,0,2488,0,0,1), - (93081,2656,0,11137,0,417.197,-3815.24,161.361,4.51856,350,5,0,2488,0,0,1), - (93082,2926,0,11418,0,94.5354,-4517.43,136.444,0.599372,350,5,0,2488,0,0,1), - (93083,2656,0,11137,0,395.467,-3804.06,169.325,1.11474,350,5,0,2488,0,0,1), - (93084,2926,0,11418,0,176.128,-3980.24,125.33,4.57713,350,5,0,2488,0,0,1), - (93085,2926,0,11418,0,312.808,-4245.85,120.965,2.3203,350,5,0,2488,0,0,1), - (93086,2649,0,6481,0,-14.8095,-2438.44,125.778,1.01118,350,10,0,1829,0,0,1), - (93087,2928,0,12238,0,-66.4598,-3282.32,120.604,5.90268,350,10,0,2138,0,0,1), - (93088,2649,0,6479,0,-10.207,-2412.44,127.921,0.125324,350,3,0,1829,0,0,1), - (93089,2926,0,11418,0,62.7171,-3820.61,131.509,1.37723,350,5,0,2488,0,0,1), - (93090,2926,0,11418,0,76.9397,-3872.76,136.151,4.47301,350,5,0,2488,0,0,1), - (93091,2650,0,6480,0,11.4317,-2414.07,125.617,1.93057,350,10,0,1902,0,0,1), - (93092,2926,0,11418,0,174.196,-4156.08,123.576,3.36619,350,5,0,2488,0,0,1), - (93093,2926,0,11418,0,-22.8571,-4290.83,120.806,5.37737,350,5,0,2488,0,0,1), - (93094,2655,0,1145,0,216.845,-3462.08,157.402,0.434881,350,3,0,2399,0,0,1), - (93095,2656,0,11137,0,219.915,-3481.17,156.419,4.25726,350,3,0,2488,0,0,1), - (93096,2639,0,6492,0,-159.01,-3420.26,131.918,3.07664,350,10,0,2310,0,0,1), - (93097,2680,0,781,0,-175.935,-3436.92,136.013,1.8777,350,10,0,2399,0,0,1), - (93098,2926,0,11418,0,53.2051,-4039.06,127.986,4.86533,350,5,0,2488,0,0,1), - (93099,2925,0,11417,0,-72.2921,-3570.44,119.317,5.84887,350,10,0,2310,0,0,1), - (93100,4467,0,6535,0,-268.719,-3386.25,149.368,0.233467,350,10,0,1679,3923,0,1), - (93101,4467,0,6535,0,-282.396,-3342.65,143.023,1.04354,350,10,0,1679,3923,0,1), - (93102,4466,0,6513,0,-213.586,-3478.93,154.672,0.048885,350,0,0,2399,0,0,0), - (93103,2926,0,11418,0,369.266,-3661.23,129.095,4.33624,350,10,0,2488,0,0,1), - (93104,4467,0,6535,0,-151.606,-3381.3,129.319,3.4411,350,10,0,1679,3923,0,1), - (93105,2640,0,6543,0,-316.805,-3405.96,165.361,5.73832,350,0,0,1919,1587,0,0), - (93106,2505,0,5027,0,-688.59,-4507.64,10.2782,1.9809,350,10,0,2672,0,0,1), - (93107,2928,0,12238,0,305.758,-3221.97,115.309,5.95368,350,10,0,2138,0,0,1), - (93108,2926,0,11418,0,-88.3811,-4140.74,120.703,1.00075,350,5,0,2488,0,0,1), - (93109,2924,0,11419,0,241.331,-2941.78,106.881,3.1362,350,10,0,2059,0,0,1), - (93110,2926,0,11418,0,134.636,-3824.18,126.354,0.007812,350,5,0,2488,0,0,1), - (93111,2927,0,12238,0,331.656,-3006.1,119.94,0.192794,350,3,0,1981,0,0,1), - (93112,2927,0,12238,0,293.016,-2981.72,113.509,5.70927,350,10,0,1981,0,0,1), - (93113,2928,0,12238,0,352.247,-3097.83,128.786,1.89872,350,5,0,2138,0,0,1), - (93114,2654,0,6487,0,-254.232,-2809.08,115.927,5.92429,350,3,0,1618,3801,0,1), - (93115,2653,0,6489,0,-253.845,-2829.42,109.764,0.922841,350,3,0,2138,0,0,1), - (93116,2926,0,11418,0,29.3276,-3635.01,124.596,0.54042,350,5,0,2488,0,0,1), - (93117,2653,0,6490,0,-275.111,-2795.7,110.474,3.84421,350,3,0,2138,0,0,1), - (93118,2926,0,11418,0,366.618,-4001.53,125.539,3.81884,350,5,0,2488,0,0,1), - (93119,2686,0,1157,0,-322.721,-2755.25,86.3118,4.73932,350,10,0,2138,0,0,1), - (93120,2655,0,1145,0,61.1937,-3510.48,118.942,1.70291,350,3,0,2399,0,0,1), - (93121,2926,0,11418,0,189.191,-4243.91,118.521,3.94901,350,5,0,2488,0,0,1), - (93122,2927,0,12238,0,47.3584,-2964.73,121.358,1.91106,350,10,0,1981,0,0,1), - (93123,2686,0,1157,0,-346.831,-2710.01,108.211,0.074964,350,5,0,2138,0,0,1), - (93124,2686,0,1157,0,-365.564,-2806.85,76.6431,5.55865,350,10,0,2138,0,0,1), - (93125,2686,0,1157,0,-247.874,-2897.92,95.3389,4.76863,350,5,0,2138,0,0,1), - (93126,2686,0,1157,0,-346.536,-2766.7,78.088,1.53566,350,3,0,2138,0,0,1), - (93127,2928,0,12238,0,295.56,-3065.45,118.455,4.1542,350,10,0,2138,0,0,1), - (93128,2653,0,6489,0,-230.735,-2987.26,117.813,0.981135,350,5,0,2138,0,0,1), - (93129,2927,0,12238,0,238.965,-2984.09,110.537,1.8314,350,10,0,1981,0,0,1), - (93130,2928,0,12238,0,197.521,-3052.44,131.686,4.54272,350,5,0,2138,0,0,1), - (93131,2686,0,1157,0,-443.297,-2940.08,94.0191,3.64462,350,5,0,2138,0,0,1), - (93132,2686,0,1157,0,-394.304,-2767.98,83.2624,0.944778,350,10,0,2138,0,0,1), - (93133,2653,0,6490,0,-236.678,-3103.51,126.417,3.41415,350,5,0,2138,0,0,1), - (93134,2686,0,1157,0,-414.368,-2809.81,79.5546,3.27879,350,10,0,2138,0,0,1), - (93135,2654,0,6487,0,-221.56,-3114.49,127.542,5.76851,350,5,0,1618,3801,0,1), - (93136,2686,0,1157,0,-435.951,-2780.89,85.9245,5.21532,350,3,0,2138,0,0,1), - (93137,2928,0,12238,0,-166.135,-3046.49,120.979,6.20701,350,10,0,2138,0,0,1), - (93138,2686,0,1157,0,-423.391,-2754.14,97.6229,1.52997,350,3,0,2138,0,0,1), - (93139,2653,0,6489,0,-228.285,-3125.55,127.667,3.41572,350,5,0,2138,0,0,1), - (93140,2686,0,1157,0,-269.733,-3027.28,117.492,6.15919,350,5,0,2138,0,0,1), - (93141,2645,0,6538,0,-210.325,-3980.79,195.183,6.17128,350,5,0,4950,1695,0,1), - (93142,2928,0,12238,0,-113.866,-3153.73,121.238,1.61374,350,10,0,2138,0,0,1), - (93143,2686,0,1157,0,-424.86,-2926.4,85.5042,3.76574,350,5,0,2138,0,0,1), - (93144,2653,0,6489,0,-275.678,-2820.46,109.515,1.48646,350,3,0,2138,0,0,1), - (93145,2928,0,12238,0,312.779,-3081.97,118.866,3.21777,350,10,0,2138,0,0,1), - (93146,2926,0,11418,0,99.3065,-4091.21,164.011,3.55546,350,5,0,2488,0,0,1), - (93147,2926,0,11418,0,32.0518,-4422.68,150.152,4.95054,350,5,0,2488,0,0,1), - (93148,2928,0,12238,0,-9.61401,-3061.67,135.698,1.16928,350,10,0,2138,0,0,1), - (93149,2926,0,11418,0,-19.5781,-4399.59,145.291,1.93825,350,5,0,2488,0,0,1), - (93150,2926,0,11418,0,206.832,-4008.22,119.129,0.475011,350,5,0,2488,0,0,1), - (93151,2926,0,11418,0,26.6744,-4405.46,145.152,2.89424,350,5,0,2488,0,0,1), - (93152,2926,0,11418,0,72.0643,-3556.33,121.575,2.54383,350,5,0,2488,0,0,1), - (93153,2656,0,11137,0,109.615,-3545.15,120.021,1.38659,350,10,0,2488,0,0,1), - (93154,2656,0,11137,0,155.866,-3503.29,125.227,1.39802,350,5,0,2488,0,0,1), - (93155,2928,0,12238,0,9.41855,-3176.41,123.896,4.59699,350,10,0,2138,0,0,1), - (93156,4466,0,6513,0,-156.068,-3510.53,128.679,0.609076,350,10,0,2399,0,0,1), - (93157,2655,0,1145,0,85.9186,-3412.32,117.686,1.27481,350,10,0,2399,0,0,1), - (93158,2655,0,1145,0,145.146,-3473.67,109.429,5.81779,350,5,0,2399,0,0,1), - (93159,2656,0,11137,0,349.018,-3824.66,161.895,5.93981,350,5,0,2488,0,0,1), - (93160,2656,0,11137,0,352.196,-3860.36,139.473,5.3702,350,10,0,2488,0,0,1), - (93161,2655,0,1145,0,343.86,-3801.48,169.895,3.98386,350,5,0,2399,0,0,1), - (93162,2655,0,1145,0,368.652,-3789.78,171.146,3.56479,350,5,0,2399,0,0,1), - (93163,2656,0,11137,0,142.225,-3406.58,117.566,1.12172,350,5,0,2488,0,0,1), - (93164,2656,0,11137,0,318.484,-3818.24,161.386,3.12597,350,5,0,2488,0,0,1), - (93165,2655,0,1145,0,137.105,-3439.54,109.599,0.469264,350,10,0,2399,0,0,1), - (93166,2656,0,11137,0,288.822,-3788.65,144.999,3.97392,350,5,0,2488,0,0,1), - (93167,2656,0,11137,0,104.152,-3477.42,109.005,1.48498,350,10,0,2488,0,0,1), - (93168,2656,0,11137,0,294.665,-3811.07,153.007,0.831236,350,5,0,2488,0,0,1), - (93169,2655,0,1145,0,104.42,-3450.89,108.814,3.15075,350,10,0,2399,0,0,1), - (93170,2656,0,11137,0,233.358,-3431.02,131.259,6.1522,350,3,0,2488,0,0,1), - (93171,2655,0,1145,0,183.932,-3430.45,121.55,3.8104,350,5,0,2399,0,0,1), - (93172,2928,0,12238,0,63.7096,-3272.42,118.732,0.585295,350,10,0,2138,0,0,1), - (93173,2655,0,1145,0,257.94,-3456.68,152.768,5.75408,350,5,0,2399,0,0,1), - (93174,2925,0,11417,0,-10.6717,-3492.79,117.821,4.32572,350,10,0,2310,0,0,1), - (93175,2655,0,1145,0,273.981,-3479.56,158.094,1.94194,350,10,0,2399,0,0,1), - (93176,2655,0,1145,0,247.835,-3486.69,162.69,4.67041,350,10,0,2399,0,0,1), - (93177,2925,0,11417,0,-43.9125,-3518.53,119.674,4.44196,350,10,0,2310,0,0,1), - (93178,2928,0,12238,0,53.6844,-3224.75,121.003,0.177823,350,10,0,2138,0,0,1), - (93179,2656,0,11137,0,459.562,-3855.04,121.497,5.63333,350,10,0,2488,0,0,1), - (93180,2686,0,1157,0,-287.434,-2981.09,94.7218,4.29595,350,3,0,2138,0,0,1), - (93181,2686,0,1157,0,-364.684,-2935.96,75.2529,3.26853,350,5,0,2138,0,0,1), - (93182,2926,0,11418,0,277.251,-3960.16,129.103,1.2494,350,5,0,2488,0,0,1), - (93183,2686,0,1157,0,-311.297,-2855.44,80.0946,5.76356,350,10,0,2138,0,0,1), - (93184,2647,0,6540,0,-650.545,-4102.68,238.476,5.01987,350,0,0,6327,1750,0,0), - (93185,2681,0,782,0,-584.769,-3953.43,238.238,4.26699,350,10,0,6645,0,0,1), - (93186,2505,0,5027,0,385.539,-4784.49,0.529967,2.15588,350,10,0,2672,0,0,1), - (93187,2646,0,6496,0,-619.758,-4139.62,238.476,0.834047,350,3,0,6414,0,0,1), - (93188,2505,0,5027,0,-365.828,-4491.5,11.5453,-1.36177,350,0,0,2672,0,0,0), - (93189,2924,0,11419,0,-113.611,-2921.02,119.167,1.36809,350,10,0,2059,0,0,1), - (93190,4466,0,6512,0,-185.618,-3351.1,133.71,4.76518,350,3,0,2399,0,0,2), - (93191,4466,0,6513,0,-143.578,-3318.79,121.546,6.11893,350,5,0,2399,0,0,1), - (93192,2680,0,781,0,-228.305,-3394.7,148.036,1.75327,350,10,0,2399,0,0,1), - (93193,2928,0,12238,0,325.196,-3241.44,116.042,0.828568,350,10,0,2138,0,0,1), - (93194,7780,0,6485,0,262.982,-2758.03,122.636,2.9147,350,0,0,2809,1587,0,0), - (93195,2925,0,11417,0,281.402,-3172.74,121.237,1.8542,350,10,0,2310,0,0,1), - (93196,2505,0,5027,0,51.9774,-4714.43,9.05748,1.89095,350,10,0,2672,0,0,1), - (93197,2926,0,11418,0,234.604,-3931.34,131.004,1.76551,350,5,0,2488,0,0,1), - (93198,4465,0,6509,0,-172.414,-4118.2,118.603,4.45088,350,10,0,5544,0,0,1), - (93199,2927,0,12238,0,-113.725,-2887.76,123.327,3.57032,350,10,0,1981,0,0,1), - (93200,4465,0,6509,0,-148.859,-4048.55,122.277,3.70966,350,3,0,5544,0,0,1), - (93201,2640,0,6543,0,-73.9987,-4010.92,122.534,6.23548,350,0,0,1919,1587,0,0), - (93202,4465,0,6509,0,-94.3603,-4001.5,123.527,4.95529,350,5,0,5544,0,0,1), - (93203,4465,0,6509,0,-120.092,-4081.23,123.103,4.41361,350,10,0,5544,0,0,1), - (93204,2643,0,6493,0,-376.563,-4135.94,174.418,0.697313,350,3,0,5970,0,0,1), - (93205,2644,0,6511,0,-490.135,-4172.97,196.94,0.82782,350,3,0,6186,0,0,1), - (93206,2643,0,6493,0,-378.044,-4158.43,174.168,0.253726,350,3,0,5970,0,0,1), - (93207,2645,0,6538,0,-478.725,-4192.92,195.19,4.6335,350,0,0,4950,1695,0,0), - (93208,2645,0,6539,0,-450.365,-4193.01,195.114,5.74664,350,0,0,4950,1695,0,0), - (93209,14757,0,14786,0,-531.294,-3873.08,232.593,3.94444,350,0,0,6442,0,0,0), - (93210,2924,0,11419,0,-100.992,-2891.62,126.573,1.99338,350,5,0,2059,0,0,1), - (93211,2644,0,6510,0,-511.699,-4078.15,215.911,4.90245,350,0,0,6186,0,0,0), - (93212,2646,0,6496,0,-596.838,-4111.66,238.601,0.318568,350,3,0,6414,0,0,1), - (93213,2647,0,6541,0,-584.876,-4120.46,238.476,2.66268,350,0,0,6327,1750,0,0), - (93214,2646,0,6495,0,-585.595,-4146.74,238.476,2.18892,350,3,0,6414,0,0,1), - (93215,2647,0,6540,0,-593.175,-4167.88,238.476,1.3875,350,0,0,6327,1750,0,0), - (93216,2646,0,6496,0,-608.736,-4156.35,238.476,0.849667,350,0,0,6414,0,0,0), - (93217,2646,0,6496,0,-539.534,-3994.96,215.986,0.999576,350,0,0,6414,0,0,0), - (93218,2646,0,6495,0,-280.348,-3823.68,238.435,0.281983,350,0,0,6414,0,0,0), - (93219,2646,0,6495,0,-529.744,-3997.86,215.915,5.41187,350,0,0,6414,0,0,0), - (93220,2647,0,6541,0,-256.803,-3835.88,238.465,2.48415,350,0,0,6327,1750,0,0), - (93221,2646,0,6495,0,-286.458,-3838.54,238.472,3.63153,350,0,0,6414,0,0,0), - (93222,4468,0,11141,0,-462.255,-3927,215.81,3.9037,350,5,0,5970,0,0,1), - (93223,4468,0,11141,0,-437.829,-3938.69,215.744,1.76335,350,5,0,5970,0,0,1), - (93224,4468,0,11141,0,-425.966,-3959.26,216.229,2.95408,350,5,0,5970,0,0,1), - (93225,4468,0,11141,0,-489.325,-3947.74,215.928,2.83886,350,5,0,5970,0,0,1), - (93226,4468,0,11141,0,-422.347,-3922.83,215.558,2.69612,350,5,0,5970,0,0,1), - (93227,4468,0,11141,0,-444.792,-3981.77,208.044,2.83905,350,3,0,5970,0,0,1), - (93228,4468,0,11141,0,-467.243,-4005.46,215.944,4.41296,350,5,0,5970,0,0,1), - (93229,2655,0,1145,0,332.484,-3335.41,115.766,0.181307,350,5,0,2399,0,0,1), - (93230,2648,0,6998,0,-638.837,-3730.62,235.154,3.73073,350,5,0,6645,0,0,1), - (93231,2647,0,6541,0,-403.217,-3938.97,215.87,3.576,350,0,0,6327,1750,0,0), - (93232,2646,0,6496,0,-386.817,-3934.25,215.951,3.64497,350,0,0,6414,0,0,0), - (93233,2681,0,782,0,-519.332,-3915.33,230.674,4.19607,350,3,0,6645,0,0,1), - (93234,2927,0,12238,0,-174.36,-2583.46,118.363,1.53796,350,10,0,1981,0,0,1), - (93235,2927,0,12238,0,48.3302,-2719.36,129.966,1.5747,350,5,0,1981,0,0,1), - (93236,2927,0,12238,0,-149.082,-2773.96,120.468,1.53175,350,10,0,1981,0,0,1), - (93237,2924,0,11419,0,-161.063,-2810.6,118.383,1.21134,350,10,0,2059,0,0,1), - (93238,2924,0,11419,0,107.151,-2950.18,114.29,4.48969,350,10,0,2059,0,0,1), - (93239,2924,0,11419,0,-191.577,-2768.67,120.765,1.74383,350,10,0,2059,0,0,1), - (93240,2655,0,1145,0,410.546,-3302.56,135.292,5.46798,350,5,0,2399,0,0,1), - (93241,2639,0,6492,0,-252.072,-3250.49,125.277,0.842672,350,10,0,2310,0,0,1), - (93242,2646,0,6495,0,-255.699,-3823.88,238.366,0.040903,350,0,0,6414,0,0,0), - (93243,2926,0,11418,0,341.675,-3666.8,126.865,1.8153,350,10,0,2488,0,0,1), - (93244,2639,0,6492,0,-211.391,-3244.01,120.811,1.39002,350,10,0,2310,0,0,1), - (93245,2656,0,11137,0,318.606,-3755.3,141.623,4.65972,350,5,0,2488,0,0,1), - (93246,2680,0,781,0,-273.953,-3252.31,121.319,0.109579,350,3,0,2399,0,0,1), - (93247,12479,0,625,0,675.854,-3994.41,97.3366,4.22612,600,0,0,74178,8343,0,0), - (93248,12478,0,7974,0,678.609,-3993.74,97.2018,4.22624,600,0,0,67430,24860,0,0), - (93249,12477,0,12509,0,674.884,-3991.71,96.9033,4.22602,600,0,0,80052,8181,0,0), - (93250,2653,0,6489,0,-238.443,-2552.76,118.982,4.29351,350,0,0,2138,0,0,0), - (93251,2653,0,6489,0,-225.984,-2560.45,119.826,4.06662,350,0,0,2138,0,0,0), - (93254,2655,0,1145,0,342.543,-3261.45,120.257,1.17692,350,5,0,2399,0,0,1), - (93255,12496,0,7553,0,803.387,-3996.83,122.005,3.47321,600,0,0,80925,0,0,0), - (93256,2656,0,11137,0,365.171,-3294.56,115.828,4.45793,350,5,0,2488,0,0,1), - (93257,2655,0,1145,0,388.701,-3304.82,117.715,4.57964,350,3,0,2399,0,0,1), - (93258,2655,0,1145,0,362.008,-3336.98,119.604,3.03556,350,5,0,2399,0,0,1), - (93259,2655,0,1145,0,373.103,-3313.36,116.333,1.27718,350,10,0,2399,0,0,1), - (93260,2692,0,6549,0,322.596,-2852.32,114.743,5.24172,350,5,0,2252,0,0,1), - (93261,2693,0,6546,0,370.758,-2816.77,122.563,4.59955,350,0,0,2415,0,0,0), - (93262,5718,0,7553,0,948.975,-4122.25,109.037,0.397731,600,5,0,80925,0,0,2), - (93263,2693,0,6546,0,353.317,-2784.43,119.734,2.86788,350,5,0,2415,0,0,1), - (93264,2692,0,6549,0,286.494,-2853.12,114.057,0.13959,350,5,0,2252,0,0,1), - (93265,2924,0,11419,0,115.74,-2988.38,122.335,0.150882,350,10,0,2059,0,0,1), - (93266,2693,0,6546,0,249.283,-2819.15,121.237,1.63181,350,5,0,2415,0,0,1), - (93267,2692,0,6549,0,228.857,-2857.77,110.373,4.72984,350,0,0,2252,0,0,0), - (93268,2692,0,6549,0,226.024,-2800.45,121.4,2.38498,350,3,0,2252,0,0,1), - (93269,2691,0,6547,0,214.366,-2887.09,106.137,4.63968,350,10,0,2092,0,0,1), - (93270,2691,0,6547,0,144.349,-2846.95,113.152,1.71771,350,5,0,2092,0,0,1), - (93271,2691,0,6547,0,145.946,-2819.28,106.308,3.0743,350,5,0,2092,0,0,1), - (93272,2692,0,6549,0,228.939,-2862.09,110.32,1.58825,350,0,0,2252,0,0,0), - (93273,2691,0,6547,0,251.604,-2858.2,111.61,3.74106,350,10,0,2092,0,0,1), - (93274,2691,0,6547,0,182.071,-2879.69,104.688,2.96296,350,10,0,2092,0,0,1), - (93275,2928,0,12238,0,278.747,-3119.24,120.231,0.112642,350,10,0,2138,0,0,1), - (93276,2692,0,6549,0,176.296,-2813.96,111.868,3.05849,350,5,0,2252,0,0,1), - (93277,2692,0,6549,0,181.583,-2845.65,105.135,3.1481,350,10,0,2252,0,0,1), - (93278,2925,0,11417,0,425.123,-3541,120.833,5.97988,350,10,0,2310,0,0,1), - (93279,2925,0,11417,0,278.863,-3212.22,114.467,0.104841,350,10,0,2310,0,0,1), - (93280,2694,0,6548,0,352.193,-2751.07,119.89,5.01289,350,0,0,2038,1587,0,0), - (93281,2925,0,11417,0,52.7209,-3151.71,128.249,5.56446,350,10,0,2310,0,0,1), - (93282,2693,0,6546,0,354.35,-2812.31,120.665,6.23915,350,5,0,2415,0,0,1), - (93283,2691,0,6547,0,140.385,-2776.09,109.933,2.46336,350,5,0,2092,0,0,1), - (93284,2693,0,6546,0,280.979,-2807.42,121.576,5.69955,350,5,0,2415,0,0,1), - (93285,2928,0,12238,0,286.859,-3162.31,122.197,3.9176,350,10,0,2138,0,0,1), - (93286,2694,0,6548,0,355.701,-2722.03,118.537,3.99595,350,0,0,2038,1587,0,0), - (93287,2928,0,12238,0,311.812,-3214.37,118.184,5.86395,350,10,0,2138,0,0,1), - (93288,2925,0,11417,0,89.2906,-3232.33,119.538,5.50055,350,10,0,2310,0,0,1), - (93289,2691,0,6547,0,357.189,-2881.45,118.247,0.243629,350,10,0,2092,0,0,1), - (93290,2691,0,6547,0,322.042,-2885.63,114.181,0.232413,350,10,0,2092,0,0,1), - (93291,2652,0,6486,0,-6.69076,-2774.38,131.722,0.240215,350,5,0,2059,0,0,1), - (93292,2692,0,6549,0,349.677,-2851.57,116.143,2.53285,350,10,0,2252,0,0,1), - (93293,2928,0,12238,0,-46.9368,-3042.9,129.225,2.8464,350,10,0,2138,0,0,1), - (93294,2694,0,6548,0,248.577,-2767.34,122.573,3.86398,350,10,0,2038,1587,0,1), - (93295,2928,0,12238,0,-171.151,-3141.46,117.099,3.04285,350,10,0,2138,0,0,1), - (93296,2655,0,1145,0,345.614,-3378.69,119.589,5.08769,350,5,0,2399,0,0,1), - (93297,2692,0,6549,0,195.942,-2803.87,117.493,1.12359,350,5,0,2252,0,0,1), - (93298,2926,0,11418,0,132.386,-4388.78,120.48,0.762917,350,5,0,2488,0,0,1), - (93299,2926,0,11418,0,219.018,-4144.76,119.398,3.92699,350,5,0,2488,0,0,1), - (93300,2926,0,11418,0,59.302,-4325.83,124.29,0.764921,350,5,0,2488,0,0,1), - (93301,7806,0,6909,0,500.159,-3475.07,116.513,3.36848,350,0,0,1981,0,0,0), - (93302,8216,0,6512,0,-179.28,-3520.98,134.464,4.72997,43200,10,0,2578,0,0,2), - (93303,2656,0,11137,0,477.272,-3820.96,117.416,6.24956,350,10,0,2488,0,0,1), - (93304,2924,0,11419,0,205.745,-2969.61,112.068,1.25336,350,10,0,2059,0,0,1), - (93305,2927,0,12238,0,132.015,-2889.54,114.135,6.06115,350,10,0,1981,0,0,1), - (93306,2925,0,11417,0,-99.3962,-3014.57,119.097,3.21387,350,10,0,2310,0,0,1), - (93307,2925,0,11417,0,-180.791,-3136.97,118.467,5.37189,350,3,0,2310,0,0,1), - (93308,2928,0,12238,0,115.47,-3079.83,130.386,1.11576,350,10,0,2138,0,0,1), - (93309,2928,0,12238,0,80.6285,-3345.64,117.804,6.03864,350,10,0,2138,0,0,1), - (93310,2926,0,11418,0,14.9445,-3990.48,131.151,0.79955,350,5,0,2488,0,0,1), - (93311,2926,0,11418,0,342.623,-3723.5,135.892,4.45399,350,10,0,2488,0,0,1), - (93312,2927,0,12238,0,158.149,-2891.76,110.819,1.59313,350,10,0,1981,0,0,1), - (93313,2655,0,1145,0,471.539,-3786.87,121.509,5.18915,350,0,0,2399,0,0,0), - (93314,2927,0,12238,0,-146.483,-2560.6,121.311,0.851782,350,3,0,1981,0,0,1), - (93315,2656,0,11137,0,441.702,-3792,120.971,0.687347,350,5,0,2488,0,0,1), - (93316,2655,0,1145,0,324.818,-3723.87,107.039,0.12883,350,3,0,2399,0,0,1), - (93317,2656,0,11137,0,379.784,-3742.38,104.99,0.129459,350,3,0,2488,0,0,1), - (93318,2656,0,11137,0,348.059,-3786.18,126.822,5.06114,350,5,0,2488,0,0,1), - (93319,2655,0,1145,0,414.498,-3785.82,101.845,0.072929,350,5,0,2399,0,0,1), - (93320,2655,0,1145,0,389.17,-3864.46,96.0874,5.75345,350,3,0,2399,0,0,1), - (93321,2655,0,1145,0,384.535,-3851.28,96.4615,5.29383,350,3,0,2399,0,0,1), - (93322,2928,0,12238,0,-192.448,-3196.11,123.393,1.68426,350,10,0,2138,0,0,1), - (93323,2655,0,1145,0,406.591,-3879.87,97.7752,1.72552,350,5,0,2399,0,0,1), - (93324,2653,0,6490,0,-402.438,-2921.1,80.2542,6.19088,350,5,0,2138,0,0,1), - (93325,2654,0,6487,0,-403.055,-2961.89,94.1765,1.52225,350,0,0,1618,3801,0,0), - (93326,2657,0,1149,0,101.859,-2265.82,104.091,5.79973,350,10,0,1829,0,0,1), - (93327,2657,0,1149,0,176.625,-2219.59,100.604,2.9076,350,10,0,1829,0,0,1), - (93328,2923,0,11413,0,245.741,-2409.22,129.106,1.59004,350,5,0,1902,0,0,1), - (93329,2927,0,12238,0,162.383,-2952.99,115.701,5.30953,350,10,0,1981,0,0,1), - (93330,2924,0,11419,0,140.824,-2991,123.67,3.08988,350,10,0,2059,0,0,1), - (93331,2923,0,11413,0,76.3837,-2156.37,103.981,0.991264,350,10,0,1902,0,0,1), - (93332,2657,0,1149,0,164.038,-2200.09,99.4782,2.20364,350,10,0,1829,0,0,1), - (93333,2923,0,11413,0,38.9945,-2158.36,111.859,3.76048,350,3,0,1902,0,0,1), - (93334,2923,0,11413,0,62.7463,-2205.18,105.637,6.02963,350,10,0,1902,0,0,1), - (93335,2657,0,1149,0,203.624,-2160.77,107.339,5.36606,350,5,0,1829,0,0,1), - (93336,2657,0,1149,0,201.923,-2173.55,107.119,5.10019,350,10,0,1829,0,0,1), - (93337,2927,0,12238,0,198.741,-2487.11,128.86,5.71796,350,3,0,1981,0,0,1), - (93338,2650,0,6480,0,-3.80677,-2486.6,120.549,4.60412,350,0,0,1902,0,0,0), - (93339,2923,0,11413,0,153.571,-2441.92,126.785,2.38205,350,3,0,1902,0,0,1), - (93340,2923,0,11413,0,106.387,-2412.99,125.854,3.12261,350,10,0,1902,0,0,1), - (93341,2923,0,11413,0,138.742,-2483.4,124.284,5.61546,350,10,0,1902,0,0,1), - (93342,2686,0,1157,0,-422.652,-2858.79,79.8762,1.19718,350,10,0,2138,0,0,1), - (93343,2657,0,1149,0,229.771,-2360.23,117.135,1.9916,350,5,0,1829,0,0,2), - (93344,2657,0,1149,0,106.223,-2278.37,105.784,6.11451,350,5,0,1829,0,0,2), - (93345,2649,0,6481,0,-18.897,-2461.35,122.403,2.50304,350,0,0,1829,0,0,0), - (93346,2650,0,6480,0,-30.7026,-2453.52,121.403,4.1827,350,0,0,1902,0,0,0), - (93347,2505,0,5027,0,-321.94,-4602.19,11.1763,0.487838,350,10,0,2672,0,0,1), - (93348,2649,0,6479,0,-34.0145,-2464.96,121.562,0.867587,350,0,0,1829,0,0,0), - (93349,2928,0,12238,0,125.695,-3151.74,124.209,0.46364,350,10,0,2138,0,0,1), - (93350,2926,0,11418,0,1.96076,-4274.1,119.399,0.555494,350,0,0,2488,0,0,0), - (93351,2926,0,11418,0,-112.484,-4319.53,133.359,5.97748,350,5,0,2488,0,0,1), - (93352,2928,0,12238,0,-22.9306,-3245.77,123.383,1.19428,350,10,0,2138,0,0,1), - (93353,2928,0,12238,0,122.668,-3061.94,131.222,0.387927,350,10,0,2138,0,0,1), - (93354,2925,0,11417,0,-118.628,-3267.82,118.179,5.5884,350,10,0,2310,0,0,1), - (93355,2928,0,12238,0,-107.075,-3039.98,119.226,0.1372,350,10,0,2138,0,0,1), - (93356,2925,0,11417,0,-143.722,-3219.86,122.463,0.430885,350,10,0,2310,0,0,1), - (93357,2928,0,12238,0,253.466,-3202.41,116.365,1.77547,350,10,0,2138,0,0,1), - (93358,2925,0,11417,0,168.294,-3109.53,124.198,0.424537,350,10,0,2310,0,0,1), - (93359,2928,0,12238,0,225.42,-3099.34,121.443,4.40061,350,10,0,2138,0,0,1), - (93360,2925,0,11417,0,-148.901,-3091.62,122.685,2.51021,350,10,0,2310,0,0,1), - (93361,2928,0,12238,0,11.0299,-3390.02,121.031,4.85925,350,10,0,2138,0,0,1), - (93362,2928,0,12238,0,79.3138,-3338.78,118.723,0.935108,350,10,0,2138,0,0,1), - (93363,2928,0,12238,0,242.72,-3133.26,118.805,4.59699,350,10,0,2138,0,0,1), - (93364,2925,0,11417,0,286.184,-3086.77,121.489,0.057343,350,10,0,2310,0,0,1), - (93365,2926,0,11418,0,163.442,-3871.31,134.627,5.84137,350,5,0,2488,0,0,1), - (93366,2650,0,6480,0,-34.9182,-2486.33,119.836,5.20098,350,0,0,1902,0,0,0), - (93367,2650,0,6480,0,23.2434,-2451.16,122.621,0.539879,350,10,0,1902,0,0,1), - (93368,2651,0,6483,0,-20.945,-2651.82,125.263,4.99525,350,5,0,1981,0,0,1), - (93369,2651,0,6484,0,-46.1941,-2653.39,135.547,5.75848,350,5,0,1981,0,0,1), - (93370,2651,0,6484,0,-35.9666,-2773.51,122.888,1.12811,350,5,0,1981,0,0,1), - (93371,2686,0,1157,0,-156.592,-2915.18,120.078,2.0841,350,5,0,2138,0,0,1), - (93372,2686,0,1157,0,-285.583,-2913.34,83.2746,0.418998,350,10,0,2138,0,0,1), - (93373,2653,0,6490,0,-367.395,-2985.06,105.494,2.33718,350,3,0,2138,0,0,1), - (93374,2654,0,6487,0,-370.821,-3000.01,109.567,2.65476,350,3,0,1618,3801,0,1), - (93375,2653,0,6490,0,-385.732,-2993.95,105.535,1.24423,350,3,0,2138,0,0,1), - (93376,2653,0,6489,0,-349.653,-2997.4,106.291,2.42756,350,3,0,2138,0,0,1), - (93377,2691,0,6547,0,147.142,-2747.45,109.819,4.87592,350,5,0,2092,0,0,1), - (93378,2692,0,6549,0,179.757,-2745.51,116.005,4.32658,350,5,0,2252,0,0,1), - (93379,2691,0,6547,0,151.643,-2680.62,118.798,1.48333,350,5,0,2092,0,0,1), - (93380,2692,0,6549,0,209.429,-2755.17,121.055,2.6779,350,0,0,2252,0,0,0), - (93381,2923,0,11413,0,211.225,-2279.68,104.428,0.005536,350,5,0,1902,0,0,1), - (93382,2924,0,11419,0,155.73,-2525.83,124.739,4.76779,350,3,0,2059,0,0,1), - (93383,2927,0,12238,0,102.163,-2597.47,114.893,2.15382,350,5,0,1981,0,0,1), - (93384,2927,0,12238,0,-256.26,-2584.64,118.841,1.30247,350,10,0,1981,0,0,1), - (93385,2653,0,6489,0,-476.303,-2843.52,110.557,3.63642,350,3,0,2138,0,0,1), - (93386,2653,0,6490,0,-466.438,-2833.82,110.092,6.03577,350,3,0,2138,0,0,1), - (93387,2648,0,10660,0,-616.292,-3793.3,239.183,4.32193,350,5,0,6645,0,0,2), - (93388,2505,0,5027,0,107.592,-4726.92,7.97352,4.35177,350,10,0,2672,0,0,1), - (93389,2505,0,5027,0,-421.896,-4651.29,-6.98523,5.22579,350,10,0,2672,0,0,1), - (93390,2505,0,5027,0,148.88,-4744.64,0.938893,1.55981,350,10,0,2672,0,0,1), - (93391,2505,0,5027,0,-344.722,-4588.3,9.07936,5.88419,350,10,0,2672,0,0,1), - (93392,2505,0,5027,0,-287.282,-4529.42,12.7129,3.66831,350,10,0,2672,0,0,1), - (93393,2505,0,5027,0,-207.013,-4505.71,13.2281,0.679118,350,10,0,2672,0,0,1), - (93394,2505,0,5027,0,-290.947,-4584.65,11.1629,3.18657,350,10,0,2672,0,0,1), - (93395,2923,0,11413,0,174.651,-2378.92,132.779,3.47211,350,5,0,1902,0,0,1), - (93396,2924,0,11419,0,95.2935,-2645.96,114.384,1.31236,350,10,0,2059,0,0,1), - (93397,2924,0,11419,0,89.7413,-2872.87,115.778,4.96116,350,10,0,2059,0,0,1), - (93398,2655,0,1145,0,415.605,-3445.31,120.154,5.20536,350,5,0,2399,0,0,1), - (93399,2655,0,1145,0,382.287,-3422.42,118.512,5.4625,350,5,0,2399,0,0,1), - (93400,2640,0,6543,0,-71.6749,-4029.45,122.409,3.57055,350,0,0,1919,1587,0,0), - (93401,2655,0,1145,0,421.182,-3412.36,117.451,5.99485,350,5,0,2399,0,0,1), - (93402,2656,0,11137,0,397.87,-3405.19,122.512,4.79041,350,5,0,2488,0,0,1), - (93403,2927,0,12238,0,111.821,-2769.23,107.77,4.69676,350,5,0,1981,0,0,1), - (93404,2655,0,1145,0,402.177,-3385.31,120.083,2.22717,350,5,0,2399,0,0,1), - (93405,2924,0,11419,0,128.986,-3020.73,131.086,5.14686,350,5,0,2059,0,0,1), - (93406,2655,0,1145,0,378.736,-3392.86,119.492,0.285082,350,5,0,2399,0,0,1), - (93407,2639,0,6492,0,-154.448,-3450.14,132.24,3.3268,350,10,0,2310,0,0,1), - (93408,4467,0,6536,0,-217.602,-3424.61,149.054,5.17333,350,0,0,1679,3923,0,0), - (93409,4467,0,6536,0,-239.917,-3406.03,152.394,0.001684,350,10,0,1679,3923,0,2), - (93410,4467,0,6536,0,-213.375,-3386.03,144.193,1.44353,350,3,0,1679,3923,0,1), - (93411,2655,0,1145,0,442.236,-3360.18,120.171,2.77596,350,10,0,2399,0,0,1), - (93412,4467,0,6535,0,-148.208,-3483.46,127.82,5.70465,350,10,0,1679,3923,0,1), - (93413,4467,0,6535,0,-186.247,-3454.91,140.888,1.80481,350,5,0,1679,3923,0,1), - (93414,2651,0,6484,0,15.9034,-2792.05,123.09,0.295693,350,5,0,1981,0,0,1), - (93415,4467,0,6536,0,-253.575,-3417.42,163.666,2.95398,350,5,0,1679,3923,0,2), - (93416,2656,0,11137,0,430.95,-3325.61,121.042,0.871265,350,5,0,2488,0,0,1), - (93417,2656,0,11137,0,457.404,-3331.26,120.131,1.38743,350,5,0,2488,0,0,1), - (93418,2651,0,6483,0,-28.882,-2845.15,122.448,2.09265,350,5,0,1981,0,0,1), - (93419,4467,0,6535,0,-263.072,-3428.76,177.933,4.25047,350,5,0,1679,3923,0,2), - (93420,2652,0,6485,0,-19.5158,-2820.35,125.036,4.5464,350,3,0,2059,0,0,1), - (93421,2651,0,6483,0,-11.2229,-2803.14,124.161,5.70995,350,3,0,1981,0,0,1), - (93422,2656,0,11137,0,482.837,-3327.61,122.13,3.97935,350,3,0,2488,0,0,1), - (93423,2656,0,11137,0,451.24,-3348.18,119.658,3.46327,350,10,0,2488,0,0,1), - (93424,4467,0,6535,0,-286.894,-3470.17,190.951,3.18911,350,3,0,1679,3923,0,1), - (93425,4467,0,6535,0,-278.436,-3444.1,187.479,0.153162,350,3,0,1679,3923,0,1), - (93426,2655,0,1145,0,371.89,-3358.4,121.066,2.67636,350,5,0,2399,0,0,1), - (93427,4467,0,6535,0,-303.637,-3452.61,191.688,0.856552,350,3,0,1679,3923,0,1), - (93428,7996,0,7122,0,-285.042,-3447.88,188.545,4.58799,350,0,0,7755,8786,0,0), - (93429,2651,0,6484,0,-45.0445,-2838.35,123.411,3.546,350,0,0,1981,0,0,0), - (93430,2929,0,12238,0,328.814,-3947.7,129.173,3.51719,350,5,0,2631,0,0,1), - (93431,2656,0,11137,0,437.392,-3377.3,120.64,3.88067,350,5,0,2488,0,0,1), - (93432,2651,0,6484,0,-27.8324,-2795.07,122.097,6.19898,350,0,0,1981,0,0,0), - (93433,2651,0,6483,0,-38.5188,-2816.08,122.161,3.3596,350,0,0,1981,0,0,0), - (93434,2929,0,12238,0,390.781,-3942.29,128.657,0.735838,350,5,0,2631,0,0,1), - (93435,4466,0,6512,0,-284.727,-3325.95,136.893,4.70607,350,10,0,2399,0,0,1), - (93436,4466,0,6512,0,-254.155,-3279.33,122.141,1.9888,350,10,0,2399,0,0,1), - (93437,2924,0,11419,0,115.498,-2928.71,113.197,6.04635,350,10,0,2059,0,0,1), - (93438,2929,0,12238,0,272.227,-3919.88,130.583,0.465134,350,10,0,2631,0,0,1), - (93439,2686,0,1157,0,-171.738,-2997.77,120.214,1.07659,350,10,0,2138,0,0,1), - (93440,2655,0,1145,0,416.847,-3355.08,119.336,0.448789,350,5,0,2399,0,0,1), - (93441,2652,0,6485,0,-20.8429,-2794.4,122.097,3.35331,350,0,0,2059,0,0,0), - (93442,2651,0,6484,0,-5.04677,-2833.18,122.161,5.1754,350,5,0,1981,0,0,1), - (93443,4466,0,6513,0,-325.012,-3383.15,152.982,4.01413,350,5,0,2399,0,0,1), - (93444,2686,0,1157,0,-193.627,-2954.72,111.563,6.2578,350,5,0,2138,0,0,1), - (93445,2652,0,6485,0,-32.6918,-2806.73,122.411,6.17651,350,0,0,2059,0,0,0), - (93446,2653,0,6490,0,-150.562,-2981.3,117.794,0.041772,350,0,0,2138,0,0,0), - (93447,2653,0,6489,0,-163.277,-2935.03,119.715,1.10598,350,0,0,2138,0,0,0), - (93448,2923,0,11413,0,206.899,-2297.43,105.468,0.272933,350,10,0,1902,0,0,1), - (93449,4466,0,6512,0,476.768,-3650.62,121.602,0.947597,350,5,0,2399,0,0,1), - (93450,2926,0,11418,0,280.81,-3746.21,137.945,2.42809,350,10,0,2488,0,0,1), - (93451,4466,0,6513,0,447.26,-3584.12,118.498,4.22251,350,10,0,2399,0,0,1), - (93452,2653,0,6490,0,-224.933,-2948.18,99.6736,4.64489,350,0,0,2138,0,0,0), - (93453,8636,0,7918,0,-287.602,-3453.63,190.13,4.96782,350,0,0,7755,8786,0,0), - (93454,2923,0,11413,0,178.293,-2346.44,121.211,6.21568,350,5,0,1902,0,0,1), - (93455,4466,0,6512,0,436.393,-3619.72,119.611,4.1941,350,5,0,2399,0,0,1), - (93456,2928,0,12238,0,18.4082,-3251.26,118.782,5.21189,350,10,0,2138,0,0,1), - (93457,4466,0,6512,0,446.829,-3647.26,122.964,1.82868,350,5,0,2399,0,0,1), - (93458,2653,0,6489,0,-336.265,-2805.79,81.2646,5.1227,350,5,0,2138,0,0,1), - (93459,2651,0,6483,0,-70.4262,-2789.35,123.932,4.54555,350,5,0,1981,0,0,1), - (93460,2928,0,12238,0,92.3121,-3293.77,119.554,4.88806,350,10,0,2138,0,0,1), - (93461,2928,0,12238,0,-17.134,-3536.18,119.279,4.55366,350,10,0,2138,0,0,1), - (93462,2928,0,12238,0,-13.3278,-2999.14,130.035,0.903072,350,10,0,2138,0,0,1), - (93463,2652,0,6486,0,-67.53,-2829.68,124.469,1.5234,350,5,0,2059,0,0,1), - (93464,2924,0,11419,0,76.2674,-2713.64,114.159,2.77414,350,10,0,2059,0,0,1), - (93465,2928,0,12238,0,143.96,-3334.23,116.902,4.80324,350,5,0,2138,0,0,1), - (93466,2652,0,6485,0,-113.231,-2743.13,129.249,4.07397,350,5,0,2059,0,0,1), - (93467,2927,0,12238,0,42.8246,-2898.57,115.063,3.23823,350,10,0,1981,0,0,1), - (93468,2924,0,11419,0,-164.41,-2835.62,117.658,0.136795,350,10,0,2059,0,0,1), - (93469,2928,0,12238,0,-163.286,-3570.57,120.111,4.05263,350,3,0,2138,0,0,1), - (93470,2928,0,12238,0,3.97839,-3354.39,119.054,6.13546,350,10,0,2138,0,0,1), - (93471,2928,0,12238,0,-60.0974,-2965.99,119.258,5.12883,350,10,0,2138,0,0,1), - (93472,2924,0,11419,0,47.8665,-2811.85,117.198,0.089083,350,10,0,2059,0,0,1), - (93473,2927,0,12238,0,-288.528,-2573.99,120.182,1.45734,350,10,0,1981,0,0,1), - (93474,2925,0,11417,0,-48.7088,-3415.6,118.796,2.36724,350,10,0,2310,0,0,1), - (93475,2928,0,12238,0,-69.1481,-3479.73,118.627,3.24923,350,10,0,2138,0,0,1), - (93476,2928,0,12238,0,382.51,-3552.44,119.659,1.34588,350,10,0,2138,0,0,1), - (93477,2651,0,6483,0,-106.18,-2723.37,135.857,5.1069,350,5,0,1981,0,0,1), - (93478,2651,0,6483,0,-81.4726,-2718.43,141.549,5.4895,350,5,0,1981,0,0,1), - (93479,2651,0,6484,0,-75.3673,-2748.45,151.131,0.90254,350,5,0,1981,0,0,1), - (93480,2924,0,11419,0,-41.9601,-2899.64,120.534,1.85608,350,10,0,2059,0,0,1), - (93481,2924,0,11419,0,-90.2747,-2797.96,123.648,6.2187,350,3,0,2059,0,0,1), - (93482,2651,0,6483,0,-23.1278,-2713.82,153.658,3.12206,350,5,0,1981,0,0,1), - (93483,2652,0,6485,0,-45.4033,-2717.97,155.601,0.006681,350,5,0,2059,0,0,1), - (93484,2650,0,6482,0,10.1984,-2521.51,121.661,3.88024,350,10,0,1902,0,0,1), - (93485,2924,0,11419,0,48.2234,-2600.8,111.969,4.61118,350,10,0,2059,0,0,1), - (93486,2649,0,6479,0,13.5397,-2486.89,124.015,3.77443,350,10,0,1829,0,0,1), - (93487,2651,0,6483,0,15.3371,-2681.5,130.645,1.25895,350,5,0,1981,0,0,1), - (93488,2924,0,11419,0,-23.4599,-2609.89,119.588,3.8119,350,10,0,2059,0,0,1), - (93489,2651,0,6484,0,10.6359,-2751.95,151.053,4.76217,350,5,0,1981,0,0,1), - (93490,2927,0,12238,0,-63.5175,-2606.23,119.579,5.70656,350,10,0,1981,0,0,1), - (93491,2651,0,6483,0,-13.9668,-2752.59,145.515,0.013088,350,5,0,1981,0,0,1), - (93492,2652,0,6486,0,13.1248,-2725.77,151.39,5.05015,350,5,0,2059,0,0,1), - (93493,2927,0,12238,0,73.2341,-2586.76,110.94,4.89219,350,10,0,1981,0,0,1), - (93494,2927,0,12238,0,-45.648,-2876.26,121.89,0.804673,350,10,0,1981,0,0,1), - (93495,2927,0,12238,0,-107.23,-2595.14,120.614,1.42586,350,5,0,1981,0,0,1), - (93496,2639,0,6492,0,-121.082,-3376.69,125.209,5.20771,350,10,0,2310,0,0,1), - (93497,2649,0,6481,0,49.3675,-2419.95,124.272,5.9979,350,10,0,1829,0,0,1), - (93498,2691,0,6547,0,147.053,-2714.6,114.923,0.104724,350,10,0,2092,0,0,1), - (93499,2927,0,12238,0,-160.674,-2619.33,120.013,0.24497,350,10,0,1981,0,0,1), - (93500,2649,0,6479,0,46.6611,-2510.11,124.38,2.9428,350,5,0,1829,0,0,1), - (93501,2649,0,6479,0,50.8771,-2454.9,122.935,4.33561,350,10,0,1829,0,0,1), - (93502,2693,0,6546,0,222.989,-2721.53,120.671,0.114718,350,5,0,2415,0,0,1), - (93503,2649,0,6479,0,27.2924,-2555.64,118.067,2.45167,350,10,0,1829,0,0,1), - (93504,2650,0,6480,0,45.5611,-2481.74,124.884,4.60699,350,10,0,1902,0,0,1), - (93505,2929,0,12238,0,212.597,-3646.83,131.96,4.88327,350,10,0,2631,0,0,1), - (93506,2693,0,6546,0,194.217,-2702.47,115.096,3.37648,350,5,0,2415,0,0,1), - (93507,2693,0,6546,0,222.528,-2700.61,117.421,0.42528,350,5,0,2415,0,0,1), - (93508,2692,0,6549,0,181.936,-2717.07,115.346,6.21694,350,10,0,2252,0,0,1), - (93509,2649,0,6479,0,-20.951,-2544.37,117.501,2.30643,350,10,0,1829,0,0,1), - (93510,2693,0,6546,0,279.318,-2665.74,119.329,5.15441,350,5,0,2415,0,0,1), - (93511,2923,0,11413,0,13.7449,-2349.84,122.794,4.02632,350,10,0,1902,0,0,1), - (93512,2693,0,6546,0,273.068,-2677.86,119.689,2.0919,350,5,0,2415,0,0,1), - (93513,2923,0,11413,0,245.398,-2307.23,112.645,5.18886,350,10,0,1902,0,0,1), - (93514,2650,0,6480,0,-46.7419,-2549.25,118.158,1.18224,350,10,0,1902,0,0,1), - (93515,2649,0,6479,0,-81.1611,-2542.76,118.416,0.612817,350,10,0,1829,0,0,1), - (93516,2923,0,11413,0,43.5905,-2382.1,124.973,0.450548,350,10,0,1902,0,0,1), - (93517,2650,0,6482,0,-78.1976,-2518.87,118.415,4.60336,350,5,0,1902,0,0,1), - (93518,2923,0,11413,0,-2.10629,-2355.13,123.64,3.31187,350,10,0,1902,0,0,1), - (93519,2694,0,6548,0,300.587,-2670.91,115.037,0.640996,350,3,0,2038,1587,0,1), - (93520,2694,0,6548,0,286.511,-2682.07,118.689,1.90289,350,5,0,2038,1587,0,1), - (93521,2694,0,6548,0,224.68,-2753.92,123.361,5.51074,350,0,0,2038,1587,0,0), - (93522,2694,0,6548,0,215.499,-2739.63,123.37,4.82082,350,0,0,2038,1587,0,0), - (93523,2649,0,6479,0,-49.0778,-2521.24,121.755,1.4122,350,5,0,1829,0,0,1), - (93524,2923,0,11413,0,55.6141,-2413.36,124.563,0.655219,350,10,0,1902,0,0,1), - (93525,2925,0,11417,0,-111.714,-3424,125.279,3.13573,350,10,0,2310,0,0,1), - (93526,2649,0,6479,0,-42.9739,-2501.81,121.505,2.25048,350,0,0,1829,0,0,0), - (93527,2694,0,6548,0,244.638,-2760.87,122.572,3.80507,350,10,0,2038,1587,0,1), - (93528,2693,0,6546,0,248.612,-2788.87,123.357,1.55802,350,0,0,2415,0,0,0), - (93529,2693,0,6546,0,237.986,-2771.67,123.301,5.67532,350,0,0,2415,0,0,0), - (93530,2923,0,11413,0,230.515,-2252.23,103.242,0.588039,350,5,0,1902,0,0,1), - (93531,2693,0,6546,0,226.252,-2778.97,123.355,4.69321,350,0,0,2415,0,0,0), - (93532,2694,0,6548,0,258.367,-2799.82,123.37,2.30145,350,0,0,2038,1587,0,0), - (93533,2692,0,6549,0,211.269,-2787.34,122.442,1.3367,350,0,0,2252,0,0,0), - (93534,2925,0,11417,0,-59.6082,-3377.9,119.954,4.85346,350,10,0,2310,0,0,1), - (93535,2924,0,11419,0,-155.877,-2685.72,120.943,4.21175,350,10,0,2059,0,0,1), - (93536,2927,0,12238,0,-225.534,-2649.67,121.35,4.61954,350,10,0,1981,0,0,1), - (93537,2923,0,11413,0,145.477,-2332.67,112.812,0.62434,350,5,0,1902,0,0,1), - (93538,2923,0,11413,0,72.7992,-2318.33,114.02,1.22436,350,10,0,1902,0,0,1), - (93539,2923,0,11413,0,196.417,-2236.27,99.5926,3.34627,350,10,0,1902,0,0,1), - (93540,2923,0,11413,0,123.339,-2327.84,111.024,1.55322,350,10,0,1902,0,0,1), - (93541,2923,0,11413,0,118.1,-2275.74,103.871,6.20297,350,10,0,1902,0,0,1), - (93542,4466,0,6513,0,256.04,-4343.34,117.849,1.07437,350,5,0,2399,0,0,1), - (93543,2925,0,11417,0,239.418,-3374.82,117.444,1.81043,350,10,0,2310,0,0,1), - (93544,4466,0,6512,0,219.883,-4353.14,120.054,4.15984,350,5,0,2399,0,0,1), - (93545,4469,0,358,0,-226.403,-4077.76,152.658,1.08697,350,3,0,4605,1587,0,1), - (93546,2927,0,12238,0,99.9032,-2549.84,112.612,2.58879,350,5,0,1981,0,0,1), - (93547,2505,0,5027,0,-55.3526,-4623.72,10.357,4.93275,350,10,0,2672,0,0,1), - (93548,2505,0,5027,0,-90.0739,-4585.37,10.9502,1.5344,350,10,0,2672,0,0,1), - (93549,2643,0,6493,0,-242.084,-4010.54,174.834,1.8813,350,5,0,5970,0,0,1), - (93550,2658,0,935,0,138.441,-3310.63,115.738,1.23146,350,0,0,2059,0,0,0), - (93551,2505,0,5027,0,-83.5953,-4643.64,10.127,0.470641,350,10,0,2672,0,0,1), - (93552,2642,0,6515,0,-381.004,-4107.44,174.03,5.75158,350,5,0,4179,4031,0,1), - (93553,2643,0,6494,0,-376.684,-4198.7,174.69,4.22281,350,0,0,5970,0,0,0), - (93554,2642,0,6515,0,-411.32,-4194.07,174.17,4.83667,350,0,0,4179,4031,0,0), - (93555,2643,0,6493,0,-396.637,-4200.68,174.077,0.90094,350,0,0,5970,0,0,0), - (93556,2645,0,6539,0,-444.145,-4137.79,195.165,2.03868,350,5,0,4950,1695,0,1), - (93557,2644,0,6510,0,-230.129,-3852.62,238.264,2.1189,350,5,0,6186,0,0,2), - (93558,2648,0,10663,0,-648.565,-3819.18,228.799,4.64332,350,3,0,6645,0,0,1), - (93559,2648,0,6998,0,-577.491,-3802.91,235.025,1.55953,350,3,0,6645,0,0,1), - (93560,2648,0,6997,0,-667.672,-3802.88,222.918,0.053385,350,3,0,6645,0,0,1), - (93561,2648,0,6997,0,-604.991,-3792.57,238.454,0.074444,350,5,0,6645,0,0,1), - (93562,2681,0,782,0,-189.257,-3830.27,238.464,2.11703,350,3,0,6645,0,0,1), - (93563,2681,0,782,0,-199.02,-3837.25,238.447,2.0496,350,3,0,6645,0,0,1), - (93564,2681,0,782,0,-482.968,-3824.6,238.19,4.34796,350,10,0,6645,0,0,1), - (93565,2648,0,10663,0,-688.91,-3672.63,233.244,5.23982,350,3,0,6645,0,0,1), - (93566,2648,0,6998,0,-625.372,-3795.01,236.637,2.50559,350,5,0,6645,0,0,1), - (93567,2648,0,6998,0,-681.823,-3736.61,218.922,0.010654,350,3,0,6645,0,0,1), - (93568,2648,0,6997,0,-704.912,-3779.25,226.488,0.07495,350,3,0,6645,0,0,1), - (93569,2648,0,10660,0,-712.379,-3744.74,235.906,5.78367,350,3,0,6645,0,0,1), - (93570,2648,0,10660,0,-675.272,-3764.68,220.944,1.6932,350,3,0,6645,0,0,1), - (93571,2648,0,10663,0,-596.054,-3887.12,243.376,4.77851,350,0,0,6645,0,0,0), - (93572,2646,0,6495,0,-673.006,-4005.67,238.396,5.67532,350,0,0,6414,0,0,0), - (93573,2647,0,6540,0,-654.835,-4012.22,238.396,3.37651,350,0,0,6327,1750,0,0), - (93574,2648,0,10663,0,-692.683,-3780.56,227.506,4.74745,350,3,0,6645,0,0,1), - (93575,2648,0,10663,0,-500.325,-3806.08,242.771,0.496977,350,0,0,6645,0,0,0), - (93576,2648,0,10660,0,-708.797,-3720.29,238.213,0.278396,350,5,0,6645,0,0,1), - (93577,2646,0,6495,0,-691.053,-4021.59,238.271,1.05845,350,0,0,6414,0,0,0), - (93578,2681,0,782,0,-581.705,-3914.32,238.339,4.91442,350,5,0,6645,0,0,1), - (93579,2645,0,6538,0,-518.021,-4138.04,216.217,2.75033,350,5,0,4950,1695,0,2), - (93580,2648,0,6998,0,-737.782,-3778.65,230.627,1.30573,350,3,0,6645,0,0,1), - (93581,2648,0,6998,0,-631.904,-4073.4,238.648,5.07802,350,3,0,6645,0,0,1), - (93582,10802,0,10659,0,-757.128,-3781.86,230.867,3.41122,350,5,0,8020,9012,0,2), - (93583,2648,0,10660,0,-754.787,-3782.8,230.867,2.9789,350,5,0,6645,0,0,2), - (93584,2648,0,6997,0,-755.357,-3781.35,230.867,2.52651,350,5,0,6645,0,0,2), - (93585,2646,0,6495,0,-642.064,-4021.31,238.396,5.42997,350,3,0,6414,0,0,1), - (93586,2648,0,6997,0,-625.835,-3952.28,238.88,2.48545,350,0,0,6645,0,0,0), - (93588,2648,0,6998,0,-629.269,-3938.59,238.13,4.63333,350,0,0,6645,0,0,0), - (93589,2646,0,6495,0,-668.263,-4043.78,238.851,5.75383,350,5,0,6414,0,0,1), - (93590,2644,0,6510,0,-594.604,-4148.2,238.476,4.00404,350,3,0,6186,0,0,1), - (93591,2924,0,11419,0,-113.498,-2649.46,120.621,2.87671,350,10,0,2059,0,0,1), - (93592,2926,0,11418,0,50.2581,-4480.91,141.686,1.13576,350,5,0,2488,0,0,1), - (93593,4468,0,11141,0,-474.75,-3979.63,206.053,4.86057,350,10,0,5970,0,0,1), - (93594,4468,0,11141,0,-499.031,-4003.55,216.271,1.96231,350,10,0,5970,0,0,1), - (93595,4468,0,11141,0,-454.452,-3958.26,205.369,6.21004,350,3,0,5970,0,0,1), - (93596,2926,0,11418,0,126.33,-4579.81,119.263,1.91106,350,5,0,2488,0,0,1), - (93597,2926,0,11418,0,-17.9534,-4380.72,142.268,0.394641,350,5,0,2488,0,0,1), - (93598,2644,0,6511,0,-551.292,-4040.74,218.611,4.83086,350,3,0,6186,0,0,1), - (93599,2646,0,6495,0,-393.26,-3946.9,215.951,1.61966,350,3,0,6414,0,0,1), - (93600,4465,0,6508,0,-180.017,-4150.36,118.239,3.31982,350,10,0,5544,0,0,1), - (93601,2640,0,6542,0,-226.186,-4181.79,120.798,5.02028,350,0,0,1919,1587,0,0), - (93602,4465,0,6509,0,-248.196,-4176.2,122.235,0.2902,350,3,0,5544,0,0,1), - (93603,4465,0,6508,0,-240.423,-4185.19,121.86,2.7306,350,0,0,5544,0,0,0), - (93604,2505,0,5027,0,-17.0068,-4794,-3.96567,4.42144,350,10,0,2672,0,0,1), - (93605,8210,0,5927,0,303.136,-3002,115.324,6.11451,43200,10,0,2138,0,0,2), - (93606,2505,0,5027,0,-252.931,-4554.48,12.678,0.691901,350,10,0,2672,0,0,1), - (93607,2505,0,5027,0,-50.0403,-4816.81,-4.68518,4.77948,350,10,0,2672,0,0,1), - (93608,2505,0,5027,0,-121.381,-4619.14,11.1672,1.42752,350,10,0,2672,0,0,1), - (93609,2505,0,5027,0,-85.2066,-4711.84,-4.41027,2.47661,350,10,0,2672,0,0,1), - (93611,2505,0,5027,0,-118.053,-4551.34,10.7356,1.27911,350,10,0,2672,0,0,1), - (93612,2659,0,1148,0,133.356,-4032.63,127.874,3.52646,350,0,0,2399,0,0,0), - (93613,2926,0,11418,0,-61.296,-4331.49,123.538,0.587931,350,5,0,2488,0,0,1), - (93614,2926,0,11418,0,35.3008,-3932.88,142.178,3.53305,350,5,0,2488,0,0,1), - (93615,2659,0,1148,0,200.395,-3662.88,133.817,3.43305,350,5,0,2399,0,0,2), - (93616,2505,0,5027,0,-180.779,-4551.25,13.1604,5.96381,350,10,0,2672,0,0,1), - (93617,4465,0,6509,0,-290.162,-4190.17,136.197,3.54817,350,5,0,5544,0,0,2), - (93618,2929,0,12238,0,86.8647,-3902.08,139.138,5.93049,350,10,0,2631,0,0,1), - (93619,4465,0,6508,0,-213.438,-4132.92,117.895,5.85674,350,5,0,5544,0,0,2), - (93620,2505,0,5027,0,-20.7911,-4653.66,12.0987,4.70123,350,10,0,2672,0,0,1), - (93621,2929,0,12238,0,418.075,-3984.33,126.782,5.07891,350,0,0,2631,0,0,0), - (93622,2929,0,12238,0,140.457,-3726.17,128.693,4.38776,350,10,0,2631,0,0,1), - (93623,2929,0,12238,0,276.8,-3585.14,123.115,0.533696,350,10,0,2631,0,0,1), - (93624,4465,0,6508,0,-277.436,-4211.53,136.472,2.26133,350,5,0,5544,0,0,1), - (93625,2926,0,11418,0,206.152,-3585.18,126.379,1.64308,350,5,0,2488,0,0,1), - (93626,2929,0,12238,0,187.794,-3610.15,127.871,1.73177,350,10,0,2631,0,0,1), - (93627,2680,0,781,0,-346.365,-4192.34,152.134,-1.69035,350,0,0,2399,0,0,0), - (93628,4466,0,6513,0,335.612,-4148.2,118.894,6.20363,350,5,0,2399,0,0,2), - (93629,2680,0,781,0,-336.652,-4108.69,152.331,-1.56424,350,5,0,2399,0,0,2), - (93630,2926,0,11418,0,-54.4927,-4346.08,127.858,5.23342,350,5,0,2488,0,0,1), - (93631,4466,0,6512,0,363.442,-4117.3,121.788,0.858445,350,10,0,2399,0,0,1), - (93632,4466,0,6512,0,324.393,-4153.05,119.588,1.85081,350,5,0,2399,0,0,1), - (93633,4467,0,6535,0,460.087,-3618.24,119.026,5.70723,350,0,0,1679,3923,0,0), - (93634,2641,0,6498,0,-265.495,-4089.95,152.296,2.74346,350,3,0,5757,0,0,1), - (93635,2680,0,781,0,-207.749,-4021.17,177.682,3.05556,350,5,0,2399,0,0,1), - (93636,2643,0,6494,0,-242.897,-4052.04,174.375,3.07242,350,5,0,5970,0,0,1), - (93637,4467,0,6536,0,470.916,-3629.79,118.974,4.88692,350,0,0,1679,3923,0,0), - (93638,2642,0,6514,0,-220.518,-4049.34,174.377,1.94176,350,0,0,4179,4031,0,0), - (93640,2642,0,6514,0,-221.851,-4018.92,174.259,5.61859,350,0,0,4179,4031,0,0), - (93641,2643,0,6493,0,-329.197,-4021.88,174.167,0.24497,350,5,0,5970,0,0,2), - (93642,2642,0,6514,0,-363.431,-4076.18,174.133,0.042252,350,3,0,4179,4031,0,1), - (93643,2643,0,6493,0,-344.363,-4039.04,174.134,4.63955,350,5,0,5970,0,0,1), - (93644,2643,0,6494,0,-343.842,-4060.47,174.259,4.61306,350,3,0,5970,0,0,1), - (93645,2643,0,6493,0,-326.699,-4049.57,174.341,3.86961,350,5,0,5970,0,0,1), - (93647,2680,0,781,0,-301.702,-4021.13,174.636,1.37065,350,5,0,2399,0,0,1), - (93648,2642,0,6515,0,-364.938,-4027.4,174.198,0.311877,350,0,0,4179,4031,0,0), - (93649,2643,0,6493,0,-399.746,-4061.63,174.319,2.28038,350,0,0,5970,0,0,0), - (93650,2643,0,6493,0,-372.741,-4047.48,174.194,2.44525,350,0,0,5970,0,0,0), - (93651,2643,0,6494,0,-419.553,-4118.54,174.266,5.13498,350,0,0,5970,0,0,0), - (93653,2926,0,11418,0,209.202,-3863.8,138.904,2.36314,350,5,0,2488,0,0,1), - (93654,2643,0,6494,0,-404.974,-4136.85,174.149,3.14615,350,10,0,5970,0,0,1), - (93655,4466,0,6513,0,199.593,-4266.42,119.895,2.76974,350,10,0,2399,0,0,1), - (93656,2642,0,6514,0,-385.764,-4047.24,174.194,6.15161,350,0,0,4179,4031,0,0), - (93657,4466,0,6513,0,204.367,-4260.86,120.776,2.45309,350,10,0,2399,0,0,1), - (93658,2929,0,12238,0,-17.6523,-4099.59,119.245,1.46316,350,10,0,2631,0,0,1), - (93659,2642,0,6514,0,-417.309,-4088.01,174.543,2.83736,350,0,0,4179,4031,0,0), - (93660,4467,0,6535,0,219.947,-4308.61,117.883,0.296706,350,0,0,1679,3923,0,0), - (93661,4467,0,6535,0,227.279,-4320.21,117.748,2.00713,350,0,0,1679,3923,0,0), - (93662,2648,0,10660,0,-610.472,-3747.99,231.064,2.23603,350,3,0,6645,0,0,1), - (93663,4466,0,6513,0,247.858,-4287.32,118.768,0.21655,350,5,0,2399,0,0,1), - (93664,2645,0,6538,0,-442.692,-4075.83,195.146,4.4244,350,5,0,4950,1695,0,1), - (93665,2644,0,6510,0,-434.617,-4055.02,195.158,4.81195,350,5,0,6186,0,0,1), - (93666,2644,0,6511,0,-446.285,-4117.1,195.305,0.328574,350,0,0,6186,0,0,0), - (93667,2644,0,6510,0,-474.04,-4092.56,195.19,4.83087,350,5,0,6186,0,0,1), - (93668,4467,0,6535,0,330.197,-4122.34,119.571,2.19912,350,0,0,1679,3923,0,0), - (93669,4466,0,6513,0,316.866,-4088.75,119.212,4.69163,350,5,0,2399,0,0,1), - (93670,2680,0,781,0,-390.475,-4143.92,174.043,1.04841,350,10,0,2399,0,0,1), - (93671,4467,0,6536,0,317.747,-4124.55,119.542,4.62512,350,0,0,1679,3923,0,0), - (93672,2645,0,6538,0,-407.505,-4007.42,195.147,1.49095,350,0,0,4950,1695,0,0), - (93673,2645,0,6539,0,-472.205,-4115.56,195.19,5.35575,350,5,0,4950,1695,0,1), - (93674,2645,0,6539,0,-479.949,-4078.13,195.19,0.702456,350,5,0,4950,1695,0,1), - (93675,2645,0,6539,0,-424.381,-4026.18,195.272,2.81211,350,0,0,4950,1695,0,0), - (93676,2926,0,11418,0,214.313,-4522.59,120.717,5.17429,350,5,0,2488,0,0,1), - (93677,2644,0,6511,0,-410.455,-4021.67,195.272,6.03342,350,5,0,6186,0,0,2), - (93678,2644,0,6511,0,-465.457,-4205.04,195.149,3.97708,350,0,0,6186,0,0,0), - (93679,2645,0,6538,0,-385.498,-3980.42,195.141,5.68273,350,0,0,4950,1695,0,0), - (93680,2926,0,11418,0,218.037,-4176.66,119.679,2.76215,350,5,0,2488,0,0,1), - (93681,2505,0,5027,0,-206.878,-4598.11,8.06654,5.17968,350,10,0,2672,0,0,1), - (93682,2505,0,5027,0,-327.085,-4477.49,11.252,2.57295,350,10,0,2672,0,0,1), - (93683,7977,0,5127,0,-27.8003,-4670.38,10.3255,0.687028,350,5,0,6702,0,0,2), - (93684,2505,0,5027,0,-355.079,-4452.56,11.6532,3.366,350,10,0,2672,0,0,1), - (93685,2505,0,5027,0,-319.379,-4551.75,12.2517,3.61038,350,10,0,2672,0,0,1), - (93686,2926,0,11418,0,-151.502,-4348.89,132.655,2.91171,350,5,0,2488,0,0,1), - (93687,2505,0,5027,0,-286.143,-4448.27,14.0909,1.90166,350,10,0,2672,0,0,1), - (93688,2926,0,11418,0,80.3878,-3913.68,141.264,2.01085,350,5,0,2488,0,0,1), - (93689,2647,0,6541,0,-368.026,-3884.09,216.111,1.49024,350,0,0,6327,1750,0,0), - (93690,2929,0,12238,0,284.373,-3734.43,135.766,4.71044,350,10,0,2631,0,0,1), - (93691,2926,0,11418,0,-80.2793,-4219.33,118.082,5.68814,350,5,0,2488,0,0,1), - (93692,2648,0,6997,0,-565.001,-3833.32,234.78,5.05924,350,0,0,6645,0,0,0), - (93693,2646,0,6495,0,-296.055,-3913.94,215.986,5.72657,350,0,0,6414,0,0,0), - (93694,2647,0,6540,0,-436.363,-3882.18,216.611,2.96144,350,0,0,6327,1750,0,0), - (93696,7995,0,7121,0,-542.119,-3864.6,230.69,5.01911,350,5,0,8020,9012,0,2), - (93697,2645,0,6538,0,-410.078,-3886.97,216.142,6.0873,350,5,0,4950,1695,0,1), - (93698,2646,0,6496,0,-432.063,-3901.35,216.07,6.21337,350,3,0,6414,0,0,1), - (93699,2644,0,6510,0,-243.44,-3793.04,237.925,5.15016,350,5,0,6186,0,0,2), - (93700,2647,0,6540,0,-268.176,-3906.1,215.986,5.99916,350,0,0,6327,1750,0,0), - (93701,2648,0,10660,0,-298.188,-3771.96,238.889,4.52171,350,0,0,6645,0,0,0), - (93702,2648,0,10660,0,-278.797,-3775.13,239.713,4.38078,350,0,0,6645,0,0,0), - (93703,2646,0,6495,0,-273.754,-3915.61,215.986,4.2206,350,0,0,6414,0,0,0), - (93704,2646,0,6496,0,-284.375,-3903.13,215.986,4.29931,350,0,0,6414,0,0,0), - (93705,2505,0,5027,0,105.877,-4712.27,11.2235,2.80914,350,10,0,2672,0,0,1), - (93706,2645,0,6539,0,-364,-3850.23,238.468,4.98992,350,5,0,4950,1695,0,1), - (93707,2926,0,11418,0,19.921,-4261.37,121.631,2.30607,350,5,0,2488,0,0,1), - (93708,2648,0,6998,0,-560.278,-3871.58,232.816,0,350,0,0,6645,0,0,0), - (93709,2681,0,782,0,-518.504,-3887.84,227.615,4.28219,350,5,0,6645,0,0,1), - (93710,2681,0,782,0,-472.285,-3843.13,237.964,1.29946,350,5,0,6645,0,0,1), - (93711,2505,0,5027,0,64.9501,-4718.96,7.48582,0.468629,350,10,0,2672,0,0,1), - (93712,2681,0,782,0,-483.886,-3884.42,230.805,6.18919,350,3,0,6645,0,0,1), - (93713,4466,0,6512,0,223.068,-4344.02,118.179,1.35557,350,5,0,2399,0,0,2), - (93714,2647,0,6540,0,-373.746,-3807.25,238.383,5.28482,350,0,0,6327,1750,0,0), - (93715,4466,0,6512,0,264.906,-4331.19,118.349,3.20023,350,0,0,2399,0,0,0), - (93716,2647,0,6541,0,-402.071,-3807.22,238.448,0.991578,350,0,0,6327,1750,0,0), - (93717,2644,0,6511,0,-276.938,-3934.69,215.958,6.07759,350,5,0,6186,0,0,1), - (93718,2647,0,6540,0,-189.259,-3913.75,215.948,0.389048,350,0,0,6327,1750,0,0), - (93719,2646,0,6495,0,-401.671,-3818.51,238.323,1.8592,350,0,0,6414,0,0,0), - (93720,2645,0,6539,0,-205.298,-3884.48,215.986,0.203745,350,5,0,4950,1695,0,1), - (93721,2647,0,6540,0,-217.34,-3915.24,215.948,3.88179,350,0,0,6327,1750,0,0), - (93722,2646,0,6496,0,-190.68,-3903.34,216.073,3.78305,350,0,0,6414,0,0,0), - (93723,2926,0,11418,0,-16.8767,-4146.16,118.858,1.81151,350,5,0,2488,0,0,1), - (93724,2645,0,6538,0,-335.068,-3967.38,195.314,1.21508,350,5,0,4950,1695,0,1), - (93725,4467,0,6536,0,220.818,-4293.25,117.721,2.93309,350,5,0,1679,3923,0,1), - (93726,2645,0,6538,0,-369.422,-3976.23,195.141,2.81749,350,0,0,4950,1695,0,0), - (93727,2645,0,6538,0,-226.441,-3983.62,195.433,0.030771,350,0,0,4950,1695,0,0), - (93728,2505,0,5027,0,-151.401,-4579.6,12.6319,2.01584,350,10,0,2672,0,0,1), - (93729,2644,0,6510,0,-238.317,-3964.55,195.94,5.89375,350,3,0,6186,0,0,1), - (93730,2644,0,6511,0,-350.866,-3990.01,195.189,5.33457,350,5,0,6186,0,0,1), - (93731,2644,0,6510,0,-309.184,-3965.62,195.44,2.10925,350,0,0,6186,0,0,0), - (93732,2645,0,6539,0,-286.345,-3963.37,195.716,1.86794,350,0,0,4950,1695,0,0), - (93733,2645,0,6539,0,-296.221,-3988.55,195.249,1.52887,350,0,0,4950,1695,0,0), - (93735,4469,0,358,0,-228.1,-4080.71,152.011,4.50295,350,0,0,4605,1587,0,0), - (93736,4469,0,358,0,-243.772,-4090.31,152.046,3.05975,350,3,0,4605,1587,0,1), - (93737,4469,0,358,0,-202.107,-4078.22,152.122,5.23599,350,3,0,4605,1587,0,1), - (93738,4465,0,6509,0,-185.66,-4215.61,120.864,1.68015,350,5,0,5544,0,0,1), - (93739,4469,0,358,0,-213.572,-4089.46,152.283,5.71056,350,3,0,4605,1587,0,1), - (93740,4465,0,6509,0,-213.06,-4147.29,118.484,0.718521,350,5,0,5544,0,0,2), - (93741,4465,0,6509,0,-179.977,-4146.7,117.533,1.16923,350,5,0,5544,0,0,2), - (93742,4465,0,6508,0,-299.737,-4196.69,136.656,1.74982,350,5,0,5544,0,0,1), - (93743,4465,0,6508,0,-179.27,-4180.59,119.856,2.24428,350,10,0,5544,0,0,1), - (93744,4465,0,6508,0,-273.436,-4122.12,137.21,0.066614,350,5,0,5544,0,0,2), - (93745,4465,0,6508,0,-310.425,-4135.22,136.812,6.03809,350,5,0,5544,0,0,1), - (93746,2640,0,6543,0,-236.375,-4167.37,121.637,3.76991,350,0,0,1919,1587,0,0), - (93747,2641,0,6498,0,-358.029,-4117,154.02,3.31985,350,3,0,5757,0,0,1), - (93748,4465,0,6508,0,-301.665,-4216.17,136.469,4.49501,350,5,0,5544,0,0,1), - (93749,2641,0,6497,0,-350.812,-4181.92,152.113,4.39193,350,5,0,5757,0,0,2), - (93750,4465,0,6508,0,-261.606,-4142.46,130.301,6.16636,350,5,0,5544,0,0,2), - (93751,2680,0,781,0,-336.997,-4083.11,153.518,2.07694,350,3,0,2399,0,0,1), - (93752,2680,0,781,0,-296.461,-4202.47,136.659,0.701451,350,5,0,2399,0,0,1), - (93753,2640,0,6542,0,-297.1,-4167.92,136.447,3.55098,350,5,0,1919,1587,0,1), - (93754,2641,0,6497,0,-346.44,-4221.49,152.19,1.32696,350,3,0,5757,0,0,1), - (93755,2641,0,6498,0,-347.476,-4141.22,152.376,3.51878,350,3,0,5757,0,0,1), - (93756,2640,0,6543,0,-336.481,-4213.14,152.19,6.11811,350,3,0,1919,1587,0,1), - (93757,2640,0,6543,0,-293.462,-4110.76,137.6,0.718501,350,5,0,1919,1587,0,1), - (93758,2640,0,6542,0,-313.939,-4229.26,137.062,4.21547,350,3,0,1919,1587,0,1), - (93759,2680,0,781,0,-344.74,-4207.41,152.093,3.40339,350,10,0,2399,0,0,1), - (93760,2641,0,6498,0,-352.7,-4205.66,152.093,5.8294,350,3,0,5757,0,0,1), - (93761,2643,0,6494,0,-266.849,-4051.89,174.349,4.10152,350,0,0,5970,0,0,0), - (93762,15250,531,0,0,-9072.41,1389.85,-107.052,4.86,28800,0,0,100600,2486,0,0), - (93763,15250,531,0,0,-9084.55,1388.07,-106.666,4.86,28800,0,0,100600,2486,0,0), - (93764,15250,531,0,0,-9077.59,1382.89,-106.909,4.86,28800,0,0,100600,2486,0,0), - (93765,15250,531,0,0,-9079.37,1395.03,-107.229,4.86,28800,0,0,100600,2486,0,0), - (93766,15246,531,0,0,-9072.41,1389.85,-107.052,4.86,28800,0,0,125760,0,0,0), - (93767,15246,531,0,0,-9084.55,1388.07,-106.666,4.86,28800,0,0,125760,0,0,0), - (93768,15246,531,0,0,-9077.59,1382.89,-106.909,4.86,28800,0,0,125760,0,0,0), - (93769,15246,531,0,0,-9079.37,1395.03,-107.229,4.86,28800,0,0,125760,0,0,0), - (93770,15250,531,0,0,-9091.69,1426.73,-106.92,4.86,28800,0,0,100600,2486,0,0), - (93771,15250,531,0,0,-9103.83,1424.95,-106.686,4.86,28800,0,0,100600,2486,0,0), - (93772,15250,531,0,0,-9096.87,1419.77,-107.239,4.86,28800,0,0,100600,2486,0,0), - (93773,15250,531,0,0,-9098.65,1431.91,-106.892,4.86,28800,0,0,100600,2486,0,0), - (93774,15246,531,0,0,-9091.69,1426.73,-106.92,4.86,28800,0,0,125760,0,0,0), - (93775,15246,531,0,0,-9103.83,1424.95,-106.686,4.86,28800,0,0,125760,0,0,0), - (93776,15246,531,0,0,-9096.87,1419.77,-107.239,4.86,28800,0,0,125760,0,0,0), - (93777,15246,531,0,0,-9098.65,1431.91,-106.892,4.86,28800,0,0,125760,0,0,0), - (93778,15250,531,0,0,-9087.33,1351.39,-105.103,4.86,28800,0,0,100600,2486,0,0), - (93779,15250,531,0,0,-9099.47,1349.61,-105.989,4.86,28800,0,0,100600,2486,0,0), - (93780,15250,531,0,0,-9092.51,1344.43,-105.898,4.86,28800,0,0,100600,2486,0,0), - (93781,15250,531,0,0,-9094.29,1356.57,-105.386,4.86,28800,0,0,100600,2486,0,0), - (93782,15246,531,0,0,-9087.33,1351.39,-105.103,4.86,28800,0,0,125760,0,0,0), - (93783,15246,531,0,0,-9099.47,1349.61,-105.989,4.86,28800,0,0,125760,0,0,0), - (93784,15246,531,0,0,-9092.51,1344.43,-105.898,4.86,28800,0,0,125760,0,0,0), - (93785,15246,531,0,0,-9094.29,1356.57,-105.386,4.86,28800,0,0,125760,0,0,0), - (93786,15250,531,0,0,-9170.3,1576.85,-81.7027,4.86,28800,0,0,100600,2486,0,0), - (93787,15250,531,0,0,-9182.44,1575.07,-79.3457,4.86,28800,0,0,100600,2486,0,0), - (93788,15250,531,0,0,-9175.48,1569.89,-81.9331,4.86,28800,0,0,100600,2486,0,0), - (93789,15250,531,0,0,-9177.26,1582.03,-79.5541,4.86,28800,0,0,100600,2486,0,0), - (93790,15246,531,0,0,-9170.3,1576.85,-81.7027,4.86,28800,0,0,125760,0,0,0), - (93791,15246,531,0,0,-9182.44,1575.07,-79.3457,4.86,28800,0,0,125760,0,0,0), - (93792,15246,531,0,0,-9175.48,1569.89,-81.9331,4.86,28800,0,0,125760,0,0,0), - (93793,15246,531,0,0,-9177.26,1582.03,-79.5541,4.86,28800,0,0,125760,0,0,0), - (93794,15250,531,0,0,-9220.46,1587.96,-73.9311,4.86,28800,0,0,100600,2486,0,0), - (93795,15250,531,0,0,-9232.6,1586.18,-74.2206,4.86,28800,0,0,100600,2486,0,0), - (93796,15250,531,0,0,-9225.64,1581,-75.6661,4.86,28800,0,0,100600,2486,0,0), - (93797,15250,531,0,0,-9227.42,1593.14,-73.3484,4.86,28800,0,0,100600,2486,0,0), - (93798,15246,531,0,0,-9220.46,1587.96,-73.9311,4.86,28800,0,0,125760,0,0,0), - (93799,15246,531,0,0,-9232.6,1586.18,-74.2206,4.86,28800,0,0,125760,0,0,0), - (93800,15246,531,0,0,-9225.64,1581,-75.6661,4.86,28800,0,0,125760,0,0,0), - (93801,15246,531,0,0,-9227.42,1593.14,-73.3484,4.86,28800,0,0,125760,0,0,0), - (93802,15250,531,0,0,-9122.7,1748.77,-42.2098,4.86,28800,0,0,100600,2486,0,0), - (93803,15250,531,0,0,-9134.84,1746.99,-42.339,4.86,28800,0,0,100600,2486,0,0), - (93804,15250,531,0,0,-9127.88,1741.81,-42.3803,4.86,28800,0,0,100600,2486,0,0), - (93805,15250,531,0,0,-9129.66,1753.95,-42.8341,4.86,28800,0,0,100600,2486,0,0), - (93806,15246,531,0,0,-9122.7,1748.77,-42.2098,4.86,28800,0,0,125760,0,0,0), - (93807,15246,531,0,0,-9134.84,1746.99,-42.339,4.86,28800,0,0,125760,0,0,0), - (93808,15246,531,0,0,-9127.88,1741.81,-42.3803,4.86,28800,0,0,125760,0,0,0), - (93809,15246,531,0,0,-9129.66,1753.95,-42.8341,4.86,28800,0,0,125760,0,0,0), - (93810,15250,531,0,0,-9086.88,1805.17,-43.6381,4.86,28800,0,0,100600,2486,0,0), - (93811,15250,531,0,0,-9099.02,1803.39,-43.2975,4.86,28800,0,0,100600,2486,0,0), - (93812,15250,531,0,0,-9092.06,1798.21,-42.8887,4.86,28800,0,0,100600,2486,0,0), - (93813,15250,531,0,0,-9093.84,1810.35,-43.6871,4.86,28800,0,0,100600,2486,0,0), - (93814,15246,531,0,0,-9086.88,1805.17,-43.6381,4.86,28800,0,0,125760,0,0,0), - (93815,15246,531,0,0,-9099.02,1803.39,-43.2975,4.86,28800,0,0,125760,0,0,0), - (93816,15246,531,0,0,-9092.06,1798.21,-42.8887,4.86,28800,0,0,125760,0,0,0), - (93817,15246,531,0,0,-9093.84,1810.35,-43.6871,4.86,28800,0,0,125760,0,0,0), - (93818,15250,531,0,0,-9014.15,1856.87,-43.8464,4.86,28800,0,0,100600,2486,0,0), - (93819,15250,531,0,0,-9026.29,1855.09,-44.2295,4.86,28800,0,0,100600,2486,0,0), - (93820,15250,531,0,0,-9019.33,1849.91,-43.8032,4.86,28800,0,0,100600,2486,0,0), - (93821,15250,531,0,0,-9021.11,1862.05,-44.6123,4.86,28800,0,0,100600,2486,0,0), - (93822,15246,531,0,0,-9014.15,1856.87,-43.8464,4.86,28800,0,0,125760,0,0,0), - (93823,15246,531,0,0,-9026.29,1855.09,-44.2295,4.86,28800,0,0,125760,0,0,0), - (93824,15246,531,0,0,-9019.33,1849.91,-43.8032,4.86,28800,0,0,125760,0,0,0), - (93825,15246,531,0,0,-9021.11,1862.05,-44.6123,4.86,28800,0,0,125760,0,0,0), - (94490,16033,0,15994,0,-7534.79,-1212.62,285.44,5.2131,25,0,0,3500,5751,0,0), - (94491,13016,369,1141,0,-33.0721,71.5201,-4.29736,1.48675,1,0,0,1,0,0,2), - (94492,13016,369,1141,0,13.6699,80.6694,-4.29734,4.79662,1,10,0,1,0,0,2), - (94493,13016,369,1141,0,35.2117,16.0156,-4.29664,1.87101,1,10,0,1,0,0,1), - (94494,13016,369,1141,0,21.3299,25.4681,-4.29735,2.55038,1,10,0,1,0,0,1), - (94495,13016,369,1141,0,28.3432,-18.4329,-4.29664,1.57099,1,10,0,1,0,0,1), - (94496,13016,369,1141,0,-56.91,-14.3913,-4.29736,2.53387,1,10,0,1,0,0,1), - (94497,13016,369,1141,0,-72.5352,-21.7311,-4.29736,3.14963,1,10,0,1,0,0,1), - (94498,13016,369,1141,0,-74.642,23.6852,-4.29736,1.85529,1,10,0,1,0,0,1), - (94499,13016,369,1141,0,-64.5688,12.0402,-4.29735,6.01711,1,10,0,1,0,0,1), - (94500,13016,369,1141,0,-43.0466,-5.68566,-13.8634,1.77597,1,10,0,1,0,0,1), - (94501,13016,369,1141,0,-40.713,-32.7486,-4.29735,4.30648,1,10,0,1,0,0,1), - (94502,13016,369,1141,0,27.0473,1.40549,-4.29616,5.5639,1,10,0,1,0,0,1), - (94529,17049,1,0,0,8700.34,928.732,15.8833,2.85455,300,0,0,1300,0,0,0), - (94530,17041,1,0,0,1963.1,-4291.02,27.3496,2.21023,300,0,0,5800,0,0,0), - (95032,16781,1,16433,0,-7836.2,-2059.24,-271.734,3.53602,180,0,0,19,0,0,0), - (95033,16781,1,16412,0,-6392.99,-183.166,7.49073,5.22549,180,0,0,19,0,0,0), - (61599,2181,1,0,0,7552.24,-857.138,15.6165,4.25599,275,10,0,417,0,0,1), - (61588,2181,1,0,0,7527.75,-823.219,17.3281,6.05455,275,10,0,417,0,0,1), - (95010,16788,1,0,0,1953.88,-4278.32,30.0729,4.11719,180,0,0,6900,0,0,0), - (95031,16781,1,16431,0,-7841.17,-2061.07,-271.909,0.535801,180,0,0,19,0,0,0), - (98637,11287,0,0,0,1081.91,-2574,59.957,0.301,360,0,0,2192,0,0,0), - (98636,11277,0,0,0,1127.81,-2387.71,59.264,1.72159,300,0,0,4356,0,0,0), - (98633,11281,0,0,0,1090.52,-2541.25,59.2419,2.70896,1272,0,0,3748,0,0,2), - (98634,11281,0,0,0,1147.93,-2566.49,60.0373,2.74489,1272,0,0,3748,0,0,0), - (98635,11281,0,0,0,1151.78,-2557.18,60.0758,2.79201,1272,0,0,3748,0,0,0), - (98630,11277,0,0,0,1155.4,-2383.73,60.304,5.43574,300,0,0,4356,0,0,0), - (61609,2181,1,0,0,7641.08,-915.422,19.0718,1.22829,275,10,0,417,0,0,1), - (61585,2234,1,0,0,5705.03,604.042,-4.72749,4.65901,275,10,0,198,0,0,1), - (61577,2234,1,0,0,5701.58,533.092,3.79555,4.10138,275,10,0,198,0,0,1), - (95011,16781,1,16442,0,4376.08,217.106,51.841,3.32573,180,0,0,19,0,0,0), - (95012,16781,1,16431,0,4371.72,216.442,52.2895,0.152716,180,0,0,19,0,0,0), - (95013,16781,1,16431,0,4373.31,228.445,52.5451,3.93441,180,0,0,19,0,0,0), - (95029,16781,1,16431,0,3880.34,-5385.74,141.409,1.28568,180,0,0,19,0,0,0), - (95030,16781,1,16431,0,3881.67,-5382.37,141.835,4.25842,180,0,0,19,0,0,0), - (98632,11281,0,0,0,1031.16,-2498.27,59.177,4.73616,1272,0,0,3748,0,0,2), - (94627,17050,1,0,0,-1044.52,298.881,135.178,0.287644,300,0,0,5800,0,0,0), - (94628,17050,1,0,0,-1040.79,303.78,135.085,4.57592,300,0,0,5800,0,0,0), - (94629,17041,1,0,0,1958.1,-4279.34,29.9026,4.374,300,0,0,5800,0,0,0), - (94630,17041,1,0,0,1957.07,-4283.17,29.0281,1.31095,300,0,0,5800,0,0,0), - (95045,16781,0,16433,0,-2636.15,-2510.17,81.594,5.43293,180,0,0,19,0,0,0), - (94661,17048,0,16434,0,-4693.69,-1222.14,501.66,5.87741,300,0,0,1300,0,0,0), - (95006,16788,0,0,0,1647.56,243.819,62.592,0.167576,180,0,0,6900,0,0,0), - (94663,17048,0,16413,0,-4706.53,-1221.01,501.66,4.4537,300,0,0,1300,0,0,0), - (95008,17051,0,0,0,1638.53,244.588,62.5919,5.51611,180,0,0,5800,0,0,0), - (94675,17038,0,16412,0,-8825.75,870.475,98.7322,2.85202,300,0,0,1300,0,0,0), - (94676,17038,0,16433,0,-8830.82,872.003,98.6495,5.97458,300,0,0,1300,0,0,0), - (61627,2182,1,0,0,7536.04,-889.868,20.2889,1.54244,275,10,0,379,1118,0,1), - (61554,2234,1,0,0,5843.98,536.661,0.0222167,3.48092,275,10,0,198,0,0,1), - (61545,2234,1,0,0,5911.84,518.51,2.43248,4.42819,275,10,0,198,0,0,1), - (61543,2234,1,0,0,5948.12,600.71,-1.19927,1.8364,275,10,0,198,0,0,1), - (61541,2234,1,0,0,5910.58,599.778,0.793617,2.61395,275,10,0,198,0,0,1), - (61567,2234,1,0,0,5792.79,590.647,-1.27004,4.04248,275,10,0,198,0,0,1), - (61565,2234,1,0,0,5800.72,538.571,2.34419,3.14713,275,10,0,198,0,0,1), - (95049,16781,1,16431,0,561.205,336.826,59.5701,2.98718,180,0,0,19,0,0,0), - (95044,16781,0,16431,0,-322.454,-681.171,54.5825,0.250718,180,0,0,19,0,0,0), - (95035,17038,0,0,0,-8840.25,860.393,98.6434,0.990736,180,0,0,1300,0,0,0), - (95036,17038,0,0,0,-8838.72,862.813,98.6771,4.06314,180,0,0,1300,0,0,0), - (95037,16781,0,16442,0,-11273.8,1818.9,39.6695,2.01265,180,0,0,19,0,0,0), - (95038,16781,0,16431,0,-11282.9,1824.87,38.8634,1.51785,180,0,0,19,0,0,0), - (95039,16781,0,16442,0,-11284.2,1828.1,38.7438,5.90429,180,0,0,19,0,0,0), - (95050,16781,1,16434,0,-1047.07,-3432.12,71.4589,5.00663,180,0,0,19,0,0,0), - (95051,16781,1,16413,0,-1045.86,-3436.85,70.7665,1.65062,180,0,0,19,0,0,0), - (95046,16781,1,16431,0,556.758,348.036,53.3671,0.08907,180,0,0,19,0,0,0), - (95047,16781,1,16431,0,562.159,349.072,53.6537,3.44664,180,0,0,19,0,0,0), - (95048,16781,1,16442,0,554.069,338.36,53.5251,6.19946,180,0,0,19,0,0,0), - (94727,17049,1,0,0,8697.29,929.418,15.778,6.09433,300,0,0,1300,0,0,0), - (95004,17051,0,0,0,1646.16,234.942,62.5915,3.60943,180,0,0,5800,0,0,0), - (95005,17051,0,0,0,1644.04,233.989,62.5915,0.528861,180,0,0,5800,0,0,0), - (61574,2234,1,0,0,5751.19,577.516,2.85258,3.51233,275,10,0,198,0,0,1), - (95042,16781,0,16446,0,-11262.1,-3059.61,-0.306684,0.255664,180,0,0,19,0,0,0), - (95043,16781,0,16438,0,-11258.4,-3058.96,-0.163597,3.20247,180,0,0,19,0,0,0), - (61604,2181,1,0,0,7589.85,-874.228,14.759,0.317216,275,10,0,417,0,0,1), - (61607,2181,1,0,0,7593.18,-920.479,19.36,0.7649,275,10,0,417,0,0,1), - (95003,16788,1,16338,0,8711.14,934.723,14.8204,2.37315,180,0,0,6900,0,0,0), - (95041,16781,0,16448,0,-11267.5,-3052.15,0.116553,3.09881,180,0,0,19,0,0,0), - (95022,16781,0,16431,0,1935.46,-4415.73,74.2956,3.64351,180,0,0,19,0,0,0), - (95023,16781,0,16448,0,1933.09,-4417.37,74.5526,0.741458,180,0,0,19,0,0,0), - (95024,16781,0,16432,0,100.626,-3959.24,138.659,3.50015,180,0,0,19,0,0,0), - (95025,16781,0,16445,0,95.1381,-3960.27,138.861,0.185771,180,0,0,19,0,0,0), - (95026,16781,0,16433,0,-7190.33,-1049.59,240.59,4.65538,180,0,0,19,0,0,0), - (95027,16781,0,16442,0,-7180.49,-1053.55,241.471,4.87529,180,0,0,19,0,0,0), - (95028,16781,0,16448,0,-7179.44,-1057.86,241.513,1.71406,180,0,0,19,0,0,0), - (95040,16781,0,16412,0,-11273,-3051.26,0.159584,6.07021,180,0,0,19,0,0,0), - (94814,17066,1,11686,0,8727.2,965.526,19.0808,-0.767945,300,5,0,300,0,0,1), - (94815,17066,1,11686,0,-1025.2,313.878,141.882,0.331613,300,5,0,300,0,0,1), - (61586,2234,1,0,0,5667.02,510.826,4.15598,2.76621,275,10,0,198,0,0,1), - (61587,2181,1,0,0,7581.37,-831.822,14.9534,2.36711,275,10,0,417,0,0,1), - (98628,11283,0,0,0,1111.49,-2556.4,59.2532,0.365222,0,0,0,42,0,0,2), - (98629,11316,0,0,0,1223.27,-2506.41,72.9261,4.10152,0,0,0,1684,0,0,0), - (98631,11281,0,0,0,1098.49,-2523.82,61.3707,4.6691,1272,0,0,3748,0,0,0), - (95052,16781,1,16432,0,6499.05,-2501.12,568.843,3.5977,180,0,0,19,0,0,0), - (95053,16781,1,16435,0,6495.34,-2503.62,568.828,0.569987,180,0,0,19,0,0,0), - (98638,11277,0,11014,0,1090.52,-2541.25,59.2419,2.70896,1272,0,0,4356,0,0,2), - (60792,7015,1,0,0,7410.98,-9.27966,0.831176,1.88702,9900,15,0,356,0,0,1), - (61526,2234,1,0,0,6027.74,554.244,1.12908,4.45806,275,10,0,198,0,0,1), - (61527,2234,1,0,0,5978.65,519.066,4.57117,3.43862,275,10,0,198,0,0,1), - (61537,2234,1,0,0,5952.73,552.479,0.820908,4.69525,275,10,0,198,0,0,1), - (98617,11277,0,0,0,1093.95,-2528.63,61.2475,5.74213,0,0,0,4356,0,0,0), - (98618,11277,0,0,0,1095.56,-2529.47,61.1291,2.37365,0,0,0,4356,0,0,0), - (98619,11277,0,0,0,1148.08,-2559.31,60.1493,4.15388,0,0,0,4356,0,0,0), - (98620,11277,0,0,0,1146.79,-2561.22,60.1145,0.959931,0,0,0,4356,0,0,0), - (98621,11279,0,0,0,1064.06,-2519.78,60.2259,3.19395,0,0,0,3632,0,0,0), - (98622,11279,0,0,0,1056.5,-2536.54,59.9694,2.35619,0,0,0,3632,0,0,0), - (98623,11279,0,0,0,1245.02,-2597.47,90.3675,3.52556,0,0,0,3632,0,0,0), - (98624,11280,0,0,0,1180.07,-2536.72,85.3681,1.0821,0,0,0,3632,0,0,0), - (98625,11280,0,0,0,1187.12,-2532.58,85.3681,2.16421,0,0,0,3632,0,0,0), - (98626,11280,0,0,0,1208.19,-2583.32,98.2479,2.72271,0,0,0,3632,0,0,0), - (98627,11282,0,0,0,1113.59,-2555.59,59.2532,3.50681,0,0,0,42,0,0,2), - (94852,17066,0,11686,0,-8843.22,845.657,105.596,3.14159,300,5,0,300,0,0,1), - (94853,17066,0,11686,0,-4703.92,-1237.25,508.243,-2.67035,300,5,0,300,0,0,1), - (94854,17066,1,11686,0,1940.93,-4322.39,27.7612,-2.25148,300,5,0,300,0,0,1), - (94855,16817,1,16354,0,8701.29,939.087,14.0808,1.67158,300,0,0,6900,0,0,0), - (94857,16817,0,16354,0,-4702.79,-1218.05,501.743,1.93731,300,0,0,6900,0,0,0), - (94858,16818,1,16355,0,-1038.96,291.748,135.723,4.21464,300,0,0,6900,0,0,0), - (94861,16818,1,16355,0,1946.98,-4280.55,29.4289,4.53894,300,0,0,6900,0,0,0), - (95016,16781,0,16433,0,-267.349,1158.93,63.5688,2.18831,180,0,0,19,0,0,0), - (95017,16781,0,16444,0,-270.508,1160.89,63.7283,6.27631,180,0,0,19,0,0,0), - (95018,16781,0,16431,0,-276.193,1164.75,63.9538,3.18576,180,0,0,19,0,0,0), - (95019,16781,0,16412,0,-279.931,1163.62,64.1282,0.314335,180,0,0,19,0,0,0), - (95020,16781,0,16433,0,1925.09,-4406.5,73.981,3.74102,180,0,0,19,0,0,0), - (95021,16781,0,16442,0,1922.74,-4407.93,74.0464,0.564086,180,0,0,19,0,0,0), - (98713,10817,0,0,0,2176.73,-3655.03,173.374,2.67697,28800,5,0,3398,0,0,1), - (98714,10817,0,0,0,2208.08,-2801.23,86.7184,3.35556,28800,5,0,3398,0,0,1), - (98715,10817,0,0,0,1931.66,-2674.2,61.8024,2.96914,28800,5,0,3398,0,0,1), - (98716,10817,0,0,0,1727.15,-3039.13,76.1341,5.21066,28800,5,0,3398,0,0,1), - (98717,10817,0,0,0,1827.76,-3271.44,125.274,3.4066,28800,5,0,3398,0,0,1), - (95054,16781,1,16435,0,1924.7,-2034.78,103.632,2.35775,180,0,0,19,0,0,0), - (95055,16781,1,16438,0,1921.6,-2031.73,103.454,5.60538,180,0,0,19,0,0,0), - (95000,16817,0,16354,0,-8829.29,853.588,99.1805,6.00932,180,0,0,6900,0,0,0), - (95001,16788,0,16338,0,-8828.25,864.705,98.8616,6.0495,180,0,0,6900,0,0,0), - (95002,16788,0,16339,0,-4699.39,-1215.96,501.66,1.58194,180,0,0,6900,0,0,0), - (95007,16818,0,0,0,1636.23,235.525,62.5917,3.91,180,0,0,6900,0,0,0), - (95009,16788,1,0,0,-1032.18,291.725,135.746,5.1689,180,0,0,6900,0,0,0), - (95034,16781,1,16434,0,-6392.39,-184.936,7.268,1.88362,180,0,0,19,0,0,0), - (95014,16781,0,16431,0,-2629.91,-2517.42,81.1789,2.22602,180,0,0,19,0,0,0), - (95015,16781,0,16413,0,-317.228,-680.391,54.6955,3.72061,180,0,0,19,0,0,0), - (154717,4075,289,0,0,182.771,69.4884,104.798,0,7200,3,0,8,0,0,1), - (98712,10817,0,0,0,2189.54,-3599.32,173.598,3.03903,28800,5,0,3398,0,0,1), - (42162,14479,1,0,0,-6732.62,1586.9,10.0353,0.605227,21000,0,0,3297,2434,0,2), - (42161,14479,1,0,0,-7023.3,1197.83,6.6392,0.272048,21000,0,0,3297,2434,0,2), - (94919,15895,1,15871,0,10140.4,2579.71,1323.37,4.38697,600,0,0,5800,5013,0,0), - (94920,15898,1,15870,0,10141.7,2604.31,1330.83,6.17347,600,0,0,1500,5013,0,0), - (94921,15897,1,15294,0,10150.1,2602.49,1330.83,4.36754,180,0,0,8,0,0,0), - (94924,15893,1,0,0,10150.9,2602.31,1330.91,2.47837,300,0,0,4120,0,0,0), - (94925,15894,1,0,0,10150.8,2602.45,1330.91,6.23082,300,0,0,4120,0,0,0), - (94926,15892,1,0,0,10149.8,2607.96,1330.83,4.84179,25,0,0,5725,0,0,0), - (94927,15892,1,0,0,10155.8,2601.27,1330.83,2.8211,25,0,0,5725,0,0,0), - (94928,15892,1,0,0,10145.7,2598.17,1330.83,0.767279,25,0,0,5725,0,0,0), - (98413,2598,0,0,0,-1591.13,-1820.86,68.4433,6.06582,37800,15,0,5900,2472,0,1), - (98414,2598,0,0,0,-1585.68,-1875.03,68.5506,4.03556,39600,15,0,5900,2472,0,1), - (98415,2598,0,0,0,-1589.3,-1938.86,68.114,2.32889,41400,15,0,5900,2472,0,1), - (98416,2598,0,0,0,-1646.1,-1920.32,69.4385,0.0716586,43200,15,0,5900,2472,0,1), - (98417,2598,0,0,0,-1628.31,-1804.65,80.3985,6.20562,45000,15,0,5900,2472,0,1), - (98418,2598,0,0,0,-1625.96,-1775.05,81.358,4.22406,46800,15,0,5900,2472,0,1), - (98419,2598,0,0,0,-1626.65,-1841.62,81.0466,2.54567,48600,15,0,5900,2472,0,1), - (98420,2598,0,0,0,-1630.42,-1875.62,81.3895,2.775,50400,15,0,5900,2472,0,1), - (98421,2598,0,0,0,-1649.14,-1884.74,81.3463,1.66524,52200,15,0,5900,2472,0,1), - (98422,2598,0,0,0,-1683.97,-1936.37,80.8615,0.576676,54000,15,0,5900,2472,0,1), - (98423,2598,0,0,0,-1713.69,-1898.37,80.6019,0.981944,55800,15,0,5900,2472,0,1), - (98424,2598,0,0,0,-1710.18,-1864.16,81.2741,5.92131,55800,15,0,5900,2472,0,1), - (98425,2598,0,0,0,-1691.06,-1852.88,81.2321,4.78563,57600,15,0,5900,2472,0,1), - (98426,2598,0,0,0,-1649.22,-1776.27,80.1481,5.3574,57600,15,0,5900,2472,0,1), - (98433,2601,0,0,0,-1738.22,-1601.45,53.2228,2.1239,115200,5,0,6605,1381,0,1), - (98434,2601,0,0,0,-1716.9,-1615,60.2369,4.68194,129600,5,0,6605,1381,0,1), - (98435,2601,0,0,0,-1780.37,-1566.5,53.0015,5.26628,151200,5,0,6605,1381,0,1), - (98436,2601,0,0,0,-1779.62,-1511.24,64.9212,5.30791,172800,5,0,6605,1381,0,1), - (98437,2602,0,0,0,-1784.11,-1517.2,99.3032,0.734533,86400,10,0,3540,1236,0,1), - (98438,2602,0,0,0,-1778.67,-1513.1,85.2275,2.0972,108000,0,0,3540,1236,0,0), - (98439,2603,0,0,0,-1183.81,-1959.94,23.8922,5.47058,18000,5,0,1468,0,0,1), - (98440,2603,0,0,0,-1190.39,-2054.76,42.7914,0.52729,23400,5,0,1468,0,0,1), - (98441,2603,0,0,0,-1242.3,-2010.12,43.5562,5.27031,28800,5,0,1468,0,0,1), - (98442,2604,0,0,0,-2046.36,-2832.81,79.0512,6.2662,37800,5,0,1678,0,0,1), - (98443,2604,0,0,0,-2057.56,-2783.1,68.2471,5.40148,46800,5,0,1678,0,0,1), - (98444,2604,0,0,0,-2089.58,-2842.39,77.9905,1.04566,57600,5,0,1678,0,0,1), - (98445,2605,0,0,0,-1896.03,-3200.38,56.5808,0.222563,172800,15,0,1410,2566,0,1), - (98446,2605,0,0,0,-1869.64,-3065.85,57.8812,4.9428,187200,15,0,1410,2566,0,1), - (98447,2605,0,0,0,-2016.67,-3310.62,54.451,3.81497,201600,15,0,1410,2566,0,1), - (98448,2605,0,0,0,-2001.7,-3394.99,51.7799,1.32997,208800,15,0,1410,2566,0,1), - (98449,2605,0,0,0,-2044.1,-3360.27,60.5498,1.39124,223200,15,0,1410,2566,0,1), - (98450,2605,0,0,0,-2096.12,-3256.14,67.2604,2.03526,230400,15,0,1410,2566,0,1), - (98451,2605,0,0,0,-2069.06,-3294.25,67.1993,3.35238,237600,15,0,1410,2566,0,1), - (98452,2605,0,0,0,-2094.77,-3270.24,51.2678,4.58624,248400,15,0,1410,2566,0,1), - (98453,2605,0,0,0,-2086.93,-3353.98,58.4289,3.96417,255600,15,0,1410,2566,0,1), - (98454,2605,0,0,0,-2039.03,-3326.69,59.1783,0.897185,259200,15,0,1410,2566,0,1), - (98455,2606,0,0,0,-1891.28,-3193.53,56.5804,5.02996,18000,0,0,1536,0,0,0), - (98456,2606,0,0,0,-1925.55,-3183.72,66.5743,0.0685932,19800,0,0,1536,0,0,0), - (98457,2606,0,0,0,-1874.22,-3074.71,57.881,0.891691,21600,0,0,1536,0,0,0), - (98458,2606,0,0,0,-1867.52,-3033.69,61.0139,4.9145,23400,0,0,1536,0,0,0), - (98459,2606,0,0,0,-1779.37,-3165.69,38.3507,0.597956,25200,0,0,1536,0,0,0), - (98460,2606,0,0,0,-1757.33,-3143.08,30.4593,0.68592,27000,0,0,1536,0,0,0), - (98461,2606,0,0,0,-1668.2,-3257.49,25.72,3.02326,28800,0,0,1536,0,0,0), - (98462,2606,0,0,0,-1656.75,-3229.58,33.9281,1.72972,30600,0,0,1536,0,0,0), - (98463,2606,0,0,0,-1605.36,-3371.86,33.7164,4.9742,32400,0,0,1536,0,0,0), - (98464,2606,0,0,0,-1691.06,-3512.57,60.4645,2.31562,34200,0,0,1536,0,0,0), - (98465,2606,0,0,0,-1712.54,-3474.9,53.4503,0.799801,36000,0,0,1536,0,0,0), - (98466,2606,0,0,0,-1721.66,-3374.17,30.6099,0.821793,23400,0,0,1536,0,0,0), - (98467,2606,0,0,0,-1795.78,-3410.73,45.3867,2.14283,27000,0,0,1536,0,0,0), - (98468,2606,0,0,0,-1819.06,-3396.83,45.8177,1.75877,30600,0,0,1536,0,0,0), - (98469,2606,0,0,0,-1902.65,-3345.62,61.8936,1.5208,34200,0,0,1536,0,0,0), - (98616,8976,0,0,0,-8203.09,-922.076,133.28,0.964897,151200,5,0,15260,0,0,2), - (98892,2283,0,0,0,-298.366,1062.99,117.724,3.77736,14400,0,0,508,545,0,0), - (99290,3854,33,203,0,-225.25,2303.56,94.6765,2.77875,7200,10,0,1452,0,0,2), - (99291,3872,33,3224,0,-192.012,2124.54,97.3899,4.29002,3600,0,0,2097,0,0,2), - (99966,15309,1,14616,0,2060.53,-4682.64,25.5492,1.41372,180,0,0,64,0,0,0), - (100000,14990,1,0,0,1936.4,-4710.2,36.4882,1.29584,370,0,0,2471,0,0,0), - (100001,14990,1,0,0,1937.07,-4707.49,35.4933,4.4123,370,0,0,2471,0,0,0), - (100006,14990,1,0,0,1660.82,-4385.81,23.9178,4.17041,370,0,0,2471,0,0,0), - (100007,14990,1,0,0,1658.83,-4388.91,23.681,1.01544,370,0,0,2471,0,0,0), - (100012,14990,1,0,0,1665.79,-4344.94,61.2469,5.42626,370,0,0,2471,0,0,0), - (100013,14990,1,0,0,1667.51,-4347,61.2465,2.33336,370,0,0,2471,0,0,0), - (100018,14990,1,0,0,1743.72,-3967.15,49.1537,0.42906,370,0,0,2471,0,0,0), - (100019,14990,1,0,0,1747.21,-3965.75,49.6639,3.57536,370,0,0,2471,0,0,0), - (100024,15300,531,0,0,-7993.78,1296.72,-73.4204,0.117071,600,0,0,6104,0,0,2), - (100025,15300,531,0,0,-7900.87,1454.27,-65.4721,3.03484,600,0,0,6104,0,0,2), - (100026,15300,531,0,0,-7916.07,1352.81,-80.7444,2.06095,600,0,0,6104,0,0,2), - (100027,15300,531,0,0,-8178.91,1626.81,-38.5993,6.27461,600,0,0,6104,0,0,2), - (100028,15300,531,0,0,-8028.24,1537.08,-68.551,1.25151,600,0,0,6104,0,0,2), - (100029,15300,531,0,0,-8151.91,1683.58,-35.064,0.997254,25,0,0,6104,0,0,2), - (100030,15300,531,0,0,-8143.83,1680.36,-36.8913,1.37032,25,0,0,6104,0,0,2), - (100031,15300,531,0,0,-8155.89,1656.46,-36.6213,4.66113,25,0,0,6104,0,0,2), - (100032,15300,531,0,0,-8146.93,1654.94,-39.0507,5.46043,25,0,0,6104,0,0,2), - (100033,15300,531,0,0,-8140.1,1654.63,-40.9871,3.90142,25,0,0,6104,0,0,2), - (100034,15300,531,0,0,-8097.69,1677.18,-46.6527,1.45097,25,0,0,6104,0,0,2), - (100035,15300,531,0,0,-8082.36,1672.86,-49.886,1.08576,25,0,0,6104,0,0,2), - (100036,15300,531,0,0,-8074.13,1670.27,-51.7419,1.50202,25,0,0,6104,0,0,2), - (100037,15300,531,0,0,-8092.92,1646.82,-51.7886,4.82032,25,0,0,6104,0,0,2), - (100038,15300,531,0,0,-8083.76,1645.71,-53.4859,4.44333,25,0,0,6104,0,0,2), - (100039,15300,531,0,0,-8038.04,1617.23,-58.9706,4.01136,25,0,0,6104,0,0,2), - (100040,15300,531,0,0,-8032.81,1609.92,-58.9855,3.57547,25,0,0,6104,0,0,2), - (100041,15300,531,0,0,-8026.85,1601.87,-59.2286,4.01922,25,0,0,6104,0,0,2), - (100042,15300,531,0,0,-8010.7,1629.41,-55.9585,0.763744,25,0,0,6104,0,0,2), - (100043,15300,531,0,0,-8004.81,1619.16,-55.9296,0.367114,25,0,0,6104,0,0,2), - (100044,15300,531,0,0,-7955.46,1567.96,-60.14,0.355335,25,0,0,6104,0,0,2), - (100045,15300,531,0,0,-7954.29,1559.61,-59.2075,0.787301,25,0,0,6104,0,0,2), - (100046,15300,531,0,0,-7988.04,1556.15,-62.2475,3.51264,25,0,0,6104,0,0,2), - (100047,15300,531,0,0,-7984.52,1544.02,-61.783,3.59118,25,0,0,6104,0,0,2), - (100048,15300,531,0,0,-7978.61,1536.56,-61.2493,3.05728,25,0,0,6104,0,0,2), - (100049,15300,531,0,0,-7933.99,1528.87,-59.3506,0.56364,25,0,0,6104,0,0,2), - (100050,15300,531,0,0,-7927.1,1518.31,-59.8772,0.504736,25,0,0,6104,0,0,2), - (100051,15300,531,0,0,-7919.57,1503.18,-61.1164,0.72072,25,0,0,6104,0,0,2), - (100052,15300,531,0,0,-7956.03,1498.89,-62.7101,3.70131,25,0,0,6104,0,0,2), - (100053,15300,531,0,0,-7950.35,1486.19,-63.6835,3.5835,25,0,0,6104,0,0,2), - (100054,15300,531,0,0,-7939.05,1461.67,-65.5573,3.97228,25,0,0,6104,0,0,2), - (100055,15300,531,0,0,-7933.14,1453.04,-65.9931,3.58744,25,0,0,6104,0,0,2), - (100056,15300,531,0,0,-7905.02,1483.67,-62.1704,0.214149,25,0,0,6104,0,0,2), - (100057,15300,531,0,0,-7903.83,1475.95,-62.6927,0.0295802,25,0,0,6104,0,0,2), - (100058,15300,531,0,0,-7898.17,1467.61,-63.6354,0.95635,25,0,0,6104,0,0,2), - (100059,15300,531,0,0,-7892.48,1436.52,-65.248,6.26564,25,0,0,6104,0,0,2), - (100060,15300,531,0,0,-7892.72,1423.1,-65.0326,6.26564,25,0,0,6104,0,0,2), - (100061,15300,531,0,0,-7892.91,1410.22,-63.4462,6.06537,25,0,0,6104,0,0,2), - (100062,15300,531,0,0,-7924.16,1423.37,-65.9866,3.54817,25,0,0,6104,0,0,2), - (100063,15300,531,0,0,-7925.63,1411.74,-65.4696,2.85702,25,0,0,6104,0,0,2), - (100064,15300,531,0,0,-7902.7,1378.24,-65.2342,5.73156,25,0,0,6104,0,0,2), - (100065,15300,531,0,0,-7911.7,1360.41,-75.5703,6.26562,25,0,0,6104,0,0,2), - (100066,15300,531,0,0,-7927.78,1389.76,-69.207,2.76274,25,0,0,6104,0,0,2), - (100067,15300,531,0,0,-7934.35,1379.3,-75.0041,2.79809,25,0,0,6104,0,0,2), - (100068,15300,531,0,0,-7938.31,1372.44,-78.6646,2.30328,25,0,0,6104,0,0,2), - (100069,15300,531,0,0,-7954.91,1346.17,-91.3736,2.95124,25,0,0,6104,0,0,2), - (100070,15300,531,0,0,-7957.89,1340.55,-92.2773,2.35041,25,0,0,6104,0,0,2), - (100071,15300,531,0,0,-7961.58,1338.28,-92.5122,2.26794,25,0,0,6104,0,0,2), - (100072,15300,531,0,0,-7927.91,1328.98,-90.0845,5.75903,25,0,0,6104,0,0,2), - (100073,15300,531,0,0,-7931.44,1320.43,-90.7048,5.9004,25,0,0,6104,0,0,2), - (100074,15300,531,0,0,-7955.33,1285.46,-75.8756,5.86897,25,0,0,6104,0,0,2), - (100075,15300,531,0,0,-7960.7,1280.41,-74.0242,5.46841,25,0,0,6104,0,0,2), - (100076,15300,531,0,0,-7966.94,1274.83,-72.2539,5.28777,25,0,0,6104,0,0,2), - (100077,15300,531,0,0,-7984.68,1306.69,-76.9572,2.28755,25,0,0,6104,0,0,2), - (100078,15300,531,0,0,-7992.33,1299.07,-73.907,2.38965,25,0,0,6104,0,0,2), - (100079,15300,531,0,0,-8010.07,1556.86,-66.0498,6.13207,25,0,0,6104,0,0,2), - (100080,15300,531,0,0,-8006.82,1543.54,-67.21,5.23672,25,0,0,6104,0,0,2), - (100081,15300,531,0,0,-8017.46,1537.06,-68.3982,5.16996,25,0,0,6104,0,0,2), - (100082,15300,531,0,0,-8029.9,1534.66,-67.7641,3.74839,25,0,0,6104,0,0,2), - (100083,15300,531,0,0,-8037.53,1551.55,-65.436,4.35313,25,0,0,6104,0,0,2), - (100084,15300,531,0,0,-8086.99,1594.64,-56.3736,3.64627,25,0,0,6104,0,0,2), - (100085,15300,531,0,0,-8102.56,1599.93,-52.4198,4.27066,25,0,0,6104,0,0,2), - (100086,15300,531,0,0,-8083.74,1627.62,-55.802,0.677463,25,0,0,6104,0,0,2), - (100087,15300,531,0,0,-8092.37,1633.6,-54.2377,0.591069,25,0,0,6104,0,0,2), - (100088,15300,531,0,0,-8103.81,1633.72,-51.8934,1.63565,25,0,0,6104,0,0,2), - (100089,15300,531,0,0,-8160.83,1643.41,-39.0456,1.993,25,0,0,6104,0,0,2), - (100090,15300,531,0,0,-8169.88,1639.22,-37.8916,1.81236,25,0,0,6104,0,0,2), - (100091,15300,531,0,0,-8183.57,1625.28,-38.3053,3.16718,25,0,0,6104,0,0,2), - (100092,15300,531,0,0,-8170.25,1613.96,-37.8223,3.76409,25,0,0,6104,0,0,2), - (100093,15300,531,0,0,-8154.58,1613.1,-40.6671,4.60448,25,0,0,6104,0,0,2), - (100094,15300,531,0,0,-8141.59,1618.79,-44.4073,1.09561,25,3,0,6104,0,0,1), - (100095,15300,531,0,0,-8146.63,1630.9,-44.1322,4.89694,25,3,0,6104,0,0,1), - (100096,15300,531,0,0,-8135.43,1631.47,-46.5684,5.78837,25,3,0,6104,0,0,1), - (100097,15300,531,0,0,-8133.37,1618.01,-46.1968,4.23721,25,3,0,6104,0,0,1), - (100098,15300,531,0,0,-8123.08,1621.73,-48.9008,4.69668,25,3,0,6104,0,0,1), - (100099,15300,531,0,0,-8058.98,1603.74,-60.8129,5.64309,25,3,0,6104,0,0,1), - (100100,15300,531,0,0,-8066.26,1588.63,-60.3355,0.467302,25,3,0,6104,0,0,1), - (100101,15300,531,0,0,-8055.04,1594.16,-61.7872,0.255245,25,3,0,6104,0,0,1), - (100102,15300,531,0,0,-8045.94,1582.88,-62.963,3.06697,25,3,0,6104,0,0,1), - (100103,15300,531,0,0,-8056.08,1575.86,-61.9269,1.92029,25,3,0,6104,0,0,1), - (100104,15300,531,0,0,-8123.56,1664.96,-44.7682,1.12703,25,3,0,6104,0,0,1), - (100105,15300,531,0,0,-8116.73,1672.42,-45.0716,5.91404,25,3,0,6104,0,0,1), - (100106,15300,531,0,0,-8110.89,1666.14,-47.5713,0.730411,25,3,0,6104,0,0,1), - (100107,15300,531,0,0,-8120.39,1655.36,-45.4953,3.39291,25,3,0,6104,0,0,1), - (100108,15300,531,0,0,-8110.65,1656.6,-47.6053,0.223829,25,3,0,6104,0,0,1), - (100109,15300,531,0,0,-8065.5,1646.8,-56.9744,4.46892,25,3,0,6104,0,0,1), - (100110,15300,531,0,0,-8057.75,1657.39,-56.7635,0.345577,25,3,0,6104,0,0,1), - (100111,15300,531,0,0,-8051.19,1646.17,-58.7525,1.936,25,3,0,6104,0,0,1), - (100112,15300,531,0,0,-8034.28,1645.71,-58.6551,3.03163,25,3,0,6104,0,0,1), - (100113,15300,531,0,0,-8044.81,1637.32,-59.3035,1.66111,25,3,0,6104,0,0,1), - (100114,15300,531,0,0,-8000.74,1603.92,-58.2238,0.058896,25,3,0,6104,0,0,1), - (100115,15300,531,0,0,-8004.46,1595.16,-60.0936,1.4137,25,3,0,6104,0,0,1), - (100116,15300,531,0,0,-8004.39,1584.71,-61.3655,5.75303,25,3,0,6104,0,0,1), - (100117,15300,531,0,0,-7990.87,1591.82,-60.1732,1.38228,25,3,0,6104,0,0,1), - (100118,15300,531,0,0,-7988.7,1582.18,-61.9322,3.63639,25,3,0,6104,0,0,1), - (100119,15300,531,0,0,-7968.4,1534.75,-62.2,5.76873,25,3,0,6104,0,0,1), - (100120,15300,531,0,0,-7966.6,1524.35,-60.7253,5.08936,25,3,0,6104,0,0,1), - (100121,15300,531,0,0,-7957.36,1529.05,-61.9553,4.84982,25,3,0,6104,0,0,1), - (100122,15300,531,0,0,-7955.58,1541.32,-60.0864,4.51996,25,3,0,6104,0,0,1), - (100123,15300,531,0,0,-7949.78,1521.61,-62.8666,5.37603,25,3,0,6104,0,0,1), - (100124,15300,531,0,0,-7935.93,1492.89,-64.4751,5.69018,25,3,0,6104,0,0,1), - (100125,15300,531,0,0,-7924.78,1493.23,-63.8897,1.35478,25,3,0,6104,0,0,1), - (100126,15300,531,0,0,-7927.27,1483.37,-65.3713,5.86768,25,3,0,6104,0,0,1), - (100127,15300,531,0,0,-7919.96,1484.46,-64.4396,0.931454,25,3,0,6104,0,0,1), - (100128,15300,531,0,0,-7928.3,1475.41,-65.5043,3.99452,25,3,0,6104,0,0,1), - (100129,15300,531,0,0,-7908.9,1454.73,-66.5743,4.93699,25,3,0,6104,0,0,1), - (100130,15300,531,0,0,-7917.04,1454.08,-67.0028,3.09523,25,3,0,6104,0,0,1), - (100131,15300,531,0,0,-7919.39,1441.46,-67.0756,0.193176,25,3,0,6104,0,0,1), - (100132,15300,531,0,0,-7908.78,1440.01,-67.8747,1.3163,25,3,0,6104,0,0,1), - (100133,15300,531,0,0,-7911.98,1432.63,-67.9923,5.75771,25,3,0,6104,0,0,1), - (100134,15300,531,0,0,-7911.8,1398.49,-68.1913,4.44658,25,3,0,6104,0,0,1), - (100135,15300,531,0,0,-7909.23,1408.73,-66.6846,2.03149,25,3,0,6104,0,0,1), - (100136,15300,531,0,0,-7915.26,1390.54,-69.1101,1.95847,25,3,0,6104,0,0,1), - (100137,15300,531,0,0,-7905.77,1392.95,-65.5573,0.792148,25,3,0,6104,0,0,1), - (100138,15300,531,0,0,-7920.05,1398.94,-65.7976,0.756802,25,3,0,6104,0,0,1), - (100139,15300,531,0,0,-7937.41,1349.51,-87.4455,5.08322,25,3,0,6104,0,0,1), - (100140,15300,531,0,0,-7939.03,1356.58,-86.1798,1.58035,25,3,0,6104,0,0,1), - (100141,15300,531,0,0,-7927.5,1364.66,-80.3759,6.08854,25,3,0,6104,0,0,1), - (100142,15300,531,0,0,-7924.32,1355.06,-83.1092,5.52305,25,3,0,6104,0,0,1), - (100143,15300,531,0,0,-7928.88,1347.19,-86.9902,3.80696,25,3,0,6104,0,0,1), - (100144,15300,531,0,0,-7950.73,1314.38,-88.4173,1.96519,25,3,0,6104,0,0,1), - (100145,15300,531,0,0,-7958.72,1319.5,-89.1675,0.983445,25,3,0,6104,0,0,1), - (100146,15300,531,0,0,-7966.31,1313.24,-85.2688,5.60943,25,3,0,6104,0,0,1), - (100147,15300,531,0,0,-7961.02,1308.4,-83.093,5.14211,25,3,0,6104,0,0,1), - (100148,15300,531,0,0,-7970.88,1300.28,-77.6397,1.1248,25,3,0,6104,0,0,1), - (100149,15300,531,0,0,-7981.33,1277.56,-73.0145,4.49416,25,3,0,6104,0,0,1), - (100150,15300,531,0,0,-7990.84,1284.19,-73.246,2.86838,25,3,0,6104,0,0,1), - (100151,15300,531,0,0,-7999.84,1280.3,-73.5742,3.48885,25,3,0,6104,0,0,1), - (100152,15300,531,0,0,-8002.12,1272,-75.106,0.347253,25,3,0,6104,0,0,1), - (100153,15300,531,0,0,-7990.16,1271.49,-73.552,3.17861,25,3,0,6104,0,0,1), - (100154,15300,531,0,0,-8170.39,1671.74,-34.1637,1.46392,600,7,0,6104,0,0,1), - (100155,15300,531,0,0,-8136.54,1667.55,-41.6797,5.1867,600,7,0,6104,0,0,1), - (100156,15300,531,0,0,-8088.72,1661.32,-52.4956,2.61059,600,7,0,6104,0,0,1), - (100157,15300,531,0,0,-8025.93,1624.75,-59.5738,5.46944,600,7,0,6104,0,0,1), - (100158,15300,531,0,0,-7971.72,1558.26,-61.7702,4.80185,600,7,0,6104,0,0,1), - (100159,15300,531,0,0,-7937.95,1506.14,-63.9069,2.48885,600,7,0,6104,0,0,1), - (100160,15300,531,0,0,-7917.18,1468.28,-66.1857,5.91711,600,7,0,6104,0,0,1), - (100161,15300,531,0,0,-7907.87,1421.26,-67.6966,4.09891,600,7,0,6104,0,0,1), - (100162,15300,531,0,0,-7919.02,1376.99,-73.703,0.305435,600,7,0,6104,0,0,1), - (100163,15300,531,0,0,-7945.34,1330.44,-91.3514,3.31744,600,7,0,6104,0,0,1), - (100164,15300,531,0,0,-7977.33,1290.18,-73.9862,1.3618,600,7,0,6104,0,0,1), - (100165,15300,531,0,0,-8004.93,1257.44,-77.3865,5.60294,600,7,0,6104,0,0,1), - (100166,15300,531,0,0,-8022.86,1549.83,-67.2795,4.19316,600,7,0,6104,0,0,1), - (100167,15300,531,0,0,-8072.29,1604.66,-59.0491,1.78278,600,7,0,6104,0,0,1), - (100168,15300,531,0,0,-8106.03,1618.51,-52.4449,3.80125,600,7,0,6104,0,0,1), - (100169,15300,531,0,0,-8163.36,1627.11,-40.2685,2.93732,600,7,0,6104,0,0,1), - (104265,7772,1,0,0,-3285.62,2004.17,245.867,2.53433,900,0,0,3857,0,0,0), - (105970,15077,0,0,0,-14439.3,475.42,15.892,3.68503,300,0,0,3517,0,0,0), - (105971,2624,0,0,0,-12194,769.859,-15.9318,1.96466,300,0,0,3036,3191,0,2), - (107578,12758,249,0,0,-27.0481,-219.097,-89.2858,4.76475,180,0,0,42,0,0,0), - (122716,14338,429,0,0,581.082,523.293,-25.3194,2.72271,7200,0,0,3517,0,0,0), - (124598,14449,469,0,0,-7615.51,-1025.59,413.465,5.23599,300,0,0,42,0,0,0), - (125681,12798,1,0,0,1656.62,-4224.73,56.3759,1.68466,300,0,0,4079,0,0,0), - (125682,12797,1,0,0,1643.48,-4217.4,56.3819,0.446869,300,0,0,4079,0,0,0), - (127618,16137,533,0,0,2692.16,-3430.75,268.646,1.6057,3600,0,0,42,0,0,0), - (127619,16137,533,0,0,2733.46,-3349.39,267.768,1.78024,3600,0,0,42,0,0,0), - (127620,16137,533,0,0,2739.99,-3321.73,284.232,2.82743,3600,0,0,42,0,0,0), - (127621,16137,533,0,0,2692.21,-3428.78,268.646,1.48353,3600,0,0,42,0,0,0), - (127622,16137,533,0,0,2739.99,-3399.78,284.295,6.10865,3600,0,0,42,0,0,0), - (127623,16137,533,0,0,2714.56,-3430.61,268.646,1.41372,3600,0,0,42,0,0,0), - (127624,16137,533,0,0,2683.89,-3304.21,267.768,2.49582,3600,0,0,42,0,0,0), - (127625,16137,533,0,0,2669.58,-3428.86,268.646,1.37881,3600,0,0,42,0,0,0), - (127626,16137,533,0,0,2700.27,-3322.35,267.768,3.52556,3600,0,0,42,0,0,0), - (127627,16137,533,0,0,2643.73,-3399.68,284.183,6.0912,3600,0,0,42,0,0,0), - (127628,16137,533,0,0,2664.87,-3340.75,267.767,5.93412,3600,0,0,42,0,0,0), - (127629,16137,533,0,0,2725.82,-3309.57,267.769,2.82743,3600,0,0,42,0,0,0), - (127630,16137,533,0,0,2643.73,-3321.73,284.233,6.19592,3600,0,0,42,0,0,0), - (127631,16400,533,0,0,3178.61,-3263.67,316.428,0.760995,3600,0,0,4244,0,0,0), - (127632,16400,533,0,0,3252.53,-3188.57,318.109,0.742117,3600,0,0,4244,0,0,0), - (127633,16400,533,0,0,3230.18,-3211.59,316.593,0.783571,3600,0,0,4244,0,0,0), - (127634,16400,533,0,0,3217.32,-3224.75,316.058,0.825181,3600,0,0,4244,0,0,0), - (127635,16400,533,0,0,3190.63,-3252.56,315.568,3.91208,3600,0,0,4244,0,0,0), - (127636,16400,533,0,0,3200.39,-3242.83,315.141,3.95566,3600,0,0,4244,0,0,0), - (127637,16400,533,0,0,3238.55,-3203.86,316.919,3.83134,3600,0,0,4244,0,0,0), - (127676,15384,533,0,0,3270.13,-3169.95,297.506,5.88176,3600,0,0,42,0,0,0), - (127677,15384,533,0,0,3255.71,-3135.68,297.506,1.8675,3600,0,0,42,0,0,0), - (127678,15384,533,0,0,3005.59,-3434.15,304.278,3.35103,3600,0,0,42,0,0,0), - (127679,15384,533,0,0,3307.3,-3183.45,297.506,5.74213,3600,0,0,42,0,0,0), - (127680,15384,533,0,0,2772.57,-3685.28,273.749,6.21337,3600,0,0,42,0,0,0), - (127706,14881,533,0,0,3287.81,-3450.87,287.077,3.4216,3600,5,0,42,0,0,1), - (127707,14881,533,0,0,3337.11,-3490.32,287.087,3.53,3600,0,0,42,0,0,0), - (127708,14881,533,0,0,3127.2,-3552.16,287.081,1.56623,3600,5,0,42,0,0,1), - (127709,14881,533,0,0,3074.22,-3555.82,287.076,2.91462,3600,5,0,42,0,0,1), - (127710,14881,533,0,0,3158.75,-3486.43,287.081,3.8418,3600,5,0,42,0,0,1), - (127711,14881,533,0,0,3164.67,-3498.03,300.916,3.90346,3600,5,0,42,0,0,1), - (127712,14881,533,0,0,3362.31,-3684.58,259.07,5.91014,3600,5,0,42,0,0,1), - (127713,14881,533,0,0,3087.85,-3521.07,287.079,5.39293,3600,5,0,42,0,0,1), - (127714,14881,533,0,0,2956.81,-3173.99,285.591,1.60566,3600,5,0,42,0,0,1), - (127715,14881,533,0,0,3294.54,-3489.41,287.077,0.288907,3600,5,0,42,0,0,1), - (127716,14881,533,0,0,3368.19,-3635.1,259.085,3.66266,3600,5,0,42,0,0,1), - (127717,14881,533,0,0,3198.91,-3614.88,280.305,3.95935,3600,5,0,42,0,0,1), - (127718,14881,533,0,0,3179.61,-3629.73,280.303,4.14412,3600,5,0,42,0,0,1), - (127719,14881,533,0,0,2769.76,-3180.84,300.031,1.56921,3600,5,0,42,0,0,1), - (127720,14881,533,0,0,3200.08,-3463.78,300.8,0.017622,3600,5,0,42,0,0,1), - (127721,14881,533,0,0,3313.28,-3671.11,281.972,3.86845,3600,5,0,42,0,0,1), - (127722,14881,533,0,0,3219.68,-3789.26,273.91,5.23516,3600,5,0,42,0,0,1), - (127723,14881,533,0,0,3162.43,-3789.12,273.95,6.02155,3600,5,0,42,0,0,1), - (127724,14881,533,0,0,2941.87,-3346.26,318.111,4.76577,3600,5,0,42,0,0,1), - (127725,14881,533,0,0,3185.17,-3792.45,273.951,4.2457,3600,5,0,42,0,0,1), - (127726,14881,533,0,0,2911.67,-3570.2,304.348,1.57032,3600,5,0,42,0,0,1), - (127727,14881,533,0,0,3384.41,-3651.55,282.512,1.75656,3600,5,0,42,0,0,1), - (127728,14881,533,0,0,3034.9,-3470.6,298.22,5.62082,3600,5,0,42,0,0,1), - (127729,14881,533,0,0,3226.91,-3686.06,300.899,1.59974,3600,5,0,42,0,0,1), - (127730,14881,533,0,0,3158.45,-3607.72,280.305,5.48026,3600,5,0,42,0,0,1), - (127731,14881,533,0,0,3123.39,-3511.76,287.312,4.39118,3600,5,0,42,0,0,1), - (127732,14881,533,0,0,3255.24,-3452.69,287.076,0.363795,3600,5,0,42,0,0,1), - (127733,14881,533,0,0,3230.74,-3666.8,287.057,3.64395,3600,5,0,42,0,0,1), - (127734,14881,533,0,0,3091.63,-3537.93,310.113,3.92356,3600,5,0,42,0,0,1), - (127735,14881,533,0,0,3342.3,-3644.27,259.085,6.22306,3600,5,0,42,0,0,1), - (127736,14881,533,0,0,3254.85,-3502.14,287.076,4.78578,3600,5,0,42,0,0,1), - (127737,14881,533,0,0,3229.92,-3468.46,287.076,1.09541,3600,5,0,42,0,0,1), - (127738,14881,533,0,0,3137.56,-3795.61,273.952,4.24697,3600,5,0,42,0,0,1), - (127739,14881,533,0,0,3222.88,-3455.11,287.077,2.76664,3600,0,0,42,0,0,0), - (127740,14881,533,0,0,2841.98,-3346.14,310.709,5.51024,3600,5,0,42,0,0,1), - (127741,14881,533,0,0,3172.87,-3593.79,280.306,4.62716,3600,5,0,42,0,0,1), - (127794,16194,533,0,0,2707.62,-3244.26,267.682,1.37881,3600,0,0,113184,0,0,0), - (127795,16194,533,0,0,2681.25,-3215.83,267.611,5.46288,3600,0,0,113184,0,0,0), - (127796,16194,533,0,0,2712.35,-3127.26,267.554,2.65744,3600,5,0,113184,0,0,1), - (127797,16194,533,0,0,2718.03,-3135.9,267.522,4.42918,3600,5,0,113184,0,0,1), - (127798,16194,533,0,0,2712.7,-3180.11,267.605,1.69297,3600,0,0,113184,0,0,0), - (127799,16194,533,0,0,2724.37,-3219.95,267.605,0.261799,3600,0,0,113184,0,0,0), - (127802,16211,533,0,0,2784.04,-3086.38,267.768,3.92699,3600,0,0,42,0,0,0), - (127803,16211,533,0,0,2835.89,-3215.61,298.344,1.01229,3600,0,0,42,0,0,0), - (127804,16211,533,0,0,2756.07,-3113.2,267.768,0.890118,3600,0,0,42,0,0,0), - (127805,16211,533,0,0,2814.28,-3154.13,298.229,4.76475,3600,0,0,42,0,0,0), - (127806,16211,533,0,0,2779.97,-3115.92,267.768,2.16421,3600,0,0,42,0,0,0), - (127807,16211,533,0,0,2860.08,-3187.86,298.234,3.08923,3600,0,0,42,0,0,0), - (127808,16211,533,0,0,2760.84,-3082.67,267.768,5.25344,3600,0,0,42,0,0,0), - (127809,16211,533,0,0,2825.51,-3154.79,298.229,4.5204,3600,0,0,42,0,0,0), - (127810,16211,533,0,0,2844.48,-3157.53,298.233,4.2237,3600,0,0,42,0,0,0), - (127811,16211,533,0,0,2827.83,-3209.98,298.344,0.994838,3600,0,0,42,0,0,0), - (127812,16211,533,0,0,2851.85,-3162.62,298.236,4.08407,3600,0,0,42,0,0,0), - (127813,16211,533,0,0,2859.65,-3180.16,298.237,3.24631,3600,0,0,42,0,0,0), - (127815,16215,533,0,0,2703.69,-3240.64,267.669,1.78024,3600,0,0,88032,0,0,0), - (127816,16215,533,0,0,2731.01,-3154.15,267.589,2.08039,3600,5,0,88032,0,0,1), - (127817,16215,533,0,0,2742.73,-3164.88,267.652,5.22196,3600,5,0,88032,0,0,1), - (127818,16215,533,0,0,2691.04,-3216.55,267.605,0.942478,3600,0,0,88032,0,0,0), - (127819,16215,533,0,0,2667.47,-3173,267.604,4.13059,3600,5,0,88032,0,0,1), - (127820,16215,533,0,0,2671.65,-3175.75,267.577,4.13054,3600,5,0,88032,0,0,1), - (127821,16215,533,0,0,2734.57,-3221.58,267.623,2.00713,3600,0,0,88032,0,0,0), - (127822,16216,533,0,0,2739.77,-3219.47,267.539,4.46863,3600,5,0,94320,0,0,1), - (127823,16216,533,0,0,2731.77,-3230.92,267.679,4.46872,3600,5,0,94320,0,0,1), - (127824,16216,533,0,0,2708.13,-3174.65,267.605,0.418879,3600,0,0,94320,0,0,0), - (127840,16998,533,0,0,2960.72,-3433.41,298.227,2.94052,3600,5,0,102,0,0,1), - (127981,15979,533,0,0,3224.83,-3802.96,274.032,2.30383,3600,0,0,110040,0,0,0), - (127982,15979,533,0,0,3138.52,-3778.58,274.032,5.18363,3600,0,0,110040,0,0,0), - (105982,8717,0,0,0,-11830,-3226,-30,3.899,6300,9,0,56592,0,0,1), - (105981,8718,0,0,0,-11845,-3216,-29,0.103,6300,0,0,48832,0,0,0), - (105980,8717,0,0,0,-11846,-3210,-29,0.146,6300,0,0,56592,0,0,0), - (105979,8718,0,0,0,-11848,-3186,-29,0.092,6300,0,0,48832,0,0,0), - (105978,8717,0,0,0,-11848,-3192,-29,0.005,6300,0,0,56592,0,0,0), - (105977,8717,0,0,0,-11871,-3222,-15,0.134,6300,0,0,56592,0,0,0), - (105976,8717,0,0,0,-11876,-3187,-15,0.114,6300,0,0,56592,0,0,0), - (105975,8717,0,0,0,-11888,-3216,-14,0.304,6300,0,0,56592,0,0,0), - (105974,8718,0,0,0,-11889,-3214,-14,0.176,6300,0,0,48832,0,0,0), - (105973,8717,0,0,0,-11891,-3196,-14,0.04,6300,0,0,56592,0,0,0), - (128137,16030,533,0,0,3318,-3335.55,292.678,1.18682,3600,0,0,8,0,0,0), - (128138,16030,533,0,0,3320.82,-3342.62,292.678,1.0472,3600,0,0,8,0,0,0), - (128139,16030,533,0,0,3315.06,-3348.81,292.678,3.05433,3600,0,0,8,0,0,0), - (128140,16030,533,0,0,3306.47,-3347.18,292.678,0.698132,3600,0,0,8,0,0,0), - (128141,16030,533,0,0,3313.49,-3340.97,292.678,0.401426,3600,0,0,8,0,0,0), - (128142,16030,533,0,0,3038.89,-3474.74,298.216,4.69145,3600,5,0,8,0,0,1), - (128143,16030,533,0,0,2991.84,-3463.04,298.219,2.34906,3600,5,0,8,0,0,1), - (128144,16030,533,0,0,3008.69,-3402.87,298.218,3.6405,3600,5,0,8,0,0,1), - (128145,16030,533,0,0,3046.72,-3429.97,298.222,4.51829,3600,5,0,8,0,0,1), - (128146,16030,533,0,0,3103.34,-3292.8,294.599,2.9147,3600,0,0,8,0,0,0), - (128147,16030,533,0,0,3126.26,-3365.8,294.572,0.191986,3600,0,0,8,0,0,0), - (128148,16030,533,0,0,3128.58,-3369.78,294.568,1.91986,3600,0,0,8,0,0,0), - (128149,16030,533,0,0,3129.73,-3364.55,294.572,5.65487,3600,0,0,8,0,0,0), - (128150,16030,533,0,0,3122.03,-3366.45,294.581,3.14159,3600,0,0,8,0,0,0), - (128151,16030,533,0,0,3124.71,-3362.47,294.575,0.820305,3600,0,0,8,0,0,0), - (128152,16030,533,0,0,3251.99,-3351.52,292.678,2.75762,3600,0,0,8,0,0,0), - (128153,16030,533,0,0,3246.14,-3356.44,292.595,3.5914,3600,5,0,8,0,0,1), - (128154,16030,533,0,0,3254.5,-3347.45,292.678,0.610865,3600,0,0,8,0,0,0), - (128155,16030,533,0,0,3254.41,-3356.07,292.678,0.994838,3600,0,0,8,0,0,0), - (128156,16030,533,0,0,3248.11,-3348.84,292.678,4.27606,3600,0,0,8,0,0,0), - (128157,16030,533,0,0,3076.54,-3314.61,294.572,2.44346,3600,0,0,8,0,0,0), - (128158,16030,533,0,0,3071.26,-3314,294.571,2.93215,3600,0,0,8,0,0,0), - (128159,16030,533,0,0,3078.04,-3310.57,294.573,4.20624,3600,0,0,8,0,0,0), - (128160,16030,533,0,0,3075.48,-3318.7,294.58,0.942478,3600,0,0,8,0,0,0), - (128161,16030,533,0,0,3080.41,-3315.86,294.575,0.174533,3600,0,0,8,0,0,0), - (128162,16030,533,0,0,3115.43,-3264.77,294.531,3.57792,3600,0,0,8,0,0,0), - (128163,16030,533,0,0,3060.06,-3239.59,294.146,5.84685,3600,0,0,8,0,0,0), - (128164,16030,533,0,0,3012.85,-3148.56,294.159,5.37561,3600,0,0,8,0,0,0), - (128165,16030,533,0,0,3269.68,-3270.23,292.678,0.383972,3600,0,0,8,0,0,0), - (128166,16030,533,0,0,3179.1,-3313.12,294.618,3.12414,3600,0,0,8,0,0,0), - (128167,16030,533,0,0,3125.16,-3066.66,294.156,1.20428,3600,0,0,8,0,0,0), - (128168,16030,533,0,0,3322.63,-3226.65,294.146,3.50811,3600,0,0,8,0,0,0), - (128169,16030,533,0,0,3175.82,-3326.75,294.611,3.54302,3600,0,0,8,0,0,0), - (128170,16030,533,0,0,3301.85,-3270.85,292.678,0.10472,3600,0,0,8,0,0,0), - (81850,16036,533,0,0,2882.09,-3666.31,278.314,0.195764,30,5,0,10682,0,0,1), - (81849,16036,533,0,0,2898.02,-3678.33,281.756,4.20577,30,5,0,10682,0,0,1), - (81848,16036,533,0,0,2910.6,-3645.1,276.479,0.60588,30,5,0,10682,0,0,1), - (81847,16036,533,0,0,2903.49,-3623.25,276.547,4.57012,30,5,0,10682,0,0,1), - (81846,16036,533,0,0,2882.46,-3684.13,281.972,4.65357,30,5,0,10682,0,0,1), - (81845,16036,533,0,0,2849.72,-3598.39,262.169,6.0716,30,5,0,10682,0,0,1), - (81844,16036,533,0,0,2858.01,-3625.88,266.06,0.533252,30,5,0,10682,0,0,1), - (81843,16036,533,0,0,2884.37,-3609.46,270.062,4.53786,30,5,0,10682,0,0,1), - (81842,16036,533,0,0,2838.08,-3585.05,256.51,3.13582,30,5,0,10682,0,0,1), - (81841,16036,533,0,0,2846.93,-3673.22,275.397,0.518297,30,5,0,10682,0,0,1), - (81840,16036,533,0,0,2895.23,-3581.66,272.621,4.56721,30,5,0,10682,0,0,1), - (81839,16036,533,0,0,2862.88,-3597.03,264.963,3.75811,30,5,0,10682,0,0,1), - (81838,16036,533,0,0,2847.23,-3629.75,264.236,5.82305,30,5,0,10682,0,0,1), - (81837,16036,533,0,0,2826.03,-3625.75,260.003,3.32876,30,5,0,10682,0,0,1), - (81836,16036,533,0,0,2865.58,-3666.23,276.285,0.506145,30,5,0,10682,0,0,1), - (81835,16036,533,0,0,2798.31,-3550.75,250.488,5.30268,30,5,0,10682,0,0,1), - (81834,16036,533,0,0,2672.38,-3626.03,266.216,2.23042,30,5,0,10682,0,0,1), - (81833,16036,533,0,0,2690.14,-3610.98,262.288,3.522,30,5,0,10682,0,0,1), - (81832,16036,533,0,0,2819.89,-3611.05,258.76,3.07478,30,5,0,10682,0,0,1), - (81831,16036,533,0,0,2827.71,-3545.17,253.835,1.06708,30,5,0,10682,0,0,1), - (81830,16036,533,0,0,2799.9,-3621.68,256.059,1.50074,30,5,0,10682,0,0,1), - (81829,16036,533,0,0,2698.5,-3585.11,260.779,4.6984,30,5,0,10682,0,0,1), - (81828,16036,533,0,0,2696.57,-3624.93,262.695,5.74449,30,5,0,10682,0,0,1), - (81827,16036,533,0,0,2814.13,-3573,253.391,0.676703,30,5,0,10682,0,0,1), - (81826,16036,533,0,0,2659.54,-3605.86,262.47,5.67471,30,5,0,10682,0,0,1), - (81825,16036,533,0,0,2799.17,-3611.1,255.91,4.3298,30,5,0,10682,0,0,1), - (81824,16036,533,0,0,2796.73,-3566.92,252.077,4.92366,30,5,0,10682,0,0,1), - (81823,16036,533,0,0,2719.04,-3576.17,260.124,3.97935,30,5,0,10682,0,0,1), - (81822,16036,533,0,0,2753.11,-3554.85,255.363,1.95934,30,5,0,10682,0,0,1), - (81821,16036,533,0,0,2735,-3608.37,258.858,3.46578,30,5,0,10682,0,0,1), - (81820,16036,533,0,0,2764.99,-3540.81,253.574,0.534628,30,5,0,10682,0,0,1), - (81819,16036,533,0,0,2721.05,-3615.26,260.121,1.29809,30,5,0,10682,0,0,1), - (81818,16036,533,0,0,2773.89,-3553.93,251.001,1.82657,30,5,0,10682,0,0,1), - (81817,16036,533,0,0,2746.83,-3596.91,257.529,4.06809,30,5,0,10682,0,0,1), - (128272,16056,533,0,0,2900.43,-3756.91,273.689,1.72788,3600,0,0,3052,0,0,0), - (128273,16056,533,0,0,2806.49,-3787.34,273.679,3.15905,3600,0,0,3052,0,0,0), - (128274,16056,533,0,0,2805.8,-3777.39,273.704,2.09439,3600,0,0,3052,0,0,0), - (128275,16056,533,0,0,2789.35,-3756.75,273.704,2.75762,3600,0,0,3052,0,0,0), - (128276,16056,533,0,0,2784.84,-3761.65,273.704,1.01229,3600,0,0,3052,0,0,0), - (128277,16056,533,0,0,2783.87,-3748.3,273.704,5.98648,3600,0,0,3052,0,0,0), - (128278,16056,533,0,0,2844.88,-3775,273.704,4.08407,3600,0,0,3052,0,0,0), - (128279,16056,533,0,0,2853.38,-3782.95,273.69,1.8675,3600,0,0,3052,0,0,0), - (128280,16056,533,0,0,2896.02,-3787.39,273.683,2.82743,3600,0,0,3052,0,0,0), - (128281,16056,533,0,0,2876.47,-3789.07,273.668,4.95674,3600,0,0,3052,0,0,0), - (128282,16056,533,0,0,2887.12,-3776.81,273.704,0.645772,3600,0,0,3052,0,0,0), - (128283,16056,533,0,0,2857.69,-3748.92,273.675,1.3439,3600,0,0,3052,0,0,0), - (128284,16056,533,0,0,2872.54,-3754.76,273.681,1.25664,3600,0,0,3052,0,0,0), - (128285,16056,533,0,0,2838.36,-3754.8,273.704,4.59022,3600,0,0,3052,0,0,0), - (128286,16056,533,0,0,2821.22,-3751.85,273.703,5.98648,3600,0,0,3052,0,0,0), - (128287,16056,533,0,0,2762.27,-3774.95,273.704,1.88496,3600,0,0,3052,0,0,0), - (128288,16056,533,0,0,2750.7,-3760.29,273.869,3.10669,3600,0,0,3052,0,0,0), - (128319,16068,533,0,0,2847.36,-3688.1,279.027,4.76567,3600,5,0,8,0,0,1), - (128320,16068,533,0,0,2862.42,-3671.69,276.904,1.73453,3600,5,0,8,0,0,1), - (128321,16068,533,0,0,2755.28,-3590.7,256.861,6.0064,3600,5,0,8,0,0,1), - (128322,16068,533,0,0,2833.08,-3548.21,254.238,1.05746,3600,5,0,8,0,0,1), - (128323,16068,533,0,0,2765.66,-3581.11,255.935,3.78032,3600,5,0,8,0,0,1), - (128324,16068,533,0,0,2894.29,-3618.93,273.603,2.11469,3600,5,0,8,0,0,1), - (128325,16068,533,0,0,2775.15,-3559.07,250.923,5.44874,3600,5,0,8,0,0,1), - (128326,16068,533,0,0,2773.29,-3616.7,254.731,2.82547,3600,5,0,8,0,0,1), - (128327,16068,533,0,0,2889.84,-3678.42,281.347,4.25105,3600,5,0,8,0,0,1), - (128328,16068,533,0,0,2734.93,-3597.33,258.319,0.807797,3600,5,0,8,0,0,1), - (128329,16068,533,0,0,2801.9,-3589.27,254.856,2.63119,3600,5,0,8,0,0,1), - (128330,16068,533,0,0,2879.9,-3650.04,274.982,0.10067,3600,5,0,8,0,0,1), - (128331,16068,533,0,0,2881.9,-3620.86,270.75,0.244238,3600,5,0,8,0,0,1), - (128332,16068,533,0,0,2912.48,-3586.57,274.36,1.10071,3600,5,0,8,0,0,1), - (128333,16068,533,0,0,2899.39,-3700.27,285.613,0.090022,3600,5,0,8,0,0,1), - (128334,16068,533,0,0,2877.12,-3691.8,282.437,4.89036,3600,5,0,8,0,0,1), - (128335,16068,533,0,0,2673.3,-3624.03,265.549,2.16559,3600,5,0,8,0,0,1), - (128336,16068,533,0,0,2861.03,-3648.37,272.216,3.87341,3600,5,0,8,0,0,1), - (128337,16068,533,0,0,2860.04,-3706.87,284.113,4.24212,3600,5,0,8,0,0,1), - (128338,16068,533,0,0,2811.54,-3576.31,253.609,4.81057,3600,5,0,8,0,0,1), - (128339,16068,533,0,0,2865.75,-3658.31,274.641,0.458959,3600,5,0,8,0,0,1), - (128340,16068,533,0,0,2896.11,-3656.78,277.51,0.313374,3600,5,0,8,0,0,1), - (128341,16068,533,0,0,2905.33,-3682.31,283.876,0.59482,3600,5,0,8,0,0,1), - (128342,16068,533,0,0,2895.52,-3572.9,272.322,2.09725,3600,5,0,8,0,0,1), - (128343,16068,533,0,0,2855.79,-3618.3,263.904,0.579871,3600,5,0,8,0,0,1), - (128344,16068,533,0,0,2790.42,-3585.39,253.704,1.4536,3600,5,0,8,0,0,1), - (128345,16068,533,0,0,2897.74,-3646.21,276.007,1.83488,3600,5,0,8,0,0,1), - (128346,16068,533,0,0,2704,-3600.04,260.803,1.0333,3600,5,0,8,0,0,1), - (128347,16068,533,0,0,2689.36,-3594.03,261.013,5.88405,3600,5,0,8,0,0,1), - (128348,16068,533,0,0,2875.86,-3705.54,284.832,3.04009,3600,5,0,8,0,0,1), - (128349,16068,533,0,0,2869.41,-3589.09,266.096,1.27594,3600,5,0,8,0,0,1), - (128350,16068,533,0,0,2884.94,-3598.44,269.901,1.45662,3600,5,0,8,0,0,1), - (128351,16082,533,0,0,3122.96,-3152.1,342.371,6.10865,3600,0,0,42,0,0,0), - (128354,4075,533,0,0,2862.24,-3221.67,274.281,6.15288,3600,5,0,8,0,0,1), - (128355,4075,533,0,0,2850.01,-3069.62,273.745,3.45795,3600,5,0,8,0,0,1), - (128356,4075,533,0,0,3343.67,-3329.04,292.678,1.22173,3600,0,0,8,0,0,0), - (128357,4075,533,0,0,2798.81,-3397.75,267.685,2.03858,3600,5,0,8,0,0,1), - (128358,4075,533,0,0,2757.92,-3245.05,267.717,4.34936,3600,5,0,8,0,0,1), - (128359,4075,533,0,0,2779.72,-3402.66,267.686,0.077889,3600,5,0,8,0,0,1), - (128360,4075,533,0,0,2854.37,-3252.37,298.109,3.09705,3600,5,0,8,0,0,1), - (128361,4075,533,0,0,2821.19,-3210.31,298.291,0.612072,3600,5,0,8,0,0,1), - (128362,4075,533,0,0,2980.29,-3198.71,294.146,3.56047,3600,0,0,8,0,0,0), - (128363,4075,533,0,0,2861.21,-3468.68,297.871,4.17484,3600,5,0,8,0,0,1), - (128364,4075,533,0,0,2683.21,-3254.64,267.723,1.51289,3600,5,0,8,0,0,1), - (128365,4075,533,0,0,3254.77,-3263.22,292.678,2.87979,3600,0,0,8,0,0,0), - (128366,4075,533,0,0,2628.21,-3538.8,261.853,2.68703,3600,5,0,8,0,0,1), - (128367,4075,533,0,0,2790.74,-3154.29,298.148,6.07273,3600,5,0,8,0,0,1), - (128368,4075,533,0,0,2962.72,-3356.16,298.127,2.36018,3600,5,0,8,0,0,1), - (128369,4075,533,0,0,2791.8,-3207.55,273.819,0.161498,3600,5,0,8,0,0,1), - (128370,4075,533,0,0,2913.79,-3370.73,298.139,2.61752,3600,5,0,8,0,0,1), - (128371,4075,533,0,0,2931.33,-3221.42,273.787,4.48913,3600,5,0,8,0,0,1), - (128372,4075,533,0,0,2745.92,-3658.74,285.253,5.25344,3600,5,0,8,0,0,1), - (128373,4075,533,0,0,2871.23,-3364.54,298.146,1.52012,3600,5,0,8,0,0,1), - (128374,4075,533,0,0,2799.5,-3301.39,267.685,2.71451,3600,5,0,8,0,0,1), - (128375,4075,533,0,0,2892.38,-3469.16,297.863,3.14837,3600,5,0,8,0,0,1), - (128376,4075,533,0,0,2985.75,-3243.94,294.146,3.56047,3600,0,0,8,0,0,0), - (128377,4075,533,0,0,3195.98,-3308.35,292.678,6.23082,3600,0,0,8,0,0,0), - (128378,4075,533,0,0,2690.28,-3260.72,267.738,0.596745,3600,5,0,8,0,0,1), - (128379,4075,533,0,0,2753.39,-3217.74,267.569,2.01382,3600,5,0,8,0,0,1), - (128380,4075,533,0,0,2774.83,-3180.47,273.782,1.09138,3600,5,0,8,0,0,1), - (128381,4075,533,0,0,3343.55,-3292.74,292.678,3.71755,3600,0,0,8,0,0,0), - (128382,4075,533,0,0,3279.03,-3262.9,292.678,3.57792,3600,0,0,8,0,0,0), - (128383,4075,533,0,0,2865.47,-3217.4,274.658,0.301265,3600,5,0,8,0,0,1), - (128384,4075,533,0,0,2705.53,-3077.45,267.685,6.06152,3600,5,0,8,0,0,1), - (128385,4075,533,0,0,2659.89,-3220.11,267.679,5.28339,3600,5,0,8,0,0,1), - (128386,4075,533,0,0,2747.18,-3153.39,267.717,2.46168,3600,5,0,8,0,0,1), - (128387,4075,533,0,0,2828.36,-3279.32,298.099,0.719604,3600,5,0,8,0,0,1), - (128388,4075,533,0,0,2726.03,-3545.26,261.911,1.31996,3600,5,0,8,0,0,1), - (128389,4075,533,0,0,2948.95,-3163.86,274.504,0.000783,3600,5,0,8,0,0,1), - (128390,4075,533,0,0,2858.15,-3534.33,297.885,1.77236,3600,5,0,8,0,0,1), - (128391,4075,533,0,0,2798.77,-3391.96,267.685,2.36412,3600,5,0,8,0,0,1), - (128392,4075,533,0,0,2776.23,-3326.02,267.684,0.794321,3600,5,0,8,0,0,1), - (128393,4075,533,0,0,2939.08,-3489.07,297.823,2.24602,3600,5,0,8,0,0,1), - (128394,4075,533,0,0,3197.27,-3270.23,292.678,4.2237,3600,0,0,8,0,0,0), - (128395,4075,533,0,0,2773.42,-3160.4,298.147,4.59206,3600,5,0,8,0,0,1), - (128396,4075,533,0,0,3201.55,-3356.08,292.678,5.42797,3600,0,0,8,0,0,0), - (128397,4075,533,0,0,3201.14,-3368.57,292.678,1.18682,3600,0,0,8,0,0,0), - (128398,4075,533,0,0,3201.36,-3364.57,292.678,6.21337,3600,0,0,8,0,0,0), - (128399,4075,533,0,0,3196.74,-3356.55,292.678,0.244346,3600,0,0,8,0,0,0), - (128400,4075,533,0,0,3190.56,-3348.45,292.678,5.41052,3600,0,0,8,0,0,0), - (128401,4075,533,0,0,3194.27,-3351.64,292.678,0.488692,3600,0,0,8,0,0,0), - (128402,4075,533,0,0,3204.66,-3360.4,292.678,6.0912,3600,0,0,8,0,0,0), - (128403,4075,533,0,0,3192.33,-3357.58,292.678,2.63545,3600,0,0,8,0,0,0), - (128404,4075,533,0,0,3201.96,-3374.83,292.595,4.78349,3600,5,0,8,0,0,1), - (128405,4075,533,0,0,3190.75,-3375.17,292.678,2.44346,3600,0,0,8,0,0,0), - (128406,4075,533,0,0,2745.8,-3712.84,285.262,5.70723,3600,5,0,8,0,0,1), - (128407,4075,533,0,0,2635.35,-3522.12,261.93,3.63578,3600,5,0,8,0,0,1), - (128408,4075,533,0,0,2916.49,-3150.86,274.268,3.08401,3600,5,0,8,0,0,1), - (128409,4075,533,0,0,3347.26,-3319.77,292.678,3.15905,3600,0,0,8,0,0,0), - (128410,4075,533,0,0,2797.65,-3307.94,267.685,3.05083,3600,5,0,8,0,0,1), - (128411,4075,533,0,0,2933.28,-3531.7,298.418,4.11675,3600,5,0,8,0,0,1), - (128412,4075,533,0,0,2797.56,-3658.15,285.262,2.32129,3600,5,0,8,0,0,1), - (128413,4075,533,0,0,2752.13,-3228.54,267.567,1.37531,3600,5,0,8,0,0,1), - (128414,4075,533,0,0,2939.99,-3209.17,273.787,2.50452,3600,5,0,8,0,0,1), - (128415,4075,533,0,0,3081.84,-3062.09,294.151,5.044,3600,0,0,8,0,0,0), - (128416,4075,533,0,0,3084.76,-3063.93,294.154,3.59538,3600,0,0,8,0,0,0), - (128417,4075,533,0,0,3087.03,-3062.32,294.153,2.37365,3600,0,0,8,0,0,0), - (128418,4075,533,0,0,3091.66,-3065.17,294.158,3.78736,3600,0,0,8,0,0,0), - (128419,4075,533,0,0,3096.33,-3067.03,294.161,3.78736,3600,0,0,8,0,0,0), - (128420,4075,533,0,0,3097.6,-3063.46,294.158,3.83972,3600,0,0,8,0,0,0), - (128421,4075,533,0,0,3089.47,-3062.15,294.153,6.0912,3600,0,0,8,0,0,0), - (128422,4075,533,0,0,3085.19,-3058.58,294.148,0.20944,3600,0,0,8,0,0,0), - (128423,4075,533,0,0,3095.58,-3059.41,294.152,1.44862,3600,0,0,8,0,0,0), - (128424,4075,533,0,0,3088.22,-3065.31,294.157,2.30383,3600,0,0,8,0,0,0), - (128425,4075,533,0,0,2940.28,-3297.49,298.229,5.60251,3600,0,0,8,0,0,0), - (128426,4075,533,0,0,3023.22,-3105,294.147,2.80998,3600,0,0,8,0,0,0), - (128427,4075,533,0,0,3027.07,-3101.84,294.151,4.85202,3600,0,0,8,0,0,0), - (128428,4075,533,0,0,3024.52,-3102.71,294.148,5.46288,3600,0,0,8,0,0,0), - (128429,4075,533,0,0,3015.25,-3110.68,294.155,3.71755,3600,0,0,8,0,0,0), - (128430,4075,533,0,0,3026.8,-3095.25,294.152,0.610865,3600,0,0,8,0,0,0), - (128431,4075,533,0,0,3019.95,-3102.67,294.147,0.20944,3600,0,0,8,0,0,0), - (128432,4075,533,0,0,3027.04,-3098.89,294.153,3.31613,3600,0,0,8,0,0,0), - (128433,4075,533,0,0,3028.62,-3097.12,294.154,4.66003,3600,0,0,8,0,0,0), - (128434,4075,533,0,0,3020.6,-3108.74,294.151,4.74729,3600,0,0,8,0,0,0), - (128435,4075,533,0,0,3021.4,-3102.96,294.146,3.85718,3600,0,0,8,0,0,0), - (128436,4075,533,0,0,3009.89,-3255.94,294.146,4.11898,3600,0,0,8,0,0,0), - (128437,4075,533,0,0,2892.94,-3158.46,273.787,4.79605,3600,5,0,8,0,0,1), - (128438,4075,533,0,0,2903.89,-3218.66,273.787,2.37032,3600,5,0,8,0,0,1), - (128439,4075,533,0,0,2821.79,-3223.4,298.32,3.69071,3600,5,0,8,0,0,1), - (128440,4075,533,0,0,2852.78,-3219.24,273.787,5.08628,3600,5,0,8,0,0,1), - (128441,4075,533,0,0,2659.73,-3212.53,267.664,5.31375,3600,5,0,8,0,0,1), - (128442,4075,533,0,0,2699.33,-3085.07,267.685,0.023725,3600,5,0,8,0,0,1), - (128443,4075,533,0,0,2794.68,-3403.76,267.686,2.68793,3600,5,0,8,0,0,1), - (128444,4075,533,0,0,2752.63,-3207.8,267.566,2.53656,3600,5,0,8,0,0,1), - (128445,4075,533,0,0,2838.21,-3066.32,273.798,3.34716,3600,5,0,8,0,0,1), - (128446,4075,533,0,0,2872.69,-3151.1,273.787,2.90263,3600,5,0,8,0,0,1), - (128447,4075,533,0,0,2776.98,-3334.2,267.684,1.46036,3600,5,0,8,0,0,1), - (128448,4075,533,0,0,2943.52,-3160.81,273.787,3.86506,3600,5,0,8,0,0,1), - (128449,4075,533,0,0,2750.52,-3160.27,267.724,2.62969,3600,5,0,8,0,0,1), - (128450,4075,533,0,0,2952.48,-3505.97,298.279,3.96102,3600,5,0,8,0,0,1), - (128451,4075,533,0,0,2891.58,-3558.73,297.862,2.78446,3600,5,0,8,0,0,1), - (128452,4075,533,0,0,2860.95,-3077.39,273.736,4.0009,3600,5,0,8,0,0,1), - (128453,4075,533,0,0,2777.25,-3222.09,285.551,0.214748,3600,5,0,8,0,0,1), - (128564,14358,429,0,0,11.7484,396.105,25.1394,2.9147,7200,0,0,9298,0,0,0), - (128745,14361,429,0,0,-29.2467,656.436,-24.649,4.52523,7200,0,0,42,0,0,0), - (131737,14459,469,0,0,-7644.53,-1081.53,408.574,5.2709,300,0,0,42,0,0,0), - (131738,12434,469,0,0,-7623.09,-1094.06,407.288,1.44862,300,0,0,42,0,0,0), - (131739,12434,469,0,0,-7548.46,-1041.98,407.288,2.02458,300,0,0,42,0,0,0), - (131740,12434,469,0,0,-7568.61,-1012.67,407.288,1.51844,300,0,0,42,0,0,0), - (131741,12434,469,0,0,-7643.39,-1064.69,407.288,1.71042,300,0,0,42,0,0,0), - (131806,14361,429,0,0,-86.2,228.478,-4.98579,1.84191,7200,5,0,42,0,0,1), - (132088,14361,429,0,0,-128.586,904.705,-24.58,6.04717,7200,0,0,42,0,0,0), - (132089,14361,429,0,0,-42.3885,940.362,-24.5777,4.34082,7200,0,0,42,0,0,0), - (132090,14361,429,0,0,96.5049,530.601,28.6031,1.69244,7200,0,0,42,0,0,0), - (132091,14361,429,0,0,89.466,828.222,-24.5804,5.48769,7200,0,0,42,0,0,0), - (132092,14361,429,0,0,-3.17703,466.54,-23.3079,4.26496,7200,0,0,42,0,0,0), - (132093,14361,429,0,0,39.0178,547.056,-23.2938,2.69221,7200,0,0,42,0,0,0), - (132094,14361,429,0,0,15.368,351.889,-4.9858,0.092126,7200,0,0,42,0,0,0), - (132095,14361,429,0,0,133.909,604.361,-27.8828,4.95989,7200,0,0,42,0,0,0), - (132096,14361,429,0,0,77.3021,214.755,-4.98581,1.275,7200,0,0,42,0,0,0), - (132097,14361,429,0,0,-84.5305,498.929,28.6084,2.5688,7200,0,0,42,0,0,0), - (132098,14361,429,0,0,37.05,471.379,-23.2866,0.698098,7200,0,0,42,0,0,0), - (132099,14361,429,0,0,51.2301,912.181,-24.5825,0.586315,7200,0,0,42,0,0,0), - (132100,14361,429,0,0,-167.298,823.017,-24.5814,0.241404,7200,0,0,42,0,0,0), - (132101,14361,429,0,0,-19.3399,276.217,-8.43601,5.7737,7200,0,0,42,0,0,0), - (132102,14361,429,0,0,-73.3529,541.221,-4.39554,3.51201,7200,0,0,42,0,0,0), - (132107,14361,429,0,0,-78.4556,337.546,-4.99282,5.62914,7200,0,0,42,0,0,0), - (132108,14361,429,0,0,-103.553,670.813,-24.5898,3.34488,7200,0,0,42,0,0,0), - (132111,14361,429,0,0,85.4778,267.601,-7.98326,5.17146,7200,0,0,42,0,0,0), - (132112,14361,429,0,0,101.775,543.991,-4.40374,2.5541,7200,0,0,42,0,0,0), - (132114,14361,429,0,0,153.77,597.652,-48.4652,1.3223,7200,0,0,42,0,0,0), - (132281,14361,429,0,0,118.22,298.48,-4.70701,3.8986,7200,0,0,42,0,0,0), - (132282,14361,429,0,0,152.117,466.986,-48.4656,3.70535,7200,0,0,42,0,0,0), - (132283,14361,429,0,0,-26.4902,562.957,-23.3052,6.16555,7200,0,0,42,0,0,0), - (132284,14361,429,0,0,14.4261,393.474,25.0565,5.52062,7200,0,0,42,0,0,0), - (132290,14361,429,0,0,47.0136,686.309,-24.5798,0.960597,7200,0,0,42,0,0,0), - (132291,14361,429,0,0,0.717758,467.73,-23.3071,5.75272,7200,0,0,42,0,0,0), - (132297,14361,429,0,0,-28.6871,659.391,-24.562,5.18363,7200,0,0,42,0,0,0), - (132611,14361,429,0,0,132.559,604.333,-27.8811,4.50682,7200,0,0,42,0,0,0), - (132612,14361,429,0,0,-41.1795,940.159,-24.5776,4.75131,7200,0,0,42,0,0,0), - (132613,14361,429,0,0,-73.5557,542.146,-4.39554,3.19564,7200,0,0,42,0,0,0), - (132614,14361,429,0,0,-25.2199,564.125,-23.3052,0.332821,7200,0,0,42,0,0,0), - (132615,14361,429,0,0,15.3677,351.338,-4.9858,6.1921,7200,0,0,42,0,0,0), - (132617,14361,429,0,0,-170.701,819.33,-24.581,4.55113,7200,0,0,42,0,0,0), - (132618,14361,429,0,0,-78.3936,337.625,-4.99283,5.66256,7200,0,0,42,0,0,0), - (132619,14361,429,0,0,74.8674,215.59,-4.98581,2.30134,7200,0,0,42,0,0,0), - (132620,14361,429,0,0,121.332,297.677,-4.98566,5.03001,7200,0,0,42,0,0,0), - (132622,14361,429,0,0,47.2269,681.546,-24.5798,5.41084,7200,0,0,42,0,0,0), - (132623,14361,429,0,0,-128.165,903.174,-24.5799,5.56693,7200,0,0,42,0,0,0), - (132624,14361,429,0,0,81.3111,271.24,-8.21304,2.81457,7200,0,0,42,0,0,0), - (132626,14361,429,0,0,-94.9907,219.111,-4.8571,0.467856,7200,0,0,42,0,0,0), - (132627,14361,429,0,0,98.3529,531.617,28.6033,0.983634,7200,0,0,42,0,0,0), - (132628,14361,429,0,0,-19.5201,279.43,-8.43512,0.620234,7200,0,0,42,0,0,0), - (132629,14361,429,0,0,49.8847,907.745,-24.5827,5.10857,7200,0,0,42,0,0,0), - (132631,14361,429,0,0,-83.2487,494.565,28.6075,4.28512,7200,0,0,42,0,0,0), - (132632,14361,429,0,0,156.03,594.54,-48.4656,6.21553,7200,0,0,42,0,0,0), - (132633,14361,429,0,0,32.4453,471.374,-23.285,2.44403,7200,0,0,42,0,0,0), - (132634,14361,429,0,0,38.8394,546.574,-23.2933,2.86353,7200,0,0,42,0,0,0), - (132636,14361,429,0,0,-99.8547,668.514,-24.5936,4.96657,7200,0,0,42,0,0,0), - (132637,14361,429,0,0,15.2541,395.687,25.0565,0.046596,7200,0,0,42,0,0,0), - (132638,14361,429,0,0,151.987,467.9,-48.4656,2.35581,7200,0,0,42,0,0,0), - (132639,14361,429,0,0,104.389,539.327,-4.40493,4.75068,7200,0,0,42,0,0,0), - (132649,14361,429,0,0,88.1588,828.997,-24.5805,5.23879,7200,0,0,42,0,0,0), - (132652,14366,429,0,0,-6.88932,-199.657,-4.04868,-0.453785,7200,0,0,42,0,0,0), - (132653,14366,429,0,0,133.884,-261.99,-4.06127,-0.488691,7200,0,0,42,0,0,0), - (132672,14366,429,0,0,44.7922,-627.469,-25.0196,-2.47837,7200,0,0,42,0,0,0), - (132673,14366,429,0,0,65.7951,-400.292,-58.5124,-0.628317,7200,0,0,42,0,0,0), - (132674,14366,429,0,0,-93.5294,-406.001,-58.4613,0,7200,0,0,42,0,0,0), - (132676,14366,429,0,0,242.933,-420.132,-119.878,-0.069812,7200,0,0,42,0,0,0), - (132678,14366,429,0,0,468.206,258.98,6.53153,1.02974,7200,0,0,42,0,0,0), - (132679,14366,429,0,0,-156.753,-320.209,-4.06367,1.25664,7200,0,0,42,0,0,0), - (132682,14366,429,0,0,21.9326,-408.795,-58.5319,0,7200,0,0,42,0,0,0), - (132751,14366,429,0,0,-26.4736,-403.435,-58.5319,0.226892,7200,0,0,42,0,0,0), - (132754,14368,429,0,0,164.335,522.497,-48.3836,3.07178,7200,0,0,9298,2434,0,0), - (132824,14369,429,0,0,121.172,468.779,-48.3799,4.67748,7200,0,0,9034,2369,0,0), - (132825,14369,429,0,0,121.754,476.583,-48.3816,1.58825,7200,0,0,9034,2369,0,0), - (132830,14369,429,0,0,186.675,457.618,-48.3594,4.79965,7200,0,0,9034,2369,0,0), - (132832,14369,429,0,0,186.983,479.252,-48.371,1.5708,7200,0,0,9034,2369,0,0), - (132833,14369,429,0,0,114.44,602.178,-27.8082,3.10669,7200,0,0,9034,2369,0,0), - (132834,14369,429,0,0,153.425,626.966,-27.8899,0.017453,7200,0,0,9034,2369,0,0), - (132835,14369,429,0,0,192.928,587.385,-48.3836,6.17846,7200,0,0,9034,2369,0,0), - (132836,14369,429,0,0,163.733,555.391,-48.3836,3.1765,7200,0,0,9034,2369,0,0), - (132838,14369,429,0,0,130.955,524.283,-48.0481,1.61341,7200,5,0,9034,2369,0,1), - (132862,12434,469,0,0,-7583.08,-990.483,407.282,4.81711,300,0,0,42,0,0,0), - (132927,14369,429,0,0,128.297,516.187,-48.4718,1.6321,7200,0,0,9034,2369,0,0), - (132928,14369,429,0,0,188.172,537.305,-48.467,1.5966,7200,5,0,9034,2369,0,1), - (132930,14371,429,0,0,120.661,459.211,-48.3785,6.21337,7200,0,0,7292,1923,0,0), - (132931,14381,429,0,0,193.607,514.846,-48.3836,0.122173,7200,0,0,9298,2434,0,0), - (132932,14382,429,0,0,193.167,473.239,-48.4684,0.069813,7200,0,0,9298,2434,0,0), - (132935,14383,429,0,0,135.15,441.452,-48.4619,5.9092,7200,5,0,8774,2289,0,1), - (132943,14398,429,0,0,48.1242,508.601,-3.48436,6.21337,7200,0,0,6891,6867,0,0), - (132944,14398,429,0,0,90.7675,485.778,28.6844,0.314159,7200,0,0,6891,6867,0,0), - (132973,14398,429,0,0,4.40959,505.233,-3.48315,0.942478,7200,0,0,6891,6867,0,0), - (133006,14398,429,0,0,-61.637,526.777,28.6853,3.28122,7200,0,0,6891,6867,0,0), - (133125,14398,429,0,0,56.275,526.81,28.6857,6.00393,7200,0,0,6891,6867,0,0), - (133127,14398,429,0,0,-54.9222,568.482,28.6977,3.61283,7200,0,0,6891,6867,0,0), - (133174,14398,429,0,0,5.64661,567.147,28.6886,5.65487,7200,0,0,6891,6867,0,0), - (133175,14398,429,0,0,-27.428,507.017,-3.48379,1.85005,7200,0,0,6891,6867,0,0), - (133176,14398,429,0,0,-17.0975,531.373,28.6855,0.087266,7200,0,0,6891,6867,0,0), - (133179,14399,429,0,0,-160.717,778.77,-24.5799,0.699583,7200,0,0,16583,9476,0,0), - (133190,14399,429,0,0,-104.205,700.939,-24.5804,6.22566,7200,0,0,16583,9476,0,0), - (133192,14399,429,0,0,-1.45406,678.052,-24.5983,0.367712,7200,0,0,16583,9476,0,0), - (133197,14399,429,0,0,11.9354,685.688,-24.5845,3.38813,7200,0,0,16583,9476,0,0), - (133219,14399,429,0,0,26.8331,918.525,-24.5815,3.58885,7200,0,0,16583,9476,0,0), - (133220,14399,429,0,0,-49.8265,680.977,-24.619,1.92656,7200,0,0,16583,9476,0,0), - (133221,14399,429,0,0,80.4472,837.845,-24.5804,4.63658,7200,0,0,16583,9476,0,0), - (133222,14399,429,0,0,-163.845,815.51,-24.5806,1.20062,7200,0,0,16583,9476,0,0), - (133223,14399,429,0,0,-85.2492,655.659,-24.6093,3.36904,7200,0,0,16583,9476,0,0), - (133226,14399,429,0,0,-8.04339,952.605,-24.5761,0.350919,7200,0,0,16583,9476,0,0), - (133336,14400,429,0,0,10.2301,689.306,-24.5858,2.01124,7200,0,0,1895,2369,0,0), - (133575,14400,429,0,0,15.5537,687.393,-24.5807,2.01124,7200,0,0,1895,2369,0,0), - (133577,14400,429,0,0,-157.657,781.345,-24.5781,0.699599,7200,0,0,1895,2369,0,0), - (133578,14400,429,0,0,-163.293,781.83,-24.5775,0.699554,7200,0,0,1895,2369,0,0), - (133579,14400,429,0,0,-163.778,776.194,-24.5799,0.699584,7200,0,0,1895,2369,0,0), - (133580,14400,429,0,0,-158.142,775.709,-24.5798,0.699584,7200,0,0,1895,2369,0,0), - (133588,14400,429,0,0,-100.212,700.709,-24.5901,6.22567,7200,0,0,1895,2369,0,0), - (133600,14400,429,0,0,-102.022,696.814,-24.5819,4.94846,7200,5,0,1895,2369,0,1), - (133616,14400,429,0,0,-103.342,656.718,-24.5913,4.73315,7200,0,0,1895,2369,0,0), - (133621,14400,429,0,0,-104.435,696.945,-24.5803,6.22567,7200,0,0,1895,2369,0,0), - (133626,14400,429,0,0,2.27855,679.49,-24.5945,0.367713,7200,0,0,1895,2369,0,0), - (133627,14400,429,0,0,-2.89199,681.784,-24.5994,0.367712,7200,0,0,1895,2369,0,0), - (133628,14400,429,0,0,-5.18667,676.614,-24.6021,0.367712,7200,0,0,1895,2369,0,0), - (133629,14400,429,0,0,-0.016136,674.319,-24.5973,0.367701,7200,0,0,1895,2369,0,0), - (133661,14400,429,0,0,8.0564,684.711,-24.5884,3.38813,7200,0,0,1895,2369,0,0), - (133662,14400,429,0,0,12.9116,681.809,-24.5839,3.38813,7200,0,0,1895,2369,0,0), - (133663,14400,429,0,0,43.286,926.417,-24.5816,3.11783,7200,0,0,1895,2369,0,0), - (133664,14400,429,0,0,37.9495,928.293,-24.5813,3.23421,7200,0,0,1895,2369,0,0), - (133729,14400,429,0,0,36.0729,922.957,-24.5815,3.77034,7200,0,0,1895,2369,0,0), - (133730,14400,429,0,0,41.4094,921.08,-24.5818,4.16094,7200,0,0,1895,2369,0,0), - (133740,14400,429,0,0,-51.2197,684.726,-24.6144,1.92656,7200,0,0,1895,2369,0,0), - (133742,14400,429,0,0,-53.576,679.584,-24.6207,1.92656,7200,0,0,1895,2369,0,0), - (133748,14400,429,0,0,-48.4333,677.227,-24.6236,1.92656,7200,0,0,1895,2369,0,0), - (133750,14400,429,0,0,-46.077,682.37,-24.6173,1.92656,7200,0,0,1895,2369,0,0), - (133751,14400,429,0,0,80.1443,833.856,-24.5804,4.63658,7200,0,0,1895,2369,0,0), - (133752,14400,429,0,0,84.4357,837.542,-24.581,4.63659,7200,0,0,1895,2369,0,0), - (133753,14400,429,0,0,80.7502,841.833,-24.5804,4.63658,7200,0,0,1895,2369,0,0), - (133764,14400,429,0,0,76.4587,838.148,-24.5804,4.63658,7200,0,0,1895,2369,0,0), - (133766,14400,429,0,0,-169.049,802.1,-24.5777,1.20062,7200,0,0,1895,2369,0,0), - (133776,14400,429,0,0,-163.649,806.44,-24.5786,1.20062,7200,0,0,1895,2369,0,0), - (133778,14400,429,0,0,-170.106,808.951,-24.58,1.20062,7200,0,0,1895,2369,0,0), - (133779,14400,429,0,0,-75.0397,658.022,-24.6192,3.36903,7200,0,0,1895,2369,0,0), - (133780,14400,429,0,0,-81.6663,660.044,-24.6124,3.36904,7200,0,0,1895,2369,0,0), - (133781,14400,429,0,0,-80.1041,653.294,-24.6146,3.36904,7200,0,0,1895,2369,0,0), - (133807,14400,429,0,0,-4.28716,953.98,-24.5759,0.35092,7200,0,0,1895,2369,0,0), - (133810,14400,429,0,0,-9.41844,956.362,-24.5762,0.35092,7200,0,0,1895,2369,0,0), - (133817,14400,429,0,0,-11.7996,951.23,-24.5762,0.35092,7200,0,0,1895,2369,0,0), - (133819,14400,429,0,0,-6.66835,948.849,-24.5759,0.35092,7200,0,0,1895,2369,0,0), - (133821,13916,429,0,0,13.4514,277.628,1.51433,2.28638,7200,0,0,3748,2306,0,0), - (133827,2914,429,0,0,818.277,389.744,40.398,3.27638,7200,0,0,8,0,0,0), - (133829,2914,429,0,0,285.544,326.648,2.85303,2.63937,7200,0,0,8,0,0,0), - (133945,2914,429,0,0,294.365,178.076,2.85547,4.62485,7200,0,0,8,0,0,0), - (133946,2914,429,0,0,765.637,548.012,40.3993,0.695806,7200,0,0,8,0,0,0), - (133947,2914,429,0,0,751.989,530.682,28.1855,2.28772,7200,0,0,8,0,0,0), - (133948,2914,429,0,0,436.336,298.367,11.1968,3.41407,7200,0,0,8,0,0,0), - (133949,2914,429,0,0,306.238,-96.5866,-3.80362,5.97513,7200,5,0,8,0,0,1), - (133950,2914,429,0,0,364.819,-33.1121,-25.0512,4.04851,7200,0,0,8,0,0,0), - (133951,2914,429,0,0,349.443,109.402,-3.88708,6.19019,7200,0,0,8,0,0,0), - (133952,2914,429,0,0,851.886,489.507,37.3182,3.0058,7200,0,0,8,0,0,0), - (133953,2914,429,0,0,873.275,552.922,40.3964,5.58507,7200,0,0,8,0,0,0), - (133954,2914,429,0,0,417.561,-53.5276,-24.2973,5.72767,7200,0,0,8,0,0,0), - (133955,2914,429,0,0,303.618,-8.67847,-3.8018,1.65407,7200,5,0,8,0,0,1), - (133956,2914,429,0,0,690.642,534.201,28.6269,4.69463,7200,0,0,8,0,0,0), - (133957,2914,429,0,0,330.351,297.343,11.2041,3.42468,7200,0,0,8,0,0,0), - (133958,2914,429,0,0,349.448,109.693,-3.88708,0.003725,7200,0,0,8,0,0,0), - (133959,2914,429,0,0,754.666,525.492,28.1841,4.94689,7200,0,0,8,0,0,0), - (133960,2914,429,0,0,732.469,528.935,28.1791,2.18955,7200,0,0,8,0,0,0), - (133961,2914,429,0,0,804.635,570.584,40.3982,4.0327,7200,0,0,8,0,0,0), - (133962,2914,429,0,0,414.828,-48.5053,-23.3364,1.31677,7200,0,0,8,0,0,0), - (133963,2914,429,0,0,690.461,534.045,28.713,4.52669,7200,0,0,8,0,0,0), - (133964,2914,429,0,0,399.033,34.1434,-25.3031,3.32377,7200,0,0,8,0,0,0), - (133965,2914,429,0,0,767.709,549.494,40.399,0.632182,7200,0,0,8,0,0,0), - (134000,472,0,0,0,-8886.04,-771.985,69.2205,4.98213,7200,5,0,247,0,0,1), - (134001,472,0,0,0,-8855.48,-822.622,71.5874,0.598824,7200,5,0,247,0,0,1), - (134002,472,0,0,0,-8839.13,-863.772,75.6382,4.52817,7200,5,0,247,0,0,1), - (134003,100,0,0,0,-10067.1,629.856,39.2659,0.67265,7200,10,0,247,0,0,1), - (134004,100,0,0,0,-9981.18,566.13,37.6634,1.37087,7200,10,0,247,0,0,1), - (134005,100,0,0,0,-9945.86,620.999,37.2259,4.03808,7200,10,0,247,0,0,1), - (134006,100,0,0,0,-9930.88,573.464,37.0119,2.35969,7200,10,0,247,0,0,1), - (134007,61,0,0,0,-9326.41,543.283,75.0137,4.24072,7200,0,0,222,0,0,0), - (134008,61,0,0,0,-9282.06,520.888,85.7024,4.49441,7200,0,0,222,0,0,0), - (134009,61,0,0,0,-9261.58,465.959,83.0718,3.914,7200,0,0,222,0,0,0), - (134010,61,0,0,0,-9859.07,-217.846,36.3363,3.8606,7200,0,0,222,0,0,0), - (134011,61,0,0,0,-9862.97,-232.651,35.444,0.579991,7200,0,0,222,0,0,0), - (134012,61,0,0,0,-9778.61,-1586.34,41.3725,4.474,7200,0,0,222,0,0,0), - (134013,61,0,0,0,-9774.55,-1563.96,41.8608,4.03496,7200,0,0,222,0,0,0), - (134014,2773,0,0,0,-1727.18,-1535.98,55.7868,1.27492,5,5,0,5334,0,0,1), - (134015,2773,0,0,0,-1703.26,-1612.37,60.4177,5.39307,5,5,0,5334,0,0,1), - (134016,2773,0,0,0,-1772.63,-1569.9,53.2586,5.44543,5,5,0,5334,0,0,1), - (134017,2773,0,0,0,-1716.47,-1537.36,55.9381,2.68781,5,5,0,5334,0,0,1), - (134018,2773,0,0,0,-1781.62,-1563.45,53.3043,5.13127,5,5,0,5334,0,0,1), - (134019,2773,0,0,0,-1696.44,-1614.94,60.3716,3.80482,5,5,0,5334,0,0,1), - (134020,572,0,0,0,-10082.3,1549,40.8503,3.59826,72000,5,0,404,456,0,1), - (134021,572,0,0,0,-10103.1,1541.36,42.5909,3.731,72000,5,0,404,456,0,1), - (134022,572,0,0,0,-10956.3,751.845,43.5525,1.13134,72000,5,0,404,456,0,1), - (134023,572,0,0,0,-10984.9,744.087,46.2746,1.49104,72000,5,0,404,456,0,1), - (134024,462,0,0,0,-10812.2,1594.89,40.5767,3.77027,93600,10,0,788,0,0,1), - (134025,462,0,0,0,-10858.9,1729.85,34.0217,5.03084,93600,10,0,788,0,0,1), - (134026,462,0,0,0,-10746.1,1402.35,31.2243,5.6843,93600,10,0,788,0,0,1), - (134027,462,0,0,0,-10801.9,1418.7,33.4624,1.94188,93600,10,0,788,0,0,1), - (134028,462,0,0,0,-10477.4,1471.47,48.6513,5.2162,93600,10,0,788,0,0,1), - (134029,462,0,0,0,-10425.4,1426.25,44.2233,2.22619,93600,10,0,788,0,0,1), - (134030,462,0,0,0,-10431.2,1378.46,65.494,0.722943,93600,10,0,788,0,0,1), - (134031,462,0,0,0,-9955.56,1228.82,42.7644,3.27077,93600,10,0,788,0,0,1), - (134032,462,0,0,0,-9941.29,1098.53,35.6962,2.56156,93600,10,0,788,0,0,1), - (134033,462,0,0,0,-10730.7,802.78,37.7118,3.13019,93600,10,0,788,0,0,1), - (134034,462,0,0,0,-10757.4,779.167,35.7259,4.05696,93600,10,0,788,0,0,1), - (134035,462,0,0,0,-10770.2,723.453,37.2173,1.87277,93600,10,0,788,0,0,1), - (134036,462,0,0,0,-11161.7,845.012,39.2314,0.226577,93600,10,0,788,0,0,1), - (134037,462,0,0,0,-11124.4,863.032,40.5566,0.620062,93600,10,0,788,0,0,1), - (134038,462,0,0,0,-11131.2,826.004,35.7787,5.17773,93600,10,0,788,0,0,1), - (134039,573,0,0,0,-10995.5,1218.46,43.4924,5.43141,7200,7,0,484,0,0,1), - (134040,573,0,0,0,-11016,1248.56,42.0771,0.19045,7200,7,0,484,0,0,1), - (134041,573,0,0,0,-10965.9,1263.42,42.7962,5.68588,7200,7,0,484,0,0,1), - (134042,573,0,0,0,-11008.3,1348.14,39.3806,6.01339,7200,7,0,484,0,0,1), - (134043,573,0,0,0,-10964.3,1361.65,47.3173,0.978993,7200,7,0,484,0,0,1), - (134044,573,0,0,0,-10941,1392.83,41.9896,5.16831,7200,7,0,484,0,0,1), - (134045,573,0,0,0,-10875.5,1399.31,43.7585,2.50031,7200,7,0,484,0,0,1), - (134046,573,0,0,0,-10871.5,1128.65,43.2576,1.47145,7200,7,0,484,0,0,1), - (134047,573,0,0,0,-10922.3,1240.11,37.6222,5.94194,7200,7,0,484,0,0,1), - (134048,573,0,0,0,-10556.3,1595.23,46.883,0.00118548,7200,7,0,484,0,0,1), - (134049,573,0,0,0,-10611.7,1613.68,43.7162,1.63167,7200,7,0,484,0,0,1), - (134050,573,0,0,0,-10666.8,1672.88,42.2522,6.24039,7200,7,0,484,0,0,1), - (134051,573,0,0,0,-10613.4,1690.31,41.0121,0.315345,7200,7,0,484,0,0,1), - (134052,573,0,0,0,-10598,1755.61,40.6152,4.87066,7200,7,0,484,0,0,1), - (134053,573,0,0,0,-10552.7,1685.72,41.8626,5.72124,7200,7,0,484,0,0,1), - (134054,573,0,0,0,-10634,1853.29,32.3197,4.74499,7200,7,0,484,0,0,1), - (134055,573,0,0,0,-10596.9,1815.21,31.9329,3.15221,7200,7,0,484,0,0,1), - (134056,573,0,0,0,-10462.2,1460.38,47.3673,5.91681,7200,7,0,484,0,0,1), - (134057,573,0,0,0,-10308.2,1452.94,39.3629,6.11394,7200,7,0,484,0,0,1), - (134058,573,0,0,0,-10256.5,1479.52,40.3133,0.46379,7200,7,0,484,0,0,1), - (134059,573,0,0,0,-10228.1,1526.83,39.6196,4.70965,7200,7,0,484,0,0,1), - (134060,573,0,0,0,-10162.1,1452.05,40.7157,4.29339,7200,7,0,484,0,0,1), - (134061,573,0,0,0,-10178.3,1394.63,38.7316,4.39078,7200,7,0,484,0,0,1), - (134062,573,0,0,0,-10229.1,1373.68,39.3823,1.023,7200,7,0,484,0,0,1), - (134063,573,0,0,0,-10102.3,1316.15,42.4793,6.16971,7200,7,0,484,0,0,1), - (134064,573,0,0,0,-10040,1293.22,43.1366,2.61971,7200,7,0,484,0,0,1), - (134065,573,0,0,0,-10021,1250.69,43.1968,4.13082,7200,7,0,484,0,0,1), - (134066,573,0,0,0,-9993.02,1218.13,41.2383,5.75345,7200,7,0,484,0,0,1), - (134067,573,0,0,0,-9933.99,1180.56,42.3838,2.46656,7200,7,0,484,0,0,1), - (134068,573,0,0,0,-9918.03,1228.39,42.2928,0.810157,7200,7,0,484,0,0,1), - (134069,573,0,0,0,-9911.84,1287.1,42.2443,3.37527,7200,7,0,484,0,0,1), - (134070,573,0,0,0,-9850.28,1243.48,41.4316,3.61639,7200,7,0,484,0,0,1), - (134071,573,0,0,0,-10043.1,1143.52,41.7283,4.95628,7200,7,0,484,0,0,1), - (134072,573,0,0,0,-10001.6,1116.25,43.3606,3.23626,7200,7,0,484,0,0,1), - (134073,573,0,0,0,-10754.2,832.241,33.1789,3.36663,7200,7,0,484,0,0,1), - (134074,573,0,0,0,-10789.4,784.537,32.7057,3.04541,7200,7,0,484,0,0,1), - (134075,573,0,0,0,-10830.8,743.35,32.958,3.72635,7200,7,0,484,0,0,1), - (134076,573,0,0,0,-10847.1,798.228,33.3781,1.03871,7200,7,0,484,0,0,1), - (134077,573,0,0,0,-10855.5,842.321,33.162,3.39334,7200,7,0,484,0,0,1), - (134078,573,0,0,0,-10803.3,872.987,32.7511,4.49604,7200,7,0,484,0,0,1), - (134079,771,0,0,0,-10368.1,477.526,25.0036,4.53767,21600,5,0,1163,0,0,1), - (134080,771,0,0,0,-10374.3,433.891,24.8346,1.33325,21600,5,0,1163,0,0,1), - (134081,771,0,0,0,-10389.2,393.139,24.8347,4.42693,21600,5,0,1163,0,0,1), - (134082,771,0,0,0,-10359.8,332.564,18.9326,1.33403,21600,5,0,1163,0,0,1), - (134083,771,0,0,0,-10358.9,387.597,15.9737,5.95689,21600,5,0,1163,0,0,1), - (134084,771,0,0,0,-10334.4,380.494,15.9737,2.9441,21600,5,0,1163,0,0,1), - (134085,771,0,0,0,-10316.3,432.435,15.8677,4.22352,21600,5,0,1163,0,0,1), - (134086,771,0,0,0,-10305.3,445.164,12.9244,1.9545,21600,5,0,1163,0,0,1), - (134087,771,0,0,0,-10339.6,454.124,12.9452,2.03854,21600,5,0,1163,0,0,1), - (134088,507,0,0,0,-10418.4,-827.682,47.841,2.81238,25200,5,0,1404,2362,0,1), - (134089,507,0,0,0,-10449.3,-805.151,51.2756,5.14659,25200,5,0,1404,2362,0,1), - (134090,507,0,0,0,-10503.5,-807.598,53.0795,3.75486,25200,5,0,1404,2362,0,1), - (134091,507,0,0,0,-10543.3,-845.713,50.7852,2.61682,25200,5,0,1404,2362,0,1), - (134092,507,0,0,0,-10614.3,-819.224,52.5187,4.41067,25200,5,0,1404,2362,0,1), - (134093,507,0,0,0,-10648.5,-891.339,50.1687,6.27834,25200,5,0,1404,2362,0,1), - (134094,507,0,0,0,-10565,-887.854,47.1506,6.08671,25200,5,0,1404,2362,0,1), - (134095,503,0,0,0,-10235.6,284.853,2.79986,4.86306,7200,5,0,935,878,0,1), - (134096,503,0,0,0,-10227,237.548,2.79954,4.72405,7200,5,0,935,878,0,1), - (134097,503,0,0,0,-10236.4,218.458,2.79954,1.05231,7200,5,0,935,878,0,1), - (134098,503,0,0,0,-10245.3,167.227,0.046731,0.328174,7200,5,0,935,878,0,1), - (134099,503,0,0,0,-10278.9,171.652,1.4812,0.328176,7200,5,0,935,878,0,1), - (134100,503,0,0,0,-10272.8,133.432,2.49088,2.71107,7200,5,0,935,878,0,1), - (134101,521,0,0,0,-10196.2,-1073.7,31.1176,1.78793,18000,5,0,617,0,0,1), - (134102,521,0,0,0,-10199.9,-982.747,35.1528,2.30315,18000,5,0,617,0,0,1), - (134103,521,0,0,0,-10198.1,-908.148,37.3536,0.766909,18000,5,0,617,0,0,1), - (134104,521,0,0,0,-10164.9,-840.251,37.1078,5.12037,18000,5,0,617,0,0,1), - (134105,521,0,0,0,-10127.5,-818.462,36.7516,0.259544,18000,5,0,617,0,0,1), - (134106,521,0,0,0,-10171.9,-199.853,36.8481,0.910641,18000,5,0,617,0,0,1), - (134107,521,0,0,0,-10155.4,-147.063,30.2479,1.09442,18000,5,0,617,0,0,1), - (134108,521,0,0,0,-10249.3,-90.9533,36.6955,2.43196,18000,5,0,617,0,0,1), - (134109,521,0,0,0,-10240.8,-20.9696,36.7004,1.4832,18000,5,0,617,0,0,1), - (134110,521,0,0,0,-10252.1,34.1014,45.9515,3.18594,18000,5,0,617,0,0,1), - (134111,521,0,0,0,-10206.3,100.815,31.0914,2.01491,18000,5,0,617,0,0,1), - (134112,521,0,0,0,-10227.6,161.98,30.7298,2.30472,18000,5,0,617,0,0,1), - (134113,521,0,0,0,-10201.9,196.525,25.1837,1.92852,18000,5,0,617,0,0,1), - (134114,521,0,0,0,-10191.7,293.528,25.5499,0.249335,18000,5,0,617,0,0,1), - (134115,521,0,0,0,-10194.3,252.386,22.8559,5.41097,18000,5,0,617,0,0,1), - (134116,534,0,0,0,-11118.9,-1173.5,42.0605,0.441759,25200,5,0,1279,0,0,1), - (134117,534,0,0,0,-11181.5,-836.547,77.0413,4.34519,25200,5,0,1279,0,0,1), - (134118,616,0,0,0,-9046.7,-2702.5,130.044,2.70602,18000,5,0,617,0,0,1), - (134119,616,0,0,0,-9076.44,-2668.59,123.103,3.37361,18000,5,0,617,0,0,1), - (134120,616,0,0,0,-9134.8,-2687.07,89.7129,4.11817,18000,5,0,617,0,0,1), - (134121,616,0,0,0,-9098.42,-2709.94,91.9251,3.998,18000,5,0,617,0,0,1), - (134122,616,0,0,0,-9121.44,-2769.28,90.7531,3.84956,18000,5,0,617,0,0,1), - (134123,616,0,0,0,-9179.63,-2760.46,89.3372,3.41445,18000,5,0,617,0,0,1), - (134124,616,0,0,0,-9274.17,-2836.52,88.9164,1.12109,18000,5,0,617,0,0,1), - (134125,616,0,0,0,-9256.71,-2797.18,90.309,1.1203,18000,5,0,617,0,0,1), - (134126,616,0,0,0,-9286.2,-2729.36,84.188,0.298774,18000,5,0,617,0,0,1), - (134127,616,0,0,0,-9199.17,-2710.24,88.958,6.1013,18000,5,0,617,0,0,1), - (134128,616,0,0,0,-9170.31,-2617.42,109.274,5.61514,18000,5,0,617,0,0,1), - (134129,616,0,0,0,-9108.99,-2662.76,97.687,4.2886,18000,5,0,617,0,0,1), - (134130,616,0,0,0,-9242.05,-2728.91,88.8055,0.118926,18000,5,0,617,0,0,1), - (134131,584,0,0,0,-8748.51,-2371.24,157.967,4.02,21600,5,0,840,0,0,1), - (134132,584,0,0,0,-8710.88,-2360.98,156.945,2.86861,21600,5,0,840,0,0,1), - (134133,584,0,0,0,-8672.24,-2330.85,155.987,3.50007,21600,5,0,840,0,0,1), - (134134,14271,0,0,0,-9536.69,-1904.69,73.6303,3.32571,9000,5,0,386,0,0,1), - (134135,14271,0,0,0,-9523.61,-1875.84,76.457,4.23599,9000,5,0,386,0,0,1), - (134136,14271,0,0,0,-9480.52,-1865.39,84.8143,4.86981,9000,5,0,386,0,0,1), - (134137,14271,0,0,0,-9459.8,-1882.21,84.4429,4.35066,9000,5,0,386,0,0,1), - (134138,14271,0,0,0,-9459.46,-1892.84,82.6114,3.72234,9000,5,0,386,0,0,1), - (134139,14271,0,0,0,-9486.82,-1927.99,79.5343,3.40661,9000,5,0,386,0,0,1), - (134140,14271,0,0,0,-9469.04,-1995.28,97.1706,5.13056,9000,5,0,386,0,0,1), - (134141,14271,0,0,0,-9739.95,-2238.59,61.3293,0.95617,9000,5,0,386,0,0,1), - (134142,14271,0,0,0,-9769.58,-2274.49,59.9908,2.06515,9000,5,0,386,0,0,1), - (134143,14271,0,0,0,-9779.92,-2318.48,68.9062,5.60416,9000,5,0,386,0,0,1), - (134144,14271,0,0,0,-9776.57,-2272.11,59.3377,0.22968,9000,5,0,386,0,0,1), - (134145,14271,0,0,0,-9789.92,-2241.84,68.9984,3.46631,9000,5,0,386,0,0,1), - (134146,14271,0,0,0,-9790.79,-2210.7,58.6097,1.60805,9000,5,0,386,0,0,1), - (134147,14271,0,0,0,-9796.56,-2172.15,59.1615,0.740977,9000,5,0,386,0,0,1), - (134148,947,0,0,0,-9433.99,-3392.71,88.7936,6.17672,50400,5,0,788,0,0,1), - (134149,947,0,0,0,-9407.79,-3391.12,88.346,2.16883,50400,5,0,788,0,0,1), - (134150,947,0,0,0,-9388.82,-3360.66,88.5137,1.44548,50400,5,0,788,0,0,1), - (134151,947,0,0,0,-9381.22,-3335.5,90.2454,5.81151,50400,5,0,788,0,0,1), - (134152,947,0,0,0,-9355.56,-3365.65,89.1971,5.20754,50400,5,0,788,0,0,1), - (134153,947,0,0,0,-9313.62,-3399.69,92.2037,2.32041,50400,5,0,788,0,0,1), - (134154,947,0,0,0,-9164.99,-3281.72,101.344,4.93186,50400,5,0,788,0,0,1), - (134155,947,0,0,0,-9089.52,-3279.12,101.622,2.57724,50400,5,0,788,0,0,1), - (134156,947,0,0,0,-9121.59,-3230.43,101.022,3.27546,50400,5,0,788,0,0,1), - (134157,947,0,0,0,-9088.94,-3174.86,110.513,4.3546,50400,5,0,788,0,0,1), - (134158,947,0,0,0,-9005.24,-3216.25,109.04,3.12153,50400,5,0,788,0,0,1), - (134159,947,0,0,0,-9259.75,-3222.22,101.48,1.02765,50400,5,0,788,0,0,1), - (134160,14269,0,0,0,-9460.92,-2925.02,54.4946,3.82119,82800,5,0,521,0,0,2), - (134161,14269,0,0,0,-9608.91,-3027.87,51.099,4.36311,82800,5,0,521,0,0,2), - (134162,14272,0,0,0,-9060.64,-2606.6,126.409,1.74409,9000,5,0,354,1020,0,1), - (134163,14272,0,0,0,-9083.68,-2613.05,126.22,3.37536,9000,5,0,354,1020,0,1), - (134164,14272,0,0,0,-9054.55,-2648.11,129.626,1.15976,9000,5,0,354,1020,0,1), - (134165,14272,0,0,0,-9057.79,-2531.08,126.907,3.40835,9000,5,0,354,1020,0,1), - (134166,14272,0,0,0,-9057.89,-2497.79,126.417,2.09595,9000,5,0,354,1020,0,1), - (134167,14272,0,0,0,-9048,-2443.42,128.695,2.58918,9000,5,0,354,1020,0,1), - (134168,14272,0,0,0,-9004.7,-2524.84,134.931,1.91452,9000,5,0,354,1020,0,1), - (134169,14272,0,0,0,-9505.86,-2354.15,68.3321,0.726215,9000,5,0,354,1020,0,1), - (134170,14272,0,0,0,-9520.13,-2364.48,60.9323,1.99463,9000,5,0,354,1020,0,1), - (134171,14272,0,0,0,-9532.94,-2319.91,67.4185,1.65691,9000,5,0,354,1020,0,1), - (134172,14272,0,0,0,-9570.29,-2313.42,66.3702,0.0279931,9000,5,0,354,1020,0,1), - (134173,14270,0,0,0,-9361.84,-2400.62,37.0818,3.90639,9000,5,0,449,0,0,1), - (134174,14270,0,0,0,-9338.65,-2404.72,49.689,1.37191,9000,5,0,449,0,0,1), - (134175,14270,0,0,0,-9345.29,-2431.53,43.4186,2.07641,9000,5,0,449,0,0,1), - (134176,14270,0,0,0,-9314.45,-2478.91,37.8713,4.10038,9000,5,0,449,0,0,1), - (134177,14270,0,0,0,-9306.92,-2487.15,33.4464,4.8253,9000,5,0,449,0,0,1), - (134178,14270,0,0,0,-9319.99,-2508.45,23.0178,3.14377,9000,5,0,449,0,0,1), - (134179,14270,0,0,0,-9304.15,-2554.59,20.5588,1.90565,9000,5,0,449,0,0,1), - (134180,14270,0,0,0,-9308.36,-2562.42,19.7176,5.16192,9000,5,0,449,0,0,1), - (134181,14270,0,0,0,-9333.75,-2594.88,22.3274,4.06393,9000,5,0,449,0,0,1), - (134182,14270,0,0,0,-9358.75,-2607.59,26.9726,1.19801,9000,5,0,449,0,0,1), - (134183,14270,0,0,0,-9389.94,-2626.59,39.7607,3.69667,9000,5,0,449,0,0,1), - (134184,14270,0,0,0,-9375.5,-2660.86,53.4803,1.27588,9000,5,0,449,0,0,1), - (134185,14270,0,0,0,-9390.11,-2686.86,53.3259,2.35219,9000,5,0,449,0,0,1), - (134186,14270,0,0,0,-9521.02,-2653.85,48.0125,2.73202,9000,5,0,449,0,0,1), - (134187,14270,0,0,0,-9548.24,-2663.26,52.757,3.87478,9000,5,0,449,0,0,1), - (134188,14270,0,0,0,-9572.8,-2651.8,54.4195,2.16339,9000,5,0,449,0,0,1), - (134189,14270,0,0,0,-9571.51,-2620.63,53.9961,2.92642,9000,5,0,449,0,0,1), - (134190,14270,0,0,0,-9598.61,-2613.4,54.1502,3.50133,9000,5,0,449,0,0,1), - (134191,14270,0,0,0,-9600,-2639.19,54.5921,2.69316,9000,5,0,449,0,0,1), - (134192,14270,0,0,0,-9619.51,-2639.92,58.1454,2.99632,9000,5,0,449,0,0,1), - (134193,14270,0,0,0,-9571.3,-2579.31,54.088,0.888706,9000,5,0,449,0,0,1), - (134194,14270,0,0,0,-9560.4,-2566.14,54.1333,0.120586,9000,5,0,449,0,0,1), - (134195,14270,0,0,0,-9524.1,-2559.52,54.2303,0.339713,9000,5,0,449,0,0,1), - (134196,14270,0,0,0,-9493.61,-2533.7,49.9691,0.525113,9000,5,0,449,0,0,1), - (134197,14270,0,0,0,-9554.29,-2458.19,43.0244,0.0594366,9000,5,0,449,0,0,1), - (134198,14270,0,0,0,-9514.09,-2458.03,44.6223,5.84468,9000,5,0,449,0,0,1), - (134199,14270,0,0,0,-9475.01,-2465.85,43.9199,0.39812,9000,5,0,449,0,0,1), - (134200,14270,0,0,0,-9468.45,-2427.62,53.9442,0.0743763,9000,5,0,449,0,0,1), - (134201,14270,0,0,0,-9426.87,-2387.9,53.9999,1.00264,9000,5,0,449,0,0,1), - (134202,14270,0,0,0,-9392.52,-2347.7,53.9231,5.92021,9000,5,0,449,0,0,1), - (134203,14487,0,0,0,-12134.8,-4.00257,-4.46916,2.11716,50400,0,0,1116,2861,0,0), - (134204,14487,0,0,0,-12100.4,5.62468,-0.883607,0.807904,50400,0,0,1116,2861,0,0), - (134205,14487,0,0,0,-12178.1,-45.818,-10.8627,2.31303,50400,0,0,1116,2861,0,0), - (134206,14487,0,0,0,-12131.4,56.1016,-4.41692,5.53716,50400,0,0,1116,2861,0,0), - (134207,11383,0,0,0,-11952,-1061.61,110.941,1.57091,50400,0,0,8770,16020,0,0), - (134208,11383,0,0,0,-11880.8,-1059.83,116.188,1.53243,50400,0,0,8770,16020,0,0), - (134209,11383,0,0,0,-11916.3,-1026.69,69.722,1.47981,50400,0,0,8770,16020,0,0), - (88485,16017,533,0,0,3020.17,-3177.85,294.146,6.05629,3520,1,0,88032,0,0,1), - (88484,16017,533,0,0,3009.26,-3178.27,294.146,3.36643,3520,1,0,88032,0,0,1), - (134220,2541,0,0,0,-13808.2,379.781,94.5829,2.12071,21600,0,0,1848,0,0,0), - (134221,14490,0,0,0,-14780.2,355.326,-19.3936,6.2088,144000,5,0,2316,0,0,2), - (134222,14488,0,0,0,-12496.9,-163.631,12.2697,3.63517,100800,0,0,1604,0,0,2), - (134228,1552,0,0,0,-13146.5,-498.158,9.02804,1.67638,25200,0,0,2218,0,0,0), - (134229,1552,0,0,0,-13226.2,-445.828,6.77963,3.71135,25200,0,0,2218,0,0,0), - (134230,1552,0,0,0,-13189.4,-570.392,12.6386,3.53307,25200,0,0,2218,0,0,0), - (134231,14492,0,0,0,-13458.5,-138.615,50.8739,2.62593,25200,0,0,1981,0,0,0), - (134232,14492,0,0,0,-13485.4,-70.4046,47.1378,3.51422,25200,0,0,1981,0,0,0), - (134233,14492,0,0,0,-13551.9,-5.43688,53.2896,4.85411,25200,0,0,1981,0,0,0), - (134234,14492,0,0,0,-13548.4,-102.884,44.4288,5.46751,25200,0,0,1981,0,0,0), - (134235,14492,0,0,0,-13529.8,-111.52,45.9351,5.8712,25200,0,0,1981,0,0,0), - (134236,14446,0,0,0,-10906.4,-3627.93,15.7843,5.72122,46800,5,0,2059,0,0,1), - (134237,14446,0,0,0,-10910.8,-3680.2,13.0447,5.54058,46800,5,0,2059,0,0,1), - (134238,14446,0,0,0,-10840.6,-3693.59,22.7068,2.95348,46800,5,0,2059,0,0,1), - (134239,14446,0,0,0,-10863.4,-3637.09,12.8111,4.19362,46800,5,0,2059,0,0,1), - (134240,14446,0,0,0,-10945.3,-3727.3,24.8301,5.11803,46800,5,0,2059,0,0,1), - (134241,14446,0,0,0,-10869.6,-3729.59,23.3889,5.91757,46800,5,0,2059,0,0,1), - (134242,1063,0,0,0,-10474.8,-3817.11,28.9764,2.92127,144000,0,0,6467,0,0,0), - (134243,1063,0,0,0,-10444.9,-3826.08,18.0665,2.88357,144000,0,0,6467,0,0,0), - (134261,763,0,0,0,-9971.45,-3611.57,21.6782,2.16808,50400,0,0,1678,0,0,0), - (134262,763,0,0,0,-9931.38,-3600.45,23.1036,3.09564,50400,0,0,1678,0,0,0), - (134263,763,0,0,0,-9969.25,-3635.68,22.8874,5.48089,50400,0,0,1678,0,0,0), - (134264,763,0,0,0,-9939.66,-3686.67,21.7823,2.06598,50400,0,0,1678,0,0,0), - (134265,1106,0,0,0,-9969.53,-3690.45,21.6787,1.68271,21600,0,0,1257,1142,0,0), - (134266,1106,0,0,0,-9977.24,-3656.42,21.6787,0.85411,21600,0,0,1257,1142,0,0), - (134267,1106,0,0,0,-9955,-3641,21.8372,0.849401,21600,0,0,1257,1142,0,0), - (134268,1106,0,0,0,-9992.1,-3620.46,22.9665,6.16105,21600,0,0,1257,1142,0,0), - (134269,1106,0,0,0,-9940.43,-3654.01,23.1482,2.8129,21600,0,0,1257,1142,0,0), - (134270,14448,0,0,0,-10140.1,-3215.43,22.7792,1.16042,3600,5,0,2476,0,0,1), - (134271,14448,0,0,0,-10104.7,-3166.88,21.7116,2.90715,3600,5,0,2476,0,0,1), - (134272,14448,0,0,0,-10172,-3133.86,22.3259,2.91736,3600,5,0,2476,0,0,1), - (134273,14448,0,0,0,-10186.2,-3078,22.2293,1.51385,3600,5,0,2476,0,0,1), - (134274,14448,0,0,0,-10100.4,-3038.8,23.5049,2.79483,3600,5,0,2476,0,0,1), - (134275,14448,0,0,0,-10156.2,-2993.02,21.8624,3.9478,3600,5,0,2476,0,0,1), - (134276,14448,0,0,0,-10180.9,-2932.11,22.6958,0.844689,3600,5,0,2476,0,0,1), - (134277,14448,0,0,0,-10120.9,-2862.33,22.7601,2.85609,3600,5,0,2476,0,0,1), - (134278,14448,0,0,0,-10208.9,-2832.82,23.9556,3.13805,3600,5,0,2476,0,0,1), - (134279,14448,0,0,0,-10268.5,-2889.81,22.9156,2.65032,3600,5,0,2476,0,0,1), - (134280,14448,0,0,0,-10322.8,-2874.43,24.1222,2.60712,3600,5,0,2476,0,0,1), - (134281,14448,0,0,0,-10357.3,-2815.35,23.6121,2.62676,3600,5,0,2476,0,0,1), - (134282,14448,0,0,0,-10423.2,-2873.73,21.8575,4.21483,3600,5,0,2476,0,0,1), - (134283,14448,0,0,0,-10400.6,-2922.96,21.9322,5.65604,3600,5,0,2476,0,0,1), - (134284,14448,0,0,0,-10356.1,-2971.75,20.9177,5.68432,3600,5,0,2476,0,0,1), - (134285,14448,0,0,0,-10301.7,-2977.02,22.7311,5.53509,3600,5,0,2476,0,0,1), - (134286,14448,0,0,0,-10299.9,-3072.02,24.1635,5.8249,3600,5,0,2476,0,0,1), - (134287,14448,0,0,0,-10228.7,-3099.74,22.0186,0.00274617,3600,5,0,2476,0,0,1), - (134288,8298,0,0,0,-11594.7,-3196.26,6.9616,2.9841,21600,10,0,2634,2041,0,1), - (134289,8298,0,0,0,-11544,-3273.89,7.44455,5.0442,21600,10,0,2634,2041,0,1), - (134290,8298,0,0,0,-11576.7,-3282.53,11.5828,4.88397,21600,10,0,2634,2041,0,1), - (134291,8298,0,0,0,-11539.5,-3219.46,7.04855,1.13291,21600,10,0,2634,2041,0,1), - (134292,8298,0,0,0,-11724.6,-2984.14,10.9467,5.52329,21600,10,0,2634,2041,0,1), - (134293,8298,0,0,0,-11639.6,-2783.46,5.35829,6.16968,21600,10,0,2634,2041,0,1), - (134294,8298,0,0,0,-11641.9,-2751.71,16.962,5.11724,21600,10,0,2634,2041,0,1), - (134295,8301,0,0,0,-11363.2,-2835.65,5.75448,3.79149,50400,10,0,3189,0,0,1), - (134296,8301,0,0,0,-11381.1,-2910.84,5.55568,5.23112,50400,10,0,3189,0,0,1), - (134297,8301,0,0,0,-11390,-2969.17,0.861105,4.84157,50400,10,0,3189,0,0,1), - (134298,8301,0,0,0,-11418.3,-3008.76,-0.0974354,5.44632,50400,10,0,3189,0,0,1), - (134299,8301,0,0,0,-11363.2,-3051.68,-4.30044,0.0388569,50400,10,0,3189,0,0,1), - (134300,8301,0,0,0,-11299.2,-3058.28,-0.156256,0.906722,50400,10,0,3189,0,0,1), - (134301,8301,0,0,0,-11256,-3054.18,-0.156568,0.0412129,50400,10,0,3189,0,0,1), - (134302,8301,0,0,0,-11217.1,-3068.22,5.43434,0.699377,50400,10,0,3189,0,0,1), - (134303,8301,0,0,0,-11234.7,-3103.73,4.27222,0.450405,50400,10,0,3189,0,0,1), - (134304,8301,0,0,0,-11367,-3175.44,11.1196,0.997828,50400,10,0,3189,0,0,1), - (134305,8301,0,0,0,-11346.3,-3200.67,10.0637,5.37642,50400,10,0,3189,0,0,1), - (134306,8301,0,0,0,-11354.9,-3238.49,9.29685,4.39546,50400,10,0,3189,0,0,1), - (134307,8301,0,0,0,-11356.7,-3280.54,9.15801,4.92482,50400,10,0,3189,0,0,1), - (134308,8301,0,0,0,-11393.4,-3212.43,13.6807,5.17222,50400,10,0,3189,0,0,1), - (134309,8301,0,0,0,-11375.5,-3133.67,6.42179,2.08246,50400,10,0,3189,0,0,1), - (134310,8301,0,0,0,-11410.5,-3043.11,-0.401744,3.05165,50400,10,0,3189,0,0,1), - (134311,8302,0,0,0,-11029.5,-2922.28,12.5276,4.47321,104400,10,0,2672,0,0,1), - (134312,8302,0,0,0,-11021,-2864.95,9.0807,1.40388,104400,10,0,2672,0,0,1), - (134313,8302,0,0,0,-11059.6,-2817.06,9.30272,2.34636,104400,10,0,2672,0,0,1), - (134314,8302,0,0,0,-11021.4,-2782.37,4.25246,0.814045,104400,10,0,2672,0,0,1), - (134315,8302,0,0,0,-11004.2,-2749.81,5.13082,1.38896,104400,10,0,2672,0,0,1), - (134316,8302,0,0,0,-10964.3,-2781.22,5.29325,1.16512,104400,10,0,2672,0,0,1), - (134317,8302,0,0,0,-10974.6,-2755.37,5.19298,0.669531,104400,10,0,2672,0,0,1), - (134318,8302,0,0,0,-11125.2,-2717.16,11.4087,3.51189,104400,10,0,2672,0,0,1), - (134319,8302,0,0,0,-11128.1,-2754.32,17.355,2.79796,104400,10,0,2672,0,0,1), - (134320,8302,0,0,0,-11155.3,-2731.02,14.042,2.93069,104400,10,0,2672,0,0,1), - (134321,8302,0,0,0,-11195.4,-2754.92,18.5438,2.70528,104400,10,0,2672,0,0,1), - (134322,8302,0,0,0,-11189.5,-2698.22,10.0174,3.60378,104400,10,0,2672,0,0,1), - (134323,8302,0,0,0,-11241.3,-2733.32,14.5167,2.81445,104400,10,0,2672,0,0,1), - (134324,8303,0,0,0,-11211.7,-2995.63,3.36572,4.60202,151200,15,0,2769,0,0,1), - (134325,8303,0,0,0,-11178.3,-2992.61,8.94092,4.26665,151200,15,0,2769,0,0,1), - (134326,8303,0,0,0,-11204.8,-3055,2.42608,4.72061,151200,15,0,2769,0,0,1), - (134327,8303,0,0,0,-11247.5,-3079.9,3.29563,5.47852,151200,15,0,2769,0,0,1), - (134328,8303,0,0,0,-11200.8,-3103.99,8.13294,5.33951,151200,15,0,2769,0,0,1), - (134329,8303,0,0,0,-11240,-3172.6,2.69219,4.49206,151200,15,0,2769,0,0,1), - (134330,8303,0,0,0,-11183.3,-3174.74,6.94442,0.00194143,151200,15,0,2769,0,0,1), - (134331,8303,0,0,0,-11150.5,-3222.62,7.76973,5.39763,151200,15,0,2769,0,0,1), - (134332,8303,0,0,0,-11148,-3268.85,9.20335,4.77559,151200,15,0,2769,0,0,1), - (134333,8303,0,0,0,-11196.2,-3297.75,9.86134,3.57,151200,15,0,2769,0,0,1), - (134334,8303,0,0,0,-11163.2,-3328.39,5.48639,3.90458,151200,15,0,2769,0,0,1), - (134335,8303,0,0,0,-11194.4,-3361.09,8.73583,3.56372,151200,15,0,2769,0,0,1), - (134336,8303,0,0,0,-11232.5,-3336.23,9.21853,3.25899,151200,15,0,2769,0,0,1), - (134337,8303,0,0,0,-11204.5,-3227.08,9.37905,1.82563,151200,15,0,2769,0,0,1), - (134338,8303,0,0,0,-11205.1,-3145.22,7.78832,2.08089,151200,15,0,2769,0,0,1), - (134339,8303,0,0,0,-11308.1,-3153.34,6.07638,3.62577,151200,15,0,2769,0,0,1), - (134340,8303,0,0,0,-11332.3,-3119.14,-1.65414,1.88375,151200,15,0,2769,0,0,1), - (134341,8297,0,0,0,-11599.8,-2785.74,4.02655,3.27313,100800,10,0,3643,0,0,1), - (134342,8297,0,0,0,-11543.4,-2785.32,3.12875,1.31749,100800,10,0,3643,0,0,1), - (134343,8297,0,0,0,-11502,-2823.88,1.23018,5.16751,100800,10,0,3643,0,0,1), - (134344,8297,0,0,0,-11452.9,-2836.06,-0.638978,0.17631,100800,10,0,3643,0,0,1), - (134345,8297,0,0,0,-11443.1,-2884.64,6.38314,5.50445,100800,10,0,3643,0,0,1), - (134346,8297,0,0,0,-11436.9,-2949.22,4.42023,4.44809,100800,10,0,3643,0,0,1), - (134347,8297,0,0,0,-11428.7,-2787.4,0.219483,5.89401,100800,10,0,3643,0,0,1), - (134348,8297,0,0,0,-11486.8,-2777.82,-0.445384,4.69078,100800,10,0,3643,0,0,1), - (134349,8297,0,0,0,-11552.8,-2737.43,6.15942,4.11272,100800,10,0,3643,0,0,1), - (134350,8296,0,0,0,-10934,-2760.13,29.7295,5.57436,21600,0,0,1804,4140,0,0), - (134351,8296,0,0,0,-10900.1,-2650.59,7.6359,4.06247,21600,0,0,1804,4140,0,0), - (134352,8296,0,0,0,-10830.3,-2639.97,7.63644,5.76599,21600,0,0,1804,4140,0,0), - (134353,8300,0,0,0,-11330.3,-2796,11.2594,3.42393,50400,15,0,2980,0,0,1), - (134354,8300,0,0,0,-11367.7,-2796.76,4.11652,2.91499,50400,15,0,2980,0,0,1), - (134355,8300,0,0,0,-11372.6,-2765.83,5.28569,1.25466,50400,15,0,2980,0,0,1), - (134356,8300,0,0,0,-11400.3,-2775.07,3.05076,3.71138,50400,15,0,2980,0,0,1), - (134357,8300,0,0,0,-11395.3,-2820.59,-2.38094,4.64679,50400,15,0,2980,0,0,1), - (134358,8300,0,0,0,-11408.2,-2865.37,2.21612,4.29336,50400,15,0,2980,0,0,1), - (134359,8300,0,0,0,-11361.2,-2870.26,6.88591,2.37307,50400,15,0,2980,0,0,1), - (134360,8300,0,0,0,-11389.8,-2923.91,3.68246,5.0929,50400,15,0,2980,0,0,1), - (134361,8300,0,0,0,-11357.1,-3259.6,8.46644,2.98725,50400,15,0,2980,0,0,1), - (134362,8300,0,0,0,-11415.2,-3259.86,8.05703,4.65387,50400,15,0,2980,0,0,1), - (134363,8300,0,0,0,-11436.8,-3279.38,7.08787,3.7593,50400,15,0,2980,0,0,1), - (134364,8300,0,0,0,-11383.2,-3301.21,2.04095,5.98512,50400,15,0,2980,0,0,1), - (134365,8300,0,0,0,-11349.6,-3300.41,8.87688,3.15768,50400,15,0,2980,0,0,1), - (134366,8299,0,0,0,-11602.1,-3310.36,8.44892,0.210868,50400,30,0,3082,0,0,1), - (134367,8299,0,0,0,-11546.6,-3293.8,7.71513,0.0545734,50400,30,0,3082,0,0,1), - (134368,8299,0,0,0,-11511.9,-3265.57,8.39908,5.83982,50400,30,0,3082,0,0,1), - (134369,8299,0,0,0,-11481.9,-3285.29,11.6065,5.96469,50400,30,0,3082,0,0,1), - (134370,8299,0,0,0,-11455.1,-3273.96,10.7227,0.309828,50400,30,0,3082,0,0,1), - (134371,8299,0,0,0,-11406.4,-3256.89,8.43011,5.82961,50400,30,0,3082,0,0,1), - (134372,8299,0,0,0,-11375,-3288.94,2.48512,4.54312,50400,30,0,3082,0,0,1), - (134373,8299,0,0,0,-11292.1,-3342.63,8.60339,0.665614,50400,30,0,3082,0,0,1), - (134374,8299,0,0,0,-11275.5,-3316.8,25.4706,5.81783,50400,30,0,3082,0,0,1), - (134375,8299,0,0,0,-11247.4,-3315.6,19.0054,0.110337,50400,30,0,3082,0,0,1), - (134376,8299,0,0,0,-11360.2,-3242.6,8.74455,1.41488,50400,30,0,3082,0,0,1), - (134377,8299,0,0,0,-11370.1,-3198.08,11.5251,1.80287,50400,30,0,3082,0,0,1), - (134378,8299,0,0,0,-11317.1,-3169.56,7.70386,0.766928,50400,30,0,3082,0,0,1), - (134379,8299,0,0,0,-11511.9,-3177.57,9.00114,1.35441,50400,30,0,3082,0,0,1), - (134380,7846,0,0,0,-11685.9,-2955.42,7.736,1.48164,72000,0,0,91560,0,0,2), - (134381,10077,0,0,0,-8016.11,-2825.6,133.664,2.51282,25200,20,0,3189,0,0,1), - (134382,10077,0,0,0,-7623.64,-2689.91,132.954,1.49023,25200,20,0,3189,0,0,1), - (134383,10077,0,0,0,-7673.32,-2479.38,140.85,4.54857,25200,20,0,3189,0,0,1), - (134384,10077,0,0,0,-8137.99,-2654.29,133.44,1.93005,25200,20,0,3189,0,0,1), - (134385,9604,0,0,0,-7840.39,-2623.52,121.288,3.24167,108000,5,0,2633,2041,0,1), - (134386,9604,0,0,0,-7841.18,-2547.92,130.273,2.92672,108000,5,0,2633,2041,0,1), - (134387,9604,0,0,0,-7916.98,-2593.78,124.286,0.700911,108000,5,0,2633,2041,0,1), - (134388,9604,0,0,0,-7857.43,-2604.87,120.263,1.23498,108000,5,0,2633,2041,0,1), - (134389,9604,0,0,0,-7873.38,-2526.73,130.633,2.40129,108000,5,0,2633,2041,0,1), - (134390,8979,0,0,0,-8100.41,-1500.94,132.912,0.676558,21600,5,0,3997,0,0,1), - (134391,8979,0,0,0,-8130.82,-1559.3,133.52,3.89041,21600,5,0,3997,0,0,1), - (134392,8979,0,0,0,-7731.2,-1428.96,140.754,6.02669,21600,5,0,3997,0,0,1), - (134393,8979,0,0,0,-7706.93,-1454.66,140.935,1.04256,21600,5,0,3997,0,0,1), - (134394,8979,0,0,0,-7667.63,-1458.95,140.754,2.80028,21600,5,0,3997,0,0,1), - (134395,8979,0,0,0,-7625.09,-712.279,183.036,3.16156,21600,5,0,3997,0,0,1), - (134396,8979,0,0,0,-8083.47,-1481.29,132.381,0.664776,21600,5,0,3997,0,0,1), - (134397,9602,0,0,0,-7967.59,-2625.81,195.364,3.00134,50400,5,0,3292,0,0,1), - (134398,9602,0,0,0,-7973.12,-2666.03,197.96,5.22873,50400,5,0,3292,0,0,1), - (134399,9602,0,0,0,-7885.65,-2659.91,220.327,2.34327,50400,0,0,3292,0,0,0), - (134400,9602,0,0,0,-7849.44,-2660.64,221.168,0.342078,50400,5,0,3292,0,0,1), - (134401,8981,0,0,0,-7611.25,-2585.78,133.288,3.15303,50400,20,0,3643,0,0,1), - (134402,8981,0,0,0,-7929.08,-2903.57,132.769,1.39216,50400,20,0,3643,0,0,1), - (134403,8981,0,0,0,-7651.38,-2846.21,134.08,3.86381,50400,20,0,3643,0,0,1), - (134404,8981,0,0,0,-8145.39,-2780.08,137.12,2.1375,50400,20,0,3643,0,0,1), - (134405,8981,0,0,0,-8150.71,-2861.98,135.368,1.75031,50400,20,0,3643,0,0,1), - (134406,10078,0,0,0,-7939.46,-1492.68,146.416,5.23119,100800,5,0,2718,2117,0,1), - (134407,10078,0,0,0,-7904.64,-1505.75,140.695,2.79724,100800,5,0,2718,2117,0,1), - (134408,10078,0,0,0,-7879.7,-1610.47,131.4,3.17816,100800,5,0,2718,2117,0,1), - (134409,10078,0,0,0,-7873.05,-1704.17,128.261,1.78172,100800,5,0,2718,2117,0,1), - (134410,10078,0,0,0,-7645.15,-2269.98,131.301,4.85499,100800,5,0,2718,2117,0,1), - (134411,10078,0,0,0,-7769,-2128.74,128.983,2.94018,100800,5,0,2718,2117,0,1), - (134412,10078,0,0,0,-7869.17,-1766.44,121.54,1.6105,100800,5,0,2718,2117,0,1), - (134413,10078,0,0,0,-7648.31,-2288.56,131.188,1.63171,100800,5,0,2718,2117,0,1), - (134414,8978,0,0,0,-7794.8,-1854.22,135.798,1.11492,21600,10,0,3758,0,0,1), - (134415,8978,0,0,0,-7735.67,-1891.48,133.44,2.72969,21600,10,0,3758,0,0,1), - (134416,8978,0,0,0,-7742.9,-2051.23,133.44,3.70516,21600,10,0,3758,0,0,1), - (134417,8978,0,0,0,-7765.15,-2074.53,133.439,0.59891,21600,10,0,3758,0,0,1), - (134418,8978,0,0,0,-7867.31,-2171.58,133.416,0.664101,21600,10,0,3758,0,0,1), - (134419,8978,0,0,0,-7884.49,-2192.13,133.435,5.24297,21600,10,0,3758,0,0,1), - (134420,8978,0,0,0,-7849.74,-2203.44,133.222,2.32051,21600,10,0,3758,0,0,1), - (134421,8978,0,0,0,-7752.44,-2354.43,135.345,4.00362,21600,10,0,3758,0,0,1), - (134422,8978,0,0,0,-7730.43,-2347.54,136.303,4.16855,21600,10,0,3758,0,0,1), - (134423,8279,0,0,0,-7012.7,-1038.51,241.702,0.0553149,50400,30,0,2398,0,0,1), - (134424,8279,0,0,0,-6791.06,-1062.97,240.726,5.99371,50400,30,0,2398,0,0,1), - (134425,8279,0,0,0,-6722.44,-1290.69,241.516,3.06182,50400,30,0,2398,0,0,1), - (134426,8279,0,0,0,-6962.38,-1667.71,241.003,3.92261,50400,30,0,2398,0,0,1), - (134427,8282,0,0,0,-6516.42,-977.163,342.948,0.160909,25200,5,0,5502,3728,0,1), - (134428,8282,0,0,0,-6485.41,-1003.04,341.171,1.70657,25200,5,0,5502,3728,0,1), - (134429,8282,0,0,0,-6493.01,-980.502,335.131,0.796295,25200,0,0,5502,3728,0,0), - (134430,8277,0,0,0,-7154.71,-1505.94,240.319,0.566275,104400,20,0,2577,0,0,1), - (134431,8277,0,0,0,-7185.76,-999.545,244.448,6.09784,104400,20,0,2577,0,0,1), - (134432,8277,0,0,0,-6515.87,-1104.83,312.746,5.45302,104400,20,0,2577,0,0,1), - (134433,8277,0,0,0,-6536.05,-1656.03,287.987,3.02536,104400,20,0,2577,0,0,1), - (134434,8281,0,0,0,-6929.1,-1125.1,148.785,5.74683,100800,0,0,2672,0,0,2), - (134435,8283,0,0,0,-6481.58,-1354.33,212.107,1.68895,21600,20,0,2769,0,0,1), - (134436,8283,0,0,0,-6749.13,-1247.44,247.023,5.88687,21600,20,0,2769,0,0,1), - (134437,8283,0,0,0,-6627.83,-1278.64,262.097,3.01546,21600,20,0,2769,0,0,1), - (134438,8283,0,0,0,-6649.5,-1257.49,253.768,3.84798,21600,20,0,2769,0,0,1), - (134439,14224,0,0,0,-6777.48,-3428.61,241.669,0.0205605,151200,40,0,1585,0,0,1), - (134440,14224,0,0,0,-6758.16,-2670.21,242.449,2.79223,151200,40,0,1585,0,0,1), - (134441,14224,0,0,0,-7029.18,-2793.56,241.667,3.18729,151200,40,0,1585,0,0,1), - (134442,14224,0,0,0,-7187.85,-2567.51,245.432,1.62592,151200,40,0,1585,0,0,1), - (134443,14224,0,0,0,-7000.52,-2416.89,241.667,1.53717,151200,40,0,1585,0,0,1), - (134444,14224,0,0,0,-7221.25,-2147.2,305.74,3.8164,151200,40,0,1585,0,0,1), - (134445,2753,0,0,0,-7016.97,-3046.43,242.228,5.42017,100800,30,0,1046,0,0,1), - (134446,2753,0,0,0,-7013.03,-3468.18,241.673,1.9872,100800,30,0,1046,0,0,1), - (134447,2850,0,0,0,-6335.96,-3563.72,241.737,5.32688,28800,30,0,1603,0,0,1), - (134448,2850,0,0,0,-6147.18,-3413.65,246.71,0.0332949,28800,30,0,1603,0,0,1), - (134449,2850,0,0,0,-6494.85,-3218.53,251.542,3.31626,28800,30,0,1603,0,0,1), - (134450,2752,0,0,0,-7317.62,-2423.82,282.348,1.09042,25200,30,0,2218,0,0,1), - (134451,2752,0,0,0,-7245.83,-2197.77,291.592,5.33707,25200,30,0,2218,0,0,1), - (134452,2752,0,0,0,-7224.89,-2128.48,308.4,4.21945,25200,30,0,2218,0,0,1), - (134453,2744,0,0,0,-6325.38,-3080.88,310.834,4.02294,46800,0,0,1752,0,0,0), - (134454,2744,0,0,0,-6350.12,-3072.52,310.836,2.40267,46800,0,0,1752,0,0,0), - (134455,2744,0,0,0,-6368.25,-3092.61,310.836,0.84444,46800,0,0,1752,0,0,0), - (134456,2749,0,0,0,-6871.89,-2474.56,244.964,1.69974,100800,40,0,5334,0,0,1), - (134457,2749,0,0,0,-6870.37,-2367.13,245.122,1.92122,100800,40,0,5334,0,0,1), - (134458,2749,0,0,0,-6914.6,-2293.12,240.744,1.79948,100800,40,0,5334,0,0,1), - (134459,2749,0,0,0,-6876.74,-2215.62,246.544,5.08088,100800,40,0,5334,0,0,1), - (134460,2749,0,0,0,-6972.67,-2472.58,241.668,0.0519719,100800,40,0,5334,0,0,1), - (134461,2749,0,0,0,-6895.08,-2553.64,241.668,5.49871,100800,40,0,5334,0,0,1), - (134462,2749,0,0,0,-6811.36,-2691.24,241.803,5.37305,100800,40,0,5334,0,0,1), - (134463,2749,0,0,0,-6720.54,-2689.26,241.667,4.60336,100800,40,0,5334,0,0,1), - (134464,2749,0,0,0,-6675.87,-2805.08,242.015,5.27723,100800,40,0,5334,0,0,1), - (134465,2749,0,0,0,-6719.02,-2862.09,241.055,4.06457,100800,40,0,5334,0,0,1), - (134466,2749,0,0,0,-6679.51,-2966.33,241.57,6.25191,100800,40,0,5334,0,0,1), - (134467,2749,0,0,0,-6581.63,-2980.98,246.852,0.170569,100800,40,0,5334,0,0,1), - (134468,2749,0,0,0,-6549.88,-3074.9,267.462,4.61828,100800,40,0,5334,0,0,1), - (134469,2751,0,0,0,-6089.62,-3307.45,256.508,3.9075,50400,40,0,1469,0,0,1), - (134470,2751,0,0,0,-6445.55,-3207.58,261.646,3.63889,50400,40,0,1469,0,0,1), - (134471,2931,0,0,0,-6992.21,-2959.33,241.668,1.51805,25200,60,0,7842,0,0,1), - (134472,2931,0,0,0,-6780.72,-2937.12,241.681,1.80472,25200,60,0,7842,0,0,1), - (134473,1130,0,0,0,-5796.19,-1279.61,380.612,0.0238605,7200,30,0,247,0,0,1), - (134474,1130,0,0,0,-5795.53,-1125.64,380.152,6.2073,7200,30,0,247,0,0,1), - (134475,1130,0,0,0,-5798.45,-799.914,397.554,5.3787,7200,30,0,247,0,0,1), - (134476,1137,0,0,0,-5499.88,-276.782,354.034,5.03772,1500,0,0,176,0,0,2), - (134477,8503,0,0,0,-5294.84,580.469,388.175,5.71317,7200,20,0,199,459,0,1), - (134478,1260,0,0,0,-5577.44,738.988,392.493,6.15967,7200,5,0,208,205,0,1), - (134479,1260,0,0,0,-5657.94,694.35,388.595,2.91833,7200,5,0,208,205,0,1), - (134480,1260,0,0,0,-5552.29,629.549,399.155,5.04597,7200,5,0,208,205,0,1), - (134481,1260,0,0,0,-5602.93,612.653,389.8,0.72,7200,5,0,208,205,0,1), - (134482,1260,0,0,0,-5670.69,647.065,388.339,6.25313,7200,5,0,208,205,0,1), - (134483,1132,0,0,0,-5313.48,152.114,389.935,5.56098,7200,20,0,198,0,0,1), - (134484,1132,0,0,0,-5274.49,122.044,392.245,5.9741,7200,20,0,198,0,0,1), - (134485,2476,0,0,0,-5215.82,-3657.1,300.852,4.95221,18000,20,0,573,0,0,1), - (134486,14268,0,0,0,-5718.08,-4055.36,367.92,2.95247,18000,20,0,356,0,0,1), - (134487,14268,0,0,0,-5789.31,-4052.05,370.923,3.71823,18000,20,0,356,0,0,1), - (134488,14268,0,0,0,-5932.27,-3719.54,342.366,6.01709,18000,20,0,356,0,0,1), - (134489,14425,0,0,0,-2965.36,-1693.82,9.43015,1.95012,82800,5,0,664,0,0,1), - (134490,14425,0,0,0,-3055.29,-1688.94,9.50866,1.31787,82800,5,0,664,0,0,1), - (134491,14425,0,0,0,-2902.11,-1844.95,9.44318,2.04594,82800,5,0,664,0,0,1), - (134492,14425,0,0,0,-2967.25,-1954.45,9.30357,5.55353,82800,5,0,664,0,0,1), - (134493,14425,0,0,0,-3088.73,-1998.04,9.2548,6.00906,82800,5,0,664,0,0,1), - (134494,14424,0,0,0,-3064.32,-1246.68,6.27744,0.876569,39600,15,0,734,0,0,1), - (134495,14424,0,0,0,-3123.78,-1267.58,6.11777,1.24178,39600,15,0,734,0,0,1), - (134496,14424,0,0,0,-3129.05,-1359.7,6.08778,0.993593,39600,15,0,734,0,0,1), - (134497,14424,0,0,0,-3189.54,-1441.41,6.42105,0.991237,39600,15,0,734,0,0,1), - (134498,14424,0,0,0,-2869.19,-1389.43,6.08772,3.82151,39600,15,0,734,0,0,1), - (134499,14424,0,0,0,-2809.46,-1255.03,6.10735,4.69016,39600,15,0,734,0,0,1), - (134500,14424,0,0,0,-2987.19,-1498.11,6.12174,4.18593,39600,15,0,734,0,0,1), - (134501,14424,0,0,0,-3043.04,-1527.75,0.839375,2.97044,39600,15,0,734,0,0,1), - (134502,14424,0,0,0,-2845.53,-1312.79,6.08789,4.04063,39600,15,0,734,0,0,1), - (134503,14424,0,0,0,-2814.83,-1190.84,6.38761,0.117568,39600,15,0,734,0,0,1), - (134504,14424,0,0,0,-2775.41,-1183.08,6.84324,1.01528,39600,15,0,734,0,0,1), - (134505,14424,0,0,0,-2952.75,-1279.71,6.50979,1.42761,39600,15,0,734,0,0,1), - (134506,14424,0,0,0,-2909.83,-1198.62,6.74907,1.05612,39600,15,0,734,0,0,1), - (134507,14424,0,0,0,-2883.41,-1107.3,6.23648,3.84555,39600,15,0,734,0,0,1), - (134508,14424,0,0,0,-2988.78,-1108.52,6.18763,1.69435,39600,15,0,734,0,0,1), - (134509,14424,0,0,0,-3035.63,-1090.82,6.0878,3.17168,39600,15,0,734,0,0,1), - (134510,14424,0,0,0,-3024.37,-1051.34,6.08822,1.07624,39600,15,0,734,0,0,1), - (134511,14424,0,0,0,-2983.89,-1153.69,6.08775,1.07938,39600,15,0,734,0,0,1), - (134512,14424,0,0,0,-3022.69,-1223.12,4.92937,0.375663,39600,15,0,734,0,0,1), - (134514,14424,0,0,0,-2910.54,-1454.22,6.08779,4.31238,39600,15,0,734,0,0,1), - (134730,883,429,0,0,78.3947,-289.857,-55.4764,4.98539,7200,0,0,1,0,0,0), - (134731,883,429,0,0,79.8869,-287.854,-55.5947,0.109973,7200,0,0,1,0,0,0), - (134732,1412,429,0,0,-145.678,-188.004,-4.06495,5.41052,7200,0,0,8,0,0,0), - (134733,1412,429,0,0,-89.9229,-327.969,-56.6587,1.09956,7200,0,0,8,0,0,0), - (134734,1412,429,0,0,98.2445,-271.798,-2.7377,1.68363,7200,0,0,8,0,0,0), - (134735,1412,429,0,0,-18.9724,-338.297,-2.73597,0.008798,7200,0,0,8,0,0,0), - (134736,1412,429,0,0,43.4498,-249.524,-52.8565,5.25344,7200,0,0,8,0,0,0), - (134737,1412,429,0,0,136.458,-320.317,7.60497,0.162894,7200,0,0,8,0,0,0), - (134738,1412,429,0,0,-52.7927,-318.739,-53.0088,5.95829,7200,0,0,8,0,0,0), - (134739,1412,429,0,0,-166.892,-237.24,7.60565,4.45071,7200,0,0,8,0,0,0), - (134740,1412,429,0,0,-1.47589,-247.514,-53.6291,2.16226,7200,0,0,8,0,0,0), - (134741,1412,429,0,0,-45.4898,-275.688,-57.3578,3.96245,7200,0,0,8,0,0,0), - (134742,1412,429,0,0,-166.15,-319.039,7.6047,1.77892,7200,0,0,8,0,0,0), - (134743,1412,429,0,0,-151.769,-358.922,-4.23659,5.48243,7200,0,0,8,0,0,0), - (134744,1412,429,0,0,-158.804,-339.269,-4.19303,4.28925,7200,0,0,8,0,0,0), - (134745,1412,429,0,0,-72.0005,-345.3,-4.03359,2.98672,7200,0,0,8,0,0,0), - (134746,1412,429,0,0,-166.79,-236.859,7.68885,5.86431,7200,0,0,8,0,0,0), - (134747,1412,429,0,0,43.8834,-249.347,-52.9414,0.38733,7200,0,0,8,0,0,0), - (134748,1412,429,0,0,-45.176,-275.351,-57.2373,3.89208,7200,0,0,8,0,0,0), - (134749,1412,429,0,0,-104.761,-356.167,-4.0997,2.69766,7200,0,0,8,0,0,0), - (134750,1412,429,0,0,-166.038,-319.342,7.60455,1.67389,7200,0,0,8,0,0,0), - (134751,1412,429,0,0,13.8706,-270.362,-52.6382,3.53614,7200,0,0,8,0,0,0), - (134752,1412,429,0,0,-97.5659,-330.237,-57.1258,1.28208,7200,0,0,8,0,0,0), - (134753,1412,429,0,0,-19.6245,-338.303,-2.65313,3.61283,7200,0,0,8,0,0,0), - (134754,1412,429,0,0,-158.406,-338.387,-4.06629,2.74017,7200,0,0,8,0,0,0), - (134755,1412,429,0,0,-89.9518,-327.218,-56.7094,1.60916,7200,0,0,8,0,0,0), - (134756,1412,429,0,0,47.3439,-345.485,-4.03754,2.97946,7200,0,0,8,0,0,0), - (134757,1412,429,0,0,136.124,-320.346,7.60491,0.223598,7200,0,0,8,0,0,0), - (134758,1412,429,0,0,98.3382,-271.294,-2.73781,1.53207,7200,0,0,8,0,0,0), - (134759,1412,429,0,0,-146.211,-187.845,-4.12055,2.85043,7200,0,0,8,0,0,0), - (134785,16032,429,0,0,122.669,444.578,-48.3768,5.42797,7200,0,0,710,0,0,0), - (134787,11441,429,0,0,402.45,333.237,2.9312,0.191986,7200,0,0,13920,0,0,0), - (134788,11441,429,0,0,439.642,134.562,-2.4987,6.19592,7200,0,0,13920,0,0,0), - (134789,11441,429,0,0,450.071,134.044,-2.49898,3.14159,7200,0,0,13920,0,0,0), - (134791,11441,429,0,0,445.038,350.688,2.93627,1.62316,7200,0,0,13920,0,0,0), - (134792,11441,429,0,0,289.288,-75.3393,-3.80366,0.855211,7200,0,0,13920,0,0,0), - (134793,11441,429,0,0,297.368,-66.7381,-3.80376,3.92699,7200,0,0,13920,0,0,0), - (134794,11441,429,0,0,404.442,180.283,2.93519,5.39307,7200,0,0,13920,0,0,0), - (134795,11441,429,0,0,367.083,36.711,-24.7118,4.64258,7200,0,0,13920,0,0,0), - (134796,11441,429,0,0,375.465,26.511,-25.888,3.05433,7200,0,0,13920,0,0,0), - (134797,11441,429,0,0,417.915,292.252,11.1982,3.60941,7200,0,0,13920,0,0,0), - (134798,11441,429,0,0,312.086,182.917,2.93627,4.36332,7200,0,0,13920,0,0,0), - (134799,11441,429,0,0,326.912,360.968,2.93626,4.74729,7200,0,0,13920,0,0,0), - (134800,11441,429,0,0,398.872,167.834,2.85043,6.04776,7200,5,0,13920,0,0,1), - (134801,11441,429,0,0,469.788,46.4686,-3.91727,1.44576,7200,0,0,13920,0,0,0), - (134802,11441,429,0,0,310.688,-12.7194,-3.80129,6.19592,7200,0,0,13920,0,0,0), - (134803,11441,429,0,0,387.546,135.562,-2.50008,2.00713,7200,0,0,13920,0,0,0), - (134805,11441,429,0,0,301.618,48.9438,-3.88544,0.541052,7200,0,0,13920,0,0,0), - (134806,11441,429,0,0,391.712,102.586,-3.80363,0.541052,7200,0,0,13920,0,0,0), - (134807,11441,429,0,0,262.402,94.8272,-2.47626,3.21141,7200,0,0,13920,0,0,0), - (134808,11441,429,0,0,431.271,75.9517,-23.5555,3.76991,7200,0,0,13920,0,0,0), - (134810,11441,429,0,0,321.913,132.877,-2.49938,5.37561,7200,0,0,13920,0,0,0), - (134811,11441,429,0,0,316.945,239.888,11.2093,3.14159,7200,0,0,13920,0,0,0), - (134812,11441,429,0,0,292.932,264.732,2.94989,3.7001,7200,0,0,13920,0,0,0), - (134813,11441,429,0,0,281.884,257.988,2.9364,0.541052,7200,0,0,13920,0,0,0), - (134814,11441,429,0,0,469.761,66.3496,-3.80288,4.27606,7200,0,0,13920,0,0,0), - (134816,11441,429,0,0,352.292,219.206,11.2871,4.60767,7200,0,0,13920,0,0,0), - (134817,11441,429,0,0,484.79,192.536,2.93627,3.22886,7200,0,0,13920,0,0,0), - (134819,11441,429,0,0,480.492,171.572,2.93626,0.855211,7200,0,0,13920,0,0,0), - (134820,11441,429,0,0,357.101,-105.233,-3.8031,3.735,7200,0,0,13920,0,0,0), - (134821,11441,429,0,0,420.708,212.934,11.2148,4.02882,7200,0,0,13920,0,0,0), - (134823,11441,429,0,0,253.919,101.484,-2.47626,4.79965,7200,0,0,13920,0,0,0), - (134825,11441,429,0,0,293.43,22.6771,-3.83323,1.71042,7200,0,0,13920,0,0,0), - (134827,11441,429,0,0,290,43.9366,-3.84639,4.88692,7200,0,0,13920,0,0,0), - (134828,11441,429,0,0,387.18,212.206,11.2158,3.16332,7200,0,0,13920,0,0,0), - (134829,11441,429,0,0,414.897,260.269,11.2061,4.6183,7200,5,0,13920,0,0,1), - (134830,11441,429,0,0,378.439,136.133,-2.50067,0.925025,7200,0,0,13920,0,0,0), - (134831,11441,429,0,0,325.94,124.511,-3.80362,1.88496,7200,0,0,13920,0,0,0), - (134835,11441,429,0,0,350.716,306.468,11.2068,1.12018,7200,0,0,13920,0,0,0), - (134836,11441,429,0,0,338.808,208.337,11.2875,1.37881,7200,0,0,13920,0,0,0), - (134838,11444,429,0,0,278.29,32.931,-2.46346,0.05236,7200,0,0,9745,10680,0,0), - (134839,11444,429,0,0,356.308,27.8438,-24.9039,6.23082,7200,0,0,9745,10680,0,0), - (134840,11444,429,0,0,364.345,17.3626,-25.5038,1.36136,7200,0,0,9745,10680,0,0), - (134841,11444,429,0,0,413.308,200.467,11.2983,0.261799,7200,0,0,9745,10680,0,0), - (134842,11444,429,0,0,425.703,203.455,11.2904,3.35103,7200,0,0,9745,10680,0,0), - (134843,11444,429,0,0,324.012,296.401,11.2898,1.36136,7200,0,0,9745,10680,0,0), - (134844,11444,429,0,0,325.699,305.354,11.2862,4.53786,7200,0,0,9745,10680,0,0), - (134845,11444,429,0,0,288.657,317.849,2.93636,2.42601,7200,0,0,9745,10680,0,0), - (134848,11444,429,0,0,279.307,325.271,2.93639,5.65487,7200,0,0,9745,10680,0,0), - (134849,11444,429,0,0,431.546,171.163,2.85225,3.26898,7200,5,0,9745,10680,0,1), - (134853,11444,429,0,0,253.062,92.799,-2.47625,0.802851,7200,0,0,9745,10680,0,0), - (134854,11444,429,0,0,273.006,195.121,2.93627,0.855211,7200,0,0,9745,10680,0,0), - (134855,11444,429,0,0,280.528,204.355,2.93633,4.06662,7200,0,0,9745,10680,0,0), - (134857,11444,429,0,0,333.932,132.645,-2.49961,3.40339,7200,0,0,9745,10680,0,0), - (134858,11444,429,0,0,462.979,55.9376,-3.80328,0.541052,7200,0,0,9745,10680,0,0), - (134859,11444,429,0,0,349.212,-110.3,-3.80274,0.733038,7200,0,0,9745,10680,0,0), - (134860,11444,429,0,0,341.384,219.696,11.287,4.27606,7200,0,0,9745,10680,0,0), - (134862,11444,429,0,0,487.189,179.82,2.93627,4.06662,7200,0,0,9745,10680,0,0), - (134863,11444,429,0,0,735.327,423.83,28.2633,0.750492,7200,0,0,9745,10680,0,0), - (134865,11444,429,0,0,299.916,40.0648,-3.8728,3.80482,7200,0,0,9745,10680,0,0), - (134868,11444,429,0,0,384.076,144.653,0.654953,4.57276,7200,0,0,9745,10680,0,0), - (134869,11444,429,0,0,314.267,125.077,-3.80362,0.453786,7200,0,0,9745,10680,0,0), - (134870,11444,429,0,0,471.769,192.862,2.93626,6.12611,7200,0,0,9745,10680,0,0), - (134871,11444,429,0,0,479.482,59.1785,-3.80289,3.24631,7200,0,0,9745,10680,0,0), - (134872,11444,429,0,0,328.938,169.844,2.85461,3.3161,7200,5,0,9745,10680,0,1), - (134873,11444,429,0,0,350.451,203.075,11.2928,1.44862,7200,0,0,9745,10680,0,0), - (134875,11445,429,0,0,692.195,511.417,28.2594,2.87979,7200,0,0,14214,4738,0,0), - (134878,11445,429,0,0,743.179,436.379,28.2657,4.17134,7200,0,0,14214,4738,0,0), - (134879,11445,429,0,0,667.484,467.305,29.5391,4.20624,7200,0,0,14214,4738,0,0), - (134880,11445,429,0,0,676.629,460.347,29.5408,3.19395,7200,0,0,14214,4738,0,0), - (134881,11445,429,0,0,681.03,504.275,29.5437,1.48353,7200,0,0,14214,4738,0,0), - (134882,11446,429,0,0,910.469,460.242,40.4794,2.93215,7200,0,0,3052,0,0,0), - (134883,11446,429,0,0,794.791,565.687,40.4798,5.07891,7200,0,0,3052,0,0,0), - (134886,11446,429,0,0,879.269,413.435,40.48,2.23402,7200,0,0,3052,0,0,0), - (134887,11446,429,0,0,759.706,415.478,40.4794,0.750492,7200,0,0,3052,0,0,0), - (134888,11446,429,0,0,819.916,391.366,40.4797,1.48353,7200,0,0,3052,0,0,0), - (134889,11446,429,0,0,764.541,548.918,40.4821,5.44543,7200,0,0,3052,0,0,0), - (134890,11446,429,0,0,814.476,570.523,40.479,4.86947,7200,0,0,3052,0,0,0), - (134891,11446,429,0,0,879.467,549.782,40.48,4.08407,7200,0,0,3052,0,0,0), - (134892,11446,429,0,0,909.916,505.704,40.479,3.47321,7200,0,0,3052,0,0,0), - (134893,11446,429,0,0,852.577,564.638,40.4802,4.43314,7200,0,0,3052,0,0,0), - (134894,11446,429,0,0,851.739,398.095,40.4801,1.85005,7200,0,0,3052,0,0,0), - (134895,11446,429,0,0,902.99,442.14,40.4793,2.68781,7200,0,0,3052,0,0,0), - (134896,11446,429,0,0,794.689,394.92,40.4798,1.20428,7200,0,0,3052,0,0,0), - (134897,11448,429,0,0,379.625,466.833,-7.14894,5.77704,7200,0,0,10365,16794,0,0), - (134898,11448,429,0,0,581.503,596.278,-4.67144,0.05236,7200,0,0,10365,16794,0,0), - (134899,11448,429,0,0,593.01,596.731,-4.67143,3.15905,7200,0,0,10365,16794,0,0), - (134900,11448,429,0,0,568.204,479.525,29.5475,3.22886,7200,0,0,10365,16794,0,0), - (134901,11448,429,0,0,518.04,562.212,27.9994,5.21853,7200,0,0,10365,16794,0,0), - (134902,11448,429,0,0,476.998,565.548,27.9979,5.44543,7200,0,0,10365,16794,0,0), - (134903,11448,429,0,0,580.365,565.465,-4.67144,0.034907,7200,0,0,10365,16794,0,0), - (134904,11448,429,0,0,480.812,600.12,-25.3203,1.13446,7200,0,0,10365,16794,0,0), - (134905,11448,429,0,0,483.991,607.756,-25.3214,4.38078,7200,0,0,10365,16794,0,0), - (134906,11448,429,0,0,579.373,590.731,-25.3194,1.88496,7200,0,0,10365,16794,0,0), - (134907,11448,429,0,0,572.401,599.51,-25.3194,5.49779,7200,0,0,10365,16794,0,0), - (134908,11448,429,0,0,548.933,575.927,-4.67144,2.28638,7200,0,0,10365,16794,0,0), - (134909,11448,429,0,0,425.414,543.026,-18.26,3.61283,7200,0,0,10365,16794,0,0), - (134910,11448,429,0,0,584.833,544.572,-25.3159,2.28638,7200,0,0,10365,16794,0,0), - (134911,11448,429,0,0,577.443,549.148,-25.3152,5.37561,7200,0,0,10365,16794,0,0), - (134912,14386,429,0,0,560.917,545.409,-25.3172,1.00548,900,0,0,305,0,0,2), - (134913,14386,429,0,0,446.833,542.643,-21.8128,3.26136,900,0,0,305,0,0,2), - (134989,11458,429,0,0,65.9918,260.462,-8.33747,1.65806,7200,0,0,8352,0,0,0), - (134991,11458,429,0,0,-92.0202,203.288,-4.90247,3.19395,7200,0,0,8352,0,0,0), - (134992,11458,429,0,0,-98.8537,198.111,-3.39203,1.8675,7200,0,0,8352,0,0,0), - (134993,11458,429,0,0,-107.522,198.166,-3.39206,0.453786,7200,0,0,8352,0,0,0), - (134995,11458,429,0,0,49.6096,300.218,-8.33785,1.72788,7200,0,0,8352,0,0,0), - (134996,10405,329,559,0,3621.35,-3514.28,137.12,0,7200,0,0,8352,0,0,2), - (134997,10405,329,559,0,3541.63,-3402.77,133.14,0,7200,0,0,8352,0,0,2), - (134998,10405,329,559,0,3705.07,-3403.91,132.131,0,7200,0,0,8352,0,0,2), - (134999,10405,329,559,0,3659.01,-3325,123.662,0,7200,0,0,8352,0,0,2), - (135000,10405,329,559,0,3662.67,-3342.99,124.405,0,7200,0,0,8352,0,0,2), - (135001,10405,329,559,0,3536.46,-3323.75,129.53,0,7200,0,0,8352,0,0,2), - (135002,10405,329,559,0,3665.44,-3481.04,137.126,0,7200,0,0,8352,0,0,2), - (135003,10405,329,559,0,3516.81,-3385.62,132.662,0,7200,0,0,8352,0,0,2), - (135004,10405,329,559,0,3603.55,-3486.83,135.853,0,7200,5,0,8352,0,0,1), - (135005,10405,329,559,0,3481.68,-3318.06,130.746,0,7200,5,0,8352,0,0,1), - (135006,10393,329,2606,0,3603.55,-3486.83,135.853,0,604800,5,0,13065,10922,0,1), - (135007,10393,329,2606,0,3481.68,-3318.06,130.746,0,604800,5,0,13065,10922,0,1), - (135020,11458,429,0,0,-84.0404,361.479,-3.39357,5.53269,7200,0,0,8352,0,0,0), - (135023,11458,429,0,0,120.713,206.373,-4.90247,5.5676,7200,0,0,8352,0,0,0), - (135024,11458,429,0,0,135.579,192.048,-3.39096,2.32129,7200,0,0,8352,0,0,0), - (135025,10411,329,4629,0,3480.39,-3307.11,130.413,0,900,0,0,1100,0,0,2), - (135026,10411,329,4629,0,3729.96,-3259.32,127.959,0,900,0,0,1100,0,0,2), - (135027,10411,329,4629,0,3823.75,-3625.02,145.529,0,900,0,0,1100,0,0,2), - (135043,11458,429,0,0,121.758,352.931,-4.90246,2.84489,7200,0,0,8352,0,0,0), - (135044,11458,429,0,0,138.338,360.565,-3.39671,2.00713,7200,0,0,8352,0,0,0), - (135045,11458,429,0,0,114.802,361.037,-3.39479,3.87463,7200,0,0,8352,0,0,0), - (135046,11458,429,0,0,-52.3998,288.789,-7.32111,1.62316,7200,0,0,8352,0,0,0), - (135047,11458,429,0,0,-32.3612,290.174,-7.06593,2.46091,7200,0,0,8352,0,0,0), - (135048,11458,429,0,0,-12.8258,250.3,-8.44244,0.780131,7200,0,0,8352,0,0,0), - (135056,11458,429,0,0,-27.7349,266.501,-8.81597,3.61916,7200,0,0,8352,0,0,0), - (135059,11458,429,0,0,73.2866,275.55,-7.54284,6.14356,7200,0,0,8352,0,0,0), - (135060,11458,429,0,0,80.676,258.702,-7.56109,2.21657,7200,0,0,8352,0,0,0), - (135067,11458,429,0,0,-22.7325,186.699,-3.4756,3.16307,7200,0,0,8352,0,0,0), - (135068,11458,429,0,0,-3.37704,184.789,-3.4756,0.214215,7200,5,0,8352,0,0,1), - (135069,11458,429,0,0,-13.5503,194.196,-3.4756,0.255774,7200,5,0,8352,0,0,1), - (135070,11458,429,0,0,-94.5732,357.768,-3.47957,0.014872,7200,0,0,8352,0,0,0), - (135072,11459,429,0,0,40.4957,332.062,-4.9858,6.26095,7200,0,0,16704,0,0,0), - (135073,11459,429,0,0,97.8988,220.263,-4.98581,3.91711,7200,0,0,16704,0,0,0), - (135074,11459,429,0,0,122.34,249.074,-4.98583,1.56546,7200,5,0,16704,0,0,1), - (135075,11459,429,0,0,-86.0906,256.784,-4.98541,1.70275,7200,5,0,16704,0,0,1), - (135076,11459,429,0,0,-63.5588,208.12,-4.9858,5.79684,7200,0,0,16704,0,0,0), - (135077,11459,429,0,0,12.172,332.792,-4.9858,0.001971,7200,0,0,16704,0,0,0), - (135078,11459,429,0,0,-17.2562,334.063,-4.9884,0.041005,7200,0,0,16704,0,0,0), - (135079,11459,429,0,0,117.241,238.304,-4.98568,4.68351,7200,0,0,16704,0,0,0), - (135080,11459,429,0,0,70.8969,219.714,-4.9858,3.16192,7200,0,0,16704,0,0,0), - (135081,11459,429,0,0,67.1806,334.437,-4.9858,0.088779,7200,5,0,16704,0,0,1), - (135082,11459,429,0,0,-92.6434,286.583,-4.98605,4.69207,7200,5,0,16704,0,0,1), - (135083,11459,429,0,0,-35.5453,349.841,-4.98923,3.13877,7200,0,0,16704,0,0,0), - (135084,11459,429,0,0,101.21,330.55,-4.98576,5.40841,7200,5,0,16704,0,0,1), - (135085,11459,429,0,0,43.1073,219.233,-4.9858,3.11267,7200,5,0,16704,0,0,1), - (135086,11459,429,0,0,115.092,290.629,-4.98558,4.70909,7200,0,0,16704,0,0,0), - (135516,15235,531,0,0,-8617.82,1770.24,-90.4684,0,3520,0,0,64740,0,0,2), - (135517,15236,531,0,0,-8619.53,1774.94,-90.0669,0,3520,0,0,30520,0,0,0), - (135518,15236,531,0,0,-8619.53,1765.54,-90.0669,0,3520,0,0,30520,0,0,0), - (135519,15236,531,0,0,-8621.82,1770.24,-90.0669,0,3520,0,0,30520,0,0,0), - (135520,15249,531,0,0,-8621.82,1770.24,-90.0669,0,3520,0,0,94320,0,0,0), - (135521,15235,531,0,0,-8645.39,1710.06,-90.0669,0,3520,0,0,64740,0,0,2), - (135522,15236,531,0,0,-8647.1,1714.76,-90.0669,0,3520,0,0,30520,0,0,0), - (135523,15236,531,0,0,-8647.1,1705.36,-90.0669,0,3520,0,0,30520,0,0,0), - (135524,15236,531,0,0,-8649.39,1710.06,-90.0669,0,3520,0,0,30520,0,0,0), - (135525,15249,531,0,0,-8649.39,1710.06,-90.0669,0,3520,0,0,94320,0,0,0), - (135526,15235,531,0,0,-8717.54,1450.8,-70.1568,0,3520,0,0,64740,0,0,2), - (135527,15236,531,0,0,-8719.25,1455.5,-70.1568,0,3520,0,0,30520,0,0,0), - (135528,15236,531,0,0,-8719.25,1446.11,-70.1568,0,3520,0,0,30520,0,0,0), - (135529,15236,531,0,0,-8721.54,1450.8,-70.1568,0,3520,0,0,30520,0,0,0), - (135530,15249,531,0,0,-8721.54,1450.8,-70.1568,0,3520,0,0,94320,0,0,0), - (135531,15235,531,0,0,-8667.69,1471.39,-69.8897,0,3520,0,0,64740,0,0,2), - (135532,15236,531,0,0,-8669.4,1476.09,-69.8897,0,3520,0,0,30520,0,0,0), - (135533,15236,531,0,0,-8669.4,1466.69,-69.8897,0,3520,0,0,30520,0,0,0), - (135534,15236,531,0,0,-8671.69,1471.39,-69.8897,0,3520,0,0,30520,0,0,0), - (135535,15249,531,0,0,-8671.69,1471.39,-69.8897,0,3520,0,0,94320,0,0,0), - (135536,15235,531,0,0,-8602.22,1420.14,-66.1638,0,3520,0,0,64740,0,0,2), - (135537,15236,531,0,0,-8603.93,1424.84,-66.1638,0,3520,0,0,30520,0,0,0), - (135538,15236,531,0,0,-8603.93,1415.44,-66.1638,0,3520,0,0,30520,0,0,0), - (135539,15236,531,0,0,-8606.22,1420.14,-66.1638,0,3520,0,0,30520,0,0,0), - (135540,15249,531,0,0,-8606.22,1420.14,-66.1638,0,3520,0,0,94320,0,0,0), - (135541,15235,531,0,0,-8685.76,1457.88,-69.9058,0,3520,0,0,64740,0,0,2), - (135542,15236,531,0,0,-8687.47,1462.58,-69.9058,0,3520,0,0,30520,0,0,0), - (135543,15236,531,0,0,-8687.47,1453.19,-69.9058,0,3520,0,0,30520,0,0,0), - (135544,15236,531,0,0,-8689.76,1457.88,-69.9058,0,3520,0,0,30520,0,0,0), - (135545,15249,531,0,0,-8689.76,1457.88,-69.9058,0,3520,0,0,94320,0,0,0), - (136150,11466,429,0,0,-66.7143,890.488,-23.9629,5.06145,7200,0,0,523,6351,0,0), - (136151,11466,429,0,0,-38.8097,895.555,-23.8604,4.72984,7200,0,0,523,6351,0,0), - (136152,11466,429,0,0,-10.1546,890.54,-23.8612,4.34587,7200,0,0,523,6351,0,0), - (136153,11466,429,0,0,14.3415,876.391,-23.9007,4.01426,7200,0,0,523,6351,0,0), - (136154,11466,429,0,0,33.0897,854.282,-23.8659,3.64774,7200,0,0,523,6351,0,0), - (136155,11466,429,0,0,42.9412,828.325,-23.7855,3.31613,7200,0,0,523,6351,0,0), - (136156,11466,429,0,0,43.0038,798.122,-23.854,2.94961,7200,0,0,523,6351,0,0), - (136157,11466,429,0,0,32.7354,770.632,-23.8969,2.60054,7200,0,0,523,6351,0,0), - (136158,11466,429,0,0,14.6399,749.159,-23.836,2.25148,7200,0,0,523,6351,0,0), - (136159,11466,429,0,0,-10.6438,734.385,-23.6699,1.90241,7200,0,0,523,6351,0,0), - (136160,11466,429,0,0,-39.0555,729.605,-23.6257,1.5708,7200,0,0,523,6351,0,0), - (136161,11466,429,0,0,-67.9051,734.638,-23.5353,1.22173,7200,0,0,523,6351,0,0), - (136162,11466,429,0,0,-92.7016,749.325,-23.5862,0.872665,7200,0,0,523,6351,0,0), - (136163,11466,429,0,0,-111.204,771.413,-23.4829,0.523599,7200,0,0,523,6351,0,0), - (136164,11466,429,0,0,-121.358,799.398,-23.3194,0.174533,7200,0,0,523,6351,0,0), - (136165,11466,429,0,0,-120.874,827.414,-23.4619,6.10865,7200,0,0,523,6351,0,0), - (136166,11466,429,0,0,-110.415,855.412,-23.4797,5.75959,7200,0,0,523,6351,0,0), - (136167,11466,429,0,0,-92.051,876.475,-23.6719,5.42797,7200,0,0,523,6351,0,0), - (136168,11469,429,0,0,55.0221,508.635,-3.48438,3.15905,7200,0,0,8613,0,0,0), - (136169,11469,429,0,0,121.059,488.502,28.6844,4.5204,7200,0,0,8613,0,0,0), - (136170,11469,429,0,0,100.154,567.333,28.6954,1.39626,7200,0,0,8613,0,0,0), - (136171,11469,429,0,0,62.6031,525.741,28.6854,2.93215,7200,0,0,8613,0,0,0), - (136172,11469,429,0,0,-60.8733,565.822,28.6972,0.174533,7200,0,0,8613,0,0,0), - (136173,11469,429,0,0,-17.0975,531.373,28.6855,0.087266,7200,0,0,8613,0,0,0), - (136174,11469,429,0,0,78.0193,572.068,28.6971,5.60251,7200,0,0,8613,0,0,0), - (136175,11469,429,0,0,-28.5838,511.139,-3.48528,5.02655,7200,0,0,8613,0,0,0), - (136176,11469,429,0,0,-106.094,532.15,28.6969,4.34587,7200,0,0,8613,0,0,0), - (136177,11469,429,0,0,7.98379,564.159,28.6879,2.02458,7200,0,0,8613,0,0,0), - (136178,11469,429,0,0,4.40959,505.233,-3.48315,0.942478,7200,0,0,8613,0,0,0), - (136179,11469,429,0,0,-67.2448,524.653,28.6861,6.23082,7200,0,0,8613,0,0,0), - (136180,11470,429,0,0,55.0866,505.726,-3.48333,2.67035,7200,0,0,6891,6867,0,0), - (136181,11470,429,0,0,97.1054,488.343,28.6844,3.10669,7200,0,0,6891,6867,0,0), - (136182,11470,429,0,0,5.91784,509.837,-3.48481,4.59022,7200,0,0,6891,6867,0,0), - (136183,11470,429,0,0,122.531,481.388,28.6844,1.58825,7200,0,0,6891,6867,0,0), - (136184,11470,429,0,0,118.721,481.643,28.6844,1.01229,7200,0,0,6891,6867,0,0), - (136185,11470,429,0,0,99.0028,570.998,28.6964,5.2709,7200,0,0,6891,6867,0,0), - (136186,11470,429,0,0,-67.2448,524.653,28.6861,6.23082,7200,0,0,6891,6867,0,0), - (136187,11470,429,0,0,56.6144,524.315,28.685,0.523599,7200,0,0,6891,6867,0,0), - (136188,11470,429,0,0,-54.1802,566.224,28.6972,3.1765,7200,0,0,6891,6867,0,0), - (136190,11470,429,0,0,-12.0959,530.086,28.685,3.1765,7200,0,0,6891,6867,0,0), - (136191,11470,429,0,0,-16.9684,527.327,28.6848,0.610865,7200,0,0,6891,6867,0,0), - (136192,11470,429,0,0,82.6258,570.367,28.6977,3.08923,7200,0,0,6891,6867,0,0), - (136193,11470,429,0,0,79.9753,564.996,28.6964,1.5708,7200,0,0,6891,6867,0,0), - (136194,11470,429,0,0,-27.428,507.017,-3.48379,1.85005,7200,0,0,6891,6867,0,0), - (136195,11470,429,0,0,-108.313,526.203,28.6966,1.25664,7200,0,0,6891,6867,0,0), - (136196,11470,429,0,0,-24.9202,509.228,-3.48459,2.44346,7200,0,0,6891,6867,0,0), - (136197,11470,429,0,0,9.66484,568.061,28.6882,3.75246,7200,0,0,6891,6867,0,0), - (136198,11470,429,0,0,7.29686,509.009,-3.48451,3.80482,7200,0,0,6891,6867,0,0), - (136199,11470,429,0,0,48.1242,508.601,-3.48436,6.21337,7200,0,0,6891,6867,0,0), - (136200,11470,429,0,0,-61.637,526.777,28.6853,3.28122,7200,0,0,6891,6867,0,0), - (136201,11471,429,0,0,-12.1814,558.704,-4.39591,5.99616,7200,0,0,6681,6723,0,0), - (136202,11471,429,0,0,109.165,479.837,-4.31265,5.37561,7200,0,0,6681,6723,0,0), - (136203,11471,429,0,0,107.902,473.495,-4.31271,0.663225,7200,0,0,6681,6723,0,0), - (136204,11471,429,0,0,98.7997,546.439,-4.31221,6.12611,7200,0,0,6681,6723,0,0), - (136205,11471,429,0,0,128.643,561.759,-4.31221,3.12414,7200,0,0,6681,6723,0,0), - (136206,11471,429,0,0,-96.1452,465.968,-4.31524,6.00393,7200,0,0,6681,6723,0,0), - (136208,11471,429,0,0,-90.7062,517.615,-4.31369,3.15905,7200,0,0,6681,6723,0,0), - (136209,11471,429,0,0,103.881,501.979,-4.31225,2.16421,7200,0,0,6681,6723,0,0), - (136210,11471,429,0,0,54.076,542.697,-4.39562,4.00858,7200,0,0,6681,6723,0,0), - (136211,11471,429,0,0,68.6846,546.253,-4.39761,4.57106,7200,0,0,6681,6723,0,0), - (136212,11471,429,0,0,-54.5304,538.834,-4.31221,5.63741,7200,0,0,6681,6723,0,0), - (136213,11471,429,0,0,-53.2673,555.241,-4.40285,0.570829,7200,0,0,6681,6723,0,0), - (136217,11471,429,0,0,32.1369,566.978,-4.3122,2.87979,7200,0,0,6681,6723,0,0), - (136218,11471,429,0,0,128.655,439.345,-4.30314,0.750492,7200,0,0,6681,6723,0,0), - (136224,11472,429,0,0,-20.3706,539.497,-4.31221,5.96903,7200,0,0,8352,0,0,0), - (136225,11472,429,0,0,115.494,462.595,-4.31628,0,7200,0,0,8352,0,0,0), - (136226,11472,429,0,0,90.1725,558.166,-4.3122,0.506145,7200,0,0,8352,0,0,0), - (136227,11472,429,0,0,135.202,564.822,-4.31221,3.14159,7200,0,0,8352,0,0,0), - (136228,11472,429,0,0,-85.7577,474.07,-4.31686,0.174533,7200,0,0,8352,0,0,0), - (136231,11472,429,0,0,-78.8651,514.519,-4.31482,2.40855,7200,0,0,8352,0,0,0), - (136232,11472,429,0,0,-96.1273,509.47,-4.31524,2.18166,7200,0,0,8352,0,0,0), - (136233,11472,429,0,0,99.151,510.032,-4.31224,1.06465,7200,0,0,8352,0,0,0), - (136234,11472,429,0,0,102.626,518.346,-4.39536,2.62741,7200,0,0,8352,0,0,0), - (137646,11472,429,0,0,59.9386,535.892,-4.3122,2.18166,7200,0,0,8352,0,0,0), - (137647,11472,429,0,0,-60.4682,549.095,-4.40406,3.71401,7200,0,0,8352,0,0,0), - (137653,11472,429,0,0,-58.685,566.327,-4.3122,0,7200,0,0,8352,0,0,0), - (137656,11472,429,0,0,33.8972,557.805,-4.3122,4.2586,7200,0,0,8352,0,0,0), - (137657,11472,429,0,0,120.586,438.521,-4.31108,1.65806,7200,0,0,8352,0,0,0), - (137662,11472,429,0,0,62.4359,556.919,-4.3074,0,7200,0,0,8352,0,0,0), - (137666,721,429,0,0,-5.03282,-241.909,-54.2811,1.48937,7200,0,0,1,0,0,0), - (137667,721,429,0,0,-114.278,-264.464,-56.1262,0.913239,7200,0,0,1,0,0,0), - (137668,721,429,0,0,64.0855,-316.149,-54.0207,2.40855,7200,0,0,1,0,0,0), - (137669,11473,429,0,0,107.537,519.429,28.6011,4.88988,7200,0,0,6891,6867,0,0), - (137670,721,429,0,0,-22.6146,-318.401,-51.3798,2.76825,7200,0,0,1,0,0,0), - (137671,11473,429,0,0,-41.5571,610.235,-23.3052,1.09859,7200,5,0,6891,6867,0,1), - (137672,721,429,0,0,-4.8488,-242.598,-54.2285,1.31191,7200,0,0,1,0,0,0), - (137673,11473,429,0,0,60.3375,410.765,-3.59399,4.22231,7200,5,0,6891,6867,0,1), - (137674,721,429,0,0,-22.4144,-318.368,-51.3755,2.73144,7200,0,0,1,0,0,0), - (137675,11473,429,0,0,76.7585,442.129,-3.57471,0.561933,7200,0,0,6891,6867,0,0), - (137676,11473,429,0,0,-24.5859,566.612,-23.3052,2.29767,7200,0,0,6891,6867,0,0), - (137677,721,429,0,0,64.9345,-316.45,-54.1711,5.94235,7200,0,0,1,0,0,0), - (137678,721,429,0,0,-113.891,-264.249,-56.1787,0.809323,7200,0,0,1,0,0,0), - (137679,11473,429,0,0,33.9748,547.044,28.6048,3.23875,7200,5,0,6891,6867,0,1), - (137680,11473,429,0,0,-38.7757,604.689,-23.3052,4.42281,7200,5,0,6891,6867,0,1), - (137681,11473,429,0,0,7.15476,551.157,-23.3052,0.111138,7200,5,0,6891,6867,0,1), - (137682,11475,429,0,0,-20.8648,551.596,-4.39737,4.71914,7200,0,0,8613,0,0,0), - (137683,11475,429,0,0,101.293,479.851,-4.31301,4.50295,7200,0,0,8613,0,0,0), - (137684,11475,429,0,0,88.1093,548.942,-4.3122,3.80482,7200,0,0,8613,0,0,0), - (137685,11475,429,0,0,135.813,559.564,-4.31221,3.12414,7200,0,0,8613,0,0,0), - (137686,11475,429,0,0,-98.2049,476.774,-4.31492,1.85005,7200,0,0,8613,0,0,0), - (137688,11475,429,0,0,-55.1989,563.449,-4.40317,5.51304,7200,0,0,8613,0,0,0), - (137689,11475,429,0,0,28.9378,554.511,-23.2219,3.83972,7200,0,0,8613,0,0,0), - (137690,11475,429,0,0,-17.531,558.016,-23.2219,4.43314,7200,0,0,8613,0,0,0), - (137693,11475,429,0,0,21.8259,551.752,-4.39944,2.73993,7200,0,0,8613,0,0,0), - (137694,11475,429,0,0,119.8,427.561,-4.30938,1.43117,7200,0,0,8613,0,0,0), - (137696,11475,429,0,0,57.5582,546.248,-4.3122,0.122173,7200,0,0,8613,0,0,0), - (137698,11476,429,0,0,125.715,384.229,28.6884,4.85202,7200,0,0,3619,0,0,0), - (137699,11476,429,0,0,117.153,390.882,28.6844,3.92699,7200,0,0,3619,0,0,0), - (137700,11476,429,0,0,-92.792,387.466,28.6855,3.33358,7200,0,0,3619,0,0,0), - (137701,11476,429,0,0,-64.0295,564.499,28.6968,4.83456,7200,0,0,3619,0,0,0), - (137702,11476,429,0,0,-56.3611,560.078,28.6955,4.59022,7200,0,0,3619,0,0,0), - (137703,11476,429,0,0,-104.183,526.692,28.6962,1.0472,7200,0,0,3619,0,0,0), - (137704,11476,429,0,0,106.187,395.379,28.6844,2.87979,7200,0,0,3619,0,0,0), - (137705,11476,429,0,0,107.807,382.362,28.6845,3.28122,7200,0,0,3619,0,0,0), - (137707,11476,429,0,0,-21.4629,529.414,28.6858,1.25664,7200,0,0,3619,0,0,0), - (137708,11476,429,0,0,-81.6961,403.148,28.6844,2.86234,7200,0,0,3619,0,0,0), - (137711,11476,429,0,0,-80.6973,380.285,28.6892,4.50295,7200,0,0,3619,0,0,0), - (137712,11476,429,0,0,-81.8493,391.963,28.6844,5.58505,7200,0,0,3619,0,0,0), - (137714,11476,429,0,0,-1.28895,506.292,-3.48353,0.750492,7200,0,0,3619,0,0,0), - (137715,11476,429,0,0,10.3501,504.603,-3.48293,4.60767,7200,0,0,3619,0,0,0), - (137716,11476,429,0,0,118.854,396.512,28.6844,4.76475,7200,0,0,3619,0,0,0), - (137717,11476,429,0,0,120.028,383.161,28.6882,5.81195,7200,0,0,3619,0,0,0), - (137719,11476,429,0,0,-90.3692,395.925,28.6844,0.733038,7200,0,0,3619,0,0,0), - (137722,11476,429,0,0,95.5775,480.244,28.6844,3.01942,7200,0,0,3619,0,0,0), - (137726,11476,429,0,0,97.0632,564.434,28.696,0.523599,7200,0,0,3619,0,0,0), - (137728,11477,429,0,0,93.1133,492.334,28.6844,3.68265,7200,0,0,3732,0,0,0), - (137731,11477,429,0,0,49.3202,503.902,-3.48267,1.65806,7200,0,0,3732,0,0,0), - (137732,11477,429,0,0,61.3003,507.949,-3.48413,0.418879,7200,0,0,3732,0,0,0), - (137733,11477,429,0,0,105.119,570.376,28.6945,4.81711,7200,0,0,3732,0,0,0), - (137735,11477,429,0,0,-81.1514,396.299,28.6844,0.907571,7200,0,0,3732,0,0,0), - (137736,11477,429,0,0,-105.719,535.634,28.6958,1.72788,7200,0,0,3732,0,0,0), - (137737,11477,429,0,0,109.753,391.43,28.6844,0.191986,7200,0,0,3732,0,0,0), - (137738,11477,429,0,0,104.027,377.357,28.691,2.61799,7200,0,0,3732,0,0,0), - (137742,11477,429,0,0,-87.1873,391.362,28.6844,4.93928,7200,0,0,3732,0,0,0), - (137743,11477,429,0,0,112.952,396.303,28.6844,3.735,7200,0,0,3732,0,0,0), - (137744,11477,429,0,0,113.487,381.919,28.6862,3.22886,7200,0,0,3732,0,0,0), - (137745,11477,429,0,0,-33.4381,505.196,-3.48314,1.06465,7200,0,0,3732,0,0,0), - (137746,11477,429,0,0,-22.4055,504.89,-3.48303,4.45059,7200,0,0,3732,0,0,0), - (137749,11477,429,0,0,-92.207,380.287,28.6892,4.76475,7200,0,0,3732,0,0,0), - (137750,11477,429,0,0,-86.1771,399.27,28.6844,5.35816,7200,0,0,3732,0,0,0), - (137753,11477,429,0,0,-8.55244,526.9,28.6848,5.41052,7200,0,0,3732,0,0,0), - (137756,11477,429,0,0,-90.7518,404.466,28.6844,0.558505,7200,0,0,3732,0,0,0), - (137760,11480,429,0,0,0.18435,277.584,-8.35593,3.03687,7200,0,0,7107,9476,0,0), - (137761,11480,429,0,0,22.2903,268.93,-7.75637,5.61996,7200,0,0,7107,9476,0,0), - (137762,11480,429,0,0,13.7393,290.024,-8.81422,1.43117,7200,0,0,7107,9476,0,0), - (137763,11480,429,0,0,109.187,432.731,28.6844,2.93215,7200,0,0,7107,9476,0,0), - (137764,11480,429,0,0,116.239,417.468,28.6844,4.41568,7200,0,0,7107,9476,0,0), - (137765,11480,429,0,0,126.612,440.825,28.6844,1.18682,7200,0,0,7107,9476,0,0), - (137766,11480,429,0,0,-79.4082,437.517,28.6859,5.61996,7200,0,0,7107,9476,0,0), - (137767,11480,429,0,0,-86.4111,454.612,28.6864,1.18682,7200,0,0,7107,9476,0,0), - (137768,11480,429,0,0,-98.4999,429.365,28.6854,4.20624,7200,0,0,7107,9476,0,0), - (137769,11480,429,0,0,78.1069,724.323,-24.4956,4.67748,7200,0,0,7107,9476,0,0), - (137770,11480,429,0,0,89.8462,745.194,-24.497,0.715585,7200,0,0,7107,9476,0,0), - (137771,11480,429,0,0,64.6404,736.824,-24.497,3.33358,7200,0,0,7107,9476,0,0), - (137772,11480,429,0,0,-154.641,721.118,-24.4952,4.64258,7200,0,0,7107,9476,0,0), - (137773,11480,429,0,0,-142.956,743.886,-24.497,0.715585,7200,0,0,7107,9476,0,0), - (137774,11480,429,0,0,-170.839,735.324,-24.497,3.14159,7200,0,0,7107,9476,0,0), - (137776,11480,429,0,0,133.537,434.405,28.6844,0.471239,7200,0,0,7107,9476,0,0), - (137777,11483,429,0,0,4.51283,268.919,-8.03384,3.83972,7200,0,0,6681,8964,0,0), - (137778,11483,429,0,0,13.3353,265.504,-7.47873,4.85202,7200,0,0,6681,8964,0,0), - (137779,11483,429,0,0,24.4087,277.987,-8.40844,6.0912,7200,0,0,6681,8964,0,0), - (137780,11483,429,0,0,22.2632,286.032,-8.67728,0.855211,7200,0,0,6681,8964,0,0), - (137781,11483,429,0,0,4.86775,286.17,-8.49644,2.51327,7200,0,0,6681,8964,0,0), - (137782,11483,429,0,0,116.572,441.026,28.6844,1.90241,7200,0,0,6681,8964,0,0), - (137783,11483,429,0,0,109.499,423.1,28.6844,3.31613,7200,0,0,6681,8964,0,0), - (137784,11483,429,0,0,126.092,416.945,28.6844,4.99164,7200,0,0,6681,8964,0,0), - (137785,11483,429,0,0,133.068,423.411,28.6844,5.93412,7200,0,0,6681,8964,0,0), - (137787,11483,429,0,0,-86.7868,430.229,28.6855,4.83456,7200,0,0,6681,8964,0,0), - (137788,11483,429,0,0,-79.6795,447.35,28.6859,0.401426,7200,0,0,6681,8964,0,0), - (137789,11483,429,0,0,-97.6146,454.302,28.6873,2.21657,7200,0,0,6681,8964,0,0), - (137790,11483,429,0,0,-104.249,447.252,28.6878,2.75762,7200,0,0,6681,8964,0,0), - (137791,11483,429,0,0,-104.42,436.883,28.6865,3.36848,7200,0,0,6681,8964,0,0), - (137792,11483,429,0,0,87.2501,727.643,-24.497,5.16617,7200,0,0,6681,8964,0,0), - (137793,11483,429,0,0,91.785,737.786,-24.497,0,7200,0,0,6681,8964,0,0), - (137794,11483,429,0,0,78.097,749.842,-24.497,1.41372,7200,0,0,6681,8964,0,0), - (137795,11483,429,0,0,68.7335,747.766,-24.497,2.33874,7200,0,0,6681,8964,0,0), - (137796,11483,429,0,0,68.4746,728.471,-24.4956,3.9619,7200,0,0,6681,8964,0,0), - (137797,11483,429,0,0,-146.109,724.521,-24.4951,5.48033,7200,0,0,6681,8964,0,0), - (137798,11483,429,0,0,-140.277,734.367,-24.4966,6.07375,7200,0,0,6681,8964,0,0), - (137799,11483,429,0,0,-154.064,748.169,-24.497,1.50098,7200,0,0,6681,8964,0,0), - (137800,11483,429,0,0,-165.33,746.258,-24.497,2.19912,7200,0,0,6681,8964,0,0), - (137801,11483,429,0,0,-164.966,724.302,-24.4968,3.78736,7200,0,0,6681,8964,0,0), - (137819,11484,429,0,0,49.3567,883.821,-24.5769,5.56065,7200,0,0,14214,9476,0,0), - (137821,11484,429,0,0,71.8866,802.159,-24.5795,4.54358,7200,0,0,14214,9476,0,0), - (137822,11484,429,0,0,-60.802,924.346,-24.583,0.318711,7200,0,0,14214,9476,0,0), - (137826,11484,429,0,0,30.9659,721.215,-24.5793,4.00711,7200,0,0,14214,9476,0,0), - (137833,11484,429,0,0,51.3458,736.83,-24.5792,4.12959,7200,0,0,14214,9476,0,0), - (137835,11484,429,0,0,29.9793,905.026,-24.5823,5.81356,7200,0,0,14214,9476,0,0), - (137853,11484,429,0,0,67.2693,766.125,-24.5747,4.39966,7200,0,0,14214,9476,0,0), - (137855,11484,429,0,0,-15.6323,926.147,-24.5762,6.15434,7200,0,0,14214,9476,0,0), - (137860,11484,429,0,0,-20.562,700.975,-24.6149,3.4988,7200,0,0,14214,9476,0,0), - (137881,11486,429,0,0,132.626,625.913,-48.3836,4.62512,7200,0,0,31279,0,0,0), - (138098,14303,429,0,0,58.2748,291.576,-7.44135,0,7200,0,0,6960,0,0,0), - (138099,14303,429,0,0,-25.9732,198.634,-3.4136,1.22173,7200,0,0,6960,0,0,0), - (138100,11487,429,0,0,33.14,575.552,-4.31052,4.53786,7200,0,0,20757,9736,0,0), - (138101,14303,429,0,0,134.719,202.953,-4.90247,3.7001,7200,0,0,6960,0,0,0), - (138102,14303,429,0,0,131.323,351.775,-4.90247,5.18363,7200,0,0,6960,0,0,0), - (138103,14303,429,0,0,-39.8928,286.151,-7.38984,0.174533,7200,0,0,6960,0,0,0), - (138105,14303,429,0,0,49.9775,283.452,-8.00757,3.46971,7200,0,0,6960,0,0,0), - (138106,14303,429,0,0,-30.5724,251.465,-8.73913,5.77788,7200,0,0,6960,0,0,0), - (138107,14303,429,0,0,74.1333,265.431,-8.13567,3.33358,7200,0,0,6960,0,0,0), - (138109,14303,429,0,0,118.751,196.82,-3.39151,0.244346,7200,0,0,6960,0,0,0), - (138110,14303,429,0,0,-101.768,352.196,-4.99126,4.50226,7200,0,0,6960,0,0,0), - (138114,11488,429,0,0,-84.3469,543.958,28.6151,0.838618,7200,0,0,17094,7302,0,0), - (138115,11489,429,0,0,14.3925,475.848,-23.3028,1.55431,10800,0,0,33572,0,0,0), - (138121,14308,429,0,0,-87.3427,543.798,28.6151,0.838618,7200,0,0,15260,0,0,0), - (138140,11496,429,0,0,-38.0807,812.44,-29.4525,4.69494,7200,0,0,37728,0,0,0), - (138141,4075,429,0,0,-75.5426,-430.138,-4.22523,3.68583,7200,0,0,8,0,0,0), - (138142,4075,429,0,0,-94.5627,-419.621,-4.2202,6.09133,7200,0,0,8,0,0,0), - (138143,4075,429,0,0,45.7819,-655.018,-25.1443,5.91424,7200,0,0,8,0,0,0), - (138145,4075,429,0,0,-21.0212,-451.857,-37.9616,1.77153,7200,0,0,8,0,0,0), - (138146,4075,429,0,0,51.7986,-389.468,-58.608,0.093473,7200,0,0,8,0,0,0), - (138147,4075,429,0,0,71.6593,-411.741,-4.21146,4.78411,7200,0,0,8,0,0,0), - (138148,4075,429,0,0,-20.0563,-441.62,-37.9618,1.46711,7200,0,0,8,0,0,0), - (138149,4075,429,0,0,-83.7068,-435.811,-58.6096,5.01112,7200,0,0,8,0,0,0), - (138151,4075,429,0,0,-60.6631,-414.719,-4.22567,4.77264,7200,0,0,8,0,0,0), - (138152,4075,429,0,0,451.992,543.104,-23.4666,4.17874,7200,0,0,8,0,0,0), - (138153,4075,429,0,0,689.378,426.816,29.4313,0.261799,7200,0,0,8,0,0,0), - (138154,4075,429,0,0,538.151,599.863,-25.4027,3.69893,7200,0,0,8,0,0,0), - (138155,4075,429,0,0,736.416,425.202,28.1801,0.227269,7200,0,0,8,0,0,0), - (138156,4075,429,0,0,586.556,552.399,-25.401,3.75992,7200,0,0,8,0,0,0), - (138157,4075,429,0,0,376.942,163.219,2.85314,2.60157,7200,0,0,8,0,0,0), - (138158,4075,429,0,0,399.052,34.0016,-25.3173,3.37129,7200,0,0,8,0,0,0), - (138159,4075,429,0,0,548.95,599.798,-25.4028,3.64157,7200,0,0,8,0,0,0), - (138160,4075,429,0,0,607.849,491.072,29.4641,3.69673,7200,0,0,8,0,0,0), - (138161,4075,429,0,0,387.191,499.438,-11.5235,6.00336,7200,0,0,8,0,0,0), - (138162,4075,429,0,0,554.726,469.866,29.5492,4.5204,7200,0,0,8,0,0,0), - (138163,4075,429,0,0,380.517,410.533,-1.66398,4.71692,7200,0,0,8,0,0,0), - (138164,4075,429,0,0,805.121,567.978,40.398,4.76622,7200,0,0,8,0,0,0), - (138165,4075,429,0,0,506.164,589.405,-25.4021,0.279148,7200,0,0,8,0,0,0), - (138166,4075,429,0,0,907.432,453.279,40.4784,0.785398,7200,0,0,8,0,0,0), - (138167,4075,429,0,0,72.1275,-410.029,-4.21253,5.3202,7200,0,0,8,0,0,0), - (138168,4075,429,0,0,-20.3056,-444.016,-37.8782,2.77507,7200,0,0,8,0,0,0), - (138169,4075,429,0,0,-96.6492,-420.567,-4.21996,5.06875,7200,0,0,8,0,0,0), - (138170,4075,429,0,0,-85.7692,-434.861,-58.6089,3.76603,7200,0,0,8,0,0,0), - (138171,4075,429,0,0,101.82,-545.165,-11.081,0.482936,7200,0,0,8,0,0,0), - (138172,4075,429,0,0,535.985,599.371,-25.4026,3.4546,7200,0,0,8,0,0,0), - (138173,4075,429,0,0,513.854,592.391,-25.4022,3.12883,7200,0,0,8,0,0,0), - (138174,4075,429,0,0,589.137,560.861,-25.4004,3.31179,7200,0,0,8,0,0,0), - (138176,4075,429,0,0,45.9556,-656.77,-25.1469,5.14989,7200,0,0,8,0,0,0), - (138177,4075,429,0,0,108.89,-459.697,-3.27357,1.73809,7200,0,0,8,0,0,0), - (138178,4075,429,0,0,49.8575,-389.458,-58.6082,0.357159,7200,0,0,8,0,0,0), - (138179,4075,429,0,0,-21.5497,-455.841,-37.9615,4.00629,7200,0,0,8,0,0,0), - (138180,4075,429,0,0,-75.5033,-430.175,-4.22524,3.71638,7200,0,0,8,0,0,0), - (138182,4075,429,0,0,906.881,450.326,40.398,4.52786,7200,0,0,8,0,0,0), - (138183,11501,429,0,0,828.074,480.751,37.318,3.184,43200,0,1,29154,0,0,0), - (138184,14326,429,0,0,410.711,-3.15041,-24.558,5.28835,43200,3,0,23688,0,0,1), - (138185,14322,429,0,0,491.231,97.3879,-2.5004,4.03171,43200,0,0,23688,0,0,0), - (138186,14321,429,0,0,356.795,258.306,11.6538,3.14258,43200,0,1,23688,0,0,2), - (138187,14323,429,0,0,550.38,533.725,-25.3185,3.92699,43200,0,0,23688,0,0,2), - (138188,14325,429,0,0,627.59,481.721,29.4627,3.13558,43200,0,1,28296,0,0,0), - (138189,14324,429,0,0,833.995,489.543,37.4015,3.21141,43200,0,1,19536,9736,0,0), - (138195,13036,429,0,0,725.086,486.37,28.2642,4.36332,7200,0,0,3758,0,0,0), - (138196,13036,429,0,0,719.403,477.228,28.263,5.86431,7200,0,0,3758,0,0,0), - (138197,13036,429,0,0,712.803,468.677,28.2616,5.06145,7200,0,0,3758,0,0,0), - (138198,13036,429,0,0,724.21,464.514,28.2634,0.925025,7200,0,0,3758,0,0,0), - (138199,13036,429,0,0,715.356,492.574,28.2628,4.74729,7200,0,0,3758,0,0,0), - (138200,13036,429,0,0,729.782,497.977,28.1809,1.0012,7200,0,0,3758,0,0,0), - (138201,13036,429,0,0,731.356,440.905,28.1809,3.69297,7200,0,0,3758,0,0,0), - (138202,13036,429,0,0,730.857,454.202,28.1818,4.64055,7200,0,0,3758,0,0,0), - (138203,13036,429,0,0,735.317,444.417,28.1823,0.813315,7200,0,0,3758,0,0,0), - (138204,4076,429,0,0,910.052,510.987,40.398,1.64991,7200,0,0,8,0,0,0), - (138206,13036,429,0,0,340.884,-22.1709,-25.0456,5.84685,7200,0,0,3758,0,0,0), - (138207,13036,429,0,0,357.606,-31.0619,-25.3087,1.57987,7200,0,0,3758,0,0,0), - (138208,13036,429,0,0,349.138,-36.2457,-25.3775,0.750492,7200,0,0,3758,0,0,0), - (138209,13036,429,0,0,341.746,-30.117,-25.1938,3.12414,7200,0,0,3758,0,0,0), - (138210,13036,429,0,0,382.306,-69.0369,-23.5575,1.91986,7200,0,0,3758,0,0,0), - (138211,13036,429,0,0,377.483,-51.7621,-24.1065,2.63545,7200,0,0,3758,0,0,0), - (138212,13036,429,0,0,382.778,-47.0005,-23.906,4.95674,7200,0,0,3758,0,0,0), - (138213,13036,429,0,0,374.831,-59.13,-24.1519,0.418879,7200,0,0,3758,0,0,0), - (138214,13036,429,0,0,399.18,16.25,-25.5551,4.4731,7200,0,0,3758,0,0,0), - (138217,4076,429,0,0,731.987,529.097,28.1789,2.44048,7200,0,0,8,0,0,0), - (138218,4076,429,0,0,351.118,51.9392,-23.8786,0.266854,7200,0,0,8,0,0,0), - (138219,4076,429,0,0,337.744,241.784,11.2018,1.52277,7200,0,0,8,0,0,0), - (138220,4076,429,0,0,410.405,112.234,-3.88713,3.61973,7200,0,0,8,0,0,0), - (138221,13036,429,0,0,407.789,-50.7201,-23.0973,1.5708,7200,0,0,3758,0,0,0), - (138222,13036,429,0,0,428.65,-35.0334,-24.7101,0.884373,7200,0,0,3758,0,0,0), - (138224,13036,429,0,0,415.32,-37.0531,-23.9358,4.29386,7200,0,0,3758,0,0,0), - (138225,13036,429,0,0,428.125,79.5227,-23.7273,3.03687,7200,0,0,3758,0,0,0), - (138226,13036,429,0,0,426.051,73.2831,-23.4526,0.296706,7200,0,0,3758,0,0,0), - (138227,13036,429,0,0,434.372,68.875,-23.2256,5.39307,7200,0,0,3758,0,0,0), - (138228,4076,429,0,0,553.861,565.871,-4.75477,5.37734,7200,0,0,8,0,0,0), - (138229,4076,429,0,0,760.553,414.626,40.3968,3.03623,7200,0,0,8,0,0,0), - (138230,4076,429,0,0,590.287,561.059,-25.314,2.77507,7200,0,0,8,0,0,0), - (138231,4076,429,0,0,385.337,489.142,-8.76283,3.47874,7200,0,0,8,0,0,0), - (138232,4076,429,0,0,326.671,295.167,11.203,3.57201,7200,0,0,8,0,0,0), - (138233,13036,429,0,0,448.359,304.18,11.2033,3.98352,7200,0,0,3758,0,0,0), - (138235,13036,429,0,0,441.873,292.296,11.2877,1.20428,7200,0,0,3758,0,0,0), - (138236,13036,429,0,0,399.746,102.826,-3.80367,1.8326,7200,0,0,3758,0,0,0), - (138239,13036,429,0,0,402.409,171.529,2.93519,3.28122,7200,0,0,3758,0,0,0), - (138240,13036,429,0,0,410.881,174.518,2.93516,1.67552,7200,0,0,3758,0,0,0), - (138241,13036,429,0,0,412.8,183.446,2.93557,0.645772,7200,0,0,3758,0,0,0), - (138242,13036,429,0,0,396.615,171.46,2.85139,6.04776,7200,0,0,3758,0,0,0), - (138243,13036,429,0,0,392.998,169.243,2.85195,6.04776,7200,0,0,3758,0,0,0), - (138244,13036,429,0,0,433.926,168.443,2.85223,3.27681,7200,0,0,3758,0,0,0), - (138245,13036,429,0,0,436.521,171.8,2.85232,3.38357,7200,0,0,3758,0,0,0), - (138248,4076,429,0,0,550.753,563.712,-25.4033,3.80613,7200,0,0,8,0,0,0), - (138249,4076,429,0,0,389.649,501.404,-12.2177,2.77494,7200,0,0,8,0,0,0), - (138250,4076,429,0,0,514.771,592.729,-25.4022,2.83512,7200,0,0,8,0,0,0), - (138251,13036,429,0,0,409.139,327.11,2.93415,6.0912,7200,0,0,3758,0,0,0), - (138255,13036,429,0,0,408.077,23.4038,-25.356,5.84685,7200,0,0,3758,0,0,0), - (138258,13036,429,0,0,413.974,15.749,-25.0879,2.54818,7200,0,0,3758,0,0,0), - (138259,4076,429,0,0,428.132,226.906,11.2114,0.619757,7200,0,0,8,0,0,0), - (138260,4076,429,0,0,494.868,483.145,29.4626,0.287253,7200,0,0,8,0,0,0), - (138261,13036,429,0,0,341.223,-61.7868,-25.4697,2.46091,7200,0,0,3758,0,0,0), - (138263,13036,429,0,0,352.286,-57.7756,-25.8241,0.804581,7200,0,0,3758,0,0,0), - (138264,13036,429,0,0,335.31,-54.8641,-25.8178,1.0472,7200,0,0,3758,0,0,0), - (138265,13036,429,0,0,356.844,-67.5697,-26.1843,4.65561,7200,0,0,3758,0,0,0), - (138266,13036,429,0,0,439.126,359.171,3.86281,0.384838,7200,0,0,3758,0,0,0), - (138267,13036,429,0,0,444.332,342.271,2.93627,1.16937,7200,0,0,3758,0,0,0), - (138268,13036,429,0,0,451.231,358.101,3.8628,3.69278,7200,0,0,3758,0,0,0), - (138270,13036,429,0,0,311.978,173.334,2.93627,2.00713,7200,0,0,3758,0,0,0), - (138272,13036,429,0,0,318.378,360.432,2.85293,5.02763,7200,0,0,3758,0,0,0), - (138273,13036,429,0,0,325.075,351.874,2.93626,1.3439,7200,0,0,3758,0,0,0), - (138275,13036,429,0,0,780.872,483.796,36.0493,4.05614,7200,0,0,3758,0,0,0), - (138276,13036,429,0,0,792.718,495.528,37.3182,3.61377,7200,5,0,3758,0,0,1), - (138277,13036,429,0,0,778.848,490.062,35.1498,3.45469,7200,5,0,3758,0,0,1), - (138278,4076,429,0,0,505.905,589.207,-25.4021,0.076012,7200,0,0,8,0,0,0), - (138279,4076,429,0,0,608.724,491.327,29.4641,3.90074,7200,0,0,8,0,0,0), - (138280,4076,429,0,0,391.665,500.186,-11.9681,5.56081,7200,0,0,8,0,0,0), - (138281,4076,429,0,0,554.182,566.257,-4.75477,5.79771,7200,0,0,8,0,0,0), - (138282,4076,429,0,0,588.644,553.845,-25.4007,3.78609,7200,0,0,8,0,0,0), - (138283,13036,429,0,0,399.836,220.873,11.2113,4.08073,7200,0,0,3758,0,0,0), - (138284,13036,429,0,0,387.138,203.458,11.2161,4.61475,7200,5,0,3758,0,0,1), - (138285,13036,429,0,0,355.238,-18.4445,-25.1449,2.0674,7200,0,0,3758,0,0,0), - (138286,13036,429,0,0,409.935,335.965,2.84705,3.19855,7200,0,0,3758,0,0,0), - (138287,13036,429,0,0,404.258,342.263,2.84682,0.80796,7200,0,0,3758,0,0,0), - (138289,4076,429,0,0,551.372,564.265,-25.4033,3.66371,7200,0,0,8,0,0,0), - (138290,4076,429,0,0,367.872,-30.821,-24.9467,6.21707,7200,0,0,8,0,0,0), - (138291,4076,429,0,0,287.125,324.632,2.85303,3.63081,7200,0,0,8,0,0,0), - (138292,4076,429,0,0,873.081,553.125,40.3964,5.61242,7200,0,0,8,0,0,0), - (138293,4076,429,0,0,336.385,235.212,11.2022,2.57234,7200,0,0,8,0,0,0), - (138294,13036,429,0,0,412.695,-61.5281,-25.3884,6.03884,7200,0,0,3758,0,0,0), - (138296,13036,429,0,0,420.648,-49.2333,-23.81,0.958851,7200,0,0,3758,0,0,0), - (138302,13036,429,0,0,334.235,357.029,2.93627,3.4383,7200,0,0,3758,0,0,0), - (138303,13036,429,0,0,464.224,26.2598,-3.9254,1.44948,7200,0,0,3758,0,0,0), - (138304,13036,429,0,0,466.826,22.9091,-3.9267,1.52329,7200,0,0,3758,0,0,0), - (138305,4076,429,0,0,820.461,389.177,40.398,5.62519,7200,0,0,8,0,0,0), - (138306,4076,429,0,0,909.859,511.353,40.398,1.78684,7200,0,0,8,0,0,0), - (138308,13036,429,0,0,434.5,304.634,11.2862,1.8326,7200,0,0,3758,0,0,0), - (138309,13036,429,0,0,386.18,-59.6284,-23.0857,3.68265,7200,0,0,3758,0,0,0), - (138312,4076,429,0,0,294.881,179.89,2.85534,4.92168,7200,0,0,8,0,0,0), - (138313,4076,429,0,0,383.908,500.697,-11.7202,2.30837,7200,0,0,8,0,0,0), - (138314,4076,429,0,0,412.672,112.84,-3.88714,0.044031,7200,0,0,8,0,0,0), - (138315,4076,429,0,0,494.773,483.368,29.4626,0.489612,7200,0,0,8,0,0,0), - (138316,13036,429,0,0,404.756,9.16734,-24.9806,5.37936,7200,5,0,3758,0,0,1), - (138319,13036,429,0,0,304.092,183.315,2.93627,0.314159,7200,0,0,3758,0,0,0), - (138320,13036,429,0,0,319.061,181.406,2.93627,3.36848,7200,0,0,3758,0,0,0), - (138321,13036,429,0,0,415.292,32.0243,-25.0731,2.00533,7200,0,0,3758,0,0,0), - (138322,13036,429,0,0,404.637,33.3228,-25.3474,1.09309,7200,0,0,3758,0,0,0), - (138325,4076,429,0,0,689.398,428.018,29.3285,1.55449,7200,0,0,8,0,0,0), - (138328,13036,429,0,0,397.051,108.892,-3.80362,3.85718,7200,0,0,3758,0,0,0), - (138329,13036,429,0,0,391.716,110.485,-3.80361,5.81195,7200,0,0,3758,0,0,0), - (138330,13036,429,0,0,332.44,167.415,2.85462,3.36825,7200,0,0,3758,0,0,0), - (138331,13036,429,0,0,334.873,170.89,2.85432,3.07063,7200,0,0,3758,0,0,0), - (138334,13036,429,0,0,347.183,-67.9546,-25.8799,0.77538,7200,0,0,3758,0,0,0), - (138550,5043,0,0,0,-8764.87,847.11,87.2577,3.86765,1800,0,0,766,0,0,2), - (138551,5043,0,0,0,-8764.18,846.946,87.0923,3.91792,1800,0,0,766,0,0,2), - (138552,5043,0,0,0,-8764.17,846.22,87.2574,3.7577,1800,0,0,766,0,0,2), - (138553,5043,0,0,0,-8763.14,845.686,87.0814,3.76991,1800,0,0,766,0,0,2), - (138672,12434,469,0,0,-7607.78,-1116.16,407.282,5.34071,300,0,0,42,0,0,0), - (138673,12434,469,0,0,-7659.81,-1043.81,407.282,4.79965,300,0,0,42,0,0,0), - (138674,12434,469,0,0,-7532.72,-1063.49,407.282,0.087266,300,0,0,42,0,0,0), - (138675,12999,469,0,0,-7696.49,-1084.81,449.201,0.733038,300,0,0,42,0,0,0), - (138676,12999,469,0,0,-7515.32,-1191.12,476.883,2.84489,300,0,0,42,0,0,0), - (138677,11450,429,0,0,387.409,462.772,-7.14894,2.68781,7200,0,0,14355,0,0,0), - (138678,11450,429,0,0,419.015,538.269,-18.26,0.488692,7200,0,0,14355,0,0,0), - (138679,11450,429,0,0,530.169,580.439,-25.3194,1.41372,7200,0,0,14355,0,0,0), - (138680,11450,429,0,0,530.206,600.875,-25.3194,4.86947,7200,0,0,14355,0,0,0), - (138681,11450,429,0,0,593.228,565.12,-4.67144,3.10669,7200,0,0,14355,0,0,0), - (138682,11450,429,0,0,484.101,523.808,27.9977,1.44862,7200,0,0,14355,0,0,0), - (138683,11450,429,0,0,497.733,523.807,27.9982,1.64061,7200,0,0,14355,0,0,0), - (138684,11450,429,0,0,480.264,558.168,27.9953,1.85005,7200,0,0,14355,0,0,0), - (138685,11450,429,0,0,485.141,564.946,27.9951,3.21141,7200,0,0,14355,0,0,0), - (138686,11450,429,0,0,565.936,486.725,29.5474,4.2586,7200,0,0,14355,0,0,0), - (138687,11450,429,0,0,559.22,477.314,29.5474,0.855211,7200,0,0,14355,0,0,0), - (138688,11450,429,0,0,688.459,505.916,29.5529,2.30383,7200,0,0,14355,0,0,0), - (138689,11450,429,0,0,541.695,582.741,-4.67144,5.67232,7200,0,0,14355,0,0,0), - (138690,11450,429,0,0,522.958,554.504,28.0006,2.19911,7200,0,0,14355,0,0,0), - (138691,11450,429,0,0,748.483,433.161,28.2665,3.56047,7200,0,0,14355,0,0,0), - (138692,13160,429,0,0,532.729,535.458,-25.3194,4.4855,7200,2,0,835,0,0,1), - (138693,13160,429,0,0,478.772,542.637,-25.2867,4.62512,7200,2,0,835,0,0,1), - (138694,13160,429,0,0,506.436,541.645,-25.3052,4.55531,7200,2,0,835,0,0,1), - (138695,13160,429,0,0,494.07,531.726,-25.309,4.59022,7200,2,0,835,0,0,1), - (138696,13160,429,0,0,512.34,556.754,-25.3153,4.53786,7200,2,0,835,0,0,1), - (138697,13160,429,0,0,479.431,534.183,-25.3003,4.62512,7200,2,0,835,0,0,1), - (138698,13160,429,0,0,520.434,531.475,-25.3146,4.5204,7200,2,0,835,0,0,1), - (138699,13160,429,0,0,480.378,551.968,-25.2989,4.62512,7200,2,0,835,0,0,1), - (138700,13160,429,0,0,522.055,543.648,-25.3157,4.5204,7200,2,0,835,0,0,1), - (138701,13160,429,0,0,533.792,552.407,-25.3194,4.50295,7200,2,0,835,0,0,1), - (138702,13160,429,0,0,462.818,251.535,8.81738,4.55531,7200,2,0,835,0,0,1), - (138703,13160,429,0,0,449.768,243.479,11.2977,4.66003,7200,2,0,835,0,0,1), - (138704,13160,429,0,0,462.602,260.845,8.90963,4.57276,7200,2,0,835,0,0,1), - (138705,13160,429,0,0,477.186,250.999,2.95125,4.43314,7200,2,0,835,0,0,1), - (138706,13160,429,0,0,471.895,252.937,4.96573,4.4855,7200,2,0,835,0,0,1), - (138707,13160,429,0,0,452.472,260.49,11.3032,4.64258,7200,2,0,835,0,0,1), - (138708,13160,429,0,0,448.102,251.626,11.2964,4.67748,7200,2,0,835,0,0,1), - (138709,13160,429,0,0,452.721,247.395,11.3001,4.64258,7200,2,0,835,0,0,1), - (138710,13160,429,0,0,455.373,253.915,11.3039,4.62512,7200,2,0,835,0,0,1), - (138711,13160,429,0,0,448.47,258.717,11.2989,4.67748,7200,2,0,835,0,0,1), - (138712,13160,429,0,0,474.589,316.703,2.93624,4.53786,7200,2,0,835,0,0,1), - (138713,13160,429,0,0,467.471,316.586,2.93625,4.59022,7200,2,0,835,0,0,1), - (138714,13160,429,0,0,483.916,328.999,2.93625,4.50295,7200,2,0,835,0,0,1), - (138715,13160,429,0,0,494.213,319.36,2.93623,4.45059,7200,2,0,835,0,0,1), - (138716,13160,429,0,0,490.88,329.761,2.93625,4.46804,7200,2,0,835,0,0,1), - (138717,13160,429,0,0,471.947,324.633,2.93626,4.57276,7200,2,0,835,0,0,1), - (138718,13160,429,0,0,485.187,320.711,2.93623,4.4855,7200,2,0,835,0,0,1), - (138719,13160,429,0,0,478.281,324.038,2.93625,4.53786,7200,2,0,835,0,0,1), - (138720,13160,429,0,0,486.488,313.6,2.93622,4.4855,7200,2,0,835,0,0,1), - (138721,13160,429,0,0,493.179,309.852,2.9362,4.43314,7200,2,0,835,0,0,1), - (138722,13160,429,0,0,396.83,-98.3221,-3.80359,1.37881,7200,2,0,835,0,0,1), - (138723,13160,429,0,0,400.048,-105.031,-3.80311,1.39626,7200,2,0,835,0,0,1), - (138724,13160,429,0,0,403.649,-110.232,-3.80275,1.41372,7200,2,0,835,0,0,1), - (138725,13160,429,0,0,414.977,-98.7456,-3.80366,1.44862,7200,2,0,835,0,0,1), - (138726,13160,429,0,0,414.486,-108.624,-3.80292,1.44862,7200,2,0,835,0,0,1), - (138727,13160,429,0,0,427.652,-100.825,-3.80357,1.50098,7200,2,0,835,0,0,1), - (138728,13160,429,0,0,424.875,-110.358,-3.80284,1.50098,7200,2,0,835,0,0,1), - (138729,13160,429,0,0,437.53,-108.435,-3.80301,1.55334,7200,2,0,835,0,0,1), - (138730,13160,429,0,0,445.745,-113.939,-3.80256,1.5708,7200,2,0,835,0,0,1), - (138731,13160,429,0,0,444.67,-99.7554,-3.80372,1.5708,7200,2,0,835,0,0,1), - (138732,13160,429,0,0,460.236,-68.9731,-3.80364,1.50098,7200,2,0,835,0,0,1), - (138733,13160,429,0,0,456.683,-57.2889,-4.25341,1.50098,7200,2,0,835,0,0,1), - (138734,13160,429,0,0,464.65,-53.981,-3.80318,1.55334,7200,2,0,835,0,0,1), - (138735,13160,429,0,0,470.499,-60.3753,-3.80288,1.5708,7200,2,0,835,0,0,1), - (138736,13160,429,0,0,470.647,-70.0009,-3.80298,1.5708,7200,2,0,835,0,0,1), - (138737,13160,429,0,0,471.24,-46.8005,-3.80276,1.71042,7200,2,0,835,0,0,1), - (138738,13160,429,0,0,461.868,-40.8365,-3.80336,1.65806,7200,2,0,835,0,0,1), - (138739,13160,429,0,0,472.657,-33.7128,-3.80235,1.72788,7200,2,0,835,0,0,1), - (138740,13160,429,0,0,460.363,-24.5369,-3.80338,1.65806,7200,2,0,835,0,0,1), - (138741,13160,429,0,0,473.476,-22.8605,-3.80176,1.74533,7200,2,0,835,0,0,1), - (139617,12999,469,0,0,-7533.07,-1244.8,476.883,3.56047,300,0,0,42,0,0,0), - (139618,12999,469,0,0,-7551.71,-1216.2,476.883,1.25664,300,0,0,42,0,0,0), - (139619,12999,469,0,0,-7495.41,-1218.15,476.883,1.15192,300,0,0,42,0,0,0), - (139621,12999,469,0,0,-7516,-1050.2,476.638,1.11701,300,0,0,42,0,0,0), - (139623,12999,469,0,0,-7638.84,-1099.39,449.164,0.150772,300,0,0,42,0,0,0), - (139624,12999,469,0,0,-7705.6,-1082.73,447.127,2.26887,300,0,0,42,0,0,0), - (139626,12999,469,0,0,-7625.86,-980.584,440.11,3.75991,300,0,0,42,0,0,0), - (139628,12999,469,0,0,-7639.1,-1090.77,408.574,4.99164,300,0,0,42,0,0,0), - (139632,12999,469,0,0,-7591.69,-1264.38,481.091,1.309,300,0,0,42,0,0,0), - (139633,12999,469,0,0,-7477.6,-1048.63,426.738,4.29351,300,0,0,42,0,0,0), - (139634,16604,469,0,0,-7571.81,-1058.2,408.24,5.74213,300,0,0,42,0,0,0), - (139637,16604,469,0,0,-7532.15,-1062.56,407.282,4.72984,300,0,0,42,0,0,0), - (139638,16604,469,0,0,-7566.78,-1095.09,413.465,4.71239,300,0,0,42,0,0,0), - (139641,16604,469,0,0,-7595.42,-1053.45,408.24,3.89208,300,0,0,42,0,0,0), - (139642,16604,469,0,0,-7607.38,-1115.99,407.282,4.92183,300,0,0,42,0,0,0), - (139643,16604,469,0,0,-7619.05,-1048.82,408.24,0.680678,300,0,0,42,0,0,0), - (139650,16604,469,0,0,-7659.47,-1043.87,407.282,1.65806,300,0,0,42,0,0,0), - (139651,16604,469,0,0,-7592.7,-1029.95,408.24,5.32325,300,0,0,42,0,0,0), - (139652,16604,469,0,0,-7626.67,-1009.63,413.465,3.19395,300,0,0,42,0,0,0), - (139653,16604,469,0,0,-7599.65,-1077.8,408.24,3.54302,300,0,0,42,0,0,0), - (139654,16604,469,0,0,-7583.24,-990.03,407.282,2.89725,300,0,0,42,0,0,0), - (139655,12463,469,0,0,-7591.24,-941.373,428.301,1.27409,14400,0,0,129480,0,0,0), - (139656,12463,469,0,0,-7522.07,-924.434,428.001,2.07694,14400,0,0,129480,0,0,0), - (139657,12463,469,0,0,-7534.13,-924.27,428.045,0.855211,14400,0,0,129480,0,0,0), - (139658,14401,469,0,0,-7398.46,-967.079,465.055,3.89208,14400,0,0,9156,0,0,0), - (139659,12457,469,0,0,-7514.66,-915.673,457.743,4.17682,14400,0,0,90650,25680,0,0), - (139660,12457,469,0,0,-7490.72,-880.022,464.983,5.32325,14400,0,0,90650,25680,0,0), - (139661,12457,469,0,0,-7411.74,-920.011,464.983,4.36365,14400,0,0,90650,25680,0,0), - (139662,12457,469,0,0,-7413.56,-900.292,464.983,0.753603,14400,5,0,90650,25680,0,1), - (139663,12457,469,0,0,-7448.26,-943.315,464.983,3.06753,14400,0,0,90650,25680,0,0), - (139664,12457,469,0,0,-7440.38,-962.319,465.01,4.3018,14400,0,0,90650,25680,0,0), - (139665,12459,469,0,0,-7519.72,-924.978,457.576,4.17771,14400,0,0,88025,24860,0,0), - (139666,12459,469,0,0,-7506.75,-908.368,457.576,3.9809,14400,0,0,88025,24860,0,0), - (139667,12459,469,0,0,-7485.52,-879.601,464.983,4.68566,14400,0,0,88025,24860,0,0), - (139668,12459,469,0,0,-7453.46,-867.442,464.983,3.94111,14400,0,0,88025,24860,0,0), - (139669,12459,469,0,0,-7419.66,-900.648,464.983,3.17421,14400,0,0,88025,24860,0,0), - (139670,12459,469,0,0,-7399.84,-935.079,464.983,5.60629,14400,0,0,88025,24860,0,0), - (139671,12459,469,0,0,-7458.91,-926.418,464.983,2.81263,14400,0,0,88025,24860,0,0), - (139672,12459,469,0,0,-7435.58,-959.662,465.011,0.042043,14400,0,0,88025,24860,0,0), - (139673,12460,469,0,0,-7388.2,-955.983,465.047,2.33874,14400,0,0,216515,0,0,0), - (139674,12460,469,0,0,-7396.24,-961.435,465.044,2.25148,14400,0,0,216515,0,0,0), - (139675,12460,469,0,0,-7405.67,-964.438,465.031,2.00713,14400,0,0,216515,0,0,0), - (139676,13996,469,0,0,-7509.21,-906.469,457.659,1.44862,14400,0,0,15260,0,0,0), - (139677,13996,469,0,0,-7519.58,-932.073,457.659,3.71755,14400,0,0,15260,0,0,0), - (139678,13996,469,0,0,-7523.42,-929.52,457.659,3.76991,14400,0,0,15260,0,0,0), - (139679,13996,469,0,0,-7525.49,-924.404,457.659,3.63029,14400,0,0,15260,0,0,0), - (139680,13996,469,0,0,-7526.44,-921.499,457.659,3.05433,14400,0,0,15260,0,0,0), - (139681,13996,469,0,0,-7527.31,-919.01,457.659,2.21657,14400,0,0,15260,0,0,0), - (139682,13996,469,0,0,-7524.24,-916.833,457.659,1.85005,14400,0,0,15260,0,0,0), - (139683,13996,469,0,0,-7506.35,-904.139,457.659,2.09439,14400,0,0,15260,0,0,0), - (139684,13996,469,0,0,-7514.63,-936.928,457.659,3.05433,14400,0,0,15260,0,0,0), - (139685,13996,469,0,0,-7518.07,-933.761,457.659,5.14872,14400,0,0,15260,0,0,0), - (139686,13996,469,0,0,-7488.13,-880.569,465.067,4.81711,14400,0,0,15260,0,0,0), - (139687,13996,469,0,0,-7484.71,-886.083,465.067,3.36848,14400,0,0,15260,0,0,0), - (139688,13996,469,0,0,-7472.84,-870.652,465.067,0.925025,14400,0,0,15260,0,0,0), - (139689,13996,469,0,0,-7471.76,-871.89,465.067,1.37881,14400,0,0,15260,0,0,0), - (139690,13996,469,0,0,-7453.61,-860.511,465.067,1.22173,14400,0,0,15260,0,0,0), - (139691,13996,469,0,0,-7452.37,-863.403,465.067,0.279253,14400,0,0,15260,0,0,0), - (139692,13996,469,0,0,-7448.91,-868.297,465.067,0.244346,14400,0,0,15260,0,0,0), - (139693,13996,469,0,0,-7463.19,-867.522,465.067,2.60054,14400,0,0,15260,0,0,0), - (139694,13996,469,0,0,-7464.36,-862.938,465.067,3.90954,14400,0,0,15260,0,0,0), - (139695,13996,469,0,0,-7485.81,-883.083,465.067,3.85718,14400,0,0,15260,0,0,0), - (139696,13996,469,0,0,-7411.48,-901.349,465.067,0.488692,14400,0,0,15260,0,0,0), - (139697,13996,469,0,0,-7419.28,-895.444,465.067,0.907571,14400,0,0,15260,0,0,0), - (139698,13996,469,0,0,-7398.45,-930.862,465.067,0.453786,14400,0,0,15260,0,0,0), - (139699,13996,469,0,0,-7411.15,-909.451,465.55,6.24828,14400,0,0,15260,0,0,0), - (139700,13996,469,0,0,-7396.76,-932.977,465.067,0.785398,14400,0,0,15260,0,0,0), - (139701,13996,469,0,0,-7408.65,-917.047,465.067,0.418879,14400,0,0,15260,0,0,0), - (139702,13996,469,0,0,-7396.33,-935.828,465.067,5.55015,14400,0,0,15260,0,0,0), - (139703,13996,469,0,0,-7401.1,-918.476,465.067,1.91986,14400,0,0,15260,0,0,0), - (139704,13996,469,0,0,-7411.39,-911.361,465.067,5.96903,14400,0,0,15260,0,0,0), - (139705,13996,469,0,0,-7456.58,-950.893,465.067,3.76991,14400,0,0,15260,0,0,0), - (139706,13996,469,0,0,-7440.32,-970.539,465.067,3.26377,14400,0,0,15260,0,0,0), - (139707,13996,469,0,0,-7453.04,-954.129,465.067,3.61283,14400,0,0,15260,0,0,0), - (139708,13996,469,0,0,-7460.6,-946.643,465.067,3.42085,14400,0,0,15260,0,0,0), - (139709,13996,469,0,0,-7440.23,-966.863,465.067,2.9147,14400,0,0,15260,0,0,0), - (139710,13996,469,0,0,-7459.17,-948.695,465.067,3.9968,14400,0,0,15260,0,0,0), - (139711,13996,469,0,0,-7462.47,-937.057,465.067,3.14159,14400,0,0,15260,0,0,0), - (139712,13996,469,0,0,-7443.55,-964.305,465.067,5.35816,14400,0,0,15260,0,0,0), - (139713,13996,469,0,0,-7467.7,-927.494,465.067,4.53786,14400,0,0,15260,0,0,0), - (139714,12461,469,0,0,-7516.77,-918.173,457.576,3.22554,14400,0,0,161850,0,0,0), - (139715,12461,469,0,0,-7459.91,-871.228,464.983,0.829778,14400,0,0,161850,0,0,0), - (139716,12461,469,0,0,-7409.78,-927.673,464.983,5.12372,14400,0,0,161850,0,0,0), - (139717,12461,469,0,0,-7449.36,-932.479,464.983,1.94755,14400,0,0,161850,0,0,0), - (139718,12464,469,0,0,-7595.81,-931.231,428.359,0.20944,14400,0,0,113295,0,0,0), - (139719,12464,469,0,0,-7576.75,-922.269,428.383,3.76991,14400,0,0,113295,0,0,0), - (139720,12464,469,0,0,-7539.27,-905.861,428.093,5.91667,14400,0,0,113295,0,0,0), - (139721,12465,469,0,0,-7572.26,-932.452,428.302,2.87979,14400,0,0,88025,24860,0,0), - (139722,12465,469,0,0,-7587.03,-916.311,428.462,5.0091,14400,0,0,88025,24860,0,0), - (139723,12465,469,0,0,-7517.52,-912.762,428.026,3.36848,14400,0,0,88025,24860,0,0), - (139724,12465,469,0,0,-7527.61,-904.831,428.011,4.45059,14400,0,0,88025,24860,0,0), - (139725,12467,469,0,0,-7580.13,-940.164,428.259,2.04204,14400,0,0,242775,0,0,0), - (139726,12467,469,0,0,-7541.13,-917.746,428.11,0.05236,14400,0,0,242775,0,0,0), - (139727,12458,469,0,0,-7671.23,-1040.01,440.189,0.5367,600,0,0,51800,25680,0,0), - (139728,12458,469,0,0,-7674.67,-1043.93,440.171,5.39386,600,0,0,51800,25680,0,0), - (139729,12458,469,0,0,-7673.94,-1038.27,440.022,5.37262,600,0,0,51800,25680,0,0), - (139730,12458,469,0,0,-7642.49,-995.082,440.304,2.99183,600,0,0,51800,25680,0,0), - (139731,12458,469,0,0,-7643.05,-999.044,440.296,2.99164,600,0,0,51800,25680,0,0), - (139732,12458,469,0,0,-7638.47,-995.306,440.298,3.06751,600,0,0,51800,25680,0,0), - (139733,12468,469,0,0,-7693.58,-1005.89,440.176,2.63879,600,0,0,88025,24860,0,2), - (139734,12468,469,0,0,-7659.39,-1010.43,440.225,2.43044,600,0,0,88025,24860,0,2), - (139735,12468,469,0,0,-7607.64,-983.375,440.136,5.83377,600,0,0,88025,24860,0,2), - (139736,12468,469,0,0,-7645.5,-984.193,440.333,2.61926,600,0,0,88025,24860,0,2), - (139737,12468,469,0,0,-7683.5,-1029.52,440.257,2.52603,600,0,0,88025,24860,0,2), - (139738,12468,469,0,0,-7651.61,-996.72,440.169,5.74394,600,0,0,88025,24860,0,2), - (139739,14022,469,0,0,-7670.49,-1018.06,439.983,2.18534,30,0,0,4578,0,0,0), - (139740,14022,469,0,0,-7643.76,-1018.8,440.226,3.67429,30,0,0,4578,0,0,0), - (139741,13996,469,0,0,-7550.72,-1043,449.325,3.50811,14400,0,0,15260,0,0,0), - (139742,14022,469,0,0,-7647.63,-964.246,440.134,4.54506,30,0,0,4578,0,0,0), - (139743,14022,469,0,0,-7645.75,-969.725,440.231,3.51114,30,0,0,4578,0,0,0), - (139744,13996,469,0,0,-7551.43,-1040.67,449.325,3.08923,14400,0,0,15260,0,0,0), - (139745,13996,469,0,0,-7550.22,-1038.97,449.325,2.60054,14400,0,0,15260,0,0,0), - (139746,13996,469,0,0,-7546.59,-1013.29,449.325,0.663225,14400,0,0,15260,0,0,0), - (139747,13996,469,0,0,-7550.8,-1014.48,449.325,1.18682,14400,0,0,15260,0,0,0), - (139748,13996,469,0,0,-7547.72,-1014.95,449.325,2.11185,14400,0,0,15260,0,0,0), - (139749,13996,469,0,0,-7523.28,-1060.82,449.325,4.72984,14400,0,0,15260,0,0,0), - (139750,14022,469,0,0,-7641.96,-997.336,440.298,3.07531,30,2,0,4578,0,0,1), - (139751,14022,469,0,0,-7646,-1017.76,440.251,1.18748,30,2,0,4578,0,0,1), - (139752,13996,469,0,0,-7521.06,-1058.83,449.325,5.51524,14400,0,0,15260,0,0,0), - (139753,13996,469,0,0,-7517.85,-1056.92,449.325,5.51524,14400,0,0,15260,0,0,0), - (139754,14022,469,0,0,-7632.9,-1007.26,440.263,6.07978,30,2,0,4578,0,0,1), - (139755,14022,469,0,0,-7676.21,-1036.38,439.982,3.40653,30,2,0,4578,0,0,1), - (139756,14022,469,0,0,-7673.17,-988.169,440.155,0.728479,30,0,0,4578,0,0,0), - (139757,14022,469,0,0,-7613.29,-1008,440.098,4.28452,30,0,0,4578,0,0,0), - (139758,14022,469,0,0,-7619.85,-1001.23,440.17,5.57566,30,2,0,4578,0,0,1), - (139759,14022,469,0,0,-7703.33,-1056.69,443.311,5.06256,30,0,0,4578,0,0,0), - (139760,14022,469,0,0,-7669.85,-1042.61,440.23,1.71042,30,0,0,4578,0,0,0), - (139761,13996,469,0,0,-7514.51,-1054.34,449.325,5.74213,14400,0,0,15260,0,0,0), - (139762,13996,469,0,0,-7513.05,-1051.5,449.325,5.53269,14400,0,0,15260,0,0,0), - (139763,13996,469,0,0,-7510.62,-1049.56,449.325,5.5676,14400,0,0,15260,0,0,0), - (139764,13996,469,0,0,-7508.79,-1046.54,449.325,5.67232,14400,0,0,15260,0,0,0), - (139765,14022,469,0,0,-7652.35,-992.23,440.07,5.20108,30,0,0,4578,0,0,0), - (139766,14022,469,0,0,-7622.55,-978.518,440.129,1.6057,30,0,0,4578,0,0,0), - (139767,14022,469,0,0,-7657.93,-985.007,440.07,1.0472,30,0,0,4578,0,0,0), - (139768,14022,469,0,0,-7651.96,-981.664,440.346,0.331613,30,0,0,4578,0,0,0), - (139769,14022,469,0,0,-7696.04,-1001.23,440.269,1.13446,30,0,0,4578,0,0,0), - (139770,14022,469,0,0,-7695.47,-1017.1,440.395,4.93928,30,0,0,4578,0,0,0), - (139771,13996,469,0,0,-7504.52,-1043.61,449.325,5.84685,14400,0,0,15260,0,0,0), - (139772,13996,469,0,0,-7496.73,-1040.82,449.325,4.13643,14400,0,0,15260,0,0,0), - (139773,14022,469,0,0,-7681.89,-998.11,440.342,4.88692,30,0,0,4578,0,0,0), - (139774,14022,469,0,0,-7678.04,-998.592,440.342,0.994838,30,0,0,4578,0,0,0), - (139775,14022,469,0,0,-7634.62,-961.161,440.345,2.46091,30,0,0,4578,0,0,0), - (139776,14022,469,0,0,-7681.28,-1007.74,440.067,5.72468,30,0,0,4578,0,0,0), - (139777,13996,469,0,0,-7541.99,-981.618,449.325,3.40339,14400,0,0,15260,0,0,0), - (139778,13996,469,0,0,-7543.75,-979.348,449.325,3.14159,14400,0,0,15260,0,0,0), - (139779,13996,469,0,0,-7541.6,-976.958,449.325,2.47837,14400,0,0,15260,0,0,0), - (139780,14022,469,0,0,-7695.45,-1029.21,440.56,5.65487,30,0,0,4578,0,0,0), - (139781,13996,469,0,0,-7533.69,-972.008,449.325,2.19912,14400,0,0,15260,0,0,0), - (139782,14022,469,0,0,-7632.46,-1003.41,440.346,0.453786,30,0,0,4578,0,0,0), - (139783,13996,469,0,0,-7527.01,-967.031,449.325,1.90241,14400,0,0,15260,0,0,0), - (139784,13996,469,0,0,-7519.75,-962.466,449.325,2.44346,14400,0,0,15260,0,0,0), - (139785,14022,469,0,0,-7667.54,-1032.7,440.33,4.50295,30,0,0,4578,0,0,0), - (139786,13996,469,0,0,-7523.22,-964.212,449.325,2.00713,14400,0,0,15260,0,0,0), - (139787,14023,469,0,0,-7674.4,-1026.72,439.983,5.35091,30,0,0,4578,0,0,0), - (139788,13996,469,0,0,-7530.23,-969.405,449.325,2.46091,14400,0,0,15260,0,0,0), - (139789,13996,469,0,0,-7535.72,-987.541,449.325,5.14872,14400,0,0,15260,0,0,0), - (139790,14023,469,0,0,-7694.66,-1013.46,439.982,4.89846,30,0,0,4578,0,0,0), - (139791,14023,469,0,0,-7686.75,-1011.73,439.983,2.29633,30,0,0,4578,0,0,0), - (139792,14023,469,0,0,-7646.59,-958.97,440.106,1.31038,30,0,0,4578,0,0,0), - (139793,13996,469,0,0,-7515.74,-960.099,449.325,1.88496,14400,0,0,15260,0,0,0), - (139794,12458,469,0,0,-7676.1,-1091.34,449.156,5.21638,600,0,0,51800,25680,0,0), - (139795,14023,469,0,0,-7689.89,-1003.79,439.983,5.00612,30,0,0,4578,0,0,0), - (139796,14023,469,0,0,-7668.08,-988.542,439.986,3.53524,30,2,0,4578,0,0,1), - (139797,14023,469,0,0,-7639.17,-990.941,440.309,2.20804,30,0,0,4578,0,0,0), - (139798,14023,469,0,0,-7646.4,-1022.64,440.206,4.52746,30,2,0,4578,0,0,1), - (139799,12458,469,0,0,-7679.95,-1087.07,449.151,4.87685,600,0,0,51800,25680,0,0), - (139800,12458,469,0,0,-7676.26,-1088.18,449.157,4.93745,600,0,0,51800,25680,0,0), - (139801,12460,469,0,0,-7471.39,-988.327,449.844,5.53269,14400,0,0,216515,0,0,0), - (139802,14023,469,0,0,-7665.27,-992.426,439.986,2.04733,30,2,0,4578,0,0,1), - (139803,14023,469,0,0,-7615.13,-1003.44,440.135,6.03114,30,2,0,4578,0,0,1), - (139804,12461,469,0,0,-7498,-1037.51,449.242,3.75923,14400,5,0,161850,0,0,1), - (139805,12461,469,0,0,-7461.63,-985.513,449.782,4.13643,14400,0,0,161850,0,0,0), - (139806,12461,469,0,0,-7467.69,-995.597,449.325,0.453786,14400,0,0,161850,0,0,0), - (139807,14023,469,0,0,-7666.45,-1044.84,440.189,5.02655,30,0,0,4578,0,0,0), - (139808,14023,469,0,0,-7616.76,-994.374,440.109,2.85434,30,2,0,4578,0,0,1), - (139809,12461,469,0,0,-7459.26,-995.384,449.785,2.3911,14400,0,0,161850,0,0,0), - (139810,12461,469,0,0,-7515.29,-972.69,449.242,6.00786,14400,0,0,161850,0,0,0), - (139811,14023,469,0,0,-7641.78,-987.448,440.346,3.68265,30,0,0,4578,0,0,0), - (139812,12468,469,0,0,-7596.79,-1073.8,449.164,5.78363,600,5,0,88025,24860,0,2), - (139813,12468,469,0,0,-7629.91,-1101.1,449.164,1.65931,600,5,0,88025,24860,0,2), - (139814,14023,469,0,0,-7685.87,-1036.16,440.467,1.97588,30,2,0,4578,0,0,1), - (139815,12468,469,0,0,-7676.43,-1107.71,449.148,3.76661,600,5,0,88025,24860,0,2), - (139816,12468,469,0,0,-7634.08,-1071.11,449.164,2.44178,600,5,0,88025,24860,0,2), - (139817,14023,469,0,0,-7665.73,-1009.91,440.343,2.58309,30,0,0,4578,0,0,0), - (139818,14023,469,0,0,-7681.76,-992.085,440.28,1.36136,30,0,0,4578,0,0,0), - (139819,14023,469,0,0,-7636.66,-963.866,440.356,1.01229,30,0,0,4578,0,0,0), - (139820,14023,469,0,0,-7673.18,-1009.98,440.342,2.26893,30,0,0,4578,0,0,0), - (139821,12468,469,0,0,-7619.54,-1061.28,449.164,2.03989,600,5,0,88025,24860,0,2), - (139822,14023,469,0,0,-7645.29,-1001.86,440.07,5.53269,30,0,0,4578,0,0,0), - (139823,14023,469,0,0,-7641.1,-1015.7,440.314,2.09439,30,0,0,4578,0,0,0), - (139824,14023,469,0,0,-7648.7,-1025.35,440.26,1.88496,30,0,0,4578,0,0,0), - (139825,11983,469,0,0,-7433.38,-923.829,465.354,2.16294,604800,0,0,999300,0,0,2), - (139826,14023,469,0,0,-7640.15,-1011.7,440.07,4.01426,30,0,0,4578,0,0,0), - (139827,14023,469,0,0,-7696.18,-1055.7,440.758,2.32129,30,0,0,4578,0,0,0), - (139828,14023,469,0,0,-7687.76,-1025.21,440.355,2.02458,30,0,0,4578,0,0,0), - (139829,14023,469,0,0,-7629.85,-1001.31,440.346,4.27606,30,0,0,4578,0,0,0), - (139830,14023,469,0,0,-7661.78,-1030.3,440.31,2.42601,30,0,0,4578,0,0,0), - (139831,12017,469,0,0,-7573.89,-1035.25,449.248,3.76991,604800,0,0,916025,0,0,0), - (139832,14022,469,0,0,-7653.15,-1056.84,449.161,1.04873,30,0,0,4578,0,0,0), - (139833,14024,469,0,0,-7635.67,-1019.01,440.17,2.75557,30,0,0,4578,0,0,0), - (139834,14024,469,0,0,-7701.03,-1019.27,440.482,4.32262,30,0,0,4578,0,0,0), - (139835,14022,469,0,0,-7656.99,-1050.73,449.168,3.97343,30,0,0,4578,0,0,0), - (139836,14022,469,0,0,-7601.48,-1050.76,449.164,4.00878,30,0,0,4578,0,0,0), - (139837,14024,469,0,0,-7690.11,-991.603,440.11,5.27908,30,2,0,4578,0,0,1), - (139838,14024,469,0,0,-7676.44,-999.012,440.173,5.1721,30,0,0,4578,0,0,0), - (139839,14022,469,0,0,-7658.36,-1071.11,449.164,2.11195,30,0,0,4578,0,0,0), - (139840,14022,469,0,0,-7618.3,-1038.48,449.164,2.22711,30,0,0,4578,0,0,0), - (139841,14022,469,0,0,-7624.91,-1038.33,449.164,5.43157,30,0,0,4578,0,0,0), - (139842,14022,469,0,0,-7704.2,-1089.6,449.114,2.20199,30,2,0,4578,0,0,1), - (139843,14022,469,0,0,-7652.69,-1093.13,449.164,4.95936,30,0,0,4578,0,0,0), - (139844,14024,469,0,0,-7627.8,-1008.72,440.252,5.37756,30,2,0,4578,0,0,1), - (139845,14022,469,0,0,-7652.92,-1080.75,449.164,1.39375,30,2,0,4578,0,0,1), - (139846,14024,469,0,0,-7660.48,-979.716,440.215,3.90117,30,0,0,4578,0,0,0), - (139847,14024,469,0,0,-7658.47,-975.317,440.175,3.42954,30,0,0,4578,0,0,0), - (139848,14022,469,0,0,-7684.74,-1103.44,449.159,4.32321,30,2,0,4578,0,0,1), - (139849,14022,469,0,0,-7693.24,-1095.06,449.154,4.88905,30,2,0,4578,0,0,1), - (139850,14024,469,0,0,-7605.38,-997.008,440.136,2.28255,30,2,0,4578,0,0,1), - (139851,14024,469,0,0,-7610.41,-1001.9,440.125,3.57128,30,2,0,4578,0,0,1), - (139852,14022,469,0,0,-7709.97,-1083.33,446.248,0.571277,30,2,0,4578,0,0,1), - (139853,14024,469,0,0,-7656.67,-1038.08,440.189,2.87979,30,0,0,4578,0,0,0), - (139854,14024,469,0,0,-7666,-1036.99,440.265,3.31613,30,0,0,4578,0,0,0), - (139855,14022,469,0,0,-7598,-1071.2,449.164,5.24427,30,2,0,4578,0,0,1), - (139856,14022,469,0,0,-7574.18,-1067.35,449.164,5.52701,30,0,0,4578,0,0,0), - (139857,14024,469,0,0,-7611.71,-997.06,440.338,1.71042,30,0,0,4578,0,0,0), - (139858,14024,469,0,0,-7631.21,-971.92,440.114,3.38594,30,0,0,4578,0,0,0), - (139859,14024,469,0,0,-7640.43,-957.286,440.204,2.25148,30,0,0,4578,0,0,0), - (139860,14024,469,0,0,-7618.19,-989.43,440.117,4.2586,30,0,0,4578,0,0,0), - (139861,14024,469,0,0,-7671.18,-982.725,440.255,4.83456,30,0,0,4578,0,0,0), - (139862,14024,469,0,0,-7698.22,-1007.16,440.326,4.69494,30,0,0,4578,0,0,0), - (139863,14024,469,0,0,-7701.07,-1019.07,440.55,0.698132,30,0,0,4578,0,0,0), - (139864,14024,469,0,0,-7659.06,-995.701,440.069,3.66519,30,0,0,4578,0,0,0), - (139865,14024,469,0,0,-7674.31,-1026.79,440.066,4.04916,30,0,0,4578,0,0,0), - (139866,14022,469,0,0,-7628.83,-1094.31,449.164,5.59892,30,2,0,4578,0,0,1), - (139867,14024,469,0,0,-7642.42,-965.778,440.297,2.11185,30,0,0,4578,0,0,0), - (139868,14024,469,0,0,-7653.86,-1010.09,440.069,5.63741,30,0,0,4578,0,0,0), - (139869,14022,469,0,0,-7620.03,-1047.92,449.164,0.787614,30,2,0,4578,0,0,1), - (139870,14024,469,0,0,-7632.09,-1015.39,440.24,0.855211,30,0,0,4578,0,0,0), - (139871,14024,469,0,0,-7683.51,-1047.26,440.364,5.35816,30,0,0,4578,0,0,0), - (139872,14024,469,0,0,-7694.11,-1034.31,440.603,2.18166,30,0,0,4578,0,0,0), - (139873,14024,469,0,0,-7620.85,-1006.58,440.258,1.25664,30,0,0,4578,0,0,0), - (139874,14022,469,0,0,-7615.95,-1044.07,449.164,0.411241,30,2,0,4578,0,0,1), - (139875,14024,469,0,0,-7632.52,-1008.38,440.331,0.034907,30,0,0,4578,0,0,0), - (139876,14024,469,0,0,-7700.86,-1057.77,442.77,0.10472,30,0,0,4578,0,0,0), - (139877,14024,469,0,0,-7658.49,-1032.13,440.26,5.23599,30,0,0,4578,0,0,0), - (139878,14022,469,0,0,-7654.85,-1112.47,449.186,5.25291,30,2,0,4578,0,0,1), - (139879,14022,469,0,0,-7647.3,-1094.09,449.164,4.52934,30,2,0,4578,0,0,1), - (139880,14025,469,0,0,-7703.99,-1015.7,440.409,4.69945,30,0,0,4578,0,0,0), - (139881,14025,469,0,0,-7644.16,-955.859,440.106,6.25644,30,0,0,4578,0,0,0), - (139882,14022,469,0,0,-7600.29,-1026.48,449.164,4.5199,30,0,0,4578,0,0,0), - (139883,14025,469,0,0,-7673.73,-1043.01,440.174,4.30294,30,0,0,4578,0,0,0), - (139884,14025,469,0,0,-7685.64,-993.719,440.145,1.77502,30,0,0,4578,0,0,0), - (139885,14023,469,0,0,-7650.68,-1070.57,449.164,1.46185,30,0,0,4578,0,0,0), - (139886,14025,469,0,0,-7666.3,-983.551,440.207,3.36298,30,0,0,4578,0,0,0), - (139887,14025,469,0,0,-7633.63,-979.885,440.002,1.27933,30,0,0,4578,0,0,0), - (139888,14025,469,0,0,-7645.99,-1001.37,439.987,1.73953,30,2,0,4578,0,0,1), - (139889,14025,469,0,0,-7638.1,-1016.86,440.207,4.58481,30,2,0,4578,0,0,1), - (139890,14025,469,0,0,-7641.45,-1010.95,439.986,2.97681,30,0,0,4578,0,0,0), - (139891,14025,469,0,0,-7660.49,-1015.26,440.234,0.402096,30,2,0,4578,0,0,1), - (139892,14025,469,0,0,-7677.9,-1016.94,439.983,3.21501,30,2,0,4578,0,0,1), - (139893,14025,469,0,0,-7625.7,-1000.88,440.267,1.46713,30,0,0,4578,0,0,0), - (139894,14023,469,0,0,-7618.13,-1060.06,449.164,3.69414,30,0,0,4578,0,0,0), - (139895,14025,469,0,0,-7681.7,-1041.91,440.23,3.02545,30,2,0,4578,0,0,1), - (139896,14025,469,0,0,-7660.73,-989.047,439.986,4.45996,30,2,0,4578,0,0,1), - (139897,14025,469,0,0,-7614.59,-999.136,440.161,5.9835,30,2,0,4578,0,0,1), - (139898,14025,469,0,0,-7610.37,-993.552,440.18,3.21251,30,0,0,4578,0,0,0), - (139899,14023,469,0,0,-7655.12,-1067.83,449.164,4.43295,30,2,0,4578,0,0,1), - (139900,14025,469,0,0,-7659.99,-1041.1,440.189,0.977384,30,0,0,4578,0,0,0), - (139901,14023,469,0,0,-7623.18,-1029.5,449.164,1.44267,30,0,0,4578,0,0,0), - (139902,14023,469,0,0,-7704.86,-1082.45,447.214,4.38224,30,2,0,4578,0,0,1), - (139903,14023,469,0,0,-7700.77,-1090.71,449.11,5.25023,30,2,0,4578,0,0,1), - (139904,14023,469,0,0,-7628.91,-1068.98,449.164,3.88683,30,2,0,4578,0,0,1), - (139905,14025,469,0,0,-7627.4,-988.568,440.085,3.36848,30,0,0,4578,0,0,0), - (139906,14023,469,0,0,-7661.26,-1081.75,449.164,4.63348,30,0,0,4578,0,0,0), - (139907,14025,469,0,0,-7692.11,-1009.16,440.066,3.83972,30,0,0,4578,0,0,0), - (139908,14023,469,0,0,-7672.64,-1091.53,449.163,4.66822,30,2,0,4578,0,0,1), - (139909,14023,469,0,0,-7683.28,-1108.64,449.15,2.5733,30,5,0,4578,0,0,1), - (139910,14025,469,0,0,-7669.01,-1002.58,440.343,1.90241,30,0,0,4578,0,0,0), - (139911,14023,469,0,0,-7595.4,-1087.16,449.164,0.185479,30,2,0,4578,0,0,1), - (139912,14025,469,0,0,-7640.47,-961.673,440.261,1.01229,30,0,0,4578,0,0,0), - (139913,14025,469,0,0,-7634.91,-956.022,440.252,3.38594,30,0,0,4578,0,0,0), - (139914,14023,469,0,0,-7597.06,-1066.37,449.164,0.890813,30,0,0,4578,0,0,0), - (139915,14025,469,0,0,-7635.98,-1012.13,440.314,4.57276,30,0,0,4578,0,0,0), - (139916,14025,469,0,0,-7638.1,-1016.86,440.273,3.03687,30,0,0,4578,0,0,0), - (139917,14025,469,0,0,-7698.84,-997.601,440.197,4.59022,30,0,0,4578,0,0,0), - (139918,14025,469,0,0,-7689.85,-1044.19,440.577,1.32645,30,0,0,4578,0,0,0), - (139919,14025,469,0,0,-7685.91,-1027.9,440.355,2.63545,30,0,0,4578,0,0,0), - (139920,14025,469,0,0,-7694.26,-1023.88,440.464,5.98648,30,0,0,4578,0,0,0), - (139921,14025,469,0,0,-7625.7,-1000.88,440.346,4.03171,30,0,0,4578,0,0,0), - (139922,14025,469,0,0,-7688.77,-1048.16,440.547,4.20624,30,0,0,4578,0,0,0), - (139923,14025,469,0,0,-7662.16,-1036.63,440.237,1.65806,30,0,0,4578,0,0,0), - (139924,14023,469,0,0,-7570.77,-1064.63,449.164,5.69418,30,0,0,4578,0,0,0), - (139925,14023,469,0,0,-7619.33,-1101.81,449.164,1.14774,30,2,0,4578,0,0,1), - (139926,14023,469,0,0,-7625.11,-1104.82,449.164,1.52533,30,2,0,4578,0,0,1), - (139927,14023,469,0,0,-7624.72,-1046.53,449.164,5.88339,30,2,0,4578,0,0,1), - (139928,14023,469,0,0,-7680.48,-1087.75,449.15,0.753331,30,2,0,4578,0,0,1), - (139929,14023,469,0,0,-7669.14,-1112.92,449.16,1.81055,30,0,0,4578,0,0,0), - (139930,14023,469,0,0,-7603.32,-1032.35,449.164,3.82792,30,2,0,4578,0,0,1), - (139931,14023,469,0,0,-7705.95,-1062.14,445.176,3.01937,30,0,0,4578,0,0,0), - (139932,14024,469,0,0,-7656.05,-1060.5,449.162,1.5694,30,0,0,4578,0,0,0), - (139933,14024,469,0,0,-7607.02,-1041.74,449.164,2.15019,30,0,0,4578,0,0,0), - (139934,14024,469,0,0,-7609.56,-1054.59,449.164,0.926991,30,0,0,4578,0,0,0), - (139935,14024,469,0,0,-7653.42,-1053.59,449.163,4.24671,30,0,0,4578,0,0,0), - (139936,14024,469,0,0,-7629.84,-1032.98,449.164,1.24131,30,0,0,4578,0,0,0), - (139937,14024,469,0,0,-7714.1,-1070.32,445.176,2.4984,30,2,0,4578,0,0,1), - (139938,14024,469,0,0,-7633.69,-1086.56,449.164,1.1721,30,0,0,4578,0,0,0), - (139939,14024,469,0,0,-7674.77,-1105.75,449.153,1.87452,30,2,0,4578,0,0,1), - (139940,14024,469,0,0,-7693.9,-1100.36,449.138,0.099911,30,2,0,4578,0,0,1), - (139941,14024,469,0,0,-7591.84,-1081.45,449.164,1.81734,30,2,0,4578,0,0,1), - (139942,14024,469,0,0,-7572.59,-1070.32,449.164,2.73294,30,2,0,4578,0,0,1), - (139943,14024,469,0,0,-7617.36,-1092.86,449.164,2.44401,30,2,0,4578,0,0,1), - (139944,14024,469,0,0,-7629.16,-1049.24,449.164,4.07395,30,2,0,4578,0,0,1), - (139945,14024,469,0,0,-7670.69,-1100.36,449.162,2.21509,30,0,0,4578,0,0,0), - (139946,14024,469,0,0,-7648.08,-1087.16,449.164,6.07339,30,2,0,4578,0,0,1), - (139947,14024,469,0,0,-7606.31,-1021.1,449.164,3.43713,30,0,0,4578,0,0,0), - (139948,14025,469,0,0,-7644.68,-1064.16,449.164,1.67861,30,0,0,4578,0,0,0), - (139949,14025,469,0,0,-7612.28,-1067.22,449.164,3.47467,30,0,0,4578,0,0,0), - (139950,14025,469,0,0,-7648.04,-1058.41,449.164,1.74213,30,0,0,4578,0,0,0), - (139951,14025,469,0,0,-7647,-1069.74,449.164,2.23843,30,0,0,4578,0,0,0), - (139952,14025,469,0,0,-7623.87,-1034.27,449.164,5.19597,30,0,0,4578,0,0,0), - (139953,14025,469,0,0,-7711.46,-1077.77,445.176,0.665197,30,0,0,4578,0,0,0), - (139954,14025,469,0,0,-7642.95,-1076.41,449.164,5.01461,30,2,0,4578,0,0,1), - (139955,14025,469,0,0,-7662.8,-1093.41,449.18,1.7423,30,2,0,4578,0,0,1), - (139956,14025,469,0,0,-7682.93,-1095.06,449.143,4.42431,30,2,0,4578,0,0,1), - (139957,14025,469,0,0,-7605,-1079.95,449.164,5.76579,30,0,0,4578,0,0,0), - (139958,14025,469,0,0,-7564.75,-1066.29,449.164,5.67209,30,2,0,4578,0,0,1), - (139959,14025,469,0,0,-7583,-1062.95,449.164,0.959632,30,2,0,4578,0,0,1), - (139960,14025,469,0,0,-7624.13,-1090.17,449.164,3.95185,30,2,0,4578,0,0,1), - (139961,14025,469,0,0,-7624.94,-1052.97,449.164,0.86507,30,2,0,4578,0,0,1), - (139962,14025,469,0,0,-7672.58,-1083.03,449.166,1.30024,30,2,0,4578,0,0,1), - (139963,14025,469,0,0,-7660.69,-1118.84,449.173,5.33866,30,0,0,4578,0,0,0), - (139964,14025,469,0,0,-7657.62,-1104.66,449.184,3.17729,30,2,0,4578,0,0,1), - (139965,14025,469,0,0,-7658.63,-1088.61,449.164,1.34003,30,2,0,4578,0,0,1), - (139966,14025,469,0,0,-7598.71,-1019.71,449.164,3.24913,30,0,0,4578,0,0,0), - (139967,14025,469,0,0,-7602.67,-1016.66,449.164,3.30747,30,0,0,4578,0,0,0), - (139968,13976,469,0,0,-7344.76,-958.086,481.685,5.81195,604800,0,0,7620,0,0,0), - (139969,13976,469,0,0,-7393.3,-1070.78,479.793,3.22886,604800,0,0,7620,0,0,0), - (139970,12460,469,0,0,-7435.86,-1052.22,477.018,0.750492,14400,0,0,216515,0,0,0), - (139971,12460,469,0,0,-7450.36,-1032.99,476.981,0.506145,14400,0,0,216515,0,0,0), - (139972,12460,469,0,0,-7446.95,-1044.77,476.806,0,14400,0,0,216515,0,0,0), - (139973,10257,229,0,0,-11.2826,-551.121,16.2167,1.24757,10800,0,0,8774,0,0,0), - (139974,15514,509,0,0,-9270.39,1243.9,-63.7673,2.72271,3520,0,0,26140,0,0,0), - (139975,15514,509,0,0,-9300.07,1305.08,-63.6971,4.18879,3520,0,0,26140,0,0,0), - (139976,15514,509,0,0,-9300.19,1266.67,-63.7427,0.261799,3520,0,0,26140,0,0,0), - (139977,15514,509,0,0,-9243.43,1280.5,-63.5938,3.82227,3520,0,0,26140,0,0,0), - (139978,15514,509,0,0,-9263.01,1295.24,-63.8081,1.79769,3520,0,0,26140,0,0,0), - (139979,15514,509,0,0,-9234.33,1243.83,-63.5281,3.49066,3520,0,0,26140,0,0,0), - (139980,16980,533,0,0,3762.38,-5115.86,143.938,0.191986,300,0,0,4120,0,0,0), - (140166,15344,509,0,0,-8991.15,1554,21.6539,2.77507,604800,0,0,12576,0,0,0), - (140167,15344,509,0,0,-9003.75,1536.16,21.4697,2.63545,604800,0,0,12576,0,0,0), - (140168,15344,509,0,0,-9012.13,1608.77,24.8693,3.14159,604800,0,0,12576,0,0,0), - (140169,15344,509,0,0,-9014.36,1597.68,21.4697,3.03687,604800,0,0,12576,0,0,0), - (140170,15344,509,0,0,-9020.15,1586.73,21.4697,2.94961,604800,0,0,12576,0,0,0), - (140171,15344,509,0,0,-9022.04,1612.05,22.8073,3.15905,604800,0,0,12576,0,0,0), - (140172,15344,509,0,0,-9022.71,1505.88,21.5596,2.40855,604800,0,0,12576,0,0,0), - (140173,15344,509,0,0,-9029.94,1498.08,22.1401,2.33874,604800,0,0,12576,0,0,0), - (140174,15344,509,0,0,-9031.99,1592.26,21.4697,2.98451,604800,0,0,12576,0,0,0), - (140175,15344,509,0,0,-9038.44,1491.04,23.2296,2.26893,604800,0,0,12576,0,0,0), - (140176,15344,509,0,0,-9070.71,1634.37,21.4812,3.49066,604800,0,0,12576,0,0,0), - (140177,15344,509,0,0,-9071.04,1622.14,21.4697,3.33358,604800,0,0,12576,0,0,0), - (140178,15344,509,0,0,-9071.76,1611.28,21.4721,3.1765,604800,0,0,12576,0,0,0), - (140179,15344,509,0,0,-9076.42,1530.23,21.4697,2.23402,604800,0,0,12576,0,0,0), - (140180,15344,509,0,0,-9078.8,1622.8,21.4697,3.36849,604800,0,0,12576,0,0,0), - (140181,15344,509,0,0,-9083.14,1524.76,21.4697,2.14675,604800,0,0,12576,0,0,0), - (140182,15344,509,0,0,-9091.76,1519.37,21.4697,2.05949,604800,0,0,12576,0,0,0), - (140183,15344,509,0,0,-9092.34,1586.27,21.4696,2.68781,604800,0,0,12576,0,0,0), - (140184,15344,509,0,0,-9097.29,1578.36,21.4696,2.51327,604800,0,0,12576,0,0,0), - (140185,15344,509,0,0,-9102.55,1569.42,21.4757,2.32129,604800,0,0,12576,0,0,0), - (140186,15344,509,0,0,-9113.94,1546.06,21.4696,1.95477,604800,0,0,12576,0,0,0), - (140187,15344,509,0,0,-9132.83,1539.1,21.4696,1.65806,604800,0,0,12576,0,0,0), - (140188,15341,509,0,0,-9129.73,1602.5,26.5441,5.53269,259200,0,0,416375,0,0,0), - (140189,15385,509,0,0,-9108.29,1584.17,21.471,5.75959,604800,0,0,56627,0,0,0), - (140190,15386,509,0,0,-9085.03,1622.4,21.4697,3.36849,604800,0,0,56627,0,0,0), - (140191,15387,509,0,0,-8994.83,1542.27,21.6486,2.70526,604800,0,0,31440,0,0,0), - (140192,15387,509,0,0,-8998.05,1560.15,22.1308,2.80998,604800,0,0,31440,0,0,0), - (140193,15387,509,0,0,-9001.26,1549.05,22.0209,2.72271,604800,0,0,31440,0,0,0), - (140194,15387,509,0,0,-9010.7,1542.47,21.4697,2.6529,604800,0,0,31440,0,0,0), - (140195,15387,509,0,0,-9023.85,1601.58,21.4697,3.07178,604800,0,0,31440,0,0,0), - (140196,15387,509,0,0,-9030.08,1512.31,21.4706,2.40855,604800,0,0,31440,0,0,0), - (140197,15387,509,0,0,-9038.83,1505.32,21.5906,2.33874,604800,0,0,31440,0,0,0), - (140198,15387,509,0,0,-9046.5,1498.26,22.0108,2.26893,604800,0,0,31440,0,0,0), - (140199,15387,509,0,0,-9066.89,1521.48,21.4697,2.25147,604800,0,0,31440,0,0,0), - (140200,15387,509,0,0,-9074,1515.24,21.4697,2.16421,604800,0,0,31440,0,0,0), - (140201,15387,509,0,0,-9078.07,1635.03,21.4697,3.54302,604800,0,0,31440,0,0,0), - (140202,15387,509,0,0,-9080.05,1612.09,21.4697,3.19395,604800,0,0,31440,0,0,0), - (140203,15387,509,0,0,-9082.67,1510.19,21.5131,2.07694,604800,0,0,31440,0,0,0), - (140204,15387,509,0,0,-9098.18,1589.88,21.47,2.70526,604800,0,0,31440,0,0,0), - (140205,15387,509,0,0,-9102.67,1581.56,21.471,2.49582,604800,0,0,31440,0,0,0), - (140206,15387,509,0,0,-9107.89,1574.31,21.4863,2.30383,604800,0,0,31440,0,0,0), - (140207,15387,509,0,0,-9117.37,1553.28,21.4696,1.93732,604800,0,0,31440,0,0,0), - (140208,15387,509,0,0,-9123.58,1541.55,21.4696,1.79769,604800,0,0,31440,0,0,0), - (140209,15387,509,0,0,-9125.76,1549.29,21.4696,1.78024,604800,0,0,31440,0,0,0), - (140210,15387,509,0,0,-9134.14,1546.72,21.4696,1.64061,604800,0,0,31440,0,0,0), - (140211,15388,509,0,0,-9127.98,1558.54,21.6879,1.79769,604800,0,0,56627,0,0,0), - (140212,15389,509,0,0,-9033.17,1604.66,21.4697,3.08923,604800,0,0,56627,0,0,0), - (140213,15390,509,0,0,-9087.01,1530.26,21.4697,2.14675,604800,0,0,56627,0,0,0), - (140214,15391,509,0,0,-9007.4,1556.87,21.6039,5.51524,604800,0,0,56627,0,0,0), - (140215,15392,509,0,0,-9041.36,1512.58,21.4748,2.33874,604800,0,0,56627,0,0,0), - (140216,15426,509,0,0,-8680.66,1585.61,33.1911,2.54818,120,0,0,42,0,0,0), - (140217,15168,509,0,0,-8532.81,1467.03,31.9923,6.23083,3600,10,0,5228,0,0,1), - (140218,15168,509,0,0,-8566.46,1399.42,31.9903,3.21141,3600,10,0,5228,0,0,1), - (140219,15168,509,0,0,-8600.14,1466.59,31.9903,2.18166,3600,10,0,5228,0,0,1), - (140220,15168,509,0,0,-8600.33,1600.62,31.9904,2.02458,3600,10,0,5228,0,0,1), - (140221,15168,509,0,0,-8665.98,1566.63,31.9904,2.3911,3600,10,0,5228,0,0,1); - -INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) + (134491,14425,0,0,0,-2902.11,-1844.95,9.44318,2.04594,82800,82800,5,0,664,0,0,1), + (134492,14425,0,0,0,-2967.25,-1954.45,9.30357,5.55353,82800,82800,5,0,664,0,0,1), + (134493,14425,0,0,0,-3088.73,-1998.04,9.2548,6.00906,82800,82800,5,0,664,0,0,1), + (134494,14424,0,0,0,-3064.32,-1246.68,6.27744,0.876569,39600,39600,15,0,734,0,0,1), + (134495,14424,0,0,0,-3123.78,-1267.58,6.11777,1.24178,39600,39600,15,0,734,0,0,1), + (134496,14424,0,0,0,-3129.05,-1359.7,6.08778,0.993593,39600,39600,15,0,734,0,0,1), + (134497,14424,0,0,0,-3189.54,-1441.41,6.42105,0.991237,39600,39600,15,0,734,0,0,1), + (134498,14424,0,0,0,-2869.19,-1389.43,6.08772,3.82151,39600,39600,15,0,734,0,0,1), + (134499,14424,0,0,0,-2809.46,-1255.03,6.10735,4.69016,39600,39600,15,0,734,0,0,1), + (134500,14424,0,0,0,-2987.19,-1498.11,6.12174,4.18593,39600,39600,15,0,734,0,0,1), + (134501,14424,0,0,0,-3043.04,-1527.75,0.839375,2.97044,39600,39600,15,0,734,0,0,1), + (134502,14424,0,0,0,-2845.53,-1312.79,6.08789,4.04063,39600,39600,15,0,734,0,0,1), + (134503,14424,0,0,0,-2814.83,-1190.84,6.38761,0.117568,39600,39600,15,0,734,0,0,1), + (134504,14424,0,0,0,-2775.41,-1183.08,6.84324,1.01528,39600,39600,15,0,734,0,0,1), + (134505,14424,0,0,0,-2952.75,-1279.71,6.50979,1.42761,39600,39600,15,0,734,0,0,1), + (134506,14424,0,0,0,-2909.83,-1198.62,6.74907,1.05612,39600,39600,15,0,734,0,0,1), + (134507,14424,0,0,0,-2883.41,-1107.3,6.23648,3.84555,39600,39600,15,0,734,0,0,1), + (134508,14424,0,0,0,-2988.78,-1108.52,6.18763,1.69435,39600,39600,15,0,734,0,0,1), + (134509,14424,0,0,0,-3035.63,-1090.82,6.0878,3.17168,39600,39600,15,0,734,0,0,1), + (134510,14424,0,0,0,-3024.37,-1051.34,6.08822,1.07624,39600,39600,15,0,734,0,0,1), + (134511,14424,0,0,0,-2983.89,-1153.69,6.08775,1.07938,39600,39600,15,0,734,0,0,1), + (134512,14424,0,0,0,-3022.69,-1223.12,4.92937,0.375663,39600,39600,15,0,734,0,0,1), + (134514,14424,0,0,0,-2910.54,-1454.22,6.08779,4.31238,39600,39600,15,0,734,0,0,1), + (134730,883,429,0,0,78.3947,-289.857,-55.4764,4.98539,7200,7200,0,0,1,0,0,0), + (134731,883,429,0,0,79.8869,-287.854,-55.5947,0.109973,7200,7200,0,0,1,0,0,0), + (134732,1412,429,0,0,-145.678,-188.004,-4.06495,5.41052,7200,7200,0,0,8,0,0,0), + (134733,1412,429,0,0,-89.9229,-327.969,-56.6587,1.09956,7200,7200,0,0,8,0,0,0), + (134734,1412,429,0,0,98.2445,-271.798,-2.7377,1.68363,7200,7200,0,0,8,0,0,0), + (134735,1412,429,0,0,-18.9724,-338.297,-2.73597,0.008798,7200,7200,0,0,8,0,0,0), + (134736,1412,429,0,0,43.4498,-249.524,-52.8565,5.25344,7200,7200,0,0,8,0,0,0), + (134737,1412,429,0,0,136.458,-320.317,7.60497,0.162894,7200,7200,0,0,8,0,0,0), + (134738,1412,429,0,0,-52.7927,-318.739,-53.0088,5.95829,7200,7200,0,0,8,0,0,0), + (134739,1412,429,0,0,-166.892,-237.24,7.60565,4.45071,7200,7200,0,0,8,0,0,0), + (134740,1412,429,0,0,-1.47589,-247.514,-53.6291,2.16226,7200,7200,0,0,8,0,0,0), + (134741,1412,429,0,0,-45.4898,-275.688,-57.3578,3.96245,7200,7200,0,0,8,0,0,0), + (134742,1412,429,0,0,-166.15,-319.039,7.6047,1.77892,7200,7200,0,0,8,0,0,0), + (134743,1412,429,0,0,-151.769,-358.922,-4.23659,5.48243,7200,7200,0,0,8,0,0,0), + (134744,1412,429,0,0,-158.804,-339.269,-4.19303,4.28925,7200,7200,0,0,8,0,0,0), + (134745,1412,429,0,0,-72.0005,-345.3,-4.03359,2.98672,7200,7200,0,0,8,0,0,0), + (134746,1412,429,0,0,-166.79,-236.859,7.68885,5.86431,7200,7200,0,0,8,0,0,0), + (134747,1412,429,0,0,43.8834,-249.347,-52.9414,0.38733,7200,7200,0,0,8,0,0,0), + (134748,1412,429,0,0,-45.176,-275.351,-57.2373,3.89208,7200,7200,0,0,8,0,0,0), + (134749,1412,429,0,0,-104.761,-356.167,-4.0997,2.69766,7200,7200,0,0,8,0,0,0), + (134750,1412,429,0,0,-166.038,-319.342,7.60455,1.67389,7200,7200,0,0,8,0,0,0), + (134751,1412,429,0,0,13.8706,-270.362,-52.6382,3.53614,7200,7200,0,0,8,0,0,0), + (134752,1412,429,0,0,-97.5659,-330.237,-57.1258,1.28208,7200,7200,0,0,8,0,0,0), + (134753,1412,429,0,0,-19.6245,-338.303,-2.65313,3.61283,7200,7200,0,0,8,0,0,0), + (134754,1412,429,0,0,-158.406,-338.387,-4.06629,2.74017,7200,7200,0,0,8,0,0,0), + (134755,1412,429,0,0,-89.9518,-327.218,-56.7094,1.60916,7200,7200,0,0,8,0,0,0), + (134756,1412,429,0,0,47.3439,-345.485,-4.03754,2.97946,7200,7200,0,0,8,0,0,0), + (134757,1412,429,0,0,136.124,-320.346,7.60491,0.223598,7200,7200,0,0,8,0,0,0), + (134758,1412,429,0,0,98.3382,-271.294,-2.73781,1.53207,7200,7200,0,0,8,0,0,0), + (134759,1412,429,0,0,-146.211,-187.845,-4.12055,2.85043,7200,7200,0,0,8,0,0,0), + (134785,16032,429,0,0,122.669,444.578,-48.3768,5.42797,7200,7200,0,0,710,0,0,0), + (134787,11441,429,0,0,402.45,333.237,2.9312,0.191986,7200,7200,0,0,13920,0,0,0), + (134788,11441,429,0,0,439.642,134.562,-2.4987,6.19592,7200,7200,0,0,13920,0,0,0), + (134789,11441,429,0,0,450.071,134.044,-2.49898,3.14159,7200,7200,0,0,13920,0,0,0), + (134791,11441,429,0,0,445.038,350.688,2.93627,1.62316,7200,7200,0,0,13920,0,0,0), + (134792,11441,429,0,0,289.288,-75.3393,-3.80366,0.855211,7200,7200,0,0,13920,0,0,0), + (134793,11441,429,0,0,297.368,-66.7381,-3.80376,3.92699,7200,7200,0,0,13920,0,0,0), + (134794,11441,429,0,0,404.442,180.283,2.93519,5.39307,7200,7200,0,0,13920,0,0,0), + (134795,11441,429,0,0,367.083,36.711,-24.7118,4.64258,7200,7200,0,0,13920,0,0,0), + (134796,11441,429,0,0,375.465,26.511,-25.888,3.05433,7200,7200,0,0,13920,0,0,0), + (134797,11441,429,0,0,417.915,292.252,11.1982,3.60941,7200,7200,0,0,13920,0,0,0), + (134798,11441,429,0,0,312.086,182.917,2.93627,4.36332,7200,7200,0,0,13920,0,0,0), + (134799,11441,429,0,0,326.912,360.968,2.93626,4.74729,7200,7200,0,0,13920,0,0,0), + (134800,11441,429,0,0,398.872,167.834,2.85043,6.04776,7200,7200,5,0,13920,0,0,1), + (134801,11441,429,0,0,469.788,46.4686,-3.91727,1.44576,7200,7200,0,0,13920,0,0,0), + (134802,11441,429,0,0,310.688,-12.7194,-3.80129,6.19592,7200,7200,0,0,13920,0,0,0), + (134803,11441,429,0,0,387.546,135.562,-2.50008,2.00713,7200,7200,0,0,13920,0,0,0), + (134805,11441,429,0,0,301.618,48.9438,-3.88544,0.541052,7200,7200,0,0,13920,0,0,0), + (134806,11441,429,0,0,391.712,102.586,-3.80363,0.541052,7200,7200,0,0,13920,0,0,0), + (134807,11441,429,0,0,262.402,94.8272,-2.47626,3.21141,7200,7200,0,0,13920,0,0,0), + (134808,11441,429,0,0,431.271,75.9517,-23.5555,3.76991,7200,7200,0,0,13920,0,0,0), + (134810,11441,429,0,0,321.913,132.877,-2.49938,5.37561,7200,7200,0,0,13920,0,0,0), + (134811,11441,429,0,0,316.945,239.888,11.2093,3.14159,7200,7200,0,0,13920,0,0,0), + (134812,11441,429,0,0,292.932,264.732,2.94989,3.7001,7200,7200,0,0,13920,0,0,0), + (134813,11441,429,0,0,281.884,257.988,2.9364,0.541052,7200,7200,0,0,13920,0,0,0), + (134814,11441,429,0,0,469.761,66.3496,-3.80288,4.27606,7200,7200,0,0,13920,0,0,0), + (134816,11441,429,0,0,352.292,219.206,11.2871,4.60767,7200,7200,0,0,13920,0,0,0), + (134817,11441,429,0,0,484.79,192.536,2.93627,3.22886,7200,7200,0,0,13920,0,0,0), + (134819,11441,429,0,0,480.492,171.572,2.93626,0.855211,7200,7200,0,0,13920,0,0,0), + (134820,11441,429,0,0,357.101,-105.233,-3.8031,3.735,7200,7200,0,0,13920,0,0,0), + (134821,11441,429,0,0,420.708,212.934,11.2148,4.02882,7200,7200,0,0,13920,0,0,0), + (134823,11441,429,0,0,253.919,101.484,-2.47626,4.79965,7200,7200,0,0,13920,0,0,0), + (134825,11441,429,0,0,293.43,22.6771,-3.83323,1.71042,7200,7200,0,0,13920,0,0,0), + (134827,11441,429,0,0,290,43.9366,-3.84639,4.88692,7200,7200,0,0,13920,0,0,0), + (134828,11441,429,0,0,387.18,212.206,11.2158,3.16332,7200,7200,0,0,13920,0,0,0), + (134829,11441,429,0,0,414.897,260.269,11.2061,4.6183,7200,7200,5,0,13920,0,0,1), + (134830,11441,429,0,0,378.439,136.133,-2.50067,0.925025,7200,7200,0,0,13920,0,0,0), + (134831,11441,429,0,0,325.94,124.511,-3.80362,1.88496,7200,7200,0,0,13920,0,0,0), + (134835,11441,429,0,0,350.716,306.468,11.2068,1.12018,7200,7200,0,0,13920,0,0,0), + (134836,11441,429,0,0,338.808,208.337,11.2875,1.37881,7200,7200,0,0,13920,0,0,0), + (134838,11444,429,0,0,278.29,32.931,-2.46346,0.05236,7200,7200,0,0,9745,10680,0,0), + (134839,11444,429,0,0,356.308,27.8438,-24.9039,6.23082,7200,7200,0,0,9745,10680,0,0), + (134840,11444,429,0,0,364.345,17.3626,-25.5038,1.36136,7200,7200,0,0,9745,10680,0,0), + (134841,11444,429,0,0,413.308,200.467,11.2983,0.261799,7200,7200,0,0,9745,10680,0,0), + (134842,11444,429,0,0,425.703,203.455,11.2904,3.35103,7200,7200,0,0,9745,10680,0,0), + (134843,11444,429,0,0,324.012,296.401,11.2898,1.36136,7200,7200,0,0,9745,10680,0,0), + (134844,11444,429,0,0,325.699,305.354,11.2862,4.53786,7200,7200,0,0,9745,10680,0,0), + (134845,11444,429,0,0,288.657,317.849,2.93636,2.42601,7200,7200,0,0,9745,10680,0,0), + (134848,11444,429,0,0,279.307,325.271,2.93639,5.65487,7200,7200,0,0,9745,10680,0,0), + (134849,11444,429,0,0,431.546,171.163,2.85225,3.26898,7200,7200,5,0,9745,10680,0,1), + (134853,11444,429,0,0,253.062,92.799,-2.47625,0.802851,7200,7200,0,0,9745,10680,0,0), + (134854,11444,429,0,0,273.006,195.121,2.93627,0.855211,7200,7200,0,0,9745,10680,0,0), + (134855,11444,429,0,0,280.528,204.355,2.93633,4.06662,7200,7200,0,0,9745,10680,0,0), + (134857,11444,429,0,0,333.932,132.645,-2.49961,3.40339,7200,7200,0,0,9745,10680,0,0), + (134858,11444,429,0,0,462.979,55.9376,-3.80328,0.541052,7200,7200,0,0,9745,10680,0,0), + (134859,11444,429,0,0,349.212,-110.3,-3.80274,0.733038,7200,7200,0,0,9745,10680,0,0), + (134860,11444,429,0,0,341.384,219.696,11.287,4.27606,7200,7200,0,0,9745,10680,0,0), + (134862,11444,429,0,0,487.189,179.82,2.93627,4.06662,7200,7200,0,0,9745,10680,0,0), + (134863,11444,429,0,0,735.327,423.83,28.2633,0.750492,7200,7200,0,0,9745,10680,0,0), + (134865,11444,429,0,0,299.916,40.0648,-3.8728,3.80482,7200,7200,0,0,9745,10680,0,0), + (134868,11444,429,0,0,384.076,144.653,0.654953,4.57276,7200,7200,0,0,9745,10680,0,0), + (134869,11444,429,0,0,314.267,125.077,-3.80362,0.453786,7200,7200,0,0,9745,10680,0,0), + (134870,11444,429,0,0,471.769,192.862,2.93626,6.12611,7200,7200,0,0,9745,10680,0,0), + (134871,11444,429,0,0,479.482,59.1785,-3.80289,3.24631,7200,7200,0,0,9745,10680,0,0), + (134872,11444,429,0,0,328.938,169.844,2.85461,3.3161,7200,7200,5,0,9745,10680,0,1), + (134873,11444,429,0,0,350.451,203.075,11.2928,1.44862,7200,7200,0,0,9745,10680,0,0), + (134875,11445,429,0,0,692.195,511.417,28.2594,2.87979,7200,7200,0,0,14214,4738,0,0), + (134878,11445,429,0,0,743.179,436.379,28.2657,4.17134,7200,7200,0,0,14214,4738,0,0), + (134879,11445,429,0,0,667.484,467.305,29.5391,4.20624,7200,7200,0,0,14214,4738,0,0), + (134880,11445,429,0,0,676.629,460.347,29.5408,3.19395,7200,7200,0,0,14214,4738,0,0), + (134881,11445,429,0,0,681.03,504.275,29.5437,1.48353,7200,7200,0,0,14214,4738,0,0), + (134882,11446,429,0,0,910.469,460.242,40.4794,2.93215,7200,7200,0,0,3052,0,0,0), + (134883,11446,429,0,0,794.791,565.687,40.4798,5.07891,7200,7200,0,0,3052,0,0,0), + (134886,11446,429,0,0,879.269,413.435,40.48,2.23402,7200,7200,0,0,3052,0,0,0), + (134887,11446,429,0,0,759.706,415.478,40.4794,0.750492,7200,7200,0,0,3052,0,0,0), + (134888,11446,429,0,0,819.916,391.366,40.4797,1.48353,7200,7200,0,0,3052,0,0,0), + (134889,11446,429,0,0,764.541,548.918,40.4821,5.44543,7200,7200,0,0,3052,0,0,0), + (134890,11446,429,0,0,814.476,570.523,40.479,4.86947,7200,7200,0,0,3052,0,0,0), + (134891,11446,429,0,0,879.467,549.782,40.48,4.08407,7200,7200,0,0,3052,0,0,0), + (134892,11446,429,0,0,909.916,505.704,40.479,3.47321,7200,7200,0,0,3052,0,0,0), + (134893,11446,429,0,0,852.577,564.638,40.4802,4.43314,7200,7200,0,0,3052,0,0,0), + (134894,11446,429,0,0,851.739,398.095,40.4801,1.85005,7200,7200,0,0,3052,0,0,0), + (134895,11446,429,0,0,902.99,442.14,40.4793,2.68781,7200,7200,0,0,3052,0,0,0), + (134896,11446,429,0,0,794.689,394.92,40.4798,1.20428,7200,7200,0,0,3052,0,0,0), + (134897,11448,429,0,0,379.625,466.833,-7.14894,5.77704,7200,7200,0,0,10365,16794,0,0), + (134898,11448,429,0,0,581.503,596.278,-4.67144,0.05236,7200,7200,0,0,10365,16794,0,0), + (134899,11448,429,0,0,593.01,596.731,-4.67143,3.15905,7200,7200,0,0,10365,16794,0,0), + (134900,11448,429,0,0,568.204,479.525,29.5475,3.22886,7200,7200,0,0,10365,16794,0,0), + (134901,11448,429,0,0,518.04,562.212,27.9994,5.21853,7200,7200,0,0,10365,16794,0,0), + (134902,11448,429,0,0,476.998,565.548,27.9979,5.44543,7200,7200,0,0,10365,16794,0,0), + (134903,11448,429,0,0,580.365,565.465,-4.67144,0.034907,7200,7200,0,0,10365,16794,0,0), + (134904,11448,429,0,0,480.812,600.12,-25.3203,1.13446,7200,7200,0,0,10365,16794,0,0), + (134905,11448,429,0,0,483.991,607.756,-25.3214,4.38078,7200,7200,0,0,10365,16794,0,0), + (134906,11448,429,0,0,579.373,590.731,-25.3194,1.88496,7200,7200,0,0,10365,16794,0,0), + (134907,11448,429,0,0,572.401,599.51,-25.3194,5.49779,7200,7200,0,0,10365,16794,0,0), + (134908,11448,429,0,0,548.933,575.927,-4.67144,2.28638,7200,7200,0,0,10365,16794,0,0), + (134909,11448,429,0,0,425.414,543.026,-18.26,3.61283,7200,7200,0,0,10365,16794,0,0), + (134910,11448,429,0,0,584.833,544.572,-25.3159,2.28638,7200,7200,0,0,10365,16794,0,0), + (134911,11448,429,0,0,577.443,549.148,-25.3152,5.37561,7200,7200,0,0,10365,16794,0,0), + (134912,14386,429,0,0,560.917,545.409,-25.3172,1.00548,900,900,0,0,305,0,0,2), + (134913,14386,429,0,0,446.833,542.643,-21.8128,3.26136,900,900,0,0,305,0,0,2), + (134989,11458,429,0,0,65.9918,260.462,-8.33747,1.65806,7200,7200,0,0,8352,0,0,0), + (134991,11458,429,0,0,-92.0202,203.288,-4.90247,3.19395,7200,7200,0,0,8352,0,0,0), + (134992,11458,429,0,0,-98.8537,198.111,-3.39203,1.8675,7200,7200,0,0,8352,0,0,0), + (134993,11458,429,0,0,-107.522,198.166,-3.39206,0.453786,7200,7200,0,0,8352,0,0,0), + (134995,11458,429,0,0,49.6096,300.218,-8.33785,1.72788,7200,7200,0,0,8352,0,0,0), + (134996,10405,329,0,0,3621.35,-3514.28,137.12,0,7200,7200,0,0,8352,0,0,2), + (134997,10405,329,0,0,3541.63,-3402.77,133.14,0,7200,7200,0,0,8352,0,0,2), + (134998,10405,329,0,0,3705.07,-3403.91,132.131,0,7200,7200,0,0,8352,0,0,2), + (134999,10405,329,0,0,3659.01,-3325,123.662,0,7200,7200,0,0,8352,0,0,2), + (135000,10405,329,0,0,3662.67,-3342.99,124.405,0,7200,7200,0,0,8352,0,0,2), + (135001,10405,329,0,0,3536.46,-3323.75,129.53,0,7200,7200,0,0,8352,0,0,2), + (135002,10405,329,0,0,3665.44,-3481.04,137.126,0,7200,7200,0,0,8352,0,0,2), + (135003,10405,329,0,0,3516.81,-3385.62,132.662,0,7200,7200,0,0,8352,0,0,2), + (135004,10405,329,0,0,3603.55,-3486.83,135.853,0,7200,7200,5,0,8352,0,0,1), + (135005,10405,329,0,0,3481.68,-3318.06,130.746,0,7200,7200,5,0,8352,0,0,1), + (135006,10393,329,0,0,3603.55,-3486.83,135.853,0,604800,604800,5,0,13065,10922,0,1), + (135007,10393,329,0,0,3481.68,-3318.06,130.746,0,604800,604800,5,0,13065,10922,0,1), + (135020,11458,429,0,0,-84.0404,361.479,-3.39357,5.53269,7200,7200,0,0,8352,0,0,0), + (135023,11458,429,0,0,120.713,206.373,-4.90247,5.5676,7200,7200,0,0,8352,0,0,0), + (135024,11458,429,0,0,135.579,192.048,-3.39096,2.32129,7200,7200,0,0,8352,0,0,0), + (135025,10411,329,0,0,3480.39,-3307.11,130.413,0,900,900,0,0,1100,0,0,2), + (135026,10411,329,0,0,3729.96,-3259.32,127.959,0,900,900,0,0,1100,0,0,2), + (135027,10411,329,0,0,3823.75,-3625.02,145.529,0,900,900,0,0,1100,0,0,2), + (135043,11458,429,0,0,121.758,352.931,-4.90246,2.84489,7200,7200,0,0,8352,0,0,0), + (135044,11458,429,0,0,138.338,360.565,-3.39671,2.00713,7200,7200,0,0,8352,0,0,0), + (135045,11458,429,0,0,114.802,361.037,-3.39479,3.87463,7200,7200,0,0,8352,0,0,0), + (135046,11458,429,0,0,-52.3998,288.789,-7.32111,1.62316,7200,7200,0,0,8352,0,0,0), + (135047,11458,429,0,0,-32.3612,290.174,-7.06593,2.46091,7200,7200,0,0,8352,0,0,0), + (135048,11458,429,0,0,-12.8258,250.3,-8.44244,0.780131,7200,7200,0,0,8352,0,0,0), + (135056,11458,429,0,0,-27.7349,266.501,-8.81597,3.61916,7200,7200,0,0,8352,0,0,0), + (135059,11458,429,0,0,73.2866,275.55,-7.54284,6.14356,7200,7200,0,0,8352,0,0,0), + (135060,11458,429,0,0,80.676,258.702,-7.56109,2.21657,7200,7200,0,0,8352,0,0,0), + (135067,11458,429,0,0,-22.7325,186.699,-3.4756,3.16307,7200,7200,0,0,8352,0,0,0), + (135068,11458,429,0,0,-3.37704,184.789,-3.4756,0.214215,7200,7200,5,0,8352,0,0,1), + (135069,11458,429,0,0,-13.5503,194.196,-3.4756,0.255774,7200,7200,5,0,8352,0,0,1), + (135070,11458,429,0,0,-94.5732,357.768,-3.47957,0.014872,7200,7200,0,0,8352,0,0,0), + (135072,11459,429,0,0,40.4957,332.062,-4.9858,6.26095,7200,7200,0,0,16704,0,0,0), + (135073,11459,429,0,0,97.8988,220.263,-4.98581,3.91711,7200,7200,0,0,16704,0,0,0), + (135074,11459,429,0,0,122.34,249.074,-4.98583,1.56546,7200,7200,5,0,16704,0,0,1), + (135075,11459,429,0,0,-86.0906,256.784,-4.98541,1.70275,7200,7200,5,0,16704,0,0,1), + (135076,11459,429,0,0,-63.5588,208.12,-4.9858,5.79684,7200,7200,0,0,16704,0,0,0), + (135077,11459,429,0,0,12.172,332.792,-4.9858,0.001971,7200,7200,0,0,16704,0,0,0), + (135078,11459,429,0,0,-17.2562,334.063,-4.9884,0.041005,7200,7200,0,0,16704,0,0,0), + (135079,11459,429,0,0,117.241,238.304,-4.98568,4.68351,7200,7200,0,0,16704,0,0,0), + (135080,11459,429,0,0,70.8969,219.714,-4.9858,3.16192,7200,7200,0,0,16704,0,0,0), + (135081,11459,429,0,0,67.1806,334.437,-4.9858,0.088779,7200,7200,5,0,16704,0,0,1), + (135082,11459,429,0,0,-92.6434,286.583,-4.98605,4.69207,7200,7200,5,0,16704,0,0,1), + (135083,11459,429,0,0,-35.5453,349.841,-4.98923,3.13877,7200,7200,0,0,16704,0,0,0), + (135084,11459,429,0,0,101.21,330.55,-4.98576,5.40841,7200,7200,5,0,16704,0,0,1), + (135085,11459,429,0,0,43.1073,219.233,-4.9858,3.11267,7200,7200,5,0,16704,0,0,1), + (135086,11459,429,0,0,115.092,290.629,-4.98558,4.70909,7200,7200,0,0,16704,0,0,0), + (135516,15235,531,0,0,-8617.82,1770.24,-90.4684,0,3520,3520,0,0,64740,0,0,2), + (135517,15236,531,0,0,-8619.53,1774.94,-90.0669,0,3520,3520,0,0,30520,0,0,0), + (135518,15236,531,0,0,-8619.53,1765.54,-90.0669,0,3520,3520,0,0,30520,0,0,0), + (135519,15236,531,0,0,-8621.82,1770.24,-90.0669,0,3520,3520,0,0,30520,0,0,0), + (135520,15249,531,0,0,-8621.82,1770.24,-90.0669,0,3520,3520,0,0,94320,0,0,0), + (135521,15235,531,0,0,-8645.39,1710.06,-90.0669,0,3520,3520,0,0,64740,0,0,2), + (135522,15236,531,0,0,-8647.1,1714.76,-90.0669,0,3520,3520,0,0,30520,0,0,0), + (135523,15236,531,0,0,-8647.1,1705.36,-90.0669,0,3520,3520,0,0,30520,0,0,0), + (135524,15236,531,0,0,-8649.39,1710.06,-90.0669,0,3520,3520,0,0,30520,0,0,0), + (135525,15249,531,0,0,-8649.39,1710.06,-90.0669,0,3520,3520,0,0,94320,0,0,0), + (135526,15235,531,0,0,-8717.54,1450.8,-70.1568,0,3520,3520,0,0,64740,0,0,2), + (135527,15236,531,0,0,-8719.25,1455.5,-70.1568,0,3520,3520,0,0,30520,0,0,0), + (135528,15236,531,0,0,-8719.25,1446.11,-70.1568,0,3520,3520,0,0,30520,0,0,0), + (135529,15236,531,0,0,-8721.54,1450.8,-70.1568,0,3520,3520,0,0,30520,0,0,0), + (135530,15249,531,0,0,-8721.54,1450.8,-70.1568,0,3520,3520,0,0,94320,0,0,0), + (135531,15235,531,0,0,-8667.69,1471.39,-69.8897,0,3520,3520,0,0,64740,0,0,2), + (135532,15236,531,0,0,-8669.4,1476.09,-69.8897,0,3520,3520,0,0,30520,0,0,0), + (135533,15236,531,0,0,-8669.4,1466.69,-69.8897,0,3520,3520,0,0,30520,0,0,0), + (135534,15236,531,0,0,-8671.69,1471.39,-69.8897,0,3520,3520,0,0,30520,0,0,0), + (135535,15249,531,0,0,-8671.69,1471.39,-69.8897,0,3520,3520,0,0,94320,0,0,0), + (135536,15235,531,0,0,-8602.22,1420.14,-66.1638,0,3520,3520,0,0,64740,0,0,2), + (135537,15236,531,0,0,-8603.93,1424.84,-66.1638,0,3520,3520,0,0,30520,0,0,0), + (135538,15236,531,0,0,-8603.93,1415.44,-66.1638,0,3520,3520,0,0,30520,0,0,0), + (135539,15236,531,0,0,-8606.22,1420.14,-66.1638,0,3520,3520,0,0,30520,0,0,0), + (135540,15249,531,0,0,-8606.22,1420.14,-66.1638,0,3520,3520,0,0,94320,0,0,0), + (135541,15235,531,0,0,-8685.76,1457.88,-69.9058,0,3520,3520,0,0,64740,0,0,2), + (135542,15236,531,0,0,-8687.47,1462.58,-69.9058,0,3520,3520,0,0,30520,0,0,0), + (135543,15236,531,0,0,-8687.47,1453.19,-69.9058,0,3520,3520,0,0,30520,0,0,0), + (135544,15236,531,0,0,-8689.76,1457.88,-69.9058,0,3520,3520,0,0,30520,0,0,0), + (135545,15249,531,0,0,-8689.76,1457.88,-69.9058,0,3520,3520,0,0,94320,0,0,0), + (136150,11466,429,0,0,-66.7143,890.488,-23.9629,5.06145,7200,7200,0,0,523,6351,0,0), + (136151,11466,429,0,0,-38.8097,895.555,-23.8604,4.72984,7200,7200,0,0,523,6351,0,0), + (136152,11466,429,0,0,-10.1546,890.54,-23.8612,4.34587,7200,7200,0,0,523,6351,0,0), + (136153,11466,429,0,0,14.3415,876.391,-23.9007,4.01426,7200,7200,0,0,523,6351,0,0), + (136154,11466,429,0,0,33.0897,854.282,-23.8659,3.64774,7200,7200,0,0,523,6351,0,0), + (136155,11466,429,0,0,42.9412,828.325,-23.7855,3.31613,7200,7200,0,0,523,6351,0,0), + (136156,11466,429,0,0,43.0038,798.122,-23.854,2.94961,7200,7200,0,0,523,6351,0,0), + (136157,11466,429,0,0,32.7354,770.632,-23.8969,2.60054,7200,7200,0,0,523,6351,0,0), + (136158,11466,429,0,0,14.6399,749.159,-23.836,2.25148,7200,7200,0,0,523,6351,0,0), + (136159,11466,429,0,0,-10.6438,734.385,-23.6699,1.90241,7200,7200,0,0,523,6351,0,0), + (136160,11466,429,0,0,-39.0555,729.605,-23.6257,1.5708,7200,7200,0,0,523,6351,0,0), + (136161,11466,429,0,0,-67.9051,734.638,-23.5353,1.22173,7200,7200,0,0,523,6351,0,0), + (136162,11466,429,0,0,-92.7016,749.325,-23.5862,0.872665,7200,7200,0,0,523,6351,0,0), + (136163,11466,429,0,0,-111.204,771.413,-23.4829,0.523599,7200,7200,0,0,523,6351,0,0), + (136164,11466,429,0,0,-121.358,799.398,-23.3194,0.174533,7200,7200,0,0,523,6351,0,0), + (136165,11466,429,0,0,-120.874,827.414,-23.4619,6.10865,7200,7200,0,0,523,6351,0,0), + (136166,11466,429,0,0,-110.415,855.412,-23.4797,5.75959,7200,7200,0,0,523,6351,0,0), + (136167,11466,429,0,0,-92.051,876.475,-23.6719,5.42797,7200,7200,0,0,523,6351,0,0), + (136168,11469,429,0,0,55.0221,508.635,-3.48438,3.15905,7200,7200,0,0,8613,0,0,0), + (136169,11469,429,0,0,121.059,488.502,28.6844,4.5204,7200,7200,0,0,8613,0,0,0), + (136170,11469,429,0,0,100.154,567.333,28.6954,1.39626,7200,7200,0,0,8613,0,0,0), + (136171,11469,429,0,0,62.6031,525.741,28.6854,2.93215,7200,7200,0,0,8613,0,0,0), + (136172,11469,429,0,0,-60.8733,565.822,28.6972,0.174533,7200,7200,0,0,8613,0,0,0), + (136173,11469,429,0,0,-17.0975,531.373,28.6855,0.087266,7200,7200,0,0,8613,0,0,0), + (136174,11469,429,0,0,78.0193,572.068,28.6971,5.60251,7200,7200,0,0,8613,0,0,0), + (136175,11469,429,0,0,-28.5838,511.139,-3.48528,5.02655,7200,7200,0,0,8613,0,0,0), + (136176,11469,429,0,0,-106.094,532.15,28.6969,4.34587,7200,7200,0,0,8613,0,0,0), + (136177,11469,429,0,0,7.98379,564.159,28.6879,2.02458,7200,7200,0,0,8613,0,0,0), + (136178,11469,429,0,0,4.40959,505.233,-3.48315,0.942478,7200,7200,0,0,8613,0,0,0), + (136179,11469,429,0,0,-67.2448,524.653,28.6861,6.23082,7200,7200,0,0,8613,0,0,0), + (136180,11470,429,0,0,55.0866,505.726,-3.48333,2.67035,7200,7200,0,0,6891,6867,0,0), + (136181,11470,429,0,0,97.1054,488.343,28.6844,3.10669,7200,7200,0,0,6891,6867,0,0), + (136182,11470,429,0,0,5.91784,509.837,-3.48481,4.59022,7200,7200,0,0,6891,6867,0,0), + (136183,11470,429,0,0,122.531,481.388,28.6844,1.58825,7200,7200,0,0,6891,6867,0,0), + (136184,11470,429,0,0,118.721,481.643,28.6844,1.01229,7200,7200,0,0,6891,6867,0,0), + (136185,11470,429,0,0,99.0028,570.998,28.6964,5.2709,7200,7200,0,0,6891,6867,0,0), + (136186,11470,429,0,0,-67.2448,524.653,28.6861,6.23082,7200,7200,0,0,6891,6867,0,0), + (136187,11470,429,0,0,56.6144,524.315,28.685,0.523599,7200,7200,0,0,6891,6867,0,0), + (136188,11470,429,0,0,-54.1802,566.224,28.6972,3.1765,7200,7200,0,0,6891,6867,0,0), + (136190,11470,429,0,0,-12.0959,530.086,28.685,3.1765,7200,7200,0,0,6891,6867,0,0), + (136191,11470,429,0,0,-16.9684,527.327,28.6848,0.610865,7200,7200,0,0,6891,6867,0,0), + (136192,11470,429,0,0,82.6258,570.367,28.6977,3.08923,7200,7200,0,0,6891,6867,0,0), + (136193,11470,429,0,0,79.9753,564.996,28.6964,1.5708,7200,7200,0,0,6891,6867,0,0), + (136194,11470,429,0,0,-27.428,507.017,-3.48379,1.85005,7200,7200,0,0,6891,6867,0,0), + (136195,11470,429,0,0,-108.313,526.203,28.6966,1.25664,7200,7200,0,0,6891,6867,0,0), + (136196,11470,429,0,0,-24.9202,509.228,-3.48459,2.44346,7200,7200,0,0,6891,6867,0,0), + (136197,11470,429,0,0,9.66484,568.061,28.6882,3.75246,7200,7200,0,0,6891,6867,0,0), + (136198,11470,429,0,0,7.29686,509.009,-3.48451,3.80482,7200,7200,0,0,6891,6867,0,0), + (136199,11470,429,0,0,48.1242,508.601,-3.48436,6.21337,7200,7200,0,0,6891,6867,0,0), + (136200,11470,429,0,0,-61.637,526.777,28.6853,3.28122,7200,7200,0,0,6891,6867,0,0), + (136201,11471,429,0,0,-12.1814,558.704,-4.39591,5.99616,7200,7200,0,0,6681,6723,0,0), + (136202,11471,429,0,0,109.165,479.837,-4.31265,5.37561,7200,7200,0,0,6681,6723,0,0), + (136203,11471,429,0,0,107.902,473.495,-4.31271,0.663225,7200,7200,0,0,6681,6723,0,0), + (136204,11471,429,0,0,98.7997,546.439,-4.31221,6.12611,7200,7200,0,0,6681,6723,0,0), + (136205,11471,429,0,0,128.643,561.759,-4.31221,3.12414,7200,7200,0,0,6681,6723,0,0), + (136206,11471,429,0,0,-96.1452,465.968,-4.31524,6.00393,7200,7200,0,0,6681,6723,0,0), + (136208,11471,429,0,0,-90.7062,517.615,-4.31369,3.15905,7200,7200,0,0,6681,6723,0,0), + (136209,11471,429,0,0,103.881,501.979,-4.31225,2.16421,7200,7200,0,0,6681,6723,0,0), + (136210,11471,429,0,0,54.076,542.697,-4.39562,4.00858,7200,7200,0,0,6681,6723,0,0), + (136211,11471,429,0,0,68.6846,546.253,-4.39761,4.57106,7200,7200,0,0,6681,6723,0,0), + (136212,11471,429,0,0,-54.5304,538.834,-4.31221,5.63741,7200,7200,0,0,6681,6723,0,0), + (136213,11471,429,0,0,-53.2673,555.241,-4.40285,0.570829,7200,7200,0,0,6681,6723,0,0), + (136217,11471,429,0,0,32.1369,566.978,-4.3122,2.87979,7200,7200,0,0,6681,6723,0,0), + (136218,11471,429,0,0,128.655,439.345,-4.30314,0.750492,7200,7200,0,0,6681,6723,0,0), + (136224,11472,429,0,0,-20.3706,539.497,-4.31221,5.96903,7200,7200,0,0,8352,0,0,0), + (136225,11472,429,0,0,115.494,462.595,-4.31628,0,7200,7200,0,0,8352,0,0,0), + (136226,11472,429,0,0,90.1725,558.166,-4.3122,0.506145,7200,7200,0,0,8352,0,0,0), + (136227,11472,429,0,0,135.202,564.822,-4.31221,3.14159,7200,7200,0,0,8352,0,0,0), + (136228,11472,429,0,0,-85.7577,474.07,-4.31686,0.174533,7200,7200,0,0,8352,0,0,0), + (136231,11472,429,0,0,-78.8651,514.519,-4.31482,2.40855,7200,7200,0,0,8352,0,0,0), + (136232,11472,429,0,0,-96.1273,509.47,-4.31524,2.18166,7200,7200,0,0,8352,0,0,0), + (136233,11472,429,0,0,99.151,510.032,-4.31224,1.06465,7200,7200,0,0,8352,0,0,0), + (136234,11472,429,0,0,102.626,518.346,-4.39536,2.62741,7200,7200,0,0,8352,0,0,0), + (137646,11472,429,0,0,59.9386,535.892,-4.3122,2.18166,7200,7200,0,0,8352,0,0,0), + (137647,11472,429,0,0,-60.4682,549.095,-4.40406,3.71401,7200,7200,0,0,8352,0,0,0), + (137653,11472,429,0,0,-58.685,566.327,-4.3122,0,7200,7200,0,0,8352,0,0,0), + (137656,11472,429,0,0,33.8972,557.805,-4.3122,4.2586,7200,7200,0,0,8352,0,0,0), + (137657,11472,429,0,0,120.586,438.521,-4.31108,1.65806,7200,7200,0,0,8352,0,0,0), + (137662,11472,429,0,0,62.4359,556.919,-4.3074,0,7200,7200,0,0,8352,0,0,0), + (137666,721,429,0,0,-5.03282,-241.909,-54.2811,1.48937,7200,7200,0,0,1,0,0,0), + (137667,721,429,0,0,-114.278,-264.464,-56.1262,0.913239,7200,7200,0,0,1,0,0,0), + (137668,721,429,0,0,64.0855,-316.149,-54.0207,2.40855,7200,7200,0,0,1,0,0,0), + (137669,11473,429,0,0,107.537,519.429,28.6011,4.88988,7200,7200,0,0,6891,6867,0,0), + (137670,721,429,0,0,-22.6146,-318.401,-51.3798,2.76825,7200,7200,0,0,1,0,0,0), + (137671,11473,429,0,0,-41.5571,610.235,-23.3052,1.09859,7200,7200,5,0,6891,6867,0,1), + (137672,721,429,0,0,-4.8488,-242.598,-54.2285,1.31191,7200,7200,0,0,1,0,0,0), + (137673,11473,429,0,0,60.3375,410.765,-3.59399,4.22231,7200,7200,5,0,6891,6867,0,1), + (137674,721,429,0,0,-22.4144,-318.368,-51.3755,2.73144,7200,7200,0,0,1,0,0,0), + (137675,11473,429,0,0,76.7585,442.129,-3.57471,0.561933,7200,7200,0,0,6891,6867,0,0), + (137676,11473,429,0,0,-24.5859,566.612,-23.3052,2.29767,7200,7200,0,0,6891,6867,0,0), + (137677,721,429,0,0,64.9345,-316.45,-54.1711,5.94235,7200,7200,0,0,1,0,0,0), + (137678,721,429,0,0,-113.891,-264.249,-56.1787,0.809323,7200,7200,0,0,1,0,0,0), + (137679,11473,429,0,0,33.9748,547.044,28.6048,3.23875,7200,7200,5,0,6891,6867,0,1), + (137680,11473,429,0,0,-38.7757,604.689,-23.3052,4.42281,7200,7200,5,0,6891,6867,0,1), + (137681,11473,429,0,0,7.15476,551.157,-23.3052,0.111138,7200,7200,5,0,6891,6867,0,1), + (137682,11475,429,0,0,-20.8648,551.596,-4.39737,4.71914,7200,7200,0,0,8613,0,0,0), + (137683,11475,429,0,0,101.293,479.851,-4.31301,4.50295,7200,7200,0,0,8613,0,0,0), + (137684,11475,429,0,0,88.1093,548.942,-4.3122,3.80482,7200,7200,0,0,8613,0,0,0), + (137685,11475,429,0,0,135.813,559.564,-4.31221,3.12414,7200,7200,0,0,8613,0,0,0), + (137686,11475,429,0,0,-98.2049,476.774,-4.31492,1.85005,7200,7200,0,0,8613,0,0,0), + (137688,11475,429,0,0,-55.1989,563.449,-4.40317,5.51304,7200,7200,0,0,8613,0,0,0), + (137689,11475,429,0,0,28.9378,554.511,-23.2219,3.83972,7200,7200,0,0,8613,0,0,0), + (137690,11475,429,0,0,-17.531,558.016,-23.2219,4.43314,7200,7200,0,0,8613,0,0,0), + (137693,11475,429,0,0,21.8259,551.752,-4.39944,2.73993,7200,7200,0,0,8613,0,0,0), + (137694,11475,429,0,0,119.8,427.561,-4.30938,1.43117,7200,7200,0,0,8613,0,0,0), + (137696,11475,429,0,0,57.5582,546.248,-4.3122,0.122173,7200,7200,0,0,8613,0,0,0), + (137698,11476,429,0,0,125.715,384.229,28.6884,4.85202,7200,7200,0,0,3619,0,0,0), + (137699,11476,429,0,0,117.153,390.882,28.6844,3.92699,7200,7200,0,0,3619,0,0,0), + (137700,11476,429,0,0,-92.792,387.466,28.6855,3.33358,7200,7200,0,0,3619,0,0,0), + (137701,11476,429,0,0,-64.0295,564.499,28.6968,4.83456,7200,7200,0,0,3619,0,0,0), + (137702,11476,429,0,0,-56.3611,560.078,28.6955,4.59022,7200,7200,0,0,3619,0,0,0), + (137703,11476,429,0,0,-104.183,526.692,28.6962,1.0472,7200,7200,0,0,3619,0,0,0), + (137704,11476,429,0,0,106.187,395.379,28.6844,2.87979,7200,7200,0,0,3619,0,0,0), + (137705,11476,429,0,0,107.807,382.362,28.6845,3.28122,7200,7200,0,0,3619,0,0,0), + (137707,11476,429,0,0,-21.4629,529.414,28.6858,1.25664,7200,7200,0,0,3619,0,0,0), + (137708,11476,429,0,0,-81.6961,403.148,28.6844,2.86234,7200,7200,0,0,3619,0,0,0), + (137711,11476,429,0,0,-80.6973,380.285,28.6892,4.50295,7200,7200,0,0,3619,0,0,0), + (137712,11476,429,0,0,-81.8493,391.963,28.6844,5.58505,7200,7200,0,0,3619,0,0,0), + (137714,11476,429,0,0,-1.28895,506.292,-3.48353,0.750492,7200,7200,0,0,3619,0,0,0), + (137715,11476,429,0,0,10.3501,504.603,-3.48293,4.60767,7200,7200,0,0,3619,0,0,0), + (137716,11476,429,0,0,118.854,396.512,28.6844,4.76475,7200,7200,0,0,3619,0,0,0), + (137717,11476,429,0,0,120.028,383.161,28.6882,5.81195,7200,7200,0,0,3619,0,0,0), + (137719,11476,429,0,0,-90.3692,395.925,28.6844,0.733038,7200,7200,0,0,3619,0,0,0), + (137722,11476,429,0,0,95.5775,480.244,28.6844,3.01942,7200,7200,0,0,3619,0,0,0), + (137726,11476,429,0,0,97.0632,564.434,28.696,0.523599,7200,7200,0,0,3619,0,0,0), + (137728,11477,429,0,0,93.1133,492.334,28.6844,3.68265,7200,7200,0,0,3732,0,0,0), + (137731,11477,429,0,0,49.3202,503.902,-3.48267,1.65806,7200,7200,0,0,3732,0,0,0), + (137732,11477,429,0,0,61.3003,507.949,-3.48413,0.418879,7200,7200,0,0,3732,0,0,0), + (137733,11477,429,0,0,105.119,570.376,28.6945,4.81711,7200,7200,0,0,3732,0,0,0), + (137735,11477,429,0,0,-81.1514,396.299,28.6844,0.907571,7200,7200,0,0,3732,0,0,0), + (137736,11477,429,0,0,-105.719,535.634,28.6958,1.72788,7200,7200,0,0,3732,0,0,0), + (137737,11477,429,0,0,109.753,391.43,28.6844,0.191986,7200,7200,0,0,3732,0,0,0), + (137738,11477,429,0,0,104.027,377.357,28.691,2.61799,7200,7200,0,0,3732,0,0,0), + (137742,11477,429,0,0,-87.1873,391.362,28.6844,4.93928,7200,7200,0,0,3732,0,0,0), + (137743,11477,429,0,0,112.952,396.303,28.6844,3.735,7200,7200,0,0,3732,0,0,0), + (137744,11477,429,0,0,113.487,381.919,28.6862,3.22886,7200,7200,0,0,3732,0,0,0), + (137745,11477,429,0,0,-33.4381,505.196,-3.48314,1.06465,7200,7200,0,0,3732,0,0,0), + (137746,11477,429,0,0,-22.4055,504.89,-3.48303,4.45059,7200,7200,0,0,3732,0,0,0), + (137749,11477,429,0,0,-92.207,380.287,28.6892,4.76475,7200,7200,0,0,3732,0,0,0), + (137750,11477,429,0,0,-86.1771,399.27,28.6844,5.35816,7200,7200,0,0,3732,0,0,0), + (137753,11477,429,0,0,-8.55244,526.9,28.6848,5.41052,7200,7200,0,0,3732,0,0,0), + (137756,11477,429,0,0,-90.7518,404.466,28.6844,0.558505,7200,7200,0,0,3732,0,0,0), + (137760,11480,429,0,0,0.18435,277.584,-8.35593,3.03687,7200,7200,0,0,7107,9476,0,0), + (137761,11480,429,0,0,22.2903,268.93,-7.75637,5.61996,7200,7200,0,0,7107,9476,0,0), + (137762,11480,429,0,0,13.7393,290.024,-8.81422,1.43117,7200,7200,0,0,7107,9476,0,0), + (137763,11480,429,0,0,109.187,432.731,28.6844,2.93215,7200,7200,0,0,7107,9476,0,0), + (137764,11480,429,0,0,116.239,417.468,28.6844,4.41568,7200,7200,0,0,7107,9476,0,0), + (137765,11480,429,0,0,126.612,440.825,28.6844,1.18682,7200,7200,0,0,7107,9476,0,0), + (137766,11480,429,0,0,-79.4082,437.517,28.6859,5.61996,7200,7200,0,0,7107,9476,0,0), + (137767,11480,429,0,0,-86.4111,454.612,28.6864,1.18682,7200,7200,0,0,7107,9476,0,0), + (137768,11480,429,0,0,-98.4999,429.365,28.6854,4.20624,7200,7200,0,0,7107,9476,0,0), + (137769,11480,429,0,0,78.1069,724.323,-24.4956,4.67748,7200,7200,0,0,7107,9476,0,0), + (137770,11480,429,0,0,89.8462,745.194,-24.497,0.715585,7200,7200,0,0,7107,9476,0,0), + (137771,11480,429,0,0,64.6404,736.824,-24.497,3.33358,7200,7200,0,0,7107,9476,0,0), + (137772,11480,429,0,0,-154.641,721.118,-24.4952,4.64258,7200,7200,0,0,7107,9476,0,0), + (137773,11480,429,0,0,-142.956,743.886,-24.497,0.715585,7200,7200,0,0,7107,9476,0,0), + (137774,11480,429,0,0,-170.839,735.324,-24.497,3.14159,7200,7200,0,0,7107,9476,0,0), + (137776,11480,429,0,0,133.537,434.405,28.6844,0.471239,7200,7200,0,0,7107,9476,0,0), + (137777,11483,429,0,0,4.51283,268.919,-8.03384,3.83972,7200,7200,0,0,6681,8964,0,0), + (137778,11483,429,0,0,13.3353,265.504,-7.47873,4.85202,7200,7200,0,0,6681,8964,0,0), + (137779,11483,429,0,0,24.4087,277.987,-8.40844,6.0912,7200,7200,0,0,6681,8964,0,0), + (137780,11483,429,0,0,22.2632,286.032,-8.67728,0.855211,7200,7200,0,0,6681,8964,0,0), + (137781,11483,429,0,0,4.86775,286.17,-8.49644,2.51327,7200,7200,0,0,6681,8964,0,0), + (137782,11483,429,0,0,116.572,441.026,28.6844,1.90241,7200,7200,0,0,6681,8964,0,0), + (137783,11483,429,0,0,109.499,423.1,28.6844,3.31613,7200,7200,0,0,6681,8964,0,0), + (137784,11483,429,0,0,126.092,416.945,28.6844,4.99164,7200,7200,0,0,6681,8964,0,0), + (137785,11483,429,0,0,133.068,423.411,28.6844,5.93412,7200,7200,0,0,6681,8964,0,0), + (137787,11483,429,0,0,-86.7868,430.229,28.6855,4.83456,7200,7200,0,0,6681,8964,0,0), + (137788,11483,429,0,0,-79.6795,447.35,28.6859,0.401426,7200,7200,0,0,6681,8964,0,0), + (137789,11483,429,0,0,-97.6146,454.302,28.6873,2.21657,7200,7200,0,0,6681,8964,0,0), + (137790,11483,429,0,0,-104.249,447.252,28.6878,2.75762,7200,7200,0,0,6681,8964,0,0), + (137791,11483,429,0,0,-104.42,436.883,28.6865,3.36848,7200,7200,0,0,6681,8964,0,0), + (137792,11483,429,0,0,87.2501,727.643,-24.497,5.16617,7200,7200,0,0,6681,8964,0,0), + (137793,11483,429,0,0,91.785,737.786,-24.497,0,7200,7200,0,0,6681,8964,0,0), + (137794,11483,429,0,0,78.097,749.842,-24.497,1.41372,7200,7200,0,0,6681,8964,0,0), + (137795,11483,429,0,0,68.7335,747.766,-24.497,2.33874,7200,7200,0,0,6681,8964,0,0), + (137796,11483,429,0,0,68.4746,728.471,-24.4956,3.9619,7200,7200,0,0,6681,8964,0,0), + (137797,11483,429,0,0,-146.109,724.521,-24.4951,5.48033,7200,7200,0,0,6681,8964,0,0), + (137798,11483,429,0,0,-140.277,734.367,-24.4966,6.07375,7200,7200,0,0,6681,8964,0,0), + (137799,11483,429,0,0,-154.064,748.169,-24.497,1.50098,7200,7200,0,0,6681,8964,0,0), + (137800,11483,429,0,0,-165.33,746.258,-24.497,2.19912,7200,7200,0,0,6681,8964,0,0), + (137801,11483,429,0,0,-164.966,724.302,-24.4968,3.78736,7200,7200,0,0,6681,8964,0,0), + (137819,11484,429,0,0,49.3567,883.821,-24.5769,5.56065,7200,7200,0,0,14214,9476,0,0), + (137821,11484,429,0,0,71.8866,802.159,-24.5795,4.54358,7200,7200,0,0,14214,9476,0,0), + (137822,11484,429,0,0,-60.802,924.346,-24.583,0.318711,7200,7200,0,0,14214,9476,0,0), + (137826,11484,429,0,0,30.9659,721.215,-24.5793,4.00711,7200,7200,0,0,14214,9476,0,0), + (137833,11484,429,0,0,51.3458,736.83,-24.5792,4.12959,7200,7200,0,0,14214,9476,0,0), + (137835,11484,429,0,0,29.9793,905.026,-24.5823,5.81356,7200,7200,0,0,14214,9476,0,0), + (137853,11484,429,0,0,67.2693,766.125,-24.5747,4.39966,7200,7200,0,0,14214,9476,0,0), + (137855,11484,429,0,0,-15.6323,926.147,-24.5762,6.15434,7200,7200,0,0,14214,9476,0,0), + (137860,11484,429,0,0,-20.562,700.975,-24.6149,3.4988,7200,7200,0,0,14214,9476,0,0), + (137881,11486,429,0,0,132.626,625.913,-48.3836,4.62512,7200,7200,0,0,31279,0,0,0), + (138098,14303,429,0,0,58.2748,291.576,-7.44135,0,7200,7200,0,0,6960,0,0,0), + (138099,14303,429,0,0,-25.9732,198.634,-3.4136,1.22173,7200,7200,0,0,6960,0,0,0), + (138100,11487,429,0,0,33.14,575.552,-4.31052,4.53786,7200,7200,0,0,20757,9736,0,0), + (138101,14303,429,0,0,134.719,202.953,-4.90247,3.7001,7200,7200,0,0,6960,0,0,0), + (138102,14303,429,0,0,131.323,351.775,-4.90247,5.18363,7200,7200,0,0,6960,0,0,0), + (138103,14303,429,0,0,-39.8928,286.151,-7.38984,0.174533,7200,7200,0,0,6960,0,0,0), + (138105,14303,429,0,0,49.9775,283.452,-8.00757,3.46971,7200,7200,0,0,6960,0,0,0), + (138106,14303,429,0,0,-30.5724,251.465,-8.73913,5.77788,7200,7200,0,0,6960,0,0,0), + (138107,14303,429,0,0,74.1333,265.431,-8.13567,3.33358,7200,7200,0,0,6960,0,0,0), + (138109,14303,429,0,0,118.751,196.82,-3.39151,0.244346,7200,7200,0,0,6960,0,0,0), + (138110,14303,429,0,0,-101.768,352.196,-4.99126,4.50226,7200,7200,0,0,6960,0,0,0), + (138114,11488,429,0,0,-84.3469,543.958,28.6151,0.838618,7200,7200,0,0,17094,7302,0,0), + (138115,11489,429,0,0,14.3925,475.848,-23.3028,1.55431,10800,10800,0,0,33572,0,0,0), + (138121,14308,429,0,0,-87.3427,543.798,28.6151,0.838618,7200,7200,0,0,15260,0,0,0), + (138140,11496,429,0,0,-38.0807,812.44,-29.4525,4.69494,7200,7200,0,0,37728,0,0,0), + (138141,4075,429,0,0,-75.5426,-430.138,-4.22523,3.68583,7200,7200,0,0,8,0,0,0), + (138142,4075,429,0,0,-94.5627,-419.621,-4.2202,6.09133,7200,7200,0,0,8,0,0,0), + (138143,4075,429,0,0,45.7819,-655.018,-25.1443,5.91424,7200,7200,0,0,8,0,0,0), + (138145,4075,429,0,0,-21.0212,-451.857,-37.9616,1.77153,7200,7200,0,0,8,0,0,0), + (138146,4075,429,0,0,51.7986,-389.468,-58.608,0.093473,7200,7200,0,0,8,0,0,0), + (138147,4075,429,0,0,71.6593,-411.741,-4.21146,4.78411,7200,7200,0,0,8,0,0,0), + (138148,4075,429,0,0,-20.0563,-441.62,-37.9618,1.46711,7200,7200,0,0,8,0,0,0), + (138149,4075,429,0,0,-83.7068,-435.811,-58.6096,5.01112,7200,7200,0,0,8,0,0,0), + (138151,4075,429,0,0,-60.6631,-414.719,-4.22567,4.77264,7200,7200,0,0,8,0,0,0), + (138152,4075,429,0,0,451.992,543.104,-23.4666,4.17874,7200,7200,0,0,8,0,0,0), + (138153,4075,429,0,0,689.378,426.816,29.4313,0.261799,7200,7200,0,0,8,0,0,0), + (138154,4075,429,0,0,538.151,599.863,-25.4027,3.69893,7200,7200,0,0,8,0,0,0), + (138155,4075,429,0,0,736.416,425.202,28.1801,0.227269,7200,7200,0,0,8,0,0,0), + (138156,4075,429,0,0,586.556,552.399,-25.401,3.75992,7200,7200,0,0,8,0,0,0), + (138157,4075,429,0,0,376.942,163.219,2.85314,2.60157,7200,7200,0,0,8,0,0,0), + (138158,4075,429,0,0,399.052,34.0016,-25.3173,3.37129,7200,7200,0,0,8,0,0,0), + (138159,4075,429,0,0,548.95,599.798,-25.4028,3.64157,7200,7200,0,0,8,0,0,0), + (138160,4075,429,0,0,607.849,491.072,29.4641,3.69673,7200,7200,0,0,8,0,0,0), + (138161,4075,429,0,0,387.191,499.438,-11.5235,6.00336,7200,7200,0,0,8,0,0,0), + (138162,4075,429,0,0,554.726,469.866,29.5492,4.5204,7200,7200,0,0,8,0,0,0), + (138163,4075,429,0,0,380.517,410.533,-1.66398,4.71692,7200,7200,0,0,8,0,0,0), + (138164,4075,429,0,0,805.121,567.978,40.398,4.76622,7200,7200,0,0,8,0,0,0), + (138165,4075,429,0,0,506.164,589.405,-25.4021,0.279148,7200,7200,0,0,8,0,0,0), + (138166,4075,429,0,0,907.432,453.279,40.4784,0.785398,7200,7200,0,0,8,0,0,0), + (138167,4075,429,0,0,72.1275,-410.029,-4.21253,5.3202,7200,7200,0,0,8,0,0,0), + (138168,4075,429,0,0,-20.3056,-444.016,-37.8782,2.77507,7200,7200,0,0,8,0,0,0), + (138169,4075,429,0,0,-96.6492,-420.567,-4.21996,5.06875,7200,7200,0,0,8,0,0,0), + (138170,4075,429,0,0,-85.7692,-434.861,-58.6089,3.76603,7200,7200,0,0,8,0,0,0), + (138171,4075,429,0,0,101.82,-545.165,-11.081,0.482936,7200,7200,0,0,8,0,0,0), + (138172,4075,429,0,0,535.985,599.371,-25.4026,3.4546,7200,7200,0,0,8,0,0,0), + (138173,4075,429,0,0,513.854,592.391,-25.4022,3.12883,7200,7200,0,0,8,0,0,0), + (138174,4075,429,0,0,589.137,560.861,-25.4004,3.31179,7200,7200,0,0,8,0,0,0), + (138176,4075,429,0,0,45.9556,-656.77,-25.1469,5.14989,7200,7200,0,0,8,0,0,0), + (138177,4075,429,0,0,108.89,-459.697,-3.27357,1.73809,7200,7200,0,0,8,0,0,0), + (138178,4075,429,0,0,49.8575,-389.458,-58.6082,0.357159,7200,7200,0,0,8,0,0,0), + (138179,4075,429,0,0,-21.5497,-455.841,-37.9615,4.00629,7200,7200,0,0,8,0,0,0), + (138180,4075,429,0,0,-75.5033,-430.175,-4.22524,3.71638,7200,7200,0,0,8,0,0,0), + (138182,4075,429,0,0,906.881,450.326,40.398,4.52786,7200,7200,0,0,8,0,0,0), + (138183,11501,429,0,0,828.074,480.751,37.318,3.184,43200,43200,0,1,29154,0,0,0), + (138184,14326,429,0,0,410.711,-3.15041,-24.558,5.28835,43200,43200,3,0,23688,0,0,1), + (138185,14322,429,0,0,491.231,97.3879,-2.5004,4.03171,43200,43200,0,0,23688,0,0,0), + (138186,14321,429,0,0,356.795,258.306,11.6538,3.14258,43200,43200,0,1,23688,0,0,2), + (138187,14323,429,0,0,550.38,533.725,-25.3185,3.92699,43200,43200,0,0,23688,0,0,2), + (138188,14325,429,0,0,627.59,481.721,29.4627,3.13558,43200,43200,0,1,28296,0,0,0), + (138189,14324,429,0,0,833.995,489.543,37.4015,3.21141,43200,43200,0,1,19536,9736,0,0), + (138195,13036,429,0,0,725.086,486.37,28.2642,4.36332,7200,7200,0,0,3758,0,0,0), + (138196,13036,429,0,0,719.403,477.228,28.263,5.86431,7200,7200,0,0,3758,0,0,0), + (138197,13036,429,0,0,712.803,468.677,28.2616,5.06145,7200,7200,0,0,3758,0,0,0), + (138198,13036,429,0,0,724.21,464.514,28.2634,0.925025,7200,7200,0,0,3758,0,0,0), + (138199,13036,429,0,0,715.356,492.574,28.2628,4.74729,7200,7200,0,0,3758,0,0,0), + (138200,13036,429,0,0,729.782,497.977,28.1809,1.0012,7200,7200,0,0,3758,0,0,0), + (138201,13036,429,0,0,731.356,440.905,28.1809,3.69297,7200,7200,0,0,3758,0,0,0), + (138202,13036,429,0,0,730.857,454.202,28.1818,4.64055,7200,7200,0,0,3758,0,0,0), + (138203,13036,429,0,0,735.317,444.417,28.1823,0.813315,7200,7200,0,0,3758,0,0,0), + (138204,4076,429,0,0,910.052,510.987,40.398,1.64991,7200,7200,0,0,8,0,0,0), + (138206,13036,429,0,0,340.884,-22.1709,-25.0456,5.84685,7200,7200,0,0,3758,0,0,0), + (138207,13036,429,0,0,357.606,-31.0619,-25.3087,1.57987,7200,7200,0,0,3758,0,0,0), + (138208,13036,429,0,0,349.138,-36.2457,-25.3775,0.750492,7200,7200,0,0,3758,0,0,0), + (138209,13036,429,0,0,341.746,-30.117,-25.1938,3.12414,7200,7200,0,0,3758,0,0,0), + (138210,13036,429,0,0,382.306,-69.0369,-23.5575,1.91986,7200,7200,0,0,3758,0,0,0), + (138211,13036,429,0,0,377.483,-51.7621,-24.1065,2.63545,7200,7200,0,0,3758,0,0,0), + (138212,13036,429,0,0,382.778,-47.0005,-23.906,4.95674,7200,7200,0,0,3758,0,0,0), + (138213,13036,429,0,0,374.831,-59.13,-24.1519,0.418879,7200,7200,0,0,3758,0,0,0), + (138214,13036,429,0,0,399.18,16.25,-25.5551,4.4731,7200,7200,0,0,3758,0,0,0), + (138217,4076,429,0,0,731.987,529.097,28.1789,2.44048,7200,7200,0,0,8,0,0,0), + (138218,4076,429,0,0,351.118,51.9392,-23.8786,0.266854,7200,7200,0,0,8,0,0,0), + (138219,4076,429,0,0,337.744,241.784,11.2018,1.52277,7200,7200,0,0,8,0,0,0), + (138220,4076,429,0,0,410.405,112.234,-3.88713,3.61973,7200,7200,0,0,8,0,0,0), + (138221,13036,429,0,0,407.789,-50.7201,-23.0973,1.5708,7200,7200,0,0,3758,0,0,0), + (138222,13036,429,0,0,428.65,-35.0334,-24.7101,0.884373,7200,7200,0,0,3758,0,0,0), + (138224,13036,429,0,0,415.32,-37.0531,-23.9358,4.29386,7200,7200,0,0,3758,0,0,0), + (138225,13036,429,0,0,428.125,79.5227,-23.7273,3.03687,7200,7200,0,0,3758,0,0,0), + (138226,13036,429,0,0,426.051,73.2831,-23.4526,0.296706,7200,7200,0,0,3758,0,0,0), + (138227,13036,429,0,0,434.372,68.875,-23.2256,5.39307,7200,7200,0,0,3758,0,0,0), + (138228,4076,429,0,0,553.861,565.871,-4.75477,5.37734,7200,7200,0,0,8,0,0,0), + (138229,4076,429,0,0,760.553,414.626,40.3968,3.03623,7200,7200,0,0,8,0,0,0), + (138230,4076,429,0,0,590.287,561.059,-25.314,2.77507,7200,7200,0,0,8,0,0,0), + (138231,4076,429,0,0,385.337,489.142,-8.76283,3.47874,7200,7200,0,0,8,0,0,0), + (138232,4076,429,0,0,326.671,295.167,11.203,3.57201,7200,7200,0,0,8,0,0,0), + (138233,13036,429,0,0,448.359,304.18,11.2033,3.98352,7200,7200,0,0,3758,0,0,0), + (138235,13036,429,0,0,441.873,292.296,11.2877,1.20428,7200,7200,0,0,3758,0,0,0), + (138236,13036,429,0,0,399.746,102.826,-3.80367,1.8326,7200,7200,0,0,3758,0,0,0), + (138239,13036,429,0,0,402.409,171.529,2.93519,3.28122,7200,7200,0,0,3758,0,0,0), + (138240,13036,429,0,0,410.881,174.518,2.93516,1.67552,7200,7200,0,0,3758,0,0,0), + (138241,13036,429,0,0,412.8,183.446,2.93557,0.645772,7200,7200,0,0,3758,0,0,0), + (138242,13036,429,0,0,396.615,171.46,2.85139,6.04776,7200,7200,0,0,3758,0,0,0), + (138243,13036,429,0,0,392.998,169.243,2.85195,6.04776,7200,7200,0,0,3758,0,0,0), + (138244,13036,429,0,0,433.926,168.443,2.85223,3.27681,7200,7200,0,0,3758,0,0,0), + (138245,13036,429,0,0,436.521,171.8,2.85232,3.38357,7200,7200,0,0,3758,0,0,0), + (138248,4076,429,0,0,550.753,563.712,-25.4033,3.80613,7200,7200,0,0,8,0,0,0), + (138249,4076,429,0,0,389.649,501.404,-12.2177,2.77494,7200,7200,0,0,8,0,0,0), + (138250,4076,429,0,0,514.771,592.729,-25.4022,2.83512,7200,7200,0,0,8,0,0,0), + (138251,13036,429,0,0,409.139,327.11,2.93415,6.0912,7200,7200,0,0,3758,0,0,0), + (138255,13036,429,0,0,408.077,23.4038,-25.356,5.84685,7200,7200,0,0,3758,0,0,0), + (138258,13036,429,0,0,413.974,15.749,-25.0879,2.54818,7200,7200,0,0,3758,0,0,0), + (138259,4076,429,0,0,428.132,226.906,11.2114,0.619757,7200,7200,0,0,8,0,0,0), + (138260,4076,429,0,0,494.868,483.145,29.4626,0.287253,7200,7200,0,0,8,0,0,0), + (138261,13036,429,0,0,341.223,-61.7868,-25.4697,2.46091,7200,7200,0,0,3758,0,0,0), + (138263,13036,429,0,0,352.286,-57.7756,-25.8241,0.804581,7200,7200,0,0,3758,0,0,0), + (138264,13036,429,0,0,335.31,-54.8641,-25.8178,1.0472,7200,7200,0,0,3758,0,0,0), + (138265,13036,429,0,0,356.844,-67.5697,-26.1843,4.65561,7200,7200,0,0,3758,0,0,0), + (138266,13036,429,0,0,439.126,359.171,3.86281,0.384838,7200,7200,0,0,3758,0,0,0), + (138267,13036,429,0,0,444.332,342.271,2.93627,1.16937,7200,7200,0,0,3758,0,0,0), + (138268,13036,429,0,0,451.231,358.101,3.8628,3.69278,7200,7200,0,0,3758,0,0,0), + (138270,13036,429,0,0,311.978,173.334,2.93627,2.00713,7200,7200,0,0,3758,0,0,0), + (138272,13036,429,0,0,318.378,360.432,2.85293,5.02763,7200,7200,0,0,3758,0,0,0), + (138273,13036,429,0,0,325.075,351.874,2.93626,1.3439,7200,7200,0,0,3758,0,0,0), + (138275,13036,429,0,0,780.872,483.796,36.0493,4.05614,7200,7200,0,0,3758,0,0,0), + (138276,13036,429,0,0,792.718,495.528,37.3182,3.61377,7200,7200,5,0,3758,0,0,1), + (138277,13036,429,0,0,778.848,490.062,35.1498,3.45469,7200,7200,5,0,3758,0,0,1), + (138278,4076,429,0,0,505.905,589.207,-25.4021,0.076012,7200,7200,0,0,8,0,0,0), + (138279,4076,429,0,0,608.724,491.327,29.4641,3.90074,7200,7200,0,0,8,0,0,0), + (138280,4076,429,0,0,391.665,500.186,-11.9681,5.56081,7200,7200,0,0,8,0,0,0), + (138281,4076,429,0,0,554.182,566.257,-4.75477,5.79771,7200,7200,0,0,8,0,0,0), + (138282,4076,429,0,0,588.644,553.845,-25.4007,3.78609,7200,7200,0,0,8,0,0,0), + (138283,13036,429,0,0,399.836,220.873,11.2113,4.08073,7200,7200,0,0,3758,0,0,0), + (138284,13036,429,0,0,387.138,203.458,11.2161,4.61475,7200,7200,5,0,3758,0,0,1), + (138285,13036,429,0,0,355.238,-18.4445,-25.1449,2.0674,7200,7200,0,0,3758,0,0,0), + (138286,13036,429,0,0,409.935,335.965,2.84705,3.19855,7200,7200,0,0,3758,0,0,0), + (138287,13036,429,0,0,404.258,342.263,2.84682,0.80796,7200,7200,0,0,3758,0,0,0), + (138289,4076,429,0,0,551.372,564.265,-25.4033,3.66371,7200,7200,0,0,8,0,0,0), + (138290,4076,429,0,0,367.872,-30.821,-24.9467,6.21707,7200,7200,0,0,8,0,0,0), + (138291,4076,429,0,0,287.125,324.632,2.85303,3.63081,7200,7200,0,0,8,0,0,0), + (138292,4076,429,0,0,873.081,553.125,40.3964,5.61242,7200,7200,0,0,8,0,0,0), + (138293,4076,429,0,0,336.385,235.212,11.2022,2.57234,7200,7200,0,0,8,0,0,0), + (138294,13036,429,0,0,412.695,-61.5281,-25.3884,6.03884,7200,7200,0,0,3758,0,0,0), + (138296,13036,429,0,0,420.648,-49.2333,-23.81,0.958851,7200,7200,0,0,3758,0,0,0), + (138302,13036,429,0,0,334.235,357.029,2.93627,3.4383,7200,7200,0,0,3758,0,0,0), + (138303,13036,429,0,0,464.224,26.2598,-3.9254,1.44948,7200,7200,0,0,3758,0,0,0), + (138304,13036,429,0,0,466.826,22.9091,-3.9267,1.52329,7200,7200,0,0,3758,0,0,0), + (138305,4076,429,0,0,820.461,389.177,40.398,5.62519,7200,7200,0,0,8,0,0,0), + (138306,4076,429,0,0,909.859,511.353,40.398,1.78684,7200,7200,0,0,8,0,0,0), + (138308,13036,429,0,0,434.5,304.634,11.2862,1.8326,7200,7200,0,0,3758,0,0,0), + (138309,13036,429,0,0,386.18,-59.6284,-23.0857,3.68265,7200,7200,0,0,3758,0,0,0), + (138312,4076,429,0,0,294.881,179.89,2.85534,4.92168,7200,7200,0,0,8,0,0,0), + (138313,4076,429,0,0,383.908,500.697,-11.7202,2.30837,7200,7200,0,0,8,0,0,0), + (138314,4076,429,0,0,412.672,112.84,-3.88714,0.044031,7200,7200,0,0,8,0,0,0), + (138315,4076,429,0,0,494.773,483.368,29.4626,0.489612,7200,7200,0,0,8,0,0,0), + (138316,13036,429,0,0,404.756,9.16734,-24.9806,5.37936,7200,7200,5,0,3758,0,0,1), + (138319,13036,429,0,0,304.092,183.315,2.93627,0.314159,7200,7200,0,0,3758,0,0,0), + (138320,13036,429,0,0,319.061,181.406,2.93627,3.36848,7200,7200,0,0,3758,0,0,0), + (138321,13036,429,0,0,415.292,32.0243,-25.0731,2.00533,7200,7200,0,0,3758,0,0,0), + (138322,13036,429,0,0,404.637,33.3228,-25.3474,1.09309,7200,7200,0,0,3758,0,0,0), + (138325,4076,429,0,0,689.398,428.018,29.3285,1.55449,7200,7200,0,0,8,0,0,0), + (138328,13036,429,0,0,397.051,108.892,-3.80362,3.85718,7200,7200,0,0,3758,0,0,0), + (138329,13036,429,0,0,391.716,110.485,-3.80361,5.81195,7200,7200,0,0,3758,0,0,0), + (138330,13036,429,0,0,332.44,167.415,2.85462,3.36825,7200,7200,0,0,3758,0,0,0), + (138331,13036,429,0,0,334.873,170.89,2.85432,3.07063,7200,7200,0,0,3758,0,0,0), + (138334,13036,429,0,0,347.183,-67.9546,-25.8799,0.77538,7200,7200,0,0,3758,0,0,0), + (138550,5043,0,0,0,-8764.87,847.11,87.2577,3.86765,1800,1800,0,0,766,0,0,2), + (138551,5043,0,0,0,-8764.18,846.946,87.0923,3.91792,1800,1800,0,0,766,0,0,2), + (138552,5043,0,0,0,-8764.17,846.22,87.2574,3.7577,1800,1800,0,0,766,0,0,2), + (138553,5043,0,0,0,-8763.14,845.686,87.0814,3.76991,1800,1800,0,0,766,0,0,2), + (138672,12434,469,0,0,-7607.78,-1116.16,407.282,5.34071,300,300,0,0,42,0,0,0), + (138673,12434,469,0,0,-7659.81,-1043.81,407.282,4.79965,300,300,0,0,42,0,0,0), + (138674,12434,469,0,0,-7532.72,-1063.49,407.282,0.087266,300,300,0,0,42,0,0,0), + (138675,12999,469,0,0,-7696.49,-1084.81,449.201,0.733038,300,300,0,0,42,0,0,0), + (138676,12999,469,0,0,-7515.32,-1191.12,476.883,2.84489,300,300,0,0,42,0,0,0), + (138677,11450,429,0,0,387.409,462.772,-7.14894,2.68781,7200,7200,0,0,14355,0,0,0), + (138678,11450,429,0,0,419.015,538.269,-18.26,0.488692,7200,7200,0,0,14355,0,0,0), + (138679,11450,429,0,0,530.169,580.439,-25.3194,1.41372,7200,7200,0,0,14355,0,0,0), + (138680,11450,429,0,0,530.206,600.875,-25.3194,4.86947,7200,7200,0,0,14355,0,0,0), + (138681,11450,429,0,0,593.228,565.12,-4.67144,3.10669,7200,7200,0,0,14355,0,0,0), + (138682,11450,429,0,0,484.101,523.808,27.9977,1.44862,7200,7200,0,0,14355,0,0,0), + (138683,11450,429,0,0,497.733,523.807,27.9982,1.64061,7200,7200,0,0,14355,0,0,0), + (138684,11450,429,0,0,480.264,558.168,27.9953,1.85005,7200,7200,0,0,14355,0,0,0), + (138685,11450,429,0,0,485.141,564.946,27.9951,3.21141,7200,7200,0,0,14355,0,0,0), + (138686,11450,429,0,0,565.936,486.725,29.5474,4.2586,7200,7200,0,0,14355,0,0,0), + (138687,11450,429,0,0,559.22,477.314,29.5474,0.855211,7200,7200,0,0,14355,0,0,0), + (138688,11450,429,0,0,688.459,505.916,29.5529,2.30383,7200,7200,0,0,14355,0,0,0), + (138689,11450,429,0,0,541.695,582.741,-4.67144,5.67232,7200,7200,0,0,14355,0,0,0), + (138690,11450,429,0,0,522.958,554.504,28.0006,2.19911,7200,7200,0,0,14355,0,0,0), + (138691,11450,429,0,0,748.483,433.161,28.2665,3.56047,7200,7200,0,0,14355,0,0,0), + (138692,13160,429,0,0,532.729,535.458,-25.3194,4.4855,7200,7200,2,0,835,0,0,1), + (138693,13160,429,0,0,478.772,542.637,-25.2867,4.62512,7200,7200,2,0,835,0,0,1), + (138694,13160,429,0,0,506.436,541.645,-25.3052,4.55531,7200,7200,2,0,835,0,0,1), + (138695,13160,429,0,0,494.07,531.726,-25.309,4.59022,7200,7200,2,0,835,0,0,1), + (138696,13160,429,0,0,512.34,556.754,-25.3153,4.53786,7200,7200,2,0,835,0,0,1), + (138697,13160,429,0,0,479.431,534.183,-25.3003,4.62512,7200,7200,2,0,835,0,0,1), + (138698,13160,429,0,0,520.434,531.475,-25.3146,4.5204,7200,7200,2,0,835,0,0,1), + (138699,13160,429,0,0,480.378,551.968,-25.2989,4.62512,7200,7200,2,0,835,0,0,1), + (138700,13160,429,0,0,522.055,543.648,-25.3157,4.5204,7200,7200,2,0,835,0,0,1), + (138701,13160,429,0,0,533.792,552.407,-25.3194,4.50295,7200,7200,2,0,835,0,0,1), + (138702,13160,429,0,0,462.818,251.535,8.81738,4.55531,7200,7200,2,0,835,0,0,1), + (138703,13160,429,0,0,449.768,243.479,11.2977,4.66003,7200,7200,2,0,835,0,0,1), + (138704,13160,429,0,0,462.602,260.845,8.90963,4.57276,7200,7200,2,0,835,0,0,1), + (138705,13160,429,0,0,477.186,250.999,2.95125,4.43314,7200,7200,2,0,835,0,0,1), + (138706,13160,429,0,0,471.895,252.937,4.96573,4.4855,7200,7200,2,0,835,0,0,1), + (138707,13160,429,0,0,452.472,260.49,11.3032,4.64258,7200,7200,2,0,835,0,0,1), + (138708,13160,429,0,0,448.102,251.626,11.2964,4.67748,7200,7200,2,0,835,0,0,1), + (138709,13160,429,0,0,452.721,247.395,11.3001,4.64258,7200,7200,2,0,835,0,0,1), + (138710,13160,429,0,0,455.373,253.915,11.3039,4.62512,7200,7200,2,0,835,0,0,1), + (138711,13160,429,0,0,448.47,258.717,11.2989,4.67748,7200,7200,2,0,835,0,0,1), + (138712,13160,429,0,0,474.589,316.703,2.93624,4.53786,7200,7200,2,0,835,0,0,1), + (138713,13160,429,0,0,467.471,316.586,2.93625,4.59022,7200,7200,2,0,835,0,0,1), + (138714,13160,429,0,0,483.916,328.999,2.93625,4.50295,7200,7200,2,0,835,0,0,1), + (138715,13160,429,0,0,494.213,319.36,2.93623,4.45059,7200,7200,2,0,835,0,0,1), + (138716,13160,429,0,0,490.88,329.761,2.93625,4.46804,7200,7200,2,0,835,0,0,1), + (138717,13160,429,0,0,471.947,324.633,2.93626,4.57276,7200,7200,2,0,835,0,0,1), + (138718,13160,429,0,0,485.187,320.711,2.93623,4.4855,7200,7200,2,0,835,0,0,1), + (138719,13160,429,0,0,478.281,324.038,2.93625,4.53786,7200,7200,2,0,835,0,0,1), + (138720,13160,429,0,0,486.488,313.6,2.93622,4.4855,7200,7200,2,0,835,0,0,1), + (138721,13160,429,0,0,493.179,309.852,2.9362,4.43314,7200,7200,2,0,835,0,0,1), + (138722,13160,429,0,0,396.83,-98.3221,-3.80359,1.37881,7200,7200,2,0,835,0,0,1), + (138723,13160,429,0,0,400.048,-105.031,-3.80311,1.39626,7200,7200,2,0,835,0,0,1), + (138724,13160,429,0,0,403.649,-110.232,-3.80275,1.41372,7200,7200,2,0,835,0,0,1), + (138725,13160,429,0,0,414.977,-98.7456,-3.80366,1.44862,7200,7200,2,0,835,0,0,1), + (138726,13160,429,0,0,414.486,-108.624,-3.80292,1.44862,7200,7200,2,0,835,0,0,1), + (138727,13160,429,0,0,427.652,-100.825,-3.80357,1.50098,7200,7200,2,0,835,0,0,1), + (138728,13160,429,0,0,424.875,-110.358,-3.80284,1.50098,7200,7200,2,0,835,0,0,1), + (138729,13160,429,0,0,437.53,-108.435,-3.80301,1.55334,7200,7200,2,0,835,0,0,1), + (138730,13160,429,0,0,445.745,-113.939,-3.80256,1.5708,7200,7200,2,0,835,0,0,1), + (138731,13160,429,0,0,444.67,-99.7554,-3.80372,1.5708,7200,7200,2,0,835,0,0,1), + (138732,13160,429,0,0,460.236,-68.9731,-3.80364,1.50098,7200,7200,2,0,835,0,0,1), + (138733,13160,429,0,0,456.683,-57.2889,-4.25341,1.50098,7200,7200,2,0,835,0,0,1), + (138734,13160,429,0,0,464.65,-53.981,-3.80318,1.55334,7200,7200,2,0,835,0,0,1), + (138735,13160,429,0,0,470.499,-60.3753,-3.80288,1.5708,7200,7200,2,0,835,0,0,1), + (138736,13160,429,0,0,470.647,-70.0009,-3.80298,1.5708,7200,7200,2,0,835,0,0,1), + (138737,13160,429,0,0,471.24,-46.8005,-3.80276,1.71042,7200,7200,2,0,835,0,0,1), + (138738,13160,429,0,0,461.868,-40.8365,-3.80336,1.65806,7200,7200,2,0,835,0,0,1), + (138739,13160,429,0,0,472.657,-33.7128,-3.80235,1.72788,7200,7200,2,0,835,0,0,1), + (138740,13160,429,0,0,460.363,-24.5369,-3.80338,1.65806,7200,7200,2,0,835,0,0,1), + (138741,13160,429,0,0,473.476,-22.8605,-3.80176,1.74533,7200,7200,2,0,835,0,0,1), + (139617,12999,469,0,0,-7533.07,-1244.8,476.883,3.56047,300,300,0,0,42,0,0,0), + (139618,12999,469,0,0,-7551.71,-1216.2,476.883,1.25664,300,300,0,0,42,0,0,0), + (139619,12999,469,0,0,-7495.41,-1218.15,476.883,1.15192,300,300,0,0,42,0,0,0), + (139621,12999,469,0,0,-7516,-1050.2,476.638,1.11701,300,300,0,0,42,0,0,0), + (139623,12999,469,0,0,-7638.84,-1099.39,449.164,0.150772,300,300,0,0,42,0,0,0), + (139624,12999,469,0,0,-7705.6,-1082.73,447.127,2.26887,300,300,0,0,42,0,0,0), + (139626,12999,469,0,0,-7625.86,-980.584,440.11,3.75991,300,300,0,0,42,0,0,0), + (139628,12999,469,0,0,-7639.1,-1090.77,408.574,4.99164,300,300,0,0,42,0,0,0), + (139632,12999,469,0,0,-7591.69,-1264.38,481.091,1.309,300,300,0,0,42,0,0,0), + (139633,12999,469,0,0,-7477.6,-1048.63,426.738,4.29351,300,300,0,0,42,0,0,0), + (139634,16604,469,0,0,-7571.81,-1058.2,408.24,5.74213,300,300,0,0,42,0,0,0), + (139637,16604,469,0,0,-7532.15,-1062.56,407.282,4.72984,300,300,0,0,42,0,0,0), + (139638,16604,469,0,0,-7566.78,-1095.09,413.465,4.71239,300,300,0,0,42,0,0,0), + (139641,16604,469,0,0,-7595.42,-1053.45,408.24,3.89208,300,300,0,0,42,0,0,0), + (139642,16604,469,0,0,-7607.38,-1115.99,407.282,4.92183,300,300,0,0,42,0,0,0), + (139643,16604,469,0,0,-7619.05,-1048.82,408.24,0.680678,300,300,0,0,42,0,0,0), + (139650,16604,469,0,0,-7659.47,-1043.87,407.282,1.65806,300,300,0,0,42,0,0,0), + (139651,16604,469,0,0,-7592.7,-1029.95,408.24,5.32325,300,300,0,0,42,0,0,0), + (139652,16604,469,0,0,-7626.67,-1009.63,413.465,3.19395,300,300,0,0,42,0,0,0), + (139653,16604,469,0,0,-7599.65,-1077.8,408.24,3.54302,300,300,0,0,42,0,0,0), + (139654,16604,469,0,0,-7583.24,-990.03,407.282,2.89725,300,300,0,0,42,0,0,0), + (139655,12463,469,0,0,-7591.24,-941.373,428.301,1.27409,14400,14400,0,0,129480,0,0,0), + (139656,12463,469,0,0,-7522.07,-924.434,428.001,2.07694,14400,14400,0,0,129480,0,0,0), + (139657,12463,469,0,0,-7534.13,-924.27,428.045,0.855211,14400,14400,0,0,129480,0,0,0), + (139658,14401,469,0,0,-7398.46,-967.079,465.055,3.89208,14400,14400,0,0,9156,0,0,0), + (139659,12457,469,0,0,-7514.66,-915.673,457.743,4.17682,14400,14400,0,0,90650,25680,0,0), + (139660,12457,469,0,0,-7490.72,-880.022,464.983,5.32325,14400,14400,0,0,90650,25680,0,0), + (139661,12457,469,0,0,-7411.74,-920.011,464.983,4.36365,14400,14400,0,0,90650,25680,0,0), + (139662,12457,469,0,0,-7413.56,-900.292,464.983,0.753603,14400,14400,5,0,90650,25680,0,1), + (139663,12457,469,0,0,-7448.26,-943.315,464.983,3.06753,14400,14400,0,0,90650,25680,0,0), + (139664,12457,469,0,0,-7440.38,-962.319,465.01,4.3018,14400,14400,0,0,90650,25680,0,0), + (139665,12459,469,0,0,-7519.72,-924.978,457.576,4.17771,14400,14400,0,0,88025,24860,0,0), + (139666,12459,469,0,0,-7506.75,-908.368,457.576,3.9809,14400,14400,0,0,88025,24860,0,0), + (139667,12459,469,0,0,-7485.52,-879.601,464.983,4.68566,14400,14400,0,0,88025,24860,0,0), + (139668,12459,469,0,0,-7453.46,-867.442,464.983,3.94111,14400,14400,0,0,88025,24860,0,0), + (139669,12459,469,0,0,-7419.66,-900.648,464.983,3.17421,14400,14400,0,0,88025,24860,0,0), + (139670,12459,469,0,0,-7399.84,-935.079,464.983,5.60629,14400,14400,0,0,88025,24860,0,0), + (139671,12459,469,0,0,-7458.91,-926.418,464.983,2.81263,14400,14400,0,0,88025,24860,0,0), + (139672,12459,469,0,0,-7435.58,-959.662,465.011,0.042043,14400,14400,0,0,88025,24860,0,0), + (139673,12460,469,0,0,-7388.2,-955.983,465.047,2.33874,14400,14400,0,0,216515,0,0,0), + (139674,12460,469,0,0,-7396.24,-961.435,465.044,2.25148,14400,14400,0,0,216515,0,0,0), + (139675,12460,469,0,0,-7405.67,-964.438,465.031,2.00713,14400,14400,0,0,216515,0,0,0), + (139676,13996,469,0,0,-7509.21,-906.469,457.659,1.44862,14400,14400,0,0,15260,0,0,0), + (139677,13996,469,0,0,-7519.58,-932.073,457.659,3.71755,14400,14400,0,0,15260,0,0,0), + (139678,13996,469,0,0,-7523.42,-929.52,457.659,3.76991,14400,14400,0,0,15260,0,0,0), + (139679,13996,469,0,0,-7525.49,-924.404,457.659,3.63029,14400,14400,0,0,15260,0,0,0), + (139680,13996,469,0,0,-7526.44,-921.499,457.659,3.05433,14400,14400,0,0,15260,0,0,0), + (139681,13996,469,0,0,-7527.31,-919.01,457.659,2.21657,14400,14400,0,0,15260,0,0,0), + (139682,13996,469,0,0,-7524.24,-916.833,457.659,1.85005,14400,14400,0,0,15260,0,0,0), + (139683,13996,469,0,0,-7506.35,-904.139,457.659,2.09439,14400,14400,0,0,15260,0,0,0), + (139684,13996,469,0,0,-7514.63,-936.928,457.659,3.05433,14400,14400,0,0,15260,0,0,0), + (139685,13996,469,0,0,-7518.07,-933.761,457.659,5.14872,14400,14400,0,0,15260,0,0,0), + (139686,13996,469,0,0,-7488.13,-880.569,465.067,4.81711,14400,14400,0,0,15260,0,0,0), + (139687,13996,469,0,0,-7484.71,-886.083,465.067,3.36848,14400,14400,0,0,15260,0,0,0), + (139688,13996,469,0,0,-7472.84,-870.652,465.067,0.925025,14400,14400,0,0,15260,0,0,0), + (139689,13996,469,0,0,-7471.76,-871.89,465.067,1.37881,14400,14400,0,0,15260,0,0,0), + (139690,13996,469,0,0,-7453.61,-860.511,465.067,1.22173,14400,14400,0,0,15260,0,0,0), + (139691,13996,469,0,0,-7452.37,-863.403,465.067,0.279253,14400,14400,0,0,15260,0,0,0), + (139692,13996,469,0,0,-7448.91,-868.297,465.067,0.244346,14400,14400,0,0,15260,0,0,0), + (139693,13996,469,0,0,-7463.19,-867.522,465.067,2.60054,14400,14400,0,0,15260,0,0,0), + (139694,13996,469,0,0,-7464.36,-862.938,465.067,3.90954,14400,14400,0,0,15260,0,0,0), + (139695,13996,469,0,0,-7485.81,-883.083,465.067,3.85718,14400,14400,0,0,15260,0,0,0), + (139696,13996,469,0,0,-7411.48,-901.349,465.067,0.488692,14400,14400,0,0,15260,0,0,0), + (139697,13996,469,0,0,-7419.28,-895.444,465.067,0.907571,14400,14400,0,0,15260,0,0,0), + (139698,13996,469,0,0,-7398.45,-930.862,465.067,0.453786,14400,14400,0,0,15260,0,0,0), + (139699,13996,469,0,0,-7411.15,-909.451,465.55,6.24828,14400,14400,0,0,15260,0,0,0), + (139700,13996,469,0,0,-7396.76,-932.977,465.067,0.785398,14400,14400,0,0,15260,0,0,0), + (139701,13996,469,0,0,-7408.65,-917.047,465.067,0.418879,14400,14400,0,0,15260,0,0,0), + (139702,13996,469,0,0,-7396.33,-935.828,465.067,5.55015,14400,14400,0,0,15260,0,0,0), + (139703,13996,469,0,0,-7401.1,-918.476,465.067,1.91986,14400,14400,0,0,15260,0,0,0), + (139704,13996,469,0,0,-7411.39,-911.361,465.067,5.96903,14400,14400,0,0,15260,0,0,0), + (139705,13996,469,0,0,-7456.58,-950.893,465.067,3.76991,14400,14400,0,0,15260,0,0,0), + (139706,13996,469,0,0,-7440.32,-970.539,465.067,3.26377,14400,14400,0,0,15260,0,0,0), + (139707,13996,469,0,0,-7453.04,-954.129,465.067,3.61283,14400,14400,0,0,15260,0,0,0), + (139708,13996,469,0,0,-7460.6,-946.643,465.067,3.42085,14400,14400,0,0,15260,0,0,0), + (139709,13996,469,0,0,-7440.23,-966.863,465.067,2.9147,14400,14400,0,0,15260,0,0,0), + (139710,13996,469,0,0,-7459.17,-948.695,465.067,3.9968,14400,14400,0,0,15260,0,0,0), + (139711,13996,469,0,0,-7462.47,-937.057,465.067,3.14159,14400,14400,0,0,15260,0,0,0), + (139712,13996,469,0,0,-7443.55,-964.305,465.067,5.35816,14400,14400,0,0,15260,0,0,0), + (139713,13996,469,0,0,-7467.7,-927.494,465.067,4.53786,14400,14400,0,0,15260,0,0,0), + (139714,12461,469,0,0,-7516.77,-918.173,457.576,3.22554,14400,14400,0,0,161850,0,0,0), + (139715,12461,469,0,0,-7459.91,-871.228,464.983,0.829778,14400,14400,0,0,161850,0,0,0), + (139716,12461,469,0,0,-7409.78,-927.673,464.983,5.12372,14400,14400,0,0,161850,0,0,0), + (139717,12461,469,0,0,-7449.36,-932.479,464.983,1.94755,14400,14400,0,0,161850,0,0,0), + (139718,12464,469,0,0,-7595.81,-931.231,428.359,0.20944,14400,14400,0,0,113295,0,0,0), + (139719,12464,469,0,0,-7576.75,-922.269,428.383,3.76991,14400,14400,0,0,113295,0,0,0), + (139720,12464,469,0,0,-7539.27,-905.861,428.093,5.91667,14400,14400,0,0,113295,0,0,0), + (139721,12465,469,0,0,-7572.26,-932.452,428.302,2.87979,14400,14400,0,0,88025,24860,0,0), + (139722,12465,469,0,0,-7587.03,-916.311,428.462,5.0091,14400,14400,0,0,88025,24860,0,0), + (139723,12465,469,0,0,-7517.52,-912.762,428.026,3.36848,14400,14400,0,0,88025,24860,0,0), + (139724,12465,469,0,0,-7527.61,-904.831,428.011,4.45059,14400,14400,0,0,88025,24860,0,0), + (139725,12467,469,0,0,-7580.13,-940.164,428.259,2.04204,14400,14400,0,0,242775,0,0,0), + (139726,12467,469,0,0,-7541.13,-917.746,428.11,0.05236,14400,14400,0,0,242775,0,0,0), + (139727,12458,469,0,0,-7671.23,-1040.01,440.189,0.5367,600,600,0,0,51800,25680,0,0), + (139728,12458,469,0,0,-7674.67,-1043.93,440.171,5.39386,600,600,0,0,51800,25680,0,0), + (139729,12458,469,0,0,-7673.94,-1038.27,440.022,5.37262,600,600,0,0,51800,25680,0,0), + (139730,12458,469,0,0,-7642.49,-995.082,440.304,2.99183,600,600,0,0,51800,25680,0,0), + (139731,12458,469,0,0,-7643.05,-999.044,440.296,2.99164,600,600,0,0,51800,25680,0,0), + (139732,12458,469,0,0,-7638.47,-995.306,440.298,3.06751,600,600,0,0,51800,25680,0,0), + (139733,12468,469,0,0,-7693.58,-1005.89,440.176,2.63879,600,600,0,0,88025,24860,0,2), + (139734,12468,469,0,0,-7659.39,-1010.43,440.225,2.43044,600,600,0,0,88025,24860,0,2), + (139735,12468,469,0,0,-7607.64,-983.375,440.136,5.83377,600,600,0,0,88025,24860,0,2), + (139736,12468,469,0,0,-7645.5,-984.193,440.333,2.61926,600,600,0,0,88025,24860,0,2), + (139737,12468,469,0,0,-7683.5,-1029.52,440.257,2.52603,600,600,0,0,88025,24860,0,2), + (139738,12468,469,0,0,-7651.61,-996.72,440.169,5.74394,600,600,0,0,88025,24860,0,2), + (139739,14022,469,0,0,-7670.49,-1018.06,439.983,2.18534,30,30,0,0,4578,0,0,0), + (139740,14022,469,0,0,-7643.76,-1018.8,440.226,3.67429,30,30,0,0,4578,0,0,0), + (139741,13996,469,0,0,-7550.72,-1043,449.325,3.50811,14400,14400,0,0,15260,0,0,0), + (139742,14022,469,0,0,-7647.63,-964.246,440.134,4.54506,30,30,0,0,4578,0,0,0), + (139743,14022,469,0,0,-7645.75,-969.725,440.231,3.51114,30,30,0,0,4578,0,0,0), + (139744,13996,469,0,0,-7551.43,-1040.67,449.325,3.08923,14400,14400,0,0,15260,0,0,0), + (139745,13996,469,0,0,-7550.22,-1038.97,449.325,2.60054,14400,14400,0,0,15260,0,0,0), + (139746,13996,469,0,0,-7546.59,-1013.29,449.325,0.663225,14400,14400,0,0,15260,0,0,0), + (139747,13996,469,0,0,-7550.8,-1014.48,449.325,1.18682,14400,14400,0,0,15260,0,0,0), + (139748,13996,469,0,0,-7547.72,-1014.95,449.325,2.11185,14400,14400,0,0,15260,0,0,0), + (139749,13996,469,0,0,-7523.28,-1060.82,449.325,4.72984,14400,14400,0,0,15260,0,0,0), + (139750,14022,469,0,0,-7641.96,-997.336,440.298,3.07531,30,30,2,0,4578,0,0,1), + (139751,14022,469,0,0,-7646,-1017.76,440.251,1.18748,30,30,2,0,4578,0,0,1), + (139752,13996,469,0,0,-7521.06,-1058.83,449.325,5.51524,14400,14400,0,0,15260,0,0,0), + (139753,13996,469,0,0,-7517.85,-1056.92,449.325,5.51524,14400,14400,0,0,15260,0,0,0), + (139754,14022,469,0,0,-7632.9,-1007.26,440.263,6.07978,30,30,2,0,4578,0,0,1), + (139755,14022,469,0,0,-7676.21,-1036.38,439.982,3.40653,30,30,2,0,4578,0,0,1), + (139756,14022,469,0,0,-7673.17,-988.169,440.155,0.728479,30,30,0,0,4578,0,0,0), + (139757,14022,469,0,0,-7613.29,-1008,440.098,4.28452,30,30,0,0,4578,0,0,0), + (139758,14022,469,0,0,-7619.85,-1001.23,440.17,5.57566,30,30,2,0,4578,0,0,1), + (139759,14022,469,0,0,-7703.33,-1056.69,443.311,5.06256,30,30,0,0,4578,0,0,0), + (139760,14022,469,0,0,-7669.85,-1042.61,440.23,1.71042,30,30,0,0,4578,0,0,0), + (139761,13996,469,0,0,-7514.51,-1054.34,449.325,5.74213,14400,14400,0,0,15260,0,0,0), + (139762,13996,469,0,0,-7513.05,-1051.5,449.325,5.53269,14400,14400,0,0,15260,0,0,0), + (139763,13996,469,0,0,-7510.62,-1049.56,449.325,5.5676,14400,14400,0,0,15260,0,0,0), + (139764,13996,469,0,0,-7508.79,-1046.54,449.325,5.67232,14400,14400,0,0,15260,0,0,0), + (139765,14022,469,0,0,-7652.35,-992.23,440.07,5.20108,30,30,0,0,4578,0,0,0), + (139766,14022,469,0,0,-7622.55,-978.518,440.129,1.6057,30,30,0,0,4578,0,0,0), + (139767,14022,469,0,0,-7657.93,-985.007,440.07,1.0472,30,30,0,0,4578,0,0,0), + (139768,14022,469,0,0,-7651.96,-981.664,440.346,0.331613,30,30,0,0,4578,0,0,0), + (139769,14022,469,0,0,-7696.04,-1001.23,440.269,1.13446,30,30,0,0,4578,0,0,0), + (139770,14022,469,0,0,-7695.47,-1017.1,440.395,4.93928,30,30,0,0,4578,0,0,0), + (139771,13996,469,0,0,-7504.52,-1043.61,449.325,5.84685,14400,14400,0,0,15260,0,0,0), + (139772,13996,469,0,0,-7496.73,-1040.82,449.325,4.13643,14400,14400,0,0,15260,0,0,0), + (139773,14022,469,0,0,-7681.89,-998.11,440.342,4.88692,30,30,0,0,4578,0,0,0), + (139774,14022,469,0,0,-7678.04,-998.592,440.342,0.994838,30,30,0,0,4578,0,0,0), + (139775,14022,469,0,0,-7634.62,-961.161,440.345,2.46091,30,30,0,0,4578,0,0,0), + (139776,14022,469,0,0,-7681.28,-1007.74,440.067,5.72468,30,30,0,0,4578,0,0,0), + (139777,13996,469,0,0,-7541.99,-981.618,449.325,3.40339,14400,14400,0,0,15260,0,0,0), + (139778,13996,469,0,0,-7543.75,-979.348,449.325,3.14159,14400,14400,0,0,15260,0,0,0), + (139779,13996,469,0,0,-7541.6,-976.958,449.325,2.47837,14400,14400,0,0,15260,0,0,0), + (139780,14022,469,0,0,-7695.45,-1029.21,440.56,5.65487,30,30,0,0,4578,0,0,0), + (139781,13996,469,0,0,-7533.69,-972.008,449.325,2.19912,14400,14400,0,0,15260,0,0,0), + (139782,14022,469,0,0,-7632.46,-1003.41,440.346,0.453786,30,30,0,0,4578,0,0,0), + (139783,13996,469,0,0,-7527.01,-967.031,449.325,1.90241,14400,14400,0,0,15260,0,0,0), + (139784,13996,469,0,0,-7519.75,-962.466,449.325,2.44346,14400,14400,0,0,15260,0,0,0), + (139785,14022,469,0,0,-7667.54,-1032.7,440.33,4.50295,30,30,0,0,4578,0,0,0), + (139786,13996,469,0,0,-7523.22,-964.212,449.325,2.00713,14400,14400,0,0,15260,0,0,0), + (139787,14023,469,0,0,-7674.4,-1026.72,439.983,5.35091,30,30,0,0,4578,0,0,0), + (139788,13996,469,0,0,-7530.23,-969.405,449.325,2.46091,14400,14400,0,0,15260,0,0,0), + (139789,13996,469,0,0,-7535.72,-987.541,449.325,5.14872,14400,14400,0,0,15260,0,0,0), + (139790,14023,469,0,0,-7694.66,-1013.46,439.982,4.89846,30,30,0,0,4578,0,0,0), + (139791,14023,469,0,0,-7686.75,-1011.73,439.983,2.29633,30,30,0,0,4578,0,0,0), + (139792,14023,469,0,0,-7646.59,-958.97,440.106,1.31038,30,30,0,0,4578,0,0,0), + (139793,13996,469,0,0,-7515.74,-960.099,449.325,1.88496,14400,14400,0,0,15260,0,0,0), + (139794,12458,469,0,0,-7676.1,-1091.34,449.156,5.21638,600,600,0,0,51800,25680,0,0), + (139795,14023,469,0,0,-7689.89,-1003.79,439.983,5.00612,30,30,0,0,4578,0,0,0), + (139796,14023,469,0,0,-7668.08,-988.542,439.986,3.53524,30,30,2,0,4578,0,0,1), + (139797,14023,469,0,0,-7639.17,-990.941,440.309,2.20804,30,30,0,0,4578,0,0,0), + (139798,14023,469,0,0,-7646.4,-1022.64,440.206,4.52746,30,30,2,0,4578,0,0,1), + (139799,12458,469,0,0,-7679.95,-1087.07,449.151,4.87685,600,600,0,0,51800,25680,0,0), + (139800,12458,469,0,0,-7676.26,-1088.18,449.157,4.93745,600,600,0,0,51800,25680,0,0), + (139801,12460,469,0,0,-7471.39,-988.327,449.844,5.53269,14400,14400,0,0,216515,0,0,0), + (139802,14023,469,0,0,-7665.27,-992.426,439.986,2.04733,30,30,2,0,4578,0,0,1), + (139803,14023,469,0,0,-7615.13,-1003.44,440.135,6.03114,30,30,2,0,4578,0,0,1), + (139804,12461,469,0,0,-7498,-1037.51,449.242,3.75923,14400,14400,5,0,161850,0,0,1), + (139805,12461,469,0,0,-7461.63,-985.513,449.782,4.13643,14400,14400,0,0,161850,0,0,0), + (139806,12461,469,0,0,-7467.69,-995.597,449.325,0.453786,14400,14400,0,0,161850,0,0,0), + (139807,14023,469,0,0,-7666.45,-1044.84,440.189,5.02655,30,30,0,0,4578,0,0,0), + (139808,14023,469,0,0,-7616.76,-994.374,440.109,2.85434,30,30,2,0,4578,0,0,1), + (139809,12461,469,0,0,-7459.26,-995.384,449.785,2.3911,14400,14400,0,0,161850,0,0,0), + (139810,12461,469,0,0,-7515.29,-972.69,449.242,6.00786,14400,14400,0,0,161850,0,0,0), + (139811,14023,469,0,0,-7641.78,-987.448,440.346,3.68265,30,30,0,0,4578,0,0,0), + (139812,12468,469,0,0,-7596.79,-1073.8,449.164,5.78363,600,600,5,0,88025,24860,0,2), + (139813,12468,469,0,0,-7629.91,-1101.1,449.164,1.65931,600,600,5,0,88025,24860,0,2), + (139814,14023,469,0,0,-7685.87,-1036.16,440.467,1.97588,30,30,2,0,4578,0,0,1), + (139815,12468,469,0,0,-7676.43,-1107.71,449.148,3.76661,600,600,5,0,88025,24860,0,2), + (139816,12468,469,0,0,-7634.08,-1071.11,449.164,2.44178,600,600,5,0,88025,24860,0,2), + (139817,14023,469,0,0,-7665.73,-1009.91,440.343,2.58309,30,30,0,0,4578,0,0,0), + (139818,14023,469,0,0,-7681.76,-992.085,440.28,1.36136,30,30,0,0,4578,0,0,0), + (139819,14023,469,0,0,-7636.66,-963.866,440.356,1.01229,30,30,0,0,4578,0,0,0), + (139820,14023,469,0,0,-7673.18,-1009.98,440.342,2.26893,30,30,0,0,4578,0,0,0), + (139821,12468,469,0,0,-7619.54,-1061.28,449.164,2.03989,600,600,5,0,88025,24860,0,2), + (139822,14023,469,0,0,-7645.29,-1001.86,440.07,5.53269,30,30,0,0,4578,0,0,0), + (139823,14023,469,0,0,-7641.1,-1015.7,440.314,2.09439,30,30,0,0,4578,0,0,0), + (139824,14023,469,0,0,-7648.7,-1025.35,440.26,1.88496,30,30,0,0,4578,0,0,0), + (139825,11983,469,0,0,-7433.38,-923.829,465.354,2.16294,604800,604800,0,0,999300,0,0,2), + (139826,14023,469,0,0,-7640.15,-1011.7,440.07,4.01426,30,30,0,0,4578,0,0,0), + (139827,14023,469,0,0,-7696.18,-1055.7,440.758,2.32129,30,30,0,0,4578,0,0,0), + (139828,14023,469,0,0,-7687.76,-1025.21,440.355,2.02458,30,30,0,0,4578,0,0,0), + (139829,14023,469,0,0,-7629.85,-1001.31,440.346,4.27606,30,30,0,0,4578,0,0,0), + (139830,14023,469,0,0,-7661.78,-1030.3,440.31,2.42601,30,30,0,0,4578,0,0,0), + (139831,12017,469,0,0,-7573.89,-1035.25,449.248,3.76991,604800,604800,0,0,916025,0,0,0), + (139832,14022,469,0,0,-7653.15,-1056.84,449.161,1.04873,30,30,0,0,4578,0,0,0), + (139833,14024,469,0,0,-7635.67,-1019.01,440.17,2.75557,30,30,0,0,4578,0,0,0), + (139834,14024,469,0,0,-7701.03,-1019.27,440.482,4.32262,30,30,0,0,4578,0,0,0), + (139835,14022,469,0,0,-7656.99,-1050.73,449.168,3.97343,30,30,0,0,4578,0,0,0), + (139836,14022,469,0,0,-7601.48,-1050.76,449.164,4.00878,30,30,0,0,4578,0,0,0), + (139837,14024,469,0,0,-7690.11,-991.603,440.11,5.27908,30,30,2,0,4578,0,0,1), + (139838,14024,469,0,0,-7676.44,-999.012,440.173,5.1721,30,30,0,0,4578,0,0,0), + (139839,14022,469,0,0,-7658.36,-1071.11,449.164,2.11195,30,30,0,0,4578,0,0,0), + (139840,14022,469,0,0,-7618.3,-1038.48,449.164,2.22711,30,30,0,0,4578,0,0,0), + (139841,14022,469,0,0,-7624.91,-1038.33,449.164,5.43157,30,30,0,0,4578,0,0,0), + (139842,14022,469,0,0,-7704.2,-1089.6,449.114,2.20199,30,30,2,0,4578,0,0,1), + (139843,14022,469,0,0,-7652.69,-1093.13,449.164,4.95936,30,30,0,0,4578,0,0,0), + (139844,14024,469,0,0,-7627.8,-1008.72,440.252,5.37756,30,30,2,0,4578,0,0,1), + (139845,14022,469,0,0,-7652.92,-1080.75,449.164,1.39375,30,30,2,0,4578,0,0,1), + (139846,14024,469,0,0,-7660.48,-979.716,440.215,3.90117,30,30,0,0,4578,0,0,0), + (139847,14024,469,0,0,-7658.47,-975.317,440.175,3.42954,30,30,0,0,4578,0,0,0), + (139848,14022,469,0,0,-7684.74,-1103.44,449.159,4.32321,30,30,2,0,4578,0,0,1), + (139849,14022,469,0,0,-7693.24,-1095.06,449.154,4.88905,30,30,2,0,4578,0,0,1), + (139850,14024,469,0,0,-7605.38,-997.008,440.136,2.28255,30,30,2,0,4578,0,0,1), + (139851,14024,469,0,0,-7610.41,-1001.9,440.125,3.57128,30,30,2,0,4578,0,0,1), + (139852,14022,469,0,0,-7709.97,-1083.33,446.248,0.571277,30,30,2,0,4578,0,0,1), + (139853,14024,469,0,0,-7656.67,-1038.08,440.189,2.87979,30,30,0,0,4578,0,0,0), + (139854,14024,469,0,0,-7666,-1036.99,440.265,3.31613,30,30,0,0,4578,0,0,0), + (139855,14022,469,0,0,-7598,-1071.2,449.164,5.24427,30,30,2,0,4578,0,0,1), + (139856,14022,469,0,0,-7574.18,-1067.35,449.164,5.52701,30,30,0,0,4578,0,0,0), + (139857,14024,469,0,0,-7611.71,-997.06,440.338,1.71042,30,30,0,0,4578,0,0,0), + (139858,14024,469,0,0,-7631.21,-971.92,440.114,3.38594,30,30,0,0,4578,0,0,0), + (139859,14024,469,0,0,-7640.43,-957.286,440.204,2.25148,30,30,0,0,4578,0,0,0), + (139860,14024,469,0,0,-7618.19,-989.43,440.117,4.2586,30,30,0,0,4578,0,0,0), + (139861,14024,469,0,0,-7671.18,-982.725,440.255,4.83456,30,30,0,0,4578,0,0,0), + (139862,14024,469,0,0,-7698.22,-1007.16,440.326,4.69494,30,30,0,0,4578,0,0,0), + (139863,14024,469,0,0,-7701.07,-1019.07,440.55,0.698132,30,30,0,0,4578,0,0,0), + (139864,14024,469,0,0,-7659.06,-995.701,440.069,3.66519,30,30,0,0,4578,0,0,0), + (139865,14024,469,0,0,-7674.31,-1026.79,440.066,4.04916,30,30,0,0,4578,0,0,0), + (139866,14022,469,0,0,-7628.83,-1094.31,449.164,5.59892,30,30,2,0,4578,0,0,1), + (139867,14024,469,0,0,-7642.42,-965.778,440.297,2.11185,30,30,0,0,4578,0,0,0), + (139868,14024,469,0,0,-7653.86,-1010.09,440.069,5.63741,30,30,0,0,4578,0,0,0), + (139869,14022,469,0,0,-7620.03,-1047.92,449.164,0.787614,30,30,2,0,4578,0,0,1), + (139870,14024,469,0,0,-7632.09,-1015.39,440.24,0.855211,30,30,0,0,4578,0,0,0), + (139871,14024,469,0,0,-7683.51,-1047.26,440.364,5.35816,30,30,0,0,4578,0,0,0), + (139872,14024,469,0,0,-7694.11,-1034.31,440.603,2.18166,30,30,0,0,4578,0,0,0), + (139873,14024,469,0,0,-7620.85,-1006.58,440.258,1.25664,30,30,0,0,4578,0,0,0), + (139874,14022,469,0,0,-7615.95,-1044.07,449.164,0.411241,30,30,2,0,4578,0,0,1), + (139875,14024,469,0,0,-7632.52,-1008.38,440.331,0.034907,30,30,0,0,4578,0,0,0), + (139876,14024,469,0,0,-7700.86,-1057.77,442.77,0.10472,30,30,0,0,4578,0,0,0), + (139877,14024,469,0,0,-7658.49,-1032.13,440.26,5.23599,30,30,0,0,4578,0,0,0), + (139878,14022,469,0,0,-7654.85,-1112.47,449.186,5.25291,30,30,2,0,4578,0,0,1), + (139879,14022,469,0,0,-7647.3,-1094.09,449.164,4.52934,30,30,2,0,4578,0,0,1), + (139880,14025,469,0,0,-7703.99,-1015.7,440.409,4.69945,30,30,0,0,4578,0,0,0), + (139881,14025,469,0,0,-7644.16,-955.859,440.106,6.25644,30,30,0,0,4578,0,0,0), + (139882,14022,469,0,0,-7600.29,-1026.48,449.164,4.5199,30,30,0,0,4578,0,0,0), + (139883,14025,469,0,0,-7673.73,-1043.01,440.174,4.30294,30,30,0,0,4578,0,0,0), + (139884,14025,469,0,0,-7685.64,-993.719,440.145,1.77502,30,30,0,0,4578,0,0,0), + (139885,14023,469,0,0,-7650.68,-1070.57,449.164,1.46185,30,30,0,0,4578,0,0,0), + (139886,14025,469,0,0,-7666.3,-983.551,440.207,3.36298,30,30,0,0,4578,0,0,0), + (139887,14025,469,0,0,-7633.63,-979.885,440.002,1.27933,30,30,0,0,4578,0,0,0), + (139888,14025,469,0,0,-7645.99,-1001.37,439.987,1.73953,30,30,2,0,4578,0,0,1), + (139889,14025,469,0,0,-7638.1,-1016.86,440.207,4.58481,30,30,2,0,4578,0,0,1), + (139890,14025,469,0,0,-7641.45,-1010.95,439.986,2.97681,30,30,0,0,4578,0,0,0), + (139891,14025,469,0,0,-7660.49,-1015.26,440.234,0.402096,30,30,2,0,4578,0,0,1), + (139892,14025,469,0,0,-7677.9,-1016.94,439.983,3.21501,30,30,2,0,4578,0,0,1), + (139893,14025,469,0,0,-7625.7,-1000.88,440.267,1.46713,30,30,0,0,4578,0,0,0), + (139894,14023,469,0,0,-7618.13,-1060.06,449.164,3.69414,30,30,0,0,4578,0,0,0), + (139895,14025,469,0,0,-7681.7,-1041.91,440.23,3.02545,30,30,2,0,4578,0,0,1), + (139896,14025,469,0,0,-7660.73,-989.047,439.986,4.45996,30,30,2,0,4578,0,0,1), + (139897,14025,469,0,0,-7614.59,-999.136,440.161,5.9835,30,30,2,0,4578,0,0,1), + (139898,14025,469,0,0,-7610.37,-993.552,440.18,3.21251,30,30,0,0,4578,0,0,0), + (139899,14023,469,0,0,-7655.12,-1067.83,449.164,4.43295,30,30,2,0,4578,0,0,1), + (139900,14025,469,0,0,-7659.99,-1041.1,440.189,0.977384,30,30,0,0,4578,0,0,0), + (139901,14023,469,0,0,-7623.18,-1029.5,449.164,1.44267,30,30,0,0,4578,0,0,0), + (139902,14023,469,0,0,-7704.86,-1082.45,447.214,4.38224,30,30,2,0,4578,0,0,1), + (139903,14023,469,0,0,-7700.77,-1090.71,449.11,5.25023,30,30,2,0,4578,0,0,1), + (139904,14023,469,0,0,-7628.91,-1068.98,449.164,3.88683,30,30,2,0,4578,0,0,1), + (139905,14025,469,0,0,-7627.4,-988.568,440.085,3.36848,30,30,0,0,4578,0,0,0), + (139906,14023,469,0,0,-7661.26,-1081.75,449.164,4.63348,30,30,0,0,4578,0,0,0), + (139907,14025,469,0,0,-7692.11,-1009.16,440.066,3.83972,30,30,0,0,4578,0,0,0), + (139908,14023,469,0,0,-7672.64,-1091.53,449.163,4.66822,30,30,2,0,4578,0,0,1), + (139909,14023,469,0,0,-7683.28,-1108.64,449.15,2.5733,30,30,5,0,4578,0,0,1), + (139910,14025,469,0,0,-7669.01,-1002.58,440.343,1.90241,30,30,0,0,4578,0,0,0), + (139911,14023,469,0,0,-7595.4,-1087.16,449.164,0.185479,30,30,2,0,4578,0,0,1), + (139912,14025,469,0,0,-7640.47,-961.673,440.261,1.01229,30,30,0,0,4578,0,0,0), + (139913,14025,469,0,0,-7634.91,-956.022,440.252,3.38594,30,30,0,0,4578,0,0,0), + (139914,14023,469,0,0,-7597.06,-1066.37,449.164,0.890813,30,30,0,0,4578,0,0,0), + (139915,14025,469,0,0,-7635.98,-1012.13,440.314,4.57276,30,30,0,0,4578,0,0,0), + (139916,14025,469,0,0,-7638.1,-1016.86,440.273,3.03687,30,30,0,0,4578,0,0,0), + (139917,14025,469,0,0,-7698.84,-997.601,440.197,4.59022,30,30,0,0,4578,0,0,0), + (139918,14025,469,0,0,-7689.85,-1044.19,440.577,1.32645,30,30,0,0,4578,0,0,0), + (139919,14025,469,0,0,-7685.91,-1027.9,440.355,2.63545,30,30,0,0,4578,0,0,0), + (139920,14025,469,0,0,-7694.26,-1023.88,440.464,5.98648,30,30,0,0,4578,0,0,0), + (139921,14025,469,0,0,-7625.7,-1000.88,440.346,4.03171,30,30,0,0,4578,0,0,0), + (139922,14025,469,0,0,-7688.77,-1048.16,440.547,4.20624,30,30,0,0,4578,0,0,0), + (139923,14025,469,0,0,-7662.16,-1036.63,440.237,1.65806,30,30,0,0,4578,0,0,0), + (139924,14023,469,0,0,-7570.77,-1064.63,449.164,5.69418,30,30,0,0,4578,0,0,0), + (139925,14023,469,0,0,-7619.33,-1101.81,449.164,1.14774,30,30,2,0,4578,0,0,1), + (139926,14023,469,0,0,-7625.11,-1104.82,449.164,1.52533,30,30,2,0,4578,0,0,1), + (139927,14023,469,0,0,-7624.72,-1046.53,449.164,5.88339,30,30,2,0,4578,0,0,1), + (139928,14023,469,0,0,-7680.48,-1087.75,449.15,0.753331,30,30,2,0,4578,0,0,1), + (139929,14023,469,0,0,-7669.14,-1112.92,449.16,1.81055,30,30,0,0,4578,0,0,0), + (139930,14023,469,0,0,-7603.32,-1032.35,449.164,3.82792,30,30,2,0,4578,0,0,1), + (139931,14023,469,0,0,-7705.95,-1062.14,445.176,3.01937,30,30,0,0,4578,0,0,0), + (139932,14024,469,0,0,-7656.05,-1060.5,449.162,1.5694,30,30,0,0,4578,0,0,0), + (139933,14024,469,0,0,-7607.02,-1041.74,449.164,2.15019,30,30,0,0,4578,0,0,0), + (139934,14024,469,0,0,-7609.56,-1054.59,449.164,0.926991,30,30,0,0,4578,0,0,0), + (139935,14024,469,0,0,-7653.42,-1053.59,449.163,4.24671,30,30,0,0,4578,0,0,0), + (139936,14024,469,0,0,-7629.84,-1032.98,449.164,1.24131,30,30,0,0,4578,0,0,0), + (139937,14024,469,0,0,-7714.1,-1070.32,445.176,2.4984,30,30,2,0,4578,0,0,1), + (139938,14024,469,0,0,-7633.69,-1086.56,449.164,1.1721,30,30,0,0,4578,0,0,0), + (139939,14024,469,0,0,-7674.77,-1105.75,449.153,1.87452,30,30,2,0,4578,0,0,1), + (139940,14024,469,0,0,-7693.9,-1100.36,449.138,0.099911,30,30,2,0,4578,0,0,1), + (139941,14024,469,0,0,-7591.84,-1081.45,449.164,1.81734,30,30,2,0,4578,0,0,1), + (139942,14024,469,0,0,-7572.59,-1070.32,449.164,2.73294,30,30,2,0,4578,0,0,1), + (139943,14024,469,0,0,-7617.36,-1092.86,449.164,2.44401,30,30,2,0,4578,0,0,1), + (139944,14024,469,0,0,-7629.16,-1049.24,449.164,4.07395,30,30,2,0,4578,0,0,1), + (139945,14024,469,0,0,-7670.69,-1100.36,449.162,2.21509,30,30,0,0,4578,0,0,0), + (139946,14024,469,0,0,-7648.08,-1087.16,449.164,6.07339,30,30,2,0,4578,0,0,1), + (139947,14024,469,0,0,-7606.31,-1021.1,449.164,3.43713,30,30,0,0,4578,0,0,0), + (139948,14025,469,0,0,-7644.68,-1064.16,449.164,1.67861,30,30,0,0,4578,0,0,0), + (139949,14025,469,0,0,-7612.28,-1067.22,449.164,3.47467,30,30,0,0,4578,0,0,0), + (139950,14025,469,0,0,-7648.04,-1058.41,449.164,1.74213,30,30,0,0,4578,0,0,0), + (139951,14025,469,0,0,-7647,-1069.74,449.164,2.23843,30,30,0,0,4578,0,0,0), + (139952,14025,469,0,0,-7623.87,-1034.27,449.164,5.19597,30,30,0,0,4578,0,0,0), + (139953,14025,469,0,0,-7711.46,-1077.77,445.176,0.665197,30,30,0,0,4578,0,0,0), + (139954,14025,469,0,0,-7642.95,-1076.41,449.164,5.01461,30,30,2,0,4578,0,0,1), + (139955,14025,469,0,0,-7662.8,-1093.41,449.18,1.7423,30,30,2,0,4578,0,0,1), + (139956,14025,469,0,0,-7682.93,-1095.06,449.143,4.42431,30,30,2,0,4578,0,0,1), + (139957,14025,469,0,0,-7605,-1079.95,449.164,5.76579,30,30,0,0,4578,0,0,0), + (139958,14025,469,0,0,-7564.75,-1066.29,449.164,5.67209,30,30,2,0,4578,0,0,1), + (139959,14025,469,0,0,-7583,-1062.95,449.164,0.959632,30,30,2,0,4578,0,0,1), + (139960,14025,469,0,0,-7624.13,-1090.17,449.164,3.95185,30,30,2,0,4578,0,0,1), + (139961,14025,469,0,0,-7624.94,-1052.97,449.164,0.86507,30,30,2,0,4578,0,0,1), + (139962,14025,469,0,0,-7672.58,-1083.03,449.166,1.30024,30,30,2,0,4578,0,0,1), + (139963,14025,469,0,0,-7660.69,-1118.84,449.173,5.33866,30,30,0,0,4578,0,0,0), + (139964,14025,469,0,0,-7657.62,-1104.66,449.184,3.17729,30,30,2,0,4578,0,0,1), + (139965,14025,469,0,0,-7658.63,-1088.61,449.164,1.34003,30,30,2,0,4578,0,0,1), + (139966,14025,469,0,0,-7598.71,-1019.71,449.164,3.24913,30,30,0,0,4578,0,0,0), + (139967,14025,469,0,0,-7602.67,-1016.66,449.164,3.30747,30,30,0,0,4578,0,0,0), + (139968,13976,469,0,0,-7344.76,-958.086,481.685,5.81195,604800,604800,0,0,7620,0,0,0), + (139969,13976,469,0,0,-7393.3,-1070.78,479.793,3.22886,604800,604800,0,0,7620,0,0,0), + (139970,12460,469,0,0,-7435.86,-1052.22,477.018,0.750492,14400,14400,0,0,216515,0,0,0), + (139971,12460,469,0,0,-7450.36,-1032.99,476.981,0.506145,14400,14400,0,0,216515,0,0,0), + (139972,12460,469,0,0,-7446.95,-1044.77,476.806,0,14400,14400,0,0,216515,0,0,0), + (139973,10257,229,0,0,-11.2826,-551.121,16.2167,1.24757,10800,10800,0,0,8774,0,0,0), + (139974,15514,509,0,0,-9270.39,1243.9,-63.7673,2.72271,3520,3520,0,0,26140,0,0,0), + (139975,15514,509,0,0,-9300.07,1305.08,-63.6971,4.18879,3520,3520,0,0,26140,0,0,0), + (139976,15514,509,0,0,-9300.19,1266.67,-63.7427,0.261799,3520,3520,0,0,26140,0,0,0), + (139977,15514,509,0,0,-9243.43,1280.5,-63.5938,3.82227,3520,3520,0,0,26140,0,0,0), + (139978,15514,509,0,0,-9263.01,1295.24,-63.8081,1.79769,3520,3520,0,0,26140,0,0,0), + (139979,15514,509,0,0,-9234.33,1243.83,-63.5281,3.49066,3520,3520,0,0,26140,0,0,0), + (139980,16980,533,0,0,3762.38,-5115.86,143.938,0.191986,300,300,0,0,4120,0,0,0), + (140166,15344,509,0,0,-8991.15,1554,21.6539,2.77507,604800,604800,0,0,12576,0,0,0), + (140167,15344,509,0,0,-9003.75,1536.16,21.4697,2.63545,604800,604800,0,0,12576,0,0,0), + (140168,15344,509,0,0,-9012.13,1608.77,24.8693,3.14159,604800,604800,0,0,12576,0,0,0), + (140169,15344,509,0,0,-9014.36,1597.68,21.4697,3.03687,604800,604800,0,0,12576,0,0,0), + (140170,15344,509,0,0,-9020.15,1586.73,21.4697,2.94961,604800,604800,0,0,12576,0,0,0), + (140171,15344,509,0,0,-9022.04,1612.05,22.8073,3.15905,604800,604800,0,0,12576,0,0,0), + (140172,15344,509,0,0,-9022.71,1505.88,21.5596,2.40855,604800,604800,0,0,12576,0,0,0), + (140173,15344,509,0,0,-9029.94,1498.08,22.1401,2.33874,604800,604800,0,0,12576,0,0,0), + (140174,15344,509,0,0,-9031.99,1592.26,21.4697,2.98451,604800,604800,0,0,12576,0,0,0), + (140175,15344,509,0,0,-9038.44,1491.04,23.2296,2.26893,604800,604800,0,0,12576,0,0,0), + (140176,15344,509,0,0,-9070.71,1634.37,21.4812,3.49066,604800,604800,0,0,12576,0,0,0), + (140177,15344,509,0,0,-9071.04,1622.14,21.4697,3.33358,604800,604800,0,0,12576,0,0,0), + (140178,15344,509,0,0,-9071.76,1611.28,21.4721,3.1765,604800,604800,0,0,12576,0,0,0), + (140179,15344,509,0,0,-9076.42,1530.23,21.4697,2.23402,604800,604800,0,0,12576,0,0,0), + (140180,15344,509,0,0,-9078.8,1622.8,21.4697,3.36849,604800,604800,0,0,12576,0,0,0), + (140181,15344,509,0,0,-9083.14,1524.76,21.4697,2.14675,604800,604800,0,0,12576,0,0,0), + (140182,15344,509,0,0,-9091.76,1519.37,21.4697,2.05949,604800,604800,0,0,12576,0,0,0), + (140183,15344,509,0,0,-9092.34,1586.27,21.4696,2.68781,604800,604800,0,0,12576,0,0,0), + (140184,15344,509,0,0,-9097.29,1578.36,21.4696,2.51327,604800,604800,0,0,12576,0,0,0), + (140185,15344,509,0,0,-9102.55,1569.42,21.4757,2.32129,604800,604800,0,0,12576,0,0,0), + (140186,15344,509,0,0,-9113.94,1546.06,21.4696,1.95477,604800,604800,0,0,12576,0,0,0), + (140187,15344,509,0,0,-9132.83,1539.1,21.4696,1.65806,604800,604800,0,0,12576,0,0,0), + (140188,15341,509,0,0,-9129.73,1602.5,26.5441,5.53269,259200,259200,0,0,416375,0,0,0), + (140189,15385,509,0,0,-9108.29,1584.17,21.471,5.75959,604800,604800,0,0,56627,0,0,0), + (140190,15386,509,0,0,-9085.03,1622.4,21.4697,3.36849,604800,604800,0,0,56627,0,0,0), + (140191,15387,509,0,0,-8994.83,1542.27,21.6486,2.70526,604800,604800,0,0,31440,0,0,0), + (140192,15387,509,0,0,-8998.05,1560.15,22.1308,2.80998,604800,604800,0,0,31440,0,0,0), + (140193,15387,509,0,0,-9001.26,1549.05,22.0209,2.72271,604800,604800,0,0,31440,0,0,0), + (140194,15387,509,0,0,-9010.7,1542.47,21.4697,2.6529,604800,604800,0,0,31440,0,0,0), + (140195,15387,509,0,0,-9023.85,1601.58,21.4697,3.07178,604800,604800,0,0,31440,0,0,0), + (140196,15387,509,0,0,-9030.08,1512.31,21.4706,2.40855,604800,604800,0,0,31440,0,0,0), + (140197,15387,509,0,0,-9038.83,1505.32,21.5906,2.33874,604800,604800,0,0,31440,0,0,0), + (140198,15387,509,0,0,-9046.5,1498.26,22.0108,2.26893,604800,604800,0,0,31440,0,0,0), + (140199,15387,509,0,0,-9066.89,1521.48,21.4697,2.25147,604800,604800,0,0,31440,0,0,0), + (140200,15387,509,0,0,-9074,1515.24,21.4697,2.16421,604800,604800,0,0,31440,0,0,0), + (140201,15387,509,0,0,-9078.07,1635.03,21.4697,3.54302,604800,604800,0,0,31440,0,0,0), + (140202,15387,509,0,0,-9080.05,1612.09,21.4697,3.19395,604800,604800,0,0,31440,0,0,0), + (140203,15387,509,0,0,-9082.67,1510.19,21.5131,2.07694,604800,604800,0,0,31440,0,0,0), + (140204,15387,509,0,0,-9098.18,1589.88,21.47,2.70526,604800,604800,0,0,31440,0,0,0), + (140205,15387,509,0,0,-9102.67,1581.56,21.471,2.49582,604800,604800,0,0,31440,0,0,0), + (140206,15387,509,0,0,-9107.89,1574.31,21.4863,2.30383,604800,604800,0,0,31440,0,0,0), + (140207,15387,509,0,0,-9117.37,1553.28,21.4696,1.93732,604800,604800,0,0,31440,0,0,0), + (140208,15387,509,0,0,-9123.58,1541.55,21.4696,1.79769,604800,604800,0,0,31440,0,0,0), + (140209,15387,509,0,0,-9125.76,1549.29,21.4696,1.78024,604800,604800,0,0,31440,0,0,0), + (140210,15387,509,0,0,-9134.14,1546.72,21.4696,1.64061,604800,604800,0,0,31440,0,0,0), + (140211,15388,509,0,0,-9127.98,1558.54,21.6879,1.79769,604800,604800,0,0,56627,0,0,0), + (140212,15389,509,0,0,-9033.17,1604.66,21.4697,3.08923,604800,604800,0,0,56627,0,0,0), + (140213,15390,509,0,0,-9087.01,1530.26,21.4697,2.14675,604800,604800,0,0,56627,0,0,0), + (140214,15391,509,0,0,-9007.4,1556.87,21.6039,5.51524,604800,604800,0,0,56627,0,0,0), + (140215,15392,509,0,0,-9041.36,1512.58,21.4748,2.33874,604800,604800,0,0,56627,0,0,0), + (140216,15426,509,0,0,-8680.66,1585.61,33.1911,2.54818,120,120,0,0,42,0,0,0), + (140217,15168,509,0,0,-8532.81,1467.03,31.9923,6.23083,3600,3600,10,0,5228,0,0,1), + (140218,15168,509,0,0,-8566.46,1399.42,31.9903,3.21141,3600,3600,10,0,5228,0,0,1), + (140219,15168,509,0,0,-8600.14,1466.59,31.9903,2.18166,3600,3600,10,0,5228,0,0,1), + (140220,15168,509,0,0,-8600.33,1600.62,31.9904,2.02458,3600,3600,10,0,5228,0,0,1), + (140221,15168,509,0,0,-8665.98,1566.63,31.9904,2.3911,3600,3600,10,0,5228,0,0,1), + (140222,15168,509,0,0,-8666.03,1432.59,32.6509,2.00713,3600,3600,10,0,5228,0,0,1), + (140223,15168,509,0,0,-8666.48,1667.62,21.5036,6.23083,3600,3600,10,0,5228,0,0,1), + (140224,15168,509,0,0,-8666.83,1499.21,32.7247,5.25344,3600,3600,10,0,5228,0,0,1), + (140225,15168,509,0,0,-8733.77,1600.12,21.4697,3.24631,3600,3600,10,0,5228,0,0,1), + (140226,15168,509,0,0,-8848.91,1845.96,21.4697,2.05949,3600,3600,10,0,5228,0,0,1), + (140227,15168,509,0,0,-8917.9,1547.61,21.4697,0.994838,3600,3600,10,0,5228,0,0,1), + (140228,15168,509,0,0,-9000.71,1700.1,21.5722,4.43314,3600,3600,10,0,5228,0,0,1), + (140229,15168,509,0,0,-9066.02,1733.49,21.5309,3.24631,3600,3600,10,0,5228,0,0,1), + (140230,15320,509,0,0,-9193.53,1459.78,21.5113,4.20948,3520,3520,0,0,31440,0,0,0), + (140231,15320,509,0,0,-9224.24,1384.02,21.4697,3.19395,3520,3520,0,0,31440,0,0,0), + (140232,15323,509,0,0,-9187.02,1463.77,21.4697,1.18682,3520,3520,0,0,15720,0,0,0), + (140233,15323,509,0,0,-9189.15,1452.48,21.5292,2.05949,3520,3520,0,0,15720,0,0,0), + (140234,15323,509,0,0,-9227.63,1391.41,21.4067,4.16572,3520,3520,0,0,15720,0,0,0), + (140263,15327,509,0,0,-8601.4,1614.53,31.9299,0,21600,21600,0,0,50304,0,0,2), + (140264,15327,509,0,0,-8534.43,1453.31,32.032,0,21600,21600,0,0,50304,0,0,2), + (140265,15327,509,0,0,-8549.8,1395.08,32.032,0,21600,21600,0,0,50304,0,0,2), + (140266,15327,509,0,0,-8671.11,1479.97,32.0319,0,21600,21600,0,0,50304,0,0,2), + (140267,15327,509,0,0,-8676.28,1440.23,32.0313,0,21600,21600,0,0,50304,0,0,2), + (140268,15327,509,0,0,-8690.66,1662.56,23.0906,0,21600,21600,0,0,50304,0,0,2), + (140269,15327,509,0,0,-8839.47,1603.25,21.4307,0,21600,21600,0,0,50304,0,0,2), + (140270,15327,509,0,0,-8761.08,1573.96,24.669,0,21600,21600,0,0,50304,0,0,2), + (140271,15327,509,0,0,-8797.11,1656.65,21.4652,0,21600,21600,0,0,50304,0,0,2), + (140272,15327,509,0,0,-8597.94,1369.12,32.032,0,21600,21600,0,0,50304,0,0,2), + (140280,15343,509,0,0,-8605.82,1458.3,32.032,3.00197,21600,21600,0,0,25152,0,0,2), + (140281,15343,509,0,0,-8634.81,1443.31,32.485,3.01942,21600,21600,0,0,25152,0,0,2), + (140282,15343,509,0,0,-8586.89,1427.87,33.0639,6.05629,21600,21600,0,0,25152,0,0,2), + (140283,15343,509,0,0,-8707.97,1495.3,32.032,5.9549,21600,21600,0,0,25152,0,0,2), + (140284,15343,509,0,0,-8677.87,1540.74,31.9674,0.0412672,21600,21600,0,0,25152,0,0,2), + (140285,15343,509,0,0,-8643.2,1418.83,32.9521,5.51512,21600,21600,0,0,25152,0,0,2), + (140586,4075,0,0,0,1412.15,417.707,-84.9654,3.36426,180,180,5,0,8,0,0,1), + (140587,4075,0,0,0,1428.02,406.496,-85.2519,3.37997,180,180,20,0,8,0,0,1), + (140588,4075,0,0,0,1452.04,401.733,-84.9925,0.222665,180,180,5,0,8,0,0,1), + (140589,4075,0,0,0,1407.63,370.503,-84.953,3.96901,180,180,5,0,8,0,0,1), + (140590,1125,0,0,0,-6119.69,-200.734,434.551,0.361272,180,180,5,0,102,0,0,1), + (140693,2556,0,0,0,-1234.76,-3536.47,46.5823,5.929,120,120,0,0,1279,0,0,0), + (140694,2552,0,0,0,-1232.1,-3535.9,46.4729,5.6706,120,120,0,0,1050,0,0,0), + (140695,2552,0,0,0,-1230.75,-3533.46,46.0261,5.83082,120,120,0,0,1050,0,0,0), + (140696,2552,0,0,0,-1229.85,-3535.1,46.3087,5.918,120,120,0,0,1050,0,0,0), + (140697,2553,0,0,0,-1233.3,-3533.72,46.0859,5.80098,120,120,0,0,847,2253,0,2), + (140771,14344,1,0,0,4053.78,-645.117,298.641,4.76121,28800,28800,5,0,3322,0,0,1), + (140772,14344,1,0,0,4196.29,-849.411,258.506,2.20474,28800,28800,5,0,3322,0,0,1), + (140773,14344,1,0,0,3914.9,-1063.66,243.252,4.07791,28800,28800,5,0,3322,0,0,1), + (140775,8394,1,0,0,1746.45,-5861.29,-91.4165,3.20841,300,300,0,0,2762,3575,0,0), + (140776,8388,1,0,0,1747.62,-5862.27,-90.9249,3.17332,300,300,0,0,2666,0,0,0), + (140777,8387,1,0,0,1747.24,-5859.6,-90.3817,3.98543,300,300,0,0,2766,0,0,0), + (140778,8389,1,0,0,1748.87,-5863.46,-90.2665,2.83088,300,300,0,0,2666,0,0,0), + (140779,8478,1,0,0,1916.44,-5733.37,10.1936,4.10397,300,300,0,0,2766,0,0,0), + (150000,13116,489,0,0,1415.33,1554.79,343.156,3.14159,86400,86400,0,0,8609,7860,0,0), + (150001,13117,489,0,0,1029.14,1387.49,340.836,3.14159,86400,86400,0,0,8609,7860,0,0), + (150002,13116,529,0,0,1200.03,1171.09,-56.47,5.15,86400,86400,0,0,8609,7860,0,0), + (150003,13117,529,0,0,1200.03,1171.09,-56.47,5.15,86400,86400,0,0,8609,7860,0,0), + (150004,13116,529,0,0,1017.43,960.61,-42.95,4.88,86400,86400,0,0,8609,7860,0,0), + (150005,13117,529,0,0,1017.43,960.61,-42.95,4.88,86400,86400,0,0,8609,7860,0,0), + (150006,13116,529,0,0,833,793,-57.25,5.27,86400,86400,0,0,8609,7860,0,0), + (150007,13117,529,0,0,833,793,-57.25,5.27,86400,86400,0,0,8609,7860,0,0), + (150008,13116,529,0,0,775.17,1206.4,15.79,1.9,86400,86400,0,0,8609,7860,0,0), + (150009,13117,529,0,0,775.17,1206.4,15.79,1.9,86400,86400,0,0,8609,7860,0,0), + (150010,13116,529,0,0,1207.48,787,-83.36,5.51,86400,86400,0,0,8609,7860,0,0), + (150011,13117,529,0,0,1207.48,787,-83.36,5.51,86400,86400,0,0,8609,7860,0,0), + (150012,13116,529,0,0,1354.05,1275.48,-11.3,4.77,86400,86400,0,0,8609,7860,0,0), + (150013,13117,529,0,0,714.61,646.15,-10.87,4.34,86400,86400,0,0,8609,7860,0,0), + (150015,4947,1,0,0,-3896,-4496,13.19,2.391,430,430,0,0,3748,0,0,0), + (150016,4947,1,0,0,-3778,-4609,10.935,3.316,430,430,0,0,3748,0,0,0), + (150017,4947,1,0,0,-3720,-4552,25.917,1.274,430,430,0,0,3748,0,0,0), + (150018,4947,1,0,0,-3685,-4395,10.788,0.737,430,430,0,0,3748,0,0,0), + (150024,2225,30,0,0,-1235.31,-340.777,60.5088,3.31613,120,120,0,0,3300,0,0,0), + (150025,3343,30,0,0,-1244.02,-323.795,61.0485,5.21853,120,120,0,0,25918,0,0,0), + (150026,3625,30,0,0,-1235.16,-332.302,60.2985,2.96706,120,120,0,0,4500,0,0,0), + (150027,4255,30,0,0,587.303,-42.8257,37.5615,5.23599,120,120,0,0,13186,0,0,0), + (150028,4257,30,0,0,643.635,-58.3987,41.7405,4.72984,120,120,0,0,26744,0,0,0), + (150029,5134,30,0,0,591.464,-44.452,37.6166,5.65487,120,120,0,0,26113,0,0,0), + (150030,5135,30,0,0,608.515,-33.3935,42.0003,5.41052,120,120,0,0,24250,0,0,0), + (150031,5139,30,0,0,617.656,-32.0701,42.7168,4.06662,120,120,0,0,25080,0,0,0), + (150032,10364,30,0,0,-1183.76,-268.295,72.8233,3.28122,120,120,0,0,27026,0,0,0), + (150033,10367,30,0,0,-1187.86,-275.31,73.0481,3.63028,120,120,0,0,26037,0,0,0), + (150034,10981,30,0,0,-1008.42,-368.006,55.3426,5.95647,120,120,5,0,2196,0,0,1), + (150035,10981,30,0,0,-1091.92,-424.28,53.0139,2.93958,120,120,5,0,2196,0,0,1), + (150036,10981,30,0,0,-558.455,-198.768,58.1755,4.97946,120,120,5,0,2196,0,0,1), + (150037,10981,30,0,0,-861.247,-312.51,55.1427,3.35382,120,120,5,0,2196,0,0,1), + (150038,10981,30,0,0,-1003.81,-395.913,50.4736,2.85631,120,120,5,0,2196,0,0,1), + (150039,10981,30,0,0,-904.5,-289.815,65.1222,5.7847,120,120,5,0,2196,0,0,1), + (150040,10981,30,0,0,-1064.41,-438.839,51.3614,1.88857,120,120,5,0,2196,0,0,1), + (150041,10986,30,0,0,258.814,76.2017,18.6468,6.19052,120,120,5,0,3178,0,0,1), + (150042,10986,30,0,0,265.838,-315.846,-16.5429,3.15917,120,120,5,0,3178,0,0,1), + (150043,10986,30,0,0,426.485,-51.1927,-5.66286,1.60347,120,120,5,0,3178,0,0,1), + (150044,10986,30,0,0,452.044,-33.9594,-0.044651,2.72815,120,120,5,0,3178,0,0,1), + (150045,10986,30,0,0,266.032,-315.639,-16.5429,4.67962,120,120,5,0,3178,0,0,1), + (150046,10986,30,0,0,532.64,-54.5863,20.7024,2.93215,120,120,5,0,3178,0,0,1), + (150047,10990,30,0,0,295.183,-299.908,-34.6123,0.135851,120,120,5,0,2925,0,0,1), + (150048,10990,30,0,0,421.08,-225.006,-23.73,0.166754,120,120,5,0,2925,0,0,1), + (150049,10990,30,0,0,-55.7766,-192.498,20.4352,6.12221,120,120,5,0,2925,0,0,1), + (150050,10990,30,0,0,527.887,-477.223,62.3559,0.170935,120,120,5,0,2925,0,0,1), + (150051,10990,30,0,0,389.144,-346.508,-30.334,4.14117,120,120,5,0,2925,0,0,1), + (150052,10990,30,0,0,108.121,-322.248,37.5655,4.46788,120,120,5,0,2925,0,0,1), + (150053,10990,30,0,0,507.479,-67.9403,10.3571,3.26304,120,120,5,0,2925,0,0,1), + (150054,10990,30,0,0,329.071,-185.016,-29.1542,0.356943,120,120,5,0,2925,0,0,1), + (150055,10990,30,0,0,252.449,-422.313,35.1404,4.53771,120,120,5,0,2925,0,0,1), + (150056,10990,30,0,0,358.882,-118.061,-24.9119,2.29257,120,120,5,0,2925,0,0,1), + (150057,10990,30,0,0,487.151,-174.229,14.7558,4.73192,120,120,5,0,2925,0,0,1), + (150058,10990,30,0,0,449.652,-123.561,6.14273,6.12029,120,120,5,0,2925,0,0,1), + (150059,10990,30,0,0,272.419,-261.802,-41.8835,3.66559,120,120,5,0,2925,0,0,1), + (150060,10990,30,0,0,359.021,-210.954,-29.3483,4.31339,120,120,5,0,2925,0,0,1), + (150061,10990,30,0,0,450.598,-318.048,-37.7548,0.655219,120,120,5,0,2925,0,0,1), + (150062,10990,30,0,0,509.333,-218.2,3.05439,3.66292,120,120,5,0,2925,0,0,1), + (150063,10990,30,0,0,485.771,-223.613,-1.53,2.04862,120,120,5,0,2925,0,0,1), + (150064,10990,30,0,0,486.636,-452.172,39.6592,2.3341,120,120,5,0,2925,0,0,1), + (150065,10990,30,0,0,702.783,-257.494,25.9777,1.68329,120,120,5,0,2925,0,0,1), + (150066,10990,30,0,0,460.942,-199.263,-6.0149,0.380506,120,120,5,0,2925,0,0,1), + (150067,10990,30,0,0,483.108,-115.307,10.1056,3.69701,120,120,5,0,2925,0,0,1), + (150068,10990,30,0,0,471.601,-154.174,14.0702,5.5807,120,120,5,0,2925,0,0,1), + (150069,10990,30,0,0,213.938,-420.793,41.2549,5.71394,120,120,5,0,2925,0,0,1), + (150070,10990,30,0,0,289.387,-294.685,-33.9073,0.555494,120,120,5,0,2925,0,0,1), + (150071,10990,30,0,0,155.649,-402.891,43.3915,5.94838,120,120,5,0,2925,0,0,1), + (150072,10990,30,0,0,517.184,-295.105,-9.78195,6.05668,120,120,5,0,2925,0,0,1), + (150073,10990,30,0,0,102.334,-332.165,38.9812,3.31445,120,120,5,0,2925,0,0,1), + (150074,10990,30,0,0,320.244,-107.793,-42.6357,-1.00311,120,120,5,0,2925,0,0,1), + (150075,11675,30,0,0,217.976,110.774,15.7603,4.56793,120,120,0,0,2616,0,0,0), + (150076,11675,30,0,0,269.872,6.66684,20.7592,0.381212,120,120,0,0,2616,0,0,0), + (150077,11675,30,0,0,313.528,-319.041,-27.2373,0.554098,120,120,0,0,2616,0,0,0), + (150078,11675,30,0,0,435.441,-39.9289,-0.169651,0.549454,120,120,0,0,2616,0,0,0), + (150079,11675,30,0,0,315.115,-317.62,-29.1123,0.90111,120,120,0,0,2616,0,0,0), + (150080,11678,30,0,0,428.091,-122.731,3.40332,6.05901,120,120,0,0,3132,0,0,0), + (150081,11678,30,0,0,235.05,85.5705,18.3079,-0.914255,120,120,0,0,3132,0,0,0), + (150082,11839,30,0,0,-1553.04,-344.342,64.4163,6.09933,120,120,0,0,3663,0,0,0), + (150083,12051,30,0,0,-776.092,-345.161,67.4092,1.89257,120,120,0,0,2450,0,0,0), + (150084,12051,30,0,0,-1224.63,-308.144,65.0087,4.01139,120,120,0,0,2450,0,0,0), + (150085,12051,30,0,0,-713.039,-442.515,82.8638,0.68724,120,120,0,0,2450,0,0,0), + (150086,12051,30,0,0,-711.783,-444.061,82.7039,0.683494,120,120,0,0,2450,0,0,0), + (150087,12096,30,0,0,587.633,-45.9816,37.5438,5.81195,120,120,0,0,24978,0,0,0), + (150088,12097,30,0,0,-1293.79,-194.407,72.4398,5.84685,120,120,0,0,25762,0,0,0), + (150089,12127,30,0,0,446.163,-377.119,-1.12725,0.209526,120,120,0,0,2809,0,0,0), + (150090,12127,30,0,0,549.348,-399.254,53.3537,3.24729,120,120,0,0,2809,0,0,0), + (150091,12127,30,0,0,549.801,-401.217,53.8305,3.24729,120,120,0,0,2809,0,0,0), + (150092,12127,30,0,0,192.704,-406.874,42.9183,6.10696,120,120,0,0,2809,0,0,0), + (150093,12127,30,0,0,441.305,-435.765,28.2385,2.14472,120,120,0,0,2809,0,0,0), + (150094,12127,30,0,0,192.982,-404.891,43.0132,6.1061,120,120,0,0,2809,0,0,0), + (150095,12127,30,0,0,355.342,-391.989,-0.486707,3.00643,120,120,0,0,2809,0,0,0), + (150096,12127,30,0,0,446.035,-375.104,-1.12725,0.21033,120,120,0,0,2809,0,0,0), + (150097,12127,30,0,0,697.864,-433.238,62.7914,1.65776,120,120,0,0,2809,0,0,0), + (150098,12127,30,0,0,610.74,-331.585,30.8021,5.14253,120,120,0,0,2809,0,0,0), + (150099,12127,30,0,0,609.815,-329.775,30.9271,-2.38829,120,120,0,0,2809,0,0,0), + (150100,12127,30,0,0,695.874,-433.434,62.8543,1.65776,120,120,0,0,2809,0,0,0), + (150101,12127,30,0,0,443.337,-435.283,28.6842,2.13768,120,120,0,0,2809,0,0,0), + (150102,13176,30,0,0,-1251.5,-316.327,62.6565,5.02655,120,120,0,0,30871,0,0,0), + (150103,13179,30,0,0,-1332,-331.243,91.2631,1.50098,120,120,0,0,29677,0,0,0), + (150104,13216,30,0,0,569.983,-94.9992,38.0325,1.39626,120,120,0,0,27808,0,0,0), + (150105,13218,30,0,0,-1244.92,-308.916,63.2525,1.62316,120,120,0,0,28524,0,0,0), + (150106,13236,30,0,0,-1319.56,-342.675,60.3404,1.20428,120,120,0,0,29051,0,0,0), + (150107,13257,30,0,0,647.61,-61.1548,41.7405,4.24115,120,120,0,0,30675,0,0,0), + (150108,13284,30,0,0,-1321.64,-343.73,60.4833,1.01229,120,120,0,0,18117,0,0,0), + (150109,13284,30,0,0,-1317.61,-342.853,60.3726,2.47837,120,120,0,0,18117,0,0,0), + (150110,13284,30,0,0,-1319.31,-344.475,60.3825,1.72788,120,120,0,0,18117,0,0,0), + (150111,13438,30,0,0,569.963,-42.0218,37.7581,4.27606,120,120,0,0,28901,0,0,0), + (150112,13442,30,0,0,729.2,-78.812,51.6335,3.97935,120,120,0,0,22104,0,0,0), + (150113,13443,30,0,0,729.118,-82.8713,51.6335,2.53073,120,120,0,0,22867,0,0,0), + (150114,13443,30,0,0,725.554,-79.4973,51.6335,5.27089,120,120,0,0,22867,0,0,0), + (150115,13443,30,0,0,724.768,-84.1642,51.6335,0.733038,120,120,0,0,22867,0,0,0), + (150116,13447,30,0,0,596.68,-83.0633,39.0051,6.24828,120,120,0,0,8474,0,0,0), + (150117,13577,30,0,0,600.032,-2.92475,42.0788,5.00909,120,120,0,0,21666,0,0,0), + (150118,13617,30,0,0,610.239,-21.8454,43.272,4.90438,120,120,0,0,44639,0,0,0), + (150119,13797,30,0,0,613.422,-150.764,33.4517,5.55015,120,120,0,0,10555,0,0,0), + (150120,13798,30,0,0,-1213.91,-370.619,56.4455,0.837758,120,120,0,0,11519,0,0,0), + (150121,13816,30,0,0,704.35,-22.9071,50.2187,0.785398,1200,1200,0,0,1185,0,0,0), + (150122,14185,30,0,0,-1271.24,-335.766,62.3971,5.75959,120,120,0,0,2964,0,0,0), + (150123,14186,30,0,0,-1268.64,-332.688,62.6171,5.28835,120,120,0,0,2938,0,0,0), + (150124,14187,30,0,0,648.363,-65.2233,41.7405,3.12414,120,120,0,0,3032,0,0,0), + (150125,14188,30,0,0,648.238,-67.8931,41.7405,2.60054,120,120,0,0,3461,0,0,0), + (150126,14282,30,0,0,-1223.44,-309.833,64.9331,4.0131,120,120,0,0,2319,0,0,0), + (150127,14282,30,0,0,-1226.4,-307.136,64.9706,4.0145,120,120,0,0,2319,0,0,0), + (150128,14283,30,0,0,356.001,-389.969,-0.438796,3.0334,120,120,0,0,3421,0,0,0), + (150129,14283,30,0,0,355.835,-394.005,-0.60149,3.02498,120,120,0,0,3421,0,0,0), + (150130,14283,30,0,0,882.266,-496.378,96.7707,4.83248,120,120,0,0,3421,0,0,0), + (150131,14283,30,0,0,878.649,-495.917,96.6171,4.67693,120,120,0,0,3421,0,0,0), + (150132,14283,30,0,0,932.851,-511.017,93.6748,3.61004,120,120,0,0,3421,0,0,0), + (150133,14283,30,0,0,935.806,-513.983,93.7436,3.61788,120,120,0,0,3421,0,0,0), + (150134,14284,30,0,0,947.412,-509.982,95.1098,2.82743,120,120,0,0,9563,0,0,0), + (150135,14284,30,0,0,934.557,-512.395,93.662,3.61004,120,120,0,0,9563,0,0,0), + (150136,14284,30,0,0,939.42,-502.777,94.5887,5.14872,120,120,0,0,9563,0,0,0), + (150137,14284,30,0,0,854.276,-494.241,96.8017,5.44543,120,120,0,0,9563,0,0,0), + (150138,14284,30,0,0,776.621,-487.775,99.4049,3.50811,120,120,0,0,9563,0,0,0), + (150139,14284,30,0,0,880.169,-495.699,96.6204,4.8325,120,120,0,0,9563,0,0,0), + (150140,14284,30,0,0,775.751,-496.893,99.337,2.11185,120,120,0,0,9563,0,0,0), + (150141,14284,30,0,0,949.1,-506.913,95.4237,3.31613,120,120,0,0,9563,0,0,0), + (150142,11948,30,0,0,722.43,-10.9982,50.7046,3.42085,120,120,0,0,160587,0,0,0), + (150143,11946,30,0,0,-1370.9,-219.793,98.4258,5.04381,120,120,0,0,158400,0,0,0), + (150144,11949,30,0,0,-57.7891,-286.597,15.6479,6.02139,86400,86400,0,0,108615,0,0,0), + (150145,11947,30,0,0,-544.134,-167.923,57.0122,6.28171,86400,86400,0,0,124061,0,0,0), + (150146,14763,30,0,0,721.104,-7.64155,50.7046,3.45575,120,120,0,0,26500,0,0,0), + (150147,14762,30,0,0,723.058,-14.1548,50.7046,3.40339,120,120,0,0,61800,0,0,0), + (150148,14764,30,0,0,715.691,-4.72233,50.2187,3.47321,120,120,0,0,59071,0,0,0), + (150149,14765,30,0,0,720.046,-19.9413,50.2187,3.36849,120,120,0,0,56083,0,0,0), + (150150,14773,30,0,0,-1363.99,-221.99,98.4053,4.93012,120,120,0,0,60900,0,0,0), + (150151,14776,30,0,0,-1370.96,-223.532,98.4266,4.93012,120,120,0,0,58547,0,0,0), + (150152,14772,30,0,0,-1378.37,-228.614,99.3546,5.38565,120,120,0,0,60489,0,0,0), + (150153,14777,30,0,0,-1358.02,-228.998,98.868,3.87768,120,120,0,0,60076,0,0,0), + (150154,11997,30,0,0,930.498,-520.755,93.7334,1.8326,120,120,0,0,3857,0,0,0), + (150155,11997,30,0,0,-1539.03,-763.518,-0.000621079,1.17101,120,120,0,0,3857,0,0,0), + (150156,12050,30,0,0,635.17,-29.5594,46.5056,4.81711,120,120,0,0,2823,0,0,0), + (150157,12050,30,0,0,642.488,-32.9437,46.365,4.67748,120,120,0,0,2823,0,0,0), + (150158,12050,30,0,0,642.326,-27.9442,46.9211,4.59022,120,120,0,0,2823,0,0,0), + (150159,12050,30,0,0,635.945,-33.6171,45.7164,4.97419,120,120,0,0,2823,0,0,0), + (150160,12050,30,0,0,669.272,-297.304,30.291,4.66604,120,120,0,0,2823,0,0,0), + (150161,12050,30,0,0,674.08,-292.328,30.4817,0.0918785,120,120,0,0,2823,0,0,0), + (150162,12050,30,0,0,667.01,-288.532,29.8809,1.81583,120,120,0,0,2823,0,0,0), + (150163,12050,30,0,0,664.153,-294.042,30.2851,3.28531,120,120,0,0,2823,0,0,0), + (150164,12050,30,0,0,81.7027,-406.135,47.7843,0.598464,120,120,0,0,2823,0,0,0), + (150165,12050,30,0,0,78.1431,-409.215,48.0401,5.05953,120,120,0,0,2823,0,0,0), + (150166,12050,30,0,0,73.4135,-407.035,46.7527,3.34736,120,120,0,0,2823,0,0,0), + (150167,12050,30,0,0,78.2258,-401.859,46.4202,2.05852,120,120,0,0,2823,0,0,0), + (150168,12050,30,0,0,-207.412,-110.616,78.7959,2.43251,120,120,0,0,2823,0,0,0), + (150169,12050,30,0,0,-197.95,-112.205,78.5686,6.22441,120,120,0,0,2823,0,0,0), + (150170,12050,30,0,0,-202.709,-116.829,78.4358,5.13742,120,120,0,0,2823,0,0,0), + (150171,12050,30,0,0,-202.059,-108.314,78.5783,5.91968,120,120,0,0,2823,0,0,0), + (150172,12050,30,0,0,-615.501,-393.802,60.4299,3.06147,120,120,0,0,2823,0,0,0), + (150173,12050,30,0,0,-608.513,-392.717,62.5724,2.06323,120,120,0,0,2823,0,0,0), + (150174,12050,30,0,0,-609.769,-400.072,60.7174,5.22367,120,120,0,0,2823,0,0,0), + (150175,12050,30,0,0,-616.093,-398.293,60.5628,3.73613,120,120,0,0,2823,0,0,0), + (150176,12050,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,120,0,0,2823,0,0,0), + (150177,12050,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,120,0,0,2823,0,0,0), + (150178,12050,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,120,0,0,2823,0,0,0), + (150179,12050,30,0,0,-1081.58,-344.63,55.256,4.75636,120,120,0,0,2823,0,0,0), + (150180,12050,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,120,0,0,2823,0,0,0), + (150181,12050,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,120,0,0,2823,0,0,0), + (150182,12050,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,120,0,0,2823,0,0,0), + (150183,12050,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,120,0,0,2823,0,0,0), + (150184,13326,30,0,0,635.17,-29.5594,46.5056,4.81711,120,120,5,0,3690,0,0,1), + (150185,13326,30,0,0,642.488,-32.9437,46.365,4.67748,120,120,5,0,3690,0,0,1), + (150186,13326,30,0,0,642.326,-27.9442,46.9211,4.59022,120,120,5,0,3690,0,0,1), + (150187,13326,30,0,0,635.945,-33.6171,45.7164,4.97419,120,120,5,0,3690,0,0,1), + (150188,13326,30,0,0,669.272,-297.304,30.291,4.66604,120,120,5,0,3690,0,0,1), + (150189,13326,30,0,0,674.08,-292.328,30.4817,0.0918785,120,120,5,0,3690,0,0,1), + (150190,13326,30,0,0,667.01,-288.532,29.8809,1.81583,120,120,5,0,3690,0,0,1), + (150191,13326,30,0,0,664.153,-294.042,30.2851,3.28531,120,120,5,0,3690,0,0,1), + (150192,13326,30,0,0,81.7027,-406.135,47.7843,0.598464,120,120,5,0,3690,0,0,1), + (150193,13326,30,0,0,78.1431,-409.215,48.0401,5.05953,120,120,5,0,3690,0,0,1), + (150194,13326,30,0,0,73.4135,-407.035,46.7527,3.34736,120,120,5,0,3690,0,0,1), + (150195,13326,30,0,0,78.2258,-401.859,46.4202,2.05852,120,120,5,0,3690,0,0,1), + (150196,13326,30,0,0,-207.412,-110.616,78.7959,2.43251,120,120,5,0,3690,0,0,1), + (150197,13326,30,0,0,-197.95,-112.205,78.5686,6.22441,120,120,5,0,3690,0,0,1), + (150198,13326,30,0,0,-202.709,-116.829,78.4358,5.13742,120,120,5,0,3690,0,0,1), + (150199,13326,30,0,0,-202.059,-108.314,78.5783,5.91968,120,120,5,0,3690,0,0,1), + (150200,13326,30,0,0,-615.501,-393.802,60.4299,3.06147,120,120,5,0,3690,0,0,1), + (150201,13326,30,0,0,-608.513,-392.717,62.5724,2.06323,120,120,5,0,3690,0,0,1), + (150202,13326,30,0,0,-609.769,-400.072,60.7174,5.22367,120,120,5,0,3690,0,0,1), + (150203,13326,30,0,0,-616.093,-398.293,60.5628,3.73613,120,120,5,0,3690,0,0,1), + (150204,13326,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,120,5,0,3690,0,0,1), + (150205,13326,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,120,5,0,3690,0,0,1), + (150206,13326,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,120,5,0,3690,0,0,1), + (150207,13326,30,0,0,-1081.58,-344.63,55.256,4.75636,120,120,5,0,3690,0,0,1), + (150208,13326,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,120,5,0,3690,0,0,1), + (150209,13326,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,120,5,0,3690,0,0,1), + (150210,13326,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,120,5,0,3690,0,0,1), + (150211,13326,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,120,5,0,3690,0,0,1), + (150212,13331,30,0,0,635.17,-29.5594,46.5056,4.81711,120,120,0,0,3732,0,0,0), + (150213,13331,30,0,0,642.488,-32.9437,46.365,4.67748,120,120,0,0,3732,0,0,0), + (150214,13331,30,0,0,642.326,-27.9442,46.9211,4.59022,120,120,0,0,3732,0,0,0), + (150215,13331,30,0,0,635.945,-33.6171,45.7164,4.97419,120,120,0,0,3732,0,0,0), + (150216,13331,30,0,0,669.272,-297.304,30.291,4.66604,120,120,0,0,3732,0,0,0), + (150217,13331,30,0,0,674.08,-292.328,30.4817,0.0918785,120,120,0,0,3732,0,0,0), + (150218,13331,30,0,0,667.01,-288.532,29.8809,1.81583,120,120,0,0,3732,0,0,0), + (150219,13331,30,0,0,664.153,-294.042,30.2851,3.28531,120,120,0,0,3732,0,0,0), + (150220,13331,30,0,0,81.7027,-406.135,47.7843,0.598464,120,120,0,0,3732,0,0,0), + (150221,13331,30,0,0,78.1431,-409.215,48.0401,5.05953,120,120,0,0,3732,0,0,0), + (150222,13331,30,0,0,73.4135,-407.035,46.7527,3.34736,120,120,0,0,3732,0,0,0), + (150223,13331,30,0,0,78.2258,-401.859,46.4202,2.05852,120,120,0,0,3732,0,0,0), + (150224,13331,30,0,0,-207.412,-110.616,78.7959,2.43251,120,120,0,0,3732,0,0,0), + (150225,13331,30,0,0,-197.95,-112.205,78.5686,6.22441,120,120,0,0,3732,0,0,0), + (150226,13331,30,0,0,-202.709,-116.829,78.4358,5.13742,120,120,0,0,3732,0,0,0), + (150227,13331,30,0,0,-202.059,-108.314,78.5783,5.91968,120,120,0,0,3732,0,0,0), + (150228,13331,30,0,0,-615.501,-393.802,60.4299,3.06147,120,120,0,0,3732,0,0,0), + (150229,13331,30,0,0,-608.513,-392.717,62.5724,2.06323,120,120,0,0,3732,0,0,0), + (150230,13331,30,0,0,-609.769,-400.072,60.7174,5.22367,120,120,0,0,3732,0,0,0), + (150231,13331,30,0,0,-616.093,-398.293,60.5628,3.73613,120,120,0,0,3732,0,0,0), + (150232,13331,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,120,0,0,3732,0,0,0), + (150233,13331,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,120,0,0,3732,0,0,0), + (150234,13331,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,120,0,0,3732,0,0,0), + (150235,13331,30,0,0,-1081.58,-344.63,55.256,4.75636,120,120,0,0,3732,0,0,0), + (150236,13331,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,120,0,0,3732,0,0,0), + (150237,13331,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,120,0,0,3732,0,0,0), + (150238,13331,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,120,0,0,3732,0,0,0), + (150239,13331,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,120,0,0,3732,0,0,0), + (150240,13422,30,0,0,635.17,-29.5594,46.5056,4.81711,120,120,0,0,4158,0,0,0), + (150241,13422,30,0,0,642.488,-32.9437,46.365,4.67748,120,120,0,0,4158,0,0,0), + (150242,13422,30,0,0,642.326,-27.9442,46.9211,4.59022,120,120,0,0,4158,0,0,0), + (150243,13422,30,0,0,635.945,-33.6171,45.7164,4.97419,120,120,0,0,4158,0,0,0), + (150244,13422,30,0,0,669.272,-297.304,30.291,4.66604,120,120,0,0,4158,0,0,0), + (150245,13422,30,0,0,674.08,-292.328,30.4817,0.0918785,120,120,0,0,4158,0,0,0), + (150246,13422,30,0,0,667.01,-288.532,29.8809,1.81583,120,120,0,0,4158,0,0,0), + (150247,13422,30,0,0,664.153,-294.042,30.2851,3.28531,120,120,0,0,4158,0,0,0), + (150248,13422,30,0,0,81.7027,-406.135,47.7843,0.598464,120,120,0,0,4158,0,0,0), + (150249,13422,30,0,0,78.1431,-409.215,48.0401,5.05953,120,120,0,0,4158,0,0,0), + (150250,13422,30,0,0,73.4135,-407.035,46.7527,3.34736,120,120,0,0,4158,0,0,0), + (150251,13422,30,0,0,78.2258,-401.859,46.4202,2.05852,120,120,0,0,4158,0,0,0), + (150252,13422,30,0,0,-207.412,-110.616,78.7959,2.43251,120,120,0,0,4158,0,0,0), + (150253,13422,30,0,0,-197.95,-112.205,78.5686,6.22441,120,120,0,0,4158,0,0,0), + (150254,13422,30,0,0,-202.709,-116.829,78.4358,5.13742,120,120,0,0,4158,0,0,0), + (150255,13422,30,0,0,-202.059,-108.314,78.5783,5.91968,120,120,0,0,4158,0,0,0), + (150256,13422,30,0,0,-615.501,-393.802,60.4299,3.06147,120,120,0,0,4158,0,0,0), + (150257,13422,30,0,0,-608.513,-392.717,62.5724,2.06323,120,120,0,0,4158,0,0,0), + (150258,13422,30,0,0,-609.769,-400.072,60.7174,5.22367,120,120,0,0,4158,0,0,0), + (150259,13422,30,0,0,-616.093,-398.293,60.5628,3.73613,120,120,0,0,4158,0,0,0), + (150260,13422,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,120,0,0,4158,0,0,0), + (150261,13422,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,120,0,0,4158,0,0,0), + (150262,13422,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,120,0,0,4158,0,0,0), + (150263,13422,30,0,0,-1081.58,-344.63,55.256,4.75636,120,120,0,0,4158,0,0,0), + (150264,13422,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,120,0,0,4158,0,0,0), + (150265,13422,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,120,0,0,4158,0,0,0), + (150266,13422,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,120,0,0,4158,0,0,0), + (150267,13422,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,120,0,0,4158,0,0,0), + (150268,12053,30,0,0,635.17,-29.5594,46.5056,4.81711,120,120,0,0,2046,0,0,0), + (150269,12053,30,0,0,642.488,-32.9437,46.365,4.67748,120,120,0,0,2046,0,0,0), + (150270,12053,30,0,0,642.326,-27.9442,46.9211,4.59022,120,120,0,0,2046,0,0,0), + (150271,12053,30,0,0,635.945,-33.6171,45.7164,4.97419,120,120,0,0,2046,0,0,0), + (150272,12053,30,0,0,669.272,-297.304,30.291,4.66604,120,120,0,0,2046,0,0,0), + (150273,12053,30,0,0,674.08,-292.328,30.4817,0.0918785,120,120,0,0,2046,0,0,0), + (150274,12053,30,0,0,667.01,-288.532,29.8809,1.81583,120,120,0,0,2046,0,0,0), + (150275,12053,30,0,0,664.153,-294.042,30.2851,3.28531,120,120,0,0,2046,0,0,0), + (150276,12053,30,0,0,81.7027,-406.135,47.7843,0.598464,120,120,0,0,2046,0,0,0), + (150277,12053,30,0,0,78.1431,-409.215,48.0401,5.05953,120,120,0,0,2046,0,0,0), + (150278,12053,30,0,0,73.4135,-407.035,46.7527,3.34736,120,120,0,0,2046,0,0,0), + (150279,12053,30,0,0,78.2258,-401.859,46.4202,2.05852,120,120,0,0,2046,0,0,0), + (150280,12053,30,0,0,-207.412,-110.616,78.7959,2.43251,120,120,0,0,2046,0,0,0), + (150281,12053,30,0,0,-197.95,-112.205,78.5686,6.22441,120,120,0,0,2046,0,0,0), + (150282,12053,30,0,0,-202.709,-116.829,78.4358,5.13742,120,120,0,0,2046,0,0,0), + (150283,12053,30,0,0,-202.059,-108.314,78.5783,5.91968,120,120,0,0,2046,0,0,0), + (150284,12053,30,0,0,-615.501,-393.802,60.4299,3.06147,120,120,0,0,2046,0,0,0), + (150285,12053,30,0,0,-608.513,-392.717,62.5724,2.06323,120,120,0,0,2046,0,0,0), + (150286,12053,30,0,0,-609.769,-400.072,60.7174,5.22367,120,120,0,0,2046,0,0,0), + (150287,12053,30,0,0,-616.093,-398.293,60.5628,3.73613,120,120,0,0,2046,0,0,0), + (150288,12053,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,120,0,0,2046,0,0,0), + (150289,12053,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,120,0,0,2046,0,0,0), + (150290,12053,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,120,0,0,2046,0,0,0), + (150291,12053,30,0,0,-1081.58,-344.63,55.256,4.75636,120,120,0,0,2046,0,0,0), + (150292,12053,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,120,0,0,2046,0,0,0), + (150293,12053,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,120,0,0,2046,0,0,0), + (150294,12053,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,120,0,0,2046,0,0,0), + (150295,12053,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,120,0,0,2046,0,0,0), + (150296,13328,30,0,0,635.17,-29.5594,46.5056,4.81711,120,120,5,0,2295,0,0,1), + (150297,13328,30,0,0,642.488,-32.9437,46.365,4.67748,120,120,5,0,2295,0,0,1), + (150298,13328,30,0,0,642.326,-27.9442,46.9211,4.59022,120,120,5,0,2295,0,0,1), + (150299,13328,30,0,0,635.945,-33.6171,45.7164,4.97419,120,120,5,0,2295,0,0,1), + (150300,13328,30,0,0,669.272,-297.304,30.291,4.66604,120,120,5,0,2295,0,0,1), + (150301,13328,30,0,0,674.08,-292.328,30.4817,0.0918785,120,120,5,0,2295,0,0,1), + (150302,13328,30,0,0,667.01,-288.532,29.8809,1.81583,120,120,5,0,2295,0,0,1), + (150303,13328,30,0,0,664.153,-294.042,30.2851,3.28531,120,120,5,0,2295,0,0,1), + (150304,13328,30,0,0,81.7027,-406.135,47.7843,0.598464,120,120,5,0,2295,0,0,1), + (150305,13328,30,0,0,78.1431,-409.215,48.0401,5.05953,120,120,5,0,2295,0,0,1), + (150306,13328,30,0,0,73.4135,-407.035,46.7527,3.34736,120,120,5,0,2295,0,0,1), + (150307,13328,30,0,0,78.2258,-401.859,46.4202,2.05852,120,120,5,0,2295,0,0,1), + (150308,13328,30,0,0,-207.412,-110.616,78.7959,2.43251,120,120,5,0,2295,0,0,1), + (150309,13328,30,0,0,-197.95,-112.205,78.5686,6.22441,120,120,5,0,2295,0,0,1), + (150310,13328,30,0,0,-202.709,-116.829,78.4358,5.13742,120,120,5,0,2295,0,0,1), + (150311,13328,30,0,0,-202.059,-108.314,78.5783,5.91968,120,120,5,0,2295,0,0,1), + (150312,13328,30,0,0,-615.501,-393.802,60.4299,3.06147,120,120,5,0,2295,0,0,1), + (150313,13328,30,0,0,-608.513,-392.717,62.5724,2.06323,120,120,5,0,2295,0,0,1), + (150314,13328,30,0,0,-609.769,-400.072,60.7174,5.22367,120,120,5,0,2295,0,0,1), + (150315,13328,30,0,0,-616.093,-398.293,60.5628,3.73613,120,120,5,0,2295,0,0,1), + (150316,13328,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,120,5,0,2295,0,0,1), + (150317,13328,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,120,5,0,2295,0,0,1), + (150318,13328,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,120,5,0,2295,0,0,1), + (150319,13328,30,0,0,-1081.58,-344.63,55.256,4.75636,120,120,5,0,2295,0,0,1), + (150320,13328,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,120,5,0,2295,0,0,1), + (150321,13328,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,120,5,0,2295,0,0,1), + (150322,13328,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,120,5,0,2295,0,0,1), + (150323,13328,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,120,5,0,2295,0,0,1), + (150324,13332,30,0,0,635.17,-29.5594,46.5056,4.81711,120,120,5,0,3191,0,0,1), + (150325,13332,30,0,0,642.488,-32.9437,46.365,4.67748,120,120,5,0,3191,0,0,1), + (150326,13332,30,0,0,642.326,-27.9442,46.9211,4.59022,120,120,5,0,3191,0,0,1), + (150327,13332,30,0,0,635.945,-33.6171,45.7164,4.97419,120,120,5,0,3191,0,0,1), + (150328,13332,30,0,0,669.272,-297.304,30.291,4.66604,120,120,5,0,3191,0,0,1), + (150329,13332,30,0,0,674.08,-292.328,30.4817,0.0918785,120,120,5,0,3191,0,0,1), + (150330,13332,30,0,0,667.01,-288.532,29.8809,1.81583,120,120,5,0,3191,0,0,1), + (150331,13332,30,0,0,664.153,-294.042,30.2851,3.28531,120,120,5,0,3191,0,0,1), + (150332,13332,30,0,0,81.7027,-406.135,47.7843,0.598464,120,120,5,0,3191,0,0,1), + (150333,13332,30,0,0,78.1431,-409.215,48.0401,5.05953,120,120,5,0,3191,0,0,1), + (150334,13332,30,0,0,73.4135,-407.035,46.7527,3.34736,120,120,5,0,3191,0,0,1), + (150335,13332,30,0,0,78.2258,-401.859,46.4202,2.05852,120,120,5,0,3191,0,0,1), + (150336,13332,30,0,0,-207.412,-110.616,78.7959,2.43251,120,120,5,0,3191,0,0,1), + (150337,13332,30,0,0,-197.95,-112.205,78.5686,6.22441,120,120,5,0,3191,0,0,1), + (150338,13332,30,0,0,-202.709,-116.829,78.4358,5.13742,120,120,5,0,3191,0,0,1), + (150339,13332,30,0,0,-202.059,-108.314,78.5783,5.91968,120,120,5,0,3191,0,0,1), + (150340,13332,30,0,0,-615.501,-393.802,60.4299,3.06147,120,120,5,0,3191,0,0,1), + (150341,13332,30,0,0,-608.513,-392.717,62.5724,2.06323,120,120,5,0,3191,0,0,1), + (150342,13332,30,0,0,-609.769,-400.072,60.7174,5.22367,120,120,5,0,3191,0,0,1), + (150343,13332,30,0,0,-616.093,-398.293,60.5628,3.73613,120,120,5,0,3191,0,0,1), + (150344,13332,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,120,5,0,3191,0,0,1), + (150345,13332,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,120,5,0,3191,0,0,1), + (150346,13332,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,120,5,0,3191,0,0,1), + (150347,13332,30,0,0,-1081.58,-344.63,55.256,4.75636,120,120,5,0,3191,0,0,1), + (150348,13332,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,120,5,0,3191,0,0,1), + (150349,13332,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,120,5,0,3191,0,0,1), + (150350,13332,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,120,5,0,3191,0,0,1), + (150351,13332,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,120,5,0,3191,0,0,1), + (150352,13421,30,0,0,635.17,-29.5594,46.5056,4.81711,120,120,5,0,3607,0,0,1), + (150353,13421,30,0,0,642.488,-32.9437,46.365,4.67748,120,120,5,0,3607,0,0,1), + (150354,13421,30,0,0,642.326,-27.9442,46.9211,4.59022,120,120,5,0,3607,0,0,1), + (150355,13421,30,0,0,635.945,-33.6171,45.7164,4.97419,120,120,5,0,3607,0,0,1), + (150356,13421,30,0,0,669.272,-297.304,30.291,4.66604,120,120,5,0,3607,0,0,1), + (150357,13421,30,0,0,674.08,-292.328,30.4817,0.0918785,120,120,5,0,3607,0,0,1), + (150358,13421,30,0,0,667.01,-288.532,29.8809,1.81583,120,120,5,0,3607,0,0,1), + (150359,13421,30,0,0,664.153,-294.042,30.2851,3.28531,120,120,5,0,3607,0,0,1), + (150360,13421,30,0,0,81.7027,-406.135,47.7843,0.598464,120,120,5,0,3607,0,0,1), + (150361,13421,30,0,0,78.1431,-409.215,48.0401,5.05953,120,120,5,0,3607,0,0,1), + (150362,13421,30,0,0,73.4135,-407.035,46.7527,3.34736,120,120,5,0,3607,0,0,1), + (150363,13421,30,0,0,78.2258,-401.859,46.4202,2.05852,120,120,5,0,3607,0,0,1), + (150364,13421,30,0,0,-207.412,-110.616,78.7959,2.43251,120,120,5,0,3607,0,0,1), + (150365,13421,30,0,0,-197.95,-112.205,78.5686,6.22441,120,120,5,0,3607,0,0,1), + (150366,13421,30,0,0,-202.709,-116.829,78.4358,5.13742,120,120,5,0,3607,0,0,1), + (150367,13421,30,0,0,-202.059,-108.314,78.5783,5.91968,120,120,5,0,3607,0,0,1), + (150368,13421,30,0,0,-615.501,-393.802,60.4299,3.06147,120,120,5,0,3607,0,0,1), + (150369,13421,30,0,0,-608.513,-392.717,62.5724,2.06323,120,120,5,0,3607,0,0,1), + (150370,13421,30,0,0,-609.769,-400.072,60.7174,5.22367,120,120,5,0,3607,0,0,1), + (150371,13421,30,0,0,-616.093,-398.293,60.5628,3.73613,120,120,5,0,3607,0,0,1), + (150372,13421,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,120,5,0,3607,0,0,1), + (150373,13421,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,120,5,0,3607,0,0,1), + (150374,13421,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,120,5,0,3607,0,0,1), + (150375,13421,30,0,0,-1081.58,-344.63,55.256,4.75636,120,120,5,0,3607,0,0,1), + (150376,13421,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,120,5,0,3607,0,0,1), + (150377,13421,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,120,5,0,3607,0,0,1), + (150378,13421,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,120,5,0,3607,0,0,1), + (150379,13421,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,120,5,0,3607,0,0,1), + (150380,13116,30,0,0,643,44,69.7402,-0.001854,120,120,0,0,8609,7860,0,0), + (150381,13116,30,0,0,676,-374,30,-0.001854,120,120,0,0,8609,7860,0,0), + (150382,13116,30,0,0,73.4178,-496.433,48.7319,-0.001854,120,120,0,0,8609,7860,0,0), + (150383,13116,30,0,0,-157.409,31.2063,77.0506,-0.001854,120,120,0,0,8609,7860,0,0), + (150384,13116,30,0,0,-531.218,-405.231,49.5514,-0.001854,120,120,0,0,8609,7860,0,0), + (150385,13116,30,0,0,-1090.48,-253.309,57.6724,-0.001854,120,120,0,0,8609,7860,0,0), + (150386,13116,30,0,0,-1496.07,-333.338,101.135,-0.001854,120,120,0,0,8609,7860,0,0), + (150387,13117,30,0,0,643,44,69.7402,-0.001854,120,120,0,0,8609,7860,0,0), + (150388,13117,30,0,0,676,-374,30,-0.001854,120,120,0,0,8609,7860,0,0), + (150389,13117,30,0,0,73.4178,-496.433,48.7319,-0.001854,120,120,0,0,8609,7860,0,0), + (150390,13117,30,0,0,-157.409,31.2063,77.0506,-0.001854,120,120,0,0,8609,7860,0,0), + (150391,13117,30,0,0,-531.218,-405.231,49.5514,-0.001854,120,120,0,0,8609,7860,0,0), + (150392,13117,30,0,0,-1090.48,-253.309,57.6724,-0.001854,120,120,0,0,8609,7860,0,0), + (150393,13117,30,0,0,-1496.07,-333.338,101.135,-0.001854,120,120,0,0,8609,7860,0,0), + (150394,13116,30,0,0,873.002,-491.284,96.5419,-0.001854,120,120,0,0,8609,7860,0,0), + (150395,13117,30,0,0,-1437.67,-610.089,51.1619,-0.001854,120,120,0,0,8609,7860,0,0), + (150396,13358,30,0,0,569.395,-101.064,52.8296,2.34974,120,120,0,0,4666,0,0,0), + (150397,13358,30,0,0,574.85,-92.9842,52.5869,3.09325,120,120,0,0,4666,0,0,0), + (150398,13358,30,0,0,575.411,-83.597,52.3626,6.26573,120,120,0,0,4666,0,0,0), + (150399,13358,30,0,0,571.352,-75.6582,52.479,0.523599,120,120,0,0,4666,0,0,0), + (150400,13358,30,0,0,668.6,-122.53,64.12,2.34,120,120,0,0,4666,0,0,0), + (150401,13358,30,0,0,662.253,-129.105,64.1794,2.77507,120,120,0,0,4666,0,0,0), + (150402,13358,30,0,0,661.209,-138.877,64.2251,3.38594,120,120,0,0,4666,0,0,0), + (150403,13358,30,0,0,665.481,-146.857,64.1271,3.75246,120,120,0,0,4666,0,0,0), + (150404,13358,30,0,0,225.228,-368.909,56.9983,6.23806,120,120,0,0,4666,0,0,0), + (150405,13358,30,0,0,191.36,-369.899,57.1524,3.24631,120,120,0,0,4666,0,0,0), + (150406,13358,30,0,0,215.518,-384.019,56.9889,5.09636,120,120,0,0,4666,0,0,0), + (150407,13358,30,0,0,199.625,-382.177,56.8691,4.08407,120,120,0,0,4666,0,0,0), + (150408,13358,30,0,0,-172.851,-452.366,40.8725,3.31829,120,120,0,0,4666,0,0,0), + (150409,13358,30,0,0,-147.147,-435.053,40.8022,0.599238,120,120,0,0,4666,0,0,0), + (150410,13358,30,0,0,-169.456,-440.325,40.985,2.59101,120,120,0,0,4666,0,0,0), + (150411,13358,30,0,0,-163.494,-434.904,41.0725,1.84174,120,120,0,0,4666,0,0,0), + (150412,13359,30,0,0,-573.522,-271.854,75.0078,3.9619,120,120,0,0,4431,0,0,0), + (150413,13359,30,0,0,-565.616,-269.051,74.9952,5.02655,120,120,0,0,4431,0,0,0), + (150414,13359,30,0,0,-562.825,-261.087,74.9898,5.95157,120,120,0,0,4431,0,0,0), + (150415,13359,30,0,0,-569.176,-254.446,74.8771,0.820305,120,120,0,0,4431,0,0,0), + (150416,13359,30,0,0,-763.04,-371.032,90.7933,5.25979,120,120,0,0,4431,0,0,0), + (150417,13359,30,0,0,-759.764,-358.264,90.8681,0.289795,120,120,0,0,4431,0,0,0), + (150418,13359,30,0,0,-768.808,-353.056,90.8811,1.52601,120,120,0,0,4431,0,0,0), + (150419,13359,30,0,0,-775.944,-362.639,90.8949,2.59573,120,120,0,0,4431,0,0,0), + (150420,13359,30,0,0,-1294.13,-313.045,107.328,0.270162,120,120,0,0,4431,0,0,0), + (150421,13359,30,0,0,-1306.5,-308.105,113.767,1.78755,120,120,0,0,4431,0,0,0), + (150422,13359,30,0,0,-1294.78,-319.966,113.79,5.94545,120,120,0,0,4431,0,0,0), + (150423,13359,30,0,0,-1294.83,-312.241,113.799,0.295293,120,120,0,0,4431,0,0,0), + (150424,13359,30,0,0,-1300.96,-275.111,114.058,4.12804,120,120,0,0,4431,0,0,0), + (150425,13359,30,0,0,-1302.41,-259.256,114.065,1.67602,120,120,0,0,4431,0,0,0), + (150426,13359,30,0,0,-1287.97,-262.087,114.165,6.18264,120,120,0,0,4431,0,0,0), + (150427,13359,30,0,0,-1291.59,-271.166,114.151,5.28257,120,120,0,0,4431,0,0,0), + (150428,11603,30,0,0,-917.648,-46.8922,77.0872,5.27089,120,120,0,0,5244,0,0,0), + (150429,11603,30,0,0,-912.689,-45.4494,76.2277,4.60767,120,120,0,0,5244,0,0,0), + (150430,11603,30,0,0,-905.455,-84.5179,75.3642,3.29867,120,120,0,0,5244,0,0,0), + (150431,11603,30,0,0,-904.332,-111.509,75.5925,2.47837,120,120,0,0,5244,0,0,0), + (150432,11603,30,0,0,-904.27,-160.419,61.9876,3.61192,120,120,0,0,5244,0,0,0), + (150433,11603,30,0,0,-904.023,-90.4558,75.3706,3.40339,120,120,0,0,5244,0,0,0), + (150434,11603,30,0,0,-978.678,-37.3136,75.8364,2.84489,120,120,0,0,5244,0,0,0), + (150435,11603,30,0,0,-973.076,-36.5013,77.5047,1.0821,120,120,0,0,5244,0,0,0), + (150436,11603,30,0,0,-963.951,-87.734,81.5555,0.575959,120,120,0,0,5244,0,0,0), + (150437,11603,30,0,0,-961.941,-90.7252,81.6629,0.820305,120,120,0,0,5244,0,0,0), + (150438,11603,30,0,0,-957.623,-186.582,66.6021,1.95477,120,120,0,0,5244,0,0,0), + (150439,11603,30,0,0,-952.476,-179.778,78.6771,4.5204,120,120,0,0,5244,0,0,0), + (150440,11603,30,0,0,-950.427,-115.007,79.6127,3.68264,120,120,0,0,5244,0,0,0), + (150441,11603,30,0,0,-950.25,-151.95,79.4598,-1.81423,120,120,0,0,5244,0,0,0), + (150442,11603,30,0,0,-950.169,-188.099,66.6184,5.55015,120,120,0,0,5244,0,0,0), + (150443,11603,30,0,0,-949.944,-142.977,80.5382,2.70526,120,120,0,0,5244,0,0,0), + (150444,11603,30,0,0,-947.854,-170.5,79.7618,0.942478,120,120,0,0,5244,0,0,0), + (150445,11603,30,0,0,-946.738,-139.567,80.0904,2.3911,120,120,0,0,5244,0,0,0), + (150446,11603,30,0,0,-945.503,-65.0654,79.7907,5.02655,120,120,0,0,5244,0,0,0), + (150447,11603,30,0,0,-943.678,-110.986,80.2557,0.959931,120,120,0,0,5244,0,0,0), + (150448,11603,30,0,0,-942.993,-56.9881,79.8915,5.65487,120,120,0,0,5244,0,0,0), + (150449,11603,30,0,0,-938.197,-155.838,61.3111,1.65806,120,120,0,0,5244,0,0,0), + (150450,11603,30,0,0,-930.488,-214.524,72.1431,2.1236,120,120,0,0,5244,0,0,0), + (150451,11603,30,0,0,-929.947,-154.449,61.5084,1.67552,120,120,0,0,5244,0,0,0), + (150452,11603,30,0,0,-927.412,-135.313,61.1987,3.29867,120,120,0,0,5244,0,0,0), + (150453,11603,30,0,0,-920.677,-156.859,62.8033,3.15306,120,120,0,0,5244,0,0,0), + (150454,11603,30,0,0,-916.75,-136.094,62.2357,0.0698132,120,120,0,0,5244,0,0,0), + (150455,11603,30,0,0,-915.319,-132.718,62.562,1.16984,120,120,0,0,5244,0,0,0), + (150456,11603,30,0,0,-913.589,-146.794,76.9366,1.8675,120,120,0,0,5244,0,0,0), + (150457,11603,30,0,0,-907.572,-148.937,76.6898,4.76475,120,120,0,0,5244,0,0,0), + (150458,11603,30,0,0,-902.02,-64.6174,73.9707,1.19169,120,120,0,0,5244,0,0,0), + (150459,11603,30,0,0,-899.489,-61.7252,73.2498,5.09636,120,120,0,0,5244,0,0,0), + (150460,11603,30,0,0,-894.792,-127.141,75.3834,6.14356,120,120,0,0,5244,0,0,0), + (150461,11603,30,0,0,-892.408,-162.525,64.1212,2.69884,120,120,0,0,5244,0,0,0), + (150462,11603,30,0,0,-892.326,-123.158,76.0318,5.5676,120,120,0,0,5244,0,0,0), + (150463,11603,30,0,0,-888.468,-148.462,61.8012,1.65806,120,120,0,0,5244,0,0,0), + (150464,11603,30,0,0,-883.268,-159.738,63.5311,5.20108,120,120,0,0,5244,0,0,0), + (150465,11603,30,0,0,-877.76,-118.07,65.215,2.94961,120,120,0,0,5244,0,0,0), + (150466,11603,30,0,0,-876.792,-128.646,64.1045,3.40339,120,120,0,0,5244,0,0,0), + (150467,11603,30,0,0,-874.901,-36.6579,69.4246,2.00713,120,120,0,0,5244,0,0,0), + (150468,11603,30,0,0,-874.856,-151.351,62.7537,3.57875,120,120,0,0,5244,0,0,0), + (150469,11603,30,0,0,-872.135,-150.08,62.7513,3.57201,120,120,0,0,5244,0,0,0), + (150470,11603,30,0,0,-870.288,-149.217,62.5413,3.56624,120,120,0,0,5244,0,0,0), + (150471,11603,30,0,0,-870.03,-6.27443,70.3867,2.3911,120,120,0,0,5244,0,0,0), + (150472,11603,30,0,0,-869.023,-82.2118,69.5848,3.22886,120,120,0,0,5244,0,0,0), + (150473,11603,30,0,0,-866.354,-40.2455,70.842,0.0698132,120,120,0,0,5244,0,0,0), + (150474,11603,30,0,0,-865.305,-152.302,63.5044,4.86947,120,120,0,0,5244,0,0,0), + (150475,11603,30,0,0,-861.926,-79.0519,71.4178,0.20944,120,120,0,0,5244,0,0,0), + (150476,11603,30,0,0,-857.292,-152.277,63.2114,4.18879,120,120,0,0,5244,0,0,0), + (150477,11603,30,0,0,-853.357,-0.696194,72.0655,0.994838,120,120,0,0,5244,0,0,0), + (150478,13317,30,0,0,-917.648,-46.8922,77.0872,5.27089,120,120,0,0,9298,0,0,0), + (150479,13317,30,0,0,-912.689,-45.4494,76.2277,4.60767,120,120,0,0,9298,0,0,0), + (150480,13317,30,0,0,-905.455,-84.5179,75.3642,3.29867,120,120,0,0,9298,0,0,0), + (150481,13317,30,0,0,-904.332,-111.509,75.5925,2.47837,120,120,0,0,9298,0,0,0), + (150482,13317,30,0,0,-904.27,-160.419,61.9876,3.61192,120,120,0,0,9298,0,0,0), + (150483,13317,30,0,0,-904.023,-90.4558,75.3706,3.40339,120,120,0,0,9298,0,0,0), + (150484,13317,30,0,0,-978.678,-37.3136,75.8364,2.84489,120,120,0,0,9298,0,0,0), + (150485,13317,30,0,0,-973.076,-36.5013,77.5047,1.0821,120,120,0,0,9298,0,0,0), + (150486,13317,30,0,0,-963.951,-87.734,81.5555,0.575959,120,120,0,0,9298,0,0,0), + (150487,13317,30,0,0,-961.941,-90.7252,81.6629,0.820305,120,120,0,0,9298,0,0,0), + (150488,13317,30,0,0,-957.623,-186.582,66.6021,1.95477,120,120,0,0,9298,0,0,0), + (150489,13317,30,0,0,-952.476,-179.778,78.6771,4.5204,120,120,0,0,9298,0,0,0), + (150490,13317,30,0,0,-950.427,-115.007,79.6127,3.68264,120,120,0,0,9298,0,0,0), + (150491,13317,30,0,0,-950.25,-151.95,79.4598,-1.81423,120,120,0,0,9298,0,0,0), + (150492,13317,30,0,0,-950.169,-188.099,66.6184,5.55015,120,120,0,0,9298,0,0,0), + (150493,13317,30,0,0,-949.944,-142.977,80.5382,2.70526,120,120,0,0,9298,0,0,0), + (150494,13317,30,0,0,-947.854,-170.5,79.7618,0.942478,120,120,0,0,9298,0,0,0), + (150495,13317,30,0,0,-946.738,-139.567,80.0904,2.3911,120,120,0,0,9298,0,0,0), + (150496,13317,30,0,0,-945.503,-65.0654,79.7907,5.02655,120,120,0,0,9298,0,0,0), + (150497,13317,30,0,0,-943.678,-110.986,80.2557,0.959931,120,120,0,0,9298,0,0,0), + (150498,13317,30,0,0,-942.993,-56.9881,79.8915,5.65487,120,120,0,0,9298,0,0,0), + (150499,13317,30,0,0,-938.197,-155.838,61.3111,1.65806,120,120,0,0,9298,0,0,0), + (150500,13317,30,0,0,-930.488,-214.524,72.1431,2.1236,120,120,0,0,9298,0,0,0), + (150501,13317,30,0,0,-929.947,-154.449,61.5084,1.67552,120,120,0,0,9298,0,0,0), + (150502,13317,30,0,0,-927.412,-135.313,61.1987,3.29867,120,120,0,0,9298,0,0,0), + (150503,13317,30,0,0,-920.677,-156.859,62.8033,3.15306,120,120,0,0,9298,0,0,0), + (150504,13317,30,0,0,-916.75,-136.094,62.2357,0.0698132,120,120,0,0,9298,0,0,0), + (150505,13317,30,0,0,-915.319,-132.718,62.562,1.16984,120,120,0,0,9298,0,0,0), + (150506,13317,30,0,0,-913.589,-146.794,76.9366,1.8675,120,120,0,0,9298,0,0,0), + (150507,13317,30,0,0,-907.572,-148.937,76.6898,4.76475,120,120,0,0,9298,0,0,0), + (150508,13317,30,0,0,-902.02,-64.6174,73.9707,1.19169,120,120,0,0,9298,0,0,0), + (150509,13317,30,0,0,-899.489,-61.7252,73.2498,5.09636,120,120,0,0,9298,0,0,0), + (150510,13317,30,0,0,-894.792,-127.141,75.3834,6.14356,120,120,0,0,9298,0,0,0), + (150511,13317,30,0,0,-892.408,-162.525,64.1212,2.69884,120,120,0,0,9298,0,0,0), + (150512,13317,30,0,0,-892.326,-123.158,76.0318,5.5676,120,120,0,0,9298,0,0,0), + (150513,13317,30,0,0,-888.468,-148.462,61.8012,1.65806,120,120,0,0,9298,0,0,0), + (150514,13317,30,0,0,-883.268,-159.738,63.5311,5.20108,120,120,0,0,9298,0,0,0), + (150515,13317,30,0,0,-877.76,-118.07,65.215,2.94961,120,120,0,0,9298,0,0,0), + (150516,13317,30,0,0,-876.792,-128.646,64.1045,3.40339,120,120,0,0,9298,0,0,0), + (150517,13317,30,0,0,-874.901,-36.6579,69.4246,2.00713,120,120,0,0,9298,0,0,0), + (150518,13317,30,0,0,-874.856,-151.351,62.7537,3.57875,120,120,0,0,9298,0,0,0), + (150519,13317,30,0,0,-872.135,-150.08,62.7513,3.57201,120,120,0,0,9298,0,0,0), + (150520,13317,30,0,0,-870.288,-149.217,62.5413,3.56624,120,120,0,0,9298,0,0,0), + (150521,13317,30,0,0,-870.03,-6.27443,70.3867,2.3911,120,120,0,0,9298,0,0,0), + (150522,13317,30,0,0,-869.023,-82.2118,69.5848,3.22886,120,120,0,0,9298,0,0,0), + (150523,13317,30,0,0,-866.354,-40.2455,70.842,0.0698132,120,120,0,0,9298,0,0,0), + (150524,13317,30,0,0,-865.305,-152.302,63.5044,4.86947,120,120,0,0,9298,0,0,0), + (150525,13317,30,0,0,-861.926,-79.0519,71.4178,0.20944,120,120,0,0,9298,0,0,0), + (150526,13317,30,0,0,-857.292,-152.277,63.2114,4.18879,120,120,0,0,9298,0,0,0), + (150527,13317,30,0,0,-853.357,-0.696194,72.0655,0.994838,120,120,0,0,9298,0,0,0), + (150528,13316,30,0,0,-917.648,-46.8922,77.0872,5.27089,120,120,0,0,7007,0,0,0), + (150529,13316,30,0,0,-912.689,-45.4494,76.2277,4.60767,120,120,0,0,7007,0,0,0), + (150530,13316,30,0,0,-905.455,-84.5179,75.3642,3.29867,120,120,0,0,7007,0,0,0), + (150531,13316,30,0,0,-904.332,-111.509,75.5925,2.47837,120,120,0,0,7007,0,0,0), + (150532,13316,30,0,0,-904.27,-160.419,61.9876,3.61192,120,120,0,0,7007,0,0,0), + (150533,13316,30,0,0,-904.023,-90.4558,75.3706,3.40339,120,120,0,0,7007,0,0,0), + (150534,13316,30,0,0,-978.678,-37.3136,75.8364,2.84489,120,120,0,0,7007,0,0,0), + (150535,13316,30,0,0,-973.076,-36.5013,77.5047,1.0821,120,120,0,0,7007,0,0,0), + (150536,13316,30,0,0,-963.951,-87.734,81.5555,0.575959,120,120,0,0,7007,0,0,0), + (150537,13316,30,0,0,-961.941,-90.7252,81.6629,0.820305,120,120,0,0,7007,0,0,0), + (150538,13316,30,0,0,-957.623,-186.582,66.6021,1.95477,120,120,0,0,7007,0,0,0), + (150539,13316,30,0,0,-952.476,-179.778,78.6771,4.5204,120,120,0,0,7007,0,0,0), + (150540,13316,30,0,0,-950.427,-115.007,79.6127,3.68264,120,120,0,0,7007,0,0,0), + (150541,13316,30,0,0,-950.25,-151.95,79.4598,-1.81423,120,120,0,0,7007,0,0,0), + (150542,13316,30,0,0,-950.169,-188.099,66.6184,5.55015,120,120,0,0,7007,0,0,0), + (150543,13316,30,0,0,-949.944,-142.977,80.5382,2.70526,120,120,0,0,7007,0,0,0), + (150544,13316,30,0,0,-947.854,-170.5,79.7618,0.942478,120,120,0,0,7007,0,0,0), + (150545,13316,30,0,0,-946.738,-139.567,80.0904,2.3911,120,120,0,0,7007,0,0,0), + (150546,13316,30,0,0,-945.503,-65.0654,79.7907,5.02655,120,120,0,0,7007,0,0,0), + (150547,13316,30,0,0,-943.678,-110.986,80.2557,0.959931,120,120,0,0,7007,0,0,0), + (150548,13316,30,0,0,-942.993,-56.9881,79.8915,5.65487,120,120,0,0,7007,0,0,0), + (150549,13316,30,0,0,-938.197,-155.838,61.3111,1.65806,120,120,0,0,7007,0,0,0), + (150550,13316,30,0,0,-930.488,-214.524,72.1431,2.1236,120,120,0,0,7007,0,0,0), + (150551,13316,30,0,0,-929.947,-154.449,61.5084,1.67552,120,120,0,0,7007,0,0,0), + (150552,13316,30,0,0,-927.412,-135.313,61.1987,3.29867,120,120,0,0,7007,0,0,0), + (150553,13316,30,0,0,-920.677,-156.859,62.8033,3.15306,120,120,0,0,7007,0,0,0), + (150554,13316,30,0,0,-916.75,-136.094,62.2357,0.0698132,120,120,0,0,7007,0,0,0), + (150555,13316,30,0,0,-915.319,-132.718,62.562,1.16984,120,120,0,0,7007,0,0,0), + (150556,13316,30,0,0,-913.589,-146.794,76.9366,1.8675,120,120,0,0,7007,0,0,0), + (150557,13316,30,0,0,-907.572,-148.937,76.6898,4.76475,120,120,0,0,7007,0,0,0), + (150558,13316,30,0,0,-902.02,-64.6174,73.9707,1.19169,120,120,0,0,7007,0,0,0), + (150559,13316,30,0,0,-899.489,-61.7252,73.2498,5.09636,120,120,0,0,7007,0,0,0), + (150560,13316,30,0,0,-894.792,-127.141,75.3834,6.14356,120,120,0,0,7007,0,0,0), + (150561,13316,30,0,0,-892.408,-162.525,64.1212,2.69884,120,120,0,0,7007,0,0,0), + (150562,13316,30,0,0,-892.326,-123.158,76.0318,5.5676,120,120,0,0,7007,0,0,0), + (150563,13316,30,0,0,-888.468,-148.462,61.8012,1.65806,120,120,0,0,7007,0,0,0), + (150564,13316,30,0,0,-883.268,-159.738,63.5311,5.20108,120,120,0,0,7007,0,0,0), + (150565,13316,30,0,0,-877.76,-118.07,65.215,2.94961,120,120,0,0,7007,0,0,0), + (150566,13316,30,0,0,-876.792,-128.646,64.1045,3.40339,120,120,0,0,7007,0,0,0), + (150567,13316,30,0,0,-874.901,-36.6579,69.4246,2.00713,120,120,0,0,7007,0,0,0), + (150568,13316,30,0,0,-874.856,-151.351,62.7537,3.57875,120,120,0,0,7007,0,0,0), + (150569,13316,30,0,0,-872.135,-150.08,62.7513,3.57201,120,120,0,0,7007,0,0,0), + (150570,13316,30,0,0,-870.288,-149.217,62.5413,3.56624,120,120,0,0,7007,0,0,0), + (150571,13316,30,0,0,-870.03,-6.27443,70.3867,2.3911,120,120,0,0,7007,0,0,0), + (150572,13316,30,0,0,-869.023,-82.2118,69.5848,3.22886,120,120,0,0,7007,0,0,0), + (150573,13316,30,0,0,-866.354,-40.2455,70.842,0.0698132,120,120,0,0,7007,0,0,0), + (150574,13316,30,0,0,-865.305,-152.302,63.5044,4.86947,120,120,0,0,7007,0,0,0), + (150575,13316,30,0,0,-861.926,-79.0519,71.4178,0.20944,120,120,0,0,7007,0,0,0), + (150576,13316,30,0,0,-857.292,-152.277,63.2114,4.18879,120,120,0,0,7007,0,0,0), + (150577,13316,30,0,0,-853.357,-0.696194,72.0655,0.994838,120,120,0,0,7007,0,0,0), + (150578,11604,30,0,0,-954.622,-110.958,80.7911,6.24828,120,120,0,0,5850,0,0,0), + (150579,11604,30,0,0,-951.477,-53.9647,80.0235,5.32325,120,120,0,0,5850,0,0,0), + (150580,11604,30,0,0,-946.812,-126.04,78.8601,5.15265,120,120,0,0,5850,0,0,0), + (150581,11604,30,0,0,-940.689,-140.707,79.9225,2.79253,120,120,0,0,5850,0,0,0), + (150582,11604,30,0,0,-933.954,-159.632,60.778,2.56563,120,120,0,0,5850,0,0,0), + (150583,11604,30,0,0,-922.537,-130.291,61.3756,4.95674,120,120,0,0,5850,0,0,0), + (150584,11604,30,0,0,-915.862,-151.74,76.9427,0.942478,120,120,0,0,5850,0,0,0), + (150585,11604,30,0,0,-888.321,-159.831,62.5303,1.20428,120,120,0,0,5850,0,0,0), + (150586,11604,30,0,0,-874.361,-42.4751,69.4316,0.785398,120,120,0,0,5850,0,0,0), + (150587,11604,30,0,0,-873.19,-50.4899,70.0568,-2.41288,120,120,0,0,5850,0,0,0), + (150588,11604,30,0,0,-868.511,-148.386,62.3547,3.57875,120,120,0,0,5850,0,0,0), + (150589,11604,30,0,0,-868.44,-121.649,64.5056,3.33358,120,120,0,0,5850,0,0,0), + (150590,11604,30,0,0,-868.324,-77.7196,71.4768,5.41052,120,120,0,0,5850,0,0,0), + (150591,11604,30,0,0,-859.846,-19.6549,70.7304,1.97222,120,120,0,0,5850,0,0,0), + (150592,11604,30,0,0,-828.05,-150.508,62.2019,2.14675,120,120,0,0,5850,0,0,0), + (150593,11604,30,0,0,-826.254,-58.6911,72.0041,3.68264,120,120,0,0,5850,0,0,0), + (150594,11604,30,0,0,-976.086,-44.1775,76.029,1.46608,120,120,0,0,5850,0,0,0), + (150595,11604,30,0,0,-971.864,-87.4223,81.4954,5.8294,120,120,0,0,5850,0,0,0), + (150596,11604,30,0,0,-966.551,-74.1111,80.0243,4.2129,120,120,0,0,5850,0,0,0), + (150597,11604,30,0,0,-958.509,-173.652,77.9013,6.24828,120,120,0,0,5850,0,0,0), + (150598,11604,30,0,0,-951.511,-181.242,65.529,4.39823,120,120,0,0,5850,0,0,0), + (150599,11604,30,0,0,-940.967,-186.243,77.698,1.28164,120,120,0,0,5850,0,0,0), + (150600,11604,30,0,0,-930.004,-65.0898,79.077,0.0581657,120,120,0,0,5850,0,0,0), + (150601,11604,30,0,0,-920.864,-40.2009,78.256,5.16617,120,120,0,0,5850,0,0,0), + (150602,11604,30,0,0,-919.089,-148.021,62.0317,2.59327,120,120,0,0,5850,0,0,0), + (150603,11604,30,0,0,-901.516,-116.329,75.6876,0.471239,120,120,0,0,5850,0,0,0), + (150604,11604,30,0,0,-897.864,-84.4348,74.083,3.00197,120,120,0,0,5850,0,0,0), + (150605,11604,30,0,0,-897.617,-52.0457,71.9503,4.36332,120,120,0,0,5850,0,0,0), + (150606,11604,30,0,0,-894.891,-153.951,61.6827,3.23569,120,120,0,0,5850,0,0,0), + (150607,11604,30,0,0,-893.933,-111.625,75.6591,4.22536,120,120,0,0,5850,0,0,0), + (150608,11604,30,0,0,-883.265,-152.854,61.8384,0.0941087,120,120,0,0,5850,0,0,0), + (150609,11604,30,0,0,-868.293,-147.243,62.1097,3.2056,120,120,0,0,5850,0,0,0), + (150610,11604,30,0,0,-867.501,-11.8709,70.018,6.14356,120,120,0,0,5850,0,0,0), + (150611,11604,30,0,0,-866.699,-147.54,62.1646,3.57878,120,120,0,0,5850,0,0,0), + (150612,11604,30,0,0,-866.566,-91.1916,67.4414,4.56707,120,120,0,0,5850,0,0,0), + (150613,11604,30,0,0,-857.272,-141.142,61.7356,4.17134,120,120,0,0,5850,0,0,0), + (150614,11604,30,0,0,-847.446,-98.0061,68.5131,3.24631,120,120,0,0,5850,0,0,0), + (150615,11604,30,0,0,-837.026,-140.729,62.5141,5.51524,120,120,0,0,5850,0,0,0), + (150616,11604,30,0,0,-824.204,-65.053,72.3381,3.01942,120,120,0,0,5850,0,0,0), + (150617,13096,30,0,0,-954.622,-110.958,80.7911,6.24828,120,120,0,0,8774,0,0,0), + (150618,13096,30,0,0,-951.477,-53.9647,80.0235,5.32325,120,120,0,0,8774,0,0,0), + (150619,13096,30,0,0,-946.812,-126.04,78.8601,5.15265,120,120,0,0,8774,0,0,0), + (150620,13096,30,0,0,-940.689,-140.707,79.9225,2.79253,120,120,0,0,8774,0,0,0), + (150621,13096,30,0,0,-933.954,-159.632,60.778,2.56563,120,120,0,0,8774,0,0,0), + (150622,13096,30,0,0,-922.537,-130.291,61.3756,4.95674,120,120,0,0,8774,0,0,0), + (150623,13096,30,0,0,-915.862,-151.74,76.9427,0.942478,120,120,0,0,8774,0,0,0), + (150624,13096,30,0,0,-888.321,-159.831,62.5303,1.20428,120,120,0,0,8774,0,0,0), + (150625,13096,30,0,0,-874.361,-42.4751,69.4316,0.785398,120,120,0,0,8774,0,0,0), + (150626,13096,30,0,0,-873.19,-50.4899,70.0568,-2.41288,120,120,0,0,8774,0,0,0), + (150627,13096,30,0,0,-868.511,-148.386,62.3547,3.57875,120,120,0,0,8774,0,0,0), + (150628,13096,30,0,0,-868.44,-121.649,64.5056,3.33358,120,120,0,0,8774,0,0,0), + (150629,13096,30,0,0,-868.324,-77.7196,71.4768,5.41052,120,120,0,0,8774,0,0,0), + (150630,13096,30,0,0,-859.846,-19.6549,70.7304,1.97222,120,120,0,0,8774,0,0,0), + (150631,13096,30,0,0,-828.05,-150.508,62.2019,2.14675,120,120,0,0,8774,0,0,0), + (150632,13096,30,0,0,-826.254,-58.6911,72.0041,3.68264,120,120,0,0,8774,0,0,0), + (150633,13096,30,0,0,-976.086,-44.1775,76.029,1.46608,120,120,0,0,8774,0,0,0), + (150634,13096,30,0,0,-971.864,-87.4223,81.4954,5.8294,120,120,0,0,8774,0,0,0), + (150635,13096,30,0,0,-966.551,-74.1111,80.0243,4.2129,120,120,0,0,8774,0,0,0), + (150636,13096,30,0,0,-958.509,-173.652,77.9013,6.24828,120,120,0,0,8774,0,0,0), + (150637,13096,30,0,0,-951.511,-181.242,65.529,4.39823,120,120,0,0,8774,0,0,0), + (150638,13096,30,0,0,-940.967,-186.243,77.698,1.28164,120,120,0,0,8774,0,0,0), + (150639,13096,30,0,0,-930.004,-65.0898,79.077,0.0581657,120,120,0,0,8774,0,0,0), + (150640,13096,30,0,0,-920.864,-40.2009,78.256,5.16617,120,120,0,0,8774,0,0,0), + (150641,13096,30,0,0,-919.089,-148.021,62.0317,2.59327,120,120,0,0,8774,0,0,0), + (150642,13096,30,0,0,-901.516,-116.329,75.6876,0.471239,120,120,0,0,8774,0,0,0), + (150643,13096,30,0,0,-897.864,-84.4348,74.083,3.00197,120,120,0,0,8774,0,0,0), + (150644,13096,30,0,0,-897.617,-52.0457,71.9503,4.36332,120,120,0,0,8774,0,0,0), + (150645,13096,30,0,0,-894.891,-153.951,61.6827,3.23569,120,120,0,0,8774,0,0,0), + (150646,13096,30,0,0,-893.933,-111.625,75.6591,4.22536,120,120,0,0,8774,0,0,0), + (150647,13096,30,0,0,-883.265,-152.854,61.8384,0.0941087,120,120,0,0,8774,0,0,0), + (150648,13096,30,0,0,-868.293,-147.243,62.1097,3.2056,120,120,0,0,8774,0,0,0), + (150649,13096,30,0,0,-867.501,-11.8709,70.018,6.14356,120,120,0,0,8774,0,0,0), + (150650,13096,30,0,0,-866.699,-147.54,62.1646,3.57878,120,120,0,0,8774,0,0,0), + (150651,13096,30,0,0,-866.566,-91.1916,67.4414,4.56707,120,120,0,0,8774,0,0,0), + (150652,13096,30,0,0,-857.272,-141.142,61.7356,4.17134,120,120,0,0,8774,0,0,0), + (150653,13096,30,0,0,-847.446,-98.0061,68.5131,3.24631,120,120,0,0,8774,0,0,0), + (150654,13096,30,0,0,-837.026,-140.729,62.5141,5.51524,120,120,0,0,8774,0,0,0), + (150655,13096,30,0,0,-824.204,-65.053,72.3381,3.01942,120,120,0,0,8774,0,0,0), + (150656,13097,30,0,0,-954.622,-110.958,80.7911,6.24828,120,120,0,0,694,0,0,0), + (150657,13097,30,0,0,-951.477,-53.9647,80.0235,5.32325,120,120,0,0,694,0,0,0), + (150658,13097,30,0,0,-946.812,-126.04,78.8601,5.15265,120,120,0,0,694,0,0,0), + (150659,13097,30,0,0,-940.689,-140.707,79.9225,2.79253,120,120,0,0,694,0,0,0), + (150660,13097,30,0,0,-933.954,-159.632,60.778,2.56563,120,120,0,0,694,0,0,0), + (150661,13097,30,0,0,-922.537,-130.291,61.3756,4.95674,120,120,0,0,694,0,0,0), + (150662,13097,30,0,0,-915.862,-151.74,76.9427,0.942478,120,120,0,0,694,0,0,0), + (150663,13097,30,0,0,-888.321,-159.831,62.5303,1.20428,120,120,0,0,694,0,0,0), + (150664,13097,30,0,0,-874.361,-42.4751,69.4316,0.785398,120,120,0,0,694,0,0,0), + (150665,13097,30,0,0,-873.19,-50.4899,70.0568,-2.41288,120,120,0,0,694,0,0,0), + (150666,13097,30,0,0,-868.511,-148.386,62.3547,3.57875,120,120,0,0,694,0,0,0), + (150667,13097,30,0,0,-868.44,-121.649,64.5056,3.33358,120,120,0,0,694,0,0,0), + (150668,13097,30,0,0,-868.324,-77.7196,71.4768,5.41052,120,120,0,0,694,0,0,0), + (150669,13097,30,0,0,-859.846,-19.6549,70.7304,1.97222,120,120,0,0,694,0,0,0), + (150670,13097,30,0,0,-828.05,-150.508,62.2019,2.14675,120,120,0,0,694,0,0,0), + (150671,13097,30,0,0,-826.254,-58.6911,72.0041,3.68264,120,120,0,0,694,0,0,0), + (150672,13097,30,0,0,-976.086,-44.1775,76.029,1.46608,120,120,0,0,694,0,0,0), + (150673,13097,30,0,0,-971.864,-87.4223,81.4954,5.8294,120,120,0,0,694,0,0,0), + (150674,13097,30,0,0,-966.551,-74.1111,80.0243,4.2129,120,120,0,0,694,0,0,0), + (150675,13097,30,0,0,-958.509,-173.652,77.9013,6.24828,120,120,0,0,694,0,0,0), + (150676,13097,30,0,0,-951.511,-181.242,65.529,4.39823,120,120,0,0,694,0,0,0), + (150677,13097,30,0,0,-940.967,-186.243,77.698,1.28164,120,120,0,0,694,0,0,0), + (150678,13097,30,0,0,-930.004,-65.0898,79.077,0.0581657,120,120,0,0,694,0,0,0), + (150679,13097,30,0,0,-920.864,-40.2009,78.256,5.16617,120,120,0,0,694,0,0,0), + (150680,13097,30,0,0,-919.089,-148.021,62.0317,2.59327,120,120,0,0,694,0,0,0), + (150681,13097,30,0,0,-901.516,-116.329,75.6876,0.471239,120,120,0,0,694,0,0,0), + (150682,13097,30,0,0,-897.864,-84.4348,74.083,3.00197,120,120,0,0,694,0,0,0), + (150683,13097,30,0,0,-897.617,-52.0457,71.9503,4.36332,120,120,0,0,694,0,0,0), + (150684,13097,30,0,0,-894.891,-153.951,61.6827,3.23569,120,120,0,0,694,0,0,0), + (150685,13097,30,0,0,-893.933,-111.625,75.6591,4.22536,120,120,0,0,694,0,0,0), + (150686,13097,30,0,0,-883.265,-152.854,61.8384,0.0941087,120,120,0,0,694,0,0,0), + (150687,13097,30,0,0,-868.293,-147.243,62.1097,3.2056,120,120,0,0,694,0,0,0), + (150688,13097,30,0,0,-867.501,-11.8709,70.018,6.14356,120,120,0,0,694,0,0,0), + (150689,13097,30,0,0,-866.699,-147.54,62.1646,3.57878,120,120,0,0,694,0,0,0), + (150690,13097,30,0,0,-866.566,-91.1916,67.4414,4.56707,120,120,0,0,694,0,0,0), + (150691,13097,30,0,0,-857.272,-141.142,61.7356,4.17134,120,120,0,0,694,0,0,0), + (150692,13097,30,0,0,-847.446,-98.0061,68.5131,3.24631,120,120,0,0,694,0,0,0), + (150693,13097,30,0,0,-837.026,-140.729,62.5141,5.51524,120,120,0,0,694,0,0,0), + (150694,13097,30,0,0,-824.204,-65.053,72.3381,3.01942,120,120,0,0,694,0,0,0), + (150695,10982,30,0,0,-951.955,-197.5,77.212,5.63741,120,120,0,0,7087,0,0,0), + (150696,10982,30,0,0,-944.837,-199.608,77.0737,4.97419,120,120,0,0,7087,0,0,0), + (150697,10982,30,0,0,-933.494,-209.063,73.7803,5.88176,120,120,0,0,7087,0,0,0), + (150698,10982,30,0,0,-929.666,-201.308,73.7032,5.02655,120,120,0,0,7087,0,0,0), + (150699,10982,30,0,0,-978.997,-249.356,65.4345,5.05464,120,120,0,0,7087,0,0,0), + (150700,10982,30,0,0,-974.565,-224.828,69.5858,4.88846,120,120,0,0,7087,0,0,0), + (150701,10982,30,0,0,-946.514,-259.239,66.0874,3.78132,120,120,0,0,7087,0,0,0), + (150702,10982,30,0,0,-918.402,-250.439,69.5271,2.21352,120,120,0,0,7087,0,0,0), + (150703,10982,30,0,0,-910.14,-229.959,72.9279,0.27677,120,120,0,0,7087,0,0,0), + (150704,10982,30,0,0,-851.563,-88.6527,68.5983,3.61896,120,120,0,0,7087,0,0,0), + (150705,13088,30,0,0,-848.902,-92.931,68.6325,3.3335,120,120,0,0,2839,0,0,0), + (150706,13086,30,0,0,-848.902,-92.931,68.6325,3.3335,120,120,0,0,8774,0,0,0), + (150707,11677,30,0,0,-848.902,-92.931,68.6325,3.3335,120,120,0,0,13776,0,0,0), + (150708,10987,30,0,0,971.671,-442.657,57.6951,3.1765,120,120,0,0,6949,0,0,0), + (150709,10987,30,0,0,969.979,-457.148,58.1119,4.5204,120,120,0,0,6949,0,0,0), + (150710,10987,30,0,0,958.692,-333.477,63.2276,5.77704,120,120,0,0,6949,0,0,0), + (150711,10987,30,0,0,957.113,-325.92,61.7589,1.13446,120,120,0,0,6949,0,0,0), + (150712,10987,30,0,0,948.25,-448.268,56.9009,5.60251,120,120,0,0,6949,0,0,0), + (150713,10987,30,0,0,934.727,-385.802,63.0344,3.75246,120,120,0,0,6949,0,0,0), + (150714,10987,30,0,0,931.751,-403.458,59.6737,5.63741,120,120,0,0,6949,0,0,0), + (150715,10987,30,0,0,931.146,-359.666,66.0294,3.9619,120,120,0,0,6949,0,0,0), + (150716,10987,30,0,0,929.702,-412.401,56.8776,5.89921,120,120,0,0,6949,0,0,0), + (150717,10987,30,0,0,926.849,-379.074,63.5286,2.0944,120,120,0,0,6949,0,0,0), + (150718,10987,30,0,0,921.972,-358.597,66.4313,2.93215,120,120,0,0,6949,0,0,0), + (150719,10987,30,0,0,921.449,-341.981,67.1264,3.4383,120,120,0,0,6949,0,0,0), + (150721,10987,30,0,0,919.274,-394.986,60.3478,2.71696,120,120,0,0,6949,0,0,0), + (150723,10987,30,0,0,914.568,-326.21,66.1733,2.25147,120,120,0,0,6949,0,0,0), + (150724,10987,30,0,0,913.064,-395.773,60.1364,4.41568,120,120,0,0,6949,0,0,0), + (150725,10987,30,0,0,909.246,-474.576,58.2067,0.226893,120,120,0,0,6949,0,0,0), + (150726,10987,30,0,0,909.246,-474.576,58.2901,0.226893,120,120,0,0,6949,0,0,0), + (150727,10987,30,0,0,907.209,-428.267,59.8065,1.8675,120,120,0,0,6949,0,0,0), + (150728,10987,30,0,0,905.973,-459.528,58.7594,1.37189,120,120,0,0,6949,0,0,0), + (150729,10987,30,0,0,905.067,-396.074,60.2085,5.07891,120,120,0,0,6949,0,0,0), + (150730,10987,30,0,0,901.809,-457.709,59.0116,3.52557,120,120,0,0,6949,0,0,0), + (150731,10987,30,0,0,900.962,-427.44,59.0842,1.50098,120,120,0,0,6949,0,0,0), + (150732,10987,30,0,0,897.929,-471.742,59.7729,2.54818,120,120,0,0,6949,0,0,0), + (150733,10987,30,0,0,893.376,-343.171,68.1499,5.35816,120,120,0,0,6949,0,0,0), + (150734,10987,30,0,0,890.584,-406.049,61.1925,5.67232,120,120,0,0,6949,0,0,0), + (150735,10987,30,0,0,888.208,-332.564,68.148,1.93732,120,120,0,0,6949,0,0,0), + (150736,10987,30,0,0,887.647,-391.537,61.8734,1.37881,120,120,0,0,6949,0,0,0), + (150737,10987,30,0,0,885.109,-343.338,67.0867,3.78979,120,120,0,0,6949,0,0,0), + (150738,10987,30,0,0,881.618,-419.948,53.5228,0.593412,120,120,0,0,6949,0,0,0), + (150740,10987,30,0,0,877.127,-351.8,66.5296,5.74213,120,120,0,0,6949,0,0,0), + (150742,10987,30,0,0,874.577,-414.786,52.7817,1.67552,120,120,0,0,6949,0,0,0), + (150743,10987,30,0,0,868.247,-343.136,64.9894,1.6057,120,120,0,0,6949,0,0,0), + (150744,10987,30,0,0,859.03,-367.231,47.4655,0.0174533,120,120,0,0,6949,0,0,0), + (150745,10987,30,0,0,857.513,-351.817,65.1867,4.39823,120,120,0,0,6949,0,0,0), + (150746,10987,30,0,0,852.632,-372.416,48.1657,3.66519,120,120,0,0,6949,0,0,0), + (150747,10987,30,0,0,849.86,-340.944,66.2447,0.401426,120,120,0,0,6949,0,0,0), + (150748,10987,30,0,0,847.99,-386.287,60.9277,2.32374,120,120,0,0,6949,0,0,0), + (150749,10987,30,0,0,847.601,-423.072,50.0852,4.57276,120,120,0,0,6949,0,0,0), + (150750,10987,30,0,0,847.135,-411.307,50.2106,1.5708,120,120,0,0,6949,0,0,0), + (150751,10987,30,0,0,835.077,-379.418,48.2755,5.93412,120,120,0,0,6949,0,0,0), + (150752,10987,30,0,0,834.87,-453.304,47.9075,0.226893,120,120,0,0,6949,0,0,0), + (150753,10987,30,0,0,834.634,-365.981,62.8801,1.32645,120,120,0,0,6949,0,0,0), + (150754,10987,30,0,0,834.354,-355.526,48.1491,6.07375,120,120,0,0,6949,0,0,0), + (150755,10987,30,0,0,833.702,-327.506,65.0439,0.331613,120,120,0,0,6949,0,0,0), + (150756,10987,30,0,0,833.151,-374.228,63.0938,3.66519,120,120,0,0,6949,0,0,0), + (150757,10987,30,0,0,831.711,-346.785,47.2975,0.226893,120,120,0,0,6949,0,0,0), + (150758,13396,30,0,0,971.671,-442.657,57.6951,3.1765,120,120,0,0,1669,0,0,0), + (150759,13396,30,0,0,969.979,-457.148,58.1119,4.5204,120,120,0,0,1669,0,0,0), + (150760,13396,30,0,0,958.692,-333.477,63.2276,5.77704,120,120,0,0,1669,0,0,0), + (150761,13396,30,0,0,957.113,-325.92,61.7589,1.13446,120,120,0,0,1669,0,0,0), + (150762,13396,30,0,0,948.25,-448.268,56.9009,5.60251,120,120,0,0,1669,0,0,0), + (150763,13396,30,0,0,934.727,-385.802,63.0344,3.75246,120,120,0,0,1669,0,0,0), + (150764,13396,30,0,0,931.751,-403.458,59.6737,5.63741,120,120,0,0,1669,0,0,0), + (150765,13396,30,0,0,931.146,-359.666,66.0294,3.9619,120,120,0,0,1669,0,0,0), + (150766,13396,30,0,0,929.702,-412.401,56.8776,5.89921,120,120,0,0,1669,0,0,0), + (150767,13396,30,0,0,926.849,-379.074,63.5286,2.0944,120,120,0,0,1669,0,0,0), + (150768,13396,30,0,0,921.972,-358.597,66.4313,2.93215,120,120,0,0,1669,0,0,0), + (150769,13396,30,0,0,921.449,-341.981,67.1264,3.4383,120,120,0,0,1669,0,0,0), + (150770,13396,30,0,0,921.1,-395.812,60.4615,2.71695,120,120,0,0,1669,0,0,0), + (150771,13396,30,0,0,919.274,-394.986,60.3478,2.71696,120,120,0,0,1669,0,0,0), + (150772,13396,30,0,0,916.852,-393.891,60.1726,2.71695,120,120,0,0,1669,0,0,0), + (150773,13396,30,0,0,914.568,-326.21,66.1733,2.25147,120,120,0,0,1669,0,0,0), + (150774,13396,30,0,0,913.064,-395.773,60.1364,4.41568,120,120,0,0,1669,0,0,0), + (150775,13396,30,0,0,909.246,-474.576,58.2067,0.226893,120,120,0,0,1669,0,0,0), + (150776,13396,30,0,0,909.246,-474.576,58.2901,0.226893,120,120,0,0,1669,0,0,0), + (150777,13396,30,0,0,907.209,-428.267,59.8065,1.8675,120,120,0,0,1669,0,0,0), + (150778,13396,30,0,0,905.973,-459.528,58.7594,1.37189,120,120,0,0,1669,0,0,0), + (150779,13396,30,0,0,905.067,-396.074,60.2085,5.07891,120,120,0,0,1669,0,0,0), + (150780,13396,30,0,0,901.809,-457.709,59.0116,3.52557,120,120,0,0,1669,0,0,0), + (150781,13396,30,0,0,900.962,-427.44,59.0842,1.50098,120,120,0,0,1669,0,0,0), + (150782,13396,30,0,0,897.929,-471.742,59.7729,2.54818,120,120,0,0,1669,0,0,0), + (150783,13396,30,0,0,893.376,-343.171,68.1499,5.35816,120,120,0,0,1669,0,0,0), + (150784,13396,30,0,0,890.584,-406.049,61.1925,5.67232,120,120,0,0,1669,0,0,0), + (150785,13396,30,0,0,888.208,-332.564,68.148,1.93732,120,120,0,0,1669,0,0,0), + (150786,13396,30,0,0,887.647,-391.537,61.8734,1.37881,120,120,0,0,1669,0,0,0), + (150787,13396,30,0,0,885.109,-343.338,67.0867,3.78979,120,120,0,0,1669,0,0,0), + (150788,13396,30,0,0,881.618,-419.948,53.5228,0.593412,120,120,0,0,1669,0,0,0), + (150789,13396,30,0,0,878.675,-345.36,66.1052,3.45651,120,120,0,0,1669,0,0,0), + (150790,13396,30,0,0,877.127,-351.8,66.5296,5.74213,120,120,0,0,1669,0,0,0), + (150791,13396,30,0,0,876.778,-345.97,65.7724,3.45262,120,120,0,0,1669,0,0,0), + (150792,13396,30,0,0,874.577,-414.786,52.7817,1.67552,120,120,0,0,1669,0,0,0), + (150793,13396,30,0,0,868.247,-343.136,64.9894,1.6057,120,120,0,0,1669,0,0,0), + (150794,13396,30,0,0,859.03,-367.231,47.4655,0.0174533,120,120,0,0,1669,0,0,0), + (150795,13396,30,0,0,857.513,-351.817,65.1867,4.39823,120,120,0,0,1669,0,0,0), + (150796,13396,30,0,0,852.632,-372.416,48.1657,3.66519,120,120,0,0,1669,0,0,0), + (150797,13396,30,0,0,849.86,-340.944,66.2447,0.401426,120,120,0,0,1669,0,0,0), + (150798,13396,30,0,0,847.99,-386.287,60.9277,2.32374,120,120,0,0,1669,0,0,0), + (150799,13396,30,0,0,847.601,-423.072,50.0852,4.57276,120,120,0,0,1669,0,0,0), + (150800,13396,30,0,0,847.135,-411.307,50.2106,1.5708,120,120,0,0,1669,0,0,0), + (150801,13396,30,0,0,835.077,-379.418,48.2755,5.93412,120,120,0,0,1669,0,0,0), + (150802,13396,30,0,0,834.87,-453.304,47.9075,0.226893,120,120,0,0,1669,0,0,0), + (150803,13396,30,0,0,834.634,-365.981,62.8801,1.32645,120,120,0,0,1669,0,0,0), + (150804,13396,30,0,0,834.354,-355.526,48.1491,6.07375,120,120,0,0,1669,0,0,0), + (150805,13396,30,0,0,833.702,-327.506,65.0439,0.331613,120,120,0,0,1669,0,0,0), + (150806,13396,30,0,0,833.151,-374.228,63.0938,3.66519,120,120,0,0,1669,0,0,0), + (150807,13396,30,0,0,831.711,-346.785,47.2975,0.226893,120,120,0,0,1669,0,0,0), + (150808,13397,30,0,0,971.671,-442.657,57.6951,3.1765,120,120,0,0,8681,0,0,0), + (150809,13397,30,0,0,969.979,-457.148,58.1119,4.5204,120,120,0,0,8681,0,0,0), + (150810,13397,30,0,0,958.692,-333.477,63.2276,5.77704,120,120,0,0,8681,0,0,0), + (150811,13397,30,0,0,957.113,-325.92,61.7589,1.13446,120,120,0,0,8681,0,0,0), + (150812,13397,30,0,0,948.25,-448.268,56.9009,5.60251,120,120,0,0,8681,0,0,0), + (150813,13397,30,0,0,934.727,-385.802,63.0344,3.75246,120,120,0,0,8681,0,0,0), + (150814,13397,30,0,0,931.751,-403.458,59.6737,5.63741,120,120,0,0,8681,0,0,0), + (150815,13397,30,0,0,931.146,-359.666,66.0294,3.9619,120,120,0,0,8681,0,0,0), + (150816,13397,30,0,0,929.702,-412.401,56.8776,5.89921,120,120,0,0,8681,0,0,0), + (150817,13397,30,0,0,926.849,-379.074,63.5286,2.0944,120,120,0,0,8681,0,0,0), + (150818,13397,30,0,0,921.972,-358.597,66.4313,2.93215,120,120,0,0,8681,0,0,0), + (150819,13397,30,0,0,921.449,-341.981,67.1264,3.4383,120,120,0,0,8681,0,0,0), + (150820,13397,30,0,0,921.1,-395.812,60.4615,2.71695,120,120,0,0,8681,0,0,0), + (150821,13397,30,0,0,919.274,-394.986,60.3478,2.71696,120,120,0,0,8681,0,0,0), + (150822,13397,30,0,0,916.852,-393.891,60.1726,2.71695,120,120,0,0,8681,0,0,0), + (150823,13397,30,0,0,914.568,-326.21,66.1733,2.25147,120,120,0,0,8681,0,0,0), + (150824,13397,30,0,0,913.064,-395.773,60.1364,4.41568,120,120,0,0,8681,0,0,0), + (150825,13397,30,0,0,909.246,-474.576,58.2067,0.226893,120,120,0,0,8681,0,0,0), + (150826,13397,30,0,0,909.246,-474.576,58.2901,0.226893,120,120,0,0,8681,0,0,0), + (150827,13397,30,0,0,907.209,-428.267,59.8065,1.8675,120,120,0,0,8681,0,0,0), + (150828,13397,30,0,0,905.973,-459.528,58.7594,1.37189,120,120,0,0,8681,0,0,0), + (150829,13397,30,0,0,905.067,-396.074,60.2085,5.07891,120,120,0,0,8681,0,0,0), + (150830,13397,30,0,0,901.809,-457.709,59.0116,3.52557,120,120,0,0,8681,0,0,0), + (150831,13397,30,0,0,900.962,-427.44,59.0842,1.50098,120,120,0,0,8681,0,0,0), + (150832,13397,30,0,0,897.929,-471.742,59.7729,2.54818,120,120,0,0,8681,0,0,0), + (150833,13397,30,0,0,893.376,-343.171,68.1499,5.35816,120,120,0,0,8681,0,0,0), + (150834,13397,30,0,0,890.584,-406.049,61.1925,5.67232,120,120,0,0,8681,0,0,0), + (150835,13397,30,0,0,888.208,-332.564,68.148,1.93732,120,120,0,0,8681,0,0,0), + (150836,13397,30,0,0,887.647,-391.537,61.8734,1.37881,120,120,0,0,8681,0,0,0), + (150837,13397,30,0,0,885.109,-343.338,67.0867,3.78979,120,120,0,0,8681,0,0,0), + (150838,13397,30,0,0,881.618,-419.948,53.5228,0.593412,120,120,0,0,8681,0,0,0), + (150839,13397,30,0,0,878.675,-345.36,66.1052,3.45651,120,120,0,0,8681,0,0,0), + (150840,13397,30,0,0,877.127,-351.8,66.5296,5.74213,120,120,0,0,8681,0,0,0), + (150841,13397,30,0,0,876.778,-345.97,65.7724,3.45262,120,120,0,0,8681,0,0,0), + (150842,13397,30,0,0,874.577,-414.786,52.7817,1.67552,120,120,0,0,8681,0,0,0), + (150843,13397,30,0,0,868.247,-343.136,64.9894,1.6057,120,120,0,0,8681,0,0,0), + (150844,13397,30,0,0,859.03,-367.231,47.4655,0.0174533,120,120,0,0,8681,0,0,0), + (150845,13397,30,0,0,857.513,-351.817,65.1867,4.39823,120,120,0,0,8681,0,0,0), + (150846,13397,30,0,0,852.632,-372.416,48.1657,3.66519,120,120,0,0,8681,0,0,0), + (150847,13397,30,0,0,849.86,-340.944,66.2447,0.401426,120,120,0,0,8681,0,0,0), + (150848,13397,30,0,0,847.99,-386.287,60.9277,2.32374,120,120,0,0,8681,0,0,0), + (150849,13397,30,0,0,847.601,-423.072,50.0852,4.57276,120,120,0,0,8681,0,0,0), + (150850,13397,30,0,0,847.135,-411.307,50.2106,1.5708,120,120,0,0,8681,0,0,0), + (150851,13397,30,0,0,835.077,-379.418,48.2755,5.93412,120,120,0,0,8681,0,0,0), + (150852,13397,30,0,0,834.87,-453.304,47.9075,0.226893,120,120,0,0,8681,0,0,0), + (150853,13397,30,0,0,834.634,-365.981,62.8801,1.32645,120,120,0,0,8681,0,0,0), + (150854,13397,30,0,0,834.354,-355.526,48.1491,6.07375,120,120,0,0,8681,0,0,0), + (150855,13397,30,0,0,833.702,-327.506,65.0439,0.331613,120,120,0,0,8681,0,0,0), + (150856,13397,30,0,0,833.151,-374.228,63.0938,3.66519,120,120,0,0,8681,0,0,0), + (150857,13397,30,0,0,831.711,-346.785,47.2975,0.226893,120,120,0,0,8681,0,0,0), + (150858,11600,30,0,0,955.812,-440.302,55.3411,3.19395,120,120,0,0,5788,0,0,0), + (150859,11600,30,0,0,937.378,-377.816,65.3919,3.56047,120,120,0,0,5788,0,0,0), + (150860,11600,30,0,0,925.059,-331.347,65.7564,3.66519,120,120,0,0,5788,0,0,0), + (150862,11600,30,0,0,909.99,-462.154,59.0811,3.7001,120,120,0,0,5788,0,0,0), + (150863,11600,30,0,0,907.893,-388.787,61.7923,5.74213,120,120,0,0,5788,0,0,0), + (150864,11600,30,0,0,898.801,-437.105,58.5266,0.959931,120,120,0,0,5788,0,0,0), + (150865,11600,30,0,0,884.237,-407.597,61.566,0.820305,120,120,0,0,5788,0,0,0), + (150867,11600,30,0,0,876.047,-341.857,65.8743,4.45059,120,120,0,0,5788,0,0,0), + (150868,11600,30,0,0,874.674,-402.077,61.7573,0.26341,120,120,0,0,5788,0,0,0), + (150876,11600,30,0,0,868.256,-392.363,61.4803,0.732738,120,120,0,0,5788,0,0,0), + (150879,11600,30,0,0,858.593,-439.614,50.2184,0.872665,120,120,0,0,5788,0,0,0), + (150880,11600,30,0,0,851.471,-362.52,47.314,4.06662,120,120,0,0,5788,0,0,0), + (150881,11600,30,0,0,846.939,-347.279,66.2876,0.942478,120,120,0,0,5788,0,0,0), + (150882,11600,30,0,0,842.08,-421.775,48.2659,1.0821,120,120,0,0,5788,0,0,0), + (150883,11600,30,0,0,838.358,-371.212,63.3299,4.04916,120,120,0,0,5788,0,0,0), + (150885,11600,30,0,0,827.012,-457.397,48.9331,2.35619,120,120,0,0,5788,0,0,0), + (150886,11600,30,0,0,825.535,-322.373,63.9357,4.76475,120,120,0,0,5788,0,0,0), + (150887,11600,30,0,0,867.635,-443.605,51.3347,1.38626,120,120,0,0,5788,0,0,0), + (150888,11600,30,0,0,957.293,-455.039,56.7395,5.79449,120,120,0,0,5788,0,0,0), + (150889,11600,30,0,0,950.077,-326.672,61.6552,5.48033,120,120,0,0,5788,0,0,0), + (150890,11600,30,0,0,936.692,-356.78,65.9835,2.75762,120,120,0,0,5788,0,0,0), + (150891,11600,30,0,0,926.475,-419.345,56.1833,2.0944,120,120,0,0,5788,0,0,0), + (150893,11600,30,0,0,902.195,-475.891,58.312,1.39626,120,120,0,0,5788,0,0,0), + (150894,11600,30,0,0,897.464,-338.758,68.1715,2.94961,120,120,0,0,5788,0,0,0), + (150897,11600,30,0,0,881.437,-400.254,61.2028,0.263427,120,120,0,0,5788,0,0,0), + (150899,11600,30,0,0,877.989,-418.051,52.9753,4.46804,120,120,0,0,5788,0,0,0), + (150902,11600,30,0,0,857.396,-395.766,61.263,4.78684,120,120,0,0,5788,0,0,0), + (150906,11600,30,0,0,856.709,-395.28,61.1814,2.54913,120,120,0,0,5788,0,0,0), + (150907,11600,30,0,0,850.922,-390.399,60.8771,2.85405,120,120,0,0,5788,0,0,0), + (150910,11600,30,0,0,832.035,-389.301,47.5567,2.11185,120,120,0,0,5788,0,0,0), + (150911,11600,30,0,0,827.415,-419.468,48.3322,1.49232,120,120,0,0,5788,0,0,0), + (150912,11600,30,0,0,826.402,-349.454,47.2722,1.51844,120,120,0,0,5788,0,0,0), + (150913,11600,30,0,0,817.83,-455.715,48.4207,0.925025,120,120,0,0,5788,0,0,0), + (150914,11600,30,0,0,808.953,-325.964,52.4043,3.01942,120,120,0,0,5788,0,0,0), + (150915,13080,30,0,0,955.812,-440.302,55.3411,3.19395,120,120,0,0,9034,0,0,0), + (150916,13080,30,0,0,937.378,-377.816,65.3919,3.56047,120,120,0,0,9034,0,0,0), + (150917,13080,30,0,0,925.059,-331.347,65.7564,3.66519,120,120,0,0,9034,0,0,0), + (150918,13080,30,0,0,922.918,-396.634,60.3942,2.71695,120,120,0,0,9034,0,0,0), + (150919,13080,30,0,0,909.99,-462.154,59.0811,3.7001,120,120,0,0,9034,0,0,0), + (150920,13080,30,0,0,907.893,-388.787,61.7923,5.74213,120,120,0,0,9034,0,0,0), + (150921,13080,30,0,0,898.801,-437.105,58.5266,0.959931,120,120,0,0,9034,0,0,0), + (150922,13080,30,0,0,884.237,-407.597,61.566,0.820305,120,120,0,0,9034,0,0,0), + (150923,13080,30,0,0,880.744,-344.683,66.4086,3.4644,120,120,0,0,9034,0,0,0), + (150924,13080,30,0,0,876.047,-341.857,65.8743,4.45059,120,120,0,0,9034,0,0,0), + (150925,13080,30,0,0,874.674,-402.077,61.7573,0.26341,120,120,0,0,9034,0,0,0), + (150926,13080,30,0,0,871.914,-404.209,62.1269,6.06163,120,120,0,0,9034,0,0,0), + (150927,13080,30,0,0,871.606,-403.665,62.0795,0.765774,120,120,0,0,9034,0,0,0), + (150928,13080,30,0,0,871.561,-404.114,62.1297,0.00981727,120,120,0,0,9034,0,0,0), + (150929,13080,30,0,0,871.528,-404.248,62.1455,0.498032,120,120,0,0,9034,0,0,0), + (150930,13080,30,0,0,871.493,-404.122,62.1331,5.65727,120,120,0,0,9034,0,0,0), + (150931,13080,30,0,0,871.282,-403.843,62.1108,0.788382,120,120,0,0,9034,0,0,0), + (150932,13080,30,0,0,868.294,-392.395,61.4772,4.38685,120,120,0,0,9034,0,0,0), + (150933,13080,30,0,0,868.256,-392.363,61.4803,0.732738,120,120,0,0,9034,0,0,0), + (150934,13080,30,0,0,867.804,-392.51,61.5089,2.30167,120,120,0,0,9034,0,0,0), + (150935,13080,30,0,0,867.612,-392.371,61.524,2.86149,120,120,0,0,9034,0,0,0), + (150936,13080,30,0,0,858.593,-439.614,50.2184,0.872665,120,120,0,0,9034,0,0,0), + (150937,13080,30,0,0,851.471,-362.52,47.314,4.06662,120,120,0,0,9034,0,0,0), + (150938,13080,30,0,0,846.939,-347.279,66.2876,0.942478,120,120,0,0,9034,0,0,0), + (150939,13080,30,0,0,842.08,-421.775,48.2659,1.0821,120,120,0,0,9034,0,0,0), + (150940,13080,30,0,0,838.358,-371.212,63.3299,4.04916,120,120,0,0,9034,0,0,0), + (150941,13080,30,0,0,827.57,-417.483,48.4538,1.49237,120,120,0,0,9034,0,0,0), + (150942,13080,30,0,0,827.012,-457.397,48.9331,2.35619,120,120,0,0,9034,0,0,0), + (150943,13080,30,0,0,825.535,-322.373,63.9357,4.76475,120,120,0,0,9034,0,0,0), + (150944,13080,30,0,0,867.635,-443.605,51.3347,1.38626,120,120,0,0,9034,0,0,0), + (150945,13080,30,0,0,957.293,-455.039,56.7395,5.79449,120,120,0,0,9034,0,0,0), + (150946,13080,30,0,0,950.077,-326.672,61.6552,5.48033,120,120,0,0,9034,0,0,0), + (150947,13080,30,0,0,936.692,-356.78,65.9835,2.75762,120,120,0,0,9034,0,0,0), + (150948,13080,30,0,0,926.475,-419.345,56.1833,2.0944,120,120,0,0,9034,0,0,0), + (150949,13080,30,0,0,924.729,-397.453,60.213,2.71695,120,120,0,0,9034,0,0,0), + (150950,13080,30,0,0,902.195,-475.891,58.312,1.39626,120,120,0,0,9034,0,0,0), + (150951,13080,30,0,0,897.464,-338.758,68.1715,2.94961,120,120,0,0,9034,0,0,0), + (150953,13080,30,0,0,882.517,-344.111,66.7887,3.46962,120,120,0,0,9034,0,0,0), + (150954,13080,30,0,0,881.437,-400.254,61.2028,0.263427,120,120,0,0,9034,0,0,0), + (150955,13080,30,0,0,880.156,-400.678,61.3113,3.41373,120,120,0,0,9034,0,0,0), + (150956,13080,30,0,0,877.989,-418.051,52.9753,4.46804,120,120,0,0,9034,0,0,0), + (150957,13080,30,0,0,871.212,-404.12,62.1433,3.6554,120,120,0,0,9034,0,0,0), + (150958,13080,30,0,0,871.036,-404.119,62.2237,4.50295,120,120,0,0,9034,0,0,0), + (150959,13080,30,0,0,857.396,-395.766,61.263,4.78684,120,120,0,0,9034,0,0,0), + (150960,13080,30,0,0,857.276,-395.395,61.2418,0.0845553,120,120,0,0,9034,0,0,0), + (150961,13080,30,0,0,857.231,-394.577,61.2174,1.96817,120,120,0,0,9034,0,0,0), + (150962,13080,30,0,0,857.108,-395.682,61.2317,4.87022,120,120,0,0,9034,0,0,0), + (150963,13080,30,0,0,856.709,-395.28,61.1814,2.54913,120,120,0,0,9034,0,0,0), + (150964,13080,30,0,0,850.922,-390.399,60.8771,2.85405,120,120,0,0,9034,0,0,0), + (150965,13080,30,0,0,847.556,-388.228,60.9438,2.56872,120,120,0,0,9034,0,0,0), + (150966,13080,30,0,0,842.031,-384.663,61.6028,2.56871,120,120,0,0,9034,0,0,0), + (150967,13080,30,0,0,832.035,-389.301,47.5567,2.11185,120,120,0,0,9034,0,0,0), + (150968,13080,30,0,0,827.415,-419.468,48.3322,1.49232,120,120,0,0,9034,0,0,0), + (150969,13080,30,0,0,826.402,-349.454,47.2722,1.51844,120,120,0,0,9034,0,0,0), + (150970,13080,30,0,0,817.83,-455.715,48.4207,0.925025,120,120,0,0,9034,0,0,0), + (150971,13080,30,0,0,808.953,-325.964,52.4043,3.01942,120,120,0,0,9034,0,0,0), + (150972,13099,30,0,0,955.812,-440.302,55.3411,3.19395,120,120,0,0,808,0,0,0), + (150973,13099,30,0,0,937.378,-377.816,65.3919,3.56047,120,120,0,0,808,0,0,0), + (150974,13099,30,0,0,925.059,-331.347,65.7564,3.66519,120,120,0,0,808,0,0,0), + (150975,13099,30,0,0,922.918,-396.634,60.3942,2.71695,120,120,0,0,808,0,0,0), + (150976,13099,30,0,0,909.99,-462.154,59.0811,3.7001,120,120,0,0,808,0,0,0), + (150977,13099,30,0,0,907.893,-388.787,61.7923,5.74213,120,120,0,0,808,0,0,0), + (150978,13099,30,0,0,898.801,-437.105,58.5266,0.959931,120,120,0,0,808,0,0,0), + (150979,13099,30,0,0,884.237,-407.597,61.566,0.820305,120,120,0,0,808,0,0,0), + (150980,13099,30,0,0,880.744,-344.683,66.4086,3.4644,120,120,0,0,808,0,0,0), + (150981,13099,30,0,0,876.047,-341.857,65.8743,4.45059,120,120,0,0,808,0,0,0), + (150982,13099,30,0,0,874.674,-402.077,61.7573,0.26341,120,120,0,0,808,0,0,0), + (150983,13099,30,0,0,871.914,-404.209,62.1269,6.06163,120,120,0,0,808,0,0,0), + (150984,13099,30,0,0,871.606,-403.665,62.0795,0.765774,120,120,0,0,808,0,0,0), + (150985,13099,30,0,0,871.561,-404.114,62.1297,0.00981727,120,120,0,0,808,0,0,0), + (150986,13099,30,0,0,871.528,-404.248,62.1455,0.498032,120,120,0,0,808,0,0,0), + (150987,13099,30,0,0,871.493,-404.122,62.1331,5.65727,120,120,0,0,808,0,0,0), + (150988,13099,30,0,0,871.282,-403.843,62.1108,0.788382,120,120,0,0,808,0,0,0), + (150989,13099,30,0,0,868.294,-392.395,61.4772,4.38685,120,120,0,0,808,0,0,0), + (150990,13099,30,0,0,868.256,-392.363,61.4803,0.732738,120,120,0,0,808,0,0,0), + (150991,13099,30,0,0,867.804,-392.51,61.5089,2.30167,120,120,0,0,808,0,0,0), + (150992,13099,30,0,0,867.612,-392.371,61.524,2.86149,120,120,0,0,808,0,0,0), + (150993,13099,30,0,0,858.593,-439.614,50.2184,0.872665,120,120,0,0,808,0,0,0), + (150994,13099,30,0,0,851.471,-362.52,47.314,4.06662,120,120,0,0,808,0,0,0), + (150995,13099,30,0,0,846.939,-347.279,66.2876,0.942478,120,120,0,0,808,0,0,0), + (150996,13099,30,0,0,842.08,-421.775,48.2659,1.0821,120,120,0,0,808,0,0,0), + (150997,13099,30,0,0,838.358,-371.212,63.3299,4.04916,120,120,0,0,808,0,0,0), + (150998,13099,30,0,0,827.57,-417.483,48.4538,1.49237,120,120,0,0,808,0,0,0), + (150999,13099,30,0,0,827.012,-457.397,48.9331,2.35619,120,120,0,0,808,0,0,0), + (151000,13099,30,0,0,825.535,-322.373,63.9357,4.76475,120,120,0,0,808,0,0,0), + (151001,13099,30,0,0,867.635,-443.605,51.3347,1.38626,120,120,0,0,808,0,0,0), + (151002,13099,30,0,0,957.293,-455.039,56.7395,5.79449,120,120,0,0,808,0,0,0), + (151003,13099,30,0,0,950.077,-326.672,61.6552,5.48033,120,120,0,0,808,0,0,0), + (151004,13099,30,0,0,936.692,-356.78,65.9835,2.75762,120,120,0,0,808,0,0,0), + (151005,13099,30,0,0,926.475,-419.345,56.1833,2.0944,120,120,0,0,808,0,0,0), + (151006,13099,30,0,0,924.729,-397.453,60.213,2.71695,120,120,0,0,808,0,0,0), + (151007,13099,30,0,0,902.195,-475.891,58.312,1.39626,120,120,0,0,808,0,0,0), + (151008,13099,30,0,0,897.464,-338.758,68.1715,2.94961,120,120,0,0,808,0,0,0), + (151010,13099,30,0,0,882.517,-344.111,66.7887,3.46962,120,120,0,0,808,0,0,0), + (151011,13099,30,0,0,881.437,-400.254,61.2028,0.263427,120,120,0,0,808,0,0,0), + (151012,13099,30,0,0,880.156,-400.678,61.3113,3.41373,120,120,0,0,808,0,0,0), + (151013,13099,30,0,0,877.989,-418.051,52.9753,4.46804,120,120,0,0,808,0,0,0), + (151014,13099,30,0,0,871.212,-404.12,62.1433,3.6554,120,120,0,0,808,0,0,0), + (151015,13099,30,0,0,871.036,-404.119,62.2237,4.50295,120,120,0,0,808,0,0,0), + (151016,13099,30,0,0,857.396,-395.766,61.263,4.78684,120,120,0,0,808,0,0,0), + (151017,13099,30,0,0,857.276,-395.395,61.2418,0.0845553,120,120,0,0,808,0,0,0), + (151018,13099,30,0,0,857.231,-394.577,61.2174,1.96817,120,120,0,0,808,0,0,0), + (151019,13099,30,0,0,857.108,-395.682,61.2317,4.87022,120,120,0,0,808,0,0,0), + (151020,13099,30,0,0,856.709,-395.28,61.1814,2.54913,120,120,0,0,808,0,0,0), + (151021,13099,30,0,0,850.922,-390.399,60.8771,2.85405,120,120,0,0,808,0,0,0), + (151022,13099,30,0,0,847.556,-388.228,60.9438,2.56872,120,120,0,0,808,0,0,0), + (151023,13099,30,0,0,842.031,-384.663,61.6028,2.56871,120,120,0,0,808,0,0,0), + (151024,13099,30,0,0,832.035,-389.301,47.5567,2.11185,120,120,0,0,808,0,0,0), + (151025,13099,30,0,0,827.415,-419.468,48.3322,1.49232,120,120,0,0,808,0,0,0), + (151026,13099,30,0,0,826.402,-349.454,47.2722,1.51844,120,120,0,0,808,0,0,0), + (151027,13099,30,0,0,817.83,-455.715,48.4207,0.925025,120,120,0,0,808,0,0,0), + (151028,13099,30,0,0,808.953,-325.964,52.4043,3.01942,120,120,0,0,808,0,0,0), + (151029,11657,30,0,0,865.554,-438.735,50.7333,2.12431,120,120,0,0,15471,0,0,0), + (151030,13078,30,0,0,865.554,-438.735,50.7333,2.12431,120,120,0,0,19050,0,0,0), + (151031,13079,30,0,0,865.554,-438.735,50.7333,2.12431,120,120,0,0,19896,0,0,0), + (151164,8889,0,0,0,-7448,-1019,171.566,5.851,370,370,7,0,6186,0,0,1), + (151165,8889,0,0,0,-7436,-987,170.748,1.961,370,370,9,0,6186,0,0,1), + (151166,8890,0,0,0,-7417,-897,172.392,2.609,370,370,9,0,6414,0,0,1), + (151167,8890,0,0,0,-7415,-1022,175.5,3.822,370,370,4,0,6414,0,0,1), + (151168,8889,0,0,0,-7391,-942,169.509,4.831,370,370,9,0,6186,0,0,1), + (151169,8889,0,0,0,-7384,-1040,177.212,1.332,370,370,7,0,6186,0,0,1), + (151170,8890,0,0,0,-7365,-925,167.066,3.703,370,370,9,0,6414,0,0,1), + (151171,8889,0,0,0,-7354,-978,170.558,2.692,370,370,9,0,6186,0,0,1), + (151172,8890,0,0,0,-7337,-1012,177.344,5.5,370,370,4,0,6414,0,0,1), + (151173,8889,0,0,0,-7280,-886,168.739,0.268,370,370,9,0,6186,0,0,1), + (151174,8890,0,0,0,-7280,-879,169.628,0.035,370,370,7,0,6414,0,0,1), + (151175,8889,0,0,0,-7248,-941,168.287,1.292,370,370,7,0,6186,0,0,1), + (151176,8890,0,0,0,-7247,-885,167.92,0.182,370,370,9,0,6414,0,0,1), + (151177,8889,0,0,0,-7218,-886,165.722,2.354,370,370,9,0,6186,0,0,1), + (151178,15350,0,0,0,382.39,-983.139,109.899,2.7861,300,300,0,0,2148,0,0,0), + (151179,15350,1,0,0,1026.63,-2110.69,123.007,5.84961,300,300,0,0,2148,0,0,0), + (151180,15351,0,0,0,-1231.51,-2510.64,23.053,4.4196,300,300,0,0,3857,0,0,0), + (151181,3094,0,0,0,-10694.8,345.662,44.4895,2.09338,300,300,0,0,2165,0,0,0), + (151182,3094,0,0,0,-10702.9,360.152,39.7227,4.04982,300,300,0,0,2165,0,0,0), + (151183,3094,0,0,0,-10707.4,314.112,40.1481,4.46221,300,300,0,0,2165,0,0,0), + (151184,3094,0,0,0,-11096.8,-960.518,65.3837,0.650136,300,300,0,0,2165,0,0,0), + (151185,3094,0,0,0,-10800.4,-655.44,41.3178,0.206699,300,300,0,0,2165,0,0,0), + (151186,3094,0,0,0,-10782.8,-635.116,42.1594,2.53933,300,300,0,0,2165,0,0,0), + (151187,3094,0,0,0,-10806.6,-616.345,40.0752,4.601,300,300,0,0,2165,0,0,0), + (151188,3094,0,0,0,-10837.1,-573.623,36.5976,6.13188,300,300,0,0,2165,0,0,0), + (151189,3094,0,0,0,-10823,-564.998,37.4107,1.71623,300,300,0,0,2165,0,0,0), + (151190,3094,0,0,0,-10924,446.213,46.2609,5.96992,300,300,0,0,2165,0,0,0), + (151191,3094,0,0,0,-10747.1,257.103,42.0292,1.18606,300,300,0,0,2165,0,0,0), + (151192,3094,0,0,0,-10759.6,343.884,38.3282,5.24523,300,300,0,0,2165,0,0,0), + (151193,3094,0,0,0,-10731.5,364.135,37.2459,4.06321,300,300,0,0,2165,0,0,0), + (151194,3094,0,0,0,-10701.5,347.995,39.7227,3.22043,300,300,0,0,2165,0,0,0), + (151195,3094,0,0,0,-10694.8,344.219,39.7097,2.706,300,300,0,0,2165,0,0,0), + (151196,3094,0,0,0,-10715.6,263.155,43.9056,2.1562,300,300,0,0,2165,0,0,0), + (151197,3094,0,0,0,-11091.8,-954.163,65.348,1.59261,300,300,0,0,2165,0,0,0), + (151198,3094,0,0,0,-10937.8,-936.044,76.878,1.18113,300,300,0,0,2165,0,0,0), + (151199,3094,0,0,0,-10964.1,-949.174,71.1917,2.08064,300,300,0,0,2165,0,0,0), + (151200,3094,0,0,0,-10934.9,-928.656,72.1262,3.08437,300,300,0,0,2165,0,0,0), + (151201,3094,0,0,0,-10929.6,-936.748,72.126,2.29741,300,300,0,0,2165,0,0,0), + (151202,3094,0,0,0,-10798.5,-635.655,41.1281,1.31804,300,300,0,0,2165,0,0,0), + (151203,3094,0,0,0,-10830.1,-616.585,38.7076,3.76848,300,300,0,0,2165,0,0,0), + (151204,3094,0,0,0,-10677.6,314.27,33.6022,1.28606,300,300,0,0,2165,0,0,0), + (151205,3094,0,0,0,-10684.3,314.55,40.7586,3.14353,300,300,0,0,2165,0,0,0), + (151206,3094,0,0,0,-10368.7,-1258.33,35.9096,0.448286,300,300,0,0,2165,0,0,0), + (151207,3094,0,0,0,-10347.4,-1287.13,35.3003,1.44967,300,300,0,0,2165,0,0,0), + (151208,3094,0,0,0,-10368.6,-1290.02,35.303,0.263719,300,300,0,0,2165,0,0,0), + (151209,15316,531,0,0,-9041.65,1190.66,-104.12,4.24,300,300,5,0,3052,0,0,1), + (151210,15316,531,0,0,-9025.29,1235.22,-112.12,2.61,300,300,5,0,3052,0,0,1), + (151211,15316,531,0,0,-9015.33,1266.5,-112.11,1.03,300,300,5,0,3052,0,0,1), + (151212,15316,531,0,0,-9008.58,1226.52,-112.11,3.04,300,300,5,0,3052,0,0,1), + (151213,15316,531,0,0,-8991.39,1200.15,-112.11,2.8,300,300,5,0,3052,0,0,1), + (151214,15316,531,0,0,-8990.32,1269.59,-112.11,0.13,300,300,5,0,3052,0,0,1), + (151215,15316,531,0,0,-8990.09,1319.85,-104.07,2.54,300,300,5,0,3052,0,0,1), + (151216,15316,531,0,0,-8983.27,1219.15,-112.11,1.03,300,300,5,0,3052,0,0,1), + (151217,15316,531,0,0,-8979.92,1306.07,-106.26,1.91,300,300,5,0,3052,0,0,1), + (151218,15316,531,0,0,-8979.38,1231.1,-112.11,5.08,300,300,5,0,3052,0,0,1), + (151219,15316,531,0,0,-8969.85,1194.26,-112.11,2.46,300,300,5,0,3052,0,0,1), + (151220,15316,531,0,0,-8961.38,1267.03,-112.11,0.05,300,300,5,0,3052,0,0,1), + (151221,15316,531,0,0,-8960.69,1308.83,-106.59,0.7,300,300,5,0,3052,0,0,1), + (151222,15316,531,0,0,-8960.57,1180.42,-112.11,2.83,300,300,5,0,3052,0,0,1), + (151223,15316,531,0,0,-8946.12,1193.45,-112.11,4.19,300,300,5,0,3052,0,0,1), + (151224,15316,531,0,0,-8941.39,1176.03,-112.11,4.86,300,300,5,0,3052,0,0,1), + (151225,15316,531,0,0,-8932.57,1217.05,-112.11,2.7,300,300,5,0,3052,0,0,1), + (151226,15316,531,0,0,-8926.72,1271.06,-112.11,4.56,300,300,5,0,3052,0,0,1), + (151227,15316,531,0,0,-8925.15,1291.84,-112.12,4.83,300,300,5,0,3052,0,0,1), + (151228,15316,531,0,0,-8912.13,1257.08,-112.11,5.52,300,300,5,0,3052,0,0,1), + (151229,15316,531,0,0,-8907.63,1211.98,-112.11,3.63,300,300,5,0,3052,0,0,1), + (151230,15316,531,0,0,-8887.09,1259.5,-112.11,0.1,300,300,5,0,3052,0,0,1), + (151231,15316,531,0,0,-8861.51,1233.07,-104.14,4.96,300,300,5,0,3052,0,0,1), + (151232,15317,531,0,0,-9020.5,1259.17,-112.2,4.60366,300,300,5,0,3052,0,0,1), + (151233,15317,531,0,0,-9004.96,1249.45,-112.189,4.47042,300,300,5,0,3052,0,0,1), + (151234,15317,531,0,0,-9009.99,1272.72,-112.201,4.13978,300,300,5,0,3052,0,0,1), + (151235,15317,531,0,0,-9014.76,1261.87,-112.201,4.25732,300,300,5,0,3052,0,0,1), + (151236,15317,531,0,0,-9000.8,1269.74,-112.192,3.17324,300,300,5,0,3052,0,0,1), + (151237,15317,531,0,0,-8906.86,1285.33,-112.195,5.4009,300,300,5,0,3052,0,0,1), + (151238,15317,531,0,0,-8905.57,1259.63,-112.192,1.77915,300,300,5,0,3052,0,0,1), + (151239,15317,531,0,0,-8894.33,1271.05,-112.193,0.0122048,300,300,5,0,3052,0,0,1), + (151240,15317,531,0,0,-8901.86,1255.79,-112.192,5.0554,300,300,5,0,3052,0,0,1), + (151241,15317,531,0,0,-8885.53,1259.85,-112.191,0.0414227,300,300,5,0,3052,0,0,1), + (151242,15317,531,0,0,-8867.51,1213.1,-104.218,5.56339,300,300,5,0,3052,0,0,1), + (151243,15317,531,0,0,-8860.14,1191.53,-104.193,1.96046,300,300,5,0,3052,0,0,1), + (151244,15317,531,0,0,-8875.34,1204.35,-104.226,2.20796,300,300,5,0,3052,0,0,1), + (151245,15317,531,0,0,-8863.42,1178.78,-104.149,3.38267,300,300,5,0,3052,0,0,1), + (151246,15317,531,0,0,-8873.91,1185.03,-104.212,5.47831,300,300,5,0,3052,0,0,1), + (151247,15317,531,0,0,-8941.37,1182.83,-112.189,5.89537,300,300,5,0,3052,0,0,1), + (151248,15317,531,0,0,-8956.09,1166.47,-112.108,0.10472,300,300,5,0,3052,0,0,1), + (151249,15317,531,0,0,-8953.13,1185.03,-112.192,5.06059,300,300,5,0,3052,0,0,1), + (151250,15317,531,0,0,-8967.35,1165.74,-112.2,2.9592,300,300,5,0,3052,0,0,1), + (151251,15317,531,0,0,-8962.96,1177.33,-112.192,5.72301,300,300,5,0,3052,0,0,1), + (151252,15317,531,0,0,-8958.02,1261.19,-112.192,3.84043,300,300,5,0,3052,0,0,1), + (151253,15317,531,0,0,-8962.79,1255.11,-112.193,4.3816,300,300,5,0,3052,0,0,1), + (151254,15317,531,0,0,-8972.47,1263.49,-112.192,3.35233,300,300,5,0,3052,0,0,1), + (151255,15317,531,0,0,-8982.58,1268.48,-112.192,1.34994,300,300,5,0,3052,0,0,1), + (151256,15317,531,0,0,-8951.45,1285.19,-112.193,3.33876,300,300,5,0,3052,0,0,1), + (151257,15317,531,0,0,-8904.08,1216.64,-112.193,6.26552,300,300,5,0,3052,0,0,1), + (151258,15317,531,0,0,-8925.78,1221.35,-112.192,1.22091,300,300,5,0,3052,0,0,1), + (151259,15317,531,0,0,-8910.52,1206.11,-112.11,4.08407,300,300,5,0,3052,0,0,1), + (151260,15317,531,0,0,-8917.12,1216.25,-112.193,1.32301,300,300,5,0,3052,0,0,1), + (151261,15317,531,0,0,-8932.16,1207.21,-112.192,5.48034,300,300,5,0,3052,0,0,1), + (151262,15317,531,0,0,-9027.57,1165.17,-104.184,5.93627,300,300,5,0,3052,0,0,1), + (151263,15317,531,0,0,-9025.28,1188,-104.223,0.185053,300,300,5,0,3052,0,0,1), + (151264,15317,531,0,0,-9041.64,1180.35,-104.182,6.00331,300,300,5,0,3052,0,0,1), + (151265,15317,531,0,0,-9037.42,1199.08,-104.218,1.79552,300,300,5,0,3052,0,0,1), + (151266,15317,531,0,0,-9045.97,1187.99,-104.153,0.356153,300,300,5,0,3052,0,0,1), + (151267,15317,531,0,0,-8950.65,1210.44,-112.193,6.26091,300,300,5,0,3052,0,0,1), + (151268,15317,531,0,0,-8947.85,1250.14,-112.193,5.64062,300,300,5,0,3052,0,0,1), + (151269,15317,531,0,0,-8962.6,1198.53,-112.192,4.42085,300,300,5,0,3052,0,0,1), + (151270,15317,531,0,0,-8937.81,1229.07,-112.193,4.47785,300,300,5,0,3052,0,0,1), + (151271,15317,531,0,0,-8954.8,1234.6,-112.521,1.46425,300,300,5,0,3052,0,0,1), + (151272,15317,531,0,0,-8994.01,1224.54,-112.191,3.28426,300,300,5,0,3052,0,0,1), + (151273,15317,531,0,0,-8992.59,1214.39,-112.193,6.08263,300,300,5,0,3052,0,0,1), + (151274,15317,531,0,0,-8982.47,1210.15,-112.193,1.04671,300,300,5,0,3052,0,0,1), + (151275,15317,531,0,0,-8978.36,1197.77,-112.193,2.4892,300,300,5,0,3052,0,0,1), + (151276,15317,531,0,0,-8989,1202.58,-112.193,1.7322,300,300,5,0,3052,0,0,1), + (151277,15317,531,0,0,-8966.95,1337.85,-104.152,6.26146,300,300,5,0,3052,0,0,1), + (151278,15317,531,0,0,-8953.28,1323.53,-104.155,6.23162,300,300,5,0,3052,0,0,1), + (151279,15317,531,0,0,-8955.11,1344.16,-104.127,0.686889,300,300,5,0,3052,0,0,1), + (151280,15317,531,0,0,-8951.16,1332.96,-104.156,2.97784,300,300,5,0,3052,0,0,1), + (151281,15317,531,0,0,-9001.72,1322.95,-104.153,4.1495,300,300,5,0,3052,0,0,1), + (151282,15317,531,0,0,-9041.21,1418.47,-105.216,6.05629,300,300,5,0,3052,0,0,1), + (151283,15317,531,0,0,-9044.05,1416.1,-105.136,5.07891,300,300,5,0,3052,0,0,1), + (151284,15317,531,0,0,-9052.25,1412.9,-105.12,2.07694,300,300,5,0,3052,0,0,1), + (151285,15317,531,0,0,-9054.13,1419.32,-105.988,3.31613,300,300,5,0,3052,0,0,1), + (151286,15317,531,0,0,-9169.24,1474.29,-98.1862,4.57276,300,300,5,0,3052,0,0,1), + (151287,15317,531,0,0,-9177.54,1473.7,-98.7621,3.29867,300,300,5,0,3052,0,0,1), + (151288,15317,531,0,0,-9169.68,1478.29,-97.6799,1.0472,300,300,5,0,3052,0,0,1), + (151289,15317,531,0,0,-9179.27,1481.83,-96.9594,1.01229,300,300,5,0,3052,0,0,1), + (151290,15317,531,0,0,-9202.69,1517.66,-89.0815,2.89137,300,300,5,0,3052,0,0,1), + (151291,15317,531,0,0,-9197.69,1520.21,-88.2333,6.23083,300,300,5,0,3052,0,0,1), + (151292,15317,531,0,0,-9206.6,1528.84,-86.3935,1.35404,300,300,5,0,3052,0,0,1), + (151293,15317,531,0,0,-9205.34,1531.49,-85.5816,5.42139,300,300,5,0,3052,0,0,1), + (151294,15317,531,0,0,-9098.2,1357.66,-105.474,0.733038,300,300,5,0,3052,0,0,1), + (151295,15317,531,0,0,-9098.35,1364.72,-105.084,2.56563,300,300,5,0,3052,0,0,1), + (151296,15317,531,0,0,-9090.99,1356.73,-104.919,3.12414,300,300,5,0,3052,0,0,1), + (151297,15317,531,0,0,-9091.8,1342.17,-105.409,5.34071,300,300,5,0,3052,0,0,1), + (151298,15317,531,0,0,-9103.65,1446.38,-105.606,6.09081,300,300,5,0,3052,0,0,1), + (151299,15317,531,0,0,-9122.58,1402.76,-105.139,1.42396,300,300,5,0,3052,0,0,1), + (151300,15317,531,0,0,-9211.99,1577.88,-75.2209,4.27606,300,300,5,0,3052,0,0,1), + (151301,15317,531,0,0,-9220.24,1574.16,-76.4517,0.506145,300,300,5,0,3052,0,0,1), + (151302,15317,531,0,0,-9234,1568.05,-77.4827,1.60823,300,300,5,0,3052,0,0,1), + (151303,15317,531,0,0,-8902.26,1526.47,-93.7716,2.63407,300,300,5,0,3052,0,0,1), + (151304,15317,531,0,0,-8893.86,1513.27,-94.0896,2.64119,300,300,5,0,3052,0,0,1), + (151305,15317,531,0,0,-8704.92,1648.02,-82.7548,5.04153,300,300,5,0,3052,0,0,1), + (151306,15317,531,0,0,-8838.14,1532.92,-95.7097,0.651582,300,300,5,0,3052,0,0,1), + (151307,15317,531,0,0,-8921.13,1532.73,-95.0462,0.963794,300,300,5,0,3052,0,0,1), + (151308,15317,531,0,0,-8926.47,1370.91,-104.147,0.845118,300,300,5,0,3052,0,0,1), + (151309,15317,531,0,0,-9071.47,1387.37,-107.029,3.72829,300,300,5,0,3052,0,0,1), + (151310,15317,531,0,0,-9077.94,1381.13,-106.663,1.17318,300,300,5,0,3052,0,0,1), + (151311,15317,531,0,0,-9089.3,1401.04,-107.118,0.60321,300,300,5,0,3052,0,0,1), + (151312,15317,531,0,0,-9075.86,1399.42,-106.666,0.139626,300,300,5,0,3052,0,0,1), + (151313,15317,531,0,0,-9191.72,1653.48,-64.6852,2.32718,300,300,5,0,3052,0,0,1), + (151314,15317,531,0,0,-9032.16,1322.91,-104.044,2.07694,300,300,5,0,3052,0,0,1), + (151315,15317,531,0,0,-9179.3,1667.07,-60.5059,2.56563,300,300,5,0,3052,0,0,1), + (151316,15317,531,0,0,-9189.78,1675.19,-59.4095,3.12414,300,300,5,0,3052,0,0,1), + (151317,15317,531,0,0,-9197.97,1678.84,-58.491,5.34071,300,300,5,0,3052,0,0,1), + (151318,15317,531,0,0,-9180.08,1683.3,-55.1011,4.72984,300,300,5,0,3052,0,0,1), + (151319,15317,531,0,0,-9188.11,1629.72,-68.9029,2.52805,300,300,5,0,3052,0,0,1), + (154229,16861,533,0,0,2931.33,-3190.24,273.371,3.1229,3520,3520,0,0,113175,12430,0,2), + (154230,16021,533,0,0,3000.56,-3248.15,294.146,0.349066,4224,4224,0,0,45318,0,0,0), + (154231,16022,533,0,0,3002.62,-3252.27,294.146,1.81514,4224,4224,0,0,42728,0,0,0), + (154232,16020,533,0,0,3004.45,-3251.56,294.146,2.09439,4224,4224,0,0,50304,0,0,0), + (154233,16022,533,0,0,3004.78,-3246.98,294.146,4.11898,4224,4224,0,0,42728,0,0,0), + (154234,16020,533,0,0,3005.44,-3248.76,294.146,2.89725,4224,4224,0,0,50304,0,0,0), + (154235,16022,533,0,0,2997.87,-3245.62,294.146,5.81195,4224,4224,0,0,42728,0,0,0), + (154236,16020,533,0,0,3003.09,-3245.75,294.146,3.87463,4224,4224,0,0,50304,0,0,0), + (154237,16022,533,0,0,3001.31,-3244.87,294.146,4.74729,4224,4224,0,0,42728,0,0,0), + (154238,16020,533,0,0,2999.64,-3244.76,294.146,4.85202,4224,4224,0,0,50304,0,0,0), + (154239,16022,533,0,0,3006.07,-3250.05,294.146,3.03687,4224,4224,0,0,42728,0,0,0), + (81782,16037,533,0,0,2759.66,-3575.94,255.715,3.67816,30,30,5,0,10682,0,0,1), + (81781,16037,533,0,0,2766.36,-3610.83,255.69,1.95477,30,30,5,0,10682,0,0,1), + (154271,15333,509,0,0,-9454.14,1478.27,21.9098,0,7200,7200,10,0,5228,0,0,1), + (154272,15333,509,0,0,-9459.7,1449.44,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154273,15333,509,0,0,-9483.07,1451.08,21.5639,0,7200,7200,10,0,5228,0,0,1), + (154274,15333,509,0,0,-9450.05,1421.97,28.1765,0,7200,7200,10,0,5228,0,0,1), + (154275,15333,509,0,0,-9513.56,1479.65,22.2486,0,7200,7200,10,0,5228,0,0,1), + (154276,15333,509,0,0,-9490.96,1377.26,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154277,15333,509,0,0,-9505.34,1333.31,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154278,15333,509,0,0,-9508.57,1374.4,21.5957,0,7200,7200,10,0,5228,0,0,1), + (154279,15333,509,0,0,-9515.23,1454.33,21.5901,0,7200,7200,10,0,5228,0,0,1), + (154280,15333,509,0,0,-9491.53,1360.08,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154281,15333,509,0,0,-9512.14,1355.35,21.6165,0,7200,7200,10,0,5228,0,0,1), + (154282,15333,509,0,0,-9551.56,1409.27,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154283,15333,509,0,0,-9482.93,1476.49,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154284,15333,509,0,0,-9559.84,1520.47,21.6515,0,7200,7200,10,0,5228,0,0,1), + (154285,15333,509,0,0,-9574.34,1512.6,21.5778,0,7200,7200,10,0,5228,0,0,1), + (154286,15333,509,0,0,-9545.74,1387,21.5177,0,7200,7200,10,0,5228,0,0,1), + (154287,15333,509,0,0,-9581.65,1491.3,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154288,15333,509,0,0,-9579.63,1395.69,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154289,15333,509,0,0,-9594.46,1441.32,22.4516,0,7200,7200,10,0,5228,0,0,1), + (154290,15333,509,0,0,-9584.55,1420.72,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154291,15333,509,0,0,-9602.17,1462.6,21.5113,0,7200,7200,10,0,5228,0,0,1), + (154292,15333,509,0,0,-9584,1553.76,21.6199,0,7200,7200,10,0,5228,0,0,1), + (154293,15333,509,0,0,-9585.22,1613.31,23.2533,0,7200,7200,10,0,5228,0,0,1), + (154294,15333,509,0,0,-9612.37,1553.32,21.6044,0,7200,7200,10,0,5228,0,0,1), + (154295,15333,509,0,0,-9578.83,1576.93,21.7141,0,7200,7200,10,0,5228,0,0,1), + (154296,15333,509,0,0,-9654.63,1554.07,21.5171,0,7200,7200,10,0,5228,0,0,1), + (154297,15333,509,0,0,-9612.52,1582.69,21.8863,0,7200,7200,10,0,5228,0,0,1), + (154298,15333,509,0,0,-9721.52,1488.81,21.666,0,7200,7200,10,0,5228,0,0,1), + (154299,15333,509,0,0,-9654.82,1581.08,21.6016,0,7200,7200,10,0,5228,0,0,1), + (154300,15333,509,0,0,-9612.97,1617.02,21.8657,0,7200,7200,10,0,5228,0,0,1), + (154301,15333,509,0,0,-9681.8,1551.27,21.6371,0,7200,7200,10,0,5228,0,0,1), + (154302,15333,509,0,0,-9641.95,1616,21.8403,0,7200,7200,10,0,5228,0,0,1), + (154303,15333,509,0,0,-9678.7,1578.13,21.5177,0,7200,7200,10,0,5228,0,0,1), + (154304,15333,509,0,0,-9747.84,1513.58,22.5953,0,7200,7200,10,0,5228,0,0,1), + (154305,15333,509,0,0,-9587.78,1643.62,21.7198,0,7200,7200,10,0,5228,0,0,1), + (154306,15333,509,0,0,-9741.56,1486.36,23.0929,0,7200,7200,10,0,5228,0,0,1), + (154307,15333,509,0,0,-9615.77,1642.61,21.5624,0,7200,7200,10,0,5228,0,0,1), + (154308,15333,509,0,0,-9669.85,1652.36,21.5133,0,7200,7200,10,0,5228,0,0,1), + (154309,15333,509,0,0,-9650.34,1651.37,21.5823,0,7200,7200,10,0,5228,0,0,1), + (154310,15333,509,0,0,-9655.47,1675.04,22.2827,0,7200,7200,10,0,5228,0,0,1), + (154311,11454,429,0,0,55.3767,-713.761,-25.0775,3.61283,7200,7200,2,0,7842,0,0,1), + (154312,11451,429,0,0,55.9418,-720.741,-25.0775,6.24828,7200,7200,2,0,7842,0,0,1), + (154313,11451,429,0,0,56.7221,-706.941,-25.0775,4.5204,7200,7200,2,0,7842,0,0,1), + (154314,11454,429,0,0,22.7961,-680.046,-25.0783,3.89208,7200,7200,2,0,7842,0,0,1), + (154315,11451,429,0,0,24.2224,-674.951,-25.1616,4.14954,7200,7200,2,0,7842,0,0,1), + (154316,11451,429,0,0,15.5073,-680.307,-25.0783,5.81195,7200,7200,2,0,7842,0,0,1), + (154317,11454,429,0,0,59.6724,-603.951,-25.1302,5.07981,7200,7200,2,0,7842,0,0,1), + (154318,11451,429,0,0,55.0125,-602.04,-25.0646,3.37677,7200,7200,2,0,7842,0,0,1), + (154319,11451,429,0,0,65.0294,-608.021,-25.0719,6.16101,7200,7200,2,0,7842,0,0,1), + (154320,11455,429,0,0,51.3525,-721.915,-25.1438,0,7200,7200,0,0,5490,7519,0,2), + (154321,13196,429,0,0,51.1273,-748.835,-25.1003,0,7200,7200,0,0,15198,0,0,2), + (154322,13197,429,0,0,51.1273,-748.835,-25.1003,0,7200,7200,0,0,12954,4326,0,2), + (154323,13196,429,0,0,51.1414,-755.75,-25.0891,0,7200,7200,0,0,15198,0,0,2), + (154324,13197,429,0,0,51.1414,-755.75,-25.0891,0,7200,7200,0,0,12954,4326,0,2), + (154325,13196,429,0,0,61.9258,-648.15,-25.1335,0,7200,7200,0,0,15198,0,0,2), + (154326,13197,429,0,0,61.9258,-648.15,-25.1335,0,7200,7200,0,0,12954,4326,0,2), + (154327,13196,429,0,0,64.6844,-620.783,-25.1592,0,7200,7200,0,0,15198,0,0,2), + (154328,13197,429,0,0,64.6844,-620.783,-25.1592,0,7200,7200,0,0,12954,4326,0,2), + (154329,11456,429,0,0,12.2163,-707.55,-25.0783,1.93732,7200,7200,2,0,8097,0,0,1), + (154330,11456,429,0,0,64.4071,-678.472,-25.0772,4.13643,7200,7200,2,0,8097,0,0,1), + (154331,11456,429,0,0,30.1011,-618.51,-25.0722,2.37365,7200,7200,2,0,8097,0,0,1), + (154332,11456,429,0,0,111.56,-367.658,-4.10329,0,7200,7200,0,0,8097,0,0,2), + (154333,11454,429,0,0,57.5876,-400.81,-4.13621,2.07694,7200,7200,2,0,7842,0,0,1), + (154334,11451,429,0,0,52.2995,-397.91,-4.13716,0.523599,7200,7200,2,0,7842,0,0,1), + (154335,11451,429,0,0,61.941,-399.15,-4.13689,2.51327,7200,7200,2,0,7842,0,0,1), + (154336,11454,429,0,0,-21.4801,-401.265,-4.13795,1.27409,7200,7200,2,0,7842,0,0,1), + (154337,11451,429,0,0,-27.4422,-398.865,-4.22046,4.90128,7200,7200,2,0,7842,0,0,1), + (154338,11451,429,0,0,-14.4985,-399.14,-4.13787,2.23402,7200,7200,2,0,7842,0,0,1), + (154339,11454,429,0,0,-80.4437,-401.602,-4.13549,1.8326,7200,7200,2,0,7842,0,0,1), + (154340,11451,429,0,0,-75.5403,-395.85,-4.13737,2.54818,7200,7200,2,0,7842,0,0,1), + (154341,11451,429,0,0,-86.6004,-400.982,-4.21903,1.08976,7200,7200,2,0,7842,0,0,1), + (154342,11454,429,0,0,-17.7285,-459.476,-4.14758,4.55531,7200,7200,2,0,7842,0,0,1), + (154343,11451,429,0,0,-12.4978,-462.705,-4.15329,3.61283,7200,7200,2,0,7842,0,0,1), + (154344,11451,429,0,0,-25.777,-462.07,-4.14609,5.79449,7200,7200,2,0,7842,0,0,1), + (154345,11455,429,0,0,53.2125,-458.915,-4.13168,6.26573,7200,7200,2,0,5490,7519,0,1), + (154346,11455,429,0,0,2.77891,-426.083,-4.22211,0,7200,7200,0,0,5490,7519,0,2), + (154347,11455,429,0,0,-66.3458,-425.147,-4.22617,0,7200,7200,0,0,5490,7519,0,2), + (154348,11455,429,0,0,53.4373,-402.78,-4.21671,0,7200,7200,0,0,5490,7519,0,2), + (154349,11455,429,0,0,-23.1693,-457.025,-4.22551,0,7200,7200,0,0,5490,7519,0,2), + (154350,13196,429,0,0,21.0046,-457.192,-4.1597,0.715585,7200,7200,0,0,15198,0,0,0), + (154351,13197,429,0,0,21.0046,-457.192,-4.1597,0.715585,7200,7200,0,0,12954,4326,0,0), + (154352,13196,429,0,0,15.1764,-402.726,-4.138,4.92183,7200,7200,0,0,15198,0,0,0), + (154353,13197,429,0,0,15.1764,-402.726,-4.138,4.92183,7200,7200,0,0,12954,4326,0,0), + (154354,13196,429,0,0,-48.4529,-401.622,-4.13796,5.13127,7200,7200,0,0,15198,0,0,0), + (154355,13197,429,0,0,-48.4529,-401.622,-4.13796,5.13127,7200,7200,0,0,12954,4326,0,0), + (154356,13196,429,0,0,-104.776,-405.624,-4.13418,5.55015,7200,7200,0,0,15198,0,0,0), + (154357,13197,429,0,0,-104.776,-405.624,-4.13418,5.55015,7200,7200,0,0,12954,4326,0,0), + (154358,14327,429,0,0,-5.45062,-441.126,16.4179,0.531164,1000000,1000000,0,0,17816,8964,0,2), + (154359,14349,429,0,0,-6.91042,-440.736,16.4178,6.0218,1000000,1000000,0,0,6477,6489,0,0), + (154360,13196,429,0,0,-25.8675,-208.432,-3.97046,0.820305,7200,7200,0,0,15198,0,0,0), + (154361,13196,429,0,0,-85.9347,-208.182,-3.96894,0.541052,7200,7200,0,0,15198,0,0,0), + (154362,13196,429,0,0,-166.726,-271.487,-4.06308,5.68977,7200,7200,0,0,15198,0,0,0), + (154363,13196,429,0,0,-146.427,-366.639,-4.06831,1.90241,7200,7200,0,0,15198,0,0,0), + (154364,13196,429,0,0,-51.43,-358.119,-4.05449,2.16421,7200,7200,0,0,15198,0,0,0), + (154365,13196,429,0,0,70.9002,-357.223,-4.04807,0.977384,7200,7200,0,0,15198,0,0,0), + (154366,13021,429,0,0,-16.8805,-177.09,-2.63107,4.81711,7200,7200,0,0,16194,0,0,0), + (154367,13021,429,0,0,-87.1855,-173.293,-2.63107,4.86947,7200,7200,0,0,16194,0,0,0), + (154368,13021,429,0,0,-135.92,-278.62,-3.97313,3.47321,7200,7200,0,0,16194,0,0,0), + (154369,13021,429,0,0,-110.687,-357.62,-4.05201,1.65806,7200,7200,0,0,16194,0,0,0), + (154370,13021,429,0,0,-20.0212,-366.39,-4.04007,1.81514,7200,7200,0,0,16194,0,0,0), + (154371,13021,429,0,0,131.583,-352.838,-4.06887,3.36849,7200,7200,0,0,16194,0,0,0), + (154372,13021,429,0,0,134.906,-288.916,-4.06306,3.54302,7200,7200,0,0,16194,0,0,0), + (154373,13022,429,0,0,-148.843,-200.749,-4.21083,4.27233,7200,7200,2,0,1900,0,0,1), + (154374,13022,429,0,0,-149.702,-197.893,-4.21031,5.77921,7200,7200,2,0,1900,0,0,1), + (154375,13022,429,0,0,-156.945,-201.478,-4.06936,5.21853,7200,7200,2,0,1900,0,0,1), + (154376,13022,429,0,0,-152.666,-202.802,-4.06916,3.33358,7200,7200,2,0,1900,0,0,1), + (154377,13022,429,0,0,-157.879,-198.865,-4.18982,0.402479,7200,7200,2,0,1900,0,0,1), + (154378,13022,429,0,0,-154.058,-198.694,-4.19924,2.28912,7200,7200,2,0,1900,0,0,1), + (154379,13022,429,0,0,-154.099,-195.957,-4.20064,4.23252,7200,7200,2,0,1900,0,0,1), + (154380,13022,429,0,0,-147.416,-325.322,-4.14834,1.5089,7200,7200,2,0,1900,0,0,1), + (154381,13022,429,0,0,-143.089,-330.215,-4.02938,0.959931,7200,7200,2,0,1900,0,0,1), + (154382,13022,429,0,0,-140.131,-325.933,-4.09224,5.21016,7200,7200,2,0,1900,0,0,1), + (154383,13022,429,0,0,-139.72,-320.566,-4.08884,4.80789,7200,7200,2,0,1900,0,0,1), + (154384,13022,429,0,0,-142.503,-315.225,-4.11006,1.66281,7200,7200,2,0,1900,0,0,1), + (154385,13022,429,0,0,-138.617,-328.017,-3.99383,2.25147,7200,7200,2,0,1900,0,0,1), + (154386,13022,429,0,0,-136,-323.641,-4.06031,4.8053,7200,7200,2,0,1900,0,0,1), + (154387,13022,429,0,0,-80.2455,-350.76,-3.99503,1.93732,7200,7200,2,0,1900,0,0,1), + (154388,13022,429,0,0,-84.0316,-349.012,-4.0567,3.99263,7200,7200,2,0,1900,0,0,1), + (154389,13022,429,0,0,-78.0264,-346.742,-4.04545,5.75634,7200,7200,2,0,1900,0,0,1), + (154390,13022,429,0,0,-83.2647,-352.631,-4.07834,5.93665,7200,7200,2,0,1900,0,0,1), + (154391,13022,429,0,0,-88.6114,-353.518,-4.0837,5.33838,7200,7200,2,0,1900,0,0,1), + (154392,13022,429,0,0,-86.0241,-357.57,-4.05092,5.48033,7200,7200,2,0,1900,0,0,1), + (154393,13022,429,0,0,-75.468,-349.99,-3.9886,1.71042,7200,7200,2,0,1900,0,0,1), + (154394,13022,429,0,0,53.6343,-353.286,-4.01717,3.92699,7200,7200,2,0,1900,0,0,1), + (154395,13022,429,0,0,49.1207,-353.705,-4.02085,3.01942,7200,7200,2,0,1900,0,0,1), + (154396,13022,429,0,0,44.475,-354.61,-4.02848,1.5708,7200,7200,2,0,1900,0,0,1), + (154397,13022,429,0,0,39.5877,-355.57,-4.03657,0.10472,7200,7200,2,0,1900,0,0,1), + (154398,13022,429,0,0,51.5748,-349.531,-3.98683,0.122173,7200,7200,2,0,1900,0,0,1), + (154399,13022,429,0,0,45.7938,-349.025,-3.98307,3.21141,7200,7200,2,0,1900,0,0,1), + (154400,13022,429,0,0,40.7124,-351.442,-4.003,2.47837,7200,7200,2,0,1900,0,0,1), + (154401,13022,429,0,0,111.065,-324.665,-4.01276,2.42601,7200,7200,2,0,1900,0,0,1), + (154402,13022,429,0,0,116.839,-329.884,-4.14893,2.53066,7200,7200,2,0,1900,0,0,1), + (154403,13022,429,0,0,121.124,-325.982,-4.16182,5.76204,7200,7200,2,0,1900,0,0,1), + (154404,13022,429,0,0,115.748,-327.539,-4.14523,0.318494,7200,7200,2,0,1900,0,0,1), + (154405,13022,429,0,0,109.902,-329.777,-4.0035,2.84489,7200,7200,2,0,1900,0,0,1), + (154406,13022,429,0,0,112.82,-334.044,-4.13689,1.36265,7200,7200,2,0,1900,0,0,1), + (154407,13022,429,0,0,114.94,-320.727,-4.04562,1.32645,7200,7200,2,0,1900,0,0,1), + (154408,13022,429,0,0,110.844,-255.06,-4.09403,3.22507,7200,7200,2,0,1900,0,0,1), + (154409,13022,429,0,0,115.729,-259.257,-4.1305,1.7137,7200,7200,2,0,1900,0,0,1), + (154410,13022,429,0,0,111.401,-260.037,-4.09867,4.40331,7200,7200,2,0,1900,0,0,1), + (154411,13022,429,0,0,115.432,-263.394,-4.13027,1.33576,7200,7200,2,0,1900,0,0,1), + (154412,13022,429,0,0,110.253,-269.029,-4.08908,4.45622,7200,7200,2,0,1900,0,0,1), + (154413,13022,429,0,0,106.298,-266.643,-3.97269,0.314159,7200,7200,2,0,1900,0,0,1), + (154414,13022,429,0,0,111.893,-272.557,-4.10279,1.21066,7200,7200,2,0,1900,0,0,1), + (154415,11464,429,0,0,-36.193,-205.04,-4.10713,0,7200,7200,0,0,6273,3175,0,2), + (154416,11462,429,0,0,-36.193,-205.04,-4.10713,0,7200,7200,0,0,7599,0,0,0), + (154417,11462,429,0,0,-36.193,-205.04,-4.10713,0,7200,7200,0,0,7599,0,0,0), + (154418,11464,429,0,0,-115.532,-200.983,-4.09197,0,7200,7200,0,0,6273,3175,0,2), + (154419,11462,429,0,0,-115.532,-200.983,-4.09197,0,7200,7200,0,0,7599,0,0,0), + (154420,11462,429,0,0,-115.532,-200.983,-4.09197,0,7200,7200,0,0,7599,0,0,0), + (154421,11464,429,0,0,-159.065,-285.835,-4.17517,0,7200,7200,0,0,6273,3175,0,2), + (154422,11462,429,0,0,-159.065,-285.835,-4.17517,0,7200,7200,0,0,7599,0,0,0), + (154423,11462,429,0,0,-159.065,-285.835,-4.17517,0,7200,7200,0,0,7599,0,0,0), + (154424,11464,429,0,0,-34.0211,-368.15,-4.10071,0,7200,7200,0,0,6273,3175,0,2), + (154425,11462,429,0,0,-34.0211,-368.15,-4.10071,0,7200,7200,0,0,7599,0,0,0), + (154426,11462,429,0,0,-34.0211,-368.15,-4.10071,0,7200,7200,0,0,7599,0,0,0), + (154427,11464,429,0,0,-96.5183,-347.559,-4.04812,0,7200,7200,0,0,6273,3175,0,2), + (154428,11462,429,0,0,-96.5183,-347.559,-4.04812,0,7200,7200,0,0,7599,0,0,0), + (154429,11462,429,0,0,-96.5183,-347.559,-4.04812,0,7200,7200,0,0,7599,0,0,0), + (154430,11464,429,0,0,71.9864,-345.765,-4.03809,0,7200,7200,0,0,6273,3175,0,2), + (154431,11462,429,0,0,71.9864,-345.765,-4.03809,0,7200,7200,0,0,7599,0,0,0), + (154432,11462,429,0,0,71.9864,-345.765,-4.03809,0,7200,7200,0,0,7599,0,0,0), + (154433,11464,429,0,0,102.259,-189.041,-4.14403,0,7200,7200,0,0,6273,3175,0,2), + (154434,11462,429,0,0,102.259,-189.041,-4.14403,0,7200,7200,0,0,7599,0,0,2), + (154435,11464,429,0,0,136.63,-297.89,-4.14037,0,7200,7200,0,0,6273,3175,0,2), + (154436,11462,429,0,0,136.63,-297.89,-4.14037,0,7200,7200,0,0,7599,0,0,2), + (154437,14354,429,0,0,86.1935,-197.888,-4.05657,1.76278,1000000,1000000,0,0,13362,13446,0,2), + (154438,13197,429,0,0,-35.181,-458.88,-58.5327,2.26893,7200,7200,0,0,12954,4326,0,0), + (154439,13197,429,0,0,47.3864,-447.764,-58.5225,3.75246,7200,7200,0,0,12954,4326,0,0), + (154440,13197,429,0,0,55.5946,-405.276,-58.5211,3.9968,7200,7200,0,0,12954,4326,0,0), + (154441,11453,429,0,0,-93.0634,-461.176,-58.6221,5.70493,7200,7200,2,0,6477,3244,0,1), + (154442,11452,429,0,0,-94.5833,-466.205,-58.6246,2.23612,7200,7200,2,0,8097,0,0,1), + (154443,11452,429,0,0,-84.7378,-460.673,-58.5294,2.68781,7200,7200,2,0,8097,0,0,1), + (154444,11457,429,0,0,-69.0547,-442.536,-58.6142,1.13804,7200,7200,2,0,6477,4326,0,1), + (154445,13276,429,0,0,-70.9053,-439.957,-58.6127,0.913746,7200,7200,2,0,3644,0,0,1), + (154446,13276,429,0,0,-64.4045,-442.443,-58.6145,1.04908,7200,7200,2,0,3644,0,0,1), + (154447,13276,429,0,0,-72.5177,-436.876,-58.611,4.10582,7200,7200,2,0,3644,0,0,1), + (154448,13276,429,0,0,-61.434,-444.802,-58.5307,6.16101,7200,7200,2,0,3644,0,0,1), + (154449,13276,429,0,0,-71.6369,-440.319,-58.6128,0.256474,7200,7200,2,0,3644,0,0,1), + (154450,11457,429,0,0,-6.88377,-459.375,-58.5461,0.872665,7200,7200,2,0,6477,4326,0,1), + (154451,13276,429,0,0,-3.22096,-460.538,-58.549,1.3439,7200,7200,2,0,3644,0,0,1), + (154452,13276,429,0,0,-14.1565,-460.888,-58.6237,4.10695,7200,7200,2,0,3644,0,0,1), + (154453,13276,429,0,0,-6.83229,-455.483,-58.5433,0.366519,7200,7200,2,0,3644,0,0,1), + (154454,13276,429,0,0,-3.05802,-456.817,-58.5464,0.366519,7200,7200,2,0,3644,0,0,1), + (154455,13276,429,0,0,-10.9179,-456.242,-58.6249,0.31074,7200,7200,2,0,3644,0,0,1), + (154456,11453,429,0,0,74.8293,-435.001,-58.5152,1.06465,7200,7200,2,0,6477,3244,0,1), + (154457,11453,429,0,0,68.7285,-422.43,-58.6015,5.77543,7200,7200,2,0,6477,3244,0,1), + (154458,11452,429,0,0,70.4284,-429.825,-58.6012,0.320256,7200,7200,2,0,8097,0,0,1), + (154459,11452,429,0,0,74.9546,-417.913,-58.5995,0.030332,7200,7200,2,0,8097,0,0,1), + (154460,11457,429,0,0,37.3552,-392.268,-58.5272,2.37365,7200,7200,2,0,6477,4326,0,1), + (154461,13276,429,0,0,32.1917,-393.651,-58.6118,0.535442,7200,7200,2,0,3644,0,0,1), + (154462,13276,429,0,0,42.2916,-388.172,-58.5281,5.48033,7200,7200,2,0,3644,0,0,1), + (154463,13276,429,0,0,40.4389,-397.353,-58.5258,1.71042,7200,7200,2,0,3644,0,0,1), + (154464,13276,429,0,0,34.4894,-396.159,-58.5277,1.20428,7200,7200,2,0,3644,0,0,1), + (154465,13276,429,0,0,43.4029,-392.169,-58.5266,4.11898,7200,7200,2,0,3644,0,0,1), + (154466,11453,429,0,0,-23.6704,-398.692,-58.6164,0.80207,7200,7200,2,0,6477,3244,0,1), + (154467,11453,429,0,0,-10.3481,-393.132,-58.5304,1.90241,7200,7200,2,0,6477,3244,0,1), + (154468,11452,429,0,0,-16.0019,-395.454,-58.5304,4.55531,7200,7200,2,0,8097,0,0,1), + (154469,11452,429,0,0,-28.3503,-391.94,-58.618,2.83299,7200,7200,2,0,8097,0,0,1), + (154470,11453,429,0,0,-90.2836,-391.934,-58.4822,3.01942,7200,7200,2,0,6477,3244,0,1), + (154471,11453,429,0,0,-79.7413,-389.324,-58.5109,1.25664,7200,7200,2,0,6477,3244,0,1), + (154472,11452,429,0,0,-84.0613,-392.13,-58.4799,0.959931,7200,7200,2,0,8097,0,0,1), + (154473,11452,429,0,0,-96.6476,-388.518,-58.52,4.5204,7200,7200,2,0,8097,0,0,1), + (154474,13321,429,0,0,1.08285,-427.635,-58.2154,0.942478,7200,7200,0,0,42,0,0,0), + (154475,13321,429,0,0,-21.3831,-431.467,-58.527,3.7001,7200,7200,0,0,42,0,0,0), + (154476,13321,429,0,0,-21.032,-425.93,-58.1864,1.81514,7200,7200,0,0,42,0,0,0), + (154477,13280,429,0,0,4.57887,-438.407,-59.954,0,1000000,1000000,0,0,22270,6723,0,2), + (154478,11456,429,0,0,-148.751,-487.5,-36.871,0,7200,7200,0,0,8097,0,0,2), + (154479,11456,429,0,0,46.9284,-465.54,-58.631,0,7200,7200,0,0,8097,0,0,2), + (154480,11456,429,0,0,-57.0053,-401.183,-58.5854,0,7200,7200,0,0,8097,0,0,2), + (154481,11456,429,0,0,4.50979,-386.047,-58.5316,1.16937,7200,7200,2,0,8097,0,0,1), + (154482,11457,429,0,0,4.60055,-437.18,-37.8782,4.27606,7200,7200,2,0,6477,4326,0,1), + (154483,13276,429,0,0,7.56612,-440.69,-37.8779,3.89208,7200,7200,2,0,3644,0,0,1), + (154484,13276,429,0,0,1.65759,-434.832,-37.9608,0.775787,7200,7200,2,0,3644,0,0,1), + (154485,13276,429,0,0,1.53725,-438.741,-37.9606,1.07755,7200,7200,2,0,3644,0,0,1), + (154486,13276,429,0,0,7.73413,-443.673,-37.8776,3.12414,7200,7200,2,0,3644,0,0,1), + (154487,13276,429,0,0,-1.03906,-435.259,-37.9609,5.92277,7200,7200,2,0,3644,0,0,1), + (154488,11490,429,0,0,-34.983,-448,-37.8785,0.191986,1000000,1000000,0,0,22272,0,0,0), + (154489,13022,429,0,0,122.508,-193.592,-55.2534,3.11933,7200,7200,2,0,1900,0,0,1), + (154490,13022,429,0,0,118.955,-189.796,-54.6273,3.18426,7200,7200,2,0,1900,0,0,1), + (154491,13022,429,0,0,115.228,-192.819,-55.0426,2.91091,7200,7200,2,0,1900,0,0,1), + (154492,13022,429,0,0,115.228,-195.967,-55.6115,3.54147,7200,7200,2,0,1900,0,0,1), + (154493,13022,429,0,0,118.605,-198.995,-55.8831,4.91481,7200,7200,2,0,1900,0,0,1), + (154494,13022,429,0,0,126.482,-204.473,-56.2875,4.26236,7200,7200,2,0,1900,0,0,1), + (154495,13022,429,0,0,110.761,-197.604,-55.6668,4.2586,7200,7200,2,0,1900,0,0,1), + (154496,13022,429,0,0,109.855,-191.323,-54.5,5.53269,7200,7200,2,0,1900,0,0,1), + (154497,13022,429,0,0,106.918,-189.179,-54.0493,1.81514,7200,7200,2,0,1900,0,0,1), + (154498,13022,429,0,0,103.901,-194.5,-54.9578,4.32842,7200,7200,2,0,1900,0,0,1), + (154499,13022,429,0,0,71.2551,-246.144,-55.5366,4.09156,7200,7200,2,0,1900,0,0,1), + (154500,13022,429,0,0,63.8949,-249.185,-55.0552,4.85084,7200,7200,2,0,1900,0,0,1), + (154501,13022,429,0,0,59.7906,-248.992,-54.0533,4.72984,7200,7200,2,0,1900,0,0,1), + (154502,13022,429,0,0,55.7535,-242.316,-53.6007,5.58505,7200,7200,2,0,1900,0,0,1), + (154503,13022,429,0,0,56.7207,-238.084,-54.3587,1.3439,7200,7200,2,0,1900,0,0,1), + (154504,13022,429,0,0,56.7486,-246.449,-53.4352,0.837758,7200,7200,2,0,1900,0,0,1), + (154505,13022,429,0,0,57.455,-251.973,-53.4174,0.366519,7200,7200,2,0,1900,0,0,1), + (154506,13022,429,0,0,63.5469,-252.569,-54.7081,0.366519,7200,7200,2,0,1900,0,0,1), + (154507,13022,429,0,0,67.7781,-247.753,-55.2964,1.98623,7200,7200,2,0,1900,0,0,1), + (154508,13022,429,0,0,53.5118,-249.622,-52.9581,0.802851,7200,7200,2,0,1900,0,0,1), + (154509,13022,429,0,0,5.00858,-220.212,-52.2055,3.47481,7200,7200,2,0,1900,0,0,1), + (154510,13022,429,0,0,9.43712,-224.578,-51.9292,0.964966,7200,7200,2,0,1900,0,0,1), + (154511,13022,429,0,0,12.13,-225.89,-51.8221,1.91029,7200,7200,2,0,1900,0,0,1), + (154512,13022,429,0,0,22.3773,-221.201,-53.114,1.01456,7200,7200,2,0,1900,0,0,1), + (154513,13022,429,0,0,1.01247,-216.771,-52.9695,3.64775,7200,7200,2,0,1900,0,0,1), + (154514,13022,429,0,0,-1.96242,-211.372,-52.9039,4.5204,7200,7200,2,0,1900,0,0,1), + (154515,13022,429,0,0,1.6678,-219.749,-52.6945,2.32129,7200,7200,2,0,1900,0,0,1), + (154516,13022,429,0,0,3.90308,-224.145,-52.1742,1.67569,7200,7200,2,0,1900,0,0,1), + (154517,13022,429,0,0,10.1914,-227.741,-51.7724,1.31605,7200,7200,2,0,1900,0,0,1), + (154518,13022,429,0,0,19.6784,-227.142,-52.278,3.83149,7200,7200,2,0,1900,0,0,1), + (154519,13022,429,0,0,7.36502,-309.685,-51.1112,4.55531,7200,7200,2,0,1900,0,0,1), + (154520,13022,429,0,0,11.0968,-310.742,-51.1119,5.48033,7200,7200,2,0,1900,0,0,1), + (154521,13022,429,0,0,2.38361,-311.532,-51.1185,1.71042,7200,7200,2,0,1900,0,0,1), + (154522,13022,429,0,0,-0.968268,-316.146,-50.6338,1.20428,7200,7200,2,0,1900,0,0,1), + (154523,13022,429,0,0,16.3331,-315.152,-51.0991,4.11898,7200,7200,2,0,1900,0,0,1), + (154524,13022,429,0,0,14.6583,-310.337,-51.3256,2.1293,7200,7200,2,0,1900,0,0,1), + (154525,13022,429,0,0,9.24688,-308.366,-51.3423,4.19783,7200,7200,2,0,1900,0,0,1), + (154526,13022,429,0,0,3.19254,-306.155,-51.7484,2.2254,7200,7200,2,0,1900,0,0,1), + (154527,13022,429,0,0,-0.529834,-310.036,-51.4927,5.50781,7200,7200,2,0,1900,0,0,1), + (154528,13022,429,0,0,13.7675,-306.717,-51.6435,3.9968,7200,7200,2,0,1900,0,0,1), + (154529,13022,429,0,0,-54.14,-220.836,-57.177,4.77728,7200,7200,2,0,1900,0,0,1), + (154530,13022,429,0,0,-54.2582,-223.259,-57.2345,3.52189,7200,7200,2,0,1900,0,0,1), + (154531,13022,429,0,0,-59.1212,-222.725,-57.2217,5.44105,7200,7200,2,0,1900,0,0,1), + (154532,13022,429,0,0,-62.9718,-220.366,-57.1655,5.67601,7200,7200,2,0,1900,0,0,1), + (154533,13022,429,0,0,-62.4816,-225.4,-57.2017,0.767945,7200,7200,2,0,1900,0,0,1), + (154534,13022,429,0,0,-59.6312,-229.747,-57.305,5.07891,7200,7200,2,0,1900,0,0,1), + (154535,13022,429,0,0,-54.873,-230.255,-57.4006,5.35956,7200,7200,2,0,1900,0,0,1), + (154536,13022,429,0,0,-55.9487,-225.63,-57.2907,0.44899,7200,7200,2,0,1900,0,0,1), + (154537,13022,429,0,0,-49.7393,-227.547,-57.4026,2.81523,7200,7200,2,0,1900,0,0,1), + (154538,13022,429,0,0,-50.1508,-223.593,-57.2426,0.113913,7200,7200,2,0,1900,0,0,1), + (154539,13022,429,0,0,-54.1523,-346.312,-54.1519,2.58309,7200,7200,2,0,1900,0,0,1), + (154540,13022,429,0,0,-56.9274,-344.93,-54.338,1.06465,7200,7200,2,0,1900,0,0,1), + (154541,13022,429,0,0,-57.7313,-341.407,-54.032,4.97419,7200,7200,2,0,1900,0,0,1), + (154542,13022,429,0,0,-60.2078,-339.055,-53.9214,1.6057,7200,7200,2,0,1900,0,0,1), + (154543,13022,429,0,0,-63.0057,-335.754,-53.699,4.55531,7200,7200,2,0,1900,0,0,1), + (154544,13022,429,0,0,-61.8909,-333.061,-53.1807,4.17134,7200,7200,2,0,1900,0,0,1), + (154545,13022,429,0,0,-57.3421,-331.607,-52.5392,1.90241,7200,7200,2,0,1900,0,0,1), + (154546,13022,429,0,0,-61.1368,-330.426,-52.7177,5.98648,7200,7200,2,0,1900,0,0,1), + (154547,13022,429,0,0,-65.628,-334.265,-53.7337,5.86431,7200,7200,2,0,1900,0,0,1), + (154548,13022,429,0,0,-54.4685,-349.823,-54.3427,2.94961,7200,7200,2,0,1900,0,0,1), + (154549,13022,429,0,0,-114.53,-298.031,-57.1758,2.37651,7200,7200,2,0,1900,0,0,1), + (154550,13022,429,0,0,-119.468,-295.465,-56.8971,3.50826,7200,7200,2,0,1900,0,0,1), + (154551,13022,429,0,0,-115.32,-295.053,-57.1688,3.51589,7200,7200,2,0,1900,0,0,1), + (154552,13022,429,0,0,-113.643,-286.896,-57.3958,0.44145,7200,7200,2,0,1900,0,0,1), + (154553,13022,429,0,0,-112.49,-292.047,-57.3941,3.20386,7200,7200,2,0,1900,0,0,1), + (154554,13022,429,0,0,-113.132,-297.049,-57.2797,2.96803,7200,7200,2,0,1900,0,0,1), + (154555,13022,429,0,0,-114.571,-303.104,-57.0566,0.488692,7200,7200,2,0,1900,0,0,1), + (154556,13022,429,0,0,-118.833,-302.067,-57.0399,4.88111,7200,7200,2,0,1900,0,0,1), + (154557,13022,429,0,0,-111.067,-302.288,-57.2519,0.994838,7200,7200,2,0,1900,0,0,1), + (154558,13022,429,0,0,-107.508,-295.857,-57.6574,3.88216,7200,7200,2,0,1900,0,0,1), + (154559,13022,429,0,0,-149.588,-191.55,-50.2393,4.06322,7200,7200,2,0,1900,0,0,1), + (154560,13022,429,0,0,-148.164,-194.851,-51.1721,5.45461,7200,7200,2,0,1900,0,0,1), + (154561,13022,429,0,0,-149.81,-199.836,-52.1027,2.33874,7200,7200,2,0,1900,0,0,1), + (154562,13022,429,0,0,-148.09,-204.423,-53.0782,1.0472,7200,7200,2,0,1900,0,0,1), + (154563,13022,429,0,0,-140.036,-200.326,-53.2361,0.174533,7200,7200,2,0,1900,0,0,1), + (154564,13022,429,0,0,-141.949,-193.913,-51.5956,2.64255,7200,7200,2,0,1900,0,0,1), + (154565,13022,429,0,0,-134.406,-189.794,-50.3224,6.12191,7200,7200,2,0,1900,0,0,1), + (154566,13022,429,0,0,-141.793,-189.652,-50.5362,5.3421,7200,7200,2,0,1900,0,0,1), + (154567,13022,429,0,0,-135.247,-191.384,-50.871,0.344104,7200,7200,2,0,1900,0,0,1), + (154568,13022,429,0,0,-144.024,-197.906,-52.2458,0.750492,7200,7200,2,0,1900,0,0,1), + (154569,13285,429,0,0,83.368,-204.607,-56.7146,4.13643,7200,7200,2,0,16704,0,0,1), + (154570,13285,429,0,0,42.2531,-196.094,-53.098,2.32129,7200,7200,2,0,16704,0,0,1), + (154571,13285,429,0,0,-38.4972,-194.397,-55.7837,5.37561,7200,7200,2,0,16704,0,0,1), + (154572,13285,429,0,0,-114.832,-195.776,-52.6459,0.331613,7200,7200,2,0,16704,0,0,1), + (154573,13285,429,0,0,115.866,-356.124,-54.999,4.36332,7200,7200,2,0,16704,0,0,1), + (154574,13285,429,0,0,80.1832,-334.151,-53.8089,2.1293,7200,7200,2,0,16704,0,0,1), + (154575,13285,429,0,0,40.6147,-361.182,-54.0435,1.58825,7200,7200,2,0,16704,0,0,1), + (154576,13285,429,0,0,-129.867,-334.241,-56.7992,5.16617,7200,7200,2,0,16704,0,0,1), + (154577,13285,429,0,0,14.3321,-261.833,-52.0997,4.43314,7200,7200,2,0,16704,0,0,1), + (154578,13285,429,0,0,-99.1422,-249.61,-56.6773,5.14872,7200,7200,2,0,16704,0,0,1), + (154579,13285,429,0,0,-129.888,-246.628,-54.0495,5.41052,7200,7200,2,0,16704,0,0,1), + (154580,11465,429,0,0,-64.3225,-359.79,-55.9148,0,7200,7200,0,0,8352,0,0,2), + (154581,11461,429,0,0,-64.3225,-359.79,-55.9148,0,7200,7200,0,0,6681,3361,0,0), + (154582,11461,429,0,0,-64.3225,-359.79,-55.9148,0,7200,7200,0,0,6681,3361,0,0), + (154583,11465,429,0,0,-30.6938,-300.574,-54.0977,0,7200,7200,0,0,8352,0,0,2), + (154584,11461,429,0,0,-30.6938,-300.574,-54.0977,0,7200,7200,0,0,6681,3361,0,0), + (154585,11461,429,0,0,-30.6938,-300.574,-54.0977,0,7200,7200,0,0,6681,3361,0,0), + (154586,11465,429,0,0,-17.7006,-293.797,-54.1351,0,7200,7200,0,0,8352,0,0,2), + (154587,11461,429,0,0,-17.7006,-293.797,-54.1351,0,7200,7200,0,0,6681,3361,0,0), + (154588,11461,429,0,0,-17.7006,-293.797,-54.1351,0,7200,7200,0,0,6681,3361,0,0), + (154589,11465,429,0,0,81.8962,-283.248,-55.1609,0,7200,7200,0,0,8352,0,0,2), + (154590,11461,429,0,0,81.8962,-283.248,-55.1609,0,7200,7200,0,0,6681,3361,0,0), + (154591,11461,429,0,0,81.8962,-283.248,-55.1609,0,7200,7200,0,0,6681,3361,0,0), + (154592,11465,429,0,0,38.298,-314.189,-52.4531,0,7200,7200,0,0,8352,0,0,2), + (154593,11461,429,0,0,38.298,-314.189,-52.4531,0,7200,7200,0,0,6681,3361,0,0), + (154594,11461,429,0,0,38.298,-314.189,-52.4531,0,7200,7200,0,0,6681,3361,0,0), + (154595,11491,429,0,0,-72.1719,-283.252,-57.7497,4.08407,1000000,1000000,0,0,3589,0,0,0), + (154596,13021,429,0,0,330.651,-375.383,-71.0516,3.9968,7200,7200,0,0,16194,0,0,0), + (154597,13021,429,0,0,360.391,-436.849,-87.297,3.31613,7200,7200,0,0,16194,0,0,0), + (154598,13021,429,0,0,360.356,-490.424,-101.987,3.15905,7200,7200,0,0,16194,0,0,0), + (154599,13021,429,0,0,216.978,-356.29,-67.4426,5.11381,7200,7200,0,0,16194,0,0,0), + (154600,13021,429,0,0,187.1,-543.165,-111.892,0.680678,7200,7200,0,0,16194,0,0,0), + (154601,13021,429,0,0,197.831,-483.199,-100.907,0,7200,7200,0,0,16194,0,0,2), + (154602,13285,429,0,0,290.355,-470.042,-119.878,3.31613,7200,7200,2,0,16704,0,0,1), + (154603,13197,429,0,0,290.355,-470.042,-119.878,3.31613,7200,7200,2,0,12954,4326,0,1), + (154604,13022,429,0,0,292.697,-476.578,-119.036,5.58505,7200,7200,2,0,1900,0,0,1), + (154605,13022,429,0,0,287.544,-479.895,-119.036,5.74213,7200,7200,2,0,1900,0,0,1), + (154606,13022,429,0,0,299.18,-474.913,-119.036,2.80998,7200,7200,2,0,1900,0,0,1), + (154607,13022,429,0,0,292.824,-482.119,-119.036,3.89208,7200,7200,2,0,1900,0,0,1), + (154608,13285,429,0,0,285.642,-501.949,-119.036,2.14675,7200,7200,2,0,16704,0,0,1), + (154609,13197,429,0,0,285.642,-501.949,-119.036,2.14675,7200,7200,2,0,12954,4326,0,1), + (154610,13022,429,0,0,281.187,-499.258,-119.036,0,7200,7200,2,0,1900,0,0,1), + (154611,13022,429,0,0,289.159,-504.723,-119.036,0,7200,7200,2,0,1900,0,0,1), + (154612,13022,429,0,0,282.743,-504.313,-119.036,0,7200,7200,2,0,1900,0,0,1), + (154613,13022,429,0,0,288.645,-499.382,-119.036,0,7200,7200,2,0,1900,0,0,1), + (154614,13285,429,0,0,246.913,-485.775,-119.036,0,7200,7200,2,0,16704,0,0,1), + (154615,13197,429,0,0,246.913,-485.775,-119.036,0,7200,7200,2,0,12954,4326,0,1), + (154616,13022,429,0,0,245.336,-492.562,-119.036,0,7200,7200,2,0,1900,0,0,1), + (154617,13022,429,0,0,243.656,-487.932,-119.036,5.20108,7200,7200,2,0,1900,0,0,1), + (154618,13022,429,0,0,239.995,-491.467,-119.036,0,7200,7200,2,0,1900,0,0,1), + (154619,13022,429,0,0,241.339,-484.667,-119.036,0,7200,7200,2,0,1900,0,0,1), + (154620,11492,429,0,0,274.844,-427.251,-119.962,0.970313,1000000,1000000,5,0,32158,11445,0,2), + (154621,16045,429,0,0,262.09,-445.745,-119.878,4.32842,7200,7200,0,0,4120,0,0,0), + (155621,10080,209,0,0,1546.25,1017.14,8.87683,0.0109968,7200,7200,0,0,5544,0,0,0), + (155622,7269,209,0,0,1546.25,1017.14,8.87683,0.0109968,60,60,5,0,1782,0,0,1), + (155623,10081,209,0,0,1627.47,1186.85,8.87693,0.647954,7200,7200,15,0,5544,0,0,1), + (155624,7269,209,0,0,1627.47,1186.85,8.87693,0.647954,60,60,5,0,1782,0,0,1), + (155625,10082,209,0,0,1707.91,881.421,11.9567,1.64026,7200,7200,0,0,5544,0,0,2), + (190405,14990,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,120,0,0,2471,0,0,0), + (190404,14990,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,120,0,0,2471,0,0,0), + (190108,14990,1,0,0,-1245.35,58.3835,127.089,4.11898,120,120,0,0,2471,0,0,0), + (190109,14990,1,0,0,-1247.75,54.7024,127.217,1.0472,120,120,0,0,2471,0,0,0), + (160014,15197,0,0,0,1732.31,520.874,36.3326,1.30942,300,300,0,0,9763,0,0,0), + (160015,15199,0,0,0,-826.324,-532.834,14.45,0.470631,300,300,0,0,9763,0,0,0), + (160016,2110,229,0,0,57.878,-423.529,44.183,2.71643,120,120,5,0,1,0,0,1), + (160017,2110,229,0,0,94.9047,-368.988,117.515,0.482208,120,120,5,0,1,0,0,1), + (160018,2110,229,0,0,149.303,-262.18,110.901,1.94468,120,120,5,0,1,0,0,1), + (160019,2110,229,0,0,37.0828,-394.079,48.6343,3.63181,120,120,5,0,1,0,0,1), + (160020,2110,229,0,0,34.075,-374.541,48.6548,0.246422,120,120,5,0,1,0,0,1), + (160021,2110,229,0,0,-31.4703,-373.27,49.6087,0.318198,120,120,5,0,1,0,0,1), + (160022,2110,229,0,0,-55.0202,-326.92,70.942,1.63094,120,120,5,0,1,0,0,1), + (160023,2110,229,0,0,4.95625,-296.38,110.945,5.84245,120,120,5,0,1,0,0,1), + (160024,2110,229,0,0,-13.4976,-342.71,110.941,2.8313,120,120,5,0,1,0,0,1), + (160025,4076,229,0,0,139.954,-340.737,110.961,0.868892,120,120,5,0,8,0,0,1), + (160026,4076,229,0,0,17.7903,-326.493,110.943,3.70002,120,120,5,0,8,0,0,1), + (160027,4076,229,0,0,168.071,-424.094,110.472,3.03863,120,120,5,0,8,0,0,1), + (160028,4076,229,0,0,72.3656,-408.384,64.4311,5.58505,120,120,5,0,8,0,0,1), + (160029,4076,229,0,0,148.746,-321.861,110.94,1.58655,120,120,5,0,8,0,0,1), + (160030,4076,229,0,0,155.793,-301.34,110.655,0.169371,120,120,5,0,8,0,0,1), + (160031,4076,229,0,0,81.0487,-363.022,116.842,2.21464,120,120,5,0,8,0,0,1), + (160032,4076,229,0,0,8.89274,-264.88,110.943,3.5286,120,120,5,0,8,0,0,1), + (160033,4076,229,0,0,28.6155,-291.079,110.943,2.3785,120,120,5,0,8,0,0,1), + (160034,4076,229,0,0,-0.153835,-260.828,110.943,3.36014,120,120,5,0,8,0,0,1), + (160035,4076,229,0,0,135.851,-414.177,110.472,6.22106,120,120,5,0,8,0,0,1), + (160036,4076,229,0,0,-16.0931,-392.404,48.5157,1.31929,120,120,5,0,8,0,0,1), + (160037,9044,0,0,0,-7546.97,-1279.6,273.16,2.85963,120,120,0,0,7359,0,0,0), + (160038,9044,0,0,0,-7573.4,-1279.34,278.188,0.0718153,120,120,0,0,7359,0,0,0), + (160039,9044,0,0,0,-7548.78,-1276.79,273.162,-0.861968,120,120,0,0,7359,0,0,0), + (160040,9044,0,0,0,-7551.3,-1278.32,250.532,6.16482,120,120,0,0,7359,0,0,0), + (160041,9045,229,0,0,8.43384,-253.377,65.4404,5.46288,10800,10800,0,0,6078,2041,0,0), + (160042,9045,229,0,0,17.8031,-277.089,65.3758,1.12928,10800,10800,4,0,6078,2041,0,1), + (160043,9045,229,0,0,57.8383,-310.132,54.0015,3.57792,10800,10800,0,0,6078,2041,0,0), + (160044,9045,229,0,0,80.0859,-353.866,60.702,4.12093,10800,10800,0,0,6078,2041,0,0), + (160045,9045,229,0,0,81.9819,-315.561,55.7843,5.85476,10800,10800,4,0,6078,2041,0,1), + (160046,9045,229,0,0,48.0625,-257.407,65.4592,0.418879,10800,10800,0,0,6078,2041,0,0), + (160047,9045,229,0,0,107.633,-311.387,54.0037,2.67035,10800,10800,0,0,6078,2041,0,0), + (160048,9045,229,0,0,29.0992,-396.495,48.8011,4.53786,10800,10800,0,0,6078,2041,0,0), + (160049,9045,229,0,0,107.412,-329.583,54.0033,5.20108,10800,10800,0,0,6078,2041,0,0), + (160050,9097,229,0,0,69.6397,-278.318,60.6777,0.296706,10800,10800,0,0,7599,0,0,0), + (160051,9097,229,0,0,9.05815,-257.731,65.4136,0.698132,10800,10800,0,0,7599,0,0,0), + (160052,9097,229,0,0,90.2249,-280.722,60.6818,4.83456,10800,10800,0,0,7599,0,0,0), + (160053,9097,229,0,0,66.2384,-274.532,60.7346,6.23082,10800,10800,0,0,7599,0,0,0), + (160054,9097,229,0,0,18.861,-285.759,65.3758,5.17706,10800,10800,5,0,7599,0,0,1), + (160055,9097,229,0,0,12.9029,-279,65.3829,5.19926,10800,10800,5,0,7599,0,0,1), + (160056,9097,229,0,0,52.8444,-312.811,54.0037,0.575959,10800,10800,0,0,7599,0,0,2), + (160057,9097,229,0,0,52.1843,-307.34,54.0019,5.25344,10800,10800,0,0,7599,0,0,0), + (160058,9097,229,0,0,46.6778,-270.906,65.3656,3.29382,10800,10800,0,0,7599,0,0,0), + (160059,9097,229,0,0,45.1149,-280.844,65.3549,4.18092,10800,10800,4,0,7599,0,0,1), + (160060,9097,229,0,0,74.9769,-319.471,55.7844,6.20161,10800,10800,4,0,7599,0,0,1), + (160061,9097,229,0,0,51.8909,-287.351,65.4592,3.03687,10800,10800,0,0,7599,0,0,0), + (160062,9097,229,0,0,70.9496,-282.071,60.6077,3.89208,10800,10800,0,0,7599,0,0,2), + (160063,9097,229,0,0,80.2358,-286.308,60.6998,0.152765,10800,10800,0,0,7599,0,0,2), + (160064,9097,229,0,0,83.9848,-287.04,60.6998,3.38829,10800,10800,0,0,7599,0,0,0), + (160065,9097,229,0,0,71.373,-346.424,60.702,6.12824,10800,10800,0,0,7599,0,0,0), + (160066,9097,229,0,0,51.745,-307.42,53.919,5.666,10800,10800,0,0,7599,0,0,0), + (160068,9097,229,0,0,8.8431,-326.523,48.8573,5.11381,10800,10800,0,0,7599,0,0,2), + (160069,9097,229,0,0,81.6109,-325.341,55.8671,1.79769,10800,10800,0,0,7599,0,0,0), + (160070,9097,229,0,0,30.9196,-399.683,48.7868,2.8416,10800,10800,0,0,7599,0,0,2), + (160071,9097,229,0,0,90.1113,-354.348,60.7854,4.4855,10800,10800,0,0,7599,0,0,0), + (160072,9097,229,0,0,91.5369,-361.906,60.7854,2.25148,10800,10800,0,0,7599,0,0,0), + (160073,9097,229,0,0,102.172,-308.932,54.0022,5.91667,10800,10800,0,0,7599,0,0,0), + (160074,9097,229,0,0,107.024,-306.314,54.0037,4.2237,10800,10800,0,0,7599,0,0,0), + (160075,9097,229,0,0,94.6544,-275.047,60.7526,3.14159,10800,10800,0,0,7599,0,0,0), + (160076,9097,229,0,0,107.279,-324.247,54.0037,3.50811,10800,10800,0,0,7599,0,0,0), + (160077,9097,229,0,0,14.2494,-254.14,65.4355,3.68265,10800,10800,0,0,7599,0,0,0), + (160078,9097,229,0,0,6.909,-271.978,65.4107,0.20944,10800,10800,0,0,7599,0,0,0), + (160079,9098,229,0,0,57.5052,-314.922,54.0019,2.26893,10800,10800,0,0,6078,4082,0,0), + (160080,9098,229,0,0,44.0753,-274.978,65.3712,2.98813,10800,10800,4,0,6078,4082,0,1), + (160081,9098,229,0,0,85.1054,-358.043,60.702,3.21588,10800,10800,0,0,6078,4082,0,0), + (160082,9098,229,0,0,52.4136,-255.367,65.4592,3.63029,10800,10800,0,0,6078,4082,0,0), + (160083,9098,229,0,0,12.893,-329.743,48.8472,3.15905,10800,10800,0,0,6078,4082,0,0), + (160084,9098,229,0,0,102.43,-314.698,54.0012,1.06465,10800,10800,0,0,6078,4082,0,0), + (160085,9098,229,0,0,26.0838,-398.582,48.8248,6.07375,10800,10800,0,0,6078,4082,0,0), + (160086,9098,229,0,0,105.506,-332.577,54.0028,6.23082,10800,10800,0,0,6078,4082,0,0), + (160087,9098,229,0,0,14.1216,-259.228,65.4331,2.35619,10800,10800,0,0,6078,4082,0,0), + (160088,9197,229,0,0,-22.3431,-395.947,48.6226,2.7924,7200,7200,1,0,11135,11205,0,1), + (160089,9197,229,0,0,-16.8941,-385.101,48.9515,0.593412,7200,7200,1,0,11135,11205,0,1), + (160090,9197,229,0,0,-40.6361,-372.216,50.5612,0.855211,7200,7200,1,0,11135,11205,0,1), + (160091,9216,229,0,0,-29.912,-388.997,48.7112,1.81514,7200,7200,1,0,13920,0,0,1), + (160092,9216,229,0,0,-44.3139,-364.787,52.0571,1.8326,7200,7200,1,0,13920,0,0,1), + (160093,9216,229,0,0,-22.8555,-377.87,49.0487,6.16101,7200,7200,1,0,13920,0,0,1), + (160094,9257,229,0,0,9.25125,-332.557,48.7951,1.23918,10800,10800,0,0,6078,2041,0,0), + (160095,9258,229,0,0,42.2404,-400.9,48.789,1.39626,10800,10800,0,0,7599,0,0,0), + (160096,9258,229,0,0,18.6335,-319.564,48.9254,4.69494,10800,10800,0,0,7599,0,0,0), + (160097,9416,229,0,0,44.2465,-401.75,48.8482,1.41372,10800,10800,0,0,3189,0,0,0), + (160098,9416,229,0,0,39.9758,-401.308,48.734,1.37881,10800,10800,0,0,3189,0,0,0), + (160099,9416,229,0,0,15.7057,-319.695,48.9296,4.81711,10800,10800,0,0,3189,0,0,0), + (160100,9416,229,0,0,21.6264,-319.307,48.9218,4.59022,10800,10800,0,0,3189,0,0,0), + (45783,9717,229,0,0,-51.6103,-304.008,70.9413,1.59768,7200,7200,0,0,6681,2241,0,0), + (160103,9692,229,0,0,-48.3513,-331.665,71.0322,2.98451,10800,10800,0,0,8352,0,0,0), + (160104,9583,229,0,0,-59.6305,-342.961,70.9415,1.32436,7200,7200,0,0,8613,0,0,2), + (160105,9696,229,0,0,-48.098,-329.209,71.0323,3.07178,10800,10800,0,0,2699,0,0,0), + (160106,9696,229,0,0,-48.495,-335.444,71.0313,2.23402,10800,10800,0,0,2699,0,0,0), + (160107,10799,229,0,0,44.4994,-372.649,48.7903,4.89366,7200,7200,0,0,3857,0,0,2), + (160108,9096,229,0,0,102.164,-253.798,106.517,4.7232,10800,10800,0,0,14355,0,0,2), + (160109,9096,229,0,0,100.743,-246.005,106.519,2.6529,10800,10800,0,0,14355,0,0,0), + (160110,9096,229,0,0,94.5186,-256.703,91.5369,6.26573,10800,10800,0,0,14355,0,0,0), + (160111,9096,229,0,0,101.678,-237.667,106.519,3.54302,10800,10800,0,0,14355,0,0,0), + (160112,9096,229,0,0,96.1789,-268.54,91.5311,1.37881,10800,10800,0,0,14355,0,0,0), + (160113,9096,229,0,0,137.036,-318.309,70.9563,5.08041,10800,10800,0,0,14355,0,0,2), + (160114,9096,229,0,0,150.644,-315.391,70.9563,5.66602,10800,10800,5,0,14355,0,0,1), + (160115,9096,229,0,0,195.742,-314.75,76.8874,3.92974,10800,10800,5,0,14355,0,0,1), + (160116,9096,229,0,0,197.965,-292.812,76.9322,0.638528,10800,10800,5,0,14355,0,0,1), + (160117,9096,229,0,0,136.282,-308.682,111.073,0.279253,10800,10800,0,0,14355,0,0,0), + (160118,9096,229,0,0,165.521,-394.921,122.059,4.67748,10800,10800,0,0,14355,0,0,0), + (160119,9096,229,0,0,167.357,-340.571,111.034,2.79253,10800,10800,0,0,14355,0,0,0), + (160120,9096,229,0,0,157.819,-330.472,70.9563,3.1255,10800,10800,5,0,14355,0,0,1), + (160121,9096,229,0,0,138.316,-395.086,122.059,4.76475,10800,10800,0,0,14355,0,0,0), + (160122,9096,229,0,0,128.02,-315.29,111.029,2.98451,10800,10800,0,0,14355,0,0,0), + (160123,9096,229,0,0,137.12,-338.784,111.045,0.645772,10800,10800,0,0,14355,0,0,0), + (160124,9096,229,0,0,151.826,-337.478,110.951,1.61005,10800,10800,0,0,14355,0,0,2), + (160125,9096,229,0,0,92.245,-427.635,111.006,3.15905,10800,10800,0,0,14355,0,0,0), + (160126,9096,229,0,0,97.9175,-333.681,106.519,1.93731,10800,10800,0,0,14355,0,0,0), + (160128,9096,229,0,0,103.098,-364.339,116.926,5.86431,10800,10800,0,0,14355,0,0,0), + (160129,9817,229,0,0,144.583,-257.865,110.915,4.26042,10800,10800,0,0,7107,2369,0,2), + (160130,9817,229,0,0,163.503,-247.514,111.026,2.09439,120,120,0,0,7107,2369,0,0), + (160131,9817,229,0,0,234.324,-306.764,77.0605,2.44346,10800,10800,0,0,7107,2369,0,0), + (160132,9817,229,0,0,232.84,-297.491,77.0546,4.08407,10800,10800,0,0,7107,2369,0,0), + (160133,9817,229,0,0,154.429,-289.456,71.0298,6.17846,10800,10800,0,0,7107,2369,0,0), + (160134,9817,229,0,0,159.043,-288.596,71.0319,3.64774,10800,10800,0,0,7107,2369,0,0), + (160135,9817,229,0,0,125.033,-346.358,71.0462,1.6057,10800,10800,0,0,7107,2369,0,0), + (160136,9817,229,0,0,124.872,-334.523,71.0431,4.69494,10800,10800,0,0,7107,2369,0,0), + (160137,9817,229,0,0,159.006,-347.022,71.0129,0.802851,10800,10800,0,0,7107,2369,0,0), + (160138,9817,229,0,0,190.633,-263.959,77.0332,0.959931,10800,10800,0,0,7107,2369,0,0), + (160139,9817,229,0,0,128.322,-295.045,71.0612,3.87463,10800,10800,0,0,7107,2369,0,0), + (160140,9817,229,0,0,120.166,-295.049,71.0618,5.49779,10800,10800,0,0,7107,2369,0,0), + (160141,9817,229,0,0,215.52,-337.733,76.9524,3.10669,10800,10800,0,0,7107,2369,0,0), + (160142,9817,229,0,0,223.16,-257.427,82.3018,4.6804,10800,10800,0,0,7107,2369,0,0), + (160143,9817,229,0,0,228.41,-257.581,82.1291,4.68053,10800,10800,0,0,7107,2369,0,0), + (160144,9817,229,0,0,90.0266,-367.406,117.519,2.51327,10800,10800,0,0,7107,2369,0,0), + (160145,9817,229,0,0,172.879,-365.445,116.926,2.84489,10800,10800,0,0,7107,2369,0,0), + (160146,9817,229,0,0,85.7341,-373.624,116.926,0.680678,10800,10800,0,0,7107,2369,0,0), + (160147,9817,229,0,0,92.4034,-419.884,110.923,2.60951,10800,10800,0,0,7107,2369,0,0), + (160148,9817,229,0,0,178.113,-364.09,116.926,4.95674,10800,10800,0,0,7107,2369,0,0), + (160149,9818,229,0,0,159.269,-245.613,111.026,6.23082,10800,10800,0,0,7107,2369,0,0), + (160150,9818,229,0,0,223.704,-297.484,77.0515,5.46288,10800,10800,0,0,7107,2369,0,0), + (160151,9818,229,0,0,224.405,-307.493,77.0506,0.785398,10800,10800,0,0,7107,2369,0,0), + (160152,9818,229,0,0,156.815,-283.34,71.0354,1.98968,10800,10800,0,0,7107,2369,0,0), + (160153,9818,229,0,0,119.028,-340.441,71.046,0.0349066,10800,10800,0,0,7107,2369,0,0), + (160154,9818,229,0,0,130.432,-340.068,71.0431,3.1765,10800,10800,0,0,7107,2369,0,0), + (160155,9818,229,0,0,188.856,-258.877,77.0358,6.07375,10800,10800,0,0,7107,2369,0,0), + (160156,9818,229,0,0,121.719,-301.577,71.056,0.750492,10800,10800,0,0,7107,2369,0,0), + (160157,9818,229,0,0,151.103,-358.37,71.0217,1.20428,10800,10800,0,0,7107,2369,0,0), + (160158,9818,229,0,0,212.137,-339.792,76.9863,1.15192,10800,10800,0,0,7107,2369,0,0), + (160159,9818,229,0,0,225.988,-257.48,82.1147,4.67958,10800,10800,0,0,7107,2369,0,0), + (160160,9818,229,0,0,85.6391,-366.95,116.926,0.802851,10800,10800,0,0,7107,2369,0,0), + (160161,9818,229,0,0,169.916,-367.142,116.926,1.13446,10800,10800,0,0,7107,2369,0,0), + (160162,9818,229,0,0,89.0475,-420.604,110.922,0.948393,10800,10800,0,0,7107,2369,0,0), + (160163,9818,229,0,0,179.995,-365.894,116.926,3.19395,10800,10800,0,0,7107,2369,0,0), + (160164,9819,229,0,0,168.431,-288.574,111.025,2.9147,10800,10800,0,0,8883,0,0,0), + (160165,9819,229,0,0,168.53,-282.207,111.025,3.38594,10800,10800,0,0,8883,0,0,0), + (160166,9819,229,0,0,168.467,-285.358,111.025,3.15905,10800,10800,0,0,8883,0,0,0), + (160167,9819,229,0,0,162.63,-243.074,111.034,4.32842,10800,10800,0,0,8883,0,0,0), + (160168,9819,229,0,0,142.862,-272.084,111.027,6.21337,10800,10800,0,0,8883,0,0,0), + (160169,9819,229,0,0,142.973,-277.891,111.027,0.139626,10800,10800,0,0,8883,0,0,0), + (160170,9819,229,0,0,142.902,-275.03,111.027,0.0349066,10800,10800,0,0,8883,0,0,0), + (160171,9818,229,0,0,87.1749,-363.085,117.796,4.72984,10800,10800,0,0,7107,2369,0,0), + (160173,9819,229,0,0,157.249,-291.752,71.0334,1.69297,10800,10800,0,0,8883,0,0,0), + (160175,9819,229,0,0,157.88,-359.291,71.0256,1.53589,10800,10800,0,0,8883,0,0,0), + (160176,9819,229,0,0,194.615,-255.949,77.0194,4.31096,10800,10800,0,0,8883,0,0,0), + (160177,9819,229,0,0,195.222,-271.913,77.0306,3.78736,10800,10800,0,0,8883,0,0,0), + (160178,9819,229,0,0,191.329,-272.01,77.0306,5.61996,10800,10800,0,0,8883,0,0,0), + (160179,9819,229,0,0,122.052,-293.157,71.0618,5.49779,10800,10800,0,0,8883,0,0,0), + (160180,9819,229,0,0,150.514,-354.058,71.0197,5.21853,10800,10800,0,0,8883,0,0,0), + (160182,9819,229,0,0,141.71,-299.483,111.032,0.0349066,10800,10800,0,0,8883,0,0,0), + (160183,9819,229,0,0,141.763,-302.243,111.032,0.122173,10800,10800,0,0,8883,0,0,0), + (160185,9819,229,0,0,170.606,-362.353,116.924,4.86947,10800,10800,0,0,8883,0,0,0), + (160186,9819,229,0,0,177.831,-367.561,116.926,1.15192,10800,10800,0,0,8883,0,0,0), + (160187,9819,229,0,0,141.792,-296.81,111.031,6.23082,10800,10800,0,0,8883,0,0,0), + (160188,9819,229,0,0,161.538,-320.877,111.025,3.12414,10800,10800,0,0,8883,0,0,0), + (160189,9819,229,0,0,161.471,-314.998,111.022,3.19395,10800,10800,0,0,8883,0,0,0), + (160190,9819,229,0,0,161.449,-317.886,111.023,3.1765,10800,10800,0,0,8883,0,0,0), + (160191,9819,229,0,0,149.201,-252.045,110.908,1.20428,10800,10800,0,0,8883,0,0,0), + (160192,9819,229,0,0,91.7421,-416.045,110.923,4.09627,10800,10800,0,0,8883,0,0,0), + (160193,9819,229,0,0,149.249,-249.037,110.908,4.86947,10800,10800,0,0,8883,0,0,0), + (160194,10083,229,0,0,161.314,-393.649,122.059,4.86947,10800,10800,0,0,6891,2289,0,0), + (160195,10083,229,0,0,163.388,-345.262,111.035,1.85005,10800,10800,0,0,6891,2289,0,0), + (160196,10083,229,0,0,140.759,-342.796,111.05,1.39626,10800,10800,0,0,6891,2289,0,0), + (160197,10083,229,0,0,141.698,-394.829,122.059,4.86947,10800,10800,0,0,6891,2289,0,0), + (160198,10083,229,0,0,136.424,-316.189,111.064,0.0174533,10800,10800,0,0,6891,2289,0,0), + (160199,10083,229,0,0,128.294,-309.379,111.032,3.35103,10800,10800,0,0,6891,2289,0,0), + (160200,10083,229,0,0,81.0064,-284.353,91.5332,5.95157,10800,10800,1,0,6891,2289,0,1), + (160201,10083,229,0,0,74.9968,-316.266,91.5203,1.44344,10800,10800,1,0,6891,2289,0,1), + (160202,10083,229,0,0,102.802,-332.121,106.519,2.21657,10800,10800,0,0,6891,2289,0,0), + (160203,10317,229,0,0,164.434,-285.266,111.026,0,10800,10800,0,0,15260,0,0,0), + (160204,10317,229,0,0,-9.2655,-265.803,111.027,5.67232,10800,10800,0,0,15260,0,0,0), + (160205,10317,229,0,0,30.4171,-332.907,111.027,4.76475,10800,10800,0,0,15260,0,0,0), + (160206,10317,229,0,0,37.3332,-333.779,111.027,4.66003,10800,10800,0,0,15260,0,0,0), + (160207,10317,229,0,0,24.4352,-268.222,111.027,2.83062,10800,10800,0,0,15260,0,0,0), + (160208,10317,229,0,0,16.4384,-269.506,111.027,0.921553,10800,10800,0,0,15260,0,0,0), + (160209,10317,229,0,0,-13.7762,-274.926,111.027,5.89921,10800,10800,0,0,15260,0,0,0), + (160210,10317,229,0,0,146.275,-275.064,111.027,3.10669,10800,10800,0,0,15260,0,0,0), + (160211,10317,229,0,0,158.335,-317.906,110.735,0.0349066,10800,10800,0,0,15260,0,0,0), + (160212,10317,229,0,0,144.601,-299.439,110.735,3.08923,10800,10800,0,0,15260,0,0,0), + (160213,10317,229,0,0,97.52,-480.134,116.842,5.56261,10800,10800,0,0,15260,0,0,0), + (160214,10317,229,0,0,38.3995,-449.673,110.948,0.364839,10800,10800,0,0,15260,0,0,0), + (160215,10317,229,0,0,34.606,-492.847,110.952,4.41198,10800,10800,0,0,15260,0,0,0), + (160216,10317,229,0,0,29.507,-385.555,110.748,5.42797,10800,10800,0,0,15260,0,0,0), + (160217,10318,229,0,0,38.164,-385.48,110.798,4.18879,10800,10800,0,0,15260,0,0,0), + (160218,10318,229,0,0,-8.14168,-341.893,111.027,0.767945,10800,10800,0,0,15260,0,0,0), + (160219,10318,229,0,0,40.8485,-453.153,110.941,0.95231,10800,10800,0,0,15260,0,0,0), + (160220,10318,229,0,0,29.7336,-492.837,110.952,5.05601,10800,10800,0,0,15260,0,0,0), + (160221,10318,229,0,0,26.2074,-471.869,110.956,3.10178,10800,10800,0,0,15260,0,0,0), + (160222,10318,229,0,0,21.385,-471.687,110.956,0.001029,10800,10800,0,0,15260,0,0,0), + (160223,10318,229,0,0,41.0048,-479.188,110.932,5.05601,10800,10800,0,0,15260,0,0,2), + (160224,10318,229,0,0,-5.02656,-352.543,111.027,0.959931,10800,10800,0,0,15260,0,0,0), + (160225,10319,229,0,0,40.012,-434.539,110.959,1.52763,10800,10800,0,0,12208,0,0,0), + (160226,10319,229,0,0,27.9355,-434.259,110.958,1.55318,10800,10800,0,0,12208,0,0,0), + (160227,10319,229,0,0,-3.29208,-259.911,111.027,5.48033,10800,10800,0,0,12208,0,0,0), + (160228,10319,229,0,0,40.669,-330.527,111.027,4.62512,10800,10800,0,0,12208,0,0,0), + (160230,10319,229,0,0,16.7259,-259.339,111.027,5.44596,10800,10800,0,0,12208,0,0,0), + (160231,10319,229,0,0,-18.4047,-338.186,111.027,0.593412,10800,10800,0,0,12208,0,0,0), + (160232,10319,229,0,0,30.4783,-381.184,110.766,4.97419,10800,10800,0,0,12208,0,0,0), + (160233,10319,229,0,0,122.05,-471.58,117.02,4.68,10800,10800,0,0,12208,0,0,0), + (160234,10319,229,0,0,112.37,-478.28,117.02,1.64,10800,10800,0,0,12208,0,0,0), + (160235,10319,229,0,0,11.5631,-465.026,110.939,2.76657,10800,10800,0,0,12208,0,0,0), + (160236,10319,229,0,0,11.787,-459.402,110.939,3.40745,10800,10800,0,0,12208,0,0,0), + (160237,10319,229,0,0,23.2415,-470.123,110.956,4.59183,10800,10800,0,0,12208,0,0,0), + (160238,10319,229,0,0,83.5422,-474.662,116.842,4.68,10800,10800,0,0,12208,0,0,2), + (160239,10319,229,0,0,33.2388,-451.331,110.947,1.64,10800,10800,0,0,12208,0,0,2), + (160240,10319,229,0,0,37.0285,-381.152,110.768,4.29351,10800,10800,0,0,12208,0,0,0), + (160241,10366,229,0,0,30.7608,-498.281,110.951,1.6034,10800,10800,0,0,18312,0,0,0), + (160242,10366,229,0,0,44.8667,-448.338,110.937,3.66744,10800,10800,0,0,18312,0,0,0), + (160243,10371,229,0,0,33.9682,-327.537,111.027,4.72984,10800,10800,0,0,19422,0,0,0), + (160244,10371,229,0,0,20.2498,-263.245,111.027,3.65105,10800,10800,0,6,19422,0,0,2), + (160245,10371,229,0,0,-16.0222,-263.335,111.027,5.70723,10800,10800,0,0,19422,0,0,0), + (160246,10371,229,0,0,8.65487,-449.891,110.937,5.46285,10800,10800,0,0,19422,0,0,0), + (160247,10371,229,0,0,-10.6943,-350.008,111.027,0.855211,10800,10800,0,0,19422,0,0,0), + (160248,10372,229,0,0,-6.88011,-252.37,111.027,5.42797,10800,10800,0,0,18312,0,0,0), + (160249,10372,229,0,0,26.4126,-327.414,111.027,4.79965,10800,10800,0,0,18312,0,0,0), + (160250,10372,229,0,0,-15.5815,-344.315,111.027,0.715585,10800,10800,0,0,18312,0,0,0), + (160251,10372,229,0,0,16.2824,-449.795,110.948,4.05856,10800,10800,0,0,18312,0,0,0), + (160252,10372,229,0,0,6.22494,-461.476,110.932,0.00589,10800,10800,0,0,18312,0,0,0), + (160253,10372,229,0,0,23.0049,-476.629,110.956,1.52171,10800,10800,0,0,18312,0,0,0), + (160254,10372,229,0,0,23.718,-258.244,111.031,3.46037,10800,10800,0,0,18312,0,0,0), + (160255,10319,229,0,0,137.876,-449.432,121.975,1.64,10800,10800,0,0,12208,0,0,2), + (160256,10318,229,0,0,100.648,-480.02,116.843,3.13337,10800,10800,0,0,15260,0,0,0), + (160257,10509,229,0,0,144.583,-257.865,110.915,4.26042,1000000,1000000,0,0,8883,0,0,2), + (160258,15461,509,0,0,-8900.69,1727.25,24.3461,0,21600,21600,5,0,12208,0,0,1), + (160259,15461,509,0,0,-8914.26,1742.91,22.0113,0,21600,21600,5,0,12208,0,0,1), + (160260,15461,509,0,0,-8880.35,1770.7,24.445,0,21600,21600,5,0,12208,0,0,1), + (160261,15461,509,0,0,-8915.76,1778.08,21.7308,0,21600,21600,5,0,12208,0,0,1), + (160262,15461,509,0,0,-8934.18,1762.24,22.2246,0,21600,21600,5,0,12208,0,0,1), + (160263,15461,509,0,0,-9052.18,1860.62,23.1457,0,21600,21600,5,0,12208,0,0,1), + (160264,15461,509,0,0,-9036.04,1873.91,21.8181,0,21600,21600,5,0,12208,0,0,1), + (160265,15461,509,0,0,-9027.96,1838.34,21.4139,0,21600,21600,5,0,12208,0,0,1), + (160266,15461,509,0,0,-9015.55,1865.99,21.9854,0,21600,21600,5,0,12208,0,0,1), + (160267,15461,509,0,0,-9038.26,1895.25,22.7613,0,21600,21600,5,0,12208,0,0,1), + (160268,15461,509,0,0,-8960.71,1991.46,22.0744,0,21600,21600,5,0,12208,0,0,1), + (160269,15461,509,0,0,-8944.33,1987.3,21.572,0,21600,21600,5,0,12208,0,0,1), + (160270,15461,509,0,0,-8936.28,2012.22,22.8863,0,21600,21600,5,0,12208,0,0,1), + (160271,15461,509,0,0,-8933.26,2026.92,23.4071,0,21600,21600,5,0,12208,0,0,1), + (160272,15461,509,0,0,-8938.12,2034.67,22.7115,0,21600,21600,5,0,12208,0,0,1), + (160273,15461,509,0,0,-8818.19,1927.24,22.4211,0,21600,21600,5,0,12208,0,0,1), + (160274,15461,509,0,0,-8805.18,1934.11,21.4509,0,21600,21600,5,0,12208,0,0,1), + (160275,15461,509,0,0,-8792.73,1944.01,21.5709,0,21600,21600,5,0,12208,0,0,1), + (160276,15461,509,0,0,-8779.63,1927.8,27.1992,0,21600,21600,5,0,12208,0,0,1), + (160277,15461,509,0,0,-8778.4,1947.31,28.1363,0,21600,21600,5,0,12208,0,0,1), + (160278,15461,509,0,0,-9092.58,2208.42,21.399,0,21600,21600,5,0,12208,0,0,1), + (160279,15461,509,0,0,-9096.59,2190.66,21.5264,0,21600,21600,5,0,12208,0,0,1), + (160280,15461,509,0,0,-9099.93,2226.9,21.4321,0,21600,21600,5,0,12208,0,0,1), + (160281,15461,509,0,0,-9118.39,2222.72,21.7834,0,21600,21600,5,0,12208,0,0,1), + (160282,15461,509,0,0,-9112.7,2185.22,21.7017,0,21600,21600,5,0,12208,0,0,1), + (160283,15462,509,0,0,-8934.51,1745.81,21.5121,0,21600,21600,5,0,12204,0,0,1), + (160284,15462,509,0,0,-8897.33,1763.66,21.5113,0,21600,21600,5,0,12204,0,0,1), + (160285,15462,509,0,0,-8928.41,1757.76,21.5709,0,21600,21600,5,0,12204,0,0,1), + (160286,15462,509,0,0,-8890.03,1741.55,21.7629,0,21600,21600,5,0,12204,0,0,1), + (160287,15462,509,0,0,-8892.66,1790.65,21.9545,0,21600,21600,5,0,12204,0,0,1), + (160288,15462,509,0,0,-9052.43,1851.17,22.5182,0,21600,21600,5,0,12204,0,0,1), + (160289,15462,509,0,0,-9039.1,1826.13,22.9693,0,21600,21600,5,0,12204,0,0,1), + (160290,15462,509,0,0,-9053.79,1872,25.1763,0,21600,21600,5,0,12204,0,0,1), + (160291,15462,509,0,0,-9023.98,1857.41,21.44,0,21600,21600,5,0,12204,0,0,1), + (160292,15462,509,0,0,-9045.01,1887.68,24.1098,0,21600,21600,5,0,12204,0,0,1), + (160293,15462,509,0,0,-8949.8,1981.9,21.7988,0,21600,21600,5,0,12204,0,0,1), + (160294,15462,509,0,0,-8984.65,1996.08,23.2325,0,21600,21600,5,0,12204,0,0,1), + (160295,15462,509,0,0,-8931.82,1993.84,23.22,0,21600,21600,5,0,12204,0,0,1), + (160296,15462,509,0,0,-8961.84,2037.14,21.9954,0,21600,21600,5,0,12204,0,0,1), + (160297,15462,509,0,0,-8986.09,2006.35,22.9745,0,21600,21600,5,0,12204,0,0,1), + (160298,15462,509,0,0,-8785.46,1913.36,23.8924,0,21600,21600,5,0,12204,0,0,1), + (160299,15462,509,0,0,-8800.18,1951.54,21.4583,0,21600,21600,5,0,12204,0,0,1), + (160300,15462,509,0,0,-8774.19,1955.72,30.4158,0,21600,21600,5,0,12204,0,0,1), + (160301,15462,509,0,0,-8778.42,1938.9,29.201,0,21600,21600,5,0,12204,0,0,1), + (160302,15462,509,0,0,-8770.38,1966.52,30.5113,0,21600,21600,5,0,12204,0,0,1), + (160303,15462,509,0,0,-9127.25,2210.42,21.456,0,21600,21600,5,0,12204,0,0,1), + (160304,15462,509,0,0,-9112.87,2197.4,21.388,0,21600,21600,5,0,12204,0,0,1), + (160305,15462,509,0,0,-9106.81,2210.72,21.6139,0,21600,21600,5,0,12204,0,0,1), + (160306,15462,509,0,0,-9108.62,2221.69,21.5492,0,21600,21600,5,0,12204,0,0,1), + (160307,15462,509,0,0,-9088.33,2220.44,22.4991,0,21600,21600,5,0,12204,0,0,1), + (160308,15318,509,0,0,-9494.1,1385.02,21.4696,0,7200,7200,3,0,12208,0,0,1), + (160309,15318,509,0,0,-9489.29,1377.07,21.4239,0,7200,7200,3,0,12208,0,0,1), + (160310,15318,509,0,0,-9563.06,1500.71,22.5985,0,7200,7200,3,0,12208,0,0,1), + (160311,15318,509,0,0,-9574.33,1482.41,23.2879,0,7200,7200,3,0,12208,0,0,1), + (160312,15318,509,0,0,-9601.26,1416.93,23.4417,0,7200,7200,3,0,12208,0,0,1), + (160313,15318,509,0,0,-9601.54,1401.81,24.7593,0,7200,7200,3,0,12208,0,0,1), + (160314,15319,509,0,0,-9504.08,1392.79,21.5113,0,7200,7200,3,0,24416,0,0,1), + (160315,15319,509,0,0,-9512.38,1385.91,21.5113,0,7200,7200,3,0,24416,0,0,1), + (160316,15319,509,0,0,-9577.05,1507.54,21.5113,0,7200,7200,3,0,24416,0,0,1), + (160317,15319,509,0,0,-9592.78,1497.2,23.4605,0,7200,7200,3,0,24416,0,0,1), + (160318,15319,509,0,0,-9579.89,1380.55,24.3395,0,7200,7200,3,0,24416,0,0,1), + (160319,15319,509,0,0,-9590.5,1406.24,21.4804,0,7200,7200,3,0,24416,0,0,1), + (160320,15336,509,0,0,-9479.98,1370.8,23.4108,0,7200,7200,3,0,28296,0,0,1), + (160321,15336,509,0,0,-9523.09,1384.06,21.5113,0,7200,7200,3,0,28296,0,0,1), + (160322,15336,509,0,0,-9580.99,1481.15,21.8463,0,7200,7200,3,0,28296,0,0,1), + (160323,15336,509,0,0,-9572.92,1493.35,21.4345,0,7200,7200,3,0,28296,0,0,1), + (160324,15336,509,0,0,-9595.52,1427.91,22.6834,0,7200,7200,3,0,28296,0,0,1), + (160325,15336,509,0,0,-9592.34,1390.45,24.9715,0,7200,7200,3,0,28296,0,0,1), + (160326,10408,329,0,0,3841.89,-3614.96,145.062,0,1800,1800,0,0,8352,0,0,2), + (160327,10408,329,0,0,3821.82,-3635.05,146.268,0,1800,1800,0,0,8352,0,0,2), + (160328,10408,329,0,0,3844.01,-3685.72,143.404,0,1800,1800,0,0,8352,0,0,2), + (160329,10408,329,0,0,3857.21,-3682.06,142.894,0,1800,1800,0,0,8352,0,0,2), + (160330,10408,329,0,0,3982.11,-3631.74,130.292,0,1800,1800,0,0,8352,0,0,2), + (160331,10408,329,0,0,3843.04,-3672.38,144.223,0,1800,1800,0,0,8352,0,0,2), + (160332,10408,329,0,0,4052.77,-3521.18,121.645,0,1800,1800,0,0,8352,0,0,2), + (160333,10409,329,0,0,3841.89,-3614.96,145.062,0,1800,1800,0,0,8613,0,0,2), + (160334,10409,329,0,0,3821.82,-3635.05,146.268,0,1800,1800,0,0,8613,0,0,2), + (160335,10409,329,0,0,3844.01,-3685.72,143.404,0,1800,1800,0,0,8613,0,0,2), + (160336,10409,329,0,0,3857.21,-3682.06,142.894,0,1800,1800,0,0,8613,0,0,2), + (160337,10409,329,0,0,3982.11,-3631.74,130.292,0,1800,1800,0,0,8613,0,0,2), + (160338,10409,329,0,0,3843.04,-3672.38,144.223,0,1800,1800,0,0,8613,0,0,2), + (160339,10409,329,0,0,4052.77,-3521.18,121.645,0,1800,1800,0,0,8613,0,0,2), + (160340,10809,329,0,0,3841.89,-3614.96,145.062,0,604800,604800,0,0,15260,0,0,2), + (160341,723,0,0,0,-12482.2,-958.652,40.6509,1.42566,600,600,0,0,5346,0,0,2), + (160342,846,0,0,0,-10988.2,1600.1,45.6427,5.37523,300,300,5,0,300,0,0,1), + (160343,846,0,0,0,-10958.9,1603.63,47.8132,1.78282,300,300,5,0,300,0,0,1), + (160344,846,0,0,0,-10976.4,1610.5,46.0335,1.98,300,300,5,0,300,0,0,1), + (160345,846,0,0,0,-10990.2,1623.08,45.1017,4.4604,300,300,5,0,300,0,0,1), + (160346,846,0,0,0,-10962.3,1625.83,46.4382,3.24442,300,300,5,0,300,0,0,1), + (160355,5400,0,0,0,-10250.9,-4006.4,-99.7118,0.401091,28800,28800,0,0,6414,0,0,0), + (160356,5400,0,0,0,-10213.7,-4012.92,-99.7109,3.16962,28800,28800,0,0,6414,0,0,0), + (160357,5400,0,0,0,-10229.9,-3997.75,-109.881,4.61083,28800,28800,0,0,6414,0,0,0), + (160358,5399,0,0,0,-10301,-4028.2,-74.8377,2.79036,28800,28800,0,0,6186,0,0,0), + (160359,3652,1,0,0,-621.612,-2270.82,18.8419,2.67112,28800,28800,0,0,1347,0,0,0), + (160360,14237,1,0,0,-4240.73,-2866.63,37.1291,5.23007,28800,28800,0,0,1981,0,0,0), + (160361,14237,1,0,0,-4240.14,-3028.64,44.0589,4.23654,28800,28800,5,0,1981,0,0,1), + (160362,14237,1,0,0,-4513.47,-2809.81,34.1713,1.66829,28800,28800,5,0,1981,0,0,1), + (160363,14236,1,0,0,-4190,-4011,-9,4.337,28800,28800,7,0,2138,0,0,1), + (160364,9718,229,0,0,-94.917,-339.754,70.9524,1.55013,7200,7200,5,0,8883,0,0,1), + (190481,15106,0,0,0,1596.57,315.891,-41.3411,3.12414,120,120,0,0,4108,0,0,0), + (190480,15106,0,0,0,1593.71,316.03,-41.3411,6.21337,120,120,0,0,4108,0,0,0), + (190473,15106,0,0,0,1522.57,242.055,-41.3065,4.2586,120,120,0,0,4108,0,0,0), + (190472,15106,0,0,0,1521.09,238.709,-41.3065,1.18682,120,120,0,0,4108,0,0,0), + (190465,15106,0,0,0,1265.31,353.748,-63.6368,4.15388,120,120,0,0,4108,0,0,0), + (190464,15106,0,0,0,1263.18,350.778,-63.6459,0.977384,120,120,0,0,4108,0,0,0), + (190457,15106,1,0,0,-1051.35,236.734,134.64,5.35816,120,120,0,0,4108,0,0,0), + (190456,15106,1,0,0,-1049.16,234.144,134.639,2.32129,120,120,0,0,4108,0,0,0), + (190449,15106,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,120,0,0,4108,0,0,0), + (190448,15106,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,120,0,0,4108,0,0,0), + (190441,15106,1,0,0,-1275.75,135.88,132.1,2.32129,120,120,0,0,4108,0,0,0), + (190440,15106,1,0,0,-1277.94,138.47,131.94,5.35816,120,120,0,0,4108,0,0,0), + (190433,15106,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,120,0,0,4108,0,0,0), + (190432,15106,1,0,0,-1091.7,-17.997,140.475,1.13446,120,120,0,0,4108,0,0,0), + (190425,15106,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,120,0,0,4108,0,0,0), + (190424,15106,1,0,0,1936.91,-4712.06,37.331,1.18682,120,120,0,0,4108,0,0,0), + (190417,15106,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,120,0,0,4108,0,0,0), + (190416,15106,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,120,0,0,4108,0,0,0), + (190409,15106,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,120,0,0,4108,0,0,0), + (190408,15106,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,120,0,0,4108,0,0,0), + (190401,15106,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,120,0,0,4108,0,0,0), + (190400,15106,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,120,0,0,4108,0,0,0), + (190104,15106,1,0,0,-1245.35,58.3835,127.089,4.11898,120,120,0,0,4108,0,0,0), + (190105,15106,1,0,0,-1247.75,54.7024,127.217,1.0472,120,120,0,0,4108,0,0,0), + (190521,15103,0,0,0,-8569.02,537.091,101.549,5.49044,120,120,0,0,4108,0,0,0), + (190520,15103,0,0,0,-8570.55,536.096,101.568,5.53562,120,120,0,0,4108,0,0,2), + (190513,15103,0,0,0,-5001.03,-1179.84,501.66,5.94313,120,120,0,0,4108,0,0,0), + (190512,15103,0,0,0,-5007.03,-1177.84,501.66,5.94314,120,120,0,0,4108,0,0,2), + (190497,15103,1,0,0,9951.12,2089.54,1327.72,4.78566,120,120,0,0,4108,0,0,0), + (190496,15103,1,0,0,9952.47,2089.45,1327.72,4.78552,120,120,0,0,4108,0,0,2), + (190000,15103,0,0,0,-8840.63,652.959,97.1951,5.60251,300,300,0,0,4108,0,0,0), + (190001,15103,0,0,0,-8838.8,651.394,96.8924,2.42601,300,300,0,0,4108,0,0,0), + (190008,15103,0,0,0,-8876.83,542.382,106.366,0.558505,300,300,0,0,4108,0,0,0), + (190009,15103,0,0,0,-8873.52,544.724,106.367,3.82227,300,300,0,0,4108,0,0,0), + (190016,15103,0,0,0,-8850.69,589.49,93.7805,4.06662,300,300,0,0,4108,0,0,0), + (190017,15103,0,0,0,-8853.08,587.01,94.0289,0.680678,300,300,0,0,4108,0,0,0), + (190024,15103,0,0,0,-4916.43,-848.374,501.745,4.72984,300,300,0,0,4108,0,0,0), + (190025,15103,0,0,0,-4916.61,-852.305,501.745,1.48353,300,300,0,0,4108,0,0,0), + (190032,15103,0,0,0,-5033.75,-931.287,501.743,1.32645,300,300,0,0,4108,0,0,0), + (190033,15103,0,0,0,-5032.97,-926.68,501.743,4.64258,300,300,0,0,4108,0,0,0), + (190264,15103,1,0,0,9916.48,2345.54,1330.87,1.74533,300,300,0,0,4108,0,0,0), + (190265,15103,1,0,0,9916.64,2349.3,1330.87,4.92183,300,300,0,0,4108,0,0,0), + (190120,15103,1,0,0,9983.62,2350.23,1330.87,4.92183,120,120,0,0,4108,0,0,0), + (190121,15103,1,0,0,9984.56,2345.23,1330.87,1.74533,120,120,0,0,4108,0,0,0), + (190128,15103,1,0,0,9727.12,2542.52,1335.24,2.42602,300,300,0,0,4108,0,0,0), + (190129,15103,1,0,0,9724.21,2545,1335.76,5.58505,300,300,0,0,4108,0,0,0), + (190144,15103,0,0,0,-4680.56,-985.584,501.646,3.08923,300,300,0,0,4108,0,0,0), + (190145,15103,0,0,0,-4683.46,-985.091,501.627,6.03884,300,300,0,0,4108,0,0,0), + (190152,15103,0,0,0,-8389.02,288.375,120.969,5.53269,300,300,0,0,4108,0,0,0), + (190153,15103,0,0,0,-8387.29,286.165,120.969,2.30383,300,300,0,0,4108,0,0,0), + (190160,15103,1,0,0,9962.13,2487.17,1316.12,3.9968,300,300,0,0,4108,0,0,0), + (190161,15103,1,0,0,9959.3,2484.38,1316.15,0.750492,300,300,0,0,4108,0,0,0), + (190168,15103,0,0,0,-5033.87,-1266.07,505.383,2.07694,120,120,0,0,4108,0,0,0), + (190169,15103,0,0,0,-5037.07,-1261.52,505.383,5.42797,120,120,0,0,4108,0,0,0), + (190176,15103,0,0,0,-8411.89,575.031,92.3179,0.855211,300,300,0,0,4108,0,0,0), + (190177,15103,0,0,0,-8409.07,578.255,92.0611,3.9968,300,300,0,0,4108,0,0,0), + (190112,15103,1,0,0,9961.1,2179.29,1327.8,5.13127,120,120,0,0,4108,0,0,0), + (190113,15103,1,0,0,9962.88,2175.22,1327.8,1.97222,120,120,0,0,4108,0,0,0), + (190136,15103,0,0,0,-4836.85,-1171.63,502.277,2.44346,300,300,0,0,4108,0,0,0), + (190137,15103,0,0,0,-4839.37,-1169.09,502.279,5.37562,300,300,0,0,4108,0,0,0), + (190435,15105,1,0,0,-1090.22,-15.3547,140.657,4.15388,120,120,0,0,1605,852,0,0), + (190434,15105,1,0,0,-1091.7,-17.997,140.475,1.13446,120,120,0,0,1605,852,0,0), + (190427,15105,1,0,0,1937.18,-4707.45,35.7722,4.36332,120,120,0,0,1605,852,0,0), + (190426,15105,1,0,0,1936.91,-4712.06,37.331,1.18682,120,120,0,0,1605,852,0,0), + (190419,15105,1,0,0,1743.73,-3966.88,49.4691,0.418879,120,120,0,0,1605,852,0,0), + (190418,15105,1,0,0,1747.5,-3965.36,50.0846,3.49066,120,120,0,0,1605,852,0,0), + (190411,15105,1,0,0,1665.84,-4344.94,61.5564,5.37561,120,120,0,0,1605,852,0,0), + (190410,15105,1,0,0,1667.64,-4346.96,61.5564,2.37365,120,120,0,0,1605,852,0,0), + (190403,15105,1,0,0,1660.66,-4385.63,24.2068,4.11898,120,120,0,0,1605,852,0,0), + (190402,15105,1,0,0,1658.86,-4389.01,23.9964,1.13446,120,120,0,0,1605,852,0,0), + (190106,15105,1,15247,0,-1245.48,58.3111,127.087,4.11898,300,300,0,0,1605,852,0,0), + (190107,15105,1,15250,0,-1247.75,54.7024,127.217,1.0472,300,300,0,0,1605,852,0,0), + (190523,15102,0,0,0,-8569.02,537.091,101.549,5.49044,120,120,0,0,1042,0,0,0), + (190522,15102,0,0,0,-8570.55,536.096,101.568,5.53562,120,120,0,0,1042,0,0,2), + (190515,15102,0,0,0,-5001.03,-1179.84,501.66,5.94313,120,120,0,0,1042,0,0,0), + (190514,15102,0,0,0,-5007.03,-1177.84,501.66,5.94314,120,120,0,0,1042,0,0,2), + (190499,15102,1,0,0,9951.12,2089.54,1327.72,4.78566,120,120,0,0,1042,0,0,0), + (190498,15102,1,0,0,9952.47,2089.45,1327.72,4.78552,120,120,0,0,1042,0,0,2), + (190002,15102,0,0,0,-8840.63,652.959,97.1951,5.60251,300,300,0,0,1042,0,0,0), + (190003,15102,0,0,0,-8838.8,651.394,96.8924,2.42601,300,300,0,0,1042,0,0,0), + (190010,15102,0,0,0,-8876.83,542.382,106.366,0.558505,300,300,0,0,1042,0,0,0), + (190011,15102,0,0,0,-8873.52,544.724,106.367,3.82227,300,300,0,0,1042,0,0,0), + (190018,15102,0,0,0,-8850.69,589.49,93.7805,4.06662,300,300,0,0,1042,0,0,0), + (190019,15102,0,0,0,-8853.08,587.01,94.0289,0.680678,300,300,0,0,1042,0,0,0), + (190026,15102,0,0,0,-4916.43,-848.374,501.745,4.72984,300,300,0,0,1042,0,0,0), + (190027,15102,0,0,0,-4916.61,-852.305,501.745,1.48353,300,300,0,0,1042,0,0,0), + (190034,15102,0,0,0,-5033.75,-931.287,501.743,1.32645,300,300,0,0,1042,0,0,0), + (190035,15102,0,0,0,-5032.97,-926.68,501.743,4.64258,300,300,0,0,1042,0,0,0), + (190266,15102,1,0,0,9916.64,2349.3,1330.87,4.92183,300,300,0,0,1042,0,0,0), + (190267,15102,1,0,0,9916.48,2345.54,1330.87,1.74533,300,300,0,0,1042,0,0,0), + (190122,15102,1,0,0,9983.62,2350.23,1330.87,4.92183,300,300,0,0,1042,0,0,0), + (190123,15102,1,0,0,9984.56,2345.23,1330.87,1.74533,300,300,0,0,1042,0,0,0), + (190146,15102,0,0,0,-4680.7,-985.645,501.642,3.08923,300,300,0,0,1042,0,0,0), + (190147,15102,0,0,0,-4683.46,-985.091,501.627,6.03884,300,300,0,0,1042,0,0,0), + (190154,15102,0,0,0,-8389.1,288.407,120.969,5.53269,300,300,0,0,1042,0,0,0), + (190155,15102,0,0,0,-8387.24,286.125,120.969,2.30383,300,300,0,0,1042,0,0,0), + (190162,15102,1,0,0,9962.13,2487.17,1316.12,3.9968,300,300,0,0,1042,0,0,0), + (190163,15102,1,0,0,9959.42,2484.32,1316.13,0.750492,300,300,0,0,1042,0,0,0), + (190170,15102,0,0,0,-5033.87,-1266.07,505.383,2.07694,300,300,0,0,1042,0,0,0), + (190171,15102,0,0,0,-5037.07,-1261.52,505.383,5.42797,300,300,0,0,1042,0,0,0), + (190178,15102,0,0,0,-8411.89,575.031,92.3179,0.855211,300,300,0,0,1042,0,0,0), + (190179,15102,0,0,0,-8409.07,578.255,92.0611,3.9968,300,300,0,0,1042,0,0,0), + (190114,15102,1,0,0,9961.1,2179.29,1327.8,5.13127,300,300,0,0,1042,0,0,0), + (190115,15102,1,0,0,9962.88,2175.22,1327.8,1.97222,300,300,0,0,1042,0,0,0), + (190130,15102,1,0,0,9727.12,2542.52,1335.24,2.42601,300,300,0,0,1042,0,0,0), + (190131,15102,1,0,0,9724.21,2545,1335.76,5.58505,300,300,0,0,1042,0,0,0), + (190138,15102,0,0,0,-4836.85,-1171.63,502.277,2.44346,300,300,0,0,1042,0,0,0), + (190139,15102,0,0,0,-4839.37,-1169.09,502.279,5.37561,300,300,0,0,1042,0,0,0), + (160486,12900,0,0,0,-10666,-3923,18.438,1.223,900,900,0,0,38547,8343,0,2), + (160487,7386,0,0,0,-8650,903.817,98.421,3.768,10800,10800,0,0,64,0,0,0), + (160488,1179,0,0,0,-5101.96,-4027.17,319.022,4.94843,600,600,5,0,1131,408,0,1), + (160489,1179,0,0,0,-4938.89,-3895.08,306.686,5.25493,600,600,5,0,1131,408,0,1), + (160490,1179,0,0,0,-4906.71,-3944.52,300.381,1.17949,600,600,5,0,1131,408,0,1), + (160491,1179,0,0,0,-4866.01,-3937.67,303.918,0.361888,600,600,5,0,1131,408,0,1), + (160492,1179,0,0,0,-4785,-4114,307.963,3.55,600,600,9,0,1131,408,0,1), + (160493,1179,0,0,0,-4776,-4155,303.465,4.898,600,600,9,0,1131,408,0,1), + (160494,1179,0,0,0,-4769,-4089,313.367,1.818,600,600,0,0,1131,408,0,0), + (160495,1179,0,0,0,-4765,-4087,314.097,2.004,600,600,0,0,1131,408,0,0), + (160496,1179,0,0,0,-4742,-4114,311.632,2.7,600,600,0,0,1131,408,0,0), + (160497,1181,0,0,0,-5038,-4071,305.15,2.056,600,600,9,0,1131,408,0,1), + (160498,1181,0,0,0,-4949,-4021,300.384,5.656,600,600,7,0,1131,408,0,1), + (160499,1181,0,0,0,-4874,-3982,299.115,0.754,600,600,9,0,1131,408,0,1), + (160500,1181,0,0,0,-4861,-3789,305.726,3.019,600,600,7,0,1131,408,0,1), + (160501,1181,0,0,0,-4850,-4035,315.025,5.082,600,600,9,0,1131,408,0,1), + (160502,1181,0,0,0,-4820,-4105,305.699,4.983,600,600,9,0,1131,408,0,1), + (160503,1181,0,0,0,-4811,-4131,304.618,6.262,600,600,9,0,1131,408,0,1), + (160504,1181,0,0,0,-4795,-4066,311.188,3.576,600,600,9,0,1131,408,0,1), + (160505,1181,0,0,0,-4771,-4178,302.116,4.922,600,600,9,0,1131,408,0,1), + (160506,12237,349,0,0,632.101,-92.409,-57.4999,3.49563,7200,7200,0,0,6186,0,0,2), + (160507,12224,349,0,0,748.725,-81.8362,-57.4696,0.620471,7200,7200,0,0,4434,2301,0,2), + (160508,12224,349,0,0,632.101,-92.409,-57.4999,3.49563,7200,7200,0,0,4434,2301,0,2), + (160509,12224,349,0,0,818.573,-215.097,-77.1489,4.14281,7200,7200,0,0,4434,2301,0,2), + (160511,12224,349,0,0,719.899,-83.8715,-57.2155,3.48941,7200,7200,5,0,4434,2301,0,1), + (30018,6228,90,0,0,-670.911,686.071,-326.812,2.99763,7200,7200,0,0,4640,1926,0,2), + (590005,10204,1,0,0,-3210.66,2212.72,34.08,0.08,900,900,0,0,369000,0,0,0), + (590006,12805,0,0,0,-8759.9,388.538,101.056,0.648394,25,25,0,0,4108,0,0,0), + (590007,12799,1,0,0,1638.93,-4264.73,49.939,4.97544,25,25,0,0,4108,0,0,0), + (590008,4842,47,0,0,2118.58,1695.32,80.3316,1.46786,7200,7200,5,0,2415,732,0,1), + (590009,14494,0,0,0,3325.02,-2996.8,164.449,0.01,600,600,0,0,9298,0,0,0), + (590010,4539,47,0,0,2200.76,1978.19,56.7228,2.77843,7200,7200,3,0,3171,0,0,1), + (84972,14339,1,0,0,4265.29,-1110.32,319.876,0.659343,28800,28800,5,0,2672,0,0,1), + (84973,14339,1,0,0,4136.53,-1137.87,295.424,3.21189,28800,28800,5,0,2672,0,0,1), + (84974,14339,1,0,0,3711.72,-1587.78,202.667,2.08249,28800,28800,5,0,2672,0,0,1), + (84835,10196,1,0,0,6153.17,-4164.74,797.163,1.70246,43200,43200,5,0,8352,0,0,1), + (84836,10196,1,0,0,6189.21,-4553.49,714.408,1.57288,43200,43200,5,0,8352,0,0,1), + (54900,15730,0,0,0,-3754.8,-775.607,9.98073,1.81514,180,180,0,0,4400,0,0,0), + (54901,15732,0,0,0,-3756.79,-770.778,9.6816,3.29867,180,180,0,0,3800,0,0,0), + (54902,15730,1,0,0,-7166.18,-3918.02,9.4828,2.44346,180,180,0,0,4400,0,0,0), + (54903,15732,1,0,0,-7163.48,-3913.22,9.61368,0.0523599,180,180,0,0,3800,0,0,0), + (54904,15730,0,0,0,-5049.6,-817.202,495.352,2.09439,180,180,0,0,4400,0,0,0), + (54905,15730,0,0,0,-8823.58,540.349,97.0268,2.44346,180,180,0,0,4400,0,0,0), + (54906,15730,0,0,0,2051.28,272.469,57.0336,-2.44346,180,180,0,0,4400,0,0,0), + (54907,15730,1,0,0,1332.11,-4607.79,23.9229,-1.95477,180,180,0,0,4400,0,0,0), + (54908,15730,0,0,0,-14294.5,516.209,9.07392,-2.47837,180,180,0,0,4400,0,0,0), + (47640,8904,230,0,0,1395.83,-821.299,-91.8982,0.0349066,7200,7200,0,0,2471,5013,0,0), + (47632,8904,230,0,0,1359.29,-823.739,-91.8983,2.07694,7200,7200,0,0,2471,5013,0,0), + (47607,8904,230,0,0,1406.23,-804.881,-85.0685,1.01229,7200,7200,0,0,2471,5013,0,0), + (47608,8904,230,0,0,1424.55,-772.501,-91.8962,3.12414,7200,7200,0,0,2471,5013,0,0), + (3539,10375,229,0,0,-103.748,-553.987,4.86079,4.82585,7200,7200,3,0,2614,0,0,1), + (3540,10375,229,0,0,-110.213,-551.456,3.32568,4.70706,7200,7200,3,0,2614,0,0,1), + (3541,10375,229,0,0,-116.352,-553.506,4.88814,5.40101,7200,7200,3,0,2614,0,0,1), + (3542,10375,229,0,0,-135.254,-538.651,7.12265,7.14486,7200,7200,3,0,2614,0,0,1), + (3543,10375,229,0,0,-141.288,-537.482,6.93766,5.60251,7200,7200,3,0,2614,0,0,1), + (3544,10375,229,0,0,-147.48,-544.562,7.88285,1.10246,7200,7200,3,0,2614,0,0,1), + (3545,10375,229,0,0,-139.028,-532.19,6.68119,2.22122,7200,7200,3,0,2614,0,0,1), + (3546,10596,229,0,0,-135.51,-565.85,10.17,0.67,1000000,1000000,2,0,23688,0,0,1), + (7746,10177,229,0,0,-73.5343,-331.947,56.8824,3.94444,7200,7200,2,0,3876,0,0,1), + (7744,10177,229,0,0,-66.8659,-352.762,54.4785,1.0821,7200,7200,2,0,3876,0,0,1), + (7747,10177,229,0,0,-72.0317,-347.075,54.8219,1.36136,7200,7200,2,0,3876,0,0,1), + (7748,10177,229,0,0,-71.569,-358.213,54.5978,2.3911,7200,7200,2,0,3876,0,0,1), + (7749,10177,229,0,0,-75.4103,-341.562,55.3937,4.90438,7200,7200,2,0,3876,0,0,1), + (7750,10177,229,0,0,-79.7917,-328.192,58.547,5.95157,7200,7200,2,0,3876,0,0,1), + (7751,10177,229,0,0,-102.763,-349.062,60.7782,1.51844,7200,7200,2,0,3876,0,0,1), + (7752,10177,229,0,0,-108.382,-341.04,61.1785,1.64061,7200,7200,2,0,3876,0,0,1), + (7753,10177,229,0,0,-107.424,-351.94,59.7058,4.4855,7200,7200,2,0,3876,0,0,1), + (7754,10177,229,0,0,-112.261,-336.356,62.3371,4.92183,7200,7200,2,0,3876,0,0,1), + (7755,10177,229,0,0,-110.012,-356.647,58.5433,4.36332,7200,7200,2,0,3876,0,0,1), + (7756,10177,229,0,0,-111.704,-348.742,60.0788,0.82031,7200,7200,2,0,3876,0,0,1), + (7757,10177,229,0,0,-108.927,-364.601,56.6248,1.0472,7200,7200,2,0,3876,0,0,1), + (7758,9701,229,0,0,-77.2828,-324.738,59.1126,4.99164,7200,7200,2,0,3876,0,0,1), + (7759,9701,229,0,0,-80.2467,-313.909,59.7635,0.45379,7200,7200,2,0,3876,0,0,1), + (7760,9701,229,0,0,-80.8737,-298.923,61.8178,5.18363,7200,7200,2,0,3876,0,0,1), + (7761,9701,229,0,0,-109.429,-324.918,64.3253,0.03491,7200,7200,2,0,3876,0,0,1), + (7762,9701,229,0,0,-112.332,-331.009,63.2146,3.07178,7200,7200,2,0,3876,0,0,1), + (7763,9701,229,0,0,-112.9,-323.074,64.3181,5.41052,7200,7200,2,0,3876,0,0,1), + (154673,8920,230,0,0,811.87,-25.2166,-53.6904,3.9619,7200,7200,0,0,2614,0,0,2), + (159993,5981,0,0,0,-11351.9,-2754.5,7.95043,2.103,430,430,7,0,2131,0,0,2), + (87652,3128,1,0,0,-238.422,-5123.03,25.2439,2.17782,300,300,0,0,101,220,0,0), + (87646,3129,1,0,0,-247.053,-5079.62,24.0052,1.40748,300,300,5,0,125,220,0,1), + (87647,3129,1,0,0,-246.869,-5099.97,23.7838,1.59755,300,300,2,0,125,220,0,1), + (36938,2186,1,0,0,4904.43,328.846,36.7678,6.16146,9900,9900,0,0,356,0,0,0), + (60818,7017,1,0,0,6763.87,-707.292,89.846,0.829961,7200,7200,5,0,356,0,0,1), + (136207,11467,429,0,0,128.643,561.759,-4.31221,3.12414,604800,604800,0,0,17766,0,0,0), + (134244,10516,329,0,0,3718.48,-3426.68,131.759,3.1764,7200,7200,0,0,11136,0,0,0), + (590011,10387,329,0,0,3716.03,-3423.4,131.745,4.3506,3600,3600,0,0,809,0,0,0), + (590012,10387,329,0,0,3706.85,-3425.96,131.697,5.69441,3600,3600,0,0,809,0,0,0), + (590013,10387,329,0,0,3718.34,-3430.62,131.484,2.6722,3600,3600,0,0,809,0,0,0), + (590014,10387,329,0,0,3709.38,-3434.97,130.49,0.969456,3600,3600,0,0,809,0,0,0), + (160172,9819,229,0,0,212.101,-336.132,76.9559,5.09636,10800,10800,0,0,8883,0,0,0), + (105983,8717,0,0,0,-11837,-3256,-26,1.352,6300,6300,0,0,56592,0,0,0), + (105984,8717,0,0,0,-11813,-3186,-31,2.646,6300,6300,9,0,56592,0,0,1), + (105985,8717,0,0,0,-11809,-3235,-30,1.333,6300,6300,0,0,56592,0,0,0), + (105986,8717,0,0,0,-11819,-3144,-26,5.63,6300,6300,7,0,56592,0,0,1), + (105987,12396,0,0,0,-11804,-3233,-30,1.56,6300,6300,0,0,50300,12430,0,0), + (105988,8717,0,0,0,-11799,-3237,-30,1.756,6300,6300,0,0,56592,0,0,0), + (105989,8717,0,0,0,-11804,-3146,-26,4.828,6300,6300,0,0,56592,0,0,0), + (105990,12396,0,0,0,-11800,-3150,-26,4.596,6300,6300,0,0,50300,12430,0,0), + (105991,8717,0,0,0,-11789,-3222,-30,4.636,6300,6300,9,0,56592,0,0,1), + (105992,8718,0,0,0,-11791,-3168,-29,0.462,6300,6300,9,0,48832,0,0,1), + (105993,8717,0,0,0,-11792,-3149,-26,4.427,6300,6300,0,0,56592,0,0,0), + (105994,8717,0,0,0,-11778,-3182,-29,4.439,6300,6300,9,0,56592,0,0,1), + (105995,8718,0,0,0,-11763,-3199,-24,5.08,6300,6300,9,0,48832,0,0,1), + (105996,8717,0,0,0,-11766,-3159,-22,0.683,6300,6300,9,0,56592,0,0,1), + (80458,1423,0,0,0,-9627.11,677.239,52.6589,1.93731,190,190,1,0,1106,0,0,1), + (80460,1423,0,0,0,-9613.43,666.905,38.7355,2.38565,190,190,1,0,1106,0,0,1), + (80461,1423,0,0,0,-9600.54,666.986,38.7355,2.34059,190,190,1,0,1106,0,0,1), + (80462,1423,0,0,0,-9596.64,682.75,62.7614,2.73198,190,190,0,0,1106,0,0,2), + (80463,1423,0,0,0,-9626.49,647.371,38.7354,1.0981,190,190,0,0,1106,0,0,2), + (80464,1423,0,0,0,-9594.48,680.009,38.7354,5.91667,190,190,1,0,1106,0,0,1), + (80465,1423,0,0,0,-9593.55,685.498,38.7354,4.82793,190,190,1,0,1106,0,0,1), + (41877,10366,229,0,0,165.226,-475.206,116.841,3.14108,10800,10800,0,0,18312,0,0,2), + (31173,14231,1,0,0,-2695.61,-3048.91,38.9462,4.85346,28800,28800,15,0,1536,0,0,1), + (156043,8539,0,0,0,2420.1,-3671,178.356,6.138,600,600,6,0,3820,0,0,1), + (156042,8539,0,0,0,2410.4,-3628,178.758,3.119,600,600,4,0,3820,0,0,1), + (156041,8539,0,0,0,2381.21,-3684,178.709,1.775,600,600,4,0,3820,0,0,1), + (156040,8539,0,0,0,2347.9,-3628,176.278,5.728,600,600,4,0,3820,0,0,1), + (156039,8539,0,0,0,2094.4,-3479,115.144,6.05,600,600,4,0,3820,0,0,1), + (156062,8538,0,0,0,2092.11,-4532,76.169,3.204,600,600,4,0,3665,0,0,1), + (156061,8538,0,0,0,2026.09,-4538,74.664,6.038,600,600,7,0,3665,0,0,1), + (156060,8538,0,0,0,1967.87,-4462,74.394,3.49,600,600,4,0,3665,0,0,1), + (156001,3617,0,0,0,1837.95,238.254,60.5144,0,300,300,5,0,596,0,0,1), + (156002,3617,0,0,0,1821.23,239.487,60.6478,0,300,300,5,0,596,0,0,1), + (156003,3617,0,0,0,1784.68,238.47,60.4086,0,300,300,5,0,596,0,0,1), + (156004,3617,0,0,0,1774.19,238.088,60.6982,0,300,300,5,0,596,0,0,1), + (156005,3617,0,0,0,1779.74,208.601,60.3128,0,300,300,5,0,596,0,0,1), + (156006,3617,0,0,0,1806.6,337.597,70.3977,0,300,300,5,0,596,0,0,1), + (156007,3617,0,0,0,1806.57,325.978,70.3977,0,300,300,5,0,596,0,0,1), + (156008,3617,0,0,0,1818.25,324.754,70.8132,0,300,300,5,0,596,0,0,1), + (156009,3617,0,0,0,1816.09,339.486,70.8132,0,300,300,5,0,596,0,0,1), + (156010,3617,0,0,0,1795.76,336.788,70.8146,0,300,300,5,0,596,0,0,1), + (156011,3617,0,0,0,1797.38,321.783,70.8146,0,300,300,5,0,596,0,0,1), + (156012,3617,0,0,0,1846.19,271.665,70.3997,0,300,300,5,0,596,0,0,1), + (156013,3617,0,0,0,1805.22,291.655,70.3996,0,300,300,5,0,596,0,0,1), + (156014,3617,0,0,0,1820.13,250.549,60.0474,0,300,300,5,0,596,0,0,1), + (156015,3617,0,0,0,1817.45,225.251,59.528,0,300,300,5,0,596,0,0,1), + (156016,3617,0,0,0,1830.29,213.645,60.389,0,300,300,5,0,596,0,0,1), + (156017,3617,0,0,0,1836.37,229.404,60.2315,0,300,300,5,0,596,0,0,1), + (156018,3617,0,0,0,1768.28,193.266,70.3997,0,300,300,5,0,596,0,0,1), + (156019,3617,0,0,0,1788.09,193.416,70.3997,0,300,300,5,0,596,0,0,1), + (156020,3617,0,0,0,1841.26,196.939,70.3997,0,300,300,5,0,596,0,0,1), + (156021,3617,0,0,0,1819.39,193.334,70.3997,0,300,300,5,0,596,0,0,1), + (156022,3617,0,0,0,1803.13,192.819,70.3997,0,300,300,5,0,596,0,0,1), + (156023,3617,0,0,0,1805.75,210.858,65.3998,0,300,300,5,0,596,0,0,1), + (156024,3617,0,0,0,1785.05,210.563,59.7069,0,300,300,5,0,596,0,0,1), + (156025,3617,0,0,0,1782.66,226.65,59.3659,0,300,300,5,0,596,0,0,1), + (156026,3617,0,0,0,1783.95,251.046,59.5074,0,300,300,5,0,596,0,0,1), + (156027,3617,0,0,0,1782.72,267.958,59.6138,0,300,300,5,0,596,0,0,1), + (156028,3617,0,0,0,1806.01,254.011,60.6559,0,300,300,5,0,596,0,0,1), + (156029,3617,0,0,0,1769.92,285.161,70.3997,0,300,300,5,0,596,0,0,1), + (156030,3617,0,0,0,1794.1,284.269,70.3997,0,300,300,5,0,596,0,0,1), + (156031,3617,0,0,0,1843.58,278.447,70.3997,0,300,300,5,0,596,0,0,1), + (156032,3617,0,0,0,1831.26,282.122,70.3997,0,300,300,5,0,596,0,0,1), + (156033,3617,0,0,0,1816.99,281.063,70.3997,0,300,300,5,0,596,0,0,1), + (156034,3617,0,0,0,1806.35,265.815,65.3997,0,300,300,5,0,596,0,0,1), + (156035,3617,0,0,0,1819.52,264.184,59.8956,0,300,300,5,0,596,0,0,1), + (156036,3617,0,0,0,1829.43,259.207,59.5834,0,300,300,5,0,596,0,0,1), + (156037,3617,0,0,0,1823.91,252.862,60.025,0,300,300,5,0,596,0,0,1), + (156038,3617,0,0,0,1834.21,249.057,59.8226,0,300,300,5,0,596,0,0,1), + (86235,15353,0,0,0,-4918.64,-983.141,501.538,2.43867,120,120,0,0,1605,0,0,0), + (660086,9241,229,0,0,-1.07454,-517.358,-7.14288,4.66332,7200,7200,0,0,8097,0,0,2), + (660088,9265,229,0,0,-76.7771,-517.279,-7.14286,4.7285,7200,7200,0,0,6477,2163,0,0), + (660087,9265,229,0,0,-4.98251,-517.704,-7.14246,4.70072,7200,7200,0,0,6477,2163,0,0), + (85632,15195,0,0,0,1713.1,511.295,37.2005,1.48063,300,300,0,0,9763,0,0,0), + (85633,15195,0,0,0,1750.57,511.697,37.7587,1.25444,300,300,0,0,9763,0,0,0), + (85634,15195,0,0,0,1729.05,552.65,34.3029,4.54388,300,300,0,0,9763,0,0,0), + (85635,15415,0,0,0,-835.52,-528.52,11.97,0,300,300,0,0,64,0,0,0), + (160005,12999,0,0,0,1732.31,520.874,36.3326,1.30942,300,300,0,0,42,0,0,2), + (119583,2453,0,0,0,896.904,-547.316,142.524,3.53498,7200,7200,0,0,1196,3075,0,0), + (129214,4131,1,0,0,-6509.99,-3307.85,-94.9981,2.69453,120,120,2,0,1279,0,0,1), + (129215,4131,1,0,0,-6489.48,-3323.94,-94.6707,6.08744,120,120,2,0,1279,0,0,1), + (129218,4131,1,0,0,-6463.43,-3299.89,-104.906,1.15121,120,120,2,0,1279,0,0,1), + (129219,4131,1,0,0,-6484.77,-3254.36,-113.617,2.9647,120,120,2,0,1279,0,0,1), + (129235,4131,1,0,0,-6495.73,-3244.02,-113.403,0.167894,120,120,2,0,1279,0,0,1), + (129236,4131,1,0,0,-6485.35,-3229.54,-112.43,4.8528,120,120,2,0,1279,0,0,1), + (129245,4131,1,0,0,-6473.03,-3243.65,-113.289,2.96785,120,120,2,0,1279,0,0,1), + (129251,4131,1,0,0,-6447.72,-3289.73,-105.453,3.86051,120,120,2,0,1279,0,0,1), + (129255,4133,1,0,0,-6447.95,-3290.05,-105.558,0.0576163,120,120,2,0,1221,0,0,1), + (42878,9257,229,0,0,65.1742,-437.335,41.803,4.35387,7200,7200,0,0,6078,2041,0,0), + (43474,9097,229,0,0,-2.27374,-587.212,29.1909,2.32046,7200,7200,0,0,7599,0,0,0), + (43482,9258,229,0,0,-60.5682,-548.082,29.1909,0.690753,7200,7200,0,0,7599,0,0,0), + (660075,9200,229,0,0,-38.0091,-405.164,31.5373,1.24134,7200,7200,0,0,12665,0,0,0), + (660079,9200,229,0,0,-30.519,-364.791,31.6182,1.34537,7200,7200,2,0,12665,0,0,1), + (660081,9266,229,0,0,-41.2865,-457.887,-18.6442,0.00433396,7200,7200,0,0,6477,2163,0,0), + (660082,9241,229,0,0,-37.2773,-461.396,-18.6442,2.44535,7200,7200,0,0,8097,0,0,0), + (43563,9269,229,0,0,-16.367,-557.751,-18.775,3.05325,7200,7200,0,0,6477,2163,0,0), + (660089,9262,229,0,0,21.0812,-577.884,-18.6008,4.93743,7200,7200,0,0,6477,3244,0,0), + (660090,9261,229,0,0,19.9416,-583.695,-18.6008,1.26648,7200,7200,0,0,6477,2163,0,0), + (660091,9259,229,0,0,24.2473,-581.663,-18.6008,2.75245,7200,7200,0,0,8097,0,0,2), + (660092,9259,229,0,0,22.9569,-567.826,-18.6008,2.71711,7200,7200,0,0,8097,0,0,0), + (44008,9262,229,0,0,-61.0062,-412.273,-18.9348,1.29317,7200,7200,0,0,6477,3244,0,0), + (44019,9261,229,0,0,-61.5615,-407.644,-18.9348,5.31284,7200,7200,0,0,6477,2163,0,0), + (44337,9596,229,0,0,-74.7427,-405.157,-18.9348,5.15026,28800,28800,0,0,8883,0,0,0), + (45762,9717,229,0,0,-122.095,-347.072,70.9524,5.27986,7200,7200,0,0,6681,2241,0,0), + (45768,9716,229,0,0,-124,-351.438,70.9524,0.361695,7200,7200,0,0,8352,0,0,0), + (45775,9583,229,0,0,-137.597,-302.617,70.9524,2.91659,7200,7200,0,0,8613,0,0,0), + (45773,9696,229,0,0,-168.377,-330.114,64.4008,4.79843,7200,7200,0,0,2699,0,0,0), + (45748,9716,229,0,0,-188.459,-477.045,87.3903,5.61679,7200,7200,0,0,8352,0,0,0), + (590019,6368,0,5586,0,-1855.72,-4117.62,13.0457,5.2373,60,60,0,0,1,0,0,0), + (590020,6368,0,0,0,-1839.99,-4245.72,2.13572,1.15007,60,60,0,0,1,0,0,0), + (590021,4075,0,0,0,-1818.5,-4149.38,9.89524,0.0426621,60,60,5,0,8,0,0,1), + (590022,4075,0,0,0,-1853.79,-4149.49,9.74445,5.99991,60,60,5,0,8,0,0,1), + (590023,4075,0,0,0,-1832.93,-4231.47,2.13493,4.15422,60,60,5,0,8,0,0,1), + (590024,4075,0,0,0,-1765.09,-4228.05,2.06121,3.92646,60,60,5,0,8,0,0,1), + (590025,4075,0,0,0,-1685.3,-4200.7,1.99848,0.324622,60,60,5,0,8,0,0,1), + (590026,4075,0,0,0,-1720.4,-4190.35,1.99845,2.78763,60,60,5,0,8,0,0,1), + (590027,4075,0,0,0,-1953.66,-4080.47,2.03243,1.65973,60,60,5,0,8,0,0,1), + (590028,4075,0,0,0,-1981,-4082.81,2.06496,2.00923,60,60,5,0,8,0,0,1), + (590029,4075,0,0,0,-1952.94,-4118.76,2.0329,5.26471,60,60,5,0,8,0,0,1), + (590030,4075,0,0,0,-1933.78,-4107.02,2.0329,5.249,60,60,5,0,8,0,0,1), + (590031,4075,0,0,0,-1898.76,-4155.48,2.0329,6.10665,60,60,5,0,8,0,0,1), + (590032,4075,0,0,0,-1773.96,-4198.48,1.99868,5.41943,60,60,5,0,8,0,0,1), + (590033,4075,0,0,0,-1748.44,-4205.78,1.99868,5.91973,60,60,5,0,8,0,0,1), + (590034,4075,0,0,0,-1702.71,-4252.72,1.99827,2.49775,60,60,5,0,8,0,0,1), + (590035,4075,0,0,0,-1728.17,-4279.38,1.99826,4.70708,60,60,5,0,8,0,0,1), + (590049,620,0,0,0,-4074.13,-1268.01,146.158,4.99592,60,60,5,0,1,0,0,1), + (590050,620,0,0,0,-4091.94,-1279.57,146.18,3.76912,60,60,5,0,1,0,0,1), + (590051,620,0,0,0,-4039.9,-1446.43,166.2,4.68177,60,60,5,0,1,0,0,1), + (590052,620,0,0,0,-4022.11,-1449.52,165.607,5.71378,60,60,5,0,1,0,0,1), + (590053,620,0,0,0,-4017.85,-1460.55,168.343,4.69512,60,60,5,0,1,0,0,1), + (590054,620,0,0,0,-4001.15,-1502.53,169.703,5.06818,60,60,5,0,1,0,0,1), + (590055,620,0,0,0,-3964.18,-1526.38,169.163,5.06818,60,60,5,0,1,0,0,1), + (590056,12996,0,0,12996,-4025.61,-1404.07,155.248,3.81547,60,60,0,0,1605,686,0,2), + (590057,721,0,0,0,-3971.98,-1494.18,169.931,2.12686,60,60,5,0,1,0,0,1), + (590058,721,0,0,0,-3994.42,-1376.7,150.124,1.10741,60,60,5,0,1,0,0,1), + (590059,721,0,0,0,-4026.06,-1270.89,146.802,1.82841,60,60,5,0,1,0,0,1), + (590060,721,0,0,0,-4096.43,-1088.23,170.199,1.84097,60,60,5,0,1,0,0,1), + (590061,2110,0,0,0,-4110.85,-1068.93,168.91,1.74516,60,60,5,0,1,0,0,1), + (590062,2110,0,0,0,-4048.29,-1227.35,146.314,5.142,60,60,5,0,1,0,0,1), + (590063,2442,0,0,0,-4053.71,-1187.58,146.314,4.69747,60,60,5,0,1,0,0,1), + (590064,2442,0,0,0,-4041.5,-1230.92,146.314,3.80212,60,60,5,0,1,0,0,1), + (590065,2442,0,0,0,-4055.91,-1247.15,146.314,4.19089,60,60,5,0,1,0,0,1), + (7202,4844,0,0,0,-6029.32,-3229.86,280.917,4.36034,600,600,5,0,2877,2680,0,1), + (7400,4846,0,0,0,-6061.6,-3148.34,254.275,5.91667,1800,1800,0,0,3660,0,0,0), + (7458,4846,0,0,0,-6080.85,-3164.19,255.336,5.37561,1800,1800,0,0,3660,0,0,2), + (7483,4846,0,0,0,-6091.62,-3160.97,253.422,2.53073,1800,1800,0,0,3660,0,0,0), + (7727,4846,0,0,0,-6089.71,-3129.13,253.738,3.90954,1800,1800,0,0,3660,0,0,2), + (7764,4846,0,0,0,-6078.36,-3100.64,251.11,0.261799,1800,1800,0,0,3660,0,0,0), + (7978,4845,0,0,0,-6083.31,-3075.27,243.968,3.84589,1800,1800,0,0,3959,0,0,2), + (7987,4846,0,0,0,-6093.29,-3086.23,242.16,4.08407,1800,1800,0,0,3660,0,0,0), + (8025,4846,0,0,0,-6094.88,-3065.25,240.823,2.14675,1800,1800,0,0,3660,0,0,0), + (8026,4846,0,0,0,-6079.71,-3055.07,237.44,6.24828,1800,1800,0,0,3660,0,0,0), + (8027,4846,0,0,0,-6077.6,-3044.53,234.734,0.10472,1800,1800,0,0,3660,0,0,2), + (8028,4846,0,0,0,-6093.07,-3024.61,232.234,3.14159,1800,1800,0,0,3660,0,0,0), + (8029,4845,0,0,0,-6073.95,-3008.35,231.078,4.2901,1800,1800,2,0,3959,0,0,1), + (8030,4845,0,0,0,-6118.81,-3001.02,223.678,1.13912,1800,1800,0,0,3959,0,0,2), + (8031,4845,0,0,0,-6098.67,-2984.18,225.463,3.20401,1800,1800,2,0,3959,0,0,1), + (8032,4844,0,0,0,-6108.28,-2940.55,207.813,6.21232,1800,1800,0,0,2877,2680,0,2), + (8033,4845,0,0,0,-6099.7,-2938.75,207.633,2.779,1800,1800,2,0,3959,0,0,1), + (8034,4844,0,0,0,-6090.29,-2973.7,207.554,2.12744,1800,1800,2,0,2877,2680,0,1), + (8035,4856,0,0,0,-6147.05,-2882.07,211.65,6.09898,1800,1800,2,0,3831,0,0,1), + (8036,4856,0,0,0,-6174.3,-2908.14,214.429,5.49992,1800,1800,2,0,3831,0,0,1), + (8037,4856,0,0,0,-6174.55,-2926.18,214.429,1.15078,1800,1800,2,0,3831,0,0,1), + (8038,4856,0,0,0,-6204.21,-2953.5,223.005,2.40855,1800,1800,2,0,3831,0,0,1), + (8039,4851,0,0,0,-6186.62,-2999.82,225.776,3.17919,1800,1800,2,0,3831,0,0,1), + (8040,4856,0,0,0,-6190.31,-3015.97,223.635,2.80672,1800,1800,2,0,3831,0,0,1), + (5848,8504,0,0,0,-6631.35,-1232.93,209.808,1.37082,500,500,0,0,4950,1695,0,0), + (17116,2256,0,0,0,479.025,-315.407,157.446,1.89856,300,300,0,0,4185,0,0,2), + (190442,15105,1,0,0,-1277.94,138.47,131.94,5.35816,120,120,0,0,1605,852,0,0), + (190443,15105,1,0,0,-1275.75,135.88,132.1,2.32129,120,120,0,0,1605,852,0,0), + (190450,15105,1,0,0,-1377.62,-61.9991,159.279,2.93215,120,120,0,0,1605,852,0,0), + (190451,15105,1,0,0,-1381.3,-61.6688,159.135,0.0174533,120,120,0,0,1605,852,0,0), + (190458,15105,1,0,0,-1049.16,234.144,134.639,2.32129,120,120,0,0,1605,852,0,0), + (190459,15105,1,0,0,-1051.35,236.734,134.64,5.35816,120,120,0,0,1605,852,0,0), + (190466,15105,0,0,0,1263.18,350.778,-63.6459,0.977384,120,120,0,0,1605,852,0,0), + (190467,15105,0,0,0,1265.31,353.748,-63.6368,4.15388,120,120,0,0,1605,852,0,0), + (190474,15105,0,0,0,1521.09,238.709,-41.3065,1.18682,120,120,0,0,1605,852,0,0), + (190475,15105,0,0,0,1522.57,242.055,-41.3065,4.2586,120,120,0,0,1605,852,0,0), + (190482,15105,0,0,0,1593.71,316.03,-41.3411,6.21337,120,120,0,0,1605,852,0,0), + (190483,15105,0,0,0,1596.57,315.891,-41.3411,3.12414,120,120,0,0,1605,852,0,0), + (190490,15105,0,0,0,1597.46,164.685,-41.3411,2.6529,120,120,0,0,1605,852,0,0); + +INSERT INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES - (140222,15168,509,0,0,-8666.03,1432.59,32.6509,2.00713,3600,10,0,5228,0,0,1), - (140223,15168,509,0,0,-8666.48,1667.62,21.5036,6.23083,3600,10,0,5228,0,0,1), - (140224,15168,509,0,0,-8666.83,1499.21,32.7247,5.25344,3600,10,0,5228,0,0,1), - (140225,15168,509,0,0,-8733.77,1600.12,21.4697,3.24631,3600,10,0,5228,0,0,1), - (140226,15168,509,0,0,-8848.91,1845.96,21.4697,2.05949,3600,10,0,5228,0,0,1), - (140227,15168,509,0,0,-8917.9,1547.61,21.4697,0.994838,3600,10,0,5228,0,0,1), - (140228,15168,509,0,0,-9000.71,1700.1,21.5722,4.43314,3600,10,0,5228,0,0,1), - (140229,15168,509,0,0,-9066.02,1733.49,21.5309,3.24631,3600,10,0,5228,0,0,1), - (140230,15320,509,0,0,-9193.53,1459.78,21.5113,4.20948,3520,0,0,31440,0,0,0), - (140231,15320,509,0,0,-9224.24,1384.02,21.4697,3.19395,3520,0,0,31440,0,0,0), - (140232,15323,509,0,0,-9187.02,1463.77,21.4697,1.18682,3520,0,0,15720,0,0,0), - (140233,15323,509,0,0,-9189.15,1452.48,21.5292,2.05949,3520,0,0,15720,0,0,0), - (140234,15323,509,0,0,-9227.63,1391.41,21.4067,4.16572,3520,0,0,15720,0,0,0), - (140263,15327,509,0,0,-8601.4,1614.53,31.9299,0,21600,0,0,50304,0,0,2), - (140264,15327,509,0,0,-8534.43,1453.31,32.032,0,21600,0,0,50304,0,0,2), - (140265,15327,509,0,0,-8549.8,1395.08,32.032,0,21600,0,0,50304,0,0,2), - (140266,15327,509,0,0,-8671.11,1479.97,32.0319,0,21600,0,0,50304,0,0,2), - (140267,15327,509,0,0,-8676.28,1440.23,32.0313,0,21600,0,0,50304,0,0,2), - (140268,15327,509,0,0,-8690.66,1662.56,23.0906,0,21600,0,0,50304,0,0,2), - (140269,15327,509,0,0,-8839.47,1603.25,21.4307,0,21600,0,0,50304,0,0,2), - (140270,15327,509,0,0,-8761.08,1573.96,24.669,0,21600,0,0,50304,0,0,2), - (140271,15327,509,0,0,-8797.11,1656.65,21.4652,0,21600,0,0,50304,0,0,2), - (140272,15327,509,0,0,-8597.94,1369.12,32.032,0,21600,0,0,50304,0,0,2), - (140280,15343,509,0,0,-8605.82,1458.3,32.032,3.00197,21600,0,0,25152,0,0,2), - (140281,15343,509,0,0,-8634.81,1443.31,32.485,3.01942,21600,0,0,25152,0,0,2), - (140282,15343,509,0,0,-8586.89,1427.87,33.0639,6.05629,21600,0,0,25152,0,0,2), - (140283,15343,509,0,0,-8707.97,1495.3,32.032,5.9549,21600,0,0,25152,0,0,2), - (140284,15343,509,0,0,-8677.87,1540.74,31.9674,0.0412672,21600,0,0,25152,0,0,2), - (140285,15343,509,0,0,-8643.2,1418.83,32.9521,5.51512,21600,0,0,25152,0,0,2), - (140586,4075,0,0,0,1412.15,417.707,-84.9654,3.36426,180,5,0,8,0,0,1), - (140587,4075,0,0,0,1428.02,406.496,-85.2519,3.37997,180,20,0,8,0,0,1), - (140588,4075,0,0,0,1452.04,401.733,-84.9925,0.222665,180,5,0,8,0,0,1), - (140589,4075,0,0,0,1407.63,370.503,-84.953,3.96901,180,5,0,8,0,0,1), - (140590,1125,0,0,0,-6119.69,-200.734,434.551,0.361272,180,5,0,102,0,0,1), - (140693,2556,0,0,0,-1234.76,-3536.47,46.5823,5.929,120,0,0,1279,0,0,0), - (140694,2552,0,0,0,-1232.1,-3535.9,46.4729,5.6706,120,0,0,1050,0,0,0), - (140695,2552,0,0,0,-1230.75,-3533.46,46.0261,5.83082,120,0,0,1050,0,0,0), - (140696,2552,0,0,0,-1229.85,-3535.1,46.3087,5.918,120,0,0,1050,0,0,0), - (140697,2553,0,0,0,-1233.3,-3533.72,46.0859,5.80098,120,0,0,847,2253,0,2), - (140771,14344,1,0,0,4053.78,-645.117,298.641,4.76121,28800,5,0,3322,0,0,1), - (140772,14344,1,0,0,4196.29,-849.411,258.506,2.20474,28800,5,0,3322,0,0,1), - (140773,14344,1,0,0,3914.9,-1063.66,243.252,4.07791,28800,5,0,3322,0,0,1), - (140775,8394,1,0,0,1746.45,-5861.29,-91.4165,3.20841,300,0,0,2762,3575,0,0), - (140776,8388,1,0,0,1747.62,-5862.27,-90.9249,3.17332,300,0,0,2666,0,0,0), - (140777,8387,1,0,0,1747.24,-5859.6,-90.3817,3.98543,300,0,0,2766,0,0,0), - (140778,8389,1,0,0,1748.87,-5863.46,-90.2665,2.83088,300,0,0,2666,0,0,0), - (140779,8478,1,0,0,1916.44,-5733.37,10.1936,4.10397,300,0,0,2766,0,0,0), - (150000,13116,489,0,0,1415.33,1554.79,343.156,3.14159,86400,0,0,8609,7860,0,0), - (150001,13117,489,0,0,1029.14,1387.49,340.836,3.14159,86400,0,0,8609,7860,0,0), - (150002,13116,529,0,0,1200.03,1171.09,-56.47,5.15,86400,0,0,8609,7860,0,0), - (150003,13117,529,0,0,1200.03,1171.09,-56.47,5.15,86400,0,0,8609,7860,0,0), - (150004,13116,529,0,0,1017.43,960.61,-42.95,4.88,86400,0,0,8609,7860,0,0), - (150005,13117,529,0,0,1017.43,960.61,-42.95,4.88,86400,0,0,8609,7860,0,0), - (150006,13116,529,0,0,833,793,-57.25,5.27,86400,0,0,8609,7860,0,0), - (150007,13117,529,0,0,833,793,-57.25,5.27,86400,0,0,8609,7860,0,0), - (150008,13116,529,0,0,775.17,1206.4,15.79,1.9,86400,0,0,8609,7860,0,0), - (150009,13117,529,0,0,775.17,1206.4,15.79,1.9,86400,0,0,8609,7860,0,0), - (150010,13116,529,0,0,1207.48,787,-83.36,5.51,86400,0,0,8609,7860,0,0), - (150011,13117,529,0,0,1207.48,787,-83.36,5.51,86400,0,0,8609,7860,0,0), - (150012,13116,529,0,0,1354.05,1275.48,-11.3,4.77,86400,0,0,8609,7860,0,0), - (150013,13117,529,0,0,714.61,646.15,-10.87,4.34,86400,0,0,8609,7860,0,0), - (150015,4947,1,4839,0,-3896,-4496,13.19,2.391,430,0,0,3748,0,0,0), - (150016,4947,1,4839,0,-3778,-4609,10.935,3.316,430,0,0,3748,0,0,0), - (150017,4947,1,4839,0,-3720,-4552,25.917,1.274,430,0,0,3748,0,0,0), - (150018,4947,1,4839,0,-3685,-4395,10.788,0.737,430,0,0,3748,0,0,0), - (150024,2225,30,0,0,-1235.31,-340.777,60.5088,3.31613,120,0,0,3300,0,0,0), - (150025,3343,30,0,0,-1244.02,-323.795,61.0485,5.21853,120,0,0,25918,0,0,0), - (150026,3625,30,0,0,-1235.16,-332.302,60.2985,2.96706,120,0,0,4500,0,0,0), - (150027,4255,30,0,0,587.303,-42.8257,37.5615,5.23599,120,0,0,13186,0,0,0), - (150028,4257,30,0,0,643.635,-58.3987,41.7405,4.72984,120,0,0,26744,0,0,0), - (150029,5134,30,0,0,591.464,-44.452,37.6166,5.65487,120,0,0,26113,0,0,0), - (150030,5135,30,0,0,608.515,-33.3935,42.0003,5.41052,120,0,0,24250,0,0,0), - (150031,5139,30,0,0,617.656,-32.0701,42.7168,4.06662,120,0,0,25080,0,0,0), - (150032,10364,30,0,0,-1183.76,-268.295,72.8233,3.28122,120,0,0,27026,0,0,0), - (150033,10367,30,0,0,-1187.86,-275.31,73.0481,3.63028,120,0,0,26037,0,0,0), - (150034,10981,30,0,0,-1008.42,-368.006,55.3426,5.95647,120,5,0,2196,0,0,1), - (150035,10981,30,0,0,-1091.92,-424.28,53.0139,2.93958,120,5,0,2196,0,0,1), - (150036,10981,30,0,0,-558.455,-198.768,58.1755,4.97946,120,5,0,2196,0,0,1), - (150037,10981,30,0,0,-861.247,-312.51,55.1427,3.35382,120,5,0,2196,0,0,1), - (150038,10981,30,0,0,-1003.81,-395.913,50.4736,2.85631,120,5,0,2196,0,0,1), - (150039,10981,30,0,0,-904.5,-289.815,65.1222,5.7847,120,5,0,2196,0,0,1), - (150040,10981,30,0,0,-1064.41,-438.839,51.3614,1.88857,120,5,0,2196,0,0,1), - (150041,10986,30,0,0,258.814,76.2017,18.6468,6.19052,120,5,0,3178,0,0,1), - (150042,10986,30,0,0,265.838,-315.846,-16.5429,3.15917,120,5,0,3178,0,0,1), - (150043,10986,30,0,0,426.485,-51.1927,-5.66286,1.60347,120,5,0,3178,0,0,1), - (150044,10986,30,0,0,452.044,-33.9594,-0.044651,2.72815,120,5,0,3178,0,0,1), - (150045,10986,30,0,0,266.032,-315.639,-16.5429,4.67962,120,5,0,3178,0,0,1), - (150046,10986,30,0,0,532.64,-54.5863,20.7024,2.93215,120,5,0,3178,0,0,1), - (150047,10990,30,0,0,295.183,-299.908,-34.6123,0.135851,120,5,0,2925,0,0,1), - (150048,10990,30,0,0,421.08,-225.006,-23.73,0.166754,120,5,0,2925,0,0,1), - (150049,10990,30,0,0,-55.7766,-192.498,20.4352,6.12221,120,5,0,2925,0,0,1), - (150050,10990,30,0,0,527.887,-477.223,62.3559,0.170935,120,5,0,2925,0,0,1), - (150051,10990,30,0,0,389.144,-346.508,-30.334,4.14117,120,5,0,2925,0,0,1), - (150052,10990,30,0,0,108.121,-322.248,37.5655,4.46788,120,5,0,2925,0,0,1), - (150053,10990,30,0,0,507.479,-67.9403,10.3571,3.26304,120,5,0,2925,0,0,1), - (150054,10990,30,0,0,329.071,-185.016,-29.1542,0.356943,120,5,0,2925,0,0,1), - (150055,10990,30,0,0,252.449,-422.313,35.1404,4.53771,120,5,0,2925,0,0,1), - (150056,10990,30,0,0,358.882,-118.061,-24.9119,2.29257,120,5,0,2925,0,0,1), - (150057,10990,30,0,0,487.151,-174.229,14.7558,4.73192,120,5,0,2925,0,0,1), - (150058,10990,30,0,0,449.652,-123.561,6.14273,6.12029,120,5,0,2925,0,0,1), - (150059,10990,30,0,0,272.419,-261.802,-41.8835,3.66559,120,5,0,2925,0,0,1), - (150060,10990,30,0,0,359.021,-210.954,-29.3483,4.31339,120,5,0,2925,0,0,1), - (150061,10990,30,0,0,450.598,-318.048,-37.7548,0.655219,120,5,0,2925,0,0,1), - (150062,10990,30,0,0,509.333,-218.2,3.05439,3.66292,120,5,0,2925,0,0,1), - (150063,10990,30,0,0,485.771,-223.613,-1.53,2.04862,120,5,0,2925,0,0,1), - (150064,10990,30,0,0,486.636,-452.172,39.6592,2.3341,120,5,0,2925,0,0,1), - (150065,10990,30,0,0,702.783,-257.494,25.9777,1.68329,120,5,0,2925,0,0,1), - (150066,10990,30,0,0,460.942,-199.263,-6.0149,0.380506,120,5,0,2925,0,0,1), - (150067,10990,30,0,0,483.108,-115.307,10.1056,3.69701,120,5,0,2925,0,0,1), - (150068,10990,30,0,0,471.601,-154.174,14.0702,5.5807,120,5,0,2925,0,0,1), - (150069,10990,30,0,0,213.938,-420.793,41.2549,5.71394,120,5,0,2925,0,0,1), - (150070,10990,30,0,0,289.387,-294.685,-33.9073,0.555494,120,5,0,2925,0,0,1), - (150071,10990,30,0,0,155.649,-402.891,43.3915,5.94838,120,5,0,2925,0,0,1), - (150072,10990,30,0,0,517.184,-295.105,-9.78195,6.05668,120,5,0,2925,0,0,1), - (150073,10990,30,0,0,102.334,-332.165,38.9812,3.31445,120,5,0,2925,0,0,1), - (150074,10990,30,0,0,320.244,-107.793,-42.6357,-1.00311,120,5,0,2925,0,0,1), - (150075,11675,30,0,0,217.976,110.774,15.7603,4.56793,120,0,0,2616,0,0,0), - (150076,11675,30,0,0,269.872,6.66684,20.7592,0.381212,120,0,0,2616,0,0,0), - (150077,11675,30,0,0,313.528,-319.041,-27.2373,0.554098,120,0,0,2616,0,0,0), - (150078,11675,30,0,0,435.441,-39.9289,-0.169651,0.549454,120,0,0,2616,0,0,0), - (150079,11675,30,0,0,315.115,-317.62,-29.1123,0.90111,120,0,0,2616,0,0,0), - (150080,11678,30,0,0,428.091,-122.731,3.40332,6.05901,120,0,0,3132,0,0,0), - (150081,11678,30,0,0,235.05,85.5705,18.3079,-0.914255,120,0,0,3132,0,0,0), - (150082,11839,30,0,0,-1553.04,-344.342,64.4163,6.09933,120,0,0,3663,0,0,0), - (150083,12051,30,0,0,-776.092,-345.161,67.4092,1.89257,120,0,0,2450,0,0,0), - (150084,12051,30,0,0,-1224.63,-308.144,65.0087,4.01139,120,0,0,2450,0,0,0), - (150085,12051,30,0,0,-713.039,-442.515,82.8638,0.68724,120,0,0,2450,0,0,0), - (150086,12051,30,0,0,-711.783,-444.061,82.7039,0.683494,120,0,0,2450,0,0,0), - (150087,12096,30,0,0,587.633,-45.9816,37.5438,5.81195,120,0,0,24978,0,0,0), - (150088,12097,30,0,0,-1293.79,-194.407,72.4398,5.84685,120,0,0,25762,0,0,0), - (150089,12127,30,0,0,446.163,-377.119,-1.12725,0.209526,120,0,0,2809,0,0,0), - (150090,12127,30,0,0,549.348,-399.254,53.3537,3.24729,120,0,0,2809,0,0,0), - (150091,12127,30,0,0,549.801,-401.217,53.8305,3.24729,120,0,0,2809,0,0,0), - (150092,12127,30,0,0,192.704,-406.874,42.9183,6.10696,120,0,0,2809,0,0,0), - (150093,12127,30,0,0,441.305,-435.765,28.2385,2.14472,120,0,0,2809,0,0,0), - (150094,12127,30,0,0,192.982,-404.891,43.0132,6.1061,120,0,0,2809,0,0,0), - (150095,12127,30,0,0,355.342,-391.989,-0.486707,3.00643,120,0,0,2809,0,0,0), - (150096,12127,30,0,0,446.035,-375.104,-1.12725,0.21033,120,0,0,2809,0,0,0), - (150097,12127,30,0,0,697.864,-433.238,62.7914,1.65776,120,0,0,2809,0,0,0), - (150098,12127,30,0,0,610.74,-331.585,30.8021,5.14253,120,0,0,2809,0,0,0), - (150099,12127,30,0,0,609.815,-329.775,30.9271,-2.38829,120,0,0,2809,0,0,0), - (150100,12127,30,0,0,695.874,-433.434,62.8543,1.65776,120,0,0,2809,0,0,0), - (150101,12127,30,0,0,443.337,-435.283,28.6842,2.13768,120,0,0,2809,0,0,0), - (150102,13176,30,0,0,-1251.5,-316.327,62.6565,5.02655,120,0,0,30871,0,0,0), - (150103,13179,30,0,0,-1332,-331.243,91.2631,1.50098,120,0,0,29677,0,0,0), - (150104,13216,30,0,0,569.983,-94.9992,38.0325,1.39626,120,0,0,27808,0,0,0), - (150105,13218,30,0,0,-1244.92,-308.916,63.2525,1.62316,120,0,0,28524,0,0,0), - (150106,13236,30,0,0,-1319.56,-342.675,60.3404,1.20428,120,0,0,29051,0,0,0), - (150107,13257,30,0,0,647.61,-61.1548,41.7405,4.24115,120,0,0,30675,0,0,0), - (150108,13284,30,0,0,-1321.64,-343.73,60.4833,1.01229,120,0,0,18117,0,0,0), - (150109,13284,30,0,0,-1317.61,-342.853,60.3726,2.47837,120,0,0,18117,0,0,0), - (150110,13284,30,0,0,-1319.31,-344.475,60.3825,1.72788,120,0,0,18117,0,0,0), - (150111,13438,30,0,0,569.963,-42.0218,37.7581,4.27606,120,0,0,28901,0,0,0), - (150112,13442,30,0,0,729.2,-78.812,51.6335,3.97935,120,0,0,22104,0,0,0), - (150113,13443,30,0,0,729.118,-82.8713,51.6335,2.53073,120,0,0,22867,0,0,0), - (150114,13443,30,0,0,725.554,-79.4973,51.6335,5.27089,120,0,0,22867,0,0,0), - (150115,13443,30,0,0,724.768,-84.1642,51.6335,0.733038,120,0,0,22867,0,0,0), - (150116,13447,30,0,0,596.68,-83.0633,39.0051,6.24828,120,0,0,8474,0,0,0), - (150117,13577,30,0,0,600.032,-2.92475,42.0788,5.00909,120,0,0,21666,0,0,0), - (150118,13617,30,0,0,610.239,-21.8454,43.272,4.90438,120,0,0,44639,0,0,0), - (150119,13797,30,0,0,613.422,-150.764,33.4517,5.55015,120,0,0,10555,0,0,0), - (150120,13798,30,0,0,-1213.91,-370.619,56.4455,0.837758,120,0,0,11519,0,0,0), - (150121,13816,30,0,0,704.35,-22.9071,50.2187,0.785398,1200,0,0,1185,0,0,0), - (150122,14185,30,0,0,-1271.24,-335.766,62.3971,5.75959,120,0,0,2964,0,0,0), - (150123,14186,30,0,0,-1268.64,-332.688,62.6171,5.28835,120,0,0,2938,0,0,0), - (150124,14187,30,0,0,648.363,-65.2233,41.7405,3.12414,120,0,0,3032,0,0,0), - (150125,14188,30,0,0,648.238,-67.8931,41.7405,2.60054,120,0,0,3461,0,0,0), - (150126,14282,30,0,0,-1223.44,-309.833,64.9331,4.0131,120,0,0,2319,0,0,0), - (150127,14282,30,0,0,-1226.4,-307.136,64.9706,4.0145,120,0,0,2319,0,0,0), - (150128,14283,30,0,0,356.001,-389.969,-0.438796,3.0334,120,0,0,3421,0,0,0), - (150129,14283,30,0,0,355.835,-394.005,-0.60149,3.02498,120,0,0,3421,0,0,0), - (150130,14283,30,0,0,882.266,-496.378,96.7707,4.83248,120,0,0,3421,0,0,0), - (150131,14283,30,0,0,878.649,-495.917,96.6171,4.67693,120,0,0,3421,0,0,0), - (150132,14283,30,0,0,932.851,-511.017,93.6748,3.61004,120,0,0,3421,0,0,0), - (150133,14283,30,0,0,935.806,-513.983,93.7436,3.61788,120,0,0,3421,0,0,0), - (150134,14284,30,0,0,947.412,-509.982,95.1098,2.82743,120,0,0,9563,0,0,0), - (150135,14284,30,0,0,934.557,-512.395,93.662,3.61004,120,0,0,9563,0,0,0), - (150136,14284,30,0,0,939.42,-502.777,94.5887,5.14872,120,0,0,9563,0,0,0), - (150137,14284,30,0,0,854.276,-494.241,96.8017,5.44543,120,0,0,9563,0,0,0), - (150138,14284,30,0,0,776.621,-487.775,99.4049,3.50811,120,0,0,9563,0,0,0), - (150139,14284,30,0,0,880.169,-495.699,96.6204,4.8325,120,0,0,9563,0,0,0), - (150140,14284,30,0,0,775.751,-496.893,99.337,2.11185,120,0,0,9563,0,0,0), - (150141,14284,30,0,0,949.1,-506.913,95.4237,3.31613,120,0,0,9563,0,0,0), - (150142,11948,30,0,0,722.43,-10.9982,50.7046,3.42085,120,0,0,160587,0,0,0), - (150143,11946,30,0,0,-1370.9,-219.793,98.4258,5.04381,120,0,0,158400,0,0,0), - (150144,11949,30,0,0,-57.7891,-286.597,15.6479,6.02139,86400,0,0,108615,0,0,0), - (150145,11947,30,0,0,-544.134,-167.923,57.0122,6.28171,86400,0,0,124061,0,0,0), - (150146,14763,30,0,0,721.104,-7.64155,50.7046,3.45575,120,0,0,26500,0,0,0), - (150147,14762,30,0,0,723.058,-14.1548,50.7046,3.40339,120,0,0,61800,0,0,0), - (150148,14764,30,0,0,715.691,-4.72233,50.2187,3.47321,120,0,0,59071,0,0,0), - (150149,14765,30,0,0,720.046,-19.9413,50.2187,3.36849,120,0,0,56083,0,0,0), - (150150,14773,30,0,0,-1363.99,-221.99,98.4053,4.93012,120,0,0,60900,0,0,0), - (150151,14776,30,0,0,-1370.96,-223.532,98.4266,4.93012,120,0,0,58547,0,0,0), - (150152,14772,30,0,0,-1378.37,-228.614,99.3546,5.38565,120,0,0,60489,0,0,0), - (150153,14777,30,0,0,-1358.02,-228.998,98.868,3.87768,120,0,0,60076,0,0,0), - (150154,11997,30,0,0,930.498,-520.755,93.7334,1.8326,120,0,0,3857,0,0,0), - (150155,11997,30,0,0,-1539.03,-763.518,-0.000621079,1.17101,120,0,0,3857,0,0,0), - (150156,12050,30,0,0,635.17,-29.5594,46.5056,4.81711,120,0,0,2823,0,0,0), - (150157,12050,30,0,0,642.488,-32.9437,46.365,4.67748,120,0,0,2823,0,0,0), - (150158,12050,30,0,0,642.326,-27.9442,46.9211,4.59022,120,0,0,2823,0,0,0), - (150159,12050,30,0,0,635.945,-33.6171,45.7164,4.97419,120,0,0,2823,0,0,0), - (150160,12050,30,0,0,669.272,-297.304,30.291,4.66604,120,0,0,2823,0,0,0), - (150161,12050,30,0,0,674.08,-292.328,30.4817,0.0918785,120,0,0,2823,0,0,0), - (150162,12050,30,0,0,667.01,-288.532,29.8809,1.81583,120,0,0,2823,0,0,0), - (150163,12050,30,0,0,664.153,-294.042,30.2851,3.28531,120,0,0,2823,0,0,0), - (150164,12050,30,0,0,81.7027,-406.135,47.7843,0.598464,120,0,0,2823,0,0,0), - (150165,12050,30,0,0,78.1431,-409.215,48.0401,5.05953,120,0,0,2823,0,0,0), - (150166,12050,30,0,0,73.4135,-407.035,46.7527,3.34736,120,0,0,2823,0,0,0), - (150167,12050,30,0,0,78.2258,-401.859,46.4202,2.05852,120,0,0,2823,0,0,0), - (150168,12050,30,0,0,-207.412,-110.616,78.7959,2.43251,120,0,0,2823,0,0,0), - (150169,12050,30,0,0,-197.95,-112.205,78.5686,6.22441,120,0,0,2823,0,0,0), - (150170,12050,30,0,0,-202.709,-116.829,78.4358,5.13742,120,0,0,2823,0,0,0), - (150171,12050,30,0,0,-202.059,-108.314,78.5783,5.91968,120,0,0,2823,0,0,0), - (150172,12050,30,0,0,-615.501,-393.802,60.4299,3.06147,120,0,0,2823,0,0,0), - (150173,12050,30,0,0,-608.513,-392.717,62.5724,2.06323,120,0,0,2823,0,0,0), - (150174,12050,30,0,0,-609.769,-400.072,60.7174,5.22367,120,0,0,2823,0,0,0), - (150175,12050,30,0,0,-616.093,-398.293,60.5628,3.73613,120,0,0,2823,0,0,0), - (150176,12050,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,0,0,2823,0,0,0), - (150177,12050,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,0,0,2823,0,0,0), - (150178,12050,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,0,0,2823,0,0,0), - (150179,12050,30,0,0,-1081.58,-344.63,55.256,4.75636,120,0,0,2823,0,0,0), - (150180,12050,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,0,0,2823,0,0,0), - (150181,12050,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,0,0,2823,0,0,0), - (150182,12050,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,0,0,2823,0,0,0), - (150183,12050,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,0,0,2823,0,0,0), - (150184,13326,30,0,0,635.17,-29.5594,46.5056,4.81711,120,5,0,3690,0,0,1), - (150185,13326,30,0,0,642.488,-32.9437,46.365,4.67748,120,5,0,3690,0,0,1), - (150186,13326,30,0,0,642.326,-27.9442,46.9211,4.59022,120,5,0,3690,0,0,1), - (150187,13326,30,0,0,635.945,-33.6171,45.7164,4.97419,120,5,0,3690,0,0,1), - (150188,13326,30,0,0,669.272,-297.304,30.291,4.66604,120,5,0,3690,0,0,1), - (150189,13326,30,0,0,674.08,-292.328,30.4817,0.0918785,120,5,0,3690,0,0,1), - (150190,13326,30,0,0,667.01,-288.532,29.8809,1.81583,120,5,0,3690,0,0,1), - (150191,13326,30,0,0,664.153,-294.042,30.2851,3.28531,120,5,0,3690,0,0,1), - (150192,13326,30,0,0,81.7027,-406.135,47.7843,0.598464,120,5,0,3690,0,0,1), - (150193,13326,30,0,0,78.1431,-409.215,48.0401,5.05953,120,5,0,3690,0,0,1), - (150194,13326,30,0,0,73.4135,-407.035,46.7527,3.34736,120,5,0,3690,0,0,1), - (150195,13326,30,0,0,78.2258,-401.859,46.4202,2.05852,120,5,0,3690,0,0,1), - (150196,13326,30,0,0,-207.412,-110.616,78.7959,2.43251,120,5,0,3690,0,0,1), - (150197,13326,30,0,0,-197.95,-112.205,78.5686,6.22441,120,5,0,3690,0,0,1), - (150198,13326,30,0,0,-202.709,-116.829,78.4358,5.13742,120,5,0,3690,0,0,1), - (150199,13326,30,0,0,-202.059,-108.314,78.5783,5.91968,120,5,0,3690,0,0,1), - (150200,13326,30,0,0,-615.501,-393.802,60.4299,3.06147,120,5,0,3690,0,0,1), - (150201,13326,30,0,0,-608.513,-392.717,62.5724,2.06323,120,5,0,3690,0,0,1), - (150202,13326,30,0,0,-609.769,-400.072,60.7174,5.22367,120,5,0,3690,0,0,1), - (150203,13326,30,0,0,-616.093,-398.293,60.5628,3.73613,120,5,0,3690,0,0,1), - (150204,13326,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,5,0,3690,0,0,1), - (150205,13326,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,5,0,3690,0,0,1), - (150206,13326,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,5,0,3690,0,0,1), - (150207,13326,30,0,0,-1081.58,-344.63,55.256,4.75636,120,5,0,3690,0,0,1), - (150208,13326,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,5,0,3690,0,0,1), - (150209,13326,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,5,0,3690,0,0,1), - (150210,13326,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,5,0,3690,0,0,1), - (150211,13326,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,5,0,3690,0,0,1), - (150212,13331,30,0,0,635.17,-29.5594,46.5056,4.81711,120,0,0,3732,0,0,0), - (150213,13331,30,0,0,642.488,-32.9437,46.365,4.67748,120,0,0,3732,0,0,0), - (150214,13331,30,0,0,642.326,-27.9442,46.9211,4.59022,120,0,0,3732,0,0,0), - (150215,13331,30,0,0,635.945,-33.6171,45.7164,4.97419,120,0,0,3732,0,0,0), - (150216,13331,30,0,0,669.272,-297.304,30.291,4.66604,120,0,0,3732,0,0,0), - (150217,13331,30,0,0,674.08,-292.328,30.4817,0.0918785,120,0,0,3732,0,0,0), - (150218,13331,30,0,0,667.01,-288.532,29.8809,1.81583,120,0,0,3732,0,0,0), - (150219,13331,30,0,0,664.153,-294.042,30.2851,3.28531,120,0,0,3732,0,0,0), - (150220,13331,30,0,0,81.7027,-406.135,47.7843,0.598464,120,0,0,3732,0,0,0), - (150221,13331,30,0,0,78.1431,-409.215,48.0401,5.05953,120,0,0,3732,0,0,0), - (150222,13331,30,0,0,73.4135,-407.035,46.7527,3.34736,120,0,0,3732,0,0,0), - (150223,13331,30,0,0,78.2258,-401.859,46.4202,2.05852,120,0,0,3732,0,0,0), - (150224,13331,30,0,0,-207.412,-110.616,78.7959,2.43251,120,0,0,3732,0,0,0), - (150225,13331,30,0,0,-197.95,-112.205,78.5686,6.22441,120,0,0,3732,0,0,0), - (150226,13331,30,0,0,-202.709,-116.829,78.4358,5.13742,120,0,0,3732,0,0,0), - (150227,13331,30,0,0,-202.059,-108.314,78.5783,5.91968,120,0,0,3732,0,0,0), - (150228,13331,30,0,0,-615.501,-393.802,60.4299,3.06147,120,0,0,3732,0,0,0), - (150229,13331,30,0,0,-608.513,-392.717,62.5724,2.06323,120,0,0,3732,0,0,0), - (150230,13331,30,0,0,-609.769,-400.072,60.7174,5.22367,120,0,0,3732,0,0,0), - (150231,13331,30,0,0,-616.093,-398.293,60.5628,3.73613,120,0,0,3732,0,0,0), - (150232,13331,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,0,0,3732,0,0,0), - (150233,13331,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,0,0,3732,0,0,0), - (150234,13331,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,0,0,3732,0,0,0), - (150235,13331,30,0,0,-1081.58,-344.63,55.256,4.75636,120,0,0,3732,0,0,0), - (150236,13331,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,0,0,3732,0,0,0), - (150237,13331,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,0,0,3732,0,0,0), - (150238,13331,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,0,0,3732,0,0,0), - (150239,13331,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,0,0,3732,0,0,0), - (150240,13422,30,0,0,635.17,-29.5594,46.5056,4.81711,120,0,0,4158,0,0,0), - (150241,13422,30,0,0,642.488,-32.9437,46.365,4.67748,120,0,0,4158,0,0,0), - (150242,13422,30,0,0,642.326,-27.9442,46.9211,4.59022,120,0,0,4158,0,0,0), - (150243,13422,30,0,0,635.945,-33.6171,45.7164,4.97419,120,0,0,4158,0,0,0), - (150244,13422,30,0,0,669.272,-297.304,30.291,4.66604,120,0,0,4158,0,0,0), - (150245,13422,30,0,0,674.08,-292.328,30.4817,0.0918785,120,0,0,4158,0,0,0), - (150246,13422,30,0,0,667.01,-288.532,29.8809,1.81583,120,0,0,4158,0,0,0), - (150247,13422,30,0,0,664.153,-294.042,30.2851,3.28531,120,0,0,4158,0,0,0), - (150248,13422,30,0,0,81.7027,-406.135,47.7843,0.598464,120,0,0,4158,0,0,0), - (150249,13422,30,0,0,78.1431,-409.215,48.0401,5.05953,120,0,0,4158,0,0,0), - (150250,13422,30,0,0,73.4135,-407.035,46.7527,3.34736,120,0,0,4158,0,0,0), - (150251,13422,30,0,0,78.2258,-401.859,46.4202,2.05852,120,0,0,4158,0,0,0), - (150252,13422,30,0,0,-207.412,-110.616,78.7959,2.43251,120,0,0,4158,0,0,0), - (150253,13422,30,0,0,-197.95,-112.205,78.5686,6.22441,120,0,0,4158,0,0,0), - (150254,13422,30,0,0,-202.709,-116.829,78.4358,5.13742,120,0,0,4158,0,0,0), - (150255,13422,30,0,0,-202.059,-108.314,78.5783,5.91968,120,0,0,4158,0,0,0), - (150256,13422,30,0,0,-615.501,-393.802,60.4299,3.06147,120,0,0,4158,0,0,0), - (150257,13422,30,0,0,-608.513,-392.717,62.5724,2.06323,120,0,0,4158,0,0,0), - (150258,13422,30,0,0,-609.769,-400.072,60.7174,5.22367,120,0,0,4158,0,0,0), - (150259,13422,30,0,0,-616.093,-398.293,60.5628,3.73613,120,0,0,4158,0,0,0), - (150260,13422,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,0,0,4158,0,0,0), - (150261,13422,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,0,0,4158,0,0,0), - (150262,13422,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,0,0,4158,0,0,0), - (150263,13422,30,0,0,-1081.58,-344.63,55.256,4.75636,120,0,0,4158,0,0,0), - (150264,13422,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,0,0,4158,0,0,0), - (150265,13422,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,0,0,4158,0,0,0), - (150266,13422,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,0,0,4158,0,0,0), - (150267,13422,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,0,0,4158,0,0,0), - (150268,12053,30,0,0,635.17,-29.5594,46.5056,4.81711,120,0,0,2046,0,0,0), - (150269,12053,30,0,0,642.488,-32.9437,46.365,4.67748,120,0,0,2046,0,0,0), - (150270,12053,30,0,0,642.326,-27.9442,46.9211,4.59022,120,0,0,2046,0,0,0), - (150271,12053,30,0,0,635.945,-33.6171,45.7164,4.97419,120,0,0,2046,0,0,0), - (150272,12053,30,0,0,669.272,-297.304,30.291,4.66604,120,0,0,2046,0,0,0), - (150273,12053,30,0,0,674.08,-292.328,30.4817,0.0918785,120,0,0,2046,0,0,0), - (150274,12053,30,0,0,667.01,-288.532,29.8809,1.81583,120,0,0,2046,0,0,0), - (150275,12053,30,0,0,664.153,-294.042,30.2851,3.28531,120,0,0,2046,0,0,0), - (150276,12053,30,0,0,81.7027,-406.135,47.7843,0.598464,120,0,0,2046,0,0,0), - (150277,12053,30,0,0,78.1431,-409.215,48.0401,5.05953,120,0,0,2046,0,0,0), - (150278,12053,30,0,0,73.4135,-407.035,46.7527,3.34736,120,0,0,2046,0,0,0), - (150279,12053,30,0,0,78.2258,-401.859,46.4202,2.05852,120,0,0,2046,0,0,0), - (150280,12053,30,0,0,-207.412,-110.616,78.7959,2.43251,120,0,0,2046,0,0,0), - (150281,12053,30,0,0,-197.95,-112.205,78.5686,6.22441,120,0,0,2046,0,0,0), - (150282,12053,30,0,0,-202.709,-116.829,78.4358,5.13742,120,0,0,2046,0,0,0), - (150283,12053,30,0,0,-202.059,-108.314,78.5783,5.91968,120,0,0,2046,0,0,0), - (150284,12053,30,0,0,-615.501,-393.802,60.4299,3.06147,120,0,0,2046,0,0,0), - (150285,12053,30,0,0,-608.513,-392.717,62.5724,2.06323,120,0,0,2046,0,0,0), - (150286,12053,30,0,0,-609.769,-400.072,60.7174,5.22367,120,0,0,2046,0,0,0), - (150287,12053,30,0,0,-616.093,-398.293,60.5628,3.73613,120,0,0,2046,0,0,0), - (150288,12053,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,0,0,2046,0,0,0), - (150289,12053,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,0,0,2046,0,0,0), - (150290,12053,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,0,0,2046,0,0,0), - (150291,12053,30,0,0,-1081.58,-344.63,55.256,4.75636,120,0,0,2046,0,0,0), - (150292,12053,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,0,0,2046,0,0,0), - (150293,12053,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,0,0,2046,0,0,0), - (150294,12053,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,0,0,2046,0,0,0), - (150295,12053,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,0,0,2046,0,0,0), - (150296,13328,30,0,0,635.17,-29.5594,46.5056,4.81711,120,5,0,2295,0,0,1), - (150297,13328,30,0,0,642.488,-32.9437,46.365,4.67748,120,5,0,2295,0,0,1), - (150298,13328,30,0,0,642.326,-27.9442,46.9211,4.59022,120,5,0,2295,0,0,1), - (150299,13328,30,0,0,635.945,-33.6171,45.7164,4.97419,120,5,0,2295,0,0,1), - (150300,13328,30,0,0,669.272,-297.304,30.291,4.66604,120,5,0,2295,0,0,1), - (150301,13328,30,0,0,674.08,-292.328,30.4817,0.0918785,120,5,0,2295,0,0,1), - (150302,13328,30,0,0,667.01,-288.532,29.8809,1.81583,120,5,0,2295,0,0,1), - (150303,13328,30,0,0,664.153,-294.042,30.2851,3.28531,120,5,0,2295,0,0,1), - (150304,13328,30,0,0,81.7027,-406.135,47.7843,0.598464,120,5,0,2295,0,0,1), - (150305,13328,30,0,0,78.1431,-409.215,48.0401,5.05953,120,5,0,2295,0,0,1), - (150306,13328,30,0,0,73.4135,-407.035,46.7527,3.34736,120,5,0,2295,0,0,1), - (150307,13328,30,0,0,78.2258,-401.859,46.4202,2.05852,120,5,0,2295,0,0,1), - (150308,13328,30,0,0,-207.412,-110.616,78.7959,2.43251,120,5,0,2295,0,0,1), - (150309,13328,30,0,0,-197.95,-112.205,78.5686,6.22441,120,5,0,2295,0,0,1), - (150310,13328,30,0,0,-202.709,-116.829,78.4358,5.13742,120,5,0,2295,0,0,1), - (150311,13328,30,0,0,-202.059,-108.314,78.5783,5.91968,120,5,0,2295,0,0,1), - (150312,13328,30,0,0,-615.501,-393.802,60.4299,3.06147,120,5,0,2295,0,0,1), - (150313,13328,30,0,0,-608.513,-392.717,62.5724,2.06323,120,5,0,2295,0,0,1), - (150314,13328,30,0,0,-609.769,-400.072,60.7174,5.22367,120,5,0,2295,0,0,1), - (150315,13328,30,0,0,-616.093,-398.293,60.5628,3.73613,120,5,0,2295,0,0,1), - (150316,13328,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,5,0,2295,0,0,1), - (150317,13328,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,5,0,2295,0,0,1), - (150318,13328,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,5,0,2295,0,0,1), - (150319,13328,30,0,0,-1081.58,-344.63,55.256,4.75636,120,5,0,2295,0,0,1), - (150320,13328,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,5,0,2295,0,0,1), - (150321,13328,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,5,0,2295,0,0,1), - (150322,13328,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,5,0,2295,0,0,1), - (150323,13328,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,5,0,2295,0,0,1), - (150324,13332,30,0,0,635.17,-29.5594,46.5056,4.81711,120,5,0,3191,0,0,1), - (150325,13332,30,0,0,642.488,-32.9437,46.365,4.67748,120,5,0,3191,0,0,1), - (150326,13332,30,0,0,642.326,-27.9442,46.9211,4.59022,120,5,0,3191,0,0,1), - (150327,13332,30,0,0,635.945,-33.6171,45.7164,4.97419,120,5,0,3191,0,0,1), - (150328,13332,30,0,0,669.272,-297.304,30.291,4.66604,120,5,0,3191,0,0,1), - (150329,13332,30,0,0,674.08,-292.328,30.4817,0.0918785,120,5,0,3191,0,0,1), - (150330,13332,30,0,0,667.01,-288.532,29.8809,1.81583,120,5,0,3191,0,0,1), - (150331,13332,30,0,0,664.153,-294.042,30.2851,3.28531,120,5,0,3191,0,0,1), - (150332,13332,30,0,0,81.7027,-406.135,47.7843,0.598464,120,5,0,3191,0,0,1), - (150333,13332,30,0,0,78.1431,-409.215,48.0401,5.05953,120,5,0,3191,0,0,1), - (150334,13332,30,0,0,73.4135,-407.035,46.7527,3.34736,120,5,0,3191,0,0,1), - (150335,13332,30,0,0,78.2258,-401.859,46.4202,2.05852,120,5,0,3191,0,0,1), - (150336,13332,30,0,0,-207.412,-110.616,78.7959,2.43251,120,5,0,3191,0,0,1), - (150337,13332,30,0,0,-197.95,-112.205,78.5686,6.22441,120,5,0,3191,0,0,1), - (150338,13332,30,0,0,-202.709,-116.829,78.4358,5.13742,120,5,0,3191,0,0,1), - (150339,13332,30,0,0,-202.059,-108.314,78.5783,5.91968,120,5,0,3191,0,0,1), - (150340,13332,30,0,0,-615.501,-393.802,60.4299,3.06147,120,5,0,3191,0,0,1), - (150341,13332,30,0,0,-608.513,-392.717,62.5724,2.06323,120,5,0,3191,0,0,1), - (150342,13332,30,0,0,-609.769,-400.072,60.7174,5.22367,120,5,0,3191,0,0,1), - (150343,13332,30,0,0,-616.093,-398.293,60.5628,3.73613,120,5,0,3191,0,0,1), - (150344,13332,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,5,0,3191,0,0,1), - (150345,13332,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,5,0,3191,0,0,1), - (150346,13332,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,5,0,3191,0,0,1), - (150347,13332,30,0,0,-1081.58,-344.63,55.256,4.75636,120,5,0,3191,0,0,1), - (150348,13332,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,5,0,3191,0,0,1), - (150349,13332,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,5,0,3191,0,0,1), - (150350,13332,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,5,0,3191,0,0,1), - (150351,13332,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,5,0,3191,0,0,1), - (150352,13421,30,0,0,635.17,-29.5594,46.5056,4.81711,120,5,0,3607,0,0,1), - (150353,13421,30,0,0,642.488,-32.9437,46.365,4.67748,120,5,0,3607,0,0,1), - (150354,13421,30,0,0,642.326,-27.9442,46.9211,4.59022,120,5,0,3607,0,0,1), - (150355,13421,30,0,0,635.945,-33.6171,45.7164,4.97419,120,5,0,3607,0,0,1), - (150356,13421,30,0,0,669.272,-297.304,30.291,4.66604,120,5,0,3607,0,0,1), - (150357,13421,30,0,0,674.08,-292.328,30.4817,0.0918785,120,5,0,3607,0,0,1), - (150358,13421,30,0,0,667.01,-288.532,29.8809,1.81583,120,5,0,3607,0,0,1), - (150359,13421,30,0,0,664.153,-294.042,30.2851,3.28531,120,5,0,3607,0,0,1), - (150360,13421,30,0,0,81.7027,-406.135,47.7843,0.598464,120,5,0,3607,0,0,1), - (150361,13421,30,0,0,78.1431,-409.215,48.0401,5.05953,120,5,0,3607,0,0,1), - (150362,13421,30,0,0,73.4135,-407.035,46.7527,3.34736,120,5,0,3607,0,0,1), - (150363,13421,30,0,0,78.2258,-401.859,46.4202,2.05852,120,5,0,3607,0,0,1), - (150364,13421,30,0,0,-207.412,-110.616,78.7959,2.43251,120,5,0,3607,0,0,1), - (150365,13421,30,0,0,-197.95,-112.205,78.5686,6.22441,120,5,0,3607,0,0,1), - (150366,13421,30,0,0,-202.709,-116.829,78.4358,5.13742,120,5,0,3607,0,0,1), - (150367,13421,30,0,0,-202.059,-108.314,78.5783,5.91968,120,5,0,3607,0,0,1), - (150368,13421,30,0,0,-615.501,-393.802,60.4299,3.06147,120,5,0,3607,0,0,1), - (150369,13421,30,0,0,-608.513,-392.717,62.5724,2.06323,120,5,0,3607,0,0,1), - (150370,13421,30,0,0,-609.769,-400.072,60.7174,5.22367,120,5,0,3607,0,0,1), - (150371,13421,30,0,0,-616.093,-398.293,60.5628,3.73613,120,5,0,3607,0,0,1), - (150372,13421,30,0,0,-1077.7,-340.21,55.4682,6.25569,120,5,0,3607,0,0,1), - (150373,13421,30,0,0,-1082.74,-333.821,54.7962,2.05459,120,5,0,3607,0,0,1), - (150374,13421,30,0,0,-1090.66,-341.267,54.6768,3.27746,120,5,0,3607,0,0,1), - (150375,13421,30,0,0,-1081.58,-344.63,55.256,4.75636,120,5,0,3607,0,0,1), - (150376,13421,30,0,0,-1408.95,-311.69,89.2536,4.49954,120,5,0,3607,0,0,1), - (150377,13421,30,0,0,-1407.15,-305.323,89.1993,2.86827,120,5,0,3607,0,0,1), - (150378,13421,30,0,0,-1400.64,-304.3,89.7008,1.0595,120,5,0,3607,0,0,1), - (150379,13421,30,0,0,-1400.4,-311.35,89.3028,4.99434,120,5,0,3607,0,0,1), - (150380,13116,30,0,0,643,44,69.7402,-0.001854,120,0,0,8609,7860,0,0), - (150381,13116,30,0,0,676,-374,30,-0.001854,120,0,0,8609,7860,0,0), - (150382,13116,30,0,0,73.4178,-496.433,48.7319,-0.001854,120,0,0,8609,7860,0,0), - (150383,13116,30,0,0,-157.409,31.2063,77.0506,-0.001854,120,0,0,8609,7860,0,0), - (150384,13116,30,0,0,-531.218,-405.231,49.5514,-0.001854,120,0,0,8609,7860,0,0), - (150385,13116,30,0,0,-1090.48,-253.309,57.6724,-0.001854,120,0,0,8609,7860,0,0), - (150386,13116,30,0,0,-1496.07,-333.338,101.135,-0.001854,120,0,0,8609,7860,0,0), - (150387,13117,30,0,0,643,44,69.7402,-0.001854,120,0,0,8609,7860,0,0), - (150388,13117,30,0,0,676,-374,30,-0.001854,120,0,0,8609,7860,0,0), - (150389,13117,30,0,0,73.4178,-496.433,48.7319,-0.001854,120,0,0,8609,7860,0,0), - (150390,13117,30,0,0,-157.409,31.2063,77.0506,-0.001854,120,0,0,8609,7860,0,0), - (150391,13117,30,0,0,-531.218,-405.231,49.5514,-0.001854,120,0,0,8609,7860,0,0), - (150392,13117,30,0,0,-1090.48,-253.309,57.6724,-0.001854,120,0,0,8609,7860,0,0), - (150393,13117,30,0,0,-1496.07,-333.338,101.135,-0.001854,120,0,0,8609,7860,0,0), - (150394,13116,30,0,0,873.002,-491.284,96.5419,-0.001854,120,0,0,8609,7860,0,0), - (150395,13117,30,0,0,-1437.67,-610.089,51.1619,-0.001854,120,0,0,8609,7860,0,0), - (150396,13358,30,0,0,569.395,-101.064,52.8296,2.34974,120,0,0,4666,0,0,0), - (150397,13358,30,0,0,574.85,-92.9842,52.5869,3.09325,120,0,0,4666,0,0,0), - (150398,13358,30,0,0,575.411,-83.597,52.3626,6.26573,120,0,0,4666,0,0,0), - (150399,13358,30,0,0,571.352,-75.6582,52.479,0.523599,120,0,0,4666,0,0,0), - (150400,13358,30,0,0,668.6,-122.53,64.12,2.34,120,0,0,4666,0,0,0), - (150401,13358,30,0,0,662.253,-129.105,64.1794,2.77507,120,0,0,4666,0,0,0), - (150402,13358,30,0,0,661.209,-138.877,64.2251,3.38594,120,0,0,4666,0,0,0), - (150403,13358,30,0,0,665.481,-146.857,64.1271,3.75246,120,0,0,4666,0,0,0), - (150404,13358,30,0,0,225.228,-368.909,56.9983,6.23806,120,0,0,4666,0,0,0), - (150405,13358,30,0,0,191.36,-369.899,57.1524,3.24631,120,0,0,4666,0,0,0), - (150406,13358,30,0,0,215.518,-384.019,56.9889,5.09636,120,0,0,4666,0,0,0), - (150407,13358,30,0,0,199.625,-382.177,56.8691,4.08407,120,0,0,4666,0,0,0), - (150408,13358,30,0,0,-172.851,-452.366,40.8725,3.31829,120,0,0,4666,0,0,0), - (150409,13358,30,0,0,-147.147,-435.053,40.8022,0.599238,120,0,0,4666,0,0,0), - (150410,13358,30,0,0,-169.456,-440.325,40.985,2.59101,120,0,0,4666,0,0,0), - (150411,13358,30,0,0,-163.494,-434.904,41.0725,1.84174,120,0,0,4666,0,0,0), - (150412,13359,30,0,0,-573.522,-271.854,75.0078,3.9619,120,0,0,4431,0,0,0), - (150413,13359,30,0,0,-565.616,-269.051,74.9952,5.02655,120,0,0,4431,0,0,0), - (150414,13359,30,0,0,-562.825,-261.087,74.9898,5.95157,120,0,0,4431,0,0,0), - (150415,13359,30,0,0,-569.176,-254.446,74.8771,0.820305,120,0,0,4431,0,0,0), - (150416,13359,30,0,0,-763.04,-371.032,90.7933,5.25979,120,0,0,4431,0,0,0), - (150417,13359,30,0,0,-759.764,-358.264,90.8681,0.289795,120,0,0,4431,0,0,0), - (150418,13359,30,0,0,-768.808,-353.056,90.8811,1.52601,120,0,0,4431,0,0,0), - (150419,13359,30,0,0,-775.944,-362.639,90.8949,2.59573,120,0,0,4431,0,0,0), - (150420,13359,30,0,0,-1294.13,-313.045,107.328,0.270162,120,0,0,4431,0,0,0), - (150421,13359,30,0,0,-1306.5,-308.105,113.767,1.78755,120,0,0,4431,0,0,0), - (150422,13359,30,0,0,-1294.78,-319.966,113.79,5.94545,120,0,0,4431,0,0,0), - (150423,13359,30,0,0,-1294.83,-312.241,113.799,0.295293,120,0,0,4431,0,0,0), - (150424,13359,30,0,0,-1300.96,-275.111,114.058,4.12804,120,0,0,4431,0,0,0), - (150425,13359,30,0,0,-1302.41,-259.256,114.065,1.67602,120,0,0,4431,0,0,0), - (150426,13359,30,0,0,-1287.97,-262.087,114.165,6.18264,120,0,0,4431,0,0,0), - (150427,13359,30,0,0,-1291.59,-271.166,114.151,5.28257,120,0,0,4431,0,0,0), - (150428,11603,30,0,0,-917.648,-46.8922,77.0872,5.27089,120,0,0,5244,0,0,0), - (150429,11603,30,0,0,-912.689,-45.4494,76.2277,4.60767,120,0,0,5244,0,0,0), - (150430,11603,30,0,0,-905.455,-84.5179,75.3642,3.29867,120,0,0,5244,0,0,0), - (150431,11603,30,0,0,-904.332,-111.509,75.5925,2.47837,120,0,0,5244,0,0,0), - (150432,11603,30,0,0,-904.27,-160.419,61.9876,3.61192,120,0,0,5244,0,0,0), - (150433,11603,30,0,0,-904.023,-90.4558,75.3706,3.40339,120,0,0,5244,0,0,0), - (150434,11603,30,0,0,-978.678,-37.3136,75.8364,2.84489,120,0,0,5244,0,0,0), - (150435,11603,30,0,0,-973.076,-36.5013,77.5047,1.0821,120,0,0,5244,0,0,0), - (150436,11603,30,0,0,-963.951,-87.734,81.5555,0.575959,120,0,0,5244,0,0,0), - (150437,11603,30,0,0,-961.941,-90.7252,81.6629,0.820305,120,0,0,5244,0,0,0), - (150438,11603,30,0,0,-957.623,-186.582,66.6021,1.95477,120,0,0,5244,0,0,0), - (150439,11603,30,0,0,-952.476,-179.778,78.6771,4.5204,120,0,0,5244,0,0,0), - (150440,11603,30,0,0,-950.427,-115.007,79.6127,3.68264,120,0,0,5244,0,0,0), - (150441,11603,30,0,0,-950.25,-151.95,79.4598,-1.81423,120,0,0,5244,0,0,0), - (150442,11603,30,0,0,-950.169,-188.099,66.6184,5.55015,120,0,0,5244,0,0,0), - (150443,11603,30,0,0,-949.944,-142.977,80.5382,2.70526,120,0,0,5244,0,0,0), - (150444,11603,30,0,0,-947.854,-170.5,79.7618,0.942478,120,0,0,5244,0,0,0), - (150445,11603,30,0,0,-946.738,-139.567,80.0904,2.3911,120,0,0,5244,0,0,0), - (150446,11603,30,0,0,-945.503,-65.0654,79.7907,5.02655,120,0,0,5244,0,0,0), - (150447,11603,30,0,0,-943.678,-110.986,80.2557,0.959931,120,0,0,5244,0,0,0), - (150448,11603,30,0,0,-942.993,-56.9881,79.8915,5.65487,120,0,0,5244,0,0,0), - (150449,11603,30,0,0,-938.197,-155.838,61.3111,1.65806,120,0,0,5244,0,0,0), - (150450,11603,30,0,0,-930.488,-214.524,72.1431,2.1236,120,0,0,5244,0,0,0), - (150451,11603,30,0,0,-929.947,-154.449,61.5084,1.67552,120,0,0,5244,0,0,0), - (150452,11603,30,0,0,-927.412,-135.313,61.1987,3.29867,120,0,0,5244,0,0,0), - (150453,11603,30,0,0,-920.677,-156.859,62.8033,3.15306,120,0,0,5244,0,0,0), - (150454,11603,30,0,0,-916.75,-136.094,62.2357,0.0698132,120,0,0,5244,0,0,0), - (150455,11603,30,0,0,-915.319,-132.718,62.562,1.16984,120,0,0,5244,0,0,0), - (150456,11603,30,0,0,-913.589,-146.794,76.9366,1.8675,120,0,0,5244,0,0,0), - (150457,11603,30,0,0,-907.572,-148.937,76.6898,4.76475,120,0,0,5244,0,0,0), - (150458,11603,30,0,0,-902.02,-64.6174,73.9707,1.19169,120,0,0,5244,0,0,0), - (150459,11603,30,0,0,-899.489,-61.7252,73.2498,5.09636,120,0,0,5244,0,0,0), - (150460,11603,30,0,0,-894.792,-127.141,75.3834,6.14356,120,0,0,5244,0,0,0), - (150461,11603,30,0,0,-892.408,-162.525,64.1212,2.69884,120,0,0,5244,0,0,0), - (150462,11603,30,0,0,-892.326,-123.158,76.0318,5.5676,120,0,0,5244,0,0,0), - (150463,11603,30,0,0,-888.468,-148.462,61.8012,1.65806,120,0,0,5244,0,0,0), - (150464,11603,30,0,0,-883.268,-159.738,63.5311,5.20108,120,0,0,5244,0,0,0), - (150465,11603,30,0,0,-877.76,-118.07,65.215,2.94961,120,0,0,5244,0,0,0), - (150466,11603,30,0,0,-876.792,-128.646,64.1045,3.40339,120,0,0,5244,0,0,0), - (150467,11603,30,0,0,-874.901,-36.6579,69.4246,2.00713,120,0,0,5244,0,0,0), - (150468,11603,30,0,0,-874.856,-151.351,62.7537,3.57875,120,0,0,5244,0,0,0), - (150469,11603,30,0,0,-872.135,-150.08,62.7513,3.57201,120,0,0,5244,0,0,0), - (150470,11603,30,0,0,-870.288,-149.217,62.5413,3.56624,120,0,0,5244,0,0,0), - (150471,11603,30,0,0,-870.03,-6.27443,70.3867,2.3911,120,0,0,5244,0,0,0), - (150472,11603,30,0,0,-869.023,-82.2118,69.5848,3.22886,120,0,0,5244,0,0,0), - (150473,11603,30,0,0,-866.354,-40.2455,70.842,0.0698132,120,0,0,5244,0,0,0), - (150474,11603,30,0,0,-865.305,-152.302,63.5044,4.86947,120,0,0,5244,0,0,0), - (150475,11603,30,0,0,-861.926,-79.0519,71.4178,0.20944,120,0,0,5244,0,0,0), - (150476,11603,30,0,0,-857.292,-152.277,63.2114,4.18879,120,0,0,5244,0,0,0), - (150477,11603,30,0,0,-853.357,-0.696194,72.0655,0.994838,120,0,0,5244,0,0,0), - (150478,13317,30,0,0,-917.648,-46.8922,77.0872,5.27089,120,0,0,9298,0,0,0), - (150479,13317,30,0,0,-912.689,-45.4494,76.2277,4.60767,120,0,0,9298,0,0,0), - (150480,13317,30,0,0,-905.455,-84.5179,75.3642,3.29867,120,0,0,9298,0,0,0), - (150481,13317,30,0,0,-904.332,-111.509,75.5925,2.47837,120,0,0,9298,0,0,0), - (150482,13317,30,0,0,-904.27,-160.419,61.9876,3.61192,120,0,0,9298,0,0,0), - (150483,13317,30,0,0,-904.023,-90.4558,75.3706,3.40339,120,0,0,9298,0,0,0), - (150484,13317,30,0,0,-978.678,-37.3136,75.8364,2.84489,120,0,0,9298,0,0,0), - (150485,13317,30,0,0,-973.076,-36.5013,77.5047,1.0821,120,0,0,9298,0,0,0), - (150486,13317,30,0,0,-963.951,-87.734,81.5555,0.575959,120,0,0,9298,0,0,0), - (150487,13317,30,0,0,-961.941,-90.7252,81.6629,0.820305,120,0,0,9298,0,0,0), - (150488,13317,30,0,0,-957.623,-186.582,66.6021,1.95477,120,0,0,9298,0,0,0), - (150489,13317,30,0,0,-952.476,-179.778,78.6771,4.5204,120,0,0,9298,0,0,0), - (150490,13317,30,0,0,-950.427,-115.007,79.6127,3.68264,120,0,0,9298,0,0,0), - (150491,13317,30,0,0,-950.25,-151.95,79.4598,-1.81423,120,0,0,9298,0,0,0), - (150492,13317,30,0,0,-950.169,-188.099,66.6184,5.55015,120,0,0,9298,0,0,0), - (150493,13317,30,0,0,-949.944,-142.977,80.5382,2.70526,120,0,0,9298,0,0,0), - (150494,13317,30,0,0,-947.854,-170.5,79.7618,0.942478,120,0,0,9298,0,0,0), - (150495,13317,30,0,0,-946.738,-139.567,80.0904,2.3911,120,0,0,9298,0,0,0), - (150496,13317,30,0,0,-945.503,-65.0654,79.7907,5.02655,120,0,0,9298,0,0,0), - (150497,13317,30,0,0,-943.678,-110.986,80.2557,0.959931,120,0,0,9298,0,0,0), - (150498,13317,30,0,0,-942.993,-56.9881,79.8915,5.65487,120,0,0,9298,0,0,0), - (150499,13317,30,0,0,-938.197,-155.838,61.3111,1.65806,120,0,0,9298,0,0,0), - (150500,13317,30,0,0,-930.488,-214.524,72.1431,2.1236,120,0,0,9298,0,0,0), - (150501,13317,30,0,0,-929.947,-154.449,61.5084,1.67552,120,0,0,9298,0,0,0), - (150502,13317,30,0,0,-927.412,-135.313,61.1987,3.29867,120,0,0,9298,0,0,0), - (150503,13317,30,0,0,-920.677,-156.859,62.8033,3.15306,120,0,0,9298,0,0,0), - (150504,13317,30,0,0,-916.75,-136.094,62.2357,0.0698132,120,0,0,9298,0,0,0), - (150505,13317,30,0,0,-915.319,-132.718,62.562,1.16984,120,0,0,9298,0,0,0), - (150506,13317,30,0,0,-913.589,-146.794,76.9366,1.8675,120,0,0,9298,0,0,0), - (150507,13317,30,0,0,-907.572,-148.937,76.6898,4.76475,120,0,0,9298,0,0,0), - (150508,13317,30,0,0,-902.02,-64.6174,73.9707,1.19169,120,0,0,9298,0,0,0), - (150509,13317,30,0,0,-899.489,-61.7252,73.2498,5.09636,120,0,0,9298,0,0,0), - (150510,13317,30,0,0,-894.792,-127.141,75.3834,6.14356,120,0,0,9298,0,0,0), - (150511,13317,30,0,0,-892.408,-162.525,64.1212,2.69884,120,0,0,9298,0,0,0), - (150512,13317,30,0,0,-892.326,-123.158,76.0318,5.5676,120,0,0,9298,0,0,0), - (150513,13317,30,0,0,-888.468,-148.462,61.8012,1.65806,120,0,0,9298,0,0,0), - (150514,13317,30,0,0,-883.268,-159.738,63.5311,5.20108,120,0,0,9298,0,0,0), - (150515,13317,30,0,0,-877.76,-118.07,65.215,2.94961,120,0,0,9298,0,0,0), - (150516,13317,30,0,0,-876.792,-128.646,64.1045,3.40339,120,0,0,9298,0,0,0), - (150517,13317,30,0,0,-874.901,-36.6579,69.4246,2.00713,120,0,0,9298,0,0,0), - (150518,13317,30,0,0,-874.856,-151.351,62.7537,3.57875,120,0,0,9298,0,0,0), - (150519,13317,30,0,0,-872.135,-150.08,62.7513,3.57201,120,0,0,9298,0,0,0), - (150520,13317,30,0,0,-870.288,-149.217,62.5413,3.56624,120,0,0,9298,0,0,0), - (150521,13317,30,0,0,-870.03,-6.27443,70.3867,2.3911,120,0,0,9298,0,0,0), - (150522,13317,30,0,0,-869.023,-82.2118,69.5848,3.22886,120,0,0,9298,0,0,0), - (150523,13317,30,0,0,-866.354,-40.2455,70.842,0.0698132,120,0,0,9298,0,0,0), - (150524,13317,30,0,0,-865.305,-152.302,63.5044,4.86947,120,0,0,9298,0,0,0), - (150525,13317,30,0,0,-861.926,-79.0519,71.4178,0.20944,120,0,0,9298,0,0,0), - (150526,13317,30,0,0,-857.292,-152.277,63.2114,4.18879,120,0,0,9298,0,0,0), - (150527,13317,30,0,0,-853.357,-0.696194,72.0655,0.994838,120,0,0,9298,0,0,0), - (150528,13316,30,0,0,-917.648,-46.8922,77.0872,5.27089,120,0,0,7007,0,0,0), - (150529,13316,30,0,0,-912.689,-45.4494,76.2277,4.60767,120,0,0,7007,0,0,0), - (150530,13316,30,0,0,-905.455,-84.5179,75.3642,3.29867,120,0,0,7007,0,0,0), - (150531,13316,30,0,0,-904.332,-111.509,75.5925,2.47837,120,0,0,7007,0,0,0), - (150532,13316,30,0,0,-904.27,-160.419,61.9876,3.61192,120,0,0,7007,0,0,0), - (150533,13316,30,0,0,-904.023,-90.4558,75.3706,3.40339,120,0,0,7007,0,0,0), - (150534,13316,30,0,0,-978.678,-37.3136,75.8364,2.84489,120,0,0,7007,0,0,0), - (150535,13316,30,0,0,-973.076,-36.5013,77.5047,1.0821,120,0,0,7007,0,0,0), - (150536,13316,30,0,0,-963.951,-87.734,81.5555,0.575959,120,0,0,7007,0,0,0), - (150537,13316,30,0,0,-961.941,-90.7252,81.6629,0.820305,120,0,0,7007,0,0,0), - (150538,13316,30,0,0,-957.623,-186.582,66.6021,1.95477,120,0,0,7007,0,0,0), - (150539,13316,30,0,0,-952.476,-179.778,78.6771,4.5204,120,0,0,7007,0,0,0), - (150540,13316,30,0,0,-950.427,-115.007,79.6127,3.68264,120,0,0,7007,0,0,0), - (150541,13316,30,0,0,-950.25,-151.95,79.4598,-1.81423,120,0,0,7007,0,0,0), - (150542,13316,30,0,0,-950.169,-188.099,66.6184,5.55015,120,0,0,7007,0,0,0), - (150543,13316,30,0,0,-949.944,-142.977,80.5382,2.70526,120,0,0,7007,0,0,0), - (150544,13316,30,0,0,-947.854,-170.5,79.7618,0.942478,120,0,0,7007,0,0,0), - (150545,13316,30,0,0,-946.738,-139.567,80.0904,2.3911,120,0,0,7007,0,0,0), - (150546,13316,30,0,0,-945.503,-65.0654,79.7907,5.02655,120,0,0,7007,0,0,0), - (150547,13316,30,0,0,-943.678,-110.986,80.2557,0.959931,120,0,0,7007,0,0,0), - (150548,13316,30,0,0,-942.993,-56.9881,79.8915,5.65487,120,0,0,7007,0,0,0), - (150549,13316,30,0,0,-938.197,-155.838,61.3111,1.65806,120,0,0,7007,0,0,0), - (150550,13316,30,0,0,-930.488,-214.524,72.1431,2.1236,120,0,0,7007,0,0,0), - (150551,13316,30,0,0,-929.947,-154.449,61.5084,1.67552,120,0,0,7007,0,0,0), - (150552,13316,30,0,0,-927.412,-135.313,61.1987,3.29867,120,0,0,7007,0,0,0), - (150553,13316,30,0,0,-920.677,-156.859,62.8033,3.15306,120,0,0,7007,0,0,0), - (150554,13316,30,0,0,-916.75,-136.094,62.2357,0.0698132,120,0,0,7007,0,0,0), - (150555,13316,30,0,0,-915.319,-132.718,62.562,1.16984,120,0,0,7007,0,0,0), - (150556,13316,30,0,0,-913.589,-146.794,76.9366,1.8675,120,0,0,7007,0,0,0), - (150557,13316,30,0,0,-907.572,-148.937,76.6898,4.76475,120,0,0,7007,0,0,0), - (150558,13316,30,0,0,-902.02,-64.6174,73.9707,1.19169,120,0,0,7007,0,0,0), - (150559,13316,30,0,0,-899.489,-61.7252,73.2498,5.09636,120,0,0,7007,0,0,0), - (150560,13316,30,0,0,-894.792,-127.141,75.3834,6.14356,120,0,0,7007,0,0,0), - (150561,13316,30,0,0,-892.408,-162.525,64.1212,2.69884,120,0,0,7007,0,0,0), - (150562,13316,30,0,0,-892.326,-123.158,76.0318,5.5676,120,0,0,7007,0,0,0), - (150563,13316,30,0,0,-888.468,-148.462,61.8012,1.65806,120,0,0,7007,0,0,0), - (150564,13316,30,0,0,-883.268,-159.738,63.5311,5.20108,120,0,0,7007,0,0,0), - (150565,13316,30,0,0,-877.76,-118.07,65.215,2.94961,120,0,0,7007,0,0,0), - (150566,13316,30,0,0,-876.792,-128.646,64.1045,3.40339,120,0,0,7007,0,0,0), - (150567,13316,30,0,0,-874.901,-36.6579,69.4246,2.00713,120,0,0,7007,0,0,0), - (150568,13316,30,0,0,-874.856,-151.351,62.7537,3.57875,120,0,0,7007,0,0,0), - (150569,13316,30,0,0,-872.135,-150.08,62.7513,3.57201,120,0,0,7007,0,0,0), - (150570,13316,30,0,0,-870.288,-149.217,62.5413,3.56624,120,0,0,7007,0,0,0), - (150571,13316,30,0,0,-870.03,-6.27443,70.3867,2.3911,120,0,0,7007,0,0,0), - (150572,13316,30,0,0,-869.023,-82.2118,69.5848,3.22886,120,0,0,7007,0,0,0), - (150573,13316,30,0,0,-866.354,-40.2455,70.842,0.0698132,120,0,0,7007,0,0,0), - (150574,13316,30,0,0,-865.305,-152.302,63.5044,4.86947,120,0,0,7007,0,0,0), - (150575,13316,30,0,0,-861.926,-79.0519,71.4178,0.20944,120,0,0,7007,0,0,0), - (150576,13316,30,0,0,-857.292,-152.277,63.2114,4.18879,120,0,0,7007,0,0,0), - (150577,13316,30,0,0,-853.357,-0.696194,72.0655,0.994838,120,0,0,7007,0,0,0), - (150578,11604,30,0,0,-954.622,-110.958,80.7911,6.24828,120,0,0,5850,0,0,0), - (150579,11604,30,0,0,-951.477,-53.9647,80.0235,5.32325,120,0,0,5850,0,0,0), - (150580,11604,30,0,0,-946.812,-126.04,78.8601,5.15265,120,0,0,5850,0,0,0), - (150581,11604,30,0,0,-940.689,-140.707,79.9225,2.79253,120,0,0,5850,0,0,0), - (150582,11604,30,0,0,-933.954,-159.632,60.778,2.56563,120,0,0,5850,0,0,0), - (150583,11604,30,0,0,-922.537,-130.291,61.3756,4.95674,120,0,0,5850,0,0,0), - (150584,11604,30,0,0,-915.862,-151.74,76.9427,0.942478,120,0,0,5850,0,0,0), - (150585,11604,30,0,0,-888.321,-159.831,62.5303,1.20428,120,0,0,5850,0,0,0), - (150586,11604,30,0,0,-874.361,-42.4751,69.4316,0.785398,120,0,0,5850,0,0,0), - (150587,11604,30,0,0,-873.19,-50.4899,70.0568,-2.41288,120,0,0,5850,0,0,0), - (150588,11604,30,0,0,-868.511,-148.386,62.3547,3.57875,120,0,0,5850,0,0,0), - (150589,11604,30,0,0,-868.44,-121.649,64.5056,3.33358,120,0,0,5850,0,0,0), - (150590,11604,30,0,0,-868.324,-77.7196,71.4768,5.41052,120,0,0,5850,0,0,0), - (150591,11604,30,0,0,-859.846,-19.6549,70.7304,1.97222,120,0,0,5850,0,0,0), - (150592,11604,30,0,0,-828.05,-150.508,62.2019,2.14675,120,0,0,5850,0,0,0), - (150593,11604,30,0,0,-826.254,-58.6911,72.0041,3.68264,120,0,0,5850,0,0,0), - (150594,11604,30,0,0,-976.086,-44.1775,76.029,1.46608,120,0,0,5850,0,0,0), - (150595,11604,30,0,0,-971.864,-87.4223,81.4954,5.8294,120,0,0,5850,0,0,0), - (150596,11604,30,0,0,-966.551,-74.1111,80.0243,4.2129,120,0,0,5850,0,0,0), - (150597,11604,30,0,0,-958.509,-173.652,77.9013,6.24828,120,0,0,5850,0,0,0), - (150598,11604,30,0,0,-951.511,-181.242,65.529,4.39823,120,0,0,5850,0,0,0), - (150599,11604,30,0,0,-940.967,-186.243,77.698,1.28164,120,0,0,5850,0,0,0), - (150600,11604,30,0,0,-930.004,-65.0898,79.077,0.0581657,120,0,0,5850,0,0,0), - (150601,11604,30,0,0,-920.864,-40.2009,78.256,5.16617,120,0,0,5850,0,0,0), - (150602,11604,30,0,0,-919.089,-148.021,62.0317,2.59327,120,0,0,5850,0,0,0), - (150603,11604,30,0,0,-901.516,-116.329,75.6876,0.471239,120,0,0,5850,0,0,0), - (150604,11604,30,0,0,-897.864,-84.4348,74.083,3.00197,120,0,0,5850,0,0,0), - (150605,11604,30,0,0,-897.617,-52.0457,71.9503,4.36332,120,0,0,5850,0,0,0), - (150606,11604,30,0,0,-894.891,-153.951,61.6827,3.23569,120,0,0,5850,0,0,0), - (150607,11604,30,0,0,-893.933,-111.625,75.6591,4.22536,120,0,0,5850,0,0,0), - (150608,11604,30,0,0,-883.265,-152.854,61.8384,0.0941087,120,0,0,5850,0,0,0), - (150609,11604,30,0,0,-868.293,-147.243,62.1097,3.2056,120,0,0,5850,0,0,0), - (150610,11604,30,0,0,-867.501,-11.8709,70.018,6.14356,120,0,0,5850,0,0,0), - (150611,11604,30,0,0,-866.699,-147.54,62.1646,3.57878,120,0,0,5850,0,0,0), - (150612,11604,30,0,0,-866.566,-91.1916,67.4414,4.56707,120,0,0,5850,0,0,0), - (150613,11604,30,0,0,-857.272,-141.142,61.7356,4.17134,120,0,0,5850,0,0,0), - (150614,11604,30,0,0,-847.446,-98.0061,68.5131,3.24631,120,0,0,5850,0,0,0), - (150615,11604,30,0,0,-837.026,-140.729,62.5141,5.51524,120,0,0,5850,0,0,0), - (150616,11604,30,0,0,-824.204,-65.053,72.3381,3.01942,120,0,0,5850,0,0,0), - (150617,13096,30,0,0,-954.622,-110.958,80.7911,6.24828,120,0,0,8774,0,0,0), - (150618,13096,30,0,0,-951.477,-53.9647,80.0235,5.32325,120,0,0,8774,0,0,0), - (150619,13096,30,0,0,-946.812,-126.04,78.8601,5.15265,120,0,0,8774,0,0,0), - (150620,13096,30,0,0,-940.689,-140.707,79.9225,2.79253,120,0,0,8774,0,0,0), - (150621,13096,30,0,0,-933.954,-159.632,60.778,2.56563,120,0,0,8774,0,0,0), - (150622,13096,30,0,0,-922.537,-130.291,61.3756,4.95674,120,0,0,8774,0,0,0), - (150623,13096,30,0,0,-915.862,-151.74,76.9427,0.942478,120,0,0,8774,0,0,0), - (150624,13096,30,0,0,-888.321,-159.831,62.5303,1.20428,120,0,0,8774,0,0,0), - (150625,13096,30,0,0,-874.361,-42.4751,69.4316,0.785398,120,0,0,8774,0,0,0), - (150626,13096,30,0,0,-873.19,-50.4899,70.0568,-2.41288,120,0,0,8774,0,0,0), - (150627,13096,30,0,0,-868.511,-148.386,62.3547,3.57875,120,0,0,8774,0,0,0), - (150628,13096,30,0,0,-868.44,-121.649,64.5056,3.33358,120,0,0,8774,0,0,0), - (150629,13096,30,0,0,-868.324,-77.7196,71.4768,5.41052,120,0,0,8774,0,0,0), - (150630,13096,30,0,0,-859.846,-19.6549,70.7304,1.97222,120,0,0,8774,0,0,0), - (150631,13096,30,0,0,-828.05,-150.508,62.2019,2.14675,120,0,0,8774,0,0,0), - (150632,13096,30,0,0,-826.254,-58.6911,72.0041,3.68264,120,0,0,8774,0,0,0), - (150633,13096,30,0,0,-976.086,-44.1775,76.029,1.46608,120,0,0,8774,0,0,0), - (150634,13096,30,0,0,-971.864,-87.4223,81.4954,5.8294,120,0,0,8774,0,0,0), - (150635,13096,30,0,0,-966.551,-74.1111,80.0243,4.2129,120,0,0,8774,0,0,0), - (150636,13096,30,0,0,-958.509,-173.652,77.9013,6.24828,120,0,0,8774,0,0,0), - (150637,13096,30,0,0,-951.511,-181.242,65.529,4.39823,120,0,0,8774,0,0,0), - (150638,13096,30,0,0,-940.967,-186.243,77.698,1.28164,120,0,0,8774,0,0,0), - (150639,13096,30,0,0,-930.004,-65.0898,79.077,0.0581657,120,0,0,8774,0,0,0), - (150640,13096,30,0,0,-920.864,-40.2009,78.256,5.16617,120,0,0,8774,0,0,0), - (150641,13096,30,0,0,-919.089,-148.021,62.0317,2.59327,120,0,0,8774,0,0,0), - (150642,13096,30,0,0,-901.516,-116.329,75.6876,0.471239,120,0,0,8774,0,0,0), - (150643,13096,30,0,0,-897.864,-84.4348,74.083,3.00197,120,0,0,8774,0,0,0), - (150644,13096,30,0,0,-897.617,-52.0457,71.9503,4.36332,120,0,0,8774,0,0,0), - (150645,13096,30,0,0,-894.891,-153.951,61.6827,3.23569,120,0,0,8774,0,0,0), - (150646,13096,30,0,0,-893.933,-111.625,75.6591,4.22536,120,0,0,8774,0,0,0), - (150647,13096,30,0,0,-883.265,-152.854,61.8384,0.0941087,120,0,0,8774,0,0,0), - (150648,13096,30,0,0,-868.293,-147.243,62.1097,3.2056,120,0,0,8774,0,0,0), - (150649,13096,30,0,0,-867.501,-11.8709,70.018,6.14356,120,0,0,8774,0,0,0), - (150650,13096,30,0,0,-866.699,-147.54,62.1646,3.57878,120,0,0,8774,0,0,0), - (150651,13096,30,0,0,-866.566,-91.1916,67.4414,4.56707,120,0,0,8774,0,0,0), - (150652,13096,30,0,0,-857.272,-141.142,61.7356,4.17134,120,0,0,8774,0,0,0), - (150653,13096,30,0,0,-847.446,-98.0061,68.5131,3.24631,120,0,0,8774,0,0,0), - (150654,13096,30,0,0,-837.026,-140.729,62.5141,5.51524,120,0,0,8774,0,0,0), - (150655,13096,30,0,0,-824.204,-65.053,72.3381,3.01942,120,0,0,8774,0,0,0), - (150656,13097,30,0,0,-954.622,-110.958,80.7911,6.24828,120,0,0,694,0,0,0), - (150657,13097,30,0,0,-951.477,-53.9647,80.0235,5.32325,120,0,0,694,0,0,0), - (150658,13097,30,0,0,-946.812,-126.04,78.8601,5.15265,120,0,0,694,0,0,0), - (150659,13097,30,0,0,-940.689,-140.707,79.9225,2.79253,120,0,0,694,0,0,0), - (150660,13097,30,0,0,-933.954,-159.632,60.778,2.56563,120,0,0,694,0,0,0), - (150661,13097,30,0,0,-922.537,-130.291,61.3756,4.95674,120,0,0,694,0,0,0), - (150662,13097,30,0,0,-915.862,-151.74,76.9427,0.942478,120,0,0,694,0,0,0), - (150663,13097,30,0,0,-888.321,-159.831,62.5303,1.20428,120,0,0,694,0,0,0), - (150664,13097,30,0,0,-874.361,-42.4751,69.4316,0.785398,120,0,0,694,0,0,0), - (150665,13097,30,0,0,-873.19,-50.4899,70.0568,-2.41288,120,0,0,694,0,0,0), - (150666,13097,30,0,0,-868.511,-148.386,62.3547,3.57875,120,0,0,694,0,0,0), - (150667,13097,30,0,0,-868.44,-121.649,64.5056,3.33358,120,0,0,694,0,0,0), - (150668,13097,30,0,0,-868.324,-77.7196,71.4768,5.41052,120,0,0,694,0,0,0), - (150669,13097,30,0,0,-859.846,-19.6549,70.7304,1.97222,120,0,0,694,0,0,0), - (150670,13097,30,0,0,-828.05,-150.508,62.2019,2.14675,120,0,0,694,0,0,0), - (150671,13097,30,0,0,-826.254,-58.6911,72.0041,3.68264,120,0,0,694,0,0,0), - (150672,13097,30,0,0,-976.086,-44.1775,76.029,1.46608,120,0,0,694,0,0,0), - (150673,13097,30,0,0,-971.864,-87.4223,81.4954,5.8294,120,0,0,694,0,0,0), - (150674,13097,30,0,0,-966.551,-74.1111,80.0243,4.2129,120,0,0,694,0,0,0), - (150675,13097,30,0,0,-958.509,-173.652,77.9013,6.24828,120,0,0,694,0,0,0), - (150676,13097,30,0,0,-951.511,-181.242,65.529,4.39823,120,0,0,694,0,0,0), - (150677,13097,30,0,0,-940.967,-186.243,77.698,1.28164,120,0,0,694,0,0,0), - (150678,13097,30,0,0,-930.004,-65.0898,79.077,0.0581657,120,0,0,694,0,0,0), - (150679,13097,30,0,0,-920.864,-40.2009,78.256,5.16617,120,0,0,694,0,0,0), - (150680,13097,30,0,0,-919.089,-148.021,62.0317,2.59327,120,0,0,694,0,0,0), - (150681,13097,30,0,0,-901.516,-116.329,75.6876,0.471239,120,0,0,694,0,0,0), - (150682,13097,30,0,0,-897.864,-84.4348,74.083,3.00197,120,0,0,694,0,0,0), - (150683,13097,30,0,0,-897.617,-52.0457,71.9503,4.36332,120,0,0,694,0,0,0), - (150684,13097,30,0,0,-894.891,-153.951,61.6827,3.23569,120,0,0,694,0,0,0), - (150685,13097,30,0,0,-893.933,-111.625,75.6591,4.22536,120,0,0,694,0,0,0), - (150686,13097,30,0,0,-883.265,-152.854,61.8384,0.0941087,120,0,0,694,0,0,0), - (150687,13097,30,0,0,-868.293,-147.243,62.1097,3.2056,120,0,0,694,0,0,0), - (150688,13097,30,0,0,-867.501,-11.8709,70.018,6.14356,120,0,0,694,0,0,0), - (150689,13097,30,0,0,-866.699,-147.54,62.1646,3.57878,120,0,0,694,0,0,0), - (150690,13097,30,0,0,-866.566,-91.1916,67.4414,4.56707,120,0,0,694,0,0,0), - (150691,13097,30,0,0,-857.272,-141.142,61.7356,4.17134,120,0,0,694,0,0,0), - (150692,13097,30,0,0,-847.446,-98.0061,68.5131,3.24631,120,0,0,694,0,0,0), - (150693,13097,30,0,0,-837.026,-140.729,62.5141,5.51524,120,0,0,694,0,0,0), - (150694,13097,30,0,0,-824.204,-65.053,72.3381,3.01942,120,0,0,694,0,0,0), - (150695,10982,30,0,0,-951.955,-197.5,77.212,5.63741,120,0,0,7087,0,0,0), - (150696,10982,30,0,0,-944.837,-199.608,77.0737,4.97419,120,0,0,7087,0,0,0), - (150697,10982,30,0,0,-933.494,-209.063,73.7803,5.88176,120,0,0,7087,0,0,0), - (150698,10982,30,0,0,-929.666,-201.308,73.7032,5.02655,120,0,0,7087,0,0,0), - (150699,10982,30,0,0,-978.997,-249.356,65.4345,5.05464,120,0,0,7087,0,0,0), - (150700,10982,30,0,0,-974.565,-224.828,69.5858,4.88846,120,0,0,7087,0,0,0), - (150701,10982,30,0,0,-946.514,-259.239,66.0874,3.78132,120,0,0,7087,0,0,0), - (150702,10982,30,0,0,-918.402,-250.439,69.5271,2.21352,120,0,0,7087,0,0,0), - (150703,10982,30,0,0,-910.14,-229.959,72.9279,0.27677,120,0,0,7087,0,0,0), - (150704,10982,30,0,0,-851.563,-88.6527,68.5983,3.61896,120,0,0,7087,0,0,0), - (150705,13088,30,0,0,-848.902,-92.931,68.6325,3.3335,120,0,0,2839,0,0,0), - (150706,13086,30,0,0,-848.902,-92.931,68.6325,3.3335,120,0,0,8774,0,0,0), - (150707,11677,30,0,0,-848.902,-92.931,68.6325,3.3335,120,0,0,13776,0,0,0), - (150708,10987,30,0,0,971.671,-442.657,57.6951,3.1765,120,0,0,6949,0,0,0), - (150709,10987,30,0,0,969.979,-457.148,58.1119,4.5204,120,0,0,6949,0,0,0), - (150710,10987,30,0,0,958.692,-333.477,63.2276,5.77704,120,0,0,6949,0,0,0), - (150711,10987,30,0,0,957.113,-325.92,61.7589,1.13446,120,0,0,6949,0,0,0), - (150712,10987,30,0,0,948.25,-448.268,56.9009,5.60251,120,0,0,6949,0,0,0), - (150713,10987,30,0,0,934.727,-385.802,63.0344,3.75246,120,0,0,6949,0,0,0), - (150714,10987,30,0,0,931.751,-403.458,59.6737,5.63741,120,0,0,6949,0,0,0), - (150715,10987,30,0,0,931.146,-359.666,66.0294,3.9619,120,0,0,6949,0,0,0), - (150716,10987,30,0,0,929.702,-412.401,56.8776,5.89921,120,0,0,6949,0,0,0), - (150717,10987,30,0,0,926.849,-379.074,63.5286,2.0944,120,0,0,6949,0,0,0), - (150718,10987,30,0,0,921.972,-358.597,66.4313,2.93215,120,0,0,6949,0,0,0), - (150719,10987,30,0,0,921.449,-341.981,67.1264,3.4383,120,0,0,6949,0,0,0), - (150721,10987,30,0,0,919.274,-394.986,60.3478,2.71696,120,0,0,6949,0,0,0), - (150723,10987,30,0,0,914.568,-326.21,66.1733,2.25147,120,0,0,6949,0,0,0), - (150724,10987,30,0,0,913.064,-395.773,60.1364,4.41568,120,0,0,6949,0,0,0), - (150725,10987,30,0,0,909.246,-474.576,58.2067,0.226893,120,0,0,6949,0,0,0), - (150726,10987,30,0,0,909.246,-474.576,58.2901,0.226893,120,0,0,6949,0,0,0), - (150727,10987,30,0,0,907.209,-428.267,59.8065,1.8675,120,0,0,6949,0,0,0), - (150728,10987,30,0,0,905.973,-459.528,58.7594,1.37189,120,0,0,6949,0,0,0), - (150729,10987,30,0,0,905.067,-396.074,60.2085,5.07891,120,0,0,6949,0,0,0), - (150730,10987,30,0,0,901.809,-457.709,59.0116,3.52557,120,0,0,6949,0,0,0), - (150731,10987,30,0,0,900.962,-427.44,59.0842,1.50098,120,0,0,6949,0,0,0), - (150732,10987,30,0,0,897.929,-471.742,59.7729,2.54818,120,0,0,6949,0,0,0), - (150733,10987,30,0,0,893.376,-343.171,68.1499,5.35816,120,0,0,6949,0,0,0), - (150734,10987,30,0,0,890.584,-406.049,61.1925,5.67232,120,0,0,6949,0,0,0), - (150735,10987,30,0,0,888.208,-332.564,68.148,1.93732,120,0,0,6949,0,0,0), - (150736,10987,30,0,0,887.647,-391.537,61.8734,1.37881,120,0,0,6949,0,0,0), - (150737,10987,30,0,0,885.109,-343.338,67.0867,3.78979,120,0,0,6949,0,0,0), - (150738,10987,30,0,0,881.618,-419.948,53.5228,0.593412,120,0,0,6949,0,0,0), - (150740,10987,30,0,0,877.127,-351.8,66.5296,5.74213,120,0,0,6949,0,0,0), - (150742,10987,30,0,0,874.577,-414.786,52.7817,1.67552,120,0,0,6949,0,0,0), - (150743,10987,30,0,0,868.247,-343.136,64.9894,1.6057,120,0,0,6949,0,0,0), - (150744,10987,30,0,0,859.03,-367.231,47.4655,0.0174533,120,0,0,6949,0,0,0), - (150745,10987,30,0,0,857.513,-351.817,65.1867,4.39823,120,0,0,6949,0,0,0), - (150746,10987,30,0,0,852.632,-372.416,48.1657,3.66519,120,0,0,6949,0,0,0), - (150747,10987,30,0,0,849.86,-340.944,66.2447,0.401426,120,0,0,6949,0,0,0), - (150748,10987,30,0,0,847.99,-386.287,60.9277,2.32374,120,0,0,6949,0,0,0), - (150749,10987,30,0,0,847.601,-423.072,50.0852,4.57276,120,0,0,6949,0,0,0), - (150750,10987,30,0,0,847.135,-411.307,50.2106,1.5708,120,0,0,6949,0,0,0), - (150751,10987,30,0,0,835.077,-379.418,48.2755,5.93412,120,0,0,6949,0,0,0), - (150752,10987,30,0,0,834.87,-453.304,47.9075,0.226893,120,0,0,6949,0,0,0), - (150753,10987,30,0,0,834.634,-365.981,62.8801,1.32645,120,0,0,6949,0,0,0), - (150754,10987,30,0,0,834.354,-355.526,48.1491,6.07375,120,0,0,6949,0,0,0), - (150755,10987,30,0,0,833.702,-327.506,65.0439,0.331613,120,0,0,6949,0,0,0), - (150756,10987,30,0,0,833.151,-374.228,63.0938,3.66519,120,0,0,6949,0,0,0), - (150757,10987,30,0,0,831.711,-346.785,47.2975,0.226893,120,0,0,6949,0,0,0), - (150758,13396,30,0,0,971.671,-442.657,57.6951,3.1765,120,0,0,1669,0,0,0), - (150759,13396,30,0,0,969.979,-457.148,58.1119,4.5204,120,0,0,1669,0,0,0), - (150760,13396,30,0,0,958.692,-333.477,63.2276,5.77704,120,0,0,1669,0,0,0), - (150761,13396,30,0,0,957.113,-325.92,61.7589,1.13446,120,0,0,1669,0,0,0), - (150762,13396,30,0,0,948.25,-448.268,56.9009,5.60251,120,0,0,1669,0,0,0), - (150763,13396,30,0,0,934.727,-385.802,63.0344,3.75246,120,0,0,1669,0,0,0), - (150764,13396,30,0,0,931.751,-403.458,59.6737,5.63741,120,0,0,1669,0,0,0), - (150765,13396,30,0,0,931.146,-359.666,66.0294,3.9619,120,0,0,1669,0,0,0), - (150766,13396,30,0,0,929.702,-412.401,56.8776,5.89921,120,0,0,1669,0,0,0), - (150767,13396,30,0,0,926.849,-379.074,63.5286,2.0944,120,0,0,1669,0,0,0), - (150768,13396,30,0,0,921.972,-358.597,66.4313,2.93215,120,0,0,1669,0,0,0), - (150769,13396,30,0,0,921.449,-341.981,67.1264,3.4383,120,0,0,1669,0,0,0), - (150770,13396,30,0,0,921.1,-395.812,60.4615,2.71695,120,0,0,1669,0,0,0), - (150771,13396,30,0,0,919.274,-394.986,60.3478,2.71696,120,0,0,1669,0,0,0), - (150772,13396,30,0,0,916.852,-393.891,60.1726,2.71695,120,0,0,1669,0,0,0), - (150773,13396,30,0,0,914.568,-326.21,66.1733,2.25147,120,0,0,1669,0,0,0), - (150774,13396,30,0,0,913.064,-395.773,60.1364,4.41568,120,0,0,1669,0,0,0), - (150775,13396,30,0,0,909.246,-474.576,58.2067,0.226893,120,0,0,1669,0,0,0), - (150776,13396,30,0,0,909.246,-474.576,58.2901,0.226893,120,0,0,1669,0,0,0), - (150777,13396,30,0,0,907.209,-428.267,59.8065,1.8675,120,0,0,1669,0,0,0), - (150778,13396,30,0,0,905.973,-459.528,58.7594,1.37189,120,0,0,1669,0,0,0), - (150779,13396,30,0,0,905.067,-396.074,60.2085,5.07891,120,0,0,1669,0,0,0), - (150780,13396,30,0,0,901.809,-457.709,59.0116,3.52557,120,0,0,1669,0,0,0), - (150781,13396,30,0,0,900.962,-427.44,59.0842,1.50098,120,0,0,1669,0,0,0), - (150782,13396,30,0,0,897.929,-471.742,59.7729,2.54818,120,0,0,1669,0,0,0), - (150783,13396,30,0,0,893.376,-343.171,68.1499,5.35816,120,0,0,1669,0,0,0), - (150784,13396,30,0,0,890.584,-406.049,61.1925,5.67232,120,0,0,1669,0,0,0), - (150785,13396,30,0,0,888.208,-332.564,68.148,1.93732,120,0,0,1669,0,0,0), - (150786,13396,30,0,0,887.647,-391.537,61.8734,1.37881,120,0,0,1669,0,0,0), - (150787,13396,30,0,0,885.109,-343.338,67.0867,3.78979,120,0,0,1669,0,0,0), - (150788,13396,30,0,0,881.618,-419.948,53.5228,0.593412,120,0,0,1669,0,0,0), - (150789,13396,30,0,0,878.675,-345.36,66.1052,3.45651,120,0,0,1669,0,0,0), - (150790,13396,30,0,0,877.127,-351.8,66.5296,5.74213,120,0,0,1669,0,0,0), - (150791,13396,30,0,0,876.778,-345.97,65.7724,3.45262,120,0,0,1669,0,0,0), - (150792,13396,30,0,0,874.577,-414.786,52.7817,1.67552,120,0,0,1669,0,0,0), - (150793,13396,30,0,0,868.247,-343.136,64.9894,1.6057,120,0,0,1669,0,0,0), - (150794,13396,30,0,0,859.03,-367.231,47.4655,0.0174533,120,0,0,1669,0,0,0), - (150795,13396,30,0,0,857.513,-351.817,65.1867,4.39823,120,0,0,1669,0,0,0), - (150796,13396,30,0,0,852.632,-372.416,48.1657,3.66519,120,0,0,1669,0,0,0), - (150797,13396,30,0,0,849.86,-340.944,66.2447,0.401426,120,0,0,1669,0,0,0), - (150798,13396,30,0,0,847.99,-386.287,60.9277,2.32374,120,0,0,1669,0,0,0), - (150799,13396,30,0,0,847.601,-423.072,50.0852,4.57276,120,0,0,1669,0,0,0), - (150800,13396,30,0,0,847.135,-411.307,50.2106,1.5708,120,0,0,1669,0,0,0), - (150801,13396,30,0,0,835.077,-379.418,48.2755,5.93412,120,0,0,1669,0,0,0), - (150802,13396,30,0,0,834.87,-453.304,47.9075,0.226893,120,0,0,1669,0,0,0), - (150803,13396,30,0,0,834.634,-365.981,62.8801,1.32645,120,0,0,1669,0,0,0), - (150804,13396,30,0,0,834.354,-355.526,48.1491,6.07375,120,0,0,1669,0,0,0), - (150805,13396,30,0,0,833.702,-327.506,65.0439,0.331613,120,0,0,1669,0,0,0), - (150806,13396,30,0,0,833.151,-374.228,63.0938,3.66519,120,0,0,1669,0,0,0), - (150807,13396,30,0,0,831.711,-346.785,47.2975,0.226893,120,0,0,1669,0,0,0), - (150808,13397,30,0,0,971.671,-442.657,57.6951,3.1765,120,0,0,8681,0,0,0), - (150809,13397,30,0,0,969.979,-457.148,58.1119,4.5204,120,0,0,8681,0,0,0), - (150810,13397,30,0,0,958.692,-333.477,63.2276,5.77704,120,0,0,8681,0,0,0), - (150811,13397,30,0,0,957.113,-325.92,61.7589,1.13446,120,0,0,8681,0,0,0), - (150812,13397,30,0,0,948.25,-448.268,56.9009,5.60251,120,0,0,8681,0,0,0), - (150813,13397,30,0,0,934.727,-385.802,63.0344,3.75246,120,0,0,8681,0,0,0), - (150814,13397,30,0,0,931.751,-403.458,59.6737,5.63741,120,0,0,8681,0,0,0), - (150815,13397,30,0,0,931.146,-359.666,66.0294,3.9619,120,0,0,8681,0,0,0), - (150816,13397,30,0,0,929.702,-412.401,56.8776,5.89921,120,0,0,8681,0,0,0), - (150817,13397,30,0,0,926.849,-379.074,63.5286,2.0944,120,0,0,8681,0,0,0), - (150818,13397,30,0,0,921.972,-358.597,66.4313,2.93215,120,0,0,8681,0,0,0), - (150819,13397,30,0,0,921.449,-341.981,67.1264,3.4383,120,0,0,8681,0,0,0), - (150820,13397,30,0,0,921.1,-395.812,60.4615,2.71695,120,0,0,8681,0,0,0), - (150821,13397,30,0,0,919.274,-394.986,60.3478,2.71696,120,0,0,8681,0,0,0), - (150822,13397,30,0,0,916.852,-393.891,60.1726,2.71695,120,0,0,8681,0,0,0), - (150823,13397,30,0,0,914.568,-326.21,66.1733,2.25147,120,0,0,8681,0,0,0), - (150824,13397,30,0,0,913.064,-395.773,60.1364,4.41568,120,0,0,8681,0,0,0), - (150825,13397,30,0,0,909.246,-474.576,58.2067,0.226893,120,0,0,8681,0,0,0), - (150826,13397,30,0,0,909.246,-474.576,58.2901,0.226893,120,0,0,8681,0,0,0), - (150827,13397,30,0,0,907.209,-428.267,59.8065,1.8675,120,0,0,8681,0,0,0), - (150828,13397,30,0,0,905.973,-459.528,58.7594,1.37189,120,0,0,8681,0,0,0), - (150829,13397,30,0,0,905.067,-396.074,60.2085,5.07891,120,0,0,8681,0,0,0), - (150830,13397,30,0,0,901.809,-457.709,59.0116,3.52557,120,0,0,8681,0,0,0), - (150831,13397,30,0,0,900.962,-427.44,59.0842,1.50098,120,0,0,8681,0,0,0), - (150832,13397,30,0,0,897.929,-471.742,59.7729,2.54818,120,0,0,8681,0,0,0), - (150833,13397,30,0,0,893.376,-343.171,68.1499,5.35816,120,0,0,8681,0,0,0), - (150834,13397,30,0,0,890.584,-406.049,61.1925,5.67232,120,0,0,8681,0,0,0), - (150835,13397,30,0,0,888.208,-332.564,68.148,1.93732,120,0,0,8681,0,0,0), - (150836,13397,30,0,0,887.647,-391.537,61.8734,1.37881,120,0,0,8681,0,0,0), - (150837,13397,30,0,0,885.109,-343.338,67.0867,3.78979,120,0,0,8681,0,0,0), - (150838,13397,30,0,0,881.618,-419.948,53.5228,0.593412,120,0,0,8681,0,0,0), - (150839,13397,30,0,0,878.675,-345.36,66.1052,3.45651,120,0,0,8681,0,0,0), - (150840,13397,30,0,0,877.127,-351.8,66.5296,5.74213,120,0,0,8681,0,0,0), - (150841,13397,30,0,0,876.778,-345.97,65.7724,3.45262,120,0,0,8681,0,0,0), - (150842,13397,30,0,0,874.577,-414.786,52.7817,1.67552,120,0,0,8681,0,0,0), - (150843,13397,30,0,0,868.247,-343.136,64.9894,1.6057,120,0,0,8681,0,0,0), - (150844,13397,30,0,0,859.03,-367.231,47.4655,0.0174533,120,0,0,8681,0,0,0), - (150845,13397,30,0,0,857.513,-351.817,65.1867,4.39823,120,0,0,8681,0,0,0), - (150846,13397,30,0,0,852.632,-372.416,48.1657,3.66519,120,0,0,8681,0,0,0), - (150847,13397,30,0,0,849.86,-340.944,66.2447,0.401426,120,0,0,8681,0,0,0), - (150848,13397,30,0,0,847.99,-386.287,60.9277,2.32374,120,0,0,8681,0,0,0), - (150849,13397,30,0,0,847.601,-423.072,50.0852,4.57276,120,0,0,8681,0,0,0), - (150850,13397,30,0,0,847.135,-411.307,50.2106,1.5708,120,0,0,8681,0,0,0), - (150851,13397,30,0,0,835.077,-379.418,48.2755,5.93412,120,0,0,8681,0,0,0), - (150852,13397,30,0,0,834.87,-453.304,47.9075,0.226893,120,0,0,8681,0,0,0), - (150853,13397,30,0,0,834.634,-365.981,62.8801,1.32645,120,0,0,8681,0,0,0), - (150854,13397,30,0,0,834.354,-355.526,48.1491,6.07375,120,0,0,8681,0,0,0), - (150855,13397,30,0,0,833.702,-327.506,65.0439,0.331613,120,0,0,8681,0,0,0), - (150856,13397,30,0,0,833.151,-374.228,63.0938,3.66519,120,0,0,8681,0,0,0), - (150857,13397,30,0,0,831.711,-346.785,47.2975,0.226893,120,0,0,8681,0,0,0), - (150858,11600,30,0,0,955.812,-440.302,55.3411,3.19395,120,0,0,5788,0,0,0), - (150859,11600,30,0,0,937.378,-377.816,65.3919,3.56047,120,0,0,5788,0,0,0), - (150860,11600,30,0,0,925.059,-331.347,65.7564,3.66519,120,0,0,5788,0,0,0), - (150862,11600,30,0,0,909.99,-462.154,59.0811,3.7001,120,0,0,5788,0,0,0), - (150863,11600,30,0,0,907.893,-388.787,61.7923,5.74213,120,0,0,5788,0,0,0), - (150864,11600,30,0,0,898.801,-437.105,58.5266,0.959931,120,0,0,5788,0,0,0), - (150865,11600,30,0,0,884.237,-407.597,61.566,0.820305,120,0,0,5788,0,0,0), - (150867,11600,30,0,0,876.047,-341.857,65.8743,4.45059,120,0,0,5788,0,0,0), - (150868,11600,30,0,0,874.674,-402.077,61.7573,0.26341,120,0,0,5788,0,0,0), - (150876,11600,30,0,0,868.256,-392.363,61.4803,0.732738,120,0,0,5788,0,0,0), - (150879,11600,30,0,0,858.593,-439.614,50.2184,0.872665,120,0,0,5788,0,0,0), - (150880,11600,30,0,0,851.471,-362.52,47.314,4.06662,120,0,0,5788,0,0,0), - (150881,11600,30,0,0,846.939,-347.279,66.2876,0.942478,120,0,0,5788,0,0,0), - (150882,11600,30,0,0,842.08,-421.775,48.2659,1.0821,120,0,0,5788,0,0,0), - (150883,11600,30,0,0,838.358,-371.212,63.3299,4.04916,120,0,0,5788,0,0,0), - (150885,11600,30,0,0,827.012,-457.397,48.9331,2.35619,120,0,0,5788,0,0,0), - (150886,11600,30,0,0,825.535,-322.373,63.9357,4.76475,120,0,0,5788,0,0,0), - (150887,11600,30,0,0,867.635,-443.605,51.3347,1.38626,120,0,0,5788,0,0,0), - (150888,11600,30,0,0,957.293,-455.039,56.7395,5.79449,120,0,0,5788,0,0,0), - (150889,11600,30,0,0,950.077,-326.672,61.6552,5.48033,120,0,0,5788,0,0,0), - (150890,11600,30,0,0,936.692,-356.78,65.9835,2.75762,120,0,0,5788,0,0,0), - (150891,11600,30,0,0,926.475,-419.345,56.1833,2.0944,120,0,0,5788,0,0,0), - (150893,11600,30,0,0,902.195,-475.891,58.312,1.39626,120,0,0,5788,0,0,0), - (150894,11600,30,0,0,897.464,-338.758,68.1715,2.94961,120,0,0,5788,0,0,0), - (150897,11600,30,0,0,881.437,-400.254,61.2028,0.263427,120,0,0,5788,0,0,0), - (150899,11600,30,0,0,877.989,-418.051,52.9753,4.46804,120,0,0,5788,0,0,0), - (150902,11600,30,0,0,857.396,-395.766,61.263,4.78684,120,0,0,5788,0,0,0), - (150906,11600,30,0,0,856.709,-395.28,61.1814,2.54913,120,0,0,5788,0,0,0), - (150907,11600,30,0,0,850.922,-390.399,60.8771,2.85405,120,0,0,5788,0,0,0), - (150910,11600,30,0,0,832.035,-389.301,47.5567,2.11185,120,0,0,5788,0,0,0), - (150911,11600,30,0,0,827.415,-419.468,48.3322,1.49232,120,0,0,5788,0,0,0), - (150912,11600,30,0,0,826.402,-349.454,47.2722,1.51844,120,0,0,5788,0,0,0), - (150913,11600,30,0,0,817.83,-455.715,48.4207,0.925025,120,0,0,5788,0,0,0), - (150914,11600,30,0,0,808.953,-325.964,52.4043,3.01942,120,0,0,5788,0,0,0), - (150915,13080,30,0,0,955.812,-440.302,55.3411,3.19395,120,0,0,9034,0,0,0), - (150916,13080,30,0,0,937.378,-377.816,65.3919,3.56047,120,0,0,9034,0,0,0), - (150917,13080,30,0,0,925.059,-331.347,65.7564,3.66519,120,0,0,9034,0,0,0), - (150918,13080,30,0,0,922.918,-396.634,60.3942,2.71695,120,0,0,9034,0,0,0), - (150919,13080,30,0,0,909.99,-462.154,59.0811,3.7001,120,0,0,9034,0,0,0), - (150920,13080,30,0,0,907.893,-388.787,61.7923,5.74213,120,0,0,9034,0,0,0), - (150921,13080,30,0,0,898.801,-437.105,58.5266,0.959931,120,0,0,9034,0,0,0), - (150922,13080,30,0,0,884.237,-407.597,61.566,0.820305,120,0,0,9034,0,0,0), - (150923,13080,30,0,0,880.744,-344.683,66.4086,3.4644,120,0,0,9034,0,0,0), - (150924,13080,30,0,0,876.047,-341.857,65.8743,4.45059,120,0,0,9034,0,0,0), - (150925,13080,30,0,0,874.674,-402.077,61.7573,0.26341,120,0,0,9034,0,0,0), - (150926,13080,30,0,0,871.914,-404.209,62.1269,6.06163,120,0,0,9034,0,0,0), - (150927,13080,30,0,0,871.606,-403.665,62.0795,0.765774,120,0,0,9034,0,0,0), - (150928,13080,30,0,0,871.561,-404.114,62.1297,0.00981727,120,0,0,9034,0,0,0), - (150929,13080,30,0,0,871.528,-404.248,62.1455,0.498032,120,0,0,9034,0,0,0), - (150930,13080,30,0,0,871.493,-404.122,62.1331,5.65727,120,0,0,9034,0,0,0), - (150931,13080,30,0,0,871.282,-403.843,62.1108,0.788382,120,0,0,9034,0,0,0), - (150932,13080,30,0,0,868.294,-392.395,61.4772,4.38685,120,0,0,9034,0,0,0), - (150933,13080,30,0,0,868.256,-392.363,61.4803,0.732738,120,0,0,9034,0,0,0), - (150934,13080,30,0,0,867.804,-392.51,61.5089,2.30167,120,0,0,9034,0,0,0), - (150935,13080,30,0,0,867.612,-392.371,61.524,2.86149,120,0,0,9034,0,0,0), - (150936,13080,30,0,0,858.593,-439.614,50.2184,0.872665,120,0,0,9034,0,0,0), - (150937,13080,30,0,0,851.471,-362.52,47.314,4.06662,120,0,0,9034,0,0,0), - (150938,13080,30,0,0,846.939,-347.279,66.2876,0.942478,120,0,0,9034,0,0,0), - (150939,13080,30,0,0,842.08,-421.775,48.2659,1.0821,120,0,0,9034,0,0,0), - (150940,13080,30,0,0,838.358,-371.212,63.3299,4.04916,120,0,0,9034,0,0,0), - (150941,13080,30,0,0,827.57,-417.483,48.4538,1.49237,120,0,0,9034,0,0,0), - (150942,13080,30,0,0,827.012,-457.397,48.9331,2.35619,120,0,0,9034,0,0,0), - (150943,13080,30,0,0,825.535,-322.373,63.9357,4.76475,120,0,0,9034,0,0,0), - (150944,13080,30,0,0,867.635,-443.605,51.3347,1.38626,120,0,0,9034,0,0,0), - (150945,13080,30,0,0,957.293,-455.039,56.7395,5.79449,120,0,0,9034,0,0,0), - (150946,13080,30,0,0,950.077,-326.672,61.6552,5.48033,120,0,0,9034,0,0,0), - (150947,13080,30,0,0,936.692,-356.78,65.9835,2.75762,120,0,0,9034,0,0,0), - (150948,13080,30,0,0,926.475,-419.345,56.1833,2.0944,120,0,0,9034,0,0,0), - (150949,13080,30,0,0,924.729,-397.453,60.213,2.71695,120,0,0,9034,0,0,0), - (150950,13080,30,0,0,902.195,-475.891,58.312,1.39626,120,0,0,9034,0,0,0), - (150951,13080,30,0,0,897.464,-338.758,68.1715,2.94961,120,0,0,9034,0,0,0), - (150953,13080,30,0,0,882.517,-344.111,66.7887,3.46962,120,0,0,9034,0,0,0), - (150954,13080,30,0,0,881.437,-400.254,61.2028,0.263427,120,0,0,9034,0,0,0), - (150955,13080,30,0,0,880.156,-400.678,61.3113,3.41373,120,0,0,9034,0,0,0), - (150956,13080,30,0,0,877.989,-418.051,52.9753,4.46804,120,0,0,9034,0,0,0), - (150957,13080,30,0,0,871.212,-404.12,62.1433,3.6554,120,0,0,9034,0,0,0), - (150958,13080,30,0,0,871.036,-404.119,62.2237,4.50295,120,0,0,9034,0,0,0), - (150959,13080,30,0,0,857.396,-395.766,61.263,4.78684,120,0,0,9034,0,0,0), - (150960,13080,30,0,0,857.276,-395.395,61.2418,0.0845553,120,0,0,9034,0,0,0), - (150961,13080,30,0,0,857.231,-394.577,61.2174,1.96817,120,0,0,9034,0,0,0), - (150962,13080,30,0,0,857.108,-395.682,61.2317,4.87022,120,0,0,9034,0,0,0), - (150963,13080,30,0,0,856.709,-395.28,61.1814,2.54913,120,0,0,9034,0,0,0), - (150964,13080,30,0,0,850.922,-390.399,60.8771,2.85405,120,0,0,9034,0,0,0), - (150965,13080,30,0,0,847.556,-388.228,60.9438,2.56872,120,0,0,9034,0,0,0), - (150966,13080,30,0,0,842.031,-384.663,61.6028,2.56871,120,0,0,9034,0,0,0), - (150967,13080,30,0,0,832.035,-389.301,47.5567,2.11185,120,0,0,9034,0,0,0), - (150968,13080,30,0,0,827.415,-419.468,48.3322,1.49232,120,0,0,9034,0,0,0), - (150969,13080,30,0,0,826.402,-349.454,47.2722,1.51844,120,0,0,9034,0,0,0), - (150970,13080,30,0,0,817.83,-455.715,48.4207,0.925025,120,0,0,9034,0,0,0), - (150971,13080,30,0,0,808.953,-325.964,52.4043,3.01942,120,0,0,9034,0,0,0), - (150972,13099,30,0,0,955.812,-440.302,55.3411,3.19395,120,0,0,808,0,0,0), - (150973,13099,30,0,0,937.378,-377.816,65.3919,3.56047,120,0,0,808,0,0,0), - (150974,13099,30,0,0,925.059,-331.347,65.7564,3.66519,120,0,0,808,0,0,0), - (150975,13099,30,0,0,922.918,-396.634,60.3942,2.71695,120,0,0,808,0,0,0), - (150976,13099,30,0,0,909.99,-462.154,59.0811,3.7001,120,0,0,808,0,0,0), - (150977,13099,30,0,0,907.893,-388.787,61.7923,5.74213,120,0,0,808,0,0,0), - (150978,13099,30,0,0,898.801,-437.105,58.5266,0.959931,120,0,0,808,0,0,0), - (150979,13099,30,0,0,884.237,-407.597,61.566,0.820305,120,0,0,808,0,0,0), - (150980,13099,30,0,0,880.744,-344.683,66.4086,3.4644,120,0,0,808,0,0,0), - (150981,13099,30,0,0,876.047,-341.857,65.8743,4.45059,120,0,0,808,0,0,0), - (150982,13099,30,0,0,874.674,-402.077,61.7573,0.26341,120,0,0,808,0,0,0), - (150983,13099,30,0,0,871.914,-404.209,62.1269,6.06163,120,0,0,808,0,0,0), - (150984,13099,30,0,0,871.606,-403.665,62.0795,0.765774,120,0,0,808,0,0,0), - (150985,13099,30,0,0,871.561,-404.114,62.1297,0.00981727,120,0,0,808,0,0,0), - (150986,13099,30,0,0,871.528,-404.248,62.1455,0.498032,120,0,0,808,0,0,0), - (150987,13099,30,0,0,871.493,-404.122,62.1331,5.65727,120,0,0,808,0,0,0), - (150988,13099,30,0,0,871.282,-403.843,62.1108,0.788382,120,0,0,808,0,0,0), - (150989,13099,30,0,0,868.294,-392.395,61.4772,4.38685,120,0,0,808,0,0,0), - (150990,13099,30,0,0,868.256,-392.363,61.4803,0.732738,120,0,0,808,0,0,0), - (150991,13099,30,0,0,867.804,-392.51,61.5089,2.30167,120,0,0,808,0,0,0), - (150992,13099,30,0,0,867.612,-392.371,61.524,2.86149,120,0,0,808,0,0,0), - (150993,13099,30,0,0,858.593,-439.614,50.2184,0.872665,120,0,0,808,0,0,0), - (150994,13099,30,0,0,851.471,-362.52,47.314,4.06662,120,0,0,808,0,0,0), - (150995,13099,30,0,0,846.939,-347.279,66.2876,0.942478,120,0,0,808,0,0,0), - (150996,13099,30,0,0,842.08,-421.775,48.2659,1.0821,120,0,0,808,0,0,0), - (150997,13099,30,0,0,838.358,-371.212,63.3299,4.04916,120,0,0,808,0,0,0), - (150998,13099,30,0,0,827.57,-417.483,48.4538,1.49237,120,0,0,808,0,0,0), - (150999,13099,30,0,0,827.012,-457.397,48.9331,2.35619,120,0,0,808,0,0,0), - (151000,13099,30,0,0,825.535,-322.373,63.9357,4.76475,120,0,0,808,0,0,0), - (151001,13099,30,0,0,867.635,-443.605,51.3347,1.38626,120,0,0,808,0,0,0), - (151002,13099,30,0,0,957.293,-455.039,56.7395,5.79449,120,0,0,808,0,0,0), - (151003,13099,30,0,0,950.077,-326.672,61.6552,5.48033,120,0,0,808,0,0,0), - (151004,13099,30,0,0,936.692,-356.78,65.9835,2.75762,120,0,0,808,0,0,0), - (151005,13099,30,0,0,926.475,-419.345,56.1833,2.0944,120,0,0,808,0,0,0), - (151006,13099,30,0,0,924.729,-397.453,60.213,2.71695,120,0,0,808,0,0,0), - (151007,13099,30,0,0,902.195,-475.891,58.312,1.39626,120,0,0,808,0,0,0), - (151008,13099,30,0,0,897.464,-338.758,68.1715,2.94961,120,0,0,808,0,0,0), - (151010,13099,30,0,0,882.517,-344.111,66.7887,3.46962,120,0,0,808,0,0,0), - (151011,13099,30,0,0,881.437,-400.254,61.2028,0.263427,120,0,0,808,0,0,0), - (151012,13099,30,0,0,880.156,-400.678,61.3113,3.41373,120,0,0,808,0,0,0), - (151013,13099,30,0,0,877.989,-418.051,52.9753,4.46804,120,0,0,808,0,0,0), - (151014,13099,30,0,0,871.212,-404.12,62.1433,3.6554,120,0,0,808,0,0,0), - (151015,13099,30,0,0,871.036,-404.119,62.2237,4.50295,120,0,0,808,0,0,0), - (151016,13099,30,0,0,857.396,-395.766,61.263,4.78684,120,0,0,808,0,0,0), - (151017,13099,30,0,0,857.276,-395.395,61.2418,0.0845553,120,0,0,808,0,0,0), - (151018,13099,30,0,0,857.231,-394.577,61.2174,1.96817,120,0,0,808,0,0,0), - (151019,13099,30,0,0,857.108,-395.682,61.2317,4.87022,120,0,0,808,0,0,0), - (151020,13099,30,0,0,856.709,-395.28,61.1814,2.54913,120,0,0,808,0,0,0), - (151021,13099,30,0,0,850.922,-390.399,60.8771,2.85405,120,0,0,808,0,0,0), - (151022,13099,30,0,0,847.556,-388.228,60.9438,2.56872,120,0,0,808,0,0,0), - (151023,13099,30,0,0,842.031,-384.663,61.6028,2.56871,120,0,0,808,0,0,0), - (151024,13099,30,0,0,832.035,-389.301,47.5567,2.11185,120,0,0,808,0,0,0), - (151025,13099,30,0,0,827.415,-419.468,48.3322,1.49232,120,0,0,808,0,0,0), - (151026,13099,30,0,0,826.402,-349.454,47.2722,1.51844,120,0,0,808,0,0,0), - (151027,13099,30,0,0,817.83,-455.715,48.4207,0.925025,120,0,0,808,0,0,0), - (151028,13099,30,0,0,808.953,-325.964,52.4043,3.01942,120,0,0,808,0,0,0), - (151029,11657,30,0,0,865.554,-438.735,50.7333,2.12431,120,0,0,15471,0,0,0), - (151030,13078,30,0,0,865.554,-438.735,50.7333,2.12431,120,0,0,19050,0,0,0), - (151031,13079,30,0,0,865.554,-438.735,50.7333,2.12431,120,0,0,19896,0,0,0), - (151164,8889,0,8754,0,-7448,-1019,171.566,5.851,370,7,0,6186,0,0,1), - (151165,8889,0,8754,0,-7436,-987,170.748,1.961,370,9,0,6186,0,0,1), - (151166,8890,0,8758,0,-7417,-897,172.392,2.609,370,9,0,6414,0,0,1), - (151167,8890,0,8758,0,-7415,-1022,175.5,3.822,370,4,0,6414,0,0,1), - (151168,8889,0,8754,0,-7391,-942,169.509,4.831,370,9,0,6186,0,0,1), - (151169,8889,0,8754,0,-7384,-1040,177.212,1.332,370,7,0,6186,0,0,1), - (151170,8890,0,8758,0,-7365,-925,167.066,3.703,370,9,0,6414,0,0,1), - (151171,8889,0,8754,0,-7354,-978,170.558,2.692,370,9,0,6186,0,0,1), - (151172,8890,0,8758,0,-7337,-1012,177.344,5.5,370,4,0,6414,0,0,1), - (151173,8889,0,8754,0,-7280,-886,168.739,0.268,370,9,0,6186,0,0,1), - (151174,8890,0,8758,0,-7280,-879,169.628,0.035,370,7,0,6414,0,0,1), - (151175,8889,0,8754,0,-7248,-941,168.287,1.292,370,7,0,6186,0,0,1), - (151176,8890,0,8758,0,-7247,-885,167.92,0.182,370,9,0,6414,0,0,1), - (151177,8889,0,8754,0,-7218,-886,165.722,2.354,370,9,0,6186,0,0,1), - (151178,15350,0,15387,0,382.39,-983.139,109.899,2.7861,300,0,0,2148,0,0,0), - (151179,15350,1,15387,0,1026.63,-2110.69,123.007,5.84961,300,0,0,2148,0,0,0), - (151180,15351,0,15389,0,-1231.51,-2510.64,23.053,4.4196,300,0,0,3857,0,0,0), - (151181,3094,0,0,0,-10694.8,345.662,44.4895,2.09338,300,0,0,2165,0,0,0), - (151182,3094,0,0,0,-10702.9,360.152,39.7227,4.04982,300,0,0,2165,0,0,0), - (151183,3094,0,0,0,-10707.4,314.112,40.1481,4.46221,300,0,0,2165,0,0,0), - (151184,3094,0,0,0,-11096.8,-960.518,65.3837,0.650136,300,0,0,2165,0,0,0), - (151185,3094,0,0,0,-10800.4,-655.44,41.3178,0.206699,300,0,0,2165,0,0,0), - (151186,3094,0,0,0,-10782.8,-635.116,42.1594,2.53933,300,0,0,2165,0,0,0), - (151187,3094,0,0,0,-10806.6,-616.345,40.0752,4.601,300,0,0,2165,0,0,0), - (151188,3094,0,0,0,-10837.1,-573.623,36.5976,6.13188,300,0,0,2165,0,0,0), - (151189,3094,0,0,0,-10823,-564.998,37.4107,1.71623,300,0,0,2165,0,0,0), - (151190,3094,0,0,0,-10924,446.213,46.2609,5.96992,300,0,0,2165,0,0,0), - (151191,3094,0,0,0,-10747.1,257.103,42.0292,1.18606,300,0,0,2165,0,0,0), - (151192,3094,0,0,0,-10759.6,343.884,38.3282,5.24523,300,0,0,2165,0,0,0), - (151193,3094,0,0,0,-10731.5,364.135,37.2459,4.06321,300,0,0,2165,0,0,0), - (151194,3094,0,0,0,-10701.5,347.995,39.7227,3.22043,300,0,0,2165,0,0,0), - (151195,3094,0,0,0,-10694.8,344.219,39.7097,2.706,300,0,0,2165,0,0,0), - (151196,3094,0,0,0,-10715.6,263.155,43.9056,2.1562,300,0,0,2165,0,0,0), - (151197,3094,0,0,0,-11091.8,-954.163,65.348,1.59261,300,0,0,2165,0,0,0), - (151198,3094,0,0,0,-10937.8,-936.044,76.878,1.18113,300,0,0,2165,0,0,0), - (151199,3094,0,0,0,-10964.1,-949.174,71.1917,2.08064,300,0,0,2165,0,0,0), - (151200,3094,0,0,0,-10934.9,-928.656,72.1262,3.08437,300,0,0,2165,0,0,0), - (151201,3094,0,0,0,-10929.6,-936.748,72.126,2.29741,300,0,0,2165,0,0,0), - (151202,3094,0,0,0,-10798.5,-635.655,41.1281,1.31804,300,0,0,2165,0,0,0), - (151203,3094,0,0,0,-10830.1,-616.585,38.7076,3.76848,300,0,0,2165,0,0,0), - (151204,3094,0,0,0,-10677.6,314.27,33.6022,1.28606,300,0,0,2165,0,0,0), - (151205,3094,0,0,0,-10684.3,314.55,40.7586,3.14353,300,0,0,2165,0,0,0), - (151206,3094,0,0,0,-10368.7,-1258.33,35.9096,0.448286,300,0,0,2165,0,0,0), - (151207,3094,0,0,0,-10347.4,-1287.13,35.3003,1.44967,300,0,0,2165,0,0,0), - (151208,3094,0,0,0,-10368.6,-1290.02,35.303,0.263719,300,0,0,2165,0,0,0), - (151209,15316,531,0,0,-9041.65,1190.66,-104.12,4.24,300,5,0,3052,0,0,1), - (151210,15316,531,0,0,-9025.29,1235.22,-112.12,2.61,300,5,0,3052,0,0,1), - (151211,15316,531,0,0,-9015.33,1266.5,-112.11,1.03,300,5,0,3052,0,0,1), - (151212,15316,531,0,0,-9008.58,1226.52,-112.11,3.04,300,5,0,3052,0,0,1), - (151213,15316,531,0,0,-8991.39,1200.15,-112.11,2.8,300,5,0,3052,0,0,1), - (151214,15316,531,0,0,-8990.32,1269.59,-112.11,0.13,300,5,0,3052,0,0,1), - (151215,15316,531,0,0,-8990.09,1319.85,-104.07,2.54,300,5,0,3052,0,0,1), - (151216,15316,531,0,0,-8983.27,1219.15,-112.11,1.03,300,5,0,3052,0,0,1), - (151217,15316,531,0,0,-8979.92,1306.07,-106.26,1.91,300,5,0,3052,0,0,1), - (151218,15316,531,0,0,-8979.38,1231.1,-112.11,5.08,300,5,0,3052,0,0,1), - (151219,15316,531,0,0,-8969.85,1194.26,-112.11,2.46,300,5,0,3052,0,0,1), - (151220,15316,531,0,0,-8961.38,1267.03,-112.11,0.05,300,5,0,3052,0,0,1), - (151221,15316,531,0,0,-8960.69,1308.83,-106.59,0.7,300,5,0,3052,0,0,1), - (151222,15316,531,0,0,-8960.57,1180.42,-112.11,2.83,300,5,0,3052,0,0,1), - (151223,15316,531,0,0,-8946.12,1193.45,-112.11,4.19,300,5,0,3052,0,0,1), - (151224,15316,531,0,0,-8941.39,1176.03,-112.11,4.86,300,5,0,3052,0,0,1), - (151225,15316,531,0,0,-8932.57,1217.05,-112.11,2.7,300,5,0,3052,0,0,1), - (151226,15316,531,0,0,-8926.72,1271.06,-112.11,4.56,300,5,0,3052,0,0,1), - (151227,15316,531,0,0,-8925.15,1291.84,-112.12,4.83,300,5,0,3052,0,0,1), - (151228,15316,531,0,0,-8912.13,1257.08,-112.11,5.52,300,5,0,3052,0,0,1), - (151229,15316,531,0,0,-8907.63,1211.98,-112.11,3.63,300,5,0,3052,0,0,1), - (151230,15316,531,0,0,-8887.09,1259.5,-112.11,0.1,300,5,0,3052,0,0,1), - (151231,15316,531,0,0,-8861.51,1233.07,-104.14,4.96,300,5,0,3052,0,0,1), - (151232,15317,531,0,0,-9020.5,1259.17,-112.2,4.60366,300,5,0,3052,0,0,1), - (151233,15317,531,0,0,-9004.96,1249.45,-112.189,4.47042,300,5,0,3052,0,0,1), - (151234,15317,531,0,0,-9009.99,1272.72,-112.201,4.13978,300,5,0,3052,0,0,1), - (151235,15317,531,0,0,-9014.76,1261.87,-112.201,4.25732,300,5,0,3052,0,0,1), - (151236,15317,531,0,0,-9000.8,1269.74,-112.192,3.17324,300,5,0,3052,0,0,1), - (151237,15317,531,0,0,-8906.86,1285.33,-112.195,5.4009,300,5,0,3052,0,0,1), - (151238,15317,531,0,0,-8905.57,1259.63,-112.192,1.77915,300,5,0,3052,0,0,1), - (151239,15317,531,0,0,-8894.33,1271.05,-112.193,0.0122048,300,5,0,3052,0,0,1), - (151240,15317,531,0,0,-8901.86,1255.79,-112.192,5.0554,300,5,0,3052,0,0,1), - (151241,15317,531,0,0,-8885.53,1259.85,-112.191,0.0414227,300,5,0,3052,0,0,1), - (151242,15317,531,0,0,-8867.51,1213.1,-104.218,5.56339,300,5,0,3052,0,0,1), - (151243,15317,531,0,0,-8860.14,1191.53,-104.193,1.96046,300,5,0,3052,0,0,1), - (151244,15317,531,0,0,-8875.34,1204.35,-104.226,2.20796,300,5,0,3052,0,0,1), - (151245,15317,531,0,0,-8863.42,1178.78,-104.149,3.38267,300,5,0,3052,0,0,1), - (151246,15317,531,0,0,-8873.91,1185.03,-104.212,5.47831,300,5,0,3052,0,0,1), - (151247,15317,531,0,0,-8941.37,1182.83,-112.189,5.89537,300,5,0,3052,0,0,1), - (151248,15317,531,0,0,-8956.09,1166.47,-112.108,0.10472,300,5,0,3052,0,0,1), - (151249,15317,531,0,0,-8953.13,1185.03,-112.192,5.06059,300,5,0,3052,0,0,1), - (151250,15317,531,0,0,-8967.35,1165.74,-112.2,2.9592,300,5,0,3052,0,0,1), - (151251,15317,531,0,0,-8962.96,1177.33,-112.192,5.72301,300,5,0,3052,0,0,1), - (151252,15317,531,0,0,-8958.02,1261.19,-112.192,3.84043,300,5,0,3052,0,0,1), - (151253,15317,531,0,0,-8962.79,1255.11,-112.193,4.3816,300,5,0,3052,0,0,1), - (151254,15317,531,0,0,-8972.47,1263.49,-112.192,3.35233,300,5,0,3052,0,0,1), - (151255,15317,531,0,0,-8982.58,1268.48,-112.192,1.34994,300,5,0,3052,0,0,1), - (151256,15317,531,0,0,-8951.45,1285.19,-112.193,3.33876,300,5,0,3052,0,0,1), - (151257,15317,531,0,0,-8904.08,1216.64,-112.193,6.26552,300,5,0,3052,0,0,1), - (151258,15317,531,0,0,-8925.78,1221.35,-112.192,1.22091,300,5,0,3052,0,0,1), - (151259,15317,531,0,0,-8910.52,1206.11,-112.11,4.08407,300,5,0,3052,0,0,1), - (151260,15317,531,0,0,-8917.12,1216.25,-112.193,1.32301,300,5,0,3052,0,0,1), - (151261,15317,531,0,0,-8932.16,1207.21,-112.192,5.48034,300,5,0,3052,0,0,1), - (151262,15317,531,0,0,-9027.57,1165.17,-104.184,5.93627,300,5,0,3052,0,0,1), - (151263,15317,531,0,0,-9025.28,1188,-104.223,0.185053,300,5,0,3052,0,0,1), - (151264,15317,531,0,0,-9041.64,1180.35,-104.182,6.00331,300,5,0,3052,0,0,1), - (151265,15317,531,0,0,-9037.42,1199.08,-104.218,1.79552,300,5,0,3052,0,0,1), - (151266,15317,531,0,0,-9045.97,1187.99,-104.153,0.356153,300,5,0,3052,0,0,1), - (151267,15317,531,0,0,-8950.65,1210.44,-112.193,6.26091,300,5,0,3052,0,0,1), - (151268,15317,531,0,0,-8947.85,1250.14,-112.193,5.64062,300,5,0,3052,0,0,1), - (151269,15317,531,0,0,-8962.6,1198.53,-112.192,4.42085,300,5,0,3052,0,0,1), - (151270,15317,531,0,0,-8937.81,1229.07,-112.193,4.47785,300,5,0,3052,0,0,1), - (151271,15317,531,0,0,-8954.8,1234.6,-112.521,1.46425,300,5,0,3052,0,0,1), - (151272,15317,531,0,0,-8994.01,1224.54,-112.191,3.28426,300,5,0,3052,0,0,1), - (151273,15317,531,0,0,-8992.59,1214.39,-112.193,6.08263,300,5,0,3052,0,0,1), - (151274,15317,531,0,0,-8982.47,1210.15,-112.193,1.04671,300,5,0,3052,0,0,1), - (151275,15317,531,0,0,-8978.36,1197.77,-112.193,2.4892,300,5,0,3052,0,0,1), - (151276,15317,531,0,0,-8989,1202.58,-112.193,1.7322,300,5,0,3052,0,0,1), - (151277,15317,531,0,0,-8966.95,1337.85,-104.152,6.26146,300,5,0,3052,0,0,1), - (151278,15317,531,0,0,-8953.28,1323.53,-104.155,6.23162,300,5,0,3052,0,0,1), - (151279,15317,531,0,0,-8955.11,1344.16,-104.127,0.686889,300,5,0,3052,0,0,1), - (151280,15317,531,0,0,-8951.16,1332.96,-104.156,2.97784,300,5,0,3052,0,0,1), - (151281,15317,531,0,0,-9001.72,1322.95,-104.153,4.1495,300,5,0,3052,0,0,1), - (151282,15317,531,0,0,-9041.21,1418.47,-105.216,6.05629,300,5,0,3052,0,0,1), - (151283,15317,531,0,0,-9044.05,1416.1,-105.136,5.07891,300,5,0,3052,0,0,1), - (151284,15317,531,0,0,-9052.25,1412.9,-105.12,2.07694,300,5,0,3052,0,0,1), - (151285,15317,531,0,0,-9054.13,1419.32,-105.988,3.31613,300,5,0,3052,0,0,1), - (151286,15317,531,0,0,-9169.24,1474.29,-98.1862,4.57276,300,5,0,3052,0,0,1), - (151287,15317,531,0,0,-9177.54,1473.7,-98.7621,3.29867,300,5,0,3052,0,0,1), - (151288,15317,531,0,0,-9169.68,1478.29,-97.6799,1.0472,300,5,0,3052,0,0,1), - (151289,15317,531,0,0,-9179.27,1481.83,-96.9594,1.01229,300,5,0,3052,0,0,1), - (151290,15317,531,0,0,-9202.69,1517.66,-89.0815,2.89137,300,5,0,3052,0,0,1), - (151291,15317,531,0,0,-9197.69,1520.21,-88.2333,6.23083,300,5,0,3052,0,0,1), - (151292,15317,531,0,0,-9206.6,1528.84,-86.3935,1.35404,300,5,0,3052,0,0,1), - (151293,15317,531,0,0,-9205.34,1531.49,-85.5816,5.42139,300,5,0,3052,0,0,1), - (151294,15317,531,0,0,-9098.2,1357.66,-105.474,0.733038,300,5,0,3052,0,0,1), - (151295,15317,531,0,0,-9098.35,1364.72,-105.084,2.56563,300,5,0,3052,0,0,1), - (151296,15317,531,0,0,-9090.99,1356.73,-104.919,3.12414,300,5,0,3052,0,0,1), - (151297,15317,531,0,0,-9091.8,1342.17,-105.409,5.34071,300,5,0,3052,0,0,1), - (151298,15317,531,0,0,-9103.65,1446.38,-105.606,6.09081,300,5,0,3052,0,0,1), - (151299,15317,531,0,0,-9122.58,1402.76,-105.139,1.42396,300,5,0,3052,0,0,1), - (151300,15317,531,0,0,-9211.99,1577.88,-75.2209,4.27606,300,5,0,3052,0,0,1), - (151301,15317,531,0,0,-9220.24,1574.16,-76.4517,0.506145,300,5,0,3052,0,0,1), - (151302,15317,531,0,0,-9234,1568.05,-77.4827,1.60823,300,5,0,3052,0,0,1), - (151303,15317,531,0,0,-8902.26,1526.47,-93.7716,2.63407,300,5,0,3052,0,0,1), - (151304,15317,531,0,0,-8893.86,1513.27,-94.0896,2.64119,300,5,0,3052,0,0,1), - (151305,15317,531,0,0,-8704.92,1648.02,-82.7548,5.04153,300,5,0,3052,0,0,1), - (151306,15317,531,0,0,-8838.14,1532.92,-95.7097,0.651582,300,5,0,3052,0,0,1), - (151307,15317,531,0,0,-8921.13,1532.73,-95.0462,0.963794,300,5,0,3052,0,0,1), - (151308,15317,531,0,0,-8926.47,1370.91,-104.147,0.845118,300,5,0,3052,0,0,1), - (151309,15317,531,0,0,-9071.47,1387.37,-107.029,3.72829,300,5,0,3052,0,0,1), - (151310,15317,531,0,0,-9077.94,1381.13,-106.663,1.17318,300,5,0,3052,0,0,1), - (151311,15317,531,0,0,-9089.3,1401.04,-107.118,0.60321,300,5,0,3052,0,0,1), - (151312,15317,531,0,0,-9075.86,1399.42,-106.666,0.139626,300,5,0,3052,0,0,1), - (151313,15317,531,0,0,-9191.72,1653.48,-64.6852,2.32718,300,5,0,3052,0,0,1), - (151314,15317,531,0,0,-9032.16,1322.91,-104.044,2.07694,300,5,0,3052,0,0,1), - (151315,15317,531,0,0,-9179.3,1667.07,-60.5059,2.56563,300,5,0,3052,0,0,1), - (151316,15317,531,0,0,-9189.78,1675.19,-59.4095,3.12414,300,5,0,3052,0,0,1), - (151317,15317,531,0,0,-9197.97,1678.84,-58.491,5.34071,300,5,0,3052,0,0,1), - (151318,15317,531,0,0,-9180.08,1683.3,-55.1011,4.72984,300,5,0,3052,0,0,1), - (151319,15317,531,0,0,-9188.11,1629.72,-68.9029,2.52805,300,5,0,3052,0,0,1), - (154229,16861,533,0,0,2931.33,-3190.24,273.371,3.1229,3520,0,0,113175,12430,0,2), - (154230,16021,533,0,0,3000.56,-3248.15,294.146,0.349066,4224,0,0,45318,0,0,0), - (154231,16022,533,0,0,3002.62,-3252.27,294.146,1.81514,4224,0,0,42728,0,0,0), - (154232,16020,533,0,0,3004.45,-3251.56,294.146,2.09439,4224,0,0,50304,0,0,0), - (154233,16022,533,0,0,3004.78,-3246.98,294.146,4.11898,4224,0,0,42728,0,0,0), - (154234,16020,533,0,0,3005.44,-3248.76,294.146,2.89725,4224,0,0,50304,0,0,0), - (154235,16022,533,0,0,2997.87,-3245.62,294.146,5.81195,4224,0,0,42728,0,0,0), - (154236,16020,533,0,0,3003.09,-3245.75,294.146,3.87463,4224,0,0,50304,0,0,0), - (154237,16022,533,0,0,3001.31,-3244.87,294.146,4.74729,4224,0,0,42728,0,0,0), - (154238,16020,533,0,0,2999.64,-3244.76,294.146,4.85202,4224,0,0,50304,0,0,0), - (154239,16022,533,0,0,3006.07,-3250.05,294.146,3.03687,4224,0,0,42728,0,0,0), - (81782,16037,533,0,0,2759.66,-3575.94,255.715,3.67816,30,5,0,10682,0,0,1), - (81781,16037,533,0,0,2766.36,-3610.83,255.69,1.95477,30,5,0,10682,0,0,1), - (154271,15333,509,13509,0,-9454.14,1478.27,21.9098,0,7200,10,0,5228,0,0,1), - (154272,15333,509,13509,0,-9459.7,1449.44,21.5113,0,7200,10,0,5228,0,0,1), - (154273,15333,509,13509,0,-9483.07,1451.08,21.5639,0,7200,10,0,5228,0,0,1), - (154274,15333,509,13509,0,-9450.05,1421.97,28.1765,0,7200,10,0,5228,0,0,1), - (154275,15333,509,13509,0,-9513.56,1479.65,22.2486,0,7200,10,0,5228,0,0,1), - (154276,15333,509,13509,0,-9490.96,1377.26,21.5113,0,7200,10,0,5228,0,0,1), - (154277,15333,509,13509,0,-9505.34,1333.31,21.5113,0,7200,10,0,5228,0,0,1), - (154278,15333,509,13509,0,-9508.57,1374.4,21.5957,0,7200,10,0,5228,0,0,1), - (154279,15333,509,13509,0,-9515.23,1454.33,21.5901,0,7200,10,0,5228,0,0,1), - (154280,15333,509,13509,0,-9491.53,1360.08,21.5113,0,7200,10,0,5228,0,0,1), - (154281,15333,509,13509,0,-9512.14,1355.35,21.6165,0,7200,10,0,5228,0,0,1), - (154282,15333,509,13509,0,-9551.56,1409.27,21.5113,0,7200,10,0,5228,0,0,1), - (154283,15333,509,13509,0,-9482.93,1476.49,21.5113,0,7200,10,0,5228,0,0,1), - (154284,15333,509,13509,0,-9559.84,1520.47,21.6515,0,7200,10,0,5228,0,0,1), - (154285,15333,509,13509,0,-9574.34,1512.6,21.5778,0,7200,10,0,5228,0,0,1), - (154286,15333,509,13509,0,-9545.74,1387,21.5177,0,7200,10,0,5228,0,0,1), - (154287,15333,509,13509,0,-9581.65,1491.3,21.5113,0,7200,10,0,5228,0,0,1), - (154288,15333,509,13509,0,-9579.63,1395.69,21.5113,0,7200,10,0,5228,0,0,1), - (154289,15333,509,13509,0,-9594.46,1441.32,22.4516,0,7200,10,0,5228,0,0,1), - (154290,15333,509,13509,0,-9584.55,1420.72,21.5113,0,7200,10,0,5228,0,0,1), - (154291,15333,509,13509,0,-9602.17,1462.6,21.5113,0,7200,10,0,5228,0,0,1), - (154292,15333,509,13509,0,-9584,1553.76,21.6199,0,7200,10,0,5228,0,0,1), - (154293,15333,509,13509,0,-9585.22,1613.31,23.2533,0,7200,10,0,5228,0,0,1), - (154294,15333,509,13509,0,-9612.37,1553.32,21.6044,0,7200,10,0,5228,0,0,1), - (154295,15333,509,13509,0,-9578.83,1576.93,21.7141,0,7200,10,0,5228,0,0,1), - (154296,15333,509,13509,0,-9654.63,1554.07,21.5171,0,7200,10,0,5228,0,0,1), - (154297,15333,509,13509,0,-9612.52,1582.69,21.8863,0,7200,10,0,5228,0,0,1), - (154298,15333,509,13509,0,-9721.52,1488.81,21.666,0,7200,10,0,5228,0,0,1), - (154299,15333,509,13509,0,-9654.82,1581.08,21.6016,0,7200,10,0,5228,0,0,1), - (154300,15333,509,13509,0,-9612.97,1617.02,21.8657,0,7200,10,0,5228,0,0,1), - (154301,15333,509,13509,0,-9681.8,1551.27,21.6371,0,7200,10,0,5228,0,0,1), - (154302,15333,509,13509,0,-9641.95,1616,21.8403,0,7200,10,0,5228,0,0,1), - (154303,15333,509,13509,0,-9678.7,1578.13,21.5177,0,7200,10,0,5228,0,0,1), - (154304,15333,509,13509,0,-9747.84,1513.58,22.5953,0,7200,10,0,5228,0,0,1), - (154305,15333,509,13509,0,-9587.78,1643.62,21.7198,0,7200,10,0,5228,0,0,1), - (154306,15333,509,13509,0,-9741.56,1486.36,23.0929,0,7200,10,0,5228,0,0,1), - (154307,15333,509,13509,0,-9615.77,1642.61,21.5624,0,7200,10,0,5228,0,0,1), - (154308,15333,509,13509,0,-9669.85,1652.36,21.5133,0,7200,10,0,5228,0,0,1), - (154309,15333,509,13509,0,-9650.34,1651.37,21.5823,0,7200,10,0,5228,0,0,1), - (154310,15333,509,13509,0,-9655.47,1675.04,22.2827,0,7200,10,0,5228,0,0,1), - (154311,11454,429,0,0,55.3767,-713.761,-25.0775,3.61283,7200,2,0,7842,0,0,1), - (154312,11451,429,0,0,55.9418,-720.741,-25.0775,6.24828,7200,2,0,7842,0,0,1), - (154313,11451,429,0,0,56.7221,-706.941,-25.0775,4.5204,7200,2,0,7842,0,0,1), - (154314,11454,429,0,0,22.7961,-680.046,-25.0783,3.89208,7200,2,0,7842,0,0,1), - (154315,11451,429,0,0,24.2224,-674.951,-25.1616,4.14954,7200,2,0,7842,0,0,1), - (154316,11451,429,0,0,15.5073,-680.307,-25.0783,5.81195,7200,2,0,7842,0,0,1), - (154317,11454,429,0,0,59.6724,-603.951,-25.1302,5.07981,7200,2,0,7842,0,0,1), - (154318,11451,429,0,0,55.0125,-602.04,-25.0646,3.37677,7200,2,0,7842,0,0,1), - (154319,11451,429,0,0,65.0294,-608.021,-25.0719,6.16101,7200,2,0,7842,0,0,1), - (154320,11455,429,0,0,51.3525,-721.915,-25.1438,0,7200,0,0,5490,7519,0,2), - (154321,13196,429,0,0,51.1273,-748.835,-25.1003,0,7200,0,0,15198,0,0,2), - (154322,13197,429,0,0,51.1273,-748.835,-25.1003,0,7200,0,0,12954,4326,0,2), - (154323,13196,429,0,0,51.1414,-755.75,-25.0891,0,7200,0,0,15198,0,0,2), - (154324,13197,429,0,0,51.1414,-755.75,-25.0891,0,7200,0,0,12954,4326,0,2), - (154325,13196,429,0,0,61.9258,-648.15,-25.1335,0,7200,0,0,15198,0,0,2), - (154326,13197,429,0,0,61.9258,-648.15,-25.1335,0,7200,0,0,12954,4326,0,2), - (154327,13196,429,0,0,64.6844,-620.783,-25.1592,0,7200,0,0,15198,0,0,2), - (154328,13197,429,0,0,64.6844,-620.783,-25.1592,0,7200,0,0,12954,4326,0,2), - (154329,11456,429,0,0,12.2163,-707.55,-25.0783,1.93732,7200,2,0,8097,0,0,1), - (154330,11456,429,0,0,64.4071,-678.472,-25.0772,4.13643,7200,2,0,8097,0,0,1), - (154331,11456,429,0,0,30.1011,-618.51,-25.0722,2.37365,7200,2,0,8097,0,0,1), - (154332,11456,429,0,0,111.56,-367.658,-4.10329,0,7200,0,0,8097,0,0,2), - (154333,11454,429,0,0,57.5876,-400.81,-4.13621,2.07694,7200,2,0,7842,0,0,1), - (154334,11451,429,0,0,52.2995,-397.91,-4.13716,0.523599,7200,2,0,7842,0,0,1), - (154335,11451,429,0,0,61.941,-399.15,-4.13689,2.51327,7200,2,0,7842,0,0,1), - (154336,11454,429,0,0,-21.4801,-401.265,-4.13795,1.27409,7200,2,0,7842,0,0,1), - (154337,11451,429,0,0,-27.4422,-398.865,-4.22046,4.90128,7200,2,0,7842,0,0,1), - (154338,11451,429,0,0,-14.4985,-399.14,-4.13787,2.23402,7200,2,0,7842,0,0,1), - (154339,11454,429,0,0,-80.4437,-401.602,-4.13549,1.8326,7200,2,0,7842,0,0,1), - (154340,11451,429,0,0,-75.5403,-395.85,-4.13737,2.54818,7200,2,0,7842,0,0,1), - (154341,11451,429,0,0,-86.6004,-400.982,-4.21903,1.08976,7200,2,0,7842,0,0,1), - (154342,11454,429,0,0,-17.7285,-459.476,-4.14758,4.55531,7200,2,0,7842,0,0,1), - (154343,11451,429,0,0,-12.4978,-462.705,-4.15329,3.61283,7200,2,0,7842,0,0,1), - (154344,11451,429,0,0,-25.777,-462.07,-4.14609,5.79449,7200,2,0,7842,0,0,1), - (154345,11455,429,0,0,53.2125,-458.915,-4.13168,6.26573,7200,2,0,5490,7519,0,1), - (154346,11455,429,0,0,2.77891,-426.083,-4.22211,0,7200,0,0,5490,7519,0,2), - (154347,11455,429,0,0,-66.3458,-425.147,-4.22617,0,7200,0,0,5490,7519,0,2), - (154348,11455,429,0,0,53.4373,-402.78,-4.21671,0,7200,0,0,5490,7519,0,2), - (154349,11455,429,0,0,-23.1693,-457.025,-4.22551,0,7200,0,0,5490,7519,0,2), - (154350,13196,429,0,0,21.0046,-457.192,-4.1597,0.715585,7200,0,0,15198,0,0,0), - (154351,13197,429,0,0,21.0046,-457.192,-4.1597,0.715585,7200,0,0,12954,4326,0,0), - (154352,13196,429,0,0,15.1764,-402.726,-4.138,4.92183,7200,0,0,15198,0,0,0), - (154353,13197,429,0,0,15.1764,-402.726,-4.138,4.92183,7200,0,0,12954,4326,0,0), - (154354,13196,429,0,0,-48.4529,-401.622,-4.13796,5.13127,7200,0,0,15198,0,0,0), - (154355,13197,429,0,0,-48.4529,-401.622,-4.13796,5.13127,7200,0,0,12954,4326,0,0), - (154356,13196,429,0,0,-104.776,-405.624,-4.13418,5.55015,7200,0,0,15198,0,0,0), - (154357,13197,429,0,0,-104.776,-405.624,-4.13418,5.55015,7200,0,0,12954,4326,0,0), - (154358,14327,429,0,0,-5.45062,-441.126,16.4179,0.531164,1000000,0,0,17816,8964,0,2), - (154359,14349,429,0,0,-6.91042,-440.736,16.4178,6.0218,1000000,0,0,6477,6489,0,0), - (154360,13196,429,0,0,-25.8675,-208.432,-3.97046,0.820305,7200,0,0,15198,0,0,0), - (154361,13196,429,0,0,-85.9347,-208.182,-3.96894,0.541052,7200,0,0,15198,0,0,0), - (154362,13196,429,0,0,-166.726,-271.487,-4.06308,5.68977,7200,0,0,15198,0,0,0), - (154363,13196,429,0,0,-146.427,-366.639,-4.06831,1.90241,7200,0,0,15198,0,0,0), - (154364,13196,429,0,0,-51.43,-358.119,-4.05449,2.16421,7200,0,0,15198,0,0,0), - (154365,13196,429,0,0,70.9002,-357.223,-4.04807,0.977384,7200,0,0,15198,0,0,0), - (154366,13021,429,0,0,-16.8805,-177.09,-2.63107,4.81711,7200,0,0,16194,0,0,0), - (154367,13021,429,0,0,-87.1855,-173.293,-2.63107,4.86947,7200,0,0,16194,0,0,0), - (154368,13021,429,0,0,-135.92,-278.62,-3.97313,3.47321,7200,0,0,16194,0,0,0), - (154369,13021,429,0,0,-110.687,-357.62,-4.05201,1.65806,7200,0,0,16194,0,0,0), - (154370,13021,429,0,0,-20.0212,-366.39,-4.04007,1.81514,7200,0,0,16194,0,0,0), - (154371,13021,429,0,0,131.583,-352.838,-4.06887,3.36849,7200,0,0,16194,0,0,0), - (154372,13021,429,0,0,134.906,-288.916,-4.06306,3.54302,7200,0,0,16194,0,0,0), - (154373,13022,429,0,0,-148.843,-200.749,-4.21083,4.27233,7200,2,0,1900,0,0,1), - (154374,13022,429,0,0,-149.702,-197.893,-4.21031,5.77921,7200,2,0,1900,0,0,1), - (154375,13022,429,0,0,-156.945,-201.478,-4.06936,5.21853,7200,2,0,1900,0,0,1), - (154376,13022,429,0,0,-152.666,-202.802,-4.06916,3.33358,7200,2,0,1900,0,0,1), - (154377,13022,429,0,0,-157.879,-198.865,-4.18982,0.402479,7200,2,0,1900,0,0,1), - (154378,13022,429,0,0,-154.058,-198.694,-4.19924,2.28912,7200,2,0,1900,0,0,1), - (154379,13022,429,0,0,-154.099,-195.957,-4.20064,4.23252,7200,2,0,1900,0,0,1), - (154380,13022,429,0,0,-147.416,-325.322,-4.14834,1.5089,7200,2,0,1900,0,0,1), - (154381,13022,429,0,0,-143.089,-330.215,-4.02938,0.959931,7200,2,0,1900,0,0,1), - (154382,13022,429,0,0,-140.131,-325.933,-4.09224,5.21016,7200,2,0,1900,0,0,1), - (154383,13022,429,0,0,-139.72,-320.566,-4.08884,4.80789,7200,2,0,1900,0,0,1), - (154384,13022,429,0,0,-142.503,-315.225,-4.11006,1.66281,7200,2,0,1900,0,0,1), - (154385,13022,429,0,0,-138.617,-328.017,-3.99383,2.25147,7200,2,0,1900,0,0,1), - (154386,13022,429,0,0,-136,-323.641,-4.06031,4.8053,7200,2,0,1900,0,0,1), - (154387,13022,429,0,0,-80.2455,-350.76,-3.99503,1.93732,7200,2,0,1900,0,0,1), - (154388,13022,429,0,0,-84.0316,-349.012,-4.0567,3.99263,7200,2,0,1900,0,0,1), - (154389,13022,429,0,0,-78.0264,-346.742,-4.04545,5.75634,7200,2,0,1900,0,0,1), - (154390,13022,429,0,0,-83.2647,-352.631,-4.07834,5.93665,7200,2,0,1900,0,0,1), - (154391,13022,429,0,0,-88.6114,-353.518,-4.0837,5.33838,7200,2,0,1900,0,0,1), - (154392,13022,429,0,0,-86.0241,-357.57,-4.05092,5.48033,7200,2,0,1900,0,0,1), - (154393,13022,429,0,0,-75.468,-349.99,-3.9886,1.71042,7200,2,0,1900,0,0,1), - (154394,13022,429,0,0,53.6343,-353.286,-4.01717,3.92699,7200,2,0,1900,0,0,1), - (154395,13022,429,0,0,49.1207,-353.705,-4.02085,3.01942,7200,2,0,1900,0,0,1), - (154396,13022,429,0,0,44.475,-354.61,-4.02848,1.5708,7200,2,0,1900,0,0,1), - (154397,13022,429,0,0,39.5877,-355.57,-4.03657,0.10472,7200,2,0,1900,0,0,1), - (154398,13022,429,0,0,51.5748,-349.531,-3.98683,0.122173,7200,2,0,1900,0,0,1), - (154399,13022,429,0,0,45.7938,-349.025,-3.98307,3.21141,7200,2,0,1900,0,0,1), - (154400,13022,429,0,0,40.7124,-351.442,-4.003,2.47837,7200,2,0,1900,0,0,1), - (154401,13022,429,0,0,111.065,-324.665,-4.01276,2.42601,7200,2,0,1900,0,0,1), - (154402,13022,429,0,0,116.839,-329.884,-4.14893,2.53066,7200,2,0,1900,0,0,1), - (154403,13022,429,0,0,121.124,-325.982,-4.16182,5.76204,7200,2,0,1900,0,0,1), - (154404,13022,429,0,0,115.748,-327.539,-4.14523,0.318494,7200,2,0,1900,0,0,1), - (154405,13022,429,0,0,109.902,-329.777,-4.0035,2.84489,7200,2,0,1900,0,0,1), - (154406,13022,429,0,0,112.82,-334.044,-4.13689,1.36265,7200,2,0,1900,0,0,1), - (154407,13022,429,0,0,114.94,-320.727,-4.04562,1.32645,7200,2,0,1900,0,0,1), - (154408,13022,429,0,0,110.844,-255.06,-4.09403,3.22507,7200,2,0,1900,0,0,1), - (154409,13022,429,0,0,115.729,-259.257,-4.1305,1.7137,7200,2,0,1900,0,0,1), - (154410,13022,429,0,0,111.401,-260.037,-4.09867,4.40331,7200,2,0,1900,0,0,1), - (154411,13022,429,0,0,115.432,-263.394,-4.13027,1.33576,7200,2,0,1900,0,0,1), - (154412,13022,429,0,0,110.253,-269.029,-4.08908,4.45622,7200,2,0,1900,0,0,1), - (154413,13022,429,0,0,106.298,-266.643,-3.97269,0.314159,7200,2,0,1900,0,0,1), - (154414,13022,429,0,0,111.893,-272.557,-4.10279,1.21066,7200,2,0,1900,0,0,1), - (154415,11464,429,0,0,-36.193,-205.04,-4.10713,0,7200,0,0,6273,3175,0,2), - (154416,11462,429,0,0,-36.193,-205.04,-4.10713,0,7200,0,0,7599,0,0,0), - (154417,11462,429,0,0,-36.193,-205.04,-4.10713,0,7200,0,0,7599,0,0,0), - (154418,11464,429,0,0,-115.532,-200.983,-4.09197,0,7200,0,0,6273,3175,0,2), - (154419,11462,429,0,0,-115.532,-200.983,-4.09197,0,7200,0,0,7599,0,0,0), - (154420,11462,429,0,0,-115.532,-200.983,-4.09197,0,7200,0,0,7599,0,0,0), - (154421,11464,429,0,0,-159.065,-285.835,-4.17517,0,7200,0,0,6273,3175,0,2), - (154422,11462,429,0,0,-159.065,-285.835,-4.17517,0,7200,0,0,7599,0,0,0), - (154423,11462,429,0,0,-159.065,-285.835,-4.17517,0,7200,0,0,7599,0,0,0), - (154424,11464,429,0,0,-34.0211,-368.15,-4.10071,0,7200,0,0,6273,3175,0,2), - (154425,11462,429,0,0,-34.0211,-368.15,-4.10071,0,7200,0,0,7599,0,0,0), - (154426,11462,429,0,0,-34.0211,-368.15,-4.10071,0,7200,0,0,7599,0,0,0), - (154427,11464,429,0,0,-96.5183,-347.559,-4.04812,0,7200,0,0,6273,3175,0,2), - (154428,11462,429,0,0,-96.5183,-347.559,-4.04812,0,7200,0,0,7599,0,0,0), - (154429,11462,429,0,0,-96.5183,-347.559,-4.04812,0,7200,0,0,7599,0,0,0), - (154430,11464,429,0,0,71.9864,-345.765,-4.03809,0,7200,0,0,6273,3175,0,2), - (154431,11462,429,0,0,71.9864,-345.765,-4.03809,0,7200,0,0,7599,0,0,0), - (154432,11462,429,0,0,71.9864,-345.765,-4.03809,0,7200,0,0,7599,0,0,0), - (154433,11464,429,0,0,102.259,-189.041,-4.14403,0,7200,0,0,6273,3175,0,2), - (154434,11462,429,0,0,102.259,-189.041,-4.14403,0,7200,0,0,7599,0,0,2), - (154435,11464,429,0,0,136.63,-297.89,-4.14037,0,7200,0,0,6273,3175,0,2), - (154436,11462,429,0,0,136.63,-297.89,-4.14037,0,7200,0,0,7599,0,0,2), - (154437,14354,429,0,0,86.1935,-197.888,-4.05657,1.76278,1000000,0,0,13362,13446,0,2), - (154438,13197,429,0,0,-35.181,-458.88,-58.5327,2.26893,7200,0,0,12954,4326,0,0), - (154439,13197,429,0,0,47.3864,-447.764,-58.5225,3.75246,7200,0,0,12954,4326,0,0), - (154440,13197,429,0,0,55.5946,-405.276,-58.5211,3.9968,7200,0,0,12954,4326,0,0), - (154441,11453,429,0,0,-93.0634,-461.176,-58.6221,5.70493,7200,2,0,6477,3244,0,1), - (154442,11452,429,0,0,-94.5833,-466.205,-58.6246,2.23612,7200,2,0,8097,0,0,1), - (154443,11452,429,0,0,-84.7378,-460.673,-58.5294,2.68781,7200,2,0,8097,0,0,1), - (154444,11457,429,0,0,-69.0547,-442.536,-58.6142,1.13804,7200,2,0,6477,4326,0,1), - (154445,13276,429,0,0,-70.9053,-439.957,-58.6127,0.913746,7200,2,0,3644,0,0,1), - (154446,13276,429,0,0,-64.4045,-442.443,-58.6145,1.04908,7200,2,0,3644,0,0,1), - (154447,13276,429,0,0,-72.5177,-436.876,-58.611,4.10582,7200,2,0,3644,0,0,1), - (154448,13276,429,0,0,-61.434,-444.802,-58.5307,6.16101,7200,2,0,3644,0,0,1), - (154449,13276,429,0,0,-71.6369,-440.319,-58.6128,0.256474,7200,2,0,3644,0,0,1), - (154450,11457,429,0,0,-6.88377,-459.375,-58.5461,0.872665,7200,2,0,6477,4326,0,1), - (154451,13276,429,0,0,-3.22096,-460.538,-58.549,1.3439,7200,2,0,3644,0,0,1), - (154452,13276,429,0,0,-14.1565,-460.888,-58.6237,4.10695,7200,2,0,3644,0,0,1), - (154453,13276,429,0,0,-6.83229,-455.483,-58.5433,0.366519,7200,2,0,3644,0,0,1), - (154454,13276,429,0,0,-3.05802,-456.817,-58.5464,0.366519,7200,2,0,3644,0,0,1), - (154455,13276,429,0,0,-10.9179,-456.242,-58.6249,0.31074,7200,2,0,3644,0,0,1), - (154456,11453,429,0,0,74.8293,-435.001,-58.5152,1.06465,7200,2,0,6477,3244,0,1), - (154457,11453,429,0,0,68.7285,-422.43,-58.6015,5.77543,7200,2,0,6477,3244,0,1), - (154458,11452,429,0,0,70.4284,-429.825,-58.6012,0.320256,7200,2,0,8097,0,0,1), - (154459,11452,429,0,0,74.9546,-417.913,-58.5995,0.030332,7200,2,0,8097,0,0,1), - (154460,11457,429,0,0,37.3552,-392.268,-58.5272,2.37365,7200,2,0,6477,4326,0,1), - (154461,13276,429,0,0,32.1917,-393.651,-58.6118,0.535442,7200,2,0,3644,0,0,1), - (154462,13276,429,0,0,42.2916,-388.172,-58.5281,5.48033,7200,2,0,3644,0,0,1), - (154463,13276,429,0,0,40.4389,-397.353,-58.5258,1.71042,7200,2,0,3644,0,0,1), - (154464,13276,429,0,0,34.4894,-396.159,-58.5277,1.20428,7200,2,0,3644,0,0,1), - (154465,13276,429,0,0,43.4029,-392.169,-58.5266,4.11898,7200,2,0,3644,0,0,1), - (154466,11453,429,0,0,-23.6704,-398.692,-58.6164,0.80207,7200,2,0,6477,3244,0,1), - (154467,11453,429,0,0,-10.3481,-393.132,-58.5304,1.90241,7200,2,0,6477,3244,0,1), - (154468,11452,429,0,0,-16.0019,-395.454,-58.5304,4.55531,7200,2,0,8097,0,0,1), - (154469,11452,429,0,0,-28.3503,-391.94,-58.618,2.83299,7200,2,0,8097,0,0,1), - (154470,11453,429,0,0,-90.2836,-391.934,-58.4822,3.01942,7200,2,0,6477,3244,0,1), - (154471,11453,429,0,0,-79.7413,-389.324,-58.5109,1.25664,7200,2,0,6477,3244,0,1), - (154472,11452,429,0,0,-84.0613,-392.13,-58.4799,0.959931,7200,2,0,8097,0,0,1), - (154473,11452,429,0,0,-96.6476,-388.518,-58.52,4.5204,7200,2,0,8097,0,0,1), - (154474,13321,429,0,0,1.08285,-427.635,-58.2154,0.942478,7200,0,0,42,0,0,0), - (154475,13321,429,0,0,-21.3831,-431.467,-58.527,3.7001,7200,0,0,42,0,0,0), - (154476,13321,429,0,0,-21.032,-425.93,-58.1864,1.81514,7200,0,0,42,0,0,0), - (154477,13280,429,0,0,4.57887,-438.407,-59.954,0,1000000,0,0,22270,6723,0,2), - (154478,11456,429,0,0,-148.751,-487.5,-36.871,0,7200,0,0,8097,0,0,2), - (154479,11456,429,0,0,46.9284,-465.54,-58.631,0,7200,0,0,8097,0,0,2), - (154480,11456,429,0,0,-57.0053,-401.183,-58.5854,0,7200,0,0,8097,0,0,2), - (154481,11456,429,0,0,4.50979,-386.047,-58.5316,1.16937,7200,2,0,8097,0,0,1), - (154482,11457,429,0,0,4.60055,-437.18,-37.8782,4.27606,7200,2,0,6477,4326,0,1), - (154483,13276,429,0,0,7.56612,-440.69,-37.8779,3.89208,7200,2,0,3644,0,0,1), - (154484,13276,429,0,0,1.65759,-434.832,-37.9608,0.775787,7200,2,0,3644,0,0,1), - (154485,13276,429,0,0,1.53725,-438.741,-37.9606,1.07755,7200,2,0,3644,0,0,1), - (154486,13276,429,0,0,7.73413,-443.673,-37.8776,3.12414,7200,2,0,3644,0,0,1), - (154487,13276,429,0,0,-1.03906,-435.259,-37.9609,5.92277,7200,2,0,3644,0,0,1), - (154488,11490,429,0,0,-34.983,-448,-37.8785,0.191986,1000000,0,0,22272,0,0,0), - (154489,13022,429,0,0,122.508,-193.592,-55.2534,3.11933,7200,2,0,1900,0,0,1), - (154490,13022,429,0,0,118.955,-189.796,-54.6273,3.18426,7200,2,0,1900,0,0,1), - (154491,13022,429,0,0,115.228,-192.819,-55.0426,2.91091,7200,2,0,1900,0,0,1), - (154492,13022,429,0,0,115.228,-195.967,-55.6115,3.54147,7200,2,0,1900,0,0,1), - (154493,13022,429,0,0,118.605,-198.995,-55.8831,4.91481,7200,2,0,1900,0,0,1), - (154494,13022,429,0,0,126.482,-204.473,-56.2875,4.26236,7200,2,0,1900,0,0,1), - (154495,13022,429,0,0,110.761,-197.604,-55.6668,4.2586,7200,2,0,1900,0,0,1), - (154496,13022,429,0,0,109.855,-191.323,-54.5,5.53269,7200,2,0,1900,0,0,1), - (154497,13022,429,0,0,106.918,-189.179,-54.0493,1.81514,7200,2,0,1900,0,0,1), - (154498,13022,429,0,0,103.901,-194.5,-54.9578,4.32842,7200,2,0,1900,0,0,1), - (154499,13022,429,0,0,71.2551,-246.144,-55.5366,4.09156,7200,2,0,1900,0,0,1), - (154500,13022,429,0,0,63.8949,-249.185,-55.0552,4.85084,7200,2,0,1900,0,0,1), - (154501,13022,429,0,0,59.7906,-248.992,-54.0533,4.72984,7200,2,0,1900,0,0,1), - (154502,13022,429,0,0,55.7535,-242.316,-53.6007,5.58505,7200,2,0,1900,0,0,1), - (154503,13022,429,0,0,56.7207,-238.084,-54.3587,1.3439,7200,2,0,1900,0,0,1), - (154504,13022,429,0,0,56.7486,-246.449,-53.4352,0.837758,7200,2,0,1900,0,0,1), - (154505,13022,429,0,0,57.455,-251.973,-53.4174,0.366519,7200,2,0,1900,0,0,1), - (154506,13022,429,0,0,63.5469,-252.569,-54.7081,0.366519,7200,2,0,1900,0,0,1), - (154507,13022,429,0,0,67.7781,-247.753,-55.2964,1.98623,7200,2,0,1900,0,0,1), - (154508,13022,429,0,0,53.5118,-249.622,-52.9581,0.802851,7200,2,0,1900,0,0,1), - (154509,13022,429,0,0,5.00858,-220.212,-52.2055,3.47481,7200,2,0,1900,0,0,1), - (154510,13022,429,0,0,9.43712,-224.578,-51.9292,0.964966,7200,2,0,1900,0,0,1), - (154511,13022,429,0,0,12.13,-225.89,-51.8221,1.91029,7200,2,0,1900,0,0,1), - (154512,13022,429,0,0,22.3773,-221.201,-53.114,1.01456,7200,2,0,1900,0,0,1), - (154513,13022,429,0,0,1.01247,-216.771,-52.9695,3.64775,7200,2,0,1900,0,0,1), - (154514,13022,429,0,0,-1.96242,-211.372,-52.9039,4.5204,7200,2,0,1900,0,0,1), - (154515,13022,429,0,0,1.6678,-219.749,-52.6945,2.32129,7200,2,0,1900,0,0,1), - (154516,13022,429,0,0,3.90308,-224.145,-52.1742,1.67569,7200,2,0,1900,0,0,1), - (154517,13022,429,0,0,10.1914,-227.741,-51.7724,1.31605,7200,2,0,1900,0,0,1), - (154518,13022,429,0,0,19.6784,-227.142,-52.278,3.83149,7200,2,0,1900,0,0,1), - (154519,13022,429,0,0,7.36502,-309.685,-51.1112,4.55531,7200,2,0,1900,0,0,1), - (154520,13022,429,0,0,11.0968,-310.742,-51.1119,5.48033,7200,2,0,1900,0,0,1), - (154521,13022,429,0,0,2.38361,-311.532,-51.1185,1.71042,7200,2,0,1900,0,0,1), - (154522,13022,429,0,0,-0.968268,-316.146,-50.6338,1.20428,7200,2,0,1900,0,0,1), - (154523,13022,429,0,0,16.3331,-315.152,-51.0991,4.11898,7200,2,0,1900,0,0,1), - (154524,13022,429,0,0,14.6583,-310.337,-51.3256,2.1293,7200,2,0,1900,0,0,1), - (154525,13022,429,0,0,9.24688,-308.366,-51.3423,4.19783,7200,2,0,1900,0,0,1), - (154526,13022,429,0,0,3.19254,-306.155,-51.7484,2.2254,7200,2,0,1900,0,0,1), - (154527,13022,429,0,0,-0.529834,-310.036,-51.4927,5.50781,7200,2,0,1900,0,0,1), - (154528,13022,429,0,0,13.7675,-306.717,-51.6435,3.9968,7200,2,0,1900,0,0,1), - (154529,13022,429,0,0,-54.14,-220.836,-57.177,4.77728,7200,2,0,1900,0,0,1), - (154530,13022,429,0,0,-54.2582,-223.259,-57.2345,3.52189,7200,2,0,1900,0,0,1), - (154531,13022,429,0,0,-59.1212,-222.725,-57.2217,5.44105,7200,2,0,1900,0,0,1), - (154532,13022,429,0,0,-62.9718,-220.366,-57.1655,5.67601,7200,2,0,1900,0,0,1), - (154533,13022,429,0,0,-62.4816,-225.4,-57.2017,0.767945,7200,2,0,1900,0,0,1), - (154534,13022,429,0,0,-59.6312,-229.747,-57.305,5.07891,7200,2,0,1900,0,0,1), - (154535,13022,429,0,0,-54.873,-230.255,-57.4006,5.35956,7200,2,0,1900,0,0,1), - (154536,13022,429,0,0,-55.9487,-225.63,-57.2907,0.44899,7200,2,0,1900,0,0,1), - (154537,13022,429,0,0,-49.7393,-227.547,-57.4026,2.81523,7200,2,0,1900,0,0,1), - (154538,13022,429,0,0,-50.1508,-223.593,-57.2426,0.113913,7200,2,0,1900,0,0,1), - (154539,13022,429,0,0,-54.1523,-346.312,-54.1519,2.58309,7200,2,0,1900,0,0,1), - (154540,13022,429,0,0,-56.9274,-344.93,-54.338,1.06465,7200,2,0,1900,0,0,1), - (154541,13022,429,0,0,-57.7313,-341.407,-54.032,4.97419,7200,2,0,1900,0,0,1), - (154542,13022,429,0,0,-60.2078,-339.055,-53.9214,1.6057,7200,2,0,1900,0,0,1), - (154543,13022,429,0,0,-63.0057,-335.754,-53.699,4.55531,7200,2,0,1900,0,0,1), - (154544,13022,429,0,0,-61.8909,-333.061,-53.1807,4.17134,7200,2,0,1900,0,0,1), - (154545,13022,429,0,0,-57.3421,-331.607,-52.5392,1.90241,7200,2,0,1900,0,0,1), - (154546,13022,429,0,0,-61.1368,-330.426,-52.7177,5.98648,7200,2,0,1900,0,0,1), - (154547,13022,429,0,0,-65.628,-334.265,-53.7337,5.86431,7200,2,0,1900,0,0,1), - (154548,13022,429,0,0,-54.4685,-349.823,-54.3427,2.94961,7200,2,0,1900,0,0,1), - (154549,13022,429,0,0,-114.53,-298.031,-57.1758,2.37651,7200,2,0,1900,0,0,1), - (154550,13022,429,0,0,-119.468,-295.465,-56.8971,3.50826,7200,2,0,1900,0,0,1), - (154551,13022,429,0,0,-115.32,-295.053,-57.1688,3.51589,7200,2,0,1900,0,0,1), - (154552,13022,429,0,0,-113.643,-286.896,-57.3958,0.44145,7200,2,0,1900,0,0,1), - (154553,13022,429,0,0,-112.49,-292.047,-57.3941,3.20386,7200,2,0,1900,0,0,1), - (154554,13022,429,0,0,-113.132,-297.049,-57.2797,2.96803,7200,2,0,1900,0,0,1), - (154555,13022,429,0,0,-114.571,-303.104,-57.0566,0.488692,7200,2,0,1900,0,0,1), - (154556,13022,429,0,0,-118.833,-302.067,-57.0399,4.88111,7200,2,0,1900,0,0,1), - (154557,13022,429,0,0,-111.067,-302.288,-57.2519,0.994838,7200,2,0,1900,0,0,1), - (154558,13022,429,0,0,-107.508,-295.857,-57.6574,3.88216,7200,2,0,1900,0,0,1), - (154559,13022,429,0,0,-149.588,-191.55,-50.2393,4.06322,7200,2,0,1900,0,0,1), - (154560,13022,429,0,0,-148.164,-194.851,-51.1721,5.45461,7200,2,0,1900,0,0,1), - (154561,13022,429,0,0,-149.81,-199.836,-52.1027,2.33874,7200,2,0,1900,0,0,1), - (154562,13022,429,0,0,-148.09,-204.423,-53.0782,1.0472,7200,2,0,1900,0,0,1), - (154563,13022,429,0,0,-140.036,-200.326,-53.2361,0.174533,7200,2,0,1900,0,0,1), - (154564,13022,429,0,0,-141.949,-193.913,-51.5956,2.64255,7200,2,0,1900,0,0,1), - (154565,13022,429,0,0,-134.406,-189.794,-50.3224,6.12191,7200,2,0,1900,0,0,1), - (154566,13022,429,0,0,-141.793,-189.652,-50.5362,5.3421,7200,2,0,1900,0,0,1), - (154567,13022,429,0,0,-135.247,-191.384,-50.871,0.344104,7200,2,0,1900,0,0,1), - (154568,13022,429,0,0,-144.024,-197.906,-52.2458,0.750492,7200,2,0,1900,0,0,1), - (154569,13285,429,0,0,83.368,-204.607,-56.7146,4.13643,7200,2,0,16704,0,0,1), - (154570,13285,429,0,0,42.2531,-196.094,-53.098,2.32129,7200,2,0,16704,0,0,1), - (154571,13285,429,0,0,-38.4972,-194.397,-55.7837,5.37561,7200,2,0,16704,0,0,1), - (154572,13285,429,0,0,-114.832,-195.776,-52.6459,0.331613,7200,2,0,16704,0,0,1), - (154573,13285,429,0,0,115.866,-356.124,-54.999,4.36332,7200,2,0,16704,0,0,1), - (154574,13285,429,0,0,80.1832,-334.151,-53.8089,2.1293,7200,2,0,16704,0,0,1), - (154575,13285,429,0,0,40.6147,-361.182,-54.0435,1.58825,7200,2,0,16704,0,0,1), - (154576,13285,429,0,0,-129.867,-334.241,-56.7992,5.16617,7200,2,0,16704,0,0,1), - (154577,13285,429,0,0,14.3321,-261.833,-52.0997,4.43314,7200,2,0,16704,0,0,1), - (154578,13285,429,0,0,-99.1422,-249.61,-56.6773,5.14872,7200,2,0,16704,0,0,1), - (154579,13285,429,0,0,-129.888,-246.628,-54.0495,5.41052,7200,2,0,16704,0,0,1), - (154580,11465,429,0,0,-64.3225,-359.79,-55.9148,0,7200,0,0,8352,0,0,2), - (154581,11461,429,0,0,-64.3225,-359.79,-55.9148,0,7200,0,0,6681,3361,0,0), - (154582,11461,429,0,0,-64.3225,-359.79,-55.9148,0,7200,0,0,6681,3361,0,0), - (154583,11465,429,0,0,-30.6938,-300.574,-54.0977,0,7200,0,0,8352,0,0,2), - (154584,11461,429,0,0,-30.6938,-300.574,-54.0977,0,7200,0,0,6681,3361,0,0), - (154585,11461,429,0,0,-30.6938,-300.574,-54.0977,0,7200,0,0,6681,3361,0,0), - (154586,11465,429,0,0,-17.7006,-293.797,-54.1351,0,7200,0,0,8352,0,0,2), - (154587,11461,429,0,0,-17.7006,-293.797,-54.1351,0,7200,0,0,6681,3361,0,0), - (154588,11461,429,0,0,-17.7006,-293.797,-54.1351,0,7200,0,0,6681,3361,0,0), - (154589,11465,429,0,0,81.8962,-283.248,-55.1609,0,7200,0,0,8352,0,0,2), - (154590,11461,429,0,0,81.8962,-283.248,-55.1609,0,7200,0,0,6681,3361,0,0), - (154591,11461,429,0,0,81.8962,-283.248,-55.1609,0,7200,0,0,6681,3361,0,0), - (154592,11465,429,0,0,38.298,-314.189,-52.4531,0,7200,0,0,8352,0,0,2), - (154593,11461,429,0,0,38.298,-314.189,-52.4531,0,7200,0,0,6681,3361,0,0), - (154594,11461,429,0,0,38.298,-314.189,-52.4531,0,7200,0,0,6681,3361,0,0), - (154595,11491,429,0,0,-72.1719,-283.252,-57.7497,4.08407,1000000,0,0,3589,0,0,0), - (154596,13021,429,0,0,330.651,-375.383,-71.0516,3.9968,7200,0,0,16194,0,0,0), - (154597,13021,429,0,0,360.391,-436.849,-87.297,3.31613,7200,0,0,16194,0,0,0), - (154598,13021,429,0,0,360.356,-490.424,-101.987,3.15905,7200,0,0,16194,0,0,0), - (154599,13021,429,0,0,216.978,-356.29,-67.4426,5.11381,7200,0,0,16194,0,0,0), - (154600,13021,429,0,0,187.1,-543.165,-111.892,0.680678,7200,0,0,16194,0,0,0), - (154601,13021,429,0,0,197.831,-483.199,-100.907,0,7200,0,0,16194,0,0,2), - (154602,13285,429,0,0,290.355,-470.042,-119.878,3.31613,7200,2,0,16704,0,0,1), - (154603,13197,429,0,0,290.355,-470.042,-119.878,3.31613,7200,2,0,12954,4326,0,1), - (154604,13022,429,0,0,292.697,-476.578,-119.036,5.58505,7200,2,0,1900,0,0,1), - (154605,13022,429,0,0,287.544,-479.895,-119.036,5.74213,7200,2,0,1900,0,0,1), - (154606,13022,429,0,0,299.18,-474.913,-119.036,2.80998,7200,2,0,1900,0,0,1), - (154607,13022,429,0,0,292.824,-482.119,-119.036,3.89208,7200,2,0,1900,0,0,1), - (154608,13285,429,0,0,285.642,-501.949,-119.036,2.14675,7200,2,0,16704,0,0,1), - (154609,13197,429,0,0,285.642,-501.949,-119.036,2.14675,7200,2,0,12954,4326,0,1), - (154610,13022,429,0,0,281.187,-499.258,-119.036,0,7200,2,0,1900,0,0,1), - (154611,13022,429,0,0,289.159,-504.723,-119.036,0,7200,2,0,1900,0,0,1), - (154612,13022,429,0,0,282.743,-504.313,-119.036,0,7200,2,0,1900,0,0,1), - (154613,13022,429,0,0,288.645,-499.382,-119.036,0,7200,2,0,1900,0,0,1), - (154614,13285,429,0,0,246.913,-485.775,-119.036,0,7200,2,0,16704,0,0,1), - (154615,13197,429,0,0,246.913,-485.775,-119.036,0,7200,2,0,12954,4326,0,1), - (154616,13022,429,0,0,245.336,-492.562,-119.036,0,7200,2,0,1900,0,0,1), - (154617,13022,429,0,0,243.656,-487.932,-119.036,5.20108,7200,2,0,1900,0,0,1), - (154618,13022,429,0,0,239.995,-491.467,-119.036,0,7200,2,0,1900,0,0,1), - (154619,13022,429,0,0,241.339,-484.667,-119.036,0,7200,2,0,1900,0,0,1), - (154620,11492,429,0,0,274.844,-427.251,-119.962,0.970313,1000000,5,0,32158,11445,0,2), - (154621,16045,429,0,0,262.09,-445.745,-119.878,4.32842,7200,0,0,4120,0,0,0), - (155621,10080,209,0,0,1546.25,1017.14,8.87683,0.0109968,7200,0,0,5544,0,0,0), - (155622,7269,209,0,0,1546.25,1017.14,8.87683,0.0109968,60,5,0,1782,0,0,1), - (155623,10081,209,0,0,1627.47,1186.85,8.87693,0.647954,7200,15,0,5600,0,0,1), - (155624,7269,209,0,0,1627.47,1186.85,8.87693,0.647954,60,5,0,1782,0,0,1), - (155625,10082,209,0,0,1628.94,952.042,8.87684,5.43152,7200,0,0,5544,0,0,2), - (160001,14991,0,15251,0,-4916.43,-848.374,501.745,4.72984,43200,0,0,2471,0,0,0), - (160002,14991,0,15251,0,-4916.61,-852.305,501.745,1.48353,43200,0,0,2471,0,0,0), - (160003,14991,0,15251,0,-5033.75,-931.287,501.743,1.32645,43200,0,0,2471,0,0,0), - (160004,14991,0,15251,0,-5032.97,-926.68,501.743,4.64258,43200,0,0,2471,0,0,0), - (160014,15197,0,0,0,1732.31,520.874,36.3326,1.30942,300,0,0,9763,0,0,0), - (160015,15199,0,0,0,-826.324,-532.834,14.45,0.470631,300,0,0,9763,0,0,0), - (160016,2110,229,0,0,57.878,-423.529,44.183,2.71643,120,5,0,1,0,0,1), - (160017,2110,229,0,0,94.9047,-368.988,117.515,0.482208,120,5,0,1,0,0,1), - (160018,2110,229,0,0,149.303,-262.18,110.901,1.94468,120,5,0,1,0,0,1), - (160019,2110,229,0,0,37.0828,-394.079,48.6343,3.63181,120,5,0,1,0,0,1), - (160020,2110,229,0,0,34.075,-374.541,48.6548,0.246422,120,5,0,1,0,0,1), - (160021,2110,229,0,0,-31.4703,-373.27,49.6087,0.318198,120,5,0,1,0,0,1), - (160022,2110,229,0,0,-55.0202,-326.92,70.942,1.63094,120,5,0,1,0,0,1), - (160023,2110,229,0,0,4.95625,-296.38,110.945,5.84245,120,5,0,1,0,0,1), - (160024,2110,229,0,0,-13.4976,-342.71,110.941,2.8313,120,5,0,1,0,0,1), - (160025,4076,229,0,0,139.954,-340.737,110.961,0.868892,120,5,0,8,0,0,1), - (160026,4076,229,0,0,17.7903,-326.493,110.943,3.70002,120,5,0,8,0,0,1), - (160027,4076,229,0,0,168.071,-424.094,110.472,3.03863,120,5,0,8,0,0,1), - (160028,4076,229,0,0,72.3656,-408.384,64.4311,5.58505,120,5,0,8,0,0,1), - (160029,4076,229,0,0,148.746,-321.861,110.94,1.58655,120,5,0,8,0,0,1), - (160030,4076,229,0,0,155.793,-301.34,110.655,0.169371,120,5,0,8,0,0,1), - (160031,4076,229,0,0,81.0487,-363.022,116.842,2.21464,120,5,0,8,0,0,1), - (160032,4076,229,0,0,8.89274,-264.88,110.943,3.5286,120,5,0,8,0,0,1), - (160033,4076,229,0,0,28.6155,-291.079,110.943,2.3785,120,5,0,8,0,0,1), - (160034,4076,229,0,0,-0.153835,-260.828,110.943,3.36014,120,5,0,8,0,0,1), - (160035,4076,229,0,0,135.851,-414.177,110.472,6.22106,120,5,0,8,0,0,1), - (160036,4076,229,0,0,-16.0931,-392.404,48.5157,1.31929,120,5,0,8,0,0,1), - (160037,9044,0,0,0,-7546.97,-1279.6,273.16,2.85963,120,0,0,7359,0,0,0), - (160038,9044,0,0,0,-7573.4,-1279.34,278.188,0.0718153,120,0,0,7359,0,0,0), - (160039,9044,0,0,0,-7548.78,-1276.79,273.162,-0.861968,120,0,0,7359,0,0,0), - (160040,9044,0,0,0,-7551.3,-1278.32,250.532,6.16482,120,0,0,7359,0,0,0), - (160041,9045,229,0,0,8.43384,-253.377,65.4404,5.46288,10800,0,0,6078,2041,0,0), - (160042,9045,229,0,0,17.8031,-277.089,65.3758,1.12928,10800,4,0,6078,2041,0,1), - (160043,9045,229,0,0,57.8383,-310.132,54.0015,3.57792,10800,0,0,6078,2041,0,0), - (160044,9045,229,0,0,80.0859,-353.866,60.702,4.12093,10800,0,0,6078,2041,0,0), - (160045,9045,229,0,0,81.9819,-315.561,55.7843,5.85476,10800,4,0,6078,2041,0,1), - (160046,9045,229,0,0,48.0625,-257.407,65.4592,0.418879,10800,0,0,6078,2041,0,0), - (160047,9045,229,0,0,107.633,-311.387,54.0037,2.67035,10800,0,0,6078,2041,0,0), - (160048,9045,229,0,0,29.0992,-396.495,48.8011,4.53786,10800,0,0,6078,2041,0,0), - (160049,9045,229,0,0,107.412,-329.583,54.0033,5.20108,10800,0,0,6078,2041,0,0), - (160050,9097,229,0,0,69.6397,-278.318,60.6777,0.296706,10800,0,0,7599,0,0,0), - (160051,9097,229,0,0,9.05815,-257.731,65.4136,0.698132,10800,0,0,7599,0,0,0), - (160052,9097,229,0,0,90.2249,-280.722,60.6818,4.83456,10800,0,0,7599,0,0,0), - (160053,9097,229,0,0,66.2384,-274.532,60.7346,6.23082,10800,0,0,7599,0,0,0), - (160054,9097,229,0,0,18.861,-285.759,65.3758,5.17706,10800,5,0,7599,0,0,1), - (160055,9097,229,0,0,12.9029,-279,65.3829,5.19926,10800,5,0,7599,0,0,1), - (160056,9097,229,0,0,52.8444,-312.811,54.0037,0.575959,10800,0,0,7599,0,0,2), - (160057,9097,229,0,0,52.1843,-307.34,54.0019,5.25344,10800,0,0,7599,0,0,0), - (160058,9097,229,0,0,46.6778,-270.906,65.3656,3.29382,10800,0,0,7599,0,0,0), - (160059,9097,229,0,0,45.1149,-280.844,65.3549,4.18092,10800,4,0,7599,0,0,1), - (160060,9097,229,0,0,74.9769,-319.471,55.7844,6.20161,10800,4,0,7599,0,0,1), - (160061,9097,229,0,0,51.8909,-287.351,65.4592,3.03687,10800,0,0,7599,0,0,0), - (160062,9097,229,0,0,70.9496,-282.071,60.6077,3.89208,10800,0,0,7599,0,0,2), - (160063,9097,229,0,0,80.2358,-286.308,60.6998,0.152765,10800,0,0,7599,0,0,2), - (160064,9097,229,0,0,83.9848,-287.04,60.6998,3.38829,10800,0,0,7599,0,0,0), - (160065,9097,229,0,0,71.373,-346.424,60.702,6.12824,10800,0,0,7599,0,0,0), - (160066,9097,229,0,0,51.745,-307.42,53.919,5.666,10800,0,0,7599,0,0,0), - (160068,9097,229,0,0,8.8431,-326.523,48.8573,5.11381,10800,0,0,7599,0,0,2), - (160069,9097,229,0,0,81.6109,-325.341,55.8671,1.79769,10800,0,0,7599,0,0,0), - (160070,9097,229,0,0,30.9196,-399.683,48.7868,2.8416,10800,0,0,7599,0,0,2), - (160071,9097,229,0,0,90.1113,-354.348,60.7854,4.4855,10800,0,0,7599,0,0,0), - (160072,9097,229,0,0,91.5369,-361.906,60.7854,2.25148,10800,0,0,7599,0,0,0), - (160073,9097,229,0,0,102.172,-308.932,54.0022,5.91667,10800,0,0,7599,0,0,0), - (160074,9097,229,0,0,107.024,-306.314,54.0037,4.2237,10800,0,0,7599,0,0,0), - (160075,9097,229,0,0,94.6544,-275.047,60.7526,3.14159,10800,0,0,7599,0,0,0), - (160076,9097,229,0,0,107.279,-324.247,54.0037,3.50811,10800,0,0,7599,0,0,0), - (160077,9097,229,0,0,14.2494,-254.14,65.4355,3.68265,10800,0,0,7599,0,0,0), - (160078,9097,229,0,0,6.909,-271.978,65.4107,0.20944,10800,0,0,7599,0,0,0), - (160079,9098,229,0,0,57.5052,-314.922,54.0019,2.26893,10800,0,0,6078,4082,0,0), - (160080,9098,229,0,0,44.0753,-274.978,65.3712,2.98813,10800,4,0,6078,4082,0,1), - (160081,9098,229,0,0,85.1054,-358.043,60.702,3.21588,10800,0,0,6078,4082,0,0), - (160082,9098,229,0,0,52.4136,-255.367,65.4592,3.63029,10800,0,0,6078,4082,0,0), - (160083,9098,229,0,0,12.893,-329.743,48.8472,3.15905,10800,0,0,6078,4082,0,0), - (160084,9098,229,0,0,102.43,-314.698,54.0012,1.06465,10800,0,0,6078,4082,0,0), - (160085,9098,229,0,0,26.0838,-398.582,48.8248,6.07375,10800,0,0,6078,4082,0,0), - (160086,9098,229,0,0,105.506,-332.577,54.0028,6.23082,10800,0,0,6078,4082,0,0), - (160087,9098,229,0,0,14.1216,-259.228,65.4331,2.35619,10800,0,0,6078,4082,0,0), - (160088,9197,229,0,0,-22.3431,-395.947,48.6226,2.7924,7200,1,0,11135,11205,0,1), - (160089,9197,229,0,0,-16.8941,-385.101,48.9515,0.593412,7200,1,0,11135,11205,0,1), - (160090,9197,229,0,0,-40.6361,-372.216,50.5612,0.855211,7200,1,0,11135,11205,0,1), - (160091,9216,229,0,0,-29.912,-388.997,48.7112,1.81514,7200,1,0,13920,0,0,1), - (160092,9216,229,0,0,-44.3139,-364.787,52.0571,1.8326,7200,1,0,13920,0,0,1), - (160093,9216,229,0,0,-22.8555,-377.87,49.0487,6.16101,7200,1,0,13920,0,0,1), - (160094,9257,229,0,0,9.25125,-332.557,48.7951,1.23918,10800,0,0,6078,2041,0,0), - (160095,9258,229,0,0,42.2404,-400.9,48.789,1.39626,10800,0,0,7599,0,0,0), - (160096,9258,229,0,0,18.6335,-319.564,48.9254,4.69494,10800,0,0,7599,0,0,0), - (160097,9416,229,0,0,44.2465,-401.75,48.8482,1.41372,10800,0,0,3189,0,0,0), - (160098,9416,229,0,0,39.9758,-401.308,48.734,1.37881,10800,0,0,3189,0,0,0), - (160099,9416,229,0,0,15.7057,-319.695,48.9296,4.81711,10800,0,0,3189,0,0,0), - (160100,9416,229,0,0,21.6264,-319.307,48.9218,4.59022,10800,0,0,3189,0,0,0), - (45783,9717,229,0,0,-51.6103,-304.008,70.9413,1.59768,7200,0,0,6891,2289,0,0), - (160103,9692,229,0,0,-48.3513,-331.665,71.0322,2.98451,10800,0,0,8352,0,0,0), - (160104,9583,229,0,0,-59.6305,-342.961,70.9415,1.32436,7200,0,0,8883,0,0,2), - (160105,9696,229,0,0,-48.098,-329.209,71.0323,3.07178,10800,0,0,2699,0,0,0), - (160106,9696,229,0,0,-48.495,-335.444,71.0313,2.23402,10800,0,0,2699,0,0,0), - (160107,10799,229,0,0,44.4994,-372.649,48.7903,4.89366,7200,0,0,3857,0,0,2), - (160108,9096,229,0,0,102.492,-284.08,106.436,4.72548,10800,0,0,14355,0,0,2), - (160109,9096,229,0,0,100.743,-246.005,106.519,2.6529,10800,0,0,14355,0,0,0), - (160110,9096,229,0,0,94.5186,-256.703,91.5369,6.26573,10800,5,0,14355,0,0,1), - (160111,9096,229,0,0,101.678,-237.667,106.519,3.54302,10800,0,0,14355,0,0,0), - (160112,9096,229,0,0,96.1789,-268.54,91.5311,1.37881,10800,5,0,14355,0,0,1), - (160113,9096,229,0,0,137.036,-318.309,70.9563,5.08041,10800,0,0,14355,0,0,2), - (160114,9096,229,0,0,150.644,-315.391,70.9563,5.66602,10800,5,0,14355,0,0,1), - (160115,9096,229,0,0,195.742,-314.75,76.8874,3.92974,10800,5,0,14355,0,0,1), - (160116,9096,229,0,0,197.965,-292.812,76.9322,0.638528,10800,5,0,14355,0,0,1), - (160117,9096,229,0,0,136.282,-308.682,111.073,0.279253,10800,0,0,14355,0,0,0), - (160118,9096,229,0,0,165.521,-394.921,122.059,4.67748,10800,0,0,14355,0,0,0), - (160119,9096,229,0,0,167.774,-338.655,111.034,2.79253,10800,0,0,14355,0,0,0), - (160120,9096,229,0,0,157.819,-330.472,70.9563,3.1255,10800,5,0,14355,0,0,1), - (160121,9096,229,0,0,138.316,-395.086,122.059,4.76475,10800,0,0,14355,0,0,0), - (160122,9096,229,0,0,128.02,-315.29,111.029,2.98451,10800,0,0,14355,0,0,0), - (160123,9096,229,0,0,136.037,-338.207,111.044,0.645772,10800,0,0,14355,0,0,0), - (160124,9096,229,0,0,151.483,-266.668,110.941,1.56919,10800,0,0,14355,0,0,2), - (160125,9096,229,0,0,96.4968,-428.006,110.923,3.17028,10800,0,0,14355,0,0,0), - (160126,9096,229,0,0,97.9175,-333.681,106.519,1.93731,10800,0,0,14355,0,0,0), - (160127,9096,229,0,0,164.673,-366.137,116.844,0.0181202,10800,0,0,14355,0,0,2), - (160128,9096,229,0,0,103.098,-364.339,116.926,5.86431,10800,0,0,14355,0,0,0), - (160129,9817,229,0,0,156.734,-340.574,110.949,5.09097,10800,0,0,7107,2369,0,2), - (160130,9817,229,0,0,163.503,-247.514,111.026,2.09439,120,0,0,7107,2369,0,0), - (160131,9817,229,0,0,234.324,-306.764,77.0605,2.44346,10800,0,0,7107,2369,0,0), - (160132,9817,229,0,0,232.84,-297.491,77.0546,4.08407,10800,0,0,7107,2369,0,0), - (160133,9817,229,0,0,154.429,-289.456,71.0298,6.17846,10800,0,0,7107,2369,0,0), - (160134,9817,229,0,0,159.043,-288.596,71.0319,3.64774,10800,0,0,7107,2369,0,0), - (160135,9817,229,0,0,125.033,-346.358,71.0462,1.6057,10800,0,0,7107,2369,0,0), - (160136,9817,229,0,0,124.872,-334.523,71.0431,4.69494,10800,0,0,7107,2369,0,0), - (160137,9817,229,0,0,159.006,-347.022,71.0129,0.802851,10800,0,0,7107,2369,0,0), - (160138,9817,229,0,0,190.633,-263.959,77.0332,0.959931,10800,0,0,7107,2369,0,0), - (160139,9817,229,0,0,128.322,-295.045,71.0612,3.87463,10800,0,0,7107,2369,0,0), - (160140,9817,229,0,0,120.166,-295.049,71.0618,5.49779,10800,0,0,7107,2369,0,0), - (160141,9817,229,0,0,215.52,-337.733,76.9524,3.10669,10800,0,0,7107,2369,0,0), - (160142,9817,229,0,0,223.16,-257.427,82.3018,4.6804,10800,0,0,7107,2369,0,0), - (160143,9817,229,0,0,228.41,-257.581,82.1291,4.68053,10800,0,0,7107,2369,0,0), - (160144,9817,229,0,0,90.0266,-367.406,117.519,2.51327,10800,0,0,7107,2369,0,0), - (160145,9817,229,0,0,172.879,-365.445,116.926,2.84489,10800,0,0,7107,2369,0,0), - (160146,9817,229,0,0,85.7341,-373.624,116.926,0.680678,10800,0,0,7107,2369,0,0), - (160147,9817,229,0,0,92.4034,-419.884,110.923,2.60951,10800,0,0,7107,2369,0,0), - (160148,9817,229,0,0,178.113,-364.09,116.926,4.95674,10800,0,0,7107,2369,0,0), - (160149,9818,229,0,0,159.269,-245.613,111.026,6.23082,10800,0,0,7107,2369,0,0), - (160150,9818,229,0,0,223.704,-297.484,77.0515,5.46288,10800,0,0,7107,2369,0,0), - (160151,9818,229,0,0,224.405,-307.493,77.0506,0.785398,10800,0,0,7107,2369,0,0), - (160152,9818,229,0,0,156.815,-283.34,71.0354,1.98968,10800,0,0,7107,2369,0,0), - (160153,9818,229,0,0,119.028,-340.441,71.046,0.0349066,10800,0,0,7107,2369,0,0), - (160154,9818,229,0,0,130.432,-340.068,71.0431,3.1765,10800,0,0,7107,2369,0,0), - (160155,9818,229,0,0,188.856,-258.877,77.0358,6.07375,10800,0,0,7107,2369,0,0), - (160156,9818,229,0,0,121.719,-301.577,71.056,0.750492,10800,0,0,7107,2369,0,0), - (160157,9818,229,0,0,151.103,-358.37,71.0217,1.20428,10800,0,0,7107,2369,0,0), - (160158,9818,229,0,0,212.137,-339.792,76.9863,1.15192,10800,0,0,7107,2369,0,0), - (160159,9818,229,0,0,225.988,-257.48,82.1147,4.67958,10800,0,0,7107,2369,0,0), - (160160,9818,229,0,0,85.6391,-366.95,116.926,0.802851,10800,0,0,7107,2369,0,0), - (160161,9818,229,0,0,169.916,-367.142,116.926,1.13446,10800,0,0,7107,2369,0,0), - (160162,9818,229,0,0,89.0475,-420.604,110.922,0.948393,10800,0,0,7107,2369,0,0), - (160163,9818,229,0,0,179.995,-365.894,116.926,3.19395,10800,0,0,7107,2369,0,0), - (160164,9819,229,0,0,168.431,-288.574,111.025,2.9147,10800,0,0,8883,0,0,0), - (160165,9819,229,0,0,168.53,-282.207,111.025,3.38594,10800,0,0,8883,0,0,0), - (160166,9819,229,0,0,168.467,-285.358,111.025,3.15905,10800,0,0,8883,0,0,0), - (160167,9819,229,0,0,162.63,-243.074,111.034,4.32842,10800,0,0,8883,0,0,0), - (160168,9819,229,0,0,142.862,-272.084,111.027,6.21337,10800,0,0,8883,0,0,0), - (160169,9819,229,0,0,142.973,-277.891,111.027,0.139626,10800,0,0,8883,0,0,0), - (160170,9819,229,0,0,142.902,-275.03,111.027,0.0349066,10800,0,0,8883,0,0,0), - (160171,9819,229,0,0,156.755,-271.709,110.943,4.77075,10800,0,0,8883,0,0,0), - (160173,9819,229,0,0,157.249,-291.752,71.0334,1.69297,10800,0,0,8883,0,0,0), - (160175,9819,229,0,0,157.88,-359.291,71.0256,1.53589,10800,0,0,8883,0,0,0), - (160176,9819,229,0,0,194.615,-255.949,77.0194,4.31096,10800,0,0,8883,0,0,0), - (160177,9819,229,0,0,195.222,-271.913,77.0306,3.78736,10800,0,0,8883,0,0,0), - (160178,9819,229,0,0,191.329,-272.01,77.0306,5.61996,10800,0,0,8883,0,0,0), - (160179,9819,229,0,0,122.052,-293.157,71.0618,5.49779,10800,0,0,8883,0,0,0), - (160180,9819,229,0,0,150.514,-354.058,71.0197,5.21853,10800,0,0,8883,0,0,0), - (160182,9819,229,0,0,141.71,-299.483,111.032,0.0349066,10800,0,0,8883,0,0,0), - (160183,9819,229,0,0,141.763,-302.243,111.032,0.122173,10800,0,0,8883,0,0,0), - (160185,9819,229,0,0,170.606,-362.353,116.924,4.86947,10800,0,0,8883,0,0,0), - (160186,9819,229,0,0,177.831,-367.561,116.926,1.15192,10800,0,0,8883,0,0,0), - (160187,9819,229,0,0,141.792,-296.81,111.031,6.23082,10800,0,0,8883,0,0,0), - (160188,9819,229,0,0,161.538,-320.877,111.025,3.12414,10800,0,0,8883,0,0,0), - (160189,9819,229,0,0,161.471,-314.998,111.022,3.19395,10800,0,0,8883,0,0,0), - (160190,9819,229,0,0,161.449,-317.886,111.023,3.1765,10800,0,0,8883,0,0,0), - (160191,9819,229,0,0,149.201,-252.045,110.908,1.20428,10800,0,0,8883,0,0,0), - (160192,9819,229,0,0,91.7421,-416.045,110.923,4.09627,10800,0,0,8883,0,0,0), - (160193,9819,229,0,0,149.249,-249.037,110.908,4.86947,10800,0,0,8883,0,0,0), - (160194,10083,229,0,0,161.314,-393.649,122.059,4.86947,10800,0,0,6891,2289,0,0), - (160195,10083,229,0,0,161.34,-343.435,111.039,1.85005,10800,0,0,6891,2289,0,0), - (160196,10083,229,0,0,142.593,-342.274,111.041,1.39626,10800,0,0,6891,2289,0,0), - (160197,10083,229,0,0,141.698,-394.829,122.059,4.86947,10800,0,0,6891,2289,0,0), - (160198,10083,229,0,0,136.424,-316.189,111.064,0.0174533,10800,0,0,6891,2289,0,0), - (160199,10083,229,0,0,128.294,-309.379,111.032,3.35103,10800,0,0,6891,2289,0,0), - (160200,10083,229,0,0,82.9061,-282.696,91.904,0.911318,10800,0,0,6891,2289,0,0), - (160201,10083,229,0,0,77.6109,-316.882,91.4465,5.77282,10800,0,0,6891,2289,0,0), - (160202,10083,229,0,0,102.802,-332.121,106.519,2.21657,10800,0,0,6891,2289,0,0), - (160203,10317,229,0,0,164.434,-285.266,111.026,0,10800,0,0,15260,0,0,0), - (160204,10317,229,0,0,-9.2655,-265.803,111.027,5.67232,10800,0,0,15260,0,0,0), - (160205,10317,229,0,0,30.4171,-332.907,111.027,4.76475,10800,0,0,15260,0,0,0), - (160206,10317,229,0,0,37.3332,-333.779,111.027,4.66003,10800,0,0,15260,0,0,0), - (160207,10317,229,0,0,24.4352,-268.222,111.027,2.83062,10800,0,0,15260,0,0,0), - (160208,10317,229,0,0,16.4384,-269.506,111.027,0.921553,10800,0,0,15260,0,0,0), - (160209,10317,229,0,0,-13.7762,-274.926,111.027,5.89921,10800,0,0,15260,0,0,0), - (160210,10317,229,0,0,146.275,-275.064,111.027,3.10669,10800,0,0,15260,0,0,0), - (160211,10317,229,0,0,158.335,-317.906,110.735,0.0349066,10800,0,0,15260,0,0,0), - (160212,10317,229,0,0,144.601,-299.439,110.735,3.08923,10800,0,0,15260,0,0,0), - (160213,10317,229,0,0,97.52,-480.134,116.842,5.56261,10800,0,0,15260,0,0,0), - (160214,10317,229,0,0,38.3995,-449.673,110.948,0.364839,10800,0,0,15260,0,0,0), - (160215,10317,229,0,0,34.606,-492.847,110.952,4.41198,10800,0,0,15260,0,0,0), - (160216,10317,229,0,0,29.507,-385.555,110.748,5.42797,10800,0,0,15260,0,0,0), - (160217,10318,229,0,0,38.164,-385.48,110.798,4.18879,10800,0,0,15260,0,0,0), - (160218,10318,229,0,0,-8.14168,-341.893,111.027,0.767945,10800,0,0,15260,0,0,0), - (160219,10318,229,0,0,40.8485,-453.153,110.941,0.95231,10800,0,0,15260,0,0,0), - (160220,10318,229,0,0,29.7336,-492.837,110.952,5.05601,10800,0,0,15260,0,0,0), - (160221,10318,229,0,0,26.2074,-471.869,110.956,3.10178,10800,0,0,15260,0,0,0), - (160222,10318,229,0,0,21.385,-471.687,110.956,0.001029,10800,0,0,15260,0,0,0), - (160223,10318,229,0,0,41.0048,-479.188,110.932,5.05601,10800,0,0,15260,0,0,2), - (160224,10318,229,0,0,-5.02656,-352.543,111.027,0.959931,10800,0,0,15260,0,0,0), - (160225,10319,229,0,0,40.012,-434.539,110.959,1.52763,10800,0,0,12208,0,0,0), - (160226,10319,229,0,0,27.9355,-434.259,110.958,1.55318,10800,0,0,12208,0,0,0), - (160227,10319,229,0,0,-3.29208,-259.911,111.027,5.48033,10800,0,0,12208,0,0,0), - (160228,10319,229,0,0,40.669,-330.527,111.027,4.62512,10800,0,0,12208,0,0,0), - (160230,10319,229,0,0,16.7259,-259.339,111.027,5.44596,10800,0,0,12208,0,0,0), - (160231,10319,229,0,0,-18.4047,-338.186,111.027,0.593412,10800,0,0,12208,0,0,0), - (160232,10319,229,0,0,30.4783,-381.184,110.766,4.97419,10800,0,0,12208,0,0,0), - (160233,10319,229,0,0,122.05,-471.58,117.02,4.68,10800,0,0,12208,0,0,0), - (160234,10319,229,0,0,112.37,-478.28,117.02,1.64,10800,0,0,12208,0,0,0), - (160235,10319,229,0,0,11.5631,-465.026,110.939,2.76657,10800,0,0,12208,0,0,0), - (160236,10319,229,0,0,11.787,-459.402,110.939,3.40745,10800,0,0,12208,0,0,0), - (160237,10319,229,0,0,23.2415,-470.123,110.956,4.59183,10800,0,0,12208,0,0,0), - (160238,10319,229,0,0,83.5422,-474.662,116.842,4.68,10800,0,0,12208,0,0,2), - (160239,10319,229,0,0,33.2388,-451.331,110.947,1.64,10800,0,0,12208,0,0,2), - (160240,10319,229,0,0,37.0285,-381.152,110.768,4.29351,10800,0,0,12208,0,0,0), - (160241,10366,229,0,0,30.7608,-498.281,110.951,1.6034,10800,0,0,18312,0,0,0), - (160242,10366,229,0,0,44.8667,-448.338,110.937,3.66744,10800,0,0,18312,0,0,0), - (160243,10371,229,0,0,33.9682,-327.537,111.027,4.72984,10800,0,0,19422,0,0,0), - (160244,10371,229,0,0,20.2498,-263.245,111.027,3.65105,10800,0,6,19422,0,0,2), - (160245,10371,229,0,0,-16.0222,-263.335,111.027,5.70723,10800,0,0,19422,0,0,0), - (160246,10371,229,0,0,8.65487,-449.891,110.937,5.46285,10800,0,0,19422,0,0,0), - (160247,10371,229,0,0,-10.6943,-350.008,111.027,0.855211,10800,0,0,19422,0,0,0), - (160248,10372,229,0,0,-6.88011,-252.37,111.027,5.42797,10800,0,0,18312,0,0,0), - (160249,10372,229,0,0,26.4126,-327.414,111.027,4.79965,10800,0,0,18312,0,0,0), - (160250,10372,229,0,0,-15.5815,-344.315,111.027,0.715585,10800,0,0,18312,0,0,0), - (160251,10372,229,0,0,16.2824,-449.795,110.948,4.05856,10800,0,0,18312,0,0,0), - (160252,10372,229,0,0,6.22494,-461.476,110.932,0.00589,10800,0,0,18312,0,0,0), - (160253,10372,229,0,0,23.0049,-476.629,110.956,1.52171,10800,0,0,18312,0,0,0), - (160254,10372,229,0,0,23.718,-258.244,111.031,3.46037,10800,0,0,18312,0,0,0), - (160255,10319,229,0,0,137.876,-449.432,121.975,1.64,10800,0,0,12208,0,0,2), - (160256,10318,229,0,0,100.648,-480.02,116.843,3.13337,10800,0,0,15260,0,0,0), - (160257,10509,229,0,0,165.094,-341.963,110.951,1.58882,1000000,0,16,8883,0,0,2), - (160258,15461,509,12151,0,-8900.69,1727.25,24.3461,0,21600,5,0,12208,0,0,1), - (160259,15461,509,12151,0,-8914.26,1742.91,22.0113,0,21600,5,0,12208,0,0,1), - (160260,15461,509,12151,0,-8880.35,1770.7,24.445,0,21600,5,0,12208,0,0,1), - (160261,15461,509,12151,0,-8915.76,1778.08,21.7308,0,21600,5,0,12208,0,0,1), - (160262,15461,509,12151,0,-8934.18,1762.24,22.2246,0,21600,5,0,12208,0,0,1), - (160263,15461,509,12151,0,-9052.18,1860.62,23.1457,0,21600,5,0,12208,0,0,1), - (160264,15461,509,12151,0,-9036.04,1873.91,21.8181,0,21600,5,0,12208,0,0,1), - (160265,15461,509,12151,0,-9027.96,1838.34,21.4139,0,21600,5,0,12208,0,0,1), - (160266,15461,509,12151,0,-9015.55,1865.99,21.9854,0,21600,5,0,12208,0,0,1), - (160267,15461,509,12151,0,-9038.26,1895.25,22.7613,0,21600,5,0,12208,0,0,1), - (160268,15461,509,12151,0,-8960.71,1991.46,22.0744,0,21600,5,0,12208,0,0,1), - (160269,15461,509,12151,0,-8944.33,1987.3,21.572,0,21600,5,0,12208,0,0,1), - (160270,15461,509,12151,0,-8936.28,2012.22,22.8863,0,21600,5,0,12208,0,0,1), - (160271,15461,509,12151,0,-8933.26,2026.92,23.4071,0,21600,5,0,12208,0,0,1), - (160272,15461,509,12151,0,-8938.12,2034.67,22.7115,0,21600,5,0,12208,0,0,1), - (160273,15461,509,12151,0,-8818.19,1927.24,22.4211,0,21600,5,0,12208,0,0,1), - (160274,15461,509,12151,0,-8805.18,1934.11,21.4509,0,21600,5,0,12208,0,0,1), - (160275,15461,509,12151,0,-8792.73,1944.01,21.5709,0,21600,5,0,12208,0,0,1), - (160276,15461,509,12151,0,-8779.63,1927.8,27.1992,0,21600,5,0,12208,0,0,1), - (160277,15461,509,12151,0,-8778.4,1947.31,28.1363,0,21600,5,0,12208,0,0,1), - (160278,15461,509,12151,0,-9092.58,2208.42,21.399,0,21600,5,0,12208,0,0,1), - (160279,15461,509,12151,0,-9096.59,2190.66,21.5264,0,21600,5,0,12208,0,0,1), - (160280,15461,509,12151,0,-9099.93,2226.9,21.4321,0,21600,5,0,12208,0,0,1), - (160281,15461,509,12151,0,-9118.39,2222.72,21.7834,0,21600,5,0,12208,0,0,1), - (160282,15461,509,12151,0,-9112.7,2185.22,21.7017,0,21600,5,0,12208,0,0,1), - (160283,15462,509,15464,0,-8934.51,1745.81,21.5121,0,21600,5,0,12204,0,0,1), - (160284,15462,509,15464,0,-8897.33,1763.66,21.5113,0,21600,5,0,12204,0,0,1), - (160285,15462,509,15464,0,-8928.41,1757.76,21.5709,0,21600,5,0,12204,0,0,1), - (160286,15462,509,15464,0,-8890.03,1741.55,21.7629,0,21600,5,0,12204,0,0,1), - (160287,15462,509,15464,0,-8892.66,1790.65,21.9545,0,21600,5,0,12204,0,0,1), - (160288,15462,509,15464,0,-9052.43,1851.17,22.5182,0,21600,5,0,12204,0,0,1), - (160289,15462,509,15464,0,-9039.1,1826.13,22.9693,0,21600,5,0,12204,0,0,1), - (160290,15462,509,15464,0,-9053.79,1872,25.1763,0,21600,5,0,12204,0,0,1), - (160291,15462,509,15464,0,-9023.98,1857.41,21.44,0,21600,5,0,12204,0,0,1), - (160292,15462,509,15464,0,-9045.01,1887.68,24.1098,0,21600,5,0,12204,0,0,1), - (160293,15462,509,15464,0,-8949.8,1981.9,21.7988,0,21600,5,0,12204,0,0,1), - (160294,15462,509,15464,0,-8984.65,1996.08,23.2325,0,21600,5,0,12204,0,0,1), - (160295,15462,509,15464,0,-8931.82,1993.84,23.22,0,21600,5,0,12204,0,0,1), - (160296,15462,509,15464,0,-8961.84,2037.14,21.9954,0,21600,5,0,12204,0,0,1), - (160297,15462,509,15464,0,-8986.09,2006.35,22.9745,0,21600,5,0,12204,0,0,1), - (160298,15462,509,15464,0,-8785.46,1913.36,23.8924,0,21600,5,0,12204,0,0,1), - (160299,15462,509,15464,0,-8800.18,1951.54,21.4583,0,21600,5,0,12204,0,0,1), - (160300,15462,509,15464,0,-8774.19,1955.72,30.4158,0,21600,5,0,12204,0,0,1), - (160301,15462,509,15464,0,-8778.42,1938.9,29.201,0,21600,5,0,12204,0,0,1), - (160302,15462,509,15464,0,-8770.38,1966.52,30.5113,0,21600,5,0,12204,0,0,1), - (160303,15462,509,15464,0,-9127.25,2210.42,21.456,0,21600,5,0,12204,0,0,1), - (160304,15462,509,15464,0,-9112.87,2197.4,21.388,0,21600,5,0,12204,0,0,1), - (160305,15462,509,15464,0,-9106.81,2210.72,21.6139,0,21600,5,0,12204,0,0,1), - (160306,15462,509,15464,0,-9108.62,2221.69,21.5492,0,21600,5,0,12204,0,0,1), - (160307,15462,509,15464,0,-9088.33,2220.44,22.4991,0,21600,5,0,12204,0,0,1), - (160308,15318,509,12153,0,-9494.1,1385.02,21.4696,0,7200,3,0,12208,0,0,1), - (160309,15318,509,12153,0,-9489.29,1377.07,21.4239,0,7200,3,0,12208,0,0,1), - (160310,15318,509,12153,0,-9563.06,1500.71,22.5985,0,7200,3,0,12208,0,0,1), - (160311,15318,509,12153,0,-9574.33,1482.41,23.2879,0,7200,3,0,12208,0,0,1), - (160312,15318,509,12153,0,-9601.26,1416.93,23.4417,0,7200,3,0,12208,0,0,1), - (160313,15318,509,12153,0,-9601.54,1401.81,24.7593,0,7200,3,0,12208,0,0,1), - (160314,15319,509,15483,0,-9504.08,1392.79,21.5113,0,7200,3,0,24416,0,0,1), - (160315,15319,509,15483,0,-9512.38,1385.91,21.5113,0,7200,3,0,24416,0,0,1), - (160316,15319,509,15483,0,-9577.05,1507.54,21.5113,0,7200,3,0,24416,0,0,1), - (160317,15319,509,15483,0,-9592.78,1497.2,23.4605,0,7200,3,0,24416,0,0,1), - (160318,15319,509,15483,0,-9579.89,1380.55,24.3395,0,7200,3,0,24416,0,0,1), - (160319,15319,509,15483,0,-9590.5,1406.24,21.4804,0,7200,3,0,24416,0,0,1), - (160320,15336,509,15336,0,-9479.98,1370.8,23.4108,0,7200,3,0,28296,0,0,1), - (160321,15336,509,15336,0,-9523.09,1384.06,21.5113,0,7200,3,0,28296,0,0,1), - (160322,15336,509,15336,0,-9580.99,1481.15,21.8463,0,7200,3,0,28296,0,0,1), - (160323,15336,509,15336,0,-9572.92,1493.35,21.4345,0,7200,3,0,28296,0,0,1), - (160324,15336,509,15336,0,-9595.52,1427.91,22.6834,0,7200,3,0,28296,0,0,1), - (160325,15336,509,15336,0,-9592.34,1390.45,24.9715,0,7200,3,0,28296,0,0,1), - (160326,10408,329,7533,0,3841.89,-3614.96,145.062,0,1800,0,0,8352,0,0,2), - (160327,10408,329,7533,0,3821.82,-3635.05,146.268,0,1800,0,0,8352,0,0,2), - (160328,10408,329,7533,0,3844.01,-3685.72,143.404,0,1800,0,0,8352,0,0,2), - (160329,10408,329,7533,0,3857.21,-3682.06,142.894,0,1800,0,0,8352,0,0,2), - (160330,10408,329,7533,0,3982.11,-3631.74,130.292,0,1800,0,0,8352,0,0,2), - (160331,10408,329,7533,0,3843.04,-3672.38,144.223,0,1800,0,0,8352,0,0,2), - (160332,10408,329,7533,0,4052.77,-3521.18,121.645,0,1800,0,0,8352,0,0,2), - (160333,10409,329,11071,0,3841.89,-3614.96,145.062,0,1800,0,0,8613,0,0,2), - (160334,10409,329,11071,0,3821.82,-3635.05,146.268,0,1800,0,0,8613,0,0,2), - (160335,10409,329,11071,0,3844.01,-3685.72,143.404,0,1800,0,0,8613,0,0,2), - (160336,10409,329,11071,0,3857.21,-3682.06,142.894,0,1800,0,0,8613,0,0,2), - (160337,10409,329,11071,0,3982.11,-3631.74,130.292,0,1800,0,0,8613,0,0,2), - (160338,10409,329,11071,0,3843.04,-3672.38,144.223,0,1800,0,0,8613,0,0,2), - (160339,10409,329,11071,0,4052.77,-3521.18,121.645,0,1800,0,0,8613,0,0,2), - (160340,10809,329,7856,0,3841.89,-3614.96,145.062,0,604800,0,0,15260,0,0,2), - (160341,723,0,0,0,-12482.2,-958.652,40.6509,1.42566,600,0,0,5346,0,0,2), - (160342,846,0,0,0,-10988.2,1600.1,45.6427,5.37523,300,5,0,300,0,0,1), - (160343,846,0,0,0,-10958.9,1603.63,47.8132,1.78282,300,5,0,300,0,0,1), - (160344,846,0,0,0,-10976.4,1610.5,46.0335,1.98,300,5,0,300,0,0,1), - (160345,846,0,0,0,-10990.2,1623.08,45.1017,4.4604,300,5,0,300,0,0,1), - (160346,846,0,0,0,-10962.3,1625.83,46.4382,3.24442,300,5,0,300,0,0,1), - (160355,5400,0,0,0,-10250.9,-4006.4,-99.7118,0.401091,28800,0,0,6414,0,0,0), - (160356,5400,0,0,0,-10213.7,-4012.92,-99.7109,3.16962,28800,0,0,6414,0,0,0), - (160357,5400,0,0,0,-10229.9,-3997.75,-109.881,4.61083,28800,0,0,6414,0,0,0), - (160358,5399,0,0,0,-10301,-4028.2,-74.8377,2.79036,28800,0,0,6186,0,0,0), - (160359,3652,1,0,0,-621.612,-2270.82,18.8419,2.67112,28800,0,0,1347,0,0,0), - (160360,14237,1,0,0,-4240.73,-2866.63,37.1291,5.23007,28800,0,0,1981,0,0,0), - (160361,14237,1,0,0,-4240.14,-3028.64,44.0589,4.23654,28800,5,0,1981,0,0,1), - (160362,14237,1,0,0,-4513.47,-2809.81,34.1713,1.66829,28800,5,0,1981,0,0,1), - (160363,14236,1,0,0,-4190,-4011,-9,4.337,28800,7,0,2138,0,0,1), - (160364,9718,229,0,0,-94.917,-339.754,70.9524,1.55013,7200,5,0,8883,0,0,1), - (160366,15103,0,0,0,-4836.85,-1171.63,502.277,2.44346,600,0,0,4108,0,0,0), - (160367,15103,0,0,0,-8409.07,578.255,92.0611,3.9968,600,0,0,4108,0,0,0), - (160368,15103,0,0,0,-8838.8,651.394,96.8924,2.42601,600,0,0,4108,0,0,0), - (160369,15103,0,0,0,-8840.63,652.959,97.1951,5.60251,600,0,0,4108,0,0,0), - (160370,15103,0,0,0,-4916.43,-848.374,501.745,4.72984,600,0,0,4108,0,0,0), - (160371,15103,0,0,0,-4916.61,-852.305,501.745,1.48353,600,0,0,4108,0,0,0), - (160372,15103,0,0,0,-5033.75,-931.287,501.743,1.32645,600,0,0,4108,0,0,0), - (160373,15103,0,0,0,-5032.97,-926.68,501.743,4.64258,600,0,0,4108,0,0,0), - (160374,15103,0,0,0,-8389.54,289.017,120.885,5.34106,600,0,0,4108,0,0,0), - (160375,15103,0,0,0,-8411.89,575.031,92.3179,0.855211,600,0,0,4108,0,0,0), - (160376,15103,1,0,0,9962.88,2175.22,1327.8,1.97222,600,0,0,4108,0,0,0), - (160377,15103,1,0,0,9961.1,2179.29,1327.8,5.13127,600,0,0,4108,0,0,0), - (160378,15103,1,0,0,9962.13,2487.17,1316.12,3.9968,600,0,0,4108,0,0,0), - (160379,15103,1,0,0,9959.3,2484.38,1316.15,0.750492,600,0,0,4108,0,0,0), - (160380,15103,0,0,0,-8873.52,544.724,106.367,3.82227,600,0,0,4108,0,0,0), - (160381,15103,0,0,0,-8876.83,542.382,106.366,0.558505,600,0,0,4108,0,0,0), - (160382,15103,0,0,0,-8853.08,587.01,94.0289,0.680678,600,0,0,4108,0,0,0), - (160383,15103,0,0,0,-8850.69,589.49,93.7805,4.06662,600,0,0,4108,0,0,0), - (160384,15103,0,0,0,-8387.1,285.654,120.885,2.0738,600,0,0,4108,0,0,0), - (160385,15103,1,0,0,9916.41,2345.44,1330.79,4.69269,600,0,0,4108,0,0,0), - (160386,15103,1,0,0,9915.95,2338.64,1330.79,1.50083,600,0,0,4108,0,0,0), - (160387,15103,0,0,0,-4683.46,-985.091,501.627,6.03884,600,0,0,4108,0,0,0), - (160388,15103,0,0,0,-4839.37,-1169.09,502.279,5.37561,600,0,0,4108,0,0,0), - (160389,15103,0,0,0,-4680.7,-985.645,501.642,3.08923,600,0,0,4108,0,0,0), - (160390,15103,1,0,0,9983.62,2350.23,1330.87,4.92183,600,0,0,4108,0,0,0), - (160391,15103,0,0,0,-5026.13,-1267.75,505.383,3.47321,600,0,0,4108,0,0,0), - (160392,15103,0,0,0,-5030.94,-1269.32,505.383,0.296706,600,0,0,4108,0,0,0), - (160393,15103,1,0,0,9984.56,2345.23,1330.87,1.74533,600,0,0,4108,0,0,0), - (160394,15103,1,0,0,9727.12,2542.52,1335.24,2.42601,600,0,0,4108,0,0,0), - (160395,15103,1,0,0,9724.21,2545,1335.76,5.58505,600,0,0,4108,0,0,0), - (160396,15106,1,0,0,-1378.76,-55.0802,158.865,4.86067,600,0,0,4108,0,0,0), - (160397,15106,0,0,0,1259.22,348.313,-63.714,1.20999,600,0,0,4108,0,0,0), - (160398,15106,1,0,0,-1379.23,-62.2518,159.228,1.6154,600,0,0,4108,0,0,0), - (160399,15106,1,0,0,1656.7,-4396.01,21.9841,0.777337,600,0,0,4108,0,0,0), - (160400,15106,1,0,0,1662.07,-4393.9,22.3323,3.37701,600,0,0,4108,0,0,0), - (160401,15106,1,0,0,1667.17,-4345.44,61.2465,2.19813,600,0,0,4108,0,0,0), - (160402,15106,1,0,0,1663.54,-4342.44,61.2464,5.48109,600,0,0,4108,0,0,0), - (160403,15106,1,0,0,1932.92,-4708.89,36.6486,5.82197,600,0,0,4108,0,0,0), - (160404,15106,1,0,0,1937.62,-4711.23,36.6373,2.7864,600,0,0,4108,0,0,0), - (160405,15106,1,0,0,1740.15,-3958.53,49.6791,5.15531,600,0,0,4108,0,0,0), - (160406,15106,1,0,0,1743.58,-3965.77,49.4098,2.01058,600,0,0,4108,0,0,0), - (160407,15106,1,0,0,1919.03,-4307.52,24.7818,4.57254,600,0,0,4108,0,0,0), - (160408,15106,1,0,0,1918.23,-4314.13,23.3494,1.59117,600,0,0,4108,0,0,0), - (160409,15106,1,0,0,-1247.31,54.7464,127.128,3.6103,600,0,0,4108,0,0,0), - (160410,15106,1,0,0,-1252.15,52.0738,126.887,0.525255,600,0,0,4108,0,0,0), - (160411,15106,1,0,0,-1092.18,-16.1053,140.652,5.1709,600,0,0,4108,0,0,0), - (160412,15106,1,0,0,-1089.53,-23.4949,139.8,2.02537,600,0,0,4108,0,0,0), - (160413,15106,1,0,0,-1277.4,135.981,131.512,5.40808,600,0,0,4108,0,0,0), - (160414,15106,1,0,0,-1271.79,130.519,131.647,2.44163,600,0,0,4108,0,0,0), - (160415,15106,1,0,0,-1035.64,-230.733,160.126,2.00417,600,0,0,4108,0,0,0), - (160416,15106,1,0,0,-1038.77,-222.968,160.212,4.66509,600,0,0,4108,0,0,0), - (160417,15106,0,0,0,1594.74,315.413,-41.4244,5.46497,600,0,0,4108,0,0,0), - (160418,15106,0,0,0,1599.21,312.768,-41.4244,2.42155,600,0,0,4108,0,0,0), - (160419,15106,0,0,0,1526.12,243.872,-41.3897,4.89163,600,0,0,4108,0,0,0), - (160420,15106,0,0,0,1520.85,241.053,-41.3897,0.100699,600,0,0,4108,0,0,0), - (160421,15106,0,0,0,1592.28,170.392,-41.4244,4.90339,600,0,0,4108,0,0,0), - (160422,15106,0,0,0,1592.99,166.749,-41.4244,1.79321,600,0,0,4108,0,0,0), - (160423,15106,0,0,0,1780.39,231.713,-62.1756,1.61224,600,0,0,4108,0,0,0), - (160424,15106,0,0,0,1780.06,239.994,-62.1756,4.79467,600,0,0,4108,0,0,0), - (160425,15106,0,0,0,1260.35,351.347,-63.6943,4.39085,600,0,0,4108,0,0,0), - (160426,15102,1,0,0,9961.1,2179.29,1327.8,5.13127,600,0,0,1042,0,0,0), - (160427,15102,1,0,0,9962.88,2175.22,1327.8,1.97222,600,0,0,1042,0,0,0), - (160428,15102,1,0,0,9983.62,2350.23,1330.87,4.92183,600,0,0,1042,0,0,0), - (160429,15102,1,0,0,9916.41,2345.44,1330.79,4.69269,600,0,0,1042,0,0,0), - (160430,15102,1,0,0,9915.95,2338.64,1330.79,1.50083,600,0,0,1042,0,0,0), - (160431,15102,1,0,0,9727.12,2542.52,1335.24,2.42601,600,0,0,1042,0,0,0), - (160432,15102,1,0,0,9724.21,2545,1335.76,5.58505,600,0,0,1042,0,0,0), - (160433,15102,0,0,0,-5032.97,-926.68,501.743,4.64258,600,0,0,1042,0,0,0), - (160434,15102,0,0,0,-4836.85,-1171.63,502.277,2.44346,600,0,0,1042,0,0,0), - (160435,15102,0,0,0,-4916.61,-852.305,501.745,1.48353,600,0,0,1042,0,0,0), - (160436,15102,0,0,0,-4680.7,-985.645,501.642,3.08923,600,0,0,1042,0,0,0), - (160437,15102,0,0,0,-8850.69,589.49,93.7805,4.06662,600,0,0,1042,0,0,0), - (160438,15102,0,0,0,-8873.52,544.724,106.367,3.82227,600,0,0,1042,0,0,0), - (160439,15102,0,0,0,-8387.24,286.125,120.969,2.30383,600,0,0,1042,0,0,0), - (160440,15102,1,0,0,9984.56,2345.23,1330.87,1.74533,600,0,0,1042,0,0,0), - (160441,15102,1,0,0,9959.42,2484.32,1316.13,0.750492,600,0,0,1042,0,0,0), - (160442,15102,1,0,0,9962.13,2487.17,1316.12,3.9968,600,0,0,1042,0,0,0), - (160443,15102,0,0,0,-5030.94,-1269.32,505.383,0.296706,600,0,0,1042,0,0,0), - (160444,15102,0,0,0,-5026.13,-1267.75,505.383,3.47321,600,0,0,1042,0,0,0), - (160445,15102,0,0,0,-4839.37,-1169.09,502.279,5.37561,600,0,0,1042,0,0,0), - (160446,15102,0,0,0,-5033.75,-931.287,501.743,1.32645,600,0,0,1042,0,0,0), - (160447,15102,0,0,0,-4916.43,-848.374,501.745,4.72984,600,0,0,1042,0,0,0), - (160448,15102,0,0,0,-4683.46,-985.091,501.627,6.03884,600,0,0,1042,0,0,0), - (160449,15102,0,0,0,-8840.63,652.959,97.1951,5.60251,600,0,0,1042,0,0,0), - (160450,15102,0,0,0,-8838.8,651.394,96.8924,2.42601,600,0,0,1042,0,0,0), - (160451,15102,0,0,0,-8389.1,288.407,120.969,5.53269,600,0,0,1042,0,0,0), - (160452,15102,0,0,0,-8876.83,542.382,106.366,0.558505,600,0,0,1042,0,0,0), - (160453,15102,0,0,0,-8411.89,575.031,92.3179,0.855211,600,0,0,1042,0,0,0), - (160454,15102,0,0,0,-8409.07,578.255,92.0611,3.9968,600,0,0,1042,0,0,0), - (160455,15102,0,0,0,-8853.08,587.01,94.0289,0.680678,600,0,0,1042,0,0,0), - (160456,15105,1,0,0,-1378.76,-55.0802,158.865,4.86067,600,0,0,1605,852,0,0), - (160457,15105,1,0,0,-1379.23,-62.2518,159.228,1.6154,600,0,0,1605,852,0,0), - (160458,15105,1,0,0,1656.7,-4396.01,21.9841,0.777337,600,0,0,1605,852,0,0), - (160459,15105,1,0,0,1662.07,-4393.9,22.3323,3.37701,600,0,0,1605,852,0,0), - (160460,15105,1,0,0,1667.17,-4345.44,61.2465,2.19813,600,0,0,1605,852,0,0), - (160461,15105,1,0,0,1663.54,-4342.44,61.2464,5.48109,600,0,0,1605,852,0,0), - (160462,15105,1,0,0,1932.92,-4708.89,36.6486,5.82197,600,0,0,1605,852,0,0), - (160463,15105,1,0,0,1937.62,-4711.23,36.6373,2.7864,600,0,0,1605,852,0,0), - (160464,15105,1,0,0,1740.15,-3958.53,49.6791,5.15531,600,0,0,1605,852,0,0), - (160465,15105,1,0,0,1743.58,-3965.77,49.4098,2.01058,600,0,0,1605,852,0,0), - (160466,15105,1,0,0,1919.03,-4307.52,24.7818,4.57254,600,0,0,1605,852,0,0), - (160467,15105,1,0,0,1918.23,-4314.13,23.3494,1.59117,600,0,0,1605,852,0,0), - (160468,15105,1,0,0,-1247.31,54.7464,127.128,3.6103,600,0,0,1605,852,0,0), - (160469,15105,1,0,0,-1252.15,52.0738,126.887,0.525255,600,0,0,1605,852,0,0), - (160470,15105,1,0,0,-1092.18,-16.1053,140.652,5.1709,600,0,0,1605,852,0,0), - (160471,15105,1,0,0,-1089.53,-23.4949,139.8,2.02537,600,0,0,1605,852,0,0), - (160472,15105,1,0,0,-1277.4,135.981,131.512,5.40808,600,0,0,1605,852,0,0), - (160473,15105,1,0,0,-1271.79,130.519,131.647,2.44163,600,0,0,1605,852,0,0), - (160474,15105,1,0,0,-1035.64,-230.733,160.126,2.00417,600,0,0,1605,852,0,0), - (160475,15105,1,0,0,-1038.77,-222.968,160.212,4.66509,600,0,0,1605,852,0,0), - (160476,15105,0,0,0,1594.74,315.413,-41.4244,5.46497,600,0,0,1605,852,0,0), - (160477,15105,0,0,0,1599.21,312.768,-41.4244,2.42155,600,0,0,1605,852,0,0), - (160478,15105,0,0,0,1526.12,243.872,-41.3897,4.89163,600,0,0,1605,852,0,0), - (160479,15105,0,0,0,1520.85,241.053,-41.3897,0.100699,600,0,0,1605,852,0,0), - (160480,15105,0,0,0,1592.28,170.392,-41.4244,4.90339,600,0,0,1605,852,0,0), - (160481,15105,0,0,0,1592.99,166.749,-41.4244,1.79321,600,0,0,1605,852,0,0), - (160482,15105,0,0,0,1780.39,231.713,-62.1756,1.61224,600,0,0,1605,852,0,0), - (160483,15105,0,0,0,1780.06,239.994,-62.1756,4.79467,600,0,0,1605,852,0,0), - (160484,15105,0,0,0,1260.35,351.347,-63.6943,4.39085,600,0,0,1605,852,0,0), - (160485,15105,0,0,0,1259.22,348.313,-63.714,1.20999,600,0,0,1605,852,0,0), - (160486,12900,0,0,0,-10666,-3923,18.438,1.223,900,0,0,38547,8343,0,2), - (160487,7386,0,0,0,-8650,903.817,98.421,3.768,10800,0,0,64,0,0,0), - (160488,1179,0,0,0,-5101.96,-4027.17,319.022,4.94843,600,5,0,1131,408,0,1), - (160489,1179,0,0,0,-4938.89,-3895.08,306.686,5.25493,600,5,0,1131,408,0,1), - (160490,1179,0,0,0,-4906.71,-3944.52,300.381,1.17949,600,5,0,1131,408,0,1), - (160491,1179,0,0,0,-4866.01,-3937.67,303.918,0.361888,600,5,0,1131,408,0,1), - (160492,1179,0,0,0,-4785,-4114,307.963,3.55,600,9,0,1131,408,0,1), - (160493,1179,0,0,0,-4776,-4155,303.465,4.898,600,9,0,1131,408,0,1), - (160494,1179,0,0,0,-4769,-4089,313.367,1.818,600,0,0,1131,408,0,0), - (160495,1179,0,0,0,-4765,-4087,314.097,2.004,600,0,0,1131,408,0,0), - (160496,1179,0,0,0,-4742,-4114,311.632,2.7,600,0,0,1131,408,0,0), - (160497,1181,0,0,0,-5038,-4071,305.15,2.056,600,9,0,1131,408,0,1), - (160498,1181,0,0,0,-4949,-4021,300.384,5.656,600,7,0,1131,408,0,1), - (160499,1181,0,0,0,-4874,-3982,299.115,0.754,600,9,0,1131,408,0,1), - (160500,1181,0,0,0,-4861,-3789,305.726,3.019,600,7,0,1131,408,0,1), - (160501,1181,0,0,0,-4850,-4035,315.025,5.082,600,9,0,1131,408,0,1), - (160502,1181,0,0,0,-4820,-4105,305.699,4.983,600,9,0,1131,408,0,1), - (160503,1181,0,0,0,-4811,-4131,304.618,6.262,600,9,0,1131,408,0,1), - (160504,1181,0,0,0,-4795,-4066,311.188,3.576,600,9,0,1131,408,0,1), - (160505,1181,0,0,0,-4771,-4178,302.116,4.922,600,9,0,1131,408,0,1), - (160506,12237,349,0,0,632.101,-92.409,-57.4999,3.49563,7200,0,0,6186,0,0,2), - (160507,12224,349,0,0,748.725,-81.8362,-57.4696,0.620471,7200,0,0,4434,2301,0,2), - (160508,12224,349,0,0,632.101,-92.409,-57.4999,3.49563,7200,0,0,4434,2301,0,2), - (160509,12224,349,0,0,818.573,-215.097,-77.1489,4.14281,7200,0,0,4434,2301,0,2), - (160511,12224,349,0,0,719.899,-83.8715,-57.2155,3.48941,7200,5,0,4434,2301,0,1), - (30018,6228,90,0,0,-670.911,686.071,-326.812,2.99763,7200,0,0,4640,1926,0,2), - (590005,10204,1,0,0,-3210.66,2212.72,34.08,0.08,900,0,0,369000,0,0,0), - (590006,12805,0,0,0,-8759.9,388.538,101.056,0.648394,25,0,0,4108,0,0,0), - (590007,12799,1,0,0,1638.93,-4264.73,49.939,4.97544,25,0,0,4108,0,0,0), - (590008,4842,47,0,0,2118.58,1695.32,80.3316,1.46786,7200,5,0,2415,732,0,1), - (590009,14494,0,0,0,3325.02,-2996.8,164.449,0.01,600,0,0,9298,0,0,0), - (590010,4539,47,1954,0,2200.76,1978.19,56.7228,2.77843,7200,3,0,3171,0,0,1), - (84972,14339,1,0,0,4265.29,-1110.32,319.876,0.659343,28800,5,0,2672,0,0,1), - (84973,14339,1,0,0,4136.53,-1137.87,295.424,3.21189,28800,5,0,2672,0,0,1), - (84974,14339,1,0,0,3711.72,-1587.78,202.667,2.08249,28800,5,0,2672,0,0,1), - (84835,10196,1,0,0,6153.17,-4164.74,797.163,1.70246,43200,5,0,8352,0,0,1), - (84836,10196,1,0,0,6189.21,-4553.49,714.408,1.57288,43200,5,0,8352,0,0,1), - (54900,15730,0,15294,0,-3754.8,-775.607,9.98073,1.81514,180,0,0,4400,0,0,0), - (54901,15732,0,13349,0,-3756.79,-770.778,9.6816,3.29867,180,0,0,3800,0,0,0), - (54902,15730,1,15294,0,-7166.18,-3918.02,9.4828,2.44346,180,0,0,4400,0,0,0), - (54903,15732,1,13349,0,-7163.48,-3913.22,9.61368,0.0523599,180,0,0,3800,0,0,0), - (54904,15730,0,15294,0,-5049.6,-817.202,495.352,2.09439,180,0,0,4400,0,0,0), - (54905,15730,0,15294,0,-8823.58,540.349,97.0268,2.44346,180,0,0,4400,0,0,0), - (54906,15730,0,15294,0,2051.28,272.469,57.0336,-2.44346,180,0,0,4400,0,0,0), - (54907,15730,1,15294,0,1332.11,-4607.79,23.9229,-1.95477,180,0,0,4400,0,0,0), - (54908,15730,0,15294,0,-14294.5,516.209,9.07392,-2.47837,180,0,0,4400,0,0,0), - (47640,8904,230,0,0,1395.83,-821.299,-91.8982,0.0349066,7200,0,0,2471,5013,0,0), - (47632,8904,230,0,0,1359.29,-823.739,-91.8983,2.07694,7200,0,0,2471,5013,0,0), - (47607,8904,230,0,0,1406.23,-804.881,-85.0685,1.01229,7200,0,0,2471,5013,0,0), - (47608,8904,230,0,0,1424.55,-772.501,-91.8962,3.12414,7200,0,0,2471,5013,0,0), - (3539,10375,229,0,0,-103.748,-553.987,4.86079,4.82585,7200,3,0,2614,0,0,1), - (3540,10375,229,0,0,-110.213,-551.456,3.32568,4.70706,7200,3,0,2614,0,0,1), - (3541,10375,229,0,0,-116.352,-553.506,4.88814,5.40101,7200,3,0,2614,0,0,1), - (3542,10375,229,0,0,-135.254,-538.651,7.12265,7.14486,7200,3,0,2614,0,0,1), - (3543,10375,229,0,0,-141.288,-537.482,6.93766,5.60251,7200,3,0,2614,0,0,1), - (3544,10375,229,0,0,-147.48,-544.562,7.88285,1.10246,7200,3,0,2614,0,0,1), - (3545,10375,229,0,0,-139.028,-532.19,6.68119,2.22122,7200,3,0,2614,0,0,1), - (3546,10596,229,0,0,-135.51,-565.85,10.17,0.67,1000000,2,0,23688,0,0,1), - (7746,10177,229,0,0,-73.5343,-331.947,56.8824,3.94444,7200,2,0,3876,0,0,1), - (7744,10177,229,0,0,-66.8659,-352.762,54.4785,1.0821,7200,2,0,3876,0,0,1), - (7747,10177,229,0,0,-72.0317,-347.075,54.8219,1.36136,7200,2,0,3876,0,0,1), - (7748,10177,229,0,0,-71.569,-358.213,54.5978,2.3911,7200,2,0,3876,0,0,1), - (7749,10177,229,0,0,-75.4103,-341.562,55.3937,4.90438,7200,2,0,3876,0,0,1), - (7750,10177,229,0,0,-79.7917,-328.192,58.547,5.95157,7200,2,0,3876,0,0,1), - (7751,10177,229,0,0,-102.763,-349.062,60.7782,1.51844,7200,2,0,3876,0,0,1), - (7752,10177,229,0,0,-108.382,-341.04,61.1785,1.64061,7200,2,0,3876,0,0,1), - (7753,10177,229,0,0,-107.424,-351.94,59.7058,4.4855,7200,2,0,3876,0,0,1), - (7754,10177,229,0,0,-112.261,-336.356,62.3371,4.92183,7200,2,0,3876,0,0,1), - (7755,10177,229,0,0,-110.012,-356.647,58.5433,4.36332,7200,2,0,3876,0,0,1), - (7756,10177,229,0,0,-111.704,-348.742,60.0788,0.82031,7200,2,0,3876,0,0,1), - (7757,10177,229,0,0,-108.927,-364.601,56.6248,1.0472,7200,2,0,3876,0,0,1), - (7758,9701,229,0,0,-77.2828,-324.738,59.1126,4.99164,7200,2,0,3876,0,0,1), - (7759,9701,229,0,0,-80.2467,-313.909,59.7635,0.45379,7200,2,0,3876,0,0,1), - (7760,9701,229,0,0,-80.8737,-298.923,61.8178,5.18363,7200,2,0,3876,0,0,1), - (7761,9701,229,0,0,-109.429,-324.918,64.3253,0.03491,7200,2,0,3876,0,0,1), - (7762,9701,229,0,0,-112.332,-331.009,63.2146,3.07178,7200,2,0,3876,0,0,1), - (7763,9701,229,0,0,-112.9,-323.074,64.3181,5.41052,7200,2,0,3876,0,0,1), - (154673,8920,230,0,0,811.87,-25.2166,-53.6904,3.9619,7200,0,0,2614,0,0,2), - (159993,5981,0,0,0,-11351.9,-2754.5,7.95043,2.103,430,7,0,2131,0,0,2), - (87652,3128,1,0,0,-238.422,-5123.03,25.2439,2.17782,300,0,0,101,220,0,0), - (87646,3129,1,0,0,-247.053,-5079.62,24.0052,1.40748,300,5,0,125,220,0,1), - (87647,3129,1,0,0,-246.869,-5099.97,23.7838,1.59755,300,2,0,125,220,0,1), - (36938,2186,1,0,0,4904.43,328.846,36.7678,6.16146,9900,0,0,356,0,0,0), - (60818,7017,1,0,0,6763.87,-707.292,89.846,0.829961,7200,5,0,356,0,0,1), - (136207,11467,429,0,0,128.643,561.759,-4.31221,3.12414,604800,0,0,17766,0,0,0), - (134244,10516,329,0,0,3718.48,-3426.68,131.759,3.1764,7200,0,0,11136,0,0,0), - (590011,10387,329,0,0,3716.03,-3423.4,131.745,4.3506,3600,0,0,809,0,0,0), - (590012,10387,329,0,0,3706.85,-3425.96,131.697,5.69441,3600,0,0,809,0,0,0), - (590013,10387,329,0,0,3718.34,-3430.62,131.484,2.6722,3600,0,0,809,0,0,0), - (590014,10387,329,0,0,3709.38,-3434.97,130.49,0.969456,3600,0,0,809,0,0,0), - (160172,9819,229,0,0,212.101,-336.132,76.9559,5.09636,10800,0,0,8883,0,0,0), - (105983,8717,0,0,0,-11837,-3256,-26,1.352,6300,0,0,56592,0,0,0), - (105984,8717,0,0,0,-11813,-3186,-31,2.646,6300,9,0,56592,0,0,1), - (105985,8717,0,0,0,-11809,-3235,-30,1.333,6300,0,0,56592,0,0,0), - (105986,8717,0,0,0,-11819,-3144,-26,5.63,6300,7,0,56592,0,0,1), - (105987,12396,0,0,0,-11804,-3233,-30,1.56,6300,0,0,50300,12430,0,0), - (105988,8717,0,0,0,-11799,-3237,-30,1.756,6300,0,0,56592,0,0,0), - (105989,8717,0,0,0,-11804,-3146,-26,4.828,6300,0,0,56592,0,0,0), - (105990,12396,0,0,0,-11800,-3150,-26,4.596,6300,0,0,50300,12430,0,0), - (105991,8717,0,0,0,-11789,-3222,-30,4.636,6300,9,0,56592,0,0,1), - (105992,8718,0,0,0,-11791,-3168,-29,0.462,6300,9,0,48832,0,0,1), - (105993,8717,0,0,0,-11792,-3149,-26,4.427,6300,0,0,56592,0,0,0), - (105994,8717,0,0,0,-11778,-3182,-29,4.439,6300,9,0,56592,0,0,1), - (105995,8718,0,0,0,-11763,-3199,-24,5.08,6300,9,0,48832,0,0,1), - (105996,8717,0,0,0,-11766,-3159,-22,0.683,6300,9,0,56592,0,0,1), - (80458,1423,0,0,0,-9627.11,677.239,52.6589,1.93731,190,1,0,1106,0,0,1), - (80460,1423,0,0,0,-9613.43,666.905,38.7355,2.38565,190,1,0,1106,0,0,1), - (80461,1423,0,0,0,-9600.54,666.986,38.7355,2.34059,190,1,0,1106,0,0,1), - (80462,1423,0,0,0,-9596.64,682.75,62.7614,2.73198,190,0,0,1106,0,0,2), - (80463,1423,0,0,0,-9626.49,647.371,38.7354,1.0981,190,0,0,1106,0,0,2), - (80464,1423,0,0,0,-9594.48,680.009,38.7354,5.91667,190,1,0,1106,0,0,1), - (80465,1423,0,0,0,-9593.55,685.498,38.7354,4.82793,190,1,0,1106,0,0,1), - (41877,10366,229,0,0,165.226,-475.206,116.841,3.14108,10800,0,0,18312,0,0,2), - (31173,14231,1,0,0,-2695.61,-3048.91,38.9462,4.85346,28800,15,0,1536,0,0,1), - (156043,8539,0,0,0,2420.1,-3671,178.356,6.138,600,6,0,3820,0,0,1), - (156042,8539,0,0,0,2410.4,-3628,178.758,3.119,600,4,0,3820,0,0,1), - (156041,8539,0,0,0,2381.21,-3684,178.709,1.775,600,4,0,3820,0,0,1), - (156040,8539,0,0,0,2347.9,-3628,176.278,5.728,600,4,0,3820,0,0,1), - (156039,8539,0,0,0,2094.4,-3479,115.144,6.05,600,4,0,3820,0,0,1), - (156062,8538,0,0,0,2092.11,-4532,76.169,3.204,600,4,0,3665,0,0,1), - (156061,8538,0,0,0,2026.09,-4538,74.664,6.038,600,7,0,3665,0,0,1), - (156060,8538,0,0,0,1967.87,-4462,74.394,3.49,600,4,0,3665,0,0,1), - (156001,3617,0,0,0,1837.95,238.254,60.5144,0,300,5,0,596,0,0,1), - (156002,3617,0,0,0,1821.23,239.487,60.6478,0,300,5,0,596,0,0,1), - (156003,3617,0,0,0,1784.68,238.47,60.4086,0,300,5,0,596,0,0,1), - (156004,3617,0,0,0,1774.19,238.088,60.6982,0,300,5,0,596,0,0,1), - (156005,3617,0,0,0,1779.74,208.601,60.3128,0,300,5,0,596,0,0,1), - (156006,3617,0,0,0,1806.6,337.597,70.3977,0,300,5,0,596,0,0,1), - (156007,3617,0,0,0,1806.57,325.978,70.3977,0,300,5,0,596,0,0,1), - (156008,3617,0,0,0,1818.25,324.754,70.8132,0,300,5,0,596,0,0,1), - (156009,3617,0,0,0,1816.09,339.486,70.8132,0,300,5,0,596,0,0,1), - (156010,3617,0,0,0,1795.76,336.788,70.8146,0,300,5,0,596,0,0,1), - (156011,3617,0,0,0,1797.38,321.783,70.8146,0,300,5,0,596,0,0,1), - (156012,3617,0,0,0,1846.19,271.665,70.3997,0,300,5,0,596,0,0,1), - (156013,3617,0,0,0,1805.22,291.655,70.3996,0,300,5,0,596,0,0,1), - (156014,3617,0,0,0,1820.13,250.549,60.0474,0,300,5,0,596,0,0,1), - (156015,3617,0,0,0,1817.45,225.251,59.528,0,300,5,0,596,0,0,1), - (156016,3617,0,0,0,1830.29,213.645,60.389,0,300,5,0,596,0,0,1), - (156017,3617,0,0,0,1836.37,229.404,60.2315,0,300,5,0,596,0,0,1), - (156018,3617,0,0,0,1768.28,193.266,70.3997,0,300,5,0,596,0,0,1), - (156019,3617,0,0,0,1788.09,193.416,70.3997,0,300,5,0,596,0,0,1), - (156020,3617,0,0,0,1841.26,196.939,70.3997,0,300,5,0,596,0,0,1), - (156021,3617,0,0,0,1819.39,193.334,70.3997,0,300,5,0,596,0,0,1), - (156022,3617,0,0,0,1803.13,192.819,70.3997,0,300,5,0,596,0,0,1), - (156023,3617,0,0,0,1805.75,210.858,65.3998,0,300,5,0,596,0,0,1), - (156024,3617,0,0,0,1785.05,210.563,59.7069,0,300,5,0,596,0,0,1), - (156025,3617,0,0,0,1782.66,226.65,59.3659,0,300,5,0,596,0,0,1), - (156026,3617,0,0,0,1783.95,251.046,59.5074,0,300,5,0,596,0,0,1), - (156027,3617,0,0,0,1782.72,267.958,59.6138,0,300,5,0,596,0,0,1), - (156028,3617,0,0,0,1806.01,254.011,60.6559,0,300,5,0,596,0,0,1), - (156029,3617,0,0,0,1769.92,285.161,70.3997,0,300,5,0,596,0,0,1), - (156030,3617,0,0,0,1794.1,284.269,70.3997,0,300,5,0,596,0,0,1), - (156031,3617,0,0,0,1843.58,278.447,70.3997,0,300,5,0,596,0,0,1), - (156032,3617,0,0,0,1831.26,282.122,70.3997,0,300,5,0,596,0,0,1), - (156033,3617,0,0,0,1816.99,281.063,70.3997,0,300,5,0,596,0,0,1), - (156034,3617,0,0,0,1806.35,265.815,65.3997,0,300,5,0,596,0,0,1), - (156035,3617,0,0,0,1819.52,264.184,59.8956,0,300,5,0,596,0,0,1), - (156036,3617,0,0,0,1829.43,259.207,59.5834,0,300,5,0,596,0,0,1), - (156037,3617,0,0,0,1823.91,252.862,60.025,0,300,5,0,596,0,0,1), - (156038,3617,0,0,0,1834.21,249.057,59.8226,0,300,5,0,596,0,0,1), - (86235,15353,0,0,0,-4918.64,-983.141,501.538,2.43867,120,0,0,1605,0,0,0), - (660086,9241,229,0,0,-1.07454,-517.358,-7.14288,4.66332,7200,0,0,8097,0,0,2), - (660088,9265,229,0,0,-76.7771,-517.279,-7.14286,4.7285,7200,0,0,6477,2163,0,0), - (660087,9265,229,0,0,-4.98251,-517.704,-7.14246,4.70072,7200,0,0,6477,2163,0,0), - (85632,15195,0,0,0,1713.1,511.295,37.2005,1.48063,300,0,0,9763,0,0,0), - (85633,15195,0,0,0,1750.57,511.697,37.7587,1.25444,300,0,0,9763,0,0,0), - (85634,15195,0,0,0,1729.05,552.65,34.3029,4.54388,300,0,0,9763,0,0,0), - (85635,15415,0,0,0,-835.52,-528.52,11.97,0,300,0,0,64,0,0,0), - (160005,12999,0,0,0,1732.31,520.874,36.3326,1.30942,300,0,0,42,0,0,2), - (119583,2453,0,0,0,896.904,-547.316,142.524,3.53498,7200,0,0,1196,3075,0,0), - (129214,4131,1,0,0,-6509.99,-3307.85,-94.9981,2.69453,120,2,0,1279,0,0,1), - (129215,4131,1,0,0,-6489.48,-3323.94,-94.6707,6.08744,120,2,0,1279,0,0,1), - (129218,4131,1,0,0,-6463.43,-3299.89,-104.906,1.15121,120,2,0,1279,0,0,1), - (129219,4131,1,0,0,-6484.77,-3254.36,-113.617,2.9647,120,2,0,1279,0,0,1), - (129235,4131,1,0,0,-6495.73,-3244.02,-113.403,0.167894,120,2,0,1342,0,0,1), - (129236,4131,1,0,0,-6485.35,-3229.54,-112.43,4.8528,120,2,0,1279,0,0,1), - (129245,4131,1,0,0,-6473.03,-3243.65,-113.289,2.96785,120,2,0,1342,0,0,1), - (129251,4131,1,0,0,-6447.72,-3289.73,-105.453,3.86051,120,2,0,1342,0,0,1), - (129255,4133,1,0,0,-6447.95,-3290.05,-105.558,0.0576163,120,2,0,1279,0,0,1), - (42878,9257,229,0,0,65.1742,-437.335,41.803,4.35387,7200,0,0,6273,2117,0,0), - (43474,9097,229,0,0,-2.27374,-587.212,29.1909,2.32046,7200,0,0,7599,0,0,0), - (43482,9258,229,0,0,-60.5682,-548.082,29.1909,0.690753,7200,0,0,7599,0,0,0), - (660075,9200,229,0,0,-38.0091,-405.164,31.5373,1.24134,7200,0,0,12665,0,0,0), - (660079,9200,229,0,0,-30.519,-364.791,31.6182,1.34537,7200,2,0,12665,0,0,1), - (660081,9266,229,0,0,-41.2865,-457.887,-18.6442,0.00433396,7200,0,0,6681,2241,0,0), - (660082,9241,229,0,0,-37.2773,-461.396,-18.6442,2.44535,7200,0,0,8352,0,0,0), - (43563,9269,229,0,0,-16.367,-557.751,-18.775,3.05325,7200,0,0,6477,2163,0,0), - (660089,9262,229,0,0,21.0812,-577.884,-18.6008,4.93743,7200,0,0,6681,3361,0,0), - (660090,9261,229,0,0,19.9416,-583.695,-18.6008,1.26648,7200,0,0,6681,2241,0,0), - (660091,9259,229,0,0,24.2473,-581.663,-18.6008,2.75245,7200,0,0,8352,0,0,2), - (660092,9259,229,0,0,22.9569,-567.826,-18.6008,2.71711,7200,0,0,8352,0,0,0), - (44008,9262,229,0,0,-61.0062,-412.273,-18.9348,1.29317,7200,0,0,6477,3244,0,0), - (44019,9261,229,0,0,-61.5615,-407.644,-18.9348,5.31284,7200,0,0,6477,2163,0,0), - (44337,9596,229,0,0,-74.7427,-405.157,-18.9348,5.15026,28800,0,0,8883,0,0,0), - (45762,9717,229,0,0,-122.095,-347.072,70.9524,5.27986,7200,0,0,6681,2241,0,0), - (45768,9716,229,0,0,-124,-351.438,70.9524,0.361695,7200,0,0,8613,0,0,0), - (45775,9583,229,0,0,-137.597,-302.617,70.9524,2.91659,7200,0,0,8883,0,0,0), - (45773,9696,229,0,0,-168.377,-330.114,64.4008,4.79843,7200,0,0,2784,0,0,0), - (45748,9716,229,0,0,-188.459,-477.045,87.3903,5.61679,7200,0,0,8352,0,0,0); + (190491,15105,0,0,0,1593.22,166.868,-41.3411,5.81195,120,120,0,0,1605,852,0,0), + (190530,15105,1,0,0,1954.35,-4722.71,42.659,1.99567,120,120,0,0,1605,852,0,2), + (190531,15105,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,120,0,0,1605,852,0,0), + (190546,15105,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,120,0,0,1605,852,0,2), + (190547,15105,1,0,0,-1394.13,-86.12,158.935,2.19541,120,120,0,0,1605,852,0,0), + (190554,15105,0,0,0,1633.35,180.895,-62.1827,0.313509,120,120,0,0,1605,852,0,2), + (190555,15105,0,0,0,1632.72,182.795,-62.183,0.313487,120,120,0,0,1605,852,0,0), + (190578,15105,1,0,0,-1384.78,-87.3005,159.192,1.5929,120,120,0,0,1605,852,0,0), + (190579,15105,1,0,0,-1384.86,-83.6998,159.726,4.7462,120,120,0,0,1605,852,0,0), + (190469,14990,0,0,0,1265.31,353.748,-63.6368,4.15388,120,120,0,0,2471,0,0,0), + (190476,14990,0,0,0,1521.09,238.709,-41.3065,1.18682,120,120,0,0,2471,0,0,0), + (190477,14990,0,0,0,1522.57,242.055,-41.3065,4.2586,120,120,0,0,2471,0,0,0), + (190484,14990,0,0,0,1593.71,316.03,-41.3411,6.21337,120,120,0,0,2471,0,0,0), + (190485,14990,0,0,0,1596.57,315.891,-41.3411,3.12414,120,120,0,0,2471,0,0,0), + (190492,14990,0,0,0,1597.46,164.685,-41.3411,2.6529,120,120,0,0,2471,0,0,0), + (190493,14990,0,0,0,1593.22,166.868,-41.3411,5.81195,120,120,0,0,2471,0,0,0), + (190532,14990,1,0,0,1954.35,-4722.71,42.659,1.99567,120,120,0,0,2471,0,0,2), + (190533,14990,1,0,0,1952.39,-4723.16,42.1039,1.87001,120,120,0,0,2471,0,0,0), + (190548,14990,1,0,0,-1391.53,-85.9722,158.985,2.35896,120,120,0,0,2471,0,0,2), + (190549,14990,1,0,0,-1394.13,-86.12,158.935,2.19541,120,120,0,0,2471,0,0,0), + (190556,14990,0,0,0,1633.35,180.895,-62.1827,0.313509,120,120,0,0,2471,0,0,2), + (190557,14990,0,0,0,1632.72,182.795,-62.183,0.313487,120,120,0,0,2471,0,0,0), + (190580,14990,1,0,0,-1384.78,-87.3005,159.192,1.5929,120,120,0,0,2471,0,0,0), + (190581,14990,1,0,0,-1384.86,-83.6998,159.726,4.7462,120,120,0,0,2471,0,0,0), + (190141,14991,0,0,0,-4839.37,-1169.09,502.279,5.37561,300,300,0,0,2471,0,0,0), + (190140,14991,0,0,0,-4836.85,-1171.63,502.277,2.44346,300,300,0,0,2471,0,0,0), + (190133,14991,1,0,0,9724.21,2545,1335.76,5.58505,120,120,0,0,2471,0,0,0), + (190132,14991,1,0,0,9727.12,2542.52,1335.24,2.42601,120,120,0,0,2471,0,0,0), + (190117,14991,1,0,0,9962.88,2175.22,1327.8,1.97222,120,120,0,0,2471,0,0,0), + (190116,14991,1,0,0,9961.1,2179.29,1327.8,5.13127,120,120,0,0,2471,0,0,0), + (190181,14991,0,0,0,-8409.17,578.178,92.0571,3.9968,120,120,0,0,2471,0,0,0), + (190180,14991,0,0,0,-8411.89,575.031,92.3179,0.855211,120,120,0,0,2471,0,0,0), + (190173,14991,0,0,0,-5037.07,-1261.52,505.383,5.42797,300,300,0,0,2471,0,0,0), + (190172,14991,0,0,0,-5033.87,-1266.07,505.383,2.07694,300,300,0,0,2471,0,0,0), + (190165,14991,1,0,0,9962.13,2487.17,1316.12,3.9968,180,180,0,0,2471,0,0,0), + (190164,14991,1,0,0,9959.42,2484.32,1316.13,0.750492,180,180,0,0,2471,0,0,0), + (190157,14991,0,0,0,-8387.24,286.125,120.969,2.30383,120,120,0,0,2471,0,0,0), + (190156,14991,0,0,0,-8389.1,288.407,120.969,5.53269,120,120,0,0,2471,0,0,0), + (190149,14991,0,0,0,-4683.46,-985.091,501.627,6.03884,300,300,0,0,2471,0,0,0), + (190148,14991,0,0,0,-4680.56,-985.584,501.646,3.08923,300,300,0,0,2471,0,0,0), + (190125,14991,1,0,0,9984.56,2345.23,1330.87,1.74533,120,120,0,0,2471,0,0,0), + (190124,14991,1,0,0,9983.62,2350.23,1330.87,4.92183,120,120,0,0,2471,0,0,0), + (190269,14991,1,0,0,9916.48,2345.54,1330.87,1.74533,300,300,0,0,2471,0,0,0), + (190268,14991,1,0,0,9916.64,2349.3,1330.87,4.92183,300,300,0,0,2471,0,0,0), + (190037,14991,0,0,0,-5032.97,-926.68,501.743,4.64258,180,180,0,0,2471,0,0,0), + (190036,14991,0,0,0,-5033.75,-931.287,501.743,1.32645,180,180,0,0,2471,0,0,0), + (190029,14991,0,0,0,-4916.61,-852.305,501.745,1.48353,180,180,0,0,2471,0,0,0), + (190028,14991,0,0,0,-4916.43,-848.374,501.745,4.72984,180,180,0,0,2471,0,0,0), + (190021,14991,0,0,0,-8853.08,587.01,93.9332,0.680678,300,300,0,0,2471,0,0,0), + (190020,14991,0,0,0,-8850.69,589.49,93.6973,4.06662,300,300,0,0,2471,0,0,0), + (190013,14991,0,0,0,-8873.52,544.724,106.367,3.82227,300,300,0,0,2471,0,0,0), + (190012,14991,0,0,0,-8876.83,542.382,106.366,0.558505,300,300,0,0,2471,0,0,0), + (190005,14991,0,0,0,-8838.8,651.394,96.7842,2.42601,300,300,0,0,2471,0,0,0), + (190004,14991,0,0,0,-8840.63,652.959,97.1184,5.60251,300,300,0,0,2471,0,0,0), + (190500,14991,1,0,0,9952.47,2089.45,1327.72,4.78552,120,120,0,0,2471,0,0,2), + (190501,14991,1,0,0,9951.12,2089.54,1327.72,4.78566,120,120,0,0,2471,0,0,0), + (190516,14991,0,0,0,-5007.03,-1177.84,501.66,5.94314,120,120,0,0,2471,0,0,2), + (190517,14991,0,0,0,-5001.03,-1179.84,501.66,5.94313,120,120,0,0,2471,0,0,0), + (190524,14991,0,0,0,-8570.55,536.096,101.568,5.53562,120,120,0,0,2471,0,0,2), + (190525,14991,0,0,0,-8569.02,537.091,101.549,5.49044,120,120,0,0,2471,0,0,0), + (107705,11323,389,0,0,-334.419,216.177,-20.6274,0.357766,7200,7200,0,0,900,0,0,0); /*!40000 ALTER TABLE `creature` ENABLE KEYS */; UNLOCK TABLES; @@ -64918,25 +65077,15 @@ VALUES (6852,0,0,1,16,69,0,NULL), (6854,0,0,1,16,193,0,'21157'), (6855,0,0,1,16,69,0,NULL), - (7064,0,0,1,16,173,0,NULL), - (7065,0,0,1,16,173,0,NULL), - (7068,0,0,1,16,173,0,NULL), (7088,0,0,1,16,0,0,NULL), - (7166,0,0,1,16,173,0,NULL), (7372,0,0,0,16,0,0,'17743'), (7373,0,0,0,16,0,0,'17743'), (7374,0,0,0,16,0,0,'17743'), (7375,0,0,0,16,0,0,'17743'), (7376,0,0,0,16,0,0,'17743'), - (7718,0,0,1,16,173,0,NULL), (7735,0,0,1,16,0,0,NULL), (8177,0,0,1,16,0,0,NULL), - (8183,0,0,1,16,173,0,NULL), (8185,0,0,1,16,0,0,NULL), - (8186,0,0,1,16,173,0,NULL), - (8187,0,0,1,16,173,0,NULL), - (8188,0,0,1,16,173,0,NULL), - (8190,0,0,1,16,0,0,NULL), (8192,0,0,1,16,0,0,NULL), (8366,0,1114112,1,16,0,0,'7165'), (8369,2787,0,1,16,0,0,NULL), @@ -66824,7 +66973,10 @@ VALUES (160078,0,1,1,16,0,0,NULL), (160221,0,1,1,16,0,0,NULL), (160222,0,1,1,16,0,0,NULL), - (160237,0,1,1,16,0,0,NULL); + (160237,0,1,1,16,0,0,NULL), + (590016,0,3,0,0,0,0,NULL), + (590019,0,1,0,0,0,0,NULL), + (590020,0,1,0,0,0,0,NULL); /*!40000 ALTER TABLE `creature_addon` ENABLE KEYS */; UNLOCK TABLES; @@ -66889,7 +67041,7 @@ VALUES (224508,2245,7,0,100,0,0,0,0,0,22,1,0,0,40,1,0,0,0,0,0,0,'Syndicate Saboteur - Set Phase 1 and Set Melee Weapon Model on Evade'), (224601,2246,11,0,100,0,0,0,0,0,11,22766,0,0,11,7276,0,0,0,0,0,0,'Syndicate Assassin - Cast Sneak and Poison Proc on Spawn'), (224602,2246,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Syndicate Assassin - Flee at 15% HP'), - (224701,2247,0,0,100,1,12800,18000,2300,13100,11,17207,1,0,0,0,0,0,0,0,0,0,'Syndicate Enforcer - Cast Whirlwind'), + (224701,2247,0,0,100,1,12800,18000,2300,13100,11,17207,0,0,0,0,0,0,0,0,0,0,'Syndicate Enforcer - Cast Whirlwind'), (224702,2247,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Syndicate Enforcer - Flee at 15% HP'), (225001,2250,0,0,100,1,1400,10800,10800,21800,11,3131,1,0,0,0,0,0,0,0,0,0,'Mountain Yeti - Cast Frost Breath'), (225101,2251,0,0,100,1,1500,7800,10800,20500,11,3131,1,1,0,0,0,0,0,0,0,0,'Giant Yeti - Cast Frost Breath'), @@ -66909,7 +67061,7 @@ VALUES (225509,2255,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Crushridge Mage - Set Phase to 0 on Evade'), (225601,2256,0,0,100,1,6000,9900,18000,24200,11,9791,1,0,0,0,0,0,0,0,0,0,'Crushridge Enforcer - Cast Head Crack'), (225701,2257,0,0,100,1,4200,12000,3900,20300,11,11976,1,0,0,0,0,0,0,0,0,0,'Mug\'thol - Cast Strike'), - (225702,2257,0,0,100,1,12000,13400,12100,39500,11,13730,1,1,0,0,0,0,0,0,0,0,'Mug\'thol - Cast Demoralizing Shout'), + (225702,2257,0,0,100,1,12000,13400,12100,39500,11,13730,0,1,0,0,0,0,0,0,0,0,'Mug\'thol - Cast Demoralizing Shout'), (225801,2258,0,0,100,1,5200,7300,6000,25700,11,6524,0,0,0,0,0,0,0,0,0,0,'Stone Fury - Cast Ground Tremor'), (225802,2258,0,0,100,1,6400,18500,5900,28500,11,5568,0,1,0,0,0,0,0,0,0,0,'Stone Fury - Cast Trample'), (227101,2271,0,0,100,0,4800,18100,0,0,11,3260,0,0,0,0,0,0,0,0,0,0,'Dalaran Shield Guard - Cast Violent Shield'), @@ -66996,7 +67148,7 @@ VALUES (242001,2420,1,0,100,1,1000,1000,1800000,1800000,11,7366,0,0,0,0,0,0,0,0,0,0,'Targ - Cast Berserker Stance on Spawn'), (242002,2420,4,0,10,0,0,0,0,0,1,-359,-360,-361,0,0,0,0,0,0,0,0,'Targ - Random Say on Aggro'), (242003,2420,0,0,100,1,4000,16500,6000,19600,11,15496,1,0,0,0,0,0,0,0,0,0,'Targ - Cast Cleave'), - (242004,2420,0,0,100,1,13200,16700,11500,24100,11,8147,1,1,0,0,0,0,0,0,0,0,'Targ - Cast Thunderclap'), + (242004,2420,0,0,100,1,13200,16700,11500,24100,11,8147,0,1,0,0,0,0,0,0,0,0,'Targ - Cast Thunderclap'), (242101,2421,0,0,100,1,7900,13900,11800,26000,11,8379,1,0,0,0,0,0,0,0,0,0,'Muckrake - Cast Disarm'), (242102,2421,0,0,100,1,13200,16200,6400,15700,11,12555,1,1,0,0,0,0,0,0,0,0,'Muckrake - Cast Pummel'), (242201,2422,4,0,10,0,0,0,0,0,1,-359,-360,-361,0,0,0,0,0,0,0,0,'Glommus - Random Say on Aggro'), @@ -67044,7 +67196,7 @@ VALUES (1360201,13602,11,0,100,0,0,0,0,0,1,-366,0,0,0,0,0,0,0,0,0,0,'The Abominable Greench - Yell on Spawn'), (1384001,13840,0,0,100,1,5000,7000,8000,11000,11,19642,1,1,0,0,0,0,0,0,0,0,'Warmaster Laggrond - Cast Cleave'), (1384101,13841,0,0,100,1,5000,7000,8000,11000,11,19130,1,0,0,0,0,0,0,0,0,0,'Lieutenant Haggerdin - Cast Revenge'), - (1384102,13841,0,0,100,1,1000,4000,9000,14000,11,12169,1,1,0,0,0,0,0,0,0,0,'Lieutenant Haggerdin - Cast Shield Block'), + (1384102,13841,0,0,100,1,1000,4000,9000,14000,11,12169,0,1,0,0,0,0,0,0,0,0,'Lieutenant Haggerdin - Cast Shield Block'), (1422101,14221,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Gravis Slipknot - Flee at 15% HP'), (1428101,14281,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Jimmy the Bleeder - Flee at 15% HP'), (255201,2552,0,0,100,1,12800,22200,2100,32400,11,4974,1,32,0,0,0,0,0,0,0,0,'Witherbark Troll - Cast Wither Touch'), @@ -67245,7 +67397,7 @@ VALUES (260401,2604,0,0,80,1,9700,13300,6100,16600,11,6253,1,0,0,0,0,0,0,0,0,0,'Molok the Crusher - Cast Backhand'), (260501,2605,0,0,80,1,5000,5000,27000,27000,11,512,1,0,0,0,0,0,0,0,0,0,'Zalas Witherbark - Cast Chains of Ice'), (260502,2605,0,0,60,1,3000,3000,15000,15000,11,851,5,1,0,0,0,0,0,0,0,0,'Zalas Witherbark - Cast Polymorph: Sheep'), - (260601,2606,0,0,100,1,7800,10000,11100,24200,11,17207,1,0,0,0,0,0,0,0,0,0,'Nimar the Slayer - Cast Whirlwind'), + (260601,2606,0,0,100,1,7800,10000,11100,24200,11,17207,0,0,0,0,0,0,0,0,0,0,'Nimar the Slayer - Cast Whirlwind'), (260602,2606,12,0,100,0,30,0,0,0,11,7160,1,1,0,0,0,0,0,0,0,0,'Nimar the Slayer - Cast Execute at 30% Player HP'), (260603,2606,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Nimar the Slayer - Flee at 15% HP'), (260701,2607,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Prince Galen Trollbane - Set Phase 1 on Aggro'), @@ -67277,9 +67429,9 @@ VALUES (271302,2713,14,0,100,0,800,40,0,0,11,3627,6,1,0,0,0,0,0,0,0,0,'Kinelory - Cast Rejuvenation on Friendlies'), (273301,2733,4,0,100,0,0,0,0,0,1,-469,-470,0,0,0,0,0,0,0,0,0,'Apothecary Jorell - Random Say on Aggro'), (273801,2738,4,0,100,0,0,0,0,0,11,6268,0,0,0,0,0,0,0,0,0,0,'Stromgarde Cavalryman - Cast Rushing Charge on Aggro'), - (275501,2755,0,0,75,1,1000,1000,5000,5000,11,4938,1,0,0,0,0,0,0,0,0,0,'Myzrael - Cast Myzrael Earthquake'), + (275501,2755,0,0,75,1,1000,1000,5000,5000,11,4938,0,0,0,0,0,0,0,0,0,0,'Myzrael - Cast Myzrael Earthquake'), (276101,2761,1,0,100,1,1000,1000,1800000,1800000,11,12544,0,0,0,0,0,0,0,0,0,0,'Cresting Exile - Cast Frost Armor on Spawn'), - (276102,2761,9,0,100,1,0,8,25600,32300,11,865,1,0,0,0,0,0,0,0,0,0,'Cresting Exile - Cast Frost Nova'), + (276102,2761,9,0,100,1,0,8,25600,32300,11,865,0,0,0,0,0,0,0,0,0,0,'Cresting Exile - Cast Frost Nova'), (276103,2761,27,0,100,1,12544,1,15000,30000,11,12544,0,1,0,0,0,0,0,0,0,0,'Cresting Exile - Cast Frost Armor on Missing Buff'), (276201,2762,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Thundering Exile - Enable Dynamic Movement and Set Phase 1 on Aggro'), (276202,2762,9,5,100,1,0,40,3300,4500,11,9532,1,0,0,0,0,0,0,0,0,0,'Thundering Exile - Cast Lightning Bolt (Phase 1)'), @@ -67295,13 +67447,13 @@ VALUES (276501,2765,4,0,100,0,0,0,0,0,1,-527,-529,-530,0,0,0,0,0,0,0,0,'Znort - Random Say on Aggro'), (276502,2765,0,0,60,1,2000,5000,5000,10000,11,845,1,0,0,0,0,0,0,0,0,0,'Znort - Cast Cleave'), (276503,2765,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Znort - Flee at 15% HP'), - (277601,2776,0,0,100,1,1400,7300,25600,32300,11,14907,1,0,0,0,0,0,0,0,0,0,'Vengeful Surge - Cast Frost Nova'), + (277601,2776,0,0,100,1,1400,7300,25600,32300,11,14907,0,0,0,0,0,0,0,0,0,0,'Vengeful Surge - Cast Frost Nova'), (278301,2783,1,0,100,0,1000,1000,0,0,11,12380,0,0,0,0,0,0,0,0,0,0,'Marez Cowl - Cast Shadow Channeling on Spawn'), (278302,2783,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Marez Cowl - Flee at 15% HP'), (279201,2792,0,0,100,1,1500,4900,39000,46000,11,4153,0,0,0,0,0,0,0,0,0,0,'Gor\'mul - Cast Guile of the Raptor'), (279301,2793,0,0,30,0,0,0,0,0,1,-359,-360,-361,0,0,0,0,0,0,0,0,'Kor\'gresh Coldrage - Random Say on Aggro'), - (279302,2793,0,0,100,1,8500,12400,48700,53600,11,865,1,0,0,0,0,0,0,0,0,0,'Kor\'gresh Coldrage - Cast Frost Nova'), - (279303,2793,0,0,100,1,1200,7800,48600,55100,11,4320,1,1,0,0,0,0,0,0,0,0,'Kor\'gresh Coldrage - Cast Trelane\'s Freezing Touch'), + (279302,2793,0,0,100,1,8500,12400,48700,53600,11,865,0,0,0,0,0,0,0,0,0,0,'Kor\'gresh Coldrage - Cast Frost Nova'), + (279303,2793,0,0,100,1,1200,7800,48600,55100,11,4320,0,1,0,0,0,0,0,0,0,0,'Kor\'gresh Coldrage - Cast Trelane\'s Freezing Touch'), (283501,2835,4,0,100,0,0,0,0,0,12,9526,1,30000,12,9526,1,30000,1,-549,0,0,'Cedrik Prose - Summon Enraged Gryphons and Yell on Aggro'), (285101,2851,4,0,100,0,0,0,0,0,12,9297,1,30000,12,9297,1,30000,1,-548,0,0,'Urda - Summon Enraged Wyverns and Yell on Aggro'), (288701,2887,1,0,100,1,1000,1000,600000,600000,11,12550,0,1,0,0,0,0,0,0,0,0,'Prismatic Exile - Cast Lightning Shield on Aggro'), @@ -67327,10 +67479,10 @@ VALUES (1069602,10696,0,0,100,1,6000,11000,19000,25000,11,11972,1,1,0,0,0,0,0,0,0,0,'Refuge Pointe Defender - Cast Shield Bash'), (1512601,15126,4,0,100,0,0,0,0,0,11,22911,1,1,0,0,0,0,0,0,0,0,'Rutherford Twing - Cast Charge on Aggro'), (1512602,15126,0,0,100,1,3000,6000,14000,18000,11,6253,1,0,0,0,0,0,0,0,0,0,'Rutherford Twing - Cast Backhand'), - (1512603,15126,0,0,100,1,5000,7000,7000,9000,11,17207,1,0,0,0,0,0,0,0,0,0,'Rutherford Twing - Cast Whirlwind'), + (1512603,15126,0,0,100,1,5000,7000,7000,9000,11,17207,0,0,0,0,0,0,0,0,0,0,'Rutherford Twing - Cast Whirlwind'), (1512701,15127,4,0,100,0,0,0,0,0,11,22911,1,1,0,0,0,0,0,0,0,0,'Samuel Hawke - Cast Charge on Aggro'), (1512702,15127,0,0,100,1,3000,6000,14000,18000,11,6253,1,0,0,0,0,0,0,0,0,0,'Samuel Hawke - Cast Backhand'), - (1512703,15127,0,0,100,1,5000,7000,7000,9000,11,17207,1,0,0,0,0,0,0,0,0,0,'Samuel Hawke - Cast Whirlwind'), + (1512703,15127,0,0,100,1,5000,7000,7000,9000,11,17207,0,0,0,0,0,0,0,0,0,0,'Samuel Hawke - Cast Whirlwind'), (1512704,15127,0,0,100,1,7000,11000,9000,11000,11,15284,1,1,0,0,0,0,0,0,0,0,'Samuel Hawke - Cast Cleave'), (1512705,15127,0,0,100,1,8000,10000,12000,15000,11,15708,1,1,0,0,0,0,0,0,0,0,'Samuel Hawke - Cast Mortal Strike'), (1512801,15128,9,0,100,1,0,5,6000,10000,11,15284,1,0,0,0,0,0,0,0,0,0,'Defiler Elite - Cast Cleave'), @@ -67595,7 +67747,7 @@ VALUES (600909,6009,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Shadowsworn Dreadweaver - Set Phase to 0 on Evade'), (601001,6010,0,0,100,1,7800,12900,17100,29200,11,13321,1,0,0,0,0,0,0,0,0,0,'Felhound - Cast Mana Burn'), (766401,7664,0,0,100,1,5000,9000,16000,22000,11,8255,1,0,0,0,0,0,0,0,0,0,'Razelikh the Defiler - Cast Strong Cleave'), - (766402,7664,0,0,100,1,11000,15000,12000,17000,11,12745,4,1,0,0,0,0,0,0,0,0,'Razelikh the Defiler - Cast Mana Burn'), + (766402,7664,0,0,100,1,11000,15000,12000,17000,11,12745,0,1,0,0,0,0,0,0,0,0,'Razelikh the Defiler - Cast Mana Burn'), (766403,7664,0,0,100,1,3000,5000,13000,24000,11,13459,1,33,0,0,0,0,0,0,0,0,'Razelikh the Defiler - Cast Decimate'), (766404,7664,2,0,100,0,75,0,0,0,1,-713,0,0,11,10864,0,1,0,0,0,0,'Razelikh the Defiler - Yell and Cast Razelikh\'s Tear I at 75% HP'), (766405,7664,2,0,100,0,50,0,0,0,1,-714,0,0,11,10854,1,1,0,0,0,0,'Razelikh the Defiler - Yell and Cast Flames of Chaos at 50% HP'), @@ -67653,7 +67805,7 @@ VALUES (767103,7671,8,5,100,0,10836,-1,0,0,42,0,1,0,22,2,0,0,0,0,0,0,'Servant of Sevine - Remove Invicibility and Set Phase 2 on Shackle Shatter Spellhit (Phase 1)'), (767104,7671,7,0,100,0,0,0,0,0,22,0,0,0,42,5,1,0,0,0,0,0,'Servant of Sevine - Set Phase to 0 and Set Invicibility at 5% HP on Evade'), (772801,7728,0,0,100,1,4000,6000,20000,26000,11,12097,1,0,0,0,0,0,0,0,0,0,'Kirith the Damned - Cast Pierce Armor'), - (772802,7728,0,0,100,1,2000,4000,9000,13000,11,12745,4,1,0,0,0,0,0,0,0,0,'Kirith the Damned - Cast Mana Burn'), + (772802,7728,0,0,100,1,2000,4000,9000,13000,11,12745,0,1,0,0,0,0,0,0,0,0,'Kirith the Damned - Cast Mana Burn'), (772803,7728,6,0,100,0,0,0,0,0,11,10853,0,7,0,0,0,0,0,0,0,0,'Kirith the Damned - Cast Spirit of Kirith on Death'), (773401,7734,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Ilifar - Enable Dynamic Movement and Set Phase 1 on Aggro'), (773402,7734,9,5,100,1,0,40,3800,5200,11,9613,1,0,0,0,0,0,0,0,0,0,'Ilifar - Cast Shadow Bolt (Phase 1)'), @@ -68097,6 +68249,19 @@ VALUES (1299605,12996,2,0,100,0,15,0,0,0,49,0,0,0,22,1,0,0,0,0,0,0,'Mounted Ironforge Mountaineer - Disable Dynamic Movement and Set Phase 2 at 15% HP'), (1299606,12996,2,3,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Mounted Ironforge Mountaineer - Flee at 15% HP (Phase 2)'), (1299607,12996,7,0,100,0,0,0,0,0,22,1,0,0,40,1,0,0,0,0,0,0,'Mounted Ironforge Mountaineer - Set Phase 1 and Set Melee Weapon Model on Evade'), + (1511301,15113,22,0,100,1,5,6,469,0,5,2,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Bow Emote on Receive Emote'), + (1511312,15113,22,0,100,1,72,6,469,0,5,25,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Point Emote on Receive Emote'), + (1511311,15113,22,0,100,1,110,6,469,0,5,1,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Talk Emote on Receive Emote'), + (1511310,15113,22,0,100,1,21,6,469,0,5,4,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Cheer Emote on Receive Emote'), + (1511309,15113,22,0,100,1,101,6,469,0,5,3,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Wave Emote on Receive Emote'), + (1511308,15113,22,0,100,1,55,6,469,0,5,3,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Wave Emote on Receive Emote'), + (1511307,15113,22,0,100,1,48,6,469,0,5,3,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Wave Emote on Receive Emote'), + (1511306,15113,22,0,100,1,19,6,469,0,5,3,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Wave Emote on Receive Emote'), + (1511305,15113,22,0,100,1,59,6,469,0,5,2,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Bow Emote on Receive Emote'), + (1511304,15113,22,0,100,1,35,6,469,0,5,2,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Bow Emote on Receive Emote'), + (1511303,15113,22,0,100,1,33,6,469,0,5,2,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Bow Emote on Receive Emote'), + (1511302,15113,22,0,100,1,17,6,469,0,5,2,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Bow Emote on Receive Emote'), + (1511313,15113,22,0,100,1,78,6,469,0,5,66,0,0,0,0,0,0,0,0,0,0,'Honored Hero - Salute Emote on Receive Emote'), (4801,48,4,0,100,0,0,0,0,0,11,7165,0,0,0,0,0,0,0,0,0,0,'Skeletal Warrior - Cast Battle Stance on Aggro'), (4802,48,0,0,100,1,2100,13700,10200,20600,11,9080,1,0,0,0,0,0,0,0,0,0,'Skeletal Warrior - Cast Hamstring'), (20201,202,0,0,100,1,5000,8000,9000,13000,11,7399,5,0,0,0,0,0,0,0,0,0,'Skeletal Warrior - Cast Terrify'), @@ -68331,7 +68496,7 @@ VALUES (855301,8553,1,0,100,0,1000,1000,0,0,11,16592,0,0,0,0,0,0,0,0,0,0,'Necromancer - Cast Shadowform on Spawn'), (855302,8553,1,0,100,0,3000,3000,0,0,11,12420,0,0,0,0,0,0,0,0,0,0,'Necromancer - Summon Skeletal Servant on Spawn'), (855303,8553,0,0,100,1,4000,7000,20000,24000,11,11443,4,1,0,0,0,0,0,0,0,0,'Necromancer - Cast Cripple'), - (855501,8555,0,0,100,1,1000,3000,10000,15000,11,16594,1,0,0,0,0,0,0,0,0,0,'Crypt Stalker - Cast Crypt Scarabs'), + (855501,8555,0,0,100,1,1000,3000,10000,15000,11,16594,0,0,0,0,0,0,0,0,0,0,'Crypt Stalker - Cast Crypt Scarabs'), (855601,8556,0,0,100,1,1000,3000,10000,15000,11,745,4,0,0,0,0,0,0,0,0,0,'Crypt Walker - Cast Web'), (855701,8557,0,0,100,1,5000,8000,20000,30000,11,17169,0,0,0,0,0,0,0,0,0,0,'Crypt Horror - Summon Carrion Scarab'), (855801,8558,2,0,100,0,15,0,0,0,11,17170,1,0,0,0,0,0,0,0,0,0,'Crypt Slayer - Cast Fatal Sting at 15% HP'), @@ -68584,11 +68749,14 @@ VALUES (1448503,14485,1,0,20,1,2000,6000,4000,8000,11,23072,0,0,0,0,0,0,0,0,0,0,'Plagued Peasant - Cast Seething Plague'), (1448504,14485,1,0,10,0,10000,15000,0,0,1,-1300,-1301,-1302,0,0,0,0,0,0,0,0,'Plagued Peasant - Random Yell'), (1448505,14485,8,0,25,32,23107,-1,0,0,1,-1296,-1297,-1298,1,-1296,-1298,-1299,1,-1297,-1298,-1299,'Plagued Peasant - Random Yell on Spell Hit'), + (1448901,14489,4,0,100,0,0,0,0,0,20,0,0,0,40,2,0,0,21,0,0,0,'Scourge Archer - Prevent Melee, Set Ranged Weapon Model and Prevent Combat Movement on Aggro'), + (1448902,14489,9,0,100,1,5,29,2200,3800,11,6660,1,0,0,0,0,0,0,0,0,0,'Scourge Archer - Cast Shoot'), + (1448903,14489,9,0,100,0,30,100,0,0,24,0,0,0,0,0,0,0,0,0,0,0,'Scourge Archer - Evade'), (1456401,14564,0,0,100,1,1000,3000,8000,11000,11,7713,0,0,0,0,0,0,0,0,0,0,'Crimson Bodyguard - Cast Wailing Dead'), (1611201,16112,9,0,100,1,0,5,5000,8000,11,11976,1,0,0,0,0,0,0,0,0,0,'Korfax - Cast Strike'), (1611701,16117,9,0,100,1,0,8,10000,15000,11,3385,0,0,0,0,0,0,0,0,0,0,'Plagued Swine - Cast Boar Charge'), (1618401,16184,9,0,100,1,0,20,10000,13000,11,15471,1,0,0,0,0,0,0,0,0,0,'Nerubian Overseer - Cast Enveloping Web'), - (1618402,16184,0,0,100,1,5000,7000,7000,9000,11,16594,1,1,0,0,0,0,0,0,0,0,'Nerubian Overseer - Cast Crypt Scarabs'), + (1618402,16184,0,0,100,1,5000,7000,7000,9000,11,16594,0,1,0,0,0,0,0,0,0,0,'Nerubian Overseer - Cast Crypt Scarabs'), (1622601,16226,11,0,100,0,0,0,0,0,11,28114,0,0,0,0,0,0,0,0,0,0,'Guard Didier - Cast Mark of Didier on Spawn'), (1622602,16226,9,0,100,0,0,8,0,0,11,22120,1,0,0,0,0,0,0,0,0,0,'Guard Didier - Cast Charge'), (1623201,16232,11,0,100,0,0,0,0,0,11,28114,0,0,0,0,0,0,0,0,0,0,'Caravan Mule - Cast Mark of Didier on Spawn'), @@ -68919,6 +69087,12 @@ VALUES (157301,1573,4,0,100,0,0,0,0,0,12,9526,1,30000,12,9526,1,30000,1,-549,0,0,'Gryth Thurden - Summon Enraged Gryphons and Yell on Aggro'), (511101,5111,22,0,100,1,22,9,8353,0,5,19,0,0,15,8353,6,0,1,-1473,0,0,'Innkeeper Firebrew - Emote and Gives Quest Credit on Received Emote'), (682601,6826,22,0,100,1,264,9,8355,0,5,275,0,0,15,8355,6,0,1,-1471,0,0,'Talvash del Kissel - Emote and Gives Quest Credit on Received Emote'), + (1499101,14991,1,0,100,1,10000,90000,20000,70000,10,11,18,0,0,0,0,0,0,0,0,0,'League of Arathor Emissary - Random Laugh or Cry Emote'), + (1499102,14991,1,0,100,1,5000,25000,10000,30000,5,1,0,0,0,0,0,0,0,0,0,0,'League of Arathor Emissary - Talk Emote OOC'), + (1510201,15102,1,0,100,1,10000,90000,20000,70000,10,11,18,0,0,0,0,0,0,0,0,0,'Silverwing Emissary - Random Laugh or Cry Emote'), + (1510202,15102,1,0,100,1,5000,25000,10000,30000,5,1,0,0,0,0,0,0,0,0,0,0,'Silverwing Emissary - Talk Emote OOC'), + (1510301,15103,1,0,100,1,10000,90000,20000,70000,10,11,18,0,0,0,0,0,0,0,0,0,'Stormpike Emissary - Random Laugh or Cry Emote'), + (1510302,15103,1,0,100,1,5000,25000,10000,30000,5,1,0,0,0,0,0,0,0,0,0,0,'Stormpike Emissary - Talk Emote OOC'), (1704801,17048,1,0,100,1,15000,30000,15000,30000,11,29403,0,1,0,0,0,0,0,0,0,0,'IF Firebreather Firebreath Cast'), (116101,1161,4,0,10,0,0,0,0,0,1,-213,-214,-215,0,0,0,0,0,0,0,0,'Stonesplinter Trogg - Random Say on Aggro'), (116102,1161,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Stonesplinter Trogg - Flee at 15% HP'), @@ -69061,7 +69235,10 @@ VALUES (33402,334,0,0,100,1,2000,12900,32100,39400,11,3427,1,32,0,0,0,0,0,0,0,0,'Gath\'Ilzogg - Cast Infected Wound'), (33403,334,9,0,100,1,0,5,5200,12100,11,11792,1,0,0,0,0,0,0,0,0,0,'Gath\'Ilzogg - Cast Shield Bash'), (33501,335,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Singe - Enable Dynamic Movement and Set Phase 1 on Aggro'), - (33502,335,9,5,100,1,8,40,3500,5200,11,13375,1,0,0,0,0,0,0,0,0,0,'Singe - Cast Fireball (Phase 1)'), + (33502,335,9,5,100,1,8,40,3500,5200,11,13375,1,0,0,0,0,0,0,0,0,0,'Singe - Cast Fireball (Phase 1)'); + +INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) +VALUES (33503,335,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Singe - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), (33504,335,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Singe - Disable Dynamic Movement at 0-8 Yards'), (33505,335,3,5,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Singe - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), @@ -69083,10 +69260,7 @@ VALUES (42201,422,0,0,100,1,9000,12000,25700,30700,11,3393,1,0,0,0,0,0,0,0,0,0,'Murloc Flesheater - Cast Consume Flesh'), (42202,422,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Murloc Flesheater - Flee at 15% HP'), (42301,423,4,0,10,0,0,0,0,0,1,-5,-6,0,0,0,0,0,0,0,0,0,'Redridge Mongrel - Random Say on Aggro'), - (42302,423,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Redridge Mongrel - Flee at 15% HP'); - -INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) -VALUES + (42302,423,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Redridge Mongrel - Flee at 15% HP'), (42401,424,4,0,10,0,0,0,0,0,1,-5,-6,0,0,0,0,0,0,0,0,0,'Redridge Poacher - Random Say on Aggro'), (42402,424,4,0,100,0,0,0,0,0,49,1,0,0,20,0,0,0,22,1,0,0,'Redridge Poacher - Enable Dynamic Movement and Prevent Melee and Set Phase 1 on Aggro'), (42403,424,9,5,100,1,5,30,3400,3700,11,6660,1,0,40,2,0,0,0,0,0,0,'Redridge Poacher - Cast Shoot and Set Ranged Weapon Model (Phase 1)'), @@ -69182,7 +69356,7 @@ VALUES (50501,505,11,0,100,0,0,0,0,0,11,3616,0,1,0,0,0,0,0,0,0,0,'Greater Tarantula - Cast Poison Proc on Spawn'), (51801,518,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Yowler - Flee at 15% HP'), (54401,544,0,0,100,1,8500,8500,44600,47800,11,7992,1,0,0,0,0,0,0,0,0,0,'Murloc Nightcrawler - Cast Slowing Poison'), - (54501,545,0,0,100,1,6200,12600,25000,30000,11,122,1,0,0,0,0,0,0,0,0,0,'Murloc Tidecaller - Cast Frost Nova'), + (54501,545,0,0,100,1,6200,12600,25000,30000,11,122,0,0,0,0,0,0,0,0,0,0,'Murloc Tidecaller - Cast Frost Nova'), (54502,545,14,0,100,1,200,40,24100,25500,11,913,6,0,0,0,0,0,0,0,0,0,'Murloc Tidecaller - Cast Healing Wave at 200 HP Deficit on Friendles'), (54503,545,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Murloc Tidecaller - Flee at 15% HP'), (54701,547,9,0,100,0,0,8,0,0,11,6268,0,0,0,0,0,0,0,0,0,0,'Great Goretusk - Cast Rushing Charge'), @@ -69316,6 +69490,7 @@ VALUES (586211,5862,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Twilight Geomancer - Set Phase to 0 on Evade'), (827801,8278,9,0,100,1,0,5,17000,21000,11,5213,1,0,0,0,0,0,0,0,0,0,'Smoldar - Cast Molten Metal'), (828001,8280,9,0,100,1,0,30,9000,15000,11,13321,4,0,0,0,0,0,0,0,0,0,'Shleipnarr - Cast Mana Burn'), + (828002,8280,0,0,100,1,5000,8000,9000,13000,11,7399,4,0,0,0,0,0,0,0,0,0,'Shleipnarr - Cast Terrify'), (828201,8282,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Highlord Mastrogonde - Enable Dynamic Movement and Set Phase 1 on Aggro'), (828202,8282,9,13,100,1,8,40,3400,4800,11,9613,1,0,0,0,0,0,0,0,0,0,'Highlord Mastrogonde - Cast Shadow Bolt (Phase 1)'), (828203,8282,0,13,100,1,8000,14000,21000,25000,11,11639,4,1,0,0,0,0,0,0,0,0,'Highlord Mastrogonde - Cast Shadow Word: Pain (Phase 1)'), @@ -69350,7 +69525,7 @@ VALUES (840001,8400,9,0,100,1,0,5,15000,21000,11,10101,1,0,0,0,0,0,0,0,0,0,'Obsidion - Cast Knock Away'), (840002,8400,0,0,100,1,7000,11000,12000,16000,11,12734,0,0,0,0,0,0,0,0,0,0,'Obsidion - Cast Knock Away'), (840003,8400,4,0,100,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,'Obsidion - Set Stand State to Stand on Aggro'), - (844401,8444,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Trade Master Kovic - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (844401,8444,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,1,-1532,0,0,'Trade Master Kovic - Enable Dynamic Movement, Set Phase 1 and Say on Aggro'), (844402,8444,9,13,100,1,8,40,3400,4800,11,9053,1,0,0,0,0,0,0,0,0,0,'Trade Master Kovic - Cast Fireball (Phase 1)'), (844403,8444,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Trade Master Kovic - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), (844404,8444,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Trade Master Kovic - Disable Dynamic Movement at 0-8 Yards'), @@ -69374,7 +69549,7 @@ VALUES (891703,8917,9,0,100,1,0,5,13000,16000,11,9080,1,1,0,0,0,0,0,0,0,0,'Quarry Slave - Cast Hamstring'), (891704,8917,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Quarry Slave - Flee at 15% HP'), (902601,9026,0,0,100,1,0,20,6000,12000,11,13341,1,0,0,0,0,0,0,0,0,0,'Overmaster Pyron - Cast Fire Blast'), - (902602,9026,9,0,100,1,0,8,10000,15000,11,12470,1,1,0,0,0,0,0,0,0,0,'Overmaster Pyron - Cast Fire Nova'), + (902602,9026,9,0,100,1,0,8,10000,15000,11,12470,0,1,0,0,0,0,0,0,0,0,'Overmaster Pyron - Cast Fire Nova'), (902603,9026,6,0,100,0,0,0,0,0,1,-137,0,0,0,0,0,0,0,0,0,0,'Overmaster Pyron - Say on Death'), (931801,9318,9,0,100,1,0,40,6000,9000,11,11985,1,1,0,0,0,0,0,0,0,0,'Incendosaur - Cast Fireball'), (1462101,14621,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Overseer Maltorius - Enable Dynamic Movement and Set Phase 1 on Aggro'), @@ -69399,8 +69574,8 @@ VALUES (176901,1769,1,0,100,1,1000,1000,1800000,1800000,11,12544,0,1,0,0,0,0,0,0,0,0,'Moonrage Whitescalp - Cast Frost Armor on Spawn'), (176902,1769,27,0,100,1,12544,1,15000,30000,11,12544,0,1,0,0,0,0,0,0,0,0,'Moonrage Whitescalp - Cast Frost Armor on Missing Buff'), (177201,1772,4,0,15,0,0,0,0,0,1,-5,-6,0,0,0,0,0,0,0,0,0,'Rot Hide Gladerunner - Random Say on Aggro'), - (177202,1772,0,0,100,1,21400,34700,10100,45300,11,3237,4,0,0,0,0,0,0,0,0,0,'Rot Hide Gladerunner - Cast Curse of Thule'), - (177301,1773,0,0,100,1,7200,20900,35700,44500,11,3237,4,0,0,0,0,0,0,0,0,0,'Rot Hide Mystic - Cast Curse of Thule'), + (177202,1772,0,0,100,1,21400,34700,10100,45300,11,3237,0,0,0,0,0,0,0,0,0,0,'Rot Hide Gladerunner - Cast Curse of Thule'), + (177301,1773,0,0,100,1,7200,20900,35700,44500,11,3237,0,0,0,0,0,0,0,0,0,0,'Rot Hide Mystic - Cast Curse of Thule'), (177302,1773,14,0,100,1,150,40,24400,32900,11,332,6,1,0,0,0,0,0,0,0,0,'Rot Hide Mystic - Cast Healing Wave on Friendlies'), (177901,1779,0,0,100,1,5700,10100,13100,21800,11,6958,4,0,0,0,0,0,0,0,0,0,'Moonrage Glutton - Cast Blood Leech'), (178001,1780,11,0,100,0,0,0,0,0,11,7276,0,0,0,0,0,0,0,0,0,0,'Moss Stalker - Cast Poison Proc on Spawn'), @@ -69494,14 +69669,14 @@ VALUES (193903,1939,9,5,100,1,0,5,5000,9000,11,11971,1,0,0,0,0,0,0,0,0,0,'Rot Hide Brute - Cast Sunder Armor (Phase 1)'), (193904,1939,24,5,100,1,11971,5,5000,5000,22,2,0,0,0,0,0,0,0,0,0,0,'Rot Hide Brute - Set Phase 2 on Target Max Sunder Armor Aura Stack (Phase 1)'), (193905,1939,28,3,100,1,11971,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'Rot Hide Brute - Set Phase 1 on Target Missing Sunder Armor Aura Stack (Phase 2)'), - (193906,1939,0,0,100,1,7200,20700,32700,54900,11,3237,4,1,0,0,0,0,0,0,0,0,'Rot Hide Brute - Cast Curse of Thule'), + (193906,1939,0,0,100,1,7200,20700,32700,54900,11,3237,0,1,0,0,0,0,0,0,0,0,'Rot Hide Brute - Cast Curse of Thule'), (193907,1939,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Rot Hide Brute - Set Phase to 0 on Evade'), (194001,1940,0,0,100,1,24800,34200,106600,244800,11,3256,4,1,0,0,0,0,0,0,0,0,'Rot Hide Plague Weaver - Cast Plague Cloud'), - (194002,1940,0,0,100,1,7200,20700,32700,59200,11,3237,4,0,0,0,0,0,0,0,0,0,'Rot Hide Plague Weaver - Cast Curse of Thule'), + (194002,1940,0,0,100,1,7200,20700,32700,59200,11,3237,0,0,0,0,0,0,0,0,0,0,'Rot Hide Plague Weaver - Cast Curse of Thule'), (194201,1942,4,0,15,0,0,0,0,0,1,-5,-6,0,0,0,0,0,0,0,0,0,'Rot Hide Savage - Random Say on Aggro'), (194202,1942,0,0,100,1,11200,16700,31400,37300,11,3258,0,1,0,0,0,0,0,0,0,0,'Rot Hide Savage - Cast Savage Rage'), - (194203,1942,0,0,100,1,7200,20700,32700,54900,11,3237,4,0,0,0,0,0,0,0,0,0,'Rot Hide Savage - Cast Curse of Thule'), - (194301,1943,0,0,100,1,7200,20900,36500,43800,11,3237,4,0,0,0,0,0,0,0,0,0,'Raging Rot Hide - Cast Curse of Thule'), + (194203,1942,0,0,100,1,7200,20700,32700,54900,11,3237,0,0,0,0,0,0,0,0,0,0,'Rot Hide Savage - Cast Curse of Thule'), + (194301,1943,0,0,100,1,7200,20900,36500,43800,11,3237,0,0,0,0,0,0,0,0,0,0,'Raging Rot Hide - Cast Curse of Thule'), (194401,1944,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Rot Hide Bruiser - Flee at 15% HP'), (194701,1947,1,0,100,0,0,0,0,0,11,11939,0,0,0,0,0,0,0,0,0,0,'Thule Ravenclaw - Summon Imp on Spawn'), (194702,1947,1,0,100,1,1000,1000,1800000,1800000,11,13787,0,1,0,0,0,0,0,0,0,0,'Thule Ravenclaw - Cast Demon Armor on Spawn'), @@ -69876,6 +70051,7 @@ VALUES (58703,587,2,0,100,0,30,0,0,0,11,8599,0,1,1,-46,0,0,0,0,0,0,'Bloodscalp Warrior - Cast Enrage at 30% HP'), (59701,597,2,0,100,0,30,0,0,0,11,8599,0,1,1,-46,0,0,0,0,0,0,'Bloodscalp Berserker - Cast Enrage at 30% HP'), (59702,597,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Bloodscalp Berserker - Flee at 15% HP'), + (66901,669,1,0,100,0,5000,5000,0,0,11,3621,0,0,0,0,0,0,0,0,0,0,'Skullsplitter Hunter - Cast Skullsplitter Pet'), (67401,674,4,0,100,0,0,0,0,0,11,7978,1,1,0,0,0,0,0,0,0,0,'Venture Co Strip Miner - Cast Throw Dynamite'), (67402,674,0,0,100,1,8000,14000,12000,18000,11,8800,4,0,0,0,0,0,0,0,0,0,'Venture Co Strip Miner - Cast Dynamite'), (67403,674,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Venture Co Strip Miner - Flee at 15% HP'), @@ -69929,6 +70105,7 @@ VALUES (78010,780,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Skullsplitter Mystic - Set Phase to 0 on Evade'), (78301,783,0,0,100,1,5000,7000,23000,26000,11,3148,1,0,0,0,0,0,0,0,0,0,'Skullsplitter Berserker - Cast Head Crack'), (78302,783,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Skullsplitter Berserker - Flee at 15% HP'), + (78401,784,1,0,100,0,5000,5000,0,0,11,3621,0,0,0,0,0,0,0,0,0,0,'Skullsplitter Beastmaster - Cast Skullsplitter Pet'), (81401,814,0,0,100,1,0,500,10900,18600,11,7068,1,32,0,0,0,0,0,0,0,0,'Sergeant Malthus - Cast Veil of Shadow'), (81402,814,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Sergeant Malthus - Flee at 15% HP'), (92101,921,0,0,100,1,5200,7500,5900,9800,11,15584,1,0,0,0,0,0,0,0,0,0,'Venture Co Lumberjack - Cast Cleave'), @@ -69990,7 +70167,7 @@ VALUES (155001,1550,0,0,75,1,5000,5000,18000,18000,11,6607,4,0,0,0,0,0,0,0,0,0,'Thrashtail Basilisk - Cast Lash'), (155101,1551,0,0,85,1,8000,8000,30000,30000,11,5106,1,0,0,0,0,0,0,0,0,0,'Ironjaw Basilisk - Cast Crystal Flash'), (155201,1552,0,0,85,1,15000,15000,26000,26000,11,5106,1,0,0,0,0,0,0,0,0,0,'Scale Belly - Cast Crystal Flash'), - (155901,1559,0,0,100,1,2600,3800,6000,10200,11,5568,1,0,0,0,0,0,0,0,0,0,'King Mukla - Cast Trample'), + (155901,1559,0,0,100,1,2600,3800,6000,10200,11,5568,0,0,0,0,0,0,0,0,0,0,'King Mukla - Cast Trample'), (156101,1561,4,0,100,0,0,0,0,0,11,674,0,0,0,0,0,0,0,0,0,0,'Bloodsail Raider - Cast Dual Wield on Aggro'), (156102,1561,0,0,100,1,9800,11300,18500,31400,11,6533,1,0,0,0,0,0,0,0,0,0,'Bloodsail Raider - Cast Net'), (156103,1561,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Bloodsail Raider - Flee at 15% HP'), @@ -70039,7 +70216,7 @@ VALUES (246402,2464,0,0,100,1,21100,33900,21100,33900,11,19134,4,1,0,0,0,0,0,0,0,0,'Commander Aggro\'gosh - Cast Frightening Shout'), (246403,2464,0,0,100,1,42800,42800,42800,42800,11,23600,0,1,0,0,0,0,0,0,0,0,'Commander Aggro\'gosh - Cast Piercing Howl'), (246404,2464,2,0,100,0,30,0,0,0,11,8599,0,1,1,-46,0,0,0,0,0,0,'Commander Aggro\'gosh - Cast Enrage at 30% HP'), - (252101,2521,0,0,100,1,8600,8600,16500,27700,11,5568,1,0,0,0,0,0,0,0,0,0,'Skymane Gorilla - Cast Trample'), + (252101,2521,0,0,100,1,8600,8600,16500,27700,11,5568,0,0,0,0,0,0,0,0,0,0,'Skymane Gorilla - Cast Trample'), (254601,2546,0,0,100,1,0,500,1400,4900,11,9128,0,32,0,0,0,0,0,0,0,0,'Fleet Master Firallon - Cast Battle Shout'), (254701,2547,0,0,100,1,1000,1000,20000,35000,11,7164,0,0,0,0,0,0,0,0,0,0,'Ironpatch - Cast Defensive Stance on Aggro'), (254702,2547,9,0,100,1,0,5,9000,12000,11,11972,1,1,0,0,0,0,0,0,0,0,'Ironpatch - Cast Shield Bash'), @@ -70057,9 +70234,9 @@ VALUES (254902,2549,0,0,100,1,4000,8000,10200,23700,11,6253,1,0,0,0,0,0,0,0,0,0,'Garr Salthoof - Cast Backhand'), (254903,2549,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Garr Salthoof - Flee at 15% HP'), (255001,2550,0,0,100,1,2800,4300,9700,14800,11,11436,4,1,0,0,0,0,0,0,0,0,'Captain Stillwater - Cast Slow'), - (255002,2550,0,0,100,1,500,1100,3500,10000,11,11975,1,0,0,0,0,0,0,0,0,0,'Captain Stillwater - Cast Arcane Explosion'), + (255002,2550,0,0,100,1,500,1100,3500,10000,11,11975,0,0,0,0,0,0,0,0,0,0,'Captain Stillwater - Cast Arcane Explosion'), (262401,2624,4,0,100,0,0,0,0,0,1,-1226,0,0,0,0,0,0,0,0,0,0,'Gazban - Say on Aggro'), - (262402,2624,0,0,100,1,6100,12800,7200,15700,11,5403,1,0,0,0,0,0,0,0,0,0,'Gazban - Cast Crash of Waves'), + (262402,2624,0,0,100,1,6100,12800,7200,15700,11,5403,0,0,0,0,0,0,0,0,0,0,'Gazban - Cast Crash of Waves'), (285801,2858,4,0,100,0,0,0,0,0,12,9297,1,30000,12,9297,1,30000,1,-548,0,0,'Gringer - Summon Enraged Wyverns and Yell on Aggro'), (285901,2859,4,0,100,0,0,0,0,0,12,9526,1,30000,12,9526,1,30000,1,-549,0,0,'Gyll - Summon Enraged Gryphons and Yell on Aggro'), (445701,4457,11,0,100,0,0,0,0,0,11,3616,0,1,0,0,0,0,0,0,0,0,'Murkgill Forager - Cast Poison Proc on Spawn'), @@ -70096,7 +70273,7 @@ VALUES (446012,4460,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Murkgill Lord - Set Phase to 0 on Evade'), (446101,4461,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Murkgill Warrior - Flee at 15% HP'), (450501,4505,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Bloodsail Deckhand - Flee at 15% HP'), - (1448701,14487,0,0,100,1,15600,15600,32000,35000,11,6306,1,0,0,0,0,0,0,0,0,0,'Gluggle - Cast Acid Splash'), + (1448701,14487,0,0,100,1,15600,15600,32000,35000,11,6306,0,0,0,0,0,0,0,0,0,0,'Gluggle - Cast Acid Splash'), (1448702,14487,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Gluggle - Flee at 15% HP'), (1448801,14488,0,0,100,1,7000,14000,7000,14000,11,15496,1,0,0,0,0,0,0,0,0,0,'Roloch - Cleave'), (1609601,16096,4,0,100,0,0,0,0,0,49,1,0,0,20,0,0,0,22,1,0,0,'Steamwheedle Bruiser - Enable Dynamic Movement and Prevent Melee and Set Phase 1 on Aggro'), @@ -70464,8 +70641,6 @@ VALUES (152601,1526,9,0,100,1,0,5,9000,15000,11,3234,1,0,0,0,0,0,0,0,0,0,'Ravaged Corpse - Cast Disease Touch'), (152701,1527,9,0,100,1,0,5,9000,15000,11,3234,1,0,0,0,0,0,0,0,0,0,'Hungering Dead - Cast Disease Touch'), (152801,1528,9,0,100,1,0,5,9000,15000,11,3234,1,0,0,0,0,0,0,0,0,0,'Shambling Horror - Cast Disease Touch'), - (152901,1529,8,0,35,1,0,-1,0,0,11,3322,6,0,0,0,0,0,0,0,0,0,'Bleeding Horror - Cast Rancid Blood on Spellhit'), - (153001,1530,8,0,35,1,0,-1,0,0,11,3322,6,0,0,0,0,0,0,0,0,0,'Rotting Ancestor - Cast Rancid Blood on Spellhit'), (153101,1531,9,0,100,1,0,8,12000,21000,11,7713,0,0,0,0,0,0,0,0,0,0,'Lost Soil - Cast Wailing Dead'), (153201,1532,9,0,100,1,0,8,12000,21000,11,7713,0,0,0,0,0,0,0,0,0,0,'Wandering Spirit - Cast Wailing Dead'), (153301,1533,9,0,100,1,0,8,12000,21000,11,7713,0,0,0,0,0,0,0,0,0,0,'Tormented Spirit - Cast Wailing Dead'), @@ -70517,7 +70692,7 @@ VALUES (155401,1554,9,0,100,1,0,5,7000,12000,11,3242,1,0,0,0,0,0,0,0,0,0,'Vampiric Duskbat - Cast Ravage'), (155501,1555,11,0,100,0,0,0,0,0,11,3616,0,1,0,0,0,0,0,0,0,0,'Vicious Night Web Spider - Cast Poison Proc on Spawn'), (165401,1654,1,0,100,0,0,0,0,0,11,26047,0,0,0,0,0,0,0,0,0,0,'Gregor Agamand - Cast Birth on Spawn'), - (165701,1657,4,0,60,0,0,0,0,0,1,-1033,-1034,0,0,0,0,0,0,0,0,0,'Devlin Agamand - Random Say on Aggro'), + (165701,1657,4,0,60,0,0,0,0,0,1,-1033,-1034,-821,0,0,0,0,0,0,0,0,'Devlin Agamand - Random Say on Aggro'), (165702,1657,9,0,100,1,0,5,16000,30000,11,3148,1,0,0,0,0,0,0,0,0,0,'Devilin Agamand - Cast Head Crack'), (166001,1660,4,0,35,0,0,0,0,0,1,-897,-1028,-896,0,0,0,0,0,0,0,0,'Scarlet Bodyguard - Random Say on Aggro'), (166002,1660,0,0,100,1,1000,7000,5000,28000,11,12169,0,0,0,0,0,0,0,0,0,0,'Scarlet Bodyguard - Cast Shield Block'), @@ -70533,12 +70708,12 @@ VALUES (166503,1665,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Captain Melrache - Flee at 15% HP'), (166701,1667,4,0,100,0,0,0,0,0,1,-1030,-1031,-1032,0,0,0,0,0,0,0,0,'Meven Korgal - Random Say on Aggro'), (167401,1674,4,0,15,0,0,0,0,0,1,-5,-6,0,0,0,0,0,0,0,0,0,'Rot Hide Gnoll - Random Say on Aggro'), - (167402,1674,0,0,100,1,7000,21000,30000,45000,11,3237,1,0,0,0,0,0,0,0,0,0,'Rot Hide Gnoll - Cast Curse of Thule'), + (167402,1674,0,0,100,1,7000,21000,30000,45000,11,3237,0,0,0,0,0,0,0,0,0,0,'Rot Hide Gnoll - Cast Curse of Thule'), (167403,1674,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Rot Hide Gnoll - Flee at 15% HP'), (167501,1675,4,0,15,0,0,0,0,0,1,-5,-6,0,0,0,0,0,0,0,0,0,'Rot Hide Mongrel - Random Say on Aggro'), - (167502,1675,0,0,100,0,7000,14000,30000,45000,11,3237,4,33,0,0,0,0,0,0,0,0,'Rot Hide Mongrel - Cast Curse of Thule'), + (167502,1675,0,0,100,0,7000,14000,30000,45000,11,3237,0,33,0,0,0,0,0,0,0,0,'Rot Hide Mongrel - Cast Curse of Thule'), (168801,1688,11,0,100,0,0,0,0,0,11,11959,0,1,0,0,0,0,0,0,0,0,'Night Web Matriarch - Cast Poison Proc on Spawn'), - (175302,1753,0,0,100,1,4000,9000,30000,45000,11,3237,4,33,0,0,0,0,0,0,0,0,'Maggot Eye - Cast Curse of Thule'), + (175302,1753,0,0,100,1,4000,9000,30000,45000,11,3237,0,33,0,0,0,0,0,0,0,0,'Maggot Eye - Cast Curse of Thule'), (175301,1753,2,0,100,1,75,0,7000,14000,11,3243,1,1,0,0,0,0,0,0,0,0,'Maggot Eye - Cast Life Harvest at 75% HP'), (176501,1765,0,0,100,1,4000,14000,34000,60000,11,24604,0,0,0,0,0,0,0,0,0,0,'Worgn - Cast Furious Howl'), (191001,1910,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Muad - Enable Dynamic Movement and Set Phase 1 on Aggro'), @@ -70567,7 +70742,7 @@ VALUES (193601,1936,9,0,100,1,0,5,7000,10000,11,11976,1,0,0,0,0,0,0,0,0,0,'Farmer Sollidan - Cast Strike'), (193602,1936,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Farmer Sollidan - Flee at 15% HP'), (194101,1941,4,0,15,0,0,0,0,0,1,-5,-6,0,0,0,0,0,0,0,0,0,'Rot Hide Graverobber - Random Say on Aggro'), - (194102,1941,0,0,100,1,2000,18000,120000,161000,11,3237,1,1,0,0,0,0,0,0,0,0,'Rot Hide Graverobber - Cast Curse of Thule'), + (194102,1941,0,0,100,1,2000,18000,120000,161000,11,3237,0,1,0,0,0,0,0,0,0,0,'Rot Hide Graverobber - Cast Curse of Thule'), (428001,4280,0,0,100,1,3000,5000,7000,12000,11,13953,1,0,0,0,0,0,0,0,0,0,'Scarlet Preserver - Cast Holy Strike'), (428002,4280,14,0,100,1,500,40,12000,18000,11,13952,6,1,0,0,0,0,0,0,0,0,'Scarlet Preserver - Cast Holy Light on Friendlies'), (428003,4280,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Scarlet Preserver - Flee at 15% HP'), @@ -70830,15 +71005,13 @@ VALUES (178802,1788,0,0,100,1,9000,12000,21000,26000,11,12054,1,0,0,0,0,0,0,0,0,0,'Skeletal Warlord - Cast Rend'), (178901,1789,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Skeletal Acolyte - Enable Dynamic Movement and Set Phase 1 on Aggro'), (178902,1789,9,5,100,1,8,30,3400,4800,11,20825,1,0,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Cast Shadow Bolt (Phase 1)'), - (178903,1789,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (178903,1789,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), (178904,1789,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Disable Dynamic Movement at 0-8 Yards'), - (178905,1789,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Skeletal Acolyte - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), - (178906,1789,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Set Phase 1 when Mana is above 15% (Phase 2)'), + (178905,1789,3,5,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Skeletal Acolyte - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (178906,1789,3,3,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Set Phase 1 when Mana is above 15% (Phase 2)'), (178907,1789,0,0,100,1,9000,14000,11000,15000,11,14887,4,1,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Cast Shadow Bolt Volley'), (178908,1789,2,0,60,0,30,0,0,0,11,16588,0,1,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Cast Dark Mending at 30% HP'), - (178909,1789,2,0,100,0,15,0,0,0,49,0,0,0,22,3,0,0,0,0,0,0,'Skeletal Acolyte - Disable Dynamic Movement and Set Phase 3 at 15% HP'), - (178910,1789,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Skeletal Acolyte - Flee at 15% HP (Phase 3)'), - (178911,1789,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Set Phase to 0 on Evade'), + (178909,1789,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Skeletal Acolyte - Set Phase to 0 on Evade'), (179101,1791,1,0,100,0,0,0,0,0,11,26047,0,0,0,0,0,0,0,0,0,0,'Slavering Ghoul - Cast Birth on Spawn'), (179102,1791,1,0,100,0,5000,5000,0,0,11,8876,0,0,0,0,0,0,0,0,0,0,'Slavering Ghoul - Cast Thrash on Spawn'), (179103,1791,9,0,100,1,0,5,60000,75000,11,7125,1,33,0,0,0,0,0,0,0,0,'Slavering Ghoul - Cast Toxic Saliva'), @@ -71276,7 +71449,7 @@ VALUES (55002,550,2,0,100,0,30,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Defias Messenger - Flee at 15% HP'), (57201,572,11,0,100,0,0,0,0,0,11,3616,0,1,0,0,0,0,0,0,0,0,'Leprithus - Cast Poison Proc on Spawn'), (57202,572,0,0,100,1,12000,20100,12000,20100,11,4974,1,33,0,0,0,0,0,0,0,0,'Leprithus - Cast Wither Touch'), - (57301,573,0,0,100,1,2800,4300,11700,16300,11,5568,1,0,0,0,0,0,0,0,0,0,'Foe Reaper 4000 - Cast Trample'), + (57301,573,0,0,100,1,2800,4300,11700,16300,11,5568,0,0,0,0,0,0,0,0,0,0,'Foe Reaper 4000 - Cast Trample'), (58901,589,1,0,100,1,1000,1000,1800000,1800000,11,12544,0,1,0,0,0,0,0,0,0,0,'Defias Pillager - Cast Frost Armor on Spawn'), (58902,589,4,0,15,0,0,0,0,0,1,-2,-2,-4,0,0,0,0,0,0,0,0,'Defias Pillager - Random Say on Aggro'), (58903,589,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Defias Pillager - Enable Dynamic Movement and Set Phase 1 on Aggro'), @@ -71301,7 +71474,10 @@ VALUES (59902,599,9,13,100,1,0,40,3400,4900,11,9053,1,0,0,0,0,0,0,0,0,0,'Marisa du\'Paige - Cast Fireball (Phase 1)'), (59903,599,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Marisa du\'Paige - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), (59904,599,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Marisa du\'Paige - Disable Dynamic Movement at 0-8 Yards'), - (59905,599,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Marisa du\'Paige - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (59905,599,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Marisa du\'Paige - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'); + +INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) +VALUES (59906,599,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Marisa du\'Paige - Set Phase 1 when Mana is above 15% (Phase 2)'), (59907,599,0,0,100,1,12000,19000,35000,48000,11,700,4,0,0,0,0,0,0,0,0,0,'Marisa du\'Paige - Cast Sleep'), (59908,599,0,0,80,1,18000,25000,25000,35000,11,228,1,0,0,0,0,0,0,0,0,0,'Marisa du\'Paige - Cast Polymorph Chicken'), @@ -71321,10 +71497,7 @@ VALUES (61910,619,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Defias Conjurer - Flee at 15% HP (Phase 3)'), (61911,619,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Defias Conjurer - Set Phase to 0 on Evade'), (62301,623,0,0,100,1,5900,16200,12100,19200,11,11976,1,0,0,0,0,0,0,0,0,0,'Skeletal Miner - Cast Strike'), - (62401,624,9,0,100,1,0,15,2900,7100,11,5137,1,32,0,0,0,0,0,0,0,0,'Undead Excavator - Cast Call of the Grave'); - -INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) -VALUES + (62401,624,9,0,100,1,0,15,2900,7100,11,5137,1,32,0,0,0,0,0,0,0,0,'Undead Excavator - Cast Call of the Grave'), (62501,625,9,0,100,1,0,30,14500,32500,11,7395,1,0,0,0,0,0,0,0,0,0,'Undead Dynamiter - Cast Deadmines Dynamite'), (62601,626,2,0,100,1,30,0,36800,40200,11,5219,1,1,0,0,0,0,0,0,0,0,'Foreman Thistlenettle - Cast Draw of Thistlenettle at 30% HP'), (82401,824,4,0,15,0,0,0,0,0,1,-2,-4,-4,0,0,0,0,0,0,0,0,'Defias Digger - Random Say on Aggro'), @@ -71497,9 +71670,9 @@ VALUES (105001,1050,0,0,100,1,5900,17300,5900,21000,11,16635,0,0,0,0,0,0,0,0,0,0,'Scalebane Royal Guard - Cast Fire Nova'), (105002,1050,9,0,100,1,0,5,7400,14000,11,16856,1,0,0,0,0,0,0,0,0,0,'Scalebane Royal Guard - Cast Mortal Strike'), (105101,1051,4,0,15,0,0,0,0,0,1,-357,-358,-406,0,0,0,0,0,0,0,0,'Dark Iron Dwarf - Random Say on Aggro'), - (105102,1051,0,0,100,1,2000,8300,18000,34200,11,7891,4,3,0,0,0,0,0,0,0,0,'Dark Iron Dwarf - Cast Gift of Ragnaros'), + (105102,1051,0,0,100,1,2000,8300,18000,34200,11,7891,0,3,0,0,0,0,0,0,0,0,'Dark Iron Dwarf - Cast Gift of Ragnaros'), (105103,1051,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Dark Iron Dwarf - Flee at 15% HP'), - (105201,1052,0,0,100,1,2100,7300,18000,26000,11,7891,4,3,0,0,0,0,0,0,0,0,'Dark Iron Saboteur - Cast Gift of Ragnaros'), + (105201,1052,0,0,100,1,2100,7300,18000,26000,11,7891,0,3,0,0,0,0,0,0,0,0,'Dark Iron Saboteur - Cast Gift of Ragnaros'), (105202,1052,2,0,100,0,15,0,0,0,1,-364,0,0,1,-375,0,0,11,3204,0,1,'Dark Iron Saboteur - Say and Text Emote then Cast Sapper Explode at 15% HP'), (105301,1053,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Dark Iron Tunneler - Set Phase 1 on Aggro'), (105302,1053,4,0,15,0,0,0,0,0,1,-357,-358,-406,0,0,0,0,0,0,0,0,'Dark Iron Tunneler - Random Say on Aggro'), @@ -71507,7 +71680,7 @@ VALUES (105304,1053,24,5,100,1,11971,5,5000,5000,22,2,0,0,0,0,0,0,0,0,0,0,'Dark Iron Tunneler - Set Phase 2 on Target Max Sunder Armor Aura Stack (Phase 1)'), (105305,1053,28,3,100,1,11971,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'Dark Iron Tunneler - Set Phase 1 on Target Missing Sunder Armor Aura Stack (Phase 2)'), (105306,1053,0,0,100,1,1000,3000,1300,5000,11,7164,0,33,0,0,0,0,0,0,0,0,'Dark Iron Tunneler - Cast Defensive Stance'), - (105307,1053,0,0,100,1,2000,8500,18000,22000,11,7891,4,3,0,0,0,0,0,0,0,0,'Dark Iron Tunneler - Cast Gift of Ragnaros'), + (105307,1053,0,0,100,1,2000,8500,18000,22000,11,7891,0,3,0,0,0,0,0,0,0,0,'Dark Iron Tunneler - Cast Gift of Ragnaros'), (105308,1053,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Dark Iron Tunneler - Flee at 15% HP'), (105309,1053,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Dark Iron Tunneler - Set Phase to 0 on Evade'), (105401,1054,4,0,15,0,0,0,0,0,1,-357,-358,-406,0,0,0,0,0,0,0,0,'Dark Iron Demolitionist - Random Say on Aggro'), @@ -71592,7 +71765,7 @@ VALUES (652307,6523,2,0,100,0,15,0,0,0,49,0,0,0,22,1,0,0,0,0,0,0,'Dark Iron Rifleman - Disable Dynamic Movement and Set Phase 2 at 15% HP'), (652308,6523,2,3,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Dark Iron Rifleman - Flee at 15% HP (Phase 2)'), (652309,6523,7,0,100,0,0,0,0,0,22,1,0,0,40,1,0,0,0,0,0,0,'Dark Iron Rifleman - Set Phase 1 and Set Melee Weapon Model on Evade'), - (1289901,12899,0,0,100,1,6100,7100,16200,16200,11,20712,1,0,0,0,0,0,0,0,0,0,'Axtroz - Cast Flame Breath'), + (1289901,12899,0,0,100,1,6100,7100,16200,16200,11,20712,0,0,0,0,0,0,0,0,0,0,'Axtroz - Cast Flame Breath'), (1289902,12899,0,0,100,1,8300,13300,7700,11400,11,16095,1,32,0,0,0,0,0,0,0,0,'Axtroz - Cast Vicious Rend'), (1289903,12899,0,0,90,1,4600,5200,6400,11800,11,20714,1,0,0,0,0,0,0,0,0,0,'Axtroz - Cast Fireball'), (1442401,14424,0,0,100,1,10800,16500,14300,28200,11,22127,1,0,0,0,0,0,0,0,0,0,'Mirelow - Cast Entangling Roots'), @@ -71947,7 +72120,7 @@ VALUES (952701,9527,0,0,100,1,3000,6000,12000,15000,11,18106,4,32,0,0,0,0,0,0,0,0,'Enraged Hippogryph - Cast Rend'), (1005201,10052,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Maluressian - Flee at 15% HP'), (1055901,10559,0,0,100,1,5400,7100,14300,19600,11,8398,1,0,0,0,0,0,0,0,0,0,'Lady Vespia - Cast Frostbolt Volley'), - (1055902,10559,0,0,100,1,15300,19100,9500,22100,11,13586,1,0,0,0,0,0,0,0,0,0,'Lady Vespia - Cast Aqua Jet'), + (1055902,10559,0,0,100,1,15300,19100,9500,22100,11,13586,0,0,0,0,0,0,0,0,0,0,'Lady Vespia - Cast Aqua Jet'), (1055903,10559,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Lady Vespia - Flee at 15% HP'), (1063901,10639,11,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,0,0,0,0,0,'Rorgish Jowl - Cast Thrash on Spawn'), (1064001,10640,2,0,100,1,50,0,15000,180000,11,12160,0,0,0,0,0,0,0,0,0,0,'Oakpaw - Cast Rejuvenation at 50% HP'), @@ -72073,7 +72246,7 @@ VALUES (1291801,12918,4,0,100,0,0,0,0,0,1,-826,0,0,0,0,0,0,0,0,0,0,'Chief Murgut - Say on Aggro'), (1291802,12918,6,0,100,0,0,0,0,0,11,20818,0,7,1,-827,0,0,0,0,0,0,'Chief Murgut - Summon Foulweald Totem Basket and Say on Death'), (1292101,12921,11,0,100,0,0,0,0,0,11,6821,0,0,0,0,0,0,0,0,0,0,'Enraged Foulweald - Cast Corrupted Strength Passive on Spawn'), - (1292102,12921,8,0,100,0,20746,-1,0,0,11,20786,6,1,1,-828,0,0,0,0,0,0,'Enraged Foulweald - Cast Destroy Karang\'s Banner and Emote on Summon Karang\'s Banner Aura Spellhit'), + (1292102,12921,8,0,100,0,20746,-1,0,0,11,20786,0,1,1,-828,0,0,0,0,0,0,'Enraged Foulweald - Cast Destroy Karang\'s Banner and Emote on Summon Karang\'s Banner Aura Spellhit'), (1294001,12940,11,0,100,0,0,0,0,0,11,12787,0,0,0,0,0,0,0,0,0,0,'Vorsha the Lasher - Cast Thrash on Spawn'), (1294002,12940,9,0,100,1,0,5,11200,19500,11,6607,1,1,0,0,0,0,0,0,0,0,'Vorsha the Lasher - Cast Lash'), (1471501,14715,4,0,100,0,0,0,0,0,49,1,0,0,20,0,0,0,22,1,0,0,'Silverwing Elite - Enable Dynamic Movement and Prevent Melee and Set Phase 1 on Aggro'), @@ -72110,7 +72283,7 @@ VALUES (611707,6117,3,3,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Highborne Lichling - Set Phase 1 when Mana is above 15% (Phase 2)'), (611708,6117,27,0,100,1,12544,1,15000,30000,11,12544,0,1,0,0,0,0,0,0,0,0,'Highborne Lichling - Cast Frost Armor on Missing Buff'), (611709,6117,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Highborne Lichling - Set Phase to 0 on Evade'), - (611801,6118,0,0,100,1,3000,6000,120000,120000,11,21007,4,0,0,0,0,0,0,0,0,0,'Varo\'then\'s Ghost - Cast Curse of Weakness'), + (611801,6118,0,0,100,1,3000,6000,120000,120000,11,21007,0,0,0,0,0,0,0,0,0,0,'Varo\'then\'s Ghost - Cast Curse of Weakness'), (612601,6126,9,0,100,1,0,10,20000,45000,11,7098,4,32,0,0,0,0,0,0,0,0,'Haldarr Trickster - Cast Curse of Mending'), (612701,6127,1,0,100,0,1000,1000,0,0,11,11939,0,0,0,0,0,0,0,0,0,0,'Haldarr Felsworn - Summon Imp on Spawn'), (612702,6127,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Haldarr Felsworn - Enable Dynamic Movement and Set Phase 1 on Aggro'), @@ -72263,6 +72436,14 @@ VALUES (665102,6651,9,0,100,1,0,30,14000,18000,11,12747,1,1,0,0,0,0,0,0,0,0,'Gatekeeper Rageroar - Cast Entangling Roots'), (665201,6652,9,0,100,1,0,8,9000,14000,11,21073,0,0,0,0,0,0,0,0,0,0,'Master Feardred - Cast Arcane Explosion'), (786401,7864,9,0,100,1,0,30,9000,18000,11,11963,4,32,0,0,0,0,0,0,0,0,'Lingering Highborne - Cast Enfeeble'), + (788601,7886,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Spitelash Enchantress - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (788602,7886,0,5,100,1,1000,5000,21000,27000,11,3443,0,0,0,0,0,0,0,0,0,0,'Spitelash Enchantress - Cast Enchanted Quickness (Phase 1)'), + (788603,7886,9,5,100,1,8,20,5000,7000,11,12548,1,0,0,0,0,0,0,0,0,0,'Spitelash Enchantress - Cast Frost Shock (Phase 1)'), + (788604,7886,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Spitelash Enchantress - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (788605,7886,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Spitelash Enchantress - Disable Dynamic Movement at 0-8 Yards'), + (788606,7886,3,5,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Spitelash Enchantress - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (788607,7886,3,3,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Spitelash Enchantress - Set Phase 1 when Mana is above 15% (Phase 2)'), + (788608,7886,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Spitelash Enchantress - Set Phase to 0 on Evade'), (837801,8378,1,0,100,1,1000,1000,1800000,1800000,11,1006,0,0,0,0,0,0,0,0,0,0,'Alexandra Blazen - Cast Inner Fire'), (837802,8378,14,0,100,1,1000,40,14000,18000,11,11640,6,1,0,0,0,0,0,0,0,0,'Alexandra Blazen - Cast Renew on Friendlies'), (838001,8380,9,0,100,1,0,5,8000,12000,11,11293,1,0,0,0,0,0,0,0,0,0,'Captain Vanessa Beltis - Cast Sinister Strike'), @@ -72321,7 +72502,7 @@ VALUES (876307,8763,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Mistwing Rogue - Set Phase to 0 on Evade'), (876401,8764,9,0,100,1,0,30,14000,19000,11,8806,4,0,0,0,0,0,0,0,0,0,'Mistwing Ravager - Cast Poisoned Shot'), (876601,8766,9,0,100,1,0,5,12000,16000,11,6907,4,32,0,0,0,0,0,0,0,0,'Forest Ooze - Cast Diseased Slime'), - (1220401,12204,0,0,100,1,40,1000,6500,9000,11,12545,1,33,0,0,0,0,0,0,0,0,'Spitelash Raider - Cast Spitelash'), + (1220401,12204,11,0,100,1,40,1000,6500,9000,11,12546,0,33,0,0,0,0,0,0,0,0,'Spitelash Raider - Cast Spitelash on Spawn'), (1220402,12204,0,0,100,1,1000,2500,11000,15000,11,12548,1,0,0,0,0,0,0,0,0,0,'Spitelash Raider - Cast Frost Shock'), (1220501,12205,1,0,100,1,1000,1000,600000,600000,11,12550,0,1,0,0,0,0,0,0,0,0,'Spitelash Witch - Cast Lightning Shield on OOC'), (1220502,12205,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Spitelash Witch - Enable Dynamic Movement and Set Phase 1 on Aggro'), @@ -72334,11 +72515,12 @@ VALUES (1257701,12577,4,0,100,0,0,0,0,0,12,9527,1,30000,12,9527,1,30000,1,-549,0,0,'Jarrodenus - Summon Enraged Hippogryphs on Aggro'), (1446201,14462,9,0,100,1,0,5,12000,16000,11,11428,1,0,0,0,0,0,0,0,0,0,'Thundering Invader - Cast Knockdown'), (1446202,14462,0,0,100,1,7000,11000,9000,13000,11,23114,4,1,0,0,0,0,0,0,0,0,'Thundering Invader - Cast Earth Shock'), - (1446401,14464,4,0,100,0,0,0,0,0,1,-986,0,0,0,0,0,0,0,0,0,0,'Avalanchion - Say on Aggro'), + (1446401,14464,4,0,100,0,0,0,0,0,1,-986,-1490,0,0,0,0,0,0,0,0,0,'Avalanchion - Say on Aggro'), (1446402,14464,9,0,100,1,5,30,5000,8000,11,23392,4,0,0,0,0,0,0,0,0,0,'Avalanchion - Cast Boulder'), (1446403,14464,0,0,100,1,7000,12000,10000,13000,11,6524,0,1,0,0,0,0,0,0,0,0,'Avalanchion - Cast Ground Tremor'), (1446404,14464,9,0,100,1,0,8,8000,11000,11,5568,0,1,0,0,0,0,0,0,0,0,'Avalanchion - Cast Trample'), - (1446405,14464,6,0,100,0,0,0,0,0,1,-987,0,0,0,0,0,0,0,0,0,0,'Avalanchion - Say on Death'), + (1446405,14464,1,0,100,1,10000,60000,300000,420000,1,-1491,0,0,0,0,0,0,0,0,0,0,'Avalanchion - Random Yell OOC'), + (1446406,14464,6,0,100,0,0,0,0,0,1,-987,0,0,0,0,0,0,0,0,0,0,'Avalanchion - Say on Death'), (207101,2071,11,0,100,0,0,0,0,0,11,8594,0,0,0,0,0,0,0,0,0,0,'Moonstalker Matriarch - Summon Moonstalker Runt on Spawn'), (215801,2158,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Gravelflint Scout - Flee at 15% HP'), (215901,2159,9,0,100,1,0,5,8000,12000,11,3148,1,32,0,0,0,0,0,0,0,0,'Gravelflint Bonesnapper - Cast Head Crack'), @@ -73442,6 +73624,7 @@ VALUES (1032101,10321,9,0,100,1,0,5,8000,11000,11,15584,1,0,0,0,0,0,0,0,0,0,'Emberstrife - Cast Cleave'), (1032102,10321,0,0,100,1,7000,9000,10000,12000,11,9573,1,0,0,0,0,0,0,0,0,0,'Emberstrife - Cast Flame Breath'), (1032103,10321,2,0,100,1,30,0,120000,120000,11,8269,0,1,1,-106,0,0,0,0,0,0,'Emberstrife - Cast Frenzy at 30% HP'), + (1032104,10321,2,0,100,0,10,0,0,0,1,-1482,0,0,0,0,0,0,0,0,0,0,'Emberstrife - Textemote at 10% HP'), (1105201,11052,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Timothy Worthington - Flee at 15% HP'), (1189901,11899,4,0,100,0,0,0,0,0,12,9297,1,30000,12,9297,1,30000,1,-548,0,0,'Shardi - Summon Enraged Wyverns and Yell on Aggro'), (1271601,12716,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Decedra Willham - Flee at 15% HP'), @@ -73532,7 +73715,10 @@ VALUES (711505,7115,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Jaedenar Adept - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), (711506,7115,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Jaedenar Adept - Set Phase 1 when Mana is above 15% (Phase 2)'), (711507,7115,9,11,100,1,0,5,16000,21000,11,14514,0,1,0,0,0,0,0,0,0,0,'Jaedenar Adept - Cast Blink (Phase 2)'), - (711508,7115,0,0,100,1,11000,15000,12000,16000,11,20832,4,1,0,0,0,0,0,0,0,0,'Jaedenar Adept - Cast Fire Blast'), + (711508,7115,0,0,100,1,11000,15000,12000,16000,11,20832,4,1,0,0,0,0,0,0,0,0,'Jaedenar Adept - Cast Fire Blast'); + +INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) +VALUES (711509,7115,2,0,100,0,15,0,0,0,49,0,0,0,22,3,0,0,0,0,0,0,'Jaedenar Adept - Disable Dynamic Movement and Set Phase 3 at 15% HP'), (711510,7115,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Jaedenar Adept - Flee at 15% HP (Phase 3)'), (711511,7115,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Jaedenar Adept - Set Phase to 0 on Evade'), @@ -73563,10 +73749,7 @@ VALUES (713501,7135,0,0,100,1,5000,9000,10000,13000,11,10966,1,0,0,0,0,0,0,0,0,0,'Infernal Bodyguard - Cast Uppercut'), (713701,7137,9,0,100,1,0,8,10000,14000,11,10101,1,0,0,0,0,0,0,0,0,0,'Immolatus - Cast Knock Away'), (713901,7139,9,0,100,1,0,5,9000,16000,11,45,0,0,0,0,0,0,0,0,0,0,'Irontree Stomper - Cast War Stomp'), - (714901,7149,0,0,100,1,6000,9000,16000,21000,11,5337,1,0,0,0,0,0,0,0,0,0,'Withered Protector - Cast Wither Strike'); - -INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) -VALUES + (714901,7149,0,0,100,1,6000,9000,16000,21000,11,5337,1,0,0,0,0,0,0,0,0,0,'Withered Protector - Cast Wither Strike'), (715301,7153,9,0,100,1,0,5,6000,9000,11,13584,1,0,0,0,0,0,0,0,0,0,'Deadwood Warrior - Cast Strike'), (715302,7153,0,0,100,1,4000,11000,12000,15000,11,13583,4,33,0,0,0,0,0,0,0,0,'Deadwood Warrior - Cast Curse of Deadwood'), (715401,7154,0,0,100,1,4000,11000,12000,15000,11,13583,4,33,0,0,0,0,0,0,0,0,'Deadwood Gardener - Cast Curse of Deadwood'), @@ -73962,7 +74145,7 @@ VALUES (1144309,11443,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Gordok Ogre-Mage - Set Phase to 0 on Evade'), (1144701,11447,9,0,100,1,0,30,12000,15000,11,22127,1,0,0,0,0,0,0,0,0,0,'Mushgog - Cast Entangling Roots'), (1144702,11447,0,0,100,1,7000,10000,8000,12000,11,21749,0,0,0,0,0,0,0,0,0,0,'Mushgog - Cast Thorn Volley'), - (1144703,11447,0,0,100,1,12000,16000,14000,17000,11,22951,4,1,0,0,0,0,0,0,0,0,'Mushgog - Cast Summon Player'), + (1144703,11447,0,0,100,1,12000,16000,14000,17000,11,22951,8,1,0,0,0,0,0,0,0,0,'Mushgog - Cast Summon Player'), (1144704,11447,5,0,50,0,0,0,0,0,1,-1019,0,0,0,0,0,0,0,0,0,0,'Mushgog - Say on Player Kill'), (1144705,11447,6,0,100,0,0,0,0,0,11,22948,0,7,0,0,0,0,0,0,0,0,'Mushgog - Cast Spore Cloud on Death'), (1149701,11497,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'The Razza - Set Phase 1 on Aggro'), @@ -73970,12 +74153,12 @@ VALUES (1149703,11497,24,5,100,1,22937,3,5000,5000,22,2,0,0,0,0,0,0,0,0,0,0,'The Razza - Set Phase 2 on Target Max Poison Bolt Aura Stack (Phase 1)'), (1149704,11497,28,3,100,1,22937,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'The Razza - Set Phase 1 on Target Missing Poison Bolt Aura Stack (Phase 2)'), (1149705,11497,0,0,100,1,8000,12000,9000,15000,11,16033,4,1,0,0,0,0,0,0,0,0,'The Razza - Cast Chain Lightning'), - (1149706,11497,0,0,100,1,12000,16000,14000,17000,11,22951,4,1,0,0,0,0,0,0,0,0,'The Razza - Cast Summon Player'), + (1149706,11497,0,0,100,1,12000,16000,14000,17000,11,22951,8,1,0,0,0,0,0,0,0,0,'The Razza - Cast Summon Player'), (1149707,11497,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'The Razza - Set Phase to 0 on Evade'), (1149801,11498,9,0,100,1,0,5,7000,10000,11,15496,1,0,0,0,0,0,0,0,0,0,'Skarr the Unbreakable - Cast Cleave'), (1149802,11498,0,0,100,1,8000,12000,9000,15000,11,15708,1,1,0,0,0,0,0,0,0,0,'Skarr the Unbreakable - Cast Mortal Strike'), (1149803,11498,0,0,100,1,5000,7000,13000,16000,11,16033,1,1,0,0,0,0,0,0,0,0,'Skarr the Unbreakable - Cast Knockdown'), - (1149804,11498,0,0,100,1,12000,16000,14000,17000,11,22951,4,1,0,0,0,0,0,0,0,0,'Skarr the Unbreakable - Cast Summon Player'), + (1149804,11498,0,0,100,1,12000,16000,14000,17000,11,22951,8,1,0,0,0,0,0,0,0,0,'Skarr the Unbreakable - Cast Summon Player'), (1175201,11752,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Blaise Montgomery - Flee at 15% HP'), (1181801,11818,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Orik\'ando - Flee at 15% HP'), (1182401,11824,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Erik Felixe - Flee at 15% HP'), @@ -74181,23 +74364,220 @@ VALUES (1439201,14392,0,0,100,1,3000,6000,5000,7000,11,15580,1,0,0,0,0,0,0,0,0,0,'Overlord Runthak - Cast Strike'), (1439202,14392,0,0,100,1,6000,10000,9000,17000,11,16509,4,32,0,0,0,0,0,0,0,0,'Overlord Runthak - Cast Rend'), (1439203,14392,0,0,100,1,12000,16000,16000,21000,11,16508,1,0,0,0,0,0,0,0,0,0,'Overlord Runthak - Cast Intimidating Roar'), + (1499001,14990,1,0,100,1,10000,90000,20000,70000,10,11,18,0,0,0,0,0,0,0,0,0,'Defilers Emissary - Random Laugh or Cry Emote'), + (1499002,14990,1,0,100,1,5000,25000,10000,30000,5,1,0,0,0,0,0,0,0,0,0,0,'Defilers Emissary - Talk Emote OOC'), + (1510501,15105,1,0,100,1,10000,90000,20000,70000,10,11,18,0,0,0,0,0,0,0,0,0,'Warsong Emissary - Random Laugh or Cry Emote'), + (1510502,15105,1,0,100,1,5000,25000,10000,30000,5,1,0,0,0,0,0,0,0,0,0,0,'Warsong Emissary - Talk Emote OOC'), + (1510601,15106,1,0,100,1,10000,90000,20000,70000,10,11,18,0,0,0,0,0,0,0,0,0,'Frostwolf Emissary - Random Laugh or Cry Emote'), + (1510602,15106,1,0,100,1,5000,25000,10000,30000,5,1,0,0,0,0,0,0,0,0,0,0,'Frostwolf Emissary - Talk Emote OOC'), (1704101,17041,1,0,100,1,15000,30000,15000,30000,11,29403,0,1,0,0,0,0,0,0,0,0,'Org Fireeater Firebreath Cast'), + (1172201,11722,0,0,100,1,2000,12000,36200,46300,11,6713,1,1,0,0,0,0,0,0,0,0,'Hive\'Ashi Defender - Cast Disarm'), + (1172301,11723,11,0,100,0,0,0,0,0,11,22766,0,1,0,0,0,0,0,0,0,0,'Hive\'Ashi Sandstalker - Cast Stealth on Spawn'), + (1172302,11723,7,0,100,0,0,0,0,0,11,22766,0,1,0,0,0,0,0,0,0,0,'Hive\'Ashi Sandstalker - Cast Stealth on Evade'), + (1172701,11727,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Hive\'Zora Wasp - Set Phase 1 on Aggro'), + (1172702,11727,9,5,100,1,0,5,7000,11000,11,19448,1,0,0,0,0,0,0,0,0,0,'Hive\'Zora Wasp - Cast Poison (Phase 1)'), + (1172703,11727,24,5,100,1,19448,10,5000,5000,22,2,0,0,0,0,0,0,0,0,0,0,'Hive\'Zora Wasp - Set Phase 2 on Target Max Poison Aura Stack (Phase 1)'), + (1172704,11727,28,3,100,1,19448,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'Hive\'Zora Wasp - Set Phase 1 on Target Missing Poison Aura Stack (Phase 2)'), + (1172705,11727,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Hive\'Zora Wasp - Set Phase to 0 on Evade'), + (1172801,11728,0,0,100,1,8000,15000,11000,16000,11,16790,4,0,0,0,0,0,0,0,0,0,'Hive\'Zora Reaver - Cast Knockdown'), + (1172802,11728,0,0,100,1,13800,19200,8100,17800,11,15284,1,1,0,0,0,0,0,0,0,0,'Hive\'Zora Reaver - Cast Cleave'), + (1172901,11729,9,0,100,1,0,30,4500,6000,11,7951,1,0,0,0,0,0,0,0,0,0,'Hive\'Zora Hive Sister - Cast Toxic Spit'), + (1173001,11730,11,0,100,0,0,0,0,0,11,22766,0,1,0,0,0,0,0,0,0,0,'Hive\'Regal Ambusher - Cast Stealth on Spawn'), + (1173002,11730,0,0,100,1,7000,14000,120000,125000,11,744,1,0,0,0,0,0,0,0,0,0,'Hive\'Regal Ambusher - Cast Poison'), + (1173003,11730,7,0,100,0,0,0,0,0,11,22766,0,1,0,0,0,0,0,0,0,0,'Hive\'Regal Ambusher - Cast Stealth on Evade'), + (1173201,11732,9,0,100,1,0,5,8000,17800,11,5708,1,0,0,0,0,0,0,0,0,0,'Hive\'Regal Spitfire - Cast Swoop'), + (1173202,11732,0,0,100,1,8000,17000,21000,28000,11,21047,4,32,0,0,0,0,0,0,0,0,'Hive\'Regal Spitfire - Cast Corrosive Acid'), (1173301,11733,0,0,100,1,6000,12000,9000,20000,11,3584,1,32,0,0,0,0,0,0,0,0,'Hive\'Regal Slavemaker - Cast Volatile Infection'), (1173302,11733,0,0,100,1,10000,20000,30000,45000,11,19469,5,0,0,0,0,0,0,0,0,0,'Hive\'Regal Slavemaker - Cast Poison Mind'), - (1174601,11746,0,0,70,1,25000,25000,7500,7500,11,5568,1,0,0,0,0,0,0,0,0,0,'Desert Rumbler - Cast Trample'), + (1173401,11734,0,0,100,1,9000,12000,9000,12000,11,19471,4,0,0,0,0,0,0,0,0,0,'Hive\'Regal Hive Lord - Cast Berserker Charge'), + (1173501,11735,0,0,100,1,3000,7000,14000,17000,11,5416,1,0,0,0,0,0,0,0,0,0,'Stonelash Scorpid - Cast Venom Sting'), + (1173601,11736,0,0,100,1,3000,7000,14000,17000,11,5416,1,0,0,0,0,0,0,0,0,0,'Stonelash Pincer - Cast Venom Sting'), + (1173602,11736,9,0,100,1,0,5,20000,23000,11,3604,1,0,0,0,0,0,0,0,0,0,'Stonelash Pincer - Cast Tendon Rip'), + (1173701,11737,11,0,100,0,0,0,0,0,11,3417,0,1,0,0,0,0,0,0,0,0,'Stonelash Flayer - Cast Thrash on Spawn'), + (1173702,11737,0,0,100,1,3000,7000,14000,17000,11,5416,1,0,0,0,0,0,0,0,0,0,'Stonelash Flayer - Cast Venom Sting'), + (1173801,11738,0,0,100,1,7000,14000,120000,125000,11,744,1,0,0,0,0,0,0,0,0,0,'Sand Skitterer - Cast Poison'), + (1173901,11739,0,0,100,1,7000,14000,120000,125000,11,744,1,0,0,0,0,0,0,0,0,0,'Rock Stalker - Cast Poison'), + (1173902,11739,9,0,100,1,0,30,9000,14000,11,745,1,0,0,0,0,0,0,0,0,0,'Rock Stalker - Cast Web'), + (1174001,11740,9,0,100,1,8,25,5000,5000,11,22911,1,1,0,0,0,0,0,0,0,0,'Dredge Striker - Cast Charge'), + (1174101,11741,9,0,100,1,0,5,20000,25000,11,6607,1,1,0,0,0,0,0,0,0,0,'Dredge Crusher - Cast Lash'), + (1174401,11744,0,0,100,1,7000,12000,21000,26000,11,19513,4,0,0,0,0,0,0,0,0,0,'Dust Stormer - Cast Lightning Cloud'), + (1174402,11744,1,0,100,1,1000,1000,600000,600000,11,19514,0,0,0,0,0,0,0,0,0,0,'Dust Stormer - Cast Lightning Shield on Spawn'), + (1174403,11744,27,0,100,1,19514,1,15000,30000,11,19514,0,1,0,0,0,0,0,0,0,0,'Dust Stormer - Cast Lightning Shield on Missing Buff'), + (1174501,11745,9,0,100,1,0,20,8000,12000,11,12553,1,0,0,0,0,0,0,0,0,0,'Cyclone Warrior - Cast Shock'), + (1174502,11745,9,0,100,1,0,30,13000,16000,11,6728,5,0,0,0,0,0,0,0,0,0,'Cyclone Warrior - Cast Enveloping Winds'), + (1174601,11746,0,0,70,1,25000,25000,7500,7500,11,5568,0,0,0,0,0,0,0,0,0,0,'Desert Rumbler - Cast Trample'), (1174701,11747,0,0,75,1,18000,18000,5000,5000,11,13728,1,0,0,0,0,0,0,0,0,0,'Desert Rager - Cast Earth Shock'), (1174702,11747,2,0,100,0,30,0,0,0,11,8599,0,0,1,-46,0,0,0,0,0,0,'Desert Rager - Cast Enrage at 30% HP'), + (1180301,11803,0,0,100,1,5000,8000,9000,13000,11,16856,1,0,0,0,0,0,0,0,0,0,'Twilight Keeper Exeter - Cast Mortal Strike'), + (1180302,11803,0,0,100,5,3500,3500,12000,16000,11,22427,5,1,0,0,0,0,0,0,0,0,'Twilight Keeper Exeter - Cast Concussion Blow'), + (1180401,11804,0,0,100,1,0,20,6000,12000,11,13339,1,0,0,0,0,0,0,0,0,0,'Twilight Keeper Havunth - Cast Fire Blast'), + (1180402,11804,9,0,100,1,0,8,10000,14000,11,17366,0,1,0,0,0,0,0,0,0,0,'Twilight Keeper Havunth - Cast Fire Nova'), + (1188001,11880,2,0,100,1,40,0,120000,120000,11,8599,0,1,1,-106,0,0,0,0,0,0,'Twilight Avenger - Cast Enrage at 40% HP'), + (1188002,11880,14,0,100,0,499,20,0,0,11,8602,0,1,1,-550,0,0,0,0,0,0,'Twilight Avenger - Cast Vengeance on Friendly Low HP'), + (1188003,11880,2,0,30,0,30,0,0,0,11,8602,0,1,0,0,0,0,0,0,0,0,'Twilight Avenger - Cast Vengeance at 30% HP'), + (1188101,11881,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Twilight Geolord - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (1188102,11881,9,13,100,1,5,30,2300,5900,11,9483,1,0,0,0,0,0,0,0,0,0,'Twilight Geolord - Cast Boulder (Phase 1)'), + (1188103,11881,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Twilight Geolord - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (1188104,11881,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Twilight Geolord - Disable Dynamic Movement at 0-8 Yards'), + (1188105,11881,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Twilight Geolord - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (1188106,11881,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Twilight Geolord - Set Phase 1 when Mana is above 15% (Phase 2)'), + (1188107,11881,9,0,100,1,0,20,8000,14000,11,13728,4,1,0,0,0,0,0,0,0,0,'Twilight Geolord - Cast Earth Shock'), + (1188108,11881,2,0,100,0,15,0,0,0,49,0,0,0,22,3,0,0,0,0,0,0,'Twilight Geolord - Disable Dynamic Movement and Set Phase 3 at 15% HP'), + (1188109,11881,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Twilight Geolord - Flee at 15% HP (Phase 3)'), + (1188110,11881,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Twilight Geolord - Set Phase to 0 on Evade'), + (1188201,11882,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Twilight Stonecaller - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (1188202,11882,9,13,100,1,8,40,3400,4800,11,9053,1,0,0,0,0,0,0,0,0,0,'Twilight Stonecaller - Cast Fireball (Phase 1)'), + (1188203,11882,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Twilight Stonecaller - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (1188204,11882,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Twilight Stonecaller - Disable Dynamic Movement at 0-8 Yards'), + (1188205,11882,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Twilight Stonecaller - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (1188206,11882,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Twilight Stonecaller - Set Phase 1 when Mana is above 15% (Phase 2)'), + (1188207,11882,9,0,100,1,0,5,15000,21000,11,11020,4,0,0,0,0,0,0,0,0,0,'Twilight Stonecaller - Cast Petrify'), + (1188208,11882,1,0,100,0,1000,1000,0,0,11,19704,0,1,0,0,0,0,0,0,0,0,'Twilight Stonecaller - Summon Earth Elemental on Spawn'), + (1188209,11882,2,0,100,0,15,0,0,0,49,0,0,0,22,3,0,0,0,0,0,0,'Twilight Stonecaller - Disable Dynamic Movement and Set Phase 3 at 15% HP'), + (1188210,11882,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Twilight Stonecaller - Flee at 15% HP (Phase 3)'), + (1188211,11882,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Twilight Stonecaller - Set Phase to 0 on Evade'), + (1188301,11883,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Twilight Master - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (1188302,11883,0,13,100,1,6900,10100,6500,9500,11,12058,4,0,0,0,0,0,0,0,0,0,'Twilight Master - Cast Chain Lightning (Phase 1)'), + (1188303,11883,9,13,100,1,8,40,3500,4800,11,9672,1,0,0,0,0,0,0,0,0,0,'Twilight Master - Cast Frostbolt (Phase 1)'), + (1188304,11883,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Twilight Master - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (1188305,11883,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Twilight Master - Disable Dynamic Movement at 0-8 Yards'), + (1188306,11883,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Twilight Master - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (1188307,11883,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Twilight Master - Set Phase 1 when Mana is above 15% (Phase 2)'), + (1188308,11883,9,0,100,1,0,8,12200,39800,11,11831,0,0,0,0,0,0,0,0,0,0,'Twilight Master - Cast Frost Nova'), + (1188309,11883,9,0,100,1,0,20,6000,12000,11,13339,1,0,0,0,0,0,0,0,0,0,'Twilight Master - Cast Fire Blast'), + (1188310,11883,2,0,100,0,15,0,0,0,49,0,0,0,22,3,0,0,0,0,0,0,'Twilight Master - Disable Dynamic Movement and Set Phase 3 at 15% HP'), + (1188311,11883,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Twilight Master - Flee at 15% HP (Phase 3)'), + (1188312,11883,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Twilight Master - Set Phase to 0 on Evade'), (1217801,12178,2,0,100,0,25,0,0,0,11,23381,0,1,0,0,0,0,0,0,0,0,'Tortured Druid - Cast Healing Touch When Below 25% HP'), (1217802,12178,0,0,100,1,0,13200,29300,31400,11,23380,1,0,0,0,0,0,0,0,0,0,'Tortured Druid - Cast Moonfire'), (1217803,12178,6,0,75,0,0,0,0,0,11,21327,0,2,1,-345,0,0,0,0,0,0,'Tortured Druid - Cast Hive Ashi Drone on death'), (1217901,12179,6,0,75,0,0,0,0,0,11,21327,0,2,1,-345,0,0,0,0,0,0,'Tortured Sentinel - Cast Hive Ashi Drone on death'), + (1443501,14435,11,0,100,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,'Prince Thunderaan - Prevent Combat Movement On Spawn'), + (1443502,14435,4,0,100,0,0,0,0,0,1,-1309,0,0,0,0,0,0,0,0,0,0,'Prince Thunderaan - Yell on Aggro'), + (1443503,14435,0,0,100,1,9000,13000,16000,20000,11,23009,0,1,0,0,0,0,0,0,0,0,'Prince Thunderaan - Cast Tendrils of Air'), + (1443504,14435,0,0,100,1,7500,8500,10000,15000,11,23011,0,0,0,0,0,0,0,0,0,0,'Prince Thunderaan - Cast Tears of the Wind Seeker'), + (1445401,14454,11,0,100,0,0,0,0,0,1,-1485,0,0,0,0,0,0,0,0,0,0,'The Windreaver - Emote on Spawn'), + (1445402,14454,9,0,100,1,0,20,9000,13000,11,23104,1,0,0,0,0,0,0,0,0,0,'The Windreaver - Cast Shock'), + (1445403,14454,0,0,100,1,7700,7700,19600,37200,11,23105,4,1,0,0,0,0,0,0,0,0,'The Windreaver - Cast Lightning Cloud'), + (1445404,14454,9,0,100,1,0,30,3400,4800,11,23106,1,0,0,0,0,0,0,0,0,0,'The Windreaver - Cast Chain Lightning'), + (1445405,14454,0,0,100,1,1000,3000,14000,21000,11,23103,4,0,0,0,0,0,0,0,0,0,'The Windreaver - Cast Enveloping Winds'), + (1445406,14454,6,0,100,0,0,0,0,0,1,-1486,0,0,0,0,0,0,0,0,0,0,'The Windreaver - Emote on Death'), + (1445501,14455,0,0,100,1,6000,9000,8000,12000,11,17207,0,0,0,0,0,0,0,0,0,0,'Whirling Invader - Cast Whirlwind'), + (1447101,14471,0,0,100,1,15000,15000,15000,15000,11,10887,0,0,0,0,0,0,0,0,0,0,'Setis - Cast Crowd Pummel'), + (1447102,14471,0,0,100,1,12000,15000,17000,24000,11,16727,0,1,0,0,0,0,0,0,0,0,'Setis - Cast War Stomp'), + (1447201,14472,11,0,100,0,0,0,0,0,11,21788,0,1,0,0,0,0,0,0,0,0,'Gretheer - Cast Deadly Poison on Spawn'), + (1447202,14472,9,0,100,1,0,30,9000,14000,11,745,1,0,0,0,0,0,0,0,0,0,'Gretheer - Cast Web'), + (1447301,14473,0,0,100,1,9000,13000,18000,34000,11,16509,1,0,0,0,0,0,0,0,0,0,'Lapress - Cast Rend'), + (1447401,14474,9,0,100,1,0,30,5000,9000,11,21971,1,0,0,0,0,0,0,0,0,0,'Zora - Cast Poison Bolt'), + (1447501,14475,0,0,100,1,5000,7000,12000,14000,11,6016,1,0,0,0,0,0,0,0,0,0,'Rex Ashil - Cast Pierce Armor'), + (1447601,14476,2,0,100,0,15,0,0,0,11,17170,1,0,0,0,0,0,0,0,0,0,'Krellack - Cast Fatal Sting at 15% HP'), + (1447701,14477,0,0,100,1,5000,8000,9000,13000,11,5568,0,0,0,0,0,0,0,0,0,0,'Grubthor - Cast Trample'), + (1447801,14478,0,0,100,1,4000,10000,5000,15000,11,15659,4,0,0,0,0,0,0,0,0,0,'Huricanian - Chain Lighting'), + (1447901,14479,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Twilight Lord Everun - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (1447902,14479,9,13,100,1,8,40,2400,3800,11,19816,1,0,0,0,0,0,0,0,0,0,'Twilight Lord Everun - Cast Fireball (Phase 1)'), + (1447903,14479,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Twilight Lord Everun - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (1447904,14479,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Twilight Lord Everun - Disable Dynamic Movement at 0-8 Yards'), + (1447905,14479,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Twilight Lord Everun - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (1447906,14479,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Twilight Lord Everun - Set Phase 1 when Mana is above 15% (Phase 2)'), + (1447907,14479,0,0,100,1,0,0,5400,25300,11,17439,1,1,0,0,0,0,0,0,0,0,'Twilight Lord Everun - Cast Shadow Shock'), + (1447908,14479,2,0,100,0,15,0,0,0,49,0,0,0,22,3,0,0,0,0,0,0,'Twilight Lord Everun - Disable Dynamic Movement and Set Phase 3 at 15% HP'), + (1447909,14479,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Twilight Lord Everun - Flee at 15% HP (Phase 3)'), + (1447910,14479,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Twilight Lord Everun - Set Phase to 0 on Evade'), (1517701,15177,4,0,100,0,0,0,0,0,12,9527,1,30000,12,9527,1,30000,1,-549,0,0,'Cloud Skydancer - Summon Enraged Hippogryphs on Aggro'), (1517801,15178,4,0,100,0,0,0,0,0,12,9297,1,30000,12,9297,1,30000,1,-548,0,0,'Runk Windtamer - Summon Enraged Wyverns and Yell on Aggro'), (1519601,15196,0,0,100,1,8000,8000,15000,25000,11,3609,1,0,0,0,0,0,0,0,0,0,'Deathclasp - Cast Paralyzing Poison'), (1519602,15196,0,0,100,1,15000,15000,10000,20000,11,18670,1,0,0,0,0,0,0,0,0,0,'Deathclasp - Cast Knock Away'), - (1520501,15205,0,0,70,1,3000,3000,16500,16500,11,25056,1,0,0,0,0,0,0,0,0,0,'Baron Kazum - Cast Stomp'), - (1520502,15205,0,0,75,1,7000,7000,28000,28000,11,19129,4,0,0,0,0,0,0,0,0,0,'Baron Kazum - Cast Massive Tremor'), - (1520503,15205,0,0,85,1,12000,12000,18000,18000,11,17547,1,0,0,0,0,0,0,0,0,0,'Baron Kazum - Cast Mortal Strike'), + (1520001,15200,0,0,100,1,4000,15800,9700,19400,11,15654,1,32,0,0,0,0,0,0,0,0,'Twilight Keeper Mayna - Cast Shadow Word: Pain'), + (1520002,15200,0,0,100,1,15000,18000,15000,18000,11,17165,4,1,0,0,0,0,0,0,0,0,'Twilight Keeper Mayna - Cast Mind Flay'), + (1520003,15200,0,0,100,1,9000,11000,19000,24000,11,22884,0,0,0,0,0,0,0,0,0,0,'Twilight Keeper Mayna - Cast Psychic Scream'), + (1520101,15201,11,0,100,0,0,0,0,0,11,15733,0,1,0,0,0,0,0,0,0,0,'Twilight Flamereaver - Cast Immolate on Spawn'), + (1520201,15202,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Vyral the Vile - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (1520202,15202,9,13,100,1,8,40,2400,3800,11,19816,1,0,0,0,0,0,0,0,0,0,'Vyral the Vile - Cast Fireball (Phase 1)'), + (1520203,15202,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Vyral the Vile - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (1520204,15202,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Vyral the Vile - Disable Dynamic Movement at 0-8 Yards'), + (1520205,15202,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Vyral the Vile - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (1520206,15202,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Vyral the Vile - Set Phase 1 when Mana is above 15% (Phase 2)'), + (1520207,15202,9,0,100,1,0,20,9000,12000,11,17439,4,1,0,0,0,0,0,0,0,0,'Vyral the Vile - Cast Shadow Shock'), + (1520208,15202,2,0,100,0,15,0,0,0,49,0,0,0,22,3,0,0,0,0,0,0,'Vyral the Vile - Disable Dynamic Movement and Set Phase 3 at 15% HP'), + (1520209,15202,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Vyral the Vile - Flee at 15% HP (Phase 3)'), + (1520210,15202,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Vyral the Vile - Set Phase to 0 on Evade'), + (1520301,15203,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'Prince Skaldrenox - Cast Elemental Spawn-In on Spawn'), + (1520302,15203,0,0,95,1,1000,1000,4000,4000,11,15284,1,0,0,0,0,0,0,0,0,0,'Prince Skaldrenox - Casts Cleave'), + (1520303,15203,9,0,100,1,0,8,30000,40000,11,25049,0,1,0,0,0,0,0,0,0,0,'Prince Skaldrenox - Cast Blast Wave'), + (1520304,15203,0,0,100,1,20000,20000,30000,30000,11,15128,1,0,0,0,0,0,0,0,0,0,'Prince Skaldrenox - Mark of Flames'), + (1520401,15204,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'High Marshal Whirlaxis - Cast Elemental Spawn-In on Spawn'), + (1520402,15204,9,0,100,1,8,30,3400,4800,11,20627,1,0,0,0,0,0,0,0,0,0,'High Marshal Whirlaxis - Cast Lightning Breath'), + (1520403,15204,1,0,100,1,1000,1000,600000,600000,11,25020,0,0,0,0,0,0,0,0,0,0,'High Marshal Whirlaxis - Cast Lightning Shield on Spawn'), + (1520404,15204,27,0,100,1,25020,1,15000,30000,11,25020,0,0,0,0,0,0,0,0,0,0,'High Marshal Whirlaxis - Cast Lightning Shield on Missing Buff'), + (1520405,15204,0,0,100,1,9000,13000,16000,20000,11,25060,0,1,0,0,0,0,0,0,0,0,'High Marshal Whirlaxis - Cast Updraft'), + (1520501,15205,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'Baron Kazum - Cast Elemental Spawn-In on Spawn'), + (1520502,15205,4,0,100,0,0,0,0,0,1,-1535,0,0,0,0,0,0,0,0,0,0,'Baron Kazum - Say on Aggro'), + (1520503,15205,0,0,70,1,3000,3000,16500,16500,11,25056,0,0,0,0,0,0,0,0,0,0,'Baron Kazum - Cast Stomp'), + (1520504,15205,0,0,75,1,7000,7000,28000,28000,11,19129,0,0,0,0,0,0,0,0,0,0,'Baron Kazum - Cast Massive Tremor'), + (1520505,15205,0,0,85,1,12000,12000,18000,18000,11,17547,1,0,0,0,0,0,0,0,0,0,'Baron Kazum - Cast Mortal Strike'), + (1520601,15206,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'The Duke of Cynders - Cast Elemental Spawn-In on Spawn'), + (1520602,15206,0,0,100,1,2000,4000,20000,25000,11,18399,4,0,0,0,0,0,0,0,0,0,'The Duke of Cynders - Cast Flamestrike'), + (1520603,15206,9,0,100,1,0,10,8000,11000,11,22424,0,1,0,0,0,0,0,0,0,0,'The Duke of Cynders - Cast Blast Wave'), + (1520604,15206,9,0,100,1,0,20,6000,12000,11,13339,1,0,0,0,0,0,0,0,0,0,'The Duke of Cynders - Cast Fire Blast'), + (1520701,15207,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'The Duke of Fathoms - Cast Elemental Spawn-In on Spawn'), + (1520702,15207,4,0,100,0,0,0,0,0,11,8876,0,32,0,0,0,0,0,0,0,0,'The Duke of Fathoms - Cast Thrash on Aggro'), + (1520703,15207,0,0,100,1,8000,15000,11000,16000,11,16790,4,0,0,0,0,0,0,0,0,0,'The Duke of Fathoms - Cast Knockdown'), + (1520704,15207,0,0,100,1,8000,10000,18000,20000,11,18670,1,0,0,0,0,0,0,0,0,0,'The Duke of Fathoms - Cast Knock Away'), + (1520801,15208,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'The Duke of Shards - Cast Elemental Spawn-In on Spawn'), + (1520802,15208,9,0,100,1,0,15,9000,14000,11,6524,0,1,0,0,0,0,0,0,0,0,'The Duke of Shards - Cast Ground Tremor'), + (1520803,15208,9,0,100,1,0,8,13000,19000,11,8078,0,0,0,0,0,0,0,0,0,0,'The Duke of Shards - Cast Thunderclap'), + (1520804,15208,0,0,100,1,7100,15800,12100,17800,11,13446,1,0,0,0,0,0,0,0,0,0,'The Duke of Shards - Cast Strike'), + (1520901,15209,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'Crimson Templar - Cast Elemental Spawn-In on Spawn'), + (1520902,15209,4,0,100,32,0,0,0,0,1,-1536,-1537,0,1,-1538,-1539,0,0,0,0,0,'Crimson Templar - Random Say on Aggro'), + (1520903,15209,9,0,100,1,8,40,3400,4800,11,11989,1,0,0,0,0,0,0,0,0,0,'Crimson Templar - Cast Fireball Volley'), + (1520904,15209,0,0,100,1,10800,10800,7300,12200,11,22713,1,0,0,0,0,0,0,0,0,0,'Crimson Templar - Cast Flame Buffet'), + (1521101,15211,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'Azure Templar - Cast Elemental Spawn-In on Spawn'), + (1521102,15211,4,0,100,32,0,0,0,0,1,-1536,-1537,0,1,-1538,-1539,0,0,0,0,0,'Azure Templar - Random Say on Aggro'), + (1521103,15211,0,0,100,1,15000,25000,20000,25000,11,8364,4,2,0,0,0,0,0,0,0,0,'Azure Templar - Cast Blizzard'), + (1521104,15211,0,0,100,1,9000,14000,16000,19000,11,14907,0,0,0,0,0,0,0,0,0,0,'Azure Templar - Cast Frost Nova'), + (1521105,15211,9,0,100,1,0,20,9000,13000,11,12548,1,1,0,0,0,0,0,0,0,0,'Azure Templar - Cast Frost Shock'), + (1521201,15212,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'Hoary Templar - Cast Elemental Spawn-In on Spawn'), + (1521202,15212,4,0,100,32,0,0,0,0,1,-1536,-1537,0,1,-1538,-1539,0,0,0,0,0,'Hoary Templar - Random Say on Aggro'), + (1521203,15212,0,0,100,1,6900,10100,9500,12400,11,12058,1,2,0,0,0,0,0,0,0,0,'Hoary Templar - Cast Chain Lightning'), + (1521204,15212,1,0,100,1,1000,1000,600000,600000,11,19514,0,0,0,0,0,0,0,0,0,0,'Hoary Templar - Cast Lightning Shield on Spawn'), + (1521205,15212,27,0,100,1,19514,1,15000,30000,11,19514,0,1,0,0,0,0,0,0,0,0,'Hoary Templar - Cast Lightning Shield on Missing Buff'), + (1521301,15213,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Twilight Overlord - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (1521302,15213,0,13,100,1,6900,10100,6500,9500,11,12058,4,0,0,0,0,0,0,0,0,0,'Twilight Overlord - Cast Chain Lightning (Phase 1)'), + (1521303,15213,9,13,100,1,8,40,3500,4800,11,9672,1,0,0,0,0,0,0,0,0,0,'Twilight Overlord - Cast Frostbolt (Phase 1)'), + (1521304,15213,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Twilight Overlord - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (1521305,15213,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Twilight Overlord - Disable Dynamic Movement at 0-8 Yards'), + (1521306,15213,3,13,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Twilight Overlord - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (1521307,15213,3,11,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Twilight Overlord - Set Phase 1 when Mana is above 15% (Phase 2)'), + (1521308,15213,9,0,100,1,0,8,12200,39800,11,11831,0,0,0,0,0,0,0,0,0,0,'Twilight Overlord - Cast Frost Nova'), + (1521309,15213,9,0,100,1,0,20,6000,12000,11,13339,1,0,0,0,0,0,0,0,0,0,'Twilight Overlord - Cast Fire Blast'), + (1521310,15213,2,0,100,0,15,0,0,0,49,0,0,0,22,3,0,0,0,0,0,0,'Twilight Overlord - Disable Dynamic Movement and Set Phase 3 at 15% HP'), + (1521311,15213,2,7,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Twilight Overlord - Flee at 15% HP (Phase 3)'), + (1521312,15213,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Twilight Overlord - Set Phase to 0 on Evade'), + (1521501,15215,11,0,100,0,0,0,0,0,11,15268,0,1,1,-1533,-1534,0,0,0,0,0,'Mistress Natalia Mar\'alith - Cast Blackout on Spawn'), + (1521502,15215,4,0,100,0,0,0,0,0,1,-1533,-1534,0,0,0,0,0,0,0,0,0,'Mistress Natalia Mar\'alith - Random Say on Aggro'), + (1521503,15215,0,0,100,1,5000,8000,12000,16000,11,11639,1,32,0,0,0,0,0,0,0,0,'Mistress Natalia Mar\'alith - Cast Shadow Word: Pain'), + (1521504,15215,0,0,100,1,11300,15900,22500,32600,11,13704,0,1,0,0,0,0,0,0,0,0,'Mistress Natalia Mar\'alith - Cast Psychic Scream'), + (1521505,15215,0,0,100,1,4000,7000,9000,12000,11,16568,1,0,0,0,0,0,0,0,0,0,'Mistress Natalia Mar\'alith - Cast Mind Flay'), + (1521506,15215,0,0,100,1,17000,23000,21000,26000,11,20740,4,0,0,0,0,0,0,0,0,0,'Mistress Natalia Mar\'alith - Cast Dominate Mind'), + (1521507,15215,2,0,100,1,50,0,16000,21000,11,10965,0,1,0,0,0,0,0,0,0,0,'Mistress Natalia Mar\'alith - Cast Greater Heal at 50% HP'), + (1522001,15220,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'The Duke of Zephyrs - Cast Elemental Spawn-In on Spawn'), + (1522002,15220,0,0,100,1,8700,13900,27300,33300,11,12882,0,1,0,0,0,0,0,0,0,0,'The Duke of Zephyrs - Cast Wing Flap'), + (1522003,15220,9,0,100,1,0,30,2200,8500,11,25034,1,0,0,0,0,0,0,0,0,0,'The Duke of Zephyrs - Cast Forked Lightning'), + (1522004,15220,0,0,100,1,7000,12000,21000,26000,11,25033,4,0,0,0,0,0,0,0,0,0,'The Duke of Zephyrs - Cast Lightning Cloud'), + (1528601,15286,0,0,100,1,9000,12000,9000,12000,11,19471,4,0,0,0,0,0,0,0,0,0,'Xil\'xix - Cast Berserker Charge'), + (1528801,15288,0,0,100,1,9000,12000,9000,12000,11,19471,4,0,0,0,0,0,0,0,0,0,'Aluntir - Cast Berserker Charge'), + (1529001,15290,0,0,100,1,9000,12000,9000,12000,11,19471,4,0,0,0,0,0,0,0,0,0,'Arakis - Cast Berserker Charge'), + (1530501,15305,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'Lord Skwol - Cast Elemental Spawn-In on Spawn'), + (1530502,15305,4,0,100,0,0,0,0,0,11,12787,0,32,0,0,0,0,0,0,0,0,'Lord Skwol - Cast Thrash on Aggro'), + (1530503,15305,9,0,100,1,0,30,4000,7000,11,25053,0,1,0,0,0,0,0,0,0,0,'Lord Skwol - Cast Venom Spit'), + (1530701,15307,11,0,100,0,0,0,0,0,11,25035,0,1,0,0,0,0,0,0,0,0,'Earthen Templar - Cast Elemental Spawn-In on Spawn'), + (1530702,15307,4,0,100,32,0,0,0,0,1,-1536,-1537,0,1,-1538,-1539,0,0,0,0,0,'Earthen Templar - Random Say on Aggro'), + (1530703,15307,0,0,100,1,5000,8000,12000,15000,11,18813,4,0,0,0,0,0,0,0,0,0,'Earthen Templar - Cast Knock Away'), + (1530704,15307,0,0,100,1,7000,9000,10000,13000,11,22127,4,1,0,0,0,0,0,0,0,0,'Earthen Templar - Cast Entangling Roots'), + (1530801,15308,9,0,100,1,0,30,9000,13000,11,15305,1,0,0,0,0,0,0,0,0,0,'Twilight Prophet - Cast Chain Lightning'), + (1530802,15308,9,0,100,1,0,8,12000,15000,11,15531,0,0,0,0,0,0,0,0,0,0,'Twilight Prophet - Cast Frost Nova'), + (1530803,15308,9,0,100,1,0,8,10000,14000,11,17366,0,0,0,0,0,0,0,0,0,0,'Twilight Prophet - Cast Fire Nova'), + (1530804,15308,0,0,100,1,9000,11000,19000,24000,11,22884,0,0,0,0,0,0,0,0,0,0,'Twilight Prophet - Cast Psychic Scream'), (1554101,15541,4,0,100,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,'Twilight Marauder Morna - Dismount on Aggro'), (1554102,15541,0,0,100,1,5000,8000,9000,13000,11,16856,1,0,0,0,0,0,0,0,0,0,'Twilight Marauder Morna - Cast Mortal Strike'), (1554103,15541,9,0,100,1,0,5,5000,9000,11,15572,1,0,0,0,0,0,0,0,0,0,'Twilight Marauder Morna - Cast Sunder Armor'), @@ -74653,7 +75033,7 @@ VALUES (820702,8207,0,0,100,1,9000,14000,14000,18000,11,11970,0,0,0,0,0,0,0,0,0,0,'Greater Firebird - Cast Fire Nova'), (820801,8208,11,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,0,0,0,0,0,'Murderous Blisterpaw - Cast Thrash on Spawn'), (820802,8208,0,0,100,1,12000,18000,15000,22000,11,13443,1,0,0,0,0,0,0,0,0,0,'Murderous Blisterpaw - Cast Rend'), - (866701,8667,0,0,100,1,8500,24800,20500,40200,11,6982,4,0,0,0,0,0,0,0,0,0,'Gusting Vortex - Cast Gust of Wind'), + (866701,8667,0,0,100,1,8500,24800,20500,40200,11,6982,0,0,0,0,0,0,0,0,0,0,'Gusting Vortex - Cast Gust of Wind'), (939701,9397,1,0,100,1,1000,1000,600000,600000,11,12550,0,1,0,0,0,0,0,0,0,0,'Living Storm - Cast Lightning Shield on Spawn'), (939702,9397,27,0,100,1,12550,1,5000,5000,11,12550,0,1,0,0,0,0,0,0,0,0,'Living Storm - Cast Lightning Shield on Missing Lightning Shield Aura Stack'), (1204601,12046,0,0,100,1,9400,16200,8200,20100,11,15496,4,0,0,0,0,0,0,0,0,0,'Gor\'marok the Ravager - Cast Cleave'), @@ -74825,7 +75205,7 @@ VALUES (326507,3265,2,3,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Razormane Hunter - Flee at 15% HP (Phase 2)'), (326508,3265,7,0,100,0,0,0,0,0,22,1,0,0,40,1,0,0,0,0,0,0,'Razormane Hunter - Set Phase 1 and Set Melee Weapon Model on Evade'), (326601,3266,4,0,100,0,0,0,0,0,11,7165,0,0,0,0,0,0,0,0,0,0,'Razormane Defender - Cast Battle Stance on Aggro'), - (326602,3266,0,0,60,1,35000,35000,10000,10000,11,13730,1,0,0,0,0,0,0,0,0,0,'Razormane Defender - Cast Demoralizing Shout'), + (326602,3266,0,0,60,1,35000,35000,10000,10000,11,13730,0,0,0,0,0,0,0,0,0,0,'Razormane Defender - Cast Demoralizing Shout'), (326603,3266,0,0,100,1,11500,11500,4000,4000,11,25710,1,0,0,0,0,0,0,0,0,0,'Razormane Defender - Cast Heroic Strike'), (326701,3267,0,0,100,1,7000,13000,30000,40000,11,6278,4,0,0,0,0,0,0,0,0,0,'Razormane Water Seeker - Cast Creeping Mold'), (326801,3268,4,0,100,0,0,0,0,0,11,467,0,0,0,0,0,0,0,0,0,0,'Razormane Thornweaver - Cast Thorns on Aggro'), @@ -74867,7 +75247,7 @@ VALUES (327310,3273,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Kolkar Stormer - Set Phase to 0 on Evade'), (327401,3274,4,0,100,0,0,0,0,0,11,9128,0,0,0,0,0,0,0,0,0,0,'Kolkar Pack Runner - Cast Battle Shout on Aggro'), (327402,3274,6,0,5,0,0,0,0,0,1,-769,0,0,32,3395,1,8,0,0,0,0,'Kolkar Pack Runner - Chance Say and Summon Verog the Dervish on Death'), - (327501,3275,4,0,100,0,0,0,0,0,11,6268,6,1,0,0,0,0,0,0,0,0,'Kolkar Marauder - Cast Charge on Aggro'), + (327501,3275,4,0,100,0,0,0,0,0,11,6268,0,1,0,0,0,0,0,0,0,0,'Kolkar Marauder - Cast Charge on Aggro'), (327502,3275,0,0,100,1,5000,11000,7000,12000,11,11976,1,0,0,0,0,0,0,0,0,0,'Kolkar Marauder - Cast Strike'), (327503,3275,0,0,100,1,7000,15000,9000,14000,11,8014,4,33,0,0,0,0,0,0,0,0,'Kolkar Marauder - Cast Tetanus'), (327504,3275,6,0,5,0,0,0,0,0,1,-769,0,0,32,3395,1,8,0,0,0,0,'Kolkar Marauder - Chance Say and Summon Verog the Dervish on Death'), @@ -74935,7 +75315,7 @@ VALUES (339701,3397,0,0,100,1,15000,25000,15000,25000,11,6742,0,0,0,0,0,0,0,0,0,0,'Kolkar Bloodcharger - Cast Bloodlust'), (339702,3397,0,0,70,1,20000,20000,5000,5000,11,172,1,0,0,0,0,0,0,0,0,0,'Kolkar Bloodcharger - Cast Corruption'), (339703,3397,6,0,5,0,0,0,0,0,1,-769,0,0,32,3395,1,8,0,0,0,0,'Kolkar Bloodcharger - Chance Say and Summon Verog the Dervish on Death'), - (341601,3416,0,0,60,0,0,0,14000,14000,11,6598,1,0,0,0,0,0,0,0,0,0,'Savannah Matriarch - Cast Savannah Cub'), + (341601,3416,0,0,60,0,0,0,14000,14000,11,6598,0,0,0,0,0,0,0,0,0,0,'Savannah Matriarch - Cast Savannah Cub'), (342401,3424,0,0,80,1,12000,21000,15000,25000,11,8078,0,0,0,0,0,0,0,0,0,0,'Thunderhawk Cloudscraper - Cast Thunderclap'), (343001,3430,0,0,100,0,0,0,0,0,27,5043,17013,0,0,0,0,0,0,0,0,0,'Mangletooth - Cast Agamaggan\'s Agility on Quest Complete'), (343002,3430,0,0,100,0,0,0,0,0,27,5042,16612,0,0,0,0,0,0,0,0,0,'Mangletooth - Cast Agamaggan\'s Strength on Quest Complete'), @@ -75047,6 +75427,34 @@ VALUES (586303,5863,2,0,70,1,20,0,27500,27500,11,2054,0,0,0,0,0,0,0,0,0,0,'Geopriest Gukk\'rok - Cast Heal When Below 20% HP'), (586501,5865,4,0,100,0,0,0,0,0,11,8210,0,1,0,0,0,0,0,0,0,0,'Dishu - Cast Savannah Cubs on Aggro'), (626801,6268,0,0,100,1,5000,11000,11000,17000,11,2691,1,0,0,0,0,0,0,0,0,0,'Summoned Felhunter - Cast Mana Burn'), + (716701,7167,11,0,100,0,0,0,0,0,1,-668,0,0,0,0,0,0,0,0,0,0,'Polly - Say on Spawn'), + (716801,7168,11,0,100,0,0,0,0,0,1,-669,0,0,0,0,0,0,0,0,0,0,'Polly - Say on Spawn'), + (730701,7307,8,2,100,1,2098,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 1 hit and Move to Phase 1'), + (730702,7307,8,2,100,1,6760,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 2 hit and Move to Phase 1'), + (730703,7307,8,2,100,1,6761,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 3 hit and Move to Phase 1'), + (730704,7307,8,2,100,1,6762,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 4 hit and Move to Phase 1'), + (730705,7307,8,2,100,1,8623,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 5 hit and Move to Phase 1'), + (730706,7307,8,2,100,1,8624,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 6 hit and Move to Phase 1'), + (730707,7307,8,2,100,1,11299,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 7 hit and Move to Phase 1'), + (730708,7307,8,2,100,1,11300,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 8 hit and Move to Phase 1'), + (730709,7307,8,2,100,1,31016,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 9 hit and Move to Phase 1'), + (730710,7307,8,2,100,1,26865,-1,0,0,11,8223,0,0,22,1,0,0,0,0,0,0,'Venture Co. Lookout - Cast Oops! on Eviscerate Rank 10 hit and Move to Phase 1'), + (730711,7307,7,1,100,1,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Venture Co. Patroller - Set Phase 0 on Evade in Phase 1'), + (730801,7308,8,2,100,1,1943,-1,0,0,11,10266,0,0,22,1,0,0,0,0,0,0,'Venture Co. Patroller - Cast Lung Puncture on Rupture Rank 1 hit and Move to Phase 1'), + (730802,7308,8,2,100,1,8639,-1,0,0,11,10266,0,0,22,1,0,0,0,0,0,0,'Venture Co. Patroller - Cast Lung Puncture on Rupture Rank 2 hit and Move to Phase 1'), + (730803,7308,8,2,100,1,8640,-1,0,0,11,10266,0,0,22,1,0,0,0,0,0,0,'Venture Co. Patroller - Cast Lung Puncture on Rupture Rank 3 hit and Move to Phase 1'), + (730804,7308,8,2,100,1,11273,-1,0,0,11,10266,0,0,22,1,0,0,0,0,0,0,'Venture Co. Patroller - Cast Lung Puncture on Rupture Rank 4 hit and Move to Phase 1'), + (730805,7308,8,2,100,1,11274,-1,0,0,11,10266,0,0,22,1,0,0,0,0,0,0,'Venture Co. Patroller - Cast Lung Puncture on Rupture Rank 5 hit and Move to Phase 1'), + (730806,7308,8,2,100,1,11275,-1,0,0,11,10266,0,0,22,1,0,0,0,0,0,0,'Venture Co. Patroller - Cast Lung Puncture on Rupture Rank 6 hit and Move to Phase 1'), + (730807,7308,8,2,100,1,26867,-1,0,0,11,10266,0,0,22,1,0,0,0,0,0,0,'Venture Co. Patroller - Cast Lung Puncture on Rupture Rank 7 hit and Move to Phase 1'), + (730808,7308,7,1,100,1,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Venture Co. Patroller - Set Phase 0 on Evade in Phase 1'), + (731001,7310,8,0,100,1,8676,-1,0,0,37,0,0,0,0,0,0,0,0,0,0,0,'Mutated Venture Co. Drone - Die on Ambush Rank 1 hit'), + (731002,7310,8,0,100,1,8724,-1,0,0,37,0,0,0,0,0,0,0,0,0,0,0,'Mutated Venture Co. Drone - Die on Ambush Rank 2 hit'), + (731003,7310,8,0,100,1,8725,-1,0,0,37,0,0,0,0,0,0,0,0,0,0,0,'Mutated Venture Co. Drone - Die on Ambush Rank 3 hit'), + (731004,7310,8,0,100,1,11267,-1,0,0,37,0,0,0,0,0,0,0,0,0,0,0,'Mutated Venture Co. Drone - Die on Ambush Rank 4 hit'), + (731005,7310,8,0,100,1,11268,-1,0,0,37,0,0,0,0,0,0,0,0,0,0,0,'Mutated Venture Co. Drone - Die on Ambush Rank 5 hit'), + (731006,7310,8,0,100,1,11269,-1,0,0,37,0,0,0,0,0,0,0,0,0,0,0,'Mutated Venture Co. Drone - Die on Ambush Rank 6 hit'), + (731007,7310,8,0,100,1,27441,-1,0,0,37,0,0,0,0,0,0,0,0,0,0,0,'Mutated Venture Co. Drone - Die on Ambush Rank 7 hit'), (787201,7872,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Death\'s Head Cultist - Enable Dynamic Movement and Set Phase 1 on Aggro'), (787202,7872,9,5,100,1,0,40,3800,5200,11,9613,1,0,0,0,0,0,0,0,0,0,'Death\'s Head Cultist - Cast Shadow Bolt (Phase 1)'), (787203,7872,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Death\'s Head Cultist - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), @@ -75111,7 +75519,7 @@ VALUES (409405,4094,2,0,100,0,15,0,0,0,49,0,0,0,22,1,0,0,0,0,0,0,'Galak Scout - Disable Dynamic Movement and Set Phase 2 at 15% HP'), (409406,4094,2,3,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Galak Scout - Flee at 15% HP (Phase 2)'), (409407,4094,7,0,100,0,0,0,0,0,22,1,0,0,40,1,0,0,0,0,0,0,'Galak Scout - Set Phase 1 and Set Melee Weapon Model on Evade'), - (409501,4095,0,0,100,1,1000,3000,32000,37000,11,13730,1,0,0,0,0,0,0,0,0,0,'Galak Mauler - Cast Demoralizing Shout'), + (409501,4095,0,0,100,1,1000,3000,32000,37000,11,13730,0,0,0,0,0,0,0,0,0,0,'Galak Mauler - Cast Demoralizing Shout'), (409502,4095,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Galak Mauler - Flee at 15% HP'), (409601,4096,0,0,100,1,8000,15000,18000,26000,11,6728,4,0,0,0,0,0,0,0,0,0,'Galak Windchaser - Cast Enveloping Winds'), (409602,4096,14,0,100,0,300,40,0,0,11,939,6,1,0,0,0,0,0,0,0,0,'Galak Windchaser - Cast Healing Wave on Friendlies'), @@ -75184,6 +75592,8 @@ VALUES (415001,4150,0,0,100,1,9000,14000,12000,16000,11,3635,1,0,0,0,0,0,0,0,0,0,'Redstone Basilisk - Cast Crystal Gaze'), (415101,4151,0,0,100,1,8000,14000,15000,18000,11,8129,4,0,0,0,0,0,0,0,0,0,'Saltstone Crystalhide - Cast Mana Burn'), (431701,4317,4,0,100,0,0,0,0,0,12,9297,1,30000,12,9297,1,30000,1,-548,0,0,'Nyse - Summon Enraged Wyverns and Yell on Aggro'), + (1075601,10756,9,0,100,1,0,20,15000,18000,11,17276,4,1,0,0,0,0,0,0,0,0,'Scalding Elemental - Cast Scald'), + (1075701,10757,9,0,100,1,0,5,12000,15000,11,11983,0,1,0,0,0,0,0,0,0,0,'Boiling Elemental - Cast Steam Jet'), (299501,2995,4,0,100,0,0,0,0,0,12,9297,1,30000,12,9297,1,30000,1,-548,0,0,'Tal - Summon Enraged Wyverns and Yell on Aggro'), (305701,3057,0,0,100,1,25000,30000,25000,25000,11,16636,4,0,0,0,0,0,0,0,0,0,'Cairne Bloodhoof - Cast Berserker Charge'), (305702,3057,0,0,100,1,5000,8000,7000,7000,11,16044,1,0,0,0,0,0,0,0,0,0,'Cairne Bloodhoof - Cast Cleave'), @@ -75212,7 +75622,8 @@ VALUES (651201,6512,11,0,100,0,0,0,0,0,11,14111,0,0,0,0,0,0,0,0,0,0,'Bloodpetal Trapper - Cast Bloodpetal Poison on Spawn'), (651202,6512,0,0,100,1,4000,7000,9000,14000,11,11922,1,0,0,0,0,0,0,0,0,0,'Bloodpetal Trapper - Cast Entangling Roots'), (651301,6513,2,0,100,0,20,0,0,0,11,8599,0,0,1,-46,0,0,0,0,0,0,'Un\'Goro Stomper - Cast Enrage at 20% HP'), - (651601,6516,9,0,100,1,0,20,6000,12000,11,12553,1,0,0,0,0,0,0,0,0,0,'Un\'Goro Thunderer - Cast Shock'), + (651601,6516,4,0,100,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,'Un\'Goro Thunderer - Cast Set Stand State on Aggro'), + (651602,6516,0,0,100,1,5000,5000,9000,15000,11,12553,1,0,0,0,0,0,0,0,0,0,'Un\'Goro Thunderer - Cast Shock'), (651701,6517,11,0,100,0,0,0,0,0,11,14178,0,1,0,0,0,0,0,0,0,0,'Tar Beast - Cast Sticky Tar on Spawn'), (651801,6518,11,0,100,0,0,0,0,0,11,14178,0,1,0,0,0,0,0,0,0,0,'Tar Lurker - Cast Sticky Tar on Spawn'), (651802,6518,9,0,100,1,0,5,12000,16000,11,7279,1,0,0,0,0,0,0,0,0,0,'Tar Lurker - Cast Black Sludge'), @@ -75230,6 +75641,8 @@ VALUES (655502,6555,9,5,100,1,0,5,4000,6000,11,14120,1,0,0,0,0,0,0,0,0,0,'Gorishi Tunneler - Cast Tunneler Acid (Phase 1)'), (655503,6555,24,5,100,1,14120,5,5000,5000,22,2,0,0,0,0,0,0,0,0,0,0,'Gorishi Tunneler - Set Phase 2 on Target Max Tunneler Acid Aura Stack (Phase 1)'), (655504,6555,28,3,100,1,14120,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'Gorishi Tunneler - Set Phase 1 on Target Missing Tunneler Acid Aura Stack (Phase 2)'), + (655701,6557,2,0,100,0,10,0,0,0,11,14146,0,0,0,0,0,0,0,0,0,0,'Primal Ooze - Cast Clone at 10% HP'), + (655702,6557,30,0,100,1,5,10290,0,0,11,16032,0,16,36,9621,0,0,0,0,0,0,'Primal Ooze - Cast Merging Oozes AND Transform into Gargantuan Ooze on Receive AI Event A'), (655901,6559,6,0,100,0,0,0,0,0,11,14147,0,7,0,0,0,0,0,0,0,0,'Glutinous Ooze - Cast Acid Slime on Death'), (658101,6581,9,0,100,1,0,5,12000,18000,11,13445,1,0,0,0,0,0,0,0,0,0,'Ravasaur Matriarch - Cast Rend'), (658201,6582,9,0,100,1,0,5,8000,12000,11,15584,1,0,0,0,0,0,0,0,0,0,'Clutchmother Zavas - Cast Cleave'), @@ -75265,6 +75678,13 @@ VALUES (1004002,10040,9,5,100,1,0,5,4000,6000,11,14120,1,0,0,0,0,0,0,0,0,0,'Gorishi Hive Guard - Cast Tunneler Acid (Phase 1)'), (1004003,10040,24,5,100,1,14120,5,5000,5000,22,2,0,0,0,0,0,0,0,0,0,0,'Gorishi Hive Guard - Set Phase 2 on Target Max Tunneler Acid Aura Stack (Phase 1)'), (1004004,10040,28,3,100,1,14120,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'Gorishi Hive Guard - Set Phase 1 on Target Missing Tunneler Acid Aura Stack (Phase 2)'), + (1029001,10290,29,0,100,0,1000,1000,0,0,45,5,40,0,41,2000,0,0,0,0,0,0,'Captured Felwood Ooze - Send AI Event \"A\" AND Despawn self(Q.4642)'), + (1446001,14460,9,0,100,1,0,8,11000,14000,11,23113,0,1,0,0,0,0,0,0,0,0,'Blazing Invader - Cast Blast Wave'), + (1446101,14461,11,0,100,0,0,0,0,0,1,-1487,0,0,0,0,0,0,0,0,0,0,'Baron Charr - Yell on Spawn'), + (1446102,14461,9,0,100,1,0,20,2400,4700,11,9574,1,0,0,0,0,0,0,0,0,0,'Baron Charr - Cast Flame Buffet'), + (1446103,14461,0,0,100,1,3700,24100,6000,18300,11,15285,1,0,0,0,0,0,0,0,0,0,'Baron Charr - Fireball Volley'), + (1446104,14461,1,0,100,1,10000,60000,300000,420000,1,-1488,0,0,0,0,0,0,0,0,0,0,'Baron Charr - Random Yell OOC'), + (1446105,14461,6,0,100,0,0,0,0,0,1,-1489,0,0,0,0,0,0,0,0,0,0,'Baron Charr - Yell on Death'), (742801,7428,9,0,100,1,0,5,4200,11800,11,18368,1,0,0,0,0,0,0,0,0,0,'Frostmaul Giant - Cast Strike'), (742802,7428,9,0,100,1,0,8,6100,14100,11,18670,1,0,0,0,0,0,0,0,0,0,'Frostmaul Giant - Cast Knock Away'), (742901,7429,2,0,100,1,50,0,32000,45000,11,9616,0,1,0,0,0,0,0,0,0,0,'Frostmaul Preserver - Cast Wild Regeneration at 50% HP'), @@ -75345,7 +75765,7 @@ VALUES (1019604,10196,28,3,100,1,11971,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'General Cobaltann - Set Phase 1 on Target Missing Sunder Armor Aura Stack (Phase 2)'), (1019605,10196,0,0,100,1,2000,5000,13000,18000,11,9128,0,0,0,0,0,0,0,0,0,0,'General Cobaltann - Cast Battle Shout'), (1019606,10196,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'General Cobaltann - Set Phase to 0 on Evade'), - (1019701,10197,0,0,100,1,5000,9000,16000,24000,11,15971,1,0,0,0,0,0,0,0,0,0,'Mezzir the Howler - Cast Demoralizing Roar'), + (1019701,10197,0,0,100,1,5000,9000,16000,24000,11,15971,0,0,0,0,0,0,0,0,0,0,'Mezzir the Howler - Cast Demoralizing Roar'), (1019702,10197,0,0,100,1,1500,7800,10800,20500,11,3131,1,0,0,0,0,0,0,0,0,0,'Mezzir the Howler - Cast Frost Breath'), (1019703,10197,0,0,100,1,8000,12000,12000,20000,11,14100,0,0,0,0,0,0,0,0,0,0,'Mezzir the Howler - Cast Terrifying Roar'), (1019801,10198,9,0,100,1,0,5,6000,9000,11,15584,1,0,0,0,0,0,0,0,0,0,'Kashoch the Reaver - Cast Cleave'), @@ -75375,10 +75795,22 @@ VALUES (1080703,10807,2,0,100,1,20,0,120000,120000,11,8599,0,1,1,-106,0,0,0,0,0,0,'Brumeran - Cast Enrage at 20% HP'), (1113801,11138,4,0,100,0,0,0,0,0,12,9527,1,30000,12,9527,1,30000,1,-549,0,0,'Maethrya - Summon Enraged Hippogryphs on Aggro'), (1113901,11139,4,0,100,0,0,0,0,0,12,9297,1,30000,12,9297,1,30000,1,-548,0,0,'Yugrek - Summon Enraged Wyverns and Yell on Aggro'), + (1445701,14457,11,0,100,0,0,0,0,0,1,-1483,0,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Random Yell on Spawn'), + (1445702,14457,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Princess Tempestria - Enable Dynamic Movement and Set Phase 1 on Aggro'), + (1445703,14457,9,5,100,1,8,40,9000,11000,11,23102,1,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Cast Frostbolt (Phase 1)'), + (1445704,14457,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (1445705,14457,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Disable Dynamic Movement at 0-8 Yards'), + (1445706,14457,3,5,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Princess Tempestria - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), + (1445707,14457,3,3,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Set Phase 1 when Mana is above 15% (Phase 2)'), + (1445708,14457,9,0,100,1,0,5,11000,15000,11,10987,0,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Cast Geyser'), + (1445709,14457,0,0,100,1,9000,14000,16000,19000,11,14907,0,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Cast Frost Nova'), + (1445710,14457,0,0,100,1,9000,14000,15000,19000,11,22746,0,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Cast Cone of Cold'), + (1445711,14457,1,0,100,1,10000,60000,300000,420000,1,-1484,0,0,0,0,0,0,0,0,0,0,'Princess Tempestria - Random Yell OOC'), + (1445801,14458,0,0,100,1,15000,20000,16000,19000,11,19133,4,0,0,0,0,0,0,0,0,0,'Watery Invader - Cast Frost Shock'), (1562301,15623,11,0,100,0,0,0,0,0,11,25818,0,0,0,0,0,0,0,0,0,0,'Xandivious - Cast Aura of Rot on Spawn'), (1562302,15623,0,0,100,1,3000,3500,15000,15000,11,11980,1,0,0,0,0,0,0,0,0,0,'Xandivious - Cast Curse of Weakness'), (1562303,15623,0,0,100,1,5000,8000,12000,16000,11,11639,1,0,0,0,0,0,0,0,0,0,'Xandivious - Cast Shadow Word: Pain'), - (1562304,15623,9,0,100,1,3000,6000,9000,13000,11,16046,1,0,0,0,0,0,0,0,0,0,'Xandivious - Cast Blast Wave'), + (1562304,15623,9,0,100,1,3000,6000,9000,13000,11,16046,0,0,0,0,0,0,0,0,0,0,'Xandivious - Cast Blast Wave'), (1562305,15623,2,0,100,0,50,0,0,0,11,8599,0,0,0,0,0,0,0,0,0,0,'Xandivious - Cast Enrage at 50% HP'), (1562306,15623,6,0,100,0,0,0,0,0,11,25791,0,7,0,0,0,0,0,0,0,0,'Xandivious - Cast Xandivious Demon Bag on Death'), (479801,4798,0,0,100,1,5000,7000,20000,35000,11,6205,1,32,0,0,0,0,0,0,0,0,'Fallenroot Shadowstalker - Cast Curse of Weakness'), @@ -75502,7 +75934,10 @@ VALUES (889201,8892,13,0,100,1,11000,15000,0,0,11,11978,1,0,0,0,0,0,0,0,0,0,'Anvilrage Footman - Cast Kick on Target Spell Casting'), (889202,8892,0,0,100,1,8000,11000,7000,12000,11,11976,1,0,0,0,0,0,0,0,0,0,'Anvilrage Footman - Cast Strike'), (889301,8893,0,0,100,1,13800,19200,8100,17800,11,15284,1,1,0,0,0,0,0,0,0,0,'Anvilrage Soldier - Cast Cleave'), - (889302,8893,9,0,100,1,0,5,12000,15000,11,9080,1,1,0,0,0,0,0,0,0,0,'Anvilrage Soldier - Cast Hamstring'), + (889302,8893,9,0,100,1,0,5,12000,15000,11,9080,1,1,0,0,0,0,0,0,0,0,'Anvilrage Soldier - Cast Hamstring'); + +INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) +VALUES (889401,8894,1,0,100,1,1000,1000,1800000,1800000,11,13864,0,1,0,0,0,0,0,0,0,0,'Anvilrage Medic - Cast Power Word: Fortitude on Spawn'), (889402,8894,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Anvilrage Medic - Enable Dynamic Movement and Set Phase 1 on Aggro'), (889403,8894,9,5,100,1,0,40,3400,4800,11,15587,1,0,0,0,0,0,0,0,0,0,'Anvilrage Medic - Cast Mind Blast (Phase 1)'), @@ -75625,7 +76060,6 @@ VALUES (890705,8907,9,0,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Wrath Hammer Construct - Enable Dynamic Movement at 9-80 Yards'), (890706,8907,9,0,100,1,0,8,1000,1000,49,0,0,0,20,1,0,0,40,1,0,0,'Wrath Hammer Construct - Disable Dynamic Movement and Enable Melee and Set Melee Weapon Model at 0-8 Yards'), (890707,8907,7,0,100,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,0,'Wrath Hammer Construct - Set Melee Weapon Model on Evade'), - (890801,8908,0,0,100,1,9000,11000,11000,18000,11,15570,4,33,0,0,0,0,0,0,0,0,'Molten War Golem - Cast Immolate'), (890901,8909,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Fireguard - Enable Dynamic Movement and Set Phase 1 on Aggro'), (890902,8909,9,5,100,1,0,40,3600,4900,11,14034,1,0,0,0,0,0,0,0,0,0,'Fireguard - Cast Fireball (Phase 1)'), (890903,8909,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Fireguard - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), @@ -75636,7 +76070,7 @@ VALUES (891001,8910,0,0,100,1,9000,11000,11000,18000,11,20787,4,33,0,0,0,0,0,0,0,0,'Blazing Fireguard - Cast Immolate'), (891002,8910,0,0,100,1,5000,5000,3000,6000,11,13878,1,0,0,0,0,0,0,0,0,0,'Blazing Fireguard - Cast Scorch'), (891003,8910,0,0,100,1,0,20,6000,12000,11,13341,1,0,0,0,0,0,0,0,0,0,'Blazing Fireguard - Cast Fire Blast'), - (891101,8911,4,0,100,0,0,0,0,0,11,3417,0,2,0,0,0,0,0,0,0,0,'Fireguard Destroyer - Cast Thrash on Aggro'), + (891101,8911,4,0,100,0,0,0,0,0,11,3417,0,34,0,0,0,0,0,0,0,0,'Fireguard Destroyer - Cast Thrash on Aggro'), (891102,8911,0,0,100,1,8000,12000,8000,12000,11,15243,1,0,0,0,0,0,0,0,0,0,'Fireguard Destroyer - Cast Fireball Volley'), (891201,8912,11,0,100,0,0,0,0,0,11,13616,0,1,0,0,0,0,0,0,0,0,'Twilight`\'s Hammer Torturer - Cast Wracking Pains Proc on Spawn'), (891202,8912,0,0,100,1,7700,15700,21900,33500,11,14032,1,0,0,0,0,0,0,0,0,0,'Twilight`\'s Hammer Torturer - Cast Shadow Word: Pain'), @@ -75703,7 +76137,7 @@ VALUES (898303,8983,0,0,100,1,7000,12000,7000,11000,11,15605,4,1,0,0,0,0,0,0,0,0,'Golem Lord Argelmach - Cast Shock'), (898304,8983,27,0,100,1,15507,1,15000,30000,11,15507,0,1,0,0,0,0,0,0,0,0,'Golem Lord Argelmach - Cast Lightning Shield on Missing Buff'), (898305,8983,4,0,100,0,0,0,0,0,1,-1326,0,0,0,0,0,0,0,0,0,0,'Golem Lord Argelmach - Say on Aggro'), - (901601,9016,0,0,100,1,8000,12000,10000,14000,11,13880,1,0,0,0,0,0,0,0,0,0,'Bael\'Gar - Cast Magma Splash'), + (901601,9016,0,0,100,1,8000,12000,10000,14000,11,13880,0,0,0,0,0,0,0,0,0,0,'Bael\'Gar - Cast Magma Splash'), (901602,9016,2,0,100,0,82,0,0,0,11,13895,4,1,0,0,0,0,0,0,0,0,'Bael\'Gar - Summon Spawn of Bael\'Gar at 82% HP'), (901603,9016,2,0,100,0,62,0,0,0,11,13895,4,1,0,0,0,0,0,0,0,0,'Bael\'Gar - Summon Spawn of Bael\'Gar at 62% HP'), (901604,9016,2,0,100,0,42,0,0,0,11,13895,4,1,0,0,0,0,0,0,0,0,'Bael\'Gar - Summon Spawn of Bael\'Gar at 42% HP'), @@ -75770,10 +76204,7 @@ VALUES (903802,9038,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Seeth\'rel - Enable Dynamic Movement and Set Phase 1 on Aggro'), (903803,9038,9,13,100,1,0,40,3400,4800,11,12675,1,0,0,0,0,0,0,0,0,0,'Seeth\'rel - Cast Frostbolt (Phase 1)'), (903804,9038,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Seeth\'rel - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), - (903805,9038,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Seeth\'rel - Disable Dynamic Movement at 0-8 Yards'); - -INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) -VALUES + (903805,9038,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Seeth\'rel - Disable Dynamic Movement at 0-8 Yards'), (903806,9038,3,5,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Seeth\'rel - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), (903807,9038,3,3,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Seeth\'rel - Set Phase 1 when Mana is above 15% (Phase 2)'), (903808,9038,0,0,100,1,9000,14000,19000,24000,11,15244,0,1,0,0,0,0,0,0,0,0,'Seeth\'rel - Cast Cone of Cold'), @@ -76045,18 +76476,18 @@ VALUES (926212,9262,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Firebrand Invoker - Set Phase to 0 on Evade'), (926301,9263,0,0,100,1,20000,20000,30000,30000,11,15128,1,0,0,0,0,0,0,0,0,0,'Firebrand Dreadweaver - Mark of Flames'), (926302,9263,0,0,100,1,1000,4000,12000,15000,11,16071,4,0,0,0,0,0,0,0,0,0,'Firebrand Dreadweaver - Curse of the Firebrand'), - (926303,9263,0,0,100,1,10000,15000,10000,20000,11,15728,4,0,0,0,0,0,0,0,0,0,'Firebrand Dreadweaver - Plague Cloud'), + (926303,9263,0,0,100,1,10000,15000,10000,20000,11,15728,0,0,0,0,0,0,0,0,0,0,'Firebrand Dreadweaver - Plague Cloud'), (926401,9264,0,0,100,1,20000,20000,30000,30000,11,15128,1,0,0,0,0,0,0,0,0,0,'Firebrand Pyromancer - Mark of Flames'), (926402,9264,0,0,100,1,1000,4000,5000,8000,11,15096,4,0,0,0,0,0,0,0,0,0,'Firebrand Pyromancer - Flame Shock'), (926501,9265,0,0,100,1,10000,10000,12000,15000,11,12540,1,0,0,0,0,0,0,0,0,0,'Smolderthron Shadow Hunter - Gouge'), (926502,9265,0,0,100,1,10000,10000,6000,12000,11,15614,1,0,0,0,0,0,0,0,0,0,'Smolderthorn Shadow Hunter - Kick'), (926601,9266,0,0,100,1,20000,20000,20000,20000,11,15867,0,0,0,0,0,0,0,0,0,0,'Smolderthron Witch Doctor - Flame Buffet'), (926602,9266,0,0,100,1,8000,12000,10000,15000,11,15869,0,0,0,0,0,0,0,0,0,0,'Smolderthron Witch Doctor - Superior Healing Ward'), - (926701,9267,4,0,100,0,0,0,0,0,49,1,0,0,20,0,0,0,22,1,0,0,'Smolderthorn Axe Thrower - Enable Dynamic Movement and Prevent Melee and Set Phase 1 on Aggro'), - (926702,9267,9,5,100,1,5,30,2300,3900,11,15795,1,0,40,2,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Cast Throw and Set Ranged Weapon Model (Phase 1)'), - (926703,9267,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), - (926704,9267,9,0,100,1,0,8,1000,1000,49,0,0,0,20,1,0,0,40,1,0,0,'Smolderthorn Axe Thrower - Disable Dynamic Movement and Enable Melee and Set Melee Weapon Model at 0-8 Yards'), - (926705,9267,0,0,100,1,6000,9000,9000,12000,11,3391,0,1,0,0,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Thrash'), + (926701,9267,11,0,100,0,0,0,0,0,11,8876,0,1,0,0,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Cast Thrash on Spawn'), + (926702,9267,4,0,100,0,0,0,0,0,49,1,0,0,20,0,0,0,22,1,0,0,'Smolderthorn Axe Thrower - Enable Dynamic Movement and Prevent Melee and Set Phase 1 on Aggro'), + (926703,9267,9,5,100,1,5,30,2300,3900,11,15795,1,0,40,2,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Cast Throw and Set Ranged Weapon Model (Phase 1)'), + (926704,9267,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), + (926705,9267,9,0,100,1,0,8,1000,1000,49,0,0,0,20,1,0,0,40,1,0,0,'Smolderthorn Axe Thrower - Disable Dynamic Movement and Enable Melee and Set Melee Weapon Model at 0-8 Yards'), (926706,9267,0,0,100,1,9000,14000,11000,15000,11,11428,1,1,0,0,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Knockdown'), (926707,9267,2,0,100,0,15,0,0,0,49,0,0,0,22,1,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Disable Dynamic Movement and Set Phase 2 at 15% HP'), (926708,9267,2,3,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Smolderthorn Axe Thrower - Flee at 15% HP (Phase 2)'), @@ -76149,9 +76580,9 @@ VALUES (1008301,10083,0,0,100,1,3700,24100,6000,18300,11,15285,1,0,0,0,0,0,0,0,0,0,'Rage Talon Flamescale - Fireball Volley'), (1008302,10083,0,0,100,1,7400,15100,10800,22100,11,12470,0,0,0,0,0,0,0,0,0,0,'Rage Talon Flamescale - Fire Nova'), (1008303,10083,0,0,100,1,4000,14900,22800,32100,11,16102,4,0,0,0,0,0,0,0,0,0,'Rage Talon Flamescale - Flamestrike'), - (1022001,10220,0,0,100,1,8000,10000,12000,14000,11,13738,1,0,0,0,0,0,0,0,0,0,'Halycon - Cast Rend'), - (1022002,10220,0,0,100,1,5000,9000,10000,13000,11,3391,1,0,0,0,0,0,0,0,0,0,'Halycon - Cast Thrash'), - (1022003,10220,6,0,100,0,0,0,0,0,32,10268,0,20,0,0,0,0,0,0,0,0,'Halycon - Summon Gizrul the Slavener on Death'), + (1022001,10220,11,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,0,0,0,0,0,'Halycon - Cast Thrash on Spawn'), + (1022002,10220,0,0,100,1,8000,10000,12000,14000,11,13738,1,0,0,0,0,0,0,0,0,0,'Halycon - Cast Rend'), + (1022003,10220,6,0,100,0,0,0,0,0,1,-818,0,0,32,10268,0,20,0,0,0,0,'Halycon - Say and Summon Gizrul the Slavener on Death'), (1025801,10258,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Rookery Guardian - Set Phase 1 on Aggro'), (1025802,10258,9,5,100,1,0,5,5000,9000,11,15572,1,0,0,0,0,0,0,0,0,0,'Rookery Guardian - Cast Sunder Armor (Phase 1)'), (1025803,10258,24,5,100,1,15572,5,5000,5000,22,2,0,0,0,0,0,0,0,0,0,0,'Rookery Guardian - Set Phase 2 on Target Max Sunder Armor Aura Stack (Phase 1)'), @@ -76164,6 +76595,8 @@ VALUES (1026302,10263,0,0,100,1,10000,10000,10000,10000,11,16046,0,0,0,0,0,0,0,0,0,0,'Burning Felguard - Blast Wave'), (1026303,10263,0,0,100,1,5000,5000,15000,20000,11,15548,0,0,0,0,0,0,0,0,0,0,'Burning Felguard - Thunderclap'), (1026304,10263,0,0,100,1,5000,7000,4000,6000,11,15580,1,0,0,0,0,0,0,0,0,0,'Burning Felguard - Strike'), + (1026401,10264,0,0,100,1,12000,15000,13500,16500,11,16727,0,1,0,0,0,0,0,0,0,0,'Solakar Flamewreath - Cast War Stomp'), + (1026402,10264,0,0,100,1,8000,10000,7500,10000,11,16556,0,0,0,0,0,0,0,0,0,0,'Solakar Flamewreath - Cast Disturb Rookery Egg (FAST)'), (1026801,10268,2,0,100,1,20,0,30000,30000,11,8269,0,0,0,0,0,0,0,0,0,0,'Gizrul the Slavener - Frenzy'), (1026802,10268,0,0,100,1,10000,10000,10000,10000,11,16495,1,0,0,0,0,0,0,0,0,0,'Gizrul the Slavener - Fatal Bite'), (1026803,10268,0,0,100,1,15000,20000,10000,20000,11,16128,1,32,0,0,0,0,0,0,0,0,'Gizrul the Slavener - Infected Bite'), @@ -76269,32 +76702,55 @@ VALUES (1068304,10683,28,3,100,1,15572,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'Rookery Hatcher - Set Phase 1 on Target Missing Sunder Armor Aura Stack (Phase 2)'), (1068305,10683,0,0,100,1,5000,7000,4000,6000,11,15580,1,0,0,0,0,0,0,0,0,0,'Rookery Hatcher - Strike'), (1068306,10683,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Rookery Hatcher - Set Phase to 0 on Evade'), + (1077601,10776,11,0,100,2,0,0,0,0,1,-1540,0,0,0,0,0,0,0,0,0,0,'Finkle Einhorn - Say on Spawn'), (1081401,10814,0,0,100,1,5000,12800,13000,13000,11,15708,1,0,0,0,0,0,0,0,0,0,'Chromatic Elite Guard - Cast Mortal Strike'), (1081402,10814,0,0,100,1,5600,15400,11200,25700,11,16790,1,0,0,0,0,0,0,0,0,0,'Chromatic Elite Guard - Cast Knockdown'), (1081403,10814,0,0,80,1,12000,20800,9000,9000,11,15580,1,0,0,0,0,0,0,0,0,0,'Chromatic Elite Guard - Cast Strike'), (1089901,10899,0,0,100,1,5000,7000,4000,6000,11,15580,1,0,0,0,0,0,0,0,0,0,'Blackhand Elite - Cast Strike'), (1089902,10899,0,0,100,1,5000,10000,20000,20000,11,16172,1,0,0,0,0,0,0,0,0,0,'Blackhand Elite - Cast Head Crack'), (1089903,10899,0,0,100,1,10000,10000,10000,10000,11,6253,1,0,0,0,0,0,0,0,0,0,'Blackhand Elite - Cast Backhand'), - (1604201,16042,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Set Phase 1 on Aggro'), - (1604202,16042,0,13,100,1,9000,18000,19000,24000,11,27286,1,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Shadow Wrath'), - (1604203,16042,0,13,100,1,6000,8000,30000,35000,11,27249,0,1,0,0,0,0,0,0,0,0,'Lord Valthalak - Summon Spectral Assassin'), - (1604204,16042,2,13,100,0,40,0,0,0,11,8269,0,1,22,2,0,0,0,0,0,0,'Lord Valthalak - Cast Frenzy and Set Phase 2 at 40% HP'), - (1604205,16042,0,11,100,1,9000,18000,19000,24000,11,27286,1,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Shadow Wrath'), - (1604206,16042,2,11,100,1,40,0,2000,5000,11,8269,0,33,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Frenzy at 40% HP'), - (1604207,16042,2,11,100,0,15,0,0,0,22,3,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Set Phase 3 at 15% HP'), - (1604208,16042,0,7,100,1,9000,18000,19000,24000,11,27286,1,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Shadow Wrath'), - (1604209,16042,0,7,100,1,7000,14000,4000,6000,11,27382,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Shadow Bolt Volley'), - (1604210,16042,2,7,100,1,15,0,2000,5000,11,8269,0,33,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Frenzy at 15% HP'), - (1604501,16045,8,0,100,0,27190,-1,0,0,12,16097,1,60000,41,0,0,0,0,0,0,0,'Isalien Trigger - Spawn Isalien and Despawn Trigger on Summon Isalien DND Spellhit'), - (1604502,16045,8,0,100,0,27203,-1,0,0,12,16097,1,60000,41,0,0,0,0,0,0,0,'Isalien Trigger - Spawn Isalien and Despawn Trigger on Summon Various DND Spellhit'), - (1604601,16046,8,0,100,0,27191,-1,0,0,12,16102,1,60000,12,16101,6,60000,41,0,0,0,'Jarien and Sothos Trigger - Spawn Jarien and Sothos and Despawn Trigger on Summon Jarien and Sothos DND Spellhit'), - (1604602,16046,8,0,100,0,27203,-1,0,0,12,16102,1,60000,12,16101,6,60000,41,0,0,0,'Jarien and Sothos Trigger - Spawn Jarien and Sothos and Despawn Trigger on Summon Various DND Spellhit'), - (1604701,16047,8,0,100,0,27201,-1,0,0,12,16118,1,60000,41,0,0,0,0,0,0,0,'Kormok Trigger - Spawn Kormok and Despawn Trigger on Summon Kormok DND Spellhit'), - (1604702,16047,8,0,100,0,27203,-1,0,0,12,16118,1,60000,41,0,0,0,0,0,0,0,'Kormok Trigger - Spawn Kormok and Despawn Trigger on Summon Various DND Spellhit'), - (1604801,16048,8,0,100,0,27202,-1,0,0,12,16042,1,60000,41,0,0,0,0,0,0,0,'Lord Valthalak Trigger - Spawn Lord Valthalak and Despawn Trigger on Summon Lord Valthalak DND Spellhit'), - (1604802,16048,8,0,100,0,27203,-1,0,0,12,16042,1,60000,41,0,0,0,0,0,0,0,'Lord Valthalak Trigger - Spawn Lord Valthalak and Despawn Trigger on Summon Various DND Spellhit'), + (1604201,16042,11,0,100,0,0,0,0,0,1,-1517,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Yell on Spawn'), + (1604202,16042,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Set Phase 1 on Aggro'), + (1604203,16042,0,13,100,1,9000,18000,19000,24000,11,27286,1,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Shadow Wrath'), + (1604204,16042,0,13,100,1,6000,8000,30000,35000,11,27249,0,1,0,0,0,0,0,0,0,0,'Lord Valthalak - Summon Spectral Assassin'), + (1604205,16042,2,0,100,0,40,0,0,0,1,-1518,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Yell at 40% HP'), + (1604206,16042,2,13,100,0,40,0,0,0,11,8269,0,1,22,2,0,0,0,0,0,0,'Lord Valthalak - Cast Frenzy and Set Phase 2 at 40% HP'), + (1604207,16042,0,11,100,1,9000,18000,19000,24000,11,27286,1,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Shadow Wrath'), + (1604208,16042,2,11,100,1,40,0,2000,5000,11,8269,0,33,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Frenzy at 40% HP'), + (1604209,16042,2,0,100,0,15,0,0,0,1,-1519,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Yell at 15% HP'), + (1604210,16042,2,11,100,0,15,0,0,0,22,3,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Set Phase 3 at 15% HP'), + (1604211,16042,0,7,100,1,9000,18000,19000,24000,11,27286,1,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Shadow Wrath'), + (1604212,16042,0,7,100,1,7000,14000,4000,6000,11,27382,0,0,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Shadow Bolt Volley'), + (1604213,16042,2,7,100,1,15,0,2000,5000,11,8269,0,33,0,0,0,0,0,0,0,0,'Lord Valthalak - Cast Frenzy at 15% HP'), + (1604401,16044,8,0,100,0,27184,-1,0,0,32,16080,0,29,41,0,0,0,0,0,0,0,'Mor Grayhoof Trigger - Spawn Mor Grayhoof and Despawn Trigger on Summon Mor Grayhoof DND Spellhit'), + (1604402,16044,8,0,100,0,27203,-1,0,0,32,16080,0,29,41,0,0,0,0,0,0,0,'Mor Grayhoof Trigger - Spawn Mor Grayhoof and Despawn Trigger on Summon Various DND Spellhit'), + (1604501,16045,8,0,100,0,27190,-1,0,0,32,16097,0,30,41,0,0,0,0,0,0,0,'Isalien Trigger - Spawn Isalien and Despawn Trigger on Summon Isalien DND Spellhit'), + (1604502,16045,8,0,100,0,27203,-1,0,0,32,16097,0,30,41,0,0,0,0,0,0,0,'Isalien Trigger - Spawn Isalien and Despawn Trigger on Summon Various DND Spellhit'), + (1604601,16046,8,0,100,0,27191,-1,0,0,32,16101,0,32,32,16102,0,31,41,0,0,0,'Jarien and Sothos Trigger - Spawn Jarien and Sothos and Despawn Trigger on Summon Jarien and Sothos DND Spellhit'), + (1604602,16046,8,0,100,0,27203,-1,0,0,32,16101,0,32,32,16102,0,31,41,0,0,0,'Jarien and Sothos Trigger - Spawn Jarien and Sothos and Despawn Trigger on Summon Various DND Spellhit'), + (1604701,16047,8,0,100,0,27201,-1,0,0,32,16118,0,33,41,1000,0,0,0,0,0,0,'Kormok Trigger - Spawn Kormok and Despawn Trigger on Summon Kormok DND Spellhit'), + (1604702,16047,8,0,100,0,27203,-1,0,0,32,16118,0,33,41,1000,0,0,0,0,0,0,'Kormok Trigger - Spawn Kormok and Despawn Trigger on Summon Various DND Spellhit'), + (1604801,16048,8,0,100,0,27202,-1,0,0,32,16042,0,34,41,1000,0,0,0,0,0,0,'Lord Valthalak Trigger - Spawn Lord Valthalak and Despawn Trigger on Summon Lord Valthalak DND Spellhit'), + (1604802,16048,8,0,100,0,27203,-1,0,0,32,16042,0,34,41,1000,0,0,0,0,0,0,'Lord Valthalak Trigger - Spawn Lord Valthalak and Despawn Trigger on Summon Various DND Spellhit'), (1606601,16066,0,0,100,1,3000,5000,7000,9000,11,18663,1,0,0,0,0,0,0,0,0,0,'Spectral Assassin - Cast Shadow Shock'), (1606602,16066,0,0,100,0,10000,15000,0,0,11,27177,5,0,0,0,0,0,0,0,0,0,'Spectral Assassin - Cast Defile'), + (1608001,16080,11,0,100,0,0,0,0,0,1,-1523,0,0,0,0,0,0,0,0,0,0,'Mor Grayhoof - Yell on Spawn'), + (1608002,16080,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Mor Grayhoof - Set Phase 1 on Aggro'), + (1608003,16080,0,29,100,1,5000,8000,16000,19000,11,27737,1,0,0,0,0,0,0,0,0,0,'Mor Grayhoof - Cast Moonfire (Phase 1)'), + (1608004,16080,0,29,100,33,12000,13000,38000,42000,11,27527,0,1,11,27532,0,1,0,0,0,0,'Mor Grayhoof - Healing Touch or Rejuvenation (Phase 1)'), + (1608005,16080,0,29,100,1,16000,18000,48000,52000,11,27530,4,1,0,0,0,0,0,0,0,0,'Mor Grayhoof - Cast Hurricane (Phase 1)'), + (1608006,16080,2,0,100,0,80,65,0,0,11,27543,0,1,22,2,0,0,0,0,0,0,'Mor Grayhoof - Bear Form (Shapeshift) and Set Phase 2 at 80% HP'), + (1608007,16080,0,27,100,1,1000,3000,35000,40000,11,27551,0,1,0,0,0,0,0,0,0,0,'Mor Grayhoof - Cast Demoralizing Roar (Phase 2)'), + (1608008,16080,9,27,100,33,0,5,2000,4000,11,27554,1,0,11,27553,1,0,0,0,0,0,'Mor Grayhoof - Cast Swipe or Maul (Phase 2)'), + (1608009,16080,27,27,100,1,27543,1,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Mor Grayhoof - Set Phase 1 on Aura Missing (Phase 2)'), + (1608010,16080,2,0,100,0,50,35,0,0,11,27545,0,1,22,3,0,0,0,0,0,0,'Mor Grayhoof - Cat Form (Shapeshift) and Set Phase 3 at 50% HP'), + (1608011,16080,9,23,100,33,0,5,2000,3000,11,27555,1,0,11,27556,1,0,11,27557,1,0,'Mor Grayhoof - Shred, Rake or Ferocious Bite (Phase 3)'), + (1608012,16080,27,23,100,1,27545,1,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Mor Grayhoof - Set Phase 1 on Aura Missing (Phase 3)'), + (1608013,16080,2,0,100,0,25,0,0,0,11,27546,0,1,22,4,0,0,0,0,0,0,'Mor Grayhoof - Faerie Dragon Form and Set Phase 4 at 25% HP'), + (1608014,16080,0,15,100,1,6000,8000,12000,15000,11,27564,0,0,0,0,0,0,0,0,0,0,'Mor Grayhoof - Cast Reflection (Phase 4)'), + (1608015,16080,0,15,100,1,2000,5000,15000,18000,11,27567,4,1,0,0,0,0,0,0,0,0,'Mor Grayhoof - Cast Chain Lightning (Phase 4)'), + (1608016,16080,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Mor Grayhoof - Set Phase 0 on Evade'), + (1608017,16080,6,0,100,0,0,0,0,0,1,-1524,0,0,0,0,0,0,0,0,0,0,'Mor Grayhoof - Yell on Death'), (1144101,11441,4,0,10,0,0,0,0,0,1,-359,-360,-361,0,0,0,0,0,0,0,0,'Gordok Brute - Random Say on Aggro'), (1144102,11441,0,0,100,1,8900,17900,6200,16400,11,18072,4,0,0,0,0,0,0,0,0,0,'Gordok Brute - Cast Uppercut'), (1144103,11441,13,0,100,1,4900,8300,0,0,11,15615,1,0,0,0,0,0,0,0,0,0,'Gordok Brute - Cast Pummel on Target Spell Casting'), @@ -76423,7 +76879,7 @@ VALUES (1147109,11471,0,0,100,1,7700,15500,10900,15700,11,15244,0,1,0,0,0,0,0,0,0,0,'Eldreth Apparition - Cast Cone of Cold'), (1147110,11471,27,0,100,1,18100,1,15000,30000,11,18100,0,1,0,0,0,0,0,0,0,0,'Eldreth Apparition - Cast Frost Armor on Missing Buff'), (1147201,11472,9,0,100,1,0,45,4900,8800,11,22743,4,0,0,0,0,0,0,0,0,0,'Eldreth Spirit - Cast Ribbon of Souls'), - (1147202,11472,9,0,100,1,0,5,6100,14400,11,16838,1,0,0,0,0,0,0,0,0,0,'Eldreth Spirit - Cast Banshee Shriek'), + (1147202,11472,9,0,100,1,0,5,6100,14400,11,16838,0,0,0,0,0,0,0,0,0,0,'Eldreth Spirit - Cast Banshee Shriek'), (1147301,11473,11,0,100,0,0,0,0,0,11,16380,0,0,0,0,0,0,0,0,0,0,'Eldreth Spectre - Cast Greater Invisibility on Spawn'), (1147302,11473,14,0,100,0,2000,10,0,0,11,7154,6,1,0,0,0,0,0,0,0,0,'Eldreth Spectre - Cast Dark Offering On Friendlies (2000 Deficit)'), (1147303,11473,14,0,100,0,4000,10,0,0,11,7154,6,1,0,0,0,0,0,0,0,0,'Eldreth Spectre - Cast Dark Offering On Friendlies (4000 Deficit)'), @@ -76649,12 +77105,14 @@ VALUES (1450603,14506,0,0,100,1,4000,9000,9000,15000,11,18670,1,0,0,0,0,0,0,0,0,0,'Lord Hel\'nurath - Cast Knock Away'), (1450604,14506,0,0,100,1,9000,13000,14000,17000,11,20989,5,1,0,0,0,0,0,0,0,0,'Lord Hel\'nurath - Cast Sleep'), (1450605,14506,4,0,100,0,0,0,0,0,1,-1461,0,0,0,0,0,0,0,0,0,0,'Lord Hel\'nurath - Yell on Aggro'), - (1609701,16097,0,0,100,0,10000,10000,0,0,11,27639,0,0,0,0,0,0,0,0,0,0,'Isalien - Call Pet after 10 secs in fight'), - (1609702,16097,9,0,100,1,5,30,2800,3900,11,22907,1,0,0,0,0,0,0,0,0,0,'Isalien - Cast Shoot'), - (1609703,16097,9,0,100,1,5,30,7000,12000,11,14443,1,0,0,0,0,0,0,0,0,0,'Isalien - Cast Multi-Shot'), - (1609704,16097,0,0,100,1,4000,9000,12000,15000,11,12024,4,0,0,0,0,0,0,0,0,0,'Isalien - Cast Net'), - (1609705,16097,0,0,100,1,20000,30000,20000,30000,11,27636,1,0,0,0,0,0,0,0,0,0,'Isalien - Cast Starshards'), - (1609706,16097,2,0,100,1,80,0,20000,25000,11,27637,0,1,0,0,0,0,0,0,0,0,'Isalien - Cast Regrowth at 80% HP'), + (1609701,16097,11,0,100,0,0,0,0,0,1,-1525,0,0,0,0,0,0,0,0,0,0,'Isalien - Yell on Spawn'), + (1609702,16097,0,0,100,0,10000,10000,0,0,11,27639,0,0,0,0,0,0,0,0,0,0,'Isalien - Call Pet after 10 secs in fight'), + (1609703,16097,9,0,100,1,5,30,2800,3900,11,22907,1,0,0,0,0,0,0,0,0,0,'Isalien - Cast Shoot'), + (1609704,16097,9,0,100,1,5,30,7000,12000,11,14443,1,0,0,0,0,0,0,0,0,0,'Isalien - Cast Multi-Shot'), + (1609705,16097,0,0,100,1,4000,9000,12000,15000,11,12024,4,0,0,0,0,0,0,0,0,0,'Isalien - Cast Net'), + (1609706,16097,0,0,100,1,20000,30000,20000,30000,11,27636,1,0,0,0,0,0,0,0,0,0,'Isalien - Cast Starshards'), + (1609707,16097,2,0,100,1,80,0,20000,25000,11,27637,0,1,0,0,0,0,0,0,0,0,'Isalien - Cast Regrowth at 80% HP'), + (1609708,16097,6,0,100,0,0,0,0,0,1,-1526,0,0,0,0,0,0,0,0,0,0,'Isalien - Yell on Death'), (1609801,16098,0,0,100,1,3000,5000,8000,12000,11,17963,1,0,0,0,0,0,0,0,0,0,'Empyrean - Cast Sundering Cleave'), (1609802,16098,0,0,100,1,7000,12000,19000,24000,11,27638,1,0,0,0,0,0,0,0,0,0,'Empyrean - Cast Rake'), (1609803,16098,2,0,100,1,30,0,120000,120000,11,8599,0,1,1,-106,0,0,0,0,0,0,'Empyrean - Cast Enrage at 30% HP'), @@ -76782,7 +77240,7 @@ VALUES (1177801,11778,9,0,100,1,0,5,7000,12000,11,11428,1,0,0,0,0,0,0,0,0,0,'Shadowshard Smasher - Cast Knockdown'), (1177802,11778,0,0,100,1,11000,15000,12000,16000,11,10101,4,1,0,0,0,0,0,0,0,0,'Shadowshard Smasher - Cast Knock Away'), (1178101,11781,9,0,100,1,0,5,8000,12000,11,21055,1,0,0,0,0,0,0,0,0,0,'Ambershard Crusher - Cast Crush Armor'), - (1178201,11782,4,0,100,0,0,0,0,0,49,1,0,0,20,0,0,0,11,3417,0,0,'Ambershard Destroyer - Enable Dynamic Movement and Prevent Melee and Cast Thrash on Aggro'), + (1178201,11782,4,0,100,0,0,0,0,0,49,1,0,0,20,0,0,0,11,3417,0,32,'Ambershard Destroyer - Enable Dynamic Movement and Prevent Melee and Cast Thrash on Aggro'), (1178202,11782,9,0,100,1,5,30,2300,3900,11,19701,1,0,40,2,0,0,0,0,0,0,'Ambershard Destroyer - Cast Boulder and Set Ranged Weapon Model'), (1178203,11782,9,0,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Ambershard Destroyer - Enable Dynamic Movement at 9-80 Yards'), (1178204,11782,9,0,100,1,0,8,1000,1000,49,0,0,0,20,1,0,0,40,1,0,0,'Ambershard Destroyer - Disable Dynamic Movement and Enable Melee and Set Melee Weapon Model at 0-8 Yards'), @@ -76812,10 +77270,10 @@ VALUES (1179404,11794,9,0,100,1,0,8,1000,1000,49,0,0,0,20,1,0,0,40,1,0,0,'Sister of Celebras - Disable Dynamic Movement and Enable Melee and Set Melee Weapon Model at 0-8 Yards'), (1179405,11794,9,0,100,1,0,5,5000,9000,11,17201,1,1,0,0,0,0,0,0,0,0,'Sister of Celebras - Cast Strike'), (1179406,11794,7,0,100,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,0,'Sister of Celebras - Set Melee Weapon Model on Evade'), - (1220101,12201,0,0,100,1,8000,13000,20000,25000,11,21909,0,0,0,0,0,0,0,0,0,0,'Princess Theradras - Cast Dust Field'), - (1220102,12201,0,0,100,1,2000,3000,8000,10000,11,21832,4,0,0,0,0,0,0,0,0,0,'Princess Theradras - Cast Boulder'), - (1220103,12201,0,0,100,1,20000,25000,20000,25000,11,21869,0,0,0,0,0,0,0,0,0,0,'Princess Theradras - Cast Repulsive Gaze'), - (1220104,12201,0,0,100,1,5000,6000,18000,20000,11,3391,0,0,0,0,0,0,0,0,0,0,'Princess Theradras - Cast Thrash'), + (1220101,12201,11,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,0,0,0,0,0,'Princess Theradras - Cast Thrash on Spawn'), + (1220102,12201,0,0,100,1,8000,13000,20000,25000,11,21909,0,0,0,0,0,0,0,0,0,0,'Princess Theradras - Cast Dust Field'), + (1220103,12201,0,0,100,1,2000,3000,8000,10000,11,21832,4,0,0,0,0,0,0,0,0,0,'Princess Theradras - Cast Boulder'), + (1220104,12201,0,0,100,1,20000,25000,20000,25000,11,21869,0,0,0,0,0,0,0,0,0,0,'Princess Theradras - Cast Repulsive Gaze'), (1220105,12201,6,0,100,0,0,0,0,0,32,12238,0,21,0,0,0,0,0,0,0,0,'Princess Theradras - Summon Zaetar\'s Spirit on Death'), (1220301,12203,0,0,100,1,0,1000,60000,60000,11,21808,0,1,0,0,0,0,0,0,0,0,'Landslide - Cast Landslide'), (1220302,12203,0,0,100,1,2000,3000,8000,9000,11,5568,0,0,0,0,0,0,0,0,0,0,'Landslide - Cast Trample'), @@ -76827,7 +77285,7 @@ VALUES (1220605,12206,9,0,100,1,0,8,8000,13000,11,5568,0,1,0,0,0,0,0,0,0,0,'Primordial Behemoth - Cast Trample'), (1220606,12206,7,0,100,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,0,'Primordial Behemoth - Set Melee Weapon Model on Evade'), (1220701,12207,11,0,100,0,0,0,0,0,11,3417,0,0,0,0,0,0,0,0,0,0,'Thessala Hydra - Cast Thrash on Spawn'), - (1220702,12207,9,0,100,1,0,5,12000,18000,11,21790,1,0,0,0,0,0,0,0,0,0,'Thessala Hydra - Cast Aqua Jet'), + (1220702,12207,9,0,100,1,0,5,12000,18000,11,21790,0,0,0,0,0,0,0,0,0,0,'Thessala Hydra - Cast Aqua Jet'), (1221601,12216,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Poison Sprite - Enable Dynamic Movement and Set Phase 1 on Aggro'), (1221602,12216,9,13,100,1,0,30,3400,4800,11,21067,1,0,0,0,0,0,0,0,0,0,'Poison Sprite - Cast Poison Bolt (Phase 1)'), (1221603,12216,9,13,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Poison Sprite - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), @@ -77020,7 +77478,7 @@ VALUES (735409,7354,14,0,100,1,3000,40,12000,16000,11,12039,6,0,0,0,0,0,0,0,0,0,'Ragglesnout - Cast Heal on Friendlies'), (735501,7355,0,0,100,1,3000,5000,6000,8000,11,12252,4,32,0,0,0,0,0,0,0,0,'Tuten Kash - Web Spray'), (735502,7355,0,0,100,1,9000,14000,15000,25000,11,12255,0,1,0,0,0,0,0,0,0,0,'Tuten Kash - Curse of Tuten Kash'), - (735601,7356,0,0,100,1,8000,12000,15000,23000,11,12946,4,0,0,0,0,0,0,0,0,0,'Plaguemaw the Rotting - Putrid Stench'), + (735601,7356,0,0,100,1,8000,12000,15000,23000,11,12946,0,0,0,0,0,0,0,0,0,0,'Plaguemaw the Rotting - Putrid Stench'), (735701,7357,4,0,100,0,0,0,0,0,1,-163,0,0,0,0,0,0,0,0,0,0,'Modresh Fire Eye - Yell on Aggro'), (735702,7357,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Modresh Fire Eye - Enable Dynamic Movement and Set Phase 1 on Aggro'), (735703,7357,9,5,100,1,0,40,2400,3800,11,12466,1,0,0,0,0,0,0,0,0,0,'Modresh Fire Eye - Cast Fireball (Phase 1)'), @@ -77527,12 +77985,14 @@ VALUES (1486101,14861,0,0,100,1,19400,19700,4200,22900,11,22371,1,32,0,0,0,0,0,0,0,0,'Blood Steward of Kirtonos - Cast Curse of Impotence'), (1486102,14861,0,0,100,1,6100,18200,3600,22600,11,12493,1,32,0,0,0,0,0,0,0,0,'Blood Steward of Kirtonos - Cast Curse of Weakness'), (1486103,14861,0,0,100,1,16000,19000,27300,46900,11,3609,1,0,0,0,0,0,0,0,0,0,'Blood Steward of Kirtonos - Cast Paralyzing Poison'), - (1611801,16118,4,0,100,0,0,0,0,0,11,27688,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Bone Shield on Aggro'), - (1611802,16118,0,0,100,1,10000,12000,15000,15000,11,20741,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Shadow Bolt Volley'), - (1611803,16118,0,0,100,1,15000,15000,12000,15000,11,27687,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Summon Bone Minions'), - (1611804,16118,0,0,100,1,20000,25000,25000,30000,11,27689,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Bloodlust'), - (1611805,16118,2,0,100,0,26,0,0,0,11,27695,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Summon Bone Mages at 26%'), - (1611806,16118,2,0,100,0,20,0,0,0,11,8269,0,0,1,-106,0,0,0,0,0,0,'Kormok - Cast Frenzy at 20%'), + (1611801,16118,11,0,100,0,0,0,0,0,11,27688,0,0,1,-1520,0,0,0,0,0,0,'Kormok - Cast Bone Shield and Yell on Spawn'), + (1611803,16118,4,0,100,0,0,0,0,0,1,-1521,0,0,0,0,0,0,0,0,0,0,'Kormok - Say on Aggro'), + (1611804,16118,0,0,100,1,10000,12000,15000,15000,11,20741,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Shadow Bolt Volley'), + (1611805,16118,0,0,100,1,15000,15000,12000,15000,11,27687,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Summon Bone Minions'), + (1611806,16118,0,0,100,1,20000,25000,25000,30000,11,27689,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Bloodlust'), + (1611807,16118,2,0,100,0,26,0,0,0,11,27695,0,0,0,0,0,0,0,0,0,0,'Kormok - Cast Summon Bone Mages at 26%'), + (1611808,16118,2,0,100,0,20,0,0,0,11,8269,0,0,1,-106,0,0,0,0,0,0,'Kormok - Cast Frenzy at 20%'), + (1611809,16118,6,0,100,0,0,0,0,0,1,-1522,0,0,0,0,0,0,0,0,0,0,'Kormok - Yell on Death'), (1612001,16120,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Bone Mage - Enable Dynamic Movement and Set Phase 1 on Aggro'), (1612002,16120,9,5,100,1,0,40,3200,4800,11,15043,1,0,0,0,0,0,0,0,0,0,'Bone Mage - Cast Frostbolt (Phase 1)'), (1612003,16120,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Bone Mage - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), @@ -77630,7 +78090,10 @@ VALUES (1039308,10393,9,0,100,1,0,20,12000,16000,11,15499,4,1,0,0,0,0,0,0,0,0,'Skul - Cast Frost Shock'), (1039309,10393,27,0,100,1,12544,1,15000,30000,11,12544,0,1,0,0,0,0,0,0,0,0,'Skul - Cast Frost Armor on Missing Buff'), (1039310,10393,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Skul - Set Phase to 0 on Evade'), - (1039401,10394,9,0,100,1,0,5,7000,11000,11,15496,1,0,0,0,0,0,0,0,0,0,'Black Guard Sentry - Cast Cleave'), + (1039401,10394,9,0,100,1,0,5,7000,11000,11,15496,1,0,0,0,0,0,0,0,0,0,'Black Guard Sentry - Cast Cleave'); + +INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) +VALUES (1039402,10394,9,0,100,1,0,20,9000,12000,11,17439,4,0,0,0,0,0,0,0,0,0,'Black Guard Sentry - Cast Shadow Shock'), (1039801,10398,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Thuzadin Shadowcaster - Enable Dynamic Movement and Set Phase 1 on Aggro'), (1039802,10398,9,5,100,1,0,40,2400,3800,11,15232,1,0,0,0,0,0,0,0,0,0,'Thuzadin Shadowcaster - Cast Shadow Bolt (Phase 1)'), @@ -77665,14 +78128,14 @@ VALUES (1041102,10411,4,0,100,0,0,0,0,0,28,0,16380,0,0,0,0,0,0,0,0,0,'Eye of Naxxramas - Remove Greater Invisibility on Aggro'), (1041103,10411,0,0,100,0,0,0,0,0,1,-186,0,0,11,16381,0,1,0,0,0,0,'Eye of Naxxramas - Yell and Summon Rockwing Gargoyles on Aggro'), (1041201,10412,9,0,100,1,0,20,12000,16000,11,15471,1,0,0,0,0,0,0,0,0,0,'Crypt Crawler - Cast Enveloping Web'), - (1041202,10412,0,0,100,1,9000,14000,21000,26000,11,16594,1,0,0,0,0,0,0,0,0,0,'Crypt Crawler - Cast Crypt Scarabs'), + (1041202,10412,0,0,100,1,9000,14000,21000,26000,11,16594,0,0,0,0,0,0,0,0,0,0,'Crypt Crawler - Cast Crypt Scarabs'), (1041301,10413,4,0,100,0,0,0,0,0,11,16428,0,2,0,0,0,0,0,0,0,0,'Crypt Beast - Virulent Poison Proc'), (1041302,10413,9,0,100,1,0,20,11000,15000,11,4962,1,0,0,0,0,0,0,0,0,0,'Crypt Beast - Cast Encasing Webs'), (1041401,10414,1,0,100,0,0,0,0,0,11,8876,0,0,0,0,0,0,0,0,0,0,'Patchwork Horror - Cast Thrash on Spawn'), (1041402,10414,11,0,100,0,0,0,0,0,11,16345,0,0,0,0,0,0,0,0,0,0,'Patchwork Horror - Cast Disease Cloud on Spawn'), (1041403,10414,0,0,100,1,7700,14700,7300,15600,11,10101,4,0,0,0,0,0,0,0,0,0,'Patchwork Horror - Cast Knock Away'), (1041601,10416,11,0,100,0,0,0,0,0,11,3417,0,2,0,0,0,0,0,0,0,0,'Bile Spewer - Thrash'), - (1041602,10416,0,0,100,1,5000,10000,20000,25000,11,16809,1,0,1,-1389,0,0,0,0,0,0,'Bile Spewer - Spawn Bile Slime + Emote'), + (1041602,10416,0,0,100,1,5000,10000,20000,25000,11,16809,0,0,1,-1389,0,0,0,0,0,0,'Bile Spewer - Spawn Bile Slime + Emote'), (1041603,10416,6,0,100,0,0,0,0,0,11,16865,0,2,1,-1390,0,0,0,0,0,0,'Bile Spewer - Spawn Bile Slimes + Emote'), (1041701,10417,9,0,100,1,0,30,4000,7000,11,16866,1,0,0,0,0,0,0,0,0,0,'Venom Belcher - Cast Venom Spit'), (1041702,10417,9,0,100,1,0,30,9000,15000,11,7992,4,33,0,0,0,0,0,0,0,0,'Venom Belcher - Cast Slowing Poison'), @@ -77749,7 +78212,7 @@ VALUES (1043505,10435,6,0,100,0,0,0,0,0,11,16794,0,2,0,0,0,0,0,0,0,0,'Magistrate Barthilas - Transformation'), (1043701,10437,0,0,100,1,15000,15000,20000,20000,11,4962,5,0,0,0,0,0,0,0,0,0,'Nerub\'enkan - Cast Encasing Webs'), (1043702,10437,0,0,100,1,5000,7000,12000,14000,11,6016,1,0,0,0,0,0,0,0,0,0,'Nerub\'enkan - Cast Pierce Armor'), - (1043703,10437,0,0,100,1,0,0,4000,5000,11,16418,4,0,0,0,0,0,0,0,0,0,'Nerub\'enkan - Cast Crypt Scarabs'), + (1043703,10437,0,0,100,1,0,0,4000,5000,11,16418,0,0,0,0,0,0,0,0,0,0,'Nerub\'enkan - Cast Crypt Scarabs'), (1043704,10437,0,0,100,1,10000,10000,17000,20000,11,17235,0,0,0,0,0,0,0,0,0,0,'Nerub\'enkan - Cast Raise Undead Scarab'), (1043901,10439,0,0,100,1,3000,4000,7000,8000,11,5568,0,0,0,0,0,0,0,0,0,0,'Ramstein the Gorger - Cast Trample'), (1043902,10439,0,0,100,1,12000,12000,10000,10000,11,17307,1,0,0,0,0,0,0,0,0,0,'Ramstein the Gorger - Cast Trample'), @@ -77757,8 +78220,8 @@ VALUES (1044002,10440,0,0,100,1,8000,8000,7000,17000,11,15284,1,0,0,0,0,0,0,0,0,0,'Baron Rivendare - Cast Cleave'), (1044003,10440,0,0,100,1,5000,5000,10000,10000,11,17393,4,0,0,0,0,0,0,0,0,0,'Baron Rivendare - Cast Shadowbolt'), (1044004,10440,0,0,100,1,30000,30000,45000,45000,11,17473,0,2,0,0,0,0,0,0,0,0,'Baron Rivendare - Cast Raise Dead'), - (1044005,10440,8,0,100,1,17473,-1,45000,45000,11,17475,4,2,11,17476,4,2,11,17477,4,2,'Baron Rivendare - Cast Raise Dead on Raise Dead Spellhit (1,2,3)'), - (1044006,10440,8,0,100,1,17473,-1,45000,45000,11,17478,4,2,11,17479,4,2,11,17480,4,2,'Baron Rivendare - Cast Raise Dead on Raise Dead Spellhit (4,5,6)'), + (1044005,10440,8,0,100,1,17473,-1,45000,45000,11,17475,0,2,11,17476,0,2,11,17477,0,2,'Baron Rivendare - Cast Raise Dead on Raise Dead Spellhit (1,2,3)'), + (1044006,10440,8,0,100,1,17473,-1,45000,45000,11,17478,0,2,11,17479,0,2,11,17480,0,2,'Baron Rivendare - Cast Raise Dead on Raise Dead Spellhit (4,5,6)'), (1044101,10441,9,0,100,1,0,5,6000,14000,11,16448,4,32,0,0,0,0,0,0,0,0,'Plagued Rat - Cast Black Rot'), (1046101,10461,9,0,100,1,0,5,6000,14000,11,16460,4,32,0,0,0,0,0,0,0,0,'Plagued Insect - Cast Festering Bite'), (1046301,10463,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Shrieking Banshee - Enable Dynamic Movement and Set Phase 1 on Aggro'), @@ -77825,19 +78288,30 @@ VALUES (1114303,11143,5,0,100,1,0,0,0,0,1,-1196,0,0,0,0,0,0,0,0,0,0,'Postmaster Malown - Yell on Unit Kill'), (1114304,11143,0,0,100,1,5000,8000,5000,8000,11,6253,1,0,0,0,0,0,0,0,0,0,'Postmaster Malown - Cast Backhand'), (1114305,11143,0,0,100,1,15000,17000,15000,17000,11,12542,4,0,0,0,0,0,0,0,0,0,'Postmaster Malown - Cast Fear'), - (1114306,11143,0,0,100,1,18000,20000,18000,20000,11,12741,4,0,0,0,0,0,0,0,0,0,'Postmaster Malown - Cast Curse of Weakness'), + (1114306,11143,0,0,100,1,18000,20000,18000,20000,11,12741,0,0,0,0,0,0,0,0,0,0,'Postmaster Malown - Cast Curse of Weakness'), (1114307,11143,0,0,100,1,20000,23000,20000,23000,11,13338,4,0,0,0,0,0,0,0,0,0,'Postmaster Malown - Cast Curse of Tongues'), - (1610101,16101,9,0,100,1,0,5,9000,13000,11,16856,1,0,0,0,0,0,0,0,0,0,'Jarien - Cast Mortal Strike'), - (1610102,16101,0,0,100,1,6000,14000,12000,15000,11,15284,1,1,0,0,0,0,0,0,0,0,'Jarien - Cast Cleave'), - (1610103,16101,9,0,100,1,0,20,7000,12000,11,22575,1,0,0,0,0,0,0,0,0,0,'Jarien - Cast Shadow Shock'), - (1610104,16101,9,0,100,1,0,30,19000,24000,11,20812,4,1,0,0,0,0,0,0,0,0,'Jarien - Cast Cripple'), - (1610105,16101,6,0,100,0,0,0,0,0,12,16103,0,600000,0,0,0,0,0,0,0,0,'Jarien - Summon Spirit of Jarien on Death'), - (1610201,16102,9,0,100,0,8,25,0,0,11,15749,1,1,0,0,0,0,0,0,0,0,'Sothos - Cast Shield Charge'), - (1610202,16102,9,0,100,1,0,30,9000,16000,11,27646,4,0,0,0,0,0,0,0,0,0,'Sothos - Cast Shadow Bolt Volley'), - (1610203,16102,0,0,100,1,9000,14000,15000,21000,11,12169,0,1,0,0,0,0,0,0,0,0,'Sothos - Cast Shield Block'), - (1610204,16102,9,0,100,1,0,5,8000,12000,11,15655,1,1,0,0,0,0,0,0,0,0,'Sothos - Cast Shield Slam'), - (1610205,16102,0,0,100,1,12000,16000,18000,24000,11,27641,4,1,0,0,0,0,0,0,0,0,'Sothos - Cast Fear'), - (1610206,16102,6,0,100,0,0,0,0,0,12,16104,0,600000,0,0,0,0,0,0,0,0,'Sothos - Summon Spirit of Sothos on Death'), + (1610101,16101,11,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Jarien - Set Phase 1 on Spawn'), + (1610102,16101,1,5,100,0,1000,1000,0,0,1,-1527,0,0,0,0,0,0,0,0,0,0,'Jarien - Say OOC (Phase 1)'), + (1610103,16101,1,5,100,0,9000,9000,0,0,1,-1529,0,0,0,0,0,0,0,0,0,0,'Jarien - Say OOC (Phase 1)'), + (1610104,16101,1,5,100,0,16000,16000,0,0,1,-1531,0,0,0,0,0,0,0,0,0,0,'Jarien - Say OOC (Phase 1)'), + (1610105,16101,1,5,100,0,18000,18000,0,0,19,2,0,0,0,0,0,0,0,0,0,0,'Jarien - Remove UnitFlag (Phase 1)'), + (1610106,16101,4,0,100,0,0,0,0,0,22,2,0,0,0,0,0,0,0,0,0,0,'Jarien - Set Phase 2 on Aggro'), + (1610107,16101,9,3,100,1,0,5,9000,13000,11,16856,1,0,0,0,0,0,0,0,0,0,'Jarien - Cast Mortal Strike (Phase 2)'), + (1610108,16101,0,3,100,1,6000,14000,12000,15000,11,15284,1,1,0,0,0,0,0,0,0,0,'Jarien - Cast Cleave (Phase 2)'), + (1610109,16101,9,3,100,1,0,20,7000,12000,11,22575,1,0,0,0,0,0,0,0,0,0,'Jarien - Cast Shadow Shock (Phase 2)'), + (1610110,16101,9,3,100,1,0,30,19000,24000,11,20812,4,1,0,0,0,0,0,0,0,0,'Jarien - Cast Cripple (Phase 2)'), + (1610111,16101,6,0,100,0,0,0,0,0,12,16103,0,600000,0,0,0,0,0,0,0,0,'Jarien - Summon Spirit of Jarien on Death'), + (1610201,16102,11,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Sothos - Set Phase 1 on Spawn'), + (1610202,16102,1,5,100,0,5000,5000,0,0,1,-1528,0,0,0,0,0,0,0,0,0,0,'Sothos - Say OOC (Phase 1)'), + (1610203,16102,1,5,100,0,14000,14000,0,0,1,-1530,0,0,0,0,0,0,0,0,0,0,'Sothos - Say OOC (Phase 1)'), + (1610204,16102,1,5,100,0,18000,18000,0,0,19,2,0,0,0,0,0,0,0,0,0,0,'Sothos - Remove UnitFlag (Phase 1)'), + (1610205,16102,4,0,100,0,0,0,0,0,22,2,0,0,0,0,0,0,0,0,0,0,'Sothos - Set Phase 2 on Aggro'), + (1610206,16102,9,0,100,0,8,25,0,0,11,15749,1,1,0,0,0,0,0,0,0,0,'Sothos - Cast Shield Charge (Phase 2)'), + (1610207,16102,9,0,100,1,0,30,9000,16000,11,27646,4,0,0,0,0,0,0,0,0,0,'Sothos - Cast Shadow Bolt Volley (Phase 2)'), + (1610208,16102,0,0,100,1,9000,14000,15000,21000,11,12169,0,1,0,0,0,0,0,0,0,0,'Sothos - Cast Shield Block (Phase 2)'), + (1610209,16102,9,0,100,1,0,5,8000,12000,11,15655,1,1,0,0,0,0,0,0,0,0,'Sothos - Cast Shield Slam (Phase 2)'), + (1610210,16102,0,0,100,1,12000,16000,18000,24000,11,27641,4,1,0,0,0,0,0,0,0,0,'Sothos - Cast Fear (Phase 2)'), + (1610211,16102,6,0,100,0,0,0,0,0,12,16104,0,600000,0,0,0,0,0,0,0,0,'Sothos - Summon Spirit of Sothos on Death'), (1610301,16103,11,0,100,0,0,0,0,0,11,27650,0,0,0,0,0,0,0,0,0,0,'Spirit of Jarien - Cast Vengeance on Spawn'), (1610401,16104,11,0,100,0,0,0,0,0,11,27650,0,0,0,0,0,0,0,0,0,0,'Spirit of Sothos - Cast Vengeance on Spawn'), (1638703,16387,9,0,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Atiesh - Enable Dynamic Movement at 9-80 Yards'), @@ -77940,10 +78414,7 @@ VALUES (571507,5715,3,5,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Hukku - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), (571508,5715,3,3,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Hukku - Set Phase 1 when Mana is above 15% (Phase 2)'), (571509,5715,0,0,100,1,9400,18200,21200,31300,11,12279,4,32,0,0,0,0,0,0,0,0,'Hukku - Cast Curse of Blood'), - (571601,5716,0,0,100,1,9800,14300,7900,16200,11,15584,1,0,0,0,0,0,0,0,0,0,'Zul\'Lor - Cast Cleave'); - -INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) -VALUES + (571601,5716,0,0,100,1,9800,14300,7900,16200,11,15584,1,0,0,0,0,0,0,0,0,0,'Zul\'Lor - Cast Cleave'), (571602,5716,0,0,100,1,1000,1000,6100,14500,11,12530,0,1,0,0,0,0,0,0,0,0,'Zul\'Lor - Cast Frailty'), (571701,5717,0,0,100,1,14100,14100,63800,66700,11,8148,0,1,0,0,0,0,0,0,0,0,'Mijan - Cast Thorns Aura'), (571702,5717,14,0,100,1,4000,40,19500,28100,11,8362,6,1,0,0,0,0,0,0,0,0,'Mijan - Cast Renew on Friendlies'), @@ -78016,7 +78487,7 @@ VALUES (64301,643,0,0,100,1,7900,17600,62000,86200,11,6713,1,0,0,0,0,0,0,0,0,0,'Sneed - Cast Disarm'), (64401,644,4,0,100,0,0,0,0,0,1,-22,0,0,0,0,0,0,0,0,0,0,'Rhahk\'Zor - Aggro Yell'), (64402,644,0,0,100,1,800,8500,17000,27200,11,6304,1,0,0,0,0,0,0,0,0,0,'Rhahk\'Zor - Cast Rhahk\'Zor Slam'), - (64501,645,0,0,100,1,2400,3700,57000,66200,11,6306,1,0,0,0,0,0,0,0,0,0,'Cookie - Cast Acid Splash'), + (64501,645,0,0,100,1,2400,3700,57000,66200,11,6306,0,0,0,0,0,0,0,0,0,0,'Cookie - Cast Acid Splash'), (64502,645,2,0,100,1,50,0,22200,33900,11,5174,0,1,0,0,0,0,0,0,0,0,'Cookie - Cast Cookie\'s Cooking at 50% HP'), (64503,645,2,0,100,0,15,0,0,0,25,0,0,0,1,-47,0,0,0,0,0,0,'Cookie - Flee at 15% HP'), (64601,646,11,0,100,0,0,0,0,0,11,12787,0,0,0,0,0,0,0,0,0,0,'Mr Smite - Cast Thrash on Spawn'), @@ -78606,26 +79077,26 @@ VALUES (1460502,14605,9,0,100,1,0,5,5000,8000,11,8355,1,0,0,0,0,0,0,0,0,0,'Bone Construct - Cast Exploit Weakness'), (1466801,14668,0,0,100,1,3000,6000,5000,8000,11,8355,4,0,0,0,0,0,0,0,0,0,'Corrupted Infernal - Cast Inferno Effect'), (1165801,11658,11,0,100,0,0,0,0,0,11,18943,0,2,0,0,0,0,0,0,0,0,'Molten Giant - Double Attack'), - (1165802,11658,9,0,100,1,0,10,6000,9000,11,18945,4,1,0,0,0,0,0,0,0,0,'Molten Giant - Cast Knock Away'), + (1165802,11658,9,0,100,1,0,10,6000,9000,11,18945,1,0,0,0,0,0,0,0,0,0,'Molten Giant - Cast Knock Away'), (1165803,11658,0,0,100,1,6000,10000,7000,10000,11,18944,0,0,0,0,0,0,0,0,0,0,'Molten Giant - Cast Smash'), (1165901,11659,11,0,100,0,0,0,0,0,11,18943,0,2,0,0,0,0,0,0,0,0,'Molten Destroyer - Double Attack'), (1165902,11659,9,0,100,1,0,10,7000,10000,11,20276,4,0,0,0,0,0,0,0,0,0,'Molten Destroyer - Cast Knockdown'), (1165903,11659,0,0,100,1,9000,12000,8000,11000,11,19129,0,1,0,0,0,0,0,0,0,0,'Molten Destroyer - Cast Massive Tremor'), (1166101,11661,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Flamewaker - Set Phase 1 on Aggro'), - (1166102,11661,9,5,100,1,0,5,5000,9000,11,15502,1,0,0,0,0,0,0,0,0,0,'Flamewaker - Cast Sunder Armor (Phase 1)'), + (1166102,11661,9,5,100,1,0,5,5000,9000,11,15502,0,0,0,0,0,0,0,0,0,0,'Flamewaker - Cast Sunder Armor (Phase 1)'), (1166103,11661,24,5,100,1,15502,5,5000,5000,22,2,0,0,0,0,0,0,0,0,0,0,'Flamewaker - Set Phase 2 on Target Max Sunder Armor Aura Stack (Phase 1)'), (1166104,11661,28,3,100,1,15502,1,5000,5000,22,1,0,0,0,0,0,0,0,0,0,0,'Flamewaker - Set Phase 1 on Target Missing Sunder Armor Aura Stack (Phase 2)'), (1166105,11661,0,0,100,1,5000,8000,7000,9000,11,19730,4,0,0,0,0,0,0,0,0,0,'Flamewaker - Cast Strike'), (1166106,11661,9,0,100,1,0,8,9000,12000,11,20277,0,1,0,0,0,0,0,0,0,0,'Flamewaker - Cast Fist of Ragnaros'), (1166107,11661,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Flamewaker - Set Phase to 0 on Evade'), (1166301,11663,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Flamewaker Healer - Enable Dynamic Movement and Set Phase 1 on Aggro'), - (1166302,11663,9,5,100,1,8,40,3400,4800,11,22677,1,0,0,0,0,0,0,0,0,0,'Flamewaker Healer - Cast Shadow Bolt (Phase 1)'), + (1166302,11663,9,5,100,1,8,40,3400,4800,11,21077,1,0,0,0,0,0,0,0,0,0,'Flamewaker Healer - Cast Shadow Bolt (Phase 1)'), (1166303,11663,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Flamewaker Healer - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), (1166304,11663,9,0,100,1,0,8,1000,1000,49,0,0,0,0,0,0,0,0,0,0,0,'Flamewaker Healer - Disable Dynamic Movement at 0-8 Yards'), (1166305,11663,3,5,100,0,7,0,0,0,49,0,0,0,22,2,0,0,0,0,0,0,'Flamewaker Healer - Disable Dynamic Movement and Set Phase 2 when Mana is at 7% (Phase 1)'), (1166306,11663,3,3,100,1,100,15,1000,1000,22,1,0,0,0,0,0,0,0,0,0,0,'Flamewaker Healer - Set Phase 1 when Mana is above 15% (Phase 2)'), (1166307,11663,0,0,100,1,9000,14000,8000,12000,11,20603,0,1,0,0,0,0,0,0,0,0,'Flamewaker Healer - Cast Shadow Shock'), - (1166308,11663,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Flamewaker Healer - Set Phase to 0 on Evade'), + (1166308,11663,7,0,100,0,0,0,0,0,22,0,0,0,28,0,21087,0,0,0,0,0,'Flamewaker Healer - Set Phase to 0 and Remove Immunity to Polymorph on Evade'), (1166401,11664,4,0,100,0,0,0,0,0,49,1,0,0,22,1,0,0,0,0,0,0,'Flamewaker Elite - Enable Dynamic Movement and Set Phase 1 on Aggro'), (1166402,11664,9,5,100,1,8,40,3400,4800,11,20420,1,0,0,0,0,0,0,0,0,0,'Flamewaker Elite - Cast Fireball (Phase 1)'), (1166403,11664,9,5,100,1,9,80,1000,1000,49,1,0,0,0,0,0,0,0,0,0,0,'Flamewaker Elite - Enable Dynamic Movement at 9-80 Yards (Phase 1)'), @@ -78635,7 +79106,6 @@ VALUES (1166407,11664,9,0,100,1,0,8,11000,14000,11,20229,0,1,0,0,0,0,0,0,0,0,'Flamewaker Elite - Cast Blast Wave'), (1166408,11664,0,0,100,1,9000,11000,9000,12000,11,20623,4,0,0,0,0,0,0,0,0,0,'Flamewaker Elite - Cast Fire Blast'), (1166409,11664,7,0,100,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,'Flamewaker Elite - Set Phase to 0 on Evade'), - (1166501,11665,11,0,100,0,0,0,0,0,11,19194,0,2,11,19195,0,2,0,0,0,0,'Annihilator - Double Attack + Hate to 90%'), (1166601,11666,0,0,100,1,7000,11000,8000,15000,11,19635,0,0,0,0,0,0,0,0,0,0,'Firewalker - Cast Incite Flames'), (1166602,11666,0,0,100,1,5000,8000,12000,17000,11,19636,0,1,0,0,0,0,0,0,0,0,'Firewalker - Cast Fire Blossom'), (1166701,11667,11,0,100,0,0,0,0,0,11,19626,0,2,0,0,0,0,0,0,0,0,'Flameguard - Fire Shield'), @@ -78677,7 +79147,7 @@ VALUES (1597502,15975,0,0,90,1,0,0,7000,7000,11,30043,0,0,0,0,0,0,0,0,0,0,'Carrion Spinner - Casts Poison Spray'), (1597601,15976,0,0,100,0,0,0,200,200,11,28431,1,0,0,0,0,0,0,0,0,0,'Venom Stalker - Casts Poison Charge'), (1597901,15979,0,0,75,1,2000,2000,4000,4000,11,28614,4,0,0,0,0,0,0,0,0,0,'Tomb Horror - Casts Point Spike'), - (1597902,15979,0,0,75,1,5000,5000,8000,8000,11,28615,1,0,0,0,0,0,0,0,0,0,'Tomb Horror - Casts Volley Spike'), + (1597902,15979,0,0,75,1,5000,5000,8000,8000,11,28615,0,0,0,0,0,0,0,0,0,0,'Tomb Horror - Casts Volley Spike'), (1598001,15980,0,0,75,1,3000,3000,5000,5000,11,28447,0,0,0,0,0,0,0,0,0,0,'Naxxramas Cultist - Casts Shadow Burst'), (1598101,15981,0,0,100,1,2000,2000,5000,5000,11,28450,0,0,0,0,0,0,0,0,0,0,'Naxxramas Acolyte - Casts Arcane Explosion'), (1598102,15981,0,0,100,1,4000,4000,6000,6000,11,28448,1,0,0,0,0,0,0,0,0,0,'Naxxramas Acolyte - Casts Shadow Bolt Volley'), @@ -78694,7 +79164,7 @@ VALUES (1602401,16024,0,0,90,1,0,0,5000,5000,11,28322,0,0,0,0,0,0,0,0,0,0,'Embalming Slime - Casts Embalming Cloud'), (1602501,16025,0,0,100,1,0,0,5000,5000,11,28311,4,0,0,0,0,0,0,0,0,0,'Stitched Spewer - Casts Slime Bolt'), (1602502,16025,0,0,100,1,5000,5000,6000,6000,11,28318,4,0,0,0,0,0,0,0,0,0,'Stitched Spewer - Casts Slime Shoot'), - (1602503,16025,0,0,100,1,3000,3000,7000,7000,11,28405,1,0,0,0,0,0,0,0,0,0,'Stitched spewer - Casts Knockback'), + (1602503,16025,0,0,100,1,3000,3000,7000,7000,11,28405,0,0,0,0,0,0,0,0,0,0,'Stitched spewer - Casts Knockback'), (1602701,16027,10,0,100,0,0,5,0,0,11,28433,0,0,0,0,0,0,0,0,0,0,'Living Poison - Cast Explode on Hostile LOS'), (1602901,16029,0,0,100,1,0,0,6000,6000,11,27891,4,0,0,0,0,0,0,0,0,0,'Sludge Belcher - Casts Disease Buffet'), (1603401,16034,0,0,100,1,3000,3000,3000,3000,11,5568,0,0,0,0,0,0,0,0,0,0,'Plague Beast - Casts Trample'), @@ -78722,7 +79192,7 @@ VALUES (1616802,16168,2,0,75,1,50,0,60000,60000,11,28995,0,0,0,0,0,0,0,0,0,0,'Stoneskin Gargoyle - Casts Stoneskin'), (1619301,16193,0,0,100,1,1000,1000,2000,2000,11,24317,1,0,0,0,0,0,0,0,0,0,'Skeletal Smith - Casts Sunder Armor'), (1619302,16193,0,0,85,1,0,0,6000,6000,11,6713,1,0,0,0,0,0,0,0,0,0,'Skeletal Smith - Casts Disarm'), - (1619303,16193,0,0,90,1,2000,2000,10000,10000,11,23931,1,0,0,0,0,0,0,0,0,0,'Skeletal Smith - Casts Thunderclap'), + (1619303,16193,0,0,90,1,2000,2000,10000,10000,11,23931,0,0,0,0,0,0,0,0,0,0,'Skeletal Smith - Casts Thunderclap'), (1623601,16236,11,0,100,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,'Eye Stalk - Prevent Combat Movement on Spawn'), (1623602,16236,0,0,85,1,0,0,11000,11000,11,29407,1,0,0,0,0,0,0,0,0,0,'Eye Stalk - Casts Mind Flay'), (1614201,16142,2,0,100,0,15,0,0,0,11,27890,0,1,0,0,0,0,0,0,0,0,'Bile Sludge - Cast Clone at 15% HP'), @@ -78802,7 +79272,7 @@ VALUES (1534102,15341,9,0,100,1,0,5,7000,9000,11,6713,4,0,0,0,0,0,0,0,0,0,'General Rajaxx - Cast Disarm'), (1534103,15341,0,0,100,1,12000,18000,16000,21000,11,25599,0,1,0,0,0,0,0,0,0,0,'General Rajaxx - Cast Thundercrash'), (1534104,15341,0,0,100,1,30000,60000,45000,60000,13,-99,1,0,1,-703,0,0,0,0,0,0,'General Rajaxx - Drop Aggro and Yell'), - (1534105,15341,9,0,100,1,50,120,8000,12000,11,20477,4,1,0,0,0,0,0,0,0,0,'General Rajaxx - Cast Summon Player'), + (1534105,15341,9,0,100,1,50,120,8000,12000,11,20477,8,1,0,0,0,0,0,0,0,0,'General Rajaxx - Cast Summon Player'), (1534106,15341,0,0,100,1,600000,600000,120000,120000,11,8269,0,1,0,0,0,0,0,0,0,0,'General Rajaxx - Cast Frenzy after 10 Minutes'), (1534107,15341,6,0,100,0,0,0,0,0,1,-702,0,0,0,0,0,0,0,0,0,0,'General Rajaxx - Yell on Death'), (1534301,15343,9,0,100,1,0,5,8000,12000,11,25174,4,0,0,0,0,0,0,0,0,0,'Qiraji Swarmguard - Cast Sundering Cleave'), @@ -78874,10 +79344,10 @@ VALUES (1522901,15229,4,0,100,0,0,0,0,0,11,25152,0,1,0,0,0,0,0,0,0,0,'Vekniss Soldier - Cast Agro Drones on Aggro'), (1522902,15229,0,0,100,1,1000,3000,15000,21000,11,1906,4,1,0,0,0,0,0,0,0,0,'Vekniss Soldier - Cast Debilitating Charge'), (1522903,15229,9,0,100,1,0,5,5000,7000,11,15584,4,0,0,0,0,0,0,0,0,0,'Vekniss Soldier - Cast Cleave'), - (1522904,15229,6,0,100,0,0,0,0,0,11,25801,0,7,0,0,0,0,0,0,0,0,'Vekniss Soldier - Cast Frenzy Aura on Death'), (1523001,15230,6,0,100,0,0,0,0,0,11,6122,0,7,0,0,0,0,0,0,0,0,'Vekniss Warrior - Summon Vekniss Borer on Death'), - (1523301,15233,9,0,100,1,0,10,8000,11000,11,26025,4,0,0,0,0,0,0,0,0,0,'Vekniss Guardian - Cast Impale'), - (1523302,15233,2,0,100,0,20,0,0,0,11,8599,0,1,1,-106,0,0,0,0,0,0,'Vekniss Guardian - Cast Enrage at 20% HP'), + (1523301,15233,4,0,50,0,0,0,0,0,1,-1551,0,0,0,0,0,0,0,0,0,0,'Vekniss Guardian - Emote on Aggro'), + (1523302,15233,9,0,100,1,0,10,8000,11000,11,26025,0,0,0,0,0,0,0,0,0,0,'Vekniss Guardian - Cast Impale'), + (1523303,15233,2,0,100,0,20,0,0,0,11,8599,0,1,1,-106,0,0,0,0,0,0,'Vekniss Guardian - Cast Enrage at 20% HP'), (1523601,15236,9,0,100,1,0,40,9000,12000,11,26077,4,0,0,0,0,0,0,0,0,0,'Vekniss Wasp - Cast Itch'), (1524001,15240,4,0,100,0,0,0,0,0,22,1,0,0,0,0,0,0,0,0,0,0,'Vekniss Hive Crawler - Set Phase 1 on Aggro'), (1524002,15240,9,5,100,1,0,5,5000,9000,11,25051,1,0,0,0,0,0,0,0,0,0,'Vekniss Hive Crawler - Cast Sunder Armor (Phase 1)'), @@ -78894,7 +79364,7 @@ VALUES (1524701,15247,0,0,100,1,5000,8000,16000,21000,11,26079,5,1,0,0,0,0,0,0,0,0,'Qiraji Brainwasher - Cast Cause Insanity'), (1524702,15247,0,0,100,1,3000,5000,9000,13000,11,26046,0,0,0,0,0,0,0,0,0,0,'Qiraji Brainwasher - Cast Mana Burn'), (1524703,15247,0,0,100,1,8000,11000,14000,17000,11,26044,4,1,0,0,0,0,0,0,0,0,'Qiraji Brainwasher - Cast Mind Flay'), - (1524901,15249,9,0,100,1,0,5,16000,21000,11,26038,1,0,0,0,0,0,0,0,0,0,'Qiraji Lasher - Cast Whirlwind'), + (1524901,15249,9,0,100,1,0,5,16000,21000,11,26038,0,0,0,0,0,0,0,0,0,0,'Qiraji Lasher - Cast Whirlwind'), (1524902,15249,0,0,100,1,9000,13000,16000,20000,11,26027,0,1,0,0,0,0,0,0,0,0,'Qiraji Lasher - Cast Knockback'), (1525001,15250,0,0,100,1,1000,3000,21000,30000,11,26043,0,1,0,0,0,0,0,0,0,0,'Qiraji Slayer - Cast Battle Shout'), (1525002,15250,9,0,100,1,0,10,10000,12000,11,10101,1,1,0,0,0,0,0,0,0,0,'Qiraji Slayer - Cast Knock Away'), @@ -78911,35 +79381,35 @@ VALUES (1527701,15277,11,0,100,0,0,0,0,0,31,1,16,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Random Phase on Spawn'), (1527702,15277,4,131069,100,0,0,0,0,0,11,13022,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Fire and Arcane Reflect and Call For Help on Aggro (Phase 1)'), (1527703,15277,0,131069,100,1,5000,8000,6000,10000,11,14297,1,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow Storm (Phase 1)'), - (1527704,15277,0,131069,100,1,6000,10000,8000,12000,11,24340,5,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 1)'), + (1527704,15277,0,131069,100,1,6000,10000,8000,12000,11,24340,9,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 1)'), (1527705,15277,2,131069,100,0,10,0,0,0,11,14204,0,1,1,-106,0,0,0,0,0,0,'Anubisath Defender - Cast Enrage at 10% HP (Phase 1)'), (1527706,15277,4,131067,100,0,0,0,0,0,11,13022,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Fire and Arcane Reflect and Call For Help on Aggro (Phase 2)'), (1527707,15277,0,131067,100,1,5000,8000,6000,10000,11,14297,1,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow Storm (Phase 2)'), - (1527708,15277,0,131067,100,1,6000,10000,8000,12000,11,24340,5,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 2)'), + (1527708,15277,0,131067,100,1,6000,10000,8000,12000,11,24340,9,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 2)'), (1527709,15277,2,131067,100,0,10,0,0,0,11,25698,0,1,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Explode at 10% HP (Phase 2)'), (1527710,15277,4,131063,100,0,0,0,0,0,11,19595,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow and Frost Reflect and Call For Help on Aggro (Phase 3)'), (1527711,15277,0,131063,100,1,5000,8000,6000,10000,11,14297,1,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow Storm (Phase 3)'), - (1527712,15277,0,131063,100,1,6000,10000,8000,12000,11,24340,5,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 3)'), + (1527712,15277,0,131063,100,1,6000,10000,8000,12000,11,24340,9,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 3)'), (1527713,15277,2,131063,100,0,10,0,0,0,11,14204,0,1,1,-106,0,0,0,0,0,0,'Anubisath Defender - Cast Enrage at 10% HP (Phase 3)'), (1527714,15277,4,131055,100,0,0,0,0,0,11,19595,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow and Frost Reflect and Call For Help on Aggro (Phase 4)'), (1527715,15277,0,131055,100,1,5000,8000,6000,10000,11,14297,1,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow Storm (Phase 4)'), - (1527716,15277,0,131055,100,1,6000,10000,8000,12000,11,24340,5,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 4)'), + (1527716,15277,0,131055,100,1,6000,10000,8000,12000,11,24340,9,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 4)'), (1527717,15277,2,131055,100,0,10,0,0,0,11,25698,0,1,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Explode at 10% HP (Phase 4)'), (1527718,15277,4,131039,100,0,0,0,0,0,11,13022,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Fire and Arcane Reflect and Call For Help on Aggro (Phase 5)'), (1527719,15277,0,131039,100,1,5000,8000,8000,10000,11,23931,0,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Thunderclap (Phase 5)'), - (1527720,15277,0,131039,100,1,6000,10000,8000,12000,11,24340,5,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 5)'), + (1527720,15277,0,131039,100,1,6000,10000,8000,12000,11,24340,9,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 5)'), (1527721,15277,2,131039,100,0,10,0,0,0,11,14204,0,1,1,-106,0,0,0,0,0,0,'Anubisath Defender - Cast Enrage at 10% HP (Phase 5)'), (1527722,15277,4,131007,100,0,0,0,0,0,11,13022,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Fire and Arcane Reflect and Call For Help on Aggro (Phase 6)'), (1527723,15277,0,131007,100,1,5000,8000,8000,10000,11,23931,0,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Thunderclap (Phase 6)'), - (1527724,15277,0,131007,100,1,6000,10000,8000,12000,11,24340,5,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 6)'), + (1527724,15277,0,131007,100,1,6000,10000,8000,12000,11,24340,9,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 6)'), (1527725,15277,2,131007,100,0,10,0,0,0,11,25698,0,1,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Explode at 10% HP (Phase 6)'), (1527726,15277,4,130943,100,0,0,0,0,0,11,19595,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow and Frost Reflect and Call For Help on Aggro (Phase 7)'), (1527727,15277,0,130943,100,1,5000,8000,8000,10000,11,23931,0,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Thunderclap (Phase 7)'), - (1527728,15277,0,130943,100,1,6000,10000,8000,12000,11,24340,5,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 7)'), + (1527728,15277,0,130943,100,1,6000,10000,8000,12000,11,24340,9,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 7)'), (1527729,15277,2,130943,100,0,10,0,0,0,11,14204,0,1,1,-106,0,0,0,0,0,0,'Anubisath Defender - Cast Enrage at 10% HP (Phase 7)'), (1527730,15277,4,130815,100,0,0,0,0,0,11,19595,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow and Frost Reflect and Call For Help on Aggro (Phase 8)'), (1527731,15277,0,130815,100,1,5000,8000,8000,10000,11,23931,0,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Thunderclap (Phase 8)'), - (1527732,15277,0,130815,100,1,6000,10000,8000,12000,11,24340,5,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 8)'), + (1527732,15277,0,130815,100,1,6000,10000,8000,12000,11,24340,9,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Meteor (Phase 8)'), (1527733,15277,2,130815,100,0,10,0,0,0,11,25698,0,1,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Explode at 10% HP (Phase 8)'), (1527734,15277,4,130559,100,0,0,0,0,0,11,13022,0,1,39,100,0,0,0,0,0,0,'Anubisath Defender - Cast Fire and Arcane Reflect and Call For Help on Aggro (Phase 9)'), (1527735,15277,0,130559,100,1,5000,8000,6000,10000,11,14297,1,0,0,0,0,0,0,0,0,0,'Anubisath Defender - Cast Shadow Storm (Phase 9)'), @@ -78996,7 +79466,7 @@ VALUES (1531701,15317,9,0,100,1,0,5,5000,9000,11,6016,4,32,0,0,0,0,0,0,0,0,'Qiraji Scorpion - Cast Pierce Armor'), (1531702,15317,0,0,100,1,5000,9000,6000,12000,11,26050,4,1,0,0,0,0,0,0,0,0,'Qiraji Scorpion - Cast Acid Spit'), (1533401,15334,11,0,100,0,0,0,0,0,21,0,0,0,20,0,0,0,11,26478,0,0,'Giant Eye Tentacle - Set Combat Movement and Auto Attack false and Cast Ground Rupture on Spawn'), - (1533402,15334,0,0,100,1,0,1000,2000,3000,11,26134,4,0,0,0,0,0,0,0,0,0,'Giant Eye Tentacle - Cast Eye Beam'), + (1533402,15334,0,0,100,1,0,1000,2000,3000,11,26134,8,0,0,0,0,0,0,0,0,0,'Giant Eye Tentacle - Cast Eye Beam'), (1562101,15621,9,0,100,1,0,5,9000,13000,11,25788,4,0,0,0,0,0,0,0,0,0,'Yauj Brood - Cast Head Butt'), (1562102,15621,13,0,100,1,8000,10000,0,0,11,25788,1,1,0,0,0,0,0,0,0,0,'Yauj Brood - Cast Head Butt on Target Spell Casting'), (1563001,15630,0,0,100,0,20000,20000,0,0,11,26662,0,0,1,-106,0,0,0,0,0,0,'Spawn of Fankriss - Cast Berserk'), @@ -79016,14 +79486,14 @@ VALUES (1134003,11340,2,0,100,1,30,0,10000,10000,11,24618,1,0,0,0,0,0,0,0,0,0,'Hakkari Blood Priest - Cast Drain Life'), (1135001,11350,9,0,100,1,5,30,1500,2000,11,22887,1,0,0,0,0,0,0,0,0,0,'Gurubashi Axe Thrower - Cast Ranged Throw'), (1135002,11350,2,0,100,0,30,0,0,0,11,8269,0,0,1,-46,0,0,0,0,0,0,'Gurubashi Axe Thrower - Cast Enrage at 30% HP'), - (1135003,11350,0,0,100,1,5000,5000,15000,18000,11,24018,4,0,0,0,0,0,0,0,0,0,'Gurubashi Axe Thrower - Cast Axe Flurry'), + (1135003,11350,0,0,100,1,5000,5000,15000,18000,11,24018,0,0,0,0,0,0,0,0,0,0,'Gurubashi Axe Thrower - Cast Axe Flurry'), (1135101,11351,9,0,100,1,5,30,1500,2000,11,22887,4,0,0,0,0,0,0,0,0,0,'Gurubashi Headhunter - Cast Ranged Throw'), (1135102,11351,0,0,100,1,5000,5000,7000,8000,11,24048,0,0,0,0,0,0,0,0,0,0,'Gurubashi Headhunter - Cast Whirling Trip'), (1135103,11351,0,0,75,1,9000,9000,20000,21000,11,24049,1,0,0,0,0,0,0,0,0,0,'Gurubashi Headhunter - Cast Impale'), (1135104,11351,0,0,85,1,14000,14000,18000,18000,11,15708,4,0,0,0,0,0,0,0,0,0,'Gurubashi Headhunter - Cast Mortal Strike'), (1135201,11352,0,0,75,1,2000,2000,15000,15000,11,16508,1,0,0,0,0,0,0,0,0,0,'Gurubashi Berserker - Cast Intimidating Roar'), (1135202,11352,0,0,100,1,10000,10000,12000,12000,11,11130,4,0,0,0,0,0,0,0,0,0,'Gurubashi Berserker - Cast Knock Away'), - (1135203,11352,0,0,90,1,5000,5000,13000,18000,11,15588,1,0,0,0,0,0,0,0,0,0,'Gurubashi Berserker - Cast Thunderclap'), + (1135203,11352,0,0,90,1,5000,5000,13000,18000,11,15588,0,0,0,0,0,0,0,0,0,0,'Gurubashi Berserker - Cast Thunderclap'), (1135204,11352,2,0,100,1,30,0,120000,120000,11,8269,0,0,1,-46,0,0,0,0,0,0,'Gurubashi Berserker - Cast Enrage at 30% HP'), (1135701,11357,11,0,100,0,0,0,0,0,11,8876,0,1,0,0,0,0,0,0,0,0,'Son of Hakkar - Cast Thrash on Spawn'), (1135702,11357,0,0,100,1,8000,15000,11000,16000,11,16790,4,0,0,0,0,0,0,0,0,0,'Son of Hakkar - Cast Knockdown'), @@ -79038,7 +79508,7 @@ VALUES (1139102,11391,0,0,100,1,3000,3500,5500,11500,11,15284,1,0,0,0,0,0,0,0,0,0,'Vilebranch Speaker - Cast Cleave'), (1139103,11391,2,0,100,0,30,0,0,0,11,8599,0,0,1,-106,0,0,0,0,0,0,'Vilebranch Speaker - Cast Enrage at 30% HP'), (1139104,11391,6,0,100,0,0,0,0,0,34,5,4,0,0,0,0,0,0,0,0,0,'Vilebranch Speaker - Set Instance Data on Death'), - (1183001,11830,0,0,80,1,8000,8000,27000,27000,11,13704,1,0,0,0,0,0,0,0,0,0,'Hakkari Priest - Cast Psychic Scream'), + (1183001,11830,0,0,80,1,8000,8000,27000,27000,11,13704,0,0,0,0,0,0,0,0,0,0,'Hakkari Priest - Cast Psychic Scream'), (1183002,11830,0,0,100,1,1000,1000,16000,18000,11,24021,0,0,0,0,0,0,0,0,0,0,'Hakkari Priest - Cast Anti-Magic Shield'), (1183003,11830,0,0,100,1,15000,15000,30000,33000,11,24022,0,0,0,0,0,0,0,0,0,0,'Hakkari Priest - Cast Cleanse Nova'), (1183004,11830,2,0,100,1,50,0,25000,25000,11,22883,0,0,0,0,0,0,0,0,0,0,'Hakkari Priest - Cast Heal at 50% HP'), @@ -79136,7 +79606,7 @@ VALUES (1183901,11839,0,0,100,1,5000,8000,9000,13000,11,13737,1,0,0,0,0,0,0,0,0,0,'Wildpaw Brute - Cast Mortal Strike'), (1184001,11840,0,0,100,1,6000,9000,9000,13000,11,18072,1,0,0,0,0,0,0,0,0,0,'Wildpaw Alpha - Cast Uppercut'), (1184002,11840,2,0,100,0,30,0,120000,120000,11,8599,0,1,1,-46,0,0,0,0,0,0,'Wildpaw Alpha - Cast Enrage at 30% HP'), - (1194601,11946,0,0,100,1,7000,10000,11000,24000,11,13736,1,0,0,0,0,0,0,0,0,0,'Drek\'Thar - Cast Whirlwind'), + (1194601,11946,0,0,100,1,7000,10000,11000,24000,11,13736,0,0,0,0,0,0,0,0,0,0,'Drek\'Thar - Cast Whirlwind'), (1194602,11946,0,0,100,1,5000,7000,12000,15000,11,19128,1,0,0,0,0,0,0,0,0,0,'Drek\'Thar - Cast Knockdown'), (1194603,11946,2,0,100,0,30,0,120000,120000,11,8269,0,1,1,-106,0,0,0,0,0,0,'Drek\'Thar - Cast Frenzy at 30% HP'), (1194701,11947,0,0,100,1,7000,10000,11000,24000,11,13736,0,0,0,0,0,0,0,0,0,0,'Captain Galvangar - Cast Whirlwind'), @@ -79572,9 +80042,15 @@ VALUES (13,1824.58,747.281,21.1486,3.70162,18000000,'8138'), (14,1796.56,758.122,14.7124,5.03836,18000000,'8138'), (15,1783.9,745.005,16.111,6.03896,18000000,'8138'), - (20,-169.839,-324.961,64.4014,3.12472,300000,'10268'), + (20,-167.538,-415.014,76.1469,1.56698,10800000,'10268'), (21,28.067,61.875,-123.405,4.67,600000,'12238'), - (22,726.106,77.9764,-86.5913,6.00393,18000000,'13716'); + (22,726.106,77.9764,-86.5913,6.00393,18000000,'13716'), + (29,-16.8468,-454.377,-18.6442,2.91211,7200000,'16080'), + (30,261.076,-437.184,-119.962,4.6572,7200000,'16097'), + (31,3425.85,-3054.75,136.498,3.33858,7200000,'16102'), + (32,3421.2,-3056.52,136.498,0.343068,7200000,'16101'), + (33,-21.7459,141.394,83.925,0,7200000,'16118'), + (34,57.58,-537.266,110.935,3.1,7200000,'16042'); /*!40000 ALTER TABLE `creature_ai_summons` ENABLE KEYS */; UNLOCK TABLES; @@ -79841,6 +80317,8 @@ VALUES (-665,'Obsidion, Rise and Serve your Master!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'8391'), (-666,'At last: one among you is worthy of my knowledge. Worry not: I have probed your thoughts, no harm will come to you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Vaelan greetings'), (-667,'Listen carefully, for the lord of Blackrock will surely destroy you, should you not be prepared.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Vaelan greetings'), + (-668,'SQUAWK!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'7167'), + (-669,'What the squawk??? Squawk, squawk, squawk? SQUAWK!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'7168'), (-694,'%s chips and splinters!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'7023'), (-701,'Impudent fools! I will kill you myself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8609,1,0,0,'15341'), (-702,'Warriors! Captains! Continue the fight!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8613,1,0,0,'15341'), @@ -79864,8 +80342,10 @@ VALUES (-808,'No one get past me and threaten da king! Ungh, take it!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'14325'), (-809,'Help me crush these punys!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'14325'), (-817,'So or\'manley fi siame Dim fus siame yudo',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5859,1,14,0,'8580'), + (-818,'%s lets loose a guttural growl as her body collapses. A horrifying howl can be heard echoing through the halls of Blackrock Spire. Something is very, very angry.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'10220'), (-819,'Turn back! Do not wake the dreamer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5866,1,0,0,'5721'), (-820,'You know not what you do! We must destroy you for your own good.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'5721'), + (-821,'Mother, oh mother. You should have listened to me...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'1657'), (-822,'The Soulflayer comes!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5862,1,0,0,'5721'), (-823,'Join us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5864,1,0,0,'5721'), (-824,'Hakkar shall live again!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5865,1,0,0,'5721'), @@ -79984,6 +80464,7 @@ VALUES (-1306,'You carry the taint of the scourge. Prepare to enter the twisting nether.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Scarlet Monastery'), (-1307,'There is no escape for you. The Crusade shall destroy all who carry the scourge\'s taint.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Scarlet Monastery'), (-1308,'The Scarlet Crusade shall smite the wicked and drive evil from these lands!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Scarlet Monastery'), + (-1309,'My power is discombobulatingly devastating! It is ludicrous that these mortals even attempt to enter my realm!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Prince Thunderaan'), (-1310,'Welcome to flavor country!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'11058'), (-1312,'I can\'t believe dad won\'t let me keep your sister.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'8666'), (-1313,'Can anyone give my adorable, extra little kitty a home?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'8666'), @@ -80022,7 +80503,42 @@ VALUES (-1478,'You must save him!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'11296'), (-1479,'I was devoured by Horgus! I can still feel his teeth upon me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'11296'), (-1480,'Beware Marduk! Beware, or your strength will wither.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'11296'), - (-1481,'%s\'s physical form is weakened. You notice the Stone of Binding near the creature is glowing! Strike now!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'2681'); + (-1481,'%s\'s physical form is weakened. You notice the Stone of Binding near the creature is glowing! Strike now!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'2681'), + (-1482,'%s\'s will falters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'10321'), + (-1483,'This frozen land shall suffice for a start. Come to me, mortals - and I shall give you a quick and painful death.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'Princess Tempestria'), + (-1484,'If you mortals are all so craven, this will be much easier than I thought!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'Princess Tempestria'), + (-1485,'%s causes a gale to sweep across the land, the sound of his mindless fury coming from the northwest.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'The Windreaver'), + (-1486,'%s dissipates into the ether, his howling winds still ringing in your ears.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'The Windreaver'), + (-1487,'Hear me, denizens of the crater! I come to burn this land of its impurity!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'Baron Charr'), + (-1488,'Where are the so-called heroes of this world? Too frightened to come out and play?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'Baron Charr'), + (-1489,'You have not seen the last of me fools! All will be consumed in the end!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'Baron Charr'), + (-1490,'Tiny mortals - me HERE! Doom you meet!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'Avalanchion'), + (-1491,'Where you hiding? Me find you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'Avalanchion'), + (-1517,'Muahahahaha! What is this pathetic spectacle I see before me? Well, what are you waiting for? I hunger, and you look as if you may make for a passable appetizer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16042'), + (-1518,'I\'ve gone easy on you thus far, but now you bore me. Witness the magnificence of my power, and despair!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16042'), + (-1519,'I will not die again! Not to the likes of you!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16042'), + (-1520,'You think you can summon us? We are the ones that summon, not you! We bash you good for this and suck the marrow from your bones!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16118'), + (-1521,'You so little and puny... you no make good servants for Kormok!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'16118'), + (-1522,'We am free! Thank you little, puny ones.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16118'), + (-1523,'All of Nature\'s might is at my disposal, puny mortals. Let us see which of my many forms it will be that ends your suffering!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16080'), + (-1524,'Though I move on in peace, you all have my undying gratitude. Thank you for freeing me from the curse of my folly and greed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16080'), + (-1525,'In life, I focused my energies on healing others. Let us see in death how much pain I can cause!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16097'), + (-1526,'My torture is ended and now I can join the Goddess. Thank you so very much!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16097'), + (-1527,'Hello, brother.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16101 16102'), + (-1528,'Hello, sister. What have we here?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16101 16102'), + (-1529,'Would-be interlopers, I\'m afraid.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16101 16102'), + (-1530,'Shall we slay them for the impertinence of disturbing our sleep?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16101 16102'), + (-1531,'Yes, we shall!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'16101 16102'), + (-1532,'There\'ll be a new trade risin\' up round your carcass, $N. We\'ll call it \'flesh-craftin.\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Trade Master Kovic'), + (-1533,'You will make a fitting sacrifice!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Mistress Natalia Mar\'alith'), + (-1534,'C\'Thun will retake this world!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Mistress Natalia Mar\'alith'), + (-1535,'Your treachery only speeds your doom. This world will fall to darkness!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Baron Kazum'), + (-1536,'It is my duty and honor to die for the Abyssal Council!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Crimson Templar'), + (-1537,'My lord will be outraged to learn of this ambush. Let us hope your death will appease him.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Crimson Templar'), + (-1538,'The Abyssal Council does not tolerate deceit! Feel our wrath, little $r!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Crimson Templar'), + (-1539,'Your life is a fitting sacrifice for my master, $c.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Crimson Templar'), + (-1540,'Leaping leper gnomes! I\'ve been stuck in there for months. Thanks, gang.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'10776'), + (-1551,'%s emits a strange noise.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'15233 16168'); /*!40000 ALTER TABLE `creature_ai_texts` ENABLE KEYS */; UNLOCK TABLES; @@ -85186,7 +85702,7 @@ VALUES (14186,18062,0,0), (14187,13632,0,0), (14188,12298,12298,0), - (14221,18983,0,0), + (14221,2147,0,0), (14225,23369,0,0), (14226,11019,0,0), (14230,13753,0,0), @@ -85836,7 +86352,8 @@ VALUES (80,1910,0,0), (54,1903,0,0), (101976,2715,143,0), - (100068,2715,143,0); + (100068,2715,143,0), + (16146,2179,11041,0); /*!40000 ALTER TABLE `creature_equip_template` ENABLE KEYS */; UNLOCK TABLES; @@ -92417,7 +92934,167 @@ VALUES (45773,45490,515), (45801,45490,515), (45792,45787,515), - (45491,45787,515); + (45491,45787,515), + (56705,56704,3), + (56715,56714,3), + (56717,56716,3), + (56748,56747,3), + (56703,56702,3), + (56707,56706,3), + (56709,56708,3), + (56711,56710,3), + (56719,56718,3), + (56713,56712,3), + (56701,56700,3), + (56592,56591,3), + (56593,56591,3), + (56584,56591,3), + (56590,56591,3), + (56589,56591,3), + (56588,56591,3), + (56587,56591,3), + (56586,56591,3), + (56585,56591,3), + (56603,56604,3), + (56597,56604,3), + (56602,56604,3), + (56601,56604,3), + (56599,56604,3), + (56598,56604,3), + (56596,56604,3), + (56595,56604,3), + (56594,56604,3), + (56636,56634,1027), + (56637,56634,1027), + (56635,56634,1027), + (56638,56634,1027), + (56633,56631,1027), + (56630,56631,1027), + (56629,56631,1027), + (56632,56631,1027), + (56641,56640,1027), + (56639,56640,1027), + (56642,56640,1027), + (56643,56640,1027), + (56654,56651,1027), + (56653,56651,1027), + (56652,56651,1027), + (56650,56651,1027), + (56651,56683,1024), + (56640,56683,1024), + (56631,56683,1024), + (56634,56683,1024), + (56648,56683,1024), + (91287,91289,3), + (91288,91289,3), + (91286,91289,3), + (91262,91261,3), + (91264,91261,3), + (91263,91261,3), + (91278,91277,3), + (91279,91277,3), + (91291,91290,3), + (91292,91290,3), + (91270,91271,3), + (91269,91271,3), + (91268,91271,3), + (56723,56724,3), + (56722,56724,3), + (56782,56781,3), + (56783,56781,3), + (91266,91265,3), + (91267,91265,3), + (56793,56792,3), + (56795,56792,3), + (56794,56792,3), + (56730,56729,3), + (56731,56729,3), + (56732,56729,3), + (91259,91260,3), + (91258,91260,3), + (91257,91260,3), + (56751,56750,3), + (56776,56750,3), + (56775,56750,3), + (56797,56798,3), + (56799,56798,3), + (31365,31364,512), + (31488,31487,512), + (31339,31338,512), + (31493,31492,512), + (56644,56648,1027), + (56646,56648,1027), + (56647,56648,1027), + (56649,56648,1027), + (190497,190496,515), + (190513,190512,515), + (190521,190520,515), + (190529,190528,515), + (190545,190544,515), + (190553,190552,515), + (190555,190554,515), + (190547,190546,515), + (190531,190530,515), + (190523,190522,515), + (190515,190514,515), + (190499,190498,515), + (190533,190532,515), + (190549,190548,515), + (190557,190556,515), + (190501,190500,515), + (190517,190516,515), + (190525,190524,515), + (48654,48653,3), + (48662,48653,3), + (48666,48660,3), + (48657,48660,3), + (48670,48658,3), + (48673,48658,3), + (48667,48671,3), + (48665,48671,3), + (48659,48672,3), + (48652,48656,3), + (48650,48649,3), + (43582,43583,3), + (48643,48645,3), + (48678,48677,3), + (48695,48689,3), + (48691,48689,3), + (48688,48687,3), + (48694,48687,3), + (48692,48693,3), + (48705,48693,3), + (48703,48704,3), + (48702,48701,3), + (48700,48699,3), + (48720,48719,3), + (48721,48719,3), + (48712,48713,3), + (48709,48710,3), + (48711,48708,3), + (48717,48715,3), + (48722,48715,3), + (48718,48716,3), + (48714,48716,3), + (48724,48723,3), + (48725,107705,3), + (48731,107705,3), + (48728,48732,3), + (48741,48737,3), + (48739,48744,3), + (48745,48744,3), + (48726,48727,3), + (48729,48730,3), + (48734,48736,3), + (48735,48736,3), + (48743,48738,3), + (48746,48738,3), + (48748,48747,3), + (48749,48751,3), + (48674,48668,3), + (38050,48637,3), + (38049,43580,3), + (43581,43580,3); /*!40000 ALTER TABLE `creature_linking` ENABLE KEYS */; UNLOCK TABLES; @@ -92480,16 +93157,16 @@ VALUES (10814,229,10363,7,0), (11373,309,14507,7,0), (11459,429,11489,1,0), - (11661,409,12259,7,0), - (11662,409,12098,7,0), + (11661,409,12259,1031,0), + (11662,409,12098,1031,0), (11663,409,12018,7,0), (11664,409,12018,7,0), - (11672,409,11988,39,0), + (11672,409,11988,1063,0), (11673,409,11982,1024,0), (11783,349,11784,515,15), - (12099,409,12057,7,0), + (12099,409,12057,1543,0), (12101,409,12057,1024,0), - (12119,409,12118,519,0), + (12119,409,12118,1543,0), (12128,0,1840,513,20), (12557,469,12435,135,0), (13743,349,12225,23,0), @@ -260783,7 +261460,7 @@ VALUES (8525,14504,0.02,0,1,1,0), (8525,14506,0.02,0,1,1,0), (8525,14508,0.02,0,1,1,0), - (8525,15447,-100,0,1,1,0), + (8525,15447,-55,0,1,1,0), (8525,15731,0.02,0,1,1,0), (8525,15737,0.02,0,1,1,0), (8525,15743,0.02,0,1,1,0), @@ -260872,7 +261549,7 @@ VALUES (8526,14505,2.12,0,1,1,0), (8526,14506,0.02,0,1,1,0), (8526,14508,0.02,0,1,1,0), - (8526,15447,-100,0,1,1,0), + (8526,15447,-46,0,1,1,0), (8526,15737,0.02,0,1,1,0), (8526,15743,0.02,0,1,1,0), (8526,15745,0.02,0,1,1,0), @@ -261380,7 +262057,7 @@ VALUES (8531,14504,0.02,0,1,1,0), (8531,14506,0.02,0,1,1,0), (8531,14508,0.02,0,1,1,0), - (8531,15447,-100,0,1,1,0), + (8531,15447,-61,0,1,1,0), (8531,15731,0.02,0,1,1,0), (8531,15743,0.02,0,1,1,0), (8531,15745,0.02,0,1,1,0), @@ -261718,7 +262395,7 @@ VALUES (8538,14494,0.02,0,1,1,0), (8538,14498,0.02,0,1,1,0), (8538,14508,0.02,0,1,1,0), - (8538,15447,-100,0,1,1,0), + (8538,15447,-60,0,1,1,0), (8538,15743,0.02,0,1,1,0), (8538,15746,0.02,0,1,1,0), (8538,15757,0.02,0,1,1,0), @@ -262028,7 +262705,7 @@ VALUES (8541,14504,0.02,0,1,1,0), (8541,14506,0.02,0,1,1,0), (8541,14508,0.02,0,1,1,0), - (8541,15447,-100,0,1,1,0), + (8541,15447,-61,0,1,1,0), (8541,15731,0.02,0,1,1,0), (8541,15743,0.02,0,1,1,0), (8541,15745,0.02,0,1,1,0), @@ -262262,7 +262939,7 @@ VALUES (8543,14504,0.02,0,1,1,0), (8543,14506,0.02,0,1,1,0), (8543,14508,0.02,0,1,1,0), - (8543,15447,-100,0,1,1,0), + (8543,15447,-59,0,1,1,0), (8543,15731,0.02,0,1,1,0), (8543,15737,0.02,0,1,1,0), (8543,15743,0.02,0,1,1,0), @@ -305391,7 +306068,7 @@ VALUES (11982,34050,100,1,-34050,1,0), (11982,34052,100,1,-34052,1,0), (11982,20951,-5,0,1,1,0), - (11982,34011,2,1,-34011,1,0), + (11982,34011,14,1,-34011,1,0), (11982,34051,100,1,-34051,1,0), (11983,34037,100,1,-34037,1,0), (11988,7075,30,0,1,3,0), @@ -305401,7 +306078,7 @@ VALUES (11988,17011,14,0,1,1,0), (10318,16250,1,0,1,1,0), (10371,16250,1,0,1,1,0), - (11988,17203,30,0,1,1,0), + (11988,17203,37,0,1,1,0), (10596,16250,2,0,1,1,0), (9718,16250,2,0,1,1,0), (10509,16250,2,0,1,1,0), @@ -305415,7 +306092,7 @@ VALUES (11988,34060,100,1,-34060,1,0), (11988,34059,100,1,-34059,1,0), (11988,20951,-5,0,1,1,0), - (11988,34011,2,1,-34011,1,0), + (11988,34011,14,1,-34011,1,0), (11988,34058,100,1,-34058,1,0), (11994,2589,20,0,1,1,0), (11994,2592,25,0,1,1,0), @@ -306127,9 +306804,9 @@ VALUES (10317,16250,1,0,1,1,0), (12056,17010,14,0,1,1,0), (12056,34057,100,1,-34057,1,0), - (12056,18563,3,0,1,1,0), + (12056,18563,4,0,1,1,0), (12056,20951,-5,0,1,1,0), - (12056,34011,2,1,-34011,1,0), + (12056,34011,14,1,-34011,1,0), (12056,34056,100,1,-34056,1,0), (12057,7075,30,0,1,3,0), (12057,7076,40,0,1,2,0), @@ -306138,7 +306815,7 @@ VALUES (9265,16250,1,0,1,1,0), (9241,16250,1,0,1,1,0), (9268,16250,1,0,1,1,0), - (12057,18564,3,0,1,1,0), + (12057,18564,4,0,1,1,0), (9266,16250,1,0,1,1,0), (9261,16250,1,0,1,1,0), (9262,16250,1,0,1,1,0), @@ -306152,7 +306829,7 @@ VALUES (12057,34055,100,1,-34055,1,0), (12057,34054,100,1,-34054,1,0), (12057,20951,-5,0,1,1,0), - (12057,34011,2,1,-34011,1,0), + (12057,34011,14,1,-34011,1,0), (12057,34053,100,1,-34053,1,0), (12076,785,0.02,0,1,1,0), (12076,3356,0.02,0,1,1,0), @@ -306388,7 +307065,7 @@ VALUES (12118,34062,100,1,-34062,1,0), (12118,17329,-100,0,1,1,0), (12118,20951,-5,0,1,1,0), - (12118,34011,2,1,-34011,1,0), + (12118,34011,14,1,-34011,1,0), (12118,34061,100,1,-34061,1,0), (12119,5760,0.72,0,1,1,0), (12119,7068,5.298,0,1,1,0), @@ -308225,7 +308902,7 @@ VALUES (12259,34064,100,1,-34064,1,0), (12259,17331,-100,0,1,1,0), (12259,20951,-5,0,1,1,0), - (12259,34011,2,1,-34011,1,0), + (12259,34011,14,1,-34011,1,0), (12259,34063,100,1,-34063,1,0), (12261,8766,1.9053,0,1,1,0), (12261,8952,4.8499,0,1,1,0), @@ -308267,7 +308944,7 @@ VALUES (12262,14047,29.6875,0,1,3,0), (12262,14504,0.02,0,1,1,0), (12262,14506,0.06,0,1,1,0), - (12262,15447,-100,0,1,1,0), + (12262,15447,-2,0,1,1,0), (12262,15757,0.02,0,1,1,0), (12262,19231,0.02,0,1,1,0), (12262,19260,0.03,0,1,1,0), @@ -308314,7 +308991,7 @@ VALUES (12264,34066,100,1,-34066,1,0), (12264,17332,-100,0,1,1,0), (12264,20951,-5,0,1,1,0), - (12264,34011,2,1,-34011,1,0), + (12264,34011,14,1,-34011,1,0), (12264,34065,100,1,-34065,1,0), (12319,858,2.9412,0,1,1,0), (12319,1179,2.9412,0,1,1,0), @@ -341768,20 +342445,20 @@ VALUES (7664,32,-632.888,-4556.28,41.355,0,0,0,0,0,0,0,0,0,0,0,0), (7664,33,-621.955,-4562.83,41.4163,0,0,0,0,0,0,0,0,0,0,0,0), (7664,34,-596.797,-4575.09,40.9438,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,1,-6030.44,-3228.79,281.072,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,2,-6033.69,-3207.73,281.171,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,3,-6036.86,-3201.81,281.171,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,4,-6052.63,-3182.89,281.171,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,5,-6066.72,-3171.82,281.171,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,6,-6056.78,-3180.45,281.171,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,7,-6045.4,-3192.73,281.171,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,8,-6036.66,-3203.32,281.171,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,9,-6032.66,-3212.24,281.185,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,10,-6032.79,-3227.65,281.172,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,11,-6025.74,-3245.02,276.967,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,12,-6013.62,-3276.34,268.182,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,13,-6021.54,-3253.95,274.397,0,0,0,0,0,0,0,0,0,0,0,0), - (7690,14,-6030.27,-3228.64,281.072,0,0,0,0,0,0,0,0,0,0,0,0), + (9230,14,-6085.5,-3129.51,253.555,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,13,-6087.68,-3126.75,253.098,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,12,-6088.68,-3121.53,252.032,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,11,-6089.07,-3114.42,251.377,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,10,-6089.52,-3106.35,250.837,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,9,-6089.48,-3111.04,251.394,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,8,-6089.38,-3117.48,251.538,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,7,-6088.52,-3124.03,252.514,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,6,-6084.9,-3130.2,253.631,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,5,-6080.28,-3131.97,253.426,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,4,-6076.13,-3133.62,253.989,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,3,-6069.15,-3137.9,254.253,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,2,-6067.03,-3134.64,253.744,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,1,-6071.02,-3133.92,254.006,0,0,0,0,0,0,0,0,0,100,0,0), (7696,1,-6378.86,-3094.94,299.723,0,0,0,0,0,0,0,0,0,0,0,0), (7696,2,-6378.02,-3091.61,299.711,0,0,0,0,0,0,0,0,0,0,0,0), (7696,3,-6374.57,-3087.47,296.112,0,0,0,0,0,0,0,0,0,0,0,0), @@ -341800,26 +342477,26 @@ VALUES (7696,16,-6374.91,-3087.41,296.112,0,0,0,0,0,0,0,0,0,0,0,0), (7696,17,-6378.16,-3091.73,299.723,0,0,0,0,0,0,0,0,0,0,0,0), (7696,18,-6379.66,-3095.87,299.723,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,1,-6118.78,-2958.91,204.165,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,2,-6108.16,-2958.22,204.007,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,3,-6096.47,-2956.84,204.794,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,4,-6111.33,-2956.58,203.813,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,5,-6125.61,-2956.79,205.145,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,6,-6133.96,-2957.74,205.283,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,7,-6143.65,-2960.51,207.248,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,8,-6151.57,-2966.97,210.139,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,9,-6153.98,-2971.38,210.348,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,10,-6154.87,-2979.73,212.887,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,11,-6151.94,-2986.39,215.238,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,12,-6146.86,-2993.06,216.853,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,13,-6136.96,-2996.81,219.842,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,14,-6125.95,-2998.88,222.571,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,15,-6145.79,-2994.87,217.355,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,16,-6150.83,-2986.78,215.384,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,17,-6152.04,-2969.5,210.229,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,18,-6144.09,-2961.64,207.346,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,19,-6133.56,-2960.26,205.231,0,0,0,0,0,0,0,0,0,0,0,0), - (7800,20,-6123.56,-2959.06,204.784,0,0,0,0,0,0,0,0,0,0,0,0), + (7220,2,-6146.38,-3077.72,225.765,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,1,-6144.04,-3081.53,225.98,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,18,-6130.89,-2959.87,205.174,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,17,-6138.09,-2960.06,206.264,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,16,-6142.72,-2959.91,207.103,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,15,-6149.92,-2963.47,209.518,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,14,-6153.34,-2972.47,210.661,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,13,-6149.55,-2989.75,216.036,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,12,-6141.6,-2996.24,218.378,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,11,-6149.91,-2989.42,215.968,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,10,-6154.43,-2977.59,212.307,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,9,-6156.42,-2969.55,210.376,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,8,-6152.06,-2963.14,209.848,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,7,-6141.47,-2959.67,206.924,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,6,-6135.47,-2956.58,205.563,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,5,-6125.68,-2957.95,205.081,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,4,-6119.33,-2957.44,204.07,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,3,-6105.4,-2957.56,203.992,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,2,-6109.88,-2958.62,204.087,0,0,0,0,0,0,0,0,0,100,0,0), + (7800,1,-6120.18,-2960.4,204.417,0,0,0,0,0,0,0,0,0,100,0,0), (7816,1,-6412.54,-3189.87,283.12,0,0,0,0,0,0,0,0,0,0,0,0), (7816,2,-6414.44,-3200.6,277.913,0,0,0,0,0,0,0,0,0,0,0,0), (7816,3,-6424.25,-3202.89,272.415,0,0,0,0,0,0,0,0,0,0,0,0), @@ -342415,11 +343092,11 @@ VALUES (9204,25,-5416.88,-3767.38,306.686,0,0,0,0,0,0,0,0,0,0,0,0), (9204,26,-5405.11,-3769.28,304.145,0,0,0,0,0,0,0,0,0,0,0,0), (9204,27,-5381.23,-3768.62,304.111,0,0,0,0,0,0,0,0,0,0,0,0), - (9204,28,-5364.66,-3773.09,307.75,0,0,0,0,0,0,0,0,0,0,0,0), - (9204,29,-5335.57,-3772.66,309.76,0,0,0,0,0,0,0,0,0,0,0,0); + (9204,28,-5364.66,-3773.09,307.75,0,0,0,0,0,0,0,0,0,0,0,0); INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES + (9204,29,-5335.57,-3772.66,309.76,0,0,0,0,0,0,0,0,0,0,0,0), (9204,30,-5313.28,-3774.64,310.507,0,0,0,0,0,0,0,0,0,0,0,0), (9204,31,-5294.28,-3774.4,311.725,0,0,0,0,0,0,0,0,0,0,0,0), (9204,32,-5283.5,-3773.5,313.175,0,0,0,0,0,0,0,0,0,0,0,0), @@ -346818,11 +347495,11 @@ VALUES (16265,12,-230.222,2170.11,79.7647,0,0,0,0,0,0,0,0,0,0,0,0), (16265,13,-227.342,2175.72,79.7656,0,0,0,0,0,0,0,0,0,0,0,0), (16265,14,-224.461,2184.23,79.7656,0,0,0,0,0,0,0,0,0,0,0,0), - (16265,15,-226.11,2195.55,79.7627,0,0,0,0,0,0,0,0,0,0,0,0), - (16265,16,-223.975,2199.56,79.7627,0,0,0,0,0,0,0,0,0,0,0,0); + (16265,15,-226.11,2195.55,79.7627,0,0,0,0,0,0,0,0,0,0,0,0); INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES + (16265,16,-223.975,2199.56,79.7627,0,0,0,0,0,0,0,0,0,0,0,0), (16265,17,-219.567,2203.03,79.7627,0,0,0,0,0,0,0,0,0,0,0,0), (16265,18,-219.079,2210.61,79.7627,0,0,0,0,0,0,0,0,0,0,0,0), (16265,19,-217.597,2217.1,79.7627,0,0,0,0,0,0,0,0,0,0,0,0), @@ -347147,29 +347824,29 @@ VALUES (16598,14,469.337,-1048.29,108.146,0,0,0,0,0,0,0,0,0,0,0,0), (16598,15,475.62,-1045.84,108.412,0,0,0,0,0,0,0,0,0,0,0,0), (16598,16,463.175,-1049.04,107.951,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,1,506.987,-214.099,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,2,509.726,-212.558,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,3,514.023,-217.523,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,4,516.715,-223.456,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,5,505.299,-228.282,152.527,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,6,501.761,-229.96,151.309,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,7,492.803,-234.569,151.023,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,8,488.236,-237.044,152.531,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,9,477.755,-242.719,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,10,471.667,-235.695,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,11,477.197,-228.389,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,12,487.452,-222.633,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16731,13,498.123,-217.691,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,1,610.596,-342.43,151.907,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,2,597.973,-336.93,150.902,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,3,580.129,-326.004,150.748,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,4,596.737,-337.565,150.898,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,5,613.15,-345.603,152.27,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,6,632.217,-350,150.924,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,7,628.244,-340.15,151.876,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,8,629.171,-331.023,152.786,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,9,627.951,-347.932,151.219,0,0,0,0,0,0,0,0,0,0,0,0), - (16807,10,615.802,-345.231,152.165,0,0,0,0,0,0,0,0,0,0,0,0), + (17083,18,600.664,-389.289,155.537,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,17,618.983,-387.678,157.621,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,16,629.256,-381.965,155.442,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,15,623.895,-357.085,152.537,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,14,629.256,-381.965,155.442,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,13,618.983,-387.678,157.621,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,12,600.664,-389.289,155.537,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,11,594.109,-394.153,158.629,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,10,594.045,-399.024,159.467,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,9,596.301,-410.8,159.913,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,8,595.389,-424.121,163.258,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,7,588.703,-426.199,166.133,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,6,581.717,-426.691,171.716,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,28,560.935,-430.814,177.472,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,27,565.341,-428.128,176.806,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,26,572.592,-426.528,174.091,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,25,577.436,-425.849,173.476,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,24,581.717,-426.691,171.716,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,23,588.952,-426.182,166.409,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,22,595.436,-424.101,162.359,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,21,596.301,-410.8,159.913,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,20,594.045,-399.024,160.739,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,19,594.109,-394.153,158.629,0,0,0,0,0,0,0,0,0,100,0,0), (16946,1,446.478,225.299,41.9076,0,0,0,0,0,0,0,0,0,0,0,0), (16946,2,452.805,229.845,41.9076,0,0,0,0,0,0,0,0,0,0,0,0), (16946,3,460.201,219.112,41.9081,0,0,0,0,0,0,0,0,0,0,0,0), @@ -347425,49 +348102,49 @@ VALUES (16973,238,325.754,-1329.99,39.6103,0,0,0,0,0,0,0,0,0,0,0,0), (16973,239,313.148,-1312.43,39.9013,0,0,0,0,0,0,0,0,0,0,0,0), (16973,240,296.993,-1295.89,40.2451,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,1,495.737,-217.981,161.344,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,2,484.23,-223.544,161.344,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,3,494.827,-218.076,161.344,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,4,494.053,-213.63,161.344,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,5,491.207,-207.689,156.667,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,6,489.062,-204.408,156.451,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,7,486.501,-205.072,156.451,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,8,482.07,-207.728,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,9,479.493,-211.583,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,10,481.573,-216.342,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,11,479.152,-210.346,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,12,482.24,-207.982,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,13,486.84,-206.083,156.451,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,14,489.423,-204.158,156.451,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,15,491.217,-207.642,156.64,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,16,493.89,-213.761,161.344,0,0,0,0,0,0,0,0,0,0,0,0), - (16981,17,495.196,-216.062,161.344,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,1,474.382,-230.658,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,2,483.095,-225.574,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,3,492.307,-220.564,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,4,499.695,-217.512,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,5,509.924,-212.158,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,6,514.394,-216.901,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,7,516.173,-221.832,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,8,505.685,-227.947,152.523,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,9,500.756,-230.565,151.023,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,10,493.29,-234.531,151.023,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,11,487.769,-237.074,152.525,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,12,477.412,-242.375,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16982,13,471.02,-232.447,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,1,487.388,-223.725,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,2,494.119,-219.705,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,3,501.348,-216.673,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,4,510.352,-211.048,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,5,513.291,-216.637,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,6,516.351,-222.391,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,7,505.179,-227.98,152.526,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,8,501.061,-230.389,151.023,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,9,492.844,-234.792,151.023,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,10,488.097,-237.266,152.528,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,11,477.78,-242.91,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,12,470.763,-232.523,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (16983,13,481.066,-226.752,152.522,0,0,0,0,0,0,0,0,0,0,0,0), + (17036,7,498.423,-282.914,151.748,0,0,0,0,0,0,0,0,0,100,0,0), + (17036,6,516.742,-285.299,151.217,0,0,0,0,0,0,0,0,0,100,0,0), + (17036,5,537.5,-302.084,152.169,0,0,0,0,0,0,0,0,0,100,0,0), + (17036,4,562.402,-327.677,151.495,0,0,0,0,0,0,0,0,0,100,0,0), + (17036,3,598.431,-332.175,151.121,0,0,0,0,0,0,0,0,0,100,0,0), + (17036,2,561.541,-327.545,150.77,0,0,0,0,0,0,0,0,0,100,0,0), + (17036,1,536.562,-301.788,152.219,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,16,671.864,-397.256,159.618,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,15,660.998,-389.367,158.665,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,14,663.026,-367.104,152.279,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,13,665.76,-347.17,148.544,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,12,647.5,-336.979,150.836,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,11,643.248,-331.284,150.954,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,10,646.242,-321.536,151.419,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,9,650.433,-312.305,151.261,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,8,665.49,-308.599,150.704,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,7,650.433,-312.305,151.261,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,12,548.438,-191.146,143.775,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,11,549.064,-179.676,148.488,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,10,570.829,-182.212,159.3,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,9,549.064,-179.676,148.488,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,8,549.479,-191.146,143.775,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,7,559.894,-217.038,146.68,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,6,574.42,-240.72,147.159,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,5,555.17,-255.395,150.147,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,4,543.126,-265.428,150.705,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,3,513.483,-280.729,151.239,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,2,485.448,-291.371,153.697,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,1,476.009,-306.55,156.035,0,0,0,0,0,0,0,0,0,100,0,0), + (17036,8,516.742,-285.299,151.217,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,5,577.436,-425.849,173.476,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,4,572.592,-426.528,174.091,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,3,565.341,-428.128,176.806,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,2,560.935,-430.814,177.472,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,1,547.897,-433.521,173.653,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,20,478.486,-315.199,157.37,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,19,476.009,-306.55,156.035,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,18,485.448,-291.371,153.697,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,17,513.483,-280.729,151.239,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,16,543.126,-265.428,150.705,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,15,555.17,-255.395,150.147,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,14,574.42,-240.72,147.159,0,0,0,0,0,0,0,0,0,100,0,0), + (17116,13,559.894,-217.038,146.68,0,0,0,0,0,0,0,0,0,100,0,0), (16990,1,57.636,-234.379,129.516,0,0,0,0,0,0,0,0,0,0,0,0), (16990,2,66.5738,-235.328,129.512,0,0,0,0,0,0,0,0,0,0,0,0), (16990,3,75.2564,-233.173,129.763,0,0,0,0,0,0,0,0,0,0,0,0), @@ -347501,28 +348178,28 @@ VALUES (16990,31,47.2033,-258.837,129.424,0,0,0,0,0,0,0,0,0,0,0,0), (16990,32,52.9378,-249.208,129.05,0,0,0,0,0,0,0,0,0,0,0,0), (16990,33,53.0856,-236.861,129.435,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,1,626.342,-514.282,179.251,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,2,624.484,-523.904,180.215,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,3,614.57,-533.386,180.261,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,4,599.827,-546.226,181.061,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,5,587.072,-559.25,181.798,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,6,579.253,-566.237,182.666,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,7,570.006,-573.502,184.093,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,8,561.671,-579.784,184.548,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,9,552.652,-587.332,183.103,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,10,540.394,-597.109,180.219,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,11,531.459,-598.903,178.927,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,12,507.994,-598.847,174.984,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,13,495.504,-602.575,173.608,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,14,506.473,-600.729,174.651,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,15,522.129,-601.577,177.182,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,16,529.933,-600.83,178.526,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,17,541.496,-594.82,180.707,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,18,551.344,-587.338,182.92,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,19,561.761,-579.423,184.567,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,20,585.874,-560.464,181.965,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,21,603.924,-542.521,180.883,0,0,0,0,0,0,0,0,0,0,0,0), - (16998,22,623.985,-523.728,180.203,0,0,0,0,0,0,0,0,0,0,0,0), + (52052,1,-165.136,-205.878,-66.3216,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,10,-69.703,-98.0545,-36.7651,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,9,-86.4974,-99.6181,-36.565,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,8,-103.141,-114.108,-42.6086,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,7,-127.758,-135.247,-51.6803,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,6,-148.613,-148.395,-53.3512,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,5,-168.012,-170.414,-62.3626,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,4,-148.429,-148.279,-53.3588,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,3,-127.758,-135.247,-51.6803,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,2,-103.141,-114.108,-42.6086,0,0,0,0,0,0,0,0,0,100,0,0), + (52051,1,-86.2425,-99.6044,-36.5499,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,18,-52.2267,-97.8606,-38.7452,10000,0,0,0,0,0,0,0,0,100,0,0), + (52047,17,-75.5321,-97.6184,-35.0489,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,16,-97.4084,-110.605,-39.7256,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,15,-121.27,-129.653,-50.5205,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,14,-150.816,-152.177,-53.8129,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,13,-166.163,-169.767,-61.9983,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,12,-175.343,-195.908,-66.8933,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,11,-160.916,-210.743,-66.509,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,10,-111.183,-214.849,-74.9885,10000,0,0,0,0,0,0,0,0,100,0,0), + (52047,9,-129.665,-214.975,-70.9835,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,8,-153.404,-211.869,-66.8026,0,0,0,0,0,0,0,0,0,100,0,0), (16999,1,445.322,-623.424,166.892,0,0,0,0,0,0,0,0,0,0,0,0), (16999,2,451.08,-634.726,167.07,0,0,0,0,0,0,0,0,0,0,0,0), (16999,3,457.767,-646.834,167.07,0,0,0,0,0,0,0,0,0,0,0,0), @@ -347545,35 +348222,35 @@ VALUES (16999,20,495.069,-604.302,173.454,0,0,0,0,0,0,0,0,0,0,0,0), (16999,21,481.854,-612.096,172.22,0,0,0,0,0,0,0,0,0,0,0,0), (16999,22,459.346,-621.093,168.855,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,1,561.085,-321.694,150.669,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,2,550.699,-316.177,150.707,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,3,540.884,-312.628,152.162,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,4,536.228,-301.829,152.098,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,5,525.124,-292.728,151.262,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,6,516.106,-287.378,151.478,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,7,516.452,-268.419,151.378,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,8,516.42,-276.945,150.752,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,9,516.973,-290.016,151.553,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,10,530.708,-296.147,151.487,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,11,544.795,-306.572,152.097,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,12,549.536,-307.932,151.62,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,13,553.108,-314.855,150.691,0,0,0,0,0,0,0,0,0,0,0,0), - (17036,14,568.91,-324.059,150.669,0,0,0,0,0,0,0,0,0,0,0,0), - (17039,1,509.012,-255.203,151.283,0,0,0,0,0,0,0,0,0,0,0,0), - (17039,2,502.242,-242.908,151.194,0,0,0,0,0,0,0,0,0,0,0,0), - (17039,3,498.791,-236.783,151.007,0,0,0,0,0,0,0,0,0,0,0,0), - (17039,4,502.533,-244.011,151.283,0,0,0,0,0,0,0,0,0,0,0,0), - (17039,5,508.984,-256.119,151.283,0,0,0,0,0,0,0,0,0,0,0,0), - (17039,6,513.892,-265.33,151.4,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,1,627.877,-495.824,175.865,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,2,628.653,-484.728,173.135,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,3,627.846,-469.707,170.606,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,4,627.594,-455.303,167.057,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,5,622.404,-439.288,164.526,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,6,635.355,-440.775,164.068,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,7,630.379,-455.601,167.128,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,8,629.355,-471.195,171.067,0,0,0,0,0,0,0,0,0,0,0,0), - (17072,9,628.203,-486.175,173.446,0,0,0,0,0,0,0,0,0,0,0,0), + (16878,6,646.242,-321.536,151.419,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,5,643.248,-331.284,150.954,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,4,647.5,-336.979,150.836,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,3,665.76,-347.17,148.544,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,2,663.026,-367.104,152.279,0,0,0,0,0,0,0,0,0,100,0,0), + (16878,1,660.998,-389.367,158.665,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,14,776.267,-319.46,138.082,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,13,758.241,-333.862,137.587,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,12,740.669,-329.95,137.786,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,11,733.44,-337.833,138.385,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,10,729.665,-343.316,138.493,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,9,710.695,-343.478,140.915,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,8,702.686,-330.833,144.626,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,7,703.609,-306.369,145.379,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,6,702.686,-330.833,144.626,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,5,710.695,-343.478,140.915,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,4,729.665,-343.316,138.493,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,3,733.44,-337.833,138.385,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,2,740.669,-329.95,137.786,0,0,0,0,0,0,0,0,0,100,0,0), + (16805,1,758.241,-333.862,137.587,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,7,-172.085,-201.227,-66.5955,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,6,-170.926,-175.02,-63.8409,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,5,-156.059,-156.027,-56.1233,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,4,-133.153,-140.49,-52.9205,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,3,-111.239,-120.058,-48.5652,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,2,-93.4696,-104.813,-38.3842,0,0,0,0,0,0,0,0,0,100,0,0), + (52047,1,-76.1155,-99.1247,-35.0919,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,30,536.21,-443.682,173.251,0,0,0,0,0,0,0,0,0,100,0,0), + (17083,29,548.215,-433.455,173.425,0,0,0,0,0,0,0,0,0,100,0,0), (17084,1,248.175,-267.09,145.066,0,0,0,0,0,0,0,0,0,0,0,0), (17084,2,242.938,-266.84,144.621,0,0,0,0,0,0,0,0,0,0,0,0), (17084,3,235.745,-267.227,145.905,0,0,0,0,0,0,0,0,0,0,0,0), @@ -351282,17 +351959,17 @@ VALUES (23570,5,-7139.29,-3825.95,8.42231,0,0,0,0,0,0,0,0,0,0,0,0), (23570,6,-7125.36,-3827.36,8.40948,0,0,0,0,0,0,0,0,0,0,0,0), (23570,7,-7117.45,-3828.57,8.91279,0,0,0,0,0,0,0,0,0,0,0,0), - (23570,8,-7114.78,-3828.82,9.20713,0,0,0,0,0,0,0,0,0,0,0,0), + (23570,8,-7114.78,-3828.82,9.20713,0,0,0,0,0,0,0,0,0,0,0,0); + +INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +VALUES (23570,9,-7108.43,-3829.16,9.48578,0,0,0,0,0,0,0,0,0,0,0,0), (23570,10,-7109.63,-3833.48,9.90498,0,0,0,0,0,0,0,0,0,0,0,0), (23570,11,-7109.63,-3833.48,9.90498,0,0,0,0,0,0,0,0,0,0,0,0), (23570,12,-7118.21,-3844.54,9.20401,0,0,0,0,0,0,0,0,0,0,0,0), (23570,13,-7127.38,-3854.62,9.61368,0,0,0,0,0,0,0,0,0,0,0,0), (23570,14,-7127.38,-3854.62,9.61368,0,0,0,0,0,0,0,0,0,0,0,0), - (23570,15,-7127.38,-3854.62,9.61368,0,0,0,0,0,0,0,0,0,0,0,0); - -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) -VALUES + (23570,15,-7127.38,-3854.62,9.61368,0,0,0,0,0,0,0,0,0,0,0,0), (23570,16,-7136.35,-3870.11,10.1441,0,0,0,0,0,0,0,0,0,0,0,0), (23570,17,-7145.7,-3867.49,9.24889,0,0,0,0,0,0,0,0,0,0,0,0), (23570,18,-7149.99,-3866.2,9.4966,0,0,0,0,0,0,0,0,0,0,0,0), @@ -355746,7 +356423,10 @@ VALUES (29939,12,1358.55,1002.75,157.992,0,0,0,0,0,0,0,0,0,0,0,0), (29939,13,1364.57,987.874,158.223,0,0,0,0,0,0,0,0,0,0,0,0), (29939,14,1367.97,974.872,158.155,0,0,0,0,0,0,0,0,0,0,0,0), - (29939,15,1376.88,960.662,154.844,0,0,0,0,0,0,0,0,0,0,0,0), + (29939,15,1376.88,960.662,154.844,0,0,0,0,0,0,0,0,0,0,0,0); + +INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +VALUES (29939,16,1384.8,953.51,153.67,0,0,0,0,0,0,0,0,0,0,0,0), (29939,17,1392.07,962.016,152.13,0,0,0,0,0,0,0,0,0,0,0,0), (29939,18,1388.56,974.987,151.956,0,0,0,0,0,0,0,0,0,0,0,0), @@ -355754,10 +356434,7 @@ VALUES (29939,20,1377.73,991.503,155.823,0,0,0,0,0,0,0,0,0,0,0,0), (29940,1,1501.73,610.326,143.27,0,0,0,0,0,0,0,0,0,0,0,0), (29940,2,1495.81,623.189,144.636,0,0,0,0,0,0,0,0,0,0,0,0), - (29940,3,1491.3,636.148,144.054,0,0,0,0,0,0,0,0,0,0,0,0); - -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) -VALUES + (29940,3,1491.3,636.148,144.054,0,0,0,0,0,0,0,0,0,0,0,0), (29940,4,1501.39,644.771,141.746,0,0,0,0,0,0,0,0,0,0,0,0), (29940,5,1514.85,632.969,140.055,0,0,0,0,0,0,0,0,0,0,0,0), (29940,6,1514.13,628.547,140.421,0,0,0,0,0,0,0,0,0,0,0,0), @@ -360257,17 +360934,17 @@ VALUES (42250,54,7417.11,-4748.93,652.657,0,0,0,0,0,0,0,0,0,0,0,0), (42250,55,7400.51,-4753.12,655.477,0,0,0,0,0,0,0,0,0,0,0,0), (42250,56,7381.15,-4751.81,657.181,0,0,0,0,0,0,0,0,0,0,0,0), - (42250,57,7362.16,-4750.44,660.186,0,0,0,0,0,0,0,0,0,0,0,0), + (42250,57,7362.16,-4750.44,660.186,0,0,0,0,0,0,0,0,0,0,0,0); + +INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +VALUES (42250,58,7346.91,-4749.38,663.703,0,0,0,0,0,0,0,0,0,0,0,0), (42250,59,7323.76,-4749.3,668.337,0,0,0,0,0,0,0,0,0,0,0,0), (42250,60,7311.52,-4756.4,672.729,0,0,0,0,0,0,0,0,0,0,0,0), (42250,61,7298.71,-4768.93,675.699,0,0,0,0,0,0,0,0,0,0,0,0), (42250,62,7286.81,-4781.79,680.795,0,0,0,0,0,0,0,0,0,0,0,0), (42250,63,7276.04,-4792.08,681.221,0,0,0,0,0,0,0,0,0,0,0,0), - (42250,64,7259.48,-4803.52,684.536,0,0,0,0,0,0,0,0,0,0,0,0); - -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) -VALUES + (42250,64,7259.48,-4803.52,684.536,0,0,0,0,0,0,0,0,0,0,0,0), (42250,65,7237.74,-4817.29,688.435,0,0,0,0,0,0,0,0,0,0,0,0), (42250,66,7224.51,-4826.46,690.647,0,0,0,0,0,0,0,0,0,0,0,0), (42250,67,7212.53,-4834.74,693.883,0,0,0,0,0,0,0,0,0,0,0,0), @@ -361613,22 +362290,22 @@ VALUES (42541,25,7489.78,-2283.56,473.878,0,0,0,0,0,0,0,0,0,0,0,0), (42541,26,7489.75,-2273.87,473.05,0,0,0,0,0,0,0,0,0,0,0,0), (42541,27,7487.08,-2269.42,473.434,0,0,0,0,0,0,0,0,0,0,0,0), - (42602,1,1521.9,826.386,8.8919,0,0,0,0,0,0,0,0,0,0,0,0), - (42602,2,1496.78,798.153,8.98,0,0,0,0,0,0,0,0,0,0,0,0), - (42602,3,1474.31,815.216,8.8909,0,0,0,0,0,0,0,0,0,0,0,0), - (42602,4,1497.85,837.577,8.89089,0,0,0,0,0,0,0,0,0,0,0,0), - (42608,1,1495.23,834.321,8.89086,0,0,0,0,0,0,0,0,0,0,0,0), - (42608,2,1436.64,811.827,8.95494,0,0,0,0,0,0,0,0,0,0,0,0), - (42608,3,1381.34,814.648,8.89106,0,0,0,0,0,0,0,0,0,0,0,0), - (42608,4,1436.64,811.827,8.95494,0,0,0,0,0,0,0,0,0,0,0,0), - (42619,1,1544.7,838.938,8.8912,0,0,0,0,0,0,0,0,0,0,0,0), - (42619,2,1588.6,873.578,8.8914,0,0,0,0,0,0,0,0,0,0,0,0), - (42619,3,1627.14,885.516,8.8923,0,0,0,0,0,0,0,0,0,0,0,0), - (42619,4,1588.6,873.578,8.8914,0,0,0,0,0,0,0,0,0,0,0,0), - (42626,1,1546.47,835.226,8.8914,0,0,0,0,0,0,0,0,0,0,0,0), - (42626,2,1592.19,870.365,8.8918,0,0,0,0,0,0,0,0,0,0,0,0), - (42626,3,1634.81,885.744,8.8915,0,0,0,0,0,0,0,0,0,0,0,0), - (42626,4,1592.19,870.365,8.8918,0,0,0,0,0,0,0,0,0,0,0,0), + (42602,4,1456.35,816.689,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,3,1477.49,807.631,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,2,1489.44,799.208,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,1,1505.71,804.678,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,4,1493.69,834.344,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,3,1501.19,835.167,9.0084,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,2,1508.01,832.049,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,1,1513.71,828.24,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,4,1554.12,844.328,8.9328,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,3,1575.98,861.632,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,2,1589.68,875.036,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,1,1619.96,882.422,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,4,1535.82,831.555,8.90182,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,3,1570.76,854.049,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,2,1591.29,871.777,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,1,1607.71,876.732,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), (42678,1,2478.47,940.218,23.2707,0,0,0,0,0,0,0,0,0,0,0,0), (42678,2,2479.85,972.447,23.4816,0,0,0,0,0,0,0,0,0,0,0,0), (42678,3,2456.85,1022.73,24.8429,500,0,0,0,0,0,0,0,0,0,0,0), @@ -363596,9 +364273,9 @@ VALUES (43806,9,-7952.54,657.42,-59.3463,0,0,0,0,0,0,0,0,0,5.96776,0,0), (43806,10,-7946.39,657.716,-58.9603,0,0,0,0,0,0,0,0,0,0.560298,0,0), (43806,11,-7943.09,662.935,-57.9658,0,0,0,0,0,0,0,0,0,1.00797,0,0), - (44170,1,1663.38,926.347,9.025,0,0,0,0,0,0,0,0,0,0,0,0), - (44170,2,1654.29,895.77,8.878,0,0,0,0,0,0,0,0,0,0,0,0), - (44170,3,1687.95,889.525,8.87809,0,0,0,0,0,0,0,0,0,0,0,0), + (44170,3,1705.72,907.841,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,2,1707.18,899.435,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,1,1707.11,892.966,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), (44251,35,-7556.26,1716.11,9.25794,0,0,0,0,0,0,0,0,0,0,0,0), (44251,34,-7569.13,1700.23,5.26954,0,0,0,0,0,0,0,0,0,0,0,0), (44251,33,-7573.76,1690.55,5.40412,0,0,0,0,0,0,0,0,0,0,0,0), @@ -364501,7 +365178,10 @@ VALUES (30143,28,-746.609,687.276,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), (30143,29,-739.127,702.301,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), (30143,30,-721.29,719.67,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (30143,31,-695.022,722.327,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (30143,31,-695.022,722.327,-318.06,0,0,0,0,0,0,0,0,0,100,0,0); + +INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +VALUES (30143,32,-667.857,715.439,-324.987,0,0,0,0,0,0,0,0,0,100,0,0), (30143,33,-637.027,706.925,-327.056,0,0,0,0,0,0,0,0,0,100,0,0), (30143,34,-632.855,692.141,-327.059,0,0,0,0,0,0,0,0,0,100,0,0), @@ -364509,10 +365189,7 @@ VALUES (30143,36,-666.277,697.114,-331.799,0,0,0,0,0,0,0,0,0,100,0,0), (46325,1,10153.9,2549.64,1322.25,0,0,0,0,0,0,0,0,0,0.011265,0,0), (46325,2,10141.9,2544.66,1322.37,0,0,0,0,0,0,0,0,0,3.49451,0,0), - (46325,3,10122.8,2537.65,1321.88,0,0,0,0,0,0,0,0,0,3.49451,0,0); - -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) -VALUES + (46325,3,10122.8,2537.65,1321.88,0,0,0,0,0,0,0,0,0,3.49451,0,0), (46325,4,10109.6,2533.97,1320.82,0,0,0,0,0,0,0,0,0,3.41204,0,0), (46325,5,10094.5,2528.39,1318.03,0,0,0,0,0,0,0,0,0,3.49843,0,0), (46325,6,10115.3,2533.71,1321.52,0,0,0,0,0,0,0,0,0,0.274373,0,0), @@ -368842,18 +369519,18 @@ VALUES (56852,28,730.72,-541.204,-216.521,0,0,0,0,0,0,0,0,0,0,0,0), (56852,29,716.295,-563.171,-215.212,0,0,0,0,0,0,0,0,0,0,0,0), (56852,30,710.911,-588.955,-211.35,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,1,1051.31,-799.69,-151.971,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,2,1039.67,-791.097,-151.01,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,3,1026.31,-767.8,-156.649,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,4,1038.77,-761.698,-152.658,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,5,1064.63,-748.941,-151.752,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,6,1038.77,-761.698,-152.658,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,7,1026.31,-767.8,-156.649,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,8,1039.64,-791.052,-150.989,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,9,1026.31,-767.8,-156.649,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,10,1039.64,-791.052,-150.989,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,11,1051.31,-799.69,-151.971,0,0,0,0,0,0,0,0,0,0,0,0), - (56853,12,1040.76,-815.112,-152.166,0,0,0,0,0,0,0,0,0,0,0,0), + (42608,7,1464.19,822.784,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,6,1476.33,827.286,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,10,1040.76,-815.112,-152.166,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,9,1051.31,-799.69,-151.971,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,8,1039.64,-791.052,-150.989,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,7,1026.31,-767.8,-156.649,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,6,1038.77,-761.698,-152.658,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,5,1064.63,-748.941,-151.752,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,4,1038.77,-761.698,-152.658,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,3,1026.31,-767.8,-156.649,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,2,1039.67,-791.097,-151.01,0,0,0,0,0,0,0,0,0,100,0,0), + (56853,1,1051.31,-799.69,-151.971,0,0,0,0,0,0,0,0,0,100,0,0), (56854,1,831.386,-627.893,-203.149,0,0,0,0,0,0,0,0,0,0,0,0), (56854,2,856.456,-617.906,-202.157,0,0,0,0,0,0,0,0,0,0,0,0), (56854,3,899.612,-613.543,-202.238,0,0,0,0,0,0,0,0,0,0,0,0), @@ -368898,17 +369575,17 @@ VALUES (56855,6,706.807,-515.222,-215.46,0,0,0,0,0,0,0,0,0,0,0,0), (56855,7,695.798,-526.238,-214.307,0,0,0,0,0,0,0,0,0,0,0,0), (56855,8,671.732,-532.863,-210.532,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,1,694.382,-643.128,-209.786,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,2,691.994,-667.745,-209.655,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,3,712.624,-699.469,-209.726,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,4,696.889,-727.38,-209.428,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,5,672.705,-770.889,-209.07,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,6,696.889,-727.38,-209.428,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,7,712.624,-699.469,-209.726,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,8,691.994,-667.745,-209.655,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,9,694.382,-643.128,-209.786,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,10,694.382,-643.128,-209.786,0,0,0,0,0,0,0,0,0,0,0,0), - (56856,11,706.599,-608.756,-209.786,0,0,0,0,0,0,0,0,0,0,0,0), + (42608,5,1484.47,831.242,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,10,706.599,-608.756,-209.786,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,9,694.382,-643.128,-209.786,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,8,691.994,-667.745,-209.655,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,7,712.624,-699.469,-209.726,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,6,672.705,-770.889,-209.07,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,5,696.889,-727.38,-209.428,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,4,672.705,-770.889,-209.07,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,3,712.624,-699.469,-209.726,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,2,691.994,-667.745,-209.655,0,0,0,0,0,0,0,0,0,100,0,0), + (56856,1,694.382,-643.128,-209.786,0,0,0,0,0,0,0,0,0,100,0,0), (56857,1,723.831,-518.31,-217.61,0,0,0,0,0,0,0,0,0,0,0,0), (56857,2,706.713,-535.847,-216.719,0,0,0,0,0,0,0,0,0,0,0,0), (56857,3,685.786,-543.645,-211.2,0,0,0,0,0,0,0,0,0,0,0,0), @@ -368964,7 +369641,10 @@ VALUES (56860,3,580.753,-839.172,-206.023,0,0,0,0,0,0,0,0,0,0,0,0), (56860,4,606.391,-839.914,-207.404,0,0,0,0,0,0,0,0,0,0,0,0), (56860,5,640.346,-838.716,-208.401,0,0,0,0,0,0,0,0,0,0,0,0), - (56860,6,606.391,-839.914,-207.404,0,0,0,0,0,0,0,0,0,0,0,0), + (56860,6,606.391,-839.914,-207.404,0,0,0,0,0,0,0,0,0,0,0,0); + +INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +VALUES (56860,7,580.753,-839.172,-206.023,0,0,0,0,0,0,0,0,0,0,0,0), (56860,8,571.174,-823.573,-206.936,0,0,0,0,0,0,0,0,0,0,0,0), (56860,9,568.275,-805.672,-206.751,0,0,0,0,0,0,0,0,0,0,0,0), @@ -368973,10 +369653,7 @@ VALUES (56861,2,837.512,-1001.87,-203.928,0,0,0,0,0,0,0,0,0,0,0,0), (56861,3,875.271,-1009.17,-195.795,0,0,0,0,0,0,0,0,0,0,0,0), (56861,4,884.141,-1024.13,-192.933,0,0,0,0,0,0,0,0,0,0,0,0), - (56861,5,875.271,-1009.17,-195.795,0,0,0,0,0,0,0,0,0,0,0,0); - -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) -VALUES + (56861,5,875.271,-1009.17,-195.795,0,0,0,0,0,0,0,0,0,0,0,0), (56861,6,837.512,-1001.87,-203.928,0,0,0,0,0,0,0,0,0,0,0,0), (56861,7,820.138,-991.096,-207.135,0,0,0,0,0,0,0,0,0,0,0,0), (56861,8,815.059,-979.847,-208.618,0,0,0,0,0,0,0,0,0,0,0,0), @@ -370791,20 +371468,20 @@ VALUES (81456,2,1739.69,827.685,9.0024,0,0,0,0,0,0,0,0,0,0,0,0), (81456,3,1700.28,805.852,8.8768,0,0,0,0,0,0,0,0,0,0,0,0), (81456,4,1739.69,827.685,9.0024,0,0,0,0,0,0,0,0,0,0,0,0), - (81457,1,1766.6,856.168,8.8768,0,0,0,0,0,0,0,0,0,0,0,0), - (81457,2,1742.26,832.016,8.8774,0,0,0,0,0,0,0,0,0,0,0,0), - (81457,3,1708.53,813.794,8.877,0,0,0,0,0,0,0,0,0,0,0,0), - (81457,4,1742.26,832.016,8.8774,0,0,0,0,0,0,0,0,0,0,0,0), + (81457,4,1743.79,832.007,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,3,1728.19,823.084,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,2,1714.17,814.755,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,1,1701.45,808.455,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), (81463,1,1778.01,859.671,8.87682,0,0,0,0,0,0,0,0,0,0,0,0), (81463,2,1813.75,845.876,8.87692,0,0,0,0,0,0,0,0,0,0,0,0), (81463,3,1822.83,885.402,8.87689,0,0,0,0,0,0,0,0,0,0,0,0), (81463,4,1787.43,889.226,8.90576,0,0,0,0,0,0,0,0,0,0,0,0), - (81526,1,1879.2,1110.64,8.95783,0,0,0,0,0,0,0,0,0,0,0,0), - (81526,2,1852.35,1058.66,8.87683,0,0,0,0,0,0,0,0,0,0,0,0), - (81526,3,1869.27,1028.68,8.87711,0,0,0,0,0,0,0,0,0,0,0,0), - (81526,4,1852.35,1058.66,8.87683,0,0,0,0,0,0,0,0,0,0,0,0), - (81528,1,1819.37,1116.38,28.7914,0,0,0,0,0,0,0,0,0,0,0,0), - (81528,2,1785.23,1084.85,40.9355,0,0,0,0,0,0,0,0,0,0,0,0), + (81505,4,1844.07,947.634,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,3,1837.67,936.405,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,2,1829.39,923.992,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,1,1822.72,914.188,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,2,1777.43,1076.22,43.6668,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,1,1770.12,1069.07,45.402,0,0,0,0,0,0,0,0,0,100,0,0), (81529,1,1828.67,1121,25.7493,0,0,0,0,0,0,0,0,0,0,0,0), (81529,2,1805.36,1100.47,34.1235,0,0,0,0,0,0,0,0,0,0,0,0), (81529,3,1780.72,1077.7,43.0407,0,0,0,0,0,0,0,0,0,0,0,0), @@ -370813,10 +371490,10 @@ VALUES (81541,2,1784.07,1144.06,8.98784,0,0,0,0,0,0,0,0,0,0,0,0), (81541,3,1746.63,1146.4,9.13882,0,0,0,0,0,0,0,0,0,0,0,0), (81541,4,1784.07,1144.06,8.98784,0,0,0,0,0,0,0,0,0,0,0,0), - (81550,1,1757.16,1141.25,9.09823,0,0,0,0,0,0,0,0,0,0,0,0), - (81550,2,1719.77,1147.95,8.94794,0,0,0,0,0,0,0,0,0,0,0,0), - (81550,3,1699.93,1166.72,8.9309,0,0,0,0,0,0,0,0,0,0,0,0), - (81550,4,1719.77,1147.95,8.94794,0,0,0,0,0,0,0,0,0,0,0,0), + (81550,4,1737.04,1144.63,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,3,1727.11,1145.31,9.11063,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,2,1720.23,1150.12,9.11063,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,1,1712.96,1155.77,9.11063,0,0,0,0,0,0,0,0,0,100,0,0), (81577,1,1626.51,1136.02,8.87709,0,0,0,0,0,0,0,0,0,0,0,0), (81577,2,1591.89,1098.49,8.87709,0,0,0,0,0,0,0,0,0,0,0,0), (84028,1,-8824.65,677.359,97.6724,1000,0,0,0,0,0,0,0,0,0.475434,0,0), @@ -371641,36 +372318,36 @@ VALUES (87446,4,2145.03,1848.63,49.5718,0,0,0,0,0,0,0,0,0,0,0,0), (87486,1,1994.4,1976.44,63.292,0,0,0,0,0,0,0,0,0,0,0,0), (87486,2,2017.38,2002.92,61.6866,0,0,0,0,0,0,0,0,0,0,0,0), - (87734,10,-8311.38,2097.5,118.862,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,11,-8302.85,2107.91,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,12,-8292.68,2108.07,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,13,-8289.84,2100.81,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,14,-8297.13,2093.87,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,15,-8310.04,2094.4,118.796,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,16,-8315.77,2092.71,122.294,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,17,-8322.37,2089.84,125.615,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,18,-8328.96,2085.23,125.633,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,19,-8326.16,2076.21,126.811,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,20,-8321.34,2065.85,133.032,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,21,-8325.95,2055.94,133.055,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,22,-8332.79,2047.07,133.123,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,23,-8338.97,2041.95,136.526,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,24,-8347.22,2036.59,142.472,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,25,-8357.45,2041.96,144.822,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,26,-8368.56,2053.3,144.849,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,27,-8378.51,2073.5,144.801,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,1,-8282.95,2093.24,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,2,-8273.95,2106.07,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,3,-8277.97,2116.79,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,4,-8292.52,2119.1,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,5,-8307.77,2141.7,118.366,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,6,-8292.52,2119.1,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,7,-8277.97,2116.79,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,8,-8273.95,2106.07,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,9,-8282.95,2093.24,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (87736,10,-8277.3,2070.66,118.3,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,1,-8242.23,2125.75,127.535,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,2,-8234.38,2128.12,130.8,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,18,-8328.96,2085.23,125.633,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,17,-8322.37,2089.84,125.615,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,16,-8315.77,2092.71,122.294,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,15,-8310.04,2094.4,118.796,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,14,-8297.13,2093.87,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,13,-8289.84,2100.81,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,12,-8256.74,2124.26,120.296,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,11,-8242.23,2125.75,127.535,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,10,-8277.3,2070.66,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,9,-8282.95,2093.24,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,8,-8273.95,2106.07,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,7,-8277.97,2116.79,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,6,-8292.52,2119.1,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,5,-8307.77,2141.7,118.366,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,4,-8292.52,2119.1,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,3,-8277.97,2116.79,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,2,-8273.95,2106.07,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87734,1,-8282.95,2093.24,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,10,-8233.33,2128.12,131.175,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,9,-8202.72,2136.73,129.335,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,8,-8185.17,2123.69,129.196,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,7,-8181.45,2105.02,129.196,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,6,-8191.38,2086.59,129.196,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,5,-8181.45,2105.02,129.196,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,4,-8185.17,2123.69,129.196,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,3,-8202.72,2136.73,129.335,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,2,-8234.38,2128.12,130.8,0,0,0,0,0,0,0,0,0,100,0,0), + (87736,1,-8242.23,2125.75,127.535,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,12,-8292.68,2108.07,118.3,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,11,-8302.85,2107.91,118.3,0,0,0,0,0,0,0,0,0,100,0,0), (87901,1,-7955.62,1322.46,-90.46,0,0,0,0,0,0,0,0,0,4.38823,0,0), (87901,2,-7973.68,1279.11,-73.0509,0,0,0,0,0,0,0,0,0,3.51644,0,0), (87901,3,-8013.56,1259.14,-79.3275,0,0,0,0,0,0,0,0,0,3.71279,0,0), @@ -371830,16 +372507,16 @@ VALUES (88058,4,-9157.08,1733.25,-41.3334,0,0,0,0,0,0,0,0,0,0.834009,0,0), (88058,5,-9176.93,1701,-48.7567,0,0,0,0,0,0,0,0,0,1.09712,0,0), (88058,6,-9187.3,1674.44,-59.7762,0,0,0,0,0,0,0,0,0,1.21855,0,0), - (88074,3,-8202.72,2136.73,129.335,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,12,-8256.74,2124.26,120.296,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,11,-8242.23,2125.75,127.535,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,10,-8233.33,2128.12,131.175,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,8,-8185.17,2123.69,129.196,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,9,-8202.72,2136.73,129.335,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,7,-8181.45,2105.02,129.196,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,6,-8191.38,2086.59,129.196,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,5,-8181.45,2105.02,129.196,0,0,0,0,0,0,0,0,0,100,0,0), - (88074,4,-8185.17,2123.69,129.196,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,10,-8311.38,2097.5,118.862,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,1,-8383.19,2096.75,144.826,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,2,-8379.47,2113.17,143.654,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,3,-8368.37,2117.77,136.244,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,5,-8342.34,2116.06,133.091,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,4,-8356.4,2116.52,133.101,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,6,-8338.46,2108.83,132.695,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,7,-8331.44,2092.25,125.627,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,8,-8323.72,2093.62,125.604,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,9,-8316.98,2095.26,122.407,0,0,0,0,0,0,0,0,0,100,0,0), (88094,10,2728.6,-3490.62,262.12,0,0,0,0,0,0,0,0,0,100,0,0), (88094,2,2809.43,-3490.46,285.965,0,0,0,0,0,0,0,0,0,100,0,0), (88094,3,2836.62,-3489.82,297.863,0,0,0,0,0,0,0,0,0,100,0,0), @@ -373199,7 +373876,10 @@ VALUES (90445,39,-9005.63,953.796,110.287,0,362710,0,0,0,0,0,0,0,1.14652,0,0), (90445,40,-8989.52,959.707,114.775,0,0,0,0,0,0,0,0,0,0.351696,0,0), (90445,41,-8975.89,959.491,116.712,0,0,0,0,0,0,0,0,0,6.26731,0,0), - (90445,42,-8952.37,951.436,117.02,0,0,0,0,0,0,0,0,0,5.95316,0,0), + (90445,42,-8952.37,951.436,117.02,0,0,0,0,0,0,0,0,0,5.95316,0,0); + +INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +VALUES (90445,43,-8939.33,949.156,117.145,0,362711,0,0,0,0,0,0,0,6.11024,0,0), (90445,44,-8925.34,949.682,117.305,0,0,0,0,0,0,0,0,0,0.037536,0,0), (90445,45,-8916.03,941.926,117.103,0,0,0,0,0,0,0,0,0,5.58873,0,0), @@ -373208,10 +373888,7 @@ VALUES (90445,48,-8889.01,887.939,102.653,0,0,0,0,0,0,0,0,0,4.69338,0,0), (90445,49,-8900,860.946,96.2711,0,0,0,0,0,0,0,0,0,4.32581,0,0), (90445,50,-8906.67,851.144,96.2159,0,0,0,0,0,0,0,0,0,4.11532,0,0), - (90445,51,-8910.29,850.054,96.3303,0,0,0,0,0,0,0,0,0,3.4336,0,0); - -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) -VALUES + (90445,51,-8910.29,850.054,96.3303,0,0,0,0,0,0,0,0,0,3.4336,0,0), (90445,52,-8932.71,859.26,101.04,0,362713,0,0,0,0,0,0,0,2.75187,0,0), (90445,53,-8950.33,862.454,104.588,0,0,0,0,0,0,0,0,0,2.96236,0,0), (90445,54,-8974.64,855.231,105.853,0,0,0,0,0,0,0,0,0,3.43045,0,0), @@ -377676,7 +378353,10 @@ VALUES (100027,10,-8163.23,1681.51,-33.7126,0,0,0,0,0,0,0,0,0,3.62734,0,0), (100027,9,-8182.76,1671.98,-31.5778,0,0,0,0,0,0,0,0,0,3.59593,0,0), (100027,8,-8163.23,1681.51,-33.7126,0,0,0,0,0,0,0,0,0,3.62734,0,0), - (100027,7,-8145.84,1658.82,-38.8055,0,0,0,0,0,0,0,0,0,2.30394,0,0), + (100027,7,-8145.84,1658.82,-38.8055,0,0,0,0,0,0,0,0,0,2.30394,0,0); + +INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +VALUES (100027,6,-8111.43,1649.58,-48.601,0,0,0,0,0,0,0,0,0,2.73591,0,0), (100027,5,-8073.69,1670.33,-51.7955,0,0,0,0,0,0,0,0,0,3.67053,0,0), (100027,4,-8006.94,1617.3,-56.8,0,0,0,0,0,0,0,0,0,2.39819,0,0), @@ -377685,10 +378365,7 @@ VALUES (100027,1,-8028.24,1537.08,-68.551,0,0,0,0,0,0,0,0,0,1.25151,0,0), (100028,1,-8178.91,1626.81,-38.5993,0,0,0,0,0,0,0,0,0,6.27461,0,0), (100028,2,-8156.86,1628.61,-41.7348,0,0,0,0,0,0,0,0,0,6.01151,0,0), - (100028,3,-8131.6,1618.59,-46.6591,0,0,0,0,0,0,0,0,0,0.108737,0,0); - -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) -VALUES + (100028,3,-8131.6,1618.59,-46.6591,0,0,0,0,0,0,0,0,0,0.108737,0,0), (100028,4,-8090.31,1623.18,-55.5087,0,0,0,0,0,0,0,0,0,5.67721,0,0), (100028,5,-8037.92,1573.26,-64.0358,0,0,0,0,0,0,0,0,0,5.53585,0,0), (100028,6,-8023.39,1551.75,-67.0691,0,0,0,0,0,0,0,0,0,5.0921,0,0), @@ -379608,10 +380285,10 @@ VALUES (160063,14,66.7489,-344.389,60.702,0,0,0,0,0,0,0,0,0,0,0,0), (160063,15,94.7288,-344.11,60.702,0,0,0,0,0,0,0,0,0,0,0,0), (160063,33,83.9848,-287.04,60.643,0,0,0,0,0,0,0,0,0,0,0,0), - (160108,1,102.492,-284.08,106.436,0,0,0,0,0,0,0,0,0,0,0,0), - (160108,2,103.388,-312.501,106.436,0,0,0,0,0,0,0,0,0,0,0,0), - (160108,3,102.492,-284.08,106.436,0,0,0,0,0,0,0,0,0,0,0,0), - (160108,4,102.111,-255.036,106.436,0,0,0,0,0,0,0,0,0,0,0,0), + (160108,4,102.111,-255.036,106.436,0,0,0,0,0,0,0,0,0,100,0,0), + (160108,3,102.492,-284.08,106.436,0,0,0,0,0,0,0,0,0,100,0,0), + (160108,2,103.388,-312.501,106.436,0,0,0,0,0,0,0,0,0,100,0,0), + (160108,1,102.492,-284.08,106.436,0,0,0,0,0,0,0,0,0,100,0,0), (160113,1,137.036,-318.309,70.9563,0,0,0,0,0,0,0,0,0,0,0,0), (160113,13,206.769,-288.047,76.9327,0,0,0,0,0,0,0,0,0,0,0,0), (160113,14,206.049,-300.881,76.9044,0,0,0,0,0,0,0,0,0,0,0,0), @@ -379634,36 +380311,36 @@ VALUES (160113,9,190,-295.833,76.9324,0,0,0,0,0,0,0,0,0,0,0,0), (160113,10,192.748,-284.944,76.9366,0,0,0,0,0,0,0,0,0,0,0,0), (160113,22,141.415,-328.32,70.9563,0,0,0,0,0,0,0,0,0,0,0,0), - (160124,1,151.483,-266.668,110.941,0,0,0,0,0,0,0,0,0,0,0,0), - (160124,2,151.43,-299.848,110.655,0,0,0,0,0,0,0,0,0,0,0,0), - (160124,3,151.826,-337.478,110.948,0,0,0,0,0,0,0,0,0,0,0,0), - (160124,4,151.43,-299.848,110.655,0,0,0,0,0,0,0,0,0,0,0,0), - (160127,1,164.673,-366.137,116.844,0,0,0,0,0,0,0,0,0,0,0,0), - (160127,2,159.69,-366.065,116.844,0,0,0,0,0,0,0,0,0,0,0,0), - (160127,3,134.314,-365.853,116.844,0,0,0,0,0,0,0,0,0,0,0,0), - (160127,4,113.681,-366.227,116.844,0,0,0,0,0,0,0,0,0,0,0,0), - (160127,5,134.314,-365.853,116.844,0,0,0,0,0,0,0,0,0,0,0,0), - (160127,6,159.69,-366.065,116.844,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,1,156.734,-340.574,110.949,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,2,161.285,-330.085,110.941,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,3,164.349,-321.437,110.935,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,4,164.066,-307.895,110.926,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,5,161.931,-295.254,110.937,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,6,161.54,-286.843,110.94,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,7,161.626,-276.16,110.942,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,8,162.619,-260.48,110.922,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,9,160.883,-251.074,110.911,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,10,153.333,-254.239,110.841,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,11,147.933,-256.874,110.85,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,12,144.41,-258.089,110.852,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,13,142.226,-262.721,110.888,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,14,139.325,-272.981,110.928,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,15,139.064,-292.411,110.964,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,16,138.366,-304.562,110.976,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,17,140.202,-318.19,110.956,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,18,141.56,-328.348,110.948,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,19,145.867,-339.175,110.95,0,0,0,0,0,0,0,0,0,0,0,0), - (160129,20,151.986,-343.381,110.952,0,0,0,0,0,0,0,0,0,0,0,0), + (160124,4,151.826,-337.478,110.951,0,0,0,0,0,0,0,0,0,100,0,0), + (160124,3,151.43,-299.848,110.655,0,0,0,0,0,0,0,0,0,100,0,0), + (160124,2,151.483,-266.604,110.941,0,0,0,0,0,0,0,0,0,100,0,0), + (160124,1,151.43,-299.848,110.655,0,0,0,0,0,0,0,0,0,100,0,0), + (590040,1,-4056.62,-1257.13,146.314,0,0,0,0,0,0,0,0,0,0,0,0), + (590015,5,-1821.43,-4200.03,3.37323,5000,0,0,0,0,0,0,0,0,100,0,0), + (590015,4,-1827.66,-4188.65,3.6245,0,0,0,0,0,0,0,0,0,100,0,0), + (590015,3,-1843.77,-4176.64,5.19335,0,0,0,0,0,0,0,0,0,100,0,0), + (590015,2,-1849.24,-4170.83,6.40288,0,0,0,0,0,0,0,0,0,100,0,0), + (590015,1,-1851.5,-4161.39,8.0422,5000,0,0,0,0,0,0,0,0,100,0,0), + (160129,20,144.41,-258.089,110.852,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,19,147.933,-256.874,110.85,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,18,153.333,-254.239,110.841,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,17,160.883,-251.074,110.904,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,16,162.619,-260.48,110.922,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,15,161.626,-276.16,110.942,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,14,161.54,-286.843,110.938,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,13,161.931,-295.254,110.934,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,12,164.066,-307.895,110.926,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,11,164.349,-321.437,110.938,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,10,161.285,-330.085,110.946,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,9,156.734,-340.574,110.951,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,8,151.986,-343.381,110.954,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,7,145.867,-339.175,110.953,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,6,141.56,-328.348,110.953,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,5,140.202,-318.19,110.956,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,4,138.366,-304.562,110.976,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,3,139.064,-292.411,110.965,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,2,139.325,-272.981,110.948,0,0,0,0,0,0,0,0,0,100,0,0), + (160129,1,142.226,-262.721,110.888,0,0,0,0,0,0,0,0,0,100,0,0), (160223,1,41.0048,-479.188,110.932,0,0,0,0,0,0,0,0,0,0,0,0), (160223,2,40.6946,-470.055,110.934,0,0,0,0,0,0,0,0,0,0,0,0), (160223,3,28.987,-457.701,110.958,0,0,0,0,0,0,0,0,0,0,0,0), @@ -381071,15 +381748,15 @@ VALUES (88721,24,3110.06,-3189.07,293.965,0,0,0,0,0,0,0,0,0,100,0,0), (88721,25,3103.86,-3199.29,293.925,0,0,0,0,0,0,0,0,0,100,0,0), (88721,26,3102.4,-3208.72,294.063,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,9,-8316.98,2095.26,122.407,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,8,-8323.72,2093.62,125.604,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,7,-8331.44,2092.25,125.627,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,5,-8342.34,2116.06,133.091,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,6,-8338.46,2108.83,132.695,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,4,-8356.4,2116.52,133.101,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,3,-8368.37,2117.77,136.244,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,2,-8379.47,2113.17,143.654,0,0,0,0,0,0,0,0,0,100,0,0), - (87734,1,-8383.19,2096.75,144.826,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,19,-8326.16,2076.21,126.811,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,20,-8321.34,2065.85,133.032,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,21,-8325.95,2055.94,133.055,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,23,-8338.97,2041.95,136.526,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,22,-8332.79,2047.07,133.123,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,24,-8347.22,2036.59,142.472,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,25,-8357.45,2041.96,144.822,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,26,-8368.56,2053.3,144.849,0,0,0,0,0,0,0,0,0,100,0,0), + (88074,27,-8378.51,2073.5,144.801,0,0,0,0,0,0,0,0,0,100,0,0), (12998,1,-230.719,-5125.15,42.4774,0,0,0,0,0,0,0,0,0,4.84967,0,0), (12998,2,-230.686,-5131.19,45.7119,0,0,0,0,0,0,0,0,0,4.94392,0,0), (12998,3,-229.064,-5132.69,45.8029,0,0,0,0,0,0,0,0,0,0.112142,0,0), @@ -381984,7 +382661,10 @@ VALUES (54079,1,3683.18,-3176.32,126.596,45000,5407901,0,0,0,0,0,0,0,4.60767,0,0), (54056,1,3680.72,-3148.38,127.405,45000,5405601,0,0,0,0,0,0,0,3.85718,0,0), (54085,1,3619.83,-3095.3,134.121,0,0,0,0,0,0,0,0,0,100,0,0), - (54085,2,3605.35,-3105.17,134.121,0,0,0,0,0,0,0,0,0,100,0,0), + (54085,2,3605.35,-3105.17,134.121,0,0,0,0,0,0,0,0,0,100,0,0); + +INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +VALUES (54085,3,3598.21,-3094.81,135.657,0,0,0,0,0,0,0,0,0,100,0,0), (54085,4,3576.91,-3064.01,135.664,0,0,0,0,0,0,0,0,0,100,0,0), (54085,5,3571.87,-3056.73,134.997,0,0,0,0,0,0,0,0,0,100,0,0), @@ -381995,10 +382675,7 @@ VALUES (54205,1,3547.85,-2986.62,125.001,0,0,0,0,0,0,0,0,0,100,0,0), (54205,2,3567.81,-2973,125.001,0,0,0,0,0,0,0,0,0,100,0,0), (54205,3,3582.93,-2993.89,125,0,0,0,0,0,0,0,0,0,100,0,0), - (54205,4,3545.56,-3020,125.001,0,0,0,0,0,0,0,0,0,100,0,0); - -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) -VALUES + (54205,4,3545.56,-3020,125.001,0,0,0,0,0,0,0,0,0,100,0,0), (54205,5,3565.22,-3048.11,135.667,0,0,0,0,0,0,0,0,0,100,0,0), (54205,6,3546.51,-3020.91,125.001,0,0,0,0,0,0,0,0,0,100,0,0), (54205,7,3582.83,-2994.27,125,0,0,0,0,0,0,0,0,0,100,0,0), @@ -382256,7 +382933,2058 @@ VALUES (43559,9,-47.7583,-472.839,16.3333,0,0,0,0,0,0,0,0,0,100,0,0), (43559,10,-40.3668,-493.487,16.1866,0,0,0,0,0,0,0,0,0,100,0,0), (43559,11,-39.5765,-509.575,5.85662,30000,0,0,0,0,0,0,0,0,4.75364,0,0), - (43559,12,-39.5975,-523.89,4.99262,0,0,0,0,0,0,0,0,0,1.54599,0,0); + (43559,12,-39.5975,-523.89,4.99262,0,0,0,0,0,0,0,0,0,1.54599,0,0), + (3345,1,-225.614,-4284.88,65.0956,0,0,0,0,0,0,0,0,0,5.00395,0,0), + (3346,1,-334.424,-4439.34,54.6275,0,0,0,0,0,0,0,0,0,4.45416,0,0), + (3347,1,-229.428,-4449.48,63.3728,0,0,0,0,0,0,0,0,0,0.016658,0,0), + (3348,1,-510.965,-4372.57,45.6692,0,0,0,0,0,0,0,0,0,0.480042,0,0), + (6523,1,-320.191,-4122.77,51.3316,0,0,0,0,0,0,0,0,0,1.09659,0,0), + (6524,1,-634.882,-4480.31,46.2619,0,0,0,0,0,0,0,0,0,4.71333,0,0), + (6525,1,-757.896,-4324.19,45.1184,0,0,0,0,0,0,0,0,0,4.3012,0,0), + (6526,1,-375.545,-4018.32,50.3465,0,0,0,0,0,0,0,0,0,2.86373,0,0), + (6527,1,-754.196,-4141.18,39.4156,0,0,0,0,0,0,0,0,0,1.54425,0,0), + (7372,1,-213.599,-4220.75,62.2392,0,0,0,0,0,0,0,0,0,1.93932,0,0), + (7373,1,-775.806,-4196.64,44.5941,0,0,0,0,0,0,0,0,0,2.26289,0,0), + (7374,1,-622.255,-4348.61,41.0623,0,0,0,0,0,0,0,0,0,4.83115,0,0), + (7375,1,-265.354,-4145.13,55.767,0,0,0,0,0,0,0,0,0,5.78542,0,0), + (7376,1,-498.072,-4455.45,51.0777,0,0,0,0,0,0,0,0,0,3.27999,0,0), + (40515,1,134.314,-365.853,116.84,0,0,0,0,0,0,0,0,0,100,0,0), + (40515,2,159.69,-366.065,116.842,0,0,0,0,0,0,0,0,0,100,0,0), + (40515,3,164.673,-366.137,116.842,0,0,0,0,0,0,0,0,0,100,0,0), + (40515,4,159.69,-366.065,116.842,0,0,0,0,0,0,0,0,0,100,0,0), + (40515,5,134.314,-365.853,116.84,0,0,0,0,0,0,0,0,0,100,0,0), + (40515,6,113.681,-366.227,116.848,0,0,0,0,0,0,0,0,0,100,0,0), + (590040,2,-4022.13,-1239.04,146.314,0,0,0,0,0,0,0,0,0,0,0,0), + (590040,3,-4027.52,-1197.61,146.314,0,0,0,0,0,0,0,0,0,0,0,0), + (590040,4,-4073.56,-1205.96,146.314,0,0,0,0,0,0,0,0,0,0,0,0), + (590040,5,-4074.82,-1234.27,146.481,0,0,0,0,0,0,0,0,0,0,0,0), + (590040,6,-4071.62,-1244.78,146.406,0,0,0,0,0,0,0,0,0,0,0,0), + (590040,7,-4073.64,-1253.11,146.433,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,1,-4032.54,-1410.32,156.721,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,2,-4074.89,-1407.43,166.031,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,3,-4121.2,-1392.13,186.617,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,4,-4139.65,-1392.91,194.53,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,5,-4160.59,-1400.4,197.085,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,6,-4139.07,-1393.15,194.301,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,7,-4120.76,-1392.22,186.412,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,8,-4074.23,-1407.58,165.77,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,9,-4032.55,-1410.22,156.712,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,10,-4020.63,-1397.18,153.371,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,11,-4017.04,-1356.28,148.046,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,12,-4009.14,-1314.06,146.624,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,13,-4018.54,-1285.38,146.625,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,14,-3993.26,-1242.82,146.911,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,15,-3994.51,-1185.12,154.931,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,16,-4020.88,-1159.39,157.864,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,17,-4044.1,-1151.67,160.279,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,18,-4067.39,-1109.54,166.369,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,19,-4087.61,-1099.67,168.504,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,20,-4128.91,-1098.02,168.917,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,21,-4136.27,-1079.66,168.917,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,22,-4128.58,-1098.3,168.916,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,23,-4086.78,-1099.88,168.434,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,24,-4066.85,-1110.06,166.183,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,25,-4043.64,-1151.81,160.212,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,26,-4020.62,-1159.42,157.841,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,27,-3994.12,-1185.26,154.956,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,28,-3992.99,-1243.2,146.901,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,29,-4018.42,-1285.85,146.623,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,30,-4008.84,-1314.12,146.627,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,31,-4016.71,-1356.63,148.065,0,0,0,0,0,0,0,0,0,0,0,0), + (590056,32,-4020.15,-1397.47,153.434,0,0,0,0,0,0,0,0,0,0,0,0), + (42608,8,1454.04,819.471,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,9,1440.21,815.253,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,10,1429.8,811.668,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,11,1420.04,810.466,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,12,1407.14,811.532,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,13,1397.13,813.365,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,14,1381.62,815.64,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,15,1366.66,818.203,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,16,1359.15,819.926,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,17,1349.99,821.522,9.11776,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,18,1337.75,823.225,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,19,1329.32,825.409,8.98967,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,20,1337.75,823.225,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,21,1349.99,821.522,9.11776,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,22,1359.15,819.926,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,23,1366.66,818.203,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,24,1381.62,815.64,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,25,1397.13,813.365,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,26,1407.14,811.532,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,27,1420.04,810.466,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,28,1429.8,811.668,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,29,1440.21,815.253,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,30,1454.04,819.471,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,31,1464.19,822.784,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,32,1476.33,827.286,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,33,1484.47,831.242,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,34,1493.69,834.344,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,35,1501.19,835.167,9.0084,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,36,1508.01,832.049,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,37,1513.71,828.24,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42608,38,1518.69,824.368,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,5,1430.5,811.337,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,6,1412.57,808.41,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,7,1393.56,814.384,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,8,1374.62,816.846,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,9,1342.21,821.619,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,10,1324.91,827.382,8.93816,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,11,1314.94,835.351,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,12,1300.35,833.466,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,13,1282.28,826.411,9.00221,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,14,1300.35,833.466,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,15,1314.94,835.351,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,16,1324.91,827.382,8.93816,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,17,1342.21,821.619,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,18,1374.62,816.846,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,19,1393.56,814.384,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,20,1412.57,808.41,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,21,1430.5,811.337,9.00176,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,22,1456.35,816.689,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,23,1477.49,807.631,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,24,1489.44,799.208,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,25,1505.71,804.678,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42602,26,1520.66,818.926,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,1,1621.3,974.72,9.0467,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,2,1633.31,955.815,8.9622,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,3,1647.86,936.49,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,4,1675.75,915.856,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,5,1688.84,903.39,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,6,1685.12,884.915,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,7,1688.84,903.39,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,8,1675.75,915.856,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,9,1647.86,936.49,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,10,1633.31,955.815,8.9622,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,11,1621.3,974.72,9.0467,0,0,0,0,0,0,0,0,0,100,0,0), + (45709,12,1616.01,986.63,9.80317,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,5,1544.87,834.351,8.9328,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,6,1521.53,829.35,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,7,1508.29,834.932,8.82579,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,8,1487.97,835.104,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,9,1471.38,826.195,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,10,1452.28,816.853,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,11,1471.38,826.195,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,12,1487.97,835.104,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,13,1508.29,834.932,8.82579,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,14,1521.53,829.35,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,15,1544.87,834.351,8.9328,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,16,1554.12,844.328,8.9328,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,17,1575.98,861.632,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,18,1589.68,875.036,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,19,1619.96,882.422,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42619,20,1636.83,887.656,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,5,1515.61,829.075,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,6,1511.88,810.73,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,7,1486.93,800.326,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,8,1467.69,814.731,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,9,1449.26,816.894,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,10,1467.69,814.731,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,11,1486.93,800.326,9.01582,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,12,1511.88,810.73,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,13,1515.61,829.075,8.92114,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,14,1535.82,831.555,8.90182,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,15,1570.76,854.049,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,16,1591.29,871.777,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,17,1607.71,876.732,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (42626,18,1632.14,887.131,9.01583,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,4,1702.21,911.766,9.10128,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,5,1695.94,915.612,10.8465,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,6,1690.24,917.683,11.773,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,7,1683.05,920.181,10.4317,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,8,1674.14,923.502,9.97639,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,9,1668.78,926.923,9.73616,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,10,1661.06,929.735,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,11,1655.09,926.185,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,12,1652.62,919.441,9.01996,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,13,1651.32,910.516,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,14,1647.61,904.756,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,15,1644.63,900.505,9.25178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,16,1643.35,893.331,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,17,1646.74,888.357,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,18,1652.91,885.495,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,19,1660.73,885.21,9.56123,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,20,1666.7,886.135,10.8276,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,21,1673.69,886.464,9.25179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,22,1681.51,881.307,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,23,1685.53,877.585,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,24,1690.96,874.267,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,25,1697.93,875.281,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,26,1701.02,884.576,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,27,1700.26,888.66,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,28,1697.66,894.039,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,29,1695.52,899.985,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,30,1691.48,905.171,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,31,1685.46,907.528,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,32,1676.94,912.287,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,33,1673.01,915.07,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,34,1663.23,918.297,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,35,1657.91,912.989,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,36,1655.03,905.348,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,37,1655.55,899.714,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,38,1659.62,894.964,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,39,1666.25,892.399,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,40,1671.17,893.198,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,41,1677.62,896.787,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,42,1682.1,897.174,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,43,1686.92,894.976,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,44,1691.19,891.914,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (44170,45,1698.88,886.521,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,1,1707.11,892.966,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,2,1707.18,899.435,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,3,1705.72,907.841,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,4,1702.21,911.766,9.10128,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,5,1695.94,915.612,10.8465,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,6,1690.24,917.683,11.773,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,7,1683.05,920.181,10.4317,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,8,1674.14,923.502,9.97639,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,9,1668.78,926.923,9.73616,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,10,1661.06,929.735,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,11,1655.09,926.185,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,12,1652.62,919.441,9.01996,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,13,1651.32,910.516,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,14,1647.61,904.756,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,15,1644.63,900.505,9.25178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,16,1643.35,893.331,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,17,1646.74,888.357,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,18,1652.91,885.495,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,19,1660.73,885.21,9.56123,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,20,1666.7,886.135,10.8276,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,21,1673.69,886.464,9.25179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,22,1681.51,881.307,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,23,1685.53,877.585,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,24,1690.96,874.267,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,25,1697.93,875.281,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,26,1701.02,884.576,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,27,1700.26,888.66,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,28,1697.66,894.039,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,29,1695.52,899.985,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,30,1691.48,905.171,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,31,1685.46,907.528,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,32,1676.94,912.287,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,33,1673.01,915.07,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,34,1663.23,918.297,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,35,1657.91,912.989,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,36,1655.03,905.348,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,37,1655.55,899.714,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,38,1659.62,894.964,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,39,1666.25,892.399,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,40,1671.17,893.198,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,41,1677.62,896.787,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,42,1682.1,897.174,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,43,1686.92,894.976,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,44,1691.19,891.914,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (155625,45,1698.88,886.521,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,5,1753.38,839.325,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,6,1766.25,853.455,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,7,1777.13,865.29,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,8,1766.25,853.455,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,9,1753.38,839.325,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,10,1743.79,832.007,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,11,1728.19,823.084,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,12,1714.17,814.755,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,13,1701.45,808.455,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81457,14,1691.16,805.706,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,1,1657.86,733.844,22.3907,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,2,1653.57,752.099,19.2011,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,3,1645.03,771.829,12.5001,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,4,1655.63,791.874,10.2166,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,5,1662.05,822.232,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,6,1676.13,841.706,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,7,1667.29,814.354,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,8,1683.15,804.08,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,9,1695.72,805.159,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,10,1728.77,824,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,11,1747.52,834.623,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,12,1767.04,855.048,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,13,1747.52,834.623,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,14,1728.77,824,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,15,1695.72,805.159,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,16,1683.15,804.08,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,17,1667.29,814.354,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,18,1676.13,841.706,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,19,1662.05,822.232,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,20,1655.63,791.874,10.2166,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,21,1645.03,771.829,12.5001,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,22,1653.57,752.099,19.2011,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,23,1657.86,733.844,22.3907,0,0,0,0,0,0,0,0,0,100,0,0), + (45710,24,1650.87,701.789,35.1798,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,1,1899.24,1214.72,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,2,1903.43,1197.44,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,3,1895.65,1173.6,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,4,1887.92,1155.68,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,5,1890.68,1129.74,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,6,1875.23,1107.65,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,7,1870.35,1090.96,9.00253,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,8,1853.59,1062.46,9.00168,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,9,1847.49,1044.62,9.00168,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,10,1853.72,1034.95,9.00168,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,11,1866.2,1028.3,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,12,1879.55,1016.07,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,13,1884.11,999.977,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,14,1879.55,1016.07,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,15,1866.2,1028.3,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,16,1853.72,1034.95,9.00168,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,17,1847.49,1044.62,9.00168,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,18,1853.59,1062.46,9.00168,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,19,1870.35,1090.96,9.00253,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,20,1875.23,1107.65,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,21,1890.68,1129.74,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,22,1887.92,1155.68,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,23,1895.65,1173.6,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,24,1903.43,1197.44,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,25,1899.24,1214.72,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81549,26,1915.15,1230.71,9.45266,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,5,1853.31,963.347,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,6,1858.71,971.43,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,7,1862.53,977.665,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,8,1874.02,984.365,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,9,1862.53,977.665,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,10,1858.71,971.43,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,11,1853.31,963.347,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,12,1844.07,947.634,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,13,1837.67,936.405,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,14,1829.39,923.992,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,15,1822.72,914.188,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81505,16,1820.13,908.081,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,1,1872.58,1166.41,9.72933,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,2,1870.81,1151.77,11.4838,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,3,1870.89,1145.76,11.7596,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,4,1867.51,1125.07,14.4422,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,5,1867.24,1112.47,9.25179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,6,1869.74,1103.03,9.31368,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,7,1877.92,1098.56,9.54538,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,8,1890.75,1102.74,12.903,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,9,1899.09,1108.78,13.4779,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,10,1898.97,1117.5,10.5553,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,11,1895.48,1129.37,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,12,1892.57,1140.23,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,13,1895.28,1145.35,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,14,1903.17,1153.16,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,15,1914.6,1152.97,9.94197,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,16,1920.64,1160.54,11.276,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,17,1919.67,1167.17,11.3226,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,18,1914.83,1173.54,9.62679,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,19,1908.97,1181.83,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,20,1902.11,1191.94,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,21,1901.11,1200.79,8.94961,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,22,1904.22,1211.32,8.94961,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,23,1909.53,1218.64,9.19961,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,24,1904.73,1222.62,9.07461,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,25,1892,1226.51,9.62679,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,26,1874.94,1220.5,9.19649,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,27,1863.89,1210.68,9.61605,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,28,1855.91,1198.56,9.00179,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,29,1843.42,1193.71,9.12679,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,30,1843.5,1178.02,9.20198,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,31,1854.53,1171.62,12.5968,0,0,0,0,0,0,0,0,0,100,0,0), + (81531,32,1869.62,1173.79,9.08516,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,1,1530.99,967.979,9.28181,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,2,1545.95,968.185,9.25178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,3,1564.99,990.023,10.1364,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,4,1574.78,993.126,9.38911,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,5,1568.83,1017.11,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,6,1566.59,1041.06,8.93418,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,7,1579.52,1065.01,9.00148,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,8,1582.1,1084.12,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,9,1593.92,1101.62,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,10,1603.23,1118.38,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,11,1628.35,1137.7,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,12,1639.03,1153.21,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,13,1630.11,1160.08,9.10517,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,14,1622.89,1159.08,9.54047,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,15,1630.11,1160.08,9.10517,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,16,1639.03,1153.21,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,17,1628.35,1137.7,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,18,1603.23,1118.38,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,19,1593.92,1101.62,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,20,1582.1,1084.12,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,21,1579.52,1065.01,9.00148,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,22,1566.59,1041.06,8.93418,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,23,1568.83,1017.11,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,24,1574.78,993.126,9.38911,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,25,1564.99,990.023,10.1364,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,26,1545.95,968.185,9.25178,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,27,1530.99,967.979,9.28181,0,0,0,0,0,0,0,0,0,100,0,0), + (81623,28,1517.93,988.597,9.16266,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,1,1585.96,1004.8,9.25178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,2,1583.85,1017.39,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,3,1569.84,1034.87,9.00148,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,4,1572.15,1045.97,9.00148,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,5,1579.43,1059.47,9.00148,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,6,1580.26,1072.15,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,7,1584.77,1084.64,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,8,1588.74,1094.64,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,9,1596.14,1107.49,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,10,1603.57,1113.88,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,11,1612.99,1117.49,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,12,1622.3,1120.82,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,13,1626.16,1130.65,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,14,1618.54,1136.95,9.21064,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,15,1610.93,1134.01,10.4184,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,16,1599.94,1125.86,12.1966,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,17,1595.73,1117.7,10.9123,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,18,1592.71,1107.05,9.22199,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,19,1588.39,1097.47,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,20,1583.76,1086.97,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,21,1577.51,1072.29,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,22,1572.3,1059.49,9.00148,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,23,1566.08,1048.11,8.93418,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,24,1561.13,1038.94,8.93418,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,25,1554.65,1029.21,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,26,1551.34,1018.45,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,27,1560.42,997.424,8.93659,0,0,0,0,0,0,0,0,0,100,0,0), + (81587,28,1566.5,985.94,10.8765,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,1,1676,1232.11,8.98723,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,2,1664.35,1222.66,8.91838,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,3,1651.89,1213.12,9.29338,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,4,1637.75,1203.76,8.91838,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,5,1629.4,1192.04,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,6,1623,1181.17,9.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,7,1625.71,1167.79,10.8098,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,8,1629.05,1156.65,9.07819,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,9,1635.81,1149.07,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,10,1643.26,1144.43,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,11,1654.9,1139.55,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,12,1661.44,1140.48,9.01312,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,13,1668.63,1147.17,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,14,1676.05,1157.09,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,15,1685.57,1169.38,8.98723,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,16,1692.32,1177.11,8.98723,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,17,1699.52,1182.58,8.98723,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,18,1706.19,1190.48,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,19,1716.25,1198.72,11.1268,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,20,1724.17,1206.94,12.4213,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,21,1727.98,1214.82,10.2376,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,22,1730.96,1231.73,9.64985,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,23,1731.49,1249.69,11.2438,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,24,1727.72,1263.77,12.1059,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,25,1716.33,1267.56,11.6169,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,26,1706.47,1261.58,10.7041,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,27,1716.33,1267.56,11.6169,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,28,1727.72,1263.77,12.1059,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,29,1731.49,1249.69,11.2438,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,30,1730.96,1231.73,9.64985,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,31,1727.98,1214.82,10.2376,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,32,1724.17,1206.94,12.4213,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,33,1716.56,1199.02,11.1268,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,34,1706.19,1190.48,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,35,1699.52,1182.58,8.98723,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,36,1692.32,1177.11,8.98723,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,37,1685.57,1169.38,8.98723,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,38,1676.05,1157.09,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,39,1668.63,1147.17,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,40,1661.44,1140.48,9.01312,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,41,1654.9,1139.55,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,42,1643.26,1144.43,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,43,1635.81,1149.07,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,44,1629.05,1156.65,9.07819,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,45,1625.71,1167.79,10.8098,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,46,1623,1181.17,9.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,47,1629.4,1192.04,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,48,1637.75,1203.76,8.91838,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,49,1651.89,1213.12,9.29338,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,50,1664.35,1222.66,8.91838,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,51,1676,1232.11,8.98723,0,0,0,0,0,0,0,0,0,100,0,0), + (81581,52,1687.26,1241.24,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,3,1784.35,1082.06,41.8261,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,4,1791.14,1089.28,39.0522,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,5,1799.25,1095.14,36.2298,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,6,1805.44,1101.68,33.9363,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,7,1812.24,1107.6,31.4563,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,8,1818.12,1112.85,29.3572,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,9,1824.66,1118.23,27.1654,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,10,1832.93,1124.7,24.2559,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,11,1840.23,1130.53,21.811,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,12,1832.93,1124.7,24.2559,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,13,1824.66,1118.23,27.1654,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,14,1818.12,1112.85,29.3572,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,15,1812.24,1107.6,31.4563,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,16,1805.51,1101.76,33.9644,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,17,1799.34,1095.21,36.2298,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,18,1791.24,1089.35,39.1048,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,19,1784.35,1082.06,41.8261,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,20,1777.43,1076.22,43.6668,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,21,1770.12,1069.07,45.402,0,0,0,0,0,0,0,0,0,100,0,0), + (81528,22,1762.29,1061.62,47.1633,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,5,1746.26,1143.72,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,6,1756.26,1142.69,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,7,1765.5,1143.26,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,8,1777.22,1143.98,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,9,1785.7,1143.89,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,10,1794.07,1147.77,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,11,1800.87,1154.84,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,12,1807.96,1161.4,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,13,1812.94,1168.62,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,14,1820.76,1175.9,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,15,1826.36,1181.47,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,16,1820.76,1175.9,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,17,1812.94,1168.62,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,18,1807.96,1161.4,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,19,1800.87,1154.84,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,20,1794.07,1147.77,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,21,1785.7,1143.89,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,22,1777.22,1143.98,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,23,1765.5,1143.26,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,24,1756.26,1142.69,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,25,1746.26,1143.72,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,26,1737.04,1144.63,9.11254,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,27,1727.11,1145.31,9.11063,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,28,1720.23,1150.12,9.11063,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,29,1712.96,1155.77,9.11063,0,0,0,0,0,0,0,0,0,100,0,0), + (81550,30,1702.15,1164.06,8.98563,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,1,1631.85,1158.54,8.99213,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,2,1625.49,1178.28,9.04963,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,3,1637.06,1203.99,8.95,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,4,1657.31,1229.1,9.85393,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,5,1687.11,1255.78,11.1268,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,6,1714.56,1240.18,9.51032,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,7,1717.73,1219.71,9.38947,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,8,1704.61,1187.38,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,9,1676.39,1157.05,9.00178,0,0,0,0,0,0,0,0,0,100,0,0), + (81598,10,1653.84,1135.56,8.99762,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,15,-6080.6,-3130.18,253.74,0,0,0,0,0,0,0,0,0,100,0,0), + (9230,16,-6076.07,-3130.61,254.185,0,0,0,0,0,0,0,0,0,100,0,0), + (7458,1,-6083.52,-3157.84,253.983,45000,0,0,0,0,0,0,0,0,100,0,0), + (7458,2,-6080.8,-3164.31,255.256,45000,0,0,0,0,0,0,0,0,100,0,0), + (7727,1,-6085.7,-3122.54,252.665,45000,0,0,0,0,0,0,0,0,6.26573,0,0), + (7727,2,-6088.09,-3128.18,253.233,0,0,0,0,0,0,0,0,0,100,0,0), + (7727,3,-6089.71,-3129.26,253.656,45000,0,0,0,0,0,0,0,0,100,0,0), + (7978,1,-6087.08,-3078.47,243.062,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,2,-6092.25,-3078.08,242,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,3,-6096.98,-3072.73,241.004,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,4,-6099.92,-3067.07,242.28,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,5,-6102.65,-3061.95,244.422,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,6,-6101.18,-3058.37,246.588,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,7,-6096.69,-3053.64,247.818,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,8,-6090.72,-3048.85,249.094,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,9,-6085.92,-3041.45,250.675,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,10,-6088.9,-3038.34,250.179,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,11,-6085.92,-3041.45,250.675,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,12,-6090.72,-3048.85,249.094,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,13,-6096.69,-3053.64,247.818,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,14,-6101.18,-3058.37,246.588,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,15,-6102.65,-3061.95,244.422,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,16,-6099.92,-3067.07,242.28,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,17,-6097.13,-3072.56,241.072,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,18,-6092.42,-3077.89,241.959,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,19,-6087.24,-3078.46,243.024,0,0,0,0,0,0,0,0,0,100,0,0), + (7978,20,-6083.17,-3075.36,243.921,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,3,-6149.53,-3071.44,226.486,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,4,-6152.11,-3068.48,226.113,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,5,-6154.74,-3063.19,225.002,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,6,-6155.24,-3055.54,224.84,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,7,-6154.36,-3048.77,224.491,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,8,-6150.64,-3042.61,224.529,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,9,-6144.75,-3037.45,224.996,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,10,-6137.22,-3033.51,223.743,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,11,-6144.75,-3037.45,224.996,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,12,-6150.64,-3042.61,224.529,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,13,-6154.36,-3048.77,224.491,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,14,-6155.24,-3055.54,224.84,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,15,-6154.85,-3062.72,224.862,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,16,-6152.16,-3068.39,226.126,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,17,-6149.53,-3071.44,226.486,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,18,-6146.38,-3077.72,225.765,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,19,-6144.04,-3081.53,225.98,0,0,0,0,0,0,0,0,0,100,0,0), + (7220,20,-6141.79,-3087.05,225.732,0,0,0,0,0,0,0,0,0,100,0,0), + (8027,1,-6085.95,-3041.82,234.014,45000,0,0,0,0,0,0,0,0,100,0,0), + (8027,2,-6077.66,-3044.59,234.629,45000,0,0,0,0,0,0,0,0,100,0,0), + (8030,1,-6116.64,-2996.32,223.415,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,2,-6110.24,-2991.87,224.162,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,3,-6103.82,-2988.72,224.971,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,4,-6097.71,-2987.33,225.972,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,5,-6093.99,-2988.97,227.092,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,6,-6089.26,-2991.95,228.129,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,7,-6085.41,-2996.22,229.32,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,8,-6081.33,-3001.79,229.932,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,9,-6077.95,-3006.21,230.333,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,10,-6077.17,-3010.12,231.207,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,11,-6079.63,-3014.09,231.877,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,12,-6083.68,-3017,231.499,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,13,-6079.63,-3014.09,231.877,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,14,-6077.17,-3010.12,231.207,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,15,-6077.95,-3006.21,230.333,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,16,-6081.33,-3001.79,229.932,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,17,-6085.41,-2996.22,229.32,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,18,-6089.26,-2991.95,228.129,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,19,-6093.99,-2988.97,227.092,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,20,-6097.71,-2987.33,225.972,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,21,-6103.82,-2988.72,224.971,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,22,-6109.97,-2991.74,224.247,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,23,-6116.64,-2996.32,223.415,0,0,0,0,0,0,0,0,0,100,0,0), + (8030,24,-6118.5,-3000.4,223.598,0,0,0,0,0,0,0,0,0,100,0,0), + (7736,1,-6116.14,-3006.02,223.452,45000,0,0,0,0,0,0,0,0,100,0,0), + (7736,2,-6123.77,-3009.48,221.833,45000,0,0,0,0,0,0,0,0,100,0,0), + (8032,1,-6108.28,-2940.55,207.813,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,2,-6102.05,-2943.81,205.938,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,3,-6101.15,-2949.62,204.517,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,4,-6100.52,-2958.04,204.424,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,5,-6101.87,-2964.92,204.564,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,6,-6102.05,-2969.87,205.952,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,7,-6099.53,-2974.47,207.204,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,8,-6101.38,-2972.23,206.925,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,9,-6103.05,-2967.23,205.413,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,10,-6105.71,-2959.34,204.063,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,11,-6109.39,-2957.83,203.983,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,12,-6119.81,-2957.62,204.15,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,13,-6123.53,-2959.29,204.797,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,14,-6125.83,-2962.11,205.227,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,15,-6127.53,-2971.23,206.227,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,16,-6127.09,-2976.75,207.923,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,17,-6125.5,-2978.68,208.184,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,18,-6121.42,-2974.09,207.743,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,19,-6122.79,-2975.42,208.147,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,20,-6125.62,-2979.18,208.263,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,21,-6127.38,-2976.7,207.936,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,22,-6128.81,-2972.14,206.409,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,23,-6129.14,-2963.72,205.326,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,24,-6134.42,-2961.99,205.379,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,25,-6141.19,-2959.96,206.895,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,26,-6148.1,-2958.6,208.574,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,27,-6151.9,-2964,209.905,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,28,-6155.45,-2967.93,210.37,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,29,-6151.27,-2964.13,209.811,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,30,-6148.17,-2960.91,208.742,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,31,-6145.24,-2957.41,207.673,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,32,-6138.35,-2955.45,206.26,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,33,-6133.3,-2954.77,205.383,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,34,-6133.33,-2950.36,205.537,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,35,-6129.84,-2944.94,206.825,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,36,-6128.54,-2941.95,208.212,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,37,-6131.5,-2937.53,208.483,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,38,-6129.83,-2940.62,208.258,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,39,-6131.11,-2944.51,206.919,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,40,-6131.09,-2949.11,205.669,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,41,-6127.62,-2952.11,205.445,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,42,-6123.32,-2955.45,205.061,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,43,-6119.65,-2955.99,204.266,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,44,-6111.17,-2955.7,203.906,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,45,-6107.26,-2954.04,204.098,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,46,-6104.1,-2949.56,204.576,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,47,-6102.69,-2944.58,205.826,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,48,-6103.22,-2941.04,207.104,0,0,0,0,0,0,0,0,0,100,0,0), + (8032,49,-6104.59,-2939.08,207.693,0,0,0,0,0,0,0,0,0,100,0,0), + (7224,1,-6154.46,-3053.13,224.826,0,0,0,0,0,0,0,0,0,100,0,0), + (7224,2,-6154.06,-3046.47,224.652,0,0,0,0,0,0,0,0,0,100,0,0), + (7224,3,-6155.4,-3043.88,224.422,45000,0,0,0,0,0,0,0,0,100,0,0), + (7224,4,-6155.82,-3055.49,224.807,0,0,0,0,0,0,0,0,0,100,0,0), + (7224,5,-6153.58,-3059.57,224.93,0,0,0,0,0,0,0,0,0,100,0,0), + (7224,6,-6151.7,-3060.31,225.245,45000,0,0,0,0,0,0,0,0,0.471239,0,0), + (52052,2,-175.64,-193.045,-66.8505,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,3,-170.34,-176.709,-64.1285,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,4,-160.805,-158.235,-57.7612,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,5,-140.204,-143.711,-53.7859,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,6,-126.145,-132.435,-51.3041,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,7,-140.204,-143.711,-53.7859,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,8,-160.805,-158.235,-57.7612,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,9,-170.34,-176.709,-64.1285,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,10,-175.64,-193.045,-66.8505,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,11,-165.346,-205.622,-66.3186,0,0,0,0,0,0,0,0,0,100,0,0), + (52052,12,-151.657,-212.512,-67.2987,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,1,-4443.69,-2928.71,22.0427,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,2,-4431.86,-2935.96,23.0429,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,3,-4420.25,-2937.77,23.9582,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,4,-4410.64,-2947.23,23.3691,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,5,-4412.81,-2957.9,24.5494,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,6,-4421.94,-2964.94,27.2013,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,7,-4421.42,-2977.89,27.7301,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,8,-4419.65,-2990.07,27.6651,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,9,-4411.86,-3004.7,27.9664,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,10,-4419.65,-2990.07,27.6651,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,11,-4421.42,-2977.89,27.7301,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,12,-4422.03,-2965.01,27.2251,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,13,-4412.81,-2957.9,24.5494,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,14,-4410.65,-2947.28,23.3773,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,15,-4420.25,-2937.77,23.9582,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,16,-4431.86,-2935.96,23.0429,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,17,-4443.69,-2928.71,22.0427,0,0,0,0,0,0,0,0,0,100,0,0), + (31616,18,-4448.12,-2915.05,20.4414,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,1,-4440.98,-2984.77,32.1806,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,2,-4433.1,-2993,32.7202,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,3,-4424.89,-2997.46,30.2892,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,4,-4417.07,-3005.56,28.2917,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,5,-4405.88,-3010.47,29.5727,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,6,-4395.95,-3004.02,29.8817,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,7,-4387.63,-2992.39,28.9284,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,8,-4372.42,-2981.46,28.473,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,9,-4387.63,-2992.39,28.9284,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,10,-4395.95,-3004.02,29.8817,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,11,-4405.88,-3010.47,29.5727,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,12,-4417.07,-3005.56,28.2917,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,13,-4424.89,-2997.46,30.2892,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,14,-4433.1,-2993,32.7202,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,15,-4440.96,-2984.78,32.2051,0,0,0,0,0,0,0,0,0,100,0,0), + (31626,16,-4459.08,-2975.04,30.5314,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,1,-4342.52,-2992.78,33.2834,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,2,-4351.71,-2985.17,29.9237,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,3,-4374.68,-2985.33,28.5631,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,4,-4387.83,-2992.03,28.9284,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,5,-4391.07,-2983.47,28.6524,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,6,-4380.02,-2973.53,25.0642,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,7,-4381.36,-2963.57,24.3845,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,8,-4387.65,-2957.17,24.2668,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,9,-4388.5,-2945.42,24.6453,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,10,-4394.58,-2933.04,23.8179,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,11,-4388.5,-2945.39,24.6674,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,12,-4387.65,-2957.17,24.2668,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,13,-4381.36,-2963.57,24.3845,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,14,-4380.02,-2973.53,25.0642,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,15,-4391.07,-2983.47,28.6524,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,16,-4387.83,-2992.03,28.9284,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,17,-4374.7,-2985.33,28.5524,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,18,-4351.71,-2985.17,29.9237,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,19,-4342.72,-2992.51,33.1604,0,0,0,0,0,0,0,0,0,100,0,0), + (31623,20,-4334.25,-3013.63,33.8786,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,1,-4542.86,-3661.89,38.3775,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,2,-4529.33,-3682.47,41.8236,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,3,-4507.1,-3701.94,34.6445,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,4,-4492.91,-3744.11,39.0942,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,5,-4506.29,-3771.54,33.3988,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,6,-4513.18,-3818.08,34.9087,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,7,-4515.07,-3843.38,33.1626,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,8,-4509.58,-3875.79,34.9506,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,9,-4498.03,-3895.05,38.2372,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,10,-4492.86,-3913.73,34.9711,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,11,-4504.03,-3935.98,36.728,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,12,-4508.42,-3971.49,35.8617,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,13,-4504.03,-3935.98,36.728,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,14,-4492.86,-3913.73,34.9711,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,15,-4498.03,-3895.05,38.2372,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,16,-4509.58,-3875.79,34.9506,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,17,-4515.07,-3843.38,33.1626,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,18,-4513.21,-3818.41,34.9522,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,19,-4506.29,-3771.54,33.3988,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,20,-4492.91,-3744.11,39.0942,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,21,-4507.1,-3701.94,34.6445,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,22,-4529.33,-3682.47,41.8236,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,23,-4542.86,-3661.89,38.3775,0,0,0,0,0,0,0,0,0,100,0,0), + (31364,24,-4535.86,-3626.1,35.5302,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,1,-4312.84,-3211.33,35.7107,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,2,-4304.42,-3232.49,34.3718,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,3,-4290.8,-3248.79,35.3176,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,4,-4300.31,-3255.19,37.2885,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,5,-4291.75,-3276.54,40.3378,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,6,-4271.08,-3296.76,36.859,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,7,-4280.55,-3335.25,37.5,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,8,-4292.08,-3347.1,34.3784,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,9,-4313.35,-3351.44,39.0903,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,10,-4321.77,-3363.53,39.6848,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,11,-4321.45,-3383.22,35.4473,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,12,-4333.06,-3410.78,40.6763,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,13,-4347.31,-3433.16,37.1316,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,14,-4352.95,-3465.46,37.8803,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,15,-4372.57,-3494.44,36.3676,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,16,-4390.75,-3523.12,37.095,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,17,-4390.29,-3545.45,39.1427,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,18,-4422.52,-3554.12,36.379,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,19,-4442.73,-3566.82,40.3937,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,20,-4468.71,-3547.22,39.1591,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,21,-4442.73,-3566.82,40.3937,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,22,-4422.52,-3554.12,36.379,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,23,-4390.29,-3545.45,39.1427,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,24,-4390.75,-3523.12,37.095,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,25,-4372.7,-3494.61,36.3222,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,26,-4352.95,-3465.46,37.8803,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,27,-4347.31,-3433.16,37.1316,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,28,-4333.06,-3410.78,40.6763,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,29,-4321.45,-3383.22,35.4473,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,30,-4321.77,-3363.53,39.6848,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,31,-4313.35,-3351.44,39.0903,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,32,-4292.08,-3347.1,34.3784,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,33,-4280.55,-3335.25,37.5,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,34,-4271.08,-3296.76,36.859,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,35,-4291.75,-3276.54,40.3378,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,36,-4300.31,-3255.19,37.2885,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,37,-4290.8,-3248.79,35.3176,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,38,-4304.42,-3232.49,34.3718,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,39,-4312.84,-3211.33,35.7107,0,0,0,0,0,0,0,0,0,100,0,0), + (31487,40,-4328.06,-3194.14,43.2404,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,1,-4421.56,-3210.34,34.7901,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,2,-4441.13,-3209.37,38.1195,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,3,-4460.44,-3232.71,39.4635,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,4,-4465.58,-3247.73,38.1196,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,5,-4455.18,-3260.29,36.9321,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,6,-4460.6,-3276.86,38.5715,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,7,-4476.07,-3294.59,37.9673,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,8,-4463.46,-3315.45,37.9619,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,9,-4456.66,-3336.11,35.3486,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,10,-4429.66,-3348.57,37.5194,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,11,-4417.56,-3377.45,39.1116,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,12,-4395.53,-3397.84,42.5397,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,13,-4365.21,-3386.38,36.7967,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,14,-4335.22,-3391.99,37.1688,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,15,-4316.18,-3412.17,41.9146,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,16,-4335.22,-3391.99,37.1688,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,17,-4365.21,-3386.38,36.7967,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,18,-4395.37,-3397.98,42.6081,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,19,-4417.56,-3377.45,39.1116,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,20,-4429.55,-3348.87,37.4569,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,21,-4456.66,-3336.11,35.3486,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,22,-4463.46,-3315.45,37.9619,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,23,-4476.07,-3294.59,37.9673,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,24,-4460.6,-3276.86,38.5715,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,25,-4455.18,-3260.29,36.9321,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,26,-4465.58,-3247.73,38.1196,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,27,-4460.44,-3232.71,39.4635,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,28,-4441.13,-3209.37,38.1195,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,29,-4421.56,-3210.34,34.7901,0,0,0,0,0,0,0,0,0,100,0,0), + (31338,30,-4403.31,-3205.53,37.135,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,1,-4435.13,-3567.07,38.122,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,2,-4462.69,-3549.37,40.7328,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,3,-4488.31,-3538.61,37.6784,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,4,-4503.73,-3501.16,32.9258,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,5,-4511.15,-3462.79,34.4663,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,6,-4546.67,-3431.72,34.5575,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,7,-4560.18,-3438.64,34.3184,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,8,-4577.21,-3425.88,41.2192,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,9,-4592.59,-3421.57,41.4868,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,10,-4597.64,-3399.19,41.8052,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,11,-4598.36,-3362.25,37.859,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,12,-4570.76,-3343.19,40.7957,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,13,-4559.99,-3330.91,40.6589,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,14,-4537.87,-3328.88,36.3672,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,15,-4523.09,-3341.81,38.9525,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,16,-4490.49,-3307.31,36.0029,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,17,-4471.7,-3284.3,37.4507,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,18,-4435.15,-3270.03,34.1438,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,19,-4471.48,-3284.2,37.3975,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,20,-4490.49,-3307.31,36.0029,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,21,-4523.09,-3341.81,38.9525,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,22,-4537.87,-3328.88,36.3672,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,23,-4559.99,-3330.91,40.6589,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,24,-4570.76,-3343.19,40.7957,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,25,-4598.36,-3362.25,37.859,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,26,-4597.64,-3399.19,41.8052,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,27,-4592.59,-3421.57,41.4868,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,28,-4577.21,-3425.88,41.2192,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,29,-4560.18,-3438.64,34.3184,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,30,-4546.67,-3431.72,34.5575,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,31,-4511.15,-3462.79,34.4663,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,32,-4503.73,-3501.16,32.9258,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,33,-4488.31,-3538.61,37.6784,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,34,-4462.69,-3549.37,40.7328,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,35,-4435.13,-3567.07,38.122,0,0,0,0,0,0,0,0,0,100,0,0), + (31492,36,-4408.45,-3585.82,37.2703,0,0,0,0,0,0,0,0,0,100,0,0), + (79887,1,-9146.52,63.7888,77.4371,3000,0,0,0,0,0,0,0,0,100,0,0), + (79887,2,-9181.75,81.5944,77.8001,5000,0,0,0,0,0,0,0,0,100,0,0), + (190496,1,9952.47,2089.45,1327.72,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,2,9953.24,2253.22,1335.29,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,3,9952.86,2275.41,1341.4,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,4,9952.4,2292.36,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,5,9952.35,2302.62,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,6,9951.28,2318.49,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,7,9951,2337.6,1331.27,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,8,9950.29,2405.21,1328.23,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,9,9949.97,2433.77,1324.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,10,9949.52,2453.58,1321.11,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,11,9949.02,2475.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,12,9948.86,2482.9,1316.22,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,13,9960.6,2494.16,1316.46,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,14,9969.22,2510.8,1317.6,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,15,9986.03,2519.99,1316.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,16,9975.02,2539.73,1316.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,17,9948.79,2554.92,1316.32,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,18,9947.11,2572.04,1318.3,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,19,9946.96,2605.64,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,20,9946.63,2585.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,21,9946.43,2573.54,1318.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,22,9946.2,2560.24,1315.77,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,23,9945.8,2555.99,1316.28,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,24,9931.09,2551.67,1317.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,25,9915.98,2541.26,1316.83,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,26,9906.96,2530.01,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,27,9899.4,2529.93,1315.17,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,28,9887.01,2529.8,1318.71,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,29,9849.84,2529.4,1321.25,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,30,9776.92,2527.83,1318.95,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,31,9724.57,2526.01,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,32,9709.61,2525.32,1335.69,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,33,9724.57,2526.01,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,34,9776.92,2527.83,1318.95,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,35,9849.84,2529.4,1321.25,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,36,9887.01,2529.8,1318.71,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,37,9899.4,2529.93,1315.17,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,38,9906.96,2530.01,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,39,9915.98,2541.26,1316.83,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,40,9931.09,2551.67,1317.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,41,9945.8,2555.99,1316.28,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,42,9946.2,2560.24,1315.77,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,43,9946.43,2573.54,1318.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,44,9946.63,2585.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,45,9946.96,2605.64,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,46,9947.11,2572.04,1318.3,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,47,9948.79,2554.92,1316.32,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,48,9975.02,2539.73,1316.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,49,9986.03,2519.99,1316.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,50,9969.22,2510.8,1317.6,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,51,9960.6,2494.16,1316.46,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,52,9948.86,2482.9,1316.22,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,53,9949.02,2475.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,54,9949.52,2453.58,1321.11,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,55,9949.97,2433.77,1324.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,56,9950.29,2405.21,1328.23,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,57,9951,2337.6,1331.27,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,58,9951.28,2318.49,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,59,9952.35,2302.62,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,60,9952.4,2292.36,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,61,9952.86,2275.41,1341.4,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,62,9953.24,2253.22,1335.29,0,0,0,0,0,0,0,0,0,100,0,0), + (190496,63,9952.47,2089.45,1327.72,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,1,-5007.03,-1177.84,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,2,-5001.6,-1153.96,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,3,-4997.44,-1127.35,501.696,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,4,-5000.03,-1114.52,501.651,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,5,-4997.12,-1109.34,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,6,-4994.9,-1099,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,7,-4994.39,-1087.39,500.913,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,8,-4992.23,-1050.22,497.945,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,9,-4990.41,-1041.16,501.658,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,10,-4986.52,-1020.52,501.656,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,11,-4958.59,-977.043,501.622,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,12,-4896.11,-925.091,501.589,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,13,-4858.81,-910.906,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,14,-4822.94,-906.469,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,15,-4812.86,-906.403,497.967,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,16,-4783.43,-907.789,497.959,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,17,-4775.18,-907.41,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,18,-4761.82,-907.258,501.633,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,19,-4755.1,-910.173,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,20,-4702.37,-937.593,501.673,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,21,-4693.85,-961.51,501.659,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,22,-4691.43,-974.311,501.492,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,23,-4718.75,-982.936,501.537,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,24,-4744.27,-984.132,501.485,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,25,-4779.13,-1024.8,502.211,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,26,-4807.38,-1032.69,502.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,27,-4812.82,-1069.17,502.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,28,-4836.54,-1086.65,502.196,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,29,-4862.22,-1086.39,502.202,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,30,-4890.83,-1113.34,501.96,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,31,-4911.88,-1119.41,501.699,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,32,-4937.18,-1180.6,501.701,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,33,-4958.12,-1185.43,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190512,34,-5005.38,-1176.96,501.659,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,1,-8570.55,536.096,101.568,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,2,-8562.13,527.552,100.848,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,3,-8545.02,501.789,98.5899,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,4,-8518.93,522.048,98.3434,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,5,-8491.88,555.915,97.5228,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,6,-8471.63,569.622,96.3419,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,7,-8446.56,585.956,94.0389,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,8,-8429.33,569.955,93.9131,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,9,-8410.32,568.215,92.0255,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,10,-8394.13,575.455,91.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,11,-8382.3,593.915,92.7951,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,12,-8390.55,617.003,95.0653,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,13,-8372.64,633.326,94.5912,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,14,-8352.06,628.119,95.1563,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,15,-8372.64,633.326,94.5912,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,16,-8390.55,617.003,95.0653,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,17,-8382.3,593.915,92.7951,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,18,-8394.13,575.455,91.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,19,-8410.32,568.215,92.0255,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,20,-8429.33,569.955,93.9131,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,21,-8446.56,585.956,94.0389,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,22,-8471.63,569.622,96.3419,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,23,-8491.88,555.915,97.5228,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,24,-8510.11,529.336,98.1213,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,25,-8544.46,500.948,98.6426,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,26,-8562.68,528.108,100.913,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,27,-8577.11,542.753,101.777,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,28,-8597.78,526.589,106.411,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,29,-8611.79,514.084,103.461,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,30,-8634.36,537.268,99.9459,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,31,-8657.58,553.584,96.9367,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,32,-8678.6,549.382,97.4357,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,33,-8697.52,533.308,97.6909,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,34,-8713.68,518.891,97.1231,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,35,-8730.44,539.56,101.059,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,36,-8748.36,560.304,97.4026,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,37,-8735.85,575.619,97.4327,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,38,-8770.72,608.689,97.1009,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,39,-8799.59,588.334,97.2445,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,40,-8819.46,617.93,94.6946,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,41,-8840.7,642.219,95.5346,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,42,-8851.28,660.075,97.0017,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,43,-8824.99,677.832,97.6574,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,44,-8845.73,720.753,97.3148,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,45,-8870.14,760.393,96.7109,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,46,-8880.87,754.513,96.3478,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,47,-8909.56,791.193,87.4289,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,48,-8899.24,803.05,87.6653,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,49,-8898.7,825.012,92.1318,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,50,-8907.05,846.462,96.0285,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,51,-8894.59,866.98,97.405,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,52,-8887.74,890.776,103.431,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,53,-8894.48,911.813,110.763,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,54,-8854.07,933.522,102.07,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,55,-8894.48,911.813,110.763,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,56,-8887.74,890.776,103.431,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,57,-8894.59,866.98,97.405,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,58,-8907.05,846.462,96.0285,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,59,-8898.7,825.012,92.1318,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,60,-8899.16,803.142,87.7088,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,61,-8909.56,791.193,87.4289,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,62,-8880.87,754.513,96.3478,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,63,-8870.14,760.393,96.7109,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,64,-8845.75,720.794,97.2726,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,65,-8824.99,677.832,97.6574,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,66,-8851.28,660.075,97.0017,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,67,-8840.74,642.262,95.532,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,68,-8819.46,617.93,94.6946,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,69,-8799.59,588.334,97.2445,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,70,-8770.72,608.689,97.1009,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,71,-8735.85,575.619,97.4327,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,72,-8748.36,560.304,97.4026,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,73,-8730.58,539.735,101.077,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,74,-8713.68,518.891,97.1231,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,75,-8697.52,533.308,97.6909,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,76,-8678.6,549.382,97.4357,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,77,-8657.58,553.584,96.9367,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,78,-8634.36,537.268,99.9459,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,79,-8611.79,514.084,103.461,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,80,-8597.78,526.589,106.411,0,0,0,0,0,0,0,0,0,100,0,0), + (190520,81,-8577.11,542.753,101.777,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,1,1954.46,-4722.56,42.6743,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,2,1951.09,-4714.8,36.9093,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,3,1948.98,-4697.22,28.9954,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,4,1945.38,-4681.89,25.2457,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,5,1937.36,-4669.2,26.5256,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,6,1909.86,-4631.36,32.9827,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,7,1907.75,-4627.89,34.119,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,8,1894.59,-4605.89,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,9,1925.42,-4584.78,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,10,1909.95,-4559.76,34.1195,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,11,1904.4,-4549.83,28.7954,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,12,1893,-4531.73,28.0416,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,13,1893.45,-4526.07,28.581,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,14,1899.83,-4517.27,27.3582,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,15,1906.73,-4505.23,24.9591,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,16,1907.86,-4490.92,22.9967,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,17,1900.89,-4482.65,21.1357,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,18,1893.16,-4474.82,20.6826,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,19,1891.65,-4462.73,19.5832,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,20,1894.99,-4448.4,18.1421,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,21,1896.97,-4437.62,16.2806,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,22,1894.04,-4426.05,13.9888,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,23,1885.5,-4418.79,11.3314,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,24,1876.37,-4416.82,9.24696,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,25,1856.3,-4416.08,6.07582,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,26,1843.81,-4407.75,4.68483,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,27,1840.08,-4400.54,4.1577,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,28,1817.85,-4365.1,-9.09306,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,29,1799.58,-4327.29,-11.1642,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,30,1782.7,-4294.67,5.5883,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,31,1776.15,-4294,6.73376,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,32,1766.7,-4298.89,7.56642,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,33,1761.65,-4304.24,7.2299,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,34,1745.15,-4297.08,13.9415,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,35,1740.24,-4292.31,15.1055,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,36,1735.93,-4277.6,17.9325,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,37,1742.48,-4263.41,23.8393,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,38,1750.93,-4255.88,28.2688,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,39,1769.24,-4248.43,36.0152,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,40,1780.17,-4240.32,39.6535,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,41,1784.91,-4228.93,39.8616,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,42,1777.11,-4221.35,39.6674,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,43,1754.45,-4213.47,42.4923,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,44,1742.98,-4213.58,43.9449,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,45,1729,-4220.93,45.6859,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,46,1707.14,-4231.98,49.2425,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,47,1683.98,-4245.42,51.3726,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,48,1664.47,-4256.19,51.5929,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,49,1651.2,-4264.8,50.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,50,1637.98,-4271.1,48.0471,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,51,1623.92,-4262.35,47.1224,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,52,1603.29,-4237.15,45.2332,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,53,1589.27,-4219.05,44.1306,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,54,1581.14,-4198.7,41.3964,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,55,1579.6,-4173,37.7449,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,56,1585.85,-4153.19,34.6496,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,57,1606.41,-4122.96,29.7899,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,58,1666.8,-4097.01,35.0078,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,59,1706.45,-4087.46,39.3622,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,60,1730.26,-4073.1,43.8529,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,61,1744.58,-4045.25,44.1596,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,62,1746.77,-4022.89,45.6474,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,63,1743.11,-4000.24,46.4807,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,64,1732.31,-3972.21,48.1202,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,65,1743.11,-4000.24,46.4807,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,66,1746.77,-4022.89,45.6474,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,67,1744.58,-4045.25,44.1596,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,68,1730.26,-4073.1,43.8529,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,69,1706.45,-4087.46,39.3622,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,70,1666.8,-4097.01,35.0078,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,71,1606.41,-4122.96,29.7899,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,72,1585.85,-4153.19,34.6496,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,73,1579.6,-4173,37.7449,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,74,1581.14,-4198.7,41.3964,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,75,1589.27,-4219.05,44.1306,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,76,1603.29,-4237.15,45.2332,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,77,1623.92,-4262.35,47.1224,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,78,1637.98,-4271.1,48.0471,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,79,1651.2,-4264.8,50.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,80,1664.47,-4256.19,51.5929,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,81,1683.98,-4245.42,51.3726,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,82,1707.14,-4231.98,49.2425,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,83,1729,-4220.93,45.6859,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,84,1742.98,-4213.58,43.9449,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,85,1754.45,-4213.47,42.4923,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,86,1777.11,-4221.35,39.6674,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,87,1784.91,-4228.93,39.8616,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,88,1780.17,-4240.32,39.6535,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,89,1769.24,-4248.43,36.0152,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,90,1750.93,-4255.88,28.2688,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,91,1742.48,-4263.41,23.8393,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,92,1735.93,-4277.6,17.9325,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,93,1740.24,-4292.31,15.1055,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,94,1745.15,-4297.08,13.9415,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,95,1761.65,-4304.24,7.2299,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,96,1766.7,-4298.89,7.56642,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,97,1776.15,-4294,6.73376,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,98,1782.7,-4294.67,5.5883,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,99,1799.58,-4327.29,-11.1642,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,100,1817.85,-4365.1,-9.09306,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,101,1840.08,-4400.54,4.1577,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,102,1843.81,-4407.75,4.68483,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,103,1856.3,-4416.08,6.07582,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,104,1876.37,-4416.82,9.24696,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,105,1885.5,-4418.79,11.3314,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,106,1894.04,-4426.05,13.9888,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,107,1896.97,-4437.62,16.2806,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,108,1894.99,-4448.4,18.1421,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,109,1891.65,-4462.73,19.5832,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,110,1893.16,-4474.82,20.6826,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,111,1900.89,-4482.65,21.1357,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,112,1907.86,-4490.92,22.9967,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,113,1906.73,-4505.23,24.9591,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,114,1899.83,-4517.27,27.3582,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,115,1893.45,-4526.07,28.581,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,116,1893,-4531.73,28.0416,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,117,1904.4,-4549.83,28.7954,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,118,1909.95,-4559.76,34.1195,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,119,1925.42,-4584.78,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,120,1894.59,-4605.89,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,121,1907.75,-4627.89,34.119,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,122,1909.86,-4631.36,32.9827,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,123,1937.36,-4669.2,26.5256,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,124,1945.38,-4681.89,25.2457,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,125,1948.98,-4697.22,28.9954,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,126,1951.09,-4714.8,36.9093,0,0,0,0,0,0,0,0,0,100,0,0), + (190528,127,1954.46,-4722.56,42.6743,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,1,-1391.53,-85.9722,158.985,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,2,-1392.84,-70.6216,158.953,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,3,-1397.17,-63.2994,158.48,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,4,-1385.78,-48.623,160.41,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,5,-1355.33,-12.8232,142.476,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,6,-1329.13,16.6672,138.367,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,7,-1322.95,27.8675,138.336,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,8,-1317.07,29.013,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,9,-1309.84,26.0727,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,10,-1295.25,33.1151,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,11,-1292.36,39.2755,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,12,-1279.27,46.8591,128.935,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,13,-1267.41,56.4666,127.176,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,14,-1264.5,73.6123,127.693,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,15,-1284.97,98.3124,130.204,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,16,-1286.55,107.812,130.943,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,17,-1277.37,119.394,131.171,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,18,-1243.35,133.647,132.448,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,19,-1224.07,134.804,133.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,20,-1212.96,128.896,134.073,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,21,-1206.33,117.248,134.406,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,22,-1185.65,119.227,135.216,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,23,-1144.61,116.924,135.302,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,24,-1119.91,119.143,140.139,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,25,-1097.18,112.477,141.61,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,26,-1092.25,101.523,141.349,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,27,-1095.62,77.6066,140.762,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,28,-1080.86,54.2081,139.809,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,29,-1070.34,43.3666,140.655,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,30,-1064.75,33.6603,141.13,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,31,-1062.9,20.0719,140.94,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,32,-1066.26,-6.02389,140.792,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,33,-1074.74,-15.8266,140.093,1000,0,0,0,0,0,0,0,0,100,0,0), + (190544,34,-1066.26,-6.02389,140.792,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,35,-1062.9,20.0719,140.94,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,36,-1064.75,33.6603,141.13,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,37,-1070.34,43.3666,140.655,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,38,-1080.86,54.2081,139.809,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,39,-1095.62,77.6066,140.762,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,40,-1092.25,101.523,141.349,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,41,-1097.18,112.477,141.61,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,42,-1119.91,119.143,140.139,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,43,-1144.61,116.924,135.302,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,44,-1185.65,119.227,135.216,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,45,-1206.33,117.248,134.406,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,46,-1212.96,128.896,134.073,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,47,-1224.07,134.804,133.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,48,-1243.35,133.647,132.448,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,49,-1277.37,119.394,131.171,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,50,-1286.55,107.812,130.943,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,51,-1284.97,98.3124,130.204,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,52,-1264.5,73.6123,127.693,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,53,-1267.41,56.4666,127.176,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,54,-1279.27,46.8591,128.935,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,55,-1292.36,39.2755,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,56,-1295.25,33.1151,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,57,-1309.84,26.0727,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,58,-1317.07,29.013,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,59,-1322.95,27.8675,138.336,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,60,-1329.13,16.6672,138.367,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,61,-1355.33,-12.8232,142.476,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,62,-1385.78,-48.623,160.41,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,63,-1397.17,-63.2994,158.48,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,64,-1392.84,-70.6216,158.953,0,0,0,0,0,0,0,0,0,100,0,0), + (190544,65,-1391.53,-85.9722,158.985,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,1,1633.54,180.941,-62.1792,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,2,1643.4,187.231,-62.1807,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,3,1659.3,207.71,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,4,1665.55,226.576,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,5,1666.6,249.188,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,6,1660.32,271.069,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,7,1647.42,288.737,-62.1818,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,8,1624.67,307.036,-62.1787,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,9,1581.49,310.531,-62.1787,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,10,1546.92,291.715,-62.1805,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,11,1529.93,269.005,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,12,1526.49,213.221,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,13,1537.43,194.846,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,14,1564.85,173.251,-62.1786,0,0,0,0,0,0,0,0,0,100,0,0), + (190552,15,1614.72,169.978,-62.1786,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,1,9952.47,2089.45,1327.72,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,2,9953.24,2253.22,1335.29,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,3,9952.86,2275.41,1341.4,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,4,9952.4,2292.36,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,5,9952.35,2302.62,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,6,9951.28,2318.49,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,7,9951,2337.6,1331.27,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,8,9950.29,2405.21,1328.23,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,9,9949.97,2433.77,1324.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,10,9949.52,2453.58,1321.11,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,11,9949.02,2475.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,12,9948.86,2482.9,1316.22,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,13,9960.6,2494.16,1316.46,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,14,9969.22,2510.8,1317.6,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,15,9986.03,2519.99,1316.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,16,9975.02,2539.73,1316.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,17,9948.79,2554.92,1316.32,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,18,9947.11,2572.04,1318.3,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,19,9946.96,2605.64,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,20,9946.63,2585.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,21,9946.43,2573.54,1318.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,22,9946.2,2560.24,1315.77,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,23,9945.8,2555.99,1316.28,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,24,9931.09,2551.67,1317.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,25,9915.98,2541.26,1316.83,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,26,9906.96,2530.01,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,27,9899.4,2529.93,1315.17,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,28,9887.01,2529.8,1318.71,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,29,9849.84,2529.4,1321.25,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,30,9776.92,2527.83,1318.95,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,31,9724.57,2526.01,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,32,9709.61,2525.32,1335.69,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,33,9724.57,2526.01,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,34,9776.92,2527.83,1318.95,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,35,9849.84,2529.4,1321.25,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,36,9887.01,2529.8,1318.71,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,37,9899.4,2529.93,1315.17,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,38,9906.96,2530.01,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,39,9915.98,2541.26,1316.83,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,40,9931.09,2551.67,1317.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,41,9945.8,2555.99,1316.28,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,42,9946.2,2560.24,1315.77,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,43,9946.43,2573.54,1318.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,44,9946.63,2585.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,45,9946.96,2605.64,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,46,9947.11,2572.04,1318.3,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,47,9948.79,2554.92,1316.32,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,48,9975.02,2539.73,1316.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,49,9986.03,2519.99,1316.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,50,9969.22,2510.8,1317.6,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,51,9960.6,2494.16,1316.46,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,52,9948.86,2482.9,1316.22,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,53,9949.02,2475.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,54,9949.52,2453.58,1321.11,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,55,9949.97,2433.77,1324.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,56,9950.29,2405.21,1328.23,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,57,9951,2337.6,1331.27,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,58,9951.28,2318.49,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,59,9952.35,2302.62,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,60,9952.4,2292.36,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,61,9952.86,2275.41,1341.4,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,62,9953.24,2253.22,1335.29,0,0,0,0,0,0,0,0,0,100,0,0), + (190498,63,9952.47,2089.45,1327.72,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,1,-5007.03,-1177.84,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,2,-5001.6,-1153.96,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,3,-4997.44,-1127.35,501.696,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,4,-5000.03,-1114.52,501.651,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,5,-4997.12,-1109.34,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,6,-4994.9,-1099,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,7,-4994.39,-1087.39,500.913,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,8,-4992.23,-1050.22,497.945,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,9,-4990.41,-1041.16,501.658,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,10,-4986.52,-1020.52,501.656,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,11,-4958.59,-977.043,501.622,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,12,-4896.11,-925.091,501.589,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,13,-4858.81,-910.906,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,14,-4822.94,-906.469,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,15,-4812.86,-906.403,497.967,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,16,-4783.43,-907.789,497.959,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,17,-4775.18,-907.41,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,18,-4761.82,-907.258,501.633,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,19,-4755.1,-910.173,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,20,-4702.37,-937.593,501.673,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,21,-4693.85,-961.51,501.659,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,22,-4691.43,-974.311,501.492,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,23,-4718.75,-982.936,501.537,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,24,-4744.27,-984.132,501.485,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,25,-4779.13,-1024.8,502.211,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,26,-4807.38,-1032.69,502.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,27,-4812.82,-1069.17,502.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,28,-4836.54,-1086.65,502.196,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,29,-4862.22,-1086.39,502.202,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,30,-4890.83,-1113.34,501.96,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,31,-4911.88,-1119.41,501.699,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,32,-4937.18,-1180.6,501.701,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,33,-4958.12,-1185.43,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190514,34,-5005.38,-1176.96,501.659,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,1,-8570.55,536.096,101.568,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,2,-8562.13,527.552,100.848,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,3,-8545.02,501.789,98.5899,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,4,-8518.93,522.048,98.3434,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,5,-8491.88,555.915,97.5228,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,6,-8471.63,569.622,96.3419,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,7,-8446.56,585.956,94.0389,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,8,-8429.33,569.955,93.9131,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,9,-8410.32,568.215,92.0255,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,10,-8394.13,575.455,91.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,11,-8382.3,593.915,92.7951,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,12,-8390.55,617.003,95.0653,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,13,-8372.64,633.326,94.5912,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,14,-8352.06,628.119,95.1563,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,15,-8372.64,633.326,94.5912,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,16,-8390.55,617.003,95.0653,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,17,-8382.3,593.915,92.7951,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,18,-8394.13,575.455,91.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,19,-8410.32,568.215,92.0255,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,20,-8429.33,569.955,93.9131,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,21,-8446.56,585.956,94.0389,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,22,-8471.63,569.622,96.3419,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,23,-8491.88,555.915,97.5228,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,24,-8510.11,529.336,98.1213,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,25,-8544.46,500.948,98.6426,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,26,-8562.68,528.108,100.913,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,27,-8577.11,542.753,101.777,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,28,-8597.78,526.589,106.411,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,29,-8611.79,514.084,103.461,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,30,-8634.36,537.268,99.9459,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,31,-8657.58,553.584,96.9367,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,32,-8678.6,549.382,97.4357,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,33,-8697.52,533.308,97.6909,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,34,-8713.68,518.891,97.1231,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,35,-8730.44,539.56,101.059,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,36,-8748.36,560.304,97.4026,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,37,-8735.85,575.619,97.4327,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,38,-8770.72,608.689,97.1009,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,39,-8799.59,588.334,97.2445,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,40,-8819.46,617.93,94.6946,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,41,-8840.7,642.219,95.5346,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,42,-8851.28,660.075,97.0017,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,43,-8824.99,677.832,97.6574,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,44,-8845.73,720.753,97.3148,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,45,-8870.14,760.393,96.7109,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,46,-8880.87,754.513,96.3478,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,47,-8909.56,791.193,87.4289,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,48,-8899.24,803.05,87.6653,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,49,-8898.7,825.012,92.1318,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,50,-8907.05,846.462,96.0285,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,51,-8894.59,866.98,97.405,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,52,-8887.74,890.776,103.431,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,53,-8894.48,911.813,110.763,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,54,-8854.07,933.522,102.07,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,55,-8894.48,911.813,110.763,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,56,-8887.74,890.776,103.431,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,57,-8894.59,866.98,97.405,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,58,-8907.05,846.462,96.0285,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,59,-8898.7,825.012,92.1318,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,60,-8899.16,803.142,87.7088,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,61,-8909.56,791.193,87.4289,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,62,-8880.87,754.513,96.3478,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,63,-8870.14,760.393,96.7109,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,64,-8845.75,720.794,97.2726,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,65,-8824.99,677.832,97.6574,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,66,-8851.28,660.075,97.0017,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,67,-8840.74,642.262,95.532,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,68,-8819.46,617.93,94.6946,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,69,-8799.59,588.334,97.2445,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,70,-8770.72,608.689,97.1009,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,71,-8735.85,575.619,97.4327,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,72,-8748.36,560.304,97.4026,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,73,-8730.58,539.735,101.077,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,74,-8713.68,518.891,97.1231,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,75,-8697.52,533.308,97.6909,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,76,-8678.6,549.382,97.4357,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,77,-8657.58,553.584,96.9367,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,78,-8634.36,537.268,99.9459,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,79,-8611.79,514.084,103.461,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,80,-8597.78,526.589,106.411,0,0,0,0,0,0,0,0,0,100,0,0), + (190522,81,-8577.11,542.753,101.777,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,1,1954.46,-4722.56,42.6743,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,2,1951.09,-4714.8,36.9093,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,3,1948.98,-4697.22,28.9954,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,4,1945.38,-4681.89,25.2457,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,5,1937.36,-4669.2,26.5256,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,6,1909.86,-4631.36,32.9827,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,7,1907.75,-4627.89,34.119,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,8,1894.59,-4605.89,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,9,1925.42,-4584.78,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,10,1909.95,-4559.76,34.1195,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,11,1904.4,-4549.83,28.7954,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,12,1893,-4531.73,28.0416,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,13,1893.45,-4526.07,28.581,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,14,1899.83,-4517.27,27.3582,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,15,1906.73,-4505.23,24.9591,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,16,1907.86,-4490.92,22.9967,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,17,1900.89,-4482.65,21.1357,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,18,1893.16,-4474.82,20.6826,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,19,1891.65,-4462.73,19.5832,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,20,1894.99,-4448.4,18.1421,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,21,1896.97,-4437.62,16.2806,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,22,1894.04,-4426.05,13.9888,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,23,1885.5,-4418.79,11.3314,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,24,1876.37,-4416.82,9.24696,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,25,1856.3,-4416.08,6.07582,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,26,1843.81,-4407.75,4.68483,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,27,1840.08,-4400.54,4.1577,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,28,1817.85,-4365.1,-9.09306,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,29,1799.58,-4327.29,-11.1642,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,30,1782.7,-4294.67,5.5883,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,31,1776.15,-4294,6.73376,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,32,1766.7,-4298.89,7.56642,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,33,1761.65,-4304.24,7.2299,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,34,1745.15,-4297.08,13.9415,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,35,1740.24,-4292.31,15.1055,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,36,1735.93,-4277.6,17.9325,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,37,1742.48,-4263.41,23.8393,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,38,1750.93,-4255.88,28.2688,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,39,1769.24,-4248.43,36.0152,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,40,1780.17,-4240.32,39.6535,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,41,1784.91,-4228.93,39.8616,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,42,1777.11,-4221.35,39.6674,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,43,1754.45,-4213.47,42.4923,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,44,1742.98,-4213.58,43.9449,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,45,1729,-4220.93,45.6859,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,46,1707.14,-4231.98,49.2425,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,47,1683.98,-4245.42,51.3726,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,48,1664.47,-4256.19,51.5929,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,49,1651.2,-4264.8,50.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,50,1637.98,-4271.1,48.0471,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,51,1623.92,-4262.35,47.1224,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,52,1603.29,-4237.15,45.2332,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,53,1589.27,-4219.05,44.1306,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,54,1581.14,-4198.7,41.3964,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,55,1579.6,-4173,37.7449,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,56,1585.85,-4153.19,34.6496,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,57,1606.41,-4122.96,29.7899,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,58,1666.8,-4097.01,35.0078,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,59,1706.45,-4087.46,39.3622,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,60,1730.26,-4073.1,43.8529,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,61,1744.58,-4045.25,44.1596,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,62,1746.77,-4022.89,45.6474,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,63,1743.11,-4000.24,46.4807,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,64,1732.31,-3972.21,48.1202,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,65,1743.11,-4000.24,46.4807,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,66,1746.77,-4022.89,45.6474,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,67,1744.58,-4045.25,44.1596,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,68,1730.26,-4073.1,43.8529,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,69,1706.45,-4087.46,39.3622,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,70,1666.8,-4097.01,35.0078,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,71,1606.41,-4122.96,29.7899,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,72,1585.85,-4153.19,34.6496,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,73,1579.6,-4173,37.7449,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,74,1581.14,-4198.7,41.3964,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,75,1589.27,-4219.05,44.1306,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,76,1603.29,-4237.15,45.2332,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,77,1623.92,-4262.35,47.1224,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,78,1637.98,-4271.1,48.0471,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,79,1651.2,-4264.8,50.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,80,1664.47,-4256.19,51.5929,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,81,1683.98,-4245.42,51.3726,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,82,1707.14,-4231.98,49.2425,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,83,1729,-4220.93,45.6859,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,84,1742.98,-4213.58,43.9449,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,85,1754.45,-4213.47,42.4923,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,86,1777.11,-4221.35,39.6674,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,87,1784.91,-4228.93,39.8616,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,88,1780.17,-4240.32,39.6535,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,89,1769.24,-4248.43,36.0152,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,90,1750.93,-4255.88,28.2688,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,91,1742.48,-4263.41,23.8393,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,92,1735.93,-4277.6,17.9325,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,93,1740.24,-4292.31,15.1055,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,94,1745.15,-4297.08,13.9415,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,95,1761.65,-4304.24,7.2299,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,96,1766.7,-4298.89,7.56642,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,97,1776.15,-4294,6.73376,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,98,1782.7,-4294.67,5.5883,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,99,1799.58,-4327.29,-11.1642,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,100,1817.85,-4365.1,-9.09306,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,101,1840.08,-4400.54,4.1577,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,102,1843.81,-4407.75,4.68483,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,103,1856.3,-4416.08,6.07582,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,104,1876.37,-4416.82,9.24696,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,105,1885.5,-4418.79,11.3314,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,106,1894.04,-4426.05,13.9888,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,107,1896.97,-4437.62,16.2806,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,108,1894.99,-4448.4,18.1421,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,109,1891.65,-4462.73,19.5832,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,110,1893.16,-4474.82,20.6826,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,111,1900.89,-4482.65,21.1357,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,112,1907.86,-4490.92,22.9967,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,113,1906.73,-4505.23,24.9591,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,114,1899.83,-4517.27,27.3582,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,115,1893.45,-4526.07,28.581,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,116,1893,-4531.73,28.0416,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,117,1904.4,-4549.83,28.7954,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,118,1909.95,-4559.76,34.1195,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,119,1925.42,-4584.78,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,120,1894.59,-4605.89,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,121,1907.75,-4627.89,34.119,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,122,1909.86,-4631.36,32.9827,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,123,1937.36,-4669.2,26.5256,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,124,1945.38,-4681.89,25.2457,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,125,1948.98,-4697.22,28.9954,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,126,1951.09,-4714.8,36.9093,0,0,0,0,0,0,0,0,0,100,0,0), + (190530,127,1954.46,-4722.56,42.6743,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,1,-1391.53,-85.9722,158.985,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,2,-1392.84,-70.6216,158.953,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,3,-1397.17,-63.2994,158.48,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,4,-1385.78,-48.623,160.41,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,5,-1355.33,-12.8232,142.476,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,6,-1329.13,16.6672,138.367,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,7,-1322.95,27.8675,138.336,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,8,-1317.07,29.013,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,9,-1309.84,26.0727,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,10,-1295.25,33.1151,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,11,-1292.36,39.2755,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,12,-1279.27,46.8591,128.935,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,13,-1267.41,56.4666,127.176,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,14,-1264.5,73.6123,127.693,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,15,-1284.97,98.3124,130.204,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,16,-1286.55,107.812,130.943,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,17,-1277.37,119.394,131.171,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,18,-1243.35,133.647,132.448,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,19,-1224.07,134.804,133.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,20,-1212.96,128.896,134.073,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,21,-1206.33,117.248,134.406,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,22,-1185.65,119.227,135.216,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,23,-1144.61,116.924,135.302,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,24,-1119.91,119.143,140.139,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,25,-1097.18,112.477,141.61,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,26,-1092.25,101.523,141.349,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,27,-1095.62,77.6066,140.762,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,28,-1080.86,54.2081,139.809,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,29,-1070.34,43.3666,140.655,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,30,-1064.75,33.6603,141.13,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,31,-1062.9,20.0719,140.94,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,32,-1066.26,-6.02389,140.792,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,33,-1074.74,-15.8266,140.093,1000,0,0,0,0,0,0,0,0,100,0,0), + (190546,34,-1066.26,-6.02389,140.792,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,35,-1062.9,20.0719,140.94,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,36,-1064.75,33.6603,141.13,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,37,-1070.34,43.3666,140.655,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,38,-1080.86,54.2081,139.809,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,39,-1095.62,77.6066,140.762,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,40,-1092.25,101.523,141.349,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,41,-1097.18,112.477,141.61,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,42,-1119.91,119.143,140.139,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,43,-1144.61,116.924,135.302,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,44,-1185.65,119.227,135.216,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,45,-1206.33,117.248,134.406,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,46,-1212.96,128.896,134.073,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,47,-1224.07,134.804,133.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,48,-1243.35,133.647,132.448,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,49,-1277.37,119.394,131.171,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,50,-1286.55,107.812,130.943,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,51,-1284.97,98.3124,130.204,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,52,-1264.5,73.6123,127.693,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,53,-1267.41,56.4666,127.176,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,54,-1279.27,46.8591,128.935,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,55,-1292.36,39.2755,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,56,-1295.25,33.1151,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,57,-1309.84,26.0727,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,58,-1317.07,29.013,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,59,-1322.95,27.8675,138.336,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,60,-1329.13,16.6672,138.367,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,61,-1355.33,-12.8232,142.476,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,62,-1385.78,-48.623,160.41,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,63,-1397.17,-63.2994,158.48,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,64,-1392.84,-70.6216,158.953,0,0,0,0,0,0,0,0,0,100,0,0), + (190546,65,-1391.53,-85.9722,158.985,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,1,1633.54,180.941,-62.1792,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,2,1643.4,187.231,-62.1807,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,3,1659.3,207.71,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,4,1665.55,226.576,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,5,1666.6,249.188,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,6,1660.32,271.069,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,7,1647.42,288.737,-62.1818,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,8,1624.67,307.036,-62.1787,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,9,1581.49,310.531,-62.1787,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,10,1546.92,291.715,-62.1805,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,11,1529.93,269.005,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,12,1526.49,213.221,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,13,1537.43,194.846,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,14,1564.85,173.251,-62.1786,0,0,0,0,0,0,0,0,0,100,0,0), + (190554,15,1614.72,169.978,-62.1786,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,1,9952.47,2089.45,1327.72,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,2,9953.24,2253.22,1335.29,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,3,9952.86,2275.41,1341.4,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,4,9952.4,2292.36,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,5,9952.35,2302.62,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,6,9951.28,2318.49,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,7,9951,2337.6,1331.27,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,8,9950.29,2405.21,1328.23,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,9,9949.97,2433.77,1324.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,10,9949.52,2453.58,1321.11,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,11,9949.02,2475.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,12,9948.86,2482.9,1316.22,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,13,9960.6,2494.16,1316.46,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,14,9969.22,2510.8,1317.6,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,15,9986.03,2519.99,1316.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,16,9975.02,2539.73,1316.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,17,9948.79,2554.92,1316.32,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,18,9947.11,2572.04,1318.3,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,19,9946.96,2605.64,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,20,9946.63,2585.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,21,9946.43,2573.54,1318.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,22,9946.2,2560.24,1315.77,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,23,9945.8,2555.99,1316.28,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,24,9931.09,2551.67,1317.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,25,9915.98,2541.26,1316.83,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,26,9906.96,2530.01,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,27,9899.4,2529.93,1315.17,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,28,9887.01,2529.8,1318.71,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,29,9849.84,2529.4,1321.25,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,30,9776.92,2527.83,1318.95,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,31,9724.57,2526.01,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,32,9709.61,2525.32,1335.69,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,33,9724.57,2526.01,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,34,9776.92,2527.83,1318.95,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,35,9849.84,2529.4,1321.25,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,36,9887.01,2529.8,1318.71,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,37,9899.4,2529.93,1315.17,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,38,9906.96,2530.01,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,39,9915.98,2541.26,1316.83,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,40,9931.09,2551.67,1317.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,41,9945.8,2555.99,1316.28,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,42,9946.2,2560.24,1315.77,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,43,9946.43,2573.54,1318.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,44,9946.63,2585.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,45,9946.96,2605.64,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,46,9947.11,2572.04,1318.3,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,47,9948.79,2554.92,1316.32,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,48,9975.02,2539.73,1316.31,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,49,9986.03,2519.99,1316.36,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,50,9969.22,2510.8,1317.6,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,51,9960.6,2494.16,1316.46,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,52,9948.86,2482.9,1316.22,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,53,9949.02,2475.83,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,54,9949.52,2453.58,1321.11,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,55,9949.97,2433.77,1324.68,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,56,9950.29,2405.21,1328.23,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,57,9951,2337.6,1331.27,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,58,9951.28,2318.49,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,59,9952.35,2302.62,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,60,9952.4,2292.36,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,61,9952.86,2275.41,1341.4,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,62,9953.24,2253.22,1335.29,0,0,0,0,0,0,0,0,0,100,0,0), + (190500,63,9952.47,2089.45,1327.72,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,1,-5007.03,-1177.84,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,2,-5001.6,-1153.96,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,3,-4997.44,-1127.35,501.696,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,4,-5000.03,-1114.52,501.651,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,5,-4997.12,-1109.34,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,6,-4994.9,-1099,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,7,-4994.39,-1087.39,500.913,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,8,-4992.23,-1050.22,497.945,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,9,-4990.41,-1041.16,501.658,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,10,-4986.52,-1020.52,501.656,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,11,-4958.59,-977.043,501.622,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,12,-4896.11,-925.091,501.589,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,13,-4858.81,-910.906,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,14,-4822.94,-906.469,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,15,-4812.86,-906.403,497.967,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,16,-4783.43,-907.789,497.959,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,17,-4775.18,-907.41,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,18,-4761.82,-907.258,501.633,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,19,-4755.1,-910.173,501.667,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,20,-4702.37,-937.593,501.673,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,21,-4693.85,-961.51,501.659,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,22,-4691.43,-974.311,501.492,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,23,-4718.75,-982.936,501.537,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,24,-4744.27,-984.132,501.485,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,25,-4779.13,-1024.8,502.211,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,26,-4807.38,-1032.69,502.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,27,-4812.82,-1069.17,502.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,28,-4836.54,-1086.65,502.196,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,29,-4862.22,-1086.39,502.202,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,30,-4890.83,-1113.34,501.96,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,31,-4911.88,-1119.41,501.699,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,32,-4937.18,-1180.6,501.701,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,33,-4958.12,-1185.43,501.66,0,0,0,0,0,0,0,0,0,100,0,0), + (190516,34,-5005.38,-1176.96,501.659,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,1,-8570.55,536.096,101.568,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,2,-8562.13,527.552,100.848,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,3,-8545.02,501.789,98.5899,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,4,-8518.93,522.048,98.3434,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,5,-8491.88,555.915,97.5228,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,6,-8471.63,569.622,96.3419,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,7,-8446.56,585.956,94.0389,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,8,-8429.33,569.955,93.9131,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,9,-8410.32,568.215,92.0255,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,10,-8394.13,575.455,91.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,11,-8382.3,593.915,92.7951,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,12,-8390.55,617.003,95.0653,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,13,-8372.64,633.326,94.5912,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,14,-8352.06,628.119,95.1563,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,15,-8372.64,633.326,94.5912,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,16,-8390.55,617.003,95.0653,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,17,-8382.3,593.915,92.7951,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,18,-8394.13,575.455,91.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,19,-8410.32,568.215,92.0255,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,20,-8429.33,569.955,93.9131,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,21,-8446.56,585.956,94.0389,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,22,-8471.63,569.622,96.3419,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,23,-8491.88,555.915,97.5228,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,24,-8510.11,529.336,98.1213,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,25,-8544.46,500.948,98.6426,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,26,-8562.68,528.108,100.913,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,27,-8577.11,542.753,101.777,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,28,-8597.78,526.589,106.411,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,29,-8611.79,514.084,103.461,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,30,-8634.36,537.268,99.9459,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,31,-8657.58,553.584,96.9367,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,32,-8678.6,549.382,97.4357,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,33,-8697.52,533.308,97.6909,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,34,-8713.68,518.891,97.1231,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,35,-8730.44,539.56,101.059,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,36,-8748.36,560.304,97.4026,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,37,-8735.85,575.619,97.4327,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,38,-8770.72,608.689,97.1009,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,39,-8799.59,588.334,97.2445,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,40,-8819.46,617.93,94.6946,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,41,-8840.7,642.219,95.5346,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,42,-8851.28,660.075,97.0017,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,43,-8824.99,677.832,97.6574,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,44,-8845.73,720.753,97.3148,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,45,-8870.14,760.393,96.7109,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,46,-8880.87,754.513,96.3478,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,47,-8909.56,791.193,87.4289,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,48,-8899.24,803.05,87.6653,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,49,-8898.7,825.012,92.1318,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,50,-8907.05,846.462,96.0285,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,51,-8894.59,866.98,97.405,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,52,-8887.74,890.776,103.431,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,53,-8894.48,911.813,110.763,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,54,-8854.07,933.522,102.07,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,55,-8894.48,911.813,110.763,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,56,-8887.74,890.776,103.431,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,57,-8894.59,866.98,97.405,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,58,-8907.05,846.462,96.0285,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,59,-8898.7,825.012,92.1318,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,60,-8899.16,803.142,87.7088,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,61,-8909.56,791.193,87.4289,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,62,-8880.87,754.513,96.3478,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,63,-8870.14,760.393,96.7109,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,64,-8845.75,720.794,97.2726,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,65,-8824.99,677.832,97.6574,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,66,-8851.28,660.075,97.0017,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,67,-8840.74,642.262,95.532,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,68,-8819.46,617.93,94.6946,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,69,-8799.59,588.334,97.2445,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,70,-8770.72,608.689,97.1009,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,71,-8735.85,575.619,97.4327,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,72,-8748.36,560.304,97.4026,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,73,-8730.58,539.735,101.077,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,74,-8713.68,518.891,97.1231,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,75,-8697.52,533.308,97.6909,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,76,-8678.6,549.382,97.4357,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,77,-8657.58,553.584,96.9367,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,78,-8634.36,537.268,99.9459,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,79,-8611.79,514.084,103.461,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,80,-8597.78,526.589,106.411,0,0,0,0,0,0,0,0,0,100,0,0), + (190524,81,-8577.11,542.753,101.777,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,1,1954.46,-4722.56,42.6743,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,2,1951.09,-4714.8,36.9093,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,3,1948.98,-4697.22,28.9954,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,4,1945.38,-4681.89,25.2457,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,5,1937.36,-4669.2,26.5256,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,6,1909.86,-4631.36,32.9827,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,7,1907.75,-4627.89,34.119,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,8,1894.59,-4605.89,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,9,1925.42,-4584.78,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,10,1909.95,-4559.76,34.1195,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,11,1904.4,-4549.83,28.7954,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,12,1893,-4531.73,28.0416,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,13,1893.45,-4526.07,28.581,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,14,1899.83,-4517.27,27.3582,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,15,1906.73,-4505.23,24.9591,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,16,1907.86,-4490.92,22.9967,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,17,1900.89,-4482.65,21.1357,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,18,1893.16,-4474.82,20.6826,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,19,1891.65,-4462.73,19.5832,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,20,1894.99,-4448.4,18.1421,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,21,1896.97,-4437.62,16.2806,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,22,1894.04,-4426.05,13.9888,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,23,1885.5,-4418.79,11.3314,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,24,1876.37,-4416.82,9.24696,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,25,1856.3,-4416.08,6.07582,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,26,1843.81,-4407.75,4.68483,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,27,1840.08,-4400.54,4.1577,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,28,1817.85,-4365.1,-9.09306,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,29,1799.58,-4327.29,-11.1642,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,30,1782.7,-4294.67,5.5883,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,31,1776.15,-4294,6.73376,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,32,1766.7,-4298.89,7.56642,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,33,1761.65,-4304.24,7.2299,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,34,1745.15,-4297.08,13.9415,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,35,1740.24,-4292.31,15.1055,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,36,1735.93,-4277.6,17.9325,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,37,1742.48,-4263.41,23.8393,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,38,1750.93,-4255.88,28.2688,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,39,1769.24,-4248.43,36.0152,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,40,1780.17,-4240.32,39.6535,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,41,1784.91,-4228.93,39.8616,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,42,1777.11,-4221.35,39.6674,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,43,1754.45,-4213.47,42.4923,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,44,1742.98,-4213.58,43.9449,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,45,1729,-4220.93,45.6859,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,46,1707.14,-4231.98,49.2425,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,47,1683.98,-4245.42,51.3726,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,48,1664.47,-4256.19,51.5929,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,49,1651.2,-4264.8,50.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,50,1637.98,-4271.1,48.0471,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,51,1623.92,-4262.35,47.1224,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,52,1603.29,-4237.15,45.2332,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,53,1589.27,-4219.05,44.1306,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,54,1581.14,-4198.7,41.3964,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,55,1579.6,-4173,37.7449,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,56,1585.85,-4153.19,34.6496,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,57,1606.41,-4122.96,29.7899,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,58,1666.8,-4097.01,35.0078,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,59,1706.45,-4087.46,39.3622,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,60,1730.26,-4073.1,43.8529,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,61,1744.58,-4045.25,44.1596,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,62,1746.77,-4022.89,45.6474,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,63,1743.11,-4000.24,46.4807,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,64,1732.31,-3972.21,48.1202,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,65,1743.11,-4000.24,46.4807,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,66,1746.77,-4022.89,45.6474,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,67,1744.58,-4045.25,44.1596,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,68,1730.26,-4073.1,43.8529,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,69,1706.45,-4087.46,39.3622,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,70,1666.8,-4097.01,35.0078,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,71,1606.41,-4122.96,29.7899,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,72,1585.85,-4153.19,34.6496,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,73,1579.6,-4173,37.7449,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,74,1581.14,-4198.7,41.3964,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,75,1589.27,-4219.05,44.1306,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,76,1603.29,-4237.15,45.2332,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,77,1623.92,-4262.35,47.1224,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,78,1637.98,-4271.1,48.0471,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,79,1651.2,-4264.8,50.2665,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,80,1664.47,-4256.19,51.5929,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,81,1683.98,-4245.42,51.3726,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,82,1707.14,-4231.98,49.2425,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,83,1729,-4220.93,45.6859,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,84,1742.98,-4213.58,43.9449,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,85,1754.45,-4213.47,42.4923,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,86,1777.11,-4221.35,39.6674,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,87,1784.91,-4228.93,39.8616,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,88,1780.17,-4240.32,39.6535,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,89,1769.24,-4248.43,36.0152,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,90,1750.93,-4255.88,28.2688,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,91,1742.48,-4263.41,23.8393,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,92,1735.93,-4277.6,17.9325,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,93,1740.24,-4292.31,15.1055,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,94,1745.15,-4297.08,13.9415,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,95,1761.65,-4304.24,7.2299,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,96,1766.7,-4298.89,7.56642,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,97,1776.15,-4294,6.73376,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,98,1782.7,-4294.67,5.5883,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,99,1799.58,-4327.29,-11.1642,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,100,1817.85,-4365.1,-9.09306,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,101,1840.08,-4400.54,4.1577,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,102,1843.81,-4407.75,4.68483,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,103,1856.3,-4416.08,6.07582,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,104,1876.37,-4416.82,9.24696,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,105,1885.5,-4418.79,11.3314,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,106,1894.04,-4426.05,13.9888,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,107,1896.97,-4437.62,16.2806,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,108,1894.99,-4448.4,18.1421,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,109,1891.65,-4462.73,19.5832,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,110,1893.16,-4474.82,20.6826,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,111,1900.89,-4482.65,21.1357,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,112,1907.86,-4490.92,22.9967,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,113,1906.73,-4505.23,24.9591,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,114,1899.83,-4517.27,27.3582,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,115,1893.45,-4526.07,28.581,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,116,1893,-4531.73,28.0416,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,117,1904.4,-4549.83,28.7954,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,118,1909.95,-4559.76,34.1195,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,119,1925.42,-4584.78,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,120,1894.59,-4605.89,34.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,121,1907.75,-4627.89,34.119,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,122,1909.86,-4631.36,32.9827,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,123,1937.36,-4669.2,26.5256,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,124,1945.38,-4681.89,25.2457,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,125,1948.98,-4697.22,28.9954,0,0,0,0,0,0,0,0,0,100,0,0), + (190532,126,1951.09,-4714.8,36.9093,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,1,-1391.53,-85.9722,158.985,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,2,-1392.84,-70.6216,158.953,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,3,-1397.17,-63.2994,158.48,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,4,-1385.78,-48.623,160.41,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,5,-1355.33,-12.8232,142.476,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,6,-1329.13,16.6672,138.367,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,7,-1322.95,27.8675,138.336,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,8,-1317.07,29.013,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,9,-1309.84,26.0727,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,10,-1295.25,33.1151,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,11,-1292.36,39.2755,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,12,-1279.27,46.8591,128.935,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,13,-1267.41,56.4666,127.176,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,14,-1264.5,73.6123,127.693,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,15,-1284.97,98.3124,130.204,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,16,-1286.55,107.812,130.943,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,17,-1277.37,119.394,131.171,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,18,-1243.35,133.647,132.448,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,19,-1224.07,134.804,133.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,20,-1212.96,128.896,134.073,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,21,-1206.33,117.248,134.406,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,22,-1185.65,119.227,135.216,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,23,-1144.61,116.924,135.302,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,24,-1119.91,119.143,140.139,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,25,-1097.18,112.477,141.61,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,26,-1092.25,101.523,141.349,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,27,-1095.62,77.6066,140.762,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,28,-1080.86,54.2081,139.809,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,29,-1070.34,43.3666,140.655,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,30,-1064.75,33.6603,141.13,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,31,-1062.9,20.0719,140.94,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,32,-1066.26,-6.02389,140.792,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,33,-1074.74,-15.8266,140.093,1000,0,0,0,0,0,0,0,0,100,0,0), + (190548,34,-1066.26,-6.02389,140.792,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,35,-1062.9,20.0719,140.94,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,36,-1064.75,33.6603,141.13,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,37,-1070.34,43.3666,140.655,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,38,-1080.86,54.2081,139.809,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,39,-1095.62,77.6066,140.762,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,40,-1092.25,101.523,141.349,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,41,-1097.18,112.477,141.61,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,42,-1119.91,119.143,140.139,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,43,-1144.61,116.924,135.302,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,44,-1185.65,119.227,135.216,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,45,-1206.33,117.248,134.406,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,46,-1212.96,128.896,134.073,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,47,-1224.07,134.804,133.206,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,48,-1243.35,133.647,132.448,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,49,-1277.37,119.394,131.171,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,50,-1286.55,107.812,130.943,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,51,-1284.97,98.3124,130.204,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,52,-1264.5,73.6123,127.693,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,53,-1267.41,56.4666,127.176,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,54,-1279.27,46.8591,128.935,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,55,-1292.36,39.2755,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,56,-1295.25,33.1151,129.209,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,57,-1309.84,26.0727,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,58,-1317.07,29.013,137.436,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,59,-1322.95,27.8675,138.336,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,60,-1329.13,16.6672,138.367,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,61,-1355.33,-12.8232,142.476,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,62,-1385.78,-48.623,160.41,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,63,-1397.17,-63.2994,158.48,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,64,-1392.84,-70.6216,158.953,0,0,0,0,0,0,0,0,0,100,0,0), + (190548,65,-1391.53,-85.9722,158.985,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,1,1633.54,180.941,-62.1792,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,2,1643.4,187.231,-62.1807,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,3,1659.3,207.71,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,4,1665.55,226.576,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,5,1666.6,249.188,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,6,1660.32,271.069,-62.1788,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,7,1647.42,288.737,-62.1818,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,8,1624.67,307.036,-62.1787,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,9,1581.49,310.531,-62.1787,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,10,1546.92,291.715,-62.1805,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,11,1529.93,269.005,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,12,1526.49,213.221,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,13,1537.43,194.846,-62.1789,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,14,1564.85,173.251,-62.1786,0,0,0,0,0,0,0,0,0,100,0,0), + (190556,15,1614.72,169.978,-62.1786,0,0,0,0,0,0,0,0,0,100,0,0), + (48642,1,-176.762,11.7284,-31.6117,0,0,0,0,0,0,0,0,0,0.155953,0,0), + (48642,2,-190.166,10.9667,-33.0618,0,0,0,0,0,0,0,0,0,3.22686,0,0), + (48642,3,-210.648,7.87269,-39.8187,0,0,0,0,0,0,0,0,0,3.18916,0,0), + (48642,4,-230.782,9.0604,-44.4237,0,0,0,0,0,0,0,0,0,3.03836,0,0), + (48642,5,-257.486,7.90906,-49.87,0,0,0,0,0,0,0,0,0,3.17267,0,0), + (48642,6,-277.67,8.30601,-49.0795,0,0,0,0,0,0,0,0,0,3.20801,0,0), + (48642,7,-286.82,7.69739,-46.2229,0,0,0,0,0,0,0,0,0,3.20801,0,0), + (48642,8,-298.657,5.29958,-48.0252,0,0,0,0,0,0,0,0,0,3.39179,0,0), + (48642,9,-303.916,0.147967,-49.7325,0,0,0,0,0,0,0,0,0,4.02718,0,0), + (48642,10,-293.624,7.59828,-47.0034,0,0,0,0,0,0,0,0,0,0.427703,0,0), + (48642,11,-280.864,9.03737,-47.8212,0,0,0,0,0,0,0,0,0,0.121398,0,0), + (48642,12,-265.063,9.36602,-49.8266,0,0,0,0,0,0,0,0,0,0.046786,0,0), + (48642,13,-247.208,8.66721,-48.9012,0,0,0,0,0,0,0,0,0,6.25693,0,0), + (48642,14,-233.341,8.45427,-44.4523,0,0,0,0,0,0,0,0,0,6.25693,0,0), + (48642,15,-216.121,6.63711,-41.6912,0,0,0,0,0,0,0,0,0,6.14619,0,0), + (48642,16,-204.445,7.92862,-37.4818,0,0,0,0,0,0,0,0,0,0.217217,0,0), + (48642,17,-192.818,10.4947,-33.4114,0,0,0,0,0,0,0,0,0,0.217217,0,0), + (48642,18,-172.941,14.3137,-30.7882,0,0,0,0,0,0,0,0,0,0.217217,0,0), + (48642,19,-161.6,14.8526,-27.2189,0,0,0,0,0,0,0,0,0,0.046785,0,0), + (48642,20,-147.478,11.5309,-22.3629,0,0,0,0,0,0,0,0,0,6.04723,0,0), + (48642,21,-135.908,8.74903,-20.8654,0,0,0,0,0,0,0,0,0,6.04723,0,0), + (48642,22,-124.215,10.9816,-19.9281,0,0,0,0,0,0,0,0,0,0.192869,0,0), + (48642,23,-116.619,15.0944,-18.8846,0,0,0,0,0,0,0,0,0,0.49839,0,0), + (48642,24,-111.628,24.9273,-18.6011,0,0,0,0,0,0,0,0,0,1.08587,0,0), + (48642,25,-108.915,36.6246,-18.0731,0,0,0,0,0,0,0,0,0,1.33091,0,0), + (48642,26,-114.503,21.4459,-18.8557,0,0,0,0,0,0,0,0,0,4.38297,0,0), + (48642,27,-118.88,14.3031,-19.0844,0,0,0,0,0,0,0,0,0,4.1018,0,0), + (48642,28,-131.828,8.81858,-20.8654,0,0,0,0,0,0,0,0,0,3.55045,0,0), + (48642,29,-144.715,9.21781,-21.8423,0,0,0,0,0,0,0,0,0,3.11063,0,0), + (48642,30,-161.281,12.4744,-27.4041,0,0,0,0,0,0,0,0,0,2.97632,0,0), + (48642,31,-170.005,13.6925,-30.0021,0,0,0,0,0,0,0,0,0,3.08706,0,0), + (48690,1,-203.927,99.1463,-25.4809,0,0,0,0,0,0,0,0,0,1.10078,0,0), + (48690,2,-200.74,104.201,-25.1381,0,0,0,0,0,0,0,0,0,1.10078,0,0), + (48690,3,-198.066,115.548,-23.217,0,0,0,0,0,0,0,0,0,1.29791,0,0), + (48690,4,-195.291,126.656,-22.168,0,0,0,0,0,0,0,0,0,1.30027,0,0), + (48690,5,-192.549,136.545,-24.1064,0,0,0,0,0,0,0,0,0,1.30027,0,0), + (48690,6,-190.259,144.95,-25.2199,0,0,0,0,0,0,0,0,0,1.22487,0,0), + (48690,7,-193.47,134.133,-23.458,0,0,0,0,0,0,0,0,0,4.48035,0,0), + (48690,8,-196.29,123.736,-22.179,0,0,0,0,0,0,0,0,0,4.55103,0,0), + (48690,9,-199.336,113.159,-23.7528,0,0,0,0,0,0,0,0,0,4.44029,0,0), + (48690,10,-199.643,106.426,-24.8865,0,0,0,0,0,0,0,0,0,4.73482,0,0), + (48690,11,-205.093,98.0147,-25.4833,0,0,0,0,0,0,0,0,0,4.09157,0,0), + (48696,1,-214.025,91.2148,-25.0186,0,0,0,0,0,0,0,0,0,3.71773,0,0), + (48696,2,-219.007,90.5475,-25.0186,0,0,0,0,0,0,0,0,0,3.27476,0,0), + (48696,3,-229.367,92.7477,-23.1312,0,0,0,0,0,0,0,0,0,2.93233,0,0), + (48696,4,-235.891,93.102,-21.7277,0,0,0,0,0,0,0,0,0,3.16637,0,0), + (48696,5,-246.583,91.6992,-23.5772,0,0,0,0,0,0,0,0,0,3.23942,0,0), + (48696,6,-254.38,92.4157,-25.0184,0,0,0,0,0,0,0,0,0,3.02029,0,0), + (48696,7,-245.579,91.7263,-23.2418,0,0,0,0,0,0,0,0,0,6.26634,0,0), + (48696,8,-236.893,92.4553,-21.7166,0,0,0,0,0,0,0,0,0,0.024783,0,0), + (48696,9,-231.24,92.8211,-22.4395,0,0,0,0,0,0,0,0,0,6.27027,0,0), + (48696,10,-222.659,90.784,-25.0184,0,0,0,0,0,0,0,0,0,6.0158,0,0), + (48696,11,-217.698,89.1509,-25.0184,0,0,0,0,0,0,0,0,0,6.04093,0,0), + (48696,12,-209.44,94.6833,-25.2915,0,0,0,0,0,0,0,0,0,0.590271,0,0), + (87296,1,1984.9,1601.33,79.6094,0,0,0,0,0,0,0,0,0,3.19427,0,0), + (87296,2,1976.46,1601.48,80.0231,0,0,0,0,0,0,0,0,0,3.19034,0,0), + (87296,3,1967.94,1601.07,80.4888,0,0,0,0,0,0,0,0,0,3.19034,0,0), + (87296,4,1961.14,1599.4,81.1372,0,0,0,0,0,0,0,0,0,3.38198,0,0), + (87296,5,1955.46,1595.81,81.9168,0,0,0,0,0,0,0,0,0,3.70556,0,0), + (87296,6,1951.26,1583.76,81.8884,0,0,0,0,0,0,0,0,0,4.36687,0,0), + (87296,7,1955.19,1594.79,82.0734,0,0,0,0,0,0,0,0,0,1.19543,0,0), + (87296,8,1963.58,1599.38,80.8979,0,0,0,0,0,0,0,0,0,0.501138,0,0), + (87296,9,1968.28,1601.08,80.4596,0,0,0,0,0,0,0,0,0,0.3472,0,0), + (87296,10,1986.78,1601.08,79.783,0,0,0,0,0,0,0,0,0,6.28088,0,0); /*!40000 ALTER TABLE `creature_movement` ENABLE KEYS */; UNLOCK TABLES; @@ -382269,6 +384997,7 @@ DROP TABLE IF EXISTS `creature_movement_template`; CREATE TABLE `creature_movement_template` ( `entry` mediumint(8) unsigned NOT NULL COMMENT 'Creature entry', + `pathId` int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'Path ID for entry', `point` mediumint(8) unsigned NOT NULL DEFAULT '0', `position_x` float NOT NULL DEFAULT '0', `position_y` float NOT NULL DEFAULT '0', @@ -382285,8007 +385014,8241 @@ CREATE TABLE `creature_movement_template` ( `orientation` float NOT NULL DEFAULT '0', `model1` mediumint(9) NOT NULL DEFAULT '0', `model2` mediumint(9) NOT NULL DEFAULT '0', - PRIMARY KEY (`entry`,`point`) + PRIMARY KEY (`entry`,`pathId`,`point`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature waypoint system'; LOCK TABLES `creature_movement_template` WRITE; /*!40000 ALTER TABLE `creature_movement_template` DISABLE KEYS */; -INSERT INTO `creature_movement_template` (`entry`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) +INSERT INTO `creature_movement_template` (`entry`, `pathId`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES - (330,1,-9789.04,-883.081,39.7169,0,0,0,0,0,0,0,0,0,5.49499,0,0), - (330,2,-9778.89,-886.159,39.5577,0,0,0,0,0,0,0,0,0,6.22148,0,0), - (330,3,-9764.3,-887.894,39.4625,0,0,0,0,0,0,0,0,0,0.42539,0,0), - (330,4,-9756.13,-883.658,39.4828,0,0,0,0,0,0,0,0,0,1.05764,0,0), - (330,5,-9754.27,-867.836,39.5175,0,0,0,0,0,0,0,0,0,1.88623,0,0), - (330,6,-9765,-857.964,39.5037,0,0,0,0,0,0,0,0,0,2.5067,0,0), - (330,7,-9780.19,-855.94,39.6235,0,0,0,0,0,0,0,0,0,3.03291,0,0), - (330,8,-9788.41,-861.402,39.4437,0,0,0,0,0,0,0,0,0,3.72799,0,0), - (330,9,-9794.33,-873.049,39.6014,0,0,0,0,0,0,0,0,0,5.36554,0,0), - (391,1,-11391.3,1802.18,7.85603,0,0,0,0,0,0,0,0,0,3.62441,0,0), - (391,2,-11399.1,1794,7.92072,0,0,0,0,0,0,0,0,0,4.34463,0,0), - (391,3,-11396.7,1784.32,8.19039,0,0,0,0,0,0,0,0,0,4.98787,0,0), - (391,4,-11391.3,1779.66,8.89632,0,0,0,0,0,0,0,0,0,5.56592,0,0), - (391,5,-11372.8,1782.57,8.53547,0,0,0,0,0,0,0,0,0,0.156099,0,0), - (391,6,-11356.2,1796.6,8.88966,0,0,0,0,0,0,0,0,0,0.702736,0,0), - (391,7,-11350.3,1823.51,7.92695,0,0,0,0,0,0,0,0,0,1.35305,0,0), - (391,8,-11321.7,1901.96,10.7244,0,0,0,0,0,0,0,0,0,1.14808,0,0), - (391,9,-11262.6,1967.07,9.8926,0,0,0,0,0,0,0,0,0,0.833921,0,0), - (391,10,-11216.7,1991.46,10.0866,0,0,0,0,0,0,0,0,0,0.560603,0,0), - (391,11,-11192.8,1996.14,12.0284,0,0,0,0,0,0,0,0,0,0.193037,0,0), - (391,12,-11114.3,2017.5,5.14034,0,0,0,0,0,0,0,0,0,0.386245,0,0), - (391,13,-11114.3,2017.5,5.14034,0,0,0,0,0,0,0,0,0,0.753811,0,0), - (391,14,-11086.1,2043.86,2.18979,0,0,0,0,0,0,0,0,0,0.324551,0,0), - (391,15,-11037.5,2059.2,7.70022,0,0,0,0,0,0,0,0,0,0.296276,0,0), - (391,16,-10997.1,2069.65,7.33988,0,0,0,0,0,0,0,0,0,0.222449,0,0), - (391,17,-10961.7,2066.97,9.93262,0,0,0,0,0,0,0,0,0,6.19462,0,0), - (391,18,-10939.8,2081.02,9.93233,0,0,0,0,0,0,0,0,0,0.761224,0,0), - (391,19,-10940.9,2093.35,6.67113,0,0,0,0,0,0,0,0,0,1.65344,0,0), - (391,20,-10952.9,2096.83,5.09481,0,0,0,0,0,0,0,0,0,2.85981,0,0), - (391,21,-10974.5,2090.23,4.30166,0,0,0,0,0,0,0,0,0,3.39938,0,0), - (391,22,-10996.4,2080.58,3.62799,0,0,0,0,0,0,0,0,0,3.55646,0,0), - (391,23,-11048.6,2062.67,5.05058,0,0,0,0,0,0,0,0,0,3.47713,0,0), - (391,24,-11084.2,2026.62,6.12082,0,0,0,0,0,0,0,0,0,3.94523,0,0), - (391,25,-11144.1,2021.19,3.84974,0,0,0,0,0,0,0,0,0,3.23209,0,0), - (391,26,-11173.4,1999.28,9.80743,0,0,0,0,0,0,0,0,0,3.84705,0,0), - (391,27,-11193.8,1995.28,12.068,0,0,0,0,0,0,0,0,0,3.33498,0,0), - (391,28,-11225.6,1989.07,9.56721,0,0,0,0,0,0,0,0,0,3.33498,0,0), - (391,29,-11274.5,1954.77,11.6,0,0,0,0,0,0,0,0,0,3.75281,0,0), - (391,30,-11303.4,1934.54,9.08173,0,0,0,0,0,0,0,0,0,3.75281,0,0), - (391,31,-11334.3,1888.53,9.06252,0,0,0,0,0,0,0,0,0,4.12037,0,0), - (391,32,-11354.1,1848.84,5.43242,0,0,0,0,0,0,0,0,0,4.24918,0,0), - (391,33,-11359.6,1831.58,6.58,0,0,0,0,0,0,0,0,0,4.40626,0,0), - (391,34,-11391.3,1802.18,7.85603,0,0,0,0,0,0,0,0,0,3.62441,0,0), - (412,1,-10290.1,73.7148,38.849,0,0,0,0,0,0,0,0,0,1.55781,0,0), - (412,2,-10290.4,81.547,38.7702,0,0,0,0,0,0,0,0,0,1.42586,0,0), - (412,3,-10283.2,86.6661,38.7694,0,0,0,0,0,0,0,0,0,0.454699,0,0), - (412,4,-10271.1,83.5772,39.1122,0,0,0,0,0,0,0,0,0,5.7255,0,0), - (412,5,-10266,76.0585,39.4047,0,0,0,0,0,0,0,0,0,4.51913,0,0), - (412,6,-10272.4,65.7703,39.524,0,0,0,0,0,0,0,0,0,3.74159,0,0), - (412,7,-10283.4,59.1681,40.6902,0,0,0,0,0,0,0,0,0,3.76908,0,0), - (412,8,-10300.2,45.8306,47.3053,0,0,0,0,0,0,0,0,0,3.81228,0,0), - (412,9,-10315.3,45.1015,48.0097,0,0,0,0,0,0,0,0,0,3.19967,0,0), - (412,10,-10324.4,38.7441,47.3935,0,0,0,0,0,0,0,0,0,4.19005,0,0), - (412,11,-10330.2,27.0829,50.5753,0,0,0,0,0,0,0,0,0,4.24503,0,0), - (412,12,-10335.3,13.4164,50.1259,0,0,0,0,0,0,0,0,0,4.36283,0,0), - (412,13,-10342.2,3.3501,51.1675,0,0,0,0,0,0,0,0,0,4.00155,0,0), - (412,14,-10354.6,-13.0266,47.1154,0,0,0,0,0,0,0,0,0,4.06046,0,0), - (412,15,-10379.4,-27.1456,49.2841,0,0,0,0,0,0,0,0,0,3.53817,0,0), - (412,16,-10401,-30.8108,48.1353,0,0,0,0,0,0,0,0,0,3.063,0,0), - (412,17,-10416.5,-28.4794,48.4772,0,0,0,0,0,0,0,0,0,3.42428,0,0), - (412,18,-10436.4,-34.2376,46.5064,0,0,0,0,0,0,0,0,0,3.31825,0,0), - (412,19,-10468.7,-38.8985,48.7035,0,0,0,0,0,0,0,0,0,3.38109,0,0), - (412,20,-10500.2,-44.6662,45.882,0,0,0,0,0,0,0,0,0,2.99232,0,0), - (412,21,-10539.1,-39.3422,43.0622,0,0,0,0,0,0,0,0,0,3.03551,0,0), - (412,22,-10568,-35.1434,37.2048,0,0,0,0,0,0,0,0,0,3.34967,0,0), - (412,23,-10585.6,-37.5056,37.4296,0,0,0,0,0,0,0,0,0,3.65205,0,0), - (412,24,-10606.3,-51.7202,36.0713,0,0,0,0,0,0,0,0,0,3.6442,0,0), - (412,25,-10629.2,-64.211,32.6163,0,0,0,0,0,0,0,0,0,3.64027,0,0), - (412,26,-10645.9,-73.4561,32.7337,0,0,0,0,0,0,0,0,0,3.43606,0,0), - (412,27,-10671,-81.8316,35.6535,0,0,0,0,0,0,0,0,0,3.36538,0,0), - (412,28,-10687.6,-85.57,34.1549,0,0,0,0,0,0,0,0,0,3.33073,0,0), - (412,29,-10702.8,-89.2772,37.9242,0,0,0,0,0,0,0,0,0,3.38178,0,0), - (412,30,-10709.1,-97.5837,37.892,0,0,0,0,0,0,0,0,0,3.59384,0,0), - (412,31,-10725.6,-101.348,34.5892,0,0,0,0,0,0,0,0,0,3.06763,0,0), - (412,32,-10748,-99.1517,38.2323,0,0,0,0,0,0,0,0,0,2.83201,0,0), - (412,33,-10759.9,-93.0657,38.5876,0,0,0,0,0,0,0,0,0,3.07155,0,0), - (412,34,-10774.9,-89.8001,34.8007,0,0,0,0,0,0,0,0,0,2.9184,0,0), - (412,35,-10788.6,-86.7376,33.4988,0,41204,0,0,0,0,0,0,0,3.33466,0,0), - (412,36,-10802.7,-88.6347,29.0679,0,0,0,0,0,0,0,0,0,3.48389,0,0), - (412,37,-10811.5,-97.1736,29.2451,0,0,0,0,0,0,0,0,0,4.28499,0,0), - (412,38,-10821.4,-121.335,30.142,0,0,0,0,0,0,0,0,0,4.32426,0,0), - (412,39,-10826.2,-134.391,31.7845,0,0,0,0,0,0,0,0,0,4.36353,0,0), - (412,40,-10830.6,-148.284,31.7985,0,0,0,0,0,0,0,0,0,4.39888,0,0), - (412,41,-10835.3,-164.201,33.8299,0,0,0,0,0,0,0,0,0,4.41459,0,0), - (412,42,-10840.4,-182.63,34.0254,0,0,0,0,0,0,0,0,0,4.446,0,0), - (412,43,-10843.3,-193.104,35.8227,0,0,0,0,0,0,0,0,0,4.446,0,0), - (412,44,-10848.7,-215.175,37.7986,0,0,0,0,0,0,0,0,0,4.50612,0,0), - (412,45,-10851.7,-235.779,38.6853,0,0,0,0,0,0,0,0,0,4.56895,0,0), - (412,46,-10857.4,-264.019,38.0974,0,0,0,0,0,0,0,0,0,4.44052,0,0), - (412,47,-10866.6,-293.454,37.9429,0,41205,0,0,0,0,0,0,0,4.41055,0,0), - (412,48,-10882.9,-332.562,37.9688,0,0,0,0,0,0,0,0,0,4.31577,0,0), - (412,49,-10900,-365.26,39.4542,0,41206,0,0,0,0,0,0,0,4.30917,0,0), - (412,50,-10904.1,-393.833,41.0451,0,41202,0,0,0,0,0,0,0,4.56982,0,0), - (412,51,-10905.7,-431.964,42.7237,0,0,0,0,0,0,0,0,0,4.66877,0,0), - (412,52,-10908,-461.901,46.7191,0,0,0,0,0,0,0,0,0,4.63775,0,0), - (412,53,-10911.2,-510.492,52.0594,0,0,0,0,0,0,0,0,0,4.64585,0,0), - (412,54,-10915.1,-533.78,53.8047,0,0,0,0,0,0,0,0,0,4.54823,0,0), - (412,55,-10927,-565.685,54.042,0,0,0,0,0,0,0,0,0,4.35519,0,0), - (412,56,-10936.5,-581.62,53.8887,0,0,0,0,0,0,0,0,0,3.96551,0,0), - (412,57,-10950.1,-597.371,55.177,0,0,0,0,0,0,0,0,0,4.31457,0,0), - (412,58,-10957.9,-619.554,55.0689,0,0,0,0,0,0,0,0,0,4.37644,0,0), - (412,59,-10958.8,-637.183,55.2047,0,0,0,0,0,0,0,0,0,4.9836,0,0), - (412,60,-10954.3,-652.46,55.4423,0,0,0,0,0,0,0,0,0,5.32131,0,0), - (412,61,-10931.8,-681.568,55.3955,0,0,0,0,0,0,0,0,0,5.26819,0,0), - (412,62,-10916.9,-710.733,55.6988,0,0,0,0,0,0,0,0,0,5.18499,0,0), - (412,63,-10902.9,-734.1,55.1313,1000,0,0,0,0,0,0,0,0,5.34636,0,0), - (412,64,-10878.3,-760.091,55.5638,0,0,0,0,0,0,0,0,0,5.49849,0,0), - (412,65,-10851.1,-787.76,56.1885,0,0,0,0,0,0,0,0,0,5.48821,0,0), - (412,66,-10831.9,-818.655,56.2795,0,0,0,0,0,0,0,0,0,5.02012,0,0), - (412,67,-10825.2,-833.223,55.5758,1000,0,0,0,0,0,0,0,0,5.14185,0,0), - (412,68,-10808.3,-873.497,55.9567,0,0,0,0,0,0,0,0,0,5.10907,0,0), - (412,69,-10796.7,-912.719,55.8731,0,0,0,0,0,0,0,0,0,4.79516,0,0), - (412,70,-10796.1,-934.562,56.2303,0,0,0,0,0,0,0,0,0,4.4344,0,0), - (412,71,-10800.5,-949.721,56.5614,0,0,0,0,0,0,0,0,0,4.43291,0,0), - (412,72,-10807.1,-969.027,56.2941,0,0,0,0,0,0,0,0,0,4.69188,0,0), - (412,73,-10806.8,-992.166,53.8349,0,0,0,0,0,0,0,0,0,4.73739,0,0), - (412,74,-10804.6,-1030.41,47.0768,0,0,0,0,0,0,0,0,0,4.86697,0,0), - (412,75,-10801.3,-1047.26,44.0233,0,0,0,0,0,0,0,0,0,5.13007,0,0), - (412,76,-10787.8,-1074.49,37.7652,0,0,0,0,0,0,0,0,0,4.96072,0,0), - (412,77,-10783.3,-1095.07,33.6488,0,0,0,0,0,0,0,0,0,4.81832,0,0), - (412,78,-10781.2,-1112.66,30.3863,0,0,0,0,0,0,0,0,0,5.15773,0,0), - (412,79,-10763.6,-1138.91,27.0977,0,0,0,0,0,0,0,0,0,5.51344,0,0), - (412,80,-10738,-1158.02,26.4475,1000,0,0,0,0,0,0,0,0,5.64143,0,0), - (412,81,-10705.3,-1179.29,26.3723,0,0,0,0,0,0,0,0,0,5.723,0,0), - (412,82,-10682.3,-1190.45,27.2793,0,0,0,0,0,0,0,0,0,6.04378,0,0), - (412,83,-10662.5,-1193.06,28.2884,0,0,0,0,0,0,0,0,0,0.124497,0,0), - (412,84,-10641.6,-1189.92,28.5594,0,0,0,0,0,0,0,0,0,0.250735,0,0), - (412,85,-10615.7,-1182.78,28.5022,0,0,0,0,0,0,0,0,0,0.26975,0,0), - (412,86,-10586.8,-1177.32,28.3931,0,0,0,0,0,0,0,0,0,0.085145,0,0), - (412,87,-10576.4,-1179.26,28.1946,0,0,0,0,0,0,0,0,0,5.88925,0,0), - (412,88,-10566.7,-1189.27,27.8756,0,0,0,0,0,0,0,0,0,5.795,0,0), - (412,89,-10557,-1192.38,28.0606,0,0,0,0,0,0,0,0,0,0.682047,0,0), - (412,90,-10550.4,-1185.71,27.8428,0,0,0,0,0,0,0,0,0,1.44161,0,0), - (412,91,-10554.4,-1167.97,27.5984,5000,41203,0,0,0,0,0,0,0,1.80478,0,0), - (468,1,-10558.7,-1189.72,28.0581,0,0,0,0,0,0,0,0,0,1.10348,0,0), - (468,2,-10537.1,-1189.93,27.8595,0,0,0,0,0,0,0,0,0,6.2714,0,0), - (468,3,-10533.8,-1202.97,27.3122,0,0,0,0,0,0,0,0,0,4.91266,0,0), - (468,4,-10535.7,-1190.08,27.815,0,0,0,0,0,0,0,0,0,1.73573,0,0), - (468,5,-10555.1,-1180.8,27.8818,0,0,0,0,0,0,0,0,0,2.60359,0,0), - (468,6,-10551.4,-1160.59,27.8957,0,0,0,0,0,0,0,0,0,1.05243,0,0), - (468,7,-10537.1,-1159.61,28.0878,0,0,0,0,0,0,0,0,0,0.062828,0,0), - (468,8,-10547.1,-1160.33,27.9215,0,0,0,0,0,0,0,0,0,3.21385,0,0), - (468,9,-10556.5,-1156.86,28.0371,0,0,0,0,0,0,0,0,0,2.78973,0,0), - (468,10,-10557.6,-1146.69,28.0353,0,0,0,0,0,0,0,0,0,1.70588,0,0), - (468,11,-10558.4,-1141.58,30.0688,0,0,0,0,0,0,0,0,0,1.71766,0,0), - (468,12,-10560.3,-1125.83,30.067,0,0,0,0,0,0,0,0,0,1.69017,0,0), - (468,13,-10558.4,-1141.53,30.0684,0,0,0,0,0,0,0,0,0,4.8514,0,0), - (468,14,-10557.7,-1146.49,28.0342,0,0,0,0,0,0,0,0,0,4.84747,0,0), - (468,15,-10557.7,-1153.57,28.0342,0,0,0,0,0,0,0,0,0,4.71003,0,0), - (468,16,-10577.8,-1167.91,28.2595,0,0,0,0,0,0,0,0,0,3.83038,0,0), - (468,17,-10568.4,-1190.9,27.9345,0,0,0,0,0,0,0,0,0,4.91816,0,0), - (468,18,-10573,-1195.28,27.5341,0,0,0,0,0,0,0,0,0,3.70472,0,0), - (468,19,-10582.4,-1196.94,27.6474,0,0,0,0,0,0,0,0,0,3.28846,0,0), - (468,20,-10563,-1195.51,27.8512,0,0,0,0,0,0,0,0,0,0.060474,0,0), - (489,1,-10518.8,1034.88,60.5183,0,0,0,0,0,0,0,0,0,0,0,0), - (489,2,-10520,1026.01,60.5083,0,0,0,0,0,0,0,0,0,0,0,0), - (489,3,-10516.9,1012.2,60.519,0,0,0,0,0,0,0,0,0,0,0,0), - (489,4,-10503.1,1005.24,60.5191,0,0,0,0,0,0,0,0,0,0,0,0), - (489,5,-10488,1009.44,60.4788,0,0,0,0,0,0,0,0,0,0,0,0), - (489,6,-10480.6,1027.72,60.5182,0,0,0,0,0,0,0,0,0,0,0,0), - (489,7,-10492.1,1043.76,60.4837,0,0,0,0,0,0,0,0,0,0,0,0), - (489,8,-10504.3,1045.41,60.5181,0,0,0,0,0,0,0,0,0,0,0,0), - (489,9,-10517.1,1037.02,60.5181,0,0,0,0,0,0,0,0,0,0,0,0), - (495,1,-10553,-1181.95,27.9657,0,0,0,0,0,0,0,0,0,1.56843,0,0), - (495,2,-10554.4,-1162.24,27.9124,0,0,0,0,0,0,0,0,0,1.66268,0,0), - (495,3,-10562.6,-1157.19,27.839,0,0,0,0,0,0,0,0,0,2.99393,0,0), - (495,4,-10572.7,-1161.97,27.713,0,0,0,0,0,0,0,0,0,3.8186,0,0), - (495,5,-10576.7,-1173.85,28.2541,0,0,0,0,0,0,0,0,0,4.70217,0,0), - (495,6,-10563.8,-1181.82,28.1008,0,0,0,0,0,0,0,0,0,6.09624,0,0), - (522,1,-10381.8,385.819,47.4858,0,0,0,0,0,0,0,0,0,1.18829,0,0), - (522,2,-10378.4,396.698,48.6662,0,0,0,0,0,0,0,0,0,1.76791,0,0), - (522,3,-10383.9,406.43,48.2008,0,0,0,0,0,0,0,0,0,2.21245,0,0), - (522,4,-10392.8,415.511,48.5681,0,0,0,0,0,0,0,0,0,2.69861,0,0), - (522,5,-10402.7,424.936,48.5981,0,0,0,0,0,0,0,0,0,2.59494,0,0), - (522,6,-10422.1,430.723,47.0119,0,0,0,0,0,0,0,0,0,2.95858,0,0), - (522,7,-10436.6,429.382,45.2662,0,0,0,0,0,0,0,0,0,3.12351,0,0), - (522,8,-10453.3,433.284,40.6231,0,0,0,0,0,0,0,0,0,2.79364,0,0), - (522,9,-10470.3,439.704,37.3075,0,0,0,0,0,0,0,0,0,2.97428,0,0), - (522,10,-10475.1,439.484,36.9664,0,0,0,0,0,0,0,0,0,3.58297,0,0), - (522,11,-10483.4,433.097,37.9773,0,0,0,0,0,0,0,0,0,4.10997,0,0), - (522,12,-10487.7,425.658,37.6992,0,0,0,0,0,0,0,0,0,4.26234,0,0), - (522,13,-10491.3,416.08,35.8946,0,0,0,0,0,0,0,0,0,4.4312,0,0), - (522,14,-10497.2,393.399,36.0944,0,0,0,0,0,0,0,0,0,4.55684,0,0), - (522,15,-10496.4,366.334,34.3317,0,0,0,0,0,0,0,0,0,4.82387,0,0), - (522,16,-10488.2,347.825,34.1085,0,0,0,0,0,0,0,0,0,5.18909,0,0), - (522,17,-10474.2,327.59,35.0722,0,0,0,0,0,0,0,0,0,5.31868,0,0), - (522,18,-10466.7,311.631,36.7639,0,0,0,0,0,0,0,0,0,5.46397,0,0), - (522,19,-10449.7,301.976,37.3267,0,0,0,0,0,0,0,0,0,5.83311,0,0), - (522,20,-10436,298.191,37.4351,0,0,0,0,0,0,0,0,0,0.158601,0,0), - (522,21,-10416.6,304.413,38.8815,0,0,0,0,0,0,0,0,0,0.563077,0,0), - (522,22,-10408.8,312.268,39.3245,0,0,0,0,0,0,0,0,0,1.16626,0,0), - (522,23,-10405.8,321.295,40.5022,0,0,0,0,0,0,0,0,0,1.46943,0,0), - (522,24,-10405.1,334.65,42.6046,0,0,0,0,0,0,0,0,0,1.54404,0,0), - (522,25,-10405,345.921,43.8031,0,0,0,0,0,0,0,0,0,1.35162,0,0), - (522,26,-10399.3,360.188,45.1209,0,0,0,0,0,0,0,0,0,1.37125,0,0), - (522,27,-10400,366.515,45.581,0,0,0,0,0,0,0,0,0,2.18257,0,0), - (522,28,-10405.3,372.353,45.7753,0,0,0,0,0,0,0,0,0,2.43075,0,0), - (522,29,-10410.4,375.665,45.6153,0,0,0,0,0,0,0,0,0,2.35614,0,0), - (522,30,-10412.4,379.826,45.7007,0,0,0,0,0,0,0,0,0,1.23852,0,0), - (522,31,-10411.1,383.231,46.2108,0,0,0,0,0,0,0,0,0,0.66675,0,0), - (522,32,-10408.7,384.592,46.6007,0,0,0,0,0,0,0,0,0,5.97264,0,0), - (522,33,-10399.6,381.67,46.8407,0,0,0,0,0,0,0,0,0,6.21768,0,0), - (522,34,-10391.9,382.664,46.8753,0,0,0,0,0,0,0,0,0,0.623291,0,0), - (642,1,-290.328,-513.814,49.6385,5,0,0,0,0,0,0,0,0,0,0,0), - (642,2,-310.224,-516.112,54.1499,0,0,0,0,0,0,0,0,0,0,0,0), - (642,3,-310.549,-511.603,55.8203,5,0,0,0,0,0,0,0,0,0,0,0), - (642,4,-309.825,-516.189,54.1282,3,0,0,0,0,0,0,0,0,0,0,0), - (642,5,-289.317,-514.282,49.6165,5,0,0,0,0,0,0,0,0,0,0,0), - (642,6,-289.997,-526.829,49.7045,3,0,0,0,0,0,0,0,0,0,0,0), - (645,1,-109.963,-844.91,16.9348,0,0,0,0,0,0,0,0,0,0,0,0), - (645,2,-86.0507,-855.474,17.2869,0,0,0,0,0,0,0,0,0,0,0,0), - (645,3,-68.76,-857.101,17.0637,5,0,0,0,0,0,0,0,0,0,0,0), - (645,4,-68.6382,-850.139,16.9405,3,0,0,0,0,0,0,0,0,0,0,0), - (645,5,-67.5273,-858.453,17.1098,5,0,0,0,0,0,0,0,0,0,0,0), - (645,6,-41.9185,-853.296,18.6536,0,0,0,0,0,0,0,0,0,0,0,0), - (645,7,-24.0568,-837.525,19.4777,0,0,0,0,0,0,0,0,0,0,0,0), - (645,8,-17.1463,-824.751,19.8371,5,0,0,0,0,0,0,0,0,0,0,0), - (645,9,-25.4848,-840.016,19.4102,0,0,0,0,0,0,0,0,0,0,0,0), - (645,10,-39.2102,-850.76,18.7589,0,0,0,0,0,0,0,0,0,0,0,0), - (645,11,-66.4498,-858.309,17.1408,5,0,0,0,0,0,0,0,0,0,0,0), - (645,12,-68.4815,-848.957,16.8964,3,0,0,0,0,0,0,0,0,0,0,0), - (645,13,-67.1035,-857.074,17.1128,5,0,0,0,0,0,0,0,0,0,0,0), - (645,14,-92.6775,-852.599,17.1592,0,0,0,0,0,0,0,0,0,0,0,0), - (645,15,-113.633,-842.47,16.9106,0,0,0,0,0,0,0,0,0,0,0,0), - (645,16,-124.084,-827.918,16.894,5,0,0,0,0,0,0,0,0,0,0,0), - (647,6,-92.37,-808.028,38.7975,0,0,0,0,0,0,0,0,0,100,0,0), - (647,5,-102.277,-814.224,38.0795,2000,0,0,0,0,0,0,0,0,100,0,0), - (647,4,-102.49,-824.696,38.0774,2000,0,0,0,0,0,0,0,0,100,0,0), - (647,3,-83.5775,-833.452,39.5389,0,0,0,0,0,0,0,0,0,100,0,0), - (647,2,-56.8627,-831.469,41.896,3000,0,0,0,0,0,0,0,0,100,0,0), - (647,1,-56.0753,-808.808,41.9326,2000,0,0,0,0,0,0,0,0,100,0,0), - (723,1,-12480,-940.299,41.9336,0,0,0,0,0,0,0,0,0,0,0,0), - (723,2,-12479.1,-984.27,47.1531,0,0,0,0,0,0,0,0,0,0,0,0), - (723,3,-12482.2,-958.726,40.6606,0,0,0,0,0,0,0,0,0,0,0,0), - (797,1,-9444.43,135.83,58.3781,0,0,0,0,0,0,0,0,0,2.96908,0,0), - (797,2,-9464.79,119.614,58.1535,0,0,0,0,0,0,0,0,0,3.81417,0,0), - (797,3,-9465.47,113.605,57.8228,0,0,0,0,0,0,0,0,0,4.59957,0,0), - (797,4,-9463.57,98.0503,58.3083,3000,0,0,0,0,0,0,0,0,4.82341,0,0), - (797,5,-9459.38,93.0233,58.3436,0,0,0,0,0,0,0,0,0,5.40774,0,0), - (797,6,-9459.14,96.1898,58.3436,2000,0,0,0,0,0,0,0,0,1.49646,0,0), - (797,7,-9461.99,96.7114,58.3394,4000,0,0,0,0,0,0,0,0,2.96044,0,0), - (797,8,-9458.39,94.3731,58.3427,0,0,0,0,0,0,0,0,0,5.7062,0,0), - (797,9,-9461.77,94.5393,58.3348,0,0,0,0,0,0,0,0,0,3.09239,0,0), - (797,10,-9462.45,98.0957,58.3381,3000,0,0,0,0,0,0,0,0,1.76035,0,0), - (797,11,-9459.6,97.5816,58.3447,0,0,0,0,0,0,0,0,0,6.10518,0,0), - (797,12,-9459.81,93.9591,58.3447,1000,0,0,0,0,0,0,0,0,4.65376,0,0), - (797,13,-9459.75,97.7613,58.3447,0,0,0,0,0,0,0,0,0,1.55615,0,0), - (797,14,-9462.33,95.833,58.3408,0,0,0,0,0,0,0,0,0,3.78354,0,0), - (797,15,-9465.01,98.6128,58.3301,5000,0,0,0,0,0,0,0,0,2.33841,0,0), - (797,16,-9461.03,99.7479,58.3447,0,0,0,0,0,0,0,0,0,0.277521,0,0), - (797,17,-9458.8,98.3655,58.3447,0,0,0,0,0,0,0,0,0,5.72819,0,0), - (797,18,-9461.14,94.6385,58.3204,2000,0,0,0,0,0,0,0,0,4.11655,0,0), - (797,19,-9458.75,93.5615,58.3437,4000,0,0,0,0,0,0,0,0,5.86013,0,0), - (797,20,-9460.93,97.7421,58.3437,0,0,0,0,0,0,0,0,0,2.05252,0,0), - (797,21,-9463.95,101.358,58.3022,0,0,0,0,0,0,0,0,0,2.26615,0,0), - (797,22,-9465.12,121.699,58.4358,0,0,0,0,0,0,0,0,0,1.62841,0,0), - (797,23,-9446.16,133.186,58.7297,0,0,0,0,0,0,0,0,0,0.544557,0,0), - (797,24,-9422.48,129.156,59.6602,0,0,0,0,0,0,0,0,0,6.1146,0,0), - (797,25,-9414.83,130.95,59.4521,4000,0,0,0,0,0,0,0,0,0.230398,0,0), - (797,26,-9416.32,128.507,59.6645,1000,0,0,0,0,0,0,0,0,4.16681,0,0), - (797,27,-9420.16,127.931,59.7573,2000,0,0,0,0,0,0,0,0,3.29031,0,0), - (797,28,-9421.92,134.862,59.1149,1000,0,0,0,0,0,0,0,0,1.82004,0,0), - (797,29,-9417.28,136.408,58.9082,0,0,0,0,0,0,0,0,0,0.321501,0,0), - (797,30,-9418.86,131.49,59.4781,4000,0,0,0,0,0,0,0,0,4.40243,0,0), - (797,31,-9420.34,124.841,59.866,0,0,0,0,0,0,0,0,0,4.49354,0,0), - (840,1,-10330.9,-1122.6,21.8575,0,0,0,0,0,0,0,0,0,0,0,0), - (840,2,-10301.8,-1147.21,22.7721,0,0,0,0,0,0,0,0,0,2,0,0), - (840,3,-10304.7,-1143.97,22.5881,0,0,0,0,0,0,0,0,0,0,0,0), - (840,4,-10346.2,-1117.57,21.3499,0,0,0,0,0,0,0,0,0,0,0,0), - (840,5,-10386.6,-1115.48,21.9835,0,0,0,0,0,0,0,0,0,0,0,0), - (840,6,-10407.2,-1125.88,23.0746,0,0,0,0,0,0,0,0,0,0,0,0), - (840,7,-10428.8,-1160.3,27.3439,0,0,0,0,0,0,0,0,0,0,0,0), - (840,8,-10444.6,-1171.5,27.8846,0,0,0,0,0,0,0,0,0,0,0,0), - (840,9,-10460.6,-1179.07,27.5147,0,0,0,0,0,0,0,0,0,0,0,0), - (840,10,-10513.9,-1186.64,28.1049,0,0,0,0,0,0,0,0,0,3,0,0), - (840,11,-10468.1,-1181.8,27.6681,0,0,0,0,0,0,0,0,0,0,0,0), - (840,12,-10435.8,-1167.49,27.911,0,0,0,0,0,0,0,0,0,0,0,0), - (840,13,-10426.4,-1155.93,26.9116,0,0,0,0,0,0,0,0,0,0,0,0), - (840,14,-10406.2,-1124.49,22.9748,0,0,0,0,0,0,0,0,0,0,0,0), - (840,15,-10388.2,-1116.7,22.1216,0,0,0,0,0,0,0,0,0,0,0,0), - (840,16,-10359.4,-1109.54,20.1922,0,0,0,0,0,0,0,0,0,0,0,0), - (840,17,-10358.8,-1111.36,20.9162,0,0,0,0,0,0,0,0,0,0,0,0), - (840,18,-10359.2,-1107.81,19.4514,0,0,0,0,0,0,0,0,0,10,0,0), - (844,1,-9628.33,-1176.14,39.9827,0,0,0,0,0,0,0,0,0,0,0,0), - (844,2,-9622.15,-1162.8,41.8447,0,0,0,0,0,0,0,0,0,1.13744,0,0), - (844,3,-9615.5,-1130.42,42.5478,0,0,0,0,0,0,0,0,0,1.3652,0,0), - (844,4,-9613.92,-1085.01,39.9107,0,0,0,0,0,0,0,0,0,1.70292,0,0), - (844,5,-9616.21,-1059.83,39.8157,0,0,0,0,0,0,0,0,0,1.67003,0,0), - (844,6,-9616.79,-1054.03,40.3707,0,0,0,0,0,0,0,0,0,1.67003,0,0), - (844,7,-9617.74,-1044.5,39.6632,0,0,0,0,0,0,0,0,0,1.67003,0,0), - (844,8,-9619.11,-1030.77,39.7045,0,0,0,0,0,0,0,0,0,1.67003,0,0), - (844,9,-9621.47,-1005.62,42.0004,0,0,0,0,0,0,0,0,0,1.53808,0,0), - (844,10,-9620.81,-985.471,43.2713,0,0,0,0,0,0,0,0,0,1.20193,0,0), - (844,11,-9613.09,-966.993,43.8261,0,0,0,0,0,0,0,0,0,1.10925,0,0), - (844,12,-9585.3,-926.916,43.2905,0,0,0,0,0,0,0,0,0,0.963134,0,0), - (844,13,-9580.38,-890.055,43.568,0,0,0,0,0,0,0,0,0,1.43833,0,0), - (844,14,-9589.39,-864.283,43.7264,0,0,0,0,0,0,0,0,0,2.03523,0,0), - (844,15,-9624.39,-825.177,43.7025,0,0,0,0,0,0,0,0,0,2.30227,0,0), - (844,16,-9647.81,-795.14,43.6049,0,0,0,0,0,0,0,0,0,2.23158,0,0), - (844,17,-9650.68,-783.491,44.2108,0,0,0,0,0,0,0,0,0,1.81925,0,0), - (844,18,-9654.59,-741.551,44.5521,0,0,0,0,0,0,0,0,0,1.67002,0,0), - (844,19,-9653.75,-724.91,44.3631,0,0,0,0,0,0,0,0,0,1.41869,0,0), - (844,20,-9643.18,-675.147,48.7801,0,0,0,0,0,0,0,0,0,1.34016,0,0), - (844,21,-9637.25,-656.76,49.563,0,0,0,0,0,0,0,0,0,1.19486,0,0), - (844,22,-9628.46,-641.716,50.8846,0,0,0,0,0,0,0,0,0,1.0417,0,0), - (844,23,-9622.21,-623.616,51.8867,0,0,0,0,0,0,0,0,0,1.45011,0,0), - (844,24,-9620.62,-585.027,53.9861,0,0,0,0,0,0,0,0,0,1.54043,0,0), - (844,25,-9615.58,-547.328,54.3829,0,0,0,0,0,0,0,0,0,1.19878,0,0), - (844,26,-9599.33,-514.005,57.2836,0,0,0,0,0,0,0,0,0,1.0849,0,0), - (844,27,-9589.68,-491.036,57.6179,0,0,0,0,0,0,0,0,0,1.20271,0,0), - (844,28,-9590.01,-471.08,57.7791,0,0,0,0,0,0,0,0,0,1.91742,0,0), - (844,29,-9610.27,-429.397,57.4384,0,0,0,0,0,0,0,0,0,2.03131,0,0), - (844,30,-9617.12,-403.695,57.4755,0,0,0,0,0,0,0,0,0,1.34442,0,0), - (844,31,-9620.8,-350.287,57.0423,0,0,0,0,0,0,0,0,0,1.56007,0,0), - (844,32,-9619.14,-304.976,57.3787,0,0,0,0,0,0,0,0,0,1.53415,0,0), - (844,33,-9616.08,-289.846,57.3036,0,0,0,0,0,0,0,0,0,1.37129,0,0), - (844,34,-9611.01,-267.445,57.2309,0,0,0,0,0,0,0,0,0,1.34812,0,0), - (844,35,-9600.99,-233.906,57.4913,0,0,0,0,0,0,0,0,0,1.25787,0,0), - (844,36,-9593.56,-210.251,57.474,0,0,0,0,0,0,0,0,0,1.25394,0,0), - (844,37,-9572.9,-162.912,57.7034,0,0,0,0,0,0,0,0,0,1.1322,0,0), - (844,38,-9556.06,-140.039,57.3349,0,0,0,0,0,0,0,0,0,1.04581,0,0), - (844,39,-9550.49,-119.764,57.5015,0,0,0,0,0,0,0,0,0,1.46993,0,0), - (844,40,-9547.76,-72.0136,57.4263,0,0,0,0,0,0,0,0,0,1.50134,0,0), - (844,41,-9539.41,-36.6336,56.4481,0,0,0,0,0,0,0,0,0,1.10079,0,0), - (844,42,-9516.71,7.89289,56.0952,0,0,0,0,0,0,0,0,0,1.09931,0,0), - (844,43,-9500.4,44.1439,55.9721,0,0,0,0,0,0,0,0,0,1.12328,0,0), - (844,44,-9490.19,57.6428,56.0117,0,0,0,0,0,0,0,0,0,0.915154,0,0), - (844,45,-9478.19,63.1176,56.1707,0,0,0,0,0,0,0,0,0,0.30647,0,0), - (844,46,-9463.42,61.0766,55.9612,30000,0,0,0,0,0,0,0,0,5.60398,0,0), - (844,47,-9458.63,53.1014,56.2968,0,0,0,0,0,0,0,0,0,4.68507,0,0), - (844,48,-9460.45,36.4152,56.9501,0,0,0,0,0,0,0,0,0,3.12999,0,0), - (844,49,-9467.21,36.6259,56.9649,0,0,0,0,0,0,0,0,0,4.66309,0,0), - (844,50,-9467.52,30.389,56.9649,0,0,0,0,0,0,0,0,0,4.66309,0,0), - (844,51,-9467.76,25.4583,56.3399,0,0,0,0,0,0,0,0,0,4.66309,0,0), - (844,52,-9468.54,19.2089,56.9634,0,0,0,0,0,0,0,0,0,4.67251,0,0), - (844,53,-9466.51,15.5142,56.9634,30000,0,0,0,0,0,0,0,0,5.21601,0,0), - (844,54,-9468.78,18.7939,56.9634,0,0,0,0,0,0,0,0,0,1.48066,0,0), - (844,55,-9467.97,23.838,56.3397,0,0,0,0,0,0,0,0,0,1.48066,0,0), - (844,56,-9467.33,30.1063,56.9664,0,0,0,0,0,0,0,0,0,1.69114,0,0), - (844,57,-9468.05,36.1106,56.9664,0,0,0,0,0,0,0,0,0,0.016673,0,0), - (844,58,-9460.5,36.2366,56.9516,0,0,0,0,0,0,0,0,0,1.35813,0,0), - (844,59,-9458.51,50.9179,56.5144,0,0,0,0,0,0,0,0,0,1.49322,0,0), - (844,60,-9461.25,60.427,55.9169,0,0,0,0,0,0,0,0,0,2.35088,0,0), - (844,61,-9484.57,68.9656,56.3056,0,0,0,0,0,0,0,0,0,2.78913,0,0), - (844,62,-9487.32,79.8572,56.0447,0,0,0,0,0,0,0,0,0,1.81838,0,0), - (844,63,-9481.79,116.391,56.5505,0,0,0,0,0,0,0,0,0,1.42058,0,0), - (844,64,-9481.69,158.113,56.0987,0,0,0,0,0,0,0,0,0,1.5681,0,0), - (844,65,-9484.71,182.812,55.2594,0,0,0,0,0,0,0,0,0,1.75525,0,0), - (844,66,-9502.95,212.588,53.3357,0,0,0,0,0,0,0,0,0,2.21274,0,0), - (844,67,-9523.8,235.689,51.3777,0,0,0,0,0,0,0,0,0,2.3227,0,0), - (844,68,-9542.6,247.273,50.4008,0,0,0,0,0,0,0,0,0,2.99421,0,0), - (844,69,-9600.25,250.499,47.5452,0,0,0,0,0,0,0,0,0,3.08687,0,0), - (844,70,-9650.26,256.059,46.5437,0,0,0,0,0,0,0,0,0,3.03076,0,0), - (844,71,-9674.3,270.692,46.438,0,0,0,0,0,0,0,0,0,2.59589,0,0), - (844,72,-9694.47,290.452,46.2332,0,0,0,0,0,0,0,0,0,2.36475,0,0), - (844,73,-9716.93,321.307,44.5799,0,0,0,0,0,0,0,0,0,2.09171,0,0), - (844,74,-9736.52,357.126,42.2989,0,0,0,0,0,0,0,0,0,2.07113,0,0), - (844,75,-9752.82,403.584,38.9407,0,0,0,0,0,0,0,0,0,1.90681,0,0), - (844,76,-9756.66,441.174,36.1087,0,0,0,0,0,0,0,0,0,1.67231,0,0), - (844,77,-9749.32,484.488,33.1644,0,0,0,0,0,0,0,0,0,1.40401,0,0), - (844,78,-9745.53,514.2,35.3443,0,0,0,0,0,0,0,0,0,1.44737,0,0), - (844,79,-9743.16,539.005,36.2891,0,0,0,0,0,0,0,0,0,1.43559,0,0), - (844,80,-9741.47,554.714,35.3796,5000,0,0,0,0,0,0,0,0,1.4561,0,0), - (844,81,-9739.33,603.519,30.7252,0,0,0,0,0,0,0,0,0,1.5283,0,0), - (844,82,-9756.05,661.766,27.8879,0,0,0,0,0,0,0,0,0,1.84348,0,0), - (844,83,-9759.65,679.766,26.9697,0,0,0,0,0,0,0,0,0,1.66676,0,0), - (844,84,-9757.05,708.034,25.3081,0,0,0,0,0,0,0,0,0,1.27633,0,0), - (844,85,-9752.14,727.79,25.022,0,0,0,0,0,0,0,0,0,1.53898,0,0), - (844,86,-9753.91,755.734,25.0339,0,0,0,0,0,0,0,0,0,1.8675,0,0), - (844,87,-9768.33,792.769,24.9121,0,0,0,0,0,0,0,0,0,2.20288,0,0), - (844,88,-9784.38,813.988,25.8176,0,0,0,0,0,0,0,0,0,2.21711,0,0), - (844,89,-9803.34,835.94,29.1361,0,0,0,0,0,0,0,0,0,2.27733,0,0), - (844,90,-9825.83,862.56,25.7335,0,0,0,0,0,0,0,0,0,2.27258,0,0), - (844,91,-9839.8,887.068,27.6202,0,0,0,0,0,0,0,0,0,2.08781,0,0), - (844,92,-9849.03,905.659,29.7641,0,0,0,0,0,0,0,0,0,2.31826,0,0), - (844,93,-9870.31,929.747,30.2423,0,0,0,0,0,0,0,0,0,1.78657,0,0), - (844,94,-9872.99,944.904,31.0865,0,0,0,0,0,0,0,0,0,1.5759,0,0), - (844,95,-9873.91,963.221,31.0943,0,0,0,0,0,0,0,0,0,2.2097,0,0), - (844,96,-9890.21,983.668,31.2368,0,0,0,0,0,0,0,0,0,2.90363,0,0), - (844,97,-9902.32,986.682,31.0078,0,0,0,0,0,0,0,0,0,3.07642,0,0), - (844,98,-9915.92,987.012,31.3307,0,0,0,0,0,0,0,0,0,3.11726,0,0), - (844,99,-9942.53,997.533,31.5275,0,0,0,0,0,0,0,0,0,2.76509,0,0), - (844,100,-9950.35,1002.6,31.493,0,0,0,0,0,0,0,0,0,2.99521,0,0), - (844,101,-9966.25,1004.62,31.4426,0,0,0,0,0,0,0,0,0,3.42958,0,0), - (844,102,-9984.12,999.33,31.4995,0,0,0,0,0,0,0,0,0,3.42958,0,0), - (844,103,-10012.4,986.375,32.1868,0,0,0,0,0,0,0,0,0,3.57233,0,0), - (844,104,-10032,981.591,32.7979,0,0,0,0,0,0,0,0,0,2.71383,0,0), - (844,105,-10048.4,991.613,33,0,0,0,0,0,0,0,0,0,2.59403,0,0), - (844,106,-10065.8,1004.01,32.9621,0,0,0,0,0,0,0,0,0,2.52245,0,0), - (844,107,-10077.8,1008.09,33.6352,0,0,0,0,0,0,0,0,0,2.82122,0,0), - (844,108,-10091.5,1004.08,35.0322,0,0,0,0,0,0,0,0,0,3.61076,0,0), - (844,109,-10102.5,997.143,37.8542,0,0,0,0,0,0,0,0,0,3.74193,0,0), - (844,110,-10115,990.143,38.1126,0,0,0,0,0,0,0,0,0,3.23927,0,0), - (844,111,-10138.8,989.662,35.4399,0,0,0,0,0,0,0,0,0,3.18874,0,0), - (844,112,-10173.1,986.229,34.3853,0,0,0,0,0,0,0,0,0,3.13233,0,0), - (844,113,-10193.3,986.28,33.3909,0,0,0,0,0,0,0,0,0,2.79755,0,0), - (844,114,-10218.7,993.943,32.4148,0,0,0,0,0,0,0,0,0,3.09882,0,0), - (844,115,-10249.6,993.797,31.1323,0,0,0,0,0,0,0,0,0,3.2716,0,0), - (844,116,-10261.1,988.929,31.2717,0,0,0,0,0,0,0,0,0,3.95726,0,0), - (844,117,-10274.5,972.885,31.1455,0,0,0,0,0,0,0,0,0,4.02106,0,0), - (844,118,-10286.7,964.385,31.1283,0,0,0,0,0,0,0,0,0,3.16747,0,0), - (844,119,-10308.6,967.897,31.1276,0,0,0,0,0,0,0,0,0,2.72227,0,0), - (844,120,-10331.8,978.769,31.1307,0,0,0,0,0,0,0,0,0,3.02105,0,0), - (844,121,-10376.4,981.008,31.127,0,0,0,0,0,0,0,0,0,3.09137,0,0), - (844,122,-10402,993.461,31.6223,0,0,0,0,0,0,0,0,0,3.03246,0,0), - (844,123,-10414.9,992.967,32.4952,0,0,0,0,0,0,0,0,0,3.59732,0,0), - (844,124,-10431.7,983.544,34.3848,0,0,0,0,0,0,0,0,0,3.76343,0,0), - (844,125,-10472.1,953.672,36.1688,0,0,0,0,0,0,0,0,0,3.15806,0,0), - (844,126,-10509.5,954.609,40.461,0,0,0,0,0,0,0,0,0,2.88607,0,0), - (844,127,-10549.2,968.808,41.3401,0,0,0,0,0,0,0,0,0,2.68818,0,0), - (844,128,-10572.3,980.064,39.3883,0,0,0,0,0,0,0,0,0,2.68818,0,0), - (844,129,-10622,1002.8,32.7905,0,0,0,0,0,0,0,0,0,2.71275,0,0), - (844,130,-10637.5,1006.52,32.1902,0,0,0,0,0,0,0,0,0,3.5113,0,0), - (844,131,-10651.9,1000.25,32.8541,30000,0,0,0,0,0,0,0,0,3.55057,0,0), - (844,132,-10656.5,1000.94,32.8737,0,0,0,0,0,0,0,0,0,2.37247,0,0), - (844,133,-10659.1,1010.24,32.7264,0,0,0,0,0,0,0,0,0,1.78735,0,0), - (844,134,-10661,1026.66,32.4494,0,0,0,0,0,0,0,0,0,1.68258,0,0), - (844,135,-10653.9,1038.76,33.4565,0,0,0,0,0,0,0,0,0,1.03625,0,0), - (844,136,-10634.4,1065.4,33.7203,0,0,0,0,0,0,0,0,0,1.38968,0,0), - (844,137,-10631.8,1091.59,33.7009,0,0,0,0,0,0,0,0,0,0.925727,0,0), - (844,138,-10623.4,1102.74,33.8455,0,0,0,0,0,0,0,0,0,1.76453,0,0), - (844,139,-10633.6,1144.49,33.7048,0,0,0,0,0,0,0,0,0,1.81004,0,0), - (844,140,-10641.8,1158.94,33.267,0,0,0,0,0,0,0,0,0,2.42894,0,0), - (844,141,-10645.1,1161.78,34.3724,0,0,0,0,0,0,0,0,0,2.42894,0,0), - (844,142,-10649.1,1165.21,34.4199,30000,0,0,0,0,0,0,0,0,2.42894,0,0), - (844,143,-10645,1161.65,34.3691,0,0,0,0,0,0,0,0,0,5.56425,0,0), - (844,144,-10643,1159.89,33.2028,0,0,0,0,0,0,0,0,0,5.35376,0,0), - (844,145,-10633.6,1143.93,33.7027,0,0,0,0,0,0,0,0,0,5.06709,0,0), - (844,146,-10623.7,1104.62,33.8957,0,0,0,0,0,0,0,0,0,4.26992,0,0), - (844,147,-10632.2,1090.97,33.6979,0,0,0,0,0,0,0,0,0,4.5723,0,0), - (844,148,-10634.9,1066.3,33.7195,0,0,0,0,0,0,0,0,0,4.12619,0,0), - (844,149,-10660.9,1030.7,32.7179,0,0,0,0,0,0,0,0,0,3.0664,0,0), - (844,150,-10708,1035.17,33.1656,0,0,0,0,0,0,0,0,0,3.56204,0,0), - (844,151,-10737.1,1024.19,33.3604,0,0,0,0,0,0,0,0,0,3.53747,0,0), - (844,152,-10752.4,1017.56,32.9291,0,0,0,0,0,0,0,0,0,3.13444,0,0), - (844,153,-10807.3,1017.29,32.3752,0,0,0,0,0,0,0,0,0,3.4606,0,0), - (844,154,-10830.3,1008.83,32.8154,0,0,0,0,0,0,0,0,0,3.29704,0,0), - (844,155,-10863.8,1006.08,31.5577,0,0,0,0,0,0,0,0,0,3.1437,0,0), - (844,156,-10885.7,1004.49,33.5879,0,0,0,0,0,0,0,0,0,3.53177,0,0), - (844,157,-10903,998.288,35.9247,0,0,0,0,0,0,0,0,0,3.48072,0,0), - (844,158,-10919,993.385,35.4282,0,0,0,0,0,0,0,0,0,3.88293,0,0), - (844,159,-10939.6,970.662,32.9806,0,0,0,0,0,0,0,0,0,4.28358,0,0), - (844,160,-10948.4,948.316,31.5386,0,0,0,0,0,0,0,0,0,4.64504,0,0), - (844,161,-10948.7,936.686,31.5056,0,0,0,0,0,0,0,0,0,5.27571,0,0), - (844,162,-10937.6,924.241,31.5289,0,0,0,0,0,0,0,0,0,5.56945,0,0), - (844,163,-10916.5,906.374,32.0018,0,0,0,0,0,0,0,0,0,5.13355,0,0), - (844,164,-10912.9,888.234,31.6858,0,0,0,0,0,0,0,0,0,4.68981,0,0), - (844,165,-10917.6,866.612,32.7737,0,0,0,0,0,0,0,0,0,4.34425,0,0), - (844,166,-10926.5,850.413,32.6872,0,0,0,0,0,0,0,0,0,4.53274,0,0), - (844,167,-10928.5,830.748,32.2528,0,0,0,0,0,0,0,0,0,4.8037,0,0), - (844,168,-10925.4,814.334,31.1569,0,0,0,0,0,0,0,0,0,5.10607,0,0), - (844,169,-10914.5,793.723,30.8363,0,0,0,0,0,0,0,0,0,5.40236,0,0), - (844,170,-10892.5,767.105,30.8183,0,0,0,0,0,0,0,0,0,5.40345,0,0), - (844,171,-10878.6,746.377,30.9966,0,0,0,0,0,0,0,0,0,4.87732,0,0), - (844,172,-10866.5,668.83,30.9623,0,0,0,0,0,0,0,0,0,4.66694,0,0), - (844,173,-10865.2,628.683,31.3461,0,0,0,0,0,0,0,0,0,4.74155,0,0), - (844,174,-10864.3,591.272,31.2185,5000,0,0,0,0,0,0,0,0,4.89548,0,0), - (844,175,-10856.1,551.661,30.4888,0,0,0,0,0,0,0,0,0,4.98402,0,0), - (844,176,-10840.7,500.676,30.1222,0,0,0,0,0,0,0,0,0,5.00718,0,0), - (844,177,-10826.9,461.017,29.5704,0,0,0,0,0,0,0,0,0,4.91966,0,0), - (844,178,-10819.2,410.919,29.3886,0,0,0,0,0,0,0,0,0,4.86442,0,0), - (844,179,-10815.2,359.497,29.8396,0,0,0,0,0,0,0,0,0,4.79007,0,0), - (844,180,-10812.8,319.354,30.5916,0,0,0,0,0,0,0,0,0,5.02097,0,0), - (844,181,-10806.3,293.866,30.9536,0,0,0,0,0,0,0,0,0,4.94771,0,0), - (844,182,-10801.2,258.47,30.4944,0,0,0,0,0,0,0,0,0,4.95699,0,0), - (844,183,-10790.2,209.737,30.6327,0,0,0,0,0,0,0,0,0,5.04514,0,0), - (844,184,-10783,190.387,30.4605,0,0,0,0,0,0,0,0,0,5.06815,0,0), - (844,185,-10771.8,166.37,29.5841,0,0,0,0,0,0,0,0,0,5.14584,0,0), - (844,186,-10756.5,137.889,29.068,0,0,0,0,0,0,0,0,0,5.04106,0,0), - (844,187,-10753.5,122.478,28.8978,0,0,0,0,0,0,0,0,0,4.80061,0,0), - (844,188,-10753.6,89.1802,28.6112,0,0,0,0,0,0,0,0,0,4.67945,0,0), - (844,189,-10755.3,74.5614,28.8126,0,0,0,0,0,0,0,0,0,4.50666,0,0), - (844,190,-10766.1,42.4699,28.6458,0,0,0,0,0,0,0,0,0,4.35152,0,0), - (844,191,-10782.7,2.99363,29.7558,0,0,0,0,0,0,0,0,0,4.41632,0,0), - (844,192,-10792.1,-29.9934,29.5786,0,0,0,0,0,0,0,0,0,4.45331,0,0), - (844,193,-10803.5,-68.2885,29.3413,0,0,0,0,0,0,0,0,0,4.4219,0,0), - (844,194,-10821.4,-116.01,29.8458,0,0,0,0,0,0,0,0,0,4.35337,0,0), - (844,195,-10826.2,-131.192,31.6586,0,0,0,0,0,0,0,0,0,4.40807,0,0), - (844,196,-10832.4,-150.146,31.8923,0,0,0,0,0,0,0,0,0,4.40151,0,0), - (844,197,-10836.1,-162.59,33.7404,0,0,0,0,0,0,0,0,0,4.42115,0,0), - (844,198,-10841.6,-182.408,34.0842,0,0,0,0,0,0,0,0,0,4.44015,0,0), - (844,199,-10849.9,-215.655,37.76,0,0,0,0,0,0,0,0,0,4.46465,0,0), - (844,200,-10856.5,-250.779,38.2612,0,0,0,0,0,0,0,0,0,4.5314,0,0), - (844,201,-10863.9,-280.892,38.1165,0,0,0,0,0,0,0,0,0,4.44894,0,0), - (844,202,-10874.5,-308.623,38.1986,0,0,0,0,0,0,0,0,0,4.34291,0,0), - (844,203,-10884,-331.111,37.805,0,0,0,0,0,0,0,0,0,4.31935,0,0), - (844,204,-10888.1,-341.543,39.0654,0,0,0,0,0,0,0,0,0,4.23688,0,0), - (844,205,-10903,-370.581,39.76,5000,0,0,0,0,0,0,0,0,4.54812,0,0), - (844,206,-10904.4,-405.245,41.2241,0,0,0,0,0,0,0,0,0,4.65415,0,0), - (844,207,-10905.1,-432.23,42.7922,0,0,0,0,0,0,0,0,0,4.57561,0,0), - (844,208,-10909.6,-459.797,46.3385,0,0,0,0,0,0,0,0,0,4.65022,0,0), - (844,209,-10911.1,-502.158,51.4105,0,0,0,0,0,0,0,0,0,4.66985,0,0), - (844,210,-10914,-522.442,53.6616,0,0,0,0,0,0,0,0,0,4.55204,0,0), - (844,211,-10920.2,-547.238,53.9669,0,0,0,0,0,0,0,0,0,4.36748,0,0), - (844,212,-10931.7,-571.487,54.0921,0,0,0,0,0,0,0,0,0,4.16328,0,0), - (844,213,-10950.1,-595.917,55.1088,0,0,0,0,0,0,0,0,0,4.24114,0,0), - (844,214,-10959.2,-624.837,55.1194,0,0,0,0,0,0,0,0,0,4.6142,0,0), - (844,215,-10957,-647.869,55.2668,0,0,0,0,0,0,0,0,0,5.25428,0,0), - (844,216,-10936,-679.029,55.6427,0,0,0,0,0,0,0,0,0,5.30533,0,0), - (844,217,-10916,-714.118,55.4351,0,0,0,0,0,0,0,0,0,5.23072,0,0), - (844,218,-10898.5,-740.506,55.3497,0,0,0,0,0,0,0,0,0,5.4035,0,0), - (844,219,-10854.3,-785.637,56.3527,0,0,0,0,0,0,0,0,0,5.37602,0,0), - (844,220,-10835.1,-815.404,56.3257,0,0,0,0,0,0,0,0,0,5.17967,0,0), - (844,221,-10822.1,-842.365,55.9302,0,0,0,0,0,0,0,0,0,5.16004,0,0), - (844,222,-10809.8,-872.74,56.0415,0,0,0,0,0,0,0,0,0,5.09328,0,0), - (844,223,-10798,-913.796,55.8565,0,0,0,0,0,0,0,0,0,4.77592,0,0), - (844,224,-10798.2,-938.984,56.4856,0,0,0,0,0,0,0,0,0,4.4814,0,0), - (844,225,-10807.4,-967.996,56.3382,0,0,0,0,0,0,0,0,0,4.61884,0,0), - (844,226,-10807.7,-993.592,53.6461,0,0,0,0,0,0,0,0,0,4.70131,0,0), - (844,227,-10806.2,-1029.44,47.2018,0,0,0,0,0,0,0,0,0,4.96048,0,0), - (844,228,-10799.9,-1051.36,43.2364,0,0,0,0,0,0,0,0,0,5.10185,0,0), - (844,229,-10789,-1072.29,38.2623,0,0,0,0,0,0,0,0,0,4.97226,0,0), - (844,230,-10780.4,-1115.51,29.916,0,0,0,0,0,0,0,0,0,5.22359,0,0), - (844,231,-10764.5,-1139.13,27.0996,0,0,0,0,0,0,0,0,0,5.5613,0,0), - (844,232,-10732,-1164.75,26.7837,0,0,0,0,0,0,0,0,0,5.7223,0,0), - (844,233,-10695.2,-1185.92,27.1067,0,0,0,0,0,0,0,0,0,5.86367,0,0), - (844,234,-10670.9,-1193.4,27.689,0,0,0,0,0,0,0,0,0,6.22102,0,0), - (844,235,-10650.7,-1192.44,28.6031,0,0,0,0,0,0,0,0,0,0.200946,0,0), - (844,236,-10603,-1180.95,27.9157,0,0,0,0,0,0,0,0,0,0.236289,0,0), - (844,237,-10584.2,-1177.57,28.4772,0,0,0,0,0,0,0,0,0,6.24459,0,0), - (844,238,-10574.1,-1168.87,28.1413,0,0,0,0,0,0,0,0,0,0.727164,0,0), - (844,239,-10562.8,-1159.1,27.7368,0,0,0,0,0,0,0,0,0,0.075284,0,0), - (844,240,-10546.8,-1160.06,27.9203,0,0,0,0,0,0,0,0,0,0.007094,0,0), - (844,241,-10536.7,-1159.85,28.0874,0,0,0,0,0,0,0,0,0,4.91584,0,0), - (844,242,-10534.9,-1167.4,28.1015,0,0,0,0,0,0,0,0,0,0.356597,0,0), - (844,243,-10529.1,-1165.16,28.1015,0,0,0,0,0,0,0,0,0,0.160247,0,0), - (844,244,-10524.3,-1164.95,27.4773,0,0,0,0,0,0,0,0,0,0.105269,0,0), - (844,245,-10517.7,-1164.14,28.0999,30000,0,0,0,0,0,0,0,0,0.533311,0,0), - (844,246,-10522,-1164.37,27.4774,0,0,0,0,0,0,0,0,0,3.21938,0,0), - (844,247,-10529,-1165.1,28.1041,0,0,0,0,0,0,0,0,0,3.47463,0,0), - (844,248,-10535.1,-1167.3,28.1041,0,0,0,0,0,0,0,0,0,1.72712,0,0), - (844,249,-10536.2,-1159.53,28.087,0,0,0,0,0,0,0,0,0,3.15262,0,0), - (844,250,-10548.2,-1160.22,27.895,0,0,0,0,0,0,0,0,0,4.14222,0,0), - (844,251,-10557.5,-1177.22,27.886,30000,0,0,0,0,0,0,0,0,4.22468,0,0), - (844,252,-10552.4,-1188.08,27.9772,0,0,0,0,0,0,0,0,0,0.00315,0,0), - (844,253,-10518.6,-1186.6,28.0283,0,0,0,0,0,0,0,0,0,0.069909,0,0), - (844,254,-10467.6,-1181.5,27.6555,0,0,0,0,0,0,0,0,0,0.230916,0,0), - (844,255,-10437.5,-1168.98,27.7682,0,0,0,0,0,0,0,0,0,0.686447,0,0), - (844,256,-10427.1,-1157.17,27.0882,0,0,0,0,0,0,0,0,0,0.957409,0,0), - (844,257,-10415,-1133.61,23.9848,0,0,0,0,0,0,0,0,0,0.627542,0,0), - (844,258,-10402.6,-1122.88,22.7764,0,0,0,0,0,0,0,0,0,0.402183,0,0), - (844,259,-10388.1,-1116.72,22.1176,0,0,0,0,0,0,0,0,0,0.088024,0,0), - (844,260,-10354.2,-1116.12,21.3784,0,0,0,0,0,0,0,0,0,6.01831,0,0), - (844,261,-10327.7,-1124.59,21.8065,0,0,0,0,0,0,0,0,0,5.63347,0,0), - (844,262,-10301.1,-1145.42,22.9181,0,0,0,0,0,0,0,0,0,5.80025,0,0), - (844,263,-10278.5,-1153.88,22.7547,0,0,0,0,0,0,0,0,0,6.1419,0,0), - (844,264,-10241.4,-1155.13,21.4632,0,0,0,0,0,0,0,0,0,0.10611,0,0), - (844,265,-10224.4,-1153.29,22.4328,0,0,0,0,0,0,0,0,0,0.251409,0,0), - (844,266,-10197.7,-1146.48,23.5344,0,0,0,0,0,0,0,0,0,6.28162,0,0), - (844,267,-10167.9,-1148.3,25.0296,0,0,0,0,0,0,0,0,0,5.97924,0,0), - (844,268,-10145.2,-1158.71,24.5414,0,0,0,0,0,0,0,0,0,5.52765,0,0), - (844,269,-10129.1,-1175.12,25.6453,0,0,0,0,0,0,0,0,0,5.01714,0,0), - (844,270,-10124.2,-1191.5,26.0067,0,0,0,0,0,0,0,0,0,5.20956,0,0), - (844,271,-10109.8,-1215.03,26.2236,0,0,0,0,0,0,0,0,0,5.15851,0,0), - (844,272,-10088.6,-1266.55,30.8014,0,0,0,0,0,0,0,0,0,4.98572,0,0), - (844,273,-10085,-1288.02,31.8366,0,0,0,0,0,0,0,0,0,4.87577,0,0), - (844,274,-10082.7,-1316.64,31.8256,0,0,0,0,0,0,0,0,0,4.79331,0,0), - (844,275,-10076.5,-1370.3,30.644,5000,0,0,0,0,0,0,0,0,4.80116,0,0), - (844,276,-10082.9,-1391.74,29.7196,0,0,0,0,0,0,0,0,0,4.6323,0,0), - (844,277,-10084,-1418.02,28.7734,0,0,0,0,0,0,0,0,0,4.69513,0,0), - (844,278,-10082.2,-1470.18,28.2155,0,0,0,0,0,0,0,0,0,5.12316,0,0), - (844,279,-10074.2,-1487.92,29.2079,0,0,0,0,0,0,0,0,0,5.13494,0,0), - (844,280,-10065.7,-1506.51,28.6594,0,0,0,0,0,0,0,0,0,5.35485,0,0), - (844,281,-10041.6,-1532.86,28.5861,0,0,0,0,0,0,0,0,0,5.57083,0,0), - (844,282,-10022.5,-1548.55,28.1352,0,0,0,0,0,0,0,0,0,5.2606,0,0), - (844,283,-10005,-1581.7,26.4701,0,0,0,0,0,0,0,0,0,5.09174,0,0), - (844,284,-9984.98,-1619.1,27.4708,0,0,0,0,0,0,0,0,0,5.31165,0,0), - (844,285,-9951.41,-1667.43,25.4245,0,0,0,0,0,0,0,0,0,5.3195,0,0), - (844,286,-9925.78,-1696.36,22.9439,0,0,0,0,0,0,0,0,0,5.81429,0,0), - (844,287,-9897.08,-1710.83,26.0868,0,0,0,0,0,0,0,0,0,5.82607,0,0), - (844,288,-9869.15,-1725.69,23.2218,0,0,0,0,0,0,0,0,0,5.47657,0,0), - (844,289,-9852.03,-1752.42,22.4103,0,0,0,0,0,0,0,0,0,5.38625,0,0), - (844,290,-9826.76,-1782.1,23.1369,0,0,0,0,0,0,0,0,0,5.76324,0,0), - (844,291,-9790.31,-1802.4,27.6857,0,0,0,0,0,0,0,0,0,5.66899,0,0), - (844,292,-9755.52,-1831.02,38.4034,0,0,0,0,0,0,0,0,0,5.4216,0,0), - (844,293,-9734.99,-1860.02,45.889,0,0,0,0,0,0,0,0,0,5.32342,0,0), - (844,294,-9719.51,-1879.1,49.2752,0,0,0,0,0,0,0,0,0,5.61402,0,0), - (844,295,-9696.05,-1891.74,51.9546,0,0,0,0,0,0,0,0,0,6.00278,0,0), - (844,296,-9660.99,-1899.52,55.5988,0,0,0,0,0,0,0,0,0,6.01456,0,0), - (844,297,-9623.98,-1907.1,59.5171,5000,0,0,0,0,0,0,0,0,6.08918,0,0), - (844,298,-9596.44,-1932.23,63.2302,0,0,0,0,0,0,0,0,0,5.4373,0,0), - (844,299,-9577.14,-1957.51,67.1923,0,0,0,0,0,0,0,0,0,4.67155,0,0), - (844,300,-9579.4,-1981.08,66.6988,0,0,0,0,0,0,0,0,0,4.40455,0,0), - (844,301,-9590.23,-2008.11,65.5707,0,0,0,0,0,0,0,0,0,4.75547,0,0), - (844,302,-9587.03,-2057.37,65.0636,0,0,0,0,0,0,0,0,0,4.05647,0,0), - (844,303,-9593.27,-2065.16,64.0651,0,0,0,0,0,0,0,0,0,3.56559,0,0), - (844,304,-9619.08,-2072.71,61.2767,0,0,0,0,0,0,0,0,0,3.99756,0,0), - (844,305,-9629.9,-2085.51,61.2144,0,0,0,0,0,0,0,0,0,4.82223,0,0), - (844,306,-9623.13,-2102.23,61.8005,0,0,0,0,0,0,0,0,0,5.45838,0,0), - (844,307,-9585.37,-2139.41,70.6677,0,0,0,0,0,0,0,0,0,5.28562,0,0), - (844,308,-9572.79,-2161.46,78.4667,0,0,0,0,0,0,0,0,0,5.12854,0,0), - (844,309,-9559.86,-2193.73,91.9311,0,0,0,0,0,0,0,0,0,5.21101,0,0), - (844,310,-9553.54,-2204.55,93.4205,0,0,0,0,0,0,0,0,0,5.21101,0,0), - (844,311,-9545.26,-2216.21,90.1241,0,0,0,0,0,0,0,0,0,5.4584,0,0), - (844,312,-9515.68,-2246.76,78.2549,0,0,0,0,0,0,0,0,0,5.63904,0,0), - (844,313,-9495.2,-2259.02,75.7786,0,0,0,0,0,0,0,0,0,5.93748,0,0), - (844,314,-9436.89,-2273.81,70.5468,0,0,0,0,0,0,0,0,0,6.17702,0,0), - (844,315,-9404.95,-2275.21,67.5449,0,0,0,0,0,0,0,0,0,6.19666,0,0), - (844,316,-9367.3,-2278.23,71.3703,0,0,0,0,0,0,0,0,0,6.20059,0,0), - (844,317,-9323.04,-2280.83,71.2278,0,0,0,0,0,0,0,0,0,6.21629,0,0), - (844,318,-9290.92,-2282.85,67.5443,0,0,0,0,0,0,0,0,0,0.12553,0,0), - (844,319,-9275.53,-2278.49,67.6409,0,0,0,0,0,0,0,0,0,1.37824,0,0), - (844,320,-9271.57,-2253.45,64.5705,0,0,0,0,0,0,0,0,0,1.46464,0,0), - (844,321,-9271.4,-2243.12,64.0434,0,0,0,0,0,0,0,0,0,1.44893,0,0), - (844,322,-9270.34,-2208.37,64.058,0,0,0,0,0,0,0,0,0,0.659601,0,0), - (844,323,-9264.62,-2202.9,64.058,30000,0,0,0,0,0,0,0,0,0.761703,0,0), - (844,324,-9264.48,-2191.18,64.0898,0,0,0,0,0,0,0,0,0,1.12691,0,0), - (844,325,-9255.26,-2174.39,64.0583,0,0,0,0,0,0,0,0,0,1.52747,0,0), - (844,326,-9255.02,-2153.34,64.0497,0,0,0,0,0,0,0,0,0,0.714579,0,0), - (844,327,-9247.16,-2148.63,64.056,0,0,0,0,0,0,0,0,0,6.28305,0,0), - (844,328,-9238.09,-2148.74,64.3415,0,0,0,0,0,0,0,0,0,4.81436,0,0), - (844,329,-9237.44,-2156.86,64.3561,0,0,0,0,0,0,0,0,0,0.24334,0,0), - (844,330,-9231.55,-2155.36,64.3575,0,0,0,0,0,0,0,0,0,0.078407,0,0), - (844,331,-9226.45,-2155.2,63.7312,30000,0,0,0,0,0,0,0,0,0.031283,0,0), - (844,332,-9220.1,-2155,64.354,0,0,0,0,0,0,0,0,0,0.239413,0,0), - (844,333,-9216.06,-2153.68,64.354,5000,0,0,0,0,0,0,0,0,0.530011,0,0), - (844,334,-9219.77,-2155.01,64.354,0,0,0,0,0,0,0,0,0,3.27105,0,0), - (844,335,-9225.41,-2155.13,63.7311,0,0,0,0,0,0,0,0,0,3.1624,0,0), - (844,336,-9231.15,-2155.25,64.3584,0,0,0,0,0,0,0,0,0,3.37508,0,0), - (844,337,-9237.31,-2156.77,64.3584,0,0,0,0,0,0,0,0,0,1.76501,0,0), - (844,338,-9238.18,-2148.76,64.3411,0,0,0,0,0,0,0,0,0,3.02165,0,0), - (844,339,-9249.15,-2148.55,63.9338,0,0,0,0,0,0,0,0,0,3.67745,0,0), - (844,340,-9257.67,-2157.13,64.0348,0,0,0,0,0,0,0,0,0,4.62385,0,0), - (844,341,-9258.62,-2177.93,64.0579,0,0,0,0,0,0,0,0,0,4.30577,0,0), - (844,342,-9264.72,-2191.18,64.0894,0,0,0,0,0,0,0,0,0,4.59636,0,0), - (844,343,-9271.9,-2241.98,63.9644,0,0,0,0,0,0,0,0,0,4.5719,0,0), - (844,344,-9272.98,-2264.72,66.2602,0,0,0,0,0,0,0,0,0,4.66227,0,0), - (844,345,-9274.58,-2277.91,67.6425,0,0,0,0,0,0,0,0,0,3.89259,0,0), - (844,346,-9290.22,-2283.7,67.545,0,0,0,0,0,0,0,0,0,3.13861,0,0), - (844,347,-9322.94,-2280.98,71.2242,0,0,0,0,0,0,0,0,0,3.06007,0,0), - (844,348,-9363.92,-2277.63,71.4815,0,0,0,0,0,0,0,0,0,3.06007,0,0), - (844,349,-9403.79,-2274.33,67.5443,0,0,0,0,0,0,0,0,0,3.05614,0,0), - (844,350,-9436.23,-2270.65,70.3375,0,0,0,0,0,0,0,0,0,3.02865,0,0), - (844,351,-9475.93,-2262.14,74.7237,0,0,0,0,0,0,0,0,0,2.93048,0,0), - (844,352,-9511.57,-2246.59,77.7952,0,0,0,0,0,0,0,0,0,2.42782,0,0), - (844,353,-9545.38,-2211.74,91.4116,0,0,0,0,0,0,0,0,0,2.28881,0,0), - (844,354,-9549.87,-2205.41,93.3445,0,0,0,0,0,0,0,0,0,2.1867,0,0), - (844,355,-9555.7,-2195.05,92.6847,0,0,0,0,0,0,0,0,0,2.06889,0,0), - (844,356,-9575.72,-2149.26,74.493,0,0,0,0,0,0,0,0,0,2.10816,0,0), - (844,357,-9591.27,-2129.96,68.2226,0,0,0,0,0,0,0,0,0,2.35164,0,0), - (844,358,-9624.54,-2096.38,61.4732,0,0,0,0,0,0,0,0,0,1.84505,0,0), - (844,359,-9625.97,-2086,61.2153,0,0,0,0,0,0,0,0,0,0.902576,0,0), - (844,360,-9620.49,-2078.53,61.2296,0,0,0,0,0,0,0,0,0,0.399921,0,0), - (844,361,-9592.6,-2066.87,64.0926,0,0,0,0,0,0,0,0,0,0.820109,0,0), - (844,362,-9584.56,-2056.78,65.3276,0,0,0,0,0,0,0,0,0,1.55838,0,0), - (844,363,-9587.18,-2008.69,65.6429,0,0,0,0,0,0,0,0,0,1.20495,0,0), - (844,364,-9575.86,-1973.91,66.8863,0,0,0,0,0,0,0,0,0,1.47984,0,0), - (844,365,-9575.3,-1954.08,67.2295,0,0,0,0,0,0,0,0,0,1.65263,0,0), - (844,366,-9583.7,-1911.68,62.5275,0,0,0,0,0,0,0,0,0,1.86862,0,0), - (844,367,-9603.92,-1856.1,55.9317,0,0,0,0,0,0,0,0,0,1.91967,0,0), - (844,368,-9614.42,-1830.99,52.7644,0,0,0,0,0,0,0,0,0,1.64871,0,0), - (844,369,-9616.79,-1795.19,51.7746,0,0,0,0,0,0,0,0,0,1.52304,0,0), - (844,370,-9612.04,-1757.8,54.948,0,0,0,0,0,0,0,0,0,1.4445,0,0), - (844,371,-9611.03,-1741.91,56.7328,0,0,0,0,0,0,0,0,0,1.50733,0,0), - (844,372,-9609.26,-1710.11,56.0571,0,0,0,0,0,0,0,0,0,1.71938,0,0), - (844,373,-9621.76,-1660.48,56.1158,0,0,0,0,0,0,0,0,0,2.13564,0,0), - (844,374,-9640.89,-1631.56,55.4084,0,0,0,0,0,0,0,0,0,1.94322,0,0), - (844,375,-9646,-1615.21,55.9785,0,0,0,0,0,0,0,0,0,1.5623,0,0), - (844,376,-9645.07,-1576.13,54.7603,0,0,0,0,0,0,0,0,0,1.54267,0,0), - (844,377,-9646.25,-1548.95,53.9303,0,0,0,0,0,0,0,0,0,1.61465,0,0), - (844,378,-9650.61,-1504.22,57.7693,0,0,0,0,0,0,0,0,0,1.67041,0,0), - (844,379,-9653.71,-1479.23,55.5134,0,0,0,0,0,0,0,0,0,1.48584,0,0), - (844,380,-9649.77,-1440.24,54.0637,0,0,0,0,0,0,0,0,0,1.78822,0,0), - (844,381,-9659.08,-1402.37,53.0432,0,0,0,0,0,0,0,0,0,1.70183,0,0), - (844,382,-9662.95,-1367.72,49.5712,0,0,0,0,0,0,0,0,0,1.46228,0,0), - (844,383,-9658.17,-1333,48.4348,0,0,0,0,0,0,0,0,0,1.39552,0,0), - (844,384,-9649.57,-1298.14,46.0543,0,0,0,0,0,0,0,0,0,1.54475,0,0), - (844,385,-9648.9,-1267.82,42.7859,0,0,0,0,0,0,0,0,0,1.54867,0,0), - (844,386,-9651.33,-1232.16,36.8859,0,0,0,0,0,0,0,0,0,1.53689,0,0), - (844,387,-9649.54,-1211.18,36.187,0,0,0,0,0,0,0,0,0,1.16776,0,0), - (844,388,-9642.71,-1195.66,37.1652,0,0,0,0,0,0,0,0,0,1.05387,0,0), - (848,14,-9248.64,-2045.46,77.0022,0,0,0,0,0,0,0,0,0,4.91676,0,0), - (848,13,-9248.36,-2023.24,77.0013,60000,84801,0,0,0,0,0,0,0,1.58853,0,0), - (848,12,-9248.06,-2044.15,77.0034,0,0,0,0,0,0,0,0,0,1.84378,0,0), - (848,11,-9239.41,-2057.41,76.8398,0,0,0,0,0,0,0,0,0,1.72205,0,0), - (848,10,-9243.86,-2085.17,75.3524,0,0,0,0,0,0,0,0,0,1.35526,0,0), - (848,9,-9245.36,-2104.48,70.2651,0,0,0,0,0,0,0,0,0,1.35526,0,0), - (848,8,-9248.75,-2116.83,66.1153,0,0,0,0,0,0,0,0,0,1.05681,0,0), - (848,7,-9262.62,-2131.42,65.3403,0,0,0,0,0,0,0,0,0,0.903661,0,0), - (848,6,-9267.21,-2137.46,62.1799,0,0,0,0,0,0,0,0,0,1.15106,0,0), - (848,5,-9281.29,-2171.65,59.6998,0,0,0,0,0,0,0,0,0,1.24138,0,0), - (848,4,-9287.74,-2206.22,62.7899,0,0,0,0,0,0,0,0,0,1.06066,0,0), - (848,3,-9293.39,-2209.66,61.821,0,0,0,0,0,0,0,0,0,0.401712,0,0), - (848,2,-9315.13,-2208.34,61.8977,0,0,0,0,0,0,0,0,0,6.15947,0,0), - (848,1,-9327.6,-2202.14,61.898,30000,84801,0,0,0,0,0,0,0,2.48597,0,0), - (849,14,-9249.2,-2126.65,64.3418,0,0,0,0,0,0,0,0,0,0.193481,0,0), - (849,13,-9264.35,-2133.3,64.3245,0,0,0,0,0,0,0,0,0,0.769574,0,0), - (849,12,-9270.13,-2152.55,61.1369,0,0,0,0,0,0,0,0,0,1.28794,0,0), - (849,11,-9280.69,-2175.14,60.2934,0,0,0,0,0,0,0,0,0,1.17013,0,0), - (849,10,-9286.83,-2203.5,62.899,0,0,0,0,0,0,0,0,0,1.07195,0,0), - (849,9,-9293.37,-2209.15,61.8213,0,0,0,0,0,0,0,0,0,0.311687,0,0), - (849,8,-9326.1,-2210.98,61.8981,0,0,0,0,0,0,0,0,0,6.27006,0,0), - (849,7,-9342.04,-2206.52,61.8981,0,0,0,0,0,0,0,0,0,5.47914,0,0), - (849,6,-9333.46,-2184.53,61.8981,0,0,0,0,0,0,0,0,0,4.18637,0,0), - (849,5,-9344.81,-2183.14,61.8981,0,0,0,0,0,0,0,0,0,0.826432,0,0), - (849,4,-9342.98,-2208.78,61.8981,0,0,0,0,0,0,0,0,0,2.00139,0,0), - (849,3,-9316.21,-2213.16,61.8981,0,0,0,0,0,0,0,0,0,3.07503,0,0), - (849,2,-9282.55,-2212.77,63.4702,0,0,0,0,0,0,0,0,0,3.37348,0,0), - (849,1,-9262.29,-2204.6,63.934,2000,84901,0,0,0,0,0,0,0,3.56748,0,0), - (869,1,-10642.8,1016.66,31.5651,0,0,0,0,0,0,0,0,0,0,0,0), - (869,2,-10620.2,1000.85,32.9944,0,0,0,0,0,0,0,0,0,0,0,0), - (869,3,-10594,987.937,36.8771,0,0,0,0,0,0,0,0,0,0,0,0), - (869,4,-10564.6,975.733,40.6344,0,0,0,0,0,0,0,0,0,0,0,0), - (869,5,-10532.9,961.984,40.8852,0,0,0,0,0,0,0,0,0,0,0,0), - (869,6,-10500.2,952.64,39.4598,0,0,0,0,0,0,0,0,0,0,0,0), - (869,7,-10466.9,953.813,35.8982,0,0,0,0,0,0,0,0,0,0,0,0), - (869,8,-10433.2,981.964,34.7575,0,0,0,0,0,0,0,0,0,0,0,0), - (869,9,-10410.5,994.716,32.1643,0,0,0,0,0,0,0,0,0,0,0,0), - (869,10,-10400.4,992.543,31.5791,0,0,0,0,0,0,0,0,0,0,0,0), - (869,11,-10386.8,984.074,31.5979,0,0,0,0,0,0,0,0,0,0,0,0), - (869,12,-10367.4,980.618,31.4729,0,0,0,0,0,0,0,0,0,0,0,0), - (869,13,-10333.5,978.783,31.2549,0,0,0,0,0,0,0,0,0,0,0,0), - (869,14,-10300.2,965.637,31.253,0,0,0,0,0,0,0,0,0,0,0,0), - (869,15,-10285.6,964.09,31.1856,0,0,0,0,0,0,0,0,0,0,0,0), - (869,16,-10273.9,970.693,31.1856,0,0,0,0,0,0,0,0,0,0,0,0), - (869,17,-10267.6,983.352,31.3106,0,0,0,0,0,0,0,0,0,0,0,0), - (869,18,-10260.9,989.903,31.3775,0,0,0,0,0,0,0,0,0,0,0,0), - (869,19,-10234,996.264,31.4918,0,0,0,0,0,0,0,0,0,0,0,0), - (869,20,-10215.9,994.502,32.5031,0,0,0,0,0,0,0,0,0,0,0,0), - (869,21,-10200.1,989.352,32.9333,0,0,0,0,0,0,0,0,0,0,0,0), - (869,22,-10190,984.9,33.7804,0,0,0,0,0,0,0,0,0,0,0,0), - (869,23,-10166.8,986.717,34.0541,0,0,0,0,0,0,0,0,0,0,0,0), - (869,24,-10133.5,990.649,36.0486,0,0,0,0,0,0,0,0,0,0,0,0), - (869,25,-10116.7,990.127,38.2197,0,0,0,0,0,0,0,0,0,0,0,0), - (869,26,-10100.2,999.191,37.4609,0,0,0,0,0,0,0,0,0,0,0,0), - (869,27,-10116.7,990.127,38.2197,0,0,0,0,0,0,0,0,0,0,0,0), - (869,28,-10133.5,990.649,36.0486,0,0,0,0,0,0,0,0,0,0,0,0), - (869,29,-10166.8,986.717,34.0541,0,0,0,0,0,0,0,0,0,0,0,0), - (869,30,-10190,984.9,33.7804,0,0,0,0,0,0,0,0,0,0,0,0), - (869,31,-10200.1,989.352,32.9333,0,0,0,0,0,0,0,0,0,0,0,0), - (869,32,-10215.9,994.502,32.5031,0,0,0,0,0,0,0,0,0,0,0,0), - (869,33,-10234,996.264,31.4918,0,0,0,0,0,0,0,0,0,0,0,0), - (869,34,-10260.9,989.903,31.3775,0,0,0,0,0,0,0,0,0,0,0,0), - (869,35,-10267.6,983.352,31.3106,0,0,0,0,0,0,0,0,0,0,0,0), - (869,36,-10273.9,970.693,31.1856,0,0,0,0,0,0,0,0,0,0,0,0), - (869,37,-10285.6,964.09,31.1856,0,0,0,0,0,0,0,0,0,0,0,0), - (869,38,-10300.2,965.637,31.253,0,0,0,0,0,0,0,0,0,0,0,0), - (869,39,-10333.5,978.783,31.2549,0,0,0,0,0,0,0,0,0,0,0,0), - (869,40,-10367.4,980.618,31.4729,0,0,0,0,0,0,0,0,0,0,0,0), - (869,41,-10386.8,984.074,31.5979,0,0,0,0,0,0,0,0,0,0,0,0), - (869,42,-10400.4,992.543,31.5791,0,0,0,0,0,0,0,0,0,0,0,0), - (869,43,-10410.5,994.716,32.1643,0,0,0,0,0,0,0,0,0,0,0,0), - (869,44,-10433.2,981.964,34.7575,0,0,0,0,0,0,0,0,0,0,0,0), - (869,45,-10466.9,953.813,35.8982,0,0,0,0,0,0,0,0,0,0,0,0), - (869,46,-10500.2,952.64,39.4598,0,0,0,0,0,0,0,0,0,0,0,0), - (869,47,-10532.9,961.984,40.8852,0,0,0,0,0,0,0,0,0,0,0,0), - (869,48,-10564.6,975.733,40.6344,0,0,0,0,0,0,0,0,0,0,0,0), - (869,49,-10594,987.937,36.8771,0,0,0,0,0,0,0,0,0,0,0,0), - (869,50,-10620.2,1000.85,32.9944,0,0,0,0,0,0,0,0,0,0,0,0), - (869,51,-10642.8,1016.66,31.5651,0,0,0,0,0,0,0,0,0,0,0,0), - (869,52,-10647.5,1012.37,31.7765,0,0,0,0,0,0,0,0,0,0,0,0), - (874,54,-10634,1085.89,33.7429,0,0,0,0,0,0,0,0,0,0,0,0), - (874,53,-10634.2,1072.22,33.9011,0,0,0,0,0,0,0,0,0,0,0,0), - (874,52,-10640.8,1056.61,33.6924,0,0,0,0,0,0,0,0,0,0,0,0), - (874,51,-10655.1,1038.74,33.5862,0,0,0,0,0,0,0,0,0,0,0,0), - (874,50,-10663.5,1029.08,32.6901,0,0,0,0,0,0,0,0,0,0,0,0), - (874,49,-10699.9,1033.7,34.4718,0,0,0,0,0,0,0,0,0,0,0,0), - (874,48,-10719.8,1032.39,34.5889,0,0,0,0,0,0,0,0,0,0,0,0), - (874,47,-10732.5,1027.08,34.5889,0,0,0,0,0,0,0,0,0,0,0,0), - (874,46,-10746.9,1018.55,34.1645,0,0,0,0,0,0,0,0,0,0,0,0), - (874,45,-10768.8,1017.26,32.2448,0,0,0,0,0,0,0,0,0,0,0,0), - (874,44,-10794,1018.67,32.3207,0,0,0,0,0,0,0,0,0,0,0,0), - (874,43,-10833.3,1009.72,32.8247,0,0,0,0,0,0,0,0,0,0,0,0), - (874,42,-10864.5,1006.46,31.6738,0,0,0,0,0,0,0,0,0,0,0,0), - (874,41,-10898.8,999.455,35.7099,0,0,0,0,0,0,0,0,0,0,0,0), - (874,40,-10919.7,993.33,35.4693,0,0,0,0,0,0,0,0,0,0,0,0), - (874,39,-10942.5,967.619,32.4577,0,0,0,0,0,0,0,0,0,0,0,0), - (874,38,-10949.2,940.715,31.5501,0,0,0,0,0,0,0,0,0,0,0,0), - (874,37,-10946.8,934.303,31.5501,0,0,0,0,0,0,0,0,0,0,0,0), - (874,36,-10914.5,901.584,32.2835,0,0,0,0,0,0,0,0,0,0,0,0), - (874,35,-10916.3,868.856,32.4557,0,0,0,0,0,0,0,0,0,0,0,0), - (874,34,-10926.3,852.305,32.8429,0,0,0,0,0,0,0,0,0,0,0,0), - (874,33,-10929.2,832.726,32.2906,0,0,0,0,0,0,0,0,0,0,0,0), - (874,32,-10919.8,800.14,30.8475,0,0,0,0,0,0,0,0,0,0,0,0), - (874,31,-10900.7,777.566,30.7594,0,0,0,0,0,0,0,0,0,0,0,0), - (874,30,-10880.3,749.302,31.0975,0,0,0,0,0,0,0,0,0,0,0,0), - (874,29,-10877.1,732.916,31.1069,0,0,0,0,0,0,0,0,0,0,0,0), - (874,28,-10871.7,699.82,30.9884,0,0,0,0,0,0,0,0,0,0,0,0), - (874,27,-10866.9,665.396,31.0318,0,0,0,0,0,0,0,0,0,0,0,0), - (874,26,-10871.7,699.82,30.9884,0,0,0,0,0,0,0,0,0,0,0,0), - (874,25,-10877.1,732.916,31.1069,0,0,0,0,0,0,0,0,0,0,0,0), - (874,24,-10880.3,749.302,31.0975,0,0,0,0,0,0,0,0,0,0,0,0), - (874,23,-10900.7,777.566,30.7594,0,0,0,0,0,0,0,0,0,0,0,0), - (874,22,-10919.8,800.14,30.8475,0,0,0,0,0,0,0,0,0,0,0,0), - (874,21,-10929.2,832.726,32.2906,0,0,0,0,0,0,0,0,0,0,0,0), - (874,20,-10926.3,852.305,32.8429,0,0,0,0,0,0,0,0,0,0,0,0), - (874,19,-10916.3,868.856,32.4557,0,0,0,0,0,0,0,0,0,0,0,0), - (874,18,-10914.5,901.584,32.2835,0,0,0,0,0,0,0,0,0,0,0,0), - (874,17,-10946.8,934.303,31.5501,0,0,0,0,0,0,0,0,0,0,0,0), - (874,16,-10949.2,940.715,31.5501,0,0,0,0,0,0,0,0,0,0,0,0), - (874,15,-10942.5,967.619,32.4577,0,0,0,0,0,0,0,0,0,0,0,0), - (874,14,-10919.7,993.33,35.4693,0,0,0,0,0,0,0,0,0,0,0,0), - (874,13,-10898.8,999.455,35.7099,0,0,0,0,0,0,0,0,0,0,0,0), - (874,12,-10864.5,1006.46,31.6738,0,0,0,0,0,0,0,0,0,0,0,0), - (874,11,-10833.3,1009.72,32.8247,0,0,0,0,0,0,0,0,0,0,0,0), - (874,10,-10793.8,1018.65,32.2895,0,0,0,0,0,0,0,0,0,0,0,0), - (874,9,-10768.8,1017.26,32.2448,0,0,0,0,0,0,0,0,0,0,0,0), - (874,8,-10746.8,1018.54,34.1091,0,0,0,0,0,0,0,0,0,0,0,0), - (874,7,-10732.5,1027.08,34.5889,0,0,0,0,0,0,0,0,0,0,0,0), - (874,6,-10719.8,1032.39,34.5889,0,0,0,0,0,0,0,0,0,0,0,0), - (874,5,-10699.9,1033.7,34.4718,0,0,0,0,0,0,0,0,0,0,0,0), - (874,4,-10663.5,1029.08,32.6901,0,0,0,0,0,0,0,0,0,0,0,0), - (874,3,-10655.1,1038.74,33.5862,0,0,0,0,0,0,0,0,0,0,0,0), - (874,2,-10640.8,1056.61,33.6924,0,0,0,0,0,0,0,0,0,0,0,0), - (874,1,-10634.2,1072.22,33.9011,0,0,0,0,0,0,0,0,0,0,0,0), - (887,1,-10624.2,-1184.73,28.8551,0,0,0,0,0,0,0,0,0,0.310227,0,0), - (887,2,-10603.9,-1179.83,27.9701,0,0,0,0,0,0,0,0,0,0.259176,0,0), - (887,3,-10585.5,-1176.79,28.4983,0,0,0,0,0,0,0,0,0,0.161001,0,0), - (887,4,-10565.3,-1181.89,28.1624,0,0,0,0,0,0,0,0,0,6.02793,0,0), - (887,5,-10557.9,-1210.83,27.5744,0,0,0,0,0,0,0,0,0,4.97157,0,0), - (887,6,-10550.5,-1188.51,27.9151,0,0,0,0,0,0,0,0,0,1.22522,0,0), - (887,7,-10518.9,-1186.23,28.008,0,0,0,0,0,0,0,0,0,0.062828,0,0), - (887,8,-10549.1,-1185.74,27.8527,0,0,0,0,0,0,0,0,0,3.0552,0,0), - (887,9,-10555.8,-1156.29,28.0358,0,0,0,0,0,0,0,0,0,1.86139,0,0), - (887,10,-10578.3,-1171.68,28.3833,0,0,0,0,0,0,0,0,0,3.88772,0,0), - (887,11,-10600.1,-1180.39,28.0589,0,0,0,0,0,0,0,0,0,3.47146,0,0), - (934,1,-9268.26,-2200,64.0579,0,0,0,0,0,0,0,0,0,100,0,0), - (934,2,-9269.66,-2222.43,64.0023,0,0,0,0,0,0,0,0,0,100,0,0), - (934,3,-9270.65,-2245.76,64.0462,0,0,0,0,0,0,0,0,0,100,0,0), - (934,4,-9271.06,-2266.03,66.2466,0,0,0,0,0,0,0,0,0,100,0,0), - (934,5,-9275.42,-2273.58,67.4109,0,0,0,0,0,0,0,0,0,100,0,0), - (934,6,-9281.13,-2260.52,65.9722,0,0,0,0,0,0,0,0,0,100,0,0), - (934,7,-9283.65,-2243.7,63.5711,0,0,0,0,0,0,0,0,0,100,0,0), - (934,8,-9284.11,-2226.77,63.3911,0,0,0,0,0,0,0,0,0,100,0,0), - (934,9,-9285.21,-2216.08,63.26,0,0,0,0,0,0,0,0,0,100,0,0), - (934,10,-9296.33,-2212.81,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (934,11,-9311.43,-2210.67,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (934,12,-9322.4,-2210.03,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (934,13,-9335,-2207.96,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (934,14,-9344.36,-2206.35,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (934,15,-9335.03,-2207.95,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (934,16,-9322.4,-2210.03,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (934,17,-9311.43,-2210.67,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (934,18,-9297.22,-2212.78,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), - (1225,1,-5677.17,-3165.29,317.711,0,0,0,0,0,0,0,0,0,1.57789,0,0), - (1225,2,-5683.2,-3147.19,313.037,0,0,0,0,0,0,0,0,0,2.30046,0,0), - (1225,3,-5716.18,-3110.81,316.687,0,0,0,0,0,0,0,0,0,2.03425,0,0), - (1225,4,-5716.19,-3093.08,325.601,0,0,0,0,0,0,0,0,0,1.55254,0,0), - (1225,5,-5712.21,-3090.3,327.739,0,0,0,0,0,0,0,0,0,0.589117,0,0), - (1225,6,-5705.48,-3092.52,329.362,0,0,0,0,0,0,0,0,0,5.92394,0,0), - (1225,7,-5681.83,-3110.57,338.122,0,0,0,0,0,0,0,0,0,5.64294,0,0), - (1225,8,-5659.5,-3122.22,344.336,0,0,0,0,0,0,0,0,0,5.78846,0,0), - (1225,9,-5639.59,-3124.54,348.405,0,0,0,0,0,0,0,0,0,6.16981,0,0), - (1225,10,-5618.11,-3110.91,360.618,0,0,0,0,0,0,0,0,0,0.664387,0,0), - (1225,11,-5621.49,-3096.32,368.248,0,0,0,0,0,0,0,0,0,1.82939,0,0), - (1225,12,-5632.21,-3078.61,374.991,0,0,0,0,0,0,0,0,0,2.11541,0,0), - (1225,13,-5629.79,-3056.12,384.466,0,0,0,0,0,0,0,0,0,1.49821,0,0), - (1225,14,-5642.28,-3036.87,385.472,0,0,0,0,0,0,0,0,0,2.15053,0,0), - (1225,15,-5609.37,-3006.88,386.288,300000,0,0,0,0,0,0,0,0,3.90812,0,0), - (1225,16,-5643.63,-3036.39,385.532,0,0,0,0,0,0,0,0,0,3.87666,0,0), - (1225,17,-5630.17,-3057.02,384.386,0,0,0,0,0,0,0,0,0,5.2666,0,0), - (1225,18,-5629.84,-3065.5,381.13,0,0,0,0,0,0,0,0,0,4.72468,0,0), - (1225,19,-5634.87,-3078.45,374.489,0,0,0,0,0,0,0,0,0,4.41859,0,0), - (1225,20,-5620.42,-3101.08,364.82,0,0,0,0,0,0,0,0,0,5.31678,0,0), - (1225,21,-5624.63,-3117.04,354.494,0,0,0,0,0,0,0,0,0,4.12756,0,0), - (1225,22,-5644.95,-3125.08,347.271,0,0,0,0,0,0,0,0,0,2.95841,0,0), - (1225,23,-5660.74,-3121.58,343.976,0,0,0,0,0,0,0,0,0,2.90321,0,0), - (1225,24,-5676.21,-3111.59,340.021,0,0,0,0,0,0,0,0,0,2.58207,0,0), - (1225,25,-5691.9,-3102.99,333.647,0,0,0,0,0,0,0,0,0,2.61719,0,0), - (1225,26,-5711.66,-3088.43,328.762,0,0,0,0,0,0,0,0,0,2.75769,0,0), - (1225,27,-5717.66,-3099.03,321.687,0,0,0,0,0,0,0,0,0,4.14763,0,0), - (1225,28,-5705.21,-3132.32,315.838,0,0,0,0,0,0,0,0,0,5.09097,0,0), - (1225,29,-5683.2,-3147.19,313.037,0,0,0,0,0,0,0,0,0,2.30046,0,0), - (1225,30,-5677.17,-3165.29,317.711,0,0,0,0,0,0,0,0,0,1.57789,0,0), - (1225,31,-5679.01,-3185.05,319.508,0,0,0,0,0,0,0,0,0,5.1261,0,0), - (1373,1,-5601.64,-541.38,392.42,0,0,0,0,0,0,0,0,0,0.5,0,0), - (1373,2,-5597.94,-542.04,392.42,0,0,0,0,0,0,0,0,0,5.5,0,0), - (1373,3,-5597.95,-548.43,395.48,0,0,0,0,0,0,0,0,0,4.7,0,0), - (1373,4,-5605.31,-549.33,399.09,0,0,0,0,0,0,0,0,0,3.1,0,0), - (1373,5,-5607.55,-546.63,399.09,0,0,0,0,0,0,0,0,0,1.5,0,0), - (1373,6,-5597.52,-538.75,399.09,0,0,0,0,0,0,0,0,0,1.5,0,0), - (1373,7,-5597.62,-530.24,399.65,0,0,0,0,0,0,0,0,0,3,0,0), - (1373,8,-5603.67,-529.91,399.65,20000,0,0,0,0,0,0,0,0,4.2,0,0), - (1373,9,-5603.67,-529.91,399.65,0,0,0,0,0,0,0,0,0,4.2,0,0), - (1373,10,-5597.62,-530.24,399.65,0,0,0,0,0,0,0,0,0,3,0,0), - (1373,11,-5597.52,-538.75,399.09,0,0,0,0,0,0,0,0,0,1.5,0,0), - (1373,12,-5607.55,-546.63,399.09,0,0,0,0,0,0,0,0,0,1.5,0,0), - (1373,13,-5605.31,-549.33,399.09,0,0,0,0,0,0,0,0,0,3.1,0,0), - (1373,14,-5597.95,-548.43,395.48,0,0,0,0,0,0,0,0,0,4.7,0,0), - (1373,15,-5597.94,-542.04,392.42,0,0,0,0,0,0,0,0,0,5.5,0,0), - (1373,16,-5601.64,-541.38,392.42,1000,137301,0,0,0,0,0,0,0,0,0,0), - (1373,17,-5605.96,-544.451,392.43,0,0,0,0,0,0,0,0,0,0.5,0,0), - (1373,18,-5605.96,-544.451,392.43,2000,137302,0,0,0,0,0,0,0,0.977384,0,0), - (1416,1,-8393.09,687.41,95.27,0,0,0,0,0,0,0,0,0,3.72,0,0), - (1416,2,-8400.51,681.85,95.96,0,0,0,0,0,0,0,0,0,5,0,0), - (1416,3,-8388.72,646.85,94.82,0,0,0,0,0,0,0,0,0,3.92,0,0), - (1416,4,-8422.25,618.12,95.46,10000,141601,0,0,0,0,0,0,0,3.2,0,0), - (1416,5,-8421.99,617.93,95.45,9000,141602,0,0,0,0,0,0,0,5.34,0,0), - (1416,6,-8388.72,646.85,94.82,0,0,0,0,0,0,0,0,0,1.98295,0,0), - (1416,7,-8400.51,681.85,95.96,0,0,0,0,0,0,0,0,0,0.798564,0,0), - (1416,8,-8393.09,687.41,95.27,0,0,0,0,0,0,0,0,0,6.03867,0,0), - (1416,9,-8387,685.202,95.356,0,0,0,0,0,0,0,0,0,2.47925,0,0), - (1416,10,-8387,685.202,95.356,2000,141603,0,0,0,0,0,0,0,2.47925,0,0), - (1433,1,-8768.19,715.132,99.5343,2500,143301,0,0,0,0,0,0,0,0,0,0), - (1433,2,-8776.53,714.943,99.5343,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,3,-8764.02,718.846,99.5343,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,4,-8756.49,726.23,98.1827,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,5,-8737.77,700.301,98.7146,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,6,-8776.04,669.29,103.093,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,7,-8760.53,646.648,103.862,0,143302,0,0,0,0,0,0,0,0,0,0), - (1433,8,-8759.42,624.292,101.056,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,9,-8770.38,609.041,97.2165,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,10,-8797.7,588.021,97.3042,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,11,-8818.46,616.102,94.9164,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,12,-8818.67,626.67,93.9437,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,13,-8791.16,634.711,94.5033,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,14,-8779.68,637.628,97.2233,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,15,-8781.26,638.974,97.2233,15000,143303,0,0,0,0,0,0,0,2.66,0,0), - (1433,16,-8781.68,637.128,97.2233,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,17,-8825.46,624.483,93.8268,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,18,-8849.64,602.755,92.1315,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,19,-8864.55,585.043,92.84,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,20,-8856.92,577.403,95.375,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,21,-8849.48,570.495,94.68,25000,143304,0,0,0,0,0,0,0,0,0,0), - (1433,22,-8856.92,577.403,95.375,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,23,-8864.55,585.043,92.84,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,24,-8837.26,611.555,93.3786,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,25,-8843.4,642.051,95.825,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,26,-8850.36,660.501,97.1423,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,27,-8825.86,677.315,97.6257,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,28,-8843.57,720.188,97.4082,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,29,-8801.84,745.453,97.5976,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,30,-8773.15,740.631,99.4496,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,31,-8757.46,725.815,98.2184,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,32,-8769.03,714.77,99.5337,0,143305,0,0,0,0,0,0,0,0,0,0), - (1433,33,-8778.93,715.753,99.5337,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,34,-8775.91,719.409,101.569,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,35,-8770.39,724.865,105.913,0,0,0,0,0,0,0,0,0,0,0,0), - (1433,36,-8765.45,721.19,105.913,0,1,0,0,0,0,0,0,0,0,0,0), - (1533,1,2882.23,1037.63,111.597,0,0,0,0,0,0,0,0,0,5.32251,0,0), - (1533,2,2891.75,1028.41,107.154,0,0,0,0,0,0,0,0,0,5.50315,0,0), - (1533,3,2897.44,1009.81,108.33,0,0,0,0,0,0,0,0,0,4.79315,0,0), - (1533,4,2898.23,975.086,114.218,0,0,0,0,0,0,0,0,0,4.68382,0,0), - (1533,5,2898.81,957.889,115.079,0,0,0,0,0,0,0,0,0,5.0828,0,0), - (1533,6,2900.9,948.054,115.272,0,0,0,0,0,0,0,0,0,5.16605,0,0), - (1533,7,2908.08,932.171,114.899,0,0,0,0,0,0,0,0,0,4.74586,0,0), - (1533,8,2908.56,927.233,114.845,0,0,0,0,0,0,0,0,0,4.37987,0,0), - (1533,9,2904.41,921.068,114.925,0,0,0,0,0,0,0,0,0,3.86936,0,0), - (1533,10,2897.89,915.506,114.76,0,0,0,0,0,0,0,0,0,3.54421,0,0), - (1533,11,2891.89,912.366,114.579,0,0,0,0,0,0,0,0,0,3.88998,0,0), - (1533,12,2864.54,888.054,112.785,0,0,0,0,0,0,0,0,0,3.82715,0,0), - (1533,13,2846.08,873.334,112.199,0,0,0,0,0,0,0,0,0,3.4211,0,0), - (1533,14,2822.72,864.899,111.841,0,0,0,0,0,0,0,0,0,3.7761,0,0), - (1533,15,2805.19,861.231,111.841,0,0,0,0,0,0,0,0,0,2.99463,0,0), - (1533,16,2792.86,863.311,111.756,0,0,0,0,0,0,0,0,0,2.82891,0,0), - (1533,17,2785.89,866.45,111.558,0,0,0,0,0,0,0,0,0,2.45427,0,0), - (1533,18,2763.86,884.346,111.468,0,0,0,0,0,0,0,0,0,2.18174,0,0), - (1533,19,2752.15,900.057,111.775,0,0,0,0,0,0,0,0,0,2.0655,0,0), - (1533,20,2745.14,912.963,110.819,0,0,0,0,0,0,0,0,0,1.79297,0,0), - (1533,21,2735.78,942.471,109.498,0,0,0,0,0,0,0,0,0,1.70579,0,0), - (1533,22,2733.88,952.497,109.278,0,0,0,0,0,0,0,0,0,1.65788,0,0), - (1533,23,2733.97,964.451,109.262,0,0,0,0,0,0,0,0,0,0.938454,0,0), - (1533,24,2735.98,972.289,109.316,0,0,0,0,0,0,0,0,0,0.947093,0,0), - (1533,25,2748.28,980.282,109.316,0,0,0,0,0,0,0,0,0,0.524548,0,0), - (1533,26,2759.92,988.789,109.336,0,0,0,0,0,0,0,0,0,0.960444,0,0), - (1533,27,2767.27,997.694,109.877,0,0,0,0,0,0,0,0,0,1.189,0,0), - (1533,28,2770.28,1005.85,109.477,0,0,0,0,0,0,0,0,0,1.49294,0,0), - (1533,29,2772.9,1017.25,108.61,0,0,0,0,0,0,0,0,0,1.44465,0,0), - (1533,30,2773.85,1027.46,108.478,0,0,0,0,0,0,0,0,0,1.20904,0,0), - (1533,31,2790.31,1042.25,110.684,0,0,0,0,0,0,0,0,0,0.133824,0,0), - (1533,32,2810.03,1038.34,111.127,0,0,0,0,0,0,0,0,0,0.012089,0,0), - (1533,33,2824.45,1037.32,112.118,0,0,0,0,0,0,0,0,0,0.042716,0,0), - (1533,34,2839.4,1037.63,113.927,0,0,0,0,0,0,0,0,0,0.019154,0,0), - (1533,35,2853.29,1041.9,115.65,0,0,0,0,0,0,0,0,0,0.321532,0,0), - (1533,36,2861.56,1043.2,115.985,0,0,0,0,0,0,0,0,0,0.681244,0,0), - (1533,37,2882.23,1037.63,111.597,180000,153301,0,0,0,0,0,0,0,5.32251,0,0), - (1655,1,2742.71,785.519,119.133,25000,0,0,0,0,0,0,0,0,0.454,0,0), - (1655,2,2747.48,789.889,119.131,0,0,0,0,0,0,0,0,0,0.981,0,0), - (1655,3,2749.94,797.442,119.108,0,0,0,0,0,0,0,0,0,0.871,0,0), - (1655,4,2753.93,798.877,119.091,0,0,0,0,0,0,0,0,0,0.086,0,0), - (1655,5,2756.69,798.914,119.131,0,0,0,0,0,0,0,0,0,5.933,0,0), - (1655,6,2763.93,796.199,114.367,0,0,0,0,0,0,0,0,0,5.395,0,0), - (1655,7,2764.54,794.093,114.367,0,0,0,0,0,0,0,0,0,4.295,0,0), - (1655,8,2762.54,791.399,114.367,0,0,0,0,0,0,0,0,0,3.644,0,0), - (1655,9,2758.8,790.731,114.367,0,0,0,0,0,0,0,0,0,2.941,0,0), - (1655,10,2752.16,792.589,114.367,0,0,0,0,0,0,0,0,0,3.467,0,0), - (1655,11,2751.12,799.975,114.367,0,0,0,0,0,0,0,0,0,1.29676,0,0), - (1655,12,2752.03,803.195,114.245,15000,0,0,0,0,0,0,0,0,1.32032,0,0), - (1655,13,2748.36,790.155,114.367,0,0,0,0,0,0,0,0,0,4.268,0,0), - (1655,14,2746.26,783.31,114.837,80000,0,0,0,0,0,0,0,0,1.247,0,0), - (1655,15,2748.36,790.155,114.367,0,0,0,0,0,0,0,0,0,1.268,0,0), - (1655,16,2751.12,799.975,114.367,0,0,0,0,0,0,0,0,0,1.29676,0,0), - (1655,17,2752.03,803.195,114.245,15000,0,0,0,0,0,0,0,0,1.32032,0,0), - (1655,18,2752.16,792.589,114.367,0,0,0,0,0,0,0,0,0,0.467,0,0), - (1655,19,2758.8,790.731,114.367,0,0,0,0,0,0,0,0,0,5.941,0,0), - (1655,20,2762.54,791.399,114.367,0,0,0,0,0,0,0,0,0,0.644,0,0), - (1655,21,2764.54,794.093,114.367,0,0,0,0,0,0,0,0,0,1.295,0,0), - (1655,22,2763.93,796.199,114.367,0,0,0,0,0,0,0,0,0,2.395,0,0), - (1655,23,2756.69,798.914,119.131,0,0,0,0,0,0,0,0,0,2.933,0,0), - (1655,24,2753.93,798.877,119.091,0,0,0,0,0,0,0,0,0,3.086,0,0), - (1655,25,2749.94,797.442,119.108,0,0,0,0,0,0,0,0,0,3.871,0,0), - (1655,26,2747.48,789.889,119.131,0,0,0,0,0,0,0,0,0,3.981,0,0), - (1655,27,2742.71,785.519,119.133,0,0,0,0,0,0,0,0,0,3.454,0,0), - (1692,1,-5636.06,-495.833,396.778,0,0,0,0,0,0,0,0,0,0,0,0), - (1692,2,-5641.4,-498.896,396.778,0,0,0,0,0,0,0,0,0,0,0,0), - (1692,3,-5640.83,-501.392,396.794,20000,0,0,0,0,0,0,0,0,4.93611,0,0), - (1692,4,-5641.4,-498.896,396.778,0,0,0,0,0,0,0,0,0,0,0,0), - (1692,5,-5640.07,-496.738,396.778,0,0,0,0,0,0,0,0,0,0,0,0), - (1692,6,-5636.06,-495.833,396.778,0,0,0,0,0,0,0,0,0,0,0,0), - (1692,7,-5633.44,-496.477,396.778,0,0,0,0,0,0,0,0,0,0,0,0), - (1692,8,-5633.44,-496.477,396.778,30000,0,0,0,0,0,0,0,0,2.19912,0,0), - (1721,1,-8640.1,436.517,101.821,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,2,-8647.26,427.427,101.733,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,3,-8655.34,420.252,102.436,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,4,-8664.83,410.733,103.325,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,5,-8670.94,403.806,103.693,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,6,-8680.04,399.446,103.015,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,7,-8687.06,395.845,102.312,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,8,-8693.09,396.72,102.078,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,9,-8695.88,392.01,102.276,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,10,-8695.88,392.01,102.276,180000,0,0,0,0,0,0,0,0,1.13446,0,0), - (1721,11,-8698.44,401.653,101.432,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,12,-8717.6,406.825,98.0212,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,13,-8724.56,406.731,97.8257,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,14,-8733.27,395.069,98.2072,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,15,-8733.27,395.069,98.2072,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,16,-8733.27,395.069,98.2072,180000,0,0,0,0,0,0,0,0,1.0472,0,0), - (1721,17,-8726.09,405.419,97.9829,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,18,-8724.29,423.099,98.0708,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,19,-8715.03,455.983,97.2586,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,20,-8681.31,485.258,96.9778,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,21,-8666.83,497.894,100.78,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,22,-8652.38,486.102,102.389,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,23,-8636.2,465.463,102.376,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,24,-8632.35,456.593,102.457,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,25,-8638.79,450.024,102.468,0,0,0,0,0,0,0,0,0,0,0,0), - (1721,26,-8638.79,450.024,102.468,180000,0,0,0,0,0,0,0,0,1.25664,0,0), - (1721,27,-8633.33,442.715,102.707,0,0,0,0,0,0,0,0,0,0,0,0), - (1737,1,1819.56,1590.7,95.917,0,0,0,0,0,0,0,0,0,3.13374,0,0), - (1737,2,1798.88,1595.39,101.257,0,0,0,0,0,0,0,0,0,2.1421,0,0), - (1737,3,1797.66,1600.84,102.917,0,0,0,0,0,0,0,0,0,1.21376,0,0), - (1737,4,1804.48,1604.08,102.872,10000,0,0,0,0,0,0,0,0,0.49276,0,0), - (1737,5,1797.25,1601.4,102.968,0,0,0,0,0,0,0,0,0,4.71899,0,0), - (1737,6,1798.38,1595.07,101.349,0,0,0,0,0,0,0,0,0,0.099272,0,0), - (1737,7,1820.85,1590.95,95.6439,0,0,0,0,0,0,0,0,0,0.77,0,0), - (1737,8,1828.54,1611.1,95.7643,0,0,0,0,0,0,0,0,0,1.43916,0,0), - (1737,9,1826.47,1644.35,95.6223,30000,0,0,0,0,0,0,0,0,1.56295,0,0), - (1737,10,1827.58,1597.64,95.3776,0,0,0,0,0,0,0,0,0,4.66134,0,0), - (1737,11,1827.58,1597.64,95.3776,40000,173701,0,0,0,0,0,0,0,4.66134,0,0), - (1739,1,1847.41,1562.06,94.9508,10000,0,0,0,0,0,0,0,0,4.77069,0,0), - (1739,2,1850.83,1561.74,94.6875,0,0,0,0,0,0,0,0,0,1.53563,0,0), - (1739,3,1853.08,1580.78,94.0011,0,0,0,0,0,0,0,0,0,0.87904,0,0), - (1739,4,1862.66,1588.71,92.2148,0,0,0,0,0,0,0,0,0,5.92836,0,0), - (1739,5,1879.29,1588.1,90.2351,15000,0,0,0,0,0,0,0,0,6.25509,0,0), - (1739,6,1874.32,1590.82,90.8876,0,0,0,0,0,0,0,0,0,3.01925,0,0), - (1739,7,1830.79,1592.76,94.3424,2000,173901,0,0,0,0,0,0,0,3.98686,0,0), - (1739,8,1817.14,1583.13,95.8498,0,173902,0,0,0,0,0,0,0,0.086576,0,0), - (1739,9,1818.17,1582.8,95.7979,15000,0,0,0,0,0,0,0,0,0.084208,0,0), - (1739,10,1817.71,1571.91,95.6719,0,0,0,0,0,0,0,0,0,5.1783,0,0), - (1739,11,1820.69,1568.39,95.6401,0,0,0,0,0,0,0,0,0,5.6943,0,0), - (1739,12,1828.08,1564.87,95.6222,8000,0,0,0,0,0,0,0,0,5.68566,0,0), - (1739,13,1829.92,1577.48,95.6222,0,0,0,0,0,0,0,0,0,0.985835,0,0), - (1739,14,1835.97,1584.46,94.2479,0,0,0,0,0,0,0,0,0,0.185514,0,0), - (1739,15,1846.08,1583.83,93.7457,0,0,0,0,0,0,0,0,0,4.75496,0,0), - (1739,16,1847.03,1571.37,95.0757,0,0,0,0,0,0,0,0,0,4.73926,0,0), - (1754,1,-8336.44,398.293,122.274,0,0,0,0,0,0,0,0,0,1.598,0,0), - (1754,2,-8336.9,403.524,122.274,0,0,0,0,0,0,0,0,0,2.34491,0,0), - (1754,3,-8346.31,414.937,122.274,0,0,0,0,0,0,0,0,0,3.65967,0,0), - (1754,4,-8357.95,409.593,122.274,0,0,0,0,0,0,0,0,0,2.30486,0,0), - (1754,5,-8387.14,445.791,122.275,0,0,0,0,0,0,0,0,0,2.25775,0,0), - (1754,6,-8392.4,452.202,123.76,10000,175401,0,0,0,0,0,0,0,2.25775,0,0), - (1754,7,-8400.86,463.355,123.76,40000,175402,0,0,0,0,0,0,0,2.07666,0,0), - (1754,8,-8386.97,445.847,122.275,0,0,0,0,0,0,0,0,0,5.40122,0,0), - (1754,9,-8358.15,410.531,122.275,0,0,0,0,0,0,0,0,0,0.16575,0,0), - (1754,10,-8345.4,414.187,122.275,0,0,0,0,0,0,0,0,0,5.402,0,0), - (1754,11,-8336.05,402.219,122.275,0,0,0,0,0,0,0,0,0,4.95197,0,0), - (1754,12,-8334.01,394.723,122.275,3000,175403,0,0,0,0,0,0,0,2.56278,0,0), - (1755,1,-8403.89,469.689,123.76,15000,0,0,0,0,0,0,0,0,5.19074,0,0), - (1755,2,-8421.35,488.745,122.275,0,0,0,0,0,0,0,0,0,3.32384,0,0), - (1755,3,-8443.96,471.661,122.275,0,0,0,0,0,0,0,0,0,4.80903,0,0), - (1755,4,-8439.43,464.675,122.275,2000,175501,0,0,0,0,0,0,0,5.36195,0,0), - (2315,1,1860.68,1578.52,94.1668,0,0,0,0,0,0,0,0,0,4.70722,0,0), - (2315,2,1860.47,1575.17,94.3123,0,0,0,0,0,0,0,0,0,4.64439,0,0), - (2315,3,1856.48,1575.11,94.3123,0,0,0,0,0,0,0,0,0,3.17962,0,0), - (2315,4,1857.07,1575.09,94.3123,30000,0,0,0,0,0,0,0,0,6.2509,0,0), - (2315,5,1859.89,1575.11,94.3123,0,0,0,0,0,0,0,0,0,1.02329,0,0), - (2315,6,1862.43,1582.4,92.6873,0,0,0,0,0,0,0,0,0,1.20776,0,0), - (2315,7,1861.78,1584.95,92.4294,9000,0,0,0,0,0,0,0,0,1.97745,0,0), - (2315,8,1848.8,1590.11,93.1537,0,0,0,0,0,0,0,0,0,2.8728,0,0), - (2315,9,1842.39,1600.17,94.5548,0,0,0,0,0,0,0,0,0,1.6515,0,0), - (2315,10,1843.22,1635.21,96.9336,10000,0,0,0,0,0,0,0,0,1.50228,0,0), - (2315,11,1843.2,1612.16,96.9626,0,0,0,0,0,0,0,0,0,4.69885,0,0), - (2315,12,1845.18,1590.18,93.2519,0,0,0,0,0,0,0,0,0,6.1754,0,0), - (2315,13,1860.24,1588.65,92.4581,10000,0,0,0,0,0,0,0,0,6.18718,0,0), - (2417,1,488.667,-202.562,145.73,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,2,495.921,-216.439,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,3,488.491,-222.289,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,4,471.803,-231.715,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,5,476.928,-243.365,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,6,497.023,-232.224,151.023,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,7,514.81,-265.849,151.509,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,8,513.534,-288.363,151.898,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,9,540.153,-307.615,152.265,10000,1704001,0,0,0,0,0,0,0,0,0,0), - (2417,10,548.761,-317.325,150.864,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,11,559.25,-318.388,150.794,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,12,588.219,-329.957,150.794,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,13,618.162,-340.555,152.109,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,14,635.922,-362.049,152.986,10000,1704002,0,0,0,0,0,0,0,0,0,0), - (2417,15,638.781,-343.571,150.848,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,16,608.878,-340.329,151.736,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,17,545.299,-315.251,151.278,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,18,534.507,-300.421,152.032,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,19,515.773,-283.798,151.207,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,20,515.279,-265.809,151.565,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,21,496.894,-232.661,151.023,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,22,515.75,-222.195,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,23,510.932,-211.013,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,24,496.864,-218.53,152.522,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,25,488.566,-202.969,145.73,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,26,485.178,-205.248,145.367,0,0,0,0,0,0,0,0,0,0,0,0), - (2417,27,484.12,-213.163,145.367,0,1704003,0,0,0,0,0,0,0,0,0,0), - (2533,1,-8733.41,543.728,101.116,0,253301,0,0,0,0,0,0,0,5.46732,0,0), - (2533,2,-8725.34,534.844,100.453,0,0,0,0,0,0,0,0,0,5.40449,0,0), - (2533,3,-8714.18,521.498,97.421,0,0,0,0,0,0,0,0,0,6.19225,0,0), - (2533,4,-8707.18,524.198,97.6176,0,0,0,0,0,0,0,0,0,0.591569,0,0), - (2533,5,-8697.23,530.827,97.7614,0,253302,0,0,0,0,0,0,0,1.00547,0,0), - (2533,6,-8687.88,542.844,97.811,0,0,0,0,0,0,0,0,0,0.779279,0,0), - (2533,7,-8675.18,551.755,97.3729,0,0,0,0,0,0,0,0,0,0.230286,0,0), - (2533,8,-8657.96,553.011,96.9465,0,253302,0,0,0,0,0,0,0,5.88437,0,0), - (2533,9,-8648.08,547.85,97.643,0,0,0,0,0,0,0,0,0,5.55843,0,0), - (2533,10,-8624.85,522.649,101.967,0,0,0,0,0,0,0,0,0,5.79248,0,0), - (2533,11,-8610.91,513.903,103.747,0,253303,0,0,0,0,0,0,0,0.384225,0,0), - (2533,12,-8604.89,520.309,105.797,0,0,0,0,0,0,0,0,0,0.876668,0,0), - (2533,13,-8601.2,526.633,106.492,0,0,0,0,0,0,0,0,0,0.714876,0,0), - (2533,14,-8590.77,531.44,105.252,0,0,0,0,0,0,0,0,0,0.640263,0,0), - (2533,15,-8581.29,540.021,102.125,0,0,0,0,0,0,0,0,0,0.877453,0,0), - (2533,16,-8579.12,546.674,101.778,0,253302,0,0,0,0,0,0,0,1.70919,0,0), - (2533,17,-8580.32,559.278,102.069,0,0,0,0,0,0,0,0,0,2.2519,0,0), - (2533,18,-8588.96,575.064,102.82,0,0,0,0,0,0,0,0,0,1.37461,0,0), - (2533,19,-8582.75,589.124,103.668,0,253302,0,0,0,0,0,0,0,1.08951,0,0), - (2533,20,-8566.82,611.285,102.59,0,0,0,0,0,0,0,0,0,0.40462,0,0), - (2533,21,-8533.56,635.552,100.229,0,0,0,0,0,0,0,0,0,0.445483,0,0), - (2533,22,-8513.97,643.983,100.217,0,0,0,0,0,0,0,0,0,1.20968,0,0), - (2533,23,-8510.35,656.028,100.301,0,0,0,0,0,0,0,0,0,1.73406,0,0), - (2533,24,-8517.21,666.05,102.437,0,0,0,0,0,0,0,0,0,2.1511,0,0), - (2533,25,-8521.74,672.851,102.667,0,0,0,0,0,0,0,0,0,2.13539,0,0), - (2533,26,-8524.42,675.718,102.326,0,0,0,0,0,0,0,0,0,2.30033,0,0), - (2533,27,-8531.3,685.385,97.8431,0,0,0,0,0,0,0,0,0,2.82969,0,0), - (2533,28,-8541.85,687.825,97.6784,0,253302,0,0,0,0,0,0,0,3.35669,0,0), - (2533,29,-8552.67,682.594,97.1024,0,0,0,0,0,0,0,0,0,3.88998,0,0), - (2533,30,-8577.11,661.474,97.5854,0,0,0,0,0,0,0,0,0,3.3991,0,0), - (2533,31,-8608.15,654.85,98.8096,0,0,0,0,0,0,0,0,0,3.36454,0,0), - (2533,32,-8629.19,653.554,100.235,0,0,0,0,0,0,0,0,0,2.97499,0,0), - (2533,33,-8654.57,660.178,100.847,0,0,0,0,0,0,0,0,0,2.52652,0,0), - (2533,34,-8665.71,670.475,100.155,0,0,0,0,0,0,0,0,0,1.84872,0,0), - (2533,35,-8672.8,685.114,98.7419,0,0,0,0,0,0,0,0,0,2.36709,0,0), - (2533,36,-8698.36,713.988,97.0169,0,0,0,0,0,0,0,0,0,2.21001,0,0), - (2533,37,-8708.25,728.268,97.492,0,0,0,0,0,0,0,0,0,2.3231,0,0), - (2533,38,-8718.65,734.381,97.9503,0,253303,0,0,0,0,0,0,0,3.50199,0,0), - (2533,39,-8730.64,723.596,101.609,0,0,0,0,0,0,0,0,0,3.88683,0,0), - (2533,40,-8735.61,722.485,101.57,0,0,0,0,0,0,0,0,0,4.07533,0,0), - (2533,41,-8742.81,712.763,98.4742,0,0,0,0,0,0,0,0,0,4.878,0,0), - (2533,42,-8738.42,700.471,98.7241,0,0,0,0,0,0,0,0,0,4.36278,0,0), - (2533,43,-8773.16,671.396,103.093,0,0,0,0,0,0,0,0,0,4.56228,0,0), - (2533,44,-8772.8,664.546,103.274,0,253302,0,0,0,0,0,0,0,5.11205,0,0), - (2533,45,-8762.12,651.776,103.758,0,0,0,0,0,0,0,0,0,4.85523,0,0), - (2533,46,-8758.49,635.638,103.007,0,0,0,0,0,0,0,0,0,4.64318,0,0), - (2533,47,-8759.99,620.822,100.132,0,0,0,0,0,0,0,0,0,4.03057,0,0), - (2533,48,-8768.57,607.87,97.0531,0,0,0,0,0,0,0,0,0,3.67904,0,0), - (2533,49,-8798.75,589.255,97.3095,0,253302,0,0,0,0,0,0,0,2.33758,0,0), - (2533,50,-8809.17,605.466,96.069,0,0,0,0,0,0,0,0,0,2.43654,0,0), - (2533,51,-8831.01,625.161,93.9218,0,0,0,0,0,0,0,0,0,1.79487,0,0), - (2533,52,-8830.74,639.957,94.4121,0,0,0,0,0,0,0,0,0,0.888521,0,0), - (2533,53,-8821.88,644.411,94.3238,0,0,0,0,0,0,0,0,0,0.063068,0,0), - (2533,54,-8813.26,640.453,94.2291,0,253302,0,0,0,0,0,0,0,5.3488,0,0), - (2533,55,-8810.61,632.167,94.2291,0,0,0,0,0,0,0,0,0,4.34035,0,0), - (2533,56,-8816.76,623.035,94.1619,0,0,0,0,0,0,0,0,0,3.38453,0,0), - (2533,57,-8830.32,626.323,93.9729,0,0,0,0,0,0,0,0,0,2.41692,0,0), - (2533,58,-8846.47,645.899,96.5695,0,0,0,0,0,0,0,0,0,1.95982,0,0), - (2533,59,-8850.39,660.621,97.1509,0,0,0,0,0,0,0,0,0,1.23018,0,0), - (2533,60,-8831.93,673.177,98.3737,0,0,0,0,0,0,0,0,0,0.704666,0,0), - (2533,61,-8824.49,680.863,97.3123,0,0,0,0,0,0,0,0,0,2.13802,0,0), - (2533,62,-8844.91,720.915,97.2993,0,253302,0,0,0,0,0,0,0,1.20732,0,0), - (2533,63,-8828.21,731.196,98.2819,0,0,0,0,0,0,0,0,0,0.315107,0,0), - (2533,64,-8801.01,745.202,97.6082,0,0,0,0,0,0,0,0,0,0.057497,0,0), - (2533,65,-8776.81,742.568,99.4879,0,0,0,0,0,0,0,0,0,5.74928,0,0), - (2533,66,-8762.33,732.152,98.6952,0,0,0,0,0,0,0,0,0,5.43276,0,0), - (2533,67,-8740.56,705.858,98.5695,0,253302,0,0,0,0,0,0,0,5.43276,0,0), - (2533,68,-8730.61,691.737,98.7125,0,0,0,0,0,0,0,0,0,5.07933,0,0), - (2533,69,-8725.98,677.292,98.6944,0,0,0,0,0,0,0,0,0,5.27019,0,0), - (2533,70,-8712.98,665.468,99.0123,0,0,0,0,0,0,0,0,0,4.86806,0,0), - (2533,71,-8706.49,628.033,100.55,0,0,0,0,0,0,0,0,0,4.86728,0,0), - (2533,72,-8703.35,612.108,99.7968,0,253304,0,0,0,0,0,0,0,4.4196,0,0), - (2533,73,-8710.51,595.182,98.6897,0,0,0,0,0,0,0,0,0,3.4732,0,0), - (2533,74,-8724.98,587.729,98.2775,0,0,0,0,0,0,0,0,0,3.99784,0,0), - (2533,75,-8749.35,561.41,97.3987,0,0,0,0,0,0,0,0,0,4.77225,0,0), - (2533,76,-8747.65,555.985,97.7188,0,0,0,0,0,0,0,0,0,5.74849,0,0), - (2533,77,-8739.23,550.631,100.051,0,0,0,0,0,0,0,0,0,5.73514,0,0), - (2612,1,-1384.19,-2070.8,62.4805,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,2,-1386.44,-2096.17,63.7144,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,3,-1387.59,-2113.09,64.4154,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,4,-1390.86,-2136.94,64.2607,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,5,-1394.5,-2156.81,64.1276,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,6,-1399.57,-2182.31,63.9607,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,7,-1406.66,-2210.71,63.8452,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,8,-1415.8,-2241.02,63.7583,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,9,-1431.53,-2263.22,63.2934,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,10,-1442.09,-2279.46,62.5595,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,11,-1449.83,-2296.07,61.7451,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,12,-1450.51,-2320.31,61.763,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,13,-1451.18,-2335.28,61.6723,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,14,-1450.99,-2349.2,61.5954,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,15,-1450.92,-2368.7,61.4802,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,16,-1451.44,-2384.32,61.3652,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,17,-1452.38,-2412.45,60.01,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,18,-1469.69,-2432.11,57.0311,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,19,-1455.27,-2437.83,58.32,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,20,-1435.31,-2446.8,58.8518,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,21,-1426.09,-2451.05,58.9719,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,22,-1413.94,-2462.02,57.4064,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,23,-1405.56,-2462.93,56.6648,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,24,-1396.27,-2461.46,57.1161,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,25,-1390.54,-2459.96,56.7346,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,26,-1380.95,-2457.43,55.005,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,27,-1372.35,-2451.78,53.4552,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,28,-1362.53,-2450.7,51.7466,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,29,-1351.53,-2449.03,49.9309,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,30,-1341.72,-2447.77,47.5885,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,31,-1324.63,-2454.8,43.6367,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,32,-1315.43,-2458.59,42.1428,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,33,-1305.22,-2462.72,39.3348,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,34,-1294.39,-2467.26,35.5811,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,35,-1287.53,-2475.44,31.9306,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,36,-1279.38,-2483.56,27.4055,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,37,-1271.87,-2490.9,23.7054,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,38,-1261.41,-2504.61,20.9876,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,39,-1253.34,-2518.74,20.4396,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,40,-1247.84,-2527.8,20.5722,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,41,-1241.35,-2540.11,21.0293,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,42,-1235.88,-2557.91,23.0018,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,43,-1232.78,-2564.99,24.8855,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,44,-1228.54,-2572.92,27.3855,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,45,-1220.53,-2586.44,31.7423,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,46,-1214.24,-2596.67,34.762,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,47,-1207.75,-2608.21,38.3974,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,48,-1196.12,-2620.89,42.5247,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,49,-1188.59,-2633.61,45.0159,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,50,-1192.2,-2644.21,46.2925,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,51,-1196.75,-2657.01,45.3284,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,52,-1204.47,-2676.43,44.7487,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,53,-1206.42,-2683.63,45.3893,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,54,-1202.83,-2694.48,46.5629,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,55,-1199.31,-2705.3,47.0403,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,56,-1197.74,-2715.86,46.8948,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,57,-1192.25,-2724.06,45.9989,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,58,-1177,-2731.36,45.7483,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,59,-1159.46,-2739.54,45.7695,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,60,-1148.66,-2745.27,44.4954,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,61,-1137.75,-2749.23,42.2074,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,62,-1128.77,-2753.03,40.2319,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,63,-1121.58,-2756.33,38.8911,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,64,-1115.96,-2760.1,37.2754,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,65,-1109.07,-2765.24,35.8862,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,66,-1107.7,-2774.31,35.5988,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,67,-1112.25,-2786.06,37.8038,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,68,-1114.49,-2800.37,41.1377,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,69,-1110.14,-2812.09,41.6225,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,70,-1115.49,-2801.97,41.407,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,71,-1113.03,-2792.28,39.2494,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,72,-1107.91,-2778.91,35.8249,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,73,-1107.13,-2767.5,35.673,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,74,-1115.65,-2758.86,37.3008,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,75,-1125.74,-2754.12,39.6889,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,76,-1138.39,-2749.26,42.2839,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,77,-1152.96,-2743.72,45.2242,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,78,-1164.5,-2735.92,45.9638,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,79,-1175.89,-2731.06,45.8168,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,80,-1192.4,-2722.15,46.1228,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,81,-1196.94,-2708.35,46.8957,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,82,-1201.13,-2695.4,46.7925,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,83,-1203.76,-2680.84,45.0511,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,84,-1197.63,-2664.45,44.6361,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,85,-1191.09,-2644.81,46.2773,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,86,-1188.89,-2628.21,44.3742,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,87,-1198.86,-2618.2,41.8015,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,88,-1206.6,-2607.68,38.5384,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,89,-1211.44,-2599.65,35.7691,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,90,-1217.73,-2589.17,32.8308,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,91,-1225.02,-2580.04,29.5177,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,92,-1230.7,-2568.73,26.2113,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,93,-1235.95,-2555.18,22.4355,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,94,-1241.54,-2541.8,21.0347,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,95,-1257.1,-2510.82,20.6439,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,96,-1265.45,-2498.02,21.6001,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,97,-1273.79,-2487.31,25.0914,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,98,-1288.08,-2473.79,32.5421,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,99,-1307.24,-2462.06,39.8694,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,100,-1319.66,-2455.84,43.057,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,101,-1335.87,-2448.58,46.4236,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,102,-1347.92,-2447.92,49.1251,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,103,-1365.9,-2451.02,52.1921,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,104,-1382.38,-2458.07,55.1783,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,105,-1394.38,-2461.74,57.0031,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,106,-1408.97,-2464.37,56.7405,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,107,-1423.37,-2453.11,59.0055,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,108,-1436.43,-2444.3,58.9476,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,109,-1456.63,-2437.7,58.2656,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,110,-1462.2,-2427.32,57.98,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,111,-1453.32,-2407.9,60.2707,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,112,-1450.91,-2386.82,61.3356,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,113,-1450.43,-2363.37,61.5079,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,114,-1450.05,-2334.72,61.6732,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,115,-1449.54,-2305.47,61.7913,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,116,-1441.65,-2279.27,62.602,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,117,-1426.6,-2258.16,63.4466,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,118,-1412.14,-2231.41,63.7774,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,119,-1405.94,-2211.46,63.8415,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,120,-1399.74,-2190.69,63.9117,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,121,-1393.9,-2159.74,64.1125,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,122,-1390.52,-2139.7,64.2473,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,123,-1387.51,-2120.92,64.3688,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,124,-1386.01,-2099.16,63.8191,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,125,-1383.93,-2074.87,62.6483,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,126,-1383,-2054.96,61.8001,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,127,-1381.77,-2036.06,60.9844,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,128,-1378.36,-2005.29,59.4934,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,129,-1377.48,-1983.73,58.5761,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,130,-1369.86,-1965.06,58.4856,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,131,-1358.28,-1937.37,58.4398,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,132,-1348.84,-1912.47,58.4265,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,133,-1335.51,-1876.41,60.848,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,134,-1330.62,-1845.31,62.5779,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,135,-1345.1,-1837.85,61.5435,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,136,-1364.26,-1829.25,59.9931,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,137,-1389.62,-1817.41,59.0087,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,138,-1415.1,-1808.02,60.4161,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,139,-1435.11,-1801.78,61.5727,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,140,-1447.44,-1800.37,63.6958,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,141,-1458.98,-1802.07,67.0238,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,142,-1472.66,-1805.06,68.0195,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,143,-1497.19,-1805.35,68.0742,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,144,-1514.69,-1804.92,66.0349,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,145,-1538.14,-1805.08,66.2462,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,146,-1552.13,-1805.62,67.4992,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,147,-1566.12,-1805.85,67.202,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,148,-1574.64,-1787.76,67.1599,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,149,-1580.64,-1761.6,66.8366,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,150,-1586.03,-1738.46,67.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,151,-1586.83,-1720.87,67.231,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,152,-1584.9,-1692.94,66.1641,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,153,-1600.37,-1680.06,65.8522,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,154,-1619.82,-1668.12,67.1022,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,155,-1624.56,-1660.98,67.1673,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,156,-1628.35,-1622.34,66.9965,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,157,-1628.68,-1622.18,67.0259,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,158,-1626.34,-1659.11,67.1212,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,159,-1615.59,-1668.08,66.8638,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,160,-1584.52,-1688.04,66.1293,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,161,-1585.32,-1707.79,66.8941,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,162,-1585.92,-1729.18,67.49,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,163,-1585.92,-1729.18,67.49,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,164,-1584.81,-1745.2,66.7806,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,165,-1582.37,-1754.14,66.5947,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,166,-1579.72,-1771.43,67.2722,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,167,-1569.16,-1802.71,67.21,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,168,-1550.25,-1805.54,67.496,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,169,-1529.52,-1805.51,65.9259,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,170,-1515.09,-1805.42,66.0125,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,171,-1500.26,-1805.39,68.0405,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,172,-1467.51,-1804.3,67.8037,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,173,-1460.55,-1803.58,67.2688,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,174,-1443.32,-1800.51,62.5683,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,175,-1435.37,-1800.75,61.6298,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,176,-1408.92,-1809.84,60.1395,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,177,-1386.58,-1818.31,58.8852,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,178,-1364.26,-1828.37,60.009,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,179,-1341.59,-1837.64,61.8847,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,180,-1327.44,-1845.22,62.8446,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,181,-1330.71,-1858.83,62.0556,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,182,-1337.49,-1878.68,60.5999,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,183,-1344.6,-1898.44,59.0569,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,184,-1351.51,-1918.27,58.3816,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,185,-1359.34,-1937.75,58.4232,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,186,-1365.71,-1954.04,58.4614,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,187,-1375.31,-1980.28,58.5432,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,188,-1379.14,-2004.39,59.4554,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,189,-1381.14,-2021.78,60.3645,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,190,-1382.73,-2039.34,61.1257,0,0,0,0,0,0,0,0,0,0,0,0), - (2612,191,-1383.31,-2049.82,61.5961,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,1,-1609.97,-2755.76,37.3943,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,2,-1603.6,-2739.05,37.5333,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,3,-1587.45,-2715.61,36.162,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,4,-1569.73,-2702.28,34.6045,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,5,-1566.12,-2687.94,35.1213,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,6,-1558.37,-2669.76,36.6745,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,7,-1555.94,-2655.67,38.2919,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,8,-1555.21,-2632.92,42.8621,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,9,-1557.71,-2608.51,47.2414,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,10,-1562.57,-2588.08,48.5798,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,11,-1567.35,-2567.63,49.4929,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,12,-1566.69,-2545.42,50.9401,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,13,-1563.04,-2535,51.7195,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,14,-1552.93,-2512.6,53.6615,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,15,-1543.99,-2493.64,54.0544,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,16,-1519.58,-2473.74,53.278,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,17,-1495.49,-2453.45,53.1384,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,18,-1468.35,-2429.73,57.3076,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,19,-1455.25,-2415.05,59.528,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,20,-1451.46,-2396.72,61.0705,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,21,-1450.23,-2354.75,61.5571,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,22,-1450.16,-2330.26,61.6995,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,23,-1448.87,-2302.3,61.8556,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,24,-1448,-2288.32,61.822,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,25,-1434.56,-2268.25,63.22,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,26,-1416.94,-2243.5,63.75,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,27,-1406.84,-2213.67,63.8345,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,28,-1396.47,-2171.9,64.039,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,29,-1392.2,-2147.78,64.1909,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,30,-1388.21,-2123.6,64.347,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,31,-1385.42,-2092.26,63.5383,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,32,-1383.12,-2060.85,62.055,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,33,-1381.74,-2029.39,60.6848,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,34,-1376.52,-1986.88,58.6965,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,35,-1371.65,-1970.13,58.4978,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,36,-1360.16,-1940.81,58.4372,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,37,-1350.11,-1916.01,58.3875,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,38,-1339.13,-1886.5,60.0551,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,39,-1329.53,-1861.46,62.0138,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,40,-1325.61,-1844.42,63.0405,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,41,-1311.92,-1820.97,64.8927,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,42,-1295.12,-1808.41,66.262,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,43,-1277.57,-1796.88,67.1404,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,44,-1244.34,-1777.49,65.1985,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,45,-1233.3,-1769.58,63.5457,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,46,-1207.17,-1746.29,58.7408,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,47,-1191.71,-1732.09,56.5556,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,48,-1164.95,-1716.83,53.0717,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,49,-1135.18,-1706.64,47.9639,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,50,-1114.18,-1699.55,45.3461,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,51,-1090.47,-1693.5,41.0002,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,52,-1064.73,-1687.93,38.3902,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,53,-1047.31,-1686.35,37.3729,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,54,-1022.11,-1685.52,36.8282,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,55,-997.612,-1684.85,36.9688,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,56,-965.025,-1681.52,38.8965,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,57,-940.198,-1677.13,41.4524,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,58,-928.706,-1669.13,43.4338,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,59,-1004.39,-1684.38,37.0821,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,60,-958.272,-1681.28,39.4752,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,61,-940.948,-1678.27,41.3014,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,62,-925.216,-1667.5,43.9363,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,63,-907.171,-1653.96,46.2816,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,64,-885.882,-1636.75,49.7862,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,65,-874.678,-1625.89,51.3372,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,66,-868.66,-1620.02,52.336,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,67,-842.682,-1592.57,54.0779,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,68,-828.952,-1576.2,54.1685,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,69,-817.389,-1560.93,54.167,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,70,-806.968,-1545.8,54.2009,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,71,-797.451,-1533.19,54.8197,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,72,-789.241,-1521.31,55.7949,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,73,-776.737,-1498.45,58.5686,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,74,-770.393,-1476.76,61.6119,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,75,-761.467,-1457.51,64.2773,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,76,-751.589,-1437.14,66.0968,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,77,-743.556,-1419.19,67.3789,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,78,-737.395,-1406.99,67.9947,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,79,-722.763,-1387.82,68.366,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,80,-714.923,-1378.25,68.1637,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,81,-706.586,-1368.09,68.0256,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,82,-687.658,-1343.6,67.5301,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,83,-669.901,-1320.4,66.5834,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,84,-647.929,-1287.28,66.0955,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,85,-627.874,-1252.22,66.064,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,86,-606.519,-1205.26,66.0658,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,87,-593.569,-1174.5,66.1406,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,88,-582.399,-1140.05,66.0912,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,89,-568.644,-1109.58,63.2909,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,90,-556.385,-1092.83,59.8963,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,91,-544.784,-1079.77,57.3362,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,92,-533.539,-1068.76,55.377,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,93,-528.303,-1062.48,54.0466,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,94,-516.638,-1048.8,50.6007,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,95,-503.263,-1029.3,45.8335,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,96,-497.63,-1001.72,40.7873,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,97,-494.625,-981.277,37.6336,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,98,-490.863,-957.963,33.7666,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,99,-486.941,-943.666,34.657,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,100,-483.047,-927.656,34.0395,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,101,-473.813,-907.247,35.9201,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,102,-463.655,-890.517,39.1828,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,103,-456.501,-881.757,41.4407,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,104,-447.081,-870.026,44.5675,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,105,-439.556,-860.609,46.9198,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,106,-427.118,-845.195,51.0378,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,107,-402.304,-811.967,54.3169,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,108,-380.986,-780.241,54.5348,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,109,-360.534,-770.555,54.1482,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,110,-349.803,-766.11,54.1108,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,111,-329.095,-757.198,53.9338,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,112,-306.397,-749.76,55.0387,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,113,-283.246,-742.144,56.3862,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,114,-261.079,-736.225,57.3863,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,115,-238.285,-728.679,59.7081,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,116,-217.396,-724.291,61.1619,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,117,-194.585,-720.292,62.9509,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,118,-168.563,-717.507,63.8219,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,119,-143.54,-716.926,64.5743,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,120,-121.262,-715.436,65.0539,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,121,-103.217,-714.433,65.6849,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,122,-83.7947,-716.256,67.7521,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,123,-55.7237,-717.824,68.3858,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,124,-37.7359,-717.177,68.8162,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,125,-20.8566,-715.646,69.6487,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,126,-19.3454,-737.185,66.2499,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,127,-23.3655,-754.497,63.2959,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,128,-20.4435,-774.219,60.514,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,129,-15.7118,-797.856,59.1134,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,130,-27.1062,-812.163,57.6985,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,131,-41.3255,-822.638,57.2298,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,132,-49.3104,-830.318,56.7083,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,133,-53.9139,-849.61,56.2823,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,134,-50.7795,-866.499,55.5527,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,135,-38.2028,-879.623,55.9823,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,136,-27.0322,-897.13,56.0546,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,137,-34.2067,-925.81,54.4792,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,138,-29.5594,-903.929,55.8488,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,139,-26.8398,-898.496,56.0196,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,140,-31.7251,-885.731,56.1816,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,141,-40.1649,-877.837,55.869,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,142,-49.5997,-867.836,55.5481,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,143,-53.4713,-854.701,56.1316,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,144,-51.7552,-841.862,56.4625,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,145,-48.6345,-831.804,56.7925,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,146,-41.0816,-822.981,57.2493,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,147,-30.2082,-815.517,57.6478,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,148,-22.6025,-806.694,58.2226,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,149,-16.4379,-794.379,59.3003,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,150,-19.5654,-777.697,60.2803,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,151,-21.5772,-766.513,61.3444,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,152,-22.1474,-757.894,62.6949,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,153,-22.6783,-749.868,64.0552,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,154,-17.9657,-735.652,66.5774,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,155,-18.1532,-725.26,68.572,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,156,-42.2745,-717.266,68.6378,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,157,-58.7396,-717.621,68.3486,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,158,-84.6225,-717.085,67.7013,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,159,-102.899,-713.896,65.7144,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,160,-131.294,-715.311,64.6619,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,161,-152.246,-715.757,64.2004,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,162,-180.717,-717.776,63.433,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,163,-197.684,-720.521,62.8026,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,164,-237.492,-727.512,59.8306,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,165,-250.763,-732.894,58.1296,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,166,-272.61,-738.87,56.745,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,167,-291.292,-743.742,56.2312,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,168,-314.511,-751.487,54.4269,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,169,-329.484,-757.703,53.9044,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,170,-342.01,-763.169,53.7313,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,171,-356.287,-768.761,54.1709,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,172,-370.384,-775.427,54.3303,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,173,-383.045,-781.402,54.5855,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,174,-391.295,-793.615,54.5258,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,175,-410.179,-822.363,53.6656,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,176,-419.268,-835.096,52.6884,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,177,-435.612,-854.063,48.492,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,178,-454.754,-877.825,42.2999,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,179,-463.724,-889.425,39.273,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,180,-471.807,-902.079,36.6771,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,181,-480.11,-919.018,34.3985,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,182,-484.223,-930.731,33.8556,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,183,-487.821,-944.686,34.6344,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,184,-491.223,-958.187,33.7721,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,185,-493.69,-971.071,35.4031,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,186,-497.879,-1004.78,41.1823,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,187,-508.814,-1037.42,48.0167,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,188,-527.541,-1062,53.8628,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,189,-537.491,-1070.68,56.0368,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,190,-551.392,-1085.64,58.5456,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,191,-565.147,-1103.15,61.9713,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,192,-579.849,-1135.63,65.9431,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,193,-590.132,-1166.04,66.2493,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,194,-596.236,-1182.78,66.0964,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,195,-614.397,-1221.2,65.8731,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,196,-626.914,-1250.82,66.068,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,197,-638.4,-1271.01,66.0958,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,198,-653.376,-1295.8,66.0952,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,199,-665.096,-1315.91,66.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,200,-680.326,-1334.78,67.1556,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,201,-691.768,-1349.1,67.52,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,202,-702.438,-1363.34,67.7172,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,203,-712.434,-1377.65,68.2276,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,204,-728.854,-1396.59,68.516,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,205,-739.632,-1411.79,67.7564,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,206,-751.651,-1436.22,66.1343,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,207,-759.313,-1452.14,64.9045,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,208,-769.727,-1475.43,61.8476,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,209,-775.857,-1472.24,61.6528,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,210,-779.822,-1501.51,58.0143,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,211,-789.189,-1520.89,55.8284,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,212,-800.791,-1537.79,54.5143,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,213,-817.1,-1560.64,54.1677,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,214,-837.953,-1586.99,54.2379,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,215,-857.519,-1609.34,52.9475,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,216,-874.996,-1624.56,51.38,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,217,-894.31,-1643.68,48.8353,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,218,-919.455,-1662.01,44.792,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,219,-945.703,-1677.03,40.7389,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,220,-963.93,-1680.01,39.0058,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,221,-983.874,-1683.33,37.5075,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,222,-999.692,-1685.51,36.9831,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,223,-1036.24,-1684.37,36.8375,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,224,-1054.91,-1685.55,37.7461,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,225,-1078.69,-1689.26,39.5563,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,226,-1097.07,-1694.42,42.3212,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,227,-1120.54,-1700.96,45.8411,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,228,-1140.44,-1707.71,49.2567,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,229,-1159.31,-1713.56,52.2294,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,230,-1174.53,-1720.55,54.5052,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,231,-1188.02,-1728.56,55.9451,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,232,-1205.73,-1745.37,58.6121,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,233,-1218.55,-1757.25,61.115,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,234,-1231.55,-1768.4,63.2526,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,235,-1242.36,-1775.93,64.9296,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,236,-1252.86,-1783.36,66.0756,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,237,-1260.44,-1787.4,66.5929,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,238,-1275.6,-1795.42,67.118,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,239,-1290,-1804.24,66.6755,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,240,-1303.54,-1812.98,65.6033,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,241,-1315.11,-1822.59,64.5961,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,242,-1328.27,-1847.54,62.6855,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,243,-1333.05,-1868.49,61.419,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,244,-1343.09,-1895.95,59.2767,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,245,-1358.91,-1935.26,58.4154,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,246,-1375.68,-1976.29,58.5213,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,247,-1378.03,-1997.88,59.1664,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,248,-1380.58,-2016.68,60.0877,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,249,-1383.06,-2044.73,61.3712,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,250,-1385.59,-2088.69,63.3174,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,251,-1388.98,-2120.99,64.3619,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,252,-1397.34,-2173.94,64.0248,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,253,-1405.95,-2206.46,63.8549,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,254,-1414.15,-2230.97,63.7498,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,255,-1419.13,-2247.36,63.7265,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,256,-1436.13,-2269.96,63.172,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,257,-1446.46,-2285.34,62.0004,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,258,-1451.21,-2341.52,61.6354,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,259,-1452.09,-2381.52,61.3955,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,260,-1455.27,-2415.33,59.501,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,261,-1491.5,-2449.54,53.7445,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,262,-1527.64,-2481.11,53.4464,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,263,-1548.23,-2497.45,54.3668,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,264,-1554.14,-2515.48,53.355,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,265,-1569.79,-2546.47,50.6577,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,266,-1566.68,-2580.34,48.8555,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,267,-1556.57,-2610.53,47.0171,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,268,-1556.02,-2635.79,42.3344,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,269,-1556.44,-2652.58,38.8827,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,270,-1561.32,-2682.03,35.8352,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,271,-1578.73,-2700.68,35.012,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,272,-1590.13,-2713.96,36.5028,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,273,-1606.95,-2739.03,37.6155,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,274,-1611.22,-2767.07,36.7336,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,275,-1618.11,-2800.14,34.9466,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,276,-1623.74,-2829.92,33.0364,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,277,-1628.17,-2851.04,31.8945,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,278,-1632.48,-2864.36,30.6142,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,279,-1638.53,-2880.53,28.1107,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,280,-1645.49,-2900.98,26.1461,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,281,-1639.82,-2927.5,27.7763,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,282,-1640.81,-2941.86,28.635,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,283,-1643.95,-2959.08,27.7981,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,284,-1647.59,-2980.73,25.4715,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,285,-1645.33,-2994.99,22.6038,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,286,-1637.13,-3010.4,19.9599,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,287,-1620.94,-3027.39,16.016,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,288,-1601.97,-3047.96,14.6215,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,289,-1579.55,-3062.51,12.8546,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,290,-1569.38,-3064.85,13.1662,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,291,-1561.72,-3059.28,13.8668,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,292,-1562.85,-3059.83,13.8148,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,293,-1580.38,-3054.6,13.1464,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,294,-1594.05,-3051.63,13.6523,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,295,-1605.93,-3041.86,15.0334,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,296,-1610.77,-3037.09,15.2668,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,297,-1623.2,-3024.77,16.2679,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,298,-1630.35,-3017.34,18.3289,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,299,-1638.45,-3008.13,20.3711,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,300,-1643.04,-2998.71,21.8709,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,301,-1646.56,-2986.08,24.4341,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,302,-1646.41,-2979.09,25.6155,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,303,-1644.95,-2965.18,27.2158,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,304,-1641.24,-2951.71,28.2171,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,305,-1637.58,-2929.25,27.9499,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,306,-1645.36,-2902.78,26.1698,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,307,-1636.21,-2876.64,28.5095,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,308,-1627.86,-2852.92,31.7405,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,309,-1622.3,-2834.38,32.6999,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,310,-1618.27,-2811.77,34.4159,0,0,0,0,0,0,0,0,0,0,0,0), - (2714,311,-1612.1,-2776.8,36.1704,0,0,0,0,0,0,0,0,0,0,0,0), - (2754,1,-7095.56,-2718.91,241.823,0,0,0,0,0,0,0,0,0,4.82132,0,0), - (2754,2,-7067.39,-2756.06,242.343,0,0,0,0,0,0,0,0,0,5.40801,0,0), - (2754,3,-7037.44,-2790.59,241.668,0,0,0,0,0,0,0,0,0,5.44807,0,0), - (2754,4,-7018.55,-2835.34,244.453,0,0,0,0,0,0,0,0,0,5.12762,0,0), - (2754,5,-6984.54,-2869.52,243.404,0,0,0,0,0,0,0,0,0,5.49519,0,0), - (2754,6,-6938.39,-2890.16,241.667,0,0,0,0,0,0,0,0,0,5.86276,0,0), - (2754,7,-6905.93,-2928.64,245.614,0,0,0,0,0,0,0,0,0,5.45357,0,0), - (2754,8,-6854.77,-2984.54,244.127,0,0,0,0,0,0,0,0,0,5.45357,0,0), - (2754,9,-6836.56,-3004.44,242.001,0,0,0,0,0,0,0,0,0,5.45357,0,0), - (2754,10,-6807.97,-3077.38,241.258,0,0,0,0,0,0,0,0,0,5.086,0,0), - (2754,11,-6787.47,-3129.66,240.549,0,0,0,0,0,0,0,0,0,5.086,0,0), - (2754,12,-6764.01,-3175.88,240.743,0,0,0,0,0,0,0,0,0,5.18182,0,0), - (2754,13,-6745.73,-3211.91,240.743,0,0,0,0,0,0,0,0,0,5.18182,0,0), - (2754,14,-6708.56,-3249.22,240.743,0,0,0,0,0,0,0,0,0,5.49598,0,0), - (2754,15,-6693.82,-3306.64,240.985,0,0,0,0,0,0,0,0,0,4.96269,0,0), - (2754,16,-6720.17,-3363.87,241.645,0,0,0,0,0,0,0,0,0,4.28097,0,0), - (2754,17,-6774.04,-3394.9,241.667,0,0,0,0,0,0,0,0,0,3.65265,0,0), - (2754,18,-6846.93,-3401.71,241.762,0,0,0,0,0,0,0,0,0,3.23481,0,0), - (2754,19,-6905.98,-3407.23,243.235,0,0,0,0,0,0,0,0,0,3.23481,0,0), - (2754,20,-6961.35,-3397.87,241.796,0,0,0,0,0,0,0,0,0,2.97406,0,0), - (2754,21,-6999.34,-3391.44,241.667,0,0,0,0,0,0,0,0,0,2.97406,0,0), - (2754,22,-7039.67,-3397.01,243.935,0,0,0,0,0,0,0,0,0,3.29686,0,0), - (2754,23,-7064.13,-3400.84,245.275,0,0,0,0,0,0,0,0,0,3.29686,0,0), - (2754,24,-7110.78,-3375.07,242.97,0,0,0,0,0,0,0,0,0,2.65362,0,0), - (2754,25,-7113.36,-3322.06,242.365,0,0,0,0,0,0,0,0,0,1.6059,0,0), - (2754,26,-7098.28,-3284.59,242.883,0,0,0,0,0,0,0,0,0,1.18807,0,0), - (2754,27,-7095.63,-3246.03,242.983,0,0,0,0,0,0,0,0,0,1.50223,0,0), - (2754,28,-7085.7,-3202.78,241.97,0,0,0,0,0,0,0,0,0,1.34515,0,0), - (2754,29,-7072.35,-3144.63,241.67,0,0,0,0,0,0,0,0,0,1.34515,0,0), - (2754,30,-7061.88,-3098.99,242.684,0,0,0,0,0,0,0,0,0,1.34515,0,0), - (2754,31,-7015.89,-3040.38,242.25,0,0,0,0,0,0,0,0,0,0.917889,0,0), - (2754,32,-6970.5,-2981.02,241.666,0,0,0,0,0,0,0,0,0,0.917889,0,0), - (2754,33,-6934.33,-2905.91,241.816,0,0,0,0,0,0,0,0,0,1.12209,0,0), - (2754,34,-6913.11,-2861.83,241.894,0,0,0,0,0,0,0,0,0,1.12209,0,0), - (2754,35,-6874.86,-2825.65,241.667,0,0,0,0,0,0,0,0,0,0.757668,0,0), - (2754,36,-6859.87,-2776.27,241.975,0,0,0,0,0,0,0,0,0,1.27603,0,0), - (2754,37,-6842.13,-2717.85,241.729,0,0,0,0,0,0,0,0,0,1.27603,0,0), - (2754,38,-6846.45,-2667.72,241.51,0,0,0,0,0,0,0,0,0,1.65381,0,0), - (2754,39,-6851.46,-2607.44,240.745,0,0,0,0,0,0,0,0,0,1.65381,0,0), - (2754,40,-6852.08,-2566.73,240.743,0,0,0,0,0,0,0,0,0,1.60354,0,0), - (2754,41,-6880.82,-2550.47,240.743,0,0,0,0,0,0,0,0,0,2.74394,0,0), - (2754,42,-6920.74,-2512.13,240.743,0,0,0,0,0,0,0,0,0,2.37637,0,0), - (2754,43,-6957.01,-2459.73,240.743,0,0,0,0,0,0,0,0,0,2.18003,0,0), - (2754,44,-6968.86,-2436.17,240.743,0,0,0,0,0,0,0,0,0,2.02216,0,0), - (2754,45,-6985.18,-2427.13,242.407,0,0,0,0,0,0,0,0,0,2.66461,0,0), - (2754,46,-7032.28,-2403.95,240.308,0,0,0,0,0,0,0,0,0,2.88531,0,0), - (2754,47,-7070.29,-2406.17,243.718,0,0,0,0,0,0,0,0,0,3.15078,0,0), - (2754,48,-7132.2,-2394.94,241.667,0,0,0,0,0,0,0,0,0,2.96778,0,0), - (2754,49,-7165.06,-2398.26,240.663,0,0,0,0,0,0,0,0,0,3.25838,0,0), - (2754,50,-7188.31,-2426.48,242.147,0,0,0,0,0,0,0,0,0,4.07362,0,0), - (2754,51,-7194.06,-2475.31,245.94,0,0,0,0,0,0,0,0,0,4.59513,0,0), - (2754,52,-7197.13,-2523.31,248.631,0,0,0,0,0,0,0,0,0,4.64853,0,0), - (2754,53,-7185.88,-2555.67,245.846,0,0,0,0,0,0,0,0,0,5.06479,0,0), - (2754,54,-7191.35,-2594.02,246.023,0,0,0,0,0,0,0,0,0,4.57942,0,0), - (2754,55,-7175.23,-2639.84,244.411,0,0,0,0,0,0,0,0,0,5.05066,0,0), - (2754,56,-7164.76,-2655.17,243.481,0,0,0,0,0,0,0,0,0,5.31141,0,0), - (2754,57,-7143.76,-2663.97,241.977,0,0,0,0,0,0,0,0,0,5.88632,0,0), - (2754,58,-7120.74,-2667.13,241.845,0,0,0,0,0,0,0,0,0,6.14707,0,0), - (2775,1,-2153.7,-1973.68,15,1000,277501,0,0,0,0,0,0,0,5.4,0,0), - (2775,2,-2145.58,-1985.12,12.04,0,0,0,0,0,0,0,0,0,0,0,0), - (2775,3,-2132.08,-1992.56,5.96,0,0,0,0,0,0,0,0,0,0,0,0), - (2775,4,-2118.42,-2005.06,5.63,0,0,0,0,0,0,0,0,0,0,0,0), - (2775,5,-2109.37,-2024.36,6.08,0,0,0,0,0,0,0,0,0,0,0,0), - (2775,6,-2100,-2030.41,3.14,0,277506,0,0,0,0,0,0,0,0,0,0), - (2802,1,1378.64,55.965,-62.2767,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,2,1383.24,83.3483,-62.2764,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,3,1399.81,97.1692,-62.2886,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,4,1417.96,141.021,-62.2946,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,5,1433.98,149.911,-62.284,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,6,1447.69,137.149,-62.2928,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,7,1461.87,120.971,-60.1884,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,8,1464.95,111.218,-60.1895,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,9,1479.52,98.093,-60.1901,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,10,1484.87,94.6143,-62.2497,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,11,1500.44,81.3289,-62.2983,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,12,1481.72,47.7067,-62.2949,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,13,1442.54,36.2326,-62.2783,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,14,1416.4,21.24,-62.2751,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,15,1405.66,23.783,-62.2762,0,0,0,0,0,0,0,0,0,0,0,0), - (2802,16,1387.2,36.6966,-62.2761,0,0,0,0,0,0,0,0,0,0,0,0), - (2983,1,-2236.21,-410.89,-9.42601,2000,0,0,0,0,0,0,0,0,5.37218,0,0), - (2983,2,-2236.21,-410.89,-9.42601,3000,298301,0,0,0,0,0,0,0,5.37218,0,0), - (2983,3,-2214.34,-428.902,-7.86157,0,0,0,0,0,0,0,0,0,5.59602,0,0), - (2983,4,-2191.05,-440.163,-4.52789,0,0,0,0,0,0,0,0,0,5.85127,0,0), - (2983,5,-2163.19,-446.51,-5.92271,0,0,0,0,0,0,0,0,0,6.0751,0,0), - (2983,6,-2130.84,-454.067,-9.34155,0,0,0,0,0,0,0,0,0,0.377826,0,0), - (2983,7,-2102.93,-424.125,-5.38765,0,0,0,0,0,0,0,0,0,0.915038,0,0), - (2983,8,-2078.06,-390.171,-10.3244,0,0,0,0,0,0,0,0,0,0.938601,0,0), - (2983,9,-2051.67,-355.184,-5.34619,0,0,0,0,0,0,0,0,0,0.970017,0,0), - (2983,10,-2036.28,-321.563,-8.99381,0,0,0,0,0,0,0,0,0,1.15459,0,0), - (2983,11,-2019.59,-284.154,-10.7305,0,0,0,0,0,0,0,0,0,1.15066,0,0), - (2983,12,-2000.31,-241.171,-10.7863,0,0,0,0,0,0,0,0,0,1.09961,0,0), - (2983,13,-1974.52,-195.515,-10.6412,0,0,0,0,0,0,0,0,0,0.97787,0,0), - (2983,14,-1950.36,-159.017,-11.1501,0,0,0,0,0,0,0,0,0,1.03678,0,0), - (2983,15,-1921.89,-120.753,-11.7886,0,0,0,0,0,0,0,0,0,0.899332,0,0), - (2983,16,-1887.6,-82.903,-11.547,0,0,0,0,0,0,0,0,0,0.767385,0,0), - (2983,17,-1846.86,-42.2578,-12.0797,0,0,0,0,0,0,0,0,0,0.820791,0,0), - (2983,18,-1798.2,-15.0264,-10.3671,0,0,0,0,0,0,0,0,0,1.35957,0,0), - (2983,19,-1797.06,37.3591,-2.06555,0,0,0,0,0,0,0,0,0,1.07762,0,0), - (2983,20,-1770.11,67.7142,2.08745,0,0,0,0,0,0,0,0,0,1.03992,0,0), - (2983,21,-1752.72,114.745,-0.461769,0,0,0,0,0,0,0,0,0,0.821576,0,0), - (2983,22,-1717.69,151.336,3.97792,0,0,0,0,0,0,0,0,0,0.777593,0,0), - (2983,23,-1679.98,192.266,10.5913,0,0,0,0,0,0,0,0,0,0.860061,0,0), - (2983,24,-1655.82,207.278,8.61911,0,0,0,0,0,0,0,0,0,0.604806,0,0), - (2983,25,-1616.72,236.198,2.98487,0,0,0,0,0,0,0,0,0,0.428092,0,0), - (2983,26,-1557.23,258.012,9.58834,0,0,0,0,0,0,0,0,0,0.831001,0,0), - (2983,27,-1538.76,296.397,31.8461,0,0,0,0,0,0,0,0,0,1.21742,0,0), - (2983,28,-1533.94,324.278,56.2612,0,0,0,0,0,0,0,0,0,1.00143,0,0), - (2983,29,-1526.39,332.701,63.2045,0,0,0,0,0,0,0,0,0,1.08484,0,0), - (2983,30,-1521.71,338.879,63.6666,5000,298302,0,0,0,0,0,0,0,0.96546,0,0), - (2983,31,-1521.71,338.879,63.6666,0,1,0,0,0,0,0,0,0,0.96546,0,0), - (3396,1,-1145.94,-2025.81,91.8127,0,0,0,0,0,0,0,0,0,0.535909,0,0), - (3396,2,-1109.87,-1999.72,86.8538,0,0,0,0,0,0,0,0,0,0.681207,0,0), - (3396,3,-1068.51,-1962.03,89.5984,0,0,0,0,0,0,0,0,0,0.783309,0,0), - (3396,4,-1050.84,-1946.6,92.1747,0,0,0,0,0,0,0,0,0,0.696915,0,0), - (3396,5,-1028.03,-1936.14,90.9833,0,0,0,0,0,0,0,0,0,0.147922,0,0), - (3396,6,-1000.62,-1947.3,91.8085,0,0,0,0,0,0,0,0,0,5.83578,0,0), - (3396,7,-989.498,-1965.68,91.4196,0,0,0,0,0,0,0,0,0,5.82007,0,0), - (3396,8,-975.014,-1989.78,90.3225,0,0,0,0,0,0,0,0,0,5.58052,0,0), - (3396,9,-947.048,-2017.7,85.9028,0,0,0,0,0,0,0,0,0,6.01485,0,0), - (3396,10,-913.754,-2023.23,84.7262,0,0,0,0,0,0,0,0,0,5.92295,0,0), - (3396,11,-896.969,-2035.67,81.834,0,0,0,0,0,0,0,0,0,5.23573,0,0), - (3396,12,-888.286,-2053.13,81.0782,10000,0,0,0,0,0,0,0,0,4.9687,0,0), - (3396,13,-881.169,-2066.39,82.8913,0,0,0,0,0,0,0,0,0,4.49276,0,0), - (3396,14,-896.265,-2085.67,86.5982,0,0,0,0,0,0,0,0,0,3.74663,0,0), - (3396,15,-919.527,-2102.03,86.1471,0,0,0,0,0,0,0,0,0,3.56128,0,0), - (3396,16,-938.943,-2103.84,85.2055,0,0,0,0,0,0,0,0,0,3.27697,0,0), - (3396,17,-977.091,-2112.99,82.8457,0,0,0,0,0,0,0,0,0,3.62647,0,0), - (3396,18,-996.166,-2129.23,84.339,0,0,0,0,0,0,0,0,0,4.14876,0,0), - (3396,19,-1028.04,-2167.41,84.444,0,0,0,0,0,0,0,0,0,4.02231,0,0), - (3396,20,-1052.2,-2223.07,84.7852,0,0,0,0,0,0,0,0,0,4.21473,0,0), - (3396,21,-1061.31,-2265.33,88.5924,0,0,0,0,0,0,0,0,0,4.13776,0,0), - (3396,22,-1079.04,-2292.94,91.0261,0,0,0,0,0,0,0,0,0,3.3288,0,0), - (3396,23,-1117.46,-2298.19,90.3452,0,0,0,0,0,0,0,0,0,2.68164,0,0), - (3396,24,-1137.66,-2278.07,86.5678,0,0,0,0,0,0,0,0,0,1.97006,0,0), - (3396,25,-1155.54,-2237.66,85.6437,0,0,0,0,0,0,0,0,0,1.86796,0,0), - (3396,26,-1191.45,-2177.87,90.7451,0,0,0,0,0,0,0,0,0,2.20961,0,0), - (3396,27,-1217.34,-2140.72,92.6515,0,0,0,0,0,0,0,0,0,2.0761,0,0), - (3396,28,-1228.96,-2114.76,92.2165,0,0,0,0,0,0,0,0,0,1.41793,0,0), - (3396,29,-1218.87,-2087.08,91.4139,0,0,0,0,0,0,0,0,0,1.11634,0,0), - (3396,30,-1202.37,-2062.52,93.2409,0,0,0,0,0,0,0,0,0,0.729139,0,0), - (3396,31,-1166.88,-2042.01,92.1803,0,0,0,0,0,0,0,0,0,0.552424,0,0), - (3562,26,9928.18,2531.65,1319.27,300000,0,0,0,0,0,0,0,0,3.14085,0,0), - (3562,25,9714.03,2525.69,1335.68,300000,0,0,0,0,0,0,0,0,0.007114,0,0), - (3562,24,9712.32,2542.42,1335.68,0,0,0,0,0,0,0,0,0,4.82554,0,0), - (3562,23,9707.97,2555.02,1335.68,0,0,0,0,0,0,0,0,0,5.03367,0,0), - (3562,22,9703.6,2561.01,1335.68,0,0,0,0,0,0,0,0,0,5.36039,0,0), - (3562,21,9698.79,2567.37,1335.68,0,0,0,0,0,0,0,0,0,5.38395,0,0), - (3562,20,9692.33,2575.49,1335.68,0,0,0,0,0,0,0,0,0,5.38788,0,0), - (3562,19,9751.39,2628.27,1334.11,300000,0,0,0,0,0,0,0,0,3.93882,0,0), - (3562,18,9692.09,2574.66,1335.68,0,0,0,0,0,0,0,0,0,0.734384,0,0), - (3562,17,9695.88,2570.58,1335.68,0,0,0,0,0,0,0,0,0,2.1049,0,0), - (3562,16,9705.03,2560.33,1335.68,0,0,0,0,0,0,0,0,0,2.04993,0,0), - (3562,15,9708.32,2554.05,1335.68,0,0,0,0,0,0,0,0,0,2.01851,0,0), - (3562,14,9711.25,2544.71,1335.68,0,0,0,0,0,0,0,0,0,1.79075,0,0), - (3562,13,9713.11,2536.39,1335.68,0,0,0,0,0,0,0,0,0,1.69257,0,0), - (3562,12,9714.24,2525.53,1335.68,0,0,0,0,0,0,0,0,0,1.66115,0,0), - (3562,11,9712.42,2503.97,1335.68,0,0,0,0,0,0,0,0,0,1.31165,0,0), - (3562,10,9709.32,2496.27,1335.68,0,0,0,0,0,0,0,0,0,1.13729,0,0), - (3562,9,9701.33,2483.24,1335.68,0,0,0,0,0,0,0,0,0,0.94487,0,0), - (3562,8,9694.6,2474.08,1335.68,0,0,0,0,0,0,0,0,0,0.838842,0,0), - (3562,7,9759.32,2422.58,1334.2,300000,0,0,0,0,0,0,0,0,2.56279,0,0), - (3562,6,9694.12,2475.3,1335.68,0,0,0,0,0,0,0,0,0,5.58265,0,0), - (3562,5,9706.49,2490.08,1335.68,0,0,0,0,0,0,0,0,0,4.0904,0,0), - (3562,4,9709.47,2496.49,1335.68,0,0,0,0,0,0,0,0,0,4.3378,0,0), - (3562,3,9711.52,2503.04,1335.68,0,0,0,0,0,0,0,0,0,4.4988,0,0), - (3562,2,9713.46,2512.01,1335.68,0,0,0,0,0,0,0,0,0,4.55378,0,0), - (3562,1,9714.28,2525.74,1335.68,0,0,0,0,0,0,0,0,0,4.62839,0,0), - (3626,1,-8665.1,409.621,103.358,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,2,-8680.46,399.771,103.004,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,3,-8692.75,396.686,102.119,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,4,-8703.32,406.031,100.323,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,5,-8712.54,405.809,98.4939,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,6,-8724.36,406.446,97.8599,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,7,-8726,415.594,97.8208,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,8,-8723.2,424.507,98.1992,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,9,-8721.1,435.844,97.7363,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,10,-8716.95,446.821,97.2388,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,11,-8714,455.752,97.259,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,12,-8705.23,463.965,96.4575,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,13,-8682.62,483.652,96.7429,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,14,-8674.91,493.22,99.1902,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,15,-8666.25,496.932,100.645,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,16,-8659.67,494.795,101.158,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,17,-8651.92,485.884,102.47,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,18,-8637.55,466.998,102.234,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,19,-8632.74,458.795,102.348,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,20,-8632.37,446.901,102.582,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,21,-8639.12,438.773,102.111,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,22,-8645.07,427.677,101.733,0,0,0,0,0,0,0,0,0,0,0,0), - (3626,23,-8651.67,418.238,102.107,0,0,0,0,0,0,0,0,0,0,0,0), - (3694,6,6403.68,370.92,15.6815,0,0,0,0,0,0,0,0,0,0.983488,0,0), - (3694,5,6398.12,363.588,17.366,0,0,0,0,0,0,0,0,0,0.505183,0,0), - (3694,4,6387.81,359.455,18.9899,0,0,0,0,0,0,0,0,0,0.328468,0,0), - (3694,3,6368.99,357.894,21.5712,0,0,0,0,0,0,0,0,0,0.171388,0,0), - (3694,2,6353.39,354.557,22.3779,0,0,0,0,0,0,0,0,0,0.768994,0,0), - (3694,1,6339.14,341.764,24.3387,1000,369401,0,0,0,0,0,0,0,0.498114,0,0), - (3694,7,6416.57,392.998,12.0215,0,0,0,0,0,0,0,0,0,0.944219,0,0), - (3694,8,6424.95,399.193,10.9586,0,0,0,0,0,0,0,0,0,0.0292295,0,0), - (3694,9,6428.93,396.971,11.1736,0,0,0,0,0,0,0,0,0,5.0974,0,0), - (3694,10,6432,388.708,13.7662,0,0,0,0,0,0,0,0,0,5.02044,0,0), - (3694,11,6436.71,375.264,13.9403,0,0,0,0,0,0,0,0,0,4.74006,0,0), - (3694,12,6434.92,367.203,13.9403,600000,369402,0,0,0,0,0,0,0,4.6089,0,0), - (3694,13,6436.9,374.833,13.9403,0,0,0,0,0,0,0,0,0,1.85765,0,0), - (3694,14,6431.63,389.723,13.5875,0,0,0,0,0,0,0,0,0,1.96918,0,0), - (3694,15,6428.84,397.45,11.0941,0,0,0,0,0,0,0,0,0,2.58414,0,0), - (3694,16,6424,400.084,10.9784,0,0,0,0,0,0,0,0,0,3.33734,0,0), - (3694,17,6413.76,392.804,12.2825,0,0,0,0,0,0,0,0,0,4.12981,0,0), - (3694,18,6401.4,368.195,16.4249,0,0,0,0,0,0,0,0,0,3.85806,0,0), - (3694,19,6393.69,360.887,18.1549,0,0,0,0,0,0,0,0,0,3.44736,0,0), - (3694,20,6377.21,357.731,20.6589,0,0,0,0,0,0,0,0,0,3.04995,0,0), - (3694,21,6358.35,357.353,22.2106,0,0,0,0,0,0,0,0,0,3.50941,0,0), - (3694,22,6348.45,352.662,22.6056,0,0,0,0,0,0,0,0,0,4.03249,0,0), - (3694,23,6322.42,326.649,25.3338,2000,369403,0,0,0,0,0,0,0,3.91389,0,0), - (3937,1,-9137.87,382.784,90.7191,0,0,0,0,0,0,0,0,0,3.89742,0,0), - (3937,2,-9145.05,375.98,90.7306,0,0,0,0,0,0,0,0,0,3.90056,0,0), - (3937,3,-9160.48,359.541,89.109,0,0,0,0,0,0,0,0,0,3.94061,0,0), - (3937,4,-9175.93,342.185,84.2532,0,0,0,0,0,0,0,0,0,3.99245,0,0), - (3937,5,-9181.78,326.43,81.1904,0,0,0,0,0,0,0,0,0,4.35688,0,0), - (3937,6,-9183.56,314.518,79.2184,0,0,0,0,0,0,0,0,0,4.56422,0,0), - (3937,7,-9184.62,259.409,73.981,0,0,0,0,0,0,0,0,0,4.69303,0,0), - (3937,8,-9194.35,230.449,71.8101,0,0,0,0,0,0,0,0,0,4.38829,0,0), - (3937,9,-9233.09,190.265,67.82,0,0,0,0,0,0,0,0,0,3.94533,0,0), - (3937,10,-9257.91,161.229,67.623,0,0,0,0,0,0,0,0,0,4.00502,0,0), - (3937,11,-9298.35,149.504,66.412,0,0,0,0,0,0,0,0,0,3.42382,0,0), - (3937,12,-9328.93,133.697,64.341,0,0,0,0,0,0,0,0,0,3.6186,0,0), - (3937,13,-9363.17,113.038,61.4675,0,0,0,0,0,0,0,0,0,3.68458,0,0), - (3937,14,-9393.01,104.486,59.2978,0,0,0,0,0,0,0,0,0,3.42068,0,0), - (3937,15,-9455.61,63.4114,55.8832,0,0,0,0,0,0,0,0,0,3.72227,0,0), - (3937,16,-9483.7,65.0161,56.1693,0,0,0,0,0,0,0,0,0,3.08453,0,0), - (3937,17,-9492.11,57.8834,55.8784,0,0,0,0,0,0,0,0,0,3.8448,0,0), - (3937,18,-9507.09,35.1121,56.517,0,0,0,0,0,0,0,0,0,4.13068,0,0), - (3937,19,-9543.96,-40.0566,56.5451,0,0,0,0,0,0,0,0,0,4.25634,0,0), - (3937,20,-9550.16,-68.9811,57.4588,0,0,0,0,0,0,0,0,0,4.50139,0,0), - (3937,21,-9554.42,-115.34,57.8012,0,0,0,0,0,0,0,0,0,4.62077,0,0), - (3937,22,-9550.16,-68.9811,57.4588,0,0,0,0,0,0,0,0,0,4.50139,0,0), - (3937,23,-9543.96,-40.0566,56.5451,0,0,0,0,0,0,0,0,0,4.25634,0,0), - (3937,24,-9507.09,35.1121,56.517,0,0,0,0,0,0,0,0,0,4.13068,0,0), - (3937,25,-9492.11,57.8834,55.8784,0,0,0,0,0,0,0,0,0,3.8448,0,0), - (3937,26,-9481.34,121.85,56.58,0,0,0,0,0,0,0,0,0,1.5712,0,0), - (3937,27,-9481.36,171.41,55.9,0,0,0,0,0,0,0,0,0,1.6733,0,0), - (3937,28,-9487.87,193.04,54.74,0,0,0,0,0,0,0,0,0,2.1681,0,0), - (3937,29,-9505.58,217.81,53.04,0,0,0,0,0,0,0,0,0,2.3024,0,0), - (3937,30,-9535.05,244.46,50.71,0,0,0,0,0,0,0,0,0,2.7053,0,0), - (3937,31,-9554.77,249.95,49.83,0,0,0,0,0,0,0,0,0,3.0422,0,0), - (3937,32,-9535.05,244.46,50.71,0,0,0,0,0,0,0,0,0,2.7053,0,0), - (3937,33,-9505.58,217.81,53.04,0,0,0,0,0,0,0,0,0,2.3024,0,0), - (3937,34,-9487.87,193.04,54.74,0,0,0,0,0,0,0,0,0,2.1681,0,0), - (3937,35,-9481.36,171.41,55.9,0,0,0,0,0,0,0,0,0,1.6733,0,0), - (3937,36,-9481.34,121.85,56.58,0,0,0,0,0,0,0,0,0,1.5712,0,0), - (3937,37,-9492.11,57.8834,55.8784,0,0,0,0,0,0,0,0,0,3.8448,0,0), - (3937,38,-9483.7,65.0161,56.1693,0,0,0,0,0,0,0,0,0,3.08453,0,0), - (3937,39,-9455.61,63.4114,55.8832,0,0,0,0,0,0,0,0,0,3.72227,0,0), - (3937,40,-9393.01,104.486,59.2978,0,0,0,0,0,0,0,0,0,3.42068,0,0), - (3937,41,-9363.17,113.038,61.4675,0,0,0,0,0,0,0,0,0,3.68458,0,0), - (3937,42,-9328.93,133.697,64.341,0,0,0,0,0,0,0,0,0,3.6186,0,0), - (3937,43,-9298.35,149.504,66.412,0,0,0,0,0,0,0,0,0,3.42382,0,0), - (3937,44,-9257.91,161.229,67.623,0,0,0,0,0,0,0,0,0,4.00502,0,0), - (3937,45,-9233.09,190.265,67.82,0,0,0,0,0,0,0,0,0,3.94533,0,0), - (3937,46,-9194.35,230.449,71.8101,0,0,0,0,0,0,0,0,0,4.38829,0,0), - (3937,47,-9184.62,259.409,73.981,0,0,0,0,0,0,0,0,0,4.69303,0,0), - (3937,48,-9183.56,314.518,79.2184,0,0,0,0,0,0,0,0,0,4.56422,0,0), - (3937,49,-9181.78,326.43,81.1904,0,0,0,0,0,0,0,0,0,4.35688,0,0), - (3937,50,-9175.93,342.185,84.2532,0,0,0,0,0,0,0,0,0,3.99245,0,0), - (3937,51,-9160.48,359.541,89.109,0,0,0,0,0,0,0,0,0,3.94061,0,0), - (3937,52,-9145.05,375.98,90.7306,0,0,0,0,0,0,0,0,0,3.90056,0,0), - (3998,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), - (3998,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), - (3998,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), - (4001,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), - (4001,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), - (4001,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), - (4002,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), - (4002,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), - (4002,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), - (4003,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), - (4003,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), - (4003,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), - (4004,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), - (4004,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), - (4004,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), - (4068,1,-1067.22,-213.737,160.473,5000,0,0,0,0,0,0,0,0,5.25037,0,0), - (4068,2,-1062.56,-221.981,160.294,0,0,0,0,0,0,0,0,0,5.24127,0,0), - (4068,3,-1054.61,-221.248,161.894,0,0,0,0,0,0,0,0,0,6.14101,0,0), - (4068,4,-1054.61,-221.248,161.894,0,0,0,0,0,0,0,0,0,1.03232,0,0), - (4068,5,-1037.05,-191.12,158.949,0,0,0,0,0,0,0,0,0,1.35008,0,0), - (4068,6,-1053.12,-173.969,163.214,0,0,0,0,0,0,0,0,0,1.49931,0,0), - (4068,7,-1064.46,-140.953,161.368,0,0,0,0,0,0,0,0,0,1.91164,0,0), - (4068,8,-1079.25,-97.1617,156.371,0,0,0,0,0,0,0,0,0,1.84488,0,0), - (4068,9,-1085.39,-64.6974,164.416,0,0,0,0,0,0,0,0,0,1.55429,0,0), - (4068,10,-1083.91,-26.7695,159.369,0,0,0,0,0,0,0,0,0,1.52287,0,0), - (4068,11,-1084.44,-9.29896,158.034,0,0,0,0,0,0,0,0,0,2.38288,0,0), - (4068,12,-1109.66,7.02863,154.732,0,0,0,0,0,0,0,0,0,2.15904,0,0), - (4068,13,-1132.07,31.5715,158.157,3000,0,0,0,0,0,0,0,0,1.24798,0,0), - (4068,14,-1129.02,47.1316,154.19,0,0,0,0,0,0,0,0,0,0.784595,0,0), - (4068,15,-1095.17,63.5461,150.752,0,0,0,0,0,0,0,0,0,0.812084,0,0), - (4068,16,-1086.83,113.827,144.557,0,0,0,0,0,0,0,0,0,2.47645,0,0), - (4068,17,-1113.2,129.364,140.268,0,0,0,0,0,0,0,0,0,2.88486,0,0), - (4068,18,-1146.35,119.028,141.776,0,0,0,0,0,0,0,0,0,3.5014,0,0), - (4068,19,-1169.85,118.638,141.101,0,0,0,0,0,0,0,0,0,3.04979,0,0), - (4068,20,-1206.75,117.618,139.861,0,0,0,0,0,0,0,0,0,2.53928,0,0), - (4068,21,-1211.53,129.623,135.559,0,0,0,0,0,0,0,0,0,0.585213,0,0), - (4068,22,-1192.52,144.921,136.995,0,0,0,0,0,0,0,0,0,0.699096,0,0), - (4068,23,-1175.37,157.22,146.484,0,0,0,0,0,0,0,0,0,0.530235,0,0), - (4068,24,-1155.67,169.875,146.074,0,0,0,0,0,0,0,0,0,0.553796,0,0), - (4068,25,-1127.05,179.696,131.79,0,0,0,0,0,0,0,0,0,0.318177,0,0), - (4068,26,-1096.04,189.663,118.055,0,0,0,0,0,0,0,0,0,0.312577,0,0), - (4068,27,-1061.46,191.502,109.917,0,0,0,0,0,0,0,0,0,1.3493,0,0), - (4068,28,-1056.64,215.227,113.473,0,0,0,0,0,0,0,0,0,1.03671,0,0), - (4068,29,-1046.91,223.356,114.831,0,0,0,0,0,0,0,0,0,0.553694,0,0), - (4068,30,-1035.35,218.46,112.371,0,0,0,0,0,0,0,0,0,5.64308,0,0), - (4068,31,-1027.93,217.483,114.236,0,0,0,0,0,0,0,0,0,0.514424,0,0), - (4068,32,-1023.41,229.152,108.92,0,0,0,0,0,0,0,0,0,1.07991,0,0), - (4068,33,-1016.34,236.136,109.243,0,0,0,0,0,0,0,0,0,0.962101,0,0), - (4068,34,-1013.08,246.142,108.77,0,0,0,0,0,0,0,0,0,1.33124,0,0), - (4068,35,-1006.87,255.833,113.284,0,0,0,0,0,0,0,0,0,0.966027,0,0), - (4068,36,-997.047,275.161,112.343,20000,406801,0,0,0,0,0,0,0,1.13882,0,0), - (4554,15,1558.9,249.271,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,14,1562.39,258.271,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,13,1571.83,267.472,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,12,1585.28,276.953,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,11,1604.58,277.056,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,10,1615.5,270.935,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,9,1629.72,255.758,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,8,1633.57,240.906,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,7,1631.79,225.573,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,6,1615.09,208.406,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,5,1605.9,202.982,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,4,1585.83,203.386,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,3,1575.24,209.333,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,2,1565.03,219.286,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4554,1,1558.86,231.746,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,37,1701.23,179.242,-62.1894,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,36,1706.71,173.641,-60.7382,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,35,1700.79,156.415,-60.4469,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,34,1701.63,150.057,-60.4713,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,33,1695.94,143.22,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,32,1694.08,139.229,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,31,1706.28,127.667,-48.9427,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,30,1717.06,115.939,-55.2152,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,29,1721.19,117.524,-55.2157,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,28,1728.17,124.137,-60.2463,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,27,1734,128.82,-60.077,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,26,1740.99,133.782,-62.1815,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,25,1748.01,137.403,-62.1857,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,24,1759.66,131.193,-62.2912,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,23,1764.38,120.86,-62.2863,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,22,1757.18,102.997,-62.277,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,21,1744.22,91.9121,-62.2754,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,20,1733.04,77.4807,-62.2781,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,19,1713.85,66.6249,-62.2861,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,18,1700.17,73.6353,-62.2922,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,17,1694.8,80.5407,-62.2903,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,16,1697.48,93.3407,-62.2363,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,15,1709.76,105.679,-60.19,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,14,1715.67,112.278,-55.2156,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,13,1716.68,116.095,-55.2151,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,12,1705.71,127.614,-48.9109,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,11,1694.58,138.998,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,10,1691.37,139.089,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,9,1683.65,131.558,-60.4389,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,8,1676.1,127.901,-60.3797,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,7,1661.99,130.196,-61.8447,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,6,1656.65,142.33,-62.1565,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,5,1660.32,151.225,-62.1589,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,4,1664.06,155.13,-62.1464,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,3,1679.01,170.419,-62.1451,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,2,1682.12,173.618,-62.1501,0,0,0,0,0,0,0,0,0,0,0,0), - (4571,1,1689.39,177.508,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (5042,1,-8759.62,812.343,97.635,0,0,0,0,0,0,0,0,0,3.86606,0,0), - (5042,2,-8761.61,810.579,97.635,0,0,0,0,0,0,0,0,0,2.0785,0,0), - (5042,3,-8762.09,811.25,97.635,15000,141601,0,0,0,0,0,0,0,2.08714,0,0), - (5042,4,-8765.12,809.343,97.635,0,0,0,0,0,0,0,0,0,2.33218,0,0), - (5042,5,-8768.82,813.976,97.635,0,0,0,0,0,0,0,0,0,0.817934,0,0), - (5042,6,-8765.6,816.682,97.635,0,0,0,0,0,0,0,0,0,5.0206,0,0), - (5042,7,-8765.49,816.11,97.635,15000,0,0,0,0,0,0,0,0,4.90279,0,0), - (5042,8,-8766.14,815.698,97.635,0,0,0,0,0,0,0,0,0,3.76789,0,0), - (5042,9,-8762.85,818.44,97.635,0,0,0,0,0,0,0,0,0,6.00235,0,0), - (5042,10,-8757.2,817.107,97.635,0,0,0,0,0,0,0,0,0,5.2413,0,0), - (5042,11,-8755.51,815.287,97.635,0,0,0,0,0,0,0,0,0,5.48793,0,0), - (5042,12,-8755.65,815.128,97.635,15000,0,0,0,0,0,0,0,0,4.32318,0,0), - (5042,13,-8755.62,815.616,97.635,0,0,0,0,0,0,0,0,0,2.83609,0,0), - (5042,14,-8766.1,820.151,97.635,0,0,0,0,0,0,0,0,0,3.84219,0,0), - (5042,15,-8766.37,820.027,97.635,15000,141601,0,0,0,0,0,0,0,3.58301,0,0), - (5109,1,-4940.07,-966.556,501.592,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,2,-4956.59,-978.85,501.649,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,3,-4966.61,-974.932,502.78,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,4,-4977.69,-967.015,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,5,-4978.87,-957.095,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,6,-4966.55,-946.783,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,7,-4946.39,-929.878,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,8,-4924.84,-913.595,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,9,-4904.37,-898.434,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,10,-4898.43,-902.386,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,11,-4891.91,-916.892,501.631,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,12,-4902.03,-933.63,501.529,0,0,0,0,0,0,0,0,0,0,0,0), - (5109,13,-4925.54,-947.789,501.621,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,1,-5014.96,-1164.36,501.663,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,2,-5017.41,-1177.74,501.654,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,3,-5006.69,-1195.86,501.667,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,4,-4991.03,-1215.02,501.677,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,5,-4976.49,-1233.44,501.678,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,6,-4963.13,-1249.54,501.671,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,7,-4950.89,-1261.21,501.667,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,8,-4932.9,-1258.33,501.648,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,9,-4925.25,-1245.36,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,10,-4926.88,-1234.47,501.655,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,11,-4941.88,-1220.39,501.652,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,12,-4947.64,-1205.36,501.668,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,13,-4957.72,-1193.18,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,14,-4974.97,-1183.97,501.656,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,15,-4983.42,-1169.04,501.655,0,0,0,0,0,0,0,0,0,0,0,0), - (5124,16,-5002.73,-1160.77,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,1,-4686.15,-1255.14,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,2,-4675.92,-1244.38,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,3,-4667.5,-1245.78,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,4,-4661.6,-1250.52,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,5,-4661.6,-1250.52,503.382,60000,0,0,0,0,0,0,0,0,2.35619,0,0), - (5637,6,-4670.11,-1243.08,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,7,-4681.15,-1244.8,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,8,-4686.53,-1252.01,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,9,-4685.42,-1262.68,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,10,-4681.39,-1266.61,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (5637,11,-4681.39,-1266.61,503.382,60000,0,0,0,0,0,0,0,0,1.6057,0,0), - (5669,1,1717.1,290.181,-62.1068,6000,4184401,0,0,0,0,0,0,0,5.02655,0,0), - (5670,1,1596.41,363.119,-62.1777,0,0,0,0,0,0,0,0,0,1.277,0,0), - (5670,2,1600.59,371.134,-62.1777,0,0,0,0,0,0,0,0,0,0.804196,0,0), - (5670,3,1604.57,375.022,-62.1777,0,0,0,0,0,0,0,0,0,0.384794,0,0), - (5670,4,1612.86,375.448,-62.1777,0,0,0,0,0,0,0,0,0,6.16375,0,0), - (5670,5,1629.42,373.423,-61.6199,0,0,0,0,0,0,0,0,0,6.10328,0,0), - (5670,6,1636.5,371.63,-62.0316,0,0,0,0,0,0,0,0,0,5.95013,0,0), - (5670,7,1648.59,366.277,-62.1478,0,0,0,0,0,0,0,0,0,5.69095,0,0), - (5670,8,1650.51,364.818,-60.7627,0,0,0,0,0,0,0,0,0,5.63205,0,0), - (5670,9,1658.69,356.651,-60.7464,0,0,0,0,0,0,0,0,0,5.16396,0,0), - (5670,10,1660.31,351.521,-60.7251,0,0,0,0,0,0,0,0,0,4.73278,0,0), - (5670,11,1659.8,344.908,-62.1714,0,0,0,0,0,0,0,0,0,4.81368,0,0), - (5670,12,1660.42,337.393,-62.1724,0,0,0,0,0,0,0,0,0,5.53781,0,0), - (5670,13,1686.19,312.154,-62.1589,0,0,0,0,0,0,0,0,0,5.63205,0,0), - (5670,14,1693.32,305.168,-62.1613,0,0,0,0,0,0,0,0,0,5.79463,0,0), - (5670,15,1700.09,302.831,-62.1701,0,0,0,0,0,0,0,0,0,0.157036,0,0), - (5670,16,1714.19,304.062,-61.4879,0,0,0,0,0,0,0,0,0,6.01222,0,0), - (5670,17,1720.74,299.715,-61.4923,0,0,0,0,0,0,0,0,0,5.50721,0,0), - (5670,18,1722.4,297.283,-62.1776,0,0,0,0,0,0,0,0,0,5.11451,0,0), - (5670,19,1728.38,279.716,-62.1779,0,0,0,0,0,0,0,0,0,5.01084,0,0), - (5670,20,1729.16,274.654,-61.6199,0,0,0,0,0,0,0,0,0,4.7713,0,0), - (5670,21,1729.83,270.673,-62.0556,0,0,0,0,0,0,0,0,0,4.89696,0,0), - (5670,22,1733.4,254.988,-62.1774,0,0,0,0,0,0,0,0,0,4.79093,0,0), - (5670,23,1731.59,247.396,-62.1774,0,0,0,0,0,0,0,0,0,4.10214,0,0), - (5670,24,1722.09,241.103,-62.1774,0,0,0,0,0,0,0,0,0,3.26962,0,0), - (5670,25,1708.78,237.128,-62.1774,0,0,0,0,0,0,0,0,0,3.19972,0,0), - (5670,26,1667.44,238.904,-62.1774,0,0,0,0,0,0,0,0,0,2.79132,0,0), - (5670,27,1661.93,245.751,-62.1774,0,0,0,0,0,0,0,0,0,1.74531,0,0), - (5670,28,1659.92,263.654,-62.1774,0,0,0,0,0,0,0,0,0,1.92831,0,0), - (5670,29,1652.95,278.419,-62.1774,0,0,0,0,0,0,0,0,0,2.2621,0,0), - (5670,30,1645.44,287.234,-62.1818,0,0,0,0,0,0,0,0,0,2.47887,0,0), - (5670,31,1632.76,298.534,-62.1788,0,0,0,0,0,0,0,0,0,2.68936,0,0), - (5670,32,1621.63,304.092,-62.1788,0,0,0,0,0,0,0,0,0,3.02629,0,0), - (5670,33,1602.04,308.263,-62.1788,0,0,0,0,0,0,0,0,0,2.55584,0,0), - (5670,34,1597.12,314.251,-62.1788,0,0,0,0,0,0,0,0,0,1.93223,0,0), - (5670,35,1595.59,321.995,-62.1788,0,0,0,0,0,0,0,0,0,1.71389,0,0), - (5670,36,1596.3,340.951,-62.1788,0,0,0,0,0,0,0,0,0,1.55681,0,0), - (5702,1,1796.8,134.712,-63.7599,245000,3841701,0,0,0,0,0,0,0,4.13643,0,0), - (5706,1,1596.21,161.705,-62.1775,0,0,0,0,0,0,0,0,0,1.4122,0,0), - (5706,2,1599.04,168.373,-62.1775,0,0,0,0,0,0,0,0,0,0.969237,0,0), - (5706,3,1624.81,177.137,-62.1775,0,0,0,0,0,0,0,0,0,0.604677,0,0), - (5706,4,1635.19,183.345,-62.1775,0,0,0,0,0,0,0,0,0,0.753903,0,0), - (5706,5,1644.25,190.512,-62.182,0,0,0,0,0,0,0,0,0,0.954179,0,0), - (5706,6,1653.08,198.578,-62.1788,0,0,0,0,0,0,0,0,0,1.23614,0,0), - (5706,7,1658.44,208.939,-62.1788,0,0,0,0,0,0,0,0,0,1.23535,0,0), - (5706,8,1664.89,231.188,-62.1788,0,0,0,0,0,0,0,0,0,1.00601,0,0), - (5706,9,1669.19,236.104,-62.1788,0,0,0,0,0,0,0,0,0,0.369843,0,0), - (5706,10,1683.7,238.711,-62.1788,0,0,0,0,0,0,0,0,0,6.26426,0,0), - (5706,11,1702.69,239.171,-62.1788,0,0,0,0,0,0,0,0,0,0.021911,0,0), - (5706,12,1721.73,238.3,-62.1788,0,0,0,0,0,0,0,0,0,6.00979,0,0), - (5706,13,1728.95,232.596,-62.1788,0,0,0,0,0,0,0,0,0,5.21183,0,0), - (5706,14,1729.27,211.525,-62.1788,0,0,0,0,0,0,0,0,0,4.45078,0,0), - (5706,15,1727.06,203.417,-61.6199,0,0,0,0,0,0,0,0,0,4.31177,0,0), - (5706,16,1720.51,188.164,-62.1457,0,0,0,0,0,0,0,0,0,4.15007,0,0), - (5706,17,1719.23,185.944,-60.7604,0,0,0,0,0,0,0,0,0,4.11473,0,0), - (5706,18,1701.35,159.811,-60.7826,0,0,0,0,0,0,0,0,0,3.85712,0,0), - (5706,19,1671.79,130.367,-60.3906,0,0,0,0,0,0,0,0,0,3.79664,0,0), - (5706,20,1669.36,128.858,-61.4819,0,0,0,0,0,0,0,0,0,3.70161,0,0), - (5706,21,1646.95,113.664,-62.1838,0,0,0,0,0,0,0,0,0,3.54689,0,0), - (5706,22,1630.37,108.162,-61.62,0,0,0,0,0,0,0,0,0,3.20524,0,0), - (5706,23,1616.77,106.219,-62.1776,0,0,0,0,0,0,0,0,0,3.20288,0,0), - (5706,24,1605.79,106.219,-62.1776,0,0,0,0,0,0,0,0,0,2.77013,0,0), - (5706,25,1599.24,109.457,-62.1776,0,0,0,0,0,0,0,0,0,2.27062,0,0), - (5706,26,1595.92,120.261,-62.1776,0,0,0,0,0,0,0,0,0,1.63601,0,0), - (5706,27,1595.89,130.826,-62.1776,0,0,0,0,0,0,0,0,0,1.60853,0,0), - (5708,1,-369.26,94.5071,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,2,-375.62,119.789,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,3,-383.225,143.882,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,4,-418.907,179.624,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,5,-466.908,193.609,-148.82,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,6,-517.159,180.646,-148.803,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,7,-552.931,144.953,-148.71,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,8,-565.644,96.3409,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,9,-552.367,46.1019,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,10,-536.557,28.4847,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,11,-517.331,10.7796,-148.773,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,12,-467.412,-2.85782,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,13,-418.226,10.4559,-148.755,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,14,-382.245,46.9143,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5708,15,-374.001,71.9398,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), - (5719,1,-644.219,58.4874,-90.8341,0,571901,0,0,0,0,0,0,0,1.57404,0,0), - (5719,2,-644.331,136.016,-90.8297,0,0,0,0,0,0,0,0,0,3.20482,0,0), - (5719,3,-674.273,134.121,-90.8297,0,0,0,0,0,0,0,0,0,4.72107,0,0), - (5719,4,-673.602,56.772,-90.8339,0,0,0,0,0,0,0,0,0,6.27551,0,0), - (5719,5,-643.732,56.5426,-90.8339,0,0,0,0,0,0,0,0,0,6.27551,0,0), - (5720,12,-506.573,54.6337,-91.2768,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,11,-482.917,42.428,-91.3105,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,10,-452.024,39.6454,-91.2566,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,9,-424.524,55.407,-91.2277,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,8,-412.627,81.0488,-91.2901,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,7,-413.346,111.11,-91.3013,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,6,-429.363,136.152,-91.2937,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,5,-452.177,148.956,-91.3031,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,4,-484.049,149.333,-91.274,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,3,-508.711,134.289,-91.2576,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,2,-523.805,109.812,-91.2264,0,0,0,0,0,0,0,0,0,100,0,0), - (5720,1,-521.969,80.1382,-91.2695,0,572001,0,0,0,0,0,0,0,100,0,0), - (5721,12,-482.917,42.428,-91.3105,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,11,-452.024,39.6454,-91.2566,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,10,-424.524,55.407,-91.2277,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,9,-412.627,81.0488,-91.2901,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,8,-413.346,111.11,-91.3013,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,7,-429.363,136.152,-91.2937,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,6,-452.177,148.956,-91.3031,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,5,-484.049,149.333,-91.274,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,4,-508.711,134.289,-91.2576,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,3,-523.805,109.812,-91.2264,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,2,-521.969,80.1382,-91.2695,0,0,0,0,0,0,0,0,0,100,0,0), - (5721,1,-506.573,54.6337,-91.2768,0,572101,0,0,0,0,0,0,0,100,0,0), - (5722,1,-644.27,74.3273,-90.8327,0,572201,0,0,0,0,0,0,0,1.57404,0,0), - (5722,2,-644.468,135.471,-90.8296,0,0,0,0,0,0,0,0,0,3.22119,0,0), - (5722,3,-673.758,133.936,-90.8296,0,0,0,0,0,0,0,0,0,4.71017,0,0), - (5722,4,-673.928,57.2586,-90.8338,0,0,0,0,0,0,0,0,0,6.27006,0,0), - (5722,5,-643.802,56.8631,-90.8338,0,0,0,0,0,0,0,0,0,1.57403,0,0), - (5731,1,1468.31,289.376,-62.1695,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,2,1466.31,282.327,-62.1793,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,3,1463.79,271.157,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,4,1461.64,257.597,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,5,1467.87,246.033,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,6,1480.6,242.501,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,7,1506.84,240.77,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,8,1519.25,237.466,-62.1781,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,9,1528.31,224.717,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,10,1527.16,214.084,-62.1769,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,11,1535.35,203.163,-62.1807,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,12,1543.28,196.946,-62.182,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,13,1552.11,198.96,-60.7734,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,14,1559.16,203.845,-60.7778,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,15,1567.68,212.905,-60.0726,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,16,1581.18,225.845,-62.0788,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,17,1586.24,223.097,-61.6741,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,18,1592.25,220.805,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,19,1594.63,221.559,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,20,1595.75,230.65,-52.1541,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,21,1588.12,232.84,-52.1448,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,22,1584.88,236.081,-52.1465,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,23,1582.76,240.143,-52.1601,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,24,1561.43,241.071,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,25,1557.96,237.201,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,26,1558.51,224.597,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,27,1570.15,213.529,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,28,1582.61,205.46,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,29,1590.89,204.602,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,30,1607.02,204.912,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,31,1620.11,213.913,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,32,1629.48,224.299,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,33,1632.49,234.095,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,34,1626.8,239.483,-43.5356,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,35,1608.77,239.606,-52.1619,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,36,1604.65,247.233,-52.1536,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,37,1597.86,248.81,-52.1511,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,38,1596.34,257.615,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,39,1593.61,260.09,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,40,1584.95,257.4,-62.1189,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,41,1580.7,256.706,-61.907,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,42,1566.03,270.139,-60.6981,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,43,1552.02,284.469,-60.7652,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,44,1551.18,293.931,-62.1814,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,45,1560.5,301.835,-62.1807,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,46,1580.67,307.513,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,47,1592.49,313.837,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,48,1597.32,322.575,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,49,1598.02,353.617,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,50,1594.56,366.03,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,51,1585.44,374.394,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,52,1571.18,373.723,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,53,1551.74,368.048,-62.1826,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,54,1534.45,357.615,-61.4996,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,55,1517.67,348.697,-60.7838,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,56,1502.1,336.255,-60.0915,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,57,1487.44,318.325,-60.7878,0,0,0,0,0,0,0,0,0,0,0,0), - (5731,58,1477.09,301.717,-61.5005,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,1,1519.26,348.814,-60.7859,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,2,1501.66,336.185,-60.0916,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,3,1485.87,314.104,-61.4837,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,4,1474.47,295.632,-62.1486,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,5,1466.42,280.133,-61.8308,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,6,1462.71,264.028,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,7,1465.77,247.546,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,8,1478.26,242.965,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,9,1501.93,242.955,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,10,1520.96,243.381,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,11,1525.29,251.149,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,12,1528.97,265.893,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,13,1535.91,275.839,-62.1772,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,14,1542.76,286.413,-62.1807,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,15,1549.17,295.035,-62.1807,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,16,1565.81,303.835,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,17,1577.01,309.116,-62.1751,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,18,1588.85,311.303,-62.1781,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,19,1594.25,319.317,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,20,1595.19,347.093,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,21,1594.17,364.99,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,22,1586.59,373.629,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,23,1570.1,372.695,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,24,1550.57,370.057,-62.1812,0,0,0,0,0,0,0,0,0,0,0,0), - (5732,25,1543.08,363.322,-62.1878,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,1,1479.41,372.664,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,2,1490.67,382.788,-62.1305,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,3,1490.67,382.788,-62.1305,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,4,1507.25,392.748,-57.1534,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,5,1510.66,391.439,-57.1527,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,6,1518.01,377.285,-50.8484,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,7,1526.58,360.717,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,8,1530.33,362.331,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,9,1537.36,367.821,-62.1808,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,10,1541.79,366.987,-62.185,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,11,1543.51,362.134,-62.1887,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,12,1537.4,358.087,-61.5033,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,13,1523.83,350.39,-61.4799,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,14,1516.75,348.59,-60.7826,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,15,1506.97,341.408,-60.0886,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,16,1494.43,328.68,-60.0897,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,17,1485.36,324.837,-60.7884,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,18,1481.45,320.631,-60.7687,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,19,1477.09,312.425,-57.1521,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,20,1474.1,311.858,-57.1521,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,21,1460.3,320.621,-50.8484,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,22,1446.57,328.65,-57.1527,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,23,1443.13,327.898,-57.1533,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,24,1438.03,318.603,-62.3043,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,25,1434.72,317.285,-62.258,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,26,1431.85,318.852,-62.2427,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,27,1430.83,325.756,-62.1859,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,28,1422.32,340.904,-62.1849,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,29,1412.05,346.438,-66.0115,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,30,1393.42,363.718,-66.0447,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,31,1383.04,366.019,-66.0016,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,32,1365.52,370.227,-70.4562,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,33,1363.16,377.865,-70.5165,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,34,1367.68,391.43,-71.5826,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,35,1373.88,401.119,-73.4127,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,36,1382.9,409.397,-75.8971,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,37,1389.49,415.171,-77.2378,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,38,1396.45,415.755,-77.2381,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,39,1408.31,403.337,-84.9655,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,40,1414.51,401.682,-84.9691,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,41,1428.57,386.76,-85.0034,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,42,1439.07,395.104,-85.271,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,43,1448.46,404.877,-84.9948,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,44,1443.74,412.583,-84.9898,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,45,1435.27,421.876,-84.9663,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,46,1430.06,429.983,-83.023,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,47,1419.35,439.915,-77.2387,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,48,1420.96,445.016,-77.2355,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,49,1434.68,457.197,-70.4659,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,50,1444.69,453.656,-70.4575,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,51,1454.08,444.284,-65.7268,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,52,1459.66,438.89,-65.7245,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,53,1470.86,441.297,-64.9191,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,54,1481.02,448.876,-61.927,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,55,1491.78,449.923,-61.2028,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,56,1502.77,444.258,-63.6575,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,57,1507.68,435.06,-65.2288,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,58,1504.63,426.794,-63.9416,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,59,1494.86,421.116,-62.1855,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,60,1494.72,410.316,-62.1856,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,61,1499.95,402.444,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,62,1492.95,388.439,-62.1741,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,63,1482.61,374.47,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,64,1465.9,357.547,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,65,1454.05,347.852,-62.2085,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,66,1435.19,340.497,-62.1857,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,67,1428.79,327.056,-62.1857,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,68,1432.44,318.302,-62.2437,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,69,1438.11,318.595,-62.305,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,70,1442.61,326.113,-57.1532,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,71,1446.59,333.357,-57.1533,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,72,1450.78,340.826,-62.2545,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,73,1455.39,349.892,-62.1932,0,0,0,0,0,0,0,0,0,0,0,0), - (5733,74,1463.85,357.457,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,1,1425.31,101.469,-62.2865,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,2,1447.39,72.0668,-62.2814,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,3,1463.84,56.0359,-62.291,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,4,1492.96,64.9271,-62.2958,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,5,1508.15,72.9222,-62.3007,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,6,1518.45,76.9463,-62.2957,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,7,1518.26,82.0808,-62.3387,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,8,1509.34,87.6492,-57.1532,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,9,1508.42,90.7216,-57.1129,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,10,1515.07,104.458,-50.8996,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,11,1524.59,119.023,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,12,1521.99,122.314,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,13,1514.91,126.385,-60.7775,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,14,1509.88,134.53,-60.0952,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,15,1502.53,143.482,-60.0952,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,16,1488.89,157.537,-60.0882,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,17,1480.59,161.489,-60.7947,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,18,1477.12,168.538,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,19,1473.48,169.934,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,20,1459.54,162.908,-50.9134,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,21,1444.44,154.005,-57.1529,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,22,1436.6,165.151,-62.2948,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,23,1432.08,165.822,-62.276,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,24,1427.12,148.912,-62.286,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,25,1416.2,136.24,-62.2932,0,0,0,0,0,0,0,0,0,0,0,0), - (5744,26,1413.28,124.932,-62.2949,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,1,1542.79,191.362,-62.1808,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,2,1559.79,178.594,-62.1803,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,3,1577.52,172.16,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,4,1587.42,169.376,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,5,1594.17,161.334,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,6,1594.49,131.577,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,7,1592.6,113.022,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,8,1582.28,104.431,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,9,1563.74,107.65,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,10,1547.06,113.084,-62.1422,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,11,1537.05,122.453,-61.5088,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,12,1532.86,139.527,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,13,1521.77,154.188,-62.1609,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,14,1509.39,165.757,-62.1475,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,15,1501.14,174.273,-62.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,16,1488.74,180.9,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,17,1474.74,188.001,-62.1897,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,18,1465.01,201.309,-62.1762,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,19,1462.54,211.253,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,20,1461.92,229.935,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,21,1474.28,240.684,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,22,1514.81,238.436,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,23,1525.65,233.328,-62.1782,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,24,1526.56,219.579,-62.1756,0,0,0,0,0,0,0,0,0,0,0,0), - (5747,25,1531.41,205.202,-62.1799,0,0,0,0,0,0,0,0,0,0,0,0), - (5901,1,-1343.7,-4051.74,5.44054,0,0,0,0,0,0,0,0,0,4.79486,0,0), - (5901,2,-1342.41,-4061.94,-0.1325,0,0,0,0,0,0,0,0,0,4.66921,0,0), - (5901,3,-1343.7,-4066.18,-0.7403,20000,590101,0,0,0,0,0,0,0,4.54354,0,0), - (5901,4,-1342.41,-4061.94,-0.1325,0,0,0,0,0,0,0,0,0,4.66921,0,0), - (5901,5,-1343.7,-4051.74,5.44054,0,0,0,0,0,0,0,0,0,4.79486,0,0), - (5901,6,-1345.12,-4047.61,5.97224,0,590102,0,0,0,0,0,0,0,4.34587,0,0), - (6109,1,2623.38,-5977.86,100.642,0,0,0,0,0,0,0,0,0,3.86238,0,0), - (6109,2,2652.61,-6023.3,97.2364,0,0,0,0,0,0,0,0,0,4.28178,0,0), - (6109,3,2637.75,-6057.12,100.789,0,0,0,0,0,0,0,0,0,4.96744,0,0), - (6109,4,2650.16,-6101.06,99.105,0,0,0,0,0,0,0,0,0,4.99335,0,0), - (6109,5,2659.07,-6142.42,100.017,0,0,0,0,0,0,0,0,0,5.61225,0,0), - (6109,6,2699.18,-6169.74,97.2345,0,0,0,0,0,0,0,0,0,5.90834,0,0), - (6109,7,2748.81,-6216.27,102.323,0,0,0,0,0,0,0,0,0,5.52506,0,0), - (6109,8,2728.22,-6259.92,99.7664,0,0,0,0,0,0,0,0,0,1.50304,0,0), - (6109,9,2701.59,-6292.38,98.4016,0,0,0,0,0,0,0,0,0,1.01845,0,0), - (6109,10,2665.81,-6316.73,100.927,0,0,0,0,0,0,0,0,0,3.15866,0,0), - (6109,11,2639.08,-6319.14,93.82,0,0,0,0,0,0,0,0,0,3.16179,0,0), - (6109,12,2609.81,-6316.4,95.62,0,0,0,0,0,0,0,0,0,2.8822,0,0), - (6109,13,2593.02,-6298.9,103.16,0,0,0,0,0,0,0,0,0,2.55862,0,0), - (6109,14,2502.05,-6238.91,102.5,0,0,0,0,0,0,0,0,0,2.55862,0,0), - (6109,15,2484.14,-6233.41,101.99,0,0,0,0,0,0,0,0,0,3.24663,0,0), - (6109,16,2450.22,-6182.88,101.45,0,0,0,0,0,0,0,0,0,2.20912,0,0), - (6109,17,2411.61,-6157.76,101.92,0,0,0,0,0,0,0,0,0,3.54822,0,0), - (6109,18,2361.36,-6203.64,104.65,0,0,0,0,0,0,0,0,0,4.13334,0,0), - (6109,19,2336.04,-6248.55,106.4,0,0,0,0,0,0,0,0,0,4.62264,0,0), - (6109,20,2361.63,-6203.64,104.65,0,0,0,0,0,0,0,0,0,0.89043,0,0), - (6109,21,2406.65,-6164.8,100.57,0,0,0,0,0,0,0,0,0,0.92734,0,0), - (6109,22,2407.32,-6147.17,100.29,0,0,0,0,0,0,0,0,0,2.08345,0,0), - (6109,23,2352.5,-6106.48,110.44,0,0,0,0,0,0,0,0,0,2.66543,0,0), - (6109,24,2294.35,-6064.86,107.44,0,0,0,0,0,0,0,0,0,2.19419,0,0), - (6109,25,2352.5,-6106.48,110.44,0,0,0,0,0,0,0,0,0,2.66543,0,0), - (6109,26,2406.58,-6133.3,99.69,0,0,0,0,0,0,0,0,0,5.90284,0,0), - (6109,27,2439.64,-6126.91,105.12,0,0,0,0,0,0,0,0,0,0.38778,0,0), - (6109,28,2501.26,-6091.94,99.97,0,0,0,0,0,0,0,0,0,0.60926,0,0), - (6109,29,2535.65,-6010.9,99.62,0,0,0,0,0,0,0,0,0,1.07893,0,0), - (6109,30,2578.13,-5963.59,97.82,0,0,0,0,0,0,0,0,0,0.00136,0,0), - (6175,1,-4895.61,-898.098,501.659,4000,10801,0,0,0,0,0,0,0,2.28638,0,0), - (6175,2,-4859.86,-887.922,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,3,-4842.48,-885.565,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,4,-4842.48,-885.565,501.659,0,10801,0,0,0,0,0,0,0,1.88496,0,0), - (6175,5,-4875.52,-889.064,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,6,-4895.69,-897.822,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,7,-4895.69,-897.822,501.659,4000,10801,0,0,0,0,0,0,0,2.25148,0,0), - (6175,8,-4927.13,-915.428,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,9,-4951.84,-934.979,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,10,-4981.38,-966.579,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,11,-4983.74,-969.77,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,12,-4983.74,-969.77,501.659,4000,10801,0,0,0,0,0,0,0,2.44346,0,0), - (6175,13,-5002.57,-1008.67,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,14,-5007.88,-1022.32,501.655,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,15,-5012.98,-1052.93,501.71,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,16,-5012.98,-1052.93,501.71,4000,10801,0,0,0,0,0,0,0,2.96706,0,0), - (6175,17,-5006.93,-1021.7,501.655,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,18,-4992.73,-985.894,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,19,-4981.07,-962.529,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,20,-4944.82,-930.416,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,21,-4906.59,-901.662,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6175,22,-4895.61,-898.098,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (6215,1,-489.849,-92.7458,-147.941,0,0,0,0,0,0,0,0,0,0,0,0), - (6215,2,-504.682,-92.7483,-151.001,0,0,0,0,0,0,0,0,0,0,0,0), - (6215,3,-512.724,-100.751,-153.089,0,0,0,0,0,0,0,0,0,0,0,0), - (6215,4,-519.948,-124.595,-156.128,0,0,0,0,0,0,0,0,0,0,0,0), - (6228,23,-690.742,691.155,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,22,-705.044,694.504,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,21,-716.368,687.813,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,20,-720.547,673.148,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,19,-726.031,652.755,-309.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,18,-733.052,624.405,-300.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,17,-740.017,596.719,-291.195,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,16,-743.506,581.688,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,15,-736.813,570.41,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,14,-722.587,566.386,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,13,-701.512,561.003,-282.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,12,-694.008,559.451,-282.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,11,-701.512,561.003,-282.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,10,-722.587,566.386,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,9,-736.813,570.41,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,8,-743.506,581.688,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,7,-740.017,596.719,-291.195,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,6,-733.01,624.574,-300.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,5,-726.027,652.772,-309.067,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,4,-720.547,673.148,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,3,-716.368,687.813,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,2,-705.044,694.504,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (6228,1,-690.742,691.155,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), - (7228,1,-234.838,304.742,-47.5948,0,0,0,0,0,0,0,0,0,0,0,0), - (7228,2,-234.527,289.121,-48.0201,0,0,0,0,0,0,0,0,0,0,0,0), - (7228,3,-233.954,270.416,-50.401,0,0,0,0,0,0,0,0,0,0,0,0), - (7228,4,-233.422,252.056,-49.4479,0,0,0,0,0,0,0,0,0,0,0,0), - (7228,5,-231.176,245.826,-49.1499,1000,722805,0,0,0,0,0,0,0,-1.2249,0,0), - (7273,1,1660.5,1181.4,-2,0,0,0,0,0,0,0,0,0,0.8,0,0), - (7273,2,1700.66,1225.78,8.88,10000,727301,0,0,0,0,0,0,0,0.9,0,0), - (7318,1,9847.94,1512.5,1257.04,0,0,0,0,0,0,0,0,0,1.10845,0,0), - (7318,2,9867.72,1521.7,1257.66,0,0,0,0,0,0,0,0,0,3.51726,0,0), - (7318,3,9876.72,1505.79,1258.35,0,0,0,0,0,0,0,0,0,4.9938,0,0), - (7318,4,9875.94,1493.79,1258.61,0,0,0,0,0,0,0,0,0,4.53356,0,0), - (7318,5,9848.08,1492.79,1257.6,0,0,0,0,0,0,0,0,0,2.91487,0,0), - (7361,1,-489.406,-87.6199,-147.779,0,0,0,0,0,0,0,0,0,0,0,0), - (7361,2,-516.172,-98.4207,-153.697,0,0,0,0,0,0,0,0,0,0,0,0), - (7361,3,-520.077,-124.682,-156.128,0,0,0,0,0,0,0,0,0,0,0,0), - (7411,1,9642.47,2523.25,1331.54,0,0,0,0,0,0,0,0,0,4.70163,0,0), - (7411,2,9640.32,2517.43,1331.57,0,0,0,0,0,0,0,0,0,4.00734,0,0), - (7411,3,9635.62,2514.35,1331.4,0,0,0,0,0,0,0,0,0,3.21959,0,0), - (7411,4,9630.91,2515.59,1331.72,0,0,0,0,0,0,0,0,0,2.56535,0,0), - (7411,5,9626.52,2520.1,1331.73,0,0,0,0,0,0,0,0,0,1.9496,0,0), - (7411,6,9625.02,2526.36,1331.61,0,0,0,0,0,0,0,0,0,1.20975,0,0), - (7411,7,9630.56,2532.58,1331.39,0,0,0,0,0,0,0,0,0,0.604212,0,0), - (7411,8,9636.59,2532.65,1331.73,0,0,0,0,0,0,0,0,0,5.88602,0,0), - (7411,9,9640.05,2529.06,1331.77,3000,741101,0,0,0,0,0,0,0,5.3818,0,0), - (7604,1,1882.89,1299.27,48.3843,1000,760401,0,0,0,0,0,0,0,4.83,0,0), - (7604,2,1883.4,1297.18,48.293,1000,760402,0,0,0,0,0,0,0,4.83,0,0), - (7604,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), - (7604,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7604,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7604,6,1886.9,1264.08,41.494,1000,760401,0,0,0,0,0,0,0,4.71,0,0), - (7604,7,1886.7,1227.96,9.9242,0,0,0,0,0,0,0,0,0,0,0,0), - (7604,8,1884.29,1202.94,8.8781,60000,0,0,0,0,0,0,0,0,4.61,0,0), - (7604,9,1884.29,1202.94,8.8781,15000,760409,0,0,0,0,0,0,0,4.61,0,0), - (7605,1,1886.64,1299.11,48.3146,1000,760501,0,0,0,0,0,0,0,4.36,0,0), - (7605,2,1886.12,1297.25,48.241,1000,760502,0,0,0,0,0,0,0,4.36,0,0), - (7605,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), - (7605,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7605,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7605,6,1890.22,1264.3,41.42,1000,760501,0,0,0,0,0,0,0,4.71,0,0), - (7605,7,1895.36,1227.6,9.521,0,0,0,0,0,0,0,0,0,0,0,0), - (7605,8,1889.01,1201.98,8.878,60000,0,0,0,0,0,0,0,0,4.54,0,0), - (7605,9,1889.01,1201.98,8.878,15000,760509,0,0,0,0,0,0,0,4.54,0,0), - (7606,1,1889.62,1298.01,48.2581,1000,760601,0,0,0,0,0,0,0,3.94,0,0), - (7606,2,1888.2,1296.76,48.203,1000,760602,0,0,0,0,0,0,0,3.94,0,0), - (7606,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), - (7606,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7606,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7606,6,1883.21,1272,41.85,1000,760601,0,0,0,0,0,0,0,4.71,0,0), - (7606,7,1879.25,1227.15,9.276,0,0,0,0,0,0,0,0,0,0,0,0), - (7606,8,1876.14,1207.26,8.877,60000,0,0,0,0,0,0,0,0,4.64,0,0), - (7606,9,1876.14,1207.26,8.877,15000,760609,0,0,0,0,0,0,0,4.64,0,0), - (7607,9,1895.36,1227.6,9.521,0,0,0,0,0,0,0,0,0,0,0,0), - (7607,8,1889.49,1271.97,41.626,1000,760701,0,0,0,0,0,0,0,4.71,0,0), - (7607,7,1883.29,1263.76,41.576,2000,760707,0,0,0,0,0,0,0,4.71,0,0), - (7607,6,1891.08,1284.61,43.58,1000,760706,0,0,0,0,0,0,0,4.71,0,0), - (7607,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7607,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7607,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), - (7607,2,1881.74,1295.99,48.323,1000,760702,0,0,0,0,0,0,0,5.41,0,0), - (7607,1,1881.05,1297.36,48.419,1000,760701,0,0,0,0,0,0,0,5.41,0,0), - (7607,10,1893.28,1206.29,8.877,1000,760701,0,0,0,0,0,0,0,4.61,0,0), - (7607,11,1891.67,1181.69,8.877,0,0,0,0,0,0,0,0,0,0,0,0), - (7607,12,1876.01,1161.77,9.653,0,0,0,0,0,0,0,0,0,0,0,0), - (7607,13,1857.49,1145.53,15.119,1000,760713,0,0,0,0,0,0,0,3.86,0,0), - (7607,14,1877.11,1148.82,10.316,0,0,0,0,0,0,0,0,0,0,0,0), - (7607,15,1886.31,1137.95,9.352,0,0,0,0,0,0,0,0,0,0,0,0), - (7607,16,1869.98,1092.89,8.876,0,1,0,0,0,0,0,0,0,0,0,0), - (7608,1,1891.07,1294.78,48.2347,1000,760801,0,0,0,0,0,0,0,3.31,0,0), - (7608,2,1889.02,1294.43,48.189,1000,760802,0,0,0,0,0,0,0,3.31,0,0), - (7608,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), - (7608,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7608,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), - (7608,6,1886.34,1271.89,41.735,1000,760801,0,0,0,0,0,0,0,4.71,0,0), - (7608,7,1886.7,1227.96,9.924,0,0,0,0,0,0,0,0,0,0,0,0), - (7608,8,1884.86,1208.98,8.878,60000,0,0,0,0,0,0,0,0,4.61,0,0), - (7608,9,1884.86,1208.98,8.878,15000,760809,0,0,0,0,0,0,0,4.61,0,0), - (7795,1,1704.96,1202.13,9.24427,0,0,0,0,0,0,0,0,0,0,0,0), - (7795,2,1684.78,1225.34,8.87707,0,0,0,0,0,0,0,0,0,0,0,0), - (7795,3,1706.28,1200.92,9.22012,0,0,0,0,0,0,0,0,0,0,0,0), - (7795,4,1681.82,1180.19,8.89546,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,15,-4711.07,-923.475,501.657,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,14,-4699.37,-937.979,501.67,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,13,-4689.47,-949.484,501.663,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,12,-4681.75,-969.364,501.694,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,11,-4667.46,-983.35,501.644,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,10,-4657.65,-997.701,501.636,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,9,-4641.68,-1014.93,501.648,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,8,-4626.84,-1012.12,501.652,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,7,-4617.62,-1000.4,501.664,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,6,-4621.53,-981.504,501.656,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,5,-4636.64,-954.994,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,4,-4655.95,-931.149,501.658,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,3,-4671.59,-914.562,501.654,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,2,-4688.1,-902.988,501.648,0,0,0,0,0,0,0,0,0,0,0,0), - (7978,1,-4707.85,-907.012,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (8215,1,33.8661,-4294.99,119.191,0,0,0,0,0,0,0,0,0,4.13916,0,0), - (8215,2,15.5674,-4323.33,126.081,0,0,0,0,0,0,0,0,0,4.13916,0,0), - (8215,3,9.06412,-4344.8,133.54,0,0,0,0,0,0,0,0,0,4.41641,0,0), - (8215,4,0.553117,-4372.71,136.9,0,0,0,0,0,0,0,0,0,4.41641,0,0), - (8215,5,22.9217,-4394.53,143.976,0,0,0,0,0,0,0,0,0,5.52068,0,0), - (8215,6,37.5527,-4406.87,144.066,0,0,0,0,0,0,0,0,0,5.61728,0,0), - (8215,7,60.69,-4429.96,140.529,0,0,0,0,0,0,0,0,0,5.49948,0,0), - (8215,8,78.9304,-4454.81,145.817,0,0,0,0,0,0,0,0,0,5.34554,0,0), - (8215,9,111.077,-4453.16,138.105,0,0,0,0,0,0,0,0,0,6.22597,0,0), - (8215,10,141.263,-4477.85,129.127,0,0,0,0,0,0,0,0,0,5.59765,0,0), - (8215,11,161.148,-4508.8,127.28,0,0,0,0,0,0,0,0,0,5.28349,0,0), - (8215,12,163.808,-4536,120.421,0,0,0,0,0,0,0,0,0,4.8099,0,0), - (8215,13,179.213,-4547.36,117.619,0,0,0,0,0,0,0,0,0,5.64949,0,0), - (8215,14,199.62,-4546.38,117.673,0,0,0,0,0,0,0,0,0,0.048026,0,0), - (8215,15,213.777,-4558.57,116.667,0,0,0,0,0,0,0,0,0,5.57173,0,0), - (8215,16,188.652,-4569.09,121.403,0,0,0,0,0,0,0,0,0,3.55561,0,0), - (8215,17,174.894,-4582.74,119.059,0,0,0,0,0,0,0,0,0,3.92318,0,0), - (8215,18,153.454,-4584.03,119.235,0,0,0,0,0,0,0,0,0,3.2014,0,0), - (8215,19,145,-4569.63,121.162,0,0,0,0,0,0,0,0,0,2.10184,0,0), - (8215,20,144.711,-4539.3,120.639,0,0,0,0,0,0,0,0,0,1.58034,0,0), - (8215,21,129.324,-4526.81,124.315,0,0,0,0,0,0,0,0,0,2.51182,0,0), - (8215,22,121.709,-4507.72,130.58,0,0,0,0,0,0,0,0,0,1.95026,0,0), - (8215,23,123.078,-4482.62,134.363,0,0,0,0,0,0,0,0,0,1.49002,0,0), - (8215,24,121.647,-4466.59,136.556,0,0,0,0,0,0,0,0,0,1.63296,0,0), - (8215,25,105.532,-4447.25,139.4,0,0,0,0,0,0,0,0,0,2.18195,0,0), - (8215,26,84.7668,-4452.12,144.857,0,0,0,0,0,0,0,0,0,3.38754,0,0), - (8215,27,64.0455,-4464.07,144.132,0,0,0,0,0,0,0,0,0,3.65065,0,0), - (8215,28,43.3888,-4457,145.749,0,0,0,0,0,0,0,0,0,2.81184,0,0), - (8215,29,47.3105,-4428.68,141.603,0,0,0,0,0,0,0,0,0,1.42561,0,0), - (8215,30,36.6585,-4409.87,144.795,0,0,0,0,0,0,0,0,0,2.01545,0,0), - (8215,31,15.0537,-4387.95,142.858,0,0,0,0,0,0,0,0,0,2.35867,0,0), - (8215,32,-7.9163,-4389.17,142.119,0,0,0,0,0,0,0,0,0,3.19433,0,0), - (8215,33,-29.7051,-4388.02,145.253,0,0,0,0,0,0,0,0,0,3.07652,0,0), - (8215,34,-50.6882,-4367.26,136.515,0,0,0,0,0,0,0,0,0,2.34453,0,0), - (8215,35,-71.5837,-4348.97,125.171,0,0,0,0,0,0,0,0,0,2.42228,0,0), - (8215,36,-91.2632,-4340.75,130.592,0,0,0,0,0,0,0,0,0,2.72545,0,0), - (8215,37,-108.353,-4305.35,129.603,0,0,0,0,0,0,0,0,0,2.00681,0,0), - (8215,38,-121.583,-4282,121.64,0,0,0,0,0,0,0,0,0,2.08456,0,0), - (8215,39,-100.578,-4263.8,120.193,0,0,0,0,0,0,0,0,0,0.737603,0,0), - (8215,40,-73.6297,-4257.04,120.254,0,0,0,0,0,0,0,0,0,0.238875,0,0), - (8215,41,-35.7623,-4248.27,118.93,0,0,0,0,0,0,0,0,0,0.359041,0,0), - (8215,42,5.70428,-4236.78,117.241,0,0,0,0,0,0,0,0,0,0.39674,0,0), - (8215,43,24.2909,-4240.63,117.688,0,0,0,0,0,0,0,0,0,6.03668,0,0), - (8215,44,40.6797,-4257.42,118.51,0,0,0,0,0,0,0,0,0,5.80106,0,0), - (8215,45,42.9907,-4278.39,122.562,0,0,0,0,0,0,0,0,0,4.67323,0,0), - (8217,1,-517.333,-4054.25,216.023,0,0,0,0,0,0,0,0,0,4.81696,0,0), - (8217,2,-528.477,-4075.78,215.853,0,0,0,0,0,0,0,0,0,4.22791,0,0), - (8217,3,-530.916,-4084.3,215.575,0,0,0,0,0,0,0,0,0,2.96263,0,0), - (8217,4,-547.423,-4085.67,216.281,0,0,0,0,0,0,0,0,0,3.18254,0,0), - (8217,5,-558.864,-4085.86,225.49,0,0,0,0,0,0,0,0,0,3.14249,0,0), - (8217,6,-570.652,-4085.87,234.629,0,0,0,0,0,0,0,0,0,3.14249,0,0), - (8217,7,-578.233,-4085.87,240.068,0,0,0,0,0,0,0,0,0,3.14249,0,0), - (8217,8,-593.878,-4085.89,238.362,0,0,0,0,0,0,0,0,0,3.14249,0,0), - (8217,9,-616.638,-4064.5,238.217,0,0,0,0,0,0,0,0,0,2.39557,0,0), - (8217,10,-616.833,-4047.42,238.046,0,0,0,0,0,0,0,0,0,2.21179,0,0), - (8217,11,-652.808,-4040.06,238.274,0,0,0,0,0,0,0,0,0,2.93436,0,0), - (8217,12,-672.615,-4022.63,238.229,0,0,0,0,0,0,0,0,0,2.41992,0,0), - (8217,13,-676.225,-4016.49,238.145,0,0,0,0,0,0,0,0,0,2.10262,0,0), - (8217,14,-672.621,-4011.21,238.248,0,0,0,0,0,0,0,0,0,1.0062,0,0), - (8217,15,-664.151,-4010.24,238.159,0,0,0,0,0,0,0,0,0,0.113991,0,0), - (8217,16,-655.342,-4029.7,238.255,0,0,0,0,0,0,0,0,0,5.1374,0,0), - (8217,17,-637.653,-4043.85,238.07,0,0,0,0,0,0,0,0,0,5.60864,0,0), - (8217,18,-624.501,-4043.49,238.073,0,0,0,0,0,0,0,0,0,0.085717,0,0), - (8217,19,-617.972,-4032.87,237.873,0,0,0,0,0,0,0,0,0,0.986569,0,0), - (8217,20,-617.911,-3980.06,238.482,0,0,0,0,0,0,0,0,0,1.59918,0,0), - (8217,21,-611.216,-3963.89,238.351,0,0,0,0,0,0,0,0,0,1.17821,0,0), - (8217,22,-570.672,-3938.64,238.326,0,0,0,0,0,0,0,0,0,0.471347,0,0), - (8217,23,-568.836,-3931.76,237.925,0,0,0,0,0,0,0,0,0,1.31015,0,0), - (8217,24,-556.458,-3939.03,237.937,0,0,0,0,0,0,0,0,0,0.21138,0,0), - (8217,25,-537.875,-3940.39,238.764,0,0,0,0,0,0,0,0,0,3.32627,0,0), - (8217,26,-566.704,-3951.51,238.427,0,0,0,0,0,0,0,0,0,3.52419,0,0), - (8217,27,-613.806,-3933.84,238.346,0,0,0,0,0,0,0,0,0,2.78906,0,0), - (8217,28,-620.501,-3938.32,238.463,0,0,0,0,0,0,0,0,0,3.73153,0,0), - (8217,29,-616.96,-3970.3,238.351,0,0,0,0,0,0,0,0,0,4.85936,0,0), - (8217,30,-618.1,-4023.04,237.988,0,0,0,0,0,0,0,0,0,4.68658,0,0), - (8217,31,-617.327,-4059.77,238.279,0,0,0,0,0,0,0,0,0,4.72663,0,0), - (8217,32,-624.179,-4061.62,238.351,0,0,0,0,0,0,0,0,0,3.37967,0,0), - (8217,33,-638.711,-4062.04,247.263,0,0,0,0,0,0,0,0,0,3.19903,0,0), - (8217,34,-618.277,-4063.46,238.307,0,0,0,0,0,0,0,0,0,6.25345,0,0), - (8217,35,-602.99,-4082.45,238.351,0,0,0,0,0,0,0,0,0,5.37302,0,0), - (8217,36,-600.118,-4115.69,238.504,0,0,0,0,0,0,0,0,0,4.83973,0,0), - (8217,37,-610.419,-4140.24,238.351,0,0,0,0,0,0,0,0,0,4.31508,0,0), - (8217,38,-599.085,-4160.05,238.431,0,0,0,0,0,0,0,0,0,5.23871,0,0), - (8217,39,-593.493,-4164.29,238.355,0,0,0,0,0,0,0,0,0,5.70995,0,0), - (8217,40,-587.6,-4160.74,238.352,0,0,0,0,0,0,0,0,0,0.554599,0,0), - (8217,41,-593.862,-4137.4,238.387,0,0,0,0,0,0,0,0,0,1.83637,0,0), - (8217,42,-629.492,-4119.94,238.351,0,0,0,0,0,0,0,0,0,2.68617,0,0), - (8217,43,-642.951,-4106.99,238.504,0,0,0,0,0,0,0,0,0,2.37515,0,0), - (8217,44,-591.144,-4085.34,238.368,0,0,0,0,0,0,0,0,0,0.381026,0,0), - (8217,45,-577.325,-4085.64,239.868,0,0,0,0,0,0,0,0,0,6.24559,0,0), - (8217,46,-564.315,-4085.87,229.775,0,0,0,0,0,0,0,0,0,6.16548,0,0), - (8217,47,-544.956,-4085.42,215.861,0,0,0,0,0,0,0,0,0,0.026026,0,0), - (8217,48,-532.116,-4085.08,215.547,0,0,0,0,0,0,0,0,0,0.026026,0,0), - (8217,49,-529.232,-4073.31,215.856,0,0,0,0,0,0,0,0,0,1.42561,0,0), - (8217,50,-539.105,-4053.94,216.756,0,0,0,0,0,0,0,0,0,1.95496,0,0), - (8217,51,-531.195,-4035.23,215.861,0,0,0,0,0,0,0,0,0,1.19391,0,0), - (8217,52,-505.494,-4008.01,215.944,0,0,0,0,0,0,0,0,0,0.802785,0,0), - (8217,53,-524.022,-4030.32,215.86,0,0,0,0,0,0,0,0,0,4.05669,0,0), - (8217,54,-524.191,-4036.51,215.86,0,0,0,0,0,0,0,0,0,4.68501,0,0), - (8256,1,-4646.74,-1273.38,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,2,-4643.06,-1269.85,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,3,-4638.85,-1265.49,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,4,-4633.74,-1261.1,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,5,-4629.31,-1256.39,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,6,-4623.38,-1256.47,503.383,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,7,-4622.47,-1258.75,503.383,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,8,-4622.47,-1258.75,503.383,4500,188701,0,0,0,0,0,0,0,4.06662,0,0), - (8256,9,-4615.69,-1255.44,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,10,-4608.18,-1249.27,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,11,-4603.86,-1251.56,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,12,-4603.86,-1251.56,503.382,4500,188702,0,0,0,0,0,0,0,0.331613,0,0), - (8256,13,-4598.44,-1240.89,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,14,-4592.45,-1232.21,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,15,-4588.73,-1222.18,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,16,-4588.73,-1222.18,503.382,4500,188703,0,0,0,0,0,0,0,5.74213,0,0), - (8256,17,-4593.64,-1214.16,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,18,-4598.71,-1219.35,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,19,-4604.79,-1227.24,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,20,-4610.73,-1236.66,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,21,-4613.16,-1252.02,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,22,-4618.21,-1264.09,503.384,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,23,-4633.39,-1276.8,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,24,-4652.42,-1285.88,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,25,-4667.36,-1294,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,26,-4678.21,-1296.4,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,27,-4689.23,-1301.69,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,28,-4699.49,-1307.61,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,29,-4709.62,-1317.36,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,30,-4711.28,-1322.39,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,31,-4711.28,-1322.39,503.382,3000,0,0,0,0,0,0,0,0,3.57792,0,0), - (8256,32,-4702.81,-1325.27,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,33,-4696.29,-1325.81,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,34,-4689.63,-1325.2,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,35,-4686.07,-1319.19,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,36,-4683.05,-1314.02,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,37,-4675,-1312.6,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,38,-4664.88,-1306.13,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,39,-4662.04,-1298.12,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,40,-4659.43,-1288.83,503.382,0,0,0,0,0,0,0,0,0,0,0,0), - (8256,41,-4654.31,-1281.54,503.382,75000,0,0,0,0,0,0,0,0,0.959392,0,0), - (8404,1,1543.59,-4162,40.09,0,0,0,0,0,0,0,0,0,5.25211,0,0), - (8404,2,1543.59,-4162,40.09,0,0,0,0,0,0,0,0,0,5.25211,0,0), - (8404,3,1548.66,-4170.54,39.878,0,0,0,0,0,0,0,0,0,4.91597,0,0), - (8404,4,1549.69,-4182.55,40.6116,0,0,0,0,0,0,0,0,0,4.66386,0,0), - (8404,5,1544.56,-4204.67,42.5118,0,0,0,0,0,0,0,0,0,4.00727,0,0), - (8404,6,1541.77,-4209.83,42.6101,0,0,0,0,0,0,0,0,0,3.79758,0,0), - (8404,7,1535.78,-4211.44,42.2174,0,0,0,0,0,0,0,0,0,3.2745,0,0), - (8404,8,1526.93,-4211.96,41.3994,0,0,0,0,0,0,0,0,0,3.37893,0,0), - (8404,9,1518.28,-4215.47,40.5925,0,0,0,0,0,0,0,0,0,4.0206,0,0), - (8404,10,1531.65,-4212.06,41.8567,0,0,0,0,0,0,0,0,0,0.069258,0,0), - (8404,11,1545.37,-4209.67,42.9739,0,0,0,0,0,0,0,0,0,0.108934,0,0), - (8404,12,1575.68,-4208.31,43.6414,0,0,0,0,0,0,0,0,0,0.418381,0,0), - (8404,13,1581.05,-4205.01,42.1625,0,0,0,0,0,0,0,0,0,1.02235,0,0), - (8404,14,1582.41,-4200.09,41.6332,0,0,0,0,0,0,0,0,0,1.50145,0,0), - (8404,15,1577.94,-4182.56,39.0467,0,0,0,0,0,0,0,0,0,1.43312,0,0), - (8404,16,1577.95,-4166.1,36.4201,0,0,0,0,0,0,0,0,0,1.54979,0,0), - (8404,17,1581.97,-4153.16,34.3183,0,0,0,0,0,0,0,0,0,1.25527,0,0), - (8404,18,1585.48,-4145.38,33.4993,0,0,0,0,0,0,0,0,0,1.12567,0,0), - (8404,19,1604.63,-4121.54,29.6292,0,0,0,0,0,0,0,0,0,0.600243,0,0), - (8404,20,1629.61,-4107.81,29.851,0,0,0,0,0,0,0,0,0,0.388186,0,0), - (8404,21,1664.44,-4095.19,34.6566,0,0,0,0,0,0,0,0,0,0.333208,0,0), - (8404,22,1699.89,-4087.74,38.7137,0,0,0,0,0,0,0,0,0,0.187909,0,0), - (8404,23,1709.97,-4084.71,40.3433,0,0,0,0,0,0,0,0,0,0.466726,0,0), - (8404,24,1732.35,-4069.04,44.7046,0,0,0,0,0,0,0,0,0,0.729834,0,0), - (8404,25,1737.52,-4062.58,44.6143,0,0,0,0,0,0,0,0,0,1.11075,0,0), - (8404,26,1744.09,-4042.98,44.2706,0,0,0,0,0,0,0,0,0,1.21678,0,0), - (8404,27,1745.69,-4021.55,45.8444,0,0,0,0,0,0,0,0,0,1.62519,0,0), - (8404,28,1741.55,-3993.82,46.9013,0,0,0,0,0,0,0,0,0,1.73514,0,0), - (8404,29,1738.06,-3982.79,47.6495,0,0,0,0,0,0,0,0,0,2.00611,0,0), - (8404,30,1727.15,-3960.55,48.8178,0,0,0,0,0,0,0,0,0,2.05323,0,0), - (8404,31,1716.72,-3941.62,49.6707,0,0,0,0,0,0,0,0,0,2.22995,0,0), - (8404,32,1712.4,-3937.89,49.7629,0,0,0,0,0,0,0,0,0,2.72082,0,0), - (8404,33,1708.1,-3938.4,50.5155,0,0,0,0,0,0,0,0,0,4.8359,0,0), - (8404,34,1710.22,-3944.82,50.3793,0,0,0,0,0,0,0,0,0,5.29143,0,0), - (8404,35,1728.4,-3966.85,48.3152,0,0,0,0,0,0,0,0,0,5.31499,0,0), - (8404,36,1742.65,-3994.21,47.0203,0,0,0,0,0,0,0,0,0,4.766,0,0), - (8404,37,1745.13,-4021.8,45.8787,0,0,0,0,0,0,0,0,0,4.70709,0,0), - (8404,38,1743.39,-4040.77,44.4939,0,0,0,0,0,0,0,0,0,4.61677,0,0), - (8404,39,1738.21,-4058.59,44.3596,0,0,0,0,0,0,0,0,0,4.36545,0,0), - (8404,40,1733.13,-4070.14,44.4479,0,0,0,0,0,0,0,0,0,3.8895,0,0), - (8404,41,1711.87,-4085.21,40.1182,0,0,0,0,0,0,0,0,0,3.63026,0,0), - (8404,42,1691.56,-4091.83,37.8552,0,0,0,0,0,0,0,0,0,3.42998,0,0), - (8404,43,1655.99,-4099.88,33.3077,0,0,0,0,0,0,0,0,0,3.48104,0,0), - (8404,44,1629.32,-4109.29,29.6458,0,0,0,0,0,0,0,0,0,3.5635,0,0), - (8404,45,1608.56,-4119.25,29.608,0,0,0,0,0,0,0,0,0,3.78734,0,0), - (8404,46,1598.77,-4127.94,30.6464,0,0,0,0,0,0,0,0,0,3.97262,0,0), - (8404,47,1586.65,-4144.41,33.1692,0,0,0,0,0,0,0,0,0,4.09828,0,0), - (8404,48,1579.47,-4159.36,35.4998,0,0,0,0,0,0,0,0,0,4.37709,0,0), - (8404,49,1576.2,-4176.22,38.1288,0,0,0,0,0,0,0,0,0,4.6402,0,0), - (8404,50,1577.91,-4192.41,40.5278,0,0,0,0,0,0,0,0,0,4.84047,0,0), - (8404,51,1578.51,-4205.14,42.5391,0,0,0,0,0,0,0,0,0,4.34568,0,0), - (8404,52,1575.8,-4208.68,43.6726,0,0,0,0,0,0,0,0,0,3.43462,0,0), - (8404,53,1563.73,-4208.41,43.619,0,0,0,0,0,0,0,0,0,2.9948,0,0), - (8404,54,1547.49,-4208.4,43.0629,0,0,0,0,0,0,0,0,0,3.24612,0,0), - (8404,55,1527.74,-4212.69,41.5202,0,0,0,0,0,0,0,0,0,3.3443,0,0), - (8404,56,1516.82,-4216.26,40.4675,0,0,0,0,0,0,0,0,0,3.5917,0,0), - (8404,57,1539.83,-4210.73,42.5457,0,0,0,0,0,0,0,0,0,0.257683,0,0), - (8404,58,1543,-4207.62,42.651,0,0,0,0,0,0,0,0,0,1.09413,0,0), - (8404,59,1549.16,-4188.49,41.2349,0,0,0,0,0,0,0,0,0,1.36117,0,0), - (8404,60,1550.57,-4176.65,40.3661,0,0,0,0,0,0,0,0,0,1.58501,0,0), - (8404,61,1547.16,-4166.1,39.8663,0,0,0,0,0,0,0,0,0,2.02483,0,0), - (8404,62,1540.48,-4157.99,40.4082,0,0,0,0,0,0,0,0,0,2.63351,0,0), - (8404,63,1534.96,-4155.77,40.5611,0,0,0,0,0,0,0,0,0,2.90055,0,0), - (8404,64,1526.11,-4155.11,40.6068,0,0,0,0,0,0,0,0,0,3.23042,0,0), - (8404,65,1499.67,-4154.97,41.0505,0,0,0,0,0,0,0,0,0,2.90055,0,0), - (8404,66,1485.95,-4150.33,40.6375,0,0,0,0,0,0,0,0,0,2.8063,0,0), - (8404,67,1501.73,-4155.09,40.9359,0,0,0,0,0,0,0,0,0,6.13404,0,0), - (8404,68,1526.68,-4154.89,40.6253,0,0,0,0,0,0,0,0,0,0.0471973,0,0), - (8421,1,-6475.81,-1246.44,180.248,1000,842101,0,0,0,0,0,0,0,2.27,0,0), - (8856,1,-8409.1,454.405,123.759,0,0,0,0,0,0,0,0,0,1.55551,0,0), - (8856,2,-8408.57,461.702,123.759,0,0,0,0,0,0,0,0,0,0.550206,0,0), - (8856,3,-8404.36,462.399,123.759,0,0,0,0,0,0,0,0,0,6.07313,0,0), - (8856,4,-8392.61,452.583,123.759,12000,885601,0,0,0,0,0,0,0,5.4511,0,0), - (8856,5,-8387.08,446.018,122.275,0,0,0,0,0,0,0,0,0,5.4177,0,0), - (8856,6,-8357.03,407.012,122.275,0,0,0,0,0,0,0,0,0,4.08331,0,0), - (8856,7,-8363.85,397.714,122.275,0,0,0,0,0,0,0,0,0,5.30068,0,0), - (8856,8,-8352.34,383.887,122.275,0,0,0,0,0,0,0,0,0,0.564722,0,0), - (8856,9,-8335.86,393.578,122.275,11000,885602,0,0,0,0,0,0,0,0.58043,0,0), - (8856,10,-8351.56,383.447,122.275,0,0,0,0,0,0,0,0,0,2.2703,0,0), - (8856,11,-8363.64,398.716,122.275,0,0,0,0,0,0,0,0,0,1.05293,0,0), - (8856,12,-8358.44,409.568,122.275,0,0,0,0,0,0,0,0,0,2.32842,0,0), - (8856,13,-8384.23,442.599,122.275,0,0,0,0,0,0,0,0,0,3.6911,0,0), - (8856,14,-8408.03,426.547,122.275,0,0,0,0,0,0,0,0,0,2.57112,0,0), - (8856,15,-8415.88,433.865,122.275,4000,885603,0,0,0,0,0,0,0,2.27018,0,0), - (8923,1,1165.66,-195.737,-65.4586,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,2,1150.4,-205.881,-65.5008,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,3,1131.98,-202.245,-65.4702,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,4,1112.2,-184.829,-65.3086,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,5,1098.54,-168.988,-65.3086,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,6,1097.08,-152.848,-65.3079,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,7,1113.68,-138.351,-74.3601,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,8,1145.08,-134.726,-74.3635,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,9,1165.53,-138.705,-74.3647,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,10,1190.09,-160.496,-74.3632,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,11,1206.83,-179.487,-74.3276,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,12,1190.09,-160.496,-74.3632,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,13,1165.53,-138.705,-74.3647,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,14,1145.08,-134.726,-74.3635,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,15,1113.68,-138.351,-74.3601,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,16,1097.08,-152.848,-65.3079,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,17,1098.54,-168.988,-65.3086,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,18,1112.2,-184.829,-65.3086,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,19,1131.98,-202.245,-65.4702,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,20,1150.4,-205.881,-65.5008,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,21,1165.66,-195.737,-65.4586,0,0,0,0,0,0,0,0,0,0,0,0), - (8923,22,1175.65,-186.43,-65.375,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,1,-7404.57,-894.073,171.873,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,2,-7397.19,-934.067,169.109,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,3,-7397.22,-957.259,170.151,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,4,-7406.08,-992.606,173.821,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,5,-7378.71,-995.416,171.25,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,6,-7348,-986.191,171.532,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,7,-7346.79,-1017.81,177.942,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,8,-7371.64,-1036.28,177.966,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,9,-7390.05,-1044.6,176.843,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,10,-7406.18,-1044.51,176.751,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,11,-7390.37,-1044.6,176.823,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,12,-7371.64,-1036.28,177.966,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,13,-7346.79,-1017.81,177.942,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,14,-7348,-986.191,171.532,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,15,-7378.71,-995.416,171.25,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,16,-7406.08,-992.606,173.821,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,17,-7397.25,-957.381,170.135,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,18,-7397.19,-934.067,169.109,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,19,-7404.57,-894.073,171.873,0,0,0,0,0,0,0,0,0,0,0,0), - (8924,20,-7438.96,-892.375,171.973,0,0,0,0,0,0,0,0,0,0,0,0), - (9022,1,280.42,-82.86,-77.12,0,0,0,0,0,0,0,0,0,0,0,0), - (9022,2,287.64,-87.01,-76.79,0,0,0,0,0,0,0,0,0,0,0,0), - (9022,3,354.63,-64.95,-67.53,0,902201,0,0,0,0,0,0,0,0,0,0), - (9025,1,657.971,-180.723,-74.7462,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,2,658.982,-196.516,-76.5783,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,3,657.695,-216.06,-80.3123,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,4,640.051,-245.6,-83.5856,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,5,615.522,-267.397,-83.5907,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,6,601.049,-274.493,-83.1456,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,7,578.977,-274.009,-80.1208,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,8,556.135,-263.557,-73.2739,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,9,578.977,-274.009,-80.1208,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,10,601.049,-274.493,-83.1456,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,11,615.522,-267.397,-83.5907,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,12,640.006,-245.639,-83.5839,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,13,657.695,-216.06,-80.3123,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,14,658.982,-196.516,-76.5783,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,15,657.971,-180.723,-74.7462,0,0,0,0,0,0,0,0,0,0,0,0), - (9025,16,651.809,-164.605,-72.5703,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,1,-7262.9,-886.481,168.146,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,2,-7222.94,-879.402,165.42,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,3,-7220.16,-902.633,165.377,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,4,-7226.55,-929.555,166.057,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,5,-7255.6,-932.939,167.926,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,6,-7288.36,-938.74,165.503,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,7,-7255.6,-932.939,167.926,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,8,-7226.55,-929.555,166.057,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,9,-7220.16,-902.633,165.377,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,10,-7222.94,-879.402,165.42,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,11,-7262.9,-886.481,168.146,0,0,0,0,0,0,0,0,0,0,0,0), - (9026,12,-7293.74,-891.833,165.55,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,17,-4756.99,-1154.73,502.212,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,16,-4741.4,-1139.08,502.201,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,15,-4732.99,-1106.31,502.219,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,14,-4737.23,-1073.92,502.24,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,13,-4764.07,-1041.11,502.211,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,12,-4797.53,-1025.65,502.203,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,11,-4810.18,-1032.05,502.198,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,10,-4812.88,-1065.88,502.197,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,9,-4829.62,-1085.28,502.208,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,8,-4868.06,-1085.28,502.205,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,7,-4873.94,-1090.73,502.214,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,6,-4867.31,-1122.64,502.182,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,5,-4854.08,-1143.53,502.207,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,4,-4836.73,-1156.9,502.167,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,3,-4815.05,-1167.4,502.205,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,2,-4790.14,-1168.66,502.225,0,0,0,0,0,0,0,0,0,0,0,0), - (9099,1,-4774.4,-1165.63,502.212,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,1,876.379,-197.304,-43.7037,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,2,865.942,-201.793,-43.7037,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,3,856.133,-216.742,-43.7049,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,4,847.759,-219.726,-43.702,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,5,842.494,-211.274,-43.6917,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,6,834.265,-195.029,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,7,827.32,-180.079,-49.7532,5000,950002,0,0,0,0,0,0,0,0,0,0), - (9500,8,830.127,-170.919,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,9,837.762,-167.438,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,10,834.879,-158.458,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,11,850.888,-158.518,-49.758,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,12,860.387,-144.928,-49.755,5000,950001,0,0,0,0,0,0,0,0,0,0), - (9500,13,873.746,-150.555,-49.7575,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,14,871.854,-157.418,-49.7593,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,15,860.049,-158.344,-49.7585,5000,950002,0,0,0,0,0,0,0,0,0,0), - (9500,16,843.729,-164.533,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,17,831.469,-174.803,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,18,832.617,-186.662,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,19,839.856,-204.93,-46.0256,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,20,849.825,-218.714,-43.7027,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,21,855.388,-214.264,-43.7045,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,22,867.688,-203.891,-43.7084,0,0,0,0,0,0,0,0,0,0,0,0), - (9500,23,890.013,-185.402,-43.7037,0,0,0,0,0,0,0,0,0,0,0,0), - (9679,1,549.21,-281.07,-75.27,0,0,0,0,0,0,0,0,0,0,0,0), - (9679,2,554.39,-267.39,-73.68,0,0,0,0,0,0,0,0,0,0,0,0), - (9679,3,533.59,-249.38,-67.04,0,0,0,0,0,0,0,0,0,0,0,0), - (9679,4,519.44,-217.02,-59.34,0,0,0,0,0,0,0,0,0,0,0,0), - (9679,5,506.55,-153.49,-62.34,0,967901,0,0,0,0,0,0,0,0,0,0), - (10082,7,1628.18,951.86,8.87694,1000,0,0,0,0,0,0,0,0,0,0,0), - (10082,6,1649.56,928.862,8.97394,0,0,0,0,0,0,0,0,0,0,0,0), - (10082,5,1653.05,908.666,8.87689,0,0,0,0,0,0,0,0,0,0,0,0), - (10082,4,1662.26,892.587,8.87689,300,0,0,0,0,0,0,0,0,0,0,0), - (10082,3,1679.64,896.14,8.8778,0,0,0,0,0,0,0,0,0,0,0,0), - (10082,2,1676.93,909.081,8.8778,400,0,0,0,0,0,0,0,0,0,0,0), - (10082,1,1648.93,929.182,9.0735,400,0,0,0,0,0,0,0,0,0,0,0), - (10182,0,-3212.06,2217.37,33.8237,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,1,-3191.44,2219.24,34.6157,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,2,-3170.38,2220.21,36.008,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,3,-3114.92,2216.25,39.9288,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,4,-3089.85,2212.89,41.9156,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,5,-3060.29,2216.13,42.6818,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,6,-3028.82,2220.8,44.7601,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,7,-2988.33,2236.4,43.6976,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,8,-2960.47,2245.82,44.1221,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,9,-2939.33,2251.39,45.6299,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,10,-2915.86,2253.54,45.7468,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,11,-2884.07,2253.54,46.7642,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,12,-2868.54,2255.4,47.5688,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,13,-2852.49,2263.51,48.3239,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,14,-2820.85,2289.73,50.524,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,15,-2787.62,2313.04,53.3059,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,16,-2774.32,2320.14,55.1556,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,17,-2759.38,2321.77,58.8599,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,18,-2725.73,2320.96,64.8328,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,19,-2695.96,2319.99,72.5088,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,20,-2686.29,2315.49,74.8098,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,21,-2655.31,2291.33,80.2529,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,22,-2624.51,2268.6,84.3922,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,23,-2607.73,2259.92,86.655,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,24,-2591.92,2254.68,88.9871,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,25,-2565.99,2253.71,97.3502,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,26,-2551.02,2257.06,102.073,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,27,-2520.86,2271.87,109.105,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,28,-2507.66,2276.31,111.86,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,29,-2496.94,2284.2,114.747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,30,-2483.82,2305.6,115.769,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,31,-2476.57,2314.96,116.577,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,32,-2457.3,2325.18,116.882,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,33,-2440.55,2333.07,114.613,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,34,-2428.5,2347.98,112.201,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,35,-2414.67,2357.97,109.059,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,36,-2393.32,2361.79,109.161,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,37,-2367.17,2364.85,106.022,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,38,-2355.67,2369.41,103.343,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,39,-2347.28,2377.32,100.111,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,40,-2319.62,2378.78,90.0259,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,41,-2298.13,2382.29,82.2537,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,42,-2285.63,2392.59,75.2354,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,43,-2270.73,2395.1,68.642,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,44,-2247.08,2399.73,58.7579,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,45,-2230.79,2406.55,54.0492,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,46,-2221.64,2404.89,53.8353,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,47,-2199.83,2394.66,55.3116,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,48,-2179.54,2382.03,56.2198,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,49,-2164.55,2373.13,57.3839,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,50,-2145.31,2363.91,58.584,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,51,-2122.69,2354.14,59.924,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,52,-2111.05,2352.26,60.2021,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,53,-2100.17,2356.02,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,54,-2089.54,2370.11,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,55,-2071.59,2387.06,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,56,-2039.22,2415.1,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,57,-2014.85,2436.79,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,58,-2004.35,2446.48,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,59,-1988.79,2448.17,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,60,-1967.32,2447.67,59.8228,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,61,-1941.07,2450.2,59.8228,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,62,-1922.9,2448.27,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,63,-1905.79,2441.29,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,64,-1897.79,2433.11,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,65,-1896.18,2423.24,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,66,-1901.2,2408.22,59.8225,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,67,-1901.49,2395.36,59.8225,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,68,-1890.56,2372.88,59.9717,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,69,-1886.45,2354.27,59.9031,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,70,-1878.73,2336.55,59.8219,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,71,-1851.48,2301.03,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,72,-1844.5,2282.08,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,73,-1843.26,2253.28,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,74,-1839.72,2240.04,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,75,-1829.63,2226.71,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,76,-1811.29,2210.77,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,77,-1802.09,2193.02,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,78,-1800.1,2172.91,59.8615,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,79,-1799.99,2123.82,63.3042,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,80,-1800.64,2110.65,63.6292,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,81,-1808.8,2087.12,62.8312,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,82,-1810.71,2068.89,62.9405,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,83,-1819.86,2046.29,61.0745,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,84,-1822.84,2030.17,60.5425,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,85,-1815.44,2008.91,59.5066,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,86,-1813.74,1993.85,59.1662,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,87,-1814.05,1979.03,58.9688,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,88,-1807.5,1960.96,60.0216,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,89,-1796.98,1947.31,60.9598,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,90,-1780.13,1931.97,59.7286,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,91,-1758.03,1920.28,58.9688,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,92,-1725.13,1916.98,59.4981,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,93,-1710.17,1914.68,60.5782,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,94,-1696.33,1908.72,61.1079,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,95,-1673.95,1901.8,60.8492,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,96,-1660.84,1902.54,61.3822,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,97,-1643.57,1908.87,62.3661,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,98,-1598.61,1933.04,62.4266,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,99,-1556.76,1957.57,61.5362,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,100,-1546.18,1968.69,60.8553,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,101,-1517.84,2001.37,61.0384,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,102,-1501.62,2024.34,60.9068,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,103,-1486.37,2035.43,62.1963,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,104,-1465.07,2051.05,62.0442,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,105,-1447.65,2059.91,62.209,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,106,-1398.4,2055.42,61.4646,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,107,-1387.18,2053.35,55.9354,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,108,-1370.07,2055.16,50.1749,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,109,-1354.41,2059.6,50.1459,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,110,-1330.25,2067.82,50.1801,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,111,-1312.57,2065.77,50.2618,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,112,-1295.1,2060.07,51.5514,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,113,-1283.31,2060.43,54.3102,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,114,-1271.89,2063.16,60.7597,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,115,-1258.13,2059.29,62.3138,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,116,-1232.07,2044.31,61.7781,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,117,-1202.61,2025.66,60.5934,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,118,-1189.74,2020.1,60.2436,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,119,-1160.57,2030.45,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,120,-1138.17,2032.77,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,121,-1105.04,2031.88,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,122,-1062.02,2027.14,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,123,-1023.79,2016.06,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,124,-997.396,2005.33,58.4944,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,125,-978.012,2002.12,58.4944,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,126,-947.017,1999.38,60.007,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,127,-910.687,1998.23,66.427,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,128,-893.329,1995.4,69.6822,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,129,-873.112,1989.57,73.8441,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,130,-852.487,1979.8,78.8671,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,131,-805.816,1957.09,87.7631,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,132,-788.496,1946.03,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,133,-764.519,1922.59,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,134,-731.172,1896.11,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,135,-706.098,1877.46,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,136,-685.138,1857.15,88.4109,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,137,-673.199,1841.75,88.3341,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,138,-665.575,1824.19,88.478,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,139,-662.336,1806.25,88.4413,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,140,-661.815,1772.43,88.4413,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,141,-666.223,1732.65,88.4348,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,142,-677.089,1700.92,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,143,-691.125,1668.09,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,144,-695.342,1647.59,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,145,-694.257,1625.71,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,146,-691.779,1602.82,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,147,-684.503,1568.06,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,148,-675.419,1539.85,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,149,-666.258,1522.44,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,150,-650.725,1504.93,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,151,-629.504,1491.77,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,152,-604.039,1484.21,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,153,-568.628,1476.95,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,154,-545.892,1464.19,88.3755,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,155,-516.308,1441.01,88.9019,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,156,-498.516,1430.32,90.7174,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,157,-472.847,1420.87,92.8815,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,158,-434.298,1412.94,95.0799,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,159,-404.527,1404.73,97.6571,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,160,-382.109,1394.25,97.5701,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,161,-361.159,1385.71,96.1783,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,162,-338.916,1383.32,95.9579,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,163,-320.313,1386.31,95.4404,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,164,-291.878,1399.15,95.1664,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,165,-268.308,1400.54,95.433,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,166,-238.485,1403.98,95.8659,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,167,-211.237,1414.19,95.619,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,168,-183.844,1418.3,95.9702,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,169,-155.341,1422.06,97.055,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,170,-131.534,1427.42,98.3288,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,171,-114.268,1437,98.3311,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,172,-100.694,1457.13,98.9818,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,173,-89.7153,1475.84,99.5379,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,174,-76.7831,1486.01,99.4284,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,175,-47.2653,1500.88,99.8966,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,176,-29.4399,1515.95,100.582,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,177,-18.3172,1532.63,101.303,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,178,4.23197,1574.7,102.613,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,179,14.7048,1594.63,102.392,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,180,30.186,1618.09,100.984,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,181,41.2944,1635.1,99.7757,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,182,45.4322,1653.65,97.8085,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,183,48.8097,1684.68,93.3855,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,184,52.8599,1701.73,90.8888,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,185,66.2864,1718.6,88.323,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,186,85.8274,1739.95,86.4486,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,187,104.466,1762.57,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,188,121.293,1777.5,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,189,149.613,1795.17,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,190,182.41,1805.07,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,191,204.35,1812.04,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,192,221.844,1823.72,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,193,239.325,1831.43,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,194,266.5,1834.33,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,195,282.351,1834,85.3186,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,196,297.61,1829.19,82.5737,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,197,312.985,1821.81,76.289,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,198,354.504,1804.27,56.4158,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,199,376.96,1794.61,45.0794,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,200,390.129,1785.37,37.5818,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,201,401.633,1774.45,30.6528,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,202,413.18,1771.18,25.7559,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,203,425.937,1770.87,23.7393,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,204,442.892,1771.8,23.2819,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,205,458.312,1772.21,19.6522,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,206,471.15,1770.17,15.4996,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,207,458.312,1772.21,19.6522,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,208,442.892,1771.8,23.2819,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,209,425.937,1770.87,23.7393,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,210,413.18,1771.18,25.7559,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,211,401.633,1774.45,30.6528,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,212,390.129,1785.37,37.5818,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,213,376.96,1794.61,45.0794,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,214,354.504,1804.27,56.4158,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,215,312.985,1821.81,76.289,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,216,297.61,1829.19,82.5737,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,217,282.351,1834,85.3186,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,218,266.5,1834.33,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,219,239.325,1831.43,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,220,221.844,1823.72,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,221,204.35,1812.04,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,222,182.41,1805.07,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,223,149.613,1795.17,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,224,121.293,1777.5,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,225,104.466,1762.57,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,226,85.8274,1739.95,86.4486,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,227,66.2864,1718.6,88.323,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,228,52.8599,1701.73,90.8888,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,229,48.8097,1684.68,93.3855,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,230,45.4322,1653.65,97.8085,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,231,41.2944,1635.1,99.7757,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,232,30.186,1618.09,100.984,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,233,14.7048,1594.63,102.392,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,234,4.23197,1574.7,102.613,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,235,-18.3172,1532.63,101.303,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,236,-29.4399,1515.95,100.582,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,237,-47.2653,1500.88,99.8966,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,238,-76.7831,1486.01,99.4284,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,239,-89.7153,1475.84,99.5379,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,240,-100.694,1457.13,98.9818,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,241,-114.268,1437,98.3311,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,242,-131.534,1427.42,98.3288,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,243,-155.341,1422.06,97.055,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,244,-183.844,1418.3,95.9702,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,245,-211.237,1414.19,95.619,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,246,-238.485,1403.98,95.8659,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,247,-268.308,1400.54,95.433,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,248,-291.878,1399.15,95.1664,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,249,-320.313,1386.31,95.4404,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,250,-338.916,1383.32,95.9579,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,251,-361.159,1385.71,96.1783,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,252,-382.109,1394.25,97.5701,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,253,-404.527,1404.73,97.6571,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,254,-434.298,1412.94,95.0799,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,255,-472.847,1420.87,92.8815,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,256,-498.516,1430.32,90.7174,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,257,-516.308,1441.01,88.9019,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,258,-545.892,1464.19,88.3755,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,259,-568.628,1476.95,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,260,-604.039,1484.21,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,261,-629.504,1491.77,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,262,-650.725,1504.93,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,263,-666.258,1522.44,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,264,-675.419,1539.85,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,265,-684.503,1568.06,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,266,-691.779,1602.82,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,267,-694.257,1625.71,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,268,-695.342,1647.59,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,269,-691.125,1668.09,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,270,-677.089,1700.92,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,271,-666.223,1732.65,88.4348,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,272,-661.815,1772.43,88.4413,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,273,-662.336,1806.25,88.4413,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,274,-665.575,1824.19,88.478,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,275,-673.199,1841.75,88.3341,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,276,-685.138,1857.15,88.4109,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,277,-706.098,1877.46,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,278,-731.172,1896.11,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,279,-764.519,1922.59,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,280,-788.496,1946.03,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,281,-805.816,1957.09,87.7631,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,282,-852.487,1979.8,78.8671,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,283,-873.112,1989.57,73.8441,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,284,-893.329,1995.4,69.6822,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,285,-910.687,1998.23,66.427,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,286,-947.017,1999.38,60.007,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,287,-978.012,2002.12,58.4944,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,288,-997.396,2005.33,58.4944,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,289,-1023.79,2016.06,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,290,-1062.02,2027.14,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,291,-1105.04,2031.88,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,292,-1138.17,2032.77,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,293,-1160.57,2030.45,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,294,-1189.74,2020.1,60.2436,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,295,-1202.61,2025.66,60.5934,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,296,-1232.07,2044.31,61.7781,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,297,-1258.13,2059.29,62.3138,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,298,-1271.89,2063.16,60.7597,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,299,-1283.31,2060.43,54.3102,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,300,-1295.1,2060.07,51.5514,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,301,-1312.57,2065.77,50.2618,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,302,-1330.25,2067.82,50.1801,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,303,-1354.41,2059.6,50.1459,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,304,-1370.07,2055.16,50.1749,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,305,-1387.18,2053.35,55.9354,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,306,-1398.4,2055.42,61.4646,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,307,-1447.65,2059.91,62.209,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,308,-1465.07,2051.05,62.0442,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,309,-1486.37,2035.43,62.1963,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,310,-1501.62,2024.34,60.9068,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,311,-1517.84,2001.37,61.0384,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,312,-1546.18,1968.69,60.8553,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,313,-1556.76,1957.57,61.5362,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,314,-1598.61,1933.04,62.4266,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,315,-1643.57,1908.87,62.3661,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,316,-1660.84,1902.54,61.3822,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,317,-1673.95,1901.8,60.8492,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,318,-1696.33,1908.72,61.1079,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,319,-1710.17,1914.68,60.5782,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,320,-1725.13,1916.98,59.4981,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,321,-1758.03,1920.28,58.9688,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,322,-1780.13,1931.97,59.7286,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,323,-1796.98,1947.31,60.9598,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,324,-1807.5,1960.96,60.0216,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,325,-1814.05,1979.03,58.9688,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,326,-1813.74,1993.85,59.1662,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,327,-1815.44,2008.91,59.5066,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,328,-1822.84,2030.17,60.5425,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,329,-1819.86,2046.29,61.0745,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,330,-1810.71,2068.89,62.9405,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,331,-1808.8,2087.12,62.8312,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,332,-1800.64,2110.65,63.6292,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,333,-1799.99,2123.82,63.3042,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,334,-1800.1,2172.91,59.8615,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,335,-1802.09,2193.02,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,336,-1811.29,2210.77,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,337,-1829.63,2226.71,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,338,-1839.72,2240.04,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,339,-1843.26,2253.28,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,340,-1844.5,2282.08,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,341,-1851.48,2301.03,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,342,-1878.73,2336.55,59.8219,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,343,-1886.45,2354.27,59.9031,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,344,-1890.56,2372.88,59.9717,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,345,-1901.49,2395.36,59.8225,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,346,-1901.2,2408.22,59.8225,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,347,-1896.18,2423.24,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,348,-1897.79,2433.11,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,349,-1905.79,2441.29,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,350,-1922.9,2448.27,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,351,-1941.07,2450.2,59.8228,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,352,-1967.32,2447.67,59.8228,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,353,-1988.79,2448.17,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,354,-2004.35,2446.48,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,355,-2014.85,2436.79,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,356,-2039.22,2415.1,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,357,-2071.59,2387.06,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,358,-2089.54,2370.11,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,359,-2100.17,2356.02,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,360,-2111.05,2352.26,60.2021,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,361,-2122.69,2354.14,59.924,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,362,-2145.31,2363.91,58.584,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,363,-2164.55,2373.13,57.3839,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,364,-2179.54,2382.03,56.2198,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,365,-2199.83,2394.66,55.3116,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,366,-2221.64,2404.89,53.8353,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,367,-2230.79,2406.55,54.0492,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,368,-2247.08,2399.73,58.7579,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,369,-2270.73,2395.1,68.642,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,370,-2285.63,2392.59,75.2354,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,371,-2298.13,2382.29,82.2537,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,372,-2319.62,2378.78,90.0259,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,373,-2347.28,2377.32,100.111,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,374,-2355.67,2369.41,103.343,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,375,-2367.17,2364.85,106.022,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,376,-2393.32,2361.79,109.161,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,377,-2414.67,2357.97,109.059,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,378,-2428.5,2347.98,112.201,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,379,-2440.55,2333.07,114.613,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,380,-2457.3,2325.18,116.882,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,381,-2476.57,2314.96,116.577,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,382,-2483.82,2305.6,115.769,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,383,-2496.94,2284.2,114.747,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,384,-2507.66,2276.31,111.86,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,385,-2520.86,2271.87,109.105,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,386,-2551.02,2257.06,102.073,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,387,-2565.99,2253.71,97.3502,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,388,-2591.92,2254.68,88.9871,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,389,-2607.73,2259.92,86.655,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,390,-2624.51,2268.6,84.3922,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,391,-2655.31,2291.33,80.2529,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,392,-2686.29,2315.49,74.8098,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,393,-2695.96,2319.99,72.5088,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,394,-2725.73,2320.96,64.8328,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,395,-2759.38,2321.77,58.8599,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,396,-2774.32,2320.14,55.1556,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,397,-2787.62,2313.04,53.3059,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,398,-2820.85,2289.73,50.524,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,399,-2852.49,2263.51,48.3239,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,400,-2868.54,2255.4,47.5688,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,401,-2884.07,2253.54,46.7642,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,402,-2915.86,2253.54,45.7468,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,403,-2939.33,2251.39,45.6299,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,404,-2960.47,2245.82,44.1221,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,405,-2988.33,2236.4,43.6976,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,406,-3028.82,2220.8,44.7601,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,407,-3060.29,2216.13,42.6818,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,408,-3089.85,2212.89,41.9156,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,409,-3114.92,2216.25,39.9288,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,410,-3170.38,2220.21,36.008,0,0,0,0,0,0,0,0,0,100,0,0), - (10182,411,-3191.44,2219.24,34.6157,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,40,6317.18,-4280.97,733.071,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,39,6338.97,-4285.14,725.533,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,38,6356.48,-4298.46,720.34,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,37,6362.86,-4328.88,726.908,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,36,6364.21,-4363.73,738.533,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,35,6389.61,-4387.15,731.328,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,34,6424.51,-4403.56,722.54,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,33,6449.63,-4421.93,723.395,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,32,6460.92,-4454.01,729.607,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,31,6450.27,-4486.06,733.411,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,30,6458.24,-4526.25,723.902,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,29,6495.58,-4547.87,716.137,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,28,6525.88,-4563,713.348,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,27,6552.84,-4585.88,703.999,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,26,6559.54,-4618.04,699.164,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,25,6568.84,-4646.38,694.206,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,24,6580.94,-4680.03,700.68,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,23,6583.19,-4721.82,699.985,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,22,6574.48,-4751.12,696.631,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,21,6550.17,-4785.08,698.355,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,20,6551.32,-4819.47,703.502,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,19,6560.69,-4846.94,702.04,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,18,6559.99,-4860.92,701.898,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,17,6535.35,-4877.96,709.66,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,16,6510.16,-4904.85,721.889,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,15,6500.9,-4934.62,725.975,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,14,6484.62,-4964.16,728.388,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,13,6466.92,-4989.89,733.592,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,12,6438.63,-5018.77,739.467,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,11,6408.91,-5042.45,747.104,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,10,6378.59,-5045.98,751.77,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,9,6333.05,-5046.23,760.895,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,8,6295.05,-5045.93,768.919,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,7,6255.66,-5044.65,774.014,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,6,6224.19,-5048.12,777.578,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,5,6182.44,-5064.91,783.375,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,4,6143.76,-5048.5,788.654,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,3,6110.54,-5029.36,791.502,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,2,6064.57,-5021.38,783.769,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,1,6019.5,-5040.97,784.711,0,0,0,0,0,0,0,0,0,100,0,0), - (10258,4,78.1464,-317.642,91.4405,1,1026404,0,0,0,0,0,0,0,0,0,0), - (10258,3,80.6596,-289.724,91.4508,0,0,0,0,0,0,0,0,0,0,0,0), - (10258,2,74.4821,-275.932,92.602,0,0,0,0,0,0,0,0,0,0,0,0), - (10258,1,62.9621,-270.921,93.4347,0,0,0,0,0,0,0,0,0,0,0,0), - (10264,4,78.1464,-317.642,91.4405,1,1026404,0,0,0,0,0,0,0,0,0,0), - (10264,3,80.6596,-289.724,91.4508,0,0,0,0,0,0,0,0,0,0,0,0), - (10264,2,74.4821,-275.932,92.602,0,0,0,0,0,0,0,0,0,0,0,0), - (10264,1,62.9621,-270.921,93.4347,0,0,0,0,0,0,0,0,0,0,0,0), - (10506,1,309.156,93.3245,101.662,0,0,0,0,0,0,0,0,0,3.17265,0,0), - (10506,2,299.559,93.255,105.634,10000,1050601,0,0,0,0,0,0,0,3.17972,0,0), - (10509,1,143.081,-332.039,110.946,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,2,137.568,-346.437,110.972,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,3,137.582,-349.249,110.999,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,4,137.404,-357.64,116.838,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,5,137.005,-366.262,116.844,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,6,137.173,-374.983,116.807,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,7,137.252,-383.108,121.975,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,8,137.299,-392.334,121.975,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,9,151.393,-392.988,121.975,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,10,165.537,-392.823,121.975,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,11,165.44,-383.058,121.975,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,12,165.651,-374.907,116.807,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,13,165.556,-367.59,116.845,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,14,165.415,-357.528,116.837,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,15,165.545,-348.847,110.969,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,16,165.094,-341.963,110.951,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,17,160.784,-330.969,110.941,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,18,160.191,-309.153,110.656,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,19,160.079,-280.562,110.652,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,20,144.032,-280.615,110.653,0,0,0,0,0,0,0,0,0,0,0,0), - (10509,21,142.987,-312.006,110.658,0,0,0,0,0,0,0,0,0,0,0,0), - (10610,1,-6009.25,-202.65,406.983,1000,0,0,0,0,0,0,0,0,1.58825,0,0), - (10610,2,-6009.25,-202.65,406.983,1000,1061001,0,0,0,0,0,0,0,1.58825,0,0), - (10610,3,-6009.25,-202.65,406.983,2000,1061002,0,0,0,0,0,0,0,1.58825,0,0), - (10610,4,-6031.16,-230.264,414.361,250000,1061003,0,0,0,0,0,0,0,2.18492,0,0), - (10610,5,-6009.25,-202.65,406.983,300000,0,0,0,0,0,0,0,0,1.58825,0,0), - (10610,6,-6009.25,-202.65,406.983,5000,1061004,0,0,0,0,0,0,0,1.58825,0,0), - (10610,7,-6009.25,-202.65,406.983,420000,0,0,0,0,0,0,0,0,1.58825,0,0), - (10617,1,-4937.46,-2168.09,-56.1747,0,1061701,0,0,0,0,0,0,0,0,0,0), - (10617,2,-4897.68,-2138.37,-51.2684,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,3,-4864.94,-2115.49,-37.5469,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,4,-4841.87,-2081.95,-35.6608,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,5,-4820.65,-2044.5,-43.1285,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,6,-4783.9,-1996.76,-60.8301,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,7,-4738.26,-1945.67,-51.5966,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,8,-4711.8,-1913.05,-45.2368,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,9,-4696.85,-1870.16,-46.2202,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,10,-4694.42,-1850.55,-51.0317,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,11,-4684.98,-1829.74,-56.9264,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,12,-4682.22,-1806.59,-52.9434,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,13,-4659.18,-1783.6,-43.4224,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,14,-4634.61,-1745.77,-37.3899,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,15,-4630.68,-1699.64,-26.1932,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,16,-4643.76,-1655.55,-19.7118,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,17,-4659.94,-1613.02,-26.8419,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,18,-4668.28,-1591.11,-33.0654,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,19,-4667.47,-1562.91,-32.5172,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,20,-4658.12,-1539.22,-29.2827,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,21,-4658.01,-1494.74,-48.8157,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,22,-4642.29,-1440.79,-51.119,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,23,-4616.18,-1407.04,-47.3698,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,24,-4609.31,-1382.72,-45.1224,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,25,-4612.36,-1343.67,-41.7372,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,26,-4619.08,-1281.03,-51.6477,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,27,-4614.92,-1220.36,-54.6163,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,28,-4626.25,-1180.11,-48.9481,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,29,-4641.06,-1137.09,-51.6806,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,30,-4656.4,-1112.87,-54.4827,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,31,-4700.93,-1102.83,-53.8923,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,32,-4722.21,-1110.5,-52.2017,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,33,-4734.43,-1141.43,-40.3514,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,34,-4745.57,-1157.47,-40.3538,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,35,-4758.43,-1204.15,-52.6604,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,36,-4750.56,-1255.87,-53.5114,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,37,-4759.41,-1293.25,-48.5635,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,38,-4774.6,-1316.24,-49.59,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,39,-4785.31,-1342.21,-53.0041,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,40,-4835.24,-1378.92,-53.7673,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,41,-4866.05,-1405.48,-53.238,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,42,-4904.77,-1476.34,-49.3345,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,43,-4975.39,-1540.77,-47.9538,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,44,-4963.72,-1633.01,-45.1166,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,45,-4943.81,-1684.32,-55.887,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,46,-4966.14,-1720.32,-61.8483,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,47,-4912.56,-1788.17,-37.2184,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,48,-4888.88,-1801.39,-36.8142,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,49,-4858.3,-1825.38,-51.548,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,50,-4871.04,-1892.89,-52.5316,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,51,-4827.46,-1941.57,-45.4197,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,52,-4799.2,-1993.36,-59.8512,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,53,-4827.15,-2050.11,-40.8494,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,54,-4843.97,-2084.73,-35.5785,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,55,-4867.74,-2115.84,-37.7841,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,56,-4911.25,-2148.37,-55.0563,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,57,-4985.07,-2201.57,-53.8056,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,58,-5011.36,-2239.61,-52.75,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,59,-5070.91,-2249.51,-54.1085,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,60,-5096.7,-2310.91,-54.5476,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,61,-5051.69,-2317.77,-52.6927,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,62,-5023.34,-2301.39,-51.999,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,63,-5007.85,-2272.99,-52.0654,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,64,-4991,-2240.06,-52.5392,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,65,-4983.95,-2204.57,-53.8293,0,0,0,0,0,0,0,0,0,0,0,0), - (10617,66,-4966.41,-2183.86,-54.1021,0,0,0,0,0,0,0,0,0,0,0,0), - (10683,4,78.1464,-317.642,91.4405,1,1026404,0,0,0,0,0,0,0,0,0,0), - (10683,3,80.6596,-289.724,91.4508,0,0,0,0,0,0,0,0,0,0,0,0), - (10683,2,74.4821,-275.932,92.602,0,0,0,0,0,0,0,0,0,0,0,0), - (10683,1,62.9621,-270.921,93.4347,0,0,0,0,0,0,0,0,0,0,0,0), - (10799,42,46.0185,-387.002,48.691,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,41,49.903,-402.132,48.8059,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,40,58.416,-418.709,45.0265,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,39,71.5898,-436.815,41.4104,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,38,78.6633,-463.245,35.4812,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,37,81.104,-479.903,30.8624,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,36,73.2636,-487.857,27.8915,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,35,54.376,-489.401,28.6535,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,34,44.7168,-491.037,29.5888,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,33,52.6077,-511.56,29.211,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,32,50.5416,-533.727,26.7394,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,31,50.2001,-560.155,30.5562,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,30,50.4628,-576.035,30.583,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,29,39.6786,-579.51,31.07,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,28,17.4221,-578.22,26.653,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,27,-5.46575,-576.065,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,26,-27.1342,-574.506,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,25,-47.6682,-572.61,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,24,-60.4448,-573.658,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,23,-43.3451,-571.067,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,22,-36.4804,-563.528,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,21,-48.5064,-537.174,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,20,-36.4804,-563.528,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,19,-43.3451,-571.067,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,18,-60.4448,-573.658,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,17,-47.6682,-572.61,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,16,-27.1342,-574.506,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,15,-5.46575,-576.065,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,14,17.7085,-578.237,26.5612,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,13,39.6786,-579.51,31.07,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,12,50.4628,-576.035,30.583,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,11,50.2001,-560.155,30.5562,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,10,50.5839,-533.18,26.7767,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,9,52.6077,-511.56,29.211,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,8,44.7168,-491.037,29.5888,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,7,54.6114,-489.382,28.6716,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,6,73.2636,-487.857,27.8915,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,5,81.104,-479.903,30.8624,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,4,78.6633,-463.245,35.4812,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,3,71.5898,-436.815,41.4104,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,2,58.416,-418.709,45.0265,0,0,0,0,0,0,0,0,0,100,0,0), - (10799,1,49.903,-402.132,48.8059,0,0,0,0,0,0,0,0,0,100,0,0), - (10879,1,1581.82,254.437,-62.1055,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,2,1575.27,243.182,-62.0774,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,3,1576.98,231.078,-62.061,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,4,1578.1,222.238,-61.0466,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,5,1554.97,199.658,-60.7761,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,6,1546.08,190.203,-62.1816,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,7,1570.38,175.839,-62.1791,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,8,1589.88,172.921,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,9,1613.64,174.841,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,10,1632.23,180.785,-62.1773,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,11,1650.29,198.471,-62.1811,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,12,1658.26,216.49,-62.1799,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,13,1663.21,231.282,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,14,1661.3,260.891,-62.1783,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,15,1656.12,278.152,-62.1802,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,16,1640.98,294.31,-62.1768,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,17,1621.07,303.811,-62.1751,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,18,1597.04,305.607,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,19,1570.29,304.081,-62.1767,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,20,1548.99,291.562,-62.1818,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,21,1531.86,264.723,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,22,1528.45,242.559,-62.1781,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,23,1529.81,219.432,-62.1756,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,24,1535.45,201.857,-62.1805,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,25,1553.84,200.012,-60.7755,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,26,1567.79,213.04,-60.0155,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,27,1583.05,225.354,-62.0838,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,28,1583.05,225.354,-62.0838,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,29,1588.73,221.462,-59.4953,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,30,1595.21,219.912,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,31,1602.88,222.278,-60.228,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,32,1612.34,230.126,-62.0774,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,33,1614.62,243.454,-62.0774,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,34,1609.96,254.053,-62.0774,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,35,1602.82,258.59,-59.7398,0,0,0,0,0,0,0,0,0,0,0,0), - (10879,36,1594.16,260.094,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,1,140.872,-243.59,110.826,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,2,140.034,-244.993,110.804,7000,0,0,0,0,0,0,69,0,5.714,0,0), - (10899,3,140.031,-247.348,110.773,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,4,142.018,-248.934,110.779,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,5,144.882,-250.299,110.788,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,6,148.933,-246.427,110.862,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,7,152.118,-245.322,110.9,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,8,159.539,-248.629,110.923,48000,0,0,0,0,0,0,133,0,0.648,0,0), - (10899,9,155.153,-243.632,110.926,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,10,148.945,-243.166,110.897,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,11,147.221,-242.018,110.895,70000,0,0,0,0,0,0,28,0,1.539,0,0), - (10899,12,144.955,-246.962,110.824,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,13,147.965,-244.265,110.877,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,14,149.641,-243.561,110.899,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,15,147.806,-248.505,110.831,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,16,148.333,-245.98,110.862,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,17,152.27,-246.428,110.89,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,18,147.781,-243.522,110.884,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,19,148.172,-245.329,110.868,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,20,149.042,-247.2,110.855,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,21,150.123,-244.737,110.89,0,0,0,0,0,0,0,0,0,0,0,0), - (10899,22,145.179,-242.707,110.871,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,1,-4612.25,-909.152,501.062,90000,0,0,0,0,0,0,0,0,4.32842,0,0), - (11406,2,-4603.22,-905.336,502.767,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,3,-4602.8,-903.233,502.767,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,4,-4607.16,-897.28,502.767,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,5,-4607.16,-897.28,502.767,90000,0,0,0,0,0,0,0,0,5.35816,0,0), - (11406,6,-4601.63,-904.615,502.767,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,7,-4602.05,-906.355,502.767,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,8,-4608.62,-913.508,501.061,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,9,-4610.18,-921.852,501.068,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,10,-4607.63,-926.901,501.071,0,0,0,0,0,0,0,0,0,0,0,0), - (11406,11,-4607.63,-926.901,501.071,180000,0,0,0,0,0,0,0,0,2.33874,0,0), - (11406,12,-4612.25,-909.152,501.062,0,0,0,0,0,0,0,0,0,0,0,0), - (11492,1,274.844,-427.251,-119.962,30000,1149201,0,0,0,0,0,0,0,0,0,0), - (11492,2,262.298,-445.57,-119.962,0,1149202,0,0,0,0,0,0,0,0,0,0), - (11711,1,4384.21,-61.075,86.93,0,0,0,0,0,0,0,0,0,0,0,0), - (11711,2,4378.21,-49.39,85.54,0,0,0,0,0,0,0,0,0,0,0,0), - (11711,3,4379.27,-41.688,80.02,0,0,0,0,0,0,0,0,0,0,0,0), - (11711,4,4373.65,-34.314,73.71,0,0,0,0,0,0,0,0,0,0,0,0), - (11711,5,4366.77,-22.43,70.2,0,0,0,0,0,0,0,0,0,0,0,0), - (11711,6,4368.86,-15.438,68.36,0,0,0,0,0,0,0,0,0,0,0,0), - (11713,1,4368.86,-15.438,68.36,1000,1171301,0,0,0,0,0,0,0,5.1,0,0), - (11713,2,4366.77,-22.43,70.2,0,0,0,0,0,0,0,0,0,0,0,0), - (11713,3,4373.65,-34.314,73.71,0,0,0,0,0,0,0,0,0,0,0,0), - (11713,4,4379.27,-41.688,80.02,0,0,0,0,0,0,0,0,0,0,0,0), - (11713,5,4378.21,-49.39,85.54,0,0,0,0,0,0,0,0,0,0,0,0), - (11713,6,4384.21,-61.075,86.93,0,1171306,0,0,0,0,0,0,0,0,0,0), - (11714,1,4368.86,-15.438,68.36,1000,1171301,0,0,0,0,0,0,0,5.1,0,0), - (11714,2,4366.77,-22.43,70.2,0,0,0,0,0,0,0,0,0,0,0,0), - (11714,3,4373.65,-34.314,73.71,0,0,0,0,0,0,0,0,0,0,0,0), - (11714,4,4379.27,-41.688,80.02,0,0,0,0,0,0,0,0,0,0,0,0), - (11714,5,4378.21,-49.39,85.54,0,0,0,0,0,0,0,0,0,0,0,0), - (11714,6,4384.21,-61.075,86.93,0,1171306,0,0,0,0,0,0,0,0,0,0), - (14488,17,-12272.6,-157.298,14.6984,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,16,-12242.8,-196.482,16.1049,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,15,-12272.6,-157.298,14.6984,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,14,-12308.8,-132.348,17.7826,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,13,-12342.4,-143.957,17.2193,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,12,-12352.7,-147.974,15.8976,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,11,-12369.7,-148.359,13.5938,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,10,-12405.8,-143.399,15.7168,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,9,-12430.8,-151.87,15.3328,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,8,-12444.2,-144.064,14.6189,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,7,-12447.7,-132.173,17.0522,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,16,-7418.69,-947.728,464.981,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,15,-7443.95,-908.115,465.328,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,14,-7458.05,-889.8,465.217,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,13,-7481.39,-906.596,465.227,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,12,-7507.17,-922.419,457.856,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,11,-7495.77,-939.653,457.895,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,10,-7475.22,-969.278,449.776,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,9,-7483.98,-998.087,449.079,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,8,-7513.29,-1020.49,448.906,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,7,-7483.98,-998.087,449.079,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,6,-7475.22,-969.278,449.776,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,5,-7495.89,-939.483,457.856,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,4,-7507.17,-922.419,457.856,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,3,-7481.37,-906.587,465.228,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,2,-7458.05,-889.8,465.217,0,0,0,0,0,0,0,0,0,100,0,0), - (11983,1,-7443.8,-908.338,465.355,0,0,0,0,0,0,0,0,0,100,0,0), - (12056,18,741.488,-957.319,-184.68,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,17,730.919,-939.173,-188.593,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,16,715.255,-911.848,-193.153,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,15,686.803,-863.16,-206.209,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,14,674.831,-845.907,-208.481,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,13,654.856,-814.521,-208.658,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,12,652.696,-773.577,-208.828,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,11,623.645,-779.585,-208.171,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,10,602.813,-793.758,-206.729,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,9,596.736,-819.385,-206.08,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,8,622.265,-831.782,-208.33,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,7,665.716,-844.771,-208.729,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,6,681.735,-860.761,-207.014,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,5,697.123,-874.772,-202.515,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,4,713.899,-902.829,-194.76,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,3,725.579,-932.215,-189.721,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,2,738.129,-950.754,-186.688,0,0,0,0,0,0,0,0,0,0,0,0), - (12056,1,743.728,-958.078,-183.747,0,0,0,0,0,0,0,0,0,0,0,0), - (12118,1,1068.86,-1007.76,-185.24,0,0,0,0,0,0,0,0,0,0,0,0), - (12118,2,1041.65,-986.155,-181.509,0,0,0,0,0,0,0,0,0,0,0,0), - (12118,3,1018.67,-979.646,-181.358,0,0,0,0,0,0,0,0,0,0,0,0), - (12118,4,1010.5,-957.2,-180.027,0,0,0,0,0,0,0,0,0,0,0,0), - (12118,5,1000.59,-954.883,-179.423,0,0,0,0,0,0,0,0,0,0,0,0), - (12118,6,1010.5,-957.2,-180.027,0,0,0,0,0,0,0,0,0,0,0,0), - (12118,7,1018.67,-979.646,-181.358,0,0,0,0,0,0,0,0,0,0,0,0), - (12118,8,1041.65,-986.155,-181.509,0,0,0,0,0,0,0,0,0,0,0,0), - (12204,1,2370.83,-5893.06,10.6607,1000,1220401,0,0,0,0,0,0,0,5.45564,0,0), - (12204,2,2379.97,-5904.9,10.7712,0,0,0,0,0,0,0,0,0,4.45113,0,0), - (12204,3,2376.15,-5924.8,9.84824,0,0,0,0,0,0,0,0,0,4.53485,0,0), - (12204,4,2373.41,-5962.79,9.70075,300000,0,0,0,0,0,0,0,0,4.66837,0,0), - (12205,1,2370.83,-5893.06,10.6607,1000,1220501,0,0,0,0,0,0,0,5.45564,0,0), - (12205,2,2377.23,-5904.07,11.067,0,0,0,0,0,0,0,0,0,4.84696,0,0), - (12205,3,2378.04,-5915.15,10.7378,0,0,0,0,0,0,0,0,0,4.5383,0,0), - (12205,4,2374.96,-5932,9.66682,0,0,0,0,0,0,0,0,0,4.76293,0,0), - (12205,5,2374.06,-5963.62,9.89577,300000,0,0,0,0,0,0,0,0,4.63726,0,0), - (12237,1,632.101,-92.409,-57.4999,0,0,0,0,0,0,0,0,0,0.240159,0,0), - (12237,2,642.895,-89.225,-57.4999,0,0,0,0,0,0,0,0,0,0.306918,0,0), - (12237,3,654.193,-88.5337,-57.4999,0,0,0,0,0,0,0,0,0,6.19348,0,0), - (12237,4,666.728,-91.7718,-57.4999,0,0,0,0,0,0,0,0,0,6.01284,0,0), - (12237,5,675.549,-93.9197,-57.4999,0,0,0,0,0,0,0,0,0,6.13457,0,0), - (12237,6,690.764,-89.7546,-57.4999,0,0,0,0,0,0,0,0,0,0.61715,0,0), - (12237,7,702.83,-84.753,-57.4631,0,0,0,0,0,0,0,0,0,0.173401,0,0), - (12237,8,715.159,-83.791,-57.1193,0,0,0,0,0,0,0,0,0,0.114496,0,0), - (12237,9,708.503,-83.9885,-57.2554,0,0,0,0,0,0,0,0,0,3.35426,0,0), - (12237,10,699.353,-86.647,-57.5,0,0,0,0,0,0,0,0,0,3.55454,0,0), - (12237,11,681.834,-93.4817,-57.5,0,0,0,0,0,0,0,0,0,3.35034,0,0), - (12237,12,674.938,-93.0037,-57.5,0,0,0,0,0,0,0,0,0,2.78878,0,0), - (12237,13,665.508,-90.6338,-57.5,0,0,0,0,0,0,0,0,0,2.91051,0,0), - (12237,14,652.935,-87.6942,-57.5,0,0,0,0,0,0,0,0,0,3.10686,0,0), - (12237,15,634.167,-92.0013,-57.5,0,0,0,0,0,0,0,0,0,3.60559,0,0), - (12243,1,1049.82,-393.435,-36.4039,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,2,1045.68,-370.092,-36.261,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,3,1037.27,-344.174,-38.497,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,4,1010.23,-354.801,-40.6417,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,5,1001.23,-344.369,-41.8429,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,6,999.806,-321.77,-44.8818,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,7,975.982,-300.204,-45.5609,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,8,973.365,-281.776,-45.6094,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,9,990.8,-256.724,-45.7114,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,10,989.804,-243.769,-46.3962,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,11,976.545,-231.156,-48.8321,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,12,961.185,-219.453,-46.5909,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,13,948.09,-222.764,-46.5547,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,14,918.102,-245.181,-46.5593,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,15,890.208,-266.674,-45.423,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,16,893.102,-286.1,-45.9472,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,17,897.588,-303.891,-46.2809,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,18,901.639,-319.011,-49.2601,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,19,924.222,-338.58,-49.5523,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,20,945.529,-352.369,-50.1839,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,21,949.239,-372.756,-50.1243,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,22,988.696,-380.287,-50.1408,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,23,988.111,-348.714,-55.4404,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,24,996.187,-322.544,-66.9768,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,25,1033.11,-300.214,-71.9789,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,26,1053.56,-317.858,-72.6087,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,27,1072.05,-311.185,-72.5621,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,28,1070.73,-284.266,-72.6882,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,29,1063.75,-252.924,-72.769,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,30,1043.08,-229.504,-72.2414,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,31,1020.74,-209.535,-68.8136,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,32,995.135,-196.454,-67.6302,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,33,976.91,-181.568,-67.8006,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,34,948.116,-177.766,-63.5945,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,35,937.193,-168.837,-61.9104,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,36,938.588,-151.543,-60.6735,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,37,948.458,-143.148,-60.5407,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,38,958.818,-117.176,-63.1013,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,39,963.148,-94.4248,-63.1929,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,40,959.066,-69.9163,-61.9863,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,41,938.565,-63.8677,-61.5565,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,42,919.078,-60.1186,-59.4471,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,43,897.068,-67.8703,-59.4137,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,44,903.842,-88.716,-59.7778,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,45,917.572,-110.975,-61.7767,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,46,903.761,-142.998,-60.5547,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,47,905.848,-166.048,-60.5608,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,48,915.462,-183.676,-57.6343,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,49,902.247,-202.777,-52.5468,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,50,893.036,-219.867,-52.4701,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,51,877.28,-241.544,-51.1367,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,52,864.795,-249.239,-52.0588,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,53,827.948,-258.051,-59.7029,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,54,864.795,-249.239,-52.0588,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,55,877.273,-241.548,-51.3696,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,56,893.036,-219.867,-52.4701,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,57,902.247,-202.777,-52.5468,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,58,915.462,-183.676,-57.6343,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,59,905.848,-166.048,-60.5608,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,60,903.761,-142.998,-60.5547,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,61,917.499,-111.145,-61.7826,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,62,903.842,-88.716,-59.7778,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,63,897.068,-67.8703,-59.4137,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,64,919.078,-60.1186,-59.4471,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,65,938.565,-63.8677,-61.5565,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,66,959.066,-69.9163,-61.9863,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,67,963.148,-94.4248,-63.1929,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,68,958.818,-117.176,-63.1013,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,69,948.458,-143.148,-60.5407,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,70,938.588,-151.543,-60.6735,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,71,937.193,-168.837,-61.9104,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,72,948.116,-177.766,-63.5945,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,73,976.91,-181.568,-67.8006,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,74,995.135,-196.454,-67.6302,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,75,1020.74,-209.535,-68.8136,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,76,1043.08,-229.504,-72.2414,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,77,1063.75,-252.924,-72.769,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,78,1070.73,-284.266,-72.6882,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,79,1072.05,-311.185,-72.5621,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,80,1053.56,-317.858,-72.6087,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,81,1033.11,-300.214,-71.9789,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,82,996.187,-322.544,-66.9768,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,83,988.111,-348.714,-55.4404,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,84,988.696,-380.287,-50.1408,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,85,949.239,-372.756,-50.1243,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,86,945.529,-352.369,-50.1839,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,87,924.222,-338.58,-49.5523,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,88,901.639,-319.011,-49.2601,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,89,897.588,-303.891,-46.2809,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,90,893.102,-286.1,-45.9472,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,91,890.076,-266.776,-45.4354,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,92,918.102,-245.181,-46.5593,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,93,948.09,-222.764,-46.5547,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,94,961.174,-219.444,-46.5547,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,95,976.545,-231.156,-48.8321,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,96,989.799,-243.711,-46.4062,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,97,990.8,-256.724,-45.7114,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,98,973.365,-281.776,-45.6094,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,99,975.982,-300.204,-45.5609,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,100,999.806,-321.77,-44.8818,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,101,1001.23,-344.369,-41.8429,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,102,1010.11,-354.66,-40.6532,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,103,1037.27,-344.174,-38.497,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,104,1045.68,-370.092,-36.261,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,105,1049.82,-393.435,-36.4039,0,0,0,0,0,0,0,0,0,0,0,0), - (12243,106,1056.21,-424.158,-31.7893,0,0,0,0,0,0,0,0,0,0,0,0), - (12264,1,582.632,-799.272,-205.379,0,0,0,0,0,0,0,0,0,0.028569,0,0), - (12264,2,589.019,-801.701,-205.301,0,0,0,0,0,0,0,0,0,5.56877,0,0), - (12264,3,590.286,-807.078,-205.236,0,0,0,0,0,0,0,0,0,4.75195,0,0), - (12264,4,588.074,-811.922,-205.184,0,0,0,0,0,0,0,0,0,3.81576,0,0), - (12264,5,583.247,-813.033,-205.039,0,0,0,0,0,0,0,0,0,3.14346,0,0), - (12264,6,578.474,-810.635,-205.461,0,0,0,0,0,0,0,0,0,2.22611,0,0), - (12264,7,575.928,-805.535,-205.694,0,0,0,0,0,0,0,0,0,1.50355,0,0), - (12264,8,577.295,-800.048,-205.749,0,0,0,0,0,0,0,0,0,0.893291,0,0), - (12397,1,-12241.3,-2432.1,2.93936,30000,0,0,0,0,0,0,0,0,0,0,0), - (12397,2,-12271.6,-2453.36,3.84158,0,0,0,0,0,0,0,0,0,0,0,0), - (12397,3,-12279.2,-2488.66,4.38164,0,0,0,0,0,0,0,0,0,0,0,0), - (12397,4,-12275.1,-2520.88,3.67985,0,0,0,0,0,0,0,0,0,0,0,0), - (12397,5,-12224.9,-2522.83,1.56836,0,0,0,0,0,0,0,0,0,0,0,0), - (12397,6,-12191.6,-2502.13,-0.148134,0,0,0,0,0,0,0,0,0,0,0,0), - (12397,7,-12114.8,-2510.99,3.11959,40000,0,0,0,0,0,0,0,0,0,0,0), - (12397,8,-12138.4,-2494.16,3.89333,0,0,0,0,0,0,0,0,0,0,0,0), - (12397,9,-12166,-2478.6,0.810272,0,0,0,0,0,0,0,0,0,0,0,0), - (12397,10,-12171.4,-2452.79,-0.15142,0,0,0,0,0,0,0,0,0,0,0,0), - (12397,11,-12208,-2436.73,0.09382,0,0,0,0,0,0,0,0,0,0,0,0), - (12581,1,-9049.96,446.152,93.056,1500,0,0,0,0,0,0,0,0,0.365,0,0), - (12581,2,-9059.62,431.933,93.0563,0,0,0,0,0,0,0,0,0,0,0,0), - (12581,3,-9074.04,422.621,93.0563,500,0,0,0,0,0,0,0,0,0,0,0), - (12581,4,-9083.23,422.767,92.5363,0,0,0,0,0,0,0,0,0,0,0,0), - (12581,5,-9090.48,412.304,92.1038,4000,1258101,0,0,0,0,0,0,0,0,0,0), - (12900,1,-10666,-3923,18.438,0,0,0,0,0,0,0,0,0,6.20863,0,0), - (12900,2,-10674.5,-3909.81,17.3732,0,0,0,0,0,0,0,0,0,3.3943,0,0), - (12900,3,-10703.7,-3916.17,17.3732,0,0,0,0,0,0,0,0,0,4.08152,0,0), - (12900,4,-10770,-4007.98,17.9099,0,0,0,0,0,0,0,0,0,5.71231,0,0), - (12900,5,-10722.1,-4038.75,17.6482,0,0,0,0,0,0,0,0,0,5.98501,0,0), - (12900,6,-10654.9,-4061.03,17.3742,0,0,0,0,0,0,0,0,0,0.519954,0,0), - (12900,7,-10591.6,-4027.09,17.3742,0,0,0,0,0,0,0,0,0,0.825387,0,0), - (12900,8,-10568.6,-4002.12,17.3853,0,0,0,0,0,0,0,0,0,1.86706,0,0), - (12900,9,-10575.8,-3978.89,17.4333,0,0,0,0,0,0,0,0,0,2.31975,0,0), - (12900,10,-10624.2,-3924.85,17.5842,0,0,0,0,0,0,0,0,0,3.07242,0,0), - (13280,1,4.57887,-438.407,-59.954,0,0,0,0,0,0,0,0,0,0,0,0), - (13280,2,-33.6927,-415.93,-59.9502,0,0,0,0,0,0,0,0,0,0,0,0), - (13280,3,-6.58793,-429.432,-59.9504,0,0,0,0,0,0,0,0,0,0,0,0), - (13280,4,4.98108,-416.84,-59.9505,0,0,0,0,0,0,0,0,0,0,0,0), - (13280,5,-6.58793,-429.432,-59.9504,0,0,0,0,0,0,0,0,0,0,0,0), - (13280,6,-33.6927,-415.93,-59.9502,0,0,0,0,0,0,0,0,0,0,0,0), - (13716,1,654.905,87.382,-86.8597,5000,1371601,0,0,0,0,0,0,0,5.06689,0,0), - (13716,2,657.207,80.8004,-86.8318,0,0,0,0,0,0,0,0,0,5.14543,0,0), - (13716,3,656.58,73.1467,-86.8285,6000,1371602,0,0,0,0,0,0,0,2.94396,0,0), - (13716,4,652.437,73.9764,-85.3354,2000,1371603,0,0,0,0,0,0,0,6.03528,0,0), - (13716,5,656.595,73.5683,-86.8284,0,0,0,0,0,0,0,0,0,6.10283,0,0), - (13716,6,655.724,67.3549,-86.828,0,0,0,0,0,0,0,0,0,4.45585,0,0), - (13716,7,650.08,65.0115,-86.7745,2000,0,0,0,0,0,0,0,0,1.21372,0,0), - (13716,8,655.445,67.6601,-86.8283,0,0,0,0,0,0,0,0,0,1.17524,0,0), - (13716,9,657.399,78.0873,-86.8283,0,0,0,0,0,0,0,0,0,2.10044,0,0), - (13716,10,652.611,86.3702,-86.8453,0,1371604,0,0,0,0,0,0,0,5.75411,0,0), - (14241,1,-10.6115,-281.676,-53.7415,0,0,0,0,0,0,0,0,0,0,0,0), - (14241,2,17.2824,-286.947,-52.2818,0,0,0,0,0,0,0,0,0,0,0,0), - (14241,3,51.7975,-270.523,-53.0312,0,0,0,0,0,0,0,0,0,0,0,0), - (14241,4,74.1724,-272.765,-54.8267,0,0,0,0,0,0,0,0,0,0,0,0), - (14241,5,117.401,-277.83,-55.8552,30000,14241,0,0,0,0,0,0,0,0,0,0), - (14321,1,316.544,258.267,11.224,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,2,287.744,260.729,2.86944,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,3,290.605,280.1,2.84881,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,4,289.767,310.047,2.85304,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,5,300.006,328.704,2.85296,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,6,294.151,290.1,2.84976,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,7,288.668,260.147,2.87016,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,8,318.066,258.131,11.2235,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,9,352.225,259.882,11.2058,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,10,379.29,259.856,11.4396,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,11,383.125,280.371,12.2359,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,12,384.398,315.244,11.212,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,13,385.505,342.491,2.86224,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,14,350.433,341.198,2.85337,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,15,313.909,338.892,2.85294,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,16,356.01,342.207,2.85322,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,17,388.979,340.467,2.86485,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,18,423.371,340.045,2.8538,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,19,454.448,336.781,2.85523,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,20,417.151,339.722,2.85351,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,21,390.79,340.021,2.8658,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,22,386.586,316.939,10.8767,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,23,385.826,281.056,12.2359,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,24,385.666,260.202,11.4396,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,25,407.447,256.024,12.2342,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,26,444.092,255.388,11.2098,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,27,407.48,258.508,12.2342,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,28,384.614,256.412,11.4396,0,0,0,0,0,0,0,0,0,0,0,0), - (14321,29,358.866,258.309,12.2341,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,1,558.634,549.916,-25.3991,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,2,573.506,563.22,-25.4018,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,3,573.226,586.457,-25.4027,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,4,524.055,587.067,-25.4025,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,5,510.351,606.567,-25.4036,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,6,486.848,606.483,-25.4048,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,7,478.164,594.953,-25.4053,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,8,477.434,579.612,-25.4021,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,9,504.78,574.765,-25.4009,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,10,477.434,579.612,-25.4021,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,11,478.164,594.953,-25.4053,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,12,486.848,606.483,-25.4048,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,13,510.351,606.567,-25.4036,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,14,524.055,587.067,-25.4025,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,15,573.226,586.457,-25.4027,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,16,573.506,563.22,-25.4018,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,17,558.634,549.916,-25.3991,0,0,0,0,0,0,0,0,0,0,0,0), - (14323,18,550.942,528.12,-25.4017,0,0,0,0,0,0,0,0,0,0,0,0), - (14327,8,-14.4182,-446.394,16.4152,0,0,0,0,0,0,0,0,0,0,0,0), - (14327,7,-13.439,-455.717,16.4125,0,0,0,0,0,0,0,0,0,0,0,0), - (14327,6,-8.00382,-459.668,16.4119,0,0,0,0,0,0,0,0,0,0,0,0), - (14327,5,-1.76383,-460.005,16.4126,0,0,0,0,0,0,0,0,0,0,0,0), - (14327,4,3.27614,-456.265,16.4143,0,0,0,0,0,0,0,0,0,0,0,0), - (14327,3,5.33627,-449.741,16.4166,0,0,0,0,0,0,0,0,0,0,0,0), - (14327,2,1.83788,-445.35,16.4175,0,0,0,0,0,0,0,0,0,0,0,0), - (14327,1,-5.45062,-441.126,16.4179,0,0,0,0,0,0,0,0,0,0,0,0), - (14353,1,683.297,484.384,29.5445,0,1435301,0,0,0,0,0,0,0,0.017,0,0), - (14353,2,728.943,483.297,28.1818,0,0,0,0,0,0,0,0,0,0,0,0), - (14353,3,757.399,482.508,28.1779,0,0,0,0,0,0,0,0,0,0,0,0), - (14353,4,768.05,482.501,29.5416,0,0,0,0,0,0,0,0,0,0,0,0), - (14353,5,778.071,482.738,34.932,0,0,0,0,0,0,0,0,0,0,0,0), - (14353,6,784.581,481.701,37.198,0,0,0,0,0,0,0,0,0,0,0,0), - (14353,7,816.53,482.302,37.3182,1000,1435307,0,0,0,0,0,0,0,3.159,0,0), - (14353,8,816.53,482.302,37.3182,10800000,1435308,0,0,0,0,0,0,0,3.159,0,0), - (14354,33,32.7456,-687.053,-25.1616,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,32,50.4384,-631.018,-25.1082,1000,1435402,0,0,0,0,0,0,0,0,0,0), - (14354,31,50.4954,-566.23,-19.4087,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,30,62.376,-551.555,-16.8896,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,29,85.3122,-544.938,-13.3078,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,28,102.894,-541.951,-11.081,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,27,111.677,-532.22,-11.0802,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,26,111.823,-510.512,-6.90471,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,25,112.224,-488.812,-6.88436,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,24,112.216,-466.26,-3.27357,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,23,111.973,-443.787,-3.27357,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,22,111.64,-417.141,-3.27357,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,21,111.229,-397.171,-3.27356,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,20,110.332,-376.069,-2.89068,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,19,107.902,-355.904,-4.12403,1000,1435402,0,0,0,0,0,0,0,0,0,0), - (14354,18,40.974,-351.714,-4.07477,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,17,2.71265,-354.185,-4.11719,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,16,-36.0909,-356.858,-4.13243,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,15,-77.8243,-348.998,-4.05656,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,14,-111.202,-354.226,-4.08814,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,13,-135.045,-353.381,-4.10267,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,12,-152.94,-347.556,-4.1513,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,11,-140.615,-316.779,-4.09557,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,10,-153.94,-296.79,-4.16217,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,9,-150.171,-278.348,-4.14787,1000,1435402,0,0,0,0,0,0,0,0,0,0), - (14354,8,-154.346,-248.685,-4.14808,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,7,-162.492,-217,-4.1686,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,6,-145.653,-196.347,-4.22942,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,5,-101.19,-198.52,-4.10678,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,4,-60.011,-200.013,-4.12136,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,3,-14.7334,-200.126,-4.12814,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,2,34.1275,-199.426,-4.13396,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,1,86.1935,-197.888,-4.05657,1000,1435401,0,0,0,0,0,0,0,0,0,0), - (14354,34,2.18578,-703.163,-25.1616,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,35,2.24896,-673.876,-13.608,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,36,12.2961,-668.865,-12.6426,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,37,21.7663,-676.581,-12.6426,0,0,0,0,0,0,0,0,0,0,0,0), - (14354,38,12.7601,-706.167,-12.6426,1000,1435402,0,0,0,0,0,0,0,0,0,0), - (14363,1,-4885.1,-986.439,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,2,-4888.36,-983.674,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,3,-4895.21,-985.143,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,4,-4904.65,-975.419,501.451,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,5,-4908.02,-960.372,501.501,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,6,-4880.32,-920.64,501.575,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,7,-4833.69,-904.184,501.66,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,8,-4797.36,-906.421,497.922,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,9,-4780.09,-905.943,499.212,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,10,-4763.68,-907.05,501.625,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,11,-4721.88,-922.563,501.654,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,12,-4691.69,-946.508,501.667,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,13,-4679.95,-969.957,501.699,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,14,-4650.12,-982.774,501.656,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,15,-4635.55,-960.367,501.661,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,16,-4651.67,-935.212,501.658,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,17,-4687.28,-922.145,501.66,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,18,-4721.49,-905.883,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,19,-4757.44,-890.981,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,20,-4785.5,-884.328,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,21,-4815.04,-883.25,501.668,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,22,-4846.72,-886.106,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,23,-4886.97,-891.763,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,24,-4906.81,-884.844,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,25,-4929.05,-856.469,501.661,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,26,-4952.72,-869.076,501.661,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,27,-4988.78,-898.986,501.636,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,28,-5017.84,-932.51,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,29,-4985.22,-957.64,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,30,-4958.79,-941.614,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,31,-4947.84,-930.124,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,32,-4950.35,-921.719,504.264,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,33,-4961.11,-913.848,503.835,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,34,-4956.32,-904.182,503.837,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,35,-4950.29,-908.22,503.836,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,36,-4950.21,-918.283,504.261,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,37,-4942.2,-927.994,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,38,-4935.65,-936.283,503.042,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,39,-4931.63,-949.347,501.623,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,40,-4915.17,-957.814,501.54,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,41,-4906.88,-973.011,501.453,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,42,-4898.35,-983.751,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14363,43,-4891.35,-992.121,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,1,-4963.37,-912.565,503.835,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,2,-4955.28,-916.448,504.261,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,3,-4944.97,-929.275,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,4,-4973.28,-956.894,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,5,-4992.38,-979.822,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,6,-4994.91,-996.21,501.661,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,7,-5007.27,-1025.46,501.656,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,8,-5014.62,-1054.75,501.729,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,9,-5016.1,-1099.32,501.674,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,10,-5011.86,-1112.88,501.674,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,11,-5007,-1116.34,501.688,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,12,-5003.02,-1142.08,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,13,-4998.46,-1179.69,501.66,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,14,-4982.61,-1226.39,501.679,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,15,-4944.21,-1255.97,501.663,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,16,-4925.57,-1250.11,501.642,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,17,-4923.1,-1236.33,501.656,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,18,-4945.75,-1214.15,501.655,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,19,-4969.67,-1187.34,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,20,-4991.06,-1151.82,501.654,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,21,-4997.53,-1115.96,501.631,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,22,-4994.73,-1091.5,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,23,-4992.42,-1058.82,497.962,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,24,-4992.42,-1058.82,497.962,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,25,-4989.01,-1039.41,501.66,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,26,-4983.64,-1019.23,501.653,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,27,-4962.49,-981.229,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,28,-4929.97,-957.357,501.587,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,29,-4915.2,-960.314,501.489,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,30,-4904.06,-976.867,501.441,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,31,-4896.08,-987.446,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,32,-4896.05,-992.92,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,33,-4889.55,-993.43,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,34,-4884.64,-985.495,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,35,-4888.78,-984.35,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,36,-4894.86,-986.589,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,37,-4899.7,-980.864,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,38,-4904.34,-974.595,501.451,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,39,-4914.21,-959.891,501.528,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,40,-4935.67,-935.819,503.068,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,41,-4949.08,-919.802,504.264,0,0,0,0,0,0,0,0,0,0,0,0), - (14365,42,-4959.34,-908.134,503.836,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,1,-4789.09,-1166.54,502.226,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,2,-4758.69,-1159.64,502.212,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,3,-4730.11,-1194.25,501.698,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,4,-4719.52,-1218.35,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,5,-4740.72,-1244.53,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,6,-4724.86,-1277.61,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,7,-4694.16,-1265.89,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,8,-4682.36,-1259.11,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,9,-4664.03,-1243.12,501.993,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,10,-4643.82,-1214.24,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,11,-4647.42,-1189.83,501.654,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,12,-4683.81,-1195.8,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,13,-4708.73,-1200.77,501.659,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,14,-4732.16,-1176.46,501.698,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,15,-4747.5,-1152.99,502.206,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,16,-4734.04,-1106.04,502.218,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,17,-4738.37,-1074.07,502.242,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,18,-4762.8,-1042.37,502.211,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,19,-4788.04,-1030.89,502.208,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,20,-4816.68,-1027.28,502.196,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,21,-4826.92,-1014.34,502.212,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,22,-4838.75,-977.666,501.842,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,23,-4850.54,-941.909,501.505,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,24,-4866.63,-946.191,501.452,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,25,-4883.96,-942.708,501.418,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,26,-4908.41,-967.712,501.466,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,27,-4901.27,-979.616,503.047,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,28,-4894.48,-986.556,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,29,-4886.83,-988.181,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,30,-4894.63,-994.628,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,31,-4895.39,-986.91,503.94,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,32,-4905.21,-975.294,501.446,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,33,-4915.48,-959.214,501.536,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,34,-4936.56,-935.246,503.136,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,35,-4951.3,-916.994,504.265,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,36,-4951.81,-906.419,503.836,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,37,-4960.94,-907.578,503.836,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,38,-4962.91,-915.038,503.835,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,39,-4952.6,-917.665,504.263,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,40,-4938.36,-936.406,503.153,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,41,-4927.75,-951.206,501.602,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,42,-4937.9,-980.271,501.477,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,43,-4943.05,-998.155,501.44,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,44,-4943.61,-1014.52,501.44,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,45,-4948.51,-1023.71,501.462,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,46,-4924.3,-1036.79,501.722,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,47,-4885.19,-1057.84,502.147,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,48,-4873.42,-1069.64,502.202,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,49,-4872.61,-1106.75,502.199,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,50,-4858.56,-1134.95,502.188,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,51,-4842.92,-1155.27,502.117,0,0,0,0,0,0,0,0,0,0,0,0), - (14367,52,-4820.9,-1169.3,502.201,0,0,0,0,0,0,0,0,0,0,0,0), - (14374,1,-4380,3241.9,12.2009,10000,0,0,0,0,0,0,0,0,4.69395,0,0), - (14374,2,-4378.45,3232.7,11.968,0,0,0,0,0,0,0,0,0,3.43949,0,0), - (14374,3,-4410.77,3222.78,11.7871,0,0,0,0,0,0,0,0,0,2.85045,0,0), - (14374,4,-4424.73,3226.88,11.9639,0,0,0,0,0,0,0,0,0,2.47411,0,0), - (14374,5,-4436.75,3236.36,11.6699,0,0,0,0,0,0,0,0,0,1.48145,0,0), - (14374,6,-4435.38,3250.84,11.4939,0,0,0,0,0,0,0,0,0,1.49292,0,0), - (14374,7,-4433.18,3276.21,11.6087,10000,0,0,0,0,0,0,0,0,0.494249,0,0), - (14374,8,-4416.39,3285.38,11.833,0,0,0,0,0,0,0,0,0,0.865133,0,0), - (14374,9,-4398.45,3306.67,12.7615,0,0,0,0,0,0,0,0,0,6.2102,0,0), - (14374,10,-4374.38,3304.91,13.5663,0,0,0,0,0,0,0,0,0,4.73758,0,0), - (14374,11,-4373.32,3261.16,13.3144,0,0,0,0,0,0,0,0,0,4.43215,0,0), - (14379,28,10174.8,2346.64,1328.17,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,27,10172.5,2350.92,1327.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,26,10169.9,2361.33,1326.08,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,25,10164,2367.42,1324.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,24,10152.8,2371.75,1323.19,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,23,10142.2,2372.35,1321.36,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,22,10133.7,2372.88,1320.35,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,21,10127.5,2374.58,1319.48,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,20,10115.7,2379.92,1317.35,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,19,10107.3,2385.02,1316.98,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,18,10099.9,2389.5,1316.6,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,17,10098.8,2392.37,1316.55,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,16,10104.3,2411.59,1316.34,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,15,10106.1,2442.88,1318.86,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,14,10105.3,2454.7,1318.76,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,13,10104.2,2464.98,1317.46,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,12,10109.9,2483.67,1317.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,11,10108.5,2492.17,1317.6,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,10,10099.5,2510.2,1317.76,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,9,10090.3,2526.44,1317.59,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,8,10090.9,2529.96,1317.51,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,7,10098.9,2536.35,1319.32,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,6,10107.5,2537.9,1320.3,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,5,10120.1,2539.57,1321.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,4,10140.7,2548.88,1321.92,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,3,10143.8,2553.87,1321.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,2,10142.4,2562.29,1321.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,1,10141.2,2565.23,1321.78,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,147,9936.72,2507.74,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,146,9937.35,2506.57,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,145,9936.65,2504.63,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,144,9933.66,2496.92,1317.87,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,143,9933.14,2494.48,1317.9,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,142,9933.91,2491.38,1317.77,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,141,9941.13,2486.06,1316.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,140,9943.71,2484.51,1316.52,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,139,9946.34,2481.54,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,138,9947.04,2473.77,1316.54,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,137,9946.79,2444.89,1322.82,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,136,9947.57,2406.61,1328.11,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,135,9947.48,2372.31,1330.04,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,134,9947.62,2346.41,1330.76,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,133,9948.97,2311.09,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,132,9949.62,2288.9,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,131,9950.26,2270.03,1340.69,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,130,9949.03,2253.35,1335.41,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,129,9948.41,2224.65,1330.97,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,128,9949.29,2181.96,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,127,9950.03,2136.16,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,126,9951.2,2099.71,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,125,9951.55,2096.97,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,124,9951.13,2094.52,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,123,9946.45,2077.42,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,122,9946.69,2073.5,1327.79,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,121,9954.63,2057.55,1328.37,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,120,9955.88,2055,1328.33,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,119,9957.31,2052.81,1328.37,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,118,9967.37,2040.95,1328.04,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,117,9969.6,2038.98,1328.14,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,116,9972.79,2038.65,1328.14,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,115,9974,2040.55,1328.14,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,114,9973.54,2042.18,1328.14,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,113,9954.76,2069.54,1327.93,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,112,9952.51,2073.93,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,111,9952.51,2076.1,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,110,9957.02,2095.75,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,109,9953.31,2119.95,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,108,9955.34,2148.66,1327.83,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,107,9955.95,2176.62,1327.58,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,106,9955.75,2200.32,1328.33,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,105,9954.9,2229.24,1331.78,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,104,9955.03,2250.6,1334.95,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,103,9953.67,2270.07,1340.67,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,102,9953.78,2289.47,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,101,9953.08,2310.86,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,100,9952.05,2347.56,1330.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,99,9951.81,2372.26,1330.05,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,98,9950.92,2406.31,1328.16,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,97,9949.9,2444.03,1323.01,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,96,9949.14,2478.52,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,95,9949.46,2481.62,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,94,9961.62,2494.32,1316.54,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,93,9963.43,2496.6,1316.49,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,92,9964.4,2498.46,1316.62,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,91,9966.94,2506.63,1317.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,90,9968.58,2510.83,1317.69,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,89,9978.96,2519.39,1317.08,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,88,9982.89,2522.09,1316.49,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,87,9983.06,2524.38,1316.47,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,86,9982.52,2526.08,1316.41,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,85,9970.48,2541.57,1316.55,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,84,9946.14,2555.79,1316.32,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,83,9944.88,2555.72,1316.44,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,82,9939.89,2553.77,1316.84,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,81,9922.6,2545.77,1317.31,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,80,9913.32,2539.02,1316.66,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,79,9910.85,2535.16,1316.36,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,78,9909.73,2533.67,1316.38,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,77,9894.91,2529.19,1316.54,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,76,9878.07,2526.71,1319.32,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,75,9852.38,2525.86,1321.08,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,74,9827.92,2524.93,1321.11,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,73,9807.24,2524.39,1320.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,72,9776.27,2523.3,1318.89,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,71,9766.79,2522.69,1321.45,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,70,9736.73,2520.53,1332.17,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,69,9735.12,2520.27,1332.73,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,68,9729.86,2518.51,1334.59,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,67,9722.42,2515.67,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,66,9720.29,2513.85,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,65,9719.5,2512.31,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,64,9713.3,2489.69,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,63,9695.22,2463.22,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,62,9665.23,2435.96,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,61,9664.27,2432.98,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,60,9665.35,2414.14,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,59,9665.18,2411.42,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,58,9664.22,2408.92,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,57,9662.48,2407.19,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,56,9660.05,2406.62,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,55,9656.12,2408.8,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,54,9655.17,2410.48,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,53,9654.82,2413.7,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,52,9658.38,2437.55,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,51,9658.9,2441.08,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,50,9659.7,2443.97,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,49,9661.4,2446.29,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,48,9686.86,2471.14,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,47,9709.94,2499.13,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,46,9712.06,2513.48,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,45,9711.03,2542.86,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,44,9702.04,2556.37,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,43,9683.42,2575.19,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,42,9665.19,2593.21,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,41,9663.25,2594.92,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,40,9661.17,2596.11,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,39,9656.18,2598.45,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,38,9654.32,2600.85,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,37,9653.91,2602.25,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,36,9652.26,2623.64,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,35,9652.2,2626.19,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,34,9654.96,2629.39,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,33,9658.55,2628.94,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,32,9659.82,2627.53,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,31,9661.1,2613.19,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,30,9661.93,2610.4,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,29,9663.6,2607.97,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,28,9666.76,2605.76,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,27,9691.4,2586.07,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,26,9710.68,2562.7,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,25,9721.65,2542.9,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,24,9723.63,2540.35,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,23,9726.99,2538.13,1335.33,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,22,9736.58,2537.27,1331.96,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,21,9764.53,2532.3,1322.16,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,20,9767.59,2531.53,1321.09,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,19,9769.36,2531.15,1320.45,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,18,9776.55,2531.54,1318.93,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,17,9789.95,2531.94,1319.85,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,16,9825.17,2532.56,1321.05,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,15,9854.98,2533.49,1320.89,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,14,9886.23,2534.43,1318.75,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,13,9896.53,2534.52,1316.01,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,12,9903.21,2534.1,1315.59,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,11,9905.48,2533.7,1315.97,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,10,9907.01,2533.01,1316.18,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,9,9913.53,2525.35,1316.69,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,8,9914.63,2523.59,1316.93,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,7,9915.53,2521.38,1317.15,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,6,9917.28,2509.89,1317.31,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,5,9918.98,2508.1,1317.51,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,4,9929.06,2500.65,1318,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,3,9931.78,2500.85,1317.92,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,2,9933.5,2502.29,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14378,1,9934.84,2504.61,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14402,1,1583.51,256.231,-62.1131,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,2,1581.18,256.734,-61.9061,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,3,1565.84,270.059,-60.6988,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,4,1554.07,279.533,-60.774,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,5,1550.04,280.655,-60.7944,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,6,1545.8,278.782,-62.1808,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,7,1521.74,246.218,-62.1779,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,8,1463.97,233.833,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,9,1462.32,230.594,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,10,1461.74,216.182,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,11,1464.13,199.771,-62.1771,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,12,1467.82,183.434,-62.1825,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,13,1472.8,173.582,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,14,1472.38,170.36,-57.0159,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,15,1460.74,164.095,-51.0549,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,16,1445.55,153.787,-57.1526,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,17,1444.82,150.552,-57.1532,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,18,1449.09,141.992,-62.2779,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,19,1447.06,138.738,-62.3016,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,20,1425.41,134.622,-62.2926,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,21,1423.45,133.419,-62.2923,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,22,1422.17,131.249,-62.2917,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,23,1412.97,94.4873,-62.2859,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,24,1412.18,68.9665,-62.2788,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,25,1410.14,66.9705,-62.2788,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,26,1405.9,66.3028,-62.2788,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,27,1391.26,67.5182,-62.2789,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,28,1387.45,65.166,-62.2783,0,0,0,0,0,0,0,0,0,0,0,0); - -INSERT INTO `creature_movement_template` (`entry`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) + (330,0,1,-9789.04,-883.081,39.7169,0,0,0,0,0,0,0,0,0,5.49499,0,0), + (330,0,2,-9778.89,-886.159,39.5577,0,0,0,0,0,0,0,0,0,6.22148,0,0), + (330,0,3,-9764.3,-887.894,39.4625,0,0,0,0,0,0,0,0,0,0.42539,0,0), + (330,0,4,-9756.13,-883.658,39.4828,0,0,0,0,0,0,0,0,0,1.05764,0,0), + (330,0,5,-9754.27,-867.836,39.5175,0,0,0,0,0,0,0,0,0,1.88623,0,0), + (330,0,6,-9765,-857.964,39.5037,0,0,0,0,0,0,0,0,0,2.5067,0,0), + (330,0,7,-9780.19,-855.94,39.6235,0,0,0,0,0,0,0,0,0,3.03291,0,0), + (330,0,8,-9788.41,-861.402,39.4437,0,0,0,0,0,0,0,0,0,3.72799,0,0), + (330,0,9,-9794.33,-873.049,39.6014,0,0,0,0,0,0,0,0,0,5.36554,0,0), + (391,0,1,-11391.3,1802.18,7.85603,0,0,0,0,0,0,0,0,0,3.62441,0,0), + (391,0,2,-11399.1,1794,7.92072,0,0,0,0,0,0,0,0,0,4.34463,0,0), + (391,0,3,-11396.7,1784.32,8.19039,0,0,0,0,0,0,0,0,0,4.98787,0,0), + (391,0,4,-11391.3,1779.66,8.89632,0,0,0,0,0,0,0,0,0,5.56592,0,0), + (391,0,5,-11372.8,1782.57,8.53547,0,0,0,0,0,0,0,0,0,0.156099,0,0), + (391,0,6,-11356.2,1796.6,8.88966,0,0,0,0,0,0,0,0,0,0.702736,0,0), + (391,0,7,-11350.3,1823.51,7.92695,0,0,0,0,0,0,0,0,0,1.35305,0,0), + (391,0,8,-11321.7,1901.96,10.7244,0,0,0,0,0,0,0,0,0,1.14808,0,0), + (391,0,9,-11262.6,1967.07,9.8926,0,0,0,0,0,0,0,0,0,0.833921,0,0), + (391,0,10,-11216.7,1991.46,10.0866,0,0,0,0,0,0,0,0,0,0.560603,0,0), + (391,0,11,-11192.8,1996.14,12.0284,0,0,0,0,0,0,0,0,0,0.193037,0,0), + (391,0,12,-11114.3,2017.5,5.14034,0,0,0,0,0,0,0,0,0,0.386245,0,0), + (391,0,13,-11114.3,2017.5,5.14034,0,0,0,0,0,0,0,0,0,0.753811,0,0), + (391,0,14,-11086.1,2043.86,2.18979,0,0,0,0,0,0,0,0,0,0.324551,0,0), + (391,0,15,-11037.5,2059.2,7.70022,0,0,0,0,0,0,0,0,0,0.296276,0,0), + (391,0,16,-10997.1,2069.65,7.33988,0,0,0,0,0,0,0,0,0,0.222449,0,0), + (391,0,17,-10961.7,2066.97,9.93262,0,0,0,0,0,0,0,0,0,6.19462,0,0), + (391,0,18,-10939.8,2081.02,9.93233,0,0,0,0,0,0,0,0,0,0.761224,0,0), + (391,0,19,-10940.9,2093.35,6.67113,0,0,0,0,0,0,0,0,0,1.65344,0,0), + (391,0,20,-10952.9,2096.83,5.09481,0,0,0,0,0,0,0,0,0,2.85981,0,0), + (391,0,21,-10974.5,2090.23,4.30166,0,0,0,0,0,0,0,0,0,3.39938,0,0), + (391,0,22,-10996.4,2080.58,3.62799,0,0,0,0,0,0,0,0,0,3.55646,0,0), + (391,0,23,-11048.6,2062.67,5.05058,0,0,0,0,0,0,0,0,0,3.47713,0,0), + (391,0,24,-11084.2,2026.62,6.12082,0,0,0,0,0,0,0,0,0,3.94523,0,0), + (391,0,25,-11144.1,2021.19,3.84974,0,0,0,0,0,0,0,0,0,3.23209,0,0), + (391,0,26,-11173.4,1999.28,9.80743,0,0,0,0,0,0,0,0,0,3.84705,0,0), + (391,0,27,-11193.8,1995.28,12.068,0,0,0,0,0,0,0,0,0,3.33498,0,0), + (391,0,28,-11225.6,1989.07,9.56721,0,0,0,0,0,0,0,0,0,3.33498,0,0), + (391,0,29,-11274.5,1954.77,11.6,0,0,0,0,0,0,0,0,0,3.75281,0,0), + (391,0,30,-11303.4,1934.54,9.08173,0,0,0,0,0,0,0,0,0,3.75281,0,0), + (391,0,31,-11334.3,1888.53,9.06252,0,0,0,0,0,0,0,0,0,4.12037,0,0), + (391,0,32,-11354.1,1848.84,5.43242,0,0,0,0,0,0,0,0,0,4.24918,0,0), + (391,0,33,-11359.6,1831.58,6.58,0,0,0,0,0,0,0,0,0,4.40626,0,0), + (391,0,34,-11391.3,1802.18,7.85603,0,0,0,0,0,0,0,0,0,3.62441,0,0), + (412,0,1,-10290.1,73.7148,38.849,0,0,0,0,0,0,0,0,0,1.55781,0,0), + (412,0,2,-10290.4,81.547,38.7702,0,0,0,0,0,0,0,0,0,1.42586,0,0), + (412,0,3,-10283.2,86.6661,38.7694,0,0,0,0,0,0,0,0,0,0.454699,0,0), + (412,0,4,-10271.1,83.5772,39.1122,0,0,0,0,0,0,0,0,0,5.7255,0,0), + (412,0,5,-10266,76.0585,39.4047,0,0,0,0,0,0,0,0,0,4.51913,0,0), + (412,0,6,-10272.4,65.7703,39.524,0,0,0,0,0,0,0,0,0,3.74159,0,0), + (412,0,7,-10283.4,59.1681,40.6902,0,0,0,0,0,0,0,0,0,3.76908,0,0), + (412,0,8,-10300.2,45.8306,47.3053,0,0,0,0,0,0,0,0,0,3.81228,0,0), + (412,0,9,-10315.3,45.1015,48.0097,0,0,0,0,0,0,0,0,0,3.19967,0,0), + (412,0,10,-10324.4,38.7441,47.3935,0,0,0,0,0,0,0,0,0,4.19005,0,0), + (412,0,11,-10330.2,27.0829,50.5753,0,0,0,0,0,0,0,0,0,4.24503,0,0), + (412,0,12,-10335.3,13.4164,50.1259,0,0,0,0,0,0,0,0,0,4.36283,0,0), + (412,0,13,-10342.2,3.3501,51.1675,0,0,0,0,0,0,0,0,0,4.00155,0,0), + (412,0,14,-10354.6,-13.0266,47.1154,0,0,0,0,0,0,0,0,0,4.06046,0,0), + (412,0,15,-10379.4,-27.1456,49.2841,0,0,0,0,0,0,0,0,0,3.53817,0,0), + (412,0,16,-10401,-30.8108,48.1353,0,0,0,0,0,0,0,0,0,3.063,0,0), + (412,0,17,-10416.5,-28.4794,48.4772,0,0,0,0,0,0,0,0,0,3.42428,0,0), + (412,0,18,-10436.4,-34.2376,46.5064,0,0,0,0,0,0,0,0,0,3.31825,0,0), + (412,0,19,-10468.7,-38.8985,48.7035,0,0,0,0,0,0,0,0,0,3.38109,0,0), + (412,0,20,-10500.2,-44.6662,45.882,0,0,0,0,0,0,0,0,0,2.99232,0,0), + (412,0,21,-10539.1,-39.3422,43.0622,0,0,0,0,0,0,0,0,0,3.03551,0,0), + (412,0,22,-10568,-35.1434,37.2048,0,0,0,0,0,0,0,0,0,3.34967,0,0), + (412,0,23,-10585.6,-37.5056,37.4296,0,0,0,0,0,0,0,0,0,3.65205,0,0), + (412,0,24,-10606.3,-51.7202,36.0713,0,0,0,0,0,0,0,0,0,3.6442,0,0), + (412,0,25,-10629.2,-64.211,32.6163,0,0,0,0,0,0,0,0,0,3.64027,0,0), + (412,0,26,-10645.9,-73.4561,32.7337,0,0,0,0,0,0,0,0,0,3.43606,0,0), + (412,0,27,-10671,-81.8316,35.6535,0,0,0,0,0,0,0,0,0,3.36538,0,0), + (412,0,28,-10687.6,-85.57,34.1549,0,0,0,0,0,0,0,0,0,3.33073,0,0), + (412,0,29,-10702.8,-89.2772,37.9242,0,0,0,0,0,0,0,0,0,3.38178,0,0), + (412,0,30,-10709.1,-97.5837,37.892,0,0,0,0,0,0,0,0,0,3.59384,0,0), + (412,0,31,-10725.6,-101.348,34.5892,0,0,0,0,0,0,0,0,0,3.06763,0,0), + (412,0,32,-10748,-99.1517,38.2323,0,0,0,0,0,0,0,0,0,2.83201,0,0), + (412,0,33,-10759.9,-93.0657,38.5876,0,0,0,0,0,0,0,0,0,3.07155,0,0), + (412,0,34,-10774.9,-89.8001,34.8007,0,0,0,0,0,0,0,0,0,2.9184,0,0), + (412,0,35,-10788.6,-86.7376,33.4988,0,41204,0,0,0,0,0,0,0,3.33466,0,0), + (412,0,36,-10802.7,-88.6347,29.0679,0,0,0,0,0,0,0,0,0,3.48389,0,0), + (412,0,37,-10811.5,-97.1736,29.2451,0,0,0,0,0,0,0,0,0,4.28499,0,0), + (412,0,38,-10821.4,-121.335,30.142,0,0,0,0,0,0,0,0,0,4.32426,0,0), + (412,0,39,-10826.2,-134.391,31.7845,0,0,0,0,0,0,0,0,0,4.36353,0,0), + (412,0,40,-10830.6,-148.284,31.7985,0,0,0,0,0,0,0,0,0,4.39888,0,0), + (412,0,41,-10835.3,-164.201,33.8299,0,0,0,0,0,0,0,0,0,4.41459,0,0), + (412,0,42,-10840.4,-182.63,34.0254,0,0,0,0,0,0,0,0,0,4.446,0,0), + (412,0,43,-10843.3,-193.104,35.8227,0,0,0,0,0,0,0,0,0,4.446,0,0), + (412,0,44,-10848.7,-215.175,37.7986,0,0,0,0,0,0,0,0,0,4.50612,0,0), + (412,0,45,-10851.7,-235.779,38.6853,0,0,0,0,0,0,0,0,0,4.56895,0,0), + (412,0,46,-10857.4,-264.019,38.0974,0,0,0,0,0,0,0,0,0,4.44052,0,0), + (412,0,47,-10866.6,-293.454,37.9429,0,41205,0,0,0,0,0,0,0,4.41055,0,0), + (412,0,48,-10882.9,-332.562,37.9688,0,0,0,0,0,0,0,0,0,4.31577,0,0), + (412,0,49,-10900,-365.26,39.4542,0,41206,0,0,0,0,0,0,0,4.30917,0,0), + (412,0,50,-10904.1,-393.833,41.0451,0,41202,0,0,0,0,0,0,0,4.56982,0,0), + (412,0,51,-10905.7,-431.964,42.7237,0,0,0,0,0,0,0,0,0,4.66877,0,0), + (412,0,52,-10908,-461.901,46.7191,0,0,0,0,0,0,0,0,0,4.63775,0,0), + (412,0,53,-10911.2,-510.492,52.0594,0,0,0,0,0,0,0,0,0,4.64585,0,0), + (412,0,54,-10915.1,-533.78,53.8047,0,0,0,0,0,0,0,0,0,4.54823,0,0), + (412,0,55,-10927,-565.685,54.042,0,0,0,0,0,0,0,0,0,4.35519,0,0), + (412,0,56,-10936.5,-581.62,53.8887,0,0,0,0,0,0,0,0,0,3.96551,0,0), + (412,0,57,-10950.1,-597.371,55.177,0,0,0,0,0,0,0,0,0,4.31457,0,0), + (412,0,58,-10957.9,-619.554,55.0689,0,0,0,0,0,0,0,0,0,4.37644,0,0), + (412,0,59,-10958.8,-637.183,55.2047,0,0,0,0,0,0,0,0,0,4.9836,0,0), + (412,0,60,-10954.3,-652.46,55.4423,0,0,0,0,0,0,0,0,0,5.32131,0,0), + (412,0,61,-10931.8,-681.568,55.3955,0,0,0,0,0,0,0,0,0,5.26819,0,0), + (412,0,62,-10916.9,-710.733,55.6988,0,0,0,0,0,0,0,0,0,5.18499,0,0), + (412,0,63,-10902.9,-734.1,55.1313,1000,0,0,0,0,0,0,0,0,5.34636,0,0), + (412,0,64,-10878.3,-760.091,55.5638,0,0,0,0,0,0,0,0,0,5.49849,0,0), + (412,0,65,-10851.1,-787.76,56.1885,0,0,0,0,0,0,0,0,0,5.48821,0,0), + (412,0,66,-10831.9,-818.655,56.2795,0,0,0,0,0,0,0,0,0,5.02012,0,0), + (412,0,67,-10825.2,-833.223,55.5758,1000,0,0,0,0,0,0,0,0,5.14185,0,0), + (412,0,68,-10808.3,-873.497,55.9567,0,0,0,0,0,0,0,0,0,5.10907,0,0), + (412,0,69,-10796.7,-912.719,55.8731,0,0,0,0,0,0,0,0,0,4.79516,0,0), + (412,0,70,-10796.1,-934.562,56.2303,0,0,0,0,0,0,0,0,0,4.4344,0,0), + (412,0,71,-10800.5,-949.721,56.5614,0,0,0,0,0,0,0,0,0,4.43291,0,0), + (412,0,72,-10807.1,-969.027,56.2941,0,0,0,0,0,0,0,0,0,4.69188,0,0), + (412,0,73,-10806.8,-992.166,53.8349,0,0,0,0,0,0,0,0,0,4.73739,0,0), + (412,0,74,-10804.6,-1030.41,47.0768,0,0,0,0,0,0,0,0,0,4.86697,0,0), + (412,0,75,-10801.3,-1047.26,44.0233,0,0,0,0,0,0,0,0,0,5.13007,0,0), + (412,0,76,-10787.8,-1074.49,37.7652,0,0,0,0,0,0,0,0,0,4.96072,0,0), + (412,0,77,-10783.3,-1095.07,33.6488,0,0,0,0,0,0,0,0,0,4.81832,0,0), + (412,0,78,-10781.2,-1112.66,30.3863,0,0,0,0,0,0,0,0,0,5.15773,0,0), + (412,0,79,-10763.6,-1138.91,27.0977,0,0,0,0,0,0,0,0,0,5.51344,0,0), + (412,0,80,-10738,-1158.02,26.4475,1000,0,0,0,0,0,0,0,0,5.64143,0,0), + (412,0,81,-10705.3,-1179.29,26.3723,0,0,0,0,0,0,0,0,0,5.723,0,0), + (412,0,82,-10682.3,-1190.45,27.2793,0,0,0,0,0,0,0,0,0,6.04378,0,0), + (412,0,83,-10662.5,-1193.06,28.2884,0,0,0,0,0,0,0,0,0,0.124497,0,0), + (412,0,84,-10641.6,-1189.92,28.5594,0,0,0,0,0,0,0,0,0,0.250735,0,0), + (412,0,85,-10615.7,-1182.78,28.5022,0,0,0,0,0,0,0,0,0,0.26975,0,0), + (412,0,86,-10586.8,-1177.32,28.3931,0,0,0,0,0,0,0,0,0,0.085145,0,0), + (412,0,87,-10576.4,-1179.26,28.1946,0,0,0,0,0,0,0,0,0,5.88925,0,0), + (412,0,88,-10566.7,-1189.27,27.8756,0,0,0,0,0,0,0,0,0,5.795,0,0), + (412,0,89,-10557,-1192.38,28.0606,0,0,0,0,0,0,0,0,0,0.682047,0,0), + (412,0,90,-10550.4,-1185.71,27.8428,0,0,0,0,0,0,0,0,0,1.44161,0,0), + (412,0,91,-10554.4,-1167.97,27.5984,5000,41203,0,0,0,0,0,0,0,1.80478,0,0), + (468,0,1,-10558.7,-1189.72,28.0581,0,0,0,0,0,0,0,0,0,1.10348,0,0), + (468,0,2,-10537.1,-1189.93,27.8595,0,0,0,0,0,0,0,0,0,6.2714,0,0), + (468,0,3,-10533.8,-1202.97,27.3122,0,0,0,0,0,0,0,0,0,4.91266,0,0), + (468,0,4,-10535.7,-1190.08,27.815,0,0,0,0,0,0,0,0,0,1.73573,0,0), + (468,0,5,-10555.1,-1180.8,27.8818,0,0,0,0,0,0,0,0,0,2.60359,0,0), + (468,0,6,-10551.4,-1160.59,27.8957,0,0,0,0,0,0,0,0,0,1.05243,0,0), + (468,0,7,-10537.1,-1159.61,28.0878,0,0,0,0,0,0,0,0,0,0.062828,0,0), + (468,0,8,-10547.1,-1160.33,27.9215,0,0,0,0,0,0,0,0,0,3.21385,0,0), + (468,0,9,-10556.5,-1156.86,28.0371,0,0,0,0,0,0,0,0,0,2.78973,0,0), + (468,0,10,-10557.6,-1146.69,28.0353,0,0,0,0,0,0,0,0,0,1.70588,0,0), + (468,0,11,-10558.4,-1141.58,30.0688,0,0,0,0,0,0,0,0,0,1.71766,0,0), + (468,0,12,-10560.3,-1125.83,30.067,0,0,0,0,0,0,0,0,0,1.69017,0,0), + (468,0,13,-10558.4,-1141.53,30.0684,0,0,0,0,0,0,0,0,0,4.8514,0,0), + (468,0,14,-10557.7,-1146.49,28.0342,0,0,0,0,0,0,0,0,0,4.84747,0,0), + (468,0,15,-10557.7,-1153.57,28.0342,0,0,0,0,0,0,0,0,0,4.71003,0,0), + (468,0,16,-10577.8,-1167.91,28.2595,0,0,0,0,0,0,0,0,0,3.83038,0,0), + (468,0,17,-10568.4,-1190.9,27.9345,0,0,0,0,0,0,0,0,0,4.91816,0,0), + (468,0,18,-10573,-1195.28,27.5341,0,0,0,0,0,0,0,0,0,3.70472,0,0), + (468,0,19,-10582.4,-1196.94,27.6474,0,0,0,0,0,0,0,0,0,3.28846,0,0), + (468,0,20,-10563,-1195.51,27.8512,0,0,0,0,0,0,0,0,0,0.060474,0,0), + (489,0,1,-10518.8,1034.88,60.5183,0,0,0,0,0,0,0,0,0,0,0,0), + (489,0,2,-10520,1026.01,60.5083,0,0,0,0,0,0,0,0,0,0,0,0), + (489,0,3,-10516.9,1012.2,60.519,0,0,0,0,0,0,0,0,0,0,0,0), + (489,0,4,-10503.1,1005.24,60.5191,0,0,0,0,0,0,0,0,0,0,0,0), + (489,0,5,-10488,1009.44,60.4788,0,0,0,0,0,0,0,0,0,0,0,0), + (489,0,6,-10480.6,1027.72,60.5182,0,0,0,0,0,0,0,0,0,0,0,0), + (489,0,7,-10492.1,1043.76,60.4837,0,0,0,0,0,0,0,0,0,0,0,0), + (489,0,8,-10504.3,1045.41,60.5181,0,0,0,0,0,0,0,0,0,0,0,0), + (489,0,9,-10517.1,1037.02,60.5181,0,0,0,0,0,0,0,0,0,0,0,0), + (495,0,1,-10553,-1181.95,27.9657,0,0,0,0,0,0,0,0,0,1.56843,0,0), + (495,0,2,-10554.4,-1162.24,27.9124,0,0,0,0,0,0,0,0,0,1.66268,0,0), + (495,0,3,-10562.6,-1157.19,27.839,0,0,0,0,0,0,0,0,0,2.99393,0,0), + (495,0,4,-10572.7,-1161.97,27.713,0,0,0,0,0,0,0,0,0,3.8186,0,0), + (495,0,5,-10576.7,-1173.85,28.2541,0,0,0,0,0,0,0,0,0,4.70217,0,0), + (495,0,6,-10563.8,-1181.82,28.1008,0,0,0,0,0,0,0,0,0,6.09624,0,0), + (522,0,1,-10381.8,385.819,47.4858,0,0,0,0,0,0,0,0,0,1.18829,0,0), + (522,0,2,-10378.4,396.698,48.6662,0,0,0,0,0,0,0,0,0,1.76791,0,0), + (522,0,3,-10383.9,406.43,48.2008,0,0,0,0,0,0,0,0,0,2.21245,0,0), + (522,0,4,-10392.8,415.511,48.5681,0,0,0,0,0,0,0,0,0,2.69861,0,0), + (522,0,5,-10402.7,424.936,48.5981,0,0,0,0,0,0,0,0,0,2.59494,0,0), + (522,0,6,-10422.1,430.723,47.0119,0,0,0,0,0,0,0,0,0,2.95858,0,0), + (522,0,7,-10436.6,429.382,45.2662,0,0,0,0,0,0,0,0,0,3.12351,0,0), + (522,0,8,-10453.3,433.284,40.6231,0,0,0,0,0,0,0,0,0,2.79364,0,0), + (522,0,9,-10470.3,439.704,37.3075,0,0,0,0,0,0,0,0,0,2.97428,0,0), + (522,0,10,-10475.1,439.484,36.9664,0,0,0,0,0,0,0,0,0,3.58297,0,0), + (522,0,11,-10483.4,433.097,37.9773,0,0,0,0,0,0,0,0,0,4.10997,0,0), + (522,0,12,-10487.7,425.658,37.6992,0,0,0,0,0,0,0,0,0,4.26234,0,0), + (522,0,13,-10491.3,416.08,35.8946,0,0,0,0,0,0,0,0,0,4.4312,0,0), + (522,0,14,-10497.2,393.399,36.0944,0,0,0,0,0,0,0,0,0,4.55684,0,0), + (522,0,15,-10496.4,366.334,34.3317,0,0,0,0,0,0,0,0,0,4.82387,0,0), + (522,0,16,-10488.2,347.825,34.1085,0,0,0,0,0,0,0,0,0,5.18909,0,0), + (522,0,17,-10474.2,327.59,35.0722,0,0,0,0,0,0,0,0,0,5.31868,0,0), + (522,0,18,-10466.7,311.631,36.7639,0,0,0,0,0,0,0,0,0,5.46397,0,0), + (522,0,19,-10449.7,301.976,37.3267,0,0,0,0,0,0,0,0,0,5.83311,0,0), + (522,0,20,-10436,298.191,37.4351,0,0,0,0,0,0,0,0,0,0.158601,0,0), + (522,0,21,-10416.6,304.413,38.8815,0,0,0,0,0,0,0,0,0,0.563077,0,0), + (522,0,22,-10408.8,312.268,39.3245,0,0,0,0,0,0,0,0,0,1.16626,0,0), + (522,0,23,-10405.8,321.295,40.5022,0,0,0,0,0,0,0,0,0,1.46943,0,0), + (522,0,24,-10405.1,334.65,42.6046,0,0,0,0,0,0,0,0,0,1.54404,0,0), + (522,0,25,-10405,345.921,43.8031,0,0,0,0,0,0,0,0,0,1.35162,0,0), + (522,0,26,-10399.3,360.188,45.1209,0,0,0,0,0,0,0,0,0,1.37125,0,0), + (522,0,27,-10400,366.515,45.581,0,0,0,0,0,0,0,0,0,2.18257,0,0), + (522,0,28,-10405.3,372.353,45.7753,0,0,0,0,0,0,0,0,0,2.43075,0,0), + (522,0,29,-10410.4,375.665,45.6153,0,0,0,0,0,0,0,0,0,2.35614,0,0), + (522,0,30,-10412.4,379.826,45.7007,0,0,0,0,0,0,0,0,0,1.23852,0,0), + (522,0,31,-10411.1,383.231,46.2108,0,0,0,0,0,0,0,0,0,0.66675,0,0), + (522,0,32,-10408.7,384.592,46.6007,0,0,0,0,0,0,0,0,0,5.97264,0,0), + (522,0,33,-10399.6,381.67,46.8407,0,0,0,0,0,0,0,0,0,6.21768,0,0), + (522,0,34,-10391.9,382.664,46.8753,0,0,0,0,0,0,0,0,0,0.623291,0,0), + (642,0,1,-290.328,-513.814,49.6385,5,0,0,0,0,0,0,0,0,0,0,0), + (642,0,2,-310.224,-516.112,54.1499,0,0,0,0,0,0,0,0,0,0,0,0), + (642,0,3,-310.549,-511.603,55.8203,5,0,0,0,0,0,0,0,0,0,0,0), + (642,0,4,-309.825,-516.189,54.1282,3,0,0,0,0,0,0,0,0,0,0,0), + (642,0,5,-289.317,-514.282,49.6165,5,0,0,0,0,0,0,0,0,0,0,0), + (642,0,6,-289.997,-526.829,49.7045,3,0,0,0,0,0,0,0,0,0,0,0), + (645,0,1,-109.963,-844.91,16.9348,0,0,0,0,0,0,0,0,0,0,0,0), + (645,0,2,-86.0507,-855.474,17.2869,0,0,0,0,0,0,0,0,0,0,0,0), + (645,0,3,-68.76,-857.101,17.0637,5,0,0,0,0,0,0,0,0,0,0,0), + (645,0,4,-68.6382,-850.139,16.9405,3,0,0,0,0,0,0,0,0,0,0,0), + (645,0,5,-67.5273,-858.453,17.1098,5,0,0,0,0,0,0,0,0,0,0,0), + (645,0,6,-41.9185,-853.296,18.6536,0,0,0,0,0,0,0,0,0,0,0,0), + (645,0,7,-24.0568,-837.525,19.4777,0,0,0,0,0,0,0,0,0,0,0,0), + (645,0,8,-17.1463,-824.751,19.8371,5,0,0,0,0,0,0,0,0,0,0,0), + (645,0,9,-25.4848,-840.016,19.4102,0,0,0,0,0,0,0,0,0,0,0,0), + (645,0,10,-39.2102,-850.76,18.7589,0,0,0,0,0,0,0,0,0,0,0,0), + (645,0,11,-66.4498,-858.309,17.1408,5,0,0,0,0,0,0,0,0,0,0,0), + (645,0,12,-68.4815,-848.957,16.8964,3,0,0,0,0,0,0,0,0,0,0,0), + (645,0,13,-67.1035,-857.074,17.1128,5,0,0,0,0,0,0,0,0,0,0,0), + (645,0,14,-92.6775,-852.599,17.1592,0,0,0,0,0,0,0,0,0,0,0,0), + (645,0,15,-113.633,-842.47,16.9106,0,0,0,0,0,0,0,0,0,0,0,0), + (645,0,16,-124.084,-827.918,16.894,5,0,0,0,0,0,0,0,0,0,0,0), + (647,0,6,-92.37,-808.028,38.7975,0,0,0,0,0,0,0,0,0,100,0,0), + (647,0,5,-102.277,-814.224,38.0795,2000,0,0,0,0,0,0,0,0,100,0,0), + (647,0,4,-102.49,-824.696,38.0774,2000,0,0,0,0,0,0,0,0,100,0,0), + (647,0,3,-83.5775,-833.452,39.5389,0,0,0,0,0,0,0,0,0,100,0,0), + (647,0,2,-56.8627,-831.469,41.896,3000,0,0,0,0,0,0,0,0,100,0,0), + (647,0,1,-56.0753,-808.808,41.9326,2000,0,0,0,0,0,0,0,0,100,0,0), + (723,0,1,-12480,-940.299,41.9336,0,0,0,0,0,0,0,0,0,0,0,0), + (723,0,2,-12479.1,-984.27,47.1531,0,0,0,0,0,0,0,0,0,0,0,0), + (723,0,3,-12482.2,-958.726,40.6606,0,0,0,0,0,0,0,0,0,0,0,0), + (797,0,1,-9444.43,135.83,58.3781,0,0,0,0,0,0,0,0,0,2.96908,0,0), + (797,0,2,-9464.79,119.614,58.1535,0,0,0,0,0,0,0,0,0,3.81417,0,0), + (797,0,3,-9465.47,113.605,57.8228,0,0,0,0,0,0,0,0,0,4.59957,0,0), + (797,0,4,-9463.57,98.0503,58.3083,3000,0,0,0,0,0,0,0,0,4.82341,0,0), + (797,0,5,-9459.38,93.0233,58.3436,0,0,0,0,0,0,0,0,0,5.40774,0,0), + (797,0,6,-9459.14,96.1898,58.3436,2000,0,0,0,0,0,0,0,0,1.49646,0,0), + (797,0,7,-9461.99,96.7114,58.3394,4000,0,0,0,0,0,0,0,0,2.96044,0,0), + (797,0,8,-9458.39,94.3731,58.3427,0,0,0,0,0,0,0,0,0,5.7062,0,0), + (797,0,9,-9461.77,94.5393,58.3348,0,0,0,0,0,0,0,0,0,3.09239,0,0), + (797,0,10,-9462.45,98.0957,58.3381,3000,0,0,0,0,0,0,0,0,1.76035,0,0), + (797,0,11,-9459.6,97.5816,58.3447,0,0,0,0,0,0,0,0,0,6.10518,0,0), + (797,0,12,-9459.81,93.9591,58.3447,1000,0,0,0,0,0,0,0,0,4.65376,0,0), + (797,0,13,-9459.75,97.7613,58.3447,0,0,0,0,0,0,0,0,0,1.55615,0,0), + (797,0,14,-9462.33,95.833,58.3408,0,0,0,0,0,0,0,0,0,3.78354,0,0), + (797,0,15,-9465.01,98.6128,58.3301,5000,0,0,0,0,0,0,0,0,2.33841,0,0), + (797,0,16,-9461.03,99.7479,58.3447,0,0,0,0,0,0,0,0,0,0.277521,0,0), + (797,0,17,-9458.8,98.3655,58.3447,0,0,0,0,0,0,0,0,0,5.72819,0,0), + (797,0,18,-9461.14,94.6385,58.3204,2000,0,0,0,0,0,0,0,0,4.11655,0,0), + (797,0,19,-9458.75,93.5615,58.3437,4000,0,0,0,0,0,0,0,0,5.86013,0,0), + (797,0,20,-9460.93,97.7421,58.3437,0,0,0,0,0,0,0,0,0,2.05252,0,0), + (797,0,21,-9463.95,101.358,58.3022,0,0,0,0,0,0,0,0,0,2.26615,0,0), + (797,0,22,-9465.12,121.699,58.4358,0,0,0,0,0,0,0,0,0,1.62841,0,0), + (797,0,23,-9446.16,133.186,58.7297,0,0,0,0,0,0,0,0,0,0.544557,0,0), + (797,0,24,-9422.48,129.156,59.6602,0,0,0,0,0,0,0,0,0,6.1146,0,0), + (797,0,25,-9414.83,130.95,59.4521,4000,0,0,0,0,0,0,0,0,0.230398,0,0), + (797,0,26,-9416.32,128.507,59.6645,1000,0,0,0,0,0,0,0,0,4.16681,0,0), + (797,0,27,-9420.16,127.931,59.7573,2000,0,0,0,0,0,0,0,0,3.29031,0,0), + (797,0,28,-9421.92,134.862,59.1149,1000,0,0,0,0,0,0,0,0,1.82004,0,0), + (797,0,29,-9417.28,136.408,58.9082,0,0,0,0,0,0,0,0,0,0.321501,0,0), + (797,0,30,-9418.86,131.49,59.4781,4000,0,0,0,0,0,0,0,0,4.40243,0,0), + (797,0,31,-9420.34,124.841,59.866,0,0,0,0,0,0,0,0,0,4.49354,0,0), + (840,0,1,-10330.9,-1122.6,21.8575,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,2,-10301.8,-1147.21,22.7721,0,0,0,0,0,0,0,0,0,2,0,0), + (840,0,3,-10304.7,-1143.97,22.5881,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,4,-10346.2,-1117.57,21.3499,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,5,-10386.6,-1115.48,21.9835,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,6,-10407.2,-1125.88,23.0746,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,7,-10428.8,-1160.3,27.3439,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,8,-10444.6,-1171.5,27.8846,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,9,-10460.6,-1179.07,27.5147,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,10,-10513.9,-1186.64,28.1049,0,0,0,0,0,0,0,0,0,3,0,0), + (840,0,11,-10468.1,-1181.8,27.6681,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,12,-10435.8,-1167.49,27.911,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,13,-10426.4,-1155.93,26.9116,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,14,-10406.2,-1124.49,22.9748,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,15,-10388.2,-1116.7,22.1216,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,16,-10359.4,-1109.54,20.1922,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,17,-10358.8,-1111.36,20.9162,0,0,0,0,0,0,0,0,0,0,0,0), + (840,0,18,-10359.2,-1107.81,19.4514,0,0,0,0,0,0,0,0,0,10,0,0), + (844,0,1,-9628.33,-1176.14,39.9827,0,0,0,0,0,0,0,0,0,0,0,0), + (844,0,2,-9622.15,-1162.8,41.8447,0,0,0,0,0,0,0,0,0,1.13744,0,0), + (844,0,3,-9615.5,-1130.42,42.5478,0,0,0,0,0,0,0,0,0,1.3652,0,0), + (844,0,4,-9613.92,-1085.01,39.9107,0,0,0,0,0,0,0,0,0,1.70292,0,0), + (844,0,5,-9616.21,-1059.83,39.8157,0,0,0,0,0,0,0,0,0,1.67003,0,0), + (844,0,6,-9616.79,-1054.03,40.3707,0,0,0,0,0,0,0,0,0,1.67003,0,0), + (844,0,7,-9617.74,-1044.5,39.6632,0,0,0,0,0,0,0,0,0,1.67003,0,0), + (844,0,8,-9619.11,-1030.77,39.7045,0,0,0,0,0,0,0,0,0,1.67003,0,0), + (844,0,9,-9621.47,-1005.62,42.0004,0,0,0,0,0,0,0,0,0,1.53808,0,0), + (844,0,10,-9620.81,-985.471,43.2713,0,0,0,0,0,0,0,0,0,1.20193,0,0), + (844,0,11,-9613.09,-966.993,43.8261,0,0,0,0,0,0,0,0,0,1.10925,0,0), + (844,0,12,-9585.3,-926.916,43.2905,0,0,0,0,0,0,0,0,0,0.963134,0,0), + (844,0,13,-9580.38,-890.055,43.568,0,0,0,0,0,0,0,0,0,1.43833,0,0), + (844,0,14,-9589.39,-864.283,43.7264,0,0,0,0,0,0,0,0,0,2.03523,0,0), + (844,0,15,-9624.39,-825.177,43.7025,0,0,0,0,0,0,0,0,0,2.30227,0,0), + (844,0,16,-9647.81,-795.14,43.6049,0,0,0,0,0,0,0,0,0,2.23158,0,0), + (844,0,17,-9650.68,-783.491,44.2108,0,0,0,0,0,0,0,0,0,1.81925,0,0), + (844,0,18,-9654.59,-741.551,44.5521,0,0,0,0,0,0,0,0,0,1.67002,0,0), + (844,0,19,-9653.75,-724.91,44.3631,0,0,0,0,0,0,0,0,0,1.41869,0,0), + (844,0,20,-9643.18,-675.147,48.7801,0,0,0,0,0,0,0,0,0,1.34016,0,0), + (844,0,21,-9637.25,-656.76,49.563,0,0,0,0,0,0,0,0,0,1.19486,0,0), + (844,0,22,-9628.46,-641.716,50.8846,0,0,0,0,0,0,0,0,0,1.0417,0,0), + (844,0,23,-9622.21,-623.616,51.8867,0,0,0,0,0,0,0,0,0,1.45011,0,0), + (844,0,24,-9620.62,-585.027,53.9861,0,0,0,0,0,0,0,0,0,1.54043,0,0), + (844,0,25,-9615.58,-547.328,54.3829,0,0,0,0,0,0,0,0,0,1.19878,0,0), + (844,0,26,-9599.33,-514.005,57.2836,0,0,0,0,0,0,0,0,0,1.0849,0,0), + (844,0,27,-9589.68,-491.036,57.6179,0,0,0,0,0,0,0,0,0,1.20271,0,0), + (844,0,28,-9590.01,-471.08,57.7791,0,0,0,0,0,0,0,0,0,1.91742,0,0), + (844,0,29,-9610.27,-429.397,57.4384,0,0,0,0,0,0,0,0,0,2.03131,0,0), + (844,0,30,-9617.12,-403.695,57.4755,0,0,0,0,0,0,0,0,0,1.34442,0,0), + (844,0,31,-9620.8,-350.287,57.0423,0,0,0,0,0,0,0,0,0,1.56007,0,0), + (844,0,32,-9619.14,-304.976,57.3787,0,0,0,0,0,0,0,0,0,1.53415,0,0), + (844,0,33,-9616.08,-289.846,57.3036,0,0,0,0,0,0,0,0,0,1.37129,0,0), + (844,0,34,-9611.01,-267.445,57.2309,0,0,0,0,0,0,0,0,0,1.34812,0,0), + (844,0,35,-9600.99,-233.906,57.4913,0,0,0,0,0,0,0,0,0,1.25787,0,0), + (844,0,36,-9593.56,-210.251,57.474,0,0,0,0,0,0,0,0,0,1.25394,0,0), + (844,0,37,-9572.9,-162.912,57.7034,0,0,0,0,0,0,0,0,0,1.1322,0,0), + (844,0,38,-9556.06,-140.039,57.3349,0,0,0,0,0,0,0,0,0,1.04581,0,0), + (844,0,39,-9550.49,-119.764,57.5015,0,0,0,0,0,0,0,0,0,1.46993,0,0), + (844,0,40,-9547.76,-72.0136,57.4263,0,0,0,0,0,0,0,0,0,1.50134,0,0), + (844,0,41,-9539.41,-36.6336,56.4481,0,0,0,0,0,0,0,0,0,1.10079,0,0), + (844,0,42,-9516.71,7.89289,56.0952,0,0,0,0,0,0,0,0,0,1.09931,0,0), + (844,0,43,-9500.4,44.1439,55.9721,0,0,0,0,0,0,0,0,0,1.12328,0,0), + (844,0,44,-9490.19,57.6428,56.0117,0,0,0,0,0,0,0,0,0,0.915154,0,0), + (844,0,45,-9478.19,63.1176,56.1707,0,0,0,0,0,0,0,0,0,0.30647,0,0), + (844,0,46,-9463.42,61.0766,55.9612,30000,0,0,0,0,0,0,0,0,5.60398,0,0), + (844,0,47,-9458.63,53.1014,56.2968,0,0,0,0,0,0,0,0,0,4.68507,0,0), + (844,0,48,-9460.45,36.4152,56.9501,0,0,0,0,0,0,0,0,0,3.12999,0,0), + (844,0,49,-9467.21,36.6259,56.9649,0,0,0,0,0,0,0,0,0,4.66309,0,0), + (844,0,50,-9467.52,30.389,56.9649,0,0,0,0,0,0,0,0,0,4.66309,0,0), + (844,0,51,-9467.76,25.4583,56.3399,0,0,0,0,0,0,0,0,0,4.66309,0,0), + (844,0,52,-9468.54,19.2089,56.9634,0,0,0,0,0,0,0,0,0,4.67251,0,0), + (844,0,53,-9466.51,15.5142,56.9634,30000,0,0,0,0,0,0,0,0,5.21601,0,0), + (844,0,54,-9468.78,18.7939,56.9634,0,0,0,0,0,0,0,0,0,1.48066,0,0), + (844,0,55,-9467.97,23.838,56.3397,0,0,0,0,0,0,0,0,0,1.48066,0,0), + (844,0,56,-9467.33,30.1063,56.9664,0,0,0,0,0,0,0,0,0,1.69114,0,0), + (844,0,57,-9468.05,36.1106,56.9664,0,0,0,0,0,0,0,0,0,0.016673,0,0), + (844,0,58,-9460.5,36.2366,56.9516,0,0,0,0,0,0,0,0,0,1.35813,0,0), + (844,0,59,-9458.51,50.9179,56.5144,0,0,0,0,0,0,0,0,0,1.49322,0,0), + (844,0,60,-9461.25,60.427,55.9169,0,0,0,0,0,0,0,0,0,2.35088,0,0), + (844,0,61,-9484.57,68.9656,56.3056,0,0,0,0,0,0,0,0,0,2.78913,0,0), + (844,0,62,-9487.32,79.8572,56.0447,0,0,0,0,0,0,0,0,0,1.81838,0,0), + (844,0,63,-9481.79,116.391,56.5505,0,0,0,0,0,0,0,0,0,1.42058,0,0), + (844,0,64,-9481.69,158.113,56.0987,0,0,0,0,0,0,0,0,0,1.5681,0,0), + (844,0,65,-9484.71,182.812,55.2594,0,0,0,0,0,0,0,0,0,1.75525,0,0), + (844,0,66,-9502.95,212.588,53.3357,0,0,0,0,0,0,0,0,0,2.21274,0,0), + (844,0,67,-9523.8,235.689,51.3777,0,0,0,0,0,0,0,0,0,2.3227,0,0), + (844,0,68,-9542.6,247.273,50.4008,0,0,0,0,0,0,0,0,0,2.99421,0,0), + (844,0,69,-9600.25,250.499,47.5452,0,0,0,0,0,0,0,0,0,3.08687,0,0), + (844,0,70,-9650.26,256.059,46.5437,0,0,0,0,0,0,0,0,0,3.03076,0,0), + (844,0,71,-9674.3,270.692,46.438,0,0,0,0,0,0,0,0,0,2.59589,0,0), + (844,0,72,-9694.47,290.452,46.2332,0,0,0,0,0,0,0,0,0,2.36475,0,0), + (844,0,73,-9716.93,321.307,44.5799,0,0,0,0,0,0,0,0,0,2.09171,0,0), + (844,0,74,-9736.52,357.126,42.2989,0,0,0,0,0,0,0,0,0,2.07113,0,0), + (844,0,75,-9752.82,403.584,38.9407,0,0,0,0,0,0,0,0,0,1.90681,0,0), + (844,0,76,-9756.66,441.174,36.1087,0,0,0,0,0,0,0,0,0,1.67231,0,0), + (844,0,77,-9749.32,484.488,33.1644,0,0,0,0,0,0,0,0,0,1.40401,0,0), + (844,0,78,-9745.53,514.2,35.3443,0,0,0,0,0,0,0,0,0,1.44737,0,0), + (844,0,79,-9743.16,539.005,36.2891,0,0,0,0,0,0,0,0,0,1.43559,0,0), + (844,0,80,-9741.47,554.714,35.3796,5000,0,0,0,0,0,0,0,0,1.4561,0,0), + (844,0,81,-9739.33,603.519,30.7252,0,0,0,0,0,0,0,0,0,1.5283,0,0), + (844,0,82,-9756.05,661.766,27.8879,0,0,0,0,0,0,0,0,0,1.84348,0,0), + (844,0,83,-9759.65,679.766,26.9697,0,0,0,0,0,0,0,0,0,1.66676,0,0), + (844,0,84,-9757.05,708.034,25.3081,0,0,0,0,0,0,0,0,0,1.27633,0,0), + (844,0,85,-9752.14,727.79,25.022,0,0,0,0,0,0,0,0,0,1.53898,0,0), + (844,0,86,-9753.91,755.734,25.0339,0,0,0,0,0,0,0,0,0,1.8675,0,0), + (844,0,87,-9768.33,792.769,24.9121,0,0,0,0,0,0,0,0,0,2.20288,0,0), + (844,0,88,-9784.38,813.988,25.8176,0,0,0,0,0,0,0,0,0,2.21711,0,0), + (844,0,89,-9803.34,835.94,29.1361,0,0,0,0,0,0,0,0,0,2.27733,0,0), + (844,0,90,-9825.83,862.56,25.7335,0,0,0,0,0,0,0,0,0,2.27258,0,0), + (844,0,91,-9839.8,887.068,27.6202,0,0,0,0,0,0,0,0,0,2.08781,0,0), + (844,0,92,-9849.03,905.659,29.7641,0,0,0,0,0,0,0,0,0,2.31826,0,0), + (844,0,93,-9870.31,929.747,30.2423,0,0,0,0,0,0,0,0,0,1.78657,0,0), + (844,0,94,-9872.99,944.904,31.0865,0,0,0,0,0,0,0,0,0,1.5759,0,0), + (844,0,95,-9873.91,963.221,31.0943,0,0,0,0,0,0,0,0,0,2.2097,0,0), + (844,0,96,-9890.21,983.668,31.2368,0,0,0,0,0,0,0,0,0,2.90363,0,0), + (844,0,97,-9902.32,986.682,31.0078,0,0,0,0,0,0,0,0,0,3.07642,0,0), + (844,0,98,-9915.92,987.012,31.3307,0,0,0,0,0,0,0,0,0,3.11726,0,0), + (844,0,99,-9942.53,997.533,31.5275,0,0,0,0,0,0,0,0,0,2.76509,0,0), + (844,0,100,-9950.35,1002.6,31.493,0,0,0,0,0,0,0,0,0,2.99521,0,0), + (844,0,101,-9966.25,1004.62,31.4426,0,0,0,0,0,0,0,0,0,3.42958,0,0), + (844,0,102,-9984.12,999.33,31.4995,0,0,0,0,0,0,0,0,0,3.42958,0,0), + (844,0,103,-10012.4,986.375,32.1868,0,0,0,0,0,0,0,0,0,3.57233,0,0), + (844,0,104,-10032,981.591,32.7979,0,0,0,0,0,0,0,0,0,2.71383,0,0), + (844,0,105,-10048.4,991.613,33,0,0,0,0,0,0,0,0,0,2.59403,0,0), + (844,0,106,-10065.8,1004.01,32.9621,0,0,0,0,0,0,0,0,0,2.52245,0,0), + (844,0,107,-10077.8,1008.09,33.6352,0,0,0,0,0,0,0,0,0,2.82122,0,0), + (844,0,108,-10091.5,1004.08,35.0322,0,0,0,0,0,0,0,0,0,3.61076,0,0), + (844,0,109,-10102.5,997.143,37.8542,0,0,0,0,0,0,0,0,0,3.74193,0,0), + (844,0,110,-10115,990.143,38.1126,0,0,0,0,0,0,0,0,0,3.23927,0,0), + (844,0,111,-10138.8,989.662,35.4399,0,0,0,0,0,0,0,0,0,3.18874,0,0), + (844,0,112,-10173.1,986.229,34.3853,0,0,0,0,0,0,0,0,0,3.13233,0,0), + (844,0,113,-10193.3,986.28,33.3909,0,0,0,0,0,0,0,0,0,2.79755,0,0), + (844,0,114,-10218.7,993.943,32.4148,0,0,0,0,0,0,0,0,0,3.09882,0,0), + (844,0,115,-10249.6,993.797,31.1323,0,0,0,0,0,0,0,0,0,3.2716,0,0), + (844,0,116,-10261.1,988.929,31.2717,0,0,0,0,0,0,0,0,0,3.95726,0,0), + (844,0,117,-10274.5,972.885,31.1455,0,0,0,0,0,0,0,0,0,4.02106,0,0), + (844,0,118,-10286.7,964.385,31.1283,0,0,0,0,0,0,0,0,0,3.16747,0,0), + (844,0,119,-10308.6,967.897,31.1276,0,0,0,0,0,0,0,0,0,2.72227,0,0), + (844,0,120,-10331.8,978.769,31.1307,0,0,0,0,0,0,0,0,0,3.02105,0,0), + (844,0,121,-10376.4,981.008,31.127,0,0,0,0,0,0,0,0,0,3.09137,0,0), + (844,0,122,-10402,993.461,31.6223,0,0,0,0,0,0,0,0,0,3.03246,0,0), + (844,0,123,-10414.9,992.967,32.4952,0,0,0,0,0,0,0,0,0,3.59732,0,0), + (844,0,124,-10431.7,983.544,34.3848,0,0,0,0,0,0,0,0,0,3.76343,0,0), + (844,0,125,-10472.1,953.672,36.1688,0,0,0,0,0,0,0,0,0,3.15806,0,0), + (844,0,126,-10509.5,954.609,40.461,0,0,0,0,0,0,0,0,0,2.88607,0,0), + (844,0,127,-10549.2,968.808,41.3401,0,0,0,0,0,0,0,0,0,2.68818,0,0), + (844,0,128,-10572.3,980.064,39.3883,0,0,0,0,0,0,0,0,0,2.68818,0,0), + (844,0,129,-10622,1002.8,32.7905,0,0,0,0,0,0,0,0,0,2.71275,0,0), + (844,0,130,-10637.5,1006.52,32.1902,0,0,0,0,0,0,0,0,0,3.5113,0,0), + (844,0,131,-10651.9,1000.25,32.8541,30000,0,0,0,0,0,0,0,0,3.55057,0,0), + (844,0,132,-10656.5,1000.94,32.8737,0,0,0,0,0,0,0,0,0,2.37247,0,0), + (844,0,133,-10659.1,1010.24,32.7264,0,0,0,0,0,0,0,0,0,1.78735,0,0), + (844,0,134,-10661,1026.66,32.4494,0,0,0,0,0,0,0,0,0,1.68258,0,0), + (844,0,135,-10653.9,1038.76,33.4565,0,0,0,0,0,0,0,0,0,1.03625,0,0), + (844,0,136,-10634.4,1065.4,33.7203,0,0,0,0,0,0,0,0,0,1.38968,0,0), + (844,0,137,-10631.8,1091.59,33.7009,0,0,0,0,0,0,0,0,0,0.925727,0,0), + (844,0,138,-10623.4,1102.74,33.8455,0,0,0,0,0,0,0,0,0,1.76453,0,0), + (844,0,139,-10633.6,1144.49,33.7048,0,0,0,0,0,0,0,0,0,1.81004,0,0), + (844,0,140,-10641.8,1158.94,33.267,0,0,0,0,0,0,0,0,0,2.42894,0,0), + (844,0,141,-10645.1,1161.78,34.3724,0,0,0,0,0,0,0,0,0,2.42894,0,0), + (844,0,142,-10649.1,1165.21,34.4199,30000,0,0,0,0,0,0,0,0,2.42894,0,0), + (844,0,143,-10645,1161.65,34.3691,0,0,0,0,0,0,0,0,0,5.56425,0,0), + (844,0,144,-10643,1159.89,33.2028,0,0,0,0,0,0,0,0,0,5.35376,0,0), + (844,0,145,-10633.6,1143.93,33.7027,0,0,0,0,0,0,0,0,0,5.06709,0,0), + (844,0,146,-10623.7,1104.62,33.8957,0,0,0,0,0,0,0,0,0,4.26992,0,0), + (844,0,147,-10632.2,1090.97,33.6979,0,0,0,0,0,0,0,0,0,4.5723,0,0), + (844,0,148,-10634.9,1066.3,33.7195,0,0,0,0,0,0,0,0,0,4.12619,0,0), + (844,0,149,-10660.9,1030.7,32.7179,0,0,0,0,0,0,0,0,0,3.0664,0,0), + (844,0,150,-10708,1035.17,33.1656,0,0,0,0,0,0,0,0,0,3.56204,0,0), + (844,0,151,-10737.1,1024.19,33.3604,0,0,0,0,0,0,0,0,0,3.53747,0,0), + (844,0,152,-10752.4,1017.56,32.9291,0,0,0,0,0,0,0,0,0,3.13444,0,0), + (844,0,153,-10807.3,1017.29,32.3752,0,0,0,0,0,0,0,0,0,3.4606,0,0), + (844,0,154,-10830.3,1008.83,32.8154,0,0,0,0,0,0,0,0,0,3.29704,0,0), + (844,0,155,-10863.8,1006.08,31.5577,0,0,0,0,0,0,0,0,0,3.1437,0,0), + (844,0,156,-10885.7,1004.49,33.5879,0,0,0,0,0,0,0,0,0,3.53177,0,0), + (844,0,157,-10903,998.288,35.9247,0,0,0,0,0,0,0,0,0,3.48072,0,0), + (844,0,158,-10919,993.385,35.4282,0,0,0,0,0,0,0,0,0,3.88293,0,0), + (844,0,159,-10939.6,970.662,32.9806,0,0,0,0,0,0,0,0,0,4.28358,0,0), + (844,0,160,-10948.4,948.316,31.5386,0,0,0,0,0,0,0,0,0,4.64504,0,0), + (844,0,161,-10948.7,936.686,31.5056,0,0,0,0,0,0,0,0,0,5.27571,0,0), + (844,0,162,-10937.6,924.241,31.5289,0,0,0,0,0,0,0,0,0,5.56945,0,0), + (844,0,163,-10916.5,906.374,32.0018,0,0,0,0,0,0,0,0,0,5.13355,0,0), + (844,0,164,-10912.9,888.234,31.6858,0,0,0,0,0,0,0,0,0,4.68981,0,0), + (844,0,165,-10917.6,866.612,32.7737,0,0,0,0,0,0,0,0,0,4.34425,0,0), + (844,0,166,-10926.5,850.413,32.6872,0,0,0,0,0,0,0,0,0,4.53274,0,0), + (844,0,167,-10928.5,830.748,32.2528,0,0,0,0,0,0,0,0,0,4.8037,0,0), + (844,0,168,-10925.4,814.334,31.1569,0,0,0,0,0,0,0,0,0,5.10607,0,0), + (844,0,169,-10914.5,793.723,30.8363,0,0,0,0,0,0,0,0,0,5.40236,0,0), + (844,0,170,-10892.5,767.105,30.8183,0,0,0,0,0,0,0,0,0,5.40345,0,0), + (844,0,171,-10878.6,746.377,30.9966,0,0,0,0,0,0,0,0,0,4.87732,0,0), + (844,0,172,-10866.5,668.83,30.9623,0,0,0,0,0,0,0,0,0,4.66694,0,0), + (844,0,173,-10865.2,628.683,31.3461,0,0,0,0,0,0,0,0,0,4.74155,0,0), + (844,0,174,-10864.3,591.272,31.2185,5000,0,0,0,0,0,0,0,0,4.89548,0,0), + (844,0,175,-10856.1,551.661,30.4888,0,0,0,0,0,0,0,0,0,4.98402,0,0), + (844,0,176,-10840.7,500.676,30.1222,0,0,0,0,0,0,0,0,0,5.00718,0,0), + (844,0,177,-10826.9,461.017,29.5704,0,0,0,0,0,0,0,0,0,4.91966,0,0), + (844,0,178,-10819.2,410.919,29.3886,0,0,0,0,0,0,0,0,0,4.86442,0,0), + (844,0,179,-10815.2,359.497,29.8396,0,0,0,0,0,0,0,0,0,4.79007,0,0), + (844,0,180,-10812.8,319.354,30.5916,0,0,0,0,0,0,0,0,0,5.02097,0,0), + (844,0,181,-10806.3,293.866,30.9536,0,0,0,0,0,0,0,0,0,4.94771,0,0), + (844,0,182,-10801.2,258.47,30.4944,0,0,0,0,0,0,0,0,0,4.95699,0,0), + (844,0,183,-10790.2,209.737,30.6327,0,0,0,0,0,0,0,0,0,5.04514,0,0), + (844,0,184,-10783,190.387,30.4605,0,0,0,0,0,0,0,0,0,5.06815,0,0), + (844,0,185,-10771.8,166.37,29.5841,0,0,0,0,0,0,0,0,0,5.14584,0,0), + (844,0,186,-10756.5,137.889,29.068,0,0,0,0,0,0,0,0,0,5.04106,0,0), + (844,0,187,-10753.5,122.478,28.8978,0,0,0,0,0,0,0,0,0,4.80061,0,0), + (844,0,188,-10753.6,89.1802,28.6112,0,0,0,0,0,0,0,0,0,4.67945,0,0), + (844,0,189,-10755.3,74.5614,28.8126,0,0,0,0,0,0,0,0,0,4.50666,0,0), + (844,0,190,-10766.1,42.4699,28.6458,0,0,0,0,0,0,0,0,0,4.35152,0,0), + (844,0,191,-10782.7,2.99363,29.7558,0,0,0,0,0,0,0,0,0,4.41632,0,0), + (844,0,192,-10792.1,-29.9934,29.5786,0,0,0,0,0,0,0,0,0,4.45331,0,0), + (844,0,193,-10803.5,-68.2885,29.3413,0,0,0,0,0,0,0,0,0,4.4219,0,0), + (844,0,194,-10821.4,-116.01,29.8458,0,0,0,0,0,0,0,0,0,4.35337,0,0), + (844,0,195,-10826.2,-131.192,31.6586,0,0,0,0,0,0,0,0,0,4.40807,0,0), + (844,0,196,-10832.4,-150.146,31.8923,0,0,0,0,0,0,0,0,0,4.40151,0,0), + (844,0,197,-10836.1,-162.59,33.7404,0,0,0,0,0,0,0,0,0,4.42115,0,0), + (844,0,198,-10841.6,-182.408,34.0842,0,0,0,0,0,0,0,0,0,4.44015,0,0), + (844,0,199,-10849.9,-215.655,37.76,0,0,0,0,0,0,0,0,0,4.46465,0,0), + (844,0,200,-10856.5,-250.779,38.2612,0,0,0,0,0,0,0,0,0,4.5314,0,0), + (844,0,201,-10863.9,-280.892,38.1165,0,0,0,0,0,0,0,0,0,4.44894,0,0), + (844,0,202,-10874.5,-308.623,38.1986,0,0,0,0,0,0,0,0,0,4.34291,0,0), + (844,0,203,-10884,-331.111,37.805,0,0,0,0,0,0,0,0,0,4.31935,0,0), + (844,0,204,-10888.1,-341.543,39.0654,0,0,0,0,0,0,0,0,0,4.23688,0,0), + (844,0,205,-10903,-370.581,39.76,5000,0,0,0,0,0,0,0,0,4.54812,0,0), + (844,0,206,-10904.4,-405.245,41.2241,0,0,0,0,0,0,0,0,0,4.65415,0,0), + (844,0,207,-10905.1,-432.23,42.7922,0,0,0,0,0,0,0,0,0,4.57561,0,0), + (844,0,208,-10909.6,-459.797,46.3385,0,0,0,0,0,0,0,0,0,4.65022,0,0), + (844,0,209,-10911.1,-502.158,51.4105,0,0,0,0,0,0,0,0,0,4.66985,0,0), + (844,0,210,-10914,-522.442,53.6616,0,0,0,0,0,0,0,0,0,4.55204,0,0), + (844,0,211,-10920.2,-547.238,53.9669,0,0,0,0,0,0,0,0,0,4.36748,0,0), + (844,0,212,-10931.7,-571.487,54.0921,0,0,0,0,0,0,0,0,0,4.16328,0,0), + (844,0,213,-10950.1,-595.917,55.1088,0,0,0,0,0,0,0,0,0,4.24114,0,0), + (844,0,214,-10959.2,-624.837,55.1194,0,0,0,0,0,0,0,0,0,4.6142,0,0), + (844,0,215,-10957,-647.869,55.2668,0,0,0,0,0,0,0,0,0,5.25428,0,0), + (844,0,216,-10936,-679.029,55.6427,0,0,0,0,0,0,0,0,0,5.30533,0,0), + (844,0,217,-10916,-714.118,55.4351,0,0,0,0,0,0,0,0,0,5.23072,0,0), + (844,0,218,-10898.5,-740.506,55.3497,0,0,0,0,0,0,0,0,0,5.4035,0,0), + (844,0,219,-10854.3,-785.637,56.3527,0,0,0,0,0,0,0,0,0,5.37602,0,0), + (844,0,220,-10835.1,-815.404,56.3257,0,0,0,0,0,0,0,0,0,5.17967,0,0), + (844,0,221,-10822.1,-842.365,55.9302,0,0,0,0,0,0,0,0,0,5.16004,0,0), + (844,0,222,-10809.8,-872.74,56.0415,0,0,0,0,0,0,0,0,0,5.09328,0,0), + (844,0,223,-10798,-913.796,55.8565,0,0,0,0,0,0,0,0,0,4.77592,0,0), + (844,0,224,-10798.2,-938.984,56.4856,0,0,0,0,0,0,0,0,0,4.4814,0,0), + (844,0,225,-10807.4,-967.996,56.3382,0,0,0,0,0,0,0,0,0,4.61884,0,0), + (844,0,226,-10807.7,-993.592,53.6461,0,0,0,0,0,0,0,0,0,4.70131,0,0), + (844,0,227,-10806.2,-1029.44,47.2018,0,0,0,0,0,0,0,0,0,4.96048,0,0), + (844,0,228,-10799.9,-1051.36,43.2364,0,0,0,0,0,0,0,0,0,5.10185,0,0), + (844,0,229,-10789,-1072.29,38.2623,0,0,0,0,0,0,0,0,0,4.97226,0,0), + (844,0,230,-10780.4,-1115.51,29.916,0,0,0,0,0,0,0,0,0,5.22359,0,0), + (844,0,231,-10764.5,-1139.13,27.0996,0,0,0,0,0,0,0,0,0,5.5613,0,0), + (844,0,232,-10732,-1164.75,26.7837,0,0,0,0,0,0,0,0,0,5.7223,0,0), + (844,0,233,-10695.2,-1185.92,27.1067,0,0,0,0,0,0,0,0,0,5.86367,0,0), + (844,0,234,-10670.9,-1193.4,27.689,0,0,0,0,0,0,0,0,0,6.22102,0,0), + (844,0,235,-10650.7,-1192.44,28.6031,0,0,0,0,0,0,0,0,0,0.200946,0,0), + (844,0,236,-10603,-1180.95,27.9157,0,0,0,0,0,0,0,0,0,0.236289,0,0), + (844,0,237,-10584.2,-1177.57,28.4772,0,0,0,0,0,0,0,0,0,6.24459,0,0), + (844,0,238,-10574.1,-1168.87,28.1413,0,0,0,0,0,0,0,0,0,0.727164,0,0), + (844,0,239,-10562.8,-1159.1,27.7368,0,0,0,0,0,0,0,0,0,0.075284,0,0), + (844,0,240,-10546.8,-1160.06,27.9203,0,0,0,0,0,0,0,0,0,0.007094,0,0), + (844,0,241,-10536.7,-1159.85,28.0874,0,0,0,0,0,0,0,0,0,4.91584,0,0), + (844,0,242,-10534.9,-1167.4,28.1015,0,0,0,0,0,0,0,0,0,0.356597,0,0), + (844,0,243,-10529.1,-1165.16,28.1015,0,0,0,0,0,0,0,0,0,0.160247,0,0), + (844,0,244,-10524.3,-1164.95,27.4773,0,0,0,0,0,0,0,0,0,0.105269,0,0), + (844,0,245,-10517.7,-1164.14,28.0999,30000,0,0,0,0,0,0,0,0,0.533311,0,0), + (844,0,246,-10522,-1164.37,27.4774,0,0,0,0,0,0,0,0,0,3.21938,0,0), + (844,0,247,-10529,-1165.1,28.1041,0,0,0,0,0,0,0,0,0,3.47463,0,0), + (844,0,248,-10535.1,-1167.3,28.1041,0,0,0,0,0,0,0,0,0,1.72712,0,0), + (844,0,249,-10536.2,-1159.53,28.087,0,0,0,0,0,0,0,0,0,3.15262,0,0), + (844,0,250,-10548.2,-1160.22,27.895,0,0,0,0,0,0,0,0,0,4.14222,0,0), + (844,0,251,-10557.5,-1177.22,27.886,30000,0,0,0,0,0,0,0,0,4.22468,0,0), + (844,0,252,-10552.4,-1188.08,27.9772,0,0,0,0,0,0,0,0,0,0.00315,0,0), + (844,0,253,-10518.6,-1186.6,28.0283,0,0,0,0,0,0,0,0,0,0.069909,0,0), + (844,0,254,-10467.6,-1181.5,27.6555,0,0,0,0,0,0,0,0,0,0.230916,0,0), + (844,0,255,-10437.5,-1168.98,27.7682,0,0,0,0,0,0,0,0,0,0.686447,0,0), + (844,0,256,-10427.1,-1157.17,27.0882,0,0,0,0,0,0,0,0,0,0.957409,0,0), + (844,0,257,-10415,-1133.61,23.9848,0,0,0,0,0,0,0,0,0,0.627542,0,0), + (844,0,258,-10402.6,-1122.88,22.7764,0,0,0,0,0,0,0,0,0,0.402183,0,0), + (844,0,259,-10388.1,-1116.72,22.1176,0,0,0,0,0,0,0,0,0,0.088024,0,0), + (844,0,260,-10354.2,-1116.12,21.3784,0,0,0,0,0,0,0,0,0,6.01831,0,0), + (844,0,261,-10327.7,-1124.59,21.8065,0,0,0,0,0,0,0,0,0,5.63347,0,0), + (844,0,262,-10301.1,-1145.42,22.9181,0,0,0,0,0,0,0,0,0,5.80025,0,0), + (844,0,263,-10278.5,-1153.88,22.7547,0,0,0,0,0,0,0,0,0,6.1419,0,0), + (844,0,264,-10241.4,-1155.13,21.4632,0,0,0,0,0,0,0,0,0,0.10611,0,0), + (844,0,265,-10224.4,-1153.29,22.4328,0,0,0,0,0,0,0,0,0,0.251409,0,0), + (844,0,266,-10197.7,-1146.48,23.5344,0,0,0,0,0,0,0,0,0,6.28162,0,0), + (844,0,267,-10167.9,-1148.3,25.0296,0,0,0,0,0,0,0,0,0,5.97924,0,0), + (844,0,268,-10145.2,-1158.71,24.5414,0,0,0,0,0,0,0,0,0,5.52765,0,0), + (844,0,269,-10129.1,-1175.12,25.6453,0,0,0,0,0,0,0,0,0,5.01714,0,0), + (844,0,270,-10124.2,-1191.5,26.0067,0,0,0,0,0,0,0,0,0,5.20956,0,0), + (844,0,271,-10109.8,-1215.03,26.2236,0,0,0,0,0,0,0,0,0,5.15851,0,0), + (844,0,272,-10088.6,-1266.55,30.8014,0,0,0,0,0,0,0,0,0,4.98572,0,0), + (844,0,273,-10085,-1288.02,31.8366,0,0,0,0,0,0,0,0,0,4.87577,0,0), + (844,0,274,-10082.7,-1316.64,31.8256,0,0,0,0,0,0,0,0,0,4.79331,0,0), + (844,0,275,-10076.5,-1370.3,30.644,5000,0,0,0,0,0,0,0,0,4.80116,0,0), + (844,0,276,-10082.9,-1391.74,29.7196,0,0,0,0,0,0,0,0,0,4.6323,0,0), + (844,0,277,-10084,-1418.02,28.7734,0,0,0,0,0,0,0,0,0,4.69513,0,0), + (844,0,278,-10082.2,-1470.18,28.2155,0,0,0,0,0,0,0,0,0,5.12316,0,0), + (844,0,279,-10074.2,-1487.92,29.2079,0,0,0,0,0,0,0,0,0,5.13494,0,0), + (844,0,280,-10065.7,-1506.51,28.6594,0,0,0,0,0,0,0,0,0,5.35485,0,0), + (844,0,281,-10041.6,-1532.86,28.5861,0,0,0,0,0,0,0,0,0,5.57083,0,0), + (844,0,282,-10022.5,-1548.55,28.1352,0,0,0,0,0,0,0,0,0,5.2606,0,0), + (844,0,283,-10005,-1581.7,26.4701,0,0,0,0,0,0,0,0,0,5.09174,0,0), + (844,0,284,-9984.98,-1619.1,27.4708,0,0,0,0,0,0,0,0,0,5.31165,0,0), + (844,0,285,-9951.41,-1667.43,25.4245,0,0,0,0,0,0,0,0,0,5.3195,0,0), + (844,0,286,-9925.78,-1696.36,22.9439,0,0,0,0,0,0,0,0,0,5.81429,0,0), + (844,0,287,-9897.08,-1710.83,26.0868,0,0,0,0,0,0,0,0,0,5.82607,0,0), + (844,0,288,-9869.15,-1725.69,23.2218,0,0,0,0,0,0,0,0,0,5.47657,0,0), + (844,0,289,-9852.03,-1752.42,22.4103,0,0,0,0,0,0,0,0,0,5.38625,0,0), + (844,0,290,-9826.76,-1782.1,23.1369,0,0,0,0,0,0,0,0,0,5.76324,0,0), + (844,0,291,-9790.31,-1802.4,27.6857,0,0,0,0,0,0,0,0,0,5.66899,0,0), + (844,0,292,-9755.52,-1831.02,38.4034,0,0,0,0,0,0,0,0,0,5.4216,0,0), + (844,0,293,-9734.99,-1860.02,45.889,0,0,0,0,0,0,0,0,0,5.32342,0,0), + (844,0,294,-9719.51,-1879.1,49.2752,0,0,0,0,0,0,0,0,0,5.61402,0,0), + (844,0,295,-9696.05,-1891.74,51.9546,0,0,0,0,0,0,0,0,0,6.00278,0,0), + (844,0,296,-9660.99,-1899.52,55.5988,0,0,0,0,0,0,0,0,0,6.01456,0,0), + (844,0,297,-9623.98,-1907.1,59.5171,5000,0,0,0,0,0,0,0,0,6.08918,0,0), + (844,0,298,-9596.44,-1932.23,63.2302,0,0,0,0,0,0,0,0,0,5.4373,0,0), + (844,0,299,-9577.14,-1957.51,67.1923,0,0,0,0,0,0,0,0,0,4.67155,0,0), + (844,0,300,-9579.4,-1981.08,66.6988,0,0,0,0,0,0,0,0,0,4.40455,0,0), + (844,0,301,-9590.23,-2008.11,65.5707,0,0,0,0,0,0,0,0,0,4.75547,0,0), + (844,0,302,-9587.03,-2057.37,65.0636,0,0,0,0,0,0,0,0,0,4.05647,0,0), + (844,0,303,-9593.27,-2065.16,64.0651,0,0,0,0,0,0,0,0,0,3.56559,0,0), + (844,0,304,-9619.08,-2072.71,61.2767,0,0,0,0,0,0,0,0,0,3.99756,0,0), + (844,0,305,-9629.9,-2085.51,61.2144,0,0,0,0,0,0,0,0,0,4.82223,0,0), + (844,0,306,-9623.13,-2102.23,61.8005,0,0,0,0,0,0,0,0,0,5.45838,0,0), + (844,0,307,-9585.37,-2139.41,70.6677,0,0,0,0,0,0,0,0,0,5.28562,0,0), + (844,0,308,-9572.79,-2161.46,78.4667,0,0,0,0,0,0,0,0,0,5.12854,0,0), + (844,0,309,-9559.86,-2193.73,91.9311,0,0,0,0,0,0,0,0,0,5.21101,0,0), + (844,0,310,-9553.54,-2204.55,93.4205,0,0,0,0,0,0,0,0,0,5.21101,0,0), + (844,0,311,-9545.26,-2216.21,90.1241,0,0,0,0,0,0,0,0,0,5.4584,0,0), + (844,0,312,-9515.68,-2246.76,78.2549,0,0,0,0,0,0,0,0,0,5.63904,0,0), + (844,0,313,-9495.2,-2259.02,75.7786,0,0,0,0,0,0,0,0,0,5.93748,0,0), + (844,0,314,-9436.89,-2273.81,70.5468,0,0,0,0,0,0,0,0,0,6.17702,0,0), + (844,0,315,-9404.95,-2275.21,67.5449,0,0,0,0,0,0,0,0,0,6.19666,0,0), + (844,0,316,-9367.3,-2278.23,71.3703,0,0,0,0,0,0,0,0,0,6.20059,0,0), + (844,0,317,-9323.04,-2280.83,71.2278,0,0,0,0,0,0,0,0,0,6.21629,0,0), + (844,0,318,-9290.92,-2282.85,67.5443,0,0,0,0,0,0,0,0,0,0.12553,0,0), + (844,0,319,-9275.53,-2278.49,67.6409,0,0,0,0,0,0,0,0,0,1.37824,0,0), + (844,0,320,-9271.57,-2253.45,64.5705,0,0,0,0,0,0,0,0,0,1.46464,0,0), + (844,0,321,-9271.4,-2243.12,64.0434,0,0,0,0,0,0,0,0,0,1.44893,0,0), + (844,0,322,-9270.34,-2208.37,64.058,0,0,0,0,0,0,0,0,0,0.659601,0,0), + (844,0,323,-9264.62,-2202.9,64.058,30000,0,0,0,0,0,0,0,0,0.761703,0,0), + (844,0,324,-9264.48,-2191.18,64.0898,0,0,0,0,0,0,0,0,0,1.12691,0,0), + (844,0,325,-9255.26,-2174.39,64.0583,0,0,0,0,0,0,0,0,0,1.52747,0,0), + (844,0,326,-9255.02,-2153.34,64.0497,0,0,0,0,0,0,0,0,0,0.714579,0,0), + (844,0,327,-9247.16,-2148.63,64.056,0,0,0,0,0,0,0,0,0,6.28305,0,0), + (844,0,328,-9238.09,-2148.74,64.3415,0,0,0,0,0,0,0,0,0,4.81436,0,0), + (844,0,329,-9237.44,-2156.86,64.3561,0,0,0,0,0,0,0,0,0,0.24334,0,0), + (844,0,330,-9231.55,-2155.36,64.3575,0,0,0,0,0,0,0,0,0,0.078407,0,0), + (844,0,331,-9226.45,-2155.2,63.7312,30000,0,0,0,0,0,0,0,0,0.031283,0,0), + (844,0,332,-9220.1,-2155,64.354,0,0,0,0,0,0,0,0,0,0.239413,0,0), + (844,0,333,-9216.06,-2153.68,64.354,5000,0,0,0,0,0,0,0,0,0.530011,0,0), + (844,0,334,-9219.77,-2155.01,64.354,0,0,0,0,0,0,0,0,0,3.27105,0,0), + (844,0,335,-9225.41,-2155.13,63.7311,0,0,0,0,0,0,0,0,0,3.1624,0,0), + (844,0,336,-9231.15,-2155.25,64.3584,0,0,0,0,0,0,0,0,0,3.37508,0,0), + (844,0,337,-9237.31,-2156.77,64.3584,0,0,0,0,0,0,0,0,0,1.76501,0,0), + (844,0,338,-9238.18,-2148.76,64.3411,0,0,0,0,0,0,0,0,0,3.02165,0,0), + (844,0,339,-9249.15,-2148.55,63.9338,0,0,0,0,0,0,0,0,0,3.67745,0,0), + (844,0,340,-9257.67,-2157.13,64.0348,0,0,0,0,0,0,0,0,0,4.62385,0,0), + (844,0,341,-9258.62,-2177.93,64.0579,0,0,0,0,0,0,0,0,0,4.30577,0,0), + (844,0,342,-9264.72,-2191.18,64.0894,0,0,0,0,0,0,0,0,0,4.59636,0,0), + (844,0,343,-9271.9,-2241.98,63.9644,0,0,0,0,0,0,0,0,0,4.5719,0,0), + (844,0,344,-9272.98,-2264.72,66.2602,0,0,0,0,0,0,0,0,0,4.66227,0,0), + (844,0,345,-9274.58,-2277.91,67.6425,0,0,0,0,0,0,0,0,0,3.89259,0,0), + (844,0,346,-9290.22,-2283.7,67.545,0,0,0,0,0,0,0,0,0,3.13861,0,0), + (844,0,347,-9322.94,-2280.98,71.2242,0,0,0,0,0,0,0,0,0,3.06007,0,0), + (844,0,348,-9363.92,-2277.63,71.4815,0,0,0,0,0,0,0,0,0,3.06007,0,0), + (844,0,349,-9403.79,-2274.33,67.5443,0,0,0,0,0,0,0,0,0,3.05614,0,0), + (844,0,350,-9436.23,-2270.65,70.3375,0,0,0,0,0,0,0,0,0,3.02865,0,0), + (844,0,351,-9475.93,-2262.14,74.7237,0,0,0,0,0,0,0,0,0,2.93048,0,0), + (844,0,352,-9511.57,-2246.59,77.7952,0,0,0,0,0,0,0,0,0,2.42782,0,0), + (844,0,353,-9545.38,-2211.74,91.4116,0,0,0,0,0,0,0,0,0,2.28881,0,0), + (844,0,354,-9549.87,-2205.41,93.3445,0,0,0,0,0,0,0,0,0,2.1867,0,0), + (844,0,355,-9555.7,-2195.05,92.6847,0,0,0,0,0,0,0,0,0,2.06889,0,0), + (844,0,356,-9575.72,-2149.26,74.493,0,0,0,0,0,0,0,0,0,2.10816,0,0), + (844,0,357,-9591.27,-2129.96,68.2226,0,0,0,0,0,0,0,0,0,2.35164,0,0), + (844,0,358,-9624.54,-2096.38,61.4732,0,0,0,0,0,0,0,0,0,1.84505,0,0), + (844,0,359,-9625.97,-2086,61.2153,0,0,0,0,0,0,0,0,0,0.902576,0,0), + (844,0,360,-9620.49,-2078.53,61.2296,0,0,0,0,0,0,0,0,0,0.399921,0,0), + (844,0,361,-9592.6,-2066.87,64.0926,0,0,0,0,0,0,0,0,0,0.820109,0,0), + (844,0,362,-9584.56,-2056.78,65.3276,0,0,0,0,0,0,0,0,0,1.55838,0,0), + (844,0,363,-9587.18,-2008.69,65.6429,0,0,0,0,0,0,0,0,0,1.20495,0,0), + (844,0,364,-9575.86,-1973.91,66.8863,0,0,0,0,0,0,0,0,0,1.47984,0,0), + (844,0,365,-9575.3,-1954.08,67.2295,0,0,0,0,0,0,0,0,0,1.65263,0,0), + (844,0,366,-9583.7,-1911.68,62.5275,0,0,0,0,0,0,0,0,0,1.86862,0,0), + (844,0,367,-9603.92,-1856.1,55.9317,0,0,0,0,0,0,0,0,0,1.91967,0,0), + (844,0,368,-9614.42,-1830.99,52.7644,0,0,0,0,0,0,0,0,0,1.64871,0,0), + (844,0,369,-9616.79,-1795.19,51.7746,0,0,0,0,0,0,0,0,0,1.52304,0,0), + (844,0,370,-9612.04,-1757.8,54.948,0,0,0,0,0,0,0,0,0,1.4445,0,0), + (844,0,371,-9611.03,-1741.91,56.7328,0,0,0,0,0,0,0,0,0,1.50733,0,0), + (844,0,372,-9609.26,-1710.11,56.0571,0,0,0,0,0,0,0,0,0,1.71938,0,0), + (844,0,373,-9621.76,-1660.48,56.1158,0,0,0,0,0,0,0,0,0,2.13564,0,0), + (844,0,374,-9640.89,-1631.56,55.4084,0,0,0,0,0,0,0,0,0,1.94322,0,0), + (844,0,375,-9646,-1615.21,55.9785,0,0,0,0,0,0,0,0,0,1.5623,0,0), + (844,0,376,-9645.07,-1576.13,54.7603,0,0,0,0,0,0,0,0,0,1.54267,0,0), + (844,0,377,-9646.25,-1548.95,53.9303,0,0,0,0,0,0,0,0,0,1.61465,0,0), + (844,0,378,-9650.61,-1504.22,57.7693,0,0,0,0,0,0,0,0,0,1.67041,0,0), + (844,0,379,-9653.71,-1479.23,55.5134,0,0,0,0,0,0,0,0,0,1.48584,0,0), + (844,0,380,-9649.77,-1440.24,54.0637,0,0,0,0,0,0,0,0,0,1.78822,0,0), + (844,0,381,-9659.08,-1402.37,53.0432,0,0,0,0,0,0,0,0,0,1.70183,0,0), + (844,0,382,-9662.95,-1367.72,49.5712,0,0,0,0,0,0,0,0,0,1.46228,0,0), + (844,0,383,-9658.17,-1333,48.4348,0,0,0,0,0,0,0,0,0,1.39552,0,0), + (844,0,384,-9649.57,-1298.14,46.0543,0,0,0,0,0,0,0,0,0,1.54475,0,0), + (844,0,385,-9648.9,-1267.82,42.7859,0,0,0,0,0,0,0,0,0,1.54867,0,0), + (844,0,386,-9651.33,-1232.16,36.8859,0,0,0,0,0,0,0,0,0,1.53689,0,0), + (844,0,387,-9649.54,-1211.18,36.187,0,0,0,0,0,0,0,0,0,1.16776,0,0), + (844,0,388,-9642.71,-1195.66,37.1652,0,0,0,0,0,0,0,0,0,1.05387,0,0), + (848,0,14,-9248.64,-2045.46,77.0022,0,0,0,0,0,0,0,0,0,4.91676,0,0), + (848,0,13,-9248.36,-2023.24,77.0013,60000,84801,0,0,0,0,0,0,0,1.58853,0,0), + (848,0,12,-9248.06,-2044.15,77.0034,0,0,0,0,0,0,0,0,0,1.84378,0,0), + (848,0,11,-9239.41,-2057.41,76.8398,0,0,0,0,0,0,0,0,0,1.72205,0,0), + (848,0,10,-9243.86,-2085.17,75.3524,0,0,0,0,0,0,0,0,0,1.35526,0,0), + (848,0,9,-9245.36,-2104.48,70.2651,0,0,0,0,0,0,0,0,0,1.35526,0,0), + (848,0,8,-9248.75,-2116.83,66.1153,0,0,0,0,0,0,0,0,0,1.05681,0,0), + (848,0,7,-9262.62,-2131.42,65.3403,0,0,0,0,0,0,0,0,0,0.903661,0,0), + (848,0,6,-9267.21,-2137.46,62.1799,0,0,0,0,0,0,0,0,0,1.15106,0,0), + (848,0,5,-9281.29,-2171.65,59.6998,0,0,0,0,0,0,0,0,0,1.24138,0,0), + (848,0,4,-9287.74,-2206.22,62.7899,0,0,0,0,0,0,0,0,0,1.06066,0,0), + (848,0,3,-9293.39,-2209.66,61.821,0,0,0,0,0,0,0,0,0,0.401712,0,0), + (848,0,2,-9315.13,-2208.34,61.8977,0,0,0,0,0,0,0,0,0,6.15947,0,0), + (848,0,1,-9327.6,-2202.14,61.898,30000,84801,0,0,0,0,0,0,0,2.48597,0,0), + (849,0,14,-9249.2,-2126.65,64.3418,0,0,0,0,0,0,0,0,0,0.193481,0,0), + (849,0,13,-9264.35,-2133.3,64.3245,0,0,0,0,0,0,0,0,0,0.769574,0,0), + (849,0,12,-9270.13,-2152.55,61.1369,0,0,0,0,0,0,0,0,0,1.28794,0,0), + (849,0,11,-9280.69,-2175.14,60.2934,0,0,0,0,0,0,0,0,0,1.17013,0,0), + (849,0,10,-9286.83,-2203.5,62.899,0,0,0,0,0,0,0,0,0,1.07195,0,0), + (849,0,9,-9293.37,-2209.15,61.8213,0,0,0,0,0,0,0,0,0,0.311687,0,0), + (849,0,8,-9326.1,-2210.98,61.8981,0,0,0,0,0,0,0,0,0,6.27006,0,0), + (849,0,7,-9342.04,-2206.52,61.8981,0,0,0,0,0,0,0,0,0,5.47914,0,0), + (849,0,6,-9333.46,-2184.53,61.8981,0,0,0,0,0,0,0,0,0,4.18637,0,0), + (849,0,5,-9344.81,-2183.14,61.8981,0,0,0,0,0,0,0,0,0,0.826432,0,0), + (849,0,4,-9342.98,-2208.78,61.8981,0,0,0,0,0,0,0,0,0,2.00139,0,0), + (849,0,3,-9316.21,-2213.16,61.8981,0,0,0,0,0,0,0,0,0,3.07503,0,0), + (849,0,2,-9282.55,-2212.77,63.4702,0,0,0,0,0,0,0,0,0,3.37348,0,0), + (849,0,1,-9262.29,-2204.6,63.934,2000,84901,0,0,0,0,0,0,0,3.56748,0,0), + (869,0,1,-10642.8,1016.66,31.5651,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,2,-10620.2,1000.85,32.9944,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,3,-10594,987.937,36.8771,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,4,-10564.6,975.733,40.6344,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,5,-10532.9,961.984,40.8852,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,6,-10500.2,952.64,39.4598,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,7,-10466.9,953.813,35.8982,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,8,-10433.2,981.964,34.7575,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,9,-10410.5,994.716,32.1643,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,10,-10400.4,992.543,31.5791,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,11,-10386.8,984.074,31.5979,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,12,-10367.4,980.618,31.4729,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,13,-10333.5,978.783,31.2549,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,14,-10300.2,965.637,31.253,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,15,-10285.6,964.09,31.1856,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,16,-10273.9,970.693,31.1856,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,17,-10267.6,983.352,31.3106,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,18,-10260.9,989.903,31.3775,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,19,-10234,996.264,31.4918,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,20,-10215.9,994.502,32.5031,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,21,-10200.1,989.352,32.9333,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,22,-10190,984.9,33.7804,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,23,-10166.8,986.717,34.0541,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,24,-10133.5,990.649,36.0486,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,25,-10116.7,990.127,38.2197,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,26,-10100.2,999.191,37.4609,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,27,-10116.7,990.127,38.2197,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,28,-10133.5,990.649,36.0486,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,29,-10166.8,986.717,34.0541,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,30,-10190,984.9,33.7804,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,31,-10200.1,989.352,32.9333,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,32,-10215.9,994.502,32.5031,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,33,-10234,996.264,31.4918,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,34,-10260.9,989.903,31.3775,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,35,-10267.6,983.352,31.3106,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,36,-10273.9,970.693,31.1856,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,37,-10285.6,964.09,31.1856,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,38,-10300.2,965.637,31.253,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,39,-10333.5,978.783,31.2549,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,40,-10367.4,980.618,31.4729,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,41,-10386.8,984.074,31.5979,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,42,-10400.4,992.543,31.5791,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,43,-10410.5,994.716,32.1643,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,44,-10433.2,981.964,34.7575,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,45,-10466.9,953.813,35.8982,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,46,-10500.2,952.64,39.4598,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,47,-10532.9,961.984,40.8852,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,48,-10564.6,975.733,40.6344,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,49,-10594,987.937,36.8771,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,50,-10620.2,1000.85,32.9944,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,51,-10642.8,1016.66,31.5651,0,0,0,0,0,0,0,0,0,0,0,0), + (869,0,52,-10647.5,1012.37,31.7765,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,54,-10634,1085.89,33.7429,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,53,-10634.2,1072.22,33.9011,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,52,-10640.8,1056.61,33.6924,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,51,-10655.1,1038.74,33.5862,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,50,-10663.5,1029.08,32.6901,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,49,-10699.9,1033.7,34.4718,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,48,-10719.8,1032.39,34.5889,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,47,-10732.5,1027.08,34.5889,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,46,-10746.9,1018.55,34.1645,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,45,-10768.8,1017.26,32.2448,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,44,-10794,1018.67,32.3207,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,43,-10833.3,1009.72,32.8247,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,42,-10864.5,1006.46,31.6738,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,41,-10898.8,999.455,35.7099,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,40,-10919.7,993.33,35.4693,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,39,-10942.5,967.619,32.4577,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,38,-10949.2,940.715,31.5501,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,37,-10946.8,934.303,31.5501,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,36,-10914.5,901.584,32.2835,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,35,-10916.3,868.856,32.4557,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,34,-10926.3,852.305,32.8429,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,33,-10929.2,832.726,32.2906,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,32,-10919.8,800.14,30.8475,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,31,-10900.7,777.566,30.7594,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,30,-10880.3,749.302,31.0975,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,29,-10877.1,732.916,31.1069,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,28,-10871.7,699.82,30.9884,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,27,-10866.9,665.396,31.0318,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,26,-10871.7,699.82,30.9884,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,25,-10877.1,732.916,31.1069,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,24,-10880.3,749.302,31.0975,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,23,-10900.7,777.566,30.7594,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,22,-10919.8,800.14,30.8475,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,21,-10929.2,832.726,32.2906,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,20,-10926.3,852.305,32.8429,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,19,-10916.3,868.856,32.4557,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,18,-10914.5,901.584,32.2835,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,17,-10946.8,934.303,31.5501,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,16,-10949.2,940.715,31.5501,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,15,-10942.5,967.619,32.4577,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,14,-10919.7,993.33,35.4693,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,13,-10898.8,999.455,35.7099,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,12,-10864.5,1006.46,31.6738,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,11,-10833.3,1009.72,32.8247,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,10,-10793.8,1018.65,32.2895,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,9,-10768.8,1017.26,32.2448,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,8,-10746.8,1018.54,34.1091,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,7,-10732.5,1027.08,34.5889,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,6,-10719.8,1032.39,34.5889,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,5,-10699.9,1033.7,34.4718,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,4,-10663.5,1029.08,32.6901,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,3,-10655.1,1038.74,33.5862,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,2,-10640.8,1056.61,33.6924,0,0,0,0,0,0,0,0,0,0,0,0), + (874,0,1,-10634.2,1072.22,33.9011,0,0,0,0,0,0,0,0,0,0,0,0), + (887,0,1,-10624.2,-1184.73,28.8551,0,0,0,0,0,0,0,0,0,0.310227,0,0), + (887,0,2,-10603.9,-1179.83,27.9701,0,0,0,0,0,0,0,0,0,0.259176,0,0), + (887,0,3,-10585.5,-1176.79,28.4983,0,0,0,0,0,0,0,0,0,0.161001,0,0), + (887,0,4,-10565.3,-1181.89,28.1624,0,0,0,0,0,0,0,0,0,6.02793,0,0), + (887,0,5,-10557.9,-1210.83,27.5744,0,0,0,0,0,0,0,0,0,4.97157,0,0), + (887,0,6,-10550.5,-1188.51,27.9151,0,0,0,0,0,0,0,0,0,1.22522,0,0), + (887,0,7,-10518.9,-1186.23,28.008,0,0,0,0,0,0,0,0,0,0.062828,0,0), + (887,0,8,-10549.1,-1185.74,27.8527,0,0,0,0,0,0,0,0,0,3.0552,0,0), + (887,0,9,-10555.8,-1156.29,28.0358,0,0,0,0,0,0,0,0,0,1.86139,0,0), + (887,0,10,-10578.3,-1171.68,28.3833,0,0,0,0,0,0,0,0,0,3.88772,0,0), + (887,0,11,-10600.1,-1180.39,28.0589,0,0,0,0,0,0,0,0,0,3.47146,0,0), + (934,0,1,-9268.26,-2200,64.0579,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,2,-9269.66,-2222.43,64.0023,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,3,-9270.65,-2245.76,64.0462,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,4,-9271.06,-2266.03,66.2466,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,5,-9275.42,-2273.58,67.4109,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,6,-9281.13,-2260.52,65.9722,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,7,-9283.65,-2243.7,63.5711,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,8,-9284.11,-2226.77,63.3911,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,9,-9285.21,-2216.08,63.26,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,10,-9296.33,-2212.81,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,11,-9311.43,-2210.67,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,12,-9322.4,-2210.03,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,13,-9335,-2207.96,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,14,-9344.36,-2206.35,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,15,-9335.03,-2207.95,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,16,-9322.4,-2210.03,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,17,-9311.43,-2210.67,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,18,-9297.22,-2212.78,61.8978,0,0,0,0,0,0,0,0,0,100,0,0), + (1225,0,1,-5677.17,-3165.29,317.711,0,0,0,0,0,0,0,0,0,1.57789,0,0), + (1225,0,2,-5683.2,-3147.19,313.037,0,0,0,0,0,0,0,0,0,2.30046,0,0), + (1225,0,3,-5716.18,-3110.81,316.687,0,0,0,0,0,0,0,0,0,2.03425,0,0), + (1225,0,4,-5716.19,-3093.08,325.601,0,0,0,0,0,0,0,0,0,1.55254,0,0), + (1225,0,5,-5712.21,-3090.3,327.739,0,0,0,0,0,0,0,0,0,0.589117,0,0), + (1225,0,6,-5705.48,-3092.52,329.362,0,0,0,0,0,0,0,0,0,5.92394,0,0), + (1225,0,7,-5681.83,-3110.57,338.122,0,0,0,0,0,0,0,0,0,5.64294,0,0), + (1225,0,8,-5659.5,-3122.22,344.336,0,0,0,0,0,0,0,0,0,5.78846,0,0), + (1225,0,9,-5639.59,-3124.54,348.405,0,0,0,0,0,0,0,0,0,6.16981,0,0), + (1225,0,10,-5618.11,-3110.91,360.618,0,0,0,0,0,0,0,0,0,0.664387,0,0), + (1225,0,11,-5621.49,-3096.32,368.248,0,0,0,0,0,0,0,0,0,1.82939,0,0), + (1225,0,12,-5632.21,-3078.61,374.991,0,0,0,0,0,0,0,0,0,2.11541,0,0), + (1225,0,13,-5629.79,-3056.12,384.466,0,0,0,0,0,0,0,0,0,1.49821,0,0), + (1225,0,14,-5642.28,-3036.87,385.472,0,0,0,0,0,0,0,0,0,2.15053,0,0), + (1225,0,15,-5609.37,-3006.88,386.288,300000,0,0,0,0,0,0,0,0,3.90812,0,0), + (1225,0,16,-5643.63,-3036.39,385.532,0,0,0,0,0,0,0,0,0,3.87666,0,0), + (1225,0,17,-5630.17,-3057.02,384.386,0,0,0,0,0,0,0,0,0,5.2666,0,0), + (1225,0,18,-5629.84,-3065.5,381.13,0,0,0,0,0,0,0,0,0,4.72468,0,0), + (1225,0,19,-5634.87,-3078.45,374.489,0,0,0,0,0,0,0,0,0,4.41859,0,0), + (1225,0,20,-5620.42,-3101.08,364.82,0,0,0,0,0,0,0,0,0,5.31678,0,0), + (1225,0,21,-5624.63,-3117.04,354.494,0,0,0,0,0,0,0,0,0,4.12756,0,0), + (1225,0,22,-5644.95,-3125.08,347.271,0,0,0,0,0,0,0,0,0,2.95841,0,0), + (1225,0,23,-5660.74,-3121.58,343.976,0,0,0,0,0,0,0,0,0,2.90321,0,0), + (1225,0,24,-5676.21,-3111.59,340.021,0,0,0,0,0,0,0,0,0,2.58207,0,0), + (1225,0,25,-5691.9,-3102.99,333.647,0,0,0,0,0,0,0,0,0,2.61719,0,0), + (1225,0,26,-5711.66,-3088.43,328.762,0,0,0,0,0,0,0,0,0,2.75769,0,0), + (1225,0,27,-5717.66,-3099.03,321.687,0,0,0,0,0,0,0,0,0,4.14763,0,0), + (1225,0,28,-5705.21,-3132.32,315.838,0,0,0,0,0,0,0,0,0,5.09097,0,0), + (1225,0,29,-5683.2,-3147.19,313.037,0,0,0,0,0,0,0,0,0,2.30046,0,0), + (1225,0,30,-5677.17,-3165.29,317.711,0,0,0,0,0,0,0,0,0,1.57789,0,0), + (1225,0,31,-5679.01,-3185.05,319.508,0,0,0,0,0,0,0,0,0,5.1261,0,0), + (1373,0,1,-5601.64,-541.38,392.42,0,0,0,0,0,0,0,0,0,0.5,0,0), + (1373,0,2,-5597.94,-542.04,392.42,0,0,0,0,0,0,0,0,0,5.5,0,0), + (1373,0,3,-5597.95,-548.43,395.48,0,0,0,0,0,0,0,0,0,4.7,0,0), + (1373,0,4,-5605.31,-549.33,399.09,0,0,0,0,0,0,0,0,0,3.1,0,0), + (1373,0,5,-5607.55,-546.63,399.09,0,0,0,0,0,0,0,0,0,1.5,0,0), + (1373,0,6,-5597.52,-538.75,399.09,0,0,0,0,0,0,0,0,0,1.5,0,0), + (1373,0,7,-5597.62,-530.24,399.65,0,0,0,0,0,0,0,0,0,3,0,0), + (1373,0,8,-5603.67,-529.91,399.65,20000,0,0,0,0,0,0,0,0,4.2,0,0), + (1373,0,9,-5603.67,-529.91,399.65,0,0,0,0,0,0,0,0,0,4.2,0,0), + (1373,0,10,-5597.62,-530.24,399.65,0,0,0,0,0,0,0,0,0,3,0,0), + (1373,0,11,-5597.52,-538.75,399.09,0,0,0,0,0,0,0,0,0,1.5,0,0), + (1373,0,12,-5607.55,-546.63,399.09,0,0,0,0,0,0,0,0,0,1.5,0,0), + (1373,0,13,-5605.31,-549.33,399.09,0,0,0,0,0,0,0,0,0,3.1,0,0), + (1373,0,14,-5597.95,-548.43,395.48,0,0,0,0,0,0,0,0,0,4.7,0,0), + (1373,0,15,-5597.94,-542.04,392.42,0,0,0,0,0,0,0,0,0,5.5,0,0), + (1373,0,16,-5601.64,-541.38,392.42,1000,137301,0,0,0,0,0,0,0,0,0,0), + (1373,0,17,-5605.96,-544.451,392.43,0,0,0,0,0,0,0,0,0,0.5,0,0), + (1373,0,18,-5605.96,-544.451,392.43,2000,137302,0,0,0,0,0,0,0,0.977384,0,0), + (1416,0,1,-8393.09,687.41,95.27,0,0,0,0,0,0,0,0,0,3.72,0,0), + (1416,0,2,-8400.51,681.85,95.96,0,0,0,0,0,0,0,0,0,5,0,0), + (1416,0,3,-8388.72,646.85,94.82,0,0,0,0,0,0,0,0,0,3.92,0,0), + (1416,0,4,-8422.25,618.12,95.46,10000,141601,0,0,0,0,0,0,0,3.2,0,0), + (1416,0,5,-8421.99,617.93,95.45,9000,141602,0,0,0,0,0,0,0,5.34,0,0), + (1416,0,6,-8388.72,646.85,94.82,0,0,0,0,0,0,0,0,0,1.98295,0,0), + (1416,0,7,-8400.51,681.85,95.96,0,0,0,0,0,0,0,0,0,0.798564,0,0), + (1416,0,8,-8393.09,687.41,95.27,0,0,0,0,0,0,0,0,0,6.03867,0,0), + (1416,0,9,-8387,685.202,95.356,0,0,0,0,0,0,0,0,0,2.47925,0,0), + (1416,0,10,-8387,685.202,95.356,2000,141603,0,0,0,0,0,0,0,2.47925,0,0), + (1433,0,1,-8768.19,715.132,99.5343,2500,143301,0,0,0,0,0,0,0,0,0,0), + (1433,0,2,-8776.53,714.943,99.5343,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,3,-8764.02,718.846,99.5343,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,4,-8756.49,726.23,98.1827,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,5,-8737.77,700.301,98.7146,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,6,-8776.04,669.29,103.093,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,7,-8760.53,646.648,103.862,0,143302,0,0,0,0,0,0,0,0,0,0), + (1433,0,8,-8759.42,624.292,101.056,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,9,-8770.38,609.041,97.2165,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,10,-8797.7,588.021,97.3042,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,11,-8818.46,616.102,94.9164,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,12,-8818.67,626.67,93.9437,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,13,-8791.16,634.711,94.5033,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,14,-8779.68,637.628,97.2233,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,15,-8781.26,638.974,97.2233,15000,143303,0,0,0,0,0,0,0,2.66,0,0), + (1433,0,16,-8781.68,637.128,97.2233,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,17,-8825.46,624.483,93.8268,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,18,-8849.64,602.755,92.1315,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,19,-8864.55,585.043,92.84,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,20,-8856.92,577.403,95.375,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,21,-8849.48,570.495,94.68,25000,143304,0,0,0,0,0,0,0,0,0,0), + (1433,0,22,-8856.92,577.403,95.375,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,23,-8864.55,585.043,92.84,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,24,-8837.26,611.555,93.3786,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,25,-8843.4,642.051,95.825,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,26,-8850.36,660.501,97.1423,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,27,-8825.86,677.315,97.6257,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,28,-8843.57,720.188,97.4082,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,29,-8801.84,745.453,97.5976,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,30,-8773.15,740.631,99.4496,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,31,-8757.46,725.815,98.2184,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,32,-8769.03,714.77,99.5337,0,143305,0,0,0,0,0,0,0,0,0,0), + (1433,0,33,-8778.93,715.753,99.5337,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,34,-8775.91,719.409,101.569,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,35,-8770.39,724.865,105.913,0,0,0,0,0,0,0,0,0,0,0,0), + (1433,0,36,-8765.45,721.19,105.913,0,1,0,0,0,0,0,0,0,0,0,0), + (1533,0,1,2882.23,1037.63,111.597,0,0,0,0,0,0,0,0,0,5.32251,0,0), + (1533,0,2,2891.75,1028.41,107.154,0,0,0,0,0,0,0,0,0,5.50315,0,0), + (1533,0,3,2897.44,1009.81,108.33,0,0,0,0,0,0,0,0,0,4.79315,0,0), + (1533,0,4,2898.23,975.086,114.218,0,0,0,0,0,0,0,0,0,4.68382,0,0), + (1533,0,5,2898.81,957.889,115.079,0,0,0,0,0,0,0,0,0,5.0828,0,0), + (1533,0,6,2900.9,948.054,115.272,0,0,0,0,0,0,0,0,0,5.16605,0,0), + (1533,0,7,2908.08,932.171,114.899,0,0,0,0,0,0,0,0,0,4.74586,0,0), + (1533,0,8,2908.56,927.233,114.845,0,0,0,0,0,0,0,0,0,4.37987,0,0), + (1533,0,9,2904.41,921.068,114.925,0,0,0,0,0,0,0,0,0,3.86936,0,0), + (1533,0,10,2897.89,915.506,114.76,0,0,0,0,0,0,0,0,0,3.54421,0,0), + (1533,0,11,2891.89,912.366,114.579,0,0,0,0,0,0,0,0,0,3.88998,0,0), + (1533,0,12,2864.54,888.054,112.785,0,0,0,0,0,0,0,0,0,3.82715,0,0), + (1533,0,13,2846.08,873.334,112.199,0,0,0,0,0,0,0,0,0,3.4211,0,0), + (1533,0,14,2822.72,864.899,111.841,0,0,0,0,0,0,0,0,0,3.7761,0,0), + (1533,0,15,2805.19,861.231,111.841,0,0,0,0,0,0,0,0,0,2.99463,0,0), + (1533,0,16,2792.86,863.311,111.756,0,0,0,0,0,0,0,0,0,2.82891,0,0), + (1533,0,17,2785.89,866.45,111.558,0,0,0,0,0,0,0,0,0,2.45427,0,0), + (1533,0,18,2763.86,884.346,111.468,0,0,0,0,0,0,0,0,0,2.18174,0,0), + (1533,0,19,2752.15,900.057,111.775,0,0,0,0,0,0,0,0,0,2.0655,0,0), + (1533,0,20,2745.14,912.963,110.819,0,0,0,0,0,0,0,0,0,1.79297,0,0), + (1533,0,21,2735.78,942.471,109.498,0,0,0,0,0,0,0,0,0,1.70579,0,0), + (1533,0,22,2733.88,952.497,109.278,0,0,0,0,0,0,0,0,0,1.65788,0,0), + (1533,0,23,2733.97,964.451,109.262,0,0,0,0,0,0,0,0,0,0.938454,0,0), + (1533,0,24,2735.98,972.289,109.316,0,0,0,0,0,0,0,0,0,0.947093,0,0), + (1533,0,25,2748.28,980.282,109.316,0,0,0,0,0,0,0,0,0,0.524548,0,0), + (1533,0,26,2759.92,988.789,109.336,0,0,0,0,0,0,0,0,0,0.960444,0,0), + (1533,0,27,2767.27,997.694,109.877,0,0,0,0,0,0,0,0,0,1.189,0,0), + (1533,0,28,2770.28,1005.85,109.477,0,0,0,0,0,0,0,0,0,1.49294,0,0), + (1533,0,29,2772.9,1017.25,108.61,0,0,0,0,0,0,0,0,0,1.44465,0,0), + (1533,0,30,2773.85,1027.46,108.478,0,0,0,0,0,0,0,0,0,1.20904,0,0), + (1533,0,31,2790.31,1042.25,110.684,0,0,0,0,0,0,0,0,0,0.133824,0,0), + (1533,0,32,2810.03,1038.34,111.127,0,0,0,0,0,0,0,0,0,0.012089,0,0), + (1533,0,33,2824.45,1037.32,112.118,0,0,0,0,0,0,0,0,0,0.042716,0,0), + (1533,0,34,2839.4,1037.63,113.927,0,0,0,0,0,0,0,0,0,0.019154,0,0), + (1533,0,35,2853.29,1041.9,115.65,0,0,0,0,0,0,0,0,0,0.321532,0,0), + (1533,0,36,2861.56,1043.2,115.985,0,0,0,0,0,0,0,0,0,0.681244,0,0), + (1533,0,37,2882.23,1037.63,111.597,180000,153301,0,0,0,0,0,0,0,5.32251,0,0), + (1655,0,1,2742.71,785.519,119.133,25000,0,0,0,0,0,0,0,0,0.454,0,0), + (1655,0,2,2747.48,789.889,119.131,0,0,0,0,0,0,0,0,0,0.981,0,0), + (1655,0,3,2749.94,797.442,119.108,0,0,0,0,0,0,0,0,0,0.871,0,0), + (1655,0,4,2753.93,798.877,119.091,0,0,0,0,0,0,0,0,0,0.086,0,0), + (1655,0,5,2756.69,798.914,119.131,0,0,0,0,0,0,0,0,0,5.933,0,0), + (1655,0,6,2763.93,796.199,114.367,0,0,0,0,0,0,0,0,0,5.395,0,0), + (1655,0,7,2764.54,794.093,114.367,0,0,0,0,0,0,0,0,0,4.295,0,0), + (1655,0,8,2762.54,791.399,114.367,0,0,0,0,0,0,0,0,0,3.644,0,0), + (1655,0,9,2758.8,790.731,114.367,0,0,0,0,0,0,0,0,0,2.941,0,0), + (1655,0,10,2752.16,792.589,114.367,0,0,0,0,0,0,0,0,0,3.467,0,0), + (1655,0,11,2751.12,799.975,114.367,0,0,0,0,0,0,0,0,0,1.29676,0,0), + (1655,0,12,2752.03,803.195,114.245,15000,0,0,0,0,0,0,0,0,1.32032,0,0), + (1655,0,13,2748.36,790.155,114.367,0,0,0,0,0,0,0,0,0,4.268,0,0), + (1655,0,14,2746.26,783.31,114.837,80000,0,0,0,0,0,0,0,0,1.247,0,0), + (1655,0,15,2748.36,790.155,114.367,0,0,0,0,0,0,0,0,0,1.268,0,0), + (1655,0,16,2751.12,799.975,114.367,0,0,0,0,0,0,0,0,0,1.29676,0,0), + (1655,0,17,2752.03,803.195,114.245,15000,0,0,0,0,0,0,0,0,1.32032,0,0), + (1655,0,18,2752.16,792.589,114.367,0,0,0,0,0,0,0,0,0,0.467,0,0), + (1655,0,19,2758.8,790.731,114.367,0,0,0,0,0,0,0,0,0,5.941,0,0), + (1655,0,20,2762.54,791.399,114.367,0,0,0,0,0,0,0,0,0,0.644,0,0), + (1655,0,21,2764.54,794.093,114.367,0,0,0,0,0,0,0,0,0,1.295,0,0), + (1655,0,22,2763.93,796.199,114.367,0,0,0,0,0,0,0,0,0,2.395,0,0), + (1655,0,23,2756.69,798.914,119.131,0,0,0,0,0,0,0,0,0,2.933,0,0), + (1655,0,24,2753.93,798.877,119.091,0,0,0,0,0,0,0,0,0,3.086,0,0), + (1655,0,25,2749.94,797.442,119.108,0,0,0,0,0,0,0,0,0,3.871,0,0), + (1655,0,26,2747.48,789.889,119.131,0,0,0,0,0,0,0,0,0,3.981,0,0), + (1655,0,27,2742.71,785.519,119.133,0,0,0,0,0,0,0,0,0,3.454,0,0), + (1692,0,1,-5636.06,-495.833,396.778,0,0,0,0,0,0,0,0,0,0,0,0), + (1692,0,2,-5641.4,-498.896,396.778,0,0,0,0,0,0,0,0,0,0,0,0), + (1692,0,3,-5640.83,-501.392,396.794,20000,0,0,0,0,0,0,0,0,4.93611,0,0), + (1692,0,4,-5641.4,-498.896,396.778,0,0,0,0,0,0,0,0,0,0,0,0), + (1692,0,5,-5640.07,-496.738,396.778,0,0,0,0,0,0,0,0,0,0,0,0), + (1692,0,6,-5636.06,-495.833,396.778,0,0,0,0,0,0,0,0,0,0,0,0), + (1692,0,7,-5633.44,-496.477,396.778,0,0,0,0,0,0,0,0,0,0,0,0), + (1692,0,8,-5633.44,-496.477,396.778,30000,0,0,0,0,0,0,0,0,2.19912,0,0), + (1721,0,1,-8640.1,436.517,101.821,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,2,-8647.26,427.427,101.733,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,3,-8655.34,420.252,102.436,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,4,-8664.83,410.733,103.325,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,5,-8670.94,403.806,103.693,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,6,-8680.04,399.446,103.015,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,7,-8687.06,395.845,102.312,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,8,-8693.09,396.72,102.078,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,9,-8695.88,392.01,102.276,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,10,-8695.88,392.01,102.276,180000,0,0,0,0,0,0,0,0,1.13446,0,0), + (1721,0,11,-8698.44,401.653,101.432,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,12,-8717.6,406.825,98.0212,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,13,-8724.56,406.731,97.8257,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,14,-8733.27,395.069,98.2072,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,15,-8733.27,395.069,98.2072,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,16,-8733.27,395.069,98.2072,180000,0,0,0,0,0,0,0,0,1.0472,0,0), + (1721,0,17,-8726.09,405.419,97.9829,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,18,-8724.29,423.099,98.0708,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,19,-8715.03,455.983,97.2586,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,20,-8681.31,485.258,96.9778,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,21,-8666.83,497.894,100.78,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,22,-8652.38,486.102,102.389,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,23,-8636.2,465.463,102.376,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,24,-8632.35,456.593,102.457,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,25,-8638.79,450.024,102.468,0,0,0,0,0,0,0,0,0,0,0,0), + (1721,0,26,-8638.79,450.024,102.468,180000,0,0,0,0,0,0,0,0,1.25664,0,0), + (1721,0,27,-8633.33,442.715,102.707,0,0,0,0,0,0,0,0,0,0,0,0), + (1737,0,1,1819.56,1590.7,95.917,0,0,0,0,0,0,0,0,0,3.13374,0,0), + (1737,0,2,1798.88,1595.39,101.257,0,0,0,0,0,0,0,0,0,2.1421,0,0), + (1737,0,3,1797.66,1600.84,102.917,0,0,0,0,0,0,0,0,0,1.21376,0,0), + (1737,0,4,1804.48,1604.08,102.872,10000,0,0,0,0,0,0,0,0,0.49276,0,0), + (1737,0,5,1797.25,1601.4,102.968,0,0,0,0,0,0,0,0,0,4.71899,0,0), + (1737,0,6,1798.38,1595.07,101.349,0,0,0,0,0,0,0,0,0,0.099272,0,0), + (1737,0,7,1820.85,1590.95,95.6439,0,0,0,0,0,0,0,0,0,0.77,0,0), + (1737,0,8,1828.54,1611.1,95.7643,0,0,0,0,0,0,0,0,0,1.43916,0,0), + (1737,0,9,1826.47,1644.35,95.6223,30000,0,0,0,0,0,0,0,0,1.56295,0,0), + (1737,0,10,1827.58,1597.64,95.3776,0,0,0,0,0,0,0,0,0,4.66134,0,0), + (1737,0,11,1827.58,1597.64,95.3776,40000,173701,0,0,0,0,0,0,0,4.66134,0,0), + (1739,0,1,1847.41,1562.06,94.9508,10000,0,0,0,0,0,0,0,0,4.77069,0,0), + (1739,0,2,1850.83,1561.74,94.6875,0,0,0,0,0,0,0,0,0,1.53563,0,0), + (1739,0,3,1853.08,1580.78,94.0011,0,0,0,0,0,0,0,0,0,0.87904,0,0), + (1739,0,4,1862.66,1588.71,92.2148,0,0,0,0,0,0,0,0,0,5.92836,0,0), + (1739,0,5,1879.29,1588.1,90.2351,15000,0,0,0,0,0,0,0,0,6.25509,0,0), + (1739,0,6,1874.32,1590.82,90.8876,0,0,0,0,0,0,0,0,0,3.01925,0,0), + (1739,0,7,1830.79,1592.76,94.3424,2000,173901,0,0,0,0,0,0,0,3.98686,0,0), + (1739,0,8,1817.14,1583.13,95.8498,0,173902,0,0,0,0,0,0,0,0.086576,0,0), + (1739,0,9,1818.17,1582.8,95.7979,15000,0,0,0,0,0,0,0,0,0.084208,0,0), + (1739,0,10,1817.71,1571.91,95.6719,0,0,0,0,0,0,0,0,0,5.1783,0,0), + (1739,0,11,1820.69,1568.39,95.6401,0,0,0,0,0,0,0,0,0,5.6943,0,0), + (1739,0,12,1828.08,1564.87,95.6222,8000,0,0,0,0,0,0,0,0,5.68566,0,0), + (1739,0,13,1829.92,1577.48,95.6222,0,0,0,0,0,0,0,0,0,0.985835,0,0), + (1739,0,14,1835.97,1584.46,94.2479,0,0,0,0,0,0,0,0,0,0.185514,0,0), + (1739,0,15,1846.08,1583.83,93.7457,0,0,0,0,0,0,0,0,0,4.75496,0,0), + (1739,0,16,1847.03,1571.37,95.0757,0,0,0,0,0,0,0,0,0,4.73926,0,0), + (1754,0,1,-8336.44,398.293,122.274,0,0,0,0,0,0,0,0,0,1.598,0,0), + (1754,0,2,-8336.9,403.524,122.274,0,0,0,0,0,0,0,0,0,2.34491,0,0), + (1754,0,3,-8346.31,414.937,122.274,0,0,0,0,0,0,0,0,0,3.65967,0,0), + (1754,0,4,-8357.95,409.593,122.274,0,0,0,0,0,0,0,0,0,2.30486,0,0), + (1754,0,5,-8387.14,445.791,122.275,0,0,0,0,0,0,0,0,0,2.25775,0,0), + (1754,0,6,-8392.4,452.202,123.76,10000,175401,0,0,0,0,0,0,0,2.25775,0,0), + (1754,0,7,-8400.86,463.355,123.76,40000,175402,0,0,0,0,0,0,0,2.07666,0,0), + (1754,0,8,-8386.97,445.847,122.275,0,0,0,0,0,0,0,0,0,5.40122,0,0), + (1754,0,9,-8358.15,410.531,122.275,0,0,0,0,0,0,0,0,0,0.16575,0,0), + (1754,0,10,-8345.4,414.187,122.275,0,0,0,0,0,0,0,0,0,5.402,0,0), + (1754,0,11,-8336.05,402.219,122.275,0,0,0,0,0,0,0,0,0,4.95197,0,0), + (1754,0,12,-8334.01,394.723,122.275,3000,175403,0,0,0,0,0,0,0,2.56278,0,0), + (1755,0,1,-8403.89,469.689,123.76,15000,0,0,0,0,0,0,0,0,5.19074,0,0), + (1755,0,2,-8421.35,488.745,122.275,0,0,0,0,0,0,0,0,0,3.32384,0,0), + (1755,0,3,-8443.96,471.661,122.275,0,0,0,0,0,0,0,0,0,4.80903,0,0), + (1755,0,4,-8439.43,464.675,122.275,2000,175501,0,0,0,0,0,0,0,5.36195,0,0), + (2315,0,1,1860.68,1578.52,94.1668,0,0,0,0,0,0,0,0,0,4.70722,0,0), + (2315,0,2,1860.47,1575.17,94.3123,0,0,0,0,0,0,0,0,0,4.64439,0,0), + (2315,0,3,1856.48,1575.11,94.3123,0,0,0,0,0,0,0,0,0,3.17962,0,0), + (2315,0,4,1857.07,1575.09,94.3123,30000,0,0,0,0,0,0,0,0,6.2509,0,0), + (2315,0,5,1859.89,1575.11,94.3123,0,0,0,0,0,0,0,0,0,1.02329,0,0), + (2315,0,6,1862.43,1582.4,92.6873,0,0,0,0,0,0,0,0,0,1.20776,0,0), + (2315,0,7,1861.78,1584.95,92.4294,9000,0,0,0,0,0,0,0,0,1.97745,0,0), + (2315,0,8,1848.8,1590.11,93.1537,0,0,0,0,0,0,0,0,0,2.8728,0,0), + (2315,0,9,1842.39,1600.17,94.5548,0,0,0,0,0,0,0,0,0,1.6515,0,0), + (2315,0,10,1843.22,1635.21,96.9336,10000,0,0,0,0,0,0,0,0,1.50228,0,0), + (2315,0,11,1843.2,1612.16,96.9626,0,0,0,0,0,0,0,0,0,4.69885,0,0), + (2315,0,12,1845.18,1590.18,93.2519,0,0,0,0,0,0,0,0,0,6.1754,0,0), + (2315,0,13,1860.24,1588.65,92.4581,10000,0,0,0,0,0,0,0,0,6.18718,0,0), + (2417,0,1,488.667,-202.562,145.73,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,2,495.921,-216.439,152.522,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,3,488.491,-222.289,152.522,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,4,471.803,-231.715,152.522,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,5,476.928,-243.365,152.522,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,6,497.023,-232.224,151.023,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,7,514.81,-265.849,151.509,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,8,513.534,-288.363,151.898,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,9,540.153,-307.615,152.265,10000,1704001,0,0,0,0,0,0,0,100,0,0), + (2417,0,10,548.761,-317.325,150.864,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,11,559.25,-318.388,150.794,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,12,588.219,-329.957,150.794,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,13,618.162,-340.555,152.109,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,14,635.922,-362.049,152.986,10000,1704002,0,0,0,0,0,0,0,100,0,0), + (2417,0,15,638.781,-343.571,150.848,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,16,608.878,-340.329,151.736,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,17,545.299,-315.251,151.278,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,18,534.507,-300.421,152.032,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,19,515.773,-283.798,151.207,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,20,515.279,-265.809,151.565,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,21,496.894,-232.661,151.023,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,22,515.75,-222.195,152.522,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,23,510.932,-211.013,152.522,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,24,496.864,-218.53,152.522,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,25,488.566,-202.969,145.73,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,26,485.178,-205.248,145.367,0,0,0,0,0,0,0,0,0,100,0,0), + (2417,0,27,484.12,-213.163,145.367,0,1704003,0,0,0,0,0,0,0,100,0,0), + (2533,0,1,-8733.41,543.728,101.116,0,253301,0,0,0,0,0,0,0,5.46732,0,0), + (2533,0,2,-8725.34,534.844,100.453,0,0,0,0,0,0,0,0,0,5.40449,0,0), + (2533,0,3,-8714.18,521.498,97.421,0,0,0,0,0,0,0,0,0,6.19225,0,0), + (2533,0,4,-8707.18,524.198,97.6176,0,0,0,0,0,0,0,0,0,0.591569,0,0), + (2533,0,5,-8697.23,530.827,97.7614,0,253302,0,0,0,0,0,0,0,1.00547,0,0), + (2533,0,6,-8687.88,542.844,97.811,0,0,0,0,0,0,0,0,0,0.779279,0,0), + (2533,0,7,-8675.18,551.755,97.3729,0,0,0,0,0,0,0,0,0,0.230286,0,0), + (2533,0,8,-8657.96,553.011,96.9465,0,253302,0,0,0,0,0,0,0,5.88437,0,0), + (2533,0,9,-8648.08,547.85,97.643,0,0,0,0,0,0,0,0,0,5.55843,0,0), + (2533,0,10,-8624.85,522.649,101.967,0,0,0,0,0,0,0,0,0,5.79248,0,0), + (2533,0,11,-8610.91,513.903,103.747,0,253303,0,0,0,0,0,0,0,0.384225,0,0), + (2533,0,12,-8604.89,520.309,105.797,0,0,0,0,0,0,0,0,0,0.876668,0,0), + (2533,0,13,-8601.2,526.633,106.492,0,0,0,0,0,0,0,0,0,0.714876,0,0), + (2533,0,14,-8590.77,531.44,105.252,0,0,0,0,0,0,0,0,0,0.640263,0,0), + (2533,0,15,-8581.29,540.021,102.125,0,0,0,0,0,0,0,0,0,0.877453,0,0), + (2533,0,16,-8579.12,546.674,101.778,0,253302,0,0,0,0,0,0,0,1.70919,0,0), + (2533,0,17,-8580.32,559.278,102.069,0,0,0,0,0,0,0,0,0,2.2519,0,0), + (2533,0,18,-8588.96,575.064,102.82,0,0,0,0,0,0,0,0,0,1.37461,0,0), + (2533,0,19,-8582.75,589.124,103.668,0,253302,0,0,0,0,0,0,0,1.08951,0,0), + (2533,0,20,-8566.82,611.285,102.59,0,0,0,0,0,0,0,0,0,0.40462,0,0), + (2533,0,21,-8533.56,635.552,100.229,0,0,0,0,0,0,0,0,0,0.445483,0,0), + (2533,0,22,-8513.97,643.983,100.217,0,0,0,0,0,0,0,0,0,1.20968,0,0), + (2533,0,23,-8510.35,656.028,100.301,0,0,0,0,0,0,0,0,0,1.73406,0,0), + (2533,0,24,-8517.21,666.05,102.437,0,0,0,0,0,0,0,0,0,2.1511,0,0), + (2533,0,25,-8521.74,672.851,102.667,0,0,0,0,0,0,0,0,0,2.13539,0,0), + (2533,0,26,-8524.42,675.718,102.326,0,0,0,0,0,0,0,0,0,2.30033,0,0), + (2533,0,27,-8531.3,685.385,97.8431,0,0,0,0,0,0,0,0,0,2.82969,0,0), + (2533,0,28,-8541.85,687.825,97.6784,0,253302,0,0,0,0,0,0,0,3.35669,0,0), + (2533,0,29,-8552.67,682.594,97.1024,0,0,0,0,0,0,0,0,0,3.88998,0,0), + (2533,0,30,-8577.11,661.474,97.5854,0,0,0,0,0,0,0,0,0,3.3991,0,0), + (2533,0,31,-8608.15,654.85,98.8096,0,0,0,0,0,0,0,0,0,3.36454,0,0), + (2533,0,32,-8629.19,653.554,100.235,0,0,0,0,0,0,0,0,0,2.97499,0,0), + (2533,0,33,-8654.57,660.178,100.847,0,0,0,0,0,0,0,0,0,2.52652,0,0), + (2533,0,34,-8665.71,670.475,100.155,0,0,0,0,0,0,0,0,0,1.84872,0,0), + (2533,0,35,-8672.8,685.114,98.7419,0,0,0,0,0,0,0,0,0,2.36709,0,0), + (2533,0,36,-8698.36,713.988,97.0169,0,0,0,0,0,0,0,0,0,2.21001,0,0), + (2533,0,37,-8708.25,728.268,97.492,0,0,0,0,0,0,0,0,0,2.3231,0,0), + (2533,0,38,-8718.65,734.381,97.9503,0,253303,0,0,0,0,0,0,0,3.50199,0,0), + (2533,0,39,-8730.64,723.596,101.609,0,0,0,0,0,0,0,0,0,3.88683,0,0), + (2533,0,40,-8735.61,722.485,101.57,0,0,0,0,0,0,0,0,0,4.07533,0,0), + (2533,0,41,-8742.81,712.763,98.4742,0,0,0,0,0,0,0,0,0,4.878,0,0), + (2533,0,42,-8738.42,700.471,98.7241,0,0,0,0,0,0,0,0,0,4.36278,0,0), + (2533,0,43,-8773.16,671.396,103.093,0,0,0,0,0,0,0,0,0,4.56228,0,0), + (2533,0,44,-8772.8,664.546,103.274,0,253302,0,0,0,0,0,0,0,5.11205,0,0), + (2533,0,45,-8762.12,651.776,103.758,0,0,0,0,0,0,0,0,0,4.85523,0,0), + (2533,0,46,-8758.49,635.638,103.007,0,0,0,0,0,0,0,0,0,4.64318,0,0), + (2533,0,47,-8759.99,620.822,100.132,0,0,0,0,0,0,0,0,0,4.03057,0,0), + (2533,0,48,-8768.57,607.87,97.0531,0,0,0,0,0,0,0,0,0,3.67904,0,0), + (2533,0,49,-8798.75,589.255,97.3095,0,253302,0,0,0,0,0,0,0,2.33758,0,0), + (2533,0,50,-8809.17,605.466,96.069,0,0,0,0,0,0,0,0,0,2.43654,0,0), + (2533,0,51,-8831.01,625.161,93.9218,0,0,0,0,0,0,0,0,0,1.79487,0,0), + (2533,0,52,-8830.74,639.957,94.4121,0,0,0,0,0,0,0,0,0,0.888521,0,0), + (2533,0,53,-8821.88,644.411,94.3238,0,0,0,0,0,0,0,0,0,0.063068,0,0), + (2533,0,54,-8813.26,640.453,94.2291,0,253302,0,0,0,0,0,0,0,5.3488,0,0), + (2533,0,55,-8810.61,632.167,94.2291,0,0,0,0,0,0,0,0,0,4.34035,0,0), + (2533,0,56,-8816.76,623.035,94.1619,0,0,0,0,0,0,0,0,0,3.38453,0,0), + (2533,0,57,-8830.32,626.323,93.9729,0,0,0,0,0,0,0,0,0,2.41692,0,0), + (2533,0,58,-8846.47,645.899,96.5695,0,0,0,0,0,0,0,0,0,1.95982,0,0), + (2533,0,59,-8850.39,660.621,97.1509,0,0,0,0,0,0,0,0,0,1.23018,0,0), + (2533,0,60,-8831.93,673.177,98.3737,0,0,0,0,0,0,0,0,0,0.704666,0,0), + (2533,0,61,-8824.49,680.863,97.3123,0,0,0,0,0,0,0,0,0,2.13802,0,0), + (2533,0,62,-8844.91,720.915,97.2993,0,253302,0,0,0,0,0,0,0,1.20732,0,0), + (2533,0,63,-8828.21,731.196,98.2819,0,0,0,0,0,0,0,0,0,0.315107,0,0), + (2533,0,64,-8801.01,745.202,97.6082,0,0,0,0,0,0,0,0,0,0.057497,0,0), + (2533,0,65,-8776.81,742.568,99.4879,0,0,0,0,0,0,0,0,0,5.74928,0,0), + (2533,0,66,-8762.33,732.152,98.6952,0,0,0,0,0,0,0,0,0,5.43276,0,0), + (2533,0,67,-8740.56,705.858,98.5695,0,253302,0,0,0,0,0,0,0,5.43276,0,0), + (2533,0,68,-8730.61,691.737,98.7125,0,0,0,0,0,0,0,0,0,5.07933,0,0), + (2533,0,69,-8725.98,677.292,98.6944,0,0,0,0,0,0,0,0,0,5.27019,0,0), + (2533,0,70,-8712.98,665.468,99.0123,0,0,0,0,0,0,0,0,0,4.86806,0,0), + (2533,0,71,-8706.49,628.033,100.55,0,0,0,0,0,0,0,0,0,4.86728,0,0), + (2533,0,72,-8703.35,612.108,99.7968,0,253304,0,0,0,0,0,0,0,4.4196,0,0), + (2533,0,73,-8710.51,595.182,98.6897,0,0,0,0,0,0,0,0,0,3.4732,0,0), + (2533,0,74,-8724.98,587.729,98.2775,0,0,0,0,0,0,0,0,0,3.99784,0,0), + (2533,0,75,-8749.35,561.41,97.3987,0,0,0,0,0,0,0,0,0,4.77225,0,0), + (2533,0,76,-8747.65,555.985,97.7188,0,0,0,0,0,0,0,0,0,5.74849,0,0), + (2533,0,77,-8739.23,550.631,100.051,0,0,0,0,0,0,0,0,0,5.73514,0,0), + (2612,0,1,-1384.19,-2070.8,62.4805,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,2,-1386.44,-2096.17,63.7144,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,3,-1387.59,-2113.09,64.4154,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,4,-1390.86,-2136.94,64.2607,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,5,-1394.5,-2156.81,64.1276,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,6,-1399.57,-2182.31,63.9607,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,7,-1406.66,-2210.71,63.8452,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,8,-1415.8,-2241.02,63.7583,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,9,-1431.53,-2263.22,63.2934,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,10,-1442.09,-2279.46,62.5595,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,11,-1449.83,-2296.07,61.7451,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,12,-1450.51,-2320.31,61.763,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,13,-1451.18,-2335.28,61.6723,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,14,-1450.99,-2349.2,61.5954,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,15,-1450.92,-2368.7,61.4802,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,16,-1451.44,-2384.32,61.3652,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,17,-1452.38,-2412.45,60.01,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,18,-1469.69,-2432.11,57.0311,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,19,-1455.27,-2437.83,58.32,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,20,-1435.31,-2446.8,58.8518,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,21,-1426.09,-2451.05,58.9719,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,22,-1413.94,-2462.02,57.4064,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,23,-1405.56,-2462.93,56.6648,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,24,-1396.27,-2461.46,57.1161,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,25,-1390.54,-2459.96,56.7346,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,26,-1380.95,-2457.43,55.005,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,27,-1372.35,-2451.78,53.4552,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,28,-1362.53,-2450.7,51.7466,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,29,-1351.53,-2449.03,49.9309,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,30,-1341.72,-2447.77,47.5885,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,31,-1324.63,-2454.8,43.6367,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,32,-1315.43,-2458.59,42.1428,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,33,-1305.22,-2462.72,39.3348,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,34,-1294.39,-2467.26,35.5811,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,35,-1287.53,-2475.44,31.9306,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,36,-1279.38,-2483.56,27.4055,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,37,-1271.87,-2490.9,23.7054,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,38,-1261.41,-2504.61,20.9876,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,39,-1253.34,-2518.74,20.4396,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,40,-1247.84,-2527.8,20.5722,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,41,-1241.35,-2540.11,21.0293,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,42,-1235.88,-2557.91,23.0018,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,43,-1232.78,-2564.99,24.8855,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,44,-1228.54,-2572.92,27.3855,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,45,-1220.53,-2586.44,31.7423,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,46,-1214.24,-2596.67,34.762,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,47,-1207.75,-2608.21,38.3974,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,48,-1196.12,-2620.89,42.5247,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,49,-1188.59,-2633.61,45.0159,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,50,-1192.2,-2644.21,46.2925,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,51,-1196.75,-2657.01,45.3284,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,52,-1204.47,-2676.43,44.7487,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,53,-1206.42,-2683.63,45.3893,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,54,-1202.83,-2694.48,46.5629,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,55,-1199.31,-2705.3,47.0403,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,56,-1197.74,-2715.86,46.8948,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,57,-1192.25,-2724.06,45.9989,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,58,-1177,-2731.36,45.7483,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,59,-1159.46,-2739.54,45.7695,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,60,-1148.66,-2745.27,44.4954,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,61,-1137.75,-2749.23,42.2074,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,62,-1128.77,-2753.03,40.2319,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,63,-1121.58,-2756.33,38.8911,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,64,-1115.96,-2760.1,37.2754,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,65,-1109.07,-2765.24,35.8862,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,66,-1107.7,-2774.31,35.5988,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,67,-1112.25,-2786.06,37.8038,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,68,-1114.49,-2800.37,41.1377,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,69,-1110.14,-2812.09,41.6225,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,70,-1115.49,-2801.97,41.407,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,71,-1113.03,-2792.28,39.2494,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,72,-1107.91,-2778.91,35.8249,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,73,-1107.13,-2767.5,35.673,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,74,-1115.65,-2758.86,37.3008,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,75,-1125.74,-2754.12,39.6889,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,76,-1138.39,-2749.26,42.2839,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,77,-1152.96,-2743.72,45.2242,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,78,-1164.5,-2735.92,45.9638,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,79,-1175.89,-2731.06,45.8168,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,80,-1192.4,-2722.15,46.1228,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,81,-1196.94,-2708.35,46.8957,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,82,-1201.13,-2695.4,46.7925,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,83,-1203.76,-2680.84,45.0511,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,84,-1197.63,-2664.45,44.6361,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,85,-1191.09,-2644.81,46.2773,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,86,-1188.89,-2628.21,44.3742,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,87,-1198.86,-2618.2,41.8015,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,88,-1206.6,-2607.68,38.5384,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,89,-1211.44,-2599.65,35.7691,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,90,-1217.73,-2589.17,32.8308,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,91,-1225.02,-2580.04,29.5177,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,92,-1230.7,-2568.73,26.2113,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,93,-1235.95,-2555.18,22.4355,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,94,-1241.54,-2541.8,21.0347,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,95,-1257.1,-2510.82,20.6439,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,96,-1265.45,-2498.02,21.6001,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,97,-1273.79,-2487.31,25.0914,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,98,-1288.08,-2473.79,32.5421,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,99,-1307.24,-2462.06,39.8694,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,100,-1319.66,-2455.84,43.057,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,101,-1335.87,-2448.58,46.4236,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,102,-1347.92,-2447.92,49.1251,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,103,-1365.9,-2451.02,52.1921,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,104,-1382.38,-2458.07,55.1783,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,105,-1394.38,-2461.74,57.0031,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,106,-1408.97,-2464.37,56.7405,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,107,-1423.37,-2453.11,59.0055,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,108,-1436.43,-2444.3,58.9476,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,109,-1456.63,-2437.7,58.2656,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,110,-1462.2,-2427.32,57.98,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,111,-1453.32,-2407.9,60.2707,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,112,-1450.91,-2386.82,61.3356,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,113,-1450.43,-2363.37,61.5079,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,114,-1450.05,-2334.72,61.6732,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,115,-1449.54,-2305.47,61.7913,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,116,-1441.65,-2279.27,62.602,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,117,-1426.6,-2258.16,63.4466,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,118,-1412.14,-2231.41,63.7774,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,119,-1405.94,-2211.46,63.8415,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,120,-1399.74,-2190.69,63.9117,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,121,-1393.9,-2159.74,64.1125,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,122,-1390.52,-2139.7,64.2473,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,123,-1387.51,-2120.92,64.3688,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,124,-1386.01,-2099.16,63.8191,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,125,-1383.93,-2074.87,62.6483,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,126,-1383,-2054.96,61.8001,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,127,-1381.77,-2036.06,60.9844,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,128,-1378.36,-2005.29,59.4934,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,129,-1377.48,-1983.73,58.5761,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,130,-1369.86,-1965.06,58.4856,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,131,-1358.28,-1937.37,58.4398,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,132,-1348.84,-1912.47,58.4265,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,133,-1335.51,-1876.41,60.848,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,134,-1330.62,-1845.31,62.5779,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,135,-1345.1,-1837.85,61.5435,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,136,-1364.26,-1829.25,59.9931,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,137,-1389.62,-1817.41,59.0087,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,138,-1415.1,-1808.02,60.4161,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,139,-1435.11,-1801.78,61.5727,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,140,-1447.44,-1800.37,63.6958,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,141,-1458.98,-1802.07,67.0238,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,142,-1472.66,-1805.06,68.0195,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,143,-1497.19,-1805.35,68.0742,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,144,-1514.69,-1804.92,66.0349,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,145,-1538.14,-1805.08,66.2462,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,146,-1552.13,-1805.62,67.4992,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,147,-1566.12,-1805.85,67.202,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,148,-1574.64,-1787.76,67.1599,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,149,-1580.64,-1761.6,66.8366,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,150,-1586.03,-1738.46,67.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,151,-1586.83,-1720.87,67.231,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,152,-1584.9,-1692.94,66.1641,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,153,-1600.37,-1680.06,65.8522,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,154,-1619.82,-1668.12,67.1022,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,155,-1624.56,-1660.98,67.1673,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,156,-1628.35,-1622.34,66.9965,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,157,-1628.68,-1622.18,67.0259,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,158,-1626.34,-1659.11,67.1212,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,159,-1615.59,-1668.08,66.8638,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,160,-1584.52,-1688.04,66.1293,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,161,-1585.32,-1707.79,66.8941,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,162,-1585.92,-1729.18,67.49,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,163,-1585.92,-1729.18,67.49,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,164,-1584.81,-1745.2,66.7806,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,165,-1582.37,-1754.14,66.5947,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,166,-1579.72,-1771.43,67.2722,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,167,-1569.16,-1802.71,67.21,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,168,-1550.25,-1805.54,67.496,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,169,-1529.52,-1805.51,65.9259,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,170,-1515.09,-1805.42,66.0125,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,171,-1500.26,-1805.39,68.0405,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,172,-1467.51,-1804.3,67.8037,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,173,-1460.55,-1803.58,67.2688,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,174,-1443.32,-1800.51,62.5683,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,175,-1435.37,-1800.75,61.6298,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,176,-1408.92,-1809.84,60.1395,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,177,-1386.58,-1818.31,58.8852,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,178,-1364.26,-1828.37,60.009,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,179,-1341.59,-1837.64,61.8847,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,180,-1327.44,-1845.22,62.8446,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,181,-1330.71,-1858.83,62.0556,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,182,-1337.49,-1878.68,60.5999,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,183,-1344.6,-1898.44,59.0569,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,184,-1351.51,-1918.27,58.3816,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,185,-1359.34,-1937.75,58.4232,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,186,-1365.71,-1954.04,58.4614,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,187,-1375.31,-1980.28,58.5432,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,188,-1379.14,-2004.39,59.4554,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,189,-1381.14,-2021.78,60.3645,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,190,-1382.73,-2039.34,61.1257,0,0,0,0,0,0,0,0,0,0,0,0), + (2612,0,191,-1383.31,-2049.82,61.5961,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,1,-1609.97,-2755.76,37.3943,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,2,-1603.6,-2739.05,37.5333,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,3,-1587.45,-2715.61,36.162,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,4,-1569.73,-2702.28,34.6045,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,5,-1566.12,-2687.94,35.1213,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,6,-1558.37,-2669.76,36.6745,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,7,-1555.94,-2655.67,38.2919,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,8,-1555.21,-2632.92,42.8621,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,9,-1557.71,-2608.51,47.2414,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,10,-1562.57,-2588.08,48.5798,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,11,-1567.35,-2567.63,49.4929,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,12,-1566.69,-2545.42,50.9401,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,13,-1563.04,-2535,51.7195,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,14,-1552.93,-2512.6,53.6615,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,15,-1543.99,-2493.64,54.0544,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,16,-1519.58,-2473.74,53.278,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,17,-1495.49,-2453.45,53.1384,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,18,-1468.35,-2429.73,57.3076,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,19,-1455.25,-2415.05,59.528,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,20,-1451.46,-2396.72,61.0705,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,21,-1450.23,-2354.75,61.5571,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,22,-1450.16,-2330.26,61.6995,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,23,-1448.87,-2302.3,61.8556,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,24,-1448,-2288.32,61.822,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,25,-1434.56,-2268.25,63.22,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,26,-1416.94,-2243.5,63.75,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,27,-1406.84,-2213.67,63.8345,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,28,-1396.47,-2171.9,64.039,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,29,-1392.2,-2147.78,64.1909,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,30,-1388.21,-2123.6,64.347,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,31,-1385.42,-2092.26,63.5383,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,32,-1383.12,-2060.85,62.055,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,33,-1381.74,-2029.39,60.6848,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,34,-1376.52,-1986.88,58.6965,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,35,-1371.65,-1970.13,58.4978,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,36,-1360.16,-1940.81,58.4372,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,37,-1350.11,-1916.01,58.3875,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,38,-1339.13,-1886.5,60.0551,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,39,-1329.53,-1861.46,62.0138,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,40,-1325.61,-1844.42,63.0405,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,41,-1311.92,-1820.97,64.8927,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,42,-1295.12,-1808.41,66.262,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,43,-1277.57,-1796.88,67.1404,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,44,-1244.34,-1777.49,65.1985,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,45,-1233.3,-1769.58,63.5457,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,46,-1207.17,-1746.29,58.7408,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,47,-1191.71,-1732.09,56.5556,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,48,-1164.95,-1716.83,53.0717,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,49,-1135.18,-1706.64,47.9639,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,50,-1114.18,-1699.55,45.3461,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,51,-1090.47,-1693.5,41.0002,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,52,-1064.73,-1687.93,38.3902,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,53,-1047.31,-1686.35,37.3729,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,54,-1022.11,-1685.52,36.8282,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,55,-997.612,-1684.85,36.9688,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,56,-965.025,-1681.52,38.8965,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,57,-940.198,-1677.13,41.4524,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,58,-928.706,-1669.13,43.4338,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,59,-1004.39,-1684.38,37.0821,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,60,-958.272,-1681.28,39.4752,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,61,-940.948,-1678.27,41.3014,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,62,-925.216,-1667.5,43.9363,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,63,-907.171,-1653.96,46.2816,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,64,-885.882,-1636.75,49.7862,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,65,-874.678,-1625.89,51.3372,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,66,-868.66,-1620.02,52.336,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,67,-842.682,-1592.57,54.0779,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,68,-828.952,-1576.2,54.1685,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,69,-817.389,-1560.93,54.167,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,70,-806.968,-1545.8,54.2009,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,71,-797.451,-1533.19,54.8197,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,72,-789.241,-1521.31,55.7949,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,73,-776.737,-1498.45,58.5686,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,74,-770.393,-1476.76,61.6119,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,75,-761.467,-1457.51,64.2773,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,76,-751.589,-1437.14,66.0968,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,77,-743.556,-1419.19,67.3789,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,78,-737.395,-1406.99,67.9947,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,79,-722.763,-1387.82,68.366,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,80,-714.923,-1378.25,68.1637,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,81,-706.586,-1368.09,68.0256,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,82,-687.658,-1343.6,67.5301,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,83,-669.901,-1320.4,66.5834,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,84,-647.929,-1287.28,66.0955,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,85,-627.874,-1252.22,66.064,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,86,-606.519,-1205.26,66.0658,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,87,-593.569,-1174.5,66.1406,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,88,-582.399,-1140.05,66.0912,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,89,-568.644,-1109.58,63.2909,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,90,-556.385,-1092.83,59.8963,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,91,-544.784,-1079.77,57.3362,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,92,-533.539,-1068.76,55.377,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,93,-528.303,-1062.48,54.0466,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,94,-516.638,-1048.8,50.6007,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,95,-503.263,-1029.3,45.8335,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,96,-497.63,-1001.72,40.7873,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,97,-494.625,-981.277,37.6336,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,98,-490.863,-957.963,33.7666,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,99,-486.941,-943.666,34.657,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,100,-483.047,-927.656,34.0395,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,101,-473.813,-907.247,35.9201,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,102,-463.655,-890.517,39.1828,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,103,-456.501,-881.757,41.4407,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,104,-447.081,-870.026,44.5675,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,105,-439.556,-860.609,46.9198,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,106,-427.118,-845.195,51.0378,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,107,-402.304,-811.967,54.3169,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,108,-380.986,-780.241,54.5348,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,109,-360.534,-770.555,54.1482,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,110,-349.803,-766.11,54.1108,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,111,-329.095,-757.198,53.9338,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,112,-306.397,-749.76,55.0387,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,113,-283.246,-742.144,56.3862,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,114,-261.079,-736.225,57.3863,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,115,-238.285,-728.679,59.7081,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,116,-217.396,-724.291,61.1619,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,117,-194.585,-720.292,62.9509,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,118,-168.563,-717.507,63.8219,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,119,-143.54,-716.926,64.5743,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,120,-121.262,-715.436,65.0539,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,121,-103.217,-714.433,65.6849,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,122,-83.7947,-716.256,67.7521,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,123,-55.7237,-717.824,68.3858,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,124,-37.7359,-717.177,68.8162,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,125,-20.8566,-715.646,69.6487,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,126,-19.3454,-737.185,66.2499,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,127,-23.3655,-754.497,63.2959,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,128,-20.4435,-774.219,60.514,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,129,-15.7118,-797.856,59.1134,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,130,-27.1062,-812.163,57.6985,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,131,-41.3255,-822.638,57.2298,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,132,-49.3104,-830.318,56.7083,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,133,-53.9139,-849.61,56.2823,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,134,-50.7795,-866.499,55.5527,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,135,-38.2028,-879.623,55.9823,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,136,-27.0322,-897.13,56.0546,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,137,-34.2067,-925.81,54.4792,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,138,-29.5594,-903.929,55.8488,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,139,-26.8398,-898.496,56.0196,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,140,-31.7251,-885.731,56.1816,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,141,-40.1649,-877.837,55.869,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,142,-49.5997,-867.836,55.5481,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,143,-53.4713,-854.701,56.1316,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,144,-51.7552,-841.862,56.4625,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,145,-48.6345,-831.804,56.7925,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,146,-41.0816,-822.981,57.2493,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,147,-30.2082,-815.517,57.6478,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,148,-22.6025,-806.694,58.2226,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,149,-16.4379,-794.379,59.3003,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,150,-19.5654,-777.697,60.2803,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,151,-21.5772,-766.513,61.3444,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,152,-22.1474,-757.894,62.6949,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,153,-22.6783,-749.868,64.0552,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,154,-17.9657,-735.652,66.5774,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,155,-18.1532,-725.26,68.572,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,156,-42.2745,-717.266,68.6378,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,157,-58.7396,-717.621,68.3486,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,158,-84.6225,-717.085,67.7013,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,159,-102.899,-713.896,65.7144,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,160,-131.294,-715.311,64.6619,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,161,-152.246,-715.757,64.2004,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,162,-180.717,-717.776,63.433,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,163,-197.684,-720.521,62.8026,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,164,-237.492,-727.512,59.8306,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,165,-250.763,-732.894,58.1296,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,166,-272.61,-738.87,56.745,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,167,-291.292,-743.742,56.2312,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,168,-314.511,-751.487,54.4269,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,169,-329.484,-757.703,53.9044,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,170,-342.01,-763.169,53.7313,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,171,-356.287,-768.761,54.1709,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,172,-370.384,-775.427,54.3303,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,173,-383.045,-781.402,54.5855,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,174,-391.295,-793.615,54.5258,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,175,-410.179,-822.363,53.6656,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,176,-419.268,-835.096,52.6884,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,177,-435.612,-854.063,48.492,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,178,-454.754,-877.825,42.2999,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,179,-463.724,-889.425,39.273,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,180,-471.807,-902.079,36.6771,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,181,-480.11,-919.018,34.3985,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,182,-484.223,-930.731,33.8556,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,183,-487.821,-944.686,34.6344,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,184,-491.223,-958.187,33.7721,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,185,-493.69,-971.071,35.4031,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,186,-497.879,-1004.78,41.1823,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,187,-508.814,-1037.42,48.0167,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,188,-527.541,-1062,53.8628,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,189,-537.491,-1070.68,56.0368,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,190,-551.392,-1085.64,58.5456,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,191,-565.147,-1103.15,61.9713,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,192,-579.849,-1135.63,65.9431,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,193,-590.132,-1166.04,66.2493,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,194,-596.236,-1182.78,66.0964,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,195,-614.397,-1221.2,65.8731,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,196,-626.914,-1250.82,66.068,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,197,-638.4,-1271.01,66.0958,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,198,-653.376,-1295.8,66.0952,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,199,-665.096,-1315.91,66.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,200,-680.326,-1334.78,67.1556,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,201,-691.768,-1349.1,67.52,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,202,-702.438,-1363.34,67.7172,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,203,-712.434,-1377.65,68.2276,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,204,-728.854,-1396.59,68.516,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,205,-739.632,-1411.79,67.7564,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,206,-751.651,-1436.22,66.1343,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,207,-759.313,-1452.14,64.9045,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,208,-769.727,-1475.43,61.8476,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,209,-775.857,-1472.24,61.6528,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,210,-779.822,-1501.51,58.0143,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,211,-789.189,-1520.89,55.8284,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,212,-800.791,-1537.79,54.5143,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,213,-817.1,-1560.64,54.1677,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,214,-837.953,-1586.99,54.2379,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,215,-857.519,-1609.34,52.9475,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,216,-874.996,-1624.56,51.38,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,217,-894.31,-1643.68,48.8353,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,218,-919.455,-1662.01,44.792,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,219,-945.703,-1677.03,40.7389,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,220,-963.93,-1680.01,39.0058,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,221,-983.874,-1683.33,37.5075,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,222,-999.692,-1685.51,36.9831,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,223,-1036.24,-1684.37,36.8375,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,224,-1054.91,-1685.55,37.7461,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,225,-1078.69,-1689.26,39.5563,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,226,-1097.07,-1694.42,42.3212,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,227,-1120.54,-1700.96,45.8411,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,228,-1140.44,-1707.71,49.2567,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,229,-1159.31,-1713.56,52.2294,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,230,-1174.53,-1720.55,54.5052,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,231,-1188.02,-1728.56,55.9451,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,232,-1205.73,-1745.37,58.6121,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,233,-1218.55,-1757.25,61.115,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,234,-1231.55,-1768.4,63.2526,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,235,-1242.36,-1775.93,64.9296,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,236,-1252.86,-1783.36,66.0756,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,237,-1260.44,-1787.4,66.5929,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,238,-1275.6,-1795.42,67.118,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,239,-1290,-1804.24,66.6755,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,240,-1303.54,-1812.98,65.6033,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,241,-1315.11,-1822.59,64.5961,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,242,-1328.27,-1847.54,62.6855,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,243,-1333.05,-1868.49,61.419,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,244,-1343.09,-1895.95,59.2767,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,245,-1358.91,-1935.26,58.4154,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,246,-1375.68,-1976.29,58.5213,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,247,-1378.03,-1997.88,59.1664,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,248,-1380.58,-2016.68,60.0877,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,249,-1383.06,-2044.73,61.3712,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,250,-1385.59,-2088.69,63.3174,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,251,-1388.98,-2120.99,64.3619,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,252,-1397.34,-2173.94,64.0248,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,253,-1405.95,-2206.46,63.8549,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,254,-1414.15,-2230.97,63.7498,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,255,-1419.13,-2247.36,63.7265,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,256,-1436.13,-2269.96,63.172,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,257,-1446.46,-2285.34,62.0004,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,258,-1451.21,-2341.52,61.6354,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,259,-1452.09,-2381.52,61.3955,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,260,-1455.27,-2415.33,59.501,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,261,-1491.5,-2449.54,53.7445,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,262,-1527.64,-2481.11,53.4464,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,263,-1548.23,-2497.45,54.3668,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,264,-1554.14,-2515.48,53.355,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,265,-1569.79,-2546.47,50.6577,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,266,-1566.68,-2580.34,48.8555,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,267,-1556.57,-2610.53,47.0171,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,268,-1556.02,-2635.79,42.3344,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,269,-1556.44,-2652.58,38.8827,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,270,-1561.32,-2682.03,35.8352,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,271,-1578.73,-2700.68,35.012,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,272,-1590.13,-2713.96,36.5028,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,273,-1606.95,-2739.03,37.6155,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,274,-1611.22,-2767.07,36.7336,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,275,-1618.11,-2800.14,34.9466,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,276,-1623.74,-2829.92,33.0364,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,277,-1628.17,-2851.04,31.8945,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,278,-1632.48,-2864.36,30.6142,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,279,-1638.53,-2880.53,28.1107,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,280,-1645.49,-2900.98,26.1461,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,281,-1639.82,-2927.5,27.7763,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,282,-1640.81,-2941.86,28.635,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,283,-1643.95,-2959.08,27.7981,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,284,-1647.59,-2980.73,25.4715,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,285,-1645.33,-2994.99,22.6038,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,286,-1637.13,-3010.4,19.9599,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,287,-1620.94,-3027.39,16.016,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,288,-1601.97,-3047.96,14.6215,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,289,-1579.55,-3062.51,12.8546,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,290,-1569.38,-3064.85,13.1662,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,291,-1561.72,-3059.28,13.8668,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,292,-1562.85,-3059.83,13.8148,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,293,-1580.38,-3054.6,13.1464,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,294,-1594.05,-3051.63,13.6523,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,295,-1605.93,-3041.86,15.0334,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,296,-1610.77,-3037.09,15.2668,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,297,-1623.2,-3024.77,16.2679,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,298,-1630.35,-3017.34,18.3289,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,299,-1638.45,-3008.13,20.3711,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,300,-1643.04,-2998.71,21.8709,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,301,-1646.56,-2986.08,24.4341,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,302,-1646.41,-2979.09,25.6155,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,303,-1644.95,-2965.18,27.2158,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,304,-1641.24,-2951.71,28.2171,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,305,-1637.58,-2929.25,27.9499,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,306,-1645.36,-2902.78,26.1698,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,307,-1636.21,-2876.64,28.5095,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,308,-1627.86,-2852.92,31.7405,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,309,-1622.3,-2834.38,32.6999,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,310,-1618.27,-2811.77,34.4159,0,0,0,0,0,0,0,0,0,0,0,0), + (2714,0,311,-1612.1,-2776.8,36.1704,0,0,0,0,0,0,0,0,0,0,0,0), + (2754,0,1,-7095.56,-2718.91,241.823,0,0,0,0,0,0,0,0,0,4.82132,0,0), + (2754,0,2,-7067.39,-2756.06,242.343,0,0,0,0,0,0,0,0,0,5.40801,0,0), + (2754,0,3,-7037.44,-2790.59,241.668,0,0,0,0,0,0,0,0,0,5.44807,0,0), + (2754,0,4,-7018.55,-2835.34,244.453,0,0,0,0,0,0,0,0,0,5.12762,0,0), + (2754,0,5,-6984.54,-2869.52,243.404,0,0,0,0,0,0,0,0,0,5.49519,0,0), + (2754,0,6,-6938.39,-2890.16,241.667,0,0,0,0,0,0,0,0,0,5.86276,0,0), + (2754,0,7,-6905.93,-2928.64,245.614,0,0,0,0,0,0,0,0,0,5.45357,0,0), + (2754,0,8,-6854.77,-2984.54,244.127,0,0,0,0,0,0,0,0,0,5.45357,0,0), + (2754,0,9,-6836.56,-3004.44,242.001,0,0,0,0,0,0,0,0,0,5.45357,0,0), + (2754,0,10,-6807.97,-3077.38,241.258,0,0,0,0,0,0,0,0,0,5.086,0,0), + (2754,0,11,-6787.47,-3129.66,240.549,0,0,0,0,0,0,0,0,0,5.086,0,0), + (2754,0,12,-6764.01,-3175.88,240.743,0,0,0,0,0,0,0,0,0,5.18182,0,0), + (2754,0,13,-6745.73,-3211.91,240.743,0,0,0,0,0,0,0,0,0,5.18182,0,0), + (2754,0,14,-6708.56,-3249.22,240.743,0,0,0,0,0,0,0,0,0,5.49598,0,0), + (2754,0,15,-6693.82,-3306.64,240.985,0,0,0,0,0,0,0,0,0,4.96269,0,0), + (2754,0,16,-6720.17,-3363.87,241.645,0,0,0,0,0,0,0,0,0,4.28097,0,0), + (2754,0,17,-6774.04,-3394.9,241.667,0,0,0,0,0,0,0,0,0,3.65265,0,0), + (2754,0,18,-6846.93,-3401.71,241.762,0,0,0,0,0,0,0,0,0,3.23481,0,0), + (2754,0,19,-6905.98,-3407.23,243.235,0,0,0,0,0,0,0,0,0,3.23481,0,0), + (2754,0,20,-6961.35,-3397.87,241.796,0,0,0,0,0,0,0,0,0,2.97406,0,0), + (2754,0,21,-6999.34,-3391.44,241.667,0,0,0,0,0,0,0,0,0,2.97406,0,0), + (2754,0,22,-7039.67,-3397.01,243.935,0,0,0,0,0,0,0,0,0,3.29686,0,0), + (2754,0,23,-7064.13,-3400.84,245.275,0,0,0,0,0,0,0,0,0,3.29686,0,0), + (2754,0,24,-7110.78,-3375.07,242.97,0,0,0,0,0,0,0,0,0,2.65362,0,0), + (2754,0,25,-7113.36,-3322.06,242.365,0,0,0,0,0,0,0,0,0,1.6059,0,0), + (2754,0,26,-7098.28,-3284.59,242.883,0,0,0,0,0,0,0,0,0,1.18807,0,0), + (2754,0,27,-7095.63,-3246.03,242.983,0,0,0,0,0,0,0,0,0,1.50223,0,0), + (2754,0,28,-7085.7,-3202.78,241.97,0,0,0,0,0,0,0,0,0,1.34515,0,0), + (2754,0,29,-7072.35,-3144.63,241.67,0,0,0,0,0,0,0,0,0,1.34515,0,0), + (2754,0,30,-7061.88,-3098.99,242.684,0,0,0,0,0,0,0,0,0,1.34515,0,0), + (2754,0,31,-7015.89,-3040.38,242.25,0,0,0,0,0,0,0,0,0,0.917889,0,0), + (2754,0,32,-6970.5,-2981.02,241.666,0,0,0,0,0,0,0,0,0,0.917889,0,0), + (2754,0,33,-6934.33,-2905.91,241.816,0,0,0,0,0,0,0,0,0,1.12209,0,0), + (2754,0,34,-6913.11,-2861.83,241.894,0,0,0,0,0,0,0,0,0,1.12209,0,0), + (2754,0,35,-6874.86,-2825.65,241.667,0,0,0,0,0,0,0,0,0,0.757668,0,0), + (2754,0,36,-6859.87,-2776.27,241.975,0,0,0,0,0,0,0,0,0,1.27603,0,0), + (2754,0,37,-6842.13,-2717.85,241.729,0,0,0,0,0,0,0,0,0,1.27603,0,0), + (2754,0,38,-6846.45,-2667.72,241.51,0,0,0,0,0,0,0,0,0,1.65381,0,0), + (2754,0,39,-6851.46,-2607.44,240.745,0,0,0,0,0,0,0,0,0,1.65381,0,0), + (2754,0,40,-6852.08,-2566.73,240.743,0,0,0,0,0,0,0,0,0,1.60354,0,0), + (2754,0,41,-6880.82,-2550.47,240.743,0,0,0,0,0,0,0,0,0,2.74394,0,0), + (2754,0,42,-6920.74,-2512.13,240.743,0,0,0,0,0,0,0,0,0,2.37637,0,0), + (2754,0,43,-6957.01,-2459.73,240.743,0,0,0,0,0,0,0,0,0,2.18003,0,0), + (2754,0,44,-6968.86,-2436.17,240.743,0,0,0,0,0,0,0,0,0,2.02216,0,0), + (2754,0,45,-6985.18,-2427.13,242.407,0,0,0,0,0,0,0,0,0,2.66461,0,0), + (2754,0,46,-7032.28,-2403.95,240.308,0,0,0,0,0,0,0,0,0,2.88531,0,0), + (2754,0,47,-7070.29,-2406.17,243.718,0,0,0,0,0,0,0,0,0,3.15078,0,0), + (2754,0,48,-7132.2,-2394.94,241.667,0,0,0,0,0,0,0,0,0,2.96778,0,0), + (2754,0,49,-7165.06,-2398.26,240.663,0,0,0,0,0,0,0,0,0,3.25838,0,0), + (2754,0,50,-7188.31,-2426.48,242.147,0,0,0,0,0,0,0,0,0,4.07362,0,0), + (2754,0,51,-7194.06,-2475.31,245.94,0,0,0,0,0,0,0,0,0,4.59513,0,0), + (2754,0,52,-7197.13,-2523.31,248.631,0,0,0,0,0,0,0,0,0,4.64853,0,0), + (2754,0,53,-7185.88,-2555.67,245.846,0,0,0,0,0,0,0,0,0,5.06479,0,0), + (2754,0,54,-7191.35,-2594.02,246.023,0,0,0,0,0,0,0,0,0,4.57942,0,0), + (2754,0,55,-7175.23,-2639.84,244.411,0,0,0,0,0,0,0,0,0,5.05066,0,0), + (2754,0,56,-7164.76,-2655.17,243.481,0,0,0,0,0,0,0,0,0,5.31141,0,0), + (2754,0,57,-7143.76,-2663.97,241.977,0,0,0,0,0,0,0,0,0,5.88632,0,0), + (2754,0,58,-7120.74,-2667.13,241.845,0,0,0,0,0,0,0,0,0,6.14707,0,0), + (2775,0,1,-2153.7,-1973.68,15,1000,277501,0,0,0,0,0,0,0,5.4,0,0), + (2775,0,2,-2145.58,-1985.12,12.04,0,0,0,0,0,0,0,0,0,0,0,0), + (2775,0,3,-2132.08,-1992.56,5.96,0,0,0,0,0,0,0,0,0,0,0,0), + (2775,0,4,-2118.42,-2005.06,5.63,0,0,0,0,0,0,0,0,0,0,0,0), + (2775,0,5,-2109.37,-2024.36,6.08,0,0,0,0,0,0,0,0,0,0,0,0), + (2775,0,6,-2100,-2030.41,3.14,0,277506,0,0,0,0,0,0,0,0,0,0), + (2802,0,1,1378.64,55.965,-62.2767,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,2,1383.24,83.3483,-62.2764,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,3,1399.81,97.1692,-62.2886,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,4,1417.96,141.021,-62.2946,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,5,1433.98,149.911,-62.284,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,6,1447.69,137.149,-62.2928,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,7,1461.87,120.971,-60.1884,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,8,1464.95,111.218,-60.1895,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,9,1479.52,98.093,-60.1901,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,10,1484.87,94.6143,-62.2497,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,11,1500.44,81.3289,-62.2983,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,12,1481.72,47.7067,-62.2949,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,13,1442.54,36.2326,-62.2783,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,14,1416.4,21.24,-62.2751,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,15,1405.66,23.783,-62.2762,0,0,0,0,0,0,0,0,0,0,0,0), + (2802,0,16,1387.2,36.6966,-62.2761,0,0,0,0,0,0,0,0,0,0,0,0), + (2983,0,1,-2236.21,-410.89,-9.42601,2000,0,0,0,0,0,0,0,0,5.37218,0,0), + (2983,0,2,-2236.21,-410.89,-9.42601,3000,298301,0,0,0,0,0,0,0,5.37218,0,0), + (2983,0,3,-2214.34,-428.902,-7.86157,0,0,0,0,0,0,0,0,0,5.59602,0,0), + (2983,0,4,-2191.05,-440.163,-4.52789,0,0,0,0,0,0,0,0,0,5.85127,0,0), + (2983,0,5,-2163.19,-446.51,-5.92271,0,0,0,0,0,0,0,0,0,6.0751,0,0), + (2983,0,6,-2130.84,-454.067,-9.34155,0,0,0,0,0,0,0,0,0,0.377826,0,0), + (2983,0,7,-2102.93,-424.125,-5.38765,0,0,0,0,0,0,0,0,0,0.915038,0,0), + (2983,0,8,-2078.06,-390.171,-10.3244,0,0,0,0,0,0,0,0,0,0.938601,0,0), + (2983,0,9,-2051.67,-355.184,-5.34619,0,0,0,0,0,0,0,0,0,0.970017,0,0), + (2983,0,10,-2036.28,-321.563,-8.99381,0,0,0,0,0,0,0,0,0,1.15459,0,0), + (2983,0,11,-2019.59,-284.154,-10.7305,0,0,0,0,0,0,0,0,0,1.15066,0,0), + (2983,0,12,-2000.31,-241.171,-10.7863,0,0,0,0,0,0,0,0,0,1.09961,0,0), + (2983,0,13,-1974.52,-195.515,-10.6412,0,0,0,0,0,0,0,0,0,0.97787,0,0), + (2983,0,14,-1950.36,-159.017,-11.1501,0,0,0,0,0,0,0,0,0,1.03678,0,0), + (2983,0,15,-1921.89,-120.753,-11.7886,0,0,0,0,0,0,0,0,0,0.899332,0,0), + (2983,0,16,-1887.6,-82.903,-11.547,0,0,0,0,0,0,0,0,0,0.767385,0,0), + (2983,0,17,-1846.86,-42.2578,-12.0797,0,0,0,0,0,0,0,0,0,0.820791,0,0), + (2983,0,18,-1798.2,-15.0264,-10.3671,0,0,0,0,0,0,0,0,0,1.35957,0,0), + (2983,0,19,-1797.06,37.3591,-2.06555,0,0,0,0,0,0,0,0,0,1.07762,0,0), + (2983,0,20,-1770.11,67.7142,2.08745,0,0,0,0,0,0,0,0,0,1.03992,0,0), + (2983,0,21,-1752.72,114.745,-0.461769,0,0,0,0,0,0,0,0,0,0.821576,0,0), + (2983,0,22,-1717.69,151.336,3.97792,0,0,0,0,0,0,0,0,0,0.777593,0,0), + (2983,0,23,-1679.98,192.266,10.5913,0,0,0,0,0,0,0,0,0,0.860061,0,0), + (2983,0,24,-1655.82,207.278,8.61911,0,0,0,0,0,0,0,0,0,0.604806,0,0), + (2983,0,25,-1616.72,236.198,2.98487,0,0,0,0,0,0,0,0,0,0.428092,0,0), + (2983,0,26,-1557.23,258.012,9.58834,0,0,0,0,0,0,0,0,0,0.831001,0,0), + (2983,0,27,-1538.76,296.397,31.8461,0,0,0,0,0,0,0,0,0,1.21742,0,0), + (2983,0,28,-1533.94,324.278,56.2612,0,0,0,0,0,0,0,0,0,1.00143,0,0), + (2983,0,29,-1526.39,332.701,63.2045,0,0,0,0,0,0,0,0,0,1.08484,0,0), + (2983,0,30,-1521.71,338.879,63.6666,5000,298302,0,0,0,0,0,0,0,0.96546,0,0), + (2983,0,31,-1521.71,338.879,63.6666,0,1,0,0,0,0,0,0,0,0.96546,0,0), + (3396,0,1,-1145.94,-2025.81,91.8127,0,0,0,0,0,0,0,0,0,0.535909,0,0), + (3396,0,2,-1109.87,-1999.72,86.8538,0,0,0,0,0,0,0,0,0,0.681207,0,0), + (3396,0,3,-1068.51,-1962.03,89.5984,0,0,0,0,0,0,0,0,0,0.783309,0,0), + (3396,0,4,-1050.84,-1946.6,92.1747,0,0,0,0,0,0,0,0,0,0.696915,0,0), + (3396,0,5,-1028.03,-1936.14,90.9833,0,0,0,0,0,0,0,0,0,0.147922,0,0), + (3396,0,6,-1000.62,-1947.3,91.8085,0,0,0,0,0,0,0,0,0,5.83578,0,0), + (3396,0,7,-989.498,-1965.68,91.4196,0,0,0,0,0,0,0,0,0,5.82007,0,0), + (3396,0,8,-975.014,-1989.78,90.3225,0,0,0,0,0,0,0,0,0,5.58052,0,0), + (3396,0,9,-947.048,-2017.7,85.9028,0,0,0,0,0,0,0,0,0,6.01485,0,0), + (3396,0,10,-913.754,-2023.23,84.7262,0,0,0,0,0,0,0,0,0,5.92295,0,0), + (3396,0,11,-896.969,-2035.67,81.834,0,0,0,0,0,0,0,0,0,5.23573,0,0), + (3396,0,12,-888.286,-2053.13,81.0782,10000,0,0,0,0,0,0,0,0,4.9687,0,0), + (3396,0,13,-881.169,-2066.39,82.8913,0,0,0,0,0,0,0,0,0,4.49276,0,0), + (3396,0,14,-896.265,-2085.67,86.5982,0,0,0,0,0,0,0,0,0,3.74663,0,0), + (3396,0,15,-919.527,-2102.03,86.1471,0,0,0,0,0,0,0,0,0,3.56128,0,0), + (3396,0,16,-938.943,-2103.84,85.2055,0,0,0,0,0,0,0,0,0,3.27697,0,0), + (3396,0,17,-977.091,-2112.99,82.8457,0,0,0,0,0,0,0,0,0,3.62647,0,0), + (3396,0,18,-996.166,-2129.23,84.339,0,0,0,0,0,0,0,0,0,4.14876,0,0), + (3396,0,19,-1028.04,-2167.41,84.444,0,0,0,0,0,0,0,0,0,4.02231,0,0), + (3396,0,20,-1052.2,-2223.07,84.7852,0,0,0,0,0,0,0,0,0,4.21473,0,0), + (3396,0,21,-1061.31,-2265.33,88.5924,0,0,0,0,0,0,0,0,0,4.13776,0,0), + (3396,0,22,-1079.04,-2292.94,91.0261,0,0,0,0,0,0,0,0,0,3.3288,0,0), + (3396,0,23,-1117.46,-2298.19,90.3452,0,0,0,0,0,0,0,0,0,2.68164,0,0), + (3396,0,24,-1137.66,-2278.07,86.5678,0,0,0,0,0,0,0,0,0,1.97006,0,0), + (3396,0,25,-1155.54,-2237.66,85.6437,0,0,0,0,0,0,0,0,0,1.86796,0,0), + (3396,0,26,-1191.45,-2177.87,90.7451,0,0,0,0,0,0,0,0,0,2.20961,0,0), + (3396,0,27,-1217.34,-2140.72,92.6515,0,0,0,0,0,0,0,0,0,2.0761,0,0), + (3396,0,28,-1228.96,-2114.76,92.2165,0,0,0,0,0,0,0,0,0,1.41793,0,0), + (3396,0,29,-1218.87,-2087.08,91.4139,0,0,0,0,0,0,0,0,0,1.11634,0,0), + (3396,0,30,-1202.37,-2062.52,93.2409,0,0,0,0,0,0,0,0,0,0.729139,0,0), + (3396,0,31,-1166.88,-2042.01,92.1803,0,0,0,0,0,0,0,0,0,0.552424,0,0), + (3562,0,26,9928.18,2531.65,1319.27,300000,0,0,0,0,0,0,0,0,3.14085,0,0), + (3562,0,25,9714.03,2525.69,1335.68,300000,0,0,0,0,0,0,0,0,0.007114,0,0), + (3562,0,24,9712.32,2542.42,1335.68,0,0,0,0,0,0,0,0,0,4.82554,0,0), + (3562,0,23,9707.97,2555.02,1335.68,0,0,0,0,0,0,0,0,0,5.03367,0,0), + (3562,0,22,9703.6,2561.01,1335.68,0,0,0,0,0,0,0,0,0,5.36039,0,0), + (3562,0,21,9698.79,2567.37,1335.68,0,0,0,0,0,0,0,0,0,5.38395,0,0), + (3562,0,20,9692.33,2575.49,1335.68,0,0,0,0,0,0,0,0,0,5.38788,0,0), + (3562,0,19,9751.39,2628.27,1334.11,300000,0,0,0,0,0,0,0,0,3.93882,0,0), + (3562,0,18,9692.09,2574.66,1335.68,0,0,0,0,0,0,0,0,0,0.734384,0,0), + (3562,0,17,9695.88,2570.58,1335.68,0,0,0,0,0,0,0,0,0,2.1049,0,0), + (3562,0,16,9705.03,2560.33,1335.68,0,0,0,0,0,0,0,0,0,2.04993,0,0), + (3562,0,15,9708.32,2554.05,1335.68,0,0,0,0,0,0,0,0,0,2.01851,0,0), + (3562,0,14,9711.25,2544.71,1335.68,0,0,0,0,0,0,0,0,0,1.79075,0,0), + (3562,0,13,9713.11,2536.39,1335.68,0,0,0,0,0,0,0,0,0,1.69257,0,0), + (3562,0,12,9714.24,2525.53,1335.68,0,0,0,0,0,0,0,0,0,1.66115,0,0), + (3562,0,11,9712.42,2503.97,1335.68,0,0,0,0,0,0,0,0,0,1.31165,0,0), + (3562,0,10,9709.32,2496.27,1335.68,0,0,0,0,0,0,0,0,0,1.13729,0,0), + (3562,0,9,9701.33,2483.24,1335.68,0,0,0,0,0,0,0,0,0,0.94487,0,0), + (3562,0,8,9694.6,2474.08,1335.68,0,0,0,0,0,0,0,0,0,0.838842,0,0), + (3562,0,7,9759.32,2422.58,1334.2,300000,0,0,0,0,0,0,0,0,2.56279,0,0), + (3562,0,6,9694.12,2475.3,1335.68,0,0,0,0,0,0,0,0,0,5.58265,0,0), + (3562,0,5,9706.49,2490.08,1335.68,0,0,0,0,0,0,0,0,0,4.0904,0,0), + (3562,0,4,9709.47,2496.49,1335.68,0,0,0,0,0,0,0,0,0,4.3378,0,0), + (3562,0,3,9711.52,2503.04,1335.68,0,0,0,0,0,0,0,0,0,4.4988,0,0), + (3562,0,2,9713.46,2512.01,1335.68,0,0,0,0,0,0,0,0,0,4.55378,0,0), + (3562,0,1,9714.28,2525.74,1335.68,0,0,0,0,0,0,0,0,0,4.62839,0,0), + (3626,0,1,-8665.1,409.621,103.358,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,2,-8680.46,399.771,103.004,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,3,-8692.75,396.686,102.119,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,4,-8703.32,406.031,100.323,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,5,-8712.54,405.809,98.4939,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,6,-8724.36,406.446,97.8599,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,7,-8726,415.594,97.8208,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,8,-8723.2,424.507,98.1992,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,9,-8721.1,435.844,97.7363,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,10,-8716.95,446.821,97.2388,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,11,-8714,455.752,97.259,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,12,-8705.23,463.965,96.4575,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,13,-8682.62,483.652,96.7429,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,14,-8674.91,493.22,99.1902,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,15,-8666.25,496.932,100.645,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,16,-8659.67,494.795,101.158,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,17,-8651.92,485.884,102.47,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,18,-8637.55,466.998,102.234,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,19,-8632.74,458.795,102.348,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,20,-8632.37,446.901,102.582,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,21,-8639.12,438.773,102.111,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,22,-8645.07,427.677,101.733,0,0,0,0,0,0,0,0,0,0,0,0), + (3626,0,23,-8651.67,418.238,102.107,0,0,0,0,0,0,0,0,0,0,0,0), + (3694,0,6,6403.68,370.92,15.6815,0,0,0,0,0,0,0,0,0,0.983488,0,0), + (3694,0,5,6398.12,363.588,17.366,0,0,0,0,0,0,0,0,0,0.505183,0,0), + (3694,0,4,6387.81,359.455,18.9899,0,0,0,0,0,0,0,0,0,0.328468,0,0), + (3694,0,3,6368.99,357.894,21.5712,0,0,0,0,0,0,0,0,0,0.171388,0,0), + (3694,0,2,6353.39,354.557,22.3779,0,0,0,0,0,0,0,0,0,0.768994,0,0), + (3694,0,1,6339.14,341.764,24.3387,1000,369401,0,0,0,0,0,0,0,0.498114,0,0), + (3694,0,7,6416.57,392.998,12.0215,0,0,0,0,0,0,0,0,0,0.944219,0,0), + (3694,0,8,6424.95,399.193,10.9586,0,0,0,0,0,0,0,0,0,0.0292295,0,0), + (3694,0,9,6428.93,396.971,11.1736,0,0,0,0,0,0,0,0,0,5.0974,0,0), + (3694,0,10,6432,388.708,13.7662,0,0,0,0,0,0,0,0,0,5.02044,0,0), + (3694,0,11,6436.71,375.264,13.9403,0,0,0,0,0,0,0,0,0,4.74006,0,0), + (3694,0,12,6434.92,367.203,13.9403,600000,369402,0,0,0,0,0,0,0,4.6089,0,0), + (3694,0,13,6436.9,374.833,13.9403,0,0,0,0,0,0,0,0,0,1.85765,0,0), + (3694,0,14,6431.63,389.723,13.5875,0,0,0,0,0,0,0,0,0,1.96918,0,0), + (3694,0,15,6428.84,397.45,11.0941,0,0,0,0,0,0,0,0,0,2.58414,0,0), + (3694,0,16,6424,400.084,10.9784,0,0,0,0,0,0,0,0,0,3.33734,0,0), + (3694,0,17,6413.76,392.804,12.2825,0,0,0,0,0,0,0,0,0,4.12981,0,0), + (3694,0,18,6401.4,368.195,16.4249,0,0,0,0,0,0,0,0,0,3.85806,0,0), + (3694,0,19,6393.69,360.887,18.1549,0,0,0,0,0,0,0,0,0,3.44736,0,0), + (3694,0,20,6377.21,357.731,20.6589,0,0,0,0,0,0,0,0,0,3.04995,0,0), + (3694,0,21,6358.35,357.353,22.2106,0,0,0,0,0,0,0,0,0,3.50941,0,0), + (3694,0,22,6348.45,352.662,22.6056,0,0,0,0,0,0,0,0,0,4.03249,0,0), + (3694,0,23,6322.42,326.649,25.3338,2000,369403,0,0,0,0,0,0,0,3.91389,0,0), + (3937,0,52,-9459.13,61.9577,55.895,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,51,-9441.9,69.0755,56.1211,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,50,-9430.02,79.5378,56.5314,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,49,-9415.73,90.1365,57.4284,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,48,-9396.48,100.013,58.8232,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,47,-9376.01,105.782,60.5753,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,46,-9357.07,114.868,62.03,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,45,-9338.18,126.131,63.7921,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,44,-9326.49,133.655,64.2815,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,43,-9303.52,142.948,65.8136,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,42,-9281.98,150.661,66.7541,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,41,-9270.52,152.484,67.1291,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,40,-9252.87,160.506,67.888,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,39,-9239.12,181.457,67.847,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,38,-9229.92,191.648,68.0323,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,37,-9217.06,204.255,69.102,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,36,-9193.94,228.368,71.8295,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,35,-9187.48,239.799,72.5073,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,34,-9184.19,259.576,74.1034,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,33,-9183.65,286.015,76.4274,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,32,-9182.38,299.146,77.954,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,31,-9181.58,310.683,79.0021,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,30,-9179.04,324.033,81.1224,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,29,-9176.39,336.133,83.348,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,28,-9169.69,347.305,86.0677,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,27,-9159.77,358.971,89.0923,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,26,-9150.36,370.642,90.6303,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,25,-9144.01,376.646,90.7553,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,24,-9125.45,389.962,91.5705,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,23,-9142.42,375.965,90.7553,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,22,-9156.07,363.681,89.9918,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,21,-9168.69,347.023,86.2747,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,20,-9173.9,335.753,83.67,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,19,-9178.17,323.038,80.8832,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,18,-9180.92,301.329,78.3309,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,17,-9182.25,275.117,75.4421,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,16,-9182.98,255.778,73.8534,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,15,-9188.23,236.892,72.4424,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,14,-9201.4,220.05,71.154,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,13,-9217.8,203.665,69.0312,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,12,-9232.26,186.139,67.722,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,11,-9242.88,174.165,67.972,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,10,-9256.78,159.322,67.6685,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,9,-9273.1,151.202,67.0041,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,8,-9298.16,143.415,65.9121,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,7,-9316.49,136.071,64.9547,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,6,-9337.43,124.468,63.7177,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,5,-9362.59,111.672,61.557,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,4,-9383.63,105.089,60.0362,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,3,-9402.72,93.8989,58.4105,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,2,-9415.6,86.5546,56.9904,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,1,-9454.59,66.6288,56.203,0,0,0,0,0,0,0,0,0,100,0,0), + (3998,0,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), + (3998,0,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), + (3998,0,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), + (4001,0,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), + (4001,0,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), + (4001,0,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), + (4002,0,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), + (4002,0,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), + (4002,0,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), + (4003,0,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), + (4003,0,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), + (4003,0,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), + (4004,0,1,945.869,-255.917,-3.017,0,0,0,0,0,0,0,0,0,0,0,0), + (4004,0,2,954.064,-257.818,-3.511,0,0,0,0,0,0,0,0,0,0,0,0), + (4004,0,3,959.217,-260.678,-5.673,0,399803,0,0,0,0,0,0,0,0,0,0), + (4068,0,1,-1067.22,-213.737,160.473,5000,0,0,0,0,0,0,0,0,5.25037,0,0), + (4068,0,2,-1062.56,-221.981,160.294,0,0,0,0,0,0,0,0,0,5.24127,0,0), + (4068,0,3,-1054.61,-221.248,161.894,0,0,0,0,0,0,0,0,0,6.14101,0,0), + (4068,0,4,-1054.61,-221.248,161.894,0,0,0,0,0,0,0,0,0,1.03232,0,0), + (4068,0,5,-1037.05,-191.12,158.949,0,0,0,0,0,0,0,0,0,1.35008,0,0), + (4068,0,6,-1053.12,-173.969,163.214,0,0,0,0,0,0,0,0,0,1.49931,0,0), + (4068,0,7,-1064.46,-140.953,161.368,0,0,0,0,0,0,0,0,0,1.91164,0,0), + (4068,0,8,-1079.25,-97.1617,156.371,0,0,0,0,0,0,0,0,0,1.84488,0,0), + (4068,0,9,-1085.39,-64.6974,164.416,0,0,0,0,0,0,0,0,0,1.55429,0,0), + (4068,0,10,-1083.91,-26.7695,159.369,0,0,0,0,0,0,0,0,0,1.52287,0,0), + (4068,0,11,-1084.44,-9.29896,158.034,0,0,0,0,0,0,0,0,0,2.38288,0,0), + (4068,0,12,-1109.66,7.02863,154.732,0,0,0,0,0,0,0,0,0,2.15904,0,0), + (4068,0,13,-1132.07,31.5715,158.157,3000,0,0,0,0,0,0,0,0,1.24798,0,0), + (4068,0,14,-1129.02,47.1316,154.19,0,0,0,0,0,0,0,0,0,0.784595,0,0), + (4068,0,15,-1095.17,63.5461,150.752,0,0,0,0,0,0,0,0,0,0.812084,0,0), + (4068,0,16,-1086.83,113.827,144.557,0,0,0,0,0,0,0,0,0,2.47645,0,0), + (4068,0,17,-1113.2,129.364,140.268,0,0,0,0,0,0,0,0,0,2.88486,0,0), + (4068,0,18,-1146.35,119.028,141.776,0,0,0,0,0,0,0,0,0,3.5014,0,0), + (4068,0,19,-1169.85,118.638,141.101,0,0,0,0,0,0,0,0,0,3.04979,0,0), + (4068,0,20,-1206.75,117.618,139.861,0,0,0,0,0,0,0,0,0,2.53928,0,0), + (4068,0,21,-1211.53,129.623,135.559,0,0,0,0,0,0,0,0,0,0.585213,0,0), + (4068,0,22,-1192.52,144.921,136.995,0,0,0,0,0,0,0,0,0,0.699096,0,0), + (4068,0,23,-1175.37,157.22,146.484,0,0,0,0,0,0,0,0,0,0.530235,0,0), + (4068,0,24,-1155.67,169.875,146.074,0,0,0,0,0,0,0,0,0,0.553796,0,0), + (4068,0,25,-1127.05,179.696,131.79,0,0,0,0,0,0,0,0,0,0.318177,0,0), + (4068,0,26,-1096.04,189.663,118.055,0,0,0,0,0,0,0,0,0,0.312577,0,0), + (4068,0,27,-1061.46,191.502,109.917,0,0,0,0,0,0,0,0,0,1.3493,0,0), + (4068,0,28,-1056.64,215.227,113.473,0,0,0,0,0,0,0,0,0,1.03671,0,0), + (4068,0,29,-1046.91,223.356,114.831,0,0,0,0,0,0,0,0,0,0.553694,0,0), + (4068,0,30,-1035.35,218.46,112.371,0,0,0,0,0,0,0,0,0,5.64308,0,0), + (4068,0,31,-1027.93,217.483,114.236,0,0,0,0,0,0,0,0,0,0.514424,0,0), + (4068,0,32,-1023.41,229.152,108.92,0,0,0,0,0,0,0,0,0,1.07991,0,0), + (4068,0,33,-1016.34,236.136,109.243,0,0,0,0,0,0,0,0,0,0.962101,0,0), + (4068,0,34,-1013.08,246.142,108.77,0,0,0,0,0,0,0,0,0,1.33124,0,0), + (4068,0,35,-1006.87,255.833,113.284,0,0,0,0,0,0,0,0,0,0.966027,0,0), + (4068,0,36,-997.047,275.161,112.343,20000,406801,0,0,0,0,0,0,0,1.13882,0,0), + (4554,0,15,1558.9,249.271,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,14,1562.39,258.271,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,13,1571.83,267.472,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,12,1585.28,276.953,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,11,1604.58,277.056,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,10,1615.5,270.935,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,9,1629.72,255.758,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,8,1633.57,240.906,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,7,1631.79,225.573,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,6,1615.09,208.406,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,5,1605.9,202.982,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,4,1585.83,203.386,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,3,1575.24,209.333,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,2,1565.03,219.286,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4554,0,1,1558.86,231.746,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,37,1701.23,179.242,-62.1894,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,36,1706.71,173.641,-60.7382,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,35,1700.79,156.415,-60.4469,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,34,1701.63,150.057,-60.4713,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,33,1695.94,143.22,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,32,1694.08,139.229,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,31,1706.28,127.667,-48.9427,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,30,1717.06,115.939,-55.2152,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,29,1721.19,117.524,-55.2157,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,28,1728.17,124.137,-60.2463,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,27,1734,128.82,-60.077,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,26,1740.99,133.782,-62.1815,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,25,1748.01,137.403,-62.1857,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,24,1759.66,131.193,-62.2912,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,23,1764.38,120.86,-62.2863,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,22,1757.18,102.997,-62.277,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,21,1744.22,91.9121,-62.2754,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,20,1733.04,77.4807,-62.2781,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,19,1713.85,66.6249,-62.2861,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,18,1700.17,73.6353,-62.2922,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,17,1694.8,80.5407,-62.2903,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,16,1697.48,93.3407,-62.2363,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,15,1709.76,105.679,-60.19,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,14,1715.67,112.278,-55.2156,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,13,1716.68,116.095,-55.2151,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,12,1705.71,127.614,-48.9109,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,11,1694.58,138.998,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,10,1691.37,139.089,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,9,1683.65,131.558,-60.4389,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,8,1676.1,127.901,-60.3797,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,7,1661.99,130.196,-61.8447,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,6,1656.65,142.33,-62.1565,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,5,1660.32,151.225,-62.1589,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,4,1664.06,155.13,-62.1464,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,3,1679.01,170.419,-62.1451,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,2,1682.12,173.618,-62.1501,0,0,0,0,0,0,0,0,0,0,0,0), + (4571,0,1,1689.39,177.508,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (5042,0,1,-8759.62,812.343,97.635,0,0,0,0,0,0,0,0,0,3.86606,0,0), + (5042,0,2,-8761.61,810.579,97.635,0,0,0,0,0,0,0,0,0,2.0785,0,0), + (5042,0,3,-8762.09,811.25,97.635,15000,141601,0,0,0,0,0,0,0,2.08714,0,0), + (5042,0,4,-8765.12,809.343,97.635,0,0,0,0,0,0,0,0,0,2.33218,0,0), + (5042,0,5,-8768.82,813.976,97.635,0,0,0,0,0,0,0,0,0,0.817934,0,0), + (5042,0,6,-8765.6,816.682,97.635,0,0,0,0,0,0,0,0,0,5.0206,0,0), + (5042,0,7,-8765.49,816.11,97.635,15000,0,0,0,0,0,0,0,0,4.90279,0,0), + (5042,0,8,-8766.14,815.698,97.635,0,0,0,0,0,0,0,0,0,3.76789,0,0), + (5042,0,9,-8762.85,818.44,97.635,0,0,0,0,0,0,0,0,0,6.00235,0,0), + (5042,0,10,-8757.2,817.107,97.635,0,0,0,0,0,0,0,0,0,5.2413,0,0), + (5042,0,11,-8755.51,815.287,97.635,0,0,0,0,0,0,0,0,0,5.48793,0,0), + (5042,0,12,-8755.65,815.128,97.635,15000,0,0,0,0,0,0,0,0,4.32318,0,0), + (5042,0,13,-8755.62,815.616,97.635,0,0,0,0,0,0,0,0,0,2.83609,0,0), + (5042,0,14,-8766.1,820.151,97.635,0,0,0,0,0,0,0,0,0,3.84219,0,0), + (5042,0,15,-8766.37,820.027,97.635,15000,141601,0,0,0,0,0,0,0,3.58301,0,0), + (5109,0,1,-4940.07,-966.556,501.592,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,2,-4956.59,-978.85,501.649,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,3,-4966.61,-974.932,502.78,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,4,-4977.69,-967.015,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,5,-4978.87,-957.095,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,6,-4966.55,-946.783,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,7,-4946.39,-929.878,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,8,-4924.84,-913.595,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,9,-4904.37,-898.434,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,10,-4898.43,-902.386,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,11,-4891.91,-916.892,501.631,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,12,-4902.03,-933.63,501.529,0,0,0,0,0,0,0,0,0,0,0,0), + (5109,0,13,-4925.54,-947.789,501.621,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,1,-5014.96,-1164.36,501.663,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,2,-5017.41,-1177.74,501.654,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,3,-5006.69,-1195.86,501.667,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,4,-4991.03,-1215.02,501.677,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,5,-4976.49,-1233.44,501.678,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,6,-4963.13,-1249.54,501.671,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,7,-4950.89,-1261.21,501.667,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,8,-4932.9,-1258.33,501.648,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,9,-4925.25,-1245.36,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,10,-4926.88,-1234.47,501.655,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,11,-4941.88,-1220.39,501.652,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,12,-4947.64,-1205.36,501.668,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,13,-4957.72,-1193.18,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,14,-4974.97,-1183.97,501.656,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,15,-4983.42,-1169.04,501.655,0,0,0,0,0,0,0,0,0,0,0,0), + (5124,0,16,-5002.73,-1160.77,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,1,-4686.15,-1255.14,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,2,-4675.92,-1244.38,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,3,-4667.5,-1245.78,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,4,-4661.6,-1250.52,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,5,-4661.6,-1250.52,503.382,60000,0,0,0,0,0,0,0,0,2.35619,0,0), + (5637,0,6,-4670.11,-1243.08,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,7,-4681.15,-1244.8,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,8,-4686.53,-1252.01,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,9,-4685.42,-1262.68,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,10,-4681.39,-1266.61,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (5637,0,11,-4681.39,-1266.61,503.382,60000,0,0,0,0,0,0,0,0,1.6057,0,0), + (5669,0,1,1717.1,290.181,-62.1068,6000,4184401,0,0,0,0,0,0,0,5.02655,0,0), + (5670,0,1,1596.41,363.119,-62.1777,0,0,0,0,0,0,0,0,0,1.277,0,0), + (5670,0,2,1600.59,371.134,-62.1777,0,0,0,0,0,0,0,0,0,0.804196,0,0), + (5670,0,3,1604.57,375.022,-62.1777,0,0,0,0,0,0,0,0,0,0.384794,0,0), + (5670,0,4,1612.86,375.448,-62.1777,0,0,0,0,0,0,0,0,0,6.16375,0,0), + (5670,0,5,1629.42,373.423,-61.6199,0,0,0,0,0,0,0,0,0,6.10328,0,0), + (5670,0,6,1636.5,371.63,-62.0316,0,0,0,0,0,0,0,0,0,5.95013,0,0), + (5670,0,7,1648.59,366.277,-62.1478,0,0,0,0,0,0,0,0,0,5.69095,0,0), + (5670,0,8,1650.51,364.818,-60.7627,0,0,0,0,0,0,0,0,0,5.63205,0,0), + (5670,0,9,1658.69,356.651,-60.7464,0,0,0,0,0,0,0,0,0,5.16396,0,0), + (5670,0,10,1660.31,351.521,-60.7251,0,0,0,0,0,0,0,0,0,4.73278,0,0), + (5670,0,11,1659.8,344.908,-62.1714,0,0,0,0,0,0,0,0,0,4.81368,0,0), + (5670,0,12,1660.42,337.393,-62.1724,0,0,0,0,0,0,0,0,0,5.53781,0,0), + (5670,0,13,1686.19,312.154,-62.1589,0,0,0,0,0,0,0,0,0,5.63205,0,0), + (5670,0,14,1693.32,305.168,-62.1613,0,0,0,0,0,0,0,0,0,5.79463,0,0), + (5670,0,15,1700.09,302.831,-62.1701,0,0,0,0,0,0,0,0,0,0.157036,0,0), + (5670,0,16,1714.19,304.062,-61.4879,0,0,0,0,0,0,0,0,0,6.01222,0,0), + (5670,0,17,1720.74,299.715,-61.4923,0,0,0,0,0,0,0,0,0,5.50721,0,0), + (5670,0,18,1722.4,297.283,-62.1776,0,0,0,0,0,0,0,0,0,5.11451,0,0), + (5670,0,19,1728.38,279.716,-62.1779,0,0,0,0,0,0,0,0,0,5.01084,0,0), + (5670,0,20,1729.16,274.654,-61.6199,0,0,0,0,0,0,0,0,0,4.7713,0,0), + (5670,0,21,1729.83,270.673,-62.0556,0,0,0,0,0,0,0,0,0,4.89696,0,0), + (5670,0,22,1733.4,254.988,-62.1774,0,0,0,0,0,0,0,0,0,4.79093,0,0), + (5670,0,23,1731.59,247.396,-62.1774,0,0,0,0,0,0,0,0,0,4.10214,0,0), + (5670,0,24,1722.09,241.103,-62.1774,0,0,0,0,0,0,0,0,0,3.26962,0,0), + (5670,0,25,1708.78,237.128,-62.1774,0,0,0,0,0,0,0,0,0,3.19972,0,0), + (5670,0,26,1667.44,238.904,-62.1774,0,0,0,0,0,0,0,0,0,2.79132,0,0), + (5670,0,27,1661.93,245.751,-62.1774,0,0,0,0,0,0,0,0,0,1.74531,0,0), + (5670,0,28,1659.92,263.654,-62.1774,0,0,0,0,0,0,0,0,0,1.92831,0,0), + (5670,0,29,1652.95,278.419,-62.1774,0,0,0,0,0,0,0,0,0,2.2621,0,0), + (5670,0,30,1645.44,287.234,-62.1818,0,0,0,0,0,0,0,0,0,2.47887,0,0), + (5670,0,31,1632.76,298.534,-62.1788,0,0,0,0,0,0,0,0,0,2.68936,0,0), + (5670,0,32,1621.63,304.092,-62.1788,0,0,0,0,0,0,0,0,0,3.02629,0,0), + (5670,0,33,1602.04,308.263,-62.1788,0,0,0,0,0,0,0,0,0,2.55584,0,0), + (5670,0,34,1597.12,314.251,-62.1788,0,0,0,0,0,0,0,0,0,1.93223,0,0), + (5670,0,35,1595.59,321.995,-62.1788,0,0,0,0,0,0,0,0,0,1.71389,0,0), + (5670,0,36,1596.3,340.951,-62.1788,0,0,0,0,0,0,0,0,0,1.55681,0,0), + (5702,0,1,1796.8,134.712,-63.7599,245000,3841701,0,0,0,0,0,0,0,4.13643,0,0), + (5706,0,1,1596.21,161.705,-62.1775,0,0,0,0,0,0,0,0,0,1.4122,0,0), + (5706,0,2,1599.04,168.373,-62.1775,0,0,0,0,0,0,0,0,0,0.969237,0,0), + (5706,0,3,1624.81,177.137,-62.1775,0,0,0,0,0,0,0,0,0,0.604677,0,0), + (5706,0,4,1635.19,183.345,-62.1775,0,0,0,0,0,0,0,0,0,0.753903,0,0), + (5706,0,5,1644.25,190.512,-62.182,0,0,0,0,0,0,0,0,0,0.954179,0,0), + (5706,0,6,1653.08,198.578,-62.1788,0,0,0,0,0,0,0,0,0,1.23614,0,0), + (5706,0,7,1658.44,208.939,-62.1788,0,0,0,0,0,0,0,0,0,1.23535,0,0), + (5706,0,8,1664.89,231.188,-62.1788,0,0,0,0,0,0,0,0,0,1.00601,0,0), + (5706,0,9,1669.19,236.104,-62.1788,0,0,0,0,0,0,0,0,0,0.369843,0,0), + (5706,0,10,1683.7,238.711,-62.1788,0,0,0,0,0,0,0,0,0,6.26426,0,0), + (5706,0,11,1702.69,239.171,-62.1788,0,0,0,0,0,0,0,0,0,0.021911,0,0), + (5706,0,12,1721.73,238.3,-62.1788,0,0,0,0,0,0,0,0,0,6.00979,0,0), + (5706,0,13,1728.95,232.596,-62.1788,0,0,0,0,0,0,0,0,0,5.21183,0,0), + (5706,0,14,1729.27,211.525,-62.1788,0,0,0,0,0,0,0,0,0,4.45078,0,0), + (5706,0,15,1727.06,203.417,-61.6199,0,0,0,0,0,0,0,0,0,4.31177,0,0), + (5706,0,16,1720.51,188.164,-62.1457,0,0,0,0,0,0,0,0,0,4.15007,0,0), + (5706,0,17,1719.23,185.944,-60.7604,0,0,0,0,0,0,0,0,0,4.11473,0,0), + (5706,0,18,1701.35,159.811,-60.7826,0,0,0,0,0,0,0,0,0,3.85712,0,0), + (5706,0,19,1671.79,130.367,-60.3906,0,0,0,0,0,0,0,0,0,3.79664,0,0), + (5706,0,20,1669.36,128.858,-61.4819,0,0,0,0,0,0,0,0,0,3.70161,0,0), + (5706,0,21,1646.95,113.664,-62.1838,0,0,0,0,0,0,0,0,0,3.54689,0,0), + (5706,0,22,1630.37,108.162,-61.62,0,0,0,0,0,0,0,0,0,3.20524,0,0), + (5706,0,23,1616.77,106.219,-62.1776,0,0,0,0,0,0,0,0,0,3.20288,0,0), + (5706,0,24,1605.79,106.219,-62.1776,0,0,0,0,0,0,0,0,0,2.77013,0,0), + (5706,0,25,1599.24,109.457,-62.1776,0,0,0,0,0,0,0,0,0,2.27062,0,0), + (5706,0,26,1595.92,120.261,-62.1776,0,0,0,0,0,0,0,0,0,1.63601,0,0), + (5706,0,27,1595.89,130.826,-62.1776,0,0,0,0,0,0,0,0,0,1.60853,0,0), + (5708,0,1,-369.26,94.5071,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,2,-375.62,119.789,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,3,-383.225,143.882,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,4,-418.907,179.624,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,5,-466.908,193.609,-148.82,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,6,-517.159,180.646,-148.803,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,7,-552.931,144.953,-148.71,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,8,-565.644,96.3409,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,9,-552.367,46.1019,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,10,-536.557,28.4847,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,11,-517.331,10.7796,-148.773,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,12,-467.412,-2.85782,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,13,-418.226,10.4559,-148.755,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,14,-382.245,46.9143,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5708,0,15,-374.001,71.9398,-148.802,0,0,0,0,0,0,0,0,0,100,0,0), + (5719,0,1,-644.219,58.4874,-90.8341,0,571901,0,0,0,0,0,0,0,1.57404,0,0), + (5719,0,2,-644.331,136.016,-90.8297,0,0,0,0,0,0,0,0,0,3.20482,0,0), + (5719,0,3,-674.273,134.121,-90.8297,0,0,0,0,0,0,0,0,0,4.72107,0,0), + (5719,0,4,-673.602,56.772,-90.8339,0,0,0,0,0,0,0,0,0,6.27551,0,0), + (5719,0,5,-643.732,56.5426,-90.8339,0,0,0,0,0,0,0,0,0,6.27551,0,0), + (5720,0,12,-506.573,54.6337,-91.2768,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,11,-482.917,42.428,-91.3105,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,10,-452.024,39.6454,-91.2566,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,9,-424.524,55.407,-91.2277,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,8,-412.627,81.0488,-91.2901,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,7,-413.346,111.11,-91.3013,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,6,-429.363,136.152,-91.2937,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,5,-452.177,148.956,-91.3031,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,4,-484.049,149.333,-91.274,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,3,-508.711,134.289,-91.2576,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,2,-523.805,109.812,-91.2264,0,0,0,0,0,0,0,0,0,100,0,0), + (5720,0,1,-521.969,80.1382,-91.2695,0,572001,0,0,0,0,0,0,0,100,0,0), + (5721,0,12,-482.917,42.428,-91.3105,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,11,-452.024,39.6454,-91.2566,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,10,-424.524,55.407,-91.2277,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,9,-412.627,81.0488,-91.2901,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,8,-413.346,111.11,-91.3013,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,7,-429.363,136.152,-91.2937,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,6,-452.177,148.956,-91.3031,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,5,-484.049,149.333,-91.274,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,4,-508.711,134.289,-91.2576,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,3,-523.805,109.812,-91.2264,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,2,-521.969,80.1382,-91.2695,0,0,0,0,0,0,0,0,0,100,0,0), + (5721,0,1,-506.573,54.6337,-91.2768,0,572101,0,0,0,0,0,0,0,100,0,0), + (5722,0,1,-644.27,74.3273,-90.8327,0,572201,0,0,0,0,0,0,0,1.57404,0,0), + (5722,0,2,-644.468,135.471,-90.8296,0,0,0,0,0,0,0,0,0,3.22119,0,0), + (5722,0,3,-673.758,133.936,-90.8296,0,0,0,0,0,0,0,0,0,4.71017,0,0), + (5722,0,4,-673.928,57.2586,-90.8338,0,0,0,0,0,0,0,0,0,6.27006,0,0), + (5722,0,5,-643.802,56.8631,-90.8338,0,0,0,0,0,0,0,0,0,1.57403,0,0), + (5731,0,1,1468.31,289.376,-62.1695,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,2,1466.31,282.327,-62.1793,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,3,1463.79,271.157,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,4,1461.64,257.597,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,5,1467.87,246.033,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,6,1480.6,242.501,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,7,1506.84,240.77,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,8,1519.25,237.466,-62.1781,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,9,1528.31,224.717,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,10,1527.16,214.084,-62.1769,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,11,1535.35,203.163,-62.1807,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,12,1543.28,196.946,-62.182,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,13,1552.11,198.96,-60.7734,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,14,1559.16,203.845,-60.7778,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,15,1567.68,212.905,-60.0726,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,16,1581.18,225.845,-62.0788,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,17,1586.24,223.097,-61.6741,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,18,1592.25,220.805,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,19,1594.63,221.559,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,20,1595.75,230.65,-52.1541,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,21,1588.12,232.84,-52.1448,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,22,1584.88,236.081,-52.1465,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,23,1582.76,240.143,-52.1601,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,24,1561.43,241.071,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,25,1557.96,237.201,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,26,1558.51,224.597,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,27,1570.15,213.529,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,28,1582.61,205.46,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,29,1590.89,204.602,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,30,1607.02,204.912,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,31,1620.11,213.913,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,32,1629.48,224.299,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,33,1632.49,234.095,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,34,1626.8,239.483,-43.5356,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,35,1608.77,239.606,-52.1619,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,36,1604.65,247.233,-52.1536,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,37,1597.86,248.81,-52.1511,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,38,1596.34,257.615,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,39,1593.61,260.09,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,40,1584.95,257.4,-62.1189,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,41,1580.7,256.706,-61.907,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,42,1566.03,270.139,-60.6981,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,43,1552.02,284.469,-60.7652,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,44,1551.18,293.931,-62.1814,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,45,1560.5,301.835,-62.1807,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,46,1580.67,307.513,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,47,1592.49,313.837,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,48,1597.32,322.575,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,49,1598.02,353.617,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,50,1594.56,366.03,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,51,1585.44,374.394,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,52,1571.18,373.723,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,53,1551.74,368.048,-62.1826,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,54,1534.45,357.615,-61.4996,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,55,1517.67,348.697,-60.7838,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,56,1502.1,336.255,-60.0915,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,57,1487.44,318.325,-60.7878,0,0,0,0,0,0,0,0,0,0,0,0), + (5731,0,58,1477.09,301.717,-61.5005,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,1,1519.26,348.814,-60.7859,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,2,1501.66,336.185,-60.0916,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,3,1485.87,314.104,-61.4837,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,4,1474.47,295.632,-62.1486,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,5,1466.42,280.133,-61.8308,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,6,1462.71,264.028,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,7,1465.77,247.546,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,8,1478.26,242.965,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,9,1501.93,242.955,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,10,1520.96,243.381,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,11,1525.29,251.149,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,12,1528.97,265.893,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,13,1535.91,275.839,-62.1772,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,14,1542.76,286.413,-62.1807,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,15,1549.17,295.035,-62.1807,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,16,1565.81,303.835,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,17,1577.01,309.116,-62.1751,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,18,1588.85,311.303,-62.1781,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,19,1594.25,319.317,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,20,1595.19,347.093,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,21,1594.17,364.99,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,22,1586.59,373.629,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,23,1570.1,372.695,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,24,1550.57,370.057,-62.1812,0,0,0,0,0,0,0,0,0,0,0,0), + (5732,0,25,1543.08,363.322,-62.1878,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,1,1479.41,372.664,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,2,1490.67,382.788,-62.1305,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,3,1490.67,382.788,-62.1305,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,4,1507.25,392.748,-57.1534,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,5,1510.66,391.439,-57.1527,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,6,1518.01,377.285,-50.8484,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,7,1526.58,360.717,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,8,1530.33,362.331,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,9,1537.36,367.821,-62.1808,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,10,1541.79,366.987,-62.185,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,11,1543.51,362.134,-62.1887,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,12,1537.4,358.087,-61.5033,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,13,1523.83,350.39,-61.4799,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,14,1516.75,348.59,-60.7826,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,15,1506.97,341.408,-60.0886,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,16,1494.43,328.68,-60.0897,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,17,1485.36,324.837,-60.7884,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,18,1481.45,320.631,-60.7687,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,19,1477.09,312.425,-57.1521,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,20,1474.1,311.858,-57.1521,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,21,1460.3,320.621,-50.8484,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,22,1446.57,328.65,-57.1527,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,23,1443.13,327.898,-57.1533,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,24,1438.03,318.603,-62.3043,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,25,1434.72,317.285,-62.258,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,26,1431.85,318.852,-62.2427,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,27,1430.83,325.756,-62.1859,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,28,1422.32,340.904,-62.1849,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,29,1412.05,346.438,-66.0115,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,30,1393.42,363.718,-66.0447,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,31,1383.04,366.019,-66.0016,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,32,1365.52,370.227,-70.4562,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,33,1363.16,377.865,-70.5165,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,34,1367.68,391.43,-71.5826,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,35,1373.88,401.119,-73.4127,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,36,1382.9,409.397,-75.8971,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,37,1389.49,415.171,-77.2378,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,38,1396.45,415.755,-77.2381,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,39,1408.31,403.337,-84.9655,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,40,1414.51,401.682,-84.9691,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,41,1428.57,386.76,-85.0034,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,42,1439.07,395.104,-85.271,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,43,1448.46,404.877,-84.9948,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,44,1443.74,412.583,-84.9898,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,45,1435.27,421.876,-84.9663,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,46,1430.06,429.983,-83.023,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,47,1419.35,439.915,-77.2387,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,48,1420.96,445.016,-77.2355,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,49,1434.68,457.197,-70.4659,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,50,1444.69,453.656,-70.4575,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,51,1454.08,444.284,-65.7268,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,52,1459.66,438.89,-65.7245,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,53,1470.86,441.297,-64.9191,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,54,1481.02,448.876,-61.927,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,55,1491.78,449.923,-61.2028,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,56,1502.77,444.258,-63.6575,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,57,1507.68,435.06,-65.2288,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,58,1504.63,426.794,-63.9416,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,59,1494.86,421.116,-62.1855,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,60,1494.72,410.316,-62.1856,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,61,1499.95,402.444,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,62,1492.95,388.439,-62.1741,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,63,1482.61,374.47,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,64,1465.9,357.547,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,65,1454.05,347.852,-62.2085,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,66,1435.19,340.497,-62.1857,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,67,1428.79,327.056,-62.1857,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,68,1432.44,318.302,-62.2437,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,69,1438.11,318.595,-62.305,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,70,1442.61,326.113,-57.1532,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,71,1446.59,333.357,-57.1533,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,72,1450.78,340.826,-62.2545,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,73,1455.39,349.892,-62.1932,0,0,0,0,0,0,0,0,0,0,0,0), + (5733,0,74,1463.85,357.457,-62.1858,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,1,1425.31,101.469,-62.2865,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,2,1447.39,72.0668,-62.2814,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,3,1463.84,56.0359,-62.291,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,4,1492.96,64.9271,-62.2958,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,5,1508.15,72.9222,-62.3007,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,6,1518.45,76.9463,-62.2957,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,7,1518.26,82.0808,-62.3387,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,8,1509.34,87.6492,-57.1532,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,9,1508.42,90.7216,-57.1129,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,10,1515.07,104.458,-50.8996,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,11,1524.59,119.023,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,12,1521.99,122.314,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,13,1514.91,126.385,-60.7775,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,14,1509.88,134.53,-60.0952,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,15,1502.53,143.482,-60.0952,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,16,1488.89,157.537,-60.0882,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,17,1480.59,161.489,-60.7947,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,18,1477.12,168.538,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,19,1473.48,169.934,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,20,1459.54,162.908,-50.9134,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,21,1444.44,154.005,-57.1529,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,22,1436.6,165.151,-62.2948,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,23,1432.08,165.822,-62.276,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,24,1427.12,148.912,-62.286,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,25,1416.2,136.24,-62.2932,0,0,0,0,0,0,0,0,0,0,0,0), + (5744,0,26,1413.28,124.932,-62.2949,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,1,1542.79,191.362,-62.1808,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,2,1559.79,178.594,-62.1803,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,3,1577.52,172.16,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,4,1587.42,169.376,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,5,1594.17,161.334,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,6,1594.49,131.577,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,7,1592.6,113.022,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,8,1582.28,104.431,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,9,1563.74,107.65,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,10,1547.06,113.084,-62.1422,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,11,1537.05,122.453,-61.5088,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,12,1532.86,139.527,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,13,1521.77,154.188,-62.1609,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,14,1509.39,165.757,-62.1475,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,15,1501.14,174.273,-62.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,16,1488.74,180.9,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,17,1474.74,188.001,-62.1897,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,18,1465.01,201.309,-62.1762,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,19,1462.54,211.253,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,20,1461.92,229.935,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,21,1474.28,240.684,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,22,1514.81,238.436,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,23,1525.65,233.328,-62.1782,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,24,1526.56,219.579,-62.1756,0,0,0,0,0,0,0,0,0,0,0,0), + (5747,0,25,1531.41,205.202,-62.1799,0,0,0,0,0,0,0,0,0,0,0,0), + (5901,0,1,-1343.7,-4051.74,5.44054,0,0,0,0,0,0,0,0,0,4.79486,0,0), + (5901,0,2,-1342.41,-4061.94,-0.1325,0,0,0,0,0,0,0,0,0,4.66921,0,0), + (5901,0,3,-1343.7,-4066.18,-0.7403,20000,590101,0,0,0,0,0,0,0,4.54354,0,0), + (5901,0,4,-1342.41,-4061.94,-0.1325,0,0,0,0,0,0,0,0,0,4.66921,0,0), + (5901,0,5,-1343.7,-4051.74,5.44054,0,0,0,0,0,0,0,0,0,4.79486,0,0), + (5901,0,6,-1345.12,-4047.61,5.97224,0,590102,0,0,0,0,0,0,0,4.34587,0,0), + (6109,0,1,2623.38,-5977.86,100.642,0,0,0,0,0,0,0,0,0,3.86238,0,0), + (6109,0,2,2652.61,-6023.3,97.2364,0,0,0,0,0,0,0,0,0,4.28178,0,0), + (6109,0,3,2637.75,-6057.12,100.789,0,0,0,0,0,0,0,0,0,4.96744,0,0), + (6109,0,4,2650.16,-6101.06,99.105,0,0,0,0,0,0,0,0,0,4.99335,0,0), + (6109,0,5,2659.07,-6142.42,100.017,0,0,0,0,0,0,0,0,0,5.61225,0,0), + (6109,0,6,2699.18,-6169.74,97.2345,0,0,0,0,0,0,0,0,0,5.90834,0,0), + (6109,0,7,2748.81,-6216.27,102.323,0,0,0,0,0,0,0,0,0,5.52506,0,0), + (6109,0,8,2728.22,-6259.92,99.7664,0,0,0,0,0,0,0,0,0,1.50304,0,0), + (6109,0,9,2701.59,-6292.38,98.4016,0,0,0,0,0,0,0,0,0,1.01845,0,0), + (6109,0,10,2665.81,-6316.73,100.927,0,0,0,0,0,0,0,0,0,3.15866,0,0), + (6109,0,11,2639.08,-6319.14,93.82,0,0,0,0,0,0,0,0,0,3.16179,0,0), + (6109,0,12,2609.81,-6316.4,95.62,0,0,0,0,0,0,0,0,0,2.8822,0,0), + (6109,0,13,2593.02,-6298.9,103.16,0,0,0,0,0,0,0,0,0,2.55862,0,0), + (6109,0,14,2502.05,-6238.91,102.5,0,0,0,0,0,0,0,0,0,2.55862,0,0), + (6109,0,15,2484.14,-6233.41,101.99,0,0,0,0,0,0,0,0,0,3.24663,0,0), + (6109,0,16,2450.22,-6182.88,101.45,0,0,0,0,0,0,0,0,0,2.20912,0,0), + (6109,0,17,2411.61,-6157.76,101.92,0,0,0,0,0,0,0,0,0,3.54822,0,0), + (6109,0,18,2361.36,-6203.64,104.65,0,0,0,0,0,0,0,0,0,4.13334,0,0), + (6109,0,19,2336.04,-6248.55,106.4,0,0,0,0,0,0,0,0,0,4.62264,0,0), + (6109,0,20,2361.63,-6203.64,104.65,0,0,0,0,0,0,0,0,0,0.89043,0,0), + (6109,0,21,2406.65,-6164.8,100.57,0,0,0,0,0,0,0,0,0,0.92734,0,0), + (6109,0,22,2407.32,-6147.17,100.29,0,0,0,0,0,0,0,0,0,2.08345,0,0), + (6109,0,23,2352.5,-6106.48,110.44,0,0,0,0,0,0,0,0,0,2.66543,0,0), + (6109,0,24,2294.35,-6064.86,107.44,0,0,0,0,0,0,0,0,0,2.19419,0,0), + (6109,0,25,2352.5,-6106.48,110.44,0,0,0,0,0,0,0,0,0,2.66543,0,0), + (6109,0,26,2406.58,-6133.3,99.69,0,0,0,0,0,0,0,0,0,5.90284,0,0), + (6109,0,27,2439.64,-6126.91,105.12,0,0,0,0,0,0,0,0,0,0.38778,0,0), + (6109,0,28,2501.26,-6091.94,99.97,0,0,0,0,0,0,0,0,0,0.60926,0,0), + (6109,0,29,2535.65,-6010.9,99.62,0,0,0,0,0,0,0,0,0,1.07893,0,0), + (6109,0,30,2578.13,-5963.59,97.82,0,0,0,0,0,0,0,0,0,0.00136,0,0), + (6175,0,1,-4895.61,-898.098,501.659,4000,10801,0,0,0,0,0,0,0,2.28638,0,0), + (6175,0,2,-4859.86,-887.922,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,3,-4842.48,-885.565,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,4,-4842.48,-885.565,501.659,0,10801,0,0,0,0,0,0,0,1.88496,0,0), + (6175,0,5,-4875.52,-889.064,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,6,-4895.69,-897.822,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,7,-4895.69,-897.822,501.659,4000,10801,0,0,0,0,0,0,0,2.25148,0,0), + (6175,0,8,-4927.13,-915.428,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,9,-4951.84,-934.979,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,10,-4981.38,-966.579,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,11,-4983.74,-969.77,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,12,-4983.74,-969.77,501.659,4000,10801,0,0,0,0,0,0,0,2.44346,0,0), + (6175,0,13,-5002.57,-1008.67,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,14,-5007.88,-1022.32,501.655,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,15,-5012.98,-1052.93,501.71,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,16,-5012.98,-1052.93,501.71,4000,10801,0,0,0,0,0,0,0,2.96706,0,0), + (6175,0,17,-5006.93,-1021.7,501.655,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,18,-4992.73,-985.894,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,19,-4981.07,-962.529,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,20,-4944.82,-930.416,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,21,-4906.59,-901.662,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6175,0,22,-4895.61,-898.098,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (6215,0,1,-489.849,-92.7458,-147.941,0,0,0,0,0,0,0,0,0,0,0,0), + (6215,0,2,-504.682,-92.7483,-151.001,0,0,0,0,0,0,0,0,0,0,0,0), + (6215,0,3,-512.724,-100.751,-153.089,0,0,0,0,0,0,0,0,0,0,0,0), + (6215,0,4,-519.948,-124.595,-156.128,0,0,0,0,0,0,0,0,0,0,0,0), + (6228,0,23,-690.742,691.155,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,22,-705.044,694.504,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,21,-716.368,687.813,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,20,-720.547,673.148,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,19,-726.031,652.755,-309.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,18,-733.052,624.405,-300.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,17,-740.017,596.719,-291.195,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,16,-743.506,581.688,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,15,-736.813,570.41,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,14,-722.587,566.386,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,13,-701.512,561.003,-282.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,12,-694.008,559.451,-282.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,11,-701.512,561.003,-282.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,10,-722.587,566.386,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,9,-736.813,570.41,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,8,-743.506,581.688,-291.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,7,-740.017,596.719,-291.195,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,6,-733.01,624.574,-300.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,5,-726.027,652.772,-309.067,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,4,-720.547,673.148,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,3,-716.368,687.813,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,2,-705.044,694.504,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (6228,0,1,-690.742,691.155,-318.06,0,0,0,0,0,0,0,0,0,100,0,0), + (7228,0,1,-234.838,304.742,-47.5948,0,0,0,0,0,0,0,0,0,0,0,0), + (7228,0,2,-234.527,289.121,-48.0201,0,0,0,0,0,0,0,0,0,0,0,0), + (7228,0,3,-233.954,270.416,-50.401,0,0,0,0,0,0,0,0,0,0,0,0), + (7228,0,4,-233.422,252.056,-49.4479,0,0,0,0,0,0,0,0,0,0,0,0), + (7228,0,5,-231.176,245.826,-49.1499,1000,722805,0,0,0,0,0,0,0,-1.2249,0,0), + (7273,0,1,1660.5,1181.4,-2,0,0,0,0,0,0,0,0,0,0.8,0,0), + (7273,0,2,1700.66,1225.78,8.88,10000,727301,0,0,0,0,0,0,0,0.9,0,0), + (7318,0,1,9847.94,1512.5,1257.04,0,0,0,0,0,0,0,0,0,1.10845,0,0), + (7318,0,2,9867.72,1521.7,1257.66,0,0,0,0,0,0,0,0,0,3.51726,0,0), + (7318,0,3,9876.72,1505.79,1258.35,0,0,0,0,0,0,0,0,0,4.9938,0,0), + (7318,0,4,9875.94,1493.79,1258.61,0,0,0,0,0,0,0,0,0,4.53356,0,0), + (7318,0,5,9848.08,1492.79,1257.6,0,0,0,0,0,0,0,0,0,2.91487,0,0), + (7361,0,1,-489.406,-87.6199,-147.779,0,0,0,0,0,0,0,0,0,0,0,0), + (7361,0,2,-516.172,-98.4207,-153.697,0,0,0,0,0,0,0,0,0,0,0,0), + (7361,0,3,-520.077,-124.682,-156.128,0,0,0,0,0,0,0,0,0,0,0,0), + (7411,0,1,9642.47,2523.25,1331.54,0,0,0,0,0,0,0,0,0,4.70163,0,0), + (7411,0,2,9640.32,2517.43,1331.57,0,0,0,0,0,0,0,0,0,4.00734,0,0), + (7411,0,3,9635.62,2514.35,1331.4,0,0,0,0,0,0,0,0,0,3.21959,0,0), + (7411,0,4,9630.91,2515.59,1331.72,0,0,0,0,0,0,0,0,0,2.56535,0,0), + (7411,0,5,9626.52,2520.1,1331.73,0,0,0,0,0,0,0,0,0,1.9496,0,0), + (7411,0,6,9625.02,2526.36,1331.61,0,0,0,0,0,0,0,0,0,1.20975,0,0), + (7411,0,7,9630.56,2532.58,1331.39,0,0,0,0,0,0,0,0,0,0.604212,0,0), + (7411,0,8,9636.59,2532.65,1331.73,0,0,0,0,0,0,0,0,0,5.88602,0,0), + (7411,0,9,9640.05,2529.06,1331.77,3000,741101,0,0,0,0,0,0,0,5.3818,0,0), + (7604,0,1,1882.89,1299.27,48.3843,1000,760401,0,0,0,0,0,0,0,4.83,0,0), + (7604,0,2,1883.4,1297.18,48.293,1000,760402,0,0,0,0,0,0,0,4.83,0,0), + (7604,0,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), + (7604,0,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7604,0,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7604,0,6,1886.9,1264.08,41.494,1000,760401,0,0,0,0,0,0,0,4.71,0,0), + (7604,0,7,1886.7,1227.96,9.9242,0,0,0,0,0,0,0,0,0,0,0,0), + (7604,0,8,1884.29,1202.94,8.8781,60000,0,0,0,0,0,0,0,0,4.61,0,0), + (7604,0,9,1884.29,1202.94,8.8781,15000,760409,0,0,0,0,0,0,0,4.61,0,0), + (7605,0,1,1886.64,1299.11,48.3146,1000,760501,0,0,0,0,0,0,0,4.36,0,0), + (7605,0,2,1886.12,1297.25,48.241,1000,760502,0,0,0,0,0,0,0,4.36,0,0), + (7605,0,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), + (7605,0,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7605,0,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7605,0,6,1890.22,1264.3,41.42,1000,760501,0,0,0,0,0,0,0,4.71,0,0), + (7605,0,7,1895.36,1227.6,9.521,0,0,0,0,0,0,0,0,0,0,0,0), + (7605,0,8,1889.01,1201.98,8.878,60000,0,0,0,0,0,0,0,0,4.54,0,0), + (7605,0,9,1889.01,1201.98,8.878,15000,760509,0,0,0,0,0,0,0,4.54,0,0), + (7606,0,1,1889.62,1298.01,48.2581,1000,760601,0,0,0,0,0,0,0,3.94,0,0), + (7606,0,2,1888.2,1296.76,48.203,1000,760602,0,0,0,0,0,0,0,3.94,0,0), + (7606,0,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), + (7606,0,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7606,0,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7606,0,6,1883.21,1272,41.85,1000,760601,0,0,0,0,0,0,0,4.71,0,0), + (7606,0,7,1879.25,1227.15,9.276,0,0,0,0,0,0,0,0,0,0,0,0), + (7606,0,8,1876.14,1207.26,8.877,60000,0,0,0,0,0,0,0,0,4.64,0,0), + (7606,0,9,1876.14,1207.26,8.877,15000,760609,0,0,0,0,0,0,0,4.64,0,0), + (7607,0,9,1895.36,1227.6,9.521,0,0,0,0,0,0,0,0,0,0,0,0), + (7607,0,8,1889.49,1271.97,41.626,1000,760701,0,0,0,0,0,0,0,4.71,0,0), + (7607,0,7,1883.29,1263.76,41.576,2000,760707,0,0,0,0,0,0,0,4.71,0,0), + (7607,0,6,1891.08,1284.61,43.58,1000,760706,0,0,0,0,0,0,0,4.71,0,0), + (7607,0,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7607,0,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7607,0,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), + (7607,0,2,1881.74,1295.99,48.323,1000,760702,0,0,0,0,0,0,0,5.41,0,0), + (7607,0,1,1881.05,1297.36,48.419,1000,760701,0,0,0,0,0,0,0,5.41,0,0), + (7607,0,10,1893.28,1206.29,8.877,1000,760701,0,0,0,0,0,0,0,4.61,0,0), + (7607,0,11,1891.67,1181.69,8.877,0,0,0,0,0,0,0,0,0,0,0,0), + (7607,0,12,1876.01,1161.77,9.653,0,0,0,0,0,0,0,0,0,0,0,0), + (7607,0,13,1857.49,1145.53,15.119,1000,760713,0,0,0,0,0,0,0,3.86,0,0), + (7607,0,14,1877.11,1148.82,10.316,0,0,0,0,0,0,0,0,0,0,0,0), + (7607,0,15,1886.31,1137.95,9.352,0,0,0,0,0,0,0,0,0,0,0,0), + (7607,0,16,1869.98,1092.89,8.876,0,1,0,0,0,0,0,0,0,0,0,0), + (7608,0,1,1891.07,1294.78,48.2347,1000,760801,0,0,0,0,0,0,0,3.31,0,0), + (7608,0,2,1889.02,1294.43,48.189,1000,760802,0,0,0,0,0,0,0,3.31,0,0), + (7608,0,3,1881,1293.34,47.627,0,0,0,0,0,0,0,0,0,0,0,0), + (7608,0,4,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7608,0,5,1880.21,1290.43,45.97,0,0,0,0,0,0,0,0,0,0,0,0), + (7608,0,6,1886.34,1271.89,41.735,1000,760801,0,0,0,0,0,0,0,4.71,0,0), + (7608,0,7,1886.7,1227.96,9.924,0,0,0,0,0,0,0,0,0,0,0,0), + (7608,0,8,1884.86,1208.98,8.878,60000,0,0,0,0,0,0,0,0,4.61,0,0), + (7608,0,9,1884.86,1208.98,8.878,15000,760809,0,0,0,0,0,0,0,4.61,0,0), + (7795,0,1,1704.96,1202.13,9.24427,0,0,0,0,0,0,0,0,0,0,0,0), + (7795,0,2,1684.78,1225.34,8.87707,0,0,0,0,0,0,0,0,0,0,0,0), + (7795,0,3,1706.28,1200.92,9.22012,0,0,0,0,0,0,0,0,0,0,0,0), + (7795,0,4,1681.82,1180.19,8.89546,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,15,-4711.07,-923.475,501.657,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,14,-4699.37,-937.979,501.67,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,13,-4689.47,-949.484,501.663,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,12,-4681.75,-969.364,501.694,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,11,-4667.46,-983.35,501.644,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,10,-4657.65,-997.701,501.636,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,9,-4641.68,-1014.93,501.648,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,8,-4626.84,-1012.12,501.652,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,7,-4617.62,-1000.4,501.664,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,6,-4621.53,-981.504,501.656,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,5,-4636.64,-954.994,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,4,-4655.95,-931.149,501.658,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,3,-4671.59,-914.562,501.654,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,2,-4688.1,-902.988,501.648,0,0,0,0,0,0,0,0,0,0,0,0), + (7978,0,1,-4707.85,-907.012,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (8215,0,1,33.8661,-4294.99,119.191,0,0,0,0,0,0,0,0,0,4.13916,0,0), + (8215,0,2,15.5674,-4323.33,126.081,0,0,0,0,0,0,0,0,0,4.13916,0,0), + (8215,0,3,9.06412,-4344.8,133.54,0,0,0,0,0,0,0,0,0,4.41641,0,0), + (8215,0,4,0.553117,-4372.71,136.9,0,0,0,0,0,0,0,0,0,4.41641,0,0), + (8215,0,5,22.9217,-4394.53,143.976,0,0,0,0,0,0,0,0,0,5.52068,0,0), + (8215,0,6,37.5527,-4406.87,144.066,0,0,0,0,0,0,0,0,0,5.61728,0,0), + (8215,0,7,60.69,-4429.96,140.529,0,0,0,0,0,0,0,0,0,5.49948,0,0), + (8215,0,8,78.9304,-4454.81,145.817,0,0,0,0,0,0,0,0,0,5.34554,0,0), + (8215,0,9,111.077,-4453.16,138.105,0,0,0,0,0,0,0,0,0,6.22597,0,0), + (8215,0,10,141.263,-4477.85,129.127,0,0,0,0,0,0,0,0,0,5.59765,0,0), + (8215,0,11,161.148,-4508.8,127.28,0,0,0,0,0,0,0,0,0,5.28349,0,0), + (8215,0,12,163.808,-4536,120.421,0,0,0,0,0,0,0,0,0,4.8099,0,0), + (8215,0,13,179.213,-4547.36,117.619,0,0,0,0,0,0,0,0,0,5.64949,0,0), + (8215,0,14,199.62,-4546.38,117.673,0,0,0,0,0,0,0,0,0,0.048026,0,0), + (8215,0,15,213.777,-4558.57,116.667,0,0,0,0,0,0,0,0,0,5.57173,0,0), + (8215,0,16,188.652,-4569.09,121.403,0,0,0,0,0,0,0,0,0,3.55561,0,0), + (8215,0,17,174.894,-4582.74,119.059,0,0,0,0,0,0,0,0,0,3.92318,0,0), + (8215,0,18,153.454,-4584.03,119.235,0,0,0,0,0,0,0,0,0,3.2014,0,0), + (8215,0,19,145,-4569.63,121.162,0,0,0,0,0,0,0,0,0,2.10184,0,0), + (8215,0,20,144.711,-4539.3,120.639,0,0,0,0,0,0,0,0,0,1.58034,0,0), + (8215,0,21,129.324,-4526.81,124.315,0,0,0,0,0,0,0,0,0,2.51182,0,0), + (8215,0,22,121.709,-4507.72,130.58,0,0,0,0,0,0,0,0,0,1.95026,0,0), + (8215,0,23,123.078,-4482.62,134.363,0,0,0,0,0,0,0,0,0,1.49002,0,0), + (8215,0,24,121.647,-4466.59,136.556,0,0,0,0,0,0,0,0,0,1.63296,0,0), + (8215,0,25,105.532,-4447.25,139.4,0,0,0,0,0,0,0,0,0,2.18195,0,0), + (8215,0,26,84.7668,-4452.12,144.857,0,0,0,0,0,0,0,0,0,3.38754,0,0), + (8215,0,27,64.0455,-4464.07,144.132,0,0,0,0,0,0,0,0,0,3.65065,0,0), + (8215,0,28,43.3888,-4457,145.749,0,0,0,0,0,0,0,0,0,2.81184,0,0), + (8215,0,29,47.3105,-4428.68,141.603,0,0,0,0,0,0,0,0,0,1.42561,0,0), + (8215,0,30,36.6585,-4409.87,144.795,0,0,0,0,0,0,0,0,0,2.01545,0,0), + (8215,0,31,15.0537,-4387.95,142.858,0,0,0,0,0,0,0,0,0,2.35867,0,0), + (8215,0,32,-7.9163,-4389.17,142.119,0,0,0,0,0,0,0,0,0,3.19433,0,0), + (8215,0,33,-29.7051,-4388.02,145.253,0,0,0,0,0,0,0,0,0,3.07652,0,0), + (8215,0,34,-50.6882,-4367.26,136.515,0,0,0,0,0,0,0,0,0,2.34453,0,0), + (8215,0,35,-71.5837,-4348.97,125.171,0,0,0,0,0,0,0,0,0,2.42228,0,0), + (8215,0,36,-91.2632,-4340.75,130.592,0,0,0,0,0,0,0,0,0,2.72545,0,0), + (8215,0,37,-108.353,-4305.35,129.603,0,0,0,0,0,0,0,0,0,2.00681,0,0), + (8215,0,38,-121.583,-4282,121.64,0,0,0,0,0,0,0,0,0,2.08456,0,0), + (8215,0,39,-100.578,-4263.8,120.193,0,0,0,0,0,0,0,0,0,0.737603,0,0), + (8215,0,40,-73.6297,-4257.04,120.254,0,0,0,0,0,0,0,0,0,0.238875,0,0), + (8215,0,41,-35.7623,-4248.27,118.93,0,0,0,0,0,0,0,0,0,0.359041,0,0), + (8215,0,42,5.70428,-4236.78,117.241,0,0,0,0,0,0,0,0,0,0.39674,0,0), + (8215,0,43,24.2909,-4240.63,117.688,0,0,0,0,0,0,0,0,0,6.03668,0,0), + (8215,0,44,40.6797,-4257.42,118.51,0,0,0,0,0,0,0,0,0,5.80106,0,0), + (8215,0,45,42.9907,-4278.39,122.562,0,0,0,0,0,0,0,0,0,4.67323,0,0), + (8217,0,1,-517.333,-4054.25,216.023,0,0,0,0,0,0,0,0,0,4.81696,0,0), + (8217,0,2,-528.477,-4075.78,215.853,0,0,0,0,0,0,0,0,0,4.22791,0,0), + (8217,0,3,-530.916,-4084.3,215.575,0,0,0,0,0,0,0,0,0,2.96263,0,0), + (8217,0,4,-547.423,-4085.67,216.281,0,0,0,0,0,0,0,0,0,3.18254,0,0), + (8217,0,5,-558.864,-4085.86,225.49,0,0,0,0,0,0,0,0,0,3.14249,0,0), + (8217,0,6,-570.652,-4085.87,234.629,0,0,0,0,0,0,0,0,0,3.14249,0,0), + (8217,0,7,-578.233,-4085.87,240.068,0,0,0,0,0,0,0,0,0,3.14249,0,0), + (8217,0,8,-593.878,-4085.89,238.362,0,0,0,0,0,0,0,0,0,3.14249,0,0), + (8217,0,9,-616.638,-4064.5,238.217,0,0,0,0,0,0,0,0,0,2.39557,0,0), + (8217,0,10,-616.833,-4047.42,238.046,0,0,0,0,0,0,0,0,0,2.21179,0,0), + (8217,0,11,-652.808,-4040.06,238.274,0,0,0,0,0,0,0,0,0,2.93436,0,0), + (8217,0,12,-672.615,-4022.63,238.229,0,0,0,0,0,0,0,0,0,2.41992,0,0), + (8217,0,13,-676.225,-4016.49,238.145,0,0,0,0,0,0,0,0,0,2.10262,0,0), + (8217,0,14,-672.621,-4011.21,238.248,0,0,0,0,0,0,0,0,0,1.0062,0,0), + (8217,0,15,-664.151,-4010.24,238.159,0,0,0,0,0,0,0,0,0,0.113991,0,0), + (8217,0,16,-655.342,-4029.7,238.255,0,0,0,0,0,0,0,0,0,5.1374,0,0), + (8217,0,17,-637.653,-4043.85,238.07,0,0,0,0,0,0,0,0,0,5.60864,0,0), + (8217,0,18,-624.501,-4043.49,238.073,0,0,0,0,0,0,0,0,0,0.085717,0,0), + (8217,0,19,-617.972,-4032.87,237.873,0,0,0,0,0,0,0,0,0,0.986569,0,0), + (8217,0,20,-617.911,-3980.06,238.482,0,0,0,0,0,0,0,0,0,1.59918,0,0), + (8217,0,21,-611.216,-3963.89,238.351,0,0,0,0,0,0,0,0,0,1.17821,0,0), + (8217,0,22,-570.672,-3938.64,238.326,0,0,0,0,0,0,0,0,0,0.471347,0,0), + (8217,0,23,-568.836,-3931.76,237.925,0,0,0,0,0,0,0,0,0,1.31015,0,0), + (8217,0,24,-556.458,-3939.03,237.937,0,0,0,0,0,0,0,0,0,0.21138,0,0), + (8217,0,25,-537.875,-3940.39,238.764,0,0,0,0,0,0,0,0,0,3.32627,0,0), + (8217,0,26,-566.704,-3951.51,238.427,0,0,0,0,0,0,0,0,0,3.52419,0,0), + (8217,0,27,-613.806,-3933.84,238.346,0,0,0,0,0,0,0,0,0,2.78906,0,0), + (8217,0,28,-620.501,-3938.32,238.463,0,0,0,0,0,0,0,0,0,3.73153,0,0), + (8217,0,29,-616.96,-3970.3,238.351,0,0,0,0,0,0,0,0,0,4.85936,0,0), + (8217,0,30,-618.1,-4023.04,237.988,0,0,0,0,0,0,0,0,0,4.68658,0,0), + (8217,0,31,-617.327,-4059.77,238.279,0,0,0,0,0,0,0,0,0,4.72663,0,0), + (8217,0,32,-624.179,-4061.62,238.351,0,0,0,0,0,0,0,0,0,3.37967,0,0), + (8217,0,33,-638.711,-4062.04,247.263,0,0,0,0,0,0,0,0,0,3.19903,0,0), + (8217,0,34,-618.277,-4063.46,238.307,0,0,0,0,0,0,0,0,0,6.25345,0,0), + (8217,0,35,-602.99,-4082.45,238.351,0,0,0,0,0,0,0,0,0,5.37302,0,0), + (8217,0,36,-600.118,-4115.69,238.504,0,0,0,0,0,0,0,0,0,4.83973,0,0), + (8217,0,37,-610.419,-4140.24,238.351,0,0,0,0,0,0,0,0,0,4.31508,0,0), + (8217,0,38,-599.085,-4160.05,238.431,0,0,0,0,0,0,0,0,0,5.23871,0,0), + (8217,0,39,-593.493,-4164.29,238.355,0,0,0,0,0,0,0,0,0,5.70995,0,0), + (8217,0,40,-587.6,-4160.74,238.352,0,0,0,0,0,0,0,0,0,0.554599,0,0), + (8217,0,41,-593.862,-4137.4,238.387,0,0,0,0,0,0,0,0,0,1.83637,0,0), + (8217,0,42,-629.492,-4119.94,238.351,0,0,0,0,0,0,0,0,0,2.68617,0,0), + (8217,0,43,-642.951,-4106.99,238.504,0,0,0,0,0,0,0,0,0,2.37515,0,0), + (8217,0,44,-591.144,-4085.34,238.368,0,0,0,0,0,0,0,0,0,0.381026,0,0), + (8217,0,45,-577.325,-4085.64,239.868,0,0,0,0,0,0,0,0,0,6.24559,0,0), + (8217,0,46,-564.315,-4085.87,229.775,0,0,0,0,0,0,0,0,0,6.16548,0,0), + (8217,0,47,-544.956,-4085.42,215.861,0,0,0,0,0,0,0,0,0,0.026026,0,0), + (8217,0,48,-532.116,-4085.08,215.547,0,0,0,0,0,0,0,0,0,0.026026,0,0), + (8217,0,49,-529.232,-4073.31,215.856,0,0,0,0,0,0,0,0,0,1.42561,0,0), + (8217,0,50,-539.105,-4053.94,216.756,0,0,0,0,0,0,0,0,0,1.95496,0,0), + (8217,0,51,-531.195,-4035.23,215.861,0,0,0,0,0,0,0,0,0,1.19391,0,0), + (8217,0,52,-505.494,-4008.01,215.944,0,0,0,0,0,0,0,0,0,0.802785,0,0), + (8217,0,53,-524.022,-4030.32,215.86,0,0,0,0,0,0,0,0,0,4.05669,0,0), + (8217,0,54,-524.191,-4036.51,215.86,0,0,0,0,0,0,0,0,0,4.68501,0,0), + (8256,0,1,-4646.74,-1273.38,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,2,-4643.06,-1269.85,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,3,-4638.85,-1265.49,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,4,-4633.74,-1261.1,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,5,-4629.31,-1256.39,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,6,-4623.38,-1256.47,503.383,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,7,-4622.47,-1258.75,503.383,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,8,-4622.47,-1258.75,503.383,4500,188701,0,0,0,0,0,0,0,4.06662,0,0), + (8256,0,9,-4615.69,-1255.44,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,10,-4608.18,-1249.27,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,11,-4603.86,-1251.56,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,12,-4603.86,-1251.56,503.382,4500,188702,0,0,0,0,0,0,0,0.331613,0,0), + (8256,0,13,-4598.44,-1240.89,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,14,-4592.45,-1232.21,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,15,-4588.73,-1222.18,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,16,-4588.73,-1222.18,503.382,4500,188703,0,0,0,0,0,0,0,5.74213,0,0), + (8256,0,17,-4593.64,-1214.16,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,18,-4598.71,-1219.35,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,19,-4604.79,-1227.24,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,20,-4610.73,-1236.66,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,21,-4613.16,-1252.02,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,22,-4618.21,-1264.09,503.384,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,23,-4633.39,-1276.8,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,24,-4652.42,-1285.88,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,25,-4667.36,-1294,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,26,-4678.21,-1296.4,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,27,-4689.23,-1301.69,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,28,-4699.49,-1307.61,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,29,-4709.62,-1317.36,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,30,-4711.28,-1322.39,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,31,-4711.28,-1322.39,503.382,3000,0,0,0,0,0,0,0,0,3.57792,0,0), + (8256,0,32,-4702.81,-1325.27,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,33,-4696.29,-1325.81,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,34,-4689.63,-1325.2,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,35,-4686.07,-1319.19,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,36,-4683.05,-1314.02,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,37,-4675,-1312.6,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,38,-4664.88,-1306.13,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,39,-4662.04,-1298.12,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,40,-4659.43,-1288.83,503.382,0,0,0,0,0,0,0,0,0,0,0,0), + (8256,0,41,-4654.31,-1281.54,503.382,75000,0,0,0,0,0,0,0,0,0.959392,0,0), + (8404,0,1,1543.59,-4162,40.09,0,0,0,0,0,0,0,0,0,5.25211,0,0), + (8404,0,2,1543.59,-4162,40.09,0,0,0,0,0,0,0,0,0,5.25211,0,0), + (8404,0,3,1548.66,-4170.54,39.878,0,0,0,0,0,0,0,0,0,4.91597,0,0), + (8404,0,4,1549.69,-4182.55,40.6116,0,0,0,0,0,0,0,0,0,4.66386,0,0), + (8404,0,5,1544.56,-4204.67,42.5118,0,0,0,0,0,0,0,0,0,4.00727,0,0), + (8404,0,6,1541.77,-4209.83,42.6101,0,0,0,0,0,0,0,0,0,3.79758,0,0), + (8404,0,7,1535.78,-4211.44,42.2174,0,0,0,0,0,0,0,0,0,3.2745,0,0), + (8404,0,8,1526.93,-4211.96,41.3994,0,0,0,0,0,0,0,0,0,3.37893,0,0), + (8404,0,9,1518.28,-4215.47,40.5925,0,0,0,0,0,0,0,0,0,4.0206,0,0), + (8404,0,10,1531.65,-4212.06,41.8567,0,0,0,0,0,0,0,0,0,0.069258,0,0), + (8404,0,11,1545.37,-4209.67,42.9739,0,0,0,0,0,0,0,0,0,0.108934,0,0), + (8404,0,12,1575.68,-4208.31,43.6414,0,0,0,0,0,0,0,0,0,0.418381,0,0), + (8404,0,13,1581.05,-4205.01,42.1625,0,0,0,0,0,0,0,0,0,1.02235,0,0), + (8404,0,14,1582.41,-4200.09,41.6332,0,0,0,0,0,0,0,0,0,1.50145,0,0), + (8404,0,15,1577.94,-4182.56,39.0467,0,0,0,0,0,0,0,0,0,1.43312,0,0), + (8404,0,16,1577.95,-4166.1,36.4201,0,0,0,0,0,0,0,0,0,1.54979,0,0), + (8404,0,17,1581.97,-4153.16,34.3183,0,0,0,0,0,0,0,0,0,1.25527,0,0), + (8404,0,18,1585.48,-4145.38,33.4993,0,0,0,0,0,0,0,0,0,1.12567,0,0), + (8404,0,19,1604.63,-4121.54,29.6292,0,0,0,0,0,0,0,0,0,0.600243,0,0), + (8404,0,20,1629.61,-4107.81,29.851,0,0,0,0,0,0,0,0,0,0.388186,0,0), + (8404,0,21,1664.44,-4095.19,34.6566,0,0,0,0,0,0,0,0,0,0.333208,0,0), + (8404,0,22,1699.89,-4087.74,38.7137,0,0,0,0,0,0,0,0,0,0.187909,0,0), + (8404,0,23,1709.97,-4084.71,40.3433,0,0,0,0,0,0,0,0,0,0.466726,0,0), + (8404,0,24,1732.35,-4069.04,44.7046,0,0,0,0,0,0,0,0,0,0.729834,0,0), + (8404,0,25,1737.52,-4062.58,44.6143,0,0,0,0,0,0,0,0,0,1.11075,0,0), + (8404,0,26,1744.09,-4042.98,44.2706,0,0,0,0,0,0,0,0,0,1.21678,0,0), + (8404,0,27,1745.69,-4021.55,45.8444,0,0,0,0,0,0,0,0,0,1.62519,0,0), + (8404,0,28,1741.55,-3993.82,46.9013,0,0,0,0,0,0,0,0,0,1.73514,0,0), + (8404,0,29,1738.06,-3982.79,47.6495,0,0,0,0,0,0,0,0,0,2.00611,0,0), + (8404,0,30,1727.15,-3960.55,48.8178,0,0,0,0,0,0,0,0,0,2.05323,0,0), + (8404,0,31,1716.72,-3941.62,49.6707,0,0,0,0,0,0,0,0,0,2.22995,0,0), + (8404,0,32,1712.4,-3937.89,49.7629,0,0,0,0,0,0,0,0,0,2.72082,0,0), + (8404,0,33,1708.1,-3938.4,50.5155,0,0,0,0,0,0,0,0,0,4.8359,0,0), + (8404,0,34,1710.22,-3944.82,50.3793,0,0,0,0,0,0,0,0,0,5.29143,0,0), + (8404,0,35,1728.4,-3966.85,48.3152,0,0,0,0,0,0,0,0,0,5.31499,0,0), + (8404,0,36,1742.65,-3994.21,47.0203,0,0,0,0,0,0,0,0,0,4.766,0,0), + (8404,0,37,1745.13,-4021.8,45.8787,0,0,0,0,0,0,0,0,0,4.70709,0,0), + (8404,0,38,1743.39,-4040.77,44.4939,0,0,0,0,0,0,0,0,0,4.61677,0,0), + (8404,0,39,1738.21,-4058.59,44.3596,0,0,0,0,0,0,0,0,0,4.36545,0,0), + (8404,0,40,1733.13,-4070.14,44.4479,0,0,0,0,0,0,0,0,0,3.8895,0,0), + (8404,0,41,1711.87,-4085.21,40.1182,0,0,0,0,0,0,0,0,0,3.63026,0,0), + (8404,0,42,1691.56,-4091.83,37.8552,0,0,0,0,0,0,0,0,0,3.42998,0,0), + (8404,0,43,1655.99,-4099.88,33.3077,0,0,0,0,0,0,0,0,0,3.48104,0,0), + (8404,0,44,1629.32,-4109.29,29.6458,0,0,0,0,0,0,0,0,0,3.5635,0,0), + (8404,0,45,1608.56,-4119.25,29.608,0,0,0,0,0,0,0,0,0,3.78734,0,0), + (8404,0,46,1598.77,-4127.94,30.6464,0,0,0,0,0,0,0,0,0,3.97262,0,0), + (8404,0,47,1586.65,-4144.41,33.1692,0,0,0,0,0,0,0,0,0,4.09828,0,0), + (8404,0,48,1579.47,-4159.36,35.4998,0,0,0,0,0,0,0,0,0,4.37709,0,0), + (8404,0,49,1576.2,-4176.22,38.1288,0,0,0,0,0,0,0,0,0,4.6402,0,0), + (8404,0,50,1577.91,-4192.41,40.5278,0,0,0,0,0,0,0,0,0,4.84047,0,0), + (8404,0,51,1578.51,-4205.14,42.5391,0,0,0,0,0,0,0,0,0,4.34568,0,0), + (8404,0,52,1575.8,-4208.68,43.6726,0,0,0,0,0,0,0,0,0,3.43462,0,0), + (8404,0,53,1563.73,-4208.41,43.619,0,0,0,0,0,0,0,0,0,2.9948,0,0), + (8404,0,54,1547.49,-4208.4,43.0629,0,0,0,0,0,0,0,0,0,3.24612,0,0), + (8404,0,55,1527.74,-4212.69,41.5202,0,0,0,0,0,0,0,0,0,3.3443,0,0), + (8404,0,56,1516.82,-4216.26,40.4675,0,0,0,0,0,0,0,0,0,3.5917,0,0), + (8404,0,57,1539.83,-4210.73,42.5457,0,0,0,0,0,0,0,0,0,0.257683,0,0), + (8404,0,58,1543,-4207.62,42.651,0,0,0,0,0,0,0,0,0,1.09413,0,0), + (8404,0,59,1549.16,-4188.49,41.2349,0,0,0,0,0,0,0,0,0,1.36117,0,0), + (8404,0,60,1550.57,-4176.65,40.3661,0,0,0,0,0,0,0,0,0,1.58501,0,0), + (8404,0,61,1547.16,-4166.1,39.8663,0,0,0,0,0,0,0,0,0,2.02483,0,0), + (8404,0,62,1540.48,-4157.99,40.4082,0,0,0,0,0,0,0,0,0,2.63351,0,0), + (8404,0,63,1534.96,-4155.77,40.5611,0,0,0,0,0,0,0,0,0,2.90055,0,0), + (8404,0,64,1526.11,-4155.11,40.6068,0,0,0,0,0,0,0,0,0,3.23042,0,0), + (8404,0,65,1499.67,-4154.97,41.0505,0,0,0,0,0,0,0,0,0,2.90055,0,0), + (8404,0,66,1485.95,-4150.33,40.6375,0,0,0,0,0,0,0,0,0,2.8063,0,0), + (8404,0,67,1501.73,-4155.09,40.9359,0,0,0,0,0,0,0,0,0,6.13404,0,0), + (8404,0,68,1526.68,-4154.89,40.6253,0,0,0,0,0,0,0,0,0,0.0471973,0,0), + (8421,0,1,-6475.81,-1246.44,180.248,1000,842101,0,0,0,0,0,0,0,2.27,0,0), + (8856,0,1,-8409.1,454.405,123.759,0,0,0,0,0,0,0,0,0,1.55551,0,0), + (8856,0,2,-8408.57,461.702,123.759,0,0,0,0,0,0,0,0,0,0.550206,0,0), + (8856,0,3,-8404.36,462.399,123.759,0,0,0,0,0,0,0,0,0,6.07313,0,0), + (8856,0,4,-8392.61,452.583,123.759,12000,885601,0,0,0,0,0,0,0,5.4511,0,0), + (8856,0,5,-8387.08,446.018,122.275,0,0,0,0,0,0,0,0,0,5.4177,0,0), + (8856,0,6,-8357.03,407.012,122.275,0,0,0,0,0,0,0,0,0,4.08331,0,0), + (8856,0,7,-8363.85,397.714,122.275,0,0,0,0,0,0,0,0,0,5.30068,0,0), + (8856,0,8,-8352.34,383.887,122.275,0,0,0,0,0,0,0,0,0,0.564722,0,0), + (8856,0,9,-8335.86,393.578,122.275,11000,885602,0,0,0,0,0,0,0,0.58043,0,0), + (8856,0,10,-8351.56,383.447,122.275,0,0,0,0,0,0,0,0,0,2.2703,0,0), + (8856,0,11,-8363.64,398.716,122.275,0,0,0,0,0,0,0,0,0,1.05293,0,0), + (8856,0,12,-8358.44,409.568,122.275,0,0,0,0,0,0,0,0,0,2.32842,0,0), + (8856,0,13,-8384.23,442.599,122.275,0,0,0,0,0,0,0,0,0,3.6911,0,0), + (8856,0,14,-8408.03,426.547,122.275,0,0,0,0,0,0,0,0,0,2.57112,0,0), + (8856,0,15,-8415.88,433.865,122.275,4000,885603,0,0,0,0,0,0,0,2.27018,0,0), + (8923,0,1,1165.66,-195.737,-65.4586,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,2,1150.4,-205.881,-65.5008,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,3,1131.98,-202.245,-65.4702,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,4,1112.2,-184.829,-65.3086,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,5,1098.54,-168.988,-65.3086,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,6,1097.08,-152.848,-65.3079,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,7,1113.68,-138.351,-74.3601,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,8,1145.08,-134.726,-74.3635,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,9,1165.53,-138.705,-74.3647,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,10,1190.09,-160.496,-74.3632,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,11,1206.83,-179.487,-74.3276,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,12,1190.09,-160.496,-74.3632,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,13,1165.53,-138.705,-74.3647,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,14,1145.08,-134.726,-74.3635,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,15,1113.68,-138.351,-74.3601,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,16,1097.08,-152.848,-65.3079,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,17,1098.54,-168.988,-65.3086,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,18,1112.2,-184.829,-65.3086,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,19,1131.98,-202.245,-65.4702,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,20,1150.4,-205.881,-65.5008,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,21,1165.66,-195.737,-65.4586,0,0,0,0,0,0,0,0,0,0,0,0), + (8923,0,22,1175.65,-186.43,-65.375,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,1,-7404.57,-894.073,171.873,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,2,-7397.19,-934.067,169.109,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,3,-7397.22,-957.259,170.151,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,4,-7406.08,-992.606,173.821,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,5,-7378.71,-995.416,171.25,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,6,-7348,-986.191,171.532,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,7,-7346.79,-1017.81,177.942,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,8,-7371.64,-1036.28,177.966,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,9,-7390.05,-1044.6,176.843,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,10,-7406.18,-1044.51,176.751,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,11,-7390.37,-1044.6,176.823,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,12,-7371.64,-1036.28,177.966,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,13,-7346.79,-1017.81,177.942,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,14,-7348,-986.191,171.532,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,15,-7378.71,-995.416,171.25,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,16,-7406.08,-992.606,173.821,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,17,-7397.25,-957.381,170.135,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,18,-7397.19,-934.067,169.109,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,19,-7404.57,-894.073,171.873,0,0,0,0,0,0,0,0,0,0,0,0), + (8924,0,20,-7438.96,-892.375,171.973,0,0,0,0,0,0,0,0,0,0,0,0), + (9022,0,1,280.42,-82.86,-77.12,0,0,0,0,0,0,0,0,0,0,0,0), + (9022,0,2,287.64,-87.01,-76.79,0,0,0,0,0,0,0,0,0,0,0,0), + (9022,0,3,354.63,-64.95,-67.53,0,902201,0,0,0,0,0,0,0,0,0,0), + (9025,0,1,657.971,-180.723,-74.7462,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,2,658.982,-196.516,-76.5783,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,3,657.695,-216.06,-80.3123,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,4,640.051,-245.6,-83.5856,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,5,615.522,-267.397,-83.5907,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,6,601.049,-274.493,-83.1456,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,7,578.977,-274.009,-80.1208,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,8,556.135,-263.557,-73.2739,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,9,578.977,-274.009,-80.1208,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,10,601.049,-274.493,-83.1456,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,11,615.522,-267.397,-83.5907,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,12,640.006,-245.639,-83.5839,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,13,657.695,-216.06,-80.3123,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,14,658.982,-196.516,-76.5783,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,15,657.971,-180.723,-74.7462,0,0,0,0,0,0,0,0,0,0,0,0), + (9025,0,16,651.809,-164.605,-72.5703,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,1,-7262.9,-886.481,168.146,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,2,-7222.94,-879.402,165.42,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,3,-7220.16,-902.633,165.377,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,4,-7226.55,-929.555,166.057,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,5,-7255.6,-932.939,167.926,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,6,-7288.36,-938.74,165.503,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,7,-7255.6,-932.939,167.926,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,8,-7226.55,-929.555,166.057,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,9,-7220.16,-902.633,165.377,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,10,-7222.94,-879.402,165.42,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,11,-7262.9,-886.481,168.146,0,0,0,0,0,0,0,0,0,0,0,0), + (9026,0,12,-7293.74,-891.833,165.55,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,17,-4756.99,-1154.73,502.212,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,16,-4741.4,-1139.08,502.201,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,15,-4732.99,-1106.31,502.219,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,14,-4737.23,-1073.92,502.24,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,13,-4764.07,-1041.11,502.211,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,12,-4797.53,-1025.65,502.203,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,11,-4810.18,-1032.05,502.198,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,10,-4812.88,-1065.88,502.197,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,9,-4829.62,-1085.28,502.208,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,8,-4868.06,-1085.28,502.205,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,7,-4873.94,-1090.73,502.214,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,6,-4867.31,-1122.64,502.182,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,5,-4854.08,-1143.53,502.207,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,4,-4836.73,-1156.9,502.167,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,3,-4815.05,-1167.4,502.205,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,2,-4790.14,-1168.66,502.225,0,0,0,0,0,0,0,0,0,0,0,0), + (9099,0,1,-4774.4,-1165.63,502.212,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,1,876.379,-197.304,-43.7037,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,2,865.942,-201.793,-43.7037,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,3,856.133,-216.742,-43.7049,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,4,847.759,-219.726,-43.702,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,5,842.494,-211.274,-43.6917,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,6,834.265,-195.029,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,7,827.32,-180.079,-49.7532,5000,950002,0,0,0,0,0,0,0,0,0,0), + (9500,0,8,830.127,-170.919,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,9,837.762,-167.438,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,10,834.879,-158.458,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,11,850.888,-158.518,-49.758,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,12,860.387,-144.928,-49.755,5000,950001,0,0,0,0,0,0,0,0,0,0), + (9500,0,13,873.746,-150.555,-49.7575,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,14,871.854,-157.418,-49.7593,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,15,860.049,-158.344,-49.7585,5000,950002,0,0,0,0,0,0,0,0,0,0), + (9500,0,16,843.729,-164.533,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,17,831.469,-174.803,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,18,832.617,-186.662,-49.7532,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,19,839.856,-204.93,-46.0256,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,20,849.825,-218.714,-43.7027,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,21,855.388,-214.264,-43.7045,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,22,867.688,-203.891,-43.7084,0,0,0,0,0,0,0,0,0,0,0,0), + (9500,0,23,890.013,-185.402,-43.7037,0,0,0,0,0,0,0,0,0,0,0,0), + (9679,0,1,549.21,-281.07,-75.27,0,0,0,0,0,0,0,0,0,0,0,0), + (9679,0,2,554.39,-267.39,-73.68,0,0,0,0,0,0,0,0,0,0,0,0), + (9679,0,3,533.59,-249.38,-67.04,0,0,0,0,0,0,0,0,0,0,0,0), + (9679,0,4,519.44,-217.02,-59.34,0,0,0,0,0,0,0,0,0,0,0,0), + (9679,0,5,506.55,-153.49,-62.34,0,967901,0,0,0,0,0,0,0,0,0,0), + (10082,0,7,1628.18,951.86,8.87694,1000,0,0,0,0,0,0,0,0,0,0,0), + (10082,0,6,1649.56,928.862,8.97394,0,0,0,0,0,0,0,0,0,0,0,0), + (10082,0,5,1653.05,908.666,8.87689,0,0,0,0,0,0,0,0,0,0,0,0), + (10082,0,4,1662.26,892.587,8.87689,300,0,0,0,0,0,0,0,0,0,0,0), + (10082,0,3,1679.64,896.14,8.8778,0,0,0,0,0,0,0,0,0,0,0,0), + (10082,0,2,1676.93,909.081,8.8778,400,0,0,0,0,0,0,0,0,0,0,0), + (10082,0,1,1648.93,929.182,9.0735,400,0,0,0,0,0,0,0,0,0,0,0), + (10182,0,0,-3212.06,2217.37,33.8237,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,1,-3191.44,2219.24,34.6157,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,2,-3170.38,2220.21,36.008,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,3,-3114.92,2216.25,39.9288,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,4,-3089.85,2212.89,41.9156,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,5,-3060.29,2216.13,42.6818,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,6,-3028.82,2220.8,44.7601,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,7,-2988.33,2236.4,43.6976,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,8,-2960.47,2245.82,44.1221,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,9,-2939.33,2251.39,45.6299,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,10,-2915.86,2253.54,45.7468,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,11,-2884.07,2253.54,46.7642,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,12,-2868.54,2255.4,47.5688,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,13,-2852.49,2263.51,48.3239,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,14,-2820.85,2289.73,50.524,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,15,-2787.62,2313.04,53.3059,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,16,-2774.32,2320.14,55.1556,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,17,-2759.38,2321.77,58.8599,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,18,-2725.73,2320.96,64.8328,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,19,-2695.96,2319.99,72.5088,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,20,-2686.29,2315.49,74.8098,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,21,-2655.31,2291.33,80.2529,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,22,-2624.51,2268.6,84.3922,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,23,-2607.73,2259.92,86.655,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,24,-2591.92,2254.68,88.9871,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,25,-2565.99,2253.71,97.3502,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,26,-2551.02,2257.06,102.073,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,27,-2520.86,2271.87,109.105,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,28,-2507.66,2276.31,111.86,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,29,-2496.94,2284.2,114.747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,30,-2483.82,2305.6,115.769,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,31,-2476.57,2314.96,116.577,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,32,-2457.3,2325.18,116.882,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,33,-2440.55,2333.07,114.613,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,34,-2428.5,2347.98,112.201,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,35,-2414.67,2357.97,109.059,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,36,-2393.32,2361.79,109.161,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,37,-2367.17,2364.85,106.022,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,38,-2355.67,2369.41,103.343,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,39,-2347.28,2377.32,100.111,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,40,-2319.62,2378.78,90.0259,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,41,-2298.13,2382.29,82.2537,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,42,-2285.63,2392.59,75.2354,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,43,-2270.73,2395.1,68.642,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,44,-2247.08,2399.73,58.7579,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,45,-2230.79,2406.55,54.0492,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,46,-2221.64,2404.89,53.8353,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,47,-2199.83,2394.66,55.3116,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,48,-2179.54,2382.03,56.2198,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,49,-2164.55,2373.13,57.3839,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,50,-2145.31,2363.91,58.584,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,51,-2122.69,2354.14,59.924,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,52,-2111.05,2352.26,60.2021,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,53,-2100.17,2356.02,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,54,-2089.54,2370.11,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,55,-2071.59,2387.06,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,56,-2039.22,2415.1,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,57,-2014.85,2436.79,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,58,-2004.35,2446.48,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,59,-1988.79,2448.17,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,60,-1967.32,2447.67,59.8228,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,61,-1941.07,2450.2,59.8228,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,62,-1922.9,2448.27,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,63,-1905.79,2441.29,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,64,-1897.79,2433.11,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,65,-1896.18,2423.24,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,66,-1901.2,2408.22,59.8225,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,67,-1901.49,2395.36,59.8225,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,68,-1890.56,2372.88,59.9717,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,69,-1886.45,2354.27,59.9031,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,70,-1878.73,2336.55,59.8219,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,71,-1851.48,2301.03,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,72,-1844.5,2282.08,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,73,-1843.26,2253.28,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,74,-1839.72,2240.04,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,75,-1829.63,2226.71,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,76,-1811.29,2210.77,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,77,-1802.09,2193.02,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,78,-1800.1,2172.91,59.8615,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,79,-1799.99,2123.82,63.3042,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,80,-1800.64,2110.65,63.6292,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,81,-1808.8,2087.12,62.8312,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,82,-1810.71,2068.89,62.9405,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,83,-1819.86,2046.29,61.0745,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,84,-1822.84,2030.17,60.5425,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,85,-1815.44,2008.91,59.5066,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,86,-1813.74,1993.85,59.1662,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,87,-1814.05,1979.03,58.9688,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,88,-1807.5,1960.96,60.0216,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,89,-1796.98,1947.31,60.9598,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,90,-1780.13,1931.97,59.7286,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,91,-1758.03,1920.28,58.9688,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,92,-1725.13,1916.98,59.4981,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,93,-1710.17,1914.68,60.5782,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,94,-1696.33,1908.72,61.1079,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,95,-1673.95,1901.8,60.8492,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,96,-1660.84,1902.54,61.3822,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,97,-1643.57,1908.87,62.3661,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,98,-1598.61,1933.04,62.4266,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,99,-1556.76,1957.57,61.5362,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,100,-1546.18,1968.69,60.8553,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,101,-1517.84,2001.37,61.0384,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,102,-1501.62,2024.34,60.9068,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,103,-1486.37,2035.43,62.1963,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,104,-1465.07,2051.05,62.0442,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,105,-1447.65,2059.91,62.209,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,106,-1398.4,2055.42,61.4646,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,107,-1387.18,2053.35,55.9354,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,108,-1370.07,2055.16,50.1749,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,109,-1354.41,2059.6,50.1459,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,110,-1330.25,2067.82,50.1801,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,111,-1312.57,2065.77,50.2618,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,112,-1295.1,2060.07,51.5514,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,113,-1283.31,2060.43,54.3102,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,114,-1271.89,2063.16,60.7597,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,115,-1258.13,2059.29,62.3138,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,116,-1232.07,2044.31,61.7781,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,117,-1202.61,2025.66,60.5934,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,118,-1189.74,2020.1,60.2436,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,119,-1160.57,2030.45,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,120,-1138.17,2032.77,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,121,-1105.04,2031.88,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,122,-1062.02,2027.14,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,123,-1023.79,2016.06,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,124,-997.396,2005.33,58.4944,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,125,-978.012,2002.12,58.4944,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,126,-947.017,1999.38,60.007,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,127,-910.687,1998.23,66.427,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,128,-893.329,1995.4,69.6822,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,129,-873.112,1989.57,73.8441,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,130,-852.487,1979.8,78.8671,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,131,-805.816,1957.09,87.7631,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,132,-788.496,1946.03,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,133,-764.519,1922.59,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,134,-731.172,1896.11,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,135,-706.098,1877.46,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,136,-685.138,1857.15,88.4109,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,137,-673.199,1841.75,88.3341,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,138,-665.575,1824.19,88.478,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,139,-662.336,1806.25,88.4413,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,140,-661.815,1772.43,88.4413,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,141,-666.223,1732.65,88.4348,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,142,-677.089,1700.92,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,143,-691.125,1668.09,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,144,-695.342,1647.59,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,145,-694.257,1625.71,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,146,-691.779,1602.82,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,147,-684.503,1568.06,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,148,-675.419,1539.85,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,149,-666.258,1522.44,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,150,-650.725,1504.93,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,151,-629.504,1491.77,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,152,-604.039,1484.21,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,153,-568.628,1476.95,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,154,-545.892,1464.19,88.3755,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,155,-516.308,1441.01,88.9019,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,156,-498.516,1430.32,90.7174,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,157,-472.847,1420.87,92.8815,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,158,-434.298,1412.94,95.0799,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,159,-404.527,1404.73,97.6571,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,160,-382.109,1394.25,97.5701,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,161,-361.159,1385.71,96.1783,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,162,-338.916,1383.32,95.9579,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,163,-320.313,1386.31,95.4404,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,164,-291.878,1399.15,95.1664,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,165,-268.308,1400.54,95.433,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,166,-238.485,1403.98,95.8659,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,167,-211.237,1414.19,95.619,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,168,-183.844,1418.3,95.9702,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,169,-155.341,1422.06,97.055,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,170,-131.534,1427.42,98.3288,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,171,-114.268,1437,98.3311,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,172,-100.694,1457.13,98.9818,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,173,-89.7153,1475.84,99.5379,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,174,-76.7831,1486.01,99.4284,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,175,-47.2653,1500.88,99.8966,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,176,-29.4399,1515.95,100.582,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,177,-18.3172,1532.63,101.303,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,178,4.23197,1574.7,102.613,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,179,14.7048,1594.63,102.392,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,180,30.186,1618.09,100.984,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,181,41.2944,1635.1,99.7757,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,182,45.4322,1653.65,97.8085,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,183,48.8097,1684.68,93.3855,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,184,52.8599,1701.73,90.8888,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,185,66.2864,1718.6,88.323,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,186,85.8274,1739.95,86.4486,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,187,104.466,1762.57,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,188,121.293,1777.5,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,189,149.613,1795.17,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,190,182.41,1805.07,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,191,204.35,1812.04,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,192,221.844,1823.72,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,193,239.325,1831.43,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,194,266.5,1834.33,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,195,282.351,1834,85.3186,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,196,297.61,1829.19,82.5737,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,197,312.985,1821.81,76.289,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,198,354.504,1804.27,56.4158,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,199,376.96,1794.61,45.0794,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,200,390.129,1785.37,37.5818,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,201,401.633,1774.45,30.6528,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,202,413.18,1771.18,25.7559,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,203,425.937,1770.87,23.7393,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,204,442.892,1771.8,23.2819,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,205,458.312,1772.21,19.6522,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,206,471.15,1770.17,15.4996,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,207,458.312,1772.21,19.6522,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,208,442.892,1771.8,23.2819,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,209,425.937,1770.87,23.7393,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,210,413.18,1771.18,25.7559,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,211,401.633,1774.45,30.6528,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,212,390.129,1785.37,37.5818,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,213,376.96,1794.61,45.0794,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,214,354.504,1804.27,56.4158,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,215,312.985,1821.81,76.289,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,216,297.61,1829.19,82.5737,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,217,282.351,1834,85.3186,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,218,266.5,1834.33,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,219,239.325,1831.43,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,220,221.844,1823.72,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,221,204.35,1812.04,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,222,182.41,1805.07,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,223,149.613,1795.17,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,224,121.293,1777.5,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,225,104.466,1762.57,86.2295,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,226,85.8274,1739.95,86.4486,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,227,66.2864,1718.6,88.323,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,228,52.8599,1701.73,90.8888,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,229,48.8097,1684.68,93.3855,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,230,45.4322,1653.65,97.8085,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,231,41.2944,1635.1,99.7757,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,232,30.186,1618.09,100.984,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,233,14.7048,1594.63,102.392,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,234,4.23197,1574.7,102.613,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,235,-18.3172,1532.63,101.303,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,236,-29.4399,1515.95,100.582,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,237,-47.2653,1500.88,99.8966,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,238,-76.7831,1486.01,99.4284,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,239,-89.7153,1475.84,99.5379,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,240,-100.694,1457.13,98.9818,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,241,-114.268,1437,98.3311,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,242,-131.534,1427.42,98.3288,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,243,-155.341,1422.06,97.055,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,244,-183.844,1418.3,95.9702,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,245,-211.237,1414.19,95.619,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,246,-238.485,1403.98,95.8659,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,247,-268.308,1400.54,95.433,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,248,-291.878,1399.15,95.1664,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,249,-320.313,1386.31,95.4404,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,250,-338.916,1383.32,95.9579,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,251,-361.159,1385.71,96.1783,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,252,-382.109,1394.25,97.5701,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,253,-404.527,1404.73,97.6571,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,254,-434.298,1412.94,95.0799,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,255,-472.847,1420.87,92.8815,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,256,-498.516,1430.32,90.7174,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,257,-516.308,1441.01,88.9019,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,258,-545.892,1464.19,88.3755,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,259,-568.628,1476.95,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,260,-604.039,1484.21,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,261,-629.504,1491.77,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,262,-650.725,1504.93,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,263,-666.258,1522.44,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,264,-675.419,1539.85,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,265,-684.503,1568.06,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,266,-691.779,1602.82,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,267,-694.257,1625.71,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,268,-695.342,1647.59,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,269,-691.125,1668.09,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,270,-677.089,1700.92,88.3747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,271,-666.223,1732.65,88.4348,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,272,-661.815,1772.43,88.4413,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,273,-662.336,1806.25,88.4413,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,274,-665.575,1824.19,88.478,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,275,-673.199,1841.75,88.3341,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,276,-685.138,1857.15,88.4109,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,277,-706.098,1877.46,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,278,-731.172,1896.11,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,279,-764.519,1922.59,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,280,-788.496,1946.03,88.4396,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,281,-805.816,1957.09,87.7631,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,282,-852.487,1979.8,78.8671,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,283,-873.112,1989.57,73.8441,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,284,-893.329,1995.4,69.6822,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,285,-910.687,1998.23,66.427,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,286,-947.017,1999.38,60.007,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,287,-978.012,2002.12,58.4944,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,288,-997.396,2005.33,58.4944,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,289,-1023.79,2016.06,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,290,-1062.02,2027.14,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,291,-1105.04,2031.88,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,292,-1138.17,2032.77,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,293,-1160.57,2030.45,58.4937,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,294,-1189.74,2020.1,60.2436,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,295,-1202.61,2025.66,60.5934,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,296,-1232.07,2044.31,61.7781,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,297,-1258.13,2059.29,62.3138,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,298,-1271.89,2063.16,60.7597,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,299,-1283.31,2060.43,54.3102,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,300,-1295.1,2060.07,51.5514,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,301,-1312.57,2065.77,50.2618,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,302,-1330.25,2067.82,50.1801,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,303,-1354.41,2059.6,50.1459,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,304,-1370.07,2055.16,50.1749,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,305,-1387.18,2053.35,55.9354,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,306,-1398.4,2055.42,61.4646,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,307,-1447.65,2059.91,62.209,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,308,-1465.07,2051.05,62.0442,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,309,-1486.37,2035.43,62.1963,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,310,-1501.62,2024.34,60.9068,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,311,-1517.84,2001.37,61.0384,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,312,-1546.18,1968.69,60.8553,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,313,-1556.76,1957.57,61.5362,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,314,-1598.61,1933.04,62.4266,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,315,-1643.57,1908.87,62.3661,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,316,-1660.84,1902.54,61.3822,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,317,-1673.95,1901.8,60.8492,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,318,-1696.33,1908.72,61.1079,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,319,-1710.17,1914.68,60.5782,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,320,-1725.13,1916.98,59.4981,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,321,-1758.03,1920.28,58.9688,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,322,-1780.13,1931.97,59.7286,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,323,-1796.98,1947.31,60.9598,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,324,-1807.5,1960.96,60.0216,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,325,-1814.05,1979.03,58.9688,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,326,-1813.74,1993.85,59.1662,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,327,-1815.44,2008.91,59.5066,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,328,-1822.84,2030.17,60.5425,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,329,-1819.86,2046.29,61.0745,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,330,-1810.71,2068.89,62.9405,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,331,-1808.8,2087.12,62.8312,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,332,-1800.64,2110.65,63.6292,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,333,-1799.99,2123.82,63.3042,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,334,-1800.1,2172.91,59.8615,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,335,-1802.09,2193.02,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,336,-1811.29,2210.77,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,337,-1829.63,2226.71,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,338,-1839.72,2240.04,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,339,-1843.26,2253.28,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,340,-1844.5,2282.08,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,341,-1851.48,2301.03,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,342,-1878.73,2336.55,59.8219,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,343,-1886.45,2354.27,59.9031,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,344,-1890.56,2372.88,59.9717,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,345,-1901.49,2395.36,59.8225,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,346,-1901.2,2408.22,59.8225,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,347,-1896.18,2423.24,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,348,-1897.79,2433.11,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,349,-1905.79,2441.29,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,350,-1922.9,2448.27,59.8215,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,351,-1941.07,2450.2,59.8228,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,352,-1967.32,2447.67,59.8228,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,353,-1988.79,2448.17,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,354,-2004.35,2446.48,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,355,-2014.85,2436.79,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,356,-2039.22,2415.1,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,357,-2071.59,2387.06,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,358,-2089.54,2370.11,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,359,-2100.17,2356.02,59.8217,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,360,-2111.05,2352.26,60.2021,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,361,-2122.69,2354.14,59.924,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,362,-2145.31,2363.91,58.584,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,363,-2164.55,2373.13,57.3839,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,364,-2179.54,2382.03,56.2198,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,365,-2199.83,2394.66,55.3116,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,366,-2221.64,2404.89,53.8353,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,367,-2230.79,2406.55,54.0492,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,368,-2247.08,2399.73,58.7579,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,369,-2270.73,2395.1,68.642,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,370,-2285.63,2392.59,75.2354,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,371,-2298.13,2382.29,82.2537,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,372,-2319.62,2378.78,90.0259,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,373,-2347.28,2377.32,100.111,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,374,-2355.67,2369.41,103.343,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,375,-2367.17,2364.85,106.022,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,376,-2393.32,2361.79,109.161,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,377,-2414.67,2357.97,109.059,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,378,-2428.5,2347.98,112.201,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,379,-2440.55,2333.07,114.613,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,380,-2457.3,2325.18,116.882,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,381,-2476.57,2314.96,116.577,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,382,-2483.82,2305.6,115.769,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,383,-2496.94,2284.2,114.747,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,384,-2507.66,2276.31,111.86,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,385,-2520.86,2271.87,109.105,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,386,-2551.02,2257.06,102.073,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,387,-2565.99,2253.71,97.3502,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,388,-2591.92,2254.68,88.9871,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,389,-2607.73,2259.92,86.655,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,390,-2624.51,2268.6,84.3922,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,391,-2655.31,2291.33,80.2529,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,392,-2686.29,2315.49,74.8098,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,393,-2695.96,2319.99,72.5088,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,394,-2725.73,2320.96,64.8328,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,395,-2759.38,2321.77,58.8599,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,396,-2774.32,2320.14,55.1556,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,397,-2787.62,2313.04,53.3059,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,398,-2820.85,2289.73,50.524,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,399,-2852.49,2263.51,48.3239,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,400,-2868.54,2255.4,47.5688,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,401,-2884.07,2253.54,46.7642,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,402,-2915.86,2253.54,45.7468,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,403,-2939.33,2251.39,45.6299,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,404,-2960.47,2245.82,44.1221,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,405,-2988.33,2236.4,43.6976,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,406,-3028.82,2220.8,44.7601,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,407,-3060.29,2216.13,42.6818,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,408,-3089.85,2212.89,41.9156,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,409,-3114.92,2216.25,39.9288,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,410,-3170.38,2220.21,36.008,0,0,0,0,0,0,0,0,0,100,0,0), + (10182,0,411,-3191.44,2219.24,34.6157,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,40,6317.18,-4280.97,733.071,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,39,6338.97,-4285.14,725.533,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,38,6356.48,-4298.46,720.34,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,37,6362.86,-4328.88,726.908,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,36,6364.21,-4363.73,738.533,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,35,6389.61,-4387.15,731.328,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,34,6424.51,-4403.56,722.54,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,33,6449.63,-4421.93,723.395,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,32,6460.92,-4454.01,729.607,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,31,6450.27,-4486.06,733.411,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,30,6458.24,-4526.25,723.902,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,29,6495.58,-4547.87,716.137,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,28,6525.88,-4563,713.348,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,27,6552.84,-4585.88,703.999,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,26,6559.54,-4618.04,699.164,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,25,6568.84,-4646.38,694.206,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,24,6580.94,-4680.03,700.68,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,23,6583.19,-4721.82,699.985,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,22,6574.48,-4751.12,696.631,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,21,6550.17,-4785.08,698.355,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,20,6551.32,-4819.47,703.502,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,19,6560.69,-4846.94,702.04,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,18,6559.99,-4860.92,701.898,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,17,6535.35,-4877.96,709.66,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,16,6510.16,-4904.85,721.889,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,15,6500.9,-4934.62,725.975,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,14,6484.62,-4964.16,728.388,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,13,6466.92,-4989.89,733.592,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,12,6438.63,-5018.77,739.467,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,11,6408.91,-5042.45,747.104,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,10,6378.59,-5045.98,751.77,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,9,6333.05,-5046.23,760.895,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,8,6295.05,-5045.93,768.919,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,7,6255.66,-5044.65,774.014,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,6,6224.19,-5048.12,777.578,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,5,6182.44,-5064.91,783.375,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,4,6143.76,-5048.5,788.654,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,3,6110.54,-5029.36,791.502,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,2,6064.57,-5021.38,783.769,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,1,6019.5,-5040.97,784.711,0,0,0,0,0,0,0,0,0,100,0,0), + (10258,0,4,78.1464,-317.642,91.4405,1,1026404,0,0,0,0,0,0,0,0,0,0), + (10258,0,3,80.6596,-289.724,91.4508,0,0,0,0,0,0,0,0,0,0,0,0), + (10258,0,2,74.4821,-275.932,92.602,0,0,0,0,0,0,0,0,0,0,0,0), + (10258,0,1,62.9621,-270.921,93.4347,0,0,0,0,0,0,0,0,0,0,0,0), + (10264,0,4,78.1464,-317.642,91.4405,1,1026404,0,0,0,0,0,0,0,0,0,0), + (10264,0,3,80.6596,-289.724,91.4508,0,0,0,0,0,0,0,0,0,0,0,0), + (10264,0,2,74.4821,-275.932,92.602,0,0,0,0,0,0,0,0,0,0,0,0), + (10264,0,1,62.9621,-270.921,93.4347,0,0,0,0,0,0,0,0,0,0,0,0), + (10506,0,1,309.156,93.3245,101.662,0,0,0,0,0,0,0,0,0,3.17265,0,0), + (10506,0,2,299.559,93.255,105.634,10000,1050601,0,0,0,0,0,0,0,3.17972,0,0), + (12118,0,10,1000.2,-955.407,-179.583,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,20,144.41,-258.089,110.852,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,19,147.933,-256.874,110.85,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,18,153.333,-254.239,110.841,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,17,160.883,-251.074,110.904,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,16,162.619,-260.48,110.922,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,15,161.626,-276.16,110.942,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,14,161.54,-286.843,110.938,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,13,161.931,-295.254,110.934,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,12,164.066,-307.895,110.926,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,11,164.349,-321.437,110.938,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,10,161.285,-330.085,110.946,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,9,156.734,-340.574,110.951,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,8,151.986,-343.381,110.954,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,7,145.867,-339.175,110.953,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,6,141.56,-328.348,110.953,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,5,140.202,-318.19,110.956,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,4,138.366,-304.562,110.976,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,3,139.064,-292.411,110.965,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,2,139.325,-272.981,110.948,0,0,0,0,0,0,0,0,0,100,0,0), + (10509,0,1,142.226,-262.721,110.888,0,0,0,0,0,0,0,0,0,100,0,0), + (10610,0,1,-6009.25,-202.65,406.983,1000,0,0,0,0,0,0,0,0,1.58825,0,0), + (10610,0,2,-6009.25,-202.65,406.983,1000,1061001,0,0,0,0,0,0,0,1.58825,0,0), + (10610,0,3,-6009.25,-202.65,406.983,2000,1061002,0,0,0,0,0,0,0,1.58825,0,0), + (10610,0,4,-6031.16,-230.264,414.361,250000,1061003,0,0,0,0,0,0,0,2.18492,0,0), + (10610,0,5,-6009.25,-202.65,406.983,300000,0,0,0,0,0,0,0,0,1.58825,0,0), + (10610,0,6,-6009.25,-202.65,406.983,5000,1061004,0,0,0,0,0,0,0,1.58825,0,0), + (10610,0,7,-6009.25,-202.65,406.983,420000,0,0,0,0,0,0,0,0,1.58825,0,0), + (10617,0,1,-4937.46,-2168.09,-56.1747,0,1061701,0,0,0,0,0,0,0,0,0,0), + (10617,0,2,-4897.68,-2138.37,-51.2684,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,3,-4864.94,-2115.49,-37.5469,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,4,-4841.87,-2081.95,-35.6608,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,5,-4820.65,-2044.5,-43.1285,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,6,-4783.9,-1996.76,-60.8301,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,7,-4738.26,-1945.67,-51.5966,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,8,-4711.8,-1913.05,-45.2368,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,9,-4696.85,-1870.16,-46.2202,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,10,-4694.42,-1850.55,-51.0317,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,11,-4684.98,-1829.74,-56.9264,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,12,-4682.22,-1806.59,-52.9434,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,13,-4659.18,-1783.6,-43.4224,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,14,-4634.61,-1745.77,-37.3899,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,15,-4630.68,-1699.64,-26.1932,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,16,-4643.76,-1655.55,-19.7118,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,17,-4659.94,-1613.02,-26.8419,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,18,-4668.28,-1591.11,-33.0654,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,19,-4667.47,-1562.91,-32.5172,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,20,-4658.12,-1539.22,-29.2827,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,21,-4658.01,-1494.74,-48.8157,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,22,-4642.29,-1440.79,-51.119,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,23,-4616.18,-1407.04,-47.3698,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,24,-4609.31,-1382.72,-45.1224,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,25,-4612.36,-1343.67,-41.7372,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,26,-4619.08,-1281.03,-51.6477,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,27,-4614.92,-1220.36,-54.6163,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,28,-4626.25,-1180.11,-48.9481,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,29,-4641.06,-1137.09,-51.6806,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,30,-4656.4,-1112.87,-54.4827,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,31,-4700.93,-1102.83,-53.8923,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,32,-4722.21,-1110.5,-52.2017,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,33,-4734.43,-1141.43,-40.3514,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,34,-4745.57,-1157.47,-40.3538,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,35,-4758.43,-1204.15,-52.6604,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,36,-4750.56,-1255.87,-53.5114,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,37,-4759.41,-1293.25,-48.5635,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,38,-4774.6,-1316.24,-49.59,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,39,-4785.31,-1342.21,-53.0041,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,40,-4835.24,-1378.92,-53.7673,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,41,-4866.05,-1405.48,-53.238,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,42,-4904.77,-1476.34,-49.3345,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,43,-4975.39,-1540.77,-47.9538,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,44,-4963.72,-1633.01,-45.1166,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,45,-4943.81,-1684.32,-55.887,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,46,-4966.14,-1720.32,-61.8483,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,47,-4912.56,-1788.17,-37.2184,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,48,-4888.88,-1801.39,-36.8142,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,49,-4858.3,-1825.38,-51.548,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,50,-4871.04,-1892.89,-52.5316,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,51,-4827.46,-1941.57,-45.4197,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,52,-4799.2,-1993.36,-59.8512,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,53,-4827.15,-2050.11,-40.8494,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,54,-4843.97,-2084.73,-35.5785,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,55,-4867.74,-2115.84,-37.7841,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,56,-4911.25,-2148.37,-55.0563,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,57,-4985.07,-2201.57,-53.8056,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,58,-5011.36,-2239.61,-52.75,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,59,-5070.91,-2249.51,-54.1085,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,60,-5096.7,-2310.91,-54.5476,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,61,-5051.69,-2317.77,-52.6927,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,62,-5023.34,-2301.39,-51.999,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,63,-5007.85,-2272.99,-52.0654,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,64,-4991,-2240.06,-52.5392,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,65,-4983.95,-2204.57,-53.8293,0,0,0,0,0,0,0,0,0,0,0,0), + (10617,0,66,-4966.41,-2183.86,-54.1021,0,0,0,0,0,0,0,0,0,0,0,0), + (10683,0,4,78.1464,-317.642,91.4405,1,1026404,0,0,0,0,0,0,0,0,0,0), + (10683,0,3,80.6596,-289.724,91.4508,0,0,0,0,0,0,0,0,0,0,0,0), + (10683,0,2,74.4821,-275.932,92.602,0,0,0,0,0,0,0,0,0,0,0,0), + (10683,0,1,62.9621,-270.921,93.4347,0,0,0,0,0,0,0,0,0,0,0,0), + (10799,0,42,46.0185,-387.002,48.691,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,41,49.903,-402.132,48.8059,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,40,58.416,-418.709,45.0265,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,39,71.5898,-436.815,41.4104,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,38,78.6633,-463.245,35.4812,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,37,81.104,-479.903,30.8624,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,36,73.2636,-487.857,27.8915,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,35,54.376,-489.401,28.6535,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,34,44.7168,-491.037,29.5888,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,33,52.6077,-511.56,29.211,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,32,50.5416,-533.727,26.7394,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,31,50.2001,-560.155,30.5562,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,30,50.4628,-576.035,30.583,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,29,39.6786,-579.51,31.07,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,28,17.4221,-578.22,26.653,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,27,-5.46575,-576.065,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,26,-27.1342,-574.506,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,25,-47.6682,-572.61,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,24,-60.4448,-573.658,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,23,-43.3451,-571.067,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,22,-36.4804,-563.528,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,21,-48.5064,-537.174,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,20,-36.4804,-563.528,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,19,-43.3451,-571.067,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,18,-60.4448,-573.658,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,17,-47.6682,-572.61,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,16,-27.1342,-574.506,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,15,-5.46575,-576.065,29.1909,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,14,17.7085,-578.237,26.5612,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,13,39.6786,-579.51,31.07,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,12,50.4628,-576.035,30.583,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,11,50.2001,-560.155,30.5562,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,10,50.5839,-533.18,26.7767,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,9,52.6077,-511.56,29.211,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,8,44.7168,-491.037,29.5888,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,7,54.6114,-489.382,28.6716,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,6,73.2636,-487.857,27.8915,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,5,81.104,-479.903,30.8624,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,4,78.6633,-463.245,35.4812,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,3,71.5898,-436.815,41.4104,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,2,58.416,-418.709,45.0265,0,0,0,0,0,0,0,0,0,100,0,0), + (10799,0,1,49.903,-402.132,48.8059,0,0,0,0,0,0,0,0,0,100,0,0), + (10879,0,1,1581.82,254.437,-62.1055,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,2,1575.27,243.182,-62.0774,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,3,1576.98,231.078,-62.061,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,4,1578.1,222.238,-61.0466,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,5,1554.97,199.658,-60.7761,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,6,1546.08,190.203,-62.1816,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,7,1570.38,175.839,-62.1791,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,8,1589.88,172.921,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,9,1613.64,174.841,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,10,1632.23,180.785,-62.1773,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,11,1650.29,198.471,-62.1811,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,12,1658.26,216.49,-62.1799,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,13,1663.21,231.282,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,14,1661.3,260.891,-62.1783,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,15,1656.12,278.152,-62.1802,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,16,1640.98,294.31,-62.1768,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,17,1621.07,303.811,-62.1751,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,18,1597.04,305.607,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,19,1570.29,304.081,-62.1767,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,20,1548.99,291.562,-62.1818,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,21,1531.86,264.723,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,22,1528.45,242.559,-62.1781,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,23,1529.81,219.432,-62.1756,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,24,1535.45,201.857,-62.1805,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,25,1553.84,200.012,-60.7755,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,26,1567.79,213.04,-60.0155,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,27,1583.05,225.354,-62.0838,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,28,1583.05,225.354,-62.0838,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,29,1588.73,221.462,-59.4953,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,30,1595.21,219.912,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,31,1602.88,222.278,-60.228,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,32,1612.34,230.126,-62.0774,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,33,1614.62,243.454,-62.0774,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,34,1609.96,254.053,-62.0774,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,35,1602.82,258.59,-59.7398,0,0,0,0,0,0,0,0,0,0,0,0), + (10879,0,36,1594.16,260.094,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,1,140.872,-243.59,110.826,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,2,140.034,-244.993,110.804,7000,0,0,0,0,0,0,69,0,5.714,0,0), + (10899,0,3,140.031,-247.348,110.773,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,4,142.018,-248.934,110.779,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,5,144.882,-250.299,110.788,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,6,148.933,-246.427,110.862,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,7,152.118,-245.322,110.9,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,8,159.539,-248.629,110.923,48000,0,0,0,0,0,0,133,0,0.648,0,0), + (10899,0,9,155.153,-243.632,110.926,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,10,148.945,-243.166,110.897,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,11,147.221,-242.018,110.895,70000,0,0,0,0,0,0,28,0,1.539,0,0), + (10899,0,12,144.955,-246.962,110.824,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,13,147.965,-244.265,110.877,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,14,149.641,-243.561,110.899,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,15,147.806,-248.505,110.831,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,16,148.333,-245.98,110.862,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,17,152.27,-246.428,110.89,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,18,147.781,-243.522,110.884,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,19,148.172,-245.329,110.868,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,20,149.042,-247.2,110.855,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,21,150.123,-244.737,110.89,0,0,0,0,0,0,0,0,0,0,0,0), + (10899,0,22,145.179,-242.707,110.871,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,1,-4612.25,-909.152,501.062,90000,0,0,0,0,0,0,0,0,4.32842,0,0), + (11406,0,2,-4603.22,-905.336,502.767,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,3,-4602.8,-903.233,502.767,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,4,-4607.16,-897.28,502.767,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,5,-4607.16,-897.28,502.767,90000,0,0,0,0,0,0,0,0,5.35816,0,0), + (11406,0,6,-4601.63,-904.615,502.767,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,7,-4602.05,-906.355,502.767,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,8,-4608.62,-913.508,501.061,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,9,-4610.18,-921.852,501.068,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,10,-4607.63,-926.901,501.071,0,0,0,0,0,0,0,0,0,0,0,0), + (11406,0,11,-4607.63,-926.901,501.071,180000,0,0,0,0,0,0,0,0,2.33874,0,0), + (11406,0,12,-4612.25,-909.152,501.062,0,0,0,0,0,0,0,0,0,0,0,0), + (11492,0,1,274.844,-427.251,-119.962,30000,1149201,0,0,0,0,0,0,0,0,0,0), + (11492,0,2,262.298,-445.57,-119.962,0,1149202,0,0,0,0,0,0,0,0,0,0), + (11711,0,1,4384.21,-61.075,86.93,0,0,0,0,0,0,0,0,0,0,0,0), + (11711,0,2,4378.21,-49.39,85.54,0,0,0,0,0,0,0,0,0,0,0,0), + (11711,0,3,4379.27,-41.688,80.02,0,0,0,0,0,0,0,0,0,0,0,0), + (11711,0,4,4373.65,-34.314,73.71,0,0,0,0,0,0,0,0,0,0,0,0), + (11711,0,5,4366.77,-22.43,70.2,0,0,0,0,0,0,0,0,0,0,0,0), + (11711,0,6,4368.86,-15.438,68.36,0,0,0,0,0,0,0,0,0,0,0,0), + (11713,0,1,4368.86,-15.438,68.36,1000,1171301,0,0,0,0,0,0,0,5.1,0,0), + (11713,0,2,4366.77,-22.43,70.2,0,0,0,0,0,0,0,0,0,0,0,0), + (11713,0,3,4373.65,-34.314,73.71,0,0,0,0,0,0,0,0,0,0,0,0), + (11713,0,4,4379.27,-41.688,80.02,0,0,0,0,0,0,0,0,0,0,0,0), + (11713,0,5,4378.21,-49.39,85.54,0,0,0,0,0,0,0,0,0,0,0,0), + (11713,0,6,4384.21,-61.075,86.93,0,1171306,0,0,0,0,0,0,0,0,0,0), + (11714,0,1,4368.86,-15.438,68.36,1000,1171301,0,0,0,0,0,0,0,5.1,0,0), + (11714,0,2,4366.77,-22.43,70.2,0,0,0,0,0,0,0,0,0,0,0,0), + (11714,0,3,4373.65,-34.314,73.71,0,0,0,0,0,0,0,0,0,0,0,0), + (11714,0,4,4379.27,-41.688,80.02,0,0,0,0,0,0,0,0,0,0,0,0), + (11714,0,5,4378.21,-49.39,85.54,0,0,0,0,0,0,0,0,0,0,0,0), + (11714,0,6,4384.21,-61.075,86.93,0,1171306,0,0,0,0,0,0,0,0,0,0), + (14488,0,17,-12272.6,-157.298,14.6984,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,16,-12242.8,-196.482,16.1049,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,15,-12272.6,-157.298,14.6984,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,14,-12308.8,-132.348,17.7826,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,13,-12342.4,-143.957,17.2193,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,12,-12352.7,-147.974,15.8976,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,11,-12369.7,-148.359,13.5938,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,10,-12405.8,-143.399,15.7168,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,9,-12430.8,-151.87,15.3328,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,8,-12444.2,-144.064,14.6189,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,7,-12447.7,-132.173,17.0522,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,16,-7418.69,-947.728,464.981,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,15,-7443.95,-908.115,465.328,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,14,-7458.05,-889.8,465.217,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,13,-7481.39,-906.596,465.227,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,12,-7507.17,-922.419,457.856,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,11,-7495.77,-939.653,457.895,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,10,-7475.22,-969.278,449.776,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,9,-7483.98,-998.087,449.079,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,8,-7513.29,-1020.49,448.906,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,7,-7483.98,-998.087,449.079,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,6,-7475.22,-969.278,449.776,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,5,-7495.89,-939.483,457.856,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,4,-7507.17,-922.419,457.856,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,3,-7481.37,-906.587,465.228,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,2,-7458.05,-889.8,465.217,0,0,0,0,0,0,0,0,0,100,0,0), + (11983,0,1,-7443.8,-908.338,465.355,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,1,739.986,-953.215,-185.755,0,5665501,0,0,0,0,0,0,0,100,0,0), + (12056,0,2,716.32,-910.881,-193.155,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,3,701.403,-887.836,-199.506,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,4,675.823,-847.793,-208.258,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,5,639.075,-830.64,-208.42,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,6,611.111,-828.042,-207.401,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,7,591.225,-811.546,-205.403,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,8,608.843,-787.677,-207.477,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,9,643.642,-778.046,-208.717,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,10,664.323,-786.412,-208.952,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,11,661.671,-816.688,-208.705,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,12,678.597,-847.099,-208.289,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,13,699.638,-878.082,-201.539,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,14,718.325,-907.499,-193.316,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,15,740.4,-949.379,-186.349,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,16,746.603,-966.558,-181.564,0,0,0,0,0,0,0,0,0,100,0,0), + (12056,0,17,747.547,-981.676,-178.401,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,9,1007.78,-958.088,-180.174,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,8,1014.96,-977.653,-181.223,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,7,1039.57,-983.699,-181.317,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,6,1053.98,-989.048,-182.553,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,5,1070.41,-1006.77,-185.544,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,4,1053.15,-990.755,-182.661,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,3,1037.02,-986.342,-181.516,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,2,1014.45,-978.563,-181.185,0,0,0,0,0,0,0,0,0,100,0,0), + (12118,0,1,1007.78,-958.088,-180.174,0,0,0,0,0,0,0,0,0,100,0,0), + (12204,0,1,2370.83,-5893.06,10.6607,1000,1220401,0,0,0,0,0,0,0,5.45564,0,0), + (12204,0,2,2379.97,-5904.9,10.7712,0,0,0,0,0,0,0,0,0,4.45113,0,0), + (12204,0,3,2376.15,-5924.8,9.84824,0,0,0,0,0,0,0,0,0,4.53485,0,0), + (12204,0,4,2373.41,-5962.79,9.70075,300000,0,0,0,0,0,0,0,0,4.66837,0,0), + (12205,0,1,2370.83,-5893.06,10.6607,1000,1220501,0,0,0,0,0,0,0,5.45564,0,0), + (12205,0,2,2377.23,-5904.07,11.067,0,0,0,0,0,0,0,0,0,4.84696,0,0), + (12205,0,3,2378.04,-5915.15,10.7378,0,0,0,0,0,0,0,0,0,4.5383,0,0), + (12205,0,4,2374.96,-5932,9.66682,0,0,0,0,0,0,0,0,0,4.76293,0,0), + (12205,0,5,2374.06,-5963.62,9.89577,300000,0,0,0,0,0,0,0,0,4.63726,0,0), + (12237,0,1,632.101,-92.409,-57.4999,0,0,0,0,0,0,0,0,0,0.240159,0,0), + (12237,0,2,642.895,-89.225,-57.4999,0,0,0,0,0,0,0,0,0,0.306918,0,0), + (12237,0,3,654.193,-88.5337,-57.4999,0,0,0,0,0,0,0,0,0,6.19348,0,0), + (12237,0,4,666.728,-91.7718,-57.4999,0,0,0,0,0,0,0,0,0,6.01284,0,0), + (12237,0,5,675.549,-93.9197,-57.4999,0,0,0,0,0,0,0,0,0,6.13457,0,0), + (12237,0,6,690.764,-89.7546,-57.4999,0,0,0,0,0,0,0,0,0,0.61715,0,0), + (12237,0,7,702.83,-84.753,-57.4631,0,0,0,0,0,0,0,0,0,0.173401,0,0), + (12237,0,8,715.159,-83.791,-57.1193,0,0,0,0,0,0,0,0,0,0.114496,0,0), + (12237,0,9,708.503,-83.9885,-57.2554,0,0,0,0,0,0,0,0,0,3.35426,0,0), + (12237,0,10,699.353,-86.647,-57.5,0,0,0,0,0,0,0,0,0,3.55454,0,0), + (12237,0,11,681.834,-93.4817,-57.5,0,0,0,0,0,0,0,0,0,3.35034,0,0), + (12237,0,12,674.938,-93.0037,-57.5,0,0,0,0,0,0,0,0,0,2.78878,0,0), + (12237,0,13,665.508,-90.6338,-57.5,0,0,0,0,0,0,0,0,0,2.91051,0,0), + (12237,0,14,652.935,-87.6942,-57.5,0,0,0,0,0,0,0,0,0,3.10686,0,0), + (12237,0,15,634.167,-92.0013,-57.5,0,0,0,0,0,0,0,0,0,3.60559,0,0), + (12243,0,1,1049.82,-393.435,-36.4039,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,2,1045.68,-370.092,-36.261,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,3,1037.27,-344.174,-38.497,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,4,1010.23,-354.801,-40.6417,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,5,1001.23,-344.369,-41.8429,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,6,999.806,-321.77,-44.8818,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,7,975.982,-300.204,-45.5609,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,8,973.365,-281.776,-45.6094,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,9,990.8,-256.724,-45.7114,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,10,989.804,-243.769,-46.3962,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,11,976.545,-231.156,-48.8321,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,12,961.185,-219.453,-46.5909,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,13,948.09,-222.764,-46.5547,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,14,918.102,-245.181,-46.5593,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,15,890.208,-266.674,-45.423,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,16,893.102,-286.1,-45.9472,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,17,897.588,-303.891,-46.2809,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,18,901.639,-319.011,-49.2601,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,19,924.222,-338.58,-49.5523,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,20,945.529,-352.369,-50.1839,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,21,949.239,-372.756,-50.1243,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,22,988.696,-380.287,-50.1408,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,23,988.111,-348.714,-55.4404,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,24,996.187,-322.544,-66.9768,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,25,1033.11,-300.214,-71.9789,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,26,1053.56,-317.858,-72.6087,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,27,1072.05,-311.185,-72.5621,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,28,1070.73,-284.266,-72.6882,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,29,1063.75,-252.924,-72.769,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,30,1043.08,-229.504,-72.2414,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,31,1020.74,-209.535,-68.8136,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,32,995.135,-196.454,-67.6302,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,33,976.91,-181.568,-67.8006,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,34,948.116,-177.766,-63.5945,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,35,937.193,-168.837,-61.9104,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,36,938.588,-151.543,-60.6735,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,37,948.458,-143.148,-60.5407,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,38,958.818,-117.176,-63.1013,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,39,963.148,-94.4248,-63.1929,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,40,959.066,-69.9163,-61.9863,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,41,938.565,-63.8677,-61.5565,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,42,919.078,-60.1186,-59.4471,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,43,897.068,-67.8703,-59.4137,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,44,903.842,-88.716,-59.7778,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,45,917.572,-110.975,-61.7767,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,46,903.761,-142.998,-60.5547,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,47,905.848,-166.048,-60.5608,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,48,915.462,-183.676,-57.6343,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,49,902.247,-202.777,-52.5468,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,50,893.036,-219.867,-52.4701,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,51,877.28,-241.544,-51.1367,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,52,864.795,-249.239,-52.0588,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,53,827.948,-258.051,-59.7029,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,54,864.795,-249.239,-52.0588,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,55,877.273,-241.548,-51.3696,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,56,893.036,-219.867,-52.4701,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,57,902.247,-202.777,-52.5468,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,58,915.462,-183.676,-57.6343,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,59,905.848,-166.048,-60.5608,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,60,903.761,-142.998,-60.5547,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,61,917.499,-111.145,-61.7826,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,62,903.842,-88.716,-59.7778,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,63,897.068,-67.8703,-59.4137,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,64,919.078,-60.1186,-59.4471,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,65,938.565,-63.8677,-61.5565,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,66,959.066,-69.9163,-61.9863,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,67,963.148,-94.4248,-63.1929,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,68,958.818,-117.176,-63.1013,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,69,948.458,-143.148,-60.5407,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,70,938.588,-151.543,-60.6735,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,71,937.193,-168.837,-61.9104,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,72,948.116,-177.766,-63.5945,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,73,976.91,-181.568,-67.8006,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,74,995.135,-196.454,-67.6302,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,75,1020.74,-209.535,-68.8136,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,76,1043.08,-229.504,-72.2414,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,77,1063.75,-252.924,-72.769,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,78,1070.73,-284.266,-72.6882,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,79,1072.05,-311.185,-72.5621,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,80,1053.56,-317.858,-72.6087,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,81,1033.11,-300.214,-71.9789,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,82,996.187,-322.544,-66.9768,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,83,988.111,-348.714,-55.4404,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,84,988.696,-380.287,-50.1408,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,85,949.239,-372.756,-50.1243,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,86,945.529,-352.369,-50.1839,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,87,924.222,-338.58,-49.5523,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,88,901.639,-319.011,-49.2601,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,89,897.588,-303.891,-46.2809,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,90,893.102,-286.1,-45.9472,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,91,890.076,-266.776,-45.4354,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,92,918.102,-245.181,-46.5593,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,93,948.09,-222.764,-46.5547,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,94,961.174,-219.444,-46.5547,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,95,976.545,-231.156,-48.8321,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,96,989.799,-243.711,-46.4062,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,97,990.8,-256.724,-45.7114,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,98,973.365,-281.776,-45.6094,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,99,975.982,-300.204,-45.5609,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,100,999.806,-321.77,-44.8818,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,101,1001.23,-344.369,-41.8429,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,102,1010.11,-354.66,-40.6532,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,103,1037.27,-344.174,-38.497,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,104,1045.68,-370.092,-36.261,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,105,1049.82,-393.435,-36.4039,0,0,0,0,0,0,0,0,0,0,0,0), + (12243,0,106,1056.21,-424.158,-31.7893,0,0,0,0,0,0,0,0,0,0,0,0), + (12264,0,1,582.632,-799.272,-205.379,0,0,0,0,0,0,0,0,0,0.028569,0,0), + (12264,0,2,589.019,-801.701,-205.301,0,0,0,0,0,0,0,0,0,5.56877,0,0), + (12264,0,3,590.286,-807.078,-205.236,0,0,0,0,0,0,0,0,0,4.75195,0,0), + (12264,0,4,588.074,-811.922,-205.184,0,0,0,0,0,0,0,0,0,3.81576,0,0), + (12264,0,5,583.247,-813.033,-205.039,0,0,0,0,0,0,0,0,0,3.14346,0,0), + (12264,0,6,578.474,-810.635,-205.461,0,0,0,0,0,0,0,0,0,2.22611,0,0), + (12264,0,7,575.928,-805.535,-205.694,0,0,0,0,0,0,0,0,0,1.50355,0,0), + (12264,0,8,577.295,-800.048,-205.749,0,0,0,0,0,0,0,0,0,0.893291,0,0), + (12397,0,1,-12241.3,-2432.1,2.93936,30000,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,2,-12271.6,-2453.36,3.84158,0,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,3,-12279.2,-2488.66,4.38164,0,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,4,-12275.1,-2520.88,3.67985,0,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,5,-12224.9,-2522.83,1.56836,0,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,6,-12191.6,-2502.13,-0.148134,0,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,7,-12114.8,-2510.99,3.11959,40000,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,8,-12138.4,-2494.16,3.89333,0,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,9,-12166,-2478.6,0.810272,0,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,10,-12171.4,-2452.79,-0.15142,0,0,0,0,0,0,0,0,0,0,0,0), + (12397,0,11,-12208,-2436.73,0.09382,0,0,0,0,0,0,0,0,0,0,0,0), + (12581,0,1,-9049.96,446.152,93.056,1500,0,0,0,0,0,0,0,0,0.365,0,0), + (12581,0,2,-9059.62,431.933,93.0563,0,0,0,0,0,0,0,0,0,0,0,0), + (12581,0,3,-9074.04,422.621,93.0563,500,0,0,0,0,0,0,0,0,0,0,0), + (12581,0,4,-9083.23,422.767,92.5363,0,0,0,0,0,0,0,0,0,0,0,0), + (12581,0,5,-9090.48,412.304,92.1038,4000,1258101,0,0,0,0,0,0,0,0,0,0), + (12900,0,1,-10666,-3923,18.438,0,0,0,0,0,0,0,0,0,6.20863,0,0), + (12900,0,2,-10674.5,-3909.81,17.3732,0,0,0,0,0,0,0,0,0,3.3943,0,0), + (12900,0,3,-10703.7,-3916.17,17.3732,0,0,0,0,0,0,0,0,0,4.08152,0,0), + (12900,0,4,-10770,-4007.98,17.9099,0,0,0,0,0,0,0,0,0,5.71231,0,0), + (12900,0,5,-10722.1,-4038.75,17.6482,0,0,0,0,0,0,0,0,0,5.98501,0,0), + (12900,0,6,-10654.9,-4061.03,17.3742,0,0,0,0,0,0,0,0,0,0.519954,0,0), + (12900,0,7,-10591.6,-4027.09,17.3742,0,0,0,0,0,0,0,0,0,0.825387,0,0), + (12900,0,8,-10568.6,-4002.12,17.3853,0,0,0,0,0,0,0,0,0,1.86706,0,0), + (12900,0,9,-10575.8,-3978.89,17.4333,0,0,0,0,0,0,0,0,0,2.31975,0,0), + (12900,0,10,-10624.2,-3924.85,17.5842,0,0,0,0,0,0,0,0,0,3.07242,0,0), + (13280,0,1,4.57887,-438.407,-59.954,0,0,0,0,0,0,0,0,0,0,0,0), + (13280,0,2,-33.6927,-415.93,-59.9502,0,0,0,0,0,0,0,0,0,0,0,0), + (13280,0,3,-6.58793,-429.432,-59.9504,0,0,0,0,0,0,0,0,0,0,0,0), + (13280,0,4,4.98108,-416.84,-59.9505,0,0,0,0,0,0,0,0,0,0,0,0), + (13280,0,5,-6.58793,-429.432,-59.9504,0,0,0,0,0,0,0,0,0,0,0,0), + (13280,0,6,-33.6927,-415.93,-59.9502,0,0,0,0,0,0,0,0,0,0,0,0), + (13716,0,1,654.905,87.382,-86.8597,5000,1371601,0,0,0,0,0,0,0,5.06689,0,0), + (13716,0,2,657.207,80.8004,-86.8318,0,0,0,0,0,0,0,0,0,5.14543,0,0), + (13716,0,3,656.58,73.1467,-86.8285,6000,1371602,0,0,0,0,0,0,0,2.94396,0,0), + (13716,0,4,652.437,73.9764,-85.3354,2000,1371603,0,0,0,0,0,0,0,6.03528,0,0), + (13716,0,5,656.595,73.5683,-86.8284,0,0,0,0,0,0,0,0,0,6.10283,0,0), + (13716,0,6,655.724,67.3549,-86.828,0,0,0,0,0,0,0,0,0,4.45585,0,0), + (13716,0,7,650.08,65.0115,-86.7745,2000,0,0,0,0,0,0,0,0,1.21372,0,0), + (13716,0,8,655.445,67.6601,-86.8283,0,0,0,0,0,0,0,0,0,1.17524,0,0), + (13716,0,9,657.399,78.0873,-86.8283,0,0,0,0,0,0,0,0,0,2.10044,0,0), + (13716,0,10,652.611,86.3702,-86.8453,0,1371604,0,0,0,0,0,0,0,5.75411,0,0), + (14241,0,1,-10.6115,-281.676,-53.7415,0,0,0,0,0,0,0,0,0,0,0,0), + (14241,0,2,17.2824,-286.947,-52.2818,0,0,0,0,0,0,0,0,0,0,0,0), + (14241,0,3,51.7975,-270.523,-53.0312,0,0,0,0,0,0,0,0,0,0,0,0), + (14241,0,4,74.1724,-272.765,-54.8267,0,0,0,0,0,0,0,0,0,0,0,0), + (14241,0,5,117.401,-277.83,-55.8552,30000,14241,0,0,0,0,0,0,0,0,0,0), + (14321,0,1,316.544,258.267,11.224,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,2,287.744,260.729,2.86944,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,3,290.605,280.1,2.84881,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,4,289.767,310.047,2.85304,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,5,300.006,328.704,2.85296,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,6,294.151,290.1,2.84976,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,7,288.668,260.147,2.87016,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,8,318.066,258.131,11.2235,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,9,352.225,259.882,11.2058,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,10,379.29,259.856,11.4396,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,11,383.125,280.371,12.2359,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,12,384.398,315.244,11.212,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,13,385.505,342.491,2.86224,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,14,350.433,341.198,2.85337,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,15,313.909,338.892,2.85294,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,16,356.01,342.207,2.85322,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,17,388.979,340.467,2.86485,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,18,423.371,340.045,2.8538,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,19,454.448,336.781,2.85523,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,20,417.151,339.722,2.85351,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,21,390.79,340.021,2.8658,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,22,386.586,316.939,10.8767,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,23,385.826,281.056,12.2359,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,24,385.666,260.202,11.4396,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,25,407.447,256.024,12.2342,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,26,444.092,255.388,11.2098,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,27,407.48,258.508,12.2342,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,28,384.614,256.412,11.4396,0,0,0,0,0,0,0,0,0,0,0,0), + (14321,0,29,358.866,258.309,12.2341,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,1,558.634,549.916,-25.3991,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,2,573.506,563.22,-25.4018,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,3,573.226,586.457,-25.4027,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,4,524.055,587.067,-25.4025,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,5,510.351,606.567,-25.4036,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,6,486.848,606.483,-25.4048,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,7,478.164,594.953,-25.4053,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,8,477.434,579.612,-25.4021,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,9,504.78,574.765,-25.4009,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,10,477.434,579.612,-25.4021,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,11,478.164,594.953,-25.4053,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,12,486.848,606.483,-25.4048,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,13,510.351,606.567,-25.4036,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,14,524.055,587.067,-25.4025,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,15,573.226,586.457,-25.4027,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,16,573.506,563.22,-25.4018,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,17,558.634,549.916,-25.3991,0,0,0,0,0,0,0,0,0,0,0,0), + (14323,0,18,550.942,528.12,-25.4017,0,0,0,0,0,0,0,0,0,0,0,0), + (14327,0,8,-14.4182,-446.394,16.4152,0,0,0,0,0,0,0,0,0,0,0,0), + (14327,0,7,-13.439,-455.717,16.4125,0,0,0,0,0,0,0,0,0,0,0,0), + (14327,0,6,-8.00382,-459.668,16.4119,0,0,0,0,0,0,0,0,0,0,0,0), + (14327,0,5,-1.76383,-460.005,16.4126,0,0,0,0,0,0,0,0,0,0,0,0), + (14327,0,4,3.27614,-456.265,16.4143,0,0,0,0,0,0,0,0,0,0,0,0), + (14327,0,3,5.33627,-449.741,16.4166,0,0,0,0,0,0,0,0,0,0,0,0), + (14327,0,2,1.83788,-445.35,16.4175,0,0,0,0,0,0,0,0,0,0,0,0), + (14327,0,1,-5.45062,-441.126,16.4179,0,0,0,0,0,0,0,0,0,0,0,0), + (14353,0,1,683.297,484.384,29.5445,0,1435301,0,0,0,0,0,0,0,0.017,0,0), + (14353,0,2,728.943,483.297,28.1818,0,0,0,0,0,0,0,0,0,0,0,0), + (14353,0,3,757.399,482.508,28.1779,0,0,0,0,0,0,0,0,0,0,0,0), + (14353,0,4,768.05,482.501,29.5416,0,0,0,0,0,0,0,0,0,0,0,0), + (14353,0,5,778.071,482.738,34.932,0,0,0,0,0,0,0,0,0,0,0,0), + (14353,0,6,784.581,481.701,37.198,0,0,0,0,0,0,0,0,0,0,0,0), + (14353,0,7,816.53,482.302,37.3182,1000,1435307,0,0,0,0,0,0,0,3.159,0,0), + (14353,0,8,816.53,482.302,37.3182,10800000,1435308,0,0,0,0,0,0,0,3.159,0,0), + (14354,0,33,32.7456,-687.053,-25.1616,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,32,50.4384,-631.018,-25.1082,1000,1435402,0,0,0,0,0,0,0,0,0,0), + (14354,0,31,50.4954,-566.23,-19.4087,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,30,62.376,-551.555,-16.8896,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,29,85.3122,-544.938,-13.3078,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,28,102.894,-541.951,-11.081,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,27,111.677,-532.22,-11.0802,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,26,111.823,-510.512,-6.90471,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,25,112.224,-488.812,-6.88436,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,24,112.216,-466.26,-3.27357,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,23,111.973,-443.787,-3.27357,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,22,111.64,-417.141,-3.27357,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,21,111.229,-397.171,-3.27356,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,20,110.332,-376.069,-2.89068,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,19,107.902,-355.904,-4.12403,1000,1435402,0,0,0,0,0,0,0,0,0,0), + (14354,0,18,40.974,-351.714,-4.07477,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,17,2.71265,-354.185,-4.11719,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,16,-36.0909,-356.858,-4.13243,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,15,-77.8243,-348.998,-4.05656,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,14,-111.202,-354.226,-4.08814,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,13,-135.045,-353.381,-4.10267,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,12,-152.94,-347.556,-4.1513,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,11,-140.615,-316.779,-4.09557,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,10,-153.94,-296.79,-4.16217,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,9,-150.171,-278.348,-4.14787,1000,1435402,0,0,0,0,0,0,0,0,0,0), + (14354,0,8,-154.346,-248.685,-4.14808,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,7,-162.492,-217,-4.1686,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,6,-145.653,-196.347,-4.22942,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,5,-101.19,-198.52,-4.10678,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,4,-60.011,-200.013,-4.12136,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,3,-14.7334,-200.126,-4.12814,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,2,34.1275,-199.426,-4.13396,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,1,86.1935,-197.888,-4.05657,1000,1435401,0,0,0,0,0,0,0,0,0,0), + (14354,0,34,2.18578,-703.163,-25.1616,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,35,2.24896,-673.876,-13.608,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,36,12.2961,-668.865,-12.6426,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,37,21.7663,-676.581,-12.6426,0,0,0,0,0,0,0,0,0,0,0,0), + (14354,0,38,12.7601,-706.167,-12.6426,1000,1435402,0,0,0,0,0,0,0,0,0,0), + (14363,0,1,-4885.1,-986.439,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,2,-4888.36,-983.674,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,3,-4895.21,-985.143,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,4,-4904.65,-975.419,501.451,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,5,-4908.02,-960.372,501.501,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,6,-4880.32,-920.64,501.575,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,7,-4833.69,-904.184,501.66,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,8,-4797.36,-906.421,497.922,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,9,-4780.09,-905.943,499.212,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,10,-4763.68,-907.05,501.625,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,11,-4721.88,-922.563,501.654,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,12,-4691.69,-946.508,501.667,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,13,-4679.95,-969.957,501.699,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,14,-4650.12,-982.774,501.656,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,15,-4635.55,-960.367,501.661,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,16,-4651.67,-935.212,501.658,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,17,-4687.28,-922.145,501.66,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,18,-4721.49,-905.883,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,19,-4757.44,-890.981,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,20,-4785.5,-884.328,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,21,-4815.04,-883.25,501.668,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,22,-4846.72,-886.106,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,23,-4886.97,-891.763,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,24,-4906.81,-884.844,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,25,-4929.05,-856.469,501.661,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,26,-4952.72,-869.076,501.661,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,27,-4988.78,-898.986,501.636,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,28,-5017.84,-932.51,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,29,-4985.22,-957.64,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,30,-4958.79,-941.614,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,31,-4947.84,-930.124,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,32,-4950.35,-921.719,504.264,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,33,-4961.11,-913.848,503.835,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,34,-4956.32,-904.182,503.837,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,35,-4950.29,-908.22,503.836,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,36,-4950.21,-918.283,504.261,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,37,-4942.2,-927.994,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,38,-4935.65,-936.283,503.042,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,39,-4931.63,-949.347,501.623,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,40,-4915.17,-957.814,501.54,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,41,-4906.88,-973.011,501.453,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,42,-4898.35,-983.751,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14363,0,43,-4891.35,-992.121,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,1,-4963.37,-912.565,503.835,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,2,-4955.28,-916.448,504.261,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,3,-4944.97,-929.275,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,4,-4973.28,-956.894,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,5,-4992.38,-979.822,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,6,-4994.91,-996.21,501.661,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,7,-5007.27,-1025.46,501.656,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,8,-5014.62,-1054.75,501.729,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,9,-5016.1,-1099.32,501.674,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,10,-5011.86,-1112.88,501.674,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,11,-5007,-1116.34,501.688,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,12,-5003.02,-1142.08,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,13,-4998.46,-1179.69,501.66,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,14,-4982.61,-1226.39,501.679,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,15,-4944.21,-1255.97,501.663,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,16,-4925.57,-1250.11,501.642,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,17,-4923.1,-1236.33,501.656,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,18,-4945.75,-1214.15,501.655,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,19,-4969.67,-1187.34,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,20,-4991.06,-1151.82,501.654,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,21,-4997.53,-1115.96,501.631,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,22,-4994.73,-1091.5,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,23,-4992.42,-1058.82,497.962,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,24,-4992.42,-1058.82,497.962,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,25,-4989.01,-1039.41,501.66,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,26,-4983.64,-1019.23,501.653,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,27,-4962.49,-981.229,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,28,-4929.97,-957.357,501.587,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,29,-4915.2,-960.314,501.489,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,30,-4904.06,-976.867,501.441,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,31,-4896.08,-987.446,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,32,-4896.05,-992.92,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,33,-4889.55,-993.43,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,34,-4884.64,-985.495,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,35,-4888.78,-984.35,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,36,-4894.86,-986.589,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,37,-4899.7,-980.864,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,38,-4904.34,-974.595,501.451,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,39,-4914.21,-959.891,501.528,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,40,-4935.67,-935.819,503.068,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,41,-4949.08,-919.802,504.264,0,0,0,0,0,0,0,0,0,0,0,0), + (14365,0,42,-4959.34,-908.134,503.836,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,1,-4789.09,-1166.54,502.226,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,2,-4758.69,-1159.64,502.212,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,3,-4730.11,-1194.25,501.698,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,4,-4719.52,-1218.35,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,5,-4740.72,-1244.53,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,6,-4724.86,-1277.61,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,7,-4694.16,-1265.89,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,8,-4682.36,-1259.11,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,9,-4664.03,-1243.12,501.993,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,10,-4643.82,-1214.24,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,11,-4647.42,-1189.83,501.654,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,12,-4683.81,-1195.8,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,13,-4708.73,-1200.77,501.659,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,14,-4732.16,-1176.46,501.698,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,15,-4747.5,-1152.99,502.206,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,16,-4734.04,-1106.04,502.218,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,17,-4738.37,-1074.07,502.242,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,18,-4762.8,-1042.37,502.211,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,19,-4788.04,-1030.89,502.208,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,20,-4816.68,-1027.28,502.196,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,21,-4826.92,-1014.34,502.212,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,22,-4838.75,-977.666,501.842,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,23,-4850.54,-941.909,501.505,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,24,-4866.63,-946.191,501.452,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,25,-4883.96,-942.708,501.418,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,26,-4908.41,-967.712,501.466,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,27,-4901.27,-979.616,503.047,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,28,-4894.48,-986.556,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,29,-4886.83,-988.181,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,30,-4894.63,-994.628,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,31,-4895.39,-986.91,503.94,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,32,-4905.21,-975.294,501.446,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,33,-4915.48,-959.214,501.536,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,34,-4936.56,-935.246,503.136,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,35,-4951.3,-916.994,504.265,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,36,-4951.81,-906.419,503.836,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,37,-4960.94,-907.578,503.836,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,38,-4962.91,-915.038,503.835,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,39,-4952.6,-917.665,504.263,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,40,-4938.36,-936.406,503.153,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,41,-4927.75,-951.206,501.602,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,42,-4937.9,-980.271,501.477,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,43,-4943.05,-998.155,501.44,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,44,-4943.61,-1014.52,501.44,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,45,-4948.51,-1023.71,501.462,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,46,-4924.3,-1036.79,501.722,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,47,-4885.19,-1057.84,502.147,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,48,-4873.42,-1069.64,502.202,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,49,-4872.61,-1106.75,502.199,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,50,-4858.56,-1134.95,502.188,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,51,-4842.92,-1155.27,502.117,0,0,0,0,0,0,0,0,0,0,0,0), + (14367,0,52,-4820.9,-1169.3,502.201,0,0,0,0,0,0,0,0,0,0,0,0), + (14374,0,1,-4380,3241.9,12.2009,10000,0,0,0,0,0,0,0,0,4.69395,0,0), + (14374,0,2,-4378.45,3232.7,11.968,0,0,0,0,0,0,0,0,0,3.43949,0,0), + (14374,0,3,-4410.77,3222.78,11.7871,0,0,0,0,0,0,0,0,0,2.85045,0,0), + (14374,0,4,-4424.73,3226.88,11.9639,0,0,0,0,0,0,0,0,0,2.47411,0,0), + (14374,0,5,-4436.75,3236.36,11.6699,0,0,0,0,0,0,0,0,0,1.48145,0,0), + (14374,0,6,-4435.38,3250.84,11.4939,0,0,0,0,0,0,0,0,0,1.49292,0,0), + (14374,0,7,-4433.18,3276.21,11.6087,10000,0,0,0,0,0,0,0,0,0.494249,0,0), + (14374,0,8,-4416.39,3285.38,11.833,0,0,0,0,0,0,0,0,0,0.865133,0,0), + (14374,0,9,-4398.45,3306.67,12.7615,0,0,0,0,0,0,0,0,0,6.2102,0,0), + (14374,0,10,-4374.38,3304.91,13.5663,0,0,0,0,0,0,0,0,0,4.73758,0,0), + (14374,0,11,-4373.32,3261.16,13.3144,0,0,0,0,0,0,0,0,0,4.43215,0,0), + (14379,0,28,10174.8,2346.64,1328.17,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,27,10172.5,2350.92,1327.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,26,10169.9,2361.33,1326.08,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,25,10164,2367.42,1324.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,24,10152.8,2371.75,1323.19,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,23,10142.2,2372.35,1321.36,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,22,10133.7,2372.88,1320.35,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,21,10127.5,2374.58,1319.48,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,20,10115.7,2379.92,1317.35,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,19,10107.3,2385.02,1316.98,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,18,10099.9,2389.5,1316.6,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,17,10098.8,2392.37,1316.55,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,16,10104.3,2411.59,1316.34,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,15,10106.1,2442.88,1318.86,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,14,10105.3,2454.7,1318.76,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,13,10104.2,2464.98,1317.46,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,12,10109.9,2483.67,1317.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,11,10108.5,2492.17,1317.6,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,10,10099.5,2510.2,1317.76,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,9,10090.3,2526.44,1317.59,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,8,10090.9,2529.96,1317.51,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,7,10098.9,2536.35,1319.32,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,6,10107.5,2537.9,1320.3,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,5,10120.1,2539.57,1321.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,4,10140.7,2548.88,1321.92,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,3,10143.8,2553.87,1321.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,2,10142.4,2562.29,1321.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,1,10141.2,2565.23,1321.78,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,147,9936.72,2507.74,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,146,9937.35,2506.57,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,145,9936.65,2504.63,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,144,9933.66,2496.92,1317.87,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,143,9933.14,2494.48,1317.9,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,142,9933.91,2491.38,1317.77,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,141,9941.13,2486.06,1316.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,140,9943.71,2484.51,1316.52,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,139,9946.34,2481.54,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,138,9947.04,2473.77,1316.54,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,137,9946.79,2444.89,1322.82,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,136,9947.57,2406.61,1328.11,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,135,9947.48,2372.31,1330.04,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,134,9947.62,2346.41,1330.76,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,133,9948.97,2311.09,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,132,9949.62,2288.9,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,131,9950.26,2270.03,1340.69,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,130,9949.03,2253.35,1335.41,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,129,9948.41,2224.65,1330.97,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,128,9949.29,2181.96,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,127,9950.03,2136.16,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,126,9951.2,2099.71,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,125,9951.55,2096.97,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,124,9951.13,2094.52,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,123,9946.45,2077.42,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,122,9946.69,2073.5,1327.79,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,121,9954.63,2057.55,1328.37,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,120,9955.88,2055,1328.33,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,119,9957.31,2052.81,1328.37,0,0,0,0,0,0,0,0,0,100,0,0); + +INSERT INTO `creature_movement_template` (`entry`, `pathId`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES - (14402,29,1379.32,50.8737,-62.2767,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,30,1379.43,48.5477,-62.2767,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,31,1408.11,26.9022,-62.2771,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,32,1409.99,26.58,-62.2771,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,33,1412.16,26.6933,-62.2771,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,34,1434.35,33.6435,-62.2764,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,35,1438.17,36.5337,-62.2772,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,36,1439.62,38.7145,-62.2778,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,37,1446.23,64.7357,-62.2823,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,38,1445.82,67.9256,-62.2815,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,39,1444.84,70.1582,-62.2807,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,40,1418.58,101.199,-62.2878,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,41,1404.94,119.901,-62.2953,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,42,1403.92,122.002,-62.296,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,43,1403.86,125.242,-62.2733,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,44,1405.32,127.165,-62.2687,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,45,1426.19,154.123,-62.2847,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,46,1427.12,155.643,-62.284,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,47,1431.45,165.786,-62.2749,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,48,1434.48,167.211,-62.2662,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,49,1442.11,155.511,-57.1532,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,50,1443.47,154.746,-57.153,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,51,1458.04,161.847,-50.9415,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,52,1473.62,171.051,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,53,1473.79,174.277,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,54,1469.01,183.076,-62.1835,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,55,1469.26,185.451,-62.1841,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,56,1472.28,187.645,-62.1867,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,57,1477.59,188.139,-62.1953,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,58,1480.28,187.11,-62.1985,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,59,1481.36,185.917,-62.1984,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,60,1486.36,184.441,-62.1841,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,61,1489.26,187.598,-62.176,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,62,1490.05,195.677,-62.1655,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,63,1490.64,198.223,-62.1623,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,64,1491.72,199.428,-62.1536,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,65,1506.33,175.36,-62.1588,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,66,1518.16,159.023,-62.1665,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,67,1541.18,141.863,-62.168,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,68,1542.29,139.746,-62.1685,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,69,1541.04,137.083,-62.1696,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,70,1535.09,126.998,-61.522,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,71,1536.23,123.462,-61.5084,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,72,1544.68,113.248,-62.1455,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,73,1547.05,111.818,-62.1444,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,74,1581.21,104.586,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,75,1583.09,105.606,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,76,1593.63,126.214,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,77,1594.31,130.581,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,78,1594.49,165.476,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,79,1591.85,169.058,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,80,1559.9,187.383,-62.182,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,81,1557.06,191.528,-62.1829,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,82,1555.87,199.809,-60.7761,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,83,1556.87,201.813,-60.777,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,84,1565.77,211.023,-60.6969,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,85,1579.98,224.143,-61.91,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,86,1582.29,224.246,-61.9136,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,87,1584.61,223.555,-62.0901,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,88,1592.9,220.518,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,89,1594.66,221.128,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,90,1595.53,230.76,-52.1538,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,91,1593.39,232.036,-52.1504,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,92,1588.19,232.273,-52.1452,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,93,1586.66,233.891,-52.146,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,94,1586.2,245.907,-52.1547,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,95,1589.37,248.588,-52.1539,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,96,1601.85,248.907,-52.1472,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,97,1604.07,246.483,-52.1531,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,98,1606.34,242.329,-52.1551,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,99,1607.96,240.838,-52.1596,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,100,1629.97,239.215,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,101,1632.03,236.427,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,102,1629.1,223.951,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,103,1612.13,206.931,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,104,1609.54,205.586,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,105,1597.74,203.628,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,106,1594.19,203.81,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,107,1582.79,205.546,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,108,1578.92,207.34,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,109,1562.38,223.928,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,110,1560.67,227.695,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,111,1559.22,236.039,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,112,1561.99,239.835,-43.1798,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,113,1567.9,240.194,-44.1656,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,114,1583.31,240.695,-52.1524,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,115,1584.64,242.737,-52.1516,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,116,1585.51,247.529,-52.151,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,117,1587.02,248.871,-52.1498,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,118,1594.05,249.378,-52.151,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,119,1595.59,250.3,-52.1576,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,120,1596.24,258.4,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), - (14402,121,1595.33,259.7,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,1,1609.25,223.458,-61.9034,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,2,1625.3,210.093,-60.7,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,3,1639.94,197.828,-60.7662,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,4,1647.45,200.848,-62.1817,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,5,1667.02,234.69,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,6,1675.6,239,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,7,1723.02,239.116,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,8,1727.49,241.209,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,9,1729.36,267.54,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,10,1723.58,290.441,-62.1844,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,11,1720.12,305.296,-61.4777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,12,1718.49,309.041,-61.4776,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,13,1706.62,324.028,-55.3924,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,14,1707.66,325.929,-55.3924,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,15,1720.19,335.44,-49.1403,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,16,1734.86,346.229,-55.3935,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,17,1737.21,345.446,-55.3939,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,18,1744.15,336.707,-60.4845,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,19,1745.91,336.582,-60.4845,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,20,1773.95,346.565,-62.2919,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,21,1786.24,357.143,-61.9606,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,22,1792.52,369.883,-60.159,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,23,1792.49,374.119,-60.159,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,24,1787.54,394.849,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,25,1789.02,398.807,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,26,1788.91,404.603,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,27,1783.72,410.248,-57.1944,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,28,1776.08,418.387,-58.031,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,29,1761.86,432.215,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,30,1758.75,431.906,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,31,1754.99,427.797,-57.208,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,32,1752.37,415.723,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,33,1755.39,404.236,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,34,1761.86,397.933,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,35,1775.76,395.263,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,36,1783.61,394.952,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,37,1785.32,393.828,-57.2137,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,38,1794.38,372.68,-60.159,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,39,1779.7,349.051,-62.3233,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,40,1757.67,332.684,-62.2457,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,41,1755.16,332.687,-62.3082,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,42,1744.68,335.301,-60.4844,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,43,1736.58,344.367,-55.3936,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,44,1734.49,344.861,-55.3932,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,45,1720.66,334.889,-49.1375,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,46,1708.5,323.994,-55.3924,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,47,1714.45,313.474,-60.4849,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,48,1714.44,311.784,-60.4847,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,49,1704.68,296.586,-62.1763,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,50,1703.6,293.716,-62.1681,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,51,1703.47,283.342,-62.1567,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,52,1702.13,279.941,-62.1551,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,53,1698.64,280.802,-62.1489,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,54,1697.22,284.909,-62.1473,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,55,1701.11,293.63,-62.1622,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,56,1700.36,296.727,-62.1666,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,57,1690.12,309.386,-62.1682,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,58,1668.72,328.757,-62.164,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,59,1640.5,340.779,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,60,1636.33,344.566,-62.177,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,61,1637.51,347.035,-62.1783,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,62,1642.68,346.874,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,63,1649.72,344.399,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,64,1653.71,346.036,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,65,1658.57,355.837,-60.7433,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,66,1656.86,359.73,-60.7457,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,67,1638.04,370.099,-62.1692,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,68,1611.81,375.152,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,69,1572.17,374.006,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,70,1551.99,369.247,-62.1816,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,71,1544.06,358.657,-62.19,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,72,1538.39,348.907,-62.1768,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,73,1539.91,346.422,-62.1725,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,74,1552.08,348.612,-62.1591,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,75,1557.47,348.297,-62.1556,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,76,1557.97,345.033,-62.1489,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,77,1551.41,341.444,-62.1405,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,78,1533.87,335.02,-62.167,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,79,1510.63,312.581,-62.1477,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,80,1498.7,297.357,-62.1757,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,81,1493.62,284.433,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,82,1490.81,281.06,-62.1727,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,83,1488.55,281.725,-62.1636,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,84,1490.05,297.732,-62.1824,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,85,1486.55,310.192,-61.4948,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,86,1488.01,319.712,-60.7861,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,87,1500.95,335.121,-60.0923,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,88,1513.51,345.537,-60.0912,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,89,1534.2,356.902,-61.4984,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,90,1554.56,368.312,-62.182,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,91,1571.42,375.187,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,92,1585.84,377.765,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,93,1592.03,370.874,-62.1947,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,94,1597.09,347.085,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,95,1596.72,319.143,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,96,1599.78,311.695,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,97,1630.8,295.77,-62.1767,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,98,1636.08,284.011,-60.7685,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,99,1633.37,278.824,-60.7766,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,100,1611.44,256.594,-61.9106,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,101,1608.65,256.319,-62.096,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,102,1598.78,259.965,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,103,1596.85,259.143,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,104,1595.79,257.024,-56.9791,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,105,1595.79,257.024,-56.9791,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,106,1595.77,249.513,-52.1528,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,107,1597.26,248.567,-52.1501,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,108,1603.44,249.175,-52.1474,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,109,1605.08,247.345,-52.1539,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,110,1606.02,242.434,-52.1542,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,111,1607.03,240.719,-52.157,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,112,1630.53,240.444,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,113,1632.89,243.005,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,114,1632.59,249.767,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,115,1631.35,254.087,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,116,1612.68,274.291,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,117,1606.97,276.323,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,118,1586.31,276.41,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,119,1580.77,274.948,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,120,1563.42,257.585,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,121,1560.01,251.964,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,122,1558.89,241.319,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,123,1559.38,231.329,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,124,1561.18,225.609,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,125,1578.66,206.978,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,126,1585.73,204.561,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,127,1605.47,204.048,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,128,1611.46,206.035,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,129,1629.38,223.781,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,130,1633.15,233.434,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,131,1630.57,236.934,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,132,1607.13,238.872,-52.1573,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,133,1605.7,237.491,-52.1456,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,134,1603.53,232.569,-52.1455,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,135,1596.86,231.52,-52.1519,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,136,1596.12,220.683,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,137,1598.21,220.211,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (14403,138,1606.56,223.616,-62.1116,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,80,1587.66,247.933,-52.1531,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,79,1586.88,246.49,-52.1549,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,78,1586.99,233.745,-52.1458,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,77,1589.6,231.807,-52.1454,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,76,1594.7,230.496,-52.1552,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,75,1593.44,221.058,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,74,1585.53,222.97,-62.1403,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,73,1584.34,225.876,-62.0858,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,72,1583.53,251.004,-62.1036,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,71,1584.99,252.553,-62.1102,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,70,1596.37,252.838,-62.0975,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,69,1607.46,253.633,-62.0916,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,68,1610.99,255.713,-61.9098,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,67,1620.19,263.86,-58.9402,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,66,1637.55,279.363,-60.7701,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,65,1640.92,281.127,-60.7668,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,64,1655.74,273.132,-62.1799,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,63,1658.12,270.697,-62.1794,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,62,1665.4,249.851,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,61,1666.81,247.804,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,60,1675.71,241.504,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,59,1720.84,236.727,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,58,1732.08,228.061,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,57,1730.76,214.786,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,56,1724.33,198.704,-62.1648,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,55,1712.58,176.174,-60.7519,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,54,1700.79,156.051,-60.448,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,53,1702.37,152.251,-60.4589,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,52,1702.09,150.261,-60.4686,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,51,1695.19,142.793,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,50,1694.9,140.426,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,49,1705.41,129.555,-49.0482,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,48,1718.35,117.292,-55.2152,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,47,1720.63,116.774,-55.2157,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,46,1729.46,125.036,-60.21,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,45,1742.04,136.301,-62.1524,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,44,1750.69,140.286,-62.1918,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,43,1756.44,136.994,-62.2401,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,42,1770.96,104.361,-62.2738,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,41,1772.83,97.0845,-60.6015,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,40,1786.2,83.474,-52.817,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,39,1786.4,78.9438,-52.817,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,38,1778.53,70.2465,-46.317,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,37,1766.79,58.5176,-46.321,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,36,1753.91,47.7115,-52.817,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,35,1749.86,49.0943,-52.817,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,34,1738.57,59.2006,-59.5723,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,33,1709.62,68.1468,-62.2882,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,32,1702.34,70.9391,-62.2922,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,31,1695.93,86.824,-62.2604,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,30,1696.45,91.297,-62.2527,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,29,1709.33,104.537,-60.1854,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,28,1717.12,112.667,-55.2158,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,27,1716.95,114.974,-55.2154,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,26,1704.9,128.41,-49.009,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,25,1693.52,138.657,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,24,1690.93,138.499,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,23,1682.42,130.873,-60.4286,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,22,1667.65,127.941,-61.4869,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,21,1650.7,134.778,-62.1682,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,20,1639.09,132.697,-62.1597,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,19,1637.99,136.562,-62.1488,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,18,1649.45,142.482,-62.1477,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,17,1679,162.393,-62.1604,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,16,1692.65,187.999,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,15,1698.51,195.957,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,14,1702.61,194.201,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,13,1701.33,182.732,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,12,1709.36,179.081,-60.7305,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,11,1718.69,184.905,-60.7586,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,10,1724.62,196.027,-62.1626,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,9,1728.82,211.138,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,8,1730.39,230.812,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,7,1723.51,240.413,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,6,1680.32,239.207,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,5,1668.47,234.78,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,4,1655.09,207.06,-62.1803,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,3,1640.15,200.02,-60.7678,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,2,1631.55,204.236,-60.7761,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,1,1617.09,218.687,-59.2467,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,81,1590.81,248.534,-52.1547,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,82,1602.72,248.408,-52.1477,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,83,1605.24,245.458,-52.1536,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,84,1606.5,241.89,-52.1555,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,85,1607.7,240.195,-52.1589,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,86,1630.69,241.34,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,87,1632.83,242.523,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,88,1632.96,245.954,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,89,1631.51,254.891,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,90,1613.1,273.434,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,91,1605.62,276.518,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,92,1586.84,276.654,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,93,1578.67,274.247,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,94,1562.31,257.007,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,95,1558.67,246.731,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,96,1559.34,229.621,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,97,1562.74,222.946,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,98,1578.15,207.449,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,99,1586.2,204.75,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,100,1604.9,204.706,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,101,1611.63,206.971,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,102,1628.34,223.248,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,103,1631.79,229.782,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,104,1632.78,236.384,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,105,1630.62,237.216,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,106,1607.8,239.176,-52.1592,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,107,1606.17,237.944,-52.1547,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,108,1604.56,233.824,-52.1459,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,109,1602.06,231.893,-52.1512,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,110,1596.99,231.884,-52.1509,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,111,1596.21,221.58,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,112,1606.62,223.471,-62.1119,0,0,0,0,0,0,0,0,0,0,0,0), - (14404,113,1609.26,223.324,-61.9032,0,0,0,0,0,0,0,0,0,0,0,0), - (14445,1,-10210.3,-3774.1,21.975,0,0,0,0,0,0,0,0,0,2.46907,0,0), - (14445,2,-10214.7,-3687.28,22.4809,0,0,0,0,0,0,0,0,0,1.40486,0,0), - (14445,3,-10230.1,-3666.71,22.2764,0,0,0,0,0,0,0,0,0,2.21381,0,0), - (14445,4,-10216,-3715.02,17.4028,0,0,0,0,0,0,0,0,0,4.71138,0,0), - (14445,5,-10220.2,-3756.56,22.023,0,0,0,0,0,0,0,0,0,5.04517,0,0), - (14445,6,-10204.9,-3788.07,24.2081,0,0,0,0,0,0,0,0,0,4.59357,0,0), - (14445,7,-10211.6,-3821.14,21.8495,0,0,0,0,0,0,0,0,0,4.947,0,0), - (14445,8,-10207.4,-3833.31,22.0969,0,0,0,0,0,0,0,0,0,4.947,0,0), - (14445,9,-10201.3,-3866.65,17.3741,0,0,0,0,0,0,0,0,0,4.67997,0,0), - (14445,10,-10203.9,-3900.36,21.8852,0,0,0,0,0,0,0,0,0,5.45358,0,0), - (14445,11,-10166.6,-3931.85,24.4178,0,0,0,0,0,0,0,0,0,4.09092,0,0), - (14445,12,-10191.2,-3953.44,23.7515,0,0,0,0,0,0,0,0,0,4.54252,0,0), - (14445,13,-10200.5,-3989.64,23.3836,0,0,0,0,0,0,0,0,0,4.11449,0,0), - (14445,14,-10231.4,-4033.54,20.2455,0,0,0,0,0,0,0,0,0,4.09878,0,0), - (14445,15,-10264.4,-4057.62,22.0898,0,0,0,0,0,0,0,0,0,3.20343,0,0), - (14445,16,-10304,-4058.98,22.4633,0,0,0,0,0,0,0,0,0,3.17594,0,0), - (14445,17,-10317.3,-4034.27,18.9332,0,0,0,0,0,0,0,0,0,2.8068,0,0), - (14445,18,-10360.5,-4019.63,22.7821,0,0,0,0,0,0,0,0,0,2.81465,0,0), - (14445,19,-10368.5,-4048.93,19.004,0,0,0,0,0,0,0,0,0,3.75713,0,0), - (14445,20,-10408.9,-4072.34,22.1547,0,0,0,0,0,0,0,0,0,3.30553,0,0), - (14445,21,-10445.1,-4075.15,24.2057,0,0,0,0,0,0,0,0,0,3.92992,0,0), - (14445,22,-10467.2,-4099.22,22.4943,0,0,0,0,0,0,0,0,0,2.97173,0,0), - (14445,23,-10519,-4090.33,21.4856,0,0,0,0,0,0,0,0,0,2.39054,0,0), - (14445,24,-10559.1,-4044.76,22.2115,0,0,0,0,0,0,0,0,0,2.83821,0,0), - (14445,25,-10611.9,-4019.36,19.968,0,0,0,0,0,0,0,0,0,2.28843,0,0), - (14445,26,-10628,-3999.36,21.9281,0,0,0,0,0,0,0,0,0,1.69938,0,0), - (14445,27,-10632.4,-3965.76,21.7984,0,0,0,0,0,0,0,0,0,0.839371,0,0), - (14445,28,-10616.8,-3951.71,19.3253,0,0,0,0,0,0,0,0,0,0.733342,0,0), - (14445,29,-10585.4,-3999.54,20.2242,0,0,0,0,0,0,0,0,0,5.29258,0,0), - (14445,30,-10560.6,-4041.9,22.1098,0,0,0,0,0,0,0,0,0,5.44966,0,0), - (14445,31,-10537.1,-4067.51,23.4392,0,0,0,0,0,0,0,0,0,0.499292,0,0), - (14445,32,-10486.7,-4042.81,18.7913,0,0,0,0,0,0,0,0,0,0.220476,0,0), - (14445,33,-10431.9,-4031.43,19.7168,0,0,0,0,0,0,0,0,0,0.204768,0,0), - (14445,34,-10392.6,-4026.12,22.9862,0,0,0,0,0,0,0,0,0,0.134082,0,0), - (14445,35,-10365.8,-4024.11,22.2827,0,0,0,0,0,0,0,0,0,5.97352,0,0), - (14445,36,-10302.6,-4040.83,23.2825,0,0,0,0,0,0,0,0,0,5.42374,0,0), - (14445,37,-10278.1,-4073.4,23.3837,0,0,0,0,0,0,0,0,0,0.6603,0,0), - (14445,38,-10231.3,-4029.46,19.1835,0,0,0,0,0,0,0,0,0,1.03729,0,0), - (14445,39,-10199.1,-3979.39,23.1345,0,0,0,0,0,0,0,0,0,1.1551,0,0), - (14445,40,-10167.6,-3916.87,23.2336,0,0,0,0,0,0,0,0,0,2.32142,0,0), - (14445,41,-10203.7,-3883.72,21.2599,0,0,0,0,0,0,0,0,0,1.64597,0,0), - (14445,42,-10205.1,-3832.39,22.3228,0,0,0,0,0,0,0,0,0,1.98762,0,0), - (14445,43,-10215.8,-3803.4,22.5372,0,0,0,0,0,0,0,0,0,3.48773,0,0), - (14471,1,-7970.9,1507.22,-1.55187,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,2,-7943.04,1493.79,-6.62616,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,3,-7918.48,1468.86,-5.76875,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,4,-7894.92,1446.88,-9.58654,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,5,-7887.06,1414.65,-4.75843,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,6,-7879.74,1375.46,-8.27366,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,7,-7863.91,1348.84,-6.65281,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,8,-7839.48,1331.17,-9.64498,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,9,-7799.42,1305,-5.83755,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,10,-7775.25,1267.37,-4.49419,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,11,-7796.92,1231.14,-4.35764,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,12,-7814.78,1204.89,-0.534356,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,13,-7823.56,1158.29,1.64553,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,14,-7818.53,1123.67,0.376355,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,15,-7803.92,1086.93,4.71193,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,16,-7769.98,1061.28,1.14028,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,17,-7748.98,1029.69,2.54678,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,18,-7725.58,994.818,1.86259,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,19,-7700.38,961.477,-1.84493,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,20,-7660.69,939.871,0.607142,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,21,-7628.97,925.089,0.414325,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,22,-7594.46,932.484,1.85109,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,23,-7550.45,954.034,0.91145,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,24,-7519.02,969.428,1.44406,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,25,-7476.11,979.392,2.04286,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,26,-7428.56,978.903,3.13144,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,27,-7390.67,1013.55,3.49037,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,28,-7373.88,1046.14,4.74369,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,29,-7364.93,1093.09,1.32902,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,30,-7347.16,1145.42,1.2884,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,31,-7364.33,1159.79,3.23603,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,32,-7399.25,1182.98,1.84387,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,33,-7429.51,1202.9,3.02961,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,34,-7468.98,1233.92,3.40704,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,35,-7511.83,1250.47,3.33374,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,36,-7540.86,1269.11,6.09194,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,37,-7555.66,1299.83,2.85051,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,38,-7569.88,1333.56,3.0119,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,39,-7598.24,1373.45,4.0046,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,40,-7626.76,1409.48,3.85885,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,41,-7655.34,1460.77,3.68569,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,42,-7697.58,1485.36,4.42573,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,43,-7728.65,1513.85,-0.668692,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,44,-7740.85,1555.4,1.30007,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,45,-7763.3,1582.23,-0.216693,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,46,-7787.74,1593.93,2.87125,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,47,-7832.06,1601.15,4.1155,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,48,-7870.67,1592.22,2.56394,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,49,-7908.88,1561.9,-2.73442,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,50,-7932.15,1528.09,-0.895027,0,0,0,0,0,0,0,0,0,0,0,0), - (14471,51,-7946.88,1508.12,-6.62967,0,0,0,0,0,0,0,0,0,0,0,0), - (14488,6,-12472.3,-116.416,14.5594,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,5,-12484.2,-94.9346,18.6178,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,4,-12506.3,-100.315,15.0686,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,3,-12520.7,-121.901,13.8174,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,2,-12517.8,-151.992,12.5507,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,1,-12509.2,-169.358,11.9715,0,0,0,0,0,0,0,0,0,100,0,0), - (14508,1,-13187.1,319.775,33.2346,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,2,-13215.1,322.781,33.2446,0,1450802,0,0,0,0,0,0,0,0,0,0), - (14508,3,-13234.3,314.129,33.2076,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,4,-13248.8,299.046,33.2264,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,5,-13254.9,284.07,33.2425,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,6,-13255.6,264.58,33.245,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,7,-13247.6,243.589,33.2082,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,8,-13237.6,231.746,33.2374,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,9,-13233.3,231.889,33.2352,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,10,-13235.3,231.821,33.2323,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,11,-13234.5,239.465,33.3607,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,12,-13239.7,247.561,29.2974,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,13,-13244.5,256.393,22.6305,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,14,-13241.2,261.35,21.933,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,15,-13204.1,277.168,21.9821,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,16,-13219.2,275.451,21.9821,0,1450816,0,0,0,0,0,0,0,0,0,0), - (14508,17,-13240.6,268.921,21.933,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,18,-13240.6,268.921,21.933,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,19,-13244,261.878,21.933,0,1450819,0,0,0,0,0,0,0,0,0,0), - (14508,20,-13243.4,254.911,23.8869,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,21,-13239,245.371,29.2373,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,22,-13233.6,238.16,33.3501,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,23,-13237.5,232.776,33.2308,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,24,-13250,248.904,33.2329,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,25,-13255.2,264.038,33.2444,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,26,-13255.3,282.627,33.2429,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,27,-13248.9,298.446,33.2419,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,28,-13233.8,314.316,33.2081,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,29,-13216,322.76,33.2444,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,30,-13199.4,323.398,33.2425,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,31,-13188.3,320.076,33.2348,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,32,-13184.8,329.885,37.955,0,0,0,0,0,0,0,0,0,0,0,0), - (14508,33,-13184.5,332.671,40.3299,10500000,1450833,0,0,0,0,0,0,0,0,0,0), - (14850,1,-533.574,-2985,92.8914,0,0,0,0,0,0,0,0,0,0.544762,0,0), - (14850,2,-532.475,-2982.79,92.9373,8000,0,0,0,0,0,0,0,0,1.31524,0,0), - (14850,3,-535.363,-2986.68,92.8727,0,0,0,0,0,0,0,0,0,3.69735,0,0), - (14850,4,-542.795,-2987.18,92.979,5000,0,0,0,0,0,0,0,0,3.52828,0,0), - (14850,5,-539.589,-2979.67,93.1421,0,0,0,0,0,0,0,0,0,1.89151,0,0), - (14850,6,-540.857,-2972.26,93.2185,0,0,0,0,0,0,0,0,0,1.82397,0,0), - (14850,7,-542.509,-2968.74,91.6666,0,0,0,0,0,0,0,0,0,2.02817,0,0), - (14850,8,-556.492,-2958.45,91.8089,0,0,0,0,0,0,0,0,0,3.13165,0,0), - (14850,9,-560.314,-2959.11,91.6711,0,0,0,0,0,0,0,0,0,3.79061,0,0), - (14850,10,-563.527,-2961.73,91.6705,10000,0,0,0,0,0,0,0,0,3.97203,0,0), - (14850,11,-554.859,-2957.95,91.9882,0,0,0,0,0,0,0,0,0,6.10988,0,0), - (14850,12,-542.145,-2969.4,91.6672,0,0,0,0,0,0,0,0,0,5.08337,0,0), - (14850,13,-541.034,-2970.88,92.7831,0,0,0,0,0,0,0,0,0,5.09751,0,0), - (14850,14,-540.203,-2974.5,93.2449,0,0,0,0,0,0,0,0,0,4.88703,0,0), - (14850,15,-538.437,-2986.25,92.9349,0,0,0,0,0,0,0,0,0,5.35984,0,0), - (14850,16,-534.474,-2989.05,92.9337,11000,1485001,0,0,0,0,0,0,0,6.24497,0,0), - (14850,17,-537.863,-2989.07,92.9417,0,0,0,0,0,0,0,0,0,2.62114,0,0), - (14850,18,-541.218,-2972.43,93.2172,0,0,0,0,0,0,0,0,0,2.00617,0,0), - (14850,19,-542.574,-2969.56,91.6668,0,0,0,0,0,0,0,0,0,2.05958,0,0), - (14850,20,-555.277,-2959.6,91.8103,0,0,0,0,0,0,0,0,0,3.32643,0,0), - (14850,21,-557.443,-2961.87,91.6668,3000,0,0,0,0,0,0,0,0,4.01915,0,0), - (14850,22,-549.293,-2960.81,91.7707,0,0,0,0,0,0,0,0,0,5.48313,0,0), - (14850,23,-541.477,-2969.22,91.667,0,0,0,0,0,0,0,0,0,4.97576,0,0), - (14850,24,-540.882,-2970.61,92.726,0,0,0,0,0,0,0,0,0,5.10614,0,0), - (14850,25,-540.171,-2974.45,93.2474,0,0,0,0,0,0,0,0,0,4.64511,0,0), - (14850,26,-538.8,-2988.17,92.9165,0,0,0,0,0,0,0,0,0,6.27953,0,0), - (14850,27,-534.023,-2988.81,92.9258,12000,1485002,0,0,0,0,0,0,0,6.22469,0,0), - (14850,28,-535.851,-2988.2,92.9109,0,0,0,0,0,0,0,0,0,2.23408,0,0), - (14850,29,-537.077,-2984.78,92.9547,240000,1485003,0,0,0,0,0,0,0,2.08407,0,0), - (14857,9,-4.09707,-2636.68,91.9798,0,0,0,0,0,0,0,0,0,3.88053,0,0), - (14857,8,-0.125211,-2621.11,91.288,0,0,0,0,0,0,0,0,0,4.4955,0,0), - (14857,7,3.79072,-2621.66,89.8122,35000,1485703,0,0,0,0,0,0,0,0.018295,0,0), - (14857,6,-3.63306,-2621.64,92.1312,0,0,0,0,0,0,0,0,0,0.006514,0,0), - (14857,5,-9.08595,-2621.67,94.9584,0,0,0,0,0,0,0,0,0,0.104689,0,0), - (14857,4,-11.7613,-2621.95,95.72,0,0,0,0,0,0,0,0,0,0.001017,0,0), - (14857,3,-19.1492,-2619.64,97.2062,0,0,0,0,0,0,0,0,0,5.9402,0,0), - (14857,2,-25.8713,-2613.07,97.2377,10000,1485702,0,0,0,0,0,0,0,0.434565,0,0), - (14857,1,-29.4619,-2615.94,97.1569,2000,1485701,0,0,0,0,0,0,0,2.81206,0,0), - (14857,10,-9.7202,-2640.14,95.6607,0,0,0,0,0,0,0,0,0,3.69832,0,0), - (14857,11,-21.9055,-2647.23,95.8334,0,0,0,0,0,0,0,0,0,2.72835,0,0), - (14857,12,-29.9285,-2641.6,96.0804,0,0,0,0,0,0,0,0,0,2.42597,0,0), - (14857,13,-33.6012,-2638.69,96.4458,0,0,0,0,0,0,0,0,0,2.25083,0,0), - (14857,14,-33.7544,-2634.78,96.275,0,0,0,0,0,0,0,0,0,1.4403,0,0), - (14857,15,-31.7804,-2631.54,95.9905,0,0,0,0,0,0,0,0,0,0.610917,0,0), - (14857,16,-30.3169,-2631.18,95.9409,0,0,0,0,0,0,0,0,0,0.021083,0,0), - (14857,17,-29.1425,-2632.01,95.9483,11000,1485704,0,0,0,0,0,0,0,5.85468,0,0), - (14857,18,-32.0825,-2632.89,96.0727,0,0,0,0,0,0,0,0,0,3.654,0,0), - (14857,19,-32.9846,-2638.7,96.3846,0,0,0,0,0,0,0,0,0,4.78104,0,0), - (14857,20,-31.5213,-2644.06,96.1429,0,0,0,0,0,0,0,0,0,5.35438,0,0), - (14857,21,-24.4697,-2646.37,95.8326,0,0,0,0,0,0,0,0,0,6.02855,0,0), - (14857,22,-18.6414,-2646.82,95.8326,0,0,0,0,0,0,0,0,0,0.601453,0,0), - (14857,23,-9.77005,-2641.35,95.5894,0,0,0,0,0,0,0,0,0,0.554329,0,0), - (14857,24,-8.47826,-2640.57,95.2277,0,0,0,0,0,0,0,0,0,0.522913,0,0), - (14857,25,-3.89023,-2637.86,92.0007,0,0,0,0,0,0,0,0,0,0.467935,0,0), - (14857,26,4.77875,-2632.61,89.838,20000,1485705,0,0,0,0,0,0,0,0.48757,0,0), - (14857,27,4.56817,-2635.55,90.4474,0,0,0,0,0,0,0,0,0,5.1604,0,0), - (14857,28,10.7483,-2640.52,90.3865,0,0,0,0,0,0,0,0,0,5.61985,0,0), - (14857,29,34.7806,-2655.09,91.9127,0,0,0,0,0,0,0,0,0,5.74159,0,0), - (14857,30,53.317,-2671.72,91.6669,0,0,0,0,0,0,0,0,0,5.2193,0,0), - (14857,31,63.5888,-2689.05,92.9446,0,0,0,0,0,0,0,0,0,4.81483,0,0), - (14857,32,60.2265,-2698.29,92.0961,0,0,0,0,0,0,0,0,0,4.02158,0,0), - (14857,33,55.9701,-2699.55,91.9007,0,0,0,0,0,0,0,0,0,2.39266,0,0), - (14857,34,55.0459,-2698.41,91.9447,20000,1485706,0,0,0,0,0,0,0,2.02666,0,0), - (14857,35,45.8985,-2702.47,91.7002,0,0,0,0,0,0,0,0,0,3.10109,0,0), - (14857,36,31.0409,-2703.29,91.6676,0,0,0,0,0,0,0,0,0,2.65891,0,0), - (14857,37,23.5055,-2699.47,91.7346,0,0,0,0,0,0,0,0,0,2.2937,0,0), - (14857,38,10.4826,-2681.7,91.7507,0,0,0,0,0,0,0,0,0,2.18767,0,0), - (14857,49,-0.678281,-2668.66,91.9212,0,0,0,0,0,0,0,0,0,2.2937,0,0), - (14857,40,-8.81453,-2659.54,95.5593,0,0,0,0,0,0,0,0,0,2.31726,0,0), - (14857,41,-14.4874,-2643.52,95.8315,0,0,0,0,0,0,0,0,0,1.86173,0,0), - (14857,42,-17.0888,-2620.45,96.3303,0,0,0,0,0,0,0,0,0,2.72331,0,0), - (14857,43,-19.1079,-2619.6,97.1972,0,0,0,0,0,0,0,0,0,2.74138,0,0), - (14857,44,-29.4619,-2615.94,97.1569,0,0,0,0,0,0,0,0,0,2.81206,0,0), - (14857,45,-29.4619,-2615.94,97.1569,240000,1485707,0,0,0,0,0,0,0,2.81206,0,0), - (14873,1,270.076,-3036.6,97.6192,0,0,0,0,0,0,0,0,0,3.69769,0,0), - (14873,2,262.171,-3043.45,96.5053,21000,1487301,0,0,0,0,0,0,0,4.01577,0,0), - (14873,3,251.328,-3055.55,96.1454,0,0,0,0,0,0,0,0,0,4.326,0,0), - (14873,4,246.888,-3070.92,95.2793,0,0,0,0,0,0,0,0,0,4.4713,0,0), - (14873,5,242.449,-3081.3,91.82,0,0,0,0,0,0,0,0,0,4.18071,0,0), - (14873,6,232.826,-3106.67,93.3165,0,0,0,0,0,0,0,0,0,4.37706,0,0), - (14873,7,226.41,-3120.76,93.3475,0,0,0,0,0,0,0,0,0,4.37392,0,0), - (14873,8,213.921,-3151.01,91.2851,5000,1487302,0,0,0,0,0,0,0,1.33448,0,0), - (14873,9,221.681,-3147.9,91.374,5000,0,0,0,0,0,0,0,0,0.340951,0,0), - (14873,10,214.549,-3134.64,91.9876,0,0,0,0,0,0,0,0,0,2.04134,0,0), - (14873,11,210.931,-3139.95,91.6514,0,0,0,0,0,0,0,0,0,1.95494,0,0), - (14873,12,214.059,-3139.64,91.7,0,0,0,0,0,0,0,0,0,0.097475,0,0), - (14873,13,213.426,-3131.78,92.1297,10000,1487305,0,0,0,0,0,0,0,1.66434,0,0), - (14873,14,220.194,-3140.72,91.7517,0,0,0,0,0,0,0,0,0,5.37928,0,0), - (14873,15,225.395,-3139.1,92.0847,0,0,0,0,0,0,0,0,0,0.325237,0,0), - (14873,16,220.857,-3140.83,91.7662,0,0,0,0,0,0,0,0,0,3.5061,0,0), - (14873,17,218.769,-3132.79,92.4983,5000,0,0,0,0,0,0,0,0,1.78215,0,0), - (14873,18,226.814,-3137.56,92.169,10000,1487306,0,0,0,0,0,0,0,5.7327,0,0), - (14873,19,225.496,-3132.89,92.7818,0,0,0,0,0,0,0,0,0,1.84498,0,0), - (14873,20,213.603,-3148.39,91.4489,0,0,0,0,0,0,0,0,0,4.02839,0,0), - (14873,21,219.055,-3151.2,91.2139,5000,0,0,0,0,0,0,0,0,5.82302,0,0), - (14873,22,220.469,-3141.93,91.6344,0,0,0,0,0,0,0,0,0,1.40909,0,0), - (14873,23,214.852,-3148.32,91.4558,0,0,0,0,0,0,0,0,0,3.67889,0,0), - (14873,24,218.373,-3144.99,91.5714,10000,1487307,0,0,0,0,0,0,0,2.13165,0,0), - (14873,25,224.091,-3149.02,91.2304,0,0,0,0,0,0,0,0,0,5.66987,0,0), - (14873,26,224.591,-3145.02,91.4801,5000,0,0,0,0,0,0,0,0,1.33054,0,0), - (14873,27,219.022,-3147.38,91.4735,0,0,0,0,0,0,0,0,0,3.58071,0,0), - (14873,28,220.167,-3139.75,91.8958,4000,0,0,0,0,0,0,0,0,1.40516,0,0), - (14873,29,225.033,-3133.14,92.8028,10000,1487308,0,0,0,0,0,0,0,0.6551,0,0), - (14873,30,222.021,-3128.32,93.0422,0,0,0,0,0,0,0,0,0,2.13558,0,0), - (14873,31,228.338,-3126.35,92.9595,2000,0,0,0,0,0,0,0,0,0.337014,0,0), - (14873,32,229.495,-3129.22,92.6818,3000,0,0,0,0,0,0,0,0,5.09653,0,0), - (14873,33,232.12,-3128.11,92.5988,0,0,0,0,0,0,0,0,0,0.399846,0,0), - (14873,34,227.003,-3137.58,92.1461,3000,0,0,0,0,0,0,0,0,4.25615,0,0), - (14873,35,220.002,-3132.38,92.659,10000,1487309,0,0,0,0,0,0,0,1.85283,0,0), - (14873,36,225.874,-3102.36,93.6962,0,0,0,0,0,0,0,0,0,1.38159,0,0), - (14873,37,233.086,-3085.54,91.6788,0,0,0,0,0,0,0,0,0,1.15775,0,0), - (14873,38,235.152,-3069.81,91.8706,0,0,0,0,0,0,0,0,0,1.33447,0,0), - (14873,39,239.821,-3061.03,95.4022,0,0,0,0,0,0,0,0,0,1.05173,0,0), - (14873,40,256.123,-3047.91,96.2473,3000,1487303,0,0,0,0,0,0,0,0.652743,0,0), - (14873,41,267.05,-3039.04,96.9212,0,0,0,0,0,0,0,0,0,0.647245,0,0), - (14873,42,271.093,-3035.98,97.6501,0,0,0,0,0,0,0,0,0,0.647245,0,0), - (14873,43,278.975,-3029.68,97.3919,3000,1487302,0,0,0,0,0,0,0,0.670807,0,0), - (14873,44,280.125,-3029.01,97.3502,240000,1487304,0,0,0,0,0,0,0,3.76837,0,0), - (14908,1,1022.24,-2235.11,93.3114,0,0,0,0,0,0,0,0,0,5.05061,0,0), - (14908,2,1023.37,-2238.18,92.3744,0,0,0,0,0,0,0,0,0,4.90149,0,0), - (14908,3,1024.2,-2243.96,92.4697,0,0,0,0,0,0,0,0,0,3.93231,0,0), - (14908,4,1022.05,-2244.86,92.3385,0,0,0,0,0,0,0,0,0,2.76129,0,0), - (14908,5,1020.21,-2242.92,92.2321,8000,1490801,0,0,0,0,0,0,0,1.91148,0,0), - (14908,6,1034.19,-2250.56,92.8656,6000,1490802,0,0,0,0,0,0,0,5.87774,0,0), - (14908,7,1033.85,-2258.61,93.6338,0,0,0,0,0,0,0,0,0,5.1756,0,0), - (14908,8,1037.68,-2262.02,93.8145,0,0,0,0,0,0,0,0,0,5.09942,0,0), - (14908,9,1036.96,-2269.7,93.7554,0,0,0,0,0,0,0,0,0,5.31776,0,0), - (14908,10,1042,-2273.46,93.6932,5000,1490807,0,0,0,0,0,0,0,5.02795,0,0), - (14908,11,1042.7,-2275.52,93.5781,0,0,0,0,0,0,0,0,0,5.48191,0,0), - (14908,12,1046.52,-2274.46,93.6045,0,0,0,0,0,0,0,0,0,0.547255,0,0), - (14908,13,1050.26,-2270.44,93.4986,0,0,0,0,0,0,0,0,0,1.13238,0,0), - (14908,14,1049.74,-2266.86,93.3475,0,0,0,0,0,0,0,0,0,2.03244,0,0), - (14908,15,1048.05,-2263.53,93.2249,0,0,0,0,0,0,0,0,0,2.44321,0,0), - (14908,16,1041.05,-2258.77,93.4525,0,0,0,0,0,0,0,0,0,2.11884,0,0), - (14908,17,1039.14,-2253.68,92.9611,6000,1490808,0,0,0,0,0,0,0,1.47088,0,0), - (14908,18,1032.8,-2253.55,93.3633,0,0,0,0,0,0,0,0,0,3.61973,0,0), - (14908,19,1025.83,-2258.54,93.1641,0,0,0,0,0,0,0,0,0,4.15852,0,0), - (14908,20,1021.94,-2266.24,92.8306,0,0,0,0,0,0,0,0,0,4.82689,0,0), - (14908,21,1022.81,-2272.14,92.6617,0,0,0,0,0,0,0,0,0,5.2675,0,0), - (14908,22,1027.02,-2277.89,92.6709,0,0,0,0,0,0,0,0,0,5.70732,0,0), - (14908,23,1036.56,-2280.12,93.1197,0,0,0,0,0,0,0,0,0,0.098003,0,0), - (14908,24,1046.66,-2275.73,93.5356,0,0,0,0,0,0,0,0,0,0.818999,0,0), - (14908,25,1049.61,-2269.77,93.5509,0,0,0,0,0,0,0,0,0,1.45517,0,0), - (14908,26,1045.76,-2261.03,93.2522,0,0,0,0,0,0,0,0,0,2.53195,0,0), - (14908,27,1038.3,-2254.31,93.1039,6000,1490803,0,0,0,0,0,0,0,1.99003,0,0), - (14908,28,1028.89,-2245.04,92.4171,4000,1490804,0,0,0,0,0,0,0,2.05757,0,0), - (14908,29,1030.95,-2242.99,92.2635,0,0,0,0,0,0,0,0,0,0.737318,0,0), - (14908,30,1030.99,-2246.37,92.4892,0,0,0,0,0,0,0,0,0,4.6761,0,0), - (14908,31,1026.53,-2244.68,92.4175,5000,1490805,0,0,0,0,0,0,0,1.92092,0,0), - (14908,32,1023.99,-2246.93,92.4157,0,0,0,0,0,0,0,0,0,3.54591,0,0), - (14908,33,1022.48,-2246.02,92.3348,0,0,0,0,0,0,0,0,0,2.33482,0,0), - (14908,34,1020.94,-2242.87,92.2867,0,0,0,0,0,0,0,0,0,2.00574,0,0), - (14908,35,1022.75,-2244.53,92.3965,0,0,0,0,0,0,0,0,0,5.98614,0,0), - (14908,36,1024.25,-2241.75,92.4343,0,0,0,0,0,0,0,0,0,1.31302,0,0), - (14908,37,1023.63,-2237.15,92.3793,0,0,0,0,0,0,0,0,0,1.83138,0,0), - (14908,38,1019.27,-2227.94,93.2074,0,0,0,0,0,0,0,0,0,2.38116,0,0), - (14908,39,1014.19,-2225.35,93.0378,5000,1490809,0,0,0,0,0,0,0,2.84219,0,0), - (14908,40,1017.35,-2224.14,93.0691,180000,1490806,0,0,0,0,0,0,0,5.14341,0,0), - (15481,30,2623.38,-5977.86,100.642,0,0,0,0,0,0,0,0,0,3.86238,0,0), - (15481,29,2652.61,-6023.3,97.2364,0,0,0,0,0,0,0,0,0,4.28178,0,0), - (15481,28,2637.75,-6057.12,100.789,0,0,0,0,0,0,0,0,0,4.96744,0,0), - (15481,27,2650.16,-6101.06,99.105,0,0,0,0,0,0,0,0,0,4.99335,0,0), - (15481,26,2659.07,-6142.42,100.017,0,0,0,0,0,0,0,0,0,5.61225,0,0), - (15481,25,2699.18,-6169.74,97.2345,0,0,0,0,0,0,0,0,0,5.90834,0,0), - (15481,24,2748.81,-6216.27,102.323,0,0,0,0,0,0,0,0,0,5.52506,0,0), - (15481,23,2728.22,-6259.92,99.7664,0,0,0,0,0,0,0,0,0,1.50304,0,0), - (15481,22,2701.59,-6292.38,98.4016,0,0,0,0,0,0,0,0,0,1.01845,0,0), - (15481,21,2665.81,-6316.73,100.927,0,0,0,0,0,0,0,0,0,3.15866,0,0), - (15481,20,2639.08,-6319.14,93.82,0,0,0,0,0,0,0,0,0,3.16179,0,0), - (15481,19,2609.81,-6316.4,95.62,0,0,0,0,0,0,0,0,0,2.8822,0,0), - (15481,18,2593.02,-6298.9,103.16,0,0,0,0,0,0,0,0,0,2.55862,0,0), - (15481,17,2502.05,-6238.91,102.5,0,0,0,0,0,0,0,0,0,2.55862,0,0), - (15481,16,2484.14,-6233.41,101.99,0,0,0,0,0,0,0,0,0,3.24663,0,0), - (15481,15,2450.22,-6182.88,101.45,0,0,0,0,0,0,0,0,0,2.20912,0,0), - (15481,14,2411.61,-6157.76,101.92,0,0,0,0,0,0,0,0,0,3.54822,0,0), - (15481,13,2361.36,-6203.64,104.65,0,0,0,0,0,0,0,0,0,4.13334,0,0), - (15481,12,2336.04,-6248.55,106.4,0,0,0,0,0,0,0,0,0,4.62264,0,0), - (15481,11,2361.63,-6203.64,104.65,0,0,0,0,0,0,0,0,0,0.89043,0,0), - (15481,10,2406.65,-6164.8,100.57,0,0,0,0,0,0,0,0,0,0.92734,0,0), - (15481,9,2407.32,-6147.17,100.29,0,0,0,0,0,0,0,0,0,2.08345,0,0), - (15481,8,2352.5,-6106.48,110.44,0,0,0,0,0,0,0,0,0,2.66543,0,0), - (15481,7,2294.35,-6064.86,107.44,0,0,0,0,0,0,0,0,0,2.19419,0,0), - (15481,6,2352.5,-6106.48,110.44,0,0,0,0,0,0,0,0,0,2.66543,0,0), - (15481,5,2406.58,-6133.3,99.69,0,0,0,0,0,0,0,0,0,5.90284,0,0), - (15481,4,2439.64,-6126.91,105.12,0,0,0,0,0,0,0,0,0,0.38778,0,0), - (15481,3,2501.26,-6091.94,99.97,0,0,0,0,0,0,0,0,0,0.60926,0,0), - (15481,2,2535.65,-6010.9,99.62,0,0,0,0,0,0,0,0,0,1.07893,0,0), - (15481,1,2578.13,-5963.59,97.82,0,0,0,0,0,0,0,0,0,0.00136,0,0), - (15509,1,-8532.32,1697.61,-90.4501,0,0,0,0,0,0,0,0,0,1.58808,0,0), - (15509,2,-8535.5,1718.89,-91.3187,0,0,0,0,0,0,0,0,0,1.89281,0,0), - (15509,3,-8550.59,1738.63,-91.4988,0,0,0,0,0,0,0,0,0,2.44652,0,0), - (15509,4,-8574.31,1751.98,-91.2906,0,0,0,0,0,0,0,0,0,3.04185,0,0), - (15509,5,-8609.33,1747.88,-90.4756,0,0,0,0,0,0,0,0,0,3.58299,0,0), - (15509,6,-8574.31,1751.98,-91.2906,0,0,0,0,0,0,0,0,0,3.04185,0,0), - (15509,7,-8550.59,1738.63,-91.4988,0,0,0,0,0,0,0,0,0,2.44652,0,0), - (15509,8,-8535.5,1718.89,-91.3187,0,0,0,0,0,0,0,0,0,1.89281,0,0), - (15516,1,-8337.2,1596.45,-31.2387,0,0,0,0,0,0,0,0,0,0.923705,0,0), - (15516,2,-8263.57,1746.7,-14.9944,0,0,0,0,0,0,0,0,0,5.22764,0,0), - (15516,3,-8233.96,1643.88,-32.8831,0,0,0,0,0,0,0,0,0,3.42121,0,0), - (15516,4,-8338.47,1698.45,-20.2435,0,0,0,0,0,0,0,0,0,6.22508,0,0), - (15516,5,-8223.09,1710.64,-27.4231,0,0,0,0,0,0,0,0,0,3.04422,0,0), - (15541,1,-6381.83,522.263,6.33608,0,0,0,0,0,0,0,0,0,4.08546,0,0), - (15541,2,-6388.62,511.913,6.40844,0,1554101,0,0,0,0,0,0,0,4.11295,0,0), - (15541,3,-6396.02,501.126,5.96868,0,0,0,0,0,0,0,0,0,3.97158,0,0), - (15541,4,-6403.3,493.654,4.30304,0,0,0,0,0,0,0,0,0,3.94409,0,0), - (15541,5,-6408.62,486.992,2.68521,0,0,0,0,0,0,0,0,0,4.04619,0,0), - (15541,6,-6414.09,479.644,0.827286,0,0,0,0,0,0,0,0,0,4.28181,0,0), - (15541,7,-6415.84,474.03,-1.00684,0,0,0,0,0,0,0,0,0,4.43889,0,0), - (15541,8,-6418.49,464.595,0.523592,0,0,0,0,0,0,0,0,0,4.43889,0,0), - (15541,9,-6418.49,464.595,0.523592,0,0,0,0,0,0,0,0,0,4.44674,0,0), - (15541,10,-6425.01,441.027,2.01444,0,0,0,0,0,0,0,0,0,4.39962,0,0), - (15541,11,-6430.5,429.614,2.89218,0,0,0,0,0,0,0,0,0,4.00299,0,0), - (15541,12,-6434.42,425.346,3.12233,0,0,0,0,0,0,0,0,0,3.89696,0,0), - (15541,13,-6452.57,408.975,3.49116,0,0,0,0,0,0,0,0,0,3.93231,0,0), - (15541,14,-6469.84,391.597,2.38939,0,0,0,0,0,0,0,0,0,3.92053,0,0), - (15541,15,-6471.76,389.704,2.10586,0,0,0,0,0,0,0,0,0,3.73596,0,0), - (15541,16,-6471.76,389.704,2.10586,0,0,0,0,0,0,0,0,0,3.73596,0,0), - (15541,17,-6499.13,374.662,2.13876,0,0,0,0,0,0,0,0,0,3.4807,0,0), - (15541,18,-6501.03,373.994,2.01011,0,0,0,0,0,0,0,0,0,2.44005,0,0), - (15541,19,-6527.96,388.841,4.81061,0,0,0,0,0,0,0,0,0,3.46107,0,0), - (15541,20,-6530.47,388.01,4.49237,0,0,0,0,0,0,0,0,0,4.31322,0,0), - (15541,21,-6541.67,369.928,1.47049,0,0,0,0,0,0,0,0,0,3.79879,0,0), - (15541,22,-6544.27,367.978,1.26933,0,0,0,0,0,0,0,0,0,3.7281,0,0), - (15541,23,-6544.27,367.978,1.26933,0,0,0,0,0,0,0,0,0,3.7281,0,0), - (15541,24,-6568.99,350.006,3.62838,0,0,0,0,0,0,0,0,0,4.07368,0,0), - (15541,25,-6581.04,334.773,0.99317,0,0,0,0,0,0,0,0,0,3.93623,0,0), - (15541,26,-6581.04,334.773,0.99317,0,0,0,0,0,0,0,0,0,3.95979,0,0), - (15541,27,-6581.04,334.773,0.99317,0,0,0,0,0,0,0,0,0,3.95979,0,0), - (15541,28,-6604.63,310.711,3.49995,0,0,0,0,0,0,0,0,0,3.68883,0,0), - (15541,29,-6608.37,309.531,3.46286,0,0,0,0,0,0,0,0,0,3.35896,0,0), - (15541,30,-6623.45,305.414,3.13978,0,0,0,0,0,0,0,0,0,3.7281,0,0), - (15541,31,-6634.63,297.475,3.05937,0,0,0,0,0,0,0,0,0,3.91267,0,0), - (15541,32,-6640.44,291.236,2.59651,0,0,0,0,0,0,0,0,0,3.97943,0,0), - (15541,33,-6649.03,282.408,2.2899,0,0,0,0,0,0,0,0,0,3.84984,0,0), - (15541,34,-6660.82,271.363,4.43145,0,0,0,0,0,0,0,0,0,3.96372,0,0), - (15541,35,-6660.82,271.363,4.43145,0,0,0,0,0,0,0,0,0,3.96372,0,0), - (15541,36,-6677.3,253.233,3.84925,0,0,0,0,0,0,0,0,0,3.99121,0,0), - (15541,37,-6695.4,233.018,2.69341,0,0,0,0,0,0,0,0,0,3.80664,0,0), - (15541,38,-6708.32,223.081,2.06455,0,0,0,0,0,0,0,0,0,4.01085,0,0), - (15541,39,-6720.52,207.81,2.13145,0,0,0,0,0,0,0,0,0,4.13651,0,0), - (15541,40,-6728.84,193.182,3.85769,0,0,0,0,0,0,0,0,0,4.59204,0,0), - (15541,41,-6729.12,189.274,3.89565,0,0,0,0,0,0,0,0,0,4.55669,0,0), - (15541,42,-6733.38,165.157,2.50309,0,0,0,0,0,0,0,0,0,4.59204,0,0), - (15541,43,-6733.73,161.548,2.26791,0,0,0,0,0,0,0,0,0,4.72555,0,0), - (15541,44,-6733.41,137.063,4.09396,0,0,0,0,0,0,0,0,0,4.72555,0,0), - (15541,45,-6740.68,126.034,4.11355,0,0,0,0,0,0,0,0,0,3.91267,0,0), - (15541,46,-6752.78,121.21,2.5664,0,0,0,0,0,0,0,0,0,3.49641,0,0), - (15541,47,-6763.03,119.278,1.11022,0,0,0,0,0,0,0,0,0,3.44536,0,0), - (15541,48,-6770.36,116.385,0.736461,0,0,0,0,0,0,0,0,0,3.69668,0,0), - (15541,49,-6786.8,109.532,4.10522,0,0,0,0,0,0,0,0,0,3.1901,0,0), - (15541,50,-6786.8,109.532,4.10522,0,0,0,0,0,0,0,0,0,2.01986,0,0), - (15541,51,-6798.34,133.72,3.8605,0,0,0,0,0,0,0,0,0,2.01593,0,0), - (15541,52,-6803.13,143.68,3.29543,0,0,0,0,0,0,0,0,0,1.83136,0,0), - (15541,53,-6806.7,156.926,1.91714,0,0,0,0,0,0,0,0,0,1.93739,0,0), - (15541,54,-6809.22,162.987,1.34973,0,0,0,0,0,0,0,0,0,2.29082,0,0), - (15541,55,-6822.97,177.835,0.423451,0,0,0,0,0,0,0,0,0,2.41648,0,0), - (15541,56,-6830.98,184.459,1.24963,0,0,0,0,0,0,0,0,0,2.41256,0,0), - (15541,57,-6847.84,202.184,3.13678,0,0,0,0,0,0,0,0,0,2.31831,0,0), - (15541,58,-6853.92,213.165,2.3177,0,0,0,0,0,0,0,0,0,2.03164,0,0), - (15541,59,-6853.92,213.165,2.3177,0,0,0,0,0,0,0,0,0,2.03164,0,0), - (15541,60,-6862.69,230.697,0.189849,0,0,0,0,0,0,0,0,0,2.13374,0,0), - (15541,61,-6875.76,248.494,0.714978,0,0,0,0,0,0,0,0,0,2.35365,0,0), - (15541,62,-6886.87,260.405,3.01083,0,0,0,0,0,0,0,0,0,2.10625,0,0), - (15541,63,-6890.23,268.041,3.75853,0,0,0,0,0,0,0,0,0,1.66643,0,0), - (15541,64,-6891.84,282.321,3.93235,0,0,0,0,0,0,0,0,0,1.851,0,0), - (15541,65,-6898.99,305.754,3.84856,0,0,0,0,0,0,0,0,0,1.86671,0,0), - (15541,66,-6908.82,323.496,3.55015,0,0,0,0,0,0,0,0,0,2.41256,0,0), - (15541,67,-6908.82,323.496,3.55015,0,0,0,0,0,0,0,0,0,2.53429,0,0), - (15541,68,-6928.57,337.92,3.2281,0,0,0,0,0,0,0,0,0,2.47932,0,0), - (15541,69,-6937.24,345.285,4.01963,0,0,0,0,0,0,0,0,0,2.33794,0,0), - (15541,70,-6951.84,361.005,5.90094,0,0,0,0,0,0,0,0,0,2.23584,0,0), - (15541,71,-6964.7,382.142,5.41806,0,0,0,0,0,0,0,0,0,2.00022,0,0), - (15541,72,-6968.47,401.663,3.03619,0,0,0,0,0,0,0,0,0,1.55255,0,0), - (15541,73,-6968.47,401.663,3.03619,0,0,0,0,0,0,0,0,0,1.62716,0,0), - (15541,74,-6970.83,418.38,5.32879,0,0,0,0,0,0,0,0,0,2.012,0,0), - (15541,75,-6981.98,440.13,8.42832,0,0,0,0,0,0,0,0,0,1.97666,0,0), - (15541,76,-6983.44,444.071,8.45617,0,0,0,0,0,0,0,0,0,1.87063,0,0), - (15541,77,-6994.07,473.436,8.02054,0,0,0,0,0,0,0,0,0,2.41648,0,0), - (15541,78,-7006.97,484.434,5.74935,0,0,0,0,0,0,0,0,0,1.77638,0,0), - (15541,79,-7008.14,488.174,6.09104,0,0,0,0,0,0,0,0,0,1.87456,0,0), - (15541,80,-7010.18,493.008,8.48791,0,0,0,0,0,0,0,0,0,1.96881,0,0), - (15541,81,-7014.82,499.297,9.05018,0,0,0,0,0,0,0,0,0,2.45968,0,0), - (15541,82,-7024.9,503.993,8.78707,0,0,0,0,0,0,0,0,0,4.12472,0,0), - (15541,83,-7024.9,503.993,8.78707,0,0,0,0,0,0,0,0,0,4.19934,0,0), - (15541,84,-7035.93,484.679,9.25159,0,0,0,0,0,0,0,0,0,4.06975,0,0), - (15541,85,-7054.55,463.783,9.08453,0,0,0,0,0,0,0,0,0,3.25686,0,0), - (15541,86,-7059.05,460.609,8.44962,0,0,0,0,0,0,0,0,0,4.39569,0,0), - (15541,87,-7059.05,460.609,8.44962,0,0,0,0,0,0,0,0,0,4.39569,0,0), - (15541,88,-7066.06,434.783,8.65003,0,0,0,0,0,0,0,0,0,4.21112,0,0), - (15541,89,-7076.38,423.931,8.2561,0,0,0,0,0,0,0,0,0,3.85376,0,0), - (15541,90,-7083.91,418.745,7.81772,0,0,0,0,0,0,0,0,0,3.08407,0,0), - (15541,91,-7090.38,419.532,6.20053,0,0,0,0,0,0,0,0,0,2.91521,0,0), - (15541,92,-7094.1,423.171,6.0317,0,0,0,0,0,0,0,0,0,2.17694,0,0), - (15541,93,-7103.52,439.507,5.07884,0,0,0,0,0,0,0,0,0,1.92168,0,0), - (15541,94,-7106.42,449.528,5.01998,0,0,0,0,0,0,0,0,0,1.83922,0,0), - (15541,95,-7112.86,467.14,6.73329,0,0,0,0,0,0,0,0,0,2.08662,0,0), - (15541,96,-7112.86,467.14,6.73329,0,0,0,0,0,0,0,0,0,2.08662,0,0), - (15541,97,-7125.08,487.981,3.37296,0,0,0,0,0,0,0,0,0,2.14552,0,0), - (15541,98,-7125.08,487.981,3.37296,0,0,0,0,0,0,0,0,0,2.14552,0,0), - (15541,99,-7138.8,508.267,3.89067,0,0,0,0,0,0,0,0,0,2.19657,0,0), - (15541,100,-7138.8,508.267,3.89067,0,0,0,0,0,0,0,0,0,2.19657,0,0), - (15541,101,-7138.8,508.267,3.89067,0,0,0,0,0,0,0,0,0,2.19657,0,0), - (15541,102,-7152.07,526.486,7.64068,0,0,0,0,0,0,0,0,0,2.3026,0,0), - (15541,103,-7152.07,526.486,7.64068,0,0,0,0,0,0,0,0,0,2.3026,0,0), - (15541,104,-7169.3,543.895,4.61447,0,0,0,0,0,0,0,0,0,2.38114,0,0), - (15541,105,-7169.3,543.895,4.61447,0,0,0,0,0,0,0,0,0,2.38114,0,0), - (15541,106,-7195.62,568.831,4.7267,0,0,0,0,0,0,0,0,0,2.49895,0,0), - (15541,107,-7204.96,574.829,3.99974,0,0,0,0,0,0,0,0,0,2.78169,0,0), - (15541,108,-7215.56,577.951,2.85007,0,0,0,0,0,0,0,0,0,3.04087,0,0), - (15541,109,-7215.56,577.951,2.85007,0,0,0,0,0,0,0,0,0,3.04087,0,0), - (15541,110,-7215.56,577.951,2.85007,0,0,0,0,0,0,0,0,0,3.04087,0,0), - (15541,111,-7250.56,582.17,4.64078,0,0,0,0,0,0,0,0,0,2.87201,0,0), - (15541,112,-7263.12,585.77,3.49723,0,0,0,0,0,0,0,0,0,2.96234,0,0), - (15541,113,-7263.12,585.77,3.49723,0,0,0,0,0,0,0,0,0,2.96234,0,0), - (15541,114,-7291.6,592.721,0.04386,0,0,0,0,0,0,0,0,0,2.68745,0,0), - (15541,115,-7296.71,595.531,0.542263,0,0,0,0,0,0,0,0,0,2.58142,0,0), - (15541,116,-7296.71,595.531,0.542263,0,0,0,0,0,0,0,0,0,2.58142,0,0), - (15541,117,-7321.67,613.23,1.97044,0,0,0,0,0,0,0,0,0,2.67174,0,0), - (15541,118,-7323.46,614.139,1.88293,0,0,0,0,0,0,0,0,0,1.96488,0,0), - (15541,119,-7323.46,614.139,1.88293,0,0,0,0,0,0,0,0,0,1.96488,0,0), - (15541,120,-7335.5,645.596,-0.95606,0,0,0,0,0,0,0,0,0,1.5604,0,0), - (15541,121,-7335.5,645.596,-0.95606,0,0,0,0,0,0,0,0,0,1.5604,0,0), - (15541,122,-7335.02,670.041,2.23719,0,0,0,0,0,0,0,0,0,1.62323,0,0), - (15541,123,-7335.76,680.791,2.78817,0,0,0,0,0,0,0,0,0,1.76068,0,0), - (15541,124,-7339.75,697.307,2.04653,0,0,0,0,0,0,0,0,0,1.8667,0,0), - (15541,125,-7340.77,700.481,1.524,0,0,0,0,0,0,0,0,0,1.98844,0,0), - (15541,126,-7340.77,700.481,1.524,0,0,0,0,0,0,0,0,0,1.98844,0,0), - (15541,127,-7349.28,720.233,1.48185,0,0,0,0,0,0,0,0,0,1.87849,0,0), - (15541,128,-7355.21,742.987,4.43733,0,0,0,0,0,0,0,0,0,1.72533,0,0), - (15541,129,-7355.21,742.987,4.43733,0,0,0,0,0,0,0,0,0,1.72533,0,0), - (15541,130,-7358.45,767.271,3.88032,0,0,0,0,0,0,0,0,0,1.69784,0,0), - (15541,131,-7359.12,772.767,3.10525,0,0,0,0,0,0,0,0,0,1.62323,0,0), - (15541,132,-7359.12,772.767,3.10525,0,0,0,0,0,0,0,0,0,1.62323,0,0), - (15541,133,-7360.41,797.233,2.03258,0,0,0,0,0,0,0,0,0,1.62716,0,0), - (15541,134,-7360.41,797.233,2.03258,0,0,0,0,0,0,0,0,0,1.62716,0,0), - (15541,135,-7364.25,832.479,6.24249,0,0,0,0,0,0,0,0,0,1.32871,0,0), - (15541,136,-7364.25,832.479,6.24249,0,0,0,0,0,0,0,0,0,1.32871,0,0), - (15541,137,-7359.69,852.841,5.61188,0,0,0,0,0,0,0,0,0,1.48579,0,0), - (15541,138,-7359.75,868.507,4.5219,0,0,0,0,0,0,0,0,0,1.78424,0,0), - (15541,139,-7364.21,879.221,3.08032,0,0,0,0,0,0,0,0,0,2.38114,0,0), - (15541,140,-7369.78,884.806,2.19951,0,0,0,0,0,0,0,0,0,2.25155,0,0), - (15541,141,-7379.47,897.887,1.88811,0,0,0,0,0,0,0,0,0,2.13767,0,0), - (15541,142,-7385.87,909.284,1.4183,0,0,0,0,0,0,0,0,0,2.01986,0,0), - (15541,143,-7385.87,909.284,1.4183,0,0,0,0,0,0,0,0,0,1.92561,0,0), - (15541,144,-7385.87,909.284,1.4183,0,0,0,0,0,0,0,0,0,1.92561,0,0), - (15541,145,-7394.29,932.24,3.78666,0,0,0,0,0,0,0,0,0,1.92168,0,0), - (15541,146,-7401.88,952.018,4.22339,0,0,0,0,0,0,0,0,0,2.03949,0,0), - (15541,147,-7408.17,962.726,3.8838,0,0,0,0,0,0,0,0,0,2.26333,0,0), - (15541,148,-7419.52,973.376,3.74543,0,0,0,0,0,0,0,0,0,2.58927,0,0), - (15541,149,-7419.52,973.376,3.74543,0,0,0,0,0,0,0,0,0,2.58927,0,0), - (15541,150,-7440.39,985.459,3.41013,0,0,0,0,0,0,0,0,0,2.70708,0,0), - (15541,151,-7463.75,996.742,3.0073,0,0,0,0,0,0,0,0,0,2.55393,0,0), - (15541,152,-7463.75,996.742,3.0073,0,0,0,0,0,0,0,0,0,2.55393,0,0), - (15541,153,-7482.49,1008.83,1.90533,0,0,0,0,0,0,0,0,0,2.82096,0,0), - (15541,154,-7500.16,1012.46,2.21159,0,0,0,0,0,0,0,0,0,3.20188,0,0), - (15541,155,-7507.99,1011.99,2.44511,0,0,0,0,0,0,0,0,0,3.58673,0,0), - (15541,156,-7529.33,1002.12,1.56887,0,0,0,0,0,0,0,0,0,3.41001,0,0), - (15541,157,-7542.13,999.824,2.58838,0,0,0,0,0,0,0,0,0,3.20188,0,0), - (15541,158,-7562.8,1001.46,2.63714,0,0,0,0,0,0,0,0,0,2.91521,0,0), - (15541,159,-7562.8,1001.46,2.63714,0,0,0,0,0,0,0,0,0,2.61676,0,0), - (15541,160,-7562.8,1001.46,2.63714,0,0,0,0,0,0,0,0,0,2.61676,0,0), - (15541,161,-7591.28,1015.61,3.19717,0,0,0,0,0,0,0,0,0,2.99375,0,0), - (15541,162,-7591.28,1015.61,3.19717,0,0,0,0,0,0,0,0,0,2.32224,0,0), - (15541,163,-7607.47,1031.64,5.29972,0,0,0,0,0,0,0,0,0,2.57749,0,0), - (15541,164,-7614.83,1035.81,4.79784,0,0,0,0,0,0,0,0,0,2.8406,0,0), - (15541,165,-7624.34,1038.39,4.65626,0,0,0,0,0,0,0,0,0,2.8838,0,0), - (15541,166,-7643.9,1043.74,4.92598,0,0,0,0,0,0,0,0,0,2.77777,0,0), - (15541,167,-7661.32,1052.34,4.82357,0,0,0,0,0,0,0,0,0,2.53037,0,0), - (15541,168,-7661.32,1052.34,4.82357,0,0,0,0,0,0,0,0,0,2.33402,0,0), - (15541,169,-7678.65,1069.65,3.93121,0,0,0,0,0,0,0,0,0,2.40863,0,0), - (15541,170,-7691.84,1080.81,3.53004,0,0,0,0,0,0,0,0,0,2.51859,0,0), - (15541,171,-7696.62,1084.24,3.41852,0,0,0,0,0,0,0,0,0,2.48717,0,0), - (15541,172,-7708.09,1093.96,2.98749,0,0,0,0,0,0,0,0,0,2.36151,0,0), - (15541,173,-7718.06,1105.22,2.59431,0,0,0,0,0,0,0,0,0,2.2594,0,0), - (15541,174,-7733.52,1124.22,1.73916,0,0,0,0,0,0,0,0,0,2.23977,0,0), - (15541,175,-7741.22,1134.37,1.33201,0,0,0,0,0,0,0,0,0,2.05127,0,0), - (15541,176,-7751.82,1156.45,0.576632,0,0,0,0,0,0,0,0,0,2.00808,0,0), - (15541,177,-7762.49,1178.51,-0.154873,0,0,0,0,0,0,0,0,0,2.02771,0,0), - (15541,178,-7762.49,1178.51,-0.154873,0,0,0,0,0,0,0,0,0,2.02771,0,0), - (15541,179,-7773.03,1200.62,-1.26206,0,0,0,0,0,0,0,0,0,2.00808,0,0), - (15541,180,-7783.37,1222.83,-3.7369,0,0,0,0,0,0,0,0,0,2.00022,0,0), - (15541,181,-7793.09,1245.32,-6.71451,0,0,0,0,0,0,0,0,0,1.98451,0,0), - (15541,182,-7800.12,1259.61,-9.0872,0,0,0,0,0,0,0,0,0,2.09447,0,0), - (15541,183,-7806.61,1270.22,-10.4451,0,0,0,0,0,0,0,0,0,1.48971,0,0), - (15541,184,-7802.96,1289.36,-8.34551,0,0,0,0,0,0,0,0,0,1.26195,0,0), - (15541,185,-7802.96,1289.36,-8.34551,0,0,0,0,0,0,0,0,0,1.26195,0,0), - (15541,186,-7795.69,1314.38,-5.09394,0,0,0,0,0,0,0,0,0,2.36151,0,0), - (15541,187,-7810.15,1326.26,-7.40606,0,0,0,0,0,0,0,0,0,2.9859,0,0), - (15541,188,-7822.73,1319.24,-10.681,0,0,0,0,0,0,0,0,0,4.29751,0,0), - (15541,189,-7826.93,1308.33,-10.038,0,0,0,0,0,0,0,0,0,4.40354,0,0), - (15541,190,-7828.93,1298.77,-9.55642,0,0,0,0,0,0,0,0,0,4.74519,0,0), - (15541,191,-7826.23,1286.24,-11.5585,0,0,0,0,0,0,0,0,0,5.23606,0,0), - (15541,192,-7826.23,1286.24,-11.5585,0,0,0,0,0,0,0,0,0,5.42063,0,0), - (15541,193,-7826.23,1286.24,-11.5585,0,0,0,0,0,0,0,0,0,5.42063,0,0), - (15541,194,-7803.98,1261.54,-9.61223,0,0,0,0,0,0,0,0,0,5.33816,0,0), - (15541,195,-7798.21,1252.14,-7.91404,0,0,0,0,0,0,0,0,0,5.23606,0,0), - (15541,196,-7786.57,1230.64,-4.86232,0,0,0,0,0,0,0,0,0,5.15752,0,0), - (15541,197,-7776.76,1208.36,-1.91932,0,0,0,0,0,0,0,0,0,5.10254,0,0), - (15541,198,-7776.76,1208.36,-1.91932,0,0,0,0,0,0,0,0,0,5.10254,0,0), - (15541,199,-7767.4,1185.77,-0.426412,0,0,0,0,0,0,0,0,0,5.1261,0,0), - (15541,200,-7751.14,1153.63,0.568985,0,0,0,0,0,0,0,0,0,5.29889,0,0), - (15541,201,-7742.45,1142.21,0.981252,0,0,0,0,0,0,0,0,0,5.40492,0,0), - (15541,202,-7726.66,1123.48,1.76707,0,0,0,0,0,0,0,0,0,5.42848,0,0), - (15541,203,-7726.66,1123.48,1.76707,0,0,0,0,0,0,0,0,0,5.42848,0,0), - (15541,204,-7710.6,1105.02,2.66458,0,0,0,0,0,0,0,0,0,5.43241,0,0), - (15541,205,-7694.26,1086.76,3.33483,0,0,0,0,0,0,0,0,0,5.45204,0,0), - (15541,206,-7677.74,1068.78,3.94982,0,0,0,0,0,0,0,0,0,5.48346,0,0), - (15541,207,-7659.43,1052.14,4.91582,0,0,0,0,0,0,0,0,0,5.75049,0,0), - (15541,208,-7649.08,1046.71,4.95878,0,0,0,0,0,0,0,0,0,6.04109,0,0), - (15541,209,-7649.08,1046.71,4.95878,0,0,0,0,0,0,0,0,0,6.04109,0,0), - (15541,210,-7625.01,1042.15,4.46894,0,0,0,0,0,0,0,0,0,6.10392,0,0), - (15541,211,-7603.3,1040.11,4.48228,0,0,0,0,0,0,0,0,0,0.005301,0,0), - (15541,212,-7579.12,1039.98,3.99961,0,0,0,0,0,0,0,0,0,6.17853,0,0), - (15541,213,-7579.12,1039.98,3.99961,0,0,0,0,0,0,0,0,0,6.17853,0,0), - (15541,214,-7554.95,1036.01,3.35316,0,0,0,0,0,0,0,0,0,6.09999,0,0), - (15541,215,-7530.86,1031.55,2.74821,0,0,0,0,0,0,0,0,0,6.09999,0,0), - (15541,216,-7518.82,1029.07,2.71235,0,0,0,0,0,0,0,0,0,5.98218,0,0), - (15541,217,-7518.82,1029.07,2.71235,0,0,0,0,0,0,0,0,0,5.98218,0,0), - (15541,218,-7489.37,1018.31,1.95638,0,0,0,0,0,0,0,0,0,6.01753,0,0), - (15541,219,-7462.4,1006.38,2.20385,0,0,0,0,0,0,0,0,0,5.53843,0,0), - (15541,220,-7455.77,998.396,2.89252,0,0,0,0,0,0,0,0,0,5.03578,0,0), - (15541,221,-7455.77,998.396,2.89252,0,0,0,0,0,0,0,0,0,5.03578,0,0), - (15541,222,-7448.96,974.863,4.33075,0,0,0,0,0,0,0,0,0,4.98473,0,0), - (15541,223,-7441.17,948.264,1.65803,0,0,0,0,0,0,0,0,0,5.20857,0,0), - (15541,224,-7441.17,948.264,1.65803,0,0,0,0,0,0,0,0,0,5.20857,0,0), - (15541,225,-7428.39,927.429,3.78599,0,0,0,0,0,0,0,0,0,5.29496,0,0), - (15541,226,-7423.08,919.427,3.25806,0,0,0,0,0,0,0,0,0,5.55414,0,0), - (15541,227,-7415.13,912.745,2.17476,0,0,0,0,0,0,0,0,0,5.75834,0,0), - (15541,228,-7415.13,912.745,2.17476,0,0,0,0,0,0,0,0,0,5.75834,0,0), - (15541,229,-7393.35,901.621,1.19573,0,0,0,0,0,0,0,0,0,5.76227,0,0), - (15541,230,-7377.8,892.678,1.60292,0,0,0,0,0,0,0,0,0,5.65232,0,0), - (15541,231,-7368.15,885.076,2.38997,0,0,0,0,0,0,0,0,0,5.50309,0,0), - (15541,232,-7356.76,872.538,4.52426,0,0,0,0,0,0,0,0,0,5.3735,0,0), - (15541,233,-7349.03,859.142,5.9086,0,0,0,0,0,0,0,0,0,4.78053,0,0), - (15541,234,-7349.03,859.142,5.9086,0,0,0,0,0,0,0,0,0,4.78053,0,0), - (15541,235,-7347.9,834.669,5.75347,0,0,0,0,0,0,0,0,0,4.75696,0,0), - (15541,236,-7347.27,820.669,4.12543,0,0,0,0,0,0,0,0,0,4.59596,0,0), - (15541,237,-7345.37,799.572,0.922967,0,0,0,0,0,0,0,0,0,5.23213,0,0), - (15541,238,-7341.02,793.882,2.23596,0,0,0,0,0,0,0,0,0,5.61305,0,0), - (15541,239,-7328.22,783.823,3.96613,0,0,0,0,0,0,0,0,0,5.47953,0,0), - (15541,240,-7318.78,766.824,5.08772,0,0,0,0,0,0,0,0,0,5.09861,0,0), - (15541,241,-7312.81,748.878,5.60424,0,0,0,0,0,0,0,0,0,4.99651,0,0), - (15541,242,-7308.44,735.218,4.81518,0,0,0,0,0,0,0,0,0,5.18108,0,0), - (15541,243,-7308.44,735.218,4.81518,0,0,0,0,0,0,0,0,0,5.18893,0,0), - (15541,244,-7297.61,713.247,1.50116,0,0,0,0,0,0,0,0,0,5.16537,0,0), - (15541,245,-7292.83,704.299,2.73024,0,0,0,0,0,0,0,0,0,5.44812,0,0), - (15541,246,-7292.83,704.299,2.73024,0,0,0,0,0,0,0,0,0,5.57771,0,0), - (15541,247,-7292.83,704.299,2.73024,0,0,0,0,0,0,0,0,0,5.57771,0,0), - (15541,248,-7273.99,688.644,6.33373,0,0,0,0,0,0,0,0,0,5.60912,0,0), - (15541,249,-7262.51,679.462,8.53285,0,0,0,0,0,0,0,0,0,5.55807,0,0), - (15541,250,-7262.51,679.462,8.53285,0,0,0,0,0,0,0,0,0,5.55807,0,0), - (15541,251,-7240.23,661.377,9.91954,0,0,0,0,0,0,0,0,0,5.56985,0,0), - (15541,252,-7232.97,654.869,8.79697,0,0,0,0,0,0,0,0,0,5.44812,0,0), - (15541,253,-7220.35,638.217,5.59505,0,0,0,0,0,0,0,0,0,5.27926,0,0), - (15541,254,-7218.06,632.807,4.35276,0,0,0,0,0,0,0,0,0,5.05935,0,0), - (15541,255,-7218.06,632.807,4.35276,0,0,0,0,0,0,0,0,0,5.05935,0,0), - (15541,256,-7209.08,610.059,3.65591,0,0,0,0,0,0,0,0,0,5.10254,0,0), - (15541,257,-7209.08,610.059,3.65591,0,0,0,0,0,0,0,0,0,5.10254,0,0), - (15541,258,-7199.58,587.481,4.66785,0,0,0,0,0,0,0,0,0,5.14574,0,0), - (15541,259,-7187.62,565.051,5.23083,0,0,0,0,0,0,0,0,0,5.40492,0,0), - (15541,260,-7187.62,565.051,5.23083,0,0,0,0,0,0,0,0,0,5.46775,0,0), - (15541,261,-7168.85,548.013,4.94201,0,0,0,0,0,0,0,0,0,5.73479,0,0), - (15541,262,-7164.35,545.33,4.51328,0,0,0,0,0,0,0,0,0,5.75049,0,0), - (15541,263,-7164.35,545.33,4.51328,0,0,0,0,0,0,0,0,0,5.84081,0,0), - (15541,264,-7149.8,539.532,5.34474,0,0,0,0,0,0,0,0,0,6.08821,0,0), - (15541,265,-7141.45,538.382,6.5345,0,0,0,0,0,0,0,0,0,6.19031,0,0), - (15541,266,-7124.94,539.611,8.79837,0,0,0,0,0,0,0,0,0,0.594349,0,0), - (15541,267,-7124.94,539.611,8.79837,0,0,0,0,0,0,0,0,0,0.594349,0,0), - (15541,268,-7096.07,559.827,9.06105,0,0,0,0,0,0,0,0,0,0.519737,0,0), - (15541,269,-7074.14,570.737,9.21615,0,0,0,0,0,0,0,0,0,0.452978,0,0), - (15541,270,-7055.48,579.401,8.91715,0,0,0,0,0,0,0,0,0,0.339095,0,0), - (15541,271,-7033.3,581.961,7.69663,0,0,0,0,0,0,0,0,0,5.8251,0,0), - (15541,272,-7027.81,578.488,7.82374,0,0,0,0,0,0,0,0,0,5.61305,0,0), - (15541,273,-7003.35,560.111,10.0738,0,0,0,0,0,0,0,0,0,5.77012,0,0), - (15541,274,-6994.12,555.279,10.789,0,0,0,0,0,0,0,0,0,5.89971,0,0), - (15541,275,-6971.16,545.977,12.5531,0,0,0,0,0,0,0,0,0,5.71907,0,0), - (15541,276,-6963.99,539.302,11.223,0,0,0,0,0,0,0,0,0,5.44811,0,0), - (15541,277,-6963.99,539.302,11.223,0,0,0,0,0,0,0,0,0,5.44811,0,0), - (15541,278,-6951.38,523.417,7.45497,0,0,0,0,0,0,0,0,0,0.064206,0,0), - (15541,279,-6932.52,525.206,6.87967,0,0,0,0,0,0,0,0,0,0.405854,0,0), - (15541,280,-6910.77,536.454,5.98403,0,0,0,0,0,0,0,0,0,0.441197,0,0), - (15541,281,-6890.04,545.287,4.17121,0,0,0,0,0,0,0,0,0,0.339095,0,0), - (15541,282,-6866.77,552.948,1.73102,0,0,0,0,0,0,0,0,0,0.315533,0,0), - (15541,283,-6849.96,556.929,-0.124853,0,0,0,0,0,0,0,0,0,0.107403,0,0), - (15541,284,-6828.53,556.161,-1.31591,0,0,0,0,0,0,0,0,0,5.96647,0,0), - (15541,285,-6811.72,549.231,-0.449676,0,0,0,0,0,0,0,0,0,5.52665,0,0), - (15541,286,-6805.68,540.093,-0.889439,0,0,0,0,0,0,0,0,0,5.07112,0,0), - (15541,287,-6797.24,517.093,-0.001643,0,0,0,0,0,0,0,0,0,5.06327,0,0), - (15541,288,-6789.19,494.001,3.80897,0,0,0,0,0,0,0,0,0,5.00044,0,0), - (15541,289,-6789.19,494.001,3.80897,0,0,0,0,0,0,0,0,0,5.00044,0,0), - (15541,290,-6782.8,470.402,6.88729,0,0,0,0,0,0,0,0,0,4.9651,0,0), - (15541,291,-6777.81,448.479,8.23635,0,0,0,0,0,0,0,0,0,4.863,0,0), - (15541,292,-6777.81,448.479,8.23635,0,0,0,0,0,0,0,0,0,4.863,0,0), - (15541,293,-6775.02,424.207,10.8402,0,0,0,0,0,0,0,0,0,4.8198,0,0), - (15541,294,-6772.4,399.848,12.9945,0,0,0,0,0,0,0,0,0,4.8198,0,0), - (15541,295,-6771.25,375.415,13.9048,0,0,0,0,0,0,0,0,0,4.75697,0,0), - (15541,296,-6770.56,353.532,12.4543,0,0,0,0,0,0,0,0,0,4.65094,0,0), - (15541,297,-6772.69,329.132,8.25087,0,0,0,0,0,0,0,0,0,4.5724,0,0), - (15541,298,-6772.69,329.132,8.25087,0,0,0,0,0,0,0,0,0,4.5724,0,0), - (15541,299,-6776.96,305.008,5.71315,0,0,0,0,0,0,0,0,0,4.52528,0,0), - (15541,300,-6780.88,278.513,4.82217,0,0,0,0,0,0,0,0,0,5.27533,0,0), - (15541,301,-6774.67,270.074,3.44356,0,0,0,0,0,0,0,0,0,5.36172,0,0), - (15541,302,-6774.67,270.074,3.44356,0,0,0,0,0,0,0,0,0,5.36172,0,0), - (15541,303,-6761.04,254.448,2.76589,0,0,0,0,0,0,0,0,0,5.46775,0,0), - (15541,304,-6746.12,240.139,3.58501,0,0,0,0,0,0,0,0,0,5.82511,0,0), - (15541,305,-6743.11,238.827,3.47093,0,0,0,0,0,0,0,0,0,5.94684,0,0), - (15541,306,-6723.7,233.256,0.354174,0,0,0,0,0,0,0,0,0,6.19817,0,0), - (15541,307,-6707.6,234.206,2.14407,0,0,0,0,0,0,0,0,0,0.401932,0,0), - (15541,308,-6690.34,243.172,3.02167,0,0,0,0,0,0,0,0,0,0.759288,0,0), - (15541,309,-6690.34,243.172,3.02167,0,0,0,0,0,0,0,0,0,0.759288,0,0), - (15541,310,-6673.31,260.704,3.89955,0,0,0,0,0,0,0,0,0,0.841755,0,0), - (15541,311,-6657.19,279.159,3.90556,0,0,0,0,0,0,0,0,0,0.86139,0,0), - (15541,312,-6657.19,279.159,3.90556,0,0,0,0,0,0,0,0,0,0.86139,0,0), - (15541,313,-6637.75,301.124,3.42846,0,0,0,0,0,0,0,0,0,0.61399,0,0), - (15541,314,-6616.3,313.404,3.37217,0,0,0,0,0,0,0,0,0,0.276268,0,0), - (15541,315,-6610.57,314.709,3.38045,0,0,0,0,0,0,0,0,0,0.17024,0,0), - (15541,316,-6588.86,319.15,2.14188,0,0,0,0,0,0,0,0,0,0.908514,0,0), - (15541,317,-6583.84,326.755,-0.328794,0,0,0,0,0,0,0,0,0,0.987054,0,0), - (15541,318,-6583.84,326.755,-0.328794,0,0,0,0,0,0,0,0,0,0.987054,0,0), - (15541,319,-6583.84,326.755,-0.328794,0,0,0,0,0,0,0,0,0,0.987054,0,0), - (15541,320,-6564.96,355.03,3.12191,0,0,0,0,0,0,0,0,0,0.806412,0,0), - (15541,321,-6564.96,355.03,3.12191,0,0,0,0,0,0,0,0,0,0.806412,0,0), - (15541,322,-6564.96,355.03,3.12191,0,0,0,0,0,0,0,0,0,0.806412,0,0), - (15541,323,-6546.82,371.491,0.773827,0,0,0,0,0,0,0,0,0,0.739654,0,0), - (15541,324,-6538.95,379.691,2.40596,0,0,0,0,0,0,0,0,0,0.849609,0,0), - (15541,325,-6538.95,379.691,2.40596,0,0,0,0,0,0,0,0,0,0.849609,0,0), - (15541,326,-6522.84,398.149,5.48816,0,0,0,0,0,0,0,0,0,0.853536,0,0), - (15541,327,-6511.4,411.906,5.84552,0,0,0,0,0,0,0,0,0,0.9792,0,0), - (15541,328,-6494.62,442.794,5.71744,0,0,0,0,0,0,0,0,0,1.24624,0,0), - (15541,329,-6494.62,442.794,5.71744,0,0,0,0,0,0,0,0,0,0.723946,0,0), - (15541,330,-6480.24,455.155,4.56112,0,0,0,0,0,0,0,0,0,0.621844,0,0), - (15541,331,-6467.78,463.666,3.73075,0,0,0,0,0,0,0,0,0,0.578647,0,0), - (15541,332,-6463.69,466.871,2.66855,0,0,0,0,0,0,0,0,0,0.665041,0,0), - (15541,333,-6459.07,469.336,0.357515,0,0,0,0,0,0,0,0,0,0.488326,0,0), - (15541,334,-6452.34,473.297,1.23904,0,0,0,0,0,0,0,0,0,0.578647,0,0), - (15541,335,-6447.84,477.083,2.19392,0,0,0,0,0,0,0,0,0,0.723946,0,0), - (15541,336,-6441.07,484.1,3.19477,0,0,0,0,0,0,0,0,0,0.806412,0,0), - (15541,337,-6441.07,484.1,3.19477,0,0,0,0,0,0,0,0,0,0.743581,0,0), - (15541,338,-6422.88,500.376,4.78336,0,0,0,0,0,0,0,0,0,0.727873,0,0), - (15541,339,-6411.08,510.095,5.67832,0,0,0,0,0,0,0,0,0,0.621844,0,0), - (15541,340,-6390.46,523.301,6.31597,0,0,0,0,0,0,0,0,0,0.559012,0,0), - (15541,341,-6390.46,523.301,6.31597,0,0,0,0,0,0,0,0,0,0.559012,0,0), - (15541,342,-6370.45,536.218,6.39885,0,0,0,0,0,0,0,0,0,0.05243,0,0), - (15544,1,-8549.55,2161.72,-3.6664,0,0,0,0,0,0,0,0,0,4.46724,0,0), - (15544,2,-8558.18,2154.86,-5.82032,0,0,0,0,0,0,0,0,0,3.83499,0,0), - (15544,3,-8571.58,2153.97,-7.28693,0,0,0,0,0,0,0,0,0,3.12029,0,0), - (15544,4,-8589.82,2156.38,-7.04311,0,0,0,0,0,0,0,0,0,2.63727,0,0), - (15544,5,-8599.43,2164.46,-3.94408,0,0,0,0,0,0,0,0,0,2.4527,0,0), - (15544,6,-8589.82,2156.38,-7.04311,0,0,0,0,0,0,0,0,0,2.63727,0,0), - (15544,7,-8571.58,2153.97,-7.28693,0,0,0,0,0,0,0,0,0,3.12029,0,0), - (15544,8,-8558.18,2154.86,-5.82032,0,0,0,0,0,0,0,0,0,3.83499,0,0), - (15544,9,-8549.55,2161.72,-3.6664,0,0,0,0,0,0,0,0,0,4.46724,0,0), - (15544,10,-8550.37,2166.34,-3.70582,0,0,0,0,0,0,0,0,0,1.78903,0,0), - (15544,11,-8557.03,2161.73,-4.60029,0,0,0,0,0,0,0,0,0,3.66221,0,0), - (15544,12,-8581.15,2162.06,-6.36318,0,0,0,0,0,0,0,0,0,2.86503,0,0), - (15544,13,-8585.25,2158.23,-7.15473,0,0,0,0,0,0,0,0,0,2.80612,0,0), - (15544,14,-8591.83,2160.24,-5.88721,0,0,0,0,0,0,0,0,0,2.45662,0,0), - (15544,15,-8599.43,2164.46,-3.94408,0,0,0,0,0,0,0,0,0,2.4527,0,0), - (15544,16,-8596.97,2157.21,-5.77788,0,0,0,0,0,0,0,0,0,1.18428,0,0), - (15544,17,-8581.15,2162.06,-6.36318,0,0,0,0,0,0,0,0,0,5.45293,0,0), - (15544,18,-8581.15,2162.06,-6.36318,0,0,0,0,0,0,0,0,0,5.45293,0,0), - (15544,19,-8577.69,2155.71,-7.37716,0,0,0,0,0,0,0,0,0,1.76547,0,0), - (15544,20,-8576.25,2169.75,-4.48843,0,0,0,0,0,0,0,0,0,1.67515,0,0), - (15544,21,-8567.24,2160.48,-6.17982,0,0,0,0,0,0,0,0,0,0.826923,0,0), - (15544,22,-8556.39,2159.72,-4.7979,0,0,0,0,0,0,0,0,0,1.19999,0,0), - (15544,23,-8549.55,2161.72,-3.6664,0,0,0,0,0,0,0,0,0,0.92117,0,0), - (15544,24,-8556.39,2159.72,-4.7979,0,0,0,0,0,0,0,0,0,1.25889,0,0), - (15544,25,-8571.55,2160.55,-6.43027,0,0,0,0,0,0,0,0,0,1.68693,0,0), - (15544,26,-8576.25,2169.75,-4.48843,0,0,0,0,0,0,0,0,0,2.25635,0,0), - (15544,27,-8579.52,2158.82,-7.01833,0,0,0,0,0,0,0,0,0,4.87958,0,0), - (15544,28,-8586.59,2162.1,-6.0648,0,0,0,0,0,0,0,0,0,2.76685,0,0), - (15544,29,-8591.83,2160.24,-5.88721,0,0,0,0,0,0,0,0,0,2.15817,0,0), - (15544,30,-8594.46,2167.18,-4.24164,0,0,0,0,0,0,0,0,0,1.87935,0,0), - (15544,31,-8591.83,2160.24,-5.88721,0,0,0,0,0,0,0,0,0,1.69872,0,0), - (15544,32,-8584.88,2154.09,-7.61168,0,0,0,0,0,0,0,0,0,0.552035,0,0), - (15544,33,-8581.15,2162.06,-6.36318,0,0,0,0,0,0,0,0,0,1.89899,0,0), - (15544,34,-8566.11,2157.76,-6.48814,0,0,0,0,0,0,0,0,0,6.22261,0,0), - (15544,35,-8550.37,2166.34,-3.70582,0,0,0,0,0,0,0,0,0,0.944732,0,0), - (15931,16,3188.37,-3306,320.29,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,15,3174.5,-3306.84,319.642,60000,1593101,0,0,0,0,0,0,0,100,0,0), - (15931,14,3186.11,-3306.75,320.27,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,13,3200.39,-3306.9,320.325,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,12,3209.07,-3314,320.337,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,11,3209.54,-3326.25,320.389,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,10,3205.24,-3346.58,318.985,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,9,3205.27,-3368.45,313.608,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,8,3205.06,-3380.85,311.322,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,7,3211.57,-3389.39,311.333,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,6,3222.96,-3389.25,311.331,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,5,3229.23,-3377.6,311.336,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,4,3228.85,-3367.87,306.571,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,3,3228.29,-3352.37,298.433,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,2,3229.01,-3330.24,292.595,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,1,3230.98,-3315.27,292.595,0,0,0,0,0,0,0,0,0,100,0,0), - (16061,1,2765.25,-3088.47,267.685,0,1606102,0,0,0,0,0,0,0,0.38872,0,0), - (16061,2,2780,-3090.74,267.685,0,1606102,0,0,0,0,0,0,0,5.78048,0,0), - (16061,3,2783.57,-3100.87,267.685,0,1606102,0,0,0,0,0,0,0,5.04221,0,0), - (16061,4,2776.59,-3109.78,267.685,0,1606102,0,0,0,0,0,0,0,3.98977,0,0), - (16061,5,2765.44,-3110.8,267.685,0,1606102,0,0,0,0,0,0,0,3.15332,0,0), - (16061,6,2757.56,-3100.27,267.685,0,1606102,0,0,0,0,0,0,0,2.06162,0,0), - (16061,7,2760.86,-3090.25,267.685,10000,1606101,0,0,0,0,0,0,0,1.48676,0,0), - (17635,1,2501.35,-4725.99,90.974,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,2,2491.21,-4693.16,82.363,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,3,2493.06,-4655.49,75.194,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,4,2562.23,-4646.4,79.003,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,5,2699.75,-4567.38,87.46,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,6,2757.27,-4527.59,89.08,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,7,2850.87,-4417.56,89.421,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,8,2888.34,-4328.49,90.562,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,9,2913.27,-4167.14,93.919,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,10,3035.66,-4260.18,96.141,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,11,3088.54,-4250.21,97.769,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,12,3147.3,-4318.8,130.41,0,0,0,0,0,0,0,0,0,0,0,0), - (17635,13,3166.81,-4349.2,137.569,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,1,2501.35,-4725.99,90.974,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,2,2491.21,-4693.16,82.363,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,3,2493.06,-4655.49,75.194,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,4,2562.23,-4646.4,79.003,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,5,2699.75,-4567.38,87.46,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,6,2757.27,-4527.59,89.08,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,7,2850.87,-4417.56,89.421,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,8,2888.34,-4328.49,90.562,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,9,2913.27,-4167.14,93.919,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,10,3035.66,-4260.18,96.141,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,11,3088.54,-4250.21,97.769,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,12,3147.3,-4318.8,130.41,0,0,0,0,0,0,0,0,0,0,0,0), - (17995,13,3166.81,-4349.2,137.569,0,0,0,0,0,0,0,0,0,0,0,0), - (850,1,-9174.33,-2109.71,88.95,20000,85001,0,0,0,0,0,0,0,5.89073,0,0), - (850,2,-9192.52,-2098.69,87.7837,0,0,0,0,0,0,0,0,0,2.69796,0,0), - (850,3,-9208.23,-2090.51,85.3921,0,0,0,0,0,0,0,0,0,2.93672,0,0), - (850,4,-9220.96,-2089.61,81.1544,0,0,0,0,0,0,0,0,0,2.99563,0,0), - (850,5,-9234.93,-2085.46,76.4945,0,0,0,0,0,0,0,0,0,3.5242,0,0), - (850,6,-9242.56,-2096.16,73.6174,0,0,0,0,0,0,0,0,0,4.4274,0,0), - (850,7,-9249.78,-2122.28,65.0417,0,0,0,0,0,0,0,0,0,4.23341,0,0), - (850,8,-9256.07,-2139.82,64.0223,0,0,0,0,0,0,0,0,0,4.75962,0,0), - (850,9,-9254.31,-2147.89,64.0695,0,0,0,0,0,0,0,0,0,5.67539,0,0), - (850,10,-9238.9,-2148.92,64.3411,0,0,0,0,0,0,0,0,0,5.73586,0,0), - (850,11,-9237.57,-2152.63,64.3492,0,0,0,0,0,0,0,0,0,4.67165,0,0), - (850,12,-9218.89,-2155.42,64.3544,0,0,0,0,0,0,0,0,0,0.401173,0,0), - (850,13,-9216.46,-2151.99,64.3544,1000,85002,0,0,0,0,0,0,0,1.36486,0,0), - (850,14,-9216.22,-2147.52,64.3544,0,0,0,0,0,0,0,0,0,1.57299,0,0), - (850,15,-9216.22,-2147.52,64.3544,60000,85001,0,0,0,0,0,0,0,4.75856,0,0), - (850,16,-9218.43,-2154.78,64.3544,0,0,0,0,0,0,0,0,0,3.38647,0,0), - (850,17,-9231.99,-2155.23,64.3576,0,0,0,0,0,0,0,0,0,3.21212,0,0), - (850,18,-9237.01,-2157.84,64.3576,0,0,0,0,0,0,0,0,0,2.06465,0,0), - (850,19,-9237.87,-2149.49,64.3426,0,0,0,0,0,0,0,0,0,2.80273,0,0), - (850,20,-9248.67,-2148.45,63.9334,0,0,0,0,0,0,0,0,0,2.40164,0,0), - (850,21,-9256.32,-2138.6,63.8953,0,0,0,0,0,0,0,0,0,1.32093,0,0), - (850,22,-9251.08,-2121.47,65.2993,0,0,0,0,0,0,0,0,0,1.57654,0,0), - (850,23,-9253.26,-2112.42,66.5815,0,0,0,0,0,0,0,0,0,2.24648,0,0), - (850,24,-9261.04,-2106.96,66.8522,15000,85002,0,0,0,0,0,0,0,2.66117,0,0), - (850,25,-9251.76,-2113.45,66.6836,0,0,0,0,0,0,0,0,0,5.22157,0,0), - (850,26,-9246.46,-2127.76,64.1511,0,0,0,0,0,0,0,0,0,4.62939,0,0), - (850,27,-9248.61,-2135.95,63.9343,0,0,0,0,0,0,0,0,0,4.37257,0,0), - (850,28,-9254.32,-2148.24,64.056,0,0,0,0,0,0,0,0,0,4.10161,0,0), - (850,29,-9271.21,-2158.97,61.1872,0,0,0,0,0,0,0,0,0,3.23767,0,0), - (850,30,-9277.96,-2157.76,59.2388,0,0,0,0,0,0,0,0,0,2.87639,0,0), - (850,31,-9310.03,-2148.39,63.4841,60000,85001,0,0,0,0,0,0,0,2.82141,0,0), - (850,32,-9300.57,-2151.61,63.3088,0,0,0,0,0,0,0,0,0,5.96445,0,0), - (850,33,-9278.2,-2158.05,59.202,0,0,0,0,0,0,0,0,0,0.11559,0,0), - (850,34,-9261.5,-2157.36,64.0706,0,0,0,0,0,0,0,0,0,0.584478,0,0), - (850,35,-9252.47,-2139.73,64.0216,0,0,0,0,0,0,0,0,0,1.20494,0,0), - (850,36,-9244.6,-2120.1,65.1008,0,0,0,0,0,0,0,0,0,1.41229,0,0), - (850,37,-9242.08,-2095.47,73.8924,0,0,0,0,0,0,0,0,0,0.926126,0,0), - (850,38,-9233.67,-2085.3,76.8089,0,0,0,0,0,0,0,0,0,6.22599,0,0), - (850,39,-9219.75,-2090.06,81.5803,0,0,0,0,0,0,0,0,0,6.26762,0,0), - (850,40,-9207.11,-2090.25,85.8603,0,0,0,0,0,0,0,0,0,6.01079,0,0), - (850,41,-9198.75,-2092.32,87.6703,0,0,0,0,0,0,0,0,0,5.73827,0,0), - (850,42,-9174.33,-2109.71,88.95,25000,0,0,0,0,0,0,0,0,5.89073,0,0), - (848,15,-9239.96,-2068.09,75.8833,0,0,0,0,0,0,0,0,0,4.69999,0,0), - (848,16,-9240.93,-2088.38,75.2944,0,0,0,0,0,0,0,0,0,4.6725,0,0), - (848,17,-9245.53,-2099.99,71.8304,0,0,0,0,0,0,0,0,0,4.55862,0,0), - (848,18,-9247.71,-2120.82,65.1585,0,0,0,0,0,0,0,0,0,4.58611,0,0), - (848,19,-9254.52,-2145.7,64.0393,0,0,0,0,0,0,0,0,0,4.56255,0,0), - (848,20,-9255.4,-2185.46,64.0101,0,0,0,0,0,0,0,0,0,3.76379,0,0), - (848,21,-9270.92,-2193.77,64.0897,0,0,0,0,0,0,0,0,0,4.53035,0,0), - (848,22,-9276.26,-2211.56,64.0588,0,0,0,0,0,0,0,0,0,4.10466,0,0), - (848,23,-9293.97,-2213.25,61.6685,0,0,0,0,0,0,0,0,0,3.07815,0,0), - (848,24,-9316.85,-2209.62,61.8983,0,0,0,0,0,0,0,0,0,2.81976,0,0), - (848,25,-9327.6,-2202.14,61.898,120000,84801,0,0,0,0,0,0,0,2.48597,0,0), - (849,15,-9209.35,-2136.65,63.9347,0,0,0,0,0,0,0,0,0,6.19989,0,0), - (849,16,-9190.63,-2136.43,63.942,0,0,0,0,0,0,0,0,0,5.98547,0,0), - (849,17,-9184.8,-2144.66,63.9756,0,0,0,0,0,0,0,0,0,5.00216,0,0), - (849,18,-9178.52,-2182.85,64.0438,0,0,0,0,0,0,0,0,0,4.63302,0,0), - (849,19,-9192.09,-2199.42,63.9338,0,0,0,0,0,0,0,0,0,1.98231,0,0), - (849,20,-9198.02,-2179.83,63.9338,0,0,0,0,0,0,0,0,0,2.40328,0,0), - (849,21,-9207.62,-2174.96,63.9338,0,0,0,0,0,0,0,0,0,3.09365,0,0), - (849,22,-9239.17,-2175.39,63.9338,0,0,0,0,0,0,0,0,0,3.65965,0,0), - (849,23,-9247.98,-2186.89,64.0099,0,0,0,0,0,0,0,0,0,3.71473,0,0), - (849,24,-9262.78,-2190.39,64.0897,0,0,0,0,0,0,0,0,0,4.22838,0,0), - (3537,1,-36.31,-916.366,55.075,180000,0,0,0,0,0,0,0,0,1.062,0,0), - (3537,2,-28.5326,-902.441,55.9086,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,3,-26.3387,-896.902,56.0395,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,4,-51.5009,-836.735,56.5249,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,5,-17.1652,-802.633,58.7518,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,6,-20.9832,-719.064,69.291,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,7,-149.228,-712.801,64.4451,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,8,-226.017,-722.711,60.8613,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,9,-325.539,-754.267,54.0897,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,10,-377.87,-776.472,54.473,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,11,-403.164,-680.893,54.499,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,12,-331.618,-671.147,54.9188,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,13,-341.248,-713.172,57.733,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,14,-340.615,-711.776,57.733,120000,0,0,0,0,0,0,0,0,0,0,0), - (3537,15,-325.248,-677.674,54.5963,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,16,-339.87,-673.188,55.0129,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,17,-385.749,-685.196,54.3873,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,18,-413.708,-656.888,54.489,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,19,-440.758,-585.658,53.4242,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,20,-520.923,-558.852,39.921,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,21,-569.16,-567.547,32.8094,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,22,-594.512,-575.941,31.9821,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,23,-650.699,-560.432,26.121,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,24,-691.625,-568.642,24.5409,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,25,-707.11,-562.611,22.8095,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,26,-724.787,-549.384,20.2918,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,27,-811.11,-542.175,15.772,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,28,-817.55,-533.02,15.1606,180000,0,0,0,0,0,0,0,0,0,0,0), - (3537,29,-811.11,-542.175,15.772,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,30,-724.787,-549.384,20.2918,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,31,-707.11,-562.611,22.8095,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,32,-691.625,-568.642,24.5409,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,33,-650.699,-560.432,26.121,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,34,-594.512,-575.941,31.9821,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,35,-569.16,-567.547,32.8094,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,36,-520.923,-558.852,39.921,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,37,-440.758,-585.658,53.4242,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,38,-413.708,-656.888,54.489,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,39,-385.749,-685.196,54.3873,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,40,-339.87,-673.188,55.0129,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,41,-325.248,-677.674,54.5963,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,42,-340.615,-711.776,57.733,120000,0,0,0,0,0,0,0,0,0,0,0), - (3537,43,-341.248,-713.172,57.733,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,44,-331.618,-671.147,54.9188,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,45,-403.164,-680.893,54.499,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,46,-377.87,-776.472,54.473,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,47,-325.539,-754.267,54.0897,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,48,-226.017,-722.711,60.8613,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,49,-149.228,-712.801,64.4451,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,50,-20.9832,-719.064,69.291,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,51,-17.1652,-802.633,58.7518,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,52,-51.5009,-836.735,56.5249,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,53,-26.3387,-896.902,56.0395,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,54,-28.5326,-902.441,55.9086,0,0,0,0,0,0,0,0,0,0,0,0), - (3537,55,-38.9737,-917.01,55.0652,0,0,0,0,0,0,0,0,0,1.062,0,0), - (10807,1,5794.21,-4756.73,776.631,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,2,5767.78,-4750.23,776.266,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,3,5741.93,-4739.3,776.337,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,4,5729.39,-4728.64,776.861,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,5,5716.83,-4712.63,780.549,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,6,5701.37,-4690.78,780.221,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,7,5685.64,-4666.45,775.247,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,8,5663.94,-4633.49,770.941,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,9,5652.06,-4612.04,769.91,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,10,5605.16,-4523.35,761.301,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,11,5596.44,-4510.74,761.037,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,12,5578.46,-4501.28,758.607,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,13,5546.2,-4498.32,757.152,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,14,5536.28,-4498.46,756.273,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,15,5548.03,-4498.12,757.283,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,16,5580.57,-4501.62,758.791,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,17,5596.8,-4510.74,761.013,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,18,5607.1,-4525.25,761.14,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,19,5652.85,-4611.9,769.809,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,20,5663.82,-4632.54,770.918,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,21,5688.06,-4666.14,775.173,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,22,5701.32,-4688.96,779.968,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,23,5716.02,-4709.93,780.711,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,24,5732.58,-4729.74,776.94,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,25,5743.5,-4739.83,776.143,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,26,5768.83,-4750.62,776.265,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,27,5791.36,-4756.39,776.534,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,28,5800.65,-4754.66,775.339,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,29,5810.53,-4747.72,770.679,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,30,5825.56,-4722.8,761.2,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,31,5847.45,-4695.13,756.06,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,32,5846.56,-4653.15,751.855,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,33,5852.02,-4626.78,748.715,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,34,5857.67,-4617.24,746.566,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,35,5873.96,-4604.09,740.28,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,36,5906.14,-4580.95,726.465,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,37,5933.6,-4552.5,719.467,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,38,5948.97,-4526.39,714.178,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,39,5966,-4490.83,706.834,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,40,5983.18,-4454.48,707.231,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,41,6004.34,-4417.37,710.368,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,42,6043.83,-4367.21,715.066,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,43,6083.28,-4327.06,725.178,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,44,6120.37,-4306.62,731.31,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,45,6166.59,-4284.45,744.508,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,46,6191.89,-4270.68,738.337,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,47,6245.56,-4242.19,736.044,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,48,6307.77,-4218.71,722.994,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,49,6355.26,-4200.94,713.745,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,50,6392.92,-4182.05,703.888,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,51,6357.57,-4201.57,713.224,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,52,6311.36,-4220.95,723.374,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,53,6246.39,-4244.92,735.806,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,54,6192.39,-4270.93,738.002,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,55,6168.06,-4284.54,744.458,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,56,6124.04,-4304.35,731.797,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,57,6081.23,-4327.11,724.821,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,58,6044.83,-4366.46,715.08,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,59,6007.47,-4413.15,710.907,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,60,5983.53,-4455.11,707.048,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,61,5965.38,-4490.02,706.943,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,62,5948.68,-4526.07,714.223,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,63,5934.61,-4551.4,719.322,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,64,5907.66,-4580.78,725.546,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,65,5873.21,-4606.02,740.637,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,66,5862.26,-4614.75,744.791,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,67,5853.82,-4625.17,748.087,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,68,5845.46,-4654.04,752.156,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,69,5844.74,-4689.32,755.539,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,70,5824.63,-4722.99,761.315,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,71,5809.48,-4746.69,770.559,0,0,0,0,0,0,0,0,0,100,0,0), - (10807,72,5799.53,-4755.23,775.666,0,0,0,0,0,0,0,0,0,100,0,0), - (10806,1,7392.47,-4863.76,717.538,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,2,7386.98,-4854.89,717.025,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,3,7382.2,-4849.15,714.358,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,4,7377.91,-4843.06,709.955,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,5,7374.17,-4833.31,707.622,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,6,7367.56,-4826.19,706.673,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,7,7356.6,-4819.11,705.119,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,8,7346.57,-4817.34,704.422,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,9,7338.89,-4814.45,701.118,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,10,7332.93,-4808.81,695.472,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,11,7324.25,-4803.01,694.299,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,12,7313.4,-4808.02,696.404,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,13,7304.99,-4811.13,695.083,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,14,7294.66,-4812.62,688.862,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,15,7280.04,-4809.81,685.032,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,16,7267.66,-4804.58,683.578,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,17,7256.03,-4799.48,684.846,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,18,7246.93,-4792.95,688.579,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,19,7233.74,-4783.62,692.866,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,20,7227.48,-4781.13,699.379,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,21,7222.56,-4779.32,702.658,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,22,7214.65,-4774.53,706.959,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,23,7206.99,-4768.56,715.328,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,24,7197.63,-4766.04,718.111,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,25,7187.17,-4766.88,722.862,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,26,7176.04,-4767.88,726.34,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,27,7158.39,-4772.67,728.308,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,28,7146.15,-4775.98,730.806,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,29,7130.09,-4779.49,732.639,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,30,7119.01,-4778.06,733.071,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,31,7107.81,-4778.12,736.737,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,32,7093.41,-4773.02,740.822,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,33,7080.23,-4769.07,743.451,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,34,7063.14,-4761.69,744.717,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,35,7048.81,-4751.61,741.236,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,36,7040.23,-4731.74,734.484,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,37,7033.46,-4721.02,734.604,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,38,7022.16,-4709.08,735.978,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,39,7013.91,-4698.55,739.685,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,40,7009.08,-4688.44,743.001,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,41,7010.87,-4675.89,746.968,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,42,7017.92,-4665.31,752.719,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,43,7020.02,-4651.64,756.594,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,44,7012.05,-4647.55,755.447,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,45,7002.2,-4644.09,751.775,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,46,6993.5,-4640.75,749.158,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,47,6980.03,-4632,750.785,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,48,6976.06,-4642.05,748.789,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,49,6994.9,-4644.68,749.273,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,50,7004.91,-4647.66,753.137,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,51,7013.32,-4650.74,755.831,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,52,7025.52,-4660.47,755.501,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,53,7025.86,-4674.66,750.418,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,54,7024.98,-4684.34,748.902,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,55,7017.76,-4686.15,747.49,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,56,7010.29,-4689.55,742.97,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,57,7012.05,-4702.11,737.811,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,58,7016.5,-4714.78,735.262,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,59,7020.46,-4724.02,736.569,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,60,7027.68,-4739.57,739.237,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,61,7034.47,-4752.03,742.704,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,62,7045.98,-4764.76,746.637,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,63,7058.23,-4774.53,750.034,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,64,7068.01,-4778.17,749.764,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,65,7078.76,-4779.57,747.332,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,66,7092.94,-4779.63,744.443,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,67,7105.6,-4776.52,737.177,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,68,7115.29,-4775.7,733.084,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,69,7130.93,-4776.73,731.908,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,70,7153.58,-4774.45,729.665,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,71,7164.17,-4770.8,727.533,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,72,7174.96,-4761.62,727.535,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,73,7184.6,-4760.66,724.858,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,74,7198.73,-4761.51,719.09,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,75,7212.3,-4758.14,717.17,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,76,7224.75,-4755.78,710.305,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,77,7228.49,-4758.9,707.014,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,78,7223.53,-4769.22,702.701,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,79,7220.49,-4775.61,703.898,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,80,7216.82,-4782.13,703.347,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,81,7213.77,-4789.75,700.667,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,82,7217.39,-4793.82,697.248,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,83,7220,-4797.1,694.03,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,84,7229.3,-4799.91,690.164,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,85,7247.28,-4804.95,686.025,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,86,7270.05,-4806.01,683.494,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,87,7286.59,-4803.12,683.779,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,88,7291.67,-4814.98,688.04,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,89,7297.18,-4814.11,690.571,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,90,7305.28,-4812.83,695.358,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,91,7313.95,-4810.56,696.792,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,92,7316.1,-4815.38,699.242,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,93,7312.7,-4823.64,702.979,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,94,7314.2,-4831.71,706.757,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,95,7318.58,-4832.64,709.229,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,96,7325.25,-4833.66,715.018,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,97,7332.31,-4830.25,714.763,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,98,7342.48,-4825.56,709.241,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,99,7347.32,-4823.64,707.8,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,100,7356.01,-4821.47,705.914,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,101,7367.44,-4826.87,707.032,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,102,7372.68,-4835.88,709.016,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,103,7378.35,-4843.68,710.309,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,104,7382.27,-4850.01,715.1,0,0,0,0,0,0,0,0,0,0,0,0), - (10806,105,7386.34,-4856.25,717.67,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,1,8028.81,-3947.21,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,2,8037.27,-3942.65,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,3,8046.58,-3938.14,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,4,8052.15,-3930.23,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,5,8053.36,-3919.33,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,6,8042.46,-3905.25,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,7,8036.6,-3897.28,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,8,8026.45,-3889.37,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,9,8018.81,-3883.73,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,10,8010.6,-3876.31,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,11,8000.86,-3872.12,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,12,7992.01,-3874.47,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,13,7985.67,-3879.9,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,14,7980.29,-3887.23,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,15,7982.96,-3899.09,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,16,7988.21,-3905.68,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,17,8000.71,-3905.21,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,18,8007.1,-3908.7,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,19,8012.04,-3917.68,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,20,8013.97,-3929.08,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,21,8014.29,-3941.99,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (10200,22,8018.94,-3946.64,687.148,0,0,0,0,0,0,0,0,0,0,0,0), - (4048,1,-4524.14,-787.884,-41.5917,0,0,0,0,0,0,0,0,0,5.0091,0,0), - (4048,2,-4524.14,-787.884,-41.5917,0,404802,0,0,0,0,0,0,0,5.0091,0,0), - (4048,3,-4524.14,-787.884,-41.5917,0,0,0,0,0,0,0,0,0,5.0091,0,0), - (4048,4,-4524.24,-782.628,-41.5763,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,5,-4520.69,-775.438,-41.0733,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,6,-4514.55,-770.937,-40.0658,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,7,-4503.63,-774.032,-40.224,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,8,-4488.25,-767.98,-36.61,0,404808,0,0,0,0,0,0,0,100,0,0), - (4048,9,-4488.25,-767.98,-36.61,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,10,-4499.17,-773.174,-39.449,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,11,-4514.09,-771.136,-40.0971,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,12,-4520.48,-775.049,-41.0191,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,13,-4524.16,-782.978,-41.2406,0,0,0,0,0,0,0,0,0,100,0,0), - (4048,14,-4524.12,-788.099,-41.6929,0,0,0,0,0,0,0,0,0,100,0,0), - (4059,1,-4484.5,-759,-33.57,0,405901,0,0,0,0,0,0,0,100,0,0), - (4059,2,-4484.5,-759,-33.57,0,0,0,0,0,0,0,0,0,100,0,0), - (4059,3,-4483,-755.56,-31.94,0,0,0,0,0,0,0,0,0,100,0,0), - (4059,4,-4481,-686.51,-14.39,0,0,0,0,0,0,0,0,0,100,0,0), - (4059,5,-4472,-571.9,5.91,40000,0,0,0,0,0,0,0,0,100,0,0), - (12242,1,755.936,-480.62,-52.9086,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,2,769.354,-505.176,-52.8591,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,3,784.304,-508.379,-53.0263,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,4,801.087,-492.018,-53.8118,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,5,814.931,-484.251,-55.0167,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,6,822.529,-461.741,-56.2849,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,7,828.304,-448.536,-56.3511,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,8,793.596,-424.039,-53.7972,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,9,829.32,-448.186,-56.3532,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,10,862.01,-424.002,-52.44,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,11,886.945,-405.517,-52.0952,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,12,880.308,-369.967,-52.0496,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,13,856.721,-349.806,-52.0496,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,14,826.595,-346.665,-51.9278,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,15,807.865,-346.475,-51.7706,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,16,775.664,-328.466,-50.0463,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,17,756.855,-327.67,-51.554,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,18,745.742,-340.542,-50.7365,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,19,718.048,-329.171,-51.4196,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,20,704.321,-351.085,-52.01,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,21,690.32,-374.062,-52.0604,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,22,655.842,-358.892,-52.052,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,23,642.357,-347.152,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,24,620.649,-351.64,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,25,608.437,-379.101,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,26,620.177,-351.294,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,27,650.026,-343.373,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,28,646.078,-315.001,-52.0653,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,29,634.478,-286.221,-52.9497,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,30,633.828,-260.07,-53.1078,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,31,629.402,-228.528,-59.4107,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,32,633.828,-260.07,-53.1078,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,33,634.478,-286.221,-52.9497,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,34,646.078,-315.001,-52.0653,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,35,650.026,-343.373,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,36,620.177,-351.294,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,37,608.437,-379.101,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,38,620.649,-351.64,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,39,642.357,-347.152,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,40,655.842,-358.892,-52.052,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,41,690.32,-374.062,-52.0604,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,42,704.321,-351.085,-52.01,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,43,718.048,-329.171,-51.4196,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,44,745.742,-340.542,-50.7365,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,45,756.855,-327.67,-51.554,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,46,775.664,-328.466,-50.0463,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,47,807.865,-346.475,-51.7706,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,48,826.327,-346.637,-51.9199,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,49,856.721,-349.806,-52.0496,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,50,880.308,-369.967,-52.0496,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,51,886.945,-405.517,-52.0952,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,52,862.01,-424.002,-52.44,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,53,829.32,-448.186,-56.3532,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,54,793.596,-424.039,-53.7972,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,55,828.304,-448.536,-56.3511,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,56,822.529,-461.741,-56.2849,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,57,814.939,-484.229,-55.0309,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,58,801.087,-492.018,-53.8118,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,59,784.304,-508.379,-53.0263,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,60,769.354,-505.176,-52.8591,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,61,755.936,-480.62,-52.9086,0,0,0,0,0,0,0,0,0,100,0,0), - (12242,62,736.696,-455.594,-52.8847,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,1,975.107,-354.152,-69.1219,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,2,984.444,-363.944,-65.9066,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,3,984.38,-372.827,-66.4086,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,4,976.479,-381.185,-63.9267,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,5,962.877,-395.447,-60.8377,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,6,950.417,-408.589,-57.1351,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,7,941.736,-417.331,-55.0396,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,8,931.446,-413.318,-55.3833,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,9,923.409,-403.986,-51.104,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,10,914.499,-394.179,-49.4412,3000,0,0,0,0,0,0,0,0,100,0,0), - (9056,11,905.604,-403.547,-48.7295,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,12,905.604,-403.547,-48.7295,15000,4763101,0,0,0,0,0,0,0,4.39823,0,0), - (9056,13,912.664,-392.947,-49.2744,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,14,918.441,-398,-49.6367,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,15,926.414,-407.296,-52.6216,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,16,930.038,-418.35,-55.3877,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,17,930.151,-424.848,-55.8645,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,18,927.594,-433.715,-56.5236,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,19,927.594,-433.715,-56.5236,15000,4763102,0,0,0,0,0,0,0,4.04916,0,0), - (9056,20,936.123,-427.94,-56.1072,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,21,939.641,-426.605,-55.7614,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,22,944.406,-426.659,-54.9984,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,23,946.326,-428.053,-54.6023,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,24,946.326,-428.053,-54.6023,3000,4763103,0,0,0,0,0,0,0,0.15708,0,0), - (9056,25,943.776,-418.105,-54.9468,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,26,947.044,-410.439,-55.9664,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,27,955.107,-403.439,-59.5107,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,28,961.657,-396.63,-60.8377,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,29,968.284,-389.058,-60.8377,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,30,978.015,-379.612,-64.6384,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,31,986.547,-370.816,-66.5624,90000,4763104,0,0,0,0,0,0,0,100,0,0), - (9056,32,974.031,-355.625,-69.1521,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,33,967.597,-349.477,-71.3905,0,0,0,0,0,0,0,0,0,100,0,0), - (9056,34,963.267,-343.735,-71.7394,210000,0,0,0,0,0,0,0,0,100,0,0), - (9438,1,855.505,-309.724,-50.1398,0,0,0,0,0,0,0,0,0,100,0,0), - (9438,2,847.214,-316.912,-50.2843,0,0,0,0,0,0,0,0,0,100,0,0), - (9438,3,842.652,-321.334,-50.2848,0,0,0,0,0,0,0,0,0,100,0,0), - (9438,4,839.316,-324.232,-50.6638,0,0,0,0,0,0,0,0,0,100,0,0), - (9438,5,833.983,-329.089,-50.6638,0,0,0,0,0,0,0,0,0,100,0,0), - (9438,6,822.84,-339.999,-50.1851,0,0,0,0,0,0,0,0,0,100,0,0), - (9438,7,810.483,-350.225,-50.5781,0,0,0,0,0,0,0,0,0,100,0,0), - (9438,8,806.646,-353.272,-50.1957,0,0,0,0,0,0,0,0,0,100,0,0), - (9438,9,806.646,-353.272,-50.1957,0,0,0,0,0,0,0,0,0,0.715585,0,0), - (936,20,-9245.68,-2167.47,63.9388,15000,0,0,0,0,0,0,0,0,100,0,0), - (936,19,-9245.3,-2171.29,63.9388,0,0,0,0,0,0,0,0,0,0,0,0), - (936,18,-9212.64,-2174.06,64.0584,0,0,0,0,0,0,0,0,0,0,0,0), - (936,17,-9187.23,-2160.7,64.0584,0,0,0,0,0,0,0,0,0,0,0,0), - (936,16,-9187.41,-2138.51,64.0064,0,0,0,0,0,0,0,0,0,0,0,0), - (936,15,-9212.24,-2135.42,64.0584,0,0,0,0,0,0,0,0,0,0,0,0), - (936,14,-9232.15,-2130.65,64.0584,0,0,0,0,0,0,0,0,0,0,0,0), - (936,13,-9246.59,-2118.7,65.591,0,0,0,0,0,0,0,0,0,0,0,0), - (936,12,-9245.79,-2099.05,72.1959,0,0,0,0,0,0,0,0,0,0,0,0), - (936,11,-9235.08,-2087.05,76.554,0,0,0,0,0,0,0,0,0,0,0,0), - (936,10,-9189.04,-2094.36,87.8603,15000,0,0,0,0,0,0,0,0,100,0,0), - (936,9,-9206.65,-2088.98,86.1227,0,0,0,0,0,0,0,0,0,0,0,0), - (936,8,-9220.59,-2089.07,81.4125,0,0,0,0,0,0,0,0,0,0,0,0), - (936,7,-9234.09,-2083.62,76.7928,0,0,0,0,0,0,0,0,0,0,0,0), - (936,6,-9234.39,-2072.97,76.5348,0,0,0,0,0,0,0,0,0,0,0,0), - (936,5,-9239.85,-2075.51,75.7547,15000,0,0,0,0,0,0,0,0,100,0,0), - (936,4,-9243.47,-2098.98,72.6224,0,0,0,0,0,0,0,0,0,0,0,0), - (936,3,-9246.5,-2115.22,66.5529,0,0,0,0,0,0,0,0,0,0,0,0), - (936,2,-9254.05,-2135.93,63.9399,0,0,0,0,0,0,0,0,0,0,0,0), - (936,1,-9253.7,-2167.14,64.0579,0,0,0,0,0,0,0,0,0,0,0,0), - (10816,1,1936.95,-1635.07,60.0263,0,0,0,0,0,0,0,0,0,5.59485,0,0), - (10816,2,1930.95,-1657.73,59.31,0,0,0,0,0,0,0,0,0,4.44345,0,0), - (10816,3,1912,-1660.12,61.2311,0,0,0,0,0,0,0,0,0,3.33997,0,0), - (10816,4,1902.82,-1651.78,60.0138,0,0,0,0,0,0,0,0,0,2.40377,0,0), - (10816,5,1886.67,-1651.37,61.2298,0,0,0,0,0,0,0,0,0,2.95355,0,0), - (10816,6,1882.75,-1629.76,61.5077,0,0,0,0,0,0,0,0,0,1.75032,0,0), - (10816,7,1899.4,-1616.07,60.4586,0,0,0,0,0,0,0,0,0,0.688462,0,0), - (10816,8,1915.49,-1615.05,61.0254,0,0,0,0,0,0,0,0,0,0.0632846,0,0), - (10816,9,1927.59,-1627.02,60.4777,0,0,0,0,0,0,0,0,0,5.4307,0,0), - (10816,10,1925.09,-1627,60.455,0,0,0,0,0,0,0,0,0,5.942,0,0), - (14221,1,710.176,-847.23,158.978,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,2,700.134,-853.063,158.516,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,3,684.42,-847.68,158.498,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,4,666.937,-858.739,158.498,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,5,663.885,-866.644,158.499,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,6,662.637,-879.389,158.291,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,7,659.842,-884.845,158.617,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,8,666.729,-899.79,164.624,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,9,669.022,-904.201,164.414,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,10,667.229,-921.961,164.414,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,11,666.778,-939.546,164.85,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,12,673.587,-950.274,164.35,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,13,684.347,-959.261,164.35,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,14,698.708,-966.321,164.653,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,15,708.321,-976.576,165.562,30000,0,0,0,0,0,0,0,0,100,0,0), - (14221,16,700.121,-957.096,164.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,17,715.224,-933.369,164.344,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,18,716.543,-899.917,166.366,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,19,715.204,-866.595,161.66,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,20,717.657,-846.403,160.754,0,0,0,0,0,0,0,0,0,100,0,0), - (14221,21,717.657,-846.403,160.754,30000,0,0,0,0,0,0,0,0,3.35103,0,0), - (5347,1,-5771.84,1553.96,69.5629,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,2,-5740.69,1535.51,68.6146,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,3,-5705.14,1546.16,69.1267,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,4,-5673.37,1580.83,69.9176,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,5,-5646.9,1594.46,70.9915,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,6,-5613.44,1575.12,64.2911,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,7,-5576.16,1568.94,60.281,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,8,-5565.66,1594.92,67.8176,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,9,-5560.14,1629.56,68.7212,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,10,-5555.99,1650.14,68.1062,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,11,-5526.42,1648.4,50.9172,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,12,-5491.72,1619.42,47.9563,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,13,-5455.81,1596.31,47.6086,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,14,-5412.83,1618.73,50.1823,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,15,-5378.37,1646.1,49.8617,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,16,-5393.75,1672.95,51.3754,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,17,-5417.44,1697.57,61.0284,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,18,-5451.48,1689.92,56.949,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,19,-5485.37,1705.93,58.4955,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,20,-5523.35,1695.24,60.4991,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,21,-5549.17,1714.11,75.1283,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,22,-5591.39,1713.79,82.837,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,23,-5631.34,1708.57,86.3944,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,24,-5673.97,1694.07,90.8172,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,25,-5704.54,1686.8,90.8902,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,26,-5731.92,1661.13,87.0008,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,27,-5762.2,1647.85,84.1502,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,28,-5793,1617.91,82.8983,0,0,0,0,0,0,0,0,0,100,0,0), - (5347,29,-5802.39,1577.41,73.785,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,1,-6513.02,1813.92,4.01393,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,2,-6487.17,1817.59,3.34353,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,3,-6463.74,1787.98,8.02764,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,4,-6442.45,1782.88,10.8838,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,5,-6413.58,1788.18,4.62166,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,6,-6382.02,1780.84,2.50215,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,7,-6345.3,1774.62,4.61079,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,8,-6325.38,1751.39,1.96043,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,9,-6316.68,1718.21,2.53517,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,10,-6304.69,1690.99,1.90171,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,11,-6279.77,1689.27,4.67599,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,12,-6274.73,1643.71,4.39611,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,13,-6275.51,1612.69,5.16379,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,14,-6295.46,1580.65,0.492463,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,15,-6310.76,1549.34,2.73189,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,16,-6332.53,1518.06,1.5508,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,17,-6355.26,1514.47,4.78054,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,18,-6391.03,1513.29,4.34694,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,19,-6421.5,1502.6,5.6144,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,20,-6453.85,1490.28,6.78882,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,21,-6487.02,1501.03,5.49605,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,22,-6522.18,1504.03,2.71383,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,23,-6552.03,1512.45,3.94796,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,24,-6577.9,1544.81,0.103735,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,25,-6579.3,1580.11,3.18656,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,26,-6578.36,1614.05,8.82628,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,27,-6598.86,1645.88,6.05051,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,28,-6593.51,1689.17,4.13757,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,29,-6587.82,1725.75,4.02251,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,30,-6582.31,1748.84,3.36602,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,31,-6554.31,1776.09,3.57377,0,0,0,0,0,0,0,0,0,100,0,0), - (14478,32,-6518.56,1786.4,8.67502,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,38,-715.575,-3582.03,92.3202,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,37,-718.461,-3563.25,92.414,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,36,-714.682,-3548.67,93.914,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,35,-698.236,-3537.26,92.664,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,34,-671.141,-3522.95,91.8839,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,33,-650.802,-3498.19,91.8199,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,32,-652.568,-3476.71,93.8199,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,31,-639.502,-3449.7,93.8133,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,30,-623.082,-3433.78,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,29,-601.774,-3430.94,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,28,-583.176,-3440.61,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,27,-567.257,-3454.55,92.2805,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,26,-554.641,-3469.96,92.9621,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,25,-544.309,-3489.59,92.9094,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,24,-541.695,-3517.06,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,23,-546.26,-3538.08,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,22,-540.395,-3560.1,93.164,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,21,-537.209,-3579.71,93.4125,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,20,-519.625,-3594.8,93.7065,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,19,-496.266,-3591.78,93.5876,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,18,-464.342,-3564.53,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,17,-455.548,-3552.11,91.914,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,16,-455.237,-3516.19,95.3331,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,15,-474.164,-3490.81,93.2984,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,14,-493.592,-3469.16,94.167,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,13,-508.566,-3457.7,93.4341,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,12,-521.856,-3444.02,94.6973,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,11,-532.917,-3435.41,93.4966,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,10,-559.095,-3427.52,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,9,-568.124,-3434.6,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,8,-592.714,-3457.25,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,7,-598.635,-3474.48,92.5627,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,6,-608.157,-3497.97,94.3281,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,5,-631.25,-3524.16,93.164,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,4,-649.281,-3550.45,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,3,-664.382,-3573.64,91.789,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,2,-685.513,-3594.81,91.8542,0,0,0,0,0,0,0,0,0,100,0,0), - (5831,1,-702.322,-3593.87,93.8325,0,583101,0,0,0,0,0,0,0,100,0,0), - (5835,1,1061.99,-3086.34,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,2,1061.63,-3082.63,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,3,1060.18,-3079.97,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,4,1058.07,-3075.87,105.501,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,5,1054.89,-3071.72,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,6,1051.25,-3069.85,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,7,1047.29,-3069.88,105.289,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,8,1043.63,-3072.36,105.72,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,9,1038.3,-3076.43,105.328,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,10,1033.59,-3075.67,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,11,1031.4,-3070.74,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,12,1030.16,-3066.55,105.089,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,13,1031.58,-3060.08,102.155,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,14,1032.79,-3056.73,100.41,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,15,1035.06,-3054.11,98.9656,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,16,1039.28,-3052.89,98.4566,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,17,1043.78,-3054.49,96.88,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,18,1049.61,-3058.21,93.9174,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,19,1053.44,-3062.93,91.8125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,20,1055.31,-3067.91,91.7175,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,21,1057.02,-3073.87,91.7479,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,22,1058.28,-3077.77,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,23,1059.49,-3082.52,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,24,1059.71,-3086.14,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,25,1054.99,-3091.56,89.7105,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,26,1051.96,-3093.6,87.6199,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,27,1047.68,-3095.38,84.8705,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,28,1043.32,-3097.01,82.0536,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,29,1039.55,-3097.98,80.947,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,30,1032.46,-3100.74,80.947,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,31,1028.6,-3104.47,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,32,1025.1,-3106.79,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,33,1021.45,-3109.21,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,34,1017.71,-3109.38,80.8207,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,35,1017.25,-3113.85,80.9386,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,36,1015.24,-3116.81,81.2594,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,37,1013.11,-3118.45,81.7116,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,38,1010.26,-3117.7,81.9643,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,39,1009.36,-3115.54,81.937,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,40,1009.97,-3111.18,81.4586,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,41,1012.35,-3109.55,80.8596,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,42,1013.99,-3110.13,80.9735,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,43,1019.78,-3109.27,81.4185,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,44,1023.76,-3107.68,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,45,1026.93,-3105.58,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,46,1036.32,-3099.22,80.947,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,47,1043.88,-3096.5,82.475,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,48,1048.61,-3095.18,85.4422,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,49,1054.6,-3092.41,89.3336,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,50,1058.68,-3089.17,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,51,1060.6,-3083.75,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,52,1059.44,-3080.28,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,53,1058.01,-3076.83,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,54,1055.77,-3074.57,91.7423,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,55,1053.49,-3072.35,91.7432,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,56,1048.93,-3072.95,91.7355,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,57,1041.48,-3075.29,91.7333,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,58,1037.06,-3077.86,91.772,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,59,1030.98,-3080.97,91.754,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,60,1023.38,-3082.19,91.7347,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,61,1015.59,-3080.34,91.7187,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,62,1016.86,-3076.98,91.7257,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,63,1019.51,-3077.52,91.7313,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,64,1020.74,-3079.89,91.7313,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,65,1023.99,-3081.43,91.7371,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,66,1030.16,-3080.52,91.7526,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,67,1035.14,-3078.67,91.7665,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,68,1039.21,-3076.15,91.7333,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,69,1044.73,-3073.75,91.7319,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,70,1048.53,-3072.01,91.7309,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,71,1052.28,-3069.47,91.7492,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,72,1053.24,-3067.04,91.762,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,73,1052.29,-3063.9,91.6417,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,74,1051.01,-3060.32,93.14,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,75,1046.46,-3055.47,95.4885,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,76,1043.44,-3054.26,97.0918,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,77,1039.26,-3053.32,98.4449,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,78,1035.71,-3054.8,98.9815,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,79,1033.22,-3056.35,100.144,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,80,1030.55,-3058.91,101.872,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,81,1029.75,-3062.89,103.991,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,82,1028.89,-3066.46,105.069,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,83,1027.57,-3071.8,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,84,1026.92,-3074.34,105.162,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,85,1029.29,-3078.58,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,86,1031.8,-3080.06,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,87,1034.15,-3084.09,105.125,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,88,1035.67,-3087.39,104.984,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,89,1037.77,-3091.23,104.72,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,90,1040.77,-3093.77,105.026,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,91,1044.16,-3096.44,105.432,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,92,1048.07,-3097.35,105.649,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,93,1055.78,-3094.85,105.575,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,94,1059.14,-3093.44,105.497,0,0,0,0,0,0,0,0,0,100,0,0), - (5835,95,1060.82,-3089.71,105.229,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,41,6280.01,-4269.13,735.894,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,42,6258.96,-4251.5,735.476,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,43,6260.61,-4236.57,734.086,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,44,6286.39,-4221.5,724.38,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,45,6327.71,-4218.92,721.23,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,46,6365.36,-4205.96,711.091,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,47,6380.78,-4186.57,705.823,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,48,6365.36,-4205.96,711.091,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,49,6327.71,-4218.92,721.23,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,50,6286.39,-4221.5,724.38,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,51,6260.61,-4236.57,734.086,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,52,6258.96,-4251.5,735.476,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,53,6280.01,-4269.13,735.894,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,54,6317.18,-4280.97,733.071,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,55,6338.89,-4285.09,725.661,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,56,6356.4,-4298.41,720.158,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,57,6362.86,-4328.88,726.908,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,58,6364.21,-4363.73,738.533,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,59,6389.61,-4387.15,731.328,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,60,6424.51,-4403.56,722.54,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,61,6449.63,-4421.93,723.395,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,62,6460.92,-4454.01,729.607,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,63,6450.27,-4486.06,733.411,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,64,6458.24,-4526.25,723.902,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,65,6495.58,-4547.87,716.137,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,66,6525.88,-4563,713.348,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,67,6552.84,-4585.88,703.999,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,68,6559.54,-4618.04,699.164,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,69,6568.84,-4646.38,694.206,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,70,6580.94,-4680.03,700.68,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,71,6583.19,-4721.82,699.985,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,72,6574.48,-4751.12,696.631,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,73,6550.17,-4785.08,698.355,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,74,6551.27,-4819.07,703.502,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,75,6560.69,-4846.88,702.222,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,76,6560,-4860.85,701.915,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,77,6535.35,-4877.96,709.66,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,78,6510.16,-4904.85,721.889,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,79,6500.9,-4934.62,725.975,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,80,6484.62,-4964.16,728.388,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,81,6466.92,-4989.89,733.592,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,82,6438.63,-5018.77,739.511,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,83,6408.91,-5042.45,747.104,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,84,6378.59,-5045.98,751.77,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,85,6333.25,-5046.22,760.899,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,86,6295.05,-5045.93,768.919,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,87,6255.66,-5044.65,774.014,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,88,6224.25,-5048.05,777.68,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,89,6182.59,-5064.94,783.429,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,90,6143.76,-5048.5,788.654,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,91,6110.54,-5029.36,791.502,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,92,6064.57,-5021.38,783.769,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,93,6019.5,-5040.97,784.711,0,0,0,0,0,0,0,0,0,100,0,0), - (10202,94,5977.62,-5059.16,798.207,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,1,-11351.9,-2754.5,7.95043,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,13,-11370.7,-2855.8,4.71995,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,12,-11396.9,-2926.05,3.04129,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,11,-11331,-2986.1,3.21401,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,10,-11380.8,-3012.74,-4.27558,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,9,-11444.1,-3037.88,1.11443,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,8,-11500.1,-3041.02,-0.783425,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,7,-11444,-3037.98,1.11936,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,6,-11380.8,-3013.05,-4.29948,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,5,-11330.8,-2986.01,3.24732,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,4,-11396.7,-2926.03,3.05246,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,3,-11370.9,-2855.73,4.67282,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,2,-11358.7,-2797.01,5.45784,0,0,0,0,0,0,0,0,0,100,0,0), - (5981,14,-11358.6,-2796.98,5.47431,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,1,-4939.54,-3988.18,297.664,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,2,-4934.41,-3956.61,299.322,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,3,-4930.9,-3929.37,300.873,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,4,-4947.59,-3919.9,304.791,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,5,-4964.14,-3915.31,304.241,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,6,-4979.53,-3920.97,306.689,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,7,-4992.26,-3902.35,304.683,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,8,-4966.5,-3892.56,308.452,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,9,-4938.92,-3897.53,306.829,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,10,-4922.35,-3899.45,304.168,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,11,-4902.5,-3875.9,301.905,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,12,-4901.66,-3855.75,303.325,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,13,-4894.05,-3836.62,303.696,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,14,-4882.61,-3858.98,303.067,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,15,-4882.66,-3888.17,303.553,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,16,-4876.7,-3915.52,303.203,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,17,-4866.46,-3938.08,303.719,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,18,-4866.31,-3951.32,303.382,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,19,-4870.64,-3979.35,299.565,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,20,-4885.62,-3994.9,298.746,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,21,-4907.39,-3993.52,297.674,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,22,-4933.76,-3980.67,298.433,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,23,-4953.6,-4002.15,299.053,0,0,0,0,0,0,0,0,0,100,0,0), - (14267,24,-4983.44,-4009.71,299.554,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,1,591.098,-1326.51,92.2916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,2,605.883,-1321.84,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,3,624.948,-1316.58,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,4,643.687,-1307.64,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,5,668.631,-1300.92,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,6,692.319,-1303.29,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,7,718.773,-1311.1,91.8569,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,8,742.36,-1321.82,92.6459,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,9,754.919,-1329.23,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,10,761.752,-1348.34,91.7288,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,11,758.361,-1361.86,91.7288,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,12,746.012,-1375.54,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,13,722.187,-1385.72,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,14,699.241,-1382.39,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,15,686.015,-1369.51,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,16,675.795,-1361.89,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,17,665.328,-1355.35,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,18,652.188,-1344.57,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,19,636.429,-1334.76,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,20,628.536,-1323.14,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,21,623.619,-1314.03,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,22,615.407,-1298.6,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,23,604.114,-1284.03,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,24,587.851,-1269.01,92.0619,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,25,576.031,-1259.97,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,26,560.895,-1256.68,92.0468,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,27,545.482,-1255.18,91.8714,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,28,534.852,-1253.39,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,29,526.591,-1260.62,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,30,510.401,-1285.22,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,31,510.391,-1306.54,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,32,515.124,-1321.95,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,33,521.895,-1336.84,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,34,529.782,-1343.76,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,35,556.792,-1356.99,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,36,567.064,-1368.91,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,37,574.606,-1382.9,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,38,578.411,-1399.87,93.3668,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,39,584.315,-1420.1,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,40,588.742,-1440.73,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,41,577.568,-1461.41,92.6667,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,42,567.409,-1473.39,92.4488,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,43,555.569,-1487.63,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,44,538.345,-1499.21,93.1349,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,45,517.216,-1501.07,94.5103,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,46,492.097,-1496.38,94.3223,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,47,474.586,-1480.68,93.079,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,48,464.53,-1462.18,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,49,460.698,-1444.19,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,50,466.94,-1424.12,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,51,470.694,-1413.05,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,52,482.416,-1399.12,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,53,502.072,-1380.88,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,54,527.991,-1362.11,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,55,542.13,-1349.18,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,56,562.347,-1341.45,91.8798,0,0,0,0,0,0,0,0,0,100,0,0), - (5830,57,578.54,-1335.66,92.8374,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,1,-13771.4,-194.148,23.583,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,2,-13800.7,-171.255,16.7519,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,3,-13825.3,-138.949,17.0619,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,4,-13839.2,-104.739,15.7448,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,5,-13854.5,-89.1006,16.511,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,6,-13880.1,-68.9872,22.9198,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,7,-13884.6,-54.9285,27.637,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,8,-13903.9,-29.4088,29.5113,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,9,-13907.9,-7.801,27.4434,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,10,-13917.5,25.832,15.024,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,11,-13918.5,50.2203,15.4537,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,12,-13935.6,86.9033,15.8911,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,13,-13958,96.2463,15.2997,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,14,-13977.5,107.883,13.9424,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,15,-13996.9,126.204,14.4753,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,16,-14008,152.994,13.5225,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,17,-14009.7,182.66,13.3531,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,18,-14022.4,197.13,13.2064,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,19,-14057,213.87,13.2311,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,20,-14022.4,197.13,13.2064,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,21,-14009.7,182.66,13.3531,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,22,-14008,152.994,13.5225,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,23,-13996.9,126.204,14.4753,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,24,-13977.5,107.883,13.9424,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,25,-13958,96.2463,15.2997,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,26,-13935.6,86.9033,15.8911,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,27,-13918.5,50.2203,15.4537,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,28,-13917.6,26.2207,14.774,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,29,-13907.9,-7.801,27.4434,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,30,-13903.9,-29.4088,29.5113,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,31,-13884.6,-54.9285,27.637,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,32,-13880.1,-68.9872,22.9198,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,33,-13854.5,-89.1006,16.511,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,34,-13839.2,-104.739,15.7448,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,35,-13825.3,-138.949,17.0619,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,36,-13800.7,-171.255,16.7519,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,37,-13771.4,-194.148,23.583,0,0,0,0,0,0,0,0,0,100,0,0), - (14491,38,-13768.6,-210.916,28.3924,0,0,0,0,0,0,0,0,0,100,0,0), - (11558,1,7031.82,-2119.09,586.56,0,0,0,0,0,0,0,0,0,100,0,0), - (11558,2,7049.33,-2116.2,586.401,0,0,0,0,0,0,0,0,0,100,0,0), - (11558,3,7059.67,-2115.57,586.442,0,0,0,0,0,0,0,0,0,100,0,0), - (11558,4,7085.17,-2116.51,582.419,0,0,0,0,0,0,0,0,0,100,0,0), - (11558,5,7059.87,-2115.56,586.502,0,0,0,0,0,0,0,0,0,100,0,0), - (11558,6,7049.33,-2116.2,586.401,0,0,0,0,0,0,0,0,0,100,0,0), - (11558,7,7031.82,-2119.09,586.568,0,0,0,0,0,0,0,0,0,100,0,0), - (11558,8,7000.17,-2123.92,588.516,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,1,-899.749,-1039.66,30.3725,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,2,-925.451,-1045.89,30.4729,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,3,-956.185,-1014.9,30.7775,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,4,-954.624,-983.011,30.4729,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,5,-943.662,-964.655,30.4531,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,6,-922.421,-948.169,31.4945,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,7,-901.652,-959.997,30.3695,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,8,-879.94,-972.891,30.4711,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,9,-869.37,-999.796,30.4711,0,0,0,0,0,0,0,0,0,100,0,0), - (14278,10,-879.45,-1032.25,30.4729,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,29,10182.5,2339.69,1328.04,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,30,10185.9,2333.11,1327.83,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,31,10186.5,2328.58,1327.9,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,32,10181.4,2314.36,1327.83,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,33,10170.9,2294.66,1327.87,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,34,10155.1,2273.72,1328.55,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,35,10140.4,2259.7,1328.09,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,36,10131,2249.28,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,37,10126.2,2246.83,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,38,10120.1,2247.96,1327.58,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,39,10114,2253.09,1327.58,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,40,10099,2271.4,1328.18,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,41,10088.5,2287.25,1329.36,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,42,10081.6,2295.72,1329.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,43,10075.9,2295.84,1329.49,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,44,10067.8,2290.9,1329.49,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,45,10055.8,2285.36,1329.47,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,46,10035.5,2280.12,1328.99,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,47,10019.1,2281.63,1335.94,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,48,10009.5,2282.59,1341.06,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,49,10001.9,2282.78,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,50,9974.47,2279.73,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,51,9958.83,2279.62,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,52,9954.92,2282.52,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,53,9950.62,2289.64,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,54,9948.64,2298.74,1338.22,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,55,9948.25,2316.27,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,56,9947.92,2327.04,1334.3,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,57,9946.04,2352.68,1330.66,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,58,9944.61,2386.32,1329.33,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,59,9942.54,2429.39,1325.19,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,60,9943.56,2456.7,1320.44,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,61,9945.89,2478.35,1316.33,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,62,9945.46,2483.71,1316.21,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,63,9941.52,2488.43,1316.87,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,64,9934.64,2492.63,1317.83,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,65,9931.78,2496.82,1317.9,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,66,9923.84,2505.3,1318.09,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,67,9918.91,2507.74,1317.5,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,68,9915.42,2512.41,1317.08,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,69,9914.59,2520.89,1316.92,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,70,9910.34,2527.94,1316.42,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,71,9909.56,2533.26,1316.42,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,72,9912.56,2537.83,1316.57,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,73,9924.19,2546.5,1317.25,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,74,9941.22,2553.06,1316.75,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,75,9949.14,2553.75,1316.44,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,76,9955.25,2548.69,1316.79,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,77,9961.83,2545.14,1316.98,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,78,9968.58,2541.93,1316.86,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,79,9987.74,2520.83,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,80,9993.47,2514.22,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,81,10002.2,2510.39,1316.53,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,82,10012.2,2506.15,1319.02,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,83,10031.3,2500.34,1318.44,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,84,10036.8,2500.6,1318.42,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,85,10051.1,2508.17,1318.38,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,86,10062.5,2514.76,1320.09,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,87,10074.4,2521.6,1319.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,88,10084.5,2527.64,1317.59,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,89,10089.4,2533.48,1317.89,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,90,10095.5,2538.91,1319.05,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,91,10101.1,2539.83,1319.65,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,92,10117,2542.48,1321.31,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,93,10124.5,2544.19,1321.73,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,94,10131.5,2546.76,1321.84,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,95,10136.5,2550.14,1321.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,96,10139.3,2553.62,1321.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,97,10139.5,2557.88,1321.92,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,98,10138.1,2563.78,1322.17,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,99,10135,2566.4,1322.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,100,10132.2,2571.3,1323.27,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,101,10131.5,2574.56,1323.76,0,0,0,0,0,0,0,0,0,100,0,0), - (14379,102,10134,2573.48,1323.26,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,1,9638.43,2346.32,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,2,9642.42,2345.29,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,3,9646.58,2338.54,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,4,9651.49,2331.64,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,5,9657.66,2327.23,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,6,9666.33,2319.36,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,7,9675.03,2310.88,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,8,9683.05,2301.89,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,9,9690.5,2290.4,1327.69,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,10,9696.08,2281.54,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,11,9703.66,2272.61,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,12,9713.59,2265.06,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,13,9722.45,2259.8,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,14,9728.66,2257.95,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,15,9732.5,2259.53,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,16,9739.26,2264.79,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,17,9744.65,2271.52,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,18,9753.03,2281.13,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,19,9761.17,2288.4,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,20,9766.56,2293.85,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,21,9768.29,2297.79,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,22,9767.63,2303.68,1327.53,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,23,9763.53,2310.94,1327.92,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,24,9758.54,2320.25,1328.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,25,9752.69,2329.33,1328.73,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,26,9746.06,2335.5,1328.77,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,27,9740.74,2340.18,1328.29,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,28,9733.45,2342.2,1327.97,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,29,9728.34,2347.02,1327.62,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,30,9724.54,2351.81,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,31,9719.77,2357.38,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,32,9716.24,2359.51,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,33,9713.92,2358.9,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,34,9713.4,2357.47,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,35,9715.08,2355.19,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,36,9722.51,2348.68,1327.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,37,9731.41,2339.11,1327.91,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,38,9738.89,2335.75,1328.72,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,39,9742.57,2333.9,1328.97,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,40,9748.34,2329.59,1328.98,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,41,9752.23,2325.58,1328.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,42,9755.49,2319.34,1328.48,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,43,9756.31,2314.43,1328.29,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,44,9760.53,2310.07,1327.98,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,45,9762.57,2305.8,1327.91,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,46,9771.15,2298.07,1327.4,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,47,9779.69,2289.91,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,48,9783.95,2287.09,1327.59,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,49,9791.25,2283.94,1327.72,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,50,9798.12,2283.38,1327.41,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,51,9804.93,2283.01,1326.9,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,52,9814.32,2278.78,1327.15,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,53,9822.92,2276.22,1327.08,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,54,9832.75,2277,1327.02,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,55,9843.3,2278.08,1326.69,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,56,9858.15,2278.75,1327.31,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,57,9869.67,2278.27,1328.65,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,58,9880.76,2278.4,1333.93,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,59,9890.19,2279.55,1338.62,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,60,9899.4,2279.8,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,61,9912.73,2278.86,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,62,9924,2278.35,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,63,9936.09,2278.17,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,64,9943.57,2279.43,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,65,9947.86,2282.39,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,66,9949.2,2285,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,67,9949.31,2287.86,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,68,9949.21,2293.42,1341.01,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,69,9948.45,2304.3,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,70,9948.39,2313.23,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,71,9948.18,2323.52,1335.34,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,72,9947.3,2336.46,1331.54,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,73,9946.19,2354.28,1330.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,74,9945.45,2375.02,1329.95,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,75,9944.13,2409.82,1327.69,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,76,9943,2428.54,1325.31,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,77,9942.94,2447.72,1322.23,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,78,9944.98,2470.11,1317.46,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,79,9946.16,2480.07,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,80,9945.3,2483.65,1316.22,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,81,9938,2490,1317.36,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,82,9932.35,2496.28,1317.9,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,83,9923.41,2503.71,1318.04,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,84,9919.17,2505.46,1317.52,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,85,9915.68,2505.95,1316.99,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,86,9907.49,2505.25,1316.05,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,87,9899.11,2503.24,1318.12,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,88,9888.55,2501.81,1317.87,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,89,9882.41,2498.56,1315.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,90,9878.96,2494.41,1315.86,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,91,9876.62,2488.41,1315.85,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,92,9876.19,2481.46,1316.11,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,93,9877.87,2476.74,1317.8,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,94,9880.84,2470.35,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,95,9883.1,2465.26,1317.3,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,96,9886.26,2458.91,1317.37,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,97,9886.66,2453.56,1317.24,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,98,9883.71,2439.95,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,99,9878.99,2428.08,1316.38,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,100,9863.95,2399.86,1316.92,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,101,9850.01,2376.19,1316.35,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,102,9843.15,2368.84,1315.74,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,103,9840.7,2365.62,1316.86,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,104,9837.72,2360.19,1316.71,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,105,9838.51,2348.59,1314.84,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,106,9839.29,2340.45,1314.31,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,107,9839.9,2333.73,1314.31,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,108,9839.62,2321.73,1315.66,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,109,9839.23,2310.68,1318.19,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,110,9840.33,2308.16,1318.49,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,111,9843.7,2303.42,1319.43,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,112,9846.72,2298.52,1320.63,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,113,9849.66,2288.96,1324.03,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,114,9850.79,2280.19,1326.28,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,115,9851.72,2269.08,1327.14,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,116,9851.05,2260.47,1327.67,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,117,9849.52,2250.54,1327.67,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,118,9846.16,2241.25,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,119,9842.95,2232.97,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,120,9838.71,2226.47,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,121,9835.18,2221.21,1327.83,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,122,9830.41,2218.2,1327.93,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,123,9824.44,2216.95,1327.89,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,124,9816.69,2216.25,1327.76,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,125,9806.7,2217.33,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,126,9798.7,2220.23,1327.71,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,127,9791.35,2224.93,1327.68,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,128,9781.25,2231.72,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,129,9769.54,2238.83,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,130,9759.6,2244.79,1327.73,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,131,9747.96,2250.43,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,132,9739.26,2255.18,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,133,9727.25,2261.62,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,134,9719.52,2265.09,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,135,9712.61,2270.8,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,136,9704.03,2278.19,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,137,9698.98,2283.58,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,138,9696.37,2289.91,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,139,9690.62,2298.11,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,140,9681.88,2308.4,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,141,9673.43,2317.45,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,142,9667.44,2324.24,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,143,9662.45,2327.01,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,144,9658.77,2330.16,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,145,9650.28,2338.99,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,146,9647.56,2342.8,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,147,9644.05,2347.35,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,148,9640.74,2349.45,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,149,9636.61,2349.85,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,150,9632.39,2350.49,1327.86,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,151,9630.26,2349.64,1327.88,0,0,0,0,0,0,0,0,0,100,0,0), - (14380,152,9632.67,2347.17,1327.85,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,1,-440.007,40.4573,-208.528,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,2,-403.428,48.1517,-208.92,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,3,-393.459,63.5904,-209.678,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,4,-406.709,75.8918,-210.99,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,5,-421.506,82.5705,-210.045,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,6,-428.759,100.234,-209.626,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,7,-409.098,109.523,-210.525,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,8,-393.271,112.121,-209.804,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,9,-380.83,95.3402,-210.582,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,10,-372.115,112.371,-209.234,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,11,-372.697,137.794,-208.769,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,12,-396.703,139.501,-210.381,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,13,-372.697,137.794,-208.769,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,14,-396.703,139.501,-210.381,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,15,-372.697,137.794,-208.769,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,16,-372.115,112.371,-209.234,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,17,-380.83,95.3402,-210.582,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,18,-393.271,112.121,-209.804,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,19,-409.098,109.523,-210.525,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,20,-428.759,100.234,-209.626,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,21,-421.506,82.5705,-210.045,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,22,-406.709,75.8918,-210.99,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,23,-393.459,63.5904,-209.678,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,24,-403.428,48.1517,-208.92,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,25,-440.007,40.4573,-208.528,0,0,0,0,0,0,0,0,0,100,0,0), - (7079,26,-471.277,47.9361,-208.061,0,0,0,0,0,0,0,0,0,100,0,0), - (934,19,-9285.21,-2216.08,63.26,0,0,0,0,0,0,0,0,0,100,0,0), - (934,20,-9284.11,-2226.77,63.3911,0,0,0,0,0,0,0,0,0,100,0,0), - (934,21,-9283.65,-2243.7,63.5711,0,0,0,0,0,0,0,0,0,100,0,0), - (934,22,-9281.13,-2260.52,65.9722,0,0,0,0,0,0,0,0,0,100,0,0), - (934,23,-9275.42,-2273.58,67.4109,0,0,0,0,0,0,0,0,0,100,0,0), - (934,24,-9271.06,-2266.03,66.2466,0,0,0,0,0,0,0,0,0,100,0,0), - (934,25,-9270.65,-2245.76,64.0462,0,0,0,0,0,0,0,0,0,100,0,0), - (934,26,-9269.66,-2222.43,64.0023,0,0,0,0,0,0,0,0,0,100,0,0), - (934,27,-9268.26,-2200,64.0579,0,0,0,0,0,0,0,0,0,100,0,0), - (934,28,-9266.45,-2182.23,64.0896,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,1,-7310.08,-1957.69,298.075,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,2,-7292.15,-1949.4,299.021,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,3,-7267.91,-1944.4,296.293,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,4,-7237.89,-1957.55,306.862,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,5,-7200.45,-1957.6,313.028,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,6,-7194.84,-1935.5,320.013,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,7,-7187.06,-1901.58,317.027,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,8,-7171.25,-1866.99,312.428,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,9,-7191.67,-1900.2,315.428,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,10,-7211.13,-1900.2,305.948,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,11,-7233.34,-1883.14,293.816,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,12,-7211.13,-1900.2,306.243,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,13,-7191.67,-1900.29,315.525,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,14,-7171.27,-1866.96,312.351,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,15,-7187.07,-1901.55,317.053,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,16,-7194.84,-1935.5,320.013,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,17,-7200.45,-1957.6,313.028,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,18,-7237.89,-1957.55,306.862,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,19,-7267.91,-1944.4,296.293,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,20,-7291.48,-1949.41,298.971,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,21,-7309.88,-1957.6,298.049,0,0,0,0,0,0,0,0,0,100,0,0), - (5833,22,-7324.22,-1962.19,298.071,0,0,0,0,0,0,0,0,0,100,0,0), - (8480,1,-6679.93,-1194.36,240.297,45000,848001,0,0,0,0,0,0,0,2.96706,0,0), - (8480,2,-6879.3,-1187.34,253.384,0,0,0,0,0,0,0,0,0,3.10877,0,0), - (2151,1,9848.04,1041.22,1304.85,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,2,9858.52,1069.36,1307.46,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,3,9875.29,1083.34,1308.01,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,4,9882.02,1097.79,1307.99,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,5,9883.15,1111.71,1307.96,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,6,9890,1120.49,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,7,9907.28,1132.35,1307.9,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,8,9914.82,1147.38,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,9,9918.2,1163.74,1307.88,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,10,9916.63,1182.79,1308.02,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,11,9911.21,1195.08,1308.58,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,12,9909.48,1204.53,1308.46,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,13,9911.23,1216.3,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,14,9922.35,1235.1,1307.82,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,15,9930.69,1241.98,1307.91,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,16,9939.68,1245.05,1307.84,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,17,9950.57,1245.9,1307.82,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,18,9974.05,1243.7,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,19,9986.35,1244.66,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,20,9996.67,1249.89,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,21,10004.9,1258.47,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,22,10019.9,1280.59,1307.57,60000,0,0,0,0,0,0,0,0,100,0,0), - (2151,23,10004.9,1258.47,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,24,9996.67,1249.89,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,25,9986.35,1244.66,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,26,9974.05,1243.7,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,27,9950.57,1245.9,1307.82,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,28,9939.68,1245.05,1307.84,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,29,9930.69,1241.98,1307.91,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,30,9922.35,1235.1,1307.82,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,31,9911.23,1216.3,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,32,9909.48,1204.53,1308.46,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,33,9911.21,1195.08,1308.58,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,34,9916.63,1182.79,1308.02,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,35,9918.2,1163.74,1307.88,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,36,9914.82,1147.38,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,37,9907.28,1132.35,1307.9,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,38,9890,1120.49,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,39,9883.15,1111.71,1307.96,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,40,9882.02,1097.79,1307.99,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,41,9875.29,1083.34,1308.01,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,42,9858.52,1069.36,1307.46,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,43,9848.04,1041.22,1304.85,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,44,9847.16,1033.06,1304.84,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,45,9846.97,1016.45,1305.5,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,46,9846.9,1001.48,1305.45,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,47,9848.38,984.463,1305.21,120000,0,0,0,0,0,0,0,0,100,0,0), - (2151,48,9847.17,1002.49,1305.47,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,49,9847.01,1016.18,1305.5,0,0,0,0,0,0,0,0,0,100,0,0), - (2151,50,9847.45,1033.03,1304.85,0,0,0,0,0,0,0,0,0,100,0,0), - (448,1,-9946,604.266,38.2862,10000,0,0,0,0,0,0,0,0,1.857,0,0), - (448,2,-9969.58,625.799,38.4956,0,0,0,0,0,0,0,0,0,2.35573,0,0), - (448,3,-9996.3,638.969,39.1481,0,0,0,0,0,0,0,0,0,2.69738,0,0), - (448,4,-10010.6,646.303,37.7379,10000,0,0,0,0,0,0,0,0,2.85838,0,0), - (448,5,-10056.1,659.915,39.1032,0,0,0,0,0,0,0,0,0,2.85053,0,0), - (448,6,-10084.5,663.626,35.179,0,0,0,0,0,0,0,0,0,3.01154,0,0), - (448,7,-10104.2,683.092,31.897,10000,0,0,0,0,0,0,0,0,2.36358,0,0), - (448,8,-10115.9,648.876,35.9839,0,0,0,0,0,0,0,0,0,4.29959,0,0), - (448,9,-10101.4,613.373,38.9122,0,0,0,0,0,0,0,0,0,0.282274,0,0), - (448,10,-10068.6,623.025,39.2644,10000,0,0,0,0,0,0,0,0,5.64654,0,0), - (448,11,-10053.6,612.915,39.6109,0,0,0,0,0,0,0,0,0,0.195881,0,0), - (448,12,-9982.26,628.856,38.2322,0,0,0,0,0,0,0,0,0,5.73687,0,0), - (1278,1,-5400.81,-2890.18,342.151,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,2,-5402.46,-2887.74,342.526,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,3,-5402.48,-2884.26,342.651,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,4,-5396.96,-2881.71,342.044,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,5,-5385.52,-2874.89,341.044,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,6,-5376.24,-2867.62,340.669,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,7,-5367.39,-2861.61,340.464,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,8,-5358.19,-2859.16,339.986,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,9,-5346.85,-2858.04,340.236,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,10,-5327.97,-2859.75,339.807,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,11,-5298.9,-2869.29,339.22,150000,0,0,0,0,0,0,0,0,0,0,0), - (1278,12,-5327.97,-2859.75,339.807,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,13,-5345.94,-2858.23,340.236,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,14,-5360.1,-2859.91,339.986,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,15,-5366.3,-2860.87,340.486,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,16,-5372.33,-2864.81,340.589,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,17,-5385.4,-2874.93,341.044,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,18,-5393.84,-2884.03,342.044,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,19,-5396.55,-2889.1,341.919,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,20,-5400.07,-2890.89,342.151,0,0,0,0,0,0,0,0,0,0,0,0), - (1278,21,-5400.07,-2890.89,342.151,150000,0,0,0,0,0,0,0,0,1.5708,0,0), - (8891,1,685.89,-279.73,-43.1944,0,889101,0,0,0,0,0,0,0,0.471239,0,0), - (8891,2,685.89,-279.73,-43.1944,10800000,0,0,0,0,0,0,0,0,0.471239,0,0), - (2258,1,664.315,-1027.59,160.39,0,0,0,0,0,0,0,0,0,3.55749,0,0), - (2258,2,654.02,-1032.34,163.127,0,0,0,0,0,0,0,0,0,3.56752,0,0), - (2258,3,634.638,-1041.36,163.816,0,0,0,0,0,0,0,0,0,4.42055,0,0), - (2258,4,622.304,-1055.48,163.186,0,0,0,0,0,0,0,0,0,4.61123,0,0), - (2258,5,620.168,-1114.91,160.186,0,0,0,0,0,0,0,0,0,5.09796,0,0), - (2258,6,627.218,-1131.61,159.535,0,0,0,0,0,0,0,0,0,5.01767,0,0), - (2258,7,631.939,-1149.35,155.421,0,0,0,0,0,0,0,0,0,4.67646,0,0), - (2258,8,629.934,-1192.34,145.181,0,0,0,0,0,0,0,0,0,4.80191,0,0), - (2258,9,633.981,-1229.12,136.877,0,0,0,0,0,0,0,0,0,4.82198,0,0), - (2258,10,634.73,-1271.43,121.429,0,0,0,0,0,0,0,0,0,4.58112,0,0), - (2258,11,627.306,-1321.81,106.197,0,0,0,0,0,0,0,0,0,4.56607,0,0), - (2258,12,629.422,-1375.57,93.9589,0,0,0,0,0,0,0,0,0,5.12304,0,0), - (2258,13,643.925,-1408.88,87.1831,0,0,0,0,0,0,0,0,0,5.42411,0,0), - (2258,14,668.443,-1437.6,81.8552,0,0,0,0,0,0,0,0,0,5.85564,0,0), - (2258,15,708.689,-1455.94,81.4619,0,0,0,0,0,0,0,0,0,6.1818,0,0), - (2258,16,745.689,-1459.7,80.3421,0,0,0,0,0,0,0,0,0,6.1818,0,0), - (2258,17,708.769,-1455.86,81.4599,0,0,0,0,0,0,0,0,0,2.67848,0,0), - (2258,18,667.903,-1437.37,81.9153,0,0,0,0,0,0,0,0,0,2.28709,0,0), - (2258,19,643.733,-1408.63,87.2146,0,0,0,0,0,0,0,0,0,2.0362,0,0), - (2258,20,629.19,-1375.19,94.0446,0,0,0,0,0,0,0,0,0,1.64982,0,0), - (2258,21,627.374,-1321.59,106.257,0,0,0,0,0,0,0,0,0,1.49929,0,0), - (2258,22,634.783,-1271.27,121.478,0,0,0,0,0,0,0,0,0,1.53943,0,0), - (2258,23,633.98,-1228.57,137.007,0,0,0,0,0,0,0,0,0,1.58961,0,0), - (2258,24,629.947,-1191.76,145.328,0,0,0,0,0,0,0,0,0,1.57957,0,0), - (2258,25,631.939,-1148.87,155.504,0,0,0,0,0,0,0,0,0,1.84552,0,0), - (2258,26,627.116,-1131.07,159.662,0,0,0,0,0,0,0,0,0,1.96595,0,0), - (2258,27,620.092,-1114.7,160.189,0,0,0,0,0,0,0,0,0,1.53441,0,0), - (2258,28,622.218,-1054.98,163.22,0,0,0,0,0,0,0,0,0,0.857007,0,0), - (2258,29,634.789,-1041.15,163.826,0,0,0,0,0,0,0,0,0,0.495724,0,0), - (2258,30,653.802,-1032.34,163.225,0,0,0,0,0,0,0,0,0,0.420457,0,0), - (3653,1,-44.8007,305.259,-106.417,0,0,0,0,0,0,0,0,0,5.56568,0,0), - (3653,2,-32.5041,290.754,-106.417,0,0,0,0,0,0,0,0,0,5.35127,0,0), - (3653,3,-20.8746,273.006,-106.417,0,0,0,0,0,0,0,0,0,5.13136,0,0), - (3653,4,-11.3159,247.89,-106.344,0,0,0,0,0,0,0,0,0,4.74102,0,0), - (3653,5,-8.17325,223.437,-106.163,0,0,0,0,0,0,0,0,0,4.71353,0,0), - (3653,6,-7.57741,202.096,-106.163,0,0,0,0,0,0,0,0,0,4.67584,0,0), - (3653,7,-8.89105,181.096,-106.163,0,0,0,0,0,0,0,0,0,4.6405,0,0), - (3653,8,-11.3937,163.913,-106.163,0,0,0,0,0,0,0,0,0,4.3499,0,0), - (3653,9,-16.1442,149.352,-106.163,0,0,0,0,0,0,0,0,0,4.39702,0,0), - (3653,10,-28.404,128.264,-106.163,0,0,0,0,0,0,0,0,0,4.12606,0,0), - (3653,11,-46.7483,102.631,-106.163,0,0,0,0,0,0,0,0,0,4.25958,0,0), - (3653,12,-52.9205,90.712,-106.163,0,0,0,0,0,0,0,0,0,4.53492,0,0), - (3653,13,-55.1093,83.4505,-106.163,0,0,0,0,0,0,0,0,0,4.22312,0,0), - (3653,14,-58.6901,76.3781,-106.163,0,0,0,0,0,0,0,0,0,3.97022,0,0), - (3653,15,-62.9525,72.3359,-106.163,0,0,0,0,0,0,0,0,0,3.48328,0,0), - (3653,16,-75.996,71.5946,-106.163,0,0,0,0,0,0,0,0,0,3.36782,0,0), - (3653,17,-84.1777,69.2621,-106.163,0,0,0,0,0,0,0,0,0,3.64035,0,0), - (3653,18,-92.3134,65.9368,-106.163,0,0,0,0,0,0,0,0,0,3.27122,0,0), - (3653,19,-100.357,66.2251,-106.259,0,0,0,0,0,0,0,0,0,2.80312,0,0), - (3653,20,-120.69,71.8824,-106.442,0,0,0,0,0,0,0,0,0,3.06701,0,0), - (3653,21,-139.212,71.107,-106.166,0,0,0,0,0,0,0,0,0,3.45657,0,0), - (3653,22,-150.104,65.7444,-106.311,0,0,0,0,0,0,0,0,0,3.89404,0,0), - (3653,23,-155.877,58.1956,-106.361,0,0,0,0,0,0,0,0,0,4.52157,0,0), - (3653,24,-154.651,32.4415,-106.648,0,0,0,0,0,0,0,0,0,4.82708,0,0), - (3653,25,-154.773,12.4538,-105.7,0,0,0,0,0,0,0,0,0,4.348,0,0), - (3653,26,-158.958,2.82365,-106.208,0,0,0,0,0,0,0,0,0,4.04719,0,0), - (3653,27,-173.109,-6.59597,-106.397,0,0,0,0,0,0,0,0,0,3.51705,0,0), - (3653,28,-190.102,-9.4344,-106.243,0,0,0,0,0,0,0,0,0,3.1267,0,0), - (3653,29,-169.26,-5.08474,-106.375,0,0,0,0,0,0,0,0,0,0.448495,0,0), - (3653,30,-156.951,6.08111,-106.009,0,0,0,0,0,0,0,0,0,1.07681,0,0), - (3653,31,-153.483,21.6673,-105.47,0,0,0,0,0,0,0,0,0,1.55198,0,0), - (3653,32,-154.685,51.2861,-106.352,0,0,0,0,0,0,0,0,0,1.34699,0,0), - (3653,33,-149.849,64.9798,-106.338,0,0,0,0,0,0,0,0,0,0.953333,0,0), - (3653,34,-139.068,71.1707,-106.154,0,0,0,0,0,0,0,0,0,0.311758,0,0), - (3653,35,-120.406,72.0676,-106.439,0,0,0,0,0,0,0,0,0,6.03417,0,0), - (3653,36,-109.081,70.1327,-106.401,0,0,0,0,0,0,0,0,0,6.08915,0,0), - (3653,37,-97.633,66.0886,-106.184,0,0,0,0,0,0,0,0,0,6.23837,0,0), - (3653,38,-88.6407,66.2216,-106.161,0,0,0,0,0,0,0,0,0,0.385583,0,0), - (3653,39,-80.4933,71.5953,-106.161,0,0,0,0,0,0,0,0,0,0.338459,0,0), - (3653,40,-63.3656,72.3782,-106.161,0,0,0,0,0,0,0,0,0,0.422497,0,0), - (3653,41,-56.8746,77.2352,-106.161,0,0,0,0,0,0,0,0,0,1.02333,0,0), - (3653,42,-52.9606,90.3188,-106.161,0,0,0,0,0,0,0,0,0,1.29036,0,0), - (3653,43,-45.6264,103.709,-106.161,0,0,0,0,0,0,0,0,0,0.948714,0,0), - (3653,44,-28.8159,127.738,-106.161,0,0,0,0,0,0,0,0,0,0.960495,0,0), - (3653,45,-19.063,141.466,-106.161,0,0,0,0,0,0,0,0,0,1.03118,0,0), - (3653,46,-12.2858,158.042,-106.161,0,0,0,0,0,0,0,0,0,1.45451,0,0), - (3653,47,-9.01831,171.966,-106.161,0,0,0,0,0,0,0,0,0,1.39561,0,0), - (3653,48,-7.55996,201.698,-106.161,0,0,0,0,0,0,0,0,0,1.60766,0,0), - (3653,49,-7.859,222.945,-106.161,0,0,0,0,0,0,0,0,0,1.6862,0,0), - (3653,50,-11.2468,247.599,-106.339,0,0,0,0,0,0,0,0,0,1.77652,0,0), - (3653,51,-16.3697,265.351,-106.417,0,0,0,0,0,0,0,0,0,1.88648,0,0), - (3653,52,-26.2989,282.527,-106.417,0,0,0,0,0,0,0,0,0,2.17315,0,0), - (3653,53,-39.9706,301.609,-106.417,0,0,0,0,0,0,0,0,0,2.38128,0,0), - (3653,54,-50.4176,309.288,-106.417,0,0,0,0,0,0,0,0,0,2.53836,0,0), - (3653,55,-72.4502,323.797,-106.162,0,0,0,0,0,0,0,0,0,2.38442,0,0), - (3653,56,-76.8971,329.161,-106.162,0,0,0,0,0,0,0,0,0,1.99722,0,0), - (3653,57,-77.1239,335.797,-106.162,0,0,0,0,0,0,0,0,0,1.3634,0,0), - (3653,58,-72.0056,353.657,-106.173,0,0,0,0,0,0,0,0,0,1.36733,0,0), - (3653,59,-70.9167,374.263,-105.182,0,0,0,0,0,0,0,0,0,1.67756,0,0), - (3653,60,-75.7733,401.265,-107.862,0,0,0,0,0,0,0,0,0,1.57546,0,0), - (3653,61,-72.2112,417.555,-107.009,0,0,0,0,0,0,0,0,0,0.850539,0,0), - (3653,62,-57.6043,427.606,-105.979,0,0,0,0,0,0,0,0,0,0.556015,0,0), - (3653,63,-71.9469,416.472,-107.104,0,0,0,0,0,0,0,0,0,4.17591,0,0), - (3653,64,-76.9202,400.773,-107.867,0,0,0,0,0,0,0,0,0,4.80423,0,0), - (3653,65,-75.4612,388.477,-106.392,0,0,0,0,0,0,0,0,0,4.93382,0,0), - (3653,66,-69.6617,368.65,-105.263,0,0,0,0,0,0,0,0,0,4.83172,0,0), - (3653,67,-72.0043,352.597,-106.162,0,0,0,0,0,0,0,0,0,4.49793,0,0), - (3653,68,-77.3223,330.255,-106.162,0,0,0,0,0,0,0,0,0,5.07125,0,0), - (3653,69,-73.4961,323.783,-106.162,0,0,0,0,0,0,0,0,0,5.64066,0,0), - (3653,70,-66.2326,318.345,-106.592,0,0,0,0,0,0,0,0,0,5.80559,0,0), - (7897,1,-574.488,113.327,-201.832,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,2,-574.915,96.983,-201.557,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,3,-571.492,84.7931,-203.301,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,4,-563.095,77.1981,-203.549,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,5,-554.813,75.1497,-201.725,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,6,-571.492,84.7931,-203.301,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,7,-574.915,96.983,-201.557,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,8,-574.488,113.327,-201.832,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,9,-572.2,123.274,-202.141,0,0,0,0,0,0,0,0,0,100,0,0), - (7897,10,-570.78,128.66,-202.141,0,0,0,0,0,0,0,0,0,100,0,0), - (7053,1,-11124.1,545.44,70.4323,24000,705301,0,0,0,0,0,0,0,1.72551,0,0), - (7053,2,-11128.9,544.692,70.4022,0,0,0,0,0,0,0,0,0,2.7881,0,0), - (7053,3,-11133.4,550.86,70.3957,180000,0,0,0,0,0,0,0,0,2.27306,0,0), - (7053,4,-11132.2,539.132,70.3766,180000,0,0,0,0,0,0,0,0,3.65131,0,0), - (7053,5,-11133.4,550.86,70.3957,180000,0,0,0,0,0,0,0,0,2.27306,0,0), - (7053,6,-11132.2,539.132,70.3766,180000,0,0,0,0,0,0,0,0,3.65131,0,0), - (7053,7,-11128.9,544.692,70.4022,3000,705302,0,0,0,0,0,0,0,2.7881,0,0), - (11282,1,1120.09,-2547.57,59.2532,0,1128201,0,0,0,0,0,0,0,100,0,0), - (11282,2,1111.05,-2537.9,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), - (11282,3,1100.43,-2547.73,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), - (11282,4,1109.6,-2558.2,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), - (11282,5,1113.59,-2555.59,59.2532,0,1128205,0,0,0,0,0,0,0,3.495,0,0), - (11282,6,1113.59,-2555.59,59.2532,0,0,0,0,0,0,0,0,0,3.495,0,0), - (11283,1,1120.72,-2548.21,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), - (11283,2,1110.95,-2538.51,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), - (11283,3,1100.73,-2547.23,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), - (11283,4,1109.56,-2557.59,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), - (11283,5,1111.49,-2556.4,59.2532,0,1128305,0,0,0,0,0,0,0,100,0,0), - (11283,6,1111.49,-2556.4,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), - (11625,1,-1290.31,1231.38,109.237,0,1162501,0,0,0,0,0,0,0,0,0,0), - (11625,2,-1277.59,1225.54,108.85,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,3,-1264.86,1219.71,108.452,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,4,-1230.04,1204.31,104.374,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,5,-1216.17,1206.24,101.889,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,6,-1202.32,1208.28,99.7026,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,7,-1188.03,1207.66,97.2208,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,8,-1170.99,1195.93,94.5615,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,9,-1155.46,1192.16,92.4374,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,10,-1127.52,1190.39,89.8358,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,11,-1113.58,1189.12,89.7403,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,12,-1070.8,1186.15,89.7403,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,13,-1037.27,1183.2,89.8006,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,14,-995.58,1177.92,89.7409,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,15,-981.817,1180.48,89.8152,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,16,-952.606,1181.99,89.7313,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,17,-935.445,1182.25,91.2113,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,18,-921.448,1182.53,93.1746,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,19,-879.467,1183.72,97.6043,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,20,-858.976,1184.22,99.0322,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,21,-828.316,1180.2,99.6657,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,22,-799.811,1176,99.3364,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,23,-757.106,1191.47,96.9164,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,24,-731.879,1208.14,92.6956,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,25,-719.12,1213.91,91.3297,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,26,-706.36,1219.67,90.2856,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,27,-689.935,1228.43,89.4426,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,28,-679.121,1237.31,89.17,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,29,-661.434,1247.28,89.17,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,30,-635.655,1258.2,89.2063,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,31,-614.489,1269.64,89.1686,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,32,-600.078,1274.85,89.1238,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,33,-586.268,1277.15,89.145,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,34,-546.297,1287.15,89.1597,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,35,-541.257,1300.21,89.1602,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,36,-536.026,1313.2,89.1314,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,37,-525.098,1338.97,89.1005,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,38,-518.852,1356.12,89.0827,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,39,-516.879,1395.56,89.0827,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,40,-518.905,1436.25,89.0696,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,41,-525.605,1446.54,88.4907,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,42,-543.459,1462.9,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,43,-557.591,1471.17,88.9477,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,44,-584.698,1478.14,88.3754,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,45,-598.459,1480.72,88.3754,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,46,-632.084,1491.03,88.3754,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,47,-644.249,1497.95,88.3754,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,48,-671.518,1528.05,88.3747,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,49,-686.193,1565.49,88.3745,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,50,-722.407,1567.28,91.314,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,51,-750.503,1560.89,90.29,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,52,-740,1534.14,90.3977,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,53,-713.547,1524.07,90.2911,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,54,-705.117,1521.1,90.3505,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,55,-697.899,1518.65,90.3092,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,56,-689.968,1515.89,90.2666,600000,1162556,0,0,0,0,0,0,0,0,0,0), - (11625,57,-653.719,1506.08,88.3746,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,58,-647.387,1501.69,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,59,-630.597,1491.17,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,60,-603.756,1483.26,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,61,-576.573,1476.54,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,62,-556.868,1470.92,88.8685,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,63,-547.471,1464.89,88.3747,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,64,-529.316,1449.97,88.402,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,65,-517.699,1433.75,89.0816,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,66,-518.09,1405.76,89.0816,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,67,-518.149,1377.76,89.0816,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,68,-521.289,1350.76,89.0816,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,69,-531.625,1324.74,89.1339,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,70,-537.391,1311.99,89.1594,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,71,-551.845,1284.12,89.1594,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,72,-578.054,1278.57,89.1685,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,73,-591.957,1276.92,89.1634,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,74,-611.806,1271.05,89.1694,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,75,-623.928,1264.06,89.1694,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,76,-653.384,1249.74,89.1694,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,77,-666.372,1244.51,89.1694,0,1162577,0,0,0,0,0,0,0,0,0,0), - (11625,78,-684.6,1232.06,89.2134,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,79,-694.027,1225.67,89.6627,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,80,-706.605,1219.58,90.2981,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,81,-732.184,1208.23,92.7376,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,82,-738.514,1204.75,93.8662,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,83,-754.159,1193.91,96.6195,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,84,-766.62,1187.59,97.8394,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,85,-792.515,1177.07,98.8327,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,86,-802.533,1175.57,99.4435,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,87,-821.772,1178.84,99.6542,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,88,-835.435,1181.9,99.6662,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,89,-848.98,1184.67,99.5782,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,90,-861.251,1185.3,98.8033,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,91,-889.179,1183.34,96.6117,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,92,-903.158,1182.57,95.2033,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,93,-931.15,1182.17,91.8346,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,94,-945.149,1182.01,89.8612,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,95,-959.149,1181.92,89.7397,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,96,-974.384,1182.91,89.8,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,97,-1001.65,1178.06,89.7398,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,98,-1011.8,1177.4,89.7398,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,99,-1033.08,1182.29,89.7629,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,100,-1073.62,1186.33,89.7398,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,101,-1101.59,1187.56,89.7398,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,102,-1129.48,1190.01,89.8855,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,103,-1153.93,1192.36,92,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,104,-1166.85,1194.28,93.9649,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,105,-1184.71,1203.56,96.6406,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,106,-1201.45,1208.2,99.5698,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,107,-1225.42,1204.68,103.502,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,108,-1235.55,1206.75,105.129,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,109,-1261.05,1218.25,108.207,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,110,-1286.64,1229.58,109.112,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,111,-1306.84,1233.21,109.771,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,112,-1331.25,1233.54,110.674,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,113,-1350.02,1227.22,111.201,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,114,-1389.37,1212.53,111.587,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,115,-1415.8,1202.23,111.948,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,116,-1424.26,1196.81,112.038,0,1162501,0,0,0,0,0,0,0,0,0,0), - (11625,117,-1449.27,1188.13,111.53,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,118,-1474.53,1186.42,109.366,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,119,-1491.78,1189.4,106.114,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,120,-1502.95,1198.12,101.757,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,121,-1512.09,1209.44,96.2469,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,122,-1520.19,1226.67,89.7861,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,123,-1522.75,1243.63,83.3864,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,124,-1520.9,1257.51,77.7027,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,125,-1518.48,1273.17,71.8991,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,126,-1516.17,1290.94,66.8473,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,127,-1514.74,1306.19,63.4211,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,128,-1511.54,1328.73,60.2051,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,129,-1505.75,1341.47,59.2142,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,130,-1494.42,1367.08,58.9254,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,131,-1485.84,1393.02,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,132,-1485.47,1407,58.9469,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,133,-1487.57,1434.84,58.9347,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,134,-1489.45,1448.71,58.9302,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,135,-1489.77,1469.49,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,136,-1483.8,1482.15,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,137,-1471.32,1507.22,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,138,-1464.94,1519.68,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,139,-1452.27,1544.64,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,140,-1442.94,1584.75,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,141,-1452.7,1610.98,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,142,-1464.1,1641.7,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,143,-1474.86,1647.49,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,144,-1500.84,1657.91,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,145,-1521.76,1671.96,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,146,-1541.37,1691.94,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,147,-1551.2,1701.92,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,148,-1571.41,1721.29,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,149,-1592.97,1739.14,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,150,-1613.28,1758.07,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,151,-1630.32,1780.27,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,152,-1645.92,1803.52,58.9296,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,153,-1661.7,1826.65,58.9271,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,154,-1681.42,1858.29,58.9271,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,155,-1686.38,1877.21,59.2059,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,156,-1692.06,1899.02,60.7504,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,157,-1699.45,1908.31,61.1412,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,158,-1717,1915.93,60.0908,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,159,-1738.04,1917.48,59.0673,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,160,-1757.16,1918.92,58.9757,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,161,-1772.71,1926.58,59.1537,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,162,-1791.81,1939.62,60.7298,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,163,-1802.7,1951.89,60.7237,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,164,-1809.79,1963.96,59.7477,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,165,-1815.2,1976.74,59.0006,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,166,-1817.51,2008.7,59.5336,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,167,-1823,2032.7,60.6767,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,168,-1821.87,2042.21,60.944,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,169,-1813.14,2068.68,63.0096,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,170,-1810.52,2082.43,63.114,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,171,-1806.9,2095.9,63.1144,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,172,-1802.03,2111.56,63.6862,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,173,-1802.03,2111.56,63.6862,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,174,-1801.53,2141.07,63.006,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,175,-1801.53,2141.07,63.006,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,176,-1802.25,2155.05,61.5195,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,177,-1803.02,2183.03,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,178,-1808.36,2207.2,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,179,-1822.66,2219.86,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,180,-1836.76,2232.87,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,181,-1843.44,2245.11,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,182,-1844.75,2266.9,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,183,-1846.34,2280.81,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,184,-1849.89,2294.13,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,185,-1864.58,2316.31,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,186,-1872.72,2327.7,59.8224,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,187,-1884.98,2346.82,59.8224,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,188,-1887.2,2354.3,59.8696,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,189,-1893.87,2379.11,59.9196,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,190,-1900.07,2391.67,59.8224,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,191,-1903.97,2401.47,59.8223,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,192,-1893.82,2433.49,59.8217,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,193,-1924.5,2449.16,59.8216,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,194,-1943.01,2415.2,60.4727,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,195,-1936.76,2412.65,60.3803,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,196,-1927.83,2408.84,60.394,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,197,-1920.83,2406.22,60.6371,600000,11625197,0,0,0,0,0,0,0,0,0,0), - (11625,198,-1892.03,2375.61,59.9178,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,199,-1885.29,2346.94,59.8216,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,200,-1881.12,2339.05,59.8216,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,201,-1864.4,2316.59,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,202,-1852.79,2300.12,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,203,-1847.08,2287.99,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,204,-1844.34,2264.2,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,205,-1842.38,2243.22,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,206,-1840.11,2237.75,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,207,-1830.64,2226.2,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,208,-1810.22,2209.43,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,209,-1802.8,2194.02,59.8226,0,11625209,0,0,0,0,0,0,0,0,0,0), - (11625,210,-1800.41,2180.08,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,211,-1800.26,2166.08,60.1822,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,212,-1801.62,2148.85,62.344,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,213,-1801.15,2134.86,63.1766,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,214,-1802.26,2110.11,63.6737,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,215,-1805.87,2096.6,63.1784,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,216,-1809.25,2083.01,63.0772,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,217,-1812.63,2069.43,63.043,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,218,-1816.72,2056.04,61.8496,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,219,-1822.89,2032.23,60.6524,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,220,-1822.76,2027.39,60.3783,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,221,-1815.56,2003.46,59.4022,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,222,-1814.41,1983.18,58.9549,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,223,-1811.8,1967.01,59.4735,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,224,-1803.12,1951.78,60.7154,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,225,-1793.24,1941.87,60.8439,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,226,-1775.92,1926.82,59.3033,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,227,-1759.93,1918.92,58.9613,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,228,-1751.9,1917.2,59.0003,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,229,-1737.91,1917.04,59.0673,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,230,-1712.18,1914.85,60.4394,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,231,-1701.72,1911.02,61.0949,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,232,-1694.06,1904.03,61.03,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,233,-1687.1,1886.34,59.7501,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,234,-1684.12,1872.66,59.0354,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,235,-1673.14,1845.28,58.9273,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,236,-1657.63,1821.97,58.9273,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,237,-1649.83,1810.34,58.9273,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,238,-1634.24,1787.08,58.9252,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,239,-1626.45,1775.45,58.9252,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,240,-1605.77,1750.66,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,241,-1594.91,1741.83,58.9256,0,1162501,0,0,0,0,0,0,0,0,0,0), - (11625,242,-1573.31,1724.02,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,243,-1553.4,1704.35,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,244,-1543.67,1694.29,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,245,-1523.39,1674.99,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,246,-1505.1,1659.98,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,247,-1489.89,1652.47,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,248,-1460.15,1634.27,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,249,-1453.16,1621.35,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,250,-1446.87,1598.31,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,251,-1440.81,1573.28,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,252,-1445.9,1553.99,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,253,-1451.91,1541.35,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,254,-1458.46,1528.97,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,255,-1471.62,1504.26,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,256,-1478.08,1491.84,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,257,-1490.08,1466.54,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,258,-1491.71,1455.14,58.9291,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,259,-1488.22,1427.36,58.9348,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,260,-1486.41,1413.48,58.9418,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,261,-1487.62,1388.44,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,262,-1491.84,1375.08,58.9301,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,263,-1502.72,1349.31,58.9416,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,264,-1508.49,1336.58,59.525,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,265,-1511.68,1327.41,60.3754,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,266,-1514.03,1314.22,62.0185,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,267,-1514.79,1300.27,64.5471,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,268,-1516.1,1286.34,68.0841,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,269,-1518.52,1272.55,72.0932,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,270,-1523.17,1245.16,82.7876,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,271,-1522.5,1234.75,87.008,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,272,-1517.95,1221.51,91.5343,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,273,-1511.76,1208.2,96.7403,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,274,-1501.33,1196.53,102.475,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,275,-1490.76,1188.95,106.376,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,276,-1475.92,1185.48,109.181,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,277,-1452.6,1187.95,111.422,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,278,-1433.28,1193.58,111.857,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,279,-1414.55,1203.63,111.886,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,280,-1388.31,1213.37,111.599,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,281,-1375.11,1218.03,111.465,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,282,-1348.49,1226.69,111.175,0,0,0,0,0,0,0,0,0,0,0,0), - (11625,283,-1319.41,1232.27,110.201,0,0,0,0,0,0,0,0,0,0,0,0), - (6729,1,-857.158,-467.636,-33.9256,1000,672901,0,0,0,0,0,0,0,5.90677,0,0), - (6729,2,-840.903,-474.555,-34.0673,5000,672902,0,0,0,0,0,0,0,1.86432,0,0), - (6228,24,-669.55,685.436,-327.06,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,18,-12308.8,-132.348,17.7826,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,19,-12342.3,-143.899,17.118,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,20,-12352.7,-147.974,15.8976,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,21,-12369.7,-148.359,13.5938,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,22,-12405.8,-143.399,15.7168,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,23,-12430.8,-151.87,15.3328,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,24,-12444.2,-144.064,14.6189,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,25,-12447.7,-132.173,17.0522,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,26,-12472.3,-116.416,14.5594,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,27,-12484.2,-94.9346,18.6178,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,28,-12506.3,-100.315,15.0686,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,29,-12520.7,-121.901,13.8174,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,30,-12517.8,-151.992,12.5507,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,31,-12509.2,-169.358,11.9715,0,0,0,0,0,0,0,0,0,100,0,0), - (14488,32,-12497.7,-163.86,12.3163,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,1,250.84,-1470.58,55.4491,0,617601,0,0,0,0,0,0,0,100,0,0), - (6176,2,253.05,-1459.09,52.09,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,3,256.87,-1440.35,50.09,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,4,273.74,-1433.18,50.29,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,5,297.77,-1436.7,46.96,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,6,329.59,-1442.08,40.31,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,7,332.73,-1455.6,42.24,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,8,323.83,-1468.92,42.24,0,617608,0,0,0,0,0,0,0,100,0,0), - (6176,9,332.73,-1455.6,42.24,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,10,329.59,-1442.08,40.31,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,11,297.77,-1436.7,46.96,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,12,273.74,-1433.18,50.29,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,13,256.87,-1440.35,50.09,0,0,0,0,0,0,0,0,0,100,0,0), - (6176,14,253.05,-1459.09,52.09,0,0,0,0,0,0,0,0,0,100,0,0), - (9219,1,-37.05,-387.07,31.8,0,0,0,0,0,0,0,0,0,4.65,0,0), - (9219,2,-36.5,-478.69,29.99,0,0,0,0,0,0,0,0,0,1.6,0,0), - (9082,1,-6686.64,-2162.67,244.195,0,0,0,0,0,0,0,0,0,3.80482,0,0), - (9082,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), - (9082,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), - (9082,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), - (9082,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), - (9082,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), - (9082,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), - (9082,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), - (9082,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), - (9082,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), - (9082,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), - (9082,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), - (9082,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), - (9082,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), - (9082,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), - (9082,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), - (9082,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), - (9082,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), - (9082,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), - (9082,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), - (9082,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), - (9082,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), - (9082,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), - (9082,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), - (9082,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), - (9082,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), - (9082,27,-6690.26,-2159.42,244.145,0,908201,0,0,0,0,0,0,0,3.80482,0,0), - (9083,1,-6690.19,-2156.94,244.195,0,0,0,0,0,0,0,0,0,4.01426,0,0), - (9083,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), - (9083,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), - (9083,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), - (9083,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), - (9083,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), - (9083,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), - (9083,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), - (9083,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), - (9083,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), - (9083,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), - (9083,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), - (9083,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), - (9083,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), - (9083,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), - (9083,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), - (9083,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), - (9083,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), - (9083,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), - (9083,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), - (9083,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), - (9083,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), - (9083,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), - (9083,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), - (9083,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), - (9083,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), - (9083,27,-6690.26,-2159.42,244.145,0,908301,0,0,0,0,0,0,0,4.01426,0,0), - (9084,1,-6690.13,-2161.77,244.195,0,0,0,0,0,0,0,0,0,3.9968,0,0), - (9084,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), - (9084,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), - (9084,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), - (9084,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), - (9084,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), - (9084,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), - (9084,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), - (9084,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), - (9084,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), - (9084,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), - (9084,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), - (9084,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), - (9084,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), - (9084,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), - (9084,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), - (9084,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), - (9084,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), - (9084,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), - (9084,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), - (9084,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), - (9084,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), - (9084,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), - (9084,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), - (9084,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), - (9084,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), - (9084,27,-6690.26,-2159.42,244.145,0,908401,0,0,0,0,0,0,0,3.9968,0,0), - (9085,1,-6687.94,-2159.12,244.195,0,0,0,0,0,0,0,0,0,3.9968,0,0), - (9085,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), - (9085,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), - (9085,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), - (9085,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), - (9085,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), - (9085,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), - (9085,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), - (9085,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), - (9085,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), - (9085,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), - (9085,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), - (9085,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), - (9085,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), - (9085,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), - (9085,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), - (9085,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), - (9085,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), - (9085,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), - (9085,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), - (9085,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), - (9085,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), - (9085,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), - (9085,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), - (9085,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), - (9085,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), - (9085,27,-6690.26,-2159.42,244.145,0,908301,0,0,0,0,0,0,0,3.9968,0,0), - (9086,1,-6692.72,-2159.63,244.195,0,0,0,0,0,0,0,0,0,4.03171,0,0), - (9086,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), - (9086,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), - (9086,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), - (9086,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), - (9086,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), - (9086,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), - (9086,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), - (9086,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), - (9086,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), - (9086,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), - (9086,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), - (9086,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), - (9086,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), - (9086,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), - (9086,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), - (9086,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), - (9086,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), - (9086,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), - (9086,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), - (9086,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), - (9086,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), - (9086,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), - (9086,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), - (9086,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), - (9086,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), - (9086,27,-6690.26,-2159.42,244.145,0,908301,2000005009,0,0,0,0,0,0,4.03171,0,0), - (9077,1,-6677.62,-2224.11,278.559,0,907701,0,0,0,0,0,0,0,100,0,0), - (9077,2,-6677.62,-2224.11,278.559,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,3,-6666.75,-2223.21,278.58,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,4,-6661.61,-2231.73,278.446,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,5,-6666.28,-2243.37,272.058,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,6,-6677.49,-2244.14,272.019,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,7,-6679.47,-2232.97,272.045,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,8,-6672.57,-2227.45,269.454,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,9,-6668.03,-2233.48,266.891,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,10,-6674.64,-2238.53,264.064,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,11,-6680.17,-2230.43,260.373,0,907711,0,0,0,0,0,0,0,100,0,0), - (9077,12,-6647.47,-2210.55,245.571,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,13,-6646.23,-2200.34,244.144,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,14,-6653.89,-2191.76,244.144,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,15,-6680.09,-2174.92,244.158,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,16,-6686.56,-2165.76,244.144,0,907716,0,0,0,0,0,0,0,100,0,0), - (9077,17,-6686.56,-2165.76,244.144,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,18,-6679.02,-2153.74,244.144,0,907718,0,0,0,0,0,0,0,100,0,0), - (9077,19,-6679.02,-2153.74,244.144,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,20,-6686.15,-2165.75,244.144,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,21,-6679.55,-2175.26,244.158,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,22,-6653.74,-2191.61,244.145,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,23,-6646.55,-2203.24,244.145,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,24,-6649.67,-2210.69,246.134,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,25,-6679.81,-2230.96,260.432,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,26,-6673.88,-2238.29,264.133,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,27,-6667.92,-2233.3,266.899,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,28,-6672.64,-2227.78,269.461,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,29,-6679.08,-2233.75,272.046,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,30,-6677.21,-2244.13,272.023,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,31,-6666.05,-2243.3,272.203,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,32,-6661.79,-2230.97,278.574,0,0,0,0,0,0,0,0,0,100,0,0), - (9077,33,-6666.63,-2223.8,278.563,0,0,0,0,0,0,0,0,0,100,0,0), - (16115,1,2298.86,-5341.83,90.8799,480000,1611501,0,0,0,0,0,0,0,2.16421,0,0), - (16256,1,2300.9,-5345.09,90.8799,0,1625601,0,0,0,0,0,0,0,2.16421,0,0), - (16256,2,2300.9,-5345.09,90.8799,0,0,0,0,0,0,0,0,0,2.16421,0,0), - (16256,3,2300.58,-5340.83,90.8805,0,1625602,0,0,0,0,0,0,0,2.81973,0,0), - (16256,4,2300.58,-5340.83,90.8805,0,0,0,0,0,0,0,0,0,2.81973,0,0), - (2172,1,4516.77,607.805,31.7845,0,0,0,0,0,0,0,0,0,4.53384,0,0), - (2172,2,4519.16,571.186,32.5817,0,0,0,0,0,0,0,0,0,4.43565,0,0), - (2172,3,4506.04,545.204,39.1878,0,0,0,0,0,0,0,0,0,3.97226,0,0), - (2172,4,4484.27,524.398,43.4054,0,0,0,0,0,0,0,0,0,4.18667,0,0), - (2172,5,4475.53,496.37,48.935,0,0,0,0,0,0,0,0,0,3.81125,0,0), - (2172,6,4462.23,486.497,50.0938,0,0,0,0,0,0,0,0,0,3.42248,0,0), - (2172,7,4448,483.935,50.4496,0,0,0,0,0,0,0,0,0,3.34001,0,0), - (2172,8,4414.98,478.825,57.0827,0,0,0,0,0,0,0,0,0,3.29681,0,0), - (2172,9,4375.29,464.64,61.9022,0,0,0,0,0,0,0,0,0,3.87801,0,0), - (2172,10,4351.72,441.123,60.2804,0,0,0,0,0,0,0,0,0,4.14897,0,0), - (2172,11,4346.24,420.217,60.9888,0,0,0,0,0,0,0,0,0,4.48276,0,0), - (2172,12,4339.67,403.893,61.593,0,0,0,0,0,0,0,0,0,3.97697,0,0), - (2172,13,4322.4,397.517,62.6931,0,0,0,0,0,0,0,0,0,3.16958,0,0), - (2172,14,4300.05,404.118,62.2459,0,0,0,0,0,0,0,0,0,2.77688,0,0), - (2172,15,4283.83,413.06,60.7891,0,0,0,0,0,0,0,0,0,2.32528,0,0), - (2172,16,4276.19,431.525,61.5429,0,0,0,0,0,0,0,0,0,1.65376,0,0), - (2172,17,4278.02,448.285,60.9137,0,0,0,0,0,0,0,0,0,1.10006,0,0), - (2172,18,4299.49,481.952,60.6362,0,0,0,0,0,0,0,0,0,0.797677,0,0), - (2172,19,4369.62,540.487,59.3641,0,0,0,0,0,0,0,0,0,0.648449,0,0), - (2172,20,4404.23,564.665,48.7928,0,0,0,0,0,0,0,0,0,0.664157,0,0), - (2172,21,4425.79,586.472,42.1827,0,0,0,0,0,0,0,0,0,0.986171,0,0), - (2172,22,4430.26,606.587,39.6061,0,0,0,0,0,0,0,0,0,1.40636,0,0), - (2172,23,4437.38,624.615,36.918,0,0,0,0,0,0,0,0,0,0.852653,0,0), - (2172,24,4455.5,639.752,31.2693,0,0,0,0,0,0,0,0,0,0.825164,0,0), - (2172,25,4474.88,666.869,26.2529,0,0,0,0,0,0,0,0,0,0.855009,0,0), - (2172,26,4500.03,694.421,24.5656,0,0,0,0,0,0,0,0,0,0.595828,0,0), - (2172,27,4513.71,706.448,23.2624,0,0,0,0,0,0,0,0,0,0.0970998,0,0), - (2172,28,4528.3,704.51,24.6299,0,0,0,0,0,0,0,0,0,6.03864,0,0), - (2172,29,4535.2,690.152,25.2516,4000,0,0,0,0,0,0,0,0,4.69955,0,0), - (2172,30,4520.51,660.629,24.7118,0,0,0,0,0,0,0,0,0,4.51498,0,0), - (11551,1,206.346,80.7189,104.244,0,0,0,0,0,0,0,0,0,100,0,0), - (11551,2,221.189,86.5182,104.715,0,0,0,0,0,0,0,0,0,100,0,0), - (11551,3,207.384,91.5904,104.244,0,0,0,0,0,0,0,0,0,100,0,0), - (11551,4,199.815,104.765,104.715,0,0,0,0,0,0,0,0,0,100,0,0), - (11551,5,192.953,90.7216,104.244,0,0,0,0,0,0,0,0,0,100,0,0), - (11551,6,178.803,86.621,104.716,0,0,0,0,0,0,0,0,0,100,0,0), - (11551,7,192.998,81.0231,104.244,0,0,0,0,0,0,0,0,0,100,0,0), - (11551,8,199.444,69.7478,104.716,0,0,0,0,0,0,0,0,0,100,0,0), - (10584,1,-18.9341,-389.926,48.6219,1000,1058401,0,0,0,0,0,0,0,255,0,0), - (10601,1,-18.9341,-389.926,48.6219,1000,1060101,0,0,0,0,0,0,0,255,0,0), - (10602,1,-18.9341,-389.926,48.6219,1000,1060201,0,0,0,0,0,0,0,255,0,0), - (3518,1,-8824.97,553.653,95.4203,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,2,-8816.54,562.648,94.3624,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,3,-8812.61,575.165,95.0223,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,4,-8798.55,587.634,97.5127,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,5,-8788.76,593.309,97.8092,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,6,-8776.41,603.918,97.4001,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,7,-8762.69,617.311,99.1734,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,8,-8758.29,627.458,102.116,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,9,-8759.38,641.92,103.859,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,10,-8770.59,661.321,103.789,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,11,-8779.11,672.498,103.176,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,12,-8787.32,680.436,102.453,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,13,-8804.33,683.759,101.026,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,14,-8815.25,680.689,98.5599,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,15,-8831.31,674.418,98.5225,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,16,-8844.65,666.432,97.6743,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,17,-8853.11,657.971,96.9886,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,18,-8848.72,646.945,96.5236,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,19,-8842.51,637.998,95.8391,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,20,-8834.66,634.193,94.7602,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,21,-8823.59,639.309,94.6514,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,22,-8818.34,641.126,94.6514,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,23,-8811.45,634.478,94.5264,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,24,-8813.91,625.365,94.3282,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,25,-8827.42,620.417,94.4532,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,26,-8837.02,613.516,93.4709,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,27,-8845.9,602.016,93.1543,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,28,-8854.5,591.471,92.982,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,29,-8863.73,582.434,93.6525,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,30,-8875.35,571.854,93.7725,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,31,-8883.44,571.865,93.1875,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,32,-8888.38,578.182,93.2697,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,33,-8889.48,585.276,93.5129,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,34,-8880.29,592.134,93.5029,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,35,-8867.21,597.932,92.8125,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,36,-8849.51,608.005,92.8503,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,37,-8835.44,618.398,93.4097,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,38,-8828.32,620.059,94.4532,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,39,-8819.85,613.238,95.2064,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,40,-8809.67,603.627,96.4555,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,41,-8806.91,593.153,97.298,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,42,-8815.82,581.509,95.6585,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,43,-8821.13,571.116,94.3151,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,44,-8830.8,559.092,95.0839,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,45,-8834.43,549.628,96.3309,0,0,0,0,0,0,0,0,0,100,0,0), - (3518,46,-8831.72,543.04,96.8852,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,17,3201.27,-3305.62,320.326,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,18,3208.78,-3314.22,320.337,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,19,3211.18,-3328.45,320.404,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,20,3203.89,-3342.49,320.016,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,21,3204.19,-3365.33,314.378,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,22,3204.95,-3382.07,311.323,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,23,3211.57,-3388.58,311.332,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,24,3223.58,-3387.86,311.329,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,25,3227.58,-3378.3,311.332,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,26,3228.72,-3363.87,304.474,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,27,3228.58,-3342.26,293.126,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,28,3228.15,-3327.91,292.595,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,29,3232.39,-3309.21,292.595,0,0,0,0,0,0,0,0,0,100,0,0), - (15931,30,3252.04,-3310.18,292.595,60000,0,0,0,0,0,0,0,0,0.0698132,0,0), - (15954,1,2671.65,-3489.11,261.348,0,0,0,0,0,0,0,0,0,100,0,0), - (15954,2,2666.34,-3502.6,261.293,0,0,0,0,0,0,0,0,0,100,0,0), - (15954,3,2670.34,-3514.17,261.239,0,0,0,0,0,0,0,0,0,100,0,0), - (15954,4,2676.19,-3520.29,261.222,0,0,0,0,0,0,0,0,0,100,0,0), - (15954,5,2670.34,-3514.17,261.239,0,0,0,0,0,0,0,0,0,100,0,0), - (15954,6,2666.34,-3502.6,261.293,0,0,0,0,0,0,0,0,0,100,0,0), - (15954,7,2671.65,-3489.11,261.348,0,0,0,0,0,0,0,0,0,100,0,0), - (15954,8,2676.57,-3484.5,261.376,0,0,0,0,0,0,0,0,0,100,0,0), - (10268,1,-167.54,-416,76.15,0,1026801,0,0,0,0,0,0,0,1.6207,0,0), - (10268,2,-167.54,-416,76.15,0,0,0,0,0,0,0,0,0,1.6207,0,0), - (10268,3,-169.839,-324.961,64.4014,1800000,0,0,0,0,0,0,0,0,3.12472,0,0), - (10808,1,3614.7,-3187.64,131.406,0,1080801,0,0,0,0,0,0,0,100,0,0), - (10808,2,3614.7,-3187.64,131.406,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,3,3643.04,-3202.96,128.386,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,4,3667.77,-3207.47,126.829,0,1080804,0,0,0,0,0,0,0,100,0,0), - (10808,5,3687.95,-3196.14,127.191,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,6,3698.67,-3175.77,127.238,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,7,3696.27,-3155.81,127.465,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,8,3681.1,-3154.65,127.124,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,9,3672.27,-3166.2,126.668,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,10,3677.42,-3174.55,126.343,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,11,3683.73,-3179.52,126.556,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,12,3692.54,-3177.11,126.922,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,13,3697.09,-3165.99,127.209,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,14,3693.52,-3156.76,127.294,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,15,3682.33,-3156.29,127.009,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,16,3672.98,-3168.33,126.499,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,17,3678.39,-3174.43,126.348,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,18,3692.2,-3176.01,126.915,0,0,0,0,0,0,0,0,0,100,0,0), - (10808,19,3694.37,-3153.05,127.531,0,1080819,0,0,0,0,0,0,0,100,0,0), - (15193,1,1734.6,508.803,41.2847,72000,1519301,0,0,0,0,0,0,0,1.6173,0,0), - (14223,1,1129.87,-260.801,33.1925,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,2,1099.4,-246.603,33.2646,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,3,1043.01,-218.998,32.6469,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,4,987.828,-183.095,32.6947,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,5,944.295,-133.382,32.326,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,6,896.154,-88.7433,32.8252,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,7,822.507,-69.9838,32.5853,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,8,777.692,-43.3707,33.055,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,9,724.597,15.5293,32.9236,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,10,681.48,86.9326,32.6039,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,11,614.492,189.908,33.3183,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,12,555.051,231.309,33.459,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,13,517.042,274.988,33.0772,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,14,525.949,251.626,33.3941,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,15,569.713,221.093,31.6346,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,16,632.957,163.248,32.4543,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,17,667.423,98.5867,33.6662,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,18,711.496,41.1962,31.6577,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,19,745.464,-14.5894,33.0865,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,20,801.702,-56.7232,31.9294,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,21,869.771,-83.0213,32.9922,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,22,933.646,-117.308,31.9558,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,23,962.605,-156.086,33.3342,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,24,1031.77,-216.432,33.2716,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,25,1118.48,-252.114,31.7163,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,26,1186.55,-265.553,33.9631,0,0,0,0,0,0,0,0,0,100,0,0), - (14223,27,1153.34,-262.649,33.1925,0,0,0,0,0,0,0,0,0,3.13032,0,0), - (3291,1,-4680.42,-2698.77,319.517,0,0,0,0,0,0,0,0,0,6.27799,0,0), - (3291,2,-4721.25,-2699.82,321.085,0,0,0,0,0,0,0,0,0,3.23615,0,0), - (3291,3,-4740.11,-2702.29,323.793,0,0,0,0,0,0,0,0,0,3.42307,0,0), - (3291,4,-4758.03,-2707.47,325.954,0,0,0,0,0,0,0,0,0,3.42307,0,0), - (3291,5,-4769.43,-2708.21,326.446,0,0,0,0,0,0,0,0,0,3.2063,0,0), - (3291,6,-4782.5,-2710.1,326.239,0,0,0,0,0,0,0,0,0,3.28484,0,0), - (3291,7,-4831.48,-2710.55,329.007,0,0,0,0,0,0,0,0,0,3.26206,0,0), - (3291,8,-4865.17,-2714.63,329.387,0,0,0,0,0,0,0,0,0,3.26206,0,0), - (3291,9,-4909.79,-2729.57,328.91,0,0,0,0,0,0,0,0,0,3.59664,0,0), - (3291,10,-4923.08,-2737.38,328.223,0,0,0,0,0,0,0,0,0,3.93437,0,0), - (3291,11,-4959.79,-2767.4,325.68,0,0,0,0,0,0,0,0,0,3.79849,0,0), - (3291,12,-4987.17,-2778.25,325.62,0,0,0,0,0,0,0,0,0,3.51889,0,0), - (3291,13,-5018.18,-2792.34,326.408,0,0,0,0,0,0,0,0,0,3.8519,0,0), - (3291,14,-5048,-2811.41,327.366,0,0,0,0,0,0,0,0,0,3.71053,0,0), - (3291,15,-5089.59,-2827.29,327.24,0,0,0,0,0,0,0,0,0,3.50632,0,0), - (3291,16,-5110.5,-2832.04,328.256,0,0,0,0,0,0,0,0,0,3.36495,0,0), - (3291,17,-5124.4,-2833.18,329.882,0,0,0,0,0,0,0,0,0,3.22358,0,0), - (3291,18,-5171.46,-2844.02,334.823,0,0,0,0,0,0,0,0,0,3.36809,0,0), - (3291,19,-5200.48,-2850.71,336.135,0,0,0,0,0,0,0,0,0,3.36809,0,0), - (3291,20,-5210.11,-2855.97,336.675,0,0,0,0,0,0,0,0,0,3.64141,0,0), - (3291,21,-5229.24,-2872.21,338.195,0,0,0,0,0,0,0,0,0,3.84562,0,0), - (3291,22,-5242.24,-2880.93,338.925,0,0,0,0,0,0,0,0,0,3.69246,0,0), - (3291,23,-5248.25,-2882.28,339.107,0,0,0,0,0,0,0,0,0,3.3626,0,0), - (3291,24,-5271.35,-2881.15,338.801,0,0,0,0,0,0,0,0,0,3.09242,0,0), - (3291,25,-5284.27,-2876.7,338.717,0,0,0,0,0,0,0,0,0,2.80967,0,0), - (3291,26,-5297.93,-2867.31,339.035,0,0,0,0,0,0,0,0,0,2.80653,0,0), - (3291,27,-5320.77,-2859.35,339.353,0,0,0,0,0,0,0,0,0,2.80653,0,0), - (3291,28,-5347.96,-2856.93,340.131,0,0,0,0,0,0,0,0,0,3.28091,0,0), - (3291,29,-5366.32,-2859.51,340.621,0,0,0,0,0,0,0,0,0,3.28091,0,0), - (3291,30,-5376.33,-2866.84,340.616,0,0,0,0,0,0,0,0,0,3.81813,0,0), - (3291,31,-5388.38,-2876.52,341.284,0,0,0,0,0,0,0,0,0,3.81813,0,0), - (3291,32,-5401.77,-2881.79,342.363,0,0,0,0,0,0,0,0,0,3.51653,0,0), - (3291,33,-5404.59,-2886.82,342.694,0,0,0,0,0,0,0,0,0,4.2014,0,0), - (3291,34,-5403.44,-2893.16,341.937,0,0,0,0,0,0,0,0,0,4.89255,0,0), - (3291,35,-5394.98,-2907.22,338.543,0,0,0,0,0,0,0,0,0,5.25384,0,0), - (3291,36,-5372.85,-2930.37,330.083,0,0,0,0,0,0,0,0,0,5.34494,0,0), - (3291,37,-5353.62,-2954.16,323.949,0,0,0,0,0,0,0,0,0,5.48474,0,0), - (3291,38,-5347.86,-2973.72,324.281,0,0,0,0,0,0,0,0,0,4.84071,0,0), - (3291,39,-5341.48,-2986.86,323.796,0,0,0,0,0,0,0,0,0,5.1643,0,0), - (3291,40,-5339.28,-2994.1,323.666,0,0,0,0,0,0,0,0,0,4.84386,0,0), - (3291,41,-5336.93,-3011.92,324.204,0,0,0,0,0,0,0,0,0,4.84386,0,0), - (3291,42,-5327.9,-3023.13,323.927,0,0,0,0,0,0,0,0,0,5.39049,0,0), - (3291,43,-5307.19,-3025.36,323.987,0,0,0,0,0,0,0,0,0,6.17589,0,0), - (3291,44,-5277.25,-3020.54,324.528,0,0,0,0,0,0,0,0,0,0.128326,0,0), - (3291,45,-5259.13,-3007.79,327.425,0,0,0,0,0,0,0,0,0,0.681246,0,0), - (3291,46,-5277.49,-3018.52,324.255,0,0,0,0,0,0,0,0,0,3.61157,0,0), - (3291,47,-5306.74,-3023.87,323.995,0,0,0,0,0,0,0,0,0,3.32254,0,0), - (3291,48,-5326.26,-3021.57,324.09,0,0,0,0,0,0,0,0,0,3.02409,0,0), - (3291,49,-5335.82,-3011.17,324.245,0,0,0,0,0,0,0,0,0,2.31409,0,0), - (3291,50,-5339.37,-2990.65,323.728,0,0,0,0,0,0,0,0,0,1.74232,0,0), - (3291,51,-5346.71,-2971.87,324.224,0,0,0,0,0,0,0,0,0,1.94338,0,0), - (3291,52,-5349.32,-2959.58,323.622,0,0,0,0,0,0,0,0,0,1.68577,0,0), - (3291,53,-5357.6,-2945.74,324.196,0,0,0,0,0,0,0,0,0,2.10989,0,0), - (3291,54,-5392.87,-2908.93,338.031,0,0,0,0,0,0,0,0,0,2.24183,0,0), - (3291,55,-5411.23,-2885.81,343.241,0,0,0,0,0,0,0,0,0,2.24183,0,0), - (3291,56,-5433.09,-2883.85,345.324,0,0,0,0,0,0,0,0,0,3.05236,0,0), - (3291,57,-5472.83,-2872.93,351.192,0,0,0,0,0,0,0,0,0,2.87329,0,0), - (3291,58,-5520.14,-2862.64,358.587,0,0,0,0,0,0,0,0,0,2.82774,0,0), - (3291,59,-5536.49,-2857.33,360.9,0,0,0,0,0,0,0,0,0,2.82774,0,0), - (3291,60,-5554.88,-2837.76,363.595,0,0,0,0,0,0,0,0,0,2.22691,0,0), - (3291,61,-5572.69,-2818.53,365.922,0,0,0,0,0,0,0,0,0,2.36828,0,0), - (3291,62,-5596.97,-2804.36,366.727,0,0,0,0,0,0,0,0,0,2.61333,0,0), - (3291,63,-5606.84,-2798.6,366.133,0,0,0,0,0,0,0,0,0,2.61333,0,0), - (3291,64,-5634.87,-2786.19,365.073,0,0,0,0,0,0,0,0,0,2.83638,0,0), - (3291,65,-5678.13,-2770.23,362.982,0,0,0,0,0,0,0,0,0,2.99582,0,0), - (3291,66,-5690.66,-2766.1,362.397,0,0,0,0,0,0,0,0,0,2.82303,0,0), - (3291,67,-5698.76,-2756.49,361.138,0,0,0,0,0,0,0,0,0,2.08475,0,0), - (3291,68,-5704.36,-2737.12,357.373,0,0,0,0,0,0,0,0,0,1.85228,0,0), - (3291,69,-5727.72,-2700.13,346.873,0,0,0,0,0,0,0,0,0,1.83971,0,0), - (3291,70,-5732.92,-2685.87,342.616,0,0,0,0,0,0,0,0,0,2.22691,0,0), - (3291,71,-5740.88,-2675.53,339.458,0,0,0,0,0,0,0,0,0,2.22691,0,0), - (3291,72,-5769.3,-2646.41,328.436,0,0,0,0,0,0,0,0,0,2.16958,0,0), - (3291,73,-5789.12,-2625.26,320.88,0,0,0,0,0,0,0,0,0,2.29917,0,0), - (3291,74,-5819.53,-2595.51,313.505,0,0,0,0,0,0,0,0,0,2.22377,0,0), - (3291,75,-5829.42,-2584.07,311.853,0,0,0,0,0,0,0,0,0,2.55678,0,0), - (3291,76,-5862.57,-2562.12,308.096,0,0,0,0,0,0,0,0,0,2.55678,0,0), - (3291,77,-5867.84,-2558.63,307.436,0,0,0,0,0,0,0,0,0,2.55678,0,0), - (3291,78,-5882.61,-2573.11,304.617,0,0,0,0,0,0,0,0,0,3.85426,0,0), - (3291,79,-5899.8,-2594.09,310.551,0,0,0,0,0,0,0,0,0,4.18726,0,0), - (3291,80,-5908.81,-2609.64,312.219,0,0,0,0,0,0,0,0,0,4.18726,0,0), - (3291,81,-5906.14,-2622.35,311.742,0,0,0,0,0,0,0,0,0,4.91926,0,0), - (3291,82,-5898.01,-2632.78,311.436,0,0,0,0,0,0,0,0,0,5.37479,0,0), - (3291,83,-5890.23,-2639.18,310.56,0,0,0,0,0,0,0,0,0,5.5947,0,0), - (3291,84,-5902.75,-2627.92,311.851,0,0,0,0,0,0,0,0,0,2.40913,0,0), - (3291,85,-5909.63,-2610.52,312.202,0,0,0,0,0,0,0,0,0,1.94731,0,0), - (3291,86,-5906.77,-2602.09,312.394,0,0,0,0,0,0,0,0,0,1.24359,0,0), - (3291,87,-5889.35,-2582.36,306.596,0,0,0,0,0,0,0,0,0,0.847753,0,0), - (3291,88,-5871.75,-2562.41,307.249,0,0,0,0,0,0,0,0,0,0.847753,0,0), - (3291,89,-5860.95,-2564.09,308.236,0,0,0,0,0,0,0,0,0,6.12877,0,0), - (3291,90,-5832.95,-2584.17,311.647,0,0,0,0,0,0,0,0,0,5.62062,0,0), - (3291,91,-5813.9,-2604.7,314.778,0,0,0,0,0,0,0,0,0,5.52009,0,0), - (3291,92,-5791.18,-2628.3,321.143,0,0,0,0,0,0,0,0,0,5.40699,0,0), - (3291,93,-5764.56,-2656.04,331.466,0,0,0,0,0,0,0,0,0,5.64339,0,0), - (3291,94,-5740.97,-2679.22,340.073,0,0,0,0,0,0,0,0,0,5.46197,0,0), - (3291,95,-5730.23,-2695.35,345.314,0,0,0,0,0,0,0,0,0,5.19258,0,0), - (3291,96,-5726.44,-2706.78,348.473,0,0,0,0,0,0,0,0,0,5.52873,0,0), - (3291,97,-5710,-2730.68,355.388,0,0,0,0,0,0,0,0,0,5.3151,0,0), - (3291,98,-5701.37,-2751.53,360.474,0,0,0,0,0,0,0,0,0,5.10461,0,0), - (3291,99,-5696.75,-2762.71,361.656,0,0,0,0,0,0,0,0,0,5.47846,0,0), - (3291,100,-5689.72,-2770.02,362.277,0,0,0,0,0,0,0,0,0,5.47846,0,0), - (3291,101,-5660.88,-2779.39,363.599,0,0,0,0,0,0,0,0,0,5.8476,0,0), - (3291,102,-5636.26,-2788.88,364.866,0,0,0,0,0,0,0,0,0,5.84289,0,0), - (3291,103,-5605.18,-2803.53,366.493,0,0,0,0,0,0,0,0,0,5.84289,0,0), - (3291,104,-5573.36,-2818.52,365.96,0,0,0,0,0,0,0,0,0,5.84289,0,0), - (3291,105,-5550.69,-2846.35,362.608,0,0,0,0,0,0,0,0,0,5.5193,0,0), - (3291,106,-5537.64,-2859.53,360.821,0,0,0,0,0,0,0,0,0,5.65046,0,0), - (3291,107,-5531.32,-2864.17,359.991,0,0,0,0,0,0,0,0,0,6.16569,0,0), - (3291,108,-5488.37,-2873.25,353.666,0,0,0,0,0,0,0,0,0,6.04709,0,0), - (3291,109,-5456.38,-2880.48,348.614,0,0,0,0,0,0,0,0,0,6.16019,0,0), - (3291,110,-5423.53,-2884.54,344.053,0,0,0,0,0,0,0,0,0,6.16019,0,0), - (3291,111,-5401.69,-2884.27,342.503,0,0,0,0,0,0,0,0,0,0.206868,0,0), - (3291,112,-5392.35,-2880.58,341.778,0,0,0,0,0,0,0,0,0,0.514744,0,0), - (3291,113,-5380.66,-2872.7,340.858,0,0,0,0,0,0,0,0,0,0.537521,0,0), - (3291,114,-5365.29,-2862.53,340.165,0,0,0,0,0,0,0,0,0,0.267344,0,0), - (3291,115,-5347.07,-2858.9,340.08,0,0,0,0,0,0,0,0,0,0.010519,0,0), - (3291,116,-5324.24,-2861.33,339.594,0,0,0,0,0,0,0,0,0,6.17589,0,0), - (3291,117,-5309.2,-2866.12,339.309,0,0,0,0,0,0,0,0,0,5.97483,0,0), - (3291,118,-5292.78,-2873.85,338.848,0,0,0,0,0,0,0,0,0,5.84289,0,0), - (3291,119,-5281.6,-2881.01,338.697,0,0,0,0,0,0,0,0,0,5.71408,0,0), - (3291,120,-5264.57,-2885.16,339.156,0,0,0,0,0,0,0,0,0,6.04395,0,0), - (3291,121,-5242.85,-2885.72,339.023,0,0,0,0,0,0,0,0,0,6.25758,0,0), - (3291,122,-5229.56,-2874.37,338.371,0,0,0,0,0,0,0,0,0,0.706381,0,0), - (3291,123,-5214,-2862.08,336.731,0,0,0,0,0,0,0,0,0,0.499036,0,0), - (3291,124,-5197.48,-2853.08,335.844,0,0,0,0,0,0,0,0,0,0.499036,0,0), - (3291,125,-5178.22,-2848.09,335.132,0,0,0,0,0,0,0,0,0,0.146392,0,0), - (3291,126,-5146.21,-2841.59,332.234,0,0,0,0,0,0,0,0,0,0.186448,0,0), - (3291,127,-5106.87,-2833.91,327.933,0,0,0,0,0,0,0,0,0,0.29012,0,0), - (3291,128,-5066.16,-2823.28,327.375,0,0,0,0,0,0,0,0,0,0.24064,0,0), - (3291,129,-5032.91,-2804.65,326.915,0,0,0,0,0,0,0,0,0,0.510817,0,0), - (3291,130,-5010,-2791.81,326.304,0,0,0,0,0,0,0,0,0,0.510817,0,0), - (3291,131,-4968.57,-2773.72,325.646,0,0,0,0,0,0,0,0,0,0.439346,0,0), - (3291,132,-4954.18,-2766.95,325.752,0,0,0,0,0,0,0,0,0,0.439346,0,0), - (3291,133,-4927.36,-2744.64,327.572,0,0,0,0,0,0,0,0,0,0.693815,0,0), - (3291,134,-4916.59,-2735.69,328.483,0,0,0,0,0,0,0,0,0,0.693815,0,0), - (3291,135,-4884.93,-2722.71,329.08,0,0,0,0,0,0,0,0,0,0.38908,0,0), - (3291,136,-4851.32,-2715.76,329.103,0,0,0,0,0,0,0,0,0,0.203726,0,0), - (3291,137,-4819.79,-2715.28,327.945,0,0,0,0,0,0,0,0,0,0.015231,0,0), - (3291,138,-4778.75,-2714.66,326.079,0,0,0,0,0,0,0,0,0,0.015231,0,0), - (3291,139,-4763.65,-2712.3,326.411,0,0,0,0,0,0,0,0,0,0.161315,0,0), - (3291,140,-4739.89,-2704.22,323.584,0,0,0,0,0,0,0,0,0,0.327819,0,0), - (3291,141,-4702.18,-2700.57,318.752,0,0,0,0,0,0,0,0,0,0.085131,0,0), - (4074,1,1075.73,109.549,5.60816,0,0,0,0,0,0,0,0,0,5.0834,0,0), - (4074,2,1079.73,99.268,3.41564,0,0,0,0,0,0,0,0,0,5.0834,0,0), - (4074,3,1090.37,94.7499,1.38691,0,0,0,0,0,0,0,0,0,5.90493,0,0), - (4074,4,1098.28,86.305,-0.519949,0,0,0,0,0,0,0,0,0,5.46511,0,0), - (4074,5,1100.67,71.9778,-2.34006,0,0,0,0,0,0,0,0,0,4.87763,0,0), - (4074,6,1091.75,52.2905,-0.612526,0,0,0,0,0,0,0,0,0,4.28701,0,0), - (4074,7,1091.41,41.9269,2.40356,0,0,0,0,0,0,0,0,0,4.67971,0,0), - (4074,8,1084.62,28.2413,3.83921,0,0,0,0,0,0,0,0,0,4.25166,0,0), - (4074,9,1083.64,13.9664,4.41043,0,0,0,0,0,0,0,0,0,4.64436,0,0), - (4074,10,1086.07,5.34832,4.50555,0,0,0,0,0,0,0,0,0,4.9868,0,0), - (4074,11,1081.28,-10.0805,5.44058,0,0,0,0,0,0,0,0,0,4.4111,0,0), - (4074,12,1088.65,-24.2962,2.91566,0,0,0,0,0,0,0,0,0,5.24519,0,0), - (4074,13,1087.07,-39.721,4.07423,0,0,0,0,0,0,0,0,0,4.61059,0,0), - (4074,14,1088.96,-49.3655,4.30293,0,0,0,0,0,0,0,0,0,4.9059,0,0), - (4074,15,1092.73,-62.5249,3.37376,0,0,0,0,0,0,0,0,0,5.05434,0,0), - (4074,16,1095.35,-75.815,2.76013,0,0,0,0,0,0,0,0,0,4.90669,0,0), - (4074,17,1088.35,-90.7219,4.77906,0,0,0,0,0,0,0,0,0,4.23517,0,0), - (4074,18,1086.6,-111.394,4.95865,0,0,0,0,0,0,0,0,0,4.62787,0,0), - (4074,19,1075.78,-135.984,6.67439,0,0,0,0,0,0,0,0,0,4.298,0,0), - (4074,20,1075.67,-159.762,6.27177,0,0,0,0,0,0,0,0,0,4.67735,0,0), - (4074,21,1071.92,-176.93,6.73229,0,0,0,0,0,0,0,0,0,4.49357,0,0), - (4074,22,1073.79,-201.316,5.99961,0,0,0,0,0,0,0,0,0,4.78888,0,0), - (4074,23,1071.11,-211.791,5.2782,0,0,0,0,0,0,0,0,0,4.45744,0,0), - (4074,24,1076.08,-230.956,4.15773,0,0,0,0,0,0,0,0,0,4.87527,0,0), - (4074,25,1099.89,-244.16,-1.29967,0,0,0,0,0,0,0,0,0,5.79576,0,0), - (4074,26,1121.68,-242.158,-0.718831,0,0,0,0,0,0,0,0,0,0.126754,0,0), - (4074,27,1134.62,-236.012,-2.50224,0,0,0,0,0,0,0,0,0,0.517883,0,0), - (4074,28,1142.64,-216.147,-3.15201,0,0,0,0,0,0,0,0,0,1.15798,0,0), - (4074,29,1140.35,-201.093,0.440253,0,0,0,0,0,0,0,0,0,1.78159,0,0), - (4074,30,1133.45,-183.984,2.20237,0,0,0,0,0,0,0,0,0,1.94103,0,0), - (4074,31,1145.68,-170.846,1.77109,0,0,0,0,0,0,0,0,0,0.741722,0,0), - (4074,32,1153.89,-157.054,-2.33697,0,0,0,0,0,0,0,0,0,1.03389,0,0), - (4074,33,1144.74,-142.506,-1.19541,0,0,0,0,0,0,0,0,0,2.06198,0,0), - (4074,34,1122.65,-133.265,1.03252,0,0,0,0,0,0,0,0,0,2.72485,0,0), - (4074,35,1125.36,-110.493,2.11991,0,0,0,0,0,0,0,0,0,1.45251,0,0), - (4074,36,1122.38,-93.8318,2.5116,0,0,0,0,0,0,0,0,0,1.74782,0,0), - (4074,37,1129.87,-74.1374,-2.2857,0,0,0,0,0,0,0,0,0,1.20746,0,0), - (4074,38,1134.64,-61.5813,-5.31756,0,0,0,0,0,0,0,0,0,1.20746,0,0), - (4074,39,1137.59,-48.6249,-7.44319,0,0,0,0,0,0,0,0,0,1.39125,0,0), - (4074,40,1128.82,-38.9268,-2.43575,0,0,0,0,0,0,0,0,0,2.30231,0,0), - (4074,41,1122.16,-27.6501,0.344378,0,0,0,0,0,0,0,0,0,2.10439,0,0), - (4074,42,1120.96,-16.3595,-1.48752,0,0,0,0,0,0,0,0,0,1.67635,0,0), - (4074,43,1126.61,-1.9186,-3.63006,0,0,0,0,0,0,0,0,0,1.19804,0,0), - (4074,44,1116.24,10.5576,0.557486,0,0,0,0,0,0,0,0,0,2.31173,0,0), - (4074,45,1104.32,16.4108,4.14081,0,0,0,0,0,0,0,0,0,2.61804,0,0), - (4074,46,1101.3,33.6785,4.8855,0,0,0,0,0,0,0,0,0,1.69912,0,0), - (4074,47,1120.13,44.4575,2.74572,0,0,0,0,0,0,0,0,0,0.535947,0,0), - (4074,48,1132.62,61.1624,0.727029,0,0,0,0,0,0,0,0,0,0.928646,0,0), - (4074,49,1134.27,76.7979,-1.64004,0,0,0,0,0,0,0,0,0,1.3182,0,0), - (4074,50,1139.01,90.8736,-6.655,0,0,0,0,0,0,0,0,0,1.24516,0,0), - (4074,51,1134.5,111.563,-1.48075,0,0,0,0,0,0,0,0,0,1.78552,0,0), - (4074,52,1125.54,132.373,0.369555,0,0,0,0,0,0,0,0,0,2.00464,0,0), - (4074,53,1128.01,157.092,0.350579,0,0,0,0,0,0,0,0,0,1.44073,0,0), - (4074,54,1121.17,175.285,0.835962,0,0,0,0,0,0,0,0,0,1.93081,0,0), - (4074,55,1123.89,192.99,1.13405,0,0,0,0,0,0,0,0,0,1.41795,0,0), - (4074,56,1141.96,219.473,2.28035,0,0,0,0,0,0,0,0,0,0.991478,0,0), - (4074,57,1152.68,240.982,6.25921,0,0,0,0,0,0,0,0,0,1.17526,0,0), - (4074,58,1156.9,260.554,11.7266,0,0,0,0,0,0,0,0,0,1.39674,0,0), - (4074,59,1155.6,275.102,14.4837,0,0,0,0,0,0,0,0,0,1.55382,0,0), - (4074,60,1155.85,289.52,15.4549,0,0,0,0,0,0,0,0,0,1.55382,0,0), - (4074,61,1146.88,297.346,16.5141,0,0,0,0,0,0,0,0,0,2.42405,0,0), - (4074,62,1132.46,291.095,17.5076,0,0,0,0,0,0,0,0,0,3.55266,0,0), - (4074,63,1127.93,271.738,15.7887,0,0,0,0,0,0,0,0,0,4.48257,0,0), - (4074,64,1122.46,248.346,10.638,0,0,0,0,0,0,0,0,0,4.48257,0,0), - (4074,65,1110.74,232.731,10.2723,0,0,0,0,0,0,0,0,0,4.0883,0,0), - (4074,66,1090.53,227.583,11.042,0,0,0,0,0,0,0,0,0,3.39008,0,0), - (4074,67,1078.98,217.067,10.5359,0,0,0,0,0,0,0,0,0,3.91552,0,0), - (4074,68,1080.79,196.068,9.36658,0,0,0,0,0,0,0,0,0,4.79831,0,0), - (4074,69,1081.94,182.796,9.09012,0,0,0,0,0,0,0,0,0,4.79831,0,0), - (4074,70,1078.11,165.016,8.87527,0,0,0,0,0,0,0,0,0,4.5297,0,0), - (4074,71,1074.72,146.657,5.22298,0,0,0,0,0,0,0,0,0,4.5297,0,0), - (4074,72,1068.86,128.503,5.98122,0,0,0,0,0,0,0,0,0,4.42131,0,0), - (4074,73,1070.86,117.81,7.22734,0,0,0,0,0,0,0,0,0,4.93732,0,0), - (14500,1,38.784,160.639,83.545,0,0,0,0,0,0,0,0,0,0,0,0), - (14500,2,36.804,160.705,83.545,3000,1450002,0,0,0,0,0,0,0,3.249,0,0), - (14500,3,39.287,160.044,83.545,0,0,0,0,0,0,0,0,0,0,0,0), - (14500,4,41.666,154.591,83.545,0,0,0,0,0,0,0,0,0,0,0,0), - (14500,5,45.255,155.014,83.545,0,0,0,0,0,0,0,0,0,0,0,0), - (14500,6,44.93,161.186,83.545,0,0,0,0,0,0,0,0,0,0,0,0), - (14500,7,44.347,161.12,83.545,4000,1450007,0,0,0,0,0,0,0,2.707,0,0), - (14500,8,46.758,157.877,83.545,0,0,0,0,0,0,0,0,0,0,0,0), - (14500,9,44.64,154.405,83.545,0,0,0,0,0,0,0,0,0,0,0,0), - (14500,10,33.498,156.046,83.545,0,0,0,0,0,0,0,0,0,0,0,0), - (14500,11,28.269,160.792,83.545,2000,0,0,0,0,0,0,0,0,1.541,0,0), - (14500,12,33.294,160.895,83.545,60000,1450012,0,0,0,0,0,0,0,0.04,0,0), - (14500,13,-37.9392,812.805,-29.4525,3000,1450013,0,0,0,0,0,0,0,4.81711,0,0), - (14500,14,-27.001,813.741,-29.5358,3000,1450014,0,0,0,0,0,0,0,0.0039,0,0), - (14500,15,-45.8222,821.969,-29.5358,3000,1450015,0,0,0,0,0,0,0,2.3954,0,0), - (14500,16,-43.6275,802.103,-29.5358,3000,1450016,0,0,0,0,0,0,0,4.9165,0,0), - (14500,17,-38.7195,812.015,-29.5358,60000,1450017,0,0,0,0,0,0,0,0,0,0), - (14483,0,-38.48,812.93,-29.535,0,0,0,0,0,0,0,0,0,0,0,0), - (14482,0,-38.48,812.93,-29.535,0,0,0,0,0,0,0,0,0,0,0,0), - (3068,1,-1722.14,-550.386,-14.7598,0,5,0,0,0,0,0,0,0,100,0,0), - (3068,2,-1705.61,-569.055,-19.4067,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,3,-1682.04,-591.91,-25.4708,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,4,-1662.63,-603.838,-30.1185,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,5,-1639.97,-607.133,-35.8754,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,6,-1616.22,-613.15,-42.4359,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,7,-1595.86,-618.308,-47.3956,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,8,-1574.93,-616.712,-51.7647,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,9,-1550.95,-605.914,-55.6474,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,10,-1537.55,-596.276,-56.3861,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,11,-1532.89,-586.289,-56.2095,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,12,-1532.3,-566.583,-55.7341,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,13,-1536.28,-539.553,-55.2342,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,14,-1533.07,-522.97,-54.4489,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,15,-1522.68,-506.3,-54.3973,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,16,-1519.62,-488.083,-52.5074,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,17,-1524.13,-467.337,-48.9335,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,18,-1526.95,-424.435,-45.2492,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,19,-1531.14,-398.722,-43.8176,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,20,-1538.91,-374.683,-42.8131,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,21,-1545.47,-354.239,-39.0446,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,22,-1552.81,-335.938,-35.917,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,23,-1566.63,-312.613,-31.0947,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,24,-1584.27,-296.213,-27.3011,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,25,-1597.27,-278.386,-23.4966,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,26,-1610.64,-257.862,-19.3983,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,27,-1621,-236.845,-18.9327,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,28,-1636.78,-206.561,-16.684,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,29,-1648.04,-178.252,-12.0433,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,30,-1656.17,-153.199,-9.43765,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,31,-1657.82,-126.837,-8.72994,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,32,-1668.55,-97.9253,-8.34947,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,33,-1681.95,-76.5867,-9.11107,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,34,-1700.51,-57.342,-5.64828,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,35,-1719.51,-47.7012,-2.54774,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,36,-1747.72,-46.3402,-5.4005,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,37,-1772.79,-50.129,-7.08613,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,38,-1798.4,-58.4037,-5.76034,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,39,-1811.88,-70.5313,-7.68982,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,40,-1820.73,-93.7355,-9.2501,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,41,-1822.1,-112.172,-8.20732,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,42,-1834.29,-123.408,-9.03176,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,43,-1851.19,-129.656,-8.52712,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,44,-1867.92,-137.048,-6.59658,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,45,-1878.32,-150.986,-5.8911,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,46,-1887.57,-173.195,-6.12971,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,47,-1889.37,-196.466,-8.58793,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,48,-1883.97,-217.889,-9.40669,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,49,-1876.46,-244.283,-9.555,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,50,-1864.45,-266.181,-7.23699,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,51,-1850.99,-284.616,-4.7108,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,52,-1830.57,-303.767,-6.94358,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,53,-1815.14,-318.23,-9.07484,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,54,-1800.89,-336.331,-9.26187,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,55,-1782.61,-356.073,-9.42632,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,56,-1756.99,-378.227,-12.8384,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,57,-1745.2,-402.325,-16.7898,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,58,-1740.74,-423.93,-14.3259,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,59,-1723.81,-452.481,-10.9682,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,60,-1706.64,-461.978,-10.5846,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,61,-1701.38,-480.422,-10.4956,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,62,-1709.83,-507.869,-12.8309,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,63,-1729.44,-528.724,-13.8673,0,0,0,0,0,0,0,0,0,100,0,0), - (3068,64,-1731.65,-542.165,-13.1692,0,0,0,0,0,0,0,0,0,100,0,0), - (3476,1,-1949.31,-3817.22,-6.52593,0,0,0,0,0,0,0,0,0,6.23346,0,0), - (3476,2,-1876.07,-3848.77,-9.3871,0,0,0,0,0,0,0,0,0,5.83291,0,0), - (3476,3,-1807.86,-3875.06,-3.79004,0,0,0,0,0,0,0,0,0,5.85254,0,0), - (3476,4,-1768.57,-3918.63,-3.28865,0,0,0,0,0,0,0,0,0,5.46238,0,0), - (3476,5,-1728,-3959.94,-7.35339,0,0,0,0,0,0,0,0,0,5.44504,0,0), - (3476,6,-1683.23,-3962.82,-2.32115,90000,0,0,0,0,0,0,0,0,5.88708,0,0), - (3476,7,-1728,-3959.94,-7.35339,0,0,0,0,0,0,0,0,0,2.79423,0,0), - (3476,8,-1768.57,-3918.63,-3.28865,0,0,0,0,0,0,0,0,0,2.38422,0,0), - (3476,9,-1807.86,-3875.06,-3.79004,0,0,0,0,0,0,0,0,0,2.39994,0,0), - (3476,10,-1876.07,-3848.77,-9.3871,0,0,0,0,0,0,0,0,0,2.80443,0,0), - (3476,11,-1949.31,-3817.22,-6.52593,0,0,0,0,0,0,0,0,0,3.02435,0,0), - (3476,12,-2025.94,-3814.75,-7.26146,180000,0,0,0,0,0,0,0,0,3.77136,0,0), - (4499,1,-5204.92,-1565.98,-48.1972,0,0,0,0,0,0,0,0,0,2.33639,0,0), - (4499,2,-5214.62,-1555.88,-49.2243,0,0,0,0,0,0,0,0,0,2.33639,0,0), - (4499,3,-5230.7,-1546.65,-49.3283,0,0,0,0,0,0,0,0,0,2.63091,0,0), - (4499,4,-5241.37,-1540.68,-50.6353,0,0,0,0,0,0,0,0,0,2.63091,0,0), - (4499,5,-5257.24,-1534.29,-51.2466,0,0,0,0,0,0,0,0,0,2.81234,0,0), - (4499,6,-5269.84,-1529.99,-52.025,0,0,0,0,0,0,0,0,0,2.81234,0,0), - (4499,7,-5282.4,-1525.82,-53.1763,0,0,0,0,0,0,0,0,0,2.69296,0,0), - (4499,8,-5288.3,-1522.98,-56.4051,0,0,0,0,0,0,0,0,0,2.69296,0,0), - (4499,9,-5286.83,-1503.93,-56.481,0,0,0,0,0,0,0,0,0,1.20227,0,0), - (4499,10,-5270.15,-1482.05,-56.3993,0,0,0,0,0,0,0,0,0,0.919526,0,0), - (4499,11,-5254.26,-1461.2,-56.0616,0,0,0,0,0,0,0,0,0,0.919526,0,0), - (4499,12,-5241.19,-1442.79,-55.4567,0,0,0,0,0,0,0,0,0,1.14101,0,0), - (4499,13,-5221.53,-1416.03,-53.8072,0,0,0,0,0,0,0,0,0,0.932878,0,0), - (4499,14,-5198.85,-1395.52,-52.7577,0,0,0,0,0,0,0,0,0,0.734958,0,0), - (4499,15,-5181.67,-1374.63,-51.8565,0,0,0,0,0,0,0,0,0,0.882612,0,0), - (4499,16,-5169.68,-1349.39,-50.6463,0,0,0,0,0,0,0,0,0,1.12766,0,0), - (4499,17,-5154.09,-1328.35,-49.6798,0,0,0,0,0,0,0,0,0,0.932878,0,0), - (4499,18,-5133.36,-1309.61,-49.4684,0,0,0,0,0,0,0,0,0,0.734958,0,0), - (4499,19,-5128.83,-1305.52,-49.5074,0,0,0,0,0,0,0,0,0,1.12766,0,0), - (4499,20,-5116.85,-1280.28,-49.9129,0,0,0,0,0,0,0,0,0,1.12766,0,0), - (4499,21,-5102.61,-1250.27,-49.9234,0,0,0,0,0,0,0,0,0,1.12766,0,0), - (4499,22,-5092.12,-1228.17,-52.6244,0,0,0,0,0,0,0,0,0,1.12766,0,0), - (4499,23,-5069.58,-1197.09,-55.3233,0,0,0,0,0,0,0,0,0,1.07818,0,0), - (4499,24,-5062.96,-1184.76,-56.1412,0,0,0,0,0,0,0,0,0,1.07818,0,0), - (4499,25,-5039.98,-1165.97,-56.9965,0,0,0,0,0,0,0,0,0,0.685477,0,0), - (4499,26,-5016.58,-1158.92,-55.1305,0,0,0,0,0,0,0,0,0,0.292778,0,0), - (4499,27,-5006.19,-1139.71,-52.2228,0,0,0,0,0,0,0,0,0,1.07503,0,0), - (4499,28,-4991.9,-1125.57,-50.647,0,0,0,0,0,0,0,0,0,0.779725,0,0), - (4499,29,-4960.86,-1102.84,-52.0625,0,0,0,0,0,0,0,0,0,0.63207,0,0), - (4499,30,-4946.76,-1092.52,-52.4456,0,0,0,0,0,0,0,0,0,0.63207,0,0), - (4499,31,-4928.1,-1087.96,-53.0811,0,0,0,0,0,0,0,0,0,0.239371,0,0), - (4499,32,-4911.55,-1088.84,-54.6845,0,0,0,0,0,0,0,0,0,6.23039,0,0), - (4499,33,-4892.69,-1085.17,-58.7394,0,0,0,0,0,0,0,0,0,0.192247,0,0), - (4499,34,-4862.62,-1069.22,-58.5493,0,0,0,0,0,0,0,0,0,0.487557,0,0), - (4499,35,-4841.79,-1058.18,-58.3265,0,0,0,0,0,0,0,0,0,0.487557,0,0), - (4499,36,-4832.77,-1054.99,-58.5381,0,0,0,0,0,0,0,0,0,0.339902,0,0), - (4499,37,-4810.17,-1040.02,-58.7495,0,0,0,0,0,0,0,0,0,0.584946,0,0), - (4499,38,-4781.03,-1020.73,-58.7479,0,0,0,0,0,0,0,0,0,0.584946,0,0), - (4499,39,-4763.55,-1010.94,-58.3438,0,0,0,0,0,0,0,0,0,0.584946,0,0), - (4499,40,-4745.84,-1003.38,-58.7489,0,0,0,0,0,0,0,0,0,0.402734,0,0), - (4499,41,-4731.81,-989.059,-56.4676,0,0,0,0,0,0,0,0,0,0.795433,0,0), - (4499,42,-4718.22,-969.831,-52.847,0,0,0,0,0,0,0,0,0,0.856694,0,0), - (4499,43,-4702.23,-952.577,-50.7703,0,0,0,0,0,0,0,0,0,0.549603,0,0), - (4499,44,-4687.36,-943.465,-49.807,0,0,0,0,0,0,0,0,0,0.549603,0,0), - (4499,45,-4676.14,-938.654,-49.1061,0,0,0,0,0,0,0,0,0,0.40509,0,0), - (4499,46,-4664.32,-929.672,-50.7595,0,0,0,0,0,0,0,0,0,0.650134,0,0), - (4499,47,-4638.64,-916.618,-56.6334,0,0,0,0,0,0,0,0,0,0.600654,0,0), - (4499,48,-4625.96,-902.198,-54.0504,0,0,0,0,0,0,0,0,0,0.856694,0,0), - (4499,49,-4617.08,-882.245,-51.521,0,0,0,0,0,0,0,0,0,1.152,0,0), - (4499,50,-4597.35,-850.377,-53.6356,0,0,0,0,0,0,0,0,0,1.01613,0,0), - (4499,51,-4579.89,-855.902,-52.0292,0,0,0,0,0,0,0,0,0,5.97671,0,0), - (4499,52,-4589.98,-867.978,-52.0226,0,0,0,0,0,0,0,0,0,4.01635,0,0), - (4499,53,-4601.74,-889.439,-50.6814,0,0,0,0,0,0,0,0,0,4.21113,0,0), - (4499,54,-4605.17,-901.682,-52.4203,0,0,0,0,0,0,0,0,0,4.70122,0,0), - (4499,55,-4610.44,-918.339,-57.6121,0,0,0,0,0,0,0,0,0,4.40591,0,0), - (4499,56,-4606.58,-931.714,-56.7672,0,0,0,0,0,0,0,0,0,4.99338,0,0), - (4499,57,-4596.94,-945.123,-52.9157,0,0,0,0,0,0,0,0,0,5.33582,0,0), - (4499,58,-4581.9,-955.52,-50.9032,0,0,0,0,0,0,0,0,0,5.67825,0,0), - (4499,59,-4572.11,-966.669,-49.0426,0,0,0,0,0,0,0,0,0,5.43321,0,0), - (4499,60,-4560.31,-987.143,-54.2615,0,0,0,0,0,0,0,0,0,5.23529,0,0), - (4499,61,-4541.68,-1003.01,-54.449,0,0,0,0,0,0,0,0,0,5.57772,0,0), - (4499,62,-4552.6,-1011.68,-55.3938,0,0,0,0,0,0,0,0,0,3.81215,0,0), - (4499,63,-4553.95,-1015.83,-55.5415,0,0,0,0,0,0,0,0,0,4.39962,0,0), - (4499,64,-4551.73,-1033.16,-56.3598,0,0,0,0,0,0,0,0,0,4.83945,0,0), - (4499,65,-4554.74,-1051.2,-55.7008,0,0,0,0,0,0,0,0,0,4.54728,0,0), - (4499,66,-4576.43,-1062.38,-52.3882,0,0,0,0,0,0,0,0,0,3.61737,0,0), - (4499,67,-4595.78,-1072.35,-47.8427,0,0,0,0,0,0,0,0,0,3.61737,0,0), - (4499,68,-4614.09,-1084.25,-50.2251,0,0,0,0,0,0,0,0,0,3.7179,0,0), - (4499,69,-4635.17,-1096.57,-53.1295,0,0,0,0,0,0,0,0,0,3.67077,0,0), - (4499,70,-4655.15,-1116.11,-54.7833,0,0,0,0,0,0,0,0,0,3.91582,0,0), - (4499,71,-4670.11,-1111.43,-52.6073,0,0,0,0,0,0,0,0,0,2.83825,0,0), - (4499,72,-4696.82,-1098.49,-52.938,0,0,0,0,0,0,0,0,0,2.6906,0,0), - (4499,73,-4708.96,-1097.21,-54.7856,0,0,0,0,0,0,0,0,0,3.82157,0,0), - (4499,74,-4727.26,-1112.01,-50.8514,0,0,0,0,0,0,0,0,0,3.82157,0,0), - (4499,75,-4730.2,-1135.72,-42.7862,0,0,0,0,0,0,0,0,0,4.60697,0,0), - (4499,76,-4734.1,-1146.39,-39.9821,0,0,0,0,0,0,0,0,0,4.01949,0,0), - (4499,77,-4742.57,-1153.98,-39.8057,0,0,0,0,0,0,0,0,0,3.87184,0,0), - (4499,78,-4748.47,-1163.7,-41.1494,0,0,0,0,0,0,0,0,0,4.16715,0,0), - (4499,79,-4753.23,-1182.36,-46.3681,0,0,0,0,0,0,0,0,0,4.46246,0,0), - (4499,80,-4754.96,-1211.99,-53.963,0,0,0,0,0,0,0,0,0,4.65409,0,0), - (4499,81,-4745.96,-1249.27,-54.0574,0,0,0,0,0,0,0,0,0,4.9494,0,0), - (4499,82,-4746.93,-1265.88,-52.9851,0,0,0,0,0,0,0,0,0,4.65409,0,0), - (4499,83,-4754.48,-1290.02,-48.5838,0,0,0,0,0,0,0,0,0,4.40905,0,0), - (4499,84,-4764.33,-1304.45,-48.6753,0,0,0,0,0,0,0,0,0,4.11374,0,0), - (4499,85,-4769.15,-1327.53,-49.0466,0,0,0,0,0,0,0,0,0,4.50644,0,0), - (4499,86,-4775,-1341.23,-53.1682,0,0,0,0,0,0,0,0,0,4.30852,0,0), - (4499,87,-4778.21,-1369.85,-53.8389,0,0,0,0,0,0,0,0,0,4.60069,0,0), - (4499,88,-4786.3,-1377.76,-53.4634,0,0,0,0,0,0,0,0,0,3.91582,0,0), - (4499,89,-4804.32,-1371.1,-54.4526,0,0,0,0,0,0,0,0,0,2.78799,0,0), - (4499,90,-4830.07,-1375.97,-53.9953,0,0,0,0,0,0,0,0,0,3.32834,0,0), - (4499,91,-4863.88,-1412.53,-52.4747,0,0,0,0,0,0,0,0,0,3.96608,0,0), - (4499,92,-4876.27,-1423.62,-50.5087,0,0,0,0,0,0,0,0,0,3.87184,0,0), - (4499,93,-4883.91,-1453.15,-50.5943,0,0,0,0,0,0,0,0,0,4.45931,0,0), - (4499,94,-4875.09,-1489.66,-47.697,0,0,0,0,0,0,0,0,0,4.9494,0,0), - (4499,95,-4868.9,-1500.25,-47.3607,0,0,0,0,0,0,0,0,0,5.24157,0,0), - (4499,96,-4864.04,-1520.62,-47.5608,0,0,0,0,0,0,0,0,0,4.94626,0,0), - (4499,97,-4840.64,-1540.3,-47.1878,0,0,0,0,0,0,0,0,0,5.584,0,0), - (4499,98,-4813.21,-1563.37,-49.0607,0,0,0,0,0,0,0,0,0,5.584,0,0), - (4499,99,-4798.37,-1586.05,-51.2704,0,0,0,0,0,0,0,0,0,5.29184,0,0), - (4499,100,-4797.3,-1611.32,-49.8867,0,0,0,0,0,0,0,0,0,4.75462,0,0), - (4499,101,-4802.75,-1637.81,-49.9839,0,0,0,0,0,0,0,0,0,4.50958,0,0), - (4499,102,-4811.28,-1665.36,-50.9323,0,0,0,0,0,0,0,0,0,4.41219,0,0), - (4499,103,-4829.82,-1672.43,-47.6692,0,0,0,0,0,0,0,0,0,3.57967,0,0), - (4499,104,-4850.17,-1677.41,-38.4677,0,0,0,0,0,0,0,0,0,3.38175,0,0), - (4499,105,-4868.01,-1681.78,-33.1823,0,0,0,0,0,0,0,0,0,3.38175,0,0), - (4499,106,-4885.85,-1686.15,-35.8888,0,0,0,0,0,0,0,0,0,3.38175,0,0), - (4499,107,-4907.88,-1691.54,-45.483,0,0,0,0,0,0,0,0,0,3.38175,0,0), - (4499,108,-4922.81,-1704.92,-53.1108,0,0,0,0,0,0,0,0,0,3.87184,0,0), - (4499,109,-4937.51,-1726.61,-57.509,0,0,0,0,0,0,0,0,0,4.11688,0,0), - (4499,110,-4969.21,-1749.86,-60.1434,0,0,0,0,0,0,0,0,0,3.77445,0,0), - (4499,111,-4994.72,-1763.31,-64.3609,0,0,0,0,0,0,0,0,0,3.62679,0,0), - (4499,112,-5028.79,-1764.86,-65.5336,0,0,0,0,0,0,0,0,0,3.18697,0,0), - (4499,113,-5065.95,-1759.59,-66.5919,0,0,0,0,0,0,0,0,0,3.09979,0,0), - (4499,114,-5093.52,-1770.39,-62.2996,0,0,0,0,0,0,0,0,0,3.52862,0,0), - (4499,115,-5105.65,-1775.34,-61.0208,0,0,0,0,0,0,0,0,0,3.92132,0,0), - (4499,116,-5123.93,-1792.82,-57.2378,0,0,0,0,0,0,0,0,0,3.81293,0,0), - (4499,117,-5149.56,-1806.05,-57.8151,0,0,0,0,0,0,0,0,0,3.61815,0,0), - (4499,118,-5173.42,-1831.56,-58.1518,0,0,0,0,0,0,0,0,0,3.96059,0,0), - (4499,119,-5186.01,-1870.63,-57.7254,0,0,0,0,0,0,0,0,0,4.40041,0,0), - (4499,120,-5197.27,-1905.54,-57.034,0,0,0,0,0,0,0,0,0,4.40041,0,0), - (4499,121,-5211.94,-1929.84,-62.5757,0,0,0,0,0,0,0,0,0,4.00771,0,0), - (4499,122,-5217.61,-1963.41,-63.2077,0,0,0,0,0,0,0,0,0,4.54492,0,0), - (4499,123,-5213.49,-1995.46,-61.1058,0,0,0,0,0,0,0,0,0,4.84023,0,0), - (4499,124,-5224.94,-2025.67,-60.3056,0,0,0,0,0,0,0,0,0,4.35014,0,0), - (4499,125,-5267.7,-2047.58,-61.7613,0,0,0,0,0,0,0,0,0,3.61501,0,0), - (4499,126,-5298.28,-2054.79,-60.6321,0,0,0,0,0,0,0,0,0,3.37311,0,0), - (4499,127,-5335.13,-2041.09,-61.2567,0,0,0,0,0,0,0,0,0,2.78563,0,0), - (4499,128,-5370.89,-2042.4,-62.2819,0,0,0,0,0,0,0,0,0,3.17833,0,0), - (4499,129,-5404.02,-2043.62,-63.9917,0,0,0,0,0,0,0,0,0,3.17833,0,0), - (4499,130,-5427.96,-2038.56,-64.7203,0,0,0,0,0,0,0,0,0,2.93329,0,0), - (4499,131,-5443.81,-2022.38,-63.5722,0,0,0,0,0,0,0,0,0,2.34581,0,0), - (4499,132,-5460.12,-1994.54,-58.3875,0,0,0,0,0,0,0,0,0,2.10076,0,0), - (4499,133,-5478.17,-1979.38,-58.9688,0,0,0,0,0,0,0,0,0,2.4432,0,0), - (4499,134,-5501.73,-1950.11,-60.4141,0,0,0,0,0,0,0,0,0,2.24842,0,0), - (4499,135,-5524.73,-1937.53,-59.9879,0,0,0,0,0,0,0,0,0,2.64112,0,0), - (4499,136,-5533.82,-1917.68,-59.0687,0,0,0,0,0,0,0,0,0,2.00023,0,0), - (4499,137,-5530.9,-1890.73,-58.5037,0,0,0,0,0,0,0,0,0,1.46302,0,0), - (4499,138,-5520.29,-1865.83,-57.9582,0,0,0,0,0,0,0,0,0,1.16771,0,0), - (4499,139,-5516.68,-1848.78,-57.2414,0,0,0,0,0,0,0,0,0,1.06718,0,0), - (4499,140,-5506.58,-1830.44,-56.6996,0,0,0,0,0,0,0,0,0,0.479701,0,0), - (4499,141,-5491.7,-1830.59,-56.4063,0,0,0,0,0,0,0,0,0,6.2728,0,0), - (4499,142,-5470.03,-1839.83,-54.3328,0,0,0,0,0,0,0,0,0,5.8801,0,0), - (4499,143,-5457.09,-1829.48,-50.7656,0,0,0,0,0,0,0,0,0,0.67448,0,0), - (4499,144,-5463.51,-1817.04,-48.0715,0,0,0,0,0,0,0,0,0,2.04736,0,0), - (4499,145,-5481.32,-1806.02,-49.6301,0,0,0,0,0,0,0,0,0,2.58771,0,0), - (4499,146,-5483.3,-1791.35,-45.245,0,0,0,0,0,0,0,0,0,1.36249,0,0), - (4499,147,-5480.45,-1769.64,-33.9141,0,0,0,0,0,0,0,0,0,1.4371,0,0), - (4499,148,-5475.24,-1759.54,-25.6579,0,0,0,0,0,0,0,0,0,1.44024,0,0), - (4499,149,-5471.3,-1747.98,-19.724,0,0,0,0,0,0,0,0,0,1.24232,0,0), - (4499,150,-5469.04,-1741.36,-17.7276,0,0,0,0,0,0,0,0,0,1.24232,0,0), - (4499,151,-5465.97,-1728.89,-21.8808,0,0,0,0,0,0,0,0,0,1.14336,0,0), - (4499,152,-5452.89,-1712.47,-31.4806,0,0,0,0,0,0,0,0,0,0.898319,0,0), - (4499,153,-5438.73,-1694.68,-39.2293,0,0,0,0,0,0,0,0,0,0.898319,0,0), - (4499,154,-5415,-1665.24,-52.9235,0,0,0,0,0,0,0,0,0,3.69826,0,0), - (4499,155,-5404.21,-1650.38,-54.0433,0,0,0,0,0,0,0,0,0,0.943089,0,0), - (4499,156,-5382.14,-1619.96,-55.4564,0,0,0,0,0,0,0,0,0,0.943089,0,0), - (4499,157,-5359.21,-1581.86,-54.3701,0,0,0,0,0,0,0,0,0,1.08917,0,0), - (4499,158,-5335.16,-1551.91,-54.5505,0,0,0,0,0,0,0,0,0,0.894394,0,0), - (4499,159,-5307.35,-1526.65,-56.18,0,0,0,0,0,0,0,0,0,0.733387,0,0), - (4499,160,-5277.19,-1490.33,-56.4778,0,0,0,0,0,0,0,0,0,0.877901,0,0), - (4499,161,-5254.46,-1467.41,-56.1179,0,0,0,0,0,0,0,0,0,0.76716,0,0), - (4499,162,-5234.6,-1435.62,-54.6556,0,0,0,0,0,0,0,0,0,1.0122,0,0), - (4499,163,-5208.81,-1408.3,-52.7023,0,0,0,0,0,0,0,0,0,0.814283,0,0), - (4499,164,-5186.86,-1376.82,-52.0997,0,0,0,0,0,0,0,0,0,0.961938,0,0), - (4499,165,-5161.9,-1341.03,-50.2505,0,0,0,0,0,0,0,0,0,0.961938,0,0), - (4499,166,-5111.66,-1355.74,-50.9843,0,0,0,0,0,0,0,0,0,5.99713,0,0), - (4499,167,-5094.4,-1380.98,-51.8489,0,0,0,0,0,0,0,0,0,5.31226,0,0), - (4499,168,-5073.89,-1397.17,-52.37,0,0,0,0,0,0,0,0,0,5.65391,0,0), - (4499,169,-5064.51,-1427.11,-52.3102,0,0,0,0,0,0,0,0,0,5.01616,0,0), - (4499,170,-5052.49,-1465.43,-50.1334,0,0,0,0,0,0,0,0,0,5.01616,0,0), - (4499,171,-5033.77,-1492.85,-49.7627,0,0,0,0,0,0,0,0,0,5.31147,0,0), - (4499,172,-5044.56,-1524.25,-48.7018,0,0,0,0,0,0,0,0,0,4.38156,0,0), - (4499,173,-5066.05,-1540.68,-48.0147,0,0,0,0,0,0,0,0,0,3.79408,0,0), - (4499,174,-5084.74,-1554.96,-47.1104,0,0,0,0,0,0,0,0,0,3.79408,0,0), - (4499,175,-5105.14,-1565.01,-46.4026,0,0,0,0,0,0,0,0,0,3.5993,0,0), - (4499,176,-5129.66,-1571.52,-49.5441,0,0,0,0,0,0,0,0,0,3.40138,0,0), - (4499,177,-5154.97,-1578.25,-54.2102,0,0,0,0,0,0,0,0,0,3.40138,0,0), - (4499,178,-5181.09,-1576.09,-53.6363,0,0,0,0,0,0,0,0,0,3.05895,0,0), - (9736,1,-203.919,-478.136,87.3903,0,0,0,0,0,0,0,0,0,100,0,0), - (9736,2,-203.919,-478.136,87.3903,30000,0,0,0,0,0,0,0,0,3.96512,0,0), - (9736,3,-190.85,-475.262,87.3903,0,0,0,0,0,0,0,0,0,100,0,0), - (9736,4,-190.85,-475.262,87.3903,30000,0,0,0,0,0,0,0,0,5.67179,0,0), - (9736,5,-203.945,-478.389,87.3903,0,0,0,0,0,0,0,0,0,100,0,0), - (9736,6,-203.945,-478.389,87.3903,10000,0,0,0,0,0,0,0,0,3.96512,0,0), - (9736,7,-198.345,-469.427,87.3903,0,0,0,0,0,0,0,0,0,100,0,0), - (9736,8,-199.085,-461.425,87.3903,0,0,0,0,0,0,0,0,0,100,0,0), - (9736,9,-202.575,-459.329,87.3903,0,0,0,0,0,0,0,0,0,100,0,0), - (9736,10,-202.575,-459.329,87.3903,30000,0,0,0,0,0,0,0,0,3.68709,0,0), - (9736,11,-198.198,-461.802,87.3903,0,0,0,0,0,0,0,0,0,100,0,0), - (9736,12,-198.053,-469.986,87.3903,0,0,0,0,0,0,0,0,0,100,0,0); + (14378,0,118,9967.37,2040.95,1328.04,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,117,9969.6,2038.98,1328.14,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,116,9972.79,2038.65,1328.14,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,115,9974,2040.55,1328.14,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,114,9973.54,2042.18,1328.14,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,113,9954.76,2069.54,1327.93,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,112,9952.51,2073.93,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,111,9952.51,2076.1,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,110,9957.02,2095.75,1327.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,109,9953.31,2119.95,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,108,9955.34,2148.66,1327.83,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,107,9955.95,2176.62,1327.58,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,106,9955.75,2200.32,1328.33,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,105,9954.9,2229.24,1331.78,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,104,9955.03,2250.6,1334.95,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,103,9953.67,2270.07,1340.67,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,102,9953.78,2289.47,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,101,9953.08,2310.86,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,100,9952.05,2347.56,1330.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,99,9951.81,2372.26,1330.05,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,98,9950.92,2406.31,1328.16,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,97,9949.9,2444.03,1323.01,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,96,9949.14,2478.52,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,95,9949.46,2481.62,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,94,9961.62,2494.32,1316.54,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,93,9963.43,2496.6,1316.49,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,92,9964.4,2498.46,1316.62,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,91,9966.94,2506.63,1317.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,90,9968.58,2510.83,1317.69,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,89,9978.96,2519.39,1317.08,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,88,9982.89,2522.09,1316.49,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,87,9983.06,2524.38,1316.47,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,86,9982.52,2526.08,1316.41,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,85,9970.48,2541.57,1316.55,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,84,9946.14,2555.79,1316.32,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,83,9944.88,2555.72,1316.44,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,82,9939.89,2553.77,1316.84,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,81,9922.6,2545.77,1317.31,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,80,9913.32,2539.02,1316.66,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,79,9910.85,2535.16,1316.36,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,78,9909.73,2533.67,1316.38,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,77,9894.91,2529.19,1316.54,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,76,9878.07,2526.71,1319.32,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,75,9852.38,2525.86,1321.08,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,74,9827.92,2524.93,1321.11,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,73,9807.24,2524.39,1320.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,72,9776.27,2523.3,1318.89,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,71,9766.79,2522.69,1321.45,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,70,9736.73,2520.53,1332.17,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,69,9735.12,2520.27,1332.73,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,68,9729.86,2518.51,1334.59,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,67,9722.42,2515.67,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,66,9720.29,2513.85,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,65,9719.5,2512.31,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,64,9713.3,2489.69,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,63,9695.22,2463.22,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,62,9665.23,2435.96,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,61,9664.27,2432.98,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,60,9665.35,2414.14,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,59,9665.18,2411.42,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,58,9664.22,2408.92,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,57,9662.48,2407.19,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,56,9660.05,2406.62,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,55,9656.12,2408.8,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,54,9655.17,2410.48,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,53,9654.82,2413.7,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,52,9658.38,2437.55,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,51,9658.9,2441.08,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,50,9659.7,2443.97,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,49,9661.4,2446.29,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,48,9686.86,2471.14,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,47,9709.94,2499.13,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,46,9712.06,2513.48,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,45,9711.03,2542.86,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,44,9702.04,2556.37,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,43,9683.42,2575.19,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,42,9665.19,2593.21,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,41,9663.25,2594.92,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,40,9661.17,2596.11,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,39,9656.18,2598.45,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,38,9654.32,2600.85,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,37,9653.91,2602.25,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,36,9652.26,2623.64,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,35,9652.2,2626.19,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,34,9654.96,2629.39,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,33,9658.55,2628.94,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,32,9659.82,2627.53,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,31,9661.1,2613.19,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,30,9661.93,2610.4,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,29,9663.6,2607.97,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,28,9666.76,2605.76,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,27,9691.4,2586.07,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,26,9710.68,2562.7,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,25,9721.65,2542.9,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,24,9723.63,2540.35,1335.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,23,9726.99,2538.13,1335.33,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,22,9736.58,2537.27,1331.96,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,21,9764.53,2532.3,1322.16,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,20,9767.59,2531.53,1321.09,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,19,9769.36,2531.15,1320.45,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,18,9776.55,2531.54,1318.93,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,17,9789.95,2531.94,1319.85,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,16,9825.17,2532.56,1321.05,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,15,9854.98,2533.49,1320.89,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,14,9886.23,2534.43,1318.75,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,13,9896.53,2534.52,1316.01,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,12,9903.21,2534.1,1315.59,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,11,9905.48,2533.7,1315.97,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,10,9907.01,2533.01,1316.18,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,9,9913.53,2525.35,1316.69,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,8,9914.63,2523.59,1316.93,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,7,9915.53,2521.38,1317.15,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,6,9917.28,2509.89,1317.31,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,5,9918.98,2508.1,1317.51,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,4,9929.06,2500.65,1318,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,3,9931.78,2500.85,1317.92,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,2,9933.5,2502.29,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14378,0,1,9934.84,2504.61,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14402,0,1,1583.51,256.231,-62.1131,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,2,1581.18,256.734,-61.9061,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,3,1565.84,270.059,-60.6988,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,4,1554.07,279.533,-60.774,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,5,1550.04,280.655,-60.7944,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,6,1545.8,278.782,-62.1808,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,7,1521.74,246.218,-62.1779,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,8,1463.97,233.833,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,9,1462.32,230.594,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,10,1461.74,216.182,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,11,1464.13,199.771,-62.1771,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,12,1467.82,183.434,-62.1825,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,13,1472.8,173.582,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,14,1472.38,170.36,-57.0159,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,15,1460.74,164.095,-51.0549,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,16,1445.55,153.787,-57.1526,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,17,1444.82,150.552,-57.1532,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,18,1449.09,141.992,-62.2779,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,19,1447.06,138.738,-62.3016,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,20,1425.41,134.622,-62.2926,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,21,1423.45,133.419,-62.2923,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,22,1422.17,131.249,-62.2917,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,23,1412.97,94.4873,-62.2859,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,24,1412.18,68.9665,-62.2788,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,25,1410.14,66.9705,-62.2788,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,26,1405.9,66.3028,-62.2788,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,27,1391.26,67.5182,-62.2789,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,28,1387.45,65.166,-62.2783,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,29,1379.32,50.8737,-62.2767,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,30,1379.43,48.5477,-62.2767,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,31,1408.11,26.9022,-62.2771,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,32,1409.99,26.58,-62.2771,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,33,1412.16,26.6933,-62.2771,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,34,1434.35,33.6435,-62.2764,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,35,1438.17,36.5337,-62.2772,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,36,1439.62,38.7145,-62.2778,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,37,1446.23,64.7357,-62.2823,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,38,1445.82,67.9256,-62.2815,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,39,1444.84,70.1582,-62.2807,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,40,1418.58,101.199,-62.2878,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,41,1404.94,119.901,-62.2953,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,42,1403.92,122.002,-62.296,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,43,1403.86,125.242,-62.2733,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,44,1405.32,127.165,-62.2687,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,45,1426.19,154.123,-62.2847,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,46,1427.12,155.643,-62.284,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,47,1431.45,165.786,-62.2749,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,48,1434.48,167.211,-62.2662,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,49,1442.11,155.511,-57.1532,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,50,1443.47,154.746,-57.153,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,51,1458.04,161.847,-50.9415,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,52,1473.62,171.051,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,53,1473.79,174.277,-57.152,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,54,1469.01,183.076,-62.1835,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,55,1469.26,185.451,-62.1841,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,56,1472.28,187.645,-62.1867,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,57,1477.59,188.139,-62.1953,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,58,1480.28,187.11,-62.1985,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,59,1481.36,185.917,-62.1984,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,60,1486.36,184.441,-62.1841,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,61,1489.26,187.598,-62.176,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,62,1490.05,195.677,-62.1655,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,63,1490.64,198.223,-62.1623,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,64,1491.72,199.428,-62.1536,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,65,1506.33,175.36,-62.1588,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,66,1518.16,159.023,-62.1665,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,67,1541.18,141.863,-62.168,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,68,1542.29,139.746,-62.1685,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,69,1541.04,137.083,-62.1696,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,70,1535.09,126.998,-61.522,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,71,1536.23,123.462,-61.5084,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,72,1544.68,113.248,-62.1455,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,73,1547.05,111.818,-62.1444,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,74,1581.21,104.586,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,75,1583.09,105.606,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,76,1593.63,126.214,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,77,1594.31,130.581,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,78,1594.49,165.476,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,79,1591.85,169.058,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,80,1559.9,187.383,-62.182,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,81,1557.06,191.528,-62.1829,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,82,1555.87,199.809,-60.7761,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,83,1556.87,201.813,-60.777,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,84,1565.77,211.023,-60.6969,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,85,1579.98,224.143,-61.91,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,86,1582.29,224.246,-61.9136,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,87,1584.61,223.555,-62.0901,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,88,1592.9,220.518,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,89,1594.66,221.128,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,90,1595.53,230.76,-52.1538,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,91,1593.39,232.036,-52.1504,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,92,1588.19,232.273,-52.1452,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,93,1586.66,233.891,-52.146,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,94,1586.2,245.907,-52.1547,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,95,1589.37,248.588,-52.1539,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,96,1601.85,248.907,-52.1472,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,97,1604.07,246.483,-52.1531,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,98,1606.34,242.329,-52.1551,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,99,1607.96,240.838,-52.1596,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,100,1629.97,239.215,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,101,1632.03,236.427,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,102,1629.1,223.951,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,103,1612.13,206.931,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,104,1609.54,205.586,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,105,1597.74,203.628,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,106,1594.19,203.81,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,107,1582.79,205.546,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,108,1578.92,207.34,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,109,1562.38,223.928,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,110,1560.67,227.695,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,111,1559.22,236.039,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,112,1561.99,239.835,-43.1798,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,113,1567.9,240.194,-44.1656,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,114,1583.31,240.695,-52.1524,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,115,1584.64,242.737,-52.1516,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,116,1585.51,247.529,-52.151,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,117,1587.02,248.871,-52.1498,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,118,1594.05,249.378,-52.151,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,119,1595.59,250.3,-52.1576,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,120,1596.24,258.4,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), + (14402,0,121,1595.33,259.7,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,1,1609.25,223.458,-61.9034,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,2,1625.3,210.093,-60.7,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,3,1639.94,197.828,-60.7662,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,4,1647.45,200.848,-62.1817,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,5,1667.02,234.69,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,6,1675.6,239,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,7,1723.02,239.116,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,8,1727.49,241.209,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,9,1729.36,267.54,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,10,1723.58,290.441,-62.1844,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,11,1720.12,305.296,-61.4777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,12,1718.49,309.041,-61.4776,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,13,1706.62,324.028,-55.3924,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,14,1707.66,325.929,-55.3924,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,15,1720.19,335.44,-49.1403,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,16,1734.86,346.229,-55.3935,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,17,1737.21,345.446,-55.3939,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,18,1744.15,336.707,-60.4845,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,19,1745.91,336.582,-60.4845,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,20,1773.95,346.565,-62.2919,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,21,1786.24,357.143,-61.9606,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,22,1792.52,369.883,-60.159,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,23,1792.49,374.119,-60.159,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,24,1787.54,394.849,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,25,1789.02,398.807,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,26,1788.91,404.603,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,27,1783.72,410.248,-57.1944,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,28,1776.08,418.387,-58.031,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,29,1761.86,432.215,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,30,1758.75,431.906,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,31,1754.99,427.797,-57.208,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,32,1752.37,415.723,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,33,1755.39,404.236,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,34,1761.86,397.933,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,35,1775.76,395.263,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,36,1783.61,394.952,-57.2146,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,37,1785.32,393.828,-57.2137,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,38,1794.38,372.68,-60.159,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,39,1779.7,349.051,-62.3233,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,40,1757.67,332.684,-62.2457,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,41,1755.16,332.687,-62.3082,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,42,1744.68,335.301,-60.4844,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,43,1736.58,344.367,-55.3936,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,44,1734.49,344.861,-55.3932,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,45,1720.66,334.889,-49.1375,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,46,1708.5,323.994,-55.3924,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,47,1714.45,313.474,-60.4849,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,48,1714.44,311.784,-60.4847,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,49,1704.68,296.586,-62.1763,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,50,1703.6,293.716,-62.1681,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,51,1703.47,283.342,-62.1567,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,52,1702.13,279.941,-62.1551,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,53,1698.64,280.802,-62.1489,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,54,1697.22,284.909,-62.1473,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,55,1701.11,293.63,-62.1622,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,56,1700.36,296.727,-62.1666,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,57,1690.12,309.386,-62.1682,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,58,1668.72,328.757,-62.164,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,59,1640.5,340.779,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,60,1636.33,344.566,-62.177,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,61,1637.51,347.035,-62.1783,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,62,1642.68,346.874,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,63,1649.72,344.399,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,64,1653.71,346.036,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,65,1658.57,355.837,-60.7433,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,66,1656.86,359.73,-60.7457,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,67,1638.04,370.099,-62.1692,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,68,1611.81,375.152,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,69,1572.17,374.006,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,70,1551.99,369.247,-62.1816,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,71,1544.06,358.657,-62.19,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,72,1538.39,348.907,-62.1768,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,73,1539.91,346.422,-62.1725,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,74,1552.08,348.612,-62.1591,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,75,1557.47,348.297,-62.1556,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,76,1557.97,345.033,-62.1489,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,77,1551.41,341.444,-62.1405,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,78,1533.87,335.02,-62.167,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,79,1510.63,312.581,-62.1477,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,80,1498.7,297.357,-62.1757,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,81,1493.62,284.433,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,82,1490.81,281.06,-62.1727,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,83,1488.55,281.725,-62.1636,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,84,1490.05,297.732,-62.1824,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,85,1486.55,310.192,-61.4948,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,86,1488.01,319.712,-60.7861,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,87,1500.95,335.121,-60.0923,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,88,1513.51,345.537,-60.0912,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,89,1534.2,356.902,-61.4984,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,90,1554.56,368.312,-62.182,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,91,1571.42,375.187,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,92,1585.84,377.765,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,93,1592.03,370.874,-62.1947,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,94,1597.09,347.085,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,95,1596.72,319.143,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,96,1599.78,311.695,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,97,1630.8,295.77,-62.1767,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,98,1636.08,284.011,-60.7685,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,99,1633.37,278.824,-60.7766,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,100,1611.44,256.594,-61.9106,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,101,1608.65,256.319,-62.096,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,102,1598.78,259.965,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,103,1596.85,259.143,-57.1617,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,104,1595.79,257.024,-56.9791,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,105,1595.79,257.024,-56.9791,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,106,1595.77,249.513,-52.1528,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,107,1597.26,248.567,-52.1501,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,108,1603.44,249.175,-52.1474,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,109,1605.08,247.345,-52.1539,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,110,1606.02,242.434,-52.1542,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,111,1607.03,240.719,-52.157,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,112,1630.53,240.444,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,113,1632.89,243.005,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,114,1632.59,249.767,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,115,1631.35,254.087,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,116,1612.68,274.291,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,117,1606.97,276.323,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,118,1586.31,276.41,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,119,1580.77,274.948,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,120,1563.42,257.585,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,121,1560.01,251.964,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,122,1558.89,241.319,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,123,1559.38,231.329,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,124,1561.18,225.609,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,125,1578.66,206.978,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,126,1585.73,204.561,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,127,1605.47,204.048,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,128,1611.46,206.035,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,129,1629.38,223.781,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,130,1633.15,233.434,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,131,1630.57,236.934,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,132,1607.13,238.872,-52.1573,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,133,1605.7,237.491,-52.1456,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,134,1603.53,232.569,-52.1455,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,135,1596.86,231.52,-52.1519,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,136,1596.12,220.683,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,137,1598.21,220.211,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (14403,0,138,1606.56,223.616,-62.1116,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,80,1587.66,247.933,-52.1531,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,79,1586.88,246.49,-52.1549,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,78,1586.99,233.745,-52.1458,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,77,1589.6,231.807,-52.1454,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,76,1594.7,230.496,-52.1552,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,75,1593.44,221.058,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,74,1585.53,222.97,-62.1403,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,73,1584.34,225.876,-62.0858,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,72,1583.53,251.004,-62.1036,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,71,1584.99,252.553,-62.1102,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,70,1596.37,252.838,-62.0975,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,69,1607.46,253.633,-62.0916,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,68,1610.99,255.713,-61.9098,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,67,1620.19,263.86,-58.9402,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,66,1637.55,279.363,-60.7701,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,65,1640.92,281.127,-60.7668,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,64,1655.74,273.132,-62.1799,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,63,1658.12,270.697,-62.1794,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,62,1665.4,249.851,-62.1778,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,61,1666.81,247.804,-62.178,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,60,1675.71,241.504,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,59,1720.84,236.727,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,58,1732.08,228.061,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,57,1730.76,214.786,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,56,1724.33,198.704,-62.1648,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,55,1712.58,176.174,-60.7519,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,54,1700.79,156.051,-60.448,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,53,1702.37,152.251,-60.4589,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,52,1702.09,150.261,-60.4686,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,51,1695.19,142.793,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,50,1694.9,140.426,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,49,1705.41,129.555,-49.0482,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,48,1718.35,117.292,-55.2152,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,47,1720.63,116.774,-55.2157,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,46,1729.46,125.036,-60.21,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,45,1742.04,136.301,-62.1524,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,44,1750.69,140.286,-62.1918,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,43,1756.44,136.994,-62.2401,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,42,1770.96,104.361,-62.2738,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,41,1772.83,97.0845,-60.6015,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,40,1786.2,83.474,-52.817,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,39,1786.4,78.9438,-52.817,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,38,1778.53,70.2465,-46.317,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,37,1766.79,58.5176,-46.321,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,36,1753.91,47.7115,-52.817,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,35,1749.86,49.0943,-52.817,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,34,1738.57,59.2006,-59.5723,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,33,1709.62,68.1468,-62.2882,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,32,1702.34,70.9391,-62.2922,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,31,1695.93,86.824,-62.2604,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,30,1696.45,91.297,-62.2527,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,29,1709.33,104.537,-60.1854,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,28,1717.12,112.667,-55.2158,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,27,1716.95,114.974,-55.2154,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,26,1704.9,128.41,-49.009,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,25,1693.52,138.657,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,24,1690.93,138.499,-55.2145,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,23,1682.42,130.873,-60.4286,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,22,1667.65,127.941,-61.4869,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,21,1650.7,134.778,-62.1682,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,20,1639.09,132.697,-62.1597,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,19,1637.99,136.562,-62.1488,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,18,1649.45,142.482,-62.1477,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,17,1679,162.393,-62.1604,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,16,1692.65,187.999,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,15,1698.51,195.957,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,14,1702.61,194.201,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,13,1701.33,182.732,-62.1717,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,12,1709.36,179.081,-60.7305,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,11,1718.69,184.905,-60.7586,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,10,1724.62,196.027,-62.1626,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,9,1728.82,211.138,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,8,1730.39,230.812,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,7,1723.51,240.413,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,6,1680.32,239.207,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,5,1668.47,234.78,-62.1777,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,4,1655.09,207.06,-62.1803,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,3,1640.15,200.02,-60.7678,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,2,1631.55,204.236,-60.7761,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,1,1617.09,218.687,-59.2467,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,81,1590.81,248.534,-52.1547,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,82,1602.72,248.408,-52.1477,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,83,1605.24,245.458,-52.1536,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,84,1606.5,241.89,-52.1555,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,85,1607.7,240.195,-52.1589,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,86,1630.69,241.34,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,87,1632.83,242.523,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,88,1632.96,245.954,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,89,1631.51,254.891,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,90,1613.1,273.434,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,91,1605.62,276.518,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,92,1586.84,276.654,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,93,1578.67,274.247,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,94,1562.31,257.007,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,95,1558.67,246.731,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,96,1559.34,229.621,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,97,1562.74,222.946,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,98,1578.15,207.449,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,99,1586.2,204.75,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,100,1604.9,204.706,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,101,1611.63,206.971,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,102,1628.34,223.248,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,103,1631.79,229.782,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,104,1632.78,236.384,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,105,1630.62,237.216,-43.1027,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,106,1607.8,239.176,-52.1592,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,107,1606.17,237.944,-52.1547,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,108,1604.56,233.824,-52.1459,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,109,1602.06,231.893,-52.1512,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,110,1596.99,231.884,-52.1509,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,111,1596.21,221.58,-57.1618,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,112,1606.62,223.471,-62.1119,0,0,0,0,0,0,0,0,0,0,0,0), + (14404,0,113,1609.26,223.324,-61.9032,0,0,0,0,0,0,0,0,0,0,0,0), + (14445,0,1,-10210.3,-3774.1,21.975,0,0,0,0,0,0,0,0,0,2.46907,0,0), + (14445,0,2,-10214.7,-3687.28,22.4809,0,0,0,0,0,0,0,0,0,1.40486,0,0), + (14445,0,3,-10230.1,-3666.71,22.2764,0,0,0,0,0,0,0,0,0,2.21381,0,0), + (14445,0,4,-10216,-3715.02,17.4028,0,0,0,0,0,0,0,0,0,4.71138,0,0), + (14445,0,5,-10220.2,-3756.56,22.023,0,0,0,0,0,0,0,0,0,5.04517,0,0), + (14445,0,6,-10204.9,-3788.07,24.2081,0,0,0,0,0,0,0,0,0,4.59357,0,0), + (14445,0,7,-10211.6,-3821.14,21.8495,0,0,0,0,0,0,0,0,0,4.947,0,0), + (14445,0,8,-10207.4,-3833.31,22.0969,0,0,0,0,0,0,0,0,0,4.947,0,0), + (14445,0,9,-10201.3,-3866.65,17.3741,0,0,0,0,0,0,0,0,0,4.67997,0,0), + (14445,0,10,-10203.9,-3900.36,21.8852,0,0,0,0,0,0,0,0,0,5.45358,0,0), + (14445,0,11,-10166.6,-3931.85,24.4178,0,0,0,0,0,0,0,0,0,4.09092,0,0), + (14445,0,12,-10191.2,-3953.44,23.7515,0,0,0,0,0,0,0,0,0,4.54252,0,0), + (14445,0,13,-10200.5,-3989.64,23.3836,0,0,0,0,0,0,0,0,0,4.11449,0,0), + (14445,0,14,-10231.4,-4033.54,20.2455,0,0,0,0,0,0,0,0,0,4.09878,0,0), + (14445,0,15,-10264.4,-4057.62,22.0898,0,0,0,0,0,0,0,0,0,3.20343,0,0), + (14445,0,16,-10304,-4058.98,22.4633,0,0,0,0,0,0,0,0,0,3.17594,0,0), + (14445,0,17,-10317.3,-4034.27,18.9332,0,0,0,0,0,0,0,0,0,2.8068,0,0), + (14445,0,18,-10360.5,-4019.63,22.7821,0,0,0,0,0,0,0,0,0,2.81465,0,0), + (14445,0,19,-10368.5,-4048.93,19.004,0,0,0,0,0,0,0,0,0,3.75713,0,0), + (14445,0,20,-10408.9,-4072.34,22.1547,0,0,0,0,0,0,0,0,0,3.30553,0,0), + (14445,0,21,-10445.1,-4075.15,24.2057,0,0,0,0,0,0,0,0,0,3.92992,0,0), + (14445,0,22,-10467.2,-4099.22,22.4943,0,0,0,0,0,0,0,0,0,2.97173,0,0), + (14445,0,23,-10519,-4090.33,21.4856,0,0,0,0,0,0,0,0,0,2.39054,0,0), + (14445,0,24,-10559.1,-4044.76,22.2115,0,0,0,0,0,0,0,0,0,2.83821,0,0), + (14445,0,25,-10611.9,-4019.36,19.968,0,0,0,0,0,0,0,0,0,2.28843,0,0), + (14445,0,26,-10628,-3999.36,21.9281,0,0,0,0,0,0,0,0,0,1.69938,0,0), + (14445,0,27,-10632.4,-3965.76,21.7984,0,0,0,0,0,0,0,0,0,0.839371,0,0), + (14445,0,28,-10616.8,-3951.71,19.3253,0,0,0,0,0,0,0,0,0,0.733342,0,0), + (14445,0,29,-10585.4,-3999.54,20.2242,0,0,0,0,0,0,0,0,0,5.29258,0,0), + (14445,0,30,-10560.6,-4041.9,22.1098,0,0,0,0,0,0,0,0,0,5.44966,0,0), + (14445,0,31,-10537.1,-4067.51,23.4392,0,0,0,0,0,0,0,0,0,0.499292,0,0), + (14445,0,32,-10486.7,-4042.81,18.7913,0,0,0,0,0,0,0,0,0,0.220476,0,0), + (14445,0,33,-10431.9,-4031.43,19.7168,0,0,0,0,0,0,0,0,0,0.204768,0,0), + (14445,0,34,-10392.6,-4026.12,22.9862,0,0,0,0,0,0,0,0,0,0.134082,0,0), + (14445,0,35,-10365.8,-4024.11,22.2827,0,0,0,0,0,0,0,0,0,5.97352,0,0), + (14445,0,36,-10302.6,-4040.83,23.2825,0,0,0,0,0,0,0,0,0,5.42374,0,0), + (14445,0,37,-10278.1,-4073.4,23.3837,0,0,0,0,0,0,0,0,0,0.6603,0,0), + (14445,0,38,-10231.3,-4029.46,19.1835,0,0,0,0,0,0,0,0,0,1.03729,0,0), + (14445,0,39,-10199.1,-3979.39,23.1345,0,0,0,0,0,0,0,0,0,1.1551,0,0), + (14445,0,40,-10167.6,-3916.87,23.2336,0,0,0,0,0,0,0,0,0,2.32142,0,0), + (14445,0,41,-10203.7,-3883.72,21.2599,0,0,0,0,0,0,0,0,0,1.64597,0,0), + (14445,0,42,-10205.1,-3832.39,22.3228,0,0,0,0,0,0,0,0,0,1.98762,0,0), + (14445,0,43,-10215.8,-3803.4,22.5372,0,0,0,0,0,0,0,0,0,3.48773,0,0), + (14471,0,1,-7970.9,1507.22,-1.55187,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,2,-7943.04,1493.79,-6.62616,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,3,-7918.48,1468.86,-5.76875,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,4,-7894.92,1446.88,-9.58654,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,5,-7887.06,1414.65,-4.75843,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,6,-7879.74,1375.46,-8.27366,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,7,-7863.91,1348.84,-6.65281,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,8,-7839.48,1331.17,-9.64498,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,9,-7799.42,1305,-5.83755,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,10,-7775.25,1267.37,-4.49419,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,11,-7796.92,1231.14,-4.35764,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,12,-7814.78,1204.89,-0.534356,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,13,-7823.56,1158.29,1.64553,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,14,-7818.53,1123.67,0.376355,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,15,-7803.92,1086.93,4.71193,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,16,-7769.98,1061.28,1.14028,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,17,-7748.98,1029.69,2.54678,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,18,-7725.58,994.818,1.86259,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,19,-7700.38,961.477,-1.84493,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,20,-7660.69,939.871,0.607142,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,21,-7628.97,925.089,0.414325,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,22,-7594.46,932.484,1.85109,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,23,-7550.45,954.034,0.91145,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,24,-7519.02,969.428,1.44406,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,25,-7476.11,979.392,2.04286,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,26,-7428.56,978.903,3.13144,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,27,-7390.67,1013.55,3.49037,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,28,-7373.88,1046.14,4.74369,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,29,-7364.93,1093.09,1.32902,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,30,-7347.16,1145.42,1.2884,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,31,-7364.33,1159.79,3.23603,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,32,-7399.25,1182.98,1.84387,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,33,-7429.51,1202.9,3.02961,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,34,-7468.98,1233.92,3.40704,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,35,-7511.83,1250.47,3.33374,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,36,-7540.86,1269.11,6.09194,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,37,-7555.66,1299.83,2.85051,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,38,-7569.88,1333.56,3.0119,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,39,-7598.24,1373.45,4.0046,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,40,-7626.76,1409.48,3.85885,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,41,-7655.34,1460.77,3.68569,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,42,-7697.58,1485.36,4.42573,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,43,-7728.65,1513.85,-0.668692,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,44,-7740.85,1555.4,1.30007,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,45,-7763.3,1582.23,-0.216693,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,46,-7787.74,1593.93,2.87125,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,47,-7832.06,1601.15,4.1155,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,48,-7870.67,1592.22,2.56394,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,49,-7908.88,1561.9,-2.73442,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,50,-7932.15,1528.09,-0.895027,0,0,0,0,0,0,0,0,0,0,0,0), + (14471,0,51,-7946.88,1508.12,-6.62967,0,0,0,0,0,0,0,0,0,0,0,0), + (14488,0,6,-12472.3,-116.416,14.5594,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,5,-12484.2,-94.9346,18.6178,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,4,-12506.3,-100.315,15.0686,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,3,-12520.7,-121.901,13.8174,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,2,-12517.8,-151.992,12.5507,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,1,-12509.2,-169.358,11.9715,0,0,0,0,0,0,0,0,0,100,0,0), + (14508,0,1,-13187.1,319.775,33.2346,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,2,-13215.1,322.781,33.2446,0,1450802,0,0,0,0,0,0,0,0,0,0), + (14508,0,3,-13234.3,314.129,33.2076,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,4,-13248.8,299.046,33.2264,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,5,-13254.9,284.07,33.2425,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,6,-13255.6,264.58,33.245,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,7,-13247.6,243.589,33.2082,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,8,-13237.6,231.746,33.2374,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,9,-13233.3,231.889,33.2352,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,10,-13235.3,231.821,33.2323,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,11,-13234.5,239.465,33.3607,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,12,-13239.7,247.561,29.2974,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,13,-13244.5,256.393,22.6305,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,14,-13241.2,261.35,21.933,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,15,-13204.1,277.168,21.9821,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,16,-13219.2,275.451,21.9821,0,1450816,0,0,0,0,0,0,0,0,0,0), + (14508,0,17,-13240.6,268.921,21.933,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,18,-13240.6,268.921,21.933,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,19,-13244,261.878,21.933,0,1450819,0,0,0,0,0,0,0,0,0,0), + (14508,0,20,-13243.4,254.911,23.8869,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,21,-13239,245.371,29.2373,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,22,-13233.6,238.16,33.3501,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,23,-13237.5,232.776,33.2308,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,24,-13250,248.904,33.2329,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,25,-13255.2,264.038,33.2444,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,26,-13255.3,282.627,33.2429,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,27,-13248.9,298.446,33.2419,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,28,-13233.8,314.316,33.2081,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,29,-13216,322.76,33.2444,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,30,-13199.4,323.398,33.2425,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,31,-13188.3,320.076,33.2348,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,32,-13184.8,329.885,37.955,0,0,0,0,0,0,0,0,0,0,0,0), + (14508,0,33,-13184.5,332.671,40.3299,10500000,1450833,0,0,0,0,0,0,0,0,0,0), + (14850,0,1,-533.574,-2985,92.8914,0,0,0,0,0,0,0,0,0,0.544762,0,0), + (14850,0,2,-532.475,-2982.79,92.9373,8000,0,0,0,0,0,0,0,0,1.31524,0,0), + (14850,0,3,-535.363,-2986.68,92.8727,0,0,0,0,0,0,0,0,0,3.69735,0,0), + (14850,0,4,-542.795,-2987.18,92.979,5000,0,0,0,0,0,0,0,0,3.52828,0,0), + (14850,0,5,-539.589,-2979.67,93.1421,0,0,0,0,0,0,0,0,0,1.89151,0,0), + (14850,0,6,-540.857,-2972.26,93.2185,0,0,0,0,0,0,0,0,0,1.82397,0,0), + (14850,0,7,-542.509,-2968.74,91.6666,0,0,0,0,0,0,0,0,0,2.02817,0,0), + (14850,0,8,-556.492,-2958.45,91.8089,0,0,0,0,0,0,0,0,0,3.13165,0,0), + (14850,0,9,-560.314,-2959.11,91.6711,0,0,0,0,0,0,0,0,0,3.79061,0,0), + (14850,0,10,-563.527,-2961.73,91.6705,10000,0,0,0,0,0,0,0,0,3.97203,0,0), + (14850,0,11,-554.859,-2957.95,91.9882,0,0,0,0,0,0,0,0,0,6.10988,0,0), + (14850,0,12,-542.145,-2969.4,91.6672,0,0,0,0,0,0,0,0,0,5.08337,0,0), + (14850,0,13,-541.034,-2970.88,92.7831,0,0,0,0,0,0,0,0,0,5.09751,0,0), + (14850,0,14,-540.203,-2974.5,93.2449,0,0,0,0,0,0,0,0,0,4.88703,0,0), + (14850,0,15,-538.437,-2986.25,92.9349,0,0,0,0,0,0,0,0,0,5.35984,0,0), + (14850,0,16,-534.474,-2989.05,92.9337,11000,1485001,0,0,0,0,0,0,0,6.24497,0,0), + (14850,0,17,-537.863,-2989.07,92.9417,0,0,0,0,0,0,0,0,0,2.62114,0,0), + (14850,0,18,-541.218,-2972.43,93.2172,0,0,0,0,0,0,0,0,0,2.00617,0,0), + (14850,0,19,-542.574,-2969.56,91.6668,0,0,0,0,0,0,0,0,0,2.05958,0,0), + (14850,0,20,-555.277,-2959.6,91.8103,0,0,0,0,0,0,0,0,0,3.32643,0,0), + (14850,0,21,-557.443,-2961.87,91.6668,3000,0,0,0,0,0,0,0,0,4.01915,0,0), + (14850,0,22,-549.293,-2960.81,91.7707,0,0,0,0,0,0,0,0,0,5.48313,0,0), + (14850,0,23,-541.477,-2969.22,91.667,0,0,0,0,0,0,0,0,0,4.97576,0,0), + (14850,0,24,-540.882,-2970.61,92.726,0,0,0,0,0,0,0,0,0,5.10614,0,0), + (14850,0,25,-540.171,-2974.45,93.2474,0,0,0,0,0,0,0,0,0,4.64511,0,0), + (14850,0,26,-538.8,-2988.17,92.9165,0,0,0,0,0,0,0,0,0,6.27953,0,0), + (14850,0,27,-534.023,-2988.81,92.9258,12000,1485002,0,0,0,0,0,0,0,6.22469,0,0), + (14850,0,28,-535.851,-2988.2,92.9109,0,0,0,0,0,0,0,0,0,2.23408,0,0), + (14850,0,29,-537.077,-2984.78,92.9547,240000,1485003,0,0,0,0,0,0,0,2.08407,0,0), + (14857,0,9,-4.09707,-2636.68,91.9798,0,0,0,0,0,0,0,0,0,3.88053,0,0), + (14857,0,8,-0.125211,-2621.11,91.288,0,0,0,0,0,0,0,0,0,4.4955,0,0), + (14857,0,7,3.79072,-2621.66,89.8122,35000,1485703,0,0,0,0,0,0,0,0.018295,0,0), + (14857,0,6,-3.63306,-2621.64,92.1312,0,0,0,0,0,0,0,0,0,0.006514,0,0), + (14857,0,5,-9.08595,-2621.67,94.9584,0,0,0,0,0,0,0,0,0,0.104689,0,0), + (14857,0,4,-11.7613,-2621.95,95.72,0,0,0,0,0,0,0,0,0,0.001017,0,0), + (14857,0,3,-19.1492,-2619.64,97.2062,0,0,0,0,0,0,0,0,0,5.9402,0,0), + (14857,0,2,-25.8713,-2613.07,97.2377,10000,1485702,0,0,0,0,0,0,0,0.434565,0,0), + (14857,0,1,-29.4619,-2615.94,97.1569,2000,1485701,0,0,0,0,0,0,0,2.81206,0,0), + (14857,0,10,-9.7202,-2640.14,95.6607,0,0,0,0,0,0,0,0,0,3.69832,0,0), + (14857,0,11,-21.9055,-2647.23,95.8334,0,0,0,0,0,0,0,0,0,2.72835,0,0), + (14857,0,12,-29.9285,-2641.6,96.0804,0,0,0,0,0,0,0,0,0,2.42597,0,0), + (14857,0,13,-33.6012,-2638.69,96.4458,0,0,0,0,0,0,0,0,0,2.25083,0,0), + (14857,0,14,-33.7544,-2634.78,96.275,0,0,0,0,0,0,0,0,0,1.4403,0,0), + (14857,0,15,-31.7804,-2631.54,95.9905,0,0,0,0,0,0,0,0,0,0.610917,0,0), + (14857,0,16,-30.3169,-2631.18,95.9409,0,0,0,0,0,0,0,0,0,0.021083,0,0), + (14857,0,17,-29.1425,-2632.01,95.9483,11000,1485704,0,0,0,0,0,0,0,5.85468,0,0), + (14857,0,18,-32.0825,-2632.89,96.0727,0,0,0,0,0,0,0,0,0,3.654,0,0), + (14857,0,19,-32.9846,-2638.7,96.3846,0,0,0,0,0,0,0,0,0,4.78104,0,0), + (14857,0,20,-31.5213,-2644.06,96.1429,0,0,0,0,0,0,0,0,0,5.35438,0,0), + (14857,0,21,-24.4697,-2646.37,95.8326,0,0,0,0,0,0,0,0,0,6.02855,0,0), + (14857,0,22,-18.6414,-2646.82,95.8326,0,0,0,0,0,0,0,0,0,0.601453,0,0), + (14857,0,23,-9.77005,-2641.35,95.5894,0,0,0,0,0,0,0,0,0,0.554329,0,0), + (14857,0,24,-8.47826,-2640.57,95.2277,0,0,0,0,0,0,0,0,0,0.522913,0,0), + (14857,0,25,-3.89023,-2637.86,92.0007,0,0,0,0,0,0,0,0,0,0.467935,0,0), + (14857,0,26,4.77875,-2632.61,89.838,20000,1485705,0,0,0,0,0,0,0,0.48757,0,0), + (14857,0,27,4.56817,-2635.55,90.4474,0,0,0,0,0,0,0,0,0,5.1604,0,0), + (14857,0,28,10.7483,-2640.52,90.3865,0,0,0,0,0,0,0,0,0,5.61985,0,0), + (14857,0,29,34.7806,-2655.09,91.9127,0,0,0,0,0,0,0,0,0,5.74159,0,0), + (14857,0,30,53.317,-2671.72,91.6669,0,0,0,0,0,0,0,0,0,5.2193,0,0), + (14857,0,31,63.5888,-2689.05,92.9446,0,0,0,0,0,0,0,0,0,4.81483,0,0), + (14857,0,32,60.2265,-2698.29,92.0961,0,0,0,0,0,0,0,0,0,4.02158,0,0), + (14857,0,33,55.9701,-2699.55,91.9007,0,0,0,0,0,0,0,0,0,2.39266,0,0), + (14857,0,34,55.0459,-2698.41,91.9447,20000,1485706,0,0,0,0,0,0,0,2.02666,0,0), + (14857,0,35,45.8985,-2702.47,91.7002,0,0,0,0,0,0,0,0,0,3.10109,0,0), + (14857,0,36,31.0409,-2703.29,91.6676,0,0,0,0,0,0,0,0,0,2.65891,0,0), + (14857,0,37,23.5055,-2699.47,91.7346,0,0,0,0,0,0,0,0,0,2.2937,0,0), + (14857,0,38,10.4826,-2681.7,91.7507,0,0,0,0,0,0,0,0,0,2.18767,0,0), + (14857,0,49,-0.678281,-2668.66,91.9212,0,0,0,0,0,0,0,0,0,2.2937,0,0), + (14857,0,40,-8.81453,-2659.54,95.5593,0,0,0,0,0,0,0,0,0,2.31726,0,0), + (14857,0,41,-14.4874,-2643.52,95.8315,0,0,0,0,0,0,0,0,0,1.86173,0,0), + (14857,0,42,-17.0888,-2620.45,96.3303,0,0,0,0,0,0,0,0,0,2.72331,0,0), + (14857,0,43,-19.1079,-2619.6,97.1972,0,0,0,0,0,0,0,0,0,2.74138,0,0), + (14857,0,44,-29.4619,-2615.94,97.1569,0,0,0,0,0,0,0,0,0,2.81206,0,0), + (14857,0,45,-29.4619,-2615.94,97.1569,240000,1485707,0,0,0,0,0,0,0,2.81206,0,0), + (14873,0,1,270.076,-3036.6,97.6192,0,0,0,0,0,0,0,0,0,3.69769,0,0), + (14873,0,2,262.171,-3043.45,96.5053,21000,1487301,0,0,0,0,0,0,0,4.01577,0,0), + (14873,0,3,251.328,-3055.55,96.1454,0,0,0,0,0,0,0,0,0,4.326,0,0), + (14873,0,4,246.888,-3070.92,95.2793,0,0,0,0,0,0,0,0,0,4.4713,0,0), + (14873,0,5,242.449,-3081.3,91.82,0,0,0,0,0,0,0,0,0,4.18071,0,0), + (14873,0,6,232.826,-3106.67,93.3165,0,0,0,0,0,0,0,0,0,4.37706,0,0), + (14873,0,7,226.41,-3120.76,93.3475,0,0,0,0,0,0,0,0,0,4.37392,0,0), + (14873,0,8,213.921,-3151.01,91.2851,5000,1487302,0,0,0,0,0,0,0,1.33448,0,0), + (14873,0,9,221.681,-3147.9,91.374,5000,0,0,0,0,0,0,0,0,0.340951,0,0), + (14873,0,10,214.549,-3134.64,91.9876,0,0,0,0,0,0,0,0,0,2.04134,0,0), + (14873,0,11,210.931,-3139.95,91.6514,0,0,0,0,0,0,0,0,0,1.95494,0,0), + (14873,0,12,214.059,-3139.64,91.7,0,0,0,0,0,0,0,0,0,0.097475,0,0), + (14873,0,13,213.426,-3131.78,92.1297,10000,1487305,0,0,0,0,0,0,0,1.66434,0,0), + (14873,0,14,220.194,-3140.72,91.7517,0,0,0,0,0,0,0,0,0,5.37928,0,0), + (14873,0,15,225.395,-3139.1,92.0847,0,0,0,0,0,0,0,0,0,0.325237,0,0), + (14873,0,16,220.857,-3140.83,91.7662,0,0,0,0,0,0,0,0,0,3.5061,0,0), + (14873,0,17,218.769,-3132.79,92.4983,5000,0,0,0,0,0,0,0,0,1.78215,0,0), + (14873,0,18,226.814,-3137.56,92.169,10000,1487306,0,0,0,0,0,0,0,5.7327,0,0), + (14873,0,19,225.496,-3132.89,92.7818,0,0,0,0,0,0,0,0,0,1.84498,0,0), + (14873,0,20,213.603,-3148.39,91.4489,0,0,0,0,0,0,0,0,0,4.02839,0,0), + (14873,0,21,219.055,-3151.2,91.2139,5000,0,0,0,0,0,0,0,0,5.82302,0,0), + (14873,0,22,220.469,-3141.93,91.6344,0,0,0,0,0,0,0,0,0,1.40909,0,0), + (14873,0,23,214.852,-3148.32,91.4558,0,0,0,0,0,0,0,0,0,3.67889,0,0), + (14873,0,24,218.373,-3144.99,91.5714,10000,1487307,0,0,0,0,0,0,0,2.13165,0,0), + (14873,0,25,224.091,-3149.02,91.2304,0,0,0,0,0,0,0,0,0,5.66987,0,0), + (14873,0,26,224.591,-3145.02,91.4801,5000,0,0,0,0,0,0,0,0,1.33054,0,0), + (14873,0,27,219.022,-3147.38,91.4735,0,0,0,0,0,0,0,0,0,3.58071,0,0), + (14873,0,28,220.167,-3139.75,91.8958,4000,0,0,0,0,0,0,0,0,1.40516,0,0), + (14873,0,29,225.033,-3133.14,92.8028,10000,1487308,0,0,0,0,0,0,0,0.6551,0,0), + (14873,0,30,222.021,-3128.32,93.0422,0,0,0,0,0,0,0,0,0,2.13558,0,0), + (14873,0,31,228.338,-3126.35,92.9595,2000,0,0,0,0,0,0,0,0,0.337014,0,0), + (14873,0,32,229.495,-3129.22,92.6818,3000,0,0,0,0,0,0,0,0,5.09653,0,0), + (14873,0,33,232.12,-3128.11,92.5988,0,0,0,0,0,0,0,0,0,0.399846,0,0), + (14873,0,34,227.003,-3137.58,92.1461,3000,0,0,0,0,0,0,0,0,4.25615,0,0), + (14873,0,35,220.002,-3132.38,92.659,10000,1487309,0,0,0,0,0,0,0,1.85283,0,0), + (14873,0,36,225.874,-3102.36,93.6962,0,0,0,0,0,0,0,0,0,1.38159,0,0), + (14873,0,37,233.086,-3085.54,91.6788,0,0,0,0,0,0,0,0,0,1.15775,0,0), + (14873,0,38,235.152,-3069.81,91.8706,0,0,0,0,0,0,0,0,0,1.33447,0,0), + (14873,0,39,239.821,-3061.03,95.4022,0,0,0,0,0,0,0,0,0,1.05173,0,0), + (14873,0,40,256.123,-3047.91,96.2473,3000,1487303,0,0,0,0,0,0,0,0.652743,0,0), + (14873,0,41,267.05,-3039.04,96.9212,0,0,0,0,0,0,0,0,0,0.647245,0,0), + (14873,0,42,271.093,-3035.98,97.6501,0,0,0,0,0,0,0,0,0,0.647245,0,0), + (14873,0,43,278.975,-3029.68,97.3919,3000,1487302,0,0,0,0,0,0,0,0.670807,0,0), + (14873,0,44,280.125,-3029.01,97.3502,240000,1487304,0,0,0,0,0,0,0,3.76837,0,0), + (14908,0,1,1022.24,-2235.11,93.3114,0,0,0,0,0,0,0,0,0,5.05061,0,0), + (14908,0,2,1023.37,-2238.18,92.3744,0,0,0,0,0,0,0,0,0,4.90149,0,0), + (14908,0,3,1024.2,-2243.96,92.4697,0,0,0,0,0,0,0,0,0,3.93231,0,0), + (14908,0,4,1022.05,-2244.86,92.3385,0,0,0,0,0,0,0,0,0,2.76129,0,0), + (14908,0,5,1020.21,-2242.92,92.2321,8000,1490801,0,0,0,0,0,0,0,1.91148,0,0), + (14908,0,6,1034.19,-2250.56,92.8656,6000,1490802,0,0,0,0,0,0,0,5.87774,0,0), + (14908,0,7,1033.85,-2258.61,93.6338,0,0,0,0,0,0,0,0,0,5.1756,0,0), + (14908,0,8,1037.68,-2262.02,93.8145,0,0,0,0,0,0,0,0,0,5.09942,0,0), + (14908,0,9,1036.96,-2269.7,93.7554,0,0,0,0,0,0,0,0,0,5.31776,0,0), + (14908,0,10,1042,-2273.46,93.6932,5000,1490807,0,0,0,0,0,0,0,5.02795,0,0), + (14908,0,11,1042.7,-2275.52,93.5781,0,0,0,0,0,0,0,0,0,5.48191,0,0), + (14908,0,12,1046.52,-2274.46,93.6045,0,0,0,0,0,0,0,0,0,0.547255,0,0), + (14908,0,13,1050.26,-2270.44,93.4986,0,0,0,0,0,0,0,0,0,1.13238,0,0), + (14908,0,14,1049.74,-2266.86,93.3475,0,0,0,0,0,0,0,0,0,2.03244,0,0), + (14908,0,15,1048.05,-2263.53,93.2249,0,0,0,0,0,0,0,0,0,2.44321,0,0), + (14908,0,16,1041.05,-2258.77,93.4525,0,0,0,0,0,0,0,0,0,2.11884,0,0), + (14908,0,17,1039.14,-2253.68,92.9611,6000,1490808,0,0,0,0,0,0,0,1.47088,0,0), + (14908,0,18,1032.8,-2253.55,93.3633,0,0,0,0,0,0,0,0,0,3.61973,0,0), + (14908,0,19,1025.83,-2258.54,93.1641,0,0,0,0,0,0,0,0,0,4.15852,0,0), + (14908,0,20,1021.94,-2266.24,92.8306,0,0,0,0,0,0,0,0,0,4.82689,0,0), + (14908,0,21,1022.81,-2272.14,92.6617,0,0,0,0,0,0,0,0,0,5.2675,0,0), + (14908,0,22,1027.02,-2277.89,92.6709,0,0,0,0,0,0,0,0,0,5.70732,0,0), + (14908,0,23,1036.56,-2280.12,93.1197,0,0,0,0,0,0,0,0,0,0.098003,0,0), + (14908,0,24,1046.66,-2275.73,93.5356,0,0,0,0,0,0,0,0,0,0.818999,0,0), + (14908,0,25,1049.61,-2269.77,93.5509,0,0,0,0,0,0,0,0,0,1.45517,0,0), + (14908,0,26,1045.76,-2261.03,93.2522,0,0,0,0,0,0,0,0,0,2.53195,0,0), + (14908,0,27,1038.3,-2254.31,93.1039,6000,1490803,0,0,0,0,0,0,0,1.99003,0,0), + (14908,0,28,1028.89,-2245.04,92.4171,4000,1490804,0,0,0,0,0,0,0,2.05757,0,0), + (14908,0,29,1030.95,-2242.99,92.2635,0,0,0,0,0,0,0,0,0,0.737318,0,0), + (14908,0,30,1030.99,-2246.37,92.4892,0,0,0,0,0,0,0,0,0,4.6761,0,0), + (14908,0,31,1026.53,-2244.68,92.4175,5000,1490805,0,0,0,0,0,0,0,1.92092,0,0), + (14908,0,32,1023.99,-2246.93,92.4157,0,0,0,0,0,0,0,0,0,3.54591,0,0), + (14908,0,33,1022.48,-2246.02,92.3348,0,0,0,0,0,0,0,0,0,2.33482,0,0), + (14908,0,34,1020.94,-2242.87,92.2867,0,0,0,0,0,0,0,0,0,2.00574,0,0), + (14908,0,35,1022.75,-2244.53,92.3965,0,0,0,0,0,0,0,0,0,5.98614,0,0), + (14908,0,36,1024.25,-2241.75,92.4343,0,0,0,0,0,0,0,0,0,1.31302,0,0), + (14908,0,37,1023.63,-2237.15,92.3793,0,0,0,0,0,0,0,0,0,1.83138,0,0), + (14908,0,38,1019.27,-2227.94,93.2074,0,0,0,0,0,0,0,0,0,2.38116,0,0), + (14908,0,39,1014.19,-2225.35,93.0378,5000,1490809,0,0,0,0,0,0,0,2.84219,0,0), + (14908,0,40,1017.35,-2224.14,93.0691,180000,1490806,0,0,0,0,0,0,0,5.14341,0,0), + (15481,0,30,2623.38,-5977.86,100.642,0,0,0,0,0,0,0,0,0,3.86238,0,0), + (15481,0,29,2652.61,-6023.3,97.2364,0,0,0,0,0,0,0,0,0,4.28178,0,0), + (15481,0,28,2637.75,-6057.12,100.789,0,0,0,0,0,0,0,0,0,4.96744,0,0), + (15481,0,27,2650.16,-6101.06,99.105,0,0,0,0,0,0,0,0,0,4.99335,0,0), + (15481,0,26,2659.07,-6142.42,100.017,0,0,0,0,0,0,0,0,0,5.61225,0,0), + (15481,0,25,2699.18,-6169.74,97.2345,0,0,0,0,0,0,0,0,0,5.90834,0,0), + (15481,0,24,2748.81,-6216.27,102.323,0,0,0,0,0,0,0,0,0,5.52506,0,0), + (15481,0,23,2728.22,-6259.92,99.7664,0,0,0,0,0,0,0,0,0,1.50304,0,0), + (15481,0,22,2701.59,-6292.38,98.4016,0,0,0,0,0,0,0,0,0,1.01845,0,0), + (15481,0,21,2665.81,-6316.73,100.927,0,0,0,0,0,0,0,0,0,3.15866,0,0), + (15481,0,20,2639.08,-6319.14,93.82,0,0,0,0,0,0,0,0,0,3.16179,0,0), + (15481,0,19,2609.81,-6316.4,95.62,0,0,0,0,0,0,0,0,0,2.8822,0,0), + (15481,0,18,2593.02,-6298.9,103.16,0,0,0,0,0,0,0,0,0,2.55862,0,0), + (15481,0,17,2502.05,-6238.91,102.5,0,0,0,0,0,0,0,0,0,2.55862,0,0), + (15481,0,16,2484.14,-6233.41,101.99,0,0,0,0,0,0,0,0,0,3.24663,0,0), + (15481,0,15,2450.22,-6182.88,101.45,0,0,0,0,0,0,0,0,0,2.20912,0,0), + (15481,0,14,2411.61,-6157.76,101.92,0,0,0,0,0,0,0,0,0,3.54822,0,0), + (15481,0,13,2361.36,-6203.64,104.65,0,0,0,0,0,0,0,0,0,4.13334,0,0), + (15481,0,12,2336.04,-6248.55,106.4,0,0,0,0,0,0,0,0,0,4.62264,0,0), + (15481,0,11,2361.63,-6203.64,104.65,0,0,0,0,0,0,0,0,0,0.89043,0,0), + (15481,0,10,2406.65,-6164.8,100.57,0,0,0,0,0,0,0,0,0,0.92734,0,0), + (15481,0,9,2407.32,-6147.17,100.29,0,0,0,0,0,0,0,0,0,2.08345,0,0), + (15481,0,8,2352.5,-6106.48,110.44,0,0,0,0,0,0,0,0,0,2.66543,0,0), + (15481,0,7,2294.35,-6064.86,107.44,0,0,0,0,0,0,0,0,0,2.19419,0,0), + (15481,0,6,2352.5,-6106.48,110.44,0,0,0,0,0,0,0,0,0,2.66543,0,0), + (15481,0,5,2406.58,-6133.3,99.69,0,0,0,0,0,0,0,0,0,5.90284,0,0), + (15481,0,4,2439.64,-6126.91,105.12,0,0,0,0,0,0,0,0,0,0.38778,0,0), + (15481,0,3,2501.26,-6091.94,99.97,0,0,0,0,0,0,0,0,0,0.60926,0,0), + (15481,0,2,2535.65,-6010.9,99.62,0,0,0,0,0,0,0,0,0,1.07893,0,0), + (15481,0,1,2578.13,-5963.59,97.82,0,0,0,0,0,0,0,0,0,0.00136,0,0), + (15509,0,1,-8532.32,1697.61,-90.4501,0,0,0,0,0,0,0,0,0,1.58808,0,0), + (15509,0,2,-8535.5,1718.89,-91.3187,0,0,0,0,0,0,0,0,0,1.89281,0,0), + (15509,0,3,-8550.59,1738.63,-91.4988,0,0,0,0,0,0,0,0,0,2.44652,0,0), + (15509,0,4,-8574.31,1751.98,-91.2906,0,0,0,0,0,0,0,0,0,3.04185,0,0), + (15509,0,5,-8609.33,1747.88,-90.4756,0,0,0,0,0,0,0,0,0,3.58299,0,0), + (15509,0,6,-8574.31,1751.98,-91.2906,0,0,0,0,0,0,0,0,0,3.04185,0,0), + (15509,0,7,-8550.59,1738.63,-91.4988,0,0,0,0,0,0,0,0,0,2.44652,0,0), + (15509,0,8,-8535.5,1718.89,-91.3187,0,0,0,0,0,0,0,0,0,1.89281,0,0), + (15516,0,1,-8337.2,1596.45,-31.2387,0,0,0,0,0,0,0,0,0,0.923705,0,0), + (15516,0,2,-8263.57,1746.7,-14.9944,0,0,0,0,0,0,0,0,0,5.22764,0,0), + (15516,0,3,-8233.96,1643.88,-32.8831,0,0,0,0,0,0,0,0,0,3.42121,0,0), + (15516,0,4,-8338.47,1698.45,-20.2435,0,0,0,0,0,0,0,0,0,6.22508,0,0), + (15516,0,5,-8223.09,1710.64,-27.4231,0,0,0,0,0,0,0,0,0,3.04422,0,0), + (15541,0,1,-6381.83,522.263,6.33608,0,0,0,0,0,0,0,0,0,4.08546,0,0), + (15541,0,2,-6388.62,511.913,6.40844,0,1554101,0,0,0,0,0,0,0,4.11295,0,0), + (15541,0,3,-6396.02,501.126,5.96868,0,0,0,0,0,0,0,0,0,3.97158,0,0), + (15541,0,4,-6403.3,493.654,4.30304,0,0,0,0,0,0,0,0,0,3.94409,0,0), + (15541,0,5,-6408.62,486.992,2.68521,0,0,0,0,0,0,0,0,0,4.04619,0,0), + (15541,0,6,-6414.09,479.644,0.827286,0,0,0,0,0,0,0,0,0,4.28181,0,0), + (15541,0,7,-6415.84,474.03,-1.00684,0,0,0,0,0,0,0,0,0,4.43889,0,0), + (15541,0,8,-6418.49,464.595,0.523592,0,0,0,0,0,0,0,0,0,4.43889,0,0), + (15541,0,9,-6418.49,464.595,0.523592,0,0,0,0,0,0,0,0,0,4.44674,0,0), + (15541,0,10,-6425.01,441.027,2.01444,0,0,0,0,0,0,0,0,0,4.39962,0,0), + (15541,0,11,-6430.5,429.614,2.89218,0,0,0,0,0,0,0,0,0,4.00299,0,0), + (15541,0,12,-6434.42,425.346,3.12233,0,0,0,0,0,0,0,0,0,3.89696,0,0), + (15541,0,13,-6452.57,408.975,3.49116,0,0,0,0,0,0,0,0,0,3.93231,0,0), + (15541,0,14,-6469.84,391.597,2.38939,0,0,0,0,0,0,0,0,0,3.92053,0,0), + (15541,0,15,-6471.76,389.704,2.10586,0,0,0,0,0,0,0,0,0,3.73596,0,0), + (15541,0,16,-6471.76,389.704,2.10586,0,0,0,0,0,0,0,0,0,3.73596,0,0), + (15541,0,17,-6499.13,374.662,2.13876,0,0,0,0,0,0,0,0,0,3.4807,0,0), + (15541,0,18,-6501.03,373.994,2.01011,0,0,0,0,0,0,0,0,0,2.44005,0,0), + (15541,0,19,-6527.96,388.841,4.81061,0,0,0,0,0,0,0,0,0,3.46107,0,0), + (15541,0,20,-6530.47,388.01,4.49237,0,0,0,0,0,0,0,0,0,4.31322,0,0), + (15541,0,21,-6541.67,369.928,1.47049,0,0,0,0,0,0,0,0,0,3.79879,0,0), + (15541,0,22,-6544.27,367.978,1.26933,0,0,0,0,0,0,0,0,0,3.7281,0,0), + (15541,0,23,-6544.27,367.978,1.26933,0,0,0,0,0,0,0,0,0,3.7281,0,0), + (15541,0,24,-6568.99,350.006,3.62838,0,0,0,0,0,0,0,0,0,4.07368,0,0), + (15541,0,25,-6581.04,334.773,0.99317,0,0,0,0,0,0,0,0,0,3.93623,0,0), + (15541,0,26,-6581.04,334.773,0.99317,0,0,0,0,0,0,0,0,0,3.95979,0,0), + (15541,0,27,-6581.04,334.773,0.99317,0,0,0,0,0,0,0,0,0,3.95979,0,0), + (15541,0,28,-6604.63,310.711,3.49995,0,0,0,0,0,0,0,0,0,3.68883,0,0), + (15541,0,29,-6608.37,309.531,3.46286,0,0,0,0,0,0,0,0,0,3.35896,0,0), + (15541,0,30,-6623.45,305.414,3.13978,0,0,0,0,0,0,0,0,0,3.7281,0,0), + (15541,0,31,-6634.63,297.475,3.05937,0,0,0,0,0,0,0,0,0,3.91267,0,0), + (15541,0,32,-6640.44,291.236,2.59651,0,0,0,0,0,0,0,0,0,3.97943,0,0), + (15541,0,33,-6649.03,282.408,2.2899,0,0,0,0,0,0,0,0,0,3.84984,0,0), + (15541,0,34,-6660.82,271.363,4.43145,0,0,0,0,0,0,0,0,0,3.96372,0,0), + (15541,0,35,-6660.82,271.363,4.43145,0,0,0,0,0,0,0,0,0,3.96372,0,0), + (15541,0,36,-6677.3,253.233,3.84925,0,0,0,0,0,0,0,0,0,3.99121,0,0), + (15541,0,37,-6695.4,233.018,2.69341,0,0,0,0,0,0,0,0,0,3.80664,0,0), + (15541,0,38,-6708.32,223.081,2.06455,0,0,0,0,0,0,0,0,0,4.01085,0,0), + (15541,0,39,-6720.52,207.81,2.13145,0,0,0,0,0,0,0,0,0,4.13651,0,0), + (15541,0,40,-6728.84,193.182,3.85769,0,0,0,0,0,0,0,0,0,4.59204,0,0), + (15541,0,41,-6729.12,189.274,3.89565,0,0,0,0,0,0,0,0,0,4.55669,0,0), + (15541,0,42,-6733.38,165.157,2.50309,0,0,0,0,0,0,0,0,0,4.59204,0,0), + (15541,0,43,-6733.73,161.548,2.26791,0,0,0,0,0,0,0,0,0,4.72555,0,0), + (15541,0,44,-6733.41,137.063,4.09396,0,0,0,0,0,0,0,0,0,4.72555,0,0), + (15541,0,45,-6740.68,126.034,4.11355,0,0,0,0,0,0,0,0,0,3.91267,0,0), + (15541,0,46,-6752.78,121.21,2.5664,0,0,0,0,0,0,0,0,0,3.49641,0,0), + (15541,0,47,-6763.03,119.278,1.11022,0,0,0,0,0,0,0,0,0,3.44536,0,0), + (15541,0,48,-6770.36,116.385,0.736461,0,0,0,0,0,0,0,0,0,3.69668,0,0), + (15541,0,49,-6786.8,109.532,4.10522,0,0,0,0,0,0,0,0,0,3.1901,0,0), + (15541,0,50,-6786.8,109.532,4.10522,0,0,0,0,0,0,0,0,0,2.01986,0,0), + (15541,0,51,-6798.34,133.72,3.8605,0,0,0,0,0,0,0,0,0,2.01593,0,0), + (15541,0,52,-6803.13,143.68,3.29543,0,0,0,0,0,0,0,0,0,1.83136,0,0), + (15541,0,53,-6806.7,156.926,1.91714,0,0,0,0,0,0,0,0,0,1.93739,0,0), + (15541,0,54,-6809.22,162.987,1.34973,0,0,0,0,0,0,0,0,0,2.29082,0,0), + (15541,0,55,-6822.97,177.835,0.423451,0,0,0,0,0,0,0,0,0,2.41648,0,0), + (15541,0,56,-6830.98,184.459,1.24963,0,0,0,0,0,0,0,0,0,2.41256,0,0), + (15541,0,57,-6847.84,202.184,3.13678,0,0,0,0,0,0,0,0,0,2.31831,0,0), + (15541,0,58,-6853.92,213.165,2.3177,0,0,0,0,0,0,0,0,0,2.03164,0,0), + (15541,0,59,-6853.92,213.165,2.3177,0,0,0,0,0,0,0,0,0,2.03164,0,0), + (15541,0,60,-6862.69,230.697,0.189849,0,0,0,0,0,0,0,0,0,2.13374,0,0), + (15541,0,61,-6875.76,248.494,0.714978,0,0,0,0,0,0,0,0,0,2.35365,0,0), + (15541,0,62,-6886.87,260.405,3.01083,0,0,0,0,0,0,0,0,0,2.10625,0,0), + (15541,0,63,-6890.23,268.041,3.75853,0,0,0,0,0,0,0,0,0,1.66643,0,0), + (15541,0,64,-6891.84,282.321,3.93235,0,0,0,0,0,0,0,0,0,1.851,0,0), + (15541,0,65,-6898.99,305.754,3.84856,0,0,0,0,0,0,0,0,0,1.86671,0,0), + (15541,0,66,-6908.82,323.496,3.55015,0,0,0,0,0,0,0,0,0,2.41256,0,0), + (15541,0,67,-6908.82,323.496,3.55015,0,0,0,0,0,0,0,0,0,2.53429,0,0), + (15541,0,68,-6928.57,337.92,3.2281,0,0,0,0,0,0,0,0,0,2.47932,0,0), + (15541,0,69,-6937.24,345.285,4.01963,0,0,0,0,0,0,0,0,0,2.33794,0,0), + (15541,0,70,-6951.84,361.005,5.90094,0,0,0,0,0,0,0,0,0,2.23584,0,0), + (15541,0,71,-6964.7,382.142,5.41806,0,0,0,0,0,0,0,0,0,2.00022,0,0), + (15541,0,72,-6968.47,401.663,3.03619,0,0,0,0,0,0,0,0,0,1.55255,0,0), + (15541,0,73,-6968.47,401.663,3.03619,0,0,0,0,0,0,0,0,0,1.62716,0,0), + (15541,0,74,-6970.83,418.38,5.32879,0,0,0,0,0,0,0,0,0,2.012,0,0), + (15541,0,75,-6981.98,440.13,8.42832,0,0,0,0,0,0,0,0,0,1.97666,0,0), + (15541,0,76,-6983.44,444.071,8.45617,0,0,0,0,0,0,0,0,0,1.87063,0,0), + (15541,0,77,-6994.07,473.436,8.02054,0,0,0,0,0,0,0,0,0,2.41648,0,0), + (15541,0,78,-7006.97,484.434,5.74935,0,0,0,0,0,0,0,0,0,1.77638,0,0), + (15541,0,79,-7008.14,488.174,6.09104,0,0,0,0,0,0,0,0,0,1.87456,0,0), + (15541,0,80,-7010.18,493.008,8.48791,0,0,0,0,0,0,0,0,0,1.96881,0,0), + (15541,0,81,-7014.82,499.297,9.05018,0,0,0,0,0,0,0,0,0,2.45968,0,0), + (15541,0,82,-7024.9,503.993,8.78707,0,0,0,0,0,0,0,0,0,4.12472,0,0), + (15541,0,83,-7024.9,503.993,8.78707,0,0,0,0,0,0,0,0,0,4.19934,0,0), + (15541,0,84,-7035.93,484.679,9.25159,0,0,0,0,0,0,0,0,0,4.06975,0,0), + (15541,0,85,-7054.55,463.783,9.08453,0,0,0,0,0,0,0,0,0,3.25686,0,0), + (15541,0,86,-7059.05,460.609,8.44962,0,0,0,0,0,0,0,0,0,4.39569,0,0), + (15541,0,87,-7059.05,460.609,8.44962,0,0,0,0,0,0,0,0,0,4.39569,0,0), + (15541,0,88,-7066.06,434.783,8.65003,0,0,0,0,0,0,0,0,0,4.21112,0,0), + (15541,0,89,-7076.38,423.931,8.2561,0,0,0,0,0,0,0,0,0,3.85376,0,0), + (15541,0,90,-7083.91,418.745,7.81772,0,0,0,0,0,0,0,0,0,3.08407,0,0), + (15541,0,91,-7090.38,419.532,6.20053,0,0,0,0,0,0,0,0,0,2.91521,0,0), + (15541,0,92,-7094.1,423.171,6.0317,0,0,0,0,0,0,0,0,0,2.17694,0,0), + (15541,0,93,-7103.52,439.507,5.07884,0,0,0,0,0,0,0,0,0,1.92168,0,0), + (15541,0,94,-7106.42,449.528,5.01998,0,0,0,0,0,0,0,0,0,1.83922,0,0), + (15541,0,95,-7112.86,467.14,6.73329,0,0,0,0,0,0,0,0,0,2.08662,0,0), + (15541,0,96,-7112.86,467.14,6.73329,0,0,0,0,0,0,0,0,0,2.08662,0,0), + (15541,0,97,-7125.08,487.981,3.37296,0,0,0,0,0,0,0,0,0,2.14552,0,0), + (15541,0,98,-7125.08,487.981,3.37296,0,0,0,0,0,0,0,0,0,2.14552,0,0), + (15541,0,99,-7138.8,508.267,3.89067,0,0,0,0,0,0,0,0,0,2.19657,0,0), + (15541,0,100,-7138.8,508.267,3.89067,0,0,0,0,0,0,0,0,0,2.19657,0,0), + (15541,0,101,-7138.8,508.267,3.89067,0,0,0,0,0,0,0,0,0,2.19657,0,0), + (15541,0,102,-7152.07,526.486,7.64068,0,0,0,0,0,0,0,0,0,2.3026,0,0), + (15541,0,103,-7152.07,526.486,7.64068,0,0,0,0,0,0,0,0,0,2.3026,0,0), + (15541,0,104,-7169.3,543.895,4.61447,0,0,0,0,0,0,0,0,0,2.38114,0,0), + (15541,0,105,-7169.3,543.895,4.61447,0,0,0,0,0,0,0,0,0,2.38114,0,0), + (15541,0,106,-7195.62,568.831,4.7267,0,0,0,0,0,0,0,0,0,2.49895,0,0), + (15541,0,107,-7204.96,574.829,3.99974,0,0,0,0,0,0,0,0,0,2.78169,0,0), + (15541,0,108,-7215.56,577.951,2.85007,0,0,0,0,0,0,0,0,0,3.04087,0,0), + (15541,0,109,-7215.56,577.951,2.85007,0,0,0,0,0,0,0,0,0,3.04087,0,0), + (15541,0,110,-7215.56,577.951,2.85007,0,0,0,0,0,0,0,0,0,3.04087,0,0), + (15541,0,111,-7250.56,582.17,4.64078,0,0,0,0,0,0,0,0,0,2.87201,0,0), + (15541,0,112,-7263.12,585.77,3.49723,0,0,0,0,0,0,0,0,0,2.96234,0,0), + (15541,0,113,-7263.12,585.77,3.49723,0,0,0,0,0,0,0,0,0,2.96234,0,0), + (15541,0,114,-7291.6,592.721,0.04386,0,0,0,0,0,0,0,0,0,2.68745,0,0), + (15541,0,115,-7296.71,595.531,0.542263,0,0,0,0,0,0,0,0,0,2.58142,0,0), + (15541,0,116,-7296.71,595.531,0.542263,0,0,0,0,0,0,0,0,0,2.58142,0,0), + (15541,0,117,-7321.67,613.23,1.97044,0,0,0,0,0,0,0,0,0,2.67174,0,0), + (15541,0,118,-7323.46,614.139,1.88293,0,0,0,0,0,0,0,0,0,1.96488,0,0), + (15541,0,119,-7323.46,614.139,1.88293,0,0,0,0,0,0,0,0,0,1.96488,0,0), + (15541,0,120,-7335.5,645.596,-0.95606,0,0,0,0,0,0,0,0,0,1.5604,0,0), + (15541,0,121,-7335.5,645.596,-0.95606,0,0,0,0,0,0,0,0,0,1.5604,0,0), + (15541,0,122,-7335.02,670.041,2.23719,0,0,0,0,0,0,0,0,0,1.62323,0,0), + (15541,0,123,-7335.76,680.791,2.78817,0,0,0,0,0,0,0,0,0,1.76068,0,0), + (15541,0,124,-7339.75,697.307,2.04653,0,0,0,0,0,0,0,0,0,1.8667,0,0), + (15541,0,125,-7340.77,700.481,1.524,0,0,0,0,0,0,0,0,0,1.98844,0,0), + (15541,0,126,-7340.77,700.481,1.524,0,0,0,0,0,0,0,0,0,1.98844,0,0), + (15541,0,127,-7349.28,720.233,1.48185,0,0,0,0,0,0,0,0,0,1.87849,0,0), + (15541,0,128,-7355.21,742.987,4.43733,0,0,0,0,0,0,0,0,0,1.72533,0,0), + (15541,0,129,-7355.21,742.987,4.43733,0,0,0,0,0,0,0,0,0,1.72533,0,0), + (15541,0,130,-7358.45,767.271,3.88032,0,0,0,0,0,0,0,0,0,1.69784,0,0), + (15541,0,131,-7359.12,772.767,3.10525,0,0,0,0,0,0,0,0,0,1.62323,0,0), + (15541,0,132,-7359.12,772.767,3.10525,0,0,0,0,0,0,0,0,0,1.62323,0,0), + (15541,0,133,-7360.41,797.233,2.03258,0,0,0,0,0,0,0,0,0,1.62716,0,0), + (15541,0,134,-7360.41,797.233,2.03258,0,0,0,0,0,0,0,0,0,1.62716,0,0), + (15541,0,135,-7364.25,832.479,6.24249,0,0,0,0,0,0,0,0,0,1.32871,0,0), + (15541,0,136,-7364.25,832.479,6.24249,0,0,0,0,0,0,0,0,0,1.32871,0,0), + (15541,0,137,-7359.69,852.841,5.61188,0,0,0,0,0,0,0,0,0,1.48579,0,0), + (15541,0,138,-7359.75,868.507,4.5219,0,0,0,0,0,0,0,0,0,1.78424,0,0), + (15541,0,139,-7364.21,879.221,3.08032,0,0,0,0,0,0,0,0,0,2.38114,0,0), + (15541,0,140,-7369.78,884.806,2.19951,0,0,0,0,0,0,0,0,0,2.25155,0,0), + (15541,0,141,-7379.47,897.887,1.88811,0,0,0,0,0,0,0,0,0,2.13767,0,0), + (15541,0,142,-7385.87,909.284,1.4183,0,0,0,0,0,0,0,0,0,2.01986,0,0), + (15541,0,143,-7385.87,909.284,1.4183,0,0,0,0,0,0,0,0,0,1.92561,0,0), + (15541,0,144,-7385.87,909.284,1.4183,0,0,0,0,0,0,0,0,0,1.92561,0,0), + (15541,0,145,-7394.29,932.24,3.78666,0,0,0,0,0,0,0,0,0,1.92168,0,0), + (15541,0,146,-7401.88,952.018,4.22339,0,0,0,0,0,0,0,0,0,2.03949,0,0), + (15541,0,147,-7408.17,962.726,3.8838,0,0,0,0,0,0,0,0,0,2.26333,0,0), + (15541,0,148,-7419.52,973.376,3.74543,0,0,0,0,0,0,0,0,0,2.58927,0,0), + (15541,0,149,-7419.52,973.376,3.74543,0,0,0,0,0,0,0,0,0,2.58927,0,0), + (15541,0,150,-7440.39,985.459,3.41013,0,0,0,0,0,0,0,0,0,2.70708,0,0), + (15541,0,151,-7463.75,996.742,3.0073,0,0,0,0,0,0,0,0,0,2.55393,0,0), + (15541,0,152,-7463.75,996.742,3.0073,0,0,0,0,0,0,0,0,0,2.55393,0,0), + (15541,0,153,-7482.49,1008.83,1.90533,0,0,0,0,0,0,0,0,0,2.82096,0,0), + (15541,0,154,-7500.16,1012.46,2.21159,0,0,0,0,0,0,0,0,0,3.20188,0,0), + (15541,0,155,-7507.99,1011.99,2.44511,0,0,0,0,0,0,0,0,0,3.58673,0,0), + (15541,0,156,-7529.33,1002.12,1.56887,0,0,0,0,0,0,0,0,0,3.41001,0,0), + (15541,0,157,-7542.13,999.824,2.58838,0,0,0,0,0,0,0,0,0,3.20188,0,0), + (15541,0,158,-7562.8,1001.46,2.63714,0,0,0,0,0,0,0,0,0,2.91521,0,0), + (15541,0,159,-7562.8,1001.46,2.63714,0,0,0,0,0,0,0,0,0,2.61676,0,0), + (15541,0,160,-7562.8,1001.46,2.63714,0,0,0,0,0,0,0,0,0,2.61676,0,0), + (15541,0,161,-7591.28,1015.61,3.19717,0,0,0,0,0,0,0,0,0,2.99375,0,0), + (15541,0,162,-7591.28,1015.61,3.19717,0,0,0,0,0,0,0,0,0,2.32224,0,0), + (15541,0,163,-7607.47,1031.64,5.29972,0,0,0,0,0,0,0,0,0,2.57749,0,0), + (15541,0,164,-7614.83,1035.81,4.79784,0,0,0,0,0,0,0,0,0,2.8406,0,0), + (15541,0,165,-7624.34,1038.39,4.65626,0,0,0,0,0,0,0,0,0,2.8838,0,0), + (15541,0,166,-7643.9,1043.74,4.92598,0,0,0,0,0,0,0,0,0,2.77777,0,0), + (15541,0,167,-7661.32,1052.34,4.82357,0,0,0,0,0,0,0,0,0,2.53037,0,0), + (15541,0,168,-7661.32,1052.34,4.82357,0,0,0,0,0,0,0,0,0,2.33402,0,0), + (15541,0,169,-7678.65,1069.65,3.93121,0,0,0,0,0,0,0,0,0,2.40863,0,0), + (15541,0,170,-7691.84,1080.81,3.53004,0,0,0,0,0,0,0,0,0,2.51859,0,0), + (15541,0,171,-7696.62,1084.24,3.41852,0,0,0,0,0,0,0,0,0,2.48717,0,0), + (15541,0,172,-7708.09,1093.96,2.98749,0,0,0,0,0,0,0,0,0,2.36151,0,0), + (15541,0,173,-7718.06,1105.22,2.59431,0,0,0,0,0,0,0,0,0,2.2594,0,0), + (15541,0,174,-7733.52,1124.22,1.73916,0,0,0,0,0,0,0,0,0,2.23977,0,0), + (15541,0,175,-7741.22,1134.37,1.33201,0,0,0,0,0,0,0,0,0,2.05127,0,0), + (15541,0,176,-7751.82,1156.45,0.576632,0,0,0,0,0,0,0,0,0,2.00808,0,0), + (15541,0,177,-7762.49,1178.51,-0.154873,0,0,0,0,0,0,0,0,0,2.02771,0,0), + (15541,0,178,-7762.49,1178.51,-0.154873,0,0,0,0,0,0,0,0,0,2.02771,0,0), + (15541,0,179,-7773.03,1200.62,-1.26206,0,0,0,0,0,0,0,0,0,2.00808,0,0), + (15541,0,180,-7783.37,1222.83,-3.7369,0,0,0,0,0,0,0,0,0,2.00022,0,0), + (15541,0,181,-7793.09,1245.32,-6.71451,0,0,0,0,0,0,0,0,0,1.98451,0,0), + (15541,0,182,-7800.12,1259.61,-9.0872,0,0,0,0,0,0,0,0,0,2.09447,0,0), + (15541,0,183,-7806.61,1270.22,-10.4451,0,0,0,0,0,0,0,0,0,1.48971,0,0), + (15541,0,184,-7802.96,1289.36,-8.34551,0,0,0,0,0,0,0,0,0,1.26195,0,0), + (15541,0,185,-7802.96,1289.36,-8.34551,0,0,0,0,0,0,0,0,0,1.26195,0,0), + (15541,0,186,-7795.69,1314.38,-5.09394,0,0,0,0,0,0,0,0,0,2.36151,0,0), + (15541,0,187,-7810.15,1326.26,-7.40606,0,0,0,0,0,0,0,0,0,2.9859,0,0), + (15541,0,188,-7822.73,1319.24,-10.681,0,0,0,0,0,0,0,0,0,4.29751,0,0), + (15541,0,189,-7826.93,1308.33,-10.038,0,0,0,0,0,0,0,0,0,4.40354,0,0), + (15541,0,190,-7828.93,1298.77,-9.55642,0,0,0,0,0,0,0,0,0,4.74519,0,0), + (15541,0,191,-7826.23,1286.24,-11.5585,0,0,0,0,0,0,0,0,0,5.23606,0,0), + (15541,0,192,-7826.23,1286.24,-11.5585,0,0,0,0,0,0,0,0,0,5.42063,0,0), + (15541,0,193,-7826.23,1286.24,-11.5585,0,0,0,0,0,0,0,0,0,5.42063,0,0), + (15541,0,194,-7803.98,1261.54,-9.61223,0,0,0,0,0,0,0,0,0,5.33816,0,0), + (15541,0,195,-7798.21,1252.14,-7.91404,0,0,0,0,0,0,0,0,0,5.23606,0,0), + (15541,0,196,-7786.57,1230.64,-4.86232,0,0,0,0,0,0,0,0,0,5.15752,0,0), + (15541,0,197,-7776.76,1208.36,-1.91932,0,0,0,0,0,0,0,0,0,5.10254,0,0), + (15541,0,198,-7776.76,1208.36,-1.91932,0,0,0,0,0,0,0,0,0,5.10254,0,0), + (15541,0,199,-7767.4,1185.77,-0.426412,0,0,0,0,0,0,0,0,0,5.1261,0,0), + (15541,0,200,-7751.14,1153.63,0.568985,0,0,0,0,0,0,0,0,0,5.29889,0,0), + (15541,0,201,-7742.45,1142.21,0.981252,0,0,0,0,0,0,0,0,0,5.40492,0,0), + (15541,0,202,-7726.66,1123.48,1.76707,0,0,0,0,0,0,0,0,0,5.42848,0,0), + (15541,0,203,-7726.66,1123.48,1.76707,0,0,0,0,0,0,0,0,0,5.42848,0,0), + (15541,0,204,-7710.6,1105.02,2.66458,0,0,0,0,0,0,0,0,0,5.43241,0,0), + (15541,0,205,-7694.26,1086.76,3.33483,0,0,0,0,0,0,0,0,0,5.45204,0,0), + (15541,0,206,-7677.74,1068.78,3.94982,0,0,0,0,0,0,0,0,0,5.48346,0,0), + (15541,0,207,-7659.43,1052.14,4.91582,0,0,0,0,0,0,0,0,0,5.75049,0,0), + (15541,0,208,-7649.08,1046.71,4.95878,0,0,0,0,0,0,0,0,0,6.04109,0,0), + (15541,0,209,-7649.08,1046.71,4.95878,0,0,0,0,0,0,0,0,0,6.04109,0,0), + (15541,0,210,-7625.01,1042.15,4.46894,0,0,0,0,0,0,0,0,0,6.10392,0,0), + (15541,0,211,-7603.3,1040.11,4.48228,0,0,0,0,0,0,0,0,0,0.005301,0,0), + (15541,0,212,-7579.12,1039.98,3.99961,0,0,0,0,0,0,0,0,0,6.17853,0,0), + (15541,0,213,-7579.12,1039.98,3.99961,0,0,0,0,0,0,0,0,0,6.17853,0,0), + (15541,0,214,-7554.95,1036.01,3.35316,0,0,0,0,0,0,0,0,0,6.09999,0,0), + (15541,0,215,-7530.86,1031.55,2.74821,0,0,0,0,0,0,0,0,0,6.09999,0,0), + (15541,0,216,-7518.82,1029.07,2.71235,0,0,0,0,0,0,0,0,0,5.98218,0,0), + (15541,0,217,-7518.82,1029.07,2.71235,0,0,0,0,0,0,0,0,0,5.98218,0,0), + (15541,0,218,-7489.37,1018.31,1.95638,0,0,0,0,0,0,0,0,0,6.01753,0,0), + (15541,0,219,-7462.4,1006.38,2.20385,0,0,0,0,0,0,0,0,0,5.53843,0,0), + (15541,0,220,-7455.77,998.396,2.89252,0,0,0,0,0,0,0,0,0,5.03578,0,0), + (15541,0,221,-7455.77,998.396,2.89252,0,0,0,0,0,0,0,0,0,5.03578,0,0), + (15541,0,222,-7448.96,974.863,4.33075,0,0,0,0,0,0,0,0,0,4.98473,0,0), + (15541,0,223,-7441.17,948.264,1.65803,0,0,0,0,0,0,0,0,0,5.20857,0,0), + (15541,0,224,-7441.17,948.264,1.65803,0,0,0,0,0,0,0,0,0,5.20857,0,0), + (15541,0,225,-7428.39,927.429,3.78599,0,0,0,0,0,0,0,0,0,5.29496,0,0), + (15541,0,226,-7423.08,919.427,3.25806,0,0,0,0,0,0,0,0,0,5.55414,0,0), + (15541,0,227,-7415.13,912.745,2.17476,0,0,0,0,0,0,0,0,0,5.75834,0,0), + (15541,0,228,-7415.13,912.745,2.17476,0,0,0,0,0,0,0,0,0,5.75834,0,0), + (15541,0,229,-7393.35,901.621,1.19573,0,0,0,0,0,0,0,0,0,5.76227,0,0), + (15541,0,230,-7377.8,892.678,1.60292,0,0,0,0,0,0,0,0,0,5.65232,0,0), + (15541,0,231,-7368.15,885.076,2.38997,0,0,0,0,0,0,0,0,0,5.50309,0,0), + (15541,0,232,-7356.76,872.538,4.52426,0,0,0,0,0,0,0,0,0,5.3735,0,0), + (15541,0,233,-7349.03,859.142,5.9086,0,0,0,0,0,0,0,0,0,4.78053,0,0), + (15541,0,234,-7349.03,859.142,5.9086,0,0,0,0,0,0,0,0,0,4.78053,0,0), + (15541,0,235,-7347.9,834.669,5.75347,0,0,0,0,0,0,0,0,0,4.75696,0,0), + (15541,0,236,-7347.27,820.669,4.12543,0,0,0,0,0,0,0,0,0,4.59596,0,0), + (15541,0,237,-7345.37,799.572,0.922967,0,0,0,0,0,0,0,0,0,5.23213,0,0), + (15541,0,238,-7341.02,793.882,2.23596,0,0,0,0,0,0,0,0,0,5.61305,0,0), + (15541,0,239,-7328.22,783.823,3.96613,0,0,0,0,0,0,0,0,0,5.47953,0,0), + (15541,0,240,-7318.78,766.824,5.08772,0,0,0,0,0,0,0,0,0,5.09861,0,0), + (15541,0,241,-7312.81,748.878,5.60424,0,0,0,0,0,0,0,0,0,4.99651,0,0), + (15541,0,242,-7308.44,735.218,4.81518,0,0,0,0,0,0,0,0,0,5.18108,0,0), + (15541,0,243,-7308.44,735.218,4.81518,0,0,0,0,0,0,0,0,0,5.18893,0,0), + (15541,0,244,-7297.61,713.247,1.50116,0,0,0,0,0,0,0,0,0,5.16537,0,0), + (15541,0,245,-7292.83,704.299,2.73024,0,0,0,0,0,0,0,0,0,5.44812,0,0), + (15541,0,246,-7292.83,704.299,2.73024,0,0,0,0,0,0,0,0,0,5.57771,0,0), + (15541,0,247,-7292.83,704.299,2.73024,0,0,0,0,0,0,0,0,0,5.57771,0,0), + (15541,0,248,-7273.99,688.644,6.33373,0,0,0,0,0,0,0,0,0,5.60912,0,0), + (15541,0,249,-7262.51,679.462,8.53285,0,0,0,0,0,0,0,0,0,5.55807,0,0), + (15541,0,250,-7262.51,679.462,8.53285,0,0,0,0,0,0,0,0,0,5.55807,0,0), + (15541,0,251,-7240.23,661.377,9.91954,0,0,0,0,0,0,0,0,0,5.56985,0,0), + (15541,0,252,-7232.97,654.869,8.79697,0,0,0,0,0,0,0,0,0,5.44812,0,0), + (15541,0,253,-7220.35,638.217,5.59505,0,0,0,0,0,0,0,0,0,5.27926,0,0), + (15541,0,254,-7218.06,632.807,4.35276,0,0,0,0,0,0,0,0,0,5.05935,0,0), + (15541,0,255,-7218.06,632.807,4.35276,0,0,0,0,0,0,0,0,0,5.05935,0,0), + (15541,0,256,-7209.08,610.059,3.65591,0,0,0,0,0,0,0,0,0,5.10254,0,0), + (15541,0,257,-7209.08,610.059,3.65591,0,0,0,0,0,0,0,0,0,5.10254,0,0), + (15541,0,258,-7199.58,587.481,4.66785,0,0,0,0,0,0,0,0,0,5.14574,0,0), + (15541,0,259,-7187.62,565.051,5.23083,0,0,0,0,0,0,0,0,0,5.40492,0,0), + (15541,0,260,-7187.62,565.051,5.23083,0,0,0,0,0,0,0,0,0,5.46775,0,0), + (15541,0,261,-7168.85,548.013,4.94201,0,0,0,0,0,0,0,0,0,5.73479,0,0), + (15541,0,262,-7164.35,545.33,4.51328,0,0,0,0,0,0,0,0,0,5.75049,0,0), + (15541,0,263,-7164.35,545.33,4.51328,0,0,0,0,0,0,0,0,0,5.84081,0,0), + (15541,0,264,-7149.8,539.532,5.34474,0,0,0,0,0,0,0,0,0,6.08821,0,0), + (15541,0,265,-7141.45,538.382,6.5345,0,0,0,0,0,0,0,0,0,6.19031,0,0), + (15541,0,266,-7124.94,539.611,8.79837,0,0,0,0,0,0,0,0,0,0.594349,0,0), + (15541,0,267,-7124.94,539.611,8.79837,0,0,0,0,0,0,0,0,0,0.594349,0,0), + (15541,0,268,-7096.07,559.827,9.06105,0,0,0,0,0,0,0,0,0,0.519737,0,0), + (15541,0,269,-7074.14,570.737,9.21615,0,0,0,0,0,0,0,0,0,0.452978,0,0), + (15541,0,270,-7055.48,579.401,8.91715,0,0,0,0,0,0,0,0,0,0.339095,0,0), + (15541,0,271,-7033.3,581.961,7.69663,0,0,0,0,0,0,0,0,0,5.8251,0,0), + (15541,0,272,-7027.81,578.488,7.82374,0,0,0,0,0,0,0,0,0,5.61305,0,0), + (15541,0,273,-7003.35,560.111,10.0738,0,0,0,0,0,0,0,0,0,5.77012,0,0), + (15541,0,274,-6994.12,555.279,10.789,0,0,0,0,0,0,0,0,0,5.89971,0,0), + (15541,0,275,-6971.16,545.977,12.5531,0,0,0,0,0,0,0,0,0,5.71907,0,0), + (15541,0,276,-6963.99,539.302,11.223,0,0,0,0,0,0,0,0,0,5.44811,0,0), + (15541,0,277,-6963.99,539.302,11.223,0,0,0,0,0,0,0,0,0,5.44811,0,0), + (15541,0,278,-6951.38,523.417,7.45497,0,0,0,0,0,0,0,0,0,0.064206,0,0), + (15541,0,279,-6932.52,525.206,6.87967,0,0,0,0,0,0,0,0,0,0.405854,0,0), + (15541,0,280,-6910.77,536.454,5.98403,0,0,0,0,0,0,0,0,0,0.441197,0,0), + (15541,0,281,-6890.04,545.287,4.17121,0,0,0,0,0,0,0,0,0,0.339095,0,0), + (15541,0,282,-6866.77,552.948,1.73102,0,0,0,0,0,0,0,0,0,0.315533,0,0), + (15541,0,283,-6849.96,556.929,-0.124853,0,0,0,0,0,0,0,0,0,0.107403,0,0), + (15541,0,284,-6828.53,556.161,-1.31591,0,0,0,0,0,0,0,0,0,5.96647,0,0), + (15541,0,285,-6811.72,549.231,-0.449676,0,0,0,0,0,0,0,0,0,5.52665,0,0), + (15541,0,286,-6805.68,540.093,-0.889439,0,0,0,0,0,0,0,0,0,5.07112,0,0), + (15541,0,287,-6797.24,517.093,-0.001643,0,0,0,0,0,0,0,0,0,5.06327,0,0), + (15541,0,288,-6789.19,494.001,3.80897,0,0,0,0,0,0,0,0,0,5.00044,0,0), + (15541,0,289,-6789.19,494.001,3.80897,0,0,0,0,0,0,0,0,0,5.00044,0,0), + (15541,0,290,-6782.8,470.402,6.88729,0,0,0,0,0,0,0,0,0,4.9651,0,0), + (15541,0,291,-6777.81,448.479,8.23635,0,0,0,0,0,0,0,0,0,4.863,0,0), + (15541,0,292,-6777.81,448.479,8.23635,0,0,0,0,0,0,0,0,0,4.863,0,0), + (15541,0,293,-6775.02,424.207,10.8402,0,0,0,0,0,0,0,0,0,4.8198,0,0), + (15541,0,294,-6772.4,399.848,12.9945,0,0,0,0,0,0,0,0,0,4.8198,0,0), + (15541,0,295,-6771.25,375.415,13.9048,0,0,0,0,0,0,0,0,0,4.75697,0,0), + (15541,0,296,-6770.56,353.532,12.4543,0,0,0,0,0,0,0,0,0,4.65094,0,0), + (15541,0,297,-6772.69,329.132,8.25087,0,0,0,0,0,0,0,0,0,4.5724,0,0), + (15541,0,298,-6772.69,329.132,8.25087,0,0,0,0,0,0,0,0,0,4.5724,0,0), + (15541,0,299,-6776.96,305.008,5.71315,0,0,0,0,0,0,0,0,0,4.52528,0,0), + (15541,0,300,-6780.88,278.513,4.82217,0,0,0,0,0,0,0,0,0,5.27533,0,0), + (15541,0,301,-6774.67,270.074,3.44356,0,0,0,0,0,0,0,0,0,5.36172,0,0), + (15541,0,302,-6774.67,270.074,3.44356,0,0,0,0,0,0,0,0,0,5.36172,0,0), + (15541,0,303,-6761.04,254.448,2.76589,0,0,0,0,0,0,0,0,0,5.46775,0,0), + (15541,0,304,-6746.12,240.139,3.58501,0,0,0,0,0,0,0,0,0,5.82511,0,0), + (15541,0,305,-6743.11,238.827,3.47093,0,0,0,0,0,0,0,0,0,5.94684,0,0), + (15541,0,306,-6723.7,233.256,0.354174,0,0,0,0,0,0,0,0,0,6.19817,0,0), + (15541,0,307,-6707.6,234.206,2.14407,0,0,0,0,0,0,0,0,0,0.401932,0,0), + (15541,0,308,-6690.34,243.172,3.02167,0,0,0,0,0,0,0,0,0,0.759288,0,0), + (15541,0,309,-6690.34,243.172,3.02167,0,0,0,0,0,0,0,0,0,0.759288,0,0), + (15541,0,310,-6673.31,260.704,3.89955,0,0,0,0,0,0,0,0,0,0.841755,0,0), + (15541,0,311,-6657.19,279.159,3.90556,0,0,0,0,0,0,0,0,0,0.86139,0,0), + (15541,0,312,-6657.19,279.159,3.90556,0,0,0,0,0,0,0,0,0,0.86139,0,0), + (15541,0,313,-6637.75,301.124,3.42846,0,0,0,0,0,0,0,0,0,0.61399,0,0), + (15541,0,314,-6616.3,313.404,3.37217,0,0,0,0,0,0,0,0,0,0.276268,0,0), + (15541,0,315,-6610.57,314.709,3.38045,0,0,0,0,0,0,0,0,0,0.17024,0,0), + (15541,0,316,-6588.86,319.15,2.14188,0,0,0,0,0,0,0,0,0,0.908514,0,0), + (15541,0,317,-6583.84,326.755,-0.328794,0,0,0,0,0,0,0,0,0,0.987054,0,0), + (15541,0,318,-6583.84,326.755,-0.328794,0,0,0,0,0,0,0,0,0,0.987054,0,0), + (15541,0,319,-6583.84,326.755,-0.328794,0,0,0,0,0,0,0,0,0,0.987054,0,0), + (15541,0,320,-6564.96,355.03,3.12191,0,0,0,0,0,0,0,0,0,0.806412,0,0), + (15541,0,321,-6564.96,355.03,3.12191,0,0,0,0,0,0,0,0,0,0.806412,0,0), + (15541,0,322,-6564.96,355.03,3.12191,0,0,0,0,0,0,0,0,0,0.806412,0,0), + (15541,0,323,-6546.82,371.491,0.773827,0,0,0,0,0,0,0,0,0,0.739654,0,0), + (15541,0,324,-6538.95,379.691,2.40596,0,0,0,0,0,0,0,0,0,0.849609,0,0), + (15541,0,325,-6538.95,379.691,2.40596,0,0,0,0,0,0,0,0,0,0.849609,0,0), + (15541,0,326,-6522.84,398.149,5.48816,0,0,0,0,0,0,0,0,0,0.853536,0,0), + (15541,0,327,-6511.4,411.906,5.84552,0,0,0,0,0,0,0,0,0,0.9792,0,0), + (15541,0,328,-6494.62,442.794,5.71744,0,0,0,0,0,0,0,0,0,1.24624,0,0), + (15541,0,329,-6494.62,442.794,5.71744,0,0,0,0,0,0,0,0,0,0.723946,0,0), + (15541,0,330,-6480.24,455.155,4.56112,0,0,0,0,0,0,0,0,0,0.621844,0,0), + (15541,0,331,-6467.78,463.666,3.73075,0,0,0,0,0,0,0,0,0,0.578647,0,0), + (15541,0,332,-6463.69,466.871,2.66855,0,0,0,0,0,0,0,0,0,0.665041,0,0), + (15541,0,333,-6459.07,469.336,0.357515,0,0,0,0,0,0,0,0,0,0.488326,0,0), + (15541,0,334,-6452.34,473.297,1.23904,0,0,0,0,0,0,0,0,0,0.578647,0,0), + (15541,0,335,-6447.84,477.083,2.19392,0,0,0,0,0,0,0,0,0,0.723946,0,0), + (15541,0,336,-6441.07,484.1,3.19477,0,0,0,0,0,0,0,0,0,0.806412,0,0), + (15541,0,337,-6441.07,484.1,3.19477,0,0,0,0,0,0,0,0,0,0.743581,0,0), + (15541,0,338,-6422.88,500.376,4.78336,0,0,0,0,0,0,0,0,0,0.727873,0,0), + (15541,0,339,-6411.08,510.095,5.67832,0,0,0,0,0,0,0,0,0,0.621844,0,0), + (15541,0,340,-6390.46,523.301,6.31597,0,0,0,0,0,0,0,0,0,0.559012,0,0), + (15541,0,341,-6390.46,523.301,6.31597,0,0,0,0,0,0,0,0,0,0.559012,0,0), + (15541,0,342,-6370.45,536.218,6.39885,0,0,0,0,0,0,0,0,0,0.05243,0,0), + (15544,0,1,-8549.55,2161.72,-3.6664,0,0,0,0,0,0,0,0,0,4.46724,0,0), + (15544,0,2,-8558.18,2154.86,-5.82032,0,0,0,0,0,0,0,0,0,3.83499,0,0), + (15544,0,3,-8571.58,2153.97,-7.28693,0,0,0,0,0,0,0,0,0,3.12029,0,0), + (15544,0,4,-8589.82,2156.38,-7.04311,0,0,0,0,0,0,0,0,0,2.63727,0,0), + (15544,0,5,-8599.43,2164.46,-3.94408,0,0,0,0,0,0,0,0,0,2.4527,0,0), + (15544,0,6,-8589.82,2156.38,-7.04311,0,0,0,0,0,0,0,0,0,2.63727,0,0), + (15544,0,7,-8571.58,2153.97,-7.28693,0,0,0,0,0,0,0,0,0,3.12029,0,0), + (15544,0,8,-8558.18,2154.86,-5.82032,0,0,0,0,0,0,0,0,0,3.83499,0,0), + (15544,0,9,-8549.55,2161.72,-3.6664,0,0,0,0,0,0,0,0,0,4.46724,0,0), + (15544,0,10,-8550.37,2166.34,-3.70582,0,0,0,0,0,0,0,0,0,1.78903,0,0), + (15544,0,11,-8557.03,2161.73,-4.60029,0,0,0,0,0,0,0,0,0,3.66221,0,0), + (15544,0,12,-8581.15,2162.06,-6.36318,0,0,0,0,0,0,0,0,0,2.86503,0,0), + (15544,0,13,-8585.25,2158.23,-7.15473,0,0,0,0,0,0,0,0,0,2.80612,0,0), + (15544,0,14,-8591.83,2160.24,-5.88721,0,0,0,0,0,0,0,0,0,2.45662,0,0), + (15544,0,15,-8599.43,2164.46,-3.94408,0,0,0,0,0,0,0,0,0,2.4527,0,0), + (15544,0,16,-8596.97,2157.21,-5.77788,0,0,0,0,0,0,0,0,0,1.18428,0,0), + (15544,0,17,-8581.15,2162.06,-6.36318,0,0,0,0,0,0,0,0,0,5.45293,0,0), + (15544,0,18,-8581.15,2162.06,-6.36318,0,0,0,0,0,0,0,0,0,5.45293,0,0), + (15544,0,19,-8577.69,2155.71,-7.37716,0,0,0,0,0,0,0,0,0,1.76547,0,0), + (15544,0,20,-8576.25,2169.75,-4.48843,0,0,0,0,0,0,0,0,0,1.67515,0,0), + (15544,0,21,-8567.24,2160.48,-6.17982,0,0,0,0,0,0,0,0,0,0.826923,0,0), + (15544,0,22,-8556.39,2159.72,-4.7979,0,0,0,0,0,0,0,0,0,1.19999,0,0), + (15544,0,23,-8549.55,2161.72,-3.6664,0,0,0,0,0,0,0,0,0,0.92117,0,0), + (15544,0,24,-8556.39,2159.72,-4.7979,0,0,0,0,0,0,0,0,0,1.25889,0,0), + (15544,0,25,-8571.55,2160.55,-6.43027,0,0,0,0,0,0,0,0,0,1.68693,0,0), + (15544,0,26,-8576.25,2169.75,-4.48843,0,0,0,0,0,0,0,0,0,2.25635,0,0), + (15544,0,27,-8579.52,2158.82,-7.01833,0,0,0,0,0,0,0,0,0,4.87958,0,0), + (15544,0,28,-8586.59,2162.1,-6.0648,0,0,0,0,0,0,0,0,0,2.76685,0,0), + (15544,0,29,-8591.83,2160.24,-5.88721,0,0,0,0,0,0,0,0,0,2.15817,0,0), + (15544,0,30,-8594.46,2167.18,-4.24164,0,0,0,0,0,0,0,0,0,1.87935,0,0), + (15544,0,31,-8591.83,2160.24,-5.88721,0,0,0,0,0,0,0,0,0,1.69872,0,0), + (15544,0,32,-8584.88,2154.09,-7.61168,0,0,0,0,0,0,0,0,0,0.552035,0,0), + (15544,0,33,-8581.15,2162.06,-6.36318,0,0,0,0,0,0,0,0,0,1.89899,0,0), + (15544,0,34,-8566.11,2157.76,-6.48814,0,0,0,0,0,0,0,0,0,6.22261,0,0), + (15544,0,35,-8550.37,2166.34,-3.70582,0,0,0,0,0,0,0,0,0,0.944732,0,0), + (15931,0,16,3188.37,-3306,320.29,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,15,3174.5,-3306.84,319.642,60000,1593101,0,0,0,0,0,0,0,100,0,0), + (15931,0,14,3186.11,-3306.75,320.27,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,13,3200.39,-3306.9,320.325,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,12,3209.07,-3314,320.337,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,11,3209.54,-3326.25,320.389,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,10,3205.24,-3346.58,318.985,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,9,3205.27,-3368.45,313.608,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,8,3205.06,-3380.85,311.322,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,7,3211.57,-3389.39,311.333,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,6,3222.96,-3389.25,311.331,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,5,3229.23,-3377.6,311.336,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,4,3228.85,-3367.87,306.571,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,3,3228.29,-3352.37,298.433,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,2,3229.01,-3330.24,292.595,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,1,3230.98,-3315.27,292.595,0,0,0,0,0,0,0,0,0,100,0,0), + (16061,0,1,2765.25,-3088.47,267.685,0,1606102,0,0,0,0,0,0,0,0.38872,0,0), + (16061,0,2,2780,-3090.74,267.685,0,1606102,0,0,0,0,0,0,0,5.78048,0,0), + (16061,0,3,2783.57,-3100.87,267.685,0,1606102,0,0,0,0,0,0,0,5.04221,0,0), + (16061,0,4,2776.59,-3109.78,267.685,0,1606102,0,0,0,0,0,0,0,3.98977,0,0), + (16061,0,5,2765.44,-3110.8,267.685,0,1606102,0,0,0,0,0,0,0,3.15332,0,0), + (16061,0,6,2757.56,-3100.27,267.685,0,1606102,0,0,0,0,0,0,0,2.06162,0,0), + (16061,0,7,2760.86,-3090.25,267.685,10000,1606101,0,0,0,0,0,0,0,1.48676,0,0), + (17635,0,1,2501.35,-4725.99,90.974,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,2,2491.21,-4693.16,82.363,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,3,2493.06,-4655.49,75.194,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,4,2562.23,-4646.4,79.003,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,5,2699.75,-4567.38,87.46,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,6,2757.27,-4527.59,89.08,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,7,2850.87,-4417.56,89.421,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,8,2888.34,-4328.49,90.562,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,9,2913.27,-4167.14,93.919,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,10,3035.66,-4260.18,96.141,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,11,3088.54,-4250.21,97.769,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,12,3147.3,-4318.8,130.41,0,0,0,0,0,0,0,0,0,0,0,0), + (17635,0,13,3166.81,-4349.2,137.569,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,1,2501.35,-4725.99,90.974,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,2,2491.21,-4693.16,82.363,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,3,2493.06,-4655.49,75.194,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,4,2562.23,-4646.4,79.003,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,5,2699.75,-4567.38,87.46,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,6,2757.27,-4527.59,89.08,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,7,2850.87,-4417.56,89.421,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,8,2888.34,-4328.49,90.562,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,9,2913.27,-4167.14,93.919,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,10,3035.66,-4260.18,96.141,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,11,3088.54,-4250.21,97.769,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,12,3147.3,-4318.8,130.41,0,0,0,0,0,0,0,0,0,0,0,0), + (17995,0,13,3166.81,-4349.2,137.569,0,0,0,0,0,0,0,0,0,0,0,0), + (850,0,1,-9174.33,-2109.71,88.95,20000,85001,0,0,0,0,0,0,0,5.89073,0,0), + (850,0,2,-9192.52,-2098.69,87.7837,0,0,0,0,0,0,0,0,0,2.69796,0,0), + (850,0,3,-9208.23,-2090.51,85.3921,0,0,0,0,0,0,0,0,0,2.93672,0,0), + (850,0,4,-9220.96,-2089.61,81.1544,0,0,0,0,0,0,0,0,0,2.99563,0,0), + (850,0,5,-9234.93,-2085.46,76.4945,0,0,0,0,0,0,0,0,0,3.5242,0,0), + (850,0,6,-9242.56,-2096.16,73.6174,0,0,0,0,0,0,0,0,0,4.4274,0,0), + (850,0,7,-9249.78,-2122.28,65.0417,0,0,0,0,0,0,0,0,0,4.23341,0,0), + (850,0,8,-9256.07,-2139.82,64.0223,0,0,0,0,0,0,0,0,0,4.75962,0,0), + (850,0,9,-9254.31,-2147.89,64.0695,0,0,0,0,0,0,0,0,0,5.67539,0,0), + (850,0,10,-9238.9,-2148.92,64.3411,0,0,0,0,0,0,0,0,0,5.73586,0,0), + (850,0,11,-9237.57,-2152.63,64.3492,0,0,0,0,0,0,0,0,0,4.67165,0,0), + (850,0,12,-9218.89,-2155.42,64.3544,0,0,0,0,0,0,0,0,0,0.401173,0,0), + (850,0,13,-9216.46,-2151.99,64.3544,1000,85002,0,0,0,0,0,0,0,1.36486,0,0), + (850,0,14,-9216.22,-2147.52,64.3544,0,0,0,0,0,0,0,0,0,1.57299,0,0), + (850,0,15,-9216.22,-2147.52,64.3544,60000,85001,0,0,0,0,0,0,0,4.75856,0,0), + (850,0,16,-9218.43,-2154.78,64.3544,0,0,0,0,0,0,0,0,0,3.38647,0,0), + (850,0,17,-9231.99,-2155.23,64.3576,0,0,0,0,0,0,0,0,0,3.21212,0,0), + (850,0,18,-9237.01,-2157.84,64.3576,0,0,0,0,0,0,0,0,0,2.06465,0,0), + (850,0,19,-9237.87,-2149.49,64.3426,0,0,0,0,0,0,0,0,0,2.80273,0,0), + (850,0,20,-9248.67,-2148.45,63.9334,0,0,0,0,0,0,0,0,0,2.40164,0,0), + (850,0,21,-9256.32,-2138.6,63.8953,0,0,0,0,0,0,0,0,0,1.32093,0,0), + (850,0,22,-9251.08,-2121.47,65.2993,0,0,0,0,0,0,0,0,0,1.57654,0,0), + (850,0,23,-9253.26,-2112.42,66.5815,0,0,0,0,0,0,0,0,0,2.24648,0,0), + (850,0,24,-9261.04,-2106.96,66.8522,15000,85002,0,0,0,0,0,0,0,2.66117,0,0), + (850,0,25,-9251.76,-2113.45,66.6836,0,0,0,0,0,0,0,0,0,5.22157,0,0), + (850,0,26,-9246.46,-2127.76,64.1511,0,0,0,0,0,0,0,0,0,4.62939,0,0), + (850,0,27,-9248.61,-2135.95,63.9343,0,0,0,0,0,0,0,0,0,4.37257,0,0), + (850,0,28,-9254.32,-2148.24,64.056,0,0,0,0,0,0,0,0,0,4.10161,0,0), + (850,0,29,-9271.21,-2158.97,61.1872,0,0,0,0,0,0,0,0,0,3.23767,0,0), + (850,0,30,-9277.96,-2157.76,59.2388,0,0,0,0,0,0,0,0,0,2.87639,0,0), + (850,0,31,-9310.03,-2148.39,63.4841,60000,85001,0,0,0,0,0,0,0,2.82141,0,0), + (850,0,32,-9300.57,-2151.61,63.3088,0,0,0,0,0,0,0,0,0,5.96445,0,0), + (850,0,33,-9278.2,-2158.05,59.202,0,0,0,0,0,0,0,0,0,0.11559,0,0), + (850,0,34,-9261.5,-2157.36,64.0706,0,0,0,0,0,0,0,0,0,0.584478,0,0), + (850,0,35,-9252.47,-2139.73,64.0216,0,0,0,0,0,0,0,0,0,1.20494,0,0), + (850,0,36,-9244.6,-2120.1,65.1008,0,0,0,0,0,0,0,0,0,1.41229,0,0), + (850,0,37,-9242.08,-2095.47,73.8924,0,0,0,0,0,0,0,0,0,0.926126,0,0), + (850,0,38,-9233.67,-2085.3,76.8089,0,0,0,0,0,0,0,0,0,6.22599,0,0), + (850,0,39,-9219.75,-2090.06,81.5803,0,0,0,0,0,0,0,0,0,6.26762,0,0), + (850,0,40,-9207.11,-2090.25,85.8603,0,0,0,0,0,0,0,0,0,6.01079,0,0), + (850,0,41,-9198.75,-2092.32,87.6703,0,0,0,0,0,0,0,0,0,5.73827,0,0), + (850,0,42,-9174.33,-2109.71,88.95,25000,0,0,0,0,0,0,0,0,5.89073,0,0), + (848,0,15,-9239.96,-2068.09,75.8833,0,0,0,0,0,0,0,0,0,4.69999,0,0), + (848,0,16,-9240.93,-2088.38,75.2944,0,0,0,0,0,0,0,0,0,4.6725,0,0), + (848,0,17,-9245.53,-2099.99,71.8304,0,0,0,0,0,0,0,0,0,4.55862,0,0), + (848,0,18,-9247.71,-2120.82,65.1585,0,0,0,0,0,0,0,0,0,4.58611,0,0), + (848,0,19,-9254.52,-2145.7,64.0393,0,0,0,0,0,0,0,0,0,4.56255,0,0), + (848,0,20,-9255.4,-2185.46,64.0101,0,0,0,0,0,0,0,0,0,3.76379,0,0), + (848,0,21,-9270.92,-2193.77,64.0897,0,0,0,0,0,0,0,0,0,4.53035,0,0), + (848,0,22,-9276.26,-2211.56,64.0588,0,0,0,0,0,0,0,0,0,4.10466,0,0), + (848,0,23,-9293.97,-2213.25,61.6685,0,0,0,0,0,0,0,0,0,3.07815,0,0), + (848,0,24,-9316.85,-2209.62,61.8983,0,0,0,0,0,0,0,0,0,2.81976,0,0), + (848,0,25,-9327.6,-2202.14,61.898,120000,84801,0,0,0,0,0,0,0,2.48597,0,0), + (849,0,15,-9209.35,-2136.65,63.9347,0,0,0,0,0,0,0,0,0,6.19989,0,0), + (849,0,16,-9190.63,-2136.43,63.942,0,0,0,0,0,0,0,0,0,5.98547,0,0), + (849,0,17,-9184.8,-2144.66,63.9756,0,0,0,0,0,0,0,0,0,5.00216,0,0), + (849,0,18,-9178.52,-2182.85,64.0438,0,0,0,0,0,0,0,0,0,4.63302,0,0), + (849,0,19,-9192.09,-2199.42,63.9338,0,0,0,0,0,0,0,0,0,1.98231,0,0), + (849,0,20,-9198.02,-2179.83,63.9338,0,0,0,0,0,0,0,0,0,2.40328,0,0), + (849,0,21,-9207.62,-2174.96,63.9338,0,0,0,0,0,0,0,0,0,3.09365,0,0), + (849,0,22,-9239.17,-2175.39,63.9338,0,0,0,0,0,0,0,0,0,3.65965,0,0), + (849,0,23,-9247.98,-2186.89,64.0099,0,0,0,0,0,0,0,0,0,3.71473,0,0), + (849,0,24,-9262.78,-2190.39,64.0897,0,0,0,0,0,0,0,0,0,4.22838,0,0), + (3537,0,1,-36.31,-916.366,55.075,180000,0,0,0,0,0,0,0,0,1.062,0,0), + (3537,0,2,-28.5326,-902.441,55.9086,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,3,-26.3387,-896.902,56.0395,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,4,-51.5009,-836.735,56.5249,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,5,-17.1652,-802.633,58.7518,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,6,-20.9832,-719.064,69.291,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,7,-149.228,-712.801,64.4451,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,8,-226.017,-722.711,60.8613,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,9,-325.539,-754.267,54.0897,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,10,-377.87,-776.472,54.473,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,11,-403.164,-680.893,54.499,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,12,-331.618,-671.147,54.9188,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,13,-341.248,-713.172,57.733,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,14,-340.615,-711.776,57.733,120000,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,15,-325.248,-677.674,54.5963,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,16,-339.87,-673.188,55.0129,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,17,-385.749,-685.196,54.3873,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,18,-413.708,-656.888,54.489,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,19,-440.758,-585.658,53.4242,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,20,-520.923,-558.852,39.921,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,21,-569.16,-567.547,32.8094,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,22,-594.512,-575.941,31.9821,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,23,-650.699,-560.432,26.121,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,24,-691.625,-568.642,24.5409,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,25,-707.11,-562.611,22.8095,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,26,-724.787,-549.384,20.2918,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,27,-811.11,-542.175,15.772,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,28,-817.55,-533.02,15.1606,180000,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,29,-811.11,-542.175,15.772,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,30,-724.787,-549.384,20.2918,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,31,-707.11,-562.611,22.8095,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,32,-691.625,-568.642,24.5409,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,33,-650.699,-560.432,26.121,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,34,-594.512,-575.941,31.9821,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,35,-569.16,-567.547,32.8094,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,36,-520.923,-558.852,39.921,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,37,-440.758,-585.658,53.4242,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,38,-413.708,-656.888,54.489,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,39,-385.749,-685.196,54.3873,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,40,-339.87,-673.188,55.0129,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,41,-325.248,-677.674,54.5963,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,42,-340.615,-711.776,57.733,120000,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,43,-341.248,-713.172,57.733,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,44,-331.618,-671.147,54.9188,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,45,-403.164,-680.893,54.499,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,46,-377.87,-776.472,54.473,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,47,-325.539,-754.267,54.0897,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,48,-226.017,-722.711,60.8613,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,49,-149.228,-712.801,64.4451,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,50,-20.9832,-719.064,69.291,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,51,-17.1652,-802.633,58.7518,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,52,-51.5009,-836.735,56.5249,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,53,-26.3387,-896.902,56.0395,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,54,-28.5326,-902.441,55.9086,0,0,0,0,0,0,0,0,0,0,0,0), + (3537,0,55,-38.9737,-917.01,55.0652,0,0,0,0,0,0,0,0,0,1.062,0,0), + (10807,0,1,5794.21,-4756.73,776.631,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,2,5767.78,-4750.23,776.266,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,3,5741.93,-4739.3,776.337,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,4,5729.39,-4728.64,776.861,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,5,5716.83,-4712.63,780.549,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,6,5701.37,-4690.78,780.221,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,7,5685.64,-4666.45,775.247,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,8,5663.94,-4633.49,770.941,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,9,5652.06,-4612.04,769.91,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,10,5605.16,-4523.35,761.301,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,11,5596.44,-4510.74,761.037,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,12,5578.46,-4501.28,758.607,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,13,5546.2,-4498.32,757.152,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,14,5536.28,-4498.46,756.273,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,15,5548.03,-4498.12,757.283,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,16,5580.57,-4501.62,758.791,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,17,5596.8,-4510.74,761.013,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,18,5607.1,-4525.25,761.14,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,19,5652.85,-4611.9,769.809,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,20,5663.82,-4632.54,770.918,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,21,5688.06,-4666.14,775.173,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,22,5701.32,-4688.96,779.968,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,23,5716.02,-4709.93,780.711,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,24,5732.58,-4729.74,776.94,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,25,5743.5,-4739.83,776.143,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,26,5768.83,-4750.62,776.265,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,27,5791.36,-4756.39,776.534,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,28,5800.65,-4754.66,775.339,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,29,5810.53,-4747.72,770.679,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,30,5825.56,-4722.8,761.2,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,31,5847.45,-4695.13,756.06,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,32,5846.56,-4653.15,751.855,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,33,5852.02,-4626.78,748.715,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,34,5857.67,-4617.24,746.566,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,35,5873.96,-4604.09,740.28,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,36,5906.14,-4580.95,726.465,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,37,5933.6,-4552.5,719.467,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,38,5948.97,-4526.39,714.178,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,39,5966,-4490.83,706.834,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,40,5983.18,-4454.48,707.231,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,41,6004.34,-4417.37,710.368,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,42,6043.83,-4367.21,715.066,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,43,6083.28,-4327.06,725.178,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,44,6120.37,-4306.62,731.31,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,45,6166.59,-4284.45,744.508,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,46,6191.89,-4270.68,738.337,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,47,6245.56,-4242.19,736.044,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,48,6307.77,-4218.71,722.994,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,49,6355.26,-4200.94,713.745,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,50,6392.92,-4182.05,703.888,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,51,6357.57,-4201.57,713.224,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,52,6311.36,-4220.95,723.374,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,53,6246.39,-4244.92,735.806,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,54,6192.39,-4270.93,738.002,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,55,6168.06,-4284.54,744.458,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,56,6124.04,-4304.35,731.797,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,57,6081.23,-4327.11,724.821,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,58,6044.83,-4366.46,715.08,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,59,6007.47,-4413.15,710.907,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,60,5983.53,-4455.11,707.048,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,61,5965.38,-4490.02,706.943,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,62,5948.68,-4526.07,714.223,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,63,5934.61,-4551.4,719.322,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,64,5907.66,-4580.78,725.546,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,65,5873.21,-4606.02,740.637,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,66,5862.26,-4614.75,744.791,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,67,5853.82,-4625.17,748.087,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,68,5845.46,-4654.04,752.156,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,69,5844.74,-4689.32,755.539,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,70,5824.63,-4722.99,761.315,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,71,5809.48,-4746.69,770.559,0,0,0,0,0,0,0,0,0,100,0,0), + (10807,0,72,5799.53,-4755.23,775.666,0,0,0,0,0,0,0,0,0,100,0,0), + (10806,0,1,7392.47,-4863.76,717.538,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,2,7386.98,-4854.89,717.025,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,3,7382.2,-4849.15,714.358,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,4,7377.91,-4843.06,709.955,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,5,7374.17,-4833.31,707.622,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,6,7367.56,-4826.19,706.673,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,7,7356.6,-4819.11,705.119,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,8,7346.57,-4817.34,704.422,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,9,7338.89,-4814.45,701.118,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,10,7332.93,-4808.81,695.472,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,11,7324.25,-4803.01,694.299,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,12,7313.4,-4808.02,696.404,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,13,7304.99,-4811.13,695.083,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,14,7294.66,-4812.62,688.862,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,15,7280.04,-4809.81,685.032,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,16,7267.66,-4804.58,683.578,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,17,7256.03,-4799.48,684.846,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,18,7246.93,-4792.95,688.579,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,19,7233.74,-4783.62,692.866,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,20,7227.48,-4781.13,699.379,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,21,7222.56,-4779.32,702.658,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,22,7214.65,-4774.53,706.959,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,23,7206.99,-4768.56,715.328,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,24,7197.63,-4766.04,718.111,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,25,7187.17,-4766.88,722.862,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,26,7176.04,-4767.88,726.34,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,27,7158.39,-4772.67,728.308,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,28,7146.15,-4775.98,730.806,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,29,7130.09,-4779.49,732.639,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,30,7119.01,-4778.06,733.071,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,31,7107.81,-4778.12,736.737,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,32,7093.41,-4773.02,740.822,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,33,7080.23,-4769.07,743.451,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,34,7063.14,-4761.69,744.717,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,35,7048.81,-4751.61,741.236,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,36,7040.23,-4731.74,734.484,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,37,7033.46,-4721.02,734.604,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,38,7022.16,-4709.08,735.978,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,39,7013.91,-4698.55,739.685,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,40,7009.08,-4688.44,743.001,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,41,7010.87,-4675.89,746.968,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,42,7017.92,-4665.31,752.719,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,43,7020.02,-4651.64,756.594,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,44,7012.05,-4647.55,755.447,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,45,7002.2,-4644.09,751.775,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,46,6993.5,-4640.75,749.158,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,47,6980.03,-4632,750.785,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,48,6976.06,-4642.05,748.789,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,49,6994.9,-4644.68,749.273,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,50,7004.91,-4647.66,753.137,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,51,7013.32,-4650.74,755.831,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,52,7025.52,-4660.47,755.501,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,53,7025.86,-4674.66,750.418,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,54,7024.98,-4684.34,748.902,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,55,7017.76,-4686.15,747.49,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,56,7010.29,-4689.55,742.97,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,57,7012.05,-4702.11,737.811,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,58,7016.5,-4714.78,735.262,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,59,7020.46,-4724.02,736.569,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,60,7027.68,-4739.57,739.237,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,61,7034.47,-4752.03,742.704,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,62,7045.98,-4764.76,746.637,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,63,7058.23,-4774.53,750.034,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,64,7068.01,-4778.17,749.764,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,65,7078.76,-4779.57,747.332,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,66,7092.94,-4779.63,744.443,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,67,7105.6,-4776.52,737.177,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,68,7115.29,-4775.7,733.084,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,69,7130.93,-4776.73,731.908,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,70,7153.58,-4774.45,729.665,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,71,7164.17,-4770.8,727.533,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,72,7174.96,-4761.62,727.535,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,73,7184.6,-4760.66,724.858,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,74,7198.73,-4761.51,719.09,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,75,7212.3,-4758.14,717.17,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,76,7224.75,-4755.78,710.305,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,77,7228.49,-4758.9,707.014,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,78,7223.53,-4769.22,702.701,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,79,7220.49,-4775.61,703.898,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,80,7216.82,-4782.13,703.347,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,81,7213.77,-4789.75,700.667,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,82,7217.39,-4793.82,697.248,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,83,7220,-4797.1,694.03,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,84,7229.3,-4799.91,690.164,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,85,7247.28,-4804.95,686.025,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,86,7270.05,-4806.01,683.494,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,87,7286.59,-4803.12,683.779,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,88,7291.67,-4814.98,688.04,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,89,7297.18,-4814.11,690.571,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,90,7305.28,-4812.83,695.358,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,91,7313.95,-4810.56,696.792,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,92,7316.1,-4815.38,699.242,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,93,7312.7,-4823.64,702.979,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,94,7314.2,-4831.71,706.757,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,95,7318.58,-4832.64,709.229,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,96,7325.25,-4833.66,715.018,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,97,7332.31,-4830.25,714.763,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,98,7342.48,-4825.56,709.241,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,99,7347.32,-4823.64,707.8,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,100,7356.01,-4821.47,705.914,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,101,7367.44,-4826.87,707.032,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,102,7372.68,-4835.88,709.016,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,103,7378.35,-4843.68,710.309,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,104,7382.27,-4850.01,715.1,0,0,0,0,0,0,0,0,0,0,0,0), + (10806,0,105,7386.34,-4856.25,717.67,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,1,8028.81,-3947.21,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,2,8037.27,-3942.65,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,3,8046.58,-3938.14,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,4,8052.15,-3930.23,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,5,8053.36,-3919.33,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,6,8042.46,-3905.25,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,7,8036.6,-3897.28,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,8,8026.45,-3889.37,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,9,8018.81,-3883.73,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,10,8010.6,-3876.31,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,11,8000.86,-3872.12,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,12,7992.01,-3874.47,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,13,7985.67,-3879.9,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,14,7980.29,-3887.23,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,15,7982.96,-3899.09,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,16,7988.21,-3905.68,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,17,8000.71,-3905.21,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,18,8007.1,-3908.7,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,19,8012.04,-3917.68,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,20,8013.97,-3929.08,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,21,8014.29,-3941.99,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (10200,0,22,8018.94,-3946.64,687.148,0,0,0,0,0,0,0,0,0,0,0,0), + (4048,0,1,-4524.14,-787.884,-41.5917,0,0,0,0,0,0,0,0,0,5.0091,0,0), + (4048,0,2,-4524.14,-787.884,-41.5917,0,404802,0,0,0,0,0,0,0,5.0091,0,0), + (4048,0,3,-4524.14,-787.884,-41.5917,0,0,0,0,0,0,0,0,0,5.0091,0,0), + (4048,0,4,-4524.24,-782.628,-41.5763,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,5,-4520.69,-775.438,-41.0733,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,6,-4514.55,-770.937,-40.0658,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,7,-4503.63,-774.032,-40.224,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,8,-4488.25,-767.98,-36.61,0,404808,0,0,0,0,0,0,0,100,0,0), + (4048,0,9,-4488.25,-767.98,-36.61,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,10,-4499.17,-773.174,-39.449,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,11,-4514.09,-771.136,-40.0971,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,12,-4520.48,-775.049,-41.0191,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,13,-4524.16,-782.978,-41.2406,0,0,0,0,0,0,0,0,0,100,0,0), + (4048,0,14,-4524.12,-788.099,-41.6929,0,0,0,0,0,0,0,0,0,100,0,0), + (4059,0,1,-4484.5,-759,-33.57,0,405901,0,0,0,0,0,0,0,100,0,0), + (4059,0,2,-4484.5,-759,-33.57,0,0,0,0,0,0,0,0,0,100,0,0), + (4059,0,3,-4483,-755.56,-31.94,0,0,0,0,0,0,0,0,0,100,0,0), + (4059,0,4,-4481,-686.51,-14.39,0,0,0,0,0,0,0,0,0,100,0,0), + (4059,0,5,-4472,-571.9,5.91,40000,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,1,755.936,-480.62,-52.9086,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,2,769.354,-505.176,-52.8591,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,3,784.304,-508.379,-53.0263,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,4,801.087,-492.018,-53.8118,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,5,814.931,-484.251,-55.0167,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,6,822.529,-461.741,-56.2849,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,7,828.304,-448.536,-56.3511,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,8,793.596,-424.039,-53.7972,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,9,829.32,-448.186,-56.3532,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,10,862.01,-424.002,-52.44,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,11,886.945,-405.517,-52.0952,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,12,880.308,-369.967,-52.0496,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,13,856.721,-349.806,-52.0496,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,14,826.595,-346.665,-51.9278,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,15,807.865,-346.475,-51.7706,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,16,775.664,-328.466,-50.0463,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,17,756.855,-327.67,-51.554,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,18,745.742,-340.542,-50.7365,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,19,718.048,-329.171,-51.4196,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,20,704.321,-351.085,-52.01,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,21,690.32,-374.062,-52.0604,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,22,655.842,-358.892,-52.052,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,23,642.357,-347.152,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,24,620.649,-351.64,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,25,608.437,-379.101,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,26,620.177,-351.294,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,27,650.026,-343.373,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,28,646.078,-315.001,-52.0653,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,29,634.478,-286.221,-52.9497,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,30,633.828,-260.07,-53.1078,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,31,629.402,-228.528,-59.4107,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,32,633.828,-260.07,-53.1078,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,33,634.478,-286.221,-52.9497,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,34,646.078,-315.001,-52.0653,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,35,650.026,-343.373,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,36,620.177,-351.294,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,37,608.437,-379.101,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,38,620.649,-351.64,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,39,642.357,-347.152,-52.0194,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,40,655.842,-358.892,-52.052,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,41,690.32,-374.062,-52.0604,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,42,704.321,-351.085,-52.01,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,43,718.048,-329.171,-51.4196,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,44,745.742,-340.542,-50.7365,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,45,756.855,-327.67,-51.554,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,46,775.664,-328.466,-50.0463,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,47,807.865,-346.475,-51.7706,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,48,826.327,-346.637,-51.9199,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,49,856.721,-349.806,-52.0496,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,50,880.308,-369.967,-52.0496,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,51,886.945,-405.517,-52.0952,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,52,862.01,-424.002,-52.44,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,53,829.32,-448.186,-56.3532,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,54,793.596,-424.039,-53.7972,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,55,828.304,-448.536,-56.3511,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,56,822.529,-461.741,-56.2849,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,57,814.939,-484.229,-55.0309,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,58,801.087,-492.018,-53.8118,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,59,784.304,-508.379,-53.0263,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,60,769.354,-505.176,-52.8591,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,61,755.936,-480.62,-52.9086,0,0,0,0,0,0,0,0,0,100,0,0), + (12242,0,62,736.696,-455.594,-52.8847,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,1,975.107,-354.152,-69.1219,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,2,984.444,-363.944,-65.9066,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,3,984.38,-372.827,-66.4086,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,4,976.479,-381.185,-63.9267,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,5,962.877,-395.447,-60.8377,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,6,950.417,-408.589,-57.1351,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,7,941.736,-417.331,-55.0396,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,8,931.446,-413.318,-55.3833,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,9,923.409,-403.986,-51.104,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,10,914.499,-394.179,-49.4412,3000,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,11,905.604,-403.547,-48.7295,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,12,905.604,-403.547,-48.7295,15000,4763101,0,0,0,0,0,0,0,4.39823,0,0), + (9056,0,13,912.664,-392.947,-49.2744,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,14,918.441,-398,-49.6367,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,15,926.414,-407.296,-52.6216,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,16,930.038,-418.35,-55.3877,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,17,930.151,-424.848,-55.8645,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,18,927.594,-433.715,-56.5236,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,19,927.594,-433.715,-56.5236,15000,4763102,0,0,0,0,0,0,0,4.04916,0,0), + (9056,0,20,936.123,-427.94,-56.1072,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,21,939.641,-426.605,-55.7614,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,22,944.406,-426.659,-54.9984,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,23,946.326,-428.053,-54.6023,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,24,946.326,-428.053,-54.6023,3000,4763103,0,0,0,0,0,0,0,0.15708,0,0), + (9056,0,25,943.776,-418.105,-54.9468,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,26,947.044,-410.439,-55.9664,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,27,955.107,-403.439,-59.5107,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,28,961.657,-396.63,-60.8377,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,29,968.284,-389.058,-60.8377,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,30,978.015,-379.612,-64.6384,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,31,986.547,-370.816,-66.5624,90000,4763104,0,0,0,0,0,0,0,100,0,0), + (9056,0,32,974.031,-355.625,-69.1521,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,33,967.597,-349.477,-71.3905,0,0,0,0,0,0,0,0,0,100,0,0), + (9056,0,34,963.267,-343.735,-71.7394,210000,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,1,855.505,-309.724,-50.1398,0,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,2,847.214,-316.912,-50.2843,0,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,3,842.652,-321.334,-50.2848,0,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,4,839.316,-324.232,-50.6638,0,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,5,833.983,-329.089,-50.6638,0,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,6,822.84,-339.999,-50.1851,0,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,7,810.483,-350.225,-50.5781,0,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,8,806.646,-353.272,-50.1957,0,0,0,0,0,0,0,0,0,100,0,0), + (9438,0,9,806.646,-353.272,-50.1957,0,0,0,0,0,0,0,0,0,0.715585,0,0), + (936,0,20,-9245.68,-2167.47,63.9388,15000,0,0,0,0,0,0,0,0,100,0,0), + (936,0,19,-9245.3,-2171.29,63.9388,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,18,-9212.64,-2174.06,64.0584,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,17,-9187.23,-2160.7,64.0584,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,16,-9187.41,-2138.51,64.0064,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,15,-9212.24,-2135.42,64.0584,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,14,-9232.15,-2130.65,64.0584,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,13,-9246.59,-2118.7,65.591,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,12,-9245.79,-2099.05,72.1959,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,11,-9235.08,-2087.05,76.554,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,10,-9189.04,-2094.36,87.8603,15000,0,0,0,0,0,0,0,0,100,0,0), + (936,0,9,-9206.65,-2088.98,86.1227,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,8,-9220.59,-2089.07,81.4125,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,7,-9234.09,-2083.62,76.7928,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,6,-9234.39,-2072.97,76.5348,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,5,-9239.85,-2075.51,75.7547,15000,0,0,0,0,0,0,0,0,100,0,0), + (936,0,4,-9243.47,-2098.98,72.6224,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,3,-9246.5,-2115.22,66.5529,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,2,-9254.05,-2135.93,63.9399,0,0,0,0,0,0,0,0,0,0,0,0), + (936,0,1,-9253.7,-2167.14,64.0579,0,0,0,0,0,0,0,0,0,0,0,0), + (10816,0,1,1936.95,-1635.07,60.0263,0,0,0,0,0,0,0,0,0,5.59485,0,0), + (10816,0,2,1930.95,-1657.73,59.31,0,0,0,0,0,0,0,0,0,4.44345,0,0), + (10816,0,3,1912,-1660.12,61.2311,0,0,0,0,0,0,0,0,0,3.33997,0,0), + (10816,0,4,1902.82,-1651.78,60.0138,0,0,0,0,0,0,0,0,0,2.40377,0,0), + (10816,0,5,1886.67,-1651.37,61.2298,0,0,0,0,0,0,0,0,0,2.95355,0,0), + (10816,0,6,1882.75,-1629.76,61.5077,0,0,0,0,0,0,0,0,0,1.75032,0,0), + (10816,0,7,1899.4,-1616.07,60.4586,0,0,0,0,0,0,0,0,0,0.688462,0,0), + (10816,0,8,1915.49,-1615.05,61.0254,0,0,0,0,0,0,0,0,0,0.0632846,0,0), + (10816,0,9,1927.59,-1627.02,60.4777,0,0,0,0,0,0,0,0,0,5.4307,0,0), + (10816,0,10,1925.09,-1627,60.455,0,0,0,0,0,0,0,0,0,5.942,0,0), + (14221,0,1,710.176,-847.23,158.978,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,2,700.134,-853.063,158.516,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,3,684.42,-847.68,158.498,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,4,666.937,-858.739,158.498,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,5,663.885,-866.644,158.499,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,6,662.637,-879.389,158.291,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,7,659.842,-884.845,158.617,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,8,666.729,-899.79,164.624,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,9,669.022,-904.201,164.414,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,10,667.229,-921.961,164.414,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,11,666.778,-939.546,164.85,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,12,673.587,-950.274,164.35,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,13,684.347,-959.261,164.35,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,14,698.708,-966.321,164.653,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,15,708.321,-976.576,165.562,30000,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,16,700.121,-957.096,164.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,17,715.224,-933.369,164.344,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,18,716.543,-899.917,166.366,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,19,715.204,-866.595,161.66,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,20,717.657,-846.403,160.754,0,0,0,0,0,0,0,0,0,100,0,0), + (14221,0,21,717.657,-846.403,160.754,30000,0,0,0,0,0,0,0,0,3.35103,0,0), + (5347,0,1,-5771.84,1553.96,69.5629,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,2,-5740.69,1535.51,68.6146,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,3,-5705.14,1546.16,69.1267,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,4,-5673.37,1580.83,69.9176,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,5,-5646.9,1594.46,70.9915,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,6,-5613.44,1575.12,64.2911,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,7,-5576.16,1568.94,60.281,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,8,-5565.66,1594.92,67.8176,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,9,-5560.14,1629.56,68.7212,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,10,-5555.99,1650.14,68.1062,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,11,-5526.42,1648.4,50.9172,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,12,-5491.72,1619.42,47.9563,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,13,-5455.81,1596.31,47.6086,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,14,-5412.83,1618.73,50.1823,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,15,-5378.37,1646.1,49.8617,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,16,-5393.75,1672.95,51.3754,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,17,-5417.44,1697.57,61.0284,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,18,-5451.48,1689.92,56.949,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,19,-5485.37,1705.93,58.4955,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,20,-5523.35,1695.24,60.4991,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,21,-5549.17,1714.11,75.1283,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,22,-5591.39,1713.79,82.837,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,23,-5631.34,1708.57,86.3944,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,24,-5673.97,1694.07,90.8172,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,25,-5704.54,1686.8,90.8902,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,26,-5731.92,1661.13,87.0008,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,27,-5762.2,1647.85,84.1502,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,28,-5793,1617.91,82.8983,0,0,0,0,0,0,0,0,0,100,0,0), + (5347,0,29,-5802.39,1577.41,73.785,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,1,-6513.02,1813.92,4.01393,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,2,-6487.17,1817.59,3.34353,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,3,-6463.74,1787.98,8.02764,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,4,-6442.45,1782.88,10.8838,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,5,-6413.58,1788.18,4.62166,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,6,-6382.02,1780.84,2.50215,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,7,-6345.3,1774.62,4.61079,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,8,-6325.38,1751.39,1.96043,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,9,-6316.68,1718.21,2.53517,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,10,-6304.69,1690.99,1.90171,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,11,-6279.77,1689.27,4.67599,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,12,-6274.73,1643.71,4.39611,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,13,-6275.51,1612.69,5.16379,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,14,-6295.46,1580.65,0.492463,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,15,-6310.76,1549.34,2.73189,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,16,-6332.53,1518.06,1.5508,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,17,-6355.26,1514.47,4.78054,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,18,-6391.03,1513.29,4.34694,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,19,-6421.5,1502.6,5.6144,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,20,-6453.85,1490.28,6.78882,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,21,-6487.02,1501.03,5.49605,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,22,-6522.18,1504.03,2.71383,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,23,-6552.03,1512.45,3.94796,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,24,-6577.9,1544.81,0.103735,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,25,-6579.3,1580.11,3.18656,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,26,-6578.36,1614.05,8.82628,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,27,-6598.86,1645.88,6.05051,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,28,-6593.51,1689.17,4.13757,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,29,-6587.82,1725.75,4.02251,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,30,-6582.31,1748.84,3.36602,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,31,-6554.31,1776.09,3.57377,0,0,0,0,0,0,0,0,0,100,0,0), + (14478,0,32,-6518.56,1786.4,8.67502,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,38,-715.575,-3582.03,92.3202,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,37,-718.461,-3563.25,92.414,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,36,-714.682,-3548.67,93.914,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,35,-698.236,-3537.26,92.664,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,34,-671.141,-3522.95,91.8839,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,33,-650.802,-3498.19,91.8199,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,32,-652.568,-3476.71,93.8199,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,31,-639.502,-3449.7,93.8133,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,30,-623.082,-3433.78,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,29,-601.774,-3430.94,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,28,-583.176,-3440.61,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,27,-567.257,-3454.55,92.2805,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,26,-554.641,-3469.96,92.9621,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,25,-544.309,-3489.59,92.9094,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,24,-541.695,-3517.06,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,23,-546.26,-3538.08,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,22,-540.395,-3560.1,93.164,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,21,-537.209,-3579.71,93.4125,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,20,-519.625,-3594.8,93.7065,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,19,-496.266,-3591.78,93.5876,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,18,-464.342,-3564.53,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,17,-455.548,-3552.11,91.914,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,16,-455.237,-3516.19,95.3331,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,15,-474.164,-3490.81,93.2984,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,14,-493.592,-3469.16,94.167,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,13,-508.566,-3457.7,93.4341,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,12,-521.856,-3444.02,94.6973,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,11,-532.917,-3435.41,93.4966,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,10,-559.095,-3427.52,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,9,-568.124,-3434.6,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,8,-592.714,-3457.25,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,7,-598.635,-3474.48,92.5627,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,6,-608.157,-3497.97,94.3281,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,5,-631.25,-3524.16,93.164,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,4,-649.281,-3550.45,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,3,-664.382,-3573.64,91.789,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,2,-685.513,-3594.81,91.8542,0,0,0,0,0,0,0,0,0,100,0,0), + (5831,0,1,-702.322,-3593.87,93.8325,0,583101,0,0,0,0,0,0,0,100,0,0), + (5835,0,1,1061.99,-3086.34,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,2,1061.63,-3082.63,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,3,1060.18,-3079.97,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,4,1058.07,-3075.87,105.501,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,5,1054.89,-3071.72,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,6,1051.25,-3069.85,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,7,1047.29,-3069.88,105.289,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,8,1043.63,-3072.36,105.72,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,9,1038.3,-3076.43,105.328,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,10,1033.59,-3075.67,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,11,1031.4,-3070.74,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,12,1030.16,-3066.55,105.089,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,13,1031.58,-3060.08,102.155,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,14,1032.79,-3056.73,100.41,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,15,1035.06,-3054.11,98.9656,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,16,1039.28,-3052.89,98.4566,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,17,1043.78,-3054.49,96.88,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,18,1049.61,-3058.21,93.9174,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,19,1053.44,-3062.93,91.8125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,20,1055.31,-3067.91,91.7175,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,21,1057.02,-3073.87,91.7479,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,22,1058.28,-3077.77,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,23,1059.49,-3082.52,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,24,1059.71,-3086.14,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,25,1054.99,-3091.56,89.7105,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,26,1051.96,-3093.6,87.6199,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,27,1047.68,-3095.38,84.8705,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,28,1043.32,-3097.01,82.0536,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,29,1039.55,-3097.98,80.947,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,30,1032.46,-3100.74,80.947,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,31,1028.6,-3104.47,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,32,1025.1,-3106.79,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,33,1021.45,-3109.21,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,34,1017.71,-3109.38,80.8207,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,35,1017.25,-3113.85,80.9386,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,36,1015.24,-3116.81,81.2594,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,37,1013.11,-3118.45,81.7116,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,38,1010.26,-3117.7,81.9643,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,39,1009.36,-3115.54,81.937,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,40,1009.97,-3111.18,81.4586,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,41,1012.35,-3109.55,80.8596,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,42,1013.99,-3110.13,80.9735,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,43,1019.78,-3109.27,81.4185,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,44,1023.76,-3107.68,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,45,1026.93,-3105.58,80.9988,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,46,1036.32,-3099.22,80.947,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,47,1043.88,-3096.5,82.475,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,48,1048.61,-3095.18,85.4422,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,49,1054.6,-3092.41,89.3336,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,50,1058.68,-3089.17,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,51,1060.6,-3083.75,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,52,1059.44,-3080.28,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,53,1058.01,-3076.83,91.7453,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,54,1055.77,-3074.57,91.7423,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,55,1053.49,-3072.35,91.7432,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,56,1048.93,-3072.95,91.7355,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,57,1041.48,-3075.29,91.7333,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,58,1037.06,-3077.86,91.772,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,59,1030.98,-3080.97,91.754,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,60,1023.38,-3082.19,91.7347,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,61,1015.59,-3080.34,91.7187,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,62,1016.86,-3076.98,91.7257,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,63,1019.51,-3077.52,91.7313,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,64,1020.74,-3079.89,91.7313,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,65,1023.99,-3081.43,91.7371,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,66,1030.16,-3080.52,91.7526,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,67,1035.14,-3078.67,91.7665,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,68,1039.21,-3076.15,91.7333,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,69,1044.73,-3073.75,91.7319,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,70,1048.53,-3072.01,91.7309,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,71,1052.28,-3069.47,91.7492,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,72,1053.24,-3067.04,91.762,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,73,1052.29,-3063.9,91.6417,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,74,1051.01,-3060.32,93.14,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,75,1046.46,-3055.47,95.4885,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,76,1043.44,-3054.26,97.0918,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,77,1039.26,-3053.32,98.4449,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,78,1035.71,-3054.8,98.9815,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,79,1033.22,-3056.35,100.144,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,80,1030.55,-3058.91,101.872,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,81,1029.75,-3062.89,103.991,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,82,1028.89,-3066.46,105.069,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,83,1027.57,-3071.8,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,84,1026.92,-3074.34,105.162,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,85,1029.29,-3078.58,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,86,1031.8,-3080.06,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,87,1034.15,-3084.09,105.125,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,88,1035.67,-3087.39,104.984,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,89,1037.77,-3091.23,104.72,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,90,1040.77,-3093.77,105.026,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,91,1044.16,-3096.44,105.432,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,92,1048.07,-3097.35,105.649,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,93,1055.78,-3094.85,105.575,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,94,1059.14,-3093.44,105.497,0,0,0,0,0,0,0,0,0,100,0,0), + (5835,0,95,1060.82,-3089.71,105.229,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,41,6280.01,-4269.13,735.894,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,42,6258.96,-4251.5,735.476,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,43,6260.61,-4236.57,734.086,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,44,6286.39,-4221.5,724.38,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,45,6327.71,-4218.92,721.23,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,46,6365.36,-4205.96,711.091,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,47,6380.78,-4186.57,705.823,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,48,6365.36,-4205.96,711.091,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,49,6327.71,-4218.92,721.23,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,50,6286.39,-4221.5,724.38,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,51,6260.61,-4236.57,734.086,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,52,6258.96,-4251.5,735.476,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,53,6280.01,-4269.13,735.894,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,54,6317.18,-4280.97,733.071,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,55,6338.89,-4285.09,725.661,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,56,6356.4,-4298.41,720.158,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,57,6362.86,-4328.88,726.908,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,58,6364.21,-4363.73,738.533,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,59,6389.61,-4387.15,731.328,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,60,6424.51,-4403.56,722.54,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,61,6449.63,-4421.93,723.395,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,62,6460.92,-4454.01,729.607,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,63,6450.27,-4486.06,733.411,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,64,6458.24,-4526.25,723.902,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,65,6495.58,-4547.87,716.137,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,66,6525.88,-4563,713.348,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,67,6552.84,-4585.88,703.999,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,68,6559.54,-4618.04,699.164,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,69,6568.84,-4646.38,694.206,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,70,6580.94,-4680.03,700.68,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,71,6583.19,-4721.82,699.985,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,72,6574.48,-4751.12,696.631,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,73,6550.17,-4785.08,698.355,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,74,6551.27,-4819.07,703.502,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,75,6560.69,-4846.88,702.222,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,76,6560,-4860.85,701.915,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,77,6535.35,-4877.96,709.66,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,78,6510.16,-4904.85,721.889,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,79,6500.9,-4934.62,725.975,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,80,6484.62,-4964.16,728.388,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,81,6466.92,-4989.89,733.592,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,82,6438.63,-5018.77,739.511,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,83,6408.91,-5042.45,747.104,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,84,6378.59,-5045.98,751.77,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,85,6333.25,-5046.22,760.899,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,86,6295.05,-5045.93,768.919,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,87,6255.66,-5044.65,774.014,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,88,6224.25,-5048.05,777.68,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,89,6182.59,-5064.94,783.429,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,90,6143.76,-5048.5,788.654,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,91,6110.54,-5029.36,791.502,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,92,6064.57,-5021.38,783.769,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,93,6019.5,-5040.97,784.711,0,0,0,0,0,0,0,0,0,100,0,0), + (10202,0,94,5977.62,-5059.16,798.207,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,1,-11351.9,-2754.5,7.95043,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,13,-11370.7,-2855.8,4.71995,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,12,-11396.9,-2926.05,3.04129,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,11,-11331,-2986.1,3.21401,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,10,-11380.8,-3012.74,-4.27558,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,9,-11444.1,-3037.88,1.11443,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,8,-11500.1,-3041.02,-0.783425,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,7,-11444,-3037.98,1.11936,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,6,-11380.8,-3013.05,-4.29948,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,5,-11330.8,-2986.01,3.24732,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,4,-11396.7,-2926.03,3.05246,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,3,-11370.9,-2855.73,4.67282,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,2,-11358.7,-2797.01,5.45784,0,0,0,0,0,0,0,0,0,100,0,0), + (5981,0,14,-11358.6,-2796.98,5.47431,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,1,-4939.54,-3988.18,297.664,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,2,-4934.41,-3956.61,299.322,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,3,-4930.9,-3929.37,300.873,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,4,-4947.59,-3919.9,304.791,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,5,-4964.14,-3915.31,304.241,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,6,-4979.53,-3920.97,306.689,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,7,-4992.26,-3902.35,304.683,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,8,-4966.5,-3892.56,308.452,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,9,-4938.92,-3897.53,306.829,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,10,-4922.35,-3899.45,304.168,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,11,-4902.5,-3875.9,301.905,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,12,-4901.66,-3855.75,303.325,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,13,-4894.05,-3836.62,303.696,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,14,-4882.61,-3858.98,303.067,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,15,-4882.66,-3888.17,303.553,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,16,-4876.7,-3915.52,303.203,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,17,-4866.46,-3938.08,303.719,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,18,-4866.31,-3951.32,303.382,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,19,-4870.64,-3979.35,299.565,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,20,-4885.62,-3994.9,298.746,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,21,-4907.39,-3993.52,297.674,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,22,-4933.76,-3980.67,298.433,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,23,-4953.6,-4002.15,299.053,0,0,0,0,0,0,0,0,0,100,0,0), + (14267,0,24,-4983.44,-4009.71,299.554,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,1,591.098,-1326.51,92.2916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,2,605.883,-1321.84,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,3,624.948,-1316.58,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,4,643.687,-1307.64,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,5,668.631,-1300.92,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,6,692.319,-1303.29,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,7,718.773,-1311.1,91.8569,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,8,742.36,-1321.82,92.6459,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,9,754.919,-1329.23,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,10,761.752,-1348.34,91.7288,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,11,758.361,-1361.86,91.7288,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,12,746.012,-1375.54,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,13,722.187,-1385.72,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,14,699.241,-1382.39,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,15,686.015,-1369.51,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,16,675.795,-1361.89,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,17,665.328,-1355.35,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,18,652.188,-1344.57,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,19,636.429,-1334.76,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,20,628.536,-1323.14,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,21,623.619,-1314.03,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,22,615.407,-1298.6,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,23,604.114,-1284.03,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,24,587.851,-1269.01,92.0619,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,25,576.031,-1259.97,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,26,560.895,-1256.68,92.0468,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,27,545.482,-1255.18,91.8714,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,28,534.852,-1253.39,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,29,526.591,-1260.62,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,30,510.401,-1285.22,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,31,510.391,-1306.54,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,32,515.124,-1321.95,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,33,521.895,-1336.84,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,34,529.782,-1343.76,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,35,556.792,-1356.99,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,36,567.064,-1368.91,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,37,574.606,-1382.9,91.7916,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,38,578.411,-1399.87,93.3668,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,39,584.315,-1420.1,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,40,588.742,-1440.73,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,41,577.568,-1461.41,92.6667,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,42,567.409,-1473.39,92.4488,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,43,555.569,-1487.63,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,44,538.345,-1499.21,93.1349,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,45,517.216,-1501.07,94.5103,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,46,492.097,-1496.38,94.3223,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,47,474.586,-1480.68,93.079,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,48,464.53,-1462.18,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,49,460.698,-1444.19,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,50,466.94,-1424.12,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,51,470.694,-1413.05,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,52,482.416,-1399.12,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,53,502.072,-1380.88,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,54,527.991,-1362.11,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,55,542.13,-1349.18,91.7917,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,56,562.347,-1341.45,91.8798,0,0,0,0,0,0,0,0,0,100,0,0), + (5830,0,57,578.54,-1335.66,92.8374,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,1,-13771.4,-194.148,23.583,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,2,-13800.7,-171.255,16.7519,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,3,-13825.3,-138.949,17.0619,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,4,-13839.2,-104.739,15.7448,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,5,-13854.5,-89.1006,16.511,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,6,-13880.1,-68.9872,22.9198,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,7,-13884.6,-54.9285,27.637,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,8,-13903.9,-29.4088,29.5113,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,9,-13907.9,-7.801,27.4434,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,10,-13917.5,25.832,15.024,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,11,-13918.5,50.2203,15.4537,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,12,-13935.6,86.9033,15.8911,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,13,-13958,96.2463,15.2997,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,14,-13977.5,107.883,13.9424,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,15,-13996.9,126.204,14.4753,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,16,-14008,152.994,13.5225,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,17,-14009.7,182.66,13.3531,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,18,-14022.4,197.13,13.2064,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,19,-14057,213.87,13.2311,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,20,-14022.4,197.13,13.2064,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,21,-14009.7,182.66,13.3531,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,22,-14008,152.994,13.5225,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,23,-13996.9,126.204,14.4753,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,24,-13977.5,107.883,13.9424,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,25,-13958,96.2463,15.2997,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,26,-13935.6,86.9033,15.8911,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,27,-13918.5,50.2203,15.4537,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,28,-13917.6,26.2207,14.774,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,29,-13907.9,-7.801,27.4434,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,30,-13903.9,-29.4088,29.5113,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,31,-13884.6,-54.9285,27.637,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,32,-13880.1,-68.9872,22.9198,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,33,-13854.5,-89.1006,16.511,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,34,-13839.2,-104.739,15.7448,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,35,-13825.3,-138.949,17.0619,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,36,-13800.7,-171.255,16.7519,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,37,-13771.4,-194.148,23.583,0,0,0,0,0,0,0,0,0,100,0,0), + (14491,0,38,-13768.6,-210.916,28.3924,0,0,0,0,0,0,0,0,0,100,0,0), + (11558,0,1,7031.82,-2119.09,586.56,0,0,0,0,0,0,0,0,0,100,0,0), + (11558,0,2,7049.33,-2116.2,586.401,0,0,0,0,0,0,0,0,0,100,0,0), + (11558,0,3,7059.67,-2115.57,586.442,0,0,0,0,0,0,0,0,0,100,0,0), + (11558,0,4,7085.17,-2116.51,582.419,0,0,0,0,0,0,0,0,0,100,0,0), + (11558,0,5,7059.87,-2115.56,586.502,0,0,0,0,0,0,0,0,0,100,0,0), + (11558,0,6,7049.33,-2116.2,586.401,0,0,0,0,0,0,0,0,0,100,0,0), + (11558,0,7,7031.82,-2119.09,586.568,0,0,0,0,0,0,0,0,0,100,0,0), + (11558,0,8,7000.17,-2123.92,588.516,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,1,-899.749,-1039.66,30.3725,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,2,-925.451,-1045.89,30.4729,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,3,-956.185,-1014.9,30.7775,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,4,-954.624,-983.011,30.4729,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,5,-943.662,-964.655,30.4531,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,6,-922.421,-948.169,31.4945,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,7,-901.652,-959.997,30.3695,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,8,-879.94,-972.891,30.4711,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,9,-869.37,-999.796,30.4711,0,0,0,0,0,0,0,0,0,100,0,0), + (14278,0,10,-879.45,-1032.25,30.4729,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,29,10182.5,2339.69,1328.04,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,30,10185.9,2333.11,1327.83,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,31,10186.5,2328.58,1327.9,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,32,10181.4,2314.36,1327.83,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,33,10170.9,2294.66,1327.87,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,34,10155.1,2273.72,1328.55,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,35,10140.4,2259.7,1328.09,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,36,10131,2249.28,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,37,10126.2,2246.83,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,38,10120.1,2247.96,1327.58,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,39,10114,2253.09,1327.58,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,40,10099,2271.4,1328.18,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,41,10088.5,2287.25,1329.36,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,42,10081.6,2295.72,1329.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,43,10075.9,2295.84,1329.49,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,44,10067.8,2290.9,1329.49,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,45,10055.8,2285.36,1329.47,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,46,10035.5,2280.12,1328.99,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,47,10019.1,2281.63,1335.94,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,48,10009.5,2282.59,1341.06,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,49,10001.9,2282.78,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,50,9974.47,2279.73,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,51,9958.83,2279.62,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,52,9954.92,2282.52,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,53,9950.62,2289.64,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,54,9948.64,2298.74,1338.22,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,55,9948.25,2316.27,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,56,9947.92,2327.04,1334.3,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,57,9946.04,2352.68,1330.66,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,58,9944.61,2386.32,1329.33,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,59,9942.54,2429.39,1325.19,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,60,9943.56,2456.7,1320.44,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,61,9945.89,2478.35,1316.33,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,62,9945.46,2483.71,1316.21,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,63,9941.52,2488.43,1316.87,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,64,9934.64,2492.63,1317.83,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,65,9931.78,2496.82,1317.9,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,66,9923.84,2505.3,1318.09,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,67,9918.91,2507.74,1317.5,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,68,9915.42,2512.41,1317.08,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,69,9914.59,2520.89,1316.92,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,70,9910.34,2527.94,1316.42,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,71,9909.56,2533.26,1316.42,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,72,9912.56,2537.83,1316.57,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,73,9924.19,2546.5,1317.25,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,74,9941.22,2553.06,1316.75,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,75,9949.14,2553.75,1316.44,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,76,9955.25,2548.69,1316.79,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,77,9961.83,2545.14,1316.98,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,78,9968.58,2541.93,1316.86,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,79,9987.74,2520.83,1316.19,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,80,9993.47,2514.22,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,81,10002.2,2510.39,1316.53,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,82,10012.2,2506.15,1319.02,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,83,10031.3,2500.34,1318.44,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,84,10036.8,2500.6,1318.42,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,85,10051.1,2508.17,1318.38,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,86,10062.5,2514.76,1320.09,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,87,10074.4,2521.6,1319.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,88,10084.5,2527.64,1317.59,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,89,10089.4,2533.48,1317.89,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,90,10095.5,2538.91,1319.05,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,91,10101.1,2539.83,1319.65,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,92,10117,2542.48,1321.31,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,93,10124.5,2544.19,1321.73,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,94,10131.5,2546.76,1321.84,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,95,10136.5,2550.14,1321.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,96,10139.3,2553.62,1321.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,97,10139.5,2557.88,1321.92,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,98,10138.1,2563.78,1322.17,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,99,10135,2566.4,1322.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,100,10132.2,2571.3,1323.27,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,101,10131.5,2574.56,1323.76,0,0,0,0,0,0,0,0,0,100,0,0), + (14379,0,102,10134,2573.48,1323.26,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,1,9638.43,2346.32,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,2,9642.42,2345.29,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,3,9646.58,2338.54,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,4,9651.49,2331.64,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,5,9657.66,2327.23,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,6,9666.33,2319.36,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,7,9675.03,2310.88,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,8,9683.05,2301.89,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,9,9690.5,2290.4,1327.69,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,10,9696.08,2281.54,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,11,9703.66,2272.61,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,12,9713.59,2265.06,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,13,9722.45,2259.8,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,14,9728.66,2257.95,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,15,9732.5,2259.53,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,16,9739.26,2264.79,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,17,9744.65,2271.52,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,18,9753.03,2281.13,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,19,9761.17,2288.4,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,20,9766.56,2293.85,1327.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,21,9768.29,2297.79,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,22,9767.63,2303.68,1327.53,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,23,9763.53,2310.94,1327.92,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,24,9758.54,2320.25,1328.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,25,9752.69,2329.33,1328.73,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,26,9746.06,2335.5,1328.77,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,27,9740.74,2340.18,1328.29,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,28,9733.45,2342.2,1327.97,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,29,9728.34,2347.02,1327.62,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,30,9724.54,2351.81,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,31,9719.77,2357.38,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,32,9716.24,2359.51,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,33,9713.92,2358.9,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,34,9713.4,2357.47,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,35,9715.08,2355.19,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,36,9722.51,2348.68,1327.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,37,9731.41,2339.11,1327.91,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,38,9738.89,2335.75,1328.72,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,39,9742.57,2333.9,1328.97,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,40,9748.34,2329.59,1328.98,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,41,9752.23,2325.58,1328.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,42,9755.49,2319.34,1328.48,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,43,9756.31,2314.43,1328.29,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,44,9760.53,2310.07,1327.98,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,45,9762.57,2305.8,1327.91,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,46,9771.15,2298.07,1327.4,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,47,9779.69,2289.91,1327.5,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,48,9783.95,2287.09,1327.59,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,49,9791.25,2283.94,1327.72,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,50,9798.12,2283.38,1327.41,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,51,9804.93,2283.01,1326.9,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,52,9814.32,2278.78,1327.15,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,53,9822.92,2276.22,1327.08,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,54,9832.75,2277,1327.02,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,55,9843.3,2278.08,1326.69,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,56,9858.15,2278.75,1327.31,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,57,9869.67,2278.27,1328.65,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,58,9880.76,2278.4,1333.93,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,59,9890.19,2279.55,1338.62,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,60,9899.4,2279.8,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,61,9912.73,2278.86,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,62,9924,2278.35,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,63,9936.09,2278.17,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,64,9943.57,2279.43,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,65,9947.86,2282.39,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,66,9949.2,2285,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,67,9949.31,2287.86,1341.39,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,68,9949.21,2293.42,1341.01,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,69,9948.45,2304.3,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,70,9948.39,2313.23,1336.55,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,71,9948.18,2323.52,1335.34,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,72,9947.3,2336.46,1331.54,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,73,9946.19,2354.28,1330.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,74,9945.45,2375.02,1329.95,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,75,9944.13,2409.82,1327.69,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,76,9943,2428.54,1325.31,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,77,9942.94,2447.72,1322.23,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,78,9944.98,2470.11,1317.46,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,79,9946.16,2480.07,1316.24,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,80,9945.3,2483.65,1316.22,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,81,9938,2490,1317.36,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,82,9932.35,2496.28,1317.9,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,83,9923.41,2503.71,1318.04,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,84,9919.17,2505.46,1317.52,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,85,9915.68,2505.95,1316.99,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,86,9907.49,2505.25,1316.05,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,87,9899.11,2503.24,1318.12,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,88,9888.55,2501.81,1317.87,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,89,9882.41,2498.56,1315.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,90,9878.96,2494.41,1315.86,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,91,9876.62,2488.41,1315.85,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,92,9876.19,2481.46,1316.11,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,93,9877.87,2476.74,1317.8,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,94,9880.84,2470.35,1317.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,95,9883.1,2465.26,1317.3,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,96,9886.26,2458.91,1317.37,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,97,9886.66,2453.56,1317.24,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,98,9883.71,2439.95,1316.12,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,99,9878.99,2428.08,1316.38,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,100,9863.95,2399.86,1316.92,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,101,9850.01,2376.19,1316.35,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,102,9843.15,2368.84,1315.74,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,103,9840.7,2365.62,1316.86,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,104,9837.72,2360.19,1316.71,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,105,9838.51,2348.59,1314.84,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,106,9839.29,2340.45,1314.31,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,107,9839.9,2333.73,1314.31,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,108,9839.62,2321.73,1315.66,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,109,9839.23,2310.68,1318.19,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,110,9840.33,2308.16,1318.49,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,111,9843.7,2303.42,1319.43,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,112,9846.72,2298.52,1320.63,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,113,9849.66,2288.96,1324.03,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,114,9850.79,2280.19,1326.28,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,115,9851.72,2269.08,1327.14,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,116,9851.05,2260.47,1327.67,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,117,9849.52,2250.54,1327.67,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,118,9846.16,2241.25,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,119,9842.95,2232.97,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,120,9838.71,2226.47,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,121,9835.18,2221.21,1327.83,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,122,9830.41,2218.2,1327.93,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,123,9824.44,2216.95,1327.89,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,124,9816.69,2216.25,1327.76,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,125,9806.7,2217.33,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,126,9798.7,2220.23,1327.71,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,127,9791.35,2224.93,1327.68,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,128,9781.25,2231.72,1327.7,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,129,9769.54,2238.83,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,130,9759.6,2244.79,1327.73,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,131,9747.96,2250.43,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,132,9739.26,2255.18,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,133,9727.25,2261.62,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,134,9719.52,2265.09,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,135,9712.61,2270.8,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,136,9704.03,2278.19,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,137,9698.98,2283.58,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,138,9696.37,2289.91,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,139,9690.62,2298.11,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,140,9681.88,2308.4,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,141,9673.43,2317.45,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,142,9667.44,2324.24,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,143,9662.45,2327.01,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,144,9658.77,2330.16,1327.61,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,145,9650.28,2338.99,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,146,9647.56,2342.8,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,147,9644.05,2347.35,1327.56,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,148,9640.74,2349.45,1327.6,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,149,9636.61,2349.85,1327.77,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,150,9632.39,2350.49,1327.86,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,151,9630.26,2349.64,1327.88,0,0,0,0,0,0,0,0,0,100,0,0), + (14380,0,152,9632.67,2347.17,1327.85,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,1,-440.007,40.4573,-208.528,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,2,-403.428,48.1517,-208.92,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,3,-393.459,63.5904,-209.678,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,4,-406.709,75.8918,-210.99,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,5,-421.506,82.5705,-210.045,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,6,-428.759,100.234,-209.626,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,7,-409.098,109.523,-210.525,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,8,-393.271,112.121,-209.804,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,9,-380.83,95.3402,-210.582,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,10,-372.115,112.371,-209.234,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,11,-372.697,137.794,-208.769,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,12,-396.703,139.501,-210.381,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,13,-372.697,137.794,-208.769,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,14,-396.703,139.501,-210.381,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,15,-372.697,137.794,-208.769,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,16,-372.115,112.371,-209.234,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,17,-380.83,95.3402,-210.582,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,18,-393.271,112.121,-209.804,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,19,-409.098,109.523,-210.525,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,20,-428.759,100.234,-209.626,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,21,-421.506,82.5705,-210.045,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,22,-406.709,75.8918,-210.99,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,23,-393.459,63.5904,-209.678,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,24,-403.428,48.1517,-208.92,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,25,-440.007,40.4573,-208.528,0,0,0,0,0,0,0,0,0,100,0,0), + (7079,0,26,-471.277,47.9361,-208.061,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,19,-9285.21,-2216.08,63.26,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,20,-9284.11,-2226.77,63.3911,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,21,-9283.65,-2243.7,63.5711,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,22,-9281.13,-2260.52,65.9722,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,23,-9275.42,-2273.58,67.4109,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,24,-9271.06,-2266.03,66.2466,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,25,-9270.65,-2245.76,64.0462,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,26,-9269.66,-2222.43,64.0023,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,27,-9268.26,-2200,64.0579,0,0,0,0,0,0,0,0,0,100,0,0), + (934,0,28,-9266.45,-2182.23,64.0896,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,1,-7310.08,-1957.69,298.075,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,2,-7292.15,-1949.4,299.021,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,3,-7267.91,-1944.4,296.293,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,4,-7237.89,-1957.55,306.862,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,5,-7200.45,-1957.6,313.028,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,6,-7194.84,-1935.5,320.013,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,7,-7187.06,-1901.58,317.027,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,8,-7171.25,-1866.99,312.428,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,9,-7191.67,-1900.2,315.428,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,10,-7211.13,-1900.2,305.948,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,11,-7233.34,-1883.14,293.816,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,12,-7211.13,-1900.2,306.243,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,13,-7191.67,-1900.29,315.525,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,14,-7171.27,-1866.96,312.351,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,15,-7187.07,-1901.55,317.053,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,16,-7194.84,-1935.5,320.013,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,17,-7200.45,-1957.6,313.028,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,18,-7237.89,-1957.55,306.862,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,19,-7267.91,-1944.4,296.293,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,20,-7291.48,-1949.41,298.971,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,21,-7309.88,-1957.6,298.049,0,0,0,0,0,0,0,0,0,100,0,0), + (5833,0,22,-7324.22,-1962.19,298.071,0,0,0,0,0,0,0,0,0,100,0,0), + (8480,0,1,-6679.93,-1194.36,240.297,45000,848001,0,0,0,0,0,0,0,2.96706,0,0), + (8480,0,2,-6879.3,-1187.34,253.384,0,0,0,0,0,0,0,0,0,3.10877,0,0), + (2151,0,1,9848.04,1041.22,1304.85,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,2,9858.52,1069.36,1307.46,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,3,9875.29,1083.34,1308.01,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,4,9882.02,1097.79,1307.99,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,5,9883.15,1111.71,1307.96,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,6,9890,1120.49,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,7,9907.28,1132.35,1307.9,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,8,9914.82,1147.38,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,9,9918.2,1163.74,1307.88,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,10,9916.63,1182.79,1308.02,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,11,9911.21,1195.08,1308.58,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,12,9909.48,1204.53,1308.46,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,13,9911.23,1216.3,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,14,9922.35,1235.1,1307.82,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,15,9930.69,1241.98,1307.91,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,16,9939.68,1245.05,1307.84,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,17,9950.57,1245.9,1307.82,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,18,9974.05,1243.7,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,19,9986.35,1244.66,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,20,9996.67,1249.89,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,21,10004.9,1258.47,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,22,10019.9,1280.59,1307.57,60000,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,23,10004.9,1258.47,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,24,9996.67,1249.89,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,25,9986.35,1244.66,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,26,9974.05,1243.7,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,27,9950.57,1245.9,1307.82,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,28,9939.68,1245.05,1307.84,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,29,9930.69,1241.98,1307.91,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,30,9922.35,1235.1,1307.82,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,31,9911.23,1216.3,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,32,9909.48,1204.53,1308.46,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,33,9911.21,1195.08,1308.58,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,34,9916.63,1182.79,1308.02,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,35,9918.2,1163.74,1307.88,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,36,9914.82,1147.38,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,37,9907.28,1132.35,1307.9,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,38,9890,1120.49,1307.86,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,39,9883.15,1111.71,1307.96,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,40,9882.02,1097.79,1307.99,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,41,9875.29,1083.34,1308.01,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,42,9858.52,1069.36,1307.46,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,43,9848.04,1041.22,1304.85,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,44,9847.16,1033.06,1304.84,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,45,9846.97,1016.45,1305.5,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,46,9846.9,1001.48,1305.45,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,47,9848.38,984.463,1305.21,120000,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,48,9847.17,1002.49,1305.47,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,49,9847.01,1016.18,1305.5,0,0,0,0,0,0,0,0,0,100,0,0), + (2151,0,50,9847.45,1033.03,1304.85,0,0,0,0,0,0,0,0,0,100,0,0), + (448,0,1,-9946,604.266,38.2862,10000,0,0,0,0,0,0,0,0,1.857,0,0), + (448,0,2,-9969.58,625.799,38.4956,0,0,0,0,0,0,0,0,0,2.35573,0,0), + (448,0,3,-9996.3,638.969,39.1481,0,0,0,0,0,0,0,0,0,2.69738,0,0), + (448,0,4,-10010.6,646.303,37.7379,10000,0,0,0,0,0,0,0,0,2.85838,0,0), + (448,0,5,-10056.1,659.915,39.1032,0,0,0,0,0,0,0,0,0,2.85053,0,0), + (448,0,6,-10084.5,663.626,35.179,0,0,0,0,0,0,0,0,0,3.01154,0,0), + (448,0,7,-10104.2,683.092,31.897,10000,0,0,0,0,0,0,0,0,2.36358,0,0), + (448,0,8,-10115.9,648.876,35.9839,0,0,0,0,0,0,0,0,0,4.29959,0,0), + (448,0,9,-10101.4,613.373,38.9122,0,0,0,0,0,0,0,0,0,0.282274,0,0), + (448,0,10,-10068.6,623.025,39.2644,10000,0,0,0,0,0,0,0,0,5.64654,0,0), + (448,0,11,-10053.6,612.915,39.6109,0,0,0,0,0,0,0,0,0,0.195881,0,0), + (448,0,12,-9982.26,628.856,38.2322,0,0,0,0,0,0,0,0,0,5.73687,0,0), + (1278,0,1,-5400.81,-2890.18,342.151,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,2,-5402.46,-2887.74,342.526,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,3,-5402.48,-2884.26,342.651,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,4,-5396.96,-2881.71,342.044,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,5,-5385.52,-2874.89,341.044,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,6,-5376.24,-2867.62,340.669,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,7,-5367.39,-2861.61,340.464,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,8,-5358.19,-2859.16,339.986,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,9,-5346.85,-2858.04,340.236,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,10,-5327.97,-2859.75,339.807,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,11,-5298.9,-2869.29,339.22,150000,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,12,-5327.97,-2859.75,339.807,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,13,-5345.94,-2858.23,340.236,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,14,-5360.1,-2859.91,339.986,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,15,-5366.3,-2860.87,340.486,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,16,-5372.33,-2864.81,340.589,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,17,-5385.4,-2874.93,341.044,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,18,-5393.84,-2884.03,342.044,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,19,-5396.55,-2889.1,341.919,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,20,-5400.07,-2890.89,342.151,0,0,0,0,0,0,0,0,0,0,0,0), + (1278,0,21,-5400.07,-2890.89,342.151,150000,0,0,0,0,0,0,0,0,1.5708,0,0), + (8891,0,1,685.89,-279.73,-43.1944,0,889101,0,0,0,0,0,0,0,0.471239,0,0), + (8891,0,2,685.89,-279.73,-43.1944,10800000,0,0,0,0,0,0,0,0,0.471239,0,0), + (2258,0,1,664.315,-1027.59,160.39,0,0,0,0,0,0,0,0,0,3.55749,0,0), + (2258,0,2,654.02,-1032.34,163.127,0,0,0,0,0,0,0,0,0,3.56752,0,0), + (2258,0,3,634.638,-1041.36,163.816,0,0,0,0,0,0,0,0,0,4.42055,0,0), + (2258,0,4,622.304,-1055.48,163.186,0,0,0,0,0,0,0,0,0,4.61123,0,0), + (2258,0,5,620.168,-1114.91,160.186,0,0,0,0,0,0,0,0,0,5.09796,0,0), + (2258,0,6,627.218,-1131.61,159.535,0,0,0,0,0,0,0,0,0,5.01767,0,0), + (2258,0,7,631.939,-1149.35,155.421,0,0,0,0,0,0,0,0,0,4.67646,0,0), + (2258,0,8,629.934,-1192.34,145.181,0,0,0,0,0,0,0,0,0,4.80191,0,0), + (2258,0,9,633.981,-1229.12,136.877,0,0,0,0,0,0,0,0,0,4.82198,0,0), + (2258,0,10,634.73,-1271.43,121.429,0,0,0,0,0,0,0,0,0,4.58112,0,0), + (2258,0,11,627.306,-1321.81,106.197,0,0,0,0,0,0,0,0,0,4.56607,0,0), + (2258,0,12,629.422,-1375.57,93.9589,0,0,0,0,0,0,0,0,0,5.12304,0,0), + (2258,0,13,643.925,-1408.88,87.1831,0,0,0,0,0,0,0,0,0,5.42411,0,0), + (2258,0,14,668.443,-1437.6,81.8552,0,0,0,0,0,0,0,0,0,5.85564,0,0), + (2258,0,15,708.689,-1455.94,81.4619,0,0,0,0,0,0,0,0,0,6.1818,0,0), + (2258,0,16,745.689,-1459.7,80.3421,0,0,0,0,0,0,0,0,0,6.1818,0,0), + (2258,0,17,708.769,-1455.86,81.4599,0,0,0,0,0,0,0,0,0,2.67848,0,0), + (2258,0,18,667.903,-1437.37,81.9153,0,0,0,0,0,0,0,0,0,2.28709,0,0), + (2258,0,19,643.733,-1408.63,87.2146,0,0,0,0,0,0,0,0,0,2.0362,0,0), + (2258,0,20,629.19,-1375.19,94.0446,0,0,0,0,0,0,0,0,0,1.64982,0,0), + (2258,0,21,627.374,-1321.59,106.257,0,0,0,0,0,0,0,0,0,1.49929,0,0), + (2258,0,22,634.783,-1271.27,121.478,0,0,0,0,0,0,0,0,0,1.53943,0,0), + (2258,0,23,633.98,-1228.57,137.007,0,0,0,0,0,0,0,0,0,1.58961,0,0), + (2258,0,24,629.947,-1191.76,145.328,0,0,0,0,0,0,0,0,0,1.57957,0,0), + (2258,0,25,631.939,-1148.87,155.504,0,0,0,0,0,0,0,0,0,1.84552,0,0), + (2258,0,26,627.116,-1131.07,159.662,0,0,0,0,0,0,0,0,0,1.96595,0,0), + (2258,0,27,620.092,-1114.7,160.189,0,0,0,0,0,0,0,0,0,1.53441,0,0), + (2258,0,28,622.218,-1054.98,163.22,0,0,0,0,0,0,0,0,0,0.857007,0,0), + (2258,0,29,634.789,-1041.15,163.826,0,0,0,0,0,0,0,0,0,0.495724,0,0), + (2258,0,30,653.802,-1032.34,163.225,0,0,0,0,0,0,0,0,0,0.420457,0,0), + (3653,0,1,-44.8007,305.259,-106.417,0,0,0,0,0,0,0,0,0,5.56568,0,0), + (3653,0,2,-32.5041,290.754,-106.417,0,0,0,0,0,0,0,0,0,5.35127,0,0), + (3653,0,3,-20.8746,273.006,-106.417,0,0,0,0,0,0,0,0,0,5.13136,0,0), + (3653,0,4,-11.3159,247.89,-106.344,0,0,0,0,0,0,0,0,0,4.74102,0,0), + (3653,0,5,-8.17325,223.437,-106.163,0,0,0,0,0,0,0,0,0,4.71353,0,0), + (3653,0,6,-7.57741,202.096,-106.163,0,0,0,0,0,0,0,0,0,4.67584,0,0), + (3653,0,7,-8.89105,181.096,-106.163,0,0,0,0,0,0,0,0,0,4.6405,0,0), + (3653,0,8,-11.3937,163.913,-106.163,0,0,0,0,0,0,0,0,0,4.3499,0,0), + (3653,0,9,-16.1442,149.352,-106.163,0,0,0,0,0,0,0,0,0,4.39702,0,0), + (3653,0,10,-28.404,128.264,-106.163,0,0,0,0,0,0,0,0,0,4.12606,0,0), + (3653,0,11,-46.7483,102.631,-106.163,0,0,0,0,0,0,0,0,0,4.25958,0,0), + (3653,0,12,-52.9205,90.712,-106.163,0,0,0,0,0,0,0,0,0,4.53492,0,0), + (3653,0,13,-55.1093,83.4505,-106.163,0,0,0,0,0,0,0,0,0,4.22312,0,0), + (3653,0,14,-58.6901,76.3781,-106.163,0,0,0,0,0,0,0,0,0,3.97022,0,0), + (3653,0,15,-62.9525,72.3359,-106.163,0,0,0,0,0,0,0,0,0,3.48328,0,0), + (3653,0,16,-75.996,71.5946,-106.163,0,0,0,0,0,0,0,0,0,3.36782,0,0), + (3653,0,17,-84.1777,69.2621,-106.163,0,0,0,0,0,0,0,0,0,3.64035,0,0), + (3653,0,18,-92.3134,65.9368,-106.163,0,0,0,0,0,0,0,0,0,3.27122,0,0), + (3653,0,19,-100.357,66.2251,-106.259,0,0,0,0,0,0,0,0,0,2.80312,0,0), + (3653,0,20,-120.69,71.8824,-106.442,0,0,0,0,0,0,0,0,0,3.06701,0,0), + (3653,0,21,-139.212,71.107,-106.166,0,0,0,0,0,0,0,0,0,3.45657,0,0), + (3653,0,22,-150.104,65.7444,-106.311,0,0,0,0,0,0,0,0,0,3.89404,0,0), + (3653,0,23,-155.877,58.1956,-106.361,0,0,0,0,0,0,0,0,0,4.52157,0,0), + (3653,0,24,-154.651,32.4415,-106.648,0,0,0,0,0,0,0,0,0,4.82708,0,0), + (3653,0,25,-154.773,12.4538,-105.7,0,0,0,0,0,0,0,0,0,4.348,0,0), + (3653,0,26,-158.958,2.82365,-106.208,0,0,0,0,0,0,0,0,0,4.04719,0,0), + (3653,0,27,-173.109,-6.59597,-106.397,0,0,0,0,0,0,0,0,0,3.51705,0,0), + (3653,0,28,-190.102,-9.4344,-106.243,0,0,0,0,0,0,0,0,0,3.1267,0,0), + (3653,0,29,-169.26,-5.08474,-106.375,0,0,0,0,0,0,0,0,0,0.448495,0,0), + (3653,0,30,-156.951,6.08111,-106.009,0,0,0,0,0,0,0,0,0,1.07681,0,0), + (3653,0,31,-153.483,21.6673,-105.47,0,0,0,0,0,0,0,0,0,1.55198,0,0), + (3653,0,32,-154.685,51.2861,-106.352,0,0,0,0,0,0,0,0,0,1.34699,0,0), + (3653,0,33,-149.849,64.9798,-106.338,0,0,0,0,0,0,0,0,0,0.953333,0,0), + (3653,0,34,-139.068,71.1707,-106.154,0,0,0,0,0,0,0,0,0,0.311758,0,0), + (3653,0,35,-120.406,72.0676,-106.439,0,0,0,0,0,0,0,0,0,6.03417,0,0), + (3653,0,36,-109.081,70.1327,-106.401,0,0,0,0,0,0,0,0,0,6.08915,0,0), + (3653,0,37,-97.633,66.0886,-106.184,0,0,0,0,0,0,0,0,0,6.23837,0,0), + (3653,0,38,-88.6407,66.2216,-106.161,0,0,0,0,0,0,0,0,0,0.385583,0,0), + (3653,0,39,-80.4933,71.5953,-106.161,0,0,0,0,0,0,0,0,0,0.338459,0,0), + (3653,0,40,-63.3656,72.3782,-106.161,0,0,0,0,0,0,0,0,0,0.422497,0,0), + (3653,0,41,-56.8746,77.2352,-106.161,0,0,0,0,0,0,0,0,0,1.02333,0,0), + (3653,0,42,-52.9606,90.3188,-106.161,0,0,0,0,0,0,0,0,0,1.29036,0,0), + (3653,0,43,-45.6264,103.709,-106.161,0,0,0,0,0,0,0,0,0,0.948714,0,0), + (3653,0,44,-28.8159,127.738,-106.161,0,0,0,0,0,0,0,0,0,0.960495,0,0), + (3653,0,45,-19.063,141.466,-106.161,0,0,0,0,0,0,0,0,0,1.03118,0,0), + (3653,0,46,-12.2858,158.042,-106.161,0,0,0,0,0,0,0,0,0,1.45451,0,0), + (3653,0,47,-9.01831,171.966,-106.161,0,0,0,0,0,0,0,0,0,1.39561,0,0), + (3653,0,48,-7.55996,201.698,-106.161,0,0,0,0,0,0,0,0,0,1.60766,0,0), + (3653,0,49,-7.859,222.945,-106.161,0,0,0,0,0,0,0,0,0,1.6862,0,0), + (3653,0,50,-11.2468,247.599,-106.339,0,0,0,0,0,0,0,0,0,1.77652,0,0), + (3653,0,51,-16.3697,265.351,-106.417,0,0,0,0,0,0,0,0,0,1.88648,0,0), + (3653,0,52,-26.2989,282.527,-106.417,0,0,0,0,0,0,0,0,0,2.17315,0,0), + (3653,0,53,-39.9706,301.609,-106.417,0,0,0,0,0,0,0,0,0,2.38128,0,0), + (3653,0,54,-50.4176,309.288,-106.417,0,0,0,0,0,0,0,0,0,2.53836,0,0), + (3653,0,55,-72.4502,323.797,-106.162,0,0,0,0,0,0,0,0,0,2.38442,0,0), + (3653,0,56,-76.8971,329.161,-106.162,0,0,0,0,0,0,0,0,0,1.99722,0,0), + (3653,0,57,-77.1239,335.797,-106.162,0,0,0,0,0,0,0,0,0,1.3634,0,0), + (3653,0,58,-72.0056,353.657,-106.173,0,0,0,0,0,0,0,0,0,1.36733,0,0), + (3653,0,59,-70.9167,374.263,-105.182,0,0,0,0,0,0,0,0,0,1.67756,0,0), + (3653,0,60,-75.7733,401.265,-107.862,0,0,0,0,0,0,0,0,0,1.57546,0,0), + (3653,0,61,-72.2112,417.555,-107.009,0,0,0,0,0,0,0,0,0,0.850539,0,0), + (3653,0,62,-57.6043,427.606,-105.979,0,0,0,0,0,0,0,0,0,0.556015,0,0), + (3653,0,63,-71.9469,416.472,-107.104,0,0,0,0,0,0,0,0,0,4.17591,0,0), + (3653,0,64,-76.9202,400.773,-107.867,0,0,0,0,0,0,0,0,0,4.80423,0,0), + (3653,0,65,-75.4612,388.477,-106.392,0,0,0,0,0,0,0,0,0,4.93382,0,0), + (3653,0,66,-69.6617,368.65,-105.263,0,0,0,0,0,0,0,0,0,4.83172,0,0), + (3653,0,67,-72.0043,352.597,-106.162,0,0,0,0,0,0,0,0,0,4.49793,0,0), + (3653,0,68,-77.3223,330.255,-106.162,0,0,0,0,0,0,0,0,0,5.07125,0,0), + (3653,0,69,-73.4961,323.783,-106.162,0,0,0,0,0,0,0,0,0,5.64066,0,0), + (3653,0,70,-66.2326,318.345,-106.592,0,0,0,0,0,0,0,0,0,5.80559,0,0), + (7897,0,1,-574.488,113.327,-201.832,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,2,-574.915,96.983,-201.557,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,3,-571.492,84.7931,-203.301,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,4,-563.095,77.1981,-203.549,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,5,-554.813,75.1497,-201.725,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,6,-571.492,84.7931,-203.301,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,7,-574.915,96.983,-201.557,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,8,-574.488,113.327,-201.832,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,9,-572.2,123.274,-202.141,0,0,0,0,0,0,0,0,0,100,0,0), + (7897,0,10,-570.78,128.66,-202.141,0,0,0,0,0,0,0,0,0,100,0,0), + (7053,0,1,-11124.1,545.44,70.4323,24000,705301,0,0,0,0,0,0,0,1.72551,0,0), + (7053,0,2,-11128.9,544.692,70.4022,0,0,0,0,0,0,0,0,0,2.7881,0,0), + (7053,0,3,-11133.4,550.86,70.3957,180000,0,0,0,0,0,0,0,0,2.27306,0,0), + (7053,0,4,-11132.2,539.132,70.3766,180000,0,0,0,0,0,0,0,0,3.65131,0,0), + (7053,0,5,-11133.4,550.86,70.3957,180000,0,0,0,0,0,0,0,0,2.27306,0,0), + (7053,0,6,-11132.2,539.132,70.3766,180000,0,0,0,0,0,0,0,0,3.65131,0,0), + (7053,0,7,-11128.9,544.692,70.4022,3000,705302,0,0,0,0,0,0,0,2.7881,0,0), + (11282,0,1,1120.09,-2547.57,59.2532,0,1128201,0,0,0,0,0,0,0,100,0,0), + (11282,0,2,1111.05,-2537.9,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), + (11282,0,3,1100.43,-2547.73,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), + (11282,0,4,1109.6,-2558.2,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), + (11282,0,5,1113.59,-2555.59,59.2532,0,1128205,0,0,0,0,0,0,0,3.495,0,0), + (11282,0,6,1113.59,-2555.59,59.2532,0,0,0,0,0,0,0,0,0,3.495,0,0), + (11283,0,1,1120.72,-2548.21,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), + (11283,0,2,1110.95,-2538.51,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), + (11283,0,3,1100.73,-2547.23,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), + (11283,0,4,1109.56,-2557.59,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), + (11283,0,5,1111.49,-2556.4,59.2532,0,1128305,0,0,0,0,0,0,0,100,0,0), + (11283,0,6,1111.49,-2556.4,59.2532,0,0,0,0,0,0,0,0,0,100,0,0), + (11625,0,1,-1290.31,1231.38,109.237,0,1162501,0,0,0,0,0,0,0,0,0,0), + (11625,0,2,-1277.59,1225.54,108.85,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,3,-1264.86,1219.71,108.452,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,4,-1230.04,1204.31,104.374,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,5,-1216.17,1206.24,101.889,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,6,-1202.32,1208.28,99.7026,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,7,-1188.03,1207.66,97.2208,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,8,-1170.99,1195.93,94.5615,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,9,-1155.46,1192.16,92.4374,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,10,-1127.52,1190.39,89.8358,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,11,-1113.58,1189.12,89.7403,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,12,-1070.8,1186.15,89.7403,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,13,-1037.27,1183.2,89.8006,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,14,-995.58,1177.92,89.7409,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,15,-981.817,1180.48,89.8152,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,16,-952.606,1181.99,89.7313,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,17,-935.445,1182.25,91.2113,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,18,-921.448,1182.53,93.1746,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,19,-879.467,1183.72,97.6043,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,20,-858.976,1184.22,99.0322,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,21,-828.316,1180.2,99.6657,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,22,-799.811,1176,99.3364,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,23,-757.106,1191.47,96.9164,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,24,-731.879,1208.14,92.6956,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,25,-719.12,1213.91,91.3297,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,26,-706.36,1219.67,90.2856,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,27,-689.935,1228.43,89.4426,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,28,-679.121,1237.31,89.17,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,29,-661.434,1247.28,89.17,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,30,-635.655,1258.2,89.2063,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,31,-614.489,1269.64,89.1686,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,32,-600.078,1274.85,89.1238,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,33,-586.268,1277.15,89.145,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,34,-546.297,1287.15,89.1597,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,35,-541.257,1300.21,89.1602,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,36,-536.026,1313.2,89.1314,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,37,-525.098,1338.97,89.1005,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,38,-518.852,1356.12,89.0827,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,39,-516.879,1395.56,89.0827,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,40,-518.905,1436.25,89.0696,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,41,-525.605,1446.54,88.4907,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,42,-543.459,1462.9,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,43,-557.591,1471.17,88.9477,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,44,-584.698,1478.14,88.3754,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,45,-598.459,1480.72,88.3754,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,46,-632.084,1491.03,88.3754,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,47,-644.249,1497.95,88.3754,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,48,-671.518,1528.05,88.3747,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,49,-686.193,1565.49,88.3745,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,50,-722.407,1567.28,91.314,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,51,-750.503,1560.89,90.29,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,52,-740,1534.14,90.3977,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,53,-713.547,1524.07,90.2911,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,54,-705.117,1521.1,90.3505,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,55,-697.899,1518.65,90.3092,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,56,-689.968,1515.89,90.2666,600000,1162556,0,0,0,0,0,0,0,0,0,0), + (11625,0,57,-653.719,1506.08,88.3746,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,58,-647.387,1501.69,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,59,-630.597,1491.17,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,60,-603.756,1483.26,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,61,-576.573,1476.54,88.3752,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,62,-556.868,1470.92,88.8685,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,63,-547.471,1464.89,88.3747,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,64,-529.316,1449.97,88.402,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,65,-517.699,1433.75,89.0816,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,66,-518.09,1405.76,89.0816,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,67,-518.149,1377.76,89.0816,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,68,-521.289,1350.76,89.0816,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,69,-531.625,1324.74,89.1339,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,70,-537.391,1311.99,89.1594,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,71,-551.845,1284.12,89.1594,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,72,-578.054,1278.57,89.1685,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,73,-591.957,1276.92,89.1634,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,74,-611.806,1271.05,89.1694,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,75,-623.928,1264.06,89.1694,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,76,-653.384,1249.74,89.1694,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,77,-666.372,1244.51,89.1694,0,1162577,0,0,0,0,0,0,0,0,0,0), + (11625,0,78,-684.6,1232.06,89.2134,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,79,-694.027,1225.67,89.6627,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,80,-706.605,1219.58,90.2981,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,81,-732.184,1208.23,92.7376,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,82,-738.514,1204.75,93.8662,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,83,-754.159,1193.91,96.6195,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,84,-766.62,1187.59,97.8394,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,85,-792.515,1177.07,98.8327,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,86,-802.533,1175.57,99.4435,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,87,-821.772,1178.84,99.6542,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,88,-835.435,1181.9,99.6662,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,89,-848.98,1184.67,99.5782,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,90,-861.251,1185.3,98.8033,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,91,-889.179,1183.34,96.6117,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,92,-903.158,1182.57,95.2033,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,93,-931.15,1182.17,91.8346,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,94,-945.149,1182.01,89.8612,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,95,-959.149,1181.92,89.7397,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,96,-974.384,1182.91,89.8,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,97,-1001.65,1178.06,89.7398,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,98,-1011.8,1177.4,89.7398,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,99,-1033.08,1182.29,89.7629,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,100,-1073.62,1186.33,89.7398,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,101,-1101.59,1187.56,89.7398,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,102,-1129.48,1190.01,89.8855,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,103,-1153.93,1192.36,92,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,104,-1166.85,1194.28,93.9649,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,105,-1184.71,1203.56,96.6406,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,106,-1201.45,1208.2,99.5698,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,107,-1225.42,1204.68,103.502,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,108,-1235.55,1206.75,105.129,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,109,-1261.05,1218.25,108.207,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,110,-1286.64,1229.58,109.112,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,111,-1306.84,1233.21,109.771,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,112,-1331.25,1233.54,110.674,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,113,-1350.02,1227.22,111.201,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,114,-1389.37,1212.53,111.587,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,115,-1415.8,1202.23,111.948,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,116,-1424.26,1196.81,112.038,0,1162501,0,0,0,0,0,0,0,0,0,0), + (11625,0,117,-1449.27,1188.13,111.53,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,118,-1474.53,1186.42,109.366,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,119,-1491.78,1189.4,106.114,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,120,-1502.95,1198.12,101.757,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,121,-1512.09,1209.44,96.2469,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,122,-1520.19,1226.67,89.7861,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,123,-1522.75,1243.63,83.3864,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,124,-1520.9,1257.51,77.7027,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,125,-1518.48,1273.17,71.8991,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,126,-1516.17,1290.94,66.8473,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,127,-1514.74,1306.19,63.4211,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,128,-1511.54,1328.73,60.2051,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,129,-1505.75,1341.47,59.2142,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,130,-1494.42,1367.08,58.9254,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,131,-1485.84,1393.02,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,132,-1485.47,1407,58.9469,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,133,-1487.57,1434.84,58.9347,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,134,-1489.45,1448.71,58.9302,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,135,-1489.77,1469.49,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,136,-1483.8,1482.15,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,137,-1471.32,1507.22,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,138,-1464.94,1519.68,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,139,-1452.27,1544.64,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,140,-1442.94,1584.75,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,141,-1452.7,1610.98,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,142,-1464.1,1641.7,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,143,-1474.86,1647.49,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,144,-1500.84,1657.91,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,145,-1521.76,1671.96,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,146,-1541.37,1691.94,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,147,-1551.2,1701.92,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,148,-1571.41,1721.29,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,149,-1592.97,1739.14,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,150,-1613.28,1758.07,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,151,-1630.32,1780.27,58.9255,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,152,-1645.92,1803.52,58.9296,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,153,-1661.7,1826.65,58.9271,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,154,-1681.42,1858.29,58.9271,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,155,-1686.38,1877.21,59.2059,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,156,-1692.06,1899.02,60.7504,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,157,-1699.45,1908.31,61.1412,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,158,-1717,1915.93,60.0908,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,159,-1738.04,1917.48,59.0673,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,160,-1757.16,1918.92,58.9757,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,161,-1772.71,1926.58,59.1537,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,162,-1791.81,1939.62,60.7298,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,163,-1802.7,1951.89,60.7237,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,164,-1809.79,1963.96,59.7477,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,165,-1815.2,1976.74,59.0006,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,166,-1817.51,2008.7,59.5336,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,167,-1823,2032.7,60.6767,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,168,-1821.87,2042.21,60.944,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,169,-1813.14,2068.68,63.0096,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,170,-1810.52,2082.43,63.114,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,171,-1806.9,2095.9,63.1144,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,172,-1802.03,2111.56,63.6862,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,173,-1802.03,2111.56,63.6862,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,174,-1801.53,2141.07,63.006,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,175,-1801.53,2141.07,63.006,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,176,-1802.25,2155.05,61.5195,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,177,-1803.02,2183.03,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,178,-1808.36,2207.2,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,179,-1822.66,2219.86,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,180,-1836.76,2232.87,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,181,-1843.44,2245.11,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,182,-1844.75,2266.9,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,183,-1846.34,2280.81,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,184,-1849.89,2294.13,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,185,-1864.58,2316.31,59.8215,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,186,-1872.72,2327.7,59.8224,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,187,-1884.98,2346.82,59.8224,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,188,-1887.2,2354.3,59.8696,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,189,-1893.87,2379.11,59.9196,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,190,-1900.07,2391.67,59.8224,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,191,-1903.97,2401.47,59.8223,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,192,-1893.82,2433.49,59.8217,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,193,-1924.5,2449.16,59.8216,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,194,-1943.01,2415.2,60.4727,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,195,-1936.76,2412.65,60.3803,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,196,-1927.83,2408.84,60.394,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,197,-1920.83,2406.22,60.6371,600000,11625197,0,0,0,0,0,0,0,0,0,0), + (11625,0,198,-1892.03,2375.61,59.9178,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,199,-1885.29,2346.94,59.8216,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,200,-1881.12,2339.05,59.8216,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,201,-1864.4,2316.59,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,202,-1852.79,2300.12,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,203,-1847.08,2287.99,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,204,-1844.34,2264.2,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,205,-1842.38,2243.22,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,206,-1840.11,2237.75,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,207,-1830.64,2226.2,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,208,-1810.22,2209.43,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,209,-1802.8,2194.02,59.8226,0,11625209,0,0,0,0,0,0,0,0,0,0), + (11625,0,210,-1800.41,2180.08,59.8226,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,211,-1800.26,2166.08,60.1822,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,212,-1801.62,2148.85,62.344,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,213,-1801.15,2134.86,63.1766,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,214,-1802.26,2110.11,63.6737,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,215,-1805.87,2096.6,63.1784,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,216,-1809.25,2083.01,63.0772,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,217,-1812.63,2069.43,63.043,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,218,-1816.72,2056.04,61.8496,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,219,-1822.89,2032.23,60.6524,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,220,-1822.76,2027.39,60.3783,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,221,-1815.56,2003.46,59.4022,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,222,-1814.41,1983.18,58.9549,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,223,-1811.8,1967.01,59.4735,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,224,-1803.12,1951.78,60.7154,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,225,-1793.24,1941.87,60.8439,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,226,-1775.92,1926.82,59.3033,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,227,-1759.93,1918.92,58.9613,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,228,-1751.9,1917.2,59.0003,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,229,-1737.91,1917.04,59.0673,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,230,-1712.18,1914.85,60.4394,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,231,-1701.72,1911.02,61.0949,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,232,-1694.06,1904.03,61.03,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,233,-1687.1,1886.34,59.7501,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,234,-1684.12,1872.66,59.0354,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,235,-1673.14,1845.28,58.9273,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,236,-1657.63,1821.97,58.9273,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,237,-1649.83,1810.34,58.9273,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,238,-1634.24,1787.08,58.9252,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,239,-1626.45,1775.45,58.9252,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,240,-1605.77,1750.66,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,241,-1594.91,1741.83,58.9256,0,1162501,0,0,0,0,0,0,0,0,0,0), + (11625,0,242,-1573.31,1724.02,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,243,-1553.4,1704.35,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,244,-1543.67,1694.29,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,245,-1523.39,1674.99,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,246,-1505.1,1659.98,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,247,-1489.89,1652.47,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,248,-1460.15,1634.27,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,249,-1453.16,1621.35,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,250,-1446.87,1598.31,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,251,-1440.81,1573.28,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,252,-1445.9,1553.99,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,253,-1451.91,1541.35,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,254,-1458.46,1528.97,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,255,-1471.62,1504.26,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,256,-1478.08,1491.84,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,257,-1490.08,1466.54,58.9256,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,258,-1491.71,1455.14,58.9291,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,259,-1488.22,1427.36,58.9348,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,260,-1486.41,1413.48,58.9418,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,261,-1487.62,1388.44,58.9251,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,262,-1491.84,1375.08,58.9301,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,263,-1502.72,1349.31,58.9416,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,264,-1508.49,1336.58,59.525,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,265,-1511.68,1327.41,60.3754,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,266,-1514.03,1314.22,62.0185,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,267,-1514.79,1300.27,64.5471,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,268,-1516.1,1286.34,68.0841,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,269,-1518.52,1272.55,72.0932,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,270,-1523.17,1245.16,82.7876,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,271,-1522.5,1234.75,87.008,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,272,-1517.95,1221.51,91.5343,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,273,-1511.76,1208.2,96.7403,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,274,-1501.33,1196.53,102.475,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,275,-1490.76,1188.95,106.376,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,276,-1475.92,1185.48,109.181,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,277,-1452.6,1187.95,111.422,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,278,-1433.28,1193.58,111.857,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,279,-1414.55,1203.63,111.886,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,280,-1388.31,1213.37,111.599,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,281,-1375.11,1218.03,111.465,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,282,-1348.49,1226.69,111.175,0,0,0,0,0,0,0,0,0,0,0,0), + (11625,0,283,-1319.41,1232.27,110.201,0,0,0,0,0,0,0,0,0,0,0,0), + (6729,0,1,-857.158,-467.636,-33.9256,1000,672901,0,0,0,0,0,0,0,5.90677,0,0), + (6729,0,2,-840.903,-474.555,-34.0673,5000,672902,0,0,0,0,0,0,0,1.86432,0,0), + (6228,0,24,-669.55,685.436,-327.06,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,18,-12308.8,-132.348,17.7826,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,19,-12342.3,-143.899,17.118,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,20,-12352.7,-147.974,15.8976,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,21,-12369.7,-148.359,13.5938,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,22,-12405.8,-143.399,15.7168,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,23,-12430.8,-151.87,15.3328,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,24,-12444.2,-144.064,14.6189,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,25,-12447.7,-132.173,17.0522,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,26,-12472.3,-116.416,14.5594,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,27,-12484.2,-94.9346,18.6178,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,28,-12506.3,-100.315,15.0686,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,29,-12520.7,-121.901,13.8174,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,30,-12517.8,-151.992,12.5507,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,31,-12509.2,-169.358,11.9715,0,0,0,0,0,0,0,0,0,100,0,0), + (14488,0,32,-12497.7,-163.86,12.3163,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,1,250.84,-1470.58,55.4491,0,617601,0,0,0,0,0,0,0,100,0,0), + (6176,0,2,253.05,-1459.09,52.09,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,3,256.87,-1440.35,50.09,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,4,273.74,-1433.18,50.29,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,5,297.77,-1436.7,46.96,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,6,329.59,-1442.08,40.31,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,7,332.73,-1455.6,42.24,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,8,323.83,-1468.92,42.24,0,617608,0,0,0,0,0,0,0,100,0,0), + (6176,0,9,332.73,-1455.6,42.24,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,10,329.59,-1442.08,40.31,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,11,297.77,-1436.7,46.96,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,12,273.74,-1433.18,50.29,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,13,256.87,-1440.35,50.09,0,0,0,0,0,0,0,0,0,100,0,0), + (6176,0,14,253.05,-1459.09,52.09,0,0,0,0,0,0,0,0,0,100,0,0), + (9219,0,1,-37.05,-387.07,31.8,0,0,0,0,0,0,0,0,0,4.65,0,0), + (9219,0,2,-36.5,-478.69,29.99,0,0,0,0,0,0,0,0,0,1.6,0,0), + (9082,0,1,-6686.64,-2162.67,244.195,0,0,0,0,0,0,0,0,0,3.80482,0,0), + (9082,0,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), + (9082,0,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), + (9082,0,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), + (9082,0,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), + (9082,0,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), + (9082,0,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), + (9082,0,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), + (9082,0,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), + (9082,0,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), + (9082,0,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), + (9082,0,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), + (9082,0,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), + (9082,0,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), + (9082,0,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), + (9082,0,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), + (9082,0,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), + (9082,0,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), + (9082,0,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), + (9082,0,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), + (9082,0,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), + (9082,0,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), + (9082,0,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), + (9082,0,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), + (9082,0,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), + (9082,0,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), + (9082,0,27,-6690.26,-2159.42,244.145,0,908201,0,0,0,0,0,0,0,3.80482,0,0), + (9083,0,1,-6690.19,-2156.94,244.195,0,0,0,0,0,0,0,0,0,4.01426,0,0), + (9083,0,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), + (9083,0,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), + (9083,0,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), + (9083,0,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), + (9083,0,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), + (9083,0,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), + (9083,0,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), + (9083,0,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), + (9083,0,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), + (9083,0,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), + (9083,0,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), + (9083,0,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), + (9083,0,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), + (9083,0,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), + (9083,0,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), + (9083,0,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), + (9083,0,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), + (9083,0,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), + (9083,0,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), + (9083,0,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), + (9083,0,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), + (9083,0,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), + (9083,0,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), + (9083,0,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), + (9083,0,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), + (9083,0,27,-6690.26,-2159.42,244.145,0,908301,0,0,0,0,0,0,0,4.01426,0,0), + (9084,0,1,-6690.13,-2161.77,244.195,0,0,0,0,0,0,0,0,0,3.9968,0,0), + (9084,0,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), + (9084,0,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), + (9084,0,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), + (9084,0,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), + (9084,0,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), + (9084,0,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), + (9084,0,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), + (9084,0,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), + (9084,0,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), + (9084,0,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), + (9084,0,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), + (9084,0,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), + (9084,0,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), + (9084,0,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), + (9084,0,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), + (9084,0,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), + (9084,0,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), + (9084,0,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), + (9084,0,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), + (9084,0,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), + (9084,0,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), + (9084,0,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), + (9084,0,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), + (9084,0,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), + (9084,0,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), + (9084,0,27,-6690.26,-2159.42,244.145,0,908401,0,0,0,0,0,0,0,3.9968,0,0), + (9085,0,1,-6687.94,-2159.12,244.195,0,0,0,0,0,0,0,0,0,3.9968,0,0), + (9085,0,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), + (9085,0,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), + (9085,0,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), + (9085,0,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), + (9085,0,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), + (9085,0,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), + (9085,0,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), + (9085,0,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), + (9085,0,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), + (9085,0,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), + (9085,0,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), + (9085,0,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), + (9085,0,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), + (9085,0,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), + (9085,0,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), + (9085,0,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), + (9085,0,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), + (9085,0,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), + (9085,0,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), + (9085,0,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), + (9085,0,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), + (9085,0,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), + (9085,0,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), + (9085,0,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), + (9085,0,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), + (9085,0,27,-6690.26,-2159.42,244.145,0,908301,0,0,0,0,0,0,0,3.9968,0,0), + (9086,0,1,-6692.72,-2159.63,244.195,0,0,0,0,0,0,0,0,0,4.03171,0,0), + (9086,0,2,-6698.09,-2166.71,244.144,0,0,0,0,0,0,0,0,0,3.4671,0,0), + (9086,0,3,-6724.88,-2177.67,244.144,0,0,0,0,0,0,0,0,0,3.52993,0,0), + (9086,0,4,-6754.51,-2188.96,244.145,0,0,0,0,0,0,0,0,0,3.49066,0,0), + (9086,0,5,-6789.04,-2200.47,244.127,0,0,0,0,0,0,0,0,0,3.46317,0,0), + (9086,0,6,-6836.76,-2216.8,244.144,0,0,0,0,0,0,0,0,0,3.75377,0,0), + (9086,0,7,-6842.6,-2224.08,243.735,0,0,0,0,0,0,0,0,0,4.36638,0,0), + (9086,0,8,-6831.41,-2224.13,244.326,0,0,0,0,0,0,0,0,0,0.125227,0,0), + (9086,0,9,-6819.23,-2217.24,244.193,0,0,0,0,0,0,0,0,0,0.474729,0,0), + (9086,0,10,-6779.18,-2201.85,244.142,0,0,0,0,0,0,0,0,0,0.356919,0,0), + (9086,0,11,-6742.57,-2187.83,244.144,0,0,0,0,0,0,0,0,0,0.388335,0,0), + (9086,0,12,-6704.67,-2180.27,244.325,0,0,0,0,0,0,0,0,0,6.07854,0,0), + (9086,0,13,-6696.46,-2187.56,247.256,0,0,0,0,0,0,0,0,0,5.8979,0,0), + (9086,0,14,-6675.44,-2195.12,247.47,0,0,0,0,0,0,0,0,0,5.90968,0,0), + (9086,0,15,-6657.14,-2204.38,246.199,0,0,0,0,0,0,0,0,0,5.54447,0,0), + (9086,0,16,-6639.98,-2211.67,244.322,0,0,0,0,0,0,0,0,0,5.45807,0,0), + (9086,0,17,-6622.15,-2237.86,244.144,0,0,0,0,0,0,0,0,0,4.99076,0,0), + (9086,0,18,-6609.55,-2297.66,244.144,0,0,0,0,0,0,0,0,0,4.92008,0,0), + (9086,0,19,-6602.49,-2337.11,244.564,0,0,0,0,0,0,0,0,0,5.65835,0,0), + (9086,0,20,-6593.68,-2338.02,244.451,0,0,0,0,0,0,0,0,0,1.49181,0,0), + (9086,0,21,-6597.48,-2311.3,244.163,0,0,0,0,0,0,0,0,0,1.80205,0,0), + (9086,0,22,-6608.46,-2282.16,244.144,0,0,0,0,0,0,0,0,0,1.79812,0,0), + (9086,0,23,-6615.97,-2237.53,244.144,0,0,0,0,0,0,0,0,0,1.75885,0,0), + (9086,0,24,-6638.14,-2204.14,244.144,0,0,0,0,0,0,0,0,0,2.21045,0,0), + (9086,0,25,-6664.19,-2186.06,244.144,0,0,0,0,0,0,0,0,0,2.54032,0,0), + (9086,0,26,-6689.15,-2168.01,244.145,0,0,0,0,0,0,0,0,0,2.53247,0,0), + (9086,0,27,-6690.26,-2159.42,244.145,0,908301,2000005009,0,0,0,0,0,0,4.03171,0,0), + (9077,0,1,-6677.62,-2224.11,278.559,0,907701,0,0,0,0,0,0,0,100,0,0), + (9077,0,2,-6677.62,-2224.11,278.559,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,3,-6666.75,-2223.21,278.58,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,4,-6661.61,-2231.73,278.446,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,5,-6666.28,-2243.37,272.058,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,6,-6677.49,-2244.14,272.019,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,7,-6679.47,-2232.97,272.045,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,8,-6672.57,-2227.45,269.454,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,9,-6668.03,-2233.48,266.891,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,10,-6674.64,-2238.53,264.064,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,11,-6680.17,-2230.43,260.373,0,907711,0,0,0,0,0,0,0,100,0,0), + (9077,0,12,-6647.47,-2210.55,245.571,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,13,-6646.23,-2200.34,244.144,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,14,-6653.89,-2191.76,244.144,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,15,-6680.09,-2174.92,244.158,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,16,-6686.56,-2165.76,244.144,0,907716,0,0,0,0,0,0,0,100,0,0), + (9077,0,17,-6686.56,-2165.76,244.144,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,18,-6679.02,-2153.74,244.144,0,907718,0,0,0,0,0,0,0,100,0,0), + (9077,0,19,-6679.02,-2153.74,244.144,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,20,-6686.15,-2165.75,244.144,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,21,-6679.55,-2175.26,244.158,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,22,-6653.74,-2191.61,244.145,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,23,-6646.55,-2203.24,244.145,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,24,-6649.67,-2210.69,246.134,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,25,-6679.81,-2230.96,260.432,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,26,-6673.88,-2238.29,264.133,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,27,-6667.92,-2233.3,266.899,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,28,-6672.64,-2227.78,269.461,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,29,-6679.08,-2233.75,272.046,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,30,-6677.21,-2244.13,272.023,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,31,-6666.05,-2243.3,272.203,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,32,-6661.79,-2230.97,278.574,0,0,0,0,0,0,0,0,0,100,0,0), + (9077,0,33,-6666.63,-2223.8,278.563,0,0,0,0,0,0,0,0,0,100,0,0), + (16115,0,1,2298.86,-5341.83,90.8799,480000,1611501,0,0,0,0,0,0,0,2.16421,0,0), + (16256,0,1,2300.9,-5345.09,90.8799,0,1625601,0,0,0,0,0,0,0,2.16421,0,0), + (16256,0,2,2300.9,-5345.09,90.8799,0,0,0,0,0,0,0,0,0,2.16421,0,0), + (16256,0,3,2300.58,-5340.83,90.8805,0,1625602,0,0,0,0,0,0,0,2.81973,0,0), + (16256,0,4,2300.58,-5340.83,90.8805,0,0,0,0,0,0,0,0,0,2.81973,0,0), + (2172,0,1,4516.77,607.805,31.7845,0,0,0,0,0,0,0,0,0,4.53384,0,0), + (2172,0,2,4519.16,571.186,32.5817,0,0,0,0,0,0,0,0,0,4.43565,0,0), + (2172,0,3,4506.04,545.204,39.1878,0,0,0,0,0,0,0,0,0,3.97226,0,0), + (2172,0,4,4484.27,524.398,43.4054,0,0,0,0,0,0,0,0,0,4.18667,0,0), + (2172,0,5,4475.53,496.37,48.935,0,0,0,0,0,0,0,0,0,3.81125,0,0), + (2172,0,6,4462.23,486.497,50.0938,0,0,0,0,0,0,0,0,0,3.42248,0,0), + (2172,0,7,4448,483.935,50.4496,0,0,0,0,0,0,0,0,0,3.34001,0,0), + (2172,0,8,4414.98,478.825,57.0827,0,0,0,0,0,0,0,0,0,3.29681,0,0), + (2172,0,9,4375.29,464.64,61.9022,0,0,0,0,0,0,0,0,0,3.87801,0,0), + (2172,0,10,4351.72,441.123,60.2804,0,0,0,0,0,0,0,0,0,4.14897,0,0), + (2172,0,11,4346.24,420.217,60.9888,0,0,0,0,0,0,0,0,0,4.48276,0,0), + (2172,0,12,4339.67,403.893,61.593,0,0,0,0,0,0,0,0,0,3.97697,0,0), + (2172,0,13,4322.4,397.517,62.6931,0,0,0,0,0,0,0,0,0,3.16958,0,0), + (2172,0,14,4300.05,404.118,62.2459,0,0,0,0,0,0,0,0,0,2.77688,0,0), + (2172,0,15,4283.83,413.06,60.7891,0,0,0,0,0,0,0,0,0,2.32528,0,0), + (2172,0,16,4276.19,431.525,61.5429,0,0,0,0,0,0,0,0,0,1.65376,0,0), + (2172,0,17,4278.02,448.285,60.9137,0,0,0,0,0,0,0,0,0,1.10006,0,0), + (2172,0,18,4299.49,481.952,60.6362,0,0,0,0,0,0,0,0,0,0.797677,0,0), + (2172,0,19,4369.62,540.487,59.3641,0,0,0,0,0,0,0,0,0,0.648449,0,0), + (2172,0,20,4404.23,564.665,48.7928,0,0,0,0,0,0,0,0,0,0.664157,0,0), + (2172,0,21,4425.79,586.472,42.1827,0,0,0,0,0,0,0,0,0,0.986171,0,0), + (2172,0,22,4430.26,606.587,39.6061,0,0,0,0,0,0,0,0,0,1.40636,0,0), + (2172,0,23,4437.38,624.615,36.918,0,0,0,0,0,0,0,0,0,0.852653,0,0), + (2172,0,24,4455.5,639.752,31.2693,0,0,0,0,0,0,0,0,0,0.825164,0,0), + (2172,0,25,4474.88,666.869,26.2529,0,0,0,0,0,0,0,0,0,0.855009,0,0), + (2172,0,26,4500.03,694.421,24.5656,0,0,0,0,0,0,0,0,0,0.595828,0,0), + (2172,0,27,4513.71,706.448,23.2624,0,0,0,0,0,0,0,0,0,0.0970998,0,0), + (2172,0,28,4528.3,704.51,24.6299,0,0,0,0,0,0,0,0,0,6.03864,0,0), + (2172,0,29,4535.2,690.152,25.2516,4000,0,0,0,0,0,0,0,0,4.69955,0,0), + (2172,0,30,4520.51,660.629,24.7118,0,0,0,0,0,0,0,0,0,4.51498,0,0), + (11551,0,1,206.346,80.7189,104.244,0,0,0,0,0,0,0,0,0,100,0,0), + (11551,0,2,221.189,86.5182,104.715,0,0,0,0,0,0,0,0,0,100,0,0), + (11551,0,3,207.384,91.5904,104.244,0,0,0,0,0,0,0,0,0,100,0,0), + (11551,0,4,199.815,104.765,104.715,0,0,0,0,0,0,0,0,0,100,0,0), + (11551,0,5,192.953,90.7216,104.244,0,0,0,0,0,0,0,0,0,100,0,0), + (11551,0,6,178.803,86.621,104.716,0,0,0,0,0,0,0,0,0,100,0,0), + (11551,0,7,192.998,81.0231,104.244,0,0,0,0,0,0,0,0,0,100,0,0), + (11551,0,8,199.444,69.7478,104.716,0,0,0,0,0,0,0,0,0,100,0,0), + (10584,0,1,-18.9341,-389.926,48.6219,1000,1058401,0,0,0,0,0,0,0,255,0,0), + (10601,0,1,-18.9341,-389.926,48.6219,1000,1060101,0,0,0,0,0,0,0,255,0,0), + (10602,0,1,-18.9341,-389.926,48.6219,1000,1060201,0,0,0,0,0,0,0,255,0,0), + (3518,0,1,-8824.97,553.653,95.4203,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,2,-8816.54,562.648,94.3624,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,3,-8812.61,575.165,95.0223,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,4,-8798.55,587.634,97.5127,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,5,-8788.76,593.309,97.8092,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,6,-8776.41,603.918,97.4001,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,7,-8762.69,617.311,99.1734,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,8,-8758.29,627.458,102.116,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,9,-8759.38,641.92,103.859,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,10,-8770.59,661.321,103.789,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,11,-8779.11,672.498,103.176,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,12,-8787.32,680.436,102.453,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,13,-8804.33,683.759,101.026,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,14,-8815.25,680.689,98.5599,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,15,-8831.31,674.418,98.5225,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,16,-8844.65,666.432,97.6743,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,17,-8853.11,657.971,96.9886,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,18,-8848.72,646.945,96.5236,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,19,-8842.51,637.998,95.8391,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,20,-8834.66,634.193,94.7602,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,21,-8823.59,639.309,94.6514,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,22,-8818.34,641.126,94.6514,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,23,-8811.45,634.478,94.5264,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,24,-8813.91,625.365,94.3282,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,25,-8827.42,620.417,94.4532,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,26,-8837.02,613.516,93.4709,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,27,-8845.9,602.016,93.1543,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,28,-8854.5,591.471,92.982,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,29,-8863.73,582.434,93.6525,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,30,-8875.35,571.854,93.7725,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,31,-8883.44,571.865,93.1875,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,32,-8888.38,578.182,93.2697,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,33,-8889.48,585.276,93.5129,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,34,-8880.29,592.134,93.5029,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,35,-8867.21,597.932,92.8125,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,36,-8849.51,608.005,92.8503,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,37,-8835.44,618.398,93.4097,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,38,-8828.32,620.059,94.4532,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,39,-8819.85,613.238,95.2064,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,40,-8809.67,603.627,96.4555,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,41,-8806.91,593.153,97.298,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,42,-8815.82,581.509,95.6585,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,43,-8821.13,571.116,94.3151,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,44,-8830.8,559.092,95.0839,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,45,-8834.43,549.628,96.3309,0,0,0,0,0,0,0,0,0,100,0,0), + (3518,0,46,-8831.72,543.04,96.8852,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,17,3201.27,-3305.62,320.326,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,18,3208.78,-3314.22,320.337,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,19,3211.18,-3328.45,320.404,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,20,3203.89,-3342.49,320.016,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,21,3204.19,-3365.33,314.378,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,22,3204.95,-3382.07,311.323,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,23,3211.57,-3388.58,311.332,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,24,3223.58,-3387.86,311.329,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,25,3227.58,-3378.3,311.332,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,26,3228.72,-3363.87,304.474,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,27,3228.58,-3342.26,293.126,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,28,3228.15,-3327.91,292.595,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,29,3232.39,-3309.21,292.595,0,0,0,0,0,0,0,0,0,100,0,0), + (15931,0,30,3252.04,-3310.18,292.595,60000,0,0,0,0,0,0,0,0,0.0698132,0,0), + (15954,0,1,2671.65,-3489.11,261.348,0,0,0,0,0,0,0,0,0,100,0,0), + (15954,0,2,2666.34,-3502.6,261.293,0,0,0,0,0,0,0,0,0,100,0,0), + (15954,0,3,2670.34,-3514.17,261.239,0,0,0,0,0,0,0,0,0,100,0,0), + (15954,0,4,2676.19,-3520.29,261.222,0,0,0,0,0,0,0,0,0,100,0,0), + (15954,0,5,2670.34,-3514.17,261.239,0,0,0,0,0,0,0,0,0,100,0,0), + (15954,0,6,2666.34,-3502.6,261.293,0,0,0,0,0,0,0,0,0,100,0,0), + (15954,0,7,2671.65,-3489.11,261.348,0,0,0,0,0,0,0,0,0,100,0,0), + (15954,0,8,2676.57,-3484.5,261.376,0,0,0,0,0,0,0,0,0,100,0,0), + (10268,0,3,-167.444,-383.805,64.4009,0,0,0,0,0,0,0,0,0,1.5984,0,0), + (10268,0,2,-167.477,-406.849,76.1473,0,0,0,0,0,0,0,0,0,1.56698,0,0), + (10268,0,1,-167.538,-415.014,76.1469,2000,1026801,0,0,0,0,0,0,0,1.56698,0,0), + (10808,0,1,3614.7,-3187.64,131.406,0,1080801,0,0,0,0,0,0,0,100,0,0), + (10808,0,2,3614.7,-3187.64,131.406,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,3,3643.04,-3202.96,128.386,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,4,3667.77,-3207.47,126.829,0,1080804,0,0,0,0,0,0,0,100,0,0), + (10808,0,5,3687.95,-3196.14,127.191,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,6,3698.67,-3175.77,127.238,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,7,3696.27,-3155.81,127.465,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,8,3681.1,-3154.65,127.124,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,9,3672.27,-3166.2,126.668,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,10,3677.42,-3174.55,126.343,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,11,3683.73,-3179.52,126.556,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,12,3692.54,-3177.11,126.922,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,13,3697.09,-3165.99,127.209,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,14,3693.52,-3156.76,127.294,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,15,3682.33,-3156.29,127.009,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,16,3672.98,-3168.33,126.499,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,17,3678.39,-3174.43,126.348,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,18,3692.2,-3176.01,126.915,0,0,0,0,0,0,0,0,0,100,0,0), + (10808,0,19,3694.37,-3153.05,127.531,0,1080819,0,0,0,0,0,0,0,100,0,0), + (15193,0,1,1734.6,508.803,41.2847,72000,1519301,0,0,0,0,0,0,0,1.6173,0,0), + (14223,0,1,1129.87,-260.801,33.1925,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,2,1099.4,-246.603,33.2646,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,3,1043.01,-218.998,32.6469,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,4,987.828,-183.095,32.6947,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,5,944.295,-133.382,32.326,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,6,896.154,-88.7433,32.8252,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,7,822.507,-69.9838,32.5853,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,8,777.692,-43.3707,33.055,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,9,724.597,15.5293,32.9236,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,10,681.48,86.9326,32.6039,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,11,614.492,189.908,33.3183,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,12,555.051,231.309,33.459,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,13,517.042,274.988,33.0772,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,14,525.949,251.626,33.3941,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,15,569.713,221.093,31.6346,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,16,632.957,163.248,32.4543,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,17,667.423,98.5867,33.6662,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,18,711.496,41.1962,31.6577,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,19,745.464,-14.5894,33.0865,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,20,801.702,-56.7232,31.9294,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,21,869.771,-83.0213,32.9922,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,22,933.646,-117.308,31.9558,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,23,962.605,-156.086,33.3342,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,24,1031.77,-216.432,33.2716,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,25,1118.48,-252.114,31.7163,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,26,1186.55,-265.553,33.9631,0,0,0,0,0,0,0,0,0,100,0,0), + (14223,0,27,1153.34,-262.649,33.1925,0,0,0,0,0,0,0,0,0,3.13032,0,0), + (3291,0,1,-4680.42,-2698.77,319.517,0,0,0,0,0,0,0,0,0,6.27799,0,0), + (3291,0,2,-4721.25,-2699.82,321.085,0,0,0,0,0,0,0,0,0,3.23615,0,0), + (3291,0,3,-4740.11,-2702.29,323.793,0,0,0,0,0,0,0,0,0,3.42307,0,0), + (3291,0,4,-4758.03,-2707.47,325.954,0,0,0,0,0,0,0,0,0,3.42307,0,0), + (3291,0,5,-4769.43,-2708.21,326.446,0,0,0,0,0,0,0,0,0,3.2063,0,0), + (3291,0,6,-4782.5,-2710.1,326.239,0,0,0,0,0,0,0,0,0,3.28484,0,0), + (3291,0,7,-4831.48,-2710.55,329.007,0,0,0,0,0,0,0,0,0,3.26206,0,0), + (3291,0,8,-4865.17,-2714.63,329.387,0,0,0,0,0,0,0,0,0,3.26206,0,0), + (3291,0,9,-4909.79,-2729.57,328.91,0,0,0,0,0,0,0,0,0,3.59664,0,0), + (3291,0,10,-4923.08,-2737.38,328.223,0,0,0,0,0,0,0,0,0,3.93437,0,0), + (3291,0,11,-4959.79,-2767.4,325.68,0,0,0,0,0,0,0,0,0,3.79849,0,0), + (3291,0,12,-4987.17,-2778.25,325.62,0,0,0,0,0,0,0,0,0,3.51889,0,0), + (3291,0,13,-5018.18,-2792.34,326.408,0,0,0,0,0,0,0,0,0,3.8519,0,0), + (3291,0,14,-5048,-2811.41,327.366,0,0,0,0,0,0,0,0,0,3.71053,0,0), + (3291,0,15,-5089.59,-2827.29,327.24,0,0,0,0,0,0,0,0,0,3.50632,0,0), + (3291,0,16,-5110.5,-2832.04,328.256,0,0,0,0,0,0,0,0,0,3.36495,0,0), + (3291,0,17,-5124.4,-2833.18,329.882,0,0,0,0,0,0,0,0,0,3.22358,0,0), + (3291,0,18,-5171.46,-2844.02,334.823,0,0,0,0,0,0,0,0,0,3.36809,0,0), + (3291,0,19,-5200.48,-2850.71,336.135,0,0,0,0,0,0,0,0,0,3.36809,0,0), + (3291,0,20,-5210.11,-2855.97,336.675,0,0,0,0,0,0,0,0,0,3.64141,0,0), + (3291,0,21,-5229.24,-2872.21,338.195,0,0,0,0,0,0,0,0,0,3.84562,0,0), + (3291,0,22,-5242.24,-2880.93,338.925,0,0,0,0,0,0,0,0,0,3.69246,0,0), + (3291,0,23,-5248.25,-2882.28,339.107,0,0,0,0,0,0,0,0,0,3.3626,0,0), + (3291,0,24,-5271.35,-2881.15,338.801,0,0,0,0,0,0,0,0,0,3.09242,0,0), + (3291,0,25,-5284.27,-2876.7,338.717,0,0,0,0,0,0,0,0,0,2.80967,0,0), + (3291,0,26,-5297.93,-2867.31,339.035,0,0,0,0,0,0,0,0,0,2.80653,0,0), + (3291,0,27,-5320.77,-2859.35,339.353,0,0,0,0,0,0,0,0,0,2.80653,0,0), + (3291,0,28,-5347.96,-2856.93,340.131,0,0,0,0,0,0,0,0,0,3.28091,0,0), + (3291,0,29,-5366.32,-2859.51,340.621,0,0,0,0,0,0,0,0,0,3.28091,0,0), + (3291,0,30,-5376.33,-2866.84,340.616,0,0,0,0,0,0,0,0,0,3.81813,0,0), + (3291,0,31,-5388.38,-2876.52,341.284,0,0,0,0,0,0,0,0,0,3.81813,0,0), + (3291,0,32,-5401.77,-2881.79,342.363,0,0,0,0,0,0,0,0,0,3.51653,0,0), + (3291,0,33,-5404.59,-2886.82,342.694,0,0,0,0,0,0,0,0,0,4.2014,0,0), + (3291,0,34,-5403.44,-2893.16,341.937,0,0,0,0,0,0,0,0,0,4.89255,0,0), + (3291,0,35,-5394.98,-2907.22,338.543,0,0,0,0,0,0,0,0,0,5.25384,0,0), + (3291,0,36,-5372.85,-2930.37,330.083,0,0,0,0,0,0,0,0,0,5.34494,0,0), + (3291,0,37,-5353.62,-2954.16,323.949,0,0,0,0,0,0,0,0,0,5.48474,0,0), + (3291,0,38,-5347.86,-2973.72,324.281,0,0,0,0,0,0,0,0,0,4.84071,0,0), + (3291,0,39,-5341.48,-2986.86,323.796,0,0,0,0,0,0,0,0,0,5.1643,0,0), + (3291,0,40,-5339.28,-2994.1,323.666,0,0,0,0,0,0,0,0,0,4.84386,0,0), + (3291,0,41,-5336.93,-3011.92,324.204,0,0,0,0,0,0,0,0,0,4.84386,0,0), + (3291,0,42,-5327.9,-3023.13,323.927,0,0,0,0,0,0,0,0,0,5.39049,0,0), + (3291,0,43,-5307.19,-3025.36,323.987,0,0,0,0,0,0,0,0,0,6.17589,0,0), + (3291,0,44,-5277.25,-3020.54,324.528,0,0,0,0,0,0,0,0,0,0.128326,0,0), + (3291,0,45,-5259.13,-3007.79,327.425,0,0,0,0,0,0,0,0,0,0.681246,0,0), + (3291,0,46,-5277.49,-3018.52,324.255,0,0,0,0,0,0,0,0,0,3.61157,0,0), + (3291,0,47,-5306.74,-3023.87,323.995,0,0,0,0,0,0,0,0,0,3.32254,0,0), + (3291,0,48,-5326.26,-3021.57,324.09,0,0,0,0,0,0,0,0,0,3.02409,0,0), + (3291,0,49,-5335.82,-3011.17,324.245,0,0,0,0,0,0,0,0,0,2.31409,0,0), + (3291,0,50,-5339.37,-2990.65,323.728,0,0,0,0,0,0,0,0,0,1.74232,0,0), + (3291,0,51,-5346.71,-2971.87,324.224,0,0,0,0,0,0,0,0,0,1.94338,0,0), + (3291,0,52,-5349.32,-2959.58,323.622,0,0,0,0,0,0,0,0,0,1.68577,0,0), + (3291,0,53,-5357.6,-2945.74,324.196,0,0,0,0,0,0,0,0,0,2.10989,0,0), + (3291,0,54,-5392.87,-2908.93,338.031,0,0,0,0,0,0,0,0,0,2.24183,0,0), + (3291,0,55,-5411.23,-2885.81,343.241,0,0,0,0,0,0,0,0,0,2.24183,0,0), + (3291,0,56,-5433.09,-2883.85,345.324,0,0,0,0,0,0,0,0,0,3.05236,0,0), + (3291,0,57,-5472.83,-2872.93,351.192,0,0,0,0,0,0,0,0,0,2.87329,0,0), + (3291,0,58,-5520.14,-2862.64,358.587,0,0,0,0,0,0,0,0,0,2.82774,0,0), + (3291,0,59,-5536.49,-2857.33,360.9,0,0,0,0,0,0,0,0,0,2.82774,0,0), + (3291,0,60,-5554.88,-2837.76,363.595,0,0,0,0,0,0,0,0,0,2.22691,0,0), + (3291,0,61,-5572.69,-2818.53,365.922,0,0,0,0,0,0,0,0,0,2.36828,0,0), + (3291,0,62,-5596.97,-2804.36,366.727,0,0,0,0,0,0,0,0,0,2.61333,0,0), + (3291,0,63,-5606.84,-2798.6,366.133,0,0,0,0,0,0,0,0,0,2.61333,0,0), + (3291,0,64,-5634.87,-2786.19,365.073,0,0,0,0,0,0,0,0,0,2.83638,0,0), + (3291,0,65,-5678.13,-2770.23,362.982,0,0,0,0,0,0,0,0,0,2.99582,0,0), + (3291,0,66,-5690.66,-2766.1,362.397,0,0,0,0,0,0,0,0,0,2.82303,0,0), + (3291,0,67,-5698.76,-2756.49,361.138,0,0,0,0,0,0,0,0,0,2.08475,0,0), + (3291,0,68,-5704.36,-2737.12,357.373,0,0,0,0,0,0,0,0,0,1.85228,0,0), + (3291,0,69,-5727.72,-2700.13,346.873,0,0,0,0,0,0,0,0,0,1.83971,0,0), + (3291,0,70,-5732.92,-2685.87,342.616,0,0,0,0,0,0,0,0,0,2.22691,0,0), + (3291,0,71,-5740.88,-2675.53,339.458,0,0,0,0,0,0,0,0,0,2.22691,0,0), + (3291,0,72,-5769.3,-2646.41,328.436,0,0,0,0,0,0,0,0,0,2.16958,0,0), + (3291,0,73,-5789.12,-2625.26,320.88,0,0,0,0,0,0,0,0,0,2.29917,0,0), + (3291,0,74,-5819.53,-2595.51,313.505,0,0,0,0,0,0,0,0,0,2.22377,0,0), + (3291,0,75,-5829.42,-2584.07,311.853,0,0,0,0,0,0,0,0,0,2.55678,0,0), + (3291,0,76,-5862.57,-2562.12,308.096,0,0,0,0,0,0,0,0,0,2.55678,0,0), + (3291,0,77,-5867.84,-2558.63,307.436,0,0,0,0,0,0,0,0,0,2.55678,0,0), + (3291,0,78,-5882.61,-2573.11,304.617,0,0,0,0,0,0,0,0,0,3.85426,0,0), + (3291,0,79,-5899.8,-2594.09,310.551,0,0,0,0,0,0,0,0,0,4.18726,0,0), + (3291,0,80,-5908.81,-2609.64,312.219,0,0,0,0,0,0,0,0,0,4.18726,0,0), + (3291,0,81,-5906.14,-2622.35,311.742,0,0,0,0,0,0,0,0,0,4.91926,0,0), + (3291,0,82,-5898.01,-2632.78,311.436,0,0,0,0,0,0,0,0,0,5.37479,0,0), + (3291,0,83,-5890.23,-2639.18,310.56,0,0,0,0,0,0,0,0,0,5.5947,0,0), + (3291,0,84,-5902.75,-2627.92,311.851,0,0,0,0,0,0,0,0,0,2.40913,0,0), + (3291,0,85,-5909.63,-2610.52,312.202,0,0,0,0,0,0,0,0,0,1.94731,0,0), + (3291,0,86,-5906.77,-2602.09,312.394,0,0,0,0,0,0,0,0,0,1.24359,0,0), + (3291,0,87,-5889.35,-2582.36,306.596,0,0,0,0,0,0,0,0,0,0.847753,0,0), + (3291,0,88,-5871.75,-2562.41,307.249,0,0,0,0,0,0,0,0,0,0.847753,0,0), + (3291,0,89,-5860.95,-2564.09,308.236,0,0,0,0,0,0,0,0,0,6.12877,0,0), + (3291,0,90,-5832.95,-2584.17,311.647,0,0,0,0,0,0,0,0,0,5.62062,0,0), + (3291,0,91,-5813.9,-2604.7,314.778,0,0,0,0,0,0,0,0,0,5.52009,0,0), + (3291,0,92,-5791.18,-2628.3,321.143,0,0,0,0,0,0,0,0,0,5.40699,0,0), + (3291,0,93,-5764.56,-2656.04,331.466,0,0,0,0,0,0,0,0,0,5.64339,0,0), + (3291,0,94,-5740.97,-2679.22,340.073,0,0,0,0,0,0,0,0,0,5.46197,0,0), + (3291,0,95,-5730.23,-2695.35,345.314,0,0,0,0,0,0,0,0,0,5.19258,0,0), + (3291,0,96,-5726.44,-2706.78,348.473,0,0,0,0,0,0,0,0,0,5.52873,0,0), + (3291,0,97,-5710,-2730.68,355.388,0,0,0,0,0,0,0,0,0,5.3151,0,0), + (3291,0,98,-5701.37,-2751.53,360.474,0,0,0,0,0,0,0,0,0,5.10461,0,0), + (3291,0,99,-5696.75,-2762.71,361.656,0,0,0,0,0,0,0,0,0,5.47846,0,0), + (3291,0,100,-5689.72,-2770.02,362.277,0,0,0,0,0,0,0,0,0,5.47846,0,0), + (3291,0,101,-5660.88,-2779.39,363.599,0,0,0,0,0,0,0,0,0,5.8476,0,0), + (3291,0,102,-5636.26,-2788.88,364.866,0,0,0,0,0,0,0,0,0,5.84289,0,0), + (3291,0,103,-5605.18,-2803.53,366.493,0,0,0,0,0,0,0,0,0,5.84289,0,0), + (3291,0,104,-5573.36,-2818.52,365.96,0,0,0,0,0,0,0,0,0,5.84289,0,0), + (3291,0,105,-5550.69,-2846.35,362.608,0,0,0,0,0,0,0,0,0,5.5193,0,0), + (3291,0,106,-5537.64,-2859.53,360.821,0,0,0,0,0,0,0,0,0,5.65046,0,0), + (3291,0,107,-5531.32,-2864.17,359.991,0,0,0,0,0,0,0,0,0,6.16569,0,0), + (3291,0,108,-5488.37,-2873.25,353.666,0,0,0,0,0,0,0,0,0,6.04709,0,0), + (3291,0,109,-5456.38,-2880.48,348.614,0,0,0,0,0,0,0,0,0,6.16019,0,0), + (3291,0,110,-5423.53,-2884.54,344.053,0,0,0,0,0,0,0,0,0,6.16019,0,0), + (3291,0,111,-5401.69,-2884.27,342.503,0,0,0,0,0,0,0,0,0,0.206868,0,0), + (3291,0,112,-5392.35,-2880.58,341.778,0,0,0,0,0,0,0,0,0,0.514744,0,0), + (3291,0,113,-5380.66,-2872.7,340.858,0,0,0,0,0,0,0,0,0,0.537521,0,0), + (3291,0,114,-5365.29,-2862.53,340.165,0,0,0,0,0,0,0,0,0,0.267344,0,0), + (3291,0,115,-5347.07,-2858.9,340.08,0,0,0,0,0,0,0,0,0,0.010519,0,0), + (3291,0,116,-5324.24,-2861.33,339.594,0,0,0,0,0,0,0,0,0,6.17589,0,0), + (3291,0,117,-5309.2,-2866.12,339.309,0,0,0,0,0,0,0,0,0,5.97483,0,0), + (3291,0,118,-5292.78,-2873.85,338.848,0,0,0,0,0,0,0,0,0,5.84289,0,0), + (3291,0,119,-5281.6,-2881.01,338.697,0,0,0,0,0,0,0,0,0,5.71408,0,0), + (3291,0,120,-5264.57,-2885.16,339.156,0,0,0,0,0,0,0,0,0,6.04395,0,0), + (3291,0,121,-5242.85,-2885.72,339.023,0,0,0,0,0,0,0,0,0,6.25758,0,0), + (3291,0,122,-5229.56,-2874.37,338.371,0,0,0,0,0,0,0,0,0,0.706381,0,0), + (3291,0,123,-5214,-2862.08,336.731,0,0,0,0,0,0,0,0,0,0.499036,0,0), + (3291,0,124,-5197.48,-2853.08,335.844,0,0,0,0,0,0,0,0,0,0.499036,0,0), + (3291,0,125,-5178.22,-2848.09,335.132,0,0,0,0,0,0,0,0,0,0.146392,0,0), + (3291,0,126,-5146.21,-2841.59,332.234,0,0,0,0,0,0,0,0,0,0.186448,0,0), + (3291,0,127,-5106.87,-2833.91,327.933,0,0,0,0,0,0,0,0,0,0.29012,0,0), + (3291,0,128,-5066.16,-2823.28,327.375,0,0,0,0,0,0,0,0,0,0.24064,0,0), + (3291,0,129,-5032.91,-2804.65,326.915,0,0,0,0,0,0,0,0,0,0.510817,0,0), + (3291,0,130,-5010,-2791.81,326.304,0,0,0,0,0,0,0,0,0,0.510817,0,0), + (3291,0,131,-4968.57,-2773.72,325.646,0,0,0,0,0,0,0,0,0,0.439346,0,0), + (3291,0,132,-4954.18,-2766.95,325.752,0,0,0,0,0,0,0,0,0,0.439346,0,0), + (3291,0,133,-4927.36,-2744.64,327.572,0,0,0,0,0,0,0,0,0,0.693815,0,0), + (3291,0,134,-4916.59,-2735.69,328.483,0,0,0,0,0,0,0,0,0,0.693815,0,0), + (3291,0,135,-4884.93,-2722.71,329.08,0,0,0,0,0,0,0,0,0,0.38908,0,0), + (3291,0,136,-4851.32,-2715.76,329.103,0,0,0,0,0,0,0,0,0,0.203726,0,0), + (3291,0,137,-4819.79,-2715.28,327.945,0,0,0,0,0,0,0,0,0,0.015231,0,0), + (3291,0,138,-4778.75,-2714.66,326.079,0,0,0,0,0,0,0,0,0,0.015231,0,0), + (3291,0,139,-4763.65,-2712.3,326.411,0,0,0,0,0,0,0,0,0,0.161315,0,0), + (3291,0,140,-4739.89,-2704.22,323.584,0,0,0,0,0,0,0,0,0,0.327819,0,0), + (3291,0,141,-4702.18,-2700.57,318.752,0,0,0,0,0,0,0,0,0,0.085131,0,0), + (4074,0,1,1075.73,109.549,5.60816,0,0,0,0,0,0,0,0,0,5.0834,0,0), + (4074,0,2,1079.73,99.268,3.41564,0,0,0,0,0,0,0,0,0,5.0834,0,0), + (4074,0,3,1090.37,94.7499,1.38691,0,0,0,0,0,0,0,0,0,5.90493,0,0), + (4074,0,4,1098.28,86.305,-0.519949,0,0,0,0,0,0,0,0,0,5.46511,0,0), + (4074,0,5,1100.67,71.9778,-2.34006,0,0,0,0,0,0,0,0,0,4.87763,0,0), + (4074,0,6,1091.75,52.2905,-0.612526,0,0,0,0,0,0,0,0,0,4.28701,0,0), + (4074,0,7,1091.41,41.9269,2.40356,0,0,0,0,0,0,0,0,0,4.67971,0,0), + (4074,0,8,1084.62,28.2413,3.83921,0,0,0,0,0,0,0,0,0,4.25166,0,0), + (4074,0,9,1083.64,13.9664,4.41043,0,0,0,0,0,0,0,0,0,4.64436,0,0), + (4074,0,10,1086.07,5.34832,4.50555,0,0,0,0,0,0,0,0,0,4.9868,0,0), + (4074,0,11,1081.28,-10.0805,5.44058,0,0,0,0,0,0,0,0,0,4.4111,0,0), + (4074,0,12,1088.65,-24.2962,2.91566,0,0,0,0,0,0,0,0,0,5.24519,0,0), + (4074,0,13,1087.07,-39.721,4.07423,0,0,0,0,0,0,0,0,0,4.61059,0,0), + (4074,0,14,1088.96,-49.3655,4.30293,0,0,0,0,0,0,0,0,0,4.9059,0,0), + (4074,0,15,1092.73,-62.5249,3.37376,0,0,0,0,0,0,0,0,0,5.05434,0,0), + (4074,0,16,1095.35,-75.815,2.76013,0,0,0,0,0,0,0,0,0,4.90669,0,0), + (4074,0,17,1088.35,-90.7219,4.77906,0,0,0,0,0,0,0,0,0,4.23517,0,0), + (4074,0,18,1086.6,-111.394,4.95865,0,0,0,0,0,0,0,0,0,4.62787,0,0), + (4074,0,19,1075.78,-135.984,6.67439,0,0,0,0,0,0,0,0,0,4.298,0,0), + (4074,0,20,1075.67,-159.762,6.27177,0,0,0,0,0,0,0,0,0,4.67735,0,0), + (4074,0,21,1071.92,-176.93,6.73229,0,0,0,0,0,0,0,0,0,4.49357,0,0), + (4074,0,22,1073.79,-201.316,5.99961,0,0,0,0,0,0,0,0,0,4.78888,0,0), + (4074,0,23,1071.11,-211.791,5.2782,0,0,0,0,0,0,0,0,0,4.45744,0,0), + (4074,0,24,1076.08,-230.956,4.15773,0,0,0,0,0,0,0,0,0,4.87527,0,0), + (4074,0,25,1099.89,-244.16,-1.29967,0,0,0,0,0,0,0,0,0,5.79576,0,0), + (4074,0,26,1121.68,-242.158,-0.718831,0,0,0,0,0,0,0,0,0,0.126754,0,0), + (4074,0,27,1134.62,-236.012,-2.50224,0,0,0,0,0,0,0,0,0,0.517883,0,0), + (4074,0,28,1142.64,-216.147,-3.15201,0,0,0,0,0,0,0,0,0,1.15798,0,0), + (4074,0,29,1140.35,-201.093,0.440253,0,0,0,0,0,0,0,0,0,1.78159,0,0), + (4074,0,30,1133.45,-183.984,2.20237,0,0,0,0,0,0,0,0,0,1.94103,0,0), + (4074,0,31,1145.68,-170.846,1.77109,0,0,0,0,0,0,0,0,0,0.741722,0,0), + (4074,0,32,1153.89,-157.054,-2.33697,0,0,0,0,0,0,0,0,0,1.03389,0,0), + (4074,0,33,1144.74,-142.506,-1.19541,0,0,0,0,0,0,0,0,0,2.06198,0,0), + (4074,0,34,1122.65,-133.265,1.03252,0,0,0,0,0,0,0,0,0,2.72485,0,0), + (4074,0,35,1125.36,-110.493,2.11991,0,0,0,0,0,0,0,0,0,1.45251,0,0), + (4074,0,36,1122.38,-93.8318,2.5116,0,0,0,0,0,0,0,0,0,1.74782,0,0), + (4074,0,37,1129.87,-74.1374,-2.2857,0,0,0,0,0,0,0,0,0,1.20746,0,0), + (4074,0,38,1134.64,-61.5813,-5.31756,0,0,0,0,0,0,0,0,0,1.20746,0,0), + (4074,0,39,1137.59,-48.6249,-7.44319,0,0,0,0,0,0,0,0,0,1.39125,0,0), + (4074,0,40,1128.82,-38.9268,-2.43575,0,0,0,0,0,0,0,0,0,2.30231,0,0), + (4074,0,41,1122.16,-27.6501,0.344378,0,0,0,0,0,0,0,0,0,2.10439,0,0), + (4074,0,42,1120.96,-16.3595,-1.48752,0,0,0,0,0,0,0,0,0,1.67635,0,0), + (4074,0,43,1126.61,-1.9186,-3.63006,0,0,0,0,0,0,0,0,0,1.19804,0,0), + (4074,0,44,1116.24,10.5576,0.557486,0,0,0,0,0,0,0,0,0,2.31173,0,0), + (4074,0,45,1104.32,16.4108,4.14081,0,0,0,0,0,0,0,0,0,2.61804,0,0), + (4074,0,46,1101.3,33.6785,4.8855,0,0,0,0,0,0,0,0,0,1.69912,0,0), + (4074,0,47,1120.13,44.4575,2.74572,0,0,0,0,0,0,0,0,0,0.535947,0,0), + (4074,0,48,1132.62,61.1624,0.727029,0,0,0,0,0,0,0,0,0,0.928646,0,0), + (4074,0,49,1134.27,76.7979,-1.64004,0,0,0,0,0,0,0,0,0,1.3182,0,0), + (4074,0,50,1139.01,90.8736,-6.655,0,0,0,0,0,0,0,0,0,1.24516,0,0), + (4074,0,51,1134.5,111.563,-1.48075,0,0,0,0,0,0,0,0,0,1.78552,0,0), + (4074,0,52,1125.54,132.373,0.369555,0,0,0,0,0,0,0,0,0,2.00464,0,0), + (4074,0,53,1128.01,157.092,0.350579,0,0,0,0,0,0,0,0,0,1.44073,0,0), + (4074,0,54,1121.17,175.285,0.835962,0,0,0,0,0,0,0,0,0,1.93081,0,0), + (4074,0,55,1123.89,192.99,1.13405,0,0,0,0,0,0,0,0,0,1.41795,0,0), + (4074,0,56,1141.96,219.473,2.28035,0,0,0,0,0,0,0,0,0,0.991478,0,0), + (4074,0,57,1152.68,240.982,6.25921,0,0,0,0,0,0,0,0,0,1.17526,0,0), + (4074,0,58,1156.9,260.554,11.7266,0,0,0,0,0,0,0,0,0,1.39674,0,0), + (4074,0,59,1155.6,275.102,14.4837,0,0,0,0,0,0,0,0,0,1.55382,0,0), + (4074,0,60,1155.85,289.52,15.4549,0,0,0,0,0,0,0,0,0,1.55382,0,0), + (4074,0,61,1146.88,297.346,16.5141,0,0,0,0,0,0,0,0,0,2.42405,0,0), + (4074,0,62,1132.46,291.095,17.5076,0,0,0,0,0,0,0,0,0,3.55266,0,0), + (4074,0,63,1127.93,271.738,15.7887,0,0,0,0,0,0,0,0,0,4.48257,0,0), + (4074,0,64,1122.46,248.346,10.638,0,0,0,0,0,0,0,0,0,4.48257,0,0), + (4074,0,65,1110.74,232.731,10.2723,0,0,0,0,0,0,0,0,0,4.0883,0,0), + (4074,0,66,1090.53,227.583,11.042,0,0,0,0,0,0,0,0,0,3.39008,0,0), + (4074,0,67,1078.98,217.067,10.5359,0,0,0,0,0,0,0,0,0,3.91552,0,0), + (4074,0,68,1080.79,196.068,9.36658,0,0,0,0,0,0,0,0,0,4.79831,0,0), + (4074,0,69,1081.94,182.796,9.09012,0,0,0,0,0,0,0,0,0,4.79831,0,0), + (4074,0,70,1078.11,165.016,8.87527,0,0,0,0,0,0,0,0,0,4.5297,0,0), + (4074,0,71,1074.72,146.657,5.22298,0,0,0,0,0,0,0,0,0,4.5297,0,0), + (4074,0,72,1068.86,128.503,5.98122,0,0,0,0,0,0,0,0,0,4.42131,0,0), + (4074,0,73,1070.86,117.81,7.22734,0,0,0,0,0,0,0,0,0,4.93732,0,0), + (14500,0,1,38.784,160.639,83.545,0,0,0,0,0,0,0,0,0,0,0,0), + (14500,0,2,36.804,160.705,83.545,3000,1450002,0,0,0,0,0,0,0,3.249,0,0), + (14500,0,3,39.287,160.044,83.545,0,0,0,0,0,0,0,0,0,0,0,0), + (14500,0,4,41.666,154.591,83.545,0,0,0,0,0,0,0,0,0,0,0,0), + (14500,0,5,45.255,155.014,83.545,0,0,0,0,0,0,0,0,0,0,0,0), + (14500,0,6,44.93,161.186,83.545,0,0,0,0,0,0,0,0,0,0,0,0), + (14500,0,7,44.347,161.12,83.545,4000,1450007,0,0,0,0,0,0,0,2.707,0,0), + (14500,0,8,46.758,157.877,83.545,0,0,0,0,0,0,0,0,0,0,0,0), + (14500,0,9,44.64,154.405,83.545,0,0,0,0,0,0,0,0,0,0,0,0), + (14500,0,10,33.498,156.046,83.545,0,0,0,0,0,0,0,0,0,0,0,0), + (14500,0,11,28.269,160.792,83.545,2000,0,0,0,0,0,0,0,0,1.541,0,0), + (14500,0,12,33.294,160.895,83.545,60000,1450012,0,0,0,0,0,0,0,0.04,0,0), + (14500,0,13,-37.9392,812.805,-29.4525,3000,1450013,0,0,0,0,0,0,0,4.81711,0,0), + (14500,0,14,-27.001,813.741,-29.5358,3000,1450014,0,0,0,0,0,0,0,0.0039,0,0), + (14500,0,15,-45.8222,821.969,-29.5358,3000,1450015,0,0,0,0,0,0,0,2.3954,0,0), + (14500,0,16,-43.6275,802.103,-29.5358,3000,1450016,0,0,0,0,0,0,0,4.9165,0,0), + (14500,0,17,-38.7195,812.015,-29.5358,60000,1450017,0,0,0,0,0,0,0,0,0,0), + (14483,0,0,-38.48,812.93,-29.535,0,0,0,0,0,0,0,0,0,0,0,0), + (14482,0,0,-38.48,812.93,-29.535,0,0,0,0,0,0,0,0,0,0,0,0), + (3068,0,1,-1722.14,-550.386,-14.7598,0,5,0,0,0,0,0,0,0,100,0,0), + (3068,0,2,-1705.61,-569.055,-19.4067,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,3,-1682.04,-591.91,-25.4708,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,4,-1662.63,-603.838,-30.1185,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,5,-1639.97,-607.133,-35.8754,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,6,-1616.22,-613.15,-42.4359,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,7,-1595.86,-618.308,-47.3956,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,8,-1574.93,-616.712,-51.7647,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,9,-1550.95,-605.914,-55.6474,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,10,-1537.55,-596.276,-56.3861,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,11,-1532.89,-586.289,-56.2095,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,12,-1532.3,-566.583,-55.7341,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,13,-1536.28,-539.553,-55.2342,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,14,-1533.07,-522.97,-54.4489,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,15,-1522.68,-506.3,-54.3973,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,16,-1519.62,-488.083,-52.5074,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,17,-1524.13,-467.337,-48.9335,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,18,-1526.95,-424.435,-45.2492,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,19,-1531.14,-398.722,-43.8176,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,20,-1538.91,-374.683,-42.8131,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,21,-1545.47,-354.239,-39.0446,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,22,-1552.81,-335.938,-35.917,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,23,-1566.63,-312.613,-31.0947,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,24,-1584.27,-296.213,-27.3011,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,25,-1597.27,-278.386,-23.4966,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,26,-1610.64,-257.862,-19.3983,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,27,-1621,-236.845,-18.9327,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,28,-1636.78,-206.561,-16.684,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,29,-1648.04,-178.252,-12.0433,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,30,-1656.17,-153.199,-9.43765,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,31,-1657.82,-126.837,-8.72994,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,32,-1668.55,-97.9253,-8.34947,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,33,-1681.95,-76.5867,-9.11107,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,34,-1700.51,-57.342,-5.64828,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,35,-1719.51,-47.7012,-2.54774,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,36,-1747.72,-46.3402,-5.4005,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,37,-1772.79,-50.129,-7.08613,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,38,-1798.4,-58.4037,-5.76034,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,39,-1811.88,-70.5313,-7.68982,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,40,-1820.73,-93.7355,-9.2501,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,41,-1822.1,-112.172,-8.20732,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,42,-1834.29,-123.408,-9.03176,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,43,-1851.19,-129.656,-8.52712,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,44,-1867.92,-137.048,-6.59658,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,45,-1878.32,-150.986,-5.8911,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,46,-1887.57,-173.195,-6.12971,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,47,-1889.37,-196.466,-8.58793,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,48,-1883.97,-217.889,-9.40669,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,49,-1876.46,-244.283,-9.555,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,50,-1864.45,-266.181,-7.23699,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,51,-1850.99,-284.616,-4.7108,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,52,-1830.57,-303.767,-6.94358,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,53,-1815.14,-318.23,-9.07484,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,54,-1800.89,-336.331,-9.26187,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,55,-1782.61,-356.073,-9.42632,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,56,-1756.99,-378.227,-12.8384,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,57,-1745.2,-402.325,-16.7898,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,58,-1740.74,-423.93,-14.3259,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,59,-1723.81,-452.481,-10.9682,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,60,-1706.64,-461.978,-10.5846,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,61,-1701.38,-480.422,-10.4956,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,62,-1709.83,-507.869,-12.8309,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,63,-1729.44,-528.724,-13.8673,0,0,0,0,0,0,0,0,0,100,0,0), + (3068,0,64,-1731.65,-542.165,-13.1692,0,0,0,0,0,0,0,0,0,100,0,0), + (3476,0,1,-1949.31,-3817.22,-6.52593,0,0,0,0,0,0,0,0,0,6.23346,0,0), + (3476,0,2,-1876.07,-3848.77,-9.3871,0,0,0,0,0,0,0,0,0,5.83291,0,0), + (3476,0,3,-1807.86,-3875.06,-3.79004,0,0,0,0,0,0,0,0,0,5.85254,0,0), + (3476,0,4,-1768.57,-3918.63,-3.28865,0,0,0,0,0,0,0,0,0,5.46238,0,0), + (3476,0,5,-1728,-3959.94,-7.35339,0,0,0,0,0,0,0,0,0,5.44504,0,0), + (3476,0,6,-1683.23,-3962.82,-2.32115,90000,0,0,0,0,0,0,0,0,5.88708,0,0), + (3476,0,7,-1728,-3959.94,-7.35339,0,0,0,0,0,0,0,0,0,2.79423,0,0), + (3476,0,8,-1768.57,-3918.63,-3.28865,0,0,0,0,0,0,0,0,0,2.38422,0,0), + (3476,0,9,-1807.86,-3875.06,-3.79004,0,0,0,0,0,0,0,0,0,2.39994,0,0), + (3476,0,10,-1876.07,-3848.77,-9.3871,0,0,0,0,0,0,0,0,0,2.80443,0,0), + (3476,0,11,-1949.31,-3817.22,-6.52593,0,0,0,0,0,0,0,0,0,3.02435,0,0), + (3476,0,12,-2025.94,-3814.75,-7.26146,180000,0,0,0,0,0,0,0,0,3.77136,0,0), + (4499,0,1,-5204.92,-1565.98,-48.1972,0,0,0,0,0,0,0,0,0,2.33639,0,0), + (4499,0,2,-5214.62,-1555.88,-49.2243,0,0,0,0,0,0,0,0,0,2.33639,0,0), + (4499,0,3,-5230.7,-1546.65,-49.3283,0,0,0,0,0,0,0,0,0,2.63091,0,0), + (4499,0,4,-5241.37,-1540.68,-50.6353,0,0,0,0,0,0,0,0,0,2.63091,0,0), + (4499,0,5,-5257.24,-1534.29,-51.2466,0,0,0,0,0,0,0,0,0,2.81234,0,0), + (4499,0,6,-5269.84,-1529.99,-52.025,0,0,0,0,0,0,0,0,0,2.81234,0,0), + (4499,0,7,-5282.4,-1525.82,-53.1763,0,0,0,0,0,0,0,0,0,2.69296,0,0), + (4499,0,8,-5288.3,-1522.98,-56.4051,0,0,0,0,0,0,0,0,0,2.69296,0,0), + (4499,0,9,-5286.83,-1503.93,-56.481,0,0,0,0,0,0,0,0,0,1.20227,0,0), + (4499,0,10,-5270.15,-1482.05,-56.3993,0,0,0,0,0,0,0,0,0,0.919526,0,0), + (4499,0,11,-5254.26,-1461.2,-56.0616,0,0,0,0,0,0,0,0,0,0.919526,0,0), + (4499,0,12,-5241.19,-1442.79,-55.4567,0,0,0,0,0,0,0,0,0,1.14101,0,0), + (4499,0,13,-5221.53,-1416.03,-53.8072,0,0,0,0,0,0,0,0,0,0.932878,0,0), + (4499,0,14,-5198.85,-1395.52,-52.7577,0,0,0,0,0,0,0,0,0,0.734958,0,0), + (4499,0,15,-5181.67,-1374.63,-51.8565,0,0,0,0,0,0,0,0,0,0.882612,0,0), + (4499,0,16,-5169.68,-1349.39,-50.6463,0,0,0,0,0,0,0,0,0,1.12766,0,0), + (4499,0,17,-5154.09,-1328.35,-49.6798,0,0,0,0,0,0,0,0,0,0.932878,0,0), + (4499,0,18,-5133.36,-1309.61,-49.4684,0,0,0,0,0,0,0,0,0,0.734958,0,0), + (4499,0,19,-5128.83,-1305.52,-49.5074,0,0,0,0,0,0,0,0,0,1.12766,0,0), + (4499,0,20,-5116.85,-1280.28,-49.9129,0,0,0,0,0,0,0,0,0,1.12766,0,0), + (4499,0,21,-5102.61,-1250.27,-49.9234,0,0,0,0,0,0,0,0,0,1.12766,0,0), + (4499,0,22,-5092.12,-1228.17,-52.6244,0,0,0,0,0,0,0,0,0,1.12766,0,0), + (4499,0,23,-5069.58,-1197.09,-55.3233,0,0,0,0,0,0,0,0,0,1.07818,0,0), + (4499,0,24,-5062.96,-1184.76,-56.1412,0,0,0,0,0,0,0,0,0,1.07818,0,0), + (4499,0,25,-5039.98,-1165.97,-56.9965,0,0,0,0,0,0,0,0,0,0.685477,0,0), + (4499,0,26,-5016.58,-1158.92,-55.1305,0,0,0,0,0,0,0,0,0,0.292778,0,0), + (4499,0,27,-5006.19,-1139.71,-52.2228,0,0,0,0,0,0,0,0,0,1.07503,0,0), + (4499,0,28,-4991.9,-1125.57,-50.647,0,0,0,0,0,0,0,0,0,0.779725,0,0), + (4499,0,29,-4960.86,-1102.84,-52.0625,0,0,0,0,0,0,0,0,0,0.63207,0,0), + (4499,0,30,-4946.76,-1092.52,-52.4456,0,0,0,0,0,0,0,0,0,0.63207,0,0), + (4499,0,31,-4928.1,-1087.96,-53.0811,0,0,0,0,0,0,0,0,0,0.239371,0,0), + (4499,0,32,-4911.55,-1088.84,-54.6845,0,0,0,0,0,0,0,0,0,6.23039,0,0), + (4499,0,33,-4892.69,-1085.17,-58.7394,0,0,0,0,0,0,0,0,0,0.192247,0,0), + (4499,0,34,-4862.62,-1069.22,-58.5493,0,0,0,0,0,0,0,0,0,0.487557,0,0), + (4499,0,35,-4841.79,-1058.18,-58.3265,0,0,0,0,0,0,0,0,0,0.487557,0,0), + (4499,0,36,-4832.77,-1054.99,-58.5381,0,0,0,0,0,0,0,0,0,0.339902,0,0), + (4499,0,37,-4810.17,-1040.02,-58.7495,0,0,0,0,0,0,0,0,0,0.584946,0,0), + (4499,0,38,-4781.03,-1020.73,-58.7479,0,0,0,0,0,0,0,0,0,0.584946,0,0), + (4499,0,39,-4763.55,-1010.94,-58.3438,0,0,0,0,0,0,0,0,0,0.584946,0,0), + (4499,0,40,-4745.84,-1003.38,-58.7489,0,0,0,0,0,0,0,0,0,0.402734,0,0), + (4499,0,41,-4731.81,-989.059,-56.4676,0,0,0,0,0,0,0,0,0,0.795433,0,0), + (4499,0,42,-4718.22,-969.831,-52.847,0,0,0,0,0,0,0,0,0,0.856694,0,0), + (4499,0,43,-4702.23,-952.577,-50.7703,0,0,0,0,0,0,0,0,0,0.549603,0,0), + (4499,0,44,-4687.36,-943.465,-49.807,0,0,0,0,0,0,0,0,0,0.549603,0,0), + (4499,0,45,-4676.14,-938.654,-49.1061,0,0,0,0,0,0,0,0,0,0.40509,0,0), + (4499,0,46,-4664.32,-929.672,-50.7595,0,0,0,0,0,0,0,0,0,0.650134,0,0), + (4499,0,47,-4638.64,-916.618,-56.6334,0,0,0,0,0,0,0,0,0,0.600654,0,0), + (4499,0,48,-4625.96,-902.198,-54.0504,0,0,0,0,0,0,0,0,0,0.856694,0,0), + (4499,0,49,-4617.08,-882.245,-51.521,0,0,0,0,0,0,0,0,0,1.152,0,0), + (4499,0,50,-4597.35,-850.377,-53.6356,0,0,0,0,0,0,0,0,0,1.01613,0,0), + (4499,0,51,-4579.89,-855.902,-52.0292,0,0,0,0,0,0,0,0,0,5.97671,0,0), + (4499,0,52,-4589.98,-867.978,-52.0226,0,0,0,0,0,0,0,0,0,4.01635,0,0), + (4499,0,53,-4601.74,-889.439,-50.6814,0,0,0,0,0,0,0,0,0,4.21113,0,0), + (4499,0,54,-4605.17,-901.682,-52.4203,0,0,0,0,0,0,0,0,0,4.70122,0,0), + (4499,0,55,-4610.44,-918.339,-57.6121,0,0,0,0,0,0,0,0,0,4.40591,0,0), + (4499,0,56,-4606.58,-931.714,-56.7672,0,0,0,0,0,0,0,0,0,4.99338,0,0), + (4499,0,57,-4596.94,-945.123,-52.9157,0,0,0,0,0,0,0,0,0,5.33582,0,0), + (4499,0,58,-4581.9,-955.52,-50.9032,0,0,0,0,0,0,0,0,0,5.67825,0,0), + (4499,0,59,-4572.11,-966.669,-49.0426,0,0,0,0,0,0,0,0,0,5.43321,0,0), + (4499,0,60,-4560.31,-987.143,-54.2615,0,0,0,0,0,0,0,0,0,5.23529,0,0), + (4499,0,61,-4541.68,-1003.01,-54.449,0,0,0,0,0,0,0,0,0,5.57772,0,0), + (4499,0,62,-4552.6,-1011.68,-55.3938,0,0,0,0,0,0,0,0,0,3.81215,0,0), + (4499,0,63,-4553.95,-1015.83,-55.5415,0,0,0,0,0,0,0,0,0,4.39962,0,0), + (4499,0,64,-4551.73,-1033.16,-56.3598,0,0,0,0,0,0,0,0,0,4.83945,0,0), + (4499,0,65,-4554.74,-1051.2,-55.7008,0,0,0,0,0,0,0,0,0,4.54728,0,0), + (4499,0,66,-4576.43,-1062.38,-52.3882,0,0,0,0,0,0,0,0,0,3.61737,0,0), + (4499,0,67,-4595.78,-1072.35,-47.8427,0,0,0,0,0,0,0,0,0,3.61737,0,0), + (4499,0,68,-4614.09,-1084.25,-50.2251,0,0,0,0,0,0,0,0,0,3.7179,0,0), + (4499,0,69,-4635.17,-1096.57,-53.1295,0,0,0,0,0,0,0,0,0,3.67077,0,0), + (4499,0,70,-4655.15,-1116.11,-54.7833,0,0,0,0,0,0,0,0,0,3.91582,0,0), + (4499,0,71,-4670.11,-1111.43,-52.6073,0,0,0,0,0,0,0,0,0,2.83825,0,0), + (4499,0,72,-4696.82,-1098.49,-52.938,0,0,0,0,0,0,0,0,0,2.6906,0,0), + (4499,0,73,-4708.96,-1097.21,-54.7856,0,0,0,0,0,0,0,0,0,3.82157,0,0), + (4499,0,74,-4727.26,-1112.01,-50.8514,0,0,0,0,0,0,0,0,0,3.82157,0,0), + (4499,0,75,-4730.2,-1135.72,-42.7862,0,0,0,0,0,0,0,0,0,4.60697,0,0), + (4499,0,76,-4734.1,-1146.39,-39.9821,0,0,0,0,0,0,0,0,0,4.01949,0,0), + (4499,0,77,-4742.57,-1153.98,-39.8057,0,0,0,0,0,0,0,0,0,3.87184,0,0), + (4499,0,78,-4748.47,-1163.7,-41.1494,0,0,0,0,0,0,0,0,0,4.16715,0,0), + (4499,0,79,-4753.23,-1182.36,-46.3681,0,0,0,0,0,0,0,0,0,4.46246,0,0), + (4499,0,80,-4754.96,-1211.99,-53.963,0,0,0,0,0,0,0,0,0,4.65409,0,0), + (4499,0,81,-4745.96,-1249.27,-54.0574,0,0,0,0,0,0,0,0,0,4.9494,0,0), + (4499,0,82,-4746.93,-1265.88,-52.9851,0,0,0,0,0,0,0,0,0,4.65409,0,0), + (4499,0,83,-4754.48,-1290.02,-48.5838,0,0,0,0,0,0,0,0,0,4.40905,0,0), + (4499,0,84,-4764.33,-1304.45,-48.6753,0,0,0,0,0,0,0,0,0,4.11374,0,0), + (4499,0,85,-4769.15,-1327.53,-49.0466,0,0,0,0,0,0,0,0,0,4.50644,0,0), + (4499,0,86,-4775,-1341.23,-53.1682,0,0,0,0,0,0,0,0,0,4.30852,0,0), + (4499,0,87,-4778.21,-1369.85,-53.8389,0,0,0,0,0,0,0,0,0,4.60069,0,0), + (4499,0,88,-4786.3,-1377.76,-53.4634,0,0,0,0,0,0,0,0,0,3.91582,0,0), + (4499,0,89,-4804.32,-1371.1,-54.4526,0,0,0,0,0,0,0,0,0,2.78799,0,0), + (4499,0,90,-4830.07,-1375.97,-53.9953,0,0,0,0,0,0,0,0,0,3.32834,0,0), + (4499,0,91,-4863.88,-1412.53,-52.4747,0,0,0,0,0,0,0,0,0,3.96608,0,0), + (4499,0,92,-4876.27,-1423.62,-50.5087,0,0,0,0,0,0,0,0,0,3.87184,0,0), + (4499,0,93,-4883.91,-1453.15,-50.5943,0,0,0,0,0,0,0,0,0,4.45931,0,0), + (4499,0,94,-4875.09,-1489.66,-47.697,0,0,0,0,0,0,0,0,0,4.9494,0,0), + (4499,0,95,-4868.9,-1500.25,-47.3607,0,0,0,0,0,0,0,0,0,5.24157,0,0), + (4499,0,96,-4864.04,-1520.62,-47.5608,0,0,0,0,0,0,0,0,0,4.94626,0,0), + (4499,0,97,-4840.64,-1540.3,-47.1878,0,0,0,0,0,0,0,0,0,5.584,0,0), + (4499,0,98,-4813.21,-1563.37,-49.0607,0,0,0,0,0,0,0,0,0,5.584,0,0), + (4499,0,99,-4798.37,-1586.05,-51.2704,0,0,0,0,0,0,0,0,0,5.29184,0,0), + (4499,0,100,-4797.3,-1611.32,-49.8867,0,0,0,0,0,0,0,0,0,4.75462,0,0), + (4499,0,101,-4802.75,-1637.81,-49.9839,0,0,0,0,0,0,0,0,0,4.50958,0,0), + (4499,0,102,-4811.28,-1665.36,-50.9323,0,0,0,0,0,0,0,0,0,4.41219,0,0), + (4499,0,103,-4829.82,-1672.43,-47.6692,0,0,0,0,0,0,0,0,0,3.57967,0,0), + (4499,0,104,-4850.17,-1677.41,-38.4677,0,0,0,0,0,0,0,0,0,3.38175,0,0), + (4499,0,105,-4868.01,-1681.78,-33.1823,0,0,0,0,0,0,0,0,0,3.38175,0,0), + (4499,0,106,-4885.85,-1686.15,-35.8888,0,0,0,0,0,0,0,0,0,3.38175,0,0), + (4499,0,107,-4907.88,-1691.54,-45.483,0,0,0,0,0,0,0,0,0,3.38175,0,0), + (4499,0,108,-4922.81,-1704.92,-53.1108,0,0,0,0,0,0,0,0,0,3.87184,0,0), + (4499,0,109,-4937.51,-1726.61,-57.509,0,0,0,0,0,0,0,0,0,4.11688,0,0), + (4499,0,110,-4969.21,-1749.86,-60.1434,0,0,0,0,0,0,0,0,0,3.77445,0,0), + (4499,0,111,-4994.72,-1763.31,-64.3609,0,0,0,0,0,0,0,0,0,3.62679,0,0), + (4499,0,112,-5028.79,-1764.86,-65.5336,0,0,0,0,0,0,0,0,0,3.18697,0,0), + (4499,0,113,-5065.95,-1759.59,-66.5919,0,0,0,0,0,0,0,0,0,3.09979,0,0), + (4499,0,114,-5093.52,-1770.39,-62.2996,0,0,0,0,0,0,0,0,0,3.52862,0,0), + (4499,0,115,-5105.65,-1775.34,-61.0208,0,0,0,0,0,0,0,0,0,3.92132,0,0), + (4499,0,116,-5123.93,-1792.82,-57.2378,0,0,0,0,0,0,0,0,0,3.81293,0,0), + (4499,0,117,-5149.56,-1806.05,-57.8151,0,0,0,0,0,0,0,0,0,3.61815,0,0), + (4499,0,118,-5173.42,-1831.56,-58.1518,0,0,0,0,0,0,0,0,0,3.96059,0,0), + (4499,0,119,-5186.01,-1870.63,-57.7254,0,0,0,0,0,0,0,0,0,4.40041,0,0), + (4499,0,120,-5197.27,-1905.54,-57.034,0,0,0,0,0,0,0,0,0,4.40041,0,0), + (4499,0,121,-5211.94,-1929.84,-62.5757,0,0,0,0,0,0,0,0,0,4.00771,0,0), + (4499,0,122,-5217.61,-1963.41,-63.2077,0,0,0,0,0,0,0,0,0,4.54492,0,0), + (4499,0,123,-5213.49,-1995.46,-61.1058,0,0,0,0,0,0,0,0,0,4.84023,0,0), + (4499,0,124,-5224.94,-2025.67,-60.3056,0,0,0,0,0,0,0,0,0,4.35014,0,0), + (4499,0,125,-5267.7,-2047.58,-61.7613,0,0,0,0,0,0,0,0,0,3.61501,0,0), + (4499,0,126,-5298.28,-2054.79,-60.6321,0,0,0,0,0,0,0,0,0,3.37311,0,0), + (4499,0,127,-5335.13,-2041.09,-61.2567,0,0,0,0,0,0,0,0,0,2.78563,0,0), + (4499,0,128,-5370.89,-2042.4,-62.2819,0,0,0,0,0,0,0,0,0,3.17833,0,0), + (4499,0,129,-5404.02,-2043.62,-63.9917,0,0,0,0,0,0,0,0,0,3.17833,0,0), + (4499,0,130,-5427.96,-2038.56,-64.7203,0,0,0,0,0,0,0,0,0,2.93329,0,0), + (4499,0,131,-5443.81,-2022.38,-63.5722,0,0,0,0,0,0,0,0,0,2.34581,0,0), + (4499,0,132,-5460.12,-1994.54,-58.3875,0,0,0,0,0,0,0,0,0,2.10076,0,0), + (4499,0,133,-5478.17,-1979.38,-58.9688,0,0,0,0,0,0,0,0,0,2.4432,0,0), + (4499,0,134,-5501.73,-1950.11,-60.4141,0,0,0,0,0,0,0,0,0,2.24842,0,0), + (4499,0,135,-5524.73,-1937.53,-59.9879,0,0,0,0,0,0,0,0,0,2.64112,0,0), + (4499,0,136,-5533.82,-1917.68,-59.0687,0,0,0,0,0,0,0,0,0,2.00023,0,0), + (4499,0,137,-5530.9,-1890.73,-58.5037,0,0,0,0,0,0,0,0,0,1.46302,0,0), + (4499,0,138,-5520.29,-1865.83,-57.9582,0,0,0,0,0,0,0,0,0,1.16771,0,0), + (4499,0,139,-5516.68,-1848.78,-57.2414,0,0,0,0,0,0,0,0,0,1.06718,0,0), + (4499,0,140,-5506.58,-1830.44,-56.6996,0,0,0,0,0,0,0,0,0,0.479701,0,0), + (4499,0,141,-5491.7,-1830.59,-56.4063,0,0,0,0,0,0,0,0,0,6.2728,0,0), + (4499,0,142,-5470.03,-1839.83,-54.3328,0,0,0,0,0,0,0,0,0,5.8801,0,0), + (4499,0,143,-5457.09,-1829.48,-50.7656,0,0,0,0,0,0,0,0,0,0.67448,0,0), + (4499,0,144,-5463.51,-1817.04,-48.0715,0,0,0,0,0,0,0,0,0,2.04736,0,0), + (4499,0,145,-5481.32,-1806.02,-49.6301,0,0,0,0,0,0,0,0,0,2.58771,0,0), + (4499,0,146,-5483.3,-1791.35,-45.245,0,0,0,0,0,0,0,0,0,1.36249,0,0), + (4499,0,147,-5480.45,-1769.64,-33.9141,0,0,0,0,0,0,0,0,0,1.4371,0,0), + (4499,0,148,-5475.24,-1759.54,-25.6579,0,0,0,0,0,0,0,0,0,1.44024,0,0), + (4499,0,149,-5471.3,-1747.98,-19.724,0,0,0,0,0,0,0,0,0,1.24232,0,0), + (4499,0,150,-5469.04,-1741.36,-17.7276,0,0,0,0,0,0,0,0,0,1.24232,0,0), + (4499,0,151,-5465.97,-1728.89,-21.8808,0,0,0,0,0,0,0,0,0,1.14336,0,0), + (4499,0,152,-5452.89,-1712.47,-31.4806,0,0,0,0,0,0,0,0,0,0.898319,0,0), + (4499,0,153,-5438.73,-1694.68,-39.2293,0,0,0,0,0,0,0,0,0,0.898319,0,0), + (4499,0,154,-5415,-1665.24,-52.9235,0,0,0,0,0,0,0,0,0,3.69826,0,0), + (4499,0,155,-5404.21,-1650.38,-54.0433,0,0,0,0,0,0,0,0,0,0.943089,0,0), + (4499,0,156,-5382.14,-1619.96,-55.4564,0,0,0,0,0,0,0,0,0,0.943089,0,0), + (4499,0,157,-5359.21,-1581.86,-54.3701,0,0,0,0,0,0,0,0,0,1.08917,0,0), + (4499,0,158,-5335.16,-1551.91,-54.5505,0,0,0,0,0,0,0,0,0,0.894394,0,0), + (4499,0,159,-5307.35,-1526.65,-56.18,0,0,0,0,0,0,0,0,0,0.733387,0,0), + (4499,0,160,-5277.19,-1490.33,-56.4778,0,0,0,0,0,0,0,0,0,0.877901,0,0), + (4499,0,161,-5254.46,-1467.41,-56.1179,0,0,0,0,0,0,0,0,0,0.76716,0,0), + (4499,0,162,-5234.6,-1435.62,-54.6556,0,0,0,0,0,0,0,0,0,1.0122,0,0), + (4499,0,163,-5208.81,-1408.3,-52.7023,0,0,0,0,0,0,0,0,0,0.814283,0,0), + (4499,0,164,-5186.86,-1376.82,-52.0997,0,0,0,0,0,0,0,0,0,0.961938,0,0), + (4499,0,165,-5161.9,-1341.03,-50.2505,0,0,0,0,0,0,0,0,0,0.961938,0,0), + (4499,0,166,-5111.66,-1355.74,-50.9843,0,0,0,0,0,0,0,0,0,5.99713,0,0), + (4499,0,167,-5094.4,-1380.98,-51.8489,0,0,0,0,0,0,0,0,0,5.31226,0,0), + (4499,0,168,-5073.89,-1397.17,-52.37,0,0,0,0,0,0,0,0,0,5.65391,0,0), + (4499,0,169,-5064.51,-1427.11,-52.3102,0,0,0,0,0,0,0,0,0,5.01616,0,0), + (4499,0,170,-5052.49,-1465.43,-50.1334,0,0,0,0,0,0,0,0,0,5.01616,0,0), + (4499,0,171,-5033.77,-1492.85,-49.7627,0,0,0,0,0,0,0,0,0,5.31147,0,0), + (4499,0,172,-5044.56,-1524.25,-48.7018,0,0,0,0,0,0,0,0,0,4.38156,0,0), + (4499,0,173,-5066.05,-1540.68,-48.0147,0,0,0,0,0,0,0,0,0,3.79408,0,0), + (4499,0,174,-5084.74,-1554.96,-47.1104,0,0,0,0,0,0,0,0,0,3.79408,0,0), + (4499,0,175,-5105.14,-1565.01,-46.4026,0,0,0,0,0,0,0,0,0,3.5993,0,0), + (4499,0,176,-5129.66,-1571.52,-49.5441,0,0,0,0,0,0,0,0,0,3.40138,0,0), + (4499,0,177,-5154.97,-1578.25,-54.2102,0,0,0,0,0,0,0,0,0,3.40138,0,0), + (4499,0,178,-5181.09,-1576.09,-53.6363,0,0,0,0,0,0,0,0,0,3.05895,0,0), + (9736,0,7,-191.052,-475.636,87.3902,15000,0,0,0,0,0,0,0,0,5.44113,0,0), + (9736,0,6,-202.282,-460.122,87.3902,20000,973601,0,0,0,0,0,0,0,2.50706,0,0), + (9736,0,5,-199.716,-463.531,87.3902,0,0,0,0,0,0,0,0,0,2.20547,0,0), + (9736,0,4,-198.268,-468.756,87.3902,0,0,0,0,0,0,0,0,0,1.61563,0,0), + (9736,0,3,-199.847,-475.276,87.3902,0,0,0,0,0,0,0,0,0,1.28184,0,0), + (9736,0,2,-204.115,-479.089,87.3902,20000,973601,0,0,0,0,0,0,0,3.86642,0,0), + (9736,0,1,-197.84,-475.872,87.3902,0,0,0,0,0,0,0,0,0,3.43366,0,0), + (8280,0,1,-6941.29,-1629.46,242.86,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,2,-6932.64,-1641.08,242.07,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,3,-6927.83,-1648.61,241.201,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,4,-6923.41,-1655.54,241.916,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,5,-6919.97,-1668.82,243.426,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,6,-6915.45,-1674.09,242.001,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,7,-6908.37,-1682.34,240.35,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,8,-6900.81,-1691.15,242.037,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,9,-6894.19,-1694.82,242.078,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,10,-6884.21,-1697.49,242.42,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,11,-6878.07,-1700.9,244.155,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,12,-6871.74,-1699.13,246.894,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,13,-6866.15,-1695.68,248.191,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,14,-6858.86,-1693.5,249.604,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,15,-6844.44,-1691.91,251.291,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,16,-6832.25,-1685.02,251.597,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,17,-6824.98,-1680.91,251.528,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,18,-6817.98,-1680.92,251.332,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,19,-6814.27,-1673.16,250.171,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,20,-6823.91,-1671.5,251.684,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,21,-6837.32,-1671.91,251.523,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,22,-6849.27,-1678.33,251.523,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,23,-6859.96,-1679.06,251.542,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,24,-6856.26,-1688.25,250.675,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,25,-6851.72,-1699.54,250.53,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,26,-6857.52,-1710.73,251.466,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,27,-6862.25,-1719.86,251.522,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,28,-6859.38,-1733.16,251.951,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,29,-6850.15,-1747.62,251.522,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,30,-6853.94,-1758.54,251.522,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,31,-6861.15,-1771.15,251.684,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,32,-6863.58,-1761.91,251.612,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,33,-6867.22,-1748.04,249.84,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,34,-6872.03,-1743.34,246.349,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,35,-6876.72,-1738.76,243.485,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,36,-6881.88,-1733.73,241.132,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,37,-6886.85,-1732.28,240.385,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,38,-6894.01,-1739.04,241.658,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,39,-6902.46,-1747.02,242.596,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,40,-6898.16,-1754.36,242.47,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,41,-6893.66,-1762.03,241.688,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,42,-6897.39,-1769.06,242.146,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,43,-6900.77,-1775.44,241.399,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,44,-6894.5,-1781.49,241.446,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,45,-6889.85,-1791.8,240.744,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,46,-6882.92,-1798.01,242.05,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,47,-6874.44,-1799.99,244.23,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,48,-6867.99,-1801.5,244.728,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,49,-6863.03,-1805.04,247.302,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,50,-6857.71,-1807.29,248.113,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,51,-6853.41,-1809.1,250.834,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,52,-6848.05,-1811.37,252.911,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,53,-6845.46,-1805.38,254.823,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,54,-6844.58,-1800.77,256.179,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,55,-6845.79,-1791.61,256.857,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,56,-6846.69,-1783.61,256.857,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,57,-6843.63,-1774.59,256.857,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,58,-6839.08,-1776.91,257.011,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,59,-6831.58,-1783.75,256.858,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,60,-6823.06,-1786.49,257.167,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,61,-6812.96,-1786.41,256.903,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,62,-6802.69,-1782.82,256.858,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,63,-6792.63,-1776,256.858,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,64,-6787.39,-1764.32,257.028,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,65,-6782.03,-1755.84,258.715,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,66,-6780.61,-1744.07,259.552,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,67,-6782.11,-1736.06,259.842,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,68,-6781.77,-1727.14,259.551,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,69,-6784.43,-1718.47,259.55,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,70,-6790.12,-1709.16,259.55,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,71,-6779.01,-1707.59,260.336,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,72,-6773.46,-1710.76,260.75,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,73,-6773.36,-1717.76,260.609,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,74,-6776.31,-1735.04,259.563,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,75,-6775.34,-1750.61,259.469,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,76,-6771.26,-1760.05,257.523,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,77,-6765.7,-1772.92,256.873,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,78,-6752.48,-1788.04,256.93,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,79,-6745.12,-1800.06,255.503,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,80,-6740.67,-1811.55,253.947,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,81,-6731.41,-1812.49,253.556,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,82,-6720.83,-1817.61,252.676,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,83,-6709.34,-1812.61,251.49,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,84,-6694.33,-1809.92,250.578,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,85,-6680.84,-1804.4,251.803,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,86,-6674.13,-1794.23,254.775,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,87,-6670.38,-1788.54,257.726,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,88,-6665.74,-1781.49,259.592,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,89,-6662.76,-1769.49,259.343,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,90,-6649.57,-1770.76,255.225,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,91,-6640.13,-1775.7,251.724,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,92,-6635.94,-1777.89,250.099,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,93,-6631.28,-1774.45,248.635,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,94,-6631.48,-1764.53,249.429,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,95,-6627.82,-1757.88,248.996,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,96,-6620.25,-1757.75,246.794,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,97,-6614.76,-1757.66,245.715,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,98,-6607.76,-1757.54,244.144,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,99,-6605.03,-1769.46,244.167,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,100,-6615.34,-1800.37,244.144,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,101,-6615.03,-1829.01,244.144,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,102,-6609.7,-1847.24,244.149,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,103,-6614.69,-1865.4,244.216,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,104,-6627.55,-1873.7,244.151,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,105,-6652.99,-1877.45,244.144,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,106,-6672.92,-1886.48,243.941,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,107,-6692.45,-1895.34,244.144,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,108,-6714.27,-1889.63,244.139,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,109,-6761.31,-1871.43,244.159,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,110,-6791.76,-1859.65,244.141,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,111,-6800.74,-1847.26,244.484,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,112,-6816.04,-1846.99,244.408,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,113,-6830.94,-1846.74,244.177,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,114,-6846.25,-1839.09,243.524,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,115,-6865.72,-1834.9,240.765,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,116,-6877.23,-1826.61,240.742,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,117,-6887.11,-1804.26,240.81,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,118,-6898,-1779.65,241.08,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,119,-6896.81,-1764.21,242.036,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,120,-6896.23,-1756.65,242.285,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,121,-6900.38,-1747,242.695,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,122,-6898.98,-1739.46,242.13,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,123,-6895.05,-1726.75,241.994,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,124,-6894.46,-1720.65,242.649,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,125,-6895.63,-1714.05,241.127,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,126,-6897.9,-1701.13,240.655,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,127,-6896.89,-1691.57,242.406,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,128,-6899.16,-1677.71,242.933,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,129,-6892.34,-1667.98,244.224,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,130,-6883,-1647.39,246.286,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,131,-6864.13,-1631.52,244.566,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,132,-6848.47,-1618.35,242.724,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,133,-6850.23,-1603.08,241.928,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,134,-6857.34,-1581.76,241.947,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,135,-6870.44,-1562.55,243.322,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,136,-6885.76,-1544.56,241.998,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,137,-6905.15,-1548.23,241.742,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,138,-6930.48,-1545.4,241.697,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,139,-6944.39,-1543.84,241.839,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,140,-6958.42,-1531.61,244.992,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,141,-6966.44,-1510.69,244.182,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,142,-6973.5,-1492.27,241.687,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,143,-6982.59,-1468.57,241.964,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,144,-6982.94,-1443.86,242.333,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,145,-6989.22,-1421.85,242.397,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,146,-6993.06,-1408.39,241.658,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,147,-6992.66,-1385.04,242.31,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,148,-6982.17,-1384.73,242.459,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,149,-6962.6,-1377.55,242.369,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,150,-6961.18,-1365.16,242.802,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,151,-6974.86,-1355.72,245.414,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,152,-6985.68,-1339.11,243.999,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,153,-7002.68,-1328.89,242.13,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,154,-7018.66,-1327.22,241.778,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,155,-7036.4,-1331.46,243.895,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,156,-7042.85,-1345.73,244.175,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,157,-7044.61,-1366.2,241.883,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,158,-7047.59,-1389.68,241.676,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,159,-7041.43,-1407.52,241.343,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,160,-7045.86,-1420.82,240.32,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,161,-7052.53,-1428.92,240.425,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,162,-7041.53,-1448.84,240.377,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,163,-7046.27,-1467.47,242.746,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,164,-7063.71,-1488.26,242.162,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,165,-7059.52,-1496.77,240.96,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,166,-7053.03,-1509.92,241.514,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,167,-7037.58,-1526.3,243.403,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,168,-7023.8,-1538.7,242.307,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,169,-6998.19,-1547.04,241.743,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,170,-6978.76,-1565.54,242.837,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,171,-6972.56,-1583.49,243.432,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,172,-6960.14,-1603.66,245.082,0,0,0,0,0,0,0,0,0,0,0,0), + (8280,0,173,-6940.48,-1620.47,244.794,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,1,9126.92,1838.24,1327.72,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,2,9130.38,1838.8,1327.49,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,3,9133.83,1839.37,1327.41,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,4,9131.32,1838.38,1327.59,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,5,9123.09,1836.68,1328.18,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,6,9119.33,1833.02,1328.6,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,7,9115.33,1823.32,1328.29,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,8,9112.83,1816.78,1326.97,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,9,9111.58,1816.75,1327.09,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,10,9110.26,1827,1328.74,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,11,9105.49,1832.93,1328.29,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,12,9100.95,1840.46,1327.68,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,13,9105.24,1843.42,1327.53,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,14,9109.59,1840.99,1327.5,0,0,0,0,0,0,0,0,0,0,0,0), + (2039,0,15,9120.07,1836.26,1328.29,0,0,0,0,0,0,0,0,0,0,0,0), + (2852,0,1,9091.11,1857.64,1333.71,0,0,0,0,0,0,0,0,0,0,0,0), + (2852,0,2,9091.11,1857.64,1333.71,0,0,0,0,0,0,0,0,0,0,0,0), + (2852,0,3,9079.52,1872.34,1334.99,0,0,0,0,0,0,0,0,0,0,0,0), + (2852,0,4,9024.94,1885.46,1334.4,0,285201,0,0,0,0,0,0,0,0,0,0), + (3937,0,53,-9471.8,63.6258,56.1525,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,54,-9492.84,58.8879,55.8559,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,55,-9502.18,40.7348,56.347,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,56,-9513.74,15.73,56.4859,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,57,-9519.95,3.74626,56.1109,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,58,-9526.68,-8.57775,55.8803,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,59,-9535.51,-27.8911,55.8339,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,60,-9544.87,-53.4361,56.8158,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,61,-9550.58,-84.4379,57.6516,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,62,-9550.72,-113.814,57.6586,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,63,-9549.07,-80.8469,57.5196,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,64,-9543.95,-52.83,56.8158,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,65,-9537.01,-30.562,55.8839,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,66,-9529.33,-14.9892,55.8378,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,67,-9522.49,-4.73036,55.9938,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,68,-9517.44,9.09332,56.2359,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,69,-9508.01,28.5469,56.4859,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,70,-9496.21,50.3249,55.8849,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,71,-9493.63,67.1881,56.2467,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,72,-9486.81,89.6572,56.2194,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,73,-9483.95,102.302,56.508,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,74,-9480.25,126.305,56.633,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,75,-9482.92,145.265,56.4331,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,76,-9485.43,167.398,56.0542,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,77,-9484.82,180.071,55.4292,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,78,-9493.02,196.934,54.5542,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,79,-9508.47,218.067,52.9641,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,80,-9533.1,242.196,50.8697,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,81,-9519.22,232.355,51.8391,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,82,-9515.61,227.524,52.2238,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,83,-9503.67,216.639,52.9021,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,84,-9498.02,202.376,54.1527,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,85,-9486.04,183.357,55.2268,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,86,-9483.61,166.148,56.0525,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,87,-9481.67,150.386,56.4436,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,88,-9481.87,138.393,56.6775,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,89,-9483.65,118.807,56.6081,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,90,-9486.33,100.285,56.508,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,91,-9487.61,81.9192,56.0739,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,92,-9485.29,71.6119,56.4018,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,93,-9479.71,67.173,56.3223,0,0,0,0,0,0,0,0,0,100,0,0), + (3937,0,94,-9467.88,61.3307,56.1054,0,0,0,0,0,0,0,0,0,100,0,0), + (10268,0,4,-167.461,-361.946,64.4009,0,0,0,0,0,0,0,0,0,1.56698,0,0), + (10268,0,5,-167.618,-334.249,64.4009,0,0,0,0,0,0,0,0,0,1.59054,0,0), + (10268,0,6,-170.905,-326.795,64.4009,0,0,0,0,0,0,0,0,0,2.71366,0,0), + (10268,0,7,-179.014,-325.519,64.4113,0,0,0,0,0,0,0,0,0,3.18097,0,0), + (10268,0,8,-186.344,-326.651,64.4235,2000,1026802,0,0,0,0,0,0,0,3.39303,0,0); /*!40000 ALTER TABLE `creature_movement_template` ENABLE KEYS */; UNLOCK TABLES; @@ -394898,7 +397861,7 @@ VALUES (465,'Barkeep Dobbins','Bartender',10,10,3266,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,'',''), (466,'General Marcus Jonathan','High Commander of Stormwind Defense',60,60,1688,0,0,0,12,12,0,0,7,3,3,0,2,36864,0,2,0,1,1.38571,1,1,1,1,1,1,-1,1,9835,9835,0,0,559,720,61.152,84.084,3791,295,100,2000,2000,0,1,873,466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (467,'The Defias Traitor',NULL,15,15,2311,0,0,0,10,10,0,0,7,3,3,0,2,36864,0,0,4096,1,0.892857,1,0,1,1,1,1,1,1,329,329,0,0,17,22,24.552,33.759,677,9,100,2000,2000,0,0,0,467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_defias_traitor'), - (468,'Town Crier',NULL,35,35,4310,0,0,0,12,12,0,0,7,3,3,0,0,36864,0,4098,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,1,'',''), + (468,'Town Crier',NULL,35,35,4310,0,0,0,12,12,0,0,7,3,3,0,0,36864,0,4096,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,468,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,1,'',''), (469,'Lieutenant Doren',NULL,60,60,2593,0,0,0,12,12,0,0,7,3,3,0,2,36864,0,0,0,1,1.14286,1,1,20,1,1,1,1,1,61040,61040,0,0,289,373,47.2,64.9,3791,153,100,1341,2000,0,0,0,469,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,'',''), (471,'Mother Fang',NULL,10,10,2541,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,0.857143,1,4,1,1,1,1,1,1,198,198,0,0,14,17,15.1624,20.8483,512,7,100,2000,2000,0,0,0,471,0,0,0,0,0,0,0,0,0,0,0,0,5908,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (472,'Fedfennel',NULL,12,12,175,0,0,0,20,20,0,0,7,3,3,0,0,32768,0,0,0,1.43,1.14286,1,4,1,1,1,1,1,1,247,247,0,0,71,93,23.8896,32.8482,573,38,100,2000,2000,0,13,21,472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,'EventAI',''), @@ -394929,7 +397892,7 @@ VALUES (505,'Greater Tarantula',NULL,19,20,520,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1,1,1,1,1,1,449,484,0,0,28,36,28.6704,39.4218,852,15,100,2000,2000,0,0,0,505,0,0,0,0,0,0,0,0,0,0,0,0,5891,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (506,'Sergeant Brashclaw',NULL,18,18,383,0,0,0,20,20,0,0,7,3,3,0,0,32768,0,0,0,0.95,1.14286,1,4,1,1,1,1,1,1,417,417,0,0,27,34,25.08,34.485,782,14,100,2000,2000,0,21,33,506,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,506,0,'EventAI',''), (507,'Fenros',NULL,32,32,11179,0,0,0,24,24,0,0,7,3,3,0,0,32768,0,0,0,1.6,1.14286,8,4,1.75,1,1,1,1.5,1,1404,1404,2362,2362,184,237,44.84,61.655,1041,97,100,1341,1475,0,54,75,507,0,507,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,'EventAI',''), - (510,'Water Elemental',NULL,60,60,525,0,0,0,115,115,0,0,4,3,3,0,0,32770,0,0,0,1.125,1.14286,1,0,1,1,1,1,-1,1,2998,2998,3043,3043,2,2,0,0,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (510,'Water Elemental',NULL,60,60,525,0,0,0,115,115,0,0,4,3,3,0,0,32770,0,0,0,1.125,1.14286,1,0,1,1,1,1,-1,1,2998,2998,3043,3043,2,2,0,0,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (511,'Insane Ghoul',NULL,26,26,828,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.777776,1.14286,1,0,1.05,1,1,1,1,1,788,788,0,0,39,48,42.1344,57.9348,1061,20,100,1700,2000,0,36,52,511,511,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,511,0,'EventAI',''), (513,'Murloc Netter',NULL,14,15,1994,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,0.95,1.14286,1,0,1,1,1,1,1,1,300,328,0,0,21,27,21.2784,29.2578,677,11,100,2000,2000,0,16,26,513,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,513,0,'EventAI',''), (514,'Smith Argus','Journeyman Blacksmith',24,24,1288,0,0,0,12,12,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2744,514,0,'',''), @@ -394961,7 +397924,7 @@ VALUES (572,'Leprithus',NULL,19,19,1065,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.44,1.14286,2,4,1,1,1,1,1,1,404,404,456,456,26,31,26.24,36.08,683,13,100,2000,2000,0,23,35,572,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (573,'Foe Reaper 4000',NULL,20,20,548,0,0,0,14,14,0,0,9,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1,1,1,1,1,1,484,484,0,0,97,124,29.6792,40.8089,852,51,100,1466,2000,0,24,37,573,0,0,0,0,16384,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (574,'Naraxis',NULL,27,27,963,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,0.97,1.14286,1,4,1.05,1,1,1,1,1,840,840,0,0,111,144,32.968,45.331,1097,59,100,2000,2000,0,0,0,574,0,0,0,0,0,0,0,0,0,0,0,0,5911,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (575,'Fire Elemental',NULL,35,36,1405,0,0,0,67,67,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1753,1753,0,0,57,70,0,0,1964,29,100,1490,2000,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (575,'Fire Elemental',NULL,35,36,1405,0,0,0,67,67,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1753,1753,0,0,57,70,0,0,1964,29,100,1490,2000,2,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (576,'Watcher Ladimore','The Night Watch',28,28,2375,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1454,1454,0,0,38,48,42.6272,58.6124,1130,20,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,1,'',''), (578,'Murloc Scout',NULL,19,20,391,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,449,484,0,0,28,36,28.6704,39.4218,852,15,100,2000,2000,0,24,36,578,578,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (579,'Shadowhide Assassin',NULL,23,24,550,0,0,0,39,39,0,0,7,3,3,0,0,32768,0,0,0,1,1.19048,1,0,1.02,1,1,1,1,1,617,664,0,0,34,43,35.6224,48.9808,992,18,100,2000,2000,0,31,45,579,579,0,0,0,0,0,0,0,0,0,50,0,0,1,0,0,0,0,0,0,0,579,0,'EventAI',''), @@ -395011,7 +397974,7 @@ VALUES (663,'Calor',NULL,20,20,2027,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,1,'',''), (664,'Benjamin Carevin',NULL,2,2,221,0,0,0,12,12,0,0,7,3,3,0,2,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,87,87,0,0,3,5,3.5024,4.8158,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (667,'Skullsplitter Warrior',NULL,39,40,4632,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,1678,1753,0,0,56,70,59.0304,81.1668,1964,29,100,2000,1716,0,66,91,667,667,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,667,0,'',''), - (669,'Skullsplitter Hunter',NULL,41,42,4628,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,1902,1981,0,0,61,78,62.8672,86.4424,2246,32,100,2000,1672,0,76,105,669,669,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,669,0,'',''), + (669,'Skullsplitter Hunter',NULL,41,42,4628,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,1902,1981,0,0,61,78,62.8672,86.4424,2246,32,100,2000,1672,0,76,105,669,669,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,669,0,'EventAI',''), (670,'Skullsplitter Witch Doctor',NULL,41,42,4627,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.2,1,1,1,1,1,1522,1585,1332,1381,56,71,61.9344,85.1598,1841,29,100,2000,1683,0,68,94,670,670,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,670,0,'',''), (671,'Bloodscalp Headhunter',NULL,36,37,4580,0,0,0,28,28,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,1469,1536,0,0,52,65,59.0304,81.1668,1593,27,100,2000,1716,0,59,83,671,671,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,671,0,'',''), (672,'Skullsplitter Spiritchaser',NULL,44,44,4621,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.2,1,1,1,1,1,1711,1711,1483,1483,69,84,63.7824,87.7008,2082,35,100,2000,1661,0,71,97,672,672,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,'',''), @@ -395032,7 +397995,7 @@ VALUES (688,'Stone Maw Basilisk',NULL,31,32,12344,0,0,0,49,49,0,0,1,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,0,1.1,1,1,1,1.5,1,1107,1163,0,0,45,56,44.616,61.347,1905,23,100,2000,2000,0,0,0,688,0,688,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (689,'Crystal Spine Basilisk',NULL,34,35,601,0,0,0,49,49,0,0,1,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,0,1.1,1,1,1,1.5,1,1279,1342,0,0,48,60,47.0272,64.6624,2060,25,100,2000,1837,0,0,0,689,0,689,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (690,'Cold Eye Basilisk',NULL,39,40,8797,0,0,0,49,49,0,0,1,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,0,1.15,1,1,1,1.5,1,1678,1753,0,0,56,70,53.8384,74.0278,2946,29,100,2000,2000,0,0,0,690,0,690,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (691,'Lesser Water Elemental',NULL,36,37,5561,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.15,1,1,1,1,1,1469,1536,0,0,52,65,49.368,67.881,1593,27,100,2000,1815,0,0,0,691,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (691,'Lesser Water Elemental',NULL,36,37,5561,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.15,1,1,1,1,1,1469,1536,0,0,52,65,49.368,67.881,1593,27,100,2000,1815,0,0,0,691,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (694,'Bloodscalp Axe Thrower',NULL,33,34,4572,0,0,0,28,28,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.1,1,1,1,1,1,1221,1279,0,0,47,60,53.8384,74.0278,1340,25,100,2000,2000,0,53,74,694,694,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,694,0,'EventAI',''), (696,'Skullsplitter Axe Thrower',NULL,39,40,4622,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,1678,1753,0,0,56,70,59.0304,81.1668,1964,29,100,2000,1716,0,66,91,696,696,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,696,0,'EventAI',''), (697,'Bloodscalp Shaman',NULL,33,34,4573,0,0,0,28,28,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.1,1,1,1,1,1,1021,1064,963,1007,45,55,53.8384,74.0278,1121,23,100,2000,2000,0,51,71,697,697,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,697,0,'EventAI',''), @@ -395108,7 +398071,7 @@ VALUES (781,'Skullsplitter Headhunter',NULL,43,44,4635,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,2059,2138,0,0,68,88,63.7824,87.7008,2557,36,100,2000,1661,0,78,107,781,781,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,781,0,'',''), (782,'Skullsplitter Scout',NULL,41,42,4625,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,1902,1981,0,0,61,78,63.7824,87.7008,2246,32,100,2000,1661,0,76,105,782,782,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,0,'',''), (783,'Skullsplitter Berserker',NULL,43,44,4623,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,0.75,1,2059,2138,0,0,102,132,63.7824,87.7008,1918,54,100,2400,1661,0,78,107,783,783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,783,0,'EventAI',''), - (784,'Skullsplitter Beastmaster',NULL,41,42,4624,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,1902,1981,0,0,61,78,63.7824,87.7008,2246,32,100,2000,1661,0,76,105,784,784,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,784,0,'',''), + (784,'Skullsplitter Beastmaster',NULL,41,42,4624,0,0,0,30,30,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,1902,1981,0,0,61,78,63.7824,87.7008,2246,32,100,2000,1661,0,76,105,784,784,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,784,0,'EventAI',''), (785,'Skeletal Warder',NULL,28,29,612,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.888888,1.14286,2,0,1.05,1,1,1,1,1,768,811,756,811,38,48,42.1344,57.9348,975,20,100,2000,2000,0,39,55,785,785,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,785,0,'EventAI',''), (786,'Grelin Whitebeard',NULL,5,5,1354,0,0,0,55,55,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,1960,2156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10893,786,0,'',''), (787,'Skeletal Healer',NULL,26,27,7555,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.05,1.5,1,1,1,1,684,724,1039,1098,35,44,42.1344,57.9348,916,18,100,2000,2000,0,35,50,787,787,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,787,0,'EventAI',''), @@ -395172,12 +398135,12 @@ VALUES (857,'Donal Osgood','Arathi Basin Battlemaster',61,61,15114,0,0,0,1577,1577,0,0,7,3,3,0,2049,37440,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,7776,7776,0,0,588,669,172.1,240.07,4091,290,100,1666,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6471,857,0,'',''), (858,'Sorrow Spinner',NULL,36,37,2543,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.15,1,1,1,1,1,1469,1536,0,0,52,65,49.368,67.881,1593,27,100,2000,2000,0,0,0,858,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (859,'Guard Berton',NULL,33,33,3453,0,0,0,11,11,0,0,7,3,3,0,2,37376,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2434,2434,0,0,46,58,48.7872,67.0824,1304,24,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,859,0,'',''), - (861,'Stonard Scout',NULL,36,37,4497,0,0,0,29,29,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1456,1463,0,0,61,78,53.8384,74.0278,1593,32,100,2000,2000,0,70,96,861,861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,0,'EventAI',''), - (862,'Stonard Explorer',NULL,37,38,4495,0,0,0,125,125,0,0,7,3,3,0,0,36864,0,0,0,1.05,1.14286,1,0,1,1,1,1,-1,1,1476,1601,0,0,61,78,53.8384,74.0278,1709,32,100,2000,2000,0,62,86,862,862,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,862,0,'EventAI',''), - (863,'Stonard Hunter',NULL,55,55,4499,0,0,0,125,125,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,102,131,69.696,95.832,3271,54,100,2000,1584,0,101,137,863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,863,0,'EventAI',''), + (861,'Stonard Scout',NULL,36,37,4497,4498,0,0,29,29,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1456,1463,0,0,61,78,53.8384,74.0278,1593,32,100,2000,2000,0,70,96,861,861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,0,'EventAI',''), + (862,'Stonard Explorer',NULL,37,38,4495,4496,0,0,125,125,0,0,7,3,3,0,0,36864,0,0,0,1.05,1.14286,1,0,1,1,1,1,-1,1,1476,1601,0,0,61,78,53.8384,74.0278,1709,32,100,2000,2000,0,62,86,862,862,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,862,0,'EventAI',''), + (863,'Stonard Hunter',NULL,55,55,4499,4500,0,0,125,125,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,102,131,69.696,95.832,3271,54,100,2000,1584,0,101,137,863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,863,0,'EventAI',''), (864,'Stonard Orc',NULL,48,48,4502,0,0,0,125,125,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3294,3294,0,0,85,109,63.7824,87.7008,2888,45,100,2000,2000,0,146,195,864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,0,'EventAI',''), (865,'Stonard Wayfinder',NULL,50,51,4506,0,0,0,125,125,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2033,2978,0,0,96,125,68.0944,93.6298,3052,51,100,2000,2000,0,101,137,865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,'EventAI',''), - (866,'Stonard Grunt',NULL,56,56,4504,0,0,0,85,85,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4231,4231,0,0,402,443,70.4704,96.8968,3327,195,100,2000,2000,0,2146,2146,866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,'EventAI',''), + (866,'Stonard Grunt',NULL,56,56,4503,4504,0,0,85,85,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4231,4231,0,0,402,443,70.4704,96.8968,3327,195,100,2000,2000,0,2146,2146,866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,'EventAI',''), (867,'Stonard Cartographer',NULL,52,52,4508,0,0,0,125,125,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3748,3748,0,0,179,236,68.1824,93.7508,3108,96,100,2000,2000,0,105,142,867,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,'EventAI',''), (868,'Stonard Shaman',NULL,53,53,4551,0,0,0,125,125,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,3866,3866,1982,1982,92,119,69.0272,94.9124,2566,49,100,2000,1628,0,97,132,868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,868,0,'EventAI',''), (869,'Protector Dorana','The People\'s Militia',30,30,2366,0,0,0,11,11,0,0,7,3,3,0,0,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,2843,2843,0,0,42,53,42.1344,57.9348,1200,22,100,2000,2000,0,0,0,869,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,869,0,'',''), @@ -395651,7 +398614,7 @@ VALUES (1431,'Suzetta Gallina',NULL,30,30,5545,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1431,0,'EventAI',''), (1432,'Renato Gallina',NULL,45,45,5074,0,0,0,12,12,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6951,1432,0,'EventAI',''), (1433,'Corbett Schneider',NULL,5,5,5550,0,0,0,12,12,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,15,16,8.624,11.858,120,7,100,1960,2156,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), - (1434,'Menethil Sentry',NULL,41,42,2677,2678,0,0,57,57,0,0,7,3,3,0,0,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,2187,3570,0,0,77,101,61.9344,85.1598,2246,41,100,2000,2000,0,0,0,1434,1434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,'',''), + (1434,'Menethil Sentry',NULL,41,42,2677,2678,2680,2679,57,57,0,0,7,3,3,0,0,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,2187,3570,0,0,77,101,61.9344,85.1598,2246,41,100,2000,2000,0,0,0,1434,1434,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,'',''), (1435,'Zardeth of the Black Claw',NULL,60,60,1765,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1435,0,'EventAI',''), (1436,'Watcher Cutford','The Night Watch',36,36,2383,0,0,0,56,56,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2100,2100,0,0,85,101,51.6384,71.0028,1480,43,100,1630,1793,0,26,132,0,0,0,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,0,1436,0,'',''), (1437,'Thomas Booker',NULL,20,20,3484,0,0,0,11,11,0,0,7,3,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,1437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1437,0,'',''), @@ -395716,8 +398679,8 @@ VALUES (1502,'Wretched Zombie',NULL,1,2,10979,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,0,0,0.777776,0.857143,1,0,1,1,1,1,1.25,1,42,55,0,0,2,2,3.5024,4.8158,20,1,100,2000,2000,0,1,4,1502,1502,0,0,0,8388624,0,0,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1504,'Young Night Web Spider',NULL,2,3,513,0,0,0,7,7,0,3,1,1,3,0,0,0,0,0,1,1,0.857143,1,0,1,1,1,1,1,1,55,71,0,0,3,5,5.2272,7.1874,41,2,100,2000,2000,0,0,0,1504,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1505,'Night Web Spider',NULL,3,4,30,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,0.9,1.14286,1,0,1,1,1,1,1,1,71,86,0,0,3,5,6.9344,9.5348,76,2,100,2000,2000,0,0,0,1505,0,0,0,0,0,0,0,0,0,0,0,0,5879,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (1506,'Scarlet Convert',NULL,3,3,2403,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,71,71,0,0,3,4,5.2272,7.1874,41,2,100,2000,2000,0,1,6,1506,1506,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1506,0,'EventAI',''), - (1507,'Scarlet Initiate',NULL,3,4,2478,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,8,0,1,1,1,1,0.75,1,67,81,174,202,3,4,6.9344,9.5348,30,2,100,2000,2000,0,1,7,1507,1507,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1507,0,'EventAI',''), + (1506,'Scarlet Convert',NULL,3,3,2403,2407,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,71,71,0,0,3,4,5.2272,7.1874,41,2,100,2000,2000,0,1,6,1506,1506,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1506,0,'EventAI',''), + (1507,'Scarlet Initiate',NULL,3,4,2467,2478,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,8,0,1,1,1,1,0.75,1,67,81,174,202,3,4,6.9344,9.5348,30,2,100,2000,2000,0,1,7,1507,1507,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1507,0,'EventAI',''), (1508,'Young Scavenger',NULL,1,1,447,0,0,0,32,32,0.7,1,1,1,3,0,0,0,0,0,1,1,0.857143,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,1508,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1509,'Ragged Scavenger',NULL,2,3,604,0,0,0,32,32,0.71,1,1,1,3,0,0,0,0,0,1,1,0.857143,1,0,1,1,1,1,1,1,55,71,0,0,3,5,5.2272,7.1874,41,2,100,2000,2000,0,0,0,1509,0,0,0,0,0,0,0,0,1,0,0,0,5935,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1511,'Enraged Silverback Gorilla',NULL,41,42,837,0,0,0,41,41,0,9,1,3,3,0,0,32768,0,0,0,1.6,1.14286,1,0,1.2,1,1,1,1,1,1902,1981,0,0,59,83,48.0848,66.1166,2246,32,100,2000,1466,0,0,0,1511,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -395736,18 +398699,18 @@ VALUES (1526,'Ravaged Corpse',NULL,6,7,1201,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,-1,1,120,136,220,220,7,7,13.4464,18.4888,20,3,100,2000,2000,0,5,12,1526,1526,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1527,'Hungering Dead',NULL,7,8,1202,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,137,156,0,0,9,13,13.4464,18.4888,316,5,100,2000,2000,0,6,13,1527,1527,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1528,'Shambling Horror',NULL,8,9,1197,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,156,176,0,0,11,14,13.4464,18.4888,406,6,100,2000,2000,0,8,15,1528,1528,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (1529,'Bleeding Horror',NULL,9,10,1198,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1.04,1,1,1,-1,1,183,202,240,240,7,10,15.048,20.691,20,4,100,2000,2000,0,10,18,1529,1529,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (1530,'Rotting Ancestor',NULL,10,11,4631,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,198,222,0,0,14,19,21.2784,29.2578,538,8,100,2000,2000,0,10,18,1530,1530,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (1529,'Bleeding Horror',NULL,9,10,1198,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1.04,1,1,1,-1,1,183,202,240,240,7,10,15.048,20.691,20,4,100,2000,2000,0,10,18,1529,1529,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (1530,'Rotting Ancestor',NULL,10,11,1196,10256,10255,4631,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,198,222,0,0,14,19,21.2784,29.2578,538,8,100,2000,2000,0,10,18,1530,1530,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (1531,'Lost Soul',NULL,6,7,985,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,4,1,1,1,1,1,1,120,137,0,0,14,22,11.2,15.4,239,8,100,1591,2000,0,5,12,1531,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (1532,'Wandering Spirit',NULL,10,11,3228,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,198,222,0,0,14,19,21.2784,29.2578,538,8,100,2000,2000,0,11,20,1532,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (1532,'Wandering Spirit',NULL,10,11,3227,3228,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,198,222,0,0,14,19,21.2784,29.2578,538,8,100,2000,2000,0,11,20,1532,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1533,'Tormented Spirit',NULL,8,9,9534,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.22,1.14286,1,4,1,1,1,1,-1,1,155,176,572,572,17,28,13.856,19.052,20,10,100,1575,1732,0,8,16,1533,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1534,'Wailing Ancestor',NULL,9,10,10752,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,176,198,0,0,13,17,13.4464,18.4888,512,7,100,2000,2000,0,9,17,1534,1534,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (1535,'Scarlet Warrior',NULL,6,7,2471,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,120,137,0,0,7,10,13.4464,18.4888,239,4,100,2000,2000,0,5,12,1535,1535,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1535,0,'EventAI',''), - (1536,'Scarlet Missionary',NULL,7,8,2468,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,137,156,0,0,9,13,13.4464,18.4888,316,5,100,2000,2000,0,7,13,1536,1536,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1536,0,'EventAI',''), - (1537,'Scarlet Zealot',NULL,8,9,2483,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,156,176,0,0,17,22,13.4464,18.4888,406,9,100,3000,2000,0,9,17,1537,1537,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1537,0,'EventAI',''), - (1538,'Scarlet Friar',NULL,9,10,2466,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,2,0,1,1,1,1,1,1,166,186,178,191,11,14,15.048,20.691,426,6,100,2000,2000,0,9,17,1538,1538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1538,0,'EventAI',''), - (1539,'Scarlet Neophyte',NULL,10,11,2480,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,2,0,1,1,1,1,1,1,186,208,191,205,13,17,21.2784,29.2578,450,7,100,2000,2000,0,10,18,1539,1539,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1539,0,'EventAI',''), - (1540,'Scarlet Vanguard',NULL,10,11,2481,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,198,222,0,0,14,19,21.2784,29.2578,538,8,100,2000,2000,0,11,20,1540,1540,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1540,0,'EventAI',''), + (1535,'Scarlet Warrior',NULL,6,7,2471,2482,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,120,137,0,0,7,10,13.4464,18.4888,239,4,100,2000,2000,0,5,12,1535,1535,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1535,0,'EventAI',''), + (1536,'Scarlet Missionary',NULL,7,8,2468,2479,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,137,156,0,0,9,13,13.4464,18.4888,316,5,100,2000,2000,0,7,13,1536,1536,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1536,0,'EventAI',''), + (1537,'Scarlet Zealot',NULL,8,9,2483,2472,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,156,176,0,0,17,22,13.4464,18.4888,406,9,100,3000,2000,0,9,17,1537,1537,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1537,0,'EventAI',''), + (1538,'Scarlet Friar',NULL,9,10,2466,2477,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,2,0,1,1,1,1,1,1,166,186,178,191,11,14,15.048,20.691,426,6,100,2000,2000,0,9,17,1538,1538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1538,0,'EventAI',''), + (1539,'Scarlet Neophyte',NULL,10,11,2469,2480,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,2,0,1,1,1,1,1,1,186,208,191,205,13,17,21.2784,29.2578,450,7,100,2000,2000,0,10,18,1539,1539,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1539,0,'EventAI',''), + (1540,'Scarlet Vanguard',NULL,10,11,2481,2470,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,198,222,0,0,14,19,21.2784,29.2578,538,8,100,2000,2000,0,11,20,1540,1540,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1540,0,'EventAI',''), (1543,'Vile Fin Puddlejumper',NULL,7,8,441,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,137,156,0,0,9,13,13.4464,18.4888,316,5,100,2000,2000,0,6,13,1543,1543,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1543,0,'EventAI',''), (1544,'Vile Fin Minor Oracle',NULL,8,9,1005,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,2,0,1,1,1,1,-1,1,148,198,165,178,7,10,13.4464,18.4888,20,4,100,2000,2000,0,7,15,1544,1544,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1544,0,'EventAI',''), (1545,'Vile Fin Muckdweller',NULL,9,10,346,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,176,198,0,0,13,17,15.048,20.691,512,7,100,2000,2000,0,9,17,1545,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1545,0,'EventAI',''), @@ -395765,10 +398728,10 @@ VALUES (1559,'King Mukla',NULL,51,51,792,0,0,0,16,16,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,1,4.96,1,1,1,1,1,11368,11368,0,0,292,377,0,0,3052,154,0,1233,2000,0,0,0,1559,0,1559,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (1560,'Yvette Farthing',NULL,15,15,3517,0,0,0,68,68,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,'',''), (1561,'Bloodsail Raider',NULL,39,41,793,0,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1829,1902,0,0,59,74,59.0304,81.1668,2101,31,100,2000,2000,0,74,101,1561,1561,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1561,0,'EventAI',''), - (1562,'Bloodsail Mage',NULL,39,41,2561,0,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,1292,1332,3191,3293,41,54,59.0304,81.1668,1098,22,100,2000,2000,0,59,81,1562,1562,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1562,0,'EventAI',''), - (1563,'Bloodsail Swashbuckler',NULL,41,43,796,0,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1829,1902,0,0,59,74,62.8672,86.4424,2101,31,100,2000,2000,0,75,103,1563,1563,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,0,'EventAI',''), - (1564,'Bloodsail Warlock',NULL,41,43,4461,0,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,1292,1332,3191,3293,41,54,61.9344,85.1598,1098,22,100,2000,2000,0,62,86,1564,1564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1564,0,'EventAI',''), - (1565,'Bloodsail Sea Dog',NULL,43,45,796,0,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1902,1981,0,0,61,78,62.8672,86.4424,2246,32,100,2000,1672,0,83,114,1565,1565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1565,0,'EventAI',''), + (1562,'Bloodsail Mage',NULL,39,41,2561,2562,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,1292,1332,3191,3293,41,54,59.0304,81.1668,1098,22,100,2000,2000,0,59,81,1562,1562,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1562,0,'EventAI',''), + (1563,'Bloodsail Swashbuckler',NULL,41,43,796,794,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1829,1902,0,0,59,74,62.8672,86.4424,2101,31,100,2000,2000,0,75,103,1563,1563,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,0,'EventAI',''), + (1564,'Bloodsail Warlock',NULL,41,43,4461,4462,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,1292,1332,3191,3293,41,54,61.9344,85.1598,1098,22,100,2000,2000,0,62,86,1564,1564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1564,0,'EventAI',''), + (1565,'Bloodsail Sea Dog',NULL,43,45,796,1768,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1902,1981,0,0,61,78,62.8672,86.4424,2246,32,100,2000,1672,0,83,114,1565,1565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1565,0,'EventAI',''), (1568,'Undertaker Mordo',NULL,5,5,1582,0,0,0,68,68,0,0,7,3,3,0,2,37632,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1568,0,'',''), (1569,'Shadow Priest Sarvis',NULL,5,5,1584,0,0,0,68,68,0,0,7,3,3,0,3,37632,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4044,1569,0,'',''), (1570,'Executor Arren',NULL,5,5,1583,0,0,0,68,68,0,0,7,3,3,0,2,37632,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,1570,0,'',''), @@ -395782,13 +398745,13 @@ VALUES (1650,'Terry Palin','Lumberjack',11,11,5032,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,456,456,0,0,12,14,18.392,25.289,20,6,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,'',''), (1651,'Lee Brown','Fishing Trainer',8,8,3272,0,0,0,12,12,0,0,7,3,3,0,17,37376,0,1026,0,1,1.14286,1,0,1,1,1,1,-1,1,334,334,0,0,7,10,13.5872,18.6824,20,4,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4744,1651,0,'',''), (1652,'Deathguard Burgess',NULL,24,24,1666,0,0,0,68,68,0,0,7,3,3,0,3,37376,0,2,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,3356,1652,0,'',''), - (1653,'Bloodsail Elder Magus',NULL,44,45,2563,0,0,0,119,119,1.33,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,1110,1156,3293,3471,43,57,62.8672,86.4424,1165,23,100,2000,1672,0,68,94,1653,1653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1653,0,'EventAI',''), + (1653,'Bloodsail Elder Magus',NULL,44,45,2563,2564,0,0,119,119,1.33,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,1110,1156,3293,3471,43,57,62.8672,86.4424,1165,23,100,2000,1672,0,68,94,1653,1653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1653,0,'EventAI',''), (1654,'Gregor Agamand',NULL,10,10,646,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,198,198,0,0,14,17,15.048,20.691,512,7,100,2000,2000,0,10,18,1654,1654,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (1655,'Nissa Agamand',NULL,10,10,10702,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,198,198,0,0,14,17,15.048,20.691,512,7,100,2000,2000,0,10,18,1655,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (1656,'Thurman Agamand',NULL,10,10,1196,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,197,197,0,0,14,17,15.048,20.691,512,7,100,2000,2000,0,10,18,1656,1656,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (1657,'Devlin Agamand',NULL,9,9,11399,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,176,176,0,0,20,32,15.048,20.691,406,12,100,2000,2000,0,8,16,1657,1657,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1657,0,'EventAI',''), (1658,'Captain Dargol',NULL,13,13,733,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,273,273,0,0,19,23,21.2784,29.2578,608,10,100,2000,2000,0,14,23,1658,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (1660,'Scarlet Bodyguard',NULL,8,8,3144,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,156,156,0,0,10,13,13.4464,18.4888,316,5,100,2000,2000,0,7,14,1660,1660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,'EventAI',''), + (1660,'Scarlet Bodyguard',NULL,8,8,3144,3145,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,0.9,1.14286,1,0,1,1,1,1,1,1,156,156,0,0,10,13,13.4464,18.4888,316,5,100,2000,2000,0,7,14,1660,1660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1660,0,'EventAI',''), (1661,'Novice Elreth',NULL,3,3,1593,0,0,0,68,68,0,0,7,3,3,0,2,37632,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,112,112,0,0,3,5,5.2272,7.1874,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,0,'',''), (1662,'Captain Perrine',NULL,9,9,1738,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,176,176,0,0,12,14,15.048,20.691,406,6,100,2000,2000,0,8,16,1662,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1662,0,'EventAI',''), (1663,'Dextren Ward',NULL,26,26,2149,0,0,0,41,41,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,2097,2097,0,0,129,166,35.1008,48.2636,1026,68,100,2400,2000,0,135,181,1663,1663,0,0,0,617299930,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1663,0,'EventAI',''), @@ -395921,13 +398884,13 @@ VALUES (1821,'Carrion Lurker',NULL,52,53,1091,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.3,1,1,1,1,1,3082,3189,0,0,89,111,69.0272,94.9124,3163,46,100,2000,2000,0,0,0,1821,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (1822,'Venom Mist Lurker',NULL,50,51,1087,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.3,1,1,1,1,1,2880,2980,0,0,87,107,66.44,91.355,3052,45,100,2000,2000,0,0,0,1822,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (1824,'Plague Lurker',NULL,54,55,1088,0,0,0,312,312,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,71.9664,98.9538,3271,49,100,2000,2000,0,0,0,1824,0,0,0,0,0,0,0,0,0,0,0,0,5906,1,0,0,0,0,0,0,0,0,0,'',''), - (1826,'Scarlet Mage',NULL,55,56,10286,10288,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1.35,1,1,1,1,1,2470,2550,5013,5206,84,103,71.2272,97.9374,1686,43,100,2000,2000,0,99,134,1826,1826,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1826,0,'EventAI',''), - (1827,'Scarlet Sentinel',NULL,55,56,10350,10351,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,7842,8097,0,0,344,444,59.3256,81.5727,3327,182,100,1183,2000,0,435,573,1827,1827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1827,0,'EventAI',''), - (1831,'Scarlet Hunter',NULL,52,53,10277,10279,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3082,3188,0,0,89,111,71.9664,98.9538,3163,46,100,2000,2000,0,109,148,1831,1831,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1831,0,'EventAI',''), - (1832,'Scarlet Magus',NULL,56,57,10328,10330,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,1,3,1,1,1,1,1,5667,5847,5206,5340,344,444,59.3256,81.5727,1714,182,100,1183,2000,0,347,458,1832,1832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1832,0,'EventAI',''), - (1833,'Scarlet Knight',NULL,54,55,10291,10292,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,71.9664,98.9538,3271,49,100,2000,2000,0,117,158,1833,1833,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1833,0,'EventAI',''), - (1834,'Scarlet Paladin',NULL,55,56,10324,10326,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,6273,6477,2117,2163,344,444,59.3256,81.5727,2699,182,100,1183,2000,0,367,484,1834,1834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1834,0,'EventAI',''), - (1835,'Scarlet Invoker',NULL,53,54,10320,10322,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,71.2272,97.9374,2610,45,100,2000,2000,0,99,135,1835,1835,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1835,0,'EventAI',''), + (1826,'Scarlet Mage',NULL,55,56,10286,10288,10287,10289,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1.35,1,1,1,1,1,2470,2550,5013,5206,84,103,71.2272,97.9374,1686,43,100,2000,2000,0,99,134,1826,1826,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1826,0,'EventAI',''), + (1827,'Scarlet Sentinel',NULL,55,56,10350,10351,10352,10353,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,7842,8097,0,0,344,444,59.3256,81.5727,3327,182,100,1183,2000,0,435,573,1827,1827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1827,0,'EventAI',''), + (1831,'Scarlet Hunter',NULL,52,53,10277,10279,10280,10281,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3082,3188,0,0,89,111,71.9664,98.9538,3163,46,100,2000,2000,0,109,148,1831,1831,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1831,0,'EventAI',''), + (1832,'Scarlet Magus',NULL,56,57,10328,10330,10329,10331,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,1,3,1,1,1,1,1,5667,5847,5206,5340,344,444,59.3256,81.5727,1714,182,100,1183,2000,0,347,458,1832,1832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1832,0,'EventAI',''), + (1833,'Scarlet Knight',NULL,54,55,10291,10292,10293,10294,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,71.9664,98.9538,3271,49,100,2000,2000,0,117,158,1833,1833,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1833,0,'EventAI',''), + (1834,'Scarlet Paladin',NULL,55,56,10324,10326,10325,10327,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,6273,6477,2117,2163,344,444,59.3256,81.5727,2699,182,100,1183,2000,0,367,484,1834,1834,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1834,0,'EventAI',''), + (1835,'Scarlet Invoker',NULL,53,54,10320,10322,10321,10323,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,71.2272,97.9374,2610,45,100,2000,2000,0,99,135,1835,1835,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1835,0,'EventAI',''), (1836,'Scarlet Cavalier',NULL,56,58,10336,10337,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,1,1,3,1,2,1,1,1,8097,8613,0,0,96,132,0,0,3435,242,25,2000,2000,0,472,621,1836,1836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1836,0,'EventAI',''), (1837,'Scarlet Judge',NULL,60,60,10355,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.79,1.14286,2,2,3,1,1.7,1,1,1,7326,7326,2434,2434,97,128,0,0,3075,238,24,1150,1265,0,205,273,1837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1837,0,'EventAI',''), (1838,'Scarlet Interrogator',NULL,61,61,10343,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.8,1.14286,1,2,3,1,1,1,1,1,9432,9432,0,0,588,669,203.77,289.86,4091,290,100,1141,1255,0,758,995,1838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1838,0,'EventAI',''), @@ -395958,11 +398921,11 @@ VALUES (1871,'Eliza\'s Guard',NULL,28,29,734,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.06,1.14286,1,0,1.05,1,1,1,1,1,896,950,0,0,58,67,39.8112,54.7404,1165,29,100,1740,1914,0,11,53,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (1872,'Tharek Blackstone',NULL,12,12,3415,0,0,0,55,55,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,500,500,0,0,12,14,19.9584,27.4428,20,6,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (1880,'Berte',NULL,1,1,338,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (1883,'Scarlet Worker',NULL,55,57,10303,10305,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3529,3758,0,0,96,121,71.2272,97.9374,3380,50,100,2000,2000,0,125,168,1883,1883,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1883,0,'EventAI',''), - (1884,'Scarlet Lumberjack',NULL,54,56,10299,10300,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3420,3644,0,0,94,118,71.2272,97.9374,3327,49,100,2000,2000,0,122,164,1884,1884,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1884,0,'EventAI',''), + (1883,'Scarlet Worker',NULL,55,57,10303,10305,10304,10306,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3529,3758,0,0,96,121,71.2272,97.9374,3380,50,100,2000,2000,0,125,168,1883,1883,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1883,0,'EventAI',''), + (1884,'Scarlet Lumberjack',NULL,54,56,10299,10300,10301,10302,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3420,3644,0,0,94,118,71.2272,97.9374,3327,49,100,2000,2000,0,122,164,1884,1884,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1884,0,'EventAI',''), (1885,'Scarlet Smith',NULL,59,59,10349,10346,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.78,1.14286,1,2,3,1,1,1,1.5,1,8883,8883,0,0,355,459,61.152,84.084,5234,188,100,1158,1274,0,235,312,1885,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (1888,'Dalaran Watcher',NULL,18,19,3566,3567,0,0,76,76,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1.3,1,1,1,1,354,379,1326,1453,19,25,28.6704,39.4218,442,10,100,2000,2000,0,21,32,1888,1888,0,0,0,0,0,0,0,0,50,0,30,0,1,0,0,0,0,0,0,0,1888,0,'EventAI',''), - (1889,'Dalaran Wizard',NULL,19,20,3585,3586,0,0,76,76,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,379,405,1118,1202,21,27,28.6704,39.4218,460,11,100,2000,2000,0,22,33,1889,1889,0,0,0,0,0,0,0,0,50,0,30,0,0,0,0,0,0,0,0,0,1889,0,'EventAI',''), + (1888,'Dalaran Watcher',NULL,18,19,3566,3567,3568,3569,76,76,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1.3,1,1,1,1,354,379,1326,1453,19,25,28.6704,39.4218,442,10,100,2000,2000,0,21,32,1888,1888,0,0,0,0,0,0,0,0,50,0,30,0,1,0,0,0,0,0,0,0,1888,0,'EventAI',''), + (1889,'Dalaran Wizard',NULL,19,20,3585,3586,3587,3588,76,76,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,379,405,1118,1202,21,27,28.6704,39.4218,460,11,100,2000,2000,0,22,33,1889,1889,0,0,0,0,0,0,0,0,50,0,30,0,0,0,0,0,0,0,0,0,1889,0,'EventAI',''), (1890,'Rattlecage Skeleton',NULL,2,3,11400,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,55,71,0,0,3,4,5.2272,7.1874,41,2,100,2000,2000,0,1,5,1890,1890,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1890,0,'',''), (1891,'Pyrewood Watcher',NULL,13,14,2565,0,0,0,123,123,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,819,900,0,0,57,73,18.984,26.103,642,30,100,1541,2000,0,59,81,1891,1891,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1891,0,'EventAI',''), (1892,'Moonrage Watcher',NULL,13,14,574,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,819,900,0,0,57,73,18.984,26.103,642,30,100,1541,1695,0,10,50,1892,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1892,0,'EventAI',''), @@ -395978,8 +398941,8 @@ VALUES (1911,'Deeb',NULL,12,12,1994,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,4,1,1.5,1,1,1,1,230,230,373,373,50,64,17.732,24.3815,479,26,100,1550,2000,0,12,21,1911,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1911,0,'EventAI',''), (1912,'Dalaran Protector',NULL,14,15,3602,3603,0,0,76,76,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,300,328,0,0,21,27,25.7664,35.4288,677,11,100,2000,2000,0,16,26,1912,1912,0,0,0,0,0,0,0,0,50,0,0,0,1,0,0,0,0,0,0,0,1912,0,'EventAI',''), (1913,'Dalaran Warder',NULL,16,17,3592,3593,0,0,76,76,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,356,386,0,0,24,31,28.6704,39.4218,748,13,100,2000,2000,0,19,30,1913,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,1913,0,'EventAI',''), - (1914,'Dalaran Mage',NULL,15,16,3559,3560,0,0,76,76,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,285,307,790,856,21,26,28.6704,39.4218,383,11,100,2000,2000,0,16,26,1914,1914,0,0,0,0,0,0,0,0,50,0,30,0,1,0,0,0,0,0,0,0,1914,0,'EventAI',''), - (1915,'Dalaran Conjuror',NULL,17,18,3581,3582,0,0,76,76,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,330,354,938,1020,23,29,28.6704,39.4218,422,12,100,2000,2000,0,19,30,1915,1915,0,0,0,0,0,0,0,0,50,0,30,0,0,0,0,0,0,0,0,0,1915,0,'EventAI',''), + (1914,'Dalaran Mage',NULL,15,16,3559,3560,3561,3562,76,76,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,285,307,790,856,21,26,28.6704,39.4218,383,11,100,2000,2000,0,16,26,1914,1914,0,0,0,0,0,0,0,0,50,0,30,0,1,0,0,0,0,0,0,0,1914,0,'EventAI',''), + (1915,'Dalaran Conjuror',NULL,17,18,3581,3582,3583,3584,76,76,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,330,354,938,1020,23,29,28.6704,39.4218,422,12,100,2000,2000,0,19,30,1915,1915,0,0,0,0,0,0,0,0,50,0,30,0,0,0,0,0,0,0,0,0,1915,0,'EventAI',''), (1916,'Stephen Bhartec',NULL,2,3,11405,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,55,71,0,0,3,4,3.5024,4.8158,41,2,100,2000,2000,0,1,5,1916,1916,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1916,0,'',''), (1917,'Daniel Ulfman',NULL,2,3,3668,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,-1,1,71,80,0,0,3,5,3.5024,4.8158,20,2,100,2000,2000,0,1,5,1917,1917,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1917,0,'',''), (1918,'Karrel Grayves',NULL,2,3,569,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,0,0,0.777776,0.857143,1,0,1,1,1,1,-1,1,64,71,0,0,4,5,0,0,20,2,0,2000,2000,0,1,5,1918,1918,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1918,0,'EventAI',''), @@ -396075,7 +399038,7 @@ VALUES (2033,'Elder Nightsaber',NULL,8,9,3030,0,0,0,66,66,1.33,2,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1,1,1,1,1,1,156,176,0,0,8,10,13.4464,18.4888,406,4,100,1400,2000,0,0,0,2033,0,2033,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (2034,'Feral Nightsaber',NULL,10,11,3030,0,0,0,66,66,0,2,1,1,3,0,0,0,0,0,1,0.97,1.14286,1,0,1,1,1,1,1,1,198,222,0,0,11,14,15.048,20.691,538,6,100,1500,2000,0,0,0,2034,0,2034,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (2038,'Lord Melenas',NULL,8,8,1013,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,0.82,1.14286,2,0,1,1,1,1,1,1,148,148,165,165,10,12,15.048,20.691,268,5,100,2000,2000,0,7,14,2038,2038,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (2039,'Ursal the Mauler',NULL,12,12,6818,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,1.29,1.14286,1,0,1,1,1,1,1,1,247,247,0,0,17,21,21.2784,29.2578,573,9,100,2000,2000,0,13,22,2039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (2039,'Ursal the Mauler',NULL,12,12,6818,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,1.29,1.14286,1,0,1,1,1,1,1,1,247,247,0,0,17,21,21.2784,29.2578,573,9,100,2000,2000,0,13,22,2039,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), (2041,'Ancient Protector',NULL,60,60,2429,0,0,0,80,80,0,0,5,1,3,0,268435456,4096,0,1024,0,1.11111,1.14286,1,0,1,1,1,1,-1,1,6075,6075,2620,2620,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (2042,'Nightsaber',NULL,5,6,6805,0,0,0,66,66,0,2,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1,1,1,1,1,1,102,120,0,0,4,6,10.296,14.157,174,2,100,1400,2000,0,0,0,2042,0,2042,0,0,0,0,0,0,0,0,0,0,5817,1,0,0,0,0,0,0,0,0,0,'',''), (2043,'Nightsaber Stalker',NULL,7,8,14318,0,0,0,66,66,0,2,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1,1,1,1,1,1,137,156,0,0,8,10,13.4464,18.4888,316,4,100,1400,2000,0,0,0,2043,0,2043,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -396117,7 +399080,7 @@ VALUES (2094,'James Halloran',NULL,25,25,1408,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (2096,'Tarrel Rockweaver',NULL,25,25,1677,0,0,0,55,55,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,633,633,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2096,1,'',''), (2097,'Harlo Barnaby',NULL,25,25,1674,0,0,0,55,55,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (2098,'Ram',NULL,5,5,10000,10001,0,0,190,190,0,0,8,1,3,0,0,0,0,0,0,1,0.857143,1,0,1.6,1,1,1,1.33,1,164,164,0,0,6,8,1.76,2.42,160,3,100,2000,2000,0,0,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (2098,'Ram',NULL,5,5,10000,10001,10002,10003,190,190,0,0,8,1,3,0,0,0,0,0,0,1,0.857143,1,0,1.6,1,1,1,1.33,1,164,164,0,0,6,8,1.76,2.42,160,3,100,2000,2000,0,0,0,0,0,2098,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (2099,'Maiden\'s Virtue Crewman',NULL,20,20,793,0,0,0,57,57,0,0,7,3,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,484,484,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,67,93,2099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2099,0,'',''), (2102,'Dragonmaw Grunt',NULL,20,21,4927,0,0,0,62,62,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,494,531,0,0,31,38,34.2672,47.1174,888,16,100,2000,2000,0,26,38,2102,2102,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,2102,0,'EventAI',''), (2103,'Dragonmaw Scout',NULL,19,20,4925,0,0,0,62,62,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,449,484,0,0,28,36,28.6704,39.4218,852,15,100,2000,2000,0,23,35,2103,2103,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,2103,0,'EventAI',''), @@ -396207,7 +399170,7 @@ VALUES (2208,'Greymist Tidehunter',NULL,19,20,478,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,1,1,404,433,456,490,27,34,28.6704,39.4218,712,14,100,2000,2000,0,23,34,2208,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2208,0,'EventAI',''), (2209,'Deathguard Gavin',NULL,24,24,2856,0,0,0,71,71,0,0,7,3,3,0,1,36864,0,1024,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,3356,2209,0,'','guard_tirisfal'), (2210,'Deathguard Royann',NULL,24,24,2861,0,0,0,71,71,0,0,7,3,3,0,1,36864,0,1024,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,3356,2210,0,'','guard_tirisfal'), - (2211,'Captured Mountaineer',NULL,9,9,11426,0,0,0,68,68,0,0,7,3,3,0,2,33024,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,372,372,0,0,9,13,15.2064,20.9088,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2211,0,'',''), + (2211,'Captured Mountaineer',NULL,9,9,11424,11425,11426,11427,68,68,0,0,7,3,3,0,2,33024,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,372,372,0,0,9,13,15.2064,20.9088,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2211,0,'',''), (2212,'Deth\'ryll Satyr',NULL,12,13,1013,0,0,0,90,90,0,0,7,3,3,0,0,32768,0,0,0,0.94,1.14286,1,0,1,1,1,1,1,1,247,273,0,0,17,22,21.2784,29.2578,608,9,100,2000,2000,0,13,22,2212,2212,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2212,0,'EventAI',''), (2214,'Deathstalker Lesh',NULL,25,25,2863,0,0,0,68,68,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,2214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2214,1,'',''), (2215,'High Executor Darthalia',NULL,50,50,1645,0,0,0,68,68,0,0,7,3,3,0,3,37376,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,6830,6830,0,0,269,346,55.36,76.12,2999,142,100,1258,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11886,2215,0,'EventAI',''), @@ -396256,7 +399219,7 @@ VALUES (2267,'Hillsbrad Peasant',NULL,24,25,11035,11036,0,0,123,123,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,664,713,0,0,35,44,35.6224,48.9808,1026,18,100,2000,2000,0,32,47,2267,2267,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2267,0,'EventAI',''), (2268,'Hillsbrad Footman',NULL,25,26,4125,0,0,0,123,123,0,0,7,3,3,0,0,32768,0,1024,0,1,1.14286,1,0,1.05,1,1,1,1,1,734,788,0,0,38,47,39.5824,54.4258,1061,20,100,2000,2000,0,35,51,2268,2268,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2268,0,'EventAI',''), (2269,'Hillsbrad Miner',NULL,26,27,3629,0,0,0,123,123,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,788,840,0,0,38,48,42.1344,57.9348,1097,20,100,2000,2000,0,37,53,2269,2269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2269,0,'EventAI',''), - (2270,'Hillsbrad Sentry',NULL,27,28,3632,5784,0,0,123,123,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,840,896,0,0,48,60,42.1344,57.9348,1130,25,100,2400,2000,0,39,56,2270,2270,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2270,0,'EventAI',''), + (2270,'Hillsbrad Sentry',NULL,27,28,3632,5784,5785,5786,123,123,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,840,896,0,0,48,60,42.1344,57.9348,1130,25,100,2400,2000,0,39,56,2270,2270,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2270,0,'EventAI',''), (2271,'Dalaran Shield Guard',NULL,31,32,3711,11474,0,0,76,76,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.1,1,1,1,1,1,1106,1162,0,0,45,56,53.8384,74.0278,1270,23,100,2000,2000,0,49,69,2271,2271,0,0,0,0,0,0,0,0,50,0,0,0,1,0,0,0,0,0,0,0,2271,0,'EventAI',''), (2272,'Dalaran Theurgist',NULL,32,33,3714,3715,0,0,76,76,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,0,1.1,1,1,1,1,1,882,919,2362,2457,32,42,53.8384,74.0278,712,17,100,2000,2000,0,44,62,2272,2272,0,0,0,0,0,0,0,0,50,0,0,0,1,0,0,0,0,0,0,0,2272,0,'EventAI',''), (2274,'Stanley',NULL,24,24,855,0,0,0,35,35,0,0,1,3,3,0,2,32768,0,2,0,1,1.14286,1,0,1.02,1,1,1,1,1,664,664,0,0,35,43,37.3824,51.4008,992,18,100,2000,2000,0,0,0,0,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -396302,7 +399265,7 @@ VALUES (2336,'Dark Strand Fanatic',NULL,16,17,4217,4411,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,0.94,1.14286,1,0,1,1,1,1,1,1,356,386,0,0,24,31,28.6704,39.4218,748,13,100,2000,2000,0,19,30,2336,2336,0,0,0,0,0,0,0,0,0,40,0,0,1,0,0,0,0,0,0,0,2336,0,'EventAI',''), (2337,'Dark Strand Voidcaller',NULL,28,29,4230,4412,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,0.94,1.14286,8,0,1.05,1,1,1,1,1,702,739,1977,2068,30,38,42.1344,57.9348,635,16,100,2000,2000,0,37,53,2337,2337,0,0,0,0,0,0,0,0,0,39,39,0,1,0,0,0,0,0,0,0,2337,0,'EventAI',''), (2338,'Twilight Disciple',NULL,16,17,2873,2874,0,0,74,74,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,1,1,325,350,357,390,23,30,28.6704,39.4218,625,12,100,2000,2000,0,18,29,2338,2338,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2338,0,'EventAI',''), - (2339,'Twilight Thug',NULL,17,18,2869,2870,0,0,74,74,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,386,417,0,0,27,34,28.6704,39.4218,782,14,100,2000,2000,0,21,32,2339,2339,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2339,0,'EventAI',''), + (2339,'Twilight Thug',NULL,17,18,2869,2870,2871,2872,74,74,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,386,417,0,0,27,34,28.6704,39.4218,782,14,100,2000,2000,0,21,32,2339,2339,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2339,0,'EventAI',''), (2344,'Dun Garok Mountaineer',NULL,28,29,3763,3764,0,0,88,88,0,0,7,3,3,0,0,32768,0,1024,0,1.05,1.14286,2,1,3.25,1,1,1,1,1,2379,2512,756,811,129,166,35.1008,48.2636,975,68,100,1425,2000,0,142,191,2344,2344,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2344,0,'EventAI',''), (2345,'Dun Garok Rifleman',NULL,29,30,3761,3762,0,0,88,88,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,1,3.25,1,1,1,1,1,2941,3104,0,0,129,166,35.1008,48.2636,1200,68,100,1425,2000,0,170,226,2345,2345,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2345,0,'EventAI',''), (2346,'Dun Garok Priest',NULL,29,30,3765,3766,0,0,88,88,0,0,7,3,3,0,0,32832,0,0,0,1.05,1.14286,2,1,3.25,1,1,1,1,1,2512,2636,811,852,134,173,36.1456,49.7002,1004,71,100,1416,2000,0,153,204,2346,2346,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2346,0,'EventAI',''), @@ -396579,7 +399542,7 @@ VALUES (2645,'Vilebranch Shadow Hunter',NULL,48,49,6538,6539,0,0,795,795,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,1,1,1,1,4950,5130,1695,1750,269,346,53.1456,73.0752,2389,142,100,1258,2000,0,295,391,2645,2645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2645,0,'EventAI',''), (2646,'Vilebranch Blood Drinker',NULL,49,50,6495,6496,0,0,795,795,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,6414,6645,0,0,269,346,53.1456,73.0752,2999,142,100,1258,2000,0,361,476,2646,2646,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2646,0,'EventAI',''), (2647,'Vilebranch Soul Eater',NULL,49,50,6540,6541,0,0,795,795,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3.7,1,1,1,1,1,6327,6556,1750,1807,269,346,53.1456,73.0752,2432,142,100,1258,2000,0,361,476,2647,2647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2647,0,'EventAI',''), - (2648,'Vilebranch Aman\'zasi Guard',NULL,50,51,6997,6998,0,0,795,795,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,6645,6876,0,0,344,444,59.3256,81.5727,3052,182,100,1183,2000,0,375,495,2648,2648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2648,0,'EventAI',''), + (2648,'Vilebranch Aman\'zasi Guard',NULL,50,51,6997,6998,10660,10663,795,795,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,6645,6876,0,0,344,444,59.3256,81.5727,3052,182,100,1183,2000,0,375,495,2648,2648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2648,0,'EventAI',''), (2649,'Witherbark Scalper',NULL,40,41,6479,6481,0,0,654,654,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,1829,1902,0,0,59,74,59.0304,81.1668,2101,31,100,2000,2000,0,71,98,2649,2649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2649,0,'EventAI',''), (2650,'Witherbark Zealot',NULL,41,42,6480,6482,0,0,654,654,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,1902,1981,0,0,61,78,63.7824,87.7008,2246,32,100,2000,2000,0,74,102,2650,2650,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2650,0,'EventAI',''), (2651,'Witherbark Hideskinner',NULL,42,43,6483,6484,0,0,654,654,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,1981,2059,0,0,65,83,63.7824,87.7008,2397,34,100,2000,2000,0,75,103,2651,2651,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2651,0,'EventAI',''), @@ -396662,7 +399625,7 @@ VALUES (2742,'Shadowforge Chanter',NULL,37,39,4935,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,1305,1357,1189,1236,50,62,52.7472,72.5274,1468,26,100,2000,2000,0,59,82,2742,2742,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2742,0,'EventAI',''), (2743,'Shadowforge Warrior',NULL,38,39,4936,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,1604,1678,0,0,55,68,53.8384,74.0278,1834,28,100,2000,2000,0,65,90,2743,2743,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2743,0,'EventAI',''), (2744,'Shadowforge Commander',NULL,40,40,4937,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.62,1.14286,1,4,1.15,1,1,1,1.5,1,1752,1752,0,0,204,263,47.4944,65.3048,2946,108,100,1316,1448,0,69,95,2744,2744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2744,0,'EventAI',''), - (2745,'Ambassador Infernus',NULL,42,42,5488,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,1,2.2,1,1,1,3963,3963,1381,1381,58.1,76.9,0,0,1841,142,13,2000,2000,2,0,0,2745,0,0,0,0,0,0,0,210,42,42,42,42,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (2745,'Ambassador Infernus',NULL,42,42,5488,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,1,2.2,1,1,1,3963,3963,1381,1381,58.1,76.9,0,0,1841,142,13,2000,2000,2,0,0,2745,0,0,0,0,0,4,0,210,42,42,42,42,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (2748,'Archaedas','Ancient Stone Watcher',47,47,5988,0,0,0,415,415,0,0,5,3,3,0,0,32768,0,98304,0,1.5,1.14286,1,1,15,1,2.7,1,1,1,29850,29850,0,0,102.5,135.9,0,0,2835,192,18,2600,2600,0,1352,1770,2748,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2748,0,'','boss_archaedas'), (2749,'Siege Golem',NULL,40,40,13869,0,0,0,91,91,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,1,2,3.5,1,1.4,1,1.5,1,5334,5334,0,0,56,74.3,0,0,2946,136,14,2000,2000,0,437,575,2749,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (2751,'War Golem',NULL,36,36,5747,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.59,1.14286,1,4,1.15,1,1,1,1.5,1,1469,1469,0,0,178,230,43.956,60.4395,2220,94,100,1350,1485,0,59,83,2751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -396688,7 +399651,7 @@ VALUES (2773,'Or\'Kalar',NULL,40,40,11568,0,0,0,45,45,0,0,7,3,3,0,0,32768,0,0,0,1.6,1.14286,1,1,3.5,1,1,1,1,1,5334,5334,0,0,193,249,44.84,61.655,1964,102,100,1341,2000,0,278,367,2773,2773,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (2774,'Doctor Draxlegauge','Blackwater Raiders',38,38,4051,0,0,0,120,120,0,0,7,3,3,0,2,32768,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2284,2284,0,0,55,71,54.5072,74.9474,1709,29,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2774,0,'',''), (2775,'Daggerspine Marauder',NULL,40,41,11253,0,0,0,74,74,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,1829,1902,0,0,92,109,56.672,77.924,2101,46,100,1610,1771,0,29,147,2775,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,2775,0,'',''), - (2776,'Vengeful Surge',NULL,40,40,5562,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.14,1.14286,1,0,1,1,1,1,-1,1,1718,1718,0,0,92,109,56.672,77.924,1964,46,100,1610,1771,0,29,147,0,0,0,0,0,0,0,0,40,40,40,80,40,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (2776,'Vengeful Surge',NULL,40,40,5562,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.14,1.14286,1,0,1,1,1,1,-1,1,1718,1718,0,0,92,109,56.672,77.924,1964,46,100,1610,1771,0,29,147,0,0,0,0,0,0,16,0,40,40,40,80,40,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (2778,'Deckhand Moishe','Blackwater Raiders',37,37,8069,0,0,0,120,120,0,0,7,3,3,0,0,32768,0,2,0,1.05,1.14286,1,0,1.15,1,1,1,1,1,1536,1536,0,0,52,64,53.3984,73.4228,1593,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2778,0,'',''), (2779,'Prince Nazjak',NULL,41,41,6763,0,0,0,74,74,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.2,1,1,1,1,1,1902,1902,0,0,235,302,50.796,69.8445,2101,124,100,1283,1411,0,72,99,2779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2779,0,'',''), (2780,'Caretaker Nevlin',NULL,41,41,2435,0,0,0,123,123,0,0,7,3,3,0,2,32832,0,0,0,1.05,1.14286,1,1,3,1,1,1,1,1,4755,4755,0,0,269,346,53.1456,73.0752,2101,142,100,1258,2000,0,275,364,2780,2780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2780,0,'',''), @@ -396747,7 +399710,7 @@ VALUES (2849,'Qixdi Goodstitch','Cloth Armor & Accessories',44,44,7187,0,0,0,120,120,0,0,7,3,3,0,16388,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2868,2868,0,0,68,88,60.7904,83.5868,2557,36,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2849,0,'',''), (2850,'Broken Tooth',NULL,37,37,6082,0,0,0,66,66,0,2,1,1,3,0,0,0,0,0,1,1.6,1.14286,1,4,1.2,1,1,1,1,1,1603,1603,0,0,16,20,44.84,61.655,1593,16,100,1000,2000,0,0,0,2850,0,2850,0,0,0,0,0,0,0,0,0,0,8275,1,0,0,0,0,0,0,0,0,0,'',''), (2851,'Urda','Wind Rider Master',55,55,3972,0,0,0,29,29,0,0,7,3,3,0,11,37376,0,2,0,1.05,1.14286,1,1,1,1,1,1,-1,1,7423,7423,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,2851,0,'EventAI',''), - (2852,'Enslaved Druid of the Talon',NULL,10,10,4246,0,0,0,35,35,0,0,7,3,3,0,0,33536,0,2,0,0.96,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,2852,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (2852,'Enslaved Druid of the Talon',NULL,10,10,4246,0,0,0,35,35,0,0,7,4,3,0,0,33536,0,2,0,0.96,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,2852,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (2853,'Freed Druid of the Talon',NULL,10,10,1192,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,0.96,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,22,26,16.808,23.111,512,11,100,1910,2101,0,2,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (2855,'Snang','Journeyman Tailor',24,24,4384,0,0,0,29,29,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4265,2855,0,'',''), (2856,'Angrun','Herbalism Trainer',40,40,4364,0,0,0,29,29,0,0,7,3,3,0,16,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'',''), @@ -396829,11 +399792,11 @@ VALUES (2972,'Kodo Calf',NULL,7,8,1451,1454,0,0,15,15,0,0,1,1,3,0,0,0,0,2,0,1,0.857143,1,0,1,1,1,1,-1,1,122,154,0,0,14,20,0,0,274,8,0,3000,2000,0,0,0,2972,0,2972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (2973,'Kodo Bull',NULL,10,11,1230,0,0,0,15,15,0,0,1,1,3,0,0,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,195,198,0,0,21,27,0,0,522,11,0,3000,2000,0,0,0,2973,0,2973,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (2974,'Kodo Matriarch',NULL,11,12,10918,0,0,0,15,15,0,0,1,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,220,265,0,0,23,32,0,0,552,13,0,3000,2000,0,0,0,2974,0,2974,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (2975,'Venture Co. Hireling',NULL,5,6,7243,3901,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,102,120,0,0,7,10,13.4464,18.4888,174,4,100,2000,2000,0,4,10,2975,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2975,0,'',''), - (2976,'Venture Co. Laborer',NULL,6,7,7244,355,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,120,137,0,0,14,20,13.4464,18.4888,239,8,100,3000,2000,0,6,13,2976,2976,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2976,0,'EventAI',''), - (2977,'Venture Co. Taskmaster',NULL,7,8,7246,355,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,137,156,0,0,9,13,13.4464,18.4888,316,5,100,2000,2000,0,7,13,2977,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2977,0,'EventAI',''), - (2978,'Venture Co. Worker',NULL,8,9,7247,1122,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,156,176,0,0,21,28,13.4464,18.4888,406,11,100,3200,2000,0,8,15,2978,2978,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2978,0,'EventAI',''), - (2979,'Venture Co. Supervisor',NULL,9,10,7245,3904,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,176,198,0,0,13,17,15.048,20.691,512,7,100,2000,2000,0,9,17,2979,2979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2979,0,'EventAI',''), + (2975,'Venture Co. Hireling',NULL,5,6,7243,3901,355,3902,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,102,120,0,0,7,10,13.4464,18.4888,174,4,100,2000,2000,0,4,10,2975,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2975,0,'',''), + (2976,'Venture Co. Laborer',NULL,6,7,7244,355,1122,3903,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,120,137,0,0,14,20,13.4464,18.4888,239,8,100,3000,2000,0,6,13,2976,2976,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2976,0,'EventAI',''), + (2977,'Venture Co. Taskmaster',NULL,7,8,7246,355,4099,3908,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,137,156,0,0,9,13,13.4464,18.4888,316,5,100,2000,2000,0,7,13,2977,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2977,0,'EventAI',''), + (2978,'Venture Co. Worker',NULL,8,9,7247,1122,355,3909,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,156,176,0,0,21,28,13.4464,18.4888,406,11,100,3200,2000,0,8,15,2978,2978,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2978,0,'EventAI',''), + (2979,'Venture Co. Supervisor',NULL,9,10,7245,3904,3905,3906,47,47,0,0,7,1,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,176,198,0,0,13,17,15.048,20.691,512,7,100,2000,2000,0,9,17,2979,2979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2979,0,'EventAI',''), (2980,'Grull Hawkwind',NULL,4,4,3808,0,0,0,104,104,1.35,0,7,1,3,0,3,4864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,138,138,0,0,4,6,6.9344,9.5348,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4045,2980,0,'EventAI',''), (2981,'Chief Hawkwind',NULL,36,36,3809,0,0,0,104,104,1.35,0,7,1,3,0,3,4864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2100,2100,0,0,51,66,52.272,71.874,1480,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11006,2981,0,'EventAI',''), (2982,'Seer Graytongue',NULL,8,8,3813,0,0,0,104,104,1.35,0,7,1,3,0,2,4864,0,2,0,0.95,1.14286,1,0,1,1,1,1,-1,1,334,334,0,0,7,10,13.5872,18.6824,20,4,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2982,0,'EventAI',''), @@ -396937,7 +399900,7 @@ VALUES (3080,'Harant Ironbrace','Armorer & Shieldcrafter',11,11,3804,0,0,0,104,104,1.35,0,7,1,3,0,16388,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,456,456,0,0,13,17,18.1984,25.0228,20,7,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (3081,'Wunna Darkmane','Trade Goods',10,10,3806,0,0,0,104,104,1.25,0,7,1,3,0,6,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3081,0,'EventAI',''), (3083,'Honor Guard',NULL,60,60,2140,0,0,0,105,105,1.35,0,7,1,3,0,2,4096,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,7543,7543,0,0,646,759,74.448,102.366,4500,324,100,2000,2000,0,1,752,3083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3083,0,'',''), - (3084,'Bluffwatcher',NULL,55,55,2141,8572,0,0,105,105,1.35,0,7,1,3,0,1,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,5197,5197,0,0,607,668,301.34,422.17,4500,294,100,2000,2000,0,1,739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,721,3084,0,'','guard_bluffwatcher'), + (3084,'Bluffwatcher',NULL,55,55,2141,8572,9391,9392,105,105,1.35,0,7,1,3,0,1,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,5197,5197,0,0,607,668,301.34,422.17,4500,294,100,2000,2000,0,1,739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,721,3084,0,'','guard_bluffwatcher'), (3085,'Gloria Femmel','Cooking Supplies',20,20,3375,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (3086,'Gretchen Vogel','Waitress',20,20,3378,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3086,0,'',''), (3087,'Crystal Boughman','Cooking Trainer',22,22,3379,0,0,0,12,12,0,0,7,3,3,0,17,37376,0,1026,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,27,34,34.6544,47.6498,922,14,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,5853,3087,0,'',''), @@ -396959,7 +399922,7 @@ VALUES (3103,'Makrura Clacker',NULL,6,7,1940,0,0,0,129,129,0,0,7,3,3,0,0,32768,0,0,0,0.92,1.14286,1,0,1,1,1,1,1.5,1,120,137,0,0,7,10,13.4464,18.4888,358,4,100,2000,2101,0,5,12,3103,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3104,'Makrura Shellhide',NULL,6,7,1246,0,0,0,129,129,0,0,7,3,3,0,0,32768,0,0,0,0.92,1.14286,1,0,1,1,1,1,1.5,1,120,137,0,0,7,10,13.4464,18.4888,358,4,100,2000,2101,0,5,12,3104,3104,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3104,0,'EventAI',''), (3105,'Makrura Snapclaw',NULL,8,9,1248,0,0,0,129,129,0,0,7,3,3,0,0,32768,0,0,0,0.95,1.14286,1,0,1,1,1,1,1,1,156,176,0,0,11,15,21.2784,29.2578,406,6,100,2000,2046,0,11,19,3105,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3106,'Pygmy Surf Crawler',NULL,1,6,1307,0,0,0,7,7,0,8,1,3,3,0,0,32768,0,32768,1,0.92,1.14286,1,0,1,1,1,1,-1,1,102,120,0,0,7,10,10.296,14.157,147,4,100,2000,2145,0,0,0,3106,0,0,0,0,0,0,0,0,0,0,0,0,5835,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (3106,'Pygmy Surf Crawler',NULL,5,6,1307,0,0,0,7,7,0,8,1,3,3,0,0,32768,0,32768,1,0.92,1.14286,1,0,1,1,1,1,-1,1,102,120,0,0,7,10,10.296,14.157,147,4,100,2000,2145,0,0,0,3106,0,0,0,0,0,0,0,0,0,0,0,0,5835,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3107,'Surf Crawler',NULL,7,8,1938,0,0,0,7,7,0,8,1,1,3,0,0,0,0,0,1,0.95,1.14286,1,0,1,1,1,1,1,1,137,156,0,0,9,13,13.4464,18.4888,316,5,100,2000,2101,0,0,0,3107,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3108,'Encrusted Surf Crawler',NULL,9,10,999,0,0,0,7,7,0,8,1,1,3,0,0,0,0,0,1,1,0.857143,1,0,1,1,1,1,1,1,176,198,0,0,13,17,18.1984,25.0228,512,7,100,2000,2068,0,0,0,3108,0,0,0,0,0,0,0,0,0,0,0,0,5836,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3110,'Dreadmaw Crocolisk',NULL,9,11,1250,0,0,0,14,14,0,6,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1,1,1,1,1,1,176,222,0,0,13,18,15.048,20.691,538,7,100,2000,2000,0,0,0,3110,0,3110,0,0,0,0,0,0,0,0,0,0,5800,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -396980,10 +399943,10 @@ VALUES (3125,'Clattering Scorpid',NULL,5,6,2486,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,0.857143,1,0,1,1,1,1,1,1,102,120,0,0,7,10,13.4464,18.4888,174,4,100,2000,2101,0,0,0,3125,0,3125,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3126,'Armored Scorpid',NULL,7,8,2487,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,0.857143,1,0,1,1,1,1,1.5,1,137,156,0,0,9,13,13.4464,18.4888,474,5,100,2000,2000,0,0,0,3126,0,3126,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (3127,'Venomtail Scorpid',NULL,9,10,2732,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,0.857143,1,0,1,1,1,1,1,1,176,198,0,0,13,17,13.4464,18.4888,512,7,100,2000,2000,0,0,0,3127,0,3127,0,0,0,0,0,0,0,0,0,0,5865,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3128,'Kul Tiras Sailor',NULL,5,6,3734,0,0,0,123,123,0,0,7,3,3,0,0,32768,0,0,0,0.92,1.14286,1,0,1,1,1,1,-1,1,101,122,220,220,6,8,13.4464,18.4888,20,3,100,2000,2101,0,4,10,3128,3128,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3128,0,'EventAI',''), - (3129,'Kul Tiras Marine',NULL,6,7,1862,0,0,0,123,123,0,0,7,3,3,0,0,32768,0,1024,0,0.92,1.14286,1,0,1,1,1,1,-1,1,125,144,220,220,7,7,13.4464,18.4888,20,3,100,2000,2101,0,5,12,3129,3129,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3129,0,'EventAI',''), + (3128,'Kul Tiras Sailor',NULL,5,6,3734,3735,0,0,123,123,0,0,7,3,3,0,0,32768,0,0,0,0.92,1.14286,1,0,1,1,1,1,-1,1,101,122,220,220,6,8,13.4464,18.4888,20,3,100,2000,2101,0,4,10,3128,3128,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3128,0,'EventAI',''), + (3129,'Kul Tiras Marine',NULL,6,7,1860,1862,0,0,123,123,0,0,7,3,3,0,0,32768,0,1024,0,0.92,1.14286,1,0,1,1,1,1,-1,1,125,144,220,220,7,7,13.4464,18.4888,20,3,100,2000,2101,0,5,12,3129,3129,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3129,0,'EventAI',''), (3130,'Thunder Lizard',NULL,9,10,2179,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,-1,1,179,208,220,220,13,17,13.4464,18.4888,459,7,100,2000,2101,0,0,0,3130,0,3130,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3131,'Lightning Hide',NULL,10,11,1532,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,206,221,240,240,14,19,15.048,20.691,525,8,100,2000,2090,0,0,0,3131,0,3131,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (3131,'Lightning Hide',NULL,10,11,1532,1533,1958,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,206,221,240,240,14,19,15.048,20.691,525,8,100,2000,2090,0,0,0,3131,0,3131,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3133,'Herble Baubbletump','Engineering & Mining Supplies',30,30,4286,0,0,0,875,875,1.15,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3133,1,'',''), (3134,'Kzixx','Rare Goods',25,25,7131,0,0,0,120,120,0,0,7,3,3,0,6,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (3135,'Malissa','Poison Supplies',24,24,4337,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3135,1,'',''), @@ -397041,16 +400004,16 @@ VALUES (3192,'Lieutenant Benedict',NULL,8,8,1276,0,0,0,123,123,0,0,7,3,3,0,0,32768,0,0,0,0.95,1.14286,1,0,1,1,1,1,1,1,156,156,0,0,10,13,13.4464,18.4888,316,5,100,2000,2101,0,7,14,3192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3192,0,'EventAI',''), (3193,'Misha Tor\'kren',NULL,5,5,3750,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,0.92,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,2000,2156,0,0,0,3193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3193,0,'EventAI',''), (3194,'Vel\'rin Fang',NULL,7,7,4074,0,0,0,126,126,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,228,228,0,0,7,10,11.9504,16.4318,20,4,100,2000,2134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3194,0,'EventAI',''), - (3195,'Burning Blade Thug',NULL,8,9,4189,0,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,156,176,0,0,20,27,13.4464,18.4888,406,11,100,3100,2101,0,8,15,3195,3195,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3195,0,'',''), - (3196,'Burning Blade Neophyte',NULL,9,10,4187,0,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,1,1,166,186,178,191,11,14,15.048,20.691,426,6,100,2000,2090,0,9,16,3196,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3196,0,'EventAI',''), - (3197,'Burning Blade Fanatic',NULL,9,10,4193,0,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,2,0,1,1,1,1,1,1,166,186,178,191,11,14,18.1984,25.0228,426,6,100,2000,2068,0,9,17,3197,3197,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3197,0,'EventAI',''), - (3198,'Burning Blade Apprentice',NULL,10,11,4190,0,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,178,199,382,459,9,13,21.2784,29.2578,286,5,100,2000,2046,0,10,18,3198,3198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3198,0,'EventAI',''), - (3199,'Burning Blade Cultist',NULL,10,11,4194,0,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,178,199,382,459,9,13,21.2784,29.2578,286,5,100,2000,2046,0,10,18,3199,3199,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3199,0,'EventAI',''), + (3195,'Burning Blade Thug',NULL,8,9,4188,4189,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,156,176,0,0,20,27,13.4464,18.4888,406,11,100,3100,2101,0,8,15,3195,3195,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3195,0,'',''), + (3196,'Burning Blade Neophyte',NULL,9,10,4186,4187,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,1,1,166,186,178,191,11,14,15.048,20.691,426,6,100,2000,2090,0,9,16,3196,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3196,0,'EventAI',''), + (3197,'Burning Blade Fanatic',NULL,9,10,4192,4193,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,0.857143,2,0,1,1,1,1,1,1,166,186,178,191,11,14,18.1984,25.0228,426,6,100,2000,2068,0,9,17,3197,3197,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3197,0,'EventAI',''), + (3198,'Burning Blade Apprentice',NULL,10,11,4190,4191,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,178,199,382,459,9,13,21.2784,29.2578,286,5,100,2000,2046,0,10,18,3198,3198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3198,0,'EventAI',''), + (3199,'Burning Blade Cultist',NULL,10,11,4194,4195,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,178,199,382,459,9,13,21.2784,29.2578,286,5,100,2000,2046,0,10,18,3199,3199,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3199,0,'EventAI',''), (3203,'Fizzle Darkstorm',NULL,12,12,7128,0,0,0,554,554,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,219,219,537,537,16,18,21.2784,29.2578,305,8,100,2000,2046,0,12,21,3203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3203,0,'EventAI',''), (3204,'Gazz\'uz',NULL,14,14,240,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,342,342,710,710,16,22,21.2784,29.2578,514,9,100,2000,2046,0,16,26,3204,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3204,0,'EventAI',''), (3205,'Zalazane',NULL,10,10,4078,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,1,1,186,186,191,191,12,14,15.048,20.691,426,6,100,2000,2090,0,10,18,3205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3205,0,'EventAI',''), - (3206,'Voodoo Troll',NULL,8,9,4076,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,0.95,1.14286,2,0,1,1,1,1,1,1,148,166,165,178,11,14,13.4464,18.4888,342,6,100,2000,2101,0,7,15,3206,3206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3206,0,'EventAI',''), - (3207,'Hexed Troll',NULL,8,9,4080,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,0.95,1.14286,2,0,1,1,1,1,-1,1,150,164,165,178,7,10,13.4464,18.4888,20,4,100,2000,2101,0,7,15,3207,3207,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3207,0,'EventAI',''), + (3206,'Voodoo Troll',NULL,8,9,4076,4077,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,0.95,1.14286,2,0,1,1,1,1,1,1,148,166,165,178,11,14,13.4464,18.4888,342,6,100,2000,2101,0,7,15,3206,3206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3206,0,'EventAI',''), + (3207,'Hexed Troll',NULL,8,9,4079,4080,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,0.95,1.14286,2,0,1,1,1,1,-1,1,150,164,165,178,7,10,13.4464,18.4888,20,4,100,2000,2101,0,7,15,3207,3207,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3207,0,'EventAI',''), (3208,'Margoz',NULL,18,18,3752,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,804,804,0,0,21,26,28.9872,39.8574,20,11,100,2000,2013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3208,0,'EventAI',''), (3209,'Brave Windfeather',NULL,13,13,3770,0,0,0,105,105,1.25,0,7,1,3,0,2,768,0,0,0,1,1.14286,1,0,2,1,1,1,1,1,546,546,0,0,13,17,21.5072,29.5724,608,7,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3209,0,'',''), (3210,'Brave Proudsnout',NULL,55,55,3771,0,0,0,105,105,1.35,0,7,1,3,0,1,4096,0,1024,0,1,1.14286,1,0,2,1,1,1,1,1,5227,5227,0,0,259,288,301.34,422.17,3271,126,100,2000,2000,0,1,689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3210,0,'',''), @@ -397122,11 +400085,11 @@ VALUES (3279,'Witchwing Ambusher',NULL,17,18,2143,0,0,0,514,514,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,1,1,386,417,0,0,27,34,28.6704,39.4218,782,14,100,2000,2000,0,20,31,3279,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (3280,'Witchwing Windcaller',NULL,17,18,1350,0,0,0,514,514,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,2,0,1,1,1,1,1,1,350,377,390,408,23,30,28.6704,39.4218,652,12,100,2000,2000,0,20,30,3280,3280,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (3281,'Sarkoth',NULL,4,4,2864,0,0,0,14,14,0,20,1,3,3,0,0,32768,0,0,1,1,0.857143,1,0,1,1,1,1,1,1,86,86,0,0,4,5,6.9344,9.5348,76,2,100,2000,2167,0,0,0,3281,0,100007,0,0,0,0,0,0,0,0,0,0,5875,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3282,'Venture Co. Mercenary',NULL,15,16,7237,0,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,1,1,328,356,0,0,23,30,27.2272,37.4374,713,12,100,2000,2000,0,17,28,3282,3282,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3282,0,'EventAI',''), - (3283,'Venture Co. Enforcer',NULL,14,17,7234,3910,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,356,386,0,0,24,31,31.504,43.318,731,13,100,2000,2000,0,19,30,3283,3283,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3283,0,'EventAI',''), - (3284,'Venture Co. Drudger',NULL,14,15,3918,3919,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,300,328,0,0,21,27,21.2784,29.2578,677,11,100,2000,2000,0,16,26,3284,3284,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3284,0,'',''), - (3285,'Venture Co. Peon',NULL,13,14,7241,1122,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,1,1,273,300,0,0,19,25,21.2784,29.2578,642,10,100,2000,2000,0,15,24,3285,3285,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3285,0,'',''), - (3286,'Venture Co. Overseer',NULL,15,18,7238,3913,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,-1,1,386,417,0,0,27,34,28.6704,39.4218,765,14,100,2000,2000,0,20,32,3286,3286,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3286,0,'EventAI',''), + (3282,'Venture Co. Mercenary',NULL,15,16,7237,0,4098,3912,47,47,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,1,1,328,356,0,0,23,30,27.2272,37.4374,713,12,100,2000,2000,0,17,28,3282,3282,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3282,0,'EventAI',''), + (3283,'Venture Co. Enforcer',NULL,14,17,7234,3910,1122,3911,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,356,386,0,0,24,31,31.504,43.318,731,13,100,2000,2000,0,19,30,3283,3283,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3283,0,'EventAI',''), + (3284,'Venture Co. Drudger',NULL,14,15,3918,3919,7233,355,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,300,328,0,0,21,27,21.2784,29.2578,677,11,100,2000,2000,0,16,26,3284,3284,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3284,0,'',''), + (3285,'Venture Co. Peon',NULL,13,14,7241,1122,355,3917,47,47,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,1,1,273,300,0,0,19,25,21.2784,29.2578,642,10,100,2000,2000,0,15,24,3285,3285,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3285,0,'',''), + (3286,'Venture Co. Overseer',NULL,15,18,7238,3913,3915,0,47,47,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,-1,1,386,417,0,0,27,34,28.6704,39.4218,765,14,100,2000,2000,0,20,32,3286,3286,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3286,0,'EventAI',''), (3287,'Hana\'zua',NULL,2,2,2025,0,0,0,126,126,0,0,7,3,3,0,2,37632,0,2,0,0.78,1.14286,1,0,1,1,1,1,-1,1,87,87,0,0,3,5,3.5024,4.8158,20,2,100,2000,2189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3287,0,'',''), (3289,'Spirit of Minshina',NULL,11,11,4081,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,0.97,1.14286,1,0,1,1,1,1,-1,1,456,456,0,0,25,27,18.392,25.289,538,12,100,1900,2090,0,3,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (3290,'Deek Fizzlebizz','Journeyman Engineer',27,27,1832,0,0,0,875,875,1.15,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,836,836,0,0,36,46,41.3424,56.8458,1097,19,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4136,3290,0,'',''), @@ -397135,8 +400098,8 @@ VALUES (3293,'Rezlak','Tinkers\' Union',5,5,7129,0,0,0,69,69,0,0,7,3,3,0,3,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,2000,2156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11241,3293,0,'',''), (3294,'Ophek',NULL,10,10,1654,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3294,0,'EventAI',''), (3295,'Sludge Beast',NULL,19,19,360,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.49,1.14286,1,4,1,1,1,1,1,1,449,449,0,0,106,137,31.9,43.8625,817,56,100,1450,1595,0,0,0,3295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3296,'Orgrimmar Grunt',NULL,55,55,4602,0,0,0,85,85,0,0,7,1,3,0,1,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,4957,4957,0,0,605,665,301.34,422.17,3271,293,100,2000,2000,0,1,714,0,3296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1951,3296,0,'','guard_orgrimmar'), - (3297,'Sen\'jin Watcher',NULL,25,30,4084,0,0,0,877,877,0,0,7,3,3,0,268435456,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,1309,1309,0,0,38,48,39.5824,54.4258,1200,20,100,2000,1903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3297,0,'EventAI',''), + (3296,'Orgrimmar Grunt',NULL,55,55,4259,4260,4602,4601,85,85,0,0,7,1,3,0,1,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,4957,4957,0,0,605,665,301.34,422.17,3271,293,100,2000,2000,0,1,714,0,3296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1951,3296,0,'','guard_orgrimmar'), + (3297,'Sen\'jin Watcher',NULL,25,30,4083,4084,0,0,877,877,0,0,7,3,3,0,268435456,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,1309,1309,0,0,38,48,39.5824,54.4258,1200,20,100,2000,1903,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3297,0,'EventAI',''), (3298,'Gabrielle Chase','Food & Drink',53,53,1442,0,0,0,12,12,0,0,7,3,3,0,6,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3866,3866,0,0,92,119,69.0272,94.9124,3013,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3298,0,'',''), (3300,'Adder',NULL,1,1,1206,0,0,0,7,7,0,0,8,1,3,0,0,32768,0,0,0,1,0.857143,1,0,0.01,1,1,1,1.33,1,1,1,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (3301,'Morgan Ladimore',NULL,1,1,3231,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1342,1342,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3301,0,'',''), @@ -397213,9 +400176,9 @@ VALUES (3378,'Bael\'dun Officer',NULL,26,26,3870,3871,0,0,122,122,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,788,788,0,0,39,47,42.1344,57.9348,1061,20,100,2000,2000,0,36,52,3378,3378,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3378,0,'EventAI',''), (3379,'Burning Blade Bruiser',NULL,10,11,4198,4199,0,0,554,554,0,0,7,1,3,0,0,32768,0,0,0,0.97,1.14286,1,0,1,1,1,1,1,1,198,222,0,0,14,19,21.2784,29.2578,538,8,100,2000,2000,0,10,18,3379,3379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (3380,'Burning Blade Acolyte',NULL,11,12,4196,4197,0,0,554,554,0,0,7,1,3,0,0,32768,0,0,0,0.97,1.14286,8,0,1,1,1,1,1,1,199,219,459,537,11,15,21.2784,29.2578,305,6,100,2000,2000,0,11,19,3380,3380,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3380,0,'EventAI',''), - (3381,'Southsea Brigand',NULL,12,13,3829,3830,0,0,230,230,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,247,273,0,0,17,22,21.2784,29.2578,608,9,100,2000,2000,0,13,22,3381,3381,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3381,0,'EventAI',''), - (3382,'Southsea Cannoneer',NULL,13,14,3827,3828,0,0,230,230,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,273,300,0,0,24,31,21.2784,29.2578,642,13,100,2000,2000,0,14,24,3382,3382,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3382,0,'',''), - (3383,'Southsea Cutthroat',NULL,12,15,3835,3836,0,0,230,230,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,270,295,0,0,21,27,21.2784,29.2578,660,11,100,2000,2000,0,15,25,3383,3383,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3383,0,'',''), + (3381,'Southsea Brigand',NULL,12,13,3829,3830,374,4639,230,230,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,247,273,0,0,17,22,21.2784,29.2578,608,9,100,2000,2000,0,13,22,3381,3381,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3381,0,'EventAI',''), + (3382,'Southsea Cannoneer',NULL,13,14,3827,3828,4637,0,230,230,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,273,300,0,0,24,31,21.2784,29.2578,642,13,100,2000,2000,0,14,24,3382,3382,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3382,0,'',''), + (3383,'Southsea Cutthroat',NULL,12,15,3835,3836,4638,4640,230,230,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,270,295,0,0,21,27,21.2784,29.2578,660,11,100,2000,2000,0,15,25,3383,3383,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3383,0,'',''), (3384,'Southsea Privateer',NULL,12,15,3833,3834,0,0,230,230,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,300,328,0,0,21,27,21.2784,29.2578,660,11,100,2000,2000,0,16,26,3384,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3384,0,'',''), (3385,'Theramore Marine',NULL,15,16,1858,0,0,0,1077,1077,0,0,7,1,3,0,0,32768,0,0,0,0.97,1.14286,1,0,1,1,1,1,-1,1,334,363,0,0,21,27,27.2272,37.4374,20,11,100,2000,2000,0,17,28,3385,3385,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3385,0,'EventAI',''), (3386,'Theramore Preserver',NULL,16,17,1856,1857,0,0,1077,1077,0,0,7,1,3,0,0,32768,0,0,0,0.97,1.14286,2,0,1,1,1,1,-1,1,336,346,357,390,24,31,28.6704,39.4218,20,13,100,2000,2000,0,18,29,3386,3386,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3386,0,'EventAI',''), @@ -397249,7 +400212,7 @@ VALUES (3414,'General Twinbraid',NULL,30,30,1411,0,0,0,122,122,0,0,7,1,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.05,1,1,1,1,1,1002,1002,0,0,46,58,45.8304,63.0168,1200,24,100,1680,2000,0,46,65,3414,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3414,0,'',''), (3415,'Savannah Huntress',NULL,11,12,1056,0,0,0,16,16,0,2,1,1,3,0,0,0,0,0,1,1,1.42857,1,0,1,1,1,1,1,1,222,247,0,0,11,14,16.632,22.869,573,6,100,1500,2000,0,0,0,3415,0,3415,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (3416,'Savannah Matriarch',NULL,17,18,1058,0,0,0,16,16,0,2,1,1,3,0,0,0,0,0,1,0.97,1.14286,1,0,1,1,1,1,1,1,386,417,0,0,21,27,25.7664,35.4288,782,11,100,1700,2000,0,0,0,3416,0,3416,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3417,'Living Flame',NULL,16,17,1405,0,0,0,17,17,0,0,4,3,3,0,0,32768,0,0,0,0.61,1.14286,1,0,1,1,1,1,-1,1,71,71,0,0,40,46,27.2272,37.4374,748,20,100,1820,2002,0,5,23,0,0,0,0,0,0,0,0,300,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (3417,'Living Flame',NULL,16,17,1405,0,0,0,17,17,0,0,4,3,3,0,0,32768,0,0,0,0.61,1.14286,1,0,1,1,1,1,-1,1,71,71,0,0,40,46,27.2272,37.4374,748,20,100,1820,2002,0,5,23,0,0,0,0,0,0,4,0,300,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (3418,'Kirge Sternhorn',NULL,22,22,3818,0,0,0,104,104,1.35,0,7,1,3,0,3,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,27,34,34.6544,47.6498,922,14,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11004,3418,1,'',''), (3419,'Apothecary Zamah','Royal Apothecary Society',22,22,1814,0,0,0,68,68,0,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,27,34,34.6544,47.6498,922,14,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419,0,'',''), (3421,'Feegly the Exiled',NULL,19,19,1406,0,0,0,29,29,0,0,7,1,3,0,2,4608,0,2,0,0.97,1.14286,1,0,1,1,1,1,-1,1,860,860,0,0,24,32,30.096,41.382,20,13,100,2000,2000,0,0,0,3421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,0,'',''), @@ -397325,8 +400288,8 @@ VALUES (3498,'Jazzik','General Supplies',22,22,7098,0,0,0,69,69,0,0,7,1,3,0,6,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,27,34,34.6544,47.6498,922,14,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3498,0,'',''), (3499,'Ranik','Trade Supplies',22,22,7099,0,0,0,69,69,0,0,7,1,3,0,6,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,27,34,34.6544,47.6498,922,14,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3499,0,'',''), (3500,'Tarhus','Reagents',52,52,3898,0,0,0,104,104,1.35,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3748,3748,0,0,87,113,68.1824,93.7508,3108,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (3501,'Horde Guard',NULL,40,40,4261,4262,0,0,85,85,0,0,7,1,3,0,0,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,2731,2731,0,0,355,390,53.8384,74.0278,1200,172,100,2000,2000,0,0,0,3501,3501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3501,0,'',''), - (3502,'Ratchet Bruiser',NULL,57,57,7059,7060,0,0,637,637,0,0,7,1,3,0,1,32768,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,4356,4356,0,0,285,314,301.34,422.17,1200,138,100,2000,2000,0,58,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3502,0,'','guard_contested'), + (3501,'Horde Guard',NULL,40,40,4261,4262,4263,4264,85,85,0,0,7,1,3,0,0,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,2731,2731,0,0,355,390,53.8384,74.0278,1200,172,100,2000,2000,0,0,0,3501,3501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3501,0,'',''), + (3502,'Ratchet Bruiser',NULL,57,57,7059,7060,7061,0,637,637,0,0,7,1,3,0,1,32768,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,4356,4356,0,0,285,314,301.34,422.17,1200,138,100,2000,2000,0,58,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3502,0,'','guard_contested'), (3503,'Silithid Protector',NULL,18,19,1307,0,0,0,16,16,0.9,8,1,1,3,0,0,0,0,0,1,0.97,1.14286,1,0,1,1,1,1,1,1,417,449,0,0,27,34,30.096,41.382,817,14,100,2000,2000,0,0,0,3503,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (3504,'Gil',NULL,1,1,338,0,0,0,12,12,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (3505,'Pat',NULL,1,1,257,0,0,0,12,12,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -397387,7 +400350,7 @@ VALUES (3568,'Mist',NULL,10,10,599,0,0,0,80,80,0,0,1,3,3,0,2,37632,0,2,4096,0.96,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_mist'), (3569,'Bogling',NULL,5,5,1081,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.93,1.14286,8,0,0.5,1,1,1,1,1,48,48,230,230,15,16,8.624,11.858,65,7,100,1960,2156,0,1,4,3569,0,0,0,0,0,0,0,5,5,5,10,5,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (3570,'Cleansed Timberling',NULL,7,7,862,0,0,0,4,4,0,0,4,3,3,0,0,32768,0,0,0,0.68,1.14286,1,0,1,1,1,1,1,1,137,137,0,0,10,11,1.76,2.42,239,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (3571,'Teldrassil Sentinel',NULL,55,55,4849,4850,0,0,79,79,0,0,7,3,3,0,1,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,5772,5772,0,0,560,649,301.34,422.17,3271,279,100,2000,2000,0,85,425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3580,3571,0,'','guard_teldrassil'), + (3571,'Teldrassil Sentinel',NULL,55,55,4849,4850,4851,4852,79,79,0,0,7,3,3,0,1,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,5772,5772,0,0,560,649,301.34,422.17,3271,279,100,2000,2000,0,85,425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3580,3571,0,'','guard_teldrassil'), (3572,'Zizzek','Fishing Supplies',22,22,7074,0,0,0,69,69,0,0,7,1,3,0,4,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,27,34,34.6544,47.6498,922,14,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,3572,0,'',''), (3573,'Mana Spring Totem',NULL,26,26,4587,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,5,5,300,300,9,9,39.8112,54.7404,1061,4,100,1740,1914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), (3574,'Riding Bat',NULL,29,29,1566,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1528,1528,1126,1126,9,10,43.8944,60.3548,1165,4,100,1720,1892,0,17,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -397510,9 +400473,9 @@ VALUES (3717,'Wrathtail Sorceress',NULL,18,19,4972,0,0,0,74,74,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,354,379,1020,1118,23,30,32.8944,45.2298,442,12,100,2000,2000,0,20,32,3717,3717,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3717,0,'EventAI',''), (3721,'Mystlash Hydra',NULL,19,20,10898,0,0,0,74,74,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,448,484,0,0,28,36,30.096,41.382,852,15,100,2000,2000,0,0,0,3721,0,3721,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3722,'Mystlash Flayer',NULL,23,23,6735,0,0,0,74,74,0,0,1,3,3,0,0,32768,0,0,0,1.21,1.14286,1,0,1,1,1,1,-1,1,494,531,0,0,52,61,35.6224,48.9808,957,26,100,1760,1936,0,7,34,3722,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3725,'Dark Strand Cultist',NULL,18,19,4255,4218,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,354,379,1020,1118,19,25,28.6704,39.4218,442,10,100,2000,2000,0,20,32,3725,3725,0,0,0,0,0,0,0,0,0,40,0,0,1,0,0,0,0,0,0,0,3725,0,'EventAI',''), + (3725,'Dark Strand Cultist',NULL,18,19,4255,4218,4219,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,354,379,1020,1118,19,25,28.6704,39.4218,442,10,100,2000,2000,0,20,32,3725,3725,0,0,0,0,0,0,0,0,0,40,0,0,1,0,0,0,0,0,0,0,3725,0,'EventAI',''), (3727,'Dark Strand Enforcer',NULL,20,21,4225,0,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,494,531,0,0,31,38,34.2672,47.1174,888,16,100,2000,2000,0,26,38,3727,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3727,0,'EventAI',''), - (3728,'Dark Strand Adept',NULL,18,19,4220,0,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,354,349,1020,1118,23,30,28.6704,39.4218,432,12,100,2000,2000,0,21,32,3728,3728,0,0,0,0,0,0,0,0,0,40,0,0,1,0,0,0,0,0,0,0,3728,0,'EventAI',''), + (3728,'Dark Strand Adept',NULL,18,19,4220,0,4221,825,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,354,349,1020,1118,23,30,28.6704,39.4218,432,12,100,2000,2000,0,21,32,3728,3728,0,0,0,0,0,0,0,0,0,40,0,0,1,0,0,0,0,0,0,0,3728,0,'EventAI',''), (3730,'Dark Strand Excavator',NULL,19,20,1643,0,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,449,484,0,0,28,36,28.6704,39.4218,852,15,100,2000,2000,0,24,36,3730,3730,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3730,0,'',''), (3732,'Forsaken Seeker',NULL,18,19,4127,4128,0,0,118,118,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,1,1,377,404,408,456,25,32,32.8944,45.2298,683,13,100,2000,2000,0,21,32,3732,3732,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3732,0,'EventAI',''), (3733,'Forsaken Herbalist',NULL,18,19,4129,4130,0,0,118,118,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,417,449,0,0,27,34,32.8944,45.2298,817,14,100,2000,2000,0,22,33,3733,3733,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3733,0,'EventAI',''), @@ -397609,7 +400572,7 @@ VALUES (3868,'Blood Seeker',NULL,23,24,1955,0,0,0,24,24,0.51,24,1,3,3,0,0,32832,0,0,1,1,1.14286,1,1,3,1,1,1,1,1,1815,1953,0,0,106,136,30.7968,42.3456,992,56,100,2000,1604,0,0,0,3868,0,3868,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3872,'Deathsworn Captain',NULL,25,25,3224,0,0,0,24,24,0,0,6,3,3,0,0,32768,0,0,0,1.49,1.14286,1,1,3,1,1,1,1,1,2097,2097,0,0,101,130,31.9,43.8625,1026,53,100,1450,1595,0,29,145,3872,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3872,0,'EventAI',''), (3873,'Tormented Officer',NULL,23,24,3225,0,0,0,24,24,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,1815,1953,0,0,101,130,29.6792,40.8089,992,53,100,2000,1613,0,121,163,3873,3873,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3873,0,'EventAI',''), - (3875,'Haunted Servitor',NULL,20,21,3229,0,0,0,24,24,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,1452,1563,0,0,101,130,29.6792,40.8089,888,53,100,2000,1613,0,99,134,3875,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3875,0,'EventAI',''), + (3875,'Haunted Servitor',NULL,20,21,3229,3230,0,0,24,24,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,1452,1563,0,0,101,130,29.6792,40.8089,888,53,100,2000,1613,0,99,134,3875,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3875,0,'EventAI',''), (3877,'Wailing Guardsman',NULL,21,22,3226,0,0,0,24,24,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,1563,1686,0,0,101,130,29.6792,40.8089,922,53,100,2000,1613,0,113,153,3877,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3877,0,'EventAI',''), (3879,'Dark Strand Assassin',NULL,21,21,4227,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.02,1,1,1,1,1,531,531,0,0,52,61,35.6224,48.9808,888,26,100,1760,1936,0,7,34,3879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3879,0,'',''), (3880,'Sentinel Melyria Frostshadow',NULL,25,25,1957,0,0,0,80,80,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3880,0,'EventAI',''), @@ -397644,7 +400607,7 @@ VALUES (3914,'Rethilgore','The Cell Keeper',20,20,524,0,0,0,24,24,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,4,1,1,1,1,1,1936,1936,0,0,85,110,26.24,36.08,852,45,100,2000,1640,0,116,156,3914,0,3914,0,0,76234719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (3915,'Dagri','Raene\'s Pet',23,23,643,0,0,0,80,80,0,0,1,3,3,0,0,33536,0,2,0,1,1.42857,1,0,1.02,1,1,1,1,1,617,617,0,0,21,27,36.0272,49.5374,957,11,100,1300,2000,0,0,0,0,0,100006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (3916,'Shael\'dryn',NULL,24,24,2721,0,0,0,80,80,0,0,7,3,3,0,2,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,864,864,0,0,123,158,77.1584,106.093,992,65,100,2000,2000,0,0,0,3916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',''), - (3917,'Befouled Water Elemental',NULL,23,25,525,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.05,1.14286,2,0,1.02,1,1,1,1,1,544,622,581,655,34,39,35.6224,48.9808,858,17,100,2000,2000,0,0,0,3917,0,0,0,0,0,0,0,0,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (3917,'Befouled Water Elemental',NULL,23,25,525,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.05,1.14286,2,0,1.02,1,1,1,1,1,544,622,581,655,34,39,35.6224,48.9808,858,17,100,2000,2000,0,0,0,3917,0,0,0,0,0,16,0,0,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3919,'Withered Ancient',NULL,26,27,9593,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,788,840,0,0,38,48,42.1344,57.9348,1097,20,100,2000,2000,0,37,53,3919,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3920,'Anilia',NULL,25,25,12064,0,0,0,1076,1076,0,0,7,3,3,0,2,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,36,46,38.28,52.635,1026,19,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (3921,'Thistlefur Ursa',NULL,23,24,1999,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1,1,1,1,-1,1,671,728,557,557,34,43,35.6224,48.9808,976,18,100,2000,2000,0,31,45,3921,3921,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3921,0,'EventAI',''), @@ -397661,7 +400624,7 @@ VALUES (3934,'Innkeeper Boorand Plainswind','Innkeeper',30,30,3881,0,0,0,29,29,1.35,0,7,1,3,0,135,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,3934,1,'',''), (3935,'Toddrick','Butcher',10,10,3236,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3935,0,'',''), (3936,'Shandris Feathermoon','General of the Sentinel Army',62,62,2035,0,0,0,80,80,0,0,7,3,3,0,3,36864,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4079,4079,0,0,174,224,203.77,104.278,4391,92,100,2000,2000,0,0,0,0,0,0,0,0,12584976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11284,3936,0,'',''), - (3937,'Kira Songshine','Traveling Baker',12,12,3234,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,500,500,0,0,12,14,19.9584,27.4428,20,6,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',''), + (3937,'Kira Songshine','Traveling Baker',12,12,3234,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,247,247,0,0,12.7,16.8,0,0,573,42,0,1500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',''), (3939,'Razormane Wolf',NULL,7,8,643,0,0,0,109,109,0,1,1,1,3,0,0,0,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,222,247,0,0,17,22,21.2784,29.2578,573,9,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (3940,'Taneel Darkwood',NULL,32,32,4166,0,0,0,15,15,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,2,0,1,2,1,1,-1,1,1063,1063,1870,1870,43,52,53.8384,74.0278,1063,22,100,2000,2000,0,45,64,3940,3940,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (3941,'Uthil Mooncall',NULL,32,32,4165,0,0,0,15,15,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,2,0,1,1,1,1,-1,1,1036,1036,935,935,61,78,53.8384,74.0278,1063,32,100,2000,2000,0,45,64,3941,3941,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3941,0,'EventAI',''), @@ -397672,7 +400635,7 @@ VALUES (3946,'Velinde Starsong',NULL,1,1,2034,0,0,0,84,84,0,0,7,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3946,0,'',''), (3947,'Goblin Shipbuilder',NULL,19,20,7112,0,0,0,17,17,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1.7,1,1,1,1347,1452,0,0,28,39,0,0,852,70,4,2000,2000,0,89,121,3947,3947,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3947,0,'EventAI',''), (3948,'Honni Goldenoat','Baker',10,10,2036,0,0,0,55,55,0,0,7,3,3,0,6,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (3950,'Minor Water Guardian',NULL,1,1,4606,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',''), + (3950,'Minor Water Guardian',NULL,1,1,4606,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,16,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',''), (3951,'Bhaldaran Ravenshade','Bowyer',34,34,2065,0,0,0,80,80,0,0,7,3,3,0,16388,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,1930,1930,0,0,47,61,49.9664,68.7038,1340,25,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3951,0,'',''), (3952,'Aeolynn','Clothier',22,22,2054,0,0,0,80,80,0,0,7,3,3,0,16388,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,27,34,34.6544,47.6498,922,14,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',''), (3953,'Tandaan Lightmane','Leather Armor Merchant',23,23,2064,0,0,0,80,80,0,0,7,3,3,0,16388,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1106,1106,0,0,28,37,36.0272,49.5374,957,15,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',''), @@ -397705,11 +400668,11 @@ VALUES (3985,'Grandpa Vishas',NULL,34,34,2052,0,0,0,16,16,0,0,7,3,3,0,0,32832,0,0,0,1.05,1.14286,1,1,3,1,1,1,1,1,3489,3489,0,0,193,249,44.84,61.655,1340,102,100,1341,2000,0,204,271,3985,3985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (3986,'Sarilus Foulborne',NULL,25,25,3842,0,0,0,118,118,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,8,0,1,1,1,1,-1,1,568,568,1633,1633,34,43,36.96,50.82,557,18,100,2000,2000,0,31,45,3986,3986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3986,0,'',''), (3987,'Dal Bloodclaw',NULL,25,25,2002,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.02,1,1,1,1,1,713,713,0,0,37,46,39.5824,54.4258,1026,19,100,2000,2000,0,34,50,3987,3987,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3987,0,'EventAI',''), - (3988,'Venture Co. Operator',NULL,19,20,7230,3935,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,449,484,0,0,30,35,32.8944,45.2298,852,15,100,2000,2000,0,23,35,3988,3988,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3989,'Venture Co. Logger',NULL,18,19,7228,3928,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,417,449,0,0,32,37,28.6704,39.4218,817,16,100,2000,2000,0,22,33,3989,3989,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3989,0,'EventAI',''), - (3991,'Venture Co. Deforester',NULL,19,20,7226,3924,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,379,405,1118,1202,26,31,28.6704,39.4218,460,13,100,2000,2000,0,22,33,3991,3991,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3991,0,'EventAI',''), - (3992,'Venture Co. Engineer',NULL,20,21,7227,3930,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,494,531,0,0,33,37,35.6224,48.9808,888,16,100,2000,2000,0,25,38,3992,3992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (3993,'Venture Co. Machine Smith',NULL,21,22,7229,3929,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,531,573,0,0,33,38,35.6224,48.9808,922,16,100,2000,2000,0,27,40,3993,3993,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3993,0,'EventAI',''), + (3988,'Venture Co. Operator',NULL,19,20,7230,3935,3936,4100,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,449,484,0,0,30,35,32.8944,45.2298,852,15,100,2000,2000,0,23,35,3988,3988,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (3989,'Venture Co. Logger',NULL,18,19,7228,3928,275,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,417,449,0,0,32,37,28.6704,39.4218,817,16,100,2000,2000,0,22,33,3989,3989,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3989,0,'EventAI',''), + (3991,'Venture Co. Deforester',NULL,19,20,7226,3924,275,3925,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,379,405,1118,1202,26,31,28.6704,39.4218,460,13,100,2000,2000,0,22,33,3991,3991,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3991,0,'EventAI',''), + (3992,'Venture Co. Engineer',NULL,20,21,7227,3930,3932,3934,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,494,531,0,0,33,37,35.6224,48.9808,888,16,100,2000,2000,0,25,38,3992,3992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (3993,'Venture Co. Machine Smith',NULL,21,22,7229,3929,3931,3933,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,531,573,0,0,33,38,35.6224,48.9808,922,16,100,2000,2000,0,27,40,3993,3993,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3993,0,'EventAI',''), (3994,'Keeper Albagorm',NULL,30,30,150,0,0,0,80,80,0,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,985,985,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,3994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',''), (3995,'Witch Doctor Jin\'Zil',NULL,25,25,4104,0,0,0,29,29,0,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3995,0,'EventAI',''), (3996,'Faldreas Goeth\'Shael',NULL,19,19,4172,0,0,0,80,80,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,860,860,0,0,21,27,30.4304,41.8418,20,11,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3996,1,'EventAI',''), @@ -397748,9 +400711,9 @@ VALUES (4032,'Young Chimaera',NULL,23,25,6884,0,0,0,16,16,0,0,1,1,3,0,0,0,0,0,0,1,1.14286,2,0,1.02,1,1,1,1,1,544,622,581,655,34,39,38.72,53.24,858,17,100,2000,2000,0,0,0,4032,0,4032,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4034,'Enraged Stone Spirit',NULL,24,25,2170,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1.55556,0.857143,1,0,1,1,1,1,-1,1,416,707,0,0,31,40,35.6224,48.9808,1026,16,100,2000,2000,0,0,0,4034,0,0,0,0,0,0,0,25,25,50,25,50,0,1,0,0,0,0,0,0,0,0,0,'',''), (4035,'Furious Stone Spirit',NULL,26,27,2075,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1.55556,0.857143,1,0,1.05,1,1,1,2,1,788,840,0,0,40,46,38.28,52.635,2194,20,100,2000,2000,0,0,0,4035,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (4036,'Rogue Flame Spirit',NULL,23,24,4607,0,0,0,16,16,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,2,0,1.02,1,1,1,1,1,544,582,581,618,33,38,35.6224,48.9808,829,16,100,2000,2000,2,0,0,4036,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (4037,'Burning Ravager',NULL,24,25,2172,0,0,0,16,16,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,664,713,0,0,38,43,35.6224,48.9808,1026,19,100,2000,2000,2,0,0,4037,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (4038,'Burning Destroyer',NULL,26,27,1070,0,0,0,16,16,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,2,0,1.05,1,1,1,1,1,684,724,693,732,37,42,38.28,52.635,916,18,100,2000,2000,2,0,0,4038,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (4036,'Rogue Flame Spirit',NULL,23,24,4607,0,0,0,16,16,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,2,0,1.02,1,1,1,1,1,544,582,581,618,33,38,35.6224,48.9808,829,16,100,2000,2000,2,0,0,4036,0,0,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (4037,'Burning Ravager',NULL,24,25,2172,0,0,0,16,16,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,664,713,0,0,38,43,35.6224,48.9808,1026,19,100,2000,2000,2,0,0,4037,0,0,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (4038,'Burning Destroyer',NULL,26,27,1070,0,0,0,16,16,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,2,0,1.05,1,1,1,1,1,684,724,693,732,37,42,38.28,52.635,916,18,100,2000,2000,2,0,0,4038,0,0,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4040,'Cave Stalker',NULL,21,22,959,0,0,0,312,312,0.7,3,1,1,3,0,0,0,0,0,1,1.05,1.14286,1,0,1.02,1,1,1,1,1,531,573,0,0,31,39,33.264,45.738,922,16,100,2000,2000,0,0,0,4040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (4041,'Scorched Basilisk',NULL,27,28,2175,0,0,0,49,49,0,0,1,1,3,0,0,0,0,0,0,1.11111,1.14286,1,0,1.05,1,1,1,1,1,840,896,0,0,41,46,39.5824,54.4258,1130,20,100,2000,2000,0,0,0,4041,0,4041,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4042,'Singed Basilisk',NULL,25,26,12343,0,0,0,49,49,0,0,1,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,734,788,0,0,40,45,40.04,55.055,1061,20,100,2000,2000,0,0,0,4042,0,4042,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -397776,7 +400739,7 @@ VALUES (4066,'Nal\'taszar',NULL,30,30,8471,0,0,0,79,79,0,0,2,1,3,0,0,64,0,0,0,1,1.14286,2,2,3,1,1,1,1,1,2433,2433,852,852,146,189,38.192,52.514,1004,77,100,1400,2000,0,233,309,4066,0,4066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (4067,'Twilight Runner',NULL,23,24,11453,0,0,0,16,16,0,2,1,1,3,0,0,0,0,0,1,1,1.42857,1,0,1.02,1,1,1,1,1,617,664,0,0,22,26,34.4608,47.3836,992,11,100,1300,2000,0,0,0,4067,0,4067,0,0,0,0,0,0,0,0,0,0,5825,1,0,0,0,0,0,0,0,0,0,'',''), (4068,'Serpent Messenger',NULL,10,10,1742,0,0,0,35,35,0,0,1,5,3,0,0,0,0,0,0,1,0.857143,1,0,1,1,1,1,-1,1,413,413,0,0,22,26,16.808,23.111,512,11,100,1910,2101,0,2,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'',''), - (4070,'Venture Co. Builder',NULL,20,21,7224,3922,0,0,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,494,531,0,0,33,37,34.2672,47.1174,888,16,100,2000,2000,0,26,38,4070,4070,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4070,0,'EventAI',''), + (4070,'Venture Co. Builder',NULL,20,21,7224,3922,275,3923,47,47,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,494,531,0,0,33,37,34.2672,47.1174,888,16,100,2000,2000,0,26,38,4070,4070,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4070,0,'EventAI',''), (4072,'Prisoner of Jin\'Zil',NULL,20,20,3894,0,0,0,80,80,0,0,7,1,3,0,0,768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4073,'XT:4',NULL,23,23,1269,0,0,0,16,16,0,0,9,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,617,617,0,0,37,40,35.6224,48.9808,957,18,100,2000,2000,0,30,43,4073,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4074,'XT:9',NULL,23,23,1269,0,0,0,16,16,0,0,9,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,617,617,0,0,37,40,35.6224,48.9808,957,18,100,2000,2000,0,30,43,4074,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -397848,7 +400811,7 @@ VALUES (4163,'Syurna','Rogue Trainer',40,40,2231,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,4576,4163,0,'',''), (4164,'Cylania','Night Elf Armorer',30,30,2199,0,0,0,80,80,0,0,7,3,3,0,16388,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4165,'Elissa Dumas','Portal Trainer',35,35,7669,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,2016,2016,2680,2680,51,65,51.128,70.301,751,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,4821,4165,1,'',''), - (4166,'Gazelle',NULL,3,3,1547,2238,0,0,188,188,0,0,8,1,3,0,0,0,0,2,0,1,0.857143,1,0,0.2,1,1,1,1.33,1,14,14,0,0,3,4,1.76,2.42,55,2,100,2000,2000,0,0,0,0,0,4166,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (4166,'Gazelle',NULL,3,3,1547,2238,2237,0,188,188,0,0,8,1,3,0,0,0,0,2,0,1,0.857143,1,0,0.2,1,1,1,1.33,1,14,14,0,0,3,4,1.76,2.42,55,2,100,2000,2000,0,0,0,0,0,4166,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (4167,'Dendrythis','Food & Drink Vendor',30,30,2208,0,0,0,80,80,0,0,7,3,3,0,6,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4168,'Elynna','Tailoring Supplies',30,30,2214,0,0,0,80,80,0,0,7,3,3,0,6,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4169,'Jaeana','Meat Vendor',30,30,2217,0,0,0,80,80,0,0,7,3,3,0,6,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4169,0,'',''), @@ -397929,7 +400892,7 @@ VALUES (4259,'Thurgrum Deepforge','Blacksmithing Supplies',30,30,3098,0,0,0,55,55,0,0,7,3,3,0,16390,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4259,0,'',''), (4260,'Venture Co. Shredder',NULL,37,37,1269,0,0,0,47,47,0,0,9,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,1536,1536,0,0,52,64,52.7472,72.5274,1593,27,100,2000,1782,0,60,84,4260,0,0,0,0,16384,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (4261,'Bear Form (Tauren Druid)',NULL,1,1,2289,0,0,0,35,35,1,0,1,3,3,0,0,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (4262,'Darnassus Sentinel',NULL,55,55,2306,14613,0,0,79,79,0,0,7,3,3,0,1,36864,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,4667,4667,0,0,605,665,301.34,422.17,3271,293,100,2000,2000,0,1,739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10265,4262,0,'','guard_darnassus'), + (4262,'Darnassus Sentinel',NULL,55,55,2306,14613,14614,14615,79,79,0,0,7,3,3,0,1,36864,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,4667,4667,0,0,605,665,301.34,422.17,3271,293,100,2000,2000,0,1,739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10265,4262,0,'','guard_darnassus'), (4263,'Deepmoss Hatchling',NULL,14,14,957,0,0,0,22,22,0.44,3,1,1,3,0,0,0,0,0,0,0.44,1.14286,1,0,1,1,1,1,1,1,300,300,0,0,29,33,19.7472,27.1524,642,14,100,2000,2057,0,0,0,4263,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4264,'Deepmoss Matriarch',NULL,22,22,336,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,0,1.04,1.14286,1,0,1.02,1,1,1,1,1,573,573,0,0,49,59,34.2672,47.1174,922,25,100,2000,1947,0,0,0,4264,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (4265,'Nyoma','Cooking Supplies',20,20,4236,0,0,0,80,80,0,0,7,3,3,0,7,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,482,482,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11778,4265,0,'',''), @@ -397947,29 +400910,29 @@ VALUES (4277,'Eye of Kilrogg',NULL,22,22,2421,0,0,0,35,35,0,3,3,1,3,0,0,0,0,2,0,1.03,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,44,52,34.6544,47.6498,922,22,100,1790,1969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4278,'Commander Springvale',NULL,24,24,3223,0,0,0,24,24,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,2,1,5,2,1,1,1,1,2855,2855,1236,1236,117,151,32.968,45.331,829,62,100,2000,1585,0,161,215,4278,0,0,0,0,76234719,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4278,0,'EventAI',''), (4279,'Odo the Blindwatcher',NULL,24,24,522,0,0,0,24,24,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,5,1,1,1,1,1,3255,3255,0,0,106,136,30.7968,42.3456,992,56,100,2000,1604,0,178,237,4279,0,4279,0,0,76234719,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (4280,'Scarlet Preserver',NULL,29,30,2475,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,1,1,1,1,2319,2433,811,852,129,166,35.1008,48.2636,1004,68,100,2000,2000,0,153,204,4280,4280,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4280,0,'EventAI',''), - (4281,'Scarlet Scout',NULL,29,30,2516,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2715,2865,0,0,129,166,35.1008,48.2636,1200,68,100,2000,2000,0,174,232,4281,4281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4281,0,'EventAI',''), - (4282,'Scarlet Magician',NULL,29,30,2512,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,1,3,1,1,1,1,1,2112,2211,2068,2175,134,173,36.1456,49.7002,654,71,100,2000,2000,0,148,199,4282,4282,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4282,0,'EventAI',''), - (4283,'Scarlet Sentry',NULL,30,31,2520,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2865,3018,0,0,193,249,44.84,61.655,1234,102,100,2000,2000,0,188,251,4283,4283,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4283,0,'EventAI',''), - (4284,'Scarlet Augur',NULL,30,31,2495,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2433,2550,1704,1756,193,249,44.84,61.655,1033,102,100,2000,2000,0,167,223,4284,4284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4284,0,'EventAI',''), - (4285,'Scarlet Disciple',NULL,30,31,2505,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2433,2550,1704,1756,193,249,44.84,61.655,1033,102,100,2000,2000,0,167,223,4285,4285,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4285,0,'EventAI',''), - (4286,'Scarlet Soldier',NULL,35,36,2522,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,1.5,1,3660,3831,0,0,193,249,44.84,61.655,2220,102,100,2000,2000,0,227,301,4286,4286,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4286,0,'EventAI',''), - (4287,'Scarlet Gallant',NULL,33,34,2463,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2784,2901,1926,2014,193,249,44.84,61.655,1121,102,100,2000,2000,0,185,246,4287,4287,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4287,0,'EventAI',''), - (4288,'Scarlet Beastmaster',NULL,34,35,2497,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,3489,3660,0,0,193,249,44.84,61.655,1373,102,100,2000,2000,0,216,287,4288,4288,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4288,0,'EventAI',''), - (4289,'Scarlet Evoker',NULL,36,37,2509,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,1,1,1,1,2805,2910,5526,5722,193,249,44.84,61.655,858,102,100,2000,2000,0,181,242,4289,4289,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4289,0,'EventAI',''), + (4280,'Scarlet Preserver',NULL,29,30,2475,2464,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,1,1,1,1,2319,2433,811,852,129,166,35.1008,48.2636,1004,68,100,2000,2000,0,153,204,4280,4280,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4280,0,'EventAI',''), + (4281,'Scarlet Scout',NULL,29,30,2516,2517,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2715,2865,0,0,129,166,35.1008,48.2636,1200,68,100,2000,2000,0,174,232,4281,4281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4281,0,'EventAI',''), + (4282,'Scarlet Magician',NULL,29,30,2512,2513,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,1,3,1,1,1,1,1,2112,2211,2068,2175,134,173,36.1456,49.7002,654,71,100,2000,2000,0,148,199,4282,4282,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4282,0,'EventAI',''), + (4283,'Scarlet Sentry',NULL,30,31,2520,2521,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2865,3018,0,0,193,249,44.84,61.655,1234,102,100,2000,2000,0,188,251,4283,4283,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4283,0,'EventAI',''), + (4284,'Scarlet Augur',NULL,30,31,2495,2496,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2433,2550,1704,1756,193,249,44.84,61.655,1033,102,100,2000,2000,0,167,223,4284,4284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4284,0,'EventAI',''), + (4285,'Scarlet Disciple',NULL,30,31,2505,2506,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2433,2550,1704,1756,193,249,44.84,61.655,1033,102,100,2000,2000,0,167,223,4285,4285,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4285,0,'EventAI',''), + (4286,'Scarlet Soldier',NULL,35,36,2522,2523,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,1.5,1,3660,3831,0,0,193,249,44.84,61.655,2220,102,100,2000,2000,0,227,301,4286,4286,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4286,0,'EventAI',''), + (4287,'Scarlet Gallant',NULL,33,34,2463,2474,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2784,2901,1926,2014,193,249,44.84,61.655,1121,102,100,2000,2000,0,185,246,4287,4287,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4287,0,'EventAI',''), + (4288,'Scarlet Beastmaster',NULL,34,35,2497,2498,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,3489,3660,0,0,193,249,44.84,61.655,1373,102,100,2000,2000,0,216,287,4288,4288,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4288,0,'EventAI',''), + (4289,'Scarlet Evoker',NULL,36,37,2509,2510,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,1,1,1,1,2805,2910,5526,5722,193,249,44.84,61.655,858,102,100,2000,2000,0,181,242,4289,4289,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4289,0,'EventAI',''), (4290,'Scarlet Guardsman',NULL,36,37,2511,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,1,1,3831,4008,0,0,193,249,44.84,61.655,1593,102,100,2800,2000,0,232,308,4290,4290,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4290,0,'EventAI',''), - (4291,'Scarlet Diviner',NULL,34,35,2508,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2901,3027,2014,2134,193,249,44.84,61.655,1149,102,100,2000,2000,0,191,254,4291,4291,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4291,0,'EventAI',''), - (4292,'Scarlet Protector',NULL,36,37,2465,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1.5,1,3150,3279,2194,2284,193,249,44.84,61.655,1988,102,100,2000,2000,0,203,270,4292,4292,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4292,0,'EventAI',''), + (4291,'Scarlet Diviner',NULL,34,35,2507,2508,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2901,3027,2014,2134,193,249,44.84,61.655,1149,102,100,2000,2000,0,191,254,4291,4291,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4291,0,'EventAI',''), + (4292,'Scarlet Protector',NULL,36,37,2476,2465,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1.5,1,3150,3279,2194,2284,193,249,44.84,61.655,1988,102,100,2000,2000,0,203,270,4292,4292,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4292,0,'EventAI',''), (4293,'Scarlet Scryer',NULL,30,31,2519,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2433,2550,1704,1756,193,249,44.84,61.655,1033,102,100,1341,1475,0,70,349,4293,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4293,0,'EventAI',''), (4294,'Scarlet Sorcerer',NULL,37,38,2524,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,1,1,1,1,2910,3012,5722,5950,193,249,44.84,61.655,915,102,100,2000,2000,0,187,250,4294,4294,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4294,0,'EventAI',''), - (4295,'Scarlet Myrmidon',NULL,37,38,2515,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,1,1,4008,4185,0,0,193,249,44.84,61.655,1709,102,100,1700,2000,0,243,322,4295,4295,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4295,0,'EventAI',''), - (4296,'Scarlet Adept',NULL,33,34,5725,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2784,2901,1926,2014,193,249,44.84,61.655,1121,102,100,2000,2000,0,185,246,4296,4296,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4296,0,'EventAI',''), + (4295,'Scarlet Myrmidon',NULL,37,38,2514,2515,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,1,1,4008,4185,0,0,193,249,44.84,61.655,1709,102,100,1700,2000,0,243,322,4295,4295,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4295,0,'EventAI',''), + (4296,'Scarlet Adept',NULL,33,34,5726,5725,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2784,2901,1926,2014,193,249,44.84,61.655,1121,102,100,2000,2000,0,185,246,4296,4296,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4296,0,'EventAI',''), (4297,'Scarlet Conjuror',NULL,35,36,2504,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,1,1,1,1,2706,2805,5360,5526,193,249,44.84,61.655,803,102,100,2000,2000,0,184,245,4297,4297,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4297,0,'EventAI',''), - (4298,'Scarlet Defender',NULL,37,38,2462,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,1.5,1,4008,4185,0,0,193,249,44.84,61.655,2564,102,100,2000,2000,0,243,322,4298,4298,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4298,0,'EventAI',''), - (4299,'Scarlet Chaplain',NULL,34,35,2502,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2901,3027,2014,2134,193,249,44.84,61.655,1149,102,100,2000,2000,0,195,260,4299,4299,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4299,0,'EventAI',''), - (4300,'Scarlet Wizard',NULL,38,39,2526,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3.5,2,1,1,1,1,3514,3640,5950,6150,193,249,44.84,61.655,974,102,100,2000,2000,0,223,296,4300,4300,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4300,0,'EventAI',''), - (4301,'Scarlet Centurion',NULL,38,39,2499,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,4185,4377,0,0,193,249,44.84,61.655,1834,102,100,2000,2000,0,253,335,4301,4301,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4301,0,'EventAI',''), - (4302,'Scarlet Champion',NULL,39,40,2460,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,3540,3678,2472,2566,193,249,44.84,61.655,1619,102,100,2000,2000,0,216,287,4302,4302,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4302,0,'EventAI',''), + (4298,'Scarlet Defender',NULL,37,38,2462,2473,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,1.5,1,4008,4185,0,0,193,249,44.84,61.655,2564,102,100,2000,2000,0,243,322,4298,4298,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4298,0,'EventAI',''), + (4299,'Scarlet Chaplain',NULL,34,35,2501,2502,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,2901,3027,2014,2134,193,249,44.84,61.655,1149,102,100,2000,2000,0,195,260,4299,4299,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4299,0,'EventAI',''), + (4300,'Scarlet Wizard',NULL,38,39,2525,2526,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3.5,2,1,1,1,1,3514,3640,5950,6150,193,249,44.84,61.655,974,102,100,2000,2000,0,223,296,4300,4300,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4300,0,'EventAI',''), + (4301,'Scarlet Centurion',NULL,38,39,2499,2500,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,4185,4377,0,0,193,249,44.84,61.655,1834,102,100,2000,2000,0,253,335,4301,4301,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4301,0,'EventAI',''), + (4302,'Scarlet Champion',NULL,39,40,2460,2461,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,3540,3678,2472,2566,193,249,44.84,61.655,1619,102,100,2000,2000,0,216,287,4302,4302,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4302,0,'EventAI',''), (4303,'Scarlet Abbot',NULL,39,40,2492,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,3540,3678,2472,2566,193,249,44.84,61.655,1619,102,100,2000,2000,0,225,298,4303,4303,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4303,0,'EventAI',''), (4304,'Scarlet Tracking Hound',NULL,33,33,2709,0,0,0,67,67,0,25,1,1,3,0,0,64,0,0,1,1,1.14286,1,1,3,2,1,1,1,1,3330,3330,0,0,174,199,1.76,2.42,1304,86,100,1500,2000,0,0,0,4304,0,4304,0,0,1,0,0,0,0,0,0,0,8287,1,0,0,0,0,0,0,0,0,0,'',''), (4305,'Kriggon Talsone','Fisherman',25,25,4417,0,0,0,12,12,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,4305,1,'',''), @@ -397986,21 +400949,21 @@ VALUES (4319,'Thyssiana','Hippogryph Master',55,55,2415,0,0,0,80,80,0,0,7,1,3,0,11,4608,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,7423,7423,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,4319,0,'EventAI',''), (4320,'Caelyb','Pet Trainer',40,40,2416,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2471,2471,1620,1620,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,4783,4320,0,'EventAI',''), (4321,'Baldruc','Gryphon Master',55,55,2417,0,0,0,894,894,0,0,7,3,3,0,11,37376,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,7423,7423,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,4321,0,'EventAI',''), - (4323,'Searing Hatchling',NULL,41,42,715,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,0,1,1,1,1,-1,1,1836,1973,1857,1857,72,93,59.0304,81.1668,2246,38,100,2000,2000,0,74,102,4323,0,4323,0,0,0,0,0,128,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (4324,'Searing Whelp',NULL,42,43,397,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,1.11111,1.14286,2,1,1,1,1,1,-1,1,1480,1644,1381,1432,229,295,49.192,67.639,1958,121,100,1300,2000,0,67,92,4324,0,4324,0,0,0,0,0,0,129,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''); + (4323,'Searing Hatchling',NULL,41,42,715,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,0,1,1,1,1,-1,1,1836,1973,1857,1857,72,93,59.0304,81.1668,2246,38,100,2000,2000,0,74,102,4323,0,4323,0,0,0,0,0,128,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''); INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) VALUES - (4328,'Firemane Scalebane',NULL,43,44,8310,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,2,1,3,1,1,1,1,1,4119,4278,1432,1483,269,346,53.1456,73.0752,2082,142,100,1258,2000,0,72,99,4328,0,4328,0,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,0,4328,0,'EventAI',''), - (4329,'Firemane Scout',NULL,41,42,143,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,1,1,3,1,1,1,1,1,4755,4953,0,0,269,346,53.1456,73.0752,2246,142,100,1258,2000,0,74,102,4329,0,4329,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,4329,0,'EventAI',''), - (4331,'Firemane Ash Tail',NULL,42,43,8249,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,2,1,3,1,1,1,1,1,3963,4119,1381,1432,269,346,53.1456,73.0752,1958,142,100,1258,2000,0,67,92,4331,0,4331,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,4331,0,'EventAI',''), - (4334,'Firemane Flamecaller',NULL,43,44,8309,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,2,1,3,1,1,1,1,1,4119,4278,1432,1483,269,346,53.1456,73.0752,2082,142,100,1258,2000,0,72,99,4334,0,4334,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,4334,0,'EventAI',''), + (4324,'Searing Whelp',NULL,42,43,397,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,1.11111,1.14286,2,0,1,1,1,1,-1,1,1480,1644,1381,1432,229,295,49.192,67.639,1958,121,100,1300,2000,0,67,92,4324,0,4324,0,0,0,0,0,0,129,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (4328,'Firemane Scalebane',NULL,43,44,8310,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,2,1,3,1,2.4,1,1,1,4119,4278,1432,1483,61.9,88.8,0,0,2082,166,15,2000,2000,0,72,99,4328,0,4328,0,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,0,4328,0,'EventAI',''), + (4329,'Firemane Scout',NULL,41,42,143,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,1,1,3,1,2.2,1,1,1,4755,4953,0,0,58.7,82.7,0,0,2246,152,15,2000,2000,0,74,102,4329,0,4329,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,4329,0,'EventAI',''), + (4331,'Firemane Ash Tail',NULL,42,43,8249,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,2,1,3,1,2.3,1,1,1,3963,4119,1381,1432,58.1,82.1,0,0,1958,152,14,2000,2000,0,67,92,4331,0,4331,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,4331,0,'EventAI',''), + (4334,'Firemane Flamecaller',NULL,43,44,8309,0,0,0,103,103,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,2,1,3,1,2.4,1,1,1,4119,4278,1432,1483,61.9,88.8,0,0,2082,166,15,2000,2000,0,72,99,4334,0,4334,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,4334,0,'EventAI',''), (4339,'Brimgore',NULL,45,45,6374,0,0,0,103,103,0,0,2,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,1,1,1,1,-1,1,4755,4755,0,0,251,325,51.5936,70.9412,3125,133,100,1275,2000,0,462,609,4339,0,4339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (4341,'Drywallow Crocolisk',NULL,35,36,1080,0,0,0,16,16,0,6,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.15,1,1,1,1,1,1403,1469,0,0,50,62,51.128,70.301,1480,26,100,2000,2000,0,0,0,4341,0,4341,0,0,0,0,0,0,0,0,0,0,5853,1,0,0,0,0,0,0,0,0,0,'',''), (4342,'Drywallow Vicejaw',NULL,36,37,925,0,0,0,16,16,0,6,1,3,3,0,0,32768,0,0,0,0.78,1.14286,1,0,1.15,1,1,1,1,1,1469,1536,0,0,80,95,49.368,67.881,1593,40,100,2000,1815,0,0,0,4342,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (4343,'Drywallow Snapper',NULL,37,38,814,0,0,0,16,16,0,6,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.15,1,1,1,1,1,1536,1604,0,0,52,65,54.5072,74.9474,1709,27,100,2000,2000,0,0,0,4343,0,4343,0,0,0,0,0,0,0,0,0,0,5851,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4344,'Mottled Drywallow Crocolisk',NULL,38,39,2548,0,0,0,16,16,0,6,1,3,3,0,0,32768,0,0,1,1,1.14286,2,0,1.15,1,1,1,1,1,1305,1357,1189,1236,50,62,54.5072,74.9474,1517,26,100,2000,2000,0,0,0,4344,0,4344,0,0,0,0,0,0,0,0,0,0,5852,1,0,0,0,0,0,0,0,0,0,'',''), - (4345,'Drywallow Daggermaw',NULL,40,41,807,0,0,0,16,16,0,6,1,3,3,0,0,32768,0,0,1,1,1.14286,1,1,3,1,1,1,1,1,4572,4755,0,0,193,249,0,0,2101,102,0,2000,2000,0,0,0,4345,0,4345,0,0,0,0,0,0,0,0,0,0,5855,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (4345,'Drywallow Daggermaw',NULL,40,41,807,0,0,0,16,16,0,6,1,3,3,0,0,32768,0,0,1,1,1.14286,1,1,3,1,2.1,1,1,1,4572,4755,0,0,56,77.9,0,0,2101,142,15,2000,2000,0,0,0,4345,0,4345,0,0,0,0,0,0,0,0,0,0,5855,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4346,'Noxious Flayer',NULL,35,36,2700,0,0,0,14,14,0,27,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.15,1,1,1,1,1,1403,1469,0,0,50,62,0,0,1480,26,0,2000,2000,0,0,0,4346,0,4346,0,0,0,0,0,0,0,0,0,0,8317,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4347,'Noxious Reaver',NULL,37,38,2707,0,0,0,14,14,0,27,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.15,1,1,1,1,1,1536,1604,0,0,52,65,0,0,1709,27,0,2000,2000,0,0,0,4347,0,4347,0,0,0,0,0,0,0,0,0,0,8318,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (4348,'Noxious Shredder',NULL,38,39,2708,0,0,0,14,14,0,27,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.2,1,1,1,1,1,1674,1751,0,0,55,68,0,0,1834,28,0,2000,2000,0,0,0,4348,0,4348,0,0,0,0,0,0,0,0,0,0,8319,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -398068,8 +401031,8 @@ VALUES (4425,'Blind Hunter',NULL,32,32,4735,0,0,0,411,411,0.7,24,1,3,3,0,2,32768,0,0,1,1,1.14286,1,2,5,1,1,1,1,1,5285,5285,0,0,144,184,40.1544,55.2123,1270,76,100,2000,1521,0,0,0,4425,0,4425,0,0,8388625,0,0,0,0,0,0,0,5794,1,0,0,0,0,0,0,0,0,0,'',''), (4427,'Ward Guardian',NULL,31,31,6104,0,0,0,152,152,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,1953,1953,2079,2079,193,249,44.84,61.655,887,102,100,2000,2000,0,164,220,4427,4427,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4427,0,'EventAI',''), (4428,'Death Speaker Jargba','Death\'s Head Captain',30,30,4644,0,0,0,16,16,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,3450,3450,1464,1464,146,189,38.192,52.514,916,77,100,2000,2000,0,227,301,4428,4428,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4428,0,'EventAI',''), - (4429,'Goblin Pit Crewman',NULL,30,30,7192,7193,0,0,35,35,0,0,7,1,3,0,1,768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,50142,4429,0,'',''), - (4430,'Gnome Pit Crewman',NULL,30,30,5435,5436,0,0,35,35,1.2,0,7,1,3,0,1,768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50143,4430,0,'',''), + (4429,'Goblin Pit Crewman',NULL,30,30,7192,7193,7194,0,35,35,0,0,7,1,3,0,1,768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,50142,4429,0,'',''), + (4430,'Gnome Pit Crewman',NULL,30,30,5435,5436,5437,0,35,35,1.2,0,7,1,3,0,1,768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50143,4430,0,'',''), (4435,'Razorfen Warrior',NULL,24,25,6109,0,0,0,152,152,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,1953,2097,0,0,106,136,30.7968,42.3456,1026,56,100,2000,2000,0,136,182,4435,4435,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4435,0,'',''), (4436,'Razorfen Quilguard',NULL,25,26,6108,0,0,0,152,152,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2097,2250,0,0,129,166,35.1008,48.2636,1061,68,100,2000,2000,0,137,184,4436,4436,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4436,0,'EventAI',''), (4437,'Razorfen Warden',NULL,25,26,4758,0,0,0,152,152,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2097,2250,0,0,129,166,35.1008,48.2636,1061,68,100,2000,2000,0,133,179,4437,4437,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4437,0,'EventAI',''), @@ -398110,7 +401073,7 @@ VALUES (4489,'Braug Dimspirit',NULL,35,35,3907,0,0,0,104,104,0,0,7,1,3,0,3,4608,0,2,0,1,1.14286,2,0,2,1,1,1,-1,1,2016,2016,1067,1067,51,65,51.128,70.301,1149,27,100,2000,2000,0,0,0,4489,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4763,4489,0,'',''), (4490,'Grenka Bloodscreech',NULL,31,31,974,0,0,0,80,80,0,0,7,3,3,0,0,32768,0,0,0,1.71,1.14286,1,0,1,1,1,1,-1,1,1206,1206,0,0,92,109,53.8384,74.0278,1234,46,100,1610,1771,0,24,120,4490,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (4493,'Scarlet Avenger',NULL,56,57,10295,10298,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3644,3758,0,0,99,122,71.2272,97.9374,3380,51,100,2000,2000,0,125,169,4493,4493,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4493,0,'EventAI',''), - (4494,'Scarlet Spellbinder',NULL,57,58,10307,10308,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.35,1,1,1,1,1,2631,2714,5340,5461,87,108,72.688,99.946,1742,45,100,2000,2000,0,105,142,4494,4494,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4494,0,'EventAI',''), + (4494,'Scarlet Spellbinder',NULL,57,58,10307,10308,10309,10310,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.35,1,1,1,1,1,2631,2714,5340,5461,87,108,72.688,99.946,1742,45,100,2000,2000,0,105,142,4494,4494,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4494,0,'EventAI',''), (4495,'Gnome Pit Boss',NULL,35,35,5438,0,0,0,35,35,1.2,0,7,1,3,0,2,768,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4495,0,'',''), (4496,'Goblin Pit Boss',NULL,30,30,7191,0,0,0,35,35,0,0,7,1,3,0,2,768,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4496,0,'',''), (4498,'Maurin Bonesplitter',NULL,35,35,4171,0,0,0,68,68,0,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4498,0,'',''), @@ -398120,7 +401083,7 @@ VALUES (4502,'Tharg',NULL,44,44,3193,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,2868,2868,0,0,68,88,60.7904,83.5868,2557,36,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4503,'Mudcrush Durtfeet',NULL,42,42,655,0,0,0,35,35,0,0,7,3,3,0,2,33536,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4504,'Frostmaw',NULL,37,37,10579,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.14,1.14286,1,0,1.15,1,1,1,1,1,1536,1536,0,0,92,109,53.8384,74.0278,1593,46,100,1610,1771,0,29,145,4504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4504,0,'',''), - (4505,'Bloodsail Deckhand',NULL,43,44,2557,0,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1902,1981,0,0,61,78,61.9344,85.1598,2246,32,100,2000,1683,0,78,107,4505,4505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4505,0,'EventAI',''), + (4505,'Bloodsail Deckhand',NULL,43,44,2557,2558,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1902,1981,0,0,61,78,61.9344,85.1598,2246,32,100,2000,1683,0,78,107,4505,4505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4505,0,'EventAI',''), (4506,'Bloodsail Swabby',NULL,42,44,1902,0,0,0,119,119,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1829,1902,0,0,59,74,63.7824,87.7008,2101,31,100,2000,1661,0,80,110,4506,4506,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4506,0,'',''), (4507,'Daisy','Race Starter Girl',15,15,2591,0,0,0,35,35,0,0,7,1,3,0,0,768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4507,0,'',''), (4508,'Willix the Importer',NULL,27,27,7155,0,0,0,69,69,0,0,7,3,3,0,2,32832,0,0,4096,1,1.14286,1,1,1,1,1,1,-1,1,1886,1886,0,0,112,144,34.452,47.3715,1097,59,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_willix_the_importer'), @@ -398148,7 +401111,7 @@ VALUES (4535,'Tamed Battleboar',NULL,25,26,704,0,0,0,152,152,0,5,1,1,3,0,0,0,0,0,1,1,1.14286,1,1,1,1,1,1,1,1,699,750,0,0,101,130,29.6792,40.8089,1061,53,100,2000,2000,0,0,0,4535,0,100006,0,0,1,0,0,30,10,10,150,20,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (4538,'Kraul Bat',NULL,30,31,1955,0,0,0,16,16,0,24,1,3,3,0,0,32832,0,0,1,1,1.14286,1,1,3,1,1,1,1,1,2865,3018,0,0,134,173,36.1456,49.7002,1234,71,100,2000,2000,0,0,0,4538,0,4538,0,0,1,0,0,0,0,0,0,0,5790,1,0,0,0,0,0,0,0,0,0,'',''), (4539,'Greater Kraul Bat',NULL,32,32,1954,0,0,0,16,16,0,24,1,3,3,0,0,32832,0,0,1,1,1.14286,1,1,3,1,1,1,1,1,3171,3171,0,0,146,189,38.192,52.514,1270,77,100,2000,2000,0,0,0,4539,0,4539,0,0,1,0,0,0,0,0,0,0,8300,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (4540,'Scarlet Monk',NULL,35,36,2604,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,0.25,1,3660,3831,0,0,193,249,44.84,61.655,370,102,100,1800,2000,0,227,301,4540,4540,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (4540,'Scarlet Monk',NULL,35,36,2603,2604,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,1,1,0.25,1,3660,3831,0,0,193,249,44.84,61.655,370,102,100,1800,2000,0,227,301,4540,4540,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4541,'Blood of Agamaggan',NULL,27,27,4754,0,0,0,16,16,0,0,10,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2400,2400,0,0,129,166,35.1008,48.2636,1097,68,100,2000,2000,0,153,205,4541,4541,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4542,'High Inquisitor Fairbanks',NULL,40,40,2605,0,0,0,67,67,0,0,6,3,3,0,0,32832,0,2,0,1,1.14286,2,1,5,2,1,1,1,1,6130,6130,2566,2566,229,295,49.192,67.639,1619,121,100,2000,2000,0,329,434,4542,4542,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4542,0,'EventAI',''), (4543,'Bloodmage Thalnos',NULL,34,34,11396,0,0,0,21,21,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,2,1,8,2.5,1,1,1,1,7736,7736,2518,2518,193,249,44.84,61.655,1121,102,100,2000,2000,0,386,509,4543,4543,0,0,0,8390929,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4543,0,'EventAI',''), @@ -398229,7 +401192,7 @@ VALUES (4619,'Geltharis',NULL,32,32,2021,0,0,0,90,90,1.5,0,3,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.1,1,1,1,1,1,1163,1163,0,0,46,57,53.8384,74.0278,1270,24,100,2000,2000,0,50,70,4619,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,4619,0,'EventAI',''), (4620,'Fobeed','Race Announcer',35,35,11573,0,0,0,35,35,0,0,7,1,3,0,0,768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4623,'Quilguard Champion',NULL,30,31,6103,0,0,0,152,152,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,2250,2250,0,0,193,249,44.84,61.655,1061,102,100,2000,2000,0,180,240,4623,4623,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4623,0,'EventAI',''), - (4624,'Booty Bay Bruiser',NULL,57,57,7102,0,0,0,121,121,0,0,7,3,3,0,0,32768,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,12652,12652,0,0,356,463,301.34,422.17,5892,189,100,1183,2000,0,1,830,0,4624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4624,0,'','guard_contested'), + (4624,'Booty Bay Bruiser',NULL,57,57,7102,7103,7104,0,121,121,0,0,7,3,3,0,0,32768,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,12652,12652,0,0,356,463,301.34,422.17,5892,189,100,1183,2000,0,1,830,0,4624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4624,0,'','guard_contested'), (4625,'Death\'s Head Ward Keeper',NULL,15,15,6101,0,0,0,154,154,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,328,328,0,0,21,26,24.552,33.759,677,11,100,2000,2000,0,0,0,4625,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (4627,'Arugal\'s Voidwalker',NULL,24,25,1131,0,0,0,24,24,0,16,3,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,484,484,0,0,52,61,35.6224,48.9808,1026,26,100,1760,1936,0,9,45,4627,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','mob_arugal_voidwalker'), (4629,'Trackmaster Zherin',NULL,30,30,2704,0,0,0,35,35,1.35,0,7,1,3,0,2,768,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4629,0,'',''), @@ -398266,11 +401229,11 @@ VALUES (4661,'Gelkis Rumbler',NULL,29,30,1068,0,0,0,132,132,0,0,4,1,3,0,0,0,0,0,0,1.55556,1.42857,1,0,1.1,1,1,1,1.5,1,996,1051,0,0,42,53,45.144,62.073,1800,22,100,2000,2000,0,0,0,4661,0,0,0,0,0,0,0,30,30,30,30,60,0,1,0,0,0,0,0,0,0,0,0,'',''), (4662,'Magram Bonepaw',NULL,37,38,2716,0,0,0,133,133,0,25,1,1,3,0,0,0,0,0,1,1.02,1.14286,1,0,1.15,1,1,1,1,1,1536,1604,0,0,52,65,53.3984,73.4228,1709,27,100,2000,2000,0,0,0,4662,0,4662,0,0,0,0,0,0,0,0,0,0,8282,1,0,0,0,0,0,0,0,0,0,'',''), (4663,'Burning Blade Augur',NULL,30,31,4699,4700,0,0,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1.1,1,1,1,1,1,811,847,2175,2253,38,48,53.8384,74.0278,674,20,100,2000,2000,0,40,58,4663,4663,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4663,0,'EventAI',''), - (4664,'Burning Blade Reaver',NULL,30,31,4703,4704,0,0,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.1,1,1,1,1,1,1050,1107,0,0,44,55,51.6384,71.0028,1234,23,100,2000,2000,0,46,65,4664,4664,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4664,0,'EventAI',''), - (4665,'Burning Blade Adept',NULL,31,32,4697,4698,0,0,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1.1,1,1,1,1,1,847,882,2253,2362,32,41,53.8384,74.0278,694,17,100,2000,2000,0,42,60,4665,4665,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4665,0,'EventAI',''), - (4666,'Burning Blade Felsworn',NULL,31,32,4701,4702,0,0,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.1,1,1,1,0.5,1,1107,1163,0,0,60,74,53.8384,74.0278,635,31,100,2000,2000,0,49,69,4666,4666,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4666,0,'EventAI',''), + (4664,'Burning Blade Reaver',NULL,30,31,4703,4704,11305,11306,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.1,1,1,1,1,1,1050,1107,0,0,44,55,51.6384,71.0028,1234,23,100,2000,2000,0,46,65,4664,4664,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4664,0,'EventAI',''), + (4665,'Burning Blade Adept',NULL,31,32,4697,4698,11296,11297,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1.1,1,1,1,1,1,847,882,2253,2362,32,41,53.8384,74.0278,694,17,100,2000,2000,0,42,60,4665,4665,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4665,0,'EventAI',''), + (4666,'Burning Blade Felsworn',NULL,31,32,4701,4702,11301,11302,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.1,1,1,1,0.5,1,1107,1163,0,0,60,74,53.8384,74.0278,635,31,100,2000,2000,0,49,69,4666,4666,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4666,0,'EventAI',''), (4667,'Burning Blade Shadowmage',NULL,32,33,4705,4706,0,0,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1.1,1,1,1,1,1,882,919,2362,2457,32,42,53.8384,74.0278,712,17,100,2000,2000,0,44,62,4667,4667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4667,0,'EventAI',''), - (4668,'Burning Blade Summoner',NULL,38,39,4709,4710,0,0,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1.15,1,1,1,1,1,1155,1196,2975,3075,38,49,53.8384,74.0278,974,20,100,2000,2000,0,55,76,4668,4668,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4668,0,'EventAI',''), + (4668,'Burning Blade Summoner',NULL,38,39,4709,4710,11309,11310,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1.15,1,1,1,1,1,1155,1196,2975,3075,38,49,53.8384,74.0278,974,20,100,2000,2000,0,55,76,4668,4668,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4668,0,'EventAI',''), (4670,'Hatefury Rogue',NULL,31,32,6741,0,0,0,90,90,0,0,3,1,3,0,0,0,0,0,0,1.02,1.14286,1,0,1.1,1,1,1,1,1,1107,1163,0,0,45,56,53.8384,74.0278,1270,23,100,2000,2000,0,49,69,4670,4670,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4671,'Hatefury Trickster',NULL,31,32,2021,0,0,0,90,90,0,0,3,1,3,0,0,0,0,0,0,1.02,1.14286,1,0,1.1,1,1,1,1,1,1107,1163,0,0,45,56,53.8384,74.0278,1270,23,100,2000,2000,0,49,69,4671,4671,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4672,'Hatefury Felsworn',NULL,31,32,2014,0,0,0,90,90,0,0,3,1,3,0,0,0,0,0,0,1.02,1.14286,1,0,1.1,1,1,1,1,1,1107,1163,0,0,45,56,53.8384,74.0278,1270,23,100,2000,2000,0,49,69,4672,4672,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -398299,7 +401262,7 @@ VALUES (4697,'Scorpashi Lasher',NULL,34,35,2765,0,0,0,413,413,0,20,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.1,1,1,1,1,1,1279,1342,0,0,48,60,47.0272,64.6624,1373,25,100,2000,2000,0,0,0,4697,0,4697,0,0,0,0,0,0,0,0,0,0,5868,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4699,'Scorpashi Venomlash',NULL,38,39,2766,0,0,0,413,413,0,20,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.15,1,1,1,1,1,1604,1678,0,0,55,68,52.7472,72.5274,1834,28,100,2000,2000,0,0,0,4699,0,4699,0,0,0,0,0,0,0,0,0,0,8852,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4700,'Aged Kodo',NULL,34,35,1308,1232,0,0,15,15,0,0,1,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1549,1635,0,0,73,91,0,0,1354,38,0,3000,2000,0,0,0,4700,0,4700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_aged_dying_ancient_kodo'), - (4701,'Dying Kodo',NULL,35,36,1453,1241,0,0,15,15,0,0,1,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1631,1714,0,0,75,94,0,0,1404,39,0,3000,2000,0,0,0,4701,0,4701,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_aged_dying_ancient_kodo'), + (4701,'Dying Kodo',NULL,35,36,1453,1241,10917,0,15,15,0,0,1,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1631,1714,0,0,75,94,0,0,1404,39,0,3000,2000,0,0,0,4701,0,4701,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_aged_dying_ancient_kodo'), (4702,'Ancient Kodo',NULL,36,37,2767,2768,0,0,15,15,0,0,1,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1808,1910,0,0,77,96,0,0,1523,40,0,3000,2000,0,0,0,4702,0,4702,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_aged_dying_ancient_kodo'), (4705,'Burning Blade Invoker',NULL,39,40,4707,4708,0,0,554,554,0,0,7,1,3,0,0,0,0,0,0,1.1,1.14286,8,0,1.15,1,1,1,1,1,1196,1239,3075,3191,40,52,55.968,76.956,1035,21,100,2000,2000,0,58,80,4705,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4705,0,'EventAI',''), (4706,'Razzeric',NULL,30,30,7206,0,0,0,35,35,0,0,7,1,3,0,2,768,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4706,0,'',''), @@ -398354,12 +401317,12 @@ VALUES (4803,'Blackfathom Oracle',NULL,21,22,4976,0,0,0,128,128,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,1392,1494,1020,1090,101,130,29.6792,40.8089,770,53,100,2000,2000,0,101,136,4803,4803,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4803,0,'',''), (4805,'Blackfathom Sea Witch',NULL,23,24,4982,0,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,2,1,1,1,1,1,-1,1,1494,1599,1090,1162,101,130,29.6792,40.8089,1076,53,100,2000,1613,0,113,152,4805,4805,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4805,0,'EventAI',''), (4807,'Blackfathom Myrmidon',NULL,22,23,4762,0,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,4.5,1,1,1,1,1,2529,2723,0,0,101,130,29.6792,40.8089,957,53,100,2000,1613,0,153,205,4807,4807,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4807,0,'EventAI',''), - (4809,'Twilight Acolyte',NULL,24,25,2884,0,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,2,1,1,1,1,1,-1,1,1494,1599,545,581,106,136,30.7968,42.3456,785,56,100,2000,1604,0,119,160,4809,4809,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4809,0,'EventAI',''), - (4810,'Twilight Reaver',NULL,25,26,2901,0,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,1,1,1,1,-1,1,1815,1815,0,0,129,166,35.1008,48.2636,957,68,100,2000,1567,0,137,184,4810,4810,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4810,0,'EventAI',''), - (4811,'Twilight Aquamancer',NULL,25,26,2888,0,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,2,1,1,1,1,1,-1,1,1599,1599,1162,1162,129,166,35.1008,48.2636,800,68,100,2000,1567,0,120,162,4811,4811,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4811,0,'EventAI',''), - (4812,'Twilight Loreseeker',NULL,24,25,2894,0,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,2,1,1,1,1,1,-1,1,1494,1599,1090,1162,101,130,29.6792,40.8089,750,53,100,2000,1613,0,114,154,4812,4812,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4812,0,'EventAI',''), - (4813,'Twilight Shadowmage',NULL,26,27,2877,0,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,8,1,1,1,1,1,-1,1,1482,1482,2886,2886,129,166,35.1008,48.2636,519,68,100,2000,1567,0,126,170,4813,4813,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4813,0,'EventAI',''), - (4814,'Twilight Elementalist',NULL,26,27,2892,0,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,8,1,1,1,1,1,-1,1,1482,1482,2164,2164,129,166,35.1008,48.2636,519,68,100,2000,1567,0,130,175,4814,4814,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4814,0,'EventAI',''), + (4809,'Twilight Acolyte',NULL,24,25,2882,2883,2884,2885,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,2,1,1,1,1,1,-1,1,1494,1599,545,581,106,136,30.7968,42.3456,785,56,100,2000,1604,0,119,160,4809,4809,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4809,0,'EventAI',''), + (4810,'Twilight Reaver',NULL,25,26,2898,2899,2900,2901,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,1,1,1,1,-1,1,1815,1815,0,0,129,166,35.1008,48.2636,957,68,100,2000,1567,0,137,184,4810,4810,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4810,0,'EventAI',''), + (4811,'Twilight Aquamancer',NULL,25,26,2886,2887,2888,2889,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,2,1,1,1,1,1,-1,1,1599,1599,1162,1162,129,166,35.1008,48.2636,800,68,100,2000,1567,0,120,162,4811,4811,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4811,0,'EventAI',''), + (4812,'Twilight Loreseeker',NULL,24,25,2894,2895,2896,2897,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,2,1,1,1,1,1,-1,1,1494,1599,1090,1162,101,130,29.6792,40.8089,750,53,100,2000,1613,0,114,154,4812,4812,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4812,0,'EventAI',''), + (4813,'Twilight Shadowmage',NULL,26,27,2876,2877,0,0,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,8,1,1,1,1,1,-1,1,1482,1482,2886,2886,129,166,35.1008,48.2636,519,68,100,2000,1567,0,126,170,4813,4813,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4813,0,'EventAI',''), + (4814,'Twilight Elementalist',NULL,26,27,2890,2891,2892,2893,128,128,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,8,1,1,1,1,1,-1,1,1482,1482,2164,2164,129,166,35.1008,48.2636,519,68,100,2000,1567,0,130,175,4814,4814,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4814,0,'EventAI',''), (4815,'Murkshallow Snapclaw',NULL,22,23,2835,0,0,0,129,129,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,3,1,1,1,1,1,1686,1815,0,0,101,130,29.6792,40.8089,957,53,100,2000,1613,0,115,155,4815,4815,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4818,'Blindlight Murloc',NULL,22,23,4920,0,0,0,18,18,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,3,1,1,1,1,1,1686,1815,0,0,101,130,29.6792,40.8089,957,53,100,2000,1613,0,111,150,4818,4818,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4818,0,'EventAI',''), (4819,'Blindlight Muckdweller',NULL,25,25,11293,0,0,0,18,18,0,0,7,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,1,1,1,1,-1,1,1815,1815,0,0,106,136,30.7968,42.3456,957,56,100,2000,1604,0,137,184,4819,4819,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -398389,7 +401352,7 @@ VALUES (4853,'Stonevault Geomancer',NULL,43,44,1194,0,0,0,59,59,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,2.4,1,1,1,4119,4278,1432,1483,61.9,88.9,0,0,2082,166,15,2000,2000,0,257,341,4853,4853,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4853,0,'EventAI',''), (4854,'Grimlok','Stonevault Chieftain',45,45,11165,0,0,0,59,59,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,5,2,2.5,1,1,1,7390,7390,3068,3068,70.4,93.3,0,0,2211,172,15,2000,2000,0,388,512,4854,4854,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4854,0,'EventAI',''), (4855,'Stonevault Brawler',NULL,43,44,11166,0,0,0,59,59,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,2.4,1,0.3,1,5148,5346,0,0,66.6,95.6,0,0,767,174,16,2000,2000,0,300,396,4855,4855,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (4856,'Stonevault Cave Hunter',NULL,36,37,722,0,0,0,59,59,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,1,3,1,1,1,1,1,3831,4008,0,0,193,249,44.84,61.655,1593,102,100,1341,2000,0,228,303,4856,4856,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4856,0,'EventAI',''), + (4856,'Stonevault Cave Hunter',NULL,36,37,722,0,0,0,59,59,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1.7,1,1,1,3831,4008,0,0,49.7,68.1,0,0,1593,124,12,2000,2000,0,228,303,4856,4856,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4856,0,'EventAI',''), (4857,'Stone Keeper',NULL,46,46,10805,0,0,0,470,470,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3,1,2,1,5757,5757,0,0,108.1,143.3,0,0,5560,188,17,2800,2800,0,322,425,4857,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4860,'Stone Steward',NULL,43,44,2234,0,0,0,415,415,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3,1,2,1,5148,5346,0,0,66.6,95.6,0,0,5114,174,16,2000,2000,0,297,393,4860,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (4861,'Shrike Bat',NULL,38,39,1954,0,0,0,411,411,0,24,1,3,3,0,0,32768,0,0,1,1,1.14286,1,1,3,1,1.9,1,1,1,4185,4377,0,0,52.7,72,0,0,1834,132,13,2000,2000,0,0,0,4861,0,4861,0,0,1,0,0,0,0,0,0,0,5791,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -398437,7 +401400,7 @@ VALUES (4950,'Spot',NULL,20,20,1100,0,0,0,150,150,0.87,1,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1,1,1,1,-1,1,1342,1342,0,0,50,61,51.128,70.301,1373,26,100,2000,2000,0,0,0,4950,0,100006,0,0,0,0,0,0,0,0,0,0,8299,0,0,0,0,0,0,0,0,0,0,'',''), (4951,'Theramore Practicing Guard',NULL,50,50,4836,0,0,0,1096,1096,0,0,7,3,3,0,0,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4951,0,'EventAI',''), (4952,'Theramore Combat Dummy',NULL,1,1,3019,0,0,0,1095,1095,0,0,9,3,3,0,0,33536,0,2,0,1,1,1,0,1,1,1,1,-1,1,64,64,0,0,0,0,1.76,2.42,20,0,100,2000,2000,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (4953,'Moccasin',NULL,1,1,2956,0,0,0,7,7,0,0,8,3,3,0,0,32768,0,0,0,1,0.857143,1,0,0.38,1,1,1,1.33,1,16,16,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (4953,'Moccasin',NULL,1,1,1986,1987,2954,2956,7,7,0,0,8,3,3,0,0,32768,0,0,0,1,0.857143,1,0,0.38,1,1,1,1.33,1,16,16,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (4954,'Uttnar','Butcher',36,36,3957,0,0,0,29,29,0,0,7,3,3,0,6,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2100,2100,0,0,51,66,52.272,71.874,1480,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4954,0,'',''), (4958,'Haunting Spirit',NULL,21,22,985,0,0,0,92,92,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,10,10,0,0,42,50,33.264,45.738,922,21,100,1800,1980,0,7,34,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (4959,'Jorgen',NULL,15,15,4469,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4959,0,'EventAI',''), @@ -398456,8 +401419,8 @@ VALUES (4973,'Guard Lasiter',NULL,50,50,4835,0,0,0,1077,1077,0,0,7,3,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4973,0,'EventAI',''), (4974,'Aldwin Laughlin','Guild Master',50,50,2974,0,0,0,12,12,0,0,7,3,3,0,1537,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,4974,0,'EventAI',''), (4977,'Murkshallow Softshell',NULL,25,25,1819,0,0,0,129,129,0,0,7,3,3,0,0,32768,0,0,0,0.58,1.14286,1,0,1,1,1,1,-1,1,182,182,0,0,52,61,38.72,53.24,1026,26,100,1760,1936,0,9,47,4977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (4978,'Aku\'mai Servant',NULL,26,26,110,0,0,0,128,128,0,0,4,3,3,0,0,32768,0,0,0,2.26,1.14286,2,1,1,1,1,1,-1,1,1599,1599,1162,1162,121,157,34.0416,46.8072,887,64,100,2000,1576,0,47,237,4978,0,0,0,0,0,0,0,130,26,26,26,26,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (4979,'Theramore Guard',NULL,53,57,2980,0,0,0,150,150,0,0,7,3,3,0,1,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,4665,5506,0,0,106,137,71.2272,97.9374,3380,56,100,2000,2000,0,0,0,4979,4979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8851,4979,0,'EventAI',''), + (4978,'Aku\'mai Servant',NULL,26,26,110,0,0,0,128,128,0,0,4,3,3,0,0,32768,0,0,0,2.26,1.14286,2,1,1,1,1,1,-1,1,1599,1599,1162,1162,121,157,34.0416,46.8072,887,64,100,2000,1576,0,47,237,4978,0,0,0,0,0,16,0,130,26,26,26,26,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (4979,'Theramore Guard',NULL,53,57,2978,2977,2979,2980,150,150,0,0,7,3,3,0,1,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,4665,5506,0,0,106,137,71.2272,97.9374,3380,56,100,2000,2000,0,0,0,4979,4979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8851,4979,0,'EventAI',''), (4980,'Paval Reethe',NULL,35,35,2976,0,0,0,35,35,0,0,7,3,3,0,2,33536,0,2,0,1,1.14286,2,0,1.1,1,1,1,1,1,1110,1110,1067,1067,51,65,51.128,70.301,1149,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4980,0,'',''), (4981,'Ben Trias','Apprentice of Cheese',25,25,5547,0,0,0,12,12,0,0,7,3,3,0,5,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,685,4981,0,'EventAI',''), (4982,'Thomas','Altar Boy',1,1,262,0,0,0,12,12,0,0,7,3,3,0,2,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -398483,7 +401446,7 @@ VALUES (5081,'Connor Rivers','Apprentice Chef',25,25,3010,0,0,0,12,12,0,0,7,3,3,0,2,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,52,61,38.72,53.24,1026,26,100,1760,1936,0,1,313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'EventAI',''), (5082,'Vincent Hyal',NULL,30,30,3011,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5082,0,'',''), (5083,'Clerk Lendry',NULL,20,20,3014,0,0,0,894,894,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5083,0,'EventAI',''), - (5085,'Sentry Point Guard',NULL,38,38,2977,0,0,0,150,150,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2284,2284,0,0,61,78,53.8384,74.0278,1709,32,100,2000,2000,0,58,81,5085,5085,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5085,0,'EventAI',''), + (5085,'Sentry Point Guard',NULL,38,38,2978,2977,2979,2980,150,150,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2284,2284,0,0,61,78,53.8384,74.0278,1709,32,100,2000,2000,0,58,81,5085,5085,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5085,0,'EventAI',''), (5086,'Captain Wymor',NULL,33,33,4667,0,0,0,11,11,0,0,7,3,3,0,3,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1846,1846,0,0,51,65,48.2064,66.2838,1304,27,100,2000,2000,0,54,75,5086,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,8793,5086,0,'',''), (5087,'Do\'gol',NULL,30,30,655,0,0,0,83,83,0,0,7,3,3,0,2,37376,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5087,0,'',''), (5088,'Falgran Hastil',NULL,38,38,3015,0,0,0,151,151,0,0,7,3,3,0,0,32768,0,2,0,1.13,1.14286,1,0,1,1,1,1,-1,1,2284,2284,0,0,85,101,54.5072,74.9474,1709,43,100,1630,1793,0,27,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5088,0,'EventAI',''), @@ -398601,7 +401564,7 @@ VALUES (5239,'Gordunni Mage-Lord',NULL,45,46,11556,0,0,0,45,45,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.25,1,1,1,1,1,1618,1679,3801,3923,55,71,63.7824,87.7008,1406,29,100,2000,2000,0,71,98,5239,5239,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5239,0,'EventAI',''), (5240,'Gordunni Warlock',NULL,43,44,11560,0,0,0,45,45,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1.2,1,1,1,1,1,1441,1496,3575,3680,50,66,63.7824,87.7008,1304,27,100,2000,2000,0,65,90,5240,5240,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5240,0,'EventAI',''), (5241,'Gordunni Warlord',NULL,46,47,11561,0,0,0,45,45,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.25,1,1,1,1,1,2399,2488,0,0,79,99,62.8672,86.4424,2835,41,100,2000,2000,0,89,121,5241,5241,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5241,0,'EventAI',''), - (5243,'Cursed Atal\'ai',NULL,45,46,4779,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,5544,5757,0,0,269,346,53.1456,73.0752,2780,142,100,1258,1384,0,320,423,5243,5243,0,0,0,0,0,0,0,30,0,0,70,0,0,0,0,0,0,0,0,0,5243,0,'EventAI',''), + (5243,'Cursed Atal\'ai',NULL,45,46,4779,4780,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,5544,5757,0,0,269,346,53.1456,73.0752,2780,142,100,1258,1384,0,320,423,5243,5243,0,0,0,0,0,0,0,30,0,0,70,0,0,0,0,0,0,0,0,0,5243,0,'EventAI',''), (5244,'Zukk\'ash Stinger',NULL,45,46,3194,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.25,1,1,1,1,1,2310,2399,0,0,78,96,60.016,82.522,2780,40,100,2000,2000,0,0,0,5244,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (5245,'Zukk\'ash Wasp',NULL,44,45,482,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,59.0304,81.1668,2725,38,100,2000,2000,0,0,0,5245,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5246,'Zukk\'ash Worker',NULL,44,45,157,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,59.0304,81.1668,2725,38,100,2000,2000,0,0,0,5246,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -398615,7 +401578,7 @@ VALUES (5258,'Woodpaw Alpha',NULL,43,44,10793,0,0,0,61,61,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1.2,1,1,1,1,1,2059,2138,0,0,68,88,62.8672,86.4424,2557,36,100,2000,2000,0,78,107,5258,5258,0,0,0,0,0,0,0,22,0,0,0,0,1,0,0,0,0,0,0,0,5258,0,'EventAI',''), (5259,'Atal\'ai Witch Doctor',NULL,48,50,6670,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,4776,4950,1640,1695,292,377,55.3248,76.0716,2344,154,100,1233,1356,0,306,404,5259,5259,0,0,0,1,0,0,0,30,0,0,70,0,1,0,0,0,0,0,0,0,5259,0,'EventAI',''), (5260,'Groddoc Ape',NULL,42,43,3186,0,0,0,72,72,0,9,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.2,1,1,1,1,1,1981,2059,0,0,80,102,57.0064,78.3838,2397,42,100,2000,2000,0,0,0,5260,0,5260,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (5261,'Enthralled Atal\'ai',NULL,45,46,6673,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,5595,5788,0,0,269,346,53.1456,73.0752,2780,142,100,1258,1384,0,320,423,5261,5261,0,0,0,0,0,0,0,30,0,0,70,0,1,0,0,0,0,0,0,0,5261,0,'EventAI',''), + (5261,'Enthralled Atal\'ai',NULL,45,46,6672,6673,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,5595,5788,0,0,269,346,53.1456,73.0752,2780,142,100,1258,1384,0,320,423,5261,5261,0,0,0,0,0,0,0,30,0,0,70,0,1,0,0,0,0,0,0,0,5261,0,'EventAI',''), (5262,'Groddoc Thunderer',NULL,49,50,3188,0,0,0,72,72,0,9,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.25,1,1,1,1,1,2672,2768,0,0,104,130,63.7824,87.7008,2999,54,100,2000,2000,0,0,0,5262,0,5262,0,0,0,0,0,0,0,0,0,0,9054,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5263,'Mummified Atal\'ai',NULL,46,47,4769,0,0,0,37,37,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,5922,6065,0,0,269,346,53.1456,73.0752,2835,142,100,1258,1384,0,326,431,5263,5263,0,0,0,8388625,0,0,0,30,0,0,70,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (5267,'Unliving Atal\'ai',NULL,48,49,4771,0,0,0,37,37,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,6251,6712,0,0,269,346,53.1456,73.0752,2944,142,100,1258,1384,0,351,463,5267,5267,0,0,0,8388625,0,0,0,30,0,0,70,0,1,0,0,0,0,0,0,0,5267,0,'EventAI',''), @@ -398739,8 +401702,8 @@ VALUES (5458,'Centipaar Worker',NULL,48,49,157,0,0,0,310,310,0,0,10,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.25,1,1,1,1,1,2578,2672,0,0,81,110,0,0,2944,200,19,2000,2000,0,0,0,5458,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5459,'Centipaar Tunneler',NULL,47,48,11108,0,0,0,310,310,0,0,10,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2488,2578,0,0,81,101,61.9344,85.1598,2888,42,100,2000,2000,0,0,0,5459,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5460,'Centipaar Sandreaver',NULL,49,50,11079,0,0,0,310,310,0,0,10,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.25,1,1,1,1,1,2672,2769,0,0,85,106,62.8672,86.4424,2999,44,100,2000,2000,0,0,0,5460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (5461,'Sea Elemental',NULL,48,49,5450,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.25,1,1,1,1,1,2578,2672,0,0,83,103,61.9344,85.1598,2944,43,100,2000,2000,4,0,0,5461,0,0,0,0,0,0,0,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (5462,'Sea Spray',NULL,47,48,5562,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.25,1,1,1,1,1,2488,2578,0,0,81,101,60.984,83.853,2888,42,100,2000,2000,4,0,0,5462,0,0,0,0,0,0,0,0,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (5461,'Sea Elemental',NULL,48,49,5450,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.25,1,1,1,1,1,2578,2672,0,0,83,103,61.9344,85.1598,2944,43,100,2000,2000,4,0,0,5461,0,0,0,0,0,16,0,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (5462,'Sea Spray',NULL,47,48,5562,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.25,1,1,1,1,1,2488,2578,0,0,81,101,60.984,83.853,2888,42,100,2000,2000,4,0,0,5462,0,0,0,0,0,16,0,0,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5464,'Watchmaster Sorigal',NULL,29,29,3249,0,0,0,84,84,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1528,1528,0,0,38,49,43.8944,60.3548,1165,20,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5464,1,'',''), (5465,'Land Rager',NULL,45,47,8550,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1.55556,1.14286,1,0,1.25,1,1,1,1.75,1,2310,2488,0,0,79,99,60.016,82.522,4961,41,100,2000,2000,0,0,0,5465,0,0,0,0,0,0,0,0,125,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5466,'Coast Strider',NULL,48,49,10039,0,0,0,778,778,0,0,5,3,3,0,0,32832,0,98304,0,1.4,1.42857,1,1,3,1,1,1,1,1,6186,6414,0,0,269,346,53.1456,73.0752,2944,142,100,1258,2000,0,355,468,5466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5466,0,'',''), @@ -398847,9 +401810,9 @@ VALUES (5645,'Sandfury Hideskinner',NULL,42,43,6413,6414,0,0,37,37,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,4953,5148,0,0,269,346,53.1456,73.0752,2397,142,100,1258,2000,0,289,383,5645,5645,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5645,0,'EventAI',''), (5646,'Sandfury Axe Thrower',NULL,43,44,6411,6412,0,0,37,37,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,5148,5346,0,0,269,346,53.1456,73.0752,2557,142,100,1258,2000,0,311,411,5646,5646,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5646,0,'EventAI',''), (5647,'Sandfury Firecaller',NULL,43,44,6415,6416,0,0,37,37,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,2,1,2.75,2,1,1,1,1,3776,3922,2864,2966,269,346,53.1456,73.0752,2082,142,100,1258,2000,0,232,307,5647,5647,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5647,0,'EventAI',''), - (5648,'Sandfury Shadowcaster',NULL,43,44,6420,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,1,1,1,1,3603,3741,7150,7360,269,346,53.1456,73.0752,1304,142,100,2000,1384,0,236,313,5648,5648,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5648,0,'EventAI',''), - (5649,'Sandfury Blood Drinker',NULL,44,45,6423,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,5346,5544,0,0,269,346,53.1456,73.0752,2725,142,100,2000,1384,0,306,404,5649,5649,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5649,0,'EventAI',''), - (5650,'Sandfury Witch Doctor',NULL,44,45,6422,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,4278,4434,2966,3068,269,346,53.1456,73.0752,2211,142,100,2000,1384,0,263,348,5650,5650,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5650,0,'EventAI',''), + (5648,'Sandfury Shadowcaster',NULL,43,44,6419,6420,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,1,1,1,1,3603,3741,7150,7360,269,346,53.1456,73.0752,1304,142,100,2000,1384,0,236,313,5648,5648,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5648,0,'EventAI',''), + (5649,'Sandfury Blood Drinker',NULL,44,45,6423,6424,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,2.5,1,1,1,5346,5544,0,0,72,100.3,0,0,2725,184,17,2000,2000,0,306,404,5649,5649,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5649,0,'EventAI',''), + (5650,'Sandfury Witch Doctor',NULL,44,45,6421,6422,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,2.5,1,1,1,4278,4434,2966,3068,67.1,93.3,0,0,2211,172,15,2000,2000,0,263,348,5650,5650,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5650,0,'EventAI',''), (5651,'Patrick Garrett',NULL,15,15,6228,0,0,0,68,68,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5651,0,'EventAI',''), (5652,'Undercity Practice Dummy',NULL,1,1,3019,0,0,0,914,914,0,0,9,3,3,0,0,33024,0,2,0,1,1,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5653,'Tyler',NULL,20,20,3853,0,0,0,118,118,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5653,0,'',''), @@ -398875,7 +401838,7 @@ VALUES (5676,'Summoned Voidwalker',NULL,10,10,1132,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1.01,1,1,1,1,1,200,200,0,0,22,26,16.808,23.111,512,11,100,1910,2101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (5677,'Summoned Succubus',NULL,20,20,10923,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,440,440,490,490,40,47,31.856,43.802,712,20,100,1810,1991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5679,'Lysta Bancroft',NULL,30,30,4009,0,0,0,68,68,0,0,7,3,3,0,2,36864,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,1605,1605,2175,2175,42,53,45.144,62.073,654,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5679,0,'',''), - (5680,'Male Human Captive',NULL,5,5,3976,0,0,0,123,123,0,0,7,3,3,0,0,33024,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,8,11,8.624,11.858,20,4,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5680,0,'',''), + (5680,'Male Human Captive',NULL,5,5,3976,3975,3974,3973,123,123,0,0,7,3,3,0,0,33024,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,8,11,8.624,11.858,20,4,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5680,0,'',''), (5681,'Female Human Captive',NULL,7,7,3979,0,0,0,123,123,0,0,7,3,3,0,0,33024,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,228,228,0,0,8,11,11.9504,16.4318,20,4,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5681,0,'',''), (5682,'Dalin Forgewright',NULL,20,20,3981,0,0,0,123,123,0,0,7,3,3,0,0,32768,0,0,0,0.94,1.14286,2,0,1,1,1,1,1,1,433,433,490,490,27,34,28.6704,39.4218,712,14,100,2000,2000,0,23,35,5682,5682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5682,0,'EventAI',''), (5683,'Comar Villard',NULL,22,22,3989,0,0,0,123,123,0,0,7,3,3,0,2,32768,0,0,0,1,1.14286,2,0,1.02,1,1,1,1,1,508,508,545,545,31,38,35.6224,48.9808,770,16,100,2000,2000,0,28,41,5683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5683,0,'',''), @@ -398930,7 +401893,7 @@ VALUES (5734,'Apothecary Keever','Royal Apothecary Society',20,20,4111,0,0,0,68,68,0,0,7,3,3,0,0,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5734,0,'EventAI',''), (5735,'Caged Human Female',NULL,5,5,3980,3979,0,0,68,68,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,102,102,0,0,6,8,8.624,11.858,120,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (5736,'Caged Human Male',NULL,5,5,3976,3975,0,0,68,68,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,102,102,0,0,6,8,8.624,11.858,120,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (5738,'Caged Dwarf Male',NULL,5,5,4116,4117,0,0,68,68,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,102,102,0,0,6,8,8.624,11.858,120,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (5738,'Caged Dwarf Male',NULL,5,5,4116,4117,4118,4119,68,68,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,102,102,0,0,6,8,8.624,11.858,120,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5739,'Caged Squirrel',NULL,1,1,134,0,0,0,68,68,0,0,8,3,3,0,0,33536,0,2,0,1,1.14286,1,0,0.01,1,1,1,1.33,1,1,1,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5741,'Caged Rabbit',NULL,1,1,328,0,0,0,68,68,0,0,8,3,3,0,0,32768,0,2,0,1,1.14286,1,0,0.01,1,1,1,1.33,1,1,1,0,0,10,11,1.76,2.42,20,5,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5742,'Caged Toad',NULL,1,1,901,0,0,0,68,68,0,0,8,3,3,0,0,32768,0,2,0,0.9,1.14286,1,0,0.01,1,1,1,1.33,1,1,1,0,0,10,11,1.76,2.42,20,5,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -398962,7 +401925,7 @@ VALUES (5771,'Jugkar Grim\'rod',NULL,40,40,4696,0,0,0,90,90,0,0,7,1,3,0,0,32768,0,2,0,1.02,1.14286,2,0,1.15,1,1,1,1,1,1410,1410,1283,1283,53,65,53.8384,74.0278,1619,27,100,2000,2000,0,61,84,5771,5771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5771,0,'EventAI',''), (5772,'Lord Azrethoc\'s Image',NULL,1,1,4427,0,0,0,35,35,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5772,0,'',''), (5773,'Jugkar Grim\'rod\'s Image',NULL,1,1,4428,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5773,0,'',''), - (5774,'Riding Wolf',NULL,1,1,207,2320,0,0,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,-1,1,64,64,53,53,2,2,1.76,2.42,23,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (5774,'Riding Wolf',NULL,1,1,207,2320,2328,2326,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,-1,1,64,64,53,53,2,2,1.76,2.42,23,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5775,'Verdan the Everliving',NULL,21,21,4256,0,0,0,270,270,0,0,4,3,3,0,0,32832,0,0,0,1.15,1.14286,1,1,8,1,5.4,1,1,1,4168,4168,0,0,53,71,0,0,888,74,4,3500,2000,0,211,281,5775,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5780,'Cloned Ectoplasm',NULL,16,17,4266,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.01,1.14286,1,1,3,1,1.7,1,1,1,1068,1158,0,0,23,33,0,0,748,60,2,2000,1640,0,14,70,5780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (5781,'Silithid Creeper Egg',NULL,21,21,10056,0,0,0,413,413,0,10,10,3,3,0,0,32768,0,0,0,1.03,1.14286,1,0,0.1,1,1,1,1,1,52,52,0,0,42,50,33.264,45.738,888,21,100,1800,1980,0,0,0,5781,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -399002,7 +401965,7 @@ VALUES (5830,'Sister Rathtalon',NULL,19,19,10876,0,0,0,514,514,0,0,7,1,3,0,0,64,0,0,0,1.38889,1.14286,2,2,3,3,1.7,1,1,1,1212,1212,1368,1368,25.8,34.4,0,0,683,60,3,2000,2000,0,122,164,5830,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5831,'Swiftmane',NULL,21,21,6084,0,0,0,189,189,0,0,1,1,3,0,0,64,0,0,0,1,2.14286,1,2,3,1,1.7,1,1,1,1563,1563,0,0,30.5,40.5,0,0,888,74,4,2000,2000,0,0,0,5831,0,5831,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5832,'Thunderstomp',NULL,24,24,6085,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.02,1,1,1,1,1,664,664,0,0,106,137,31.9,43.8625,992,56,100,1450,1595,0,0,0,5832,0,5832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (5833,'Margol the Rager',NULL,48,48,10933,0,0,0,14,14,0,0,1,3,3,0,2,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,6186,6186,0,0,259,334,52.3768,72.0181,2888,137,100,1266,2000,0,0,0,5833,0,5833,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (5833,'Margol the Rager',NULL,48,48,10933,0,0,0,14,14,0,0,1,3,3,0,2,32768,0,0,0,1.1,1.14286,1,1,3,1,2.5,1,1,1,6186,6186,0,0,101,133,0,0,2888,196,19,2500,2500,0,0,0,5833,0,5833,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (5834,'Azzere the Skyblade',NULL,25,25,2702,0,0,0,14,14,0,27,1,1,3,0,0,0,0,0,1,1,1.42857,2,4,1.02,1.5,1,1,1,1,622,622,982,982,35,42,32.968,45.331,858,18,100,2000,1585,0,0,0,5834,0,5834,0,0,0,0,0,55,55,55,55,55,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5835,'Foreman Grills',NULL,19,19,4593,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,4,0.7,1,1.7,1,1,1,314,314,0,0,22.1,29.2,0,0,817,68,3,1600,1600,0,20,31,5835,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5835,0,'EventAI',''), (5836,'Engineer Whirleygig',NULL,19,19,7049,0,0,0,16,16,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,4,1,1,1,1,1,1,449,449,0,0,106,137,31.9,43.8625,817,56,100,1450,2000,0,23,35,5836,5836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5836,0,'EventAI',''), @@ -399012,15 +401975,15 @@ VALUES (5840,'Dark Iron Steamsmith',NULL,46,47,7796,7797,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2399,2488,0,0,79,99,62.8672,86.4424,2835,41,100,2000,2000,0,89,121,5840,5840,0,0,0,0,0,0,0,0,0,0,100,0,1,0,0,0,0,0,0,0,5840,0,'EventAI',''), (5841,'Rocklance',NULL,17,17,9533,0,0,0,130,130,0,0,7,1,3,0,0,64,0,0,0,0.66668,1.14286,1,2,3,1,1.7,1,1,1,1158,1158,0,0,25,33.2,0,0,748,60,2,2000,2000,0,110,149,5841,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5841,0,'EventAI',''), (5842,'Takk the Leaper',NULL,19,19,1337,0,0,0,48,48,0,11,1,1,3,0,0,64,0,0,1,0.97,1.14286,1,1,3,1,1,1,1,1,1347,1347,0,0,112,144,31.9,43.8625,817,59,100,1450,2000,0,0,0,5842,0,5842,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (5843,'Slave Worker',NULL,45,47,487,7816,0,0,674,674,0,0,7,3,3,0,1,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2294,2480,0,0,85,109,63.7824,87.7008,2835,45,100,2000,2000,0,91,123,5843,5843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12271,5843,0,'',''), - (5844,'Dark Iron Slaver',NULL,45,46,7789,7790,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2310,2399,0,0,78,96,63.7824,87.7008,2780,40,100,2000,2000,0,88,120,5844,5844,0,0,0,0,0,0,0,0,0,0,100,0,1,0,0,0,0,0,0,0,5844,0,'EventAI',''), - (5846,'Dark Iron Taskmaster',NULL,47,48,7798,7799,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2488,2578,0,0,81,101,63.7824,87.7008,2888,42,100,2000,2000,0,94,128,5846,5846,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,5846,0,'EventAI',''), + (5843,'Slave Worker',NULL,45,47,487,7816,7817,7818,674,674,0,0,7,3,3,0,1,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2294,2480,0,0,85,109,63.7824,87.7008,2835,45,100,2000,2000,0,91,123,5843,5843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12271,5843,0,'',''), + (5844,'Dark Iron Slaver',NULL,45,46,7789,7790,7791,7792,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2310,2399,0,0,78,96,63.7824,87.7008,2780,40,100,2000,2000,0,88,120,5844,5844,0,0,0,0,0,0,0,0,0,0,100,0,1,0,0,0,0,0,0,0,5844,0,'EventAI',''), + (5846,'Dark Iron Taskmaster',NULL,47,48,7798,7799,7800,7801,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2488,2578,0,0,81,101,63.7824,87.7008,2888,42,100,2000,2000,0,94,128,5846,5846,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,5846,0,'EventAI',''), (5847,'Heggin Stonewhisker','Bael\'dun Chief Engineer',24,24,4595,0,0,0,122,122,0,0,7,3,3,0,2,32768,0,0,0,1,1.14286,1,4,0.9,1,1,1,1,1,585,585,0,0,106,137,31.9,43.8625,992,56,100,1450,1595,0,31,45,5847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,5847,0,'EventAI',''), (5848,'Malgin Barleybrew','Bael\'dun Morale Officer',25,25,4597,0,0,0,122,122,0,0,7,3,3,0,4,32768,0,0,0,1.5,1.14286,1,4,1.02,1,1,1,1,1,713,713,0,0,111,144,32.968,45.331,1026,59,100,1441,1585,0,34,49,5848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5848,0,'EventAI',''), (5849,'Digger Flameforge','Excavation Specialist',24,24,4596,0,0,0,122,122,0,0,7,1,3,0,2,32768,0,0,0,0.97,1.14286,1,4,1.02,1,1,1,1,1,664,664,0,0,106,137,31.9,43.8625,992,56,100,1450,2000,0,32,47,5849,5849,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,5849,0,'EventAI',''), - (5850,'Blazing Elemental',NULL,45,47,1070,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2310,2488,0,0,79,99,59.0304,81.1668,2835,41,100,2000,2000,2,0,0,5850,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (5850,'Blazing Elemental',NULL,45,47,1070,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2310,2488,0,0,79,99,59.0304,81.1668,2835,41,100,2000,2000,2,0,0,5850,0,0,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (5851,'Captain Gerogg Hammertoe','Bael\'dun Captain of the Guard',27,27,4598,0,0,0,122,122,0,0,7,3,3,0,2,32768,0,0,0,1.51,1.14286,1,1,3,1,1,1,1,1,2400,2400,0,0,129,166,35.1008,48.2636,1097,68,100,1425,1567,0,225,299,5851,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5851,0,'',''), - (5852,'Inferno Elemental',NULL,47,49,5488,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2488,2672,0,0,82,104,60.984,83.853,2944,43,100,2000,2000,2,0,0,5852,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (5852,'Inferno Elemental',NULL,47,49,5488,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2488,2672,0,0,82,104,60.984,83.853,2944,43,100,2000,2000,2,0,0,5852,0,0,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5853,'Tempered War Golem',NULL,45,47,5747,0,0,0,54,54,0,0,4,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2251,2468,1286,1286,85,109,63.7824,87.7008,2835,45,100,2000,2000,0,88,120,5853,0,0,0,0,0,0,0,46,46,46,92,46,0,1,0,0,0,0,0,0,0,0,0,'',''), (5854,'Heavy War Golem',NULL,47,49,10801,0,0,0,54,54,0,0,9,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.25,1,1,1,1.5,1,2488,2672,0,0,82,104,63.7824,87.7008,4416,43,100,2000,2000,0,92,125,5854,0,0,0,0,16384,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5855,'Magma Elemental',NULL,46,48,2075,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.4,1.42857,1,0,1.25,1,1,1,1.2,1,2399,2578,0,0,79,100,60.984,83.853,3466,41,100,2000,2000,0,0,0,5855,0,0,0,0,0,0,0,170,170,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -399028,9 +401991,9 @@ VALUES (5857,'Searing Lava Spider',NULL,45,47,4457,0,0,0,575,575,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.25,1,1,1,1,1,2310,2488,0,0,79,99,63.6944,87.5798,2835,41,100,2000,2000,0,0,0,5857,0,0,0,0,0,0,0,125,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (5858,'Greater Lava Spider',NULL,47,49,7510,0,0,0,575,575,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.25,1,1,1,1,1,2488,2672,0,0,82,104,60.984,83.853,2944,43,100,2000,2000,0,0,0,5858,0,0,0,0,0,0,0,125,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5859,'Hagg Taurenbane','Razormane Champion',26,26,6114,0,0,0,109,109,0,0,7,1,3,0,0,64,0,0,0,0.97,1.14286,1,1,3,1,1,1,1,1,2250,2250,0,0,129,166,35.1008,48.2636,1061,68,100,1425,2000,0,210,279,5859,5859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5859,0,'EventAI',''), - (5860,'Twilight Dark Shaman',NULL,47,48,7821,7822,0,0,128,128,1.35,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,1,1,1,1,4776,4950,1640,1695,269,346,53.1456,73.0752,2344,142,100,1258,2000,0,289,383,5860,5860,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5860,0,'EventAI',''), - (5861,'Twilight Fire Guard',NULL,48,49,7825,7826,0,0,128,128,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,2.99,1,1,1,1,1,6165,6393,0,0,300,388,56.0352,77.0484,2944,159,100,2000,2000,0,351,463,5861,5861,0,0,0,0,0,0,150,0,0,0,0,0,1,0,0,0,0,0,0,0,5861,0,'',''), - (5862,'Twilight Geomancer',NULL,49,50,7830,7831,0,0,128,128,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,1,3,1,1,1,1,1,4491,4653,4281,4393,276,356,53.9,74.1125,1518,146,100,2000,2000,0,284,376,5862,5862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5862,0,'EventAI',''), + (5860,'Twilight Dark Shaman',NULL,47,48,7821,7822,7823,7824,128,128,1.35,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,1,1,1,1,4776,4950,1640,1695,269,346,53.1456,73.0752,2344,142,100,1258,2000,0,289,383,5860,5860,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5860,0,'EventAI',''), + (5861,'Twilight Fire Guard',NULL,48,49,7825,7826,7827,7828,128,128,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,2.99,1,1,1,1,1,6165,6393,0,0,300,388,56.0352,77.0484,2944,159,100,2000,2000,0,351,463,5861,5861,0,0,0,0,0,0,150,0,0,0,0,0,1,0,0,0,0,0,0,0,5861,0,'',''), + (5862,'Twilight Geomancer',NULL,49,50,7830,7831,7832,7833,128,128,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,1,3,1,1,1,1,1,4491,4653,4281,4393,276,356,53.9,74.1125,1518,146,100,2000,2000,0,284,376,5862,5862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5862,0,'EventAI',''), (5863,'Geopriest Gukk\'rok',NULL,19,19,6116,0,0,0,111,111,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,2,4,1,1,1,1,1,1,404,404,456,456,106,137,31.9,43.8625,683,56,100,1450,2000,0,22,34,5863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (5864,'Swinegart Spearhide',NULL,22,22,6117,0,0,0,111,111,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,2,3,1,1.7,1,1,1,1686,1686,0,0,32,42.4,0,0,922,78,4,2000,2000,0,161,216,5864,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5864,0,'',''), (5865,'Dishu',NULL,13,13,1043,0,0,0,16,16,0,2,1,1,3,0,0,64,0,0,1,1,1.42857,1,4,1,1,1,1,1,1,273,273,0,0,13.9,18.3,0,0,608,46,1,1500,1500,0,0,0,5865,0,5865,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -399055,11 +402018,11 @@ VALUES (5890,'Redrock Earth Spirit',NULL,1,1,1128,0,0,0,7,7,0.5,0,4,3,3,0,0,33587968,0,0,0,0.92,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,'',''), (5891,'Minor Manifestation of Earth',NULL,15,15,12110,0,0,0,35,35,0,0,4,3,3,0,2,33536,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,2000,2046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5892,'Searn Firewarder',NULL,15,15,4534,0,0,0,126,126,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,19,19,24.552,33.759,20,9,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5892,0,'',''), - (5893,'Minor Manifestation of Fire',NULL,12,12,2172,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.73,1.14286,2,0,1,1,1,1,1,1,230,230,249,249,17,21,19.9584,27.4428,479,9,100,1890,2079,0,0,0,5893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (5894,'Corrupt Minor Manifestation of Water',NULL,22,22,5493,0,0,0,15,15,0,0,4,3,3,0,0,32768,0,0,0,0.88,1.14286,2,0,1,1,1,1,1,1,498,498,545,545,31,38,34.6544,47.6498,770,16,100,1790,1969,0,0,0,5894,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (5895,'Minor Manifestation of Water',NULL,22,22,525,0,0,0,35,35,0,0,4,3,3,0,2,32768,0,2,0,0.88,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,44,52,34.6544,47.6498,922,22,100,1790,1969,0,1,275,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (5896,'Fire Spirit',NULL,1,1,4607,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.45,1.14286,1,0,1,1,1,1,-1,1,176,198,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,50,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,'',''), - (5897,'Corrupt Water Spirit',NULL,19,19,5492,5493,0,0,7,7,0.85,0,4,3,3,0,0,33587968,0,0,0,0.94,1.14286,1,0,1,1,1,1,-1,1,449,484,0,0,28,36,30.4304,41.8418,836,15,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (5893,'Minor Manifestation of Fire',NULL,12,12,2172,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.73,1.14286,2,0,1,1,1,1,1,1,230,230,249,249,17,21,19.9584,27.4428,479,9,100,1890,2079,0,0,0,5893,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (5894,'Corrupt Minor Manifestation of Water',NULL,22,22,5493,0,0,0,15,15,0,0,4,3,3,0,0,32768,0,0,0,0.88,1.14286,2,0,1,1,1,1,1,1,498,498,545,545,31,38,34.6544,47.6498,770,16,100,1790,1969,0,0,0,5894,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (5895,'Minor Manifestation of Water',NULL,22,22,525,0,0,0,35,35,0,0,4,3,3,0,2,32768,0,2,0,0.88,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,44,52,34.6544,47.6498,922,22,100,1790,1969,0,1,275,0,0,0,0,0,0,16,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (5896,'Fire Spirit',NULL,1,1,4607,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.45,1.14286,1,0,1,1,1,1,-1,1,176,198,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,4,0,50,10,10,10,10,0,0,0,0,0,0,0,0,0,0,0,'',''), + (5897,'Corrupt Water Spirit',NULL,19,19,5492,5493,4907,0,7,7,0.85,0,4,3,3,0,0,33587968,0,0,0,0.94,1.14286,1,0,1,1,1,1,-1,1,449,484,0,0,28,36,30.4304,41.8418,836,15,100,2000,2000,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5898,'Air Spirit',NULL,1,1,8714,0,0,0,92,92,0,0,4,3,3,0,0,32768,0,0,0,0.91,1.14286,1,0,1,1,1,1,-1,1,950,1003,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5899,'Brine',NULL,23,23,4536,0,0,0,125,125,0,0,7,1,3,0,2,4608,0,2,0,0.97,1.14286,2,0,1,1,1,1,-1,1,1106,1106,581,581,28,37,36.0272,49.5374,800,15,100,2000,2000,0,0,0,5899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5899,0,'',''), (5900,'Telf Joolam',NULL,35,35,4537,0,0,0,876,876,0,0,7,3,3,0,2,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,1826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5900,0,'EventAI',''), @@ -399069,12 +402032,12 @@ VALUES (5906,'Xanis Flameweaver',NULL,15,15,4542,0,0,0,104,104,1.35,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5906,0,'',''), (5907,'Kranal Fiss',NULL,15,15,4543,0,0,0,29,29,0,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,2000,2000,0,0,0,5907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5907,0,'',''), (5908,'Grunt Dogran',NULL,20,20,4544,0,0,0,83,83,0,0,7,1,3,0,2,4608,0,2,0,0.97,1.14286,1,0,1,1,1,1,-1,1,1200,1200,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5908,0,'',''), - (5909,'Cazul',NULL,40,40,4545,0,0,0,83,83,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5909,0,'',''), - (5910,'Zankaja',NULL,15,15,4546,0,0,0,83,83,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5910,0,'',''), - (5911,'Grunt Logmar',NULL,20,20,4547,0,0,0,83,83,0,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5911,1,'',''); + (5909,'Cazul',NULL,40,40,4545,0,0,0,83,83,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5909,0,'',''); INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) VALUES + (5910,'Zankaja',NULL,15,15,4546,0,0,0,83,83,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,644,644,0,0,17,22,24.552,33.759,20,9,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5910,0,'',''), + (5911,'Grunt Logmar',NULL,20,20,4547,0,0,0,83,83,0,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5911,1,'',''), (5912,'Deviate Faerie Dragon',NULL,20,20,1267,0,0,0,270,270,0,0,2,3,3,0,0,32768,0,0,0,1.45,1.14286,1,1,3,1,1.7,1,1,1,1452,1452,0,0,29,39,0,0,852,70,4,2000,1631,0,144,192,5912,0,5912,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5913,'Tremor Totem',NULL,53,53,4588,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,5,5,300,300,9,9,69.0272,94.9124,3163,4,100,1480,1628,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), (5914,'Deviate Nightmare',NULL,19,21,3006,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1.02,1.14286,1,0,1,1,1,1,1,1,449,521,0,0,28,40,0,0,888,74,4,2000,1991,0,6,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -399113,8 +402076,8 @@ VALUES (5949,'Male Pirate',NULL,1,1,4620,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (5950,'Flametongue Totem',NULL,28,28,4589,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,5,5,300,300,9,9,42.6272,58.6124,1130,4,100,1730,1903,0,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), (5951,'Hare',NULL,1,1,1560,0,0,0,31,31,0,0,8,3,3,0,0,32768,0,2,0,1,0.857143,1,0,0.2,1,1,1,1.33,1,8,8,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,5951,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (5952,'Den Grunt',NULL,55,55,9797,0,0,0,85,85,0,0,7,3,3,0,268435456,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,556,645,301.34,422.17,3271,277,100,2000,1562,0,85,425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5952,0,'EventAI',''), - (5953,'Razor Hill Grunt',NULL,28,31,9801,0,0,0,85,85,0,0,7,3,3,0,1,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,1573,2146,0,0,176,217,52.7472,72.5274,1234,91,100,2000,1782,0,0,0,0,5953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3285,5953,0,'','guard_durotar'), + (5952,'Den Grunt',NULL,55,55,9794,9795,9797,9796,85,85,0,0,7,3,3,0,268435456,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,556,645,301.34,422.17,3271,277,100,2000,1562,0,85,425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5952,0,'EventAI',''), + (5953,'Razor Hill Grunt',NULL,28,31,9798,9800,9799,9801,85,85,0,0,7,3,3,0,1,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,1573,2146,0,0,176,217,52.7472,72.5274,1234,91,100,2000,1782,0,0,0,0,5953,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3285,5953,0,'','guard_durotar'), (5955,'Tooga',NULL,45,45,2902,0,0,0,35,35,0,0,1,1,3,0,2,32768,0,0,4096,1.05,1.14286,1,0,1,1,1,1,-1,1,3600,3600,0,0,72,93,61.776,84.942,1500,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_tooga'), (5957,'Birgitte Cranston','Portal Trainer',45,45,4665,0,0,0,68,68,0,0,7,1,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,4825,5957,0,'',''), (5958,'Thuul','Portal Trainer',45,45,12849,0,0,0,29,29,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,4826,5958,0,'',''), @@ -399135,20 +402098,20 @@ VALUES (5992,'Ashmane Boar',NULL,48,49,3026,0,0,0,14,14,0,5,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.25,1,1,1,1,1,2578,2672,0,0,83,103,65.5424,90.1208,2944,43,100,2000,2000,0,0,0,5992,0,5992,0,0,0,0,0,98,0,0,0,0,8261,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5993,'Helboar',NULL,52,53,11410,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.15,1,1,1,1,1,2727,2821,0,0,89,111,65.56,90.145,3163,46,100,2000,2000,0,0,0,5993,0,5993,0,0,0,0,0,106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (5994,'Zayus','High Priest',60,60,4690,0,0,0,29,29,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,4522,5994,0,'',''), - (5996,'Nethergarde Miner',NULL,47,48,6722,0,0,0,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2479,2530,0,0,85,109,63.7824,87.7008,2888,45,100,2000,2000,0,94,128,5996,5996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5996,0,'EventAI',''), - (5997,'Nethergarde Engineer',NULL,47,48,6712,0,0,0,1575,1575,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2476,2492,0,0,81,105,62.8672,86.4424,2888,43,100,2000,2000,0,92,125,5997,5997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5997,0,'EventAI',''), - (5998,'Nethergarde Foreman',NULL,46,48,6725,0,0,0,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2252,2667,0,0,85,109,63.7824,87.7008,2888,45,100,2000,2000,0,91,124,5998,5998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5998,0,'EventAI',''), - (5999,'Nethergarde Soldier',NULL,49,49,6728,0,0,0,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2661,2661,0,0,85,109,63.7824,87.7008,2944,45,100,2000,2000,0,109,147,5999,5999,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5999,0,'EventAI',''), - (6000,'Nethergarde Cleric',NULL,49,49,6734,0,0,0,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,2229,2229,1750,1864,106,137,71.2272,97.9374,2389,56,100,2000,2000,0,92,125,6000,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,'EventAI',''), - (6001,'Nethergarde Analyst',NULL,48,48,6713,0,0,0,1575,1575,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3294,3294,0,0,85,109,63.7824,87.7008,2888,45,100,2000,2000,0,109,147,6001,6001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6001,0,'EventAI',''), - (6002,'Nethergarde Riftwatcher',NULL,50,50,6742,0,0,0,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,3517,3517,4281,4506,87,113,65.56,90.145,1518,46,100,2000,2000,0,102,139,6002,6002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6002,0,'EventAI',''), - (6003,'Nethergarde Officer',NULL,55,55,6752,0,0,0,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,102,131,69.696,95.832,3271,54,100,2000,2000,0,103,140,6003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6003,0,'EventAI',''), - (6004,'Shadowsworn Cultist',NULL,51,52,6781,0,0,0,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,2980,3082,0,0,87,109,71.2272,97.9374,3108,45,100,2000,2000,0,108,146,6004,6004,0,0,0,0,0,0,0,0,0,102,0,0,1,0,0,0,0,0,0,0,6004,0,'EventAI',''), - (6005,'Shadowsworn Thug',NULL,52,53,6795,0,0,0,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,3082,3189,0,0,77,96,70.4704,96.8968,3163,40,100,1700,2000,0,111,150,6005,6005,0,0,0,0,0,0,0,0,0,104,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (6006,'Shadowsworn Adept',NULL,52,53,6771,0,0,0,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,2,0,1.3,1,1,1,1,1,2466,2551,1923,1982,85,105,71.2272,97.9374,2566,44,100,2000,2000,0,96,131,6006,6006,0,0,0,0,0,0,0,0,0,106,0,0,1,0,0,0,0,0,0,0,6006,0,'EventAI',''), - (6007,'Shadowsworn Enforcer',NULL,53,54,7841,0,0,0,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,3189,3293,0,0,122,151,70.4704,96.8968,3216,63,100,2400,2000,0,112,151,6007,6007,0,0,0,0,0,0,0,0,0,108,0,0,1,0,0,0,0,0,0,0,6007,0,'EventAI',''), - (6008,'Shadowsworn Warlock',NULL,53,54,6789,0,0,0,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,0,1.3,1,1,1,1,1,2232,2305,4765,4896,65,84,71.2272,97.9374,1630,34,100,2000,2000,0,91,124,6008,6008,0,0,0,0,0,0,0,0,0,108,0,0,1,0,0,0,0,0,0,0,6008,0,'EventAI',''), - (6009,'Shadowsworn Dreadweaver',NULL,54,55,6783,0,0,0,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,0,1.3,1,1,1,1,1,2305,2379,4896,5013,68,88,70.4704,96.8968,1658,36,100,2000,2000,0,100,136,6009,6009,0,0,0,0,0,0,0,0,0,110,0,0,1,0,0,0,0,0,0,0,6009,0,'EventAI',''), + (5996,'Nethergarde Miner',NULL,47,48,6719,6720,6721,6722,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2479,2530,0,0,85,109,63.7824,87.7008,2888,45,100,2000,2000,0,94,128,5996,5996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5996,0,'EventAI',''), + (5997,'Nethergarde Engineer',NULL,47,48,6711,6712,0,0,1575,1575,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2476,2492,0,0,81,105,62.8672,86.4424,2888,43,100,2000,2000,0,92,125,5997,5997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5997,0,'EventAI',''), + (5998,'Nethergarde Foreman',NULL,46,48,6723,6724,6725,6726,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2252,2667,0,0,85,109,63.7824,87.7008,2888,45,100,2000,2000,0,91,124,5998,5998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5998,0,'EventAI',''), + (5999,'Nethergarde Soldier',NULL,49,49,6727,6728,6729,6730,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2661,2661,0,0,85,109,63.7824,87.7008,2944,45,100,2000,2000,0,109,147,5999,5999,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,5999,0,'EventAI',''), + (6000,'Nethergarde Cleric',NULL,49,49,6731,6732,6733,6734,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,2229,2229,1750,1864,106,137,71.2272,97.9374,2389,56,100,2000,2000,0,92,125,6000,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,'EventAI',''), + (6001,'Nethergarde Analyst',NULL,48,48,6713,6714,0,0,1575,1575,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3294,3294,0,0,85,109,63.7824,87.7008,2888,45,100,2000,2000,0,109,147,6001,6001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6001,0,'EventAI',''), + (6002,'Nethergarde Riftwatcher',NULL,50,50,6738,6739,6740,6742,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,3517,3517,4281,4506,87,113,65.56,90.145,1518,46,100,2000,2000,0,102,139,6002,6002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6002,0,'EventAI',''), + (6003,'Nethergarde Officer',NULL,55,55,6752,6753,6754,6755,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,102,131,69.696,95.832,3271,54,100,2000,2000,0,103,140,6003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6003,0,'EventAI',''), + (6004,'Shadowsworn Cultist',NULL,51,52,7838,6779,6780,6781,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,2980,3082,0,0,87,109,71.2272,97.9374,3108,45,100,2000,2000,0,108,146,6004,6004,0,0,0,0,0,0,0,0,0,102,0,0,1,0,0,0,0,0,0,0,6004,0,'EventAI',''), + (6005,'Shadowsworn Thug',NULL,52,53,6793,6794,6795,6796,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,3082,3189,0,0,77,96,70.4704,96.8968,3163,40,100,1700,2000,0,111,150,6005,6005,0,0,0,0,0,0,0,0,0,104,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (6006,'Shadowsworn Adept',NULL,52,53,6770,6771,6772,6773,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,2,0,1.3,1,1,1,1,1,2466,2551,1923,1982,85,105,71.2272,97.9374,2566,44,100,2000,2000,0,96,131,6006,6006,0,0,0,0,0,0,0,0,0,106,0,0,1,0,0,0,0,0,0,0,6006,0,'EventAI',''), + (6007,'Shadowsworn Enforcer',NULL,53,54,6787,6788,7841,6782,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,3189,3293,0,0,122,151,70.4704,96.8968,3216,63,100,2400,2000,0,112,151,6007,6007,0,0,0,0,0,0,0,0,0,108,0,0,1,0,0,0,0,0,0,0,6007,0,'EventAI',''), + (6008,'Shadowsworn Warlock',NULL,53,54,6789,6790,6791,6792,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,0,1.3,1,1,1,1,1,2232,2305,4765,4896,65,84,71.2272,97.9374,1630,34,100,2000,2000,0,91,124,6008,6008,0,0,0,0,0,0,0,0,0,108,0,0,1,0,0,0,0,0,0,0,6008,0,'EventAI',''), + (6009,'Shadowsworn Dreadweaver',NULL,54,55,6784,6783,6785,6786,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,0,1.3,1,1,1,1,1,2305,2379,4896,5013,68,88,70.4704,96.8968,1658,36,100,2000,2000,0,100,136,6009,6009,0,0,0,0,0,0,0,0,0,110,0,0,1,0,0,0,0,0,0,0,6009,0,'EventAI',''), (6010,'Felhound',NULL,54,55,1913,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3330,3369,0,0,96,125,68.0944,93.6298,3271,51,100,2000,2000,0,0,0,6010,0,6010,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6010,0,'EventAI',''), (6011,'Felguard Sentry',NULL,54,55,9017,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.42857,1,0,1.3,1,1,1,0.8,1,3293,3398,0,0,114,142,71.2272,97.9374,2617,59,100,2000,2000,0,117,158,6011,6011,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6011,0,'',''), (6012,'Flametongue Totem II',NULL,46,46,4589,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,5,5,300,300,9,9,62.744,86.273,2780,4,100,1550,1705,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), @@ -399169,7 +402132,7 @@ VALUES (6033,'Lake Frenzy',NULL,15,16,7449,0,0,0,16,16,0,0,10,2,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,328,356,0,0,23,30,24.288,33.396,713,12,100,2000,2000,0,0,0,6033,0,6033,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6033,0,'',''), (6034,'Lotherias',NULL,35,35,5186,0,0,0,80,80,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (6035,'Razorfen Stalker',NULL,28,29,6106,0,0,0,152,152,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,2097,2250,0,0,129,166,35.1008,48.2636,1053,68,100,2000,2000,0,168,224,6035,6035,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6035,0,'EventAI',''), - (6047,'Aqua Guardian',NULL,22,23,525,0,0,0,128,128,0,0,4,3,3,0,0,32768,0,0,0,0.89,1.14286,1,0,1,1,1,1,-1,1,492,537,0,0,52,61,35.6224,48.9808,957,26,100,1760,1936,0,9,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (6047,'Aqua Guardian',NULL,22,23,525,0,0,0,128,128,0,0,4,3,3,0,0,32768,0,0,0,0.89,1.14286,1,0,1,1,1,1,-1,1,492,537,0,0,52,61,35.6224,48.9808,957,26,100,1760,1936,0,9,45,0,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6066,'Earthgrab Totem',NULL,50,50,2420,0,0,0,16,16,0,0,11,3,3,0,0,32768,0,0,0,1,1,1,0,0.01,1,1,1,-1,1,22,22,1286,1286,9,9,66.44,91.355,2999,4,100,1510,1661,0,22,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (6068,'Warug\'s Bodyguard',NULL,35,36,172,0,0,0,35,35,0,0,7,1,3,0,0,0,0,0,0,1.02,1.14286,1,0,1,1,1,1,-1,1,1402,1430,0,0,61,78,53.8384,74.0278,1480,32,100,2000,2000,0,57,79,6068,6068,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (6069,'Maraudine Khan Guard',NULL,39,40,9436,0,0,0,134,134,0,0,7,3,3,0,0,32768,0,0,0,1.125,1.14286,1,0,1.15,1,1,1,1,1,1678,1753,0,0,92,109,53.8384,74.0278,1964,46,100,1610,1771,0,29,145,6069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6069,0,'EventAI',''), @@ -399180,8 +402143,8 @@ VALUES (6074,'Striped Frostsaber',NULL,1,1,6080,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,23,23,23,23,23,0,0,0,0,0,0,0,0,0,0,0,'',''), (6075,'Emerald Raptor',NULL,1,1,4806,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (6076,'Riding Tallstrider (Ivory)',NULL,1,1,4807,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (6086,'Auberdine Sentinel',NULL,40,40,4845,4846,0,0,79,79,0,0,7,3,3,0,2,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3206,3206,0,0,61,78,53.8384,74.0278,1964,32,100,2000,2000,0,0,0,0,6086,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6086,0,'',''), - (6087,'Astranaar Sentinel',NULL,40,40,4841,4842,0,0,79,79,0,0,7,3,3,0,0,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,1770,1770,0,0,61,78,53.8384,74.0278,1964,32,100,2000,2000,0,0,0,0,6087,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6087,0,'',''), + (6086,'Auberdine Sentinel',NULL,40,40,4845,4846,4847,4848,79,79,0,0,7,3,3,0,2,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3206,3206,0,0,61,78,53.8384,74.0278,1964,32,100,2000,2000,0,0,0,0,6086,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6086,0,'',''), + (6087,'Astranaar Sentinel',NULL,40,40,4841,4842,4843,4844,79,79,0,0,7,3,3,0,0,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,1770,1770,0,0,61,78,53.8384,74.0278,1964,32,100,2000,2000,0,0,0,0,6087,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6087,0,'',''), (6089,'Harry Burlguard',NULL,50,50,4996,0,0,0,123,123,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6089,0,'EventAI',''), (6090,'Bartleby','Drunk',10,10,5000,0,0,0,84,84,0,0,7,3,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,221,221,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6090,0,'','npc_bartleby'), (6091,'Dellylah','Food & Drink Vendor',9,9,4861,0,0,0,80,80,0,0,7,3,3,0,7,37632,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,372,372,0,0,9,13,15.2064,20.9088,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10526,6091,0,'',''), @@ -399289,7 +402252,7 @@ VALUES (6235,'Electrocutioner 6000',NULL,32,32,6915,0,0,0,63,63,0,0,9,3,3,0,0,32832,0,0,0,1,1.14286,1,1,5,1,2.4,1,1.5,1,5285,5285,0,0,44.8,59.5,0,0,1905,108,10,2000,2000,0,281,372,6235,0,0,0,0,16385,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6236,'Klannoc Macleod','The Islander',60,60,4955,0,0,0,35,35,0,0,7,1,3,0,2,768,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4079,4079,0,0,174,224,73.392,100.914,3791,92,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6236,0,'',''), (6237,'Stockade Archer',NULL,45,45,2989,2992,0,0,11,11,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6237,0,'EventAI',''), - (6238,'Big Will',NULL,33,33,2989,0,0,0,32,32,0,0,7,3,3,0,0,32768,0,0,0,1.13,1.14286,1,0,1,1,1,1,-1,1,1283,1283,0,0,88,106,52.7472,72.5274,1304,45,100,1620,1782,0,28,138,6238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (6238,'Big Will',NULL,33,33,4961,0,0,0,32,32,0,0,7,3,3,0,0,32768,0,0,0,1.13,1.14286,1,0,1,1,1,1,-1,1,1283,1283,0,0,88,106,52.7472,72.5274,1304,45,100,1620,1782,0,28,138,6238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (6239,'Cyclonian',NULL,40,40,5187,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,2,1,1,1,4572,4572,0,0,56,74.3,0,0,1964,136,14,2000,2000,3,0,0,6239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (6240,'Affray Challenger',NULL,26,27,4968,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.06,1.14286,1,0,1,1,1,1,-1,1,810,901,0,0,54,63,40.04,55.055,1097,27,100,1750,1925,0,10,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6240,0,'',''), (6241,'Bailor Stonehand',NULL,20,20,4911,0,0,0,55,55,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6241,0,'',''), @@ -399299,7 +402262,7 @@ VALUES (6246,'Latherion',NULL,1,1,4930,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6246,0,'',''), (6247,'Doan Karhan',NULL,40,40,4931,0,0,0,35,35,0,0,7,1,3,0,2,768,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,2471,2471,3191,3191,61,78,56.672,77.924,1035,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6247,0,'',''), (6248,'Twiggy Flathead','The Announcer',35,35,7242,0,0,0,35,35,0,0,7,1,3,0,0,768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_twiggy_flathead'), - (6249,'Affray Spectator',NULL,42,42,4962,4963,0,0,35,35,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (6249,'Affray Spectator',NULL,42,42,4962,4963,4966,4967,35,35,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (6250,'Crawler',NULL,11,12,641,0,0,0,18,18,0,8,1,3,3,0,0,32768,0,32768,0,1,1.14286,1,0,1,1,1,1,-1,1,222,245,0,0,26,29,19.9584,27.4428,573,13,100,1890,2079,0,0,0,6250,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (6251,'Strahad Farsan',NULL,60,60,4940,0,0,0,35,35,0,0,7,1,3,0,3,768,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,3857,3857,5751,5751,164,212,74.448,102.366,1923,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2385,6251,0,'',''), (6252,'Acolyte Magaz',NULL,20,20,4941,0,0,0,35,35,0,0,7,1,3,0,3,768,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,919,919,1202,1202,24,31,31.856,43.802,460,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2912,6252,0,'',''), @@ -399365,7 +402328,7 @@ VALUES (6410,'Orm Stonehoof',NULL,45,45,5372,0,0,0,83,83,1.35,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6410,0,'',''), (6411,'Velora Nitely',NULL,45,45,5235,0,0,0,68,68,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6411,0,'EventAI',''), (6412,'Skeleton',NULL,24,25,9786,0,0,0,62,62,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1,1,1,1,1,1,652,698,0,0,42,53,42.1344,57.9348,1026,22,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (6426,'Anguished Dead',NULL,31,33,10256,0,0,0,21,21,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,-1,1,3018,3018,0,0,193,249,44.84,61.655,1234,102,100,2000,2000,0,198,264,6426,6426,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (6426,'Anguished Dead',NULL,31,33,10255,10256,1196,4631,21,21,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,-1,1,3018,3018,0,0,193,249,44.84,61.655,1234,102,100,2000,2000,0,198,264,6426,6426,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6427,'Haunting Phantasm',NULL,32,33,4629,0,0,0,21,21,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,3018,3018,0,0,193,249,44.84,61.655,2428,102,100,2000,2000,0,196,261,6427,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6446,'Therzok',NULL,20,20,5190,0,0,0,83,83,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6446,0,'',''), (6466,'Gamon',NULL,12,12,5205,0,0,0,7,7,1.35,0,7,3,3,0,0,33280,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,236,236,0,0,17,22,21.2784,29.2578,20,9,100,2000,2000,0,25,38,6466,6466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -399403,8 +402366,8 @@ VALUES (6517,'Tar Beast',NULL,50,51,1549,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,0.666668,1.14286,1,0,1,1,1,1,-1,1,2946,3004,0,0,112,139,68.0944,93.6298,3025,58,100,2000,2000,0,103,140,6517,0,0,0,0,0,0,0,0,51,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6518,'Tar Lurker',NULL,52,54,9010,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,0.666668,1.14286,1,0,1,1,1,1,-1,1,3176,3299,0,0,119,150,71.2272,97.9374,3162,62,100,2000,2000,0,111,150,6518,0,0,0,0,0,0,0,0,51,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6519,'Tar Lord',NULL,53,54,480,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,0.666668,1.14286,2,0,1,1,1,1,-1,1,2648,2742,1982,2041,112,139,70.4704,96.8968,2588,58,100,2000,2000,0,99,135,6519,0,0,0,0,0,0,0,0,51,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (6520,'Scorching Elemental',NULL,53,54,1070,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,68.0944,93.6298,2610,45,100,2000,2000,2,0,0,6520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (6521,'Living Blaze',NULL,54,55,5488,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,68.0944,93.6298,3271,49,100,2000,2000,2,0,0,6521,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (6520,'Scorching Elemental',NULL,53,54,1070,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,68.0944,93.6298,2610,45,100,2000,2000,2,0,0,6520,0,0,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (6521,'Living Blaze',NULL,54,55,5488,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,68.0944,93.6298,3271,49,100,2000,2000,2,0,0,6521,0,0,0,0,0,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (6522,'Andron Gant',NULL,15,15,5346,0,0,0,68,68,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,622,622,0,0,52,68,20.46,28.1325,20,28,100,1550,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6522,0,'EventAI',''), (6523,'Dark Iron Rifleman',NULL,27,28,825,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2400,2559,0,0,129,166,35.1008,48.2636,1130,68,100,1425,2000,0,153,205,6523,6523,0,0,0,0,0,0,0,0,0,0,100,0,1,0,0,0,0,0,0,0,6523,0,'EventAI',''), (6527,'Tar Creeper',NULL,51,52,3018,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,0.666668,1.14286,2,0,1,1,1,1,-1,1,2441,2487,1864,1923,108,134,71.2272,97.9374,2500,56,100,2000,2000,0,91,124,6527,0,0,0,0,0,0,0,0,51,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -399419,7 +402382,7 @@ VALUES (6554,'Gorishi Stinger',NULL,52,53,11088,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.4,1.42857,1,0,1.3,1,1,1,1,1,3082,3189,0,0,89,111,65.56,90.145,3163,46,100,2000,2000,0,0,0,6554,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6555,'Gorishi Tunneler',NULL,52,53,11089,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3082,3189,0,0,89,111,65.56,90.145,3163,46,100,2000,2000,0,0,0,6555,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6556,'Muculent Ooze',NULL,48,50,11140,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2578,2769,0,0,82,105,71.9664,98.9538,2999,43,100,2000,2000,0,95,129,6556,6556,0,0,0,0,0,0,0,0,0,0,100,0,1,0,0,0,0,0,0,0,0,0,'',''), - (6557,'Primal Ooze',NULL,50,52,4754,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,2880,3082,0,0,88,110,71.9664,98.9538,3108,46,100,2000,2000,0,103,140,6557,6557,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (6557,'Primal Ooze',NULL,50,52,4754,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,2880,3082,0,0,88,110,71.9664,98.9538,3108,46,100,2000,2000,0,103,140,6557,6557,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6559,'Glutinous Ooze',NULL,52,54,1146,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3082,3293,0,0,90,114,71.9664,98.9538,3216,47,100,2000,2000,0,113,153,6559,6559,0,0,0,0,0,0,0,0,0,0,100,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (6560,'Stone Guardian',NULL,60,61,8395,0,0,0,7,7,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,4.1,1,1.25,1,9156,9432,0,0,103.9,140.3,0,0,5114,258,28,2000,2000,0,503,661,6560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (6566,'Estelle Gendry',NULL,25,25,10732,0,0,0,68,68,0,0,7,3,3,0,1,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,6566,0,'EventAI',''), @@ -399477,11 +402440,11 @@ VALUES (6741,'Innkeeper Norman','Innkeeper',30,30,5449,0,0,0,68,68,0,0,7,3,3,0,135,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1296,6741,0,'EventAI',''), (6746,'Innkeeper Pala','Innkeeper',30,30,5487,0,0,0,104,104,1.25,0,7,1,3,0,135,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,6746,0,'EventAI',''), (6747,'Innkeeper Kauth','Innkeeper',30,30,5486,0,0,0,29,29,1.35,0,7,1,3,0,135,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1294,6747,0,'',''), - (6748,'Water Spirit',NULL,19,19,4606,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1,1,1,1,-1,1,104,104,0,0,17,18,30.4304,41.8418,817,8,100,1820,2002,0,2,8,0,0,0,0,0,0,0,0,19,38,19,38,19,0,0,0,0,0,0,0,0,0,0,0,'',''), + (6748,'Water Spirit',NULL,19,19,4606,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1,1,1,1,-1,1,104,104,0,0,17,18,30.4304,41.8418,817,8,100,1820,2002,0,2,8,0,0,0,0,0,0,16,0,19,38,19,38,19,0,0,0,0,0,0,0,0,0,0,0,'',''), (6749,'Erma','Stable Master',29,29,9257,0,0,0,12,12,0,0,7,3,3,0,8193,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1528,1528,0,0,38,49,35.9832,49.4769,1165,20,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,0,1,'',''), (6766,'Ravenholdt Guard','Assassin\'s League',50,50,6573,6574,0,0,473,473,0,0,7,3,3,0,3,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2769,2769,0,0,88,107,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4861,6766,0,'',''), (6768,'Lord Jorach Ravenholdt','Lord of the Assassin\'s League',60,60,6572,0,0,0,471,471,0,0,7,3,3,0,2,33280,0,2,0,1.05,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,107,131,74.448,102.366,3791,55,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6768,0,'',''), - (6771,'Ravenholdt Assassin','Assassin\'s League',50,50,5907,5908,0,0,473,473,0,0,7,3,3,0,1,32768,0,0,0,1.05,1.14286,1,0,1.25,1,1,1,1,1,2769,2769,0,0,88,107,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4862,6771,0,'',''), + (6771,'Ravenholdt Assassin','Assassin\'s League',50,50,5907,5908,5909,5910,473,473,0,0,7,3,3,0,1,32768,0,0,0,1.05,1.14286,1,0,1.25,1,1,1,1,1,2769,2769,0,0,88,107,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4862,6771,0,'',''), (6774,'Falkhaan Isenstrider',NULL,10,10,5526,0,0,0,12,12,0,0,7,3,3,0,2,37632,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (6775,'Antur Fallow',NULL,3,3,5506,0,0,0,104,104,1.25,0,7,1,3,0,2,4864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,112,112,0,0,3,5,5.2272,7.1874,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6775,0,'EventAI',''), (6776,'Magrin Rivermane',NULL,6,6,5507,0,0,0,104,104,1.35,0,7,1,3,0,6,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,196,196,0,0,6,8,10.296,14.157,20,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -399571,8 +402534,8 @@ VALUES (7067,'Venture Co. Drone',NULL,22,22,5832,0,0,0,27,27,0,0,6,1,3,0,0,32768,0,0,0,0.97,1.14286,1,0,1.02,1,1,1,1,1,573,573,0,0,33,40,31.504,43.318,922,17,100,2000,2000,0,28,42,7067,7067,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7067,0,'',''), (7068,'Condemned Acolyte',NULL,57,58,5828,5829,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,2,1,3.3,3,1,1,1,1,7349,7580,6723,6867,374,463,53.8384,74.0278,2788,193,100,2000,2000,0,1735,2735,7068,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7068,0,'EventAI',''), (7069,'Condemned Monk',NULL,58,59,5822,5823,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,1,1,3,1,1,1,1,1,8613,8883,0,0,460,571,53.8384,74.0278,3489,238,100,2000,2000,0,1713,2713,7069,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7069,0,'EventAI',''), - (7070,'Condemned Cleric',NULL,59,60,5824,5825,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,2,1,3.3,3,1,1,1,1,7817,8059,7107,7302,389,482,53.8384,74.0278,3075,201,100,2000,2000,0,1732,2732,7070,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7070,0,'EventAI',''), - (7071,'Cursed Paladin',NULL,57,58,5816,5817,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,2,1,3.3,2,1,1,1,1,7349,7580,4482,4578,374,463,53.8384,74.0278,2788,32,100,2000,2000,0,1681,2681,7071,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7071,0,'EventAI',''), + (7070,'Condemned Cleric',NULL,59,60,5824,5825,5826,5827,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,2,1,3.3,3,1,1,1,1,7817,8059,7107,7302,389,482,53.8384,74.0278,3075,201,100,2000,2000,0,1732,2732,7070,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7070,0,'EventAI',''), + (7071,'Cursed Paladin',NULL,57,58,5816,5817,5818,5819,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,2,1,3.3,2,1,1,1,1,7349,7580,4482,4578,374,463,53.8384,74.0278,2788,32,100,2000,2000,0,1681,2681,7071,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7071,0,'EventAI',''), (7072,'Cursed Justicar',NULL,57,58,5820,5821,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,6891,7107,0,0,374,463,53.8384,74.0278,3435,32,100,2000,2000,0,1701,2701,7072,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7072,0,'EventAI',''), (7075,'Writhing Mage',NULL,58,59,5814,5815,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.05,1.14286,2,1,3,3,1,1,1,1,6891,7107,6867,7107,374,463,53.8384,74.0278,2832,32,100,2000,2000,0,1701,2701,7075,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7075,0,'EventAI',''), (7076,'Earthen Guardian',NULL,44,45,6026,0,0,0,470,470,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.25,1,1,1,1.3,1,446,462,0,0,82.8,115.4,0,0,3542,184,17,2300,2300,0,52,72,7076,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7076,0,'EventAI','mob_archaeras_add'), @@ -399599,15 +402562,15 @@ VALUES (7109,'Jadefire Felsworn',NULL,50,51,11334,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.3,1,1,1,1,1,2304,2384,1807,1864,81,100,66.44,91.355,2477,42,100,2000,2000,0,91,123,7109,7109,0,0,0,0,0,0,0,0,0,0,200,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7110,'Jadefire Shadowstalker',NULL,51,52,11336,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,2980,3082,0,0,87,109,71.2272,97.9374,3108,45,100,2000,2000,0,106,144,7110,7110,0,0,0,0,0,0,0,0,0,0,205,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7111,'Jadefire Hellcaller',NULL,53,54,11335,0,0,0,1434,1434,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1.3,1,1,1,1,1,2232,2305,4765,4896,79,98,71.2272,97.9374,1630,41,100,2000,2000,0,93,126,7111,7111,0,0,0,0,0,0,0,0,0,0,212,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (7112,'Jaedenar Cultist',NULL,51,52,6389,6392,0,0,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.3,1,1,1,-1,1,2085,2185,4506,4650,75,94,71.2272,97.9374,1574,39,100,2000,2000,0,85,116,7112,7112,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7112,0,'EventAI',''), - (7113,'Jaedenar Guardian',NULL,50,51,6399,6400,0,0,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,2880,2980,0,0,87,107,67.32,92.565,3052,45,100,2000,2000,0,101,137,7113,7113,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7113,0,'EventAI',''), - (7114,'Jaedenar Enforcer',NULL,52,53,6397,6398,0,0,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3082,3189,0,0,99,122,71.2272,97.9374,3163,51,100,2000,2000,0,107,145,7114,7114,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7114,0,'EventAI',''), - (7115,'Jaedenar Adept',NULL,51,52,6390,6391,0,0,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.3,1,1,1,1,1,2085,2158,4506,4650,75,94,70.4704,96.8968,1574,39,100,2000,2000,0,85,116,7115,7115,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7115,0,'EventAI',''), - (7118,'Jaedenar Darkweaver',NULL,53,54,6393,6394,0,0,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,71.2272,97.9374,2610,45,100,2000,2000,0,99,135,7118,7118,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7118,0,'EventAI',''), - (7120,'Jaedenar Warlock',NULL,53,54,6405,6406,0,0,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,71.2272,97.9374,2610,45,100,2000,2000,0,99,135,7120,7120,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7120,0,'EventAI',''), + (7112,'Jaedenar Cultist',NULL,51,52,6389,6392,11279,11283,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.3,1,1,1,-1,1,2085,2185,4506,4650,75,94,71.2272,97.9374,1574,39,100,2000,2000,0,85,116,7112,7112,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7112,0,'EventAI',''), + (7113,'Jaedenar Guardian',NULL,50,51,6399,6400,11272,11273,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,2880,2980,0,0,87,107,67.32,92.565,3052,45,100,2000,2000,0,101,137,7113,7113,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7113,0,'EventAI',''), + (7114,'Jaedenar Enforcer',NULL,52,53,6397,6398,11274,11275,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3082,3189,0,0,99,122,71.2272,97.9374,3163,51,100,2000,2000,0,107,145,7114,7114,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7114,0,'EventAI',''), + (7115,'Jaedenar Adept',NULL,51,52,6390,6391,11276,11277,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.3,1,1,1,1,1,2085,2158,4506,4650,75,94,70.4704,96.8968,1574,39,100,2000,2000,0,85,116,7115,7115,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7115,0,'EventAI',''), + (7118,'Jaedenar Darkweaver',NULL,53,54,6393,6394,11281,11282,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,71.2272,97.9374,2610,45,100,2000,2000,0,99,135,7118,7118,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7118,0,'EventAI',''), + (7120,'Jaedenar Warlock',NULL,53,54,6405,6406,11291,11292,1434,1434,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,71.2272,97.9374,2610,45,100,2000,2000,0,99,135,7120,7120,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7120,0,'EventAI',''), (7125,'Jaedenar Hound',NULL,50,51,6172,0,0,0,1434,1434,0,15,3,1,3,0,0,0,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,2880,2980,0,0,87,107,66.44,91.355,3052,45,100,2000,2000,0,0,0,7125,0,7125,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7126,'Jaedenar Hunter',NULL,52,53,6173,0,0,0,1434,1434,0,15,3,1,3,0,0,0,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,3082,3189,0,0,89,111,65.56,90.145,3163,46,100,2000,2000,0,0,0,7126,0,7126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (7132,'Toxic Horror',NULL,53,54,5498,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1,1,1,1,-1,1,3147,3378,0,0,93,115,68.0944,93.6298,3188,48,100,2000,2000,0,0,0,7132,0,0,0,0,0,0,0,54,54,54,54,108,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (7132,'Toxic Horror',NULL,53,54,5498,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1,1,1,1,-1,1,3147,3378,0,0,93,115,68.0944,93.6298,3188,48,100,2000,2000,0,0,0,7132,0,0,0,0,0,16,0,54,54,54,54,108,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7135,'Infernal Bodyguard',NULL,53,54,12817,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,3.04,1.14286,1,1,3,1,1,1,1,1,7359,7599,0,0,328,421,58.08,79.86,3216,173,100,1200,1320,0,138,689,7135,0,0,0,0,0,0,0,300,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7136,'Infernal Sentry',NULL,52,53,4200,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,7113,7359,0,0,310,400,56.7312,78.0054,3163,164,100,1216,2000,0,0,0,7136,0,0,0,0,0,0,0,300,0,0,77,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (7137,'Immolatus',NULL,56,56,7029,0,0,0,90,90,0,0,3,3,3,0,0,32832,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8097,8097,0,0,344,444,59.3256,81.5727,3327,182,100,1183,2000,0,0,0,7137,0,0,0,0,0,0,0,300,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -399622,8 +402585,8 @@ VALUES (7158,'Deadwood Shaman',NULL,53,54,6746,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,0.666668,0.992063,2,0,1.3,1,1,1,1,1,2551,2634,1982,2041,87,108,71.2272,97.9374,2610,45,100,2000,2000,0,99,135,7158,7158,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7158,0,'EventAI',''), (7161,'Wrenix the Wretched',NULL,20,20,7154,0,0,0,69,69,0,0,7,1,3,0,2,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7161,0,'',''), (7166,'Wrenix\'s Gizmotronic Apparatus',NULL,20,20,1097,0,0,0,69,69,0,0,9,1,3,0,3,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,'',''), - (7167,'Polly',NULL,18,18,5865,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,0.5,1.14286,1,0,1,1,1,1,-1,1,430,430,390,390,46,53,28.9872,39.8574,782,23,100,1830,2013,0,0,0,7167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (7168,'Polly',NULL,18,18,5866,0,0,0,32,32,0,0,1,3,3,0,0,32768,0,0,0,1.01,1.14286,1,0,1,1,1,1,-1,1,430,430,0,0,38,43,28.9872,39.8574,782,19,100,1830,2013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (7167,'Polly',NULL,18,18,5865,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,0.5,1.14286,1,0,1,1,1,1,-1,1,430,430,390,390,46,53,28.9872,39.8574,782,23,100,1830,2013,0,0,0,7167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (7168,'Polly',NULL,18,18,5866,0,0,0,32,32,0,0,1,3,3,0,0,32768,0,0,0,1.01,1.14286,1,0,1,1,1,1,-1,1,430,430,0,0,38,43,28.9872,39.8574,782,19,100,1830,2013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (7170,'Thragomm','Horde Runner',20,21,3443,0,0,0,83,83,0,0,7,3,3,0,2,32768,0,0,0,1.47,1.14286,1,1,1,1,1,1,-1,1,1000,1819,0,0,101,130,29.6792,40.8089,888,53,100,1466,1613,0,106,143,7170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7170,0,'',''), (7172,'Lore Keeper of Norgannon',NULL,60,60,6589,0,0,0,35,35,0,0,5,3,3,0,1,32768,0,98304,0,1.5,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,64,318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,'',''), (7175,'Stonevault Ambusher',NULL,35,35,763,0,0,0,59,59,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,0.3,1,1220,1220,0,0,48.6,64.4,0,0,412,118,11,2000,2000,0,54,76,7175,7175,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7175,0,'EventAI',''), @@ -399639,21 +402602,21 @@ VALUES (7233,'Taskmaster Fizzule',NULL,30,30,5986,0,0,0,16,16,0,0,7,1,3,0,2,64,0,0,0,1.1,1.14286,1,1,1,1,1,1,-1,1,7577,7577,0,0,129,166,37.608,51.711,1200,68,100,1425,2000,0,0,0,7233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7233,0,'','npc_taskmaster_fizzule'), (7234,'Ferocitas the Dream Eater',NULL,8,8,1996,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,1,1,156,156,0,0,8,10,15.048,20.691,316,4,100,1600,2000,0,7,14,7234,7234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (7235,'Gnarlpine Mystic',NULL,6,7,6804,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,0.666668,0.857143,2,0,1,1,1,1,1,1,115,131,126,138,7,10,13.4464,18.4888,205,4,100,2000,2000,0,5,11,7235,7235,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7235,0,'EventAI',''), - (7246,'Sandfury Shadowhunter',NULL,45,46,6425,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,4119,4278,2864,2966,269,346,53.1456,73.0752,2020,142,100,2000,1384,0,273,362,7246,7246,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7246,0,'EventAI',''), - (7247,'Sandfury Soul Eater',NULL,45,46,6428,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,4278,4434,2966,3068,269,346,53.1456,73.0752,2147,142,100,2000,1384,0,273,362,7247,7247,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7247,0,'EventAI',''), - (7266,'Ember',NULL,30,30,6537,0,0,0,63,63,0,0,4,3,3,0,0,32768,0,0,0,1,0.857143,1,0,0.25,1,0.1,1,1,1,238,238,0,0,42.4,56.4,0,0,1200,102,9,2000,2000,2,14,72,0,0,0,0,0,0,0,0,32,32,32,64,32,0,1,0,0,0,0,0,0,0,0,0,'',''), - (7267,'Chief Ukorz Sandscalp',NULL,48,48,6439,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,13433,13433,0,0,269,346,53.1456,73.0752,2780,142,100,1258,1384,0,674,885,7267,7267,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7267,0,'EventAI',''), - (7268,'Sandfury Guardian',NULL,45,46,4305,0,0,0,37,37,0,0,1,1,3,0,0,0,0,0,1,1,1.14286,1,1,3,1,1,1,-1,1,5544,5544,0,0,171,212,49.984,68.728,2725,88,100,1291,1420,0,0,0,7268,0,7268,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (7269,'Scarab',NULL,44,46,7470,0,0,0,15,15,0,0,1,3,3,0,0,32768,0,0,0,0.8,1,1,0,1,1,1,1,-1,1,1782,1782,0,0,96,117,59.0304,81.1668,2557,49,100,2000,1716,0,0,0,7269,0,100004,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (7271,'Witch Doctor Zum\'rah',NULL,46,46,6434,0,0,0,35,35,0,0,7,3,3,0,0,33088,0,0,0,1,1.14286,2,1,7,4,1,1,1,1,10745,10745,6348,6348,269,346,53.1456,73.0752,2255,142,100,2000,1384,0,543,714,7271,7271,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7271,0,'','boss_zumrah'), - (7272,'Theka the Martyr',NULL,45,46,6696,0,0,0,37,37,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,9415,9520,0,0,269,346,53.1456,73.0752,2780,142,100,2500,1384,0,482,634,7272,7272,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7272,0,'EventAI',''), - (7273,'Gahz\'rilla',NULL,46,46,7271,0,0,0,107,107,0,0,1,3,3,0,0,32768,0,0,0,1.6,1.42857,1,1,10,1,1,1,1,1,19190,19190,0,0,251,325,51.5936,70.9412,2780,133,100,1275,1402,0,99,494,7273,0,0,0,0,8388624,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), - (7274,'Sandfury Executioner',NULL,46,46,6440,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,5,1,1,1,1,1,9595,9595,0,0,269,346,53.1456,73.0752,2780,142,100,2600,1384,0,483,636,7274,7274,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7274,0,'EventAI',''), - (7275,'Shadowpriest Sezz\'ziz',NULL,47,47,6441,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,7675,7675,3174,3174,259,334,52.3768,72.0181,2835,137,100,1266,1393,0,103,514,7275,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7275,0,'EventAI',''), + (7246,'Sandfury Shadowhunter',NULL,45,46,6425,6426,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,2.6,1,1,1,4434,4605,3068,3174,70.4,95.2,0,0,2255,176,16,2000,2000,0,273,362,7246,7246,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7246,0,'EventAI',''), + (7247,'Sandfury Soul Eater',NULL,45,46,6427,6428,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,2.6,1,1,1,4434,4605,3068,3174,70.4,95.2,0,0,2255,176,16,2000,2000,0,273,362,7247,7247,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7247,0,'EventAI',''), + (7266,'Ember',NULL,30,30,6537,0,0,0,63,63,0,0,4,3,3,0,0,32768,0,0,0,1,0.857143,1,0,0.25,1,0.1,1,1,1,238,238,0,0,42.4,56.4,0,0,1200,102,9,2000,2000,2,14,72,0,0,0,0,0,0,4,0,32,32,32,64,32,0,1,0,0,0,0,0,0,0,0,0,'',''), + (7267,'Chief Ukorz Sandscalp',NULL,48,48,6439,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,7,2,3.2,1,1,1,14434,14434,0,0,80.4,106.6,0,0,2888,196,19,2000,2000,0,674,885,7267,7267,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7267,0,'EventAI',''), + (7268,'Sandfury Guardian',NULL,45,46,4305,0,0,0,37,37,0,0,1,1,3,0,0,0,0,0,1,1,1.14286,1,1,3,2,2.6,1,1,1,5544,5757,0,0,64.3,87,0,0,2725,188,17,1700,1700,0,0,0,7268,0,7268,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (7269,'Scarab',NULL,44,46,7470,0,0,0,15,15,0,0,1,3,3,0,0,32768,0,0,0,0.8,1,1,0,1,1,1.3,1,1,1,1782,1919,0,0,72,102.4,0,0,2780,188,17,2000,2000,0,0,0,7269,0,100004,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (7271,'Witch Doctor Zum\'rah',NULL,46,46,6434,0,0,0,35,35,0,0,7,3,3,0,0,33088,0,0,0,1,1.14286,2,1,7,4,2.6,1,1,1,10745,10745,6348,6348,71.8,95.2,0,0,2255,176,16,2000,2000,0,543,714,7271,7271,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7271,0,'','boss_zumrah'), + (7272,'Theka the Martyr',NULL,46,46,6696,0,0,0,37,37,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,5,2,2.6,1,1,1,9595,9595,0,0,96.5,128,0,0,2780,188,17,2500,2500,0,482,634,7272,7272,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7272,0,'EventAI',''), + (7273,'Gahz\'rilla',NULL,46,46,7271,0,0,0,107,107,0,0,1,3,3,0,0,32768,0,0,0,1.6,1.42857,1,1,10,2,3.5,1,1,1,19190,19190,0,0,77.2,102.4,0,0,2780,188,17,2000,2000,0,99,494,7273,0,0,0,0,8388624,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), + (7274,'Sandfury Executioner',NULL,46,46,6440,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,5,2,3.2,1,1,1,9595,9595,0,0,100.4,133.1,0,0,2780,188,17,2600,2600,0,483,636,7274,7274,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7274,0,'EventAI',''), + (7275,'Shadowpriest Sezz\'ziz',NULL,47,47,6441,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,5,2,2.7,1,1,1,7960,7960,3280,3280,73.6,97.6,0,0,2300,180,16,2000,2000,0,103,514,7275,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7275,0,'EventAI',''), (7276,'Zul\'Farrak Dead Hero',NULL,45,46,6436,0,0,0,37,37,0,0,6,3,3,0,0,559168,0,0,72,1,1.14286,1,0,1,1,1,1,1,1,1848,1919,0,0,75.6,102.4,0,0,2780,188,17,2000,2000,0,107,534,7276,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7276,0,'EventAI',''), (7286,'Zul\'Farrak Zombie',NULL,43,44,6417,0,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,5338,5483,0,0,269,346,53.1456,73.0752,2557,142,100,1258,1384,0,107,534,7286,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7287,'Foreman Silixiz',NULL,22,22,7056,0,0,0,14,14,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1.02,1,1,1,1,1,573,573,0,0,33,40,34.6544,47.6498,922,17,100,2000,2000,0,0,0,7287,7287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7287,0,'',''), - (7288,'Grand Foreman Puzik Gallywix',NULL,23,23,7055,0,0,0,93,93,0,0,7,1,3,0,0,64,0,0,0,0.97,1.14286,1,1,3,1,1,1,1,1,1815,1815,0,0,95,122,31.1424,42.8208,957,50,100,1475,2000,0,0,0,7288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7288,0,'',''), + (7288,'Grand Foreman Puzik Gallywix',NULL,23,23,7055,0,0,0,93,93,0,0,7,1,3,0,0,64,0,0,0,0.97,1.14286,1,1,3,1,1,1,1,1,1815,1815,0,0,95,122,31.1424,42.8208,957,50,100,1475,2000,0,0,0,7288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7288,0,'','npc_gallywix'), (7290,'Shadowforge Sharpshooter',NULL,43,44,6057,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,2.4,1,1,1,5148,5346,0,0,66.6,95.6,0,0,2557,174,16,2000,2000,0,300,396,7290,7290,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7290,0,'EventAI',''), (7291,'Galgann Firehammer',NULL,45,45,6059,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,9,1,1,1,1,1,13302,13302,1534,1534,70.4,93.3,0,0,2211,172,15,2000,2000,0,626,822,7291,0,0,0,0,8388625,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,7291,0,'EventAI',''), (7292,'Dinita Stonemantle','Vault Administrator',40,40,6588,0,0,0,55,55,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,233,274,56.672,77.924,1964,117,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -399662,10 +402625,10 @@ VALUES (7296,'Corand',NULL,35,35,6063,0,0,0,80,80,0,0,7,3,3,0,0,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1268,1268,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7296,0,'',''), (7297,'Gothard Winslow',NULL,35,35,6065,0,0,0,68,68,0,0,7,3,3,0,0,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7297,0,'EventAI',''), (7298,'Demnul Farmountain',NULL,45,45,6062,0,0,0,55,55,0,0,7,3,3,0,0,37376,0,2,8,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,'',''), - (7307,'Venture Co. Lookout',NULL,23,23,7235,7236,0,0,14,14,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1.02,1,1,1,1,1,617,617,0,0,35,42,32.8944,45.2298,957,18,100,2000,2000,0,0,0,7307,7307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (7308,'Venture Co. Patroller',NULL,22,22,7239,7240,0,0,14,14,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1.02,1,1,1,1,1,573,573,0,0,33,40,31.504,43.318,922,17,100,2000,2000,0,0,0,7308,7308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (7307,'Venture Co. Lookout',NULL,23,23,7235,7236,0,0,14,14,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1.02,1,1,1,1,1,617,617,0,0,35,42,32.8944,45.2298,957,18,100,2000,2000,0,0,0,7307,7307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (7308,'Venture Co. Patroller',NULL,22,22,7239,7240,0,0,14,14,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1.02,1,1,1,1,1,573,573,0,0,33,40,31.504,43.318,922,17,100,2000,2000,0,0,0,7308,7308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (7309,'Earthen Custodian',NULL,44,45,6025,0,0,0,470,470,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.25,1,1,1,1,1,446,462,0,0,72,100.3,0,0,2725,184,17,2000,2000,0,47,67,7309,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI','mob_archaeras_add'), - (7310,'Mutated Venture Co. Drone',NULL,25,25,5832,0,0,0,14,14,0,0,6,1,3,0,0,32768,0,0,0,0.97,1.14286,1,0,1,1,1,1,-1,1,759,759,0,0,31,40,35.6224,48.9808,1026,16,100,2000,2000,0,0,0,7310,7310,0,0,0,8388624,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,7310,0,'',''), + (7310,'Mutated Venture Co. Drone',NULL,25,25,5832,0,0,0,14,14,0,0,6,1,3,0,0,32768,0,0,0,0.97,1.14286,1,0,1,1,1,1,-1,1,759,759,0,0,31,40,35.6224,48.9808,1026,16,100,2000,2000,0,0,0,7310,7310,0,0,0,8388624,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,7310,0,'EventAI',''), (7311,'Uthel\'nay','Mage Trainer',40,40,6060,0,0,0,126,126,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,1620,1620,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,64,7311,0,'',''), (7312,'Dink','Mage Trainer',40,40,6072,0,0,0,875,875,1.15,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,1620,1620,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,4553,7312,0,'',''), (7313,'Priestess A\'moora',NULL,20,20,6348,0,0,0,80,80,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,919,919,1202,1202,24,31,31.856,43.802,460,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -399844,21 +402807,21 @@ VALUES (7583,'Sprinkle',NULL,30,30,7175,0,0,0,474,474,0,0,7,1,3,0,2,4096,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,1605,1605,2175,2175,42,53,45.144,62.073,654,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7583,0,'',''), (7584,'Wandering Forest Walker',NULL,44,46,9592,0,0,0,7,7,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,2,1,1.7,1,1,1,1,1,2424,2610,1483,1587,269,346,53.1456,73.0752,2255,142,100,1258,2000,0,92,125,7584,0,0,0,0,0,0,0,0,200,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7603,'Leprous Assistant',NULL,28,29,6967,6968,0,0,63,63,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,853,905,0,0,39.3,54.3,0,0,1165,100,8,2000,2000,0,44,63,7603,7603,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (7604,'Sergeant Bly',NULL,45,45,6433,0,0,0,35,35,0,0,7,3,3,0,1,32768,0,0,4096,1,1.14286,1,1,10,1,1,1,1,1,18480,18480,0,0,269,346,53.1456,73.0752,2725,142,100,2000,1384,0,839,1100,7604,7604,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,941,7604,0,'EventAI',''), - (7605,'Raven',NULL,44,44,6435,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3.5,1,1,1,1,1,6237,6237,0,0,269,346,53.1456,73.0752,2557,142,100,1600,1384,0,344,454,7605,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7605,0,'EventAI',''), + (7604,'Sergeant Bly',NULL,45,45,6433,0,0,0,35,35,0,0,7,3,3,0,1,32768,0,0,4096,1,1.14286,1,1,10,1,1.25,1,1,1,18480,18480,0,0,75.6,100.3,0,0,2725,184,17,2000,2000,0,839,1100,7604,7604,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,941,7604,0,'EventAI',''), + (7605,'Raven',NULL,44,44,6435,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3.5,1,2.4,1,0.02,1,6237,6237,0,0,57.6,76.5,0,0,55,174,16,1600,1600,0,344,454,7605,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7605,0,'EventAI',''), (7606,'Oro Eyegouge',NULL,44,44,6432,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,1,3.5,1,1,1,1,1,4364,4364,3680,3680,269,346,53.1456,73.0752,1304,142,100,2000,1384,0,263,348,7606,7606,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7606,0,'EventAI',''), - (7607,'Weegli Blastfuse',NULL,43,43,7222,0,0,0,35,35,0,0,7,3,3,0,1,32768,0,0,0,1,1.14286,1,1,9.7,1,1,1,1,1,16645,16645,0,0,215,276,49.8112,68.4904,2397,113,100,2000,1448,0,0,0,7607,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,940,7607,0,'EventAI',''), - (7608,'Murta Grimgut',NULL,44,44,6438,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3.5,1,1,1,1,1,4991,4991,1483,1483,269,346,53.1456,73.0752,2082,142,100,2000,1384,0,289,382,7608,7608,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7608,0,'EventAI',''), + (7607,'Weegli Blastfuse',NULL,43,43,7222,0,0,0,35,35,0,0,7,3,3,0,1,32768,0,0,0,1,1.14286,1,1,9.7,1,1.15,1,1,1,16645,16645,0,0,66.6,88.3,0,0,2397,162,16,2000,2000,0,0,0,7607,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,940,7607,0,'EventAI',''), + (7608,'Murta Grimgut',NULL,44,44,6438,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3.5,1,1.2,1,1,1,4991,4991,1483,1483,67.1,88.8,0,0,2082,166,16,2000,2000,0,289,382,7608,7608,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7608,0,'EventAI',''), (7623,'Dispatch Commander Ruag',NULL,60,60,6571,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7623,0,'',''), (7643,'Bengor',NULL,45,45,6570,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (7664,'Razelikh the Defiler',NULL,60,60,10543,0,0,0,22,22,0,0,3,3,3,0,0,32768,0,0,0,1.79,1.14286,1,1,10,1,1,1,1,1,30520,30520,0,0,571,737,61.732,84.8815,3791,302,100,1150,1265,0,168,838,7664,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (7665,'Grol the Destroyer',NULL,58,58,10169,0,0,0,45,45,0,0,3,3,3,0,0,32832,0,0,0,1.05,1.14286,1,1,8,1,1,1,1,1,22968,22968,0,0,361,467,60.5576,83.2667,3435,191,100,1166,2000,0,1073,1406,7665,7665,0,0,0,650854271,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7666,'Archmage Allistarj',NULL,58,58,6769,0,0,0,93,93,0,0,3,3,3,0,0,32832,0,0,0,1.05,1.14286,2,1,6,20,1,1,1,1,13782,13782,45780,45780,344,444,59.3256,81.5727,2788,182,100,1183,2000,0,691,907,7666,0,0,0,0,0,0,0,116,0,116,0,116,0,0,0,0,0,0,0,0,0,7666,0,'EventAI',''), (7667,'Lady Sevine',NULL,59,59,6768,0,0,0,93,93,0,0,3,3,3,0,0,32832,0,0,0,1.05,1.14286,2,1,9,12,1,1,1,1,21321,21321,28428,28428,361,467,60.5576,83.2667,2832,191,100,1166,2000,0,990,1297,7667,7667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7667,0,'EventAI',''), - (7668,'Servant of Razelikh',NULL,57,57,6847,0,0,0,90,90,1.35,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3758,3758,0,0,140,171,71.2272,97.9374,3380,72,100,2000,2000,0,130,175,7668,7668,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7668,0,'EventAI',''), - (7669,'Servant of Grol',NULL,53,54,6877,0,0,0,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,3189,3293,0,0,101,126,71.2272,97.9374,3216,52,100,2000,2000,0,114,154,7669,7669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7669,0,'EventAI',''), - (7670,'Servant of Allistarj',NULL,54,55,6858,0,0,0,90,90,1.35,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,114,142,71.2272,97.9374,3271,59,100,2000,2000,0,119,161,7670,7670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7670,0,'EventAI',''), - (7671,'Servant of Sevine',NULL,55,56,6870,0,0,0,90,90,1.35,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.35,1,1,1,1,1,3529,3644,0,0,124,154,71.2272,97.9374,3327,64,100,2000,2000,0,125,168,7671,7671,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7671,0,'EventAI',''), + (7668,'Servant of Razelikh',NULL,57,57,6847,6848,6849,6850,90,90,1.35,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3758,3758,0,0,140,171,71.2272,97.9374,3380,72,100,2000,2000,0,130,175,7668,7668,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7668,0,'EventAI',''), + (7669,'Servant of Grol',NULL,53,54,6874,6875,6876,6877,90,90,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,3189,3293,0,0,101,126,71.2272,97.9374,3216,52,100,2000,2000,0,114,154,7669,7669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7669,0,'EventAI',''), + (7670,'Servant of Allistarj',NULL,54,55,6855,6856,6857,6858,90,90,1.35,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,114,142,71.2272,97.9374,3271,59,100,2000,2000,0,119,161,7670,7670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7670,0,'EventAI',''), + (7671,'Servant of Sevine',NULL,55,56,6869,6870,6871,6872,90,90,1.35,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.35,1,1,1,1,1,3529,3644,0,0,124,154,71.2272,97.9374,3327,64,100,2000,2000,0,125,168,7671,7671,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7671,0,'EventAI',''), (7683,'Alessandro Luca','Blue Moon Odds & Ends',35,35,6837,0,0,0,68,68,0,0,7,3,3,0,7,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,7683,0,'EventAI',''), (7684,'Riding Tiger (Yellow)',NULL,1,1,6447,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (7686,'Riding Tiger (Red)',NULL,1,1,9714,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -399882,7 +402845,7 @@ VALUES (7727,'Grimtotem Shaman',NULL,43,44,6833,6834,0,0,16,16,1.25,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.2,1,1,1,1,1,1648,1711,1432,1483,64,83,62.8672,86.4424,2082,34,100,2000,2000,0,70,96,7727,7727,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7727,0,'EventAI',''), (7728,'Kirith the Damned',NULL,55,55,6688,0,0,0,90,90,0,0,3,3,3,0,0,32832,0,0,0,1.05,1.14286,1,1,4,1,3.5,1,1,1,10456,10456,0,0,94,125,0,0,3271,228,23,2000,2000,0,520,684,7728,0,0,0,0,131086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (7729,'Spirit of Kirith',NULL,55,55,6878,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1.23,1.14286,1,0,4,1,3.5,1,1,1,10456,10456,0,0,94,125,0,0,3271,228,23,2000,2000,0,1,689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (7730,'Stonetalon Grunt',NULL,38,38,9802,9804,0,0,85,85,0,0,7,1,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2284,2284,0,0,394,534,53.8384,74.0278,1000,214,100,2000,2000,0,0,0,7730,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7730,0,'EventAI',''), + (7730,'Stonetalon Grunt',NULL,38,38,9802,9804,9803,9805,85,85,0,0,7,1,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2284,2284,0,0,394,534,53.8384,74.0278,1000,214,100,2000,2000,0,0,0,7730,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7730,0,'EventAI',''), (7731,'Innkeeper Jayka','Innkeeper',30,30,6551,0,0,0,29,29,0,0,7,1,3,0,135,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,7731,1,'',''), (7732,'Dupe Bug',NULL,1,1,3233,0,0,0,494,494,0,0,10,3,3,0,0,32768,0,0,0,1.36,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (7733,'Innkeeper Fizzgrimble','Innkeeper',30,30,7346,0,0,0,474,474,0,0,7,1,3,0,135,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2890,7733,0,'',''), @@ -399890,7 +402853,7 @@ VALUES (7735,'Felcular','Champion of Razelikh',60,60,5047,0,0,0,14,14,0,0,3,3,3,0,0,32768,0,0,0,1.77,1.14286,2,1,2,1,1,1,1,1,4884,4884,2434,2434,544,703,60.5576,83.2667,3075,288,100,1166,1283,0,157,786,7735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7735,0,'',''), (7736,'Innkeeper Shyria','Innkeeper',30,30,6553,0,0,0,80,80,0,0,7,3,3,0,135,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1581,0,0,'',''), (7737,'Innkeeper Greul','Innkeeper',30,30,6554,0,0,0,29,29,1.25,0,7,3,3,0,135,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,'',''), - (7738,'Burning Servant',NULL,30,30,2172,0,0,0,63,63,0,0,4,3,3,0,0,32768,0,0,0,1,0.857143,1,0,0.25,1,0.1,1,1,1,238,238,0,0,42.4,56.4,0,0,1200,102,9,2000,2000,2,13,64,0,0,0,0,0,0,0,0,300,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (7738,'Burning Servant',NULL,30,30,2172,0,0,0,63,63,0,0,4,3,3,0,0,32768,0,0,0,1,0.857143,1,0,0.25,1,0.1,1,1,1,238,238,0,0,42.4,56.4,0,0,1200,102,9,2000,2000,2,13,64,0,0,0,0,0,0,4,0,300,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (7739,'Red Mechanostrider',NULL,1,1,9473,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (7740,'Gracina Spiritmight',NULL,55,55,6840,0,0,0,80,80,0,0,7,3,3,0,2,36864,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,4108,4108,2117,2117,96,125,70.664,97.163,2654,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7740,0,'',''), (7744,'Innkeeper Thulfram','Innkeeper',30,30,6568,0,0,0,694,694,0,0,7,3,3,0,135,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,7744,0,'',''), @@ -399918,8 +402881,8 @@ VALUES (7784,'Homing Robot OOX-17/TN',NULL,42,42,6909,0,0,0,35,35,0,0,9,1,3,0,2,768,0,0,4096,2,0.714286,1,0,1.2,1,1,1,1,1,1981,1981,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_oox17tn'), (7785,'Ward of Zum\'rah',NULL,46,46,2418,0,0,0,37,37,0,0,10,3,3,0,0,32768,0,0,0,1,1,1,0,1,1,1,1,-1,1,5,5,0,0,111,132,62.744,86.273,2780,56,100,1550,1705,0,38,191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (7786,'Skeleton of Zum\'rah',NULL,35,35,200,0,0,0,37,37,0,0,6,3,3,0,0,32768,0,0,0,0.888888,1.14286,1,0,1,1,1,1,-1,1,607,607,0,0,77,92,51.128,70.301,1373,39,100,1660,1826,0,23,115,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (7787,'Sandfury Slave',NULL,43,44,6678,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.75,1,1,1,1,1,1287,1336,0,0,101,120,59.7872,82.2074,2557,51,100,1580,1738,0,34,168,7787,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7787,0,'',''), - (7788,'Sandfury Drudge',NULL,43,45,6680,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2138,2218,0,0,108,129,61.776,84.942,2725,55,100,1560,1716,0,37,183,7788,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7788,0,'',''), + (7787,'Sandfury Slave',NULL,43,44,6678,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.75,1,1,1,1,1,1287,1336,0,0,66.6,95.6,0,0,2557,174,16,2000,2000,0,34,168,7787,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7787,0,'',''), + (7788,'Sandfury Drudge',NULL,44,45,6680,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1.25,1,1,1,2138,2218,0,0,72,100.3,0,0,2725,184,17,2000,2000,0,37,183,7788,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7788,0,'',''), (7789,'Sandfury Cretin',NULL,43,45,6682,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1.6,0.714286,8,1,3,1,1,1,1.35,1,3603,3882,3575,3801,269,346,53.1456,73.0752,1860,142,100,1258,1384,0,107,534,7789,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7789,0,'EventAI',''), (7790,'Orokk Omosh',NULL,45,45,6873,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7790,0,'',''), (7791,'Theka the Martyr Shapeshift',NULL,1,1,6697,0,0,0,35,35,1,0,6,3,3,0,0,32768,0,0,0,1.2,1.14286,1,1,1,1,7.5,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,7791,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7791,0,'',''), @@ -399927,8 +402890,8 @@ VALUES (7793,'Ox','The Mithril Order',53,53,6854,0,0,0,104,104,1.35,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3866,3866,0,0,92,119,69.0272,94.9124,3163,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7793,0,'',''), (7794,'McGavan','The Mithril Order',55,55,6853,0,0,0,120,120,0,0,7,3,3,0,2,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (7795,'Hydromancer Velratha',NULL,46,46,6685,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,1,1,1,1,4029,4029,7846,7846,269,346,53.1456,73.0752,1406,142,100,2000,1384,0,254,336,7795,7795,0,0,0,8388625,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,7795,0,'EventAI',''), - (7796,'Nekrum Gutchewer',NULL,45,46,6690,0,0,0,37,37,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,-1,1,5544,5544,0,0,269,346,53.1456,73.0752,2780,142,100,1258,1384,0,107,534,7796,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7796,0,'EventAI',''), - (7797,'Ruuzlu',NULL,46,46,6687,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,9240,9240,0,0,269,346,53.1456,73.0752,2725,142,100,1258,1384,0,483,636,7797,7797,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7797,0,'EventAI',''), + (7796,'Nekrum Gutchewer',NULL,46,46,6690,0,0,0,37,37,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,2.6,1,1,1,5757,5757,0,0,96.5,128,0,0,2780,188,17,2500,2500,0,107,534,7796,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7796,0,'EventAI',''), + (7797,'Ruuzlu',NULL,46,46,6687,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,2,3.6,1,1,1,9595,9595,0,0,100.4,133.1,0,0,2780,188,17,2600,2600,0,483,636,7797,7797,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7797,0,'EventAI',''), (7798,'Hank the Hammer','The Mithril Order',50,50,6844,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7798,0,'EventAI',''), (7799,'Gimblethorn','Banker',45,45,6882,0,0,0,474,474,0,0,7,1,3,0,256,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7799,0,'',''), (7800,'Mekgineer Thermaplugg',NULL,34,34,6980,0,0,0,63,63,0,0,9,3,3,0,0,32832,0,0,0,1,1.14286,1,1,8,1,2.4,1,2,1,9304,9304,0,0,47.3,62.8,0,0,2680,114,11,2000,2000,0,446,587,7800,0,0,0,0,16385,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','boss_thermaplugg'), @@ -399948,22 +402911,22 @@ VALUES (7843,'Gnomeregan Evacuee',NULL,24,25,6973,6974,0,0,64,64,1.15,0,7,3,3,0,0,36864,0,2,0,1,1.14286,2,0,1.02,1,1,1,1,1,582,622,618,655,34,43,36.96,50.82,858,18,100,2000,2000,0,33,48,7843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7843,1,'EventAI',''), (7844,'Fire Nova Totem IV',NULL,47,47,4683,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,5,5,300,300,9,9,63.6944,87.5798,2835,4,100,1540,1694,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), (7845,'Fire Nova Totem V',NULL,52,52,4683,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,5,5,300,300,9,9,67.2672,92.4924,3108,4,100,1470,1617,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), - (7846,'Teremus the Devourer',NULL,60,60,6378,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,0,0,1,1.14286,1,3,30,1,9.5,1,1,1,91560,91560,0,0,104,138,0,0,3791,252,26,2000,2000,0,8283,41416,7846,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (7846,'Teremus the Devourer',NULL,60,60,6378,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,4096,0,1,1.14286,1,3,30,1,9.5,1,1,1,91560,91560,0,0,104,138,0,0,3791,252,26,2000,2000,0,8283,41416,7846,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7847,'Caliph Scorpidsting',NULL,46,46,9169,0,0,0,16,16,1.2,0,7,1,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.25,1,1,1,1,1,2399,2399,0,0,78,95,63.7824,87.7008,2780,40,100,2000,2000,0,87,119,7847,7847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7847,0,'EventAI',''), (7848,'Lurking Feral Scar',NULL,46,46,3207,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.19,1.14286,1,0,1.35,1,1,1,1,1,2591,2591,0,0,120,144,62.8672,86.4424,2780,61,100,1520,1672,0,43,213,7848,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (7849,'Mobile Alert System',NULL,25,25,6888,0,0,0,63,63,0,0,9,3,3,0,0,32768,0,0,0,2,0.714286,1,0,0.1,1,1,1,1,1,69,69,0,0,35.8,47.5,0,0,1026,86,6,2000,2000,0,0,0,7849,0,0,0,0,16385,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7850,'Kernobee',NULL,28,28,7132,0,0,0,35,35,0,0,7,3,3,0,2,33536,0,2,4096,1,1.14286,1,0,1.05,1,1,1,1,1,895,895,0,0,39.3,52.1,0,0,1130,96,8,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_kernobee'), - (7851,'Nethergarde Elite',NULL,55,55,7910,0,0,0,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,8519,8519,0,0,328,421,58.08,79.86,3271,173,100,1200,2000,0,418,550,7851,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7851,0,'',''), + (7851,'Nethergarde Elite',NULL,55,55,7910,7911,7912,7913,1575,1575,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,8519,8519,0,0,328,421,58.08,79.86,3271,173,100,1200,2000,0,418,550,7851,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7851,0,'',''), (7852,'Pratt McGrubben','Leatherworking Supplies',55,55,6892,0,0,0,12,12,0,0,7,3,3,0,16391,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1965,0,0,'EventAI',''), (7853,'Scooty','Chief Engineer',30,30,7036,0,0,0,120,120,0,0,7,3,3,0,3,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1628,7853,0,'',''), (7854,'Jangdor Swiftstrider','Leatherworking Supplies',49,49,6893,0,0,0,104,104,1.35,0,7,3,3,0,7,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3404,3404,0,0,81,105,65.5424,90.1208,2944,43,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1964,0,0,'',''), - (7855,'Southsea Pirate',NULL,44,45,6944,6945,0,0,230,230,0,0,7,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,63.7824,87.7008,2725,38,100,2000,2000,0,81,111,7855,7855,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7855,0,'EventAI',''), - (7856,'Southsea Freebooter',NULL,44,45,6948,6949,0,0,230,230,0,0,7,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,63.7824,87.7008,2725,38,100,2000,2000,0,81,111,7856,7856,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7856,0,'EventAI',''), - (7857,'Southsea Dock Worker',NULL,44,45,6938,6939,0,0,230,230,0,0,7,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,62.8672,86.4424,2725,38,100,2000,2000,0,81,111,7857,7857,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7857,0,'EventAI',''), - (7858,'Southsea Swashbuckler',NULL,44,45,6950,6951,0,0,230,230,0,0,7,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,62.8672,86.4424,2725,38,100,2000,2000,0,81,111,7858,7858,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7858,0,'EventAI',''), + (7855,'Southsea Pirate',NULL,44,45,6944,6945,6946,6947,230,230,0,0,7,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,63.7824,87.7008,2725,38,100,2000,2000,0,81,111,7855,7855,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7855,0,'EventAI',''), + (7856,'Southsea Freebooter',NULL,44,45,6948,6949,6952,374,230,230,0,0,7,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,63.7824,87.7008,2725,38,100,2000,2000,0,81,111,7856,7856,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7856,0,'EventAI',''), + (7857,'Southsea Dock Worker',NULL,44,45,6938,6939,6940,6941,230,230,0,0,7,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,62.8672,86.4424,2725,38,100,2000,2000,0,81,111,7857,7857,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7857,0,'EventAI',''), + (7858,'Southsea Swashbuckler',NULL,44,45,6950,6951,6953,6954,230,230,0,0,7,1,3,0,0,0,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,62.8672,86.4424,2725,38,100,2000,2000,0,81,111,7858,7858,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7858,0,'EventAI',''), (7863,'Dream Vision',NULL,1,1,6908,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (7864,'Lingering Highborne',NULL,48,50,146,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2749,3186,0,0,92,120,67.2672,92.4924,2999,49,100,2000,2000,0,95,129,7864,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (7865,'Wildhammer Sentry',NULL,55,55,7859,7860,0,0,1054,1054,0,0,7,3,3,0,2,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3433,3433,0,0,214,245,71.2272,97.9374,3271,106,100,2000,2000,0,1,739,7865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7865,0,'',''), + (7865,'Wildhammer Sentry',NULL,55,55,7859,7860,7861,7862,1054,1054,0,0,7,3,3,0,2,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3433,3433,0,0,214,245,71.2272,97.9374,3271,106,100,2000,2000,0,1,739,7865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7865,0,'',''), (7866,'Peter Galen','Dragonscale Leatherworking Trainer',50,50,6917,0,0,0,12,12,0,0,7,3,3,0,19,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3067,7866,1,'','npc_prof_leather'), (7867,'Thorkaf Dragoneye','Dragonscale Leatherworking Trainer',50,50,6916,0,0,0,29,29,0,0,7,3,3,0,19,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,7867,0,'','npc_prof_leather'), (7868,'Sarah Tanner','Elemental Leatherworking Trainer',50,50,7030,0,0,0,12,12,0,0,7,3,3,0,19,37376,0,2,0,1.1,1.14286,1,0,1.25,1,1,1,1,1,2768,2768,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3070,7868,0,'','npc_prof_leather'), @@ -399984,7 +402947,7 @@ VALUES (7883,'Andre Firebeard',NULL,45,45,9073,0,0,0,230,230,0,0,7,1,3,0,0,32768,0,0,0,1.05,1.14286,1,0,1.2,1,1,1,1,1,2218,2218,0,0,78,95,63.7824,87.7008,2725,40,100,2000,2000,0,84,115,7883,7883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7883,0,'EventAI',''), (7884,'Fraggar Thundermantle',NULL,60,60,7001,0,0,0,694,694,0,0,7,3,3,0,2,37376,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7884,0,'',''), (7885,'Spitelash Battlemaster',NULL,53,54,11267,0,0,0,74,74,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,3189,3293,0,0,93,115,69.696,95.832,3216,48,100,2000,2000,0,116,157,7885,7885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7885,0,'',''), - (7886,'Spitelash Enchantress',NULL,54,55,11268,0,0,0,74,74,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.3,1,1,1,1,1,2634,2718,2041,2117,89,110,69.696,95.832,2654,46,100,2000,2000,0,100,136,7886,7886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7886,0,'',''), + (7886,'Spitelash Enchantress',NULL,54,55,11268,0,0,0,74,74,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.3,1,1,1,1,1,2634,2718,2041,2117,89,110,69.696,95.832,2654,46,100,2000,2000,0,100,136,7886,7886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7886,0,'EventAI',''), (7895,'Ambassador Bloodrage',NULL,36,36,7043,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,2,2,3,2,1,1,1,1,3150,3150,2194,2194,185,239,43.956,60.4395,1234,98,100,1350,1485,0,306,404,7895,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7895,0,'',''), (7897,'Alarm-a-bomb 2600',NULL,20,20,6888,0,0,0,594,594,0,0,9,3,3,0,0,33536,0,2,0,1,1.42857,1,0,1,1,1,1,1,1,484,484,0,0,29.4,39,0,0,852,70,4,2000,2000,0,0,0,0,0,0,0,0,16385,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (7898,'Pirate treasure trigger mob',NULL,1,1,328,4626,0,0,35,35,1,0,8,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1.33,1,42,42,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -400020,18 +402983,18 @@ VALUES (7955,'Milli Featherwhistle','Mechanostrider Merchant',50,50,7039,0,0,0,875,875,1.15,0,7,3,3,0,135,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,1510,1661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3186,7955,0,'',''), (7956,'Kindal Moonweaver',NULL,42,42,7044,0,0,0,124,124,0,0,7,3,3,0,2,37376,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7956,0,'EventAI',''), (7957,'Jer\'kai Moonweaver',NULL,36,36,7045,0,0,0,124,124,0,0,7,3,3,0,3,37376,0,2,0,1.1,1.14286,8,0,1,1,1,1,-1,1,2100,2100,2763,2763,51,66,52.272,71.874,803,27,100,2000,2000,0,0,0,7957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7957,0,'EventAI',''), - (7975,'Mulgore Protector',NULL,57,57,7115,7116,0,0,105,105,1.25,0,7,1,3,0,0,4096,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,344,375,71.2272,97.9374,4500,166,100,2000,2000,0,1,739,7975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7975,0,'',''), + (7975,'Mulgore Protector',NULL,57,57,7115,7116,10152,10153,105,105,1.25,0,7,1,3,0,0,4096,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,344,375,71.2272,97.9374,4500,166,100,2000,2000,0,1,739,7975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7975,0,'',''), (7976,'Thalgus Thunderfist','Weapon Merchant',30,30,7120,0,0,0,55,55,0,0,7,3,3,0,16388,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7976,0,'',''), (7977,'Gammerita',NULL,48,48,5127,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3.25,1,1,1,1,1,6702,6702,0,0,251,325,51.5936,70.9412,2888,133,100,1275,2000,0,0,0,7977,0,7977,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (7978,'Bimble Longberry','Fruit Vendor',30,30,7119,0,0,0,875,875,1.15,0,7,3,3,0,6,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,7978,0,'',''), - (7980,'Deathguard Elite',NULL,55,55,7117,0,0,0,71,71,0,0,7,3,3,0,0,32768,0,1024,0,1,1.14286,1,1,1,1,1,1,-1,1,6197,6197,0,0,373,486,301.34,422.17,3271,198,100,2000,2000,0,1,830,7980,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,7980,0,'',''), + (7980,'Deathguard Elite',NULL,55,55,7117,7118,14369,14370,71,71,0,0,7,3,3,0,0,32768,0,1024,0,1,1.14286,1,1,1,1,1,1,-1,1,6197,6197,0,0,373,486,301.34,422.17,3271,198,100,2000,2000,0,1,830,7980,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,7980,0,'',''), (7995,'Vile Priestess Hexx',NULL,51,51,7121,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,1,5,2,1,1,1,1,8020,8020,9012,9012,344,444,59.3256,81.5727,1546,182,100,1183,2000,0,432,569,7995,7995,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7995,0,'EventAI',''), (7996,'Qiaga the Keeper',NULL,50,50,7122,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,1,5,2,1,1,1,1,7755,7755,8786,8786,328,421,58.08,79.86,1518,173,100,1200,2000,0,409,539,7996,7996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7996,0,'EventAI',''), (7997,'Captured Sprite Darter',NULL,41,41,9345,0,0,0,534,534,0,0,2,3,3,0,0,33024,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,2568,2568,1381,1432,66,85,57.0064,78.3838,1727,35,100,2000,2000,0,73,100,7997,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (7998,'Blastmaster Emi Shortfuse',NULL,27,27,7138,0,0,0,35,35,0,0,7,3,3,0,1,32768,0,0,0,1,1.14286,1,1,1.3,1,1,1,1,1,1040,1040,0,0,38.4,51,0,0,1097,92,7,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1080,0,0,'','npc_blastmaster_emi_shortfuse'), (7999,'Tyrande Whisperwind','High Priestess of Elune',63,63,7274,0,0,0,124,124,0,0,7,3,3,1,2,36928,0,2,12,1,1.14286,2,3,1,1,1,1,-1,1,250500,250500,67740,67740,1005,1171,220.81,320.77,3795,502,100,2000,2000,0,1,866,7999,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7999,0,'',''), - (8015,'Ashenvale Sentinel',NULL,40,40,4841,4842,0,0,79,79,0,0,7,3,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3105,3105,0,0,61,78,53.8384,74.0278,1964,32,100,2000,2000,0,0,0,8015,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8015,0,'',''), - (8016,'Barrens Guard',NULL,40,40,4261,4262,0,0,85,85,1.35,0,7,1,3,0,0,4096,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3026,3026,0,0,355,390,53.8384,74.0278,1200,172,100,2000,2000,0,0,0,8016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8016,0,'',''), + (8015,'Ashenvale Sentinel',NULL,40,40,4841,4842,4843,4844,79,79,0,0,7,3,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3105,3105,0,0,61,78,53.8384,74.0278,1964,32,100,2000,2000,0,0,0,8015,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8015,0,'',''), + (8016,'Barrens Guard',NULL,40,40,4261,4262,4263,4264,85,85,1.35,0,7,1,3,0,0,4096,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3026,3026,0,0,355,390,53.8384,74.0278,1200,172,100,2000,2000,0,0,0,8016,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8016,0,'',''), (8017,'Sen\'jin Guardian',NULL,55,55,4083,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,2.24,1.14286,1,3,1,1,1,1,-1,1,3616,3616,0,0,437,526,451.704,621.093,3271,222,100,1450,1595,0,85,425,8017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8017,0,'EventAI',''), (8018,'Guthrum Thunderfist','Gryphon Master',55,55,7250,0,0,0,694,694,0,0,7,3,3,0,11,37376,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,7423,7423,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,8018,0,'EventAI',''), (8019,'Fyldren Moonfeather','Hippogryph Master',55,55,7249,0,0,0,80,80,0,0,7,3,3,0,11,37376,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,7423,7423,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,8019,0,'EventAI',''), @@ -400045,7 +403008,7 @@ VALUES (8035,'Dark Iron Land Mine',NULL,32,33,6271,0,0,0,63,63,0,0,9,3,3,0,0,32768,0,0,0,1,1,1,0,0.2,1,1,1,1,1,211,222,0,0,44.8,61,0,0,1304,112,10,1690,1859,0,19,97,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (8055,'Thelsamar Mountaineer',NULL,40,40,1598,0,0,0,57,57,0,0,7,3,3,0,0,32768,0,1024,0,1.14,1.14286,1,0,1,1,1,1,-1,1,2000,2000,0,0,61,78,53.8384,74.0278,1964,32,100,1610,1771,0,0,0,8055,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8055,0,'',''), (8075,'Edana Hatetalon',NULL,50,50,974,0,0,0,514,514,0,0,7,3,3,0,0,32768,0,0,0,1.7,1.14286,1,1,1,1,1,1,-1,1,5299,5299,0,0,284,366,54.6,75.075,2999,150,100,1241,1365,0,115,576,8075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8095,'Sul\'lithuz Sandcrawler',NULL,45,47,7345,0,0,0,37,37,0,0,1,3,3,0,0,32832,0,0,0,1.11111,1.14286,1,1,1,1,1,1,-1,1,5683,6131,0,0,222,276,49.192,67.639,4225,115,100,2000,1430,0,0,0,8095,0,8095,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8095,'Sul\'lithuz Sandcrawler',NULL,45,47,7345,0,0,0,37,37,0,0,1,3,3,0,0,32832,0,0,0,1.11111,1.14286,1,1,3,1,2.7,1,1,1,5544,5970,0,0,75.6,104.6,0,0,2835,192,18,2000,2000,0,0,0,8095,0,8095,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8096,'Protector of the People','The People\'s Militia',40,40,7308,7310,0,0,11,11,0,0,7,3,3,0,0,36864,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3588,3588,0,0,61,78,53.8384,74.0278,1964,32,100,2000,2000,0,0,0,8096,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,8096,0,'',''), (8115,'Witch Doctor Uzer\'i',NULL,50,50,7328,0,0,0,876,876,0,0,7,3,3,0,3,37376,0,0,0,1.1,1.14286,8,0,1,1,1,1,-1,1,3517,3517,4393,4393,85,109,66.44,91.355,1518,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1141,8115,0,'EventAI',''), (8116,'Ziggle Sparks','Holiday Fireworks Vendor',46,46,7329,0,0,0,32,32,0,0,7,3,3,0,6,32768,0,2,0,1.18,1.14286,1,0,1,1,1,1,-1,1,3077,3077,0,0,111,132,62.744,86.273,2780,56,100,1550,1705,0,1,577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8116,0,'',''), @@ -400059,10 +403022,10 @@ VALUES (8124,'Qizzik','Banker',45,45,7335,0,0,0,474,474,0,0,7,1,3,0,258,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8124,0,'',''), (8125,'Dirge Quikcleave','Butcher',43,43,7338,0,0,0,474,474,0,0,7,1,3,0,7,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2766,2766,0,0,66,85,59.7872,82.2074,2397,35,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4746,8125,0,'',''), (8126,'Nixx Sprocketspring','Goblin Engineering Trainer',55,55,7340,0,0,0,474,474,0,0,7,1,3,0,19,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1469,8126,0,'',''), - (8127,'Antu\'sul','Overseer of Sul',48,48,7353,0,0,0,107,107,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,12280,12280,12696,12696,269,346,53.1456,73.0752,2255,142,100,2000,1384,0,631,829,8127,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8127,0,'EventAI',''), + (8127,'Antu\'sul','Overseer of Sul',48,48,7353,0,0,0,107,107,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,8,8,4.25,1,1,1,13200,13200,13560,13560,75.1,99.5,0,0,2344,184,17,2000,2000,0,631,829,8127,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8127,0,'EventAI',''), (8128,'Pikkle','Mining Trainer',40,40,7341,0,0,0,474,474,0,0,7,1,3,0,19,0,0,1026,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,8128,0,'',''), (8129,'Wrinkle Goodsteel','Superior Armorer',40,40,7343,0,0,0,474,474,0,0,7,1,3,0,16388,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8129,0,'',''), - (8130,'Sul\'lithuz Hatchling',NULL,30,30,1073,0,0,0,16,16,0,0,10,3,3,0,0,33600,0,0,0,0.31,1.14286,1,1,1,1,1,1,-1,1,3328,3328,0,0,140,180,37.176,51.117,1200,74,100,2000,1549,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (8130,'Sul\'lithuz Hatchling',NULL,30,35,1073,0,0,0,16,16,0,0,10,3,3,0,0,832,0,0,0,2.77778,1.14286,1,1,3,1,1.7,1,1,1,2865,3660,0,0,42.4,64.4,0,0,1373,118,11,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (8131,'Blizrik Buckshot','Gunsmith',43,43,7342,0,0,0,474,474,0,0,7,1,3,0,16388,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2766,2766,0,0,72,93,59.0304,81.1668,2397,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8131,0,'',''), (8136,'Lord Shalzaru',NULL,47,47,11257,0,0,0,74,74,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.25,1,1,1,1,1,1990,1990,1640,1640,88,107,63.7824,87.7008,2300,45,100,2000,2000,0,79,109,8136,8136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8136,0,'EventAI',''), (8137,'Gikkix','Fisherman',40,40,7354,0,0,0,474,474,0,0,7,1,3,0,4,512,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,8137,0,'',''), @@ -400075,15 +403038,15 @@ VALUES (8144,'Kulleg Stonehorn','Skinning Trainer',51,51,7360,0,0,0,104,104,1.35,0,7,3,3,0,19,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3632,3632,0,0,87,112,67.32,92.565,3052,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,8144,0,'',''), (8145,'Sheendra Tallgrass','Trade Supplies',50,50,7359,0,0,0,104,104,1.25,0,7,3,3,0,6,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (8146,'Ruw','Herbalism Trainer',50,50,7361,0,0,0,104,104,1.35,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,7691,0,0,'EventAI',''), - (8147,'Camp Mojache Brave',NULL,55,55,7363,7364,0,0,105,105,1.25,0,7,3,3,0,2,36864,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,2000,2000,0,0,605,665,301.34,422.17,3271,293,100,2000,2000,0,1,739,8147,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8147,0,'EventAI',''), - (8149,'Sul\'lithuz Warder',NULL,2,2,7345,0,0,0,37,37,0,0,1,3,3,0,0,32768,0,0,0,1.28,1.14286,1,1,2.4,1,1,1,1.25,1,132,132,0,0,9,13,2.9184,4.0128,20,5,100,1658,1824,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (8147,'Camp Mojache Brave',NULL,55,55,7363,7364,7365,7366,105,105,1.25,0,7,3,3,0,2,36864,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,2000,2000,0,0,605,665,301.34,422.17,3271,293,100,2000,2000,0,1,739,8147,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8147,0,'EventAI',''), + (8149,'Sul\'lithuz Warder',NULL,48,48,7345,0,0,0,37,37,0,0,1,3,3,0,0,32768,0,0,0,1.28,1.14286,1,1,3,1,2.8,1,1.25,1,6186,6186,0,0,80.4,106.6,0,0,2888,196,19,2000,2000,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8150,'Janet Hommers','Food & Drink',40,40,7371,0,0,0,12,12,0,0,7,1,3,0,6,4608,0,2,0,1.02,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8150,0,'EventAI',''), (8151,'Nijel\'s Point Guard',NULL,48,48,7368,7369,0,0,11,11,0,0,7,1,3,0,1,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3294,3294,0,0,444,549,63.7824,87.7008,2500,229,100,2000,2000,0,0,0,0,8151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8151,0,'EventAI',''), (8152,'Harnor','Food & Drink',40,40,7372,0,0,0,104,104,1.35,0,7,1,3,0,6,4608,0,2,0,1.02,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8152,0,'EventAI',''), (8153,'Narv Hidecrafter','Expert Leatherworker',42,42,7370,0,0,0,104,104,1.35,0,7,1,3,0,19,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4842,8153,0,'',''), - (8154,'Ghost Walker Brave',NULL,48,48,7374,7376,0,0,105,105,1.25,0,7,1,3,0,0,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3294,3294,0,0,476,546,63.7824,87.7008,2500,236,100,2000,2000,0,0,0,8154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8154,0,'',''), + (8154,'Ghost Walker Brave',NULL,48,48,7374,7376,7377,7378,105,105,1.25,0,7,1,3,0,0,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3294,3294,0,0,476,546,63.7824,87.7008,2500,236,100,2000,2000,0,0,0,8154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8154,0,'',''), (8155,'Kargath Grunt',NULL,55,55,7373,7375,0,0,85,85,0,0,7,3,3,0,0,36864,0,0,0,1.05,1.14286,1,0,1,1,1,1,-1,1,5182,5182,0,0,605,665,71.2272,97.9374,3271,293,100,2000,2000,0,692,692,8155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8155,0,'',''), - (8156,'Servant of Antu\'sul',NULL,48,48,601,0,0,0,107,107,0,0,1,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,1,1,1,1,1,-1,1,5346,5346,0,0,243,313,53.0536,72.9487,2888,128,100,1283,1411,0,96,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8156,'Servant of Antu\'sul',NULL,48,48,601,0,0,0,107,107,0,0,1,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,1,3,1,2.8,1,1,1,6168,6168,0,0,80.4,106.6,0,0,2888,196,19,2000,2000,0,96,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8157,'Logannas','Alchemy Supplies',52,52,7379,0,0,0,80,80,0,0,7,3,3,0,6,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3748,3748,0,0,87,113,68.1824,93.7508,3108,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8157,0,'EventAI',''), (8158,'Bronk','Alchemy Supplies',49,49,7380,0,0,0,104,104,1.35,0,7,3,3,0,6,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3404,3404,0,0,81,105,65.5424,90.1208,2944,43,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8158,0,'EventAI',''), (8159,'Worb Strongstitch','Light Armor Merchant',50,50,7381,0,0,0,104,104,1.35,0,7,3,3,0,16388,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -400122,8 +403085,8 @@ VALUES (8277,'Rekk\'tilac',NULL,48,48,4458,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,4,1.25,1,1,1,1,1,2577,2577,0,0,263,339,53.9,74.1125,2888,139,100,1250,2000,0,0,0,8277,0,0,0,0,0,0,0,125,0,0,0,0,5912,1,0,0,0,0,0,0,0,0,0,'',''), (8278,'Smoldar',NULL,50,50,5781,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.1,1.14286,1,4,1.25,1,1,1,1,1,2768,2768,0,0,295,381,56.7312,78.0054,2999,156,100,1216,2000,0,97,131,8278,0,0,0,0,0,0,0,170,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (8279,'Faulty War Golem',NULL,46,46,10800,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,2.18,1.14286,1,4,1.25,1,1,1,1,1,2398,2398,0,0,257,331,53.1456,73.0752,2780,136,100,1258,1384,0,87,119,8279,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (8280,'Shleipnarr',NULL,47,47,2346,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.68,1.14286,1,4,1.25,1,1,1,1,1,2488,2488,0,0,257,331,53.1456,73.0752,2835,136,100,1258,1384,0,0,0,8280,0,8280,0,0,0,0,0,95,0,0,95,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8281,'Scald',NULL,49,49,1204,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.7,1.14286,1,4,1.25,1,1,1,1,1,2672,2672,0,0,270,349,54.6,75.075,2944,143,100,1241,1365,0,0,0,8281,0,0,0,0,0,0,0,294,294,294,294,294,0,0,0,0,0,0,0,0,0,0,0,'',''), + (8280,'Shleipnarr',NULL,47,47,2346,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.68,1.92,1,4,1.25,1,1,1,1,1,2488,2488,0,0,257,331,53.1456,73.0752,2835,136,100,1258,1384,0,0,0,8280,0,8280,0,0,0,0,0,95,0,0,95,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8281,'Scald',NULL,49,49,1204,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.7,1.14286,1,4,1.25,1,1,1,1,1,2672,2672,0,0,270,349,54.6,75.075,2944,143,100,1241,1365,0,0,0,8281,0,0,0,0,0,4,0,294,294,294,294,294,0,0,0,0,0,0,0,0,0,0,0,'',''), (8282,'Highlord Mastrogonde',NULL,51,51,7835,0,0,0,128,128,0,0,7,3,3,0,2,32832,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,5502,5502,3728,3728,344,444,59.3256,81.5727,2477,182,100,1183,2000,0,478,629,8282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8282,0,'EventAI',''), (8283,'Slave Master Blackheart',NULL,50,50,7819,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1.71,1.14286,1,4,1.25,1,1,1,1,1,2769,2769,0,0,280,361,55.3248,76.0716,2999,148,100,1233,1356,0,99,134,8283,8283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8283,0,'EventAI',''), (8284,'Dorius Stonetender',NULL,45,45,7760,0,0,0,231,231,0,0,7,3,3,0,2,37632,0,0,4096,1.1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_dorius_stonetender'), @@ -400155,13 +403118,13 @@ VALUES (8357,'Atepa','Banker',45,45,7620,0,0,0,104,104,1.35,0,7,1,3,0,256,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8357,0,'',''), (8358,'Hewa','Cloth Armor Merchant',30,30,7622,0,0,0,104,104,1.35,0,7,1,3,0,16388,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8359,'Ahanu','Leather Armor Merchant',30,30,7623,0,0,0,104,104,1.35,0,7,1,3,0,16391,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4325,8359,0,'',''), - (8360,'Elki','Mail Armor Merchant',30,30,7624,0,0,0,104,104,1.35,0,7,1,3,0,16388,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8360,0,'',''), - (8361,'Chepi','Reagents',30,30,7625,0,0,0,104,104,1.25,0,7,1,3,0,4,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8361,1,'',''), - (8362,'Kuruk','General Goods',30,30,7626,0,0,0,104,104,1.35,0,7,1,3,0,6,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8362,0,'',''), - (8363,'Shadi Mistrunner','Trade Supplies',30,30,7628,0,0,0,104,104,1.25,0,7,1,3,0,6,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8363,0,'',''); + (8360,'Elki','Mail Armor Merchant',30,30,7624,0,0,0,104,104,1.35,0,7,1,3,0,16388,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8360,0,'',''); INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) VALUES + (8361,'Chepi','Reagents',30,30,7625,0,0,0,104,104,1.25,0,7,1,3,0,4,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8361,1,'',''), + (8362,'Kuruk','General Goods',30,30,7626,0,0,0,104,104,1.35,0,7,1,3,0,6,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8362,0,'',''), + (8363,'Shadi Mistrunner','Trade Supplies',30,30,7628,0,0,0,104,104,1.25,0,7,1,3,0,6,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8363,0,'',''), (8364,'Pakwa','Bag Vendor',30,30,7627,0,0,0,104,104,1.25,0,7,1,3,0,6,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8364,0,'',''), (8376,'Mechanical Chicken',NULL,1,1,7920,0,0,0,1,1,0,0,9,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8378,'Alexandra Blazen',NULL,45,45,7590,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1,1,1,1,-1,1,2972,2972,3801,3801,72,93,61.776,84.942,1378,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8378,0,'EventAI',''), @@ -400172,7 +403135,7 @@ VALUES (8383,'Master Wood',NULL,60,60,7673,0,0,0,12,12,0,0,7,3,3,0,0,36864,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8383,0,'EventAI',''), (8384,'Deep Lurker',NULL,47,49,631,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,0.666668,1.14286,1,1,3,1,1,1,-1,1,5970,6186,0,0,243,313,50.796,69.8445,2862,128,100,1283,1411,0,362,477,8384,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8385,'Mura Runetotem',NULL,22,22,7615,0,0,0,104,104,1.25,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,27,34,34.6544,47.6498,922,14,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8385,0,'',''), - (8386,'Horizon Scout Crewman',NULL,42,42,7595,7596,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,8386,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8386,0,'EventAI',''), + (8386,'Horizon Scout Crewman',NULL,42,42,7595,7596,7607,7608,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,8386,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8386,0,'EventAI',''), (8387,'Horizon Scout First Mate',NULL,43,43,7605,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.16,1.14286,1,0,1,1,1,1,-1,1,2766,2766,0,0,101,120,59.7872,82.2074,2397,51,100,1580,1738,0,34,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8387,0,'',''), (8388,'Horizon Scout Cook',NULL,42,42,7606,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.15,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,98,117,58.7664,80.8038,2246,50,100,1590,1749,0,32,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8388,0,'',''), (8389,'Horizon Scout Engineer',NULL,42,42,7609,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.15,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,98,117,58.7664,80.8038,2246,50,100,1590,1749,0,32,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8389,0,'',''), @@ -400188,7 +403151,7 @@ VALUES (8399,'Nyrill','Xylem\'s Apprentice',39,39,7614,0,0,0,35,35,0,0,7,3,3,0,3,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2376,2376,0,0,57,74,55.5984,76.4478,1834,30,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1362,8399,0,'',''), (8400,'Obsidion',NULL,52,52,13929,0,0,0,54,54,0,0,4,3,3,0,0,33024,0,2,0,1.1,1.14286,1,1,6.6,1,1,1,1,1,15649,15649,0,0,335,432,58.688,80.696,3108,177,100,1191,2000,0,765,1004,8400,0,0,0,0,0,0,0,208,104,104,156,104,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (8401,'Halpa','Prairie Dog Vendor',30,30,7629,0,0,0,104,104,1.35,0,7,1,3,0,6,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8401,0,'',''), - (8402,'Enslaved Archaeologist',NULL,46,46,7751,7753,0,0,120,120,0,0,7,3,3,0,0,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3077,3077,0,0,74,96,62.744,86.273,2780,39,100,2000,2000,0,0,0,8402,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (8402,'Enslaved Archaeologist',NULL,46,46,7751,7753,7754,7756,120,120,0,0,7,3,3,0,0,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3077,3077,0,0,74,96,62.744,86.273,2780,39,100,2000,2000,0,0,0,8402,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (8403,'Jeremiah Payson','Cockroach Vendor',30,30,7632,0,0,0,68,68,0,0,7,3,3,0,7,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2952,8403,0,'EventAI',''), (8404,'Xan\'tish','Snake Vendor',30,30,7631,0,0,0,29,29,0,0,7,3,3,0,6,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,8404,1,'',''), (8405,'Ogtinc',NULL,45,45,1012,0,0,0,35,35,0,0,7,3,3,0,2,33280,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,2972,2972,1534,1534,72,93,61.776,84.942,2211,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -400206,11 +403169,11 @@ VALUES (8439,'Nilith Lokrav',NULL,48,48,7834,0,0,0,35,35,0,0,7,3,3,0,2,33536,0,2,0,1.1,1.14286,8,0,1,1,1,1,-1,1,3294,3294,4140,4140,77,101,64.6272,88.8624,1462,41,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8440,'Shade of Hakkar',NULL,1,1,7690,0,0,0,35,35,0,0,10,3,3,0,0,33587520,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,4950,5130,1695,1750,7,10,1.4664,2.0163,15,4,100,1666,1833,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI','npc_shade_of_hakkar'), (8441,'Raze','Nilith\'s Guardian',48,48,10905,0,0,0,35,35,0,0,4,3,3,0,1,33280,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3294,3294,0,0,77,101,64.6272,88.8624,2888,41,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,48,48,48,96,48,0,0,0,0,0,0,0,0,2306,0,0,'',''), - (8442,'Shadowsilk Poacher','The Undermarket',47,50,7810,7811,0,0,574,574,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,1988,2551,1640,1807,85,109,63.7824,87.7008,2432,45,100,2000,2000,0,86,117,8442,8442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8442,0,'',''), + (8442,'Shadowsilk Poacher','The Undermarket',47,50,7810,7811,7812,7813,574,574,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,1988,2551,1640,1807,85,109,63.7824,87.7008,2432,45,100,2000,2000,0,86,117,8442,8442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8442,0,'',''), (8443,'Avatar of Hakkar',NULL,49,50,8053,0,0,0,16,16,0,0,10,3,3,0,0,32768,0,0,0,4.28,1.14286,1,1,1,1,1,1,-1,1,8467,10492,0,0,300,388,56.0352,77.0484,2999,159,100,1225,1347,0,124,620,8443,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8444,'Trade Master Kovic','The Undermarket',50,50,7795,0,0,0,574,574,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,2217,2217,1534,1534,70,86,66.44,91.355,2211,36,100,2000,2000,0,0,0,8444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8444,0,'EventAI',''), + (8444,'Trade Master Kovic','The Undermarket',50,50,7795,0,0,0,574,574,1.15,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.5,1,1,1,1,1,2658,2658,1807,1807,79,104,0,0,2432,194,18,2000,2000,0,0,0,8444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8444,0,'EventAI',''), (8446,'Xiggs Fuselighter\'s Flyingmachine',NULL,45,45,8011,0,0,0,55,55,0,0,7,3,3,0,0,32768,0,2,0,1.17,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,108,129,61.776,84.942,2725,55,100,1560,1716,0,37,183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (8447,'Clunk','The Undermarket',48,48,6569,0,0,0,574,574,0,0,9,3,3,0,0,32768,0,0,0,1,1.38571,1,1,3,1,1,1,1,1,6186,6186,0,0,269,346,53.1456,73.0752,2888,142,100,1258,2000,0,346,457,8447,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (8447,'Clunk','The Undermarket',48,48,6569,0,0,0,574,574,0,0,9,3,3,0,0,32768,0,0,0,1,1.38571,1,1,3,1,3.25,1,1,1,6186,6186,0,0,80,107,0,0,2888,196,19,1258,2000,0,346,457,8447,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8477,'Skeletal Servant',NULL,32,32,7846,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.25,1,1,1,1,1,264,264,0,0,44.8,59.5,0,0,1270,108,10,2000,2000,0,0,0,8477,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (8478,'Second Mate Shandril',NULL,43,43,7802,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,1.16,1.14286,1,0,1,1,1,1,-1,1,2766,2766,0,0,101,120,59.7872,82.2074,2397,51,100,1580,1738,0,34,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8478,0,'',''), (8479,'Kalaran Windblade',NULL,55,55,7820,0,0,0,35,35,0,0,2,3,3,0,3,33600,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,15464,15464,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1323,8479,0,'',''), @@ -400228,10 +403191,10 @@ VALUES (8516,'Belnistrasz',NULL,36,36,7851,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,4096,1,1.14286,2,0,10,1,1,1,-1,1,10500,10500,1292,1292,51,66,52.272,71.874,1455,27,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_belnistrasz'), (8517,'Xiggs Fuselighter',NULL,45,45,7598,0,0,0,55,55,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8518,'Rynthariel the Keymaster',NULL,29,29,12043,0,0,0,79,79,0,0,7,1,3,0,2,64,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,2715,2715,0,0,140,180,37.176,51.117,1165,74,100,1408,2000,0,161,215,8518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8518,0,'EventAI',''), - (8519,'Blighted Surge',NULL,54,55,5497,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,71.9664,98.9538,3271,49,100,2000,2000,0,0,0,8519,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8520,'Plague Ravager',NULL,55,56,5563,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.35,1,1,1,1,1,3529,3644,0,0,74,90,71.9664,98.9538,3327,38,100,1500,2000,0,0,0,8520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8521,'Blighted Horror',NULL,56,57,11171,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.35,1,1,1,1,1,3644,3758,0,0,98,122,68.0944,93.6298,3380,51,100,2000,2000,0,0,0,8521,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8522,'Plague Monstrosity',NULL,57,58,11172,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,69.696,95.832,3435,52,100,2000,2000,0,0,0,8522,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8519,'Blighted Surge',NULL,54,55,5497,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,71.9664,98.9538,3271,49,100,2000,2000,0,0,0,8519,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8520,'Plague Ravager',NULL,55,56,5563,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.35,1,1,1,1,1,3529,3644,0,0,74,90,71.9664,98.9538,3327,38,100,1500,2000,0,0,0,8520,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8521,'Blighted Horror',NULL,56,57,11171,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.35,1,1,1,1,1,3644,3758,0,0,98,122,68.0944,93.6298,3380,51,100,2000,2000,0,0,0,8521,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8522,'Plague Monstrosity',NULL,57,58,11172,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,69.696,95.832,3435,52,100,2000,2000,0,0,0,8522,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8523,'Scourge Soldier',NULL,53,54,5231,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.888888,1.14286,1,0,1.3,1,1,1,1,1,3189,3293,0,0,93,115,71.2272,97.9374,3216,48,100,2000,2000,0,114,154,8523,8523,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8523,0,'EventAI',''), (8524,'Cursed Mage',NULL,54,55,11397,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,2301,2482,4896,5013,110,142,71.9664,98.9538,1506,58,100,2000,2000,0,96,130,8524,8524,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8525,'Scourge Warder',NULL,55,56,612,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.888888,1.14286,2,0,1.35,1,1,1,1,1,2823,2915,2117,2163,89,111,71.2272,97.9374,2699,46,100,2000,2000,0,105,143,8525,8525,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8525,0,'EventAI',''), @@ -400252,24 +403215,24 @@ VALUES (8543,'Stitched Horror',NULL,57,58,1693,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,71.9664,98.9538,3435,52,100,2000,2000,0,130,175,8543,8543,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8544,'Gangled Golem',NULL,58,59,10613,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3876,3997,0,0,101,126,71.2272,97.9374,3489,52,100,2000,2000,0,131,176,8544,8544,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8545,'Stitched Golem',NULL,59,60,7858,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3997,4120,0,0,104,130,71.9664,98.9538,3791,54,100,2000,2000,0,136,183,8545,8545,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8546,'Dark Adept','Cult of the Damned',59,59,10408,10409,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4212,4212,0,0,106,137,71.2272,97.9374,3599,56,100,2000,2000,0,133,179,8546,8546,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8546,0,'EventAI',''), - (8547,'Death Cultist','Cult of the Damned',53,54,10391,10393,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.33,1,1,1,-1,1,2610,2888,1982,2041,106,137,71.2272,97.9374,2610,56,100,2000,2000,0,97,132,8547,8547,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8547,0,'EventAI',''), - (8548,'Vile Tutor','Cult of the Damned',56,57,10953,10955,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,2992,3067,2163,2241,106,137,71.2272,97.9374,2496,56,100,2000,2000,0,110,149,8548,8548,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8548,0,'EventAI',''), - (8550,'Shadowmage','Cult of the Damned',59,60,10421,10423,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1,1,1,1,-1,1,3005,3059,5598,5751,161,207,71.2272,97.9374,3252,85,100,2000,2000,0,111,150,8550,8550,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8550,0,'EventAI',''), - (8551,'Dark Summoner','Cult of the Damned',55,56,10417,10418,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,2442,2490,5013,5206,106,137,71.2272,97.9374,2194,56,100,2000,2000,0,99,134,8551,8551,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8551,0,'EventAI',''), - (8553,'Necromancer','Cult of the Damned',54,55,10427,10428,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,2485,2516,4896,5013,102,131,69.696,95.832,1134,54,100,2000,2000,0,100,136,8553,8553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8553,0,'EventAI',''), + (8546,'Dark Adept','Cult of the Damned',59,59,10408,10409,10410,10411,21,21,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4212,4212,0,0,106,137,71.2272,97.9374,3599,56,100,2000,2000,0,133,179,8546,8546,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8546,0,'EventAI',''), + (8547,'Death Cultist','Cult of the Damned',53,54,10391,10393,10392,10394,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.33,1,1,1,-1,1,2610,2888,1982,2041,106,137,71.2272,97.9374,2610,56,100,2000,2000,0,97,132,8547,8547,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8547,0,'EventAI',''), + (8548,'Vile Tutor','Cult of the Damned',56,57,10953,10955,10954,10956,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,2992,3067,2163,2241,106,137,71.2272,97.9374,2496,56,100,2000,2000,0,110,149,8548,8548,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8548,0,'EventAI',''), + (8550,'Shadowmage','Cult of the Damned',59,60,10421,10423,10422,10424,21,21,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1,1,1,1,-1,1,3005,3059,5598,5751,161,207,71.2272,97.9374,3252,85,100,2000,2000,0,111,150,8550,8550,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8550,0,'EventAI',''), + (8551,'Dark Summoner','Cult of the Damned',55,56,10417,10418,10419,10420,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,2442,2490,5013,5206,106,137,71.2272,97.9374,2194,56,100,2000,2000,0,99,134,8551,8551,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8551,0,'EventAI',''), + (8553,'Necromancer','Cult of the Damned',54,55,10427,10428,10429,10430,21,21,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,2485,2516,4896,5013,102,131,69.696,95.832,1134,54,100,2000,2000,0,100,136,8553,8553,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8553,0,'EventAI',''), (8554,'Chief Sharptusk Thornmantle',NULL,5,5,1346,0,0,0,14,14,0,0,7,1,3,0,0,0,0,0,0,0.95,1.14286,1,0,1,1,1,1,1,1,102,102,0,0,6,7,8.624,11.858,120,3,100,2000,2000,0,3,9,8554,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (8555,'Crypt Stalker',NULL,53,54,3004,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3189,3293,0,0,93,115,66.4224,91.3308,3216,48,100,2000,2000,0,0,0,8555,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8556,'Crypt Walker',NULL,55,56,11178,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3529,3644,0,0,97,120,70.664,97.163,3327,50,100,2000,2000,0,0,0,8556,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (8557,'Crypt Horror',NULL,57,58,6841,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3882,4028,0,0,106,137,71.2272,97.9374,3252,56,100,2000,2000,0,0,0,8557,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8558,'Crypt Slayer',NULL,58,59,9758,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3876,3997,0,0,101,126,70.4704,96.8968,3489,52,100,2000,2000,0,0,0,8558,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8560,'Mossflayer Scout',NULL,57,58,10442,10444,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,71.2272,97.9374,3435,52,100,2000,2000,0,128,172,8560,8560,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8560,0,'EventAI',''), - (8561,'Mossflayer Shadowhunter',NULL,58,59,10438,10439,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3876,3997,0,0,101,126,72.688,99.946,3489,52,100,2000,2000,0,133,179,8561,8561,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8561,0,'EventAI',''), - (8562,'Mossflayer Cannibal',NULL,57,59,10434,10435,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.35,1,1,1,1,1,3006,3198,2241,2369,94,118,71.2272,97.9374,2832,49,100,2000,2000,0,116,156,8562,8562,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8562,0,'EventAI',''), + (8560,'Mossflayer Scout',NULL,57,58,10442,10444,10446,10447,37,37,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,71.2272,97.9374,3435,52,100,2000,2000,0,128,172,8560,8560,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8560,0,'EventAI',''), + (8561,'Mossflayer Shadowhunter',NULL,58,59,10438,10439,10441,10440,37,37,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,3876,3997,0,0,101,126,72.688,99.946,3489,52,100,2000,2000,0,133,179,8561,8561,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8561,0,'EventAI',''), + (8562,'Mossflayer Cannibal',NULL,57,59,10434,10435,10436,10437,37,37,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.35,1,1,1,1,1,3006,3198,2241,2369,94,118,71.2272,97.9374,2832,49,100,2000,2000,0,116,156,8562,8562,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8562,0,'EventAI',''), (8563,'Woodsman',NULL,58,59,10382,0,0,0,1576,1576,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4121,4333,0,0,106,137,71.2272,97.9374,3489,56,100,2000,2000,0,129,174,8563,8563,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8563,0,'EventAI',''), (8564,'Ranger',NULL,59,60,10379,0,0,0,1576,1576,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4141,4301,0,0,161,207,71.2272,97.9374,3791,85,100,2000,2000,0,134,180,8564,8564,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8564,0,'EventAI',''), (8565,'Pathstrider',NULL,57,58,10381,0,0,0,1576,1576,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4021,4155,0,0,106,137,71.2272,97.9374,3435,56,100,2000,2000,0,126,170,8565,8565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8565,0,'EventAI',''), - (8566,'Dark Iron Lookout',NULL,47,48,7865,7866,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2488,2578,0,0,81,101,63.7824,87.7008,2888,42,100,2000,2000,0,94,128,8566,8566,0,0,0,0,0,0,0,0,0,0,100,0,1,0,0,0,0,0,0,0,8566,0,'EventAI',''), + (8566,'Dark Iron Lookout',NULL,47,48,7865,7866,7867,7868,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,2488,2578,0,0,81,101,63.7824,87.7008,2888,42,100,2000,2000,0,94,128,8566,8566,0,0,0,0,0,0,0,0,0,0,100,0,1,0,0,0,0,0,0,0,8566,0,'EventAI',''), (8567,'Glutton',NULL,40,40,7864,0,0,0,152,152,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,10688,10688,0,0,229,295,49.192,67.639,1593,121,100,2800,2000,0,575,756,8567,8567,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8576,'Ag\'tor Bloodfist',NULL,45,45,7871,0,0,0,1074,1074,0,0,7,3,3,0,3,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1401,8576,1,'',''), (8578,'Magus Rimtori',NULL,55,55,7872,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.25,1.14286,8,0,1.3,1,1,1,1,1,2379,2379,5013,5013,158,188,71.2272,97.9374,1658,80,100,1420,1562,0,61,305,8578,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8578,0,'EventAI',''), @@ -400302,7 +403265,7 @@ VALUES (8616,'Infernal Servant',NULL,55,55,12817,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.23,1.14286,1,0,1.3,1,1,1,1,1,3398,3398,0,0,141,170,70.664,97.163,3271,72,100,1460,1606,0,54,269,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8617,'Zalashji',NULL,45,45,11253,0,0,0,35,35,0,0,7,1,3,0,2,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8636,'Morta\'gya the Keeper',NULL,50,50,7918,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,1,5,2,1,1,1,1,7755,7755,8786,8786,292,377,55.3248,76.0716,1518,154,100,1233,2000,0,409,539,8636,8636,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8636,0,'EventAI',''), - (8637,'Dark Iron Watchman',NULL,44,45,7929,7930,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,63.7824,87.7008,2725,38,100,2000,2000,0,81,111,8637,8637,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,8637,0,'EventAI',''), + (8637,'Dark Iron Watchman',NULL,44,45,7929,7930,7931,7932,54,54,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,73,93,63.7824,87.7008,2725,38,100,2000,2000,0,81,111,8637,8637,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,8637,0,'EventAI',''), (8656,'Hukku\'s Voidwalker',NULL,52,52,1132,0,0,0,37,37,0,16,3,1,3,0,0,0,0,0,0,1,1.14286,2,0,1.5,1,0.45,1,1.39,1,2846,2846,1923,1923,82,109,0,0,3506,202,19,2000,2000,0,48,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (8657,'Hukku\'s Succubus',NULL,52,52,4162,0,0,0,37,37,0,17,3,1,3,0,0,0,0,2,0,1,1.14286,2,0,0.85,1,1.5,1,0.66,1,1612,1612,1923,1923,82,109,0,0,1665,202,19,2000,2000,0,48,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8658,'Hukku\'s Imp',NULL,52,52,4449,0,0,0,37,37,0,23,3,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1,0.55,2,1,1,1,1660,1660,2558,2558,56,78,0,0,1574,95,22,1800,1800,0,48,241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -400314,7 +403277,7 @@ VALUES (8665,'Shylenai','Owl Trainer',30,30,7934,0,0,0,80,80,0,0,7,3,3,0,4,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,8665,0,'',''), (8666,'Lil Timmy','Boy with kittens',5,5,7935,0,0,0,12,12,0,0,7,3,3,0,6,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,1960,2156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (8667,'Gusting Vortex',NULL,43,45,8715,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,2059,2218,0,0,70,93,59.0304,81.1668,2725,38,100,2000,2000,0,0,0,8667,0,0,0,0,0,0,0,44,44,44,44,44,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8668,'Felhound Tracker',NULL,1,1,6172,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,3292,3398,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_felhound_tracker'), + (8668,'Felhound Tracker',NULL,1,1,6172,0,0,0,90,90,0,0,3,3,3,0,0,33536,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,3292,3398,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_felhound_tracker'), (8669,'Auctioneer Tolon',NULL,50,50,7997,0,0,0,80,80,0,0,7,3,3,0,4096,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8670,'Auctioneer Chilton',NULL,50,50,7991,0,0,0,12,12,0,0,7,3,3,0,4096,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (8671,'Auctioneer Buckler',NULL,50,50,7990,0,0,0,55,55,0,0,7,3,3,0,4096,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -400353,17 +403316,17 @@ VALUES (8776,'Emerald Dragon Whelp',NULL,55,55,694,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,2,0,0.9,1.14286,8,0,1,1,1,1,1,1,1830,1830,5013,5013,67,93,0,0,1658,101,23,2000,2000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8816,'Deathly Usher',NULL,50,50,146,0,0,0,35,35,0,0,6,3,3,0,1,33536,0,2,2,1.05,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1541,0,0,'',''), (8836,'Battle Chicken',NULL,1,1,6909,0,0,0,4,4,0,0,9,3,3,0,0,32768,0,0,0,2.72,1.14286,1,0,0.3,1,1,1,1,1,13,13,0,0,2,2,0,0,15,9,0,2000,2000,0,0,1,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (8837,'Muck Splash',NULL,47,49,5561,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.25,1,1,1,1,1,2488,2672,0,0,82,104,61.9344,85.1598,2944,43,100,2000,2000,0,0,0,8837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (8837,'Muck Splash',NULL,47,49,5561,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.25,1,1,1,1,1,2488,2672,0,0,82,104,61.9344,85.1598,2944,43,100,2000,2000,0,0,0,8837,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8856,'Tyrion\'s Spybot',NULL,25,25,1159,0,0,0,64,64,0,0,9,3,3,0,0,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (8876,'Sandfury Acolyte',NULL,42,44,6411,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1585,1711,1381,1483,103,123,58.0272,79.7874,2557,52,100,1570,1727,0,35,174,8876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8876,0,'EventAI',''), - (8877,'Sandfury Zealot',NULL,44,45,6423,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,2138,2218,0,0,108,129,61.776,84.942,2725,55,100,1560,1716,0,37,183,8877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8877,0,'EventAI',''), + (8876,'Sandfury Acolyte',NULL,42,44,6411,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.2,1,1.2,1,1,1,1585,1711,1381,1483,58.1,88.8,0,0,2082,166,15,2000,2000,0,35,174,8876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8876,0,'EventAI',''), + (8877,'Sandfury Zealot',NULL,44,45,6423,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1.5,1,1,1,2138,2218,0,0,72,100.3,0,0,2725,184,17,2400,2400,0,37,183,8877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8877,0,'EventAI',''), (8878,'Muuran','Superior Macecrafter',40,40,8169,0,0,0,104,104,1.35,0,7,1,3,0,16388,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8878,0,'',''), (8879,'Royal Historian Archesonus',NULL,50,50,8171,0,0,0,55,55,0,0,7,3,3,0,3,37376,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,3517,3517,1807,1807,85,109,66.44,91.355,2432,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1561,8879,0,'',''), - (8881,'Riding Ram',NULL,1,1,2736,2784,0,0,35,35,0,0,8,1,3,0,0,0,0,2,0,1,0.857143,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (8881,'Riding Ram',NULL,1,1,2736,2784,2785,2786,35,35,0,0,8,1,3,0,0,0,0,2,0,1,0.857143,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8882,'Riding Tiger',NULL,1,1,6448,6079,0,0,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8883,'Riding Horse',NULL,1,1,2402,2405,0,0,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8884,'Skeletal Mount',NULL,1,1,5228,0,0,0,35,35,0,0,6,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (8885,'Riding Raptor',NULL,1,1,6469,4806,0,0,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (8885,'Riding Raptor',NULL,1,1,6469,4806,6473,6468,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8886,'Deviate Python',NULL,18,19,8174,8173,0,0,270,270,0,0,1,3,3,0,0,32768,0,0,0,1.15,1.14286,1,0,0.4,1,1,1,1,1,167,180,0,0,26,37,0,0,817,68,3,2000,2000,0,0,0,8886,0,8886,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (8887,'A tormented voice',NULL,50,50,8175,0,0,0,35,35,0,0,7,3,3,0,0,33536,0,4096,0,1.05,1.14286,1,0,1,1,1,1,1,1,2215,2215,0,0,85,112,0,0,2999,206,20,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (8888,'Franclorn Forgewright',NULL,60,60,8698,0,0,0,35,35,0,0,7,3,3,0,3,33536,0,2,2,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,0,0,'','spell_dummy_npc'), @@ -400374,28 +403337,28 @@ VALUES (8893,'Anvilrage Soldier',NULL,52,53,8757,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,3.3,1,1,1,7113,7359,0,0,88,119,59.3256,81.5727,3163,218,22,2000,2000,0,451,594,8893,8893,0,0,0,1,0,0,100,0,0,20,0,0,1,0,0,0,0,0,0,0,8893,0,'EventAI',''), (8894,'Anvilrage Medic',NULL,52,53,8752,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,4,1,1,1,4980,5151,9300,9530,63,89,59.3256,81.5727,1602,97,23,2000,2000,0,366,483,8894,8894,0,0,0,1,0,0,100,0,0,20,0,0,1,0,0,0,0,0,0,0,8894,0,'EventAI',''), (8895,'Anvilrage Officer',NULL,53,54,8753,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.4,1,1,1,5886,6078,3964,4082,84,114,59.3256,81.5727,2610,210,20,2000,2000,0,380,502,8895,8895,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8895,0,'EventAI',''), - (8896,'Shadowforge Peasant',NULL,52,54,8793,8794,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1.7,1,1,1,2466,2634,1923,2041,82,114,69.696,95.832,2610,210,20,2000,2000,0,103,139,8896,8896,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8896,0,'EventAI',''), - (8897,'Doomforge Craftsman',NULL,52,54,8803,8804,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1.7,1,1,1,3082,3293,0,0,88,122,69.696,95.832,3216,224,22,2000,2000,0,113,153,8897,8897,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8897,0,'EventAI',''), + (8896,'Shadowforge Peasant',NULL,52,54,8793,8794,8795,8796,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1.7,1,1,1,2466,2634,1923,2041,82,114,69.696,95.832,2610,210,20,2000,2000,0,103,139,8896,8896,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8896,0,'EventAI',''), + (8897,'Doomforge Craftsman',NULL,52,54,8803,8804,8805,8806,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,1,1.7,1,1,1,3082,3293,0,0,88,122,69.696,95.832,3216,224,22,2000,2000,0,113,153,8897,8897,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8897,0,'EventAI',''), (8898,'Anvilrage Marshal',NULL,54,55,8751,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.5,1,1,1,6078,6273,4082,4234,84,114,59.9488,82.4296,2654,214,21,2000,2000,0,361,476,8898,8898,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8898,0,'EventAI',''), - (8899,'Doomforge Dragoon',NULL,54,55,8820,8821,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,3.5,1,1,1,7599,7842,0,0,92,125,59.3256,81.5727,3271,228,23,2000,2000,0,420,554,8899,8899,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8899,0,'EventAI',''), - (8900,'Doomforge Arcanasmith',NULL,54,55,8812,8813,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1.3,1,1.75,1,1,1,2305,2379,4896,5013,65,93,70.4704,96.8968,1658,101,23,2000,2000,0,96,130,8900,8900,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8900,0,'EventAI',''), - (8901,'Anvilrage Reservist',NULL,54,55,8755,9288,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.3,1,1,1,1,1,760,784,0,0,92,125,64.2488,88.3421,3271,228,23,2000,2000,0,0,0,0,0,0,0,0,1,0,0,100,0,0,20,0,0,1,0,0,0,0,0,0,0,8901,0,'EventAI',''), - (8902,'Shadowforge Citizen',NULL,54,56,8798,8799,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1.8,1,1,1,2026,2159,2041,2163,86,118,69.696,95.832,2699,220,21,2000,2000,0,92,125,8902,8902,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8902,0,'EventAI',''), + (8899,'Doomforge Dragoon',NULL,54,55,8820,8821,8822,8823,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,3.5,1,1,1,7599,7842,0,0,92,125,59.3256,81.5727,3271,228,23,2000,2000,0,420,554,8899,8899,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8899,0,'EventAI',''), + (8900,'Doomforge Arcanasmith',NULL,54,55,8812,8813,8814,8815,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1.3,1,1.75,1,1,1,2305,2379,4896,5013,65,93,70.4704,96.8968,1658,101,23,2000,2000,0,96,130,8900,8900,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8900,0,'EventAI',''), + (8901,'Anvilrage Reservist',NULL,54,55,8755,9288,9289,9290,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.3,1,1,1,1,1,760,784,0,0,92,125,64.2488,88.3421,3271,228,23,2000,2000,0,0,0,0,0,0,0,0,1,0,0,100,0,0,20,0,0,1,0,0,0,0,0,0,0,8901,0,'EventAI',''), + (8902,'Shadowforge Citizen',NULL,54,56,8798,8799,8800,8801,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1.8,1,1,1,2026,2159,2041,2163,86,118,69.696,95.832,2699,220,21,2000,2000,0,92,125,8902,8902,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8902,0,'EventAI',''), (8903,'Anvilrage Captain',NULL,55,56,8749,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,3.6,1,1,1,7842,8097,0,0,94,127,61.152,84.084,3327,234,23,2000,2000,0,439,578,8903,8903,0,0,0,1,0,0,100,0,0,20,0,0,1,0,0,0,0,0,0,0,8903,0,'EventAI',''), - (8904,'Shadowforge Senator',NULL,55,56,8825,8826,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1.35,1,1.75,1,1,1,2471,2550,5013,5206,67,94,69.696,95.832,1686,104,24,2000,2000,0,103,140,8904,8904,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8904,0,'EventAI',''), + (8904,'Shadowforge Senator',NULL,55,56,8825,8826,8827,8828,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,8,0,1.35,1,1.75,1,1,1,2471,2550,5013,5206,67,94,69.696,95.832,1686,104,24,2000,2000,0,103,140,8904,8904,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8904,0,'EventAI',''), (8905,'Warbringer Construct',NULL,53,54,8289,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,3.6,1,1,1,7359,7599,0,0,90,122,59.3256,81.5727,3216,224,22,2000,2000,0,410,540,8905,0,0,0,0,1,0,0,270,108,108,108,108,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8906,'Ragereaver Golem',NULL,54,55,8177,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,3.6,1,1,1,7599,7842,0,0,92,125,59.3256,81.5727,3271,228,23,2000,2000,0,429,565,8906,0,0,0,0,1,0,0,110,110,110,110,110,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8907,'Wrath Hammer Construct',NULL,55,56,8178,0,0,0,54,54,0,0,9,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,3.6,1,1,1,7842,8097,0,0,94,127,59.3256,81.5727,3327,234,23,2000,2000,0,435,573,8907,0,0,0,0,16385,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8908,'Molten War Golem',NULL,55,56,8179,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,5.5,2,5.5,1,1,1,11500,11874,4234,4326,87,118,59.3256,81.5727,2699,220,21,2000,2000,2,601,789,8908,0,0,0,0,1,0,0,280,0,-140,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8909,'Fireguard',NULL,50,52,2172,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.2,1,1,1,5316,5691,3614,3846,79,109,56.7312,78.0054,2522,202,19,2000,2000,2,0,0,8909,0,0,0,0,1,0,0,0,0,-52,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8910,'Blazing Fireguard',NULL,52,54,1070,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.4,1,1,1,5691,6078,3846,4082,82,114,56.7312,78.0054,2610,210,20,2000,2000,2,0,0,8910,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8911,'Fireguard Destroyer',NULL,54,56,5488,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,3.6,1,1,1,7599,8097,0,0,92,127,56.7312,78.0054,3327,234,23,2000,2000,2,0,0,8911,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (8912,'Twilight\'s Hammer Torturer',NULL,50,51,8790,9350,0,0,54,54,1.25,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.1,1,1,1,5316,5502,3614,3728,77,106,59.3256,81.5727,2477,198,19,2000,2000,0,324,428,8912,8912,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8912,0,'EventAI',''), - (8913,'Twilight Emissary',NULL,52,53,8772,8774,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,3.3,1,1,1,4980,5151,9300,9530,63,89,59.3256,81.5727,1602,97,23,2000,2000,0,311,411,8913,8913,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8913,0,'EventAI',''), - (8914,'Twilight Bodyguard',NULL,53,54,9346,9347,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.4,1,1,1,5886,6078,3964,4082,84,114,59.3256,81.5727,2610,210,20,2000,2000,0,351,463,8914,8914,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8914,0,'EventAI',''), - (8915,'Twilight\'s Hammer Ambassador',NULL,54,55,8778,8779,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1.75,1,1,1,2634,2718,2041,2117,86,116,69.696,95.832,2654,214,21,2000,2000,0,102,139,8915,8915,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8915,0,'EventAI',''), - (8916,'Arena Spectator',NULL,52,54,9069,9070,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.35,1,1.7,1,1,1,2561,2735,1923,2041,82,114,70.4704,96.8968,2610,210,20,2000,2000,0,111,150,8916,8916,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8916,0,'',''), - (8917,'Quarry Slave',NULL,46,48,8891,8892,0,0,15,15,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,2003,2451,1845,1845,85,109,63.7824,87.7008,2344,45,100,2000,2000,0,87,119,8917,8917,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8917,0,'EventAI',''), + (8908,'Molten War Golem',NULL,55,56,8179,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,5.5,2,5.5,1,1,1,11500,11874,4234,4326,87,118,59.3256,81.5727,2699,220,21,2000,2000,2,601,789,8908,0,0,0,0,1,0,0,280,0,-140,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (8909,'Fireguard',NULL,50,52,2172,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.2,1,1,1,5316,5691,3614,3846,79,109,56.7312,78.0054,2522,202,19,2000,2000,2,0,0,8909,0,0,0,0,1,4,0,0,0,-52,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8910,'Blazing Fireguard',NULL,52,54,1070,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.4,1,1,1,5691,6078,3846,4082,82,114,56.7312,78.0054,2610,210,20,2000,2000,2,0,0,8910,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8911,'Fireguard Destroyer',NULL,54,56,5488,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,2,3.6,1,1,1,7599,8097,0,0,92,127,56.7312,78.0054,3327,234,23,2000,2000,2,0,0,8911,0,0,0,0,1,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (8912,'Twilight\'s Hammer Torturer',NULL,50,51,8790,9350,9351,8792,54,54,1.25,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.1,1,1,1,5316,5502,3614,3728,77,106,59.3256,81.5727,2477,198,19,2000,2000,0,324,428,8912,8912,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8912,0,'EventAI',''), + (8913,'Twilight Emissary',NULL,52,53,8772,8774,8776,8777,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,2,3.3,1,1,1,4980,5151,9300,9530,63,89,59.3256,81.5727,1602,97,23,2000,2000,0,311,411,8913,8913,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8913,0,'EventAI',''), + (8914,'Twilight Bodyguard',NULL,53,54,9346,9347,8773,9349,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,3.4,1,1,1,5886,6078,3964,4082,84,114,59.3256,81.5727,2610,210,20,2000,2000,0,351,463,8914,8914,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8914,0,'EventAI',''), + (8915,'Twilight\'s Hammer Ambassador',NULL,54,55,8778,8779,8780,9025,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1.75,1,1,1,2634,2718,2041,2117,86,116,69.696,95.832,2654,214,21,2000,2000,0,102,139,8915,8915,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8915,0,'EventAI',''), + (8916,'Arena Spectator',NULL,52,54,9069,9070,9071,9072,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.35,1,1.7,1,1,1,2561,2735,1923,2041,82,114,70.4704,96.8968,2610,210,20,2000,2000,0,111,150,8916,8916,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8916,0,'',''), + (8917,'Quarry Slave',NULL,46,48,8891,8892,8893,487,15,15,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,2003,2451,1845,1845,85,109,63.7824,87.7008,2344,45,100,2000,2000,0,87,119,8917,8917,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8917,0,'EventAI',''), (8920,'Weapon Technician',NULL,55,56,8894,8895,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1.75,1,1,1,2614,2699,0,0,94,127,69.696,95.832,3327,234,23,2000,2000,0,102,139,8920,8920,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,8920,0,'EventAI',''), (8921,'Bloodhound',NULL,49,50,8180,0,0,0,54,54,0,0,3,3,3,0,0,32768,0,0,0,1,1.42857,1,0,1.25,1,3,1,1,1,2672,2769,0,0,83,112,63.7824,87.7008,2999,206,20,2000,2000,0,0,0,8921,0,8921,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8922,'Bloodhound Mastiff',NULL,54,55,8181,0,0,0,54,54,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.3,2,3,1,1,1,3293,3398,0,0,92,125,67.2672,92.4924,3271,228,23,2000,2000,0,0,0,8922,0,8922,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -400423,8 +403386,8 @@ VALUES (8965,'Shawn',NULL,1,1,221,0,0,0,35,35,0,0,7,3,3,0,3,33536,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1622,8965,0,'',''), (8976,'Hematos',NULL,60,60,6369,0,0,0,103,103,0,0,2,3,3,0,0,32832,0,0,0,1,1.14286,1,2,5,2,5,1,1,1,15260,15260,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,168,838,8976,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (8977,'Krom\'Grul',NULL,54,54,11543,0,0,0,45,45,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.3,1,1,1,1,1,2633,2633,2041,2041,88,107,0,0,2610,45,0,2000,2000,0,98,133,8977,8977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8977,0,'EventAI',''), - (8978,'Thauris Balgarr',NULL,57,57,11511,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,1,4,1.35,1,1,1,1,1,3758,3758,0,0,338,434,59.9488,82.4296,3380,178,100,1175,1292,0,144,720,8978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8978,0,'EventAI',''), - (8979,'Gruklash',NULL,59,59,11510,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.35,1,1,1,1,1,3997,3997,0,0,355,459,61.152,84.084,3489,188,100,1158,1274,0,153,767,8979,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8979,0,'EventAI',''), + (8978,'Thauris Balgarr',NULL,57,57,11511,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,1,4,1.35,1,1,1,1,1,3758,3758,0,0,338,434,59.9488,82.4296,3380,178,100,1175,1292,0,144,720,8978,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8978,0,'EventAI',''), + (8979,'Gruklash',NULL,59,59,11510,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.35,1,1,1,1,1,3997,3997,0,0,355,459,61.152,84.084,3489,188,100,1158,1274,0,153,767,8979,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8979,0,'EventAI',''), (8980,'Firegut Captain',NULL,53,53,10708,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.23,1.14286,2,0,1,1,1,1,-1,1,2718,2718,2117,2117,208,259,68.0944,93.6298,2566,108,100,1460,1606,0,53,267,8980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8980,0,'',''), (8981,'Malfunctioning Reaver',NULL,56,56,10802,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.35,1,1,1,1,1,3643,3643,0,0,329,425,59.3256,81.5727,3327,174,100,1183,1301,0,139,696,8981,0,0,0,0,0,0,0,110,330,110,110,440,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (8982,'Ironhand Guardian',NULL,57,57,9189,0,0,0,15,15,0,0,4,3,3,0,0,33587264,0,0,0,1,1.14286,1,1,3,2,1,1,1.33,1,8352,8352,0,0,97.9,129.8,0,0,4495,238,24,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_ironhand_guardian'), @@ -400432,7 +403395,7 @@ VALUES (8996,'Voidwalker Minion',NULL,47,47,1132,0,0,0,90,90,0,16,3,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.6,1,1,1,1,1,3184,3184,0,0,15,15,62.8672,86.4424,2835,7,100,2000,2000,0,57,79,8996,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (8997,'Gershala Nightwhisper',NULL,20,20,8229,0,0,0,80,80,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8997,0,'EventAI',''), (9016,'Bael\'Gar',NULL,54,54,12162,0,0,0,54,54,0,0,5,3,3,0,0,32832,0,98304,72,0.777776,1.14286,1,1,10,2,6,1,1,1,25330,25330,0,0,110.5,146.6,0,0,3216,224,22,2400,2400,0,0,0,9016,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (9017,'Lord Incendius',NULL,55,55,1204,0,0,0,91,91,0,0,4,3,3,0,0,32832,0,0,72,1,1.14286,1,1,6.5,5,5,1,1,1,16991,16991,0,0,94,124.7,0,0,3271,228,23,2000,2000,2,0,0,9017,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (9017,'Lord Incendius',NULL,55,55,1204,0,0,0,91,91,0,0,4,3,3,0,0,32832,0,0,72,1,1.14286,1,1,6.5,5,5,1,1,1,16991,16991,0,0,94,124.7,0,0,3271,228,23,2000,2000,2,0,0,9017,0,0,0,0,8388625,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (9018,'High Interrogator Gerstahn','Twilight\'s Hammer Interrogator',52,52,8761,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,72,1,1.14286,2,1,5,5,3.3,1,1,1,9485,9485,9615,9615,82.2,108.9,0,0,2522,202,19,2000,2000,0,489,644,9018,9018,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9018,0,'','boss_high_interrogator_gerstahn'), (9019,'Emperor Dagran Thaurissan',NULL,59,59,8807,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,72,1,1.14286,1,1,9,2,7.25,1,1,1,26649,26649,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,1202,1575,9019,9019,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9019,0,'','boss_emperor_dagran_thaurissan'), (9020,'Commander Gor\'shak','Kargath Expeditionary Force',54,54,8703,0,0,0,113,113,0,0,7,3,3,0,2,33344,0,0,4096,1,1.14286,1,1,3,1,1,1,1,1,7599,7599,0,0,300,388,58.1904,80.0118,3216,159,100,1225,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -400441,7 +403404,7 @@ VALUES (9023,'Marshal Windsor',NULL,52,52,8707,0,0,0,534,534,0,0,7,3,3,0,2,33088,0,2,4096,1.14286,1.7,1,1,3.6,2,3.5,1,1,1,8536,8536,0,0,54,72,56.784,78.078,3108,214,100,1241,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_marshal_windsor'), (9024,'Pyromancer Loregrain',NULL,52,52,8762,0,0,0,54,54,0,0,7,3,3,0,2,32832,0,0,0,1,1.14286,8,1,5,5,1,1,1,1,8300,8300,23250,23250,310,400,59.3256,81.5727,1574,164,100,1183,2000,0,659,865,9024,9024,0,0,0,8388625,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,9024,0,'EventAI',''), (9025,'Lord Roccor',NULL,51,51,5781,0,0,0,91,91,0,0,4,3,3,0,0,32832,0,0,72,1.55556,1.14286,1,1,5,2,3.6,1,1.5,1,11460,11460,0,0,86.3,114.4,0,0,4578,210,20,2000,2000,0,0,0,9025,0,0,0,0,8388625,0,0,153,153,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (9026,'Overmaster Pyron',NULL,52,52,1070,0,0,0,91,91,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,11004,11004,3728,3728,310,400,56.7312,78.0054,2477,164,100,1216,2000,2,0,0,9026,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), + (9026,'Overmaster Pyron',NULL,52,52,1070,0,0,0,91,91,0,0,4,3,3,0,0,32832,0,0,0,1,1.14286,2,1,1,1,1,1,-1,1,11004,11004,3728,3728,310,400,56.7312,78.0054,2477,164,100,1216,2000,2,0,0,9026,0,0,0,0,0,4,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), (9027,'Gorosh the Dervish',NULL,56,56,8760,0,0,0,14,14,0,0,7,3,3,0,0,32832,0,0,72,1,1.14286,1,1,6,2,6,1,1,1,16194,16194,0,0,86.3,114.4,0,0,3327,234,23,1800,1800,0,147,737,9027,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9027,0,'EventAI',''), (9028,'Grizzle',NULL,54,54,7873,0,0,0,14,14,0,0,7,3,3,0,0,32832,0,0,72,0.666668,1.14286,1,1,9,2,6,1,0.8,1,22797,22797,0,0,92.1,122.2,0,0,2573,224,22,2000,2000,0,143,713,9028,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (9029,'Eviscerator',NULL,54,54,523,0,0,0,14,14,0,0,7,3,3,0,0,32832,0,0,72,1,1.14286,2,1,9,5,7.5,1,1,1,18234,18234,10205,10205,55.7,73.8,0,0,2610,210,20,1300,1300,0,147,737,9029,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -400496,9 +403459,9 @@ VALUES (9167,'Frenzied Pterrordax',NULL,51,54,8412,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1.4,1.42857,1,0,1,1,1,1,-1,1,3082,3293,0,0,90,114,66.4224,91.3308,3162,47,100,2000,2000,0,0,0,9167,0,9167,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (9176,'Gor\'tesh',NULL,54,54,11553,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,3293,3293,0,0,282,345,70.4704,96.8968,3216,145,100,2000,2000,0,113,153,9176,9176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (9177,'Oralius',NULL,55,55,8872,0,0,0,55,55,0,0,7,3,3,0,3,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,2998,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12662,9177,0,'',''), - (9178,'Burning Spirit',NULL,30,30,4607,0,0,0,7,7,0,0,4,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1.05,1,1,1,1,1,1003,1003,0,0,62,72,43.8944,60.3548,1200,31,100,2000,2000,0,12,61,0,0,0,0,0,0,0,0,60,60,60,60,60,0,1,0,0,0,0,0,0,0,0,0,'',''), + (9178,'Burning Spirit',NULL,30,30,4607,0,0,0,7,7,0,0,4,3,3,0,0,32768,0,0,0,1,0.857143,1,0,1.05,1,1,1,1,1,1003,1003,0,0,62,72,43.8944,60.3548,1200,31,100,2000,2000,0,12,61,0,0,0,0,0,0,4,0,60,60,60,60,60,0,1,0,0,0,0,0,0,0,0,0,'',''), (9179,'Jazzrik','Blacksmithing Supplies',38,38,13050,0,0,0,120,120,0,0,7,3,3,0,16390,32768,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2284,2284,0,0,55,71,54.5072,74.9474,1709,29,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9179,0,'',''), - (9196,'Highlord Omokk',NULL,59,59,11565,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,8,1,8,1,1,1,23688,23688,0,0,102,135,0,0,3489,248,25,2000,2000,0,1117,1464,9196,9196,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9196,0,'EventAI',''), + (9196,'Highlord Omokk',NULL,59,59,11565,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,8,1,5,1,1,1,23688,23688,0,0,163,216,0,0,3489,248,25,3200,2000,0,1117,1464,9196,9196,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9196,0,'EventAI',''), (9197,'Spirestone Battle Mage',NULL,57,58,11543,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,5,5,5,1,1,1,11135,11485,11205,11445,91,123,0,0,2788,228,23,2000,2000,0,561,738,9197,9197,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9197,0,'EventAI',''), (9198,'Spirestone Mystic',NULL,55,56,11579,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,5,5,5,1,1,1,10455,10795,10585,10815,87,118,0,0,2699,220,21,2000,2000,0,558,734,9198,9198,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9198,0,'EventAI',''), (9199,'Spirestone Enforcer',NULL,54,55,11577,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,1,5,1,1,1,12665,13070,0,0,92,125,0,0,3271,228,23,2000,2000,0,641,842,9199,9199,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9199,0,'EventAI',''), @@ -400508,12 +403471,12 @@ VALUES (9217,'Spirestone Lord Magus',NULL,58,58,11578,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,2,2,6,6,6,1,1,1,13782,13782,13734,13734,93,123,0,0,2788,228,23,2000,2000,0,1037,1360,9217,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9217,0,'EventAI',''), (9218,'Spirestone Battle Lord',NULL,58,58,11576,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,1,2,6,1,5,1,1,1,17226,17226,0,0,120,159,0,0,3435,242,25,2400,2400,0,1229,1609,9218,9218,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (9219,'Spirestone Butcher',NULL,57,57,11574,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,1,2,6,1,6,1,1,1,16704,16704,0,0,98,130,0,0,3380,238,24,2000,2000,0,1226,1606,9219,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (9236,'Shadow Hunter Vosh\'gajin',NULL,58,58,9732,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,3,9,1,5.2,1,1,1,20673,20673,2289,2289,93,123,0,0,2788,228,23,2000,2000,0,988,1295,9236,9236,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9236,0,'EventAI',''), - (9237,'War Master Voone',NULL,58,58,9733,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,10,1,10,1,1,1,28710,28710,0,0,75,99,0,0,3435,242,25,1500,1500,0,1330,1741,9237,9237,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9237,0,'EventAI',''), + (9236,'Shadow Hunter Vosh\'gajin',NULL,58,58,9732,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,3,9,1,8,1,1,1,20673,20673,2289,2289,60,80,0,0,2788,228,23,1300,2000,0,988,1295,9236,9236,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9236,0,'EventAI',''), + (9237,'War Master Voone',NULL,58,58,9733,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,10,1,7.5,1,1,1,28710,28710,0,0,100,132,0,0,3435,242,25,2000,2000,0,1330,1741,9237,9237,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9237,0,'EventAI',''), (9238,'Quentin',NULL,40,40,8449,0,0,0,80,80,0,0,7,1,3,0,2,4096,0,2,0,1.1,1.14286,2,0,1,1,1,1,-1,1,1406,1406,1283,1283,61,78,56.672,77.924,1619,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9238,1,'',''), - (9239,'Smolderthorn Mystic',NULL,55,56,9709,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3.6,1,1,1,6273,6477,2117,2163,87,118,0,0,2699,220,21,2000,2000,0,375,495,9239,9239,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9239,0,'EventAI',''), + (9239,'Smolderthorn Mystic',NULL,55,56,9709,9710,9711,9712,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3.6,1,1,1,6273,6477,2117,2163,87,118,0,0,2699,220,21,2000,2000,0,375,495,9239,9239,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9239,0,'EventAI',''), (9240,'Smolderthorn Shadow Priest',NULL,55,56,9728,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3.6,1,1,1,6273,6477,2117,2163,87,118,0,0,2699,220,21,2000,2000,0,371,489,9240,9240,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9240,0,'EventAI',''), - (9241,'Smolderthorn Headhunter',NULL,56,57,9682,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3.7,1,1,1,8097,8352,0,0,96,130,0,0,3380,238,24,2000,2000,0,458,603,9241,9241,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9241,0,'EventAI',''), + (9241,'Smolderthorn Headhunter',NULL,56,57,9682,9683,9684,9685,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3.7,1,1,1,8097,8352,0,0,96,130,0,0,3380,238,24,2000,2000,0,458,603,9241,9241,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9241,0,'EventAI',''), (9256,'Farm Chicken',NULL,1,1,304,0,0,0,188,188,1,0,0,3,3,0,0,33536,0,2,0,1,1.14286,1,0,0.01,1,1,1,1.33,1,1,1,0,0,2,2,1,1,20,24,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (9257,'Scarshield Warlock','Scarshield Legion',54,55,9609,9865,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3.5,1,1,1,6078,6273,2041,2117,86,116,0,0,2654,214,21,2000,2000,0,369,487,9257,9257,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9257,0,'EventAI',''), (9258,'Scarshield Raider','Scarshield Legion',54,56,9637,9859,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3.6,1,1,1,7599,8097,0,0,92,127,0,0,3327,234,23,2000,2000,0,439,578,9258,9258,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9258,0,'EventAI',''), @@ -400524,7 +403487,7 @@ VALUES (9263,'Firebrand Dreadweaver','Firebrand Legion',57,58,9652,9869,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,1.5,1,1,1,6681,6891,2241,2289,91,123,0,0,2788,228,23,2000,2000,0,400,527,9263,9263,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9263,0,'EventAI',''), (9264,'Firebrand Pyromancer','Firebrand Legion',57,58,9656,9888,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3,1,1,1,6681,6891,2241,2289,75,101,0,0,2788,228,23,1650,1650,0,396,522,9264,9264,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9264,0,'EventAI',''), (9265,'Smolderthorn Shadow Hunter',NULL,56,57,9724,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3,1,1,1,6477,6681,2163,2241,89,121,0,0,2744,224,22,2000,2000,0,385,508,9265,9265,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9265,0,'EventAI',''), - (9266,'Smolderthorn Witch Doctor',NULL,56,57,9719,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3.7,1,1,1,6477,6681,2163,2241,89,121,0,0,2744,224,22,2000,2000,0,381,503,9266,9266,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9266,0,'EventAI',''), + (9266,'Smolderthorn Witch Doctor',NULL,56,57,9719,9720,9721,9722,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3.7,1,1,1,6477,6681,2163,2241,89,121,0,0,2744,224,22,2000,2000,0,381,503,9266,9266,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9266,0,'EventAI',''), (9267,'Smolderthorn Axe Thrower',NULL,55,56,9674,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3.6,1,1,1,7842,8097,0,0,94,127,0,0,3327,234,23,2000,2000,0,443,584,9267,9267,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9267,0,'EventAI',''), (9268,'Smolderthorn Berserker',NULL,57,58,7803,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3.8,1,1,1,8352,8613,0,0,98,132,0,0,3435,242,25,2000,2000,0,464,610,9268,9268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (9269,'Smolderthorn Seer',NULL,56,57,9715,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3.7,1,1,1,6477,6681,2163,2241,89,121,0,0,2744,224,22,2000,2000,0,385,508,9269,9269,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9269,0,'EventAI',''), @@ -400543,7 +403506,7 @@ VALUES (9319,'Houndmaster Grebmar',NULL,52,52,9212,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,72,1,1.14286,1,1,4.5,2,3.7,1,1,1,10670,10670,0,0,88.3,117.2,0,0,3108,214,14,2000,2000,0,553,727,9319,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9319,0,'',''), (9336,'Boss Copperplug',NULL,19,19,8569,0,0,0,16,16,0,0,7,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,1,1,449,449,0,0,29,35,31.504,43.318,817,15,100,2000,2000,0,23,35,9336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9336,0,'EventAI',''), (9356,'Innkeeper Shul\'kar','Innkeeper',30,30,8633,0,0,0,29,29,0,0,7,3,3,0,135,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,9356,1,'',''), - (9376,'Blazerunner',NULL,56,56,1204,0,0,0,91,91,2.5,0,4,3,3,0,0,32832,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8097,8097,0,0,328,421,58.08,79.86,3327,173,100,1200,2000,0,0,0,9376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (9376,'Blazerunner',NULL,56,56,1204,0,0,0,91,91,2.5,0,4,3,3,0,0,32832,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8097,8097,0,0,328,421,58.08,79.86,3327,173,100,1200,2000,0,0,0,9376,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (9377,'Swirling Vortex',NULL,33,34,8549,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,1,0,1.11,1,1,1,-1,1,1232,1300,0,0,51,66,49.368,67.881,1340,27,100,2000,2000,0,0,0,9377,0,0,0,0,0,0,0,34,34,34,68,34,0,1,0,0,0,0,0,0,0,0,0,'',''), (9396,'Ground Pounder',NULL,41,43,1161,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.55556,1.14286,1,0,1.2,1,1,1,1.85,1,1902,2059,0,0,108,129,59.0304,81.1668,4434,55,100,1560,1716,0,36,181,9396,0,0,0,0,0,0,0,42,42,42,42,42,0,1,0,0,0,0,0,0,0,0,0,'',''), (9397,'Living Storm',NULL,48,48,8716,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1.05,1.14286,2,0,1,1,1,1,-1,1,1990,2138,1640,1750,76,96,63.7824,87.7008,3549,40,100,2000,2000,0,0,0,9397,0,0,0,0,0,0,0,48,48,48,48,48,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -400557,19 +403520,19 @@ VALUES (9442,'Dark Keeper Ofgut',NULL,55,55,8595,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,72,1,1.14286,2,1,3,2,3.5,1,1,1,6273,6273,4234,4234,87.5,115.9,0,0,2654,214,21,2000,2000,0,147,737,9442,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (9443,'Dark Keeper Pelver',NULL,55,55,8596,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,72,1,1.14286,2,1,3,2,3.5,1,1,1,6273,6273,4234,4234,87.5,115.9,0,0,2654,214,21,2000,2000,0,152,761,9443,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (9445,'Dark Guard',NULL,53,54,8597,0,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,3,2,3.4,1,1,1,7359,7599,0,0,90,122,59.3256,81.5727,3216,224,22,2000,1301,0,147,737,9445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9445,0,'EventAI',''), - (9447,'Scarlet Warder',NULL,53,54,10376,10378,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,5886,6078,1982,2041,344,444,59.3256,81.5727,2610,182,100,1183,2000,0,1290,1290,9447,9447,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9447,0,'EventAI',''), - (9448,'Scarlet Praetorian',NULL,56,57,10395,10396,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,6477,6681,2163,2241,344,444,59.3256,81.5727,2744,182,100,1183,2000,0,1501,1501,9448,9448,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9448,0,'EventAI',''), - (9449,'Scarlet Cleric',NULL,54,55,10387,10389,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,6078,6273,2041,2117,344,444,59.3256,81.5727,2654,182,100,1183,2000,0,1353,1353,9449,9449,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9449,0,'EventAI',''), - (9450,'Scarlet Curate',NULL,55,56,10398,10399,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,6273,6477,2117,2163,344,444,59.3256,81.5727,2699,182,100,1183,2000,0,1421,1421,9450,9450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9450,0,'EventAI',''), - (9451,'Scarlet Archmage',NULL,55,57,10413,10415,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,8,1,3,1,1,1,1,1,5490,5847,5013,5340,344,444,59.3256,81.5727,1714,182,100,1183,2000,0,1431,1431,9451,9451,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9451,0,'EventAI',''), - (9452,'Scarlet Enchanter',NULL,53,55,10403,10405,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,8,1,3,1,1,1,1,1,5151,5490,4765,5013,354,456,59.9488,82.4296,1658,187,100,1175,2000,0,1296,1296,9452,9452,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9452,0,'EventAI',''), - (9453,'Aquementas',NULL,54,54,5564,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.22,1.14286,1,0,1.3,1,1,1,1,1,3293,3293,0,0,138,165,67.2672,92.4924,3216,70,100,1470,1617,0,51,257,0,0,0,0,0,0,0,0,54,54,54,54,54,0,0,0,0,0,0,0,0,0,0,0,'','mob_aquementas'), + (9447,'Scarlet Warder',NULL,53,54,10376,10378,10377,10380,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,5886,6078,1982,2041,344,444,59.3256,81.5727,2610,182,100,1183,2000,0,1290,1290,9447,9447,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9447,0,'EventAI',''), + (9448,'Scarlet Praetorian',NULL,56,57,10395,10396,10397,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,6477,6681,2163,2241,344,444,59.3256,81.5727,2744,182,100,1183,2000,0,1501,1501,9448,9448,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9448,0,'EventAI',''), + (9449,'Scarlet Cleric',NULL,54,55,10387,10389,10388,10390,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,6078,6273,2041,2117,344,444,59.3256,81.5727,2654,182,100,1183,2000,0,1353,1353,9449,9449,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9449,0,'EventAI',''), + (9450,'Scarlet Curate',NULL,55,56,10398,10399,10400,10401,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,2,1,3,1,1,1,1,1,6273,6477,2117,2163,344,444,59.3256,81.5727,2699,182,100,1183,2000,0,1421,1421,9450,9450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9450,0,'EventAI',''), + (9451,'Scarlet Archmage',NULL,55,57,10413,10415,10414,10416,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,8,1,3,1,1,1,1,1,5490,5847,5013,5340,344,444,59.3256,81.5727,1714,182,100,1183,2000,0,1431,1431,9451,9451,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9451,0,'EventAI',''), + (9452,'Scarlet Enchanter',NULL,53,55,10403,10405,10404,10406,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,8,1,3,1,1,1,1,1,5151,5490,4765,5013,354,456,59.9488,82.4296,1658,187,100,1175,2000,0,1296,1296,9452,9452,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9452,0,'EventAI',''), + (9453,'Aquementas',NULL,54,54,5564,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.22,1.14286,1,0,1.3,1,1,1,1,1,3293,3293,0,0,138,165,67.2672,92.4924,3216,70,100,1470,1617,0,51,257,0,0,0,0,0,0,16,0,54,54,54,54,54,0,0,0,0,0,0,0,0,0,0,0,'','mob_aquementas'), (9454,'Xavathras',NULL,54,54,2880,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,3293,3293,0,0,95,116,71.2272,97.9374,3216,49,100,2000,2000,0,115,155,9454,9454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (9456,'Warlord Krom\'zar',NULL,20,20,4874,0,0,0,655,655,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,3,1,1,1,1,1,1452,1452,0,0,161,182,34.2672,47.1174,852,79,100,1770,1947,0,17,87,9456,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9456,0,'EventAI',''), (9457,'Horde Defender',NULL,18,18,9576,0,0,0,85,85,0,0,7,3,3,0,0,32768,0,0,0,1.01,1.14286,1,0,1,1,1,1,-1,1,804,804,0,0,38,43,28.9872,39.8574,782,19,100,1830,2013,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9457,0,'',''), (9458,'Horde Axe Thrower',NULL,16,16,8653,0,0,0,877,877,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,695,695,0,0,32,38,26.048,35.816,713,16,100,1850,2035,0,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (9459,'Cyrus Therepentous',NULL,55,55,2552,0,0,0,35,35,0,0,2,3,3,0,3,33600,0,2,0,1.1,1.14286,1,1,1,1,1,1,-1,1,8017,8017,0,0,310,400,58.872,80.949,1800,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (9460,'Gadgetzan Bruiser',NULL,57,57,11375,11376,0,0,475,475,0,0,7,3,3,0,1,32768,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,12652,12652,0,0,385,428,301.34,422.17,5892,188,100,2000,2000,0,1,714,0,9460,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,7956,9460,0,'','guard_contested'), + (9460,'Gadgetzan Bruiser',NULL,57,57,11375,11376,11377,0,475,475,0,0,7,3,3,0,1,32768,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,12652,12652,0,0,385,428,301.34,422.17,5892,188,100,2000,2000,0,1,714,0,9460,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,7956,9460,0,'','guard_contested'), (9461,'Frenzied Black Drake','Cyrus\'s Minion',54,54,6374,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,0,0,1.7,1.14286,1,1,3.59,1,1,1,1,1,9093,9093,0,0,310,400,56.7312,78.0054,3216,164,100,1216,1338,0,129,643,9461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (9462,'Chieftain Bloodmaw',NULL,56,56,8589,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,0.666668,0.992063,1,0,1.35,1,1,1,1,1,3644,3644,0,0,90,119,70.4704,96.8968,3327,48,100,2000,2000,0,123,166,9462,9462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9462,0,'EventAI',''), (9464,'Overlord Ror',NULL,51,51,8589,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,2980,2980,0,0,88,107,70.4704,96.8968,3052,45,100,2000,2000,0,102,138,9464,9464,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9464,0,'EventAI',''), @@ -400592,7 +403555,7 @@ VALUES (9522,'Blackrock Ambusher',NULL,56,56,8699,0,0,0,34,34,0,0,7,3,3,0,0,32768,0,0,0,1.75,1.14286,1,1,1,1,1,1,-1,1,4306,4444,0,0,335,432,58.688,80.696,3327,177,100,1191,1310,0,143,713,9522,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,9522,0,'',''), (9523,'Kolkar Stormseer',NULL,15,16,4871,0,0,0,655,655,0,0,7,3,3,0,0,32768,0,0,0,1.02,1.14286,1,0,1,1,1,1,-1,1,300,326,0,0,40,47,28.6704,39.4218,713,20,100,1810,1991,0,5,23,9523,0,0,0,0,0,0,0,70,0,0,30,0,0,1,0,0,0,0,0,0,0,9523,0,'EventAI',''), (9524,'Kolkar Invader',NULL,16,17,1349,0,0,0,655,655,0,0,7,3,3,0,0,32768,0,0,0,1.22,1.14286,1,0,1,1,1,1,-1,1,364,387,0,0,40,47,28.6704,39.4218,748,20,100,1810,1991,0,5,23,9524,0,0,0,0,0,0,0,70,0,0,30,0,0,0,0,0,0,0,0,0,0,9524,0,'EventAI',''), - (9525,'Freewind Brave',NULL,45,45,7115,7116,0,0,105,105,1.35,0,7,1,3,0,0,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3702,3702,0,0,340,375,62.8672,86.4424,2500,165,100,2000,2000,0,0,0,9525,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9525,0,'',''), + (9525,'Freewind Brave',NULL,45,45,7115,7116,10152,10153,105,105,1.35,0,7,1,3,0,0,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,3702,3702,0,0,340,375,62.8672,86.4424,2500,165,100,2000,2000,0,0,0,9525,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9525,0,'',''), (9526,'Enraged Gryphon',NULL,55,55,1149,0,0,0,12,12,0,0,1,3,3,0,0,32768,0,0,0,1,4.28571,1,0,1,1,1,1,-1,1,7639,7639,0,0,308,349,70.664,97.163,3271,152,100,1460,1606,0,54,269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (9527,'Enraged Hippogryph',NULL,55,55,479,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,2,0,1.23,1.14286,1,0,1,1,1,1,-1,1,7696,7696,0,0,141,170,70.664,97.163,3271,72,100,1460,1606,0,54,269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (9528,'Arathandris Silversky','Emerald Circle',60,60,8657,0,0,0,35,35,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,3857,3857,2434,2434,164,212,74.448,102.366,3075,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2208,9528,0,'',''), @@ -400606,16 +403569,16 @@ VALUES (9542,'Franclorn\'s Spirit',NULL,1,1,8710,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,2,2,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (9543,'Ribbly Screwspigot',NULL,53,53,8667,0,0,0,735,735,0,0,7,3,3,0,3,32832,0,0,0,1,1.14286,1,1,3,2,3.3,1,1,1,7359,7359,0,0,90,119,58.08,79.86,3163,218,22,2000,2000,0,406,535,9543,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1970,9543,0,'EventAI',''), (9544,'Yuka Screwspigot',NULL,51,51,8665,0,0,0,120,120,0,0,7,3,3,0,16391,32768,0,0,0,1.05,1.14286,1,0,1,1,1,1,-1,1,3632,3632,0,0,92,119,66.4224,91.3308,3052,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,9544,0,'',''), - (9545,'Grim Patron',NULL,48,52,8673,8674,0,0,674,674,0,0,7,3,3,0,1,32768,0,0,0,1.2,1.14286,1,0,1,1,1.6,1,1,1,2062,2371,0,0,80,117,63.7824,87.7008,3108,214,21,2000,2000,0,93,126,9545,9545,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1962,9545,0,'EventAI',''), + (9545,'Grim Patron',NULL,48,52,8673,8674,8675,8676,674,674,0,0,7,3,3,0,1,32768,0,0,0,1.2,1.14286,1,0,1,1,1.6,1,1,1,2062,2371,0,0,80,117,63.7824,87.7008,3108,214,21,2000,2000,0,93,126,9545,9545,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1962,9545,0,'EventAI',''), (9546,'Raschal the Courier',NULL,42,42,9026,0,0,0,1080,1080,0,0,7,3,3,0,2,32768,0,0,0,1.15,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,98,117,58.7664,80.8038,2246,50,100,1590,1749,0,1,526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (9547,'Guzzling Patron',NULL,48,52,8678,8679,0,0,674,674,0,0,7,3,3,0,1,32768,0,0,0,1.2,1.14286,8,0,1,1,1.85,1,1,1,1443,1660,4140,4650,57,87,63.7824,87.7008,1574,95,22,2000,2000,0,78,107,9547,9547,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1963,9547,0,'EventAI',''), + (9547,'Guzzling Patron',NULL,48,52,8678,8679,8680,0,674,674,0,0,7,3,3,0,1,32768,0,0,0,1.2,1.14286,8,0,1,1,1.85,1,1,1,1443,1660,4140,4650,57,87,63.7824,87.7008,1574,95,22,2000,2000,0,78,107,9547,9547,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1963,9547,0,'EventAI',''), (9548,'Cawind Trueaim','Gunsmith & Bowyer',52,52,8666,0,0,0,104,104,1.35,0,7,3,3,0,16388,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3748,3748,0,0,87,113,68.1824,93.7508,3108,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9548,0,'EventAI',''), (9549,'Borand','Bowyer',30,30,8668,0,0,0,29,29,0,0,7,1,3,0,16388,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9549,1,'EventAI',''), (9550,'Furmund',NULL,41,41,8669,0,0,0,104,104,1.35,0,7,3,3,0,2,37376,0,2,0,1.15,1.14286,1,0,1,1,1,1,-1,1,2568,2568,0,0,62,80,57.728,79.376,2101,33,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9550,0,'',''), (9551,'Starn','Gunsmith & Bowyer',37,37,8670,0,0,0,104,104,1.35,0,7,1,3,0,16388,4608,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2192,2192,0,0,55,70,53.3984,73.4228,1593,29,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9551,0,'',''), (9552,'Zanara','Bowyer',43,43,8671,0,0,0,29,29,0,0,7,3,3,0,16388,37376,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,2766,2766,0,0,66,85,59.7872,82.2074,2397,35,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9552,0,'',''), (9553,'Nadia Vernon','Bowyer',20,20,8672,0,0,0,68,68,0,0,7,3,3,0,16388,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9553,0,'',''), - (9554,'Hammered Patron',NULL,48,52,8681,8682,0,0,674,674,0,0,7,3,3,0,1,32832,0,0,0,1.2,1.14286,1,1,3,2,3.5,1,1,1,6186,7113,0,0,80,117,58.08,79.86,3108,214,21,2000,2000,0,389,513,9554,9554,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1966,9554,0,'EventAI',''), + (9554,'Hammered Patron',NULL,48,52,8681,8682,8683,8684,674,674,0,0,7,3,3,0,1,32832,0,0,0,1.2,1.14286,1,1,3,2,3.5,1,1,1,6186,7113,0,0,80,117,58.08,79.86,3108,214,21,2000,2000,0,389,513,9554,9554,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1966,9554,0,'EventAI',''), (9555,'Mu\'uta','Bowyer',35,35,8677,0,0,0,29,29,0,0,7,3,3,0,16388,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9555,0,'',''), (9556,'Felhound Minion',NULL,1,1,7949,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,0.91,1.14286,1,0,1,1,1,1,-1,1,2533,2614,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (9558,'Grimble','Shipmaster',45,45,8846,0,0,0,69,69,0,0,7,1,3,0,1,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1967,9558,0,'',''), @@ -400630,10 +403593,10 @@ VALUES (9568,'Overlord Wyrmthalak',NULL,60,60,8711,0,0,0,40,40,0,0,2,3,3,0,0,32768,0,0,0,1,1.14286,1,3,11,1,7,1,1,1,33572,33572,0,0,104,138,0,0,3791,252,26,2000,2000,0,1502,1966,9568,0,9568,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9568,0,'','boss_overlord_wyrmthalak'), (9583,'Bloodaxe Veteran','Bloodaxe Legion',58,59,9633,9881,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3,1,1,1,8613,8883,0,0,82,111,0,0,3489,248,25,1650,1650,0,474,624,9583,9583,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9583,0,'EventAI',''), (9584,'Jalane Ayrole','Master Shadoweave Tailor',45,45,8809,0,0,0,12,12,0,0,7,3,3,0,17,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4844,0,0,'EventAI',''), - (9596,'Bannok Grimaxe','Firebrand Legion Champion',59,59,9668,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1.5,1,1,1,8883,8883,0,0,102,135,0,0,3489,248,25,2000,2000,0,728,955,9596,9596,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9596,0,'',''), + (9596,'Bannok Grimaxe','Firebrand Legion Champion',59,59,9668,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1.25,1,1,1,8883,8883,0,0,122,162,0,0,3489,248,25,2400,2000,0,728,955,9596,9596,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9596,0,'',''), (9598,'Arei',NULL,56,56,11362,0,0,0,79,79,0,0,4,3,3,0,3,32768,0,0,0,1.23,1.14286,1,0,1.5,1,1,1,1,1,4048,4048,0,0,141,170,70.664,97.163,3327,72,100,1460,1606,0,1,702,9598,0,0,0,0,0,0,0,112,112,112,112,112,0,0,0,0,0,0,0,0,2063,0,0,'EventAI','npc_arei'), (9599,'Arei Transformed',NULL,1,1,1461,0,0,0,35,35,1,0,4,3,3,0,0,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (9600,'Parrot',NULL,1,1,8816,8817,0,0,188,188,0,0,8,3,3,0,0,32768,0,2,0,1,1.14286,1,0,0.01,1,1,1,1.33,1,1,1,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (9600,'Parrot',NULL,1,1,8816,8817,8818,8819,188,188,0,0,8,3,3,0,0,32768,0,2,0,1,1.14286,1,0,0.01,1,1,1,1.33,1,1,1,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (9601,'Treant Spirit',NULL,57,57,8824,0,0,0,92,92,0,0,4,3,3,0,0,32768,0,2,0,1.25,1.14286,1,0,1.3,1,1,1,1.5,1,3619,3619,0,0,88,130,0,0,5070,238,24,2000,2000,0,61,305,9601,0,0,0,0,0,0,0,53,53,53,106,53,0,0,0,0,0,0,0,0,0,0,0,'',''), (9602,'Hahk\'Zor',NULL,54,54,11564,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,1,4,1.3,1,1,1,1,1,3292,3292,0,0,329,425,59.3256,81.5727,3216,174,100,1183,1301,0,139,696,9602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9602,0,'',''), (9604,'Gorgon\'och',NULL,54,54,11562,0,0,0,45,45,0,0,7,3,3,0,0,32768,0,0,0,1.74,1.14286,2,4,1.3,1,1,1,1,1,2633,2633,2041,2041,311,401,58.08,79.86,2610,164,100,1200,1320,0,130,651,9604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9604,0,'EventAI',''), @@ -400677,21 +403640,21 @@ VALUES (9701,'Spire Scorpid',NULL,58,58,2864,0,0,0,413,413,0,0,1,3,3,0,0,32768,0,0,72,1,1.14286,1,0,1.35,1,1,1,1,1,3876,3876,0,0,99.8,132.4,0,0,3435,242,25,2000,2000,0,57,286,9701,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (9705,'Illusionary Dreamwatcher',NULL,1,1,8972,0,0,0,35,35,1,0,2,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (9706,'Yorba Screwspigot',NULL,53,53,11388,0,0,0,474,474,0,0,7,1,3,0,2,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3866,3866,0,0,92,119,69.0272,94.9124,3163,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9706,0,'',''), - (9707,'Scarshield Portal',NULL,54,54,9510,0,0,0,14,14,0,0,10,3,3,0,0,33817092,0,0,0,0.91,1.14286,1,0,0.01,1,1,1,1.33,1,26,26,0,0,92,122,0,0,4277,224,22,2000,2000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (9707,'Scarshield Portal',NULL,54,54,9510,0,0,0,14,14,0,0,10,3,3,0,0,33555200,0,0,0,0.91,1.14286,1,0,0.01,1,1,1,1.33,1,26,26,0,0,92,122,0,0,4277,224,22,2000,2000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (9708,'Burning Imp',NULL,54,55,4449,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.5,1,1.4,1,1,1,1266,1307,0,0,92,125,0,0,3271,228,23,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (9716,'Bloodaxe Warmonger','Bloodaxe Legion',57,58,9617,9883,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,5,1,1,1,8352,8613,0,0,120,162,0,0,3435,242,25,2450,2450,0,468,616,9716,9716,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9716,0,'EventAI',''), (9717,'Bloodaxe Summoner','Bloodaxe Legion',57,58,9613,9879,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,3.8,1,1,1,6681,6891,2241,2289,91,123,0,0,2788,228,23,2000,2000,0,387,510,9717,9717,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9717,0,'EventAI',''), (9718,'Ghok Bashguud','Bloodaxe Champion',59,59,11809,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,3.9,1,1,1,8883,8883,0,0,102,135,0,0,3489,248,25,2000,2000,0,142,708,9718,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9718,0,'',''), - (9736,'Quartermaster Zigris','Bloodaxe Legion',59,59,9738,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,8,1,5,1,1,1,23688,23688,0,0,102,135,0,0,3489,248,25,2000,2000,0,1677,2195,9736,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9736,0,'EventAI',''), + (9736,'Quartermaster Zigris','Bloodaxe Legion',59,59,9738,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,8,1,5,1,1,1,23688,23688,0,0,102,135,0,0,3489,248,25,2000,2000,0,1677,2195,9736,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,9736,0,'EventAI',''), (9776,'Flamekin Spitter',NULL,52,53,10815,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,917,981,0,0,27,34,71.2272,97.9374,3163,14,100,2000,2000,0,74,102,9776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9776,0,'EventAI',''), (9777,'Flamekin Sprite',NULL,51,52,10816,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.4,1,1,1,-1,1,917,981,0,0,27,34,71.2272,97.9374,3163,14,100,2000,2000,0,64,88,9777,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9777,0,'EventAI',''), (9778,'Flamekin Torcher',NULL,54,56,10817,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,2,0,0.4,1,1,1,1,1,810,864,2041,2163,27,34,71.2272,97.9374,2699,14,100,2000,2000,0,71,97,9778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9778,0,'EventAI',''), (9779,'Flamekin Rager',NULL,54,56,10814,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.4,1,1,1,1,1,1013,1080,0,0,29,36,71.2272,97.9374,3327,15,100,2000,2000,0,71,97,9779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9779,0,'EventAI',''), (9796,'Galgar',NULL,8,8,9151,0,0,0,29,29,0,0,7,3,3,0,2,37632,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,334,334,0,0,7,10,13.5872,18.6824,20,4,100,2000,2123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (9816,'Pyroguard Emberseer',NULL,60,60,2172,0,0,0,40,40,0,0,4,3,3,0,0,33587520,0,1,8,1,1.42857,1,3,8,1,6,1,1,1,24416,24416,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,9816,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_pyroguard_emberseer'), - (9817,'Blackhand Dreadweaver','Blackhand Legion',59,60,9670,9671,9672,9673,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,4,1,1,1,7107,7326,2369,2434,94.8,128.2,0,0,3075,238,24,2000,2000,0,416,548,9817,9817,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9817,0,'EventAI',''), - (9818,'Blackhand Summoner','Blackhand Legion',59,60,9849,9850,9851,9852,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,4,1,1,1,7107,7326,2369,2434,94.8,128.2,0,0,3075,238,24,2000,2000,0,412,543,9818,9818,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9818,0,'EventAI',''), - (9819,'Blackhand Veteran','Blackhand Legion',59,60,9686,9687,9896,9897,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,4,1,1,1,8883,9156,0,0,101.8,137.9,0,0,3791,252,26,2000,2000,0,480,631,9819,9819,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,9819,0,'EventAI',''), + (9816,'Pyroguard Emberseer',NULL,60,60,2172,0,0,0,40,40,0,0,4,3,3,0,0,33587520,0,1,8,1,1.42857,1,3,8,1,6,1,1,1,24416,24416,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,9816,0,0,0,0,617299803,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_pyroguard_emberseer'), + (9817,'Blackhand Dreadweaver','Blackhand Legion',59,60,9670,9671,9672,9673,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,4,1,1,1,7107,7326,2369,2434,94.8,128.2,0,0,3075,238,24,2000,2000,0,416,548,9817,9817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9817,0,'EventAI',''), + (9818,'Blackhand Summoner','Blackhand Legion',59,60,9849,9850,9851,9852,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,1,4,1,1,1,7107,7326,2369,2434,94.8,128.2,0,0,3075,238,24,2000,2000,0,412,543,9818,9818,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9818,0,'EventAI',''), + (9819,'Blackhand Veteran','Blackhand Legion',59,60,9686,9687,9896,9897,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,4,1,1,1,8883,9156,0,0,101.8,137.9,0,0,3791,252,26,2000,2000,0,480,631,9819,9819,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9819,0,'EventAI',''), (9836,'Mathredis Firestar',NULL,60,60,9149,0,0,0,35,35,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (9856,'Auctioneer Grimful',NULL,50,50,9133,0,0,0,29,29,0,0,7,3,3,0,4096,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (9857,'Auctioneer Grizzlin',NULL,50,50,9132,0,0,0,855,855,0,0,7,1,3,0,4096,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -400737,7 +403700,7 @@ VALUES (10040,'Gorishi Hive Guard',NULL,54,54,11085,0,0,0,168,168,0,0,1,3,3,0,0,32768,0,0,0,1.23,1.14286,1,0,1.3,1,1,1,1,1,3293,3293,0,0,141,170,68.0944,93.6298,3216,72,100,1460,1606,0,53,267,10040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10041,'Gorishi Hive Queen',NULL,56,56,11086,0,0,0,168,168,0,0,10,3,3,0,0,32768,0,0,0,1.24,1.14286,1,0,1.35,1,1,1,1,1,3644,3644,0,0,146,174,68.904,94.743,3327,74,100,1450,1595,0,55,276,10041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10042,'Corrupted Saber',NULL,1,1,9230,0,0,0,32,32,0,0,1,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,408,408,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_corrupt_saber'), - (10043,'Ribbly\'s Crony',NULL,48,52,9233,9234,0,0,735,735,0,0,7,3,3,0,3,32832,0,0,0,1.2,1.14286,1,1,3,2,3.2,1,0.6,1,6186,7113,0,0,80,117,58.688,80.696,1865,214,21,2000,2000,0,389,513,10043,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1966,10043,0,'EventAI',''), + (10043,'Ribbly\'s Crony',NULL,48,52,9233,9234,9235,9236,735,735,0,0,7,3,3,0,3,32832,0,0,0,1.2,1.14286,1,1,3,2,3.2,1,0.6,1,6186,7113,0,0,80,117,58.688,80.696,1865,214,21,2000,2000,0,389,513,10043,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1966,10043,0,'EventAI',''), (10045,'Kirk Maxwell','Stable Master',30,30,9265,0,0,0,12,12,0,0,7,3,3,0,8193,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,0,1,'',''), (10046,'Bethaine Flinthammer','Stable Master',30,30,9264,0,0,0,55,55,0,0,7,3,3,0,8193,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,10046,1,'',''), (10047,'Michael','Stable Master',30,30,9266,0,0,0,894,894,0,0,7,3,3,0,8193,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,10047,0,'EventAI',''), @@ -400761,9 +403724,9 @@ VALUES (10077,'Deathmaw',NULL,53,53,9562,0,0,0,38,38,0,1,1,1,3,0,0,0,0,0,1,1,1.14286,1,4,1.3,1,1.35,1,1,1,3189,3189,0,0,54,71.7,0,0,3163,218,22,1200,1200,0,0,0,10077,0,10077,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10078,'Terrorspark',NULL,55,55,1018,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.76,1.14286,2,4,1.3,1,1,1,1,1,2718,2718,2117,2117,329,425,59.3256,81.5727,2654,174,100,1183,1301,0,139,696,10078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10079,'Brave Moonhorn',NULL,30,30,9898,0,0,0,104,104,1.35,0,7,1,3,0,2,4608,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1005,1005,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10079,0,'',''), - (10080,'Sandarr Dunereaver',NULL,45,45,9291,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,2,3,1,1,1,1,1,5544,5544,0,0,41,59,0,0,2725,23,0,2000,2000,0,291,1474,10080,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10080,0,'EventAI',''), - (10081,'Dustwraith',NULL,45,45,9292,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,2,1,1,1,1,-1,1,5600,5600,0,0,41,59,0,0,2725,23,0,2000,2000,0,280,1417,10081,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10081,0,'EventAI',''), - (10082,'Zerillis',NULL,45,45,9293,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,5544,5544,0,0,235,302,52.3768,72.0181,2725,124,100,1266,1393,0,93,463,10082,0,0,0,0,8388624,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10082,0,'EventAI',''), + (10080,'Sandarr Dunereaver',NULL,45,45,9291,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,2,3,2,2.5,1,1,1,5544,5544,0,0,75.6,100.3,0,0,2725,184,17,2000,2000,0,291,1474,10080,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10080,0,'EventAI',''), + (10081,'Dustwraith',NULL,45,45,9292,0,0,0,37,37,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,2,3,2,2.5,1,1,1,5544,5544,0,0,75.6,100.3,0,0,2725,184,17,2000,2000,0,280,1417,10081,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10081,0,'EventAI',''), + (10082,'Zerillis',NULL,45,45,9293,0,0,0,37,37,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,2.5,1,1,1,5544,5544,0,0,75.6,100.3,0,0,2725,184,17,2000,2000,0,93,463,10082,0,0,0,0,8388624,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10082,0,'EventAI',''), (10083,'Rage Talon Flamescale',NULL,58,59,8249,0,0,0,40,40,0,0,2,3,3,0,0,32768,0,0,8,0.888888,1.14286,2,1,3,1,3.9,1,1,1,6891,7107,2289,2369,92.9,125.5,0,0,2832,234,23,2000,2000,0,406,535,10083,0,10083,0,0,1,0,0,150,0,0,0,0,0,1,0,0,0,0,0,0,0,10083,0,'EventAI',''), (10085,'Jaelysia','Stable Master',30,30,9294,0,0,0,80,80,0,0,7,3,3,0,8193,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,0,1,'EventAI',''), (10086,'Hesuwa Thunderhorn','Pet Trainer',40,40,9337,0,0,0,104,104,1.35,0,7,1,3,0,19,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,1620,1620,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,4783,10086,0,'',''), @@ -400771,8 +403734,8 @@ VALUES (10089,'Silvaria','Pet Trainer',40,40,9339,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,1620,1620,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,4783,10089,0,'',''), (10090,'Belia Thundergranite','Pet Trainer',40,40,9338,0,0,0,55,55,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,1620,1620,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,4783,10090,0,'',''), (10096,'High Justice Grimstone',NULL,52,52,9329,0,0,0,54,54,0,0,7,3,3,0,0,33600,0,2,0,1,1.14286,1,1,4.5,2,3.7,1,1,1,10670,10670,0,0,88.3,117.2,0,0,3108,214,21,2000,2000,0,116,582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','npc_grimstone'), - (10116,'Slave',NULL,1,1,9330,9331,0,0,35,35,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (10117,'Tortured Slave',NULL,1,1,7550,9334,0,0,35,35,0,0,6,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10116,'Slave',NULL,1,1,9330,9331,9332,9333,35,35,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10117,'Tortured Slave',NULL,1,1,7550,9334,9335,0,35,35,0,0,6,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10118,'Nessa Shadowsong','Fishing Supplies',25,25,9344,0,0,0,80,80,0,0,7,3,3,0,7,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4303,10118,1,'',''), (10119,'Volchan',NULL,60,60,12232,0,0,0,778,778,0,0,5,3,3,0,0,32832,0,98304,0,1,1.42857,2,2,5,2,5,1,1,1,12210,12210,4868,4868,96.8,128.2,0,0,3075,238,24,2000,2000,0,0,0,10119,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10120,'Vault Warder',NULL,45,45,5989,0,0,0,416,416,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,1,4,1,3,1,10,1,7392,7392,0,0,94.6,125.4,0,0,27250,184,17,2500,2500,0,392,517,10120,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI','mob_archaeras_add'), @@ -400791,7 +403754,7 @@ VALUES (10181,'Lady Sylvanas Windrunner','Banshee Queen',63,63,11657,0,0,0,118,118,0,0,7,3,3,1,268435459,36928,0,0,12,0.888888,0.992063,2,3,1,1,1,1,-1,1,40000,40000,67740,67740,1489,1610,220.81,320.77,3795,715,100,2000,2000,0,1,866,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8217,10181,0,'',''), (10182,'Rexxar','Champion of the Horde',62,62,11660,0,0,0,83,83,0,0,7,1,3,0,3,36928,0,4096,12,1.02,1.14286,1,1,1,1,1,1,-1,1,22795,22795,0,0,559,720,203.77,289.86,4391,295,100,1158,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10182,0,'EventAI',''), (10183,'Moonflare Totem',NULL,54,54,4590,0,0,0,82,82,0,0,11,1,3,0,0,0,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3986,3986,3000,3000,9,9,69.8544,96.0498,3216,4,100,1470,1617,0,91,453,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), - (10184,'Onyxia',NULL,63,63,8570,0,0,0,73,73,0,0,2,3,3,0,0,32768,0,769,108,1,1.28571,1,3,330,1,15,1,1,1,1099230,1099230,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,937551,1273511,10184,0,10184,0,0,617299803,0,0,0,100,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','boss_onyxia'), + (10184,'Onyxia',NULL,63,63,8570,0,0,0,73,73,0,0,2,3,3,0,0,32768,0,769,108,1,1.28571,1,3,330,1,15,1,1,1,1099230,1099230,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,937551,1273511,10184,0,10184,0,0,650854235,4,0,0,100,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','boss_onyxia'), (10196,'General Colbatann',NULL,57,57,9489,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,0,0,1.76,1.14286,1,2,3,1,1,1,1,1,8352,8352,0,0,354,456,59.9488,82.4296,3380,187,100,1175,1292,0,688,903,10196,0,10196,0,0,0,0,0,0,228,0,0,0,0,1,0,0,0,0,0,0,0,10196,0,'EventAI',''), (10197,'Mezzir the Howler',NULL,55,55,3208,0,0,0,16,16,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,1,4,1.3,1,1,1,1,1,3398,3398,0,0,329,425,59.3256,81.5727,3271,174,100,1183,2000,0,116,156,10197,0,10197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10198,'Kashoch the Reaver',NULL,60,60,10317,0,0,0,778,778,0,0,5,1,3,0,0,64,0,0,0,1,1.14286,1,2,3,1,4,1,1,1,9156,9156,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,1743,1975,10198,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -400804,23 +403767,23 @@ VALUES (10217,'Flame Buffet Totem',NULL,56,56,4589,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,4231,4231,300,300,9,9,71.456,98.252,3327,4,100,1450,1595,0,50,251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), (10218,'Superior Healing Ward',NULL,56,56,2030,0,0,0,7,7,0,0,10,3,3,0,0,32768,0,0,0,1,1,1,0,1,1,1,1,-1,1,4231,4231,2409,2409,9,9,71.456,98.252,3327,4,100,1450,1595,0,44,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10219,'Gwennyth Bly\'Leggonde',NULL,21,21,9551,0,0,0,80,80,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,980,980,0,0,24,32,33.264,45.738,888,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4863,0,1,'EventAI',''), - (10220,'Halycon',NULL,59,59,9567,0,0,0,40,40,0,0,1,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,8,1,3.4,1,1,1,23688,23688,0,0,107,142,0,0,3489,248,25,2100,2100,0,0,0,10220,0,10220,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10220,'Halycon',NULL,59,59,9567,0,0,0,40,40,0,0,1,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,8,1,6.5,1,1,1,23688,23688,0,0,56,74,0,0,3489,248,25,1100,2000,0,0,0,10220,0,10220,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10221,'Bloodaxe Worg Pup',NULL,52,53,9563,0,0,0,40,40,1,1,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.3,1,1,1,1,1,3082,3189,0,0,88,119,0,0,3163,218,22,2000,2000,0,0,0,10221,0,10221,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (10257,'Bijou',NULL,58,58,9553,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1.75,1.14286,1,1,1,1,1,1,-1,1,8774,8774,0,0,335,432,60.784,83.578,3435,177,100,1191,1310,0,1,817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (10258,'Rookery Guardian',NULL,58,59,2554,0,0,0,16,16,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,1,1,3.5,1,3.9,1,1,1,10048,10364,0,0,99.8,135,0,0,3489,248,25,2000,2000,0,152,761,10258,0,0,0,0,0,0,0,236,0,0,0,0,0,2,0,0,0,0,0,0,0,10258,0,'EventAI',''), (10259,'Worg Pup',NULL,1,1,9563,0,0,0,4,4,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10260,'Kibler',NULL,56,56,9561,0,0,0,120,120,0,0,7,3,3,0,3,33280,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,4231,4231,0,0,99,127,71.456,98.252,3327,52,100,2000,2000,0,0,0,10260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12663,0,0,'',''), (10261,'Burning Felhound',NULL,54,55,1913,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,2,1,1,1,2533,2614,0,0,111,150,0,0,3271,228,23,2400,2400,0,0,0,10261,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (10262,'Opus',NULL,40,40,9556,9554,0,0,188,188,0,0,1,3,3,0,0,33536,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,10262,0,100004,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10262,0,'EventAI',''), + (10262,'Opus',NULL,40,40,9556,9554,9555,9557,188,188,0,0,1,3,3,0,0,33536,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,10262,0,100004,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10262,0,'EventAI',''), (10263,'Burning Felguard',NULL,56,57,5047,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1,1.14286,1,2,4,1,4.5,1,1,1,10796,11136,0,0,110,149,0,0,3380,238,24,2300,2300,0,905,1186,10263,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10263,0,'EventAI',''), - (10264,'Solakar Flamewreath',NULL,60,60,9581,0,0,0,16,16,0,0,2,3,3,0,0,32768,0,0,8,1,1.42857,1,1,8,1,6,1,1,1,24416,24416,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,1119,1466,10264,0,10264,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10264,0,'',''), + (10264,'Solakar Flamewreath',NULL,60,60,9581,0,0,0,16,16,0,0,2,3,3,0,0,32768,0,0,8,1,1.42857,1,1,8,1,6,1,1,1,24416,24416,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,1119,1466,10264,0,10264,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10264,0,'EventAI',''), (10266,'Ug\'thok','Journeyman Blacksmith',25,25,9739,0,0,0,29,29,0,0,7,3,3,0,17,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2747,10266,0,'',''), (10267,'Tinkee Steamboil',NULL,53,53,9791,0,0,0,120,120,0,0,7,3,3,0,3,33280,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3866,3866,0,0,92,119,69.0272,94.9124,3163,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2602,10267,0,'',''), (10268,'Gizrul the Slavener',NULL,60,60,9564,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1,2,1,1,10,1,6.5,1,1,1,30520,30520,0,0,104,138,0,0,3791,252,26,2000,2000,0,0,0,10268,0,10268,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), (10276,'Rotgath Stonebeard','Expert Blacksmith',31,31,9741,0,0,0,55,55,0,0,7,3,3,0,17,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1684,1684,0,0,42,53,46.376,63.767,1234,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2761,10276,0,'',''), (10277,'Groum Stonebeard','Journeyman Blacksmith',25,25,9740,0,0,0,55,55,0,0,7,3,3,0,17,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2742,10277,0,'',''), (10278,'Thrag Stonehoof','Journeyman Blacksmith',24,24,9742,0,0,0,104,104,1.35,0,7,1,3,0,19,4608,0,2,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2748,10278,0,'',''), - (10290,'Captured Felwood Ooze',NULL,30,30,2236,0,0,0,168,168,0,0,10,3,3,0,0,32768,0,2,0,1.08,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,64,75,45.144,62.073,1200,32,100,1710,1881,0,13,64,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,'',''), + (10290,'Captured Felwood Ooze',NULL,30,30,2236,0,0,0,168,168,0,0,10,3,3,0,0,32768,0,2,0,1.08,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,64,75,45.144,62.073,1200,32,100,1710,1881,0,13,64,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10293,'Dulciea Frostmoon','Cloth Armor Merchant',51,51,9822,0,0,0,80,80,0,0,7,3,3,0,16388,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3632,3632,0,0,87,112,67.32,92.565,3052,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10293,0,'EventAI',''), (10296,'Vaelan',NULL,54,54,9643,0,0,0,1080,1080,0,0,2,3,3,0,3,32768,0,2,0,1.71,1.14286,1,1,1,1,1,1,-1,1,14992,14992,6918,6918,300,388,58.1904,80.0118,3216,159,100,1225,1347,0,0,0,0,0,100001,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15014,0,0,'',''), (10299,'Scarshield Infiltrator','Scarshield Legion',54,54,9642,0,0,0,40,40,0,0,7,3,3,0,1,32768,0,2,0,1,1.14286,1,1,3,1,1,1,-1,1,7599,7842,0,0,300,388,58.1904,80.0118,3244,159,100,1225,1347,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,15014,0,0,'EventAI',''), @@ -400832,10 +403795,10 @@ VALUES (10305,'Umi Rumplesnicker',NULL,57,57,9780,0,0,0,855,855,0,0,7,1,3,0,3,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,102,131,72.2304,99.3168,3380,54,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6837,10305,0,'',''), (10306,'Trull Failbane',NULL,55,55,9779,0,0,0,125,125,0,0,7,3,3,0,2,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10306,0,'',''), (10307,'Witch Doctor Mau\'ari',NULL,55,55,9774,0,0,0,855,855,0,0,7,1,3,0,3,4608,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,4108,4108,5013,5013,96,125,70.664,97.163,1658,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2703,10307,0,'',''), - (10316,'Blackhand Incarcerator','Blackhand Legion',59,60,9690,9692,9892,9893,40,40,0,0,7,3,3,0,0,33536,0,0,0,1,1.14286,1,0,2.5,1,2,1,1,1,7402,7630,0,0,101.8,137.9,0,0,3791,252,26,2000,2000,0,215,286,10316,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10316,0,'EventAI',''), - (10317,'Blackhand Elite','Blackhand Legion',60,61,9734,9735,9890,9891,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,1,6,1,1,1,15260,15720,0,0,119.5,161.3,0,0,4091,258,28,2300,2300,0,779,1022,10317,10317,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10317,0,'EventAI',''), - (10318,'Blackhand Assassin','Blackhand Legion',60,61,9691,9887,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,1,7.5,1,0.5,1,15260,15720,0,0,103.9,161.3,0,0,2046,258,28,2000,2000,0,779,1022,10318,10318,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10318,0,'EventAI',''), - (10319,'Blackhand Iron Guard','Blackhand Legion',60,61,9696,9697,9894,9895,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,4,1,6,1,2,1,12208,12576,0,0,103.9,140.3,0,0,8182,258,28,2000,2000,0,609,800,10319,10319,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10319,0,'EventAI',''), + (10316,'Blackhand Incarcerator','Blackhand Legion',59,60,9690,9692,9892,9893,40,40,0,0,7,3,3,0,0,33536,0,0,0,1,1.14286,1,0,2.5,1,2,1,1,1,7402,7630,0,0,101.8,137.9,0,0,3791,252,26,2000,2000,0,215,286,10316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10316,0,'EventAI',''), + (10317,'Blackhand Elite','Blackhand Legion',60,61,9734,9735,9890,9891,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,1,6,1,1,1,15260,15720,0,0,119.5,161.3,0,0,4091,258,28,2300,2300,0,779,1022,10317,10317,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10317,0,'EventAI',''), + (10318,'Blackhand Assassin','Blackhand Legion',60,61,9691,9887,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,1,7.5,1,0.5,1,15260,15720,0,0,103.9,161.3,0,0,2046,258,28,2000,2000,0,779,1022,10318,10318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10318,0,'EventAI',''), + (10319,'Blackhand Iron Guard','Blackhand Legion',60,61,9696,9697,9894,9895,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,4,1,6,1,2,1,12208,12576,0,0,103.9,140.3,0,0,8182,258,28,2000,2000,0,609,800,10319,10319,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10319,0,'EventAI',''), (10321,'Emberstrife',NULL,61,61,6374,0,0,0,103,103,0,0,2,3,3,0,2,32832,0,0,0,1.25,1.14286,1,1,10,1,1,1,1,1,31440,31440,0,0,544,703,172.1,240.07,4091,288,100,1166,2000,0,1418,1857,10321,0,10321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10322,'Riding Tiger (White)',NULL,1,1,6080,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10323,'Murkdeep',NULL,19,19,1079,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1.55,1.14286,1,0,1.15,1,1,1,1,1,516,516,0,0,44,52,31.504,43.318,817,22,100,1790,1969,0,5,27,10323,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10323,0,'EventAI',''), @@ -400877,9 +403840,9 @@ VALUES (10391,'Skeletal Berserker',NULL,56,57,9784,9787,9786,9788,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1.75,1,1,1,2699,2784,0,0,95.9,129.8,0,0,3380,238,24,2000,2000,0,108,146,10391,10391,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10391,0,'EventAI',''), (10393,'Skul',NULL,58,58,2606,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,8,2,6.5,2,1,1,1.4,1,13065,13065,10922,10922,327,422,60.5576,83.2667,2439,173,100,1166,1283,0,346,1728,10393,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10394,'Black Guard Sentry',NULL,58,59,775,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,2.5,1,3.5,1,1,1,7178,7403,0,0,100,135,0,0,3489,248,25,2000,2000,0,152,761,10394,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10394,0,'EventAI',''), - (10398,'Thuzadin Shadowcaster',NULL,58,59,10631,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,1,2,1,1,-1,1,6142,6325,10922,11196,354,456,59.9488,82.4296,1770,187,100,1175,1292,0,380,502,10398,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10398,0,'EventAI',''), - (10399,'Thuzadin Acolyte',NULL,59,60,10535,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3091,3236,0,0,164,212,71.9664,98.9538,3791,87,100,1410,1551,0,113,153,10399,10399,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10399,0,'',''), - (10400,'Thuzadin Necromancer',NULL,59,61,10539,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,1,1,1,1,-1,1,6599,7176,11502,11750,361,467,172.1,240.07,2073,191,100,1166,1283,0,380,501,10400,10400,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10400,0,'EventAI',''), + (10398,'Thuzadin Shadowcaster',NULL,58,59,10631,10633,10632,10634,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,1,2,1,1,-1,1,6142,6325,10922,11196,354,456,59.9488,82.4296,1770,187,100,1175,1292,0,380,502,10398,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10398,0,'EventAI',''), + (10399,'Thuzadin Acolyte',NULL,59,60,10535,10536,10537,10538,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3091,3236,0,0,164,212,71.9664,98.9538,3791,87,100,1410,1551,0,113,153,10399,10399,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10399,0,'',''), + (10400,'Thuzadin Necromancer',NULL,59,61,10539,10541,10540,10542,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,1,1,1,1,-1,1,6599,7176,11502,11750,361,467,172.1,240.07,2073,191,100,1166,1283,0,380,501,10400,10400,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10400,0,'EventAI',''), (10405,'Plague Ghoul',NULL,57,58,559,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,4.8,1,1,1,8352,8613,0,0,88.1,119.1,0,0,3435,242,25,1800,1800,0,468,616,10405,10405,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10406,'Ghoul Ravener',NULL,58,59,10626,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,4.9,1,1,1,8613,8883,0,0,69.8,94.5,0,0,3489,248,25,1400,1400,0,474,624,10406,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10407,'Fleshflayer Ghoul',NULL,59,60,414,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,5,1,1,1,8883,9156,0,0,101.8,137.9,0,0,3791,252,26,2000,2000,0,493,648,10407,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -400892,15 +403855,15 @@ VALUES (10415,'Ash\'ari Crystal',NULL,60,60,9832,0,0,0,114,114,0,0,10,5,3,0,0,33554432,0,2,0,1,1,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (10416,'Bile Spewer',NULL,59,60,9760,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,2,6,1,1,1,14805,15260,0,0,101.8,137.9,0,0,3791,252,26,2000,2000,0,735,964,10416,10416,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10417,'Venom Belcher',NULL,60,61,12819,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,2,6.1,1,1,1,15260,15720,0,0,103.9,140.3,0,0,4091,258,28,2000,2000,0,779,1022,10417,10417,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (10418,'Crimson Guardsman',NULL,57,58,10492,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,3.8,1,1,1,8352,8613,0,0,97.9,132.4,0,0,3435,242,25,2000,2000,0,464,610,10418,10418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10418,0,'EventAI',''), - (10419,'Crimson Conjuror',NULL,57,58,10488,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,3,2,1,1,1,1,5847,6030,10680,10922,354,456,59.9488,82.4296,1742,187,100,1175,1292,0,362,477,10419,10419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419,0,'EventAI',''), - (10420,'Crimson Initiate',NULL,57,58,10496,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,2,1,3,2,1,1,1,1,6681,6891,4482,4578,354,456,59.9488,82.4296,2788,187,100,1175,1292,0,396,522,10420,10420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10420,0,'EventAI',''), - (10421,'Crimson Defender',NULL,58,59,10500,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,3.9,1,1,1,6891,7107,4578,4738,92.9,125.5,0,0,2832,234,23,2000,2000,0,402,529,10421,10421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10421,0,'EventAI',''), - (10422,'Crimson Sorcerer',NULL,58,59,10504,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,3,2,1,1,1.4,1,6030,6219,10922,11196,354,456,59.9488,82.4296,2478,187,100,1175,1292,0,368,485,10422,10422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10422,0,'EventAI',''), - (10423,'Crimson Priest',NULL,58,59,10508,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,3,2,1,1,1,1,6030,6219,10922,11196,354,456,59.9488,82.4296,1770,187,100,1175,1292,0,368,485,10423,10423,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10423,0,'EventAI',''), - (10424,'Crimson Gallant',NULL,59,60,10512,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,4,1,1,1,7107,7326,4738,4868,94.8,128.2,0,0,3075,238,24,2000,2000,0,416,548,10424,10424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10424,0,'EventAI',''), - (10425,'Crimson Battle Mage',NULL,59,60,10529,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,3,2,1,1,1,1,6219,6408,11196,11502,559,720,61.152,84.084,1923,295,100,1158,1274,0,382,504,10425,10425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10425,0,'EventAI',''), - (10426,'Crimson Inquisitor',NULL,59,60,10516,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,4,1,1,1,7107,7326,4738,4868,94.8,128.2,0,0,3075,238,24,2000,2000,0,403,532,10426,10426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10426,0,'EventAI',''), + (10418,'Crimson Guardsman',NULL,57,58,10492,10494,10493,10495,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,3.8,1,1,1,8352,8613,0,0,97.9,132.4,0,0,3435,242,25,2000,2000,0,464,610,10418,10418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10418,0,'EventAI',''), + (10419,'Crimson Conjuror',NULL,57,58,10488,10489,10490,10491,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,3,2,1,1,1,1,5847,6030,10680,10922,354,456,59.9488,82.4296,1742,187,100,1175,1292,0,362,477,10419,10419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419,0,'EventAI',''), + (10420,'Crimson Initiate',NULL,57,58,10496,10497,10498,10499,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,2,1,3,2,1,1,1,1,6681,6891,4482,4578,354,456,59.9488,82.4296,2788,187,100,1175,1292,0,396,522,10420,10420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10420,0,'EventAI',''), + (10421,'Crimson Defender',NULL,58,59,10500,10502,10501,10503,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,3.9,1,1,1,6891,7107,4578,4738,92.9,125.5,0,0,2832,234,23,2000,2000,0,402,529,10421,10421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10421,0,'EventAI',''), + (10422,'Crimson Sorcerer',NULL,58,59,10504,10505,10506,10507,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,3,2,1,1,1.4,1,6030,6219,10922,11196,354,456,59.9488,82.4296,2478,187,100,1175,1292,0,368,485,10422,10422,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10422,0,'EventAI',''), + (10423,'Crimson Priest',NULL,58,59,10508,10510,10509,10511,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,3,2,1,1,1,1,6030,6219,10922,11196,354,456,59.9488,82.4296,1770,187,100,1175,1292,0,368,485,10423,10423,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10423,0,'EventAI',''), + (10424,'Crimson Gallant',NULL,59,60,10512,10513,10514,10515,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,4,1,1,1,7107,7326,4738,4868,94.8,128.2,0,0,3075,238,24,2000,2000,0,416,548,10424,10424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10424,0,'EventAI',''), + (10425,'Crimson Battle Mage',NULL,59,60,10529,10531,10530,10532,89,89,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,1,3,2,1,1,1,1,6219,6408,11196,11502,559,720,61.152,84.084,1923,295,100,1158,1274,0,382,504,10425,10425,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10425,0,'EventAI',''), + (10426,'Crimson Inquisitor',NULL,59,60,10516,10517,10518,10519,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,4,1,1,1,7107,7326,4738,4868,94.8,128.2,0,0,3075,238,24,2000,2000,0,403,532,10426,10426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10426,0,'EventAI',''), (10427,'Pao\'ka Swiftmountain',NULL,30,30,9900,0,0,0,104,104,1.21,0,7,1,3,0,2,4608,0,0,0,1.1,1.14286,1,0,1.05,1,1,1,1,1,1002,1002,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,10427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10427,0,'','npc_paoka_swiftmountain'), (10428,'Motega Firemane',NULL,28,28,9902,0,0,0,104,104,1.35,0,7,1,3,0,2,4608,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,974,974,0,0,38,48,42.6272,58.6124,1130,20,100,2000,2000,0,0,0,10428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10428,0,'',''), (10429,'Warchief Rend Blackhand',NULL,62,62,9778,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,1,8,1,1.14286,1,3,10,1,6.5,1,1,1,32370,32370,0,0,129.5,171.8,0,0,4391,262,30,2400,2400,0,6929,34647,10429,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10429,0,'EventAI',''), @@ -400927,19 +403890,19 @@ VALUES (10464,'Wailing Banshee',NULL,58,59,8782,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,3.9,1,1,1,8613,8883,0,0,99.8,135,0,0,3489,248,25,2000,2000,0,478,629,10464,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10467,'Mana Tide Totem',NULL,42,42,4587,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,5,5,300,300,9,9,58.7664,80.8038,2246,4,100,1590,1749,0,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), (10468,'Felnok Steelspring',NULL,54,54,10655,0,0,0,855,855,0,0,7,1,3,0,2,512,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3986,3986,0,0,92,120,69.8544,96.0498,3216,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10468,0,'',''), - (10469,'Scholomance Adept',NULL,58,59,11161,0,0,0,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1,1,6891,7107,6867,7107,93,125,0,0,2832,234,23,2000,2000,0,402,529,10469,10469,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10469,0,'EventAI',''), - (10470,'Scholomance Neophyte',NULL,57,58,11164,0,0,0,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,3,3.8,1,1,1,5847,6030,16020,16383,69,98,0,0,1742,107,24,2000,2000,0,357,472,10470,10470,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10470,0,'EventAI',''), - (10471,'Scholomance Acolyte',NULL,57,58,11157,0,0,0,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.8,1,1,1,6681,6891,6723,6867,91,123,0,0,2788,228,23,2000,2000,0,387,510,10471,10471,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10471,0,'EventAI',''), - (10472,'Scholomance Occultist',NULL,58,59,11157,11125,0,0,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1,1,6891,7107,6867,7107,93,125,0,0,2832,234,23,2000,2000,0,423,557,10472,10472,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10472,0,'EventAI',''), - (10475,'Scholomance Student',NULL,58,59,11161,0,0,0,15,15,0,0,7,3,3,0,1,32832,0,2,0,1,1.14286,1,1,6,1,3.6,1,1,1,17226,17766,0,0,100,135,0,0,3489,248,25,2000,2000,0,0,0,10475,10475,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,3647,10475,0,'',''), - (10476,'Scholomance Necrolyte',NULL,57,58,11161,0,0,0,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.8,1,1,1,6681,6891,6723,6867,91,123,0,0,2788,228,23,2000,2000,0,391,516,10476,10476,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10476,0,'EventAI',''), - (10477,'Scholomance Necromancer',NULL,58,59,11163,0,0,0,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1,1,6891,7107,6867,7107,93,125,0,0,2832,234,23,2000,2000,0,406,535,10477,10477,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10477,0,'EventAI',''), - (10478,'Splintered Skeleton',NULL,59,60,11401,9788,0,0,233,233,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,4,1,1,1,8883,9156,0,0,102,138,0,0,3791,252,26,2000,2000,0,488,643,10478,10478,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (10469,'Scholomance Adept',NULL,58,59,11161,11148,11149,11150,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1,1,6891,7107,6867,7107,93,125,0,0,2832,234,23,2000,2000,0,402,529,10469,10469,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10469,0,'EventAI',''), + (10470,'Scholomance Neophyte',NULL,57,58,11164,11131,11132,11133,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,3,3,3.8,1,1,1,5847,6030,16020,16383,69,98,0,0,1742,107,24,2000,2000,0,357,472,10470,10470,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10470,0,'EventAI',''), + (10471,'Scholomance Acolyte',NULL,57,58,11157,11145,11146,11173,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.8,1,1,1,6681,6891,6723,6867,91,123,0,0,2788,228,23,2000,2000,0,387,510,10471,10471,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10471,0,'EventAI',''), + (10472,'Scholomance Occultist',NULL,58,59,11157,11125,11126,11176,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1,1,6891,7107,6867,7107,93,125,0,0,2832,234,23,2000,2000,0,423,557,10472,10472,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10472,0,'EventAI',''), + (10475,'Scholomance Student',NULL,58,59,11161,11134,11135,11136,15,15,0,0,7,3,3,0,1,32832,0,2,0,1,1.14286,1,1,6,1,3.6,1,1,1,17226,17766,0,0,100,135,0,0,3489,248,25,2000,2000,0,0,0,10475,10475,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,3647,10475,0,'',''), + (10476,'Scholomance Necrolyte',NULL,57,58,11161,11151,11152,11175,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.8,1,1,1,6681,6891,6723,6867,91,123,0,0,2788,228,23,2000,2000,0,391,516,10476,10476,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10476,0,'EventAI',''), + (10477,'Scholomance Necromancer',NULL,58,59,11163,11154,11155,11156,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1,1,6891,7107,6867,7107,93,125,0,0,2832,234,23,2000,2000,0,406,535,10477,10477,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10477,0,'EventAI',''), + (10478,'Splintered Skeleton',NULL,59,60,11401,9788,9789,9790,233,233,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,4,1,1,1,8883,9156,0,0,102,138,0,0,3791,252,26,2000,2000,0,488,643,10478,10478,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (10479,'Skulking Corpse',NULL,58,59,5432,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.15,1.14286,1,0,0.5,1,0.75,1,1,1,1436,1480,0,0,102,135,0,0,3489,248,25,2000,1540,0,65,326,10479,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (10480,'Unstable Corpse',NULL,58,59,10978,0,0,0,233,233,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,3.5,1,1,1,3876,3997,0,0,100,135,0,0,3489,248,25,2000,2000,0,133,179,10480,10480,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (10481,'Reanimated Corpse',NULL,58,59,10975,0,0,0,233,233,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.5,1,1,1,1,1,1436,1480,0,0,100,135,0,0,3489,248,25,2000,2000,0,89,121,10481,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10480,'Unstable Corpse',NULL,58,59,10978,10972,0,0,233,233,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,3.5,1,1,1,3876,3997,0,0,100,135,0,0,3489,248,25,2000,2000,0,133,179,10480,10480,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10481,'Reanimated Corpse',NULL,58,59,10975,10976,0,0,233,233,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.5,1,1,1,1,1,1436,1480,0,0,100,135,0,0,3489,248,25,2000,2000,0,89,121,10481,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10482,'Risen Lackey',NULL,55,56,9786,0,0,0,233,233,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.1,1,1,1,1,1,261,270,0,0,94,127,0,0,3327,234,23,2000,2000,0,0,0,10482,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (10485,'Risen Aberration',NULL,57,58,9786,0,0,0,233,233,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.75,1,2.5,1,1,1,2088,2153,0,0,98,132,0,0,3435,242,25,2000,2000,0,101,136,10485,10485,0,0,0,8388625,124,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10485,'Risen Aberration',NULL,57,58,9786,7550,0,0,233,233,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.75,1,2.5,1,1,1,2088,2153,0,0,98,132,0,0,3435,242,25,2000,2000,0,101,136,10485,10485,0,0,0,8388625,124,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10486,'Risen Warrior',NULL,59,61,7847,0,0,0,233,233,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,5,1,6,1,1,1,14805,15720,0,0,122,168,0,0,4091,258,28,2400,2000,0,777,1020,10486,10486,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10486,0,'EventAI',''), (10487,'Risen Protector',NULL,58,60,11489,0,0,0,233,233,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1.5,1,6891,7326,6867,7302,93,128,0,0,4612,238,24,2000,2000,0,410,540,10487,10487,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10487,0,'EventAI',''), (10488,'Risen Construct',NULL,58,61,12074,0,0,0,233,233,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,1,1,5,1,7.5,1,1,1,14355,15720,0,0,100,140,0,0,4091,258,28,2000,2000,0,776,1018,10488,10488,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -400964,7 +403927,7 @@ VALUES (10538,'Vaelastrasz',NULL,60,60,9909,0,0,0,32,32,0,0,2,3,3,0,0,32768,0,2,0,1.76,1.14286,1,1,1,1,1,1,-1,1,17936,17936,7860,7860,528,681,62.016,85.272,3791,279,100,1175,1292,0,432,2158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10539,'Hagar Lightninghoof',NULL,30,30,10132,0,0,0,104,104,1.35,0,7,1,3,0,2,4608,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10539,0,'',''), (10540,'Vol\'jin',NULL,60,60,10357,0,0,0,125,125,0,0,7,3,3,0,3,36864,0,0,12,1,1.14286,2,1,1,1,1,1,-1,1,329800,329800,22085,22085,869,990,62.016,85.272,3075,429,100,1175,2000,0,0,0,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7339,10540,0,'',''), - (10541,'Krakle\'s Thermometer',NULL,1,1,1126,0,0,0,35,35,0,0,8,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (10541,'Krakle\'s Thermometer',NULL,1,1,7804,0,0,0,35,35,0,0,8,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10556,'Lazy Peon',NULL,4,4,10038,0,0,0,29,29,0,0,7,3,3,0,0,33280,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,138,138,0,0,4,6,6.9344,9.5348,20,2,100,2000,2167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10556,0,'','npc_lazy_peon'), (10557,'Flametongue Totem IV',NULL,46,46,4589,0,0,0,35,35,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,5,5,300,300,9,9,62.744,86.273,2780,4,100,1550,1705,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), (10558,'Hearthsinger Forresten',NULL,57,57,10482,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,2.5,2,4,1,1,1,6960,6960,0,0,97.3,129.3,0,0,3380,238,24,2000,2000,0,589,774,10558,0,0,0,0,8388625,0,0,171,171,171,171,171,0,1,0,0,0,0,0,0,0,10558,0,'EventAI',''), @@ -400976,7 +403939,7 @@ VALUES (10581,'Young Arikara',NULL,20,20,9913,0,0,0,32,32,0.75,27,1,1,3,0,0,0,0,0,0,1.07,1.14286,1,1,3,1,1,1,1,1,1452,1452,0,0,74,96,26.544,36.498,852,39,100,1508,1659,0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,0,0,0,0,0,0,0,0,0,0,0,'',''), (10582,'Dog','Sire',1,1,10209,0,0,0,104,104,0,0,8,1,3,0,0,4096,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10583,'Gryfe','Flight Master',55,55,1233,0,0,0,474,474,0,0,7,3,3,0,11,36864,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,4100,4100,0,0,309,401,57.9,83.8,3271,164,100,1200,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,0,0,'',''), - (10584,'Urok Doomhowl',NULL,60,60,11583,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,8,1,8,1,1,1,19536,19536,2434,2434,97,128,0,0,3075,238,24,2000,2000,0,1425,1866,10584,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10584,0,'EventAI',''), + (10584,'Urok Doomhowl',NULL,60,60,11583,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,8,1,6.66,1,1,1,19536,19536,2434,2434,116,154,0,0,3075,238,24,2400,2000,0,1425,1866,10584,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10584,0,'EventAI',''), (10596,'Mother Smolderweb',NULL,59,59,9929,0,0,0,16,16,0,3,1,3,3,0,0,32832,0,0,72,1,1.14286,1,1,8,1,5.7,1,1,1,23688,23688,0,0,76.4,101.3,0,0,3489,248,25,1500,1500,0,0,0,10596,0,100003,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10598,'Smolderweb Hatchling',NULL,1,1,9997,0,0,0,4,4,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,11,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10599,'Hulfnar Stonetotem',NULL,10,10,9936,0,0,0,1607,1607,1.35,0,7,1,3,0,0,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -400985,9 +403948,9 @@ VALUES (10602,'Urok Ogre Magus',NULL,54,55,11585,0,0,0,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,5,5,5,1,1,1,10130,10455,10205,10585,86,116,0,0,2654,214,21,2000,2000,0,0,0,10602,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10602,0,'EventAI',''), (10603,'Hallucination',NULL,1,1,9941,0,0,0,126,126,0,0,7,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,11,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10604,'Huntress Nhemai',NULL,20,20,9937,0,0,0,79,79,0,0,7,3,3,0,2,36864,0,0,0,1,1.38571,1,0,1,1,1,1,-1,1,1100,1100,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10604,0,'',''), - (10605,'Scarlet Medic',NULL,52,54,10311,10313,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2466,2634,1923,2041,85,107,71.2272,97.9374,2610,44,100,2000,2000,0,99,134,10605,10605,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10605,0,'EventAI',''), + (10605,'Scarlet Medic',NULL,52,54,10311,10313,10312,10314,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1.3,1,1,1,1,1,2466,2634,1923,2041,85,107,71.2272,97.9374,2610,44,100,2000,2000,0,99,134,10605,10605,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10605,0,'EventAI',''), (10606,'Huntress Yaeliura',NULL,20,20,9938,0,0,0,79,79,0,0,7,3,3,0,2,36864,0,0,0,1,1.38571,1,0,1,1,1,1,-1,1,328,328,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10606,0,'',''), - (10608,'Scarlet Priest',NULL,55,57,10332,10333,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,1,3.75,2,1,1,1,1,6863,7309,10026,10680,344,444,59.3256,81.5727,1714,182,100,1183,2000,0,401,528,10608,10608,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10608,0,'EventAI',''), + (10608,'Scarlet Priest',NULL,55,57,10332,10333,10334,10335,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,1,3.75,2,1,1,1,1,6863,7309,10026,10680,344,444,59.3256,81.5727,1714,182,100,1183,2000,0,401,528,10608,10608,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10608,0,'EventAI',''), (10610,'Angus','Dwarven Mortar Team',11,11,9946,0,0,0,55,55,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,456,456,0,0,12,14,18.392,25.289,20,6,100,1900,2090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,10610,0,'',''), (10611,'Shorty','Dwarven Mortar Team',10,10,9947,0,0,0,55,55,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,1910,2101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10611,0,'',''), (10612,'Guard Wachabe',NULL,45,45,10958,0,0,0,104,104,1.35,0,7,1,3,0,0,4608,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,101,120,61.776,84.942,2725,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10612,0,'',''), @@ -401001,7 +403964,7 @@ VALUES (10639,'Rorgish Jowl',NULL,25,25,6800,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,4,1.02,1,1,1,1,1,713,713,0,0,111,144,32.968,45.331,1026,59,100,1441,2000,0,34,49,10639,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10639,0,'EventAI',''), (10640,'Oakpaw',NULL,27,27,5773,0,0,0,82,82,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,2,4,1.25,1,1,1,1,1,862,862,732,732,123,159,35.1008,48.2636,916,65,100,1425,2000,0,39,55,10640,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10641,'Branch Snapper',NULL,26,26,8389,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.666668,1.14286,1,4,1,1,1,1,-1,1,1881,1881,0,0,111,144,32.968,45.331,1026,59,100,1441,1585,0,34,49,10641,0,0,0,0,0,0,0,250,250,250,375,200,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (10642,'Eck\'alom',NULL,27,27,5561,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.05,1.14286,2,4,1.05,1,1,1,1,1,724,724,732,732,123,159,35.1008,48.2636,916,65,100,1425,2000,0,0,0,10642,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10642,'Eck\'alom',NULL,27,27,5561,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.05,1.14286,2,4,1.05,1,1,1,1,1,724,724,732,732,123,159,35.1008,48.2636,916,65,100,1425,2000,0,0,0,10642,0,0,0,0,0,16,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10643,'Mugglefin',NULL,23,23,11293,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.5,1,1,1,1,1,907,907,0,0,106,137,31.9,43.8625,957,56,100,1450,1595,0,36,52,10643,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10643,0,'EventAI',''), (10644,'Mist Howler',NULL,22,22,165,0,0,0,38,38,0,1,1,1,3,0,0,0,0,0,1,1.05,1.14286,1,4,1.02,1,1,1,1,1,573,573,0,0,27,33,31.9,43.8625,922,14,100,1300,2000,0,0,0,10644,0,10644,0,0,0,0,0,0,0,0,0,0,8866,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10645,'Thalia Amberhide',NULL,30,30,10093,0,0,0,104,104,1.25,0,7,1,3,0,2,4608,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10645,0,'',''), @@ -401038,21 +404001,21 @@ VALUES (10718,'Shahram',NULL,1,1,10036,0,0,0,32,32,0,0,7,3,3,0,0,32768,0,0,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10719,'Herald of Thrall',NULL,50,50,10071,0,0,0,85,85,0,0,7,3,3,0,0,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,125,149,66.44,91.355,2999,63,100,1510,1661,0,45,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (10720,'Galak Assassin',NULL,27,28,9435,0,0,0,131,131,0,0,7,3,3,0,0,32768,0,0,0,1.25,1.14286,1,0,1,1,1,1,-1,1,838,860,0,0,68,80,43.384,59.653,1130,34,100,1700,1870,0,18,90,10720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (10721,'Novice Warrior',NULL,5,5,10049,10050,0,0,104,104,1.25,0,7,1,3,0,0,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'EventAI',''), + (10721,'Novice Warrior',NULL,5,5,10049,10050,10051,10052,104,104,1.25,0,7,1,3,0,0,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'EventAI',''), (10737,'Shy-Rotam',NULL,60,60,10113,0,0,0,66,66,0,2,1,1,3,0,0,0,0,0,1,1.79,1.14286,1,1,4.5,1,1,1,1,1,13734,13734,0,0,571,737,61.732,84.8815,3791,302,100,1538,1265,0,0,0,10737,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10738,'High Chief Winterfall',NULL,59,59,9491,0,0,0,82,82,0,0,7,1,3,0,0,64,0,0,0,0.666668,0.992063,2,1,3,2,1,1,1,1,7107,7107,4738,4738,344,444,59.3256,81.5727,2832,182,100,1183,2000,0,399,526,10738,10738,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10739,'Mulgris Deepriver',NULL,55,55,10069,0,0,0,35,35,1.62,0,7,3,3,0,3,32768,0,2,0,1.1,1.14286,2,0,1,1,1,1,-1,1,4108,4108,2117,2117,96,125,70.664,97.163,2654,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2921,10739,0,'',''), (10740,'Awbee',NULL,57,57,6293,0,0,0,35,35,0,0,2,3,3,0,3,32768,0,2,0,1.11111,1.14286,1,1,1,1,1,1,-1,1,16432,16432,7383,7383,328,421,60.192,82.764,3380,173,100,1200,1320,0,0,0,0,0,100001,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,3063,0,0,'',''), (10741,'Sian-Rotam',NULL,60,60,10114,0,0,0,66,66,0,2,1,1,3,0,0,0,0,0,1,1.79,1.14286,1,1,4.5,1,1,1,1,1,13734,13734,0,0,571,737,61.732,84.8815,3791,302,100,2000,1265,0,0,0,10741,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (10742,'Blackhand Dragon Handler','Blackhand Legion',59,60,10176,10177,10178,10179,40,40,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,1,4,1,3,1,8883,9156,0,0,101.8,137.9,0,0,11373,252,26,2000,2000,0,493,648,10742,10742,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10742,0,'',''), - (10756,'Scalding Elemental',NULL,28,29,5562,0,0,0,834,834,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,896,950,0,0,61,77,40.8672,56.1924,1165,32,100,3000,2000,2,0,0,10756,0,0,0,0,0,0,0,87,0,29,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (10757,'Boiling Elemental',NULL,27,28,5561,0,0,0,834,834,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,840,896,0,0,60,74,39.5824,54.4258,1130,31,100,3000,2000,0,0,0,10757,0,0,0,0,0,0,0,84,0,28,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (10758,'Grimtotem Bandit',NULL,25,26,10223,10225,0,0,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,734,788,0,0,38,47,39.5824,54.4258,1061,20,100,2000,2000,0,35,51,10758,10758,0,0,0,0,0,0,0,65,0,0,0,0,1,0,0,0,0,0,0,0,10758,0,'',''), - (10759,'Grimtotem Stomper',NULL,26,27,10238,10240,0,0,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,2,0,1.05,1,1,1,1,1,684,724,693,732,35,44,42.1344,57.9348,916,18,100,2000,2000,0,34,50,10759,10759,0,0,0,0,0,0,0,65,0,0,0,0,1,0,0,0,0,0,0,0,10759,0,'',''), - (10760,'Grimtotem Geomancer',NULL,25,27,10227,10230,0,0,16,16,1.35,0,7,1,3,0,0,32768,0,0,0,1,1.14286,8,0,1.05,1,1,1,1,1,590,665,1633,1812,31,40,40.8672,56.1924,596,16,100,2000,2000,0,32,47,10760,10760,0,0,0,0,0,0,0,65,0,0,0,0,1,0,0,0,0,0,0,0,10760,0,'',''), - (10761,'Grimtotem Reaver',NULL,28,28,10233,10235,0,0,16,16,1.35,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,981,981,0,0,46,57,42.1344,57.9348,1130,24,100,2000,2000,0,41,59,10761,10761,0,0,0,0,0,0,0,65,0,0,0,0,1,0,0,0,0,0,0,0,10761,0,'',''), + (10756,'Scalding Elemental',NULL,28,29,5562,0,0,0,834,834,0,0,4,3,3,0,0,32768,0,0,0,1,0.85714,1,0,1.05,1,1,1,1,1,896,950,0,0,61,77,40.8672,56.1924,1165,32,100,3000,2000,2,0,0,10756,0,0,0,0,0,16,0,87,0,29,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10757,'Boiling Elemental',NULL,27,28,5561,0,0,0,834,834,0,0,4,3,3,0,0,32768,0,0,0,1,0.85714,1,0,1.05,1,1,1,1,1,840,896,0,0,60,74,39.5824,54.4258,1130,31,100,3000,2000,0,0,0,10757,0,0,0,0,0,16,0,84,0,28,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (10758,'Grimtotem Bandit',NULL,25,26,10223,10225,10224,10226,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1.05,1,1,1,1,1,734,788,0,0,38,47,39.5824,54.4258,1061,20,100,2000,2000,0,35,51,10758,10758,0,0,0,0,0,0,0,65,0,0,0,0,1,0,0,0,0,0,0,0,10758,0,'',''), + (10759,'Grimtotem Stomper',NULL,26,27,10238,10240,10239,10241,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,2,0,1.05,1,1,1,1,1,684,724,693,732,35,44,42.1344,57.9348,916,18,100,2000,2000,0,34,50,10759,10759,0,0,0,0,0,0,0,65,0,0,0,0,1,0,0,0,0,0,0,0,10759,0,'',''), + (10760,'Grimtotem Geomancer',NULL,25,27,10227,10230,10228,10231,16,16,1.35,0,7,1,3,0,0,32768,0,0,0,1,1.14286,8,0,1.05,1,1,1,1,1,590,665,1633,1812,31,40,40.8672,56.1924,596,16,100,2000,2000,0,32,47,10760,10760,0,0,0,0,0,0,0,65,0,0,0,0,1,0,0,0,0,0,0,0,10760,0,'',''), + (10761,'Grimtotem Reaver',NULL,28,28,10233,10235,10234,10236,16,16,1.35,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,981,981,0,0,46,57,42.1344,57.9348,1130,24,100,2000,2000,0,41,59,10761,10761,0,0,0,0,0,0,0,65,0,0,0,0,1,0,0,0,0,0,0,0,10761,0,'',''), (10762,'Blackhand Thug',NULL,60,60,10172,10173,10174,10175,16,16,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5,1,6,1,1,1,15260,15260,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,737,967,10762,10762,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10762,0,'',''), - (10776,'Finkle Einhorn',NULL,60,60,10089,0,0,0,32,32,0,0,7,3,3,0,3,32768,0,2,0,1.76,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,1175,1292,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2951,0,0,'',''), + (10776,'Finkle Einhorn',NULL,60,60,10089,0,0,0,32,32,0,0,7,3,3,0,3,32768,0,2,0,1.76,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,1175,1292,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2951,0,0,'EventAI',''), (10778,'Janice Felstone',NULL,5,5,10129,0,0,0,35,35,0,0,6,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2961,0,0,'',''), (10779,'Infected Squirrel',NULL,1,1,10090,0,0,0,31,31,0,0,8,1,3,0,0,0,0,2,0,1,0.857143,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (10780,'Infected Deer',NULL,5,5,10091,0,0,0,31,31,0,0,8,1,3,0,0,0,0,2,0,1,0.857143,1,0,0.2,1,1,1,1.33,1,20,20,0,0,6,8,1.76,2.42,160,3,100,2000,2000,0,0,0,0,0,10780,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -401155,7 +404118,7 @@ VALUES (10952,'Marauding Skeleton',NULL,56,57,3507,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.24,1.14286,1,0,1.35,1,1,1,-1,1,3643,2758,0,0,146,174,71.456,98.252,3380,74,100,1450,1595,0,56,278,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10952,0,'EventAI',''), (10953,'Servant of Horgus',NULL,57,58,11731,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.74,1.14286,1,1,3,1,1,1,1,1,8352,8613,0,0,328,421,60.192,82.764,3435,173,100,1200,1320,0,139,695,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (10954,'Bloodletter',NULL,57,58,10448,0,0,0,68,68,0,0,6,3,3,0,2,32768,0,0,0,1.74,1.14286,1,1,2.5,1,1,1,1,1,6960,7178,0,0,328,421,59.136,81.312,3435,173,100,1200,1320,0,1,801,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10954,0,'EventAI',''), - (10955,'Summoned Water Elemental',NULL,55,56,4606,0,0,0,74,74,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1,1,1,1,-1,1,1293,1362,0,0,141,170,65.5248,90.0966,3327,72,100,1460,1606,0,55,273,0,0,0,0,0,0,0,0,60,60,60,120,60,0,0,0,0,0,0,0,0,0,0,0,'',''), + (10955,'Summoned Water Elemental',NULL,55,56,4606,0,0,0,74,74,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,0,1,1,1,1,-1,1,1293,1362,0,0,141,170,65.5248,90.0966,3327,72,100,1460,1606,0,55,273,0,0,0,0,0,0,16,0,60,60,60,120,60,0,0,0,0,0,0,0,0,0,0,0,'',''), (10956,'Naga Siren',NULL,56,56,11263,0,0,0,7,7,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4231,4231,0,0,99,127,71.456,98.252,3327,52,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (10976,'Jeziba',NULL,58,58,11394,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4484,4484,0,0,106,136,72.9872,100.357,3435,56,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10976,0,'',''), (10977,'Quixxil',NULL,53,53,10650,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3866,3866,0,0,92,119,69.0272,94.9124,3163,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10977,0,'',''), @@ -401202,7 +404165,7 @@ VALUES (11040,'Watcher Brownell','The Night Watch',30,30,10455,0,0,0,12,12,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,1605,1605,852,852,42,53,45.144,62.073,1004,22,100,2000,2000,0,0,0,11040,0,0,0,0,0,0,0,100,0,0,0,100,0,0,0,0,0,0,0,0,3133,11040,1,'',''), (11041,'Milla Fairancora','Journeyman Alchemist',24,24,10573,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4113,11041,0,'',''), (11042,'Sylvanna Forestmoon','Expert Alchemist',32,32,10574,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1764,1764,0,0,44,57,47.5904,65.4368,1270,23,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4114,11042,0,'',''), - (11043,'Crimson Monk',NULL,58,60,10463,0,0,0,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,5.5,1,1,1,8613,9156,0,0,89.8,124.1,0,0,3791,252,26,1800,1800,0,491,646,11043,11043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11043,0,'EventAI',''), + (11043,'Crimson Monk',NULL,58,60,10463,10464,10533,10534,89,89,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,3,2,5.5,1,1,1,8613,9156,0,0,89.8,124.1,0,0,3791,252,26,1800,1800,0,491,646,11043,11043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11043,0,'EventAI',''), (11044,'Doctor Martin Felben','Journeyman Alchemist',25,25,10576,0,0,0,68,68,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4120,11044,0,'EventAI',''), (11046,'Whuut','Journeyman Alchemist',23,23,10578,0,0,0,29,29,0,0,7,3,3,0,17,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1106,1106,0,0,28,37,36.0272,49.5374,957,15,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4118,11046,0,'',''), (11047,'Kray','Journeyman Alchemist',25,25,10577,0,0,0,104,104,1.35,0,7,1,3,0,19,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4128,11047,0,'',''), @@ -401229,15 +404192,15 @@ VALUES (11072,'Kitta Firewind','Artisan Enchanter',44,44,10610,0,0,0,12,12,0,0,7,3,3,0,17,37376,0,1026,0,1,1.14286,1,0,1,1,1,1,-1,1,2868,2868,0,0,68,88,60.7904,83.5868,2557,36,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4169,0,0,'',''), (11073,'Annora','Master Enchanter',54,54,10609,0,0,0,35,35,0,0,7,3,3,0,17,33536,0,0,0,1,1.14286,1,0,1.3,1,1,1,1,1,3293,3293,0,0,92.1,122.2,0,0,3216,224,22,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,4171,11073,0,'',''), (11074,'Hgarth','Artisan Enchanter',46,46,10611,0,0,0,29,29,0,0,7,1,3,0,19,4608,0,1026,0,1,1.14286,1,0,1,1,1,1,-1,1,3077,3077,0,0,74,96,62.744,86.273,2780,39,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4170,11074,0,'EventAI',''), - (11075,'Cauldron Lord Bilemaw',NULL,53,53,569,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.4,1.14286,1,0,1.3,1,1,1,1,1,3189,3189,0,0,134,161,69.0272,94.9124,3163,68,100,1480,1628,0,50,250,11075,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11075,'Cauldron Lord Bilemaw',NULL,53,53,569,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.4,1.14286,1,0,1.3,1,1,1,1,1,3189,3189,0,0,134,161,69.0272,94.9124,3163,68,100,1480,1628,0,50,250,11075,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''); + +INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) +VALUES (11076,'Cauldron Lord Razarch',NULL,56,56,2606,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.89,8,0,1.35,1,1,1,1,1,2550,2550,5206,5206,161,193,71.9664,98.9538,1686,82,100,1410,1551,0,63,316,11076,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11076,0,'EventAI',''), (11077,'Cauldron Lord Malvinious',NULL,55,55,7848,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.6,1.14286,2,0,1.3,1,1,1,1,1,2718,2718,2117,2117,141,170,70.664,97.163,2654,72,100,1460,1606,0,54,269,11077,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11077,0,'EventAI',''), (11078,'Cauldron Lord Soulwrath',NULL,58,58,11649,0,0,0,67,67,0,0,6,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,0,1.35,1,1,1,1,1,3876,3876,0,0,150,179,70.9632,97.5744,3435,76,100,1440,1584,0,57,287,11078,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11079,'Wynd Nightchaser',NULL,62,62,10645,0,0,0,80,80,0,0,7,1,3,0,3,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,16008,16008,0,0,174,224,203.77,104.278,3913,92,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12502,11079,0,'',''), - (11081,'Faldron','Expert Leatherworker',32,32,10616,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1764,1764,0,0,44,57,47.5904,65.4368,1270,23,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4204,0,0,'',''); - -INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) -VALUES + (11081,'Faldron','Expert Leatherworker',32,32,10616,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1764,1764,0,0,44,57,47.5904,65.4368,1270,23,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4204,0,0,'',''), (11082,'Stratholme Courier',NULL,57,57,10547,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,4.5,1,1,1,1,1,12528,12528,0,0,97.9,129.8,0,0,3380,238,24,2000,2000,0,604,794,11082,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11082,0,'EventAI',''), (11083,'Darianna','Journeyman Leatherworker',24,24,10615,0,0,0,80,80,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1.8,1,1,1,1,1,1172,1172,0,0,30,39,37.3824,51.4008,992,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4175,11083,0,'',''), (11084,'Tarn','Expert Leatherworker',36,36,10617,0,0,0,104,104,1.35,0,7,1,3,0,19,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2100,2100,0,0,51,66,52.272,71.874,1480,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,4207,11084,0,'',''), @@ -401283,7 +404246,7 @@ VALUES (11177,'Okothos Ironrager','Master Armorsmith',52,52,10696,0,0,0,29,29,0,0,7,3,3,0,19,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3748,3748,0,0,87,113,68.1824,93.7508,3108,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9788,0,0,0,0,3203,11177,0,'','npc_prof_blacksmith'), (11178,'Borgosh Corebender','Master Weaponsmith',51,51,10697,0,0,0,29,29,0,0,7,3,3,0,19,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3632,3632,0,0,87,112,67.32,92.565,3052,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9787,0,0,0,0,3202,11178,0,'','npc_prof_blacksmith'), (11179,'Crystal Trigger',NULL,1,1,1141,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (11180,'Bloodvenom Post Brave',NULL,55,55,10734,10735,0,0,105,105,1.25,0,7,3,3,0,2,36864,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,5313,5313,0,0,184,215,301.34,422.17,3271,92,100,2000,2000,0,1,727,11180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11180,0,'',''), + (11180,'Bloodvenom Post Brave',NULL,55,55,10734,10735,10736,10737,105,105,1.25,0,7,3,3,0,2,36864,0,1024,0,1,1.42857,1,0,1,1,1,1,-1,1,5313,5313,0,0,184,215,301.34,422.17,3271,92,100,2000,2000,0,1,727,11180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11180,0,'',''), (11181,'Shi\'alune','Kaerbrus\' Pet',56,56,11452,0,0,0,80,80,0,0,1,3,3,0,0,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4231,4231,0,0,99,127,71.456,98.252,2481,52,100,2000,2000,0,0,0,0,0,100003,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11182,'Nixxrak','Heavy Armor Merchant',54,54,10739,0,0,0,855,855,0,0,7,1,3,0,16388,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3986,3986,0,0,92,120,69.8544,96.0498,3216,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11182,0,'',''), (11183,'Blixxrak','Light Armor Merchant',55,55,10740,0,0,0,855,855,0,0,7,1,3,0,16388,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11183,0,'',''), @@ -401297,7 +404260,7 @@ VALUES (11191,'Lilith the Lithe',NULL,55,55,10725,0,0,0,855,855,0,0,7,1,3,0,3,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6090,11191,0,'','npc_prof_blacksmith'), (11192,'Kilram',NULL,58,58,10726,0,0,0,855,855,0,0,7,1,3,0,3,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4484,4484,0,0,106,136,72.9872,100.357,3435,56,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6089,11192,0,'','npc_prof_blacksmith'), (11193,'Seril Scourgebane',NULL,57,57,10724,0,0,0,855,855,0,0,7,1,3,0,3,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,102,131,72.2304,99.3168,3380,54,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6091,11193,0,'','npc_prof_blacksmith'), - (11194,'Argent Defender','The Argent Dawn',55,55,11406,0,0,0,814,814,0,0,7,3,3,0,0,32768,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,168,197,70.664,97.163,3271,84,100,2000,2000,0,1,689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11194,0,'',''), + (11194,'Argent Defender','The Argent Dawn',55,55,11406,11407,11408,11409,814,814,0,0,7,3,3,0,0,32768,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,168,197,70.664,97.163,3271,84,100,2000,2000,0,1,689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11194,0,'',''), (11195,'Skeletal Black Warhorse',NULL,40,40,10718,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2172,2172,0,0,29,32,0,1,1964,14,0,780,900,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11196,'Shatterspear Drummer',NULL,56,56,11442,11443,0,0,714,714,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2371,2871,0,0,91,122,70.4704,96.8968,3272,49,100,1430,1573,0,99,134,11196,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11196,0,'EventAI',''), (11197,'Mindless Skeleton',NULL,56,57,9784,7550,7555,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.11,1,1,1,1,1,296,306,0,0,95.9,129.8,0,0,3380,238,24,2000,2000,0,114,569,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -401309,8 +404272,8 @@ VALUES (11218,'Kerlonian Evershade','Druid of the Claw',20,20,10858,0,0,0,80,80,0,0,7,3,3,0,2,37376,0,0,4096,1,0.992063,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11218,0,'','npc_kerlonian'), (11219,'Liladris Moonriver',NULL,42,42,10878,0,0,0,80,80,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11236,'Blood Parrot',NULL,1,1,9554,0,0,0,7,7,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11256,'Manifestation of Water',NULL,60,60,13444,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,2,0,1.76,1.14286,2,1,1,1,1,1,-1,1,9298,9298,2400,2400,528,681,62.016,85.272,3075,279,100,1175,1292,0,153,767,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (11257,'Scholomance Handler',NULL,59,60,11161,0,0,0,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,4,1,1,1,7107,7326,4738,4868,95,128,0,0,3075,238,24,2000,2000,0,420,554,11257,11257,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11257,0,'EventAI',''), + (11256,'Manifestation of Water',NULL,60,60,13444,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,2,0,1.76,1.14286,2,1,1,1,1,1,-1,1,9298,9298,2400,2400,528,681,62.016,85.272,3075,279,100,1175,1292,0,153,767,0,0,0,0,0,0,16,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (11257,'Scholomance Handler',NULL,59,60,11161,11122,11123,11124,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,2,4,1,1,1,7107,7326,4738,4868,95,128,0,0,3075,238,24,2000,2000,0,420,554,11257,11257,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11257,0,'EventAI',''), (11258,'Frail Skeleton',NULL,1,1,7550,0,0,0,233,233,0,0,6,3,3,0,0,32768,0,0,0,1.25,1.14286,1,0,0.25,1,1,1,1,1,10,10,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11259,'Nataka Longhorn',NULL,40,40,11469,0,0,0,104,104,1.35,0,7,1,3,0,2,4608,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11259,0,'',''), (11260,'Northshire Peasant',NULL,1,1,89,11354,0,0,12,12,0,0,7,3,3,0,0,33024,0,2,0,0.666668,1.14286,1,0,1,1,1,1,-1,1,64,64,40,40,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11260,0,'',''), @@ -401329,8 +404292,8 @@ VALUES (11285,'Rory',NULL,35,35,10930,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,2,0,1.11,1.14286,1,0,1.1,1,1,1,1,1,1342,1342,0,0,77,92,51.128,70.301,1373,39,100,1660,1826,0,23,115,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11285,0,'',''), (11286,'Magistrate Marduke',NULL,57,57,10931,0,0,0,35,35,0,0,6,3,3,0,3,32768,0,2,0,1.24,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,102,131,72.2304,99.3168,3380,54,100,1440,1584,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3372,11286,0,'',''), (11287,'Baker Masterson',NULL,37,37,11028,0,0,0,35,35,0,0,6,3,3,0,6,32768,0,2,0,1.12,1.14286,1,0,1,1,1,1,-1,1,2192,2192,0,0,83,99,53.3984,73.4228,1593,42,100,1640,1804,0,1,464,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11287,0,'',''), - (11288,'Spectral Betrayer',NULL,57,57,10935,10936,0,0,43,43,0,0,6,3,3,0,0,33024,0,0,0,1,0.857143,1,0,0.4,1,1,1,-1,1,1114,1148,0,0,41,50,72.2304,99.3168,3408,21,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11288,0,'EventAI',''), - (11289,'Spectral Defender',NULL,57,57,10939,10940,0,0,1454,1454,0,0,6,3,3,0,0,33024,0,0,0,1,0.857143,1,0,1.35,1,1,1,-1,1,3758,3876,0,0,101,125,72.2304,99.3168,3408,52,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11289,0,'EventAI',''), + (11288,'Spectral Betrayer',NULL,57,57,10935,10936,10937,10938,43,43,0,0,6,3,3,0,0,33024,0,0,0,1,0.857143,1,0,0.4,1,1,1,-1,1,1114,1148,0,0,41,50,72.2304,99.3168,3408,21,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11288,0,'EventAI',''), + (11289,'Spectral Defender',NULL,57,57,10939,10940,10941,10942,1454,1454,0,0,6,3,3,0,0,33024,0,0,0,1,0.857143,1,0,1.35,1,1,1,-1,1,3758,3876,0,0,101,125,72.2304,99.3168,3408,52,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11289,0,'EventAI',''), (11290,'Mossflayer Zombie',NULL,52,54,4778,0,0,0,37,37,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3189,3293,0,0,93,115,71.9664,98.9538,3199,48,100,2000,2000,0,112,151,11290,11290,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11291,'Unliving Mossflayer',NULL,53,55,4769,0,0,0,37,37,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3478,3647,0,0,110,142,71.9664,98.9538,3271,58,100,2000,2000,0,117,158,11291,11291,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11296,'Darrowshire Poltergeist',NULL,1,1,11117,0,0,0,31,31,0,0,6,3,3,0,0,32768,0,0,0,0.91,1.14286,1,0,1,1,1,1,-1,1,3644,3758,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11296,0,'EventAI',''), @@ -401347,18 +404310,18 @@ VALUES (11326,'Mini Diablo','Lord of Terror',1,1,10992,0,0,0,3,3,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11327,'Zergling',NULL,1,1,10993,0,0,0,4,4,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11328,'Eastvale Peasant',NULL,7,7,89,310,0,0,12,12,0,0,7,3,3,0,0,36864,0,2,0,0.666668,1.14286,1,0,1,1,1,1,-1,1,228,228,0,0,7,10,11.9504,16.4318,20,4,100,2000,2000,0,5,12,11328,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11328,1,'',''), - (11338,'Hakkari Shadowcaster',NULL,61,61,11229,11231,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,1,1,1,1,-1,1,25150,25150,14916,14916,585,754,172.1,240.07,3316,309,100,1141,2000,0,1155,1513,11338,11338,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11338,0,'',''), - (11339,'Hakkari Shadow Hunter',NULL,61,61,11225,11227,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,10,6,1,1,1,1,25150,25150,14916,14916,598,772,172.1,240.07,3316,316,100,1133,2000,0,1163,1524,11339,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11339,0,'',''), - (11340,'Hakkari Blood Priest',NULL,61,61,11221,11223,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,6,5,1,1,1,1,15090,15090,12430,12430,585,754,172.1,240.07,3316,309,100,1141,2000,0,738,969,11340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11340,0,'EventAI',''), - (11346,'Hakkari Oracle',NULL,55,56,11158,11160,0,0,28,28,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,1,1,1,1,6273,6477,6351,6489,372,479,61.152,84.084,2699,196,100,1158,2000,0,371,489,11346,11346,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11346,0,'',''), + (11338,'Hakkari Shadowcaster',NULL,61,61,11229,11231,11230,11232,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,1,1,1,1,-1,1,25150,25150,14916,14916,585,754,172.1,240.07,3316,309,100,1141,2000,0,1155,1513,11338,11338,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11338,0,'',''), + (11339,'Hakkari Shadow Hunter',NULL,61,61,11225,11227,11226,11226,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,10,6,1,1,1,1,25150,25150,14916,14916,598,772,172.1,240.07,3316,316,100,1133,2000,0,1163,1524,11339,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11339,0,'',''), + (11340,'Hakkari Blood Priest',NULL,61,61,11221,11223,11222,11224,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,6,5,1,1,1,1,15090,15090,12430,12430,585,754,172.1,240.07,3316,309,100,1141,2000,0,738,969,11340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11340,0,'EventAI',''), + (11346,'Hakkari Oracle',NULL,55,56,11158,11160,11159,11162,28,28,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,1,1,1,1,6273,6477,6351,6489,372,479,61.152,84.084,2699,196,100,1158,2000,0,371,489,11346,11346,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11346,0,'',''), (11347,'Zealot Lor\'Khan',NULL,60,62,11219,0,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,1,1,1,1,-1,1,90650,90650,20544,20544,544,703,203.77,289.86,3555,288,100,1166,2000,0,0,0,11347,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11347,0,'','mob_zealot_lorkhan'), (11348,'Zealot Zath',NULL,60,62,11189,0,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,1,1,1,1,-1,1,113295,113295,0,0,544,703,203.77,289.86,4391,288,100,1166,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11348,0,'','mob_zealot_zath'), - (11350,'Gurubashi Axe Thrower',NULL,60,60,11074,11076,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,7,1,1,1,1,1,21364,21364,0,0,544,703,60.5576,83.2667,3791,288,100,1166,2000,0,992,1300,11350,11350,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11350,0,'EventAI',''), - (11351,'Gurubashi Headhunter',NULL,60,60,11109,11111,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,7,1,1,1,1,1,21364,21364,0,0,571,737,61.732,84.8815,3791,302,100,1150,2000,0,992,1300,11351,11351,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11351,0,'EventAI',''), + (11350,'Gurubashi Axe Thrower',NULL,60,60,11074,11076,11075,11077,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,7,1,1,1,1,1,21364,21364,0,0,544,703,60.5576,83.2667,3791,288,100,1166,2000,0,992,1300,11350,11350,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11350,0,'EventAI',''), + (11351,'Gurubashi Headhunter',NULL,60,60,11109,11111,11110,11112,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,7,1,1,1,1,1,21364,21364,0,0,571,737,61.732,84.8815,3791,302,100,1150,2000,0,992,1300,11351,11351,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11351,0,'EventAI',''), (11352,'Gurubashi Berserker',NULL,62,62,14832,0,0,0,28,28,0,0,7,1,3,0,0,64,0,0,8,1.32,1.14286,1,1,15,1,1,1,1,1,48555,48555,0,0,598,772,203.77,289.86,4391,316,100,1133,2000,0,2142,2803,11352,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11353,'Gurubashi Blood Drinker',NULL,60,60,11080,11082,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,6,1,1,1,1,1,18312,18312,0,0,559,720,61.152,84.084,3791,295,100,1158,2000,0,907,1189,11353,11353,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11353,0,'',''), - (11355,'Gurubashi Warrior',NULL,54,55,11167,11169,0,0,28,28,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,-1,1,7599,7599,0,0,344,444,59.3256,81.5727,3271,182,100,1183,2000,0,437,576,11355,11355,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11355,0,'',''), - (11356,'Gurubashi Champion',NULL,61,61,11100,11102,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,10,1,1,1,1,1,31440,31440,0,0,585,754,172.1,240.07,4091,309,100,1141,2000,0,1418,1857,11356,11356,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11356,0,'',''), + (11353,'Gurubashi Blood Drinker',NULL,60,60,11080,11082,11081,11083,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,6,1,1,1,1,1,18312,18312,0,0,559,720,61.152,84.084,3791,295,100,1158,2000,0,907,1189,11353,11353,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11353,0,'',''), + (11355,'Gurubashi Warrior',NULL,54,55,11167,11169,11168,11170,28,28,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,3,1,1,1,-1,1,7599,7599,0,0,344,444,59.3256,81.5727,3271,182,100,1183,2000,0,437,576,11355,11355,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11355,0,'',''), + (11356,'Gurubashi Champion',NULL,61,61,11100,11102,11101,11103,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,10,1,1,1,1,1,31440,31440,0,0,585,754,172.1,240.07,4091,309,100,1141,2000,0,1418,1857,11356,11356,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11356,0,'',''), (11357,'Son of Hakkar',NULL,60,60,15275,0,0,0,28,28,0,27,1,1,3,0,0,64,0,0,1,1.32,1.14286,1,1,1,1,1,1,-1,1,15465,15465,0,0,530,649,60.5576,83.2667,5721,272,100,2000,2000,0,0,0,11357,0,11357,0,0,1,0,0,2,2,2,2,2,9001,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11359,'Soulflayer',NULL,61,61,7829,0,0,0,28,28,0,27,1,1,3,0,0,64,0,0,9,1.32,1.14286,1,1,14,1,1,1,1,1,44016,44016,0,0,1294,1584,172.1,240.07,4091,664,100,1141,2000,0,0,0,11359,0,11359,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (11360,'Zulian Cub',NULL,60,60,15151,0,0,0,28,28,0,2,1,1,3,0,0,32768,0,0,9,1.32,1.14286,1,0,1,1,1,1,1,1,3052,3052,0,0,107,131,73.392,100.914,3791,55,100,2000,2000,0,0,0,11360,0,11360,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -401435,7 +404398,7 @@ VALUES (11497,'The Razza',NULL,60,60,10807,0,0,0,14,14,0,0,1,3,3,0,0,32832,0,0,0,1,1.14286,2,2,30,10,12,1,1,1,73260,73260,24340,24340,96.8,128.2,0,0,3075,238,24,2000,2000,0,168,838,0,0,0,0,0,8395857,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11498,'Skarr the Unbreakable',NULL,58,58,10169,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,2,20,1,10,1,1,1,57420,57420,0,0,99.8,132.4,0,0,3435,242,25,2000,2000,0,168,838,0,0,0,0,0,8395857,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11498,0,'EventAI',''), (11501,'King Gordok',NULL,61,62,11583,0,0,0,45,45,0,0,7,3,3,0,0,32768,0,0,0,3.58,1.14286,1,1,1,1,1,1,-1,1,29154,29254,0,0,571,737,0,0,4391,302,0,2000,2000,0,2035,2148,11501,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11501,0,'EventAI',''), - (11502,'Ragnaros',NULL,63,63,11121,0,0,0,1081,1081,0,0,4,3,3,0,0,33600,0,513,108,1,1.14286,1,3,330,1,13,1,1,1,1099230,1099230,0,0,153.8,203.9,0,0,4691,268,32,2800,2800,2,1330030,1625593,11502,0,0,0,0,116097015,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_ragnaros'), + (11502,'Ragnaros',NULL,63,63,11121,0,0,0,1081,1081,0,0,4,3,3,0,0,33600,0,513,108,1,1.14286,1,3,330,1,13,1,1,1,1099230,1099230,0,0,153.8,203.9,0,0,4691,268,32,2800,2800,0,1330030,1625593,11502,0,0,0,0,116097015,4,0,0,0,-40,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_ragnaros'), (11516,'Timbermaw Warder',NULL,53,54,6825,0,0,0,414,414,0,0,7,1,3,0,0,0,0,0,0,0.666668,0.992063,1,0,1,1,1,1,-1,1,2763,3189,0,0,93,115,71.2272,97.9374,3190,48,100,2000,2000,0,114,154,11516,11516,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (11517,'Oggleflint','Ragefire Chieftain',16,16,11611,0,0,0,59,59,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,1,4,1,1,1,1,1,1424,1424,0,0,101,130,29.6792,40.8089,713,53,100,2000,2000,0,88,120,11517,0,0,0,0,76234719,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11517,0,'EventAI',''), (11518,'Jergosh the Invoker',NULL,16,16,11429,0,0,0,554,554,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,8,1,4.5,2,1,1,1,1,1382,1382,1712,1712,74,96,23.8896,32.8482,383,39,100,2000,2000,0,88,120,11518,11518,0,0,0,76234719,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11518,0,'EventAI',''), @@ -401455,7 +404418,7 @@ VALUES (11557,'Meilosh',NULL,55,55,11363,0,0,0,414,414,0,0,7,3,3,0,23,32768,0,0,0,0.666668,0.992063,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,0,0,'',''), (11558,'Kernda',NULL,55,55,1997,0,0,0,414,414,0,0,7,3,3,0,3,32768,0,0,0,0.666668,0.992063,1,0,1,1,1,1,-1,1,1000,1000,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6801,0,0,'',''), (11559,'Outcast Necromancer',NULL,39,40,9531,0,0,0,16,16,0,0,7,1,3,0,0,0,0,0,0,1.02,1.14286,8,0,1,1,1,1,-1,1,1171,1195,3075,3191,57,74,52.7472,72.5274,1035,30,100,2000,2000,0,56,78,11559,11559,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11560,'Magrami Spectre',NULL,38,39,11370,0,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1.47,1.14286,1,0,1.15,1,1,1,1,1,1604,1678,0,0,88,106,55.5984,76.4478,1834,45,100,1620,1782,0,28,140,11560,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11560,'Magrami Spectre',NULL,38,39,11370,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,0,0,1.47,1.14286,1,0,1.15,1,1,1,1,1,1604,1678,0,0,88,106,55.5984,76.4478,1834,45,100,1620,1782,0,28,140,11560,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI','npc_magrami_spectre'), (11561,'Undead Ravager',NULL,37,38,11369,0,0,0,21,21,0,0,6,1,3,0,0,0,0,0,0,1.02,1.14286,1,0,1,1,1,1,-1,1,1519,1597,0,0,61,78,53.8384,74.0278,1709,32,100,1500,2000,0,62,86,11561,11561,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11562,'Drysnap Crawler',NULL,33,34,11371,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.02,1.14286,2,0,1,1,1,1,1.25,1,928,967,963,1007,45,55,53.8384,74.0278,1401,23,100,2000,2000,0,46,65,11562,11562,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11563,'Drysnap Pincer',NULL,34,35,3214,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.02,1.14286,1,0,1,1,1,1,1.25,1,1163,1220,0,0,48,60,53.8384,74.0278,1716,25,100,2000,2000,0,51,72,11563,11563,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -401463,8 +404426,8 @@ VALUES (11576,'Whirlwind Ripper',NULL,32,34,8714,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1180,1311,0,0,47,61,47.0272,64.6624,1340,25,100,1400,2000,0,0,0,11576,0,0,0,0,0,0,0,34,34,34,34,68,0,1,0,0,0,0,0,0,0,0,0,'',''), (11577,'Whirlwind Stormwalker',NULL,35,37,11373,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,1155,1245,1067,1142,55,70,50.512,69.454,1325,29,100,2000,2000,0,0,0,11577,0,0,0,0,0,0,0,37,37,37,37,75,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11578,'Whirlwind Shredder',NULL,32,34,11374,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1156,1273,0,0,46,58,45.8304,63.0168,1340,24,100,1400,2000,0,0,0,11578,0,0,0,0,0,0,0,34,34,34,34,68,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11582,'Scholomance Dark Summoner',NULL,58,59,11163,0,0,0,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1,1,6891,7107,6867,7107,93,125,0,0,2832,234,23,2000,2000,0,406,535,11582,11582,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11582,0,'EventAI',''), - (11583,'Nefarian','The Head of The Black Flight',63,63,11380,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,513,0,2,4.28571,1,3,650,1,35,1,1,1,2165150,2165150,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,44954,224769,11583,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','boss_nefarian'), + (11582,'Scholomance Dark Summoner',NULL,58,59,11163,11128,11129,11177,233,233,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,2,1,3,3,3.9,1,1,1,6891,7107,6867,7107,93,125,0,0,2832,234,23,2000,2000,0,406,535,11582,11582,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11582,0,'EventAI',''), + (11583,'Nefarian','The Head of The Black Flight',63,63,11380,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,513,0,2,4.28571,1,3,650,1,35,1,1,1,2165150,2165150,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,44954,224769,11583,0,0,0,0,617299803,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','boss_nefarian'), (11596,'Smeed Scrabblescrew',NULL,45,45,11470,0,0,0,69,69,0,0,7,1,3,0,2,512,0,0,0,1.02,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11596,0,'',''), (11598,'Risen Guardian',NULL,59,61,775,5432,533,10975,14,14,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,2,0,0.3,1,0.33,1,1,1,711,754,2369,2486,102,140,0,0,3316,258,28,2000,1540,0,65,326,11598,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11600,'Irondeep Shaman',NULL,53,54,10285,0,0,0,59,59,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,5788,5953,0,0,354,456,59.9488,82.4296,3216,187,100,2000,1292,0,152,761,11600,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11600,0,'EventAI',''), @@ -401480,8 +404443,8 @@ VALUES (11614,'Bloodshot',NULL,54,54,3203,0,0,0,67,67,0,1,1,1,3,0,0,0,0,0,0,1.1,1.14286,1,0,1.3,1,1,1,1,1,3293,3293,0,0,95,116,70.664,97.163,3216,49,100,2000,2000,0,0,0,0,0,10151,0,0,0,0,0,0,0,0,0,0,5956,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11615,'Mickey Levine',NULL,55,55,12469,0,0,0,83,83,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,4108,4108,5013,5013,96,125,70.664,97.163,1658,51,100,2000,2000,0,0,0,11615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3604,11615,0,'',''), (11616,'Nathaniel Dumah',NULL,55,55,14953,0,0,0,123,123,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,4108,4108,5013,5013,96,125,70.664,97.163,1506,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3821,11616,0,'',''), - (11620,'Spectral Marauder',NULL,57,57,12329,12330,0,0,43,43,0,0,6,3,3,0,0,33024,0,0,0,1,0.857143,1,0,0.4,1,1,1,-1,1,1114,1148,0,0,41,50,72.2304,99.3168,3408,21,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11620,0,'',''), - (11621,'Spectral Corpse',NULL,57,57,11475,11476,0,0,7,7,0,0,6,3,3,0,0,33024,0,0,0,1,0.857143,1,0,1,1,1,1,-1,1,4356,4356,0,0,102,131,72.2304,99.3168,3380,54,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11621,0,'',''), + (11620,'Spectral Marauder',NULL,57,57,12329,12330,12331,12332,43,43,0,0,6,3,3,0,0,33024,0,0,0,1,0.857143,1,0,0.4,1,1,1,-1,1,1114,1148,0,0,41,50,72.2304,99.3168,3408,21,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11620,0,'',''), + (11621,'Spectral Corpse',NULL,57,57,11475,11476,11477,11478,7,7,0,0,6,3,3,0,0,33024,0,0,0,1,0.857143,1,0,1,1,1,1,-1,1,4356,4356,0,0,102,131,72.2304,99.3168,3380,54,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11621,0,'',''), (11622,'Rattlegore',NULL,61,61,12073,0,0,0,233,233,0,0,6,3,3,0,0,32832,0,0,0,1,1.14286,2,1,12,3,7,1,1,1,30180,30180,7458,7458,99,130,0,0,3316,244,25,2000,2000,0,1376,1801,11622,0,0,0,0,8915988,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11623,'Scourge Summoning Crystal',NULL,60,60,11659,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,236,284,74.448,102.366,3791,120,100,1410,1551,0,64,318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11624,'Taiga Wisemane',NULL,60,60,11792,0,0,0,104,104,0,0,7,1,3,0,2,4608,0,0,0,1.02,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11624,0,'',''), @@ -401492,30 +404455,30 @@ VALUES (11629,'Jessica Redpath',NULL,50,50,11512,0,0,0,794,794,0,0,7,1,3,0,2,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11629,0,'',''), (11636,'Servant of Weldon Barov',NULL,60,60,11591,0,0,0,4,4,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,609,609,0,0,278,294,1.76,2.42,3791,132,100,2000,2200,0,24,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (11637,'Servant of Alexi Barov',NULL,60,60,11595,0,0,0,5,5,0,0,7,3,3,0,0,32768,0,0,0,1.14,1.14286,1,0,1,1,1,1,-1,1,602,602,0,0,92,97,1.76,2.42,3791,44,100,2000,2200,0,12,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (11656,'Warsong Peon',NULL,26,27,11857,11859,0,0,83,83,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1454,1454,686,686,42,53,42.1344,57.9348,1097,22,100,2000,2000,0,37,53,11656,11656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11656,0,'EventAI',''), + (11656,'Warsong Peon',NULL,26,27,11857,11859,11858,11860,83,83,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1454,1454,686,686,42,53,42.1344,57.9348,1097,22,100,2000,2000,0,37,53,11656,11656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11656,0,'EventAI',''), (11657,'Morloch',NULL,58,58,5945,0,0,0,59,59,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,15471,15471,0,0,544,703,60.5576,83.2667,3435,288,100,2000,1283,0,157,786,11657,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11657,0,'EventAI',''), (11658,'Molten Giant',NULL,62,62,8269,0,0,0,54,54,0,0,5,3,3,0,0,32832,0,98304,8,0.777776,1.71429,1,1,40,1,15,1,1,1,129480,129480,0,0,107.9,143.1,0,0,4391,262,30,2000,2000,0,0,0,11658,0,0,0,0,116080631,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11659,'Molten Destroyer',NULL,63,63,12162,0,0,0,54,54,0,0,5,3,3,0,0,32832,0,98304,8,0.777776,1.71429,1,1,45,1,16,1,1,1,149895,149895,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,0,0,11659,0,0,0,0,116080631,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11661,'Flamewaker',NULL,62,62,12030,0,0,0,54,54,2.5,0,7,3,3,0,0,32832,0,0,8,1,1.71429,2,1,30,10,13,1,1,1,77700,77700,25680,25680,100.4,133,0,0,3555,246,26,2000,2000,0,3417,4468,11661,0,0,0,0,116080631,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,11661,0,'EventAI',''), (11662,'Flamewaker Priest',NULL,62,62,12030,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,0,1,1.71429,8,1,30,12,1,1,1,1,67980,67980,72180,72180,1023,1352,0,0,2223,116,25,2000,2000,0,0,0,11662,0,0,0,0,82526199,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,11662,0,'','mob_flamewaker_priest'), - (11663,'Flamewaker Healer',NULL,60,60,13029,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,8,1,1.71429,2,1,40,12,12,1,1,1,97680,97680,29208,29208,96.8,128.2,0,0,3075,238,24,2000,2000,0,4222,5518,11663,0,0,0,0,82524151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11663,'Flamewaker Healer',NULL,60,60,13029,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,8,1,1.71429,2,1,40,12,12,1,1,1,97680,97680,29208,29208,96.8,128.2,0,0,3075,238,24,2000,2000,0,4222,5518,11663,0,0,0,0,82458615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11664,'Flamewaker Elite',NULL,62,62,12002,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,0,8,1,1.71429,2,1,40,12,14,1,1.25,1,103600,103600,30816,30816,120.5,159.6,0,0,4444,246,26,2400,2400,0,4777,6244,11664,0,0,0,0,116080631,0,0,93,-93,-93,-93,-93,0,0,0,0,0,0,0,0,0,11664,0,'EventAI',''), - (11665,'Lava Annihilator',NULL,61,62,12164,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1.55556,2.28571,1,1,30,1,18,1,1,1,94320,97110,0,0,84.7,114.5,0,0,4391,262,30,1600,1600,0,0,0,11665,0,0,0,0,115965943,0,0,93,93,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11666,'Firewalker',NULL,61,62,1070,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1,1.71429,1,1,25,1,10,1,1,1,78600,80925,0,0,105.8,143.1,0,0,4391,262,30,2000,2000,2,0,0,11666,0,0,0,0,116097015,0,0,0,0,-93,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11667,'Flameguard',NULL,61,62,5488,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1,1.71429,1,1,25,1,10,1,1,1,78600,80925,0,0,105.8,143.1,0,0,4391,262,30,2000,2000,2,0,0,11667,0,0,0,0,116097015,0,0,0,0,-93,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11668,'Firelord',NULL,61,62,12231,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1,1.71429,1,1,30,1,12,1,1,1,94320,97110,0,0,79.4,107.4,0,0,4391,262,30,1500,1500,2,0,0,11668,0,0,0,0,116097015,0,0,0,0,-93,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11665,'Lava Annihilator',NULL,61,62,12164,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1.55556,2.28571,1,1,30,1,18,1,1,1,94320,97110,0,0,84.7,114.5,0,0,4391,262,30,1600,1600,0,0,0,11665,0,0,0,0,115965943,0,0,93,93,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (11666,'Firewalker',NULL,61,62,1070,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1,1.71429,1,1,25,1,10,1,1,1,78600,80925,0,0,105.8,143.1,0,0,4391,262,30,2000,2000,2,0,0,11666,0,0,0,0,116097015,4,0,0,0,-93,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11667,'Flameguard',NULL,61,62,5488,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1,1.71429,1,1,25,1,10,1,1,1,78600,80925,0,0,105.8,143.1,0,0,4391,262,30,2000,2000,2,0,0,11667,0,0,0,0,116097015,4,0,0,0,-93,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11668,'Firelord',NULL,61,62,12231,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1,1.71429,1,1,30,1,12,1,1,1,94320,97110,0,0,79.4,107.4,0,0,4391,262,30,1500,1500,2,0,0,11668,0,0,0,0,116097015,4,0,0,0,-93,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11669,'Flame Imp',NULL,61,62,12190,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1,1.71429,1,1,3,1,3,1,1,1,9432,9711,0,0,105.8,143.1,0,0,4391,262,30,2000,2000,0,0,0,0,0,0,0,0,82540279,0,0,186,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11671,'Core Hound',NULL,61,61,12168,0,0,0,54,54,0,0,1,3,3,0,0,32768,0,0,8,1,1.71429,1,1,15,1,10,1,1,1,47160,47160,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,0,0,0,0,0,0,0,116080631,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11671,'Core Hound',NULL,61,61,12168,0,0,0,54,54,0,0,1,3,3,0,0,32768,0,0,8,1,1.71429,1,1,15,1,10,1,1,1,47160,47160,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,0,0,0,0,0,0,0,116080631,0,0,93,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11672,'Core Rager',NULL,62,62,11997,0,0,0,54,54,0,0,1,3,3,0,0,32832,0,0,65545,1,2.28571,1,1,25,1,14,1,1,1,80925,80925,0,0,107.9,143.1,0,0,4391,262,30,2000,2000,0,0,0,0,0,0,0,0,116080631,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','mob_core_rager'), (11673,'Ancient Core Hound',NULL,62,62,12189,0,0,0,54,54,0,0,1,3,3,0,0,32832,0,0,65545,1.2,1.71429,1,1,35,1,16,1,1,1,113295,113295,0,0,107.9,143.1,0,0,4391,262,30,2000,2000,2,0,0,11673,0,11673,0,0,116080631,0,0,93,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), (11675,'Snowblind Windcaller',NULL,53,54,10282,0,0,0,514,514,0,0,7,3,3,0,0,32768,0,0,0,1.38889,1.14286,1,0,1,1,1,1,-1,1,2616,2682,0,0,158,188,71.2272,97.9374,3216,80,100,1420,1562,0,61,305,11675,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11677,'Taskmaster Snivvle',NULL,58,58,371,0,0,0,26,26,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,1,1,1,1,-1,1,13776,13776,0,0,354,456,59.9488,82.4296,3435,187,100,1175,1292,0,152,761,11677,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11677,0,'EventAI',''), (11678,'Snowblind Ambusher',NULL,52,53,10282,0,0,0,514,514,0,0,7,3,3,0,0,32768,0,0,0,1.38889,1.14286,1,0,1,1,1,1,-1,1,3132,3459,0,0,158,188,71.2272,97.9374,3163,80,100,1420,1562,0,61,305,11678,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11679,'Winterax Witch Doctor',NULL,59,60,14034,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.78,1.14286,1,1,1,1,1,1,-1,1,11086,34213,0,0,559,720,61.152,84.084,3791,295,100,1158,1274,0,162,812,11679,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11679,0,'',''), - (11680,'Horde Scout',NULL,26,28,11869,11870,0,0,83,83,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,2,0,1.04,1,1,1,-1,1,677,737,693,756,42,53,42.1344,57.9348,946,22,100,2000,2000,0,36,52,11680,11680,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11680,0,'EventAI',''), - (11681,'Horde Deforester',NULL,27,27,11853,11855,0,0,83,83,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,940,940,686,686,42,53,42.1344,57.9348,1097,22,100,2000,2000,0,39,56,11681,11681,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11681,0,'EventAI',''), - (11682,'Warsong Grunt',NULL,29,30,11861,11863,0,0,83,83,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1454,1454,0,0,42,53,42.1344,57.9348,1200,22,100,2000,2000,0,43,61,11682,11682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11682,0,'EventAI',''), - (11683,'Warsong Shaman',NULL,28,29,11865,11866,0,0,83,83,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,0,1,1,1,1,-1,1,737,737,1977,2068,42,53,42.1344,57.9348,635,22,100,2000,2000,0,37,53,11683,11683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11683,0,'EventAI',''), + (11680,'Horde Scout',NULL,26,28,11869,11870,11871,11872,83,83,0,0,7,1,3,0,0,32768,0,0,0,1,1.14286,2,0,1.04,1,1,1,-1,1,677,737,693,756,42,53,42.1344,57.9348,946,22,100,2000,2000,0,36,52,11680,11680,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11680,0,'EventAI',''), + (11681,'Horde Deforester',NULL,27,27,11853,11855,11854,11856,83,83,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,940,940,686,686,42,53,42.1344,57.9348,1097,22,100,2000,2000,0,39,56,11681,11681,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11681,0,'EventAI',''), + (11682,'Warsong Grunt',NULL,29,30,11861,11863,11862,11864,83,83,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1454,1454,0,0,42,53,42.1344,57.9348,1200,22,100,2000,2000,0,43,61,11682,11682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11682,0,'EventAI',''), + (11683,'Warsong Shaman',NULL,28,29,11865,11866,11867,11868,83,83,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,8,0,1,1,1,1,-1,1,737,737,1977,2068,42,53,42.1344,57.9348,635,22,100,2000,2000,0,37,53,11683,11683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11683,0,'EventAI',''), (11684,'Warsong Shredder',NULL,27,27,1303,0,0,0,83,83,0,0,9,1,3,0,0,0,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,725,725,0,0,42,53,42.1344,57.9348,1097,22,100,2000,2000,0,39,56,11684,0,0,0,0,16384,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11685,'Maraudine Priest',NULL,40,42,9440,0,0,0,134,134,0,0,7,1,3,0,0,0,0,0,0,1.02,1.14286,8,0,1,1,1,1,1,1,1077,1156,3191,3471,43,58,59.0304,81.1668,1165,23,100,2000,2000,0,57,79,11685,11685,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11686,'Ghostly Raider',NULL,40,41,11638,0,0,0,134,134,0,0,6,1,3,0,0,0,0,0,0,1.02,1.14286,1,0,1,1,1,1,-1,1,1892,2028,0,0,62,80,54.912,75.504,2101,33,100,2000,2000,0,71,98,11686,11686,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11686,0,'EventAI',''), @@ -401548,28 +404511,28 @@ VALUES (11718,'Sar Browneye',NULL,53,53,11673,0,0,0,104,104,1.25,0,7,1,3,0,2,4608,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4930,4930,0,0,92,119,69.0272,94.9124,3163,49,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11718,0,'',''), (11720,'Loruk Foreststrider',NULL,44,44,11685,0,0,0,104,104,1.35,0,7,3,3,0,2,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2868,2868,0,0,68,88,60.7904,83.5868,2557,36,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11720,0,'',''), (11721,'Hive\'Ashi Worker',NULL,57,58,12151,0,0,0,311,311,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8352,8613,0,0,361,467,60.5576,83.2667,3435,191,100,1166,2000,0,0,0,11721,0,11721,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11722,'Hive\'Ashi Defender',NULL,58,59,12153,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1.5,1,8613,8883,0,0,372,479,61.152,84.084,5234,196,100,1158,2000,0,0,0,11722,0,11722,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11723,'Hive\'Ashi Sandstalker',NULL,58,59,12150,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,2.85,1,1,1,0.75,1,8182,8439,0,0,361,467,60.5576,83.2667,2617,191,100,1166,2000,0,0,0,11723,0,11723,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (11722,'Hive\'Ashi Defender',NULL,58,59,12153,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1.5,1,8613,8883,0,0,372,479,61.152,84.084,5234,196,100,1158,2000,0,0,0,11722,0,11722,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11723,'Hive\'Ashi Sandstalker',NULL,58,59,12150,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,2.85,1,1,1,0.75,1,8182,8439,0,0,361,467,60.5576,83.2667,2617,191,100,1166,2000,0,0,0,11723,0,11723,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11724,'Hive\'Ashi Swarmer',NULL,57,58,12152,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.4,1.42857,1,1,3,1,1,1,1,1,8352,8613,0,0,354,456,59.9488,82.4296,3435,187,100,1175,2000,0,0,0,11724,0,11724,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (11725,'Hive\'Zora Waywatcher',NULL,58,59,12158,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8613,8883,0,0,372,479,61.152,84.084,3489,196,100,1158,2000,0,0,0,11725,0,11725,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (11726,'Hive\'Zora Tunneler',NULL,58,59,12159,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8613,8883,0,0,361,467,60.5576,83.2667,3489,191,100,1166,2000,0,0,0,11726,0,11726,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11727,'Hive\'Zora Wasp',NULL,57,59,11088,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3876,3997,0,0,101,126,72.688,99.946,3462,52,100,2000,2000,0,0,0,11727,0,11727,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11728,'Hive\'Zora Reaver',NULL,59,60,11085,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,9156,0,0,571,737,61.732,84.8815,3791,302,100,1150,2000,0,0,0,11728,0,11728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11729,'Hive\'Zora Hive Sister',NULL,59,60,12160,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,9156,0,0,571,737,61.732,84.8815,3791,302,100,1150,2000,0,0,0,11729,0,11729,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11730,'Hive\'Regal Ambusher',NULL,59,60,11106,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,0.75,1,8883,9156,0,0,544,703,60.5576,83.2667,2843,288,100,1166,2000,0,0,0,11730,0,11730,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (11727,'Hive\'Zora Wasp',NULL,57,59,11088,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3876,3997,0,0,101,126,72.688,99.946,3462,52,100,2000,2000,0,0,0,11727,0,11727,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11728,'Hive\'Zora Reaver',NULL,59,60,11085,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,9156,0,0,571,737,61.732,84.8815,3791,302,100,1150,2000,0,0,0,11728,0,11728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11729,'Hive\'Zora Hive Sister',NULL,59,60,12160,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,9156,0,0,571,737,61.732,84.8815,3791,302,100,1150,2000,0,0,0,11729,0,11729,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11730,'Hive\'Regal Ambusher',NULL,59,60,11106,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,0.75,1,8883,9156,0,0,544,703,60.5576,83.2667,2843,288,100,1166,2000,0,0,0,11730,0,11730,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11731,'Hive\'Regal Burrower',NULL,59,60,12156,0,0,0,311,311,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,9156,0,0,544,703,60.5576,83.2667,3791,288,100,1166,2000,0,0,0,11731,0,11731,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11732,'Hive\'Regal Spitfire',NULL,59,60,9229,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,9156,0,0,559,720,61.152,84.084,3791,295,100,1158,2000,0,0,0,11732,0,11732,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (11732,'Hive\'Regal Spitfire',NULL,59,60,9229,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,9156,0,0,559,720,61.152,84.084,3791,295,100,1158,2000,0,0,0,11732,0,11732,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11733,'Hive\'Regal Slavemaker',NULL,59,60,12154,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,9156,0,0,559,720,61.152,84.084,3791,295,100,1158,2000,0,0,0,11733,0,11733,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11734,'Hive\'Regal Hive Lord',NULL,59,61,12155,0,0,0,310,310,2.3,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,4,1,1,1,1,1,11844,12576,0,0,380,491,172.1,240.07,4091,201,100,1150,2000,0,0,0,11734,0,11734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (11735,'Stonelash Scorpid',NULL,54,55,15383,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,68.0944,93.6298,3271,49,100,2000,2000,0,0,0,11735,0,11735,0,0,0,0,0,0,0,0,0,0,8859,1,0,0,0,0,0,0,0,0,0,'',''), - (11736,'Stonelash Pincer',NULL,56,56,15384,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.35,1,1,1,1,1,3644,3644,0,0,98,119,68.904,94.743,3327,50,100,2000,2000,0,0,0,11736,0,11736,0,0,0,0,0,0,0,0,0,0,8832,1,0,0,0,0,0,0,0,0,0,'',''), - (11737,'Stonelash Flayer',NULL,57,58,15385,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,69.696,95.832,3435,52,100,2000,2000,0,0,0,11737,0,11737,0,0,0,0,0,0,0,0,0,0,8861,1,0,0,0,0,0,0,0,0,0,'',''), - (11738,'Sand Skitterer',NULL,55,56,8014,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.42857,1,0,1.35,1,1,1,1,1,3529,3644,0,0,97,120,69.3792,95.3964,3327,50,100,2000,2000,0,0,0,11738,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11739,'Rock Stalker',NULL,57,59,711,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.35,1,1,1,-1,1,3758,3876,0,0,100,132,59.3256,81.5727,3408,242,100,2000,2000,0,0,0,11739,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11740,'Dredge Striker',NULL,55,56,15386,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,3137,3239,0,0,97,120,68.0944,93.6298,3327,50,100,2000,2000,0,0,0,11740,0,100003,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11741,'Dredge Crusher',NULL,57,58,14524,0,0,0,14,14,0,0,1,3,3,0,2,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,71.2272,97.9374,3435,52,100,2000,2000,0,0,0,11741,0,100003,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11744,'Dust Stormer',NULL,55,57,8715,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.4,1.14286,1,0,1.35,1,1,1,1,1,3529,3758,0,0,96,121,68.0944,93.6298,3380,50,100,2000,2000,3,0,0,11744,0,0,0,0,0,0,0,56,56,56,112,56,0,1,0,0,0,0,0,0,0,0,0,'',''), - (11745,'Cyclone Warrior',NULL,57,59,8716,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.4,1.42857,1,0,1.35,1,1,1,1,1,3758,3997,0,0,100,126,73.392,100.914,3489,52,100,2000,2000,0,0,0,11745,0,0,0,0,0,0,0,116,116,116,116,116,0,1,0,0,0,0,0,0,0,0,0,'',''), + (11734,'Hive\'Regal Hive Lord',NULL,59,61,12155,0,0,0,310,310,2.3,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,1,4,1,1,1,1,1,11844,12576,0,0,380,491,172.1,240.07,4091,201,100,1150,2000,0,0,0,11734,0,11734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11735,'Stonelash Scorpid',NULL,54,55,15383,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.3,1,1,1,1,1,3293,3398,0,0,95,118,68.0944,93.6298,3271,49,100,2000,2000,0,0,0,11735,0,11735,0,0,0,0,0,0,0,0,0,0,8859,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11736,'Stonelash Pincer',NULL,56,56,15384,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.35,1,1,1,1,1,3644,3644,0,0,98,119,68.904,94.743,3327,50,100,2000,2000,0,0,0,11736,0,11736,0,0,0,0,0,0,0,0,0,0,8832,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11737,'Stonelash Flayer',NULL,57,58,15385,0,0,0,413,413,0,20,1,3,3,0,0,32768,0,0,1,1,1.14286,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,69.696,95.832,3435,52,100,2000,2000,0,0,0,11737,0,11737,0,0,0,0,0,0,0,0,0,0,8861,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11738,'Sand Skitterer',NULL,55,56,8014,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.42857,1,0,1.35,1,1,1,1,1,3529,3644,0,0,97,120,69.3792,95.3964,3327,50,100,2000,2000,0,0,0,11738,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11739,'Rock Stalker',NULL,57,59,711,0,0,0,22,22,0,3,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.35,1,1,1,-1,1,3758,3876,0,0,100,132,59.3256,81.5727,3408,242,100,2000,2000,0,0,0,11739,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11740,'Dredge Striker',NULL,55,56,15386,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.2,1,1,1,1,1,3137,3239,0,0,97,120,68.0944,93.6298,3327,50,100,2000,2000,0,0,0,11740,0,100003,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11741,'Dredge Crusher',NULL,57,58,14524,0,0,0,14,14,0,0,1,3,3,0,2,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,3758,3876,0,0,101,125,71.2272,97.9374,3435,52,100,2000,2000,0,0,0,11741,0,100003,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11744,'Dust Stormer',NULL,55,57,8715,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.4,1.14286,1,0,1.35,1,1,1,1,1,3529,3758,0,0,96,121,68.0944,93.6298,3380,50,100,2000,2000,3,0,0,11744,0,0,0,0,0,0,0,56,56,56,112,56,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (11745,'Cyclone Warrior',NULL,57,59,8716,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.4,1.42857,1,0,1.35,1,1,1,1,1,3758,3997,0,0,100,126,73.392,100.914,3489,52,100,2000,2000,0,0,0,11745,0,0,0,0,0,0,0,116,116,116,116,116,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11746,'Desert Rumbler',NULL,56,58,8550,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.55556,1.14286,1,0,1.35,1,1,1,1.25,1,3644,3876,0,0,64,118,68.0944,93.6298,4294,42,100,2000,2000,0,0,0,11746,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11747,'Desert Rager',NULL,58,59,1162,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.55556,1.14286,1,0,1.35,1,1,1,1.25,1,3876,3997,0,0,101,126,73.392,100.914,4361,52,100,2000,2000,0,0,0,11747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11748,'Samantha Swifthoof',NULL,40,40,11687,0,0,0,104,104,1.25,0,7,3,3,0,2,37376,0,4096,0,1,1.14286,1,0,1,1,1,1,-1,1,1733,1733,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,11748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',''), @@ -401594,7 +404557,7 @@ VALUES (11786,'Ambereye Reaver',NULL,41,42,12338,0,0,0,410,410,0,0,1,3,3,0,0,32768,0,0,0,1.02,1.14286,1,1,3,1,1,1,1,1,4755,4953,0,0,154,187,46.624,64.108,2246,79,100,2000,2000,0,0,0,11786,0,11786,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11787,'Rock Borer',NULL,40,41,12335,0,0,0,16,16,0,0,1,1,3,0,0,0,0,0,0,1.02,1.14286,1,1,3,1,1,1,1,1,4572,4755,0,0,208,268,46.624,64.108,2101,110,100,1325,2000,0,0,0,11787,0,100004,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11788,'Rock Worm',NULL,41,42,13009,0,0,0,16,16,0,0,1,1,3,0,0,0,0,0,0,1.02,1.14286,1,1,3,1,1,1,1,1,4755,4953,0,0,221,285,48.3504,66.4818,2246,117,100,1308,2000,0,0,0,11788,0,100004,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (11789,'Deep Borer',NULL,46,48,12333,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,1919,1990,0,0,79,99,61.9344,85.1598,2835,41,100,2000,2000,0,0,0,11789,0,100004,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (11789,'Deep Borer',NULL,46,48,12333,13211,9032,13212,14,14,0,0,1,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,1919,1990,0,0,79,99,61.9344,85.1598,2835,41,100,2000,2000,0,0,0,11789,0,100004,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (11790,'Putridus Satyr',NULL,43,44,11345,0,0,0,90,90,0,0,3,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,1,1,1,1,-1,1,4953,5148,0,0,269,346,53.1456,73.0752,2322,142,100,1500,2000,0,300,396,11790,11790,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11790,0,'EventAI',''), (11791,'Putridus Trickster',NULL,43,45,11338,0,0,0,90,90,0,0,3,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,3,1,1,1,-1,1,5148,5148,0,0,269,346,53.1456,73.0752,2397,142,100,1500,2000,0,310,409,11791,11791,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11791,0,'EventAI',''), (11792,'Putridus Shadowstalker',NULL,42,43,2021,0,0,0,90,90,0,0,3,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,3,1,1,1,1,1,4953,5148,0,0,269,346,53.1456,73.0752,2397,142,100,2000,2000,0,298,394,11792,11792,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11792,0,'EventAI',''), @@ -401608,8 +404571,8 @@ VALUES (11800,'Silva Fil\'naveth','Darnassus Flight Master',55,55,11767,0,0,0,994,994,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,2,0,1,1.15,1,1,-1,1,3857,3857,2434,2790,373,486,74.448,102.366,2654,198,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4041,0,0,'',''), (11801,'Rabine Saturna',NULL,60,60,11768,0,0,0,635,635,0,0,7,3,3,0,3,36864,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,3857,3857,2434,2434,164,212,74.448,102.366,3075,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5102,0,0,'',''), (11802,'Dendrite Starblaze',NULL,60,60,11769,0,0,0,994,994,0,0,7,3,3,0,3,36864,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,3857,3857,3155,3155,164,212,74.448,102.366,3075,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3901,0,0,'',''), - (11803,'Twilight Keeper Exeter','Twilight\'s Hammer',60,60,11793,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,107,131,71.9664,98.9538,3791,55,100,2000,2000,0,137,184,11803,11803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11803,0,'',''), - (11804,'Twilight Keeper Havunth','Twilight\'s Hammer',60,60,11798,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.45,1,1,1,1,1,3541,3541,2434,2434,99,121,71.9664,98.9538,3075,51,100,2000,2000,0,125,168,11804,11804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11804,0,'',''), + (11803,'Twilight Keeper Exeter','Twilight\'s Hammer',60,60,11793,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,107,131,71.9664,98.9538,3791,55,100,2000,2000,0,137,184,11803,11803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11803,0,'EventAI',''), + (11804,'Twilight Keeper Havunth','Twilight\'s Hammer',60,60,11798,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.45,1,1,1,1,1,3541,3541,2434,2434,99,121,71.9664,98.9538,3075,51,100,2000,2000,0,125,168,11804,11804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11804,0,'EventAI',''), (11805,'Jarund Stoutstrider','The Cenarion Circle',55,55,11799,0,0,0,994,994,1.35,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,4108,4108,2117,2117,96,125,70.664,97.163,2654,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11805,0,'',''), (11806,'Sentinel Onaeya',NULL,20,20,11729,0,0,0,231,231,0,0,7,3,3,0,2,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,482,482,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,11806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11806,0,'EventAI',''), (11807,'Tristane Shadowstone',NULL,15,15,11752,0,0,0,55,55,0,0,7,3,3,0,2,32768,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,644,644,326,326,17,22,24.552,33.759,20,9,100,1860,2046,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11807,0,'',''), @@ -401626,7 +404589,7 @@ VALUES (11819,'Jory Zaga',NULL,1,1,11750,0,0,0,28,28,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11820,'Locke Okarr',NULL,28,28,11736,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1454,1454,0,0,38,48,42.6272,58.6124,1130,20,100,2000,2000,0,0,0,11820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11820,1,'EventAI',''), (11821,'Darn Talongrip',NULL,30,30,11751,0,0,0,29,29,0,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11821,0,'EventAI',''), - (11822,'Moonglade Warden',NULL,55,55,11774,11775,0,0,1254,1254,1.25,0,7,1,3,0,0,36864,0,1024,0,1,1.14286,2,0,1,1,1,1,-1,1,4108,4108,2117,2790,224,253,301.34,422.17,2654,110,100,2000,2000,0,54,269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11822,0,'',''), + (11822,'Moonglade Warden',NULL,55,55,11774,11775,11776,11777,1254,1254,1.25,0,7,1,3,0,0,36864,0,1024,0,1,1.14286,2,0,1,1,1,1,-1,1,4108,4108,2117,2790,224,253,301.34,422.17,2654,110,100,2000,2000,0,54,269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11822,0,'',''), (11823,'Vark Battlescar',NULL,10,10,11738,0,0,0,104,104,0,0,7,1,3,0,2,4608,0,2,0,1.02,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11823,0,'',''), (11824,'Erik Felixe',NULL,45,45,11743,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11825,'Paige Felixe',NULL,46,46,11742,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3077,3077,0,0,74,96,62.744,86.273,2780,39,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -401634,8 +404597,8 @@ VALUES (11827,'Kimberly Grant',NULL,35,35,11747,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11828,'Kelly Grant',NULL,40,40,11746,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11829,'Fahrak',NULL,42,42,11753,0,0,0,29,29,0,0,7,3,3,0,2,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2666,2666,0,0,64,83,58.7664,80.8038,2246,34,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11829,0,'',''), - (11830,'Hakkari Priest',NULL,60,60,11758,11760,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,0,1.32,1.14286,2,1,7,5,1,1,1,1,17094,17094,12170,12170,544,703,60.5576,83.2667,3075,288,100,1166,2000,0,822,1078,11830,11830,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11830,0,'EventAI',''), - (11831,'Hakkari Witch Doctor',NULL,60,60,11762,11764,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,1,1,1,1,-1,1,24420,24420,12170,12170,571,737,61.732,84.8815,3075,302,100,1150,2000,0,1119,1466,11831,11831,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11831,0,'',''), + (11830,'Hakkari Priest',NULL,60,60,11758,11760,11759,11761,28,28,0,0,7,1,3,0,0,32832,0,0,0,1.32,1.14286,2,1,7,5,1,1,1,1,17094,17094,12170,12170,544,703,60.5576,83.2667,3075,288,100,1166,2000,0,822,1078,11830,11830,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11830,0,'EventAI',''), + (11831,'Hakkari Witch Doctor',NULL,60,60,11762,11764,11763,11765,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,1,1,1,1,-1,1,24420,24420,12170,12170,571,737,61.732,84.8815,3075,302,100,1150,2000,0,1119,1466,11831,11831,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11831,0,'',''), (11832,'Keeper Remulos',NULL,62,62,11906,0,0,0,635,635,0,0,7,3,3,0,3,32768,0,0,4096,2.8,1.14286,2,0,1,1,1,1,-1,1,56475,56475,89880,115815,241,283,203.77,104.278,3555,121,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10215,0,0,'','npc_keeper_remulos'), (11833,'Rahauro','Magatha\'s Servant',20,20,11754,0,0,0,104,104,1.35,0,7,1,3,0,3,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,919,919,0,0,24,31,31.856,43.802,852,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3661,11833,0,'',''), (11834,'Maur Grimtotem',NULL,14,14,11755,0,0,0,35,35,1.35,0,7,3,3,0,2,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,594,594,0,0,15,19,23.0384,31.6778,20,8,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -401651,7 +404614,7 @@ VALUES (11859,'Doomguard',NULL,60,60,1912,0,0,0,954,954,0,0,3,3,3,0,0,32768,0,0,0,1.51,1.14286,2,0,1,1,1,1,-1,1,4802,4802,2783,2783,236,284,74.448,102.366,3075,120,100,1410,1551,0,126,631,0,0,0,0,0,0,0,0,0,0,0,0,240,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11860,'Maggran Earthbinder',NULL,30,30,11797,0,0,0,104,104,1.62,0,7,1,3,0,3,4608,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11860,0,'EventAI',''), (11861,'Mor\'rogal',NULL,25,25,11795,0,0,0,104,104,1.35,0,7,1,3,0,3,4608,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11861,0,'EventAI',''), - (11862,'Tsunaman',NULL,25,25,5562,0,0,0,714,714,0,0,4,1,3,0,2,4608,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,25,25,25,50,25,0,0,0,0,0,0,0,0,0,0,0,'',''), + (11862,'Tsunaman',NULL,25,25,5562,0,0,0,714,714,0,0,4,1,3,0,2,4608,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,16,0,25,25,25,50,25,0,0,0,0,0,0,0,0,0,0,0,'',''), (11863,'Azore Aldamort','The Argent Dawn',60,60,11794,0,0,0,794,794,0,0,7,1,3,0,2,4608,0,2,0,1.02,1.14286,8,0,1,1,1,1,-1,1,3857,3857,5751,5751,164,212,74.448,102.366,1923,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,11863,0,'',''), (11864,'Tammra Windfield',NULL,25,25,11796,0,0,0,104,104,1.25,0,7,1,3,0,2,4608,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,70,0,0,0,0,0,0,0,0,0,11864,1,'EventAI',''), (11865,'Buliwyf Stonehand','Weapon Master',50,50,11806,0,0,0,55,55,0,0,7,3,3,0,19,36864,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,6830,6830,0,0,292,333,55.36,76.12,2999,144,100,1258,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,5275,11865,0,'',''), @@ -401668,10 +404631,10 @@ VALUES (11876,'Demon Spirit',NULL,37,37,4427,0,0,0,92,92,0,0,3,3,3,0,0,32768,0,0,0,1.12,1.14286,1,0,1,1,1,1,-1,1,1743,1743,0,0,80,95,50.82,69.8775,1593,40,100,1650,1815,0,24,120,11876,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,11876,0,'EventAI',''), (11877,'Roon Wildmane',NULL,41,41,11852,0,0,0,995,995,1.5,0,7,1,3,0,2,4096,0,0,0,1.02,1.14286,1,0,1,1,1,1,-1,1,2568,2568,0,0,66,85,57.0064,78.3838,2101,35,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11877,0,'EventAI',''), (11878,'Nathanos Blightcaller','Champion of the Banshee Queen',62,62,11814,0,0,0,1174,1174,0,0,7,3,3,0,3,36928,0,0,0,1,1.14286,2,1,30,11,2.5,1,1,1,77700,77700,28248,28248,399,515,203.77,289.86,3555,246,26,1800,2000,0,3417,4468,11878,0,0,0,0,650854271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3962,11878,0,'EventAI',''), - (11880,'Twilight Avenger','Twilight\'s Hammer',57,59,11811,11823,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3876,3997,0,0,101,126,71.9664,98.9538,3462,52,100,2000,2000,0,133,179,11880,11880,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11880,0,'',''), - (11881,'Twilight Geolord','Twilight\'s Hammer',58,60,11819,11820,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3997,4120,0,0,104,130,71.9664,98.9538,3640,54,100,2000,2000,0,136,183,11881,11881,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11881,0,'',''), - (11882,'Twilight Stonecaller','Twilight\'s Hammer',59,60,11815,11816,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.35,1,1,1,1,1,3198,3297,2369,2434,97,120,71.9664,98.9538,3075,50,100,2000,2000,0,119,161,11882,11882,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11882,0,'',''), - (11883,'Twilight Master','Twilight\'s Hammer',59,60,11824,11825,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,3297,3297,2434,2434,99,121,71.9664,98.9538,3075,51,100,2000,2000,0,120,162,11883,11883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11883,0,'',''), + (11880,'Twilight Avenger','Twilight\'s Hammer',57,59,11811,11823,11812,11813,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3876,3997,0,0,101,126,71.9664,98.9538,3462,52,100,2000,2000,0,133,179,11880,11880,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11880,0,'EventAI',''), + (11881,'Twilight Geolord','Twilight\'s Hammer',58,60,11819,11820,11821,11822,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3997,4120,0,0,104,130,71.9664,98.9538,3640,54,100,2000,2000,0,136,183,11881,11881,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11881,0,'EventAI',''), + (11882,'Twilight Stonecaller','Twilight\'s Hammer',59,60,11815,11816,11817,11818,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.35,1,1,1,1,1,3198,3297,2369,2434,97,120,71.9664,98.9538,3075,50,100,2000,2000,0,119,161,11882,11882,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11882,0,'EventAI',''), + (11883,'Twilight Master','Twilight\'s Hammer',59,60,11824,11825,11826,11827,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,3297,3297,2434,2434,99,121,71.9664,98.9538,3075,51,100,2000,2000,0,120,162,11883,11883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11883,0,'EventAI',''), (11884,'Obi',NULL,1,1,6468,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (11885,'Blighthound',NULL,58,59,2715,0,0,0,1174,1174,0,0,1,3,3,0,0,36928,0,0,0,1.1,1.14286,1,1,1,1,1,1,-1,1,9800,9900,0,0,361,467,60.5576,83.2667,3489,191,100,1166,2000,0,0,0,11885,0,100003,0,0,650854271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11886,'Mercutio Filthgorger',NULL,57,57,11830,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.24,1.14286,1,0,2,1,2,1,1,1,5568,5568,0,0,98,130,0,0,3380,238,24,2000,1584,0,58,288,11886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11886,0,'EventAI',''), @@ -401682,10 +404645,10 @@ VALUES (11899,'Shardi','Wind Rider Master',55,55,11850,0,0,0,29,29,0,0,7,3,3,0,11,37376,0,2,0,1.25,1.14286,1,1,1,1,1,1,-1,1,7423,7423,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,11899,0,'EventAI',''), (11900,'Brakkar','Wind Rider Master',55,55,11849,0,0,0,29,29,0,0,7,3,3,0,11,37376,0,2,0,1.1,1.14286,1,1,1,1,1,1,-1,1,7423,7423,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11900,0,'EventAI',''), (11901,'Andruk','Wind Rider Master',55,55,11851,0,0,0,29,29,0,0,7,3,3,0,11,37376,0,2,0,1.05,1.14286,1,1,1,1,1,1,-1,1,7423,7423,7071,7071,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,11901,0,'EventAI',''), - (11910,'Grimtotem Ruffian',NULL,14,15,11878,11879,0,0,16,16,1.35,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,300,328,0,0,21,27,21.2784,29.2578,677,11,100,2000,2000,0,16,26,11910,11910,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11910,0,'EventAI',''), - (11911,'Grimtotem Mercenary',NULL,14,15,11882,11883,0,0,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,300,328,0,0,21,27,21.2784,29.2578,677,11,100,2000,2000,0,16,26,11911,11911,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11911,0,'EventAI',''), - (11912,'Grimtotem Brute',NULL,15,16,11874,11875,0,0,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,328,356,0,0,28,36,27.2272,37.4374,713,15,100,2500,2000,0,17,28,11912,11912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11912,0,'EventAI',''), - (11913,'Grimtotem Sorcerer',NULL,15,16,11886,11888,0,0,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,285,307,790,856,21,26,27.2272,37.4374,383,11,100,2000,2000,0,17,27,11913,11913,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11913,0,'EventAI',''), + (11910,'Grimtotem Ruffian',NULL,14,15,11878,11879,11880,11881,16,16,1.35,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,300,328,0,0,21,27,21.2784,29.2578,677,11,100,2000,2000,0,16,26,11910,11910,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11910,0,'EventAI',''), + (11911,'Grimtotem Mercenary',NULL,14,15,11882,11883,11884,11885,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,300,328,0,0,21,27,21.2784,29.2578,677,11,100,2000,2000,0,16,26,11911,11911,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11911,0,'EventAI',''), + (11912,'Grimtotem Brute',NULL,15,16,11874,11875,11876,11877,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,328,356,0,0,28,36,27.2272,37.4374,713,15,100,2500,2000,0,17,28,11912,11912,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11912,0,'EventAI',''), + (11913,'Grimtotem Sorcerer',NULL,15,16,11886,11888,11887,11889,16,16,1.25,0,7,1,3,0,0,32768,0,0,0,1,1.14286,8,0,1,1,1,1,1,1,285,307,790,856,21,26,27.2272,37.4374,383,11,100,2000,2000,0,17,27,11913,11913,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,11913,0,'EventAI',''), (11914,'Gorehoof the Black',NULL,17,17,10225,0,0,0,16,16,1.35,0,7,1,3,0,0,32768,0,0,0,1,1.14286,1,0,1.25,1,1,1,1,1,482,482,0,0,31,38,28.6704,39.4218,748,16,100,2000,2000,0,22,34,11914,11914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (11915,'Gogger Rock Keeper',NULL,16,17,26,0,0,0,26,26,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,318,341,357,390,24,31,28.6704,39.4218,20,13,100,2000,2000,0,18,28,11915,11915,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (11916,'Imelda',NULL,25,25,1471,0,0,0,12,12,0,0,7,3,3,0,0,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -401745,7 +404708,7 @@ VALUES (12051,'Frostwolf Legionnaire',NULL,56,57,12949,0,0,0,1214,1214,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.26,1,0,1,1,1,1,-1,1,2450,2577,0,0,161,193,71.9664,98.9538,3380,82,100,1410,1551,0,63,316,12051,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12051,0,'EventAI',''), (12052,'Frostwolf Warrior',NULL,55,55,12081,0,0,0,1214,1214,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,2579,2579,0,0,161,193,71.9664,98.9538,3271,82,100,1410,1551,0,63,316,12052,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12052,0,'',''), (12053,'Frostwolf Guardian',NULL,58,58,12165,0,0,0,1214,1214,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.26,1,0,1,1,1,1,-1,1,2046,2046,0,0,486,547,71.9664,98.9538,3435,238,100,1410,1551,0,70,352,12053,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12053,0,'EventAI',''), - (12056,'Baron Geddon',NULL,63,63,12129,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,513,76,3.15,3.15,1,3,176,1,14,1,1,1,586256,586256,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,2,0,0,12056,0,0,0,0,116097015,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'','boss_baron_geddon'), + (12056,'Baron Geddon',NULL,63,63,12129,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,513,76,1,2.28571,1,3,176,1,14,1,1,1,586256,586256,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,2,0,0,12056,0,0,0,0,116097015,4,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'','boss_baron_geddon'), (12057,'Garr',NULL,63,63,12110,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,513,108,1.55556,1.71429,1,3,198,1,18,1,1,1,659538,659538,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,0,0,12057,0,0,0,0,116080631,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_garr'), (12076,'Lava Elemental',NULL,61,62,5781,0,0,0,54,54,0,0,4,3,3,0,0,32832,0,0,8,1.55556,1.71429,1,1,25,1,12,1,1,1,78600,80925,0,0,132.3,178.9,0,0,4391,262,30,2500,2500,0,0,0,12076,0,0,0,0,115965943,0,0,95,95,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (12096,'Stormpike Quartermaster',NULL,55,55,13384,0,0,0,1217,1217,0,0,7,3,3,0,7,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,24978,24978,0,0,161,193,71.9664,98.9538,3271,82,100,1410,1551,0,1,752,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5241,12096,0,'',''), @@ -401772,7 +404735,7 @@ VALUES (12138,'Lunaclaw',NULL,12,12,9389,0,0,0,16,16,0,0,1,1,3,0,0,0,0,0,0,0.97,1.14286,1,0,1,1,1,1,1,1,247,247,0,0,30,35,21.2784,29.2578,573,15,100,1860,2046,0,0,0,12138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (12140,'Guardian of Elune',NULL,60,60,12234,0,0,0,32,32,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.14286,2,0,1.35,1,1,1,1,1,3297,3297,2434,2434,600,661,74.448,102.366,3075,291,100,1410,1551,0,64,318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12141,'Ice Totem',NULL,53,53,4587,0,0,0,6,6,0,0,11,3,3,0,0,32768,0,0,0,1.22,1.14286,1,0,1,1,1,1,-1,1,3866,3866,300,300,9,9,69.0272,94.9124,3163,4,100,1480,1628,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), - (12143,'Son of Flame',NULL,60,60,1204,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,5,1,12,1,1,1,15260,15260,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,2,0,0,0,0,0,0,0,74007075,0,0,0,0,-93,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (12143,'Son of Flame',NULL,60,60,1204,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,16384,0,1,1.71429,1,1,5,1,12,1,1,1,15260,15260,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,2,0,0,0,0,0,0,0,74007075,4,0,0,0,-93,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (12144,'Lunaclaw Spirit',NULL,13,13,12243,0,0,0,35,35,0,0,1,1,3,0,1,0,0,2,0,0.97,1.14286,1,0,2,1,1,1,1,1,546,546,0,0,28,32,21.5072,29.5724,608,14,100,1880,2068,0,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3862,0,0,'',''), (12145,'Riding Kodo (Black)',NULL,1,1,12244,0,0,0,35,35,1,0,1,3,3,0,0,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1,1,15,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12146,'Riding Kodo (Olive)',NULL,1,1,12247,0,0,0,35,35,1,0,1,3,3,0,0,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1,1,15,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -401786,7 +404749,7 @@ VALUES (12157,'Winterax Shadow Hunter',NULL,59,60,14060,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.78,1.14286,1,1,1,1,1,1,-1,1,7057,7357,0,0,559,720,61.152,84.084,3791,295,100,1158,1274,0,162,812,12157,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12157,0,'',''), (12158,'Winterax Hunter',NULL,59,59,14060,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.75,1.14286,1,1,1,1,1,1,-1,1,8825,8825,0,0,233,317,58.688,80.696,3489,127,100,1191,1310,0,143,713,12158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12158,0,'',''), (12159,'Korrak the Bloodrager',NULL,62,62,7873,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.81,1.14286,1,1,1,1,1,1,-1,1,106606,106606,0,0,399,515,62.7984,86.3478,4391,211,100,1133,1246,0,178,891,12159,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (12160,'Shadowglen Sentinel',NULL,55,55,4841,4842,0,0,79,79,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,190,221,301.34,422.17,3271,95,100,2000,2000,0,1,739,12160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12160,0,'',''), + (12160,'Shadowglen Sentinel',NULL,55,55,4841,4842,4843,4844,79,79,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4356,4356,0,0,190,221,301.34,422.17,3271,95,100,2000,2000,0,1,739,12160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12160,0,'',''), (12178,'Tortured Druid',NULL,55,56,12269,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,2752,2981,2117,2163,106,137,71.2272,97.9374,2375,56,100,2000,2000,0,108,145,12178,12178,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12178,0,'EventAI',''), (12179,'Tortured Sentinel',NULL,56,57,12270,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,3635,3828,0,0,106,137,71.2272,97.9374,3212,56,100,2000,2000,0,123,166,12179,12179,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12179,0,'EventAI',''), (12196,'Innkeeper Kaylisk','Innkeeper',30,30,12392,0,0,0,29,29,0,0,7,3,3,0,135,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1290,12196,0,'',''), @@ -401840,7 +404803,7 @@ VALUES (12262,'Ziggurat Protector',NULL,58,58,10627,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,0.777776,1.14286,1,1,4.05,1,1,1,1,1,11628,11628,0,0,354,456,59.9488,82.4296,3435,187,100,1175,2000,0,818,1073,12262,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (12263,'Slaughterhouse Protector',NULL,58,58,7864,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,5.9,1,1,1,1,1,16939,16939,0,0,335,432,58.688,80.696,3435,177,100,1191,2000,0,818,1073,12263,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (12264,'Shazzrah',NULL,63,63,13032,0,0,0,54,54,0,0,7,3,3,0,0,32832,0,513,108,1,1.71429,2,3,132,15,16,1,1,1,351780,351780,39300,39300,102.2,135.3,0,0,3795,252,27,2000,2000,0,516580,631375,12264,0,0,0,0,116080631,0,0,93,0,0,0,186,0,2,0,0,0,0,0,0,0,12264,0,'','boss_shazzrah'), - (12265,'Lava Spawn',NULL,60,60,2172,0,0,0,91,91,0,0,4,3,3,0,0,32769,0,0,0,1,1.71429,1,1,5,1,5,1,1,1,15260,15260,0,0,77.9,103.4,0,0,3791,252,26,1500,1500,2,0,0,0,0,0,0,0,116097015,0,0,0,0,-186,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (12265,'Lava Spawn',NULL,60,60,2172,0,0,0,91,91,0,0,4,3,3,0,0,32769,0,0,0,1,1.71429,1,1,5,1,5,1,1,1,15260,15260,0,0,77.9,103.4,0,0,3791,252,26,1500,1500,2,0,0,0,0,0,0,0,116097015,4,0,0,0,-186,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (12276,'Hive\'Zora Egg',NULL,20,20,10056,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,418,418,0,0,42,50,33.264,45.738,852,21,100,1800,1980,0,7,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12277,'Melizza Brimbuzzle',NULL,39,39,12409,0,0,0,474,474,0,0,7,1,3,0,2,0,0,0,4096,1.02,1.14286,1,0,1,1,1,1,-1,1,2376,2376,0,0,57,74,55.5984,76.4478,1834,30,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_melizza_brimbuzzle'), (12296,'Sickly Gazelle',NULL,3,3,14951,0,0,0,188,188,0,0,8,1,3,0,0,0,0,2,0,1,0.857143,1,0,0.2,1,1,1,1.33,1,14,14,0,0,3,5,1.76,2.42,55,2,100,2000,2000,0,0,0,0,0,12296,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','spell_dummy_npc'), @@ -401853,8 +404816,8 @@ VALUES (12322,'Quel\'Lithien Protector',NULL,60,60,10375,0,0,0,84,84,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,5074,5074,2434,2434,174,224,73.392,100.914,3075,92,100,2000,2000,0,152,204,12322,12322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12322,0,'EventAI',''), (12336,'Brother Crowley','Scarlet Crusade Emissary',44,44,13049,0,0,0,12,12,0,0,7,3,3,0,2,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2868,2868,0,0,68,88,60.7904,83.5868,2557,36,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (12337,'Crimson Courier',NULL,60,60,10502,0,0,0,89,89,0,0,7,3,3,0,0,32832,0,4096,0,1.1,1.14286,2,1,6,2,1,1,1,1,14652,14652,4868,4868,544,703,60.5576,83.2667,3075,288,100,1166,2000,0,694,911,12337,12337,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12337,0,'EventAI',''), - (12338,'Shadowprey Guardian',NULL,55,55,12829,12830,0,0,877,877,0,0,7,1,3,0,1,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,5217,5217,0,0,334,365,71.2272,97.9374,2500,161,100,2000,2000,0,794,794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12338,0,'',''), - (12339,'Demetria','The Scarlet Oracle',61,61,10507,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.79,1.14286,8,1,12,6,1,1,1,1,26412,26412,35250,35250,571,737,61.732,84.8815,2073,302,100,1150,1265,0,168,838,12339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (12338,'Shadowprey Guardian',NULL,55,55,12829,12830,12832,12831,877,877,0,0,7,1,3,0,1,4096,0,1024,0,1,1.14286,1,0,1,1,1,1,-1,1,5217,5217,0,0,334,365,71.2272,97.9374,2500,161,100,2000,2000,0,794,794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12338,0,'',''), + (12339,'Demetria','The Scarlet Oracle',61,61,10507,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,4096,0,1.79,1.14286,8,1,12,6,1,1,1,1,26412,26412,35250,35250,571,737,61.732,84.8815,2073,302,100,1150,1265,0,168,838,12339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (12340,'Drulzegar Skraghook',NULL,35,35,12934,0,0,0,876,876,0,0,7,1,3,0,3,4608,0,0,0,1.02,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,12340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4162,12340,0,'',''), (12341,'Blue Skeletal Horse',NULL,1,1,10671,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12342,'Brown Skeletal Horse',NULL,1,1,10672,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -401867,7 +404830,7 @@ VALUES (12349,'Turquoise Riding Raptor',NULL,1,1,6472,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12350,'Violet Riding Raptor',NULL,1,1,6473,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12351,'Dire Riding Wolf',NULL,10,10,2327,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,198,198,0,0,9,13,16.808,23.111,512,5,100,2000,2101,0,0,0,0,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (12352,'Scarlet Trooper',NULL,58,59,10500,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,0,0,1.25,1.14286,2,0,0.7,1,1,1,1,1,1608,1658,2289,2369,154,184,70.4704,96.8968,2832,78,100,1430,1573,0,59,296,12352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12352,0,'EventAI',''), + (12352,'Scarlet Trooper',NULL,58,59,10500,0,0,0,67,67,0,0,7,3,3,0,0,32768,0,4096,0,1.25,1.14286,2,0,0.7,1,1,1,1,1,1608,1658,2289,2369,154,184,70.4704,96.8968,2832,78,100,1430,1573,0,59,296,12352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12352,0,'EventAI',''), (12353,'Timber Riding Wolf',NULL,10,10,247,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,198,198,0,0,9,13,16.808,23.111,512,5,100,2000,2101,0,0,0,0,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12354,'Brown Riding Kodo',NULL,12,12,11641,0,0,0,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,247,247,0,0,26,31,19.9584,27.4428,573,13,100,2000,2000,0,0,0,0,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12355,'Gray Riding Kodo',NULL,12,12,12246,0,0,0,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,247,247,0,0,26,31,19.9584,27.4428,573,13,100,2000,2000,0,0,0,0,0,100007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -401894,8 +404857,8 @@ VALUES (12376,'Brown Horse',NULL,1,1,2404,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,1,1.38571,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12377,'Wailing Spectre',NULL,58,60,11649,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.11111,1.14286,1,0,1,1,1,1,2,1,2871,3052,0,0,100,138,0,0,7582,252,26,2000,2000,0,234,311,12377,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (12378,'Damned Soul',NULL,59,60,146,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.11111,1.14286,8,0,1,1,1,1,-1,1,2751,2859,6882,7031,164,212,71.9664,98.9538,1923,87,100,2000,2000,0,193,257,12378,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (12379,'Unliving Caretaker',NULL,59,60,13952,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3984,4086,0,0,164,212,71.9664,98.9538,3791,87,100,2000,2000,0,204,272,12379,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12379,0,'EventAI',''), - (12380,'Unliving Resident',NULL,59,60,13949,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4023,4148,0,0,164,212,71.9664,98.9538,3791,87,100,2000,2000,0,211,280,12380,12380,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12380,0,'EventAI',''), + (12379,'Unliving Caretaker',NULL,59,60,13951,13952,13953,13954,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3984,4086,0,0,164,212,71.9664,98.9538,3791,87,100,2000,2000,0,204,272,12379,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12379,0,'EventAI',''), + (12380,'Unliving Resident',NULL,59,60,12430,12431,13949,13950,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4023,4148,0,0,164,212,71.9664,98.9538,3791,87,100,2000,2000,0,211,280,12380,12380,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12380,0,'EventAI',''), (12381,'Ley Sprite',NULL,57,58,12432,0,0,0,21,21,0,0,10,3,3,0,0,32768,0,0,0,1.56,1.14286,1,0,1,1,1,1,-1,1,1700,2100,0,0,154,184,72.9872,100.357,3435,78,100,1430,1573,0,60,298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (12382,'Mana Sprite',NULL,56,57,1825,0,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,0,1.24,1.14286,1,0,1,1,1,1,-1,1,1200,1700,0,0,150,179,72.2304,99.3168,3380,76,100,1440,1584,0,58,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (12383,'Nibbles','Prairie Dog',1,1,1072,0,0,0,31,31,0,0,8,1,3,0,0,768,0,2,0,1,0.857143,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -401979,7 +404942,7 @@ VALUES (12756,'Lady Onyxia',NULL,63,63,8309,0,0,0,11,11,1,0,2,3,3,0,0,32768,0,1,0,3.9,1.14286,1,3,1,1,1,1,-1,1,954990,954990,19357,19357,1479,1633,261.12,359.04,4691,718,100,850,1280,0,3559,17796,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12756,0,'',''), (12757,'Karang Amakkar',NULL,35,35,8352,0,0,0,29,29,0,0,7,3,3,0,3,36864,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4401,0,0,'',''), (12758,'Onyxia Trigger',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (12759,'Tideress',NULL,27,27,7853,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.05,1.14286,2,0,1,1,1,1,-1,1,878,878,732,732,45,50,39.5824,54.4258,916,22,100,2000,2000,0,0,0,12759,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (12759,'Tideress',NULL,27,27,7853,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.05,1.14286,2,0,1,1,1,1,-1,1,878,878,732,732,45,50,39.5824,54.4258,916,22,100,2000,2000,0,0,0,12759,0,0,0,0,0,16,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (12776,'Hraug','Demon Trainer',9,9,14371,0,0,0,29,29,0,0,7,3,3,0,5,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,372,372,0,0,9,13,15.2064,20.9088,20,5,100,2000,2112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,12670,12776,0,'EventAI',''), (12777,'Captain Dirgehammer','Armor Quartermaster',55,55,12917,0,0,0,35,35,1,0,7,3,3,0,4224,37632,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,8075,8075,0,0,200,281,166,246,5234,278,35,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12777,0,'',''), (12778,'Lieutenant Rachel Vaccar',NULL,55,55,9811,0,0,0,12,12,0,0,7,3,3,0,0,37632,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12778,0,'EventAI',''), @@ -402015,9 +404978,9 @@ VALUES (12819,'Ruul Snowhoof Bear Form',NULL,1,1,8842,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12836,'Wandering Protector',NULL,35,35,12750,0,0,0,124,124,0,0,5,3,3,0,2,36928,0,98304,0,1.05,1.14286,1,1,3,1,1,1,1,1,3660,3660,0,0,193,249,44.84,61.655,1373,102,100,1341,2000,0,0,0,12836,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (12837,'Yama Snowhoof',NULL,26,26,12976,0,0,0,104,104,1.25,0,7,3,3,0,2,36864,0,0,0,1.05,1.14286,1,0,1,1,1,1,-1,1,1309,1309,0,0,34,43,40.04,55.055,1061,18,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12837,0,'',''), - (12856,'Ashenvale Outrunner',NULL,23,24,12912,12913,0,0,124,124,0,0,7,3,3,0,0,32768,0,0,0,0.5,0.571429,2,0,1,1,1,1,-1,1,569,619,581,618,31,40,35.6224,48.9808,829,16,100,2000,2000,0,29,43,12856,12856,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12856,0,'EventAI',''), + (12856,'Ashenvale Outrunner',NULL,23,24,12912,12913,12914,0,124,124,0,0,7,3,3,0,0,32768,0,0,0,0.5,0.571429,2,0,1,1,1,1,-1,1,569,619,581,618,31,40,35.6224,48.9808,829,16,100,2000,2000,0,29,43,12856,12856,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12856,0,'EventAI',''), (12858,'Torek',NULL,24,24,12809,0,0,0,83,83,0,0,7,3,3,0,2,36864,0,0,4096,1,1.14286,1,0,1,1,1,1,-1,1,1299,1299,0,0,35,43,37.3824,51.4008,992,18,100,2000,2000,0,0,0,12858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12858,0,'','npc_torek'), - (12859,'Splintertree Raider',NULL,21,22,12810,12811,0,0,83,83,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,532,540,0,0,24,32,33.264,45.738,922,13,100,2000,2000,0,0,0,12859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12859,0,'',''), + (12859,'Splintertree Raider',NULL,21,22,12810,12811,12971,12972,83,83,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,532,540,0,0,24,32,33.264,45.738,922,13,100,2000,2000,0,0,0,12859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12859,0,'',''), (12860,'Duriel Moonfire',NULL,24,24,12931,0,0,0,84,84,0,0,7,3,3,0,0,32768,0,0,0,1.08,1.14286,1,0,2,1,1,1,1,1,1302,1302,0,0,64,75,42.1344,57.9348,992,32,100,1710,1881,0,13,63,12860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12860,0,'EventAI',''), (12861,'Wisp (Ghost Visual Only)',NULL,1,1,1825,1825,0,0,35,35,0,0,8,3,3,0,0,32768,0,2,0,1,1.14286,1,0,0.2,1,1,1,1,1,8,8,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12862,'Warsong Scout',NULL,28,28,11869,0,0,0,29,29,0,0,7,3,3,0,2,36864,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,1454,1454,756,756,38,48,42.6272,58.6124,946,20,100,2000,2000,0,0,0,12862,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12862,1,'EventAI',''), @@ -402026,10 +404989,10 @@ VALUES (12865,'Ambassador Malcin',NULL,36,36,12909,0,0,0,152,152,0,0,6,1,3,0,0,32768,0,0,0,1,1.14286,2,1,3,2,1,1,1,1,3150,3150,2194,2194,193,249,44.84,61.655,1234,102,100,1341,2000,0,203,270,12865,12865,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12865,0,'EventAI',''), (12866,'Myriam Moonsinger',NULL,35,35,12964,0,0,0,35,35,0,0,7,1,3,0,3,512,0,0,0,1,1.14286,2,0,2,1,1,1,-1,1,2016,2016,1067,1067,51,65,51.128,70.301,1149,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4601,12866,0,'',''), (12867,'Kuray\'bin',NULL,35,35,12956,0,0,0,126,126,0,0,7,3,3,0,2,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12867,0,'',''), - (12876,'Baron Aquanis',NULL,28,28,110,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.52,1.14286,2,1,1,1,1,1,-1,1,1713,1713,618,618,134,173,36.1456,49.7002,946,71,100,1416,1558,0,32,160,12876,0,0,0,0,8388624,0,0,28,56,56,28,140,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (12876,'Baron Aquanis',NULL,28,28,110,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.52,1.14286,2,1,1,1,1,1,-1,1,1713,1713,618,618,134,173,36.1456,49.7002,946,71,100,1416,1558,0,32,160,12876,0,0,0,0,8388624,16,0,28,56,56,28,140,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (12877,'Ertog Ragetusk',NULL,35,35,12790,0,0,0,29,29,0,0,7,3,3,0,2,36864,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12877,0,'',''), - (12896,'Silverwing Sentinel',NULL,22,23,4841,4842,0,0,124,124,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,573,617,0,0,32,41,35.6224,48.9808,957,17,100,2000,2000,0,29,43,12896,12896,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12896,0,'EventAI',''), - (12897,'Silverwing Warrior',NULL,21,22,4841,4842,0,0,124,124,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,531,573,0,0,31,39,35.6224,48.9808,922,16,100,2000,2000,0,27,40,12897,12897,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12897,0,'EventAI',''), + (12896,'Silverwing Sentinel',NULL,22,23,4841,4842,4843,4844,124,124,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,573,617,0,0,32,41,35.6224,48.9808,957,17,100,2000,2000,0,29,43,12896,12896,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12896,0,'EventAI',''), + (12897,'Silverwing Warrior',NULL,21,22,4841,4842,4843,4844,124,124,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.02,1,1,1,1,1,531,573,0,0,31,39,35.6224,48.9808,922,16,100,2000,2000,0,27,40,12897,12897,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12897,0,'EventAI',''), (12898,'Phantim Illusion',NULL,1,1,12820,0,0,0,35,35,0,0,2,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (12899,'Axtroz',NULL,62,62,12821,0,0,0,60,60,0,0,2,3,3,0,0,32832,0,0,0,1.05,1.14286,1,1,12,1,1,1,1,1,38844,38844,0,0,399,515,203.77,289.86,4391,211,100,1133,2000,0,1802,2359,12899,0,12899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (12900,'Somnus',NULL,62,62,7553,0,0,0,50,50,0,0,2,3,3,0,0,32768,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,38547,38547,8343,8343,571,737,61.732,84.8815,4391,302,100,1150,1265,0,168,838,12900,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -402071,7 +405034,7 @@ VALUES (13017,'Enthralled Deeprun Rat',NULL,1,1,1141,0,0,0,7,7,0,0,8,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,0.01,1,1,1,1.33,1,1,1,0,0,2,2,1.76,2.42,20,1,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (13018,'Nipsy',NULL,12,12,12965,0,0,0,55,55,1.15,0,7,3,3,0,7,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,500,500,0,0,12,14,19.9584,27.4428,20,6,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,4845,13018,1,'',''), (13019,'Burning Blade Seer',NULL,33,33,4707,4708,0,0,554,554,0,0,7,1,3,0,0,0,0,0,0,1,1.14286,8,0,1.1,1,1,1,1,1,919,919,2457,2457,34,43,52.7472,72.5274,712,18,100,2000,2000,0,45,63,13019,13019,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13019,0,'EventAI',''), - (13020,'Vaelastrasz the Corrupt',NULL,63,63,13992,0,0,0,35,35,0,0,2,3,2,0,3,32832,0,769,76,1,1.71429,1,3,1000,1,35,1,1,1,3331000,3331000,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,1523076,1861537,13020,0,100001,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,6021,0,0,'','boss_vaelastrasz'), + (13020,'Vaelastrasz the Corrupt',NULL,63,63,13992,0,0,0,35,35,0,0,2,3,2,0,3,32832,0,769,76,1,1.71429,1,3,1000,1,35,1,1,1,3331000,3331000,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,1523076,1861537,13020,0,100001,0,0,617299803,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,6021,0,0,'','boss_vaelastrasz'), (13021,'Warpwood Crusher',NULL,56,56,12929,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,72,1.11111,1.14286,1,1,6,1.5,6,1,1,1,16194,16194,0,0,119.9,145.9,0,0,3327,234,23,2500,2500,0,772,1013,13021,0,0,0,0,132161,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (13022,'Whip Lasher',NULL,54,54,12962,12963,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,72,1,1.14286,1,0,0.75,1,0.75,1,1,1,1900,1900,0,0,92.1,122.2,0,0,3216,224,24,2000,2000,0,0,0,13022,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (13036,'Gordok Mastiff',NULL,57,59,12966,0,0,0,45,45,0,0,1,3,3,0,0,32768,0,0,0,1.23,1.14286,1,0,1.35,1,1,1,1,1,3758,3997,0,0,294,370,68.0944,93.6298,3489,153,100,1500,1500,0,0,0,13036,0,13036,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -402106,7 +405069,7 @@ VALUES (13145,'Lieutenant Grummus',NULL,59,59,14692,0,0,0,1214,1214,1,0,6,3,3,0,2,32768,0,0,0,3.54,1.14286,1,1,1,1,1,1,-1,1,23269,23269,0,0,361,467,60.5576,83.2667,3489,191,100,2000,1283,0,1,858,13145,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13145,0,'',''), (13146,'Lieutenant Murp',NULL,59,59,14701,0,0,0,1214,1214,2,0,7,3,3,0,2,32768,0,0,0,3.54,1.14286,1,1,1,1,1,1,-1,1,23453,23453,0,0,361,467,60.5576,83.2667,3489,191,100,2000,1283,0,1,858,13146,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13146,0,'',''), (13147,'Lieutenant Lewis',NULL,59,59,13466,0,0,0,1214,1214,0,0,7,3,3,0,2,32768,0,0,0,1.77,1.14286,1,1,1,1,1,1,-1,1,23692,23692,0,0,361,467,60.5576,83.2667,3489,191,100,2000,1283,0,1,844,13147,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13147,0,'',''), - (13148,'Flame of Ragnaros','',1,1,13069,13069,0,0,35,35,1,0,10,3,2,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1,1,1,1,1,2,1,2,17,0,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (13148,'Flame of Ragnaros','',60,60,13069,13069,0,0,54,54,1,0,10,3,2,0,0,33536,0,128,0,1,1.14286,1,0,1,1,1,1,-1,1,1,1,1,1,1,2,1,2,17,0,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (13149,'Syndicate Brigand',NULL,53,53,13440,0,0,0,108,108,0,0,7,3,3,0,0,32768,0,0,0,1.72,1.14286,1,1,1,1,1,1,-1,1,8017,8017,0,0,310,400,56.7312,78.0054,3163,164,100,1216,1338,0,129,643,13149,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,13149,0,'',''), (13150,'Syndicate Agent',NULL,57,57,13449,0,0,0,108,108,0,0,7,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,1,1,1,1,-1,1,9034,9034,0,0,344,444,59.3256,81.5727,3380,182,100,1183,1301,0,147,737,13150,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,13150,0,'',''), (13151,'Syndicate Master Ryson',NULL,60,60,13454,0,0,0,108,108,0,0,7,3,3,0,2,32768,0,0,0,1.76,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,1175,1292,0,1,844,13151,0,0,0,0,1,0,0,0,100,0,0,0,0,1,0,0,0,0,0,0,0,13151,0,'',''), @@ -402138,10 +405101,10 @@ VALUES (13257,'Murgot Deepforge',NULL,60,60,13151,0,0,0,1216,1216,0,0,7,3,3,0,3,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,30675,30675,0,0,571,737,61.732,84.8815,3791,302,100,2000,1265,0,1,886,13257,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5021,13257,0,'',''), (13276,'Wildspawn Imp',NULL,56,56,911,0,0,0,16,16,0,0,3,3,3,0,0,32768,0,0,72,1,1.14286,1,0,1.35,1,1,1,1,1,3644,3644,0,0,95.9,127.1,0,0,3327,234,23,2000,2000,0,121,163,13276,0,0,0,0,1,0,0,168,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (13277,'Dahne Pierce',NULL,5,5,251,0,0,0,894,894,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,166,166,0,0,6,8,8.624,11.858,20,3,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (13278,'Duke Hydraxis',NULL,60,60,10849,0,0,0,35,35,0,0,4,3,3,0,3,32768,0,0,0,3.53,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,1175,2000,0,0,0,0,0,0,0,0,0,0,0,300,300,300,300,300,0,0,0,0,0,0,0,0,5065,0,0,'',''), - (13279,'Discordant Surge',NULL,54,57,11172,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,3507,3688,0,0,161,193,71.9664,98.9538,3380,82,100,1410,1551,0,63,316,13279,0,0,0,0,0,0,0,56,56,56,56,112,0,1,0,0,0,0,0,0,0,0,0,'',''), - (13280,'Hydrospawn',NULL,57,57,5489,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,72,1,1.28968,2,1,10,3,6.5,1,1,1,22270,22270,6723,6723,91.1,120.7,0,0,2744,224,22,2000,2000,0,0,0,13280,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (13282,'Noxxion',NULL,48,48,11172,0,0,0,16,16,0,0,4,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,1,1,1,1,-1,1,13433,13433,0,0,276,356,53.9,74.1125,2780,146,100,2000,2000,0,0,0,13282,0,0,0,0,8388625,0,0,96,144,144,96,96,0,1,0,0,0,0,0,0,0,0,0,'','boss_noxxion'), + (13278,'Duke Hydraxis',NULL,60,60,10849,0,0,0,35,35,0,0,4,3,3,0,3,32768,0,0,0,3.53,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,1175,2000,0,0,0,0,0,0,0,0,0,16,0,300,300,300,300,300,0,0,0,0,0,0,0,0,5065,0,0,'',''), + (13279,'Discordant Surge',NULL,54,57,11172,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,3507,3688,0,0,161,193,71.9664,98.9538,3380,82,100,1410,1551,0,63,316,13279,0,0,0,0,0,16,0,56,56,56,56,112,0,1,0,0,0,0,0,0,0,0,0,'',''), + (13280,'Hydrospawn',NULL,57,57,5489,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,72,1,1.28968,2,1,10,3,6.5,1,1,1,22270,22270,6723,6723,91.1,120.7,0,0,2744,224,22,2000,2000,0,0,0,13280,0,0,0,0,8388625,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (13282,'Noxxion',NULL,48,48,11172,0,0,0,16,16,0,0,4,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,1,1,1,1,-1,1,13433,13433,0,0,276,356,53.9,74.1125,2780,146,100,2000,2000,3,0,0,13282,0,0,0,0,8388625,16,0,96,144,144,96,96,0,1,0,0,0,0,0,0,0,0,0,'','boss_noxxion'), (13283,'Lord Tony Romano','Rogue Trainer',60,60,13171,0,0,0,12,12,0,0,7,3,3,0,19,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3139,3139,0,0,110,142,74.448,102.366,3791,58,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,5061,13283,0,'',''), (13284,'Frostwolf Shaman',NULL,58,58,13410,0,0,0,1214,1214,0,0,7,3,3,0,0,32768,0,0,0,1.77,1.14286,1,1,1,1,1,1,-1,1,18117,18117,0,0,361,467,60.5576,83.2667,3435,191,100,2000,1283,0,157,786,13284,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13284,0,'EventAI',''), (13285,'Death Lash',NULL,57,58,13172,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,72,1,1.14286,1,1,6,1.5,6,1,1,1,16704,17226,0,0,97.9,132.4,0,0,3435,242,25,2000,2000,0,0,0,13285,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -402156,9 +405119,9 @@ VALUES (13318,'Commander Mortimer',NULL,61,61,13446,0,0,0,1216,1216,0,0,7,3,3,0,0,32768,0,0,0,1.78,1.14286,1,1,1,1,1,1,-1,1,48575,48575,0,0,559,720,61.152,84.084,4091,295,100,2000,1274,0,162,812,13318,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13318,0,'',''), (13319,'Commander Duffy',NULL,61,61,13445,0,0,0,1216,1216,0,0,7,3,3,0,2,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,30631,30631,0,0,571,737,61.732,84.8815,4091,302,100,2000,1265,0,1,858,13319,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13319,0,'',''), (13320,'Commander Karl Philips',NULL,61,61,13450,0,0,0,1216,1216,0,0,7,3,3,0,2,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,31869,31869,0,0,571,737,61.732,84.8815,4091,302,100,2000,1265,0,1,886,13320,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13320,0,'',''), - (13321,'Frog',NULL,1,1,6297,1924,0,0,188,188,0,0,8,1,3,0,0,0,0,2,0,1,1.14286,1,0,1,1,1,1,1.33,1,42,42,0,0,3,5,1.76,2.42,20,2,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (13322,'Hydraxian Honor Guard',NULL,57,57,5564,0,0,0,695,695,0,0,4,3,3,0,1,32768,0,0,0,1.74,1.14286,1,1,1,1,1,1,-1,1,8519,8519,0,0,328,421,60.192,82.764,3380,173,100,1200,2000,0,0,0,0,0,0,0,0,0,0,0,58,290,58,58,58,0,0,0,0,0,0,0,0,5109,0,0,'',''), - (13323,'Subterranean Diemetradon',NULL,46,48,13209,0,0,0,14,14,0,0,1,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,3,1,1,1,-1,1,5757,5970,0,0,251,325,51.5936,70.9412,2808,133,100,2000,2000,0,0,0,13323,0,13323,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (13321,'Frog',NULL,1,1,6297,1924,6295,901,188,188,0,0,8,1,3,0,0,0,0,2,0,1,1.14286,1,0,1,1,1,1,1.33,1,42,42,0,0,3,5,1.76,2.42,20,2,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (13322,'Hydraxian Honor Guard',NULL,57,57,5564,0,0,0,695,695,0,0,4,3,3,0,1,32768,0,0,0,1.74,1.14286,1,1,1,1,1,1,-1,1,8519,8519,0,0,328,421,60.192,82.764,3380,173,100,1200,2000,0,0,0,0,0,0,0,0,0,16,0,58,290,58,58,58,0,0,0,0,0,0,0,0,5109,0,0,'',''), + (13323,'Subterranean Diemetradon',NULL,46,48,13209,13210,0,0,14,14,0,0,1,3,3,0,0,32832,0,0,0,1.2,1.14286,1,1,3,1,1,1,-1,1,5757,5970,0,0,251,325,51.5936,70.9412,2808,133,100,2000,2000,0,0,0,13323,0,13323,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (13324,'Seasoned Guardsman',NULL,58,58,13249,0,0,0,32,32,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,3119,3119,0,0,251,292,71.9664,98.9538,3435,125,100,1410,1551,0,63,316,13324,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13324,0,'',''), (13325,'Seasoned Mountaineer',NULL,56,56,13266,0,0,0,55,55,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,3005,3005,0,0,251,292,71.9664,98.9538,3327,125,100,1410,1551,0,63,316,13325,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13325,0,'',''), (13326,'Seasoned Defender',NULL,59,59,13262,0,0,0,11,11,0,0,7,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,3690,3690,0,0,251,292,71.9664,98.9538,3489,125,100,1410,1551,0,63,316,13326,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13326,0,'EventAI',''), @@ -402215,7 +405178,7 @@ VALUES (13447,'Corporal Noreg Stormpike',NULL,58,59,13383,0,0,0,1216,1216,0,0,7,3,3,0,3,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,8474,9776,0,0,372,479,61.152,84.084,3489,196,100,2000,1274,0,1,873,13447,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5081,13447,0,'EventAI',''), (13448,'Sergeant Yazra Bloodsnarl',NULL,56,57,13402,0,0,0,1214,1214,0,0,7,3,3,0,2,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,5358,5564,0,0,161,193,71.9664,98.9538,3380,82,100,1410,1551,0,1,752,13448,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13448,0,'EventAI',''), (13449,'Warmaster Garrick',NULL,61,61,13842,0,0,0,85,85,0,0,7,3,3,0,2,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,16176,16176,0,0,380,491,61.732,84.8815,4091,201,100,1150,1265,0,1,858,13449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13449,0,'',''), - (13456,'Noxxion\'s Spawn',NULL,46,46,5492,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.84,1.14286,1,0,1,1,1,1,-1,1,713,713,0,0,128,153,64.68,88.935,2780,65,100,1500,1650,0,46,230,13456,0,0,0,0,0,0,0,90,45,45,45,45,0,1,0,0,0,0,0,0,0,0,0,'',''), + (13456,'Noxxion\'s Spawn',NULL,46,46,5492,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,0.84,1.14286,1,0,1,1,1,1,-1,1,713,713,0,0,128,153,64.68,88.935,2780,65,100,1500,1650,3,46,230,13456,0,0,0,0,0,16,0,90,45,45,45,45,0,1,0,0,0,0,0,0,0,0,0,'',''), (13476,'Balai Lok\'Wein','Potions, Scrolls & Reagents',43,43,13529,0,0,0,29,29,0,0,7,3,3,0,4,37376,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,2766,2766,0,0,66,85,59.7872,82.2074,2397,35,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13476,0,'',''), (13477,'Noxxion Trigger',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (13516,'Frostwolf Outrunner',NULL,1,1,13817,13818,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,1,1,1,7.5,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13516,0,'',''), @@ -402275,7 +405238,7 @@ VALUES (13636,'Strange Snowman',NULL,35,35,13730,0,0,0,35,35,1.8,0,10,3,3,0,2,33536,0,2,0,1.11,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (13656,'Willow','Twilight\'s Hammer',45,45,13909,0,0,0,35,35,0,0,7,1,3,0,2,4096,0,2,0,1.02,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,61.776,84.942,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13656,0,'',''), (13676,'Stabled Alterac Ram',NULL,50,51,13340,0,0,0,32,32,0,0,1,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,2832,2848,0,0,161,193,71.9664,98.9538,3052,82,100,1410,1551,0,63,316,13676,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (13696,'Noxxious Scion',NULL,45,46,13749,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.66,1.14286,1,0,1,1,1.57,1,1,1,1848,1919,0,0,72,96,51.5936,70.9412,2780,133,100,1275,1402,0,99,494,13696,0,0,0,0,0,0,0,92,92,92,92,92,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (13696,'Noxxious Scion',NULL,45,46,13749,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.66,1.14286,1,0,1,1,1.57,1,1,1,1848,1919,0,0,72,96,51.5936,70.9412,2780,133,100,1275,1402,0,99,494,13696,0,0,0,0,0,16,0,92,92,92,92,92,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (13697,'Cavindra',NULL,45,45,14425,0,0,0,35,35,0,0,7,1,3,0,3,768,0,2,0,1.02,1.14286,2,1,1,1,1,1,-1,1,5736,5736,1534,1534,229,295,51.48,70.785,2211,121,100,1300,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5521,13697,0,'',''), (13698,'Keeper Marandis',NULL,43,43,150,0,0,0,635,635,0,0,7,1,3,0,3,4096,0,2,0,1.11111,1.14286,2,0,1,1,1,1,-1,1,2766,2766,1432,1432,66,85,59.7872,82.2074,1958,35,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5302,0,0,'',''), (13699,'Selendra',NULL,46,46,13672,0,0,0,635,635,0,0,7,1,3,0,3,4096,0,2,0,1.02,1.14286,1,0,1,1,1,1,-1,1,1200,1200,0,0,61,78,56.672,77.924,2780,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5303,0,0,'',''), @@ -402294,22 +405257,22 @@ VALUES (13776,'Corporal Teeka Bloodsnarl',NULL,56,57,13851,0,0,0,1214,1214,0,0,7,3,3,0,3,36928,0,0,0,1.05,1.14286,1,0,1,1,1,1,-1,1,3986,3986,0,0,329,380,68.904,94.743,3380,164,100,2000,2000,0,0,0,13776,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6261,13776,0,'',''), (13777,'Sergeant Durgen Stormpike',NULL,58,58,13383,0,0,0,1216,1216,0,0,7,3,3,0,3,36928,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,8774,8774,0,0,335,432,60.784,83.578,3435,177,100,1191,2000,0,249,330,13777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6262,13777,0,'',''), (13778,'PvP Tower Credit Marker',NULL,1,1,1141,0,0,0,1080,1080,0,0,10,3,3,0,0,32768,0,2,0,1,0.714286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (13796,'PvP Mine Credit Marker',NULL,1,1,1141,0,0,0,1080,1080,0,0,10,3,3,0,0,32768,0,2,0,1,0.714286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (13796,'PvP Mine Credit Marker',NULL,1,1,1141,0,0,0,1080,1080,0,0,10,3,3,0,0,32768,0,2,0,1,0.714286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''); + +INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) +VALUES (13797,'Mountaineer Boombellow',NULL,60,61,13849,0,0,0,32,32,0,0,7,3,3,0,2,33288,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,10555,11571,0,0,389,502,62.248,85.591,4091,206,100,1141,1255,0,1,900,13797,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13797,0,'EventAI',''), (13798,'Jotek',NULL,60,61,13808,0,0,0,1214,1214,0,0,7,3,3,0,2,32768,0,0,0,1.8,1.14286,1,1,1,1,1,1,-1,1,11519,11545,0,0,585,754,62.248,85.591,4091,309,100,2000,1255,0,1,900,13798,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,13798,0,'EventAI',''), (13816,'Prospector Stonehewer',NULL,61,61,13794,0,0,0,1216,1216,0,0,7,3,3,0,2,37376,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,1185,1185,0,0,170,220,172.1,103.334,4091,90,100,2000,2000,0,204,271,13816,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13816,0,'',''), (13817,'Voggah Deathgrip',NULL,61,61,13852,0,0,0,1214,1214,0,0,7,3,3,0,2,36864,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,3967,3967,0,0,170,220,172.1,103.334,4091,90,100,2000,2000,0,0,0,13817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13817,0,'',''), (13836,'Burning Blade Nightmare',NULL,40,40,2346,0,0,0,7,7,0,0,3,1,3,0,0,0,0,2,0,1.02,1.14286,1,0,1.15,1,1,1,1,1,1753,1753,0,0,57,70,56.672,77.924,1964,29,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (13837,'Captured Stallion',NULL,40,40,236,0,0,0,7,7,0,0,1,1,3,0,0,0,0,2,0,1.02,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,100004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (13839,'Royal Dreadguard',NULL,60,60,13807,13855,0,0,71,71,0,0,7,3,3,0,2,36864,0,1024,0,1,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,1175,2000,0,1,844,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,13839,0,'EventAI',''), - (13840,'Warmaster Laggrond',NULL,59,59,13853,0,0,0,1335,1335,0,0,7,3,3,0,3,36928,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,9563,9563,0,0,544,703,60.5576,83.2667,3489,288,100,1166,2000,0,0,0,13840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5441,13840,0,'EventAI',''); - -INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) -VALUES + (13839,'Royal Dreadguard',NULL,60,60,13807,13855,13854,13856,71,71,0,0,7,3,3,0,2,36864,0,1024,0,1,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,1175,2000,0,1,844,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,13839,0,'EventAI',''), + (13840,'Warmaster Laggrond',NULL,59,59,13853,0,0,0,1335,1335,0,0,7,3,3,0,3,36928,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,9563,9563,0,0,544,703,60.5576,83.2667,3489,288,100,1166,2000,0,0,0,13840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5441,13840,0,'EventAI',''), (13841,'Lieutenant Haggerdin',NULL,61,61,13841,0,0,0,1334,1334,0,0,7,3,3,0,3,36928,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,9563,9563,0,0,544,703,172.1,240.07,4091,288,100,1166,2000,0,458,603,13841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5442,13841,0,'EventAI',''), (13842,'Frostwolf Ambassador Rokhstrom',NULL,60,60,13843,0,0,0,1215,1215,0,0,7,1,3,0,2,4096,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13842,0,'',''), (13843,'Lieutenant Rotimer','Stormpike Guard Recruitment Officer',60,60,13850,0,0,0,1217,1217,0,0,7,3,3,0,2,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4914,4914,0,0,351,412,74.448,102.366,3791,176,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13843,0,'',''), - (13876,'Mekgineer Trigger',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,2.85714,1,0,1,1,1,1,1.33,1,42,42,0,0,2,2,0,0,20,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (13876,'Mekgineer Trigger',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,2.85714,1,0,1,1,1,1,1.33,1,42,42,0,0,2,2,0,0,20,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (13896,'Scalebeard',NULL,52,52,7046,0,0,0,7,7,0,21,1,3,3,0,0,32832,0,0,0,1.1,1.14286,1,1,3.5,1,1,1,1,1,8298,8298,0,0,310,400,56.7312,78.0054,3108,164,100,1216,2000,0,0,0,13896,0,13896,0,0,0,0,0,0,0,0,0,0,9062,0,0,0,0,0,0,0,0,0,0,'',''), (13916,'Dire Maul Crystal Totem',NULL,52,52,11686,0,0,0,16,16,0,0,11,3,3,0,2,32768,0,0,0,1.22,1.14286,1,0,1,1,1,1,-1,1,3748,3748,2306,2306,9,9,67.2672,92.4924,3108,4,100,1470,1617,0,1,677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), (13917,'Izzy Coppergrab','Banker',55,55,13969,0,0,0,855,855,0,0,7,1,3,0,256,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13917,0,'',''), @@ -402370,7 +405333,7 @@ VALUES (14266,'Shanda the Spinner',NULL,19,19,1103,0,0,0,22,22,0,3,1,1,3,0,0,64,0,0,1,1,1.14286,1,4,1,1,1,1,1.5,1,449,449,0,0,27.6,36.5,0,0,1226,68,3,2000,2000,0,0,0,14266,0,0,0,0,0,0,0,0,0,0,0,0,5890,1,0,0,0,0,0,0,0,0,0,'',''), (14267,'Emogg the Crusher',NULL,19,19,3189,0,0,0,45,45,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,2,3,1,1.7,1,1,1,1347,1347,0,0,27.6,36.5,0,0,817,68,3,2000,2000,0,128,172,14267,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14267,0,'EventAI',''), (14268,'Lord Condar',NULL,16,16,14313,0,0,0,73,73,1.5,7,1,3,3,0,0,32768,0,0,1,2.18,1.14286,1,4,1,1,1,1,1,1,356,356,0,0,24,29,27.4008,37.6761,713,12,100,2000,1631,0,0,0,14268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14269,'Seeker Aqualon',NULL,21,21,525,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,4,1,1,1,1,1,1,521,521,0,0,106,137,31.9,43.8625,888,56,100,1450,1595,0,0,0,14269,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (14269,'Seeker Aqualon',NULL,21,21,525,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.28968,1,4,1,1,1,1,1,1,521,521,0,0,106,137,31.9,43.8625,888,56,100,1450,1595,0,0,0,14269,0,0,0,0,0,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (14270,'Squiddic',NULL,19,19,5243,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1,1,1,1,1,1,449,449,0,0,106,137,31.9,43.8625,817,56,100,1450,2000,0,23,35,14270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (14271,'Ribchaser',NULL,17,17,500,0,0,0,19,19,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,4,1,1,1,1,1,1,386,386,0,0,97,124,29.6792,40.8089,748,51,100,1466,2000,0,20,31,14271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14271,0,'EventAI',''), (14272,'Snarlflare',NULL,18,18,497,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,0,0,1.11111,1.14286,8,4,1,1,1,1,1,1,354,354,1020,1020,97,124,29.6792,40.8089,422,51,100,1466,2000,0,20,31,14272,0,14272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -402385,12 +405348,12 @@ VALUES (14281,'Jimmy the Bleeder',NULL,23,23,3616,0,0,0,87,87,0,0,7,3,3,0,0,32768,0,0,0,1.49,1.14286,1,4,1.02,1,1,1,1,1,617,617,0,0,106,137,31.9,43.8625,957,56,100,1450,1595,0,44,59,14281,14281,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,'EventAI',''), (14282,'Frostwolf Bloodhound',NULL,53,54,782,0,0,0,1214,1214,0,1,1,1,3,0,0,0,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,2319,2486,0,0,161,193,71.9664,98.9538,3216,82,100,1410,1551,0,0,0,14282,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (14283,'Stormpike Owl',NULL,53,54,10828,0,0,0,1216,1216,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3421,3484,0,0,161,193,71.9664,98.9538,3216,82,100,1410,1551,0,63,316,14283,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (14284,'Stormpike Battleguard',NULL,59,59,14322,14324,0,0,1216,1216,0,0,7,3,3,0,0,37376,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,9563,9563,0,0,544,703,60.5576,83.2667,3489,288,100,2000,2000,0,432,569,14284,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14284,0,'EventAI',''), - (14285,'Frostwolf Battleguard',NULL,61,61,14320,14321,0,0,1214,1214,0,0,7,3,3,0,0,37376,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,16638,16638,0,0,571,737,172.1,240.07,4091,302,100,1150,2000,0,377,497,14285,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14285,0,'EventAI',''), + (14284,'Stormpike Battleguard',NULL,59,59,14322,14324,14326,14327,1216,1216,0,0,7,3,3,0,0,37376,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,9563,9563,0,0,544,703,60.5576,83.2667,3489,288,100,2000,2000,0,432,569,14284,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14284,0,'EventAI',''), + (14285,'Frostwolf Battleguard',NULL,61,61,14320,14321,14323,14325,1214,1214,0,0,7,3,3,0,0,37376,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,16638,16638,0,0,571,737,172.1,240.07,4091,302,100,1150,2000,0,377,497,14285,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14285,0,'EventAI',''), (14301,'Brinna Valanaar','Bowyer',43,43,14353,0,0,0,80,80,0,0,7,3,3,0,16388,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2766,2766,0,0,72,93,59.0304,81.1668,2397,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14301,0,'',''), (14302,'Chromatic Drakonid',NULL,60,60,14352,0,0,0,103,103,0,0,2,3,3,0,0,32769,0,0,8,1,1.14286,1,1,8,1,6,1,1,1,24416,24416,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,0,0,0,200,200,200,200,200,0,0,0,0,0,0,0,0,0,14302,0,'EventAI',''), (14303,'Petrified Guardian',NULL,57,59,5848,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,1,2.5,1,4,1,1.5,1,6960,7402,0,0,97.9,135,0,0,5234,248,25,2000,2000,0,413,544,14303,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (14304,'Kor\'kron Elite',NULL,60,60,14360,0,0,0,85,85,0,0,7,3,3,0,268435456,36864,0,1024,0,1,1.14286,1,1,1,1,1,1,-1,1,7552,7552,0,0,367,478,62.016,85.272,3791,195,100,1175,2000,0,1,844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14304,0,'',''), + (14304,'Kor\'kron Elite',NULL,60,60,14360,14362,14361,14363,85,85,0,0,7,3,3,0,268435456,36864,0,1024,0,1,1.14286,1,1,1,1,1,1,-1,1,7552,7552,0,0,367,478,62.016,85.272,3791,195,100,1175,2000,0,1,844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14304,0,'',''), (14305,'Human Orphan',NULL,4,4,338,0,0,0,12,12,0,0,7,3,3,0,3,32768,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,138,138,0,0,4,6,6.9344,9.5348,20,2,100,1970,2167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5819,0,0,'',''), (14306,'Eskhandar',NULL,1,1,9956,0,0,0,35,35,1,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14307,'Black Drakonid Spawner',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -402399,12 +405362,12 @@ VALUES (14310,'Green Drakonid Spawner',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14311,'Bronze Drakonid Spawner',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14312,'Blue Drakonid Spawner',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14321,'Guard Fengus',NULL,59,59,11561,0,0,0,45,45,0,0,7,3,3,0,3,32832,0,0,72,2,1.14286,1,1,8,1,7,1,1,1,23688,23688,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,1117,1464,14321,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14321,0,'EventAI',''), + (14321,'Guard Fengus',NULL,59,59,11561,0,0,0,45,45,0,0,7,3,3,0,3,32832,0,0,72,2,1.14286,1,1,8,1,7,1,1,1,23688,23688,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,1117,1464,14321,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5731,14321,0,'EventAI',''), (14322,'Stomper Kreeg','The Drunk',59,59,11545,0,0,0,45,45,0,0,7,3,3,0,7,32768,0,0,0,2,1.14286,1,1,8,1,1,1,1,1,23688,23688,0,0,354,456,59.9488,82.4296,3489,187,100,2000,2000,0,1156,1515,14322,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5721,14322,0,'EventAI',''), - (14323,'Guard Slip\'kik',NULL,59,59,11561,0,0,0,45,45,0,0,7,3,3,0,3,32832,0,0,72,2,1.14286,1,1,8,1,7,1,1,1,23688,23688,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,1117,1464,14323,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14323,0,'EventAI',''), + (14323,'Guard Slip\'kik',NULL,59,59,11561,0,0,0,45,45,0,0,7,3,3,0,3,32832,0,0,72,2,1.14286,1,1,8,1,7,1,1,1,23688,23688,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,1117,1464,14323,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5733,14323,0,'EventAI',''), (14324,'Cho\'Rush the Observer',NULL,60,60,11537,0,0,0,45,45,0,0,7,3,3,0,1,32768,0,0,0,2,1.42857,2,1,8,4,1,1,1,1,19536,19536,9736,9736,559,720,61.152,84.084,3075,295,100,2000,2000,0,907,1189,14324,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5742,14324,0,'EventAI',''), (14325,'Captain Kromcrush',NULL,61,61,11564,0,0,0,1374,1374,0,0,7,3,3,0,3,32768,0,0,0,2,1.14286,1,1,9,1,1,1,1,1,28296,28296,0,0,389,502,172.1,240.07,4091,206,100,1500,1500,0,1291,1690,14325,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5739,14325,0,'EventAI',''), - (14326,'Guard Mol\'dar',NULL,59,59,11561,0,0,0,45,45,0,0,7,3,3,0,3,32832,0,0,72,2,1.14286,1,1,8,1,7,1,1,1,23688,23688,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,1117,1464,14326,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14326,0,'EventAI',''), + (14326,'Guard Mol\'dar',NULL,59,59,11561,0,0,0,45,45,0,0,7,3,3,0,3,32832,0,0,72,2,1.14286,1,1,8,1,7,1,1,1,23688,23688,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,1117,1464,14326,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5735,14326,0,'EventAI',''), (14327,'Lethtendris',NULL,57,57,14378,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,72,1,1.14286,2,1,8,4,6,1,1,1,17816,17816,8964,8964,91.1,120.7,0,0,2744,224,22,2000,2000,0,859,1127,14327,0,0,0,0,8388625,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,14327,0,'EventAI',''), (14329,'Black War Wolf',NULL,1,1,14334,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14330,'Black War Raptor',NULL,1,1,14388,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -402425,7 +405388,7 @@ VALUES (14347,'Highlord Demitrian',NULL,62,62,14395,0,0,0,35,35,0,0,7,3,3,0,3,33600,0,2,0,1.1,1.14286,1,1,1,1,1,1,-1,1,9835,9835,0,0,559,720,203.77,289.86,4391,295,100,1158,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5675,0,0,'',''), (14348,'Earthcaller Franzahl',NULL,62,62,14394,0,0,0,35,35,0,0,7,1,3,0,3,832,0,2,0,1.1,1.14286,1,1,1,1,1,1,-1,1,9835,9835,0,0,559,720,203.77,289.86,4391,295,100,1158,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14349,'Pimgib',NULL,56,56,14380,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,72,1,1.14286,2,1,3,3,4,1,1,1,6477,6477,6489,6489,89.3,118.2,0,0,2699,220,21,2000,2000,0,368,486,14349,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (14350,'Hydroling',NULL,57,57,5561,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.15,1,1,1,1,1,418,418,0,0,20,26,0,0,3380,238,24,2000,2000,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14350,'Hydroling',NULL,57,57,5561,0,0,0,16,16,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.15,1,1,1,1,1,418,418,0,0,20,26,0,0,3380,238,24,2000,2000,4,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14351,'Gordok Bushwacker',NULL,58,59,10709,0,0,0,45,45,0,0,7,3,3,0,1,32768,0,0,0,1,1.14286,1,1,5,1,1,1,1,1,14355,14805,0,0,354,456,59.9488,82.4296,3489,187,100,2000,2000,0,733,962,14351,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5746,14351,0,'EventAI',''), (14353,'Mizzle the Crafty',NULL,60,60,14406,0,0,0,35,35,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,1,5,1,1,1,1,1,15260,15260,0,0,528,681,62.016,85.272,3791,279,100,2000,2000,0,153,767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5708,0,0,'',''), (14354,'Pusillin',NULL,57,57,7552,0,0,0,35,35,0,0,3,3,3,0,3,32768,0,2,72,1,2.57143,2,1,6,6,4,1,1,1,13362,13362,13446,13446,91.1,120.7,0,0,2744,224,22,2000,2000,0,646,849,14354,0,0,0,0,8388625,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,5709,0,0,'EventAI',''), @@ -402489,7 +405452,7 @@ VALUES (14432,'Threggil',NULL,6,6,904,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.34,1.14286,2,4,1,1,1,1,1,1,115,115,126,126,8,9,11.2,15.4,150,4,100,2000,2000,0,4,11,14432,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14432,0,'EventAI',''), (14433,'Sludginn',NULL,30,30,8834,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.02,1,1,1,1,1,974,974,0,0,43,53,38.192,52.514,1200,22,100,1400,1540,0,0,0,14433,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (14434,'Alarm-o-Bot',NULL,60,60,14473,0,0,0,14,14,0,0,9,3,3,0,0,33280,0,131072,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,3791,5,100,2000,2200,0,0,1,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14435,'Prince Thunderaan','The Wind Seeker',63,63,14992,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,3,0,2.3,1.14286,1,3,1,1,1,1,-1,1,332105,332105,97000,97000,2470,3357,500,687.5,4691,1345,100,800,1250,0,31740,158699,14435,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (14435,'Prince Thunderaan','The Wind Seeker',63,63,14992,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,3,0,2.3,1.14286,1,3,1,1,1,1,-1,1,332105,332105,97000,97000,2470,3357,500,687.5,4691,1345,100,800,1250,0,31740,158699,14435,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (14436,'Mor\'zul Bloodbringer',NULL,61,61,14565,0,0,0,35,35,0,0,7,3,3,0,3,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,3967,3967,2486,2486,170,220,172.1,103.334,3316,90,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14437,'Gorzeeki Wildeyes',NULL,55,55,14566,0,0,0,35,35,0,0,7,3,3,0,7,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5818,14437,0,'',''), (14438,'Officer Pomeroy',NULL,60,60,14492,0,0,0,11,11,0,0,7,3,3,0,0,36864,0,1024,0,1,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14438,0,'EventAI',''), @@ -402498,7 +405461,7 @@ VALUES (14441,'Hunter Ragetotem',NULL,60,60,14495,0,0,0,105,105,1.35,0,7,1,3,0,2,36864,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,588,669,62.016,85.272,4500,290,100,1175,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14441,0,'',''), (14442,'Hunter Thunderhorn',NULL,60,60,14496,0,0,0,105,105,1.35,0,7,1,3,0,2,36864,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,588,669,62.016,85.272,4500,290,100,1175,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14442,0,'',''), (14443,'Doomguard Tap Trigger',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14444,'Orcish Orphan',NULL,4,4,14589,0,0,0,5,5,0,0,7,3,3,0,2,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,138,138,0,0,4,6,6.9344,9.5348,20,2,100,1970,2167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (14444,'Orcish Orphan',NULL,4,4,14589,0,0,0,5,5,0,0,7,3,3,0,3,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,138,138,0,0,4,6,6.9344,9.5348,20,2,100,1970,2167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5820,0,0,'',''), (14445,'Lord Captain Wyrmak',NULL,45,45,7976,0,0,0,50,50,0,0,2,3,3,0,0,32768,0,0,0,0.888888,1.14286,1,2,3.5,1,1,1,1,1,6468,6468,0,0,269,346,53.1456,73.0752,2725,142,100,1258,1384,0,526,692,14445,0,14445,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,14445,0,'EventAI',''), (14446,'Fingat',NULL,43,43,441,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1.05,1.14286,1,4,1.2,1,1,1,1,1,2059,2059,0,0,240,310,51.5936,70.9412,2397,127,100,1275,1402,0,78,107,14446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14447,'Gilmorian',NULL,43,43,4920,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.2,1,1,1,1,1,2059,2059,0,0,225,291,49.984,68.728,2397,119,100,1291,1420,0,78,107,14447,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14447,0,'EventAI',''), @@ -402508,14 +405471,14 @@ VALUES (14451,'Orphan Matron Battlewail',NULL,10,10,14499,0,0,0,29,29,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5848,0,0,'',''), (14452,'Enslaved Doomguard Commander',NULL,61,61,4426,0,0,0,14,14,0,0,3,3,3,0,0,32768,0,2,0,2.3,1.14286,1,1,1,1,1,1,-1,1,9563,9563,0,0,544,703,62.6104,86.0893,4091,288,100,1166,1283,0,158,792,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,0,0,0,'',''), (14453,'Orb of Domination',NULL,1,1,3863,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1.33,1,42,42,0,0,1.5,1.7,0,0,20,9,0,2000,2000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14454,'The Windreaver',NULL,60,60,5490,0,0,0,91,91,1.4,0,4,3,3,0,0,32768,0,0,0,2.49,1.14286,1,1,1,1,1,1,-1,1,15772,15772,0,0,559,720,61.152,84.084,3750,295,100,1158,1274,0,162,812,14454,0,0,0,0,134144,0,0,600,600,600,600,480,0,1,0,0,0,0,0,0,0,0,0,'',''), - (14455,'Whirling Invader',NULL,57,58,14525,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2903,2921,0,0,102,131,69.696,95.832,3435,54,100,2000,2000,3,0,0,14455,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (14454,'The Windreaver',NULL,60,60,5490,0,0,0,91,91,1.4,0,4,3,3,0,0,32768,0,0,0,2.49,1.14286,1,1,1,1,1,1,-1,1,15772,15772,0,0,559,720,61.152,84.084,3750,295,100,1158,1274,0,162,812,14454,0,0,0,0,134144,0,0,600,600,600,600,480,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14455,'Whirling Invader',NULL,57,58,14525,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2903,2921,0,0,102,131,69.696,95.832,3435,54,100,2000,2000,3,0,0,14455,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14456,'Blackwing Guardsman',NULL,61,61,12024,0,0,0,103,103,0,0,7,3,3,0,0,32768,0,0,8,1,1.14286,1,1,10,1,14,1,1,1,31440,31440,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,1673,2190,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14456,0,'EventAI',''), - (14457,'Princess Tempestria',NULL,60,60,5564,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,1.78,1.14286,1,1,1,1,1,1,-1,1,15144,15144,0,0,559,720,61.152,84.084,3750,295,100,1158,1274,0,162,812,14457,0,0,0,0,134144,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14458,'Watery Invader',NULL,56,58,5489,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.28968,1,0,1,1,1,1,-1,1,2721,1883,0,0,102,131,69.696,95.832,4107,54,100,2000,2000,0,0,0,14458,0,0,0,0,8,0,0,57,114,57,57,57,0,0,0,0,0,0,0,0,0,0,0,'',''), + (14457,'Princess Tempestria',NULL,60,60,5564,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,1.78,1.14286,1,1,1,1,1,1,-1,1,15144,15144,0,0,559,720,61.152,84.084,3750,295,100,1158,1274,0,162,812,14457,0,0,0,0,134144,16,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14458,'Watery Invader',NULL,56,58,5489,0,0,0,91,91,0,0,4,1,3,0,0,0,0,0,0,1,1.28968,1,0,1,1,1,1,-1,1,2721,1883,0,0,102,131,69.696,95.832,4107,54,100,2000,2000,0,0,0,14458,0,0,0,0,8,16,0,57,114,57,57,57,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14459,'Nefarian\'s Troops',NULL,1,1,11686,0,0,0,1080,1080,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14460,'Blazing Invader',NULL,54,56,14527,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2505,2681,0,0,96,125,68.0944,93.6298,3327,51,100,2000,2000,2,0,0,14460,0,0,0,0,8,0,0,110,55,55,110,55,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14461,'Baron Charr',NULL,58,58,14517,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,3.54,1.14286,1,1,1,1,1,1,-1,1,14881,14881,0,0,361,467,60.5576,83.2667,3379,191,100,1166,1283,0,157,786,14461,0,0,0,0,134144,0,0,58,116,116,58,290,0,0,0,0,0,0,0,0,0,0,0,'',''), + (14460,'Blazing Invader',NULL,54,56,14527,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,2505,2681,0,0,96,125,68.0944,93.6298,3327,51,100,2000,2000,2,0,0,14460,0,0,0,0,8,4,0,110,55,55,110,55,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14461,'Baron Charr',NULL,58,58,14517,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,3.54,1.14286,1,1,1,1,1,1,-1,1,14881,14881,0,0,361,467,60.5576,83.2667,3379,191,100,1166,1283,0,157,786,14461,0,0,0,0,134144,4,0,58,116,116,58,290,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14462,'Thundering Invader',NULL,55,57,14505,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,2.16,1.14286,1,0,1,1,1,1,-1,1,2728,2959,0,0,146,174,68.904,94.743,3380,74,100,1450,1595,0,55,276,14462,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14463,'Daio the Decrepit',NULL,60,60,14531,0,0,0,35,35,0,0,7,3,3,0,3,33536,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5824,14463,0,'',''), (14464,'Avalanchion',NULL,58,58,1068,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.77,1.14286,1,1,1,1,1,1,-1,1,14317,14317,0,0,361,467,60.5576,83.2667,3379,191,100,1166,1283,0,157,786,14464,0,0,0,0,134144,0,0,290,58,58,58,58,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -402524,25 +405487,25 @@ VALUES (14467,'Kroshius',NULL,55,55,14520,0,0,0,14,14,0,0,3,3,3,0,0,33536,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,15953,15953,0,0,310,400,0,0,3271,164,0,1216,2000,0,0,0,14467,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_kroshius'), (14469,'Niby the Almighty',NULL,56,56,14532,0,0,0,35,35,1.15,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4231,4231,0,0,99,127,71.456,98.252,3327,52,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5845,14469,0,'','npc_niby_the_almighty'), (14470,'Impsy','Niby\'s Minion',56,56,4449,0,0,0,35,35,0,0,3,3,3,0,2,32768,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,4231,4231,2163,2163,99,127,71.456,98.252,2699,52,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14471,'Setis',NULL,61,61,5965,0,0,0,14,14,3,0,7,3,3,0,0,32768,0,4096,0,1.8,1.14286,1,2,10,1,1,1,1,1,31440,31440,0,0,588,669,203.77,289.86,4091,290,100,1141,1255,0,2129,2785,14471,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'',''), - (14472,'Gretheer',NULL,57,57,1104,0,0,0,22,22,1.8,3,1,1,3,0,0,0,0,0,1,1.1,1.14286,1,4,1.35,1,1,1,1,1,3758,3758,0,0,338,434,59.9488,82.4296,3380,178,100,1175,2000,0,0,0,14472,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (14473,'Lapress',NULL,60,60,14521,0,0,0,310,310,0,0,10,3,3,0,0,32832,0,0,0,1.1,1.14286,1,2,4,1,1,1,1,1,12208,12208,0,0,605,783,61.732,84.8815,3791,320,100,1150,2000,0,0,0,14473,0,14473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14474,'Zora',NULL,59,59,14522,0,0,0,310,310,0,0,10,3,3,0,0,32832,0,0,0,1.4,1.42857,1,2,3,1,3.9,1,1,1,8883,8883,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,0,0,14474,0,14474,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (14475,'Rex Ashil',NULL,57,57,12153,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,3,1,1,1,1,1,8352,8352,0,0,354,456,59.9488,82.4296,3380,187,100,1175,1292,0,0,0,14475,0,14475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14476,'Krellack',NULL,56,56,6068,0,0,0,413,413,2.85,20,1,3,3,0,0,32768,0,0,1,3.25,1.14286,1,4,1.3,1,1,1,1,1,3508,3508,0,0,329,425,0,0,3327,174,0,1183,2000,0,0,0,14476,0,100003,0,0,0,0,0,0,0,0,0,0,8861,0,0,0,0,0,0,0,0,0,0,'',''), - (14477,'Grubthor',NULL,58,58,14523,0,0,0,14,14,2,0,1,3,3,0,0,32768,0,0,0,1.1,1.14286,1,4,1.35,1,1,1,1,1,3876,3876,0,0,347,447,60.5576,83.2667,3435,183,100,1166,2000,0,0,0,14477,0,100003,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (14478,'Huricanian',NULL,58,58,14525,0,0,0,91,91,0,0,4,3,3,0,0,32832,0,0,0,1.4,1.42857,2,4,1.35,1,1,1,1,1,3101,3101,2289,2289,92.9,123,0,0,2788,228,23,2000,2000,0,0,0,14478,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (14479,'Twilight Lord Everun','Twilight\'s Hammer',60,60,14526,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,4,1.35,1,1,1,1,1,3297,3297,2434,2434,96.8,128.2,0,0,3075,238,24,2000,2000,0,120,162,14479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14479,0,'',''), + (14471,'Setis',NULL,61,61,5965,0,0,0,14,14,3,0,7,3,3,0,0,32768,0,4096,0,1.8,1.14286,1,2,10,1,1,1,1,1,31440,31440,0,0,588,669,203.77,289.86,4091,290,100,1141,1255,0,2129,2785,14471,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14472,'Gretheer',NULL,57,57,1104,0,0,0,22,22,1.8,3,1,1,3,0,0,0,0,0,1,1.1,1.14286,1,4,1.35,1,1,1,1,1,3758,3758,0,0,338,434,59.9488,82.4296,3380,178,100,1175,2000,0,0,0,14472,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14473,'Lapress',NULL,60,60,14521,0,0,0,310,310,0,0,10,3,3,0,0,32832,0,0,0,1.1,1.14286,1,2,4,1,1,1,1,1,12208,12208,0,0,605,783,61.732,84.8815,3791,320,100,1150,2000,0,0,0,14473,0,14473,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14474,'Zora',NULL,59,59,14522,0,0,0,310,310,0,0,10,3,3,0,0,32832,0,0,0,1.4,1.42857,1,2,3,1,3.9,1,1,1,8883,8883,0,0,101.8,135,0,0,3489,248,25,2000,2000,0,0,0,14474,0,14474,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14475,'Rex Ashil',NULL,57,57,12153,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,3,1,1,1,1,1,8352,8352,0,0,354,456,59.9488,82.4296,3380,187,100,1175,1292,0,0,0,14475,0,14475,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14476,'Krellack',NULL,56,56,6068,0,0,0,413,413,2.85,20,1,3,3,0,0,32768,0,0,1,3.25,1.14286,1,4,1.3,1,1,1,1,1,3508,3508,0,0,329,425,0,0,3327,174,0,1183,2000,0,0,0,14476,0,100003,0,0,0,0,0,0,0,0,0,0,8861,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14477,'Grubthor',NULL,58,58,14523,0,0,0,14,14,2,0,1,3,3,0,0,32768,0,0,0,1.1,1.14286,1,4,1.35,1,1,1,1,1,3876,3876,0,0,347,447,60.5576,83.2667,3435,183,100,1166,2000,0,0,0,14477,0,100003,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14478,'Huricanian',NULL,58,58,14525,0,0,0,91,91,0,0,4,3,3,0,0,32832,0,0,0,1.4,1.42857,2,4,1.35,1,1,1,1,1,3101,3101,2289,2289,92.9,123,0,0,2788,228,23,2000,2000,0,0,0,14478,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14479,'Twilight Lord Everun','Twilight\'s Hammer',60,60,14526,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,4,1.35,1,1,1,1,1,3297,3297,2434,2434,96.8,128.2,0,0,3075,238,24,2000,2000,0,120,162,14479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14479,0,'EventAI',''), (14480,'Alowicious Czervik','Sweet Treats',10,10,14530,0,0,0,29,29,0,0,7,3,3,0,6,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,1910,2101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14481,'Emmithue Smails','Sweet Treats',10,10,14529,0,0,0,875,875,1.15,0,7,3,3,0,6,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,413,413,0,0,9,13,16.808,23.111,20,5,100,1910,2101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14482,'Xorothian Imp',NULL,58,60,14380,0,0,0,14,14,0,0,3,3,3,0,0,32768,0,0,0,1.25,1.14286,1,0,1,1,1,1,-1,1,2961,3052,0,0,62,78,71.7288,98.6271,3791,32,100,1430,1573,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'EventAI',''), (14483,'Dread Guard',NULL,60,60,14152,0,0,0,14,14,0,0,3,3,3,0,0,32768,0,0,0,3.07,1.14286,1,1,1,1,1,1,-1,1,14822,14822,0,0,517,666,60.3664,83.0038,3791,273,100,1183,1301,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,14483,0,'EventAI',''), - (14484,'Injured Peasant',NULL,51,51,14533,0,0,0,495,495,0,0,6,3,2,0,0,32768,0,2,0,1.21,1.14286,1,0,0.7,1,1,1,-1,1,1604,1660,0,0,128,153,67.32,92.565,3052,65,100,1500,1650,0,47,233,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (14485,'Plagued Peasant',NULL,52,52,14537,0,0,0,495,495,0,0,6,3,2,0,0,32768,0,2,0,1.21,1.14286,1,0,0.7,1,1,1,-1,1,1660,1717,0,0,130,156,68.1824,93.7508,3108,66,100,1490,1639,0,48,241,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (14486,'Scourge Footsoldier','Kel\'Thuzad\'s Minion',57,59,9786,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.25,1.14286,1,0,0.03,1,1,1,1,1,84,89,0,0,65,81,71.7288,98.6271,3489,117,100,1430,1573,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (14484,'Injured Peasant',NULL,51,51,14533,0,0,0,495,495,0,0,6,3,2,0,0,131072,0,2,0,1.21,1.14286,1,0,0.7,1,1,1,-1,1,1604,1604,0,0,128,153,67.32,92.565,3052,65,100,1500,1650,0,47,233,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14485,'Plagued Peasant',NULL,52,52,14537,0,0,0,495,495,0,0,6,3,2,0,0,131072,0,2,0,1.21,1.14286,1,0,0.7,1,1,1,-1,1,1660,1660,0,0,130,156,68.1824,93.7508,3108,66,100,1490,1639,0,48,241,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14486,'Scourge Footsoldier','Kel\'Thuzad\'s Minion',57,59,9786,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.25,1.14286,1,0,0.03,1,0.7,1,1,1,84,89,0,0,98,135,70,103,3489,248,25,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14487,'Gluggle',NULL,37,37,5286,0,0,0,18,18,0,0,7,3,3,0,0,32768,0,0,0,1.6,1.14286,8,4,1.15,1,1,1,1,1,1116,1116,2861,2861,184,237,44.84,61.655,858,97,100,1341,1475,0,66,330,14487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14487,0,'EventAI',''), (14488,'Roloch',NULL,38,38,5782,0,0,0,45,45,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,4,1.15,1,1.3,1,1,1,1604,1604,0,0,73.7,97.8,45.7392,62.8914,1709,128,13,2800,2800,0,69,346,14488,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,14488,0,'EventAI',''), - (14489,'Scourge Archer',NULL,60,60,9790,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,1,1,3052,3052,0,0,351,438,74.448,102.366,3791,182,100,1410,1551,0,64,318,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14489,0,'',''), + (14489,'Scourge Archer',NULL,60,60,9790,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,1,1,3052,3052,0,0,104,138,72,106,3791,252,26,2000,2000,0,64,318,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14489,0,'EventAI',''), (14490,'Rippa',NULL,44,44,14528,0,0,0,16,16,0,0,1,2,3,0,0,32768,0,0,0,3.31,1.14286,1,4,1.3,1,1,1,1,1,2316,2316,0,0,235,302,50.796,69.8445,2557,124,100,1283,1411,0,0,0,14490,0,100004,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14490,0,'',''), (14491,'Kurmokk',NULL,42,42,3188,0,0,0,72,72,0,9,1,3,3,0,0,32832,0,0,1,1,1.14286,1,4,1.2,1,1.25,1,1,1,1981,1981,0,0,62.4,82.7,0,0,2246,152,15,2000,2000,0,0,0,14491,0,100004,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (14492,'Verifonix','The Surveyor',42,42,7232,0,0,0,47,47,0,0,7,3,3,0,0,32768,0,0,0,1.64,1.14286,1,4,1.2,1,1,1,1,1,1981,1981,0,0,220,283,49.192,67.639,2246,116,100,1300,1430,0,75,103,14492,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14492,0,'',''), @@ -402552,7 +405515,7 @@ VALUES (14496,'Stormwind Orphan',NULL,3,3,221,257,0,0,12,12,0,0,7,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,112,112,0,0,3,5,5.2272,7.1874,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14497,'Shellene','Orphanage Matron',20,20,8632,0,0,0,12,12,0,0,7,3,3,0,0,36864,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,919,919,1202,1202,24,31,31.856,43.802,460,13,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14497,0,'EventAI',''), (14498,'Tosamina',NULL,34,34,3850,0,0,0,29,29,0,0,7,3,3,0,0,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1930,1930,0,0,47,61,49.9664,68.7038,1340,25,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14498,0,'',''), - (14499,'Horde Orphan',NULL,3,3,14589,0,0,0,29,29,0,0,7,3,3,0,0,33536,0,2,0,1,1,1,0,1,1,1,1,-1,1,112,112,0,0,3,5,5.2272,7.1874,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14499,0,'',''), + (14499,'Horde Orphan',NULL,3,3,14589,14616,0,0,29,29,0,0,7,3,3,0,0,33536,0,2,0,1,1,1,0,1,1,1,1,-1,1,112,112,0,0,3,5,5.2272,7.1874,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (14500,'J\'eevee',NULL,58,58,10812,0,0,0,35,35,0,0,3,3,3,0,0,33536,0,0,0,1.25,1.14286,1,0,1,1,1,1,-1,1,4484,4484,0,0,154,184,72.9872,100.357,3435,78,100,1430,1573,0,60,298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14501,'Warlock Mount Ritual Mob Type 3, Infernal (DND)',NULL,1,1,11686,0,0,0,35,35,1,0,3,3,3,0,0,33587200,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14502,'Xorothian Dreadsteed',NULL,62,62,14552,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.77,1.14286,1,1,10,1,1,1,1,1,32370,32370,0,0,576,743,62.6104,86.0893,4391,304,100,1166,1283,0,166,832,14502,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -402629,7 +405592,7 @@ VALUES (14605,'Bone Construct',NULL,60,60,12073,0,0,0,103,103,0,0,6,3,3,0,0,32769,0,0,8,1,1.71429,1,1,2,1,5,1,1,1,6104,6104,0,0,52,69,0,0,3791,252,26,1000,1000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14606,'Drakonid Corpse Trigger',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14621,'Overseer Maltorius',NULL,50,50,14665,0,0,0,754,754,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,7.7,2,1,1,1,1,13644,13644,3614,3614,259,334,54.6056,75.0827,2432,137,100,1266,2000,0,0,0,14621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (14622,'Thorium Brotherhood Lookout','The Thorium Brotherhood',50,50,14669,14670,0,0,1475,1475,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,87,112,66,90.75,2999,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14622,0,'',''), + (14622,'Thorium Brotherhood Lookout','The Thorium Brotherhood',50,50,14669,14670,14671,14672,1475,1475,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,87,112,66,90.75,2999,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14622,0,'',''), (14623,'Warsong Gulch Battlemaster',NULL,1,1,10186,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14624,'Master Smith Burninate','The Thorium Brotherhood',52,52,14652,0,0,0,1475,1475,0,0,7,3,3,0,4103,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3748,3748,0,0,87,113,68.1824,93.7508,3108,46,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5962,14624,0,'',''), (14625,'Overseer Oilfist','The Thorium Brotherhood',60,60,14653,0,0,0,1475,1475,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12293,14625,0,'',''), @@ -402649,7 +405612,7 @@ VALUES (14639,'Zapped Deep Strider',NULL,47,49,14673,0,0,0,14,14,0,0,5,3,3,0,0,32768,0,98304,0,1.19,1.14286,1,0,1,1,1,1,-1,1,2282,2479,2053,2053,120,144,62.8672,86.4424,2944,61,100,1520,1672,0,43,213,14639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14639,0,'',''), (14640,'Zapped Cliff Giant',NULL,49,49,14674,0,0,0,778,778,0,0,5,3,3,0,0,32768,0,98304,0,1.2,1.14286,1,0,1,1,1,1,-1,1,3092,3092,2103,2103,125,149,63.7824,87.7008,2944,63,100,1510,1661,0,44,222,14640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14640,0,'',''), (14645,'Warsong Gulch Herald',NULL,1,1,8590,0,0,0,79,79,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14646,'Stratholme Trigger',NULL,1,1,1126,0,0,0,32,32,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (14646,'Stratholme Trigger',NULL,1,1,11686,0,0,0,32,32,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14661,'Stinglasher',NULL,47,47,12149,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4721,4721,0,0,81,105,62.8672,86.4424,2835,43,100,2000,2000,0,0,0,14661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14662,'Corrupted Fire Nova Totem V',NULL,52,52,4683,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.21,1.14286,1,0,0.98,1,1,1,-1,1,2323,2323,300,300,9,9,68.1824,93.7508,3108,4,100,1490,1639,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14663,'Corrupted Stoneskin Totem VI',NULL,54,54,4588,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.22,1.14286,1,0,1,1,1,1,-1,1,31000,31000,0,0,9,9,69.8544,96.0498,3216,4,100,1470,1617,0,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -402665,9 +405628,9 @@ VALUES (14693,'Scorn',NULL,60,60,16197,0,0,0,35,35,1,0,6,3,3,0,0,32769,0,0,0,1,1.14286,1,1,1,1,7.5,1,-1,1,881,881,4938,4938,104,138,72,106,3750,252,26,2000,2000,0,0,0,14693,0,0,0,0,8390928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (14695,'Lord Blackwood',NULL,60,60,14699,0,0,0,35,35,0,0,6,3,3,0,0,32769,0,0,0,1,1.14286,1,1,10,1,1,1,1,1,30520,30520,0,0,10,15,0,0,3791,6,0,2000,2000,0,0,0,14695,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14695,0,'',''), (14697,'Lumbering Horror',NULL,1,1,12819,0,0,0,35,35,0,0,6,3,3,0,0,32772,0,0,0,1,1.14286,1,4,1,1,1,1,-1,1,8,8,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,14697,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (14715,'Silverwing Elite',NULL,55,55,14712,14713,0,0,1514,1514,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,7842,7842,0,0,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14715,0,'EventAI',''), - (14717,'Horde Elite',NULL,55,55,14716,14718,0,0,1515,1515,0,0,7,1,3,0,2,4096,0,0,0,1.1,1.14286,1,1,1,1,1,1,-1,1,8017,8017,0,0,310,400,301.34,422.17,3271,164,100,1216,2000,0,1,774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14717,0,'',''), - (14718,'Horde Laborer',NULL,26,26,11857,11859,0,0,1515,1515,0,0,7,1,3,0,0,4096,0,2,0,0.97,1.14286,1,0,1,1,1,1,-1,1,1309,1309,0,0,34,43,40.04,55.055,1061,18,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14718,0,'',''), + (14715,'Silverwing Elite',NULL,55,55,14712,14713,14714,14715,1514,1514,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,1,3,1,1,1,1,1,7842,7842,0,0,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14715,0,'EventAI',''), + (14717,'Horde Elite',NULL,55,55,14716,14718,14717,14719,1515,1515,0,0,7,1,3,0,2,4096,0,0,0,1.1,1.14286,1,1,1,1,1,1,-1,1,8017,8017,0,0,310,400,301.34,422.17,3271,164,100,1216,2000,0,1,774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14717,0,'',''), + (14718,'Horde Laborer',NULL,26,26,11857,11859,11858,11860,1515,1515,0,0,7,1,3,0,0,4096,0,2,0,0.97,1.14286,1,0,1,1,1,1,-1,1,1309,1309,0,0,34,43,40.04,55.055,1061,18,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14718,0,'',''), (14720,'High Overlord Saurfang',NULL,62,62,14732,0,0,0,29,29,0,0,7,3,3,0,3,36864,0,2,0,1.1,1.14286,1,1,1,1,1,1,-1,1,5500,5500,0,0,559,720,63.1904,86.8868,4391,295,100,1158,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14720,0,'',''), (14721,'Field Marshal Afrasiabi',NULL,62,62,14733,0,0,0,12,12,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,9835,9835,0,0,559,720,203.77,289.86,4391,295,100,2000,2000,0,570,749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6028,0,0,'EventAI',''), (14722,'Clavicus Knavingham','Alliance Cloth Quartermaster',35,35,14753,0,0,0,12,12,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6041,0,0,'EventAI',''), @@ -402678,7 +405641,7 @@ VALUES (14727,'Vehena','Horde Cloth Quartermaster',35,35,14759,0,0,0,126,126,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6034,0,0,'',''), (14728,'Rumstag Proudstrider','Horde Cloth Quartermaster',35,35,14758,0,0,0,104,104,0,0,7,1,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6037,0,0,'',''), (14729,'Ralston Farnsley','Horde Cloth Quartermaster',35,35,14756,0,0,0,68,68,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,51,65,51.128,70.301,1373,27,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6036,14729,0,'EventAI',''), - (14730,'Revantusk Watcher',NULL,55,55,14760,14762,0,0,1495,1495,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3765,3765,0,0,168,197,70.664,97.163,7700,84,100,2000,2000,0,794,794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14730,0,'',''), + (14730,'Revantusk Watcher',NULL,55,55,14760,14762,14761,14763,1495,1495,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,3765,3765,0,0,168,197,70.664,97.163,7700,84,100,2000,2000,0,794,794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14730,0,'',''), (14731,'Lard','Innkeeper',48,48,10714,0,0,0,1494,1494,0,0,7,3,3,0,135,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3294,3294,0,0,77,101,64.6272,88.8624,2888,41,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6059,0,0,'',''), (14732,'PvP CTF Credit Marker',NULL,60,60,1310,0,0,0,1080,1080,0,0,1,3,3,0,0,32768,0,2,0,1,0.714286,1,0,1,1,1,1,-1,1,3857,3857,0,0,236,284,74.448,102.366,3791,120,100,1410,1551,0,64,318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14733,'Sentinel Farsong',NULL,55,55,14813,0,0,0,1514,1514,0,0,7,3,3,0,3,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,321,367,70.664,97.163,3271,159,100,1000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6523,14733,0,'EventAI',''), @@ -402702,7 +405665,7 @@ VALUES (14755,'Tiny Green Dragon','',1,1,14778,0,0,0,35,35,0,0,2,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14756,'Tiny Red Dragon','',1,1,14779,0,0,0,35,35,0,0,2,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14757,'Elder Torntusk',NULL,48,48,14786,0,0,0,1494,1494,1.33,0,7,3,3,0,3,37376,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,6442,6442,0,0,77,101,64.6272,88.8624,2888,41,100,2000,2000,0,0,0,14757,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',''), - (14758,'Zul\'Gurub Trigger',NULL,1,1,1126,0,0,0,114,114,0,0,10,1,3,0,0,33555200,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (14758,'Zul\'Gurub Trigger',NULL,1,1,11686,0,0,0,114,114,0,0,10,1,3,0,0,33555200,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14761,'Creeping Doom',NULL,60,60,7511,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4700,4700,0,0,55,79,0,0,3791,31,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14762,'Dun Baldar North Marshal',NULL,60,60,14793,0,0,0,1534,1534,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,20.25,1,1,1,-1,1,61800,61800,0,0,528,681,62.016,85.272,3791,279,100,2000,1292,0,153,767,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14762,0,'EventAI',''), (14763,'Dun Baldar South Marshal',NULL,60,60,14793,0,0,0,1534,1534,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,26500,26500,0,0,528,681,62.016,85.272,3791,279,100,2000,1292,0,153,767,14763,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14763,0,'EventAI',''), @@ -402724,14 +405687,14 @@ VALUES (14821,'Razzashi Raptor',NULL,60,60,2571,0,0,0,28,28,0,11,1,1,3,0,0,64,0,0,9,1.32,1.14286,1,1,5,1,1,1,1,1,15260,15260,0,0,568,758,60.5576,83.2667,3791,306,100,2000,2000,0,0,0,14821,0,14821,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (14822,'Sayge',NULL,55,55,491,0,0,0,1555,1555,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,4108,4108,2117,2117,96,125,70.664,97.163,2654,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6186,14822,0,'',''), (14823,'Silas Darkmoon',NULL,61,61,14855,0,0,0,1555,1555,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,2,1,1,1,1,1,-1,1,9563,9563,2486,2486,544,703,172.1,240.07,3316,288,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6182,14823,0,'EventAI',''), - (14825,'Withered Mistress',NULL,60,60,14981,14982,0,0,28,28,0,0,6,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,5,4,1,1,1,1,12210,12210,9736,9736,544,703,60.5576,83.2667,3075,288,100,1166,2000,0,0,0,14825,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (14825,'Withered Mistress',NULL,60,60,14981,14982,14983,14984,28,28,0,0,6,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,5,4,1,1,1,1,12210,12210,9736,9736,544,703,60.5576,83.2667,3075,288,100,1166,2000,0,0,0,14825,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (14826,'Sacrificed Troll',NULL,60,60,14391,0,0,0,16,16,0,0,6,1,3,0,0,32768,0,0,8,1.32,1.14286,1,0,0.25,1,1,1,1,1,762,762,0,0,157,203,70.4704,96.8968,3791,83,100,2000,2000,0,0,0,14826,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14827,'Burth',NULL,60,60,536,0,0,0,1555,1555,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6184,14827,0,'',''), (14828,'Gelvas Grimegate','Darkmoon Faire Ticket Redemption',25,25,14854,0,0,0,1555,1555,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1240,1240,0,0,31,40,38.72,53.24,1026,16,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6183,14828,0,'',''), (14829,'Yebb Neblegear',NULL,55,55,14856,0,0,0,1555,1555,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6161,14829,0,'',''), (14832,'Kerri Hicks','The Strongest Woman Alive!',55,55,14876,0,0,0,1555,1555,0,0,7,3,3,0,3,33536,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,2654,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6223,0,0,'',''), (14833,'Chronos','He Who Never Forgets!',55,55,14875,0,0,0,1555,1555,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6224,0,0,'',''), - (14834,'Hakkar',NULL,63,63,15295,0,0,0,28,28,0,0,10,1,3,0,0,64,0,513,76,1.32,1.14286,2,3,405,100,1,1,1,1,1079325,1079325,262000,262000,5238,6165,640,880,3795,2138,100,2000,2000,0,450277,550338,14834,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','boss_hakkar'), + (14834,'Hakkar',NULL,63,63,15295,0,0,0,28,28,0,0,10,1,3,0,0,64,0,513,76,1.32,1.14286,2,3,270,100,20,1,1,1,719550,719550,262000,262000,102.2,135.3,0,0,3795,252,27,2000,2000,0,450277,550338,14834,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','boss_hakkar'), (14841,'Rinling',NULL,55,55,14877,0,0,0,1555,1555,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,96,125,70.664,97.163,3271,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6225,0,0,'',''), (14842,'Melnan Darkstone','Darkmoon Faire Barker',30,30,14878,0,0,0,1555,1555,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,64,75,45.144,62.073,1200,32,100,1710,1881,0,1,377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6213,0,0,'',''), (14843,'Kruban Darkblade','Darkmoon Faire Barker',30,30,14879,0,0,0,1555,1555,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,1710,1881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6214,0,0,'',''), @@ -402758,14 +405721,14 @@ VALUES (14873,'Okla',NULL,1,1,14616,0,0,0,29,29,0,0,7,1,3,0,0,768,0,2,0,1,1,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,14873,0,'',''), (14874,'Karu',NULL,1,1,14616,0,0,0,29,29,0,0,7,1,3,0,0,768,0,2,0,1,1,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,14874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14875,'Molthor','Hand of Rastakhan',60,60,14993,0,0,0,1574,1574,0,0,7,3,3,0,3,32832,0,2,0,1.1,1.14286,1,1,1,1,1,1,-1,1,9298,9298,0,0,528,681,62.016,85.272,3791,279,100,1175,1292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6235,14875,0,'',''), - (14876,'Zandalar Headshrinker',NULL,60,60,14998,15001,0,0,1574,1574,0,0,7,3,3,0,0,32832,0,2,0,1,1.14286,2,1,1,1,1,1,-1,1,9298,9298,2434,2434,528,681,62.016,85.272,3075,279,100,1175,1292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (14876,'Zandalar Headshrinker',NULL,60,60,14998,14999,15000,15001,1574,1574,0,0,7,3,3,0,0,32832,0,2,0,1,1.14286,2,1,1,1,1,1,-1,1,9298,9298,2434,2434,528,681,62.016,85.272,3075,279,100,1175,1292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (14877,'High Priest Venoxis Transform Visual',NULL,1,1,15102,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,1,1,1,7.5,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14877,0,'',''), (14878,'Jubling',NULL,1,1,6297,0,0,0,6,6,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14879,'Arathi Basin Battlemaster',NULL,1,1,10186,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14880,'Razzashi Skitterer',NULL,56,58,15072,0,0,0,28,28,0,3,1,1,3,0,0,0,0,0,8,1.32,1.14286,1,1,1.5,1,1,1,1,1,4048,4306,0,0,197,249,60.5576,83.2667,3435,103,100,1166,2000,0,0,0,14880,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (14881,'Spider',NULL,1,1,2536,9829,0,0,190,190,0.2,0,8,1,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (14882,'Atal\'ai Mistress',NULL,60,60,14977,14978,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,5,1,1,1,1,1,15260,15260,0,0,571,737,61.732,84.8815,3791,302,100,1150,2000,0,779,1022,14882,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14882,0,'',''), - (14883,'Voodoo Slave',NULL,60,60,14973,14974,0,0,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,5,4,1,1,1,1,12210,12210,9736,9736,571,737,61.732,84.8815,3075,302,100,1150,2000,0,0,0,14883,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), + (14881,'Spider',NULL,1,1,2536,9829,1160,14952,190,190,0.2,0,8,1,3,0,0,32768,0,0,0,1,0.857143,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1.76,2.42,15,1,100,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (14882,'Atal\'ai Mistress',NULL,60,60,14977,14978,14979,14980,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,1,1,5,1,1,1,1,1,15260,15260,0,0,571,737,61.732,84.8815,3791,302,100,1150,2000,0,779,1022,14882,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,14882,0,'',''), + (14883,'Voodoo Slave',NULL,60,60,14973,14974,14975,14976,28,28,0,0,7,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,5,4,1,1,1,1,12210,12210,9736,9736,571,737,61.732,84.8815,3075,302,100,1150,2000,0,0,0,14883,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (14884,'Parasitic Serpent',NULL,63,63,15133,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1.69,1.14286,1,3,1,1,1,1,-1,1,7680,7680,0,0,852,1028,70.976,97.592,4691,434,100,1008,1109,0,135,677,14884,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (14887,'Ysondre',NULL,63,63,15364,0,0,0,50,50,2,0,2,3,3,0,0,32832,0,0,44,1.05,1.14286,1,3,250,1,20,1,1,1,832750,832750,0,0,110,146,0,0,4691,268,32,2000,2000,0,69955,91358,14887,0,14887,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_ysondre'), (14888,'Lethon',NULL,63,63,15365,0,0,0,14,14,2,0,2,3,3,0,0,32768,0,0,44,1.8,1.14286,1,3,250,1,20,1,1,1,832750,832750,0,0,110,146,0,0,4691,268,32,2000,2000,0,71655,93578,14888,0,14887,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_lethon'), @@ -402809,8 +405772,8 @@ VALUES (14987,'Powerful Healing Ward',NULL,56,56,15292,0,0,0,37,37,0,0,10,3,3,0,0,32768,0,0,0,0.001,1.14286,1,0,1,1,1,1,-1,1,4231,4231,2514,2514,9,9,70.4704,96.8968,3327,4,100,1430,1573,0,163,817,14987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','mob_healing_ward'), (14988,'Ohgan',NULL,63,63,15271,0,0,0,14,14,0,11,1,1,3,0,0,0,0,513,0,1.18,1.14286,1,3,1,1,1,1,-1,1,91560,91560,0,0,2030,2351,640,880,4691,1011,100,1200,1600,0,0,0,14988,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'','mob_ohgan'), (14989,'Poisonous Cloud',NULL,1,1,262,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,40,40,11,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (14990,'Defilers Emissary',NULL,40,40,15239,15242,0,0,412,412,0,0,7,3,3,0,2049,37120,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6478,0,1,'',''), - (14991,'League of Arathor Emissary',NULL,40,40,15251,15254,0,0,1577,1577,0,0,7,3,3,0,2049,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6504,0,0,'',''), + (14990,'Defilers Emissary',NULL,40,40,15239,15242,0,0,412,412,0,0,7,3,3,0,2049,37120,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6478,0,1,'EventAI',''), + (14991,'League of Arathor Emissary',NULL,40,40,15251,15254,0,0,1577,1577,0,0,7,3,3,0,2049,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2471,2471,0,0,61,78,56.672,77.924,1964,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6504,0,0,'EventAI',''), (14994,'Zandalarian Event Generator',NULL,1,1,13069,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15001,'PvP A-Mid Credit Marker',NULL,1,1,1141,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15002,'PvP Mid Credit Marker',NULL,1,1,1141,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -402861,22 +405824,22 @@ VALUES (15088,'Booty Bay Elite',NULL,61,61,15201,0,0,0,121,121,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,20815,20815,0,0,252,341,62.6104,86.0893,4091,137,100,1166,1283,0,166,832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15088,0,'',''), (15089,'Forsaken Lumberjack',NULL,1,1,15206,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15090,'Swift Razzashi Raptor',NULL,1,1,15289,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,0,0,0,0,15,0,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15091,'Zul\'Gurub Panther Trigger',NULL,1,1,1126,0,0,0,114,114,0,0,10,1,3,0,0,33555200,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15091,'Zul\'Gurub Panther Trigger',NULL,1,1,11686,0,0,0,114,114,0,0,10,1,3,0,0,33555200,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15101,'Zulian Prowler',NULL,60,60,613,0,0,0,93,93,0,2,1,1,3,0,0,0,0,0,0,1.24,1.14286,1,0,1,1,1,1,1,1,3052,3052,0,0,221,264,69.696,95.832,3791,112,100,1600,1584,0,0,0,15101,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (15102,'Silverwing Emissary',NULL,22,22,15255,0,0,0,1642,1642,0,0,7,3,3,0,2049,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,62,75,34.6544,47.6498,922,32,100,1790,1969,0,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6508,0,0,'',''), - (15103,'Stormpike Emissary',NULL,55,55,15259,15388,0,0,1217,1217,0,0,7,3,3,0,2049,37120,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,143,194,70.664,97.163,3271,78,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8453,0,0,'',''), + (15102,'Silverwing Emissary',NULL,22,22,15255,0,0,0,1642,1642,0,0,7,3,3,0,2049,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1042,1042,0,0,62,75,34.6544,47.6498,922,32,100,1790,1969,0,7,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6508,0,0,'EventAI',''), + (15103,'Stormpike Emissary',NULL,55,55,15259,15388,0,0,1217,1217,0,0,7,3,3,0,2049,37120,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,143,194,70.664,97.163,3271,78,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8453,0,0,'EventAI',''), (15104,'Swift Zulian Tiger',NULL,1,1,15290,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,0,1,15,1,0,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (15105,'Warsong Emissary',NULL,30,30,15247,15250,0,0,1641,1641,0,0,7,3,3,0,2049,37120,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,1605,1605,852,852,59,80,45.144,62.073,1004,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6490,0,1,'',''), - (15106,'Frostwolf Emissary',NULL,55,55,15243,15246,0,0,1215,1215,0,0,7,3,3,0,2049,37120,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,143,194,70.664,97.163,3271,78,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6484,0,0,'',''), + (15105,'Warsong Emissary',NULL,30,30,15247,15250,0,0,1641,1641,0,0,7,3,3,0,2049,37120,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,1605,1605,852,852,59,80,45.144,62.073,1004,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6490,0,1,'EventAI',''), + (15106,'Frostwolf Emissary',NULL,55,55,15243,15246,0,0,1215,1215,0,0,7,3,3,0,2049,37120,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4108,4108,0,0,143,194,70.664,97.163,3271,78,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6484,0,0,'EventAI',''), (15107,'Arathi Horse',NULL,1,1,229,0,0,0,7,7,0,0,1,3,3,0,0,32768,0,2,0,1,0.857143,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15108,'Forsaken Horse',NULL,1,1,10671,0,0,0,7,7,0,0,6,3,3,0,0,32768,0,2,0,1,1.38571,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15109,'Primal Blessing Visual',NULL,1,1,15214,0,0,0,35,35,1,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,25,27,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15110,'Gurubashi Prisoner',NULL,60,60,15263,15264,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,1,1,3052,3052,0,0,104,138,72,106,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15111,'Mad Servant',NULL,61,61,6811,568,0,0,37,37,0,0,3,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,1,4,1,1,-1,1,12495,12965,9944,9944,389,502,172.1,240.07,3316,206,100,1141,2000,0,611,802,15111,0,0,0,0,1,0,0,0,0,0,0,244,0,1,0,0,0,0,0,0,0,15111,0,'',''), + (15111,'Mad Servant',NULL,61,61,6811,568,12345,1015,37,37,0,0,3,1,3,0,0,32832,0,0,8,1.32,1.14286,2,1,1,4,1,1,-1,1,12495,12965,9944,9944,389,502,172.1,240.07,3316,206,100,1141,2000,0,611,802,15111,0,0,0,0,1,0,0,0,0,0,0,244,0,1,0,0,0,0,0,0,0,15111,0,'',''), (15112,'Brain Wash Totem',NULL,59,60,15291,0,0,0,2,2,0,0,11,3,3,0,0,32768,0,0,0,0.001,1.14286,1,0,1,1,1,1,-1,1,3952,4080,300,300,9,9,74.448,102.366,3791,4,100,1410,1551,0,130,648,15112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), - (15113,'Honored Hero',NULL,60,60,15222,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,1410,1551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15113,'Honored Hero',NULL,60,60,15222,15223,15224,15225,35,35,0,0,10,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,1410,1551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15114,'Gahz\'ranka',NULL,63,63,15288,0,0,0,93,93,0,0,1,3,3,0,0,32768,0,513,0,2.28,1.14286,1,3,100,1,1,1,1,1,333100,333100,0,0,1623,2022,720,990,4691,841,100,1100,1800,0,8270,41348,15114,0,0,0,0,617299803,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15115,'Honored Ancestor',NULL,60,60,15228,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,1.26,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,1410,1551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15115,'Honored Ancestor',NULL,60,60,15228,15229,15230,15232,35,35,0,0,10,3,3,0,0,32768,0,2,0,1.26,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,164,212,74.448,102.366,3791,87,100,1410,1551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15116,'Grinkle','Fishing Promoter',50,50,15237,0,0,0,29,29,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,85,109,66.44,91.355,2999,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6476,15116,0,'',''), (15117,'Chained Spirit',NULL,60,60,14560,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,1,1,3052,3052,0,0,236,284,74.448,102.366,3791,120,100,1410,1551,0,64,318,15117,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (15118,'Master Angler Form',NULL,1,1,15234,0,0,0,35,35,1,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,25,27,0,0,2,2,0,0,17,0,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -402886,8 +405849,8 @@ VALUES (15125,'Kosco Copperpinch','Smokywood Pastures',30,30,15279,0,0,0,35,35,0,0,7,3,3,0,6,37376,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,42,53,45.144,62.073,1200,22,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15125,0,'',''), (15126,'Rutherford Twing','Defilers Supply Officer',55,55,15276,0,0,0,1598,1598,0,0,7,3,3,0,7,36864,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,2000,2000,0,0,344,445,62.7984,86.3478,3271,182,100,1133,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15126,0,'EventAI',''), (15127,'Samuel Hawke','League of Arathor Supply Officer',63,63,15277,0,0,0,1599,1599,0,0,7,3,3,0,7,36864,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,10672,10672,0,0,399,515,220.81,320.77,4691,211,100,1133,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15127,0,'EventAI',''), - (15128,'Defiler Elite',NULL,55,55,15284,15286,0,0,412,412,0,0,7,3,3,0,0,36864,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,7125,7125,0,0,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15128,0,'EventAI',''), - (15130,'League of Arathor Elite',NULL,40,40,15280,15282,0,0,1577,1577,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,1550,1550,0,0,410,491,1.4664,2.0163,1964,208,100,1666,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15130,0,'EventAI',''), + (15128,'Defiler Elite',NULL,55,55,15284,15286,15285,15287,412,412,0,0,7,3,3,0,0,36864,0,0,0,1.05,1.14286,1,1,1,1,1,1,-1,1,7125,7125,0,0,310,400,58.872,80.949,3271,164,100,1216,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15128,0,'EventAI',''), + (15130,'League of Arathor Elite',NULL,40,40,15280,15282,15281,15283,1577,1577,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,1550,1550,0,0,410,491,1.4664,2.0163,1964,208,100,1666,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15130,0,'EventAI',''), (15131,'Qeeju','Stable Master',45,45,14773,0,0,0,29,29,0,0,7,3,3,0,8193,36864,0,2,0,1.05,1.14286,1,0,1,1,1,1,-1,1,2972,2972,0,0,72,93,79.2,108.9,2725,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,15131,0,'',''), (15136,'Hammerfall Elite',NULL,55,55,4034,0,0,0,83,83,0,0,7,3,3,0,0,32768,0,0,0,1.24,1.14286,1,0,1,1,1,1,-1,1,3047,3047,0,0,150,179,69.696,95.832,3271,76,100,1440,1584,0,57,286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15136,0,'',''), (15137,'Menethil Elite',NULL,55,55,790,0,0,0,57,57,0,0,7,3,3,0,0,32768,0,1024,0,1.05,1.14286,1,0,1,1,1,1,-1,1,5219,5219,0,0,141,170,70.664,97.163,3271,72,100,1460,1606,0,54,269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15137,0,'',''), @@ -402898,7 +405861,7 @@ VALUES (15146,'Mad Voidwalker',NULL,59,60,14428,0,0,0,90,90,0,0,3,3,3,0,0,32768,0,0,0,1.76,1.14286,1,1,1,1,1,1,-1,1,13734,13734,0,0,528,681,62.016,85.272,3791,279,100,1175,1292,0,153,767,15146,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (15162,'Scarlet Inquisitor',NULL,61,61,10343,0,0,0,67,67,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,1,0,3,1,1,1,1,1,9432,9432,0,0,485,593,172.1,101.858,4091,249,100,2000,2000,0,500,658,15162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15162,0,'',''), (15163,'Nightmare Illusion',NULL,60,60,2830,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,0.15,1,1,1,1,1,458,458,0,0,236,284,74.448,102.366,3791,120,100,1410,1551,0,64,318,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15164,'Mulgore Trigger',NULL,1,1,1126,0,0,0,114,114,0,0,10,1,3,0,0,33555200,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15164,'Mulgore Trigger',NULL,1,1,11686,0,0,0,114,114,0,0,10,1,3,0,0,33555200,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15165,'Haughty Modiste','Fashion Designer',51,51,15300,0,0,0,474,474,0,0,7,1,3,0,7,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3632,3632,0,0,129,174,67.32,92.565,3052,70,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7524,0,0,'',''), (15168,'Vile Scarab',NULL,55,55,13096,0,0,0,15,15,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,0,2,1,1.5,1,1,1,5228,5228,0,0,94,124.7,0,0,3271,228,23,2000,2000,0,0,0,15168,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (15169,'Ralo\'shan the Eternal Watcher',NULL,60,60,15308,0,0,0,994,994,0,0,7,3,3,0,1,32768,0,2,0,1.1,1.14286,2,0,1,1,1,1,-1,1,3857,3857,2434,2434,246,334,74.448,102.366,3075,134,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6588,0,0,'',''), @@ -402915,7 +405878,7 @@ VALUES (15181,'Commander Mar\'alith',NULL,62,62,15315,0,0,0,994,994,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,10327,10327,0,0,259,352,203.77,289.86,4391,141,100,1158,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6530,15181,0,'',''), (15182,'Vish Kozus','Captain of the Guard',61,61,15320,0,0,0,994,994,0,0,7,3,3,0,3,32768,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,10042,10042,0,0,434,495,172.1,240.07,4091,214,100,1166,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6531,15182,0,'',''), (15183,'Geologist Larksbane',NULL,60,60,15316,0,0,0,994,994,0,0,7,3,3,0,3,32768,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,3857,3857,2434,2434,246,334,74.448,102.366,3075,134,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6532,15183,0,'',''), - (15184,'Cenarion Hold Infantry',NULL,60,60,15304,15305,0,0,1254,1254,0,0,7,3,3,0,0,32768,0,1024,0,1,1.71429,1,1,1,1,1,1,-1,1,9763,9763,0,0,246,334,62.016,85.272,3500,134,100,1175,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15184,0,'','guard_contested'), + (15184,'Cenarion Hold Infantry',NULL,60,60,15304,15305,15306,15307,1254,1254,0,0,7,3,3,0,0,32768,0,1024,0,1,1.71429,1,1,1,1,1,1,-1,1,9763,9763,0,0,246,334,62.016,85.272,3500,134,100,1175,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15184,0,'','guard_contested'), (15185,'Brood of Nozdormu',NULL,62,62,6370,0,0,0,776,776,0,0,2,7,3,0,0,768,0,2,0,1,2.57143,1,1,1,1,1,1,-1,1,19920,19920,9544,9544,592,764,203.77,289.86,4391,313,100,1158,2000,0,0,0,0,0,100001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15186,'Murky',NULL,1,1,15369,0,0,0,188,188,0.8,0,1,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,1,1,15,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15187,'Cenarion Emissary Jademoon',NULL,55,55,15321,0,0,0,994,994,0,0,7,3,3,0,2,32768,0,2,0,1,1.14286,8,0,1,1,1,1,-1,1,4108,4108,5013,5013,143,194,70.664,97.163,1658,78,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -402930,28 +405893,28 @@ VALUES (15196,'Deathclasp',NULL,59,59,15327,0,0,0,14,14,0,0,1,3,3,0,0,32832,0,0,0,1.1,1.14286,1,1,3,1,1,1,1,1,8883,8883,0,0,316,408,57.4128,78.9426,3489,167,100,1208,2000,0,0,0,15196,0,15196,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (15197,'Darkcaller Yanka',NULL,60,60,15349,0,0,0,68,68,0,0,7,3,3,0,7,32768,0,2,0,1.76,1.14286,1,1,1,1,1,1,-1,1,9763,9763,0,0,246,334,62.016,85.272,3791,134,100,1175,1292,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6537,15197,0,'',''), (15199,'Sergeant Hartman',NULL,60,60,15350,0,0,0,12,12,0,0,7,3,3,0,3,32898,0,2,0,1.76,1.14286,1,1,1,1,1,1,-1,1,9763,9763,0,0,246,334,62.016,85.272,3791,134,100,1175,1292,0,1,1028,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6538,15199,0,'EventAI',''), - (15200,'Twilight Keeper Mayna','Twilight\'s Hammer',60,60,15328,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.45,1,1,1,1,1,3097,3097,5751,5751,75,95,71.9664,98.9538,1923,39,100,2000,2000,0,0,0,15200,15200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15200,0,'',''), - (15201,'Twilight Flamereaver',NULL,60,60,2896,2897,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,107,131,71.9664,98.9538,3791,55,100,2000,2000,0,135,181,15201,15201,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,15201,0,'',''), - (15202,'Vyral the Vile','Twilight\'s Hammer',61,61,15411,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.35,1,1,1,1,1,3395,3395,2486,2486,102,123,172.1,240.07,3316,52,100,2000,2000,0,121,163,15202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15202,0,'',''), - (15203,'Prince Skaldrenox','Abyssal High Council',63,63,15329,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,1,0,1.82,1.14286,1,3,12,10,1,1,1,1,39972,39972,0,0,1549,2109,400,550,4691,844,100,800,1000,0,3431,17156,15203,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15203,0,'',''), - (15204,'High Marshal Whirlaxis','Abyssal High Council',63,63,2703,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,1,0,1.82,1.14286,1,3,12,10,1,1,1,1,39972,39972,0,0,1429,1709,487.6,670.45,4691,724,100,1108,1219,0,4328,21638,15204,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15200,'Twilight Keeper Mayna','Twilight\'s Hammer',60,60,15328,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,8,0,1.45,1,1,1,1,1,3097,3097,5751,5751,75,95,71.9664,98.9538,1923,39,100,2000,2000,0,0,0,15200,15200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15200,0,'EventAI',''), + (15201,'Twilight Flamereaver',NULL,60,60,2896,2897,2895,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,107,131,71.9664,98.9538,3791,55,100,2000,2000,0,135,181,15201,15201,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,15201,0,'EventAI',''), + (15202,'Vyral the Vile','Twilight\'s Hammer',61,61,15411,0,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1.35,1,1,1,1,1,3395,3395,2486,2486,102,123,172.1,240.07,3316,52,100,2000,2000,0,121,163,15202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15202,0,'EventAI',''), + (15203,'Prince Skaldrenox','Abyssal High Council',63,63,15329,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,1,0,1.82,1.14286,1,3,12,10,1,1,1,1,39972,39972,0,0,1549,2109,400,550,4691,844,100,800,1000,0,3431,17156,15203,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15203,0,'EventAI',''), + (15204,'High Marshal Whirlaxis','Abyssal High Council',63,63,2703,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,1,0,1.82,1.14286,1,3,12,10,1,1,1,1,39972,39972,0,0,1429,1709,487.6,670.45,4691,724,100,1108,1219,0,4328,21638,15204,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15205,'Baron Kazum','Abyssal High Council',63,63,12309,0,0,0,14,14,0,0,5,3,3,0,0,32768,0,98305,0,1.82,1.14286,1,3,12,10,1,1,1.25,1,39972,39972,0,0,1889,2029,285.6,392.7,5864,904,100,1200,1400,0,3642,18208,15205,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15206,'The Duke of Cynders','Abyssal Council',62,62,12030,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.81,1.14286,2,1,5,3,1,1,1,1,12950,12950,7704,7704,281,381,62.7984,86.3478,3555,153,100,1133,1246,0,187,935,15206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15206,0,'',''), - (15207,'The Duke of Fathoms','Abyssal Council',62,62,62,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.81,1.14286,1,1,5,3,1,1,1,1,16185,16185,0,0,281,381,62.7984,86.3478,4391,153,100,1133,1246,0,187,935,15207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15208,'The Duke of Shards','Abyssal Council',62,62,3216,0,0,0,14,14,0,0,5,3,3,0,0,32768,0,98304,0,1.81,1.14286,1,1,5,3,1,1,1.25,1,16185,16185,0,0,281,381,62.7984,86.3478,5489,153,100,1133,1246,0,187,935,15208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15209,'Crimson Templar','Abyssal Council',60,60,1204,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,8245,8245,0,0,265,360,61.732,84.8815,3791,144,100,1150,1265,0,176,880,15209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15211,'Azure Templar','Abyssal Council',60,60,13749,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,1.77,1.14286,1,1,1,1,1,1,-1,1,8062,8062,0,0,252,341,60.5576,83.2667,3791,137,100,1166,1283,0,165,826,15211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15212,'Hoary Templar','Abyssal Council',60,60,14502,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,8090,8090,0,0,265,360,61.732,84.8815,3791,144,100,1150,1265,0,176,880,15212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15213,'Twilight Overlord','Twilight\'s Hammer',59,61,15407,15408,0,0,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,3297,3395,2434,2486,99,122,172.1,240.07,3196,51,100,2000,2000,0,122,165,15213,15213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15213,0,'',''), - (15214,'Invisible Stalker',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587200,0,130,0,1,1.14286,1,0,1,1,1,1,-1,1,25,27,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15215,'Mistress Natalia Mar\'alith','High Priestess of C\'Thun',61,62,15330,0,0,0,310,310,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,2,1,1,1,1,-1,1,24585,25905,17976,17976,259,352,203.77,289.86,3555,141,100,1158,2000,0,0,0,15215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15206,'The Duke of Cynders','Abyssal Council',62,62,12030,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.81,1.14286,2,1,5,3,1,1,1,1,12950,12950,7704,7704,281,381,62.7984,86.3478,3555,153,100,1133,1246,0,187,935,15206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15206,0,'EventAI',''), + (15207,'The Duke of Fathoms','Abyssal Council',62,62,62,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.81,1.14286,1,1,5,3,1,1,1,1,16185,16185,0,0,281,381,62.7984,86.3478,4391,153,100,1133,1246,0,187,935,15207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15208,'The Duke of Shards','Abyssal Council',62,62,3216,0,0,0,14,14,0,0,5,3,3,0,0,32768,0,98304,0,1.81,1.14286,1,1,5,3,1,1,1.25,1,16185,16185,0,0,281,381,62.7984,86.3478,5489,153,100,1133,1246,0,187,935,15208,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15209,'Crimson Templar','Abyssal Council',60,60,1204,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,8245,8245,0,0,265,360,61.732,84.8815,3791,144,100,1150,1265,0,176,880,15209,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15211,'Azure Templar','Abyssal Council',60,60,13749,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,1.77,1.14286,1,1,1,1,1,1,-1,1,8062,8062,0,0,252,341,60.5576,83.2667,3791,137,100,1166,1283,0,165,826,15211,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15212,'Hoary Templar','Abyssal Council',60,60,14502,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,8090,8090,0,0,265,360,61.732,84.8815,3791,144,100,1150,1265,0,176,880,15212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15213,'Twilight Overlord','Twilight\'s Hammer',59,61,15407,15408,15409,15410,16,16,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,0,1,1,1,1,-1,1,3297,3395,2434,2486,99,122,172.1,240.07,3196,51,100,2000,2000,0,122,165,15213,15213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15213,0,'EventAI',''), + (15214,'Invisible Stalker',NULL,1,1,1126,11686,0,0,35,35,0,0,10,3,3,0,0,33587200,0,130,0,1,1.14286,1,0,1,1,1,1,-1,1,25,27,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15215,'Mistress Natalia Mar\'alith','High Priestess of C\'Thun',61,62,15330,0,0,0,310,310,0,0,7,3,3,0,0,32768,0,0,0,1.1,1.14286,2,2,1,1,1,1,-1,1,24585,25905,17976,17976,259,352,203.77,289.86,3555,141,100,1158,2000,0,0,0,15215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15216,'Male Ghost',NULL,1,1,15331,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15217,'Female Ghost',NULL,1,1,15332,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15218,'Faire Cannon Trigger',NULL,1,1,11686,0,0,0,114,114,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15220,'The Duke of Zephyrs','Abyssal Council',62,62,7569,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1.81,1.14286,1,1,5,3,1,1,1,1,16185,16185,0,0,281,381,62.7984,86.3478,4391,153,100,1133,1246,0,187,935,15220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15221,'Frankal Invisible Trigger',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15220,'The Duke of Zephyrs','Abyssal Council',62,62,7569,0,0,0,14,14,0,0,1,3,3,0,0,32768,0,0,0,1.81,1.14286,1,1,5,3,1,1,1,1,16185,16185,0,0,281,381,62.7984,86.3478,4391,153,100,1133,1246,0,187,935,15220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15221,'Frankal Invisible Trigger',NULL,1,1,13069,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15222,'Rutgar Invisible Trigger',NULL,1,1,1126,13069,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15224,'Dream Fog',NULL,1,1,11686,0,0,0,50,50,0,0,10,3,3,0,0,33587200,0,0,0,0.5,0.5,1,1,1,1,1,1,-1,1,96,96,0,0,19,28,1.4664,2.0163,15,11,100,1666,1833,0,0,2,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15224,'Dream Fog',NULL,60,60,11686,0,0,0,50,50,0,0,10,3,3,0,0,33587200,0,0,0,0.5,0.5,1,1,1,1,1,1,-1,1,96,96,0,0,19,28,1.4664,2.0163,15,11,100,1666,1833,0,0,2,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15229,'Vekniss Soldier',NULL,61,61,15434,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1,1.71429,1,1,26,1,8,1,1,1,81744,81744,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,0,0,15229,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15230,'Vekniss Warrior',NULL,61,61,15334,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1.6,1.71429,1,1,16,1,12,1,1,1,50304,50304,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,0,0,15230,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15233,'Vekniss Guardian',NULL,61,61,14521,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1.6,1.71429,1,1,20,1,15,1,1,1,62880,62880,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,0,0,15233,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -402963,7 +405926,7 @@ VALUES (15249,'Qiraji Lasher',NULL,61,61,15465,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,2.4,2.14286,1,1,30,1,18,1,1,1,94320,94320,0,0,84.7,112.2,0,0,4091,258,28,1600,1600,0,0,0,15249,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15250,'Qiraji Slayer',NULL,61,61,15354,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1.6,2.28571,2,1,40,1,20,1,1,1,100600,100600,2486,2486,98.5,130.4,0,0,3316,244,25,2000,2000,0,0,0,15250,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15252,'Qiraji Champion',NULL,63,63,15340,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1.6,1.71429,1,1,80,1,25,1,1,1,266480,266480,0,0,109.9,145.6,0,0,4691,268,32,2000,2000,0,0,0,15252,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15260,'Demented Druid Spirit',NULL,60,60,11242,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,2315,2315,0,0,351,438,74.448,102.366,3791,182,100,1410,1551,0,64,318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15260,0,'EventAI',''), + (15260,'Demented Druid Spirit',NULL,60,60,11242,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,2315,2315,0,0,351,438,74.448,102.366,3791,182,100,1410,1551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15260,0,'EventAI',''), (15261,'Spirit Shade',NULL,60,60,1825,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1.26,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,351,438,74.448,102.366,3791,182,100,1410,1551,0,64,318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_spirit_shade'), (15262,'Obsidian Eradicator',NULL,60,60,15346,0,0,0,310,310,0,0,10,3,1,0,0,32768,0,0,8,2.4,2.14286,2,1,70,10,20,1,1,1,170940,170940,24340,24340,96.8,128.2,0,0,3075,238,24,2000,2000,0,0,0,15262,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15263,'The Prophet Skeram',NULL,63,63,15345,0,0,0,16,16,0,0,10,3,3,0,0,32768,0,513,76,2.4,2.14286,2,3,175,150,20,1,1,1,466375,466375,393000,393000,102.2,135.3,0,0,3795,252,27,2000,2000,0,504000,609840,15263,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_skeram'), @@ -402973,19 +405936,19 @@ VALUES (15276,'Emperor Vek\'lor',NULL,63,63,15778,0,0,0,16,16,0,0,10,3,3,0,0,32768,0,513,76,1,2.14286,2,3,650,180,30,1,1.2,1,1732250,1732250,471600,471600,102.2,135.3,0,0,4554,252,27,2000,2000,0,720000,880000,15276,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15276,0,'','boss_veklor'), (15277,'Anubisath Defender',NULL,62,62,15351,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1.6,2.14286,1,1,150,1,30,1,1,1,485550,485550,0,0,107.9,143.1,0,0,4391,262,30,2000,2000,0,0,0,15277,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15282,'Aurel Goldleaf',NULL,60,60,15372,0,0,0,994,994,0,0,7,3,3,0,3,32832,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3857,3857,0,0,246,334,74.448,102.366,3791,134,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6567,15282,0,'',''), - (15286,'Xil\'xix','Hive\'Regal Overlord',62,62,15355,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,1,30,1,1,1,1,1,97110,97110,0,0,544,579,0,1,4391,259,0,1158,1274,0,599,4836,15286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15288,'Aluntir','Hive\'Ashi Overlord',62,62,15356,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,1,30,1,1,1,1,1,97110,97110,0,0,544,579,0,1,4391,259,0,1158,1274,0,599,4836,15288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15290,'Arakis','Hive\'Zora Overlord',62,62,15357,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,1,30,1,1,1,1,1,97110,97110,0,0,544,579,0,1,4391,259,0,1158,1274,0,599,4836,15290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15286,'Xil\'xix','Hive\'Regal Overlord',62,62,15355,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,1,30,1,1,1,1,1,97110,97110,0,0,544,579,0,1,4391,259,0,1158,1274,0,599,4836,15286,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15288,'Aluntir','Hive\'Ashi Overlord',62,62,15356,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,1,30,1,1,1,1,1,97110,97110,0,0,544,579,0,1,4391,259,0,1158,1274,0,599,4836,15288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15290,'Arakis','Hive\'Zora Overlord',62,62,15357,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,0,0,1,1.14286,1,1,30,1,1,1,1,1,97110,97110,0,0,544,579,0,1,4391,259,0,1158,1274,0,599,4836,15290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15293,'Aendel Windspear',NULL,60,60,15358,0,0,0,994,994,0,0,7,3,3,0,5,32768,0,0,0,1.1,1.14286,2,0,1.35,1,1,1,1,1,3297,3297,2434,2434,99,121,74.448,102.366,3075,51,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6568,15293,0,'',''), (15299,'Viscidus',NULL,63,63,15686,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,513,72,2.4,2.14286,1,3,600,1,33,1,1,1,1998600,1998600,0,0,71.4,94.6,0,0,4691,268,32,1300,1300,0,630000,770000,15299,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_viscidus'), (15300,'Vekniss Drone',NULL,60,60,15362,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,2.4,1.42857,1,0,2,1,2,1,1,1,6104,6104,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15302,'Shade of Taerar',NULL,63,63,15363,0,0,0,14,14,0,0,2,3,3,0,0,32768,0,1,0,1.3,1.14286,1,3,1,1,1,1,-1,1,67304,67304,192,192,585,844,1.4664,2.0163,4691,330,100,1666,1833,0,0,2,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15302,'Shade of Taerar',NULL,63,63,15363,0,0,0,14,14,2,0,2,3,3,0,0,32768,0,1,0,1.3,1.14286,1,3,20,1,20,1,1,1,66620,66620,0,0,110,146,0,0,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15303,'Maxima Blastenheimer','Darkmoon Faire Cannoneer',35,35,15368,0,0,0,1555,1555,0,0,7,3,3,0,1,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2016,2016,0,0,83,113,51.128,70.301,1373,45,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6575,15303,0,'',''), (15304,'Ancient Mana Spring Totem',NULL,1,1,4587,0,0,0,7,7,0,0,11,3,3,0,0,32768,0,0,0,0.01,1.14286,1,0,1,1,1,1,-1,1,64,64,53,53,9,9,1.76,2.42,15,4,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TotemAI',''), - (15305,'Lord Skwol','Abyssal High Council',63,63,800,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,1,0,1.82,1.14286,1,3,12,10,1,1,1,1,39972,39972,0,0,1889,2029,306,420.75,4691,904,100,1200,1500,0,5144,25722,15305,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15305,'Lord Skwol','Abyssal High Council',63,63,800,0,0,0,14,14,0,0,10,3,3,0,0,32768,0,1,0,1.82,1.14286,1,3,12,10,1,1,1,1,39972,39972,0,0,1889,2029,306,420.75,4691,904,100,1200,1500,0,5144,25722,15305,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15306,'Bor Wildmane',NULL,56,56,15370,0,0,0,635,635,1.35,0,7,3,3,0,3,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,4231,4231,0,0,153,206,70.9632,97.5744,3327,83,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6583,15306,0,'',''), - (15307,'Earthen Templar','Abyssal Council',60,60,14512,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,7965,7965,0,0,265,360,61.732,84.8815,3791,144,100,1150,1265,0,176,880,15307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15308,'Twilight Prophet','Twilight\'s Hammer',60,60,15373,0,0,0,16,16,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,8,2,3.45,2,1,1,1,1,7369,7369,11502,11502,239,325,60.3664,83.0038,1923,130,100,1183,2000,0,0,0,15308,15308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15308,0,'',''), + (15307,'Earthen Templar','Abyssal Council',60,60,14512,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.79,1.14286,1,1,1,1,1,1,-1,1,7965,7965,0,0,265,360,61.732,84.8815,3791,144,100,1150,1265,0,176,880,15307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15308,'Twilight Prophet','Twilight\'s Hammer',60,60,15373,0,0,0,16,16,0,0,7,3,3,0,0,32832,0,0,0,1.1,1.14286,8,2,3.45,2,1,1,1,1,7369,7369,11502,11502,239,325,60.3664,83.0038,1923,130,100,1183,2000,0,0,0,15308,15308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15308,0,'EventAI',''), (15309,'Spoops',NULL,1,1,14616,0,0,0,29,29,0,0,7,3,3,0,2,33536,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15310,'Jesper',NULL,1,1,338,0,0,0,12,12,0,0,7,3,3,0,2,32768,0,2,0,0.91,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,2,2,1.76,2.42,20,1,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15311,'Anubisath Warder',NULL,63,63,15351,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1.6,1.71429,1,1,90,1,28,1,1,1,299790,299790,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,0,0,15311,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -403008,7 +405971,7 @@ VALUES (15335,'Flesh Hunter',NULL,62,62,15463,0,0,0,148,148,0,0,10,3,3,0,0,32768,0,0,8,2.4,1.71429,1,1,16,1,10,1,1,1,51792,51792,0,0,107.9,143.1,0,0,4391,262,30,2000,2000,0,0,0,15335,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15336,'Hive\'Zara Tail Lasher',NULL,61,61,15336,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1,1.71429,1,1,9,1,8,1,1,1,28296,28296,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,0,0,15336,0,15336,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15338,'Obsidian Destroyer',NULL,61,61,15343,0,0,0,14,14,0,0,4,3,3,0,0,32768,0,0,8,1,1.71429,2,1,20,5,14,1,1,1,50300,50300,12430,12430,98.5,130.4,0,0,3316,244,25,2000,2000,0,0,0,15338,0,100003,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15339,'Ossirian the Unscarred',NULL,63,63,15432,0,0,0,16,16,0,0,10,3,3,0,0,32768,0,513,76,1,1.14286,1,3,150,50,24,1,1,1,499650,499650,0,0,98.9,131,0,0,4691,268,32,1800,1800,0,740454,963110,15339,0,0,0,0,617299803,0,0,1000,1000,1000,1000,1000,0,0,0,0,0,0,0,0,0,0,0,'','boss_ossirian'), + (15339,'Ossirian the Unscarred',NULL,63,63,15432,0,0,0,16,16,0,0,10,3,3,0,0,32768,0,513,76,1,0.857143,1,3,150,50,24,1,1,1,499650,499650,0,0,98.9,131,0,0,4691,268,32,1800,1800,0,740454,963110,15339,0,0,0,0,617299803,0,0,1000,1000,1000,1000,1000,0,0,0,0,0,0,0,0,0,0,0,'','boss_ossirian'), (15340,'Moam',NULL,63,63,15392,0,0,0,16,16,0,0,10,3,1,0,0,32768,0,513,76,1,2.14286,2,3,130,10,17,1,1,1,346450,346450,26200,26200,102.2,135.3,0,0,3795,252,27,2000,2000,0,564999,690554,15340,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_moam'), (15341,'General Rajaxx',NULL,63,63,15376,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,513,76,1,2.14286,1,3,125,1,18,1,1,1,416375,416375,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,364999,446110,15341,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15343,'Qiraji Swarmguard',NULL,61,61,15465,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,0,1.6,2.4,1,1,8,1,20,1,1,1,25152,25152,0,0,79.4,105.2,0,1,4091,258,28,1500,1500,0,599,4836,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -403121,7 +406084,7 @@ VALUES (15516,'Battleguard Sartura',NULL,63,63,15583,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,513,76,6,2.14286,1,3,225,150,30,1,1,1,749475,749475,0,0,65.9,87.4,0,0,4691,268,32,1200,1200,0,532499,650832,15516,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_sartura'), (15517,'Ouro',NULL,63,63,15509,0,0,0,16,16,0,0,10,3,3,0,0,32768,0,513,76,2.4,1.42857,1,3,600,1,35,1,1,1,1998600,1998600,0,0,148.3,196.6,0,0,4691,268,32,2700,2700,0,0,0,15517,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_ouro'), (15520,'O\'Reily',NULL,5,5,15534,0,0,0,35,35,0,0,1,1,3,0,0,0,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2100,2100,0,0,8,10,0,0,120,4,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15521,'Hive\'Zara Hatchling',NULL,60,60,11095,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1,1.71429,1,1,5,1,6,1,1,1,15260,15260,0,0,103.9,1037.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15521,'Hive\'Zara Hatchling',NULL,60,60,11095,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1,1.71429,1,1,5,1,6,1,1,1,15260,15260,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15522,'Sergeant Umala','Thick Leather Collector',1,1,15535,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1.2,1.14286,1,1,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15522,0,'',''), (15524,'Reindeer Mount',NULL,1,1,15902,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,0,0,0,0,15,0,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15525,'Doctor Serratus','Rugged Leather Collector',1,1,15536,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1.2,1.14286,1,1,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15525,0,'',''), @@ -403183,7 +406146,7 @@ VALUES (15588,'Elder High Mountain',NULL,60,60,15615,0,0,0,35,35,0,0,7,3,3,0,3,32768,0,0,0,1.25,1.14286,8,0,1,1,1,1,-1,1,3857,3857,5751,5751,174,224,112,210,1923,92,100,1390,1590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6818,0,0,'',''), (15589,'Eye of C\'Thun',NULL,63,63,15556,0,0,0,370,370,0,0,10,3,3,0,0,32768,0,513,76,2.4,1.42857,1,3,400,150,1,1,1,1,1332400,1332400,0,0,137.3,182,0,0,4691,268,32,2500,2500,0,102255,133538,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_eye_of_cthun'), (15590,'Ossirian Crystal Trigger',NULL,60,60,14501,0,0,0,114,114,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,0.014,1,1,1,1,1,42,42,0,0,2,2,0,0,3791,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15591,'Minion of Weavil',NULL,60,61,15559,0,0,0,14,14,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,0,8,1,1,1,1,1,24416,25152,0,0,639,791,0,0,4091,330,0,2000,2000,0,0,0,15591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15591,'Minion of Weavil',NULL,60,61,15560,15559,15558,0,14,14,0,0,7,3,3,0,0,32832,0,0,0,1,1.14286,1,0,8,1,1,1,1,1,24416,25152,0,0,639,791,0,0,4091,330,0,2000,2000,0,0,0,15591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15592,'Elder Windrun',NULL,60,60,15646,0,0,0,35,35,0,0,7,3,3,0,3,33024,0,0,0,1.1,1.14286,8,0,1,1,1,1,-1,1,3857,3857,5751,5751,174,224,112,210,1923,92,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6852,0,0,'',''), (15593,'Elder Starsong',NULL,60,60,15639,0,0,0,35,35,0,0,7,3,3,0,3,32768,0,0,0,1.25,1.14286,8,0,1,1,1,1,-1,1,3857,3857,5751,5751,174,224,112,210,1923,92,100,1390,1590,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6874,0,0,'',''), (15594,'Elder Moonstrike',NULL,60,60,15620,0,0,0,35,35,0,0,7,3,3,0,3,33024,0,0,0,1.1,1.14286,8,0,1,1,1,1,-1,1,3857,3857,5751,5751,174,224,112,210,1923,92,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6849,0,0,'',''), @@ -403207,8 +406170,8 @@ VALUES (15613,'Merok Longstride',NULL,60,60,15568,0,0,0,1612,1612,1.35,0,7,3,3,0,3,36864,0,0,0,1.1,1.14286,2,1,1,5,1,1,-1,1,26000,26000,12170,12170,279,331,89.5,110.7,3075,141,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6926,15613,0,'',''), (15614,'J.D. Shadesong',NULL,61,61,15569,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1,1.14286,2,1,1,1,1,1,-1,1,3700,3700,2486,2486,382,462,172.1,101.9,3316,195,100,1300,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15615,'Shadow Priestess Shai',NULL,60,60,15570,0,0,0,1612,1612,0,0,7,3,3,0,2,36864,0,0,0,1.1,1.14286,8,1,1,5,1,1,-1,1,23000,23000,28755,28755,362,467,91.7,112.5,1923,191,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15615,0,'',''), - (15616,'Orgrimmar Legion Grunt',NULL,60,60,15571,15572,0,0,1612,1612,0,0,7,3,3,0,0,36864,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4000,4000,0,0,106,137,0,1,3791,56,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15616,0,'',''), - (15617,'Orgrimmar Legion Axe Thrower',NULL,60,60,15574,15579,0,0,1612,1612,0,0,7,3,3,0,0,36864,0,0,0,1.1,1.14286,1,1,1,1,1,1,-1,1,12000,12000,0,0,106,137,85.3,109.6,3791,56,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15617,0,'',''), + (15616,'Orgrimmar Legion Grunt',NULL,60,60,15571,15572,15573,0,1612,1612,0,0,7,3,3,0,0,36864,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4000,4000,0,0,106,137,0,1,3791,56,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15616,0,'',''), + (15617,'Orgrimmar Legion Axe Thrower',NULL,60,60,15574,15579,15577,15578,1612,1612,0,0,7,3,3,0,0,36864,0,0,0,1.1,1.14286,1,1,1,1,1,1,-1,1,12000,12000,0,0,106,137,85.3,109.6,3791,56,100,1500,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15617,0,'',''), (15620,'Hive\'Regal Hunter-Killer',NULL,60,60,15576,0,0,0,14,14,0,0,0,3,3,0,0,32768,0,0,0,1.5,1.14286,2,1,50,1,1,1,1,1,122100,122100,2434,2434,1469,1504,0,1,3075,686,0,1500,1650,0,599,4836,15620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15621,'Yauj Brood',NULL,60,60,11105,0,0,0,16,16,0,0,10,3,3,0,0,32769,0,0,0,2.4,2.14286,1,0,3,1,2.5,1,1,1,9156,9156,0,0,740,890,0,0,3791,252,26,1500,1500,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15622,'Vekniss Borer',NULL,60,60,6633,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,1,1.14286,1,1,2.5,1,4,1,1,1,7630,7630,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -403237,11 +406200,11 @@ VALUES (15682,'Auctioneer Cain',NULL,50,50,15780,0,0,0,68,68,0,0,7,3,3,0,4096,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15683,'Auctioneer Naxxremis',NULL,50,50,7995,0,0,0,68,68,0,0,7,3,3,0,4096,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15684,'Auctioneer Tricket',NULL,50,50,15783,0,0,0,68,68,0,0,7,3,3,0,4096,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15685,'Southsea Kidnapper',NULL,45,45,6950,6951,0,0,230,230,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1.2,1,1,1,1,1,2218,2218,0,0,78,95,0,0,2725,40,0,2000,2000,0,0,0,15685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15685,0,'',''), + (15685,'Southsea Kidnapper',NULL,45,45,6950,6951,6953,6954,230,230,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1.2,1,1,1,1,1,2218,2218,0,0,78,95,0,0,2725,40,0,2000,2000,0,0,0,15685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15685,0,'',''), (15686,'Auctioneer Rhyker',NULL,50,50,15781,0,0,0,68,68,0,0,7,3,3,0,4096,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3517,3517,0,0,72,93,66.44,91.355,2999,38,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15692,'Dark Iron Kidnapper',NULL,42,45,7789,7790,0,0,54,54,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,2400,2400,0,0,85,109,63.7824,87.7008,2725,45,100,2000,2000,0,0,0,15692,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,15692,0,'',''), + (15692,'Dark Iron Kidnapper',NULL,42,45,7789,7790,7791,7792,54,54,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,2400,2400,0,0,85,109,63.7824,87.7008,2725,45,100,2000,2000,0,0,0,15692,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,15692,0,'',''), (15693,'Jonathan the Revelator',NULL,61,61,15867,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,7000,7000,2486,2486,340,492,0,0,3316,192,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15693,0,'',''), - (15694,'Stormwind Reveler',NULL,1,1,15766,0,0,0,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6931,15694,0,'',''), + (15694,'Stormwind Reveler',NULL,1,1,15766,15768,15767,15769,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6931,15694,0,'',''), (15695,'Vek Twins Trigger',NULL,1,1,11686,0,0,0,114,114,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15696,'War Effort Recruit',NULL,30,30,15650,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,1.125,1.14286,1,0,0.4,1,1,1,1,1,381,381,0,0,198,240,140.87,196.385,1200,101,100,1400,1900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (15698,'Father Winter\'s Helper',NULL,1,1,15660,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,46,46,0,0,0,0,0,1,15,0,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -403265,7 +406228,7 @@ VALUES (15716,'Red Qiraji Battle Tank',NULL,1,1,15681,0,0,0,35,35,1.5,0,0,3,3,0,0,32768,0,2,0,1.36,1.14286,1,0,1,1,1,1,-1,1,64,64,53,53,9,10,1.76,2.42,15,4,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15717,'Ouro Trigger',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15718,'Ouro Scarab',NULL,60,60,11108,0,0,0,16,16,0,0,10,3,3,0,0,32768,0,0,8,1,1.14286,1,0,3,1,1,1,1,1,9156,9156,0,0,52,68.9,0,0,3791,252,26,1000,1000,0,0,0,0,0,100003,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15719,'Thunder Bluff Reveler',NULL,1,1,15770,0,0,0,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6933,15719,0,'',''), + (15719,'Thunder Bluff Reveler',NULL,1,1,15770,15772,15771,15773,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6933,15719,0,'',''), (15720,'Timbermaw Ancestor',NULL,60,60,15683,0,0,0,4,4,0,0,6,3,3,0,0,32768,0,2,0,1,1.14286,8,0,0.2,1,1.2,1,1,1,427,427,5751,5751,74,102,0,0,1923,112,25,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15720,0,'EventAI',''), (15721,'Mechanical Greench',NULL,1,1,15684,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15722,'Squire Leoren Mal\'derath','Stable Master',60,60,15685,0,0,0,994,994,0,0,7,3,3,0,8193,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3300,3300,0,0,227,290,83.6,107.3,3791,119,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6791,0,0,'',''), @@ -403303,7 +406266,7 @@ VALUES (15757,'Qiraji Lieutenant General',NULL,63,63,15709,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,1,8,1,1.14286,1,3,1,1,1,1,-1,1,100000,100000,0,0,585,844,0,0,4691,330,0,2000,2000,0,15105,76440,15757,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15758,'Supreme Anubisath Warbringer',NULL,62,62,15710,0,0,0,35,35,0,0,10,3,3,0,0,32769,0,0,8,1,1.14286,1,1,1,1,1,1,-1,1,60000,60000,0,0,345,499,0,0,4391,195,0,2000,2000,0,16580,83909,15758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15759,'Supreme Silithid Flayer',NULL,60,61,11096,0,0,0,35,35,0,0,10,3,3,0,0,32769,0,0,8,1,1.14286,1,1,1,1,1,1,-1,1,16000,17000,0,0,335,484,0,0,4091,189,0,2000,2000,0,0,0,15759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15760,'Winter Reveler',NULL,40,40,15713,0,0,0,35,35,0,0,7,3,3,0,1,36864,0,0,0,1.125,1.14286,1,0,1,1,1,1,-1,1,3300,3600,0,0,211,313,140.87,261.846,1964,121,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,6813,15760,0,'EventAI',''), + (15760,'Winter Reveler',NULL,40,40,15713,1520,0,0,35,35,0,0,7,3,3,0,1,36864,0,0,0,1.125,1.14286,1,0,1,1,1,1,-1,1,3300,3600,0,0,211,313,140.87,261.846,1964,121,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,6813,15760,0,'EventAI',''), (15761,'Officer Vu\'Shalay','Darkspear Commendations',55,55,15731,0,0,0,126,126,0,0,7,3,3,0,3,36864,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,2100,2100,0,0,362,440,258.261,360.038,3271,185,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (15762,'Officer Lunalight','Darnassus Commendations',55,55,15727,0,0,0,80,80,0,0,7,3,3,0,3,36864,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,2800,2800,0,0,528,681,62.016,85.272,3271,279,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6803,0,0,'',''), (15763,'Officer Porterhouse','Gnomeregan Commendations',55,55,15729,0,0,0,875,875,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,3000,3000,0,0,362,440,258.261,360.038,3271,185,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,6804,0,0,'',''), @@ -403395,7 +406358,10 @@ VALUES (15867,'Might of Kalimdor Archmage',NULL,1,1,15813,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15868,'Highlord Leoric Von Zeldig',NULL,63,63,15843,0,0,0,1080,1080,0,0,7,3,3,0,0,32768,0,0,0,1.5,1.14286,1,1,1,1,1,1,-1,1,32344,32344,0,0,411,516,85.3,111.6,4691,214,100,1450,1600,0,599,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15868,0,'',''), (15869,'Malagav the Tactician',NULL,60,60,15844,0,0,0,1080,1080,1.35,0,7,3,3,0,0,32768,0,0,0,1.5,1.14286,1,1,1,1,1,1,-1,1,15234,15234,0,0,431,519,75.9,101.6,3791,219,100,1400,1550,0,599,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15869,0,'',''), - (15870,'Duke August Foehammer',NULL,63,63,15845,0,0,0,1080,1080,0,0,7,3,3,0,0,32768,0,0,0,1.5,1.14286,1,1,1,1,1,1,-1,1,10846,10846,0,0,483,584,85.6,107.6,4691,246,100,1500,1650,0,599,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15870,0,'',''), + (15870,'Duke August Foehammer',NULL,63,63,15845,0,0,0,1080,1080,0,0,7,3,3,0,0,32768,0,0,0,1.5,1.14286,1,1,1,1,1,1,-1,1,10846,10846,0,0,483,584,85.6,107.6,4691,246,100,1500,1650,0,599,4836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15870,0,'',''); + +INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) +VALUES (15871,'Elder Bronzebeard',NULL,60,60,15625,0,0,0,35,35,0,0,7,3,3,0,3,33024,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,3857,3857,5751,5751,174,224,112,210,1923,92,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6841,0,0,'',''), (15872,'Pat\'s Firework Cluster Guy (BLUE)',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15873,'Pat\'s Firework Cluster Guy (RED)',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -403406,10 +406372,7 @@ VALUES (15878,'Warcaller Finster',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15879,'Pat\'s Firework Guy - BLUE',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15880,'Pat\'s Firework Guy - GREEN',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15881,'Pat\'s Firework Guy - PURPLE',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''); - -INSERT INTO `creature_template` (`Entry`, `Name`, `SubName`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) -VALUES + (15881,'Pat\'s Firework Guy - PURPLE',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15882,'Pat\'s Firework Guy - RED',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15883,'Pat\'s Firework Guy - YELLOW',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15884,'Pat\'s Firework Guy - WHITE',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -403419,8 +406382,8 @@ VALUES (15888,'Pat\'s Firework Guy - RED BIG',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15889,'Pat\'s Firework Guy - WHITE BIG',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15890,'Pat\'s Firework Guy - YELLOW BIG',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15891,'Lunar Festival Herald',NULL,55,55,15863,0,0,0,35,35,0,0,7,3,3,0,2,33280,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4100,4100,0,0,316,316,0,0,3271,146,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15892,'Lunar Festival Emissary',NULL,55,55,15864,0,0,0,35,35,0,0,7,3,3,0,2,33280,0,0,0,1,1.14286,1,0,2.19,1,1,1,1,1,5725,5725,0,0,316,316,0,0,3271,146,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15891,'Lunar Festival Herald',NULL,55,55,15863,15876,15875,15877,35,35,0,0,7,3,3,0,2,33280,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4100,4100,0,0,316,316,0,0,3271,146,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15892,'Lunar Festival Emissary',NULL,55,55,15864,15873,15872,15874,35,35,0,0,7,3,3,0,2,33280,0,0,0,1,1.14286,1,0,2.19,1,1,1,1,1,5725,5725,0,0,316,316,0,0,3271,146,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15893,'Lunar Firework Credit Marker',NULL,60,60,15294,0,0,0,114,114,1,0,10,3,3,0,0,33587968,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,104,138,72,106,3791,252,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15894,'Lunar Cluster Credit Marker',NULL,60,60,15294,0,0,0,114,114,1,0,10,3,3,0,0,33587968,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,104,138,72,106,3791,252,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15895,'Lunar Festival Harbinger',NULL,55,55,15865,0,0,0,35,35,0,0,7,3,3,0,3,32768,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,5800,5800,5013,5013,316,316,0,0,1658,146,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6918,0,0,'',''), @@ -403431,10 +406394,10 @@ VALUES (15902,'Giant Spotlight',NULL,60,60,15880,0,0,0,35,35,1,0,10,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,104,138,72,106,3791,252,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15903,'Sergeant Carnes',NULL,59,60,15442,0,0,0,1611,1611,0,0,7,3,3,0,1,36864,0,0,0,1.1,1.14286,1,1,1,1,1,1,-1,1,25000,25000,0,0,459,564,91.6,110.9,3791,236,100,1300,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6923,15903,0,'',''), (15904,'Tentacle Portal',NULL,63,63,15882,0,0,0,370,370,0,0,9,3,3,0,0,33587200,0,0,0,2.4,1.42857,1,0,400,1,1,1,1,1,1332400,1332400,0,0,0,109.8,145.6,0,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (15905,'Darnassus Reveler',NULL,1,1,15883,0,0,0,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6930,15905,0,'',''), - (15906,'Ironforge Reveler',NULL,1,1,15887,0,0,0,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6929,15906,0,'',''), - (15907,'Undercity Reveler',NULL,1,1,15895,0,0,0,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6934,15907,0,'',''), - (15908,'Orgrimmar Reveler',NULL,1,1,15891,0,0,0,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6932,15908,0,'',''), + (15905,'Darnassus Reveler',NULL,1,1,15883,15885,15884,15886,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6930,15905,0,'',''), + (15906,'Ironforge Reveler',NULL,1,1,15887,15888,15889,15890,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6929,15906,0,'',''), + (15907,'Undercity Reveler',NULL,1,1,15895,15897,15896,15898,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6934,15907,0,'',''), + (15908,'Orgrimmar Reveler',NULL,1,1,15891,15892,15893,15894,35,35,0,0,7,3,3,0,1,36864,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6932,15908,0,'',''), (15909,'Fariel Starsong','Coin of Ancestry Collector',60,60,15899,0,0,0,35,35,0,0,7,3,3,0,7,33024,0,0,0,1,1.14286,8,0,1,1,1,1,-1,1,5000,5000,5751,5751,55,79,0,0,1923,31,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6924,0,0,'',''), (15910,'Giant Tentacle Portal',NULL,63,63,15900,0,0,0,370,370,0,0,9,3,3,0,0,33587200,0,0,0,2.4,1.42857,1,0,400,1,1,1,1,1,1332400,1332400,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15911,'Pat\'s Firework Cluster Guy (BLUE BIG)',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -403459,10 +406422,10 @@ VALUES (15954,'Noth the Plaguebringer',NULL,63,63,16590,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,513,72,1,1.71429,1,3,500,30,50,1,1,1,1665500,1665500,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,1265652,1546909,15954,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_noth'), (15956,'Anub\'Rekhan',NULL,63,63,15931,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,513,64,1,1.42857,1,3,500,2,35,1,1,1,1665500,1665500,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,1125000,1375000,15956,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_anubrekhan'), (15957,'Ouro Spawner',NULL,60,60,15294,0,0,0,16,16,0,0,10,3,3,0,0,33587200,0,0,0,1,1.42857,1,0,1,1,1,1,1,1,3052,3052,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_ouro_spawner'), - (15961,'Lunar Festival Sentinel',NULL,60,60,15304,0,0,0,1254,1254,0,0,7,3,3,0,0,33280,0,0,0,1,1.71429,1,0,1,1,1,1,-1,1,5000,5000,0,0,1175,1490,0,0,3791,615,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15961,0,'',''), - (15962,'Vekniss Hatchling',NULL,60,60,15362,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,2.4,1.42857,1,1,3,1,9,1,1,1,9156,9156,0,0,395,675,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15961,'Lunar Festival Sentinel',NULL,60,60,15304,15305,15306,15307,1254,1254,0,0,7,3,3,0,0,33280,0,0,0,1,1.71429,1,0,1,1,1,1,-1,1,5000,5000,0,0,1175,1490,0,0,3791,615,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15961,0,'',''), + (15962,'Vekniss Hatchling',NULL,60,60,15362,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,2.4,1.42857,1,1,3,1,9,1,1,1,9156,9156,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15963,'The Master\'s Eye',NULL,63,63,15932,0,0,0,14,14,0,0,10,7,3,0,0,0,0,3,0,1,1.14286,1,3,1,1,1,1,1,1,3331,3331,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (15964,'Buru Egg Trigger',NULL,60,60,15512,0,0,0,114,114,0,0,9,3,3,0,0,33587968,0,130,0,1,1.14286,1,1,0.014,1,1,1,1,1,42,42,0,0,2,2,0,0,3791,1,0,2000,2000,0,599,4836,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (15964,'Buru Egg Trigger',NULL,60,60,11686,0,0,0,114,114,0,0,10,3,3,0,0,33555200,0,130,0,1,1.14286,1,1,1.35,1,1,1,1,1,4120,4120,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15972,'Alterac Valley Battlemaster',NULL,1,1,10186,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15973,'Naxxramas Template',NULL,1,1,7919,0,0,0,35,35,1,0,10,3,3,0,0,32768,0,0,8,1.2,1.14286,1,1,1,1,7.5,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (15974,'Dread Creeper',NULL,61,61,15937,0,0,0,21,21,0,0,1,1,3,0,0,0,0,0,8,1,1.42857,1,1,15,1,24,1,1,1,47160,47160,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,0,0,15974,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -403474,7 +406437,7 @@ VALUES (15980,'Naxxramas Cultist',NULL,61,61,16594,0,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,8,1,1.42857,8,1,12,10,1,1,1,1,26412,26412,58750,58750,1100,1730,172.1,240.07,2073,653,100,1480,3700,0,1206,1579,15980,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15981,'Naxxramas Acolyte',NULL,61,61,16598,0,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,8,1,1.42857,8,1,12,10,1,1,1,1,26412,26412,58750,58750,1100,1730,172.1,240.07,2073,653,100,1480,3700,0,1248,1635,15981,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (15984,'Sartura\'s Royal Guard',NULL,61,61,15465,0,0,0,310,310,0,0,10,3,3,0,0,32768,0,0,8,2.8,2.14286,1,1,30,1,18,1,1,1,94320,94320,0,0,84.7,112.2,0,0,4091,258,28,1600,1600,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','mob_sartura_royal_guard'), - (15989,'Sapphiron',NULL,63,63,16033,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,513,76,1.68,1.14286,1,3,950,2,70,1,1,1,3164450,3164450,0,0,98.9,131,0,0,4691,268,32,1800,1800,0,246755,322238,15989,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_sapphiron'), + (15989,'Sapphiron',NULL,63,63,16033,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,513,76,1.68,1.14286,1,3,950,2,70,1,1,1,3164450,3164450,0,0,98.9,131,0,0,4691,268,32,1800,1800,0,246755,322238,15989,0,0,0,0,617299803,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_sapphiron'), (15990,'Kel\'Thuzad',NULL,63,63,15945,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,513,76,1.1,1.14286,2,3,1200,600,62.5,1,1,1,3198000,3198000,1572000,1572000,102.2,135.3,0,0,3795,252,27,2000,2000,0,1002755,1457838,15990,0,0,0,0,650854271,0,0,0,0,200,100,0,0,0,0,0,0,0,0,0,0,0,0,'','boss_kelthuzad'), (16001,'Aldris Fourclouds',NULL,5,5,15949,0,0,0,1600,1600,0,0,7,3,3,0,2,32768,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,53,53,0,0,6,8,0,0,120,3,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16002,'Colara Dean',NULL,5,5,15950,0,0,0,35,35,0,0,7,3,3,0,3,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,6,8,0,0,120,3,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6981,0,0,'EventAI',''), @@ -403510,10 +406473,10 @@ VALUES (16037,'Plagued Bat',NULL,60,60,1954,0,0,0,21,21,0,0,1,3,3,0,0,32768,0,0,8,1,1.42857,1,1,3.5,1,6,1,1,1,10682,10682,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16042,'Lord Valthalak',NULL,63,63,14308,0,0,0,16,16,0,0,2,3,3,0,0,32768,0,1,0,1,1.14286,2,3,45,1,1,1,1,1,119925,119925,2620,2620,1329,1759,0,0,3795,252,27,1200,1500,0,1000,3000,16042,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16042,0,'EventAI',''), (16043,'Magma Lord Bokk',NULL,58,60,16021,0,0,0,91,91,0,0,4,3,3,0,0,32768,0,0,0,1.1,1.14286,1,0,1,1,1,1,-1,1,4120,4120,0,0,146,179,81.9,97.6,4719,75,0,2200,2000,0,0,0,16043,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (16044,'Mor Grayhoof Trigger',NULL,1,1,1126,0,0,0,114,114,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (16044,'Mor Grayhoof Trigger',NULL,1,1,1126,0,0,0,114,114,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16045,'Isalien Trigger',NULL,60,60,1126,0,0,0,114,114,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (16046,'Jarien and Sothos Trigger',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (16047,'Kormok Trigger',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (16046,'Jarien and Sothos Trigger',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (16047,'Kormok Trigger',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2200,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16048,'Lord Valthalak Trigger',NULL,60,60,1126,0,0,0,114,114,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,3052,3052,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16049,'Lefty',NULL,60,60,15972,0,0,0,54,54,0,0,7,3,3,0,0,32769,0,0,0,1,1.14286,1,1,1,1,1,1,-1,1,8500,8500,0,0,335,484,0,0,3791,189,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16049,0,'',''), (16050,'Rotfang',NULL,60,60,16017,0,0,0,54,54,0,0,7,3,3,0,0,32769,0,0,0,1,1.14286,1,1,2.625,1,1,1,1,1,8012,8012,0,0,335,484,0,0,3791,189,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16050,0,'',''), @@ -403532,7 +406495,7 @@ VALUES (16063,'Sir Zeliek',NULL,63,63,16154,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,513,72,1.68,1.14286,1,3,150,2,35,1,1,1,499650,499650,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16063,0,'','boss_sir_zeliek'), (16064,'Thane Korth\'azz',NULL,63,63,16155,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,513,72,1.68,1.14286,1,3,180,2,25,1,1,1,599580,599580,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,49555,64718,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16064,0,'','boss_thane_korthazz'), (16065,'Lady Blaumeux',NULL,63,63,16153,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,513,72,1.68,1.14286,1,3,150,2,35,1,1,1,499650,499650,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16065,0,'','boss_lady_blaumeux'), - (16066,'Spectral Assassin',NULL,60,60,15982,0,0,0,16,16,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.5,1,1.2,1,1,1,1526,1526,0,0,103.9,137.9,0,0,3791,258,28,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (16066,'Spectral Assassin',NULL,60,60,15982,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,0.5,1,1.2,1,1,1,1526,1526,0,0,103.9,137.9,0,0,3791,258,28,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16067,'Deathcharger Steed',NULL,61,61,16937,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,8,1,1.71429,1,1,14,1,1,1,1,1,44016,44016,0,0,2745,2815,172.1,240.07,4091,1283,100,1150,1265,0,0,0,16067,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16068,'Larva',NULL,1,1,9906,9904,0,0,31,31,0,0,8,3,3,0,0,32768,0,2,0,1,0.857143,1,0,0.2,1,1,1,1.33,1,8,8,0,0,2,2,1,1,20,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16069,'Gurky',NULL,1,1,15984,0,0,0,188,188,0,0,1,3,3,0,0,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1300,1300,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -403541,8 +406504,8 @@ VALUES (16073,'Spirit of Lord Valthalak',NULL,63,63,15987,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,0,0,1,1.14286,2,0,45,1,1,1,1,1,119925,119925,2620,2620,1329,1759,0,0,3795,252,27,1200,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16075,'Kwee Q Peddlefeet',NULL,1,1,15990,0,0,0,35,35,0,0,7,3,3,0,3,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7054,0,0,'',''), (16076,'Tharl Stonebleeder',NULL,35,35,15988,0,0,0,29,29,0,0,7,3,3,0,1,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,2900,2900,0,0,32,47,0,0,1373,18,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7034,16076,0,'',''), - (16079,'Theldren Trigger',NULL,1,1,1126,0,0,0,114,114,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_theldren_trigger'), - (16080,'Mor Grayhoof',NULL,60,60,15997,0,0,0,28,28,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,19,15,8.4,1,1,1,46398,46398,36510,36510,93,128,0,0,3075,238,24,2000,2000,0,0,0,16080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16080,0,'',''), + (16079,'Theldren Trigger',NULL,1,1,11686,0,0,0,114,114,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_theldren_trigger'), + (16080,'Mor Grayhoof',NULL,60,60,15997,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,19,15,8.4,1,1,1,46398,46398,36510,36510,93,128,0,0,3075,238,24,2000,2000,0,0,0,16080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16080,0,'EventAI',''), (16082,'Naxxramas Trigger',NULL,1,1,11686,0,0,0,114,114,1,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16083,'Mor Grayhoof Transformation Visual',NULL,1,1,15991,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1.2,1.14286,1,1,1,1,1,1,-1,1,5000,5000,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16083,0,'',''), (16085,'Peddlefeet',NULL,1,1,15992,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,300,400,0,0,2,2,0,0,20,1,0,1400,1900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -403553,14 +406516,14 @@ VALUES (16093,'Spectral Stalker',NULL,60,60,15982,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,881,881,2434,2434,55,79,0,0,3075,31,0,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16093,0,'',''), (16094,'Durik','Stable Master',30,30,3519,0,0,0,29,29,0,0,7,3,3,0,8193,37376,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,1605,1605,0,0,171,171,0,0,1200,79,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,16094,0,'',''), (16095,'Gnashjaw','Malgen Longspear\'s Pet',60,60,12966,0,0,0,54,54,0,0,1,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,3052,3052,0,0,203,235,0,0,3791,101,0,2000,2000,0,0,0,16095,0,16095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (16096,'Steamwheedle Bruiser',NULL,55,55,10747,0,0,0,85,85,0,0,7,3,3,0,0,36864,0,1024,0,1,1.42857,1,1,1.8,1,1,1,-1,1,4700,4700,0,0,154,222,0,0,20,87,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16096,0,'EventAI',''), + (16096,'Steamwheedle Bruiser',NULL,55,55,10747,11375,7102,0,85,85,0,0,7,3,3,0,0,36864,0,1024,0,1,1.42857,1,1,1.8,1,1,1,-1,1,4700,4700,0,0,154,222,0,0,20,87,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16096,0,'EventAI',''), (16097,'Isalien',NULL,60,60,16000,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,2,1,10,15,6,1,1,1,24420,24420,36510,36510,125.8,166.6,0,0,3075,238,24,2600,2600,0,1119,1466,16097,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16097,0,'EventAI',''), (16098,'Empyrean',NULL,60,60,12589,0,0,0,14,14,0,0,1,3,3,0,0,32769,0,0,72,1,1.14286,1,1,5,1,6,1,1,1,15260,15260,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (16100,'Ysida\'s Trigger',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (16101,'Jarien',NULL,59,60,16018,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.5,1.14286,2,1,1,1,1,1,-1,1,19536,19536,36510,36510,689,888,91.2,128.9,3075,364,100,1083,1191,0,871,4568,16101,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16101,0,'EventAI',''), - (16102,'Sothos',NULL,60,60,16003,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.5,1.14286,2,1,6,15,1,1,1.5,1,14652,14652,36510,36510,689,888,98.5,131.6,4612,364,100,1083,1191,0,871,4568,16102,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16102,0,'EventAI',''), - (16103,'Spirit of Jarien',NULL,60,60,16019,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,2,0,2,15,1,1,1,1,4884,4884,36510,36510,176,200,65.2,91.5,3075,87,100,1200,1450,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16103,0,'EventAI',''), - (16104,'Spirit of Sothos',NULL,60,60,16004,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,0,0,1.5,1.14286,2,0,2,15,1,1,1.5,1,4884,4884,36510,36510,192,221,63.8,95.3,4612,95,100,1200,1450,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16104,0,'EventAI',''), + (16100,'Ysida\'s Trigger',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,130,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,2,2,0,0,15,1,0,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (16101,'Jarien',NULL,59,60,16018,0,0,0,14,14,0,0,6,3,3,0,0,32770,0,0,0,1.5,1.14286,2,1,1,1,1,1,-1,1,19536,19536,36510,36510,689,888,91.2,128.9,3075,364,100,1083,1191,0,871,4568,16101,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16101,0,'EventAI',''), + (16102,'Sothos',NULL,60,60,16003,0,0,0,14,14,0,0,6,3,3,0,0,32770,0,0,0,1.5,1.14286,2,1,6,15,1,1,1.5,1,14652,14652,36510,36510,689,888,98.5,131.6,4612,364,100,1083,1191,0,871,4568,16102,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16102,0,'EventAI',''), + (16103,'Spirit of Jarien',NULL,60,60,16019,0,0,0,250,250,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,2,0,2,15,1,1,1,1,4884,4884,36510,36510,176,200,65.2,91.5,3075,87,100,1200,1450,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16103,0,'EventAI',''), + (16104,'Spirit of Sothos',NULL,60,60,16004,0,0,0,250,250,0,0,6,3,3,0,0,32768,0,0,0,1.5,1.14286,2,0,2,15,1,1,1.5,1,4884,4884,36510,36510,192,221,63.8,95.3,4612,95,100,1200,1450,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16104,0,'EventAI',''), (16105,'Aristan Mottar',NULL,5,5,16005,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,6,8,0,0,120,3,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16106,'Evert Sorisam',NULL,5,5,16006,0,0,0,1575,1575,0,0,7,3,3,0,2,32768,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,53,53,0,0,6,8,0,0,120,3,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16107,'Apothecary Staffron Lerent','Royal Apothecary Society',5,5,16007,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1.1,1.14286,1,0,1,1,1,1,-1,1,53,53,0,0,6,8,0,0,120,3,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -403574,7 +406537,7 @@ VALUES (16115,'Commander Eligor Dawnbringer','Brotherhood of the Light',60,60,16015,0,0,0,794,794,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,2,1,1,5,1,1,-1,1,100000,100000,12170,12170,300,580,0,1,3075,203,0,1810,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,7097,0,0,'',''), (16116,'Archmage Angela Dosantos','Brotherhood of the Light',60,60,16016,0,0,0,794,794,0,0,7,3,3,0,3,36864,0,2,0,1,1.14286,2,1,1,30,1,1,-1,1,100000,100000,73020,73020,300,580,0,1,3075,203,0,1810,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7096,0,0,'',''), (16117,'Plagued Swine',NULL,60,60,6121,0,0,0,7,7,0,5,1,1,3,0,0,0,0,0,1,1,1.14286,1,0,1.3,1,1,1,1,1,3968,3968,0,0,107,131,0,0,3791,55,0,2000,2000,0,0,0,16117,0,16117,0,0,0,0,0,0,0,0,0,0,9161,0,0,0,0,0,0,0,0,0,0,'EventAI',''), - (16118,'Kormok',NULL,58,60,16020,0,0,0,233,233,0,0,7,3,3,0,0,32768,0,0,0,1.15,1.14286,2,1,1,1,1,1,-1,1,36000,36000,36510,36510,438,529,103.4,153.8,3075,223,100,1100,1300,0,865,15687,16118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16118,0,'EventAI',''), + (16118,'Kormok',NULL,58,60,16020,0,0,0,14,14,0,0,7,3,3,0,0,32768,0,0,0,1.15,1.14286,2,1,1,1,1,1,-1,1,36000,36000,36510,36510,438,529,103.4,153.8,3075,223,100,1100,1300,0,865,15687,16118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16118,0,'EventAI',''), (16119,'Bone Minion',NULL,60,60,158,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.15,1.14286,1,0,0.5,1,1.5,1,1,1,1526,1526,0,0,104,138,0,0,3791,252,26,2000,1573,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (16120,'Bone Mage',NULL,60,60,11397,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1.15,1.14286,2,1,1,1,1,1,-1,1,5100,5100,2434,2434,335,484,0,0,3075,189,0,2000,2000,0,0,0,0,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16120,0,'EventAI',''), (16123,'Gremnik Rizzlesprang',NULL,1,1,16023,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,8,8,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), @@ -403595,7 +406558,7 @@ VALUES (16142,'Bile Sludge',NULL,62,62,12349,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,0,0,0.4,0.142857,1,0,1,1,1,1,-1,1,11000,11000,0,0,56,82,0,0,4391,32,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16143,'Shadow of Doom',NULL,1,1,16168,0,0,0,14,14,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,48840,48840,2434,2434,0,0,0,0,15,0,0,2000,2000,0,0,0,16143,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16145,'Deathknight Captain',NULL,61,61,16513,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,8,1.28,1.42857,1,1,30,1,1,1,1,1,94320,94320,0,0,2745,2815,172.1,240.07,4091,1283,100,1150,1265,0,4138,5409,16145,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16145,0,'EventAI',''), - (16146,'Deathknight',NULL,61,61,16508,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,8,1.28,1.42857,1,1,24,1,1,1,1,1,75456,75456,0,0,2745,2815,172.1,240.07,4091,1283,100,1150,1265,0,3373,4410,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), + (16146,'Deathknight',NULL,61,61,16508,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,8,1.28,1.42857,1,1,24,1,1,1,1,1,75456,75456,0,0,2745,2815,172.1,240.07,4091,1283,100,1150,1265,0,3373,4410,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16146,0,'EventAI',''), (16148,'Spectral Deathknight',NULL,62,62,16611,0,0,0,21,21,0,0,6,3,3,0,0,32769,0,0,8,1,1.14286,1,1,5,1,24,1,1,1,16185,16185,0,0,107.9,143.1,0,0,4391,262,30,2000,2000,0,0,0,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16149,'Spectral Horse',NULL,63,63,10719,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,8,1.6,1.14286,1,1,1,1,1,1,-1,1,39500,39500,12000,12000,2745,2815,220.81,320.77,4691,1283,100,1150,1265,0,0,0,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16150,'Spectral Rider',NULL,63,63,16614,0,0,0,21,21,0,0,6,3,3,0,0,32769,0,0,8,1,1.14286,1,1,3,1,20,1,1,1,9993,9993,0,0,109.8,145.6,0,0,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16150,0,'',''), @@ -403618,10 +406581,10 @@ VALUES (16215,'Unholy Staff',NULL,61,61,15880,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,28,1,22,1,1,1,88032,88032,0,0,105.8,140.3,0,0,4091,258,28,2000,2000,0,1,0,16215,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16215,0,'',''), (16216,'Unholy Swords',NULL,61,61,15880,0,0,0,21,21,0,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,30,1,33,1,1,1,94320,94320,0,0,84.7,112.2,0,0,4091,258,28,1600,1600,0,1,0,16216,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16216,0,'',''), (16218,'Tesla Coil',NULL,60,60,13069,0,0,0,14,14,1,0,10,4,3,0,0,33554688,0,0,0,1.125,1.14286,1,0,1,1,1,1,-1,1,17010,17010,0,0,422,586,345,509,9729,642,103,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','npc_tesla_coil'), - (16225,'Pack Mule',NULL,1,2,14546,14547,0,0,35,35,0,0,1,3,3,0,0,33536,0,2,0,1,1.28968,1,0,1,1,1,1,-1,1,3900,5400,0,0,8,15,4.69565,13.0923,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (16225,'Pack Mule',NULL,1,2,14546,14547,14551,14549,35,35,0,0,1,3,3,0,0,33536,0,2,0,1,1.28968,1,0,1,1,1,1,-1,1,3900,5400,0,0,8,15,4.69565,13.0923,20,5,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (16226,'Guard Didier','Brotherhood of the Light',60,60,16082,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,0,0,0.7,0.8,1,1,1,1,1,1,-1,1,18000,18000,0,0,395,481,281.739,392.769,3791,202,100,1289,1518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16226,0,'EventAI',''), (16227,'Bragok','Flight Master',55,55,1233,0,0,0,69,69,0,0,7,1,3,0,11,4096,0,2,0,1,1.14286,1,1,1,1,1,1,-1,1,2400,2400,0,0,330,421,68.8,89.7,3271,173,100,1200,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6944,0,0,'',''), - (16228,'Argent Dawn Infantry','The Argent Dawn',59,60,16093,16094,0,0,1625,1625,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4200,4700,0,0,391,480,277.043,392.769,3791,201,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16228,0,'',''), + (16228,'Argent Dawn Infantry','The Argent Dawn',59,60,16093,16094,16095,16096,1625,1625,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,4200,4700,0,0,391,480,277.043,392.769,3791,201,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,16228,0,'',''), (16229,'Injured Argent Dawn Infantry','The Argent Dawn',59,60,16077,16078,0,0,794,794,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1,1,1,1,-1,1,6665,6900,0,0,391,480,277.043,392.769,3791,201,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (16230,'Cultist Engineer',NULL,1,1,16151,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,1.125,1.14286,1,0,1,1,1,1,-1,1,300,300,0,0,2,2,0,0,20,1,100,1400,1900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (16232,'Caravan Mule',NULL,50,50,14546,0,0,0,35,35,0,0,1,3,3,0,0,32768,0,2,4096,0.7,0.902778,1,0,1,1,1,1,-1,1,5100,5100,0,0,331,401,234.783,327.308,2999,169,100,1400,1900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), @@ -403659,7 +406622,7 @@ VALUES (16375,'Sewage Slime',NULL,60,60,12349,0,0,0,21,21,2,0,6,3,3,0,0,32768,0,0,0,1,1.14286,1,1,50,1,1,1,1,1,152600,152600,0,0,2745,2815,0,1,3791,1283,0,1150,1265,0,0,0,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'EventAI',''), (16376,'Craftsman Wilhelm','Brotherhood of the Light',57,57,16144,0,0,0,794,794,0,0,7,3,3,0,16391,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,12000,12000,0,0,63,75,55.9,71.3,3380,32,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7219,16376,0,'',''), (16377,'Turtle',NULL,3,3,16259,0,0,0,7,7,0,8,8,1,3,0,0,0,0,2,0,0.91,1.14286,1,0,0.2,1,1,1,1,1,14,14,0,0,13,13,1.76,2.42,41,6,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (16378,'Argent Sentry','The Argent Dawn',60,60,16147,16148,0,0,1625,1625,0,0,7,3,3,0,0,32768,0,1024,0,1,2.28571,1,1,1,1,4.6,1,-1,1,5000,5000,0,0,166,241,0,0,3791,94,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16378,0,'EventAI',''), + (16378,'Argent Sentry','The Argent Dawn',60,60,16147,16148,16149,16150,1625,1625,0,0,7,3,3,0,0,32768,0,1024,0,1,2.28571,1,1,1,1,4.6,1,-1,1,5000,5000,0,0,166,241,0,0,3791,94,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16378,0,'EventAI',''), (16379,'Spirit of the Damned',NULL,61,61,16170,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,0,0,1.48,1.14286,1,4,2.5,1,1,1,1,1,7860,7860,0,0,162,198,0,0,4091,83,100,1400,1900,0,0,0,16379,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (16380,'Bone Witch',NULL,61,61,16167,0,0,0,35,35,0,0,6,3,3,0,0,32768,0,0,0,1.48,1.14286,1,4,2.5,1,1,1,1,1,7860,7860,0,0,162,198,0,0,4091,83,100,1400,1900,0,0,0,16380,0,0,0,0,8388624,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (16381,'Archmage Tarsis Kir-Moldir',NULL,60,60,16158,0,0,0,1080,1080,1.2,0,7,3,3,0,1,32768,0,2,0,1.5,1.14286,1,1,1,1,1,1,-1,1,19500,19500,243400,243400,2745,2815,0,1,3791,1283,0,1150,1265,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,'',''), @@ -403729,7 +406692,7 @@ VALUES (16531,'Faint Necrotic Crystal',NULL,60,60,16136,0,0,0,35,35,0,0,10,3,3,0,2,32768,0,2,0,1.25,1.14286,1,0,1,1,1,1,-1,1,1000,1000,0,0,11,11,1,1,3791,5,100,2500,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16543,'Garon Hutchins',NULL,60,60,16252,0,0,0,35,35,0,0,7,3,3,0,5,32768,0,2,0,1,1.14286,2,0,1,1,1,1,-1,1,3700,3700,2434,2434,201,250,75.1,88.3,3075,104,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7418,0,0,'',''), (16547,'Speedy',NULL,1,1,16259,0,0,0,35,35,0,0,10,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,53,53,11,11,1,1,15,5,100,2000,2200,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (16548,'Mr. Wiggles',NULL,1,1,17158,0,0,0,1,1,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (16548,'Mr. Wiggles',NULL,1,1,16257,0,0,0,1,1,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16549,'Whiskers the Rat',NULL,1,1,2176,0,0,0,115,115,0,0,1,3,3,0,0,32768,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,64,64,0,0,10,11,1.76,2.42,15,5,100,2000,2200,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (16573,'Crypt Guard',NULL,61,61,14698,0,0,0,21,21,0,0,6,1,3,0,0,0,0,0,8,1,1.42857,1,1,65,1,30,1,1,1,204360,204360,0,0,52.9,70.2,0,0,4091,258,28,1000,1000,0,0,0,0,0,0,0,0,8388625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'EventAI',''), (16604,'Blackwing Spell Marker',NULL,1,1,14501,0,0,0,114,114,1,0,10,3,3,0,0,33587968,0,0,0,1,1.14286,1,0,1,1,1,1,1,1,42,42,0,0,1.5,1.7,0,0,15,9,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -403741,10 +406704,10 @@ VALUES (16777,'Spirit of Zeliek',NULL,63,63,16328,0,0,0,21,21,0,0,6,3,3,0,0,33587203,0,0,76,1,1.14286,1,3,150,1,35,1,1,1,499650,499650,0,0,181,253,147,219,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16777,0,'EventAI',''), (16778,'Spirit of Korth\'azz',NULL,63,63,16329,0,0,0,21,21,0,0,6,3,3,0,0,33587203,0,0,76,1,1.14286,1,3,180,1,35,1,1,1,599580,599580,0,0,181,253,147,219,4691,268,32,2000,2000,0,0,0,0,0,0,0,0,617299803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16778,0,'EventAI',''), (16779,'Cow',NULL,3,3,1060,0,0,0,7,7,0,8,8,1,3,0,0,0,0,0,0,0.91,1.14286,1,0,0.2,1,1,1,1,1,14,14,0,0,13,13,1.76,2.42,41,6,100,2000,2200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (16781,'Midsummer Celebrant',NULL,2,4,16412,16431,0,0,35,35,0,0,7,1,3,0,1,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,19,42,0,0,3,6,0,0,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,9148,0,0,'EventAI',''), + (16781,'Midsummer Celebrant',NULL,2,4,16412,16431,16413,16432,35,35,0,0,7,1,3,0,1,36864,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,19,42,0,0,3,6,0,0,20,2,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,9148,0,0,'EventAI',''), (16786,'Argent Quartermaster','The Argent Dawn',1,1,16336,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,2,0,1.125,1.14286,1,0,1,1,1,1,-1,1,300,300,0,0,2,2,0,0,20,1,100,1400,1900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (16787,'Argent Outfitter','The Argent Dawn',1,1,16337,0,0,0,35,35,0,0,7,3,3,0,2,32768,0,2,0,1.125,1.14286,1,0,1,1,1,1,-1,1,300,300,0,0,2,2,0,0,20,1,100,1400,1900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), - (16788,'Festival Flamekeeper',NULL,60,60,16334,16340,0,0,35,35,1,0,7,3,3,0,2,33536,0,2,0,1.48,1.14286,1,1,1,1,7.5,1,-1,1,6900,6900,0,0,104,138,72,106,3750,252,26,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), + (16788,'Festival Flamekeeper',NULL,60,60,16334,16340,16338,16339,35,35,1,0,7,3,3,0,2,33536,0,2,0,1.48,1.14286,1,1,1,1,7.5,1,-1,1,6900,6900,0,0,104,138,72,106,3750,252,26,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (16803,'Deathknight Understudy',NULL,60,60,16539,0,0,0,21,21,0,0,7,3,3,0,0,32768,0,0,8,1,1.14286,1,1,30,2,45.5,1,2,1,91560,91560,0,0,103.9,137.9,0,0,7582,252,26,2000,2000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16803,0,'',''), (16817,'Festival Loremaster',NULL,60,60,16354,0,0,0,55,55,0,0,7,3,3,0,3,33536,0,2,0,1,1.14286,1,0,1,1,1,1,-1,1,6900,6900,0,0,343,343,0,0,20,158,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,7326,0,0,'',''), (16818,'Festival Talespinner',NULL,60,60,16355,0,0,0,29,29,0,0,7,3,3,0,3,33536,0,2,0,1.48,1.14286,1,0,1,1,1,1,-1,1,6900,6900,0,0,343,343,0,0,20,158,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,9298,0,0,'',''), @@ -403791,12 +406754,12 @@ VALUES (17635,'Lordaeron Commander',NULL,60,60,17144,0,0,0,84,84,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,3200,3200,2434,2434,395,481,281.739,392.769,3075,202,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,17635,0,'',''), (17647,'Lordaeron Soldier',NULL,60,60,17146,0,0,0,84,84,0,0,7,3,3,0,0,36864,0,0,0,1,1.14286,2,0,1,1,1,1,-1,1,2500,2500,2434,2434,395,481,281.739,392.769,3075,202,100,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,17647,0,'',''), (17688,'Crown Guard Horde Capture Quest Doodad',NULL,1,1,10817,0,0,0,35,35,1,0,10,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (17689,'Crown Guard Capture Quest Doodad',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,128,0,1,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (17690,'Eastwall Capture Quest Doodad',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,128,0,1.1,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (17689,'Crown Guard Capture Quest Doodad',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,128,0,1,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (17690,'Eastwall Capture Quest Doodad',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,128,0,1.1,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (17691,'Eastwall Horde Capture Quest Doodad',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (17696,'Northpass Capture Quest Doodad',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,128,0,1,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (17696,'Northpass Capture Quest Doodad',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,128,0,1,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (17697,'Northpass Horde Capture Quest Doodad',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (17698,'Plaguewood Capture Quest Doodad',NULL,1,1,1126,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,128,0,1,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (17698,'Plaguewood Capture Quest Doodad',NULL,1,1,11686,0,0,0,35,35,0,0,10,3,3,0,0,33587968,0,128,0,1,1.14286,1,0,1,1,1,1,-1,1,0,0,0,0,2,2,0,0,20,1,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (17699,'Plaguewood Horde Capture Quest Doodad',NULL,1,1,11686,0,0,0,35,35,1,0,10,3,3,0,0,32768,0,0,0,1.2,1.14286,1,0,1,1,1,1,-1,1,5000,5000,0,0,2,2,1,1,7,24,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (17719,'Ironforge Gryphon Rider',NULL,1,1,17202,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1.125,1.14286,1,0,1,1,1,1,-1,1,300,300,0,0,1,1.29,0.344828,0.444828,20,100,100,1400,1900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), (17720,'Orgrimmar Wyvern Rider',NULL,1,1,17203,0,0,0,35,35,1,0,7,3,3,0,0,32768,0,0,0,1.125,1.14286,1,0,1,1,1,1,-1,1,300,300,0,0,1,1.29,0.344828,0.444828,20,100,100,1400,1900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'',''), @@ -403827,7 +406790,8 @@ VALUES (3152,'Cap\'n Copyright','Boat Operator',1,1,1233,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,48,48,0,0,1,1,0,0,15,9,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (3895,'Captain Noteo','Boat Operator',1,1,9552,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,57,57,0,0,1,1,0,0,15,9,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), (3896,'Captain Placeholder','Boat Operator',1,1,1466,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.15,1,1,1,1,1,48,48,0,0,1,1,0,0,15,9,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), - (4497,'Captain Quirk','Boat Operator',1,1,1740,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,57,57,0,0,1,1,0,0,15,9,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''); + (4497,'Captain Quirk','Boat Operator',1,1,1740,0,0,0,35,35,0,0,7,3,3,0,0,32768,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,57,57,0,0,1,1,0,0,15,9,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''), + (15925,'Toxic Slime',NULL,60,60,11686,0,0,0,14,14,0,0,10,3,3,0,0,33554432,0,0,0,1,1.14286,1,0,1.35,1,1,1,1,1,4120,4120,0,0,103.9,137.9,0,0,3791,252,26,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',''); /*!40000 ALTER TABLE `creature_template` ENABLE KEYS */; UNLOCK TABLES; @@ -405930,8 +408894,8 @@ VALUES (1526,0,0,1,16,0,0,NULL), (1527,0,0,1,16,0,0,NULL), (1528,0,0,1,16,0,0,NULL), - (1529,0,0,1,16,0,0,NULL), - (1530,0,0,1,16,0,0,NULL), + (1529,0,0,1,16,0,0,'3235'), + (1530,0,0,1,16,0,0,'3235'), (1531,0,0,1,16,0,0,NULL), (1532,0,0,1,16,0,0,NULL), (1533,0,0,1,16,0,0,NULL), @@ -409379,7 +412343,7 @@ VALUES (8903,0,0,1,16,0,0,NULL), (8904,0,0,1,16,0,0,NULL), (8905,0,0,1,16,0,0,NULL), - (8908,0,0,1,16,0,0,NULL), + (8908,0,0,1,16,0,0,'13377 15506'), (8909,0,0,1,16,0,0,NULL), (8910,0,0,1,16,0,0,NULL), (8911,0,0,1,16,0,0,NULL), @@ -410139,7 +413103,7 @@ VALUES (11659,0,0,1,16,0,0,NULL), (11661,0,0,1,16,0,0,NULL), (11662,0,0,1,16,0,0,NULL), - (11665,0,0,1,16,0,0,NULL), + (11665,0,0,1,16,0,0,'19194 19195'), (11666,0,0,1,16,0,0,NULL), (11667,0,0,1,16,0,0,NULL), (11668,0,0,1,16,0,0,NULL), @@ -410346,14 +413310,14 @@ VALUES (12096,0,0,1,16,0,0,NULL), (12097,0,0,1,16,0,0,NULL), (12098,0,0,1,16,0,0,NULL), - (12099,0,0,1,16,0,0,NULL), + (12099,0,0,1,16,0,0,'8876 15733'), (12100,0,0,1,16,0,0,NULL), (12118,0,0,1,16,0,0,NULL), (12119,0,0,1,16,0,0,NULL), (12121,0,0,1,16,0,0,NULL), (12122,0,0,1,16,0,0,NULL), (12127,0,0,1,16,0,0,NULL), - (12129,0,0,1,16,0,0,NULL), + (12129,0,0,1,16,0,0,'18950'), (12136,0,0,1,16,0,0,NULL), (12137,0,0,1,16,0,0,NULL), (12150,0,0,1,16,0,0,NULL), @@ -410963,22 +413927,22 @@ VALUES (15215,0,8,1,16,0,0,NULL), (15221,0,0,1,16,0,0,NULL), (15222,0,0,1,16,0,0,NULL), - (15229,0,0,1,16,0,0,NULL), + (15229,0,0,1,16,0,0,'25801'), (15230,0,0,1,16,0,0,NULL), - (15233,0,0,1,16,0,0,NULL), + (15233,0,0,1,16,0,0,'18950'), (15235,0,0,1,16,0,0,NULL), (15236,0,0,1,16,0,0,NULL), (15240,0,0,1,16,0,0,NULL), (15246,0,0,1,16,0,0,NULL), - (15247,0,0,1,16,0,0,NULL), + (15247,0,0,1,16,0,0,'18950'), (15249,0,0,1,16,0,0,NULL), (15250,0,0,1,16,0,0,NULL), (15252,0,0,1,16,0,0,NULL), - (15262,0,0,1,16,0,0,NULL), + (15262,0,0,1,16,0,0,'19818'), (15263,0,0,1,16,0,0,NULL), (15264,0,0,1,16,0,0,NULL), (15270,0,0,1,16,0,0,NULL), - (15275,0,0,1,16,0,0,NULL), + (15275,0,0,1,16,0,0,'18943'), (15276,0,0,1,16,0,0,NULL), (15277,0,0,1,16,0,0,NULL), (15282,0,0,1,16,0,0,NULL), @@ -410990,24 +413954,24 @@ VALUES (15309,0,0,1,16,0,0,NULL), (15310,0,0,1,16,0,0,NULL), (15311,0,0,1,16,0,0,NULL), - (15312,0,0,1,16,0,0,NULL), + (15312,0,0,1,16,0,0,'19818'), (15315,0,0,1,16,0,0,NULL), (15316,0,0,1,16,0,0,NULL), (15317,0,0,1,16,0,0,NULL), - (15318,0,0,1,16,0,0,NULL), + (15318,0,0,1,16,0,0,'9205'), (15319,0,0,1,16,0,0,NULL), (15320,0,0,1,16,0,0,NULL), - (15323,0,0,1,16,0,0,NULL), - (15324,0,0,1,16,0,0,NULL), + (15323,0,0,1,16,0,0,'25592'), + (15324,0,0,1,16,0,0,'18950'), (15325,0,0,1,16,0,0,NULL), (15327,0,0,1,16,0,0,NULL), (15333,0,0,1,16,0,0,NULL), - (15335,0,0,1,16,0,0,NULL), + (15335,0,0,1,16,0,0,'18950'), (15336,0,0,1,16,0,0,NULL), - (15338,0,0,1,16,0,0,NULL), - (15339,0,0,1,16,0,0,NULL), + (15338,0,0,1,16,0,0,'19818'), + (15339,0,0,1,16,0,0,'25176 19818'), (15340,0,0,1,16,0,0,NULL), - (15341,0,0,1,16,0,0,NULL), + (15341,0,0,1,16,0,0,'18943'), (15343,0,0,1,16,0,0,NULL), (15344,0,0,1,16,0,0,NULL), (15348,0,0,1,16,0,0,NULL), @@ -411023,7 +413987,7 @@ VALUES (15380,0,0,1,16,0,0,NULL), (15385,0,0,1,16,0,0,NULL), (15386,0,0,1,16,0,0,NULL), - (15387,0,0,1,16,0,0,NULL), + (15387,0,0,1,16,0,0,'18950'), (15388,0,0,1,16,0,0,NULL), (15389,0,0,1,16,0,0,NULL), (15390,0,0,1,16,0,0,NULL), @@ -411046,7 +414010,7 @@ VALUES (15500,0,0,1,16,0,0,NULL), (15502,0,0,1,16,0,0,NULL), (15504,0,0,1,16,0,0,NULL), - (15505,0,0,1,16,0,0,NULL), + (15505,0,0,1,16,0,0,'18943 18950'), (15509,0,0,1,16,0,0,NULL), (15510,0,0,1,16,0,0,NULL), (15511,0,0,1,16,0,0,NULL), @@ -411317,7 +414281,10 @@ VALUES (17765,0,0,1,16,0,0,'18950'), (17766,0,0,1,16,0,0,'18950'), (17795,0,0,1,16,0,0,NULL), - (18199,0,0,1,16,0,0,NULL); + (18199,0,0,1,16,0,0,NULL), + (11560,0,0,1,16,0,0,'18146'), + (15925,0,0,1,16,0,0,'26575'), + (15521,0,0,1,16,0,0,'9205'); /*!40000 ALTER TABLE `creature_template_addon` ENABLE KEYS */; UNLOCK TABLES; @@ -414682,7 +417649,14 @@ VALUES (2000001037,'Citizens of the Alliance, the Lord of Blackrock is slain! Nefarian has been subdued by the combined might of $n and $g his:her; allies!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,22,NULL), (2000001038,'Let your spirits rise! Rally around your champion, bask in $g his:her; glory! Revel in the rallying cry of the dragon slayer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,22,NULL), (2000001035,'NEFARIAN IS SLAIN! People of Orgrimmar, bow down before the might of $n and $g his:her; allies for they have laid a blow against the Black Dragonflight that is sure to stir the Aspects from their malaise! This defeat shall surely be felt by the father of the Black Flight: Deathwing reels in pain and anguish this day!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,22,NULL), - (2000001036,'Be lifted by $n\'s accomplishment! Revel in $g his:her; rallying cry!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,22,NULL); + (2000001036,'Be lifted by $n\'s accomplishment! Revel in $g his:her; rallying cry!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,22,NULL), + (2000005012,'The nightmare of Ursal is over! We are free!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Enslaved Druid of the Talon'), + (2000001116,'%s begins the ritual.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), + (2000001117,'%s gathers the materials together and begins to work.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,NULL), + (2000001118,'I have completed the weapons, $n.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), + (2000001143,'Let\'s get to work, $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL), + (2000001144,'I thank the Light for this blessing. May it be used for justice and to defend all good creatures.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,16,NULL), + (2000001145,'Here you are, $n.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,NULL); /*!40000 ALTER TABLE `db_script_string` ENABLE KEYS */; UNLOCK TABLES; @@ -414696,20 +417670,33 @@ DROP TABLE IF EXISTS `db_version`; CREATE TABLE `db_version` ( `version` varchar(120) DEFAULT NULL, `creature_ai_version` varchar(120) DEFAULT NULL, - `required_z2692_04_mangos_npc_trainer_template` bit(1) DEFAULT NULL + `required_z2697_02_mangos_gameobjects` bit(1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes'; LOCK TABLES `db_version` WRITE; /*!40000 ALTER TABLE `db_version` DISABLE KEYS */; -INSERT INTO `db_version` (`version`, `creature_ai_version`, `required_z2692_04_mangos_npc_trainer_template`) +INSERT INTO `db_version` (`version`, `creature_ai_version`, `required_z2697_02_mangos_gameobjects`) VALUES - ('Classic DB version 1.8 \"Lunar Festival\". For core Classic z2692.','ACID 1.12.x (Classic) for CMaNGOS-CLASSIC (1.12.X Client)',NULL); + ('Classic DB version 1.8.5 \"Below Blackrock Mountain\". For core Classic z2697.','ACID 1.12.x (Classic) for CMaNGOS-CLASSIC (1.12.X Client)',NULL); /*!40000 ALTER TABLE `db_version` ENABLE KEYS */; UNLOCK TABLES; +# Dump of table dbscript_string_template +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `dbscript_string_template`; + +CREATE TABLE `dbscript_string_template` ( + `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Id of template', + `string_id` int(11) NOT NULL DEFAULT '0' COMMENT 'db_script_string id', + PRIMARY KEY (`id`,`string_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='DBScript system'; + + + # Dump of table dbscripts_on_creature_death # ------------------------------------------------------------ @@ -414721,6 +417708,7 @@ CREATE TABLE `dbscripts_on_creature_death` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` int(10) unsigned NOT NULL DEFAULT '0', `search_radius` int(10) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -414738,21 +417726,38 @@ CREATE TABLE `dbscripts_on_creature_death` ( LOCK TABLES `dbscripts_on_creature_death` WRITE; /*!40000 ALTER TABLE `dbscripts_on_creature_death` DISABLE KEYS */; -INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_creature_death` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (11489,1,10,14566,1200000,0,0,0,0,0,0,0,33.76,491.548,-23.281,3.16,'spawns - Ancient Equine Spirit'), - (15355,1,15,27627,0,0,0,8,0,0,0,0,0,0,0,0,'drops small obsidian chunk'), - (15338,1,15,27627,0,0,0,8,0,0,0,0,0,0,0,0,'drops small obsidian chunk'), - (15264,1,15,27627,0,0,0,8,0,0,0,0,0,0,0,0,'drops small obsidian chunk'), - (15340,1,15,27630,0,0,0,8,0,0,0,0,0,0,0,0,'drops large obsidian chunk'), - (15277,1,15,27630,0,0,0,8,0,0,0,0,0,0,0,0,'drops large obsidian chunk'), - (3421,1,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'demorph'), - (412,5,0,6,0,468,4185,16,2000000188,0,0,0,0,0,0,0,'stitches - town crier 3rd yell'), - (4971,1,0,0,0,0,0,0,2000000602,0,0,0,0,0,0,0,''), - (10503,1,0,0,0,0,0,0,2000000612,0,0,0,0,0,0,0,''), - (10503,1,15,26096,0,0,0,0,0,0,0,0,0,0,0,0,'Jandice Barov - Summon Journal of Jandice Barov on Death'), - (4829,2,31,6729,50,0,0,8,0,0,0,0,0,0,0,0,'search for 6729'), - (4829,3,10,6729,300000,0,0,0,0,0,0,0,-857.158,-467.636,-33.9256,5.90677,''); + (11489,1,10,14566,1200000,0,0,0,0,0,0,0,0,33.76,491.548,-23.281,3.16,'spawns - Ancient Equine Spirit'), + (15355,1,15,27627,1,0,0,0,0,0,0,0,0,0,0,0,0,'drops small obsidian chunk'), + (15338,1,15,27627,1,0,0,0,0,0,0,0,0,0,0,0,0,'drops small obsidian chunk'), + (15264,1,15,27627,1,0,0,0,0,0,0,0,0,0,0,0,0,'drops small obsidian chunk'), + (15340,1,15,27630,1,0,0,0,0,0,0,0,0,0,0,0,0,'drops large obsidian chunk'), + (15277,1,15,27630,1,0,0,0,0,0,0,0,0,0,0,0,0,'drops large obsidian chunk'), + (3421,1,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'demorph'), + (412,5,0,0,0,0,468,4185,16,2000000188,0,0,0,0,0,0,0,'stitches - town crier 3rd yell'), + (4971,1,0,0,0,0,0,0,0,2000000602,0,0,0,0,0,0,0,''), + (10503,1,0,0,0,0,0,0,0,2000000612,0,0,0,0,0,0,0,''), + (10503,1,15,26096,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jandice Barov - Summon Journal of Jandice Barov on Death'), + (4829,2,31,6729,50,0,0,0,8,0,0,0,0,0,0,0,0,'search for 6729'), + (4829,3,10,6729,300000,0,0,0,0,0,0,0,0,-857.158,-467.636,-33.9256,5.90677,''), + (2039,0,28,0,0,0,2852,46212,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - set stand state'), + (2039,0,28,0,0,0,2852,46213,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 2 - set stand state'), + (2039,0,28,0,0,0,2852,46214,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 3 - set stand state'), + (2039,0,28,0,0,0,2852,46215,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 4 - set stand state'), + (2039,1,25,1,0,0,2852,46212,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - set stand state'), + (2039,1,25,1,0,0,2852,46213,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 2 - set stand state'), + (2039,1,25,1,0,0,2852,46214,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 3 - set stand state'), + (2039,1,25,1,0,0,2852,46215,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 4 - set stand state'), + (2039,2,0,0,0,0,2852,46212,16,2000005012,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - say line 1'), + (2039,3,23,2853,0,0,2852,46212,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - morph into Freed Druid of the Talon'), + (2039,4,23,2853,0,0,2852,46213,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 2 - morph into Freed Druid of the Talon'), + (2039,4,23,2853,0,0,2852,46214,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 3 - morph into Freed Druid of the Talon'), + (2039,5,23,2853,0,0,2852,46215,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 4 - morph into Freed Druid of the Talon'), + (2039,3,20,2,0,0,2852,46212,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - set waypoint movement'), + (2039,4,20,2,0,0,2852,46213,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 2 - set waypoint movement'), + (2039,4,20,2,0,0,2852,46214,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 3 - set waypoint movement'), + (2039,5,20,2,0,0,2852,46215,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 4 - set waypoint movement'); /*!40000 ALTER TABLE `dbscripts_on_creature_death` ENABLE KEYS */; UNLOCK TABLES; @@ -414769,6 +417774,7 @@ CREATE TABLE `dbscripts_on_creature_movement` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `search_radius` mediumint(8) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -414786,1127 +417792,1134 @@ CREATE TABLE `dbscripts_on_creature_movement` ( LOCK TABLES `dbscripts_on_creature_movement` WRITE; /*!40000 ALTER TABLE `dbscripts_on_creature_movement` DISABLE KEYS */; -INSERT INTO `dbscripts_on_creature_movement` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_creature_movement` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (1,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn self, this script is used by many creatures'), - (2,1,1,22,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight Captain shout'), - (2,3,1,36,0,16146,8,0,0,0,0,0,0,0,0,0,'Deathknight buddy attacks combat dummy'), - (2,5,1,36,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight attacks combat dummy'), - (2,12,1,36,0,16146,8,0,0,0,0,0,0,0,0,0,'Deathknight buddy attacks combat dummy'), - (2,13,1,36,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight attacks combat dummy'), - (2,20,1,36,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight attacks combat dummy'), - (2,21,1,36,0,16146,8,0,0,0,0,0,0,0,0,0,'Deathknight buddy attacks combat dummy'), - (3,1,1,36,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight captain attacks'), - (3,2,1,43,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight parries'), - (3,5,1,1,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight captain talks'), - (3,7,1,36,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight captain attacks'), - (3,8,1,43,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight parries'), - (3,14,1,60,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight captain kicks'), - (3,15,1,43,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight parries'), - (4,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Vekniss Drone - pause waypoint movement'), - (4,1,20,1,2,0,0,0,0,0,0,0,0,0,0,0,'Vekniss Drone - random movement'), - (4,13,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Vekniss Drone - waypoint movement'), - (4,14,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Vekniss Drone - resume waypoint movement'), - (3801,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - RUN ON'), - (3802,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - RUN OFF'), - (3803,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - movement chenged to 1:random'), - (3803,20,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - movement chenged to 2:waypoint'), - (10801,0,0,0,0,0,0,0,2000000349,2000000350,2000000351,2000000352,0,0,0,0,'John Turner - Say 1, 2, 3 or 4'), - (14241,1,1,35,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - emote'), - (14241,6,1,35,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - emote'), - (14241,9,11,632439,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - open door entry 176907'), - (14241,14,28,7,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - fake dead'), - (14241,25,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - despawn self'), - (14241,25,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - set not active'), - (41202,0,0,1,0,0,0,0,2000000161,2000000162,0,0,0,0,0,0,'stitchesyell'), - (41202,4,0,6,0,468,4185,16,2000000187,0,0,0,0,0,0,0,'stitches - town crier 2nd yell'), - (41203,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'stitchesidlemove'), - (41204,0,22,93,1,0,0,0,0,0,0,0,0,0,0,0,'stitches faction hostile'), - (41205,0,0,6,0,468,4185,16,2000000186,0,0,0,0,0,0,0,'stitches - town crier 1st yell'), - (41206,0,26,0,0,888,50,1,0,0,0,0,0,0,0,0,'stitches attacks night watch'), - (41206,1,26,0,0,499,50,0,0,0,0,0,0,0,0,0,'2nd night watch attacks stitches'), - (55001,5,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (55001,8,0,0,0,0,0,0,2000005301,0,0,0,0,0,0,0,''), - (55002,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (55003,4,0,0,0,0,0,0,2000005302,0,0,0,0,0,0,0,''), - (136801,0,0,0,0,0,0,0,2000005109,0,0,0,0,0,0,0,''), - (136802,0,0,0,0,0,0,0,2000005110,0,0,0,0,0,0,0,''), - (136803,0,0,0,0,0,0,0,2000005111,0,0,0,0,0,0,0,''), - (136804,0,0,0,0,0,0,0,2000005112,0,0,0,0,0,0,0,''), - (136805,0,0,0,0,0,0,0,2000005113,0,0,0,0,0,0,0,''), - (136806,0,0,0,0,0,0,0,2000005114,0,0,0,0,0,0,0,''), - (136807,0,0,0,0,0,0,0,2000005115,0,0,0,0,0,0,0,''), - (137001,0,0,0,0,0,0,0,2000005123,0,0,0,0,0,0,0,''), - (137002,0,0,0,0,0,0,0,2000005124,0,0,0,0,0,0,0,''), - (137003,0,0,0,0,0,0,0,2000005125,0,0,0,0,0,0,0,''), - (137004,0,0,0,0,0,0,0,2000005126,0,0,0,0,0,0,0,''), - (137005,0,0,0,0,0,0,0,2000005127,0,0,0,0,0,0,0,''), - (137006,0,0,0,0,0,0,0,2000005128,0,0,0,0,0,0,0,''), - (137007,0,0,0,0,0,0,0,2000005129,0,0,0,0,0,0,0,''), - (137008,0,0,0,0,0,0,0,2000005130,0,0,0,0,0,0,0,''), - (137009,0,0,0,0,0,0,0,2000005131,0,0,0,0,0,0,0,''), - (137101,0,0,0,0,0,0,0,2000005116,0,0,0,0,0,0,0,''), - (137102,0,0,0,0,0,0,0,2000005117,0,0,0,0,0,0,0,''), - (137103,0,0,0,0,0,0,0,2000005118,0,0,0,0,0,0,0,''), - (137104,0,0,0,0,0,0,0,2000005119,0,0,0,0,0,0,0,''), - (137105,0,0,0,0,0,0,0,2000005120,0,0,0,0,0,0,0,''), - (137106,0,0,0,0,0,0,0,2000005121,0,0,0,0,0,0,0,''), - (137107,0,0,0,0,0,0,0,2000005122,0,0,0,0,0,0,0,''), - (137301,0,0,0,0,0,0,0,2000000013,0,0,0,0,0,0,0,''), - (137302,0,0,0,0,0,0,0,2000000014,0,0,0,0,0,0,0,''), - (137302,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,'1373 - npc_flag added'), - (137302,2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'1373 - movement chenged to 0:idle'), - (141301,1,0,0,0,0,0,0,2000005148,2000005149,2000005150,2000005151,0,0,0,0,''), - (141301,4,0,0,0,1414,30,7,2000005156,2000005157,2000005158,2000005159,0,0,0,0,'force buddy to: say text'), - (141301,8,0,0,0,1415,30,7,2000005164,2000005165,2000005166,2000005169,0,0,0,0,'force buddy to: say text'), - (141302,1,0,0,0,0,0,0,2000005152,2000005153,2000005154,2000005155,0,0,0,0,''), - (141302,4,0,0,0,1415,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), - (141302,8,0,0,0,1414,30,7,2000005170,2000005171,2000005172,2000005173,0,0,0,0,'force buddy to: say text'), - (141303,1,0,0,0,0,0,0,2000005149,2000005151,2000005153,2000005155,0,0,0,0,''), - (141303,4,0,0,0,1414,30,7,2000005156,2000005158,2000005160,2000005162,0,0,0,0,'force buddy to: say text'), - (141303,8,0,0,0,1415,30,7,2000005164,2000005172,2000005170,2000005166,0,0,0,0,'force buddy to: say text'), - (141304,1,0,0,0,1414,30,7,2000005148,2000005149,2000005150,2000005151,0,0,0,0,'force buddy to: say text'), - (141304,4,0,0,0,0,0,0,2000005156,2000005157,2000005158,2000005159,0,0,0,0,''), - (141304,8,0,0,0,1415,30,7,2000005164,2000005165,2000005166,2000005169,0,0,0,0,'force buddy to: say text'), - (141305,1,0,0,0,1414,30,7,2000005152,2000005153,2000005154,2000005155,0,0,0,0,'force buddy to: say text'), - (141305,4,0,0,0,1415,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), - (141305,8,0,0,0,0,0,0,2000005170,2000005171,2000005172,2000005173,0,0,0,0,''), - (141306,1,0,0,0,1415,30,7,2000005152,2000005153,2000005154,2000005155,0,0,0,0,'force buddy to: say text'), - (141306,4,0,0,0,1414,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), - (141306,8,0,0,0,0,0,0,2000005170,2000005171,2000005172,2000005173,0,0,0,0,''), - (141307,1,0,0,0,1415,30,7,2000005148,2000005149,2000005150,2000005151,0,0,0,0,'force buddy to: say text'), - (141307,4,0,0,0,0,0,0,2000005156,2000005157,2000005158,2000005159,0,0,0,0,''), - (141307,8,0,0,0,1414,30,7,2000005170,2000005171,2000005172,2000005173,0,0,0,0,'force buddy to: say text'), - (141601,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141601,5,0,0,0,0,0,0,2000000034,2000000035,2000000036,0,0,0,0,0,''), - (141601,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141602,3,1,233,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141602,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141602,9,0,0,0,0,0,0,2000000064,0,0,0,0,0,0,0,''), - (141603,2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'1416 - movement chenged to 0:idle'), - (143301,1,0,0,0,0,0,0,2000000141,2000000142,0,0,0,0,0,0,'corbettwp1'), - (143302,5,0,0,0,0,0,0,2000000143,2000000144,0,0,0,0,0,0,'corbettwp7'), - (143303,0,0,0,0,1427,10,1,2000000145,2000000146,0,0,0,0,0,0,'corbettatharlan'), - (143303,5,0,0,0,1427,10,4,2000000147,2000000148,0,0,0,0,0,0,'harlantalk'), - (143303,10,0,0,0,0,0,0,2000000149,2000000150,0,0,0,0,0,0,'corbettleave'), - (143303,40,0,0,0,0,0,0,2000000151,0,0,0,0,0,0,0,'corbetttocheese'), - (143304,0,0,0,0,0,0,0,2000000152,2000000153,0,0,0,0,0,0,'corbettatcheese'), - (143304,5,0,0,0,483,10,4,2000000154,2000000155,0,0,0,0,0,0,'cheeseladyreply'), - (143304,10,0,0,0,0,0,0,2000000156,0,0,0,0,0,0,0,'corbettreply'), - (143304,15,0,0,0,0,0,0,2000000157,0,0,0,0,0,0,0,'corbettthanks'), - (143304,40,0,0,0,0,0,0,2000000158,0,0,0,0,0,0,0,'corbettgoeshome'), - (143305,0,0,0,0,0,0,0,2000000159,0,0,0,0,0,0,0,'corbettisback'), - (150101,0,26,0,0,1736,20,1,0,0,0,0,0,0,0,0,''), - (150101,1,22,21,1,0,0,0,0,0,0,0,0,0,0,0,''), - (150201,0,22,21,1,0,0,0,0,0,0,0,0,0,0,0,'W.Ghuol - Faction change'), - (150201,1,26,1,0,1736,20,0,0,0,0,0,0,0,0,0,'W.Ghuol - Attack on Guards'), - (150202,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (150202,45,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (153301,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (153301,175,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement changed to 2:waypoint'), - (173701,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,'Oliver movement changed to 1:random'), - (173701,35,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Oliver movement changed to 2:waypoint'), - (173901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Phillip - RUN ON'), - (173902,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Phillip - RUN OFF'), - (175401,3,0,0,0,0,0,0,2000000178,0,0,0,0,0,0,0,''), - (175401,6,1,66,0,1756,10523,23,0,0,0,0,0,0,0,0,''), - (175401,6,1,66,0,1756,10524,23,0,0,0,0,0,0,0,0,''), - (175401,8,0,0,0,1756,15,7,2000000179,0,0,0,0,0,0,0,'force buddy to: say text'), - (175401,9,3,0,0,1756,10523,23,0,0,0,0,-8381.06,429.38,122.275,0.984174,''), - (175401,9,3,0,0,1756,10524,23,0,0,0,0,-8372.24,436.54,122.275,3.9302,''), - (175402,3,0,0,0,0,0,0,2000000180,0,0,0,0,0,0,0,''), - (175402,8,10,1755,300000,0,0,0,0,0,0,0,-8406.6,487.658,123.76,4.51923,''), - (175402,9,15,6634,0,1755,100,7,0,0,0,0,0,0,0,0,'cast 6634 on buddy'), - (175402,9,3,0,0,1755,50,7,0,0,0,0,-8403.89,469.689,123.76,5.19074,''), - (175402,16,0,0,0,0,0,0,2000000181,0,0,0,0,0,0,0,''), - (175402,20,0,0,0,1755,20,7,2000000182,0,0,0,0,0,0,0,'force buddy to: say text'), - (175402,24,0,0,0,0,0,0,2000000183,0,0,0,0,0,0,0,''), - (175402,28,0,0,0,1755,20,7,2000000184,0,0,0,0,0,0,0,'force buddy to: say text'), - (175402,28,20,2,0,1755,20,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (175402,29,0,0,0,7766,50,7,2000000185,0,0,0,0,0,0,0,'force buddy to: say text'), - (175402,29,29,3,1,7766,50,7,0,0,0,0,0,0,0,0,'npc_flag added'), - (175402,30,3,0,0,1756,10523,23,0,0,0,0,-8394,448.942,123.76,0.711,''), - (175402,30,3,0,0,1756,10524,23,0,0,0,0,-8389,452.936,123.76,3.773,''), - (175402,31,22,7,1,1755,20,7,0,0,0,0,0,0,0,0,''), - (175402,31,22,7,1,0,0,0,0,0,0,0,0,0,0,0,''), - (175403,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (175403,1,22,12,1,0,0,0,0,0,0,0,0,0,0,0,''), - (175501,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (175501,1,22,12,1,0,0,0,0,0,0,0,0,0,0,0,''), - (175501,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'), - (188701,2,0,0,0,0,0,0,2000005347,0,0,0,0,0,0,0,'Curator Thorius - Say 1'), - (188702,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,'Curator Thorius - Emote 1'), - (188702,2,0,0,0,0,0,0,2000005348,0,0,0,0,0,0,0,'Curator Thorius - Say 2'), - (188702,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curator Thorius - Emote 1 (Stop)'), - (188703,2,0,0,0,0,0,0,2000005349,0,0,0,0,0,0,0,'Curator Thorius - Say 3'), - (233001,2,0,0,0,0,0,0,2000005180,0,0,0,0,0,0,0,''), - (233001,7,0,0,0,2331,30,7,2000005183,0,0,0,0,0,0,0,'force buddy to: say text'), - (233001,12,0,0,0,0,0,0,2000005181,0,0,0,0,0,0,0,''), - (233001,15,0,0,0,3504,30,7,2000005184,0,0,0,0,0,0,0,'force buddy to: say text'), - (233001,19,0,0,0,0,0,0,2000005182,0,0,0,0,0,0,0,''), - (253303,1,0,0,0,0,0,0,2000005057,2000005058,2000005059,2000005061,0,0,0,0,''), - (253302,3,0,0,0,2532,79721,7,2000005062,2000005063,0,0,0,0,0,0,''), - (253302,2,31,2532,100,0,0,0,0,0,0,0,0,0,0,0,''), - (253302,1,0,0,0,0,0,0,2000005057,2000005058,2000005060,2000005061,0,0,0,0,''), - (253301,3,0,0,0,2532,79721,7,2000005062,2000005063,0,0,0,0,0,0,''), - (253301,2,31,2532,100,0,0,0,0,0,0,0,0,0,0,0,''), - (253301,1,0,0,0,0,0,0,2000005057,2000005058,2000005060,2000005061,0,0,0,0,''), - (253301,0,21,1,0,2532,79721,23,0,0,0,0,0,0,0,0,'Donna - active'), - (253301,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'William - active'), - (253301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (255301,0,31,2556,10,0,0,0,0,0,0,0,0,0,0,0,''), - (255301,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (255301,1,25,1,0,2556,140693,23,0,0,0,0,0,0,0,0,'RUN ON'), - (255301,1,25,1,0,2552,140694,23,0,0,0,0,0,0,0,0,'RUN ON'), - (255301,1,25,1,0,2552,140695,23,0,0,0,0,0,0,0,0,'RUN ON'), - (255301,1,25,1,0,2552,140696,23,0,0,0,0,0,0,0,0,'RUN ON'), - (255302,0,31,2556,100,0,0,0,0,0,0,0,0,0,0,0,''), - (255302,0,3,0,0,2556,140693,23,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), - (255302,0,3,0,0,2552,140694,23,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), - (255302,0,3,0,0,2552,140695,23,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), - (255302,0,3,0,0,2552,140696,23,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), - (255302,9,31,2556,100,0,0,0,0,0,0,0,0,0,0,0,''), - (255302,10,3,0,0,2556,140693,23,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), - (255302,10,3,0,0,2552,140694,23,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), - (255302,10,3,0,0,2552,140695,23,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), - (255302,10,3,0,0,2552,140696,23,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), - (277501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'set run on'), - (277506,0,26,0,0,2610,20,2,0,0,0,0,0,0,0,0,'attack Shakes O\'Breen'), - (298301,2,0,2,0,0,0,0,2000000168,0,0,0,0,0,0,0,'The plains vision: say - text_emote'), - (298302,2,0,2,0,0,0,0,2000000169,0,0,0,0,0,0,0,'The plains vision: say - text_emote'), - (311101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Old Icebeard run'), - (311102,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Icebeard walk'), - (311102,1,20,1,3,0,0,8,0,0,0,0,0,0,0,0,'Old Icebeard movement random'), - (311102,275,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Old Icebeard movement waypoint'), - (350101,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (351101,9,0,0,0,0,0,0,2000005168,0,0,0,0,0,0,0,''), - (351201,1,0,0,0,0,0,0,2000005167,0,0,0,0,0,0,0,''), - (351301,2,0,0,0,0,0,0,2000005134,0,0,0,0,0,0,0,''), - (351301,11,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (351301,30,0,0,0,0,0,0,2000005135,0,0,0,0,0,0,0,''), - (351301,40,0,0,0,0,0,0,2000005136,0,0,0,0,0,0,0,''), - (351302,0,0,0,0,0,0,0,2000005137,0,0,0,0,0,0,0,''), - (351303,0,0,0,0,0,0,0,2000005138,0,0,0,0,0,0,0,''), - (351304,1,0,0,0,0,0,0,2000005139,0,0,0,0,0,0,0,''), - (351304,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (351305,1,0,0,0,0,0,0,2000005140,0,0,0,0,0,0,0,''), - (351306,1,0,0,0,0,0,0,2000005141,0,0,0,0,0,0,0,''), - (351307,1,0,0,0,0,0,0,2000005142,0,0,0,0,0,0,0,''), - (351307,9,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (351307,17,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (352001,0,0,0,0,0,0,0,2000005103,0,0,0,0,0,0,0,''), - (352002,0,0,0,0,0,0,0,2000005104,0,0,0,0,0,0,0,''), - (352003,0,0,0,0,0,0,0,2000005105,0,0,0,0,0,0,0,''), - (352004,0,0,0,0,0,0,0,2000005106,0,0,0,0,0,0,0,''), - (352005,0,0,0,0,0,0,0,2000005107,0,0,0,0,0,0,0,''), - (352006,0,0,0,0,0,0,0,2000005108,0,0,0,0,0,0,0,''), - (362701,0,0,0,0,0,0,0,2000005185,0,0,0,0,0,0,0,''), - (362702,0,0,0,0,0,0,0,2000005186,0,0,0,0,0,0,0,''), - (362703,0,0,0,0,0,0,0,2000005187,0,0,0,0,0,0,0,''), - (362704,0,0,0,0,0,0,0,2000005188,0,0,0,0,0,0,0,''), - (362705,0,0,0,0,0,0,0,2000005189,0,0,0,0,0,0,0,''), - (362706,0,0,0,0,0,0,0,2000005190,0,0,0,0,0,0,0,''), - (362707,0,0,0,0,0,0,0,2000005191,0,0,0,0,0,0,0,''), - (362708,0,0,0,0,0,0,0,2000005192,0,0,0,0,0,0,0,''), - (362709,0,0,0,0,0,0,0,2000005193,0,0,0,0,0,0,0,''), - (362710,0,0,0,0,0,0,0,2000005194,0,0,0,0,0,0,0,''), - (362711,0,0,0,0,0,0,0,2000005195,0,0,0,0,0,0,0,''), - (362712,0,0,0,0,0,0,0,2000005196,0,0,0,0,0,0,0,''), - (362713,0,0,0,0,0,0,0,2000005197,0,0,0,0,0,0,0,''), - (362714,0,0,0,0,0,0,0,2000005198,0,0,0,0,0,0,0,''), - (362715,0,0,0,0,0,0,0,2000005199,0,0,0,0,0,0,0,''), - (369401,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Sentinel Selarin active'), - (369401,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (369402,3,0,0,0,0,0,0,2000000260,0,0,0,0,0,0,0,''), - (369402,7,31,3693,30,0,0,0,0,0,0,0,0,0,0,0,''), - (369402,8,0,0,0,3693,30,7,2000000395,0,0,0,0,0,0,0,''), - (369402,13,0,0,0,0,0,0,2000000396,0,0,0,0,0,0,0,''), - (369402,18,0,0,0,0,0,0,2000000397,0,0,0,0,0,0,0,''), - (369403,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Sentinel Selarin unactive'), - (369403,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'desp'), - (399803,0,26,0,0,4276,10,2,0,0,0,0,0,0,0,0,'attack Piznik'), - (406801,2,0,2,0,0,0,0,2000000094,0,0,0,0,0,0,0,'Serpent Messenger - text emote'), - (406801,8,0,2,0,3419,10,4,2000000095,0,0,0,0,0,0,0,'Serpent Messenger: Force NPC to text emote'), - (504301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'DefiasRioter-SetRunModeOn'), - (571901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Hazzah - RUN ON'), - (572001,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Weaver - RUN ON'), - (572101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamscythe - RUN ON'), - (572201,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Morphaz - RUN ON'), - (578201,3,28,1,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_SIT'), - (578201,58,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'), - (590101,0,10,11256,30000,0,0,0,0,0,0,0,-1346.59,-4076.39,-1.23,1.6,'Islensummon'), - (590101,1,1,68,0,0,0,0,0,0,0,0,0,0,0,0,'Islenkneel'), - (590101,5,0,0,0,11256,10,1,2000000057,0,0,0,0,0,0,0,'Islengreet'), - (590101,10,0,0,0,11256,10,4,2000000160,0,0,0,0,0,0,0,'Manifestationreply'), - (590101,15,1,26,0,0,0,0,0,0,0,0,0,0,0,0,'Islenstand'), - (590101,15,0,0,0,11256,10,1,2000000058,0,0,0,0,0,0,0,'Islenthanks'), - (590102,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Islenidle'), - (684601,1,0,0,0,0,0,0,2000005132,0,0,0,0,0,0,0,''), - (722805,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause Ironaya'), - (727301,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Gahz\'rilla - pause WP movement'), - (727301,1,20,1,15,0,0,8,0,0,0,0,0,0,0,0,'Gahz\'rilla - movement changed to 1:random'), - (741101,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'), - (760401,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - stop movement'), - (760402,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,'Raven - emote cheer'), - (760402,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - update faction'), - (760409,0,15,11365,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - cast Bly\'s Band\'s Escape'), - (760409,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - remove gossip flag'), - (760501,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Raven - stop movement'), - (760502,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,'Oro Eyegouge - emote cheer'), - (760502,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,'Raven - update faction'), - (760509,0,15,11365,0,0,0,0,0,0,0,0,0,0,0,0,'Murta Grimgut - cast Bly\'s Band\'s Escape'), - (760601,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Oro Eyegouge - stop movement'), - (760602,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - emote cheer'), - (760602,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,'Oro Eyegouge - update faction'), - (760609,0,15,11365,0,0,0,0,0,0,0,0,0,0,0,0,'Oro Eyegouge - cast Bly\'s Band\'s Escape'), - (760701,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - stop movement'), - (760702,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - emote cheer'), - (760702,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - update faction'), - (760706,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - set run on'), - (760707,0,0,0,0,0,0,0,2000005547,0,0,0,0,0,0,0,'Weegli Blastfuse - say event begin'), - (760713,0,15,10772,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - cast Create Weegli\'s Barrel'), - (760713,2,13,0,0,141612,20,1,0,0,0,0,0,0,0,0,'Weegli Blastfuse - use Weegli\'s Barrel'), - (760713,5,0,6,0,7267,37996,16,2000005552,0,0,0,0,0,0,0,'Ukorz Sandscalp - yell intro'), - (760801,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Murta Grimgut - stop movement'), - (760802,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,'Murta Grimgut - emote cheer'), - (760802,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,'Murta Grimgut - update faction'), - (760809,0,15,11365,0,0,0,0,0,0,0,0,0,0,0,0,'Raven - cast Bly\'s Band\'s Escape'), - (842101,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Dorius - pause waypoints'), - (885601,3,0,0,0,0,0,0,2000000172,0,0,0,0,0,0,0,''), - (885601,5,1,16,0,1756,10523,23,0,0,0,0,0,0,0,0,''), - (885601,5,1,16,0,1756,10524,23,0,0,0,0,0,0,0,0,''), - (885601,8,0,0,0,1756,15,7,2000000173,0,0,0,0,0,0,0,'force buddy to: say text'), - (885601,10,0,0,0,0,0,0,2000000174,0,0,0,0,0,0,0,''), - (885602,1,3,0,0,1754,15,7,0,0,0,0,0,0,0,3.84895,''), - (885602,3,0,0,0,0,0,0,2000000175,0,0,0,0,0,0,0,''), - (885602,5,0,0,0,1754,15,7,2000000176,0,0,0,0,0,0,0,'force buddy to: say text'), - (885602,7,3,0,0,1754,15,7,0,0,0,0,0,0,0,2.596,''), - (885602,8,20,2,0,1754,20,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (885602,9,0,0,0,0,0,0,2000000177,0,0,0,0,0,0,0,''), - (885603,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (885603,0,15,7671,0,0,0,0,0,0,0,0,0,0,0,0,'cast 7671 on buddy'), - (885603,1,23,0,0,0,0,0,0,0,0,0,0,0,0,0,'demorph'), - (885603,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'), - (902201,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn Dughal on last waypoint'), - (967901,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn Tobias on last waypoint'), - (1026201,1,0,0,0,0,0,0,2000005001,2000005002,2000005003,2000005004,0,0,0,0,''), - (1026202,1,0,0,0,0,0,0,2000005005,2000005006,2000005007,2000005008,0,0,0,0,''), - (1026404,0,20,1,20,0,0,8,0,0,0,0,0,0,0,0,'UBRS-Rookery event: Random movement around current position'), - (1043201,1,0,0,0,0,0,0,2000005027,0,0,0,0,0,0,0,''), - (1043201,10,0,0,0,0,0,0,2000005028,0,0,0,0,0,0,0,''), - (1043201,20,0,0,0,0,0,0,2000005029,0,0,0,0,0,0,0,''), - (1050601,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (1050601,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0.1,''), - (1050601,3,22,233,49,0,0,0,0,0,0,0,0,0,0,0,'temp faction'), - (1061001,0,21,1,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty - active'), - (1061001,0,21,1,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy - active'), - (1061001,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Angus - active'), - (1061001,1,29,3,2,1243,265,23,0,0,0,0,0,0,0,0,'1243 - NPCFlags removed'), - (1061001,1,21,1,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler - active'), - (1061001,1,21,1,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp - active'), - (1061002,0,25,1,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN ON'), - (1061002,1,16,6598,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), - (1061002,2,3,0,0,10611,267,16,0,0,0,0,-6031.59,-228.182,414.404,2,'Shorty'), - (1061002,2,3,0,0,10804,268,16,0,0,0,0,-6034.14,-223.333,413.4,1,'Middlecamp'), - (1061002,2,3,0,0,10805,272,16,0,0,0,0,-6011.17,-197.021,406.765,1.97737,'Klemmy'), - (1061002,2,3,0,0,10803,266,16,0,0,0,0,-6011.87,-199.241,406.834,4.31443,'Wheeler'), - (1061002,3,3,0,0,10805,272,16,0,0,0,0,-6015.51,-184.362,407.712,2.49704,'Klemmy'), - (1061002,4,3,0,0,10803,266,16,0,0,0,0,-6031.93,-221.088,413.153,2.44346,'Wheeler'), - (1061002,5,3,0,0,10805,272,16,0,0,0,0,-6065.18,-201.938,424.419,5,'Klemmy'), - (1061002,15,3,0,0,10805,272,16,0,0,0,0,0,0,0,5.59936,'Klemmy'), - (1061002,17,3,0,0,10611,267,16,0,0,0,0,0,0,0,2.18492,'Shorty'), - (1061002,18,3,0,0,10803,266,16,0,0,0,0,0,0,0,2.44346,'Wheeler'), - (1061002,18,3,0,0,10804,268,16,0,0,0,0,0,0,0,1.88496,'Middlecamp'), - (1061002,22,3,0,0,1243,265,16,0,0,0,0,0,0,0,3.68522,'Hegnar'), - (1061003,5,0,0,0,10804,268,23,2000005730,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,8,15,16768,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,10,0,0,0,10804,268,23,2000005731,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,14,0,0,0,10804,268,23,2000005732,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,16,15,16772,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,18,0,0,0,10804,268,23,2000005733,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,20,3,0,0,10804,268,16,0,0,0,0,0,0,0,0.810652,'Middlecamp'), - (1061003,21,1,5,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,21,1,11,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,22,1,274,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,22,1,274,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,23,3,0,0,10804,268,16,0,0,0,0,0,0,0,1.88496,'Middlecamp'), - (1061003,24,0,0,0,10803,266,23,2000005734,0,0,0,0,0,0,0,'Wheeler'), - (1061003,28,15,16767,0,10803,266,23,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,30,0,0,0,10803,266,23,2000005735,0,0,0,0,0,0,0,'Wheeler'), - (1061003,32,3,0,0,10803,266,16,0,0,0,0,0,0,0,4.00565,'Wheeler'), - (1061003,33,1,25,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,33,16,6249,2,10803,266,16,0,0,0,0,0,0,0,0,'sound'), - (1061003,35,1,21,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,36,1,21,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,36,1,23,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,38,3,0,0,10803,266,16,0,0,0,0,0,0,0,2.44346,'Wheeler'), - (1061003,41,0,0,0,10804,268,23,2000005736,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,43,15,16777,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,45,0,0,0,10804,268,23,2000005737,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,47,1,20,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,47,3,0,0,10803,266,16,0,0,0,0,0,0,0,4.00565,'Wheeler'), - (1061003,48,1,6,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,48,16,6248,2,10803,266,16,0,0,0,0,0,0,0,0,'sound'), - (1061003,51,3,0,0,10803,266,16,0,0,0,0,0,0,0,2.44346,'Wheeler'), - (1061003,51,0,0,0,10804,268,23,2000005738,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,53,15,16780,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,55,0,0,0,10804,268,23,2000005739,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,57,0,0,0,10803,266,23,2000005740,0,0,0,0,0,0,0,'Wheeler'), - (1061003,57,15,16775,0,10803,266,23,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,59,0,0,0,10803,266,23,2000005741,0,0,0,0,0,0,0,'Wheeler'), - (1061003,61,15,16778,0,10803,266,23,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,63,0,0,0,10803,266,23,2000005742,0,0,0,0,0,0,0,'Wheeler'), - (1061003,64,3,0,0,10803,266,16,0,0,0,0,0,0,0,4.00565,'Wheeler'), - (1061003,65,1,5,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,65,3,0,0,10804,268,16,0,0,0,0,0,0,0,0.810652,'Middlecamp'), - (1061003,67,1,25,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,69,1,11,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,72,3,0,0,10804,268,16,0,0,0,0,0,0,0,1.88496,'Middlecamp'), - (1061003,72,3,0,0,10803,266,16,0,0,0,0,0,0,0,2.44346,'Wheeler'), - (1061003,74,0,0,0,10804,268,23,2000005743,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,74,16,6250,2,10804,268,23,0,0,0,0,0,0,0,0,'sound'), - (1061003,74,15,16572,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,77,0,0,0,10804,268,23,2000005744,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,77,16,6250,2,10804,268,23,0,0,0,0,0,0,0,0,'sound'), - (1061003,77,15,16776,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,80,0,0,0,10804,268,23,2000005745,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,80,16,6250,2,10804,268,23,0,0,0,0,0,0,0,0,'sound'), - (1061003,80,15,16779,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,83,1,71,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,83,16,6246,2,10804,268,23,0,0,0,0,0,0,0,0,'sound'), - (1061003,87,3,0,0,10804,268,16,0,0,0,0,0,0,0,0.810652,'Middlecamp'), - (1061003,88,3,0,0,10803,266,16,0,0,0,0,0,0,0,4.00565,'Wheeler'), - (1061003,89,1,2,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,89,1,21,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,89,1,21,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,89,1,21,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,93,3,0,0,10804,268,16,0,0,0,0,0,0,0,5.13852,'Middlecamp'), - (1061003,93,3,0,0,10803,266,16,0,0,0,0,0,0,0,4.77803,'Wheeler'), - (1061003,93,3,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), - (1061003,93,3,0,0,0,8,8,0,0,0,0,0,0,0,2.84489,''), - (1061003,94,25,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN OFF'), - (1061003,95,1,4,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,95,1,4,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,95,16,6256,2,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,95,3,0,0,10805,272,16,0,0,0,0,-6077.43,-213.257,424.05,5.59936,'Klemmy'), - (1061003,105,10,11875,180000,0,0,0,0,0,0,0,-6076,-215,424,0,'summon 1st Mortar Team Target Dummy'), - (1061003,106,25,1,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN ON'), - (1061003,108,3,0,0,10805,272,16,0,0,0,0,-6065.9,-202.298,424.369,5,'Klemmy'), - (1061003,111,3,0,0,10805,272,16,0,0,0,0,0,0,0,5.59936,'Klemmy'), - (1061003,113,1,3,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), - (1061003,115,3,0,0,10611,267,16,0,0,0,0,0,0,0,4.54215,'Shorty'), - (1061003,116,3,0,0,10805,272,16,0,0,0,0,0,0,0,4.0985,'Klemmy'), - (1061003,116,1,16,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,117,1,69,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,122,1,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,124,3,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), - (1061003,125,3,0,0,10804,268,16,0,0,0,0,0,0,0,2.9147,'Middlecamp'), - (1061003,125,3,0,0,10803,266,16,0,0,0,0,0,0,0,3.01942,'Wheeler'), - (1061003,125,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,126,15,18655,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,128,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), - (1061003,130,15,16786,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,130,15,5,0,11875,100,7,0,0,0,0,0,0,0,0,''), - (1061003,133,1,17,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,134,25,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN OFF'), - (1061003,136,3,0,0,10611,267,16,0,0,0,0,0,0,0,4.54215,'Shorty'), - (1061003,136,3,0,0,10805,272,16,0,0,0,0,-6077.43,-213.257,424.05,5.59936,'Klemmy'), - (1061003,137,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,137,16,6252,2,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,138,1,4,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,141,3,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), - (1061003,146,10,11875,180000,0,0,0,0,0,0,0,-6076,-215,424,0,'summon 2nd Mortar Team Target Dummy'), - (1061003,148,3,0,0,10805,272,16,0,0,0,0,-6071.88,-212.831,422.929,5,'Klemmy'), - (1061003,150,3,0,0,10805,272,16,0,0,0,0,0,0,0,6.04228,'Klemmy'), - (1061003,151,25,1,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN ON'), - (1061003,152,1,66,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), - (1061003,152,3,0,0,10611,267,16,0,0,0,0,0,0,0,4.54215,'Shorty'), - (1061003,154,3,0,0,10805,272,16,0,0,0,0,-6065.9,-202.298,424.369,5,'Klemmy'), - (1061003,154,28,8,0,10611,267,16,0,0,0,0,0,0,0,0,'STATE_KNEEL'), - (1061003,156,16,6254,2,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,157,3,0,0,10805,272,16,0,0,0,0,0,0,0,4.0985,'Klemmy'), - (1061003,161,28,0,0,10611,267,16,0,0,0,0,0,0,0,0,'STATE_STAND'), - (1061003,162,3,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), - (1061003,163,1,25,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,163,16,6255,2,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,164,15,18655,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,165,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), - (1061003,166,15,16786,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,166,15,5,0,11875,100,7,0,0,0,0,0,0,0,0,''), - (1061003,167,3,0,0,10611,267,16,0,0,0,0,0,0,0,4.54215,'Shorty'), - (1061003,167,25,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN OFF'), - (1061003,168,1,25,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,168,16,6251,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), - (1061003,169,3,0,0,10804,268,16,0,0,0,0,0,0,0,5.13852,'Middlecamp'), - (1061003,169,3,0,0,10805,272,16,0,0,0,0,-6077.43,-213.257,424.05,5.59936,'Klemmy'), - (1061003,170,1,21,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,170,3,0,0,10803,266,16,0,0,0,0,0,0,0,4.77803,'Wheeler'), - (1061003,171,3,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), - (1061003,171,1,4,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,178,10,12385,180000,0,0,0,0,0,0,0,-6076,-215,424,0,'summon Mortar Team Advanced Target Dummy'), - (1061003,180,3,0,0,10805,272,16,0,0,0,0,-6071.88,-212.831,422.929,5,'Klemmy'), - (1061003,182,3,0,0,10805,272,16,0,0,0,0,0,0,0,6.04228,'Klemmy'), - (1061003,182,15,18655,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,182,1,25,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), - (1061003,183,1,11,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), - (1061003,183,1,15,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,183,1,5,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,184,16,6258,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), - (1061003,184,25,1,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN ON'), - (1061003,185,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,'sound'), - (1061003,185,3,0,0,10804,268,16,0,0,0,0,0,0,0,2.9147,'Middlecamp'), - (1061003,185,3,0,0,10803,266,16,0,0,0,0,0,0,0,3.01942,'Wheeler'), - (1061003,185,3,0,0,10805,272,16,0,0,0,0,-6064.07,-209.851,421.98,6.10275,'Klemmy'), - (1061003,186,15,16786,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,186,15,5,0,12385,100,7,0,0,0,0,0,0,0,0,''), - (1061003,187,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,187,1,10,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,187,3,0,0,10805,272,16,0,0,0,0,-6061.97,-218.956,421.085,5.92054,'Klemmy'), - (1061003,190,3,0,0,10805,272,16,0,0,0,0,-6040.96,-221.929,414.921,5.92054,'Klemmy'), - (1061003,196,1,14,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), - (1061003,196,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,196,1,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,198,1,11,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,198,1,11,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,199,1,11,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,199,1,11,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,199,1,14,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), - (1061003,200,1,11,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1061003,200,1,11,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), - (1061003,201,1,11,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), - (1061003,201,1,11,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), - (1061003,202,3,0,0,10805,272,16,0,0,0,0,-6007.3,-200.348,406.777,3.28222,'Klemmy'), - (1061003,202,3,0,0,10611,267,16,0,0,0,0,-6007.46,-202.158,407.448,2,'Shorty'), - (1061003,203,3,0,0,0,0,0,0,0,0,0,-6009.25,-202.65,406.983,2,'angus'), - (1061003,203,3,0,0,10804,268,16,0,0,0,0,-6010.67,-199.434,406.792,5.53269,'Middlecamp'), - (1061003,203,3,0,0,10803,266,16,0,0,0,0,-6008.53,-199.145,406.687,4.37218,'Wheeler'), - (1061003,212,3,0,0,10805,272,16,0,0,0,0,0,0,0,3.28222,'Klemmy'), - (1061003,216,3,0,0,10803,266,16,0,0,0,0,0,0,0,4.37218,'Wheeler'), - (1061003,219,3,0,0,10804,268,16,0,0,0,0,0,0,0,5.53269,'Middlecamp'), - (1061003,220,3,0,0,1243,265,16,0,0,0,0,0,0,0,0.0349066,'Hegnar'), - (1061003,220,3,0,0,10611,267,16,0,0,0,0,0,0,0,2.47837,'Shorty'), - (1061003,228,3,0,0,0,0,0,0,0,0,0,0,0,0,1.58825,'angus'), - (1061003,229,29,3,1,1243,265,23,0,0,0,0,0,0,0,0,'1243 - NPCFlags added'), - (1061004,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Angus - unactive'), - (1061004,0,21,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy - unactive'), - (1061004,0,21,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty - unactive'), - (1061004,1,21,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler - unactive'), - (1061004,1,21,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp - unactive'), - (1061701,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1066501,1,0,0,0,0,0,0,2000005018,0,0,0,0,0,0,0,''), - (1091901,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1103801,1,0,0,0,0,0,0,2000005031,2000005214,2000005228,2000005233,0,0,0,0,''), - (1103802,1,0,0,0,0,0,0,2000005032,2000005215,2000005229,2000005234,0,0,0,0,''), - (1119601,0,1,36,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1126001,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1126002,1,1,234,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1149201,0,15,21157,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Dark Channeling'), - (1149202,0,20,1,5,0,0,8,0,0,0,0,0,0,0,0,'Switch to random movement around the current position'), - (1149202,75,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Switch back to waypoint movement'), - (1171301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'set run on'), - (1171306,0,26,0,0,11711,10,2,0,0,0,0,0,0,0,0,'attack Sentinel Aynasha'), - (1220401,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1220501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1258101,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1371601,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'set walk'), - (1371601,1,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement changed to 2:waypoint'), - (1371602,3,0,0,0,0,0,0,2000005649,0,0,0,0,0,0,0,'Celebras Scepter Event'), - (1371602,5,15,21916,0,0,0,0,0,0,0,0,0,0,0,0,'cast Celebras Waiting'), - (1371602,6,0,2,0,0,0,0,2000005650,0,0,0,0,0,0,0,'Celebras Scepter Event'), - (1371602,7,0,0,0,0,0,0,2000005651,0,0,0,0,0,0,0,'Celebras Scepter Event'), - (1371603,0,0,0,0,0,0,0,2000005652,0,0,0,0,0,0,0,'Celebras Scepter Event'), - (1371603,4,0,0,0,0,0,0,2000005653,0,0,0,0,0,0,0,'Celebras Scepter Event'), - (1371603,5,15,21950,0,0,0,0,0,0,0,0,0,0,0,0,'cast Recite Words of Celebras'), - (1371604,0,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'Add flags'), - (1371604,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop WP movement'), - (1435301,1,0,0,0,0,0,0,2000000166,0,0,0,0,0,0,0,'Mizzle - say new king 1'), - (1435307,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - pause WP Movement'), - (1435307,0,0,0,0,0,0,0,2000000167,0,0,0,0,0,0,0,'Mizzle - say new king 2'), - (1435308,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - pause WP Movement'), - (1435308,0,9,35834,3600,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - spawn tribute chest'), - (1435308,10,29,1,2,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - npc_flag removed'), - (1435401,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'PAUSE ON'), - (1435401,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1435402,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'PAUSE ON'), - (1435402,0,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'npc_flag added'), - (1450802,0,0,0,0,0,0,0,2000005783,0,0,0,0,0,0,0,'Short John Mithril - yell 1'), - (1450816,0,0,0,0,0,0,0,2000005784,0,0,0,0,0,0,0,'Short John Mithril - yell 2'), - (1450819,0,9,12029,10500,0,0,0,0,0,0,0,0,0,0,0,'Short John Mithril - spawn chest'), - (1450833,0,3,0,0,0,0,0,0,0,0,0,0,0,0,4.41568,'Short John Mithril - face arena'), - (1485001,3,0,0,0,0,0,0,2000005314,0,0,0,0,0,0,0,''), - (1485001,8,0,0,0,14859,5,4,2000005315,0,0,0,0,0,0,0,''), - (1485001,12,0,0,0,0,0,0,2000005316,0,0,0,0,0,0,0,''), - (1485002,3,0,0,0,0,0,0,2000005317,0,0,0,0,0,0,0,''), - (1485002,7,0,0,0,14859,5,4,2000005318,0,0,0,0,0,0,0,''), - (1485002,12,0,0,0,0,0,0,2000005319,0,0,0,0,0,0,0,''), - (1485003,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1485003,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (1485701,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1485702,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (1485702,5,0,0,0,0,0,0,2000000186,0,0,0,0,0,0,0,''), - (1485703,3,0,0,0,0,0,0,2000000187,0,0,0,0,0,0,0,''), - (1485703,31,0,0,0,0,0,0,2000000188,0,0,0,0,0,0,0,''), - (1485704,10,0,0,0,0,0,0,2000000189,0,0,0,0,0,0,0,''), - (1485705,15,0,0,0,0,0,0,2000000190,0,0,0,0,0,0,0,''), - (1485705,18,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1485706,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (1485706,3,0,0,0,0,0,0,2000000191,0,0,0,0,0,0,0,''), - (1485706,8,0,0,0,14893,5,4,2000000192,0,0,0,0,0,0,0,''), - (1485706,9,1,21,0,14893,5,0,0,0,0,0,0,0,0,0,''), - (1485706,14,1,7,0,3501,5,0,0,0,0,0,0,0,0,0,''), - (1485706,14,1,7,0,14893,5,0,0,0,0,0,0,0,0,0,''), - (1485706,21,0,0,0,0,0,0,2000005010,0,0,0,0,0,0,0,''), - (1485707,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1485707,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (1486001,1,0,0,0,0,0,0,2000005035,2000005218,0,0,0,0,0,0,''), - (1487301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1487301,5,0,0,0,0,0,0,2000005320,0,0,0,0,0,0,0,''), - (1487301,13,0,0,0,5907,30,4,2000005321,0,0,0,0,0,0,0,''), - (1487301,20,0,0,0,0,0,0,2000005322,0,0,0,0,0,0,0,''), - (1487302,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (1487303,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1487304,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1487304,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (1487305,9,0,0,0,0,0,0,2000005323,0,0,0,0,0,0,0,''), - (1487306,9,0,0,0,0,0,0,2000005324,0,0,0,0,0,0,0,''), - (1487307,9,0,0,0,0,0,0,2000005325,0,0,0,0,0,0,0,''), - (1487308,9,0,0,0,0,0,0,2000005326,0,0,0,0,0,0,0,''), - (1487309,9,0,0,0,0,0,0,2000005327,0,0,0,0,0,0,0,''), - (1490101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1490102,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (1490103,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1490103,128,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (1490104,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1490104,235,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1490801,1,20,1,5,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1490801,4,0,0,0,0,0,0,2000005767,0,0,0,0,0,0,0,''), - (1490801,7,0,0,0,0,0,0,2000005768,0,0,0,0,0,0,0,''), - (1490802,4,0,0,0,0,0,0,2000005769,0,0,0,0,0,0,0,''), - (1490802,5,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1490803,1,0,0,0,0,0,0,2000005772,0,0,0,0,0,0,0,''), - (1490803,2,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (1490803,6,0,0,0,0,0,0,2000005773,0,0,0,0,0,0,0,''), - (1490804,0,20,0,0,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (1490804,1,25,1,0,14909,50,7,0,0,0,0,0,0,0,0,'RUN ON'), - (1490804,2,3,0,0,14909,50,7,0,0,0,0,1021.28,-2233.42,93.33,5.05,'force buddy to move'), - (1490804,6,0,0,0,14909,50,7,2000005774,0,0,0,0,0,0,0,'force buddy to: say text'), - (1490804,9,0,0,0,0,0,0,2000005011,0,0,0,0,0,0,0,''), - (1490804,10,25,0,0,14909,50,7,0,0,0,0,0,0,0,0,'RUN OFF'), - (1490804,12,3,0,0,14909,50,7,0,0,0,0,1013.24,-2221.47,92.9837,2.5,'force buddy to move'), - (1490804,17,3,0,0,14909,50,7,0,0,0,0,1017.95,-2224.33,93.08,4.7,'force buddy to move'), - (1490804,20,20,1,5,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1490805,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (1490806,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1490806,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (1490806,2,20,1,5,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1490806,180,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (1490807,4,0,0,0,0,0,0,2000005770,0,0,0,0,0,0,0,''), - (1490808,5,0,0,0,0,0,0,2000005771,0,0,0,0,0,0,0,''), - (1490809,4,0,0,0,0,0,0,2000005775,0,0,0,0,0,0,0,''), - (1534301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'AQ20 - Qiraji Swarmguard'), - (1554101,0,25,1,0,15542,43203,16,0,0,0,0,0,0,0,0,'RUN ON - Twilight Marauder 2'), - (1554101,1,25,1,0,15542,43202,16,0,0,0,0,0,0,0,0,'RUN ON - Twilight Marauder 1'), - (1554101,2,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON - Twilight Marauder Morna'), - (1593101,1,15,28280,0,0,0,0,0,0,0,0,0,0,0,0,'cast summon sewage slime'), - (1593101,3,15,28280,0,0,0,0,0,0,0,0,0,0,0,0,'cast summon sewage slime'), - (1593101,5,15,28280,0,0,0,0,0,0,0,0,0,0,0,0,'cast summon sewage slime'), - (1060201,0,20,1,10,0,0,8,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1060101,0,20,1,10,0,0,8,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1058401,0,20,1,10,0,0,8,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), - (1606101,0,3,0,0,0,0,0,0,0,0,0,0,0,0,1.4396,'Turns toward trainee'), - (1606101,1,1,26,0,16803,5,0,0,0,0,0,0,0,0,0,'change emote state: stand'), - (1606101,2,3,0,0,16803,5,0,0,0,0,0,0,0,0,4.4563,'Turns toward Razuvious'), - (1606101,3,1,5,0,0,0,0,0,0,0,0,0,0,0,0,'Shouts'), - (1606101,5,1,1,0,16803,5,0,0,0,0,0,0,0,0,0,'talks'), - (1606101,8,1,66,0,16803,5,0,0,0,0,0,0,0,0,0,'salutes'), - (1606101,11,3,0,0,16803,5,0,0,0,0,0,0,0,0,2.03,'Turns toward dummy'), - (1606101,11,1,333,0,16803,5,0,0,0,0,0,0,0,0,0,'change emote state: train'), - (1606102,0,1,36,0,16803,60,0,0,0,0,0,0,0,0,0,'Understudy attacks combat dummy'), - (1704001,1,0,0,0,0,0,0,2000005554,0,0,0,0,0,0,0,'Grel\'borg the Miser - Say 1'), - (1704002,1,0,0,0,0,0,0,2000005555,0,0,0,0,0,0,0,'Grel\'borg the Miser - Say 2'), - (1704003,0,20,1,2,0,0,8,0,0,0,0,0,0,0,0,'Grel\'borg the Miser - Movementtype 1'), - (1704003,30,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Grel\'borg the Miser - Movementtype 2'), - (3841701,10,0,0,0,0,0,0,2000005634,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 1'), - (3841701,21,0,0,0,0,0,0,2000005635,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 2'), - (3841701,27,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,28,10,5730,45000,0,0,0,0,0,0,0,1793.06,128.017,-63.7599,0.575959,'Jezelle Pruitt - Summoning Class - Spawn Imp'), - (3841701,29,15,7791,0,5730,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Imp'), - (3841701,29,20,1,3,5730,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Imp'), - (3841701,30,0,0,0,0,0,0,2000005636,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 3'), - (3841701,55,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,55,15,7791,0,5730,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Imp'), - (3841701,57,18,0,0,5730,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Imp'), - (3841701,61,0,0,0,0,0,0,2000005637,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 4'), - (3841701,67,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,68,10,5729,45000,0,0,0,0,0,0,0,1792.87,128.051,-63.7599,5.07891,'Jezelle Pruitt - Summoning Class - Spawn Voidwalker'), - (3841701,69,15,7791,0,5729,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Voidwalker'), - (3841701,69,20,1,3,5729,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Voidwalker'), - (3841701,71,0,0,0,0,0,0,2000005638,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 5'), - (3841701,97,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,97,15,7791,0,5729,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Voidwalker'), - (3841701,99,18,0,0,5729,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Voidwalker'), - (3841701,103,0,0,0,0,0,0,2000005639,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 6'), - (3841701,109,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,110,10,5728,45000,0,0,0,0,0,0,0,1792.97,128.331,-63.7599,0.0349066,'Jezelle Pruitt - Summoning Class - Spawn Succubus'), - (3841701,111,15,7791,0,5728,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Succubus'), - (3841701,111,20,1,3,5728,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Succubus'), - (3841701,111,0,0,0,0,0,0,2000005640,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 7'), - (3841701,137,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,137,15,7791,0,5728,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Succubus'), - (3841701,139,18,0,0,5728,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Succubus'), - (3841701,143,0,0,0,0,0,0,2000005641,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 8'), - (3841701,149,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,150,10,5726,45000,0,0,0,0,0,0,0,1792.86,128.017,-63.7599,3.7001,'Jezelle Pruitt - Summoning Class - Spawn Felhunter'), - (3841701,151,15,7791,0,5726,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Felhunter'), - (3841701,151,20,1,3,5726,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Felhunter'), - (3841701,152,0,0,0,0,0,0,2000005642,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 9'), - (3841701,177,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,177,15,7791,0,5726,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Felhunter'), - (3841701,179,18,0,0,5726,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Felhunter'), - (3841701,184,0,0,0,0,0,0,2000005643,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 10'), - (3841701,190,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,191,10,5727,45000,0,0,0,0,0,0,0,1793.01,128.179,-63.7599,3.29867,'Jezelle Pruitt - Summoning Class - Spawn Felsteed'), - (3841701,192,15,7791,0,5727,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Felsteed'), - (3841701,192,20,1,3,5727,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Felsteed'), - (3841701,192,0,0,0,0,0,0,2000005644,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 11'), - (3841701,218,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), - (3841701,218,15,7791,0,5727,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Felsteed'), - (3841701,220,18,0,0,5727,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Felsteed'), - (3841701,224,0,0,0,0,0,0,2000005645,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 12'), - (4184401,0,15,9008,0,0,0,0,0,0,0,0,0,0,0,0,'Helena Atwood - Shoot'), - (5683901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Lava Surger - Run'), - (85001,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (85002,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (84801,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (84901,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (404802,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Pause WP movement'), - (404802,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,''), - (404802,2,3,0,0,0,0,0,0,0,0,0,0,0,0,5.0091,''), - (404808,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Pause WP movement'), - (404808,2,0,0,0,0,0,0,2000005781,0,0,0,0,0,0,0,''), - (404808,4,15,6537,0,0,0,0,0,0,0,0,0,0,0,0,''), - (404808,6,10,4059,50000,0,0,0,0,0,0,0,-4479.45,-768.01,-37.36,0,''), - (404808,7,10,4059,50000,0,0,0,0,0,0,0,-4486.55,-769.8,-37.23,0,''), - (404808,8,10,4059,50000,0,0,0,0,0,0,0,-4484.95,-767.87,-36.61,0,''), - (404808,9,10,4059,50000,0,0,0,0,0,0,0,-4484.9,-770.79,-37.62,0,''), - (404808,10,10,4059,50000,0,0,0,0,0,0,0,-4484.07,-765.04,-35.74,0,''), - (404808,11,10,4059,50000,0,0,0,0,0,0,0,-4485.88,-764.05,-35.19,0,''), - (404808,14,0,0,0,0,0,0,2000005782,0,0,0,0,0,0,0,''), - (404808,13,14,6537,0,0,0,0,0,0,0,0,0,0,0,0,''), - (404808,27,32,0,0,0,0,4,0,0,0,0,0,0,0,0,'Unpause WP movement'), - (405901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (4729401,0,1,69,0,0,0,0,0,0,0,0,0,0,0,0,'Weapon Technician - state_usestanding'), - (4729401,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapon Technician - oneshot_none'), - (4763101,3,1,133,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - state_usestanding_nosheathe'), - (4763101,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - oneshot_none'), - (4763102,3,1,173,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - state_work'), - (4763102,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - oneshot_none'), - (4763103,1,1,16,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - oneshot_kneel'), - (4763104,0,20,1,3,0,0,8,0,0,0,0,0,0,0,0,'Fineous Darkvire - movementtype_random'), - (4763104,90,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - movementtype_waypoint'), - (5,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Stratholme - Gargoyles - RUN ON'), - (583101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Swiftmane - RUN ON'), - (848001,1,21,1,0,0,0,4,0,0,0,0,0,0,0,0,'Kalaran the Deceiver - active'), - (848001,1,0,0,0,0,0,0,2000000526,0,0,0,0,0,0,0,''), - (848001,3,0,0,0,0,0,0,2000000527,0,0,0,0,0,0,0,''), - (848001,7,0,0,0,0,0,0,2000000528,0,0,0,0,0,0,0,''), - (848001,13,0,0,0,8509,20,7,2000000529,0,0,0,0,0,0,0,''), - (848001,15,3,0,0,0,0,0,0,0,0,0,0,0,0,4.65994,''), - (848001,18,0,0,0,0,0,0,2000000530,0,0,0,0,0,0,0,''), - (848001,22,0,0,0,0,0,0,2000000531,0,0,0,0,0,0,0,''), - (848001,27,0,0,0,0,0,0,2000000532,0,0,0,0,0,0,0,''), - (848001,32,0,0,0,8509,20,7,2000000533,0,0,0,0,0,0,0,''), - (848001,35,0,0,0,0,0,0,2000000534,0,0,0,0,0,0,0,''), - (848001,38,0,0,0,0,0,0,2000000535,0,0,0,0,0,0,0,''), - (848001,41,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (848001,44,0,0,0,0,0,0,2000000536,0,0,0,0,0,0,0,''), - (848001,48,21,0,0,0,0,4,0,0,0,0,0,0,0,0,'Kalaran the Deceiver - unactive'), - (950001,0,0,0,0,9545,20,0,2000000261,2000000262,2000000263,2000000264,0,0,0,0,'Grim Patron - Say 1, 2, 3 or 4'), - (950001,0,36,0,0,9545,20,3,0,0,0,0,0,0,0,0,'Grim Patron - Face Nagmara'), - (950001,1,36,0,0,9545,20,1,0,0,0,0,0,0,0,0,'Mistress Nagmara - Face Grim Patron'), - (950001,2,0,0,0,0,0,0,2000000265,2000000266,2000000267,0,0,0,0,0,'Mistress Nagmara - Say 1, 2 or 3'), - (950001,4,36,1,0,9545,20,3,0,0,0,0,0,0,0,0,'Grim Patron - restore orientation'), - (950001,5,36,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mistress Nagmara - restore orientation'), - (950002,0,0,0,0,9547,20,0,2000000261,2000000262,2000000263,2000000264,0,0,0,0,'Grim Patron - Say 1, 2, 3 or 4'), - (950002,0,36,0,0,9547,20,3,0,0,0,0,0,0,0,0,'Guzzling Patron - Face Nagmara'), - (950002,1,36,0,0,9547,20,1,0,0,0,0,0,0,0,0,'Mistress Nagmara - Face Guzzling Patron'), - (950002,2,0,0,0,0,0,0,2000000265,2000000266,2000000267,0,0,0,0,0,'Mistress Nagmara - Say 1, 2 or 3'), - (950002,4,36,1,0,9547,20,3,0,0,0,0,0,0,0,0,'Guzzling Patron - restore orientation'), - (950002,5,36,1,0,0,0,0,0,0,0,0,0,0,0,0,'Mistress Nagmara - restore orientation'), - (889101,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (889101,1,25,0,0,8891,40,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (889101,2,20,1,5,8891,40,8,0,0,0,0,0,0,0,0,''), - (889101,3,20,1,5,0,0,8,0,0,0,0,0,0,0,0,''), - (705301,1,0,0,0,0,0,0,2000000786,0,0,0,0,0,0,0,''), - (705301,5,0,0,0,0,0,0,2000000787,0,0,0,0,0,0,0,''), - (705301,12,0,0,0,0,0,0,2000000788,0,0,0,0,0,0,0,''), - (705301,14,0,0,0,0,0,0,2000000789,0,0,0,0,0,0,0,''), - (705301,19,0,0,0,0,0,0,2000000790,0,0,0,0,0,0,0,''), - (705302,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (705201,1,31,7052,12,0,0,0,-26000,0,0,0,0,0,0,0,'search for Raven'), - (705201,2,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Jill active'), - (705201,2,21,1,0,7052,66991,23,0,0,0,0,0,0,0,0,'Raven active'), - (705201,2,3,0,0,0,0,0,0,0,0,0,0,0,0,5.73848,''), - (705201,3,32,1,0,7052,66991,23,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (705201,3,25,1,0,7052,66991,23,0,0,0,0,0,0,0,0,'RUN ON'), - (705201,3,0,0,0,0,0,0,2000000791,0,0,0,0,0,0,0,''), - (705201,4,3,0,0,7052,66991,23,0,0,0,0,-11138.8,543.77,47.2145,2.54977,''), - (705201,7,25,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'RUN OFF'), - (705201,7,36,0,0,7052,66991,19,0,0,0,0,0,0,0,0,'Face Jill'), - (705201,7,0,0,0,7052,66991,23,2000000792,0,0,0,0,0,0,0,''), - (705201,10,0,0,0,0,0,0,2000000793,0,0,0,0,0,0,0,''), - (705201,16,0,0,0,7052,66991,23,2000000794,2000000795,0,0,0,0,0,0,''), - (705201,22,0,0,0,0,0,0,2000000796,0,0,0,0,0,0,0,''), - (705201,25,32,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (705201,26,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jill unactive'), - (705201,26,21,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'Raven unactive'), - (1128205,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (1128205,6,3,0,0,0,0,0,0,0,0,0,0,0,0,3.495,'Melia face Sammy'), - (1128205,9,0,0,0,0,0,0,2000000615,0,0,0,0,0,0,0,'Melia'), - (1128205,14,0,0,0,11283,20,0,2000000616,0,0,0,0,0,0,0,'Sammy'), - (1128205,16,0,0,0,0,0,0,2000000617,0,0,0,0,0,0,0,'Melia'), - (1128205,17,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Melia unactive'), - (1128205,17,21,0,0,11283,20,7,0,0,0,0,0,0,0,0,'Sammy unactive'), - (1128205,30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (1128205,30,0,0,0,0,0,0,2000000613,0,0,0,0,0,0,0,'Melia'), - (1128205,31,32,0,0,11283,20,0,0,0,0,0,0,0,0,0,'Sammy unpause WP movement'), - (1128205,31,0,0,0,11283,20,0,2000000614,0,0,0,0,0,0,0,'Sammy'), - (1128201,0,31,11283,20,0,0,0,0,0,0,0,0,0,0,0,'search for Sammy'), - (1128201,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Melia active'), - (1128201,1,21,1,0,11283,20,7,0,0,0,0,0,0,0,0,'Sammy active'), - (1128201,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Melia - run on'), - (1128201,1,25,1,0,11283,20,7,0,0,0,0,0,0,0,0,'Sammy - run on'), - (1128305,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Sammy pause WP movement'), - (84201,3,23,308,0,0,0,8,0,0,0,0,0,0,0,0,''), - (84202,3,1,234,0,0,0,0,0,0,0,0,0,0,0,0,''), - (84202,97,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (84202,100,23,89,0,0,0,8,0,0,0,0,0,0,0,0,''), - (84203,2,23,89,0,0,0,8,0,0,0,0,0,0,0,0,''), - (84204,3,1,234,0,0,0,0,0,0,0,0,0,0,0,0,''), - (84204,97,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (667001,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), - (667001,87,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (667002,3,1,16,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1162577,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (1162577,1,0,0,0,0,0,0,2000000401,0,0,0,0,0,0,0,'Cork Yell Bodyguards Quest'), - (1162577,2,29,2,1,0,0,0,0,0,0,0,0,0,0,0,'Cork add questgiver status'), - (1162577,300,29,2,2,0,0,0,0,0,0,0,0,0,0,0,'Cork remove questgiver status'), - (1162577,300,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (11625209,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'Cork pause WP movement'), - (11625209,1,0,0,0,11626,100,7,2000000403,0,0,0,0,0,0,0,'Rigger Yell Caravan Quest'), - (11625209,2,29,2,1,11626,100,7,0,0,0,0,0,0,0,0,'Rigger add questgiver status'), - (11625209,300,29,2,2,11626,100,7,0,0,0,0,0,0,0,0,'Rigger remove questgiver status'), - (11625209,300,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cork unpause WP movement'), - (1162501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Cork - run on'), - (1162501,0,25,1,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger - run on'), - (1162501,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'Cork remove questgiver/gossip status'), - (1162501,0,29,3,2,11626,100,7,0,0,0,0,0,0,0,0,'Rigger remove questgiver/gossip status'), - (1162501,0,25,1,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - run on'), - (1162501,0,25,1,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - run on'), - (1162501,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cork - restore faction'), - (1162501,1,22,0,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger - restore faction'), - (1162501,1,22,0,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - restore faction'), - (1162501,1,22,0,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - restore faction'), - (1162556,0,10,12245,600000,0,0,0,0,0,0,0,-692.743,1522.2,90.3611,0.558505,'Vendor-tron 1000 Summon'), - (1162556,0,29,1,1,0,0,0,0,0,0,0,0,0,0,0,'Add Cork Gossip Flag'), - (1162556,590,0,0,0,0,0,0,2000000400,0,0,0,0,0,0,0,'Cork departing text'), - (1162556,600,29,1,2,0,0,0,0,0,0,0,0,0,0,0,'Remove Cork Gossip Flag'), - (11625197,0,10,12246,600000,11626,100,0,0,0,0,0,-1926.3,2412.79,60.6956,0.174533,'Super-seller 680 Summon'), - (11625197,0,29,1,1,11626,100,7,0,0,0,0,0,0,0,0,'Add Rigger Gossip Flag'), - (11625197,590,0,0,0,11626,100,7,2000000402,0,0,0,0,0,0,0,'Rigger departing text'), - (11625197,600,29,1,2,11626,100,7,0,0,0,0,0,0,0,0,'Remove Rigger Gossip Flag'), - (350102,1,31,14893,10,0,0,0,0,0,0,0,0,0,0,0,'search for 14893'), - (350102,2,1,1,0,14893,13579,23,273,274,6,1,0,0,0,0,''), - (350102,6,1,1,0,0,0,0,273,274,6,1,0,0,0,0,''), - (350103,1,31,3501,10,0,0,0,0,0,0,0,0,0,0,0,'search for 3501'), - (350103,2,1,1,0,3501,19428,23,273,274,6,1,0,0,0,0,''), - (350103,6,1,1,0,0,0,0,273,274,6,1,0,0,0,0,''), - (350104,1,31,3501,10,0,0,0,0,0,0,0,0,0,0,0,'search for 3501'), - (350104,2,1,1,0,3501,19402,23,0,0,0,0,0,0,0,0,''), - (350104,6,1,1,0,0,0,0,11,1,0,0,0,0,0,0,''), - (350104,9,1,7,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1490105,1,31,14901,10,0,0,0,0,0,0,0,0,0,0,0,'search for 14901'), - (1490105,2,1,1,0,14901,13772,23,273,274,6,1,0,0,0,0,''), - (1490105,6,1,1,0,0,0,0,273,274,6,1,0,0,0,0,''), - (1485901,2,1,7,0,0,0,0,0,0,0,0,0,0,0,0,''), - (344301,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (344301,4,31,8306,10,0,0,0,0,0,0,0,0,0,0,0,'search for 8306'), - (344301,5,1,0,0,8306,14389,19,0,0,0,0,0,0,0,0,''), - (344301,7,36,0,0,8306,14389,19,0,0,0,0,0,0,0,0,''), - (344301,10,1,1,0,8306,14389,23,0,0,0,0,0,0,0,0,''), - (344301,14,3,0,0,8306,14389,23,0,0,0,0,0,0,0,5.91667,''), - (344301,16,1,173,0,8306,14389,23,0,0,0,0,0,0,0,0,''), - (3804,1,31,38,10,0,0,0,0,0,0,0,0,0,0,0,'search for 38'), - (3804,2,1,1,0,38,80151,23,0,0,0,0,0,0,0,0,''), - (3804,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3805,1,31,38,10,0,0,0,0,0,0,0,0,0,0,0,'search for 38'), - (3805,2,1,1,0,38,80185,23,0,0,0,0,0,0,0,0,''), - (3805,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3806,1,31,38,10,0,0,0,0,0,0,0,0,0,0,0,'search for 38'), - (3806,2,1,1,0,38,80189,23,0,0,0,0,0,0,0,0,''), - (3806,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3807,1,31,38,10,0,0,0,0,0,0,0,0,0,0,0,'search for 38'), - (3807,2,1,1,0,38,80200,23,0,0,0,0,0,0,0,0,''), - (3807,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (672901,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), - (672902,1,0,0,0,0,0,0,2000000813,0,0,0,0,0,0,0,''), - (672902,1,29,1,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (672902,2,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), - (617601,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (617601,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (617601,1,3,0,0,0,0,0,0,0,0,0,0,0,0,1.39626,''), - (617608,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (617608,1,3,0,0,0,0,0,0,0,0,0,0,0,0,5.8,''), - (617608,2,0,2,0,0,0,0,2000000043,0,0,0,0,0,0,0,''), - (617608,2,15,8606,0,0,0,4,0,0,0,0,0,0,0,0,'cast summon cyclonian'), - (617608,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (908201,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (908201,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (908201,10,3,0,0,0,0,0,0,0,0,0,0,0,0,2.38871,''), - (908201,10,3,0,0,9083,15,7,0,0,0,0,0,0,0,4.01426,''), - (908201,10,3,0,0,9084,15,7,0,0,0,0,0,0,0,0.802995,''), - (908201,10,3,0,0,9085,15,7,0,0,0,0,0,0,0,3.94224,''), - (908201,10,3,0,0,9086,15,7,0,0,0,0,0,0,0,6.24895,''), - (908201,600,32,0,0,9077,100,7,0,0,0,0,0,0,0,0,'unpause WP movement'), - (908201,601,29,3,2,9077,100,7,0,0,0,0,0,0,0,0,'npcFlags removed'), - (908301,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (908401,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (908401,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (907701,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (907701,1,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (907701,5,3,0,0,0,0,0,0,0,0,0,0,0,0,2.56563,''), - (907711,0,0,0,0,9083,100,7,2000000645,0,0,0,0,0,0,0,''), - (907711,8,0,0,0,9085,100,7,2000000646,0,0,0,0,0,0,0,''), - (907711,10,0,0,0,9085,100,7,2000000647,0,0,0,0,0,0,0,''), - (907711,20,0,0,0,9086,100,7,2000000648,0,0,0,0,0,0,0,''), - (907711,24,0,0,0,9086,100,7,2000000649,0,0,0,0,0,0,0,''), - (907711,26,0,0,0,9082,100,7,2000000650,0,0,0,0,0,0,0,''), - (907711,28,0,0,0,9086,100,7,2000000651,0,0,0,0,0,0,0,''), - (907711,29,0,0,0,9082,100,7,2000000652,0,0,0,0,0,0,0,''), - (907711,32,0,0,0,9084,100,7,2000000653,0,0,0,0,0,0,0,''), - (907716,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (907716,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2.02664,''), - (907716,2,3,0,0,9082,15,3,0,0,0,0,0,0,0,5.17217,''), - (907716,2,0,0,0,0,0,0,2000000654,0,0,0,0,0,0,0,''), - (907716,6,0,0,0,9082,15,7,2000000655,0,0,0,0,0,0,0,''), - (907716,10,0,0,0,0,0,0,2000000656,0,0,0,0,0,0,0,''), - (907716,16,0,0,0,9082,15,7,2000000657,0,0,0,0,0,0,0,''), - (907716,18,3,0,0,9082,15,7,0,0,0,0,0,0,0,2.38871,''), - (907716,19,0,0,0,9082,15,7,2000000658,0,0,0,0,0,0,0,''), - (907716,22,32,0,0,9082,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), - (907716,22,32,0,0,9083,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), - (907716,22,32,0,0,9084,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), - (907716,22,32,0,0,9085,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), - (907716,22,32,0,0,9086,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), - (907716,23,29,2,2,9082,15,7,0,0,0,0,0,0,0,0,'npcFlags removed'), - (907716,23,29,2,2,9084,15,7,0,0,0,0,0,0,0,0,'npcFlags removed'), - (907716,28,0,0,0,9079,35,7,2000000659,0,0,0,0,0,0,0,''), - (907716,32,0,0,0,9078,35,7,2000000660,0,0,0,0,0,0,0,''), - (907716,37,0,0,0,9079,35,7,2000000661,0,0,0,0,0,0,0,''), - (907716,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (907716,45,0,0,0,9078,35,7,2000000662,0,0,0,0,0,0,0,''), - (907716,46,0,0,0,9078,35,7,2000000663,0,0,0,0,0,0,0,''), - (907718,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (907718,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2.90471,''), - (907718,2,0,0,0,0,0,0,2000000664,0,0,0,0,0,0,0,''), - (907718,3,36,0,0,9079,15,3,0,0,0,0,0,0,0,0,'face Goretooth'), - (907718,3,36,0,0,9078,15,3,0,0,0,0,0,0,0,0,'face Goretooth'), - (907718,6,0,0,0,9079,35,7,2000000665,0,0,0,0,0,0,0,''), - (907718,7,0,0,0,9078,35,7,2000000666,0,0,0,0,0,0,0,''), - (907718,10,0,0,0,0,0,0,2000000667,0,0,0,0,0,0,0,''), - (907718,14,0,0,0,0,0,0,2000000668,0,0,0,0,0,0,0,''), - (907718,20,0,0,0,0,0,0,2000000669,0,0,0,0,0,0,0,''), - (907718,27,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (907718,28,36,1,0,9079,15,3,0,0,0,0,0,0,0,0,'reset orientation'), - (907718,28,36,1,0,9078,15,3,0,0,0,0,0,0,0,0,'reset orientation'), - (1611501,1,31,16114,10,0,0,0,0,0,0,0,0,0,0,0,'search for 16114'), - (1611501,2,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), - (1611501,2,29,3,2,16114,15,7,0,0,0,0,0,0,0,0,'npcFlags removed'), - (1611501,2,0,0,0,16114,15,7,2000000618,0,0,0,0,0,0,0,''), - (1611501,10,0,0,0,0,0,0,2000000619,0,0,0,0,0,0,0,''), - (1611501,17,0,0,0,0,0,0,2000000620,0,0,0,0,0,0,0,'text emote'), - (1611501,19,0,0,0,0,0,0,2000000621,0,0,0,0,0,0,0,''), - (1611501,23,0,0,0,0,0,0,2000000622,0,0,0,0,0,0,0,''), - (1611501,38,0,0,0,16114,15,7,2000000623,0,0,0,0,0,0,0,''), - (1611501,42,0,0,0,0,0,0,2000000624,0,0,0,0,0,0,0,''), - (1611501,44,0,0,0,16114,15,7,2000000625,0,0,0,0,0,0,0,''), - (1611501,48,0,0,0,0,0,0,2000000626,0,0,0,0,0,0,0,''), - (1611501,61,0,0,0,16114,15,7,2000000627,0,0,0,0,0,0,0,''), - (1611501,67,0,0,0,0,0,0,2000000628,0,0,0,0,0,0,0,''), - (1611501,72,0,0,0,16114,15,7,2000000629,0,0,0,0,0,0,0,''), - (1611501,77,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1611501,78,0,0,0,0,0,0,2000000630,0,0,0,0,0,0,0,''), - (1611501,90,0,0,0,0,0,0,2000000631,0,0,0,0,0,0,0,''), - (1611501,107,0,0,0,0,0,0,2000000632,0,0,0,0,0,0,0,''), - (1611501,122,0,0,0,0,0,0,2000000633,0,0,0,0,0,0,0,''), - (1611501,142,0,0,0,0,0,0,2000000634,0,0,0,0,0,0,0,''), - (1611501,153,28,5,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1611501,154,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (1611501,154,29,3,1,16114,15,7,0,0,0,0,0,0,0,0,'npcFlags added'), - (1611501,86,32,0,0,16256,25,7,0,0,0,0,0,0,0,0,'unpause WP movement'), - (1625601,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (1625601,1,3,0,0,0,0,0,0,0,0,0,0,0,0,2.16421,''), - (1625602,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (1625602,1,31,16113,20,0,0,0,0,0,0,0,0,0,0,0,'search for 16113'), - (1625602,1,31,16114,20,0,0,0,0,0,0,0,0,0,0,0,'search for 16114'), - (1625602,1,31,16115,20,0,0,0,0,0,0,0,0,0,0,0,'search for 16115'), - (1625602,1,31,16116,20,0,0,0,0,0,0,0,0,0,0,0,'search for 16116'), - (1625602,2,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), - (1625602,2,3,0,0,0,0,0,0,0,0,0,0,0,0,2.81973,''), - (1625602,2,29,3,2,16113,20,7,0,0,0,0,0,0,0,0,'npcFlags removed'), - (1625602,2,29,3,2,16114,20,7,0,0,0,0,0,0,0,0,'npcFlags removed'), - (1625602,2,29,3,2,16115,20,7,0,0,0,0,0,0,0,0,'npcFlags removed'), - (1625602,2,29,3,2,16116,20,7,0,0,0,0,0,0,0,0,'npcFlags removed'), - (1625602,5,0,0,0,0,0,0,2000000635,0,0,0,0,0,0,0,''), - (1625602,9,0,0,0,0,0,0,2000000636,0,0,0,0,0,0,0,''), - (1625602,12,0,0,0,0,0,0,2000000637,0,0,0,0,0,0,0,''), - (1625602,16,0,0,0,16115,15,7,2000000638,0,0,0,0,0,0,0,''), - (1625602,18,0,0,0,16113,15,7,2000000639,0,0,0,0,0,0,0,''), - (1625602,21,0,0,0,16114,15,7,2000000640,0,0,0,0,0,0,0,''), - (1625602,23,0,0,0,0,0,0,2000000641,0,0,0,0,0,0,0,''), - (1625602,27,0,0,0,16114,15,7,2000000642,0,0,0,0,0,0,0,''), - (1625602,33,0,0,0,16116,15,7,2000000643,0,0,0,0,0,0,0,''), - (1625602,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (1625602,37,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (1625602,37,29,3,1,16113,20,7,0,0,0,0,0,0,0,0,'npcFlags added'), - (1625602,37,29,3,1,16114,20,7,0,0,0,0,0,0,0,0,'npcFlags added'), - (1625602,37,29,3,1,16115,20,7,0,0,0,0,0,0,0,0,'npcFlags added'), - (1625602,37,29,3,1,16116,20,7,0,0,0,0,0,0,0,0,'npcFlags added'), - (253303,2,31,2532,100,0,0,0,0,0,0,0,0,0,0,0,''), - (253303,3,0,0,0,2532,79721,7,2000005062,2000005063,0,0,0,0,0,0,''), - (253304,1,0,0,0,0,0,0,2000005057,2000005058,2000005060,2000005061,0,0,0,0,''), - (253304,2,31,2532,100,0,0,0,0,0,0,0,0,0,0,0,''), - (253304,3,0,0,0,2532,79721,7,2000005062,2000005063,0,0,0,0,0,0,''), - (253304,3,21,0,0,2532,79721,23,0,0,0,0,0,0,0,0,'Donna - unactive'), - (253304,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'William - unactive'), - (1026801,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Gizrul the Slavener - RUN ON'), - (5405201,0,10,10390,600000,0,0,0,0,0,0,0,3613.03,-3176.76,132.107,0,'Scarlet Bastion attack - Spawn Skeletal Guardian'), - (5405201,1,26,0,0,10390,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), - (5405201,60,10,10391,600000,0,0,0,0,0,0,0,3613.03,-3176.76,132.107,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), - (5405201,61,26,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), - (5407601,2,10,10391,600000,0,0,0,0,0,0,0,3645.58,-3209.03,129.124,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), - (5407601,3,26,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), - (5405201,21,10,10391,600000,0,0,0,0,0,0,0,3645.58,-3209.03,129.124,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), - (5405201,23,26,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), - (5407901,4,10,10390,600000,0,0,0,0,0,0,0,3698.47,-3179.32,127.9,0,'Scarlet Bastion attack - Spawn Skeletal Guardian'), - (5407901,5,26,0,0,10390,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), - (5407901,25,10,10391,600000,0,0,0,0,0,0,0,3698.47,-3179.32,127.9,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), - (5407901,26,26,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), - (5405601,6,10,10391,600000,0,0,0,0,0,0,0,3705.17,-3168.02,127.74,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), - (5405601,7,26,0,0,10391,55,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), - (5405601,66,10,10391,600000,0,0,0,0,0,0,0,3705.17,-3168.02,127.74,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), - (5405601,67,26,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), - (1080801,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Timmy - run on'), - (1080804,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timmy - run off'), - (1080819,1,20,1,5,0,0,8,0,0,0,0,0,0,0,0,'Timmy - switch to random movement'), - (16000501,1,0,0,0,15197,20,0,2000000508,0,0,0,0,0,0,0,'Yanka 30 Mins to Festival Start'), - (16000501,900,0,0,0,15197,20,0,2000000509,0,0,0,0,0,0,0,'Yanka 15 Mins to Festival Start'), - (16000501,1500,0,0,0,15197,20,0,2000000510,0,0,0,0,0,0,0,'Yanka 5 Mins to Festival Start'), - (16000501,1800,0,0,0,15197,20,0,2000000511,0,0,0,0,0,0,0,'Yanka Festival Start'), - (16000501,1801,10,15193,72000,0,0,0,0,0,0,0,1734.6,508.803,41.2847,1.6173,'summon Banshee Queen'), - (16000501,36000,43,0,0,180433,25,1,0,0,0,0,0,0,0,0,'Reset Wickerman'), - (16000501,36000,1,26,0,15197,50,0,0,0,0,0,0,0,0,0,'Yanka Stops Dancing'), - (1519301,1,0,0,0,0,0,0,2000000500,0,0,0,0,0,0,0,'Banshee Queen Speech Part 1'), - (1519301,9,0,0,0,0,0,0,2000000501,0,0,0,0,0,0,0,'Banshee Queen Speech Part 2'), - (1519301,18,0,0,0,0,0,0,2000000502,0,0,0,0,0,0,0,'Banshee Queen Speech Part 3'), - (1519301,27,0,0,0,0,0,0,2000000503,0,0,0,0,0,0,0,'Banshee Queen Speech Part 4'), - (1519301,49,0,0,0,0,0,0,2000000504,0,0,0,0,0,0,0,'Banshee Queen Speech Part 5'), - (1519301,58,0,0,0,0,0,0,2000000505,0,0,0,0,0,0,0,'Banshee Queen Speech Part 6'), - (1519301,68,15,14292,0,0,0,0,0,0,0,0,0,0,0,0,'Banshee Queen Throw Torch'), - (1519301,70,13,0,0,180433,25,1,0,0,0,0,0,0,0,0,'Activate Wickerman'), - (1519301,71,1,10,0,15197,50,0,0,0,0,0,0,0,0,0,'Yanka Dance'), - (1450013,0,0,0,0,0,0,0,2000005024,0,0,0,0,0,0,0,'J\'eevee yell on spawn'), - (1450013,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee set run on'), - (1450013,3,0,0,0,0,0,0,2000005038,0,0,0,0,0,0,0,'J\'eevee say 1'), - (1450014,0,15,23140,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast summon object'), - (1450014,3,0,0,0,0,0,0,2000005050,0,0,0,0,0,0,0,'J\'eevee say 2'), - (1450014,3,9,99787,3600,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee Respawn Bell of Dethmoora'), - (1450015,0,15,23140,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast summon object'), - (1450015,3,0,0,0,0,0,0,2000005350,0,0,0,0,0,0,0,'J\'eevee say 3'), - (1450015,3,9,99786,3600,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee Respawn Wheel of the Black March'), - (1450016,0,15,23140,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast summon object'), - (1450016,3,9,99785,3600,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee Respawn Doomsday Candle'), - (1450017,4,15,12980,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast teleport'), - (1450017,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee despawn'), - (1450002,3,0,0,0,0,0,0,2000005353,0,0,0,0,0,0,0,'J\'eevee say 2 on reach wp 2'), - (1450007,4,0,0,0,0,0,0,2000005178,0,0,0,0,0,0,0,'J\'eevee say 3 on reach wp 7'), - (1450012,4,0,0,0,0,0,0,2000005179,0,0,0,0,0,0,0,'J\'eevee say 4 on reach wp 12'), - (1450012,7,15,12980,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast teleport on reach wp 12'), - (1450012,8,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee despawn self on reach wp 12'), - (909701,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (909701,6,1,1,0,0,0,0,11,21,6,0,0,0,0,0,'Scarshield Legionnaire random emote'), - (909701,15,1,1,0,9257,15,0,11,1,1,274,0,0,0,0,'Scarshield Warlock random emote'), - (909701,21,1,1,0,9098,15,0,11,1,1,274,0,0,0,0,'Scarshield Spellbinder random emote'), - (909701,33,1,1,0,9097,15,0,11,1,1,274,0,0,0,0,'Scarshield Legionnaire random emote'), - (909701,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (909702,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (909702,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Scarshield Legionnaire random emote'), - (909702,21,1,1,0,9045,15,0,11,1,1,274,0,0,0,0,'Scarshield Acolyte random emote'), - (909702,33,1,1,0,9098,15,0,11,1,1,274,0,0,0,0,'Scarshield Spellbinder random emote'), - (909702,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (909703,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (909703,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Scarshield Legionnaire random emote'), - (909703,21,1,1,0,9045,15,0,11,1,1,274,0,0,0,0,'Scarshield Acolyte random emote'), - (909703,33,1,1,0,9257,15,0,11,1,1,274,0,0,0,0,'Scarshield Warlock random emote'), - (909703,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (909704,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (909704,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Scarshield Legionnaire random emote'), - (909704,21,1,1,0,9257,15,0,11,1,1,274,0,0,0,0,'Scarshield Warlock random emote'), - (909704,33,1,1,0,9098,15,0,11,1,1,274,0,0,0,0,'Scarshield Spellbinder random emote'), - (909704,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (909705,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (909705,2,1,7,0,0,0,0,0,0,0,0,0,0,0,0,'eat/drink emote'), - (909705,19,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (909706,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (909706,9,1,7,0,0,0,0,0,0,0,0,0,0,0,0,'eat/drink emote'), - (909706,20,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (909707,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (909707,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,'eat/drink emote'), - (909707,21,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (924101,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (924101,6,1,1,0,0,0,0,11,21,6,0,0,0,0,0,'Smolderthorn Headhunter random emote'), - (924101,15,1,1,0,9269,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Seer random emote'), - (924101,21,1,1,0,9241,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Headhunter random emote'), - (924101,33,1,1,0,9266,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Witch Doctor random emote'), - (924101,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (926701,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (926701,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Smolderthorn Axe Thrower random emote'), - (926701,21,1,1,0,9267,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Axe Thrower random emote'), - (926701,33,1,1,0,9240,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Shadow Priest random emote'), - (926701,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (924102,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (924102,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Smolderthorn Headhunter random emote'), - (924102,21,1,1,0,9269,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Seer random emote'), - (924102,33,1,1,0,9240,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Shadow Priest random emote'), - (924102,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (925901,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (925901,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Firebrand Grunt random emote'), - (925901,21,1,1,0,9261,15,0,11,1,1,274,0,0,0,0,'Firebrand Darkweaver random emote'), - (925901,33,1,1,0,9262,15,0,11,1,1,274,0,0,0,0,'Firebrand Evoker random emote'), - (925901,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (926101,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (926101,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Firebrand Darkweaver random emote'), - (926101,21,1,1,0,9259,15,0,11,1,1,274,0,0,0,0,'Firebrand Grunt random emote'), - (926101,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (926001,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (926001,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Firebrand Legionnaire random emote'), - (926001,21,1,1,0,9263,15,0,11,1,1,274,0,0,0,0,'Firebrand Dreadweaver random emote'), - (926001,33,1,1,0,9264,15,0,11,1,1,274,0,0,0,0,'Firebrand Pyromancer random emote'), - (926001,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (971601,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (971601,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Bloodaxe Warmonger random emote'), - (971601,21,1,1,0,9716,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Warmonger random emote'), - (971601,33,1,1,0,9693,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Evoker random emote'), - (971601,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (971602,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (971602,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Bloodaxe Warmonger random emote'), - (971602,21,1,1,0,9716,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Warmonger random emote'), - (971602,33,1,1,0,9717,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Summoner random emote'), - (971602,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (958301,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), - (958301,6,1,1,0,0,0,0,11,1,1,274,0,0,0,0,'Bloodaxe Veteran random emote'), - (958301,33,1,1,0,9693,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Evoker random emote'), - (958301,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'); + (1,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn self, this script is used by many creatures'), + (2,1,1,22,0,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight Captain shout'), + (2,3,1,36,0,0,16146,8,0,0,0,0,0,0,0,0,0,'Deathknight buddy attacks combat dummy'), + (2,5,1,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight attacks combat dummy'), + (2,12,1,36,0,0,16146,8,0,0,0,0,0,0,0,0,0,'Deathknight buddy attacks combat dummy'), + (2,13,1,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight attacks combat dummy'), + (2,20,1,36,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight attacks combat dummy'), + (2,21,1,36,0,0,16146,8,0,0,0,0,0,0,0,0,0,'Deathknight buddy attacks combat dummy'), + (3,1,1,36,0,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight captain attacks'), + (3,2,1,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight parries'), + (3,5,1,1,0,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight captain talks'), + (3,7,1,36,0,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight captain attacks'), + (3,8,1,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight parries'), + (3,14,1,60,0,0,16145,8,0,0,0,0,0,0,0,0,0,'Deathknight captain kicks'), + (3,15,1,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathknight parries'), + (4,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vekniss Drone - pause waypoint movement'), + (4,1,20,1,2,0,0,0,0,0,0,0,0,0,0,0,0,'Vekniss Drone - random movement'), + (4,13,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vekniss Drone - waypoint movement'), + (4,14,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vekniss Drone - resume waypoint movement'), + (3801,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - RUN ON'), + (3802,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - RUN OFF'), + (3803,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - movement chenged to 1:random'), + (3803,20,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defias Thug - movement chenged to 2:waypoint'), + (10801,0,0,0,0,0,0,0,0,2000000349,2000000350,2000000351,2000000352,0,0,0,0,'John Turner - Say 1, 2, 3 or 4'), + (14241,1,1,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - emote'), + (14241,6,1,35,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - emote'), + (14241,9,11,632439,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - open door entry 176907'), + (14241,14,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - fake dead'), + (14241,25,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - despawn self'), + (14241,25,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark redeemed - set not active'), + (41202,0,0,0,0,0,0,0,0,2000000161,2000000162,0,0,0,0,0,0,'stitchesyell'), + (41202,4,0,0,0,0,468,4185,16,2000000187,0,0,0,0,0,0,0,'stitches - town crier 2nd yell'), + (41203,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'stitchesidlemove'), + (41204,0,22,93,1,0,0,0,0,0,0,0,0,0,0,0,0,'stitches faction hostile'), + (41205,0,0,0,0,0,468,4185,16,2000000186,0,0,0,0,0,0,0,'stitches - town crier 1st yell'), + (41206,0,26,0,0,0,888,50,1,0,0,0,0,0,0,0,0,'stitches attacks night watch'), + (41206,1,26,0,0,0,499,50,0,0,0,0,0,0,0,0,0,'2nd night watch attacks stitches'), + (55001,5,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (55001,8,0,0,0,0,0,0,0,2000005301,0,0,0,0,0,0,0,''), + (55002,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (55003,4,0,0,0,0,0,0,0,2000005302,0,0,0,0,0,0,0,''), + (136801,0,0,0,0,0,0,0,0,2000005109,0,0,0,0,0,0,0,''), + (136802,0,0,0,0,0,0,0,0,2000005110,0,0,0,0,0,0,0,''), + (136803,0,0,0,0,0,0,0,0,2000005111,0,0,0,0,0,0,0,''), + (136804,0,0,0,0,0,0,0,0,2000005112,0,0,0,0,0,0,0,''), + (136805,0,0,0,0,0,0,0,0,2000005113,0,0,0,0,0,0,0,''), + (136806,0,0,0,0,0,0,0,0,2000005114,0,0,0,0,0,0,0,''), + (136807,0,0,0,0,0,0,0,0,2000005115,0,0,0,0,0,0,0,''), + (137001,0,0,0,0,0,0,0,0,2000005123,0,0,0,0,0,0,0,''), + (137002,0,0,0,0,0,0,0,0,2000005124,0,0,0,0,0,0,0,''), + (137003,0,0,0,0,0,0,0,0,2000005125,0,0,0,0,0,0,0,''), + (137004,0,0,0,0,0,0,0,0,2000005126,0,0,0,0,0,0,0,''), + (137005,0,0,0,0,0,0,0,0,2000005127,0,0,0,0,0,0,0,''), + (137006,0,0,0,0,0,0,0,0,2000005128,0,0,0,0,0,0,0,''), + (137007,0,0,0,0,0,0,0,0,2000005129,0,0,0,0,0,0,0,''), + (137008,0,0,0,0,0,0,0,0,2000005130,0,0,0,0,0,0,0,''), + (137009,0,0,0,0,0,0,0,0,2000005131,0,0,0,0,0,0,0,''), + (137101,0,0,0,0,0,0,0,0,2000005116,0,0,0,0,0,0,0,''), + (137102,0,0,0,0,0,0,0,0,2000005117,0,0,0,0,0,0,0,''), + (137103,0,0,0,0,0,0,0,0,2000005118,0,0,0,0,0,0,0,''), + (137104,0,0,0,0,0,0,0,0,2000005119,0,0,0,0,0,0,0,''), + (137105,0,0,0,0,0,0,0,0,2000005120,0,0,0,0,0,0,0,''), + (137106,0,0,0,0,0,0,0,0,2000005121,0,0,0,0,0,0,0,''), + (137107,0,0,0,0,0,0,0,0,2000005122,0,0,0,0,0,0,0,''), + (137301,0,0,0,0,0,0,0,0,2000000013,0,0,0,0,0,0,0,''), + (137302,0,0,0,0,0,0,0,0,2000000014,0,0,0,0,0,0,0,''), + (137302,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'1373 - npc_flag added'), + (137302,2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'1373 - movement chenged to 0:idle'), + (141301,1,0,0,0,0,0,0,0,2000005148,2000005149,2000005150,2000005151,0,0,0,0,''), + (141301,4,0,0,0,0,1414,30,7,2000005156,2000005157,2000005158,2000005159,0,0,0,0,'force buddy to: say text'), + (141301,8,0,0,0,0,1415,30,7,2000005164,2000005165,2000005166,2000005169,0,0,0,0,'force buddy to: say text'), + (141302,1,0,0,0,0,0,0,0,2000005152,2000005153,2000005154,2000005155,0,0,0,0,''), + (141302,4,0,0,0,0,1415,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), + (141302,8,0,0,0,0,1414,30,7,2000005170,2000005171,2000005172,2000005173,0,0,0,0,'force buddy to: say text'), + (141303,1,0,0,0,0,0,0,0,2000005149,2000005151,2000005153,2000005155,0,0,0,0,''), + (141303,4,0,0,0,0,1414,30,7,2000005156,2000005158,2000005160,2000005162,0,0,0,0,'force buddy to: say text'), + (141303,8,0,0,0,0,1415,30,7,2000005164,2000005172,2000005170,2000005166,0,0,0,0,'force buddy to: say text'), + (141304,1,0,0,0,0,1414,30,7,2000005148,2000005149,2000005150,2000005151,0,0,0,0,'force buddy to: say text'), + (141304,4,0,0,0,0,0,0,0,2000005156,2000005157,2000005158,2000005159,0,0,0,0,''), + (141304,8,0,0,0,0,1415,30,7,2000005164,2000005165,2000005166,2000005169,0,0,0,0,'force buddy to: say text'), + (141305,1,0,0,0,0,1414,30,7,2000005152,2000005153,2000005154,2000005155,0,0,0,0,'force buddy to: say text'), + (141305,4,0,0,0,0,1415,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), + (141305,8,0,0,0,0,0,0,0,2000005170,2000005171,2000005172,2000005173,0,0,0,0,''), + (141306,1,0,0,0,0,1415,30,7,2000005152,2000005153,2000005154,2000005155,0,0,0,0,'force buddy to: say text'), + (141306,4,0,0,0,0,1414,30,7,2000005160,2000005161,2000005162,2000005163,0,0,0,0,'force buddy to: say text'), + (141306,8,0,0,0,0,0,0,0,2000005170,2000005171,2000005172,2000005173,0,0,0,0,''), + (141307,1,0,0,0,0,1415,30,7,2000005148,2000005149,2000005150,2000005151,0,0,0,0,'force buddy to: say text'), + (141307,4,0,0,0,0,0,0,0,2000005156,2000005157,2000005158,2000005159,0,0,0,0,''), + (141307,8,0,0,0,0,1414,30,7,2000005170,2000005171,2000005172,2000005173,0,0,0,0,'force buddy to: say text'), + (141601,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141601,5,0,0,0,0,0,0,0,2000000034,2000000035,2000000036,0,0,0,0,0,''), + (141601,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141602,3,1,233,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141602,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141602,9,0,0,0,0,0,0,0,2000000064,0,0,0,0,0,0,0,''), + (141603,2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'1416 - movement chenged to 0:idle'), + (143301,1,0,0,0,0,0,0,0,2000000141,2000000142,0,0,0,0,0,0,'corbettwp1'), + (143302,5,0,0,0,0,0,0,0,2000000143,2000000144,0,0,0,0,0,0,'corbettwp7'), + (143303,0,0,0,0,0,1427,10,1,2000000145,2000000146,0,0,0,0,0,0,'corbettatharlan'), + (143303,5,0,0,0,0,1427,10,4,2000000147,2000000148,0,0,0,0,0,0,'harlantalk'), + (143303,10,0,0,0,0,0,0,0,2000000149,2000000150,0,0,0,0,0,0,'corbettleave'), + (143303,40,0,0,0,0,0,0,0,2000000151,0,0,0,0,0,0,0,'corbetttocheese'), + (143304,0,0,0,0,0,0,0,0,2000000152,2000000153,0,0,0,0,0,0,'corbettatcheese'), + (143304,5,0,0,0,0,483,10,4,2000000154,2000000155,0,0,0,0,0,0,'cheeseladyreply'), + (143304,10,0,0,0,0,0,0,0,2000000156,0,0,0,0,0,0,0,'corbettreply'), + (143304,15,0,0,0,0,0,0,0,2000000157,0,0,0,0,0,0,0,'corbettthanks'), + (143304,40,0,0,0,0,0,0,0,2000000158,0,0,0,0,0,0,0,'corbettgoeshome'), + (143305,0,0,0,0,0,0,0,0,2000000159,0,0,0,0,0,0,0,'corbettisback'), + (150101,0,26,0,0,0,1736,20,1,0,0,0,0,0,0,0,0,''), + (150101,1,22,21,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150201,0,22,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'W.Ghuol - Faction change'), + (150201,1,26,1,0,0,1736,20,0,0,0,0,0,0,0,0,0,'W.Ghuol - Attack on Guards'), + (150202,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (150202,45,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (153301,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (153301,175,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement changed to 2:waypoint'), + (173701,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,0,'Oliver movement changed to 1:random'), + (173701,35,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oliver movement changed to 2:waypoint'), + (173901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Phillip - RUN ON'), + (173902,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Phillip - RUN OFF'), + (175401,3,0,0,0,0,0,0,0,2000000178,0,0,0,0,0,0,0,''), + (175401,6,1,66,0,0,1756,10523,23,0,0,0,0,0,0,0,0,''), + (175401,6,1,66,0,0,1756,10524,23,0,0,0,0,0,0,0,0,''), + (175401,8,0,0,0,0,1756,15,7,2000000179,0,0,0,0,0,0,0,'force buddy to: say text'), + (175401,9,3,0,0,0,1756,10523,23,0,0,0,0,-8381.06,429.38,122.275,0.984174,''), + (175401,9,3,0,0,0,1756,10524,23,0,0,0,0,-8372.24,436.54,122.275,3.9302,''), + (175402,3,0,0,0,0,0,0,0,2000000180,0,0,0,0,0,0,0,''), + (175402,8,10,1755,300000,0,0,0,0,0,0,0,0,-8406.6,487.658,123.76,4.51923,''), + (175402,9,15,6634,0,0,1755,100,7,0,0,0,0,0,0,0,0,'cast 6634 on buddy'), + (175402,9,3,0,0,0,1755,50,7,0,0,0,0,-8403.89,469.689,123.76,5.19074,''), + (175402,16,0,0,0,0,0,0,0,2000000181,0,0,0,0,0,0,0,''), + (175402,20,0,0,0,0,1755,20,7,2000000182,0,0,0,0,0,0,0,'force buddy to: say text'), + (175402,24,0,0,0,0,0,0,0,2000000183,0,0,0,0,0,0,0,''), + (175402,28,0,0,0,0,1755,20,7,2000000184,0,0,0,0,0,0,0,'force buddy to: say text'), + (175402,28,20,2,0,0,1755,20,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (175402,29,0,0,0,0,7766,50,7,2000000185,0,0,0,0,0,0,0,'force buddy to: say text'), + (175402,29,29,3,1,0,7766,50,7,0,0,0,0,0,0,0,0,'npc_flag added'), + (175402,30,3,0,0,0,1756,10523,23,0,0,0,0,-8394,448.942,123.76,0.711,''), + (175402,30,3,0,0,0,1756,10524,23,0,0,0,0,-8389,452.936,123.76,3.773,''), + (175402,31,22,7,1,0,1755,20,7,0,0,0,0,0,0,0,0,''), + (175402,31,22,7,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175403,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (175403,1,22,12,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175501,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (175501,1,22,12,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175501,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'), + (188701,2,0,0,0,0,0,0,0,2000005347,0,0,0,0,0,0,0,'Curator Thorius - Say 1'), + (188702,2,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curator Thorius - Emote 1'), + (188702,2,0,0,0,0,0,0,0,2000005348,0,0,0,0,0,0,0,'Curator Thorius - Say 2'), + (188702,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curator Thorius - Emote 1 (Stop)'), + (188703,2,0,0,0,0,0,0,0,2000005349,0,0,0,0,0,0,0,'Curator Thorius - Say 3'), + (233001,2,0,0,0,0,0,0,0,2000005180,0,0,0,0,0,0,0,''), + (233001,7,0,0,0,0,2331,30,7,2000005183,0,0,0,0,0,0,0,'force buddy to: say text'), + (233001,12,0,0,0,0,0,0,0,2000005181,0,0,0,0,0,0,0,''), + (233001,15,0,0,0,0,3504,30,7,2000005184,0,0,0,0,0,0,0,'force buddy to: say text'), + (233001,19,0,0,0,0,0,0,0,2000005182,0,0,0,0,0,0,0,''), + (253303,1,0,0,0,0,0,0,0,2000005057,2000005058,2000005059,2000005061,0,0,0,0,''), + (253302,3,0,0,0,0,2532,79721,7,2000005062,2000005063,0,0,0,0,0,0,''), + (253302,2,31,2532,100,0,0,0,0,0,0,0,0,0,0,0,0,''), + (253302,1,0,0,0,0,0,0,0,2000005057,2000005058,2000005060,2000005061,0,0,0,0,''), + (253301,3,0,0,0,0,2532,79721,7,2000005062,2000005063,0,0,0,0,0,0,''), + (253301,2,31,2532,100,0,0,0,0,0,0,0,0,0,0,0,0,''), + (253301,1,0,0,0,0,0,0,0,2000005057,2000005058,2000005060,2000005061,0,0,0,0,''), + (253301,0,21,1,0,0,2532,79721,23,0,0,0,0,0,0,0,0,'Donna - active'), + (253301,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'William - active'), + (253301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (255301,0,31,2556,10,0,0,0,0,0,0,0,0,0,0,0,0,''), + (255301,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (255301,1,25,1,0,0,2556,140693,23,0,0,0,0,0,0,0,0,'RUN ON'), + (255301,1,25,1,0,0,2552,140694,23,0,0,0,0,0,0,0,0,'RUN ON'), + (255301,1,25,1,0,0,2552,140695,23,0,0,0,0,0,0,0,0,'RUN ON'), + (255301,1,25,1,0,0,2552,140696,23,0,0,0,0,0,0,0,0,'RUN ON'), + (255302,0,31,2556,100,0,0,0,0,0,0,0,0,0,0,0,0,''), + (255302,0,3,0,0,0,2556,140693,23,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), + (255302,0,3,0,0,0,2552,140694,23,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), + (255302,0,3,0,0,0,2552,140695,23,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), + (255302,0,3,0,0,0,2552,140696,23,0,0,0,0,-1162.87,-3563.07,50.5074,0.0411459,''), + (255302,9,31,2556,100,0,0,0,0,0,0,0,0,0,0,0,0,''), + (255302,10,3,0,0,0,2556,140693,23,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), + (255302,10,3,0,0,0,2552,140694,23,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), + (255302,10,3,0,0,0,2552,140695,23,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), + (255302,10,3,0,0,0,2552,140696,23,0,0,0,0,-1032.97,-3550.54,55.9796,6.22908,''), + (277501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'set run on'), + (277506,0,26,0,0,0,2610,20,2,0,0,0,0,0,0,0,0,'attack Shakes O\'Breen'), + (298301,2,0,0,0,0,0,0,0,2000000168,0,0,0,0,0,0,0,'The plains vision: say - text_emote'), + (298302,2,0,0,0,0,0,0,0,2000000169,0,0,0,0,0,0,0,'The plains vision: say - text_emote'), + (311101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Icebeard run'), + (311102,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Icebeard walk'), + (311102,1,20,1,3,0,0,0,8,0,0,0,0,0,0,0,0,'Old Icebeard movement random'), + (311102,275,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Icebeard movement waypoint'), + (350101,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (351101,9,0,0,0,0,0,0,0,2000005168,0,0,0,0,0,0,0,''), + (351201,1,0,0,0,0,0,0,0,2000005167,0,0,0,0,0,0,0,''), + (351301,2,0,0,0,0,0,0,0,2000005134,0,0,0,0,0,0,0,''), + (351301,11,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (351301,30,0,0,0,0,0,0,0,2000005135,0,0,0,0,0,0,0,''), + (351301,40,0,0,0,0,0,0,0,2000005136,0,0,0,0,0,0,0,''), + (351302,0,0,0,0,0,0,0,0,2000005137,0,0,0,0,0,0,0,''), + (351303,0,0,0,0,0,0,0,0,2000005138,0,0,0,0,0,0,0,''), + (351304,1,0,0,0,0,0,0,0,2000005139,0,0,0,0,0,0,0,''), + (351304,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (351305,1,0,0,0,0,0,0,0,2000005140,0,0,0,0,0,0,0,''), + (351306,1,0,0,0,0,0,0,0,2000005141,0,0,0,0,0,0,0,''), + (351307,1,0,0,0,0,0,0,0,2000005142,0,0,0,0,0,0,0,''), + (351307,9,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (351307,17,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (352001,0,0,0,0,0,0,0,0,2000005103,0,0,0,0,0,0,0,''), + (352002,0,0,0,0,0,0,0,0,2000005104,0,0,0,0,0,0,0,''), + (352003,0,0,0,0,0,0,0,0,2000005105,0,0,0,0,0,0,0,''), + (352004,0,0,0,0,0,0,0,0,2000005106,0,0,0,0,0,0,0,''), + (352005,0,0,0,0,0,0,0,0,2000005107,0,0,0,0,0,0,0,''), + (352006,0,0,0,0,0,0,0,0,2000005108,0,0,0,0,0,0,0,''), + (362701,0,0,0,0,0,0,0,0,2000005185,0,0,0,0,0,0,0,''), + (362702,0,0,0,0,0,0,0,0,2000005186,0,0,0,0,0,0,0,''), + (362703,0,0,0,0,0,0,0,0,2000005187,0,0,0,0,0,0,0,''), + (362704,0,0,0,0,0,0,0,0,2000005188,0,0,0,0,0,0,0,''), + (362705,0,0,0,0,0,0,0,0,2000005189,0,0,0,0,0,0,0,''), + (362706,0,0,0,0,0,0,0,0,2000005190,0,0,0,0,0,0,0,''), + (362707,0,0,0,0,0,0,0,0,2000005191,0,0,0,0,0,0,0,''), + (362708,0,0,0,0,0,0,0,0,2000005192,0,0,0,0,0,0,0,''), + (362709,0,0,0,0,0,0,0,0,2000005193,0,0,0,0,0,0,0,''), + (362710,0,0,0,0,0,0,0,0,2000005194,0,0,0,0,0,0,0,''), + (362711,0,0,0,0,0,0,0,0,2000005195,0,0,0,0,0,0,0,''), + (362712,0,0,0,0,0,0,0,0,2000005196,0,0,0,0,0,0,0,''), + (362713,0,0,0,0,0,0,0,0,2000005197,0,0,0,0,0,0,0,''), + (362714,0,0,0,0,0,0,0,0,2000005198,0,0,0,0,0,0,0,''), + (362715,0,0,0,0,0,0,0,0,2000005199,0,0,0,0,0,0,0,''), + (369401,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sentinel Selarin active'), + (369401,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (369402,3,0,0,0,0,0,0,0,2000000260,0,0,0,0,0,0,0,''), + (369402,7,31,3693,30,0,0,0,0,0,0,0,0,0,0,0,0,''), + (369402,8,0,0,0,0,3693,30,7,2000000395,0,0,0,0,0,0,0,''), + (369402,13,0,0,0,0,0,0,0,2000000396,0,0,0,0,0,0,0,''), + (369402,18,0,0,0,0,0,0,0,2000000397,0,0,0,0,0,0,0,''), + (369403,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sentinel Selarin unactive'), + (369403,2,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'desp'), + (399803,0,26,0,0,0,4276,10,2,0,0,0,0,0,0,0,0,'attack Piznik'), + (406801,2,0,0,0,0,0,0,0,2000000094,0,0,0,0,0,0,0,'Serpent Messenger - text emote'), + (406801,8,0,0,0,0,3419,10,4,2000000095,0,0,0,0,0,0,0,'Serpent Messenger: Force NPC to text emote'), + (504301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'DefiasRioter-SetRunModeOn'), + (571901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hazzah - RUN ON'), + (572001,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weaver - RUN ON'), + (572101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamscythe - RUN ON'), + (572201,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morphaz - RUN ON'), + (578201,3,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_SIT'), + (578201,58,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'), + (590101,0,10,11256,30000,0,0,0,0,0,0,0,0,-1346.59,-4076.39,-1.23,1.6,'Islensummon'), + (590101,1,1,68,0,0,0,0,0,0,0,0,0,0,0,0,0,'Islenkneel'), + (590101,5,0,0,0,0,11256,10,1,2000000057,0,0,0,0,0,0,0,'Islengreet'), + (590101,10,0,0,0,0,11256,10,4,2000000160,0,0,0,0,0,0,0,'Manifestationreply'), + (590101,15,1,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'Islenstand'), + (590101,15,0,0,0,0,11256,10,1,2000000058,0,0,0,0,0,0,0,'Islenthanks'), + (590102,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Islenidle'), + (684601,1,0,0,0,0,0,0,0,2000005132,0,0,0,0,0,0,0,''), + (722805,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause Ironaya'), + (727301,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gahz\'rilla - pause WP movement'), + (727301,1,20,1,15,0,0,0,8,0,0,0,0,0,0,0,0,'Gahz\'rilla - movement changed to 1:random'), + (741101,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'), + (760401,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - stop movement'), + (760402,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raven - emote cheer'), + (760402,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - update faction'), + (760409,0,15,11365,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - cast Bly\'s Band\'s Escape'), + (760409,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - remove gossip flag'), + (760501,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raven - stop movement'), + (760502,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oro Eyegouge - emote cheer'), + (760502,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raven - update faction'), + (760509,0,15,11365,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murta Grimgut - cast Bly\'s Band\'s Escape'), + (760601,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oro Eyegouge - stop movement'), + (760602,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - emote cheer'), + (760602,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oro Eyegouge - update faction'), + (760609,0,15,11365,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oro Eyegouge - cast Bly\'s Band\'s Escape'), + (760701,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - stop movement'), + (760702,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - emote cheer'), + (760702,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - update faction'), + (760706,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - set run on'), + (760707,0,0,0,0,0,0,0,0,2000005547,0,0,0,0,0,0,0,'Weegli Blastfuse - say event begin'), + (760713,0,15,10772,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - cast Create Weegli\'s Barrel'), + (760713,2,13,0,0,0,141612,20,1,0,0,0,0,0,0,0,0,'Weegli Blastfuse - use Weegli\'s Barrel'), + (760713,5,0,0,0,0,7267,37996,16,2000005552,0,0,0,0,0,0,0,'Ukorz Sandscalp - yell intro'), + (760801,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murta Grimgut - stop movement'), + (760802,0,1,71,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murta Grimgut - emote cheer'), + (760802,0,22,495,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murta Grimgut - update faction'), + (760809,0,15,11365,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raven - cast Bly\'s Band\'s Escape'), + (842101,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dorius - pause waypoints'), + (885601,3,0,0,0,0,0,0,0,2000000172,0,0,0,0,0,0,0,''), + (885601,5,1,16,0,0,1756,10523,23,0,0,0,0,0,0,0,0,''), + (885601,5,1,16,0,0,1756,10524,23,0,0,0,0,0,0,0,0,''), + (885601,8,0,0,0,0,1756,15,7,2000000173,0,0,0,0,0,0,0,'force buddy to: say text'), + (885601,10,0,0,0,0,0,0,0,2000000174,0,0,0,0,0,0,0,''), + (885602,1,3,0,0,0,1754,15,7,0,0,0,0,0,0,0,3.84895,''), + (885602,3,0,0,0,0,0,0,0,2000000175,0,0,0,0,0,0,0,''), + (885602,5,0,0,0,0,1754,15,7,2000000176,0,0,0,0,0,0,0,'force buddy to: say text'), + (885602,7,3,0,0,0,1754,15,7,0,0,0,0,0,0,0,2.596,''), + (885602,8,20,2,0,0,1754,20,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (885602,9,0,0,0,0,0,0,0,2000000177,0,0,0,0,0,0,0,''), + (885603,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (885603,0,15,7671,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast 7671 on buddy'), + (885603,1,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'demorph'), + (885603,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'), + (902201,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn Dughal on last waypoint'), + (967901,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn Tobias on last waypoint'), + (1026201,1,0,0,0,0,0,0,0,2000005001,2000005002,2000005003,2000005004,0,0,0,0,''), + (1026202,1,0,0,0,0,0,0,0,2000005005,2000005006,2000005007,2000005008,0,0,0,0,''), + (1026404,0,20,1,20,0,0,0,8,0,0,0,0,0,0,0,0,'UBRS-Rookery event: Random movement around current position'), + (1043201,1,0,0,0,0,0,0,0,2000005027,0,0,0,0,0,0,0,''), + (1043201,10,0,0,0,0,0,0,0,2000005028,0,0,0,0,0,0,0,''), + (1043201,20,0,0,0,0,0,0,0,2000005029,0,0,0,0,0,0,0,''), + (1050601,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (1050601,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0.1,''), + (1050601,3,22,233,49,0,0,0,0,0,0,0,0,0,0,0,0,'temp faction'), + (1061001,0,21,1,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty - active'), + (1061001,0,21,1,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy - active'), + (1061001,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Angus - active'), + (1061001,1,29,3,2,0,1243,265,23,0,0,0,0,0,0,0,0,'1243 - NPCFlags removed'), + (1061001,1,21,1,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler - active'), + (1061001,1,21,1,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp - active'), + (1061002,0,25,1,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN ON'), + (1061002,1,16,6598,2,0,0,0,0,0,0,0,0,0,0,0,0,'sound'), + (1061002,2,3,0,0,0,10611,267,16,0,0,0,0,-6031.59,-228.182,414.404,2,'Shorty'), + (1061002,2,3,0,0,0,10804,268,16,0,0,0,0,-6034.14,-223.333,413.4,1,'Middlecamp'), + (1061002,2,3,0,0,0,10805,272,16,0,0,0,0,-6011.17,-197.021,406.765,1.97737,'Klemmy'), + (1061002,2,3,0,0,0,10803,266,16,0,0,0,0,-6011.87,-199.241,406.834,4.31443,'Wheeler'), + (1061002,3,3,0,0,0,10805,272,16,0,0,0,0,-6015.51,-184.362,407.712,2.49704,'Klemmy'), + (1061002,4,3,0,0,0,10803,266,16,0,0,0,0,-6031.93,-221.088,413.153,2.44346,'Wheeler'), + (1061002,5,3,0,0,0,10805,272,16,0,0,0,0,-6065.18,-201.938,424.419,5,'Klemmy'), + (1061002,15,3,0,0,0,10805,272,16,0,0,0,0,0,0,0,5.59936,'Klemmy'), + (1061002,17,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,2.18492,'Shorty'), + (1061002,18,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,2.44346,'Wheeler'), + (1061002,18,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,1.88496,'Middlecamp'), + (1061002,22,3,0,0,0,1243,265,16,0,0,0,0,0,0,0,3.68522,'Hegnar'), + (1061003,5,0,0,0,0,10804,268,23,2000005730,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,8,15,16768,0,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,10,0,0,0,0,10804,268,23,2000005731,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,14,0,0,0,0,10804,268,23,2000005732,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,16,15,16772,0,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,18,0,0,0,0,10804,268,23,2000005733,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,20,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,0.810652,'Middlecamp'), + (1061003,21,1,5,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,21,1,11,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,22,1,274,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,22,1,274,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,23,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,1.88496,'Middlecamp'), + (1061003,24,0,0,0,0,10803,266,23,2000005734,0,0,0,0,0,0,0,'Wheeler'), + (1061003,28,15,16767,0,0,10803,266,23,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,30,0,0,0,0,10803,266,23,2000005735,0,0,0,0,0,0,0,'Wheeler'), + (1061003,32,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,4.00565,'Wheeler'), + (1061003,33,1,25,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,33,16,6249,2,0,10803,266,16,0,0,0,0,0,0,0,0,'sound'), + (1061003,35,1,21,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,36,1,21,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,36,1,23,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,38,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,2.44346,'Wheeler'), + (1061003,41,0,0,0,0,10804,268,23,2000005736,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,43,15,16777,0,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,45,0,0,0,0,10804,268,23,2000005737,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,47,1,20,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,47,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,4.00565,'Wheeler'), + (1061003,48,1,6,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,48,16,6248,2,0,10803,266,16,0,0,0,0,0,0,0,0,'sound'), + (1061003,51,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,2.44346,'Wheeler'), + (1061003,51,0,0,0,0,10804,268,23,2000005738,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,53,15,16780,0,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,55,0,0,0,0,10804,268,23,2000005739,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,57,0,0,0,0,10803,266,23,2000005740,0,0,0,0,0,0,0,'Wheeler'), + (1061003,57,15,16775,0,0,10803,266,23,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,59,0,0,0,0,10803,266,23,2000005741,0,0,0,0,0,0,0,'Wheeler'), + (1061003,61,15,16778,0,0,10803,266,23,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,63,0,0,0,0,10803,266,23,2000005742,0,0,0,0,0,0,0,'Wheeler'), + (1061003,64,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,4.00565,'Wheeler'), + (1061003,65,1,5,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,65,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,0.810652,'Middlecamp'), + (1061003,67,1,25,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,69,1,11,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,72,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,1.88496,'Middlecamp'), + (1061003,72,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,2.44346,'Wheeler'), + (1061003,74,0,0,0,0,10804,268,23,2000005743,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,74,16,6250,2,0,10804,268,23,0,0,0,0,0,0,0,0,'sound'), + (1061003,74,15,16572,0,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,77,0,0,0,0,10804,268,23,2000005744,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,77,16,6250,2,0,10804,268,23,0,0,0,0,0,0,0,0,'sound'), + (1061003,77,15,16776,0,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,80,0,0,0,0,10804,268,23,2000005745,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,80,16,6250,2,0,10804,268,23,0,0,0,0,0,0,0,0,'sound'), + (1061003,80,15,16779,0,0,10804,268,23,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,83,1,71,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,83,16,6246,2,0,10804,268,23,0,0,0,0,0,0,0,0,'sound'), + (1061003,87,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,0.810652,'Middlecamp'), + (1061003,88,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,4.00565,'Wheeler'), + (1061003,89,1,2,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,89,1,21,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,89,1,21,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,89,1,21,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,93,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,5.13852,'Middlecamp'), + (1061003,93,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,4.77803,'Wheeler'), + (1061003,93,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), + (1061003,93,3,0,0,0,0,8,8,0,0,0,0,0,0,0,2.84489,''), + (1061003,94,25,0,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN OFF'), + (1061003,95,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,95,1,4,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,95,16,6256,2,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,95,3,0,0,0,10805,272,16,0,0,0,0,-6077.43,-213.257,424.05,5.59936,'Klemmy'), + (1061003,105,10,11875,180000,0,0,0,0,0,0,0,0,-6076,-215,424,0,'summon 1st Mortar Team Target Dummy'), + (1061003,106,25,1,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN ON'), + (1061003,108,3,0,0,0,10805,272,16,0,0,0,0,-6065.9,-202.298,424.369,5,'Klemmy'), + (1061003,111,3,0,0,0,10805,272,16,0,0,0,0,0,0,0,5.59936,'Klemmy'), + (1061003,113,1,3,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), + (1061003,115,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,4.54215,'Shorty'), + (1061003,116,3,0,0,0,10805,272,16,0,0,0,0,0,0,0,4.0985,'Klemmy'), + (1061003,116,1,16,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,117,1,69,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,122,1,0,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,124,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), + (1061003,125,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,2.9147,'Middlecamp'), + (1061003,125,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,3.01942,'Wheeler'), + (1061003,125,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,126,15,18655,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,128,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,0,'sound'), + (1061003,130,15,16786,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,130,15,5,0,0,11875,100,7,0,0,0,0,0,0,0,0,''), + (1061003,133,1,17,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,134,25,0,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN OFF'), + (1061003,136,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,4.54215,'Shorty'), + (1061003,136,3,0,0,0,10805,272,16,0,0,0,0,-6077.43,-213.257,424.05,5.59936,'Klemmy'), + (1061003,137,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,137,16,6252,2,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,138,1,4,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,141,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), + (1061003,146,10,11875,180000,0,0,0,0,0,0,0,0,-6076,-215,424,0,'summon 2nd Mortar Team Target Dummy'), + (1061003,148,3,0,0,0,10805,272,16,0,0,0,0,-6071.88,-212.831,422.929,5,'Klemmy'), + (1061003,150,3,0,0,0,10805,272,16,0,0,0,0,0,0,0,6.04228,'Klemmy'), + (1061003,151,25,1,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN ON'), + (1061003,152,1,66,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), + (1061003,152,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,4.54215,'Shorty'), + (1061003,154,3,0,0,0,10805,272,16,0,0,0,0,-6065.9,-202.298,424.369,5,'Klemmy'), + (1061003,154,28,8,0,0,10611,267,16,0,0,0,0,0,0,0,0,'STATE_KNEEL'), + (1061003,156,16,6254,2,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,157,3,0,0,0,10805,272,16,0,0,0,0,0,0,0,4.0985,'Klemmy'), + (1061003,161,28,0,0,0,10611,267,16,0,0,0,0,0,0,0,0,'STATE_STAND'), + (1061003,162,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), + (1061003,163,1,25,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,163,16,6255,2,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,164,15,18655,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,165,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,0,'sound'), + (1061003,166,15,16786,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,166,15,5,0,0,11875,100,7,0,0,0,0,0,0,0,0,''), + (1061003,167,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,4.54215,'Shorty'), + (1061003,167,25,0,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN OFF'), + (1061003,168,1,25,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,168,16,6251,2,0,0,0,0,0,0,0,0,0,0,0,0,'sound'), + (1061003,169,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,5.13852,'Middlecamp'), + (1061003,169,3,0,0,0,10805,272,16,0,0,0,0,-6077.43,-213.257,424.05,5.59936,'Klemmy'), + (1061003,170,1,21,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,170,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,4.77803,'Wheeler'), + (1061003,171,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,2.84489,'Shorty'), + (1061003,171,1,4,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,178,10,12385,180000,0,0,0,0,0,0,0,0,-6076,-215,424,0,'summon Mortar Team Advanced Target Dummy'), + (1061003,180,3,0,0,0,10805,272,16,0,0,0,0,-6071.88,-212.831,422.929,5,'Klemmy'), + (1061003,182,3,0,0,0,10805,272,16,0,0,0,0,0,0,0,6.04228,'Klemmy'), + (1061003,182,15,18655,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,182,1,25,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), + (1061003,183,1,11,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), + (1061003,183,1,15,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,183,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,184,16,6258,2,0,0,0,0,0,0,0,0,0,0,0,0,'sound'), + (1061003,184,25,1,0,0,10805,272,16,0,0,0,0,0,0,0,0,'RUN ON'), + (1061003,185,16,7316,2,0,0,0,0,0,0,0,0,0,0,0,0,'sound'), + (1061003,185,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,2.9147,'Middlecamp'), + (1061003,185,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,3.01942,'Wheeler'), + (1061003,185,3,0,0,0,10805,272,16,0,0,0,0,-6064.07,-209.851,421.98,6.10275,'Klemmy'), + (1061003,186,15,16786,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,186,15,5,0,0,12385,100,7,0,0,0,0,0,0,0,0,''), + (1061003,187,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,187,1,10,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,187,3,0,0,0,10805,272,16,0,0,0,0,-6061.97,-218.956,421.085,5.92054,'Klemmy'), + (1061003,190,3,0,0,0,10805,272,16,0,0,0,0,-6040.96,-221.929,414.921,5.92054,'Klemmy'), + (1061003,196,1,14,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), + (1061003,196,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,196,1,0,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,198,1,11,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,198,1,11,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,199,1,11,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,199,1,11,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,199,1,14,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy'), + (1061003,200,1,11,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1061003,200,1,11,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty'), + (1061003,201,1,11,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp'), + (1061003,201,1,11,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler'), + (1061003,202,3,0,0,0,10805,272,16,0,0,0,0,-6007.3,-200.348,406.777,3.28222,'Klemmy'), + (1061003,202,3,0,0,0,10611,267,16,0,0,0,0,-6007.46,-202.158,407.448,2,'Shorty'), + (1061003,203,3,0,0,0,0,0,0,0,0,0,0,-6009.25,-202.65,406.983,2,'angus'), + (1061003,203,3,0,0,0,10804,268,16,0,0,0,0,-6010.67,-199.434,406.792,5.53269,'Middlecamp'), + (1061003,203,3,0,0,0,10803,266,16,0,0,0,0,-6008.53,-199.145,406.687,4.37218,'Wheeler'), + (1061003,212,3,0,0,0,10805,272,16,0,0,0,0,0,0,0,3.28222,'Klemmy'), + (1061003,216,3,0,0,0,10803,266,16,0,0,0,0,0,0,0,4.37218,'Wheeler'), + (1061003,219,3,0,0,0,10804,268,16,0,0,0,0,0,0,0,5.53269,'Middlecamp'), + (1061003,220,3,0,0,0,1243,265,16,0,0,0,0,0,0,0,0.0349066,'Hegnar'), + (1061003,220,3,0,0,0,10611,267,16,0,0,0,0,0,0,0,2.47837,'Shorty'), + (1061003,228,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1.58825,'angus'), + (1061003,229,29,3,1,0,1243,265,23,0,0,0,0,0,0,0,0,'1243 - NPCFlags added'), + (1061004,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Angus - unactive'), + (1061004,0,21,0,0,0,10805,272,16,0,0,0,0,0,0,0,0,'Klemmy - unactive'), + (1061004,0,21,0,0,0,10611,267,16,0,0,0,0,0,0,0,0,'Shorty - unactive'), + (1061004,1,21,0,0,0,10803,266,16,0,0,0,0,0,0,0,0,'Wheeler - unactive'), + (1061004,1,21,0,0,0,10804,268,16,0,0,0,0,0,0,0,0,'Middlecamp - unactive'), + (1061701,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1066501,1,0,0,0,0,0,0,0,2000005018,0,0,0,0,0,0,0,''), + (1091901,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1103801,1,0,0,0,0,0,0,0,2000005031,2000005214,2000005228,2000005233,0,0,0,0,''), + (1103802,1,0,0,0,0,0,0,0,2000005032,2000005215,2000005229,2000005234,0,0,0,0,''), + (1119601,0,1,36,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1126001,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1126002,1,1,234,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1149201,0,15,21157,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Dark Channeling'), + (1149202,0,20,1,5,0,0,0,8,0,0,0,0,0,0,0,0,'Switch to random movement around the current position'), + (1149202,75,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Switch back to waypoint movement'), + (1171301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'set run on'), + (1171306,0,26,0,0,0,11711,10,2,0,0,0,0,0,0,0,0,'attack Sentinel Aynasha'), + (1220401,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1220501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1258101,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1371601,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'set walk'), + (1371601,1,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement changed to 2:waypoint'), + (1371602,3,0,0,0,0,0,0,0,2000005649,0,0,0,0,0,0,0,'Celebras Scepter Event'), + (1371602,5,15,21916,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Celebras Waiting'), + (1371602,6,0,0,0,0,0,0,0,2000005650,0,0,0,0,0,0,0,'Celebras Scepter Event'), + (1371602,7,0,0,0,0,0,0,0,2000005651,0,0,0,0,0,0,0,'Celebras Scepter Event'), + (1371603,0,0,0,0,0,0,0,0,2000005652,0,0,0,0,0,0,0,'Celebras Scepter Event'), + (1371603,4,0,0,0,0,0,0,0,2000005653,0,0,0,0,0,0,0,'Celebras Scepter Event'), + (1371603,5,15,21950,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Recite Words of Celebras'), + (1371604,0,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'Add flags'), + (1371604,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop WP movement'), + (1435301,1,0,0,0,0,0,0,0,2000000166,0,0,0,0,0,0,0,'Mizzle - say new king 1'), + (1435307,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - pause WP Movement'), + (1435307,0,0,0,0,0,0,0,0,2000000167,0,0,0,0,0,0,0,'Mizzle - say new king 2'), + (1435308,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - pause WP Movement'), + (1435308,0,9,35834,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - spawn tribute chest'), + (1435308,10,29,1,2,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - npc_flag removed'), + (1435401,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'PAUSE ON'), + (1435401,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1435402,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'PAUSE ON'), + (1435402,0,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'npc_flag added'), + (1450802,0,0,0,0,0,0,0,0,2000005783,0,0,0,0,0,0,0,'Short John Mithril - yell 1'), + (1450816,0,0,0,0,0,0,0,0,2000005784,0,0,0,0,0,0,0,'Short John Mithril - yell 2'), + (1450819,0,9,12029,10500,0,0,0,0,0,0,0,0,0,0,0,0,'Short John Mithril - spawn chest'), + (1450833,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,4.41568,'Short John Mithril - face arena'), + (1485001,3,0,0,0,0,0,0,0,2000005314,0,0,0,0,0,0,0,''), + (1485001,8,0,0,0,0,14859,5,4,2000005315,0,0,0,0,0,0,0,''), + (1485001,12,0,0,0,0,0,0,0,2000005316,0,0,0,0,0,0,0,''), + (1485002,3,0,0,0,0,0,0,0,2000005317,0,0,0,0,0,0,0,''), + (1485002,7,0,0,0,0,14859,5,4,2000005318,0,0,0,0,0,0,0,''), + (1485002,12,0,0,0,0,0,0,0,2000005319,0,0,0,0,0,0,0,''), + (1485003,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1485003,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (1485701,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1485702,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (1485702,5,0,0,0,0,0,0,0,2000000186,0,0,0,0,0,0,0,''), + (1485703,3,0,0,0,0,0,0,0,2000000187,0,0,0,0,0,0,0,''), + (1485703,31,0,0,0,0,0,0,0,2000000188,0,0,0,0,0,0,0,''), + (1485704,10,0,0,0,0,0,0,0,2000000189,0,0,0,0,0,0,0,''), + (1485705,15,0,0,0,0,0,0,0,2000000190,0,0,0,0,0,0,0,''), + (1485705,18,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1485706,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (1485706,3,0,0,0,0,0,0,0,2000000191,0,0,0,0,0,0,0,''), + (1485706,8,0,0,0,0,14893,5,4,2000000192,0,0,0,0,0,0,0,''), + (1485706,9,1,21,0,0,14893,5,0,0,0,0,0,0,0,0,0,''), + (1485706,14,1,7,0,0,3501,5,0,0,0,0,0,0,0,0,0,''), + (1485706,14,1,7,0,0,14893,5,0,0,0,0,0,0,0,0,0,''), + (1485706,21,0,0,0,0,0,0,0,2000005010,0,0,0,0,0,0,0,''), + (1485707,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1485707,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (1486001,1,0,0,0,0,0,0,0,2000005035,2000005218,0,0,0,0,0,0,''), + (1487301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1487301,5,0,0,0,0,0,0,0,2000005320,0,0,0,0,0,0,0,''), + (1487301,13,0,0,0,0,5907,30,4,2000005321,0,0,0,0,0,0,0,''), + (1487301,20,0,0,0,0,0,0,0,2000005322,0,0,0,0,0,0,0,''), + (1487302,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (1487303,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1487304,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1487304,235,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (1487305,9,0,0,0,0,0,0,0,2000005323,0,0,0,0,0,0,0,''), + (1487306,9,0,0,0,0,0,0,0,2000005324,0,0,0,0,0,0,0,''), + (1487307,9,0,0,0,0,0,0,0,2000005325,0,0,0,0,0,0,0,''), + (1487308,9,0,0,0,0,0,0,0,2000005326,0,0,0,0,0,0,0,''), + (1487309,9,0,0,0,0,0,0,0,2000005327,0,0,0,0,0,0,0,''), + (1490101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1490102,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (1490103,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1490103,128,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (1490104,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1490104,235,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1490801,1,20,1,5,0,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1490801,4,0,0,0,0,0,0,0,2000005767,0,0,0,0,0,0,0,''), + (1490801,7,0,0,0,0,0,0,0,2000005768,0,0,0,0,0,0,0,''), + (1490802,4,0,0,0,0,0,0,0,2000005769,0,0,0,0,0,0,0,''), + (1490802,5,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1490803,1,0,0,0,0,0,0,0,2000005772,0,0,0,0,0,0,0,''), + (1490803,2,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (1490803,6,0,0,0,0,0,0,0,2000005773,0,0,0,0,0,0,0,''), + (1490804,0,20,0,0,0,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (1490804,1,25,1,0,0,14909,50,7,0,0,0,0,0,0,0,0,'RUN ON'), + (1490804,2,3,0,0,0,14909,50,7,0,0,0,0,1021.28,-2233.42,93.33,5.05,'force buddy to move'), + (1490804,6,0,0,0,0,14909,50,7,2000005774,0,0,0,0,0,0,0,'force buddy to: say text'), + (1490804,9,0,0,0,0,0,0,0,2000005011,0,0,0,0,0,0,0,''), + (1490804,10,25,0,0,0,14909,50,7,0,0,0,0,0,0,0,0,'RUN OFF'), + (1490804,12,3,0,0,0,14909,50,7,0,0,0,0,1013.24,-2221.47,92.9837,2.5,'force buddy to move'), + (1490804,17,3,0,0,0,14909,50,7,0,0,0,0,1017.95,-2224.33,93.08,4.7,'force buddy to move'), + (1490804,20,20,1,5,0,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1490805,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (1490806,0,20,1,5,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1490806,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (1490806,2,20,1,5,0,14909,50,7,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1490806,180,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (1490807,4,0,0,0,0,0,0,0,2000005770,0,0,0,0,0,0,0,''), + (1490808,5,0,0,0,0,0,0,0,2000005771,0,0,0,0,0,0,0,''), + (1490809,4,0,0,0,0,0,0,0,2000005775,0,0,0,0,0,0,0,''), + (1534301,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'AQ20 - Qiraji Swarmguard'), + (1554101,0,25,1,0,0,15542,43203,16,0,0,0,0,0,0,0,0,'RUN ON - Twilight Marauder 2'), + (1554101,1,25,1,0,0,15542,43202,16,0,0,0,0,0,0,0,0,'RUN ON - Twilight Marauder 1'), + (1554101,2,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON - Twilight Marauder Morna'), + (1593101,1,15,28280,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast summon sewage slime'), + (1593101,3,15,28280,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast summon sewage slime'), + (1593101,5,15,28280,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast summon sewage slime'), + (1060201,0,20,1,10,0,0,0,8,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1060101,0,20,1,10,0,0,0,8,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1058401,0,20,1,10,0,0,0,8,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (1606101,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1.4396,'Turns toward trainee'), + (1606101,1,1,26,0,0,16803,5,0,0,0,0,0,0,0,0,0,'change emote state: stand'), + (1606101,2,3,0,0,0,16803,5,0,0,0,0,0,0,0,0,4.4563,'Turns toward Razuvious'), + (1606101,3,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shouts'), + (1606101,5,1,1,0,0,16803,5,0,0,0,0,0,0,0,0,0,'talks'), + (1606101,8,1,66,0,0,16803,5,0,0,0,0,0,0,0,0,0,'salutes'), + (1606101,11,3,0,0,0,16803,5,0,0,0,0,0,0,0,0,2.03,'Turns toward dummy'), + (1606101,11,1,333,0,0,16803,5,0,0,0,0,0,0,0,0,0,'change emote state: train'), + (1606102,0,1,36,0,0,16803,60,0,0,0,0,0,0,0,0,0,'Understudy attacks combat dummy'), + (1704001,1,0,0,0,0,0,0,0,2000005554,0,0,0,0,0,0,0,'Grel\'borg the Miser - Say 1'), + (1704002,1,0,0,0,0,0,0,0,2000005555,0,0,0,0,0,0,0,'Grel\'borg the Miser - Say 2'), + (1704003,0,20,1,2,0,0,0,8,0,0,0,0,0,0,0,0,'Grel\'borg the Miser - Movementtype 1'), + (1704003,30,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grel\'borg the Miser - Movementtype 2'), + (3841701,10,0,0,0,0,0,0,0,2000005634,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 1'), + (3841701,21,0,0,0,0,0,0,0,2000005635,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 2'), + (3841701,27,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,28,10,5730,45000,0,0,0,0,0,0,0,0,1793.06,128.017,-63.7599,0.575959,'Jezelle Pruitt - Summoning Class - Spawn Imp'), + (3841701,29,15,7791,0,0,5730,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Imp'), + (3841701,29,20,1,3,0,5730,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Imp'), + (3841701,30,0,0,0,0,0,0,0,2000005636,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 3'), + (3841701,55,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,55,15,7791,0,0,5730,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Imp'), + (3841701,57,18,0,0,0,5730,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Imp'), + (3841701,61,0,0,0,0,0,0,0,2000005637,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 4'), + (3841701,67,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,68,10,5729,45000,0,0,0,0,0,0,0,0,1792.87,128.051,-63.7599,5.07891,'Jezelle Pruitt - Summoning Class - Spawn Voidwalker'), + (3841701,69,15,7791,0,0,5729,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Voidwalker'), + (3841701,69,20,1,3,0,5729,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Voidwalker'), + (3841701,71,0,0,0,0,0,0,0,2000005638,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 5'), + (3841701,97,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,97,15,7791,0,0,5729,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Voidwalker'), + (3841701,99,18,0,0,0,5729,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Voidwalker'), + (3841701,103,0,0,0,0,0,0,0,2000005639,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 6'), + (3841701,109,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,110,10,5728,45000,0,0,0,0,0,0,0,0,1792.97,128.331,-63.7599,0.0349066,'Jezelle Pruitt - Summoning Class - Spawn Succubus'), + (3841701,111,15,7791,0,0,5728,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Succubus'), + (3841701,111,20,1,3,0,5728,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Succubus'), + (3841701,111,0,0,0,0,0,0,0,2000005640,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 7'), + (3841701,137,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,137,15,7791,0,0,5728,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Succubus'), + (3841701,139,18,0,0,0,5728,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Succubus'), + (3841701,143,0,0,0,0,0,0,0,2000005641,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 8'), + (3841701,149,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,150,10,5726,45000,0,0,0,0,0,0,0,0,1792.86,128.017,-63.7599,3.7001,'Jezelle Pruitt - Summoning Class - Spawn Felhunter'), + (3841701,151,15,7791,0,0,5726,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Felhunter'), + (3841701,151,20,1,3,0,5726,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Felhunter'), + (3841701,152,0,0,0,0,0,0,0,2000005642,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 9'), + (3841701,177,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,177,15,7791,0,0,5726,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Felhunter'), + (3841701,179,18,0,0,0,5726,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Felhunter'), + (3841701,184,0,0,0,0,0,0,0,2000005643,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 10'), + (3841701,190,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,191,10,5727,45000,0,0,0,0,0,0,0,0,1793.01,128.179,-63.7599,3.29867,'Jezelle Pruitt - Summoning Class - Spawn Felsteed'), + (3841701,192,15,7791,0,0,5727,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Felsteed'), + (3841701,192,20,1,3,0,5727,25,15,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Movement Felsteed'), + (3841701,192,0,0,0,0,0,0,0,2000005644,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 11'), + (3841701,218,15,7794,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport'), + (3841701,218,15,7791,0,0,5727,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Teleport Felsteed'), + (3841701,220,18,0,0,0,5727,25,7,0,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Despawn Felsteed'), + (3841701,224,0,0,0,0,0,0,0,2000005645,0,0,0,0,0,0,0,'Jezelle Pruitt - Summoning Class - Say 12'), + (4184401,0,15,9008,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helena Atwood - Shoot'), + (5683901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lava Surger - Run'), + (85001,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (85002,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (84801,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (84901,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (404802,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pause WP movement'), + (404802,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (404802,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5.0091,''), + (404808,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pause WP movement'), + (404808,2,0,0,0,0,0,0,0,2000005781,0,0,0,0,0,0,0,''), + (404808,4,15,6537,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (404808,6,10,4059,50000,0,0,0,0,0,0,0,0,-4479.45,-768.01,-37.36,0,''), + (404808,7,10,4059,50000,0,0,0,0,0,0,0,0,-4486.55,-769.8,-37.23,0,''), + (404808,8,10,4059,50000,0,0,0,0,0,0,0,0,-4484.95,-767.87,-36.61,0,''), + (404808,9,10,4059,50000,0,0,0,0,0,0,0,0,-4484.9,-770.79,-37.62,0,''), + (404808,10,10,4059,50000,0,0,0,0,0,0,0,0,-4484.07,-765.04,-35.74,0,''), + (404808,11,10,4059,50000,0,0,0,0,0,0,0,0,-4485.88,-764.05,-35.19,0,''), + (404808,14,0,0,0,0,0,0,0,2000005782,0,0,0,0,0,0,0,''), + (404808,13,14,6537,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (404808,27,32,0,0,0,0,0,4,0,0,0,0,0,0,0,0,'Unpause WP movement'), + (405901,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (4729401,0,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapon Technician - state_usestanding'), + (4729401,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapon Technician - oneshot_none'), + (4763101,3,1,133,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - state_usestanding_nosheathe'), + (4763101,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - oneshot_none'), + (4763102,3,1,173,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - state_work'), + (4763102,13,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - oneshot_none'), + (4763103,1,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - oneshot_kneel'), + (4763104,0,20,1,3,0,0,0,8,0,0,0,0,0,0,0,0,'Fineous Darkvire - movementtype_random'), + (4763104,90,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fineous Darkvire - movementtype_waypoint'), + (5,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stratholme - Gargoyles - RUN ON'), + (583101,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swiftmane - RUN ON'), + (848001,1,21,1,0,0,0,0,4,0,0,0,0,0,0,0,0,'Kalaran the Deceiver - active'), + (848001,1,0,0,0,0,0,0,0,2000000526,0,0,0,0,0,0,0,''), + (848001,3,0,0,0,0,0,0,0,2000000527,0,0,0,0,0,0,0,''), + (848001,7,0,0,0,0,0,0,0,2000000528,0,0,0,0,0,0,0,''), + (848001,13,0,0,0,0,8509,20,7,2000000529,0,0,0,0,0,0,0,''), + (848001,15,3,0,0,0,0,0,0,0,0,0,0,0,0,0,4.65994,''), + (848001,18,0,0,0,0,0,0,0,2000000530,0,0,0,0,0,0,0,''), + (848001,22,0,0,0,0,0,0,0,2000000531,0,0,0,0,0,0,0,''), + (848001,27,0,0,0,0,0,0,0,2000000532,0,0,0,0,0,0,0,''), + (848001,32,0,0,0,0,8509,20,7,2000000533,0,0,0,0,0,0,0,''), + (848001,35,0,0,0,0,0,0,0,2000000534,0,0,0,0,0,0,0,''), + (848001,38,0,0,0,0,0,0,0,2000000535,0,0,0,0,0,0,0,''), + (848001,41,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (848001,44,0,0,0,0,0,0,0,2000000536,0,0,0,0,0,0,0,''), + (848001,48,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,'Kalaran the Deceiver - unactive'), + (950001,0,0,0,0,0,9545,20,0,2000000261,2000000262,2000000263,2000000264,0,0,0,0,'Grim Patron - Say 1, 2, 3 or 4'), + (950001,0,36,0,0,0,9545,20,3,0,0,0,0,0,0,0,0,'Grim Patron - Face Nagmara'), + (950001,1,36,0,0,0,9545,20,1,0,0,0,0,0,0,0,0,'Mistress Nagmara - Face Grim Patron'), + (950001,2,0,0,0,0,0,0,0,2000000265,2000000266,2000000267,0,0,0,0,0,'Mistress Nagmara - Say 1, 2 or 3'), + (950001,4,36,1,0,0,9545,20,3,0,0,0,0,0,0,0,0,'Grim Patron - restore orientation'), + (950001,5,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mistress Nagmara - restore orientation'), + (950002,0,0,0,0,0,9547,20,0,2000000261,2000000262,2000000263,2000000264,0,0,0,0,'Grim Patron - Say 1, 2, 3 or 4'), + (950002,0,36,0,0,0,9547,20,3,0,0,0,0,0,0,0,0,'Guzzling Patron - Face Nagmara'), + (950002,1,36,0,0,0,9547,20,1,0,0,0,0,0,0,0,0,'Mistress Nagmara - Face Guzzling Patron'), + (950002,2,0,0,0,0,0,0,0,2000000265,2000000266,2000000267,0,0,0,0,0,'Mistress Nagmara - Say 1, 2 or 3'), + (950002,4,36,1,0,0,9547,20,3,0,0,0,0,0,0,0,0,'Guzzling Patron - restore orientation'), + (950002,5,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mistress Nagmara - restore orientation'), + (889101,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (889101,1,25,0,0,0,8891,40,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (889101,2,20,1,5,0,8891,40,8,0,0,0,0,0,0,0,0,''), + (889101,3,20,1,5,0,0,0,8,0,0,0,0,0,0,0,0,''), + (705301,1,0,0,0,0,0,0,0,2000000786,0,0,0,0,0,0,0,''), + (705301,5,0,0,0,0,0,0,0,2000000787,0,0,0,0,0,0,0,''), + (705301,12,0,0,0,0,0,0,0,2000000788,0,0,0,0,0,0,0,''), + (705301,14,0,0,0,0,0,0,0,2000000789,0,0,0,0,0,0,0,''), + (705301,19,0,0,0,0,0,0,0,2000000790,0,0,0,0,0,0,0,''), + (705302,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (705201,1,31,7052,12,0,0,0,0,-26000,0,0,0,0,0,0,0,'search for Raven'), + (705201,2,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jill active'), + (705201,2,21,1,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'Raven active'), + (705201,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5.73848,''), + (705201,3,32,1,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (705201,3,25,1,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'RUN ON'), + (705201,3,0,0,0,0,0,0,0,2000000791,0,0,0,0,0,0,0,''), + (705201,4,3,0,0,0,7052,66991,23,0,0,0,0,-11138.8,543.77,47.2145,2.54977,''), + (705201,7,25,0,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'RUN OFF'), + (705201,7,36,0,0,0,7052,66991,19,0,0,0,0,0,0,0,0,'Face Jill'), + (705201,7,0,0,0,0,7052,66991,23,2000000792,0,0,0,0,0,0,0,''), + (705201,10,0,0,0,0,0,0,0,2000000793,0,0,0,0,0,0,0,''), + (705201,16,0,0,0,0,7052,66991,23,2000000794,2000000795,0,0,0,0,0,0,''), + (705201,22,0,0,0,0,0,0,0,2000000796,0,0,0,0,0,0,0,''), + (705201,25,32,0,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (705201,26,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jill unactive'), + (705201,26,21,0,0,0,7052,66991,23,0,0,0,0,0,0,0,0,'Raven unactive'), + (1128205,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (1128205,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,3.495,'Melia face Sammy'), + (1128205,9,0,0,0,0,0,0,0,2000000615,0,0,0,0,0,0,0,'Melia'), + (1128205,14,0,0,0,0,11283,20,0,2000000616,0,0,0,0,0,0,0,'Sammy'), + (1128205,16,0,0,0,0,0,0,0,2000000617,0,0,0,0,0,0,0,'Melia'), + (1128205,17,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Melia unactive'), + (1128205,17,21,0,0,0,11283,20,7,0,0,0,0,0,0,0,0,'Sammy unactive'), + (1128205,30,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (1128205,30,0,0,0,0,0,0,0,2000000613,0,0,0,0,0,0,0,'Melia'), + (1128205,31,32,0,0,0,11283,20,0,0,0,0,0,0,0,0,0,'Sammy unpause WP movement'), + (1128205,31,0,0,0,0,11283,20,0,2000000614,0,0,0,0,0,0,0,'Sammy'), + (1128201,0,31,11283,20,0,0,0,0,0,0,0,0,0,0,0,0,'search for Sammy'), + (1128201,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Melia active'), + (1128201,1,21,1,0,0,11283,20,7,0,0,0,0,0,0,0,0,'Sammy active'), + (1128201,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Melia - run on'), + (1128201,1,25,1,0,0,11283,20,7,0,0,0,0,0,0,0,0,'Sammy - run on'), + (1128305,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sammy pause WP movement'), + (84201,3,23,308,0,0,0,0,8,0,0,0,0,0,0,0,0,''), + (84202,3,1,234,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (84202,97,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (84202,100,23,89,0,0,0,0,8,0,0,0,0,0,0,0,0,''), + (84203,2,23,89,0,0,0,0,8,0,0,0,0,0,0,0,0,''), + (84204,3,1,234,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (84204,97,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (667001,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (667001,87,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (667002,3,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1162577,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (1162577,1,0,0,0,0,0,0,0,2000000401,0,0,0,0,0,0,0,'Cork Yell Bodyguards Quest'), + (1162577,2,29,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'Cork add questgiver status'), + (1162577,300,29,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Cork remove questgiver status'), + (1162577,300,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (11625209,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cork pause WP movement'), + (11625209,1,0,0,0,0,11626,100,7,2000000403,0,0,0,0,0,0,0,'Rigger Yell Caravan Quest'), + (11625209,2,29,2,1,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger add questgiver status'), + (11625209,300,29,2,2,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger remove questgiver status'), + (11625209,300,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cork unpause WP movement'), + (1162501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cork - run on'), + (1162501,0,25,1,0,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger - run on'), + (1162501,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'Cork remove questgiver/gossip status'), + (1162501,0,29,3,2,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger remove questgiver/gossip status'), + (1162501,0,25,1,0,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - run on'), + (1162501,0,25,1,0,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - run on'), + (1162501,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cork - restore faction'), + (1162501,1,22,0,0,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger - restore faction'), + (1162501,1,22,0,0,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - restore faction'), + (1162501,1,22,0,0,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - restore faction'), + (1162556,0,10,12245,600000,0,0,0,0,0,0,0,0,-692.743,1522.2,90.3611,0.558505,'Vendor-tron 1000 Summon'), + (1162556,0,29,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Add Cork Gossip Flag'), + (1162556,590,0,0,0,0,0,0,0,2000000400,0,0,0,0,0,0,0,'Cork departing text'), + (1162556,600,29,1,2,0,0,0,0,0,0,0,0,0,0,0,0,'Remove Cork Gossip Flag'), + (11625197,0,10,12246,600000,0,11626,100,0,0,0,0,0,-1926.3,2412.79,60.6956,0.174533,'Super-seller 680 Summon'), + (11625197,0,29,1,1,0,11626,100,7,0,0,0,0,0,0,0,0,'Add Rigger Gossip Flag'), + (11625197,590,0,0,0,0,11626,100,7,2000000402,0,0,0,0,0,0,0,'Rigger departing text'), + (11625197,600,29,1,2,0,11626,100,7,0,0,0,0,0,0,0,0,'Remove Rigger Gossip Flag'), + (350102,1,31,14893,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 14893'), + (350102,2,1,1,0,0,14893,13579,23,273,274,6,1,0,0,0,0,''), + (350102,6,1,1,0,0,0,0,0,273,274,6,1,0,0,0,0,''), + (350103,1,31,3501,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 3501'), + (350103,2,1,1,0,0,3501,19428,23,273,274,6,1,0,0,0,0,''), + (350103,6,1,1,0,0,0,0,0,273,274,6,1,0,0,0,0,''), + (350104,1,31,3501,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 3501'), + (350104,2,1,1,0,0,3501,19402,23,0,0,0,0,0,0,0,0,''), + (350104,6,1,1,0,0,0,0,0,11,1,0,0,0,0,0,0,''), + (350104,9,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1490105,1,31,14901,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 14901'), + (1490105,2,1,1,0,0,14901,13772,23,273,274,6,1,0,0,0,0,''), + (1490105,6,1,1,0,0,0,0,0,273,274,6,1,0,0,0,0,''), + (1485901,2,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (344301,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (344301,4,31,8306,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 8306'), + (344301,5,1,0,0,0,8306,14389,19,0,0,0,0,0,0,0,0,''), + (344301,7,36,0,0,0,8306,14389,19,0,0,0,0,0,0,0,0,''), + (344301,10,1,1,0,0,8306,14389,23,0,0,0,0,0,0,0,0,''), + (344301,14,3,0,0,0,8306,14389,23,0,0,0,0,0,0,0,5.91667,''), + (344301,16,1,173,0,0,8306,14389,23,0,0,0,0,0,0,0,0,''), + (3804,1,31,38,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 38'), + (3804,2,1,1,0,0,38,80151,23,0,0,0,0,0,0,0,0,''), + (3804,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3805,1,31,38,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 38'), + (3805,2,1,1,0,0,38,80185,23,0,0,0,0,0,0,0,0,''), + (3805,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3806,1,31,38,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 38'), + (3806,2,1,1,0,0,38,80189,23,0,0,0,0,0,0,0,0,''), + (3806,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3807,1,31,38,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 38'), + (3807,2,1,1,0,0,38,80200,23,0,0,0,0,0,0,0,0,''), + (3807,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (672901,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), + (672902,1,0,0,0,0,0,0,0,2000000813,0,0,0,0,0,0,0,''), + (672902,1,29,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (672902,2,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), + (617601,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (617601,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (617601,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1.39626,''), + (617608,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (617608,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5.8,''), + (617608,2,0,0,0,0,0,0,0,2000000043,0,0,0,0,0,0,0,''), + (617608,2,15,8606,0,0,0,0,4,0,0,0,0,0,0,0,0,'cast summon cyclonian'), + (617608,14,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (908201,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (908201,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (908201,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.38871,''), + (908201,10,3,0,0,0,9083,15,7,0,0,0,0,0,0,0,4.01426,''), + (908201,10,3,0,0,0,9084,15,7,0,0,0,0,0,0,0,0.802995,''), + (908201,10,3,0,0,0,9085,15,7,0,0,0,0,0,0,0,3.94224,''), + (908201,10,3,0,0,0,9086,15,7,0,0,0,0,0,0,0,6.24895,''), + (908201,600,32,0,0,0,9077,100,7,0,0,0,0,0,0,0,0,'unpause WP movement'), + (908201,601,29,3,2,0,9077,100,7,0,0,0,0,0,0,0,0,'npcFlags removed'), + (908301,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (908401,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (908401,1,29,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (907701,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (907701,1,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (907701,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.56563,''), + (907711,0,0,0,0,0,9083,100,7,2000000645,0,0,0,0,0,0,0,''), + (907711,8,0,0,0,0,9085,100,7,2000000646,0,0,0,0,0,0,0,''), + (907711,10,0,0,0,0,9085,100,7,2000000647,0,0,0,0,0,0,0,''), + (907711,20,0,0,0,0,9086,100,7,2000000648,0,0,0,0,0,0,0,''), + (907711,24,0,0,0,0,9086,100,7,2000000649,0,0,0,0,0,0,0,''), + (907711,26,0,0,0,0,9082,100,7,2000000650,0,0,0,0,0,0,0,''), + (907711,28,0,0,0,0,9086,100,7,2000000651,0,0,0,0,0,0,0,''), + (907711,29,0,0,0,0,9082,100,7,2000000652,0,0,0,0,0,0,0,''), + (907711,32,0,0,0,0,9084,100,7,2000000653,0,0,0,0,0,0,0,''), + (907716,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (907716,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.02664,''), + (907716,2,3,0,0,0,9082,15,3,0,0,0,0,0,0,0,5.17217,''), + (907716,2,0,0,0,0,0,0,0,2000000654,0,0,0,0,0,0,0,''), + (907716,6,0,0,0,0,9082,15,7,2000000655,0,0,0,0,0,0,0,''), + (907716,10,0,0,0,0,0,0,0,2000000656,0,0,0,0,0,0,0,''), + (907716,16,0,0,0,0,9082,15,7,2000000657,0,0,0,0,0,0,0,''), + (907716,18,3,0,0,0,9082,15,7,0,0,0,0,0,0,0,2.38871,''), + (907716,19,0,0,0,0,9082,15,7,2000000658,0,0,0,0,0,0,0,''), + (907716,22,32,0,0,0,9082,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), + (907716,22,32,0,0,0,9083,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), + (907716,22,32,0,0,0,9084,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), + (907716,22,32,0,0,0,9085,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), + (907716,22,32,0,0,0,9086,15,7,0,0,0,0,0,0,0,0,'unpause WP movement'), + (907716,23,29,2,2,0,9082,15,7,0,0,0,0,0,0,0,0,'npcFlags removed'), + (907716,23,29,2,2,0,9084,15,7,0,0,0,0,0,0,0,0,'npcFlags removed'), + (907716,28,0,0,0,0,9079,35,7,2000000659,0,0,0,0,0,0,0,''), + (907716,32,0,0,0,0,9078,35,7,2000000660,0,0,0,0,0,0,0,''), + (907716,37,0,0,0,0,9079,35,7,2000000661,0,0,0,0,0,0,0,''), + (907716,43,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (907716,45,0,0,0,0,9078,35,7,2000000662,0,0,0,0,0,0,0,''), + (907716,46,0,0,0,0,9078,35,7,2000000663,0,0,0,0,0,0,0,''), + (907718,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (907718,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.90471,''), + (907718,2,0,0,0,0,0,0,0,2000000664,0,0,0,0,0,0,0,''), + (907718,3,36,0,0,0,9079,15,3,0,0,0,0,0,0,0,0,'face Goretooth'), + (907718,3,36,0,0,0,9078,15,3,0,0,0,0,0,0,0,0,'face Goretooth'), + (907718,6,0,0,0,0,9079,35,7,2000000665,0,0,0,0,0,0,0,''), + (907718,7,0,0,0,0,9078,35,7,2000000666,0,0,0,0,0,0,0,''), + (907718,10,0,0,0,0,0,0,0,2000000667,0,0,0,0,0,0,0,''), + (907718,14,0,0,0,0,0,0,0,2000000668,0,0,0,0,0,0,0,''), + (907718,20,0,0,0,0,0,0,0,2000000669,0,0,0,0,0,0,0,''), + (907718,27,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (907718,28,36,1,0,0,9079,15,3,0,0,0,0,0,0,0,0,'reset orientation'), + (907718,28,36,1,0,0,9078,15,3,0,0,0,0,0,0,0,0,'reset orientation'), + (1611501,1,31,16114,10,0,0,0,0,0,0,0,0,0,0,0,0,'search for 16114'), + (1611501,2,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), + (1611501,2,29,3,2,0,16114,15,7,0,0,0,0,0,0,0,0,'npcFlags removed'), + (1611501,2,0,0,0,0,16114,15,7,2000000618,0,0,0,0,0,0,0,''), + (1611501,10,0,0,0,0,0,0,0,2000000619,0,0,0,0,0,0,0,''), + (1611501,17,0,0,0,0,0,0,0,2000000620,0,0,0,0,0,0,0,'text emote'), + (1611501,19,0,0,0,0,0,0,0,2000000621,0,0,0,0,0,0,0,''), + (1611501,23,0,0,0,0,0,0,0,2000000622,0,0,0,0,0,0,0,''), + (1611501,38,0,0,0,0,16114,15,7,2000000623,0,0,0,0,0,0,0,''), + (1611501,42,0,0,0,0,0,0,0,2000000624,0,0,0,0,0,0,0,''), + (1611501,44,0,0,0,0,16114,15,7,2000000625,0,0,0,0,0,0,0,''), + (1611501,48,0,0,0,0,0,0,0,2000000626,0,0,0,0,0,0,0,''), + (1611501,61,0,0,0,0,16114,15,7,2000000627,0,0,0,0,0,0,0,''), + (1611501,67,0,0,0,0,0,0,0,2000000628,0,0,0,0,0,0,0,''), + (1611501,72,0,0,0,0,16114,15,7,2000000629,0,0,0,0,0,0,0,''), + (1611501,77,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1611501,78,0,0,0,0,0,0,0,2000000630,0,0,0,0,0,0,0,''), + (1611501,90,0,0,0,0,0,0,0,2000000631,0,0,0,0,0,0,0,''), + (1611501,107,0,0,0,0,0,0,0,2000000632,0,0,0,0,0,0,0,''), + (1611501,122,0,0,0,0,0,0,0,2000000633,0,0,0,0,0,0,0,''), + (1611501,142,0,0,0,0,0,0,0,2000000634,0,0,0,0,0,0,0,''), + (1611501,153,28,5,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1611501,154,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (1611501,154,29,3,1,0,16114,15,7,0,0,0,0,0,0,0,0,'npcFlags added'), + (1611501,86,32,0,0,0,16256,25,7,0,0,0,0,0,0,0,0,'unpause WP movement'), + (1625601,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (1625601,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.16421,''), + (1625602,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (1625602,1,31,16113,20,0,0,0,0,0,0,0,0,0,0,0,0,'search for 16113'), + (1625602,1,31,16114,20,0,0,0,0,0,0,0,0,0,0,0,0,'search for 16114'), + (1625602,1,31,16115,20,0,0,0,0,0,0,0,0,0,0,0,0,'search for 16115'), + (1625602,1,31,16116,20,0,0,0,0,0,0,0,0,0,0,0,0,'search for 16116'), + (1625602,2,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), + (1625602,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.81973,''), + (1625602,2,29,3,2,0,16113,20,7,0,0,0,0,0,0,0,0,'npcFlags removed'), + (1625602,2,29,3,2,0,16114,20,7,0,0,0,0,0,0,0,0,'npcFlags removed'), + (1625602,2,29,3,2,0,16115,20,7,0,0,0,0,0,0,0,0,'npcFlags removed'), + (1625602,2,29,3,2,0,16116,20,7,0,0,0,0,0,0,0,0,'npcFlags removed'), + (1625602,5,0,0,0,0,0,0,0,2000000635,0,0,0,0,0,0,0,''), + (1625602,9,0,0,0,0,0,0,0,2000000636,0,0,0,0,0,0,0,''), + (1625602,12,0,0,0,0,0,0,0,2000000637,0,0,0,0,0,0,0,''), + (1625602,16,0,0,0,0,16115,15,7,2000000638,0,0,0,0,0,0,0,''), + (1625602,18,0,0,0,0,16113,15,7,2000000639,0,0,0,0,0,0,0,''), + (1625602,21,0,0,0,0,16114,15,7,2000000640,0,0,0,0,0,0,0,''), + (1625602,23,0,0,0,0,0,0,0,2000000641,0,0,0,0,0,0,0,''), + (1625602,27,0,0,0,0,16114,15,7,2000000642,0,0,0,0,0,0,0,''), + (1625602,33,0,0,0,0,16116,15,7,2000000643,0,0,0,0,0,0,0,''), + (1625602,37,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (1625602,37,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (1625602,37,29,3,1,0,16113,20,7,0,0,0,0,0,0,0,0,'npcFlags added'), + (1625602,37,29,3,1,0,16114,20,7,0,0,0,0,0,0,0,0,'npcFlags added'), + (1625602,37,29,3,1,0,16115,20,7,0,0,0,0,0,0,0,0,'npcFlags added'), + (1625602,37,29,3,1,0,16116,20,7,0,0,0,0,0,0,0,0,'npcFlags added'), + (253303,2,31,2532,100,0,0,0,0,0,0,0,0,0,0,0,0,''), + (253303,3,0,0,0,0,2532,79721,7,2000005062,2000005063,0,0,0,0,0,0,''), + (253304,1,0,0,0,0,0,0,0,2000005057,2000005058,2000005060,2000005061,0,0,0,0,''), + (253304,2,31,2532,100,0,0,0,0,0,0,0,0,0,0,0,0,''), + (253304,3,0,0,0,0,2532,79721,7,2000005062,2000005063,0,0,0,0,0,0,''), + (253304,3,21,0,0,0,2532,79721,23,0,0,0,0,0,0,0,0,'Donna - unactive'), + (253304,4,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'William - unactive'), + (1026801,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (5405201,0,10,10390,600000,0,0,0,0,0,0,0,0,3613.03,-3176.76,132.107,0,'Scarlet Bastion attack - Spawn Skeletal Guardian'), + (5405201,1,26,0,0,0,10390,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), + (5405201,60,10,10391,600000,0,0,0,0,0,0,0,0,3613.03,-3176.76,132.107,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), + (5405201,61,26,0,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), + (5407601,2,10,10391,600000,0,0,0,0,0,0,0,0,3645.58,-3209.03,129.124,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), + (5407601,3,26,0,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), + (5405201,21,10,10391,600000,0,0,0,0,0,0,0,0,3645.58,-3209.03,129.124,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), + (5405201,23,26,0,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), + (5407901,4,10,10390,600000,0,0,0,0,0,0,0,0,3698.47,-3179.32,127.9,0,'Scarlet Bastion attack - Spawn Skeletal Guardian'), + (5407901,5,26,0,0,0,10390,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), + (5407901,25,10,10391,600000,0,0,0,0,0,0,0,0,3698.47,-3179.32,127.9,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), + (5407901,26,26,0,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), + (5405601,6,10,10391,600000,0,0,0,0,0,0,0,0,3705.17,-3168.02,127.74,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), + (5405601,7,26,0,0,0,10391,55,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), + (5405601,66,10,10391,600000,0,0,0,0,0,0,0,0,3705.17,-3168.02,127.74,0,'Scarlet Bastion attack - Spawn Skeletal Berserker'), + (5405601,67,26,0,0,0,10391,25,0,0,0,0,0,0,0,0,0,'Scarlet Bastion attack'), + (1080801,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timmy - run on'), + (1080804,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timmy - run off'), + (1080819,1,20,1,5,0,0,0,8,0,0,0,0,0,0,0,0,'Timmy - switch to random movement'), + (16000501,1,0,0,0,0,15197,20,0,2000000508,0,0,0,0,0,0,0,'Yanka 30 Mins to Festival Start'), + (16000501,900,0,0,0,0,15197,20,0,2000000509,0,0,0,0,0,0,0,'Yanka 15 Mins to Festival Start'), + (16000501,1500,0,0,0,0,15197,20,0,2000000510,0,0,0,0,0,0,0,'Yanka 5 Mins to Festival Start'), + (16000501,1800,0,0,0,0,15197,20,0,2000000511,0,0,0,0,0,0,0,'Yanka Festival Start'), + (16000501,1801,10,15193,72000,0,0,0,0,0,0,0,0,1734.6,508.803,41.2847,1.6173,'summon Banshee Queen'), + (16000501,36000,43,0,0,0,180433,25,1,0,0,0,0,0,0,0,0,'Reset Wickerman'), + (16000501,36000,1,26,0,0,15197,50,0,0,0,0,0,0,0,0,0,'Yanka Stops Dancing'), + (1519301,1,0,0,0,0,0,0,0,2000000500,0,0,0,0,0,0,0,'Banshee Queen Speech Part 1'), + (1519301,9,0,0,0,0,0,0,0,2000000501,0,0,0,0,0,0,0,'Banshee Queen Speech Part 2'), + (1519301,18,0,0,0,0,0,0,0,2000000502,0,0,0,0,0,0,0,'Banshee Queen Speech Part 3'), + (1519301,27,0,0,0,0,0,0,0,2000000503,0,0,0,0,0,0,0,'Banshee Queen Speech Part 4'), + (1519301,49,0,0,0,0,0,0,0,2000000504,0,0,0,0,0,0,0,'Banshee Queen Speech Part 5'), + (1519301,58,0,0,0,0,0,0,0,2000000505,0,0,0,0,0,0,0,'Banshee Queen Speech Part 6'), + (1519301,68,15,14292,0,0,0,0,0,0,0,0,0,0,0,0,0,'Banshee Queen Throw Torch'), + (1519301,70,13,0,0,0,180433,25,1,0,0,0,0,0,0,0,0,'Activate Wickerman'), + (1519301,71,1,10,0,0,15197,50,0,0,0,0,0,0,0,0,0,'Yanka Dance'), + (1450013,0,0,0,0,0,0,0,0,2000005024,0,0,0,0,0,0,0,'J\'eevee yell on spawn'), + (1450013,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee set run on'), + (1450013,3,0,0,0,0,0,0,0,2000005038,0,0,0,0,0,0,0,'J\'eevee say 1'), + (1450014,0,15,23140,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast summon object'), + (1450014,3,0,0,0,0,0,0,0,2000005050,0,0,0,0,0,0,0,'J\'eevee say 2'), + (1450014,3,9,99787,3600,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee Respawn Bell of Dethmoora'), + (1450015,0,15,23140,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast summon object'), + (1450015,3,0,0,0,0,0,0,0,2000005350,0,0,0,0,0,0,0,'J\'eevee say 3'), + (1450015,3,9,99786,3600,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee Respawn Wheel of the Black March'), + (1450016,0,15,23140,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast summon object'), + (1450016,3,9,99785,3600,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee Respawn Doomsday Candle'), + (1450017,4,15,12980,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast teleport'), + (1450017,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee despawn'), + (1450002,3,0,0,0,0,0,0,0,2000005353,0,0,0,0,0,0,0,'J\'eevee say 2 on reach wp 2'), + (1450007,4,0,0,0,0,0,0,0,2000005178,0,0,0,0,0,0,0,'J\'eevee say 3 on reach wp 7'), + (1450012,4,0,0,0,0,0,0,0,2000005179,0,0,0,0,0,0,0,'J\'eevee say 4 on reach wp 12'), + (1450012,7,15,12980,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee cast teleport on reach wp 12'), + (1450012,8,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee despawn self on reach wp 12'), + (909701,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (909701,6,1,1,0,0,0,0,0,11,21,6,0,0,0,0,0,'Scarshield Legionnaire random emote'), + (909701,15,1,1,0,0,9257,15,0,11,1,1,274,0,0,0,0,'Scarshield Warlock random emote'), + (909701,21,1,1,0,0,9098,15,0,11,1,1,274,0,0,0,0,'Scarshield Spellbinder random emote'), + (909701,33,1,1,0,0,9097,15,0,11,1,1,274,0,0,0,0,'Scarshield Legionnaire random emote'), + (909701,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (909702,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (909702,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Scarshield Legionnaire random emote'), + (909702,21,1,1,0,0,9045,15,0,11,1,1,274,0,0,0,0,'Scarshield Acolyte random emote'), + (909702,33,1,1,0,0,9098,15,0,11,1,1,274,0,0,0,0,'Scarshield Spellbinder random emote'), + (909702,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (909703,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (909703,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Scarshield Legionnaire random emote'), + (909703,21,1,1,0,0,9045,15,0,11,1,1,274,0,0,0,0,'Scarshield Acolyte random emote'), + (909703,33,1,1,0,0,9257,15,0,11,1,1,274,0,0,0,0,'Scarshield Warlock random emote'), + (909703,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (909704,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (909704,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Scarshield Legionnaire random emote'), + (909704,21,1,1,0,0,9257,15,0,11,1,1,274,0,0,0,0,'Scarshield Warlock random emote'), + (909704,33,1,1,0,0,9098,15,0,11,1,1,274,0,0,0,0,'Scarshield Spellbinder random emote'), + (909704,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (909705,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (909705,2,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'eat/drink emote'), + (909705,19,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (909706,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (909706,9,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'eat/drink emote'), + (909706,20,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (909707,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (909707,18,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'eat/drink emote'), + (909707,21,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (924101,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (924101,6,1,1,0,0,0,0,0,11,21,6,0,0,0,0,0,'Smolderthorn Headhunter random emote'), + (924101,15,1,1,0,0,9269,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Seer random emote'), + (924101,21,1,1,0,0,9241,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Headhunter random emote'), + (924101,33,1,1,0,0,9266,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Witch Doctor random emote'), + (924101,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (926701,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (926701,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Smolderthorn Axe Thrower random emote'), + (926701,21,1,1,0,0,9267,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Axe Thrower random emote'), + (926701,33,1,1,0,0,9240,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Shadow Priest random emote'), + (926701,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (924102,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (924102,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Smolderthorn Headhunter random emote'), + (924102,21,1,1,0,0,9269,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Seer random emote'), + (924102,33,1,1,0,0,9240,15,0,11,1,1,274,0,0,0,0,'Smolderthorn Shadow Priest random emote'), + (924102,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (925901,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (925901,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Firebrand Grunt random emote'), + (925901,21,1,1,0,0,9261,15,0,11,1,1,274,0,0,0,0,'Firebrand Darkweaver random emote'), + (925901,33,1,1,0,0,9262,15,0,11,1,1,274,0,0,0,0,'Firebrand Evoker random emote'), + (925901,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (926101,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (926101,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Firebrand Darkweaver random emote'), + (926101,21,1,1,0,0,9259,15,0,11,1,1,274,0,0,0,0,'Firebrand Grunt random emote'), + (926101,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (926001,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (926001,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Firebrand Legionnaire random emote'), + (926001,21,1,1,0,0,9263,15,0,11,1,1,274,0,0,0,0,'Firebrand Dreadweaver random emote'), + (926001,33,1,1,0,0,9264,15,0,11,1,1,274,0,0,0,0,'Firebrand Pyromancer random emote'), + (926001,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (971601,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (971601,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Bloodaxe Warmonger random emote'), + (971601,21,1,1,0,0,9716,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Warmonger random emote'), + (971601,33,1,1,0,0,9693,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Evoker random emote'), + (971601,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (971602,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (971602,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Bloodaxe Warmonger random emote'), + (971602,21,1,1,0,0,9716,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Warmonger random emote'), + (971602,33,1,1,0,0,9717,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Summoner random emote'), + (971602,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (958301,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'pause WP movement'), + (958301,6,1,1,0,0,0,0,0,11,1,1,274,0,0,0,0,'Bloodaxe Veteran random emote'), + (958301,33,1,1,0,0,9693,15,0,11,1,1,274,0,0,0,0,'Bloodaxe Evoker random emote'), + (958301,50,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (5665501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baron Geddon - Run'), + (285201,0,23,2852,0,0,0,0,0,0,0,0,0,0,0,0,0,'Freed Druid of the Talon - morph back into Enslaved Druid of the Talon'), + (285201,1,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon despawn'), + (1026802,1,20,1,3,0,0,0,8,0,0,0,0,0,0,0,0,'movement chenged to 1:random'), + (973601,1,1,1,0,0,0,0,0,273,5,274,1,0,0,0,0,''), + (973601,7,1,1,0,0,0,0,0,273,5,274,1,0,0,0,0,''), + (973601,16,1,1,0,0,0,0,0,273,5,274,1,0,0,0,0,''); /*!40000 ALTER TABLE `dbscripts_on_creature_movement` ENABLE KEYS */; UNLOCK TABLES; @@ -415923,6 +418936,7 @@ CREATE TABLE `dbscripts_on_event` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `search_radius` mediumint(8) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -415940,560 +418954,560 @@ CREATE TABLE `dbscripts_on_event` ( LOCK TABLES `dbscripts_on_event` WRITE; /*!40000 ALTER TABLE `dbscripts_on_event` DISABLE KEYS */; -INSERT INTO `dbscripts_on_event` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_event` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (259,2,10,1770,300000,0,0,0,0,0,0,0,881.63,1230.37,47.83,3.1,''), - (264,3,10,2044,300000,0,0,0,0,0,0,0,-9548.42,-1440.2,62.29,2.19,''), - (293,0,15,15344,0,0,0,2,0,0,0,0,0,0,0,0,''), - (313,1,0,0,0,2238,10,4,2000005078,0,0,0,0,0,0,0,'force 2238 to: say text'), - (313,3,0,0,0,2238,10,4,2000005079,0,0,0,0,0,0,0,'force 2238 to: say text'), - (364,0,10,2624,90000,0,0,0,0,0,0,0,-12179.4,644.22,-67.1,5.18,'spawn Gazban'), - (364,1,22,14,0,2624,400,0,0,0,0,0,0,0,0,0,'change faction to hostile'), - (364,2,26,0,0,2624,400,3,0,0,0,0,0,0,0,0,'attacks player'), - (415,3,10,2569,300000,0,0,0,0,0,0,0,-1777.64,-1513.58,75.51,5.28,''), - (415,3,10,2570,300000,0,0,0,0,0,0,0,-1778.46,-1510.57,75.17,5.22,''), - (416,3,10,2569,300000,0,0,0,0,0,0,0,-1797.32,-1504.7,99.39,5.14,''), - (416,3,10,2570,300000,0,0,0,0,0,0,0,-1789.8,-1499.9,99.38,4.6,''), - (417,3,10,2569,300000,0,0,0,0,0,0,0,-1772.93,-1505.9,91.87,5.7,''), - (417,3,10,2570,300000,0,0,0,0,0,0,0,-1774.76,-1495.07,90.6,5.27,''), - (420,0,10,2755,3000000,0,0,0,0,0,0,0,-931.73,-3111.81,48.517,3.27404,'quest 656'), - (420,3,0,0,0,2755,50,3,2000000234,0,0,0,0,0,0,0,''), - (420,6,0,0,0,2755,50,3,2000000235,0,0,0,0,0,0,0,''), - (420,11,0,0,0,2755,50,3,2000000236,0,0,0,0,0,0,0,''), - (420,12,26,0,0,2755,50,3,0,0,0,0,0,0,0,0,''), - (452,0,10,2937,3000000,0,0,0,0,0,0,0,-2439.17,-4073.96,-1.367,6,'Summon Dagun'), - (452,0,3,0,0,2937,100,0,0,0,0,0,-2360.55,-4102.38,6.93,2.25,''), - (452,0,20,0,0,2937,100,0,0,0,0,0,0,0,0,0,''), - (498,3,10,3129,300000,0,0,0,0,0,0,0,-228.09,-5115.08,49.32,1.28,''), - (525,1,9,121921,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (525,1,9,121922,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (525,1,9,121923,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (525,1,9,121924,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (525,1,9,121925,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (619,3,10,634,300000,0,0,0,0,0,0,0,-18.44,-617.46,14.12,0.08,''), - (663,0,10,3946,22000,0,0,0,0,0,0,0,3161.68,-1211.12,214.949,4.669,'spawn Velinde Starsong'), - (663,2,28,8,0,3946,10,0,0,0,0,0,0,0,0,0,'kneel'), - (663,5,0,0,0,3946,10,0,2000000238,0,0,0,0,0,0,0,''), - (663,5,1,1,0,3946,10,0,0,0,0,0,0,0,0,0,''), - (663,10,0,0,0,3946,10,0,2000000239,0,0,0,0,0,0,0,''), - (663,10,1,20,0,3946,10,0,0,0,0,0,0,0,0,0,''), - (663,15,0,0,0,3946,10,0,2000000240,0,0,0,0,0,0,0,''), - (663,15,1,1,0,3946,10,0,0,0,0,0,0,0,0,0,''), - (664,0,10,3946,22000,0,0,0,0,0,0,0,-11142.5,-1151.72,43.598,4.849,'spawn Velinde Starsong'), - (664,5,0,0,0,3946,10,0,2000000241,0,0,0,0,0,0,0,''), - (664,5,1,1,0,3946,10,0,0,0,0,0,0,0,0,0,''), - (664,10,0,0,0,3946,10,0,2000000242,0,0,0,0,0,0,0,''), - (664,10,1,1,0,3946,10,0,0,0,0,0,0,0,0,0,''), - (664,15,1,18,0,3946,10,0,0,0,0,0,0,0,0,0,'cries'), - (727,0,10,4504,3000000,0,0,0,0,0,0,0,264.94,-264.13,145.03,3.41,''), - (747,5,10,4100,900000,0,0,0,0,0,0,0,-5587.69,-1571.45,11.21,6.14,''), - (747,25,10,4100,900000,0,0,0,0,0,0,0,-5587.69,-1571.45,11.21,6.14,''), - (747,25,10,4100,900000,0,0,0,0,0,0,0,-5589.63,-1575.89,11.75,6.02,''), - (747,40,10,4100,900000,0,0,0,0,0,0,0,-5587.69,-1571.45,11.21,6.14,''), - (747,40,10,4490,900000,0,0,0,0,0,0,0,-5589.63,-1575.89,11.75,6.02,''), - (1033,0,10,6069,3000000,0,0,0,0,0,0,0,-1126.97,2901.03,194.33,3.45,''), - (1033,0,10,6069,3000000,0,0,0,0,0,0,0,-1123.14,2892.65,194.96,3.11,''), - (1033,40,10,6070,3000000,0,0,0,0,0,0,0,-1129.04,2895.67,195.7,3.11,''), - (1033,40,10,6069,3000000,0,0,0,0,0,0,0,-1130.01,2901.11,195.35,3.35,''), - (1033,40,10,6069,3000000,0,0,0,0,0,0,0,-1125.46,2890.14,195.27,2.9,''), - (1033,100,10,5402,3000000,0,0,0,0,0,0,0,-1129.9,2896.08,195.91,3.15,''), - (1033,100,10,6070,3000000,0,0,0,0,0,0,0,-1130.26,2894.02,196.27,3.15,''), - (1033,100,10,6069,3000000,0,0,0,0,0,0,0,-1134.43,2902.35,196.56,3.85,''), - (1033,100,10,6069,3000000,0,0,0,0,0,0,0,-1131.98,2886.77,197.59,2.55,''), - (1131,0,10,5676,360000,0,0,0,0,0,0,0,-8973.17,1043.26,52.863,0.67,'quest 1689'), - (1134,0,10,5677,360000,0,0,0,0,0,0,0,-8973.17,1043.26,52.863,0.67,'quest 1739'), - (1370,0,10,6239,300000,0,0,0,0,0,0,0,332.821,-1473.05,42.2658,3.99963,''), - (1449,0,10,6268,360000,0,0,0,0,0,0,0,-770.29,-3720.32,42.453,2.81,'quest 1795'), - (1785,0,10,5676,360000,0,0,0,0,0,0,0,1704.61,41.9147,-63.8433,0.435896,'quest 1471'), - (1786,0,10,5677,360000,0,0,0,0,0,0,0,1704.61,41.9147,-63.8433,0.435896,'quest 1474'), - (1787,0,10,5676,360000,0,0,0,0,0,0,0,1806.16,-4373.75,-17.495,4.387,'quest 1504'), - (1788,0,10,5677,360000,0,0,0,0,0,0,0,1806.16,-4373.75,-17.495,4.387,'quest 1513'), - (2048,0,10,3456,3000000,0,0,0,0,0,0,0,-3592.45,-1872.06,91.62,0.19,'quest 1535'), - (2153,5,10,7167,900000,0,0,0,0,0,0,0,-1456.55,-3959.53,0.24,1.99,''), - (2244,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (2313,0,10,7411,3000000,0,0,0,0,0,0,0,9639.5,2528.97,1331.72,5.28395,'quest 2520'), - (2488,2,10,7273,300000,0,0,0,0,0,0,0,1660.5,1181.4,-2,0.8,''), - (2609,0,11,27093,9000000,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), - (2609,0,11,27092,9000000,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), - (2609,0,11,27091,9000000,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), - (2609,0,11,27090,9000000,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), - (2609,0,11,27089,9000000,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), - (2609,2,32,0,0,7608,30,4,0,0,0,0,0,0,0,0,'Murta Grimgut - Start WP movement'), - (2609,2,32,0,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - Start WP movement'), - (2609,2,32,0,0,7606,30,4,0,0,0,0,0,0,0,0,'Oro Eyegouge - Start WP movement'), - (2609,2,32,0,0,7605,30,4,0,0,0,0,0,0,0,0,'Raven - Start WP movement'), - (2609,2,32,0,0,7604,30,4,0,0,0,0,0,0,0,0,'Sergeant Bly - Start WP movement'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1893.07,1215.26,8.87,3.08,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1877.4,1216.41,8.97,0.37,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1898.23,1217.97,8.87,3.42,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1889.82,1222.51,9.03,0.97,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1883.76,1222.3,9.11,6.26,'spawn Sandfury Drudge'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1886.93,1221.4,8.94,1.6,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1883.5,1218.25,8.9,0.67,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1890.08,1218.68,8.87,1.59,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1894.72,1221.91,8.87,2.34,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1892.28,1225.49,9.57,5.63,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1886.97,1225.86,9.85,5.79,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1882.07,1225.7,9.32,5.69,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1879.02,1223.06,9.12,5.91,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1875.18,1221.24,9.21,0.84,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1873.45,1204.44,8.87,0.88,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1894.64,1206.29,8.87,2.22,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1902.83,1223.41,8.96,3.95,'spawn Sandfury Slave'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1874.57,1214.16,8.87,3.12,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1889.94,1212.21,8.87,1.59,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1883.74,1212.35,8.87,1.59,'spawn Sandfury Drudge'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1877,1207.27,8.87,3.8,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1873.63,1204.65,8.87,0.61,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1896.46,1205.62,8.87,5.72,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1899.63,1202.52,8.87,2.46,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1903.49,1211.52,8.88,0.61,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1901.34,1206.06,8.87,5.72,'spawn Sandfury Slave'), - (2609,10,10,7787,9000000,0,0,0,0,0,0,0,1869.46,1210.38,9.15,2.46,'spawn Sandfury Slave'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1872.73,1203.04,8.87,6.26,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1881.32,1205.39,8.87,0.97,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1887.19,1205.09,8.87,3.42,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1882.5,1203.33,8.87,0.37,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1868.75,1213.85,9.47,3.08,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1886.06,1213.2,8.87,3.12,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1906.3,1220.33,9.03,1.59,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1878.61,1202.73,8.87,1.59,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1897.06,1216.08,8.87,3.12,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1878.07,1216.37,8.93,1.59,'spawn Sandfury Drudge'), - (2609,10,10,7788,9000000,0,0,0,0,0,0,0,1891.6,1209.43,8.87,1.59,'spawn Sandfury Drudge'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1902.83,1223.41,8.96,3.95,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1894.64,1206.29,8.87,2.22,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1873.45,1204.44,8.87,0.88,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1875.18,1221.24,9.21,0.84,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1879.02,1223.06,9.12,5.91,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1882.07,1225.7,9.32,5.69,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1886.97,1225.86,9.85,5.79,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1892.28,1225.49,9.57,5.63,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1894.72,1221.91,8.87,2.34,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1890.08,1218.68,8.87,1.59,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1883.5,1218.25,8.9,0.67,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1886.93,1221.4,8.94,1.6,'spawn Sandfury Slave'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1883.76,1222.3,9.11,6.26,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1889.82,1222.51,9.03,0.97,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1898.23,1217.97,8.87,3.42,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1877.4,1216.41,8.97,0.37,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1893.07,1215.26,8.87,3.08,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1874.57,1214.16,8.87,3.12,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1889.94,1212.21,8.87,1.59,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1883.74,1212.35,8.87,1.59,'spawn Sandfury Drudge'), - (2609,100,10,7789,9000000,0,0,0,0,0,0,0,1877,1207.27,8.87,3.8,'spawn Sandfury Cretin'), - (2609,100,10,7789,9000000,0,0,0,0,0,0,0,1873.63,1204.65,8.87,0.61,'spawn Sandfury Cretin'), - (2609,100,10,7789,9000000,0,0,0,0,0,0,0,1896.46,1205.62,8.87,5.72,'spawn Sandfury Cretin'), - (2609,100,10,7789,9000000,0,0,0,0,0,0,0,1899.63,1202.52,8.87,2.46,'spawn Sandfury Cretin'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1903.49,1211.52,8.88,0.61,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1901.34,1206.06,8.87,5.72,'spawn Sandfury Slave'), - (2609,100,10,7787,9000000,0,0,0,0,0,0,0,1869.46,1210.38,9.15,2.46,'spawn Sandfury Slave'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1872.73,1203.04,8.87,6.26,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1881.32,1205.39,8.87,0.97,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1887.19,1205.09,8.87,3.42,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1882.5,1203.33,8.87,0.37,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1868.75,1213.85,9.47,3.08,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1886.06,1213.2,8.87,3.12,'spawn Sandfury Drudge'), - (2609,100,10,7788,9000000,0,0,0,0,0,0,0,1906.3,1220.33,9.03,1.59,'spawn Sandfury Drudge'), - (2609,100,10,7789,9000000,0,0,0,0,0,0,0,1878.61,1202.73,8.87,1.59,'spawn Sandfury Cretin'), - (2609,100,10,7789,9000000,0,0,0,0,0,0,0,1897.06,1216.08,8.87,3.12,'spawn Sandfury Cretin'), - (2609,100,10,7789,9000000,0,0,0,0,0,0,0,1878.07,1216.37,8.93,1.59,'spawn Sandfury Cretin'), - (2609,100,10,7789,9000000,0,0,0,0,0,0,0,1891.6,1209.43,8.87,1.59,'spawn Sandfury Cretin'), - (2609,250,25,0,0,7607,150,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - set run off'), - (2609,250,32,0,0,7604,150,4,0,0,0,0,0,0,0,0,'Sergeant Bly - Start WP movement'), - (2609,250,0,0,0,7604,150,4,2000005553,0,0,0,0,0,0,0,'Sergeant Bly - yell at movement start'), - (2609,250,32,0,0,7605,150,4,0,0,0,0,0,0,0,0,'Raven - Start WP movement'), - (2609,250,32,0,0,7606,150,4,0,0,0,0,0,0,0,0,'Oro Eyegouge - Start WP movement'), - (2609,250,32,0,0,7607,150,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - Start WP movement'), - (2609,250,32,0,0,7608,150,4,0,0,0,0,0,0,0,0,'Murta Grimgut - Start WP movement'), - (2609,250,10,8876,9000000,0,0,0,0,0,0,0,1890.55,1199.94,8.96,4.46,'spawn Sandfury Acolyte'), - (2609,250,10,8876,9000000,0,0,0,0,0,0,0,1888.45,1200.17,8.96,1.11,'spawn Sandfury Acolyte'), - (2609,250,10,8876,9000000,0,0,0,0,0,0,0,1876.98,1199.94,8.96,2.19,'spawn Sandfury Acolyte'), - (2609,250,10,8876,9000000,0,0,0,0,0,0,0,1873.31,1197.55,8.96,4.6,'spawn Sandfury Acolyte'), - (2609,250,10,8877,9000000,0,0,0,0,0,0,0,1895.16,1198.05,8.96,1.51,'spawn Sandfury Zealot'), - (2609,250,10,8877,9000000,0,0,0,0,0,0,0,1878.94,1200.57,8.96,2.6,'spawn Sandfury Zealot'), - (2609,250,10,8877,9000000,0,0,0,0,0,0,0,1874.74,1199.03,8.96,2.53,'spawn Sandfury Zealot'), - (2609,250,10,7275,9000000,0,0,0,0,0,0,0,1883.98,1201.66,8.96,1.71,'spawn Shadowpriest Sezz\'ziz'), - (2609,250,10,7796,9000000,0,0,0,0,0,0,0,1882.32,1201.45,8.96,6.05,'spawn Nekrum Gutchewer'), - (2648,0,10,2707,9000000,0,0,0,0,0,0,0,-407,-2862,77.31,5.87,'quest 2937'), - (2980,0,10,3475,180000,0,0,0,0,0,0,0,436.258,-3058,92.434,3.952,'quest 881'), - (2998,0,10,3257,180000,0,0,0,0,0,0,0,-435,-3428,91.75,5.323,''), - (3084,0,10,8392,9000000,0,0,0,0,0,0,0,2249,-7221.97,13.82,1.02,''), - (3201,2,9,16736,600,0,0,0,0,0,0,0,0,0,0,0,''), - (3201,2,9,16741,600,0,0,0,0,0,0,0,0,0,0,0,''), - (3202,2,9,16737,600,0,0,0,0,0,0,0,0,0,0,0,''), - (3202,2,9,16742,600,0,0,0,0,0,0,0,0,0,0,0,''), - (3203,2,9,16738,600,0,0,0,0,0,0,0,0,0,0,0,''), - (3203,2,9,16743,600,0,0,0,0,0,0,0,0,0,0,0,''), - (3204,2,9,16735,600,0,0,0,0,0,0,0,0,0,0,0,''), - (3204,2,9,16740,600,0,0,0,0,0,0,0,0,0,0,0,''), - (3241,5,10,8581,600000,0,0,0,0,0,0,0,4279.11,-6295.57,95.56,0.05,''), - (3241,20,10,8578,900000,0,0,0,0,0,0,0,4279.11,-6295.57,95.56,0.05,''), - (3301,2,10,7664,900000,0,0,0,0,0,0,0,-11234.4,-2842.68,157.92,1.42,''), - (3708,3,10,9453,300000,0,0,0,0,0,0,0,-8170.74,-5078.13,15.83,4.83,''), - (3718,10,11,17428,180000,0,0,0,0,0,0,0,0,0,0,0,''), - (3839,0,10,9598,3000000,0,0,0,0,0,0,0,5998.7,-1208,377.75,0.36,''), - (3938,0,10,10373,3000000,0,0,0,0,0,0,0,6881.64,-506.63,40.14,2.02,''), - (3973,0,10,8075,9000000,0,0,0,0,0,0,0,-2764.68,2623.21,70.4204,2.33578,''), - (3980,0,9,27142,180,0,0,0,0,0,0,0,0,0,0,0,''), - (3981,0,10,9684,3000000,0,0,0,0,0,0,0,-7196.45,-2405.63,-217.28,4.8,''), - (4059,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4079,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4102,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4118,0,15,15343,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4178,0,15,15344,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4185,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4192,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4193,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4194,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4195,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4196,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4197,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4215,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4216,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4217,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4218,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4219,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4234,0,15,15343,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4235,0,15,15343,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4236,0,15,15343,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4237,0,15,15343,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4247,0,15,15344,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4260,0,15,15343,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4265,0,15,15344,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4276,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4280,0,15,15366,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4284,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4288,0,15,15342,0,0,0,2,0,0,0,0,0,0,0,0,''), - (4338,0,10,10040,3000000,0,0,0,0,0,0,0,-7968.53,-1097.05,-327.09,3.3,'quest 4507'), - (4338,0,10,10040,3000000,0,0,0,0,0,0,0,-7979.87,-1095.38,-327.55,5.94,'quest 4507'), - (4338,40,10,10040,3000000,0,0,0,0,0,0,0,-7976.31,-1101.03,-328.11,6.1,'quest 4507'), - (4338,40,10,10040,3000000,0,0,0,0,0,0,0,-7969.05,-1102.24,-329.02,3.36,'quest 4507'), - (4338,40,10,10040,3000000,0,0,0,0,0,0,0,-7987.08,-1096.74,-329.16,5.55,'quest 4507'), - (4338,90,10,10040,3000000,0,0,0,0,0,0,0,-7977.93,-1079.71,-329.1,4.5,'quest 4507'), - (4338,90,10,10040,3000000,0,0,0,0,0,0,0,-7963.49,-1081.18,-328.64,4.32,'quest 4507'), - (4338,90,10,10041,3000000,0,0,0,0,0,0,0,-7969.74,-1077.94,-328.73,4.54,'quest 4507'), - (4845,0,9,66210,7200,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (4845,0,9,66197,65,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (4884,0,10,9816,9000000,0,0,0,0,0,0,0,144.32,-258.16,96.32,5.11,''), - (4975,0,10,10737,3000000,0,0,0,0,0,0,0,8072.38,-3833.81,690.03,4.56,''), - (5225,5,10,11058,900000,0,0,0,0,0,0,0,3487.05,-3289.75,131.79,4.69,''), - (5246,0,10,12319,3000000,0,0,0,0,0,0,0,331.5,-2272.41,241.82,5.23,'quest 6127'), - (5300,5,10,11120,900000,0,0,0,0,0,0,0,3589.51,-2991.87,125.18,3.35,''), - (5301,5,10,11121,900000,0,0,0,0,0,0,0,3818.7,-3730.37,141.88,1.86,''), - (5623,2,10,11598,300000,0,0,0,0,0,0,0,128.806,-7.874,75.482,5.62,'Scholomance - Summons in Ravenian Room'), - (5623,2,10,11598,300000,0,0,0,0,0,0,0,130.415,-1.113,75.482,2.688,'Scholomance - Summons in Ravenian Room'), - (5623,2,10,11598,300000,0,0,0,0,0,0,0,124.162,5.816,75.482,5.061,'Scholomance - Summons in Ravenian Room'), - (5621,2,10,11598,300000,0,0,0,0,0,0,0,239.556,-4.945,72.674,1.4525,'Scholomance - Summons in Illucia Room'), - (5621,2,10,11598,300000,0,0,0,0,0,0,0,226.854,0.262,72.673,3.161,'Scholomance - Summons in Illucia Room'), - (5621,2,10,11598,300000,0,0,0,0,0,0,0,248.115,2.809,72.669,4.668,'Scholomance - Summons in Illucia Room'), - (5620,2,10,11598,300000,0,0,0,0,0,0,0,123.306,3.933,85.312,6.056,'Scholomance - Summons in Malicia Room'), - (5620,2,10,11598,300000,0,0,0,0,0,0,0,110.892,-6.463,85.312,0.436,'Scholomance - Summons in Malicia Room'), - (5620,2,10,11598,300000,0,0,0,0,0,0,0,102.454,4.374,85.312,2.182,'Scholomance - Summons in Malicia Room'), - (5619,2,10,11598,300000,0,0,0,0,0,0,0,180.707,-75.818,84.925,1.396,'Scholomance - Summons in Theolen Room'), - (5619,2,10,11598,300000,0,0,0,0,0,0,0,185.689,-64.627,84.925,5.55,'Scholomance - Summons in Theolen Room'), - (5619,2,10,11598,300000,0,0,0,0,0,0,0,175.7,-55.238,85.229,4.772,'Scholomance - Summons in Theolen Room'), - (5618,2,10,11598,300000,0,0,0,0,0,0,0,256.289,0.652,84.924,4.765,'Scholomance - Summons in Polkelt Room'), - (5258,1,9,120441,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (5622,2,10,11598,300000,0,0,0,0,0,0,0,185.616,-42.912,75.4812,4.45059,'Scholomance - Summons in Barov Vault'), - (5622,2,10,11598,300000,0,0,0,0,0,0,0,177.746,-42.7475,75.4812,4.88692,'Scholomance - Summons in Barov Vault'), - (5622,2,10,11598,300000,0,0,0,0,0,0,0,181.825,-42.5812,75.4812,4.66003,'Scholomance - Summons in Barov Vault'), - (5618,2,10,11598,300000,0,0,0,0,0,0,0,241.345,4.231,84.924,5.062,'Scholomance - Summons in Polkelt Room'), - (5618,2,10,11598,300000,0,0,0,0,0,0,0,249.715,-5.978,85.106,3.177,'Scholomance - Summons in Polkelt Room'), - (5618,2,10,11598,300000,0,0,0,0,0,0,0,230.05,-9.946,85.317,5.847,'Scholomance - Summons in Polkelt Room'), - (5759,2,10,11886,600000,0,0,0,0,0,0,0,1571.63,-3276,88.88,6.05,''), - (5759,6,10,11887,600000,0,0,0,0,0,0,0,1569.4,-3272,88.15,0.28,''), - (5759,6,10,11887,600000,0,0,0,0,0,0,0,1572.08,-3278,89.31,0.34,''), - (5759,6,10,11887,600000,0,0,0,0,0,0,0,1576.6,-3275,89.08,0.16,''), - (5991,0,10,12138,180000,0,0,0,0,0,0,0,6331.9,93.3575,21.4216,1.1349,'quest 6001'), - (6028,0,10,12138,180000,0,0,0,0,0,0,0,-2500.89,-1628.45,91.7042,6.01041,'quest 6002'), - (6138,0,10,2179,3000000,0,0,0,0,0,0,0,6873.65,-659.95,84.16,0.76,'quest 6122'), - (6138,0,10,12321,3000000,0,0,0,0,0,0,0,6881.62,-651.81,84.59,1.05,'quest 6122'), - (6721,5,10,3743,180000,0,0,0,0,0,0,0,2202.16,-1544.48,87.796,0,'quest 6621'), - (6721,5,10,3749,180000,0,0,0,0,0,0,0,2237.48,-1524.45,89.7827,0,'quest 6621'), - (6721,25,10,3743,180000,0,0,0,0,0,0,0,2260.9,-1547.91,89.1733,0,'quest 6621'), - (6721,25,10,3749,180000,0,0,0,0,0,0,0,2235.44,-1578.43,86.4944,0,'quest 6621'), - (6721,25,10,3750,180000,0,0,0,0,0,0,0,2208.93,-1567.59,87.2283,0,'quest 6621'), - (6721,55,10,3749,180000,0,0,0,0,0,0,0,2202.16,-1544.48,87.796,0,'quest 6621'), - (6721,55,10,3750,180000,0,0,0,0,0,0,0,2237.48,-1524.45,89.7827,0,'quest 6621'), - (6721,75,10,3749,180000,0,0,0,0,0,0,0,2260.9,-1547.91,89.1733,0,'quest 6621'), - (6721,75,10,3750,180000,0,0,0,0,0,0,0,2235.44,-1578.43,86.4944,0,'quest 6621'), - (6721,75,10,3743,180000,0,0,0,0,0,0,0,2208.93,-1567.59,87.2283,0,'quest 6621'), - (6721,105,10,3750,180000,0,0,0,0,0,0,0,2202.16,-1544.48,87.796,0,'quest 6621'), - (6721,105,10,3743,180000,0,0,0,0,0,0,0,2237.48,-1524.45,89.7827,0,'quest 6621'), - (6721,125,10,3750,180000,0,0,0,0,0,0,0,2260.9,-1547.91,89.1733,0,'quest 6621'), - (6721,125,10,3743,180000,0,0,0,0,0,0,0,2235.44,-1578.43,86.4944,0,'quest 6621'), - (6721,125,10,3749,180000,0,0,0,0,0,0,0,2208.93,-1567.59,87.2283,0,'quest 6621'), - (6721,155,10,3743,180000,0,0,0,0,0,0,0,2202.16,-1544.48,87.796,0,'quest 6621'), - (6721,155,10,3749,180000,0,0,0,0,0,0,0,2237.48,-1524.45,89.7827,0,'quest 6621'), - (6721,180,10,12918,180000,0,0,0,0,0,0,0,2208.93,-1567.59,87.2283,0,'quest 6621'), - (8175,5,10,14351,900000,0,0,0,0,0,0,0,588.44,606.87,-4.75,5.62,''), - (8302,0,15,23014,0,14449,10,7,0,0,0,0,0,0,0,0,'Blackwing Orb Trigger - Cast Possess visual'), - (8302,90,14,23014,0,12435,100,7,0,0,0,0,0,0,0,0,'Razorgore - Remove Possess visual'), - (8302,90,15,23958,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Mind Exhaustion on player'), - (8328,0,10,14467,3000000,0,0,0,0,0,0,0,5803.74,-986,409.76,3.08,'quest 7603'), - (8420,40,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,31,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,31,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,31,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,31,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,31,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,390,9,99774,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn nineth Symbol'), - (8420,350,9,99775,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn eight Symbol'), - (8420,310,9,99776,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn seventh Symbol'), - (8420,270,9,99777,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn sixth Symbol'), - (8420,230,9,99778,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn fifth Symbol'), - (8420,190,9,99779,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn fourth Symbol'), - (8420,150,9,99780,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn third Symbol'), - (8420,110,9,99781,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn second Symbol'), - (8420,70,9,99782,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn first Symbol'), - (8420,30,9,93940,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,93939,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,92638,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,92637,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,92636,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,92635,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,89635,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,89634,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,89632,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,89631,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,89082,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,89081,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,40145,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,22288,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,22286,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,22273,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,22272,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,22271,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), - (8420,30,9,99784,3600,0,0,0,0,0,0,0,0,0,0,0,'Respawn Warlock Mount Ritual Circle'), - (8420,23,36,0,0,14500,50,3,0,0,0,0,0,0,0,0,'J\'eevee face player'), - (8420,23,0,0,0,14500,50,3,2000005351,0,0,0,0,0,0,0,'J\'eevee say 4'), - (8420,0,31,14501,100,0,0,0,0,0,0,0,0,0,0,0,'terminate script if Warlock Mount Ritual Mob Type 3 is not found'), - (8428,0,9,22269,10,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal for 10 sec'), - (8436,3,10,14514,3000000,0,0,0,0,0,0,0,145.4,184.14,94.31,4.19,'quest 8258'), - (8436,3,10,14514,3000000,0,0,0,0,0,0,0,150.32,172.59,93.7,3.12,'quest 8258'), - (8436,20,10,14518,3000000,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), - (8436,60,10,14513,3000000,0,0,0,0,0,0,0,145.4,184.14,94.31,4.19,'quest 8258'), - (8436,60,10,14513,3000000,0,0,0,0,0,0,0,150.32,172.59,93.7,3.12,'quest 8258'), - (8436,80,10,14520,3000000,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), - (8436,120,10,14512,3000000,0,0,0,0,0,0,0,145.4,184.14,94.31,4.19,'quest 8258'), - (8436,120,10,14512,3000000,0,0,0,0,0,0,0,150.32,172.59,93.7,3.12,'quest 8258'), - (8436,140,10,14519,3000000,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), - (8436,200,10,14511,3000000,0,0,0,0,0,0,0,145.4,184.14,94.31,4.19,'quest 8258'), - (8436,200,10,14511,3000000,0,0,0,0,0,0,0,150.32,172.59,93.7,3.12,'quest 8258'), - (8436,200,10,14511,3000000,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), - (8436,230,10,14521,3000000,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), - (8436,300,10,14516,9000000,0,0,0,0,0,0,0,135.46,155.2,92.21,2.49,'quest 8258'), - (8438,0,10,14500,180000,0,0,0,0,0,0,0,38.4345,156.93,83.545,1.40746,'Spawn J\'eevee'), - (8605,2,10,14748,600000,0,0,0,0,0,0,0,414.5,-4812.67,12.54,4.48,''), - (8605,2,10,14748,600000,0,0,0,0,0,0,0,417.09,-4817.01,12.06,4.58,''), - (9066,10,10,14515,900000,0,0,0,0,0,0,0,-11540.7,-1627.71,41.27,0.1,''), - (9104,0,10,15114,9000000,0,0,0,0,0,0,0,-11685.9,-1781.48,12.59,1.43,''), - (9208,0,10,14862,9000000,0,0,0,0,0,0,0,-7276.38,852.34,3.64,0.5,'quest 8315'), - (9425,2,12,66334,76,0,0,0,0,0,0,0,0,0,0,0,'Close the AQ gate'), - (9426,2,12,66335,72,0,0,0,0,0,0,0,0,0,0,0,'Close the AQ roots'), - (9427,2,12,66336,60,0,0,0,0,0,0,0,0,0,0,0,'Close the AQ runes'), - (9527,5,10,15554,3000000,0,0,0,0,0,0,0,5100.93,-5104.51,924.57,2.69,''), - (9542,0,10,15571,9000000,0,0,0,0,0,0,0,3483,-6692.79,-2.43,0.8,'quest 8729'), - (9571,0,10,15623,3000000,0,0,0,0,0,0,0,6724.96,-5275.13,778.23,1.82,'quest 8481'), - (10015,0,10,16387,9000000,0,0,0,0,0,0,0,3644,-3473.77,138.56,4.47,'quest 9257'), - (5439,1,9,10229,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (5438,1,9,10230,30,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (4845,0,9,66201,65,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (4845,1,9,66203,65,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (4845,1,9,66204,65,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (4845,1,9,66208,65,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (4845,1,9,66209,65,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (4845,5,10,10602,432000,0,0,0,1,0,0,0,-33.04,-385.57,48.6,5.98,'summon MAGUS'), - (4845,5,10,10601,432000,0,0,0,1,0,0,0,-16.12,-376.99,49.2,4.89,'summon ENFORCER'), - (4845,5,10,10601,432000,0,0,0,1,0,0,0,-25.13,-376.6,48.94,5.17,'summon ENFORCER'), - (4845,13,10,10602,432000,0,0,0,1,0,0,0,-14.93,-381.99,49.04,4.7,'summon MAGUS'), - (4845,28,10,10602,432000,0,0,0,1,0,0,0,-35.47,-371.36,50.22,4.79,'summon MAGUS'), - (4845,28,10,10601,432000,0,0,0,1,0,0,0,-47.54,-368.11,51.67,5.7,'summon ENFORCER'), - (4845,42,10,10602,432000,0,0,0,1,0,0,0,-33.04,-385.57,48.6,5.98,'summon MAGUS'), - (4845,42,10,10602,432000,0,0,0,1,0,0,0,-14.58,-375.16,49.31,4.73,'summon MAGUS'), - (4845,42,10,10601,432000,0,0,0,1,0,0,0,-24.91,-376.41,48.95,4.67,'summon ENFORCER'), - (4845,58,10,10602,432000,0,0,0,1,0,0,0,-47.54,-368.11,51.67,5.7,'summon MAGUS'), - (4845,66,10,10584,432000,0,0,0,1,0,0,0,-23.97,-391.89,48.58,1.68,'summon Urok'), - (9417,0,8,15415,0,0,0,4,0,0,0,0,0,0,0,0,'Credit for quest 1657'), - (8420,40,10,14482,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), - (8420,40,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,40,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,40,10,14482,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), - (8420,50,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,50,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,50,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,50,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,50,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,60,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,60,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,60,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,60,10,14482,0,0,0,0,0,0,0,0,-14.4863,747.953,-27.1958,1.91986,'spawn Xorothian Imp'), - (8420,60,10,14483,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.5708,'spawn Dread Guard'), - (8420,70,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,70,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,70,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,70,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,70,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,80,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,80,10,14482,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), - (8420,80,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,80,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,80,10,14482,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), - (8420,90,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,90,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,90,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,90,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,90,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,100,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,100,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,100,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,100,10,14482,0,0,0,0,0,0,0,0,-14.4863,747.953,-27.1958,1.91986,'spawn Xorothian Imp'), - (8420,100,10,14483,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Dread Guard'), - (8420,110,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,110,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,110,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,110,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,110,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,120,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,120,10,14483,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Dread Guard'), - (8420,120,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,120,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,120,10,14482,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), - (8420,130,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,130,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,130,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,130,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,130,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,140,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,140,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,140,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,140,10,14483,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Dread Guard'), - (8420,140,10,14482,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), - (8420,150,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,150,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,150,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,150,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,150,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,160,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,160,10,14483,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Dread Guard'), - (8420,160,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,160,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,160,10,14482,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), - (8420,170,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,170,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,170,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,170,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,170,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,180,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,180,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,180,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,180,10,14483,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Dread Guard'), - (8420,180,10,14482,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), - (8420,190,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,190,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,190,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,190,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,190,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,200,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,200,10,14483,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.5708,'spawn Dread Guard'), - (8420,200,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,200,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,200,10,14482,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), - (8420,210,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,210,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,210,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,210,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,210,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,220,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,220,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,220,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,220,10,14483,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Dread Guard'), - (8420,220,10,14482,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), - (8420,230,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,230,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,230,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,230,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,230,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,240,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,240,10,14483,0,0,0,0,0,0,0,0,-62.4677,878.058,-27.1771,5.07891,'spawn Dread Guard'), - (8420,240,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,240,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,240,10,14482,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), - (8420,250,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,250,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,250,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,250,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,250,10,14483,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Dread Guard'), - (8420,260,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,260,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,260,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,260,10,14483,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Dread Guard'), - (8420,260,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,270,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,270,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,270,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,270,10,14483,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), - (8420,270,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,280,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,280,10,14483,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Dread Guard'), - (8420,280,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,280,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,280,10,14482,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), - (8420,290,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,290,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,290,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,290,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,290,10,14483,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), - (8420,300,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,300,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,300,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,300,10,14483,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), - (8420,300,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,310,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,310,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,310,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,310,10,14483,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), - (8420,310,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,320,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,320,10,14483,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Dread Guard'), - (8420,320,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,320,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,320,10,14483,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), - (8420,330,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,330,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,330,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,330,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,330,10,14483,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), - (8420,340,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,340,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,340,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,340,10,14483,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), - (8420,340,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,350,10,14482,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), - (8420,350,10,14482,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), - (8420,350,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,350,10,14483,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), - (8420,350,10,14482,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), - (8420,360,10,14482,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), - (8420,360,10,14483,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Dread Guard'), - (8420,360,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,360,10,14482,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), - (8420,360,10,14483,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), - (8420,370,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8420,370,10,14482,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), - (8420,370,10,14482,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), - (8420,370,10,14482,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), - (8420,370,10,14483,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), - (8420,380,10,14482,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), - (8420,380,10,14482,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), - (8420,380,10,14482,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), - (8420,380,10,14483,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), - (8420,380,10,14482,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), - (8428,10,10,14502,0,0,0,0,0,0,0,0,-32.2687,808.172,-29.4525,-0.718391,'spawn Xorothian Dreadsteed'), - (8438,1,0,0,0,14500,40,0,2000005352,0,0,0,0,0,0,0,'J\'eevee say 1'), - (8438,3,20,2,0,14500,40,0,0,0,0,0,0,0,0,0,'J\'eevee set waypoint movement'), - (8438,36,8,14500,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee give quest credit'); + (259,2,10,1770,300000,0,0,0,0,0,0,0,0,881.63,1230.37,47.83,3.1,''), + (264,3,10,2044,300000,0,0,0,0,0,0,0,0,-9548.42,-1440.2,62.29,2.19,''), + (293,0,15,15344,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (313,1,0,0,0,0,2238,10,4,2000005078,0,0,0,0,0,0,0,'force 2238 to: say text'), + (313,3,0,0,0,0,2238,10,4,2000005079,0,0,0,0,0,0,0,'force 2238 to: say text'), + (364,0,10,2624,90000,0,0,0,0,0,0,0,0,-12179.4,644.22,-67.1,5.18,'spawn Gazban'), + (364,1,22,14,0,0,2624,400,0,0,0,0,0,0,0,0,0,'change faction to hostile'), + (364,2,26,0,0,0,2624,400,3,0,0,0,0,0,0,0,0,'attacks player'), + (415,3,10,2569,300000,0,0,0,0,0,0,0,0,-1777.64,-1513.58,75.51,5.28,''), + (415,3,10,2570,300000,0,0,0,0,0,0,0,0,-1778.46,-1510.57,75.17,5.22,''), + (416,3,10,2569,300000,0,0,0,0,0,0,0,0,-1797.32,-1504.7,99.39,5.14,''), + (416,3,10,2570,300000,0,0,0,0,0,0,0,0,-1789.8,-1499.9,99.38,4.6,''), + (417,3,10,2569,300000,0,0,0,0,0,0,0,0,-1772.93,-1505.9,91.87,5.7,''), + (417,3,10,2570,300000,0,0,0,0,0,0,0,0,-1774.76,-1495.07,90.6,5.27,''), + (420,0,10,2755,3000000,0,0,0,0,0,0,0,0,-931.73,-3111.81,48.517,3.27404,'quest 656'), + (420,3,0,0,0,0,2755,50,3,2000000234,0,0,0,0,0,0,0,''), + (420,6,0,0,0,0,2755,50,3,2000000235,0,0,0,0,0,0,0,''), + (420,11,0,0,0,0,2755,50,3,2000000236,0,0,0,0,0,0,0,''), + (420,12,26,0,0,0,2755,50,3,0,0,0,0,0,0,0,0,''), + (452,0,10,2937,3000000,0,0,0,0,0,0,0,0,-2439.17,-4073.96,-1.367,6,'Summon Dagun'), + (452,0,3,0,0,0,2937,100,0,0,0,0,0,-2360.55,-4102.38,6.93,2.25,''), + (452,0,20,0,0,0,2937,100,0,0,0,0,0,0,0,0,0,''), + (498,3,10,3129,300000,0,0,0,0,0,0,0,0,-228.09,-5115.08,49.32,1.28,''), + (525,1,9,121921,30,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (525,1,9,121922,30,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (525,1,9,121923,30,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (525,1,9,121924,30,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (525,1,9,121925,30,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (619,3,10,634,300000,0,0,0,0,0,0,0,0,-18.44,-617.46,14.12,0.08,''), + (663,0,10,3946,22000,0,0,0,0,0,0,0,0,3161.68,-1211.12,214.949,4.669,'spawn Velinde Starsong'), + (663,2,28,8,0,0,3946,10,0,0,0,0,0,0,0,0,0,'kneel'), + (663,5,0,0,0,0,3946,10,0,2000000238,0,0,0,0,0,0,0,''), + (663,5,1,1,0,0,3946,10,0,0,0,0,0,0,0,0,0,''), + (663,10,0,0,0,0,3946,10,0,2000000239,0,0,0,0,0,0,0,''), + (663,10,1,20,0,0,3946,10,0,0,0,0,0,0,0,0,0,''), + (663,15,0,0,0,0,3946,10,0,2000000240,0,0,0,0,0,0,0,''), + (663,15,1,1,0,0,3946,10,0,0,0,0,0,0,0,0,0,''), + (664,0,10,3946,22000,0,0,0,0,0,0,0,0,-11142.5,-1151.72,43.598,4.849,'spawn Velinde Starsong'), + (664,5,0,0,0,0,3946,10,0,2000000241,0,0,0,0,0,0,0,''), + (664,5,1,1,0,0,3946,10,0,0,0,0,0,0,0,0,0,''), + (664,10,0,0,0,0,3946,10,0,2000000242,0,0,0,0,0,0,0,''), + (664,10,1,1,0,0,3946,10,0,0,0,0,0,0,0,0,0,''), + (664,15,1,18,0,0,3946,10,0,0,0,0,0,0,0,0,0,'cries'), + (727,0,10,4504,3000000,0,0,0,0,0,0,0,0,264.94,-264.13,145.03,3.41,''), + (747,5,10,4100,900000,0,0,0,0,0,0,0,0,-5587.69,-1571.45,11.21,6.14,''), + (747,25,10,4100,900000,0,0,0,0,0,0,0,0,-5587.69,-1571.45,11.21,6.14,''), + (747,25,10,4100,900000,0,0,0,0,0,0,0,0,-5589.63,-1575.89,11.75,6.02,''), + (747,40,10,4100,900000,0,0,0,0,0,0,0,0,-5587.69,-1571.45,11.21,6.14,''), + (747,40,10,4490,900000,0,0,0,0,0,0,0,0,-5589.63,-1575.89,11.75,6.02,''), + (1033,0,10,6069,3000000,0,0,0,0,0,0,0,0,-1126.97,2901.03,194.33,3.45,''), + (1033,0,10,6069,3000000,0,0,0,0,0,0,0,0,-1123.14,2892.65,194.96,3.11,''), + (1033,40,10,6070,3000000,0,0,0,0,0,0,0,0,-1129.04,2895.67,195.7,3.11,''), + (1033,40,10,6069,3000000,0,0,0,0,0,0,0,0,-1130.01,2901.11,195.35,3.35,''), + (1033,40,10,6069,3000000,0,0,0,0,0,0,0,0,-1125.46,2890.14,195.27,2.9,''), + (1033,100,10,5402,3000000,0,0,0,0,0,0,0,0,-1129.9,2896.08,195.91,3.15,''), + (1033,100,10,6070,3000000,0,0,0,0,0,0,0,0,-1130.26,2894.02,196.27,3.15,''), + (1033,100,10,6069,3000000,0,0,0,0,0,0,0,0,-1134.43,2902.35,196.56,3.85,''), + (1033,100,10,6069,3000000,0,0,0,0,0,0,0,0,-1131.98,2886.77,197.59,2.55,''), + (1131,0,10,5676,360000,0,0,0,0,0,0,0,0,-8973.17,1043.26,52.863,0.67,'quest 1689'), + (1134,0,10,5677,360000,0,0,0,0,0,0,0,0,-8973.17,1043.26,52.863,0.67,'quest 1739'), + (1370,0,10,6239,300000,0,0,0,0,0,0,0,0,332.821,-1473.05,42.2658,3.99963,''), + (1449,0,10,6268,360000,0,0,0,0,0,0,0,0,-770.29,-3720.32,42.453,2.81,'quest 1795'), + (1785,0,10,5676,360000,0,0,0,0,0,0,0,0,1704.61,41.9147,-63.8433,0.435896,'quest 1471'), + (1786,0,10,5677,360000,0,0,0,0,0,0,0,0,1704.61,41.9147,-63.8433,0.435896,'quest 1474'), + (1787,0,10,5676,360000,0,0,0,0,0,0,0,0,1806.16,-4373.75,-17.495,4.387,'quest 1504'), + (1788,0,10,5677,360000,0,0,0,0,0,0,0,0,1806.16,-4373.75,-17.495,4.387,'quest 1513'), + (2048,0,10,3456,3000000,0,0,0,0,0,0,0,0,-3592.45,-1872.06,91.62,0.19,'quest 1535'), + (2153,5,10,7167,900000,0,0,0,0,0,0,0,0,-1456.55,-3959.53,0.24,1.99,''), + (2244,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (2313,0,10,7411,3000000,0,0,0,0,0,0,0,0,9639.5,2528.97,1331.72,5.28395,'quest 2520'), + (2488,2,10,7273,300000,0,0,0,0,0,0,0,0,1660.5,1181.4,-2,0.8,''), + (2609,0,11,27093,9000000,0,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), + (2609,0,11,27092,9000000,0,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), + (2609,0,11,27091,9000000,0,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), + (2609,0,11,27090,9000000,0,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), + (2609,0,11,27089,9000000,0,0,0,0,0,0,0,0,0,0,0,0,'Open Troll Cage'), + (2609,2,32,0,0,0,7608,30,4,0,0,0,0,0,0,0,0,'Murta Grimgut - Start WP movement'), + (2609,2,32,0,0,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - Start WP movement'), + (2609,2,32,0,0,0,7606,30,4,0,0,0,0,0,0,0,0,'Oro Eyegouge - Start WP movement'), + (2609,2,32,0,0,0,7605,30,4,0,0,0,0,0,0,0,0,'Raven - Start WP movement'), + (2609,2,32,0,0,0,7604,30,4,0,0,0,0,0,0,0,0,'Sergeant Bly - Start WP movement'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1893.07,1215.26,8.87,3.08,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1877.4,1216.41,8.97,0.37,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1898.23,1217.97,8.87,3.42,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1889.82,1222.51,9.03,0.97,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1883.76,1222.3,9.11,6.26,'spawn Sandfury Drudge'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1886.93,1221.4,8.94,1.6,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1883.5,1218.25,8.9,0.67,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1890.08,1218.68,8.87,1.59,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1894.72,1221.91,8.87,2.34,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1892.28,1225.49,9.57,5.63,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1886.97,1225.86,9.85,5.79,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1882.07,1225.7,9.32,5.69,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1879.02,1223.06,9.12,5.91,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1875.18,1221.24,9.21,0.84,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1873.45,1204.44,8.87,0.88,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1894.64,1206.29,8.87,2.22,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1902.83,1223.41,8.96,3.95,'spawn Sandfury Slave'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1874.57,1214.16,8.87,3.12,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1889.94,1212.21,8.87,1.59,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1883.74,1212.35,8.87,1.59,'spawn Sandfury Drudge'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1877,1207.27,8.87,3.8,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1873.63,1204.65,8.87,0.61,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1896.46,1205.62,8.87,5.72,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1899.63,1202.52,8.87,2.46,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1903.49,1211.52,8.88,0.61,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1901.34,1206.06,8.87,5.72,'spawn Sandfury Slave'), + (2609,10,10,7787,9000000,0,0,0,0,0,0,0,0,1869.46,1210.38,9.15,2.46,'spawn Sandfury Slave'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1872.73,1203.04,8.87,6.26,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1881.32,1205.39,8.87,0.97,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1887.19,1205.09,8.87,3.42,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1882.5,1203.33,8.87,0.37,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1868.75,1213.85,9.47,3.08,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1886.06,1213.2,8.87,3.12,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1906.3,1220.33,9.03,1.59,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1878.61,1202.73,8.87,1.59,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1897.06,1216.08,8.87,3.12,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1878.07,1216.37,8.93,1.59,'spawn Sandfury Drudge'), + (2609,10,10,7788,9000000,0,0,0,0,0,0,0,0,1891.6,1209.43,8.87,1.59,'spawn Sandfury Drudge'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1902.83,1223.41,8.96,3.95,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1894.64,1206.29,8.87,2.22,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1873.45,1204.44,8.87,0.88,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1875.18,1221.24,9.21,0.84,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1879.02,1223.06,9.12,5.91,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1882.07,1225.7,9.32,5.69,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1886.97,1225.86,9.85,5.79,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1892.28,1225.49,9.57,5.63,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1894.72,1221.91,8.87,2.34,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1890.08,1218.68,8.87,1.59,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1883.5,1218.25,8.9,0.67,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1886.93,1221.4,8.94,1.6,'spawn Sandfury Slave'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1883.76,1222.3,9.11,6.26,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1889.82,1222.51,9.03,0.97,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1898.23,1217.97,8.87,3.42,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1877.4,1216.41,8.97,0.37,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1893.07,1215.26,8.87,3.08,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1874.57,1214.16,8.87,3.12,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1889.94,1212.21,8.87,1.59,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1883.74,1212.35,8.87,1.59,'spawn Sandfury Drudge'), + (2609,100,10,7789,9000000,0,0,0,0,0,0,0,0,1877,1207.27,8.87,3.8,'spawn Sandfury Cretin'), + (2609,100,10,7789,9000000,0,0,0,0,0,0,0,0,1873.63,1204.65,8.87,0.61,'spawn Sandfury Cretin'), + (2609,100,10,7789,9000000,0,0,0,0,0,0,0,0,1896.46,1205.62,8.87,5.72,'spawn Sandfury Cretin'), + (2609,100,10,7789,9000000,0,0,0,0,0,0,0,0,1899.63,1202.52,8.87,2.46,'spawn Sandfury Cretin'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1903.49,1211.52,8.88,0.61,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1901.34,1206.06,8.87,5.72,'spawn Sandfury Slave'), + (2609,100,10,7787,9000000,0,0,0,0,0,0,0,0,1869.46,1210.38,9.15,2.46,'spawn Sandfury Slave'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1872.73,1203.04,8.87,6.26,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1881.32,1205.39,8.87,0.97,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1887.19,1205.09,8.87,3.42,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1882.5,1203.33,8.87,0.37,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1868.75,1213.85,9.47,3.08,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1886.06,1213.2,8.87,3.12,'spawn Sandfury Drudge'), + (2609,100,10,7788,9000000,0,0,0,0,0,0,0,0,1906.3,1220.33,9.03,1.59,'spawn Sandfury Drudge'), + (2609,100,10,7789,9000000,0,0,0,0,0,0,0,0,1878.61,1202.73,8.87,1.59,'spawn Sandfury Cretin'), + (2609,100,10,7789,9000000,0,0,0,0,0,0,0,0,1897.06,1216.08,8.87,3.12,'spawn Sandfury Cretin'), + (2609,100,10,7789,9000000,0,0,0,0,0,0,0,0,1878.07,1216.37,8.93,1.59,'spawn Sandfury Cretin'), + (2609,100,10,7789,9000000,0,0,0,0,0,0,0,0,1891.6,1209.43,8.87,1.59,'spawn Sandfury Cretin'), + (2609,250,25,0,0,0,7607,150,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - set run off'), + (2609,250,32,0,0,0,7604,150,4,0,0,0,0,0,0,0,0,'Sergeant Bly - Start WP movement'), + (2609,250,0,0,0,0,7604,150,4,2000005553,0,0,0,0,0,0,0,'Sergeant Bly - yell at movement start'), + (2609,250,32,0,0,0,7605,150,4,0,0,0,0,0,0,0,0,'Raven - Start WP movement'), + (2609,250,32,0,0,0,7606,150,4,0,0,0,0,0,0,0,0,'Oro Eyegouge - Start WP movement'), + (2609,250,32,0,0,0,7607,150,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - Start WP movement'), + (2609,250,32,0,0,0,7608,150,4,0,0,0,0,0,0,0,0,'Murta Grimgut - Start WP movement'), + (2609,250,10,8876,9000000,0,0,0,0,0,0,0,0,1890.55,1199.94,8.96,4.46,'spawn Sandfury Acolyte'), + (2609,250,10,8876,9000000,0,0,0,0,0,0,0,0,1888.45,1200.17,8.96,1.11,'spawn Sandfury Acolyte'), + (2609,250,10,8876,9000000,0,0,0,0,0,0,0,0,1876.98,1199.94,8.96,2.19,'spawn Sandfury Acolyte'), + (2609,250,10,8876,9000000,0,0,0,0,0,0,0,0,1873.31,1197.55,8.96,4.6,'spawn Sandfury Acolyte'), + (2609,250,10,8877,9000000,0,0,0,0,0,0,0,0,1895.16,1198.05,8.96,1.51,'spawn Sandfury Zealot'), + (2609,250,10,8877,9000000,0,0,0,0,0,0,0,0,1878.94,1200.57,8.96,2.6,'spawn Sandfury Zealot'), + (2609,250,10,8877,9000000,0,0,0,0,0,0,0,0,1874.74,1199.03,8.96,2.53,'spawn Sandfury Zealot'), + (2609,250,10,7275,9000000,0,0,0,0,0,0,0,0,1883.98,1201.66,8.96,1.71,'spawn Shadowpriest Sezz\'ziz'), + (2609,250,10,7796,9000000,0,0,0,0,0,0,0,0,1882.32,1201.45,8.96,6.05,'spawn Nekrum Gutchewer'), + (2648,0,10,2707,9000000,0,0,0,0,0,0,0,0,-407,-2862,77.31,5.87,'quest 2937'), + (2980,0,10,3475,180000,0,0,0,0,0,0,0,0,436.258,-3058,92.434,3.952,'quest 881'), + (2998,0,10,3257,180000,0,0,0,0,0,0,0,0,-435,-3428,91.75,5.323,''), + (3084,0,10,8392,9000000,0,0,0,0,0,0,0,0,2249,-7221.97,13.82,1.02,''), + (3201,2,9,16736,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3201,2,9,16741,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3202,2,9,16737,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3202,2,9,16742,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3203,2,9,16738,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3203,2,9,16743,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3204,2,9,16735,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3204,2,9,16740,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3241,5,10,8581,600000,0,0,0,0,0,0,0,0,4279.11,-6295.57,95.56,0.05,''), + (3241,20,10,8578,900000,0,0,0,0,0,0,0,0,4279.11,-6295.57,95.56,0.05,''), + (3301,2,10,7664,900000,0,0,0,0,0,0,0,0,-11234.4,-2842.68,157.92,1.42,''), + (3708,3,10,9453,300000,0,0,0,0,0,0,0,0,-8170.74,-5078.13,15.83,4.83,''), + (3718,10,11,17428,180000,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3839,0,10,9598,3000000,0,0,0,0,0,0,0,0,5998.7,-1208,377.75,0.36,''), + (3938,0,10,10373,3000000,0,0,0,0,0,0,0,0,6881.64,-506.63,40.14,2.02,''), + (3973,0,10,8075,9000000,0,0,0,0,0,0,0,0,-2764.68,2623.21,70.4204,2.33578,''), + (3980,0,9,27142,180,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3981,0,10,9684,3000000,0,0,0,0,0,0,0,0,-7196.45,-2405.63,-217.28,4.8,''), + (4059,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4079,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4102,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4118,0,15,15343,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4178,0,15,15344,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4185,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4192,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4193,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4194,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4195,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4196,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4197,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4215,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4216,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4217,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4218,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4219,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4234,0,15,15343,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4235,0,15,15343,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4236,0,15,15343,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4237,0,15,15343,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4247,0,15,15344,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4260,0,15,15343,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4265,0,15,15344,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4276,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4280,0,15,15366,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4284,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4288,0,15,15342,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (4338,0,10,10040,3000000,0,0,0,0,0,0,0,0,-7968.53,-1097.05,-327.09,3.3,'quest 4507'), + (4338,0,10,10040,3000000,0,0,0,0,0,0,0,0,-7979.87,-1095.38,-327.55,5.94,'quest 4507'), + (4338,40,10,10040,3000000,0,0,0,0,0,0,0,0,-7976.31,-1101.03,-328.11,6.1,'quest 4507'), + (4338,40,10,10040,3000000,0,0,0,0,0,0,0,0,-7969.05,-1102.24,-329.02,3.36,'quest 4507'), + (4338,40,10,10040,3000000,0,0,0,0,0,0,0,0,-7987.08,-1096.74,-329.16,5.55,'quest 4507'), + (4338,90,10,10040,3000000,0,0,0,0,0,0,0,0,-7977.93,-1079.71,-329.1,4.5,'quest 4507'), + (4338,90,10,10040,3000000,0,0,0,0,0,0,0,0,-7963.49,-1081.18,-328.64,4.32,'quest 4507'), + (4338,90,10,10041,3000000,0,0,0,0,0,0,0,0,-7969.74,-1077.94,-328.73,4.54,'quest 4507'), + (4845,0,9,66210,7200,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (4845,0,9,66197,65,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (4884,0,10,9816,9000000,0,0,0,0,0,0,0,0,144.32,-258.16,96.32,5.11,''), + (4975,0,10,10737,3000000,0,0,0,0,0,0,0,0,8072.38,-3833.81,690.03,4.56,''), + (5225,5,10,11058,900000,0,0,0,0,0,0,0,0,3487.05,-3289.75,131.79,4.69,''), + (5246,0,10,12319,3000000,0,0,0,0,0,0,0,0,331.5,-2272.41,241.82,5.23,'quest 6127'), + (5300,5,10,11120,900000,0,0,0,0,0,0,0,0,3589.51,-2991.87,125.18,3.35,''), + (5301,5,10,11121,900000,0,0,0,0,0,0,0,0,3818.7,-3730.37,141.88,1.86,''), + (5623,2,10,11598,300000,0,0,0,0,0,0,0,0,128.806,-7.874,75.482,5.62,'Scholomance - Summons in Ravenian Room'), + (5623,2,10,11598,300000,0,0,0,0,0,0,0,0,130.415,-1.113,75.482,2.688,'Scholomance - Summons in Ravenian Room'), + (5623,2,10,11598,300000,0,0,0,0,0,0,0,0,124.162,5.816,75.482,5.061,'Scholomance - Summons in Ravenian Room'), + (5621,2,10,11598,300000,0,0,0,0,0,0,0,0,239.556,-4.945,72.674,1.4525,'Scholomance - Summons in Illucia Room'), + (5621,2,10,11598,300000,0,0,0,0,0,0,0,0,226.854,0.262,72.673,3.161,'Scholomance - Summons in Illucia Room'), + (5621,2,10,11598,300000,0,0,0,0,0,0,0,0,248.115,2.809,72.669,4.668,'Scholomance - Summons in Illucia Room'), + (5620,2,10,11598,300000,0,0,0,0,0,0,0,0,123.306,3.933,85.312,6.056,'Scholomance - Summons in Malicia Room'), + (5620,2,10,11598,300000,0,0,0,0,0,0,0,0,110.892,-6.463,85.312,0.436,'Scholomance - Summons in Malicia Room'), + (5620,2,10,11598,300000,0,0,0,0,0,0,0,0,102.454,4.374,85.312,2.182,'Scholomance - Summons in Malicia Room'), + (5619,2,10,11598,300000,0,0,0,0,0,0,0,0,180.707,-75.818,84.925,1.396,'Scholomance - Summons in Theolen Room'), + (5619,2,10,11598,300000,0,0,0,0,0,0,0,0,185.689,-64.627,84.925,5.55,'Scholomance - Summons in Theolen Room'), + (5619,2,10,11598,300000,0,0,0,0,0,0,0,0,175.7,-55.238,85.229,4.772,'Scholomance - Summons in Theolen Room'), + (5618,2,10,11598,300000,0,0,0,0,0,0,0,0,256.289,0.652,84.924,4.765,'Scholomance - Summons in Polkelt Room'), + (5258,1,9,120441,30,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (5622,2,10,11598,300000,0,0,0,0,0,0,0,0,185.616,-42.912,75.4812,4.45059,'Scholomance - Summons in Barov Vault'), + (5622,2,10,11598,300000,0,0,0,0,0,0,0,0,177.746,-42.7475,75.4812,4.88692,'Scholomance - Summons in Barov Vault'), + (5622,2,10,11598,300000,0,0,0,0,0,0,0,0,181.825,-42.5812,75.4812,4.66003,'Scholomance - Summons in Barov Vault'), + (5618,2,10,11598,300000,0,0,0,0,0,0,0,0,241.345,4.231,84.924,5.062,'Scholomance - Summons in Polkelt Room'), + (5618,2,10,11598,300000,0,0,0,0,0,0,0,0,249.715,-5.978,85.106,3.177,'Scholomance - Summons in Polkelt Room'), + (5618,2,10,11598,300000,0,0,0,0,0,0,0,0,230.05,-9.946,85.317,5.847,'Scholomance - Summons in Polkelt Room'), + (5759,2,10,11886,600000,0,0,0,0,0,0,0,0,1571.63,-3276,88.88,6.05,''), + (5759,6,10,11887,600000,0,0,0,0,0,0,0,0,1569.4,-3272,88.15,0.28,''), + (5759,6,10,11887,600000,0,0,0,0,0,0,0,0,1572.08,-3278,89.31,0.34,''), + (5759,6,10,11887,600000,0,0,0,0,0,0,0,0,1576.6,-3275,89.08,0.16,''), + (5991,0,10,12138,180000,0,0,0,0,0,0,0,0,6331.9,93.3575,21.4216,1.1349,'quest 6001'), + (6028,0,10,12138,180000,0,0,0,0,0,0,0,0,-2500.89,-1628.45,91.7042,6.01041,'quest 6002'), + (6138,0,10,2179,3000000,0,0,0,0,0,0,0,0,6873.65,-659.95,84.16,0.76,'quest 6122'), + (6138,0,10,12321,3000000,0,0,0,0,0,0,0,0,6881.62,-651.81,84.59,1.05,'quest 6122'), + (6721,5,10,3743,180000,0,0,0,0,0,0,0,0,2202.16,-1544.48,87.796,0,'quest 6621'), + (6721,5,10,3749,180000,0,0,0,0,0,0,0,0,2237.48,-1524.45,89.7827,0,'quest 6621'), + (6721,25,10,3743,180000,0,0,0,0,0,0,0,0,2260.9,-1547.91,89.1733,0,'quest 6621'), + (6721,25,10,3749,180000,0,0,0,0,0,0,0,0,2235.44,-1578.43,86.4944,0,'quest 6621'), + (6721,25,10,3750,180000,0,0,0,0,0,0,0,0,2208.93,-1567.59,87.2283,0,'quest 6621'), + (6721,55,10,3749,180000,0,0,0,0,0,0,0,0,2202.16,-1544.48,87.796,0,'quest 6621'), + (6721,55,10,3750,180000,0,0,0,0,0,0,0,0,2237.48,-1524.45,89.7827,0,'quest 6621'), + (6721,75,10,3749,180000,0,0,0,0,0,0,0,0,2260.9,-1547.91,89.1733,0,'quest 6621'), + (6721,75,10,3750,180000,0,0,0,0,0,0,0,0,2235.44,-1578.43,86.4944,0,'quest 6621'), + (6721,75,10,3743,180000,0,0,0,0,0,0,0,0,2208.93,-1567.59,87.2283,0,'quest 6621'), + (6721,105,10,3750,180000,0,0,0,0,0,0,0,0,2202.16,-1544.48,87.796,0,'quest 6621'), + (6721,105,10,3743,180000,0,0,0,0,0,0,0,0,2237.48,-1524.45,89.7827,0,'quest 6621'), + (6721,125,10,3750,180000,0,0,0,0,0,0,0,0,2260.9,-1547.91,89.1733,0,'quest 6621'), + (6721,125,10,3743,180000,0,0,0,0,0,0,0,0,2235.44,-1578.43,86.4944,0,'quest 6621'), + (6721,125,10,3749,180000,0,0,0,0,0,0,0,0,2208.93,-1567.59,87.2283,0,'quest 6621'), + (6721,155,10,3743,180000,0,0,0,0,0,0,0,0,2202.16,-1544.48,87.796,0,'quest 6621'), + (6721,155,10,3749,180000,0,0,0,0,0,0,0,0,2237.48,-1524.45,89.7827,0,'quest 6621'), + (6721,180,10,12918,180000,0,0,0,0,0,0,0,0,2208.93,-1567.59,87.2283,0,'quest 6621'), + (8175,5,10,14351,900000,0,0,0,0,0,0,0,0,588.44,606.87,-4.75,5.62,''), + (8302,0,15,23014,0,0,14449,10,7,0,0,0,0,0,0,0,0,'Blackwing Orb Trigger - Cast Possess visual'), + (8302,90,14,23014,0,0,12435,100,7,0,0,0,0,0,0,0,0,'Razorgore - Remove Possess visual'), + (8302,90,15,23958,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Mind Exhaustion on player'), + (8328,0,10,14467,3000000,0,0,0,0,0,0,0,0,5803.74,-986,409.76,3.08,'quest 7603'), + (8420,40,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,31,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,31,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,31,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,31,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,31,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,390,9,99774,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn nineth Symbol'), + (8420,350,9,99775,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn eight Symbol'), + (8420,310,9,99776,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn seventh Symbol'), + (8420,270,9,99777,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn sixth Symbol'), + (8420,230,9,99778,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn fifth Symbol'), + (8420,190,9,99779,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn fourth Symbol'), + (8420,150,9,99780,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn third Symbol'), + (8420,110,9,99781,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn second Symbol'), + (8420,70,9,99782,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn first Symbol'), + (8420,30,9,93940,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,93939,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,92638,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,92637,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,92636,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,92635,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,89635,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,89634,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,89632,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,89631,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,89082,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,89081,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,40145,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,22288,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,22286,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,22273,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,22272,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,22271,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal'), + (8420,30,9,99784,3600,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Warlock Mount Ritual Circle'), + (8420,23,36,0,0,0,14500,50,3,0,0,0,0,0,0,0,0,'J\'eevee face player'), + (8420,23,0,0,0,0,14500,50,3,2000005351,0,0,0,0,0,0,0,'J\'eevee say 4'), + (8420,0,31,14501,100,0,0,0,0,0,0,0,0,0,0,0,0,'terminate script if Warlock Mount Ritual Mob Type 3 is not found'), + (8428,0,9,22269,10,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Dreadsteed Portal for 10 sec'), + (8436,3,10,14514,3000000,0,0,0,0,0,0,0,0,145.4,184.14,94.31,4.19,'quest 8258'), + (8436,3,10,14514,3000000,0,0,0,0,0,0,0,0,150.32,172.59,93.7,3.12,'quest 8258'), + (8436,20,10,14518,3000000,0,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), + (8436,60,10,14513,3000000,0,0,0,0,0,0,0,0,145.4,184.14,94.31,4.19,'quest 8258'), + (8436,60,10,14513,3000000,0,0,0,0,0,0,0,0,150.32,172.59,93.7,3.12,'quest 8258'), + (8436,80,10,14520,3000000,0,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), + (8436,120,10,14512,3000000,0,0,0,0,0,0,0,0,145.4,184.14,94.31,4.19,'quest 8258'), + (8436,120,10,14512,3000000,0,0,0,0,0,0,0,0,150.32,172.59,93.7,3.12,'quest 8258'), + (8436,140,10,14519,3000000,0,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), + (8436,200,10,14511,3000000,0,0,0,0,0,0,0,0,145.4,184.14,94.31,4.19,'quest 8258'), + (8436,200,10,14511,3000000,0,0,0,0,0,0,0,0,150.32,172.59,93.7,3.12,'quest 8258'), + (8436,200,10,14511,3000000,0,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), + (8436,230,10,14521,3000000,0,0,0,0,0,0,0,0,144.35,159.2,93.07,2.36,'quest 8258'), + (8436,300,10,14516,9000000,0,0,0,0,0,0,0,0,135.46,155.2,92.21,2.49,'quest 8258'), + (8438,0,10,14500,180000,0,0,0,0,0,0,0,0,38.4345,156.93,83.545,1.40746,'Spawn J\'eevee'), + (8605,2,10,14748,600000,0,0,0,0,0,0,0,0,414.5,-4812.67,12.54,4.48,''), + (8605,2,10,14748,600000,0,0,0,0,0,0,0,0,417.09,-4817.01,12.06,4.58,''), + (9066,10,10,14515,900000,0,0,0,0,0,0,0,0,-11540.7,-1627.71,41.27,0.1,''), + (9104,0,10,15114,9000000,0,0,0,0,0,0,0,0,-11685.9,-1781.48,12.59,1.43,''), + (9208,0,10,14862,9000000,0,0,0,0,0,0,0,0,-7276.38,852.34,3.64,0.5,'quest 8315'), + (9425,2,12,66334,76,0,0,0,0,0,0,0,0,0,0,0,0,'Close the AQ gate'), + (9426,2,12,66335,72,0,0,0,0,0,0,0,0,0,0,0,0,'Close the AQ roots'), + (9427,2,12,66336,60,0,0,0,0,0,0,0,0,0,0,0,0,'Close the AQ runes'), + (9527,5,10,15554,3000000,0,0,0,0,0,0,0,0,5100.93,-5104.51,924.57,2.69,''), + (9542,0,10,15571,9000000,0,0,0,0,0,0,0,0,3483,-6692.79,-2.43,0.8,'quest 8729'), + (9571,0,10,15623,3000000,0,0,0,0,0,0,0,0,6724.96,-5275.13,778.23,1.82,'quest 8481'), + (10015,0,10,16387,9000000,0,0,0,0,0,0,0,0,3644,-3473.77,138.56,4.47,'quest 9257'), + (5439,1,9,10229,30,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (5438,1,9,10230,30,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (4845,0,9,66201,65,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (4845,1,9,66203,65,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (4845,1,9,66204,65,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (4845,1,9,66208,65,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (4845,1,9,66209,65,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (4845,5,10,10602,432000,0,0,0,0,1,0,0,0,-33.04,-385.57,48.6,5.98,'summon MAGUS'), + (4845,5,10,10601,432000,0,0,0,0,1,0,0,0,-16.12,-376.99,49.2,4.89,'summon ENFORCER'), + (4845,5,10,10601,432000,0,0,0,0,1,0,0,0,-25.13,-376.6,48.94,5.17,'summon ENFORCER'), + (4845,13,10,10602,432000,0,0,0,0,1,0,0,0,-14.93,-381.99,49.04,4.7,'summon MAGUS'), + (4845,28,10,10602,432000,0,0,0,0,1,0,0,0,-35.47,-371.36,50.22,4.79,'summon MAGUS'), + (4845,28,10,10601,432000,0,0,0,0,1,0,0,0,-47.54,-368.11,51.67,5.7,'summon ENFORCER'), + (4845,42,10,10602,432000,0,0,0,0,1,0,0,0,-33.04,-385.57,48.6,5.98,'summon MAGUS'), + (4845,42,10,10602,432000,0,0,0,0,1,0,0,0,-14.58,-375.16,49.31,4.73,'summon MAGUS'), + (4845,42,10,10601,432000,0,0,0,0,1,0,0,0,-24.91,-376.41,48.95,4.67,'summon ENFORCER'), + (4845,58,10,10602,432000,0,0,0,0,1,0,0,0,-47.54,-368.11,51.67,5.7,'summon MAGUS'), + (4845,66,10,10584,432000,0,0,0,0,1,0,0,0,-23.97,-391.89,48.58,1.68,'summon Urok'), + (9417,0,8,15415,0,0,0,0,4,0,0,0,0,0,0,0,0,'Credit for quest 1657'), + (8420,40,10,14482,0,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), + (8420,40,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,40,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,40,10,14482,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), + (8420,50,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,50,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,50,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,50,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,50,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,60,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,60,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,60,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,60,10,14482,0,0,0,0,0,0,0,0,0,-14.4863,747.953,-27.1958,1.91986,'spawn Xorothian Imp'), + (8420,60,10,14483,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.5708,'spawn Dread Guard'), + (8420,70,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,70,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,70,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,70,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,70,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,80,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,80,10,14482,0,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), + (8420,80,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,80,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,80,10,14482,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), + (8420,90,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,90,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,90,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,90,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,90,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,100,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,100,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,100,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,100,10,14482,0,0,0,0,0,0,0,0,0,-14.4863,747.953,-27.1958,1.91986,'spawn Xorothian Imp'), + (8420,100,10,14483,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Dread Guard'), + (8420,110,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,110,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,110,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,110,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,110,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,120,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,120,10,14483,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Dread Guard'), + (8420,120,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,120,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,120,10,14482,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), + (8420,130,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,130,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,130,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,130,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,130,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,140,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,140,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,140,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,140,10,14483,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Dread Guard'), + (8420,140,10,14482,0,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), + (8420,150,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,150,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,150,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,150,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,150,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,160,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,160,10,14483,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Dread Guard'), + (8420,160,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,160,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,160,10,14482,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), + (8420,170,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,170,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,170,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,170,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,170,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,180,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,180,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,180,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,180,10,14483,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Dread Guard'), + (8420,180,10,14482,0,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), + (8420,190,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,190,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,190,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,190,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,190,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,200,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,200,10,14483,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.5708,'spawn Dread Guard'), + (8420,200,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,200,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,200,10,14482,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), + (8420,210,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,210,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,210,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,210,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,210,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,220,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,220,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,220,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,220,10,14483,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Dread Guard'), + (8420,220,10,14482,0,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Xorothian Imp'), + (8420,230,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,230,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,230,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,230,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,230,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,240,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,240,10,14483,0,0,0,0,0,0,0,0,0,-62.4677,878.058,-27.1771,5.07891,'spawn Dread Guard'), + (8420,240,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,240,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,240,10,14482,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), + (8420,250,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,250,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,250,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,250,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,250,10,14483,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Dread Guard'), + (8420,260,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,260,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,260,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,260,10,14483,0,0,0,0,0,0,0,0,0,-97.5622,848.091,-27.3099,5.75959,'spawn Dread Guard'), + (8420,260,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,270,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,270,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,270,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,270,10,14483,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), + (8420,270,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,280,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,280,10,14483,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Dread Guard'), + (8420,280,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,280,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,280,10,14482,0,0,0,0,0,0,0,0,0,-37.7177,743.281,-27.0769,1.57088,'spawn Xorothian Imp'), + (8420,290,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,290,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,290,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,290,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,290,10,14483,0,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), + (8420,300,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,300,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,300,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,300,10,14483,0,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), + (8420,300,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,310,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,310,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,310,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,310,10,14483,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), + (8420,310,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,320,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,320,10,14483,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Dread Guard'), + (8420,320,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,320,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,320,10,14483,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), + (8420,330,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,330,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,330,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,330,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,330,10,14483,0,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), + (8420,340,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,340,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,340,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,340,10,14483,0,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), + (8420,340,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,350,10,14482,0,0,0,0,0,0,0,0,0,5.8428,865.497,-27.2486,3.9968,'spawn Xorothian Imp'), + (8420,350,10,14482,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Xorothian Imp'), + (8420,350,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,350,10,14483,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), + (8420,350,10,14482,0,0,0,0,0,0,0,0,0,-82.6964,759.662,-27.1815,0.890118,'spawn Xorothian Imp'), + (8420,360,10,14482,0,0,0,0,0,0,0,0,0,-39.7076,882.205,-27.1575,4.7473,'spawn Xorothian Imp'), + (8420,360,10,14483,0,0,0,0,0,0,0,0,0,-106.235,800.934,-27.3196,0.174533,'spawn Dread Guard'), + (8420,360,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,360,10,14482,0,0,0,0,0,0,0,0,0,-61.2501,747.296,-27.126,1.23918,'spawn Xorothian Imp'), + (8420,360,10,14483,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Dread Guard'), + (8420,370,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8420,370,10,14482,0,0,0,0,0,0,0,0,0,29.5943,801.049,-27.1773,2.96706,'spawn Xorothian Imp'), + (8420,370,10,14482,0,0,0,0,0,0,0,0,0,20.9339,848.326,-27.1628,3.66519,'spawn Xorothian Imp'), + (8420,370,10,14482,0,0,0,0,0,0,0,0,0,5.62079,759.756,-27.1948,2.25147,'spawn Xorothian Imp'), + (8420,370,10,14483,0,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), + (8420,380,10,14482,0,0,0,0,0,0,0,0,0,21.162,778.232,-27.2357,2.60054,'spawn Xorothian Imp'), + (8420,380,10,14482,0,0,0,0,0,0,0,0,0,-98.1468,778.083,-27.254,0.541052,'spawn Xorothian Imp'), + (8420,380,10,14482,0,0,0,0,0,0,0,0,0,-82.9582,866.112,-27.2077,5.41052,'spawn Xorothian Imp'), + (8420,380,10,14483,0,0,0,0,0,0,0,0,0,-105.782,826.821,-27.2819,6.0912,'spawn Dread Guard'), + (8420,380,10,14482,0,0,0,0,0,0,0,0,0,-15.0206,878.409,-27.0947,4.36332,'spawn Xorothian Imp'), + (8428,10,10,14502,0,0,0,0,0,0,0,0,0,-32.2687,808.172,-29.4525,-0.718391,'spawn Xorothian Dreadsteed'), + (8438,1,0,0,0,0,14500,40,0,2000005352,0,0,0,0,0,0,0,'J\'eevee say 1'), + (8438,3,20,2,0,0,14500,40,0,0,0,0,0,0,0,0,0,'J\'eevee set waypoint movement'), + (8438,36,8,14500,0,0,0,0,0,0,0,0,0,0,0,0,0,'J\'eevee give quest credit'); /*!40000 ALTER TABLE `dbscripts_on_event` ENABLE KEYS */; UNLOCK TABLES; @@ -416510,6 +419524,7 @@ CREATE TABLE `dbscripts_on_go_template_use` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` int(10) unsigned NOT NULL DEFAULT '0', `search_radius` int(10) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -416527,130 +419542,138 @@ CREATE TABLE `dbscripts_on_go_template_use` ( LOCK TABLES `dbscripts_on_go_template_use` WRITE; /*!40000 ALTER TABLE `dbscripts_on_go_template_use` DISABLE KEYS */; -INSERT INTO `dbscripts_on_go_template_use` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_go_template_use` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (175944,0,10,10882,30000,0,0,0,0,0,0,0,-5008.34,-2118.89,83.657,0.874,''), - (176581,0,10,11876,30000,0,0,0,0,0,0,0,0,0,0,0,''), - (179985,1,10,15041,60000,0,0,2,0,0,0,0,0,0,0,0,'Spider Egg - Summon Spawn of Mar\'li'), - (179804,1,10,14605,60000,0,0,2,0,0,0,0,0,0,0,0,'Drakonid Bones - Summon Bone Construct'), - (178145,0,10,11920,30000,0,0,0,0,0,0,0,0,0,0,0,''), - (170562,1,0,0,0,9023,20,3,2000005099,0,0,0,0,0,0,0,'Windsor - say on Dughal door open'), - (170568,1,0,0,0,9677,20,3,2000005102,0,0,0,0,0,0,0,'Ograbisi - say on Jaz door open'), - (170568,2,22,54,5,9681,20,3,2000005102,0,0,0,0,0,0,0,'Jaz - change faction to hostile'), - (170568,2,22,54,5,9677,20,3,2000005102,0,0,0,0,0,0,0,'Ograbisi - change faction to hostile'), - (170569,1,0,0,0,9678,20,3,2000005100,0,0,0,0,0,0,0,'Shill - say on Shill door open'), - (170569,1,22,54,5,9678,20,3,2000005100,0,0,0,0,0,0,0,'Shill - change faction to hostile'), - (170567,1,0,0,0,9680,20,3,2000005101,0,0,0,0,0,0,0,'Crest - say on Crest door open'), - (170567,1,22,54,5,9680,20,3,2000005101,0,0,0,0,0,0,0,'Crest - change faction to hostile'), - (177243,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (128403,2,15,10247,0,0,0,2,0,0,0,0,0,0,0,0,'cast Summon Zul\'Farrak Zombies'), - (124371,1,10,7228,9000000,0,0,0,0,0,0,0,-235.673,309.639,-47.5976,4.74317,'Summon Ironaya'), - (124371,27,11,14394,9000000,0,0,0,0,0,0,0,0,0,0,0,'Open the Seal of Khaz\'Mul'), - (124371,28,0,1,0,7228,100,0,2000005346,0,0,0,0,0,0,0,'Ironaya yell'), - (124371,28,20,2,0,7228,100,0,0,0,0,0,0,0,0,0,'Ironaya starts moving'), - (300058,0,15,26448,0,15892,7,3,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Moonglade - Alliance'), - (300058,0,15,26448,0,15891,7,3,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Moonglade - Horde'), - (300058,0,15,26454,0,15694,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Storwimnd'), - (300058,0,15,26452,0,15906,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Ironforge'), - (300058,0,15,26450,0,15905,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Darnassus'), - (300058,0,15,26453,0,15908,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Orgrimmar'), - (300058,0,15,26456,0,15907,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Undercity'), - (300058,0,15,26455,0,15719,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Thunderbluff'), - (17156,0,11,0,15,150138,10,0,0,0,0,0,0,0,0,0,'Stonewrought Pass - Northern Door Lever'), - (17157,0,11,0,15,150137,10,0,0,0,0,0,0,0,0,0,'Stonewrought Pass - Southern Door Lever'), - (178905,0,10,13696,60000,0,0,0,0,0,0,0,0,0,0,0,'summon Noxxious Scion'), - (178905,0,10,13696,60000,0,0,0,0,0,0,0,0,0,0,0,'summon Noxxious Scion'), - (178905,0,10,13696,60000,0,0,0,0,0,0,0,0,0,0,0,'summon Noxxious Scion'), - (178553,3,10,13301,300000,0,0,0,0,0,0,0,-7185.85,439.658,64.308,5.4325,'Quest 1126 - spawn Hive\'Ashi Ambusher'), - (178553,3,10,13301,300000,0,0,0,0,0,0,0,-7180.65,443.308,64.123,5.2,'Quest 1126 - spawn Hive\'Ashi Ambusher'), - (142189,0,15,11462,0,0,0,4,0,0,0,0,0,0,0,0,''), - (142189,3,15,11487,0,7898,50,2,0,0,0,0,0,0,0,0,''), - (142189,4,15,11485,0,7898,50,2,0,0,0,0,0,0,0,0,''), - (142189,9,15,11463,0,7898,50,2,0,0,0,0,0,0,0,0,''), - (142189,10,15,11463,0,7898,50,2,0,0,0,0,0,0,0,0,''), - (142189,11,15,11487,0,7898,50,2,0,0,0,0,0,0,0,0,''), - (174554,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174555,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174556,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174557,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174558,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174559,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174560,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174561,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174562,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174563,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174564,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (174566,0,27,8,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), - (178965,0,9,532824,3600,0,0,0,0,0,0,0,0,0,0,0,'summon Celebras Blue Aura'), - (178965,1,15,21914,0,13716,20,7,0,0,0,0,0,0,0,0,'cast Celebras Quit Escort'), - (178965,15,7,7046,0,0,0,0,0,0,0,0,0,0,0,0,'Give quest completion'), - (176767,1,11,45427,15,0,0,0,0,0,0,0,0,0,0,0,''), - (177365,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (177366,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (177367,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (177368,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (177369,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (177397,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (177398,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (177399,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (177400,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), - (176195,2,22,16,49,10992,20,0,0,0,0,0,0,0,0,0,'Enraged Panther set faction'), - (176195,1,3,0,0,10992,20,0,0,0,0,0,-4680.1,-1439.24,-50.49,5.77704,'Enraged Panther Move'), - (176195,3,26,0,0,10992,50,3,0,0,0,0,0,0,0,0,'Enraged Panther - attack'), - (161456,0,10,9437,10800000,0,0,0,0,0,0,0,815.276,-168.652,-49.6699,6.23083,'Spawn Dark Keeper Vorfalk and his guards'), - (161456,0,10,9445,10800000,0,0,0,0,0,0,0,816.276,-167.652,-49.6699,5.58505,'Spawn Dark Keeper Vorfalk and his guards'), - (161456,0,10,9445,10800000,0,0,0,0,0,0,0,817.276,-166.652,-49.6699,4.88692,'Spawn Dark Keeper Vorfalk and his guards'), - (161458,0,10,9439,10800000,0,0,0,0,0,0,0,901.537,-359.291,-49.908,3.31613,'Spawn Dark Keeper Uggel and his guards'), - (161458,0,10,9445,10800000,0,0,0,0,0,0,0,903.295,-356.783,-49.8522,3.68264,'Spawn Dark Keeper Uggel and his guards'), - (161458,0,10,9445,10800000,0,0,0,0,0,0,0,902.896,-361.966,-50.0812,2.74017,'Spawn Dark Keeper Uggel and his guards'), - (161459,0,10,9441,10800000,0,0,0,0,0,0,0,549.701,-214.474,-36.8893,0.331613,'Spawn Dark Keeper Zimrel and his guards'), - (161459,0,10,9445,10800000,0,0,0,0,0,0,0,549.796,-217.958,-36.8654,0.890118,'Spawn Dark Keeper Zimrel and his guards'), - (161459,0,10,9445,10800000,0,0,0,0,0,0,0,548.083,-212.932,-36.8628,6.26573,'Spawn Dark Keeper Zimrel and his guards'), - (164818,0,10,9442,10800000,0,0,0,0,0,0,0,679.491,-7.79026,-59.9754,1.8326,'Spawn Dark Keeper Ofgut and his guards'), - (164818,0,10,9445,10800000,0,0,0,0,0,0,0,680.491,-6.79026,-59.9754,2.18166,'Spawn Dark Keeper Ofgut and his guards'), - (164818,0,10,9445,10800000,0,0,0,0,0,0,0,681.491,-5.79026,-59.9754,2.58309,'Spawn Dark Keeper Ofgut and his guards'), - (164819,0,10,9443,10800000,0,0,0,0,0,0,0,802.755,-245.25,-43.2198,2.93215,'Spawn Dark Keeper Pelver and his guards'), - (164819,0,10,9445,10800000,0,0,0,0,0,0,0,805.289,-243.172,-43.2198,3.42085,'Spawn Dark Keeper Pelver and his guards'), - (164819,0,10,9445,10800000,0,0,0,0,0,0,0,801.935,-248.841,-43.2198,1.95477,'Spawn Dark Keeper Pelver and his guards'), - (161457,0,10,9438,10800000,0,0,0,0,0,0,0,862.461,-309.724,-49.8757,3.85883,'Spawn Dark Keeper Bethek and his guards'), - (161457,0,10,9445,10800000,0,0,0,0,0,0,0,863.219,-305.041,-49.8751,3.68264,'Spawn Dark Keeper Bethek and his guards'), - (161457,0,10,9445,10800000,0,0,0,0,0,0,0,860.947,-302.54,-49.8787,4.04916,'Spawn Dark Keeper Bethek and his guards'), - (161457,0,10,9445,10800000,0,0,0,0,0,0,0,864.232,-303.735,-49.8527,3.735,'Spawn Dark Keeper Bethek and his guards'), - (161457,0,10,9445,10800000,0,0,0,0,0,0,0,862.676,-301.922,-49.8527,3.9619,'Spawn Dark Keeper Bethek and his guards'), - (174565,0,27,8,0,160845,7,0,0,0,0,0,0,0,0,0,''), - (181332,0,34,4,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Alliance'), - (181332,1,15,29101,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Stormwind'), - (181333,0,34,4,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Alliance'), - (181333,1,15,29102,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Ironforge'), - (181334,0,34,4,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Alliance'), - (181334,1,15,29099,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Darnassus'), - (181336,0,34,3,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Horde'), - (181336,1,15,29130,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Orgrimmar'), - (181337,0,34,3,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Horde'), - (181337,1,15,29132,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Thunder Bluff'), - (181335,0,34,3,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Horde'), - (181335,1,15,29133,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Undercity'), - (176216,1,13,0,0,176211,50,1,0,0,0,0,0,0,0,0,'Activate Cannonball trap'), - (176217,1,13,0,0,176211,50,1,0,0,0,0,0,0,0,0,'Activate Cannonball trap'), - (176346,0,9,23615,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), - (176349,0,9,23616,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), - (176350,0,9,23617,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), - (176351,0,9,23618,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), - (176352,0,9,23619,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), - (176353,0,9,23620,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), - (141812,0,15,10805,0,0,0,4,0,0,0,0,0,0,0,0,''), - (141857,0,15,10834,0,0,0,4,0,0,0,0,0,0,0,0,''), - (141858,0,15,10835,0,0,0,4,0,0,0,0,0,0,0,0,''), - (141859,0,15,10836,0,0,0,4,0,0,0,0,0,0,0,0,''), - (179674,0,15,23117,0,14501,40,4,0,0,0,0,0,0,0,0,'Cast Ritual Bell Aura on Warlock Mount Ritual Mob Type 3'), - (179674,30,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'reset Bell of Dethmoora'), - (179674,31,9,99787,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Bell of Dethmoora'), - (179672,0,15,23120,0,14501,40,4,0,0,0,0,0,0,0,0,'Cast Black March Blessing on Warlock Mount Ritual Mob Type 3'), - (179672,30,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'reset Wheel of the Black March'), - (179672,31,9,99786,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Wheel of the Black March'), - (179673,0,15,23226,0,14501,40,4,0,0,0,0,0,0,0,0,'Cast Ritual Candle Aura on Ritual Mob'), - (179673,30,43,0,0,0,0,0,0,0,0,0,0,0,0,0,'reset Doomsday Candle'), - (179673,31,9,99785,3600,0,0,0,0,0,0,0,0,0,0,0,'respawn Doomsday Candle'); + (175944,0,10,10882,30000,0,0,0,0,0,0,0,0,-5008.34,-2118.89,83.657,0.874,''), + (176581,0,10,11876,30000,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179985,1,10,15041,60000,0,0,0,2,0,0,0,0,0,0,0,0,'Spider Egg - Summon Spawn of Mar\'li'), + (179804,1,10,14605,60000,0,0,0,2,0,0,0,0,0,0,0,0,'Drakonid Bones - Summon Bone Construct'), + (178145,0,10,11920,30000,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170562,1,0,0,0,0,9023,20,3,2000005099,0,0,0,0,0,0,0,'Windsor - say on Dughal door open'), + (170568,1,0,0,0,0,9677,20,3,2000005102,0,0,0,0,0,0,0,'Ograbisi - say on Jaz door open'), + (170568,2,22,54,5,0,9681,20,3,2000005102,0,0,0,0,0,0,0,'Jaz - change faction to hostile'), + (170568,2,22,54,5,0,9677,20,3,2000005102,0,0,0,0,0,0,0,'Ograbisi - change faction to hostile'), + (170569,1,0,0,0,0,9678,20,3,2000005100,0,0,0,0,0,0,0,'Shill - say on Shill door open'), + (170569,1,22,54,5,0,9678,20,3,2000005100,0,0,0,0,0,0,0,'Shill - change faction to hostile'), + (170567,1,0,0,0,0,9680,20,3,2000005101,0,0,0,0,0,0,0,'Crest - say on Crest door open'), + (170567,1,22,54,5,0,9680,20,3,2000005101,0,0,0,0,0,0,0,'Crest - change faction to hostile'), + (177243,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (128403,2,15,10247,0,0,0,0,2,0,0,0,0,0,0,0,0,'cast Summon Zul\'Farrak Zombies'), + (124371,1,10,7228,9000000,0,0,0,0,0,0,0,0,-235.673,309.639,-47.5976,4.74317,'Summon Ironaya'), + (124371,27,11,14394,9000000,0,0,0,0,0,0,0,0,0,0,0,0,'Open the Seal of Khaz\'Mul'), + (124371,28,0,0,0,0,7228,100,0,2000005346,0,0,0,0,0,0,0,'Ironaya yell'), + (124371,28,20,2,0,0,7228,100,0,0,0,0,0,0,0,0,0,'Ironaya starts moving'), + (300058,0,15,26448,0,0,15892,7,3,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Moonglade - Alliance'), + (300058,0,15,26448,0,0,15891,7,3,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Moonglade - Horde'), + (300058,0,15,26454,0,0,15694,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Storwimnd'), + (300058,0,15,26452,0,0,15906,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Ironforge'), + (300058,0,15,26450,0,0,15905,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Darnassus'), + (300058,0,15,26453,0,0,15908,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Orgrimmar'), + (300058,0,15,26456,0,0,15907,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Undercity'), + (300058,0,15,26455,0,0,15719,7,5,0,0,0,0,0,0,0,0,'Lunar Festival - Teleports Thunderbluff'), + (17156,0,11,0,15,0,150138,10,0,0,0,0,0,0,0,0,0,'Stonewrought Pass - Northern Door Lever'), + (17157,0,11,0,15,0,150137,10,0,0,0,0,0,0,0,0,0,'Stonewrought Pass - Southern Door Lever'), + (178905,0,10,13696,60000,0,0,0,0,0,0,0,0,0,0,0,0,'summon Noxxious Scion'), + (178905,0,10,13696,60000,0,0,0,0,0,0,0,0,0,0,0,0,'summon Noxxious Scion'), + (178905,0,10,13696,60000,0,0,0,0,0,0,0,0,0,0,0,0,'summon Noxxious Scion'), + (178553,3,10,13301,300000,0,0,0,0,0,0,0,0,-7185.85,439.658,64.308,5.4325,'Quest 1126 - spawn Hive\'Ashi Ambusher'), + (178553,3,10,13301,300000,0,0,0,0,0,0,0,0,-7180.65,443.308,64.123,5.2,'Quest 1126 - spawn Hive\'Ashi Ambusher'), + (142189,0,15,11462,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (142189,3,15,11487,0,0,7898,50,2,0,0,0,0,0,0,0,0,''), + (142189,4,15,11485,0,0,7898,50,2,0,0,0,0,0,0,0,0,''), + (142189,9,15,11463,0,0,7898,50,2,0,0,0,0,0,0,0,0,''), + (142189,10,15,11463,0,0,7898,50,2,0,0,0,0,0,0,0,0,''), + (142189,11,15,11487,0,0,7898,50,2,0,0,0,0,0,0,0,0,''), + (174554,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174555,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174556,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174557,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174558,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174559,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174560,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174561,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174562,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174563,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174564,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (174566,0,27,8,0,0,160836,3,0,0,0,0,0,0,0,0,0,'Relic Coffer Door - Access: Relic Coffer'), + (178965,0,9,532824,3600,0,0,0,0,0,0,0,0,0,0,0,0,'summon Celebras Blue Aura'), + (178965,1,15,21914,0,0,13716,20,7,0,0,0,0,0,0,0,0,'cast Celebras Quit Escort'), + (178965,15,7,7046,0,0,0,0,0,0,0,0,0,0,0,0,0,'Give quest completion'), + (176767,1,11,45427,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177365,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (177366,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (177367,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (177368,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (177369,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (177397,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (177398,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (177399,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (177400,0,10,11937,60000,0,0,0,0,0,0,0,0,0,0,0,0,'Demon Portal - Summon Demon Portal Guardian'), + (176195,2,22,16,49,0,10992,20,0,0,0,0,0,0,0,0,0,'Enraged Panther set faction'), + (176195,1,3,0,0,0,10992,20,0,0,0,0,0,-4680.1,-1439.24,-50.49,5.77704,'Enraged Panther Move'), + (176195,3,26,0,0,0,10992,50,3,0,0,0,0,0,0,0,0,'Enraged Panther - attack'), + (161456,0,10,9437,10800000,0,0,0,0,0,0,0,0,815.276,-168.652,-49.6699,6.23083,'Spawn Dark Keeper Vorfalk and his guards'), + (161456,0,10,9445,10800000,0,0,0,0,0,0,0,0,816.276,-167.652,-49.6699,5.58505,'Spawn Dark Keeper Vorfalk and his guards'), + (161456,0,10,9445,10800000,0,0,0,0,0,0,0,0,817.276,-166.652,-49.6699,4.88692,'Spawn Dark Keeper Vorfalk and his guards'), + (161458,0,10,9439,10800000,0,0,0,0,0,0,0,0,901.537,-359.291,-49.908,3.31613,'Spawn Dark Keeper Uggel and his guards'), + (161458,0,10,9445,10800000,0,0,0,0,0,0,0,0,903.295,-356.783,-49.8522,3.68264,'Spawn Dark Keeper Uggel and his guards'), + (161458,0,10,9445,10800000,0,0,0,0,0,0,0,0,902.896,-361.966,-50.0812,2.74017,'Spawn Dark Keeper Uggel and his guards'), + (161459,0,10,9441,10800000,0,0,0,0,0,0,0,0,549.701,-214.474,-36.8893,0.331613,'Spawn Dark Keeper Zimrel and his guards'), + (161459,0,10,9445,10800000,0,0,0,0,0,0,0,0,549.796,-217.958,-36.8654,0.890118,'Spawn Dark Keeper Zimrel and his guards'), + (161459,0,10,9445,10800000,0,0,0,0,0,0,0,0,548.083,-212.932,-36.8628,6.26573,'Spawn Dark Keeper Zimrel and his guards'), + (164818,0,10,9442,10800000,0,0,0,0,0,0,0,0,679.491,-7.79026,-59.9754,1.8326,'Spawn Dark Keeper Ofgut and his guards'), + (164818,0,10,9445,10800000,0,0,0,0,0,0,0,0,680.491,-6.79026,-59.9754,2.18166,'Spawn Dark Keeper Ofgut and his guards'), + (164818,0,10,9445,10800000,0,0,0,0,0,0,0,0,681.491,-5.79026,-59.9754,2.58309,'Spawn Dark Keeper Ofgut and his guards'), + (164819,0,10,9443,10800000,0,0,0,0,0,0,0,0,802.755,-245.25,-43.2198,2.93215,'Spawn Dark Keeper Pelver and his guards'), + (164819,0,10,9445,10800000,0,0,0,0,0,0,0,0,805.289,-243.172,-43.2198,3.42085,'Spawn Dark Keeper Pelver and his guards'), + (164819,0,10,9445,10800000,0,0,0,0,0,0,0,0,801.935,-248.841,-43.2198,1.95477,'Spawn Dark Keeper Pelver and his guards'), + (161457,0,10,9438,10800000,0,0,0,0,0,0,0,0,862.461,-309.724,-49.8757,3.85883,'Spawn Dark Keeper Bethek and his guards'), + (161457,0,10,9445,10800000,0,0,0,0,0,0,0,0,863.219,-305.041,-49.8751,3.68264,'Spawn Dark Keeper Bethek and his guards'), + (161457,0,10,9445,10800000,0,0,0,0,0,0,0,0,860.947,-302.54,-49.8787,4.04916,'Spawn Dark Keeper Bethek and his guards'), + (161457,0,10,9445,10800000,0,0,0,0,0,0,0,0,864.232,-303.735,-49.8527,3.735,'Spawn Dark Keeper Bethek and his guards'), + (161457,0,10,9445,10800000,0,0,0,0,0,0,0,0,862.676,-301.922,-49.8527,3.9619,'Spawn Dark Keeper Bethek and his guards'), + (174565,0,27,8,0,0,160845,7,0,0,0,0,0,0,0,0,0,''), + (181332,0,34,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Alliance'), + (181332,1,15,29101,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Stormwind'), + (181333,0,34,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Alliance'), + (181333,1,15,29102,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Ironforge'), + (181334,0,34,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Alliance'), + (181334,1,15,29099,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Darnassus'), + (181336,0,34,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Horde'), + (181336,1,15,29130,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Orgrimmar'), + (181337,0,34,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Horde'), + (181337,1,15,29132,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Thunder Bluff'), + (181335,0,34,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop if player is Horde'), + (181335,1,15,29133,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Create Flame Undercity'), + (176216,1,13,0,0,0,176211,50,1,0,0,0,0,0,0,0,0,'Activate Cannonball trap'), + (176217,1,13,0,0,0,176211,50,1,0,0,0,0,0,0,0,0,'Activate Cannonball trap'), + (176346,0,9,23615,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), + (176349,0,9,23616,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), + (176350,0,9,23617,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), + (176351,0,9,23618,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), + (176352,0,9,23619,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), + (176353,0,9,23620,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Postbox Parcel'), + (141812,0,15,10805,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (141857,0,15,10834,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (141858,0,15,10835,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (141859,0,15,10836,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (179674,0,15,23117,0,0,14501,40,4,0,0,0,0,0,0,0,0,'Cast Ritual Bell Aura on Warlock Mount Ritual Mob Type 3'), + (179674,30,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'reset Bell of Dethmoora'), + (179674,31,9,99787,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Bell of Dethmoora'), + (179672,0,15,23120,0,0,14501,40,4,0,0,0,0,0,0,0,0,'Cast Black March Blessing on Warlock Mount Ritual Mob Type 3'), + (179672,30,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'reset Wheel of the Black March'), + (179672,31,9,99786,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Wheel of the Black March'), + (179673,0,15,23226,0,0,14501,40,4,0,0,0,0,0,0,0,0,'Cast Ritual Candle Aura on Ritual Mob'), + (179673,30,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'reset Doomsday Candle'), + (179673,31,9,99785,3600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn Doomsday Candle'), + (175888,4,10,7523,180000,0,0,0,0,0,0,0,0,6494.13,-4235.87,658.44,0.6939,'Spawn Suffering Highborn'), + (175888,4,10,7524,180000,0,0,0,0,0,0,0,0,6504.59,-4227.14,658.7,3.7947,'Spawn Anguished Highborn'), + (175891,4,10,7523,180000,0,0,0,0,0,0,0,0,6561.26,-3935.64,658.31,1.9505,'Spawn Suffering Highborn'), + (175891,4,10,7524,180000,0,0,0,0,0,0,0,0,6552.91,-3932.1,658.35,0.4394,'Spawn Suffering Highborn'), + (175892,4,10,7523,180000,0,0,0,0,0,0,0,0,6484.14,-4103.29,658.32,2.8326,'Spawn Suffering Highborn'), + (175892,4,10,7524,180000,0,0,0,0,0,0,0,0,6474.3,-4105.41,658.68,0.9947,'Spawn Anguished Highborn'), + (175893,4,10,7523,180000,0,0,0,0,0,0,0,0,6563.37,-4032.24,658.38,5.4919,'Spawn Suffering Highborn'), + (175893,4,10,7524,180000,0,0,0,0,0,0,0,0,6564.89,-4044.05,658.34,1.0278,'Spawn Suffering Highborn'); /*!40000 ALTER TABLE `dbscripts_on_go_template_use` ENABLE KEYS */; UNLOCK TABLES; @@ -416667,6 +419690,7 @@ CREATE TABLE `dbscripts_on_go_use` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `search_radius` mediumint(8) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -416684,88 +419708,88 @@ CREATE TABLE `dbscripts_on_go_use` ( LOCK TABLES `dbscripts_on_go_use` WRITE; /*!40000 ALTER TABLE `dbscripts_on_go_use` DISABLE KEYS */; -INSERT INTO `dbscripts_on_go_use` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_go_use` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (4523,2,10,9136,300000,0,0,0,0,0,0,0,-7916.54,-2613.33,221.13,1.89747,''), - (11881,0,11,11875,20,0,0,0,0,0,0,0,0,0,0,0,''), - (11894,0,11,11876,300,0,0,0,0,0,0,0,0,0,0,0,''), - (12609,2,10,12369,300000,0,0,0,0,0,0,0,251.381,2962.47,2.76527,0.860446,''), - (15351,0,11,15640,7200,0,0,0,0,0,0,0,0,0,0,0,''), - (15351,0,11,15639,10,0,0,0,0,0,0,0,0,0,0,0,''), - (15351,20,12,15576,7200,0,0,0,0,0,0,0,0,0,0,0,''), - (15351,20,11,15352,7200,0,0,0,0,0,0,0,0,0,0,0,''), - (21608,5,10,15083,900000,0,0,0,0,0,0,0,-11901.3,-1906.52,65.36,0.87,''), - (21609,5,10,15084,900000,0,0,0,0,0,0,0,-11901.3,-1906.52,65.36,0.87,''), - (21610,5,10,15085,900000,0,0,0,0,0,0,0,-11901.3,-1906.52,65.36,0.87,''), - (26188,0,11,30533,15,0,0,0,0,0,0,0,0,0,0,0,''), - (26192,0,11,87694,15,0,0,0,0,0,0,0,0,0,0,0,''), - (26197,0,11,87695,15,0,0,0,0,0,0,0,0,0,0,0,''), - (26206,0,11,30534,300,0,0,0,0,0,0,0,0,0,0,0,''), - (28487,1,15,11525,0,0,0,4,0,0,0,0,0,0,0,0,''), - (28704,5,10,15082,900000,0,0,0,0,0,0,0,-11901.3,-1906.52,65.36,0.87,''), - (28934,1,15,11525,0,0,0,4,0,0,0,0,0,0,0,0,''), - (29116,1,15,11525,0,0,0,4,0,0,0,0,0,0,0,0,''), - (29196,1,15,11528,0,0,0,4,0,0,0,0,0,0,0,0,''), - (29513,1,15,11528,0,0,0,4,0,0,0,0,0,0,0,0,''), - (30560,1,15,11528,0,0,0,4,0,0,0,0,0,0,0,0,''), - (31904,1,15,11528,0,0,0,4,0,0,0,0,0,0,0,0,''), - (32260,0,11,32250,15,0,0,0,0,0,0,0,0,0,0,0,''), - (32374,1,15,11512,0,0,0,4,0,0,0,0,0,0,0,0,''), - (32375,1,15,11512,0,0,0,4,0,0,0,0,0,0,0,0,''), - (32376,1,15,11512,0,0,0,4,0,0,0,0,0,0,0,0,''), - (32377,1,15,11512,0,0,0,4,0,0,0,0,0,0,0,0,''), - (32378,0,11,32373,15,0,0,0,0,0,0,0,0,0,0,0,''), - (32379,1,15,11545,0,0,0,4,0,0,0,0,0,0,0,0,''), - (32380,1,15,11545,0,0,0,4,0,0,0,0,0,0,0,0,''), - (32381,1,15,11545,0,0,0,4,0,0,0,0,0,0,0,0,''), - (32442,0,11,32445,15,0,0,0,0,0,0,0,0,0,0,0,''), - (32443,0,11,20835,15,0,0,0,0,0,0,0,0,0,0,0,''), - (32444,0,11,32446,120,0,0,0,0,0,0,0,0,0,0,0,''), - (32480,0,11,33241,120,0,0,0,0,0,0,0,0,0,0,0,''), - (34006,0,11,33219,15,0,0,0,0,0,0,0,0,0,0,0,''), - (35848,2,10,11142,900000,0,0,0,0,0,0,0,3644.62,-3168.25,128.52,5.93,''), - (35848,2,10,11142,900000,0,0,0,0,0,0,0,3656.82,-3160.63,129.03,4.84,''), - (35848,2,10,11142,900000,0,0,0,0,0,0,0,3664.55,-3176.47,126.42,2.2,''), - (43177,0,11,43178,7200,0,0,0,0,0,0,0,0,0,0,0,''), - (43208,0,12,18892,600,0,0,0,0,0,0,0,0,0,0,0,''), - (43208,5,10,10506,900000,0,0,0,0,0,0,0,309.65,93.47,101.66,0.03,''), - (44809,0,11,15012,15,0,0,0,0,0,0,0,0,0,0,0,''), - (44811,0,11,15013,15,0,0,0,0,0,0,0,0,0,0,0,''), - (45428,0,11,45427,5,0,0,0,0,0,0,0,0,0,0,0,''), - (45625,0,11,45626,15,0,0,0,0,0,0,0,0,0,0,0,''), - (49958,0,11,49943,5,0,0,0,0,0,0,0,0,0,0,0,''), - (49960,0,11,49945,5,0,0,0,0,0,0,0,0,0,0,0,''), - (49962,0,11,49948,5,0,0,0,0,0,0,0,0,0,0,0,''), - (49967,0,11,49956,5,0,0,0,0,0,0,0,0,0,0,0,''), - (66908,1,11,66900,0,0,0,0,0,0,0,0,0,0,0,0,'Open Chromaggus side door'), - (66908,2,25,1,0,14020,70,0,0,0,0,0,0,0,0,0,'Set Chromaggus run = true'), - (66908,3,3,0,0,14020,70,0,0,0,0,0,-7484.91,-1072.98,476.55,2.18,'Move Chromaggus in the center of the room'), - (4511,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (4512,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (4538,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (4539,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (4540,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (4594,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (4611,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (6782,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (6786,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (6797,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (6811,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (6845,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (6848,1,0,4,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), - (4542,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (4513,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (4514,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (4515,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (4541,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (4612,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (6770,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (6784,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (6793,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (6802,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (6841,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (6847,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), - (6853,1,0,4,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'); + (4523,2,10,9136,300000,0,0,0,0,0,0,0,0,-7916.54,-2613.33,221.13,1.89747,''), + (11881,0,11,11875,20,0,0,0,0,0,0,0,0,0,0,0,0,''), + (11894,0,11,11876,300,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12609,2,10,12369,300000,0,0,0,0,0,0,0,0,251.381,2962.47,2.76527,0.860446,''), + (15351,0,11,15640,7200,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15351,0,11,15639,10,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15351,20,12,15576,7200,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15351,20,11,15352,7200,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21608,5,10,15083,900000,0,0,0,0,0,0,0,0,-11901.3,-1906.52,65.36,0.87,''), + (21609,5,10,15084,900000,0,0,0,0,0,0,0,0,-11901.3,-1906.52,65.36,0.87,''), + (21610,5,10,15085,900000,0,0,0,0,0,0,0,0,-11901.3,-1906.52,65.36,0.87,''), + (26188,0,11,30533,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26192,0,11,87694,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26197,0,11,87695,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26206,0,11,30534,300,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28487,1,15,11525,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (28704,5,10,15082,900000,0,0,0,0,0,0,0,0,-11901.3,-1906.52,65.36,0.87,''), + (28934,1,15,11525,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (29116,1,15,11525,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (29196,1,15,11528,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (29513,1,15,11528,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (30560,1,15,11528,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (31904,1,15,11528,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (32260,0,11,32250,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32374,1,15,11512,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (32375,1,15,11512,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (32376,1,15,11512,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (32377,1,15,11512,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (32378,0,11,32373,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32379,1,15,11545,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (32380,1,15,11545,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (32381,1,15,11545,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (32442,0,11,32445,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32443,0,11,20835,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32444,0,11,32446,120,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32480,0,11,33241,120,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34006,0,11,33219,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35848,2,10,11142,900000,0,0,0,0,0,0,0,0,3644.62,-3168.25,128.52,5.93,''), + (35848,2,10,11142,900000,0,0,0,0,0,0,0,0,3656.82,-3160.63,129.03,4.84,''), + (35848,2,10,11142,900000,0,0,0,0,0,0,0,0,3664.55,-3176.47,126.42,2.2,''), + (43177,0,11,43178,7200,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43208,0,12,18892,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43208,5,10,10506,900000,0,0,0,0,0,0,0,0,309.65,93.47,101.66,0.03,''), + (44809,0,11,15012,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (44811,0,11,15013,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (45428,0,11,45427,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (45625,0,11,45626,15,0,0,0,0,0,0,0,0,0,0,0,0,''), + (49958,0,11,49943,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (49960,0,11,49945,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (49962,0,11,49948,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (49967,0,11,49956,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (66908,1,11,66900,0,0,0,0,0,0,0,0,0,0,0,0,0,'Open Chromaggus side door'), + (66908,2,25,1,0,0,14020,70,0,0,0,0,0,0,0,0,0,'Set Chromaggus run = true'), + (66908,3,3,0,0,0,14020,70,0,0,0,0,0,-7484.91,-1072.98,476.55,2.18,'Move Chromaggus in the center of the room'), + (4511,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (4512,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (4538,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (4539,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (4540,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (4594,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (4611,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (6782,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (6786,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (6797,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (6811,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (6845,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (6848,1,0,0,0,0,8887,4603,19,2000000353,2000000354,2000000355,2000000356,0,0,0,0,'Thaurissan relic - random whisper'), + (4542,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (4513,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (4514,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (4515,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (4541,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (4612,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (6770,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (6784,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (6793,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (6802,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (6841,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (6847,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'), + (6853,1,0,0,0,0,8887,4603,19,2000000357,2000000358,2000000359,2000000360,0,0,0,0,'Thaurissan relic - random whisper'); /*!40000 ALTER TABLE `dbscripts_on_go_use` ENABLE KEYS */; UNLOCK TABLES; @@ -416782,6 +419806,7 @@ CREATE TABLE `dbscripts_on_gossip` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `search_radius` mediumint(8) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -416799,266 +419824,269 @@ CREATE TABLE `dbscripts_on_gossip` ( LOCK TABLES `dbscripts_on_gossip` WRITE; /*!40000 ALTER TABLE `dbscripts_on_gossip` DISABLE KEYS */; -INSERT INTO `dbscripts_on_gossip` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_gossip` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (5,0,15,21100,0,0,0,0,0,0,0,0,0,0,0,0,'cast conjure elegant letter'), - (21,0,7,6981,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete 6981'), - (43,0,17,21408,1,0,0,0,0,0,0,0,0,0,0,0,'give Band of Unending Life'), - (44,0,17,21414,1,0,0,0,0,0,0,0,0,0,0,0,'give Band of Vaulted Secrets'), - (45,0,17,21405,1,0,0,0,0,0,0,0,0,0,0,0,'give Band of Veiled Shadows'), - (46,0,17,21396,1,0,0,0,0,0,0,0,0,0,0,0,'give Ring of Eternal Justice'), - (47,0,17,21411,1,0,0,0,0,0,0,0,0,0,0,0,'give Ring of Infinite Wisdom'), - (48,0,17,21399,1,0,0,0,0,0,0,0,0,0,0,0,'give Ring of the Gathering Storm'), - (49,0,17,21417,1,0,0,0,0,0,0,0,0,0,0,0,'give Ring of Unspoken Names'), - (50,0,17,21402,1,0,0,0,0,0,0,0,0,0,0,0,'give Signet of the Unseen Path'), - (51,0,17,21393,1,0,0,0,0,0,0,0,0,0,0,0,'give Signet of Unyielding Strength'), - (12501,1,22,168,5,0,0,0,0,0,0,0,0,0,0,0,'Astor change faction'), - (321,0,15,9268,0,0,0,0,0,0,0,0,0,0,0,0,'Teleport to Darnassus'), - (342,0,15,24751,0,0,0,0,0,0,0,0,0,0,0,0,'generic Trick or Treat cast'), - (524,0,15,9977,0,0,0,0,0,0,0,0,0,0,0,0,'cast Conjure E.C.A.C'), - (576,0,7,2278,5,0,0,0,0,0,0,0,0,0,0,0,'quest 2278 complete'), - (1045,0,15,11512,0,0,0,4,0,0,0,0,0,0,0,0,'Matrix Punchograph 3005-A - white->yellow card'), - (1047,0,15,11525,0,0,0,4,0,0,0,0,0,0,0,0,'Matrix Punchograph 3005-B - yellow->blue card'), - (1049,0,15,11528,0,0,0,4,0,0,0,0,0,0,0,0,'Matrix Punchograph 3005-C - blue->red card'), - (1282,0,10,8391,300000,0,0,0,0,0,0,0,-6460.42,-1267.62,180.785,3.15905,'summon Lathoric'), - (1286,0,7,3377,5,0,0,0,0,0,0,0,0,0,0,0,'Zamael Lunthistle - Questcredit (3377)'), - (1288,1,9,82731,10,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues S - rough script, details missing'), - (1288,11,9,82732,10,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues N'), - (1288,22,9,82733,10,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues SW'), - (1288,33,9,82734,10,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues SE'), - (1288,44,9,82735,10,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues NW'), - (1288,55,9,82736,10,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues NE'), - (1321,0,7,3441,0,0,0,0,0,0,0,0,0,0,0,0,'quest 3441 complete of npc 8479'), - (1364,0,15,12578,0,0,0,0,0,0,0,0,0,0,0,0,'cast Create Oathstone of Ysera\'s Dragonflight'), - (1405,0,8,8612,0,0,0,0,0,0,0,0,0,0,0,0,'give killcredit - Screecher Spirit'), - (1405,2,29,1,2,8612,5,0,0,0,0,0,0,0,0,0,''), - (1541,0,15,12885,0,0,0,0,0,0,0,0,0,0,0,0,'Teleport to Razelikh'), - (1563,0,7,3702,0,0,0,0,0,0,0,0,0,0,0,0,'give questcredit - The Smoldering Ruins of Thaurissan'), - (1882,1,0,0,0,3389,5,0,2000000031,0,0,0,0,0,0,0,''), - (1882,2,10,9457,300000,0,0,0,0,0,0,0,-280.703,-1908.01,91.6668,1.77351,'Counterattack!: Summon Horde Axe Thrower 1'), - (1882,2,10,9457,300000,0,0,0,0,0,0,0,-286.384,-1910.99,91.6668,1.59444,'Counterattack!: Summon Horde Defender 2'), - (1882,2,10,9457,300000,0,0,0,0,0,0,0,-297.373,-1917.11,91.6746,1.81435,'Counterattack!: Summon Horde Defender 3'), - (1882,2,10,9458,300000,0,0,0,0,0,0,0,-293.212,-1912.51,91.6673,1.42794,'Counterattack!: Summon Horde Axe Thrower 1'), - (1882,2,10,9524,300000,0,0,0,0,0,0,0,-280.037,-1888.35,92.2549,2.28087,'Counterattack!: Summon Kolkar Invader'), - (1882,2,10,9524,300000,0,0,0,0,0,0,0,-292.107,-1899.54,91.667,4.78158,'Counterattack!: Summon Kolkar Invader'), - (1882,2,10,9524,300000,0,0,0,0,0,0,0,-305.57,-1869.88,92.7754,2.45131,'Counterattack!: Summon Kolkar Invader'), - (1882,2,10,9524,300000,0,0,0,0,0,0,0,-289.972,-1882.76,92.5714,3.43148,'Counterattack!: Summon Kolkar Invader'), - (1882,2,10,9524,300000,0,0,0,0,0,0,0,-277.454,-1873.39,92.7773,4.75724,'Counterattack!: Summon Kolkar Invader'), - (1882,2,10,9524,300000,0,0,0,0,0,0,0,-271.581,-1847.51,93.4329,4.39124,'Counterattack!: Summon Kolkar Invader'), - (1882,2,10,9524,300000,0,0,0,0,0,0,0,-269.982,-1828.6,92.4754,4.68655,'Counterattack!: Summon Kolkar Invader'), - (1882,2,10,9523,300000,0,0,0,0,0,0,0,-279.267,-1827.92,92.3128,1.35332,'Counterattack!: Summon Kolkar Stormseer'), - (1882,2,10,9523,300000,0,0,0,0,0,0,0,-297.42,-1847.41,93.2295,5.80967,'Counterattack!: Summon Kolkar Stormseer'), - (1882,2,10,9523,300000,0,0,0,0,0,0,0,-310.607,-1831.89,95.9363,0.371571,'Counterattack!: Summon Kolkar Stormseer'), - (1882,2,10,9523,300000,0,0,0,0,0,0,0,-329.177,-1842.43,95.3891,0.516085,'Counterattack!: Summon Kolkar Stormseer'), - (1882,2,10,9523,300000,0,0,0,0,0,0,0,-324.448,-1860.63,94.3221,4.97793,'Counterattack!: Summon Kolkar Stormseer'), - (1882,62,10,9524,240000,0,0,0,0,0,0,0,-290.588,-1858,92.5026,4.14698,'Counterattack!: Summon Kolkar Invader'), - (1882,62,10,9523,240000,0,0,0,0,0,0,0,-286.103,-1846.18,92.544,6.11047,'Counterattack!: Summon Kolkar Stormseer'), - (1882,62,10,9524,240000,0,0,0,0,0,0,0,-304.978,-1844.7,94.4432,1.61721,'Counterattack!: Summon Kolkar Invader'), - (1882,62,10,9523,240000,0,0,0,0,0,0,0,-308.105,-1859.08,93.8039,2.80709,'Counterattack!: Summon Kolkar Stormseer'), - (1882,62,10,9524,240000,0,0,0,0,0,0,0,-297.089,-1867.68,92.5601,2.21804,'Counterattack!: Summon Kolkar Invader'), - (1882,62,10,9523,240000,0,0,0,0,0,0,0,-286.988,-1876.47,92.7447,1.39494,'Counterattack!: Summon Kolkar Stormseer'), - (1882,62,10,9524,240000,0,0,0,0,0,0,0,-291.86,-1893.04,92.0213,1.96121,'Counterattack!: Summon Kolkar Invader'), - (1882,62,10,9524,240000,0,0,0,0,0,0,0,-298.297,-1846.85,93.3672,4.97792,'Counterattack!: Summon Kolkar Invader'), - (1882,102,10,9524,240000,0,0,0,0,0,0,0,-294.942,-1845.88,93.0999,4.86797,'Counterattack!: Summon Kolkar Invader'), - (1882,102,10,9456,240000,0,0,0,0,0,0,0,-296.718,-1846.38,93.2334,5.02897,'Counterattack!: Summon Warlord Kromzar'), - (2177,0,7,4285,0,0,0,0,0,0,0,0,0,0,0,0,'explore northern pylon'), - (2178,0,7,4287,0,0,0,0,0,0,0,0,0,0,0,0,'explore eastern pylon'), - (2179,0,7,4288,0,0,0,0,0,0,0,0,0,0,0,0,'explore western pylon'), - (2187,0,15,15065,0,0,0,4,0,0,0,0,0,0,0,0,'Create Tablet Transcript'), - (2208,0,15,15120,0,0,0,0,0,0,0,0,0,0,0,0,'cast Cenarion Beacon'), - (2703,0,15,16351,0,0,0,0,0,0,0,0,0,0,0,0,'Create Cache of Mau\'ari'), - (2908,0,7,4941,5,0,0,0,0,0,0,0,0,0,0,0,'Eitrigg\'s wisdom completion'), - (3049,0,7,5126,0,0,0,0,0,0,0,0,0,0,0,0,'give questcredit - Lorax\'s Tale'), - (3141,0,8,11064,1,0,0,0,0,0,0,0,0,0,0,0,''), - (3141,2,29,1,2,0,0,0,0,0,0,0,0,0,0,0,''), - (3223,0,15,17529,0,0,0,0,0,0,0,0,0,0,0,0,'cast Vitreous Focuser'), - (3421,0,17,12846,1,0,0,0,0,0,0,0,0,0,0,0,'give item Argent Dawn Commission'), - (3681,0,7,5742,0,0,0,0,0,0,0,0,0,0,0,0,'complete quest'), - (3801,0,15,17961,0,0,0,0,0,0,0,0,0,0,0,0,'cast Scarlet Illusion'), - (3861,0,8,10936,1,0,0,0,0,0,0,0,0,0,0,0,'give quest credit - The Battle of Darrowshire'), - (3884,1,7,5929,5,0,0,0,0,0,0,0,0,0,0,0,'Quest complete 5929'), - (3885,1,7,5930,5,0,0,0,0,0,0,0,0,0,0,0,'Quest complete 5930'), - (4041,0,30,315,0,0,0,0,0,0,0,0,0,0,0,0,'fly to Rut\'theran Village'), - (4042,0,30,316,0,0,0,0,0,0,0,0,0,0,0,0,'fly to Thunder Bluff'), - (4362,0,9,0,60,177491,5,0,0,0,0,0,0,0,0,0,'Respawn Termite Barrel'), - (4781,0,15,23059,0,0,0,0,0,0,0,0,0,0,0,0,'cast Create Thorium Brotherhood Contract'), - (5382,0,15,10843,0,0,0,0,0,0,0,0,0,0,0,0,'Heavy Mageweave Bandage'), - (5383,0,15,18631,0,0,0,0,0,0,0,0,0,0,0,0,'Runecloth Bandages'), - (5384,0,15,18632,0,0,0,0,0,0,0,0,0,0,0,0,'Heavy Runecloth Bandages'), - (5602,1,29,1,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark the redeemed - Drop gossip flag'), - (5602,3,0,0,0,0,0,0,2000000195,0,0,0,0,0,0,0,'ironbark the redeemed - Say'), - (5602,7,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark the redeemed - Start movement'), - (5602,7,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark the redeemed - Set active'), - (5704,0,17,19016,1,0,0,0,0,0,0,0,0,0,0,0,'create Vessel of Rebirth'), - (5749,0,15,22864,0,0,0,4,0,0,0,0,0,0,0,0,'Learn Field Repair Bot 74A'), - (5750,0,15,25139,0,0,0,6,0,0,0,0,0,0,0,0,'cast teleport molten core'), - (5851,0,15,23123,0,0,0,0,0,0,0,0,0,0,0,0,'get - Cairne\'s Hoofprint'), - (6001,0,15,23460,0,0,0,4,0,0,0,0,0,0,0,0,''), - (6092,0,15,23490,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Dimension Ripper - Everlook'), - (6094,0,15,23491,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Ultrasafe Transporter: Gadgetzan'), - (6211,0,15,23765,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Darkmoon Faire Fortune'), - (6443,0,15,24267,0,0,0,4,0,0,0,0,0,0,0,0,'Learn Gurubashi Mojo Madness'), - (6540,1,13,0,0,180502,10,1,0,0,0,0,0,0,0,0,'use Wind Stone trap'), - (6545,0,8,15222,0,0,0,0,0,0,0,0,0,0,0,0,'cast killcredit 15222'), - (6552,0,8,15221,0,0,0,0,0,0,0,0,0,0,0,0,'cast killcredit 15221'), - (6559,0,17,20454,1,0,0,0,0,0,0,0,0,0,0,0,''), - (6560,0,17,20455,1,0,0,0,0,0,0,0,0,0,0,0,''), - (6561,0,17,20456,1,0,0,0,0,0,0,0,0,0,0,0,''), - (6668,0,17,21109,1,0,0,0,0,0,0,0,0,0,0,0,'Give Draconic for Dummies Chap. VII'), - (6669,0,17,21107,1,0,0,0,0,0,0,0,0,0,0,0,'Give Draconic for Dummies Chap. V'), - (6670,0,17,21106,1,0,0,0,0,0,0,0,0,0,0,0,'Give Draconic for Dummies Chap. IV'), - (6690,0,15,25843,0,0,0,0,0,0,0,0,0,0,0,0,'Create Hive\'Zora Scout Report'), - (6691,0,15,25845,0,0,0,0,0,0,0,0,0,0,0,0,'Create Hive\'Ashi Scout Report'), - (6692,0,15,25847,0,0,0,0,0,0,0,0,0,0,0,0,'Create Hive\'Regal Scout Report'), - (6763,0,15,25952,0,0,0,4,0,0,0,0,0,0,0,0,'free metzen - use visual effect'), - (6763,7,8,15664,5,0,0,0,0,0,0,0,0,0,0,0,'free metzen - credit for metzen'), - (6763,9,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'free metzen - despawn'), - (6918,0,15,26375,0,0,0,0,0,0,0,0,0,0,0,0,'Create Lunar Festival Invitation'), - (8400,1,28,1,0,16381,10,0,0,0,0,0,0,0,0,0,'Archmage Tarsis - sits'), - (15000,0,26,0,0,0,25,0,0,0,0,0,0,0,0,0,'Azuregos attacks player'), - (15011,0,17,20949,1,0,25,2,0,0,0,0,0,0,0,0,'creates item Magical Ledger'), - (15012,0,0,0,0,0,0,0,2000000163,0,0,0,0,0,0,0,'Azuregos says Good Day'), - (20007,3,7,5727,10,0,0,0,0,0,0,0,0,0,0,0,'Quest: Hidden Enemies (2)'), - (50041,0,15,9949,0,0,0,0,0,0,0,0,0,0,0,0,'cast Thieves\' Tool Rack Conjure'), - (50120,0,17,12563,1,0,0,0,0,0,0,0,0,0,0,0,''), - (50232,0,17,7586,1,0,0,0,0,0,0,0,0,0,0,0,''), - (66441,0,15,29182,0,0,0,0,0,0,0,0,0,0,0,0,'teleport - lair of the Twin Emperors'), - (66442,0,15,29188,0,0,0,0,0,0,0,0,0,0,0,0,'teleport - final chamber'), - (94001,0,0,0,0,0,0,0,2000005548,0,0,0,0,0,0,0,'Weegli Blastfuse - say start door bombing'), - (94001,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - remove gossip flag'), - (94001,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - update faction to default'), - (94001,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - set run on'), - (94001,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - start WP movement'), - (94101,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - remove gossip flag'), - (94101,0,0,0,0,0,0,0,2000005549,0,0,0,0,0,0,0,'Sergeant Bly - say start combat 1'), - (94101,0,25,1,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - set run on'), - (94101,3,0,0,0,0,0,0,2000005550,0,0,0,0,0,0,0,'Sergeant Bly - say start combat 2'), - (94101,6,22,14,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - update faction to hostile'), - (94101,6,22,14,0,7608,30,4,0,0,0,0,0,0,0,0,'Murta Grimgut - update faction'), - (94101,6,22,14,0,7606,30,4,0,0,0,0,0,0,0,0,'Oro Eyegouge - update faction'), - (94101,6,22,14,0,7605,30,4,0,0,0,0,0,0,0,0,'Raven - update faction'), - (94101,6,0,0,0,7607,30,4,2000005551,0,0,0,0,0,0,0,'Weegli Blastfuse - say start door bombing'), - (94101,6,29,1,2,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - remove gossip flag'), - (94101,6,22,0,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - update faction to default'), - (94101,6,32,0,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - start WP movement'), - (104702,0,17,14639,1,0,0,0,0,0,0,0,0,0,0,0,'Hidden schematic'), - (105001,0,15,11545,0,0,0,4,0,0,0,0,0,0,0,0,'Matrix Punchograph 3005-D - red->prismatic card'), - (105002,0,15,11595,0,0,0,4,0,0,0,0,0,0,0,0,'Cast spell Learn - Schematic: Discombobulator Ray'), - (132302,0,15,19797,0,0,0,0,0,0,0,0,0,0,0,0,'cast Conjure Torch of Retribution'), - (144300,0,0,0,0,0,0,0,2000000237,0,0,0,0,0,0,0,'say 1'), - (144300,1,15,13029,0,0,0,0,0,0,0,0,0,0,0,0,'learn Goldthorn Tea'), - (144301,0,0,0,0,0,0,0,2000000237,0,0,0,0,0,0,0,'say 2'), - (144301,1,15,13030,0,0,0,0,0,0,0,0,0,0,0,0,'learn Major Troll\'s Blood Elixir'), - (194501,0,15,14894,0,0,0,0,0,0,0,0,0,0,0,0,'cast Smelt Dark Iron'), - (194502,1,9,67871,300,0,0,0,0,0,0,0,0,0,0,0,'spawn Spectral Chalice'), - (244001,0,15,28287,0,0,0,0,0,0,0,0,0,0,0,0,'cast Conjure E.C.A.C'), - (244011,0,15,28263,0,0,0,0,0,0,0,0,0,0,0,0,'cast glacial cloak'), - (244012,0,15,28261,0,0,0,0,0,0,0,0,0,0,0,0,'cast glacial gloves'), - (244013,0,15,28262,0,0,0,0,0,0,0,0,0,0,0,0,'cast glacial wrists'), - (244014,0,15,28260,0,0,0,0,0,0,0,0,0,0,0,0,'cast glacial vest'), - (244021,0,15,28252,0,0,0,0,0,0,0,0,0,0,0,0,'cast icebane bracers'), - (244022,0,15,28253,0,0,0,0,0,0,0,0,0,0,0,0,'cast icebane gauntlets'), - (244023,0,15,28251,0,0,0,0,0,0,0,0,0,0,0,0,'cast icebane breastplate'), - (244031,0,15,28256,0,0,0,0,0,0,0,0,0,0,0,0,'polar bracers'), - (244032,0,15,28255,0,0,0,0,0,0,0,0,0,0,0,0,'polar gloves'), - (244033,0,15,28254,0,0,0,0,0,0,0,0,0,0,0,0,'polar tunic'), - (244034,0,15,28259,0,0,0,0,0,0,0,0,0,0,0,0,'icy scale bracers'), - (244035,0,15,28258,0,0,0,0,0,0,0,0,0,0,0,0,'icy scale gauntlets'), - (244036,0,15,28257,0,0,0,0,0,0,0,0,0,0,0,0,'icy scale breastplate'), - (246500,0,15,23122,0,0,0,0,0,0,0,0,0,0,0,0,'Create Jaina\'s Autograph'), - (386201,0,7,6001,6,0,0,0,0,0,0,0,0,0,0,0,'Spirit of Lunaclaw - Questcredit (Alliance)'), - (386202,0,7,6002,6,0,0,0,0,0,0,0,0,0,0,0,'Spirit of Lunaclaw - Questcredit (Horde)'), - (476301,0,15,6766,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Test of Lore'), - (476302,0,7,6627,5,0,0,0,0,0,0,0,0,0,0,0,'Quest complete 6627'), - (476401,0,15,6767,0,0,0,0,0,0,0,0,0,0,0,0,'cast Mark of Shame'), - (476402,0,7,6628,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete'), - (506501,0,15,21357,1,0,0,0,0,0,0,0,0,0,0,0,'create aqual quintessence'), - (506502,0,15,28439,1,0,0,0,0,0,0,0,0,0,0,0,'create eternal quintessence'), - (570801,0,15,22799,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - cast King of the Gordok'), - (570901,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNPAUSE'), - (570901,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), - (570901,1,0,0,0,0,0,0,2000005460,0,0,0,0,0,0,0,''), - (570902,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNPAUSE'), - (570902,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), - (570902,1,0,0,0,0,0,0,2000005461,0,0,0,0,0,0,0,''), - (570903,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNPAUSE'), - (570903,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), - (570903,1,0,0,0,0,0,0,2000005462,0,0,0,0,0,0,0,''), - (570904,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNPAUSE'), - (570904,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), - (570904,1,0,0,0,0,0,0,2000005463,0,0,0,0,0,0,0,''), - (570905,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), - (570905,1,0,0,0,0,0,0,2000005464,0,0,0,0,0,0,0,''), - (570905,3,10,13276,120000,0,0,0,0,0,0,0,14.7965,-696.322,-12.6426,4.4823,'summon - Wildspawn Imp'), - (570905,3,10,13276,120000,0,0,0,0,0,0,0,18.8891,-697.389,-12.6426,4.35271,'summon - Wildspawn Imp'), - (570905,3,10,13276,120000,0,0,0,0,0,0,0,21.4274,-700.227,-12.6426,4.06997,'summon - Wildspawn Imp'), - (570905,3,10,13276,120000,0,0,0,0,0,0,0,22.2017,-705.459,-12.6426,3.48092,'summon - Wildspawn Imp'), - (570905,4,15,22735,0,0,0,0,0,0,0,0,0,0,0,0,'TRANSFORM'), - (570905,4,22,90,1,0,0,0,0,0,0,0,0,0,0,0,'set DemonFaction'), - (574001,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - resume WP Movement'), - (574301,0,7,7482,5,0,0,0,0,0,0,0,0,0,0,0,''), - (574301,2,3,0,0,14368,20,0,0,0,0,0,0,0,0,0.7,''), - (574301,4,0,0,0,14368,20,0,2000000196,0,0,0,0,0,0,0,''), - (574301,7,0,0,0,14368,20,0,2000000197,0,0,0,0,0,0,0,''), - (574301,13,0,0,0,14368,20,0,2000000198,0,0,0,0,0,0,0,''), - (574301,20,3,0,0,14368,20,0,0,0,0,0,0,0,0,3.07178,''), - (574302,0,7,7481,5,0,0,0,0,0,0,0,0,0,0,0,''), - (574302,2,3,0,0,14368,20,0,0,0,0,0,0,0,0,0.7,''), - (574302,4,0,0,0,14368,20,0,2000000196,0,0,0,0,0,0,0,''), - (574302,7,0,0,0,14368,20,0,2000000197,0,0,0,0,0,0,0,''), - (574302,13,0,0,0,14368,20,0,2000000198,0,0,0,0,0,0,0,''), - (574302,20,3,0,0,14368,20,0,0,0,0,0,0,0,0,3.07178,''), - (618701,0,15,23768,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Damage'), - (618702,0,15,23769,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Resistance'), - (618703,0,15,23767,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Armor'), - (620801,0,15,23738,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Spirit'), - (620802,0,15,23766,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Intelligence'), - (620901,0,15,23737,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Stamina'), - (620902,0,15,23735,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Strength'), - (620903,0,15,23736,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Agility'), - (654001,0,15,24745,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - random'), - (654002,0,15,24747,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - fire'), - (654003,0,15,24759,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - earth'), - (654004,0,15,24757,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - air'), - (654005,0,15,24761,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - water'), - (654201,0,15,24762,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - random'), - (654202,0,15,24766,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - fire'), - (654203,0,15,24771,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - earth'), - (654204,0,15,24769,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - air'), - (654205,0,15,24773,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - water'), - (654301,0,15,24785,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - random'), - (654302,0,15,24787,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - fire'), - (654303,0,15,24792,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - earth'), - (654304,0,15,24791,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - air'), - (654305,0,15,24793,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - water'), - (737901,0,30,494,0,0,0,0,0,0,0,0,0,0,0,0,'William Kielar - Send Northpass Tower taxi'), - (737902,0,30,495,0,0,0,0,0,0,0,0,0,0,0,0,'William Kielar - Send Eastwall Tower taxi'), - (737903,0,30,496,0,0,0,0,0,0,0,0,0,0,0,0,'William Kielar - Send Crown Guard Tower taxi'), - (166601,0,7,3801,0,0,0,0,0,0,0,0,0,0,0,0,'complete quest'), - (197001,0,22,21,0,0,0,0,0,0,0,0,0,0,0,0,'Ribbly - update faction'), - (197001,0,22,21,0,10043,46616,16,0,0,0,0,0,0,0,0,'Ribbly Crony - update faction'), - (197001,0,22,21,0,10043,46617,16,0,0,0,0,0,0,0,0,'Ribbly Crony - update faction'), - (197001,0,22,21,0,10043,46618,16,0,0,0,0,0,0,0,0,'Ribbly Crony - update faction'), - (197001,3,0,0,0,0,0,0,2000005626,0,0,0,0,0,0,0,''), - (197001,5,26,0,0,0,25,0,0,0,0,0,0,0,0,0,'Ribbly - attack player'), - (6799,0,15,26095,0,0,0,2,0,0,0,0,0,0,0,0,'Learn Felcloth Bag'), - (569,0,43,0,0,170353,20,1,0,0,0,0,0,0,0,0,'reset dwarf'), - (569,1,13,0,0,142488,20,1,0,0,0,0,0,0,0,0,'activate trogg'), - (571,0,43,0,0,142488,20,1,0,0,0,0,0,0,0,0,'reset trogg'), - (571,1,13,0,0,170353,20,1,0,0,0,0,0,0,0,0,'activate dwarf'), - (575,0,0,0,0,0,0,0,2000000818,0,0,0,0,0,0,0,'7172 yell'), - (2211,1,10,9136,60000,0,0,0,0,0,0,0,-7917.38,-2610.53,221.123,5.04026,''), - (2211,0,27,4,0,160445,5,0,0,0,0,0,0,0,0,0,''), - (2211,61,27,8,0,160445,5,0,0,0,0,0,0,0,0,0,''), - (205001,0,7,4224,5,0,0,0,0,0,0,0,0,0,0,0,''), - (182301,0,7,4001,5,0,0,0,0,0,0,0,0,0,0,0,''), - (182302,0,7,4342,5,0,0,0,0,0,0,0,0,0,0,0,''), - (105401,0,7,2936,5,0,0,0,0,0,0,0,0,0,0,0,''), - (12501,2,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'Astor attack start'), - (2871,0,8,10668,0,0,0,0,0,0,0,0,0,0,0,0,'Quest 4921 - Kill credit'), - (653501,0,15,24705,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Invocation of the Wickerman'), - (56002,0,14,23179,0,0,0,2,0,0,0,0,0,0,0,0,'Remove Taint of Shadow from player'), - (56002,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ulathek attack player'); + (5,0,15,21100,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast conjure elegant letter'), + (21,0,7,6981,0,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete 6981'), + (43,0,17,21408,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Band of Unending Life'), + (44,0,17,21414,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Band of Vaulted Secrets'), + (45,0,17,21405,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Band of Veiled Shadows'), + (46,0,17,21396,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Ring of Eternal Justice'), + (47,0,17,21411,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Ring of Infinite Wisdom'), + (48,0,17,21399,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Ring of the Gathering Storm'), + (49,0,17,21417,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Ring of Unspoken Names'), + (50,0,17,21402,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Signet of the Unseen Path'), + (51,0,17,21393,1,0,0,0,0,0,0,0,0,0,0,0,0,'give Signet of Unyielding Strength'), + (12501,1,22,168,5,0,0,0,0,0,0,0,0,0,0,0,0,'Astor change faction'), + (321,0,15,9268,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teleport to Darnassus'), + (342,0,15,24751,0,0,0,0,0,0,0,0,0,0,0,0,0,'generic Trick or Treat cast'), + (524,0,15,9977,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Conjure E.C.A.C'), + (576,0,7,2278,5,0,0,0,0,0,0,0,0,0,0,0,0,'quest 2278 complete'), + (1045,0,15,11512,0,0,0,0,4,0,0,0,0,0,0,0,0,'Matrix Punchograph 3005-A - white->yellow card'), + (1047,0,15,11525,0,0,0,0,4,0,0,0,0,0,0,0,0,'Matrix Punchograph 3005-B - yellow->blue card'), + (1049,0,15,11528,0,0,0,0,4,0,0,0,0,0,0,0,0,'Matrix Punchograph 3005-C - blue->red card'), + (1282,0,10,8391,300000,0,0,0,0,0,0,0,0,-6460.42,-1267.62,180.785,3.15905,'summon Lathoric'), + (1286,0,7,3377,5,0,0,0,0,0,0,0,0,0,0,0,0,'Zamael Lunthistle - Questcredit (3377)'), + (1288,1,9,82731,10,0,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues S - rough script, details missing'), + (1288,11,9,82732,10,0,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues N'), + (1288,22,9,82733,10,0,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues SW'), + (1288,33,9,82734,10,0,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues SE'), + (1288,44,9,82735,10,0,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues NW'), + (1288,55,9,82736,10,0,0,0,0,0,0,0,0,0,0,0,0,'AtalarionStatues NE'), + (1321,0,7,3441,0,0,0,0,0,0,0,0,0,0,0,0,0,'quest 3441 complete of npc 8479'), + (1364,0,15,12578,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Create Oathstone of Ysera\'s Dragonflight'), + (1405,0,8,8612,0,0,0,0,0,0,0,0,0,0,0,0,0,'give killcredit - Screecher Spirit'), + (1405,2,29,1,2,0,8612,5,0,0,0,0,0,0,0,0,0,''), + (1541,0,15,12885,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teleport to Razelikh'), + (1563,0,7,3702,0,0,0,0,0,0,0,0,0,0,0,0,0,'give questcredit - The Smoldering Ruins of Thaurissan'), + (1882,1,0,0,0,0,3389,5,0,2000000031,0,0,0,0,0,0,0,''), + (1882,2,10,9457,300000,0,0,0,0,0,0,0,0,-280.703,-1908.01,91.6668,1.77351,'Counterattack!: Summon Horde Axe Thrower 1'), + (1882,2,10,9457,300000,0,0,0,0,0,0,0,0,-286.384,-1910.99,91.6668,1.59444,'Counterattack!: Summon Horde Defender 2'), + (1882,2,10,9457,300000,0,0,0,0,0,0,0,0,-297.373,-1917.11,91.6746,1.81435,'Counterattack!: Summon Horde Defender 3'), + (1882,2,10,9458,300000,0,0,0,0,0,0,0,0,-293.212,-1912.51,91.6673,1.42794,'Counterattack!: Summon Horde Axe Thrower 1'), + (1882,2,10,9524,300000,0,0,0,0,0,0,0,0,-280.037,-1888.35,92.2549,2.28087,'Counterattack!: Summon Kolkar Invader'), + (1882,2,10,9524,300000,0,0,0,0,0,0,0,0,-292.107,-1899.54,91.667,4.78158,'Counterattack!: Summon Kolkar Invader'), + (1882,2,10,9524,300000,0,0,0,0,0,0,0,0,-305.57,-1869.88,92.7754,2.45131,'Counterattack!: Summon Kolkar Invader'), + (1882,2,10,9524,300000,0,0,0,0,0,0,0,0,-289.972,-1882.76,92.5714,3.43148,'Counterattack!: Summon Kolkar Invader'), + (1882,2,10,9524,300000,0,0,0,0,0,0,0,0,-277.454,-1873.39,92.7773,4.75724,'Counterattack!: Summon Kolkar Invader'), + (1882,2,10,9524,300000,0,0,0,0,0,0,0,0,-271.581,-1847.51,93.4329,4.39124,'Counterattack!: Summon Kolkar Invader'), + (1882,2,10,9524,300000,0,0,0,0,0,0,0,0,-269.982,-1828.6,92.4754,4.68655,'Counterattack!: Summon Kolkar Invader'), + (1882,2,10,9523,300000,0,0,0,0,0,0,0,0,-279.267,-1827.92,92.3128,1.35332,'Counterattack!: Summon Kolkar Stormseer'), + (1882,2,10,9523,300000,0,0,0,0,0,0,0,0,-297.42,-1847.41,93.2295,5.80967,'Counterattack!: Summon Kolkar Stormseer'), + (1882,2,10,9523,300000,0,0,0,0,0,0,0,0,-310.607,-1831.89,95.9363,0.371571,'Counterattack!: Summon Kolkar Stormseer'), + (1882,2,10,9523,300000,0,0,0,0,0,0,0,0,-329.177,-1842.43,95.3891,0.516085,'Counterattack!: Summon Kolkar Stormseer'), + (1882,2,10,9523,300000,0,0,0,0,0,0,0,0,-324.448,-1860.63,94.3221,4.97793,'Counterattack!: Summon Kolkar Stormseer'), + (1882,62,10,9524,240000,0,0,0,0,0,0,0,0,-290.588,-1858,92.5026,4.14698,'Counterattack!: Summon Kolkar Invader'), + (1882,62,10,9523,240000,0,0,0,0,0,0,0,0,-286.103,-1846.18,92.544,6.11047,'Counterattack!: Summon Kolkar Stormseer'), + (1882,62,10,9524,240000,0,0,0,0,0,0,0,0,-304.978,-1844.7,94.4432,1.61721,'Counterattack!: Summon Kolkar Invader'), + (1882,62,10,9523,240000,0,0,0,0,0,0,0,0,-308.105,-1859.08,93.8039,2.80709,'Counterattack!: Summon Kolkar Stormseer'), + (1882,62,10,9524,240000,0,0,0,0,0,0,0,0,-297.089,-1867.68,92.5601,2.21804,'Counterattack!: Summon Kolkar Invader'), + (1882,62,10,9523,240000,0,0,0,0,0,0,0,0,-286.988,-1876.47,92.7447,1.39494,'Counterattack!: Summon Kolkar Stormseer'), + (1882,62,10,9524,240000,0,0,0,0,0,0,0,0,-291.86,-1893.04,92.0213,1.96121,'Counterattack!: Summon Kolkar Invader'), + (1882,62,10,9524,240000,0,0,0,0,0,0,0,0,-298.297,-1846.85,93.3672,4.97792,'Counterattack!: Summon Kolkar Invader'), + (1882,102,10,9524,240000,0,0,0,0,0,0,0,0,-294.942,-1845.88,93.0999,4.86797,'Counterattack!: Summon Kolkar Invader'), + (1882,102,10,9456,240000,0,0,0,0,0,0,0,0,-296.718,-1846.38,93.2334,5.02897,'Counterattack!: Summon Warlord Kromzar'), + (2177,0,7,4285,0,0,0,0,0,0,0,0,0,0,0,0,0,'explore northern pylon'), + (2178,0,7,4287,0,0,0,0,0,0,0,0,0,0,0,0,0,'explore eastern pylon'), + (2179,0,7,4288,0,0,0,0,0,0,0,0,0,0,0,0,0,'explore western pylon'), + (2187,0,15,15065,0,0,0,0,4,0,0,0,0,0,0,0,0,'Create Tablet Transcript'), + (2208,0,15,15120,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Cenarion Beacon'), + (2703,0,15,16351,0,0,0,0,0,0,0,0,0,0,0,0,0,'Create Cache of Mau\'ari'), + (2908,0,7,4941,5,0,0,0,0,0,0,0,0,0,0,0,0,'Eitrigg\'s wisdom completion'), + (3049,0,7,5126,0,0,0,0,0,0,0,0,0,0,0,0,0,'give questcredit - Lorax\'s Tale'), + (3141,0,8,11064,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3141,2,29,1,2,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3223,0,15,17529,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Vitreous Focuser'), + (3421,0,17,12846,1,0,0,0,0,0,0,0,0,0,0,0,0,'give item Argent Dawn Commission'), + (3681,0,7,5742,0,0,0,0,0,0,0,0,0,0,0,0,0,'complete quest'), + (3801,0,15,17961,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Scarlet Illusion'), + (3861,0,8,10936,1,0,0,0,0,0,0,0,0,0,0,0,0,'give quest credit - The Battle of Darrowshire'), + (3884,1,7,5929,5,0,0,0,0,0,0,0,0,0,0,0,0,'Quest complete 5929'), + (3885,1,7,5930,5,0,0,0,0,0,0,0,0,0,0,0,0,'Quest complete 5930'), + (4041,0,30,315,0,0,0,0,0,0,0,0,0,0,0,0,0,'fly to Rut\'theran Village'), + (4042,0,30,316,0,0,0,0,0,0,0,0,0,0,0,0,0,'fly to Thunder Bluff'), + (4362,0,9,0,60,0,177491,5,0,0,0,0,0,0,0,0,0,'Respawn Termite Barrel'), + (584601,0,15,23059,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Create Thorium Brotherhood Contract'), + (5382,0,15,10843,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heavy Mageweave Bandage'), + (5383,0,15,18631,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runecloth Bandages'), + (5384,0,15,18632,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heavy Runecloth Bandages'), + (5602,1,29,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark the redeemed - Drop gossip flag'), + (5602,3,0,0,0,0,0,0,0,2000000195,0,0,0,0,0,0,0,'ironbark the redeemed - Say'), + (5602,7,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark the redeemed - Start movement'), + (5602,7,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'ironbark the redeemed - Set active'), + (5704,0,17,19016,1,0,0,0,0,0,0,0,0,0,0,0,0,'create Vessel of Rebirth'), + (5749,0,15,22864,0,0,0,0,4,0,0,0,0,0,0,0,0,'Learn Field Repair Bot 74A'), + (5750,0,15,25139,0,0,0,0,6,0,0,0,0,0,0,0,0,'cast teleport molten core'), + (5851,0,15,23123,0,0,0,0,0,0,0,0,0,0,0,0,0,'get - Cairne\'s Hoofprint'), + (6001,0,15,23460,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (6092,0,15,23490,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Dimension Ripper - Everlook'), + (6094,0,15,23491,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Ultrasafe Transporter: Gadgetzan'), + (6211,0,15,23765,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Darkmoon Faire Fortune'), + (6443,0,15,24267,0,0,0,0,4,0,0,0,0,0,0,0,0,'Learn Gurubashi Mojo Madness'), + (6540,1,13,0,0,0,180502,10,1,0,0,0,0,0,0,0,0,'use Wind Stone trap'), + (6545,0,8,15222,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast killcredit 15222'), + (6552,0,8,15221,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast killcredit 15221'), + (6559,0,17,20454,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6560,0,17,20455,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6561,0,17,20456,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6668,0,17,21109,1,0,0,0,0,0,0,0,0,0,0,0,0,'Give Draconic for Dummies Chap. VII'), + (6669,0,17,21107,1,0,0,0,0,0,0,0,0,0,0,0,0,'Give Draconic for Dummies Chap. V'), + (6670,0,17,21106,1,0,0,0,0,0,0,0,0,0,0,0,0,'Give Draconic for Dummies Chap. IV'), + (6690,0,15,25843,0,0,0,0,0,0,0,0,0,0,0,0,0,'Create Hive\'Zora Scout Report'), + (6691,0,15,25845,0,0,0,0,0,0,0,0,0,0,0,0,0,'Create Hive\'Ashi Scout Report'), + (6692,0,15,25847,0,0,0,0,0,0,0,0,0,0,0,0,0,'Create Hive\'Regal Scout Report'), + (6763,0,15,25952,0,0,0,0,4,0,0,0,0,0,0,0,0,'free metzen - use visual effect'), + (6763,7,8,15664,5,0,0,0,0,0,0,0,0,0,0,0,0,'free metzen - credit for metzen'), + (6763,9,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'free metzen - despawn'), + (6918,0,15,26375,0,0,0,0,0,0,0,0,0,0,0,0,0,'Create Lunar Festival Invitation'), + (8400,1,28,1,0,0,16381,10,0,0,0,0,0,0,0,0,0,'Archmage Tarsis - sits'), + (15000,0,26,0,0,0,0,25,0,0,0,0,0,0,0,0,0,'Azuregos attacks player'), + (15011,0,17,20949,1,0,0,25,2,0,0,0,0,0,0,0,0,'creates item Magical Ledger'), + (15012,0,0,0,0,0,0,0,0,2000000163,0,0,0,0,0,0,0,'Azuregos says Good Day'), + (20007,3,7,5727,10,0,0,0,0,0,0,0,0,0,0,0,0,'Quest: Hidden Enemies (2)'), + (50041,0,15,9949,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Thieves\' Tool Rack Conjure'), + (50120,0,17,12563,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50232,0,17,7586,1,0,0,0,0,0,0,0,0,0,0,0,0,''), + (66441,0,15,29182,0,0,0,0,0,0,0,0,0,0,0,0,0,'teleport - lair of the Twin Emperors'), + (66442,0,15,29188,0,0,0,0,0,0,0,0,0,0,0,0,0,'teleport - final chamber'), + (94001,0,0,0,0,0,0,0,0,2000005548,0,0,0,0,0,0,0,'Weegli Blastfuse - say start door bombing'), + (94001,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - remove gossip flag'), + (94001,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - update faction to default'), + (94001,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - set run on'), + (94001,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weegli Blastfuse - start WP movement'), + (94101,0,29,1,2,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - remove gossip flag'), + (94101,0,0,0,0,0,0,0,0,2000005549,0,0,0,0,0,0,0,'Sergeant Bly - say start combat 1'), + (94101,0,25,1,0,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - set run on'), + (94101,3,0,0,0,0,0,0,0,2000005550,0,0,0,0,0,0,0,'Sergeant Bly - say start combat 2'), + (94101,6,22,14,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sergeant Bly - update faction to hostile'), + (94101,6,22,14,0,0,7608,30,4,0,0,0,0,0,0,0,0,'Murta Grimgut - update faction'), + (94101,6,22,14,0,0,7606,30,4,0,0,0,0,0,0,0,0,'Oro Eyegouge - update faction'), + (94101,6,22,14,0,0,7605,30,4,0,0,0,0,0,0,0,0,'Raven - update faction'), + (94101,6,0,0,0,0,7607,30,4,2000005551,0,0,0,0,0,0,0,'Weegli Blastfuse - say start door bombing'), + (94101,6,29,1,2,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - remove gossip flag'), + (94101,6,22,0,0,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - update faction to default'), + (94101,6,32,0,0,0,7607,30,4,0,0,0,0,0,0,0,0,'Weegli Blastfuse - start WP movement'), + (104702,0,17,14639,1,0,0,0,0,0,0,0,0,0,0,0,0,'Hidden schematic'), + (105001,0,15,11545,0,0,0,0,4,0,0,0,0,0,0,0,0,'Matrix Punchograph 3005-D - red->prismatic card'), + (105002,0,15,11595,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast spell Learn - Schematic: Discombobulator Ray'), + (132302,0,15,19797,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Conjure Torch of Retribution'), + (144300,0,0,0,0,0,0,0,0,2000000237,0,0,0,0,0,0,0,'say 1'), + (144300,1,15,13029,0,0,0,0,0,0,0,0,0,0,0,0,0,'learn Goldthorn Tea'), + (144301,0,0,0,0,0,0,0,0,2000000237,0,0,0,0,0,0,0,'say 2'), + (144301,1,15,13030,0,0,0,0,0,0,0,0,0,0,0,0,0,'learn Major Troll\'s Blood Elixir'), + (194501,0,15,14894,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Smelt Dark Iron'), + (194502,1,9,67871,300,0,0,0,0,0,0,0,0,0,0,0,0,'spawn Spectral Chalice'), + (244001,0,15,28287,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Conjure E.C.A.C'), + (244011,0,15,28263,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast glacial cloak'), + (244012,0,15,28261,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast glacial gloves'), + (244013,0,15,28262,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast glacial wrists'), + (244014,0,15,28260,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast glacial vest'), + (244021,0,15,28252,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast icebane bracers'), + (244022,0,15,28253,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast icebane gauntlets'), + (244023,0,15,28251,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast icebane breastplate'), + (244031,0,15,28256,0,0,0,0,0,0,0,0,0,0,0,0,0,'polar bracers'), + (244032,0,15,28255,0,0,0,0,0,0,0,0,0,0,0,0,0,'polar gloves'), + (244033,0,15,28254,0,0,0,0,0,0,0,0,0,0,0,0,0,'polar tunic'), + (244034,0,15,28259,0,0,0,0,0,0,0,0,0,0,0,0,0,'icy scale bracers'), + (244035,0,15,28258,0,0,0,0,0,0,0,0,0,0,0,0,0,'icy scale gauntlets'), + (244036,0,15,28257,0,0,0,0,0,0,0,0,0,0,0,0,0,'icy scale breastplate'), + (246500,0,15,23122,0,0,0,0,0,0,0,0,0,0,0,0,0,'Create Jaina\'s Autograph'), + (386201,0,7,6001,6,0,0,0,0,0,0,0,0,0,0,0,0,'Spirit of Lunaclaw - Questcredit (Alliance)'), + (386202,0,7,6002,6,0,0,0,0,0,0,0,0,0,0,0,0,'Spirit of Lunaclaw - Questcredit (Horde)'), + (476301,0,15,6766,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Test of Lore'), + (476302,0,7,6627,5,0,0,0,0,0,0,0,0,0,0,0,0,'Quest complete 6627'), + (476401,0,15,6767,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Mark of Shame'), + (476402,0,7,6628,0,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete'), + (506501,0,15,21357,1,0,0,0,0,0,0,0,0,0,0,0,0,'create aqual quintessence'), + (506502,0,15,28439,1,0,0,0,0,0,0,0,0,0,0,0,0,'create eternal quintessence'), + (570801,0,15,22799,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - cast King of the Gordok'), + (570901,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNPAUSE'), + (570901,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), + (570901,1,0,0,0,0,0,0,0,2000005460,0,0,0,0,0,0,0,''), + (570902,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNPAUSE'), + (570902,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), + (570902,1,0,0,0,0,0,0,0,2000005461,0,0,0,0,0,0,0,''), + (570903,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNPAUSE'), + (570903,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), + (570903,1,0,0,0,0,0,0,0,2000005462,0,0,0,0,0,0,0,''), + (570904,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'UNPAUSE'), + (570904,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), + (570904,1,0,0,0,0,0,0,0,2000005463,0,0,0,0,0,0,0,''), + (570905,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), + (570905,1,0,0,0,0,0,0,0,2000005464,0,0,0,0,0,0,0,''), + (570905,3,10,13276,120000,0,0,0,0,0,0,0,0,14.7965,-696.322,-12.6426,4.4823,'summon - Wildspawn Imp'), + (570905,3,10,13276,120000,0,0,0,0,0,0,0,0,18.8891,-697.389,-12.6426,4.35271,'summon - Wildspawn Imp'), + (570905,3,10,13276,120000,0,0,0,0,0,0,0,0,21.4274,-700.227,-12.6426,4.06997,'summon - Wildspawn Imp'), + (570905,3,10,13276,120000,0,0,0,0,0,0,0,0,22.2017,-705.459,-12.6426,3.48092,'summon - Wildspawn Imp'), + (570905,4,15,22735,0,0,0,0,0,0,0,0,0,0,0,0,0,'TRANSFORM'), + (570905,4,22,90,1,0,0,0,0,0,0,0,0,0,0,0,0,'set DemonFaction'), + (574001,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mizzle - resume WP Movement'), + (574301,0,7,7482,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (574301,2,3,0,0,0,14368,20,0,0,0,0,0,0,0,0,0.7,''), + (574301,4,0,0,0,0,14368,20,0,2000000196,0,0,0,0,0,0,0,''), + (574301,7,0,0,0,0,14368,20,0,2000000197,0,0,0,0,0,0,0,''), + (574301,13,0,0,0,0,14368,20,0,2000000198,0,0,0,0,0,0,0,''), + (574301,20,3,0,0,0,14368,20,0,0,0,0,0,0,0,0,3.07178,''), + (574302,0,7,7481,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (574302,2,3,0,0,0,14368,20,0,0,0,0,0,0,0,0,0.7,''), + (574302,4,0,0,0,0,14368,20,0,2000000196,0,0,0,0,0,0,0,''), + (574302,7,0,0,0,0,14368,20,0,2000000197,0,0,0,0,0,0,0,''), + (574302,13,0,0,0,0,14368,20,0,2000000198,0,0,0,0,0,0,0,''), + (574302,20,3,0,0,0,14368,20,0,0,0,0,0,0,0,0,3.07178,''), + (618701,0,15,23768,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Damage'), + (618702,0,15,23769,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Resistance'), + (618703,0,15,23767,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Armor'), + (620801,0,15,23738,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Spirit'), + (620802,0,15,23766,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Intelligence'), + (620901,0,15,23737,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Stamina'), + (620902,0,15,23735,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Strength'), + (620903,0,15,23736,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Sayge\'s Dark Fortune of Agility'), + (654001,0,15,24745,0,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - random'), + (654002,0,15,24747,0,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - fire'), + (654003,0,15,24759,0,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - earth'), + (654004,0,15,24757,0,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - air'), + (654005,0,15,24761,0,0,0,0,4,0,0,0,0,0,0,0,0,'lesser wind stone - water'), + (654201,0,15,24762,0,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - random'), + (654202,0,15,24766,0,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - fire'), + (654203,0,15,24771,0,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - earth'), + (654204,0,15,24769,0,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - air'), + (654205,0,15,24773,0,0,0,0,4,0,0,0,0,0,0,0,0,'wind stone - water'), + (654301,0,15,24785,0,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - random'), + (654302,0,15,24787,0,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - fire'), + (654303,0,15,24792,0,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - earth'), + (654304,0,15,24791,0,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - air'), + (654305,0,15,24793,0,0,0,0,4,0,0,0,0,0,0,0,0,'greater wind stone - water'), + (737901,0,30,494,0,0,0,0,0,0,0,0,0,0,0,0,0,'William Kielar - Send Northpass Tower taxi'), + (737902,0,30,495,0,0,0,0,0,0,0,0,0,0,0,0,0,'William Kielar - Send Eastwall Tower taxi'), + (737903,0,30,496,0,0,0,0,0,0,0,0,0,0,0,0,0,'William Kielar - Send Crown Guard Tower taxi'), + (166601,0,7,3801,0,0,0,0,0,0,0,0,0,0,0,0,0,'complete quest'), + (197001,0,22,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ribbly - update faction'), + (197001,0,22,21,0,0,10043,46616,16,0,0,0,0,0,0,0,0,'Ribbly Crony - update faction'), + (197001,0,22,21,0,0,10043,46617,16,0,0,0,0,0,0,0,0,'Ribbly Crony - update faction'), + (197001,0,22,21,0,0,10043,46618,16,0,0,0,0,0,0,0,0,'Ribbly Crony - update faction'), + (197001,3,0,0,0,0,0,0,0,2000005626,0,0,0,0,0,0,0,''), + (197001,5,26,0,0,0,0,25,0,0,0,0,0,0,0,0,0,'Ribbly - attack player'), + (6799,0,15,26095,0,0,0,0,2,0,0,0,0,0,0,0,0,'Learn Felcloth Bag'), + (569,0,43,0,0,0,170353,20,1,0,0,0,0,0,0,0,0,'reset dwarf'), + (569,1,13,0,0,0,142488,20,1,0,0,0,0,0,0,0,0,'activate trogg'), + (571,0,43,0,0,0,142488,20,1,0,0,0,0,0,0,0,0,'reset trogg'), + (571,1,13,0,0,0,170353,20,1,0,0,0,0,0,0,0,0,'activate dwarf'), + (575,0,0,0,0,0,0,0,0,2000000818,0,0,0,0,0,0,0,'7172 yell'), + (2211,1,10,9136,60000,0,0,0,0,0,0,0,0,-7917.38,-2610.53,221.123,5.04026,''), + (2211,0,27,4,0,0,160445,5,0,0,0,0,0,0,0,0,0,''), + (2211,61,27,8,0,0,160445,5,0,0,0,0,0,0,0,0,0,''), + (205001,0,7,4224,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182301,0,7,4001,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182302,0,7,4342,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105401,0,7,2936,5,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12501,2,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Astor attack start'), + (2871,0,8,10668,0,0,0,0,0,0,0,0,0,0,0,0,0,'Quest 4921 - Kill credit'), + (653501,0,15,24705,0,0,0,0,4,0,0,0,0,0,0,0,0,'Cast Invocation of the Wickerman'), + (56002,0,14,23179,0,0,0,0,2,0,0,0,0,0,0,0,0,'Remove Taint of Shadow from player'), + (56002,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ulathek attack player'), + (573001,0,15,22817,0,0,0,0,2,0,0,0,0,0,0,0,0,'cast fengus\' ferocity'), + (573201,0,15,22820,0,0,0,0,2,0,0,0,0,0,0,0,0,'cast slip\'kik\'s savvy'), + (573401,0,15,22818,0,0,0,0,2,0,0,0,0,0,0,0,0,'cast mol\'dar\'s moxie'); /*!40000 ALTER TABLE `dbscripts_on_gossip` ENABLE KEYS */; UNLOCK TABLES; @@ -417075,6 +420103,7 @@ CREATE TABLE `dbscripts_on_quest_end` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `search_radius` mediumint(8) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -417092,580 +420121,593 @@ CREATE TABLE `dbscripts_on_quest_end` ( LOCK TABLES `dbscripts_on_quest_end` WRITE; /*!40000 ALTER TABLE `dbscripts_on_quest_end` DISABLE KEYS */; -INSERT INTO `dbscripts_on_quest_end` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_quest_end` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (21,2,0,0,0,0,0,0,2000000059,0,0,0,0,0,0,0,''), - (21,2,1,113,0,0,0,0,0,0,0,0,0,0,0,0,''), - (63,0,9,15175,30,0,0,0,0,0,0,0,0,0,0,0,''), - (63,15,10,5895,180000,0,0,0,0,0,0,0,417.05,1822.39,13.007,0.035,''), - (63,15,9,15176,180,0,0,0,0,0,0,0,0,0,0,0,''), - (99,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), - (112,0,0,0,0,0,0,0,2000000133,0,0,0,0,0,0,0,'William Pestle - Initial Say'), - (112,0,3,0,0,0,0,0,0,0,0,0,0,0,0,1.45219,'William Pestle - Turn To Face Bookshelf'), - (112,0,1,69,0,0,0,0,0,0,0,0,0,0,0,0,'William Pestle - Emote Working on Bookshelf'), - (112,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'William Pestle - Stop Emote'), - (112,5,3,0,0,0,0,0,0,0,0,0,0,0,0,2.98451,'William Pestle - Turn to Face Original Direction'), - (112,5,0,0,0,0,0,0,2000000134,0,0,0,0,0,0,0,'William Pestle - Final Say'), - (114,0,3,0,0,0,0,0,0,0,0,0,0,0,0,5.39307,'Maybell Maclure - Turn To Face Wall'), - (114,2,0,0,0,0,0,0,2000000135,0,0,0,0,0,0,0,'Maybell Maclure - First Say'), - (114,4,1,7,0,0,0,0,0,0,0,0,0,0,0,0,'Maybell Maclure - Emote Drinking Vial'), - (114,10,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maybell Maclure - Despawn'), - (166,1,0,1,0,0,0,0,2000000028,0,0,0,0,0,0,0,''), - (166,1,1,22,0,0,0,0,0,0,0,0,0,0,0,0,'Gryan Shout Emote on Completion'), - (231,0,10,3301,30000,0,0,0,0,0,0,0,-10238,353.657,50.951,2.7,''), - (231,5,0,0,0,3301,10,0,2000000164,0,0,0,0,0,0,0,'Morgan Ladimore Speech 1'), - (231,5,1,1,0,3301,10,0,0,0,0,0,0,0,0,0,''), - (231,11,0,0,0,3301,10,0,2000000165,0,0,0,0,0,0,0,'Morgan Ladimore Speech 2'), - (231,11,1,1,0,3301,10,0,0,0,0,0,0,0,0,0,''), - (231,17,28,8,0,3301,10,0,0,0,0,0,0,0,0,0,'Morgan Ladimore kneel'), - (252,0,34,204,0,0,0,0,0,0,0,0,0,0,0,0,'stop if stitches already spawned'), - (252,1,10,412,3600000,0,0,8,0,0,0,0,-10290.2,72.7811,38.8811,4.8015,'spawn stiches'), - (254,1,10,314,3000000,0,0,0,0,0,0,0,-10267,52.52,42.54,2.5,''), - (283,0,0,6,0,0,0,0,2000005300,0,0,0,0,0,0,0,''), - (283,0,1,22,0,0,0,0,0,0,0,0,0,0,0,0,'Hinderwier VII Emote on Completion'), - (308,0,29,2,2,0,0,0,0,0,0,0,0,0,0,0,'1373 - npc_flag removed'), - (308,0,0,0,0,0,0,0,2000000012,0,0,0,0,0,0,0,''), - (308,1,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'1373 - movement chenged to 2:waypoint'), - (308,12,9,35875,55,0,0,0,0,0,0,0,-5607.24,-547.934,392.985,0.471239,''), - (308,23,0,0,0,0,0,0,2000000056,0,0,0,0,0,0,0,''), - (330,5,10,1421,600000,0,0,0,0,0,0,0,-11319.1,-201.22,75.782,1.1387,''), - (333,1,0,0,0,0,0,0,2000000139,2000000140,0,0,0,0,0,0,'rema talk'), - (333,5,10,1433,600000,0,0,8,0,0,0,0,-8765.4,717.344,99.5342,3.88159,'spawn corbett'), - (336,2,0,0,0,0,0,0,2000005311,0,0,0,0,0,0,0,''), - (336,4,0,0,0,0,0,0,2000005312,0,0,0,0,0,0,0,''), - (336,6,15,2596,0,0,0,4,0,0,0,0,0,0,0,0,''), - (349,5,10,1511,1000000,0,0,0,0,0,0,0,-13766,-14,45.2,5.5,''), - (349,5,10,1511,1000000,0,0,0,0,0,0,0,-13766,-10,44.48,5.5,''), - (349,5,10,1511,1000000,0,0,0,0,0,0,0,-13763,-12,44.8,5.5,''), - (349,50,10,1511,1000000,0,0,0,0,0,0,0,-13764,-14,44.8,5.5,''), - (349,50,10,1511,1000000,0,0,0,0,0,0,0,-13766,-14,45.2,5.5,''), - (349,50,10,1511,1000000,0,0,0,0,0,0,0,-13766,-10,44.48,5.5,''), - (349,50,10,1511,1000000,0,0,0,0,0,0,0,-13763,-12,44.8,5.5,''), - (349,100,10,1511,1000000,0,0,0,0,0,0,0,-13766,-14,45.2,5.5,''), - (349,100,10,1511,1000000,0,0,0,0,0,0,0,-13766,-10,44.48,5.5,''), - (349,100,10,1516,1000000,0,0,0,0,0,0,0,-13763,-12,44.8,5.5,''), - (349,170,10,1511,1000000,0,0,0,0,0,0,0,-13766,-14,45.2,5.5,''), - (349,170,10,1511,1000000,0,0,0,0,0,0,0,-13766,-10,44.48,5.5,''), - (349,170,10,1514,1000000,0,0,0,0,0,0,0,-13763,-12,44.8,5.5,''), - (407,0,0,0,0,0,0,0,2000000024,0,0,0,0,0,0,0,''), - (407,3,15,3287,0,0,0,4,0,0,0,0,0,0,0,0,''), - (407,3,3,0,0,0,0,0,0,0,0,0,2287.97,236.253,27.0892,2.6613,''), - (407,8,3,0,0,0,0,0,0,0,0,0,2292,239.481,27.0892,0.693878,''), - (407,9,0,0,0,0,0,0,2000000025,0,0,0,0,0,0,0,''), - (407,13,3,0,0,0,0,0,0,0,0,0,2292.52,235.226,27.0892,4.8345,''), - (407,17,3,0,0,0,0,0,0,0,0,0,2288.96,237.96,27.0892,2.48773,''), - (407,19,15,5,0,0,0,4,0,0,0,0,0,0,0,0,''), - (410,5,10,1946,180000,0,0,0,0,0,0,0,2468.28,15.26,23.89,0.37,''), - (411,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'active'), - (411,2,15,7762,0,0,0,4,0,0,0,0,0,0,0,0,'Bethor - Cast 7762- Summon Gunther\'s Visage'), - (411,7,10,5666,23000,0,0,0,0,0,0,0,1768.58,55.4891,-46.3198,2.28248,'Summon Visage'), - (411,12,1,1,0,5666,10,0,0,0,0,0,0,0,0,0,''), - (411,12,0,0,0,5666,10,0,2000000004,0,0,0,0,0,0,0,'Gunther says'), - (411,17,0,0,0,0,0,0,2000000005,0,0,0,0,0,0,0,'Bethor says'), - (411,17,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (411,21,36,0,0,5666,20,0,0,0,0,0,0,0,0,0,''), - (411,23,0,0,0,5666,10,0,2000000006,0,0,0,0,0,0,0,'Gunther Say 3'), - (411,23,1,2,0,5666,10,0,0,0,0,0,0,0,0,0,''), - (411,30,0,0,0,0,0,0,2000000007,0,0,0,0,0,0,0,'Bethor Say'), - (411,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'), - (421,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), - (422,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), - (423,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), - (424,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), - (489,1,2,152,901,0,0,0,0,0,0,0,0,0,0,0,''), - (489,1,15,3329,0,0,0,0,0,0,0,0,0,0,0,0,''), - (489,2,15,12244,0,0,0,0,0,0,0,0,0,0,0,0,''), - (489,3,0,0,0,0,0,0,2000000047,0,0,0,0,0,0,0,''), - (489,60,2,152,10035,0,0,0,0,0,0,0,0,0,0,0,''), - (492,2,1,7,0,0,0,0,0,0,0,0,0,0,0,0,''), - (492,6,15,5,0,0,0,4,0,0,0,0,0,0,0,0,''), - (502,2,0,2,0,0,0,4,2000000008,0,0,0,0,0,0,0,'Sniff and drink elixir'), - (502,10,10,2275,300000,0,0,0,0,0,0,0,-353.534,21.4088,54.6594,3.68102,'Enraged Stanley appears'), - (502,10,18,0,0,0,0,4,0,0,0,0,0,0,0,0,''), - (502,11,22,44,1,2275,30,0,0,0,0,0,0,0,0,0,''), - (524,4,3,0,700,2284,15892,23,0,0,0,0,-0.954329,-942.685,61.938,6.23103,''), - (524,4,0,0,0,2284,15891,23,2000001034,0,0,0,0,0,0,0,''), - (524,3,0,0,0,2284,15892,23,2000001033,0,0,0,0,0,0,0,''), - (524,1,31,2284,30,0,0,0,0,0,0,0,0,0,0,0,'search for 2284'), - (524,0,9,30031,120,0,0,0,0,0,0,0,0,0,0,0,'Respawn Tainted Keg'), - (553,2,10,2433,600000,0,0,0,0,0,0,0,-747.107,-586.97,19.8435,3.17531,''), - (609,1,0,2,0,0,0,0,2000000067,0,0,0,0,0,0,0,''), - (609,2,0,0,0,0,0,0,2000000068,0,0,0,0,0,0,0,''), - (619,3,10,1494,300000,0,0,0,0,0,0,0,-14611.6,142.68,-1.47,2.7,''), - (621,1,0,0,0,0,0,0,2000000069,0,0,0,0,0,0,0,''), - (621,2,0,0,0,0,0,0,2000000070,0,0,0,0,0,0,0,''), - (630,2,1,3,0,0,0,0,0,0,0,0,0,0,0,0,''), - (630,5,0,0,0,0,0,0,2000000071,0,0,0,0,0,0,0,''), - (640,1,15,4093,0,0,0,0,0,0,0,0,0,0,0,0,''), - (640,6,0,0,0,0,0,0,2000000072,0,0,0,0,0,0,0,''), - (652,1,10,2763,180000,0,0,0,0,0,0,0,-1539.12,-2172.93,17.29,0.56,'Summon Thenan'), - (652,3,26,0,0,2763,50,0,0,0,0,0,0,0,0,0,'Start Attack'), - (670,1,0,0,0,0,0,0,2000000073,0,0,0,0,0,0,0,''), - (702,0,15,4153,0,0,0,4,0,0,0,0,0,0,0,0,''), - (702,5,0,2,0,0,0,0,2000000077,0,0,0,0,0,0,0,''), - (702,9,0,0,0,0,0,0,2000000078,0,0,0,0,0,0,0,''), - (702,13,1,15,0,0,0,0,0,0,0,0,0,0,0,0,''), - (702,14,0,0,0,0,0,0,2000000079,0,0,0,0,0,0,0,''), - (748,0,15,4983,0,0,0,0,0,0,0,0,0,0,0,0,''), - (748,0,0,2,0,0,0,0,2000000080,0,0,0,0,0,0,0,''), - (748,8,0,0,3,0,0,0,2000000081,0,0,0,0,0,0,0,''), - (756,0,15,4983,0,0,0,0,0,0,0,0,0,0,0,0,''), - (756,0,0,2,0,0,0,0,2000000082,0,0,0,0,0,0,0,''), - (756,8,0,0,3,0,0,0,2000000083,0,0,0,0,0,0,0,''), - (759,0,15,4983,0,0,0,0,0,0,0,0,0,0,0,0,''), - (759,0,0,2,0,0,0,0,2000000084,0,0,0,0,0,0,0,''), - (759,8,0,0,3,0,0,0,2000000085,0,0,0,0,0,0,0,''), - (771,0,0,2,0,0,0,0,2000000017,0,0,0,0,0,0,0,''), - (771,1,15,5026,0,0,0,4,0,0,0,0,0,0,0,0,''), - (771,8,0,0,0,0,0,0,2000000018,0,0,0,0,0,0,0,''), - (779,2,10,2759,300000,0,0,0,0,0,0,0,-6703,-4094,264.235,2.83,''), - (779,2,10,2757,300000,0,0,0,0,0,0,0,-6718,-4125,263.889,2.683,''), - (790,2,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), - (790,5,0,0,0,0,0,0,2000000002,0,0,0,0,0,0,0,''), - (790,7,28,7,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_DEATH'), - (795,2,10,2759,300000,0,0,0,0,0,0,0,-6703,-4094,264.235,2.83,''), - (795,2,10,2757,300000,0,0,0,0,0,0,0,-6718,-4125,263.889,2.683,''), - (806,1,0,0,0,0,0,0,2000000065,0,0,0,0,0,0,0,''), - (806,4,0,0,0,0,0,0,2000005779,0,0,0,0,0,0,0,''), - (808,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'active'), - (808,2,10,3289,14000,0,0,0,0,0,0,0,-822.91,-4923.33,19.6365,3.41642,'summon'), - (808,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (808,5,36,0,0,3289,20,0,0,0,0,0,0,0,0,0,''), - (808,7,1,2,0,3289,20,7,0,0,0,0,0,0,0,0,''), - (808,7,0,0,0,0,0,0,2000000016,0,0,0,0,0,0,0,''), - (808,11,36,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (808,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'), - (823,1,0,0,0,0,0,0,2000005777,0,0,0,0,0,0,0,''), - (823,4,0,0,0,0,0,0,2000005778,0,0,0,0,0,0,0,''), - (857,1,0,0,0,0,0,0,2000000345,0,0,0,0,0,0,0,''), - (857,3,1,4,0,0,0,0,0,0,0,0,0,0,0,0,''), - (857,6,3,0,0,0,0,0,0,0,0,0,0,0,0,5.13708,''), - (857,7,0,0,0,0,0,0,2000000346,0,0,0,0,0,0,0,''), - (857,10,0,0,0,0,0,0,2000000347,0,0,0,0,0,0,0,''), - (857,13,0,0,0,0,0,0,2000000348,0,0,0,0,0,0,0,''), - (857,15,23,724,0,0,0,0,0,0,0,0,0,0,0,0,''), - (857,16,3,0,0,0,0,0,0,0,0,0,-4217.93,-2343.5,91.6918,4.6415,''), - (857,18,15,5,0,0,0,2,0,0,0,0,0,0,0,0,''), - (865,0,0,0,0,0,0,0,2000005752,0,0,0,0,0,0,0,''), - (865,2,15,17550,0,0,0,0,0,0,0,0,0,0,0,0,''), - (865,6,1,34,0,0,0,0,0,0,0,0,0,0,0,0,''), - (865,10,0,0,0,0,0,0,2000005753,0,0,0,0,0,0,0,''), - (880,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (902,1,9,6552,13,0,0,0,0,0,0,0,-901.311,-3758.08,11.3853,4.09334,''), - (902,2,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), - (902,8,15,13727,0,0,0,4,0,0,0,0,0,0,0,0,''), - (902,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (930,4,3,0,0,0,0,0,0,0,0,0,9508.02,715.749,1255.89,1.03055,''), - (930,5,3,0,0,0,0,0,0,0,0,0,9507.66,718.009,1255.89,1.80417,''), - (930,6,3,0,0,0,0,0,0,0,0,0,9505.56,719.088,1256.2,2.65632,''), - (930,8,1,16,0,0,0,0,0,0,0,0,0,0,0,0,''), - (930,11,3,0,0,0,0,0,0,0,0,0,9506.92,713.766,1255.89,0.279253,''), - (930,14,10,3569,20000,0,0,0,0,0,0,0,9505.13,722.011,1255.94,0.0244875,''), - (930,14,10,3569,20000,0,0,0,0,0,0,0,9504.13,721.459,1255.94,6.24727,''), - (930,14,10,3569,20000,0,0,0,0,0,0,0,9504.09,720.294,1255.94,1.00709,''), - (931,5,3,0,0,0,0,0,0,0,0,0,9504.74,717.48,1256.45,2.57,''), - (931,7,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (931,8,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (931,9,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (931,10,9,30276,600,0,0,0,0,0,0,0,0,0,0,0,''), - (931,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (931,12,3,0,0,0,0,0,0,0,0,0,9506.92,713.766,1255.89,0.279253,''), - (943,0,5,147,2,0,0,0,0,0,0,0,0,0,0,0,''), - (943,2,0,2,0,0,0,0,2000005303,0,0,0,0,0,0,0,''), - (943,8,10,3582,44000,0,0,0,0,0,0,0,-3809,-839,16.94,2.16,''), - (943,12,0,0,0,0,0,0,2000005304,0,0,0,0,0,0,0,''), - (943,20,0,0,0,3582,10,0,2000005305,0,0,0,0,0,0,0,''), - (943,28,0,0,0,3582,10,0,2000005306,0,0,0,0,0,0,0,''), - (943,36,0,0,0,3582,10,0,2000005307,0,0,0,0,0,0,0,''), - (943,44,0,0,0,3582,10,0,2000005308,0,0,0,0,0,0,0,''), - (943,52,0,2,0,3582,10,0,2000005309,0,0,0,0,0,0,0,''), - (943,58,0,0,0,0,0,0,2000005310,0,0,0,0,0,0,0,''), - (943,66,4,147,2,0,0,0,0,0,0,0,0,0,0,0,''), - (950,1,0,2,0,0,0,0,2000000086,0,0,0,0,0,0,0,''), - (950,4,0,2,0,0,0,0,2000000087,0,0,0,0,0,0,0,''), - (950,8,0,0,0,0,0,0,2000000088,0,0,0,0,0,0,0,''), - (963,1,10,3843,41000,0,0,0,0,0,0,0,6426.84,603.166,9.46655,4.14031,'Anaya - appears'), - (963,2,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'stands'), - (963,4,0,0,0,0,0,0,2000005336,0,0,0,0,0,0,0,''), - (963,4,1,18,0,0,0,0,0,0,0,0,0,0,0,0,''), - (963,9,0,0,0,3843,10,0,2000005337,0,0,0,0,0,0,0,''), - (963,9,1,1,0,3843,10,0,0,0,0,0,0,0,0,0,''), - (963,15,0,0,0,0,0,0,2000005338,0,0,0,0,0,0,0,''), - (963,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (963,20,0,0,0,0,0,0,2000005339,0,0,0,0,0,0,0,''), - (963,20,1,6,0,0,0,0,0,0,0,0,0,0,0,0,''), - (963,25,0,0,0,3843,10,0,2000005340,0,0,0,0,0,0,0,''), - (963,25,1,1,0,3843,10,0,0,0,0,0,0,0,0,0,''), - (963,30,1,1,0,3843,10,0,0,0,0,0,0,0,0,0,''), - (963,30,0,0,0,3843,10,0,2000005341,0,0,0,0,0,0,0,''), - (963,35,1,6,0,0,0,0,0,0,0,0,0,0,0,0,''), - (963,35,0,0,0,0,0,0,2000005342,0,0,0,0,0,0,0,''), - (963,39,0,0,0,3843,10,0,2000005343,0,0,0,0,0,0,0,''), - (963,42,0,2,0,3843,10,0,2000005344,0,0,0,0,0,0,0,'Anaya - disappear'), - (963,47,0,0,0,0,0,0,2000005345,0,0,0,0,0,0,0,''), - (963,51,1,18,0,0,0,0,0,0,0,0,0,0,0,0,''), - (963,55,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'kneel'), - (970,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (970,1,0,0,0,0,0,0,2000005240,0,0,0,0,0,0,0,''), - (970,2,3,0,0,0,0,0,0,0,0,0,0,0,0,2.80526,''), - (970,3,9,21191,5,0,0,0,0,0,0,0,3184.06,190.81,4.61263,5.55407,''), - (970,4,1,61,0,0,0,0,0,0,0,0,0,0,0,0,''), - (970,6,0,2,0,0,0,0,2000005241,0,0,0,0,0,0,0,''), - (970,8,10,4509,38000,0,0,0,0,0,0,0,3184.06,190.81,4.61263,5.55407,'Sargath ghosth appears'), - (970,10,0,0,0,4509,10,0,2000005242,0,0,0,0,0,0,0,''), - (970,10,1,1,0,4509,10,0,0,0,0,0,0,0,0,0,''), - (970,15,0,0,0,4509,10,0,2000005243,0,0,0,0,0,0,0,''), - (970,15,1,1,0,4509,10,0,0,0,0,0,0,0,0,0,''), - (970,20,0,0,0,4509,10,0,2000005244,0,0,0,0,0,0,0,''), - (970,20,1,1,0,4509,10,0,0,0,0,0,0,0,0,0,''), - (970,25,0,0,0,4509,10,0,2000005245,0,0,0,0,0,0,0,''), - (970,25,1,1,0,4509,10,0,0,0,0,0,0,0,0,0,''), - (970,30,0,0,0,4509,10,0,2000005246,0,0,0,0,0,0,0,''), - (970,30,1,1,0,4509,10,0,0,0,0,0,0,0,0,0,''), - (970,35,0,0,0,0,0,0,2000005247,0,0,0,0,0,0,0,''), - (970,35,1,6,0,0,0,0,0,0,0,0,0,0,0,0,''), - (970,40,0,0,0,4509,10,0,2000005248,0,0,0,0,0,0,0,''), - (970,40,1,1,0,4509,10,0,0,0,0,0,0,0,0,0,''), - (970,46,0,2,0,4509,10,0,2000005249,0,0,0,0,0,0,0,'Sargath ghost disappears'), - (970,47,3,0,0,0,0,0,0,0,0,0,0,0,0,0.471239,''), - (986,0,10,3695,56000,0,0,0,0,0,0,0,6408.39,400.412,12.0573,6.09157,'Grimclaw appears'), - (986,2,3,0,700,3695,50,4,0,0,0,0,6427.02,404.78,11.031,5.1137,'Grimclaw arrives'), - (986,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (986,4,0,0,0,0,0,0,2000005200,0,0,0,0,0,0,0,''), - (986,5,3,0,700,3695,50,4,0,0,0,0,6437.9,370.24,13.9411,5.1137,'Grimclaw enters'), - (986,10,3,0,0,3695,50,4,0,0,0,0,0,0,0,4.3688,''), - (986,11,1,1,0,3695,10,0,0,0,0,0,0,0,0,0,''), - (986,11,0,2,0,3695,10,0,2000005201,0,0,0,0,0,0,0,''), - (986,14,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (986,14,0,0,0,0,0,0,2000005202,0,0,0,0,0,0,0,''), - (986,19,1,1,0,3695,10,0,0,0,0,0,0,0,0,0,''), - (986,19,0,2,0,3695,10,0,2000005203,0,0,0,0,0,0,0,''), - (986,24,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (986,24,0,0,0,0,0,0,2000005204,0,0,0,0,0,0,0,''), - (986,29,0,2,0,0,0,0,2000005205,0,0,0,0,0,0,0,''), - (986,30,15,6238,0,0,0,4,0,0,0,0,0,0,0,0,''), - (986,34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (986,34,0,0,0,0,0,0,2000005206,0,0,0,0,0,0,0,''), - (986,39,1,1,0,3695,10,0,0,0,0,0,0,0,0,0,''), - (986,39,0,2,0,3695,10,0,2000005207,0,0,0,0,0,0,0,''), - (986,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (986,44,0,0,0,0,0,0,2000005208,0,0,0,0,0,0,0,''), - (986,49,1,1,0,3695,10,0,0,0,0,0,0,0,0,0,''), - (986,49,0,2,0,3695,10,0,2000005209,0,0,0,0,0,0,0,''), - (986,54,3,0,700,3695,50,4,0,0,0,0,6427.02,404.78,11.031,5.1137,'Grimclaw leaves'), - (986,54,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (986,54,0,0,0,0,0,0,2000005210,0,0,0,0,0,0,0,'quest script end'), - (994,0,31,3694,15,0,0,8,0,0,0,0,0,0,0,0,''), - (994,1,10,3694,650000,0,0,0,0,0,0,0,6339.14,341.764,24.3387,0.498114,'spawn Sentinel Selarin'), - (995,0,31,3694,15,0,0,8,0,0,0,0,0,0,0,0,''), - (995,1,10,3694,650000,0,0,0,0,0,0,0,6339.14,341.764,24.3387,0.498114,'spawn Sentinel Selarin'), - (996,0,27,4,0,174602,5,0,0,0,0,0,0,0,0,0,''), - (996,5,9,900036,175,0,0,0,0,0,0,0,0,0,0,0,''), - (996,3595,27,8,0,174602,5,0,0,0,0,0,0,0,0,0,''), - (997,0,3,0,0,0,0,0,0,0,0,0,9505.03,719.358,1256.22,2.5643,''), - (997,0,0,0,0,0,0,0,2000000048,0,0,0,0,0,0,0,''), - (997,5,1,16,0,0,0,0,0,0,0,0,0,0,0,0,''), - (997,9,0,0,0,0,0,0,2000000049,0,0,0,0,0,0,0,''), - (997,10,1,2,0,0,0,0,0,0,0,0,0,0,0,0,''), - (997,11,3,0,0,0,0,0,0,0,0,0,9505.83,712.352,1255.89,0.533,''), - (998,0,27,4,0,174603,5,0,0,0,0,0,0,0,0,0,''), - (998,5,9,900037,175,0,0,0,0,0,0,0,0,0,0,0,''), - (998,3595,27,8,0,174603,5,0,0,0,0,0,0,0,0,0,''), - (1014,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), - (1062,1,0,0,0,0,0,0,2000000089,0,0,0,0,0,0,0,''), - (1062,4,0,0,0,0,0,0,2000000090,0,0,0,0,0,0,0,''), - (1063,0,0,2,0,0,0,0,2000000091,0,0,0,0,0,0,0,''), - (1063,2,0,0,0,0,0,0,2000000092,0,0,0,0,0,0,0,''), - (1066,0,0,2,0,0,0,0,2000000096,0,0,0,0,0,0,0,''), - (1066,4,0,0,0,0,0,0,2000000097,0,0,0,0,0,0,0,''), - (1067,0,0,2,0,0,0,0,2000000098,0,0,0,0,0,0,0,''), - (1067,4,0,0,0,0,0,0,2000000099,0,0,0,0,0,0,0,''), - (1103,0,9,15175,30,0,0,0,0,0,0,0,0,0,0,0,''), - (1103,15,10,5895,180000,0,0,0,0,0,0,0,417.05,1822.39,13.007,0.035,''), - (1103,15,9,15176,180,0,0,0,0,0,0,0,0,0,0,0,''), - (1112,1,0,2,0,0,0,0,2000000100,0,0,0,0,0,0,0,''), - (1112,2,9,632446,10,0,0,0,0,0,0,0,0,0,0,0,'resp gobject'), - (1112,4,0,2,0,0,0,0,2000000101,0,0,0,0,0,0,0,''), - (1112,8,0,0,0,0,0,0,2000000102,0,0,0,0,0,0,0,''), - (1116,0,0,2,0,0,0,0,2000000103,0,0,0,0,0,0,0,''), - (1116,1,0,2,0,0,0,0,2000000104,0,0,0,0,0,0,0,''), - (1116,1,15,6903,0,0,0,4,0,0,0,0,0,0,0,0,''), - (1116,4,0,0,0,0,0,0,2000000105,0,0,0,0,0,0,0,''), - (1116,7,0,0,0,0,0,0,2000000105,0,0,0,0,0,0,0,''), - (1116,9,0,0,0,0,0,0,2000000106,0,0,0,0,0,0,0,''), - (1117,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1117,1,0,2,0,0,0,0,2000000108,0,0,0,0,0,0,0,''), - (1117,2,1,94,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1117,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1117,8,0,0,0,0,0,0,2000000109,0,0,0,0,0,0,0,''), - (1117,8,1,16,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1117,9,28,8,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1169,0,0,2,0,0,0,0,2000000110,0,0,0,0,0,0,0,''), - (1169,1,15,6741,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1169,11,0,0,0,0,0,0,2000000111,0,0,0,0,0,0,0,''), - (1176,2,0,0,0,0,0,0,2000000112,0,0,0,0,0,0,0,''), - (1191,0,3,0,0,0,0,0,0,0,0,0,-6273.41,-3841.7,-58.75,1.9,''), - (1191,30,9,13621,600,0,0,0,0,0,0,0,0,0,0,0,''), - (1191,35,3,0,0,0,0,0,0,0,0,0,-6224,-3945,-58.75,0.75,''), - (1193,0,9,573683,3600,0,0,0,0,0,0,0,0,0,0,0,'spawn Fixed trap'), - (1284,0,10,5088,180000,0,0,0,0,0,0,0,-3837.25,-4548.3,9.29486,0.786911,''), - (1383,0,29,2,2,5414,10,0,0,0,0,0,0,0,0,0,'5414 - npc_flag removed'), - (1383,1,0,0,0,0,0,0,2000000113,0,0,0,0,0,0,0,''), - (1383,4,3,0,0,0,0,0,0,0,0,0,0,0,0,6.23291,''), - (1383,6,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1383,10,0,0,0,0,0,0,2000000114,0,0,0,0,0,0,0,''), - (1383,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1383,15,3,0,0,0,0,0,0,0,0,0,0,0,0,3.14159,''), - (1383,16,0,0,0,0,0,0,2000000115,0,0,0,0,0,0,0,''), - (1383,16,29,2,1,5414,10,0,0,0,0,0,0,0,0,0,'5414 - npc_flag added'), - (1391,0,0,2,0,0,0,0,2000000116,0,0,0,0,0,0,0,''), - (1391,2,0,0,0,0,0,0,2000000117,0,0,0,0,0,0,0,''), - (1391,7,0,0,0,0,0,0,2000000118,0,0,0,0,0,0,0,''), - (1391,8,1,64,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1391,13,0,2,0,0,0,0,2000000119,0,0,0,0,0,0,0,''), - (1391,14,0,0,0,0,0,0,2000000120,0,0,0,0,0,0,0,''), - (1391,14,15,7293,0,0,0,4,0,0,0,0,0,0,0,0,''), - (1391,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1391,16,3,0,0,0,0,0,0,0,0,0,-10423.5,-3240.63,20.1786,4.68979,''), - (1391,17,3,0,0,0,0,0,0,0,0,0,-10420.6,-3240.03,20.1786,2.11212,''), - (1391,19,3,0,0,0,0,0,0,0,0,0,-10422.1,-3237.58,20.1786,3.80072,''), - (1391,20,3,0,0,0,0,0,0,0,0,0,-10424.4,-3239.73,20.1786,3.8633,''), - (1391,22,3,0,0,0,0,0,0,0,0,0,-10422.4,-3238.96,20.1786,0.236333,''), - (1391,26,15,5,0,0,0,4,0,0,0,0,0,0,0,0,''), - (1445,0,0,0,0,0,0,0,2000000121,0,0,0,0,0,0,0,''), - (1445,3,15,7437,0,0,0,4,0,0,0,0,0,0,0,0,''), - (1514,0,27,4,0,174709,5,0,0,0,0,0,0,0,0,0,''), - (1514,5,9,900040,175,0,0,0,0,0,0,0,0,0,0,0,''), - (1514,3595,27,8,0,174709,5,0,0,0,0,0,0,0,0,0,''), - (1521,0,0,0,0,0,0,0,2000000066,0,0,0,0,0,0,0,''), - (2523,0,27,4,0,164886,5,0,0,0,0,0,0,0,0,0,''), - (2523,5,9,900011,175,0,0,0,0,0,0,0,0,0,0,0,''), - (2523,3595,27,8,0,164886,5,0,0,0,0,0,0,0,0,0,''), - (2878,0,27,4,0,174594,5,0,0,0,0,0,0,0,0,0,''), - (2878,5,9,900014,175,0,0,0,0,0,0,0,0,0,0,0,''), - (2878,3595,27,8,0,174594,5,0,0,0,0,0,0,0,0,0,''), - (2946,5,10,7918,300000,0,0,0,0,0,0,0,-9619,-2815,11.21,0.43,''), - (2966,5,10,7918,300000,0,0,0,0,0,0,0,-9619,-2815,11.21,0.43,''), - (3118,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3321,0,0,4,0,0,0,0,2000000076,0,0,0,0,0,0,0,''), - (3363,0,27,4,0,174595,5,0,0,0,0,0,0,0,0,0,''), - (3363,5,9,900015,175,0,0,0,0,0,0,0,0,0,0,0,''), - (3363,3595,27,8,0,174595,5,0,0,0,0,0,0,0,0,0,''), - (3364,2,0,0,0,0,0,0,2000000045,0,0,0,0,0,0,0,''), - (3364,6,1,7,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3364,8,0,0,0,0,0,0,2000000046,0,0,0,0,0,0,0,''), - (3567,0,15,12242,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell 12242 on Player'), - (3908,1,29,3,2,9298,10,0,0,0,0,0,0,0,0,0,'9298 - npc_flag removed'), - (3908,1,0,0,0,0,0,0,2000000122,0,0,0,0,0,0,0,''), - (3908,2,3,0,0,0,0,0,0,0,0,0,6384.54,-2527.25,538.736,2.52438,''), - (3908,8,3,0,0,0,0,0,0,0,0,0,6370.12,-2525.52,532.268,2.82283,''), - (3908,15,0,0,0,0,0,0,2000000123,0,0,0,0,0,0,0,''), - (3908,20,1,61,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3908,21,0,2,0,0,0,0,2000000124,0,0,0,0,0,0,0,''), - (3908,23,3,0,0,0,0,0,0,0,0,0,6364.25,-2524,527.058,2.9265,''), - (3908,26,0,0,0,0,0,0,2000000125,0,0,0,0,0,0,0,''), - (3908,27,1,16,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3908,30,0,0,0,0,0,0,2000000126,0,0,0,0,0,0,0,''), - (3908,31,3,0,0,0,0,0,0,0,0,0,6370.3,-2524.19,532.27,6.26836,''), - (3908,34,3,0,0,0,0,0,0,0,0,0,6385.99,-2529.26,539.03,5.66753,''), - (3908,42,3,0,0,0,0,0,0,0,0,0,6395.57,-2536.75,541.548,5.66753,''), - (3908,47,3,0,0,0,0,0,0,0,0,0,0,0,0,2.86475,''), - (3908,48,0,0,0,0,0,0,2000000127,0,0,0,0,0,0,0,''), - (3908,49,29,3,1,9298,10,0,0,0,0,0,0,0,0,0,'9298 - npc_flag added'), - (3922,0,9,6579,7,0,0,0,0,0,0,0,858.997,-2346.59,92.5888,4.09334,''), - (3922,1,3,0,0,0,0,0,0,0,0,0,858.317,-2347.74,91.8282,6.06139,''), - (3922,2,1,173,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3922,6,15,13727,0,0,0,4,0,0,0,0,0,0,0,0,''), - (3922,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3922,7,3,0,0,0,0,0,0,0,0,0,858.14,-2347.64,91.92,2.72271,''), - (4113,0,27,4,0,174596,5,0,0,0,0,0,0,0,0,0,''), - (4113,5,9,900016,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4113,3595,27,8,0,174596,5,0,0,0,0,0,0,0,0,0,''), - (4114,0,27,4,0,174597,5,0,0,0,0,0,0,0,0,0,''), - (4114,5,9,900017,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4114,3595,27,8,0,174597,5,0,0,0,0,0,0,0,0,0,''), - (4115,0,27,4,0,173327,5,0,0,0,0,0,0,0,0,0,''), - (4115,5,9,900032,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4115,3595,27,8,0,173327,5,0,0,0,0,0,0,0,0,0,''), - (4116,0,27,4,0,174598,5,0,0,0,0,0,0,0,0,0,''), - (4116,5,9,900018,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4116,3595,27,8,0,174598,5,0,0,0,0,0,0,0,0,0,''), - (4117,0,27,4,0,164888,5,0,0,0,0,0,0,0,0,0,''), - (4117,5,9,900055,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4117,3595,27,8,0,164888,5,0,0,0,0,0,0,0,0,0,''), - (4118,0,27,4,0,174712,5,0,0,0,0,0,0,0,0,0,''), - (4118,5,9,900019,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4118,3595,27,8,0,174712,5,0,0,0,0,0,0,0,0,0,''), - (4119,0,27,4,0,164885,5,0,0,0,0,0,0,0,0,0,''), - (4119,5,9,900046,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4119,3595,27,8,0,164885,5,0,0,0,0,0,0,0,0,0,''), - (4221,0,27,4,0,174599,5,0,0,0,0,0,0,0,0,0,''), - (4221,5,9,900033,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4221,3595,27,8,0,174599,5,0,0,0,0,0,0,0,0,0,''), - (4222,0,27,4,0,174600,5,0,0,0,0,0,0,0,0,0,''), - (4222,5,9,900034,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4222,3595,27,8,0,174600,5,0,0,0,0,0,0,0,0,0,''), - (4343,0,27,4,0,164887,5,0,0,0,0,0,0,0,0,0,''), - (4343,5,9,900031,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4343,3595,27,8,0,164887,5,0,0,0,0,0,0,0,0,0,''), - (4401,0,27,4,0,174713,5,0,0,0,0,0,0,0,0,0,''), - (4401,5,9,900020,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4401,3595,27,8,0,174713,5,0,0,0,0,0,0,0,0,0,''), - (4403,0,27,4,0,174601,5,0,0,0,0,0,0,0,0,0,''), - (4403,5,9,900035,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4403,3595,27,8,0,174601,5,0,0,0,0,0,0,0,0,0,''), - (4443,0,27,4,0,173284,5,0,0,0,0,0,0,0,0,0,''), - (4443,5,9,900056,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4443,3595,27,8,0,173284,5,0,0,0,0,0,0,0,0,0,''), - (4444,0,27,4,0,174605,5,0,0,0,0,0,0,0,0,0,''), - (4444,5,9,900057,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4444,3595,27,8,0,174605,5,0,0,0,0,0,0,0,0,0,''), - (4445,0,27,4,0,174606,5,0,0,0,0,0,0,0,0,0,''), - (4445,5,9,900058,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4445,3595,27,8,0,174606,5,0,0,0,0,0,0,0,0,0,''), - (4446,0,27,4,0,174607,5,0,0,0,0,0,0,0,0,0,''), - (4446,5,9,900059,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4446,3595,27,8,0,174607,5,0,0,0,0,0,0,0,0,0,''), - (4447,0,27,4,0,173324,5,0,0,0,0,0,0,0,0,0,''), - (4447,5,9,900045,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4447,3595,27,8,0,173324,5,0,0,0,0,0,0,0,0,0,''), - (4448,0,27,4,0,174608,5,0,0,0,0,0,0,0,0,0,''), - (4448,5,9,900048,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4448,3595,27,8,0,174608,5,0,0,0,0,0,0,0,0,0,''), - (4451,5,10,9876,600000,0,0,0,0,0,0,0,-7026.23,-1784.27,265.77,3.71687,''), - (4461,0,27,4,0,174686,5,0,0,0,0,0,0,0,0,0,''), - (4461,5,9,900060,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4461,3595,27,8,0,174686,5,0,0,0,0,0,0,0,0,0,''), - (4462,0,27,4,0,174684,5,0,0,0,0,0,0,0,0,0,''), - (4462,5,9,900047,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4462,3595,27,8,0,174684,5,0,0,0,0,0,0,0,0,0,''), - (4464,0,27,4,0,171942,5,0,0,0,0,0,0,0,0,0,''), - (4464,5,9,900013,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4464,3595,27,8,0,171942,5,0,0,0,0,0,0,0,0,0,''), - (4465,0,27,4,0,171939,5,0,0,0,0,0,0,0,0,0,''), - (4465,5,9,900012,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4465,3595,27,8,0,171939,5,0,0,0,0,0,0,0,0,0,''), - (4466,0,27,4,0,174604,5,0,0,0,0,0,0,0,0,0,''), - (4466,5,9,900038,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4466,3595,27,8,0,174604,5,0,0,0,0,0,0,0,0,0,''), - (4467,0,27,4,0,174708,5,0,0,0,0,0,0,0,0,0,''), - (4467,5,9,900039,175,0,0,0,0,0,0,0,0,0,0,0,''), - (4467,3595,27,8,0,174708,5,0,0,0,0,0,0,0,0,0,''), - (4974,1,0,6,0,0,0,0,2000000128,0,0,0,0,0,0,0,''), - (4974,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4974,5,15,16609,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4974,6,0,6,0,0,0,0,2000000129,0,0,0,0,0,0,0,''), - (4974,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (5058,2,10,10816,300000,0,0,0,0,0,0,0,1926.55,-1627.94,60.42,2.24,''), - (5059,2,10,10836,300000,0,0,0,0,0,0,0,1943.38,-1654.68,59.69,6.19,''), - (5158,0,20,2,0,0,0,0,0,0,0,0,0,0,0,0,''), - (5341,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (5341,1,0,1,0,0,0,0,2000000130,0,0,0,0,0,0,0,''), - (5525,0,0,0,0,0,0,0,2000005776,0,0,0,0,0,0,0,''), - (5525,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'remove flag'), - (5525,1,9,10154,43200,0,0,0,0,0,0,0,0,0,0,0,'spawn cache'), - (5525,2,13,0,0,179511,10,1,0,0,0,0,0,0,0,0,'remove ball and chains'), - (5525,3,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'run on'), - (5525,3,3,0,0,0,0,0,0,0,0,0,500.42,540.966,-25.3846,2.72271,'WP movement'), - (5525,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'), - (5541,0,20,0,0,10610,269,23,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), - (5541,1,20,2,0,10610,269,23,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (6661,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), - (6661,1,3,0,0,0,0,0,0,0,0,0,-20.57,35.13,-4.3,4.5837,''), - (6661,2,0,0,0,0,0,0,2000000074,0,0,0,0,0,0,0,''), - (6661,3,1,5,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6661,4,15,21052,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Monty Bashes Rats (DND)'), - (6661,5,3,0,0,0,0,0,0,0,0,0,-19.6312,40.0752,-4.21403,4.79965,''), - (6661,6,3,0,0,0,0,0,0,0,0,0,0,0,0,4.79965,''), - (6661,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), - (7491,0,3,0,0,0,0,0,0,0,0,0,1540.2,-4405.02,11.18,0,''), - (7491,14,3,0,0,0,0,0,0,0,0,0,1541.95,-4405.1,10.244,0,''), - (7491,15,0,1,0,0,0,0,2000005236,0,0,0,0,0,0,0,''), - (7491,15,1,22,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7491,23,0,1,0,0,0,0,2000005237,0,0,0,0,0,0,0,''), - (7491,23,1,22,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7491,30,15,22888,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7491,30,9,40134,7200,0,0,0,0,0,0,0,0,0,0,0,''), - (7491,40,3,0,0,0,0,0,0,0,0,0,1570,-4405.89,7.63613,0,''), - (7491,55,3,0,0,0,0,0,0,0,0,0,1568,-4405.87,8.13371,0,''), - (7496,2,1,22,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7496,2,0,1,0,0,0,0,2000005238,0,0,0,0,0,0,0,''), - (7496,12,9,40135,7200,0,0,0,0,0,0,0,0,0,0,0,''), - (7496,12,1,22,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7496,12,0,1,0,0,0,0,2000005239,0,0,0,0,0,0,0,''), - (7496,20,15,22888,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7642,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'1416 - npc_flag removed'), - (7642,2,0,0,0,0,0,0,2000000063,0,0,0,0,0,0,0,''), - (7642,4,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'1416 - movement chenged to 2:waypoint'), - (7642,105,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'1416 - npc_flag added'), - (7786,0,10,14435,180000,0,0,0,0,0,0,0,-6255,1706.59,6.137,1.323,''), - (1059,0,29,2,2,0,0,0,2000005780,0,0,0,0,0,0,0,''), - (1059,1,0,0,0,0,0,0,2000005780,0,0,0,0,0,0,0,''), - (1059,2,32,0,0,0,0,4,0,0,0,0,0,0,0,0,'Unpause WP movement'), - (4129,0,29,131,2,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), - (4129,2,0,0,0,0,0,0,2000000521,0,0,0,0,0,0,0,''), - (4129,3,15,15050,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4129,10,0,0,0,0,0,0,2000000522,0,0,0,0,0,0,0,''), - (4129,12,29,131,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (2943,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), - (2943,1,0,0,0,0,0,0,2000000523,0,0,0,0,0,0,0,''), - (2943,2,3,0,0,0,0,0,0,0,0,0,-4476.23,3230.55,13.7301,4.20931,''), - (2943,4,3,0,0,0,0,0,0,0,0,0,0,0,0,4.99471,''), - (2943,5,0,0,0,0,0,2,2000000524,0,0,0,0,0,0,0,''), - (2943,10,0,0,0,0,0,0,2000000525,0,0,0,0,0,0,0,''), - (2943,12,3,0,0,0,0,0,0,0,0,0,-4474.9,3232.88,13.7295,0.951991,''), - (2943,14,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (3463,1,31,8479,100,0,0,0,0,0,0,0,0,0,0,0,'search for Kalaran Windblade'), - (3463,2,18,0,0,8479,5921,23,0,0,0,0,0,0,0,0,'desp'), - (3463,3,10,8480,54000,0,0,0,0,0,0,0,-6679.93,-1194.36,240.297,2.96706,'summon Kalaran the Deceiver'), - (4321,1,21,1,0,0,0,4,0,0,0,0,0,0,0,0,'J.D. Collie - active'), - (4321,2,9,63180,30,0,0,0,0,0,0,0,-6034.46,-1014.57,-216.735,6.07572,''), - (4321,3,0,0,0,0,0,0,2000000540,0,0,0,0,0,0,0,''), - (4321,3,3,0,0,0,0,0,0,0,0,0,0,0,0,2.36912,''), - (4321,8,0,0,0,0,0,0,2000000541,0,0,0,0,0,0,0,''), - (4321,12,3,0,0,0,0,0,0,0,0,0,0,0,0,0.872665,''), - (4321,12,0,0,0,0,0,0,2000000542,0,0,0,0,0,0,0,''), - (4321,13,21,0,0,0,0,4,0,0,0,0,0,0,0,0,'J.D. Collie - unactive'), - (4129,9,1,64,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4129,11,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (9324,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,'Loremaster cast Fire Festival Fortitude'), - (9325,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,'Loremaster cast Fire Festival Fortitude'), - (9326,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,'Loremaster cast Fire Festival Fortitude'), - (9330,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,'Talespinner cast Fire Festival Fortitude'), - (9331,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,'Talespinner cast Fire Festival Fortitude'), - (9332,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,'Talespinner cast Fire Festival Fortitude'), - (524,4,3,0,700,2284,15893,23,0,0,0,0,0.542607,-941.692,61.9395,4.71364,''), - (524,4,1,16,0,2284,15891,23,0,0,0,0,0,0,0,0,''), - (524,6,1,16,0,2284,15892,23,0,0,0,0,0,0,0,0,''), - (524,6,1,16,0,2284,15893,23,0,0,0,0,0,0,0,0,''), - (524,8,1,7,0,2284,15891,23,0,0,0,0,0,0,0,0,''), - (524,9,1,7,0,2284,15892,23,0,0,0,0,0,0,0,0,''), - (524,9,1,7,0,2284,15893,23,0,0,0,0,0,0,0,0,''), - (524,12,9,94065,110,0,0,0,0,0,0,0,0,0,0,0,'Respawn Tainted Keg Smoke'), - (524,12,15,5,0,2284,15891,23,0,0,0,0,0,0,0,0,''), - (524,14,15,5,0,2284,15892,23,0,0,0,0,0,0,0,0,''), - (524,14,15,5,0,2284,15893,23,0,0,0,0,0,0,0,0,''), - (7782,0,21,1,0,0,0,4,0,0,0,0,0,0,0,0,'active'), - (7782,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'quest flag removed'), - (7782,6,0,0,0,0,0,0,2000001037,0,0,0,0,0,0,0,''), - (7782,14,0,0,0,0,0,0,2000001038,0,0,0,0,0,0,0,''), - (7782,17,9,40151,21600,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (7782,23,15,22888,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7782,24,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'quest flag added'), - (7782,25,21,1,0,0,0,4,0,0,0,0,0,0,0,0,'unactive'), - (7784,0,21,1,0,0,0,4,0,0,0,0,0,0,0,0,'active'), - (7784,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'quest flag removed'), - (7784,3,3,0,0,0,0,0,0,0,0,0,1544,-4425.87,10.9056,3.323,''), - (7784,17,3,0,0,0,0,0,0,0,0,0,0,0,0,0.6367,''), - (7784,20,0,0,0,0,0,0,2000001035,0,0,0,0,0,0,0,''), - (7784,37,0,0,0,0,0,0,2000001036,0,0,0,0,0,0,0,''), - (7784,40,9,40150,21600,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), - (7784,45,13,0,0,179881,100,1,0,0,0,0,0,0,0,0,'activate gobject'), - (7784,50,15,22888,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7784,60,3,0,0,0,0,0,0,0,0,0,1568,-4405.87,8.13371,0.3434,''), - (7784,75,3,0,0,0,0,0,0,0,0,0,0,0,0,3.31613,''), - (7784,76,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'quest flag added'), - (7784,77,21,1,0,0,0,4,0,0,0,0,0,0,0,0,'unactive'); + (21,2,0,0,0,0,0,0,0,2000000059,0,0,0,0,0,0,0,''), + (21,2,1,113,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (63,0,9,15175,30,0,0,0,0,0,0,0,0,0,0,0,0,''), + (63,15,10,5895,180000,0,0,0,0,0,0,0,0,417.05,1822.39,13.007,0.035,''), + (63,15,9,15176,180,0,0,0,0,0,0,0,0,0,0,0,0,''), + (99,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), + (112,0,0,0,0,0,0,0,0,2000000133,0,0,0,0,0,0,0,'William Pestle - Initial Say'), + (112,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1.45219,'William Pestle - Turn To Face Bookshelf'), + (112,0,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,'William Pestle - Emote Working on Bookshelf'), + (112,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'William Pestle - Stop Emote'), + (112,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.98451,'William Pestle - Turn to Face Original Direction'), + (112,5,0,0,0,0,0,0,0,2000000134,0,0,0,0,0,0,0,'William Pestle - Final Say'), + (114,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5.39307,'Maybell Maclure - Turn To Face Wall'), + (114,2,0,0,0,0,0,0,0,2000000135,0,0,0,0,0,0,0,'Maybell Maclure - First Say'), + (114,4,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maybell Maclure - Emote Drinking Vial'), + (114,10,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maybell Maclure - Despawn'), + (166,1,0,0,0,0,0,0,0,2000000028,0,0,0,0,0,0,0,''), + (166,1,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gryan Shout Emote on Completion'), + (231,0,10,3301,30000,0,0,0,0,0,0,0,0,-10238,353.657,50.951,2.7,''), + (231,5,0,0,0,0,3301,10,0,2000000164,0,0,0,0,0,0,0,'Morgan Ladimore Speech 1'), + (231,5,1,1,0,0,3301,10,0,0,0,0,0,0,0,0,0,''), + (231,11,0,0,0,0,3301,10,0,2000000165,0,0,0,0,0,0,0,'Morgan Ladimore Speech 2'), + (231,11,1,1,0,0,3301,10,0,0,0,0,0,0,0,0,0,''), + (231,17,28,8,0,0,3301,10,0,0,0,0,0,0,0,0,0,'Morgan Ladimore kneel'), + (252,0,34,204,0,0,0,0,0,0,0,0,0,0,0,0,0,'stop if stitches already spawned'), + (252,1,10,412,3600000,0,0,0,8,0,0,0,0,-10290.2,72.7811,38.8811,4.8015,'spawn stiches'), + (254,1,10,314,3000000,0,0,0,0,0,0,0,0,-10267,52.52,42.54,2.5,''), + (283,0,0,0,0,0,0,0,0,2000005300,0,0,0,0,0,0,0,''), + (283,0,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hinderwier VII Emote on Completion'), + (308,0,29,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'1373 - npc_flag removed'), + (308,0,0,0,0,0,0,0,0,2000000012,0,0,0,0,0,0,0,''), + (308,1,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'1373 - movement chenged to 2:waypoint'), + (308,12,9,35875,55,0,0,0,0,0,0,0,0,-5607.24,-547.934,392.985,0.471239,''), + (308,23,0,0,0,0,0,0,0,2000000056,0,0,0,0,0,0,0,''), + (330,5,10,1421,600000,0,0,0,0,0,0,0,0,-11319.1,-201.22,75.782,1.1387,''), + (333,1,0,0,0,0,0,0,0,2000000139,2000000140,0,0,0,0,0,0,'rema talk'), + (333,5,10,1433,600000,0,0,0,8,0,0,0,0,-8765.4,717.344,99.5342,3.88159,'spawn corbett'), + (336,2,0,0,0,0,0,0,0,2000005311,0,0,0,0,0,0,0,''), + (336,4,0,0,0,0,0,0,0,2000005312,0,0,0,0,0,0,0,''), + (336,6,15,2596,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (349,5,10,1511,1000000,0,0,0,0,0,0,0,0,-13766,-14,45.2,5.5,''), + (349,5,10,1511,1000000,0,0,0,0,0,0,0,0,-13766,-10,44.48,5.5,''), + (349,5,10,1511,1000000,0,0,0,0,0,0,0,0,-13763,-12,44.8,5.5,''), + (349,50,10,1511,1000000,0,0,0,0,0,0,0,0,-13764,-14,44.8,5.5,''), + (349,50,10,1511,1000000,0,0,0,0,0,0,0,0,-13766,-14,45.2,5.5,''), + (349,50,10,1511,1000000,0,0,0,0,0,0,0,0,-13766,-10,44.48,5.5,''), + (349,50,10,1511,1000000,0,0,0,0,0,0,0,0,-13763,-12,44.8,5.5,''), + (349,100,10,1511,1000000,0,0,0,0,0,0,0,0,-13766,-14,45.2,5.5,''), + (349,100,10,1511,1000000,0,0,0,0,0,0,0,0,-13766,-10,44.48,5.5,''), + (349,100,10,1516,1000000,0,0,0,0,0,0,0,0,-13763,-12,44.8,5.5,''), + (349,170,10,1511,1000000,0,0,0,0,0,0,0,0,-13766,-14,45.2,5.5,''), + (349,170,10,1511,1000000,0,0,0,0,0,0,0,0,-13766,-10,44.48,5.5,''), + (349,170,10,1514,1000000,0,0,0,0,0,0,0,0,-13763,-12,44.8,5.5,''), + (407,0,0,0,0,0,0,0,0,2000000024,0,0,0,0,0,0,0,''), + (407,3,15,3287,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (407,3,3,0,0,0,0,0,0,0,0,0,0,2287.97,236.253,27.0892,2.6613,''), + (407,8,3,0,0,0,0,0,0,0,0,0,0,2292,239.481,27.0892,0.693878,''), + (407,9,0,0,0,0,0,0,0,2000000025,0,0,0,0,0,0,0,''), + (407,13,3,0,0,0,0,0,0,0,0,0,0,2292.52,235.226,27.0892,4.8345,''), + (407,17,3,0,0,0,0,0,0,0,0,0,0,2288.96,237.96,27.0892,2.48773,''), + (407,19,15,5,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (410,5,10,1946,180000,0,0,0,0,0,0,0,0,2468.28,15.26,23.89,0.37,''), + (411,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'active'), + (411,2,15,7762,0,0,0,0,4,0,0,0,0,0,0,0,0,'Bethor - Cast 7762- Summon Gunther\'s Visage'), + (411,7,10,5666,23000,0,0,0,0,0,0,0,0,1768.58,55.4891,-46.3198,2.28248,'Summon Visage'), + (411,12,1,1,0,0,5666,10,0,0,0,0,0,0,0,0,0,''), + (411,12,0,0,0,0,5666,10,0,2000000004,0,0,0,0,0,0,0,'Gunther says'), + (411,17,0,0,0,0,0,0,0,2000000005,0,0,0,0,0,0,0,'Bethor says'), + (411,17,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (411,21,36,0,0,0,5666,20,0,0,0,0,0,0,0,0,0,''), + (411,23,0,0,0,0,5666,10,0,2000000006,0,0,0,0,0,0,0,'Gunther Say 3'), + (411,23,1,2,0,0,5666,10,0,0,0,0,0,0,0,0,0,''), + (411,30,0,0,0,0,0,0,0,2000000007,0,0,0,0,0,0,0,'Bethor Say'), + (411,31,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'), + (421,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), + (422,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), + (423,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), + (424,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), + (489,1,2,152,901,0,0,0,0,0,0,0,0,0,0,0,0,''), + (489,1,15,3329,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (489,2,15,12244,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (489,3,0,0,0,0,0,0,0,2000000047,0,0,0,0,0,0,0,''), + (489,60,2,152,10035,0,0,0,0,0,0,0,0,0,0,0,0,''), + (492,2,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (492,6,15,5,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (502,2,0,0,0,0,0,0,4,2000000008,0,0,0,0,0,0,0,'Sniff and drink elixir'), + (502,10,10,2275,300000,0,0,0,0,0,0,0,0,-353.534,21.4088,54.6594,3.68102,'Enraged Stanley appears'), + (502,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (502,11,22,44,1,0,2275,30,0,0,0,0,0,0,0,0,0,''), + (524,4,3,0,700,0,2284,15892,23,0,0,0,0,-0.954329,-942.685,61.938,6.23103,''), + (524,4,0,0,0,0,2284,15891,23,2000001034,0,0,0,0,0,0,0,''), + (524,3,0,0,0,0,2284,15892,23,2000001033,0,0,0,0,0,0,0,''), + (524,1,31,2284,30,0,0,0,0,0,0,0,0,0,0,0,0,'search for 2284'), + (524,0,9,30031,120,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Tainted Keg'), + (553,2,10,2433,600000,0,0,0,0,0,0,0,0,-747.107,-586.97,19.8435,3.17531,''), + (609,1,0,0,0,0,0,0,0,2000000067,0,0,0,0,0,0,0,''), + (609,2,0,0,0,0,0,0,0,2000000068,0,0,0,0,0,0,0,''), + (619,3,10,1494,300000,0,0,0,0,0,0,0,0,-14611.6,142.68,-1.47,2.7,''), + (621,1,0,0,0,0,0,0,0,2000000069,0,0,0,0,0,0,0,''), + (621,2,0,0,0,0,0,0,0,2000000070,0,0,0,0,0,0,0,''), + (630,2,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (630,5,0,0,0,0,0,0,0,2000000071,0,0,0,0,0,0,0,''), + (640,1,15,4093,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (640,6,0,0,0,0,0,0,0,2000000072,0,0,0,0,0,0,0,''), + (652,1,10,2763,180000,0,0,0,0,0,0,0,0,-1539.12,-2172.93,17.29,0.56,'Summon Thenan'), + (652,3,26,0,0,0,2763,50,0,0,0,0,0,0,0,0,0,'Start Attack'), + (670,1,0,0,0,0,0,0,0,2000000073,0,0,0,0,0,0,0,''), + (702,0,15,4153,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (702,5,0,0,0,0,0,0,0,2000000077,0,0,0,0,0,0,0,''), + (702,9,0,0,0,0,0,0,0,2000000078,0,0,0,0,0,0,0,''), + (702,13,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (702,14,0,0,0,0,0,0,0,2000000079,0,0,0,0,0,0,0,''), + (748,0,15,4983,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (748,0,0,0,0,0,0,0,0,2000000080,0,0,0,0,0,0,0,''), + (748,8,0,0,3,0,0,0,0,2000000081,0,0,0,0,0,0,0,''), + (756,0,15,4983,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (756,0,0,0,0,0,0,0,0,2000000082,0,0,0,0,0,0,0,''), + (756,8,0,0,3,0,0,0,0,2000000083,0,0,0,0,0,0,0,''), + (759,0,15,4983,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (759,0,0,0,0,0,0,0,0,2000000084,0,0,0,0,0,0,0,''), + (759,8,0,0,3,0,0,0,0,2000000085,0,0,0,0,0,0,0,''), + (771,0,0,0,0,0,0,0,0,2000000017,0,0,0,0,0,0,0,''), + (771,1,15,5026,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (771,8,0,0,0,0,0,0,0,2000000018,0,0,0,0,0,0,0,''), + (779,2,10,2759,300000,0,0,0,0,0,0,0,0,-6703,-4094,264.235,2.83,''), + (779,2,10,2757,300000,0,0,0,0,0,0,0,0,-6718,-4125,263.889,2.683,''), + (790,2,28,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), + (790,5,0,0,0,0,0,0,0,2000000002,0,0,0,0,0,0,0,''), + (790,7,28,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_DEATH'), + (795,2,10,2759,300000,0,0,0,0,0,0,0,0,-6703,-4094,264.235,2.83,''), + (795,2,10,2757,300000,0,0,0,0,0,0,0,0,-6718,-4125,263.889,2.683,''), + (806,1,0,0,0,0,0,0,0,2000000065,0,0,0,0,0,0,0,''), + (806,4,0,0,0,0,0,0,0,2000005779,0,0,0,0,0,0,0,''), + (808,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'active'), + (808,2,10,3289,14000,0,0,0,0,0,0,0,0,-822.91,-4923.33,19.6365,3.41642,'summon'), + (808,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (808,5,36,0,0,0,3289,20,0,0,0,0,0,0,0,0,0,''), + (808,7,1,2,0,0,3289,20,7,0,0,0,0,0,0,0,0,''), + (808,7,0,0,0,0,0,0,0,2000000016,0,0,0,0,0,0,0,''), + (808,11,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (808,12,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'), + (823,1,0,0,0,0,0,0,0,2000005777,0,0,0,0,0,0,0,''), + (823,4,0,0,0,0,0,0,0,2000005778,0,0,0,0,0,0,0,''), + (857,1,0,0,0,0,0,0,0,2000000345,0,0,0,0,0,0,0,''), + (857,3,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (857,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5.13708,''), + (857,7,0,0,0,0,0,0,0,2000000346,0,0,0,0,0,0,0,''), + (857,10,0,0,0,0,0,0,0,2000000347,0,0,0,0,0,0,0,''), + (857,13,0,0,0,0,0,0,0,2000000348,0,0,0,0,0,0,0,''), + (857,15,23,724,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (857,16,3,0,0,0,0,0,0,0,0,0,0,-4217.93,-2343.5,91.6918,4.6415,''), + (857,18,15,5,0,0,0,0,2,0,0,0,0,0,0,0,0,''), + (865,0,0,0,0,0,0,0,0,2000005752,0,0,0,0,0,0,0,''), + (865,2,15,17550,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (865,6,1,34,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (865,10,0,0,0,0,0,0,0,2000005753,0,0,0,0,0,0,0,''), + (880,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (902,1,9,6552,13,0,0,0,0,0,0,0,0,-901.311,-3758.08,11.3853,4.09334,''), + (902,2,1,173,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (902,8,15,13727,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (902,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (930,4,3,0,0,0,0,0,0,0,0,0,0,9508.02,715.749,1255.89,1.03055,''), + (930,5,3,0,0,0,0,0,0,0,0,0,0,9507.66,718.009,1255.89,1.80417,''), + (930,6,3,0,0,0,0,0,0,0,0,0,0,9505.56,719.088,1256.2,2.65632,''), + (930,8,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (930,11,3,0,0,0,0,0,0,0,0,0,0,9506.92,713.766,1255.89,0.279253,''), + (930,14,10,3569,20000,0,0,0,0,0,0,0,0,9505.13,722.011,1255.94,0.0244875,''), + (930,14,10,3569,20000,0,0,0,0,0,0,0,0,9504.13,721.459,1255.94,6.24727,''), + (930,14,10,3569,20000,0,0,0,0,0,0,0,0,9504.09,720.294,1255.94,1.00709,''), + (931,5,3,0,0,0,0,0,0,0,0,0,0,9504.74,717.48,1256.45,2.57,''), + (931,7,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (931,8,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (931,9,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (931,10,9,30276,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (931,11,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (931,12,3,0,0,0,0,0,0,0,0,0,0,9506.92,713.766,1255.89,0.279253,''), + (943,0,5,147,2,0,0,0,0,0,0,0,0,0,0,0,0,''), + (943,2,0,0,0,0,0,0,0,2000005303,0,0,0,0,0,0,0,''), + (943,8,10,3582,44000,0,0,0,0,0,0,0,0,-3809,-839,16.94,2.16,''), + (943,12,0,0,0,0,0,0,0,2000005304,0,0,0,0,0,0,0,''), + (943,20,0,0,0,0,3582,10,0,2000005305,0,0,0,0,0,0,0,''), + (943,28,0,0,0,0,3582,10,0,2000005306,0,0,0,0,0,0,0,''), + (943,36,0,0,0,0,3582,10,0,2000005307,0,0,0,0,0,0,0,''), + (943,44,0,0,0,0,3582,10,0,2000005308,0,0,0,0,0,0,0,''), + (943,52,0,0,0,0,3582,10,0,2000005309,0,0,0,0,0,0,0,''), + (943,58,0,0,0,0,0,0,0,2000005310,0,0,0,0,0,0,0,''), + (943,66,4,147,2,0,0,0,0,0,0,0,0,0,0,0,0,''), + (950,1,0,0,0,0,0,0,0,2000000086,0,0,0,0,0,0,0,''), + (950,4,0,0,0,0,0,0,0,2000000087,0,0,0,0,0,0,0,''), + (950,8,0,0,0,0,0,0,0,2000000088,0,0,0,0,0,0,0,''), + (963,1,10,3843,41000,0,0,0,0,0,0,0,0,6426.84,603.166,9.46655,4.14031,'Anaya - appears'), + (963,2,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'stands'), + (963,4,0,0,0,0,0,0,0,2000005336,0,0,0,0,0,0,0,''), + (963,4,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (963,9,0,0,0,0,3843,10,0,2000005337,0,0,0,0,0,0,0,''), + (963,9,1,1,0,0,3843,10,0,0,0,0,0,0,0,0,0,''), + (963,15,0,0,0,0,0,0,0,2000005338,0,0,0,0,0,0,0,''), + (963,15,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (963,20,0,0,0,0,0,0,0,2000005339,0,0,0,0,0,0,0,''), + (963,20,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (963,25,0,0,0,0,3843,10,0,2000005340,0,0,0,0,0,0,0,''), + (963,25,1,1,0,0,3843,10,0,0,0,0,0,0,0,0,0,''), + (963,30,1,1,0,0,3843,10,0,0,0,0,0,0,0,0,0,''), + (963,30,0,0,0,0,3843,10,0,2000005341,0,0,0,0,0,0,0,''), + (963,35,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (963,35,0,0,0,0,0,0,0,2000005342,0,0,0,0,0,0,0,''), + (963,39,0,0,0,0,3843,10,0,2000005343,0,0,0,0,0,0,0,''), + (963,42,0,0,0,0,3843,10,0,2000005344,0,0,0,0,0,0,0,'Anaya - disappear'), + (963,47,0,0,0,0,0,0,0,2000005345,0,0,0,0,0,0,0,''), + (963,51,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (963,55,28,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'kneel'), + (970,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (970,1,0,0,0,0,0,0,0,2000005240,0,0,0,0,0,0,0,''), + (970,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.80526,''), + (970,3,9,21191,5,0,0,0,0,0,0,0,0,3184.06,190.81,4.61263,5.55407,''), + (970,4,1,61,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (970,6,0,0,0,0,0,0,0,2000005241,0,0,0,0,0,0,0,''), + (970,8,10,4509,38000,0,0,0,0,0,0,0,0,3184.06,190.81,4.61263,5.55407,'Sargath ghosth appears'), + (970,10,0,0,0,0,4509,10,0,2000005242,0,0,0,0,0,0,0,''), + (970,10,1,1,0,0,4509,10,0,0,0,0,0,0,0,0,0,''), + (970,15,0,0,0,0,4509,10,0,2000005243,0,0,0,0,0,0,0,''), + (970,15,1,1,0,0,4509,10,0,0,0,0,0,0,0,0,0,''), + (970,20,0,0,0,0,4509,10,0,2000005244,0,0,0,0,0,0,0,''), + (970,20,1,1,0,0,4509,10,0,0,0,0,0,0,0,0,0,''), + (970,25,0,0,0,0,4509,10,0,2000005245,0,0,0,0,0,0,0,''), + (970,25,1,1,0,0,4509,10,0,0,0,0,0,0,0,0,0,''), + (970,30,0,0,0,0,4509,10,0,2000005246,0,0,0,0,0,0,0,''), + (970,30,1,1,0,0,4509,10,0,0,0,0,0,0,0,0,0,''), + (970,35,0,0,0,0,0,0,0,2000005247,0,0,0,0,0,0,0,''), + (970,35,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (970,40,0,0,0,0,4509,10,0,2000005248,0,0,0,0,0,0,0,''), + (970,40,1,1,0,0,4509,10,0,0,0,0,0,0,0,0,0,''), + (970,46,0,0,0,0,4509,10,0,2000005249,0,0,0,0,0,0,0,'Sargath ghost disappears'), + (970,47,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0.471239,''), + (986,0,10,3695,56000,0,0,0,0,0,0,0,0,6408.39,400.412,12.0573,6.09157,'Grimclaw appears'), + (986,2,3,0,700,0,3695,50,4,0,0,0,0,6427.02,404.78,11.031,5.1137,'Grimclaw arrives'), + (986,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (986,4,0,0,0,0,0,0,0,2000005200,0,0,0,0,0,0,0,''), + (986,5,3,0,700,0,3695,50,4,0,0,0,0,6437.9,370.24,13.9411,5.1137,'Grimclaw enters'), + (986,10,3,0,0,0,3695,50,4,0,0,0,0,0,0,0,4.3688,''), + (986,11,1,1,0,0,3695,10,0,0,0,0,0,0,0,0,0,''), + (986,11,0,0,0,0,3695,10,0,2000005201,0,0,0,0,0,0,0,''), + (986,14,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (986,14,0,0,0,0,0,0,0,2000005202,0,0,0,0,0,0,0,''), + (986,19,1,1,0,0,3695,10,0,0,0,0,0,0,0,0,0,''), + (986,19,0,0,0,0,3695,10,0,2000005203,0,0,0,0,0,0,0,''), + (986,24,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (986,24,0,0,0,0,0,0,0,2000005204,0,0,0,0,0,0,0,''), + (986,29,0,0,0,0,0,0,0,2000005205,0,0,0,0,0,0,0,''), + (986,30,15,6238,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (986,34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (986,34,0,0,0,0,0,0,0,2000005206,0,0,0,0,0,0,0,''), + (986,39,1,1,0,0,3695,10,0,0,0,0,0,0,0,0,0,''), + (986,39,0,0,0,0,3695,10,0,2000005207,0,0,0,0,0,0,0,''), + (986,44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (986,44,0,0,0,0,0,0,0,2000005208,0,0,0,0,0,0,0,''), + (986,49,1,1,0,0,3695,10,0,0,0,0,0,0,0,0,0,''), + (986,49,0,0,0,0,3695,10,0,2000005209,0,0,0,0,0,0,0,''), + (986,54,3,0,700,0,3695,50,4,0,0,0,0,6427.02,404.78,11.031,5.1137,'Grimclaw leaves'), + (986,54,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (986,54,0,0,0,0,0,0,0,2000005210,0,0,0,0,0,0,0,'quest script end'), + (994,0,31,3694,15,0,0,0,8,0,0,0,0,0,0,0,0,''), + (994,1,10,3694,650000,0,0,0,0,0,0,0,0,6339.14,341.764,24.3387,0.498114,'spawn Sentinel Selarin'), + (995,0,31,3694,15,0,0,0,8,0,0,0,0,0,0,0,0,''), + (995,1,10,3694,650000,0,0,0,0,0,0,0,0,6339.14,341.764,24.3387,0.498114,'spawn Sentinel Selarin'), + (996,0,27,4,0,0,174602,5,0,0,0,0,0,0,0,0,0,''), + (996,5,9,900036,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (996,3595,27,8,0,0,174602,5,0,0,0,0,0,0,0,0,0,''), + (997,0,3,0,0,0,0,0,0,0,0,0,0,9505.03,719.358,1256.22,2.5643,''), + (997,0,0,0,0,0,0,0,0,2000000048,0,0,0,0,0,0,0,''), + (997,5,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (997,9,0,0,0,0,0,0,0,2000000049,0,0,0,0,0,0,0,''), + (997,10,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (997,11,3,0,0,0,0,0,0,0,0,0,0,9505.83,712.352,1255.89,0.533,''), + (998,0,27,4,0,0,174603,5,0,0,0,0,0,0,0,0,0,''), + (998,5,9,900037,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (998,3595,27,8,0,0,174603,5,0,0,0,0,0,0,0,0,0,''), + (1014,0,15,8097,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell Arcane Intellect on Player'), + (1062,1,0,0,0,0,0,0,0,2000000089,0,0,0,0,0,0,0,''), + (1062,4,0,0,0,0,0,0,0,2000000090,0,0,0,0,0,0,0,''), + (1063,0,0,0,0,0,0,0,0,2000000091,0,0,0,0,0,0,0,''), + (1063,2,0,0,0,0,0,0,0,2000000092,0,0,0,0,0,0,0,''), + (1066,0,0,0,0,0,0,0,0,2000000096,0,0,0,0,0,0,0,''), + (1066,4,0,0,0,0,0,0,0,2000000097,0,0,0,0,0,0,0,''), + (1067,0,0,0,0,0,0,0,0,2000000098,0,0,0,0,0,0,0,''), + (1067,4,0,0,0,0,0,0,0,2000000099,0,0,0,0,0,0,0,''), + (1103,0,9,15175,30,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1103,15,10,5895,180000,0,0,0,0,0,0,0,0,417.05,1822.39,13.007,0.035,''), + (1103,15,9,15176,180,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1112,1,0,0,0,0,0,0,0,2000000100,0,0,0,0,0,0,0,''), + (1112,2,9,632446,10,0,0,0,0,0,0,0,0,0,0,0,0,'resp gobject'), + (1112,4,0,0,0,0,0,0,0,2000000101,0,0,0,0,0,0,0,''), + (1112,8,0,0,0,0,0,0,0,2000000102,0,0,0,0,0,0,0,''), + (1116,0,0,0,0,0,0,0,0,2000000103,0,0,0,0,0,0,0,''), + (1116,1,0,0,0,0,0,0,0,2000000104,0,0,0,0,0,0,0,''), + (1116,1,15,6903,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (1116,4,0,0,0,0,0,0,0,2000000105,0,0,0,0,0,0,0,''), + (1116,7,0,0,0,0,0,0,0,2000000105,0,0,0,0,0,0,0,''), + (1116,9,0,0,0,0,0,0,0,2000000106,0,0,0,0,0,0,0,''), + (1117,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1117,1,0,0,0,0,0,0,0,2000000108,0,0,0,0,0,0,0,''), + (1117,2,1,94,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1117,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1117,8,0,0,0,0,0,0,0,2000000109,0,0,0,0,0,0,0,''), + (1117,8,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1117,9,28,8,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1169,0,0,0,0,0,0,0,0,2000000110,0,0,0,0,0,0,0,''), + (1169,1,15,6741,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1169,11,0,0,0,0,0,0,0,2000000111,0,0,0,0,0,0,0,''), + (1176,2,0,0,0,0,0,0,0,2000000112,0,0,0,0,0,0,0,''), + (1191,0,3,0,0,0,0,0,0,0,0,0,0,-6273.41,-3841.7,-58.75,1.9,''), + (1191,30,9,13621,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1191,35,3,0,0,0,0,0,0,0,0,0,0,-6224,-3945,-58.75,0.75,''), + (1193,0,9,573683,3600,0,0,0,0,0,0,0,0,0,0,0,0,'spawn Fixed trap'), + (1284,0,10,5088,180000,0,0,0,0,0,0,0,0,-3837.25,-4548.3,9.29486,0.786911,''), + (1383,0,29,2,2,0,5414,10,0,0,0,0,0,0,0,0,0,'5414 - npc_flag removed'), + (1383,1,0,0,0,0,0,0,0,2000000113,0,0,0,0,0,0,0,''), + (1383,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,6.23291,''), + (1383,6,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1383,10,0,0,0,0,0,0,0,2000000114,0,0,0,0,0,0,0,''), + (1383,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1383,15,3,0,0,0,0,0,0,0,0,0,0,0,0,0,3.14159,''), + (1383,16,0,0,0,0,0,0,0,2000000115,0,0,0,0,0,0,0,''), + (1383,16,29,2,1,0,5414,10,0,0,0,0,0,0,0,0,0,'5414 - npc_flag added'), + (1391,0,0,0,0,0,0,0,0,2000000116,0,0,0,0,0,0,0,''), + (1391,2,0,0,0,0,0,0,0,2000000117,0,0,0,0,0,0,0,''), + (1391,7,0,0,0,0,0,0,0,2000000118,0,0,0,0,0,0,0,''), + (1391,8,1,64,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1391,13,0,0,0,0,0,0,0,2000000119,0,0,0,0,0,0,0,''), + (1391,14,0,0,0,0,0,0,0,2000000120,0,0,0,0,0,0,0,''), + (1391,14,15,7293,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (1391,15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1391,16,3,0,0,0,0,0,0,0,0,0,0,-10423.5,-3240.63,20.1786,4.68979,''), + (1391,17,3,0,0,0,0,0,0,0,0,0,0,-10420.6,-3240.03,20.1786,2.11212,''), + (1391,19,3,0,0,0,0,0,0,0,0,0,0,-10422.1,-3237.58,20.1786,3.80072,''), + (1391,20,3,0,0,0,0,0,0,0,0,0,0,-10424.4,-3239.73,20.1786,3.8633,''), + (1391,22,3,0,0,0,0,0,0,0,0,0,0,-10422.4,-3238.96,20.1786,0.236333,''), + (1391,26,15,5,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (1445,0,0,0,0,0,0,0,0,2000000121,0,0,0,0,0,0,0,''), + (1445,3,15,7437,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (1514,0,27,4,0,0,174709,5,0,0,0,0,0,0,0,0,0,''), + (1514,5,9,900040,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1514,3595,27,8,0,0,174709,5,0,0,0,0,0,0,0,0,0,''), + (1521,0,0,0,0,0,0,0,0,2000000066,0,0,0,0,0,0,0,''), + (2523,0,27,4,0,0,164886,5,0,0,0,0,0,0,0,0,0,''), + (2523,5,9,900011,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2523,3595,27,8,0,0,164886,5,0,0,0,0,0,0,0,0,0,''), + (2878,0,27,4,0,0,174594,5,0,0,0,0,0,0,0,0,0,''), + (2878,5,9,900014,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2878,3595,27,8,0,0,174594,5,0,0,0,0,0,0,0,0,0,''), + (2946,5,10,7918,300000,0,0,0,0,0,0,0,0,-9619,-2815,11.21,0.43,''), + (2966,5,10,7918,300000,0,0,0,0,0,0,0,0,-9619,-2815,11.21,0.43,''), + (3118,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3321,0,0,0,0,0,0,0,0,2000000076,0,0,0,0,0,0,0,''), + (3363,0,27,4,0,0,174595,5,0,0,0,0,0,0,0,0,0,''), + (3363,5,9,900015,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3363,3595,27,8,0,0,174595,5,0,0,0,0,0,0,0,0,0,''), + (3364,2,0,0,0,0,0,0,0,2000000045,0,0,0,0,0,0,0,''), + (3364,6,1,7,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3364,8,0,0,0,0,0,0,0,2000000046,0,0,0,0,0,0,0,''), + (3567,0,15,12242,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast spell 12242 on Player'), + (3908,1,29,3,2,0,9298,10,0,0,0,0,0,0,0,0,0,'9298 - npc_flag removed'), + (3908,1,0,0,0,0,0,0,0,2000000122,0,0,0,0,0,0,0,''), + (3908,2,3,0,0,0,0,0,0,0,0,0,0,6384.54,-2527.25,538.736,2.52438,''), + (3908,8,3,0,0,0,0,0,0,0,0,0,0,6370.12,-2525.52,532.268,2.82283,''), + (3908,15,0,0,0,0,0,0,0,2000000123,0,0,0,0,0,0,0,''), + (3908,20,1,61,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3908,21,0,0,0,0,0,0,0,2000000124,0,0,0,0,0,0,0,''), + (3908,23,3,0,0,0,0,0,0,0,0,0,0,6364.25,-2524,527.058,2.9265,''), + (3908,26,0,0,0,0,0,0,0,2000000125,0,0,0,0,0,0,0,''), + (3908,27,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3908,30,0,0,0,0,0,0,0,2000000126,0,0,0,0,0,0,0,''), + (3908,31,3,0,0,0,0,0,0,0,0,0,0,6370.3,-2524.19,532.27,6.26836,''), + (3908,34,3,0,0,0,0,0,0,0,0,0,0,6385.99,-2529.26,539.03,5.66753,''), + (3908,42,3,0,0,0,0,0,0,0,0,0,0,6395.57,-2536.75,541.548,5.66753,''), + (3908,47,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.86475,''), + (3908,48,0,0,0,0,0,0,0,2000000127,0,0,0,0,0,0,0,''), + (3908,49,29,3,1,0,9298,10,0,0,0,0,0,0,0,0,0,'9298 - npc_flag added'), + (3922,0,9,6579,7,0,0,0,0,0,0,0,0,858.997,-2346.59,92.5888,4.09334,''), + (3922,1,3,0,0,0,0,0,0,0,0,0,0,858.317,-2347.74,91.8282,6.06139,''), + (3922,2,1,173,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3922,6,15,13727,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (3922,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3922,7,3,0,0,0,0,0,0,0,0,0,0,858.14,-2347.64,91.92,2.72271,''), + (4113,0,27,4,0,0,174596,5,0,0,0,0,0,0,0,0,0,''), + (4113,5,9,900016,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4113,3595,27,8,0,0,174596,5,0,0,0,0,0,0,0,0,0,''), + (4114,0,27,4,0,0,174597,5,0,0,0,0,0,0,0,0,0,''), + (4114,5,9,900017,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4114,3595,27,8,0,0,174597,5,0,0,0,0,0,0,0,0,0,''), + (4115,0,27,4,0,0,173327,5,0,0,0,0,0,0,0,0,0,''), + (4115,5,9,900032,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4115,3595,27,8,0,0,173327,5,0,0,0,0,0,0,0,0,0,''), + (4116,0,27,4,0,0,174598,5,0,0,0,0,0,0,0,0,0,''), + (4116,5,9,900018,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4116,3595,27,8,0,0,174598,5,0,0,0,0,0,0,0,0,0,''), + (4117,0,27,4,0,0,164888,5,0,0,0,0,0,0,0,0,0,''), + (4117,5,9,900055,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4117,3595,27,8,0,0,164888,5,0,0,0,0,0,0,0,0,0,''), + (4118,0,27,4,0,0,174712,5,0,0,0,0,0,0,0,0,0,''), + (4118,5,9,900019,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4118,3595,27,8,0,0,174712,5,0,0,0,0,0,0,0,0,0,''), + (4119,0,27,4,0,0,164885,5,0,0,0,0,0,0,0,0,0,''), + (4119,5,9,900046,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4119,3595,27,8,0,0,164885,5,0,0,0,0,0,0,0,0,0,''), + (4221,0,27,4,0,0,174599,5,0,0,0,0,0,0,0,0,0,''), + (4221,5,9,900033,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4221,3595,27,8,0,0,174599,5,0,0,0,0,0,0,0,0,0,''), + (4222,0,27,4,0,0,174600,5,0,0,0,0,0,0,0,0,0,''), + (4222,5,9,900034,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4222,3595,27,8,0,0,174600,5,0,0,0,0,0,0,0,0,0,''), + (4343,0,27,4,0,0,164887,5,0,0,0,0,0,0,0,0,0,''), + (4343,5,9,900031,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4343,3595,27,8,0,0,164887,5,0,0,0,0,0,0,0,0,0,''), + (4401,0,27,4,0,0,174713,5,0,0,0,0,0,0,0,0,0,''), + (4401,5,9,900020,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4401,3595,27,8,0,0,174713,5,0,0,0,0,0,0,0,0,0,''), + (4403,0,27,4,0,0,174601,5,0,0,0,0,0,0,0,0,0,''), + (4403,5,9,900035,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4403,3595,27,8,0,0,174601,5,0,0,0,0,0,0,0,0,0,''), + (4443,0,27,4,0,0,173284,5,0,0,0,0,0,0,0,0,0,''), + (4443,5,9,900056,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4443,3595,27,8,0,0,173284,5,0,0,0,0,0,0,0,0,0,''), + (4444,0,27,4,0,0,174605,5,0,0,0,0,0,0,0,0,0,''), + (4444,5,9,900057,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4444,3595,27,8,0,0,174605,5,0,0,0,0,0,0,0,0,0,''), + (4445,0,27,4,0,0,174606,5,0,0,0,0,0,0,0,0,0,''), + (4445,5,9,900058,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4445,3595,27,8,0,0,174606,5,0,0,0,0,0,0,0,0,0,''), + (4446,0,27,4,0,0,174607,5,0,0,0,0,0,0,0,0,0,''), + (4446,5,9,900059,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4446,3595,27,8,0,0,174607,5,0,0,0,0,0,0,0,0,0,''), + (4447,0,27,4,0,0,173324,5,0,0,0,0,0,0,0,0,0,''), + (4447,5,9,900045,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4447,3595,27,8,0,0,173324,5,0,0,0,0,0,0,0,0,0,''), + (4448,0,27,4,0,0,174608,5,0,0,0,0,0,0,0,0,0,''), + (4448,5,9,900048,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4448,3595,27,8,0,0,174608,5,0,0,0,0,0,0,0,0,0,''), + (4451,5,10,9876,600000,0,0,0,0,0,0,0,0,-7026.23,-1784.27,265.77,3.71687,''), + (4461,0,27,4,0,0,174686,5,0,0,0,0,0,0,0,0,0,''), + (4461,5,9,900060,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4461,3595,27,8,0,0,174686,5,0,0,0,0,0,0,0,0,0,''), + (4462,0,27,4,0,0,174684,5,0,0,0,0,0,0,0,0,0,''), + (4462,5,9,900047,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4462,3595,27,8,0,0,174684,5,0,0,0,0,0,0,0,0,0,''), + (4464,0,27,4,0,0,171942,5,0,0,0,0,0,0,0,0,0,''), + (4464,5,9,900013,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4464,3595,27,8,0,0,171942,5,0,0,0,0,0,0,0,0,0,''), + (4465,0,27,4,0,0,171939,5,0,0,0,0,0,0,0,0,0,''), + (4465,5,9,900012,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4465,3595,27,8,0,0,171939,5,0,0,0,0,0,0,0,0,0,''), + (4466,0,27,4,0,0,174604,5,0,0,0,0,0,0,0,0,0,''), + (4466,5,9,900038,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4466,3595,27,8,0,0,174604,5,0,0,0,0,0,0,0,0,0,''), + (4467,0,27,4,0,0,174708,5,0,0,0,0,0,0,0,0,0,''), + (4467,5,9,900039,175,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4467,3595,27,8,0,0,174708,5,0,0,0,0,0,0,0,0,0,''), + (4974,1,0,0,0,0,0,0,0,2000000128,0,0,0,0,0,0,0,''), + (4974,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4974,5,15,16609,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4974,6,0,0,0,0,0,0,0,2000000129,0,0,0,0,0,0,0,''), + (4974,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5058,2,10,10816,300000,0,0,0,0,0,0,0,0,1926.55,-1627.94,60.42,2.24,''), + (5059,2,10,10836,300000,0,0,0,0,0,0,0,0,1943.38,-1654.68,59.69,6.19,''), + (5158,0,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5341,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5341,1,0,0,0,0,0,0,0,2000000130,0,0,0,0,0,0,0,''), + (5525,0,0,0,0,0,0,0,0,2000005776,0,0,0,0,0,0,0,''), + (5525,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'remove flag'), + (5525,1,9,10154,43200,0,0,0,0,0,0,0,0,0,0,0,0,'spawn cache'), + (5525,2,13,0,0,0,179511,10,1,0,0,0,0,0,0,0,0,'remove ball and chains'), + (5525,3,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'run on'), + (5525,3,3,0,0,0,0,0,0,0,0,0,0,500.42,540.966,-25.3846,2.72271,'WP movement'), + (5525,15,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn'), + (5541,0,20,0,0,0,10610,269,23,0,0,0,0,0,0,0,0,'movement chenged to 0:idle'), + (5541,1,20,2,0,0,10610,269,23,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (6661,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), + (6661,1,3,0,0,0,0,0,0,0,0,0,0,-20.57,35.13,-4.3,4.5837,''), + (6661,2,0,0,0,0,0,0,0,2000000074,0,0,0,0,0,0,0,''), + (6661,3,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6661,4,15,21052,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Monty Bashes Rats (DND)'), + (6661,5,3,0,0,0,0,0,0,0,0,0,0,-19.6312,40.0752,-4.21403,4.79965,''), + (6661,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,4.79965,''), + (6661,7,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN OFF'), + (7491,0,3,0,0,0,0,0,0,0,0,0,0,1540.2,-4405.02,11.18,0,''), + (7491,14,3,0,0,0,0,0,0,0,0,0,0,1541.95,-4405.1,10.244,0,''), + (7491,15,0,0,0,0,0,0,0,2000005236,0,0,0,0,0,0,0,''), + (7491,15,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7491,23,0,0,0,0,0,0,0,2000005237,0,0,0,0,0,0,0,''), + (7491,23,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7491,30,15,22888,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7491,30,9,40134,7200,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7491,40,3,0,0,0,0,0,0,0,0,0,0,1570,-4405.89,7.63613,0,''), + (7491,55,3,0,0,0,0,0,0,0,0,0,0,1568,-4405.87,8.13371,0,''), + (7496,2,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7496,2,0,0,0,0,0,0,0,2000005238,0,0,0,0,0,0,0,''), + (7496,12,9,40135,7200,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7496,12,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7496,12,0,0,0,0,0,0,0,2000005239,0,0,0,0,0,0,0,''), + (7496,20,15,22888,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7642,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'1416 - npc_flag removed'), + (7642,2,0,0,0,0,0,0,0,2000000063,0,0,0,0,0,0,0,''), + (7642,4,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'1416 - movement chenged to 2:waypoint'), + (7642,105,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'1416 - npc_flag added'), + (7786,0,10,14435,180000,0,0,0,0,0,0,0,0,-6255,1706.59,6.137,1.323,''), + (1059,0,29,2,2,0,0,0,0,2000005780,0,0,0,0,0,0,0,''), + (1059,1,0,0,0,0,0,0,0,2000005780,0,0,0,0,0,0,0,''), + (1059,2,32,0,0,0,0,0,4,0,0,0,0,0,0,0,0,'Unpause WP movement'), + (4129,0,29,131,2,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), + (4129,2,0,0,0,0,0,0,0,2000000521,0,0,0,0,0,0,0,''), + (4129,3,15,15050,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4129,10,0,0,0,0,0,0,0,2000000522,0,0,0,0,0,0,0,''), + (4129,12,29,131,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (2943,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), + (2943,1,0,0,0,0,0,0,0,2000000523,0,0,0,0,0,0,0,''), + (2943,2,3,0,0,0,0,0,0,0,0,0,0,-4476.23,3230.55,13.7301,4.20931,''), + (2943,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,4.99471,''), + (2943,5,0,0,0,0,0,0,2,2000000524,0,0,0,0,0,0,0,''), + (2943,10,0,0,0,0,0,0,0,2000000525,0,0,0,0,0,0,0,''), + (2943,12,3,0,0,0,0,0,0,0,0,0,0,-4474.9,3232.88,13.7295,0.951991,''), + (2943,14,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (3463,1,31,8479,100,0,0,0,0,0,0,0,0,0,0,0,0,'search for Kalaran Windblade'), + (3463,2,18,0,0,0,8479,5921,23,0,0,0,0,0,0,0,0,'desp'), + (3463,3,10,8480,54000,0,0,0,0,0,0,0,0,-6679.93,-1194.36,240.297,2.96706,'summon Kalaran the Deceiver'), + (4321,1,21,1,0,0,0,0,4,0,0,0,0,0,0,0,0,'J.D. Collie - active'), + (4321,2,9,63180,30,0,0,0,0,0,0,0,0,-6034.46,-1014.57,-216.735,6.07572,''), + (4321,3,0,0,0,0,0,0,0,2000000540,0,0,0,0,0,0,0,''), + (4321,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.36912,''), + (4321,8,0,0,0,0,0,0,0,2000000541,0,0,0,0,0,0,0,''), + (4321,12,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0.872665,''), + (4321,12,0,0,0,0,0,0,0,2000000542,0,0,0,0,0,0,0,''), + (4321,13,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,'J.D. Collie - unactive'), + (4129,9,1,64,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4129,11,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (9324,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,0,'Loremaster cast Fire Festival Fortitude'), + (9325,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,0,'Loremaster cast Fire Festival Fortitude'), + (9326,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,0,'Loremaster cast Fire Festival Fortitude'), + (9330,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,0,'Talespinner cast Fire Festival Fortitude'), + (9331,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,0,'Talespinner cast Fire Festival Fortitude'), + (9332,0,15,29235,0,0,0,0,0,0,0,0,0,0,0,0,0,'Talespinner cast Fire Festival Fortitude'), + (524,4,3,0,700,0,2284,15893,23,0,0,0,0,0.542607,-941.692,61.9395,4.71364,''), + (524,4,1,16,0,0,2284,15891,23,0,0,0,0,0,0,0,0,''), + (524,6,1,16,0,0,2284,15892,23,0,0,0,0,0,0,0,0,''), + (524,6,1,16,0,0,2284,15893,23,0,0,0,0,0,0,0,0,''), + (524,8,1,7,0,0,2284,15891,23,0,0,0,0,0,0,0,0,''), + (524,9,1,7,0,0,2284,15892,23,0,0,0,0,0,0,0,0,''), + (524,9,1,7,0,0,2284,15893,23,0,0,0,0,0,0,0,0,''), + (524,12,9,94065,110,0,0,0,0,0,0,0,0,0,0,0,0,'Respawn Tainted Keg Smoke'), + (524,12,15,5,0,0,2284,15891,23,0,0,0,0,0,0,0,0,''), + (524,14,15,5,0,0,2284,15892,23,0,0,0,0,0,0,0,0,''), + (524,14,15,5,0,0,2284,15893,23,0,0,0,0,0,0,0,0,''), + (7782,0,21,1,0,0,0,0,4,0,0,0,0,0,0,0,0,'active'), + (7782,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'quest flag removed'), + (7782,6,0,0,0,0,0,0,0,2000001037,0,0,0,0,0,0,0,''), + (7782,14,0,0,0,0,0,0,0,2000001038,0,0,0,0,0,0,0,''), + (7782,17,9,40151,21600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (7782,23,15,22888,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7782,24,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'quest flag added'), + (7782,25,21,1,0,0,0,0,4,0,0,0,0,0,0,0,0,'unactive'), + (7784,0,21,1,0,0,0,0,4,0,0,0,0,0,0,0,0,'active'), + (7784,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'quest flag removed'), + (7784,3,3,0,0,0,0,0,0,0,0,0,0,1544,-4425.87,10.9056,3.323,''), + (7784,17,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0.6367,''), + (7784,20,0,0,0,0,0,0,0,2000001035,0,0,0,0,0,0,0,''), + (7784,37,0,0,0,0,0,0,0,2000001036,0,0,0,0,0,0,0,''), + (7784,40,9,40150,21600,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (7784,45,13,0,0,0,179881,100,1,0,0,0,0,0,0,0,0,'activate gobject'), + (7784,50,15,22888,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7784,60,3,0,0,0,0,0,0,0,0,0,0,1568,-4405.87,8.13371,0.3434,''), + (7784,75,3,0,0,0,0,0,0,0,0,0,0,0,0,0,3.31613,''), + (7784,76,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'quest flag added'), + (7784,77,21,1,0,0,0,0,4,0,0,0,0,0,0,0,0,'unactive'), + (3122,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'active'), + (3122,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'quest flag removed'), + (3122,1,3,0,700,0,0,0,0,0,0,0,0,-4388.94,272.315,25.4158,2.42505,''), + (3122,4,0,0,0,0,0,0,0,2000001116,0,0,0,0,0,0,0,''), + (3122,5,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3122,8,3,0,700,0,0,0,0,0,0,0,0,-4391.75,274.682,25.6442,2.35436,''), + (3122,10,3,0,700,0,0,0,0,0,0,0,0,0,0,0,5.49281,''), + (3122,11,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3122,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3122,21,3,0,700,0,0,0,0,0,0,0,0,-4375.68,269.717,25.4947,5.9719,''), + (3122,25,3,0,700,0,0,0,0,0,0,0,0,0,0,0,4.72984,''), + (3122,25,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'quest flag added'), + (3122,26,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'); /*!40000 ALTER TABLE `dbscripts_on_quest_end` ENABLE KEYS */; UNLOCK TABLES; @@ -417682,6 +420724,7 @@ CREATE TABLE `dbscripts_on_quest_start` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `search_radius` mediumint(8) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -417699,355 +420742,387 @@ CREATE TABLE `dbscripts_on_quest_start` ( LOCK TABLES `dbscripts_on_quest_start` WRITE; /*!40000 ALTER TABLE `dbscripts_on_quest_start` DISABLE KEYS */; -INSERT INTO `dbscripts_on_quest_start` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_quest_start` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (54,1,15,6245,0,0,0,0,0,0,0,0,0,0,0,0,''), - (54,2,1,113,0,0,0,0,0,0,0,0,0,0,0,0,''), - (68,0,10,2044,300000,0,0,0,0,0,0,0,-10953.3,1568.47,46.978,3.392,'spawns Forlorn Spirit'), - (68,3,26,0,0,2044,25,2,0,0,0,0,0,0,0,0,'forces Forlorn Spirit to attack player'), - (74,0,10,2044,300000,0,0,0,0,0,0,0,-8842.54,983.34,98.52,5.9781,'spawns Forlorn Spirit'), - (74,3,26,0,0,2044,25,2,0,0,0,0,0,0,0,0,'forces Forlorn Spirit to attack player'), - (114,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (409,3,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''), - (434,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), - (434,1,3,0,0,0,0,0,0,0,0,0,0,0,0,6.26784,''), - (434,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,''), - (434,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (434,8,0,0,0,8856,15,7,2000000170,0,0,0,0,0,0,0,'force buddy to: say text'), - (434,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (434,10,15,7671,0,8856,15,7,0,0,0,0,0,0,0,0,'cast 7671 on buddy'), - (434,10,3,0,0,0,0,0,0,0,0,0,0,0,0,2.251,''), - (434,11,23,7779,0,8856,15,7,0,0,0,0,0,0,0,0,'morph into 7779'), - (434,11,0,0,0,0,0,0,2000000171,0,0,0,0,0,0,0,''), - (434,15,20,2,0,8856,50,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), - (434,177,7,434,0,0,0,0,0,0,0,0,0,0,0,0,''), - (434,210,3,0,0,1756,10523,23,0,0,0,0,0,0,0,0.711,''), - (434,210,3,0,0,1756,10524,23,0,0,0,0,0,0,0,3.773,''), - (667,0,0,0,0,0,0,0,2000005632,0,0,0,0,0,0,0,'say_protect_1'), - (667,20,10,2775,60000,0,0,0,0,0,0,0,-2158.56,-1972.46,15.812,0,'summon first wave'), - (667,20,10,2775,60000,0,0,0,0,0,0,0,-2153.3,-1969.01,15.628,0,'summon first wave'), - (667,20,10,2775,60000,0,0,0,0,0,0,0,-2155.72,-1970.6,15.327,0,'summon first wave'), - (667,50,34,317,667,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (667,50,34,318,667,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (667,55,10,2775,60000,0,0,0,0,0,0,0,-2158.56,-1972.46,15.812,0,'summon second wave'), - (667,55,10,2775,60000,0,0,0,0,0,0,0,-2153.3,-1969.01,15.628,0,'summon second wave'), - (667,55,10,2775,60000,0,0,0,0,0,0,0,-2155.72,-1970.6,15.327,0,'summon second wave'), - (667,65,0,0,0,0,0,0,2000005633,0,0,0,0,0,0,0,'say_protect_2'), - (667,100,34,317,667,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (667,100,34,318,667,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (667,110,10,2775,60000,0,0,0,0,0,0,0,-2158.56,-1972.46,15.812,0,'summon third wave'), - (667,130,10,2775,60000,0,0,0,0,0,0,0,-2153.3,-1969.01,15.628,0,'summon second wave'), - (667,130,10,2775,60000,0,0,0,0,0,0,0,-2155.72,-1970.6,15.327,0,'summon second wave'), - (667,190,34,317,667,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (667,190,34,318,667,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (667,195,7,667,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete'), - (753,0,0,2,0,0,0,0,2000000003,0,0,0,0,0,0,0,''), - (778,4,15,5001,0,0,0,4,0,0,0,0,0,0,0,0,''), - (778,5,10,2919,240000,0,0,0,0,0,0,0,-6666.27,-2728.12,243.136,6.28,''), - (778,5,15,5002,0,0,0,4,0,0,0,0,0,0,0,0,''), - (947,1,0,0,2,0,0,0,2000000000,0,0,0,0,0,0,0,''), - (947,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,''), - (947,5,0,0,2,0,0,0,2000000001,0,0,0,0,0,0,0,''), - (975,10,7,975,0,0,0,0,0,0,0,0,0,0,0,0,''), - (986,0,10,6086,10000,0,0,0,0,0,0,0,6435.25,368.004,13.9412,0,''), - (986,5,0,0,0,0,0,0,2000000009,0,0,0,0,0,0,0,''), - (986,7,0,0,0,0,0,0,2000000010,0,0,0,0,0,0,0,''), - (986,9,0,0,0,0,0,0,2000000011,0,0,0,0,0,0,0,''), - (993,1,15,10403,0,0,0,4,0,0,0,0,0,0,0,0,''), - (993,1,0,2,0,0,0,0,2000000023,0,0,0,0,0,0,0,''), - (993,4,0,0,0,0,0,0,2000000022,0,0,0,0,0,0,0,''), - (993,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1064,2,0,2,0,0,0,0,2000000033,0,0,0,0,0,0,0,''), - (1064,3,15,6657,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1064,4,10,4068,433000,0,0,0,0,0,0,0,-1067.22,-213.737,160.473,5.25037,'Summon Serpent Messenger'), - (1064,8,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1064,8,0,0,0,0,0,0,2000000093,0,0,0,0,0,0,0,''), - (1090,5,26,0,0,3999,10,3,0,0,0,0,0,0,0,0,'aggro nearby mob if possible'), - (1090,60,10,3998,60000,0,0,0,0,0,0,0,942.28,-254.49,-2.38,0,'summon first wave'), - (1090,60,10,3998,60000,0,0,0,0,0,0,0,938.3,-257.35,-2.22,0,'summon first wave'), - (1090,60,10,4001,60000,0,0,0,0,0,0,0,938.52,-253.2,-2.08,0,'summon first wave'), - (1090,149,34,317,1090,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (1090,149,34,318,1090,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (1090,150,10,4002,60000,0,0,0,0,0,0,0,938.3,-257.35,-2.22,0,'summon second wave'), - (1090,150,10,4002,60000,0,0,0,0,0,0,0,942.28,-254.49,-2.38,0,'summon second wave'), - (1090,150,10,4003,60000,0,0,0,0,0,0,0,938.52,-253.2,-2.08,0,'summon second wave'), - (1090,150,10,4003,60000,0,0,0,0,0,0,0,939.51,-253.11,-2.02,0,'summon second wave'), - (1090,150,10,4004,60000,0,0,0,0,0,0,0,938.3,-257.35,-2.22,0,'summon second wave'), - (1090,239,34,317,1090,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (1090,239,34,318,1090,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (1090,240,10,4001,60000,0,0,0,0,0,0,0,938.3,-257.35,-2.22,0,'summon third wave'), - (1090,240,10,4001,60000,0,0,0,0,0,0,0,942.28,-254.49,-2.38,0,'summon third wave'), - (1090,240,10,4001,60000,0,0,0,0,0,0,0,938.52,-253.2,-2.08,0,'summon third wave'), - (1090,240,10,4004,60000,0,0,0,0,0,0,0,939.51,-253.11,-2.02,0,'summon third wave'), - (1090,419,34,317,1090,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (1090,419,34,318,1090,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (1090,420,7,1090,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete'), - (1149,0,0,0,0,0,0,0,2000000042,0,0,0,0,0,0,0,''), - (1221,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1221,0,0,0,0,0,0,0,2000000107,0,0,0,0,0,0,0,''), - (1221,2,3,0,0,0,0,0,0,0,0,0,-929.023,-3696.98,7.97395,1.7352,''), - (1221,5,1,25,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1221,8,3,0,0,0,0,0,0,0,0,0,-928.778,-3697.25,7.99705,6.17741,''), - (1221,9,3,0,0,0,0,0,0,0,0,0,-928.982,-3697.23,8.06642,3.08923,''), - (1447,1,10,4969,300000,0,0,0,0,0,0,0,-8672.33,442.88,99.98,3.5,''), - (1447,1,10,4969,300000,0,0,0,0,0,0,0,-8691.59,441.66,99.41,6.1,''), - (1713,1,29,2,2,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), - (1713,1,0,0,0,0,0,0,2000000029,0,0,0,0,0,0,0,''), - (1713,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (1957,1,9,28294,600,0,0,0,0,0,0,0,0,0,0,0,''), - (1957,5,10,6550,600000,0,0,0,0,0,0,0,-4019.22,-3383.91,38.2265,2.7963,''), - (1957,5,10,6550,600000,0,0,0,0,0,0,0,-4019.99,-3394.54,38.5507,1.8342,''), - (1957,20,10,6550,600000,0,0,0,0,0,0,0,-4013.29,-3385.14,38.4656,2.3801,''), - (1957,20,10,6550,600000,0,0,0,0,0,0,0,-4019.22,-3383.91,38.2265,2.7963,''), - (1957,35,10,6550,600000,0,0,0,0,0,0,0,-4013.29,-3385.14,38.4656,2.3801,''), - (1957,35,10,6550,600000,0,0,0,0,0,0,0,-4019.99,-3394.54,38.5507,1.8342,''), - (1957,70,10,6550,600000,0,0,0,0,0,0,0,-4013.29,-3385.14,38.4656,2.3801,''), - (1957,70,10,6550,600000,0,0,0,0,0,0,0,-4019.99,-3394.54,38.5507,1.8342,''), - (1957,70,10,6550,600000,0,0,0,0,0,0,0,-4019.22,-3383.91,38.2265,2.7963,''), - (1957,120,10,6550,600000,0,0,0,0,0,0,0,-4019.22,-3383.91,38.2265,2.7963,''), - (1957,120,10,6550,600000,0,0,0,0,0,0,0,-4019.99,-3394.54,38.5507,1.8342,''), - (1957,120,10,6550,600000,0,0,0,0,0,0,0,-4013.29,-3385.14,38.4656,2.3801,''), - (2278,2,10,7172,0,0,0,0,0,0,0,0,148.761,309.447,-52.2059,5.16299,'summon: Lore Keeper of Norgannon'), - (2278,1,31,7172,50,0,0,8,0,0,0,0,0,0,0,0,'search for 7172'), - (2480,2,3,0,0,0,0,0,0,0,0,0,-4.33,-900.68,57.54,1.54,''), - (2480,20,0,0,0,0,0,0,2000000026,0,0,0,0,0,0,0,''), - (2480,30,7,2480,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2480,31,3,0,0,0,0,0,0,0,0,0,-4.66,-903.92,57.54,3.48,''), - (2608,1,1,353,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2608,3,0,0,0,0,0,0,2000000020,0,0,0,0,0,0,0,''), - (2608,6,0,0,0,0,0,0,2000000021,0,0,0,0,0,0,0,''), - (2608,10,3,0,0,0,0,0,0,0,0,0,-8805.29,338.5,95.09,1.7,''), - (2608,17,3,0,0,0,0,0,0,0,0,0,-8804.15,325.58,95.09,4.9,''), - (2608,25,3,0,0,0,0,0,0,0,0,0,-8805.56,331.96,95.09,3.15,''), - (2608,28,7,2608,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2701,0,9,44732,600,0,0,0,0,0,0,0,0,0,0,0,''), - (2701,0,9,44733,600,0,0,0,0,0,0,0,0,0,0,0,''), - (2702,1,10,7750,900000,0,0,0,0,0,0,0,-10630.3,-2987.05,28.96,4.54,''), - (2755,5,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2755,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2755,35,7,2755,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2765,2,3,0,0,0,0,0,0,0,0,0,-12033.3,-1009.85,49.87,5.42,''), - (2765,4,1,16,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2765,8,3,0,0,0,0,0,0,0,0,0,-12040,-1006.27,49.62,2.55,''), - (2765,12,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2765,14,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2765,18,3,0,0,0,0,0,0,0,0,0,-12037.8,-1004.74,49.53,2.18,''), - (2765,22,1,16,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2765,28,3,0,0,0,0,0,0,0,0,0,-12040.7,-1009.02,49.42,3.63,''), - (2765,32,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2765,34,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2765,37,3,0,0,0,0,0,0,0,0,0,-12035.4,-1006.07,49.5,3.78,''), - (2765,40,7,2765,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2843,10,7,2843,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3321,2,3,0,0,0,0,0,0,0,0,0,-7197.78,-3765.41,8.79,1.19,''), - (3321,4,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3321,6,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3321,8,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3321,10,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3321,12,3,0,0,0,0,0,0,0,0,0,-7197.94,-3767.04,8.77,5.03,''), - (3321,15,7,3321,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3382,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Calia active'), - (3382,1,0,0,0,0,0,0,2000000466,0,0,0,0,0,0,0,''), - (3382,1,22,495,1,0,0,0,0,0,0,0,0,0,0,0,'temp faction'), - (3382,2,15,6245,0,8386,35900,23,0,0,0,0,0,0,0,0,''), - (3382,2,15,6245,0,8386,35905,23,0,0,0,0,0,0,0,0,''), - (3382,2,15,6245,0,8386,35906,23,0,0,0,0,0,0,0,0,''), - (3382,2,15,6245,0,8386,35904,23,0,0,0,0,0,0,0,0,''), - (3382,2,15,6245,0,8386,35903,23,0,0,0,0,0,0,0,0,''), - (3382,3,22,495,1,8386,35900,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,3,22,495,1,8386,35905,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,3,22,495,1,8386,35906,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,3,22,495,1,8386,35904,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,3,22,495,1,8386,35903,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,4,22,495,1,8381,35890,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,4,22,495,1,8378,35884,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,4,22,495,1,8382,35891,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,4,22,495,1,8382,35891,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,5,22,495,1,8386,35899,23,0,0,0,0,0,0,0,0,'temp faction'), - (3382,5,10,12205,300000,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'1st wave'), - (3382,6,10,12204,300000,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'1st wave'), - (3382,6,10,12204,300000,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'1st wave'), - (3382,6,10,12204,300000,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'1st wave'), - (3382,59,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (3382,59,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (3382,60,10,12204,300000,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'2nd wave'), - (3382,61,10,12204,300000,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'2nd wave'), - (3382,61,10,12205,300000,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'2nd wave'), - (3382,62,10,12204,300000,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'2nd wave'), - (3382,114,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (3382,114,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (3382,115,10,12204,300000,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'3rd wave'), - (3382,115,10,12205,300000,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'3rd wave'), - (3382,116,10,12204,300000,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'3rd wave'), - (3382,116,10,12204,300000,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'3rd wave'), - (3382,169,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (3382,169,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (3382,170,10,12204,300000,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'4th wave'), - (3382,170,10,12204,300000,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'4th wave'), - (3382,170,10,12204,300000,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'4th wave'), - (3382,170,10,12205,300000,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'4th wave'), - (3382,224,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (3382,224,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (3382,225,10,12205,300000,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'5th wave'), - (3382,226,10,12204,300000,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'5th wave'), - (3382,226,10,12204,300000,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'5th wave'), - (3382,227,10,12205,300000,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'5th wave'), - (3382,279,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (3382,279,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (3382,280,10,12205,300000,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'final wave'), - (3382,281,10,12204,300000,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'final wave'), - (3382,281,10,12204,300000,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'final wave'), - (3382,282,10,12205,300000,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'final wave'), - (3382,334,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (3382,334,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (3382,335,7,3382,0,0,0,0,0,0,0,0,0,0,0,0,'quest credit'), - (3382,337,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calia unactive'), - (3453,10,15,12511,0,0,0,4,0,0,0,0,0,0,0,0,''), - (3453,18,15,12511,0,0,0,4,0,0,0,0,0,0,0,0,''), - (3453,25,15,12511,0,0,0,4,0,0,0,0,0,0,0,0,''), - (3453,35,0,0,0,0,0,0,2000000019,0,0,0,0,0,0,0,''), - (3453,40,15,12512,0,0,0,4,0,0,0,0,0,0,0,0,''), - (3453,41,9,24166,180,0,0,0,0,0,0,0,0,0,0,0,''), - (3453,43,9,16762,178,0,0,0,0,0,0,0,0,0,0,0,''), - (3453,50,0,0,0,0,0,0,2000000044,0,0,0,0,0,0,0,''), - (3453,50,7,3453,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3566,2,10,8421,120000,0,0,0,0,0,0,0,-6462.33,-1240.68,180.285,3.40242,'spawn Dorius'), - (3625,2,3,0,0,0,0,0,0,0,0,0,-12040.5,-1008.7,49.4,3.66,''), - (3625,6,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3625,8,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3625,10,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3625,12,1,28,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3625,14,3,0,0,0,0,0,0,0,0,0,-12033.3,-1004.47,49.78,3.96,''), - (3625,15,7,3625,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4023,5,10,9461,60000,0,0,0,0,0,0,0,-7672.74,-2973.34,132.52,1.86749,''), - (4265,1,10,9546,18000,0,0,0,0,0,0,0,-5323.11,431.63,12.11,3.6,'Spawn/despawn Raschal the Courier'), - (4265,2,0,0,0,9546,30,7,2000000131,0,0,0,0,0,0,0,'Raschal the Courier Gossip 1'), - (4265,2,1,64,0,9546,30,7,0,0,0,0,0,0,0,0,'Emote Stun - Raschal the Courier'), - (4265,6,1,0,0,9546,30,7,0,0,0,0,0,0,0,0,'Emote None - Raschal the Courier'), - (4265,7,0,0,0,9546,30,7,2000000132,0,0,0,0,0,0,0,'Raschal the Courier Gossip 2'), - (4265,7,1,1,0,9546,30,7,0,0,0,0,0,0,0,0,'Emote Talk - Raschal the Courier'), - (4265,13,1,2,0,9546,30,7,0,0,0,0,0,0,0,0,'Emote Bow - Raschal the Courier'), - (4265,14,7,4265,80,0,0,0,0,0,0,0,0,0,0,0,'Complete quest objective'), - (4321,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4321,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), - (4450,8,9,47578,300,0,0,0,0,0,0,0,0,0,0,0,''), - (4961,0,0,0,0,0,0,0,2000000032,0,0,0,0,0,0,0,''), - (4961,2,15,9097,0,0,0,4,0,0,0,0,0,0,0,0,''), - (4975,10,7,4975,25,0,0,0,0,0,0,0,0,0,0,0,''), - (5162,0,15,17168,2,0,0,0,0,0,0,0,0,0,0,0,'Cast Haleh\'s Will on Player'), - (5162,11,6,0,0,0,0,0,0,0,0,0,1535,-2629,380,0,'Teleport Player to Western Plaguelands'), - (5713,0,0,0,0,0,0,0,2000005627,0,0,0,0,0,0,0,'say_protect_1'), - (5713,5,10,11713,60000,0,0,0,0,0,0,0,4371.17,-11.965,67.64,0,'summon first wave'), - (5713,5,10,11713,60000,0,0,0,0,0,0,0,4368.29,-13.418,67.81,0,'summon first wave'), - (5713,50,34,317,5713,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (5713,50,34,318,5713,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (5713,55,10,11713,60000,0,0,0,0,0,0,0,4371.17,-11.965,67.64,0,'summon second wave'), - (5713,55,10,11713,60000,0,0,0,0,0,0,0,4368.29,-13.418,67.81,0,'summon second wave'), - (5713,55,10,11713,60000,0,0,0,0,0,0,0,4368.86,-15.438,68.36,0,'summon second wave'), - (5713,70,34,317,5713,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (5713,70,34,318,5713,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (5713,75,0,0,0,0,0,0,2000005628,0,0,0,0,0,0,0,'say_protect_2'), - (5713,75,10,11714,60000,0,0,0,0,0,0,0,4371.17,-11.965,67.64,0,'summon third wave'), - (5713,160,34,317,5713,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (5713,160,34,318,5713,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (5713,165,7,5713,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete'), - (5713,168,0,0,0,0,0,0,2000005629,0,0,0,0,0,0,0,'say_protect_3'), - (5713,170,0,0,0,0,0,0,2000005630,0,0,0,0,0,0,0,'say_protect_4'), - (5713,173,0,0,0,0,0,0,2000005631,0,0,0,0,0,0,0,'say_protect_5'), - (5713,175,25,1,0,0,0,4,0,0,0,0,0,0,0,0,'set run on'), - (5713,175,20,2,0,0,0,4,0,0,0,0,0,0,0,0,'start wp move'), - (5713,175,18,20000,0,0,0,4,0,0,0,0,0,0,0,0,'despawn on timer'), - (6482,0,11,48166,30,0,0,0,0,0,0,0,0,0,0,0,''), - (7029,2,0,0,0,0,0,0,2000005465,0,0,0,0,0,0,0,''), - (7041,0,0,0,0,0,0,0,2000005465,0,0,0,0,0,0,0,'Talendria - Talk'), - (7046,0,0,0,0,0,0,0,2000005646,0,0,0,0,0,0,0,'Celebras Scepter Event'), - (7046,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'Remove flags'), - (7046,2,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'set run'), - (7046,3,3,0,0,0,0,0,0,0,0,0,654.905,87.382,-86.8597,5.06689,'move'), - (7046,8,20,2,0,0,0,0,0,0,0,0,0,0,0,0,'movement changed to 2:waypoint'), - (7046,10,0,0,0,0,0,0,2000005647,0,0,0,0,0,0,0,'Celebras Scepter Event'), - (7046,13,0,0,0,0,0,0,2000005648,0,0,0,0,0,0,0,'Celebras Scepter Event'), - (8305,5,15,25201,0,0,0,0,0,0,0,0,0,0,0,0,''), - (8447,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag removed'), - (8447,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Remulos active'), - (8447,3,0,0,0,0,0,0,2000000375,0,0,0,0,0,0,0,''), - (8447,6,3,0,0,0,0,0,0,0,0,0,7841.78,-2226.41,468.062,4.27031,''), - (8447,7,3,0,0,0,0,0,0,0,0,0,7828.99,-2246.58,463.559,4.44419,''), - (8447,11,3,0,0,0,0,0,0,0,0,0,7824.59,-2280.33,459.171,4.52666,''), - (8447,16,3,0,0,0,0,0,0,0,0,0,7817.51,-2302.91,456.077,3.83315,''), - (8447,19,3,0,0,0,0,0,0,0,0,0,7808.83,-2304.32,455.411,3.81116,''), - (8447,21,3,0,0,0,0,0,0,0,0,0,7788.35,-2321.57,454.651,3.49596,''), - (8447,24,3,0,0,0,0,0,0,0,0,0,7775.52,-2324.3,454.189,3.10954,''), - (8447,26,3,0,0,0,0,0,0,0,0,0,7755.16,-2315.33,455.235,2.95796,''), - (8447,31,32,1,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), - (8447,35,0,0,0,0,0,0,2000000376,0,0,0,0,0,0,0,''), - (8447,40,15,25004,0,0,0,0,0,0,0,0,0,0,0,0,''), - (8447,50,10,15362,180000,0,0,0,0,0,0,0,7738.52,-2314.8,454.679,0.046443,'summon'), - (8447,51,15,17321,0,15362,20,7,0,0,0,0,0,0,0,0,'cast spirit spawn-in'), - (8447,54,0,0,0,0,0,0,2000000377,0,0,0,0,0,0,0,''), - (8447,57,0,0,0,15362,20,7,2000000378,0,0,0,0,0,0,0,''), - (8447,61,1,0,0,15362,20,7,0,0,0,0,0,0,0,0,''), - (8447,62,0,0,0,0,0,0,2000000379,0,0,0,0,0,0,0,''), - (8447,70,0,0,0,15362,20,7,2000000380,0,0,0,0,0,0,0,''), - (8447,80,1,0,0,15362,20,7,0,0,0,0,0,0,0,0,''), - (8447,81,0,0,0,0,0,0,2000000381,0,0,0,0,0,0,0,''), - (8447,84,0,0,0,15362,20,7,2000000382,0,0,0,0,0,0,0,''), - (8447,89,0,0,0,0,0,0,2000000383,0,0,0,0,0,0,0,''), - (8447,99,0,0,0,15362,20,7,2000000384,0,0,0,0,0,0,0,''), - (8447,116,1,0,0,15362,20,7,0,0,0,0,0,0,0,0,''), - (8447,117,0,0,0,15362,20,7,2000000385,0,0,0,0,0,0,0,''), - (8447,121,1,0,0,15362,20,7,0,0,0,0,0,0,0,0,''), - (8447,122,0,0,0,0,0,0,2000000386,0,0,0,0,0,0,0,''), - (8447,125,18,0,0,15362,20,7,0,0,0,0,0,0,0,0,'malfurion desp'), - (8447,125,7,8447,0,0,0,0,0,0,0,0,0,0,0,0,''), - (8447,126,0,0,0,0,0,0,2000000387,0,0,0,0,0,0,0,''), - (8447,128,3,0,0,0,0,0,0,0,0,0,7848.3,-2216.35,470.888,0.572632,''), - (8447,148,3,0,0,0,0,0,0,0,0,0,0,0,0,3.90954,''), - (8447,149,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag added'), - (8447,149,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remulos unactive'), - (4321,2,0,0,0,0,0,0,2000000030,0,0,0,0,0,0,0,''), - (4321,5,1,22,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4321,5,7,4321,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4321,6,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), - (3982,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'Gor\'shak active'), - (3982,1,22,495,1,0,0,0,0,0,0,0,0,0,0,0,'temp faction'), - (3982,1,0,0,0,0,0,0,2000000186,0,0,0,0,0,0,0,'say'), - (3982,3,10,8891,300000,0,0,0,0,0,0,0,379.509,-191.971,-69.718,3.4033,'1st wave'), - (3982,4,3,0,0,8891,20,0,0,0,0,0,372.17,-178.3,-70.03,3.4033,'move inside cell'), - (3982,4,10,8891,300000,0,0,0,0,0,0,0,376.053,-192.092,-70.561,1.8162,'1st wave'), - (3982,4,10,8891,300000,0,0,0,0,0,0,0,374.817,-190.909,-70.725,1.2256,'1st wave'), - (3982,43,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (3982,44,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (3982,45,10,9398,300000,0,0,0,0,0,0,0,379.509,-191.971,-69.718,3.4033,'2nd wave'), - (3982,46,3,0,0,9398,20,0,0,0,0,0,372.17,-178.3,-70.03,3.4033,'move inside cell'), - (3982,46,10,8891,300000,0,0,0,0,0,0,0,376.053,-192.092,-70.561,1.8162,'2nd wave'), - (3982,46,10,8891,300000,0,0,0,0,0,0,0,374.817,-190.909,-70.725,1.2256,'2nd wave'), - (3982,97,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), - (3982,97,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), - (3982,98,7,3982,0,0,0,0,0,0,0,0,0,0,0,0,'quest credit'), - (3982,99,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gor\'shak unactive'), - (2278,4,0,0,0,7172,50,7,2000000817,0,0,0,0,0,0,0,'7172 yell'), - (5321,1,16,6209,2,0,0,0,0,0,0,0,0,0,0,0,''), - (5821,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cork - run off'), - (5821,1,25,0,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger - run off'), - (5821,2,25,0,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - run off'), - (5821,3,25,0,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - run off'), - (5821,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'Remove quest and Gossip Flag'), - (5821,4,22,113,59,11626,60,7,0,0,0,0,0,0,0,0,'Rigger - faction update'), - (5821,5,22,113,59,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - faction update'), - (5821,6,22,113,59,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - faction update'), - (5821,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), - (5943,0,25,0,0,11625,100,7,0,0,0,0,0,0,0,0,'Cork - run off'), - (5943,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rigger - run off'), - (5943,0,25,0,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - run off'), - (5943,0,25,0,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - run off'), - (5943,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'Remove quest and Gossip Flag'), - (5943,0,22,113,59,11625,60,7,0,0,0,0,0,0,0,0,'Cork - faction update'), - (5943,0,22,113,59,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - faction update'), - (5943,0,22,113,59,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - faction update'), - (5943,2,32,0,0,11625,40,7,0,0,0,0,0,0,0,0,'Cork - unpause WP movement'), - (3508,2,15,12655,0,0,0,0,0,0,0,0,0,0,0,0,'cast Enlightment on self'), - (3508,8,7,3508,10,0,0,0,0,0,0,0,0,0,0,0,'Quest credit for q3508'); + (54,1,15,6245,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (54,2,1,113,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (68,0,10,2044,300000,0,0,0,0,0,0,0,0,-10953.3,1568.47,46.978,3.392,'spawns Forlorn Spirit'), + (68,3,26,0,0,0,2044,25,2,0,0,0,0,0,0,0,0,'forces Forlorn Spirit to attack player'), + (74,0,10,2044,300000,0,0,0,0,0,0,0,0,-8842.54,983.34,98.52,5.9781,'spawns Forlorn Spirit'), + (74,3,26,0,0,0,2044,25,2,0,0,0,0,0,0,0,0,'forces Forlorn Spirit to attack player'), + (114,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (409,3,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (434,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npc_flag removed'), + (434,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,6.26784,''), + (434,3,1,69,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (434,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (434,8,0,0,0,0,8856,15,7,2000000170,0,0,0,0,0,0,0,'force buddy to: say text'), + (434,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (434,10,15,7671,0,0,8856,15,7,0,0,0,0,0,0,0,0,'cast 7671 on buddy'), + (434,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.251,''), + (434,11,23,7779,0,0,8856,15,7,0,0,0,0,0,0,0,0,'morph into 7779'), + (434,11,0,0,0,0,0,0,0,2000000171,0,0,0,0,0,0,0,''), + (434,15,20,2,0,0,8856,50,7,0,0,0,0,0,0,0,0,'movement chenged to 2:waypoint'), + (434,177,7,434,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (434,210,3,0,0,0,1756,10523,23,0,0,0,0,0,0,0,0.711,''), + (434,210,3,0,0,0,1756,10524,23,0,0,0,0,0,0,0,3.773,''), + (667,0,0,0,0,0,0,0,0,2000005632,0,0,0,0,0,0,0,'say_protect_1'), + (667,20,10,2775,60000,0,0,0,0,0,0,0,0,-2158.56,-1972.46,15.812,0,'summon first wave'), + (667,20,10,2775,60000,0,0,0,0,0,0,0,0,-2153.3,-1969.01,15.628,0,'summon first wave'), + (667,20,10,2775,60000,0,0,0,0,0,0,0,0,-2155.72,-1970.6,15.327,0,'summon first wave'), + (667,50,34,317,667,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (667,50,34,318,667,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (667,55,10,2775,60000,0,0,0,0,0,0,0,0,-2158.56,-1972.46,15.812,0,'summon second wave'), + (667,55,10,2775,60000,0,0,0,0,0,0,0,0,-2153.3,-1969.01,15.628,0,'summon second wave'), + (667,55,10,2775,60000,0,0,0,0,0,0,0,0,-2155.72,-1970.6,15.327,0,'summon second wave'), + (667,65,0,0,0,0,0,0,0,2000005633,0,0,0,0,0,0,0,'say_protect_2'), + (667,100,34,317,667,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (667,100,34,318,667,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (667,110,10,2775,60000,0,0,0,0,0,0,0,0,-2158.56,-1972.46,15.812,0,'summon third wave'), + (667,130,10,2775,60000,0,0,0,0,0,0,0,0,-2153.3,-1969.01,15.628,0,'summon second wave'), + (667,130,10,2775,60000,0,0,0,0,0,0,0,0,-2155.72,-1970.6,15.327,0,'summon second wave'), + (667,190,34,317,667,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (667,190,34,318,667,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (667,195,7,667,0,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete'), + (753,0,0,0,0,0,0,0,0,2000000003,0,0,0,0,0,0,0,''), + (778,4,15,5001,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (778,5,10,2919,240000,0,0,0,0,0,0,0,0,-6666.27,-2728.12,243.136,6.28,''), + (778,5,15,5002,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (947,1,0,0,2,0,0,0,0,2000000000,0,0,0,0,0,0,0,''), + (947,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (947,5,0,0,2,0,0,0,0,2000000001,0,0,0,0,0,0,0,''), + (975,10,7,975,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (986,0,10,6086,10000,0,0,0,0,0,0,0,0,6435.25,368.004,13.9412,0,''), + (986,5,0,0,0,0,0,0,0,2000000009,0,0,0,0,0,0,0,''), + (986,7,0,0,0,0,0,0,0,2000000010,0,0,0,0,0,0,0,''), + (986,9,0,0,0,0,0,0,0,2000000011,0,0,0,0,0,0,0,''), + (993,1,15,10403,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (993,1,0,0,0,0,0,0,0,2000000023,0,0,0,0,0,0,0,''), + (993,4,0,0,0,0,0,0,0,2000000022,0,0,0,0,0,0,0,''), + (993,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1064,2,0,0,0,0,0,0,0,2000000033,0,0,0,0,0,0,0,''), + (1064,3,15,6657,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1064,4,10,4068,433000,0,0,0,0,0,0,0,0,-1067.22,-213.737,160.473,5.25037,'Summon Serpent Messenger'), + (1064,8,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1064,8,0,0,0,0,0,0,0,2000000093,0,0,0,0,0,0,0,''), + (1090,5,26,0,0,0,3999,10,3,0,0,0,0,0,0,0,0,'aggro nearby mob if possible'), + (1090,60,10,3998,60000,0,0,0,0,0,0,0,0,942.28,-254.49,-2.38,0,'summon first wave'), + (1090,60,10,3998,60000,0,0,0,0,0,0,0,0,938.3,-257.35,-2.22,0,'summon first wave'), + (1090,60,10,4001,60000,0,0,0,0,0,0,0,0,938.52,-253.2,-2.08,0,'summon first wave'), + (1090,149,34,317,1090,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (1090,149,34,318,1090,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (1090,150,10,4002,60000,0,0,0,0,0,0,0,0,938.3,-257.35,-2.22,0,'summon second wave'), + (1090,150,10,4002,60000,0,0,0,0,0,0,0,0,942.28,-254.49,-2.38,0,'summon second wave'), + (1090,150,10,4003,60000,0,0,0,0,0,0,0,0,938.52,-253.2,-2.08,0,'summon second wave'), + (1090,150,10,4003,60000,0,0,0,0,0,0,0,0,939.51,-253.11,-2.02,0,'summon second wave'), + (1090,150,10,4004,60000,0,0,0,0,0,0,0,0,938.3,-257.35,-2.22,0,'summon second wave'), + (1090,239,34,317,1090,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (1090,239,34,318,1090,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (1090,240,10,4001,60000,0,0,0,0,0,0,0,0,938.3,-257.35,-2.22,0,'summon third wave'), + (1090,240,10,4001,60000,0,0,0,0,0,0,0,0,942.28,-254.49,-2.38,0,'summon third wave'), + (1090,240,10,4001,60000,0,0,0,0,0,0,0,0,938.52,-253.2,-2.08,0,'summon third wave'), + (1090,240,10,4004,60000,0,0,0,0,0,0,0,0,939.51,-253.11,-2.02,0,'summon third wave'), + (1090,419,34,317,1090,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (1090,419,34,318,1090,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (1090,420,7,1090,0,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete'), + (1149,0,0,0,0,0,0,0,0,2000000042,0,0,0,0,0,0,0,''), + (1221,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1221,0,0,0,0,0,0,0,0,2000000107,0,0,0,0,0,0,0,''), + (1221,2,3,0,0,0,0,0,0,0,0,0,0,-929.023,-3696.98,7.97395,1.7352,''), + (1221,5,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1221,8,3,0,0,0,0,0,0,0,0,0,0,-928.778,-3697.25,7.99705,6.17741,''), + (1221,9,3,0,0,0,0,0,0,0,0,0,0,-928.982,-3697.23,8.06642,3.08923,''), + (1447,1,10,4969,300000,0,0,0,0,0,0,0,0,-8672.33,442.88,99.98,3.5,''), + (1447,1,10,4969,300000,0,0,0,0,0,0,0,0,-8691.59,441.66,99.41,6.1,''), + (1713,1,29,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), + (1713,1,0,0,0,0,0,0,0,2000000029,0,0,0,0,0,0,0,''), + (1713,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (1957,1,9,28294,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1957,5,10,6550,600000,0,0,0,0,0,0,0,0,-4019.22,-3383.91,38.2265,2.7963,''), + (1957,5,10,6550,600000,0,0,0,0,0,0,0,0,-4019.99,-3394.54,38.5507,1.8342,''), + (1957,20,10,6550,600000,0,0,0,0,0,0,0,0,-4013.29,-3385.14,38.4656,2.3801,''), + (1957,20,10,6550,600000,0,0,0,0,0,0,0,0,-4019.22,-3383.91,38.2265,2.7963,''), + (1957,35,10,6550,600000,0,0,0,0,0,0,0,0,-4013.29,-3385.14,38.4656,2.3801,''), + (1957,35,10,6550,600000,0,0,0,0,0,0,0,0,-4019.99,-3394.54,38.5507,1.8342,''), + (1957,70,10,6550,600000,0,0,0,0,0,0,0,0,-4013.29,-3385.14,38.4656,2.3801,''), + (1957,70,10,6550,600000,0,0,0,0,0,0,0,0,-4019.99,-3394.54,38.5507,1.8342,''), + (1957,70,10,6550,600000,0,0,0,0,0,0,0,0,-4019.22,-3383.91,38.2265,2.7963,''), + (1957,120,10,6550,600000,0,0,0,0,0,0,0,0,-4019.22,-3383.91,38.2265,2.7963,''), + (1957,120,10,6550,600000,0,0,0,0,0,0,0,0,-4019.99,-3394.54,38.5507,1.8342,''), + (1957,120,10,6550,600000,0,0,0,0,0,0,0,0,-4013.29,-3385.14,38.4656,2.3801,''), + (2278,2,10,7172,0,0,0,0,0,0,0,0,0,148.761,309.447,-52.2059,5.16299,'summon: Lore Keeper of Norgannon'), + (2278,1,31,7172,50,0,0,0,8,0,0,0,0,0,0,0,0,'search for 7172'), + (2480,2,3,0,0,0,0,0,0,0,0,0,0,-4.33,-900.68,57.54,1.54,''), + (2480,20,0,0,0,0,0,0,0,2000000026,0,0,0,0,0,0,0,''), + (2480,30,7,2480,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2480,31,3,0,0,0,0,0,0,0,0,0,0,-4.66,-903.92,57.54,3.48,''), + (2608,1,1,353,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2608,3,0,0,0,0,0,0,0,2000000020,0,0,0,0,0,0,0,''), + (2608,6,0,0,0,0,0,0,0,2000000021,0,0,0,0,0,0,0,''), + (2608,10,3,0,0,0,0,0,0,0,0,0,0,-8805.29,338.5,95.09,1.7,''), + (2608,17,3,0,0,0,0,0,0,0,0,0,0,-8804.15,325.58,95.09,4.9,''), + (2608,25,3,0,0,0,0,0,0,0,0,0,0,-8805.56,331.96,95.09,3.15,''), + (2608,28,7,2608,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2701,0,9,44732,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2701,0,9,44733,600,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2702,1,10,7750,900000,0,0,0,0,0,0,0,0,-10630.3,-2987.05,28.96,4.54,''), + (2755,5,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2755,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2755,35,7,2755,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2765,2,3,0,0,0,0,0,0,0,0,0,0,-12033.3,-1009.85,49.87,5.42,''), + (2765,4,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2765,8,3,0,0,0,0,0,0,0,0,0,0,-12040,-1006.27,49.62,2.55,''), + (2765,12,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2765,14,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2765,18,3,0,0,0,0,0,0,0,0,0,0,-12037.8,-1004.74,49.53,2.18,''), + (2765,22,1,16,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2765,28,3,0,0,0,0,0,0,0,0,0,0,-12040.7,-1009.02,49.42,3.63,''), + (2765,32,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2765,34,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2765,37,3,0,0,0,0,0,0,0,0,0,0,-12035.4,-1006.07,49.5,3.78,''), + (2765,40,7,2765,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2843,10,7,2843,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3321,2,3,0,0,0,0,0,0,0,0,0,0,-7197.78,-3765.41,8.79,1.19,''), + (3321,4,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3321,6,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3321,8,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3321,10,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3321,12,3,0,0,0,0,0,0,0,0,0,0,-7197.94,-3767.04,8.77,5.03,''), + (3321,15,7,3321,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3382,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calia active'), + (3382,1,0,0,0,0,0,0,0,2000000466,0,0,0,0,0,0,0,''), + (3382,1,22,495,1,0,0,0,0,0,0,0,0,0,0,0,0,'temp faction'), + (3382,2,15,6245,0,0,8386,35900,23,0,0,0,0,0,0,0,0,''), + (3382,2,15,6245,0,0,8386,35905,23,0,0,0,0,0,0,0,0,''), + (3382,2,15,6245,0,0,8386,35906,23,0,0,0,0,0,0,0,0,''), + (3382,2,15,6245,0,0,8386,35904,23,0,0,0,0,0,0,0,0,''), + (3382,2,15,6245,0,0,8386,35903,23,0,0,0,0,0,0,0,0,''), + (3382,3,22,495,1,0,8386,35900,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,3,22,495,1,0,8386,35905,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,3,22,495,1,0,8386,35906,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,3,22,495,1,0,8386,35904,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,3,22,495,1,0,8386,35903,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,4,22,495,1,0,8381,35890,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,4,22,495,1,0,8378,35884,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,4,22,495,1,0,8382,35891,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,4,22,495,1,0,8382,35891,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,5,22,495,1,0,8386,35899,23,0,0,0,0,0,0,0,0,'temp faction'), + (3382,5,10,12205,300000,0,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'1st wave'), + (3382,6,10,12204,300000,0,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'1st wave'), + (3382,6,10,12204,300000,0,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'1st wave'), + (3382,6,10,12204,300000,0,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'1st wave'), + (3382,59,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (3382,59,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (3382,60,10,12204,300000,0,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'2nd wave'), + (3382,61,10,12204,300000,0,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'2nd wave'), + (3382,61,10,12205,300000,0,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'2nd wave'), + (3382,62,10,12204,300000,0,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'2nd wave'), + (3382,114,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (3382,114,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (3382,115,10,12204,300000,0,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'3rd wave'), + (3382,115,10,12205,300000,0,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'3rd wave'), + (3382,116,10,12204,300000,0,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'3rd wave'), + (3382,116,10,12204,300000,0,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'3rd wave'), + (3382,169,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (3382,169,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (3382,170,10,12204,300000,0,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'4th wave'), + (3382,170,10,12204,300000,0,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'4th wave'), + (3382,170,10,12204,300000,0,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'4th wave'), + (3382,170,10,12205,300000,0,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'4th wave'), + (3382,224,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (3382,224,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (3382,225,10,12205,300000,0,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'5th wave'), + (3382,226,10,12204,300000,0,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'5th wave'), + (3382,226,10,12204,300000,0,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'5th wave'), + (3382,227,10,12205,300000,0,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'5th wave'), + (3382,279,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (3382,279,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (3382,280,10,12205,300000,0,0,0,0,0,0,0,0,2370.83,-5893.06,10.6607,5.45564,'final wave'), + (3382,281,10,12204,300000,0,0,0,0,0,0,0,0,2367.58,-5889.81,11.3931,5.36209,'final wave'), + (3382,281,10,12204,300000,0,0,0,0,0,0,0,0,2369.53,-5888.84,11.2888,5.23643,'final wave'), + (3382,282,10,12205,300000,0,0,0,0,0,0,0,0,2366.15,-5891.65,11.72,5.46812,'final wave'), + (3382,334,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (3382,334,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (3382,335,7,3382,0,0,0,0,0,0,0,0,0,0,0,0,0,'quest credit'), + (3382,337,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calia unactive'), + (3453,10,15,12511,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (3453,18,15,12511,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (3453,25,15,12511,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (3453,35,0,0,0,0,0,0,0,2000000019,0,0,0,0,0,0,0,''), + (3453,40,15,12512,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (3453,41,9,24166,180,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3453,43,9,16762,178,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3453,50,0,0,0,0,0,0,0,2000000044,0,0,0,0,0,0,0,''), + (3453,50,7,3453,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3566,2,10,8421,120000,0,0,0,0,0,0,0,0,-6462.33,-1240.68,180.285,3.40242,'spawn Dorius'), + (3625,2,3,0,0,0,0,0,0,0,0,0,0,-12040.5,-1008.7,49.4,3.66,''), + (3625,6,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3625,8,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3625,10,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3625,12,1,28,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3625,14,3,0,0,0,0,0,0,0,0,0,0,-12033.3,-1004.47,49.78,3.96,''), + (3625,15,7,3625,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4023,5,10,9461,60000,0,0,0,0,0,0,0,0,-7672.74,-2973.34,132.52,1.86749,''), + (4265,1,10,9546,18000,0,0,0,0,0,0,0,0,-5323.11,431.63,12.11,3.6,'Spawn/despawn Raschal the Courier'), + (4265,2,0,0,0,0,9546,30,7,2000000131,0,0,0,0,0,0,0,'Raschal the Courier Gossip 1'), + (4265,2,1,64,0,0,9546,30,7,0,0,0,0,0,0,0,0,'Emote Stun - Raschal the Courier'), + (4265,6,1,0,0,0,9546,30,7,0,0,0,0,0,0,0,0,'Emote None - Raschal the Courier'), + (4265,7,0,0,0,0,9546,30,7,2000000132,0,0,0,0,0,0,0,'Raschal the Courier Gossip 2'), + (4265,7,1,1,0,0,9546,30,7,0,0,0,0,0,0,0,0,'Emote Talk - Raschal the Courier'), + (4265,13,1,2,0,0,9546,30,7,0,0,0,0,0,0,0,0,'Emote Bow - Raschal the Courier'), + (4265,14,7,4265,80,0,0,0,0,0,0,0,0,0,0,0,0,'Complete quest objective'), + (4321,1,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4321,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags removed'), + (4450,8,9,47578,300,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4961,0,0,0,0,0,0,0,0,2000000032,0,0,0,0,0,0,0,''), + (4961,2,15,9097,0,0,0,0,4,0,0,0,0,0,0,0,0,''), + (4975,10,7,4975,25,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5162,0,15,17168,2,0,0,0,0,0,0,0,0,0,0,0,0,'Cast Haleh\'s Will on Player'), + (5162,11,6,0,0,0,0,0,0,0,0,0,0,1535,-2629,380,0,'Teleport Player to Western Plaguelands'), + (5713,0,0,0,0,0,0,0,0,2000005627,0,0,0,0,0,0,0,'say_protect_1'), + (5713,5,10,11713,60000,0,0,0,0,0,0,0,0,4371.17,-11.965,67.64,0,'summon first wave'), + (5713,5,10,11713,60000,0,0,0,0,0,0,0,0,4368.29,-13.418,67.81,0,'summon first wave'), + (5713,50,34,317,5713,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (5713,50,34,318,5713,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (5713,55,10,11713,60000,0,0,0,0,0,0,0,0,4371.17,-11.965,67.64,0,'summon second wave'), + (5713,55,10,11713,60000,0,0,0,0,0,0,0,0,4368.29,-13.418,67.81,0,'summon second wave'), + (5713,55,10,11713,60000,0,0,0,0,0,0,0,0,4368.86,-15.438,68.36,0,'summon second wave'), + (5713,70,34,317,5713,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (5713,70,34,318,5713,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (5713,75,0,0,0,0,0,0,0,2000005628,0,0,0,0,0,0,0,'say_protect_2'), + (5713,75,10,11714,60000,0,0,0,0,0,0,0,0,4371.17,-11.965,67.64,0,'summon third wave'), + (5713,160,34,317,5713,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (5713,160,34,318,5713,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (5713,165,7,5713,0,0,0,0,0,0,0,0,0,0,0,0,0,'quest complete'), + (5713,168,0,0,0,0,0,0,0,2000005629,0,0,0,0,0,0,0,'say_protect_3'), + (5713,170,0,0,0,0,0,0,0,2000005630,0,0,0,0,0,0,0,'say_protect_4'), + (5713,173,0,0,0,0,0,0,0,2000005631,0,0,0,0,0,0,0,'say_protect_5'), + (5713,175,25,1,0,0,0,0,4,0,0,0,0,0,0,0,0,'set run on'), + (5713,175,20,2,0,0,0,0,4,0,0,0,0,0,0,0,0,'start wp move'), + (5713,175,18,20000,0,0,0,0,4,0,0,0,0,0,0,0,0,'despawn on timer'), + (6482,0,11,48166,30,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7029,2,0,0,0,0,0,0,0,2000005465,0,0,0,0,0,0,0,''), + (7041,0,0,0,0,0,0,0,0,2000005465,0,0,0,0,0,0,0,'Talendria - Talk'), + (7046,0,0,0,0,0,0,0,0,2000005646,0,0,0,0,0,0,0,'Celebras Scepter Event'), + (7046,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'Remove flags'), + (7046,2,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'set run'), + (7046,3,3,0,0,0,0,0,0,0,0,0,0,654.905,87.382,-86.8597,5.06689,'move'), + (7046,8,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'movement changed to 2:waypoint'), + (7046,10,0,0,0,0,0,0,0,2000005647,0,0,0,0,0,0,0,'Celebras Scepter Event'), + (7046,13,0,0,0,0,0,0,0,2000005648,0,0,0,0,0,0,0,'Celebras Scepter Event'), + (8305,5,15,25201,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (8447,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag removed'), + (8447,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remulos active'), + (8447,3,0,0,0,0,0,0,0,2000000375,0,0,0,0,0,0,0,''), + (8447,6,3,0,0,0,0,0,0,0,0,0,0,7841.78,-2226.41,468.062,4.27031,''), + (8447,7,3,0,0,0,0,0,0,0,0,0,0,7828.99,-2246.58,463.559,4.44419,''), + (8447,11,3,0,0,0,0,0,0,0,0,0,0,7824.59,-2280.33,459.171,4.52666,''), + (8447,16,3,0,0,0,0,0,0,0,0,0,0,7817.51,-2302.91,456.077,3.83315,''), + (8447,19,3,0,0,0,0,0,0,0,0,0,0,7808.83,-2304.32,455.411,3.81116,''), + (8447,21,3,0,0,0,0,0,0,0,0,0,0,7788.35,-2321.57,454.651,3.49596,''), + (8447,24,3,0,0,0,0,0,0,0,0,0,0,7775.52,-2324.3,454.189,3.10954,''), + (8447,26,3,0,0,0,0,0,0,0,0,0,0,7755.16,-2315.33,455.235,2.95796,''), + (8447,31,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'wp pause'), + (8447,35,0,0,0,0,0,0,0,2000000376,0,0,0,0,0,0,0,''), + (8447,40,15,25004,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (8447,50,10,15362,180000,0,0,0,0,0,0,0,0,7738.52,-2314.8,454.679,0.046443,'summon'), + (8447,51,15,17321,0,0,15362,20,7,0,0,0,0,0,0,0,0,'cast spirit spawn-in'), + (8447,54,0,0,0,0,0,0,0,2000000377,0,0,0,0,0,0,0,''), + (8447,57,0,0,0,0,15362,20,7,2000000378,0,0,0,0,0,0,0,''), + (8447,61,1,0,0,0,15362,20,7,0,0,0,0,0,0,0,0,''), + (8447,62,0,0,0,0,0,0,0,2000000379,0,0,0,0,0,0,0,''), + (8447,70,0,0,0,0,15362,20,7,2000000380,0,0,0,0,0,0,0,''), + (8447,80,1,0,0,0,15362,20,7,0,0,0,0,0,0,0,0,''), + (8447,81,0,0,0,0,0,0,0,2000000381,0,0,0,0,0,0,0,''), + (8447,84,0,0,0,0,15362,20,7,2000000382,0,0,0,0,0,0,0,''), + (8447,89,0,0,0,0,0,0,0,2000000383,0,0,0,0,0,0,0,''), + (8447,99,0,0,0,0,15362,20,7,2000000384,0,0,0,0,0,0,0,''), + (8447,116,1,0,0,0,15362,20,7,0,0,0,0,0,0,0,0,''), + (8447,117,0,0,0,0,15362,20,7,2000000385,0,0,0,0,0,0,0,''), + (8447,121,1,0,0,0,15362,20,7,0,0,0,0,0,0,0,0,''), + (8447,122,0,0,0,0,0,0,0,2000000386,0,0,0,0,0,0,0,''), + (8447,125,18,0,0,0,15362,20,7,0,0,0,0,0,0,0,0,'malfurion desp'), + (8447,125,7,8447,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (8447,126,0,0,0,0,0,0,0,2000000387,0,0,0,0,0,0,0,''), + (8447,128,3,0,0,0,0,0,0,0,0,0,0,7848.3,-2216.35,470.888,0.572632,''), + (8447,148,3,0,0,0,0,0,0,0,0,0,0,0,0,0,3.90954,''), + (8447,149,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'22832 - npc_flag added'), + (8447,149,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remulos unactive'), + (4321,2,0,0,0,0,0,0,0,2000000030,0,0,0,0,0,0,0,''), + (4321,5,1,22,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4321,5,7,4321,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4321,6,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'npcFlags added'), + (3982,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gor\'shak active'), + (3982,1,22,495,1,0,0,0,0,0,0,0,0,0,0,0,0,'temp faction'), + (3982,1,0,0,0,0,0,0,0,2000000186,0,0,0,0,0,0,0,'say'), + (3982,3,10,8891,300000,0,0,0,0,0,0,0,0,379.509,-191.971,-69.718,3.4033,'1st wave'), + (3982,4,3,0,0,0,8891,20,0,0,0,0,0,372.17,-178.3,-70.03,3.4033,'move inside cell'), + (3982,4,10,8891,300000,0,0,0,0,0,0,0,0,376.053,-192.092,-70.561,1.8162,'1st wave'), + (3982,4,10,8891,300000,0,0,0,0,0,0,0,0,374.817,-190.909,-70.725,1.2256,'1st wave'), + (3982,43,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (3982,44,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (3982,45,10,9398,300000,0,0,0,0,0,0,0,0,379.509,-191.971,-69.718,3.4033,'2nd wave'), + (3982,46,3,0,0,0,9398,20,0,0,0,0,0,372.17,-178.3,-70.03,3.4033,'move inside cell'), + (3982,46,10,8891,300000,0,0,0,0,0,0,0,0,376.053,-192.092,-70.561,1.8162,'2nd wave'), + (3982,46,10,8891,300000,0,0,0,0,0,0,0,0,374.817,-190.909,-70.725,1.2256,'2nd wave'), + (3982,97,34,317,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if player is dead or out of range'), + (3982,97,34,318,3382,0,0,0,0,0,0,0,0,0,0,0,0,'Stop script if npc is dead'), + (3982,98,7,3982,0,0,0,0,0,0,0,0,0,0,0,0,0,'quest credit'), + (3982,99,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gor\'shak unactive'), + (2278,4,0,0,0,0,7172,50,7,2000000817,0,0,0,0,0,0,0,'7172 yell'), + (5321,1,16,6209,2,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5821,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cork - run off'), + (5821,1,25,0,0,0,11626,100,7,0,0,0,0,0,0,0,0,'Rigger - run off'), + (5821,2,25,0,0,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - run off'), + (5821,3,25,0,0,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - run off'), + (5821,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'Remove quest and Gossip Flag'), + (5821,4,22,113,59,0,11626,60,7,0,0,0,0,0,0,0,0,'Rigger - faction update'), + (5821,5,22,113,59,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - faction update'), + (5821,6,22,113,59,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - faction update'), + (5821,6,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unpause WP movement'), + (5943,0,25,0,0,0,11625,100,7,0,0,0,0,0,0,0,0,'Cork - run off'), + (5943,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rigger - run off'), + (5943,0,25,0,0,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - run off'), + (5943,0,25,0,0,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - run off'), + (5943,1,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'Remove quest and Gossip Flag'), + (5943,0,22,113,59,0,11625,60,7,0,0,0,0,0,0,0,0,'Cork - faction update'), + (5943,0,22,113,59,0,11564,27289,23,0,0,0,0,0,0,0,0,'Kodo1 - faction update'), + (5943,0,22,113,59,0,11564,27290,23,0,0,0,0,0,0,0,0,'Kodo2 - faction update'), + (5943,2,32,0,0,0,11625,40,7,0,0,0,0,0,0,0,0,'Cork - unpause WP movement'), + (3508,2,15,12655,0,0,0,0,0,0,0,0,0,0,0,0,0,'cast Enlightment on self'), + (3508,8,7,3508,10,0,0,0,0,0,0,0,0,0,0,0,0,'Quest credit for q3508'), + (3129,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'active'), + (3129,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'quest flag removed'), + (3129,1,3,0,700,0,0,0,0,0,0,0,0,-4374.16,258.524,26.7082,3.89557,''), + (3129,3,3,0,700,0,0,0,0,0,0,0,0,-4377.55,256.056,26.5498,3.09839,''), + (3129,4,3,0,700,0,0,0,0,0,0,0,0,-4381.17,257.362,25.97,2.72925,''), + (3129,7,0,0,0,0,0,0,0,2000001117,0,0,0,0,0,0,0,''), + (3129,9,28,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), + (3129,17,0,0,0,0,0,0,0,2000001118,0,0,0,0,0,0,0,''), + (3129,18,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'), + (3129,20,3,0,700,0,0,0,0,0,0,0,0,-4377.8,256.578,26.441,1.36188,''), + (3129,21,3,0,700,0,0,0,0,0,0,0,0,-4375.68,269.717,25.4947,5.9719,''), + (3129,24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,4.72984,''), + (3129,24,29,3,1,0,0,0,0,0,0,0,0,0,0,0,0,'quest flag added'), + (3129,25,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'), + (1806,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'active'), + (1806,0,29,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'NpcFlags removed'), + (1806,1,3,0,0,0,0,0,0,0,0,0,0,-5094.52,-785.855,495.21,3.50204,''), + (1806,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,2.79125,''), + (1806,5,0,0,0,0,0,0,0,2000001143,0,0,0,0,0,0,0,''), + (1806,7,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1806,9,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1806,11,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1806,12,9,22030,10,0,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), + (1806,13,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1806,15,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1806,17,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1806,19,0,0,0,0,0,0,0,2000001144,0,0,0,0,0,0,0,''), + (1806,24,3,0,0,0,0,0,0,0,0,0,0,-5089.28,-782.95,495.279,0.504059,''), + (1806,27,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5.77704,''), + (1806,27,29,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'NpcFlags added'), + (1806,27,0,0,0,0,0,0,0,2000001145,0,0,0,0,0,0,0,''), + (1806,28,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'); /*!40000 ALTER TABLE `dbscripts_on_quest_start` ENABLE KEYS */; UNLOCK TABLES; @@ -418064,6 +421139,7 @@ CREATE TABLE `dbscripts_on_spell` ( `command` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong` mediumint(8) unsigned NOT NULL DEFAULT '0', `datalong2` int(10) unsigned NOT NULL DEFAULT '0', + `datalong3` int(11) unsigned NOT NULL DEFAULT '0', `buddy_entry` mediumint(8) unsigned NOT NULL DEFAULT '0', `search_radius` mediumint(8) unsigned NOT NULL DEFAULT '0', `data_flags` tinyint(3) unsigned NOT NULL DEFAULT '0', @@ -418081,21 +421157,21 @@ CREATE TABLE `dbscripts_on_spell` ( LOCK TABLES `dbscripts_on_spell` WRITE; /*!40000 ALTER TABLE `dbscripts_on_spell` DISABLE KEYS */; -INSERT INTO `dbscripts_on_spell` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) +INSERT INTO `dbscripts_on_spell` (`id`, `delay`, `command`, `datalong`, `datalong2`, `datalong3`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES - (11365,0,18,1000,0,0,0,0,0,0,0,0,0,0,0,0,'despawn self'), - (11885,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn treant corpse'), - (11886,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn wildkin corpse'), - (11887,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn hyppogryph corpse'), - (11888,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn faerie dragon corpse'), - (11889,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn mountain giant corpse'), - (19250,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'kill credit'), - (19250,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn target'), - (21052,0,15,8329,0,0,0,6,0,0,0,0,0,0,0,0,'Enthralled Deeprun Rat - Cast Suicide'), - (23359,0,26,0,0,0,0,2,0,0,0,0,0,0,0,0,'Giant/Strider attacks player on Transmogrify Spell Hit'), - (26608,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glob of Viscidus - Despawn'), - (19250,1,9,0,30,177669,50,0,0,0,0,0,0,0,0,0,'respawn fire gobject'), - (19250,1,9,0,30,177670,50,0,0,0,0,0,0,0,0,0,'respawn fire gobject'); + (11365,0,18,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn self'), + (11885,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn treant corpse'), + (11886,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn wildkin corpse'), + (11887,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn hyppogryph corpse'), + (11888,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn faerie dragon corpse'), + (11889,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Despawn mountain giant corpse'), + (19250,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'kill credit'), + (19250,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'despawn target'), + (21052,0,15,8329,0,0,0,0,6,0,0,0,0,0,0,0,0,'Enthralled Deeprun Rat - Cast Suicide'), + (23359,0,26,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Giant/Strider attacks player on Transmogrify Spell Hit'), + (26608,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glob of Viscidus - Despawn'), + (19250,1,9,0,30,0,177669,50,0,0,0,0,0,0,0,0,0,'respawn fire gobject'), + (19250,1,9,0,30,0,177670,50,0,0,0,0,0,0,0,0,0,'respawn fire gobject'); /*!40000 ALTER TABLE `dbscripts_on_spell` ENABLE KEYS */; UNLOCK TABLES; @@ -418483,17 +421559,17 @@ LOCK TABLES `game_event_creature` WRITE; INSERT INTO `game_event_creature` (`guid`, `event`) VALUES (38,22), - (518,20), + (190453,20), (636,16), (2032,22), - (4089,20), - (4090,20), - (6337,20), - (6512,10), + (190460,20), + (190461,20), + (190468,20), + (190424,18), (6519,22), (6520,22), - (6627,20), - (7630,20), + (190469,20), + (190476,20), (8969,23), (8971,23), (12604,23), @@ -418542,7 +421618,7 @@ VALUES (54430,5), (54431,5), (54432,5), - (54619,20), + (190477,20), (54687,15), (54688,15), (54742,14), @@ -418609,7 +421685,7 @@ VALUES (79559,8), (79560,8), (79695,22), - (79806,10), + (190425,18), (86166,2), (86167,2), (86169,12), @@ -418934,23 +422010,23 @@ VALUES (94926,7), (94927,7), (94928,7), - (100000,20), - (100001,20), - (100006,20), - (100007,20), - (100012,20), - (100013,20), - (100018,20), - (100019,20), + (190484,20), + (190485,20), + (190492,20), + (190493,20), + (190532,20), + (190533,20), + (190548,20), + (190549,20), (105970,34), (138550,61), (138551,61), (138552,61), (138553,61), - (160001,20), - (160002,20), - (160003,20), - (160004,20), + (190556,20), + (190557,20), + (190580,20), + (190581,20), (160014,12), (160015,12), (160342,27), @@ -418958,126 +422034,126 @@ VALUES (160344,27), (160345,27), (160346,27), - (160366,18), - (160367,18), - (160368,18), - (160369,18), - (160370,18), - (160371,18), - (160372,18), - (160373,18), - (160374,18), - (160375,18), - (160376,18), - (160377,18), - (160378,18), - (160379,18), - (160380,18), - (160381,18), - (160382,18), - (160383,18), - (160384,18), - (160385,18), - (160386,18), - (160387,18), - (160388,18), - (160389,18), - (160390,18), - (160391,18), - (160392,18), - (160393,18), - (160394,18), - (160395,18), - (160396,18), - (160397,18), - (160398,18), - (160399,18), - (160400,18), - (160401,18), - (160402,18), - (160403,18), - (160404,18), - (160405,18), - (160406,18), - (160407,18), - (160408,18), - (160409,18), - (160410,18), - (160411,18), - (160412,18), - (160413,18), - (160414,18), - (160415,18), - (160416,18), - (160417,18), - (160418,18), - (160419,18), - (160420,18), - (160421,18), - (160422,18), - (160423,18), - (160424,18), - (160425,18), - (160426,19), - (160427,19), - (160428,19), - (160429,19), - (160430,19), - (160431,19), - (160432,19), - (160433,19), - (160434,19), - (160435,19), - (160436,19), - (160437,19), - (160438,19), - (160439,19), - (160440,19), - (160441,19), - (160442,19), - (160443,19), - (160444,19), - (160445,19), - (160446,19), - (160447,19), - (160448,19), - (160449,19), - (160450,19), - (160451,19), - (160452,19), - (160453,19), - (160454,19), - (160455,19), - (160456,19), - (160457,19), - (160458,19), - (160459,19), - (160460,19), - (160461,19), - (160462,19), - (160463,19), - (160464,19), - (160465,19), - (160466,19), - (160467,19), - (160468,19), - (160469,19), - (160470,19), - (160471,19), - (160472,19), - (160473,19), - (160474,19), - (160475,19), - (160476,19), - (160477,19), - (160478,19), - (160479,19), - (160480,19), - (160481,19), - (160482,19), - (160483,19), - (160484,19), - (160485,19), + (190432,18), + (190433,18), + (190440,18), + (190441,18), + (190448,18), + (190449,18), + (190456,18), + (190457,18), + (190464,18), + (190465,18), + (190472,18), + (190473,18), + (190480,18), + (190481,18), + (190488,18), + (190489,18), + (190528,18), + (190529,18), + (190544,18), + (190545,18), + (190552,18), + (190553,18), + (190576,18), + (190409,18), + (190137,18), + (190136,18), + (190113,18), + (190112,18), + (190177,18), + (190176,18), + (190169,18), + (190168,18), + (190161,18), + (190160,18), + (190153,18), + (190152,18), + (190145,18), + (190144,18), + (190129,18), + (190128,18), + (190121,18), + (190120,18), + (190265,18), + (190264,18), + (190033,18), + (190032,18), + (190025,18), + (190024,18), + (190017,18), + (190016,18), + (190009,18), + (190008,18), + (190001,18), + (190521,18), + (190520,18), + (190513,18), + (190512,18), + (190497,18), + (190496,18), + (190000,18), + (190490,19), + (190491,19), + (190530,19), + (190531,19), + (190546,19), + (190547,19), + (190554,19), + (190555,19), + (190578,19), + (190579,19), + (190107,19), + (190434,19), + (190427,19), + (190426,19), + (190419,19), + (190418,19), + (190411,19), + (190410,19), + (190403,19), + (190402,19), + (190106,19), + (190442,19), + (190435,19), + (190443,19), + (190115,19), + (190130,19), + (190131,19), + (190138,19), + (190139,19), + (190114,19), + (190179,19), + (190178,19), + (190171,19), + (190170,19), + (190163,19), + (190162,19), + (190154,19), + (190155,19), + (190147,19), + (190123,19), + (190146,19), + (190122,19), + (190267,19), + (190266,19), + (190034,19), + (190035,19), + (190027,19), + (190019,19), + (190026,19), + (190018,19), + (190010,19), + (190011,19), + (190003,19), + (190002,19), + (190499,19), + (190498,19), + (190514,19), + (190515,19), + (190522,19), + (190523,19), (54900,2), (54901,2), (54902,2), @@ -419093,7 +422169,76 @@ VALUES (85633,12), (85634,12), (85635,12), - (160005,25); + (160005,25), + (190417,18), + (190416,18), + (190577,18), + (190408,18), + (190401,18), + (190400,18), + (190105,18), + (190104,18), + (190483,19), + (190482,19), + (190475,19), + (190474,19), + (190467,19), + (190466,19), + (190459,19), + (190458,19), + (190451,19), + (190450,19), + (190452,20), + (190445,20), + (190444,20), + (190437,20), + (190436,20), + (190429,20), + (190428,20), + (190421,20), + (190420,20), + (190413,20), + (190412,20), + (190405,20), + (190404,20), + (190108,20), + (190109,20), + (190140,20), + (190141,20), + (190524,20), + (190517,20), + (190516,20), + (190501,20), + (190500,20), + (190004,20), + (190005,20), + (190012,20), + (190013,20), + (190020,20), + (190021,20), + (190028,20), + (190029,20), + (190036,20), + (190037,20), + (190268,20), + (190269,20), + (190124,20), + (190125,20), + (190148,20), + (190149,20), + (190156,20), + (190157,20), + (190164,20), + (190165,20), + (190172,20), + (190173,20), + (190180,20), + (190181,20), + (190116,20), + (190117,20), + (190132,20), + (190133,20), + (190525,20); /*!40000 ALTER TABLE `game_event_creature` ENABLE KEYS */; UNLOCK TABLES; @@ -428856,7 +432001,136 @@ VALUES (37877,24), (37878,24), (37886,24), - (37887,24); + (37887,24), + (31415,33), + (31416,33), + (31417,33), + (31418,33), + (31419,33), + (34188,33), + (34189,33), + (34190,33), + (34191,33), + (34192,33), + (34193,33), + (34194,33), + (190318,18), + (190314,18), + (190310,18), + (190306,18), + (190302,18), + (190298,18), + (190294,18), + (190290,18), + (190286,18), + (190282,18), + (190278,18), + (190274,18), + (190270,18), + (190266,18), + (190151,18), + (190001,18), + (190007,18), + (190037,18), + (190043,18), + (190049,18), + (190055,18), + (190013,18), + (190019,18), + (190061,18), + (190067,18), + (190025,18), + (190073,18), + (190079,18), + (190085,18), + (190152,18), + (190086,18), + (190080,18), + (190074,18), + (190026,18), + (190020,18), + (190068,18), + (190062,18), + (190014,18), + (190056,18), + (190050,18), + (190044,18), + (190038,18), + (190008,18), + (190002,18), + (190000,19), + (190006,19), + (190036,19), + (190042,19), + (190048,19), + (190054,19), + (190012,19), + (190018,19), + (190060,19), + (190024,19), + (190066,19), + (190072,19), + (190078,19), + (190084,19), + (190150,19), + (190319,19), + (190315,19), + (190311,19), + (190307,19), + (190303,19), + (190299,19), + (190295,19), + (190291,19), + (190287,19), + (190283,19), + (190279,19), + (190275,19), + (190271,19), + (190267,19), + (190153,19), + (190003,19), + (190009,19), + (190039,19), + (190045,19), + (190051,19), + (190057,19), + (190015,19), + (190063,19), + (190069,19), + (190021,19), + (190027,19), + (190075,19), + (190081,19), + (190087,19), + (190320,20), + (190316,20), + (190312,20), + (190308,20), + (190304,20), + (190300,20), + (190296,20), + (190292,20), + (190288,20), + (190284,20), + (190280,20), + (190276,20), + (190272,20), + (190268,20), + (190154,20), + (190004,20), + (190010,20), + (190040,20), + (190046,20), + (190052,20), + (190016,20), + (190058,20), + (190064,20), + (190070,20), + (190022,20), + (190028,20), + (190076,20), + (190082,20), + (190088,20); /*!40000 ALTER TABLE `game_event_gameobject` ENABLE KEYS */; UNLOCK TABLES; @@ -429475,7 +432749,8 @@ CREATE TABLE `gameobject` ( `rotation1` float NOT NULL DEFAULT '0', `rotation2` float NOT NULL DEFAULT '0', `rotation3` float NOT NULL DEFAULT '0', - `spawntimesecs` int(11) NOT NULL DEFAULT '0', + `spawntimesecsmin` int(11) NOT NULL DEFAULT '0' COMMENT 'Gameobject respawn time minimum', + `spawntimesecsmax` int(11) NOT NULL DEFAULT '0' COMMENT 'Gameobject respawn time maximum', `animprogress` tinyint(3) unsigned NOT NULL DEFAULT '0', `state` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`guid`), @@ -429486,51847 +432761,51771 @@ CREATE TABLE `gameobject` ( LOCK TABLES `gameobject` WRITE; /*!40000 ALTER TABLE `gameobject` DISABLE KEYS */; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (1,187653,1,-959.702,-3739.06,5.66216,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (2,169294,0,-7826.9,-1851.92,130.939,1.1781,0,0,0.55557,0.83147,2,100,1), - (3,187653,1,-974.588,-3647.97,17.4956,1.44862,0,0,0.66262,0.748956,180,100,1), - (4,1970,0,-12430.6,-840.543,40.4541,0.494107,0,0,0.244548,0.969637,900,100,1), - (5,2061,0,-12430.6,-840.543,40.4541,0.494107,0,0,0.244548,0.969637,900,100,1), - (6,180398,0,-8842.61,654.864,97.3015,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (7,3216,0,-14238.8,301.408,27.872,3.12414,0,0,0.999962,0.008727,900,100,1), - (8,3217,0,-14238.8,301.05,27.1206,3.12414,-0.003861,0.056728,0.998342,0.00896,900,100,1), - (9,3214,0,-14253.9,301.953,30.4719,-1.49226,0,0,-0.678801,0.734323,900,100,1), - (10,3314,1,285.201,-3991.19,36.0398,1.4748,0,0,0.672367,0.740218,900,100,1), - (11,3202,0,-12167.9,-229.592,33.2801,2.57436,0,0,0.96005,0.279829,900,100,1), - (12,3205,0,-12205.8,-536.642,29.1945,2.47837,0.05583,0.08211,0.94166,0.321586,900,100,1), - (13,3207,0,-12205.7,-535.45,29.8627,-0.663225,0.062972,-0.044691,-0.323067,0.94322,900,100,1), - (14,3084,1,-602.425,-4250.57,37.5115,3.14159,0,0,1,0,900,100,1), - (15,2061,1,-602.425,-4250.57,37.5115,3.14159,0,0,1,0,900,100,1), - (16,3208,0,-13338.2,67.869,25.7289,2.29511,0,0,0.911762,0.410719,900,100,1), - (17,3210,0,-13337.6,67.9838,25.7992,0.724311,0,0,0.354291,0.935135,900,100,1), - (18,3211,0,-13331.6,62.018,23.2462,-2.41728,0,0,0.935135,-0.354291,900,100,1), - (19,171554,0,-4931.68,-1279.03,501.681,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (20,2061,0,-4931.68,-1279.03,501.681,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (22,3212,0,-13332.1,61.8614,21.7726,0.776671,0.08197,-0.0511,0.380991,0.919519,900,100,1), - (23,94183,0,-11557.2,592.207,50.2906,1.98095,0,0,0.836286,0.548293,900,100,1), - (24,2066,0,-11557.2,592.207,50.2906,1.98095,0,0,0.836286,0.548293,900,100,1), - (25,94184,0,-11579.6,686.25,58.991,3.14159,0,0,1,0,900,100,1), - (26,143251,0,-4925.65,-1269.89,506.538,1.89368,0,0,0.811574,0.58425,900,100,1), - (27,144162,0,-4811.68,-1252.72,503.011,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (28,2066,0,-11579.6,686.25,58.991,3.14159,0,0,1,0,900,100,1), - (29,1957,0,-11683.2,949.12,3.68628,3.14159,-0.008726,0.004363,0.999952,0.000038,900,100,1), - (30,2061,0,-11683.2,949.12,3.68628,3.14159,-0.008726,0.004363,0.999952,0.000038,900,100,1), - (31,1958,0,-11688.8,641.624,49.084,-2.30715,-0.00662,0.025699,0.91385,-0.405185,900,100,1), - (32,2061,0,-11688.8,641.624,49.084,-2.30715,-0.00662,0.025699,0.91385,-0.405185,900,100,1), - (33,1959,0,-11312.1,-204.227,75.1505,3.14159,0,0,1,0,900,100,1), - (34,2061,0,-11312.1,-204.227,75.1505,3.14159,0,0,1,0,900,100,1), - (35,1960,0,-11619.2,-53.9661,11.12,3.14159,0,0,1,0,900,100,1), - (36,2061,0,-11619.2,-53.9661,11.12,3.14159,0,0,1,0,900,100,1), - (37,1961,0,-11592.3,-620.192,28.3593,3.14159,0,0,1,0,900,100,1), - (38,2061,0,-11592.3,-620.192,28.3593,3.14159,0,0,1,0,900,100,1), - (39,1962,0,-11832.1,68.455,14.2998,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,900,100,1), - (40,2061,0,-11832.1,68.455,14.2998,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,900,100,1), - (41,1964,0,-11936.4,-573.029,16.8735,-1.14319,0,0,-0.540974,0.841039,900,100,1), - (42,2061,0,-11936.4,-573.029,16.8735,-1.14319,0,0,-0.540974,0.841039,900,100,1), - (43,94191,0,-13664,-302.026,8.17557,-1.35263,0,0,-0.625924,0.779884,900,100,1), - (44,2066,0,-13664,-302.026,8.17557,-1.35263,0,0,-0.625924,0.779884,900,100,1), - (45,143250,0,-4866.55,-1238.4,501.726,-2.51327,0,0,0.951056,-0.309017,900,100,1), - (46,2061,0,-4866.55,-1238.4,501.726,-2.51327,0,0,0.951056,-0.309017,900,100,1), - (47,171750,0,-4839.75,-1286.23,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (48,2061,0,-4839.75,-1286.23,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (49,143362,0,-4824.56,-1305.61,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (50,2061,0,-4824.56,-1305.61,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (51,171748,0,-4845.31,-1247.75,506.022,-0.994838,0,0,-0.477159,0.878817,900,100,1), - (53,171749,0,-4844.61,-1282.68,505.197,1.40499,0,0,0.646124,0.763232,900,100,1), - (54,171751,0,-4828.33,-1287.59,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (55,2061,0,-4828.33,-1287.59,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (56,171754,0,-4847.71,-1302,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (57,2061,0,-4847.71,-1302,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (58,143337,0,-4814.85,-1307.17,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (59,2061,0,-4814.85,-1307.17,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (60,171753,0,-4858.43,-1300.34,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (61,1969,0,-12485.5,-168.415,12.8579,-3.14159,-0.013083,-0.030536,0.999448,-0.0004,900,100,1), - (62,2061,0,-12485.5,-168.415,12.8579,-3.14159,-0.013083,-0.030536,0.999448,-0.0004,900,100,1), - (63,2574,0,-14378.6,364.394,23.9437,3.14159,0,0,1,0,900,100,1), - (64,2576,0,-12171.9,628.196,-62.1219,0.479968,0,0,0.237687,0.971342,900,100,1), - (65,57,0,-11983.2,339.585,2.90242,-2.21302,0.124673,0.003196,0.889844,-0.43889,300,100,1), - (66,176896,0,-8132.84,-1706.75,137.85,1.35263,0,0,0.625923,0.779885,7200,100,1), - (67,3213,0,-13332.6,62.0445,22.5802,-0.846485,0,0,-0.410719,0.911762,900,100,1), - (68,1971,0,-12467.5,-992.197,49.6025,-0.326198,0,0,-0.162377,0.986729,900,100,1), - (69,2061,0,-12467.5,-992.197,49.6025,-0.326198,0,0,-0.162377,0.986729,900,100,1), - (70,1972,0,-12532.6,-729.181,38.6494,3.14159,0,0,1,0,900,100,1), - (71,2061,0,-12532.6,-729.181,38.6494,3.14159,0,0,1,0,900,100,1), - (72,1973,0,-13069.3,-459.056,44.7542,3.14159,-0.004363,0,0.99999,0,900,100,1), - (73,2061,0,-13069.3,-459.056,44.7542,3.14159,-0.004363,0,0.99999,0,900,100,1), - (74,2289,0,-14656.4,148,3.29978,2.74017,0.221724,0.471259,0.848065,0.097671,900,100,1), - (75,1975,0,-12949.7,-618.078,52.3399,-3.14159,0.026157,0.039246,0.998887,-0.001028,900,100,1), - (76,2061,0,-12949.7,-618.078,52.3399,-3.14159,0.026157,0.039246,0.998887,-0.001028,900,100,1), - (77,1976,0,-12983.3,-712.732,53.7629,3.14159,0,0,1,0,900,100,1), - (78,3089,1,-1253.94,-5519.79,5.85679,1.46969,0,0,0.670474,0.741933,900,100,1), - (80,2066,0,-8132.84,-1706.75,137.85,1.35263,0,0,0.625923,0.779885,7200,100,1), - (81,176894,0,-8096.96,-1508.86,133.073,-2.39983,0,0,0.932008,-0.362438,7200,100,1), - (82,176895,0,-8100.39,-1507.24,132.934,-2.09439,0,0,-0.866025,0.5,7200,100,1), - (83,167289,0,-8229.83,-1176.2,142.558,-1.39626,0,0,-0.642788,0.766044,7200,100,1), - (84,2061,1,-1253.94,-5519.79,5.85679,1.46969,0,0,0.670474,0.741933,900,100,1), - (85,2061,0,-12983.3,-712.732,53.7629,3.14159,0,0,1,0,900,100,1), - (86,1977,0,-12995.8,-837.903,70.1573,3.14159,-0.013068,-0.056688,0.998306,-0.000742,900,100,1), - (87,2061,0,-4858.43,-1300.34,501.87,2.2602,0,0,0.904455,0.426569,900,100,1), - (89,2066,0,-8229.83,-1176.2,142.558,-1.39626,0,0,-0.642788,0.766044,7200,100,1), - (90,167284,0,-7565.21,-2737.02,135.313,3.14159,0,0,1,0,7200,100,1), - (91,2066,0,-7565.21,-2737.02,135.313,3.14159,0,0,1,0,7200,100,1), - (92,149412,0,-4857.79,-1232.98,501.726,-2.51327,0,0,0.951056,-0.309017,900,100,1), - (93,2061,0,-4857.79,-1232.98,501.726,-2.51327,0,0,0.951056,-0.309017,900,100,1), - (94,176573,0,-4823.93,-1232.63,526.617,1.64061,0,0,0.731354,0.681998,900,100,1), - (95,1685,0,-4816.34,-1250.14,501.905,1.95477,0,0,0.829038,0.559193,900,100,1), - (96,180657,0,-1376.06,-1012.95,0,0.122173,0,0,0.0610485,0.998135,180,100,1), - (97,2061,0,-12995.8,-837.903,70.1573,3.14159,-0.013068,-0.056688,0.998306,-0.000742,900,100,1), - (98,1979,0,-13049.9,-822.51,70.3495,-3.14159,-0.047978,0.004358,0.998839,0.000209,900,100,1), - (99,2061,0,-13049.9,-822.51,70.3495,-3.14159,-0.047978,0.004358,0.998839,0.000209,900,100,1), - (100,167285,0,-7757.2,-2865.29,133.439,3.14159,0,0,1,0,7200,100,1), - (101,2066,0,-7757.2,-2865.29,133.439,3.14159,0,0,1,0,7200,100,1), - (102,167286,0,-8079.32,-2958.25,134.921,3.14159,0,0,1,0,7200,100,1), - (103,2066,0,-8079.32,-2958.25,134.921,3.14159,0,0,1,0,7200,100,1), - (104,167287,0,-8239.01,-2517.5,141.067,3.14159,0,0,1,0,7200,100,1), - (105,2066,0,-8239.01,-2517.5,141.067,3.14159,0,0,1,0,7200,100,1), - (106,167290,0,-7982.36,-1317.97,133.357,3.14159,0,0,1,0,7200,100,1), - (107,2066,0,-7982.36,-1317.97,133.357,3.14159,0,0,1,0,7200,100,1), - (108,167291,0,-7952.89,-893.744,131.096,3.14159,0,0,1,0,7200,100,1), - (110,171756,0,-4796.79,-1240.82,502.005,2.2602,0,0,0.904455,0.426569,900,100,1), - (111,2061,0,-4796.79,-1240.82,502.005,2.2602,0,0,0.904455,0.426569,900,100,1), - (112,171755,0,-4790.85,-1249.23,502.005,2.2602,0,0,0.904455,0.426569,900,100,1), - (113,2061,0,-4790.85,-1249.23,502.005,2.2602,0,0,0.904455,0.426569,900,100,1), - (114,171553,0,-4911.82,-1227.7,501.606,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (115,2061,0,-4911.82,-1227.7,501.606,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (116,171678,0,-4758.79,-1216.12,510.271,0.034906,0,0,0.017452,0.999848,900,100,1), - (117,171679,0,-4757.44,-1218.91,510.266,1.37881,0,0,0.636078,0.771625,900,100,1), - (118,171604,0,-4804.58,-1186.27,512.487,-1.54462,0,0,-0.69779,0.716302,900,100,1), - (119,171607,0,-4806.2,-1187.97,512.487,0.000001,0,0,0,1,900,100,1), - (120,171605,0,-4803.19,-1188.24,512.487,3.05433,0,0,0.999048,0.043619,900,100,1), - (121,37478,0,-4833.13,-1187.89,502.49,1.25664,0,0,0.587785,0.809017,900,100,1), - (122,171739,0,-4826.54,-1190.02,509.137,-1.92859,0,0,-0.821647,0.569996,900,100,1), - (123,171740,0,-4828.48,-1191.12,509.137,-0.357793,0,0,-0.177944,0.984041,900,100,1), - (124,171741,0,-4827.69,-1193.53,509.137,1.213,0,0,0.569997,0.821647,900,100,1), - (125,171735,0,-4822.32,-1190.1,502.49,2.81871,0,0,0.986996,0.160743,900,100,1), - (126,1981,0,-13485.5,182.14,42.6382,1.79769,0.043746,-0.057043,0.779825,0.621856,900,100,1), - (131,144065,90,-541.866,-98.5281,-155.855,0.733038,0,0,0.358368,0.93358,-86400,0,1), - (132,324,1,4728.88,-4661,878.264,3.185,0,0,0.999765,-0.0217019,300,100,1), - (133,324,1,-8069.04,1133.56,22.2284,4.89463,0,0,0.63983,-0.768516,300,100,1), - (134,324,1,-7815.13,1130.62,0.376494,5.57008,0,0,0.349046,-0.937106,300,100,1), - (135,324,1,-7781.07,1016.61,-1.82523,5.04779,0,0,0.57916,-0.815214,300,100,1), - (136,324,1,-7904.21,1413.31,-7.34191,2.48346,0,0,0.946344,0.32316,300,100,1), - (137,324,1,-8311,-2296,17.682,3.705,0,0,0.960583,-0.277993,300,100,1), - (138,324,1,-7614.05,1258.44,-1.98034,5.32504,0,0,0.460956,-0.887423,300,100,1), - (139,324,1,-7516.65,1096.89,-1.2315,5.76093,0,0,0.25817,-0.9661,300,100,1), - (140,324,1,-7378.69,1225.8,-1.42026,1.38233,0,0,0.637435,0.770504,300,100,1), - (141,324,1,-6454,432.045,0.975,0.496,0,0,0.245466,0.969405,300,100,1), - (142,324,1,-7396.35,858.115,-0.711069,4.47288,0,0,0.786519,-0.617565,300,100,1), - (143,324,1,-7467.94,259.752,20.9368,4.8852,0,0,0.643447,-0.765491,300,100,1), - (144,181356,533,3522.57,-5236.76,137.63,-1.8,0,0,-0.783327,0.62161,604800,100,1), - (145,324,1,-8998.67,-2266.72,21.2362,0.314158,0,0,0.156434,0.987688,300,255,1), - (146,144065,90,-535.176,-105.624,-156.001,0.331611,0,0,0.165047,0.986286,-86400,0,1), - (147,324,1,-7769,156.652,12.101,5.781,0,0,0.248462,-0.968642,300,100,1), - (148,324,1,-7799,-4917,15.45,3.729,0,0,0.957178,-0.289499,300,100,1), - (149,324,1,-7460,-3895,11.628,2.863,0,0,0.990314,0.138846,300,100,1), - (152,324,1,-6461,264.959,3.706,0.047,0,0,0.0234978,0.999724,300,100,1), - (154,144065,90,-506.603,-88.8375,-151.09,-0.977383,0,0,-0.469471,0.882948,-86400,0,1), - (155,144065,90,-503.869,-97.2345,-150.952,1.72787,0,0,0.760406,0.649449,-86400,0,1), - (156,103820,90,-511.33,-139.962,-152.476,0.750491,0,0,0.366501,0.930418,-86400,0,1), - (157,324,1,-8067,551.654,-18,4.496,0,0,0.779328,-0.626616,300,100,1), - (160,103820,90,-510.675,-139.437,-152.617,-2.94959,0,0,-0.995396,0.0958512,-86400,0,1), - (161,103820,90,-511.898,-139.356,-152.479,-2.32129,0,0,-0.91706,0.39875,-86400,0,1), - (162,324,1,-8095,-4436,11.999,2.912,0,0,0.993418,0.114544,300,100,1), - (163,324,1,-7937,-2399,-27,4.281,0,0,0.842061,-0.539383,300,100,1), - (166,324,1,6420.98,-4358,669.887,0.219,0,0,0.109281,0.994011,300,100,1), - (167,324,1,6435.36,-4274,665.463,0.604,0,0,0.29743,0.954744,300,100,1), - (168,324,1,-7393,-2737,9.045,1.113,0,0,0.528218,0.849109,300,100,1), - (169,324,1,-6279,-1266,-262,5.01,0,0,0.594459,-0.804126,300,100,1), - (171,324,1,-7977,834.356,4.233,3.723,0,0,0.958042,-0.286626,300,100,1), - (176,324,1,-7691,-2212,-256,3,0,0,0.997495,0.0707372,300,100,1), - (178,324,1,-7565,-1150,-262,1.414,0,0,0.649556,0.760314,300,100,1), - (179,324,1,-7890,-3749,53.205,4.991,0,0,0.602071,-0.798442,300,100,1), - (180,324,1,-8845,-2374,17.68,-1,0,0,-0.479426,0.877583,300,100,1), - (182,324,1,-7897,-2356,-22,-1,0,0,-0.479426,0.877583,300,100,1), - (184,324,1,-8221,-4445,10.156,3.167,0,0,0.999919,-0.0127034,300,100,1), - (185,324,1,6467.91,-4259,664.492,5.24,0,0,0.498262,-0.867027,300,100,1), - (186,324,1,-6370,805.383,2.811,2.729,0,0,0.978796,0.204836,300,100,1), - (187,324,1,-7817,-5054,5.017,5.228,0,0,0.503455,-0.864022,300,100,1), - (189,324,1,-7823,-5129,2.468,4.178,0,0,0.86871,-0.49532,300,100,1), - (192,324,1,-8834,-2249,12.215,5.688,0,0,0.293219,-0.956045,300,100,1), - (193,324,1,-7409,-4807,9.071,3.5,0,0,0.983986,-0.178246,300,100,1), - (195,324,1,-7724,405.934,-34,6.177,0,0,0.0530677,-0.998591,300,100,1), - (196,324,1,-7554,-4147,17.502,4.742,0,0,0.696561,-0.717498,300,100,1), - (198,324,1,-7133,-4205,9.11,0.419,0,0,0.207971,0.978135,300,100,1), - (199,324,1,-6931,-4517,10.941,4.955,0,0,0.616345,-0.787476,300,100,1), - (200,324,1,-6233,1073.57,-26,1.492,0,0,0.678707,0.73441,300,100,1), - (202,324,1,-7888,-5207,1.518,4.178,0,0,0.86871,-0.49532,300,100,1), - (204,324,1,-6641,78.241,8.539,1.536,0,0,0.694698,0.719302,300,100,1), - (206,324,1,-7606,-1802,-260,2.321,0,0,0.917003,0.398881,300,100,1), - (208,324,1,-7885,-2429,-23,0,0,0,0,1,300,100,1), - (209,324,1,-8253,-1538,-215,2.519,0,0,0.951937,0.306293,300,100,1), - (210,324,1,4371.08,-4549,907.065,3.028,0,0,0.998388,0.0567657,300,100,1), - (211,324,1,-8340,-3975,9.852,0.315,0,0,0.15685,0.987622,300,100,1), - (212,324,1,-7832,-1335,-272,4.522,0,0,0.771116,-0.636694,300,100,1), - (213,324,1,-6930.23,-2390.2,-198.334,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (214,324,1,-8310,-2774,22.309,4.818,0,0,0.668799,-0.743443,300,100,1), - (217,324,1,-6949,-4303,9.723,4.443,0,0,0.795658,-0.605746,300,100,1), - (220,324,1,6509.89,-4329,669.425,0.219,0,0,0.109281,0.994011,300,100,1), - (222,324,1,-6733,1614.84,11.051,1.438,0,0,0.658633,0.752465,300,100,1), - (223,324,1,-6512,757.002,5.303,5.623,0,0,0.324131,-0.946012,300,100,1), - (225,324,1,4765.79,-353,366.307,2.656,0,0,0.970669,0.240418,300,100,1), - (228,324,1,6589,-1109,461.496,2.063,0,0,0.85807,0.513532,300,100,1), - (229,324,1,-7997,-2625,-46,0,0,0,0,1,300,100,1), - (234,324,1,-6312,928.91,6.873,2.494,0,0,0.948034,0.318168,300,100,1), - (235,324,1,-6358,1112.31,9.303,1.928,0,0,0.821479,0.570239,300,100,1), - (238,324,1,4619.51,-4749,896.157,4.108,0,0,0.885511,-0.464618,300,100,1), - (239,324,1,4339.73,-4504,906.655,2.324,0,0,0.9176,0.397505,300,100,1), - (240,324,1,-6834,-1146,-263,2.461,0,0,0.942656,0.333766,300,100,1), - (241,324,1,-7977,-3884,10.642,3.992,0,0,0.910955,-0.412506,300,100,1), - (243,324,1,-6611,1404.56,6.793,3.377,0,0,0.993081,-0.117432,300,100,1), - (246,324,1,4802.39,-4596,875.652,3.684,0,0,0.963449,-0.267891,300,100,1), - (248,324,1,-7580.82,-1666.22,-264.925,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (249,324,1,-7538,-2265,-249,3.113,0,0,0.999898,0.0142959,300,100,1), - (254,324,1,-7155,496.514,5.635,5.756,0,0,0.260551,-0.96546,300,100,1), - (257,324,1,-6645,828.397,2.542,1.426,0,0,0.654106,0.756403,300,100,1), - (261,324,1,-9183,-2180,19.823,5.901,0,0,0.189932,-0.981797,300,100,1), - (265,324,1,-7932,-2360,9.681,0.002,0,0,0.001,1,300,100,1), - (266,324,1,-7311,-4764,10.918,4.832,0,0,0.663579,-0.748106,300,100,1), - (272,324,1,-7998,-4557,9.453,2.159,0,0,0.881722,0.471769,300,100,1), - (273,324,1,-8216,-5199,3.911,3.534,0,0,0.980814,-0.194947,300,100,1), - (275,324,1,-7268,-4637,10.277,2.693,0,0,0.974951,0.22242,300,100,1), - (277,324,1,-7660,-4809,7.771,3.029,0,0,0.998416,0.0562666,300,100,1), - (280,324,1,-6350,-1896,-259,0.35,0,0,0.174108,0.984727,300,100,1), - (282,324,1,-7702.7,-2188.03,-258.438,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (284,324,1,-7859,-5166,1.305,4.178,0,0,0.86871,-0.49532,300,100,1), - (286,324,1,-6960,-2291,-257,3.53,0,0,0.981202,-0.192985,300,100,1), - (287,324,1,4298.21,-4370,912.071,1.052,0,0,0.502078,0.864822,300,100,1), - (288,324,1,-9118,-2158,14.643,0.636,0,0,0.312667,0.949863,300,100,1), - (290,324,1,-8251,-3848,11.246,1.201,0,0,0.565055,0.825053,300,100,1), - (292,324,1,6417.55,-4285,665.534,4.316,0,0,0.832493,-0.554035,300,100,1), - (293,324,1,5758.97,-4952,828.546,3.704,0,0,0.960722,-0.277512,300,100,1), - (294,324,1,-7789,350.248,-34,0.761,0,0,0.371385,0.928479,300,100,1), - (299,324,1,-6366,-1830,-260,-2,0,0,-0.841471,0.540302,300,100,1), - (300,324,1,-7020,-2424,-213,3.445,0,0,0.988515,-0.151122,300,100,1), - (302,324,1,-8307,-2488,16.566,5.434,0,0,0.41195,-0.911207,300,100,1), - (304,324,1,-7935,-4640,11.203,2.781,0,0,0.983791,0.179321,300,100,1), - (308,324,1,-6978,-2354,-222,3.078,0,0,0.999495,0.0317909,300,100,1), - (310,324,1,-8249,-2821,20.754,0.043,0,0,0.0214983,0.999769,300,100,1), - (312,324,1,-8200,-2696,14.847,5.33,0,0,0.458754,-0.888563,300,100,1), - (313,324,1,-8142,316.634,-35,5.514,0,0,0.375182,-0.926951,300,100,1), - (315,324,1,-6791.62,-1799.59,-259.316,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (316,324,1,-6919,-4463,9.676,5.207,0,0,0.512499,-0.858688,300,100,1), - (317,324,1,-7212,-2300,-264,3.603,0,0,0.973506,-0.228663,300,100,1), - (319,324,1,-6468,770.821,5.647,2.993,0,0,0.997241,0.074228,300,100,1), - (321,324,1,-7737,-4866,8.929,4.087,0,0,0.890341,-0.455295,300,100,1), - (322,324,1,-7105,-3078,9.449,4.907,0,0,0.635065,-0.772459,300,100,1), - (323,324,1,-8306,-4636,2.798,3.124,0,0,0.999961,0.00879618,300,100,1), - (326,324,1,-6383,1262.93,5.038,2.786,0,0,0.984236,0.176861,300,100,1), - (327,324,1,-7923,-5279,0.569,4.178,0,0,0.86871,-0.49532,300,100,1), - (330,324,1,-8175,-5282,0.569,3.534,0,0,0.980814,-0.194947,300,100,1), - (333,324,1,-9226,-2118,35.091,0.623,0,0,0.306487,0.951875,300,100,1), - (335,324,1,-6314,507.647,7.651,0.496,0,0,0.245466,0.969405,300,100,1), - (336,324,1,-6835,-1519,-263,-2,0,0,-0.841471,0.540302,300,100,1), - (338,324,1,-7845,-1330,-264,0.419,0,0,0.207971,0.978135,300,100,1), - (339,324,1,-7974,-2347,8.89,2.81,0,0,0.986287,0.165038,300,100,1), - (340,324,1,4541.62,-4654,890.982,1.598,0,0,0.716659,0.697424,300,100,1), - (341,324,1,-6496,1414.35,4.811,2.183,0,0,0.88732,0.461155,300,100,1), - (343,324,1,-7357,641.365,-4,0.296,0,0,0.14746,0.989068,300,100,1), - (345,324,1,-8061,-1751,-245,-2,0,0,-0.841471,0.540302,300,100,1), - (346,324,1,-8042,-4472,10.012,2.159,0,0,0.881722,0.471769,300,100,1), - (348,324,1,4331.35,-4464,904.255,0.804,0,0,0.39126,0.92028,300,100,1), - (350,324,1,-6975,-4110,11.39,0.365,0,0,0.181489,0.983393,300,100,1), - (351,171737,0,-4839.2,-1185.15,509.137,-1.91113,0,0,-0.816641,0.577145,900,100,1), - (352,171730,0,-4831.98,-1184.63,502.49,-1.88496,0,0,-0.809017,0.587785,900,100,1), - (353,324,1,-6772,-2271,-243,5.793,0,0,0.242646,-0.970115,300,100,1), - (357,324,1,-7426,-3885,13.47,3.036,0,0,0.998607,0.0527718,300,100,1), - (358,324,1,5506,-4658,792.844,1.777,0,0,0.776127,0.630577,300,100,1), - (359,324,1,-7948,-1271,-275,2.621,0,0,0.966314,0.257367,300,100,1), - (366,324,1,-9035,-2107,18.84,0.636,0,0,0.312667,0.949863,300,100,1), - (367,324,1,-7187,-2310,-246,-2,0,0,-0.841471,0.540302,300,100,1), - (369,324,1,-8119,-4545,13.075,-1,0,0,-0.479426,0.877583,300,100,1), - (374,324,1,-6947,-2263,-270,6.094,0,0,0.0944517,-0.995529,300,100,1), - (376,324,1,-7881,-2323,27.173,5.286,0,0,0.47819,-0.878256,300,100,1), - (377,324,1,-6406.31,-2017.48,-265.031,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (378,324,1,-7064,-4155,8.877,1.92,0,0,0.819192,0.57352,300,100,1), - (383,324,1,-6256.33,-1561.04,-220.434,1.79769,0,0,0.782608,0.622514,300,255,1), - (384,324,1,5532.42,-4548,789.692,4.29,0,0,0.839625,-0.543166,300,100,1), - (385,324,1,-7068,-3260,9.727,4.907,0,0,0.635065,-0.772459,300,100,1), - (386,324,1,-7504,1915.57,-57,2.839,0,0,0.988577,0.15072,300,100,1), - (388,2066,0,-7952.89,-893.744,131.096,3.14159,0,0,1,0,7200,100,1), - (389,176898,0,-8019.49,-1575.21,132.505,3.14159,0,0,1,0,7200,100,1), - (390,2061,0,-8019.49,-1575.21,132.505,3.14159,0,0,1,0,7200,100,1), - (391,176899,0,-8138.42,-1569.88,133.519,3.14159,0,0,1,0,7200,100,1), - (392,2061,0,-8138.42,-1569.88,133.519,3.14159,0,0,1,0,7200,100,1), - (393,176897,0,-8024.92,-1578.48,132.505,-2.43473,0,0,0.938191,-0.346117,7200,100,1), - (394,2061,0,-8024.92,-1578.48,132.505,-2.43473,0,0,0.938191,-0.346117,7200,100,1), - (395,178525,0,-8356.12,-2758.46,185.908,3.09796,0.014118,0.047677,0.998539,0.02116,7200,100,1), - (396,2061,0,-8356.12,-2758.46,185.908,3.09796,0.014118,0.047677,0.998539,0.02116,7200,100,1), - (397,174730,0,-7756.29,-1523.28,131.932,3.14159,0,0,1,0,7200,100,1), - (398,3276,1,-603.328,-4708.8,38.0548,-2.85361,0,0,0.989651,-0.143493,900,100,1), - (399,18075,1,315.727,-4666.47,16.1628,-3.14159,0.008725,-0.021814,0.999724,0.00019,900,100,1), - (400,2061,1,315.727,-4666.47,16.1628,-3.14159,0.008725,-0.021814,0.999724,0.00019,900,100,1), - (401,18076,1,317.67,-4671.1,16.1196,2.97579,0.036577,0.018837,0.995784,0.081979,900,100,1), - (402,2061,1,317.67,-4671.1,16.1196,2.97579,0.036577,0.018837,0.995784,0.081979,900,100,1), - (403,2066,0,-7756.29,-1523.28,131.932,3.14159,0,0,1,0,7200,100,1), - (404,174729,0,-7694.49,-1540.39,131.614,2.09808,0,0,0.866945,0.498404,7200,100,1), - (405,2066,0,-7694.49,-1540.39,131.614,2.09808,0,0,0.866945,0.498404,7200,100,1), - (406,178524,0,-7496.91,-2173.04,165.471,-1.02691,0,0,-0.49119,0.871052,7200,100,1), - (407,2061,0,-7496.91,-2173.04,165.471,-1.02691,0,0,-0.49119,0.871052,7200,100,1), - (408,167288,0,-8234.53,-1938.08,144.98,0.375246,0,0,0.186524,0.98245,7200,100,1), - (409,2066,0,-8234.53,-1938.08,144.98,0.375246,0,0,0.186524,0.98245,7200,100,1), - (410,179782,0,-7649.36,-629.479,201.412,2.09439,0,0,0.866025,0.5,7200,100,1), - (411,126313,0,-7543.08,-1272.85,273.152,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (412,2061,0,-7543.08,-1272.85,273.152,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (413,126314,0,-7543.86,-1274.22,250.392,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (414,2061,0,-7543.86,-1274.22,250.392,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (415,126342,0,-7517.62,-1338.7,291.773,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (416,126338,0,-7586.38,-1285.8,301.35,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (417,126340,0,-7522.6,-1274.6,296.637,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (418,126341,0,-7524.32,-1293.11,296.637,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (419,126335,0,-7576.99,-1296.62,245.518,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (420,2061,0,-7576.99,-1296.62,245.518,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (421,126337,0,-7579.47,-1269.68,301.35,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (422,126312,0,-7588.21,-1286.63,244.812,-3.02109,-0.064748,-0.010316,0.996012,-0.060503,7200,100,1), - (423,171731,0,-4834,-1183.99,502.49,-1.88496,0,0,-0.809017,0.587785,900,100,1), - (424,2061,0,-7588.21,-1286.63,244.812,-3.02109,-0.064748,-0.010316,0.996012,-0.060503,7200,100,1), - (425,18077,1,-782.757,-4903.25,19.52,-2.58309,0.037117,0.028782,0.959991,-0.276064,900,100,1), - (426,2061,0,-13485.5,182.14,42.6382,1.79769,0.043746,-0.057043,0.779825,0.621856,900,100,1), - (427,179584,0,-7590.69,-1139.77,260.681,-2.76635,0,0,0.98245,-0.186524,7200,100,1), - (428,179585,0,-7625.35,-1226.51,231.776,-2.77262,-0.05277,-0.032732,0.980894,-0.184368,7200,100,1), - (429,1984,0,-14126.9,467.527,1.84972,2.64417,-0.00631,0.010606,0.969138,0.246208,900,100,1), - (430,126345,0,-7534.01,-1316.83,289.916,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (431,171732,0,-4823.24,-1187.74,502.49,-1.89368,0,0,-0.811574,0.58425,900,100,1), - (432,2061,0,-14126.9,467.527,1.84972,2.64417,-0.00631,0.010606,0.969138,0.246208,900,100,1), - (433,171738,0,-4841.6,-1185.98,509.137,-0.340339,0,0,-0.169349,0.985556,900,100,1), - (434,126339,0,-7543,-1285.67,301.35,-3.01942,0,0,0.998135,-0.061049,7200,100,1), - (435,50983,0,-8099.92,-1524.54,131.873,1.38754,0,0,0.639439,0.768842,7200,100,1), - (436,51703,0,-8093.27,-1528.69,134.047,-2.92343,0,0,0.994056,-0.108867,7200,100,1), - (437,51702,0,-8106.03,-1523.98,133.778,-0.706857,0,0,-0.346117,0.938192,7200,100,1), - (438,3936,0,-8092.23,-1901.79,134.228,0.96866,0,0,0.465615,0.884987,7200,100,1), - (439,3937,0,-8093.63,-1885.11,182.532,0.829033,0,0,0.402747,0.915311,7200,100,1), - (440,3224,1,1303.61,-4397.36,29.1405,-3.11541,0,0,0.999914,-0.01309,900,100,1), - (441,3941,0,-8081.28,-1900.51,147.677,1.98968,0,0,0.83867,0.544639,7200,100,1), - (442,3942,0,-8100.9,-1896.27,147.677,2.07694,0,0,0.861629,0.507539,7200,100,1), - (443,180691,509,-8938.36,1860.11,3.23041,3.75246,0,0,-0.953716,0.300708,21600,100,1), - (444,180691,509,-9344.26,1191.31,22.0217,1.309,0,0,0.608761,0.793354,21600,100,1), - (445,180691,509,-9541.15,1585.01,26.5581,4.04917,0,0,-0.898793,0.438373,21600,100,1), - (446,180691,509,-9694.64,1653.44,22.4991,5.86431,0,0,-0.207912,0.978148,21600,100,1), - (447,180691,509,-9090.66,1500.96,24.4341,0.977383,0,0,0.469471,0.882948,21600,100,1), - (448,180691,509,-9121.05,2180.52,24.8621,0.90757,0,0,0.438371,0.898794,21600,100,1), - (449,180691,509,-9519.04,2003.01,109.034,2.42601,0,0,0.936672,0.350207,21600,100,1), - (450,180691,509,-8713.44,1543.34,32.2034,0.767944,0,0,0.374606,0.927184,21600,100,1), - (451,180691,509,-9006.97,1988.6,32.2369,6.16101,0,0,-0.0610485,0.998135,21600,100,1), - (452,180691,509,-8772.14,2003.6,21.907,2.91469,0,0,0.993571,0.113208,21600,100,1), - (456,1617,0,-9715,1432.14,45.3387,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (457,171733,0,-4825.41,-1189.06,502.49,-0.322887,0,0,-0.160743,0.986996,900,100,1), - (458,1617,1,5048.67,329.374,31.48,5.716,0,0,0.279807,-0.960056,300,100,1), - (459,1617,1,7237.7,-783,26.589,0,0,0,0,1,300,100,1), - (460,1617,1,6172.95,366.954,33.24,1.728,0,0,0.760446,0.649401,300,100,1), - (461,171734,0,-4824.4,-1191.44,502.49,1.24791,0,0,0.584249,0.811574,900,100,1), - (462,1617,1,426.637,-2819.96,91.6667,1.29154,0,0,0.601814,0.798637,300,255,1), - (463,171736,0,-4838.07,-1187.07,509.137,2.80125,0,0,0.985556,0.16935,900,100,1), - (464,142851,0,-4835.16,-1187.25,502.49,1.25664,0,0,0.587785,0.809017,900,100,1), - (465,1617,0,2317.02,491.922,34.029,-1,0,0,-0.479426,0.877583,300,100,1), - (466,1617,1,1326.19,-4245,32.268,0.754,0,0,0.368133,0.929773,300,100,1), - (467,1617,1,1303.82,-4208.95,27.4298,2.80997,0,0,0.986285,0.165053,300,255,1), - (468,1617,1,62.3123,-4479.89,47.7699,1.58825,0,0,0.713251,0.700909,300,255,1), - (469,1617,0,-10516,1896.24,38.193,-2,0,0,-0.841471,0.540302,300,100,1), - (470,1617,1,4454.28,467.749,50.933,0.576,0,0,0.284035,0.958814,300,100,1), - (471,1617,1,6645.38,361.735,26.8457,-1.3439,0,0,-0.622513,0.782609,300,100,1), - (472,1617,0,-10332.2,1244.15,39.5897,-1.36136,0,0,-0.629322,0.777145,300,100,1), - (473,1617,1,451.24,-3405.39,91.6825,0.925024,0,0,0.446198,0.894934,300,255,1), - (474,171606,0,-4804.75,-1189.88,512.487,1.55334,0,0,0.700909,0.71325,900,100,1), - (475,1617,1,8.508,-4230,76.865,2.98,0,0,0.996738,0.0807084,300,100,1), - (476,1617,1,7184.15,-644.258,41.5095,0.802851,0,0,0.390731,0.920505,300,100,1), - (477,1617,1,-1156.79,-411.42,-26.6657,0.645772,0,0,0.317305,0.948324,300,100,1), - (478,1617,1,7039.44,44.654,18.0968,4.127,0,0,0.881057,-0.47301,300,100,1), - (479,180655,0,699.816,1845.44,-0.446223,-2.44346,0,0,-0.939692,0.342021,180,100,1), - (480,143338,0,-4810.88,-1177.32,505.397,1.50098,0,0,0.681999,0.731353,900,100,1), - (481,171706,0,-4821.71,-1177.98,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (482,1617,1,129.599,-2920.54,92.4678,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (483,1617,1,-1589.33,-315.052,-28.3745,2.61799,0,0,0.965925,0.258821,300,100,1), - (484,1617,1,-1878,-3042,89.075,3.79,0,0,0.947905,-0.318554,300,100,1), - (485,180656,0,699.816,1845.44,-0.446223,-2.44346,0,0,-0.939692,0.342021,180,100,1), - (486,1617,1,1285.33,-4089,30.211,1.692,0,0,0.748634,0.662983,300,100,1), - (487,1617,1,1301.37,-4127,28.347,0.691,0,0,0.338667,0.940906,300,100,1), - (488,1617,1,600.744,-1319,91.669,4.113,0,0,0.884347,-0.466831,300,100,1), - (489,1617,1,678.51,-1315,93.493,5.06,0,0,0.574172,-0.818735,300,100,1), - (490,1617,1,6900.44,-524,43.778,5.442,0,0,0.408302,-0.912847,300,100,1), - (491,1617,0,1139.96,1260.25,41.2663,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (492,2061,0,-4821.71,-1177.98,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (493,1617,1,7131.54,74.169,14.965,1.044,0,0,0.498615,0.866824,300,100,1), - (494,1617,1,7145.9,52.23,14.659,1.441,0,0,0.65976,0.751476,300,100,1), - (495,1617,1,7114.1,-297,38.313,1.044,0,0,0.498615,0.866824,300,100,1), - (496,1617,1,7080.67,96.235,13.352,3.714,0,0,0.959323,-0.282312,300,100,1), - (497,1617,1,7130.63,93.526,16.112,5.839,0,0,0.220271,-0.975439,300,100,1), - (498,1617,1,6799.54,-327,40.15,5.65,0,0,0.31133,-0.950302,300,100,1), - (499,1617,1,1375.91,-4587,39.316,1.771,0,0,0.774232,0.632902,300,100,1), - (500,1617,1,1399.32,-4626,38.351,1.669,0,0,0.740961,0.671548,300,100,1), - (501,1617,1,7137.12,84.088,15.076,-1,0,0,-0.479426,0.877583,300,100,1), - (502,180657,0,-1199.8,-833.747,0,2.46091,0,0,0.942641,0.333809,180,100,1), - (503,171552,0,-4970.59,-1209.67,501.778,2.2602,0,0,0.904455,0.426569,900,100,1), - (504,1617,1,1091.89,-4071,15.142,2.564,0,0,0.958587,0.284799,300,100,1), - (505,1617,1,1060.03,-4001,22.855,1.751,0,0,0.767864,0.640613,300,100,1), - (506,1617,1,1056.19,-3958,19.563,6.055,0,0,0.113845,-0.993499,300,100,1), - (507,1617,1,-231,-2394,91.667,-2,0,0,-0.841471,0.540302,300,100,1), - (508,1617,0,2065.34,840.386,36.0886,2.9845,0,0,0.996917,0.0784656,300,255,1), - (509,148976,0,-4970.59,-1209.67,501.778,2.2602,0,0,0.904455,0.426569,900,100,1), - (510,1617,0,2512.1,474.549,35.675,-3,0,0,-0.997495,0.0707372,300,100,1), - (511,1617,1,1331.61,-4261,31.054,0.364,0,0,0.180997,0.983484,300,100,1), - (512,171555,0,-4960.58,-1274.09,501.639,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (513,2061,0,-4960.58,-1274.09,501.639,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (514,1617,1,101.713,-4080.68,54.7553,1.22173,0,0,0.573576,0.819152,300,255,1), - (515,1617,0,1255.8,1150.57,50.616,0.227,0,0,0.113256,0.993566,300,100,1), - (516,171556,0,-4949.82,-1277.37,501.583,2.53073,0,0,0.953717,0.300706,900,100,1), - (517,1617,1,-1960,-62,-2,-2,0,0,-0.841471,0.540302,300,100,1), - (518,1617,1,-2333,-1375,18.075,1.023,0,0,0.489486,0.872011,300,100,1), - (519,1617,1,-2339,-1334,6.778,1.408,0,0,0.647272,0.762259,300,100,1), - (520,1617,1,-475.922,-1968.03,92.3905,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (521,1617,1,-2333,-1275,-2,2.543,0,0,0.955544,0.294848,300,100,1), - (522,1617,1,6137.04,41.2724,43.2857,-0.558505,0,0,-0.275637,0.961262,300,100,1), - (523,1617,1,-880,-4739,29.577,2.415,0,0,0.934731,0.355357,300,100,1), - (524,142912,0,-4973.22,-1280.35,501.979,0.959931,0,0,0.461749,0.887011,900,100,1), - (525,1617,0,2452.52,592.299,29.546,-2,0,0,-0.841471,0.540302,300,100,1), - (526,171665,0,-4971.16,-1277.57,501.979,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (527,171666,0,-4966.4,-1285.25,501.979,-0.602139,0,0,-0.296542,0.95502,900,100,1), - (528,1617,1,379.352,-4041,32.195,1.394,0,0,0.64192,0.766771,300,100,1), - (529,1617,0,1360.65,1053.08,53.782,0.401,0,0,0.199159,0.979967,300,100,1), - (530,1617,1,-395,-4676,43.094,1.775,0,0,0.775496,0.631353,300,100,1), - (531,1617,1,552.955,-4920,27.37,-2,0,0,-0.841471,0.540302,300,100,1), - (532,1617,1,12.392,-2422,93.3824,4.086,0,0,0.890568,-0.45485,300,100,1), - (533,1617,1,-15,-2447,119.412,5.365,0,0,0.443135,-0.896455,300,100,1), - (534,1617,1,4484.83,178.435,61.7719,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (535,171668,0,-4963.39,-1287.29,501.979,2.53945,0,0,0.95502,0.296542,900,100,1), - (536,180662,0,-1068.16,-336.681,0,1.90241,0,0,0.814116,0.580702,180,100,1), - (537,1617,0,-5145,-3430,297.715,0.823,0,0,0.399985,0.916522,300,100,1), - (538,1617,0,-5019,-3489,299.133,5.959,0,0,0.161384,-0.986892,300,100,1), - (539,1617,0,-5012,-3495,301.964,0.237,0,0,0.118223,0.992987,300,100,1), - (540,1617,1,-386,-4871,45.498,5.82,0,0,0.229528,-0.973302,300,100,1), - (541,1617,0,1430.56,653.667,51.9433,0.052359,0,0,0.0261765,0.999657,300,255,1), - (542,1617,1,-845.504,-2742.02,91.6667,0.314158,0,0,0.156434,0.987688,300,255,1), - (543,180664,0,-1032.62,-405.506,0,-0.174533,0,0,-0.0871558,0.996195,180,100,1), - (544,171664,0,-4969.41,-1278.77,501.979,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (545,171673,0,-4974.25,-1280.15,510.323,-2.19039,0,0,0.889017,-0.457874,900,100,1), - (546,1617,0,-4995,-3604,298.548,2.978,0,0,0.996657,0.0817052,300,100,1), - (547,143255,0,-4955.59,-1270.56,508.418,1.00356,0,0,0.480989,0.876727,900,100,1), - (548,142911,0,-4971.47,-1281.55,501.979,0.959931,0,0,0.461749,0.887011,900,100,1), - (549,1617,1,5188.07,315.228,35.38,2.779,0,0,0.983611,0.180305,300,100,1), - (550,1617,1,5619.42,340.177,21.084,3.31,0,0,0.996457,-0.0841042,300,100,1), - (551,1617,1,5911.94,-1,34.008,0.211,0,0,0.105304,0.99444,300,100,1), - (552,1617,1,5817.34,120.015,31.138,6.141,0,0,0.0710329,-0.997474,300,100,1), - (553,180657,0,-1176.62,161.262,0,-2.09439,0,0,-0.866024,0.500002,180,100,1), - (554,180662,0,-1176.62,161.262,0,-2.09439,0,0,-0.866024,0.500002,180,100,1), - (555,1617,1,6489.08,11.864,33.3245,0.881,0,0,0.426392,0.904539,300,100,1), - (556,142916,0,-4960.93,-1286.99,510.31,2.53945,0,0,0.95502,0.296542,900,100,1), - (557,1617,0,1432.96,544.227,48.2039,1.74533,0,0,0.766045,0.642787,300,255,1), - (558,171671,0,-4973.88,-1282.49,510.323,2.522,0,0,0.952396,0.304864,900,100,1), - (559,180662,0,-1093.24,-33.4709,0,-0.139626,0,0,-0.0697563,0.997564,180,100,1), - (560,1617,1,-1097,-5146,2.327,1.716,0,0,0.756536,0.653952,300,100,1), - (561,1617,1,-288,-4702,38.985,1.434,0,0,0.657126,0.75378,300,100,1), - (562,1617,1,10.926,-2448,102.508,4.192,0,0,0.865222,-0.501389,300,100,1), - (563,179552,230,839.6,9.86411,-53.7335,1.68579,0,0,0.746574,0.665303,180,0,1), - (564,1617,1,-1418,-5171,3.955,3.231,0,0,0.999001,-0.0446888,300,100,1), - (565,171669,0,-4963.88,-1285.02,501.979,-2.17294,0,0,0.884988,-0.465614,900,100,1), - (566,1617,1,4432.75,121.94,57.6481,3.356,0,0,0.994259,-0.106998,300,100,1), - (567,171670,0,-4976.34,-1283.11,510.323,0.951206,0,0,0.457875,0.889017,900,100,1), - (568,1617,1,776.61,-4405,18.767,-1,0,0,-0.479426,0.877583,300,100,1), - (569,1617,1,-1080,554.219,54.488,-2,0,0,-0.841471,0.540302,300,100,1), - (570,142914,0,-4964.06,-1285.03,510.31,-0.602139,0,0,-0.296542,0.95502,900,100,1), - (571,1617,1,-1558.19,303.555,42.869,0.331613,0,0,0.165048,0.986286,300,100,1), - (572,1617,0,1147.77,1535.59,34.6036,2.04204,0,0,0.852641,0.522496,300,255,1), - (573,142915,0,-4963.46,-1287.17,510.31,0.968658,0,0,0.465615,0.884988,900,100,1), - (574,171667,0,-4965.73,-1287.7,501.979,0.968658,0,0,0.465615,0.884988,900,100,1), - (575,171672,0,-4976.54,-1280.59,510.323,-0.619592,0,0,-0.304864,0.952396,900,100,1), - (576,1617,0,2242.11,686.102,37.4278,1.22173,0,0,0.573576,0.819152,300,255,1), - (577,1617,1,4642.72,414.602,47.4611,4.047,0,0,0.899268,-0.437398,300,100,1), - (578,1617,0,-4967,-3611,299.149,3.367,0,0,0.993656,-0.112465,300,100,1), - (579,1617,0,-4956,-3601,297.204,2.841,0,0,0.988727,0.149731,300,100,1), - (581,180657,0,-1056.71,288.538,0,-2.93215,0,0,-0.994522,0.10453,180,100,1), - (582,1617,0,-11287,1561.21,71.119,2.217,0,0,0.895031,0.446005,300,100,1), - (583,1617,1,-2475.99,-71.0842,-3.06786,2.07694,0,0,0.861629,0.507539,300,100,1), - (585,1617,1,-798.95,-2859.27,91.6667,0.471238,0,0,0.233445,0.97237,300,255,1), - (586,1617,1,381.297,-4921,24.043,5.895,0,0,0.192876,-0.981223,300,100,1), - (587,1617,0,1060.06,1466.32,37.9948,2.042,0,0,0.852631,0.522514,300,100,1), - (588,1617,0,-11240.1,1721.31,37.4474,-0.034907,0,0,-0.0174526,0.999848,300,100,1), - (589,1617,1,-554,-2706,91.6667,0.314,0,0,0.156356,0.987701,300,100,1), - (590,171746,0,-4863.04,-1172.48,504.197,0.200711,0,0,0.100187,0.994969,900,100,1), - (591,1617,1,739.137,-3901,18.2389,4.657,0,0,0.726416,-0.687255,300,100,1), - (592,171747,0,-4860.68,-1170.29,504.197,-2.33001,0,0,0.918791,-0.394744,900,100,1), - (593,1617,1,-1186.96,-3192.73,91.8396,-1.27409,0,0,-0.594823,0.803857,300,255,1), - (594,1617,1,-1924,106.785,32.499,3.262,0,0,0.998188,-0.0601674,300,100,1), - (595,1617,1,-2003.62,-833.772,-8.44249,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (596,171559,0,-5023.6,-1206.5,501.606,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (597,1617,0,-5131,-3404,301.496,1.957,0,0,0.829661,0.558268,300,100,1), - (598,1617,1,-2178,-1019,9.797,0.717,0,0,0.35087,0.936424,300,100,1), - (599,1617,1,-2222,-977,0.896,2.692,0,0,0.97484,0.222908,300,100,1), - (600,1617,1,-2315,63.033,36.752,0.908,0,0,0.438564,0.8987,300,100,1), - (601,2061,0,-5023.6,-1206.5,501.606,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (602,1617,1,-239.771,-5044.97,20.8657,3.586,0,0,0.975414,-0.22038,300,100,1), - (603,171639,0,-5023.4,-1261.69,505.295,2.2602,0,0,0.904455,0.426569,900,100,1), - (604,1617,1,54.377,-1883,94.587,4.125,0,0,0.88153,-0.472128,300,100,1), - (605,1617,1,176.738,-1994,92.355,5.221,0,0,0.506476,-0.862254,300,100,1), - (606,1617,1,166.057,-1710,93.846,2.26,0,0,0.904412,0.42666,300,100,1), - (607,1617,0,-6085,-2783,414.814,2.904,0,0,0.992952,0.118517,300,100,1), - (608,1617,0,-6077.89,-2806.17,412.348,4.003,0,0,0.908672,-0.41751,300,100,1), - (609,1617,1,-1026,-4802,13.723,3.683,0,0,0.963583,-0.26741,300,100,1), - (610,2061,0,-5023.4,-1261.69,505.295,2.2602,0,0,0.904455,0.426569,900,100,1), - (611,171638,0,-5031,-1252.47,505.295,2.2602,0,0,0.904455,0.426569,900,100,1), - (612,2061,0,-5031,-1252.47,505.295,2.2602,0,0,0.904455,0.426569,900,100,1), - (613,171641,0,-5026.75,-1289.01,507.714,2.2602,0,0,0.904455,0.426569,900,100,1), - (615,1617,1,481.612,-4944,32.565,5.124,0,0,0.547683,-0.836686,300,100,1), - (616,1617,1,354.219,-5033,20.688,5.395,0,0,0.429639,-0.903001,300,100,1), - (617,2061,0,-5026.75,-1289.01,507.714,2.2602,0,0,0.904455,0.426569,900,100,1), - (618,180662,0,-1056.71,288.538,0,-2.93215,0,0,-0.994522,0.10453,180,100,1), - (619,176573,0,-5007.49,-1240.82,518.174,-0.977384,0,0,0.469472,-0.882948,900,100,1), - (620,1617,1,-81,-3201,91.742,3.079,0,0,0.99951,0.0312912,300,100,1), - (621,143254,0,-5028.5,-1187.64,506.21,0.5236,0,0,0.25882,0.965926,900,100,1), - (622,180657,0,-1101.77,-285.447,0,0.959931,0,0,0.461749,0.887011,180,100,1), - (623,1617,1,-2208,-1068,1.405,1.313,0,0,0.610348,0.792133,300,100,1), - (624,180655,0,-335.832,1723.09,0,-1.8326,0,0,-0.793355,0.60876,180,100,1), - (625,1617,1,-124.365,-5144.47,20.6892,4.787,0,0,0.680242,-0.732988,300,100,1), - (626,1617,1,-116.26,-5164.3,19.904,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (627,1617,1,-135.702,-5153.32,20.3162,5.408,0,0,0.42376,-0.905774,300,100,1), - (628,171527,0,-4979.33,-1199.22,504.024,0.689404,0,0,0.337916,0.941176,900,100,1), - (629,3943,0,-8081.89,-1895.87,182.532,1.63188,0,0,0.728371,0.685183,7200,100,1), - (630,1617,1,-965,-2050,81.107,3.941,0,0,0.921176,-0.389145,300,100,1), - (631,1617,1,-1528,112.738,-6,5.159,0,0,0.532958,-0.846142,300,100,1), - (632,1617,1,750.504,-2393,91.667,2.618,0,0,0.965927,0.258816,300,100,1), - (633,1617,1,1233.74,-5047,3.209,-3,0,0,-0.997495,0.0707372,300,100,1), - (634,1617,1,7213.34,-924,44.351,1.972,0,0,0.833825,0.55203,300,100,1), - (635,171525,0,-4979.23,-1197.92,503.924,2.2602,0,0,0.904455,0.426569,900,100,1), - (636,171526,0,-4980.52,-1197.82,504.024,-2.45219,0,0,0.941176,-0.337917,900,100,1), - (637,1617,1,145.911,-4620,30.003,0.611,0,0,0.30077,0.953697,300,100,1), - (638,1617,1,-1433,-372,-43,-2,0,0,-0.841471,0.540302,300,100,1), - (639,180656,0,-335.832,1723.09,0,-1.8326,0,0,-0.793355,0.60876,180,100,1), - (640,171557,0,-4973.9,-1159.04,501.612,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (641,1617,0,2061.84,947.026,38.094,-2,0,0,-0.841471,0.540302,300,100,1), - (642,1617,1,6994.25,-487,47.211,0.443,0,0,0.219693,0.975569,300,100,1), - (643,1617,1,-1522.37,-877.791,24.0433,2.77507,0,0,0.983255,0.182237,300,100,1), - (644,1617,1,-1819,-365,-6,1.163,0,0,0.549278,0.83564,300,100,1), - (645,1617,1,6062.24,330.004,28.136,1.50098,0,0,0.681997,0.731355,300,255,1), - (646,2061,0,-4973.9,-1159.04,501.612,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (647,1617,1,-1281.33,-396.379,-38.5493,2.80997,0,0,0.986285,0.165053,300,255,1), - (648,1617,0,-9884.5,1532.05,47.128,0.890118,0,0,0.430511,0.902585,300,100,1), - (649,180657,0,-1102.51,-83.557,0,0.069813,0,0,0.0348994,0.999391,180,100,1), - (650,1617,1,-902,-2070,81.519,4.347,0,0,0.823806,-0.566872,300,100,1), - (651,1617,0,-5863,-3313,294.324,0.465,0,0,0.230411,0.973093,300,100,1), - (652,1617,0,-5950,-3277,281.47,1.557,0,0,0.702212,0.711968,300,100,1), - (653,1617,0,-5908,-3325,290.878,4.015,0,0,0.906151,-0.422955,300,100,1), - (654,1617,0,-5895,-3267,292.339,1.31,0,0,0.609159,0.793048,300,100,1), - (655,1617,0,-5977,-3282,275.877,1.922,0,0,0.819765,0.572701,300,100,1), - (656,1617,0,-5961,-3309,277.01,5.468,0,0,0.3964,-0.918078,300,100,1), - (657,1617,0,-5281,-2846,345.357,-1,0,0,-0.479426,0.877583,300,100,1), - (658,171536,0,-5022.02,-1116.98,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (659,1617,1,521.076,-3664.99,27.5696,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (660,2061,0,-5022.02,-1116.98,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (661,1617,1,-599,-4924,35.163,4.344,0,0,0.824655,-0.565635,300,100,1), - (662,1617,1,-628,-4935,34.68,4.175,0,0,0.869452,-0.494017,300,100,1), - (663,1617,0,-9869.6,879.703,32.099,2.42601,0,0,0.936673,0.350206,300,100,1), - (664,171539,0,-4989.99,-1080.22,497.987,2.2602,0,0,0.904455,0.426569,900,100,1), - (665,2061,0,-4989.99,-1080.22,497.987,2.2602,0,0,0.904455,0.426569,900,100,1), - (666,171540,0,-5025.33,-1083.12,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (667,1617,1,6124.09,415.109,27.894,4.408,0,0,0.806136,-0.59173,300,100,1), - (668,1617,1,59.697,-4324,63.289,4.233,0,0,0.854762,-0.51902,300,100,1), - (669,2061,0,-5025.33,-1083.12,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (670,171535,0,-4988.84,-1108.41,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (671,1617,1,-27,-2243,91.667,0.192,0,0,0.0958526,0.995396,300,100,1), - (672,2061,0,-4988.84,-1108.41,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (673,171658,0,-5058.27,-1165.86,503.695,-0.322887,0,0,-0.160743,0.986996,900,100,1), - (674,171654,0,-5037.39,-1108.51,508.667,-1.85005,0,0,-0.798635,0.601815,900,100,1), - (675,171650,0,-5022.18,-1127.52,511.99,-2.96706,0,0,0.996195,-0.087156,900,100,1), - (676,180662,0,-1102.51,-83.557,0,0.069813,0,0,0.0348994,0.999391,180,100,1), - (677,1617,0,2266.3,987.928,44.4053,-0.872664,0,0,-0.422618,0.906308,300,255,1), - (678,3226,1,306.623,-4741.73,12.8672,0.034906,0,0,0.017452,0.999848,900,100,1), - (679,1617,0,1118.51,1147.29,45.188,-1,0,0,-0.479426,0.877583,300,100,1), - (680,1617,1,-1762.1,224.467,38.1832,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (681,1617,1,-86,-2895,92.098,3.935,0,0,0.92234,-0.38638,300,100,1), - (682,171651,0,-5025.38,-1127.88,511.99,-0.436331,0,0,-0.216439,0.976296,900,100,1), - (683,171653,0,-5037.43,-1107.79,501.984,0.567231,0,0,0.279829,0.96005,900,100,1), - (684,1617,1,719.399,-4984,17.222,5.058,0,0,0.574991,-0.81816,300,100,1), - (685,1617,1,673.2,-4919,26.861,5.957,0,0,0.162371,-0.98673,300,100,1), - (686,1617,1,640.641,-4923,32.171,0.055,0,0,0.0274965,0.999622,300,100,1), - (687,1617,1,593.542,-4910,26.619,6.161,0,0,0.0610548,-0.998134,300,100,1), - (688,1617,1,548.285,-4925,27.793,6.185,0,0,0.049073,-0.998795,300,100,1), - (689,1617,1,619.577,-1386,99.08,0.308,0,0,0.153392,0.988165,300,100,1), - (690,1617,1,6354.49,52.359,33.345,-1,0,0,-0.479426,0.877583,300,100,1), - (691,1617,1,5199.67,283.565,39.3069,1.3439,0,0,0.622513,0.782609,300,255,1), - (692,1617,1,4963.24,287.666,41.1007,2.91469,0,0,0.993571,0.113208,300,100,1), - (693,171652,0,-5037.57,-1104.63,501.984,-0.567232,0,0,-0.279829,0.96005,900,100,1), - (694,171656,0,-5037.01,-1112.12,508.667,2.68781,0,0,0.97437,0.224951,900,100,1), - (695,1617,1,-823.522,173.456,-10.2636,0.471238,0,0,0.233445,0.97237,300,255,1), - (696,1617,1,468.837,-3003,92.177,0.017,0,0,0.0084999,0.999964,300,100,1), - (697,1617,0,2288.44,1252.32,38.206,1.99,0,0,0.838759,0.544503,300,100,1), - (698,180657,0,-1107.49,-147.94,0,-2.75762,0,0,-0.981627,0.190809,180,100,1), - (699,1617,0,1809.61,1146.16,46.272,0.314,0,0,0.156356,0.987701,300,100,1), - (700,1617,1,-838,-1968,92.062,4.968,0,0,0.611213,-0.791466,300,100,1), - (701,171657,0,-5039.72,-1108.76,508.667,-0.890117,0,0,-0.430511,0.902585,900,100,1), - (702,1617,1,-946,-705,-34,-3,0,0,-0.997495,0.0707372,300,100,1), - (703,1617,0,-5295,-2778,353.012,1.274,0,0,0.594786,0.803884,300,100,1), - (704,1617,1,-2303,-1304,9.941,1.278,0,0,0.596393,0.802693,300,100,1), - (705,1617,1,-1312.37,-3093.32,93.212,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (706,180662,0,-1107.49,-147.94,0,-2.75762,0,0,-0.981627,0.190809,180,100,1), - (707,143249,0,-5023.99,-1156.32,505.413,-1.32645,0,0,-0.615661,0.788011,900,100,1), - (708,180657,0,-985.492,335.767,0,-1.36136,0,0,-0.629322,0.777145,180,100,1), - (709,1617,0,-4888,-3474,300.524,1.565,0,0,0.705055,0.709153,300,100,1), - (710,1617,0,-4913,-3495,299.134,0.626,0,0,0.307914,0.951414,300,100,1), - (711,1617,0,-10278.2,1513.24,41.5956,3.12414,0,0,0.999962,0.0087262,300,100,1), - (712,1617,0,-5570,-3181,329.772,4.043,0,0,0.900141,-0.435599,300,100,1), - (713,180662,0,-985.492,335.767,0,-1.36136,0,0,-0.629322,0.777145,180,100,1), - (714,1617,1,-2239,-1250,27.351,5.339,0,0,0.454751,-0.890619,300,100,1), - (715,1617,1,-2241,-1177,5.049,3.006,0,0,0.997703,0.0677444,300,100,1), - (716,1617,1,-2305,-1255,6.772,0.787,0,0,0.383423,0.923573,300,100,1), - (717,171558,0,-5035.62,-1158.8,501.623,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (718,2061,0,-5035.62,-1158.8,501.623,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (719,171659,0,-5055.12,-1165.15,503.695,-2.85361,0,0,0.989651,-0.143493,900,100,1), - (720,171655,0,-5039.2,-1112.08,508.667,1.72788,0,0,0.760406,0.649448,900,100,1), - (721,1617,1,-2216,-1205,19.657,1.094,0,0,0.520127,0.854089,300,100,1), - (722,180662,0,-1304.26,-991.073,0,0.558505,0,0,0.275637,0.961262,180,100,1), - (723,1617,1,-1929,-2870,91.855,3.491,0,0,0.984778,-0.173816,300,100,1), - (724,180662,0,-1108.14,-216.96,0,2.07694,0,0,0.861629,0.507539,180,100,1), - (725,180662,0,-1263.25,-908.322,0,1.5708,0,0,0.707108,0.707106,180,100,1), - (726,180655,0,-459.576,1677.06,0,-1.90241,0,0,-0.814116,0.580702,180,100,1), - (727,1617,1,1193.99,-4978,10.756,1.414,0,0,0.649556,0.760314,300,100,1), - (728,1617,0,1859.72,704.132,40.2275,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (729,1617,1,-1868,-2995,93.478,4.273,0,0,0.844212,-0.53601,300,100,1), - (730,1617,1,-1871,-2958,92.585,3.711,0,0,0.959745,-0.280873,300,100,1), - (731,1617,1,246.02,-3153.48,90.0559,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (732,180656,0,-459.576,1677.06,0,-1.90241,0,0,-0.814116,0.580702,180,100,1), - (733,180582,0,719.737,978.174,32.9329,-0.802851,0,0,-0.390731,0.920505,180,100,1), - (735,171584,0,-4955.28,-1013.97,503.875,-2.53945,0,0,0.95502,-0.296541,900,100,1), - (736,171582,0,-4960.93,-1023.36,503.873,2.19911,0,0,0.891006,0.453991,900,100,1), - (737,171583,0,-4962.63,-1020.54,503.873,-1.37881,0,0,-0.636078,0.771625,900,100,1), - (738,180655,0,719.737,978.174,32.9329,-0.802851,0,0,-0.390731,0.920505,180,100,1), - (739,1617,1,6600.56,371.189,31.966,5.002,0,0,0.597671,-0.801742,300,100,1), - (740,171587,0,-4961.01,-1015.29,503.874,0.069814,0,0,0.0349,0.999391,900,100,1), - (741,171580,0,-4962.61,-1022.17,503.873,1.23918,0,0,0.580703,0.814115,900,100,1), - (742,171581,0,-4960.31,-1021.42,503.873,-2.33874,0,0,0.920505,-0.390731,900,100,1), - (743,1617,1,-1571.92,-575.409,-48.7972,2.58308,0,0,0.961261,0.275641,300,255,1), - (744,1617,1,958.654,-4227,-7,3.463,0,0,0.987115,-0.160013,300,100,1), - (745,1617,1,939.8,-4214,-6,4.429,0,0,0.799878,-0.600162,300,100,1), - (746,171608,0,-5015.06,-991.25,503.888,-1.92859,0,0,-0.821647,0.569996,900,100,1), - (747,1617,1,-1738,66.917,-2,1.902,0,0,0.813997,0.580869,300,100,1), - (748,1617,1,-838,-5355,3.759,5.996,0,0,0.1431,-0.989708,300,100,1), - (749,171537,0,-5011.37,-1054.44,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (750,2061,0,-5011.37,-1054.44,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (751,180582,0,643.843,916.963,32.9319,3.14159,0,0,1,0.00000126759,180,100,1), - (752,1617,1,1091.26,-5007,23.831,5.553,0,0,0.357036,-0.934091,300,100,1), - (753,1617,1,1447.67,-4866,12.74,0.785,0,0,0.3825,0.923956,300,100,1), - (754,1617,1,1192.06,-4960,13.553,4.115,0,0,0.883879,-0.467715,300,100,1), - (755,171609,0,-5018.6,-993.225,503.888,0.776672,0,0,0.378649,0.92554,900,100,1), - (757,1617,0,1701.92,705.036,63.8095,2.28638,0,0,0.909961,0.414694,300,255,1), - (758,3227,1,305.829,-4741.75,12.8513,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (759,1617,1,-2244.55,-1276.81,28.7988,1.98968,0,0,0.838672,0.544637,300,100,1), - (760,171611,0,-5015.82,-994.4,503.888,1.7366,0,0,0.763232,0.646124,900,100,1), - (761,171612,0,-5023.07,-1001.75,503.889,0.57596,0,0,0.284016,0.95882,900,100,1), - (762,149413,0,-4950.79,-1025.79,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (763,2061,0,-4950.79,-1025.79,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (764,1617,1,1302.39,-4129.69,28.5567,0.691,0,0,0.338667,0.940906,300,100,1), - (765,1617,1,1290.39,-4175,26.4116,0.227,0,0,0.113256,0.993566,300,100,1), - (766,1617,1,-2289,-943,-5,0.925,0,0,0.446187,0.89494,300,100,1), - (767,180655,0,643.843,916.963,32.9319,3.14159,0,0,1,0.00000126759,180,100,1), - (768,171614,0,-5023.25,-999.599,503.889,-0.645772,0,0,-0.317305,0.948324,900,100,1), - (769,1617,1,7150.55,-314,37.351,3.522,0,0,0.981966,-0.189059,300,100,1), - (770,1617,0,-4936,-3510,299.385,4.911,0,0,0.633519,-0.773727,300,100,1), - (771,1617,0,-4932,-3492,303.838,5.056,0,0,0.575808,-0.817585,300,100,1), - (772,1617,1,6835.04,273.373,20.978,2.332,0,0,0.919183,0.393832,300,100,1), - (773,171585,0,-4957.44,-1012.4,503.875,-1.84132,0,0,-0.796002,0.605294,900,100,1), - (774,1617,1,-1701,-806,18.385,0.559,0,0,0.275875,0.961194,300,100,1), - (775,1617,1,-1571,-2899,91.667,0.454,0,0,0.225056,0.974346,300,100,1), - (776,180582,0,664.48,728.523,32.9329,-0.279253,0,0,-0.139173,0.990268,180,100,1), - (777,171586,0,-4955.04,-1016.11,503.875,2.522,0,0,0.952396,0.304864,900,100,1), - (778,3228,1,306.174,-4741.32,12.8754,1.6057,0,0,0.71934,0.694658,900,100,1), - (779,171613,0,-5020.95,-1003.37,503.889,1.27409,0,0,0.594822,0.803857,900,100,1), - (780,171617,0,-5011.57,-1006.97,503.889,2.70526,0,0,0.976296,0.21644,900,100,1), - (781,1617,1,959.918,-4292,-6,4.834,0,0,0.66283,-0.74877,300,100,1), - (782,1617,1,14.181,-2483,94.253,2.48,0,0,0.945784,0.324796,300,100,1), - (783,3232,1,-602.694,-4708.82,38.039,-0.610866,0,0,-0.300706,0.953717,900,100,1), - (784,1617,1,-769,-4818,20.71,3.53,0,0,0.981202,-0.192985,300,100,1), - (785,1617,1,-866,-2020,85.566,4.834,0,0,0.66283,-0.74877,300,100,1), - (786,143318,0,-4982.64,-1041.34,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (787,2061,0,-4982.64,-1041.34,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (788,1617,0,-10165,701.762,24.339,0.201,0,0,0.100331,0.994954,300,100,1), - (789,1617,1,5.493,-4232,78.909,2.98,0,0,0.996738,0.0807084,300,100,1), - (790,143319,0,-5019.07,-1018.72,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (791,2061,0,-5019.07,-1018.72,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (792,1617,1,-1271,-5394,4.579,4.641,0,0,0.731891,-0.681422,300,100,1), - (793,3233,1,-603.055,-4708.28,38.1149,1.75406,0,0,0.768842,0.639439,900,100,1), - (794,143320,0,-4972.38,-1013.9,501.673,2.522,0,0,0.952396,0.304864,900,100,1), - (795,1617,1,549.91,-3523.52,92.9409,0.733038,0,0,0.358368,0.93358,300,255,1), - (796,2061,0,-4972.38,-1013.9,501.673,2.522,0,0,0.952396,0.304864,900,100,1), - (797,143321,0,-4973.72,-1003.04,510.542,2.618,0,0,0.965926,0.258818,900,100,1), - (798,143322,0,-5004.72,-1012.77,510.462,-0.392699,0,0,-0.19509,0.980785,900,100,1), - (799,1617,1,385.542,-4081.23,32.0753,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (800,143326,0,-4941.68,-1016.17,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (801,1617,1,1402.2,-4671.18,32.9784,2.02458,0,0,0.848048,0.52992,300,255,1), - (802,2061,0,-4941.68,-1016.17,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (803,171588,0,-4959.62,-1012.45,503.874,-1.06465,0,0,-0.507539,0.861629,900,100,1), - (804,171618,0,-5010.82,-1005.3,503.889,2.66163,0,0,0.971342,0.237686,900,100,1), - (805,171538,0,-4989.85,-1056.28,497.987,2.2602,0,0,0.904455,0.426569,900,100,1), - (806,1617,0,1175.17,1799.59,18.5994,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (807,180655,0,664.48,728.523,32.9329,-0.279253,0,0,-0.139173,0.990268,180,100,1), - (808,180662,0,-3707.95,-631.876,0,-0.925024,0,0,-0.446198,0.894934,180,100,1), - (809,1617,1,758.826,-4728.86,37.4451,-2.32129,0,0,-0.91706,0.398748,300,255,1), - (810,1617,0,-5883,-2513,307.573,-1,0,0,-0.479426,0.877583,300,100,1), - (811,180662,0,-2681.61,-1279.36,0,-2.46091,0,0,-0.942641,0.333809,180,100,1), - (812,1617,1,-679,-2453,91.667,1.815,0,0,0.787967,0.615718,300,100,1), - (813,2061,0,-4989.85,-1056.28,497.987,2.2602,0,0,0.904455,0.426569,900,100,1), - (814,171610,0,-5017.16,-990.12,503.888,-0.968657,0,0,-0.465614,0.884988,900,100,1), - (815,171615,0,-5017.31,-1000.57,503.889,-3.09796,0,0,0.999762,-0.021815,900,100,1), - (816,171616,0,-5018.77,-1003.38,503.889,2.05076,0,0,0.854912,0.518773,900,100,1), - (817,1617,1,895.234,-5076,1.937,6.204,0,0,0.0395823,-0.999216,300,100,1), - (818,1617,1,781.932,-5054,4.364,5.101,0,0,0.557269,-0.830332,300,100,1), - (819,1617,1,992.958,-5027,12.849,0.781,0,0,0.380651,0.924719,300,100,1), - (820,1617,1,1098.23,-4027,17.612,-1,0,0,-0.479426,0.877583,300,100,1), - (821,139852,0,-5027.84,-1020.48,502.209,1.27409,0,0,0.594823,0.803857,900,100,1), - (822,180657,0,-3884.81,-712.804,0,-0.10472,0,0,-0.0523361,0.99863,180,100,1), - (823,180662,0,-3884.81,-712.804,0,-0.10472,0,0,-0.0523361,0.99863,180,100,1), - (824,1617,1,510.254,-3594,47.684,0.334,0,0,0.166225,0.986088,300,100,1), - (825,180728,0,-5117.4,-791.48,483.585,-0.191986,0,0,0.095846,-0.995396,900,100,1), - (826,32431,0,-4982.63,-974.1,503.184,-0.602139,0,0,-0.296542,0.95502,900,100,1), - (827,143323,0,-4980.89,-948.218,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (828,2061,0,-4980.89,-948.218,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (829,143325,0,-4934.4,-994.138,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (830,1617,1,-2065,-272,-6,3.242,0,0,0.99874,-0.0501826,300,100,1), - (831,1617,1,158.511,-4949,11.564,6.04,0,0,0.121293,-0.992617,300,100,1), - (832,1617,1,429.86,-4974.41,36.5935,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (833,2061,0,-4934.4,-994.138,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (834,1617,1,-2276,-1172,-3,3.006,0,0,0.997703,0.0677444,300,100,1), - (835,144159,0,-4996.75,-971.41,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (836,2061,0,-4996.75,-971.41,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (837,171524,0,-4982.6,-974.077,503.974,-0.602139,0,0,-0.296542,0.95502,900,100,1), - (838,137646,0,-4982.57,-974.01,504.853,-0.602139,0,0,-0.296542,0.95502,900,100,1), - (839,32427,0,-4981.57,-972.54,504.03,2.53945,0,0,0.95502,0.296542,900,100,1), - (840,180582,0,697.501,756.158,32.9329,-0.279253,0,0,-0.139173,0.990268,180,100,1), - (841,180655,0,697.501,756.158,32.9329,-0.279253,0,0,-0.139173,0.990268,180,100,1), - (843,1617,1,295.234,-4323,33.557,0.489,0,0,0.242071,0.970258,300,100,1), - (844,1617,1,1328.72,-4266.44,27.477,0.364,0,0,0.180997,0.983484,300,100,1), - (845,1617,0,1419,1039.6,53.4083,0.191985,0,0,0.0958451,0.995396,300,255,1), - (846,180582,0,604.853,644.405,32.9334,-0.244346,0,0,-0.121869,0.992546,180,100,1), - (847,1617,1,238.912,-2780.93,91.7317,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (848,171633,0,-4896.83,-1012.27,504.02,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (849,1617,1,1216.43,-4797.84,15.947,1.67551,0,0,0.743143,0.669133,300,255,1), - (850,1617,1,111.6,-4480,39.372,3.99,0,0,0.911367,-0.411595,300,100,1), - (851,1617,1,85.858,-4440,41.683,3.55,0,0,0.979223,-0.202787,300,100,1), - (852,1617,1,-925,-2266,93.589,4.025,0,0,0.904025,-0.42748,300,100,1), - (853,2061,0,-4896.83,-1012.27,504.02,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (854,180655,0,604.853,644.405,32.9334,-0.244346,0,0,-0.121869,0.992546,180,100,1), - (855,1617,1,4656.35,387.487,46.5046,3.38,0,0,0.992904,-0.118922,300,100,1), - (856,171634,0,-4904.64,-1000.83,504.02,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (857,1617,0,-5184,-3477,303.748,3.407,0,0,0.991208,-0.132315,300,100,1), - (858,1617,0,-5633,-3172,322.573,3.018,0,0,0.998091,0.0617571,300,100,1), - (859,2061,0,-4904.64,-1000.83,504.02,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (860,143324,0,-4926.93,-987.719,506.647,2.46964,0,0,0.944089,0.32969,900,100,1), - (861,180582,0,1321.13,757.507,32.9309,-2.1293,0,0,-0.874619,0.48481,180,100,1), - (862,171697,0,-4899.76,-968.245,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (863,1617,1,-786,-5378,3.618,5.745,0,0,0.265857,-0.964013,300,100,1), - (864,1617,1,-1280,-5496,4.796,5.639,0,0,0.316552,-0.948575,300,100,1), - (865,180655,0,1321.13,757.507,32.9309,-2.1293,0,0,-0.874619,0.48481,180,100,1), - (867,171698,0,-4912.94,-979.08,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (868,1617,1,-2273.39,-699.625,-6.42874,-1.44862,0,0,-0.662619,0.748957,300,100,1), - (869,1617,1,151.703,-4939,11.041,0.751,0,0,0.366738,0.930324,300,100,1), - (870,176573,0,-4905.58,-983.354,517.252,1.55334,0,0,0.700909,0.71325,900,100,1), - (871,1617,1,64.931,-4331.12,61.7287,-3.05433,0,0,-0.999048,0.0436174,300,255,1), - (872,180655,0,817.672,1896.21,0,2.60054,0,0,0.96363,0.267239,180,100,1), - (873,180656,0,817.672,1896.21,0,2.60054,0,0,0.96363,0.267239,180,100,1), - (874,180655,0,736.54,1845.57,0,-1.98968,0,0,-0.838672,0.544637,180,100,1), - (875,180656,0,736.54,1845.57,0,-1.98968,0,0,-0.838672,0.544637,180,100,1), - (876,1617,1,6900.62,-476,45.374,0.052,0,0,0.0259971,0.999662,300,100,1), - (877,1617,1,-1914,-999,46.364,-1,0,0,-0.479426,0.877583,300,100,1), - (878,1617,1,-40,-2752,92.347,5.011,0,0,0.594057,-0.804423,300,100,1), - (879,1617,1,-428,-2486,92.1681,0,0,0,0,1,300,100,1), - (880,1617,0,2073.59,561.396,37.544,0.524,0,0,0.259013,0.965874,300,100,1), - (881,1617,0,-5007,-3475,304.351,4.746,0,0,0.695124,-0.71889,300,100,1), - (882,1617,0,-4929,-3442,307.984,2.598,0,0,0.96329,0.268462,300,100,1), - (883,1617,1,-2275,-1124,-5,5.523,0,0,0.371007,-0.92863,300,100,1), - (884,1617,0,-5020,-3501,298.823,0.728,0,0,0.356015,0.93448,300,100,1), - (885,1617,0,-5011.31,-3508.53,299.731,0.95993,0,0,0.461748,0.887011,300,255,1), - (886,1617,0,-5010,-3527,297.932,1.019,0,0,0.487741,0.872988,300,100,1), - (887,1617,0,-5145,-3549,303.671,0.12,0,0,0.059964,0.998201,300,100,1), - (888,1617,0,-5111,-3545,299.713,0.905,0,0,0.437215,0.899357,300,100,1), - (889,1617,0,-4997,-3519,300.775,1.211,0,0,0.569173,0.822218,300,100,1), - (890,1617,0,-5001,-3532,297.916,1.867,0,0,0.803707,0.595025,300,100,1), - (891,1617,0,-4985,-3530,297.697,1.954,0,0,0.828823,0.559512,300,100,1), - (892,1617,1,-388,-2113,92.588,4.281,0,0,0.842061,-0.539383,300,100,1), - (893,1617,0,-4996,-3640,304.514,4.714,0,0,0.706537,-0.707676,300,100,1), - (894,180655,0,992.979,1958.68,0,-2.9147,0,0,-0.993572,0.113203,180,100,1), - (895,1617,0,2673.74,413.59,26.3614,0.332,0,0,0.165239,0.986254,300,100,1), - (896,1617,1,343.834,-5063,18.867,5.69,0,0,0.292263,-0.956338,300,100,1), - (897,180656,0,992.979,1958.68,0,-2.9147,0,0,-0.993572,0.113203,180,100,1), - (898,180664,0,-2704.53,-1210.83,0,2.14675,0,0,0.878816,0.477161,180,100,1), - (899,180655,1,-1476.99,-3924.05,0,-3.05433,0,0,-0.999048,0.0436174,180,100,1), - (900,1617,0,1422.85,963.187,53.211,-2,0,0,-0.841471,0.540302,300,100,1), - (901,1617,1,-1028.34,-4863.9,8.51242,-0.715585,0,0,-0.350207,0.936672,300,255,1), - (902,1617,0,-5769,-3101,321.022,0.186,0,0,0.092866,0.995679,300,100,1), - (903,1617,0,-5765,-3146,325.02,5.409,0,0,0.423307,-0.905986,300,100,1), - (904,1617,1,-925,-2141,94.768,3.884,0,0,0.931891,-0.362737,300,100,1), - (905,1617,1,-928,-2109,86.804,1.481,0,0,0.674657,0.738131,300,100,1), - (906,1617,1,-949,-2122,85.644,5.294,0,0,0.474673,-0.880162,300,100,1), - (907,1617,1,-962,-2087,81.277,3.57,0,0,0.977146,-0.212569,300,100,1), - (908,1617,1,-938,-2088,81.478,3.849,0,0,0.938096,-0.346375,300,100,1), - (909,1617,1,-949,-2219,92.869,3.095,0,0,0.999729,0.0232942,300,100,1), - (910,1617,1,-935,-2185,93.575,4.131,0,0,0.880109,-0.474771,300,100,1), - (911,1617,1,-1138,-5150,2.23226,5.525,0,0,0.370078,-0.929001,300,100,1), - (912,1617,1,-1121,-5171,1.25427,0.514,0,0,0.25418,0.967157,300,100,1), - (913,1617,1,407.447,-1550,91.668,4.109,0,0,0.885279,-0.465061,300,100,1), - (914,1617,0,1997.33,854.863,37.3063,1.0821,0,0,0.515036,0.857168,300,255,1), - (915,180655,1,-1476.99,-3924.05,0,-3.05433,0,0,-0.999048,0.0436174,180,100,1), - (916,180655,1,6486.94,822.047,0,0.994838,0,0,0.477159,0.878817,180,100,1), - (917,1617,1,-357,-4858,39.475,5.561,0,0,0.353297,-0.935511,300,100,1), - (918,1617,1,459.652,-1481,91.866,1.204,0,0,0.566292,0.824205,300,100,1), - (919,180655,1,-1951.5,-3759.95,0,0.663225,0,0,0.325568,0.945519,180,100,1), - (920,176629,0,-4967.09,-922.35,504.305,2.2602,0,0,0.904455,0.426569,900,100,1), - (921,26499,0,-4953.63,-928.332,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (922,176628,0,-4972.13,-916.239,504.305,2.2602,0,0,0.904455,0.426569,900,100,1), - (923,1617,1,361.168,-4016,37.454,1.586,0,0,0.712462,0.701711,300,100,1), - (924,176625,0,-4948.9,-897.092,504.305,2.2602,0,0,0.904455,0.426569,900,100,1), - (925,176626,0,-4943.86,-903.203,504.305,2.2602,0,0,0.904455,0.426569,900,100,1), - (926,176627,0,-4967.48,-906.237,504.305,-2.45219,0,0,0.941176,-0.337917,900,100,1), - (927,1617,1,-509,-2567,97.1202,0.083,0,0,0.0414881,0.999139,300,100,1), - (928,1617,1,-1110.87,-2153.9,80.6538,-2.94959,0,0,-0.995395,0.0958539,300,255,1), - (929,1617,1,343.977,-5004,20.5272,0.259,0,0,0.129138,0.991627,300,100,1), - (930,1617,1,330.625,-4988,20.5776,5.906,0,0,0.187477,-0.982269,300,100,1), - (931,1617,1,-496.945,-4685.08,38.0286,-1.98967,0,0,-0.838669,0.544641,300,255,1), - (932,1617,1,-2344,-1073,-5,0.002,0,0,0.001,1,300,100,1), - (933,1617,0,1982.28,765.762,40.462,-3,0,0,-0.997495,0.0707372,300,100,1), - (934,1617,0,-9596,972.299,43.7103,2.234,0,0,0.898789,0.438381,300,100,1), - (935,1617,1,-95,-3173,92.1766,2.733,0,0,0.979204,0.202878,300,100,1), - (936,180655,1,-1011.95,-3808.33,0,-2.3911,0,0,-0.930417,0.366502,180,100,1), - (937,1617,0,2470.01,1302.96,30.124,-2,0,0,-0.841471,0.540302,300,100,1), - (938,176924,0,-4962,-907.095,503.827,-2.08567,0,0,-0.863836,0.503774,900,100,1), - (939,1617,1,1212.82,-5034.42,9.82274,5.128,0,0,0.546009,-0.837779,300,100,1), - (940,1617,1,5474.21,203.838,31.3102,0.890118,0,0,0.430511,0.902585,300,100,1), - (941,1617,1,6826.51,258.264,21.63,2.461,0,0,0.942656,0.333766,300,100,1), - (942,1617,1,-534,-4862,36.429,5.761,0,0,0.258136,-0.966109,300,100,1), - (943,1617,1,-551,-4881,35.069,4.548,0,0,0.762774,-0.646665,300,100,1), - (944,1617,1,-404,-4865,39.377,4.674,0,0,0.720548,-0.693405,300,100,1), - (945,1617,1,17.3861,-2470.59,91.6666,1.55334,0,0,0.700908,0.713252,300,255,1), - (946,1617,1,-14,-2479,96.4233,0.214,0,0,0.106796,0.994281,300,100,1), - (947,1617,1,-10,-2573,91.6666,1.807,0,0,0.785498,0.618864,300,100,1), - (948,171696,0,-4941.36,-918.296,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (949,176624,0,-4960.7,-900.843,504.305,-2.45219,0,0,0.941176,-0.337917,900,100,1), - (950,1617,1,-320,-2246,96.1988,1.63,0,0,0.727726,0.685868,300,100,1), - (952,180655,1,-1773.84,-3813.52,0,-2.68781,0,0,-0.97437,0.22495,180,100,1), - (953,1617,1,-843.664,-549.884,-31.2906,2.6529,0,0,0.970296,0.241922,300,100,1), - (954,1617,1,7151.84,-783,57.9,4.676,0,0,0.719854,-0.694125,300,100,1), - (955,1617,1,7159.56,-824,52.593,4.924,0,0,0.628476,-0.777829,300,100,1), - (956,1617,1,7202.24,-550,38.812,4.311,0,0,0.833876,-0.551952,300,100,1), - (957,1617,1,7291.33,-569,19.163,5.772,0,0,0.252819,-0.967514,300,100,1), - (958,1617,1,7123.68,-839,61.381,2.929,0,0,0.994356,0.106096,300,100,1), - (959,1617,1,7152.52,-858,61,5.882,0,0,0.19925,-0.979949,300,100,1), - (961,180662,0,-2721.1,-1163.18,0,1.97222,0,0,0.833885,0.551938,180,100,1), - (964,180662,0,-3262.99,-889.309,0,-0.610865,0,0,-0.300706,0.953717,180,100,1), - (965,180657,0,-2460.01,-1757.19,0,2.51327,0,0,0.951056,0.309019,180,100,1), - (966,1617,1,184.505,-4596,26.8901,2.207,0,0,0.892789,0.450474,300,100,1), - (969,171701,0,-4916.48,-895.247,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (970,2061,0,-4916.48,-895.247,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (971,1617,0,-9815,1293.21,40.4487,0.925,0,0,0.446187,0.89494,300,100,1), - (972,1617,0,-5170,-3547,300.803,4.243,0,0,0.852157,-0.523287,300,100,1), - (973,180664,0,-2460.01,-1757.19,0,2.51327,0,0,0.951056,0.309019,180,100,1), - (974,1617,1,-2386,-1144,-5,2.912,0,0,0.993418,0.114544,300,100,1), - (975,1617,1,-2355,-1156,-4,2.931,0,0,0.994461,0.105102,300,100,1), - (976,1617,1,-2377,-1073,-8,0.748,0,0,0.365342,0.930873,300,100,1), - (977,180662,0,-2576.34,-1586.48,0,-1.72788,0,0,-0.760407,0.649446,180,100,1), - (979,1617,1,1254.64,-4182.44,26.6582,0.741,0,0,0.362082,0.932146,300,100,1), - (980,1617,0,2294.69,1107.51,35.703,2.391,0,0,0.930399,0.366548,300,100,1), - (981,1617,0,2667.91,323.909,30.3662,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (982,1617,1,-798,-4680,36.419,1.994,0,0,0.839846,0.542824,300,100,1), - (983,1617,1,-1165.9,-2065.73,92.2977,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (984,1617,1,1432.52,-4818,24.339,1.767,0,0,0.772964,0.63445,300,100,1), - (985,180664,0,-2576.34,-1586.48,0,-1.72788,0,0,-0.760407,0.649446,180,100,1), - (986,180662,0,-2625.05,-1536.17,0,-3.12414,0,0,-0.999962,0.0087262,180,100,1), - (987,174746,0,-5095.45,-785.764,495.801,-0.226892,0.009866,0.086595,-0.112772,0.989791,900,100,1), - (988,180664,0,-2625.05,-1536.17,0,-3.12414,0,0,-0.999962,0.0087262,180,100,1), - (989,180657,0,-2672.18,-1451.32,0,1.81514,0,0,0.78801,0.615662,180,100,1), - (990,1617,1,-802,-4570,49.614,2.967,0,0,0.996192,0.0871855,300,100,1), - (991,179984,0,-5083.85,-780.974,494.593,3.14159,0,0,1,0,900,100,1), - (992,1617,1,-843,-351,-21,2.391,0,0,0.930399,0.366548,300,100,1), - (993,1617,0,1109.5,1929.57,14.71,-1,0,0,-0.479426,0.877583,300,100,1), - (994,1617,1,-1186,-2050,93.379,5.677,0,0,0.298473,-0.954418,300,100,1), - (995,1617,1,-2191,-1163,16.489,-2,0,0,-0.841471,0.540302,300,100,1), - (996,1617,1,-292,-4750,34.798,1.532,0,0,0.693258,0.720689,300,100,1), - (997,1617,1,-2404,-848,-2,1.358,0,0,0.628015,0.778201,300,100,1), - (998,1617,1,-903,-2083,84.378,-2,0,0,-0.841471,0.540302,300,100,1), - (999,1617,0,2667.72,504.721,14.2976,2.862,0,0,0.990244,0.139341,300,100,1), - (1000,1617,0,-5018,-3516,297.614,0.579,0,0,0.285473,0.958387,300,100,1), - (1001,1617,1,4645.45,196.456,61.7261,1.02974,0,0,0.492422,0.870357,300,100,1), - (1002,1617,1,-1200,-2143,92.251,0.035,0,0,0.0174991,0.999847,300,100,1), - (1003,1617,1,1171.92,-4966.49,14.0582,6.047,0,0,0.117818,-0.993035,300,100,1), - (1004,1617,1,-1003,-1941,92.492,0.103,0,0,0.0514772,0.998674,300,100,1), - (1005,1617,1,-506,-4165,77.063,3.56,0,0,0.978197,-0.207681,300,100,1), - (1006,1617,1,-496,-4186,77.006,0.892,0,0,0.43136,0.90218,300,100,1), - (1007,1617,1,-524,-4199,77.029,5.032,0,0,0.585578,-0.810616,300,100,1), - (1008,1617,1,20.9071,-4266.03,72.0731,-0.017452,0,0,-0.00872612,0.999962,300,255,1), - (1009,2061,0,-5083.85,-780.974,494.593,3.14159,0,0,1,0,900,100,1), - (1010,1674,0,-5262.73,-483.056,387.135,-1.23918,0,0,-0.580703,0.814115,900,100,1), - (1011,1617,1,-1594,-2977,91.667,0.55,0,0,0.271547,0.962425,300,100,1), - (1012,180662,0,-2672.18,-1451.32,0,1.81514,0,0,0.78801,0.615662,180,100,1), - (1013,1617,1,-862.315,-1975.61,91.8611,3.735,0,0,0.956305,-0.292369,300,100,1), - (1014,315,0,-5263.36,-484.306,387.127,-2.80998,0,0,0.986286,-0.165048,900,100,1), - (1015,318,0,-5264.58,-483.697,386.039,1.90241,0,0,0.814116,0.580703,900,100,1), - (1016,316,0,-5264.51,-483.682,387.144,1.90241,0,0,0.814116,0.580703,900,100,1), - (1017,317,0,-5264.56,-483.69,386.592,1.90241,0,0,0.814116,0.580703,900,100,1), - (1018,1617,0,-5229.98,-505.002,387.557,2.05949,0,0,0.857168,0.515037,300,100,1), - (1019,1617,1,-2577.22,-222.862,-7.20944,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (1020,1617,0,-5289.53,-483.539,391.493,3.03687,0,0,0.998629,0.0523374,300,100,1), - (1021,312,0,-5357.91,-528.192,391.713,0.724311,0,0,0.354291,0.935135,900,100,1), - (1022,313,0,-5357.88,-528.19,391.211,0.724311,0,0,0.354291,0.935135,900,100,1), - (1023,26449,0,-5495.18,-457.479,395.44,-0.287979,0,0,-0.143492,0.989651,900,100,1), - (1024,1617,1,6863.44,240.424,13.478,1.119,0,0,0.530762,0.847521,300,100,1), - (1025,1617,0,982.138,1784.21,12.9193,1.90241,0,0,0.814116,0.580702,300,255,1), - (1026,1617,1,-83,-3133,91.667,2.258,0,0,0.903985,0.427564,300,100,1), - (1027,1617,1,-1723.28,-707.532,-9.68622,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (1028,1617,0,-620,819.379,106.548,0.733,0,0,0.35835,0.933587,300,100,1), - (1029,28603,0,-5495.43,-463.225,395.111,1.98095,0,0,0.836286,0.548293,900,100,1), - (1030,1617,1,-627,-4888,29.705,0.758,0,0,0.369992,0.929035,300,100,1), - (1031,111217,0,-5604.55,-546.09,399.106,1.55334,0,0,0.700909,0.71325,900,100,1), - (1032,1617,1,-544,-4925,55.102,5.541,0,0,0.362634,-0.931932,300,100,1), - (1033,111225,0,-5607,-543.444,392.437,0.418878,0,0,0.207911,0.978148,900,100,1), - (1034,1617,1,-29,-2448,130.948,3.181,0,0,0.999806,-0.0197024,300,100,1), - (1035,1617,0,678.316,368.281,38.659,1.868,0,0,0.804005,0.594623,300,100,1), - (1036,147786,0,-5608.21,-549.719,392.986,1.62315,0,0,0.725374,0.688355,900,100,1), - (1037,269,0,-5607.24,-547.934,392.985,0.471239,0,0,0.233445,0.97237,900,100,1), - (1038,111216,0,-5581.27,-542.465,403.547,3.12414,0,0,0.999962,0.008726,900,100,1), - (1039,1617,1,-983,-2005,86.313,-1,0,0,-0.479426,0.877583,300,100,1), - (1040,1617,1,30.644,-2447,94.4615,3.216,0,0,0.999308,-0.0371951,300,100,1), - (1041,111207,0,-5589.38,-543.179,399.126,-1.67552,0,0,-0.743145,0.669131,900,100,1), - (1042,1617,0,1037.78,1133.19,44.5143,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (1043,2061,0,-5589.38,-543.179,399.126,-1.67552,0,0,-0.743145,0.669131,900,100,1), - (1044,111227,0,-5583.18,-543.721,403.547,2.68781,0,0,0.97437,0.224951,900,100,1), - (1045,111223,0,-5585.28,-534.303,403.547,-1.58825,0,0,-0.71325,0.700909,900,100,1), - (1047,1617,1,7029.3,-603,51.314,0,0,0,0,1,300,100,1), - (1048,180655,1,-1199.29,-3823.79,0,-1.32645,0,0,-0.615661,0.788011,180,100,1), - (1049,1617,1,-2151.19,-781.643,-3.304,-1.22173,0,0,-0.573576,0.819152,300,100,1), - (1050,1617,0,1210.77,1571.01,30.713,1.431,0,0,0.655995,0.754765,300,100,1), - (1051,1617,1,-1022.05,-2285.38,93.5404,0.541051,0,0,0.267238,0.963631,300,255,1), - (1052,1617,0,-5152,-3473,304.914,0.504,0,0,0.249341,0.968416,300,100,1), - (1053,1617,0,-5143,-3501,303.413,1.522,0,0,0.689646,0.724147,300,100,1), - (1054,1617,0,-5190,-3499,301.198,5.955,0,0,0.163357,-0.986567,300,100,1), - (1055,1617,0,-5100,-3500,301.367,0.096,0,0,0.0479816,0.998848,300,100,1), - (1056,111224,0,-5588.51,-541.951,403.547,0.855211,0,0,0.414693,0.909961,900,100,1), - (1057,111226,0,-5588.39,-539.434,403.547,-0.366519,0,0,-0.182235,0.983255,900,100,1), - (1058,1617,1,-2317,-1164,-6,2.931,0,0,0.994461,0.105102,300,100,1), - (1059,111206,0,-5578.22,-535.894,389.595,1.11698,-0.008091,-0.003268,0.529899,0.848016,900,100,1), - (1060,2061,0,-5578.22,-535.894,389.595,1.11698,-0.008091,-0.003268,0.529899,0.848016,900,100,1), - (1061,111212,0,-5594.28,-540.087,398.788,-1.76278,0,0,-0.771625,0.636078,900,100,1), - (1062,111203,0,-5589.49,-544.682,399.126,1.46608,0,0,0.669131,0.743145,900,100,1), - (1063,1617,0,-5147,-3414,301.479,2.649,0,0,0.969822,0.243814,300,100,1), - (1064,1617,0,-5116,-3428,301.306,1.624,0,0,0.725665,0.688048,300,100,1), - (1065,1617,0,-5116,-3502,297.73,5.284,0,0,0.479068,-0.877778,300,100,1), - (1066,1617,0,-5089,-3536,300.541,3.049,0,0,0.998928,0.0462798,300,100,1), - (1067,1617,1,-3043.93,291.526,131.597,0.820305,0,0,0.398749,0.91706,300,100,1), - (1068,20694,1,1103.72,-4938.1,15.023,3.07543,0.023225,0.042864,0.998296,0.032083,900,100,1), - (1069,2061,0,-5589.49,-544.682,399.126,1.46608,0,0,0.669131,0.743145,900,100,1), - (1070,1617,1,-2445,-1313,-7,0.122,0,0,0.0609622,0.99814,300,100,1), - (1071,111215,0,-5585.59,-543.378,403.547,1.37881,0,0,0.636078,0.771625,900,100,1), - (1072,111222,0,-5588.41,-534.297,403.547,-0.104719,0,0,-0.052336,0.99863,900,100,1), - (1073,175746,0,-5584.2,-543.871,404.242,1.06465,0,0,0.507538,0.861629,900,100,1), - (1075,111202,0,-5608.52,-525.323,400.029,-0.366519,0,0,-0.182236,0.983255,900,100,1), - (1076,2061,0,-5608.52,-525.323,400.029,-0.366519,0,0,-0.182236,0.983255,900,100,1), - (1077,147787,0,-5607.99,-529.146,399.649,1.09956,0,0,0.522499,0.85264,900,100,1), - (1078,1617,1,-1169,-3006,96.56,-2,0,0,-0.841471,0.540302,300,100,1), - (1079,1617,1,1411.93,-4739,28.207,2.183,0,0,0.88732,0.461155,300,100,1), - (1080,1617,1,-929,-4689,25.717,1.743,0,0,0.765295,0.643679,300,100,1), - (1081,111204,0,-5604.54,-528.394,392.651,2.68778,-0.00341,-0.008032,0.974333,0.224943,900,100,1), - (1082,1617,1,177.122,-1527,91.667,2.814,0,0,0.986615,0.163065,300,100,1), - (1083,2061,0,-5604.54,-528.394,392.651,2.68778,-0.00341,-0.008032,0.974333,0.224943,900,100,1), - (1084,1748,0,-5581.04,-429.563,397.325,-1.14319,-0.019398,0.002103,-0.540999,0.840797,900,100,1), - (1085,1617,1,567.816,-1303,94.775,2.676,0,0,0.973025,0.230699,300,100,1), - (1086,1617,1,570.903,-1287,94.319,1.781,0,0,0.777386,0.629023,300,100,1), - (1087,1617,1,382.008,-1569,91.667,5.127,0,0,0.546428,-0.837506,300,100,1), - (1088,1617,1,-270,-4744,34.911,1.917,0,0,0.81833,0.574748,300,100,1), - (1089,1617,1,431.152,-1580,96.039,3.854,0,0,0.937227,-0.348719,300,100,1), - (1090,1617,1,-254,-4692,38.084,5.373,0,0,0.439545,-0.89822,300,100,1), - (1091,1749,0,-5579.04,-428.925,397.214,3.14159,0,0,1,0,900,100,1), - (1092,1617,1,-432,-4869,40.243,5.616,0,0,0.32744,-0.944872,300,100,1), - (1093,1617,0,-5511.64,-2911.08,359.775,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (1094,1567,0,-5592.13,-489.771,397.072,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (1095,1617,0,-5229.47,-2761.29,340.098,1.97222,0,0,0.833885,0.551938,300,255,1), - (1096,1617,0,1857.7,936.583,35.359,-3,0,0,-0.997495,0.0707372,300,100,1), - (1097,1617,0,1031.76,1212.09,48.457,2.862,0,0,0.990244,0.139341,300,100,1), - (1098,19874,0,-5577.35,-429.406,397.27,-1.88496,-0.012822,0.017649,-0.808825,0.587645,900,100,1), - (1099,1617,1,4633.19,435.039,46.7876,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (1100,1617,1,-871.021,-2016.11,86.3636,4.834,0,0,0.66283,-0.74877,300,100,1), - (1101,1617,1,-1890.36,-422.471,-5.62109,0.506145,0,0,0.25038,0.968148,300,100,1), - (1102,1617,0,2364.32,-1007,77.686,-2,0,0,-0.841471,0.540302,300,100,1), - (1103,1617,0,2176.54,758.637,35.586,0.367,0,0,0.182472,0.983211,300,100,1), - (1104,32571,0,-5583.51,-432.11,397.326,2.35619,0,0,0.923879,0.382684,900,100,1), - (1105,1617,1,1278.25,-4092.71,28.6688,1.692,0,0,0.748634,0.662983,300,100,1), - (1106,1617,1,330.94,-3561,31.469,2.211,0,0,0.893689,0.448688,300,100,1), - (1107,1617,1,-1157.22,-2283.67,90.7383,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (1108,1617,0,1735.02,1069.75,65.102,2.007,0,0,0.843357,0.537354,300,100,1), - (1109,32572,0,-5577.89,-430.319,397.326,1.309,0,0,0.608762,0.793353,900,100,1), - (1110,32573,0,-5580.43,-430.332,397.326,1.83259,0,0,0.793353,0.608762,900,100,1), - (1111,2061,1,1103.72,-4938.1,15.023,3.07543,0.023225,0.042864,0.998296,0.032083,900,100,1), - (1112,32574,0,-5574.81,-432.109,397.326,0.7854,0,0,0.382684,0.923879,900,100,1), - (1113,1617,1,-881,-5349,3.245,6.027,0,0,0.127743,-0.991807,300,100,1), - (1114,32580,0,-5570.31,-424.385,397.326,-0.174532,0,0,-0.087155,0.996195,900,100,1), - (1115,1617,1,130.193,-4648,26.2714,1.897,0,0,0.812542,0.582903,300,100,1), - (1116,1617,1,86.667,-4628,42.9465,1.018,0,0,0.487304,0.873232,300,100,1), - (1117,1617,0,2436.23,1151.5,55.083,0.524,0,0,0.259013,0.965874,300,100,1), - (1118,32581,0,-5573.68,-422.414,397.326,-0.959931,0,0,-0.461748,0.887011,900,100,1), - (1119,32570,0,-5584.55,-422.7,397.326,-0.130899,0,0,-0.065403,0.997859,900,100,1), - (1120,29780,0,-5587.01,-424.294,397.332,-1.00356,0,0,-0.480989,0.876727,900,100,1), - (1121,29781,0,-5565.96,-426.128,397.332,-2.10312,0,0,0.868199,-0.496217,900,100,1), - (1122,29782,0,-5574.24,-420.939,397.332,-2.71399,0,0,0.977231,-0.212178,900,100,1), - (1123,1617,1,-2460.96,60.154,25.533,2.25148,0,0,0.902586,0.430509,300,100,1), - (1124,180655,1,-1608.05,-3954.22,0,2.19912,0,0,0.891008,0.453988,180,100,1), - (1125,29783,0,-5575.62,-419.93,397.332,-1.84132,0,0,-0.796002,0.605294,900,100,1), - (1126,34571,0,-5579.16,-435.338,397.609,4.71239,0,0,-0.707107,0.707107,900,100,1), - (1127,111220,0,-5594.41,-530.916,399.658,1.02974,0,0,0.492424,0.870356,900,100,1), - (1128,1617,0,1108.05,1313.51,37.56,-1,0,0,-0.479426,0.877583,300,100,1), - (1129,1617,1,-2091,93.578,40.726,1.286,0,0,0.599599,0.800301,300,100,1), - (1130,1617,1,-1309,-2798,93.388,-1,0,0,-0.479426,0.877583,300,100,1), - (1131,1617,1,-223.251,-1997.05,91.7414,1.85005,0,0,0.798636,0.601815,300,255,1), - (1132,1617,0,1079.32,1818.09,21.8281,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (1133,1617,1,6095.46,407.51,26.875,3.501,0,0,0.983897,-0.178738,300,100,1), - (1134,1617,0,1504.67,735.364,44.352,0.506,0,0,0.25031,0.968166,300,100,1), - (1135,1617,1,-1671.36,-478.886,-15.0222,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (1136,111221,0,-5591.95,-531.081,399.658,1.55334,0,0,0.700909,0.71325,900,100,1), - (1137,1617,1,10.699,-4619.18,44.091,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (1138,1617,1,-320.032,-2227.09,96.3361,1.39626,0,0,0.642786,0.766046,300,255,1), - (1139,1617,1,7123.66,117.516,11.8972,1.142,0,0,0.540474,0.841361,300,100,1), - (1140,176573,0,-5579,-446.859,430.991,-1.76278,0,0,0.771625,-0.636078,900,100,1), - (1141,1617,1,148.066,-4483,35.2451,2.599,0,0,0.963424,0.267981,300,100,1), - (1142,1617,1,353.896,-4927,24.468,0.22,0,0,0.109778,0.993956,300,100,1), - (1143,1617,0,-11041,1046.19,36.777,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (1144,111205,0,-5626.33,-546.742,389.595,-2.02461,-0.003268,0.008091,-0.848016,0.529899,900,100,1), - (1145,2061,0,-5626.33,-546.742,389.595,-2.02461,-0.003268,0.008091,-0.848016,0.529899,900,100,1), - (1146,1617,1,-986,-2160,95.97,5.348,0,0,0.450739,-0.892656,300,100,1), - (1147,1617,1,-52,-5153,7.285,4.752,0,0,0.692964,-0.720972,300,100,1), - (1148,1617,1,-2937.49,113.165,93.6154,2.56563,0,0,0.958819,0.284017,300,100,1), - (1149,1617,1,-176,-5151,21.205,6.06,0,0,0.111361,-0.99378,300,100,1), - (1150,1617,1,-137,-5156,20.112,5.408,0,0,0.42376,-0.905774,300,100,1), - (1151,1617,0,-4694.24,-2836.63,324.716,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (1152,1617,0,2064.9,327.924,54.1603,0.925024,0,0,0.446198,0.894934,300,255,1), - (1153,1617,1,1320.99,-4245.75,29.3394,0.754,0,0,0.368133,0.929773,300,100,1), - (1154,32578,0,-5588.48,-424.54,397.326,2.87979,0,0,0.991445,0.130526,900,100,1), - (1155,1617,0,-5783.86,-442.104,365.052,2.47837,0,0,0.945519,0.325567,300,100,1), - (1156,1617,1,540.029,-4440.94,36.0085,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (1157,1619,0,-5832.01,-546.661,398.912,3.10669,0,0,0.999848,0.0174505,300,100,1), - (1158,1617,0,-4974,-3507,304.135,3.528,0,0,0.981394,-0.192004,300,100,1), - (1159,1617,0,-4964,-3514,303.509,1.879,0,0,0.807263,0.590192,300,100,1), - (1161,1617,0,-4933,-3474,310.712,1.443,0,0,0.660512,0.750816,300,100,1), - (1162,1619,0,-5911.13,-516.637,403.768,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (1163,1618,0,-5933.92,-563.982,406.123,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (1164,1617,0,2375.08,438.113,34.285,3.037,0,0,0.998633,0.0522725,300,100,1), - (1165,1618,0,-5968.41,-466.678,407.084,-1.55334,0,0,-0.700908,0.713252,300,100,1), - (1166,1617,1,-595,-2712,96.083,6.067,0,0,0.107882,-0.994164,300,100,1), - (1167,1617,0,1856.06,-750.755,66.7944,1.98967,0,0,0.838669,0.544641,300,255,1), - (1168,1617,1,-44,-2584,98.986,0.888,0,0,0.429555,0.903041,300,100,1), - (1169,1617,1,-226,-2930,91.667,2.914,0,0,0.993532,0.113551,300,100,1), - (1170,1617,1,-67,-2596,95.816,0.526,0,0,0.259979,0.965614,300,100,1), - (1171,1617,1,117.178,-4960.4,9.15625,2.02458,0,0,0.848048,0.52992,300,255,1), - (1172,1617,0,1344.09,842.272,48.922,2.635,0,0,0.968092,0.250596,300,100,1), - (1173,175669,0,-6009.33,-200.671,406.773,3.14159,0,0,1,0,900,100,1), - (1174,2061,0,-6009.33,-200.671,406.773,3.14159,0,0,1,0,900,100,1), - (1175,176557,0,-6031.73,-229.231,414.397,2.79253,0,0,0.984808,0.173648,900,100,1), - (1176,1619,0,-5898.41,-19.0024,369.38,2.07694,0,0,0.861629,0.507539,300,100,1), - (1177,1617,0,2091.48,718.193,35.1712,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (1178,1617,1,375.361,-4092,33.075,0.357,0,0,0.177554,0.984111,300,100,1), - (1179,1617,0,1885.49,831.536,36.143,-3,0,0,-0.997495,0.0707372,300,100,1), - (1180,1617,1,-545,-4156,76.364,3.392,0,0,0.992172,-0.124877,300,100,1), - (1181,1617,0,-6088,-2809,413.991,4.003,0,0,0.908672,-0.41751,300,100,1), - (1182,1617,1,-1423,310.951,22.9903,0.645772,0,0,0.317305,0.948324,300,100,1), - (1183,1617,0,-5948,-2906,368.162,2.861,0,0,0.990175,0.139837,300,100,1), - (1184,1617,0,-5887,-3019,336.995,2.747,0,0,0.9806,0.196019,300,100,1), - (1185,1617,0,-5882,-3096,333.706,4.07,0,0,0.894178,-0.447711,300,100,1), - (1186,1617,1,135.126,-4496,39.235,3.479,0,0,0.985803,-0.167905,300,100,1), - (1187,1617,0,2333.6,606.94,34.1543,0.401425,0,0,0.199368,0.979925,300,255,1), - (1188,180655,1,-1608.05,-3954.22,0,2.19912,0,0,0.891008,0.453988,180,100,1), - (1189,1617,0,-10156,1638.51,40.112,-1,0,0,-0.479426,0.877583,300,100,1), - (1190,1573,0,-5910.55,57.5189,372.987,3.14159,0,0,1,0,900,100,1), - (1191,1944,0,-6282.19,140.74,431.973,3.14159,0,0,1,0,900,100,1), - (1192,1617,1,4736.92,338.339,54.0627,-1,0,0,-0.479426,0.877583,300,100,1), - (1193,1617,1,-1032.97,-2624.85,91.6771,1.91986,0,0,0.819151,0.573577,300,255,1), - (1194,1572,0,-6239.47,315.57,383.198,1.5708,0,0,0.707107,0.707107,900,100,1), - (1195,64856,0,-6129.47,372.463,395.54,1.5708,0,0,0.707107,0.707107,900,100,1), - (1196,1617,0,-9736.33,1204.73,41.1599,0.925024,0,0,0.446198,0.894934,300,100,1), - (1197,1617,1,-752,-4326,43.203,3.781,0,0,0.949329,-0.314285,300,100,1), - (1198,1617,1,-679,-4199,67.322,1.204,0,0,0.566292,0.824205,300,100,1), - (1199,1617,1,135.303,-4484,36.5899,0,0,0,0,1,300,100,1), - (1200,1617,0,1140.49,1446.77,35.3898,-0.034906,0,0,-0.0174521,0.999848,300,255,1), - (1201,1617,1,-2679.12,-261.173,3.0219,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (1202,64857,0,-6126.09,395.445,395.54,-1.8326,0,0,-0.793354,0.608761,900,100,1), - (1203,22222,0,-6122.56,384.074,395.475,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1204,2061,0,-6122.56,384.074,395.475,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1205,34167,0,-6131.24,372.463,395.54,1.5708,0,0,0.707107,0.707107,900,100,1), - (1206,32856,0,-6116.4,370.413,395.517,0.776673,0,0,0.378649,0.92554,900,100,1), - (1207,32860,0,-6121.29,380.159,395.54,0.261799,0,0,0.130526,0.991445,900,100,1), - (1208,64858,0,-6116.12,380.379,395.54,-0.436333,0,0,-0.21644,0.976296,900,100,1), - (1209,1617,0,1204.6,1263.11,42.5633,-0.436332,0,0,-0.216439,0.976296,300,255,1), - (1210,22221,0,-6114.65,368.747,395.475,-1.32645,0,0,-0.615661,0.788011,900,100,1), - (1211,2061,0,-6114.65,368.747,395.475,-1.32645,0,0,-0.615661,0.788011,900,100,1), - (1212,32857,0,-6089.07,365.578,395.517,2.34747,0,0,0.922201,0.386711,900,100,1), - (1213,1617,1,1081.16,-3941,20.1012,5.977,0,0,0.152495,-0.988304,300,100,1), - (1214,22220,0,-6090.2,362.747,395.475,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1215,2061,0,-6090.2,362.747,395.475,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1216,32849,0,-6103.49,382.031,395.523,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (1217,32850,0,-6098.49,390.634,395.523,1.8326,0,0,0.793354,0.608761,900,100,1), - (1218,1617,1,-1277,-2945,93.027,2.985,0,0,0.996936,0.0782164,300,100,1), - (1219,1617,0,-5793,-2964,374.158,-1,0,0,-0.479426,0.877583,300,100,1), - (1220,32833,0,-6111.88,389.14,395.54,-2.79253,0,0,0.984808,-0.173648,900,100,1), - (1221,1617,1,-576,-4901,35.288,4.202,0,0,0.862704,-0.505709,300,100,1), - (1222,31578,1,292.934,-4709.42,13.0904,2.34747,0.005062,0.012071,0.922122,0.386678,900,100,1), - (1223,32848,0,-6098.5,377.484,395.523,-1.8326,0,0,-0.793354,0.608761,900,100,1), - (1224,1617,1,7296.59,-582.095,18.7695,1.09956,0,0,0.5225,0.852639,300,100,1), - (1225,1617,1,336.35,-4981,22.679,4.062,0,0,0.895962,-0.444131,300,100,1), - (1226,32858,0,-6116.53,387.412,395.54,0.785397,0,0,0.382683,0.92388,900,100,1), - (1227,1617,0,-5228,-2940,341.941,5.257,0,0,0.490874,-0.871231,300,100,1), - (1228,1617,1,7153.08,-779.355,58.4021,4.676,0,0,0.719854,-0.694125,300,100,1), - (1229,1617,0,2171.74,577.105,44.4721,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (1230,1617,1,6093.12,138.357,38.523,4.926,0,0,0.627698,-0.778457,300,100,1), - (1231,1617,1,-1082,-5434,10.133,1.633,0,0,0.728754,0.684776,300,100,1), - (1232,1617,1,-2263,-953,-6,2.535,0,0,0.954357,0.298668,300,100,1), - (1233,1617,1,-2298,-947,-6,2.762,0,0,0.982043,0.188659,300,100,1), - (1234,1617,1,-1342.66,-3034.1,93.1366,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (1235,32851,0,-6103.5,386.091,395.523,2.87979,0,0,0.991445,0.130526,900,100,1), - (1236,32852,0,-6101.91,388.449,395.523,2.35619,0,0,0.92388,0.382683,900,100,1), - (1237,32863,0,-6115.78,389.715,395.54,-0.174533,0,0,-0.087156,0.996195,900,100,1), - (1238,1617,0,-5847,-3094,326.505,0.14,0,0,0.0699428,0.997551,300,100,1), - (1239,32847,0,-6101.89,379.642,395.523,-2.35619,0,0,0.92388,-0.382683,900,100,1), - (1240,22217,0,-6114.61,399.392,395.475,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1241,1617,0,1431.94,826.901,51.8469,2.47837,0,0,0.945519,0.325567,300,255,1), - (1242,1617,0,1418.89,877.588,48.735,0,0,0,0,1,300,100,1), - (1243,1617,0,2414.23,487.557,42.018,-1,0,0,-0.479426,0.877583,300,100,1), - (1244,2061,1,292.934,-4709.42,13.0904,2.34747,0.005062,0.012071,0.922122,0.386678,900,100,1), - (1245,2061,0,-6114.61,399.392,395.475,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1246,1617,1,1442.46,-4754,35.22,0.95,0,0,0.457338,0.889293,300,100,1), - (1247,1617,1,-1103.82,296.43,40.5381,-2.96704,0,0,-0.996194,0.087165,300,255,1), - (1248,1617,1,76.088,-4588,56.242,1.371,0,0,0.63306,0.774103,300,100,1), - (1249,1617,0,1123.03,1642.73,29.839,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (1250,1617,1,1303.82,-4208.95,27.4298,2.80997,0,0,0.986285,0.165053,300,255,1), - (1251,34168,0,-6112.69,386.25,395.54,2.53073,0,0,0.953717,0.300706,900,100,1), - (1252,32859,0,-6111.63,401.236,395.517,-2.62672,0,0,0.967046,-0.254602,900,100,1), - (1253,1617,1,-2271,-1270,19.221,6.053,0,0,0.114839,-0.993384,300,100,1), - (1254,1617,1,-334.918,-5162.35,20.7662,-2.63544,0,0,-0.968147,0.250383,300,255,1), - (1255,1617,1,-143.622,-2582.51,91.6667,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (1256,1617,1,6298.87,20.347,38.708,5.39,0,0,0.431895,-0.901924,300,100,1), - (1257,1617,1,5980.29,382.82,24.818,3.489,0,0,0.984951,-0.172832,300,100,1), - (1258,1617,1,-897,-2041,81.1253,5.859,0,0,0.210506,-0.977593,300,100,1), - (1259,1617,1,6438.98,-21,30.593,3.041,0,0,0.998735,0.0502752,300,100,1), - (1260,1617,0,-10000,1411.01,40.685,1.27,0,0,0.593177,0.805072,300,100,1), - (1261,1617,0,1838.21,-369.633,36.7846,1.64061,0,0,0.731354,0.681998,300,255,1), - (1262,1617,1,134.468,-4954,11.294,3.472,0,0,0.986385,-0.164453,300,100,1), - (1263,32862,0,-6095.36,405.558,395.525,-2.22529,0,0,0.896873,-0.442289,900,100,1), - (1264,1617,1,6473.06,-30,35.241,4.51,0,0,0.774923,-0.632056,300,100,1), - (1265,1617,1,6534.68,57.967,36.441,-1,0,0,-0.479426,0.877583,300,100,1), - (1266,22218,0,-6090.2,405.166,395.475,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1267,1617,1,-237,-5203,20.161,-1,0,0,-0.479426,0.877583,300,100,1), - (1345,1618,1,-2013.9,-119.341,-7.13839,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (1346,1618,1,-41.5059,-3118.83,91.6667,4.92167,0,0,0.629382,-0.777096,300,100,1), - (1347,55615,1,1001.47,-4416.67,14.0263,2.53738,0.008089,-0.061883,0.952408,0.29837,900,100,1), - (1348,2061,1,1001.47,-4416.67,14.0263,2.53738,0.008089,-0.061883,0.952408,0.29837,900,100,1), - (1349,1618,0,2188.6,953.799,35.976,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (1350,1618,1,-912,-608,-55,2.723,0,0,0.978177,0.207772,300,100,1), - (1351,2061,0,-6090.2,405.166,395.475,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1352,1618,1,1166.19,-4927.81,16.5958,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (1353,1618,1,6719.4,207.841,23.21,1.78,0,0,0.777072,0.629412,300,100,1), - (1354,1618,0,1292.74,861.808,35.725,1.72787,0,0,0.760404,0.64945,300,255,1), - (1355,1618,1,729.119,-2256,91.867,5.487,0,0,0.387661,-0.921802,300,100,1), - (1356,1618,0,-9797.62,1221.15,40.8284,0.785397,0,0,0.382683,0.92388,300,100,1), - (1357,1618,0,1930.88,800.377,38.8693,2.51327,0,0,0.951056,0.309019,300,100,1), - (1358,18084,1,-1265.08,-5510.95,5.25557,3.14159,-0.047962,0.026147,0.998506,0.001256,900,100,1), - (1359,1618,1,-453.35,-4824.06,38.1235,1.64061,0,0,0.731354,0.681998,300,255,1), - (1360,18085,1,869.403,-4186.35,-13.9278,-2.31256,0,0,0.915312,-0.402746,900,100,1), - (1361,32861,0,-6097.17,406.976,395.525,-1.1781,0,0,-0.55557,0.83147,900,100,1), - (1362,120584,0,-6222.18,687.174,384.921,2.56563,0,0,0.95882,0.284015,900,100,1), - (1363,1618,1,-1717,283.768,50.033,0.768,0,0,0.374632,0.927174,300,100,1), - (1364,2061,1,869.403,-4186.35,-13.9278,-2.31256,0,0,0.915312,-0.402746,900,100,1), - (1365,31574,1,307.906,-4662.34,16.3877,-3.14159,0.021805,-0.030532,0.999296,0.000666,900,100,1), - (1366,1618,1,211.505,-4300.72,43.437,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (1367,1618,1,-1950,-353,-4,0.14,0,0,0.0699428,0.997551,300,100,1), - (1368,1618,1,-592.272,-211.791,15.7852,0.907571,0,0,0.438371,0.898794,300,100,1), - (1369,1618,1,-1684,-583,-24,0.576,0,0,0.284035,0.958814,300,100,1), - (1370,1943,0,-6381.16,770.078,386.212,3.14159,0,0,1,0,900,100,1), - (1371,1618,1,-978.505,78.1237,31.3837,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (1372,1618,1,556.678,-1995.76,92.3879,2.65801,0,0,0.970911,0.239442,300,100,1), - (1373,1618,1,193.468,-2882.15,92.4584,0.83839,0,0,0.407025,0.913417,300,100,1), - (1374,1618,0,-9746,-1772,52.665,2.44,0,0,0.939099,0.343646,300,100,1), - (1375,1618,1,-2383.87,-2246.75,91.6897,2.16421,0,0,0.882948,0.469471,300,255,1), - (1376,1618,1,-86,-3649,27.185,-1,0,0,-0.479426,0.877583,300,100,1), - (1377,1618,0,-9889.21,1136.34,34.2764,2.67035,0,0,0.972369,0.233447,300,255,1), - (1378,1618,0,-470.102,1245.04,47.267,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (1380,148499,0,-6374.81,773.704,386.213,-1.43117,0,0,0.656059,-0.75471,10,100,1), - (1381,1618,0,1046.95,1074.42,38.2561,1.98967,0,0,0.838669,0.544641,300,255,1), - (1382,31576,1,332.333,-4763.42,12.6504,3.14159,-0.056688,-0.013069,0.998306,-0.000742,900,100,1), - (1383,1953,0,-6503.27,681.882,387.274,3.14159,0,0,1,0,900,100,1), - (1384,1618,0,-9141,-2938,95.438,4.873,0,0,0.648104,-0.761552,300,100,1), - (1385,1618,0,-366.046,1367.42,34.4271,2.51327,0,0,0.951056,0.309019,300,255,1), - (1386,178084,0,-6503.89,680.367,387.274,2.86234,0,0,0.990268,0.139173,10,100,1), - (1387,1766,0,-6372.62,571.351,385.672,3.14159,0,0,1,0,900,100,1), - (1388,2061,0,-6372.62,571.351,385.672,3.14159,0,0,1,0,900,100,1), - (1389,1618,1,6536.77,-176,36.923,-1,0,0,-0.479426,0.877583,300,100,1), - (1390,1618,1,1153.67,-4312.61,21.2124,-2.60053,0,0,-0.96363,0.267241,300,255,1), - (1391,1618,0,1937.37,536.597,50.284,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (1392,1618,1,-1421.61,248.471,-4.84939,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (1393,1954,0,-6483.34,504.238,386.047,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (1394,178085,0,-6480.01,505.256,385.988,2.61799,0,0,0.965926,0.258819,10,100,1), - (1395,1618,1,-2257.83,-1570.24,92.2167,0.698131,0,0,0.34202,0.939693,300,255,1), - (1396,1618,0,-9816,-1788,24.076,1.902,0,0,0.813997,0.580869,300,100,1), - (1397,2843,0,-6490.65,512.377,387.494,0.925024,0,0,0.446198,0.894934,3600,100,1), - (1398,1618,1,685.948,-2095.02,91.7908,1.61081,0,0,0.721111,0.692819,300,100,1), - (1399,1618,1,-1564,166.478,-21,4.448,0,0,0.794141,-0.607734,300,100,1), - (1400,1618,0,-10038.2,1397.22,42.6272,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (1401,1618,0,-5896,-3603,350.979,-1,0,0,-0.479426,0.877583,300,100,1), - (1402,64859,0,-6063.47,381.751,392.769,0.026181,0,0,0.01309,0.999914,900,100,1), - (1403,22216,0,-6076.42,395.931,393.53,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1404,1618,1,714.725,-2550.9,92.7443,-1.76278,0,0,-0.771624,0.636079,300,255,1), - (1405,2061,0,-6076.42,395.931,393.53,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1406,1618,0,-4916.38,-3085,315.933,1.83259,0,0,0.793352,0.608764,300,255,1), - (1407,20829,1,-2560.16,-3815.43,1.96602,3.0456,0,0,0.998848,0.047978,900,100,1), - (1408,64860,0,-6063.51,387.169,392.769,-1.22173,0,0,-0.573577,0.819152,900,100,1), - (1409,2061,1,332.333,-4763.42,12.6504,3.14159,-0.056688,-0.013069,0.998306,-0.000742,900,100,1), - (1410,1618,1,-194.162,-2978.44,91.8378,6.0746,0,0,0.104104,-0.994566,300,100,1), - (1411,1618,1,-192.94,-2938.51,91.6667,5.73737,0,0,0.269533,-0.962991,300,100,1), - (1412,1618,1,-216.735,-2924.06,91.6667,5.6693,0,0,0.302146,-0.953262,300,100,1), - (1413,1618,1,-305.816,-2863.73,91.8528,3.9139,0,0,0.926365,-0.376628,300,100,1), - (1414,1618,1,-282.529,-2852.3,93.6843,3.28559,0,0,0.997409,-0.0719365,300,100,1), - (1415,1618,1,5955.71,93.787,30.921,-3,0,0,-0.997495,0.0707372,300,100,1), - (1416,1618,1,-1516.42,-479.402,-51.36,2.25148,0,0,0.902586,0.430509,300,100,1), - (1417,1618,0,-101,1132.89,63.571,1.431,0,0,0.655995,0.754765,300,100,1), - (1418,1618,1,7654.87,-1041,39.076,4.203,0,0,0.862451,-0.50614,300,100,1), - (1419,1618,1,-2129,-1909,91.97,2.295,0,0,0.91174,0.410768,300,100,1), - (1420,31579,1,292.01,-4769.12,11.5029,2.80125,0,0,0.985556,0.16935,900,100,1), - (1421,32854,0,-6063.28,378.317,392.769,0.785397,0,0,0.382683,0.92388,900,100,1), - (1422,32846,0,-6063.75,394.875,392.76,2.58309,0,0,0.961262,0.275637,900,100,1), - (1423,32853,0,-6063.43,384.1,392.769,1.5708,0,0,0.707107,0.707107,900,100,1), - (1424,2061,1,292.01,-4769.12,11.5029,2.80125,0,0,0.985556,0.16935,900,100,1), - (1425,31580,1,351.649,-4854.58,10.4196,3.12414,0,0,0.999962,0.008727,900,100,1), - (1426,22219,0,-6076.36,372.101,393.53,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1427,2061,1,351.649,-4854.58,10.4196,3.12414,0,0,0.999962,0.008727,900,100,1), - (1428,1618,1,280.476,-5047.2,11.7505,0.820303,0,0,0.398748,0.91706,300,255,1), - (1429,1618,1,-1614.72,-2140.22,94.3504,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (1430,2061,0,-6076.36,372.101,393.53,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (1431,180655,1,-957.178,-3778.92,0,-0.174533,0,0,-0.0871558,0.996195,180,100,1), - (1432,1618,0,2985.27,834.53,97.251,1.257,0,0,0.587932,0.80891,300,100,1), - (1433,1618,1,-2022.36,49.0936,22.2928,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (1434,1618,1,-3201,-1693,92.65,4.67,0,0,0.721934,-0.691962,300,100,1), - (1435,64861,0,-6049.15,388.944,398.863,2.44346,0,0,0.939693,0.34202,900,100,1), - (1436,1618,0,-559.779,874.4,88.7414,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (1437,64863,0,-6048.11,390.373,398.863,2.85362,0,0,0.989652,0.143492,900,100,1), - (1438,180655,1,-957.178,-3778.92,0,-0.174533,0,0,-0.0871558,0.996195,180,100,1), - (1439,1618,1,-2254,-1153,-1,-3,0,0,-0.997495,0.0707372,300,100,1), - (1440,1618,1,-1646.32,-2052.02,93.133,2.04204,0,0,0.852641,0.522496,300,255,1), - (1441,180655,1,-872.794,-3814.69,0,-2.86234,0,0,-0.990268,0.139173,180,100,1), - (1442,180655,1,-872.794,-3814.69,0,-2.86234,0,0,-0.990268,0.139173,180,100,1), - (1443,32834,0,-6047.87,394.272,398.863,-2.00713,0,0,-0.843391,0.5373,900,100,1), - (1444,32855,0,-6053.41,385.921,398.859,-1.48353,0,0,-0.675591,0.737277,900,100,1), - (1445,32843,0,-6057.87,395.223,392.76,1.54462,0,0,0.69779,0.716302,900,100,1), - (1446,32844,0,-6059.39,395.138,392.76,1.64934,0,0,0.734322,0.678801,900,100,1), - (1447,32845,0,-6061.45,395.094,392.76,1.81514,0,0,0.78801,0.615662,900,100,1), - (1448,32835,0,-6048.58,396.129,398.863,-1.58825,0,0,-0.713251,0.700909,900,100,1), - (1449,32842,0,-6056.05,382.598,392.76,2.96706,0,0,0.996195,0.087156,900,100,1), - (1450,1618,0,2783.44,917.274,115.813,-2,0,0,-0.841471,0.540302,300,100,1), - (1451,1618,1,-945.416,-4816.15,13.8987,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (1452,64862,0,-6050.96,396.134,398.863,-1.48353,0,0,-0.675591,0.737277,900,100,1), - (1453,1618,0,2178.24,71.7921,28.6869,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (1454,2843,0,-6484.93,294.773,372.653,2.49582,0,0,0.948324,0.317305,3600,100,1), - (1455,1618,1,-849.958,-276.665,-16.8615,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (1456,1618,0,-9165,-3037,96.546,6.205,0,0,0.0390827,-0.999236,300,100,1), - (1457,180655,1,-1586.55,-3948.27,0,-1.25664,0,0,-0.587786,0.809016,180,100,1), - (1458,12665,1,-563.016,-4217.51,41.5901,2.78704,0.004741,-0.023011,0.984022,0.176488,900,100,1), - (1459,1618,1,250.021,-3047.69,96.0069,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (1460,1618,0,-11102,1730.21,40.9614,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (1461,180655,1,-1586.55,-3948.27,0,-1.25664,0,0,-0.587786,0.809016,180,100,1), - (1462,3658,0,-5569.67,-462.497,402.397,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (1463,1617,0,-5344.54,-553.701,392.531,-0.174533,0,0,-0.0871558,0.996195,300,100,1), - (1464,1618,1,-2616.61,-1888.47,95.5607,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (1465,180582,0,-5291.58,-3505.29,297.605,2.37365,0,0,0.927184,0.374606,180,100,1), - (1466,180655,0,-5291.58,-3505.29,297.605,2.37365,0,0,0.927184,0.374606,180,100,1), - (1467,1618,1,-1859,-904,25.705,1.257,0,0,0.587932,0.80891,300,100,1), - (1468,1618,1,-1244,-488,-57,-2,0,0,-0.841471,0.540302,300,100,1), - (1469,1618,0,2200.01,-92,21.225,-1,0,0,-0.479426,0.877583,300,100,1), - (1470,1618,1,1081.14,-3482.74,78.4402,3.60706,0,0,0.97304,-0.230638,300,100,1), - (1471,1618,1,1097.74,-3484.35,80.1662,4.34796,0,0,0.823534,-0.567267,300,100,1), - (1472,1618,1,-1160.24,287.672,25.4504,2.44346,0,0,0.939692,0.342021,300,255,1), - (1473,1617,0,-5235.29,-459.535,386.523,0.401426,0,0,0.199368,0.979925,300,100,1), - (1474,1618,1,-1007.18,-4740.15,14.2365,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (1475,1618,1,-2454.54,-2045.98,96.6962,3.14159,0,0,1,0.00000126759,300,255,1), - (1476,1618,0,2047.72,-93,34.623,0.454,0,0,0.225056,0.974346,300,100,1), - (1477,180582,0,-5141.95,-3445.86,297.025,0.872665,0,0,0.422618,0.906308,180,100,1), - (1478,1618,0,2909.81,1034.66,104.226,0.977,0,0,0.469302,0.883038,300,100,1), - (1479,1618,0,101.725,1200.5,65.315,1.187,0,0,0.559266,0.828988,300,100,1), - (1480,1618,1,-1884,-2285,94.998,-2,0,0,-0.841471,0.540302,300,100,1), - (1481,1618,1,-3382.04,-1915.07,92.1843,3.01941,0,0,0.998134,0.0610534,300,255,1), - (1482,1618,0,1988.89,987.675,33.006,1.082,0,0,0.514993,0.857194,300,100,1), - (1483,171700,0,-4891.32,-883.553,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1484,2061,0,-4891.32,-883.553,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1485,1618,1,-409.883,-2852.73,93.4444,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (1486,171702,0,-4881.91,-955.415,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (1487,1618,0,2026.84,604.512,36.0793,0.401425,0,0,0.199368,0.979925,300,100,1), - (1488,1618,1,-146.132,-4716.83,29.0282,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (1489,180655,0,-5141.95,-3445.86,297.025,0.872665,0,0,0.422618,0.906308,180,100,1), - (1490,1618,1,692.531,-2259.45,93.0926,1.61081,0,0,0.721111,0.692819,300,100,1), - (1491,1618,0,-5588.98,-3679.32,308.934,2.25147,0,0,0.902584,0.430513,300,100,1), - (1492,180582,0,-4845.88,-3409.7,297.605,2.07694,0,0,0.861629,0.507539,180,100,1), - (1493,2061,0,-4881.91,-955.415,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (1494,1618,0,-4752,-2785,323.818,1.326,0,0,0.615484,0.788149,300,100,1), - (1495,1618,0,932.837,1846.68,5.9389,-2.65289,0,0,-0.970294,0.241927,300,255,1), - (1496,1618,1,7423.06,-741.099,15.8697,2.87979,0,0,0.991445,0.130528,300,100,1), - (1497,1618,0,-9497,-2327,70.047,3.748,0,0,0.954385,-0.298579,300,100,1), - (1498,2061,1,-563.016,-4217.51,41.5901,2.78704,0.004741,-0.023011,0.984022,0.176488,900,100,1), - (1499,171704,0,-4887.03,-954.818,510.13,1.84132,0,0,0.796002,0.605294,900,100,1), - (1500,171570,0,-4839.02,-865.45,501.923,0.104719,0,0,0.052336,0.99863,900,100,1), - (1501,31407,1,433.775,-4223.81,24.9391,-3.07544,0,0,0.999453,-0.033071,900,100,1), - (1502,1618,1,1233.64,-4639.66,17.4223,0,0,0,0,1,300,100,1), - (1503,1618,1,-2280.86,-1351.81,18.2552,0.959931,0,0,0.461749,0.887011,300,100,1), - (1504,1618,1,-1752.53,-316.694,-9.42484,-2.00713,0,0,-0.843392,0.537299,300,100,1), - (1505,1618,1,-3615.46,-1942.71,94.1204,-0.296705,0,0,-0.147809,0.989016,300,255,1), - (1506,1618,1,-1650,-3865,12.6511,0,0,0,0,1,300,100,1), - (1508,2066,1,433.775,-4223.81,24.9391,-3.07544,0,0,0.999453,-0.033071,900,100,1), - (1509,1618,1,-47.8642,-3250.27,91.6675,0.750491,0,0,0.366501,0.930418,300,255,1), - (1510,31408,1,29.5145,-4321.03,68.8133,2.21619,0.058362,0.058537,0.892703,0.443001,900,100,1), - (1511,1618,1,-146.922,-2948.52,91.9616,-1.93732,0,0,-0.824127,0.566404,300,255,1), - (1512,1618,1,-946.539,-2618.98,91.7864,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (1513,1618,1,-308.541,-1819.66,95.7815,-0.261798,0,0,-0.130525,0.991445,300,255,1), - (1514,1618,1,280.543,-2581.38,93.8831,2.09439,0,0,0.866024,0.500002,300,255,1), - (1515,1618,0,2881.69,853.522,113.89,-3,0,0,-0.997495,0.0707372,300,100,1), - (1516,1618,0,2447.04,629.929,31.7271,-2,0,0,-0.841471,0.540302,300,100,1), - (1517,1618,0,2360.88,981.178,59.6341,0.681,0,0,0.333958,0.942588,300,100,1), - (1518,1618,0,-547,1622.18,7.732,0.995,0,0,0.47723,0.878778,300,100,1), - (1519,1618,0,1209.58,985.972,37.576,1.169,0,0,0.551782,0.833988,300,100,1), - (1520,1618,1,80.634,-4245,59.508,-3,0,0,-0.997495,0.0707372,300,100,1), - (1521,171571,0,-4835.33,-867.29,501.923,-3.03687,0,0,0.99863,-0.052337,900,100,1), - (1522,1618,1,1131.45,-3443.82,91.2216,0.87386,0,0,0.42316,0.906055,300,100,1), - (1524,1618,1,-158.029,-3378.55,92.3938,0.244346,0,0,0.121869,0.992546,300,255,1), - (1525,171572,0,-4835.57,-865.18,501.923,-3.03687,0,0,0.99863,-0.052337,900,100,1), - (1526,180655,0,-4845.88,-3409.7,297.605,2.07694,0,0,0.861629,0.507539,180,100,1), - (1527,171576,0,-4847.09,-866.293,501.923,1.67552,0,0,0.743145,0.66913,900,100,1), - (1528,1618,1,-1220,-2018,91.667,-2,0,0,-0.841471,0.540302,300,100,1), - (1529,1618,0,2201.21,707.906,37.024,0,0,0,0,1,300,100,1), - (1530,1618,1,-2483,-1381,7.56,2.635,0,0,0.968092,0.250596,300,100,1), - (1531,171577,0,-4848.01,-865.865,510.254,-3.03687,0,0,0.99863,-0.052337,900,100,1), - (1532,2066,1,29.5145,-4321.03,68.8133,2.21619,0.058362,0.058537,0.892703,0.443001,900,100,1), - (1533,1618,1,7266.36,-772,24.812,2.164,0,0,0.882899,0.469563,300,100,1), - (1534,1618,0,-11086.5,627.683,36.5317,-3.01942,0,0,-0.998135,0.0610484,300,100,1), - (1535,1618,0,1103.88,1458.85,34.7833,2.05949,0,0,0.857168,0.515037,300,255,1), - (1536,1618,1,-1358,-2044,91.852,2.251,0,0,0.902483,0.430725,300,100,1), - (1537,1618,0,-9142,-2509,118.872,2.047,0,0,0.853935,0.52038,300,100,1), - (1538,1618,1,-414,-3545,92.938,-2,0,0,-0.841471,0.540302,300,100,1), - (1539,1618,1,-2522,-2315,94.568,2.583,0,0,0.96125,0.275679,300,100,1), - (1540,171579,0,-4851.67,-866.408,510.254,0.104719,0,0,0.052336,0.99863,900,100,1), - (1541,1618,0,2426.88,-249,50.715,2.042,0,0,0.852631,0.522514,300,100,1), - (1542,143253,0,-4871.01,-885.149,505.421,-1.38754,0,0,-0.639439,0.768842,900,100,1), - (1543,1618,1,483.048,-4085,30.156,2.88,0,0,0.991458,0.130424,300,100,1), - (1544,1618,1,679.261,-2214,94.433,1.658,0,0,0.737256,0.675613,300,100,1), - (1545,142838,0,-4890.85,-898.615,504.856,1.91986,0,0,0.819152,0.573576,900,100,1), - (1546,1618,1,-2549.16,-77.8223,-7.45093,-1.0472,0,0,-0.500001,0.866025,300,100,1), - (1547,1618,0,2229.09,1248.39,40.463,1.78,0,0,0.777072,0.629412,300,100,1), - (1548,171573,0,-4845.32,-864.475,501.923,-3.03687,0,0,0.99863,-0.052337,900,100,1), - (1549,1618,0,1771.03,-506.915,40.7929,0.453785,0,0,0.224951,0.97437,300,255,1), - (1550,1618,1,-2191.67,-1945.28,93.879,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (1551,1618,1,-1890,-186,-7,-2,0,0,-0.841471,0.540302,300,100,1), - (1552,143317,0,-4845.3,-882.304,504.685,-1.48353,0,0,-0.67559,0.737277,900,100,1), - (1553,1618,0,966.001,1467.47,40.532,-3,0,0,-0.997495,0.0707372,300,100,1), - (1554,31410,1,89.5779,-4563.51,54.7562,2.03518,0,0,0.850843,0.52542,900,100,1), - (1555,1618,1,411.874,-4227,25.456,0,0,0,0,1,300,100,1), - (1556,32385,0,-4892.57,-899.248,504.012,-1.22173,0,0,-0.573576,0.819152,900,100,1), - (1557,1618,1,-1217.21,-346.838,-17.8093,0.436332,0,0,0.216439,0.976296,300,255,1), - (1558,1618,1,-1282.12,322.474,-0.953603,-0.628317,0,0,-0.309016,0.951057,300,255,1), - (1559,1618,1,670.238,-2078.75,91.835,2.34385,0,0,0.9215,0.388379,300,100,1), - (1560,1618,1,-218.375,-2586.92,94.245,-1.309,0,0,-0.608763,0.793352,300,255,1), - (1561,1618,0,2384.72,903.262,64.214,-3,0,0,-0.997495,0.0707372,300,100,1), - (1562,2066,1,89.5779,-4563.51,54.7562,2.03518,0,0,0.850843,0.52542,900,100,1), - (1563,1618,1,185.601,-2779.78,91.6667,1.56462,0,0,0.70492,0.709287,300,100,1), - (1564,32349,0,-4845.78,-879.3,501.614,1.64934,0,0,0.734322,0.678801,900,100,1), - (1565,1618,1,-1148.81,417.898,5.57763,1.43117,0,0,0.656059,0.75471,300,100,1), - (1566,171693,0,-4857.2,-879.59,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1567,1618,1,934.152,-3079.21,91.7325,4.62728,0,0,0.736548,-0.676385,300,100,1), - (1568,31411,1,-793.997,-4905.74,19.5642,0.629431,0,0,0.309546,0.950885,900,100,1), - (1569,2061,0,-4857.2,-879.59,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1570,137644,0,-4890.83,-898.596,503.95,1.91986,0,0,0.819152,0.573576,900,100,1), - (1571,2066,1,-793.997,-4905.74,19.5642,0.629431,0,0,0.309546,0.950885,900,100,1), - (1572,171692,0,-4826.51,-876.088,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1573,1618,1,-3630,-1894,91.849,2.734,0,0,0.979305,0.202389,300,100,1), - (1574,1618,1,-2222.54,152.929,61.2913,0.837757,0,0,0.406736,0.913546,300,255,1), - (1575,1618,1,796.154,-2962.45,91.6667,5.49907,0,0,0.382091,-0.924125,300,100,1), - (1576,58389,1,1674.99,-3905.79,50.8452,-3.06297,0,0,0.999227,-0.039299,900,100,1), - (1577,2061,1,1674.99,-3905.79,50.8452,-3.06297,0,0,0.999227,-0.039299,900,100,1), - (1578,2061,0,-4826.51,-876.088,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1579,1618,1,-1659.41,-187.931,-11.6069,-2.23402,0,0,-0.898793,0.438373,300,100,1), - (1580,32424,0,-4890.83,-898.608,503.168,1.91986,0,0,0.819152,0.573576,900,100,1), - (1581,1618,1,-1679.28,81.435,-9.19313,-1.91986,0,0,-0.819151,0.573577,300,100,1), - (1582,171578,0,-4849.86,-864.624,510.254,-1.46608,0,0,-0.669131,0.743145,900,100,1), - (1583,58388,1,1696.92,-3891,50.8451,0.910732,0,0,0.439791,0.8981,900,100,1), - (1584,1618,1,-2336,-2068,97.571,4.353,0,0,0.822102,-0.569341,300,100,1), - (1585,171569,0,-4838.78,-867.56,501.923,0.104719,0,0,0.052336,0.99863,900,100,1), - (1586,1618,1,-1933,47.262,9.594,4.483,0,0,0.783385,-0.621537,300,100,1), - (1587,1618,1,-79.9959,-3888.22,46.938,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (1588,171574,0,-4847.42,-863.046,501.923,-1.46608,0,0,-0.669131,0.743145,900,100,1), - (1589,2061,1,1696.92,-3891,50.8451,0.910732,0,0,0.439791,0.8981,900,100,1), - (1590,1618,0,-159.638,950.241,64.9428,-0.191985,0,0,-0.0958451,0.995396,300,255,1), - (1591,55250,1,273.661,-4729.36,13.6113,3.14159,0,0,1,0,900,100,1), - (1592,1618,1,-2819.61,-1986.15,94.3748,1.0472,0,0,0.500001,0.866025,300,255,1), - (1593,171575,0,-4849.17,-864.947,501.923,0.104719,0,0,0.052336,0.99863,900,100,1), - (1594,1618,1,-3509,-1917,93.863,-2,0,0,-0.841471,0.540302,300,100,1), - (1595,1618,1,576.44,-4645.88,31.6439,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (1596,171695,0,-4858.64,-916.317,501.673,1.9984,0,0,0.841039,0.540974,900,100,1), - (1597,1618,0,-5867,-2914,365.539,1.658,0,0,0.737256,0.675613,300,100,1), - (1598,1618,1,-174.129,-3886.43,41.3098,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (1599,2061,0,-4858.64,-916.317,501.673,1.9984,0,0,0.841039,0.540974,900,100,1), - (1600,1618,1,106.372,-4009.62,46.3773,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (1601,1618,0,2553.76,-785,66.833,2.95,0,0,0.995415,0.0956499,300,100,1), - (1602,2061,1,273.661,-4729.36,13.6113,3.14159,0,0,1,0,900,100,1), - (1603,1618,0,1635.79,-437,45,1.03,0,0,0.492535,0.870293,300,100,1), - (1604,180582,0,-5232.57,-3133.11,297.605,-2.00713,0,0,-0.843392,0.537299,180,100,1), - (1605,180655,0,-5232.57,-3133.11,297.605,-2.00713,0,0,-0.843392,0.537299,180,100,1), - (1606,1618,1,-919,-2302,91.667,3.002,0,0,0.997565,0.0697396,300,100,1), - (1607,1618,1,-1380,-353,-39,-2,0,0,-0.841471,0.540302,300,100,1), - (1608,1618,1,6193.9,-103,46.894,0.244,0,0,0.121698,0.992567,300,100,1), - (1609,1618,1,6269.85,391.441,32.599,0.803,0,0,0.390799,0.920476,300,100,1), - (1610,1618,1,-1783,-718,-9,0.209,0,0,0.10431,0.994545,300,100,1), - (1611,180582,0,-5120.34,-3561.44,297.615,2.25148,0,0,0.902586,0.430509,180,100,1), - (1612,1618,1,-1378,-581,-61,3.271,0,0,0.997907,-0.0646585,300,100,1), - (1613,1618,1,587.8,-4016,10.171,0.035,0,0,0.0174991,0.999847,300,100,1), - (1614,1618,0,2039.89,-297.34,36.1757,1.37881,0,0,0.636078,0.771625,300,255,1), - (1615,1618,1,-1817,130.317,17.808,0.459,0,0,0.227491,0.97378,300,100,1), - (1616,1618,1,-2619.65,-650.645,0.39445,1.95477,0,0,0.829038,0.559192,300,100,1), - (1617,180655,0,-5120.34,-3561.44,297.615,2.25148,0,0,0.902586,0.430509,180,100,1), - (1618,180582,0,-5250.53,-3448.45,297.605,-0.436333,0,0,-0.21644,0.976296,180,100,1), - (1619,180655,0,-5250.53,-3448.45,297.605,-0.436333,0,0,-0.21644,0.976296,180,100,1), - (1621,31573,1,389.969,-4707.05,13.2934,3.14159,0,0,1,0,900,100,1), - (1622,1618,1,79.519,-3551,29.475,-2,0,0,-0.841471,0.540302,300,100,1), - (1623,1618,1,409.71,-3984,30.229,2.862,0,0,0.990244,0.139341,300,100,1), - (1624,180582,0,-5260.79,-3631.81,297.605,1.64061,0,0,0.731354,0.681998,180,100,1), - (1625,1618,1,-925.013,378.549,15.888,1.72787,0,0,0.760404,0.64945,300,255,1), - (1626,2061,1,389.969,-4707.05,13.2934,3.14159,0,0,1,0,900,100,1), - (1627,165557,1,1303.94,-4397.75,29.1688,-1.51844,0,0,-0.688354,0.725375,900,100,1), - (1628,1618,0,1691.54,646.112,49.5556,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (1629,1618,0,-10814,1072.8,37.048,-1,0,0,-0.479426,0.877583,300,100,1), - (1630,1618,1,-2196,-2320,93.627,0,0,0,0,1,300,100,1), - (1631,1618,1,4848.68,97.538,50.335,0.663,0,0,0.325462,0.945555,300,100,1), - (1632,18083,1,-557.679,-4219.21,41.5904,3.11541,0.00442,0.004306,0.999896,0.01307,900,100,1), - (1633,1618,1,-1985.86,-1981.32,92.8823,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (1634,1618,1,1114.99,-3380,93.9374,-1,0,0,-0.479426,0.877583,300,100,1), - (1635,180655,0,-5260.79,-3631.81,297.605,1.64061,0,0,0.731354,0.681998,180,100,1), - (1636,2061,1,-557.679,-4219.21,41.5904,3.11541,0.00442,0.004306,0.999896,0.01307,900,100,1), - (1637,180582,0,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,180,100,1), - (1638,1618,1,-848,-717,-20,1.239,0,0,0.580628,0.814169,300,100,1), - (1639,180655,0,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,180,100,1), - (1640,1618,1,1267.29,-4862.45,15.5736,-1.85005,0,0,-0.798636,0.601815,300,255,1), - (1641,1618,1,590.793,-4870.73,24.6471,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (1642,1618,1,-710,-3489,91.664,0,0,0,0,1,300,100,1), - (1643,31577,1,316.25,-4769.36,11.4047,3.14159,-0.039246,0.026157,0.998887,0.001028,900,100,1), - (1644,1618,1,-416,-2054,91.667,-1,0,0,-0.479426,0.877583,300,100,1), - (1645,180655,0,-9801.39,1766.6,0,-0.087267,0,0,-0.0436197,0.999048,180,100,1), - (1646,180655,0,-9801.39,1766.6,0,-0.087267,0,0,-0.0436197,0.999048,180,100,1), - (1647,2061,1,316.25,-4769.36,11.4047,3.14159,-0.039246,0.026157,0.998887,0.001028,900,100,1), - (1648,3231,1,-591.935,-4300.3,40.3764,-1.71915,0,0,-0.757565,0.65276,900,100,1), - (1649,1618,1,-3549,-2351,96.467,-3,0,0,-0.997495,0.0707372,300,100,1), - (1650,180655,0,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438372,180,100,1), - (1651,1618,0,2106.63,1055.04,33.1502,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (1652,1618,0,1729.3,738.43,51.1099,0.750491,0,0,0.366501,0.930418,300,255,1), - (1653,1618,0,1066.22,1680.48,29.782,0,0,0,0,1,300,100,1), - (1654,1618,1,710.625,-4209.05,16.8783,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (1655,180655,0,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438372,180,100,1), - (1656,180582,0,-10549.4,2127.94,0,1.91986,0,0,0.819151,0.573577,180,100,1), - (1657,101749,1,-883.601,-4295.66,70.8916,2.11185,0.007095,-0.01404,0.870191,0.492463,900,100,1), - (1658,31575,1,334.813,-4708.16,14.938,-2.05949,-0.046368,0.017921,-0.856725,0.513373,900,100,1), - (1659,1618,0,-5335.43,-2800.35,350.679,2.93214,0,0,0.994521,0.104535,300,255,1), - (1660,1618,1,6456.53,108.827,37.337,1.501,0,0,0.682005,0.731348,300,100,1), - (1661,1618,1,-1519,-1745,92.678,-1,0,0,-0.479426,0.877583,300,100,1), - (1662,1618,1,-2484,-1778,93.208,0.349,0,0,0.173616,0.984813,300,100,1), - (1663,1618,1,390.577,-3414.15,95.0342,0.453785,0,0,0.224951,0.97437,300,255,1), - (1664,171635,0,-4879.56,-980.148,504.02,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (1665,1618,1,-3450,-2217,92.08,-2,0,0,-0.841471,0.540302,300,100,1), - (1666,1618,0,1851.48,774.282,29.1703,0.785397,0,0,0.382683,0.92388,300,255,1), - (1667,1618,1,-212.159,-2967.09,91.6667,4.78654,0,0,0.680411,-0.732831,300,100,1), - (1668,1618,1,-2618.37,-2338.07,91.7466,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (1669,1618,0,-10999.2,760.319,41.3588,1.37881,0,0,0.636078,0.771625,300,100,1), - (1670,1618,0,1100.14,1267.14,41.1007,-0.174532,0,0,-0.0871553,0.996195,300,255,1), - (1671,1618,0,1100.14,1267.14,41.1007,-0.174532,0,0,-0.0871553,0.996195,300,255,1), - (1672,2061,1,334.813,-4708.16,14.938,-2.05949,-0.046368,0.017921,-0.856725,0.513373,900,100,1), - (1673,2061,0,-4879.56,-980.148,504.02,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (1674,55616,1,-985.461,-4417.48,29.2641,0.327011,0,0,0.162778,0.986663,900,100,1), - (1675,149418,0,-4848.26,-937.486,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (1676,1618,1,1317.86,-4986.07,2.62448,2.46091,0,0,0.942641,0.333809,300,255,1), - (1677,1618,1,-622,-3583,91.664,0.593,0,0,0.292175,0.956365,300,100,1), - (1678,1618,1,-2547,149.453,59.184,-3,0,0,-0.997495,0.0707372,300,100,1), - (1679,2061,0,-4848.26,-937.486,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (1680,171703,0,-4857.61,-947.218,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (1681,2066,1,-985.461,-4417.48,29.2641,0.327011,0,0,0.162778,0.986663,900,100,1), - (1682,2061,0,-4857.61,-947.218,501.437,1.9984,0,0,0.841039,0.540974,900,100,1), - (1683,171758,0,-4856.98,-997.963,453.703,1.9984,0,0,0.841039,0.540974,900,100,1), - (1684,2061,0,-4856.98,-997.963,453.703,1.9984,0,0,0.841039,0.540974,900,100,1), - (1685,171762,0,-4820.14,-964.207,464.636,1.9984,0,0,0.841039,0.540974,900,100,1), - (1686,1618,0,-9221,-3106,107.763,1.063,0,0,0.506827,0.862048,300,100,1), - (1687,2061,0,-4820.14,-964.207,464.636,1.9984,0,0,0.841039,0.540974,900,100,1), - (1688,1618,1,51.633,-4152,63.732,-2,0,0,-0.841471,0.540302,300,100,1), - (1689,171760,0,-4820.3,-986.57,464.636,1.9984,0,0,0.841039,0.540974,900,100,1), - (1690,1618,1,6264.63,100.095,33.8198,0,0,0,0,1,300,100,1), - (1691,180655,0,-10549.4,2127.94,0,1.91986,0,0,0.819151,0.573577,180,100,1), - (1692,104555,1,-812.912,-4940.97,20.6516,-2.6529,0.023288,0.014797,0.969871,-0.242051,900,100,1), - (1693,1618,1,-182.081,-2814.53,91.9249,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (1694,2061,0,-4820.3,-986.57,464.636,1.9984,0,0,0.841039,0.540974,900,100,1), - (1695,1618,1,-2346.98,-1014.55,-9.09553,2.07694,0,0,0.861629,0.507539,300,255,1), - (1696,1618,1,209.838,-4051.3,44.4966,2.26892,0,0,0.906306,0.422622,300,255,1), - (1697,3225,1,285.148,-3992.02,36.1008,-1.66679,0,0,-0.740218,0.672367,900,100,1), - (1698,1618,0,1901.47,734.731,36.8667,0.191985,0,0,0.0958452,0.995396,300,255,1), - (1699,180655,0,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.0871556,180,100,1), - (1700,1618,0,-10363.9,930.534,36.7459,3.05433,0,0,0.999048,0.0436174,300,100,1), - (1701,171763,0,-4809.23,-977.444,464.636,1.9984,0,0,0.841039,0.540974,900,100,1), - (1702,1618,1,685.138,-2281.22,91.6717,2.21922,0,0,0.895525,0.445011,300,100,1), - (1703,2061,0,-4809.23,-977.444,464.636,1.9984,0,0,0.841039,0.540974,900,100,1), - (1704,1618,1,626.688,-2669.35,95.3372,4.2372,0,0,0.853671,-0.520813,300,100,1), - (1705,3085,1,-930.077,-4488.83,29.465,3.10868,0,0,0.999865,0.016458,900,100,1), - (1706,2061,1,-930.077,-4488.83,29.465,3.10868,0,0,0.999865,0.016458,900,100,1), - (1707,171761,0,-4831.21,-973.333,464.636,1.9984,0,0,0.841039,0.540974,900,100,1), - (1708,2061,0,-4831.21,-973.333,464.636,1.9984,0,0,0.841039,0.540974,900,100,1), - (1709,171636,0,-4870.01,-990.161,504.02,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (1710,1618,0,1147.1,1068.88,32.861,3.037,0,0,0.998633,0.0522725,300,100,1), - (1711,1618,0,2670.43,462.322,16.816,-2,0,0,-0.841471,0.540302,300,100,1), - (1712,101748,1,-253.347,-3976.94,166.768,-1.93731,0,0,-0.824126,0.566406,900,100,1), - (1713,3234,1,285.149,-3991.99,35.321,-1.66679,0,0,-0.740218,0.672367,900,100,1), - (1714,1618,1,664.583,-2376.75,92.3499,4.82102,0,0,0.667676,-0.744452,300,100,1), - (1715,1618,0,2348.53,-211.136,39.2133,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (1716,2061,0,-4870.01,-990.161,504.02,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (1717,1618,1,-713,-5021,17.048,0.82,0,0,0.398609,0.917121,300,100,1), - (1718,31572,1,366.669,-4720.59,13.5744,3.11541,0.018005,0.043381,0.99882,0.012314,900,100,1), - (1719,2061,1,366.669,-4720.59,13.5744,3.11541,0.018005,0.043381,0.99882,0.012314,900,100,1), - (1720,1618,1,-715.41,90.4643,-6.07189,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (1721,1618,0,2870.3,737.045,124.611,-1,0,0,-0.479426,0.877583,300,100,1), - (1722,31409,1,63.7298,-4462.45,46.2484,-2.86163,0.063475,-0.013046,0.988322,-0.137911,900,100,1), - (1723,1618,1,5920.03,-20.4232,37.6453,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (1724,1618,1,-2415,-44,-7,-2,0,0,-0.841471,0.540302,300,100,1), - (1725,2066,1,63.7298,-4462.45,46.2484,-2.86163,0.063475,-0.013046,0.988322,-0.137911,900,100,1), - (1726,1618,1,-986,-789,-8,1.309,0,0,0.608763,0.793352,300,100,1), - (1727,1618,1,7781.38,-1061,31.365,3.117,0,0,0.999924,0.012296,300,100,1), - (1728,1618,0,323.282,658.969,40.657,-2,0,0,-0.841471,0.540302,300,100,1), - (1729,180655,0,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.0871556,180,100,1), - (1730,1618,1,-1621,-1809,93.232,4.203,0,0,0.862451,-0.50614,300,100,1), - (1731,1618,1,-780,-450,-31,2.583,0,0,0.96125,0.275679,300,100,1), - (1732,180655,0,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,180,100,1), - (1733,18079,1,313.72,-4661.79,16.1273,-3.10669,0.034663,0.013688,0.999145,-0.017897,900,100,1), - (1734,180655,0,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,180,100,1), - (1735,180655,0,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,180,100,1), - (1736,180655,0,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,180,100,1), - (1737,1618,1,-950,-2815,93.486,0.768,0,0,0.374632,0.927174,300,100,1), - (1738,1618,1,185.339,-4189.96,44.9944,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (1739,2061,1,313.72,-4661.79,16.1273,-3.10669,0.034663,0.013688,0.999145,-0.017897,900,100,1), - (1740,1618,0,-9599,-1903,61.005,6,0,0,0.14112,-0.989992,300,100,1), - (1741,1618,1,4322.94,41.056,58.2132,-1,0,0,-0.479426,0.877583,300,100,1), - (1742,1618,1,-419.211,-2380.24,91.7137,-2.26892,0,0,-0.906306,0.422622,300,255,1), - (1743,1618,1,7296.08,-90.3389,8.03247,2.00713,0,0,0.843392,0.537299,300,100,1), - (1744,180655,0,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,180,100,1), - (1745,1618,0,2080.8,1120.39,37.389,1.571,0,0,0.707179,0.707035,300,100,1), - (1746,3239,1,-223.825,-5095.61,49.3529,-2.31256,-0.004473,-0.011502,0.915211,-0.402785,2,100,1), - (1747,1619,0,-10188,1545.83,44.996,4.964,0,0,0.612795,-0.790242,300,100,1), - (1748,1619,1,-1937.26,379.606,132.699,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (1749,1619,0,98.568,786.722,73.786,0.908,0,0,0.438564,0.8987,300,100,1), - (1750,1619,0,-10035,1424.36,41.557,0.317,0,0,0.157837,0.987465,300,100,1), - (1751,1619,1,4482.3,31.694,88.28,0.279,0,0,0.139048,0.990286,300,100,1), - (1752,1619,1,-1887.71,333.707,107.339,1.97222,0,0,0.833885,0.551938,300,100,1), - (1753,1619,0,-5612,-3104,366.217,-1,0,0,-0.479426,0.877583,300,100,1), - (1754,1619,1,5174.2,355.331,36.255,0.509,0,0,0.251762,0.967789,300,100,1), - (1755,1619,1,350.451,-1597.26,91.6667,1.47587,0,0,0.672762,0.739859,300,100,1), - (1756,1619,1,288.729,-3507.36,26.2807,4.68536,0,0,0.716598,-0.697486,300,100,1), - (1757,1619,1,-2173,-1689,121.94,-1,0,0,-0.479426,0.877583,300,100,1), - (1758,1619,0,2330.47,210.88,36.9028,-1,0,0,-0.479426,0.877583,300,100,1), - (1759,1619,1,-1683.05,-3926.45,14.7665,6.20873,0,0,0.0372189,-0.999307,300,100,1), - (1760,1619,0,827.721,1257.76,55.3613,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (1761,1619,1,-1753,-3692,34.266,1.326,0,0,0.615484,0.788149,300,100,1), - (1762,180655,0,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,180,100,1), - (1763,1619,0,-10418.8,2031.94,32.492,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (1764,1619,1,-725.992,-1698.86,91.6666,3.08044,0,0,0.999533,0.0305715,300,100,1), - (1765,1619,1,-730.938,-1711.28,91.6736,3.08044,0,0,0.999533,0.0305715,300,100,1), - (1766,1619,1,663.15,-4806.97,26.2461,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (1767,1619,1,-1219.48,-3603.84,91.7114,1.33218,0,0,0.617917,0.786244,300,100,1), - (1768,180655,0,-9574.33,1392.54,0,-0.122173,0,0,-0.0610485,0.998135,180,100,1), - (1769,180655,0,-9574.33,1392.54,0,-0.122173,0,0,-0.0610485,0.998135,180,100,1), - (1770,180582,0,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,180,100,1), - (1771,180582,0,-5730.29,-3414.34,297.605,-2.80998,0,0,-0.986286,0.165048,180,100,1), - (1772,175313,1,1800.16,-4371.6,-17.5136,-2.90597,0,0,0.993069,-0.117537,900,100,1), - (1773,180655,0,-5730.29,-3414.34,297.605,-2.80998,0,0,-0.986286,0.165048,180,100,1), - (1774,2061,1,1800.16,-4371.6,-17.5136,-2.90597,0,0,0.993069,-0.117537,900,100,1), - (1775,171544,0,-4808.22,-870.313,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1776,1619,1,-1568.58,-3925.92,5.33258,3.41157,0,0,0.990903,-0.134579,300,100,1), - (1777,1619,0,-593.015,748.071,116.325,2.67035,0,0,0.972369,0.233447,300,255,1), - (1778,2061,0,-4808.22,-870.313,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1779,1619,1,-1399.08,-3937.55,16.4094,0.88737,0,0,0.429271,0.903176,300,100,1), - (1780,171545,0,-4808.47,-911.884,497.902,2.2602,0,0,0.904455,0.426569,900,100,1), - (1781,1619,1,-1427.45,-3886.49,11.1764,5.70761,0,0,0.283832,-0.958874,300,100,1), - (1782,1619,1,-1380.69,-3920.57,13.4836,5.19515,0,0,0.517578,-0.855636,300,100,1), - (1783,1619,1,-1399.88,-3897.8,10.7591,6.02058,0,0,0.130926,-0.991392,300,100,1), - (1784,180582,0,-5127.44,-3148.62,297.605,-2.98451,0,0,-0.996917,0.0784606,180,100,1), - (1785,2061,0,-4808.47,-911.884,497.902,2.2602,0,0,0.904455,0.426569,900,100,1), - (1786,1619,0,-10284,1691.15,38.089,1.44,0,0,0.659385,0.751806,300,100,1), - (1787,1619,1,826.997,-3665.93,37.5249,-1.85005,0,0,-0.798636,0.601815,300,255,1), - (1788,1619,1,36.227,-3984,48.384,-3,0,0,-0.997495,0.0707372,300,100,1), - (1789,171694,0,-4830.09,-909.812,501.673,1.9984,0,0,0.841039,0.540974,900,100,1), - (1790,1619,1,-116.039,-4694.84,29.5269,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (1791,180655,0,-5127.44,-3148.62,297.605,-2.98451,0,0,-0.996917,0.0784606,180,100,1), - (1792,1619,1,-3671,-1757,92.468,0.82,0,0,0.398609,0.917121,300,100,1), - (1793,1619,1,-2552,-1731,109.768,2.74,0,0,0.979908,0.19945,300,100,1), - (1794,2061,0,-4830.09,-909.812,501.673,1.9984,0,0,0.841039,0.540974,900,100,1), - (1795,1619,1,1303.38,-4931.36,9.41404,1.92,0,0,0.819192,0.57352,300,100,1), - (1796,1619,1,659.889,-3663.35,42.7321,0.349065,0,0,0.173648,0.984808,300,255,1), - (1797,1619,1,796.822,-3694.82,27.8678,5.56688,0,0,0.350545,-0.936546,300,100,1), - (1798,1619,1,-1546.28,-3958.2,20.1385,0.645772,0,0,0.317305,0.948324,300,255,1), - (1799,1619,1,4368.39,640.926,67.5156,2.74,0,0,0.979908,0.19945,300,100,1), - (1800,1619,0,-10300,1648.74,41.808,1.635,0,0,0.729438,0.684047,300,100,1), - (1801,171648,0,-4827.55,-919.394,502.22,-2.47837,0,0,0.945519,-0.325568,900,100,1), - (1802,1619,1,1002.19,-3723.77,28.6232,2.90916,0,0,0.993254,0.115955,300,100,1), - (1803,1619,0,2795.89,-402,84.085,3.124,0,0,0.999961,0.00879618,300,100,1), - (1804,1619,1,-1435.26,-3495.68,168.965,5.71933,0,0,0.278208,-0.960521,300,100,1), - (1805,180582,0,-4912.3,-3581.94,297.605,-0.663225,0,0,-0.325568,0.945519,180,100,1), - (1806,1619,0,-10278.2,1513.24,41.5956,3.12412,0,0,0.999962,0.00873622,300,255,1), - (1807,1619,1,-1242.13,-3639.65,93.7278,5.56671,0,0,0.350624,-0.936516,300,100,1), - (1808,1619,1,-1261.03,-3626.34,93.4734,0.65479,0,0,0.321577,0.946883,300,100,1), - (1809,1619,1,-1274.41,-3625.15,91.9569,0.8904,0,0,0.430638,0.902525,300,100,1), - (1810,1619,1,52.9918,-4088.75,59.7974,2.74016,0,0,0.979924,0.199371,300,255,1), - (1811,1619,1,958.55,-4054.57,-11.1736,-2.32129,0,0,-0.91706,0.398748,300,255,1), - (1812,1619,1,5587.86,33.6228,53.097,-0.017453,0,0,-0.00872639,0.999962,300,100,1), - (1813,1619,1,7.87769,-1834.7,95.1932,2.60864,0,0,0.964705,0.263334,300,100,1), - (1814,1619,1,-22.9203,-1803.21,93.6704,1.55545,0,0,0.70166,0.712512,300,100,1), - (1815,1619,1,-1417.26,-3445.1,213.337,4.50592,0,0,0.77621,-0.630474,300,100,1), - (1816,1619,1,-1427.79,-3445.93,214.587,4.45291,0,0,0.792647,-0.609681,300,100,1), - (1817,1619,1,4451.13,423.318,69.726,1.937,0,0,0.824037,0.566536,300,100,1), - (1818,1619,1,-2287.69,-1494.56,54.1208,-2.63545,0,0,-0.968148,0.250379,300,100,1), - (1819,1619,1,-2829.85,-817.971,28.7467,0.331613,0,0,0.165048,0.986286,300,100,1), - (1820,1619,0,-9614.35,-2156.73,73.633,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (1821,171649,0,-4827.11,-922.521,502.22,2.67036,0,0,0.97237,0.233445,900,100,1), - (1822,1619,1,4403.32,820.611,30.2575,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (1823,1619,1,-1208.22,-3644.08,94.0896,5.73399,0,0,0.27116,-0.962534,300,100,1), - (1824,1619,0,-5598.14,-2744.07,375.994,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (1825,1619,1,515.16,-3927.33,22.4875,1.55334,0,0,0.700908,0.713252,300,255,1), - (1826,171547,0,-4784.52,-913.595,497.902,2.2602,0,0,0.904455,0.426569,900,100,1), - (1827,1619,0,908.198,1461.21,35.071,-2,0,0,-0.841471,0.540302,300,100,1), - (1828,1619,0,-9279.21,-3073.36,105.601,0.523599,0,0,0.258819,0.965926,300,100,1), - (1829,2061,0,-4784.52,-913.595,497.902,2.2602,0,0,0.904455,0.426569,900,100,1), - (1830,1619,1,-1722,-3900,16.644,0.105,0,0,0.0524759,0.998622,300,100,1), - (1831,1619,0,-9346.42,-1887.48,72.7737,-0.541051,0,0,-0.267238,0.963631,300,100,1), - (1832,1619,0,-9474,-3442,122.832,1.78,0,0,0.777072,0.629412,300,100,1), - (1833,1619,1,40.5391,-1749.56,111.579,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (1834,1619,1,-2704,-1359,48.11,-2,0,0,-0.841471,0.540302,300,100,1), - (1835,1619,1,-1754,-911,82.1,6.251,0,0,0.016092,-0.999871,300,100,1), - (1836,1619,0,-9098,-3185,109.71,-2,0,0,-0.841471,0.540302,300,100,1), - (1837,1619,1,-1643.27,-3895.83,10.3253,5.0943,0,0,0.560047,-0.828461,300,100,1), - (1838,1619,0,-5715,-3082,331.936,3.107,0,0,0.99985,0.0172954,300,100,1), - (1839,180655,0,-4912.3,-3581.94,297.605,-0.663225,0,0,-0.325568,0.945519,180,100,1), - (1840,1619,0,378.769,1152.34,92.5748,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (1842,1619,1,-330.049,-1320.47,99.5392,0.302,0,0,0.150427,0.988621,300,100,1), - (1843,1619,1,-325.64,-1359.21,95.4151,0.31496,0,0,0.15683,0.987626,300,100,1), - (1844,1619,1,-554.461,-1499.67,92.7525,0.1376,0,0,0.0687457,0.997634,300,100,1), - (1845,1619,1,-445.95,-1511.21,92.6732,5.0282,0,0,0.587117,-0.809502,300,100,1), - (1846,1619,1,-433.019,-1508.62,91.8294,5.42875,0,0,0.41434,-0.910122,300,100,1), - (1847,1619,1,1118.32,-4499.9,20.3045,1.85005,0,0,0.798636,0.601815,300,255,1), - (1848,171769,0,-4733.11,-941.817,501.617,2.2602,0,0,0.904455,0.426569,900,100,1), - (1849,1619,1,-545,-677,51.653,0.227,0,0,0.113256,0.993566,300,100,1), - (1850,1619,1,6608.11,228.632,43.837,-2,0,0,-0.841471,0.540302,300,100,1), - (1851,180582,0,-5642.59,-3291.67,297.605,2.14675,0,0,0.878816,0.477161,180,100,1), - (1852,1619,1,-1175.35,-3544.48,91.7055,4.29441,0,0,0.838425,-0.545016,300,100,1), - (1853,1619,1,-1673.7,-3853.93,12.7435,5.0943,0,0,0.560047,-0.828461,300,100,1), - (1854,1619,1,-1725.68,-3886.94,25.6459,5.55198,0,0,0.357512,-0.933908,300,100,1), - (1855,1619,1,-1722.56,-3866.18,15.694,2.98676,0,0,0.997005,0.0773391,300,100,1), - (1856,1619,1,398.168,-1545.98,92.2844,4.19531,0,0,0.864391,-0.502821,300,100,1), - (1857,1619,1,-1367.89,-3949.43,42.8773,2.07694,0,0,0.861629,0.507539,300,255,1), - (1858,180655,0,-5642.59,-3291.67,297.605,2.14675,0,0,0.878816,0.477161,180,100,1), - (1859,1619,1,141.065,-2473,141.088,-3,0,0,-0.997495,0.0707372,300,100,1), - (1860,1619,0,1857.45,1055.19,29.235,1.012,0,0,0.484682,0.87469,300,100,1), - (1861,1619,1,484.319,-3651.03,28.5224,5.32961,0,0,0.458928,-0.888474,300,100,1), - (1862,2061,0,-4733.11,-941.817,501.617,2.2602,0,0,0.904455,0.426569,900,100,1), - (1863,1619,0,2469.43,329.287,32.3891,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (1864,1619,1,-1383.55,-3892.37,12.6679,2.95612,0,0,0.995703,0.0926035,300,100,1), - (1865,1619,1,5366.7,185.883,36.0369,0.20944,0,0,0.104529,0.994522,300,100,1), - (1866,1619,1,289.874,-3493.67,28.058,1.57037,0,0,0.706956,0.707258,300,100,1), - (1867,1619,1,-2143,256.915,96.195,1.571,0,0,0.707179,0.707035,300,100,1), - (1868,1619,1,318.421,-3508.9,34.9301,5.91133,0,0,0.184858,-0.982765,300,100,1), - (1869,171541,0,-4756.94,-917.027,501.658,2.2602,0,0,0.904455,0.426569,900,100,1), - (1870,2061,0,-4756.94,-917.027,501.658,2.2602,0,0,0.904455,0.426569,900,100,1), - (1871,1619,0,-9285,-2815,88.836,-2,0,0,-0.841471,0.540302,300,100,1), - (1895,180582,0,-5347.89,-3706.57,297.605,-1.8326,0,0,-0.793355,0.60876,180,100,1), - (1896,1619,1,-1327.19,-3889.31,10.8991,4.69141,0,0,0.714485,-0.699651,300,100,1), - (1897,1619,1,-1344.71,-3929.48,9.64366,4.62662,0,0,0.736771,-0.676142,300,100,1), - (1898,1619,1,-1446.15,-3439.39,214.927,4.45291,0,0,0.792647,-0.609681,300,100,1), - (1899,1619,1,-1423.85,-3431.07,213.844,4.45291,0,0,0.792647,-0.609681,300,100,1), - (1900,1619,1,-1463.35,-3462.91,211.502,5.13972,0,0,0.54109,-0.840965,300,100,1), - (1901,1619,1,207.244,-1911,101.985,-2,0,0,-0.841471,0.540302,300,100,1), - (1902,1619,1,-1423.73,-3476,184.312,5.17506,0,0,0.526147,-0.850394,300,100,1), - (1903,1619,1,-1433.55,-3478.41,183.324,0.37859,0,0,0.188167,0.982137,300,100,1), - (1904,1619,0,-5573,-2896,381.446,2.042,0,0,0.852631,0.522514,300,100,1), - (1905,1619,1,415.252,-3577.96,46.9924,6.26696,0,0,0.00811249,-0.999967,300,100,1), - (1906,171543,0,-4764.52,-880.695,501.614,2.2602,0,0,0.904455,0.426569,900,100,1), - (1907,1619,1,425.062,-3608.51,30.7172,4.76375,0,0,0.688717,-0.725031,300,100,1), - (1908,1619,1,308.67,-3438.26,56.0001,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (1909,2061,0,-4764.52,-880.695,501.614,2.2602,0,0,0.904455,0.426569,900,100,1), - (1910,171661,0,-4774.29,-924.571,503.699,-1.88496,0,0,-0.809017,0.587785,900,100,1), - (1911,1619,1,-183.78,-3576.83,47.203,0.541051,0,0,0.267238,0.963631,300,255,1), - (1912,180655,0,-5347.89,-3706.57,297.605,-1.8326,0,0,-0.793355,0.60876,180,100,1), - (1913,1619,1,-429.465,-1525.26,92.5216,0.55339,0,0,0.273178,0.961964,300,100,1), - (1914,1619,1,-74.4195,-4801.14,25.0611,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (1915,1619,0,2831.94,737.516,137.752,1.763,0,0,0.771694,0.635994,300,100,1), - (1916,171683,0,-4718.2,-879.13,508.642,1.19555,0,0,0.562805,0.826589,900,100,1), - (1917,1619,1,-100.264,-1442.03,92.4913,3.43189,0,0,0.989484,-0.14464,300,100,1), - (1918,1619,1,19.3568,-1394.79,91.7593,6.08653,0,0,0.0981692,-0.99517,300,100,1), - (1919,1619,1,37.6753,-1392.71,91.671,3.54773,0,0,0.979452,-0.201676,300,100,1), - (1920,1619,1,35.4458,-1360.73,96.7353,1.37414,0,0,0.634275,0.773108,300,100,1), - (1921,1619,1,56.5188,-1379.6,95.4593,4.79456,0,0,0.677466,-0.735554,300,100,1), - (1922,1619,0,-10191,1558.5,45.443,5.157,0,0,0.533804,-0.845608,300,100,1), - (1923,1619,0,-10308,1618.52,44.566,2.129,0,0,0.874547,0.484942,300,100,1), - (1924,1619,1,7406.52,-1090.43,45.1445,-2.3911,0,0,-0.930417,0.366502,300,100,1), - (1925,1619,1,-1629.5,-3951.16,2.77112,3.20286,0,0,0.999531,-0.0306289,300,100,1), - (1926,1619,1,-284.883,-3613.54,52.1593,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (1927,1619,0,-10199,1580.42,47.025,5.4,0,0,0.42738,-0.904072,300,100,1), - (1928,1619,1,-1315.17,-3873.08,12.0428,4.66785,0,0,0.722677,-0.691186,300,100,1), - (1929,180582,0,-4982.37,-3543.38,297.605,1.50098,0,0,0.681997,0.731355,180,100,1), - (1930,1619,1,-976,-1710,91.667,5.041,0,0,0.581924,-0.813243,300,100,1), - (1931,1619,1,-1174,-1718,91.667,1.204,0,0,0.566292,0.824205,300,100,1), - (1932,1619,1,376.442,-3539.04,51.4826,2.8103,0,0,0.986312,0.16489,300,100,1), - (1933,175312,1,1850.49,-4359.16,-15.041,-2.90597,0,0,0.993069,-0.117537,900,100,1), - (1934,1619,1,494.916,-3640.41,30.0557,0.38037,0,0,0.189041,0.981969,300,100,1), - (1935,1619,1,474.708,-3571.27,50.2011,1.08129,0,0,0.514689,0.857377,300,100,1), - (1936,1619,1,484.13,-3560.87,59.8944,0.22641,0,0,0.112963,0.993599,300,100,1), - (1937,1619,1,6305.87,144.698,36.2838,1.361,0,0,0.629182,0.777258,300,100,1), - (1938,171684,0,-4715.5,-880.492,508.642,2.15548,0,0,0.880891,0.47332,900,100,1), - (1939,171685,0,-4716.78,-876.264,508.642,-1.42244,0,0,-0.65276,0.757565,900,100,1), - (1940,1619,1,5192.54,151.976,58.6893,-2.04204,0,0,-0.852641,0.522496,300,255,1), - (1941,1619,0,2885.77,-695,137.149,1.85,0,0,0.798621,0.601835,300,100,1), - (1942,1619,1,-403.926,-1467.18,93.6357,2.13008,0,0,0.874808,0.484469,300,100,1), - (1943,1619,1,358.799,-3546.54,42.6931,1.16101,0,0,0.548446,0.836186,300,100,1), - (1944,1619,1,396.798,-3537.55,46.8905,1.62045,0,0,0.724442,0.689335,300,100,1), - (1945,1619,1,492.968,-3613.3,34.2479,1.11704,0,0,0.529932,0.84804,300,100,1), - (1946,1619,1,455.792,-3600.63,30.7088,1.17554,0,0,0.554507,0.832179,300,100,1), - (1947,1619,1,749.328,-4482.91,22.0128,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (1948,171542,0,-4743.02,-885.341,501.614,2.2602,0,0,0.904455,0.426569,900,100,1), - (1949,1619,0,-9190,-3239,103.19,-2,0,0,-0.841471,0.540302,300,100,1), - (1950,1619,1,121.937,-1515.88,91.6666,6.1215,0,0,0.0807546,-0.996734,300,100,1), - (1951,1619,1,-1481,301.488,41.929,1.449,0,0,0.662761,0.748831,300,100,1), - (1952,1619,1,-1155,584.766,65.707,0.82,0,0,0.398609,0.917121,300,100,1), - (1954,1619,1,-2726,-622,12.704,-3,0,0,-0.997495,0.0707372,300,100,1), - (1955,1619,1,341.039,-5139,7.257,-1,0,0,-0.479426,0.877583,300,100,1), - (1956,2061,0,-4743.02,-885.341,501.614,2.2602,0,0,0.904455,0.426569,900,100,1), - (1957,1619,1,-1685.39,-3801.68,15.4953,2.40668,0,0,0.933244,0.359243,300,100,1), - (1958,1619,1,-1614.6,-3931.84,2.18538,4.37111,0,0,0.816913,-0.576761,300,100,1), - (1959,1619,1,-1646.75,-3818.47,12.8315,2.70887,0,0,0.976685,0.214677,300,100,1), - (1960,1619,1,-1637.84,-3905.07,9.65404,4.55253,0,0,0.761308,-0.648391,300,100,1), - (1961,1619,1,-1219.15,-3624.98,92.2073,1.14251,0,0,0.540688,0.841223,300,100,1), - (1963,1619,1,387.849,-3574.8,33.315,6.26696,0,0,0.00811249,-0.999967,300,100,1), - (1964,171546,0,-4781.68,-874.989,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1965,1619,1,293.274,-3416.52,50.2281,6.22919,0,0,0.0269944,-0.999636,300,100,1), - (1966,1619,0,-10281,1656.58,42.147,5.096,0,0,0.559343,-0.828937,300,100,1), - (1967,1619,1,224.178,-3360.35,43.9515,0.90063,0,0,0.435249,0.90031,300,100,1), - (1968,1619,1,944.078,-3692.6,28.1354,5.78128,0,0,0.248327,-0.968676,300,100,1), - (1969,2061,0,-4781.68,-874.989,501.673,2.2602,0,0,0.904455,0.426569,900,100,1), - (1970,1619,0,-9719.08,-2447.51,72.4093,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (1971,1619,0,-9052.03,-2675.98,133.599,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (1972,1619,1,-1577.82,-3794.23,38.3932,1.31561,0,0,0.611381,0.791336,300,100,1), - (1973,171660,0,-4775.48,-927.567,503.699,0.645772,0,0,0.317305,0.948324,900,100,1), - (1974,1619,1,-2234.58,276.564,109.757,1.58825,0,0,0.713251,0.700909,300,255,1), - (1975,1619,1,298.833,-3529.65,29.0414,0.12607,0,0,0.0629933,0.998014,300,100,1), - (1976,1619,1,5413.78,117.888,37.082,0.262,0,0,0.130626,0.991432,300,100,1), - (1977,1619,1,165.041,-3583.98,27.1847,3.59211,0,0,0.974736,-0.223358,300,100,1), - (1978,1619,1,806.968,-3641.49,47.2513,5.45496,0,0,0.402378,-0.915474,300,100,1), - (1979,1619,1,603.873,-3674.71,32.4548,0.31685,0,0,0.157763,0.987477,300,100,1), - (1980,1619,1,-1245.1,-3624.09,96.252,0.65479,0,0,0.321577,0.946883,300,100,1), - (1981,1619,0,3009.94,888.24,106.788,2.321,0,0,0.917003,0.398881,300,100,1), - (1982,1619,1,400.063,-4203,26.658,-1,0,0,-0.479426,0.877583,300,100,1), - (1983,1619,1,-1715.58,-3776.43,12.9298,2.07642,0,0,0.861497,0.507763,300,100,1), - (1984,1619,1,-1434.24,-3874.83,12.6411,5.68405,0,0,0.295107,-0.955464,300,100,1), - (1985,1619,0,-9692.28,1155.58,18.8213,1.74533,0,0,0.766045,0.642787,300,100,1), - (1986,1619,1,-417.867,-1475.91,94.7249,1.32898,0,0,0.616658,0.787231,300,100,1), - (1987,1619,1,-367.002,-1391.18,94.1982,1.87827,0,0,0.807048,0.590486,300,100,1), - (1988,1619,1,142.78,-1469.45,99.4759,0.63353,0,0,0.311494,0.950248,300,100,1), - (1989,1619,1,132.971,-1507.16,91.6667,5.23793,0,0,0.499159,-0.866511,300,100,1), - (1990,1619,1,-382.966,-1501.29,93.4726,2.47762,0,0,0.945397,0.325922,300,100,1), - (1991,1619,1,-237.271,-1491.23,92.4699,2.98211,0,0,0.996822,0.0796568,300,100,1), - (1992,1619,1,863.141,-3733.19,25.4863,2.84947,0,0,0.989352,0.145543,300,100,1), - (1993,1619,0,-10198,1459.29,40.595,3.578,0,0,0.976288,-0.216476,300,100,1), - (1994,1619,0,-10132,1393.17,39.556,3.581,0,0,0.975962,-0.21794,300,100,1), - (1995,1619,1,-1208.89,-3624.08,92.4931,1.25561,0,0,0.58737,0.809319,300,100,1), - (1996,1619,1,1139.67,-4902,17.647,0,0,0,0,1,300,100,1), - (1997,1619,1,-1190.02,-3548.75,93.9122,4.29441,0,0,0.838425,-0.545016,300,100,1), - (1998,1619,1,-1869,-1880,94.039,3.6,0,0,0.973848,-0.227202,300,100,1), - (1999,1619,1,-154,-1115,52.941,0.078,0,0,0.0389901,0.99924,300,100,1), - (2000,1619,1,6784.92,221.01,32.539,-2,0,0,-0.841471,0.540302,300,100,1), - (2001,180655,0,-4982.37,-3543.38,297.605,1.50098,0,0,0.681997,0.731355,180,100,1), - (2002,32355,0,-4676.6,-938.842,503.998,-2.45219,0,0,0.941176,-0.337917,900,100,1), - (2003,1619,1,983.279,-3766.04,25.7151,3.03639,0,0,0.998617,0.052577,300,100,1), - (2004,1619,1,892.472,-3748.02,20.8139,2.84947,0,0,0.989352,0.145543,300,100,1), - (2005,1619,1,820.086,-3736.71,28.056,2.66098,0,0,0.971265,0.238,300,100,1), - (2006,1619,1,900.105,-3653.78,33.6281,0.12837,0,0,0.0641409,0.997941,300,100,1), - (2007,1619,1,1004.92,-3687.08,28.8442,0.91726,0,0,0.44272,0.89666,300,100,1), - (2008,171770,0,-4710.98,-941.688,504.887,0.959931,0,0,0.461749,0.887011,900,100,1), - (2009,1619,1,710.401,-3731.46,26.1054,3.0521,0,0,0.998999,0.0447314,300,100,1), - (2010,171766,0,-4676.62,-940.112,503.998,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (2011,1619,0,-10218,1602.85,47.649,5.4,0,0,0.42738,-0.904072,300,100,1), - (2012,1619,1,223.02,-5020.5,15.0214,1.81514,0,0,0.78801,0.615662,300,255,1), - (2013,32383,0,-4675.36,-940.242,504.033,0.689404,0,0,0.337916,0.941176,900,100,1), - (2014,1619,0,2121.5,-663,78.534,-3,0,0,-0.997495,0.0707372,300,100,1), - (2015,1619,0,2628.18,560.352,26.842,2.356,0,0,0.923842,0.382773,300,100,1), - (2016,1619,1,-1609.38,-3837.27,14.882,6.20873,0,0,0.0372189,-0.999307,300,100,1), - (2017,1619,1,-1662.23,-3897.41,9.94972,5.0943,0,0,0.560047,-0.828461,300,100,1), - (2018,1619,1,-1594.35,-3817.95,16.9215,1.7248,0,0,0.759406,0.650617,300,100,1), - (2019,1619,1,-895.665,-1738.93,95.3818,3.27012,0,0,0.997936,-0.0642194,300,100,1), - (2020,1619,1,-694.573,-1748.63,94.0147,3.87684,0,0,0.933184,-0.359399,300,100,1), - (2021,1619,1,-706.733,-1732.8,93.9648,2.9108,0,0,0.993349,0.11514,300,100,1), - (2022,1619,1,-1542.83,-3865.89,18.9457,4.32385,0,0,0.830312,-0.557299,300,100,1), - (2023,1619,1,-1529.08,-3846.69,20.2494,4.32385,0,0,0.830312,-0.557299,300,100,1), - (2024,1619,0,2752.14,-776.589,136.009,1.48353,0,0,0.67559,0.737277,300,255,1), - (2025,2061,1,1850.49,-4359.16,-15.041,-2.90597,0,0,0.993069,-0.117537,900,100,1), - (2026,180582,0,-4773.38,-3163.92,297.605,-2.18166,0,0,-0.88701,0.461749,180,100,1), - (2027,1619,1,-1798,-1008,78.966,-2,0,0,-0.841471,0.540302,300,100,1), - (2028,1619,1,-1356.27,-3816.06,19.2395,1.93373,0,0,0.823109,0.567883,300,100,1), - (2029,1619,1,-1399.81,-3832.14,19.4303,2.19447,0,0,0.88995,0.456059,300,100,1), - (2030,1619,1,-1437.51,-3871.9,13.974,2.91702,0,0,0.993703,0.11205,300,100,1), - (2031,180655,0,-4773.38,-3163.92,297.605,-2.18166,0,0,-0.88701,0.461749,180,100,1), - (2032,1619,0,2481.59,1623.05,33.495,-1,0,0,-0.479426,0.877583,300,100,1), - (2033,1619,0,405.488,1342.4,86.071,2.96704,0,0,0.996194,0.0871655,300,255,1), - (2034,1619,0,2527.52,721.967,116.89,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (2035,1619,0,-10300,1637.92,44.069,0.728,0,0,0.356015,0.93448,300,100,1), - (2036,1619,0,-10168,1540.05,43.443,5.803,0,0,0.237793,-0.971316,300,100,1), - (2037,1619,0,-9644.26,989.022,32.6981,2.46091,0,0,0.942641,0.333809,300,100,1), - (2039,171596,0,-4674.75,-868.692,503.897,-0.05236,0,0,-0.026177,0.999657,900,100,1), - (2040,1619,1,258.061,-3403.68,35.9101,5.27888,0,0,0.481313,-0.876549,300,100,1), - (2041,1619,1,216.951,-3348.46,47.3144,0.92419,0,0,0.445824,0.89512,300,100,1), - (2042,1619,1,-838,-789,-1,-2,0,0,-0.841471,0.540302,300,100,1), - (2043,1619,0,-10246,1950.49,36.892,5.642,0,0,0.315129,-0.949049,300,100,1), - (2044,1619,0,-10308,1949.05,34.555,2.745,0,0,0.980404,0.196999,300,100,1), - (2045,180582,0,-5202.45,-3145.92,297.605,2.25148,0,0,0.902586,0.430509,180,100,1), - (2046,1619,0,-9611,-2717,58.263,-2,0,0,-0.841471,0.540302,300,100,1), - (2047,1619,0,2285.22,-1091,82.465,-2,0,0,-0.841471,0.540302,300,100,1), - (2048,1619,0,-9430.68,-1904.9,93.3589,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (2049,171599,0,-4679.82,-859.083,503.898,-2.43474,0,0,0.938192,-0.346117,900,100,1), - (2050,1619,1,-1504.63,-3871.1,17.5683,3.15263,0,0,0.999985,-0.00551869,300,100,1), - (2051,180655,0,-5202.45,-3145.92,297.605,2.25148,0,0,0.902586,0.430509,180,100,1), - (2052,1619,1,4676.91,787.59,29.9015,-2.86234,0,0,-0.990268,0.139173,300,100,1), - (2053,1619,0,2591.62,-531,89.055,-2,0,0,-0.841471,0.540302,300,100,1), - (2054,1619,0,-10164,1553.73,44.273,2.357,0,0,0.924034,0.382311,300,100,1), - (2055,1619,1,-872.826,-871.833,21.1739,2.02458,0,0,0.848048,0.52992,300,100,1), - (2056,171597,0,-4681.96,-858.797,503.898,-1.213,0,0,-0.569997,0.821647,900,100,1), - (2057,171598,0,-4684,-860.513,503.898,-0.514873,0,0,-0.254602,0.967046,900,100,1), - (2058,1619,0,-9335,-3070,136.228,1.972,0,0,0.833825,0.55203,300,100,1), - (2059,1619,0,-9503.87,-2112.98,101.672,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (2060,1619,1,342.994,-1634.89,95.9865,2.19255,0,0,0.889512,0.456913,300,100,1), - (2061,1619,1,367.422,-1604.87,95.9229,4.87272,0,0,0.648211,-0.761461,300,100,1), - (2062,1619,1,310.333,-1600.73,91.6667,6.02136,0,0,0.130539,-0.991443,300,100,1), - (2063,1619,1,327.411,-1612.76,91.6667,2.06296,0,0,0.85806,0.51355,300,100,1), - (2064,1619,1,126.215,-1437.27,97.2594,0.10339,0,0,0.051672,0.998664,300,100,1), - (2065,1619,0,-10074,1402.95,43.167,4.832,0,0,0.663579,-0.748106,300,100,1), - (2066,1619,1,-15.0225,-1832.08,94.4119,2.60864,0,0,0.964705,0.263334,300,100,1), - (2067,1619,1,69.756,-1469.28,91.6667,5.34237,0,0,0.45325,-0.891384,300,100,1), - (2068,1619,1,70.126,-1499.68,91.6667,3.00974,0,0,0.997828,0.0658785,300,100,1), - (2069,1619,1,-37.777,-1711.58,95.4795,2.11034,0,0,0.869984,0.49308,300,100,1), - (2070,1619,1,-2818.18,-732.171,38.7207,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (2071,1619,1,427.071,-3552.07,55.0004,0.07798,0,0,0.0389801,0.99924,300,100,1), - (2072,1619,1,962.542,-3658.51,52.2945,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (2073,1619,1,-2811.4,-665.59,27.7365,0.680678,0,0,0.333807,0.942642,300,100,1), - (2074,1619,1,820.583,-4341,18.995,-1,0,0,-0.479426,0.877583,300,100,1), - (2075,1619,1,658.852,-4090,16.285,1.78,0,0,0.777072,0.629412,300,100,1), - (2076,143256,0,-4672.83,-900.158,506.812,-2.28638,0,0,0.909962,-0.414693,900,100,1), - (2077,1619,1,141.17,-4584.78,65.2908,1.90241,0,0,0.814116,0.580702,300,255,1), - (2078,1619,1,379.005,-3564.87,35.1417,0.11925,0,0,0.0595897,0.998223,300,100,1), - (2079,1619,1,322.472,-3552.07,31.8592,1.30438,0,0,0.606928,0.794757,300,100,1), - (2080,1619,1,-1815.75,-1971.06,104.918,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (2081,1619,1,1101.2,-4333.65,25.7644,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (2082,1620,1,44.791,-1622,91.667,2.272,0,0,0.906956,0.421226,300,100,1), - (2083,1620,0,-9159.08,-2782.82,89.2079,1.22173,0,0,0.573576,0.819152,300,100,1), - (2084,1620,1,-3381,-2215,94.822,0,0,0,0,1,300,100,1), - (2085,1620,1,-640,-2383,25.486,-2,0,0,-0.841471,0.540302,300,100,1), - (2086,1620,0,-9699.21,1276.32,10.1858,-0.890117,0,0,-0.430511,0.902586,300,100,1), - (2087,1620,1,58.785,-4299,64.143,2.275,0,0,0.907587,0.419865,300,100,1), - (2088,1620,1,-1367,-3002,93.634,1.809,0,0,0.786116,0.618079,300,100,1), - (2089,1620,1,-1153,-2355,92.6353,0.489,0,0,0.242071,0.970258,300,100,1), - (2090,1620,0,717.631,1453.1,61.3313,2.845,0,0,0.989024,0.147753,300,100,1), - (2091,1620,1,-2006,-2653,92.73,2.3,0,0,0.912764,0.408487,300,100,1), - (2092,1620,1,-1823,-2687,94.971,2.045,0,0,0.853414,0.521234,300,100,1), - (2093,1620,0,-10818,1641,39.935,-3,0,0,-0.997495,0.0707372,300,100,1), - (2094,1620,1,-1165.9,-2065.73,92.2977,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (2095,1620,1,-2051,-2569,91.667,2.528,0,0,0.953306,0.302006,300,100,1), - (2096,1620,1,7358.92,-1121.79,45.0579,1.15192,0,0,0.54464,0.83867,300,100,1), - (2097,1620,1,1001.31,-4820.73,16.7528,-0.191985,0,0,-0.0958451,0.995396,300,255,1), - (2098,1620,1,-1106,-3033,94.559,2.461,0,0,0.942656,0.333766,300,100,1), - (2099,1620,1,-2016,-2487,94.06,1.885,0,0,0.80903,0.587767,300,100,1), - (2100,1620,1,4533.32,422.404,33.7425,1.169,0,0,0.551782,0.833988,300,100,1), - (2101,1620,0,-5266.11,-3118.4,300.486,0.698132,0,0,0.34202,0.939693,300,100,1), - (2103,1620,1,-1700,-2615,93.2001,4.499,0,0,0.778387,-0.627785,300,100,1), - (2104,1620,1,-1755.6,-2587.81,91.6667,1.48353,0,0,0.67559,0.737277,300,255,1), - (2105,1620,0,-10017.7,1736.41,33.7083,0.261798,0,0,0.130525,0.991445,300,100,1), - (2106,1620,1,544.443,-2343,96.57,0.766,0,0,0.373705,0.927548,300,100,1), - (2107,1620,1,-3285,-1723,91.667,3.035,0,0,0.99858,0.0532711,300,100,1), - (2108,1620,1,-23,-2077,94.589,-3,0,0,-0.997495,0.0707372,300,100,1), - (2109,1620,1,-3283.59,-2118.74,91.8353,1.58825,0,0,0.713251,0.700909,300,255,1), - (2110,1620,1,7194.74,70.146,11.282,1.449,0,0,0.662761,0.748831,300,100,1), - (2111,2061,1,-2560.16,-3815.43,1.96602,3.0456,0,0,0.998848,0.047978,900,100,1), - (2112,1620,1,7334.58,-218,12.315,3.762,0,0,0.952271,-0.305253,300,100,1), - (2113,1620,0,-10184,1916.1,37.072,3.952,0,0,0.919022,-0.394206,300,100,1), - (2115,1620,0,1017.51,1067.65,39.483,-3,0,0,-0.997495,0.0707372,300,100,1), - (2116,1620,1,6907.27,271.118,9.83621,1.394,0,0,0.64192,0.766771,300,100,1), - (2117,1620,1,7046.68,-608,51.078,2.726,0,0,0.978488,0.206304,300,100,1), - (2118,1620,1,7310.06,-243,11.592,3.381,0,0,0.992844,-0.119418,300,100,1), - (2119,175315,1,1831.72,-4404.97,4.73603,-2.81921,0.021642,0.009087,0.986745,-0.160575,900,100,1), - (2120,1620,0,944.939,1540.68,33.839,-2,0,0,-0.841471,0.540302,300,100,1), - (2121,1620,1,7347.64,-248,11.426,5.109,0,0,0.553943,-0.832555,300,100,1), - (2122,1620,1,-1991,-3441,54.181,-2,0,0,-0.841471,0.540302,300,100,1), - (2123,1620,1,-218,-2380,93.0146,5.519,0,0,0.372863,-0.927886,300,100,1), - (2124,1620,1,6998.28,-552,50.862,0.786,0,0,0.382961,0.923764,300,100,1), - (2125,1620,1,-1546,-2986,90.9808,4.542,0,0,0.764711,-0.644373,300,100,1), - (2126,1620,0,-11091,-922,62.718,-3,0,0,-0.997495,0.0707372,300,100,1), - (2127,1620,0,-10151,1742.41,31.797,6.146,0,0,0.0685389,-0.997648,300,100,1), - (2128,1620,1,-2451,-1711,94.572,-2,0,0,-0.841471,0.540302,300,100,1), - (2129,1620,1,6735.14,434.007,20.113,0.297,0,0,0.147955,0.988994,300,100,1), - (2130,1620,1,-2214,-2617,93.124,2.88,0,0,0.991458,0.130424,300,100,1), - (2131,1620,1,548.678,1452.11,0,0.105,0,0,0.0524759,0.998622,300,100,1), - (2132,1620,0,-10533,585.718,29.9915,2.75761,0,0,0.981626,0.190814,300,255,1), - (2133,1620,1,6423.5,171.639,34.732,2.054,0,0,0.855751,0.517388,300,100,1), - (2134,1620,1,6629.3,332.025,29.333,4.571,0,0,0.755287,-0.655394,300,100,1), - (2135,1620,1,-1110,-1894,93.4591,5.339,0,0,0.454751,-0.890619,300,100,1), - (2136,1620,1,-1151,-1903,93.3566,1.648,0,0,0.733869,0.679291,300,100,1), - (2138,1620,1,-1070,-2003,81.1525,2.269,0,0,0.906323,0.422586,300,100,1), - (2139,1620,1,182.826,-1863,94.9909,4.746,0,0,0.695124,-0.71889,300,100,1), - (2140,1620,1,962.671,-4245.07,-8.28712,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (2141,1620,1,-1657,-2784,95.787,-2,0,0,-0.841471,0.540302,300,100,1), - (2142,1620,1,-1766,-2801,82.5756,5.237,0,0,0.499562,-0.866278,300,100,1), - (2143,1620,1,-1739,-2646,91.9359,3.989,0,0,0.911572,-0.411139,300,100,1), - (2144,1620,1,-1705,-2659,82.6135,4.762,0,0,0.689351,-0.724428,300,100,1), - (2145,1620,1,-2184,-1852,93.29,0.75,0,0,0.366273,0.930508,300,100,1), - (2146,1620,1,-3561,-1808,91.667,0.23,0,0,0.114747,0.993395,300,100,1), - (2147,1620,1,-3015,-1997,92.271,1.754,0,0,0.768824,0.639461,300,100,1), - (2148,2061,1,1831.72,-4404.97,4.73603,-2.81921,0.021642,0.009087,0.986745,-0.160575,900,100,1), - (2149,1620,0,-3615,-2842,14.349,2.339,0,0,0.920555,0.390612,300,100,1), - (2150,1620,0,-10144,1751.9,31.901,3.775,0,0,0.950267,-0.311436,300,100,1), - (2151,1620,1,-4477.19,-1851.05,86.1083,0.283,0,0,0.141028,0.990006,300,100,1), - (2152,1620,1,-4172,-2040,92.0142,2.759,0,0,0.981759,0.190132,300,100,1), - (2153,1620,1,-857,-2308,92.515,1.972,0,0,0.833825,0.55203,300,100,1), - (2154,1620,1,-3530,-1826,95.9302,0.686,0,0,0.336314,0.94175,300,100,1), - (2155,1620,0,843.962,1089.3,46.8802,1.309,0,0,0.608763,0.793352,300,255,1), - (2156,1620,1,-1128,-1763,92.257,1.683,0,0,0.745643,0.666345,300,100,1), - (2157,1620,0,-9090.56,-2716.7,93.1088,0.925024,0,0,0.446198,0.894934,300,255,1), - (2158,1620,1,6127.01,190.498,24.5227,-1,0,0,-0.479426,0.877583,300,100,1), - (2159,1620,1,-3961,-1747,93.375,2.635,0,0,0.968092,0.250596,300,100,1), - (2160,1620,1,172.452,-1874,96.237,1.507,0,0,0.684195,0.729299,300,100,1), - (2161,1620,1,180.086,-1713.24,93.3485,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (2162,1620,1,-2558,-1842,91.96,2.131,0,0,0.875031,0.484067,300,100,1), - (2163,175316,1,1832.39,-4344.82,-15.3244,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (2164,2061,1,1832.39,-4344.82,-15.3244,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (2165,1620,1,-1331,-2999,91.2743,2.143,0,0,0.87792,0.478808,300,100,1), - (2166,1620,1,-1326,-2974,92.7366,0.564,0,0,0.278277,0.960501,300,100,1), - (2167,1620,1,3313.39,395.983,4.471,1.229,0,0,0.57655,0.817062,300,100,1), - (2168,1620,1,-4039,-1832,95.462,-2,0,0,-0.841471,0.540302,300,100,1), - (2169,1620,0,-5098,-3121,307.649,2.234,0,0,0.898789,0.438381,300,100,1), - (2170,1620,1,317.927,-1883.46,91.6667,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (2171,1620,1,-3914.26,-2181.78,91.6667,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (2172,1620,1,2408.83,105.845,96.356,2.09,0,0,0.864924,0.501902,300,100,1), - (2173,1620,1,2372.65,92.407,100.49,2.747,0,0,0.9806,0.196019,300,100,1), - (2174,1620,1,943.49,-3186,91.8754,-2,0,0,-0.841471,0.540302,300,100,1), - (2175,1620,0,-11081.7,-573.128,31.9725,2.1293,0,0,0.874619,0.48481,300,100,1), - (2176,1620,1,645.773,-1581,91.712,1.806,0,0,0.785188,0.619257,300,100,1), - (2177,1620,1,657.116,-1614,96.848,1.233,0,0,0.578183,0.815907,300,100,1), - (2178,1620,1,583.598,-1284,93.679,3.443,0,0,0.988666,-0.150134,300,100,1), - (2179,1620,1,642.825,-1574,91.899,5.12,0,0,0.549356,-0.835589,300,100,1), - (2180,1620,1,584.591,-1246,91.667,1.295,0,0,0.603194,0.797594,300,100,1), - (2181,1620,1,571.612,-1277,93.222,3.125,0,0,0.999966,0.00829623,300,100,1), - (2182,1620,1,522.564,-1697,100.518,3.597,0,0,0.974187,-0.225741,300,100,1), - (2183,1620,1,504.397,-1738,94.768,0.793,0,0,0.386192,0.922418,300,100,1), - (2184,1620,1,6809.58,480.052,11.176,1.834,0,0,0.793781,0.608204,300,100,1), - (2185,1620,1,6691.14,431.142,24.298,3.311,0,0,0.996415,-0.0846025,300,100,1), - (2186,1620,1,-987,-1815,94.0823,0.419,0,0,0.207971,0.978135,300,100,1), - (2187,1620,1,6879.74,372.022,15.418,1.461,0,0,0.667242,0.744841,300,100,1), - (2188,1620,1,-1750,-2046,93.532,-2,0,0,-0.841471,0.540302,300,100,1), - (2189,1620,0,-9686,-2579,60.065,-1,0,0,-0.479426,0.877583,300,100,1), - (2190,1620,0,111.72,1173.59,65.476,-3,0,0,-0.997495,0.0707372,300,100,1), - (2191,1620,1,-1497,-2822,94.1468,3.934,0,0,0.922533,-0.385919,300,100,1), - (2192,1620,1,-860.943,-2079.79,87.9066,6.27,0,0,0.00659262,-0.999978,300,100,1), - (2193,1620,1,-1115,-3056,93.07,2.127,0,0,0.874061,0.485816,300,100,1), - (2194,1620,1,-881,-3284,93.983,5.442,0,0,0.408302,-0.912847,300,100,1), - (2195,1620,1,2866.85,83.282,98.132,0.159,0,0,0.0794163,0.996842,300,100,1), - (2196,1620,1,-1826,-2740,91.674,1.954,0,0,0.828823,0.559512,300,100,1), - (2197,1620,0,-710,-294,18.871,3.374,0,0,0.993256,-0.115942,300,100,1), - (2198,1620,1,-2561,-1806,92.57,1.848,0,0,0.798019,0.602633,300,100,1), - (2199,1620,1,-1122,-2049,83.5876,0.898,0,0,0.434065,0.900882,300,100,1), - (2200,1620,1,-1100,-1728,92.5077,1.208,0,0,0.567939,0.82307,300,100,1), - (2201,1620,1,-1060,-1757,101.343,0.545,0,0,0.26914,0.963101,300,100,1), - (2202,1620,1,-1092,-1713,95.0775,1.511,0,0,0.685653,0.727929,300,100,1), - (2203,1620,1,868.015,-3622,57.7188,1.995,0,0,0.840118,0.542404,300,100,1), - (2204,1620,1,882.924,-3620,55.7887,0.688,0,0,0.337255,0.941413,300,100,1), - (2205,1620,1,115.232,-1878,95.2378,4.939,0,0,0.622625,-0.78252,300,100,1), - (2206,1620,1,151.353,-1844,92.9388,2.218,0,0,0.895254,0.445557,300,100,1), - (2207,1620,1,-1728,-2701,82.576,4.79,0,0,0.679142,-0.734007,300,100,1), - (2208,180582,0,-5167.09,-3142.34,297.605,-0.034907,0,0,-0.0174526,0.999848,180,100,1), - (2209,1620,1,-3468,-2323,92.949,4.966,0,0,0.612004,-0.790854,300,100,1), - (2210,20830,1,-2564.28,-3988.05,7.99904,3.11541,0,0,0.999914,0.01309,900,100,1), - (2211,1620,1,-3100,-1873,94.26,4.766,0,0,0.687901,-0.725805,300,100,1), - (2212,1620,1,-3117,-1790,94.536,2.001,0,0,0.841741,0.539882,300,100,1), - (2213,1620,1,513.073,-1732,94.1578,4.146,0,0,0.876524,-0.481358,300,100,1), - (2214,1620,0,-11047.3,-1116.92,38.599,0.296705,0,0,0.147809,0.989016,300,100,1), - (2215,1620,0,851.927,1406.38,41.5438,3.107,0,0,0.99985,0.0172954,300,100,1), - (2216,1620,1,2229.76,1017.1,273.802,-1,0,0,-0.479426,0.877583,300,100,1), - (2217,1620,1,2375.41,-1143,94.652,5.853,0,0,0.213438,-0.976957,300,100,1), - (2218,2061,1,-2564.28,-3988.05,7.99904,3.11541,0,0,0.999914,0.01309,900,100,1), - (2219,1620,1,-2209,-2413,92.847,5.469,0,0,0.395941,-0.918276,300,100,1), - (2220,1620,1,-2216,-2423,91.822,2.253,0,0,0.902913,0.429823,300,100,1), - (2221,1620,0,-9287,-3200,105.225,1.361,0,0,0.629182,0.777258,300,100,1), - (2222,1620,1,-1139,-2238,82.4507,2.626,0,0,0.966954,0.25495,300,100,1), - (2223,1620,1,-846.395,-2877.4,91.7914,-2.04204,0,0,-0.852641,0.522496,300,255,1), - (2224,1620,0,1338.74,800.474,34.4119,1.6057,0,0,0.719339,0.694659,300,255,1), - (2225,1620,1,-2049,-2716,91.933,0.75,0,0,0.366273,0.930508,300,100,1), - (2226,1620,1,-71,-2356,106.722,4.553,0,0,0.761155,-0.64857,300,100,1), - (2227,1620,1,-619,-1819,92.297,3.054,0,0,0.999041,0.0437824,300,100,1), - (2228,1620,1,-2665,-2103,95.638,5.084,0,0,0.564306,-0.825566,300,100,1), - (2229,1620,1,-1132,-2062,85.111,5.312,0,0,0.466733,-0.884398,300,100,1), - (2230,1620,1,842.595,-3028,119.749,4.599,0,0,0.746038,-0.665903,300,100,1), - (2231,1620,1,833.748,-3056,131.692,4.206,0,0,0.861691,-0.507433,300,100,1), - (2232,1620,1,819.748,-3068,132.684,3.857,0,0,0.936703,-0.350124,300,100,1), - (2233,1620,1,921.922,-3667.02,31.433,-0.191985,0,0,-0.0958451,0.995396,300,255,1), - (2234,1620,1,884.946,-3749,19.9039,6.138,0,0,0.0725289,-0.997366,300,100,1), - (2235,1620,1,5866.61,166.033,31.1269,1.0472,0,0,0.500001,0.866025,300,255,1), - (2236,1620,0,-10092,1511.54,43.331,2.478,0,0,0.945459,0.325742,300,100,1), - (2237,1620,0,-5326,-3043,327.507,1.396,0,0,0.642687,0.766129,300,100,1), - (2238,1620,1,3560.31,709.945,9.548,5.1,0,0,0.557684,-0.830054,300,100,1), - (2239,1620,0,-5462.62,-2837.71,351.442,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (2240,1620,1,3321.88,685.945,15.765,1.798,0,0,0.782705,0.622393,300,100,1), - (2241,1620,1,3307.41,685.586,17.702,3.755,0,0,0.953334,-0.301918,300,100,1), - (2242,1620,1,6176.1,483.942,19.907,4.253,0,0,0.84953,-0.527541,300,100,1), - (2243,1620,0,-9495.91,-2337.42,69.3455,0.977383,0,0,0.469471,0.882948,300,255,1), - (2244,1620,1,3313.77,701.513,33.191,4.675,0,0,0.720201,-0.693765,300,100,1), - (2245,1620,1,-1835,-1689,91.667,2.723,0,0,0.978177,0.207772,300,100,1), - (2246,1620,1,-2776,-2098,93.992,0.376,0,0,0.186895,0.98238,300,100,1), - (2247,1620,1,-2849,-1961,91.88,1.397,0,0,0.64307,0.765808,300,100,1), - (2248,1620,0,-11222,1750,35.4,0,0,0,0,1,300,100,1), - (2249,1620,1,2119.86,-860,99.217,0.756,0,0,0.369062,0.929405,300,100,1), - (2250,1620,0,-10155,1723.76,32.737,4.225,0,0,0.856832,-0.515596,300,100,1), - (2251,1620,0,849.175,1240.98,34.807,1.292,0,0,0.601997,0.798498,300,100,1), - (2252,1620,1,3460.55,696.516,6.872,2.937,0,0,0.994772,0.102118,300,100,1), - (2253,1620,1,790.984,-3738,23.5381,6.256,0,0,0.0135922,-0.999908,300,100,1), - (2254,175317,1,1817.41,-4359.19,-9.82621,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (2255,1620,0,-787,-342,20.132,6.182,0,0,0.050571,-0.99872,300,100,1), - (2256,1620,1,3101.33,397.199,14.639,4.816,0,0,0.669542,-0.742774,300,100,1), - (2257,1620,1,-2929.99,-1959.83,91.6667,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (2258,1620,1,-1978,-2621,91.892,0.772,0,0,0.376486,0.926422,300,100,1), - (2259,1620,1,-3685,-1581,98.91,6.085,0,0,0.0989305,-0.995094,300,100,1), - (2260,1620,1,4571.54,562.069,1.279,2.304,0,0,0.913579,0.406661,300,100,1), - (2261,1620,1,742.326,-2276,91.971,4.464,0,0,0.789254,-0.614067,300,100,1), - (2262,1620,1,749.388,-2272,92.502,3.864,0,0,0.935472,-0.353401,300,100,1), - (2263,1620,1,770.372,-2260,92.561,3.546,0,0,0.979626,-0.200829,300,100,1), - (2264,1620,1,739.366,-2253,91.798,4.115,0,0,0.883879,-0.467715,300,100,1), - (2265,1620,0,-10778.7,-774.291,43.2322,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (2266,1620,1,6982.93,-616,49.393,3.362,0,0,0.993934,-0.109981,300,100,1), - (2267,1620,1,-1747,-2740,82.586,4.216,0,0,0.859143,-0.511736,300,100,1), - (2268,1620,1,-1071,-1815,91.667,1.318,0,0,0.612327,0.790605,300,100,1), - (2269,1620,0,-9127.58,-2515.9,117.427,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (2270,1620,1,-2806,-1925,91.6667,-2,0,0,-0.841471,0.540302,300,100,1), - (2271,1620,1,-2675,-1969,97.6633,4.472,0,0,0.786791,-0.617219,300,100,1), - (2272,1620,1,524.053,-2205,113.485,3.668,0,0,0.965561,-0.260175,300,100,1), - (2273,1620,1,5250.59,495.726,16.0721,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (2274,1620,1,-1282,-2747,92.45,3.072,0,0,0.999395,0.0347893,300,100,1), - (2275,1620,1,3292.47,702.681,20.065,6.134,0,0,0.0745236,-0.997219,300,100,1), - (2276,1620,1,3324.61,707.718,29.264,0.849,0,0,0.411865,0.911245,300,100,1), - (2277,1620,1,-2213.99,-2046.5,93.1859,0.052359,0,0,0.0261765,0.999657,300,255,1), - (2278,1620,1,763.569,-5037,7.181,0.367,0,0,0.182472,0.983211,300,100,1), - (2279,1620,0,-9092,-2081,128.651,4.448,0,0,0.794141,-0.607734,300,100,1), - (2280,1620,1,-3651.67,-2086.83,92.3989,1.48353,0,0,0.67559,0.737277,300,255,1), - (2281,1620,1,-2805,-2110,96.507,0.819,0,0,0.398151,0.91732,300,100,1), - (2282,1620,1,3950.58,185.257,5.0954,0.436332,0,0,0.216439,0.976296,300,100,1), - (2283,1620,1,5393.55,183.817,29.765,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (2284,1620,0,-10162,1646.61,39.931,3.256,0,0,0.998364,-0.0571725,300,100,1), - (2285,1620,1,-1373,-2779,93.0516,5.347,0,0,0.451185,-0.89243,300,100,1), - (2286,1620,1,5530.68,64.117,36.9519,-2,0,0,-0.841471,0.540302,300,100,1), - (2287,1620,1,-1804,-2807,91.752,1.546,0,0,0.698286,0.715819,300,100,1), - (2288,1620,0,-9670.18,-1768.52,55.2736,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (2289,1620,1,753.099,-3070,130.063,4.587,0,0,0.75002,-0.661415,300,100,1), - (2290,1620,1,754.977,-3045,111.96,4.701,0,0,0.711122,-0.703069,300,100,1), - (2291,1620,1,755.231,-3023,103.25,5.172,0,0,0.527447,-0.849588,300,100,1), - (2292,1620,1,784.512,-3081,132.111,3.503,0,0,0.983717,-0.179722,300,100,1), - (2293,1620,1,781.638,-3044,93.633,3.578,0,0,0.976288,-0.216476,300,100,1), - (2294,1620,1,1960.63,-1613,67.356,3.882,0,0,0.932254,-0.361805,300,100,1), - (2295,1620,1,5914.91,415.128,18.8186,1.361,0,0,0.629182,0.777258,300,100,1), - (2296,1620,1,709.002,-3073,121.03,5.078,0,0,0.56678,-0.823869,300,100,1), - (2297,1620,1,422.249,-3630.41,28.3725,2.89724,0,0,0.992546,0.121873,300,255,1), - (2298,1620,0,1316.55,680.78,35.2747,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (2299,1620,1,1692.51,-2603,104.8,3.864,0,0,0.935472,-0.353401,300,100,1), - (2300,1620,1,1676.37,-2522,94.92,1.928,0,0,0.821479,0.570239,300,100,1), - (2301,1620,0,-5357,-2736,360.731,0,0,0,0,1,300,100,1), - (2302,1620,1,7330.3,-909,32.254,5.166,0,0,0.529993,-0.848002,300,100,1), - (2303,1620,0,-9186,-3014,93.761,0.367,0,0,0.182472,0.983211,300,100,1), - (2304,1620,1,-2518.09,-1851.83,92.2329,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (2305,1620,1,5156.49,189.893,37.269,-2,0,0,-0.841471,0.540302,300,100,1), - (2306,1620,0,-9046.15,-2524.54,127.692,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (2307,2061,1,1817.41,-4359.19,-9.82621,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (2308,1620,1,551.666,-3675.08,27.2787,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (2309,1620,0,-4896.99,-3304.25,304.202,1.51844,0,0,0.688356,0.725373,300,100,1), - (2310,1620,1,390.753,-3089,91.691,6.132,0,0,0.0755207,-0.997144,300,100,1), - (2311,1620,1,561.905,-3742,24.359,0.947,0,0,0.456004,0.889978,300,100,1), - (2312,1620,1,613.355,-3151,134.798,4.167,0,0,0.871422,-0.490535,300,100,1), - (2313,1620,1,656.362,-3107,133.418,6.174,0,0,0.0545656,-0.99851,300,100,1), - (2314,1620,1,688.736,-3109,135.46,3.162,0,0,0.999948,-0.0102035,300,100,1), - (2315,1620,1,703.041,-3109,134.864,4.402,0,0,0.807908,-0.589309,300,100,1), - (2316,1620,1,1784.76,-1819,100.46,0.245,0,0,0.122194,0.992506,300,100,1), - (2317,1620,1,-349,-1636,95.8291,3.71,0,0,0.959885,-0.280393,300,100,1), - (2318,1620,1,74.186,-3444,28.167,-1,0,0,-0.479426,0.877583,300,100,1), - (2319,1620,0,-10504.3,853.873,38.4224,2.35619,0,0,0.923879,0.382686,300,100,1), - (2320,1620,0,-11148,589.249,35.734,0.454,0,0,0.225056,0.974346,300,100,1), - (2321,1620,1,65.197,-4307,62.999,-3,0,0,-0.997495,0.0707372,300,100,1), - (2322,1620,1,6184.66,420.837,24.0527,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (2323,1620,0,-9666.2,-2385.5,60.3805,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (2324,1620,0,-10570,2065.27,10.322,-2,0,0,-0.841471,0.540302,300,100,1), - (2325,1620,1,7199.86,-786,37.348,1.868,0,0,0.804005,0.594623,300,100,1), - (2326,1620,1,2381.32,-1002,103.01,0.292,0,0,0.145482,0.989361,300,100,1), - (2327,1620,1,5411.81,463.373,19.6885,0.698132,0,0,0.34202,0.939693,300,255,1), - (2328,1620,1,-1360,-3029,93.7087,3.765,0,0,0.951812,-0.306681,300,100,1), - (2329,172960,1,1500.39,-4423.78,26.1478,-0.07854,0,0,-0.03926,0.999229,900,100,1), - (2330,1620,1,3287.95,360.057,5.06619,2.607,0,0,0.964489,0.264125,300,100,1), - (2331,1620,0,-751,-332,17.735,-2,0,0,-0.841471,0.540302,300,100,1), - (2332,1620,1,3551.79,742.54,6.111,5.47,0,0,0.395482,-0.918474,300,100,1), - (2333,1620,1,605.143,-3741,24.843,6.075,0,0,0.103905,-0.994587,300,100,1), - (2334,1620,1,627.163,-3742,24.2134,6.067,0,0,0.107882,-0.994164,300,100,1), - (2335,1620,0,-9282.55,-2730.74,84.4196,2.74016,0,0,0.979924,0.199371,300,100,1), - (2336,172956,1,1900.65,-4386.07,48.0814,-0.584684,0,0,-0.288196,0.957572,900,100,1), - (2337,1620,1,209.374,-1762,91.6689,1.778,0,0,0.776442,0.630189,300,100,1), - (2338,1620,0,1418.59,578.4,35.832,3.054,0,0,0.999041,0.0437824,300,100,1), - (2339,1620,1,-1145,-2035,90.965,3.796,0,0,0.946945,-0.321396,300,100,1), - (2340,1620,1,-1117,-2011,87.766,4.888,0,0,0.642375,-0.766391,300,100,1), - (2341,1620,1,-1034,-1993,84.674,2.378,0,0,0.927997,0.372588,300,100,1), - (2342,1620,1,2995.4,498.002,6.367,2.695,0,0,0.975173,0.221445,300,100,1), - (2343,1620,1,-3311,-1826,93.595,2.198,0,0,0.890753,0.454487,300,100,1), - (2344,1620,1,-3076,-1766,94.153,6.109,0,0,0.0869825,-0.99621,300,100,1), - (2345,1620,1,-3065,-1813,91.706,5.277,0,0,0.482137,-0.876096,300,100,1), - (2346,1620,0,-11041.9,-249.351,14.6853,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (2347,1620,1,-1146,-2106,86.147,1.083,0,0,0.515422,0.856937,300,100,1), - (2348,1620,1,-1158,-2116,89.052,3.431,0,0,0.989549,-0.144199,300,100,1), - (2349,1620,1,-1130,-2134,83.05,0.843,0,0,0.40913,0.912476,300,100,1), - (2350,1620,1,-1149,-2099,86.859,3.066,0,0,0.999286,0.0377873,300,100,1), - (2351,1620,1,-1133,-2095,82.782,4.923,0,0,0.628865,-0.777514,300,100,1), - (2352,1620,1,3318.72,712.367,29.122,0.087,0,0,0.0434863,0.999054,300,100,1), - (2353,1620,1,3281.2,380.381,9.117,2.813,0,0,0.986534,0.163558,300,100,1), - (2354,1620,0,-10169,1723.78,32.275,2.298,0,0,0.912355,0.4094,300,100,1), - (2355,1620,1,-3277,-1793,104.577,3.085,0,0,0.9996,0.0282925,300,100,1), - (2356,1620,1,3307.09,349.556,5.234,2.872,0,0,0.990929,0.134388,300,100,1), - (2357,1620,1,3582.19,722.858,8.33015,4.858,0,0,0.653798,-0.756669,300,100,1), - (2358,1620,1,-1122,-2152,82.1665,5.854,0,0,0.212949,-0.977063,300,100,1), - (2359,1620,1,607.694,-4525,11.378,2.251,0,0,0.902483,0.430725,300,100,1), - (2360,1620,0,-10256,1673.74,36.052,2.278,0,0,0.908215,0.418503,300,100,1), - (2361,1620,1,-821,-1749,93.573,-3,0,0,-0.997495,0.0707372,300,100,1), - (2362,1620,1,1236.38,-3127,91.684,5.742,0,0,0.267303,-0.963613,300,100,1), - (2363,1620,1,1251.64,-3146,91.667,1.441,0,0,0.65976,0.751476,300,100,1), - (2364,1620,1,1335.65,-3162,92.673,5.914,0,0,0.183546,-0.983011,300,100,1), - (2365,1620,0,1183.83,382.143,33.6484,-0.925024,0,0,-0.446198,0.894934,300,255,1), - (2366,1620,1,1209.73,-5025.1,10.1273,-2,0,0,-0.841471,0.540302,300,100,1), - (2367,1620,0,-3982.32,-2953.52,12.4004,0.174532,0,0,0.0871553,0.996195,300,255,1), - (2369,1620,1,-1445.05,-2186.18,91.6629,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (2370,1620,0,-10171,1612,43.9633,1.113,0,0,0.528218,0.849109,300,100,1), - (2371,1620,0,-10160,1636.48,40.8914,0.372,0,0,0.184929,0.982752,300,100,1), - (2372,1620,0,-10174,1632.34,42.6312,0.973,0,0,0.467535,0.883975,300,100,1), - (2373,1620,0,-142.373,-770.859,57.7179,1.93731,0,0,0.824125,0.566409,300,255,1), - (2374,2061,1,1900.65,-4386.07,48.0814,-0.584684,0,0,-0.288196,0.957572,900,100,1), - (2375,1620,1,-2721.75,-1951.37,95.6936,2.09439,0,0,0.866024,0.500002,300,255,1), - (2376,1620,0,-9452,-3337,6.391,3.142,0,0,1,-0.000203653,300,100,1), - (2377,1620,1,632.715,-1492,92.418,5.595,0,0,0.337343,-0.941382,300,100,1), - (2378,1620,1,587.623,-1882,91.667,-2,0,0,-0.841471,0.540302,300,100,1), - (2379,1620,0,-9992,950.588,34.2341,3.747,0,0,0.954534,-0.298102,300,100,1), - (2380,1620,0,-10144,1642.86,37.93,0.372,0,0,0.184929,0.982752,300,100,1), - (2381,1620,1,2835.26,-3052,190.397,0.742,0,0,0.362548,0.931965,300,100,1), - (2382,1620,1,-2772.87,-2109.86,96.147,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (2383,1620,1,580.55,-2781.6,91.7421,1.79769,0,0,0.782608,0.622514,300,255,1), - (2384,1620,1,-2134,-1725,91.667,0,0,0,0,1,300,100,1), - (2385,1620,1,499.944,-2358,97.596,1.669,0,0,0.740961,0.671548,300,100,1), - (2386,1620,1,-877,-2009,88.203,4.032,0,0,0.902523,-0.430642,300,100,1), - (2387,1620,1,559.452,-2189,101.773,3.751,0,0,0.953936,-0.30001,300,100,1), - (2388,1620,1,557.432,-2181,95.242,4.029,0,0,0.903168,-0.429287,300,100,1), - (2389,1620,1,-4035,-2035,91.9732,3.36,0,0,0.994043,-0.108987,300,100,1), - (2390,1620,1,-4040,-2095,91.6667,4.731,0,0,0.700496,-0.713656,300,100,1), - (2391,1620,1,-856.913,-1965.42,92.3229,1.385,0,0,0.638463,0.769652,300,100,1), - (2392,1620,1,-1356,-2205,91.849,0,0,0,0,1,300,100,1), - (2393,1620,1,737.1,-3683.63,29.4815,1.44862,0,0,0.662619,0.748957,300,255,1), - (2394,1620,1,875.435,-4636,15.1009,6.204,0,0,0.0395823,-0.999216,300,100,1), - (2395,1620,1,1233.28,-3801.56,33.4924,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (2396,1620,0,1188.6,1685.35,17.7473,2.42601,0,0,0.936673,0.350206,300,255,1), - (2397,1620,1,-2550,-1955,92.464,2.618,0,0,0.965927,0.258816,300,100,1), - (2398,1620,0,-11017,-78,15.618,1.152,0,0,0.544674,0.838648,300,100,1), - (2399,1620,0,-94,-772,55.572,3.219,0,0,0.999251,-0.0386941,300,100,1), - (2400,1620,1,640.9,-2105,93.924,3.451,0,0,0.988057,-0.154087,300,100,1), - (2401,1620,1,-1336,-3024,92.283,3.655,0,0,0.967232,-0.253894,300,100,1), - (2402,1620,0,-9189,-2403,102.946,2.282,0,0,0.909051,0.416686,300,100,1), - (2403,1620,1,5587.33,368.375,28.373,-2,0,0,-0.841471,0.540302,300,100,1), - (2404,1620,1,4546.56,392.498,33.7425,2.094,0,0,0.865927,0.500171,300,100,1), - (2405,1620,1,-22,-1608,92.445,2.579,0,0,0.960696,0.277601,300,100,1), - (2406,1620,1,-1345,-2841,93.125,1.593,0,0,0.714913,0.699213,300,100,1), - (2407,1620,1,7301.16,-906,32.91,5.547,0,0,0.359837,-0.933015,300,100,1), - (2408,1620,1,7759.88,-1104,46.445,5.841,0,0,0.219296,-0.975658,300,100,1), - (2409,1620,1,7696.34,-875,13.188,6.085,0,0,0.0989305,-0.995094,300,100,1), - (2410,1620,1,7522.67,-787,15.064,2.001,0,0,0.841741,0.539882,300,100,1), - (2411,1620,1,7497.66,-797,17.126,3.465,0,0,0.986954,-0.161,300,100,1), - (2412,1620,1,7428.26,-608,15.843,1.749,0,0,0.767223,0.641381,300,100,1), - (2413,1620,1,7389.79,-569,20.694,1.914,0,0,0.817467,0.575975,300,100,1), - (2414,1620,1,7364.14,-602,22.074,5.865,0,0,0.207573,-0.97822,300,100,1), - (2415,1620,1,4407.84,677.266,25.7101,1.553,0,0,0.700787,0.713371,300,100,1), - (2416,1620,0,-617,1353.89,36.611,2.583,0,0,0.96125,0.275679,300,100,1), - (2417,1620,1,1992.97,-2775,133.178,2.416,0,0,0.934908,0.35489,300,100,1), - (2418,1620,1,1898.46,-2718,103.825,3.722,0,0,0.958186,-0.286147,300,100,1), - (2419,1620,1,-1719,-2878,82.584,-1,0,0,-0.479426,0.877583,300,100,1), - (2420,1620,1,815.815,-4099,-13,-2,0,0,-0.841471,0.540302,300,100,1), - (2421,1620,1,969.203,-4704.17,30.3343,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (2422,1620,0,-5064.71,-3133.72,299.455,-0.261798,0,0,-0.130525,0.991445,300,100,1), - (2423,1620,1,-1118,-3082,94.002,2.845,0,0,0.989024,0.147753,300,100,1), - (2424,1620,1,-2684,-1840,92.059,1.623,0,0,0.725321,0.688411,300,100,1), - (2425,1620,1,1926.5,-664,112.604,4.161,0,0,0.872889,-0.487918,300,100,1), - (2426,1620,1,-3207.48,-2241.12,91.8736,0.401425,0,0,0.199368,0.979925,300,255,1), - (2427,1620,1,-1614,-3083,93.2621,0,0,0,0,1,300,100,1), - (2428,1620,0,-10112.6,941.912,33.8729,2.67035,0,0,0.972369,0.233447,300,255,1), - (2429,1620,1,-190,-2003,94.3054,0.831,0,0,0.403647,0.914915,300,100,1), - (2430,1620,1,700.352,-3047,108.847,4.98,0,0,0.606454,-0.795119,300,100,1), - (2431,1620,1,2267.54,-1197,82.973,3.626,0,0,0.970812,-0.239843,300,100,1), - (2432,1620,1,5097.59,514.898,13.3284,0.087266,0,0,0.0436192,0.999048,300,255,1), - (2433,1620,1,-828,-2137,91.674,1.71,0,0,0.754571,0.656218,300,100,1), - (2434,1620,1,835.037,-2202,91.667,0.361,0,0,0.179521,0.983754,300,100,1), - (2435,1620,1,-688.772,-2010.5,64.995,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (2436,1620,1,-1687,-1893,94.77,0.018,0,0,0.00899988,0.99996,300,100,1), - (2437,1620,1,1927.62,-675,115.594,3.803,0,0,0.945814,-0.324709,300,100,1), - (2438,1620,1,1908.9,-602,118.255,1.384,0,0,0.638078,0.769971,300,100,1), - (2439,1620,1,1928.24,-606,112.244,2.244,0,0,0.90097,0.433881,300,100,1), - (2440,1620,1,1917.83,-668,113.089,4.161,0,0,0.872889,-0.487918,300,100,1), - (2441,1620,1,1989.72,-228,94.619,6.116,0,0,0.0834952,-0.996508,300,100,1), - (2442,1620,1,1964.03,-281,111.584,1.039,0,0,0.496446,0.868068,300,100,1), - (2443,1620,1,1967.46,-247,107.627,2.354,0,0,0.923459,0.383697,300,100,1), - (2444,1620,1,1988.93,-250,99.14,5.767,0,0,0.255237,-0.966879,300,100,1), - (2445,1620,1,809.468,-3033,94.398,4.544,0,0,0.764066,-0.645138,300,100,1), - (2446,1620,1,905.582,-3294,176.623,2.765,0,0,0.982325,0.187186,300,100,1), - (2447,1620,1,877.369,-3330,169.766,4.057,0,0,0.89707,-0.441889,300,100,1), - (2448,1620,0,1151.09,1371.88,36.81,2.513,0,0,0.951014,0.309147,300,100,1), - (2449,1620,1,2886.46,-3086.42,202.647,4.87,0,0,0.649246,-0.760578,300,100,1), - (2450,1620,1,-1955,-1916,93.902,2.601,0,0,0.963692,0.267017,300,100,1), - (2451,1620,0,-9995,871.422,45.056,0.963,0,0,0.463109,0.886301,300,100,1), - (2452,1620,1,6468.69,195.086,31.468,4.395,0,0,0.809965,-0.586478,300,100,1), - (2453,1620,1,6650.44,257.807,28.78,0,0,0,0,1,300,100,1), - (2454,1620,1,7328.92,-912,32.253,5.166,0,0,0.529993,-0.848002,300,100,1), - (2455,1620,1,638.992,-1647,91.667,5.914,0,0,0.183546,-0.983011,300,100,1), - (2456,1620,0,-10129,1655.87,38.86,1.305,0,0,0.607175,0.794568,300,100,1), - (2457,1620,0,-9330,-1899,69.203,1.292,0,0,0.601997,0.798498,300,100,1), - (2458,1620,1,7330.2,-274,9.114,-1,0,0,-0.479426,0.877583,300,100,1), - (2459,1620,1,2199.53,-2209,105.387,5.362,0,0,0.444479,-0.895789,300,100,1), - (2460,1620,0,-10700.6,1365.06,36.4424,0.523599,0,0,0.258819,0.965926,300,100,1), - (2461,1620,1,-2077,-2602,91.9416,3.647,0,0,0.96824,-0.250023,300,100,1), - (2462,1620,1,-2275,-1748,91.667,1.763,0,0,0.771694,0.635994,300,100,1), - (2463,1620,1,-2702.22,-2023.16,97.1988,1.93731,0,0,0.824125,0.566409,300,255,1), - (2464,1620,1,-2048,-2618,91.6667,0,0,0,0,1,300,100,1), - (2466,172949,1,1919.03,-4453.21,23.0525,-1.98095,0,0,-0.836286,0.548293,900,100,1), - (2467,1620,1,1398.94,-2367.47,106.623,-2.60053,0,0,-0.963629,0.267244,300,255,1), - (2468,1620,0,-10148,1659.5,38.73,3.844,0,0,0.938959,-0.344028,300,100,1), - (2469,1620,1,2844.07,-3095,194.847,4.599,0,0,0.746038,-0.665903,300,100,1), - (2470,1620,1,-2642,-2293,93.32,-1,0,0,-0.479426,0.877583,300,100,1), - (2471,1620,1,-2083,-2516,93.5799,2.001,0,0,0.841741,0.539882,300,100,1), - (2472,1620,1,-51,-2205,91.693,0.957,0,0,0.460448,0.887687,300,100,1), - (2473,1620,0,-10134,1255.29,34.452,5.469,0,0,0.395941,-0.918276,300,100,1), - (2474,1620,1,-765,-2078,73.627,-3,0,0,-0.997495,0.0707372,300,100,1), - (2475,1620,1,-868.207,-1978.08,92.3636,1.515,0,0,0.687107,0.726556,300,100,1), - (2476,1620,0,1087.7,1095.32,39.4568,1.88495,0,0,0.809015,0.587788,300,255,1), - (2477,1620,0,-10134,1049.23,36.556,2.436,0,0,0.93841,0.345523,300,100,1), - (2478,1620,1,6856.96,410.756,15.343,0.768,0,0,0.374632,0.927174,300,100,1), - (2479,1620,1,2967.42,483.501,5.929,3.199,0,0,0.999588,-0.0286997,300,100,1), - (2480,1620,1,1958.71,-2579,81.716,4.64,0,0,0.732231,-0.681056,300,100,1), - (2481,1620,1,5669.05,474.506,14.5995,-0.174532,0,0,-0.0871553,0.996195,300,255,1), - (2482,1620,1,1189.35,-3769,41.924,0.837,0,0,0.40639,0.9137,300,100,1), - (2483,1620,1,-1486.6,-2077.56,82.5848,1.39626,0,0,0.642786,0.766046,300,255,1), - (2484,1620,1,-157.146,-3992.43,57.2922,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (2485,2061,1,1919.03,-4453.21,23.0525,-1.98095,0,0,-0.836286,0.548293,900,100,1), - (2486,1620,1,-1538,-3039,94.615,4.849,0,0,0.657196,-0.75372,300,100,1), - (2487,1620,1,-1344,-2790,93.48,1.515,0,0,0.687107,0.726556,300,100,1), - (2488,1620,1,-1564,-3103,91.667,4.377,0,0,0.815211,-0.579165,300,100,1), - (2489,1620,1,-1579,-2897,91.667,6.089,0,0,0.0969401,-0.99529,300,100,1), - (2490,1620,1,4629.45,635.049,6.356,-2,0,0,-0.841471,0.540302,300,100,1), - (2491,1620,0,-576,1550.64,10.115,-2,0,0,-0.841471,0.540302,300,100,1), - (2492,1620,1,-1187,-2033,91.979,4.798,0,0,0.6762,-0.736718,300,100,1), - (2493,1620,1,2979.01,513.7,4.962,5.398,0,0,0.428284,-0.903644,300,100,1), - (2494,1620,1,-3883,-2296,91.667,3.227,0,0,0.999088,-0.0426907,300,100,1), - (2495,1620,1,-3691,-2238,92.637,2.693,0,0,0.974951,0.22242,300,100,1), - (2496,1620,1,-3817,-2296,95.498,4.083,0,0,0.891249,-0.453514,300,100,1), - (2497,1620,0,-10901.2,1166.75,35.9096,2.68781,0,0,0.97437,0.22495,300,255,1), - (2498,1620,1,2291.89,-1892,63.5913,6.069,0,0,0.106888,-0.994271,300,100,1), - (2499,172953,1,1733.02,-4424.7,36.9048,1.0472,0,0,0.5,0.866025,900,100,1), - (2500,1620,1,5833.66,461.356,12.9013,-0.663225,0,0,-0.325568,0.945519,300,100,1), - (2501,1620,1,1157.57,-3711,49.8588,5.753,0,0,0.261999,-0.965068,300,100,1), - (2502,20831,1,-2585.09,-3998.99,6.04639,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (2503,1620,1,726.24,-3029,91.667,-1,0,0,-0.479426,0.877583,300,100,1), - (2504,1620,1,-1123,-2269,81.4409,2.414,0,0,0.934553,0.355825,300,100,1), - (2505,1620,0,-10206,1703.15,33.316,3.748,0,0,0.954385,-0.298579,300,100,1), - (2506,1620,1,-3279.59,-1705.84,91.6667,-1.309,0,0,-0.608763,0.793352,300,255,1), - (2507,1620,1,430.308,-2986,109.913,1.969,0,0,0.832996,0.55328,300,100,1), - (2508,1620,1,443.106,-3130,93.341,5.563,0,0,0.352361,-0.935864,300,100,1), - (2509,1620,1,532.712,-3197,92.193,5.629,0,0,0.321291,-0.94698,300,100,1), - (2510,2061,1,1733.02,-4424.7,36.9048,1.0472,0,0,0.5,0.866025,900,100,1), - (2511,1620,0,-9982,1008.57,32.079,5.44,0,0,0.409214,-0.912438,300,100,1), - (2512,1620,1,-4516,-1862,86.108,2.05,0,0,0.854714,0.519099,300,100,1), - (2513,1620,1,-1138,-1876,94.9354,1.2,0,0,0.564642,0.825336,300,100,1), - (2514,1620,0,631.087,1194.22,71.59,2.67,0,0,0.972329,0.233617,300,100,1), - (2515,1620,1,-855,-1961,93.025,1.385,0,0,0.638463,0.769652,300,100,1), - (2516,1620,0,-716.563,-682.115,13.0308,0.366518,0,0,0.182235,0.983255,300,255,1), - (2517,1620,1,1362.16,-2350,109.815,3.546,0,0,0.979626,-0.200829,300,100,1), - (2518,1620,1,6245.77,555.763,8.52751,4.383,0,0,0.813469,-0.581608,300,100,1), - (2519,1620,1,6641.25,111.471,32.237,-2,0,0,-0.841471,0.540302,300,100,1), - (2520,1620,1,-2610,-1847,91.725,3.667,0,0,0.965691,-0.259692,300,100,1), - (2521,1620,0,-807,-267,17.444,5.806,0,0,0.236335,-0.971672,300,100,1), - (2522,1620,1,-2835,-2187,95.0732,3.619,0,0,0.971645,-0.236443,300,100,1), - (2523,1620,1,-2827,-2143,95.7844,1.432,0,0,0.656372,0.754437,300,100,1), - (2524,171601,0,-4684.48,-862.641,503.898,0.261799,0,0,0.130526,0.991445,900,100,1), - (2525,1620,1,1947.8,-2762,124.638,5.255,0,0,0.491745,-0.870739,300,100,1), - (2526,1620,1,3120.4,397.705,5.82121,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (2527,1620,0,1199.77,940.93,34.9147,3.08918,0,0,0.999657,0.0262033,300,255,1), - (2528,1620,1,1181.69,-3771.58,35.6409,0.837,0,0,0.40639,0.9137,300,100,1), - (2529,1620,1,4953.92,435.788,33.406,1.18682,0,0,0.559191,0.829039,300,255,1), - (2530,1620,0,-10132,1744.81,31.916,2.509,0,0,0.950394,0.311049,300,100,1), - (2531,1620,0,-10128,1733.65,32.975,1.121,0,0,0.53161,0.846989,300,100,1), - (2532,1620,0,-9408,-2087,62.838,5.143,0,0,0.53971,-0.841851,300,100,1), - (2533,1620,0,-10368.2,1069.46,36.6281,0.069812,0,0,0.0348989,0.999391,300,255,1), - (2534,1620,1,-1327,-2270,123.643,4.267,0,0,0.845816,-0.533475,300,100,1), - (2535,1620,1,-1274,-2308,97.05,3.089,0,0,0.999654,0.0262933,300,100,1), - (2536,1620,1,-1301,-2288,100.242,3.227,0,0,0.999088,-0.0426907,300,100,1), - (2537,1620,1,-1188,-2191,89.949,3.533,0,0,0.980911,-0.194457,300,100,1), - (2538,1620,1,-1218,-2042,92.989,5.756,0,0,0.260551,-0.96546,300,100,1), - (2539,1620,1,-1172,-2231,87.515,4.951,0,0,0.617918,-0.786242,300,100,1), - (2540,1620,1,2890.85,-3086,202.719,4.87,0,0,0.649246,-0.760578,300,100,1), - (2541,1620,1,2802.61,-3058,181.841,1.084,0,0,0.51585,0.856679,300,100,1), - (2542,1621,1,1242.43,-3667,91.8855,1.152,0,0,0.544674,0.838648,300,100,1), - (2543,1621,0,-9927,814.627,30.059,-3,0,0,-0.997495,0.0707372,300,100,1), - (2544,1621,0,-472,-381,50.764,0,0,0,0,1,300,100,1), - (2545,1621,1,1770.13,-2185,95.0174,3.478,0,0,0.985887,-0.167412,300,100,1), - (2546,1621,0,726.712,1387.03,72.8429,2.11185,0,0,0.870356,0.492423,300,255,1), - (2547,1621,0,-336,-621,54.957,0.14,0,0,0.0699428,0.997551,300,100,1), - (2548,1621,0,-856.863,-105.338,24.8763,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (2549,1621,1,-1836,-2734,91.8966,0,0,0,0,1,300,100,1), - (2550,2061,1,-2585.09,-3998.99,6.04639,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (2551,1621,1,-2576,-1783,93.469,-3,0,0,-0.997495,0.0707372,300,100,1), - (2552,1621,1,7286.81,-139,14.474,0.419,0,0,0.207971,0.978135,300,100,1), - (2553,1621,1,3109.13,-309,123.843,3.859,0,0,0.936353,-0.351061,300,100,1), - (2554,1621,1,-2009,-1792,91.734,1.792,0,0,0.780834,0.624738,300,100,1), - (2555,180036,0,-9603.53,52.1962,63.1735,2.55118,0,0,0.956742,0.290939,25,0,1), - (2556,1621,0,-10339,-800,50.319,1.113,0,0,0.528218,0.849109,300,100,1), - (2557,1621,1,2052.25,-930,97.923,6.235,0,0,0.0240903,-0.99971,300,100,1), - (2558,1621,1,7110.92,-809,68.488,4.642,0,0,0.73155,-0.681788,300,100,1), - (2559,1621,1,-3004,-1978,91.6785,2.304,0,0,0.913579,0.406661,300,100,1), - (2560,1621,0,79.434,1247.94,65.573,-2,0,0,-0.841471,0.540302,300,100,1), - (2561,1621,0,-9874,1417.02,58.861,1.726,0,0,0.759796,0.650161,300,100,1), - (2562,1621,1,-4032,-1959,92.491,2.286,0,0,0.909882,0.414867,300,100,1), - (2563,1621,0,-9273,-2757,88.804,-2,0,0,-0.841471,0.540302,300,100,1), - (2564,1621,1,-1796,-3535,92.624,1.466,0,0,0.669102,0.74317,300,100,1), - (2565,1621,1,-1797.42,-2472.61,91.6667,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (2566,1621,0,-831,151.918,37.323,3.473,0,0,0.986303,-0.164946,300,100,1), - (2567,1621,1,-658,-3382,91.733,0,0,0,0,1,300,100,1), - (2569,1621,1,1058.32,-3678.57,36.0646,-1.93732,0,0,-0.824127,0.566404,300,255,1), - (2570,1621,0,-10548.4,-1001.86,56.3435,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (2571,1621,0,-10425,49.221,44.252,3.671,0,0,0.96517,-0.261623,300,100,1), - (2572,1621,1,2175.57,-667,113.112,0.321,0,0,0.159812,0.987148,300,100,1), - (2573,1621,1,5449.31,113.31,33.99,-1,0,0,-0.479426,0.877583,300,100,1), - (2574,1621,1,-1874,-1981,92.15,0,0,0,0,1,300,100,1), - (2575,1621,0,-10941,-442,31.575,2.008,0,0,0.843625,0.536932,300,100,1), - (2576,1621,0,-11130,-719,58.435,5.896,0,0,0.192386,-0.981319,300,100,1), - (2577,1621,0,-11032,-176,15.928,3.84,0,0,0.939645,-0.34215,300,100,1), - (2578,1621,0,-10992,143.052,37.042,3.435,0,0,0.989258,-0.146178,300,100,1), - (2579,1621,1,2201,132.917,116.912,3.287,0,0,0.997358,-0.0726396,300,100,1), - (2580,1621,1,2060.75,-346,95.264,2.681,0,0,0.973599,0.228266,300,100,1), - (2581,1621,0,-11104,732.775,36.762,2.985,0,0,0.996936,0.0782164,300,100,1), - (2582,1621,1,6414.23,-18,32.767,4.372,0,0,0.816656,-0.577125,300,100,1), - (2583,1621,0,-9345,-3113,86.264,-3,0,0,-0.997495,0.0707372,300,100,1), - (2584,1621,1,3938.08,665.503,8.083,5.407,0,0,0.424213,-0.905562,300,100,1), - (2585,1621,0,-10909,979.189,37.7574,-3,0,0,-0.997495,0.0707372,300,100,1), - (2586,1621,0,-10278,256.84,36.84,1.417,0,0,0.650696,0.759339,300,100,1), - (2587,1621,0,791.815,1391.85,59.5212,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (2588,1621,0,-10320,68.697,46.984,1.205,0,0,0.566704,0.823921,300,100,1), - (2589,1621,0,-10877,-1103,44.728,0.332,0,0,0.165239,0.986254,300,100,1), - (2590,1621,1,217.269,-1454,91.845,1.86,0,0,0.80162,0.597834,300,100,1), - (2591,1621,1,655.969,-1708,91.839,0.487,0,0,0.241101,0.9705,300,100,1), - (2592,1621,1,1609.64,-2450,100.32,6.258,0,0,0.0125924,-0.999921,300,100,1), - (2593,1621,0,-10231,1724.14,36.823,5.814,0,0,0.232447,-0.972609,300,100,1), - (2594,1621,1,5032.89,379.941,29.378,4.665,0,0,0.723661,-0.690155,300,100,1), - (2595,1621,0,-10448.7,-1362.45,79.5184,2.67035,0,0,0.972369,0.233447,300,255,1), - (2596,1621,0,-9163,-3106,100.399,0.775,0,0,0.377875,0.925857,300,100,1), - (2597,1621,0,-10130,1731.68,32.77,1.99,0,0,0.838759,0.544503,300,100,1), - (2598,1621,0,-9460,-1899,82.446,1.993,0,0,0.839575,0.543244,300,100,1), - (2599,1621,1,-1496,-2354,93.112,-2,0,0,-0.841471,0.540302,300,100,1), - (2600,1621,1,7730.97,-1015,33.193,3.885,0,0,0.93171,-0.363203,300,100,1), - (2601,1621,0,-10656.5,-858.591,54.3311,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (2602,1621,1,7133.4,-328.718,37.861,0.20944,0,0,0.104529,0.994522,300,100,1), - (2603,1621,0,-1069,145.181,66.066,-1,0,0,-0.479426,0.877583,300,100,1), - (2604,1621,0,-10623.8,34.726,38.2104,0.977383,0,0,0.469471,0.882948,300,255,1), - (2605,1621,1,1450.06,1005.74,148.348,-2,0,0,-0.841471,0.540302,300,100,1), - (2606,1621,0,-10179.5,-918.365,36.9741,-0.383971,0,0,-0.190808,0.981627,300,100,1), - (2607,1621,1,4694.51,345.941,51.417,5.775,0,0,0.251367,-0.967892,300,100,1), - (2608,1621,0,-10372.8,-1319.4,52.773,-0.575957,0,0,-0.284015,0.95882,300,100,1), - (2609,1621,0,-10970,-222,16.237,0.168,0,0,0.0839012,0.996474,300,100,1), - (2610,1621,1,373.466,-1437,91.667,2.077,0,0,0.861644,0.507513,300,100,1), - (2611,1621,1,-115,-1829,92.605,1.1,0,0,0.522687,0.852525,300,100,1), - (2612,1621,1,1747.81,-2069,103.01,1.392,0,0,0.641153,0.767413,300,100,1), - (2613,1621,0,-11018,1269.23,42.062,0.332,0,0,0.165239,0.986254,300,100,1), - (2614,1621,1,2783.33,-781,155.082,1.193,0,0,0.56175,0.827307,300,100,1), - (2615,1621,1,482.921,-1291,93.613,4.886,0,0,0.643141,-0.765748,300,100,1), - (2616,1621,1,3455.87,-1560,167.605,-1,0,0,-0.479426,0.877583,300,100,1), - (2617,1621,0,-141,1240.04,51.79,2.409,0,0,0.93366,0.35816,300,100,1), - (2618,1621,1,6983.77,-195,40.235,0.452,0,0,0.224081,0.974571,300,100,1), - (2619,1621,1,628.438,1829.14,-10.4462,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (2620,1621,1,-2241,-1598,92.781,0.681,0,0,0.333958,0.942588,300,100,1), - (2621,1621,1,-470.076,-1971.71,91.7485,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (2622,1621,0,-10273.4,841.916,42.2785,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (2623,1621,0,-3183.31,-1111.6,9.17652,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (2624,1621,1,6905.93,-17,24.036,-3,0,0,-0.997495,0.0707372,300,100,1), - (2625,1621,1,45.048,-1864,95.058,2.112,0,0,0.870393,0.492358,300,100,1), - (2626,1621,0,-521,-579,41.958,0,0,0,0,1,300,100,1), - (2627,1621,1,6046.71,351.044,24.966,2.264,0,0,0.905264,0.42485,300,100,1), - (2628,1621,1,1782.37,-2088,101.229,2.788,0,0,0.984412,0.175877,300,100,1), - (2629,1621,1,6838.68,-141,37.151,-2,0,0,-0.841471,0.540302,300,100,1), - (2630,1621,0,-11036,-436,28.91,6.242,0,0,0.0205911,-0.999788,300,100,1), - (2631,1621,0,-318.421,120.038,74.9717,-0.628317,0,0,-0.309016,0.951057,300,255,1), - (2632,1621,1,5284.13,161.754,38.9968,-0.191985,0,0,-0.0958451,0.995396,300,255,1), - (2633,1621,0,-1161,113.33,5.4,0.61,0,0,0.300293,0.953847,300,100,1), - (2634,1621,1,-1752,-1898,92.826,0.925,0,0,0.446187,0.89494,300,100,1), - (2635,1621,0,-11063,-1304,52.603,2.562,0,0,0.958302,0.285757,300,100,1), - (2636,1621,0,-10285,-912,41.512,5.982,0,0,0.150024,-0.988682,300,100,1), - (2637,1621,0,-10213,-704,39.988,1.297,0,0,0.603992,0.796991,300,100,1), - (2638,1621,0,-10185,-935,37.737,0.225,0,0,0.112263,0.993679,300,100,1), - (2639,1621,0,-10284,-960,40.83,0.881,0,0,0.426392,0.904539,300,100,1), - (2640,1621,0,-10273,-960,41.214,3.249,0,0,0.998558,-0.0536779,300,100,1), - (2641,1621,0,-11036,-1354,54.032,4.278,0,0,0.842869,-0.538119,300,100,1), - (2642,1621,0,-10243,1752.89,36.056,0.567,0,0,0.279718,0.960082,300,100,1), - (2643,1621,1,-3704,-2133,91.776,5.19,0,0,0.519779,-0.854301,300,100,1), - (2644,1621,1,942.179,-2830,91.667,0.314,0,0,0.156356,0.987701,300,100,1), - (2645,1621,0,-8985,-2196,133.123,1.079,0,0,0.513707,0.857966,300,100,1), - (2646,1621,1,-455.338,-2946.19,91.6667,-0.261798,0,0,-0.130525,0.991445,300,255,1), - (2647,1621,0,-10894,-1028.04,75.3045,3.10665,0,0,0.999847,0.0174704,300,255,1), - (2648,1621,1,1219.17,-3132,91.667,1.78,0,0,0.777072,0.629412,300,100,1), - (2649,1621,1,6601.46,365.959,31.531,1.379,0,0,0.636151,0.771564,300,100,1), - (2650,1621,1,6669.62,159.319,32.985,1.954,0,0,0.828823,0.559512,300,100,1), - (2651,1621,1,5697.39,1.628,47.766,3.537,0,0,0.98052,-0.196418,300,100,1), - (2652,1621,1,-1126,-2927,94.15,-2,0,0,-0.841471,0.540302,300,100,1), - (2653,1621,1,5763.96,370.598,21.709,0.489,0,0,0.242071,0.970258,300,100,1), - (2654,1621,1,5643.83,304.715,19.0495,2.46,0,0,0.942489,0.334238,300,100,1), - (2655,1621,1,7011.7,-173,34.72,5.794,0,0,0.242161,-0.970236,300,100,1), - (2656,1621,0,-5835,-3871,351.977,0.471,0,0,0.233329,0.972398,300,100,1), - (2657,1621,0,-870,-1329,61.08,2.374,0,0,0.92725,0.374443,300,100,1), - (2658,1621,0,-10953,-798,63.217,3.142,0,0,1,-0.000203653,300,100,1), - (2659,1621,1,794.476,-2997.77,91.6667,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (2660,1621,0,-11137.1,1057.05,37.2187,0.977384,0,0,0.469471,0.882948,300,100,1), - (2661,1621,1,5528.58,334.245,31.3362,3.299,0,0,0.996904,-0.0786225,300,100,1), - (2662,1621,1,5580.99,348.569,28.3377,2.142,0,0,0.87768,0.479247,300,100,1), - (2663,1621,0,-110.734,-1184.78,45.4065,0.209439,0,0,0.104528,0.994522,300,255,1), - (2664,1621,0,-10527,-972,46.283,5.578,0,0,0.345332,-0.938481,300,100,1), - (2665,1621,0,-4979,-4024,299.403,-3,0,0,-0.997495,0.0707372,300,100,1), - (2666,1621,1,6926.84,-192,42.954,0.117,0,0,0.0584666,0.998289,300,100,1), - (2667,1621,1,642.803,-1586,91.668,1.619,0,0,0.723942,0.689861,300,100,1), - (2668,1621,1,-883.319,-3361.04,91.7687,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (2669,1621,0,-10730,-114,36.386,-3,0,0,-0.997495,0.0707372,300,100,1), - (2670,1621,0,-10896,1822.01,67.726,-3,0,0,-0.997495,0.0707372,300,100,1), - (2671,1621,1,5394.59,343.262,25.101,1.501,0,0,0.682005,0.731348,300,100,1), - (2672,1621,1,2665.69,494.243,66.973,3.634,0,0,0.969845,-0.243724,300,100,1), - (2673,1621,0,-10294,1779.35,37.641,0.27,0,0,0.13459,0.990901,300,100,1), - (2674,1621,0,-10253,1766.26,35.817,4.153,0,0,0.874834,-0.484423,300,100,1), - (2675,1621,1,2726.61,-3098,168.818,0.305,0,0,0.15191,0.988394,300,100,1), - (2676,1621,1,6689.17,-143,32.638,4.062,0,0,0.895962,-0.444131,300,100,1), - (2677,1621,1,-2473,-1640,91.667,-2,0,0,-0.841471,0.540302,300,100,1), - (2678,1621,1,-2126,-1894,91.725,-1,0,0,-0.479426,0.877583,300,100,1), - (2679,1621,0,-10215,1740.74,34.795,1.411,0,0,0.648415,0.761287,300,100,1), - (2680,1621,0,-10694,-675,44.162,1.957,0,0,0.829661,0.558268,300,100,1), - (2681,1621,0,-10739,-628,44.571,5.39,0,0,0.431895,-0.901924,300,100,1), - (2682,1621,1,2040.69,-3515,83.982,3.892,0,0,0.930433,-0.366462,300,100,1), - (2683,1621,1,5236.56,392.847,31.344,-0.331612,0,0,-0.165047,0.986286,300,100,1), - (2684,1621,1,4761.78,264.361,54.225,4.514,0,0,0.773657,-0.633605,300,100,1), - (2685,1621,0,-10754,-823,48.835,5.456,0,0,0.401902,-0.915683,300,100,1), - (2686,1621,1,1923.19,-488,116.729,4.412,0,0,0.804951,-0.593342,300,100,1), - (2687,1621,0,649.881,1383.17,82.965,0.017,0,0,0.0084999,0.999964,300,100,1), - (2688,1621,0,-10705.2,-942.698,76.341,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (2689,20965,1,-2891.88,-3340.39,32.3004,2.87979,0,0,0.991445,0.130526,900,100,1), - (2690,1621,1,7084.49,-496,43.414,3.727,0,0,0.957467,-0.288542,300,100,1), - (2691,1621,1,555.885,-1178,92.182,1.992,0,0,0.839303,0.543664,300,100,1), - (2692,1621,0,-10569,701.093,32.587,-2,0,0,-0.841471,0.540302,300,100,1), - (2693,1621,0,-5278,-4123,334.052,1.344,0,0,0.622552,0.782578,300,100,1), - (2694,1621,0,-10271,-725,46.864,2.97,0,0,0.996322,0.0856911,300,100,1), - (2695,1621,1,781.982,-2291,91.863,3.864,0,0,0.935472,-0.353401,300,100,1), - (2696,1621,0,-9880,1418.05,59.977,1.726,0,0,0.759796,0.650161,300,100,1), - (2697,1621,0,-9457.76,-1995.27,96.1887,0.855211,0,0,0.414693,0.909961,300,100,1), - (2698,1621,0,-10743.5,-818.935,51.3517,0.436332,0,0,0.216439,0.976296,300,100,1), - (2699,1621,1,-944,-1963,91.77,0,0,0,0,1,300,100,1), - (2700,1621,1,2947.48,-1781,180.986,1.995,0,0,0.840118,0.542404,300,100,1), - (2701,1621,0,-10887,-1317,51.9445,1.113,0,0,0.528218,0.849109,300,100,1), - (2702,1621,0,-10890,-1304,52.0364,-1,0,0,-0.479426,0.877583,300,100,1), - (2703,1621,0,290.546,1581.56,128.653,1.117,0,0,0.529915,0.848051,300,100,1), - (2704,1621,1,2947.35,-386,107.1,5.685,0,0,0.294653,-0.955604,300,100,1), - (2705,1621,0,-10493.8,341.078,33.5305,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (2706,1621,1,5492.91,382.794,23.2928,3.03687,0,0,0.998629,0.0523374,300,100,1), - (2707,1621,0,102.329,-800,79.372,2.025,0,0,0.848159,0.529742,300,100,1), - (2708,1621,1,5926.89,46.192,29.787,2.301,0,0,0.912968,0.408031,300,100,1), - (2709,1621,0,-10973,1404.34,43.9937,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (2710,1621,0,-10707.2,-1411.07,41.8335,2.67035,0,0,0.972369,0.233447,300,255,1), - (2711,1621,0,-10266,254.781,35.482,2.701,0,0,0.975833,0.218519,300,100,1), - (2712,1621,1,2068.7,-1589,70.009,5.233,0,0,0.501293,-0.865277,300,100,1), - (2713,1621,1,6832.79,249.9,19.9006,4.299,0,0,0.837172,-0.546939,300,100,1), - (2714,1621,0,-10660,558.543,27.788,1.91,0,0,0.816314,0.577609,300,100,1), - (2715,1621,1,5368.59,200.113,31.555,3.837,0,0,0.940158,-0.34074,300,100,1), - (2716,1621,1,569.916,-3134,91.667,-3,0,0,-0.997495,0.0707372,300,100,1), - (2717,1621,1,-2027,-3723,23.406,2.74,0,0,0.979908,0.19945,300,100,1), - (2718,1621,1,2868.01,-3000,200.057,1.505,0,0,0.683466,0.729982,300,100,1), - (2719,1621,1,617.073,-1415,91.667,1.557,0,0,0.702212,0.711968,300,100,1), - (2720,1621,0,-10307,1784.86,36.678,4.918,0,0,0.630807,-0.77594,300,100,1), - (2721,2061,1,-2891.88,-3340.39,32.3004,2.87979,0,0,0.991445,0.130526,900,100,1), - (2722,1621,1,-1767,-2967,91.667,-1,0,0,-0.479426,0.877583,300,100,1), - (2723,1621,1,-198,-2866,91.667,1.728,0,0,0.760446,0.649401,300,100,1), - (2724,1621,1,-1725,-3736,15.618,-2,0,0,-0.841471,0.540302,300,100,1), - (2725,1621,1,-68,-1934,99.288,1.78,0,0,0.777072,0.629412,300,100,1), - (2726,1621,0,-10743.1,-646.991,41.3031,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (2727,1621,0,503.316,1207.8,87.572,1.518,0,0,0.688196,0.725525,300,100,1), - (2728,1621,1,-1312,-1793,91.667,-2,0,0,-0.841471,0.540302,300,100,1), - (2729,1621,1,-121.538,-3301.52,94.357,-2.21656,0,0,-0.894933,0.446202,300,255,1), - (2731,1621,1,2436.31,-3140,125.667,6.162,0,0,0.0605555,-0.998165,300,100,1), - (2732,1621,1,-2058,-3600,29.185,-3,0,0,-0.997495,0.0707372,300,100,1), - (2733,1621,0,429.501,1181.44,88.201,0.297,0,0,0.147955,0.988994,300,100,1), - (2734,1621,0,-9562.72,-1868.06,69.7337,3.12412,0,0,0.999962,0.00873622,300,100,1), - (2735,1621,1,2597.75,-2667,140.579,2.846,0,0,0.989098,0.147259,300,100,1), - (2736,1621,0,-1032,14.453,35.044,4.205,0,0,0.861945,-0.507003,300,100,1), - (2737,1621,1,21.0643,-3032.41,92.1659,-0.034906,0,0,-0.0174521,0.999848,300,255,1), - (2738,1621,1,1075,644.999,131.558,-1,0,0,-0.479426,0.877583,300,100,1), - (2739,1621,0,-9235.94,-2926.83,113.123,2.63545,0,0,0.968148,0.250379,300,100,1), - (2740,1621,0,-10296,-1285,42.477,4.58,0,0,0.752331,-0.658786,300,100,1), - (2741,1621,0,-10397,-1299,43.667,4.223,0,0,0.857347,-0.514739,300,100,1), - (2742,1621,0,-5805,-4097,383.509,3.019,0,0,0.998122,0.0612579,300,100,1), - (2743,1621,1,762.954,-1321,91.667,2.857,0,0,0.989893,0.141817,300,100,1), - (2744,1621,1,7706.74,-878,13.629,0.958,0,0,0.460892,0.887456,300,100,1), - (2745,1621,1,6646.08,-212,39.84,3.089,0,0,0.999654,0.0262933,300,100,1), - (2746,1621,0,-10245,490.313,29.773,1.774,0,0,0.77518,0.63174,300,100,1), - (2747,1621,1,-47,-1589,91.667,1.344,0,0,0.622552,0.782578,300,100,1), - (2748,1621,0,-3008.33,-1158.85,9.70504,-2.79252,0,0,-0.984807,0.173652,300,100,1), - (2749,1621,0,-358,-350,58.728,-1,0,0,-0.479426,0.877583,300,100,1), - (2750,1621,1,1949.76,-510,114.735,4.203,0,0,0.862451,-0.50614,300,100,1), - (2751,1621,1,-1229,-3077,93.539,-2,0,0,-0.841471,0.540302,300,100,1), - (2752,1621,0,-9481.71,-2875.11,81.5749,1.46608,0,0,0.669132,0.743144,300,100,1), - (2753,1621,0,-9384.84,-2966.28,81.6427,1.3439,0,0,0.622513,0.782609,300,255,1), - (2754,1621,1,-97.7302,-3208.84,92.757,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (2755,1621,0,-11176,1712.59,40.36,1.344,0,0,0.622552,0.782578,300,100,1), - (2756,1621,1,-3639,-1854,91.6667,-2,0,0,-0.841471,0.540302,300,100,1), - (2757,1621,0,-10871.4,-1205,40.8238,0.034906,0,0,0.0174521,0.999848,300,255,1), - (2758,1621,1,-4187.31,-2018.41,93.5895,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (2759,1621,1,7152.14,-498,39.041,2.461,0,0,0.942656,0.333766,300,100,1), - (2760,1621,1,-2563.49,-1947.9,91.6731,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (2761,1621,0,-364,-64,55.197,-1,0,0,-0.479426,0.877583,300,100,1), - (2762,1621,1,-909.752,-3053.74,92.0618,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (2763,1621,1,323.68,-1556,93.234,3.328,0,0,0.99566,-0.0930688,300,100,1), - (2764,1621,0,-504,1519.03,16.766,0,0,0,0,1,300,100,1), - (2765,1621,0,-9282.73,-1880.83,85.4043,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (2766,1621,1,-837,-1987,92.143,2.793,0,0,0.984849,0.173415,300,100,1), - (2767,1621,1,-3352,-1827,91.7083,3.081,0,0,0.999541,0.0302916,300,100,1), - (2768,1621,0,-10070,1681.55,34.58,1.428,0,0,0.654862,0.755749,300,100,1), - (2769,1621,0,-9693,-2425,58.904,-2,0,0,-0.841471,0.540302,300,100,1), - (2770,1621,1,-2720,-1922,92.346,3.796,0,0,0.946945,-0.321396,300,100,1), - (2771,1621,0,-10302,1758.72,35.381,3.049,0,0,0.998928,0.0462798,300,100,1), - (2772,1621,1,-680.054,-3098.36,91.8174,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (2773,1621,1,3181.63,-412,144.168,0.049,0,0,0.0244975,0.9997,300,100,1), - (2774,1621,1,3453.07,-394,139.323,5.442,0,0,0.408302,-0.912847,300,100,1), - (2775,1621,1,1988.68,-2050,103.567,0.538,0,0,0.265768,0.964037,300,100,1), - (2776,1621,1,7010.19,-56,16.797,2.143,0,0,0.87792,0.478808,300,100,1), - (2777,1621,0,-11018.9,-436.104,30.6316,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (2778,1621,1,1943.58,-2927,99.698,0.182,0,0,0.0908745,0.995862,300,100,1), - (2779,1621,0,-566.923,-446.173,40.7825,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (2780,1621,0,-10418,-88,47.095,0.706,0,0,0.345714,0.93834,300,100,1), - (2781,1621,1,23.016,-1412,91.863,0.351,0,0,0.1746,0.984639,300,100,1), - (2782,1621,1,2798.91,-3336,137.436,6.15,0,0,0.0665434,-0.997784,300,100,1), - (2783,1621,1,-3557,-1799,91.762,1.972,0,0,0.833825,0.55203,300,100,1), - (2784,1621,0,-10915,-46,35.909,-2,0,0,-0.841471,0.540302,300,100,1), - (2785,1621,0,-9224.64,-3368.39,101.14,0.802851,0,0,0.390731,0.920505,300,100,1), - (2786,1621,0,-10135,1652.07,38.333,0,0,0,0,1,300,100,1), - (2787,1621,0,-10915,195.015,31.678,5.006,0,0,0.596066,-0.802935,300,100,1), - (2788,1621,0,168.096,1079.72,89.5135,1.32645,0,0,0.615661,0.788011,300,255,1), - (2789,1621,1,-551,-1490,92.552,2.938,0,0,0.994823,0.101621,300,100,1), - (2790,1621,0,-10293,27.326,49.078,-2,0,0,-0.841471,0.540302,300,100,1), - (2791,1621,0,-10944,-1371,54.036,6.088,0,0,0.0974379,-0.995242,300,100,1), - (2792,1621,0,-10798,-1365,39.484,3.65,0,0,0.967864,-0.251475,300,100,1), - (2793,1621,1,4427.84,367.739,60.939,4.072,0,0,0.89373,-0.448605,300,100,1), - (2794,1621,0,-380.563,-1141.91,50.4724,1.3439,0,0,0.622513,0.782609,300,255,1), - (2796,1621,0,-10354,63.236,48.675,2.013,0,0,0.844965,0.534821,300,100,1), - (2797,1621,0,-10254.1,1136.24,37.0174,-1.85005,0,0,-0.798636,0.601815,300,255,1), - (2798,1621,1,2048.55,-2083.42,126.551,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (2799,1621,0,-11066,-15.7862,34.7084,0.383971,0,0,0.190808,0.981627,300,255,1), - (2800,1621,0,-10310,1773.86,35.682,2.083,0,0,0.863163,0.504926,300,100,1), - (2801,1621,1,3283.57,394.278,4.48735,3.403,0,0,0.99147,-0.130332,300,100,1), - (2802,1621,0,-10318,70.547,46.639,1.205,0,0,0.566704,0.823921,300,100,1), - (2803,1621,0,-10469,-907,48.513,0.803,0,0,0.390799,0.920476,300,100,1), - (2804,1621,1,647.366,322.421,49.6054,2.11185,0,0,0.870356,0.492423,300,100,1), - (2805,1621,1,4685.86,204.657,57.926,3.525,0,0,0.981681,-0.190532,300,100,1), - (2806,1621,1,6286.11,184.455,36.223,1.053,0,0,0.50251,0.864571,300,100,1), - (2807,1621,1,925.201,-3498.32,91.6667,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (2808,1621,1,5400.7,52.842,45.12,4.326,0,0,0.829713,-0.558191,300,100,1), - (2809,1621,0,-10193,1711.76,34.161,3.525,0,0,0.981681,-0.190532,300,100,1), - (2810,1621,0,-10683,415.078,37.735,1.176,0,0,0.554698,0.832052,300,100,1), - (2811,1621,0,-550.962,798.357,88.7893,-2.37364,0,0,-0.927182,0.37461,300,255,1), - (2812,1621,0,-11137,155.441,30.186,4.633,0,0,0.734611,-0.678489,300,100,1), - (2813,1621,0,-11144,224.985,34.022,3.549,0,0,0.979324,-0.202298,300,100,1), - (2814,1621,1,1135.73,-3464,87.1207,0,0,0,0,1,300,100,1), - (2815,1621,1,4313.74,418.544,63.767,2.74,0,0,0.979908,0.19945,300,100,1), - (2816,1621,0,-11002,-14,22.647,5.12,0,0,0.549356,-0.835589,300,100,1), - (2817,1621,1,319.445,-1611,91.667,1.027,0,0,0.491229,0.871031,300,100,1), - (2818,1621,0,-9659,-1993,56.414,5.091,0,0,0.561413,-0.827536,300,100,1), - (2819,1621,0,-9636,-2014,64.766,4.431,0,0,0.799278,-0.600962,300,100,1), - (2820,1621,0,-9661,-1777,56.347,0.375,0,0,0.186403,0.982473,300,100,1), - (2821,1621,0,-2841,-2588,50.771,2.234,0,0,0.898789,0.438381,300,100,1), - (2822,1621,1,157.615,-1984.88,94.3733,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (2824,1621,1,-2090.82,-2130.27,93.2031,1.78023,0,0,0.777144,0.629323,300,255,1), - (2825,1621,1,-1983,-2224,96.038,-2,0,0,-0.841471,0.540302,300,100,1), - (2826,1621,1,-3524,-2302,91.667,2.219,0,0,0.895476,0.445109,300,100,1), - (2827,1621,1,2951.06,-1749,182.377,2.248,0,0,0.901836,0.432079,300,100,1), - (2828,1621,0,-10362.4,784.97,30.9238,-1.50098,0,0,-0.681997,0.731355,300,100,1), - (2829,1621,1,1525.21,-2139.27,89.3402,0.820305,0,0,0.398749,0.91706,300,100,1), - (2830,1621,1,6684.22,116.111,34.448,1.189,0,0,0.560095,0.828429,300,100,1), - (2831,1621,0,4.593,-689,75.15,-3,0,0,-0.997495,0.0707372,300,100,1), - (2832,1621,0,-11101,-755,59.089,0.257,0,0,0.128147,0.991755,300,100,1), - (2833,1621,0,-11169,-752,62.983,3.493,0,0,0.984604,-0.174801,300,100,1), - (2834,1621,1,7258.42,-1053.89,40.0407,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (2835,1621,1,-1130,-1955,90.5605,5.407,0,0,0.424213,-0.905562,300,100,1), - (2836,1621,1,559.671,-2000,93.005,3.648,0,0,0.968115,-0.250507,300,100,1), - (2838,1621,0,-10557,317.914,30.595,3.693,0,0,0.962234,-0.272224,300,100,1), - (2839,1621,0,-10699,547.688,31.742,4.965,0,0,0.6124,-0.790548,300,100,1), - (2840,1621,0,-10419,-76,45.343,0.011,0,0,0.00549997,0.999985,300,100,1), - (2841,1621,0,-10450,-85,46.509,2.061,0,0,0.857556,0.51439,300,100,1), - (2842,1621,0,-10296,-23,44.753,0.376,0,0,0.186895,0.98238,300,100,1), - (2843,1621,0,-10269,-118,37.31,5.077,0,0,0.567192,-0.823585,300,100,1), - (2844,1621,0,-10645.6,-140.796,35.0856,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (2845,1621,0,-10607,-105,38.13,1.454,0,0,0.664631,0.747172,300,100,1), - (2846,1621,0,-9493,-2094,100.054,4.215,0,0,0.859399,-0.511306,300,100,1), - (2847,1621,0,-9626,-2543,59.226,1.676,0,0,0.743307,0.668951,300,100,1), - (2848,1621,1,4131.32,203.466,12.4553,-0.401426,0,0,-0.199368,0.979925,300,100,1), - (2849,1621,1,2185.2,-3013,119.022,1.484,0,0,0.675763,0.737119,300,100,1), - (2850,1621,1,2847.89,-608,107.686,4.833,0,0,0.663205,-0.748438,300,100,1), - (2851,1621,0,-10247,-151,34.987,-3,0,0,-0.997495,0.0707372,300,100,1), - (2852,1621,1,5935,345.521,25.2171,-0.296706,0,0,-0.147809,0.989016,300,100,1), - (2854,1621,0,-10782.7,-197.056,44.2139,1.09956,0,0,0.5225,0.852639,300,255,1), - (2855,1621,0,-10577,-877,48.592,5.872,0,0,0.204147,-0.97894,300,100,1), - (2856,1621,1,3495.95,99.197,6.864,0.077,0,0,0.0384905,0.999259,300,100,1), - (2857,1621,1,-2850,-1955,91.6667,-2,0,0,-0.841471,0.540302,300,100,1), - (2858,20966,1,-3004.97,-3249.17,34.7651,1.87623,0,0,0.806445,0.59131,900,100,1), - (2859,1621,1,482.741,-1897,91.6667,-1,0,0,-0.479426,0.877583,300,100,1), - (2860,1621,1,907.072,1553.71,-15.2808,2.44346,0,0,0.939692,0.342021,300,100,1), - (2861,1621,1,2988.67,-903,198.923,1.772,0,0,0.774548,0.632515,300,100,1), - (2862,1621,1,5744.02,-17,41.041,-1,0,0,-0.479426,0.877583,300,100,1), - (2863,1621,1,6469.69,-51.2925,35.8001,0.680678,0,0,0.333807,0.942642,300,100,1), - (2864,1621,1,6495.82,-78,36.117,4.422,0,0,0.801974,-0.597359,300,100,1), - (2865,1621,1,-928.639,-1740.88,91.7356,0.558504,0,0,0.275637,0.961262,300,255,1), - (2866,1621,0,-11082,252.42,26.099,4.519,0,0,0.772071,-0.635537,300,100,1), - (2867,1621,0,-10597.8,498.424,29.1544,3.14159,0,0,1,0.00000126759,300,100,1), - (2868,1621,1,2989.42,-105,97.95,0.067,0,0,0.0334937,0.999439,300,100,1), - (2869,1621,0,-644,-1569,61.627,0.419,0,0,0.207971,0.978135,300,100,1), - (2870,1621,0,-10359,50.199,49.244,2.371,0,0,0.926687,0.375834,300,100,1), - (2871,1621,1,1576.22,-2175,93.093,6.069,0,0,0.106888,-0.994271,300,100,1), - (2872,1621,0,-2892,-2565,33.879,1.187,0,0,0.559266,0.828988,300,100,1), - (2873,1621,0,1.075,-1015,57.79,1.955,0,0,0.829102,0.559097,300,100,1), - (2874,1621,0,-237,1351.55,37.523,1.937,0,0,0.824037,0.566536,300,100,1), - (2875,1621,0,-10247,1737.16,37.735,0.004,0,0,0.002,0.999998,300,100,1), - (2876,1621,1,5261.76,457.867,22.379,1.065,0,0,0.507689,0.861541,300,100,1), - (2877,1621,1,3204.89,-553,153.865,5.037,0,0,0.583549,-0.812078,300,100,1), - (2878,1621,1,2821.34,-1047,198.395,4.803,0,0,0.674356,-0.738406,300,100,1), - (2879,1621,1,2196.35,-197,100.57,1.705,0,0,0.752928,0.658103,300,100,1), - (2880,1621,1,-487,-1591,93.859,5.246,0,0,0.495658,-0.868518,300,100,1), - (2881,1621,1,-1746,-3344,93.315,1.082,0,0,0.514993,0.857194,300,100,1), - (2882,1621,0,-10988,1633.94,46.562,-2,0,0,-0.841471,0.540302,300,100,1), - (2883,1621,1,682.262,-2827,91.708,-1,0,0,-0.479426,0.877583,300,100,1), - (2884,1621,1,-1871,-3372,64.938,1.082,0,0,0.514993,0.857194,300,100,1), - (2885,1621,1,-1156,-3599,93.328,-3,0,0,-0.997495,0.0707372,300,100,1), - (2886,1621,1,-1789,-3205,89.764,-1,0,0,-0.479426,0.877583,300,100,1), - (2887,1621,1,951.368,-2331.42,91.7039,0.418879,0,0,0.207912,0.978148,300,255,1), - (2888,1621,1,4024.44,212.787,4.536,2.023,0,0,0.847629,0.53059,300,100,1), - (2889,1621,0,-11166,503.716,28.688,1.222,0,0,0.573687,0.819075,300,100,1), - (2890,1621,1,2909.17,-1759,202.397,0.209,0,0,0.10431,0.994545,300,100,1), - (2891,1621,1,2003.68,-2370,89.753,0.483,0,0,0.239159,0.97098,300,100,1), - (2892,180036,0,-9600.74,21.1644,63.1988,5.11239,0,0,0.552532,-0.833492,25,0,1), - (2893,1621,1,-3637.74,-2216.63,92.2857,-2.35619,0,0,-0.923879,0.382686,300,255,1), - (2894,1621,0,-9415,-2111,67.084,0,0,0,0,1,300,100,1), - (2895,1621,0,-11071,558.665,33.835,2.74,0,0,0.979908,0.19945,300,100,1), - (2896,1621,0,-4108,-3082,10.077,-1,0,0,-0.479426,0.877583,300,100,1), - (2897,1621,1,5323.75,346.489,30.7388,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (2898,1621,1,-3375.92,-2271.41,91.6667,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (2899,1621,1,6253.24,227.849,38.974,2.793,0,0,0.984849,0.173415,300,100,1), - (2900,1621,1,4404.1,609.329,44.1401,2.44346,0,0,0.939692,0.342021,300,100,1), - (2901,1621,0,-761,-431,21.429,0,0,0,0,1,300,100,1), - (2902,1621,1,-1281.8,-2802.91,93.0028,-1,0,0,-0.479426,0.877583,300,100,1), - (2903,1621,0,-407,1350.19,37.302,-3,0,0,-0.997495,0.0707372,300,100,1), - (2904,1621,0,-9742.59,-1776.33,52.2593,1.64061,0,0,0.731354,0.681998,300,100,1), - (2905,1621,1,-1696.34,-2225.82,92.0846,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (2906,1621,1,65.29,-1492,91.667,1.134,0,0,0.537104,0.843516,300,100,1), - (2907,1621,1,-2393,-1768,98.439,2.812,0,0,0.986452,0.164051,300,100,1), - (2908,1622,1,-6462,-4217,-58.567,2.81,0,0,0.986287,0.165038,300,100,1), - (2909,1622,0,-10503,330.796,30.437,1.031,0,0,0.49297,0.870046,300,100,1), - (2910,1622,0,-9795,1013.02,30.414,2.009,0,0,0.843894,0.53651,300,100,1), - (2911,1622,0,-10516,1570.3,46.938,1.671,0,0,0.741632,0.670807,300,100,1), - (2912,1622,0,-2464,-1783,16.3,0.015,0,0,0.00749993,0.999972,300,100,1), - (2913,1622,0,-2870,-1531,9.69,1.134,0,0,0.537104,0.843516,300,100,1), - (2914,1622,0,-2947,-1722,11.898,1.016,0,0,0.486431,0.873719,300,100,1), - (2915,1622,0,-10837,-1379,52.7493,2.822,0,0,0.98726,0.159117,300,100,1), - (2916,1622,0,-10857,-1362,53.9192,4.33,0,0,0.828595,-0.559849,300,100,1), - (2917,1622,0,-10720,1720.89,43.414,3.447,0,0,0.988363,-0.152111,300,100,1), - (2918,1622,0,-10104,1067.56,37.355,2.501,0,0,0.949142,0.314848,300,100,1), - (2919,1622,0,-224,-628,66.96,1.937,0,0,0.824037,0.566536,300,100,1), - (2920,1622,1,-1709,1956,61.771,0.591,0,0,0.291218,0.956657,300,100,1), - (2921,1622,1,-1792,2033.69,69.624,1.063,0,0,0.506827,0.862048,300,100,1), - (2922,1622,0,-2989,-2947,31.6051,0.344,0,0,0.171153,0.985244,300,100,1), - (2923,1622,0,-2789,-2233,50.758,1.13,0,0,0.535416,0.844589,300,100,1), - (2924,1622,0,-10964,-303,28.779,3.419,0,0,0.990396,-0.138259,300,100,1), - (2925,1622,0,-10270,1371.04,40.994,2.327,0,0,0.918195,0.396128,300,100,1), - (2926,1622,0,-11076,-220,21.895,1.852,0,0,0.799222,0.601036,300,100,1), - (2927,1622,0,-11002,-313,39.966,3.258,0,0,0.998307,-0.0581708,300,100,1), - (2928,1622,1,-1629,-1645,91.787,0.416,0,0,0.206503,0.978446,300,100,1), - (2929,1622,0,-4900,-4015,303.918,5.435,0,0,0.411494,-0.911412,300,100,1), - (2930,1622,1,-3283,-1813,94.378,0.966,0,0,0.464438,0.885606,300,100,1), - (2931,1622,1,2337.95,214.029,154.468,5.023,0,0,0.58922,-0.807973,300,100,1), - (2932,1622,1,2300.08,195.726,153.278,0.306,0,0,0.152404,0.988318,300,100,1), - (2933,1622,0,-670,457.744,74.4202,1.157,0,0,0.546769,0.837284,300,100,1), - (2934,1622,1,-72,-706,-1,0.09,0,0,0.0449848,0.998988,300,100,1), - (2935,1622,1,-128,-650,-2,4.766,0,0,0.687901,-0.725805,300,100,1), - (2936,1622,1,-1249,2688.31,111.556,2.862,0,0,0.990244,0.139341,300,100,1), - (2937,1622,0,-9912,971.176,35.217,3.918,0,0,0.925591,-0.378526,300,100,1), - (2938,1622,0,-428,-247,64.881,0.367,0,0,0.182472,0.983211,300,100,1), - (2939,1622,1,1256.12,1449.92,79.18,3.889,0,0,0.930982,-0.365066,300,100,1), - (2940,1622,0,-9237,-3249,102.119,2.059,0,0,0.857041,0.515247,300,100,1), - (2941,1622,0,-75,850.131,63.242,5.509,0,0,0.377498,-0.92601,300,100,1), - (2942,1622,0,-49,842.693,65.582,1.758,0,0,0.770101,0.637922,300,100,1), - (2943,1622,0,-19,889.977,66.465,1.397,0,0,0.64307,0.765808,300,100,1), - (2944,1622,0,-72,882.187,67.223,2.752,0,0,0.981087,0.193567,300,100,1), - (2945,1622,0,-33,915.648,69.343,1.428,0,0,0.654862,0.755749,300,100,1), - (2946,1622,0,-9693,-3043,56.304,5.094,0,0,0.560171,-0.828377,300,100,1), - (2947,1622,1,1190.11,2.812,-3,4.107,0,0,0.885743,-0.464176,300,100,1), - (2948,1622,1,1302.08,-20,7.12,6.047,0,0,0.117818,-0.993035,300,100,1), - (2949,1622,1,994.722,280.564,25.246,0.116,0,0,0.0579675,0.998318,300,100,1), - (2950,1622,1,-3882,-1820,91.667,4.489,0,0,0.781516,-0.623885,300,100,1), - (2951,1622,1,-3873,-1809,91.667,3.695,0,0,0.961961,-0.273186,300,100,1), - (2952,1622,1,-1577,-1687,94.997,1.265,0,0,0.591163,0.806552,300,100,1), - (2953,1622,1,-1862,2009.57,63.137,0.67,0,0,0.328769,0.94441,300,100,1), - (2954,1622,1,633.545,-1206,93.981,1.318,0,0,0.612327,0.790605,300,100,1), - (2955,1622,1,-733,-2298,113.717,0.118,0,0,0.0589658,0.99826,300,100,1), - (2956,1622,0,-2968,-2618,16.856,6.16,0,0,0.0615538,-0.998104,300,100,1), - (2957,1622,0,-11016.1,262.501,26.9719,0.401425,0,0,0.199368,0.979925,300,255,1), - (2958,1622,1,2672.75,1638.94,291.857,0.967,0,0,0.464881,0.885373,300,100,1), - (2959,1622,1,2716.43,1704.67,303.637,5.208,0,0,0.51207,-0.858944,300,100,1), - (2960,1622,0,-4233,-2632,58.06,0.91,0,0,0.439462,0.898261,300,100,1), - (2961,1622,1,2485.76,1769.53,356.511,1.489,0,0,0.677604,0.735427,300,100,1), - (2962,1622,1,2401.77,1771.02,399.256,3.504,0,0,0.983627,-0.180214,300,100,1), - (2963,1622,1,1606.97,-3060,92.678,1.905,0,0,0.814867,0.579648,300,100,1), - (2964,2061,1,-3004.97,-3249.17,34.7651,1.87623,0,0,0.806445,0.59131,900,100,1), - (2965,1622,1,-6468,-3424,-69,0.446,0,0,0.221156,0.975238,300,100,1), - (2966,1622,0,-1101,-2907,42.029,5.997,0,0,0.142605,-0.98978,300,100,1), - (2967,1622,1,1543.61,1261.2,156.176,1.016,0,0,0.486431,0.873719,300,100,1), - (2968,1622,1,7384.21,-737,13.662,0.161,0,0,0.0804131,0.996762,300,100,1), - (2969,1622,0,-1047,-2766,42.822,0.397,0,0,0.197199,0.980363,300,100,1), - (2970,1622,0,-996,-2847,54.77,1.701,0,0,0.75161,0.659607,300,100,1), - (2971,1622,1,1213.44,-3512,132.552,6.201,0,0,0.041081,-0.999156,300,100,1), - (2972,1622,1,-1193,2737.18,111.147,3.682,0,0,0.963717,-0.266928,300,100,1), - (2973,1622,1,-1128,2727.72,118.159,6.022,0,0,0.130222,-0.991485,300,100,1), - (2974,1622,1,5827.88,96.136,32.86,4.928,0,0,0.626919,-0.779084,300,100,1), - (2975,1622,1,1548.09,1351.02,161.156,1.507,0,0,0.684195,0.729299,300,100,1), - (2976,1622,1,1864,-1763,61.932,5.365,0,0,0.443135,-0.896455,300,100,1), - (2977,1622,0,-10310,80.096,42.385,3.926,0,0,0.924069,-0.382226,300,100,1), - (2979,1622,1,-312,1841.67,134.062,6.005,0,0,0.138645,-0.990342,300,100,1), - (2980,1622,0,-10496,278.703,32.089,2.74,0,0,0.979908,0.19945,300,100,1), - (2981,1622,0,-978,-1205,66.133,1.295,0,0,0.603194,0.797594,300,100,1), - (2982,1622,0,-997,-1203,61.199,6.145,0,0,0.0690377,-0.997614,300,100,1), - (2983,1622,0,-949,-1149,54.511,2.65,0,0,0.969944,0.243329,300,100,1), - (2984,1622,0,-9161,-2342,96.031,1.566,0,0,0.705409,0.7088,300,100,1), - (2985,1622,0,42.331,753.254,63.6768,3.573,0,0,0.976826,-0.214035,300,100,1), - (2986,1622,1,-6600,-3383,-49,2.033,0,0,0.850271,0.526345,300,100,1), - (2987,1622,0,-5473,-3905,342.582,3.535,0,0,0.980716,-0.195438,300,100,1), - (2988,1622,0,-5402,-3863,332.869,4.937,0,0,0.623407,-0.781897,300,100,1), - (2989,1622,1,1340.1,1484.03,114.717,3.944,0,0,0.920592,-0.390527,300,100,1), - (2990,1622,1,-5737,-2410,-52.881,3.831,0,0,0.941176,-0.337918,300,100,1), - (2991,1622,1,-6464,-3488,-70,5.143,0,0,0.53971,-0.841851,300,100,1), - (2992,1622,0,-475.658,-246.216,61.4152,2.61799,0,0,0.965925,0.258821,300,100,1), - (2993,1622,0,-9707,-3102,59.533,0.538,0,0,0.265768,0.964037,300,100,1), - (2994,1622,0,-2587,-2330,86.103,5.783,0,0,0.247494,-0.968889,300,100,1), - (2995,1622,0,-2602,-2402,79.233,5.878,0,0,0.20121,-0.979548,300,100,1), - (2996,1622,0,-2571,-2360,85.89,0.093,0,0,0.0464832,0.998919,300,100,1), - (2997,1622,1,2667.04,-2100,204.053,2.098,0,0,0.866925,0.498438,300,100,1), - (2998,1622,0,-2650,-2387,92.424,2.909,0,0,0.993245,0.116034,300,100,1), - (2999,1622,0,-9284,-2908,128.708,3.019,0,0,0.998122,0.0612579,300,100,1), - (3000,1622,0,-10400,1000.13,31.803,1.554,0,0,0.701144,0.71302,300,100,1), - (3001,1622,1,2962.14,-2704,224.212,6.052,0,0,0.115335,-0.993327,300,100,1), - (3002,1622,1,836.121,1487.42,-9,0.849,0,0,0.411865,0.911245,300,100,1), - (3003,1622,1,-1195,2733.78,111.361,3.682,0,0,0.963717,-0.266928,300,100,1), - (3004,1622,0,-637,-343,44.879,4.614,0,0,0.741023,-0.67148,300,100,1), - (3005,1622,0,-10353.9,200.277,34.39,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (3006,1622,1,592.031,-1486,91.744,2.27,0,0,0.906534,0.422132,300,100,1), - (3007,1622,0,-9584,-2958,66.632,0.114,0,0,0.0569691,0.998376,300,100,1), - (3008,1622,0,-9582,-2938,69.295,1.261,0,0,0.589549,0.807733,300,100,1), - (3009,1622,1,5691.59,152.045,30.997,5.588,0,0,0.340636,-0.940195,300,100,1), - (3010,1622,1,5783.34,67.65,35.76,3.35,0,0,0.994576,-0.104015,300,100,1), - (3011,1622,1,2369.78,-694,142.775,1.7,0,0,0.75128,0.659983,300,100,1), - (3012,1622,1,6536.3,25.842,33.288,6.236,0,0,0.0235904,-0.999722,300,100,1), - (3013,1622,1,4636.56,525.637,32.147,3.503,0,0,0.983717,-0.179722,300,100,1), - (3014,1622,1,4680.4,633.903,25.821,1.194,0,0,0.562164,0.827026,300,100,1), - (3015,1622,1,-615,-2367,153.307,0.401,0,0,0.199159,0.979967,300,100,1), - (3016,1622,0,-10929.8,447.35,45.6105,-2.53072,0,0,-0.953716,0.300709,300,100,1), - (3017,1622,0,-5057,-3901,326.661,4.861,0,0,0.652662,-0.757649,300,100,1), - (3018,1622,0,-5034,-3919,314.959,4.535,0,0,0.766962,-0.641693,300,100,1), - (3019,1622,0,-10980,278.004,28.62,1.185,0,0,0.558437,0.829547,300,100,1), - (3020,1622,0,-1031,-236,16.856,0.168,0,0,0.0839012,0.996474,300,100,1), - (3021,1622,0,-3793,-3142,17.211,4.947,0,0,0.61949,-0.785005,300,100,1), - (3022,1622,0,-3681,-2677,32.503,0.937,0,0,0.451548,0.892247,300,100,1), - (3023,1622,1,-5129,-1624,-41,5.61,0,0,0.330273,-0.943886,300,100,1), - (3024,1622,1,-5560,-3550,-53,4.64,0,0,0.732231,-0.681056,300,100,1), - (3025,1622,1,-4979,-1949,-33,2.531,0,0,0.953758,0.300576,300,100,1), - (3026,1622,0,-9932.17,903.963,46.0921,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (3027,1622,1,-5511,-3021,-44,1.597,0,0,0.71631,0.697782,300,100,1), - (3028,1622,1,-4034,-1791,93.421,1.885,0,0,0.80903,0.587767,300,100,1), - (3029,1622,0,-9188,-3201,100.95,0.13,0,0,0.0649542,0.997888,300,100,1), - (3030,1622,0,175.703,229.644,41.172,4.613,0,0,0.741359,-0.671109,300,100,1), - (3031,1622,0,74.414,437.742,41.908,0.454,0,0,0.225056,0.974346,300,100,1), - (3032,1622,1,-1665,-3177,99.856,3.35,0,0,0.994576,-0.104015,300,100,1), - (3033,1622,1,1024.98,-386,-6,4.636,0,0,0.733592,-0.67959,300,100,1), - (3034,1622,0,-74,245.235,53.276,4.138,0,0,0.878442,-0.477848,300,100,1), - (3035,1622,0,-322,-253,69.933,5.842,0,0,0.218808,-0.975768,300,100,1), - (3036,1622,0,-453,-236,69.629,0.592,0,0,0.291697,0.956511,300,100,1), - (3037,1622,0,-417,-238,64.682,3.321,0,0,0.995979,-0.0895835,300,100,1), - (3038,1622,0,-116,172.05,56.183,1.656,0,0,0.73658,0.67635,300,100,1), - (3039,1622,1,2174.69,-1409,92.2,3.323,0,0,0.995889,-0.0905793,300,100,1), - (3040,1622,1,157.598,186.458,58.983,4.46,0,0,0.79048,-0.612488,300,100,1), - (3041,1622,1,161.987,230.492,84.15,4.043,0,0,0.900141,-0.435599,300,100,1), - (3042,1622,1,2357.93,-1350,94.678,1.348,0,0,0.624116,0.781331,300,100,1), - (3044,1622,0,-9794,899.709,27.276,0.154,0,0,0.0769239,0.997037,300,100,1), - (3045,1622,1,1366.04,-258,-2,1.73,0,0,0.761095,0.64864,300,100,1), - (3046,1622,1,552.777,376.555,58.61,3.223,0,0,0.999172,-0.0406925,300,100,1), - (3047,1622,1,433.19,-2281,199.004,5.215,0,0,0.50906,-0.860731,300,100,1), - (3048,1622,1,129.744,-870,2.829,2.27,0,0,0.906534,0.422132,300,100,1), - (3049,1622,1,-1388,-1623,119.175,0.105,0,0,0.0524759,0.998622,300,100,1), - (3050,1622,1,-775,-2014,76.724,2.217,0,0,0.895031,0.446005,300,100,1), - (3051,1622,0,-9313,-3160,110.303,4.815,0,0,0.669914,-0.742439,300,100,1), - (3052,1622,1,-5542,-2687,-43,1.872,0,0,0.805192,0.593014,300,100,1), - (3053,1622,1,2344.62,1492.44,282.472,2.377,0,0,0.92781,0.373052,300,100,1), - (3054,20968,1,-3374.3,-2819.65,33.2381,-3.14159,-0.043613,0.017436,0.998896,0.000761,900,100,1), - (3055,1622,0,-9658,-3176,51.576,5.062,0,0,0.573353,-0.819308,300,100,1), - (3056,1622,1,780.843,-3316,221.876,5.258,0,0,0.490438,-0.871476,300,100,1), - (3057,1622,1,-11.2203,-709.006,-16.4602,2.3911,0,0,0.930417,0.366502,300,255,1), - (3058,1622,1,-1880,-1751,94.634,0.935,0,0,0.450656,0.892698,300,100,1), - (3059,1622,0,-8686,-2296,156.885,2.122,0,0,0.872844,0.487999,300,100,1), - (3060,1622,0,-8660,-2321,158.156,1.289,0,0,0.600799,0.7994,300,100,1), - (3061,1622,0,-10783,-526,44.457,5.987,0,0,0.147552,-0.989054,300,100,1), - (3062,1622,0,-744,-1979,34.149,3.951,0,0,0.919219,-0.393746,300,100,1), - (3063,1622,1,2223.03,-1087,100.053,1.838,0,0,0.794995,0.606615,300,100,1), - (3064,1622,0,-3327,-3261,30.098,0.898,0,0,0.434065,0.900882,300,100,1), - (3065,1622,0,-8663,-2307,158.027,0.453,0,0,0.224568,0.974458,300,100,1), - (3066,1622,0,-146,912.312,65.876,0.012,0,0,0.00599996,0.999982,300,100,1), - (3067,1622,0,-208,943.526,66.24,0.593,0,0,0.292175,0.956365,300,100,1), - (3068,1622,0,-200,904.983,65.555,0.502,0,0,0.248373,0.968665,300,100,1), - (3069,1622,0,-200,912.213,71.472,0.502,0,0,0.248373,0.968665,300,100,1), - (3070,1622,0,-3348,-1570,10.495,0.363,0,0,0.180505,0.983574,300,100,1), - (3071,1622,0,-3347,-1640,8.011,5.582,0,0,0.343455,-0.939169,300,100,1), - (3072,1622,0,-3276,-1714,9.04,2.526,0,0,0.953004,0.302959,300,100,1), - (3073,1622,0,-3428,-1535,19.343,2.42,0,0,0.935616,0.353019,300,100,1), - (3074,1622,0,-1571,-1738,68.082,0.808,0,0,0.393099,0.919496,300,100,1), - (3075,1622,0,-774,-1212,64.056,2.43,0,0,0.937369,0.348337,300,100,1), - (3076,1622,0,-817,-1202,54.323,1,0,0,0.479426,0.877583,300,100,1), - (3077,1622,1,1285.63,1439.63,96.9013,1.46608,0,0,0.669132,0.743144,300,255,1), - (3078,1622,1,-432,1907.56,126.552,3.178,0,0,0.999834,-0.0182027,300,100,1), - (3079,1622,0,-5299,-3966,340.562,-2,0,0,-0.841471,0.540302,300,100,1), - (3081,1622,1,977.388,1760.44,5.853,2.122,0,0,0.872844,0.487999,300,100,1), - (3082,1622,1,1054.98,1762.48,11.338,6.064,0,0,0.109373,-0.994001,300,100,1), - (3083,1622,1,-1774,1952.58,61.758,1.708,0,0,0.753914,0.656973,300,100,1), - (3084,1622,1,-23,-107,25.517,1.562,0,0,0.70399,0.71021,300,100,1), - (3085,1622,1,-4726,-1026,-51,6.109,0,0,0.0869825,-0.99621,300,100,1), - (3086,1622,1,2238.38,1387.83,279.84,0.826,0,0,0.401359,0.915921,300,100,1), - (3087,1622,0,-10690,-1090,32.263,1.97,0,0,0.833272,0.552863,300,100,1), - (3088,1622,1,-5502,-1920,-59,0.042,0,0,0.0209985,0.99978,300,100,1), - (3089,1622,0,-2794,-2764,53.684,6.086,0,0,0.098433,-0.995144,300,100,1), - (3090,1622,1,7429.45,-924,12.777,4.006,0,0,0.908045,-0.418873,300,100,1), - (3091,1622,0,-1723,-1784,80.771,0.321,0,0,0.159812,0.987148,300,100,1), - (3092,1622,0,-3007,-3017,39.846,4.782,0,0,0.682072,-0.731285,300,100,1), - (3093,1622,0,-3000,-3042,52.089,4.515,0,0,0.77334,-0.633991,300,100,1), - (3094,1622,1,7450.82,-737,13.617,0.02,0,0,0.00999983,0.99995,300,100,1), - (3095,1622,1,7445.92,-777,15.69,0.77,0,0,0.375559,0.926798,300,100,1), - (3096,1622,0,-9139,-3171,108.136,1.724,0,0,0.759146,0.650921,300,100,1), - (3097,1622,0,-9130,-3215,103.491,1.057,0,0,0.504239,0.863564,300,100,1), - (3098,1622,1,-3795,-1493,102.836,3.743,0,0,0.955128,-0.296192,300,100,1), - (3099,1622,1,-3011,-2239,146.153,5.463,0,0,0.398694,-0.917084,300,100,1), - (3100,1622,1,-2961,-2186,91.667,4.768,0,0,0.687174,-0.726492,300,100,1), - (3101,1622,1,-2977,-2183,91.667,1.814,0,0,0.787659,0.616112,300,100,1), - (3102,1622,1,-2974,-2151,91.672,4.948,0,0,0.619097,-0.785314,300,100,1), - (3103,1622,1,-2992,-2199,101.135,2.89,0,0,0.992098,0.125465,300,100,1), - (3104,1622,1,-2947,-2165,91.677,3.456,0,0,0.987669,-0.156557,300,100,1), - (3105,1622,1,-4179,-2222,51.656,2.215,0,0,0.894584,0.446899,300,100,1), - (3106,1622,1,-4232,-1936,96.997,4.247,0,0,0.851108,-0.52499,300,100,1), - (3107,1622,1,-4182,-2261,52.728,5.922,0,0,0.179613,-0.983737,300,100,1), - (3108,1622,1,2779.74,-3035,157.84,3.86,0,0,0.936177,-0.351529,300,100,1), - (3109,1622,0,-3872,-2420,26.106,6.176,0,0,0.0535669,-0.998564,300,100,1), - (3111,1622,0,516.585,-197,151.021,2.449,0,0,0.940636,0.339416,300,100,1), - (3112,1622,0,715.695,-305,140.422,3.596,0,0,0.9743,-0.225254,300,100,1), - (3113,1622,0,-4907,-3974,298.028,1.567,0,0,0.705763,0.708448,300,100,1), - (3114,1622,0,-4897,-3937,298.983,6.098,0,0,0.0924604,-0.995716,300,100,1), - (3115,1622,0,-9149,-2371,98.97,0.009,0,0,0.00449998,0.99999,300,100,1), - (3116,1622,0,-9171,-2435,108.701,5.664,0,0,0.304671,-0.952458,300,100,1), - (3117,1622,0,-9121,-2418,116.386,0.358,0,0,0.178046,0.984022,300,100,1), - (3118,1622,1,2821.68,301.546,92.671,3.169,0,0,0.999906,-0.0137032,300,100,1), - (3119,1622,1,1827.92,-2445,85.9608,2.294,0,0,0.911534,0.411224,300,100,1), - (3120,1622,0,-11091,-947,65.342,-1,0,0,-0.479426,0.877583,300,100,1), - (3121,1622,0,-263,1530.81,76.846,0.341,0,0,0.169675,0.9855,300,100,1), - (3122,1622,0,-2849,-2000,23.047,6.184,0,0,0.0495723,-0.998771,300,100,1), - (3123,1622,1,-353,841.371,90.304,5.451,0,0,0.404189,-0.914675,300,100,1), - (3124,1622,1,-279,728.75,89.865,0.884,0,0,0.427748,0.903898,300,100,1), - (3125,1622,1,-321,842.871,90.986,2.922,0,0,0.993978,0.109576,300,100,1), - (3126,1622,1,-1174,1337.28,72.853,4.532,0,0,0.767923,-0.640542,300,100,1), - (3127,1622,0,-747,-1980,34.14,3.951,0,0,0.919219,-0.393746,300,100,1), - (3128,1622,0,-11085,-93,17.361,0.835,0,0,0.405476,0.914105,300,100,1), - (3129,1622,0,-255,-1524,101.242,1.016,0,0,0.486431,0.873719,300,100,1), - (3130,1622,1,-5381,-2890,-57,-2,0,0,-0.841471,0.540302,300,100,1), - (3131,1622,1,119.512,-362,3.196,1.067,0,0,0.50855,0.861032,300,100,1), - (3132,1622,1,140.021,-361,4.25,0.513,0,0,0.253697,0.967284,300,100,1), - (3133,1622,1,2767.41,280.155,61.689,6.228,0,0,0.0275891,-0.999619,300,100,1), - (3134,1622,1,1103.85,-3521,74.857,3.036,0,0,0.998607,0.0527718,300,100,1), - (3135,1622,1,1173.83,-3512,109.019,0.055,0,0,0.0274965,0.999622,300,100,1), - (3136,1622,1,1393.44,70.542,14.923,5.909,0,0,0.186003,-0.982549,300,100,1), - (3137,1622,1,7437.04,-1097.8,39.3206,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (3138,1622,1,2786.12,286.809,76.6258,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (3139,1622,1,75.866,-789,-14,3.743,0,0,0.955128,-0.296192,300,100,1), - (3140,1622,1,132.942,-609,2.318,6.181,0,0,0.0510703,-0.998695,300,100,1), - (3141,1622,1,1936.85,-1368,95.131,6.217,0,0,0.0330866,-0.999452,300,100,1), - (3142,1622,1,1886.34,-1365,96.871,3.209,0,0,0.999432,-0.0336973,300,100,1), - (3143,1622,1,-2146,-2807,93.275,4.167,0,0,0.871422,-0.490535,300,100,1), - (3144,1622,0,-2859.65,-1473.97,10.1537,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (3145,1622,0,-9992,816.671,32.176,3.032,0,0,0.998499,0.0547689,300,100,1), - (3146,1622,1,-5554,-3525,-56,5.477,0,0,0.392265,-0.919852,300,100,1), - (3147,1622,0,-164,909.807,65.574,3.463,0,0,0.987115,-0.160013,300,100,1), - (3148,1622,1,5601.84,239.504,32,4.701,0,0,0.711122,-0.703069,300,100,1), - (3149,1622,0,-1736,-1504,55.579,1.603,0,0,0.7184,0.69563,300,100,1), - (3150,1622,0,-1727,-1785,80.94,0.321,0,0,0.159812,0.987148,300,100,1), - (3151,1622,0,-1570,-1632,69.331,5.85,0,0,0.214903,-0.976635,300,100,1), - (3152,1622,0,-10991.1,-1332.72,51.7065,2.983,0,0,0.996858,0.0792132,300,100,1), - (3153,1622,0,-10656,1766.8,37.12,1.899,0,0,0.813125,0.58209,300,100,1), - (3154,1622,0,-10629,1766.8,35.904,1.922,0,0,0.819765,0.572701,300,100,1), - (3155,1622,0,-761,206.21,56.049,0.431,0,0,0.213836,0.97687,300,100,1), - (3156,1622,1,-1643.23,1908.38,62.383,1.047,0,0,0.499914,0.866075,300,100,1), - (3157,1622,1,632.337,-1558,92.28,0.77,0,0,0.375559,0.926798,300,100,1), - (3158,1622,0,-4975,-3767,321.29,6.169,0,0,0.0570616,-0.998371,300,100,1), - (3159,1622,1,2753.91,233.938,64.1073,0.086,0,0,0.0429868,0.999076,300,100,1), - (3160,1622,0,-4978,-3909,304.521,6.161,0,0,0.0610548,-0.998134,300,100,1), - (3161,1622,0,-3902,-3138,13.168,4.821,0,0,0.667683,-0.744445,300,100,1), - (3162,1622,0,-5643,-4245,389.792,3.825,0,0,0.942185,-0.335093,300,100,1), - (3163,1622,0,-473.978,150.956,56.5886,6.192,0,0,0.0455769,-0.998961,300,100,1), - (3164,1622,0,-973,-1169,71.125,3.663,0,0,0.966209,-0.257761,300,100,1), - (3165,1622,0,-2845.5,-2193.88,30.3731,3.01941,0,0,0.998134,0.0610534,300,255,1), - (3166,1622,0,-11203,711.439,42.181,-2,0,0,-0.841471,0.540302,300,100,1), - (3167,1622,1,-4635,-1343,-31,2.339,0,0,0.920555,0.390612,300,100,1), - (3168,1622,0,-10786,952.801,38.888,1.656,0,0,0.73658,0.67635,300,100,1), - (3169,1622,0,-10761,903.464,35.294,4.739,0,0,0.697636,-0.716452,300,100,1), - (3170,1622,1,1303.84,-152,1.038,3.408,0,0,0.991141,-0.13281,300,100,1), - (3171,1622,0,-507,157.87,53.494,1.291,0,0,0.601598,0.798799,300,100,1), - (3172,1622,1,1442.08,242.106,14.675,0.738,0,0,0.360683,0.932688,300,100,1), - (3173,1622,1,-5548.45,-1953.49,-58.7428,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (3174,1622,0,-4898,-3807,306.383,1.578,0,0,0.709649,0.704555,300,100,1), - (3175,1622,0,-4904,-3800,310.987,1.912,0,0,0.816891,0.576792,300,100,1), - (3176,1622,0,420.733,247.508,44.5997,1.279,0,0,0.596794,0.802394,300,100,1), - (3177,1622,1,1509.88,-386,27.279,4.475,0,0,0.785864,-0.618399,300,100,1), - (3178,1622,1,1436.84,-272,10.158,6.042,0,0,0.120301,-0.992738,300,100,1), - (3179,1622,1,1539.79,-280,39.671,5.842,0,0,0.218808,-0.975768,300,100,1), - (3180,1622,0,-11015,-1342,51.829,5.94,0,0,0.170752,-0.985314,300,100,1), - (3181,1622,0,-10930,-937,72.125,0,0,0,0,1,300,100,1), - (3182,1622,0,-9127,-2630,113.754,4.175,0,0,0.869452,-0.494017,300,100,1), - (3183,1622,0,-10815,-512,41.136,2.661,0,0,0.971268,0.23799,300,100,1), - (3184,1622,0,-11082.8,1543.46,44.3462,4.97,0,0,0.610422,-0.792077,300,100,1), - (3185,1622,1,5607.98,181.207,28.587,5.376,0,0,0.438198,-0.898879,300,100,1), - (3186,1622,1,5614.75,77.483,29.068,4.489,0,0,0.781516,-0.623885,300,100,1), - (3187,1622,0,-11290.2,1463.76,89.0149,3.655,0,0,0.967232,-0.253894,300,100,1), - (3188,1622,1,4597.48,527.789,34.113,6.012,0,0,0.135178,-0.990821,300,100,1), - (3189,1622,1,4686.09,637.499,25.584,1.194,0,0,0.562164,0.827026,300,100,1), - (3190,1622,1,2898.35,-3049,204.883,6.099,0,0,0.0919625,-0.995762,300,100,1), - (3191,1622,1,-103,-478,-37,0.203,0,0,0.101326,0.994853,300,100,1), - (3192,1622,1,6712.6,-194,35.37,1.047,0,0,0.499914,0.866075,300,100,1), - (3193,1622,1,-5145,-1402,-48,5.249,0,0,0.494355,-0.86926,300,100,1), - (3194,1622,0,-789,181.793,61.912,3.262,0,0,0.998188,-0.0601674,300,100,1), - (3195,1622,1,-4900,-1122,-48,4.617,0,0,0.740015,-0.67259,300,100,1), - (3196,1622,1,-890,1797.41,65.978,5.678,0,0,0.297996,-0.954567,300,100,1), - (3197,1622,1,-885,1774.25,62.511,1.355,0,0,0.626847,0.779142,300,100,1), - (3198,1622,1,-932,1761.42,63.965,4.807,0,0,0.672878,-0.739753,300,100,1), - (3200,1622,0,-181,14.259,89.023,1.972,0,0,0.833825,0.55203,300,100,1), - (3201,1622,1,-3858,-1540,111.264,4.226,0,0,0.856574,-0.516025,300,100,1), - (3202,1622,0,-10132,1087.82,36.284,2.943,0,0,0.995074,0.0991332,300,100,1), - (3203,1622,1,-1908.22,2049.17,63.7565,2.3911,0,0,0.930417,0.366502,300,255,1), - (3204,1622,1,-6671,-3806,-53,2.74,0,0,0.979908,0.19945,300,100,1), - (3205,1622,0,-441,121.241,56.84,4.13,0,0,0.880347,-0.474331,300,100,1), - (3206,1622,0,-465,147.198,57.135,6.192,0,0,0.0455769,-0.998961,300,100,1), - (3207,1622,0,-447,124.683,57.121,4.13,0,0,0.880347,-0.474331,300,100,1), - (3208,1622,0,-460,82.151,56.977,5.701,0,0,0.286999,-0.957931,300,100,1), - (3209,1622,0,-586,-334,50.253,3.977,0,0,0.914023,-0.405663,300,100,1), - (3210,1622,0,-450,-201,56.215,5.638,0,0,0.317027,-0.948417,300,100,1), - (3211,1622,1,1903.63,-2421,89.9324,0.464,0,0,0.229924,0.973208,300,100,1), - (3212,1622,1,891.561,1511.74,-4,1.326,0,0,0.615484,0.788149,300,100,1), - (3213,1622,0,-11235,1928.76,32.749,2.94,0,0,0.994924,0.100626,300,100,1), - (3214,1622,0,-11429,1945.38,15.576,5.481,0,0,0.390425,-0.920635,300,100,1), - (3215,1622,0,-10407.1,950.457,38.3258,-1.13446,0,0,-0.537298,0.843393,300,100,1), - (3216,1622,0,-9396,-3336,88.037,-2,0,0,-0.841471,0.540302,300,100,1), - (3217,1622,1,54.344,-848,-1,4.834,0,0,0.66283,-0.74877,300,100,1), - (3218,2061,1,-3374.3,-2819.65,33.2381,-3.14159,-0.043613,0.017436,0.998896,0.000761,900,100,1), - (3219,1622,0,-1644.15,-1942.34,68.8069,5.19,0,0,0.519779,-0.854301,300,100,1), - (3220,1622,0,-3655,-1409,18.376,4.023,0,0,0.904452,-0.426576,300,100,1), - (3221,1622,1,-1145,2931.41,145.771,0,0,0,0,1,300,100,1), - (3222,1622,0,-4967,-3779,323.319,0.133,0,0,0.066451,0.99779,300,100,1), - (3223,1622,1,-651.835,-2012.49,61.4656,1.93731,0,0,0.824125,0.566409,300,255,1), - (3224,1622,1,2250.47,-1163,86.945,3.299,0,0,0.996904,-0.0786225,300,100,1), - (3225,1622,0,-9322,-3008,129.339,2.25,0,0,0.902268,0.431177,300,100,1), - (3226,1622,1,-3864,-1822,91.667,2.886,0,0,0.991845,0.127449,300,100,1), - (3227,1622,0,188.553,-1008,73.928,5.147,0,0,0.538025,-0.842929,300,100,1), - (3228,1622,0,282.183,-1076,78.315,5.54,0,0,0.3631,-0.93175,300,100,1), - (3229,1622,0,-45,850.166,66.727,1.758,0,0,0.770101,0.637922,300,100,1), - (3230,1622,0,-722,-765,17.954,3.671,0,0,0.96517,-0.261623,300,100,1), - (3231,1622,0,-2583,-1799,12.014,0.333,0,0,0.165732,0.986171,300,100,1), - (3232,1622,0,-760,-965,38.123,5.913,0,0,0.184038,-0.982919,300,100,1), - (3233,1622,0,-704,-978,46.397,2.874,0,0,0.991063,0.133397,300,100,1), - (3234,1622,0,-817,-1159,52.599,3.816,0,0,0.943684,-0.33085,300,100,1), - (3235,1622,0,-801,-1159,57.125,4.947,0,0,0.61949,-0.785005,300,100,1), - (3236,1622,0,-795,-1122,50.254,6.251,0,0,0.016092,-0.999871,300,100,1), - (3237,1622,0,-815,-1121,47.869,5.811,0,0,0.233906,-0.972259,300,100,1), - (3238,1622,0,7.357,751.322,63.675,3.196,0,0,0.99963,-0.0272004,300,100,1), - (3239,1622,0,-11141,129.167,30.09,3.454,0,0,0.987825,-0.155569,300,100,1), - (3240,1622,0,-10950,1559.4,46.977,0.474,0,0,0.234788,0.972047,300,100,1), - (3241,1622,0,-10763,-1353,38.222,4.711,0,0,0.707598,-0.706616,300,100,1), - (3242,1622,0,-2642,-2343,80.702,1.484,0,0,0.675763,0.737119,300,100,1), - (3243,1622,1,4542.91,573.643,2.904,-2,0,0,-0.841471,0.540302,300,100,1), - (3244,1622,0,-9603.1,-2377.98,61.0354,-2.37364,0,0,-0.927182,0.37461,300,100,1), - (3245,1622,1,-2285,-2090,96.609,1.104,0,0,0.524391,0.851477,300,100,1), - (3246,1622,0,-3517,-1753,25.275,1.366,0,0,0.631123,0.775683,300,100,1), - (3247,1622,0,-3571,-1867,29.949,3.188,0,0,0.999731,-0.0232016,300,100,1), - (3248,1622,0,-10661,1147.29,33.688,3.863,0,0,0.935649,-0.352933,300,100,1), - (3249,1622,1,932.488,1515.55,-8,5.699,0,0,0.287957,-0.957643,300,100,1), - (3250,1622,1,1294.64,1492.5,101.806,2.451,0,0,0.940975,0.338476,300,100,1), - (3251,1622,1,-1390,2588.23,112.003,4.88,0,0,0.645435,-0.763815,300,100,1), - (3252,1622,1,-5113,-2291,-53,2.92,0,0,0.993868,0.11057,300,100,1), - (3253,1622,0,-10705,1507.03,47.505,2.976,0,0,0.996574,0.0827017,300,100,1), - (3254,1622,0,-10229,-204,42.967,4.11,0,0,0.885046,-0.465504,300,100,1), - (3255,1622,0,-10350,-115,50.479,4.091,0,0,0.889428,-0.457075,300,100,1), - (3256,1622,0,-10577,-59,36.987,0.191,0,0,0.0953549,0.995443,300,100,1), - (3257,1622,1,2469.96,-1661,149.331,1.065,0,0,0.507689,0.861541,300,100,1), - (3258,1622,1,3378.1,-466,154.218,6.205,0,0,0.0390827,-0.999236,300,100,1), - (3259,1622,1,3212.49,-106,106.068,1.41,0,0,0.648034,0.761612,300,100,1), - (3260,1622,1,-2038,-3662,24.89,2.993,0,0,0.997241,0.074228,300,100,1), - (3261,1622,1,-1884,-2734,93.432,1.496,0,0,0.680174,0.733051,300,100,1), - (3262,1622,1,-2031,-3452,69.02,3.955,0,0,0.91843,-0.395584,300,100,1), - (3263,1622,0,-10252,-701,47.269,-3,0,0,-0.997495,0.0707372,300,100,1), - (3264,1622,0,97.201,-981,61.143,5.069,0,0,0.570482,-0.82131,300,100,1), - (3265,1622,0,-10663,1795.29,35.998,5.422,0,0,0.417409,-0.908719,300,100,1), - (3266,1622,0,-10637,1799.33,32.961,5.296,0,0,0.473793,-0.880636,300,100,1), - (3267,1622,0,-5051,-3887,317.515,4.791,0,0,0.678775,-0.734347,300,100,1), - (3268,1622,0,-5016,-3983,303.837,0.864,0,0,0.418688,0.90813,300,100,1), - (3269,1622,0,-9576,-2136,72.826,0.857,0,0,0.415507,0.90959,300,100,1), - (3270,1622,1,-3046,-1761,99.658,1.814,0,0,0.787659,0.616112,300,100,1), - (3271,1622,1,-3050,-1743,107.368,1.701,0,0,0.75161,0.659607,300,100,1), - (3272,1622,1,-3035,-1808,98.029,1.414,0,0,0.649556,0.760314,300,100,1), - (3273,1622,0,-265.137,211.242,99.8042,1.27409,0,0,0.594823,0.803857,300,255,1), - (3274,1622,1,-2996,-1991,91.702,2.698,0,0,0.975504,0.219982,300,100,1), - (3275,1622,1,303.215,-2170,213.446,0.664,0,0,0.325934,0.945392,300,100,1), - (3276,1622,1,279.166,-2148,190.007,0.789,0,0,0.384347,0.923189,300,100,1), - (3277,1622,0,-3562,-1819,26.293,2.815,0,0,0.986697,0.162572,300,100,1), - (3278,1622,0,-2853,-2192,29.451,5.481,0,0,0.390425,-0.920635,300,100,1), - (3279,1622,0,-2866,-2237,29.444,5.367,0,0,0.442238,-0.896898,300,100,1), - (3280,1622,0,-769,-2003,34.376,0.307,0,0,0.152898,0.988242,300,100,1), - (3281,1622,0,-9575,-2834,75.697,1.253,0,0,0.586313,0.810085,300,100,1), - (3282,1622,0,-9601,-3119,56.101,0.095,0,0,0.0474821,0.998872,300,100,1), - (3283,1622,0,-9633,-3232,49.022,1.367,0,0,0.631511,0.775367,300,100,1), - (3284,1622,0,-9784,-3110,61.378,1.559,0,0,0.702924,0.711265,300,100,1), - (3285,1622,0,-9603,-3191,59.496,0.778,0,0,0.379263,0.925289,300,100,1), - (3286,1622,0,-9793,-3148,68.895,0.852,0,0,0.413232,0.910626,300,100,1), - (3287,1622,0,-9607,-2825,76.96,0.248,0,0,0.123682,0.992322,300,100,1), - (3288,1622,0,-9612,-2873,66.532,6.044,0,0,0.119308,-0.992857,300,100,1), - (3289,1622,0,-455,-1384,54.608,4.802,0,0,0.674725,-0.738069,300,100,1), - (3290,1622,0,-810,-769,10.721,3.529,0,0,0.981298,-0.192495,300,100,1), - (3291,1622,0,-10680.6,-715.178,50.4884,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (3292,1622,0,-239,-1462,103.507,6.094,0,0,0.0944517,-0.995529,300,100,1), - (3293,1622,1,1711.45,-3024,133.591,0.382,0,0,0.189841,0.981815,300,100,1), - (3294,1622,1,1617.65,-2971,181.102,0.802,0,0,0.390339,0.920671,300,100,1), - (3295,1622,1,1584.57,-2861,184.737,4.454,0,0,0.792314,-0.610113,300,100,1), - (3296,1622,1,1593.34,-2911,182.441,0.126,0,0,0.0629583,0.998016,300,100,1), - (3297,1622,1,1837.03,-2644,95.38,3.9,0,0,0.92896,-0.370181,300,100,1), - (3298,1622,1,2087.19,-2682,104.528,2.149,0,0,0.879352,0.476172,300,100,1), - (3299,1622,1,1684.62,-1847,110.363,0.009,0,0,0.00449998,0.99999,300,100,1), - (3300,1622,1,1873.6,-2242,120.965,6.001,0,0,0.140625,-0.990063,300,100,1), - (3301,1622,1,1673.26,-1613,109.69,4.583,0,0,0.751341,-0.659914,300,100,1), - (3302,1622,1,2580.74,-270,118.659,3.193,0,0,0.99967,-0.0257009,300,100,1), - (3303,1622,1,622.613,-1273,92.385,0.899,0,0,0.434515,0.900664,300,100,1), - (3304,1622,1,7388.34,-871,14.76,2.282,0,0,0.909051,0.416686,300,100,1), - (3305,1622,1,877.847,1891.63,19.698,5.118,0,0,0.550191,-0.835039,300,100,1), - (3306,1622,0,-10271,1364.58,41.409,2.327,0,0,0.918195,0.396128,300,100,1), - (3307,1622,1,-5195,-2678,-50,6.007,0,0,0.137654,-0.99048,300,100,1), - (3308,1622,0,156.419,1509.1,114.688,3.107,0,0,0.99985,0.0172954,300,100,1), - (3309,1622,0,-10966.5,-40.5213,14.6955,3.07178,0,0,0.999391,0.0348993,300,100,1), - (3310,1622,1,108.871,-520,2.795,1.098,0,0,0.521834,0.853047,300,100,1), - (3311,1622,0,-3867,-3144,19.397,6.113,0,0,0.08499,-0.996382,300,100,1), - (3312,21066,1,-3795.56,-4403.87,11.1222,2.31256,0,0,0.915312,0.402747,900,100,1), - (3313,1622,0,-10959,-957,71.013,2.944,0,0,0.995124,0.0986357,300,100,1), - (3314,1622,0,-10288,70.208,38.877,2.897,0,0,0.992531,0.121992,300,100,1), - (3315,1622,0,-452,84.797,54.546,5.701,0,0,0.286999,-0.957931,300,100,1), - (3316,1622,0,-10786,-1349,38.157,2.861,0,0,0.990175,0.139837,300,100,1), - (3317,1622,0,-10809,-1389,44.145,4.252,0,0,0.849793,-0.527116,300,100,1), - (3318,1622,1,242.933,324.419,52.76,2.084,0,0,0.863415,0.504494,300,100,1), - (3319,1622,0,-4834,-3873,304.011,1.457,0,0,0.665751,0.746174,300,100,1), - (3320,1622,1,-49,971.159,91.631,4.94,0,0,0.622234,-0.782832,300,100,1), - (3321,1622,1,274.464,331.06,44.066,0.226,0,0,0.11276,0.993622,300,100,1), - (3322,1622,0,-5131,-4138,326.534,6.009,0,0,0.136664,-0.990618,300,100,1), - (3323,1622,0,-3755,-3166,28.8821,4.593,0,0,0.748033,-0.663662,300,100,1), - (3324,1622,0,-3978,-889,8.013,5.399,0,0,0.427832,-0.903858,300,100,1), - (3325,1622,0,-3145,-3276,65.713,0.977,0,0,0.469302,0.883038,300,100,1), - (3326,1622,0,-9934,887.517,35.982,5.291,0,0,0.475993,-0.879449,300,100,1), - (3327,1622,0,-3116,-3222,65.79,1.04,0,0,0.49688,0.867819,300,100,1), - (3328,1622,1,-844,-2076,91.503,0.322,0,0,0.160305,0.987067,300,100,1), - (3329,1622,1,1150.75,-3615,68.882,1.626,0,0,0.726352,0.687322,300,100,1), - (3330,1622,0,-480,397.109,101.929,1.389,0,0,0.640001,0.768374,300,100,1), - (3331,1622,0,-10422,1922,6.679,4.942,0,0,0.62145,-0.783453,300,100,1), - (3332,1622,0,674.578,-981,165.495,3.537,0,0,0.98052,-0.196418,300,100,1), - (3333,1622,0,-2938,-2680,15.181,1.338,0,0,0.620202,0.784442,300,100,1), - (3334,1622,0,-9721,-2395,70.454,4.216,0,0,0.859143,-0.511736,300,100,1), - (3335,1622,0,-870,-251,45.8569,1.295,0,0,0.603194,0.797594,300,100,1), - (3336,1622,0,-10337.2,359.451,59.4742,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (3337,1622,1,1833.71,-2317,131.265,3.089,0,0,0.999654,0.0262933,300,100,1), - (3338,1622,0,-5131,-3950,322.621,5.82,0,0,0.229528,-0.973302,300,100,1), - (3339,1622,0,-5133,-3912,324.421,6.024,0,0,0.12923,-0.991615,300,100,1), - (3340,1622,1,2950.74,-50,102.707,-2,0,0,-0.841471,0.540302,300,100,1), - (3341,1622,0,-8665,-2328,156.202,1.289,0,0,0.600799,0.7994,300,100,1), - (3342,1622,1,-2158,-3654,78.704,1.571,0,0,0.707179,0.707035,300,100,1), - (3343,1622,0,-11126,-62,34.093,0.279,0,0,0.139048,0.990286,300,100,1), - (3344,1622,0,-11193,918.808,50.505,0.949,0,0,0.456894,0.889521,300,100,1), - (3345,1622,0,-9514,-3375,93.683,0,0,0,0,1,300,100,1), - (3346,1622,0,-11032,211.834,27.297,5.332,0,0,0.457866,-0.889021,300,100,1), - (3347,1622,1,-5377,-2847,-53,2.885,0,0,0.991781,0.127945,300,100,1), - (3348,1622,1,-5550,-3017,-45,1.365,0,0,0.630735,0.775998,300,100,1), - (3349,1622,0,-8763,-2421,163.959,5.703,0,0,0.286041,-0.958217,300,100,1), - (3350,1622,1,603.167,-1228,93.694,2.627,0,0,0.967082,0.254467,300,100,1), - (3351,1622,1,862.787,-1311,92.38,5.765,0,0,0.256204,-0.966623,300,100,1), - (3352,1622,1,805.023,-1227,102.057,3.452,0,0,0.98798,-0.154581,300,100,1), - (3353,1622,0,-9631,-2821,63.916,3.389,0,0,0.992358,-0.123388,300,100,1), - (3354,1622,0,-9689,-2843,51.705,6.012,0,0,0.135178,-0.990821,300,100,1), - (3355,1622,0,-9608,-2782,63.92,5.785,0,0,0.246525,-0.969136,300,100,1), - (3356,1622,0,-9667,-3137,50.798,0.106,0,0,0.0529752,0.998596,300,100,1), - (3357,1622,0,-9664,-2903,50.345,0.311,0,0,0.154874,0.987934,300,100,1), - (3358,1622,0,-9749,-2996,81.434,4.599,0,0,0.746038,-0.665903,300,100,1), - (3359,1622,0,-9776,-2949,86.495,4.045,0,0,0.899705,-0.436499,300,100,1), - (3360,1622,0,-9724,-2908,57.968,2.447,0,0,0.940296,0.340357,300,100,1), - (3361,1622,1,-820,-1948,96.953,-3,0,0,-0.997495,0.0707372,300,100,1), - (3362,1622,0,774.72,-359,146.052,4.99,0,0,0.60247,-0.798141,300,100,1), - (3363,1622,1,-239,657.042,107.489,2.977,0,0,0.996616,0.0822035,300,100,1), - (3364,1622,1,-98,699.031,114.345,4.182,0,0,0.867718,-0.497057,300,100,1), - (3365,1622,1,2924.85,-3426,131.624,1.453,0,0,0.664257,0.747504,300,100,1), - (3366,1622,0,-11039,-1311,53.387,2.488,0,0,0.947076,0.321011,300,100,1), - (3367,1622,0,-10717,-148,32.076,0.686,0,0,0.336314,0.94175,300,100,1), - (3368,1622,1,498.44,-1089,103.209,1.744,0,0,0.765617,0.643297,300,100,1), - (3369,1622,0,-10722,-115,35.037,4.825,0,0,0.666193,-0.745779,300,100,1), - (3370,1622,1,3848.68,-147,2.988,1.276,0,0,0.59559,0.803289,300,100,1), - (3371,1622,1,3476.04,-105,3.024,3.774,0,0,0.950423,-0.310961,300,100,1), - (3372,1622,1,3545.25,442.698,3.686,1.975,0,0,0.834652,0.550778,300,100,1), - (3373,1622,0,-472,354.404,99.227,0.136,0,0,0.0679476,0.997689,300,100,1), - (3374,1622,0,-9376,-3181,86.132,1.312,0,0,0.609952,0.792438,300,100,1), - (3375,1622,1,-3189,-1653,92.343,2.27,0,0,0.906534,0.422132,300,100,1), - (3376,1622,1,-3131,-1671,92.812,1.948,0,0,0.82714,0.561996,300,100,1), - (3377,1622,0,-10524.1,1007.91,56.1392,-0.541051,0,0,-0.267238,0.963631,300,255,1), - (3378,1622,0,-10476.5,-771.538,59.4434,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (3379,1622,0,-9301,-3349,104.284,5.486,0,0,0.388122,-0.921608,300,100,1), - (3380,1622,0,-9310,-3313,102.09,0.204,0,0,0.101823,0.994803,300,100,1), - (3381,1622,0,-9219,-3201,106.189,0.837,0,0,0.40639,0.9137,300,100,1), - (3382,1622,0,-9244,-3405,105.978,-3,0,0,-0.997495,0.0707372,300,100,1), - (3383,1622,0,-788,516.078,95.59,1.507,0,0,0.684195,0.729299,300,100,1), - (3384,1622,0,-221,-25,72.067,2.819,0,0,0.98702,0.160598,300,100,1), - (3385,1622,0,-310,261.426,99.166,0.541,0,0,0.267213,0.963637,300,100,1), - (3386,1622,0,-429,283.008,93.831,0.026,0,0,0.0129996,0.999915,300,100,1), - (3387,1622,0,-635,534.77,105.75,3.84,0,0,0.939645,-0.34215,300,100,1), - (3388,1622,0,-764,502.147,90.452,2.207,0,0,0.892789,0.450474,300,100,1), - (3389,1622,0,-747,533.663,94.418,0.203,0,0,0.101326,0.994853,300,100,1), - (3390,1622,0,-702,630.579,100.129,1.64,0,0,0.731146,0.682221,300,100,1), - (3391,1622,0,-903,303.582,38.813,2.336,0,0,0.919968,0.391992,300,100,1), - (3392,1622,0,-9755,954.643,31.845,1.007,0,0,0.482494,0.875899,300,100,1), - (3393,1622,1,-891.849,1348.07,68.7417,-0.802851,0,0,-0.390731,0.920505,300,100,1), - (3394,1622,1,1568.48,-3368,143.117,4.171,0,0,0.870439,-0.492277,300,100,1), - (3395,1622,1,1702.13,-3171,99.016,4.23,0,0,0.85554,-0.517737,300,100,1), - (3396,1622,0,-41,-1264,76.972,4.299,0,0,0.837172,-0.546939,300,100,1), - (3397,1622,0,-2722,-2103,48.82,0.278,0,0,0.138553,0.990355,300,100,1), - (3398,1622,0,-2774,-2169,38.487,5.94,0,0,0.170752,-0.985314,300,100,1), - (3399,1622,1,918.986,1677.39,-16,0.17,0,0,0.0848977,0.99639,300,100,1), - (3400,1622,0,-10838,-1316,54.007,3.011,0,0,0.997869,0.06525,300,100,1), - (3401,1622,0,-3746,-933,6.376,-1,0,0,-0.479426,0.877583,300,100,1), - (3402,1622,0,-3375,-1643,13.615,3.359,0,0,0.994098,-0.10849,300,100,1), - (3403,1622,0,-906,-133,30.0411,3.215,0,0,0.999327,-0.0366954,300,100,1), - (3404,1622,0,-808,-117,34.7403,2.332,0,0,0.919183,0.393832,300,100,1), - (3405,1622,0,-238,1524.49,77.462,0.015,0,0,0.00749993,0.999972,300,100,1), - (3406,1622,1,-1436,-3284,208.115,0.012,0,0,0.00599996,0.999982,300,100,1), - (3407,1622,0,-415,-204,56.889,4.853,0,0,0.655687,-0.755033,300,100,1), - (3408,1622,0,-3380,-1883,34.244,1.656,0,0,0.73658,0.67635,300,100,1), - (3409,1622,1,-1298,-1798,91.774,1.469,0,0,0.670216,0.742166,300,100,1), - (3410,1622,1,-1435,-1566,98.631,0.892,0,0,0.43136,0.90218,300,100,1), - (3411,1622,0,-5209,-4134,330.111,6.036,0,0,0.123278,-0.992372,300,100,1), - (3412,1622,1,1024.05,-189,13.103,0.513,0,0,0.253697,0.967284,300,100,1), - (3413,1622,1,1058.36,-340,-9,0.065,0,0,0.0324943,0.999472,300,100,1), - (3414,1622,0,-8825,-2601,142.117,-2,0,0,-0.841471,0.540302,300,100,1), - (3415,1622,1,7.24,-710,-19,6.205,0,0,0.0390827,-0.999236,300,100,1), - (3416,1622,0,-5698,-4233,387.391,3.503,0,0,0.983717,-0.179722,300,100,1), - (3417,21067,1,-3795.58,-4403.87,10.5699,2.31256,0,0,0.915312,0.402747,900,100,1), - (3418,1622,0,-225,-607,66.2,5.63,0,0,0.320818,-0.947141,300,100,1), - (3419,1622,0,-9801,1508.53,42.485,4.852,0,0,0.656065,-0.754705,300,100,1), - (3420,1622,0,-205,-3,74.778,5.12,0,0,0.549356,-0.835589,300,100,1), - (3421,1622,0,-10049,1506.91,46.277,5.806,0,0,0.236335,-0.971672,300,100,1), - (3422,1622,0,-9783,1507.84,42.32,2.118,0,0,0.871866,0.489744,300,100,1), - (3423,1622,0,-9819,1598.62,37.663,5.547,0,0,0.359837,-0.933015,300,100,1), - (3424,1622,0,-9911,1336.12,44.112,3.854,0,0,0.937227,-0.348719,300,100,1), - (3425,1622,1,5.721,-471,-34,-1,0,0,-0.479426,0.877583,300,100,1), - (3426,1622,0,-10783.4,912.195,34.0927,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (3427,1622,1,5831.89,167.255,33.022,-1,0,0,-0.479426,0.877583,300,100,1), - (3428,1622,1,917.237,1645.03,-8.82564,-0.034906,0,0,-0.0174521,0.999848,300,100,1), - (3429,1622,1,2640.77,1584.46,266.798,0.987,0,0,0.473711,0.88068,300,100,1), - (3430,1622,1,-1384,2587.34,111.556,4.88,0,0,0.645435,-0.763815,300,100,1), - (3431,1622,1,-1382,2554.18,108.339,4.966,0,0,0.612004,-0.790854,300,100,1), - (3432,1622,1,-1349,2572.92,111.556,0.018,0,0,0.00899988,0.99996,300,100,1), - (3433,1622,0,-9568,-2833,78.487,2.796,0,0,0.985108,0.171938,300,100,1), - (3434,1622,0,-9548,-2840,83.233,3.024,0,0,0.998272,0.0587625,300,100,1), - (3435,1622,0,776.014,-380,145.328,1.625,0,0,0.726009,0.687686,300,100,1), - (3436,1622,0,-11128,-680,58.438,0.313,0,0,0.155862,0.987779,300,100,1), - (3437,1622,1,1581.49,-137,29.382,3.172,0,0,0.999884,-0.0152031,300,100,1), - (3438,1622,0,-11142,-645,55.709,0.737,0,0,0.360217,0.932869,300,100,1), - (3439,1622,0,-9834,1284.55,40.449,-3,0,0,-0.997495,0.0707372,300,100,1), - (3440,1622,1,1366,-318,17.5,0.4,0,0,0.198669,0.980067,300,100,1), - (3441,171681,0,-4714.41,-876.435,501.958,0.034906,0,0,0.017452,0.999848,900,100,1), - (3442,1622,0,-10159.6,-222.688,35.8946,2.72,0,0,0.977865,0.209239,300,100,1), - (3443,1622,1,1585.75,-165,39.669,2.901,0,0,0.992773,0.120006,300,100,1), - (3444,1622,1,1688.85,726.435,143.788,4.433,0,0,0.798676,-0.601761,300,100,1), - (3445,1622,1,1718.45,829.333,129.606,1.645,0,0,0.732849,0.680391,300,100,1), - (3446,1622,1,1772.65,680.005,159.474,5.701,0,0,0.286999,-0.957931,300,100,1), - (3447,1622,1,1521.8,761.07,136.746,2.285,0,0,0.909675,0.415322,300,100,1), - (3448,1622,1,1523.51,817.847,127.341,1.688,0,0,0.747307,0.664479,300,100,1), - (3449,1622,1,1601.62,586.173,171.551,4.94,0,0,0.622234,-0.782832,300,100,1), - (3450,1622,1,1584.85,521.362,177.756,2.085,0,0,0.863667,0.504063,300,100,1), - (3451,1622,1,-1416,-3665,92.602,0.876,0,0,0.424129,0.905602,300,100,1), - (3452,1622,1,-1298,-3526,138.158,3.998,0,0,0.909713,-0.415237,300,100,1), - (3453,1622,1,-1485,-3268,207.021,2.576,0,0,0.960279,0.279042,300,100,1), - (3454,1622,1,6716.04,-89,43.016,0.995,0,0,0.47723,0.878778,300,100,1), - (3455,1622,1,586.459,-3148,98.035,5.706,0,0,0.284603,-0.958645,300,100,1), - (3456,1622,0,-5081,-3870,323.188,0.586,0,0,0.288826,0.957382,300,100,1), - (3457,1622,0,-685,-484,35.75,2.025,0,0,0.848159,0.529742,300,100,1), - (3458,1622,1,-3150,-1944,99.584,1.187,0,0,0.559266,0.828988,300,100,1), - (3459,1622,0,-5318,-3896,343.824,1.442,0,0,0.660136,0.751146,300,100,1), - (3460,1622,1,55.901,-694,-18,1.422,0,0,0.652592,0.75771,300,100,1), - (3461,1622,1,67.943,-789,-14,4.799,0,0,0.675832,-0.737056,300,100,1), - (3462,1622,1,1300.03,828.361,203.158,1.92,0,0,0.819192,0.57352,300,100,1), - (3463,1622,0,-2561,-1787,12.918,6.18,0,0,0.0515699,-0.998669,300,100,1), - (3464,1622,1,-4145,-2218,50.183,5.812,0,0,0.233419,-0.972376,300,100,1), - (3465,1622,1,-4147,-2228,50.289,2.843,0,0,0.988876,0.148742,300,100,1), - (3466,1622,0,-10966,-921,69.447,0.175,0,0,0.0873884,0.996174,300,100,1), - (3467,1622,0,-10986,207.004,27.79,6.282,0,0,0.000592621,-1,300,100,1), - (3468,1622,0,-10962,207.632,28.177,0.038,0,0,0.0189989,0.99982,300,100,1), - (3469,1622,1,-2198,-3692,91.337,0,0,0,0,1,300,100,1), - (3470,1622,0,-1670,-1916,80.778,1.169,0,0,0.551782,0.833988,300,100,1), - (3471,1622,0,-10681,-139,30.698,2.759,0,0,0.981759,0.190132,300,100,1), - (3472,1622,0,-10690,-109,36.493,1.864,0,0,0.802814,0.59623,300,100,1), - (3473,1622,0,-9667,-2143,62.446,0.05,0,0,0.0249974,0.999687,300,100,1), - (3474,1622,0,-9657,-2112,60.337,1.263,0,0,0.590356,0.807143,300,100,1), - (3475,1622,0,-9512,-2041,85.323,0.631,0,0,0.310292,0.950641,300,100,1), - (3476,1622,0,-81,837.238,60.714,0.71,0,0,0.34759,0.937647,300,100,1), - (3477,1622,0,-37,766.354,64.49,0.863,0,0,0.418234,0.908339,300,100,1), - (3478,1622,1,-2055,-3203,96.4856,1.43,0,0,0.655617,0.755093,300,100,1), - (3479,1622,1,4596.51,575.173,1.236,2.635,0,0,0.968092,0.250596,300,100,1), - (3480,1622,0,-241.761,1474.43,54.0086,3.03684,0,0,0.998629,0.0523524,300,255,1), - (3481,1622,0,-3986,-3136,13.075,5.014,0,0,0.59285,-0.805313,300,100,1), - (3482,1622,0,-11337.2,1661.73,69.8576,4.35,0,0,0.822955,-0.568107,300,100,1), - (3483,1622,0,-2576,-2352,86.601,0.093,0,0,0.0464832,0.998919,300,100,1), - (3484,1622,0,-2628,-2373,91.786,0.223,0,0,0.111269,0.99379,300,100,1), - (3485,1622,0,-3558,-2447,54.2979,3.038,0,0,0.998659,0.0517731,300,100,1), - (3486,1622,1,-6633,-4029,-39.7215,2.468,0,0,0.943818,0.330465,300,100,1), - (3487,1622,0,-4335,-2644,98.988,2.229,0,0,0.897691,0.440626,300,100,1), - (3488,1622,0,-11001,278.67,27.333,5.064,0,0,0.572533,-0.819881,300,100,1), - (3489,1622,0,-4334,-2858,50.933,3.199,0,0,0.999588,-0.0286997,300,100,1), - (3490,1622,0,-4149,-2848,18.906,3.616,0,0,0.971999,-0.234985,300,100,1), - (3491,1622,1,738.116,1574.05,-23,5.566,0,0,0.350957,-0.936392,300,100,1), - (3492,1622,1,2831.35,-2966,165.781,0.589,0,0,0.290261,0.956947,300,100,1), - (3493,1622,0,-10424,996.851,34.5249,6.133,0,0,0.0750222,-0.997182,300,100,1), - (3494,1622,1,-3057,-1686,98.321,1.693,0,0,0.748966,0.662609,300,100,1), - (3495,1622,1,-3122,-1814,94.08,4.465,0,0,0.788947,-0.614462,300,100,1), - (3496,1622,1,-3145,-1807,94.681,5.262,0,0,0.488694,-0.872455,300,100,1), - (3497,1622,1,-3248,-1803,93.073,3.197,0,0,0.999616,-0.0277001,300,100,1), - (3498,1622,1,-3111,-1733,92.582,4.029,0,0,0.903168,-0.429287,300,100,1), - (3499,1622,0,-5302,-4170,335.619,4.827,0,0,0.665447,-0.746445,300,100,1), - (3500,1622,0,-11010,305.548,29.475,6.254,0,0,0.014592,-0.999894,300,100,1), - (3501,1622,1,-316.912,1806.01,133.114,5.616,0,0,0.32744,-0.944872,300,100,1), - (3502,1622,0,-3853,-2393,26.568,1.318,0,0,0.612327,0.790605,300,100,1), - (3503,1622,0,-3879,-2390,26.334,2.277,0,0,0.908006,0.418957,300,100,1), - (3504,1622,0,-1068,-1044,48.157,5.116,0,0,0.551025,-0.834488,300,100,1), - (3505,1622,1,-3047.77,-1973.38,99.2705,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (3506,1622,0,-11052,1468.05,43.202,0.524,0,0,0.259013,0.965874,300,100,1), - (3507,1622,1,-6355,-3365,-58,0.866,0,0,0.419596,0.907711,300,100,1), - (3508,1622,1,1833.41,-2641,95.743,3.9,0,0,0.92896,-0.370181,300,100,1), - (3509,1622,1,154.18,272.041,103.971,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (3510,1622,0,-9984,1327.06,42.898,0.607,0,0,0.298862,0.954296,300,100,1), - (3511,1622,1,2479.17,-1666,138.583,2.84,0,0,0.988652,0.150226,300,100,1), - (3512,1622,1,2377.75,1410.69,274.35,2.974,0,0,0.996491,0.0836983,300,100,1), - (3513,1622,0,-11003,-927,66.281,0.132,0,0,0.0659521,0.997823,300,100,1), - (3514,1622,0,-11062,-960,64.971,1.157,0,0,0.546769,0.837284,300,100,1), - (3515,1622,1,2726.56,212.083,77.6215,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (3516,1622,0,-3966,-933,24.511,5.179,0,0,0.52447,-0.851429,300,100,1), - (3517,1622,0,-5035,-3999,306.466,2.321,0,0,0.917003,0.398881,300,100,1), - (3518,1622,0,-4003,-3160,25.976,1.185,0,0,0.558437,0.829547,300,100,1), - (3519,1622,1,-4845,-1086,-51,5.795,0,0,0.241676,-0.970357,300,100,1), - (3520,1622,1,-4851,-1086,-53,5.842,0,0,0.218808,-0.975768,300,100,1), - (3521,1622,1,-4699,-1448,-50,1.353,0,0,0.626068,0.779769,300,100,1), - (3522,1622,0,-739,-112,47.113,5.198,0,0,0.516358,-0.856373,300,100,1), - (3523,1622,1,2818.36,-2901,168.474,1.771,0,0,0.774232,0.632902,300,100,1), - (3524,1622,1,-4111,-2219,51.577,6.173,0,0,0.0550649,-0.998483,300,100,1), - (3525,1622,0,-3944,-937,26.586,5.194,0,0,0.51807,-0.855338,300,100,1), - (3526,1622,0,-5150,-3969,328.339,5.671,0,0,0.301335,-0.953518,300,100,1), - (3527,1622,1,2239.26,-1610,86.79,0.935,0,0,0.450656,0.892698,300,100,1), - (3528,1622,1,1895.57,-1530,73.628,1.74,0,0,0.764329,0.644827,300,100,1), - (3529,1622,1,1938.42,-1516,73.312,3.527,0,0,0.98149,-0.191513,300,100,1), - (3530,1622,1,1899.04,-1701,54.479,1.493,0,0,0.679074,0.73407,300,100,1), - (3531,1622,0,-2587,-2381,80.642,-1,0,0,-0.479426,0.877583,300,100,1), - (3532,1622,1,66.459,-711,-18,0.786,0,0,0.382961,0.923764,300,100,1), - (3533,1622,1,2304.38,-1533,95.744,0.295,0,0,0.146966,0.989142,300,100,1), - (3534,1622,1,2280.71,-1397,85.336,0.688,0,0,0.337255,0.941413,300,100,1), - (3535,1622,1,2236.68,-1563,87.338,1.595,0,0,0.715612,0.698498,300,100,1), - (3536,1622,1,531.04,393.078,78.7715,0.436332,0,0,0.216439,0.976296,300,255,1), - (3537,1622,0,-11125,-883,61.532,3.109,0,0,0.999867,0.0162956,300,100,1), - (3538,1622,1,-2087,-3654,68.425,2.548,0,0,0.956278,0.292458,300,100,1), - (3539,1622,1,-5183,-2420,-46,2.021,0,0,0.847098,0.531437,300,100,1), - (3540,1622,1,-5056,-2219,-55,5.586,0,0,0.341575,-0.939854,300,100,1), - (3541,1622,0,-9201,-1978,111.523,2.884,0,0,0.991717,0.12844,300,100,1), - (3542,1622,0,-9603,-2335,62.808,1.302,0,0,0.605982,0.795478,300,100,1), - (3543,1622,0,-9557,-2327,64.333,0.026,0,0,0.0129996,0.999915,300,100,1), - (3544,1622,0,-9542,-2375,77.244,4.511,0,0,0.774606,-0.632444,300,100,1), - (3545,1622,0,777.731,-382,144,1.625,0,0,0.726009,0.687686,300,100,1), - (3546,1622,1,-4235,-890,-51,1.137,0,0,0.538369,0.842709,300,100,1), - (3547,1622,0,-78,831.945,60.863,0.71,0,0,0.34759,0.937647,300,100,1), - (3548,1622,0,-78,847.193,62.229,5.509,0,0,0.377498,-0.92601,300,100,1), - (3549,1622,1,409.112,-2096,144.006,-1,0,0,-0.479426,0.877583,300,100,1), - (3550,1622,0,-950,-328,51.666,6.05,0,0,0.116329,-0.993211,300,100,1), - (3551,1622,0,-934,-364,40.43,2.025,0,0,0.848159,0.529742,300,100,1), - (3553,1622,0,-299,-249,79.221,6.282,0,0,0.000592621,-1,300,100,1), - (3554,1622,1,2947.93,-2724,217.033,5.046,0,0,0.579889,-0.814695,300,100,1), - (3555,1622,0,-1644,-1748,67.824,5.163,0,0,0.531265,-0.847206,300,100,1), - (3556,1622,1,-5569.09,-2710.54,-46.951,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (3557,1622,0,-9107,-3300,102.786,2.019,0,0,0.846566,0.532284,300,100,1), - (3558,1622,1,-4194,-1869,95.418,1.873,0,0,0.805489,0.592611,300,100,1), - (3559,1622,0,-770,-109,33.463,0.195,0,0,0.0973456,0.995251,300,100,1), - (3560,1622,0,-738,-129,36.785,1.483,0,0,0.675395,0.737456,300,100,1), - (3561,1622,0,-924,-154,53.944,0.241,0,0,0.120209,0.992749,300,100,1), - (3562,1622,1,2419.39,-165,100.727,0.153,0,0,0.0764254,0.997075,300,100,1), - (3563,1622,0,-2750,-1846,11.264,3.038,0,0,0.998659,0.0517731,300,100,1), - (3564,1622,0,695.44,-919,166.044,3.875,0,0,0.933514,-0.35854,300,100,1), - (3565,1622,1,1249.46,1499.72,80.662,2.192,0,0,0.889386,0.457157,300,100,1), - (3566,1622,1,-61,689.906,103.785,5.989,0,0,0.146563,-0.989201,300,100,1), - (3567,1622,0,-10929,-40,22.284,0.034,0,0,0.0169992,0.999856,300,100,1), - (3568,1622,0,-202,-1218,119.256,1.68,0,0,0.744643,0.667463,300,100,1), - (3569,1622,0,-273,-1279,82.043,1.067,0,0,0.50855,0.861032,300,100,1), - (3570,1622,0,-226,-1211,120.104,2.972,0,0,0.996407,0.0846948,300,100,1), - (3571,1622,0,-828.508,-804.159,30.5714,1.95477,0,0,0.829038,0.559192,300,100,1), - (3572,1622,0,-10573,-106,48.055,5.371,0,0,0.440444,-0.89778,300,100,1), - (3573,1622,1,-6029,-4312,-58,3.533,0,0,0.980911,-0.194457,300,100,1), - (3574,1622,1,824.224,-3276,209.045,1.359,0,0,0.628404,0.777887,300,100,1), - (3575,1622,1,743.035,-3173,210.196,2.231,0,0,0.898131,0.439728,300,100,1), - (3576,1622,1,2597.24,-293,107.041,0,0,0,0,1,300,100,1), - (3577,1622,1,-354,839.245,92.345,5.451,0,0,0.404189,-0.914675,300,100,1), - (3578,1622,1,7627.94,-946,29.14,4.771,0,0,0.686084,-0.727522,300,100,1), - (3579,1622,1,-798,-2239,95.266,6.275,0,0,0.00409259,-0.999992,300,100,1), - (3580,1622,1,2293.16,1425.8,270.569,3.743,0,0,0.955128,-0.296192,300,100,1), - (3581,1622,0,-3876,-2630,46.309,1.051,0,0,0.501646,0.865073,300,100,1), - (3582,1622,0,-4292,-2978,14.814,3.4,0,0,0.991665,-0.128845,300,100,1), - (3583,1622,0,-770.418,188.185,60.4781,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (3584,1622,0,-10733,1647.5,45.103,1.844,0,0,0.796812,0.604228,300,100,1), - (3585,1622,1,-5057,-2351,-53,5.08,0,0,0.565956,-0.824435,300,100,1), - (3587,1622,1,-5140,-2035,-47,0.564,0,0,0.278277,0.960501,300,100,1), - (3588,1622,1,-848,1924.78,67.1407,0.719,0,0,0.351806,0.936073,300,100,1), - (3589,1622,0,-237,1508.14,75.385,2.78,0,0,0.983701,0.179813,300,100,1), - (3590,1622,0,-242,1504.87,78.099,3.825,0,0,0.942185,-0.335093,300,100,1), - (3591,1622,1,-3033,-1900,95.906,1.414,0,0,0.649556,0.760314,300,100,1), - (3592,1622,0,-9496,-2840,71.418,2.451,0,0,0.940975,0.338476,300,100,1), - (3593,1622,0,-10024,1458.28,42.059,1.09,0,0,0.518418,0.855127,300,100,1), - (3594,1622,0,-9314,-2924,128.558,4.544,0,0,0.764066,-0.645138,300,100,1), - (3595,1622,1,1203.7,-3423,107.254,6.134,0,0,0.0745236,-0.997219,300,100,1), - (3596,1622,1,3956.29,581.321,20.324,2.937,0,0,0.994772,0.102118,300,100,1), - (3597,1622,1,4018.17,565.513,28.261,6.118,0,0,0.0824988,-0.996591,300,100,1), - (3598,1622,0,-10043.7,1089.09,39.466,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (3599,1622,1,-400.005,1899.36,123.341,3.331,0,0,0.995519,-0.0945622,300,100,1), - (3600,1622,0,-10766,-1380,39.1929,4.122,0,0,0.882237,-0.470806,300,100,1), - (3601,1622,0,-5638,-4276,405.917,3.37,0,0,0.993486,-0.113956,300,100,1), - (3602,1622,0,-267,1450.69,51.413,2.368,0,0,0.926122,0.377223,300,100,1), - (3603,1622,1,-5642,-4240,-59,5.151,0,0,0.536338,-0.844003,300,100,1), - (3604,1622,0,-4899,-4012,303.256,5.435,0,0,0.411494,-0.911412,300,100,1), - (3605,1622,0,-5168,-3917,332.307,1.811,0,0,0.786734,0.617292,300,100,1), - (3606,1622,1,178.349,-878,5.65,1.504,0,0,0.683101,0.730324,300,100,1), - (3607,1622,0,418.481,212.071,42.363,3.918,0,0,0.925591,-0.378526,300,100,1), - (3608,1622,0,422.569,242.351,43.781,1.279,0,0,0.596794,0.802394,300,100,1), - (3609,1622,0,669.216,-982,164.844,3.537,0,0,0.98052,-0.196418,300,100,1), - (3610,1622,0,701.369,-923,164.289,3.875,0,0,0.933514,-0.35854,300,100,1), - (3611,1622,0,-269,1475.09,44.506,0.047,0,0,0.0234978,0.999724,300,100,1), - (3612,1622,0,-221,1489.41,72.222,3.514,0,0,0.982714,-0.18513,300,100,1), - (3613,1622,1,2311.08,-713,128.275,1.151,0,0,0.544254,0.83892,300,100,1), - (3614,1622,1,3333.21,-492.065,154.218,0.977383,0,0,0.469471,0.882948,300,255,1), - (3615,1622,1,2363.74,-158,98.239,3.369,0,0,0.993543,-0.113459,300,100,1), - (3616,1622,1,-4971.19,-1936.63,-37.8026,2.56563,0,0,0.958819,0.284017,300,255,1), - (3617,1622,1,2643.65,-2110,201.677,3.641,0,0,0.968986,-0.247117,300,100,1), - (3618,1622,1,2545.1,-2192,197.621,3.935,0,0,0.92234,-0.38638,300,100,1), - (3619,1622,1,2477.1,-2139,202.718,2.875,0,0,0.991129,0.132902,300,100,1), - (3620,1622,0,-11127,8.375,56.282,3.47,0,0,0.986549,-0.163467,300,100,1), - (3621,1622,1,-1574,-3314,213.036,2.078,0,0,0.861898,0.507082,300,100,1), - (3622,1622,1,-154,696.408,99.785,0.377,0,0,0.187386,0.982286,300,100,1), - (3623,1622,1,-4522,-1093,-44,2.272,0,0,0.906956,0.421226,300,100,1), - (3624,1622,0,-10625,1034.28,34.4239,5.537,0,0,0.364497,-0.931205,300,100,1), - (3625,1622,0,-2853,-1470,10.44,3.626,0,0,0.970812,-0.239843,300,100,1), - (3626,1622,0,-11293,1462.73,89.143,3.655,0,0,0.967232,-0.253894,300,100,1), - (3627,1622,0,108.5,1477.91,120.092,3.188,0,0,0.999731,-0.0232016,300,100,1), - (3628,1622,0,60.776,1423.28,85.986,6.051,0,0,0.115832,-0.993269,300,100,1), - (3629,1622,0,-766,-2005,34.33,0.307,0,0,0.152898,0.988242,300,100,1), - (3630,1622,1,1226.81,-393,12.203,4.452,0,0,0.792924,-0.609321,300,100,1), - (3631,1622,1,1258.36,-605,22.934,4.994,0,0,0.600873,-0.799345,300,100,1), - (3632,1622,0,-10922,-920,71.008,2.288,0,0,0.910297,0.413957,300,100,1), - (3633,1622,0,-9217,-2688,88.805,1.885,0,0,0.80903,0.587767,300,100,1), - (3634,1622,1,1455.72,683.786,146.14,0.42,0,0,0.20846,0.978031,300,100,1), - (3635,1622,0,112.468,743.652,59.654,0.266,0,0,0.132608,0.991169,300,100,1), - (3636,1622,0,-10516,1599.46,43.7435,1.372,0,0,0.633447,0.773786,300,100,1), - (3637,1622,0,-10613,-1523,90.899,0.215,0,0,0.107293,0.994227,300,100,1), - (3638,1622,1,-4236.6,-882.674,-51.1738,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (3639,1622,0,-3729,-913,9.95,5,0,0,0.598472,-0.801144,300,100,1), - (3640,1622,1,3687.24,889.949,1.544,1.583,0,0,0.711408,0.702779,300,100,1), - (3641,1622,1,3732.95,939.125,0.239,5.851,0,0,0.214415,-0.976743,300,100,1), - (3642,1622,1,3625.51,934.443,0.259,6.079,0,0,0.101915,-0.994793,300,100,1), - (3643,1622,1,3457.25,811.304,15.878,4.324,0,0,0.83027,-0.557361,300,100,1), - (3644,1622,1,3656.03,932.682,6.13,0.094,0,0,0.0469827,0.998896,300,100,1), - (3645,1622,0,-10677,1492.31,47.2441,1.256,0,0,0.587528,0.809204,300,100,1), - (3646,1622,0,-9620,-3113,54.32,5.933,0,0,0.174199,-0.98471,300,100,1), - (3647,1622,1,-6054,-3512,-56,0.788,0,0,0.383885,0.923381,300,100,1), - (3648,1622,1,-6499,-3467,-59,0.192,0,0,0.0958526,0.995396,300,100,1), - (3649,1622,0,-324,-251,69.372,5.842,0,0,0.218808,-0.975768,300,100,1), - (3650,1622,0,-302,-254,80.133,6.282,0,0,0.000592621,-1,300,100,1), - (3651,1622,0,-189,-1408,113.519,5.579,0,0,0.344863,-0.938653,300,100,1), - (3652,1622,0,-192,-1467,117.117,5.889,0,0,0.195819,-0.98064,300,100,1), - (3653,1622,1,1546.08,-2924,183.847,4.646,0,0,0.730185,-0.683249,300,100,1), - (3654,1622,0,-9051,-3291,103.52,6.252,0,0,0.0155921,-0.999878,300,100,1), - (3655,1622,1,1684.58,-3371,143.967,0.346,0,0,0.172138,0.985073,300,100,1), - (3656,1622,1,1627.87,-3377,143.041,3.256,0,0,0.998364,-0.0571725,300,100,1), - (3657,1622,0,-213,933.211,68.423,0.593,0,0,0.292175,0.956365,300,100,1), - (3658,1622,0,-3954,-936,29.708,5.159,0,0,0.532958,-0.846142,300,100,1), - (3659,1622,1,2271.94,1409.28,278.965,5.84,0,0,0.219784,-0.975549,300,100,1), - (3660,1622,0,-3826,-1309,29.601,2.511,0,0,0.950705,0.310098,300,100,1), - (3661,1622,0,-1581,-1741,67.175,0.808,0,0,0.393099,0.919496,300,100,1), - (3662,1622,1,-690,-2102,65.514,-1,0,0,-0.479426,0.877583,300,100,1), - (3663,1622,0,-9938,1495.83,65.25,6.136,0,0,0.0735262,-0.997293,300,100,1), - (3664,1622,0,-10305,1619.77,44.632,2.272,0,0,0.906956,0.421226,300,100,1), - (3665,1622,1,-1136,2726.5,115.699,6.022,0,0,0.130222,-0.991485,300,100,1), - (3666,1622,1,-5530,-1919,-59,0.238,0,0,0.118719,0.992928,300,100,1), - (3667,1622,1,365.608,-2267,221.623,2.753,0,0,0.981184,0.193076,300,100,1), - (3668,1622,0,103.012,769.51,70.674,1.24,0,0,0.581035,0.813878,300,100,1), - (3669,1622,0,70.458,722.206,63.32,4.739,0,0,0.697636,-0.716452,300,100,1), - (3670,1622,0,72.386,767.868,63.664,3.47,0,0,0.986549,-0.163467,300,100,1), - (3671,1622,0,78.99,437.489,41.908,0.454,0,0,0.225056,0.974346,300,100,1), - (3672,1622,1,-5775,-3363,-40,0.658,0,0,0.323097,0.946366,300,100,1), - (3673,1622,1,-5873,-3404,-48,3.486,0,0,0.98521,-0.171354,300,100,1), - (3674,1622,0,-3965,-901,7.376,5.52,0,0,0.372399,-0.928073,300,100,1), - (3675,1622,1,6.39,-707,-19,6.205,0,0,0.0390827,-0.999236,300,100,1), - (3676,1622,0,560.215,-333,151.4,1.57,0,0,0.706825,0.707388,300,100,1), - (3677,1622,1,-4232,-892,-51,1.074,0,0,0.511561,0.859247,300,100,1), - (3678,1622,0,-10361,-1019,45.57,3.407,0,0,0.991208,-0.132315,300,100,1), - (3679,1622,1,1033.37,-334,-4,2.343,0,0,0.921335,0.38877,300,100,1), - (3680,1622,0,-8796,-2602,138.762,3.072,0,0,0.999395,0.0347893,300,100,1), - (3681,1622,0,-8833,-2584,135.719,4.792,0,0,0.678407,-0.734686,300,100,1), - (3682,1622,0,-45,770.698,63.105,0.863,0,0,0.418234,0.908339,300,100,1), - (3683,1622,1,2316.09,-1870,70.713,0.605,0,0,0.297908,0.954595,300,100,1), - (3684,1622,0,241.667,1506.43,138.851,2.768,0,0,0.982604,0.185712,300,100,1), - (3685,1622,0,385.478,1446.54,134.776,5.918,0,0,0.18158,-0.983376,300,100,1), - (3686,1622,0,135.188,1506.19,114.417,3.66,0,0,0.966594,-0.256311,300,100,1), - (3687,1622,0,-9463,-3349,6.598,5.045,0,0,0.580296,-0.814405,300,100,1), - (3688,1622,1,738.879,1765.66,-18,2.974,0,0,0.996491,0.0836983,300,100,1), - (3689,1622,0,-2606,-2371,80.476,0,0,0,0,1,300,100,1), - (3690,1622,1,23.658,-718,-21,3.566,0,0,0.977569,-0.210615,300,100,1), - (3691,1622,0,-9566,-2525,70.908,4.68,0,0,0.718465,-0.695563,300,100,1), - (3692,1622,1,-3833,-1543,103.537,6.122,0,0,0.0805053,-0.996754,300,100,1), - (3693,1622,1,-3966,-1667,92.34,3.256,0,0,0.998364,-0.0571725,300,100,1), - (3694,1622,1,-3842,-1808,91.667,6.166,0,0,0.0585592,-0.998284,300,100,1), - (3695,1622,1,-15,-320,-6,1.408,0,0,0.647272,0.762259,300,100,1), - (3696,1622,1,140.764,-882,4.992,3.318,0,0,0.996113,-0.0880894,300,100,1), - (3697,1622,1,-4399.95,-1006.17,-53.1422,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (3698,1622,0,-9070,-2028,134.3,0.544,0,0,0.268658,0.963235,300,100,1), - (3699,1622,0,-1638,-1946,68.806,5.19,0,0,0.519779,-0.854301,300,100,1), - (3700,1622,1,127.515,-810,-7,3.311,0,0,0.996415,-0.0846025,300,100,1), - (3701,1622,1,151.238,-836,-2,0.978,0,0,0.469743,0.882803,300,100,1), - (3702,1622,1,3030.35,603.606,8.55,1.987,0,0,0.837941,0.54576,300,100,1), - (3703,1622,1,-2347,-2219,92.143,0.89,0,0,0.430458,0.902611,300,100,1), - (3704,1622,1,2302.93,-1491.48,97.8416,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (3705,1622,1,2206.04,-1636.15,92.0891,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (3706,1622,0,-9957,1430.42,61.263,2.269,0,0,0.906323,0.422586,300,100,1), - (3707,1622,1,-829,1870.35,72.0186,1.665,0,0,0.739616,0.673029,300,100,1), - (3708,1622,1,-3327.7,-1823.19,101.588,2.63544,0,0,0.968147,0.250383,300,255,1), - (3709,1622,0,131.193,-987,73.739,4.684,0,0,0.717072,-0.696999,300,100,1), - (3710,1622,0,-2783,-1840,11.257,5.858,0,0,0.210995,-0.977487,300,100,1), - (3711,1622,0,-9361,-3027,136.687,3.872,0,0,0.934051,-0.35714,300,100,1), - (3712,1622,0,-5353,-3870,335.143,5.761,0,0,0.258136,-0.966109,300,100,1), - (3713,1622,0,-5364,-3914,347.462,0.668,0,0,0.327825,0.944739,300,100,1), - (3714,1622,1,1371.45,-299,3.965,1.695,0,0,0.749628,0.661859,300,100,1), - (3715,1622,0,-9499.42,-3054.76,110.48,0.436332,0,0,0.216439,0.976296,300,255,1), - (3716,1622,1,2683.32,1487.66,234.323,3.296,0,0,0.997021,-0.077127,300,100,1), - (3717,1622,1,-470,1780.22,128.146,0.15,0,0,0.0749297,0.997189,300,100,1), - (3718,1622,1,-69,1058.28,92.335,6.099,0,0,0.0919625,-0.995762,300,100,1), - (3719,1622,1,685.653,1385.14,10.5846,3.484,0,0,0.98538,-0.170369,300,100,1), - (3720,1622,1,-47,924.797,93.437,2.49,0,0,0.947396,0.320063,300,100,1), - (3721,1622,0,-9942,1495.81,63.798,6.136,0,0,0.0735262,-0.997293,300,100,1), - (3722,1622,0,-9992,1472.13,41.996,0.402,0,0,0.199649,0.979867,300,100,1), - (3723,1622,0,-10131,1252.27,34.346,3.595,0,0,0.974413,-0.224767,300,100,1), - (3724,1622,0,-10910,-104,25.494,5.402,0,0,0.426476,-0.904499,300,100,1), - (3725,1622,0,-4831,-3874,303.709,1.457,0,0,0.665751,0.746174,300,100,1), - (3726,1622,0,-4941,-3751,319.239,4.528,0,0,0.769203,-0.639005,300,100,1), - (3727,1622,0,-4862,-3942,305.206,6.236,0,0,0.0235904,-0.999722,300,100,1), - (3728,1622,0,-4864,-3923,304.209,1.661,0,0,0.738269,0.674507,300,100,1), - (3729,1622,0,-5660,-4297,406.502,0.699,0,0,0.342428,0.939544,300,100,1), - (3730,1622,0,-4969,-3881,309.845,1.119,0,0,0.530762,0.847521,300,100,1), - (3731,1622,1,-20,-285,-2,1.487,0,0,0.676868,0.736104,300,100,1), - (3732,1622,1,-81,-240,7.181,3.164,0,0,0.999937,-0.0112035,300,100,1), - (3733,1622,0,-5035,-3895,313.427,5.447,0,0,0.406018,-0.913865,300,100,1), - (3734,1622,1,382.404,-2286,214.775,3.672,0,0,0.965039,-0.262106,300,100,1), - (3735,1622,1,482.836,-2090,140.731,0.947,0,0,0.456004,0.889978,300,100,1), - (3736,1622,1,-3227,-2260,103.83,0,0,0,0,1,300,100,1), - (3737,1622,1,871.099,167.415,29.616,1.342,0,0,0.621769,0.7832,300,100,1), - (3738,1622,1,-5820,-3398,-49,0.559,0,0,0.275875,0.961194,300,100,1), - (3739,1622,1,-1965,-3601,22,0,0,0,0,1,300,100,1), - (3740,1622,0,-3458,-1774,16.241,1.728,0,0,0.760446,0.649401,300,100,1), - (3741,1622,1,1593.49,-3325,143.963,2.671,0,0,0.972445,0.233131,300,100,1), - (3742,1622,0,-8948,-2639,132.696,5.483,0,0,0.389504,-0.921025,300,100,1), - (3743,1622,0,-8834,-2467,133.014,1.203,0,0,0.56588,0.824488,300,100,1), - (3744,1622,0,232.238,-1132.69,88.8365,2.49582,0,0,0.948324,0.317305,300,255,1), - (3745,1622,1,761.098,1443.05,-17,5.2,0,0,0.515501,-0.856889,300,100,1), - (3746,1622,1,2298.09,-2836,138.998,2.745,0,0,0.980404,0.196999,300,100,1), - (3747,1622,1,-164,-562,-4,2.987,0,0,0.997014,0.0772194,300,100,1), - (3748,1622,0,-9368,-2996,137.831,0.454,0,0,0.225056,0.974346,300,100,1), - (3749,1622,0,-435,-204,56.396,6.176,0,0,0.0535669,-0.998564,300,100,1), - (3750,1622,0,358.522,1397.33,132.012,0.803,0,0,0.390799,0.920476,300,100,1), - (3751,1622,0,-9466,-2847,72.363,1.858,0,0,0.801022,0.598635,300,100,1), - (3752,1622,0,-5548,-4015,378.849,1.567,0,0,0.705763,0.708448,300,100,1), - (3753,1622,0,-5700,-4232,388.675,3.503,0,0,0.983717,-0.179722,300,100,1), - (3754,1622,0,-5465,-4107,369.884,6.095,0,0,0.093954,-0.995577,300,100,1), - (3755,1622,0,-11018.6,-1340.22,52.0549,5.94,0,0,0.170752,-0.985314,300,100,1), - (3756,1622,0,-3786,-1352,29.796,3.708,0,0,0.960165,-0.279433,300,100,1), - (3757,1622,0,-9600.72,-2536.57,61.3528,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (3758,1622,0,-5900,-4188,404.645,3.217,0,0,0.999289,-0.0376947,300,100,1), - (3759,1622,0,-5510,-4136,376.081,0.499,0,0,0.246919,0.969036,300,100,1), - (3760,1622,0,-8858,-2494,132.828,1.474,0,0,0.672069,0.740488,300,100,1), - (3761,1622,0,-10367,-738,73.546,2.28,0,0,0.908633,0.417595,300,100,1), - (3762,171680,0,-4712.93,-873.646,501.958,-1.09956,0,0,-0.522499,0.85264,900,100,1), - (3763,1622,0,-949,-1131,52.147,3.058,0,0,0.999127,0.0417841,300,100,1), - (3764,1622,0,-2650,-2379,90.689,2.909,0,0,0.993245,0.116034,300,100,1), - (3765,1622,0,-11082,1815.47,37.459,2.319,0,0,0.916603,0.399798,300,100,1), - (3766,1622,0,-3724,-929,7.031,5,0,0,0.598472,-0.801144,300,100,1), - (3767,1622,0,-10944,1556.14,45.135,0.474,0,0,0.234788,0.972047,300,100,1), - (3768,1622,1,-5431,-3270,-35,3.662,0,0,0.966338,-0.257277,300,100,1), - (3769,1622,0,-11006,209.065,26.792,6.176,0,0,0.0535669,-0.998564,300,100,1), - (3770,1622,0,-602,533.042,84.757,3.18,0,0,0.999816,-0.0192025,300,100,1), - (3771,1622,1,-1730,1997.13,63.123,2.955,0,0,0.995651,0.0931611,300,100,1), - (3772,1622,1,-1686,1985.56,60.204,3.772,0,0,0.950733,-0.31001,300,100,1), - (3773,1622,1,-1397,1475.01,61.424,1.724,0,0,0.759146,0.650921,300,100,1), - (3774,1622,0,-10009,1504.53,42.663,0.781,0,0,0.380651,0.924719,300,100,1), - (3775,1622,0,-10605,-1523,89.746,0.215,0,0,0.107293,0.994227,300,100,1), - (3776,1622,0,-10012,1060.99,38.445,5.272,0,0,0.484326,-0.874888,300,100,1), - (3777,1622,0,-10765.3,-1252.41,31.1958,1.0821,0,0,0.515036,0.857168,300,255,1), - (3778,1622,1,2691.73,-2914,150.752,3.389,0,0,0.992358,-0.123388,300,100,1), - (3779,1622,1,2691.5,-2952,142.466,4.681,0,0,0.718117,-0.695923,300,100,1), - (3780,1622,1,6750.15,-99,29.428,3.625,0,0,0.970932,-0.239357,300,100,1), - (3781,1622,1,6728.67,-7,43.072,4.642,0,0,0.73155,-0.681788,300,100,1), - (3782,1622,1,6792.54,-61,30.549,3.57,0,0,0.977146,-0.212569,300,100,1), - (3783,1622,1,6714.93,-47,42.95,4.587,0,0,0.75002,-0.661415,300,100,1), - (3784,1622,1,6592.71,33.457,34.797,6.189,0,0,0.0470752,-0.998891,300,100,1), - (3785,1622,1,6730.18,29.594,44.444,3.687,0,0,0.963046,-0.269336,300,100,1), - (3786,1622,1,-40,-413,-28,1.597,0,0,0.71631,0.697782,300,100,1), - (3787,1622,1,-39,-457,-36,0.427,0,0,0.211882,0.977295,300,100,1), - (3788,1622,0,-9608.53,-2269.69,85.5731,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (3789,1622,0,-941,-124,33.192,6.011,0,0,0.135673,-0.990754,300,100,1), - (3790,1622,1,-1748.82,1969.21,61.7136,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (3791,1622,0,-9857,880.627,30.872,1.514,0,0,0.686744,0.7269,300,100,1), - (3792,1622,1,6699.08,-6,43.098,2.723,0,0,0.978177,0.207772,300,100,1), - (3793,1622,1,-1968,-3542,42.448,2.949,0,0,0.995367,0.0961476,300,100,1), - (3794,1622,0,-10738,1726.34,42.927,1.99,0,0,0.838759,0.544503,300,100,1), - (3795,1622,0,-9853.16,1047.78,33.4548,0.488691,0,0,0.241921,0.970296,300,255,1), - (3796,1622,0,-9087,-2636,120.426,0.016,0,0,0.00799991,0.999968,300,100,1), - (3797,1622,0,-8910.15,-2643.76,136.301,-0.610864,0,0,-0.300705,0.953717,300,255,1), - (3798,1622,1,-6168,-3503,-56,1.828,0,0,0.791952,0.610583,300,100,1), - (3799,1622,0,-1686,-1782,84.311,3.072,0,0,0.999395,0.0347893,300,100,1), - (3800,1622,0,-11165,-876,77.369,-3,0,0,-0.997495,0.0707372,300,100,1), - (3801,1622,0,-9305,-3309,105.772,0.204,0,0,0.101823,0.994803,300,100,1), - (3802,1622,0,-1013,-296,20.149,0.667,0,0,0.327352,0.944902,300,100,1), - (3803,1622,0,-663,-346,41.054,6.239,0,0,0.0220909,-0.999756,300,100,1), - (3804,1622,0,-9503.31,-2082.8,100.905,1.25664,0,0,0.587786,0.809016,300,255,1), - (3805,1622,0,-5323,-4021,335.251,2.624,0,0,0.966699,0.255917,300,100,1), - (3806,1622,0,-5283,-3961,336.16,3.185,0,0,0.999765,-0.0217019,300,100,1), - (3807,1622,0,-5320,-3929,342.895,3.7,0,0,0.961275,-0.27559,300,100,1), - (3808,1622,0,-5388,-3934,348.761,0.48,0,0,0.237703,0.971338,300,100,1), - (3809,1622,0,-5375,-4015,346.404,0.711,0,0,0.348059,0.937473,300,100,1), - (3810,1622,1,-6006,-4327,-59,3.537,0,0,0.98052,-0.196418,300,100,1), - (3811,1622,1,2323.94,1340.06,280.215,3.08,0,0,0.999526,0.0307915,300,100,1), - (3812,1622,1,-889,-1946,91.914,3.982,0,0,0.913006,-0.407946,300,100,1), - (3813,1622,1,-896,-2075,82.864,2.981,0,0,0.996778,0.0802101,300,100,1), - (3814,1622,1,-875,1464.59,64.929,4.728,0,0,0.701566,-0.712605,300,100,1), - (3815,1622,1,7610.62,-1025,40.8441,0.114,0,0,0.0569691,0.998376,300,100,1), - (3816,1622,1,5588.88,187.624,29.591,-3,0,0,-0.997495,0.0707372,300,100,1), - (3817,1622,0,-8682,-2298,157.002,2.122,0,0,0.872844,0.487999,300,100,1), - (3818,1622,0,-8671,-2307,155.918,0.453,0,0,0.224568,0.974458,300,100,1), - (3819,1622,0,-8799,-2436,153.403,1.752,0,0,0.768184,0.640229,300,100,1), - (3820,1622,0,-8779,-2391,156.439,1.564,0,0,0.7047,0.709506,300,100,1), - (3821,1622,0,-10717,1723.13,42.518,3.447,0,0,0.988363,-0.152111,300,100,1), - (3822,1622,0,83.588,1350.77,72.272,6.149,0,0,0.0670422,-0.99775,300,100,1), - (3823,1622,0,-261,1527.01,77.154,0.341,0,0,0.169675,0.9855,300,100,1), - (3824,1622,1,2624.04,-3613,106.707,3.032,0,0,0.998499,0.0547689,300,100,1), - (3825,1622,1,2334.13,-3499,45.972,1.21,0,0,0.568762,0.822502,300,100,1), - (3826,1622,1,690.517,1915.46,1.60285,4.717,0,0,0.705475,-0.708735,300,100,1), - (3827,1622,1,-1553,-3383,213.675,0.734,0,0,0.358817,0.933408,300,100,1), - (3828,1622,1,1848.01,921.195,154.081,0.176,0,0,0.0878865,0.996131,300,100,1), - (3829,1622,1,1544.48,1067.83,148.068,0.447,0,0,0.221644,0.975128,300,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (1,187653,1,-959.702,-3739.06,5.66216,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (2,169294,0,-7826.9,-1851.92,130.939,1.1781,0,0,0.55557,0.83147,2,2,100,1), + (3,187653,1,-974.588,-3647.97,17.4956,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (4,1970,0,-12430.6,-840.543,40.4541,0.494107,0,0,0.244548,0.969637,900,900,100,1), + (5,2061,0,-12430.6,-840.543,40.4541,0.494107,0,0,0.244548,0.969637,900,900,100,1), + (190312,180396,1,1934.82,-4711.71,37.4563,0.517133,0,0,0,0,180,180,255,1), + (7,3216,0,-14238.8,301.408,27.872,3.12414,0,0,0.999962,0.008727,900,900,100,1), + (8,3217,0,-14238.8,301.05,27.1206,3.12414,-0.003861,0.056728,0.998342,0.00896,900,900,100,1), + (9,3214,0,-14253.9,301.953,30.4719,-1.49226,0,0,-0.678801,0.734323,900,900,100,1), + (10,3314,1,285.201,-3991.19,36.0398,1.4748,0,0,0.672367,0.740218,900,900,100,1), + (11,3202,0,-12167.9,-229.592,33.2801,2.57436,0,0,0.96005,0.279829,900,900,100,1), + (12,3205,0,-12205.8,-536.642,29.1945,2.47837,0.05583,0.08211,0.94166,0.321586,900,900,100,1), + (13,3207,0,-12205.7,-535.45,29.8627,-0.663225,0.062972,-0.044691,-0.323067,0.94322,900,900,100,1), + (14,3084,1,-602.425,-4250.57,37.5115,3.14159,0,0,1,0,900,900,100,1), + (15,2061,1,-602.425,-4250.57,37.5115,3.14159,0,0,1,0,900,900,100,1), + (16,3208,0,-13338.2,67.869,25.7289,2.29511,0,0,0.911762,0.410719,900,900,100,1), + (17,3210,0,-13337.6,67.9838,25.7992,0.724311,0,0,0.354291,0.935135,900,900,100,1), + (18,3211,0,-13331.6,62.018,23.2462,-2.41728,0,0,0.935135,-0.354291,900,900,100,1), + (19,171554,0,-4931.68,-1279.03,501.681,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (20,2061,0,-4931.68,-1279.03,501.681,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (22,3212,0,-13332.1,61.8614,21.7726,0.776671,0.08197,-0.0511,0.380991,0.919519,900,900,100,1), + (23,94183,0,-11557.2,592.207,50.2906,1.98095,0,0,0.836286,0.548293,900,900,100,1), + (24,2066,0,-11557.2,592.207,50.2906,1.98095,0,0,0.836286,0.548293,900,900,100,1), + (25,94184,0,-11579.6,686.25,58.991,3.14159,0,0,1,0,900,900,100,1), + (26,143251,0,-4925.65,-1269.89,506.538,1.89368,0,0,0.811574,0.58425,900,900,100,1), + (27,144162,0,-4811.68,-1252.72,503.011,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (28,2066,0,-11579.6,686.25,58.991,3.14159,0,0,1,0,900,900,100,1), + (29,1957,0,-11683.2,949.12,3.68628,3.14159,-0.008726,0.004363,0.999952,0.000038,900,900,100,1), + (30,2061,0,-11683.2,949.12,3.68628,3.14159,-0.008726,0.004363,0.999952,0.000038,900,900,100,1), + (31,1958,0,-11688.8,641.624,49.084,-2.30715,-0.00662,0.025699,0.91385,-0.405185,900,900,100,1), + (32,2061,0,-11688.8,641.624,49.084,-2.30715,-0.00662,0.025699,0.91385,-0.405185,900,900,100,1), + (33,1959,0,-11312.1,-204.227,75.1505,3.14159,0,0,1,0,900,900,100,1), + (34,2061,0,-11312.1,-204.227,75.1505,3.14159,0,0,1,0,900,900,100,1), + (35,1960,0,-11619.2,-53.9661,11.12,3.14159,0,0,1,0,900,900,100,1), + (36,2061,0,-11619.2,-53.9661,11.12,3.14159,0,0,1,0,900,900,100,1), + (37,1961,0,-11592.3,-620.192,28.3593,3.14159,0,0,1,0,900,900,100,1), + (38,2061,0,-11592.3,-620.192,28.3593,3.14159,0,0,1,0,900,900,100,1), + (39,1962,0,-11832.1,68.455,14.2998,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,900,900,100,1), + (40,2061,0,-11832.1,68.455,14.2998,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,900,900,100,1), + (41,1964,0,-11936.4,-573.029,16.8735,-1.14319,0,0,-0.540974,0.841039,900,900,100,1), + (42,2061,0,-11936.4,-573.029,16.8735,-1.14319,0,0,-0.540974,0.841039,900,900,100,1), + (43,94191,0,-13664,-302.026,8.17557,-1.35263,0,0,-0.625924,0.779884,900,900,100,1), + (44,2066,0,-13664,-302.026,8.17557,-1.35263,0,0,-0.625924,0.779884,900,900,100,1), + (45,143250,0,-4866.55,-1238.4,501.726,-2.51327,0,0,0.951056,-0.309017,900,900,100,1), + (46,2061,0,-4866.55,-1238.4,501.726,-2.51327,0,0,0.951056,-0.309017,900,900,100,1), + (47,171750,0,-4839.75,-1286.23,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (48,2061,0,-4839.75,-1286.23,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (49,143362,0,-4824.56,-1305.61,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (50,2061,0,-4824.56,-1305.61,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (51,171748,0,-4845.31,-1247.75,506.022,-0.994838,0,0,-0.477159,0.878817,900,900,100,1), + (53,171749,0,-4844.61,-1282.68,505.197,1.40499,0,0,0.646124,0.763232,900,900,100,1), + (54,171751,0,-4828.33,-1287.59,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (55,2061,0,-4828.33,-1287.59,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (56,171754,0,-4847.71,-1302,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (57,2061,0,-4847.71,-1302,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (58,143337,0,-4814.85,-1307.17,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (59,2061,0,-4814.85,-1307.17,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (60,171753,0,-4858.43,-1300.34,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (61,1969,0,-12485.5,-168.415,12.8579,-3.14159,-0.013083,-0.030536,0.999448,-0.0004,900,900,100,1), + (62,2061,0,-12485.5,-168.415,12.8579,-3.14159,-0.013083,-0.030536,0.999448,-0.0004,900,900,100,1), + (63,2574,0,-14378.6,364.394,23.9437,3.14159,0,0,1,0,900,900,100,1), + (64,2576,0,-12171.9,628.196,-62.1219,0.479968,0,0,0.237687,0.971342,900,900,100,1), + (65,57,0,-11983.2,339.585,2.90242,-2.21302,0.124673,0.003196,0.889844,-0.43889,300,300,100,1), + (66,176896,0,-8132.84,-1706.75,137.85,1.35263,0,0,0.625923,0.779885,7200,7200,100,1), + (67,3213,0,-13332.6,62.0445,22.5802,-0.846485,0,0,-0.410719,0.911762,900,900,100,1), + (68,1971,0,-12467.5,-992.197,49.6025,-0.326198,0,0,-0.162377,0.986729,900,900,100,1), + (69,2061,0,-12467.5,-992.197,49.6025,-0.326198,0,0,-0.162377,0.986729,900,900,100,1), + (70,1972,0,-12532.6,-729.181,38.6494,3.14159,0,0,1,0,900,900,100,1), + (71,2061,0,-12532.6,-729.181,38.6494,3.14159,0,0,1,0,900,900,100,1), + (72,1973,0,-13069.3,-459.056,44.7542,3.14159,-0.004363,0,0.99999,0,900,900,100,1), + (73,2061,0,-13069.3,-459.056,44.7542,3.14159,-0.004363,0,0.99999,0,900,900,100,1), + (74,2289,0,-14656.4,148,3.29978,2.74017,0.221724,0.471259,0.848065,0.097671,900,900,100,1), + (75,1975,0,-12949.7,-618.078,52.3399,-3.14159,0.026157,0.039246,0.998887,-0.001028,900,900,100,1), + (76,2061,0,-12949.7,-618.078,52.3399,-3.14159,0.026157,0.039246,0.998887,-0.001028,900,900,100,1), + (77,1976,0,-12983.3,-712.732,53.7629,3.14159,0,0,1,0,900,900,100,1), + (78,3089,1,-1253.94,-5519.79,5.85679,1.46969,0,0,0.670474,0.741933,900,900,100,1), + (80,2066,0,-8132.84,-1706.75,137.85,1.35263,0,0,0.625923,0.779885,7200,7200,100,1), + (81,176894,0,-8096.96,-1508.86,133.073,-2.39983,0,0,0.932008,-0.362438,7200,7200,100,1), + (82,176895,0,-8100.39,-1507.24,132.934,-2.09439,0,0,-0.866025,0.5,7200,7200,100,1), + (83,167289,0,-8229.83,-1176.2,142.558,-1.39626,0,0,-0.642788,0.766044,7200,7200,100,1), + (84,2061,1,-1253.94,-5519.79,5.85679,1.46969,0,0,0.670474,0.741933,900,900,100,1), + (85,2061,0,-12983.3,-712.732,53.7629,3.14159,0,0,1,0,900,900,100,1), + (86,1977,0,-12995.8,-837.903,70.1573,3.14159,-0.013068,-0.056688,0.998306,-0.000742,900,900,100,1), + (87,2061,0,-4858.43,-1300.34,501.87,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (89,2066,0,-8229.83,-1176.2,142.558,-1.39626,0,0,-0.642788,0.766044,7200,7200,100,1), + (90,167284,0,-7565.21,-2737.02,135.313,3.14159,0,0,1,0,7200,7200,100,1), + (91,2066,0,-7565.21,-2737.02,135.313,3.14159,0,0,1,0,7200,7200,100,1), + (92,149412,0,-4857.79,-1232.98,501.726,-2.51327,0,0,0.951056,-0.309017,900,900,100,1), + (93,2061,0,-4857.79,-1232.98,501.726,-2.51327,0,0,0.951056,-0.309017,900,900,100,1), + (94,176573,0,-4823.93,-1232.63,526.617,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (95,1685,0,-4816.34,-1250.14,501.905,1.95477,0,0,0.829038,0.559193,900,900,100,1), + (96,180657,0,-1376.06,-1012.95,0,0.122173,0,0,0.0610485,0.998135,180,180,100,1), + (97,2061,0,-12995.8,-837.903,70.1573,3.14159,-0.013068,-0.056688,0.998306,-0.000742,900,900,100,1), + (98,1979,0,-13049.9,-822.51,70.3495,-3.14159,-0.047978,0.004358,0.998839,0.000209,900,900,100,1), + (99,2061,0,-13049.9,-822.51,70.3495,-3.14159,-0.047978,0.004358,0.998839,0.000209,900,900,100,1), + (100,167285,0,-7757.2,-2865.29,133.439,3.14159,0,0,1,0,7200,7200,100,1), + (101,2066,0,-7757.2,-2865.29,133.439,3.14159,0,0,1,0,7200,7200,100,1), + (102,167286,0,-8079.32,-2958.25,134.921,3.14159,0,0,1,0,7200,7200,100,1), + (103,2066,0,-8079.32,-2958.25,134.921,3.14159,0,0,1,0,7200,7200,100,1), + (104,167287,0,-8239.01,-2517.5,141.067,3.14159,0,0,1,0,7200,7200,100,1), + (105,2066,0,-8239.01,-2517.5,141.067,3.14159,0,0,1,0,7200,7200,100,1), + (106,167290,0,-7982.36,-1317.97,133.357,3.14159,0,0,1,0,7200,7200,100,1), + (107,2066,0,-7982.36,-1317.97,133.357,3.14159,0,0,1,0,7200,7200,100,1), + (108,167291,0,-7952.89,-893.744,131.096,3.14159,0,0,1,0,7200,7200,100,1), + (110,171756,0,-4796.79,-1240.82,502.005,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (111,2061,0,-4796.79,-1240.82,502.005,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (112,171755,0,-4790.85,-1249.23,502.005,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (113,2061,0,-4790.85,-1249.23,502.005,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (114,171553,0,-4911.82,-1227.7,501.606,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (115,2061,0,-4911.82,-1227.7,501.606,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (116,171678,0,-4758.79,-1216.12,510.271,0.034906,0,0,0.017452,0.999848,900,900,100,1), + (117,171679,0,-4757.44,-1218.91,510.266,1.37881,0,0,0.636078,0.771625,900,900,100,1), + (118,171604,0,-4804.58,-1186.27,512.487,-1.54462,0,0,-0.69779,0.716302,900,900,100,1), + (119,171607,0,-4806.2,-1187.97,512.487,0.000001,0,0,0,1,900,900,100,1), + (120,171605,0,-4803.19,-1188.24,512.487,3.05433,0,0,0.999048,0.043619,900,900,100,1), + (121,37478,0,-4833.13,-1187.89,502.49,1.25664,0,0,0.587785,0.809017,900,900,100,1), + (122,171739,0,-4826.54,-1190.02,509.137,-1.92859,0,0,-0.821647,0.569996,900,900,100,1), + (123,171740,0,-4828.48,-1191.12,509.137,-0.357793,0,0,-0.177944,0.984041,900,900,100,1), + (124,171741,0,-4827.69,-1193.53,509.137,1.213,0,0,0.569997,0.821647,900,900,100,1), + (125,171735,0,-4822.32,-1190.1,502.49,2.81871,0,0,0.986996,0.160743,900,900,100,1), + (126,1981,0,-13485.5,182.14,42.6382,1.79769,0.043746,-0.057043,0.779825,0.621856,900,900,100,1), + (131,144065,90,-541.866,-98.5281,-155.855,0.733038,0,0,0.358368,0.93358,-86400,-86400,0,1), + (132,324,1,4728.88,-4661,878.264,3.185,0,0,0.999765,-0.0217019,300,300,100,1), + (133,324,1,-8069.04,1133.56,22.2284,4.89463,0,0,0.63983,-0.768516,300,300,100,1), + (134,324,1,-7815.13,1130.62,0.376494,5.57008,0,0,0.349046,-0.937106,300,300,100,1), + (135,324,1,-7781.07,1016.61,-1.82523,5.04779,0,0,0.57916,-0.815214,300,300,100,1), + (136,324,1,-7904.21,1413.31,-7.34191,2.48346,0,0,0.946344,0.32316,300,300,100,1), + (137,324,1,-8311,-2296,17.682,3.705,0,0,0.960583,-0.277993,300,300,100,1), + (138,324,1,-7614.05,1258.44,-1.98034,5.32504,0,0,0.460956,-0.887423,300,300,100,1), + (139,324,1,-7516.65,1096.89,-1.2315,5.76093,0,0,0.25817,-0.9661,300,300,100,1), + (140,324,1,-7378.69,1225.8,-1.42026,1.38233,0,0,0.637435,0.770504,300,300,100,1), + (141,324,1,-6454,432.045,0.975,0.496,0,0,0.245466,0.969405,300,300,100,1), + (142,324,1,-7396.35,858.115,-0.711069,4.47288,0,0,0.786519,-0.617565,300,300,100,1), + (143,324,1,-7467.94,259.752,20.9368,4.8852,0,0,0.643447,-0.765491,300,300,100,1), + (144,181356,533,3522.57,-5236.76,137.63,-1.8,0,0,-0.783327,0.62161,604800,604800,100,1), + (145,324,1,-8998.67,-2266.72,21.2362,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (146,144065,90,-535.176,-105.624,-156.001,0.331611,0,0,0.165047,0.986286,-86400,-86400,0,1), + (147,324,1,-7769,156.652,12.101,5.781,0,0,0.248462,-0.968642,300,300,100,1), + (148,324,1,-7799,-4917,15.45,3.729,0,0,0.957178,-0.289499,300,300,100,1), + (149,324,1,-7460,-3895,11.628,2.863,0,0,0.990314,0.138846,300,300,100,1), + (152,324,1,-6461,264.959,3.706,0.047,0,0,0.0234978,0.999724,300,300,100,1), + (154,144065,90,-506.603,-88.8375,-151.09,-0.977383,0,0,-0.469471,0.882948,-86400,-86400,0,1), + (155,144065,90,-503.869,-97.2345,-150.952,1.72787,0,0,0.760406,0.649449,-86400,-86400,0,1), + (156,103820,90,-511.33,-139.962,-152.476,0.750491,0,0,0.366501,0.930418,-86400,-86400,0,1), + (157,324,1,-8067,551.654,-18,4.496,0,0,0.779328,-0.626616,300,300,100,1), + (160,103820,90,-510.675,-139.437,-152.617,-2.94959,0,0,-0.995396,0.0958512,-86400,-86400,0,1), + (161,103820,90,-511.898,-139.356,-152.479,-2.32129,0,0,-0.91706,0.39875,-86400,-86400,0,1), + (162,324,1,-8095,-4436,11.999,2.912,0,0,0.993418,0.114544,300,300,100,1), + (163,324,1,-7937,-2399,-27,4.281,0,0,0.842061,-0.539383,300,300,100,1), + (166,324,1,6420.98,-4358,669.887,0.219,0,0,0.109281,0.994011,300,300,100,1), + (167,324,1,6435.36,-4274,665.463,0.604,0,0,0.29743,0.954744,300,300,100,1), + (168,324,1,-7393,-2737,9.045,1.113,0,0,0.528218,0.849109,300,300,100,1), + (169,324,1,-6279,-1266,-262,5.01,0,0,0.594459,-0.804126,300,300,100,1), + (171,324,1,-7977,834.356,4.233,3.723,0,0,0.958042,-0.286626,300,300,100,1), + (176,324,1,-7691,-2212,-256,3,0,0,0.997495,0.0707372,300,300,100,1), + (178,324,1,-7565,-1150,-262,1.414,0,0,0.649556,0.760314,300,300,100,1), + (179,324,1,-7890,-3749,53.205,4.991,0,0,0.602071,-0.798442,300,300,100,1), + (180,324,1,-8845,-2374,17.68,-1,0,0,-0.479426,0.877583,300,300,100,1), + (182,324,1,-7897,-2356,-22,-1,0,0,-0.479426,0.877583,300,300,100,1), + (184,324,1,-8221,-4445,10.156,3.167,0,0,0.999919,-0.0127034,300,300,100,1), + (185,324,1,6467.91,-4259,664.492,5.24,0,0,0.498262,-0.867027,300,300,100,1), + (186,324,1,-6370,805.383,2.811,2.729,0,0,0.978796,0.204836,300,300,100,1), + (187,324,1,-7817,-5054,5.017,5.228,0,0,0.503455,-0.864022,300,300,100,1), + (189,324,1,-7823,-5129,2.468,4.178,0,0,0.86871,-0.49532,300,300,100,1), + (192,324,1,-8834,-2249,12.215,5.688,0,0,0.293219,-0.956045,300,300,100,1), + (193,324,1,-7409,-4807,9.071,3.5,0,0,0.983986,-0.178246,300,300,100,1), + (195,324,1,-7724,405.934,-34,6.177,0,0,0.0530677,-0.998591,300,300,100,1), + (196,324,1,-7554,-4147,17.502,4.742,0,0,0.696561,-0.717498,300,300,100,1), + (198,324,1,-7133,-4205,9.11,0.419,0,0,0.207971,0.978135,300,300,100,1), + (199,324,1,-6931,-4517,10.941,4.955,0,0,0.616345,-0.787476,300,300,100,1), + (200,324,1,-6233,1073.57,-26,1.492,0,0,0.678707,0.73441,300,300,100,1), + (202,324,1,-7888,-5207,1.518,4.178,0,0,0.86871,-0.49532,300,300,100,1), + (204,324,1,-6641,78.241,8.539,1.536,0,0,0.694698,0.719302,300,300,100,1), + (206,324,1,-7606,-1802,-260,2.321,0,0,0.917003,0.398881,300,300,100,1), + (208,324,1,-7885,-2429,-23,0,0,0,0,1,300,300,100,1), + (209,324,1,-8253,-1538,-215,2.519,0,0,0.951937,0.306293,300,300,100,1), + (210,324,1,4371.08,-4549,907.065,3.028,0,0,0.998388,0.0567657,300,300,100,1), + (211,324,1,-8340,-3975,9.852,0.315,0,0,0.15685,0.987622,300,300,100,1), + (212,324,1,-7832,-1335,-272,4.522,0,0,0.771116,-0.636694,300,300,100,1), + (213,324,1,-6930.23,-2390.2,-198.334,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (214,324,1,-8310,-2774,22.309,4.818,0,0,0.668799,-0.743443,300,300,100,1), + (217,324,1,-6949,-4303,9.723,4.443,0,0,0.795658,-0.605746,300,300,100,1), + (220,324,1,6509.89,-4329,669.425,0.219,0,0,0.109281,0.994011,300,300,100,1), + (222,324,1,-6733,1614.84,11.051,1.438,0,0,0.658633,0.752465,300,300,100,1), + (223,324,1,-6512,757.002,5.303,5.623,0,0,0.324131,-0.946012,300,300,100,1), + (225,324,1,4765.79,-353,366.307,2.656,0,0,0.970669,0.240418,300,300,100,1), + (228,324,1,6589,-1109,461.496,2.063,0,0,0.85807,0.513532,300,300,100,1), + (229,324,1,-7997,-2625,-46,0,0,0,0,1,300,300,100,1), + (234,324,1,-6312,928.91,6.873,2.494,0,0,0.948034,0.318168,300,300,100,1), + (235,324,1,-6358,1112.31,9.303,1.928,0,0,0.821479,0.570239,300,300,100,1), + (238,324,1,4619.51,-4749,896.157,4.108,0,0,0.885511,-0.464618,300,300,100,1), + (239,324,1,4339.73,-4504,906.655,2.324,0,0,0.9176,0.397505,300,300,100,1), + (240,324,1,-6834,-1146,-263,2.461,0,0,0.942656,0.333766,300,300,100,1), + (241,324,1,-7977,-3884,10.642,3.992,0,0,0.910955,-0.412506,300,300,100,1), + (243,324,1,-6611,1404.56,6.793,3.377,0,0,0.993081,-0.117432,300,300,100,1), + (246,324,1,4802.39,-4596,875.652,3.684,0,0,0.963449,-0.267891,300,300,100,1), + (248,324,1,-7580.82,-1666.22,-264.925,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (249,324,1,-7538,-2265,-249,3.113,0,0,0.999898,0.0142959,300,300,100,1), + (254,324,1,-7155,496.514,5.635,5.756,0,0,0.260551,-0.96546,300,300,100,1), + (257,324,1,-6645,828.397,2.542,1.426,0,0,0.654106,0.756403,300,300,100,1), + (261,324,1,-9183,-2180,19.823,5.901,0,0,0.189932,-0.981797,300,300,100,1), + (265,324,1,-7932,-2360,9.681,0.002,0,0,0.001,1,300,300,100,1), + (266,324,1,-7311,-4764,10.918,4.832,0,0,0.663579,-0.748106,300,300,100,1), + (272,324,1,-7998,-4557,9.453,2.159,0,0,0.881722,0.471769,300,300,100,1), + (273,324,1,-8216,-5199,3.911,3.534,0,0,0.980814,-0.194947,300,300,100,1), + (275,324,1,-7268,-4637,10.277,2.693,0,0,0.974951,0.22242,300,300,100,1), + (277,324,1,-7660,-4809,7.771,3.029,0,0,0.998416,0.0562666,300,300,100,1), + (280,324,1,-6350,-1896,-259,0.35,0,0,0.174108,0.984727,300,300,100,1), + (282,324,1,-7702.7,-2188.03,-258.438,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (284,324,1,-7859,-5166,1.305,4.178,0,0,0.86871,-0.49532,300,300,100,1), + (286,324,1,-6960,-2291,-257,3.53,0,0,0.981202,-0.192985,300,300,100,1), + (287,324,1,4298.21,-4370,912.071,1.052,0,0,0.502078,0.864822,300,300,100,1), + (288,324,1,-9118,-2158,14.643,0.636,0,0,0.312667,0.949863,300,300,100,1), + (290,324,1,-8251,-3848,11.246,1.201,0,0,0.565055,0.825053,300,300,100,1), + (292,324,1,6417.55,-4285,665.534,4.316,0,0,0.832493,-0.554035,300,300,100,1), + (293,324,1,5758.97,-4952,828.546,3.704,0,0,0.960722,-0.277512,300,300,100,1), + (294,324,1,-7789,350.248,-34,0.761,0,0,0.371385,0.928479,300,300,100,1), + (299,324,1,-6366,-1830,-260,-2,0,0,-0.841471,0.540302,300,300,100,1), + (300,324,1,-7020,-2424,-213,3.445,0,0,0.988515,-0.151122,300,300,100,1), + (302,324,1,-8307,-2488,16.566,5.434,0,0,0.41195,-0.911207,300,300,100,1), + (304,324,1,-7935,-4640,11.203,2.781,0,0,0.983791,0.179321,300,300,100,1), + (308,324,1,-6978,-2354,-222,3.078,0,0,0.999495,0.0317909,300,300,100,1), + (310,324,1,-8249,-2821,20.754,0.043,0,0,0.0214983,0.999769,300,300,100,1), + (312,324,1,-8200,-2696,14.847,5.33,0,0,0.458754,-0.888563,300,300,100,1), + (313,324,1,-8142,316.634,-35,5.514,0,0,0.375182,-0.926951,300,300,100,1), + (315,324,1,-6791.62,-1799.59,-259.316,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (316,324,1,-6919,-4463,9.676,5.207,0,0,0.512499,-0.858688,300,300,100,1), + (317,324,1,-7212,-2300,-264,3.603,0,0,0.973506,-0.228663,300,300,100,1), + (319,324,1,-6468,770.821,5.647,2.993,0,0,0.997241,0.074228,300,300,100,1), + (321,324,1,-7737,-4866,8.929,4.087,0,0,0.890341,-0.455295,300,300,100,1), + (322,324,1,-7105,-3078,9.449,4.907,0,0,0.635065,-0.772459,300,300,100,1), + (323,324,1,-8306,-4636,2.798,3.124,0,0,0.999961,0.00879618,300,300,100,1), + (326,324,1,-6383,1262.93,5.038,2.786,0,0,0.984236,0.176861,300,300,100,1), + (327,324,1,-7923,-5279,0.569,4.178,0,0,0.86871,-0.49532,300,300,100,1), + (330,324,1,-8175,-5282,0.569,3.534,0,0,0.980814,-0.194947,300,300,100,1), + (333,324,1,-9226,-2118,35.091,0.623,0,0,0.306487,0.951875,300,300,100,1), + (335,324,1,-6314,507.647,7.651,0.496,0,0,0.245466,0.969405,300,300,100,1), + (336,324,1,-6835,-1519,-263,-2,0,0,-0.841471,0.540302,300,300,100,1), + (338,324,1,-7845,-1330,-264,0.419,0,0,0.207971,0.978135,300,300,100,1), + (339,324,1,-7974,-2347,8.89,2.81,0,0,0.986287,0.165038,300,300,100,1), + (340,324,1,4541.62,-4654,890.982,1.598,0,0,0.716659,0.697424,300,300,100,1), + (341,324,1,-6496,1414.35,4.811,2.183,0,0,0.88732,0.461155,300,300,100,1), + (343,324,1,-7357,641.365,-4,0.296,0,0,0.14746,0.989068,300,300,100,1), + (345,324,1,-8061,-1751,-245,-2,0,0,-0.841471,0.540302,300,300,100,1), + (346,324,1,-8042,-4472,10.012,2.159,0,0,0.881722,0.471769,300,300,100,1), + (348,324,1,4331.35,-4464,904.255,0.804,0,0,0.39126,0.92028,300,300,100,1), + (350,324,1,-6975,-4110,11.39,0.365,0,0,0.181489,0.983393,300,300,100,1), + (351,171737,0,-4839.2,-1185.15,509.137,-1.91113,0,0,-0.816641,0.577145,900,900,100,1), + (352,171730,0,-4831.98,-1184.63,502.49,-1.88496,0,0,-0.809017,0.587785,900,900,100,1), + (353,324,1,-6772,-2271,-243,5.793,0,0,0.242646,-0.970115,300,300,100,1), + (357,324,1,-7426,-3885,13.47,3.036,0,0,0.998607,0.0527718,300,300,100,1), + (358,324,1,5506,-4658,792.844,1.777,0,0,0.776127,0.630577,300,300,100,1), + (359,324,1,-7948,-1271,-275,2.621,0,0,0.966314,0.257367,300,300,100,1), + (366,324,1,-9035,-2107,18.84,0.636,0,0,0.312667,0.949863,300,300,100,1), + (367,324,1,-7187,-2310,-246,-2,0,0,-0.841471,0.540302,300,300,100,1), + (369,324,1,-8119,-4545,13.075,-1,0,0,-0.479426,0.877583,300,300,100,1), + (374,324,1,-6947,-2263,-270,6.094,0,0,0.0944517,-0.995529,300,300,100,1), + (376,324,1,-7881,-2323,27.173,5.286,0,0,0.47819,-0.878256,300,300,100,1), + (377,324,1,-6406.31,-2017.48,-265.031,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (378,324,1,-7064,-4155,8.877,1.92,0,0,0.819192,0.57352,300,300,100,1), + (383,324,1,-6256.33,-1561.04,-220.434,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (384,324,1,5532.42,-4548,789.692,4.29,0,0,0.839625,-0.543166,300,300,100,1), + (385,324,1,-7068,-3260,9.727,4.907,0,0,0.635065,-0.772459,300,300,100,1), + (386,324,1,-7504,1915.57,-57,2.839,0,0,0.988577,0.15072,300,300,100,1), + (388,2066,0,-7952.89,-893.744,131.096,3.14159,0,0,1,0,7200,7200,100,1), + (389,176898,0,-8019.49,-1575.21,132.505,3.14159,0,0,1,0,7200,7200,100,1), + (390,2061,0,-8019.49,-1575.21,132.505,3.14159,0,0,1,0,7200,7200,100,1), + (391,176899,0,-8138.42,-1569.88,133.519,3.14159,0,0,1,0,7200,7200,100,1), + (392,2061,0,-8138.42,-1569.88,133.519,3.14159,0,0,1,0,7200,7200,100,1), + (393,176897,0,-8024.92,-1578.48,132.505,-2.43473,0,0,0.938191,-0.346117,7200,7200,100,1), + (394,2061,0,-8024.92,-1578.48,132.505,-2.43473,0,0,0.938191,-0.346117,7200,7200,100,1), + (395,178525,0,-8356.12,-2758.46,185.908,3.09796,0.014118,0.047677,0.998539,0.02116,7200,7200,100,1), + (396,2061,0,-8356.12,-2758.46,185.908,3.09796,0.014118,0.047677,0.998539,0.02116,7200,7200,100,1), + (397,174730,0,-7756.29,-1523.28,131.932,3.14159,0,0,1,0,7200,7200,100,1), + (398,3276,1,-603.328,-4708.8,38.0548,-2.85361,0,0,0.989651,-0.143493,900,900,100,1), + (399,18075,1,315.727,-4666.47,16.1628,-3.14159,0.008725,-0.021814,0.999724,0.00019,900,900,100,1), + (400,2061,1,315.727,-4666.47,16.1628,-3.14159,0.008725,-0.021814,0.999724,0.00019,900,900,100,1), + (401,18076,1,317.67,-4671.1,16.1196,2.97579,0.036577,0.018837,0.995784,0.081979,900,900,100,1), + (402,2061,1,317.67,-4671.1,16.1196,2.97579,0.036577,0.018837,0.995784,0.081979,900,900,100,1), + (403,2066,0,-7756.29,-1523.28,131.932,3.14159,0,0,1,0,7200,7200,100,1), + (404,174729,0,-7694.49,-1540.39,131.614,2.09808,0,0,0.866945,0.498404,7200,7200,100,1), + (405,2066,0,-7694.49,-1540.39,131.614,2.09808,0,0,0.866945,0.498404,7200,7200,100,1), + (406,178524,0,-7496.91,-2173.04,165.471,-1.02691,0,0,-0.49119,0.871052,7200,7200,100,1), + (407,2061,0,-7496.91,-2173.04,165.471,-1.02691,0,0,-0.49119,0.871052,7200,7200,100,1), + (408,167288,0,-8234.53,-1938.08,144.98,0.375246,0,0,0.186524,0.98245,7200,7200,100,1), + (409,2066,0,-8234.53,-1938.08,144.98,0.375246,0,0,0.186524,0.98245,7200,7200,100,1), + (410,179782,0,-7649.36,-629.479,201.412,2.09439,0,0,0.866025,0.5,7200,7200,100,1), + (411,126313,0,-7543.08,-1272.85,273.152,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (412,2061,0,-7543.08,-1272.85,273.152,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (413,126314,0,-7543.86,-1274.22,250.392,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (414,2061,0,-7543.86,-1274.22,250.392,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (415,126342,0,-7517.62,-1338.7,291.773,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (416,126338,0,-7586.38,-1285.8,301.35,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (417,126340,0,-7522.6,-1274.6,296.637,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (418,126341,0,-7524.32,-1293.11,296.637,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (419,126335,0,-7576.99,-1296.62,245.518,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (420,2061,0,-7576.99,-1296.62,245.518,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (421,126337,0,-7579.47,-1269.68,301.35,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (422,126312,0,-7588.21,-1286.63,244.812,-3.02109,-0.064748,-0.010316,0.996012,-0.060503,7200,7200,100,1), + (423,171731,0,-4834,-1183.99,502.49,-1.88496,0,0,-0.809017,0.587785,900,900,100,1), + (424,2061,0,-7588.21,-1286.63,244.812,-3.02109,-0.064748,-0.010316,0.996012,-0.060503,7200,7200,100,1), + (425,18077,1,-782.757,-4903.25,19.52,-2.58309,0.037117,0.028782,0.959991,-0.276064,900,900,100,1), + (426,2061,0,-13485.5,182.14,42.6382,1.79769,0.043746,-0.057043,0.779825,0.621856,900,900,100,1), + (427,179584,0,-7590.69,-1139.77,260.681,-2.76635,0,0,0.98245,-0.186524,7200,7200,100,1), + (428,179585,0,-7625.35,-1226.51,231.776,-2.77262,-0.05277,-0.032732,0.980894,-0.184368,7200,7200,100,1), + (429,1984,0,-14126.9,467.527,1.84972,2.64417,-0.00631,0.010606,0.969138,0.246208,900,900,100,1), + (430,126345,0,-7534.01,-1316.83,289.916,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (431,171732,0,-4823.24,-1187.74,502.49,-1.89368,0,0,-0.811574,0.58425,900,900,100,1), + (432,2061,0,-14126.9,467.527,1.84972,2.64417,-0.00631,0.010606,0.969138,0.246208,900,900,100,1), + (433,171738,0,-4841.6,-1185.98,509.137,-0.340339,0,0,-0.169349,0.985556,900,900,100,1), + (434,126339,0,-7543,-1285.67,301.35,-3.01942,0,0,0.998135,-0.061049,7200,7200,100,1), + (435,50983,0,-8099.92,-1524.54,131.873,1.38754,0,0,0.639439,0.768842,7200,7200,100,1), + (436,51703,0,-8093.27,-1528.69,134.047,-2.92343,0,0,0.994056,-0.108867,7200,7200,100,1), + (437,51702,0,-8106.03,-1523.98,133.778,-0.706857,0,0,-0.346117,0.938192,7200,7200,100,1), + (438,3936,0,-8092.23,-1901.79,134.228,0.96866,0,0,0.465615,0.884987,7200,7200,100,1), + (439,3937,0,-8093.63,-1885.11,182.532,0.829033,0,0,0.402747,0.915311,7200,7200,100,1), + (440,3224,1,1303.61,-4397.36,29.1405,-3.11541,0,0,0.999914,-0.01309,900,900,100,1), + (441,3941,0,-8081.28,-1900.51,147.677,1.98968,0,0,0.83867,0.544639,7200,7200,100,1), + (442,3942,0,-8100.9,-1896.27,147.677,2.07694,0,0,0.861629,0.507539,7200,7200,100,1), + (443,180691,509,-8938.36,1860.11,3.23041,3.75246,0,0,-0.953716,0.300708,21600,21600,100,1), + (444,180691,509,-9344.26,1191.31,22.0217,1.309,0,0,0.608761,0.793354,21600,21600,100,1), + (445,180691,509,-9541.15,1585.01,26.5581,4.04917,0,0,-0.898793,0.438373,21600,21600,100,1), + (446,180691,509,-9694.64,1653.44,22.4991,5.86431,0,0,-0.207912,0.978148,21600,21600,100,1), + (447,180691,509,-9090.66,1500.96,24.4341,0.977383,0,0,0.469471,0.882948,21600,21600,100,1), + (448,180691,509,-9121.05,2180.52,24.8621,0.90757,0,0,0.438371,0.898794,21600,21600,100,1), + (449,180691,509,-9519.04,2003.01,109.034,2.42601,0,0,0.936672,0.350207,21600,21600,100,1), + (450,180691,509,-8713.44,1543.34,32.2034,0.767944,0,0,0.374606,0.927184,21600,21600,100,1), + (451,180691,509,-9006.97,1988.6,32.2369,6.16101,0,0,-0.0610485,0.998135,21600,21600,100,1), + (452,180691,509,-8772.14,2003.6,21.907,2.91469,0,0,0.993571,0.113208,21600,21600,100,1), + (456,1617,0,-9715,1432.14,45.3387,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (457,171733,0,-4825.41,-1189.06,502.49,-0.322887,0,0,-0.160743,0.986996,900,900,100,1), + (458,1617,1,5048.67,329.374,31.48,5.716,0,0,0.279807,-0.960056,300,300,100,1), + (459,1617,1,7237.7,-783,26.589,0,0,0,0,1,300,300,100,1), + (460,1617,1,6172.95,366.954,33.24,1.728,0,0,0.760446,0.649401,300,300,100,1), + (461,171734,0,-4824.4,-1191.44,502.49,1.24791,0,0,0.584249,0.811574,900,900,100,1), + (462,1617,1,426.637,-2819.96,91.6667,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (463,171736,0,-4838.07,-1187.07,509.137,2.80125,0,0,0.985556,0.16935,900,900,100,1), + (464,142851,0,-4835.16,-1187.25,502.49,1.25664,0,0,0.587785,0.809017,900,900,100,1), + (465,1617,0,2317.02,491.922,34.029,-1,0,0,-0.479426,0.877583,300,300,100,1), + (466,1617,1,1326.19,-4245,32.268,0.754,0,0,0.368133,0.929773,300,300,100,1), + (467,1617,1,1303.82,-4208.95,27.4298,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (468,1617,1,62.3123,-4479.89,47.7699,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (469,1617,0,-10516,1896.24,38.193,-2,0,0,-0.841471,0.540302,300,300,100,1), + (470,1617,1,4454.28,467.749,50.933,0.576,0,0,0.284035,0.958814,300,300,100,1), + (471,1617,1,6645.38,361.735,26.8457,-1.3439,0,0,-0.622513,0.782609,300,300,100,1), + (472,1617,0,-10332.2,1244.15,39.5897,-1.36136,0,0,-0.629322,0.777145,300,300,100,1), + (473,1617,1,451.24,-3405.39,91.6825,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (474,171606,0,-4804.75,-1189.88,512.487,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (475,1617,1,8.508,-4230,76.865,2.98,0,0,0.996738,0.0807084,300,300,100,1), + (476,1617,1,7184.15,-644.258,41.5095,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (477,1617,1,-1156.79,-411.42,-26.6657,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (478,1617,1,7039.44,44.654,18.0968,4.127,0,0,0.881057,-0.47301,300,300,100,1), + (479,180655,0,699.816,1845.44,-0.446223,-2.44346,0,0,-0.939692,0.342021,180,180,100,1), + (480,143338,0,-4810.88,-1177.32,505.397,1.50098,0,0,0.681999,0.731353,900,900,100,1), + (481,171706,0,-4821.71,-1177.98,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (482,1617,1,129.599,-2920.54,92.4678,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (483,1617,1,-1589.33,-315.052,-28.3745,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (484,1617,1,-1878,-3042,89.075,3.79,0,0,0.947905,-0.318554,300,300,100,1), + (485,180656,0,699.816,1845.44,-0.446223,-2.44346,0,0,-0.939692,0.342021,180,180,100,1), + (486,1617,1,1285.33,-4089,30.211,1.692,0,0,0.748634,0.662983,300,300,100,1), + (487,1617,1,1301.37,-4127,28.347,0.691,0,0,0.338667,0.940906,300,300,100,1), + (488,1617,1,600.744,-1319,91.669,4.113,0,0,0.884347,-0.466831,300,300,100,1), + (489,1617,1,678.51,-1315,93.493,5.06,0,0,0.574172,-0.818735,300,300,100,1), + (490,1617,1,6900.44,-524,43.778,5.442,0,0,0.408302,-0.912847,300,300,100,1), + (491,1617,0,1139.96,1260.25,41.2663,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (492,2061,0,-4821.71,-1177.98,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (493,1617,1,7131.54,74.169,14.965,1.044,0,0,0.498615,0.866824,300,300,100,1), + (494,1617,1,7145.9,52.23,14.659,1.441,0,0,0.65976,0.751476,300,300,100,1), + (495,1617,1,7114.1,-297,38.313,1.044,0,0,0.498615,0.866824,300,300,100,1), + (496,1617,1,7080.67,96.235,13.352,3.714,0,0,0.959323,-0.282312,300,300,100,1), + (497,1617,1,7130.63,93.526,16.112,5.839,0,0,0.220271,-0.975439,300,300,100,1), + (498,1617,1,6799.54,-327,40.15,5.65,0,0,0.31133,-0.950302,300,300,100,1), + (499,1617,1,1375.91,-4587,39.316,1.771,0,0,0.774232,0.632902,300,300,100,1), + (500,1617,1,1399.32,-4626,38.351,1.669,0,0,0.740961,0.671548,300,300,100,1), + (501,1617,1,7137.12,84.088,15.076,-1,0,0,-0.479426,0.877583,300,300,100,1), + (502,180657,0,-1199.8,-833.747,0,2.46091,0,0,0.942641,0.333809,180,180,100,1), + (503,171552,0,-4970.59,-1209.67,501.778,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (504,1617,1,1091.89,-4071,15.142,2.564,0,0,0.958587,0.284799,300,300,100,1), + (505,1617,1,1060.03,-4001,22.855,1.751,0,0,0.767864,0.640613,300,300,100,1), + (506,1617,1,1056.19,-3958,19.563,6.055,0,0,0.113845,-0.993499,300,300,100,1), + (507,1617,1,-231,-2394,91.667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (508,1617,0,2065.34,840.386,36.0886,2.9845,0,0,0.996917,0.0784656,300,300,255,1), + (509,148976,0,-4970.59,-1209.67,501.778,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (510,1617,0,2512.1,474.549,35.675,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (511,1617,1,1331.61,-4261,31.054,0.364,0,0,0.180997,0.983484,300,300,100,1), + (512,171555,0,-4960.58,-1274.09,501.639,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (513,2061,0,-4960.58,-1274.09,501.639,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (514,1617,1,101.713,-4080.68,54.7553,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (515,1617,0,1255.8,1150.57,50.616,0.227,0,0,0.113256,0.993566,300,300,100,1), + (516,171556,0,-4949.82,-1277.37,501.583,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (517,1617,1,-1960,-62,-2,-2,0,0,-0.841471,0.540302,300,300,100,1), + (518,1617,1,-2333,-1375,18.075,1.023,0,0,0.489486,0.872011,300,300,100,1), + (519,1617,1,-2339,-1334,6.778,1.408,0,0,0.647272,0.762259,300,300,100,1), + (520,1617,1,-475.922,-1968.03,92.3905,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (521,1617,1,-2333,-1275,-2,2.543,0,0,0.955544,0.294848,300,300,100,1), + (522,1617,1,6137.04,41.2724,43.2857,-0.558505,0,0,-0.275637,0.961262,300,300,100,1), + (523,1617,1,-880,-4739,29.577,2.415,0,0,0.934731,0.355357,300,300,100,1), + (524,142912,0,-4973.22,-1280.35,501.979,0.959931,0,0,0.461749,0.887011,900,900,100,1), + (525,1617,0,2452.52,592.299,29.546,-2,0,0,-0.841471,0.540302,300,300,100,1), + (526,171665,0,-4971.16,-1277.57,501.979,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (527,171666,0,-4966.4,-1285.25,501.979,-0.602139,0,0,-0.296542,0.95502,900,900,100,1), + (528,1617,1,379.352,-4041,32.195,1.394,0,0,0.64192,0.766771,300,300,100,1), + (529,1617,0,1360.65,1053.08,53.782,0.401,0,0,0.199159,0.979967,300,300,100,1), + (530,1617,1,-395,-4676,43.094,1.775,0,0,0.775496,0.631353,300,300,100,1), + (531,1617,1,552.955,-4920,27.37,-2,0,0,-0.841471,0.540302,300,300,100,1), + (532,1617,1,12.392,-2422,93.3824,4.086,0,0,0.890568,-0.45485,300,300,100,1), + (533,1617,1,-15,-2447,119.412,5.365,0,0,0.443135,-0.896455,300,300,100,1), + (534,1617,1,4484.83,178.435,61.7719,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (535,171668,0,-4963.39,-1287.29,501.979,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (536,180662,0,-1068.16,-336.681,0,1.90241,0,0,0.814116,0.580702,180,180,100,1), + (537,1617,0,-5145,-3430,297.715,0.823,0,0,0.399985,0.916522,300,300,100,1), + (538,1617,0,-5019,-3489,299.133,5.959,0,0,0.161384,-0.986892,300,300,100,1), + (539,1617,0,-5012,-3495,301.964,0.237,0,0,0.118223,0.992987,300,300,100,1), + (540,1617,1,-386,-4871,45.498,5.82,0,0,0.229528,-0.973302,300,300,100,1), + (541,1617,0,1430.56,653.667,51.9433,0.052359,0,0,0.0261765,0.999657,300,300,255,1), + (542,1617,1,-845.504,-2742.02,91.6667,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (543,180664,0,-1032.62,-405.506,0,-0.174533,0,0,-0.0871558,0.996195,180,180,100,1), + (544,171664,0,-4969.41,-1278.77,501.979,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (545,171673,0,-4974.25,-1280.15,510.323,-2.19039,0,0,0.889017,-0.457874,900,900,100,1), + (546,1617,0,-4995,-3604,298.548,2.978,0,0,0.996657,0.0817052,300,300,100,1), + (547,143255,0,-4955.59,-1270.56,508.418,1.00356,0,0,0.480989,0.876727,900,900,100,1), + (548,142911,0,-4971.47,-1281.55,501.979,0.959931,0,0,0.461749,0.887011,900,900,100,1), + (549,1617,1,5188.07,315.228,35.38,2.779,0,0,0.983611,0.180305,300,300,100,1), + (550,1617,1,5619.42,340.177,21.084,3.31,0,0,0.996457,-0.0841042,300,300,100,1), + (551,1617,1,5911.94,-1,34.008,0.211,0,0,0.105304,0.99444,300,300,100,1), + (552,1617,1,5817.34,120.015,31.138,6.141,0,0,0.0710329,-0.997474,300,300,100,1), + (553,180657,0,-1176.62,161.262,0,-2.09439,0,0,-0.866024,0.500002,180,180,100,1), + (554,180662,0,-1176.62,161.262,0,-2.09439,0,0,-0.866024,0.500002,180,180,100,1), + (555,1617,1,6489.08,11.864,33.3245,0.881,0,0,0.426392,0.904539,300,300,100,1), + (556,142916,0,-4960.93,-1286.99,510.31,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (557,1617,0,1432.96,544.227,48.2039,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (558,171671,0,-4973.88,-1282.49,510.323,2.522,0,0,0.952396,0.304864,900,900,100,1), + (559,180662,0,-1093.24,-33.4709,0,-0.139626,0,0,-0.0697563,0.997564,180,180,100,1), + (560,1617,1,-1097,-5146,2.327,1.716,0,0,0.756536,0.653952,300,300,100,1), + (561,1617,1,-288,-4702,38.985,1.434,0,0,0.657126,0.75378,300,300,100,1), + (562,1617,1,10.926,-2448,102.508,4.192,0,0,0.865222,-0.501389,300,300,100,1), + (563,179552,230,839.6,9.86411,-53.7335,1.68579,0,0,0.746574,0.665303,180,180,0,1), + (564,1617,1,-1418,-5171,3.955,3.231,0,0,0.999001,-0.0446888,300,300,100,1), + (565,171669,0,-4963.88,-1285.02,501.979,-2.17294,0,0,0.884988,-0.465614,900,900,100,1), + (566,1617,1,4432.75,121.94,57.6481,3.356,0,0,0.994259,-0.106998,300,300,100,1), + (567,171670,0,-4976.34,-1283.11,510.323,0.951206,0,0,0.457875,0.889017,900,900,100,1), + (568,1617,1,776.61,-4405,18.767,-1,0,0,-0.479426,0.877583,300,300,100,1), + (569,1617,1,-1080,554.219,54.488,-2,0,0,-0.841471,0.540302,300,300,100,1), + (570,142914,0,-4964.06,-1285.03,510.31,-0.602139,0,0,-0.296542,0.95502,900,900,100,1), + (571,1617,1,-1558.19,303.555,42.869,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (572,1617,0,1147.77,1535.59,34.6036,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (573,142915,0,-4963.46,-1287.17,510.31,0.968658,0,0,0.465615,0.884988,900,900,100,1), + (574,171667,0,-4965.73,-1287.7,501.979,0.968658,0,0,0.465615,0.884988,900,900,100,1), + (575,171672,0,-4976.54,-1280.59,510.323,-0.619592,0,0,-0.304864,0.952396,900,900,100,1), + (576,1617,0,2242.11,686.102,37.4278,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (577,1617,1,4642.72,414.602,47.4611,4.047,0,0,0.899268,-0.437398,300,300,100,1), + (578,1617,0,-4967,-3611,299.149,3.367,0,0,0.993656,-0.112465,300,300,100,1), + (579,1617,0,-4956,-3601,297.204,2.841,0,0,0.988727,0.149731,300,300,100,1), + (581,180657,0,-1056.71,288.538,0,-2.93215,0,0,-0.994522,0.10453,180,180,100,1), + (582,1617,0,-11287,1561.21,71.119,2.217,0,0,0.895031,0.446005,300,300,100,1), + (583,1617,1,-2475.99,-71.0842,-3.06786,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (585,1617,1,-798.95,-2859.27,91.6667,0.471238,0,0,0.233445,0.97237,300,300,255,1), + (586,1617,1,381.297,-4921,24.043,5.895,0,0,0.192876,-0.981223,300,300,100,1), + (587,1617,0,1060.06,1466.32,37.9948,2.042,0,0,0.852631,0.522514,300,300,100,1), + (588,1617,0,-11240.1,1721.31,37.4474,-0.034907,0,0,-0.0174526,0.999848,300,300,100,1), + (589,1617,1,-554,-2706,91.6667,0.314,0,0,0.156356,0.987701,300,300,100,1), + (590,171746,0,-4863.04,-1172.48,504.197,0.200711,0,0,0.100187,0.994969,900,900,100,1), + (591,1617,1,739.137,-3901,18.2389,4.657,0,0,0.726416,-0.687255,300,300,100,1), + (592,171747,0,-4860.68,-1170.29,504.197,-2.33001,0,0,0.918791,-0.394744,900,900,100,1), + (593,1617,1,-1186.96,-3192.73,91.8396,-1.27409,0,0,-0.594823,0.803857,300,300,255,1), + (594,1617,1,-1924,106.785,32.499,3.262,0,0,0.998188,-0.0601674,300,300,100,1), + (595,1617,1,-2003.62,-833.772,-8.44249,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (596,171559,0,-5023.6,-1206.5,501.606,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (597,1617,0,-5131,-3404,301.496,1.957,0,0,0.829661,0.558268,300,300,100,1), + (598,1617,1,-2178,-1019,9.797,0.717,0,0,0.35087,0.936424,300,300,100,1), + (599,1617,1,-2222,-977,0.896,2.692,0,0,0.97484,0.222908,300,300,100,1), + (600,1617,1,-2315,63.033,36.752,0.908,0,0,0.438564,0.8987,300,300,100,1), + (601,2061,0,-5023.6,-1206.5,501.606,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (602,1617,1,-239.771,-5044.97,20.8657,3.586,0,0,0.975414,-0.22038,300,300,100,1), + (603,171639,0,-5023.4,-1261.69,505.295,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (604,1617,1,54.377,-1883,94.587,4.125,0,0,0.88153,-0.472128,300,300,100,1), + (605,1617,1,176.738,-1994,92.355,5.221,0,0,0.506476,-0.862254,300,300,100,1), + (606,1617,1,166.057,-1710,93.846,2.26,0,0,0.904412,0.42666,300,300,100,1), + (607,1617,0,-6085,-2783,414.814,2.904,0,0,0.992952,0.118517,300,300,100,1), + (608,1617,0,-6077.89,-2806.17,412.348,4.003,0,0,0.908672,-0.41751,300,300,100,1), + (609,1617,1,-1026,-4802,13.723,3.683,0,0,0.963583,-0.26741,300,300,100,1), + (610,2061,0,-5023.4,-1261.69,505.295,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (611,171638,0,-5031,-1252.47,505.295,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (612,2061,0,-5031,-1252.47,505.295,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (613,171641,0,-5026.75,-1289.01,507.714,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (615,1617,1,481.612,-4944,32.565,5.124,0,0,0.547683,-0.836686,300,300,100,1), + (616,1617,1,354.219,-5033,20.688,5.395,0,0,0.429639,-0.903001,300,300,100,1), + (617,2061,0,-5026.75,-1289.01,507.714,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (618,180662,0,-1056.71,288.538,0,-2.93215,0,0,-0.994522,0.10453,180,180,100,1), + (619,176573,0,-5007.49,-1240.82,518.174,-0.977384,0,0,0.469472,-0.882948,900,900,100,1), + (620,1617,1,-81,-3201,91.742,3.079,0,0,0.99951,0.0312912,300,300,100,1), + (621,143254,0,-5028.5,-1187.64,506.21,0.5236,0,0,0.25882,0.965926,900,900,100,1), + (622,180657,0,-1101.77,-285.447,0,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (623,1617,1,-2208,-1068,1.405,1.313,0,0,0.610348,0.792133,300,300,100,1), + (624,180655,0,-335.832,1723.09,0,-1.8326,0,0,-0.793355,0.60876,180,180,100,1), + (625,1617,1,-124.365,-5144.47,20.6892,4.787,0,0,0.680242,-0.732988,300,300,100,1), + (626,1617,1,-116.26,-5164.3,19.904,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (627,1617,1,-135.702,-5153.32,20.3162,5.408,0,0,0.42376,-0.905774,300,300,100,1), + (628,171527,0,-4979.33,-1199.22,504.024,0.689404,0,0,0.337916,0.941176,900,900,100,1), + (629,3943,0,-8081.89,-1895.87,182.532,1.63188,0,0,0.728371,0.685183,7200,7200,100,1), + (630,1617,1,-965,-2050,81.107,3.941,0,0,0.921176,-0.389145,300,300,100,1), + (631,1617,1,-1528,112.738,-6,5.159,0,0,0.532958,-0.846142,300,300,100,1), + (632,1617,1,750.504,-2393,91.667,2.618,0,0,0.965927,0.258816,300,300,100,1), + (633,1617,1,1233.74,-5047,3.209,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (634,1617,1,7213.34,-924,44.351,1.972,0,0,0.833825,0.55203,300,300,100,1), + (635,171525,0,-4979.23,-1197.92,503.924,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (636,171526,0,-4980.52,-1197.82,504.024,-2.45219,0,0,0.941176,-0.337917,900,900,100,1), + (637,1617,1,145.911,-4620,30.003,0.611,0,0,0.30077,0.953697,300,300,100,1), + (638,1617,1,-1433,-372,-43,-2,0,0,-0.841471,0.540302,300,300,100,1), + (639,180656,0,-335.832,1723.09,0,-1.8326,0,0,-0.793355,0.60876,180,180,100,1), + (640,171557,0,-4973.9,-1159.04,501.612,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (641,1617,0,2061.84,947.026,38.094,-2,0,0,-0.841471,0.540302,300,300,100,1), + (642,1617,1,6994.25,-487,47.211,0.443,0,0,0.219693,0.975569,300,300,100,1), + (643,1617,1,-1522.37,-877.791,24.0433,2.77507,0,0,0.983255,0.182237,300,300,100,1), + (644,1617,1,-1819,-365,-6,1.163,0,0,0.549278,0.83564,300,300,100,1), + (645,1617,1,6062.24,330.004,28.136,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (646,2061,0,-4973.9,-1159.04,501.612,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (647,1617,1,-1281.33,-396.379,-38.5493,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (648,1617,0,-9884.5,1532.05,47.128,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (649,180657,0,-1102.51,-83.557,0,0.069813,0,0,0.0348994,0.999391,180,180,100,1), + (650,1617,1,-902,-2070,81.519,4.347,0,0,0.823806,-0.566872,300,300,100,1), + (651,1617,0,-5863,-3313,294.324,0.465,0,0,0.230411,0.973093,300,300,100,1), + (652,1617,0,-5950,-3277,281.47,1.557,0,0,0.702212,0.711968,300,300,100,1), + (653,1617,0,-5908,-3325,290.878,4.015,0,0,0.906151,-0.422955,300,300,100,1), + (654,1617,0,-5895,-3267,292.339,1.31,0,0,0.609159,0.793048,300,300,100,1), + (655,1617,0,-5977,-3282,275.877,1.922,0,0,0.819765,0.572701,300,300,100,1), + (656,1617,0,-5961,-3309,277.01,5.468,0,0,0.3964,-0.918078,300,300,100,1), + (657,1617,0,-5281,-2846,345.357,-1,0,0,-0.479426,0.877583,300,300,100,1), + (658,171536,0,-5022.02,-1116.98,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (659,1617,1,521.076,-3664.99,27.5696,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (660,2061,0,-5022.02,-1116.98,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (661,1617,1,-599,-4924,35.163,4.344,0,0,0.824655,-0.565635,300,300,100,1), + (662,1617,1,-628,-4935,34.68,4.175,0,0,0.869452,-0.494017,300,300,100,1), + (663,1617,0,-9869.6,879.703,32.099,2.42601,0,0,0.936673,0.350206,300,300,100,1), + (664,171539,0,-4989.99,-1080.22,497.987,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (665,2061,0,-4989.99,-1080.22,497.987,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (666,171540,0,-5025.33,-1083.12,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (667,1617,1,6124.09,415.109,27.894,4.408,0,0,0.806136,-0.59173,300,300,100,1), + (668,1617,1,59.697,-4324,63.289,4.233,0,0,0.854762,-0.51902,300,300,100,1), + (669,2061,0,-5025.33,-1083.12,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (670,171535,0,-4988.84,-1108.41,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (671,1617,1,-27,-2243,91.667,0.192,0,0,0.0958526,0.995396,300,300,100,1), + (672,2061,0,-4988.84,-1108.41,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (673,171658,0,-5058.27,-1165.86,503.695,-0.322887,0,0,-0.160743,0.986996,900,900,100,1), + (674,171654,0,-5037.39,-1108.51,508.667,-1.85005,0,0,-0.798635,0.601815,900,900,100,1), + (675,171650,0,-5022.18,-1127.52,511.99,-2.96706,0,0,0.996195,-0.087156,900,900,100,1), + (676,180662,0,-1102.51,-83.557,0,0.069813,0,0,0.0348994,0.999391,180,180,100,1), + (677,1617,0,2266.3,987.928,44.4053,-0.872664,0,0,-0.422618,0.906308,300,300,255,1), + (678,3226,1,306.623,-4741.73,12.8672,0.034906,0,0,0.017452,0.999848,900,900,100,1), + (679,1617,0,1118.51,1147.29,45.188,-1,0,0,-0.479426,0.877583,300,300,100,1), + (680,1617,1,-1762.1,224.467,38.1832,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (681,1617,1,-86,-2895,92.098,3.935,0,0,0.92234,-0.38638,300,300,100,1), + (682,171651,0,-5025.38,-1127.88,511.99,-0.436331,0,0,-0.216439,0.976296,900,900,100,1), + (683,171653,0,-5037.43,-1107.79,501.984,0.567231,0,0,0.279829,0.96005,900,900,100,1), + (684,1617,1,719.399,-4984,17.222,5.058,0,0,0.574991,-0.81816,300,300,100,1), + (685,1617,1,673.2,-4919,26.861,5.957,0,0,0.162371,-0.98673,300,300,100,1), + (686,1617,1,640.641,-4923,32.171,0.055,0,0,0.0274965,0.999622,300,300,100,1), + (687,1617,1,593.542,-4910,26.619,6.161,0,0,0.0610548,-0.998134,300,300,100,1), + (688,1617,1,548.285,-4925,27.793,6.185,0,0,0.049073,-0.998795,300,300,100,1), + (689,1617,1,619.577,-1386,99.08,0.308,0,0,0.153392,0.988165,300,300,100,1), + (690,1617,1,6354.49,52.359,33.345,-1,0,0,-0.479426,0.877583,300,300,100,1), + (691,1617,1,5199.67,283.565,39.3069,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (692,1617,1,4963.24,287.666,41.1007,2.91469,0,0,0.993571,0.113208,300,300,100,1), + (693,171652,0,-5037.57,-1104.63,501.984,-0.567232,0,0,-0.279829,0.96005,900,900,100,1), + (694,171656,0,-5037.01,-1112.12,508.667,2.68781,0,0,0.97437,0.224951,900,900,100,1), + (695,1617,1,-823.522,173.456,-10.2636,0.471238,0,0,0.233445,0.97237,300,300,255,1), + (696,1617,1,468.837,-3003,92.177,0.017,0,0,0.0084999,0.999964,300,300,100,1), + (697,1617,0,2288.44,1252.32,38.206,1.99,0,0,0.838759,0.544503,300,300,100,1), + (698,180657,0,-1107.49,-147.94,0,-2.75762,0,0,-0.981627,0.190809,180,180,100,1), + (699,1617,0,1809.61,1146.16,46.272,0.314,0,0,0.156356,0.987701,300,300,100,1), + (700,1617,1,-838,-1968,92.062,4.968,0,0,0.611213,-0.791466,300,300,100,1), + (701,171657,0,-5039.72,-1108.76,508.667,-0.890117,0,0,-0.430511,0.902585,900,900,100,1), + (702,1617,1,-946,-705,-34,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (703,1617,0,-5295,-2778,353.012,1.274,0,0,0.594786,0.803884,300,300,100,1), + (704,1617,1,-2303,-1304,9.941,1.278,0,0,0.596393,0.802693,300,300,100,1), + (705,1617,1,-1312.37,-3093.32,93.212,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (706,180662,0,-1107.49,-147.94,0,-2.75762,0,0,-0.981627,0.190809,180,180,100,1), + (707,143249,0,-5023.99,-1156.32,505.413,-1.32645,0,0,-0.615661,0.788011,900,900,100,1), + (708,180657,0,-985.492,335.767,0,-1.36136,0,0,-0.629322,0.777145,180,180,100,1), + (709,1617,0,-4888,-3474,300.524,1.565,0,0,0.705055,0.709153,300,300,100,1), + (710,1617,0,-4913,-3495,299.134,0.626,0,0,0.307914,0.951414,300,300,100,1), + (711,1617,0,-10278.2,1513.24,41.5956,3.12414,0,0,0.999962,0.0087262,300,300,100,1), + (712,1617,0,-5570,-3181,329.772,4.043,0,0,0.900141,-0.435599,300,300,100,1), + (713,180662,0,-985.492,335.767,0,-1.36136,0,0,-0.629322,0.777145,180,180,100,1), + (714,1617,1,-2239,-1250,27.351,5.339,0,0,0.454751,-0.890619,300,300,100,1), + (715,1617,1,-2241,-1177,5.049,3.006,0,0,0.997703,0.0677444,300,300,100,1), + (716,1617,1,-2305,-1255,6.772,0.787,0,0,0.383423,0.923573,300,300,100,1), + (717,171558,0,-5035.62,-1158.8,501.623,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (718,2061,0,-5035.62,-1158.8,501.623,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (719,171659,0,-5055.12,-1165.15,503.695,-2.85361,0,0,0.989651,-0.143493,900,900,100,1), + (720,171655,0,-5039.2,-1112.08,508.667,1.72788,0,0,0.760406,0.649448,900,900,100,1), + (721,1617,1,-2216,-1205,19.657,1.094,0,0,0.520127,0.854089,300,300,100,1), + (722,180662,0,-1304.26,-991.073,0,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (723,1617,1,-1929,-2870,91.855,3.491,0,0,0.984778,-0.173816,300,300,100,1), + (724,180662,0,-1108.14,-216.96,0,2.07694,0,0,0.861629,0.507539,180,180,100,1), + (725,180662,0,-1263.25,-908.322,0,1.5708,0,0,0.707108,0.707106,180,180,100,1), + (726,180655,0,-459.576,1677.06,0,-1.90241,0,0,-0.814116,0.580702,180,180,100,1), + (727,1617,1,1193.99,-4978,10.756,1.414,0,0,0.649556,0.760314,300,300,100,1), + (728,1617,0,1859.72,704.132,40.2275,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (729,1617,1,-1868,-2995,93.478,4.273,0,0,0.844212,-0.53601,300,300,100,1), + (730,1617,1,-1871,-2958,92.585,3.711,0,0,0.959745,-0.280873,300,300,100,1), + (731,1617,1,246.02,-3153.48,90.0559,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (732,180656,0,-459.576,1677.06,0,-1.90241,0,0,-0.814116,0.580702,180,180,100,1), + (733,180582,0,719.737,978.174,32.9329,-0.802851,0,0,-0.390731,0.920505,180,180,100,1), + (735,171584,0,-4955.28,-1013.97,503.875,-2.53945,0,0,0.95502,-0.296541,900,900,100,1), + (736,171582,0,-4960.93,-1023.36,503.873,2.19911,0,0,0.891006,0.453991,900,900,100,1), + (737,171583,0,-4962.63,-1020.54,503.873,-1.37881,0,0,-0.636078,0.771625,900,900,100,1), + (738,180655,0,719.737,978.174,32.9329,-0.802851,0,0,-0.390731,0.920505,180,180,100,1), + (739,1617,1,6600.56,371.189,31.966,5.002,0,0,0.597671,-0.801742,300,300,100,1), + (740,171587,0,-4961.01,-1015.29,503.874,0.069814,0,0,0.0349,0.999391,900,900,100,1), + (741,171580,0,-4962.61,-1022.17,503.873,1.23918,0,0,0.580703,0.814115,900,900,100,1), + (742,171581,0,-4960.31,-1021.42,503.873,-2.33874,0,0,0.920505,-0.390731,900,900,100,1), + (743,1617,1,-1571.92,-575.409,-48.7972,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (744,1617,1,958.654,-4227,-7,3.463,0,0,0.987115,-0.160013,300,300,100,1), + (745,1617,1,939.8,-4214,-6,4.429,0,0,0.799878,-0.600162,300,300,100,1), + (746,171608,0,-5015.06,-991.25,503.888,-1.92859,0,0,-0.821647,0.569996,900,900,100,1), + (747,1617,1,-1738,66.917,-2,1.902,0,0,0.813997,0.580869,300,300,100,1), + (748,1617,1,-838,-5355,3.759,5.996,0,0,0.1431,-0.989708,300,300,100,1), + (749,171537,0,-5011.37,-1054.44,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (750,2061,0,-5011.37,-1054.44,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (751,180582,0,643.843,916.963,32.9319,3.14159,0,0,1,0.00000126759,180,180,100,1), + (752,1617,1,1091.26,-5007,23.831,5.553,0,0,0.357036,-0.934091,300,300,100,1), + (753,1617,1,1447.67,-4866,12.74,0.785,0,0,0.3825,0.923956,300,300,100,1), + (754,1617,1,1192.06,-4960,13.553,4.115,0,0,0.883879,-0.467715,300,300,100,1), + (755,171609,0,-5018.6,-993.225,503.888,0.776672,0,0,0.378649,0.92554,900,900,100,1), + (757,1617,0,1701.92,705.036,63.8095,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (758,3227,1,305.829,-4741.75,12.8513,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (759,1617,1,-2244.55,-1276.81,28.7988,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (760,171611,0,-5015.82,-994.4,503.888,1.7366,0,0,0.763232,0.646124,900,900,100,1), + (761,171612,0,-5023.07,-1001.75,503.889,0.57596,0,0,0.284016,0.95882,900,900,100,1), + (762,149413,0,-4950.79,-1025.79,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (763,2061,0,-4950.79,-1025.79,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (764,1617,1,1302.39,-4129.69,28.5567,0.691,0,0,0.338667,0.940906,300,300,100,1), + (765,1617,1,1290.39,-4175,26.4116,0.227,0,0,0.113256,0.993566,300,300,100,1), + (766,1617,1,-2289,-943,-5,0.925,0,0,0.446187,0.89494,300,300,100,1), + (767,180655,0,643.843,916.963,32.9319,3.14159,0,0,1,0.00000126759,180,180,100,1), + (768,171614,0,-5023.25,-999.599,503.889,-0.645772,0,0,-0.317305,0.948324,900,900,100,1), + (769,1617,1,7150.55,-314,37.351,3.522,0,0,0.981966,-0.189059,300,300,100,1), + (770,1617,0,-4936,-3510,299.385,4.911,0,0,0.633519,-0.773727,300,300,100,1), + (771,1617,0,-4932,-3492,303.838,5.056,0,0,0.575808,-0.817585,300,300,100,1), + (772,1617,1,6835.04,273.373,20.978,2.332,0,0,0.919183,0.393832,300,300,100,1), + (773,171585,0,-4957.44,-1012.4,503.875,-1.84132,0,0,-0.796002,0.605294,900,900,100,1), + (774,1617,1,-1701,-806,18.385,0.559,0,0,0.275875,0.961194,300,300,100,1), + (775,1617,1,-1571,-2899,91.667,0.454,0,0,0.225056,0.974346,300,300,100,1), + (776,180582,0,664.48,728.523,32.9329,-0.279253,0,0,-0.139173,0.990268,180,180,100,1), + (777,171586,0,-4955.04,-1016.11,503.875,2.522,0,0,0.952396,0.304864,900,900,100,1), + (778,3228,1,306.174,-4741.32,12.8754,1.6057,0,0,0.71934,0.694658,900,900,100,1), + (779,171613,0,-5020.95,-1003.37,503.889,1.27409,0,0,0.594822,0.803857,900,900,100,1), + (780,171617,0,-5011.57,-1006.97,503.889,2.70526,0,0,0.976296,0.21644,900,900,100,1), + (781,1617,1,959.918,-4292,-6,4.834,0,0,0.66283,-0.74877,300,300,100,1), + (782,1617,1,14.181,-2483,94.253,2.48,0,0,0.945784,0.324796,300,300,100,1), + (783,3232,1,-602.694,-4708.82,38.039,-0.610866,0,0,-0.300706,0.953717,900,900,100,1), + (784,1617,1,-769,-4818,20.71,3.53,0,0,0.981202,-0.192985,300,300,100,1), + (785,1617,1,-866,-2020,85.566,4.834,0,0,0.66283,-0.74877,300,300,100,1), + (786,143318,0,-4982.64,-1041.34,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (787,2061,0,-4982.64,-1041.34,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (788,1617,0,-10165,701.762,24.339,0.201,0,0,0.100331,0.994954,300,300,100,1), + (789,1617,1,5.493,-4232,78.909,2.98,0,0,0.996738,0.0807084,300,300,100,1), + (790,143319,0,-5019.07,-1018.72,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (791,2061,0,-5019.07,-1018.72,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (792,1617,1,-1271,-5394,4.579,4.641,0,0,0.731891,-0.681422,300,300,100,1), + (793,3233,1,-603.055,-4708.28,38.1149,1.75406,0,0,0.768842,0.639439,900,900,100,1), + (794,143320,0,-4972.38,-1013.9,501.673,2.522,0,0,0.952396,0.304864,900,900,100,1), + (795,1617,1,549.91,-3523.52,92.9409,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (796,2061,0,-4972.38,-1013.9,501.673,2.522,0,0,0.952396,0.304864,900,900,100,1), + (797,143321,0,-4973.72,-1003.04,510.542,2.618,0,0,0.965926,0.258818,900,900,100,1), + (798,143322,0,-5004.72,-1012.77,510.462,-0.392699,0,0,-0.19509,0.980785,900,900,100,1), + (799,1617,1,385.542,-4081.23,32.0753,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (800,143326,0,-4941.68,-1016.17,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (801,1617,1,1402.2,-4671.18,32.9784,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (802,2061,0,-4941.68,-1016.17,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (803,171588,0,-4959.62,-1012.45,503.874,-1.06465,0,0,-0.507539,0.861629,900,900,100,1), + (804,171618,0,-5010.82,-1005.3,503.889,2.66163,0,0,0.971342,0.237686,900,900,100,1), + (805,171538,0,-4989.85,-1056.28,497.987,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (806,1617,0,1175.17,1799.59,18.5994,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (807,180655,0,664.48,728.523,32.9329,-0.279253,0,0,-0.139173,0.990268,180,180,100,1), + (808,180662,0,-3707.95,-631.876,0,-0.925024,0,0,-0.446198,0.894934,180,180,100,1), + (809,1617,1,758.826,-4728.86,37.4451,-2.32129,0,0,-0.91706,0.398748,300,300,255,1), + (810,1617,0,-5883,-2513,307.573,-1,0,0,-0.479426,0.877583,300,300,100,1), + (811,180662,0,-2681.61,-1279.36,0,-2.46091,0,0,-0.942641,0.333809,180,180,100,1), + (812,1617,1,-679,-2453,91.667,1.815,0,0,0.787967,0.615718,300,300,100,1), + (813,2061,0,-4989.85,-1056.28,497.987,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (814,171610,0,-5017.16,-990.12,503.888,-0.968657,0,0,-0.465614,0.884988,900,900,100,1), + (815,171615,0,-5017.31,-1000.57,503.889,-3.09796,0,0,0.999762,-0.021815,900,900,100,1), + (816,171616,0,-5018.77,-1003.38,503.889,2.05076,0,0,0.854912,0.518773,900,900,100,1), + (817,1617,1,895.234,-5076,1.937,6.204,0,0,0.0395823,-0.999216,300,300,100,1), + (818,1617,1,781.932,-5054,4.364,5.101,0,0,0.557269,-0.830332,300,300,100,1), + (819,1617,1,992.958,-5027,12.849,0.781,0,0,0.380651,0.924719,300,300,100,1), + (820,1617,1,1098.23,-4027,17.612,-1,0,0,-0.479426,0.877583,300,300,100,1), + (821,139852,0,-5027.84,-1020.48,502.209,1.27409,0,0,0.594823,0.803857,900,900,100,1), + (822,180657,0,-3884.81,-712.804,0,-0.10472,0,0,-0.0523361,0.99863,180,180,100,1), + (823,180662,0,-3884.81,-712.804,0,-0.10472,0,0,-0.0523361,0.99863,180,180,100,1), + (824,1617,1,510.254,-3594,47.684,0.334,0,0,0.166225,0.986088,300,300,100,1), + (825,180728,0,-5117.4,-791.48,483.585,-0.191986,0,0,0.095846,-0.995396,900,900,100,1), + (826,32431,0,-4982.63,-974.1,503.184,-0.602139,0,0,-0.296542,0.95502,900,900,100,1), + (827,143323,0,-4980.89,-948.218,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (828,2061,0,-4980.89,-948.218,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (829,143325,0,-4934.4,-994.138,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (830,1617,1,-2065,-272,-6,3.242,0,0,0.99874,-0.0501826,300,300,100,1), + (831,1617,1,158.511,-4949,11.564,6.04,0,0,0.121293,-0.992617,300,300,100,1), + (832,1617,1,429.86,-4974.41,36.5935,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (833,2061,0,-4934.4,-994.138,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (834,1617,1,-2276,-1172,-3,3.006,0,0,0.997703,0.0677444,300,300,100,1), + (835,144159,0,-4996.75,-971.41,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (836,2061,0,-4996.75,-971.41,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (837,171524,0,-4982.6,-974.077,503.974,-0.602139,0,0,-0.296542,0.95502,900,900,100,1), + (838,137646,0,-4982.57,-974.01,504.853,-0.602139,0,0,-0.296542,0.95502,900,900,100,1), + (839,32427,0,-4981.57,-972.54,504.03,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (840,180582,0,697.501,756.158,32.9329,-0.279253,0,0,-0.139173,0.990268,180,180,100,1), + (841,180655,0,697.501,756.158,32.9329,-0.279253,0,0,-0.139173,0.990268,180,180,100,1), + (843,1617,1,295.234,-4323,33.557,0.489,0,0,0.242071,0.970258,300,300,100,1), + (844,1617,1,1328.72,-4266.44,27.477,0.364,0,0,0.180997,0.983484,300,300,100,1), + (845,1617,0,1419,1039.6,53.4083,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (846,180582,0,604.853,644.405,32.9334,-0.244346,0,0,-0.121869,0.992546,180,180,100,1), + (847,1617,1,238.912,-2780.93,91.7317,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (848,171633,0,-4896.83,-1012.27,504.02,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (849,1617,1,1216.43,-4797.84,15.947,1.67551,0,0,0.743143,0.669133,300,300,255,1), + (850,1617,1,111.6,-4480,39.372,3.99,0,0,0.911367,-0.411595,300,300,100,1), + (851,1617,1,85.858,-4440,41.683,3.55,0,0,0.979223,-0.202787,300,300,100,1), + (852,1617,1,-925,-2266,93.589,4.025,0,0,0.904025,-0.42748,300,300,100,1), + (853,2061,0,-4896.83,-1012.27,504.02,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (854,180655,0,604.853,644.405,32.9334,-0.244346,0,0,-0.121869,0.992546,180,180,100,1), + (855,1617,1,4656.35,387.487,46.5046,3.38,0,0,0.992904,-0.118922,300,300,100,1), + (856,171634,0,-4904.64,-1000.83,504.02,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (857,1617,0,-5184,-3477,303.748,3.407,0,0,0.991208,-0.132315,300,300,100,1), + (858,1617,0,-5633,-3172,322.573,3.018,0,0,0.998091,0.0617571,300,300,100,1), + (859,2061,0,-4904.64,-1000.83,504.02,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (860,143324,0,-4926.93,-987.719,506.647,2.46964,0,0,0.944089,0.32969,900,900,100,1), + (861,180582,0,1321.13,757.507,32.9309,-2.1293,0,0,-0.874619,0.48481,180,180,100,1), + (862,171697,0,-4899.76,-968.245,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (863,1617,1,-786,-5378,3.618,5.745,0,0,0.265857,-0.964013,300,300,100,1), + (864,1617,1,-1280,-5496,4.796,5.639,0,0,0.316552,-0.948575,300,300,100,1), + (865,180655,0,1321.13,757.507,32.9309,-2.1293,0,0,-0.874619,0.48481,180,180,100,1), + (867,171698,0,-4912.94,-979.08,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (868,1617,1,-2273.39,-699.625,-6.42874,-1.44862,0,0,-0.662619,0.748957,300,300,100,1), + (869,1617,1,151.703,-4939,11.041,0.751,0,0,0.366738,0.930324,300,300,100,1), + (870,176573,0,-4905.58,-983.354,517.252,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (871,1617,1,64.931,-4331.12,61.7287,-3.05433,0,0,-0.999048,0.0436174,300,300,255,1), + (872,180655,0,817.672,1896.21,0,2.60054,0,0,0.96363,0.267239,180,180,100,1), + (873,180656,0,817.672,1896.21,0,2.60054,0,0,0.96363,0.267239,180,180,100,1), + (874,180655,0,736.54,1845.57,0,-1.98968,0,0,-0.838672,0.544637,180,180,100,1), + (875,180656,0,736.54,1845.57,0,-1.98968,0,0,-0.838672,0.544637,180,180,100,1), + (876,1617,1,6900.62,-476,45.374,0.052,0,0,0.0259971,0.999662,300,300,100,1), + (877,1617,1,-1914,-999,46.364,-1,0,0,-0.479426,0.877583,300,300,100,1), + (878,1617,1,-40,-2752,92.347,5.011,0,0,0.594057,-0.804423,300,300,100,1), + (879,1617,1,-428,-2486,92.1681,0,0,0,0,1,300,300,100,1), + (880,1617,0,2073.59,561.396,37.544,0.524,0,0,0.259013,0.965874,300,300,100,1), + (881,1617,0,-5007,-3475,304.351,4.746,0,0,0.695124,-0.71889,300,300,100,1), + (882,1617,0,-4929,-3442,307.984,2.598,0,0,0.96329,0.268462,300,300,100,1), + (883,1617,1,-2275,-1124,-5,5.523,0,0,0.371007,-0.92863,300,300,100,1), + (884,1617,0,-5020,-3501,298.823,0.728,0,0,0.356015,0.93448,300,300,100,1), + (885,1617,0,-5011.31,-3508.53,299.731,0.95993,0,0,0.461748,0.887011,300,300,255,1), + (886,1617,0,-5010,-3527,297.932,1.019,0,0,0.487741,0.872988,300,300,100,1), + (887,1617,0,-5145,-3549,303.671,0.12,0,0,0.059964,0.998201,300,300,100,1), + (888,1617,0,-5111,-3545,299.713,0.905,0,0,0.437215,0.899357,300,300,100,1), + (889,1617,0,-4997,-3519,300.775,1.211,0,0,0.569173,0.822218,300,300,100,1), + (890,1617,0,-5001,-3532,297.916,1.867,0,0,0.803707,0.595025,300,300,100,1), + (891,1617,0,-4985,-3530,297.697,1.954,0,0,0.828823,0.559512,300,300,100,1), + (892,1617,1,-388,-2113,92.588,4.281,0,0,0.842061,-0.539383,300,300,100,1), + (893,1617,0,-4996,-3640,304.514,4.714,0,0,0.706537,-0.707676,300,300,100,1), + (894,180655,0,992.979,1958.68,0,-2.9147,0,0,-0.993572,0.113203,180,180,100,1), + (895,1617,0,2673.74,413.59,26.3614,0.332,0,0,0.165239,0.986254,300,300,100,1), + (896,1617,1,343.834,-5063,18.867,5.69,0,0,0.292263,-0.956338,300,300,100,1), + (897,180656,0,992.979,1958.68,0,-2.9147,0,0,-0.993572,0.113203,180,180,100,1), + (898,180664,0,-2704.53,-1210.83,0,2.14675,0,0,0.878816,0.477161,180,180,100,1), + (899,180655,1,-1476.99,-3924.05,0,-3.05433,0,0,-0.999048,0.0436174,180,180,100,1), + (900,1617,0,1422.85,963.187,53.211,-2,0,0,-0.841471,0.540302,300,300,100,1), + (901,1617,1,-1028.34,-4863.9,8.51242,-0.715585,0,0,-0.350207,0.936672,300,300,255,1), + (902,1617,0,-5769,-3101,321.022,0.186,0,0,0.092866,0.995679,300,300,100,1), + (903,1617,0,-5765,-3146,325.02,5.409,0,0,0.423307,-0.905986,300,300,100,1), + (904,1617,1,-925,-2141,94.768,3.884,0,0,0.931891,-0.362737,300,300,100,1), + (905,1617,1,-928,-2109,86.804,1.481,0,0,0.674657,0.738131,300,300,100,1), + (906,1617,1,-949,-2122,85.644,5.294,0,0,0.474673,-0.880162,300,300,100,1), + (907,1617,1,-962,-2087,81.277,3.57,0,0,0.977146,-0.212569,300,300,100,1), + (908,1617,1,-938,-2088,81.478,3.849,0,0,0.938096,-0.346375,300,300,100,1), + (909,1617,1,-949,-2219,92.869,3.095,0,0,0.999729,0.0232942,300,300,100,1), + (910,1617,1,-935,-2185,93.575,4.131,0,0,0.880109,-0.474771,300,300,100,1), + (911,1617,1,-1138,-5150,2.23226,5.525,0,0,0.370078,-0.929001,300,300,100,1), + (912,1617,1,-1121,-5171,1.25427,0.514,0,0,0.25418,0.967157,300,300,100,1), + (913,1617,1,407.447,-1550,91.668,4.109,0,0,0.885279,-0.465061,300,300,100,1), + (914,1617,0,1997.33,854.863,37.3063,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (915,180655,1,-1476.99,-3924.05,0,-3.05433,0,0,-0.999048,0.0436174,180,180,100,1), + (916,180655,1,6486.94,822.047,0,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (917,1617,1,-357,-4858,39.475,5.561,0,0,0.353297,-0.935511,300,300,100,1), + (918,1617,1,459.652,-1481,91.866,1.204,0,0,0.566292,0.824205,300,300,100,1), + (919,180655,1,-1951.5,-3759.95,0,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (920,176629,0,-4967.09,-922.35,504.305,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (921,26499,0,-4953.63,-928.332,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (922,176628,0,-4972.13,-916.239,504.305,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (923,1617,1,361.168,-4016,37.454,1.586,0,0,0.712462,0.701711,300,300,100,1), + (924,176625,0,-4948.9,-897.092,504.305,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (925,176626,0,-4943.86,-903.203,504.305,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (926,176627,0,-4967.48,-906.237,504.305,-2.45219,0,0,0.941176,-0.337917,900,900,100,1), + (927,1617,1,-509,-2567,97.1202,0.083,0,0,0.0414881,0.999139,300,300,100,1), + (928,1617,1,-1110.87,-2153.9,80.6538,-2.94959,0,0,-0.995395,0.0958539,300,300,255,1), + (929,1617,1,343.977,-5004,20.5272,0.259,0,0,0.129138,0.991627,300,300,100,1), + (930,1617,1,330.625,-4988,20.5776,5.906,0,0,0.187477,-0.982269,300,300,100,1), + (931,1617,1,-496.945,-4685.08,38.0286,-1.98967,0,0,-0.838669,0.544641,300,300,255,1), + (932,1617,1,-2344,-1073,-5,0.002,0,0,0.001,1,300,300,100,1), + (933,1617,0,1982.28,765.762,40.462,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (934,1617,0,-9596,972.299,43.7103,2.234,0,0,0.898789,0.438381,300,300,100,1), + (935,1617,1,-95,-3173,92.1766,2.733,0,0,0.979204,0.202878,300,300,100,1), + (936,180655,1,-1011.95,-3808.33,0,-2.3911,0,0,-0.930417,0.366502,180,180,100,1), + (937,1617,0,2470.01,1302.96,30.124,-2,0,0,-0.841471,0.540302,300,300,100,1), + (938,176924,0,-4962,-907.095,503.827,-2.08567,0,0,-0.863836,0.503774,900,900,100,1), + (939,1617,1,1212.82,-5034.42,9.82274,5.128,0,0,0.546009,-0.837779,300,300,100,1), + (940,1617,1,5474.21,203.838,31.3102,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (941,1617,1,6826.51,258.264,21.63,2.461,0,0,0.942656,0.333766,300,300,100,1), + (942,1617,1,-534,-4862,36.429,5.761,0,0,0.258136,-0.966109,300,300,100,1), + (943,1617,1,-551,-4881,35.069,4.548,0,0,0.762774,-0.646665,300,300,100,1), + (944,1617,1,-404,-4865,39.377,4.674,0,0,0.720548,-0.693405,300,300,100,1), + (945,1617,1,17.3861,-2470.59,91.6666,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (946,1617,1,-14,-2479,96.4233,0.214,0,0,0.106796,0.994281,300,300,100,1), + (947,1617,1,-10,-2573,91.6666,1.807,0,0,0.785498,0.618864,300,300,100,1), + (948,171696,0,-4941.36,-918.296,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (949,176624,0,-4960.7,-900.843,504.305,-2.45219,0,0,0.941176,-0.337917,900,900,100,1), + (950,1617,1,-320,-2246,96.1988,1.63,0,0,0.727726,0.685868,300,300,100,1), + (952,180655,1,-1773.84,-3813.52,0,-2.68781,0,0,-0.97437,0.22495,180,180,100,1), + (953,1617,1,-843.664,-549.884,-31.2906,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (954,1617,1,7151.84,-783,57.9,4.676,0,0,0.719854,-0.694125,300,300,100,1), + (955,1617,1,7159.56,-824,52.593,4.924,0,0,0.628476,-0.777829,300,300,100,1), + (956,1617,1,7202.24,-550,38.812,4.311,0,0,0.833876,-0.551952,300,300,100,1), + (957,1617,1,7291.33,-569,19.163,5.772,0,0,0.252819,-0.967514,300,300,100,1), + (958,1617,1,7123.68,-839,61.381,2.929,0,0,0.994356,0.106096,300,300,100,1), + (959,1617,1,7152.52,-858,61,5.882,0,0,0.19925,-0.979949,300,300,100,1), + (961,180662,0,-2721.1,-1163.18,0,1.97222,0,0,0.833885,0.551938,180,180,100,1), + (964,180662,0,-3262.99,-889.309,0,-0.610865,0,0,-0.300706,0.953717,180,180,100,1), + (965,180657,0,-2460.01,-1757.19,0,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (966,1617,1,184.505,-4596,26.8901,2.207,0,0,0.892789,0.450474,300,300,100,1), + (969,171701,0,-4916.48,-895.247,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (970,2061,0,-4916.48,-895.247,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (971,1617,0,-9815,1293.21,40.4487,0.925,0,0,0.446187,0.89494,300,300,100,1), + (972,1617,0,-5170,-3547,300.803,4.243,0,0,0.852157,-0.523287,300,300,100,1), + (973,180664,0,-2460.01,-1757.19,0,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (974,1617,1,-2386,-1144,-5,2.912,0,0,0.993418,0.114544,300,300,100,1), + (975,1617,1,-2355,-1156,-4,2.931,0,0,0.994461,0.105102,300,300,100,1), + (976,1617,1,-2377,-1073,-8,0.748,0,0,0.365342,0.930873,300,300,100,1), + (977,180662,0,-2576.34,-1586.48,0,-1.72788,0,0,-0.760407,0.649446,180,180,100,1), + (979,1617,1,1254.64,-4182.44,26.6582,0.741,0,0,0.362082,0.932146,300,300,100,1), + (980,1617,0,2294.69,1107.51,35.703,2.391,0,0,0.930399,0.366548,300,300,100,1), + (981,1617,0,2667.91,323.909,30.3662,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (982,1617,1,-798,-4680,36.419,1.994,0,0,0.839846,0.542824,300,300,100,1), + (983,1617,1,-1165.9,-2065.73,92.2977,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (984,1617,1,1432.52,-4818,24.339,1.767,0,0,0.772964,0.63445,300,300,100,1), + (985,180664,0,-2576.34,-1586.48,0,-1.72788,0,0,-0.760407,0.649446,180,180,100,1), + (986,180662,0,-2625.05,-1536.17,0,-3.12414,0,0,-0.999962,0.0087262,180,180,100,1), + (987,174746,0,-5095.45,-785.764,495.801,-0.226892,0.009866,0.086595,-0.112772,0.989791,900,900,100,1), + (988,180664,0,-2625.05,-1536.17,0,-3.12414,0,0,-0.999962,0.0087262,180,180,100,1), + (989,180657,0,-2672.18,-1451.32,0,1.81514,0,0,0.78801,0.615662,180,180,100,1), + (990,1617,1,-802,-4570,49.614,2.967,0,0,0.996192,0.0871855,300,300,100,1), + (991,179984,0,-5083.85,-780.974,494.593,3.14159,0,0,1,0,900,900,100,1), + (992,1617,1,-843,-351,-21,2.391,0,0,0.930399,0.366548,300,300,100,1), + (993,1617,0,1109.5,1929.57,14.71,-1,0,0,-0.479426,0.877583,300,300,100,1), + (994,1617,1,-1186,-2050,93.379,5.677,0,0,0.298473,-0.954418,300,300,100,1), + (995,1617,1,-2191,-1163,16.489,-2,0,0,-0.841471,0.540302,300,300,100,1), + (996,1617,1,-292,-4750,34.798,1.532,0,0,0.693258,0.720689,300,300,100,1), + (997,1617,1,-2404,-848,-2,1.358,0,0,0.628015,0.778201,300,300,100,1), + (998,1617,1,-903,-2083,84.378,-2,0,0,-0.841471,0.540302,300,300,100,1), + (999,1617,0,2667.72,504.721,14.2976,2.862,0,0,0.990244,0.139341,300,300,100,1), + (1000,1617,0,-5018,-3516,297.614,0.579,0,0,0.285473,0.958387,300,300,100,1), + (1001,1617,1,4645.45,196.456,61.7261,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (1002,1617,1,-1200,-2143,92.251,0.035,0,0,0.0174991,0.999847,300,300,100,1), + (1003,1617,1,1171.92,-4966.49,14.0582,6.047,0,0,0.117818,-0.993035,300,300,100,1), + (1004,1617,1,-1003,-1941,92.492,0.103,0,0,0.0514772,0.998674,300,300,100,1), + (1005,1617,1,-506,-4165,77.063,3.56,0,0,0.978197,-0.207681,300,300,100,1), + (1006,1617,1,-496,-4186,77.006,0.892,0,0,0.43136,0.90218,300,300,100,1), + (1007,1617,1,-524,-4199,77.029,5.032,0,0,0.585578,-0.810616,300,300,100,1), + (1008,1617,1,20.9071,-4266.03,72.0731,-0.017452,0,0,-0.00872612,0.999962,300,300,255,1), + (1009,2061,0,-5083.85,-780.974,494.593,3.14159,0,0,1,0,900,900,100,1), + (1010,1674,0,-5262.73,-483.056,387.135,-1.23918,0,0,-0.580703,0.814115,900,900,100,1), + (1011,1617,1,-1594,-2977,91.667,0.55,0,0,0.271547,0.962425,300,300,100,1), + (1012,180662,0,-2672.18,-1451.32,0,1.81514,0,0,0.78801,0.615662,180,180,100,1), + (1013,1617,1,-862.315,-1975.61,91.8611,3.735,0,0,0.956305,-0.292369,300,300,100,1), + (1014,315,0,-5263.36,-484.306,387.127,-2.80998,0,0,0.986286,-0.165048,900,900,100,1), + (1015,318,0,-5264.58,-483.697,386.039,1.90241,0,0,0.814116,0.580703,900,900,100,1), + (1016,316,0,-5264.51,-483.682,387.144,1.90241,0,0,0.814116,0.580703,900,900,100,1), + (1017,317,0,-5264.56,-483.69,386.592,1.90241,0,0,0.814116,0.580703,900,900,100,1), + (1018,1617,0,-5229.98,-505.002,387.557,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (1019,1617,1,-2577.22,-222.862,-7.20944,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (1020,1617,0,-5289.53,-483.539,391.493,3.03687,0,0,0.998629,0.0523374,300,300,100,1), + (1021,312,0,-5357.91,-528.192,391.713,0.724311,0,0,0.354291,0.935135,900,900,100,1), + (1022,313,0,-5357.88,-528.19,391.211,0.724311,0,0,0.354291,0.935135,900,900,100,1), + (1023,26449,0,-5495.18,-457.479,395.44,-0.287979,0,0,-0.143492,0.989651,900,900,100,1), + (1024,1617,1,6863.44,240.424,13.478,1.119,0,0,0.530762,0.847521,300,300,100,1), + (1025,1617,0,982.138,1784.21,12.9193,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (1026,1617,1,-83,-3133,91.667,2.258,0,0,0.903985,0.427564,300,300,100,1), + (1027,1617,1,-1723.28,-707.532,-9.68622,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (1028,1617,0,-620,819.379,106.548,0.733,0,0,0.35835,0.933587,300,300,100,1), + (1029,28603,0,-5495.43,-463.225,395.111,1.98095,0,0,0.836286,0.548293,900,900,100,1), + (1030,1617,1,-627,-4888,29.705,0.758,0,0,0.369992,0.929035,300,300,100,1), + (1031,111217,0,-5604.55,-546.09,399.106,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (1032,1617,1,-544,-4925,55.102,5.541,0,0,0.362634,-0.931932,300,300,100,1), + (1033,111225,0,-5607,-543.444,392.437,0.418878,0,0,0.207911,0.978148,900,900,100,1), + (1034,1617,1,-29,-2448,130.948,3.181,0,0,0.999806,-0.0197024,300,300,100,1), + (1035,1617,0,678.316,368.281,38.659,1.868,0,0,0.804005,0.594623,300,300,100,1), + (1036,147786,0,-5608.21,-549.719,392.986,1.62315,0,0,0.725374,0.688355,900,900,100,1), + (1037,269,0,-5607.24,-547.934,392.985,0.471239,0,0,0.233445,0.97237,900,900,100,1), + (1038,111216,0,-5581.27,-542.465,403.547,3.12414,0,0,0.999962,0.008726,900,900,100,1), + (1039,1617,1,-983,-2005,86.313,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1040,1617,1,30.644,-2447,94.4615,3.216,0,0,0.999308,-0.0371951,300,300,100,1), + (1041,111207,0,-5589.38,-543.179,399.126,-1.67552,0,0,-0.743145,0.669131,900,900,100,1), + (1042,1617,0,1037.78,1133.19,44.5143,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (1043,2061,0,-5589.38,-543.179,399.126,-1.67552,0,0,-0.743145,0.669131,900,900,100,1), + (1044,111227,0,-5583.18,-543.721,403.547,2.68781,0,0,0.97437,0.224951,900,900,100,1), + (1045,111223,0,-5585.28,-534.303,403.547,-1.58825,0,0,-0.71325,0.700909,900,900,100,1), + (1047,1617,1,7029.3,-603,51.314,0,0,0,0,1,300,300,100,1), + (1048,180655,1,-1199.29,-3823.79,0,-1.32645,0,0,-0.615661,0.788011,180,180,100,1), + (1049,1617,1,-2151.19,-781.643,-3.304,-1.22173,0,0,-0.573576,0.819152,300,300,100,1), + (1050,1617,0,1210.77,1571.01,30.713,1.431,0,0,0.655995,0.754765,300,300,100,1), + (1051,1617,1,-1022.05,-2285.38,93.5404,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (1052,1617,0,-5152,-3473,304.914,0.504,0,0,0.249341,0.968416,300,300,100,1), + (1053,1617,0,-5143,-3501,303.413,1.522,0,0,0.689646,0.724147,300,300,100,1), + (1054,1617,0,-5190,-3499,301.198,5.955,0,0,0.163357,-0.986567,300,300,100,1), + (1055,1617,0,-5100,-3500,301.367,0.096,0,0,0.0479816,0.998848,300,300,100,1), + (1056,111224,0,-5588.51,-541.951,403.547,0.855211,0,0,0.414693,0.909961,900,900,100,1), + (1057,111226,0,-5588.39,-539.434,403.547,-0.366519,0,0,-0.182235,0.983255,900,900,100,1), + (1058,1617,1,-2317,-1164,-6,2.931,0,0,0.994461,0.105102,300,300,100,1), + (1059,111206,0,-5578.22,-535.894,389.595,1.11698,-0.008091,-0.003268,0.529899,0.848016,900,900,100,1), + (1060,2061,0,-5578.22,-535.894,389.595,1.11698,-0.008091,-0.003268,0.529899,0.848016,900,900,100,1), + (1061,111212,0,-5594.28,-540.087,398.788,-1.76278,0,0,-0.771625,0.636078,900,900,100,1), + (1062,111203,0,-5589.49,-544.682,399.126,1.46608,0,0,0.669131,0.743145,900,900,100,1), + (1063,1617,0,-5147,-3414,301.479,2.649,0,0,0.969822,0.243814,300,300,100,1), + (1064,1617,0,-5116,-3428,301.306,1.624,0,0,0.725665,0.688048,300,300,100,1), + (1065,1617,0,-5116,-3502,297.73,5.284,0,0,0.479068,-0.877778,300,300,100,1), + (1066,1617,0,-5089,-3536,300.541,3.049,0,0,0.998928,0.0462798,300,300,100,1), + (1067,1617,1,-3043.93,291.526,131.597,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (1068,20694,1,1103.72,-4938.1,15.023,3.07543,0.023225,0.042864,0.998296,0.032083,900,900,100,1), + (1069,2061,0,-5589.49,-544.682,399.126,1.46608,0,0,0.669131,0.743145,900,900,100,1), + (1070,1617,1,-2445,-1313,-7,0.122,0,0,0.0609622,0.99814,300,300,100,1), + (1071,111215,0,-5585.59,-543.378,403.547,1.37881,0,0,0.636078,0.771625,900,900,100,1), + (1072,111222,0,-5588.41,-534.297,403.547,-0.104719,0,0,-0.052336,0.99863,900,900,100,1), + (1073,175746,0,-5584.2,-543.871,404.242,1.06465,0,0,0.507538,0.861629,900,900,100,1), + (1075,111202,0,-5608.52,-525.323,400.029,-0.366519,0,0,-0.182236,0.983255,900,900,100,1), + (1076,2061,0,-5608.52,-525.323,400.029,-0.366519,0,0,-0.182236,0.983255,900,900,100,1), + (1077,147787,0,-5607.99,-529.146,399.649,1.09956,0,0,0.522499,0.85264,900,900,100,1), + (1078,1617,1,-1169,-3006,96.56,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1079,1617,1,1411.93,-4739,28.207,2.183,0,0,0.88732,0.461155,300,300,100,1), + (1080,1617,1,-929,-4689,25.717,1.743,0,0,0.765295,0.643679,300,300,100,1), + (1081,111204,0,-5604.54,-528.394,392.651,2.68778,-0.00341,-0.008032,0.974333,0.224943,900,900,100,1), + (1082,1617,1,177.122,-1527,91.667,2.814,0,0,0.986615,0.163065,300,300,100,1), + (1083,2061,0,-5604.54,-528.394,392.651,2.68778,-0.00341,-0.008032,0.974333,0.224943,900,900,100,1), + (1084,1748,0,-5581.04,-429.563,397.325,-1.14319,-0.019398,0.002103,-0.540999,0.840797,900,900,100,1), + (1085,1617,1,567.816,-1303,94.775,2.676,0,0,0.973025,0.230699,300,300,100,1), + (1086,1617,1,570.903,-1287,94.319,1.781,0,0,0.777386,0.629023,300,300,100,1), + (1087,1617,1,382.008,-1569,91.667,5.127,0,0,0.546428,-0.837506,300,300,100,1), + (1088,1617,1,-270,-4744,34.911,1.917,0,0,0.81833,0.574748,300,300,100,1), + (1089,1617,1,431.152,-1580,96.039,3.854,0,0,0.937227,-0.348719,300,300,100,1), + (1090,1617,1,-254,-4692,38.084,5.373,0,0,0.439545,-0.89822,300,300,100,1), + (1091,1749,0,-5579.04,-428.925,397.214,3.14159,0,0,1,0,900,900,100,1), + (1092,1617,1,-432,-4869,40.243,5.616,0,0,0.32744,-0.944872,300,300,100,1), + (1093,1617,0,-5511.64,-2911.08,359.775,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (1094,1567,0,-5592.13,-489.771,397.072,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (1095,1617,0,-5229.47,-2761.29,340.098,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (1096,1617,0,1857.7,936.583,35.359,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1097,1617,0,1031.76,1212.09,48.457,2.862,0,0,0.990244,0.139341,300,300,100,1), + (1098,19874,0,-5577.35,-429.406,397.27,-1.88496,-0.012822,0.017649,-0.808825,0.587645,900,900,100,1), + (1099,1617,1,4633.19,435.039,46.7876,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (1100,1617,1,-871.021,-2016.11,86.3636,4.834,0,0,0.66283,-0.74877,300,300,100,1), + (1101,1617,1,-1890.36,-422.471,-5.62109,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (1102,1617,0,2364.32,-1007,77.686,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1103,1617,0,2176.54,758.637,35.586,0.367,0,0,0.182472,0.983211,300,300,100,1), + (1104,32571,0,-5583.51,-432.11,397.326,2.35619,0,0,0.923879,0.382684,900,900,100,1), + (1105,1617,1,1278.25,-4092.71,28.6688,1.692,0,0,0.748634,0.662983,300,300,100,1), + (1106,1617,1,330.94,-3561,31.469,2.211,0,0,0.893689,0.448688,300,300,100,1), + (1107,1617,1,-1157.22,-2283.67,90.7383,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (1108,1617,0,1735.02,1069.75,65.102,2.007,0,0,0.843357,0.537354,300,300,100,1), + (1109,32572,0,-5577.89,-430.319,397.326,1.309,0,0,0.608762,0.793353,900,900,100,1), + (1110,32573,0,-5580.43,-430.332,397.326,1.83259,0,0,0.793353,0.608762,900,900,100,1), + (1111,2061,1,1103.72,-4938.1,15.023,3.07543,0.023225,0.042864,0.998296,0.032083,900,900,100,1), + (1112,32574,0,-5574.81,-432.109,397.326,0.7854,0,0,0.382684,0.923879,900,900,100,1), + (1113,1617,1,-881,-5349,3.245,6.027,0,0,0.127743,-0.991807,300,300,100,1), + (1114,32580,0,-5570.31,-424.385,397.326,-0.174532,0,0,-0.087155,0.996195,900,900,100,1), + (1115,1617,1,130.193,-4648,26.2714,1.897,0,0,0.812542,0.582903,300,300,100,1), + (1116,1617,1,86.667,-4628,42.9465,1.018,0,0,0.487304,0.873232,300,300,100,1), + (1117,1617,0,2436.23,1151.5,55.083,0.524,0,0,0.259013,0.965874,300,300,100,1), + (1118,32581,0,-5573.68,-422.414,397.326,-0.959931,0,0,-0.461748,0.887011,900,900,100,1), + (1119,32570,0,-5584.55,-422.7,397.326,-0.130899,0,0,-0.065403,0.997859,900,900,100,1), + (1120,29780,0,-5587.01,-424.294,397.332,-1.00356,0,0,-0.480989,0.876727,900,900,100,1), + (1121,29781,0,-5565.96,-426.128,397.332,-2.10312,0,0,0.868199,-0.496217,900,900,100,1), + (1122,29782,0,-5574.24,-420.939,397.332,-2.71399,0,0,0.977231,-0.212178,900,900,100,1), + (1123,1617,1,-2460.96,60.154,25.533,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (1124,180655,1,-1608.05,-3954.22,0,2.19912,0,0,0.891008,0.453988,180,180,100,1), + (1125,29783,0,-5575.62,-419.93,397.332,-1.84132,0,0,-0.796002,0.605294,900,900,100,1), + (1126,34571,0,-5579.16,-435.338,397.609,4.71239,0,0,-0.707107,0.707107,900,900,100,1), + (1127,111220,0,-5594.41,-530.916,399.658,1.02974,0,0,0.492424,0.870356,900,900,100,1), + (1128,1617,0,1108.05,1313.51,37.56,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1129,1617,1,-2091,93.578,40.726,1.286,0,0,0.599599,0.800301,300,300,100,1), + (1130,1617,1,-1309,-2798,93.388,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1131,1617,1,-223.251,-1997.05,91.7414,1.85005,0,0,0.798636,0.601815,300,300,255,1), + (1132,1617,0,1079.32,1818.09,21.8281,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (1133,1617,1,6095.46,407.51,26.875,3.501,0,0,0.983897,-0.178738,300,300,100,1), + (1134,1617,0,1504.67,735.364,44.352,0.506,0,0,0.25031,0.968166,300,300,100,1), + (1135,1617,1,-1671.36,-478.886,-15.0222,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (1136,111221,0,-5591.95,-531.081,399.658,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (1137,1617,1,10.699,-4619.18,44.091,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (1138,1617,1,-320.032,-2227.09,96.3361,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (1139,1617,1,7123.66,117.516,11.8972,1.142,0,0,0.540474,0.841361,300,300,100,1), + (1140,176573,0,-5579,-446.859,430.991,-1.76278,0,0,0.771625,-0.636078,900,900,100,1), + (1141,1617,1,148.066,-4483,35.2451,2.599,0,0,0.963424,0.267981,300,300,100,1), + (1142,1617,1,353.896,-4927,24.468,0.22,0,0,0.109778,0.993956,300,300,100,1), + (1143,1617,0,-11041,1046.19,36.777,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (1144,111205,0,-5626.33,-546.742,389.595,-2.02461,-0.003268,0.008091,-0.848016,0.529899,900,900,100,1), + (1145,2061,0,-5626.33,-546.742,389.595,-2.02461,-0.003268,0.008091,-0.848016,0.529899,900,900,100,1), + (1146,1617,1,-986,-2160,95.97,5.348,0,0,0.450739,-0.892656,300,300,100,1), + (1147,1617,1,-52,-5153,7.285,4.752,0,0,0.692964,-0.720972,300,300,100,1), + (1148,1617,1,-2937.49,113.165,93.6154,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (1149,1617,1,-176,-5151,21.205,6.06,0,0,0.111361,-0.99378,300,300,100,1), + (1150,1617,1,-137,-5156,20.112,5.408,0,0,0.42376,-0.905774,300,300,100,1), + (1151,1617,0,-4694.24,-2836.63,324.716,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (1152,1617,0,2064.9,327.924,54.1603,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (1153,1617,1,1320.99,-4245.75,29.3394,0.754,0,0,0.368133,0.929773,300,300,100,1), + (1154,32578,0,-5588.48,-424.54,397.326,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (1155,1617,0,-5783.86,-442.104,365.052,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (1156,1617,1,540.029,-4440.94,36.0085,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (1157,1619,0,-5832.01,-546.661,398.912,3.10669,0,0,0.999848,0.0174505,300,300,100,1), + (1158,1617,0,-4974,-3507,304.135,3.528,0,0,0.981394,-0.192004,300,300,100,1), + (1159,1617,0,-4964,-3514,303.509,1.879,0,0,0.807263,0.590192,300,300,100,1), + (1161,1617,0,-4933,-3474,310.712,1.443,0,0,0.660512,0.750816,300,300,100,1), + (1162,1619,0,-5911.13,-516.637,403.768,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (1163,1618,0,-5933.92,-563.982,406.123,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (1164,1617,0,2375.08,438.113,34.285,3.037,0,0,0.998633,0.0522725,300,300,100,1), + (1165,1618,0,-5968.41,-466.678,407.084,-1.55334,0,0,-0.700908,0.713252,300,300,100,1), + (1166,1617,1,-595,-2712,96.083,6.067,0,0,0.107882,-0.994164,300,300,100,1), + (1167,1617,0,1856.06,-750.755,66.7944,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (1168,1617,1,-44,-2584,98.986,0.888,0,0,0.429555,0.903041,300,300,100,1), + (1169,1617,1,-226,-2930,91.667,2.914,0,0,0.993532,0.113551,300,300,100,1), + (1170,1617,1,-67,-2596,95.816,0.526,0,0,0.259979,0.965614,300,300,100,1), + (1171,1617,1,117.178,-4960.4,9.15625,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (1172,1617,0,1344.09,842.272,48.922,2.635,0,0,0.968092,0.250596,300,300,100,1), + (1173,175669,0,-6009.33,-200.671,406.773,3.14159,0,0,1,0,900,900,100,1), + (1174,2061,0,-6009.33,-200.671,406.773,3.14159,0,0,1,0,900,900,100,1), + (1175,176557,0,-6031.73,-229.231,414.397,2.79253,0,0,0.984808,0.173648,900,900,100,1), + (1176,1619,0,-5898.41,-19.0024,369.38,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (1177,1617,0,2091.48,718.193,35.1712,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (1178,1617,1,375.361,-4092,33.075,0.357,0,0,0.177554,0.984111,300,300,100,1), + (1179,1617,0,1885.49,831.536,36.143,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1180,1617,1,-545,-4156,76.364,3.392,0,0,0.992172,-0.124877,300,300,100,1), + (1181,1617,0,-6088,-2809,413.991,4.003,0,0,0.908672,-0.41751,300,300,100,1), + (1182,1617,1,-1423,310.951,22.9903,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (1183,1617,0,-5948,-2906,368.162,2.861,0,0,0.990175,0.139837,300,300,100,1), + (1184,1617,0,-5887,-3019,336.995,2.747,0,0,0.9806,0.196019,300,300,100,1), + (1185,1617,0,-5882,-3096,333.706,4.07,0,0,0.894178,-0.447711,300,300,100,1), + (1186,1617,1,135.126,-4496,39.235,3.479,0,0,0.985803,-0.167905,300,300,100,1), + (1187,1617,0,2333.6,606.94,34.1543,0.401425,0,0,0.199368,0.979925,300,300,255,1), + (1188,180655,1,-1608.05,-3954.22,0,2.19912,0,0,0.891008,0.453988,180,180,100,1), + (1189,1617,0,-10156,1638.51,40.112,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1190,1573,0,-5910.55,57.5189,372.987,3.14159,0,0,1,0,900,900,100,1), + (1191,1944,0,-6282.19,140.74,431.973,3.14159,0,0,1,0,900,900,100,1), + (1192,1617,1,4736.92,338.339,54.0627,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1193,1617,1,-1032.97,-2624.85,91.6771,1.91986,0,0,0.819151,0.573577,300,300,255,1), + (1194,1572,0,-6239.47,315.57,383.198,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (1195,64856,0,-6129.47,372.463,395.54,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (1196,1617,0,-9736.33,1204.73,41.1599,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (1197,1617,1,-752,-4326,43.203,3.781,0,0,0.949329,-0.314285,300,300,100,1), + (1198,1617,1,-679,-4199,67.322,1.204,0,0,0.566292,0.824205,300,300,100,1), + (1199,1617,1,135.303,-4484,36.5899,0,0,0,0,1,300,300,100,1), + (1200,1617,0,1140.49,1446.77,35.3898,-0.034906,0,0,-0.0174521,0.999848,300,300,255,1), + (1201,1617,1,-2679.12,-261.173,3.0219,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (1202,64857,0,-6126.09,395.445,395.54,-1.8326,0,0,-0.793354,0.608761,900,900,100,1), + (1203,22222,0,-6122.56,384.074,395.475,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1204,2061,0,-6122.56,384.074,395.475,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1205,34167,0,-6131.24,372.463,395.54,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (1206,32856,0,-6116.4,370.413,395.517,0.776673,0,0,0.378649,0.92554,900,900,100,1), + (1207,32860,0,-6121.29,380.159,395.54,0.261799,0,0,0.130526,0.991445,900,900,100,1), + (1208,64858,0,-6116.12,380.379,395.54,-0.436333,0,0,-0.21644,0.976296,900,900,100,1), + (1209,1617,0,1204.6,1263.11,42.5633,-0.436332,0,0,-0.216439,0.976296,300,300,255,1), + (1210,22221,0,-6114.65,368.747,395.475,-1.32645,0,0,-0.615661,0.788011,900,900,100,1), + (1211,2061,0,-6114.65,368.747,395.475,-1.32645,0,0,-0.615661,0.788011,900,900,100,1), + (1212,32857,0,-6089.07,365.578,395.517,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (1213,1617,1,1081.16,-3941,20.1012,5.977,0,0,0.152495,-0.988304,300,300,100,1), + (1214,22220,0,-6090.2,362.747,395.475,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1215,2061,0,-6090.2,362.747,395.475,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1216,32849,0,-6103.49,382.031,395.523,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (1217,32850,0,-6098.49,390.634,395.523,1.8326,0,0,0.793354,0.608761,900,900,100,1), + (1218,1617,1,-1277,-2945,93.027,2.985,0,0,0.996936,0.0782164,300,300,100,1), + (1219,1617,0,-5793,-2964,374.158,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1220,32833,0,-6111.88,389.14,395.54,-2.79253,0,0,0.984808,-0.173648,900,900,100,1), + (1221,1617,1,-576,-4901,35.288,4.202,0,0,0.862704,-0.505709,300,300,100,1), + (1222,31578,1,292.934,-4709.42,13.0904,2.34747,0.005062,0.012071,0.922122,0.386678,900,900,100,1), + (1223,32848,0,-6098.5,377.484,395.523,-1.8326,0,0,-0.793354,0.608761,900,900,100,1), + (1224,1617,1,7296.59,-582.095,18.7695,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (1225,1617,1,336.35,-4981,22.679,4.062,0,0,0.895962,-0.444131,300,300,100,1), + (1226,32858,0,-6116.53,387.412,395.54,0.785397,0,0,0.382683,0.92388,900,900,100,1), + (1227,1617,0,-5228,-2940,341.941,5.257,0,0,0.490874,-0.871231,300,300,100,1), + (1228,1617,1,7153.08,-779.355,58.4021,4.676,0,0,0.719854,-0.694125,300,300,100,1), + (1229,1617,0,2171.74,577.105,44.4721,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (1230,1617,1,6093.12,138.357,38.523,4.926,0,0,0.627698,-0.778457,300,300,100,1), + (1231,1617,1,-1082,-5434,10.133,1.633,0,0,0.728754,0.684776,300,300,100,1), + (1232,1617,1,-2263,-953,-6,2.535,0,0,0.954357,0.298668,300,300,100,1), + (1233,1617,1,-2298,-947,-6,2.762,0,0,0.982043,0.188659,300,300,100,1), + (1234,1617,1,-1342.66,-3034.1,93.1366,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (1235,32851,0,-6103.5,386.091,395.523,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (1236,32852,0,-6101.91,388.449,395.523,2.35619,0,0,0.92388,0.382683,900,900,100,1), + (1237,32863,0,-6115.78,389.715,395.54,-0.174533,0,0,-0.087156,0.996195,900,900,100,1), + (1238,1617,0,-5847,-3094,326.505,0.14,0,0,0.0699428,0.997551,300,300,100,1), + (1239,32847,0,-6101.89,379.642,395.523,-2.35619,0,0,0.92388,-0.382683,900,900,100,1), + (1240,22217,0,-6114.61,399.392,395.475,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1241,1617,0,1431.94,826.901,51.8469,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (1242,1617,0,1418.89,877.588,48.735,0,0,0,0,1,300,300,100,1), + (1243,1617,0,2414.23,487.557,42.018,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1244,2061,1,292.934,-4709.42,13.0904,2.34747,0.005062,0.012071,0.922122,0.386678,900,900,100,1), + (1245,2061,0,-6114.61,399.392,395.475,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1246,1617,1,1442.46,-4754,35.22,0.95,0,0,0.457338,0.889293,300,300,100,1), + (1247,1617,1,-1103.82,296.43,40.5381,-2.96704,0,0,-0.996194,0.087165,300,300,255,1), + (1248,1617,1,76.088,-4588,56.242,1.371,0,0,0.63306,0.774103,300,300,100,1), + (1249,1617,0,1123.03,1642.73,29.839,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (1250,1617,1,1303.82,-4208.95,27.4298,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (1251,34168,0,-6112.69,386.25,395.54,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (1252,32859,0,-6111.63,401.236,395.517,-2.62672,0,0,0.967046,-0.254602,900,900,100,1), + (1253,1617,1,-2271,-1270,19.221,6.053,0,0,0.114839,-0.993384,300,300,100,1), + (1254,1617,1,-334.918,-5162.35,20.7662,-2.63544,0,0,-0.968147,0.250383,300,300,255,1), + (1255,1617,1,-143.622,-2582.51,91.6667,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (1256,1617,1,6298.87,20.347,38.708,5.39,0,0,0.431895,-0.901924,300,300,100,1), + (1257,1617,1,5980.29,382.82,24.818,3.489,0,0,0.984951,-0.172832,300,300,100,1), + (1258,1617,1,-897,-2041,81.1253,5.859,0,0,0.210506,-0.977593,300,300,100,1), + (1259,1617,1,6438.98,-21,30.593,3.041,0,0,0.998735,0.0502752,300,300,100,1), + (1260,1617,0,-10000,1411.01,40.685,1.27,0,0,0.593177,0.805072,300,300,100,1), + (1261,1617,0,1838.21,-369.633,36.7846,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (1262,1617,1,134.468,-4954,11.294,3.472,0,0,0.986385,-0.164453,300,300,100,1), + (1263,32862,0,-6095.36,405.558,395.525,-2.22529,0,0,0.896873,-0.442289,900,900,100,1), + (1264,1617,1,6473.06,-30,35.241,4.51,0,0,0.774923,-0.632056,300,300,100,1), + (1265,1617,1,6534.68,57.967,36.441,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1266,22218,0,-6090.2,405.166,395.475,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1267,1617,1,-237,-5203,20.161,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1345,1618,1,-2013.9,-119.341,-7.13839,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (1346,1618,1,-41.5059,-3118.83,91.6667,4.92167,0,0,0.629382,-0.777096,300,300,100,1), + (1347,55615,1,1001.47,-4416.67,14.0263,2.53738,0.008089,-0.061883,0.952408,0.29837,900,900,100,1), + (1348,2061,1,1001.47,-4416.67,14.0263,2.53738,0.008089,-0.061883,0.952408,0.29837,900,900,100,1), + (1349,1618,0,2188.6,953.799,35.976,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (1350,1618,1,-912,-608,-55,2.723,0,0,0.978177,0.207772,300,300,100,1), + (1351,2061,0,-6090.2,405.166,395.475,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1352,1618,1,1166.19,-4927.81,16.5958,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (1353,1618,1,6719.4,207.841,23.21,1.78,0,0,0.777072,0.629412,300,300,100,1), + (1354,1618,0,1292.74,861.808,35.725,1.72787,0,0,0.760404,0.64945,300,300,255,1), + (1355,1618,1,729.119,-2256,91.867,5.487,0,0,0.387661,-0.921802,300,300,100,1), + (1356,1618,0,-9797.62,1221.15,40.8284,0.785397,0,0,0.382683,0.92388,300,300,100,1), + (1357,1618,0,1930.88,800.377,38.8693,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (1358,18084,1,-1265.08,-5510.95,5.25557,3.14159,-0.047962,0.026147,0.998506,0.001256,900,900,100,1), + (1359,1618,1,-453.35,-4824.06,38.1235,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (1360,18085,1,869.403,-4186.35,-13.9278,-2.31256,0,0,0.915312,-0.402746,900,900,100,1), + (1361,32861,0,-6097.17,406.976,395.525,-1.1781,0,0,-0.55557,0.83147,900,900,100,1), + (1362,120584,0,-6222.18,687.174,384.921,2.56563,0,0,0.95882,0.284015,900,900,100,1), + (1363,1618,1,-1717,283.768,50.033,0.768,0,0,0.374632,0.927174,300,300,100,1), + (1364,2061,1,869.403,-4186.35,-13.9278,-2.31256,0,0,0.915312,-0.402746,900,900,100,1), + (1365,31574,1,307.906,-4662.34,16.3877,-3.14159,0.021805,-0.030532,0.999296,0.000666,900,900,100,1), + (1366,1618,1,211.505,-4300.72,43.437,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (1367,1618,1,-1950,-353,-4,0.14,0,0,0.0699428,0.997551,300,300,100,1), + (1368,1618,1,-592.272,-211.791,15.7852,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (1369,1618,1,-1684,-583,-24,0.576,0,0,0.284035,0.958814,300,300,100,1), + (1370,1943,0,-6381.16,770.078,386.212,3.14159,0,0,1,0,900,900,100,1), + (1371,1618,1,-978.505,78.1237,31.3837,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (1372,1618,1,556.678,-1995.76,92.3879,2.65801,0,0,0.970911,0.239442,300,300,100,1), + (1373,1618,1,193.468,-2882.15,92.4584,0.83839,0,0,0.407025,0.913417,300,300,100,1), + (1374,1618,0,-9746,-1772,52.665,2.44,0,0,0.939099,0.343646,300,300,100,1), + (1375,1618,1,-2383.87,-2246.75,91.6897,2.16421,0,0,0.882948,0.469471,300,300,255,1), + (1376,1618,1,-86,-3649,27.185,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1377,1618,0,-9889.21,1136.34,34.2764,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (1378,1618,0,-470.102,1245.04,47.267,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (1380,148499,0,-6374.81,773.704,386.213,-1.43117,0,0,0.656059,-0.75471,10,10,100,1), + (1381,1618,0,1046.95,1074.42,38.2561,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (1382,31576,1,332.333,-4763.42,12.6504,3.14159,-0.056688,-0.013069,0.998306,-0.000742,900,900,100,1), + (1383,1953,0,-6503.27,681.882,387.274,3.14159,0,0,1,0,900,900,100,1), + (1384,1618,0,-9141,-2938,95.438,4.873,0,0,0.648104,-0.761552,300,300,100,1), + (1385,1618,0,-366.046,1367.42,34.4271,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (1386,178084,0,-6503.89,680.367,387.274,2.86234,0,0,0.990268,0.139173,10,10,100,1), + (1387,1766,0,-6372.62,571.351,385.672,3.14159,0,0,1,0,900,900,100,1), + (1388,2061,0,-6372.62,571.351,385.672,3.14159,0,0,1,0,900,900,100,1), + (1389,1618,1,6536.77,-176,36.923,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1390,1618,1,1153.67,-4312.61,21.2124,-2.60053,0,0,-0.96363,0.267241,300,300,255,1), + (1391,1618,0,1937.37,536.597,50.284,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (1392,1618,1,-1421.61,248.471,-4.84939,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (1393,1954,0,-6483.34,504.238,386.047,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (1394,178085,0,-6480.01,505.256,385.988,2.61799,0,0,0.965926,0.258819,10,10,100,1), + (1395,1618,1,-2257.83,-1570.24,92.2167,0.698131,0,0,0.34202,0.939693,300,300,255,1), + (1396,1618,0,-9816,-1788,24.076,1.902,0,0,0.813997,0.580869,300,300,100,1), + (1397,2843,0,-6490.65,512.377,387.494,0.925024,0,0,0.446198,0.894934,3600,3600,100,1), + (1398,1618,1,685.948,-2095.02,91.7908,1.61081,0,0,0.721111,0.692819,300,300,100,1), + (1399,1618,1,-1564,166.478,-21,4.448,0,0,0.794141,-0.607734,300,300,100,1), + (1400,1618,0,-10038.2,1397.22,42.6272,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (1401,1618,0,-5896,-3603,350.979,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1402,64859,0,-6063.47,381.751,392.769,0.026181,0,0,0.01309,0.999914,900,900,100,1), + (1403,22216,0,-6076.42,395.931,393.53,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1404,1618,1,714.725,-2550.9,92.7443,-1.76278,0,0,-0.771624,0.636079,300,300,255,1), + (1405,2061,0,-6076.42,395.931,393.53,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1406,1618,0,-4916.38,-3085,315.933,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (1407,20829,1,-2560.16,-3815.43,1.96602,3.0456,0,0,0.998848,0.047978,900,900,100,1), + (1408,64860,0,-6063.51,387.169,392.769,-1.22173,0,0,-0.573577,0.819152,900,900,100,1), + (1409,2061,1,332.333,-4763.42,12.6504,3.14159,-0.056688,-0.013069,0.998306,-0.000742,900,900,100,1), + (1410,1618,1,-194.162,-2978.44,91.8378,6.0746,0,0,0.104104,-0.994566,300,300,100,1), + (1411,1618,1,-192.94,-2938.51,91.6667,5.73737,0,0,0.269533,-0.962991,300,300,100,1), + (1412,1618,1,-216.735,-2924.06,91.6667,5.6693,0,0,0.302146,-0.953262,300,300,100,1), + (1413,1618,1,-305.816,-2863.73,91.8528,3.9139,0,0,0.926365,-0.376628,300,300,100,1), + (1414,1618,1,-282.529,-2852.3,93.6843,3.28559,0,0,0.997409,-0.0719365,300,300,100,1), + (1415,1618,1,5955.71,93.787,30.921,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1416,1618,1,-1516.42,-479.402,-51.36,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (1417,1618,0,-101,1132.89,63.571,1.431,0,0,0.655995,0.754765,300,300,100,1), + (1418,1618,1,7654.87,-1041,39.076,4.203,0,0,0.862451,-0.50614,300,300,100,1), + (1419,1618,1,-2129,-1909,91.97,2.295,0,0,0.91174,0.410768,300,300,100,1), + (1420,31579,1,292.01,-4769.12,11.5029,2.80125,0,0,0.985556,0.16935,900,900,100,1), + (1421,32854,0,-6063.28,378.317,392.769,0.785397,0,0,0.382683,0.92388,900,900,100,1), + (1422,32846,0,-6063.75,394.875,392.76,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (1423,32853,0,-6063.43,384.1,392.769,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (1424,2061,1,292.01,-4769.12,11.5029,2.80125,0,0,0.985556,0.16935,900,900,100,1), + (1425,31580,1,351.649,-4854.58,10.4196,3.12414,0,0,0.999962,0.008727,900,900,100,1), + (1426,22219,0,-6076.36,372.101,393.53,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1427,2061,1,351.649,-4854.58,10.4196,3.12414,0,0,0.999962,0.008727,900,900,100,1), + (1428,1618,1,280.476,-5047.2,11.7505,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (1429,1618,1,-1614.72,-2140.22,94.3504,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (1430,2061,0,-6076.36,372.101,393.53,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (1431,180655,1,-957.178,-3778.92,0,-0.174533,0,0,-0.0871558,0.996195,180,180,100,1), + (1432,1618,0,2985.27,834.53,97.251,1.257,0,0,0.587932,0.80891,300,300,100,1), + (1433,1618,1,-2022.36,49.0936,22.2928,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (1434,1618,1,-3201,-1693,92.65,4.67,0,0,0.721934,-0.691962,300,300,100,1), + (1435,64861,0,-6049.15,388.944,398.863,2.44346,0,0,0.939693,0.34202,900,900,100,1), + (1436,1618,0,-559.779,874.4,88.7414,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (1437,64863,0,-6048.11,390.373,398.863,2.85362,0,0,0.989652,0.143492,900,900,100,1), + (1438,180655,1,-957.178,-3778.92,0,-0.174533,0,0,-0.0871558,0.996195,180,180,100,1), + (1439,1618,1,-2254,-1153,-1,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1440,1618,1,-1646.32,-2052.02,93.133,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (1441,180655,1,-872.794,-3814.69,0,-2.86234,0,0,-0.990268,0.139173,180,180,100,1), + (1442,180655,1,-872.794,-3814.69,0,-2.86234,0,0,-0.990268,0.139173,180,180,100,1), + (1443,32834,0,-6047.87,394.272,398.863,-2.00713,0,0,-0.843391,0.5373,900,900,100,1), + (1444,32855,0,-6053.41,385.921,398.859,-1.48353,0,0,-0.675591,0.737277,900,900,100,1), + (1445,32843,0,-6057.87,395.223,392.76,1.54462,0,0,0.69779,0.716302,900,900,100,1), + (1446,32844,0,-6059.39,395.138,392.76,1.64934,0,0,0.734322,0.678801,900,900,100,1), + (1447,32845,0,-6061.45,395.094,392.76,1.81514,0,0,0.78801,0.615662,900,900,100,1), + (1448,32835,0,-6048.58,396.129,398.863,-1.58825,0,0,-0.713251,0.700909,900,900,100,1), + (1449,32842,0,-6056.05,382.598,392.76,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (1450,1618,0,2783.44,917.274,115.813,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1451,1618,1,-945.416,-4816.15,13.8987,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (1452,64862,0,-6050.96,396.134,398.863,-1.48353,0,0,-0.675591,0.737277,900,900,100,1), + (1453,1618,0,2178.24,71.7921,28.6869,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (1454,2843,0,-6484.93,294.773,372.653,2.49582,0,0,0.948324,0.317305,3600,3600,100,1), + (1455,1618,1,-849.958,-276.665,-16.8615,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (1456,1618,0,-9165,-3037,96.546,6.205,0,0,0.0390827,-0.999236,300,300,100,1), + (1457,180655,1,-1586.55,-3948.27,0,-1.25664,0,0,-0.587786,0.809016,180,180,100,1), + (1458,12665,1,-563.016,-4217.51,41.5901,2.78704,0.004741,-0.023011,0.984022,0.176488,900,900,100,1), + (1459,1618,1,250.021,-3047.69,96.0069,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (1460,1618,0,-11102,1730.21,40.9614,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (1461,180655,1,-1586.55,-3948.27,0,-1.25664,0,0,-0.587786,0.809016,180,180,100,1), + (1462,3658,0,-5569.67,-462.497,402.397,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (1463,1617,0,-5344.54,-553.701,392.531,-0.174533,0,0,-0.0871558,0.996195,300,300,100,1), + (1464,1618,1,-2616.61,-1888.47,95.5607,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (1465,180582,0,-5291.58,-3505.29,297.605,2.37365,0,0,0.927184,0.374606,180,180,100,1), + (1466,180655,0,-5291.58,-3505.29,297.605,2.37365,0,0,0.927184,0.374606,180,180,100,1), + (1467,1618,1,-1859,-904,25.705,1.257,0,0,0.587932,0.80891,300,300,100,1), + (1468,1618,1,-1244,-488,-57,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1469,1618,0,2200.01,-92,21.225,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1470,1618,1,1081.14,-3482.74,78.4402,3.60706,0,0,0.97304,-0.230638,300,300,100,1), + (1471,1618,1,1097.74,-3484.35,80.1662,4.34796,0,0,0.823534,-0.567267,300,300,100,1), + (1472,1618,1,-1160.24,287.672,25.4504,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (1473,1617,0,-5235.29,-459.535,386.523,0.401426,0,0,0.199368,0.979925,300,300,100,1), + (1474,1618,1,-1007.18,-4740.15,14.2365,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (1475,1618,1,-2454.54,-2045.98,96.6962,3.14159,0,0,1,0.00000126759,300,300,255,1), + (1476,1618,0,2047.72,-93,34.623,0.454,0,0,0.225056,0.974346,300,300,100,1), + (1477,180582,0,-5141.95,-3445.86,297.025,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (1478,1618,0,2909.81,1034.66,104.226,0.977,0,0,0.469302,0.883038,300,300,100,1), + (1479,1618,0,101.725,1200.5,65.315,1.187,0,0,0.559266,0.828988,300,300,100,1), + (1480,1618,1,-1884,-2285,94.998,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1481,1618,1,-3382.04,-1915.07,92.1843,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (1482,1618,0,1988.89,987.675,33.006,1.082,0,0,0.514993,0.857194,300,300,100,1), + (1483,171700,0,-4891.32,-883.553,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1484,2061,0,-4891.32,-883.553,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1485,1618,1,-409.883,-2852.73,93.4444,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (1486,171702,0,-4881.91,-955.415,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1487,1618,0,2026.84,604.512,36.0793,0.401425,0,0,0.199368,0.979925,300,300,100,1), + (1488,1618,1,-146.132,-4716.83,29.0282,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (1489,180655,0,-5141.95,-3445.86,297.025,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (1490,1618,1,692.531,-2259.45,93.0926,1.61081,0,0,0.721111,0.692819,300,300,100,1), + (1491,1618,0,-5588.98,-3679.32,308.934,2.25147,0,0,0.902584,0.430513,300,300,100,1), + (1492,180582,0,-4845.88,-3409.7,297.605,2.07694,0,0,0.861629,0.507539,180,180,100,1), + (1493,2061,0,-4881.91,-955.415,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1494,1618,0,-4752,-2785,323.818,1.326,0,0,0.615484,0.788149,300,300,100,1), + (1495,1618,0,932.837,1846.68,5.9389,-2.65289,0,0,-0.970294,0.241927,300,300,255,1), + (1496,1618,1,7423.06,-741.099,15.8697,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (1497,1618,0,-9497,-2327,70.047,3.748,0,0,0.954385,-0.298579,300,300,100,1), + (1498,2061,1,-563.016,-4217.51,41.5901,2.78704,0.004741,-0.023011,0.984022,0.176488,900,900,100,1), + (1499,171704,0,-4887.03,-954.818,510.13,1.84132,0,0,0.796002,0.605294,900,900,100,1), + (1500,171570,0,-4839.02,-865.45,501.923,0.104719,0,0,0.052336,0.99863,900,900,100,1), + (1501,31407,1,433.775,-4223.81,24.9391,-3.07544,0,0,0.999453,-0.033071,900,900,100,1), + (1502,1618,1,1233.64,-4639.66,17.4223,0,0,0,0,1,300,300,100,1), + (1503,1618,1,-2280.86,-1351.81,18.2552,0.959931,0,0,0.461749,0.887011,300,300,100,1), + (1504,1618,1,-1752.53,-316.694,-9.42484,-2.00713,0,0,-0.843392,0.537299,300,300,100,1), + (1505,1618,1,-3615.46,-1942.71,94.1204,-0.296705,0,0,-0.147809,0.989016,300,300,255,1), + (1506,1618,1,-1650,-3865,12.6511,0,0,0,0,1,300,300,100,1), + (1508,2066,1,433.775,-4223.81,24.9391,-3.07544,0,0,0.999453,-0.033071,900,900,100,1), + (1509,1618,1,-47.8642,-3250.27,91.6675,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (1510,31408,1,29.5145,-4321.03,68.8133,2.21619,0.058362,0.058537,0.892703,0.443001,900,900,100,1), + (1511,1618,1,-146.922,-2948.52,91.9616,-1.93732,0,0,-0.824127,0.566404,300,300,255,1), + (1512,1618,1,-946.539,-2618.98,91.7864,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (1513,1618,1,-308.541,-1819.66,95.7815,-0.261798,0,0,-0.130525,0.991445,300,300,255,1), + (1514,1618,1,280.543,-2581.38,93.8831,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (1515,1618,0,2881.69,853.522,113.89,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1516,1618,0,2447.04,629.929,31.7271,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1517,1618,0,2360.88,981.178,59.6341,0.681,0,0,0.333958,0.942588,300,300,100,1), + (1518,1618,0,-547,1622.18,7.732,0.995,0,0,0.47723,0.878778,300,300,100,1), + (1519,1618,0,1209.58,985.972,37.576,1.169,0,0,0.551782,0.833988,300,300,100,1), + (1520,1618,1,80.634,-4245,59.508,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1521,171571,0,-4835.33,-867.29,501.923,-3.03687,0,0,0.99863,-0.052337,900,900,100,1), + (1522,1618,1,1131.45,-3443.82,91.2216,0.87386,0,0,0.42316,0.906055,300,300,100,1), + (1524,1618,1,-158.029,-3378.55,92.3938,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (1525,171572,0,-4835.57,-865.18,501.923,-3.03687,0,0,0.99863,-0.052337,900,900,100,1), + (1526,180655,0,-4845.88,-3409.7,297.605,2.07694,0,0,0.861629,0.507539,180,180,100,1), + (1527,171576,0,-4847.09,-866.293,501.923,1.67552,0,0,0.743145,0.66913,900,900,100,1), + (1528,1618,1,-1220,-2018,91.667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1529,1618,0,2201.21,707.906,37.024,0,0,0,0,1,300,300,100,1), + (1530,1618,1,-2483,-1381,7.56,2.635,0,0,0.968092,0.250596,300,300,100,1), + (1531,171577,0,-4848.01,-865.865,510.254,-3.03687,0,0,0.99863,-0.052337,900,900,100,1), + (1532,2066,1,29.5145,-4321.03,68.8133,2.21619,0.058362,0.058537,0.892703,0.443001,900,900,100,1), + (1533,1618,1,7266.36,-772,24.812,2.164,0,0,0.882899,0.469563,300,300,100,1), + (1534,1618,0,-11086.5,627.683,36.5317,-3.01942,0,0,-0.998135,0.0610484,300,300,100,1), + (1535,1618,0,1103.88,1458.85,34.7833,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (1536,1618,1,-1358,-2044,91.852,2.251,0,0,0.902483,0.430725,300,300,100,1), + (1537,1618,0,-9142,-2509,118.872,2.047,0,0,0.853935,0.52038,300,300,100,1), + (1538,1618,1,-414,-3545,92.938,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1539,1618,1,-2522,-2315,94.568,2.583,0,0,0.96125,0.275679,300,300,100,1), + (1540,171579,0,-4851.67,-866.408,510.254,0.104719,0,0,0.052336,0.99863,900,900,100,1), + (1541,1618,0,2426.88,-249,50.715,2.042,0,0,0.852631,0.522514,300,300,100,1), + (1542,143253,0,-4871.01,-885.149,505.421,-1.38754,0,0,-0.639439,0.768842,900,900,100,1), + (1543,1618,1,483.048,-4085,30.156,2.88,0,0,0.991458,0.130424,300,300,100,1), + (1544,1618,1,679.261,-2214,94.433,1.658,0,0,0.737256,0.675613,300,300,100,1), + (1545,142838,0,-4890.85,-898.615,504.856,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (1546,1618,1,-2549.16,-77.8223,-7.45093,-1.0472,0,0,-0.500001,0.866025,300,300,100,1), + (1547,1618,0,2229.09,1248.39,40.463,1.78,0,0,0.777072,0.629412,300,300,100,1), + (1548,171573,0,-4845.32,-864.475,501.923,-3.03687,0,0,0.99863,-0.052337,900,900,100,1), + (1549,1618,0,1771.03,-506.915,40.7929,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (1550,1618,1,-2191.67,-1945.28,93.879,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (1551,1618,1,-1890,-186,-7,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1552,143317,0,-4845.3,-882.304,504.685,-1.48353,0,0,-0.67559,0.737277,900,900,100,1), + (1553,1618,0,966.001,1467.47,40.532,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1554,31410,1,89.5779,-4563.51,54.7562,2.03518,0,0,0.850843,0.52542,900,900,100,1), + (1555,1618,1,411.874,-4227,25.456,0,0,0,0,1,300,300,100,1), + (1556,32385,0,-4892.57,-899.248,504.012,-1.22173,0,0,-0.573576,0.819152,900,900,100,1), + (1557,1618,1,-1217.21,-346.838,-17.8093,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (1558,1618,1,-1282.12,322.474,-0.953603,-0.628317,0,0,-0.309016,0.951057,300,300,255,1), + (1559,1618,1,670.238,-2078.75,91.835,2.34385,0,0,0.9215,0.388379,300,300,100,1), + (1560,1618,1,-218.375,-2586.92,94.245,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (1561,1618,0,2384.72,903.262,64.214,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1562,2066,1,89.5779,-4563.51,54.7562,2.03518,0,0,0.850843,0.52542,900,900,100,1), + (1563,1618,1,185.601,-2779.78,91.6667,1.56462,0,0,0.70492,0.709287,300,300,100,1), + (1564,32349,0,-4845.78,-879.3,501.614,1.64934,0,0,0.734322,0.678801,900,900,100,1), + (1565,1618,1,-1148.81,417.898,5.57763,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (1566,171693,0,-4857.2,-879.59,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1567,1618,1,934.152,-3079.21,91.7325,4.62728,0,0,0.736548,-0.676385,300,300,100,1), + (1568,31411,1,-793.997,-4905.74,19.5642,0.629431,0,0,0.309546,0.950885,900,900,100,1), + (1569,2061,0,-4857.2,-879.59,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1570,137644,0,-4890.83,-898.596,503.95,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (1571,2066,1,-793.997,-4905.74,19.5642,0.629431,0,0,0.309546,0.950885,900,900,100,1), + (1572,171692,0,-4826.51,-876.088,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1573,1618,1,-3630,-1894,91.849,2.734,0,0,0.979305,0.202389,300,300,100,1), + (1574,1618,1,-2222.54,152.929,61.2913,0.837757,0,0,0.406736,0.913546,300,300,255,1), + (1575,1618,1,796.154,-2962.45,91.6667,5.49907,0,0,0.382091,-0.924125,300,300,100,1), + (1576,58389,1,1674.99,-3905.79,50.8452,-3.06297,0,0,0.999227,-0.039299,900,900,100,1), + (1577,2061,1,1674.99,-3905.79,50.8452,-3.06297,0,0,0.999227,-0.039299,900,900,100,1), + (1578,2061,0,-4826.51,-876.088,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1579,1618,1,-1659.41,-187.931,-11.6069,-2.23402,0,0,-0.898793,0.438373,300,300,100,1), + (1580,32424,0,-4890.83,-898.608,503.168,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (1581,1618,1,-1679.28,81.435,-9.19313,-1.91986,0,0,-0.819151,0.573577,300,300,100,1), + (1582,171578,0,-4849.86,-864.624,510.254,-1.46608,0,0,-0.669131,0.743145,900,900,100,1), + (1583,58388,1,1696.92,-3891,50.8451,0.910732,0,0,0.439791,0.8981,900,900,100,1), + (1584,1618,1,-2336,-2068,97.571,4.353,0,0,0.822102,-0.569341,300,300,100,1), + (1585,171569,0,-4838.78,-867.56,501.923,0.104719,0,0,0.052336,0.99863,900,900,100,1), + (1586,1618,1,-1933,47.262,9.594,4.483,0,0,0.783385,-0.621537,300,300,100,1), + (1587,1618,1,-79.9959,-3888.22,46.938,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (1588,171574,0,-4847.42,-863.046,501.923,-1.46608,0,0,-0.669131,0.743145,900,900,100,1), + (1589,2061,1,1696.92,-3891,50.8451,0.910732,0,0,0.439791,0.8981,900,900,100,1), + (1590,1618,0,-159.638,950.241,64.9428,-0.191985,0,0,-0.0958451,0.995396,300,300,255,1), + (1591,55250,1,273.661,-4729.36,13.6113,3.14159,0,0,1,0,900,900,100,1), + (1592,1618,1,-2819.61,-1986.15,94.3748,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (1593,171575,0,-4849.17,-864.947,501.923,0.104719,0,0,0.052336,0.99863,900,900,100,1), + (1594,1618,1,-3509,-1917,93.863,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1595,1618,1,576.44,-4645.88,31.6439,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (1596,171695,0,-4858.64,-916.317,501.673,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1597,1618,0,-5867,-2914,365.539,1.658,0,0,0.737256,0.675613,300,300,100,1), + (1598,1618,1,-174.129,-3886.43,41.3098,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (1599,2061,0,-4858.64,-916.317,501.673,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1600,1618,1,106.372,-4009.62,46.3773,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (1601,1618,0,2553.76,-785,66.833,2.95,0,0,0.995415,0.0956499,300,300,100,1), + (1602,2061,1,273.661,-4729.36,13.6113,3.14159,0,0,1,0,900,900,100,1), + (1603,1618,0,1635.79,-437,45,1.03,0,0,0.492535,0.870293,300,300,100,1), + (1604,180582,0,-5232.57,-3133.11,297.605,-2.00713,0,0,-0.843392,0.537299,180,180,100,1), + (1605,180655,0,-5232.57,-3133.11,297.605,-2.00713,0,0,-0.843392,0.537299,180,180,100,1), + (1606,1618,1,-919,-2302,91.667,3.002,0,0,0.997565,0.0697396,300,300,100,1), + (1607,1618,1,-1380,-353,-39,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1608,1618,1,6193.9,-103,46.894,0.244,0,0,0.121698,0.992567,300,300,100,1), + (1609,1618,1,6269.85,391.441,32.599,0.803,0,0,0.390799,0.920476,300,300,100,1), + (1610,1618,1,-1783,-718,-9,0.209,0,0,0.10431,0.994545,300,300,100,1), + (1611,180582,0,-5120.34,-3561.44,297.615,2.25148,0,0,0.902586,0.430509,180,180,100,1), + (1612,1618,1,-1378,-581,-61,3.271,0,0,0.997907,-0.0646585,300,300,100,1), + (1613,1618,1,587.8,-4016,10.171,0.035,0,0,0.0174991,0.999847,300,300,100,1), + (1614,1618,0,2039.89,-297.34,36.1757,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (1615,1618,1,-1817,130.317,17.808,0.459,0,0,0.227491,0.97378,300,300,100,1), + (1616,1618,1,-2619.65,-650.645,0.39445,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (1617,180655,0,-5120.34,-3561.44,297.615,2.25148,0,0,0.902586,0.430509,180,180,100,1), + (1618,180582,0,-5250.53,-3448.45,297.605,-0.436333,0,0,-0.21644,0.976296,180,180,100,1), + (1619,180655,0,-5250.53,-3448.45,297.605,-0.436333,0,0,-0.21644,0.976296,180,180,100,1), + (1621,31573,1,389.969,-4707.05,13.2934,3.14159,0,0,1,0,900,900,100,1), + (1622,1618,1,79.519,-3551,29.475,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1623,1618,1,409.71,-3984,30.229,2.862,0,0,0.990244,0.139341,300,300,100,1), + (1624,180582,0,-5260.79,-3631.81,297.605,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (1625,1618,1,-925.013,378.549,15.888,1.72787,0,0,0.760404,0.64945,300,300,255,1), + (1626,2061,1,389.969,-4707.05,13.2934,3.14159,0,0,1,0,900,900,100,1), + (1627,165557,1,1303.94,-4397.75,29.1688,-1.51844,0,0,-0.688354,0.725375,900,900,100,1), + (1628,1618,0,1691.54,646.112,49.5556,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (1629,1618,0,-10814,1072.8,37.048,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1630,1618,1,-2196,-2320,93.627,0,0,0,0,1,300,300,100,1), + (1631,1618,1,4848.68,97.538,50.335,0.663,0,0,0.325462,0.945555,300,300,100,1), + (1632,18083,1,-557.679,-4219.21,41.5904,3.11541,0.00442,0.004306,0.999896,0.01307,900,900,100,1), + (1633,1618,1,-1985.86,-1981.32,92.8823,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (1634,1618,1,1114.99,-3380,93.9374,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1635,180655,0,-5260.79,-3631.81,297.605,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (1636,2061,1,-557.679,-4219.21,41.5904,3.11541,0.00442,0.004306,0.999896,0.01307,900,900,100,1), + (1637,180582,0,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (1638,1618,1,-848,-717,-20,1.239,0,0,0.580628,0.814169,300,300,100,1), + (1639,180655,0,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (1640,1618,1,1267.29,-4862.45,15.5736,-1.85005,0,0,-0.798636,0.601815,300,300,255,1), + (1641,1618,1,590.793,-4870.73,24.6471,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (1642,1618,1,-710,-3489,91.664,0,0,0,0,1,300,300,100,1), + (1643,31577,1,316.25,-4769.36,11.4047,3.14159,-0.039246,0.026157,0.998887,0.001028,900,900,100,1), + (1644,1618,1,-416,-2054,91.667,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1645,180655,0,-9801.39,1766.6,0,-0.087267,0,0,-0.0436197,0.999048,180,180,100,1), + (1646,180655,0,-9801.39,1766.6,0,-0.087267,0,0,-0.0436197,0.999048,180,180,100,1), + (1647,2061,1,316.25,-4769.36,11.4047,3.14159,-0.039246,0.026157,0.998887,0.001028,900,900,100,1), + (1648,3231,1,-591.935,-4300.3,40.3764,-1.71915,0,0,-0.757565,0.65276,900,900,100,1), + (1649,1618,1,-3549,-2351,96.467,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1650,180655,0,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438372,180,180,100,1), + (1651,1618,0,2106.63,1055.04,33.1502,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (1652,1618,0,1729.3,738.43,51.1099,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (1653,1618,0,1066.22,1680.48,29.782,0,0,0,0,1,300,300,100,1), + (1654,1618,1,710.625,-4209.05,16.8783,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (1655,180655,0,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438372,180,180,100,1), + (1656,180582,0,-10549.4,2127.94,0,1.91986,0,0,0.819151,0.573577,180,180,100,1), + (1657,101749,1,-883.601,-4295.66,70.8916,2.11185,0.007095,-0.01404,0.870191,0.492463,900,900,100,1), + (1658,31575,1,334.813,-4708.16,14.938,-2.05949,-0.046368,0.017921,-0.856725,0.513373,900,900,100,1), + (1659,1618,0,-5335.43,-2800.35,350.679,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (1660,1618,1,6456.53,108.827,37.337,1.501,0,0,0.682005,0.731348,300,300,100,1), + (1661,1618,1,-1519,-1745,92.678,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1662,1618,1,-2484,-1778,93.208,0.349,0,0,0.173616,0.984813,300,300,100,1), + (1663,1618,1,390.577,-3414.15,95.0342,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (1664,171635,0,-4879.56,-980.148,504.02,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (1665,1618,1,-3450,-2217,92.08,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1666,1618,0,1851.48,774.282,29.1703,0.785397,0,0,0.382683,0.92388,300,300,255,1), + (1667,1618,1,-212.159,-2967.09,91.6667,4.78654,0,0,0.680411,-0.732831,300,300,100,1), + (1668,1618,1,-2618.37,-2338.07,91.7466,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (1669,1618,0,-10999.2,760.319,41.3588,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (1670,1618,0,1100.14,1267.14,41.1007,-0.174532,0,0,-0.0871553,0.996195,300,300,255,1), + (1671,1618,0,1100.14,1267.14,41.1007,-0.174532,0,0,-0.0871553,0.996195,300,300,255,1), + (1672,2061,1,334.813,-4708.16,14.938,-2.05949,-0.046368,0.017921,-0.856725,0.513373,900,900,100,1), + (1673,2061,0,-4879.56,-980.148,504.02,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (1674,55616,1,-985.461,-4417.48,29.2641,0.327011,0,0,0.162778,0.986663,900,900,100,1), + (1675,149418,0,-4848.26,-937.486,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1676,1618,1,1317.86,-4986.07,2.62448,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (1677,1618,1,-622,-3583,91.664,0.593,0,0,0.292175,0.956365,300,300,100,1), + (1678,1618,1,-2547,149.453,59.184,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1679,2061,0,-4848.26,-937.486,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1680,171703,0,-4857.61,-947.218,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1681,2066,1,-985.461,-4417.48,29.2641,0.327011,0,0,0.162778,0.986663,900,900,100,1), + (1682,2061,0,-4857.61,-947.218,501.437,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1683,171758,0,-4856.98,-997.963,453.703,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1684,2061,0,-4856.98,-997.963,453.703,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1685,171762,0,-4820.14,-964.207,464.636,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1686,1618,0,-9221,-3106,107.763,1.063,0,0,0.506827,0.862048,300,300,100,1), + (1687,2061,0,-4820.14,-964.207,464.636,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1688,1618,1,51.633,-4152,63.732,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1689,171760,0,-4820.3,-986.57,464.636,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1690,1618,1,6264.63,100.095,33.8198,0,0,0,0,1,300,300,100,1), + (1691,180655,0,-10549.4,2127.94,0,1.91986,0,0,0.819151,0.573577,180,180,100,1), + (1692,104555,1,-812.912,-4940.97,20.6516,-2.6529,0.023288,0.014797,0.969871,-0.242051,900,900,100,1), + (1693,1618,1,-182.081,-2814.53,91.9249,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (1694,2061,0,-4820.3,-986.57,464.636,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1695,1618,1,-2346.98,-1014.55,-9.09553,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (1696,1618,1,209.838,-4051.3,44.4966,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (1697,3225,1,285.148,-3992.02,36.1008,-1.66679,0,0,-0.740218,0.672367,900,900,100,1), + (1698,1618,0,1901.47,734.731,36.8667,0.191985,0,0,0.0958452,0.995396,300,300,255,1), + (1699,180655,0,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.0871556,180,180,100,1), + (1700,1618,0,-10363.9,930.534,36.7459,3.05433,0,0,0.999048,0.0436174,300,300,100,1), + (1701,171763,0,-4809.23,-977.444,464.636,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1702,1618,1,685.138,-2281.22,91.6717,2.21922,0,0,0.895525,0.445011,300,300,100,1), + (1703,2061,0,-4809.23,-977.444,464.636,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1704,1618,1,626.688,-2669.35,95.3372,4.2372,0,0,0.853671,-0.520813,300,300,100,1), + (1705,3085,1,-930.077,-4488.83,29.465,3.10868,0,0,0.999865,0.016458,900,900,100,1), + (1706,2061,1,-930.077,-4488.83,29.465,3.10868,0,0,0.999865,0.016458,900,900,100,1), + (1707,171761,0,-4831.21,-973.333,464.636,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1708,2061,0,-4831.21,-973.333,464.636,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1709,171636,0,-4870.01,-990.161,504.02,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (1710,1618,0,1147.1,1068.88,32.861,3.037,0,0,0.998633,0.0522725,300,300,100,1), + (1711,1618,0,2670.43,462.322,16.816,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1712,101748,1,-253.347,-3976.94,166.768,-1.93731,0,0,-0.824126,0.566406,900,900,100,1), + (1713,3234,1,285.149,-3991.99,35.321,-1.66679,0,0,-0.740218,0.672367,900,900,100,1), + (1714,1618,1,664.583,-2376.75,92.3499,4.82102,0,0,0.667676,-0.744452,300,300,100,1), + (1715,1618,0,2348.53,-211.136,39.2133,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (1716,2061,0,-4870.01,-990.161,504.02,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (1717,1618,1,-713,-5021,17.048,0.82,0,0,0.398609,0.917121,300,300,100,1), + (1718,31572,1,366.669,-4720.59,13.5744,3.11541,0.018005,0.043381,0.99882,0.012314,900,900,100,1), + (1719,2061,1,366.669,-4720.59,13.5744,3.11541,0.018005,0.043381,0.99882,0.012314,900,900,100,1), + (1720,1618,1,-715.41,90.4643,-6.07189,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (1721,1618,0,2870.3,737.045,124.611,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1722,31409,1,63.7298,-4462.45,46.2484,-2.86163,0.063475,-0.013046,0.988322,-0.137911,900,900,100,1), + (1723,1618,1,5920.03,-20.4232,37.6453,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (1724,1618,1,-2415,-44,-7,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1725,2066,1,63.7298,-4462.45,46.2484,-2.86163,0.063475,-0.013046,0.988322,-0.137911,900,900,100,1), + (1726,1618,1,-986,-789,-8,1.309,0,0,0.608763,0.793352,300,300,100,1), + (1727,1618,1,7781.38,-1061,31.365,3.117,0,0,0.999924,0.012296,300,300,100,1), + (1728,1618,0,323.282,658.969,40.657,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1729,180655,0,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.0871556,180,180,100,1), + (1730,1618,1,-1621,-1809,93.232,4.203,0,0,0.862451,-0.50614,300,300,100,1), + (1731,1618,1,-780,-450,-31,2.583,0,0,0.96125,0.275679,300,300,100,1), + (1732,180655,0,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (1733,18079,1,313.72,-4661.79,16.1273,-3.10669,0.034663,0.013688,0.999145,-0.017897,900,900,100,1), + (1734,180655,0,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (1735,180655,0,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (1736,180655,0,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (1737,1618,1,-950,-2815,93.486,0.768,0,0,0.374632,0.927174,300,300,100,1), + (1738,1618,1,185.339,-4189.96,44.9944,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (1739,2061,1,313.72,-4661.79,16.1273,-3.10669,0.034663,0.013688,0.999145,-0.017897,900,900,100,1), + (1740,1618,0,-9599,-1903,61.005,6,0,0,0.14112,-0.989992,300,300,100,1), + (1741,1618,1,4322.94,41.056,58.2132,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1742,1618,1,-419.211,-2380.24,91.7137,-2.26892,0,0,-0.906306,0.422622,300,300,255,1), + (1743,1618,1,7296.08,-90.3389,8.03247,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (1744,180655,0,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (1745,1618,0,2080.8,1120.39,37.389,1.571,0,0,0.707179,0.707035,300,300,100,1), + (1746,3239,1,-223.825,-5095.61,49.3529,-2.31256,-0.004473,-0.011502,0.915211,-0.402785,2,2,100,1), + (1747,1619,0,-10188,1545.83,44.996,4.964,0,0,0.612795,-0.790242,300,300,100,1), + (1748,1619,1,-1937.26,379.606,132.699,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (1749,1619,0,98.568,786.722,73.786,0.908,0,0,0.438564,0.8987,300,300,100,1), + (1750,1619,0,-10035,1424.36,41.557,0.317,0,0,0.157837,0.987465,300,300,100,1), + (1751,1619,1,4482.3,31.694,88.28,0.279,0,0,0.139048,0.990286,300,300,100,1), + (1752,1619,1,-1887.71,333.707,107.339,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (1753,1619,0,-5612,-3104,366.217,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1754,1619,1,5174.2,355.331,36.255,0.509,0,0,0.251762,0.967789,300,300,100,1), + (1755,1619,1,350.451,-1597.26,91.6667,1.47587,0,0,0.672762,0.739859,300,300,100,1), + (1756,1619,1,288.729,-3507.36,26.2807,4.68536,0,0,0.716598,-0.697486,300,300,100,1), + (1757,1619,1,-2173,-1689,121.94,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1758,1619,0,2330.47,210.88,36.9028,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1759,1619,1,-1683.05,-3926.45,14.7665,6.20873,0,0,0.0372189,-0.999307,300,300,100,1), + (1760,1619,0,827.721,1257.76,55.3613,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (1761,1619,1,-1753,-3692,34.266,1.326,0,0,0.615484,0.788149,300,300,100,1), + (1762,180655,0,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (1763,1619,0,-10418.8,2031.94,32.492,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (1764,1619,1,-725.992,-1698.86,91.6666,3.08044,0,0,0.999533,0.0305715,300,300,100,1), + (1765,1619,1,-730.938,-1711.28,91.6736,3.08044,0,0,0.999533,0.0305715,300,300,100,1), + (1766,1619,1,663.15,-4806.97,26.2461,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (1767,1619,1,-1219.48,-3603.84,91.7114,1.33218,0,0,0.617917,0.786244,300,300,100,1), + (1768,180655,0,-9574.33,1392.54,0,-0.122173,0,0,-0.0610485,0.998135,180,180,100,1), + (1769,180655,0,-9574.33,1392.54,0,-0.122173,0,0,-0.0610485,0.998135,180,180,100,1), + (1770,180582,0,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (1771,180582,0,-5730.29,-3414.34,297.605,-2.80998,0,0,-0.986286,0.165048,180,180,100,1), + (1772,175313,1,1800.16,-4371.6,-17.5136,-2.90597,0,0,0.993069,-0.117537,900,900,100,1), + (1773,180655,0,-5730.29,-3414.34,297.605,-2.80998,0,0,-0.986286,0.165048,180,180,100,1), + (1774,2061,1,1800.16,-4371.6,-17.5136,-2.90597,0,0,0.993069,-0.117537,900,900,100,1), + (1775,171544,0,-4808.22,-870.313,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1776,1619,1,-1568.58,-3925.92,5.33258,3.41157,0,0,0.990903,-0.134579,300,300,100,1), + (1777,1619,0,-593.015,748.071,116.325,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (1778,2061,0,-4808.22,-870.313,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1779,1619,1,-1399.08,-3937.55,16.4094,0.88737,0,0,0.429271,0.903176,300,300,100,1), + (1780,171545,0,-4808.47,-911.884,497.902,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1781,1619,1,-1427.45,-3886.49,11.1764,5.70761,0,0,0.283832,-0.958874,300,300,100,1), + (1782,1619,1,-1380.69,-3920.57,13.4836,5.19515,0,0,0.517578,-0.855636,300,300,100,1), + (1783,1619,1,-1399.88,-3897.8,10.7591,6.02058,0,0,0.130926,-0.991392,300,300,100,1), + (1784,180582,0,-5127.44,-3148.62,297.605,-2.98451,0,0,-0.996917,0.0784606,180,180,100,1), + (1785,2061,0,-4808.47,-911.884,497.902,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1786,1619,0,-10284,1691.15,38.089,1.44,0,0,0.659385,0.751806,300,300,100,1), + (1787,1619,1,826.997,-3665.93,37.5249,-1.85005,0,0,-0.798636,0.601815,300,300,255,1), + (1788,1619,1,36.227,-3984,48.384,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1789,171694,0,-4830.09,-909.812,501.673,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1790,1619,1,-116.039,-4694.84,29.5269,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (1791,180655,0,-5127.44,-3148.62,297.605,-2.98451,0,0,-0.996917,0.0784606,180,180,100,1), + (1792,1619,1,-3671,-1757,92.468,0.82,0,0,0.398609,0.917121,300,300,100,1), + (1793,1619,1,-2552,-1731,109.768,2.74,0,0,0.979908,0.19945,300,300,100,1), + (1794,2061,0,-4830.09,-909.812,501.673,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (1795,1619,1,1303.38,-4931.36,9.41404,1.92,0,0,0.819192,0.57352,300,300,100,1), + (1796,1619,1,659.889,-3663.35,42.7321,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (1797,1619,1,796.822,-3694.82,27.8678,5.56688,0,0,0.350545,-0.936546,300,300,100,1), + (1798,1619,1,-1546.28,-3958.2,20.1385,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (1799,1619,1,4368.39,640.926,67.5156,2.74,0,0,0.979908,0.19945,300,300,100,1), + (1800,1619,0,-10300,1648.74,41.808,1.635,0,0,0.729438,0.684047,300,300,100,1), + (1801,171648,0,-4827.55,-919.394,502.22,-2.47837,0,0,0.945519,-0.325568,900,900,100,1), + (1802,1619,1,1002.19,-3723.77,28.6232,2.90916,0,0,0.993254,0.115955,300,300,100,1), + (1803,1619,0,2795.89,-402,84.085,3.124,0,0,0.999961,0.00879618,300,300,100,1), + (1804,1619,1,-1435.26,-3495.68,168.965,5.71933,0,0,0.278208,-0.960521,300,300,100,1), + (1805,180582,0,-4912.3,-3581.94,297.605,-0.663225,0,0,-0.325568,0.945519,180,180,100,1), + (1806,1619,0,-10278.2,1513.24,41.5956,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (1807,1619,1,-1242.13,-3639.65,93.7278,5.56671,0,0,0.350624,-0.936516,300,300,100,1), + (1808,1619,1,-1261.03,-3626.34,93.4734,0.65479,0,0,0.321577,0.946883,300,300,100,1), + (1809,1619,1,-1274.41,-3625.15,91.9569,0.8904,0,0,0.430638,0.902525,300,300,100,1), + (1810,1619,1,52.9918,-4088.75,59.7974,2.74016,0,0,0.979924,0.199371,300,300,255,1), + (1811,1619,1,958.55,-4054.57,-11.1736,-2.32129,0,0,-0.91706,0.398748,300,300,255,1), + (1812,1619,1,5587.86,33.6228,53.097,-0.017453,0,0,-0.00872639,0.999962,300,300,100,1), + (1813,1619,1,7.87769,-1834.7,95.1932,2.60864,0,0,0.964705,0.263334,300,300,100,1), + (1814,1619,1,-22.9203,-1803.21,93.6704,1.55545,0,0,0.70166,0.712512,300,300,100,1), + (1815,1619,1,-1417.26,-3445.1,213.337,4.50592,0,0,0.77621,-0.630474,300,300,100,1), + (1816,1619,1,-1427.79,-3445.93,214.587,4.45291,0,0,0.792647,-0.609681,300,300,100,1), + (1817,1619,1,4451.13,423.318,69.726,1.937,0,0,0.824037,0.566536,300,300,100,1), + (1818,1619,1,-2287.69,-1494.56,54.1208,-2.63545,0,0,-0.968148,0.250379,300,300,100,1), + (1819,1619,1,-2829.85,-817.971,28.7467,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (1820,1619,0,-9614.35,-2156.73,73.633,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (1821,171649,0,-4827.11,-922.521,502.22,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (1822,1619,1,4403.32,820.611,30.2575,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (1823,1619,1,-1208.22,-3644.08,94.0896,5.73399,0,0,0.27116,-0.962534,300,300,100,1), + (1824,1619,0,-5598.14,-2744.07,375.994,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (1825,1619,1,515.16,-3927.33,22.4875,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (1826,171547,0,-4784.52,-913.595,497.902,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1827,1619,0,908.198,1461.21,35.071,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1828,1619,0,-9279.21,-3073.36,105.601,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (1829,2061,0,-4784.52,-913.595,497.902,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1830,1619,1,-1722,-3900,16.644,0.105,0,0,0.0524759,0.998622,300,300,100,1), + (1831,1619,0,-9346.42,-1887.48,72.7737,-0.541051,0,0,-0.267238,0.963631,300,300,100,1), + (1832,1619,0,-9474,-3442,122.832,1.78,0,0,0.777072,0.629412,300,300,100,1), + (1833,1619,1,40.5391,-1749.56,111.579,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (1834,1619,1,-2704,-1359,48.11,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1835,1619,1,-1754,-911,82.1,6.251,0,0,0.016092,-0.999871,300,300,100,1), + (1836,1619,0,-9098,-3185,109.71,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1837,1619,1,-1643.27,-3895.83,10.3253,5.0943,0,0,0.560047,-0.828461,300,300,100,1), + (1838,1619,0,-5715,-3082,331.936,3.107,0,0,0.99985,0.0172954,300,300,100,1), + (1839,180655,0,-4912.3,-3581.94,297.605,-0.663225,0,0,-0.325568,0.945519,180,180,100,1), + (1840,1619,0,378.769,1152.34,92.5748,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (1842,1619,1,-330.049,-1320.47,99.5392,0.302,0,0,0.150427,0.988621,300,300,100,1), + (1843,1619,1,-325.64,-1359.21,95.4151,0.31496,0,0,0.15683,0.987626,300,300,100,1), + (1844,1619,1,-554.461,-1499.67,92.7525,0.1376,0,0,0.0687457,0.997634,300,300,100,1), + (1845,1619,1,-445.95,-1511.21,92.6732,5.0282,0,0,0.587117,-0.809502,300,300,100,1), + (1846,1619,1,-433.019,-1508.62,91.8294,5.42875,0,0,0.41434,-0.910122,300,300,100,1), + (1847,1619,1,1118.32,-4499.9,20.3045,1.85005,0,0,0.798636,0.601815,300,300,255,1), + (1848,171769,0,-4733.11,-941.817,501.617,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1849,1619,1,-545,-677,51.653,0.227,0,0,0.113256,0.993566,300,300,100,1), + (1850,1619,1,6608.11,228.632,43.837,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1851,180582,0,-5642.59,-3291.67,297.605,2.14675,0,0,0.878816,0.477161,180,180,100,1), + (1852,1619,1,-1175.35,-3544.48,91.7055,4.29441,0,0,0.838425,-0.545016,300,300,100,1), + (1853,1619,1,-1673.7,-3853.93,12.7435,5.0943,0,0,0.560047,-0.828461,300,300,100,1), + (1854,1619,1,-1725.68,-3886.94,25.6459,5.55198,0,0,0.357512,-0.933908,300,300,100,1), + (1855,1619,1,-1722.56,-3866.18,15.694,2.98676,0,0,0.997005,0.0773391,300,300,100,1), + (1856,1619,1,398.168,-1545.98,92.2844,4.19531,0,0,0.864391,-0.502821,300,300,100,1), + (1857,1619,1,-1367.89,-3949.43,42.8773,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (1858,180655,0,-5642.59,-3291.67,297.605,2.14675,0,0,0.878816,0.477161,180,180,100,1), + (1859,1619,1,141.065,-2473,141.088,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1860,1619,0,1857.45,1055.19,29.235,1.012,0,0,0.484682,0.87469,300,300,100,1), + (1861,1619,1,484.319,-3651.03,28.5224,5.32961,0,0,0.458928,-0.888474,300,300,100,1), + (1862,2061,0,-4733.11,-941.817,501.617,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1863,1619,0,2469.43,329.287,32.3891,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (1864,1619,1,-1383.55,-3892.37,12.6679,2.95612,0,0,0.995703,0.0926035,300,300,100,1), + (1865,1619,1,5366.7,185.883,36.0369,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (1866,1619,1,289.874,-3493.67,28.058,1.57037,0,0,0.706956,0.707258,300,300,100,1), + (1867,1619,1,-2143,256.915,96.195,1.571,0,0,0.707179,0.707035,300,300,100,1), + (1868,1619,1,318.421,-3508.9,34.9301,5.91133,0,0,0.184858,-0.982765,300,300,100,1), + (1869,171541,0,-4756.94,-917.027,501.658,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1870,2061,0,-4756.94,-917.027,501.658,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1871,1619,0,-9285,-2815,88.836,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1895,180582,0,-5347.89,-3706.57,297.605,-1.8326,0,0,-0.793355,0.60876,180,180,100,1), + (1896,1619,1,-1327.19,-3889.31,10.8991,4.69141,0,0,0.714485,-0.699651,300,300,100,1), + (1897,1619,1,-1344.71,-3929.48,9.64366,4.62662,0,0,0.736771,-0.676142,300,300,100,1), + (1898,1619,1,-1446.15,-3439.39,214.927,4.45291,0,0,0.792647,-0.609681,300,300,100,1), + (1899,1619,1,-1423.85,-3431.07,213.844,4.45291,0,0,0.792647,-0.609681,300,300,100,1), + (1900,1619,1,-1463.35,-3462.91,211.502,5.13972,0,0,0.54109,-0.840965,300,300,100,1), + (1901,1619,1,207.244,-1911,101.985,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1902,1619,1,-1423.73,-3476,184.312,5.17506,0,0,0.526147,-0.850394,300,300,100,1), + (1903,1619,1,-1433.55,-3478.41,183.324,0.37859,0,0,0.188167,0.982137,300,300,100,1), + (1904,1619,0,-5573,-2896,381.446,2.042,0,0,0.852631,0.522514,300,300,100,1), + (1905,1619,1,415.252,-3577.96,46.9924,6.26696,0,0,0.00811249,-0.999967,300,300,100,1), + (1906,171543,0,-4764.52,-880.695,501.614,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1907,1619,1,425.062,-3608.51,30.7172,4.76375,0,0,0.688717,-0.725031,300,300,100,1), + (1908,1619,1,308.67,-3438.26,56.0001,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (1909,2061,0,-4764.52,-880.695,501.614,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1910,171661,0,-4774.29,-924.571,503.699,-1.88496,0,0,-0.809017,0.587785,900,900,100,1), + (1911,1619,1,-183.78,-3576.83,47.203,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (1912,180655,0,-5347.89,-3706.57,297.605,-1.8326,0,0,-0.793355,0.60876,180,180,100,1), + (1913,1619,1,-429.465,-1525.26,92.5216,0.55339,0,0,0.273178,0.961964,300,300,100,1), + (1914,1619,1,-74.4195,-4801.14,25.0611,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (1915,1619,0,2831.94,737.516,137.752,1.763,0,0,0.771694,0.635994,300,300,100,1), + (1916,171683,0,-4718.2,-879.13,508.642,1.19555,0,0,0.562805,0.826589,900,900,100,1), + (1917,1619,1,-100.264,-1442.03,92.4913,3.43189,0,0,0.989484,-0.14464,300,300,100,1), + (1918,1619,1,19.3568,-1394.79,91.7593,6.08653,0,0,0.0981692,-0.99517,300,300,100,1), + (1919,1619,1,37.6753,-1392.71,91.671,3.54773,0,0,0.979452,-0.201676,300,300,100,1), + (1920,1619,1,35.4458,-1360.73,96.7353,1.37414,0,0,0.634275,0.773108,300,300,100,1), + (1921,1619,1,56.5188,-1379.6,95.4593,4.79456,0,0,0.677466,-0.735554,300,300,100,1), + (1922,1619,0,-10191,1558.5,45.443,5.157,0,0,0.533804,-0.845608,300,300,100,1), + (1923,1619,0,-10308,1618.52,44.566,2.129,0,0,0.874547,0.484942,300,300,100,1), + (1924,1619,1,7406.52,-1090.43,45.1445,-2.3911,0,0,-0.930417,0.366502,300,300,100,1), + (1925,1619,1,-1629.5,-3951.16,2.77112,3.20286,0,0,0.999531,-0.0306289,300,300,100,1), + (1926,1619,1,-284.883,-3613.54,52.1593,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (1927,1619,0,-10199,1580.42,47.025,5.4,0,0,0.42738,-0.904072,300,300,100,1), + (1928,1619,1,-1315.17,-3873.08,12.0428,4.66785,0,0,0.722677,-0.691186,300,300,100,1), + (1929,180582,0,-4982.37,-3543.38,297.605,1.50098,0,0,0.681997,0.731355,180,180,100,1), + (1930,1619,1,-976,-1710,91.667,5.041,0,0,0.581924,-0.813243,300,300,100,1), + (1931,1619,1,-1174,-1718,91.667,1.204,0,0,0.566292,0.824205,300,300,100,1), + (1932,1619,1,376.442,-3539.04,51.4826,2.8103,0,0,0.986312,0.16489,300,300,100,1), + (1933,175312,1,1850.49,-4359.16,-15.041,-2.90597,0,0,0.993069,-0.117537,900,900,100,1), + (1934,1619,1,494.916,-3640.41,30.0557,0.38037,0,0,0.189041,0.981969,300,300,100,1), + (1935,1619,1,474.708,-3571.27,50.2011,1.08129,0,0,0.514689,0.857377,300,300,100,1), + (1936,1619,1,484.13,-3560.87,59.8944,0.22641,0,0,0.112963,0.993599,300,300,100,1), + (1937,1619,1,6305.87,144.698,36.2838,1.361,0,0,0.629182,0.777258,300,300,100,1), + (1938,171684,0,-4715.5,-880.492,508.642,2.15548,0,0,0.880891,0.47332,900,900,100,1), + (1939,171685,0,-4716.78,-876.264,508.642,-1.42244,0,0,-0.65276,0.757565,900,900,100,1), + (1940,1619,1,5192.54,151.976,58.6893,-2.04204,0,0,-0.852641,0.522496,300,300,255,1), + (1941,1619,0,2885.77,-695,137.149,1.85,0,0,0.798621,0.601835,300,300,100,1), + (1942,1619,1,-403.926,-1467.18,93.6357,2.13008,0,0,0.874808,0.484469,300,300,100,1), + (1943,1619,1,358.799,-3546.54,42.6931,1.16101,0,0,0.548446,0.836186,300,300,100,1), + (1944,1619,1,396.798,-3537.55,46.8905,1.62045,0,0,0.724442,0.689335,300,300,100,1), + (1945,1619,1,492.968,-3613.3,34.2479,1.11704,0,0,0.529932,0.84804,300,300,100,1), + (1946,1619,1,455.792,-3600.63,30.7088,1.17554,0,0,0.554507,0.832179,300,300,100,1), + (1947,1619,1,749.328,-4482.91,22.0128,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (1948,171542,0,-4743.02,-885.341,501.614,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1949,1619,0,-9190,-3239,103.19,-2,0,0,-0.841471,0.540302,300,300,100,1), + (1950,1619,1,121.937,-1515.88,91.6666,6.1215,0,0,0.0807546,-0.996734,300,300,100,1), + (1951,1619,1,-1481,301.488,41.929,1.449,0,0,0.662761,0.748831,300,300,100,1), + (1952,1619,1,-1155,584.766,65.707,0.82,0,0,0.398609,0.917121,300,300,100,1), + (1954,1619,1,-2726,-622,12.704,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (1955,1619,1,341.039,-5139,7.257,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1956,2061,0,-4743.02,-885.341,501.614,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1957,1619,1,-1685.39,-3801.68,15.4953,2.40668,0,0,0.933244,0.359243,300,300,100,1), + (1958,1619,1,-1614.6,-3931.84,2.18538,4.37111,0,0,0.816913,-0.576761,300,300,100,1), + (1959,1619,1,-1646.75,-3818.47,12.8315,2.70887,0,0,0.976685,0.214677,300,300,100,1), + (1960,1619,1,-1637.84,-3905.07,9.65404,4.55253,0,0,0.761308,-0.648391,300,300,100,1), + (1961,1619,1,-1219.15,-3624.98,92.2073,1.14251,0,0,0.540688,0.841223,300,300,100,1), + (1963,1619,1,387.849,-3574.8,33.315,6.26696,0,0,0.00811249,-0.999967,300,300,100,1), + (1964,171546,0,-4781.68,-874.989,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1965,1619,1,293.274,-3416.52,50.2281,6.22919,0,0,0.0269944,-0.999636,300,300,100,1), + (1966,1619,0,-10281,1656.58,42.147,5.096,0,0,0.559343,-0.828937,300,300,100,1), + (1967,1619,1,224.178,-3360.35,43.9515,0.90063,0,0,0.435249,0.90031,300,300,100,1), + (1968,1619,1,944.078,-3692.6,28.1354,5.78128,0,0,0.248327,-0.968676,300,300,100,1), + (1969,2061,0,-4781.68,-874.989,501.673,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (1970,1619,0,-9719.08,-2447.51,72.4093,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (1971,1619,0,-9052.03,-2675.98,133.599,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (1972,1619,1,-1577.82,-3794.23,38.3932,1.31561,0,0,0.611381,0.791336,300,300,100,1), + (1973,171660,0,-4775.48,-927.567,503.699,0.645772,0,0,0.317305,0.948324,900,900,100,1), + (1974,1619,1,-2234.58,276.564,109.757,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (1975,1619,1,298.833,-3529.65,29.0414,0.12607,0,0,0.0629933,0.998014,300,300,100,1), + (1976,1619,1,5413.78,117.888,37.082,0.262,0,0,0.130626,0.991432,300,300,100,1), + (1977,1619,1,165.041,-3583.98,27.1847,3.59211,0,0,0.974736,-0.223358,300,300,100,1), + (1978,1619,1,806.968,-3641.49,47.2513,5.45496,0,0,0.402378,-0.915474,300,300,100,1), + (1979,1619,1,603.873,-3674.71,32.4548,0.31685,0,0,0.157763,0.987477,300,300,100,1), + (1980,1619,1,-1245.1,-3624.09,96.252,0.65479,0,0,0.321577,0.946883,300,300,100,1), + (1981,1619,0,3009.94,888.24,106.788,2.321,0,0,0.917003,0.398881,300,300,100,1), + (1982,1619,1,400.063,-4203,26.658,-1,0,0,-0.479426,0.877583,300,300,100,1), + (1983,1619,1,-1715.58,-3776.43,12.9298,2.07642,0,0,0.861497,0.507763,300,300,100,1), + (1984,1619,1,-1434.24,-3874.83,12.6411,5.68405,0,0,0.295107,-0.955464,300,300,100,1), + (1985,1619,0,-9692.28,1155.58,18.8213,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (1986,1619,1,-417.867,-1475.91,94.7249,1.32898,0,0,0.616658,0.787231,300,300,100,1), + (1987,1619,1,-367.002,-1391.18,94.1982,1.87827,0,0,0.807048,0.590486,300,300,100,1), + (1988,1619,1,142.78,-1469.45,99.4759,0.63353,0,0,0.311494,0.950248,300,300,100,1), + (1989,1619,1,132.971,-1507.16,91.6667,5.23793,0,0,0.499159,-0.866511,300,300,100,1), + (1990,1619,1,-382.966,-1501.29,93.4726,2.47762,0,0,0.945397,0.325922,300,300,100,1), + (1991,1619,1,-237.271,-1491.23,92.4699,2.98211,0,0,0.996822,0.0796568,300,300,100,1), + (1992,1619,1,863.141,-3733.19,25.4863,2.84947,0,0,0.989352,0.145543,300,300,100,1), + (1993,1619,0,-10198,1459.29,40.595,3.578,0,0,0.976288,-0.216476,300,300,100,1), + (1994,1619,0,-10132,1393.17,39.556,3.581,0,0,0.975962,-0.21794,300,300,100,1), + (1995,1619,1,-1208.89,-3624.08,92.4931,1.25561,0,0,0.58737,0.809319,300,300,100,1), + (1996,1619,1,1139.67,-4902,17.647,0,0,0,0,1,300,300,100,1), + (1997,1619,1,-1190.02,-3548.75,93.9122,4.29441,0,0,0.838425,-0.545016,300,300,100,1), + (1998,1619,1,-1869,-1880,94.039,3.6,0,0,0.973848,-0.227202,300,300,100,1), + (1999,1619,1,-154,-1115,52.941,0.078,0,0,0.0389901,0.99924,300,300,100,1), + (2000,1619,1,6784.92,221.01,32.539,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2001,180655,0,-4982.37,-3543.38,297.605,1.50098,0,0,0.681997,0.731355,180,180,100,1), + (2002,32355,0,-4676.6,-938.842,503.998,-2.45219,0,0,0.941176,-0.337917,900,900,100,1), + (2003,1619,1,983.279,-3766.04,25.7151,3.03639,0,0,0.998617,0.052577,300,300,100,1), + (2004,1619,1,892.472,-3748.02,20.8139,2.84947,0,0,0.989352,0.145543,300,300,100,1), + (2005,1619,1,820.086,-3736.71,28.056,2.66098,0,0,0.971265,0.238,300,300,100,1), + (2006,1619,1,900.105,-3653.78,33.6281,0.12837,0,0,0.0641409,0.997941,300,300,100,1), + (2007,1619,1,1004.92,-3687.08,28.8442,0.91726,0,0,0.44272,0.89666,300,300,100,1), + (2008,171770,0,-4710.98,-941.688,504.887,0.959931,0,0,0.461749,0.887011,900,900,100,1), + (2009,1619,1,710.401,-3731.46,26.1054,3.0521,0,0,0.998999,0.0447314,300,300,100,1), + (2010,171766,0,-4676.62,-940.112,503.998,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (2011,1619,0,-10218,1602.85,47.649,5.4,0,0,0.42738,-0.904072,300,300,100,1), + (2012,1619,1,223.02,-5020.5,15.0214,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (2013,32383,0,-4675.36,-940.242,504.033,0.689404,0,0,0.337916,0.941176,900,900,100,1), + (2014,1619,0,2121.5,-663,78.534,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2015,1619,0,2628.18,560.352,26.842,2.356,0,0,0.923842,0.382773,300,300,100,1), + (2016,1619,1,-1609.38,-3837.27,14.882,6.20873,0,0,0.0372189,-0.999307,300,300,100,1), + (2017,1619,1,-1662.23,-3897.41,9.94972,5.0943,0,0,0.560047,-0.828461,300,300,100,1), + (2018,1619,1,-1594.35,-3817.95,16.9215,1.7248,0,0,0.759406,0.650617,300,300,100,1), + (2019,1619,1,-895.665,-1738.93,95.3818,3.27012,0,0,0.997936,-0.0642194,300,300,100,1), + (2020,1619,1,-694.573,-1748.63,94.0147,3.87684,0,0,0.933184,-0.359399,300,300,100,1), + (2021,1619,1,-706.733,-1732.8,93.9648,2.9108,0,0,0.993349,0.11514,300,300,100,1), + (2022,1619,1,-1542.83,-3865.89,18.9457,4.32385,0,0,0.830312,-0.557299,300,300,100,1), + (2023,1619,1,-1529.08,-3846.69,20.2494,4.32385,0,0,0.830312,-0.557299,300,300,100,1), + (2024,1619,0,2752.14,-776.589,136.009,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (2025,2061,1,1850.49,-4359.16,-15.041,-2.90597,0,0,0.993069,-0.117537,900,900,100,1), + (2026,180582,0,-4773.38,-3163.92,297.605,-2.18166,0,0,-0.88701,0.461749,180,180,100,1), + (2027,1619,1,-1798,-1008,78.966,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2028,1619,1,-1356.27,-3816.06,19.2395,1.93373,0,0,0.823109,0.567883,300,300,100,1), + (2029,1619,1,-1399.81,-3832.14,19.4303,2.19447,0,0,0.88995,0.456059,300,300,100,1), + (2030,1619,1,-1437.51,-3871.9,13.974,2.91702,0,0,0.993703,0.11205,300,300,100,1), + (2031,180655,0,-4773.38,-3163.92,297.605,-2.18166,0,0,-0.88701,0.461749,180,180,100,1), + (2032,1619,0,2481.59,1623.05,33.495,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2033,1619,0,405.488,1342.4,86.071,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (2034,1619,0,2527.52,721.967,116.89,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (2035,1619,0,-10300,1637.92,44.069,0.728,0,0,0.356015,0.93448,300,300,100,1), + (2036,1619,0,-10168,1540.05,43.443,5.803,0,0,0.237793,-0.971316,300,300,100,1), + (2037,1619,0,-9644.26,989.022,32.6981,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (2039,171596,0,-4674.75,-868.692,503.897,-0.05236,0,0,-0.026177,0.999657,900,900,100,1), + (2040,1619,1,258.061,-3403.68,35.9101,5.27888,0,0,0.481313,-0.876549,300,300,100,1), + (2041,1619,1,216.951,-3348.46,47.3144,0.92419,0,0,0.445824,0.89512,300,300,100,1), + (2042,1619,1,-838,-789,-1,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2043,1619,0,-10246,1950.49,36.892,5.642,0,0,0.315129,-0.949049,300,300,100,1), + (2044,1619,0,-10308,1949.05,34.555,2.745,0,0,0.980404,0.196999,300,300,100,1), + (2045,180582,0,-5202.45,-3145.92,297.605,2.25148,0,0,0.902586,0.430509,180,180,100,1), + (2046,1619,0,-9611,-2717,58.263,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2047,1619,0,2285.22,-1091,82.465,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2048,1619,0,-9430.68,-1904.9,93.3589,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (2049,171599,0,-4679.82,-859.083,503.898,-2.43474,0,0,0.938192,-0.346117,900,900,100,1), + (2050,1619,1,-1504.63,-3871.1,17.5683,3.15263,0,0,0.999985,-0.00551869,300,300,100,1), + (2051,180655,0,-5202.45,-3145.92,297.605,2.25148,0,0,0.902586,0.430509,180,180,100,1), + (2052,1619,1,4676.91,787.59,29.9015,-2.86234,0,0,-0.990268,0.139173,300,300,100,1), + (2053,1619,0,2591.62,-531,89.055,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2054,1619,0,-10164,1553.73,44.273,2.357,0,0,0.924034,0.382311,300,300,100,1), + (2055,1619,1,-872.826,-871.833,21.1739,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (2056,171597,0,-4681.96,-858.797,503.898,-1.213,0,0,-0.569997,0.821647,900,900,100,1), + (2057,171598,0,-4684,-860.513,503.898,-0.514873,0,0,-0.254602,0.967046,900,900,100,1), + (2058,1619,0,-9335,-3070,136.228,1.972,0,0,0.833825,0.55203,300,300,100,1), + (2059,1619,0,-9503.87,-2112.98,101.672,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (2060,1619,1,342.994,-1634.89,95.9865,2.19255,0,0,0.889512,0.456913,300,300,100,1), + (2061,1619,1,367.422,-1604.87,95.9229,4.87272,0,0,0.648211,-0.761461,300,300,100,1), + (2062,1619,1,310.333,-1600.73,91.6667,6.02136,0,0,0.130539,-0.991443,300,300,100,1), + (2063,1619,1,327.411,-1612.76,91.6667,2.06296,0,0,0.85806,0.51355,300,300,100,1), + (2064,1619,1,126.215,-1437.27,97.2594,0.10339,0,0,0.051672,0.998664,300,300,100,1), + (2065,1619,0,-10074,1402.95,43.167,4.832,0,0,0.663579,-0.748106,300,300,100,1), + (2066,1619,1,-15.0225,-1832.08,94.4119,2.60864,0,0,0.964705,0.263334,300,300,100,1), + (2067,1619,1,69.756,-1469.28,91.6667,5.34237,0,0,0.45325,-0.891384,300,300,100,1), + (2068,1619,1,70.126,-1499.68,91.6667,3.00974,0,0,0.997828,0.0658785,300,300,100,1), + (2069,1619,1,-37.777,-1711.58,95.4795,2.11034,0,0,0.869984,0.49308,300,300,100,1), + (2070,1619,1,-2818.18,-732.171,38.7207,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (2071,1619,1,427.071,-3552.07,55.0004,0.07798,0,0,0.0389801,0.99924,300,300,100,1), + (2072,1619,1,962.542,-3658.51,52.2945,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (2073,1619,1,-2811.4,-665.59,27.7365,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (2074,1619,1,820.583,-4341,18.995,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2075,1619,1,658.852,-4090,16.285,1.78,0,0,0.777072,0.629412,300,300,100,1), + (2076,143256,0,-4672.83,-900.158,506.812,-2.28638,0,0,0.909962,-0.414693,900,900,100,1), + (2077,1619,1,141.17,-4584.78,65.2908,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (2078,1619,1,379.005,-3564.87,35.1417,0.11925,0,0,0.0595897,0.998223,300,300,100,1), + (2079,1619,1,322.472,-3552.07,31.8592,1.30438,0,0,0.606928,0.794757,300,300,100,1), + (2080,1619,1,-1815.75,-1971.06,104.918,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (2081,1619,1,1101.2,-4333.65,25.7644,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (2082,1620,1,44.791,-1622,91.667,2.272,0,0,0.906956,0.421226,300,300,100,1), + (2083,1620,0,-9159.08,-2782.82,89.2079,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (2084,1620,1,-3381,-2215,94.822,0,0,0,0,1,300,300,100,1), + (2085,1620,1,-640,-2383,25.486,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2086,1620,0,-9699.21,1276.32,10.1858,-0.890117,0,0,-0.430511,0.902586,300,300,100,1), + (2087,1620,1,58.785,-4299,64.143,2.275,0,0,0.907587,0.419865,300,300,100,1), + (2088,1620,1,-1367,-3002,93.634,1.809,0,0,0.786116,0.618079,300,300,100,1), + (2089,1620,1,-1153,-2355,92.6353,0.489,0,0,0.242071,0.970258,300,300,100,1), + (2090,1620,0,717.631,1453.1,61.3313,2.845,0,0,0.989024,0.147753,300,300,100,1), + (2091,1620,1,-2006,-2653,92.73,2.3,0,0,0.912764,0.408487,300,300,100,1), + (2092,1620,1,-1823,-2687,94.971,2.045,0,0,0.853414,0.521234,300,300,100,1), + (2093,1620,0,-10818,1641,39.935,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2094,1620,1,-1165.9,-2065.73,92.2977,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (2095,1620,1,-2051,-2569,91.667,2.528,0,0,0.953306,0.302006,300,300,100,1), + (2096,1620,1,7358.92,-1121.79,45.0579,1.15192,0,0,0.54464,0.83867,300,300,100,1), + (2097,1620,1,1001.31,-4820.73,16.7528,-0.191985,0,0,-0.0958451,0.995396,300,300,255,1), + (2098,1620,1,-1106,-3033,94.559,2.461,0,0,0.942656,0.333766,300,300,100,1), + (2099,1620,1,-2016,-2487,94.06,1.885,0,0,0.80903,0.587767,300,300,100,1), + (2100,1620,1,4533.32,422.404,33.7425,1.169,0,0,0.551782,0.833988,300,300,100,1), + (2101,1620,0,-5266.11,-3118.4,300.486,0.698132,0,0,0.34202,0.939693,300,300,100,1), + (2103,1620,1,-1700,-2615,93.2001,4.499,0,0,0.778387,-0.627785,300,300,100,1), + (2104,1620,1,-1755.6,-2587.81,91.6667,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (2105,1620,0,-10017.7,1736.41,33.7083,0.261798,0,0,0.130525,0.991445,300,300,100,1), + (2106,1620,1,544.443,-2343,96.57,0.766,0,0,0.373705,0.927548,300,300,100,1), + (2107,1620,1,-3285,-1723,91.667,3.035,0,0,0.99858,0.0532711,300,300,100,1), + (2108,1620,1,-23,-2077,94.589,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2109,1620,1,-3283.59,-2118.74,91.8353,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (2110,1620,1,7194.74,70.146,11.282,1.449,0,0,0.662761,0.748831,300,300,100,1), + (2111,2061,1,-2560.16,-3815.43,1.96602,3.0456,0,0,0.998848,0.047978,900,900,100,1), + (2112,1620,1,7334.58,-218,12.315,3.762,0,0,0.952271,-0.305253,300,300,100,1), + (2113,1620,0,-10184,1916.1,37.072,3.952,0,0,0.919022,-0.394206,300,300,100,1), + (2115,1620,0,1017.51,1067.65,39.483,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2116,1620,1,6907.27,271.118,9.83621,1.394,0,0,0.64192,0.766771,300,300,100,1), + (2117,1620,1,7046.68,-608,51.078,2.726,0,0,0.978488,0.206304,300,300,100,1), + (2118,1620,1,7310.06,-243,11.592,3.381,0,0,0.992844,-0.119418,300,300,100,1), + (2119,175315,1,1831.72,-4404.97,4.73603,-2.81921,0.021642,0.009087,0.986745,-0.160575,900,900,100,1), + (2120,1620,0,944.939,1540.68,33.839,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2121,1620,1,7347.64,-248,11.426,5.109,0,0,0.553943,-0.832555,300,300,100,1), + (2122,1620,1,-1991,-3441,54.181,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2123,1620,1,-218,-2380,93.0146,5.519,0,0,0.372863,-0.927886,300,300,100,1), + (2124,1620,1,6998.28,-552,50.862,0.786,0,0,0.382961,0.923764,300,300,100,1), + (2125,1620,1,-1546,-2986,90.9808,4.542,0,0,0.764711,-0.644373,300,300,100,1), + (2126,1620,0,-11091,-922,62.718,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2127,1620,0,-10151,1742.41,31.797,6.146,0,0,0.0685389,-0.997648,300,300,100,1), + (2128,1620,1,-2451,-1711,94.572,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2129,1620,1,6735.14,434.007,20.113,0.297,0,0,0.147955,0.988994,300,300,100,1), + (2130,1620,1,-2214,-2617,93.124,2.88,0,0,0.991458,0.130424,300,300,100,1), + (2131,1620,1,548.678,1452.11,0,0.105,0,0,0.0524759,0.998622,300,300,100,1), + (2132,1620,0,-10533,585.718,29.9915,2.75761,0,0,0.981626,0.190814,300,300,255,1), + (2133,1620,1,6423.5,171.639,34.732,2.054,0,0,0.855751,0.517388,300,300,100,1), + (2134,1620,1,6629.3,332.025,29.333,4.571,0,0,0.755287,-0.655394,300,300,100,1), + (2135,1620,1,-1110,-1894,93.4591,5.339,0,0,0.454751,-0.890619,300,300,100,1), + (2136,1620,1,-1151,-1903,93.3566,1.648,0,0,0.733869,0.679291,300,300,100,1), + (2138,1620,1,-1070,-2003,81.1525,2.269,0,0,0.906323,0.422586,300,300,100,1), + (2139,1620,1,182.826,-1863,94.9909,4.746,0,0,0.695124,-0.71889,300,300,100,1), + (2140,1620,1,962.671,-4245.07,-8.28712,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (2141,1620,1,-1657,-2784,95.787,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2142,1620,1,-1766,-2801,82.5756,5.237,0,0,0.499562,-0.866278,300,300,100,1), + (2143,1620,1,-1739,-2646,91.9359,3.989,0,0,0.911572,-0.411139,300,300,100,1), + (2144,1620,1,-1705,-2659,82.6135,4.762,0,0,0.689351,-0.724428,300,300,100,1), + (2145,1620,1,-2184,-1852,93.29,0.75,0,0,0.366273,0.930508,300,300,100,1), + (2146,1620,1,-3561,-1808,91.667,0.23,0,0,0.114747,0.993395,300,300,100,1), + (2147,1620,1,-3015,-1997,92.271,1.754,0,0,0.768824,0.639461,300,300,100,1), + (2148,2061,1,1831.72,-4404.97,4.73603,-2.81921,0.021642,0.009087,0.986745,-0.160575,900,900,100,1), + (2149,1620,0,-3615,-2842,14.349,2.339,0,0,0.920555,0.390612,300,300,100,1), + (2150,1620,0,-10144,1751.9,31.901,3.775,0,0,0.950267,-0.311436,300,300,100,1), + (2151,1620,1,-4477.19,-1851.05,86.1083,0.283,0,0,0.141028,0.990006,300,300,100,1), + (2152,1620,1,-4172,-2040,92.0142,2.759,0,0,0.981759,0.190132,300,300,100,1), + (2153,1620,1,-857,-2308,92.515,1.972,0,0,0.833825,0.55203,300,300,100,1), + (2154,1620,1,-3530,-1826,95.9302,0.686,0,0,0.336314,0.94175,300,300,100,1), + (2155,1620,0,843.962,1089.3,46.8802,1.309,0,0,0.608763,0.793352,300,300,255,1), + (2156,1620,1,-1128,-1763,92.257,1.683,0,0,0.745643,0.666345,300,300,100,1), + (2157,1620,0,-9090.56,-2716.7,93.1088,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (2158,1620,1,6127.01,190.498,24.5227,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2159,1620,1,-3961,-1747,93.375,2.635,0,0,0.968092,0.250596,300,300,100,1), + (2160,1620,1,172.452,-1874,96.237,1.507,0,0,0.684195,0.729299,300,300,100,1), + (2161,1620,1,180.086,-1713.24,93.3485,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (2162,1620,1,-2558,-1842,91.96,2.131,0,0,0.875031,0.484067,300,300,100,1), + (2163,175316,1,1832.39,-4344.82,-15.3244,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (2164,2061,1,1832.39,-4344.82,-15.3244,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (2165,1620,1,-1331,-2999,91.2743,2.143,0,0,0.87792,0.478808,300,300,100,1), + (2166,1620,1,-1326,-2974,92.7366,0.564,0,0,0.278277,0.960501,300,300,100,1), + (2167,1620,1,3313.39,395.983,4.471,1.229,0,0,0.57655,0.817062,300,300,100,1), + (2168,1620,1,-4039,-1832,95.462,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2169,1620,0,-5098,-3121,307.649,2.234,0,0,0.898789,0.438381,300,300,100,1), + (2170,1620,1,317.927,-1883.46,91.6667,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (2171,1620,1,-3914.26,-2181.78,91.6667,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (2172,1620,1,2408.83,105.845,96.356,2.09,0,0,0.864924,0.501902,300,300,100,1), + (2173,1620,1,2372.65,92.407,100.49,2.747,0,0,0.9806,0.196019,300,300,100,1), + (2174,1620,1,943.49,-3186,91.8754,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2175,1620,0,-11081.7,-573.128,31.9725,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (2176,1620,1,645.773,-1581,91.712,1.806,0,0,0.785188,0.619257,300,300,100,1), + (2177,1620,1,657.116,-1614,96.848,1.233,0,0,0.578183,0.815907,300,300,100,1), + (2178,1620,1,583.598,-1284,93.679,3.443,0,0,0.988666,-0.150134,300,300,100,1), + (2179,1620,1,642.825,-1574,91.899,5.12,0,0,0.549356,-0.835589,300,300,100,1), + (2180,1620,1,584.591,-1246,91.667,1.295,0,0,0.603194,0.797594,300,300,100,1), + (2181,1620,1,571.612,-1277,93.222,3.125,0,0,0.999966,0.00829623,300,300,100,1), + (2182,1620,1,522.564,-1697,100.518,3.597,0,0,0.974187,-0.225741,300,300,100,1), + (2183,1620,1,504.397,-1738,94.768,0.793,0,0,0.386192,0.922418,300,300,100,1), + (2184,1620,1,6809.58,480.052,11.176,1.834,0,0,0.793781,0.608204,300,300,100,1), + (2185,1620,1,6691.14,431.142,24.298,3.311,0,0,0.996415,-0.0846025,300,300,100,1), + (2186,1620,1,-987,-1815,94.0823,0.419,0,0,0.207971,0.978135,300,300,100,1), + (2187,1620,1,6879.74,372.022,15.418,1.461,0,0,0.667242,0.744841,300,300,100,1), + (2188,1620,1,-1750,-2046,93.532,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2189,1620,0,-9686,-2579,60.065,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2190,1620,0,111.72,1173.59,65.476,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2191,1620,1,-1497,-2822,94.1468,3.934,0,0,0.922533,-0.385919,300,300,100,1), + (2192,1620,1,-860.943,-2079.79,87.9066,6.27,0,0,0.00659262,-0.999978,300,300,100,1), + (2193,1620,1,-1115,-3056,93.07,2.127,0,0,0.874061,0.485816,300,300,100,1), + (2194,1620,1,-881,-3284,93.983,5.442,0,0,0.408302,-0.912847,300,300,100,1), + (2195,1620,1,2866.85,83.282,98.132,0.159,0,0,0.0794163,0.996842,300,300,100,1), + (2196,1620,1,-1826,-2740,91.674,1.954,0,0,0.828823,0.559512,300,300,100,1), + (2197,1620,0,-710,-294,18.871,3.374,0,0,0.993256,-0.115942,300,300,100,1), + (2198,1620,1,-2561,-1806,92.57,1.848,0,0,0.798019,0.602633,300,300,100,1), + (2199,1620,1,-1122,-2049,83.5876,0.898,0,0,0.434065,0.900882,300,300,100,1), + (2200,1620,1,-1100,-1728,92.5077,1.208,0,0,0.567939,0.82307,300,300,100,1), + (2201,1620,1,-1060,-1757,101.343,0.545,0,0,0.26914,0.963101,300,300,100,1), + (2202,1620,1,-1092,-1713,95.0775,1.511,0,0,0.685653,0.727929,300,300,100,1), + (2203,1620,1,868.015,-3622,57.7188,1.995,0,0,0.840118,0.542404,300,300,100,1), + (2204,1620,1,882.924,-3620,55.7887,0.688,0,0,0.337255,0.941413,300,300,100,1), + (2205,1620,1,115.232,-1878,95.2378,4.939,0,0,0.622625,-0.78252,300,300,100,1), + (2206,1620,1,151.353,-1844,92.9388,2.218,0,0,0.895254,0.445557,300,300,100,1), + (2207,1620,1,-1728,-2701,82.576,4.79,0,0,0.679142,-0.734007,300,300,100,1), + (2208,180582,0,-5167.09,-3142.34,297.605,-0.034907,0,0,-0.0174526,0.999848,180,180,100,1), + (2209,1620,1,-3468,-2323,92.949,4.966,0,0,0.612004,-0.790854,300,300,100,1), + (2210,20830,1,-2564.28,-3988.05,7.99904,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (2211,1620,1,-3100,-1873,94.26,4.766,0,0,0.687901,-0.725805,300,300,100,1), + (2212,1620,1,-3117,-1790,94.536,2.001,0,0,0.841741,0.539882,300,300,100,1), + (2213,1620,1,513.073,-1732,94.1578,4.146,0,0,0.876524,-0.481358,300,300,100,1), + (2214,1620,0,-11047.3,-1116.92,38.599,0.296705,0,0,0.147809,0.989016,300,300,100,1), + (2215,1620,0,851.927,1406.38,41.5438,3.107,0,0,0.99985,0.0172954,300,300,100,1), + (2216,1620,1,2229.76,1017.1,273.802,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2217,1620,1,2375.41,-1143,94.652,5.853,0,0,0.213438,-0.976957,300,300,100,1), + (2218,2061,1,-2564.28,-3988.05,7.99904,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (2219,1620,1,-2209,-2413,92.847,5.469,0,0,0.395941,-0.918276,300,300,100,1), + (2220,1620,1,-2216,-2423,91.822,2.253,0,0,0.902913,0.429823,300,300,100,1), + (2221,1620,0,-9287,-3200,105.225,1.361,0,0,0.629182,0.777258,300,300,100,1), + (2222,1620,1,-1139,-2238,82.4507,2.626,0,0,0.966954,0.25495,300,300,100,1), + (2223,1620,1,-846.395,-2877.4,91.7914,-2.04204,0,0,-0.852641,0.522496,300,300,255,1), + (2224,1620,0,1338.74,800.474,34.4119,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (2225,1620,1,-2049,-2716,91.933,0.75,0,0,0.366273,0.930508,300,300,100,1), + (2226,1620,1,-71,-2356,106.722,4.553,0,0,0.761155,-0.64857,300,300,100,1), + (2227,1620,1,-619,-1819,92.297,3.054,0,0,0.999041,0.0437824,300,300,100,1), + (2228,1620,1,-2665,-2103,95.638,5.084,0,0,0.564306,-0.825566,300,300,100,1), + (2229,1620,1,-1132,-2062,85.111,5.312,0,0,0.466733,-0.884398,300,300,100,1), + (2230,1620,1,842.595,-3028,119.749,4.599,0,0,0.746038,-0.665903,300,300,100,1), + (2231,1620,1,833.748,-3056,131.692,4.206,0,0,0.861691,-0.507433,300,300,100,1), + (2232,1620,1,819.748,-3068,132.684,3.857,0,0,0.936703,-0.350124,300,300,100,1), + (2233,1620,1,921.922,-3667.02,31.433,-0.191985,0,0,-0.0958451,0.995396,300,300,255,1), + (2234,1620,1,884.946,-3749,19.9039,6.138,0,0,0.0725289,-0.997366,300,300,100,1), + (2235,1620,1,5866.61,166.033,31.1269,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (2236,1620,0,-10092,1511.54,43.331,2.478,0,0,0.945459,0.325742,300,300,100,1), + (2237,1620,0,-5326,-3043,327.507,1.396,0,0,0.642687,0.766129,300,300,100,1), + (2238,1620,1,3560.31,709.945,9.548,5.1,0,0,0.557684,-0.830054,300,300,100,1), + (2239,1620,0,-5462.62,-2837.71,351.442,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (2240,1620,1,3321.88,685.945,15.765,1.798,0,0,0.782705,0.622393,300,300,100,1), + (2241,1620,1,3307.41,685.586,17.702,3.755,0,0,0.953334,-0.301918,300,300,100,1), + (2242,1620,1,6176.1,483.942,19.907,4.253,0,0,0.84953,-0.527541,300,300,100,1), + (2243,1620,0,-9495.91,-2337.42,69.3455,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (2244,1620,1,3313.77,701.513,33.191,4.675,0,0,0.720201,-0.693765,300,300,100,1), + (2245,1620,1,-1835,-1689,91.667,2.723,0,0,0.978177,0.207772,300,300,100,1), + (2246,1620,1,-2776,-2098,93.992,0.376,0,0,0.186895,0.98238,300,300,100,1), + (2247,1620,1,-2849,-1961,91.88,1.397,0,0,0.64307,0.765808,300,300,100,1), + (2248,1620,0,-11222,1750,35.4,0,0,0,0,1,300,300,100,1), + (2249,1620,1,2119.86,-860,99.217,0.756,0,0,0.369062,0.929405,300,300,100,1), + (2250,1620,0,-10155,1723.76,32.737,4.225,0,0,0.856832,-0.515596,300,300,100,1), + (2251,1620,0,849.175,1240.98,34.807,1.292,0,0,0.601997,0.798498,300,300,100,1), + (2252,1620,1,3460.55,696.516,6.872,2.937,0,0,0.994772,0.102118,300,300,100,1), + (2253,1620,1,790.984,-3738,23.5381,6.256,0,0,0.0135922,-0.999908,300,300,100,1), + (2254,175317,1,1817.41,-4359.19,-9.82621,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (2255,1620,0,-787,-342,20.132,6.182,0,0,0.050571,-0.99872,300,300,100,1), + (2256,1620,1,3101.33,397.199,14.639,4.816,0,0,0.669542,-0.742774,300,300,100,1), + (2257,1620,1,-2929.99,-1959.83,91.6667,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (2258,1620,1,-1978,-2621,91.892,0.772,0,0,0.376486,0.926422,300,300,100,1), + (2259,1620,1,-3685,-1581,98.91,6.085,0,0,0.0989305,-0.995094,300,300,100,1), + (2260,1620,1,4571.54,562.069,1.279,2.304,0,0,0.913579,0.406661,300,300,100,1), + (2261,1620,1,742.326,-2276,91.971,4.464,0,0,0.789254,-0.614067,300,300,100,1), + (2262,1620,1,749.388,-2272,92.502,3.864,0,0,0.935472,-0.353401,300,300,100,1), + (2263,1620,1,770.372,-2260,92.561,3.546,0,0,0.979626,-0.200829,300,300,100,1), + (2264,1620,1,739.366,-2253,91.798,4.115,0,0,0.883879,-0.467715,300,300,100,1), + (2265,1620,0,-10778.7,-774.291,43.2322,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (2266,1620,1,6982.93,-616,49.393,3.362,0,0,0.993934,-0.109981,300,300,100,1), + (2267,1620,1,-1747,-2740,82.586,4.216,0,0,0.859143,-0.511736,300,300,100,1), + (2268,1620,1,-1071,-1815,91.667,1.318,0,0,0.612327,0.790605,300,300,100,1), + (2269,1620,0,-9127.58,-2515.9,117.427,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (2270,1620,1,-2806,-1925,91.6667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2271,1620,1,-2675,-1969,97.6633,4.472,0,0,0.786791,-0.617219,300,300,100,1), + (2272,1620,1,524.053,-2205,113.485,3.668,0,0,0.965561,-0.260175,300,300,100,1), + (2273,1620,1,5250.59,495.726,16.0721,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (2274,1620,1,-1282,-2747,92.45,3.072,0,0,0.999395,0.0347893,300,300,100,1), + (2275,1620,1,3292.47,702.681,20.065,6.134,0,0,0.0745236,-0.997219,300,300,100,1), + (2276,1620,1,3324.61,707.718,29.264,0.849,0,0,0.411865,0.911245,300,300,100,1), + (2277,1620,1,-2213.99,-2046.5,93.1859,0.052359,0,0,0.0261765,0.999657,300,300,255,1), + (2278,1620,1,763.569,-5037,7.181,0.367,0,0,0.182472,0.983211,300,300,100,1), + (2279,1620,0,-9092,-2081,128.651,4.448,0,0,0.794141,-0.607734,300,300,100,1), + (2280,1620,1,-3651.67,-2086.83,92.3989,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (2281,1620,1,-2805,-2110,96.507,0.819,0,0,0.398151,0.91732,300,300,100,1), + (2282,1620,1,3950.58,185.257,5.0954,0.436332,0,0,0.216439,0.976296,300,300,100,1), + (2283,1620,1,5393.55,183.817,29.765,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (2284,1620,0,-10162,1646.61,39.931,3.256,0,0,0.998364,-0.0571725,300,300,100,1), + (2285,1620,1,-1373,-2779,93.0516,5.347,0,0,0.451185,-0.89243,300,300,100,1), + (2286,1620,1,5530.68,64.117,36.9519,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2287,1620,1,-1804,-2807,91.752,1.546,0,0,0.698286,0.715819,300,300,100,1), + (2288,1620,0,-9670.18,-1768.52,55.2736,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (2289,1620,1,753.099,-3070,130.063,4.587,0,0,0.75002,-0.661415,300,300,100,1), + (2290,1620,1,754.977,-3045,111.96,4.701,0,0,0.711122,-0.703069,300,300,100,1), + (2291,1620,1,755.231,-3023,103.25,5.172,0,0,0.527447,-0.849588,300,300,100,1), + (2292,1620,1,784.512,-3081,132.111,3.503,0,0,0.983717,-0.179722,300,300,100,1), + (2293,1620,1,781.638,-3044,93.633,3.578,0,0,0.976288,-0.216476,300,300,100,1), + (2294,1620,1,1960.63,-1613,67.356,3.882,0,0,0.932254,-0.361805,300,300,100,1), + (2295,1620,1,5914.91,415.128,18.8186,1.361,0,0,0.629182,0.777258,300,300,100,1), + (2296,1620,1,709.002,-3073,121.03,5.078,0,0,0.56678,-0.823869,300,300,100,1), + (2297,1620,1,422.249,-3630.41,28.3725,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (2298,1620,0,1316.55,680.78,35.2747,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (2299,1620,1,1692.51,-2603,104.8,3.864,0,0,0.935472,-0.353401,300,300,100,1), + (2300,1620,1,1676.37,-2522,94.92,1.928,0,0,0.821479,0.570239,300,300,100,1), + (2301,1620,0,-5357,-2736,360.731,0,0,0,0,1,300,300,100,1), + (2302,1620,1,7330.3,-909,32.254,5.166,0,0,0.529993,-0.848002,300,300,100,1), + (2303,1620,0,-9186,-3014,93.761,0.367,0,0,0.182472,0.983211,300,300,100,1), + (2304,1620,1,-2518.09,-1851.83,92.2329,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (2305,1620,1,5156.49,189.893,37.269,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2306,1620,0,-9046.15,-2524.54,127.692,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (2307,2061,1,1817.41,-4359.19,-9.82621,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (2308,1620,1,551.666,-3675.08,27.2787,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (2309,1620,0,-4896.99,-3304.25,304.202,1.51844,0,0,0.688356,0.725373,300,300,100,1), + (2310,1620,1,390.753,-3089,91.691,6.132,0,0,0.0755207,-0.997144,300,300,100,1), + (2311,1620,1,561.905,-3742,24.359,0.947,0,0,0.456004,0.889978,300,300,100,1), + (2312,1620,1,613.355,-3151,134.798,4.167,0,0,0.871422,-0.490535,300,300,100,1), + (2313,1620,1,656.362,-3107,133.418,6.174,0,0,0.0545656,-0.99851,300,300,100,1), + (2314,1620,1,688.736,-3109,135.46,3.162,0,0,0.999948,-0.0102035,300,300,100,1), + (2315,1620,1,703.041,-3109,134.864,4.402,0,0,0.807908,-0.589309,300,300,100,1), + (2316,1620,1,1784.76,-1819,100.46,0.245,0,0,0.122194,0.992506,300,300,100,1), + (2317,1620,1,-349,-1636,95.8291,3.71,0,0,0.959885,-0.280393,300,300,100,1), + (2318,1620,1,74.186,-3444,28.167,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2319,1620,0,-10504.3,853.873,38.4224,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (2320,1620,0,-11148,589.249,35.734,0.454,0,0,0.225056,0.974346,300,300,100,1), + (2321,1620,1,65.197,-4307,62.999,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2322,1620,1,6184.66,420.837,24.0527,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (2323,1620,0,-9666.2,-2385.5,60.3805,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (2324,1620,0,-10570,2065.27,10.322,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2325,1620,1,7199.86,-786,37.348,1.868,0,0,0.804005,0.594623,300,300,100,1), + (2326,1620,1,2381.32,-1002,103.01,0.292,0,0,0.145482,0.989361,300,300,100,1), + (2327,1620,1,5411.81,463.373,19.6885,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (2328,1620,1,-1360,-3029,93.7087,3.765,0,0,0.951812,-0.306681,300,300,100,1), + (2329,172960,1,1500.39,-4423.78,26.1478,-0.07854,0,0,-0.03926,0.999229,900,900,100,1), + (2330,1620,1,3287.95,360.057,5.06619,2.607,0,0,0.964489,0.264125,300,300,100,1), + (2331,1620,0,-751,-332,17.735,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2332,1620,1,3551.79,742.54,6.111,5.47,0,0,0.395482,-0.918474,300,300,100,1), + (2333,1620,1,605.143,-3741,24.843,6.075,0,0,0.103905,-0.994587,300,300,100,1), + (2334,1620,1,627.163,-3742,24.2134,6.067,0,0,0.107882,-0.994164,300,300,100,1), + (2335,1620,0,-9282.55,-2730.74,84.4196,2.74016,0,0,0.979924,0.199371,300,300,100,1), + (2336,172956,1,1900.65,-4386.07,48.0814,-0.584684,0,0,-0.288196,0.957572,900,900,100,1), + (2337,1620,1,209.374,-1762,91.6689,1.778,0,0,0.776442,0.630189,300,300,100,1), + (2338,1620,0,1418.59,578.4,35.832,3.054,0,0,0.999041,0.0437824,300,300,100,1), + (2339,1620,1,-1145,-2035,90.965,3.796,0,0,0.946945,-0.321396,300,300,100,1), + (2340,1620,1,-1117,-2011,87.766,4.888,0,0,0.642375,-0.766391,300,300,100,1), + (2341,1620,1,-1034,-1993,84.674,2.378,0,0,0.927997,0.372588,300,300,100,1), + (2342,1620,1,2995.4,498.002,6.367,2.695,0,0,0.975173,0.221445,300,300,100,1), + (2343,1620,1,-3311,-1826,93.595,2.198,0,0,0.890753,0.454487,300,300,100,1), + (2344,1620,1,-3076,-1766,94.153,6.109,0,0,0.0869825,-0.99621,300,300,100,1), + (2345,1620,1,-3065,-1813,91.706,5.277,0,0,0.482137,-0.876096,300,300,100,1), + (2346,1620,0,-11041.9,-249.351,14.6853,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (2347,1620,1,-1146,-2106,86.147,1.083,0,0,0.515422,0.856937,300,300,100,1), + (2348,1620,1,-1158,-2116,89.052,3.431,0,0,0.989549,-0.144199,300,300,100,1), + (2349,1620,1,-1130,-2134,83.05,0.843,0,0,0.40913,0.912476,300,300,100,1), + (2350,1620,1,-1149,-2099,86.859,3.066,0,0,0.999286,0.0377873,300,300,100,1), + (2351,1620,1,-1133,-2095,82.782,4.923,0,0,0.628865,-0.777514,300,300,100,1), + (2352,1620,1,3318.72,712.367,29.122,0.087,0,0,0.0434863,0.999054,300,300,100,1), + (2353,1620,1,3281.2,380.381,9.117,2.813,0,0,0.986534,0.163558,300,300,100,1), + (2354,1620,0,-10169,1723.78,32.275,2.298,0,0,0.912355,0.4094,300,300,100,1), + (2355,1620,1,-3277,-1793,104.577,3.085,0,0,0.9996,0.0282925,300,300,100,1), + (2356,1620,1,3307.09,349.556,5.234,2.872,0,0,0.990929,0.134388,300,300,100,1), + (2357,1620,1,3582.19,722.858,8.33015,4.858,0,0,0.653798,-0.756669,300,300,100,1), + (2358,1620,1,-1122,-2152,82.1665,5.854,0,0,0.212949,-0.977063,300,300,100,1), + (2359,1620,1,607.694,-4525,11.378,2.251,0,0,0.902483,0.430725,300,300,100,1), + (2360,1620,0,-10256,1673.74,36.052,2.278,0,0,0.908215,0.418503,300,300,100,1), + (2361,1620,1,-821,-1749,93.573,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2362,1620,1,1236.38,-3127,91.684,5.742,0,0,0.267303,-0.963613,300,300,100,1), + (2363,1620,1,1251.64,-3146,91.667,1.441,0,0,0.65976,0.751476,300,300,100,1), + (2364,1620,1,1335.65,-3162,92.673,5.914,0,0,0.183546,-0.983011,300,300,100,1), + (2365,1620,0,1183.83,382.143,33.6484,-0.925024,0,0,-0.446198,0.894934,300,300,255,1), + (2366,1620,1,1209.73,-5025.1,10.1273,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2367,1620,0,-3982.32,-2953.52,12.4004,0.174532,0,0,0.0871553,0.996195,300,300,255,1), + (2369,1620,1,-1445.05,-2186.18,91.6629,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (2370,1620,0,-10171,1612,43.9633,1.113,0,0,0.528218,0.849109,300,300,100,1), + (2371,1620,0,-10160,1636.48,40.8914,0.372,0,0,0.184929,0.982752,300,300,100,1), + (2372,1620,0,-10174,1632.34,42.6312,0.973,0,0,0.467535,0.883975,300,300,100,1), + (2373,1620,0,-142.373,-770.859,57.7179,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (2374,2061,1,1900.65,-4386.07,48.0814,-0.584684,0,0,-0.288196,0.957572,900,900,100,1), + (2375,1620,1,-2721.75,-1951.37,95.6936,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (2376,1620,0,-9452,-3337,6.391,3.142,0,0,1,-0.000203653,300,300,100,1), + (2377,1620,1,632.715,-1492,92.418,5.595,0,0,0.337343,-0.941382,300,300,100,1), + (2378,1620,1,587.623,-1882,91.667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2379,1620,0,-9992,950.588,34.2341,3.747,0,0,0.954534,-0.298102,300,300,100,1), + (2380,1620,0,-10144,1642.86,37.93,0.372,0,0,0.184929,0.982752,300,300,100,1), + (2381,1620,1,2835.26,-3052,190.397,0.742,0,0,0.362548,0.931965,300,300,100,1), + (2382,1620,1,-2772.87,-2109.86,96.147,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (2383,1620,1,580.55,-2781.6,91.7421,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (2384,1620,1,-2134,-1725,91.667,0,0,0,0,1,300,300,100,1), + (2385,1620,1,499.944,-2358,97.596,1.669,0,0,0.740961,0.671548,300,300,100,1), + (2386,1620,1,-877,-2009,88.203,4.032,0,0,0.902523,-0.430642,300,300,100,1), + (2387,1620,1,559.452,-2189,101.773,3.751,0,0,0.953936,-0.30001,300,300,100,1), + (2388,1620,1,557.432,-2181,95.242,4.029,0,0,0.903168,-0.429287,300,300,100,1), + (2389,1620,1,-4035,-2035,91.9732,3.36,0,0,0.994043,-0.108987,300,300,100,1), + (2390,1620,1,-4040,-2095,91.6667,4.731,0,0,0.700496,-0.713656,300,300,100,1), + (2391,1620,1,-856.913,-1965.42,92.3229,1.385,0,0,0.638463,0.769652,300,300,100,1), + (2392,1620,1,-1356,-2205,91.849,0,0,0,0,1,300,300,100,1), + (2393,1620,1,737.1,-3683.63,29.4815,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (2394,1620,1,875.435,-4636,15.1009,6.204,0,0,0.0395823,-0.999216,300,300,100,1), + (2395,1620,1,1233.28,-3801.56,33.4924,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (2396,1620,0,1188.6,1685.35,17.7473,2.42601,0,0,0.936673,0.350206,300,300,255,1), + (2397,1620,1,-2550,-1955,92.464,2.618,0,0,0.965927,0.258816,300,300,100,1), + (2398,1620,0,-11017,-78,15.618,1.152,0,0,0.544674,0.838648,300,300,100,1), + (2399,1620,0,-94,-772,55.572,3.219,0,0,0.999251,-0.0386941,300,300,100,1), + (2400,1620,1,640.9,-2105,93.924,3.451,0,0,0.988057,-0.154087,300,300,100,1), + (2401,1620,1,-1336,-3024,92.283,3.655,0,0,0.967232,-0.253894,300,300,100,1), + (2402,1620,0,-9189,-2403,102.946,2.282,0,0,0.909051,0.416686,300,300,100,1), + (2403,1620,1,5587.33,368.375,28.373,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2404,1620,1,4546.56,392.498,33.7425,2.094,0,0,0.865927,0.500171,300,300,100,1), + (2405,1620,1,-22,-1608,92.445,2.579,0,0,0.960696,0.277601,300,300,100,1), + (2406,1620,1,-1345,-2841,93.125,1.593,0,0,0.714913,0.699213,300,300,100,1), + (2407,1620,1,7301.16,-906,32.91,5.547,0,0,0.359837,-0.933015,300,300,100,1), + (2408,1620,1,7759.88,-1104,46.445,5.841,0,0,0.219296,-0.975658,300,300,100,1), + (2409,1620,1,7696.34,-875,13.188,6.085,0,0,0.0989305,-0.995094,300,300,100,1), + (2410,1620,1,7522.67,-787,15.064,2.001,0,0,0.841741,0.539882,300,300,100,1), + (2411,1620,1,7497.66,-797,17.126,3.465,0,0,0.986954,-0.161,300,300,100,1), + (2412,1620,1,7428.26,-608,15.843,1.749,0,0,0.767223,0.641381,300,300,100,1), + (2413,1620,1,7389.79,-569,20.694,1.914,0,0,0.817467,0.575975,300,300,100,1), + (2414,1620,1,7364.14,-602,22.074,5.865,0,0,0.207573,-0.97822,300,300,100,1), + (2415,1620,1,4407.84,677.266,25.7101,1.553,0,0,0.700787,0.713371,300,300,100,1), + (2416,1620,0,-617,1353.89,36.611,2.583,0,0,0.96125,0.275679,300,300,100,1), + (2417,1620,1,1992.97,-2775,133.178,2.416,0,0,0.934908,0.35489,300,300,100,1), + (2418,1620,1,1898.46,-2718,103.825,3.722,0,0,0.958186,-0.286147,300,300,100,1), + (2419,1620,1,-1719,-2878,82.584,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2420,1620,1,815.815,-4099,-13,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2421,1620,1,969.203,-4704.17,30.3343,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (2422,1620,0,-5064.71,-3133.72,299.455,-0.261798,0,0,-0.130525,0.991445,300,300,100,1), + (2423,1620,1,-1118,-3082,94.002,2.845,0,0,0.989024,0.147753,300,300,100,1), + (2424,1620,1,-2684,-1840,92.059,1.623,0,0,0.725321,0.688411,300,300,100,1), + (2425,1620,1,1926.5,-664,112.604,4.161,0,0,0.872889,-0.487918,300,300,100,1), + (2426,1620,1,-3207.48,-2241.12,91.8736,0.401425,0,0,0.199368,0.979925,300,300,255,1), + (2427,1620,1,-1614,-3083,93.2621,0,0,0,0,1,300,300,100,1), + (2428,1620,0,-10112.6,941.912,33.8729,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (2429,1620,1,-190,-2003,94.3054,0.831,0,0,0.403647,0.914915,300,300,100,1), + (2430,1620,1,700.352,-3047,108.847,4.98,0,0,0.606454,-0.795119,300,300,100,1), + (2431,1620,1,2267.54,-1197,82.973,3.626,0,0,0.970812,-0.239843,300,300,100,1), + (2432,1620,1,5097.59,514.898,13.3284,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (2433,1620,1,-828,-2137,91.674,1.71,0,0,0.754571,0.656218,300,300,100,1), + (2434,1620,1,835.037,-2202,91.667,0.361,0,0,0.179521,0.983754,300,300,100,1), + (2435,1620,1,-688.772,-2010.5,64.995,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (2436,1620,1,-1687,-1893,94.77,0.018,0,0,0.00899988,0.99996,300,300,100,1), + (2437,1620,1,1927.62,-675,115.594,3.803,0,0,0.945814,-0.324709,300,300,100,1), + (2438,1620,1,1908.9,-602,118.255,1.384,0,0,0.638078,0.769971,300,300,100,1), + (2439,1620,1,1928.24,-606,112.244,2.244,0,0,0.90097,0.433881,300,300,100,1), + (2440,1620,1,1917.83,-668,113.089,4.161,0,0,0.872889,-0.487918,300,300,100,1), + (2441,1620,1,1989.72,-228,94.619,6.116,0,0,0.0834952,-0.996508,300,300,100,1), + (2442,1620,1,1964.03,-281,111.584,1.039,0,0,0.496446,0.868068,300,300,100,1), + (2443,1620,1,1967.46,-247,107.627,2.354,0,0,0.923459,0.383697,300,300,100,1), + (2444,1620,1,1988.93,-250,99.14,5.767,0,0,0.255237,-0.966879,300,300,100,1), + (2445,1620,1,809.468,-3033,94.398,4.544,0,0,0.764066,-0.645138,300,300,100,1), + (2446,1620,1,905.582,-3294,176.623,2.765,0,0,0.982325,0.187186,300,300,100,1), + (2447,1620,1,877.369,-3330,169.766,4.057,0,0,0.89707,-0.441889,300,300,100,1), + (2448,1620,0,1151.09,1371.88,36.81,2.513,0,0,0.951014,0.309147,300,300,100,1), + (2449,1620,1,2886.46,-3086.42,202.647,4.87,0,0,0.649246,-0.760578,300,300,100,1), + (2450,1620,1,-1955,-1916,93.902,2.601,0,0,0.963692,0.267017,300,300,100,1), + (2451,1620,0,-9995,871.422,45.056,0.963,0,0,0.463109,0.886301,300,300,100,1), + (2452,1620,1,6468.69,195.086,31.468,4.395,0,0,0.809965,-0.586478,300,300,100,1), + (2453,1620,1,6650.44,257.807,28.78,0,0,0,0,1,300,300,100,1), + (2454,1620,1,7328.92,-912,32.253,5.166,0,0,0.529993,-0.848002,300,300,100,1), + (2455,1620,1,638.992,-1647,91.667,5.914,0,0,0.183546,-0.983011,300,300,100,1), + (2456,1620,0,-10129,1655.87,38.86,1.305,0,0,0.607175,0.794568,300,300,100,1), + (2457,1620,0,-9330,-1899,69.203,1.292,0,0,0.601997,0.798498,300,300,100,1), + (2458,1620,1,7330.2,-274,9.114,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2459,1620,1,2199.53,-2209,105.387,5.362,0,0,0.444479,-0.895789,300,300,100,1), + (2460,1620,0,-10700.6,1365.06,36.4424,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (2461,1620,1,-2077,-2602,91.9416,3.647,0,0,0.96824,-0.250023,300,300,100,1), + (2462,1620,1,-2275,-1748,91.667,1.763,0,0,0.771694,0.635994,300,300,100,1), + (2463,1620,1,-2702.22,-2023.16,97.1988,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (2464,1620,1,-2048,-2618,91.6667,0,0,0,0,1,300,300,100,1), + (2466,172949,1,1919.03,-4453.21,23.0525,-1.98095,0,0,-0.836286,0.548293,900,900,100,1), + (2467,1620,1,1398.94,-2367.47,106.623,-2.60053,0,0,-0.963629,0.267244,300,300,255,1), + (2468,1620,0,-10148,1659.5,38.73,3.844,0,0,0.938959,-0.344028,300,300,100,1), + (2469,1620,1,2844.07,-3095,194.847,4.599,0,0,0.746038,-0.665903,300,300,100,1), + (2470,1620,1,-2642,-2293,93.32,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2471,1620,1,-2083,-2516,93.5799,2.001,0,0,0.841741,0.539882,300,300,100,1), + (2472,1620,1,-51,-2205,91.693,0.957,0,0,0.460448,0.887687,300,300,100,1), + (2473,1620,0,-10134,1255.29,34.452,5.469,0,0,0.395941,-0.918276,300,300,100,1), + (2474,1620,1,-765,-2078,73.627,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2475,1620,1,-868.207,-1978.08,92.3636,1.515,0,0,0.687107,0.726556,300,300,100,1), + (2476,1620,0,1087.7,1095.32,39.4568,1.88495,0,0,0.809015,0.587788,300,300,255,1), + (2477,1620,0,-10134,1049.23,36.556,2.436,0,0,0.93841,0.345523,300,300,100,1), + (2478,1620,1,6856.96,410.756,15.343,0.768,0,0,0.374632,0.927174,300,300,100,1), + (2479,1620,1,2967.42,483.501,5.929,3.199,0,0,0.999588,-0.0286997,300,300,100,1), + (2480,1620,1,1958.71,-2579,81.716,4.64,0,0,0.732231,-0.681056,300,300,100,1), + (2481,1620,1,5669.05,474.506,14.5995,-0.174532,0,0,-0.0871553,0.996195,300,300,255,1), + (2482,1620,1,1189.35,-3769,41.924,0.837,0,0,0.40639,0.9137,300,300,100,1), + (2483,1620,1,-1486.6,-2077.56,82.5848,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (2484,1620,1,-157.146,-3992.43,57.2922,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (2485,2061,1,1919.03,-4453.21,23.0525,-1.98095,0,0,-0.836286,0.548293,900,900,100,1), + (2486,1620,1,-1538,-3039,94.615,4.849,0,0,0.657196,-0.75372,300,300,100,1), + (2487,1620,1,-1344,-2790,93.48,1.515,0,0,0.687107,0.726556,300,300,100,1), + (2488,1620,1,-1564,-3103,91.667,4.377,0,0,0.815211,-0.579165,300,300,100,1), + (2489,1620,1,-1579,-2897,91.667,6.089,0,0,0.0969401,-0.99529,300,300,100,1), + (2490,1620,1,4629.45,635.049,6.356,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2491,1620,0,-576,1550.64,10.115,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2492,1620,1,-1187,-2033,91.979,4.798,0,0,0.6762,-0.736718,300,300,100,1), + (2493,1620,1,2979.01,513.7,4.962,5.398,0,0,0.428284,-0.903644,300,300,100,1), + (2494,1620,1,-3883,-2296,91.667,3.227,0,0,0.999088,-0.0426907,300,300,100,1), + (2495,1620,1,-3691,-2238,92.637,2.693,0,0,0.974951,0.22242,300,300,100,1), + (2496,1620,1,-3817,-2296,95.498,4.083,0,0,0.891249,-0.453514,300,300,100,1), + (2497,1620,0,-10901.2,1166.75,35.9096,2.68781,0,0,0.97437,0.22495,300,300,255,1), + (2498,1620,1,2291.89,-1892,63.5913,6.069,0,0,0.106888,-0.994271,300,300,100,1), + (2499,172953,1,1733.02,-4424.7,36.9048,1.0472,0,0,0.5,0.866025,900,900,100,1), + (2500,1620,1,5833.66,461.356,12.9013,-0.663225,0,0,-0.325568,0.945519,300,300,100,1), + (2501,1620,1,1157.57,-3711,49.8588,5.753,0,0,0.261999,-0.965068,300,300,100,1), + (2502,20831,1,-2585.09,-3998.99,6.04639,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (2503,1620,1,726.24,-3029,91.667,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2504,1620,1,-1123,-2269,81.4409,2.414,0,0,0.934553,0.355825,300,300,100,1), + (2505,1620,0,-10206,1703.15,33.316,3.748,0,0,0.954385,-0.298579,300,300,100,1), + (2506,1620,1,-3279.59,-1705.84,91.6667,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (2507,1620,1,430.308,-2986,109.913,1.969,0,0,0.832996,0.55328,300,300,100,1), + (2508,1620,1,443.106,-3130,93.341,5.563,0,0,0.352361,-0.935864,300,300,100,1), + (2509,1620,1,532.712,-3197,92.193,5.629,0,0,0.321291,-0.94698,300,300,100,1), + (2510,2061,1,1733.02,-4424.7,36.9048,1.0472,0,0,0.5,0.866025,900,900,100,1), + (2511,1620,0,-9982,1008.57,32.079,5.44,0,0,0.409214,-0.912438,300,300,100,1), + (2512,1620,1,-4516,-1862,86.108,2.05,0,0,0.854714,0.519099,300,300,100,1), + (2513,1620,1,-1138,-1876,94.9354,1.2,0,0,0.564642,0.825336,300,300,100,1), + (2514,1620,0,631.087,1194.22,71.59,2.67,0,0,0.972329,0.233617,300,300,100,1), + (2515,1620,1,-855,-1961,93.025,1.385,0,0,0.638463,0.769652,300,300,100,1), + (2516,1620,0,-716.563,-682.115,13.0308,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (2517,1620,1,1362.16,-2350,109.815,3.546,0,0,0.979626,-0.200829,300,300,100,1), + (2518,1620,1,6245.77,555.763,8.52751,4.383,0,0,0.813469,-0.581608,300,300,100,1), + (2519,1620,1,6641.25,111.471,32.237,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2520,1620,1,-2610,-1847,91.725,3.667,0,0,0.965691,-0.259692,300,300,100,1), + (2521,1620,0,-807,-267,17.444,5.806,0,0,0.236335,-0.971672,300,300,100,1), + (2522,1620,1,-2835,-2187,95.0732,3.619,0,0,0.971645,-0.236443,300,300,100,1), + (2523,1620,1,-2827,-2143,95.7844,1.432,0,0,0.656372,0.754437,300,300,100,1), + (2524,171601,0,-4684.48,-862.641,503.898,0.261799,0,0,0.130526,0.991445,900,900,100,1), + (2525,1620,1,1947.8,-2762,124.638,5.255,0,0,0.491745,-0.870739,300,300,100,1), + (2526,1620,1,3120.4,397.705,5.82121,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (2527,1620,0,1199.77,940.93,34.9147,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (2528,1620,1,1181.69,-3771.58,35.6409,0.837,0,0,0.40639,0.9137,300,300,100,1), + (2529,1620,1,4953.92,435.788,33.406,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (2530,1620,0,-10132,1744.81,31.916,2.509,0,0,0.950394,0.311049,300,300,100,1), + (2531,1620,0,-10128,1733.65,32.975,1.121,0,0,0.53161,0.846989,300,300,100,1), + (2532,1620,0,-9408,-2087,62.838,5.143,0,0,0.53971,-0.841851,300,300,100,1), + (2533,1620,0,-10368.2,1069.46,36.6281,0.069812,0,0,0.0348989,0.999391,300,300,255,1), + (2534,1620,1,-1327,-2270,123.643,4.267,0,0,0.845816,-0.533475,300,300,100,1), + (2535,1620,1,-1274,-2308,97.05,3.089,0,0,0.999654,0.0262933,300,300,100,1), + (2536,1620,1,-1301,-2288,100.242,3.227,0,0,0.999088,-0.0426907,300,300,100,1), + (2537,1620,1,-1188,-2191,89.949,3.533,0,0,0.980911,-0.194457,300,300,100,1), + (2538,1620,1,-1218,-2042,92.989,5.756,0,0,0.260551,-0.96546,300,300,100,1), + (2539,1620,1,-1172,-2231,87.515,4.951,0,0,0.617918,-0.786242,300,300,100,1), + (2540,1620,1,2890.85,-3086,202.719,4.87,0,0,0.649246,-0.760578,300,300,100,1), + (2541,1620,1,2802.61,-3058,181.841,1.084,0,0,0.51585,0.856679,300,300,100,1), + (2542,1621,1,1242.43,-3667,91.8855,1.152,0,0,0.544674,0.838648,300,300,100,1), + (2543,1621,0,-9927,814.627,30.059,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2544,1621,0,-472,-381,50.764,0,0,0,0,1,300,300,100,1), + (2545,1621,1,1770.13,-2185,95.0174,3.478,0,0,0.985887,-0.167412,300,300,100,1), + (2546,1621,0,726.712,1387.03,72.8429,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (2547,1621,0,-336,-621,54.957,0.14,0,0,0.0699428,0.997551,300,300,100,1), + (2548,1621,0,-856.863,-105.338,24.8763,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (2549,1621,1,-1836,-2734,91.8966,0,0,0,0,1,300,300,100,1), + (2550,2061,1,-2585.09,-3998.99,6.04639,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (2551,1621,1,-2576,-1783,93.469,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2552,1621,1,7286.81,-139,14.474,0.419,0,0,0.207971,0.978135,300,300,100,1), + (2553,1621,1,3109.13,-309,123.843,3.859,0,0,0.936353,-0.351061,300,300,100,1), + (2554,1621,1,-2009,-1792,91.734,1.792,0,0,0.780834,0.624738,300,300,100,1), + (2555,180036,0,-9603.53,52.1962,63.1735,2.55118,0,0,0.956742,0.290939,25,25,0,1), + (2556,1621,0,-10339,-800,50.319,1.113,0,0,0.528218,0.849109,300,300,100,1), + (2557,1621,1,2052.25,-930,97.923,6.235,0,0,0.0240903,-0.99971,300,300,100,1), + (2558,1621,1,7110.92,-809,68.488,4.642,0,0,0.73155,-0.681788,300,300,100,1), + (2559,1621,1,-3004,-1978,91.6785,2.304,0,0,0.913579,0.406661,300,300,100,1), + (2560,1621,0,79.434,1247.94,65.573,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2561,1621,0,-9874,1417.02,58.861,1.726,0,0,0.759796,0.650161,300,300,100,1), + (2562,1621,1,-4032,-1959,92.491,2.286,0,0,0.909882,0.414867,300,300,100,1), + (2563,1621,0,-9273,-2757,88.804,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2564,1621,1,-1796,-3535,92.624,1.466,0,0,0.669102,0.74317,300,300,100,1), + (2565,1621,1,-1797.42,-2472.61,91.6667,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (2566,1621,0,-831,151.918,37.323,3.473,0,0,0.986303,-0.164946,300,300,100,1), + (2567,1621,1,-658,-3382,91.733,0,0,0,0,1,300,300,100,1), + (2569,1621,1,1058.32,-3678.57,36.0646,-1.93732,0,0,-0.824127,0.566404,300,300,255,1), + (2570,1621,0,-10548.4,-1001.86,56.3435,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (2571,1621,0,-10425,49.221,44.252,3.671,0,0,0.96517,-0.261623,300,300,100,1), + (2572,1621,1,2175.57,-667,113.112,0.321,0,0,0.159812,0.987148,300,300,100,1), + (2573,1621,1,5449.31,113.31,33.99,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2574,1621,1,-1874,-1981,92.15,0,0,0,0,1,300,300,100,1), + (2575,1621,0,-10941,-442,31.575,2.008,0,0,0.843625,0.536932,300,300,100,1), + (2576,1621,0,-11130,-719,58.435,5.896,0,0,0.192386,-0.981319,300,300,100,1), + (2577,1621,0,-11032,-176,15.928,3.84,0,0,0.939645,-0.34215,300,300,100,1), + (2578,1621,0,-10992,143.052,37.042,3.435,0,0,0.989258,-0.146178,300,300,100,1), + (2579,1621,1,2201,132.917,116.912,3.287,0,0,0.997358,-0.0726396,300,300,100,1), + (2580,1621,1,2060.75,-346,95.264,2.681,0,0,0.973599,0.228266,300,300,100,1), + (2581,1621,0,-11104,732.775,36.762,2.985,0,0,0.996936,0.0782164,300,300,100,1), + (2582,1621,1,6414.23,-18,32.767,4.372,0,0,0.816656,-0.577125,300,300,100,1), + (2583,1621,0,-9345,-3113,86.264,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2584,1621,1,3938.08,665.503,8.083,5.407,0,0,0.424213,-0.905562,300,300,100,1), + (2585,1621,0,-10909,979.189,37.7574,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2586,1621,0,-10278,256.84,36.84,1.417,0,0,0.650696,0.759339,300,300,100,1), + (2587,1621,0,791.815,1391.85,59.5212,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (2588,1621,0,-10320,68.697,46.984,1.205,0,0,0.566704,0.823921,300,300,100,1), + (2589,1621,0,-10877,-1103,44.728,0.332,0,0,0.165239,0.986254,300,300,100,1), + (2590,1621,1,217.269,-1454,91.845,1.86,0,0,0.80162,0.597834,300,300,100,1), + (2591,1621,1,655.969,-1708,91.839,0.487,0,0,0.241101,0.9705,300,300,100,1), + (2592,1621,1,1609.64,-2450,100.32,6.258,0,0,0.0125924,-0.999921,300,300,100,1), + (2593,1621,0,-10231,1724.14,36.823,5.814,0,0,0.232447,-0.972609,300,300,100,1), + (2594,1621,1,5032.89,379.941,29.378,4.665,0,0,0.723661,-0.690155,300,300,100,1), + (2595,1621,0,-10448.7,-1362.45,79.5184,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (2596,1621,0,-9163,-3106,100.399,0.775,0,0,0.377875,0.925857,300,300,100,1), + (2597,1621,0,-10130,1731.68,32.77,1.99,0,0,0.838759,0.544503,300,300,100,1), + (2598,1621,0,-9460,-1899,82.446,1.993,0,0,0.839575,0.543244,300,300,100,1), + (2599,1621,1,-1496,-2354,93.112,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2600,1621,1,7730.97,-1015,33.193,3.885,0,0,0.93171,-0.363203,300,300,100,1), + (2601,1621,0,-10656.5,-858.591,54.3311,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (2602,1621,1,7133.4,-328.718,37.861,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (2603,1621,0,-1069,145.181,66.066,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2604,1621,0,-10623.8,34.726,38.2104,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (2605,1621,1,1450.06,1005.74,148.348,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2606,1621,0,-10179.5,-918.365,36.9741,-0.383971,0,0,-0.190808,0.981627,300,300,100,1), + (2607,1621,1,4694.51,345.941,51.417,5.775,0,0,0.251367,-0.967892,300,300,100,1), + (2608,1621,0,-10372.8,-1319.4,52.773,-0.575957,0,0,-0.284015,0.95882,300,300,100,1), + (2609,1621,0,-10970,-222,16.237,0.168,0,0,0.0839012,0.996474,300,300,100,1), + (2610,1621,1,373.466,-1437,91.667,2.077,0,0,0.861644,0.507513,300,300,100,1), + (2611,1621,1,-115,-1829,92.605,1.1,0,0,0.522687,0.852525,300,300,100,1), + (2612,1621,1,1747.81,-2069,103.01,1.392,0,0,0.641153,0.767413,300,300,100,1), + (2613,1621,0,-11018,1269.23,42.062,0.332,0,0,0.165239,0.986254,300,300,100,1), + (2614,1621,1,2783.33,-781,155.082,1.193,0,0,0.56175,0.827307,300,300,100,1), + (2615,1621,1,482.921,-1291,93.613,4.886,0,0,0.643141,-0.765748,300,300,100,1), + (2616,1621,1,3455.87,-1560,167.605,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2617,1621,0,-141,1240.04,51.79,2.409,0,0,0.93366,0.35816,300,300,100,1), + (2618,1621,1,6983.77,-195,40.235,0.452,0,0,0.224081,0.974571,300,300,100,1), + (2619,1621,1,628.438,1829.14,-10.4462,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (2620,1621,1,-2241,-1598,92.781,0.681,0,0,0.333958,0.942588,300,300,100,1), + (2621,1621,1,-470.076,-1971.71,91.7485,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (2622,1621,0,-10273.4,841.916,42.2785,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (2623,1621,0,-3183.31,-1111.6,9.17652,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (2624,1621,1,6905.93,-17,24.036,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2625,1621,1,45.048,-1864,95.058,2.112,0,0,0.870393,0.492358,300,300,100,1), + (2626,1621,0,-521,-579,41.958,0,0,0,0,1,300,300,100,1), + (2627,1621,1,6046.71,351.044,24.966,2.264,0,0,0.905264,0.42485,300,300,100,1), + (2628,1621,1,1782.37,-2088,101.229,2.788,0,0,0.984412,0.175877,300,300,100,1), + (2629,1621,1,6838.68,-141,37.151,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2630,1621,0,-11036,-436,28.91,6.242,0,0,0.0205911,-0.999788,300,300,100,1), + (2631,1621,0,-318.421,120.038,74.9717,-0.628317,0,0,-0.309016,0.951057,300,300,255,1), + (2632,1621,1,5284.13,161.754,38.9968,-0.191985,0,0,-0.0958451,0.995396,300,300,255,1), + (2633,1621,0,-1161,113.33,5.4,0.61,0,0,0.300293,0.953847,300,300,100,1), + (2634,1621,1,-1752,-1898,92.826,0.925,0,0,0.446187,0.89494,300,300,100,1), + (2635,1621,0,-11063,-1304,52.603,2.562,0,0,0.958302,0.285757,300,300,100,1), + (2636,1621,0,-10285,-912,41.512,5.982,0,0,0.150024,-0.988682,300,300,100,1), + (2637,1621,0,-10213,-704,39.988,1.297,0,0,0.603992,0.796991,300,300,100,1), + (2638,1621,0,-10185,-935,37.737,0.225,0,0,0.112263,0.993679,300,300,100,1), + (2639,1621,0,-10284,-960,40.83,0.881,0,0,0.426392,0.904539,300,300,100,1), + (2640,1621,0,-10273,-960,41.214,3.249,0,0,0.998558,-0.0536779,300,300,100,1), + (2641,1621,0,-11036,-1354,54.032,4.278,0,0,0.842869,-0.538119,300,300,100,1), + (2642,1621,0,-10243,1752.89,36.056,0.567,0,0,0.279718,0.960082,300,300,100,1), + (2643,1621,1,-3704,-2133,91.776,5.19,0,0,0.519779,-0.854301,300,300,100,1), + (2644,1621,1,942.179,-2830,91.667,0.314,0,0,0.156356,0.987701,300,300,100,1), + (2645,1621,0,-8985,-2196,133.123,1.079,0,0,0.513707,0.857966,300,300,100,1), + (2646,1621,1,-455.338,-2946.19,91.6667,-0.261798,0,0,-0.130525,0.991445,300,300,255,1), + (2647,1621,0,-10894,-1028.04,75.3045,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (2648,1621,1,1219.17,-3132,91.667,1.78,0,0,0.777072,0.629412,300,300,100,1), + (2649,1621,1,6601.46,365.959,31.531,1.379,0,0,0.636151,0.771564,300,300,100,1), + (2650,1621,1,6669.62,159.319,32.985,1.954,0,0,0.828823,0.559512,300,300,100,1), + (2651,1621,1,5697.39,1.628,47.766,3.537,0,0,0.98052,-0.196418,300,300,100,1), + (2652,1621,1,-1126,-2927,94.15,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2653,1621,1,5763.96,370.598,21.709,0.489,0,0,0.242071,0.970258,300,300,100,1), + (2654,1621,1,5643.83,304.715,19.0495,2.46,0,0,0.942489,0.334238,300,300,100,1), + (2655,1621,1,7011.7,-173,34.72,5.794,0,0,0.242161,-0.970236,300,300,100,1), + (2656,1621,0,-5835,-3871,351.977,0.471,0,0,0.233329,0.972398,300,300,100,1), + (2657,1621,0,-870,-1329,61.08,2.374,0,0,0.92725,0.374443,300,300,100,1), + (2658,1621,0,-10953,-798,63.217,3.142,0,0,1,-0.000203653,300,300,100,1), + (2659,1621,1,794.476,-2997.77,91.6667,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (2660,1621,0,-11137.1,1057.05,37.2187,0.977384,0,0,0.469471,0.882948,300,300,100,1), + (2661,1621,1,5528.58,334.245,31.3362,3.299,0,0,0.996904,-0.0786225,300,300,100,1), + (2662,1621,1,5580.99,348.569,28.3377,2.142,0,0,0.87768,0.479247,300,300,100,1), + (2663,1621,0,-110.734,-1184.78,45.4065,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (2664,1621,0,-10527,-972,46.283,5.578,0,0,0.345332,-0.938481,300,300,100,1), + (2665,1621,0,-4979,-4024,299.403,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2666,1621,1,6926.84,-192,42.954,0.117,0,0,0.0584666,0.998289,300,300,100,1), + (2667,1621,1,642.803,-1586,91.668,1.619,0,0,0.723942,0.689861,300,300,100,1), + (2668,1621,1,-883.319,-3361.04,91.7687,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (2669,1621,0,-10730,-114,36.386,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2670,1621,0,-10896,1822.01,67.726,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2671,1621,1,5394.59,343.262,25.101,1.501,0,0,0.682005,0.731348,300,300,100,1), + (2672,1621,1,2665.69,494.243,66.973,3.634,0,0,0.969845,-0.243724,300,300,100,1), + (2673,1621,0,-10294,1779.35,37.641,0.27,0,0,0.13459,0.990901,300,300,100,1), + (2674,1621,0,-10253,1766.26,35.817,4.153,0,0,0.874834,-0.484423,300,300,100,1), + (2675,1621,1,2726.61,-3098,168.818,0.305,0,0,0.15191,0.988394,300,300,100,1), + (2676,1621,1,6689.17,-143,32.638,4.062,0,0,0.895962,-0.444131,300,300,100,1), + (2677,1621,1,-2473,-1640,91.667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2678,1621,1,-2126,-1894,91.725,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2679,1621,0,-10215,1740.74,34.795,1.411,0,0,0.648415,0.761287,300,300,100,1), + (2680,1621,0,-10694,-675,44.162,1.957,0,0,0.829661,0.558268,300,300,100,1), + (2681,1621,0,-10739,-628,44.571,5.39,0,0,0.431895,-0.901924,300,300,100,1), + (2682,1621,1,2040.69,-3515,83.982,3.892,0,0,0.930433,-0.366462,300,300,100,1), + (2683,1621,1,5236.56,392.847,31.344,-0.331612,0,0,-0.165047,0.986286,300,300,100,1), + (2684,1621,1,4761.78,264.361,54.225,4.514,0,0,0.773657,-0.633605,300,300,100,1), + (2685,1621,0,-10754,-823,48.835,5.456,0,0,0.401902,-0.915683,300,300,100,1), + (2686,1621,1,1923.19,-488,116.729,4.412,0,0,0.804951,-0.593342,300,300,100,1), + (2687,1621,0,649.881,1383.17,82.965,0.017,0,0,0.0084999,0.999964,300,300,100,1), + (2688,1621,0,-10705.2,-942.698,76.341,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (2689,20965,1,-2891.88,-3340.39,32.3004,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (2690,1621,1,7084.49,-496,43.414,3.727,0,0,0.957467,-0.288542,300,300,100,1), + (2691,1621,1,555.885,-1178,92.182,1.992,0,0,0.839303,0.543664,300,300,100,1), + (2692,1621,0,-10569,701.093,32.587,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2693,1621,0,-5278,-4123,334.052,1.344,0,0,0.622552,0.782578,300,300,100,1), + (2694,1621,0,-10271,-725,46.864,2.97,0,0,0.996322,0.0856911,300,300,100,1), + (2695,1621,1,781.982,-2291,91.863,3.864,0,0,0.935472,-0.353401,300,300,100,1), + (2696,1621,0,-9880,1418.05,59.977,1.726,0,0,0.759796,0.650161,300,300,100,1), + (2697,1621,0,-9457.76,-1995.27,96.1887,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (2698,1621,0,-10743.5,-818.935,51.3517,0.436332,0,0,0.216439,0.976296,300,300,100,1), + (2699,1621,1,-944,-1963,91.77,0,0,0,0,1,300,300,100,1), + (2700,1621,1,2947.48,-1781,180.986,1.995,0,0,0.840118,0.542404,300,300,100,1), + (2701,1621,0,-10887,-1317,51.9445,1.113,0,0,0.528218,0.849109,300,300,100,1), + (2702,1621,0,-10890,-1304,52.0364,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2703,1621,0,290.546,1581.56,128.653,1.117,0,0,0.529915,0.848051,300,300,100,1), + (2704,1621,1,2947.35,-386,107.1,5.685,0,0,0.294653,-0.955604,300,300,100,1), + (2705,1621,0,-10493.8,341.078,33.5305,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (2706,1621,1,5492.91,382.794,23.2928,3.03687,0,0,0.998629,0.0523374,300,300,100,1), + (2707,1621,0,102.329,-800,79.372,2.025,0,0,0.848159,0.529742,300,300,100,1), + (2708,1621,1,5926.89,46.192,29.787,2.301,0,0,0.912968,0.408031,300,300,100,1), + (2709,1621,0,-10973,1404.34,43.9937,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (2710,1621,0,-10707.2,-1411.07,41.8335,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (2711,1621,0,-10266,254.781,35.482,2.701,0,0,0.975833,0.218519,300,300,100,1), + (2712,1621,1,2068.7,-1589,70.009,5.233,0,0,0.501293,-0.865277,300,300,100,1), + (2713,1621,1,6832.79,249.9,19.9006,4.299,0,0,0.837172,-0.546939,300,300,100,1), + (2714,1621,0,-10660,558.543,27.788,1.91,0,0,0.816314,0.577609,300,300,100,1), + (2715,1621,1,5368.59,200.113,31.555,3.837,0,0,0.940158,-0.34074,300,300,100,1), + (2716,1621,1,569.916,-3134,91.667,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2717,1621,1,-2027,-3723,23.406,2.74,0,0,0.979908,0.19945,300,300,100,1), + (2718,1621,1,2868.01,-3000,200.057,1.505,0,0,0.683466,0.729982,300,300,100,1), + (2719,1621,1,617.073,-1415,91.667,1.557,0,0,0.702212,0.711968,300,300,100,1), + (2720,1621,0,-10307,1784.86,36.678,4.918,0,0,0.630807,-0.77594,300,300,100,1), + (2721,2061,1,-2891.88,-3340.39,32.3004,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (2722,1621,1,-1767,-2967,91.667,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2723,1621,1,-198,-2866,91.667,1.728,0,0,0.760446,0.649401,300,300,100,1), + (2724,1621,1,-1725,-3736,15.618,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2725,1621,1,-68,-1934,99.288,1.78,0,0,0.777072,0.629412,300,300,100,1), + (2726,1621,0,-10743.1,-646.991,41.3031,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (2727,1621,0,503.316,1207.8,87.572,1.518,0,0,0.688196,0.725525,300,300,100,1), + (2728,1621,1,-1312,-1793,91.667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2729,1621,1,-121.538,-3301.52,94.357,-2.21656,0,0,-0.894933,0.446202,300,300,255,1), + (2731,1621,1,2436.31,-3140,125.667,6.162,0,0,0.0605555,-0.998165,300,300,100,1), + (2732,1621,1,-2058,-3600,29.185,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2733,1621,0,429.501,1181.44,88.201,0.297,0,0,0.147955,0.988994,300,300,100,1), + (2734,1621,0,-9562.72,-1868.06,69.7337,3.12412,0,0,0.999962,0.00873622,300,300,100,1), + (2735,1621,1,2597.75,-2667,140.579,2.846,0,0,0.989098,0.147259,300,300,100,1), + (2736,1621,0,-1032,14.453,35.044,4.205,0,0,0.861945,-0.507003,300,300,100,1), + (2737,1621,1,21.0643,-3032.41,92.1659,-0.034906,0,0,-0.0174521,0.999848,300,300,255,1), + (2738,1621,1,1075,644.999,131.558,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2739,1621,0,-9235.94,-2926.83,113.123,2.63545,0,0,0.968148,0.250379,300,300,100,1), + (2740,1621,0,-10296,-1285,42.477,4.58,0,0,0.752331,-0.658786,300,300,100,1), + (2741,1621,0,-10397,-1299,43.667,4.223,0,0,0.857347,-0.514739,300,300,100,1), + (2742,1621,0,-5805,-4097,383.509,3.019,0,0,0.998122,0.0612579,300,300,100,1), + (2743,1621,1,762.954,-1321,91.667,2.857,0,0,0.989893,0.141817,300,300,100,1), + (2744,1621,1,7706.74,-878,13.629,0.958,0,0,0.460892,0.887456,300,300,100,1), + (2745,1621,1,6646.08,-212,39.84,3.089,0,0,0.999654,0.0262933,300,300,100,1), + (2746,1621,0,-10245,490.313,29.773,1.774,0,0,0.77518,0.63174,300,300,100,1), + (2747,1621,1,-47,-1589,91.667,1.344,0,0,0.622552,0.782578,300,300,100,1), + (2748,1621,0,-3008.33,-1158.85,9.70504,-2.79252,0,0,-0.984807,0.173652,300,300,100,1), + (2749,1621,0,-358,-350,58.728,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2750,1621,1,1949.76,-510,114.735,4.203,0,0,0.862451,-0.50614,300,300,100,1), + (2751,1621,1,-1229,-3077,93.539,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2752,1621,0,-9481.71,-2875.11,81.5749,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (2753,1621,0,-9384.84,-2966.28,81.6427,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (2754,1621,1,-97.7302,-3208.84,92.757,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (2755,1621,0,-11176,1712.59,40.36,1.344,0,0,0.622552,0.782578,300,300,100,1), + (2756,1621,1,-3639,-1854,91.6667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2757,1621,0,-10871.4,-1205,40.8238,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (2758,1621,1,-4187.31,-2018.41,93.5895,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (2759,1621,1,7152.14,-498,39.041,2.461,0,0,0.942656,0.333766,300,300,100,1), + (2760,1621,1,-2563.49,-1947.9,91.6731,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (2761,1621,0,-364,-64,55.197,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2762,1621,1,-909.752,-3053.74,92.0618,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (2763,1621,1,323.68,-1556,93.234,3.328,0,0,0.99566,-0.0930688,300,300,100,1), + (2764,1621,0,-504,1519.03,16.766,0,0,0,0,1,300,300,100,1), + (2765,1621,0,-9282.73,-1880.83,85.4043,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (2766,1621,1,-837,-1987,92.143,2.793,0,0,0.984849,0.173415,300,300,100,1), + (2767,1621,1,-3352,-1827,91.7083,3.081,0,0,0.999541,0.0302916,300,300,100,1), + (2768,1621,0,-10070,1681.55,34.58,1.428,0,0,0.654862,0.755749,300,300,100,1), + (2769,1621,0,-9693,-2425,58.904,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2770,1621,1,-2720,-1922,92.346,3.796,0,0,0.946945,-0.321396,300,300,100,1), + (2771,1621,0,-10302,1758.72,35.381,3.049,0,0,0.998928,0.0462798,300,300,100,1), + (2772,1621,1,-680.054,-3098.36,91.8174,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (2773,1621,1,3181.63,-412,144.168,0.049,0,0,0.0244975,0.9997,300,300,100,1), + (2774,1621,1,3453.07,-394,139.323,5.442,0,0,0.408302,-0.912847,300,300,100,1), + (2775,1621,1,1988.68,-2050,103.567,0.538,0,0,0.265768,0.964037,300,300,100,1), + (2776,1621,1,7010.19,-56,16.797,2.143,0,0,0.87792,0.478808,300,300,100,1), + (2777,1621,0,-11018.9,-436.104,30.6316,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (2778,1621,1,1943.58,-2927,99.698,0.182,0,0,0.0908745,0.995862,300,300,100,1), + (2779,1621,0,-566.923,-446.173,40.7825,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (2780,1621,0,-10418,-88,47.095,0.706,0,0,0.345714,0.93834,300,300,100,1), + (2781,1621,1,23.016,-1412,91.863,0.351,0,0,0.1746,0.984639,300,300,100,1), + (2782,1621,1,2798.91,-3336,137.436,6.15,0,0,0.0665434,-0.997784,300,300,100,1), + (2783,1621,1,-3557,-1799,91.762,1.972,0,0,0.833825,0.55203,300,300,100,1), + (2784,1621,0,-10915,-46,35.909,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2785,1621,0,-9224.64,-3368.39,101.14,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (2786,1621,0,-10135,1652.07,38.333,0,0,0,0,1,300,300,100,1), + (2787,1621,0,-10915,195.015,31.678,5.006,0,0,0.596066,-0.802935,300,300,100,1), + (2788,1621,0,168.096,1079.72,89.5135,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (2789,1621,1,-551,-1490,92.552,2.938,0,0,0.994823,0.101621,300,300,100,1), + (2790,1621,0,-10293,27.326,49.078,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2791,1621,0,-10944,-1371,54.036,6.088,0,0,0.0974379,-0.995242,300,300,100,1), + (2792,1621,0,-10798,-1365,39.484,3.65,0,0,0.967864,-0.251475,300,300,100,1), + (2793,1621,1,4427.84,367.739,60.939,4.072,0,0,0.89373,-0.448605,300,300,100,1), + (2794,1621,0,-380.563,-1141.91,50.4724,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (2796,1621,0,-10354,63.236,48.675,2.013,0,0,0.844965,0.534821,300,300,100,1), + (2797,1621,0,-10254.1,1136.24,37.0174,-1.85005,0,0,-0.798636,0.601815,300,300,255,1), + (2798,1621,1,2048.55,-2083.42,126.551,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (2799,1621,0,-11066,-15.7862,34.7084,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (2800,1621,0,-10310,1773.86,35.682,2.083,0,0,0.863163,0.504926,300,300,100,1), + (2801,1621,1,3283.57,394.278,4.48735,3.403,0,0,0.99147,-0.130332,300,300,100,1), + (2802,1621,0,-10318,70.547,46.639,1.205,0,0,0.566704,0.823921,300,300,100,1), + (2803,1621,0,-10469,-907,48.513,0.803,0,0,0.390799,0.920476,300,300,100,1), + (2804,1621,1,647.366,322.421,49.6054,2.11185,0,0,0.870356,0.492423,300,300,100,1), + (2805,1621,1,4685.86,204.657,57.926,3.525,0,0,0.981681,-0.190532,300,300,100,1), + (2806,1621,1,6286.11,184.455,36.223,1.053,0,0,0.50251,0.864571,300,300,100,1), + (2807,1621,1,925.201,-3498.32,91.6667,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (2808,1621,1,5400.7,52.842,45.12,4.326,0,0,0.829713,-0.558191,300,300,100,1), + (2809,1621,0,-10193,1711.76,34.161,3.525,0,0,0.981681,-0.190532,300,300,100,1), + (2810,1621,0,-10683,415.078,37.735,1.176,0,0,0.554698,0.832052,300,300,100,1), + (2811,1621,0,-550.962,798.357,88.7893,-2.37364,0,0,-0.927182,0.37461,300,300,255,1), + (2812,1621,0,-11137,155.441,30.186,4.633,0,0,0.734611,-0.678489,300,300,100,1), + (2813,1621,0,-11144,224.985,34.022,3.549,0,0,0.979324,-0.202298,300,300,100,1), + (2814,1621,1,1135.73,-3464,87.1207,0,0,0,0,1,300,300,100,1), + (2815,1621,1,4313.74,418.544,63.767,2.74,0,0,0.979908,0.19945,300,300,100,1), + (2816,1621,0,-11002,-14,22.647,5.12,0,0,0.549356,-0.835589,300,300,100,1), + (2817,1621,1,319.445,-1611,91.667,1.027,0,0,0.491229,0.871031,300,300,100,1), + (2818,1621,0,-9659,-1993,56.414,5.091,0,0,0.561413,-0.827536,300,300,100,1), + (2819,1621,0,-9636,-2014,64.766,4.431,0,0,0.799278,-0.600962,300,300,100,1), + (2820,1621,0,-9661,-1777,56.347,0.375,0,0,0.186403,0.982473,300,300,100,1), + (2821,1621,0,-2841,-2588,50.771,2.234,0,0,0.898789,0.438381,300,300,100,1), + (2822,1621,1,157.615,-1984.88,94.3733,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (2824,1621,1,-2090.82,-2130.27,93.2031,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (2825,1621,1,-1983,-2224,96.038,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2826,1621,1,-3524,-2302,91.667,2.219,0,0,0.895476,0.445109,300,300,100,1), + (2827,1621,1,2951.06,-1749,182.377,2.248,0,0,0.901836,0.432079,300,300,100,1), + (2828,1621,0,-10362.4,784.97,30.9238,-1.50098,0,0,-0.681997,0.731355,300,300,100,1), + (2829,1621,1,1525.21,-2139.27,89.3402,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (2830,1621,1,6684.22,116.111,34.448,1.189,0,0,0.560095,0.828429,300,300,100,1), + (2831,1621,0,4.593,-689,75.15,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2832,1621,0,-11101,-755,59.089,0.257,0,0,0.128147,0.991755,300,300,100,1), + (2833,1621,0,-11169,-752,62.983,3.493,0,0,0.984604,-0.174801,300,300,100,1), + (2834,1621,1,7258.42,-1053.89,40.0407,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (2835,1621,1,-1130,-1955,90.5605,5.407,0,0,0.424213,-0.905562,300,300,100,1), + (2836,1621,1,559.671,-2000,93.005,3.648,0,0,0.968115,-0.250507,300,300,100,1), + (2838,1621,0,-10557,317.914,30.595,3.693,0,0,0.962234,-0.272224,300,300,100,1), + (2839,1621,0,-10699,547.688,31.742,4.965,0,0,0.6124,-0.790548,300,300,100,1), + (2840,1621,0,-10419,-76,45.343,0.011,0,0,0.00549997,0.999985,300,300,100,1), + (2841,1621,0,-10450,-85,46.509,2.061,0,0,0.857556,0.51439,300,300,100,1), + (2842,1621,0,-10296,-23,44.753,0.376,0,0,0.186895,0.98238,300,300,100,1), + (2843,1621,0,-10269,-118,37.31,5.077,0,0,0.567192,-0.823585,300,300,100,1), + (2844,1621,0,-10645.6,-140.796,35.0856,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (2845,1621,0,-10607,-105,38.13,1.454,0,0,0.664631,0.747172,300,300,100,1), + (2846,1621,0,-9493,-2094,100.054,4.215,0,0,0.859399,-0.511306,300,300,100,1), + (2847,1621,0,-9626,-2543,59.226,1.676,0,0,0.743307,0.668951,300,300,100,1), + (2848,1621,1,4131.32,203.466,12.4553,-0.401426,0,0,-0.199368,0.979925,300,300,100,1), + (2849,1621,1,2185.2,-3013,119.022,1.484,0,0,0.675763,0.737119,300,300,100,1), + (2850,1621,1,2847.89,-608,107.686,4.833,0,0,0.663205,-0.748438,300,300,100,1), + (2851,1621,0,-10247,-151,34.987,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2852,1621,1,5935,345.521,25.2171,-0.296706,0,0,-0.147809,0.989016,300,300,100,1), + (2854,1621,0,-10782.7,-197.056,44.2139,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (2855,1621,0,-10577,-877,48.592,5.872,0,0,0.204147,-0.97894,300,300,100,1), + (2856,1621,1,3495.95,99.197,6.864,0.077,0,0,0.0384905,0.999259,300,300,100,1), + (2857,1621,1,-2850,-1955,91.6667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2858,20966,1,-3004.97,-3249.17,34.7651,1.87623,0,0,0.806445,0.59131,900,900,100,1), + (2859,1621,1,482.741,-1897,91.6667,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2860,1621,1,907.072,1553.71,-15.2808,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (2861,1621,1,2988.67,-903,198.923,1.772,0,0,0.774548,0.632515,300,300,100,1), + (2862,1621,1,5744.02,-17,41.041,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2863,1621,1,6469.69,-51.2925,35.8001,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (2864,1621,1,6495.82,-78,36.117,4.422,0,0,0.801974,-0.597359,300,300,100,1), + (2865,1621,1,-928.639,-1740.88,91.7356,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (2866,1621,0,-11082,252.42,26.099,4.519,0,0,0.772071,-0.635537,300,300,100,1), + (2867,1621,0,-10597.8,498.424,29.1544,3.14159,0,0,1,0.00000126759,300,300,100,1), + (2868,1621,1,2989.42,-105,97.95,0.067,0,0,0.0334937,0.999439,300,300,100,1), + (2869,1621,0,-644,-1569,61.627,0.419,0,0,0.207971,0.978135,300,300,100,1), + (2870,1621,0,-10359,50.199,49.244,2.371,0,0,0.926687,0.375834,300,300,100,1), + (2871,1621,1,1576.22,-2175,93.093,6.069,0,0,0.106888,-0.994271,300,300,100,1), + (2872,1621,0,-2892,-2565,33.879,1.187,0,0,0.559266,0.828988,300,300,100,1), + (2873,1621,0,1.075,-1015,57.79,1.955,0,0,0.829102,0.559097,300,300,100,1), + (2874,1621,0,-237,1351.55,37.523,1.937,0,0,0.824037,0.566536,300,300,100,1), + (2875,1621,0,-10247,1737.16,37.735,0.004,0,0,0.002,0.999998,300,300,100,1), + (2876,1621,1,5261.76,457.867,22.379,1.065,0,0,0.507689,0.861541,300,300,100,1), + (2877,1621,1,3204.89,-553,153.865,5.037,0,0,0.583549,-0.812078,300,300,100,1), + (2878,1621,1,2821.34,-1047,198.395,4.803,0,0,0.674356,-0.738406,300,300,100,1), + (2879,1621,1,2196.35,-197,100.57,1.705,0,0,0.752928,0.658103,300,300,100,1), + (2880,1621,1,-487,-1591,93.859,5.246,0,0,0.495658,-0.868518,300,300,100,1), + (2881,1621,1,-1746,-3344,93.315,1.082,0,0,0.514993,0.857194,300,300,100,1), + (2882,1621,0,-10988,1633.94,46.562,-2,0,0,-0.841471,0.540302,300,300,100,1), + (2883,1621,1,682.262,-2827,91.708,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2884,1621,1,-1871,-3372,64.938,1.082,0,0,0.514993,0.857194,300,300,100,1), + (2885,1621,1,-1156,-3599,93.328,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2886,1621,1,-1789,-3205,89.764,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2887,1621,1,951.368,-2331.42,91.7039,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (2888,1621,1,4024.44,212.787,4.536,2.023,0,0,0.847629,0.53059,300,300,100,1), + (2889,1621,0,-11166,503.716,28.688,1.222,0,0,0.573687,0.819075,300,300,100,1), + (2890,1621,1,2909.17,-1759,202.397,0.209,0,0,0.10431,0.994545,300,300,100,1), + (2891,1621,1,2003.68,-2370,89.753,0.483,0,0,0.239159,0.97098,300,300,100,1), + (2892,180036,0,-9600.74,21.1644,63.1988,5.11239,0,0,0.552532,-0.833492,25,25,0,1), + (2893,1621,1,-3637.74,-2216.63,92.2857,-2.35619,0,0,-0.923879,0.382686,300,300,255,1), + (2894,1621,0,-9415,-2111,67.084,0,0,0,0,1,300,300,100,1), + (2895,1621,0,-11071,558.665,33.835,2.74,0,0,0.979908,0.19945,300,300,100,1), + (2896,1621,0,-4108,-3082,10.077,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2897,1621,1,5323.75,346.489,30.7388,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (2898,1621,1,-3375.92,-2271.41,91.6667,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (2899,1621,1,6253.24,227.849,38.974,2.793,0,0,0.984849,0.173415,300,300,100,1), + (2900,1621,1,4404.1,609.329,44.1401,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (2901,1621,0,-761,-431,21.429,0,0,0,0,1,300,300,100,1), + (2902,1621,1,-1281.8,-2802.91,93.0028,-1,0,0,-0.479426,0.877583,300,300,100,1), + (2903,1621,0,-407,1350.19,37.302,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (2904,1621,0,-9742.59,-1776.33,52.2593,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (2905,1621,1,-1696.34,-2225.82,92.0846,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (2906,1621,1,65.29,-1492,91.667,1.134,0,0,0.537104,0.843516,300,300,100,1), + (2907,1621,1,-2393,-1768,98.439,2.812,0,0,0.986452,0.164051,300,300,100,1), + (2908,1622,1,-6462,-4217,-58.567,2.81,0,0,0.986287,0.165038,300,300,100,1), + (2909,1622,0,-10503,330.796,30.437,1.031,0,0,0.49297,0.870046,300,300,100,1), + (2910,1622,0,-9795,1013.02,30.414,2.009,0,0,0.843894,0.53651,300,300,100,1), + (2911,1622,0,-10516,1570.3,46.938,1.671,0,0,0.741632,0.670807,300,300,100,1), + (2912,1622,0,-2464,-1783,16.3,0.015,0,0,0.00749993,0.999972,300,300,100,1), + (2913,1622,0,-2870,-1531,9.69,1.134,0,0,0.537104,0.843516,300,300,100,1), + (2914,1622,0,-2947,-1722,11.898,1.016,0,0,0.486431,0.873719,300,300,100,1), + (2915,1622,0,-10837,-1379,52.7493,2.822,0,0,0.98726,0.159117,300,300,100,1), + (2916,1622,0,-10857,-1362,53.9192,4.33,0,0,0.828595,-0.559849,300,300,100,1), + (2917,1622,0,-10720,1720.89,43.414,3.447,0,0,0.988363,-0.152111,300,300,100,1), + (2918,1622,0,-10104,1067.56,37.355,2.501,0,0,0.949142,0.314848,300,300,100,1), + (2919,1622,0,-224,-628,66.96,1.937,0,0,0.824037,0.566536,300,300,100,1), + (2920,1622,1,-1709,1956,61.771,0.591,0,0,0.291218,0.956657,300,300,100,1), + (2921,1622,1,-1792,2033.69,69.624,1.063,0,0,0.506827,0.862048,300,300,100,1), + (2922,1622,0,-2989,-2947,31.6051,0.344,0,0,0.171153,0.985244,300,300,100,1), + (2923,1622,0,-2789,-2233,50.758,1.13,0,0,0.535416,0.844589,300,300,100,1), + (2924,1622,0,-10964,-303,28.779,3.419,0,0,0.990396,-0.138259,300,300,100,1), + (2925,1622,0,-10270,1371.04,40.994,2.327,0,0,0.918195,0.396128,300,300,100,1), + (2926,1622,0,-11076,-220,21.895,1.852,0,0,0.799222,0.601036,300,300,100,1), + (2927,1622,0,-11002,-313,39.966,3.258,0,0,0.998307,-0.0581708,300,300,100,1), + (2928,1622,1,-1629,-1645,91.787,0.416,0,0,0.206503,0.978446,300,300,100,1), + (2929,1622,0,-4900,-4015,303.918,5.435,0,0,0.411494,-0.911412,300,300,100,1), + (2930,1622,1,-3283,-1813,94.378,0.966,0,0,0.464438,0.885606,300,300,100,1), + (2931,1622,1,2337.95,214.029,154.468,5.023,0,0,0.58922,-0.807973,300,300,100,1), + (2932,1622,1,2300.08,195.726,153.278,0.306,0,0,0.152404,0.988318,300,300,100,1), + (2933,1622,0,-670,457.744,74.4202,1.157,0,0,0.546769,0.837284,300,300,100,1), + (2934,1622,1,-72,-706,-1,0.09,0,0,0.0449848,0.998988,300,300,100,1), + (2935,1622,1,-128,-650,-2,4.766,0,0,0.687901,-0.725805,300,300,100,1), + (2936,1622,1,-1249,2688.31,111.556,2.862,0,0,0.990244,0.139341,300,300,100,1), + (2937,1622,0,-9912,971.176,35.217,3.918,0,0,0.925591,-0.378526,300,300,100,1), + (2938,1622,0,-428,-247,64.881,0.367,0,0,0.182472,0.983211,300,300,100,1), + (2939,1622,1,1256.12,1449.92,79.18,3.889,0,0,0.930982,-0.365066,300,300,100,1), + (2940,1622,0,-9237,-3249,102.119,2.059,0,0,0.857041,0.515247,300,300,100,1), + (2941,1622,0,-75,850.131,63.242,5.509,0,0,0.377498,-0.92601,300,300,100,1), + (2942,1622,0,-49,842.693,65.582,1.758,0,0,0.770101,0.637922,300,300,100,1), + (2943,1622,0,-19,889.977,66.465,1.397,0,0,0.64307,0.765808,300,300,100,1), + (2944,1622,0,-72,882.187,67.223,2.752,0,0,0.981087,0.193567,300,300,100,1), + (2945,1622,0,-33,915.648,69.343,1.428,0,0,0.654862,0.755749,300,300,100,1), + (2946,1622,0,-9693,-3043,56.304,5.094,0,0,0.560171,-0.828377,300,300,100,1), + (2947,1622,1,1190.11,2.812,-3,4.107,0,0,0.885743,-0.464176,300,300,100,1), + (2948,1622,1,1302.08,-20,7.12,6.047,0,0,0.117818,-0.993035,300,300,100,1), + (2949,1622,1,994.722,280.564,25.246,0.116,0,0,0.0579675,0.998318,300,300,100,1), + (2950,1622,1,-3882,-1820,91.667,4.489,0,0,0.781516,-0.623885,300,300,100,1), + (2951,1622,1,-3873,-1809,91.667,3.695,0,0,0.961961,-0.273186,300,300,100,1), + (2952,1622,1,-1577,-1687,94.997,1.265,0,0,0.591163,0.806552,300,300,100,1), + (2953,1622,1,-1862,2009.57,63.137,0.67,0,0,0.328769,0.94441,300,300,100,1), + (2954,1622,1,633.545,-1206,93.981,1.318,0,0,0.612327,0.790605,300,300,100,1), + (2955,1622,1,-733,-2298,113.717,0.118,0,0,0.0589658,0.99826,300,300,100,1), + (2956,1622,0,-2968,-2618,16.856,6.16,0,0,0.0615538,-0.998104,300,300,100,1), + (2957,1622,0,-11016.1,262.501,26.9719,0.401425,0,0,0.199368,0.979925,300,300,255,1), + (2958,1622,1,2672.75,1638.94,291.857,0.967,0,0,0.464881,0.885373,300,300,100,1), + (2959,1622,1,2716.43,1704.67,303.637,5.208,0,0,0.51207,-0.858944,300,300,100,1), + (2960,1622,0,-4233,-2632,58.06,0.91,0,0,0.439462,0.898261,300,300,100,1), + (2961,1622,1,2485.76,1769.53,356.511,1.489,0,0,0.677604,0.735427,300,300,100,1), + (2962,1622,1,2401.77,1771.02,399.256,3.504,0,0,0.983627,-0.180214,300,300,100,1), + (2963,1622,1,1606.97,-3060,92.678,1.905,0,0,0.814867,0.579648,300,300,100,1), + (2964,2061,1,-3004.97,-3249.17,34.7651,1.87623,0,0,0.806445,0.59131,900,900,100,1), + (2965,1622,1,-6468,-3424,-69,0.446,0,0,0.221156,0.975238,300,300,100,1), + (2966,1622,0,-1101,-2907,42.029,5.997,0,0,0.142605,-0.98978,300,300,100,1), + (2967,1622,1,1543.61,1261.2,156.176,1.016,0,0,0.486431,0.873719,300,300,100,1), + (2968,1622,1,7384.21,-737,13.662,0.161,0,0,0.0804131,0.996762,300,300,100,1), + (2969,1622,0,-1047,-2766,42.822,0.397,0,0,0.197199,0.980363,300,300,100,1), + (2970,1622,0,-996,-2847,54.77,1.701,0,0,0.75161,0.659607,300,300,100,1), + (2971,1622,1,1213.44,-3512,132.552,6.201,0,0,0.041081,-0.999156,300,300,100,1), + (2972,1622,1,-1193,2737.18,111.147,3.682,0,0,0.963717,-0.266928,300,300,100,1), + (2973,1622,1,-1128,2727.72,118.159,6.022,0,0,0.130222,-0.991485,300,300,100,1), + (2974,1622,1,5827.88,96.136,32.86,4.928,0,0,0.626919,-0.779084,300,300,100,1), + (2975,1622,1,1548.09,1351.02,161.156,1.507,0,0,0.684195,0.729299,300,300,100,1), + (2976,1622,1,1864,-1763,61.932,5.365,0,0,0.443135,-0.896455,300,300,100,1), + (2977,1622,0,-10310,80.096,42.385,3.926,0,0,0.924069,-0.382226,300,300,100,1), + (2979,1622,1,-312,1841.67,134.062,6.005,0,0,0.138645,-0.990342,300,300,100,1), + (2980,1622,0,-10496,278.703,32.089,2.74,0,0,0.979908,0.19945,300,300,100,1), + (2981,1622,0,-978,-1205,66.133,1.295,0,0,0.603194,0.797594,300,300,100,1), + (2982,1622,0,-997,-1203,61.199,6.145,0,0,0.0690377,-0.997614,300,300,100,1), + (2983,1622,0,-949,-1149,54.511,2.65,0,0,0.969944,0.243329,300,300,100,1), + (2984,1622,0,-9161,-2342,96.031,1.566,0,0,0.705409,0.7088,300,300,100,1), + (2985,1622,0,42.331,753.254,63.6768,3.573,0,0,0.976826,-0.214035,300,300,100,1), + (2986,1622,1,-6600,-3383,-49,2.033,0,0,0.850271,0.526345,300,300,100,1), + (2987,1622,0,-5473,-3905,342.582,3.535,0,0,0.980716,-0.195438,300,300,100,1), + (2988,1622,0,-5402,-3863,332.869,4.937,0,0,0.623407,-0.781897,300,300,100,1), + (2989,1622,1,1340.1,1484.03,114.717,3.944,0,0,0.920592,-0.390527,300,300,100,1), + (2990,1622,1,-5737,-2410,-52.881,3.831,0,0,0.941176,-0.337918,300,300,100,1), + (2991,1622,1,-6464,-3488,-70,5.143,0,0,0.53971,-0.841851,300,300,100,1), + (2992,1622,0,-475.658,-246.216,61.4152,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (2993,1622,0,-9707,-3102,59.533,0.538,0,0,0.265768,0.964037,300,300,100,1), + (2994,1622,0,-2587,-2330,86.103,5.783,0,0,0.247494,-0.968889,300,300,100,1), + (2995,1622,0,-2602,-2402,79.233,5.878,0,0,0.20121,-0.979548,300,300,100,1), + (2996,1622,0,-2571,-2360,85.89,0.093,0,0,0.0464832,0.998919,300,300,100,1), + (2997,1622,1,2667.04,-2100,204.053,2.098,0,0,0.866925,0.498438,300,300,100,1), + (2998,1622,0,-2650,-2387,92.424,2.909,0,0,0.993245,0.116034,300,300,100,1), + (2999,1622,0,-9284,-2908,128.708,3.019,0,0,0.998122,0.0612579,300,300,100,1), + (3000,1622,0,-10400,1000.13,31.803,1.554,0,0,0.701144,0.71302,300,300,100,1), + (3001,1622,1,2962.14,-2704,224.212,6.052,0,0,0.115335,-0.993327,300,300,100,1), + (3002,1622,1,836.121,1487.42,-9,0.849,0,0,0.411865,0.911245,300,300,100,1), + (3003,1622,1,-1195,2733.78,111.361,3.682,0,0,0.963717,-0.266928,300,300,100,1), + (3004,1622,0,-637,-343,44.879,4.614,0,0,0.741023,-0.67148,300,300,100,1), + (3005,1622,0,-10353.9,200.277,34.39,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (3006,1622,1,592.031,-1486,91.744,2.27,0,0,0.906534,0.422132,300,300,100,1), + (3007,1622,0,-9584,-2958,66.632,0.114,0,0,0.0569691,0.998376,300,300,100,1), + (3008,1622,0,-9582,-2938,69.295,1.261,0,0,0.589549,0.807733,300,300,100,1), + (3009,1622,1,5691.59,152.045,30.997,5.588,0,0,0.340636,-0.940195,300,300,100,1), + (3010,1622,1,5783.34,67.65,35.76,3.35,0,0,0.994576,-0.104015,300,300,100,1), + (3011,1622,1,2369.78,-694,142.775,1.7,0,0,0.75128,0.659983,300,300,100,1), + (3012,1622,1,6536.3,25.842,33.288,6.236,0,0,0.0235904,-0.999722,300,300,100,1), + (3013,1622,1,4636.56,525.637,32.147,3.503,0,0,0.983717,-0.179722,300,300,100,1), + (3014,1622,1,4680.4,633.903,25.821,1.194,0,0,0.562164,0.827026,300,300,100,1), + (3015,1622,1,-615,-2367,153.307,0.401,0,0,0.199159,0.979967,300,300,100,1), + (3016,1622,0,-10929.8,447.35,45.6105,-2.53072,0,0,-0.953716,0.300709,300,300,100,1), + (3017,1622,0,-5057,-3901,326.661,4.861,0,0,0.652662,-0.757649,300,300,100,1), + (3018,1622,0,-5034,-3919,314.959,4.535,0,0,0.766962,-0.641693,300,300,100,1), + (3019,1622,0,-10980,278.004,28.62,1.185,0,0,0.558437,0.829547,300,300,100,1), + (3020,1622,0,-1031,-236,16.856,0.168,0,0,0.0839012,0.996474,300,300,100,1), + (3021,1622,0,-3793,-3142,17.211,4.947,0,0,0.61949,-0.785005,300,300,100,1), + (3022,1622,0,-3681,-2677,32.503,0.937,0,0,0.451548,0.892247,300,300,100,1), + (3023,1622,1,-5129,-1624,-41,5.61,0,0,0.330273,-0.943886,300,300,100,1), + (3024,1622,1,-5560,-3550,-53,4.64,0,0,0.732231,-0.681056,300,300,100,1), + (3025,1622,1,-4979,-1949,-33,2.531,0,0,0.953758,0.300576,300,300,100,1), + (3026,1622,0,-9932.17,903.963,46.0921,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (3027,1622,1,-5511,-3021,-44,1.597,0,0,0.71631,0.697782,300,300,100,1), + (3028,1622,1,-4034,-1791,93.421,1.885,0,0,0.80903,0.587767,300,300,100,1), + (3029,1622,0,-9188,-3201,100.95,0.13,0,0,0.0649542,0.997888,300,300,100,1), + (3030,1622,0,175.703,229.644,41.172,4.613,0,0,0.741359,-0.671109,300,300,100,1), + (3031,1622,0,74.414,437.742,41.908,0.454,0,0,0.225056,0.974346,300,300,100,1), + (3032,1622,1,-1665,-3177,99.856,3.35,0,0,0.994576,-0.104015,300,300,100,1), + (3033,1622,1,1024.98,-386,-6,4.636,0,0,0.733592,-0.67959,300,300,100,1), + (3034,1622,0,-74,245.235,53.276,4.138,0,0,0.878442,-0.477848,300,300,100,1), + (3035,1622,0,-322,-253,69.933,5.842,0,0,0.218808,-0.975768,300,300,100,1), + (3036,1622,0,-453,-236,69.629,0.592,0,0,0.291697,0.956511,300,300,100,1), + (3037,1622,0,-417,-238,64.682,3.321,0,0,0.995979,-0.0895835,300,300,100,1), + (3038,1622,0,-116,172.05,56.183,1.656,0,0,0.73658,0.67635,300,300,100,1), + (3039,1622,1,2174.69,-1409,92.2,3.323,0,0,0.995889,-0.0905793,300,300,100,1), + (3040,1622,1,157.598,186.458,58.983,4.46,0,0,0.79048,-0.612488,300,300,100,1), + (3041,1622,1,161.987,230.492,84.15,4.043,0,0,0.900141,-0.435599,300,300,100,1), + (3042,1622,1,2357.93,-1350,94.678,1.348,0,0,0.624116,0.781331,300,300,100,1), + (3044,1622,0,-9794,899.709,27.276,0.154,0,0,0.0769239,0.997037,300,300,100,1), + (3045,1622,1,1366.04,-258,-2,1.73,0,0,0.761095,0.64864,300,300,100,1), + (3046,1622,1,552.777,376.555,58.61,3.223,0,0,0.999172,-0.0406925,300,300,100,1), + (3047,1622,1,433.19,-2281,199.004,5.215,0,0,0.50906,-0.860731,300,300,100,1), + (3048,1622,1,129.744,-870,2.829,2.27,0,0,0.906534,0.422132,300,300,100,1), + (3049,1622,1,-1388,-1623,119.175,0.105,0,0,0.0524759,0.998622,300,300,100,1), + (3050,1622,1,-775,-2014,76.724,2.217,0,0,0.895031,0.446005,300,300,100,1), + (3051,1622,0,-9313,-3160,110.303,4.815,0,0,0.669914,-0.742439,300,300,100,1), + (3052,1622,1,-5542,-2687,-43,1.872,0,0,0.805192,0.593014,300,300,100,1), + (3053,1622,1,2344.62,1492.44,282.472,2.377,0,0,0.92781,0.373052,300,300,100,1), + (3054,20968,1,-3374.3,-2819.65,33.2381,-3.14159,-0.043613,0.017436,0.998896,0.000761,900,900,100,1), + (3055,1622,0,-9658,-3176,51.576,5.062,0,0,0.573353,-0.819308,300,300,100,1), + (3056,1622,1,780.843,-3316,221.876,5.258,0,0,0.490438,-0.871476,300,300,100,1), + (3057,1622,1,-11.2203,-709.006,-16.4602,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (3058,1622,1,-1880,-1751,94.634,0.935,0,0,0.450656,0.892698,300,300,100,1), + (3059,1622,0,-8686,-2296,156.885,2.122,0,0,0.872844,0.487999,300,300,100,1), + (3060,1622,0,-8660,-2321,158.156,1.289,0,0,0.600799,0.7994,300,300,100,1), + (3061,1622,0,-10783,-526,44.457,5.987,0,0,0.147552,-0.989054,300,300,100,1), + (3062,1622,0,-744,-1979,34.149,3.951,0,0,0.919219,-0.393746,300,300,100,1), + (3063,1622,1,2223.03,-1087,100.053,1.838,0,0,0.794995,0.606615,300,300,100,1), + (3064,1622,0,-3327,-3261,30.098,0.898,0,0,0.434065,0.900882,300,300,100,1), + (3065,1622,0,-8663,-2307,158.027,0.453,0,0,0.224568,0.974458,300,300,100,1), + (3066,1622,0,-146,912.312,65.876,0.012,0,0,0.00599996,0.999982,300,300,100,1), + (3067,1622,0,-208,943.526,66.24,0.593,0,0,0.292175,0.956365,300,300,100,1), + (3068,1622,0,-200,904.983,65.555,0.502,0,0,0.248373,0.968665,300,300,100,1), + (3069,1622,0,-200,912.213,71.472,0.502,0,0,0.248373,0.968665,300,300,100,1), + (3070,1622,0,-3348,-1570,10.495,0.363,0,0,0.180505,0.983574,300,300,100,1), + (3071,1622,0,-3347,-1640,8.011,5.582,0,0,0.343455,-0.939169,300,300,100,1), + (3072,1622,0,-3276,-1714,9.04,2.526,0,0,0.953004,0.302959,300,300,100,1), + (3073,1622,0,-3428,-1535,19.343,2.42,0,0,0.935616,0.353019,300,300,100,1), + (3074,1622,0,-1571,-1738,68.082,0.808,0,0,0.393099,0.919496,300,300,100,1), + (3075,1622,0,-774,-1212,64.056,2.43,0,0,0.937369,0.348337,300,300,100,1), + (3076,1622,0,-817,-1202,54.323,1,0,0,0.479426,0.877583,300,300,100,1), + (3077,1622,1,1285.63,1439.63,96.9013,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (3078,1622,1,-432,1907.56,126.552,3.178,0,0,0.999834,-0.0182027,300,300,100,1), + (3079,1622,0,-5299,-3966,340.562,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3081,1622,1,977.388,1760.44,5.853,2.122,0,0,0.872844,0.487999,300,300,100,1), + (3082,1622,1,1054.98,1762.48,11.338,6.064,0,0,0.109373,-0.994001,300,300,100,1), + (3083,1622,1,-1774,1952.58,61.758,1.708,0,0,0.753914,0.656973,300,300,100,1), + (3084,1622,1,-23,-107,25.517,1.562,0,0,0.70399,0.71021,300,300,100,1), + (3085,1622,1,-4726,-1026,-51,6.109,0,0,0.0869825,-0.99621,300,300,100,1), + (3086,1622,1,2238.38,1387.83,279.84,0.826,0,0,0.401359,0.915921,300,300,100,1), + (3087,1622,0,-10690,-1090,32.263,1.97,0,0,0.833272,0.552863,300,300,100,1), + (3088,1622,1,-5502,-1920,-59,0.042,0,0,0.0209985,0.99978,300,300,100,1), + (3089,1622,0,-2794,-2764,53.684,6.086,0,0,0.098433,-0.995144,300,300,100,1), + (3090,1622,1,7429.45,-924,12.777,4.006,0,0,0.908045,-0.418873,300,300,100,1), + (3091,1622,0,-1723,-1784,80.771,0.321,0,0,0.159812,0.987148,300,300,100,1), + (3092,1622,0,-3007,-3017,39.846,4.782,0,0,0.682072,-0.731285,300,300,100,1), + (3093,1622,0,-3000,-3042,52.089,4.515,0,0,0.77334,-0.633991,300,300,100,1), + (3094,1622,1,7450.82,-737,13.617,0.02,0,0,0.00999983,0.99995,300,300,100,1), + (3095,1622,1,7445.92,-777,15.69,0.77,0,0,0.375559,0.926798,300,300,100,1), + (3096,1622,0,-9139,-3171,108.136,1.724,0,0,0.759146,0.650921,300,300,100,1), + (3097,1622,0,-9130,-3215,103.491,1.057,0,0,0.504239,0.863564,300,300,100,1), + (3098,1622,1,-3795,-1493,102.836,3.743,0,0,0.955128,-0.296192,300,300,100,1), + (3099,1622,1,-3011,-2239,146.153,5.463,0,0,0.398694,-0.917084,300,300,100,1), + (3100,1622,1,-2961,-2186,91.667,4.768,0,0,0.687174,-0.726492,300,300,100,1), + (3101,1622,1,-2977,-2183,91.667,1.814,0,0,0.787659,0.616112,300,300,100,1), + (3102,1622,1,-2974,-2151,91.672,4.948,0,0,0.619097,-0.785314,300,300,100,1), + (3103,1622,1,-2992,-2199,101.135,2.89,0,0,0.992098,0.125465,300,300,100,1), + (3104,1622,1,-2947,-2165,91.677,3.456,0,0,0.987669,-0.156557,300,300,100,1), + (3105,1622,1,-4179,-2222,51.656,2.215,0,0,0.894584,0.446899,300,300,100,1), + (3106,1622,1,-4232,-1936,96.997,4.247,0,0,0.851108,-0.52499,300,300,100,1), + (3107,1622,1,-4182,-2261,52.728,5.922,0,0,0.179613,-0.983737,300,300,100,1), + (3108,1622,1,2779.74,-3035,157.84,3.86,0,0,0.936177,-0.351529,300,300,100,1), + (3109,1622,0,-3872,-2420,26.106,6.176,0,0,0.0535669,-0.998564,300,300,100,1), + (3111,1622,0,516.585,-197,151.021,2.449,0,0,0.940636,0.339416,300,300,100,1), + (3112,1622,0,715.695,-305,140.422,3.596,0,0,0.9743,-0.225254,300,300,100,1), + (3113,1622,0,-4907,-3974,298.028,1.567,0,0,0.705763,0.708448,300,300,100,1), + (3114,1622,0,-4897,-3937,298.983,6.098,0,0,0.0924604,-0.995716,300,300,100,1), + (3115,1622,0,-9149,-2371,98.97,0.009,0,0,0.00449998,0.99999,300,300,100,1), + (3116,1622,0,-9171,-2435,108.701,5.664,0,0,0.304671,-0.952458,300,300,100,1), + (3117,1622,0,-9121,-2418,116.386,0.358,0,0,0.178046,0.984022,300,300,100,1), + (3118,1622,1,2821.68,301.546,92.671,3.169,0,0,0.999906,-0.0137032,300,300,100,1), + (3119,1622,1,1827.92,-2445,85.9608,2.294,0,0,0.911534,0.411224,300,300,100,1), + (3120,1622,0,-11091,-947,65.342,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3121,1622,0,-263,1530.81,76.846,0.341,0,0,0.169675,0.9855,300,300,100,1), + (3122,1622,0,-2849,-2000,23.047,6.184,0,0,0.0495723,-0.998771,300,300,100,1), + (3123,1622,1,-353,841.371,90.304,5.451,0,0,0.404189,-0.914675,300,300,100,1), + (3124,1622,1,-279,728.75,89.865,0.884,0,0,0.427748,0.903898,300,300,100,1), + (3125,1622,1,-321,842.871,90.986,2.922,0,0,0.993978,0.109576,300,300,100,1), + (3126,1622,1,-1174,1337.28,72.853,4.532,0,0,0.767923,-0.640542,300,300,100,1), + (3127,1622,0,-747,-1980,34.14,3.951,0,0,0.919219,-0.393746,300,300,100,1), + (3128,1622,0,-11085,-93,17.361,0.835,0,0,0.405476,0.914105,300,300,100,1), + (3129,1622,0,-255,-1524,101.242,1.016,0,0,0.486431,0.873719,300,300,100,1), + (3130,1622,1,-5381,-2890,-57,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3131,1622,1,119.512,-362,3.196,1.067,0,0,0.50855,0.861032,300,300,100,1), + (3132,1622,1,140.021,-361,4.25,0.513,0,0,0.253697,0.967284,300,300,100,1), + (3133,1622,1,2767.41,280.155,61.689,6.228,0,0,0.0275891,-0.999619,300,300,100,1), + (3134,1622,1,1103.85,-3521,74.857,3.036,0,0,0.998607,0.0527718,300,300,100,1), + (3135,1622,1,1173.83,-3512,109.019,0.055,0,0,0.0274965,0.999622,300,300,100,1), + (3136,1622,1,1393.44,70.542,14.923,5.909,0,0,0.186003,-0.982549,300,300,100,1), + (3137,1622,1,7437.04,-1097.8,39.3206,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (3138,1622,1,2786.12,286.809,76.6258,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (3139,1622,1,75.866,-789,-14,3.743,0,0,0.955128,-0.296192,300,300,100,1), + (3140,1622,1,132.942,-609,2.318,6.181,0,0,0.0510703,-0.998695,300,300,100,1), + (3141,1622,1,1936.85,-1368,95.131,6.217,0,0,0.0330866,-0.999452,300,300,100,1), + (3142,1622,1,1886.34,-1365,96.871,3.209,0,0,0.999432,-0.0336973,300,300,100,1), + (3143,1622,1,-2146,-2807,93.275,4.167,0,0,0.871422,-0.490535,300,300,100,1), + (3144,1622,0,-2859.65,-1473.97,10.1537,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (3145,1622,0,-9992,816.671,32.176,3.032,0,0,0.998499,0.0547689,300,300,100,1), + (3146,1622,1,-5554,-3525,-56,5.477,0,0,0.392265,-0.919852,300,300,100,1), + (3147,1622,0,-164,909.807,65.574,3.463,0,0,0.987115,-0.160013,300,300,100,1), + (3148,1622,1,5601.84,239.504,32,4.701,0,0,0.711122,-0.703069,300,300,100,1), + (3149,1622,0,-1736,-1504,55.579,1.603,0,0,0.7184,0.69563,300,300,100,1), + (3150,1622,0,-1727,-1785,80.94,0.321,0,0,0.159812,0.987148,300,300,100,1), + (3151,1622,0,-1570,-1632,69.331,5.85,0,0,0.214903,-0.976635,300,300,100,1), + (3152,1622,0,-10991.1,-1332.72,51.7065,2.983,0,0,0.996858,0.0792132,300,300,100,1), + (3153,1622,0,-10656,1766.8,37.12,1.899,0,0,0.813125,0.58209,300,300,100,1), + (3154,1622,0,-10629,1766.8,35.904,1.922,0,0,0.819765,0.572701,300,300,100,1), + (3155,1622,0,-761,206.21,56.049,0.431,0,0,0.213836,0.97687,300,300,100,1), + (3156,1622,1,-1643.23,1908.38,62.383,1.047,0,0,0.499914,0.866075,300,300,100,1), + (3157,1622,1,632.337,-1558,92.28,0.77,0,0,0.375559,0.926798,300,300,100,1), + (3158,1622,0,-4975,-3767,321.29,6.169,0,0,0.0570616,-0.998371,300,300,100,1), + (3159,1622,1,2753.91,233.938,64.1073,0.086,0,0,0.0429868,0.999076,300,300,100,1), + (3160,1622,0,-4978,-3909,304.521,6.161,0,0,0.0610548,-0.998134,300,300,100,1), + (3161,1622,0,-3902,-3138,13.168,4.821,0,0,0.667683,-0.744445,300,300,100,1), + (3162,1622,0,-5643,-4245,389.792,3.825,0,0,0.942185,-0.335093,300,300,100,1), + (3163,1622,0,-473.978,150.956,56.5886,6.192,0,0,0.0455769,-0.998961,300,300,100,1), + (3164,1622,0,-973,-1169,71.125,3.663,0,0,0.966209,-0.257761,300,300,100,1), + (3165,1622,0,-2845.5,-2193.88,30.3731,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (3166,1622,0,-11203,711.439,42.181,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3167,1622,1,-4635,-1343,-31,2.339,0,0,0.920555,0.390612,300,300,100,1), + (3168,1622,0,-10786,952.801,38.888,1.656,0,0,0.73658,0.67635,300,300,100,1), + (3169,1622,0,-10761,903.464,35.294,4.739,0,0,0.697636,-0.716452,300,300,100,1), + (3170,1622,1,1303.84,-152,1.038,3.408,0,0,0.991141,-0.13281,300,300,100,1), + (3171,1622,0,-507,157.87,53.494,1.291,0,0,0.601598,0.798799,300,300,100,1), + (3172,1622,1,1442.08,242.106,14.675,0.738,0,0,0.360683,0.932688,300,300,100,1), + (3173,1622,1,-5548.45,-1953.49,-58.7428,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (3174,1622,0,-4898,-3807,306.383,1.578,0,0,0.709649,0.704555,300,300,100,1), + (3175,1622,0,-4904,-3800,310.987,1.912,0,0,0.816891,0.576792,300,300,100,1), + (3176,1622,0,420.733,247.508,44.5997,1.279,0,0,0.596794,0.802394,300,300,100,1), + (3177,1622,1,1509.88,-386,27.279,4.475,0,0,0.785864,-0.618399,300,300,100,1), + (3178,1622,1,1436.84,-272,10.158,6.042,0,0,0.120301,-0.992738,300,300,100,1), + (3179,1622,1,1539.79,-280,39.671,5.842,0,0,0.218808,-0.975768,300,300,100,1), + (3180,1622,0,-11015,-1342,51.829,5.94,0,0,0.170752,-0.985314,300,300,100,1), + (3181,1622,0,-10930,-937,72.125,0,0,0,0,1,300,300,100,1), + (3182,1622,0,-9127,-2630,113.754,4.175,0,0,0.869452,-0.494017,300,300,100,1), + (3183,1622,0,-10815,-512,41.136,2.661,0,0,0.971268,0.23799,300,300,100,1), + (3184,1622,0,-11082.8,1543.46,44.3462,4.97,0,0,0.610422,-0.792077,300,300,100,1), + (3185,1622,1,5607.98,181.207,28.587,5.376,0,0,0.438198,-0.898879,300,300,100,1), + (3186,1622,1,5614.75,77.483,29.068,4.489,0,0,0.781516,-0.623885,300,300,100,1), + (3187,1622,0,-11290.2,1463.76,89.0149,3.655,0,0,0.967232,-0.253894,300,300,100,1), + (3188,1622,1,4597.48,527.789,34.113,6.012,0,0,0.135178,-0.990821,300,300,100,1), + (3189,1622,1,4686.09,637.499,25.584,1.194,0,0,0.562164,0.827026,300,300,100,1), + (3190,1622,1,2898.35,-3049,204.883,6.099,0,0,0.0919625,-0.995762,300,300,100,1), + (3191,1622,1,-103,-478,-37,0.203,0,0,0.101326,0.994853,300,300,100,1), + (3192,1622,1,6712.6,-194,35.37,1.047,0,0,0.499914,0.866075,300,300,100,1), + (3193,1622,1,-5145,-1402,-48,5.249,0,0,0.494355,-0.86926,300,300,100,1), + (3194,1622,0,-789,181.793,61.912,3.262,0,0,0.998188,-0.0601674,300,300,100,1), + (3195,1622,1,-4900,-1122,-48,4.617,0,0,0.740015,-0.67259,300,300,100,1), + (3196,1622,1,-890,1797.41,65.978,5.678,0,0,0.297996,-0.954567,300,300,100,1), + (3197,1622,1,-885,1774.25,62.511,1.355,0,0,0.626847,0.779142,300,300,100,1), + (3198,1622,1,-932,1761.42,63.965,4.807,0,0,0.672878,-0.739753,300,300,100,1), + (3200,1622,0,-181,14.259,89.023,1.972,0,0,0.833825,0.55203,300,300,100,1), + (3201,1622,1,-3858,-1540,111.264,4.226,0,0,0.856574,-0.516025,300,300,100,1), + (3202,1622,0,-10132,1087.82,36.284,2.943,0,0,0.995074,0.0991332,300,300,100,1), + (3203,1622,1,-1908.22,2049.17,63.7565,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (3204,1622,1,-6671,-3806,-53,2.74,0,0,0.979908,0.19945,300,300,100,1), + (3205,1622,0,-441,121.241,56.84,4.13,0,0,0.880347,-0.474331,300,300,100,1), + (3206,1622,0,-465,147.198,57.135,6.192,0,0,0.0455769,-0.998961,300,300,100,1), + (3207,1622,0,-447,124.683,57.121,4.13,0,0,0.880347,-0.474331,300,300,100,1), + (3208,1622,0,-460,82.151,56.977,5.701,0,0,0.286999,-0.957931,300,300,100,1), + (3209,1622,0,-586,-334,50.253,3.977,0,0,0.914023,-0.405663,300,300,100,1), + (3210,1622,0,-450,-201,56.215,5.638,0,0,0.317027,-0.948417,300,300,100,1), + (3211,1622,1,1903.63,-2421,89.9324,0.464,0,0,0.229924,0.973208,300,300,100,1), + (3212,1622,1,891.561,1511.74,-4,1.326,0,0,0.615484,0.788149,300,300,100,1), + (3213,1622,0,-11235,1928.76,32.749,2.94,0,0,0.994924,0.100626,300,300,100,1), + (3214,1622,0,-11429,1945.38,15.576,5.481,0,0,0.390425,-0.920635,300,300,100,1), + (3215,1622,0,-10407.1,950.457,38.3258,-1.13446,0,0,-0.537298,0.843393,300,300,100,1), + (3216,1622,0,-9396,-3336,88.037,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3217,1622,1,54.344,-848,-1,4.834,0,0,0.66283,-0.74877,300,300,100,1), + (3218,2061,1,-3374.3,-2819.65,33.2381,-3.14159,-0.043613,0.017436,0.998896,0.000761,900,900,100,1), + (3219,1622,0,-1644.15,-1942.34,68.8069,5.19,0,0,0.519779,-0.854301,300,300,100,1), + (3220,1622,0,-3655,-1409,18.376,4.023,0,0,0.904452,-0.426576,300,300,100,1), + (3221,1622,1,-1145,2931.41,145.771,0,0,0,0,1,300,300,100,1), + (3222,1622,0,-4967,-3779,323.319,0.133,0,0,0.066451,0.99779,300,300,100,1), + (3223,1622,1,-651.835,-2012.49,61.4656,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (3224,1622,1,2250.47,-1163,86.945,3.299,0,0,0.996904,-0.0786225,300,300,100,1), + (3225,1622,0,-9322,-3008,129.339,2.25,0,0,0.902268,0.431177,300,300,100,1), + (3226,1622,1,-3864,-1822,91.667,2.886,0,0,0.991845,0.127449,300,300,100,1), + (3227,1622,0,188.553,-1008,73.928,5.147,0,0,0.538025,-0.842929,300,300,100,1), + (3228,1622,0,282.183,-1076,78.315,5.54,0,0,0.3631,-0.93175,300,300,100,1), + (3229,1622,0,-45,850.166,66.727,1.758,0,0,0.770101,0.637922,300,300,100,1), + (3230,1622,0,-722,-765,17.954,3.671,0,0,0.96517,-0.261623,300,300,100,1), + (3231,1622,0,-2583,-1799,12.014,0.333,0,0,0.165732,0.986171,300,300,100,1), + (3232,1622,0,-760,-965,38.123,5.913,0,0,0.184038,-0.982919,300,300,100,1), + (3233,1622,0,-704,-978,46.397,2.874,0,0,0.991063,0.133397,300,300,100,1), + (3234,1622,0,-817,-1159,52.599,3.816,0,0,0.943684,-0.33085,300,300,100,1), + (3235,1622,0,-801,-1159,57.125,4.947,0,0,0.61949,-0.785005,300,300,100,1), + (3236,1622,0,-795,-1122,50.254,6.251,0,0,0.016092,-0.999871,300,300,100,1), + (3237,1622,0,-815,-1121,47.869,5.811,0,0,0.233906,-0.972259,300,300,100,1), + (3238,1622,0,7.357,751.322,63.675,3.196,0,0,0.99963,-0.0272004,300,300,100,1), + (3239,1622,0,-11141,129.167,30.09,3.454,0,0,0.987825,-0.155569,300,300,100,1), + (3240,1622,0,-10950,1559.4,46.977,0.474,0,0,0.234788,0.972047,300,300,100,1), + (3241,1622,0,-10763,-1353,38.222,4.711,0,0,0.707598,-0.706616,300,300,100,1), + (3242,1622,0,-2642,-2343,80.702,1.484,0,0,0.675763,0.737119,300,300,100,1), + (3243,1622,1,4542.91,573.643,2.904,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3244,1622,0,-9603.1,-2377.98,61.0354,-2.37364,0,0,-0.927182,0.37461,300,300,100,1), + (3245,1622,1,-2285,-2090,96.609,1.104,0,0,0.524391,0.851477,300,300,100,1), + (3246,1622,0,-3517,-1753,25.275,1.366,0,0,0.631123,0.775683,300,300,100,1), + (3247,1622,0,-3571,-1867,29.949,3.188,0,0,0.999731,-0.0232016,300,300,100,1), + (3248,1622,0,-10661,1147.29,33.688,3.863,0,0,0.935649,-0.352933,300,300,100,1), + (3249,1622,1,932.488,1515.55,-8,5.699,0,0,0.287957,-0.957643,300,300,100,1), + (3250,1622,1,1294.64,1492.5,101.806,2.451,0,0,0.940975,0.338476,300,300,100,1), + (3251,1622,1,-1390,2588.23,112.003,4.88,0,0,0.645435,-0.763815,300,300,100,1), + (3252,1622,1,-5113,-2291,-53,2.92,0,0,0.993868,0.11057,300,300,100,1), + (3253,1622,0,-10705,1507.03,47.505,2.976,0,0,0.996574,0.0827017,300,300,100,1), + (3254,1622,0,-10229,-204,42.967,4.11,0,0,0.885046,-0.465504,300,300,100,1), + (3255,1622,0,-10350,-115,50.479,4.091,0,0,0.889428,-0.457075,300,300,100,1), + (3256,1622,0,-10577,-59,36.987,0.191,0,0,0.0953549,0.995443,300,300,100,1), + (3257,1622,1,2469.96,-1661,149.331,1.065,0,0,0.507689,0.861541,300,300,100,1), + (3258,1622,1,3378.1,-466,154.218,6.205,0,0,0.0390827,-0.999236,300,300,100,1), + (3259,1622,1,3212.49,-106,106.068,1.41,0,0,0.648034,0.761612,300,300,100,1), + (3260,1622,1,-2038,-3662,24.89,2.993,0,0,0.997241,0.074228,300,300,100,1), + (3261,1622,1,-1884,-2734,93.432,1.496,0,0,0.680174,0.733051,300,300,100,1), + (3262,1622,1,-2031,-3452,69.02,3.955,0,0,0.91843,-0.395584,300,300,100,1), + (3263,1622,0,-10252,-701,47.269,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3264,1622,0,97.201,-981,61.143,5.069,0,0,0.570482,-0.82131,300,300,100,1), + (3265,1622,0,-10663,1795.29,35.998,5.422,0,0,0.417409,-0.908719,300,300,100,1), + (3266,1622,0,-10637,1799.33,32.961,5.296,0,0,0.473793,-0.880636,300,300,100,1), + (3267,1622,0,-5051,-3887,317.515,4.791,0,0,0.678775,-0.734347,300,300,100,1), + (3268,1622,0,-5016,-3983,303.837,0.864,0,0,0.418688,0.90813,300,300,100,1), + (3269,1622,0,-9576,-2136,72.826,0.857,0,0,0.415507,0.90959,300,300,100,1), + (3270,1622,1,-3046,-1761,99.658,1.814,0,0,0.787659,0.616112,300,300,100,1), + (3271,1622,1,-3050,-1743,107.368,1.701,0,0,0.75161,0.659607,300,300,100,1), + (3272,1622,1,-3035,-1808,98.029,1.414,0,0,0.649556,0.760314,300,300,100,1), + (3273,1622,0,-265.137,211.242,99.8042,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (3274,1622,1,-2996,-1991,91.702,2.698,0,0,0.975504,0.219982,300,300,100,1), + (3275,1622,1,303.215,-2170,213.446,0.664,0,0,0.325934,0.945392,300,300,100,1), + (3276,1622,1,279.166,-2148,190.007,0.789,0,0,0.384347,0.923189,300,300,100,1), + (3277,1622,0,-3562,-1819,26.293,2.815,0,0,0.986697,0.162572,300,300,100,1), + (3278,1622,0,-2853,-2192,29.451,5.481,0,0,0.390425,-0.920635,300,300,100,1), + (3279,1622,0,-2866,-2237,29.444,5.367,0,0,0.442238,-0.896898,300,300,100,1), + (3280,1622,0,-769,-2003,34.376,0.307,0,0,0.152898,0.988242,300,300,100,1), + (3281,1622,0,-9575,-2834,75.697,1.253,0,0,0.586313,0.810085,300,300,100,1), + (3282,1622,0,-9601,-3119,56.101,0.095,0,0,0.0474821,0.998872,300,300,100,1), + (3283,1622,0,-9633,-3232,49.022,1.367,0,0,0.631511,0.775367,300,300,100,1), + (3284,1622,0,-9784,-3110,61.378,1.559,0,0,0.702924,0.711265,300,300,100,1), + (3285,1622,0,-9603,-3191,59.496,0.778,0,0,0.379263,0.925289,300,300,100,1), + (3286,1622,0,-9793,-3148,68.895,0.852,0,0,0.413232,0.910626,300,300,100,1), + (3287,1622,0,-9607,-2825,76.96,0.248,0,0,0.123682,0.992322,300,300,100,1), + (3288,1622,0,-9612,-2873,66.532,6.044,0,0,0.119308,-0.992857,300,300,100,1), + (3289,1622,0,-455,-1384,54.608,4.802,0,0,0.674725,-0.738069,300,300,100,1), + (3290,1622,0,-810,-769,10.721,3.529,0,0,0.981298,-0.192495,300,300,100,1), + (3291,1622,0,-10680.6,-715.178,50.4884,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (3292,1622,0,-239,-1462,103.507,6.094,0,0,0.0944517,-0.995529,300,300,100,1), + (3293,1622,1,1711.45,-3024,133.591,0.382,0,0,0.189841,0.981815,300,300,100,1), + (3294,1622,1,1617.65,-2971,181.102,0.802,0,0,0.390339,0.920671,300,300,100,1), + (3295,1622,1,1584.57,-2861,184.737,4.454,0,0,0.792314,-0.610113,300,300,100,1), + (3296,1622,1,1593.34,-2911,182.441,0.126,0,0,0.0629583,0.998016,300,300,100,1), + (3297,1622,1,1837.03,-2644,95.38,3.9,0,0,0.92896,-0.370181,300,300,100,1), + (3298,1622,1,2087.19,-2682,104.528,2.149,0,0,0.879352,0.476172,300,300,100,1), + (3299,1622,1,1684.62,-1847,110.363,0.009,0,0,0.00449998,0.99999,300,300,100,1), + (3300,1622,1,1873.6,-2242,120.965,6.001,0,0,0.140625,-0.990063,300,300,100,1), + (3301,1622,1,1673.26,-1613,109.69,4.583,0,0,0.751341,-0.659914,300,300,100,1), + (3302,1622,1,2580.74,-270,118.659,3.193,0,0,0.99967,-0.0257009,300,300,100,1), + (3303,1622,1,622.613,-1273,92.385,0.899,0,0,0.434515,0.900664,300,300,100,1), + (3304,1622,1,7388.34,-871,14.76,2.282,0,0,0.909051,0.416686,300,300,100,1), + (3305,1622,1,877.847,1891.63,19.698,5.118,0,0,0.550191,-0.835039,300,300,100,1), + (3306,1622,0,-10271,1364.58,41.409,2.327,0,0,0.918195,0.396128,300,300,100,1), + (3307,1622,1,-5195,-2678,-50,6.007,0,0,0.137654,-0.99048,300,300,100,1), + (3308,1622,0,156.419,1509.1,114.688,3.107,0,0,0.99985,0.0172954,300,300,100,1), + (3309,1622,0,-10966.5,-40.5213,14.6955,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (3310,1622,1,108.871,-520,2.795,1.098,0,0,0.521834,0.853047,300,300,100,1), + (3311,1622,0,-3867,-3144,19.397,6.113,0,0,0.08499,-0.996382,300,300,100,1), + (3312,21066,1,-3795.56,-4403.87,11.1222,2.31256,0,0,0.915312,0.402747,900,900,100,1), + (3313,1622,0,-10959,-957,71.013,2.944,0,0,0.995124,0.0986357,300,300,100,1), + (3314,1622,0,-10288,70.208,38.877,2.897,0,0,0.992531,0.121992,300,300,100,1), + (3315,1622,0,-452,84.797,54.546,5.701,0,0,0.286999,-0.957931,300,300,100,1), + (3316,1622,0,-10786,-1349,38.157,2.861,0,0,0.990175,0.139837,300,300,100,1), + (3317,1622,0,-10809,-1389,44.145,4.252,0,0,0.849793,-0.527116,300,300,100,1), + (3318,1622,1,242.933,324.419,52.76,2.084,0,0,0.863415,0.504494,300,300,100,1), + (3319,1622,0,-4834,-3873,304.011,1.457,0,0,0.665751,0.746174,300,300,100,1), + (3320,1622,1,-49,971.159,91.631,4.94,0,0,0.622234,-0.782832,300,300,100,1), + (3321,1622,1,274.464,331.06,44.066,0.226,0,0,0.11276,0.993622,300,300,100,1), + (3322,1622,0,-5131,-4138,326.534,6.009,0,0,0.136664,-0.990618,300,300,100,1), + (3323,1622,0,-3755,-3166,28.8821,4.593,0,0,0.748033,-0.663662,300,300,100,1), + (3324,1622,0,-3978,-889,8.013,5.399,0,0,0.427832,-0.903858,300,300,100,1), + (3325,1622,0,-3145,-3276,65.713,0.977,0,0,0.469302,0.883038,300,300,100,1), + (3326,1622,0,-9934,887.517,35.982,5.291,0,0,0.475993,-0.879449,300,300,100,1), + (3327,1622,0,-3116,-3222,65.79,1.04,0,0,0.49688,0.867819,300,300,100,1), + (3328,1622,1,-844,-2076,91.503,0.322,0,0,0.160305,0.987067,300,300,100,1), + (3329,1622,1,1150.75,-3615,68.882,1.626,0,0,0.726352,0.687322,300,300,100,1), + (3330,1622,0,-480,397.109,101.929,1.389,0,0,0.640001,0.768374,300,300,100,1), + (3331,1622,0,-10422,1922,6.679,4.942,0,0,0.62145,-0.783453,300,300,100,1), + (3332,1622,0,674.578,-981,165.495,3.537,0,0,0.98052,-0.196418,300,300,100,1), + (3333,1622,0,-2938,-2680,15.181,1.338,0,0,0.620202,0.784442,300,300,100,1), + (3334,1622,0,-9721,-2395,70.454,4.216,0,0,0.859143,-0.511736,300,300,100,1), + (3335,1622,0,-870,-251,45.8569,1.295,0,0,0.603194,0.797594,300,300,100,1), + (3336,1622,0,-10337.2,359.451,59.4742,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (3337,1622,1,1833.71,-2317,131.265,3.089,0,0,0.999654,0.0262933,300,300,100,1), + (3338,1622,0,-5131,-3950,322.621,5.82,0,0,0.229528,-0.973302,300,300,100,1), + (3339,1622,0,-5133,-3912,324.421,6.024,0,0,0.12923,-0.991615,300,300,100,1), + (3340,1622,1,2950.74,-50,102.707,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3341,1622,0,-8665,-2328,156.202,1.289,0,0,0.600799,0.7994,300,300,100,1), + (3342,1622,1,-2158,-3654,78.704,1.571,0,0,0.707179,0.707035,300,300,100,1), + (3343,1622,0,-11126,-62,34.093,0.279,0,0,0.139048,0.990286,300,300,100,1), + (3344,1622,0,-11193,918.808,50.505,0.949,0,0,0.456894,0.889521,300,300,100,1), + (3345,1622,0,-9514,-3375,93.683,0,0,0,0,1,300,300,100,1), + (3346,1622,0,-11032,211.834,27.297,5.332,0,0,0.457866,-0.889021,300,300,100,1), + (3347,1622,1,-5377,-2847,-53,2.885,0,0,0.991781,0.127945,300,300,100,1), + (3348,1622,1,-5550,-3017,-45,1.365,0,0,0.630735,0.775998,300,300,100,1), + (3349,1622,0,-8763,-2421,163.959,5.703,0,0,0.286041,-0.958217,300,300,100,1), + (3350,1622,1,603.167,-1228,93.694,2.627,0,0,0.967082,0.254467,300,300,100,1), + (3351,1622,1,862.787,-1311,92.38,5.765,0,0,0.256204,-0.966623,300,300,100,1), + (3352,1622,1,805.023,-1227,102.057,3.452,0,0,0.98798,-0.154581,300,300,100,1), + (3353,1622,0,-9631,-2821,63.916,3.389,0,0,0.992358,-0.123388,300,300,100,1), + (3354,1622,0,-9689,-2843,51.705,6.012,0,0,0.135178,-0.990821,300,300,100,1), + (3355,1622,0,-9608,-2782,63.92,5.785,0,0,0.246525,-0.969136,300,300,100,1), + (3356,1622,0,-9667,-3137,50.798,0.106,0,0,0.0529752,0.998596,300,300,100,1), + (3357,1622,0,-9664,-2903,50.345,0.311,0,0,0.154874,0.987934,300,300,100,1), + (3358,1622,0,-9749,-2996,81.434,4.599,0,0,0.746038,-0.665903,300,300,100,1), + (3359,1622,0,-9776,-2949,86.495,4.045,0,0,0.899705,-0.436499,300,300,100,1), + (3360,1622,0,-9724,-2908,57.968,2.447,0,0,0.940296,0.340357,300,300,100,1), + (3361,1622,1,-820,-1948,96.953,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3362,1622,0,774.72,-359,146.052,4.99,0,0,0.60247,-0.798141,300,300,100,1), + (3363,1622,1,-239,657.042,107.489,2.977,0,0,0.996616,0.0822035,300,300,100,1), + (3364,1622,1,-98,699.031,114.345,4.182,0,0,0.867718,-0.497057,300,300,100,1), + (3365,1622,1,2924.85,-3426,131.624,1.453,0,0,0.664257,0.747504,300,300,100,1), + (3366,1622,0,-11039,-1311,53.387,2.488,0,0,0.947076,0.321011,300,300,100,1), + (3367,1622,0,-10717,-148,32.076,0.686,0,0,0.336314,0.94175,300,300,100,1), + (3368,1622,1,498.44,-1089,103.209,1.744,0,0,0.765617,0.643297,300,300,100,1), + (3369,1622,0,-10722,-115,35.037,4.825,0,0,0.666193,-0.745779,300,300,100,1), + (3370,1622,1,3848.68,-147,2.988,1.276,0,0,0.59559,0.803289,300,300,100,1), + (3371,1622,1,3476.04,-105,3.024,3.774,0,0,0.950423,-0.310961,300,300,100,1), + (3372,1622,1,3545.25,442.698,3.686,1.975,0,0,0.834652,0.550778,300,300,100,1), + (3373,1622,0,-472,354.404,99.227,0.136,0,0,0.0679476,0.997689,300,300,100,1), + (3374,1622,0,-9376,-3181,86.132,1.312,0,0,0.609952,0.792438,300,300,100,1), + (3375,1622,1,-3189,-1653,92.343,2.27,0,0,0.906534,0.422132,300,300,100,1), + (3376,1622,1,-3131,-1671,92.812,1.948,0,0,0.82714,0.561996,300,300,100,1), + (3377,1622,0,-10524.1,1007.91,56.1392,-0.541051,0,0,-0.267238,0.963631,300,300,255,1), + (3378,1622,0,-10476.5,-771.538,59.4434,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (3379,1622,0,-9301,-3349,104.284,5.486,0,0,0.388122,-0.921608,300,300,100,1), + (3380,1622,0,-9310,-3313,102.09,0.204,0,0,0.101823,0.994803,300,300,100,1), + (3381,1622,0,-9219,-3201,106.189,0.837,0,0,0.40639,0.9137,300,300,100,1), + (3382,1622,0,-9244,-3405,105.978,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3383,1622,0,-788,516.078,95.59,1.507,0,0,0.684195,0.729299,300,300,100,1), + (3384,1622,0,-221,-25,72.067,2.819,0,0,0.98702,0.160598,300,300,100,1), + (3385,1622,0,-310,261.426,99.166,0.541,0,0,0.267213,0.963637,300,300,100,1), + (3386,1622,0,-429,283.008,93.831,0.026,0,0,0.0129996,0.999915,300,300,100,1), + (3387,1622,0,-635,534.77,105.75,3.84,0,0,0.939645,-0.34215,300,300,100,1), + (3388,1622,0,-764,502.147,90.452,2.207,0,0,0.892789,0.450474,300,300,100,1), + (3389,1622,0,-747,533.663,94.418,0.203,0,0,0.101326,0.994853,300,300,100,1), + (3390,1622,0,-702,630.579,100.129,1.64,0,0,0.731146,0.682221,300,300,100,1), + (3391,1622,0,-903,303.582,38.813,2.336,0,0,0.919968,0.391992,300,300,100,1), + (3392,1622,0,-9755,954.643,31.845,1.007,0,0,0.482494,0.875899,300,300,100,1), + (3393,1622,1,-891.849,1348.07,68.7417,-0.802851,0,0,-0.390731,0.920505,300,300,100,1), + (3394,1622,1,1568.48,-3368,143.117,4.171,0,0,0.870439,-0.492277,300,300,100,1), + (3395,1622,1,1702.13,-3171,99.016,4.23,0,0,0.85554,-0.517737,300,300,100,1), + (3396,1622,0,-41,-1264,76.972,4.299,0,0,0.837172,-0.546939,300,300,100,1), + (3397,1622,0,-2722,-2103,48.82,0.278,0,0,0.138553,0.990355,300,300,100,1), + (3398,1622,0,-2774,-2169,38.487,5.94,0,0,0.170752,-0.985314,300,300,100,1), + (3399,1622,1,918.986,1677.39,-16,0.17,0,0,0.0848977,0.99639,300,300,100,1), + (3400,1622,0,-10838,-1316,54.007,3.011,0,0,0.997869,0.06525,300,300,100,1), + (3401,1622,0,-3746,-933,6.376,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3402,1622,0,-3375,-1643,13.615,3.359,0,0,0.994098,-0.10849,300,300,100,1), + (3403,1622,0,-906,-133,30.0411,3.215,0,0,0.999327,-0.0366954,300,300,100,1), + (3404,1622,0,-808,-117,34.7403,2.332,0,0,0.919183,0.393832,300,300,100,1), + (3405,1622,0,-238,1524.49,77.462,0.015,0,0,0.00749993,0.999972,300,300,100,1), + (3406,1622,1,-1436,-3284,208.115,0.012,0,0,0.00599996,0.999982,300,300,100,1), + (3407,1622,0,-415,-204,56.889,4.853,0,0,0.655687,-0.755033,300,300,100,1), + (3408,1622,0,-3380,-1883,34.244,1.656,0,0,0.73658,0.67635,300,300,100,1), + (3409,1622,1,-1298,-1798,91.774,1.469,0,0,0.670216,0.742166,300,300,100,1), + (3410,1622,1,-1435,-1566,98.631,0.892,0,0,0.43136,0.90218,300,300,100,1), + (3411,1622,0,-5209,-4134,330.111,6.036,0,0,0.123278,-0.992372,300,300,100,1), + (3412,1622,1,1024.05,-189,13.103,0.513,0,0,0.253697,0.967284,300,300,100,1), + (3413,1622,1,1058.36,-340,-9,0.065,0,0,0.0324943,0.999472,300,300,100,1), + (3414,1622,0,-8825,-2601,142.117,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3415,1622,1,7.24,-710,-19,6.205,0,0,0.0390827,-0.999236,300,300,100,1), + (3416,1622,0,-5698,-4233,387.391,3.503,0,0,0.983717,-0.179722,300,300,100,1), + (3417,21067,1,-3795.58,-4403.87,10.5699,2.31256,0,0,0.915312,0.402747,900,900,100,1), + (3418,1622,0,-225,-607,66.2,5.63,0,0,0.320818,-0.947141,300,300,100,1), + (3419,1622,0,-9801,1508.53,42.485,4.852,0,0,0.656065,-0.754705,300,300,100,1), + (3420,1622,0,-205,-3,74.778,5.12,0,0,0.549356,-0.835589,300,300,100,1), + (3421,1622,0,-10049,1506.91,46.277,5.806,0,0,0.236335,-0.971672,300,300,100,1), + (3422,1622,0,-9783,1507.84,42.32,2.118,0,0,0.871866,0.489744,300,300,100,1), + (3423,1622,0,-9819,1598.62,37.663,5.547,0,0,0.359837,-0.933015,300,300,100,1), + (3424,1622,0,-9911,1336.12,44.112,3.854,0,0,0.937227,-0.348719,300,300,100,1), + (3425,1622,1,5.721,-471,-34,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3426,1622,0,-10783.4,912.195,34.0927,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (3427,1622,1,5831.89,167.255,33.022,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3428,1622,1,917.237,1645.03,-8.82564,-0.034906,0,0,-0.0174521,0.999848,300,300,100,1), + (3429,1622,1,2640.77,1584.46,266.798,0.987,0,0,0.473711,0.88068,300,300,100,1), + (3430,1622,1,-1384,2587.34,111.556,4.88,0,0,0.645435,-0.763815,300,300,100,1), + (3431,1622,1,-1382,2554.18,108.339,4.966,0,0,0.612004,-0.790854,300,300,100,1), + (3432,1622,1,-1349,2572.92,111.556,0.018,0,0,0.00899988,0.99996,300,300,100,1), + (3433,1622,0,-9568,-2833,78.487,2.796,0,0,0.985108,0.171938,300,300,100,1), + (3434,1622,0,-9548,-2840,83.233,3.024,0,0,0.998272,0.0587625,300,300,100,1), + (3435,1622,0,776.014,-380,145.328,1.625,0,0,0.726009,0.687686,300,300,100,1), + (3436,1622,0,-11128,-680,58.438,0.313,0,0,0.155862,0.987779,300,300,100,1), + (3437,1622,1,1581.49,-137,29.382,3.172,0,0,0.999884,-0.0152031,300,300,100,1), + (3438,1622,0,-11142,-645,55.709,0.737,0,0,0.360217,0.932869,300,300,100,1), + (3439,1622,0,-9834,1284.55,40.449,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3440,1622,1,1366,-318,17.5,0.4,0,0,0.198669,0.980067,300,300,100,1), + (3441,171681,0,-4714.41,-876.435,501.958,0.034906,0,0,0.017452,0.999848,900,900,100,1), + (3442,1622,0,-10159.6,-222.688,35.8946,2.72,0,0,0.977865,0.209239,300,300,100,1), + (3443,1622,1,1585.75,-165,39.669,2.901,0,0,0.992773,0.120006,300,300,100,1), + (3444,1622,1,1688.85,726.435,143.788,4.433,0,0,0.798676,-0.601761,300,300,100,1), + (3445,1622,1,1718.45,829.333,129.606,1.645,0,0,0.732849,0.680391,300,300,100,1), + (3446,1622,1,1772.65,680.005,159.474,5.701,0,0,0.286999,-0.957931,300,300,100,1), + (3447,1622,1,1521.8,761.07,136.746,2.285,0,0,0.909675,0.415322,300,300,100,1), + (3448,1622,1,1523.51,817.847,127.341,1.688,0,0,0.747307,0.664479,300,300,100,1), + (3449,1622,1,1601.62,586.173,171.551,4.94,0,0,0.622234,-0.782832,300,300,100,1), + (3450,1622,1,1584.85,521.362,177.756,2.085,0,0,0.863667,0.504063,300,300,100,1), + (3451,1622,1,-1416,-3665,92.602,0.876,0,0,0.424129,0.905602,300,300,100,1), + (3452,1622,1,-1298,-3526,138.158,3.998,0,0,0.909713,-0.415237,300,300,100,1), + (3453,1622,1,-1485,-3268,207.021,2.576,0,0,0.960279,0.279042,300,300,100,1), + (3454,1622,1,6716.04,-89,43.016,0.995,0,0,0.47723,0.878778,300,300,100,1), + (3455,1622,1,586.459,-3148,98.035,5.706,0,0,0.284603,-0.958645,300,300,100,1), + (3456,1622,0,-5081,-3870,323.188,0.586,0,0,0.288826,0.957382,300,300,100,1), + (3457,1622,0,-685,-484,35.75,2.025,0,0,0.848159,0.529742,300,300,100,1), + (3458,1622,1,-3150,-1944,99.584,1.187,0,0,0.559266,0.828988,300,300,100,1), + (3459,1622,0,-5318,-3896,343.824,1.442,0,0,0.660136,0.751146,300,300,100,1), + (3460,1622,1,55.901,-694,-18,1.422,0,0,0.652592,0.75771,300,300,100,1), + (3461,1622,1,67.943,-789,-14,4.799,0,0,0.675832,-0.737056,300,300,100,1), + (3462,1622,1,1300.03,828.361,203.158,1.92,0,0,0.819192,0.57352,300,300,100,1), + (3463,1622,0,-2561,-1787,12.918,6.18,0,0,0.0515699,-0.998669,300,300,100,1), + (3464,1622,1,-4145,-2218,50.183,5.812,0,0,0.233419,-0.972376,300,300,100,1), + (3465,1622,1,-4147,-2228,50.289,2.843,0,0,0.988876,0.148742,300,300,100,1), + (3466,1622,0,-10966,-921,69.447,0.175,0,0,0.0873884,0.996174,300,300,100,1), + (3467,1622,0,-10986,207.004,27.79,6.282,0,0,0.000592621,-1,300,300,100,1), + (3468,1622,0,-10962,207.632,28.177,0.038,0,0,0.0189989,0.99982,300,300,100,1), + (3469,1622,1,-2198,-3692,91.337,0,0,0,0,1,300,300,100,1), + (3470,1622,0,-1670,-1916,80.778,1.169,0,0,0.551782,0.833988,300,300,100,1), + (3471,1622,0,-10681,-139,30.698,2.759,0,0,0.981759,0.190132,300,300,100,1), + (3472,1622,0,-10690,-109,36.493,1.864,0,0,0.802814,0.59623,300,300,100,1), + (3473,1622,0,-9667,-2143,62.446,0.05,0,0,0.0249974,0.999687,300,300,100,1), + (3474,1622,0,-9657,-2112,60.337,1.263,0,0,0.590356,0.807143,300,300,100,1), + (3475,1622,0,-9512,-2041,85.323,0.631,0,0,0.310292,0.950641,300,300,100,1), + (3476,1622,0,-81,837.238,60.714,0.71,0,0,0.34759,0.937647,300,300,100,1), + (3477,1622,0,-37,766.354,64.49,0.863,0,0,0.418234,0.908339,300,300,100,1), + (3478,1622,1,-2055,-3203,96.4856,1.43,0,0,0.655617,0.755093,300,300,100,1), + (3479,1622,1,4596.51,575.173,1.236,2.635,0,0,0.968092,0.250596,300,300,100,1), + (3480,1622,0,-241.761,1474.43,54.0086,3.03684,0,0,0.998629,0.0523524,300,300,255,1), + (3481,1622,0,-3986,-3136,13.075,5.014,0,0,0.59285,-0.805313,300,300,100,1), + (3482,1622,0,-11337.2,1661.73,69.8576,4.35,0,0,0.822955,-0.568107,300,300,100,1), + (3483,1622,0,-2576,-2352,86.601,0.093,0,0,0.0464832,0.998919,300,300,100,1), + (3484,1622,0,-2628,-2373,91.786,0.223,0,0,0.111269,0.99379,300,300,100,1), + (3485,1622,0,-3558,-2447,54.2979,3.038,0,0,0.998659,0.0517731,300,300,100,1), + (3486,1622,1,-6633,-4029,-39.7215,2.468,0,0,0.943818,0.330465,300,300,100,1), + (3487,1622,0,-4335,-2644,98.988,2.229,0,0,0.897691,0.440626,300,300,100,1), + (3488,1622,0,-11001,278.67,27.333,5.064,0,0,0.572533,-0.819881,300,300,100,1), + (3489,1622,0,-4334,-2858,50.933,3.199,0,0,0.999588,-0.0286997,300,300,100,1), + (3490,1622,0,-4149,-2848,18.906,3.616,0,0,0.971999,-0.234985,300,300,100,1), + (3491,1622,1,738.116,1574.05,-23,5.566,0,0,0.350957,-0.936392,300,300,100,1), + (3492,1622,1,2831.35,-2966,165.781,0.589,0,0,0.290261,0.956947,300,300,100,1), + (3493,1622,0,-10424,996.851,34.5249,6.133,0,0,0.0750222,-0.997182,300,300,100,1), + (3494,1622,1,-3057,-1686,98.321,1.693,0,0,0.748966,0.662609,300,300,100,1), + (3495,1622,1,-3122,-1814,94.08,4.465,0,0,0.788947,-0.614462,300,300,100,1), + (3496,1622,1,-3145,-1807,94.681,5.262,0,0,0.488694,-0.872455,300,300,100,1), + (3497,1622,1,-3248,-1803,93.073,3.197,0,0,0.999616,-0.0277001,300,300,100,1), + (3498,1622,1,-3111,-1733,92.582,4.029,0,0,0.903168,-0.429287,300,300,100,1), + (3499,1622,0,-5302,-4170,335.619,4.827,0,0,0.665447,-0.746445,300,300,100,1), + (3500,1622,0,-11010,305.548,29.475,6.254,0,0,0.014592,-0.999894,300,300,100,1), + (3501,1622,1,-316.912,1806.01,133.114,5.616,0,0,0.32744,-0.944872,300,300,100,1), + (3502,1622,0,-3853,-2393,26.568,1.318,0,0,0.612327,0.790605,300,300,100,1), + (3503,1622,0,-3879,-2390,26.334,2.277,0,0,0.908006,0.418957,300,300,100,1), + (3504,1622,0,-1068,-1044,48.157,5.116,0,0,0.551025,-0.834488,300,300,100,1), + (3505,1622,1,-3047.77,-1973.38,99.2705,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (3506,1622,0,-11052,1468.05,43.202,0.524,0,0,0.259013,0.965874,300,300,100,1), + (3507,1622,1,-6355,-3365,-58,0.866,0,0,0.419596,0.907711,300,300,100,1), + (3508,1622,1,1833.41,-2641,95.743,3.9,0,0,0.92896,-0.370181,300,300,100,1), + (3509,1622,1,154.18,272.041,103.971,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (3510,1622,0,-9984,1327.06,42.898,0.607,0,0,0.298862,0.954296,300,300,100,1), + (3511,1622,1,2479.17,-1666,138.583,2.84,0,0,0.988652,0.150226,300,300,100,1), + (3512,1622,1,2377.75,1410.69,274.35,2.974,0,0,0.996491,0.0836983,300,300,100,1), + (3513,1622,0,-11003,-927,66.281,0.132,0,0,0.0659521,0.997823,300,300,100,1), + (3514,1622,0,-11062,-960,64.971,1.157,0,0,0.546769,0.837284,300,300,100,1), + (3515,1622,1,2726.56,212.083,77.6215,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (3516,1622,0,-3966,-933,24.511,5.179,0,0,0.52447,-0.851429,300,300,100,1), + (3517,1622,0,-5035,-3999,306.466,2.321,0,0,0.917003,0.398881,300,300,100,1), + (3518,1622,0,-4003,-3160,25.976,1.185,0,0,0.558437,0.829547,300,300,100,1), + (3519,1622,1,-4845,-1086,-51,5.795,0,0,0.241676,-0.970357,300,300,100,1), + (3520,1622,1,-4851,-1086,-53,5.842,0,0,0.218808,-0.975768,300,300,100,1), + (3521,1622,1,-4699,-1448,-50,1.353,0,0,0.626068,0.779769,300,300,100,1), + (3522,1622,0,-739,-112,47.113,5.198,0,0,0.516358,-0.856373,300,300,100,1), + (3523,1622,1,2818.36,-2901,168.474,1.771,0,0,0.774232,0.632902,300,300,100,1), + (3524,1622,1,-4111,-2219,51.577,6.173,0,0,0.0550649,-0.998483,300,300,100,1), + (3525,1622,0,-3944,-937,26.586,5.194,0,0,0.51807,-0.855338,300,300,100,1), + (3526,1622,0,-5150,-3969,328.339,5.671,0,0,0.301335,-0.953518,300,300,100,1), + (3527,1622,1,2239.26,-1610,86.79,0.935,0,0,0.450656,0.892698,300,300,100,1), + (3528,1622,1,1895.57,-1530,73.628,1.74,0,0,0.764329,0.644827,300,300,100,1), + (3529,1622,1,1938.42,-1516,73.312,3.527,0,0,0.98149,-0.191513,300,300,100,1), + (3530,1622,1,1899.04,-1701,54.479,1.493,0,0,0.679074,0.73407,300,300,100,1), + (3531,1622,0,-2587,-2381,80.642,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3532,1622,1,66.459,-711,-18,0.786,0,0,0.382961,0.923764,300,300,100,1), + (3533,1622,1,2304.38,-1533,95.744,0.295,0,0,0.146966,0.989142,300,300,100,1), + (3534,1622,1,2280.71,-1397,85.336,0.688,0,0,0.337255,0.941413,300,300,100,1), + (3535,1622,1,2236.68,-1563,87.338,1.595,0,0,0.715612,0.698498,300,300,100,1), + (3536,1622,1,531.04,393.078,78.7715,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (3537,1622,0,-11125,-883,61.532,3.109,0,0,0.999867,0.0162956,300,300,100,1), + (3538,1622,1,-2087,-3654,68.425,2.548,0,0,0.956278,0.292458,300,300,100,1), + (3539,1622,1,-5183,-2420,-46,2.021,0,0,0.847098,0.531437,300,300,100,1), + (3540,1622,1,-5056,-2219,-55,5.586,0,0,0.341575,-0.939854,300,300,100,1), + (3541,1622,0,-9201,-1978,111.523,2.884,0,0,0.991717,0.12844,300,300,100,1), + (3542,1622,0,-9603,-2335,62.808,1.302,0,0,0.605982,0.795478,300,300,100,1), + (3543,1622,0,-9557,-2327,64.333,0.026,0,0,0.0129996,0.999915,300,300,100,1), + (3544,1622,0,-9542,-2375,77.244,4.511,0,0,0.774606,-0.632444,300,300,100,1), + (3545,1622,0,777.731,-382,144,1.625,0,0,0.726009,0.687686,300,300,100,1), + (3546,1622,1,-4235,-890,-51,1.137,0,0,0.538369,0.842709,300,300,100,1), + (3547,1622,0,-78,831.945,60.863,0.71,0,0,0.34759,0.937647,300,300,100,1), + (3548,1622,0,-78,847.193,62.229,5.509,0,0,0.377498,-0.92601,300,300,100,1), + (3549,1622,1,409.112,-2096,144.006,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3550,1622,0,-950,-328,51.666,6.05,0,0,0.116329,-0.993211,300,300,100,1), + (3551,1622,0,-934,-364,40.43,2.025,0,0,0.848159,0.529742,300,300,100,1), + (3553,1622,0,-299,-249,79.221,6.282,0,0,0.000592621,-1,300,300,100,1), + (3554,1622,1,2947.93,-2724,217.033,5.046,0,0,0.579889,-0.814695,300,300,100,1), + (3555,1622,0,-1644,-1748,67.824,5.163,0,0,0.531265,-0.847206,300,300,100,1), + (3556,1622,1,-5569.09,-2710.54,-46.951,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (3557,1622,0,-9107,-3300,102.786,2.019,0,0,0.846566,0.532284,300,300,100,1), + (3558,1622,1,-4194,-1869,95.418,1.873,0,0,0.805489,0.592611,300,300,100,1), + (3559,1622,0,-770,-109,33.463,0.195,0,0,0.0973456,0.995251,300,300,100,1), + (3560,1622,0,-738,-129,36.785,1.483,0,0,0.675395,0.737456,300,300,100,1), + (3561,1622,0,-924,-154,53.944,0.241,0,0,0.120209,0.992749,300,300,100,1), + (3562,1622,1,2419.39,-165,100.727,0.153,0,0,0.0764254,0.997075,300,300,100,1), + (3563,1622,0,-2750,-1846,11.264,3.038,0,0,0.998659,0.0517731,300,300,100,1), + (3564,1622,0,695.44,-919,166.044,3.875,0,0,0.933514,-0.35854,300,300,100,1), + (3565,1622,1,1249.46,1499.72,80.662,2.192,0,0,0.889386,0.457157,300,300,100,1), + (3566,1622,1,-61,689.906,103.785,5.989,0,0,0.146563,-0.989201,300,300,100,1), + (3567,1622,0,-10929,-40,22.284,0.034,0,0,0.0169992,0.999856,300,300,100,1), + (3568,1622,0,-202,-1218,119.256,1.68,0,0,0.744643,0.667463,300,300,100,1), + (3569,1622,0,-273,-1279,82.043,1.067,0,0,0.50855,0.861032,300,300,100,1), + (3570,1622,0,-226,-1211,120.104,2.972,0,0,0.996407,0.0846948,300,300,100,1), + (3571,1622,0,-828.508,-804.159,30.5714,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (3572,1622,0,-10573,-106,48.055,5.371,0,0,0.440444,-0.89778,300,300,100,1), + (3573,1622,1,-6029,-4312,-58,3.533,0,0,0.980911,-0.194457,300,300,100,1), + (3574,1622,1,824.224,-3276,209.045,1.359,0,0,0.628404,0.777887,300,300,100,1), + (3575,1622,1,743.035,-3173,210.196,2.231,0,0,0.898131,0.439728,300,300,100,1), + (3576,1622,1,2597.24,-293,107.041,0,0,0,0,1,300,300,100,1), + (3577,1622,1,-354,839.245,92.345,5.451,0,0,0.404189,-0.914675,300,300,100,1), + (3578,1622,1,7627.94,-946,29.14,4.771,0,0,0.686084,-0.727522,300,300,100,1), + (3579,1622,1,-798,-2239,95.266,6.275,0,0,0.00409259,-0.999992,300,300,100,1), + (3580,1622,1,2293.16,1425.8,270.569,3.743,0,0,0.955128,-0.296192,300,300,100,1), + (3581,1622,0,-3876,-2630,46.309,1.051,0,0,0.501646,0.865073,300,300,100,1), + (3582,1622,0,-4292,-2978,14.814,3.4,0,0,0.991665,-0.128845,300,300,100,1), + (3583,1622,0,-770.418,188.185,60.4781,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (3584,1622,0,-10733,1647.5,45.103,1.844,0,0,0.796812,0.604228,300,300,100,1), + (3585,1622,1,-5057,-2351,-53,5.08,0,0,0.565956,-0.824435,300,300,100,1), + (3587,1622,1,-5140,-2035,-47,0.564,0,0,0.278277,0.960501,300,300,100,1), + (3588,1622,1,-848,1924.78,67.1407,0.719,0,0,0.351806,0.936073,300,300,100,1), + (3589,1622,0,-237,1508.14,75.385,2.78,0,0,0.983701,0.179813,300,300,100,1), + (3590,1622,0,-242,1504.87,78.099,3.825,0,0,0.942185,-0.335093,300,300,100,1), + (3591,1622,1,-3033,-1900,95.906,1.414,0,0,0.649556,0.760314,300,300,100,1), + (3592,1622,0,-9496,-2840,71.418,2.451,0,0,0.940975,0.338476,300,300,100,1), + (3593,1622,0,-10024,1458.28,42.059,1.09,0,0,0.518418,0.855127,300,300,100,1), + (3594,1622,0,-9314,-2924,128.558,4.544,0,0,0.764066,-0.645138,300,300,100,1), + (3595,1622,1,1203.7,-3423,107.254,6.134,0,0,0.0745236,-0.997219,300,300,100,1), + (3596,1622,1,3956.29,581.321,20.324,2.937,0,0,0.994772,0.102118,300,300,100,1), + (3597,1622,1,4018.17,565.513,28.261,6.118,0,0,0.0824988,-0.996591,300,300,100,1), + (3598,1622,0,-10043.7,1089.09,39.466,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (3599,1622,1,-400.005,1899.36,123.341,3.331,0,0,0.995519,-0.0945622,300,300,100,1), + (3600,1622,0,-10766,-1380,39.1929,4.122,0,0,0.882237,-0.470806,300,300,100,1), + (3601,1622,0,-5638,-4276,405.917,3.37,0,0,0.993486,-0.113956,300,300,100,1), + (3602,1622,0,-267,1450.69,51.413,2.368,0,0,0.926122,0.377223,300,300,100,1), + (3603,1622,1,-5642,-4240,-59,5.151,0,0,0.536338,-0.844003,300,300,100,1), + (3604,1622,0,-4899,-4012,303.256,5.435,0,0,0.411494,-0.911412,300,300,100,1), + (3605,1622,0,-5168,-3917,332.307,1.811,0,0,0.786734,0.617292,300,300,100,1), + (3606,1622,1,178.349,-878,5.65,1.504,0,0,0.683101,0.730324,300,300,100,1), + (3607,1622,0,418.481,212.071,42.363,3.918,0,0,0.925591,-0.378526,300,300,100,1), + (3608,1622,0,422.569,242.351,43.781,1.279,0,0,0.596794,0.802394,300,300,100,1), + (3609,1622,0,669.216,-982,164.844,3.537,0,0,0.98052,-0.196418,300,300,100,1), + (3610,1622,0,701.369,-923,164.289,3.875,0,0,0.933514,-0.35854,300,300,100,1), + (3611,1622,0,-269,1475.09,44.506,0.047,0,0,0.0234978,0.999724,300,300,100,1), + (3612,1622,0,-221,1489.41,72.222,3.514,0,0,0.982714,-0.18513,300,300,100,1), + (3613,1622,1,2311.08,-713,128.275,1.151,0,0,0.544254,0.83892,300,300,100,1), + (3614,1622,1,3333.21,-492.065,154.218,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (3615,1622,1,2363.74,-158,98.239,3.369,0,0,0.993543,-0.113459,300,300,100,1), + (3616,1622,1,-4971.19,-1936.63,-37.8026,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (3617,1622,1,2643.65,-2110,201.677,3.641,0,0,0.968986,-0.247117,300,300,100,1), + (3618,1622,1,2545.1,-2192,197.621,3.935,0,0,0.92234,-0.38638,300,300,100,1), + (3619,1622,1,2477.1,-2139,202.718,2.875,0,0,0.991129,0.132902,300,300,100,1), + (3620,1622,0,-11127,8.375,56.282,3.47,0,0,0.986549,-0.163467,300,300,100,1), + (3621,1622,1,-1574,-3314,213.036,2.078,0,0,0.861898,0.507082,300,300,100,1), + (3622,1622,1,-154,696.408,99.785,0.377,0,0,0.187386,0.982286,300,300,100,1), + (3623,1622,1,-4522,-1093,-44,2.272,0,0,0.906956,0.421226,300,300,100,1), + (3624,1622,0,-10625,1034.28,34.4239,5.537,0,0,0.364497,-0.931205,300,300,100,1), + (3625,1622,0,-2853,-1470,10.44,3.626,0,0,0.970812,-0.239843,300,300,100,1), + (3626,1622,0,-11293,1462.73,89.143,3.655,0,0,0.967232,-0.253894,300,300,100,1), + (3627,1622,0,108.5,1477.91,120.092,3.188,0,0,0.999731,-0.0232016,300,300,100,1), + (3628,1622,0,60.776,1423.28,85.986,6.051,0,0,0.115832,-0.993269,300,300,100,1), + (3629,1622,0,-766,-2005,34.33,0.307,0,0,0.152898,0.988242,300,300,100,1), + (3630,1622,1,1226.81,-393,12.203,4.452,0,0,0.792924,-0.609321,300,300,100,1), + (3631,1622,1,1258.36,-605,22.934,4.994,0,0,0.600873,-0.799345,300,300,100,1), + (3632,1622,0,-10922,-920,71.008,2.288,0,0,0.910297,0.413957,300,300,100,1), + (3633,1622,0,-9217,-2688,88.805,1.885,0,0,0.80903,0.587767,300,300,100,1), + (3634,1622,1,1455.72,683.786,146.14,0.42,0,0,0.20846,0.978031,300,300,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) +VALUES + (3635,1622,0,112.468,743.652,59.654,0.266,0,0,0.132608,0.991169,300,300,100,1), + (3636,1622,0,-10516,1599.46,43.7435,1.372,0,0,0.633447,0.773786,300,300,100,1), + (3637,1622,0,-10613,-1523,90.899,0.215,0,0,0.107293,0.994227,300,300,100,1), + (3638,1622,1,-4236.6,-882.674,-51.1738,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (3639,1622,0,-3729,-913,9.95,5,0,0,0.598472,-0.801144,300,300,100,1), + (3640,1622,1,3687.24,889.949,1.544,1.583,0,0,0.711408,0.702779,300,300,100,1), + (3641,1622,1,3732.95,939.125,0.239,5.851,0,0,0.214415,-0.976743,300,300,100,1), + (3642,1622,1,3625.51,934.443,0.259,6.079,0,0,0.101915,-0.994793,300,300,100,1), + (3643,1622,1,3457.25,811.304,15.878,4.324,0,0,0.83027,-0.557361,300,300,100,1), + (3644,1622,1,3656.03,932.682,6.13,0.094,0,0,0.0469827,0.998896,300,300,100,1), + (3645,1622,0,-10677,1492.31,47.2441,1.256,0,0,0.587528,0.809204,300,300,100,1), + (3646,1622,0,-9620,-3113,54.32,5.933,0,0,0.174199,-0.98471,300,300,100,1), + (3647,1622,1,-6054,-3512,-56,0.788,0,0,0.383885,0.923381,300,300,100,1), + (3648,1622,1,-6499,-3467,-59,0.192,0,0,0.0958526,0.995396,300,300,100,1), + (3649,1622,0,-324,-251,69.372,5.842,0,0,0.218808,-0.975768,300,300,100,1), + (3650,1622,0,-302,-254,80.133,6.282,0,0,0.000592621,-1,300,300,100,1), + (3651,1622,0,-189,-1408,113.519,5.579,0,0,0.344863,-0.938653,300,300,100,1), + (3652,1622,0,-192,-1467,117.117,5.889,0,0,0.195819,-0.98064,300,300,100,1), + (3653,1622,1,1546.08,-2924,183.847,4.646,0,0,0.730185,-0.683249,300,300,100,1), + (3654,1622,0,-9051,-3291,103.52,6.252,0,0,0.0155921,-0.999878,300,300,100,1), + (3655,1622,1,1684.58,-3371,143.967,0.346,0,0,0.172138,0.985073,300,300,100,1), + (3656,1622,1,1627.87,-3377,143.041,3.256,0,0,0.998364,-0.0571725,300,300,100,1), + (3657,1622,0,-213,933.211,68.423,0.593,0,0,0.292175,0.956365,300,300,100,1), + (3658,1622,0,-3954,-936,29.708,5.159,0,0,0.532958,-0.846142,300,300,100,1), + (3659,1622,1,2271.94,1409.28,278.965,5.84,0,0,0.219784,-0.975549,300,300,100,1), + (3660,1622,0,-3826,-1309,29.601,2.511,0,0,0.950705,0.310098,300,300,100,1), + (3661,1622,0,-1581,-1741,67.175,0.808,0,0,0.393099,0.919496,300,300,100,1), + (3662,1622,1,-690,-2102,65.514,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3663,1622,0,-9938,1495.83,65.25,6.136,0,0,0.0735262,-0.997293,300,300,100,1), + (3664,1622,0,-10305,1619.77,44.632,2.272,0,0,0.906956,0.421226,300,300,100,1), + (3665,1622,1,-1136,2726.5,115.699,6.022,0,0,0.130222,-0.991485,300,300,100,1), + (3666,1622,1,-5530,-1919,-59,0.238,0,0,0.118719,0.992928,300,300,100,1), + (3667,1622,1,365.608,-2267,221.623,2.753,0,0,0.981184,0.193076,300,300,100,1), + (3668,1622,0,103.012,769.51,70.674,1.24,0,0,0.581035,0.813878,300,300,100,1), + (3669,1622,0,70.458,722.206,63.32,4.739,0,0,0.697636,-0.716452,300,300,100,1), + (3670,1622,0,72.386,767.868,63.664,3.47,0,0,0.986549,-0.163467,300,300,100,1), + (3671,1622,0,78.99,437.489,41.908,0.454,0,0,0.225056,0.974346,300,300,100,1), + (3672,1622,1,-5775,-3363,-40,0.658,0,0,0.323097,0.946366,300,300,100,1), + (3673,1622,1,-5873,-3404,-48,3.486,0,0,0.98521,-0.171354,300,300,100,1), + (3674,1622,0,-3965,-901,7.376,5.52,0,0,0.372399,-0.928073,300,300,100,1), + (3675,1622,1,6.39,-707,-19,6.205,0,0,0.0390827,-0.999236,300,300,100,1), + (3676,1622,0,560.215,-333,151.4,1.57,0,0,0.706825,0.707388,300,300,100,1), + (3677,1622,1,-4232,-892,-51,1.074,0,0,0.511561,0.859247,300,300,100,1), + (3678,1622,0,-10361,-1019,45.57,3.407,0,0,0.991208,-0.132315,300,300,100,1), + (3679,1622,1,1033.37,-334,-4,2.343,0,0,0.921335,0.38877,300,300,100,1), + (3680,1622,0,-8796,-2602,138.762,3.072,0,0,0.999395,0.0347893,300,300,100,1), + (3681,1622,0,-8833,-2584,135.719,4.792,0,0,0.678407,-0.734686,300,300,100,1), + (3682,1622,0,-45,770.698,63.105,0.863,0,0,0.418234,0.908339,300,300,100,1), + (3683,1622,1,2316.09,-1870,70.713,0.605,0,0,0.297908,0.954595,300,300,100,1), + (3684,1622,0,241.667,1506.43,138.851,2.768,0,0,0.982604,0.185712,300,300,100,1), + (3685,1622,0,385.478,1446.54,134.776,5.918,0,0,0.18158,-0.983376,300,300,100,1), + (3686,1622,0,135.188,1506.19,114.417,3.66,0,0,0.966594,-0.256311,300,300,100,1), + (3687,1622,0,-9463,-3349,6.598,5.045,0,0,0.580296,-0.814405,300,300,100,1), + (3688,1622,1,738.879,1765.66,-18,2.974,0,0,0.996491,0.0836983,300,300,100,1), + (3689,1622,0,-2606,-2371,80.476,0,0,0,0,1,300,300,100,1), + (3690,1622,1,23.658,-718,-21,3.566,0,0,0.977569,-0.210615,300,300,100,1), + (3691,1622,0,-9566,-2525,70.908,4.68,0,0,0.718465,-0.695563,300,300,100,1), + (3692,1622,1,-3833,-1543,103.537,6.122,0,0,0.0805053,-0.996754,300,300,100,1), + (3693,1622,1,-3966,-1667,92.34,3.256,0,0,0.998364,-0.0571725,300,300,100,1), + (3694,1622,1,-3842,-1808,91.667,6.166,0,0,0.0585592,-0.998284,300,300,100,1), + (3695,1622,1,-15,-320,-6,1.408,0,0,0.647272,0.762259,300,300,100,1), + (3696,1622,1,140.764,-882,4.992,3.318,0,0,0.996113,-0.0880894,300,300,100,1), + (3697,1622,1,-4399.95,-1006.17,-53.1422,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (3698,1622,0,-9070,-2028,134.3,0.544,0,0,0.268658,0.963235,300,300,100,1), + (3699,1622,0,-1638,-1946,68.806,5.19,0,0,0.519779,-0.854301,300,300,100,1), + (3700,1622,1,127.515,-810,-7,3.311,0,0,0.996415,-0.0846025,300,300,100,1), + (3701,1622,1,151.238,-836,-2,0.978,0,0,0.469743,0.882803,300,300,100,1), + (3702,1622,1,3030.35,603.606,8.55,1.987,0,0,0.837941,0.54576,300,300,100,1), + (3703,1622,1,-2347,-2219,92.143,0.89,0,0,0.430458,0.902611,300,300,100,1), + (3704,1622,1,2302.93,-1491.48,97.8416,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (3705,1622,1,2206.04,-1636.15,92.0891,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (3706,1622,0,-9957,1430.42,61.263,2.269,0,0,0.906323,0.422586,300,300,100,1), + (3707,1622,1,-829,1870.35,72.0186,1.665,0,0,0.739616,0.673029,300,300,100,1), + (3708,1622,1,-3327.7,-1823.19,101.588,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (3709,1622,0,131.193,-987,73.739,4.684,0,0,0.717072,-0.696999,300,300,100,1), + (3710,1622,0,-2783,-1840,11.257,5.858,0,0,0.210995,-0.977487,300,300,100,1), + (3711,1622,0,-9361,-3027,136.687,3.872,0,0,0.934051,-0.35714,300,300,100,1), + (3712,1622,0,-5353,-3870,335.143,5.761,0,0,0.258136,-0.966109,300,300,100,1), + (3713,1622,0,-5364,-3914,347.462,0.668,0,0,0.327825,0.944739,300,300,100,1), + (3714,1622,1,1371.45,-299,3.965,1.695,0,0,0.749628,0.661859,300,300,100,1), + (3715,1622,0,-9499.42,-3054.76,110.48,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (3716,1622,1,2683.32,1487.66,234.323,3.296,0,0,0.997021,-0.077127,300,300,100,1), + (3717,1622,1,-470,1780.22,128.146,0.15,0,0,0.0749297,0.997189,300,300,100,1), + (3718,1622,1,-69,1058.28,92.335,6.099,0,0,0.0919625,-0.995762,300,300,100,1), + (3719,1622,1,685.653,1385.14,10.5846,3.484,0,0,0.98538,-0.170369,300,300,100,1), + (3720,1622,1,-47,924.797,93.437,2.49,0,0,0.947396,0.320063,300,300,100,1), + (3721,1622,0,-9942,1495.81,63.798,6.136,0,0,0.0735262,-0.997293,300,300,100,1), + (3722,1622,0,-9992,1472.13,41.996,0.402,0,0,0.199649,0.979867,300,300,100,1), + (3723,1622,0,-10131,1252.27,34.346,3.595,0,0,0.974413,-0.224767,300,300,100,1), + (3724,1622,0,-10910,-104,25.494,5.402,0,0,0.426476,-0.904499,300,300,100,1), + (3725,1622,0,-4831,-3874,303.709,1.457,0,0,0.665751,0.746174,300,300,100,1), + (3726,1622,0,-4941,-3751,319.239,4.528,0,0,0.769203,-0.639005,300,300,100,1), + (3727,1622,0,-4862,-3942,305.206,6.236,0,0,0.0235904,-0.999722,300,300,100,1), + (3728,1622,0,-4864,-3923,304.209,1.661,0,0,0.738269,0.674507,300,300,100,1), + (3729,1622,0,-5660,-4297,406.502,0.699,0,0,0.342428,0.939544,300,300,100,1), + (3730,1622,0,-4969,-3881,309.845,1.119,0,0,0.530762,0.847521,300,300,100,1), + (3731,1622,1,-20,-285,-2,1.487,0,0,0.676868,0.736104,300,300,100,1), + (3732,1622,1,-81,-240,7.181,3.164,0,0,0.999937,-0.0112035,300,300,100,1), + (3733,1622,0,-5035,-3895,313.427,5.447,0,0,0.406018,-0.913865,300,300,100,1), + (3734,1622,1,382.404,-2286,214.775,3.672,0,0,0.965039,-0.262106,300,300,100,1), + (3735,1622,1,482.836,-2090,140.731,0.947,0,0,0.456004,0.889978,300,300,100,1), + (3736,1622,1,-3227,-2260,103.83,0,0,0,0,1,300,300,100,1), + (3737,1622,1,871.099,167.415,29.616,1.342,0,0,0.621769,0.7832,300,300,100,1), + (3738,1622,1,-5820,-3398,-49,0.559,0,0,0.275875,0.961194,300,300,100,1), + (3739,1622,1,-1965,-3601,22,0,0,0,0,1,300,300,100,1), + (3740,1622,0,-3458,-1774,16.241,1.728,0,0,0.760446,0.649401,300,300,100,1), + (3741,1622,1,1593.49,-3325,143.963,2.671,0,0,0.972445,0.233131,300,300,100,1), + (3742,1622,0,-8948,-2639,132.696,5.483,0,0,0.389504,-0.921025,300,300,100,1), + (3743,1622,0,-8834,-2467,133.014,1.203,0,0,0.56588,0.824488,300,300,100,1), + (3744,1622,0,232.238,-1132.69,88.8365,2.49582,0,0,0.948324,0.317305,300,300,255,1), + (3745,1622,1,761.098,1443.05,-17,5.2,0,0,0.515501,-0.856889,300,300,100,1), + (3746,1622,1,2298.09,-2836,138.998,2.745,0,0,0.980404,0.196999,300,300,100,1), + (3747,1622,1,-164,-562,-4,2.987,0,0,0.997014,0.0772194,300,300,100,1), + (3748,1622,0,-9368,-2996,137.831,0.454,0,0,0.225056,0.974346,300,300,100,1), + (3749,1622,0,-435,-204,56.396,6.176,0,0,0.0535669,-0.998564,300,300,100,1), + (3750,1622,0,358.522,1397.33,132.012,0.803,0,0,0.390799,0.920476,300,300,100,1), + (3751,1622,0,-9466,-2847,72.363,1.858,0,0,0.801022,0.598635,300,300,100,1), + (3752,1622,0,-5548,-4015,378.849,1.567,0,0,0.705763,0.708448,300,300,100,1), + (3753,1622,0,-5700,-4232,388.675,3.503,0,0,0.983717,-0.179722,300,300,100,1), + (3754,1622,0,-5465,-4107,369.884,6.095,0,0,0.093954,-0.995577,300,300,100,1), + (3755,1622,0,-11018.6,-1340.22,52.0549,5.94,0,0,0.170752,-0.985314,300,300,100,1), + (3756,1622,0,-3786,-1352,29.796,3.708,0,0,0.960165,-0.279433,300,300,100,1), + (3757,1622,0,-9600.72,-2536.57,61.3528,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (3758,1622,0,-5900,-4188,404.645,3.217,0,0,0.999289,-0.0376947,300,300,100,1), + (3759,1622,0,-5510,-4136,376.081,0.499,0,0,0.246919,0.969036,300,300,100,1), + (3760,1622,0,-8858,-2494,132.828,1.474,0,0,0.672069,0.740488,300,300,100,1), + (3761,1622,0,-10367,-738,73.546,2.28,0,0,0.908633,0.417595,300,300,100,1), + (3762,171680,0,-4712.93,-873.646,501.958,-1.09956,0,0,-0.522499,0.85264,900,900,100,1), + (3763,1622,0,-949,-1131,52.147,3.058,0,0,0.999127,0.0417841,300,300,100,1), + (3764,1622,0,-2650,-2379,90.689,2.909,0,0,0.993245,0.116034,300,300,100,1), + (3765,1622,0,-11082,1815.47,37.459,2.319,0,0,0.916603,0.399798,300,300,100,1), + (3766,1622,0,-3724,-929,7.031,5,0,0,0.598472,-0.801144,300,300,100,1), + (3767,1622,0,-10944,1556.14,45.135,0.474,0,0,0.234788,0.972047,300,300,100,1), + (3768,1622,1,-5431,-3270,-35,3.662,0,0,0.966338,-0.257277,300,300,100,1), + (3769,1622,0,-11006,209.065,26.792,6.176,0,0,0.0535669,-0.998564,300,300,100,1), + (3770,1622,0,-602,533.042,84.757,3.18,0,0,0.999816,-0.0192025,300,300,100,1), + (3771,1622,1,-1730,1997.13,63.123,2.955,0,0,0.995651,0.0931611,300,300,100,1), + (3772,1622,1,-1686,1985.56,60.204,3.772,0,0,0.950733,-0.31001,300,300,100,1), + (3773,1622,1,-1397,1475.01,61.424,1.724,0,0,0.759146,0.650921,300,300,100,1), + (3774,1622,0,-10009,1504.53,42.663,0.781,0,0,0.380651,0.924719,300,300,100,1), + (3775,1622,0,-10605,-1523,89.746,0.215,0,0,0.107293,0.994227,300,300,100,1), + (3776,1622,0,-10012,1060.99,38.445,5.272,0,0,0.484326,-0.874888,300,300,100,1), + (3777,1622,0,-10765.3,-1252.41,31.1958,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (3778,1622,1,2691.73,-2914,150.752,3.389,0,0,0.992358,-0.123388,300,300,100,1), + (3779,1622,1,2691.5,-2952,142.466,4.681,0,0,0.718117,-0.695923,300,300,100,1), + (3780,1622,1,6750.15,-99,29.428,3.625,0,0,0.970932,-0.239357,300,300,100,1), + (3781,1622,1,6728.67,-7,43.072,4.642,0,0,0.73155,-0.681788,300,300,100,1), + (3782,1622,1,6792.54,-61,30.549,3.57,0,0,0.977146,-0.212569,300,300,100,1), + (3783,1622,1,6714.93,-47,42.95,4.587,0,0,0.75002,-0.661415,300,300,100,1), + (3784,1622,1,6592.71,33.457,34.797,6.189,0,0,0.0470752,-0.998891,300,300,100,1), + (3785,1622,1,6730.18,29.594,44.444,3.687,0,0,0.963046,-0.269336,300,300,100,1), + (3786,1622,1,-40,-413,-28,1.597,0,0,0.71631,0.697782,300,300,100,1), + (3787,1622,1,-39,-457,-36,0.427,0,0,0.211882,0.977295,300,300,100,1), + (3788,1622,0,-9608.53,-2269.69,85.5731,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (3789,1622,0,-941,-124,33.192,6.011,0,0,0.135673,-0.990754,300,300,100,1), + (3790,1622,1,-1748.82,1969.21,61.7136,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (3791,1622,0,-9857,880.627,30.872,1.514,0,0,0.686744,0.7269,300,300,100,1), + (3792,1622,1,6699.08,-6,43.098,2.723,0,0,0.978177,0.207772,300,300,100,1), + (3793,1622,1,-1968,-3542,42.448,2.949,0,0,0.995367,0.0961476,300,300,100,1), + (3794,1622,0,-10738,1726.34,42.927,1.99,0,0,0.838759,0.544503,300,300,100,1), + (3795,1622,0,-9853.16,1047.78,33.4548,0.488691,0,0,0.241921,0.970296,300,300,255,1), + (3796,1622,0,-9087,-2636,120.426,0.016,0,0,0.00799991,0.999968,300,300,100,1), + (3797,1622,0,-8910.15,-2643.76,136.301,-0.610864,0,0,-0.300705,0.953717,300,300,255,1), + (3798,1622,1,-6168,-3503,-56,1.828,0,0,0.791952,0.610583,300,300,100,1), + (3799,1622,0,-1686,-1782,84.311,3.072,0,0,0.999395,0.0347893,300,300,100,1), + (3800,1622,0,-11165,-876,77.369,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3801,1622,0,-9305,-3309,105.772,0.204,0,0,0.101823,0.994803,300,300,100,1), + (3802,1622,0,-1013,-296,20.149,0.667,0,0,0.327352,0.944902,300,300,100,1), + (3803,1622,0,-663,-346,41.054,6.239,0,0,0.0220909,-0.999756,300,300,100,1), + (3804,1622,0,-9503.31,-2082.8,100.905,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (3805,1622,0,-5323,-4021,335.251,2.624,0,0,0.966699,0.255917,300,300,100,1), + (3806,1622,0,-5283,-3961,336.16,3.185,0,0,0.999765,-0.0217019,300,300,100,1), + (3807,1622,0,-5320,-3929,342.895,3.7,0,0,0.961275,-0.27559,300,300,100,1), + (3808,1622,0,-5388,-3934,348.761,0.48,0,0,0.237703,0.971338,300,300,100,1), + (3809,1622,0,-5375,-4015,346.404,0.711,0,0,0.348059,0.937473,300,300,100,1), + (3810,1622,1,-6006,-4327,-59,3.537,0,0,0.98052,-0.196418,300,300,100,1), + (3811,1622,1,2323.94,1340.06,280.215,3.08,0,0,0.999526,0.0307915,300,300,100,1), + (3812,1622,1,-889,-1946,91.914,3.982,0,0,0.913006,-0.407946,300,300,100,1), + (3813,1622,1,-896,-2075,82.864,2.981,0,0,0.996778,0.0802101,300,300,100,1), + (3814,1622,1,-875,1464.59,64.929,4.728,0,0,0.701566,-0.712605,300,300,100,1), + (3815,1622,1,7610.62,-1025,40.8441,0.114,0,0,0.0569691,0.998376,300,300,100,1), + (3816,1622,1,5588.88,187.624,29.591,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3817,1622,0,-8682,-2298,157.002,2.122,0,0,0.872844,0.487999,300,300,100,1), + (3818,1622,0,-8671,-2307,155.918,0.453,0,0,0.224568,0.974458,300,300,100,1), + (3819,1622,0,-8799,-2436,153.403,1.752,0,0,0.768184,0.640229,300,300,100,1), + (3820,1622,0,-8779,-2391,156.439,1.564,0,0,0.7047,0.709506,300,300,100,1), + (3821,1622,0,-10717,1723.13,42.518,3.447,0,0,0.988363,-0.152111,300,300,100,1), + (3822,1622,0,83.588,1350.77,72.272,6.149,0,0,0.0670422,-0.99775,300,300,100,1), + (3823,1622,0,-261,1527.01,77.154,0.341,0,0,0.169675,0.9855,300,300,100,1), + (3824,1622,1,2624.04,-3613,106.707,3.032,0,0,0.998499,0.0547689,300,300,100,1), + (3825,1622,1,2334.13,-3499,45.972,1.21,0,0,0.568762,0.822502,300,300,100,1), + (3826,1622,1,690.517,1915.46,1.60285,4.717,0,0,0.705475,-0.708735,300,300,100,1), + (3827,1622,1,-1553,-3383,213.675,0.734,0,0,0.358817,0.933408,300,300,100,1), + (3828,1622,1,1848.01,921.195,154.081,0.176,0,0,0.0878865,0.996131,300,300,100,1), + (3829,1622,1,1544.48,1067.83,148.068,0.447,0,0,0.221644,0.975128,300,300,100,1), + (3830,1622,1,-145,-433,2.396,0.478,0,0,0.236731,0.971575,300,300,100,1), + (3831,1622,1,1762.83,863.699,136.58,4.551,0,0,0.761804,-0.647808,300,300,100,1), + (3832,1622,0,-4009.57,-856.26,28.7322,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (3833,1622,0,-456.232,-1387.25,64.7857,4.802,0,0,0.674725,-0.738069,300,300,100,1), + (3834,1622,0,-10986,807.297,35.8889,4.754,0,0,0.692243,-0.721664,300,300,100,1), + (3835,1622,0,-5636,-4280,406.693,3.37,0,0,0.993486,-0.113956,300,300,100,1), + (3836,1622,1,688.81,1854.41,-9.30419,4.733,0,0,0.699782,-0.714356,300,300,100,1), + (3837,1622,1,634.036,1864.63,-11.2117,6.119,0,0,0.0820005,-0.996632,300,300,100,1), + (3838,1622,0,-9986.18,852.699,37.2665,-2.93214,0,0,-0.994521,0.104535,300,300,100,1), + (3839,1622,0,-3037,-2963,33.0661,1.679,0,0,0.744309,0.667835,300,300,100,1), + (3840,1622,0,-9425,-3079,136.693,2.967,0,0,0.996192,0.0871855,300,300,100,1), + (3841,1622,1,5684.71,94.799,32.09,0,0,0,0,1,300,300,100,1), + (3842,1622,0,-11089,-935,64.108,3.718,0,0,0.958756,-0.28423,300,300,100,1), + (3843,1622,0,-10454,1714.34,35.142,5.41,0,0,0.422854,-0.906198,300,300,100,1), + (3844,1622,1,2484.37,1598.84,268.918,4.635,0,0,0.733932,-0.679223,300,300,100,1), + (3845,1622,1,2496.42,1667.85,293.317,4.289,0,0,0.839897,-0.542746,300,300,100,1), + (3846,1622,1,2891.42,-3010,202.019,6.087,0,0,0.0979355,-0.995193,300,300,100,1), + (3847,1622,0,-3378,-2334,59.583,4.075,0,0,0.893056,-0.449945,300,300,100,1), + (3848,1622,0,-9375,-3147,85.328,1.512,0,0,0.686017,0.727586,300,300,100,1), + (3849,1622,0,-9847.73,1028.62,33.1342,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (3850,1622,1,2393.03,-1231,99.7875,6.083,0,0,0.0999255,-0.994995,300,300,100,1), + (3851,1622,1,2392.86,-1182.16,96.0739,3.14159,0,0,1,0.00000126759,300,300,100,1), + (3852,1622,1,-1800,-1694,91.675,0.703,0,0,0.344306,0.938857,300,300,100,1), + (3853,1622,0,463.431,197.16,43.281,0,0,0,0,1,300,300,100,1), + (3854,1622,1,1261.53,-3615,89.724,1.658,0,0,0.737256,0.675613,300,300,100,1), + (3855,1622,1,1867.7,755.337,148.215,2.933,0,0,0.994566,0.104107,300,300,100,1), + (3856,1622,1,1856.29,887.999,159.91,0.341,0,0,0.169675,0.9855,300,300,100,1), + (3857,1622,1,1378.01,1089.16,169.086,3.004,0,0,0.997634,0.0687421,300,300,100,1), + (3858,1622,0,-10424,960.77,38.2225,4.739,0,0,0.697636,-0.716452,300,300,100,1), + (3859,1622,0,-1563,-1629,68.747,5.85,0,0,0.214903,-0.976635,300,300,100,1), + (3860,1622,1,-1386,2558,110.363,4.966,0,0,0.612004,-0.790854,300,300,100,1), + (3861,1622,1,-1345,2572.05,111.555,0.018,0,0,0.00899988,0.99996,300,300,100,1), + (3862,1622,1,-3970,-1629,100.434,2.074,0,0,0.860882,0.508805,300,300,100,1), + (3863,1622,0,-9875,973.888,31.165,0.787,0,0,0.383423,0.923573,300,300,100,1), + (3864,1622,1,571.21,1852.7,-5.38267,3.52,0,0,0.982154,-0.188077,300,300,100,1), + (3865,1622,0,-1038,-191,15.652,1.03,0,0,0.492535,0.870293,300,300,100,1), + (3866,1622,1,7651.09,-1003,38.1672,4.532,0,0,0.767923,-0.640542,300,300,100,1), + (3867,1622,0,-9481,-2031,97.061,5.426,0,0,0.415591,-0.909552,300,300,100,1), + (3868,1622,1,151.625,-609,13.886,6.254,0,0,0.014592,-0.999894,300,300,100,1), + (3869,1622,1,-5444,-3918,-59,5.842,0,0,0.218808,-0.975768,300,300,100,1), + (3870,1622,0,-4994,-4069,303.401,5.333,0,0,0.457421,-0.88925,300,300,100,1), + (3871,1622,0,-5253,-4154,339.979,5.039,0,0,0.582737,-0.812661,300,300,100,1), + (3872,1622,0,-5182,-4125,329.43,5.573,0,0,0.347677,-0.937614,300,300,100,1), + (3873,1622,0,-877,-1987,37.75,3.252,0,0,0.998477,-0.0551757,300,300,100,1), + (3874,1622,1,4530.54,413.994,33.743,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3875,1622,0,-474,-207,52.632,2.222,0,0,0.896143,0.443766,300,300,100,1), + (3876,1622,0,-3376.8,-1552.47,15.5004,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (3877,1622,0,-574.227,-1478.04,52.4409,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (3878,1622,0,-10922,-949,71.018,1.676,0,0,0.743307,0.668951,300,300,100,1), + (3879,1622,0,-69,890.401,65.448,2.752,0,0,0.981087,0.193567,300,300,100,1), + (3880,1622,0,-4181,-3090,8.24563,4.055,0,0,0.897511,-0.440992,300,300,100,1), + (3881,1622,0,-719,-779,32.958,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3882,1622,0,-10415.9,396.176,46.7046,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (3883,1622,0,-10987,858.195,36.162,3.038,0,0,0.998659,0.0517731,300,300,100,1), + (3884,1622,1,-6401,-3442,-78,3.073,0,0,0.999412,0.0342896,300,300,100,1), + (3885,1622,1,-5048,-2276,-50,4.931,0,0,0.62575,-0.780024,300,300,100,1), + (3886,1622,0,-5397,-3997,347.087,1.465,0,0,0.66873,0.743505,300,300,100,1), + (3887,1623,1,739.28,1989.3,44.665,0.5,0,0,0.247404,0.968912,300,300,100,1), + (3888,1623,1,-5476,-3215,-19,4.09,0,0,0.889657,-0.45663,300,300,100,1), + (3889,1623,1,2893.93,831.055,130.238,3.333,0,0,0.995424,-0.0955576,300,300,100,1), + (3890,1623,0,-11461,-358,62.92,1.152,0,0,0.544674,0.838648,300,300,100,1), + (3891,1623,0,-13827,428.947,94.321,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3892,1623,0,-1897,-1690,65.486,3.588,0,0,0.975193,-0.221355,300,300,100,1), + (3893,1623,1,1648.87,1053.38,138.936,6.131,0,0,0.0760192,-0.997106,300,300,100,1), + (3894,1623,1,2095.36,-2128,137.007,3.815,0,0,0.943849,-0.330378,300,300,100,1), + (3895,1623,1,2697.95,-805,148.429,4.334,0,0,0.827473,-0.561505,300,300,100,1), + (3896,1623,0,-3598,-1910,100.26,5.13,0,0,0.545171,-0.838325,300,300,100,1), + (3897,1623,0,-969,-3802,150.964,5.035,0,0,0.584361,-0.811494,300,300,100,1), + (3898,1623,1,-3017,-2237,144.782,0.052,0,0,0.0259971,0.999662,300,300,100,1), + (3899,1623,0,-1244,-2132,80.894,4.796,0,0,0.676937,-0.736041,300,300,100,1), + (3900,1623,1,-4888,-1246,-32,5.099,0,0,0.558099,-0.829775,300,300,100,1), + (3901,1623,0,-934,-2518,61.794,0.088,0,0,0.0439858,0.999032,300,300,100,1), + (3902,1623,1,599.199,1983.93,11.993,2.927,0,0,0.994249,0.107091,300,300,100,1), + (3903,1623,1,590.942,1979.96,18.213,2.941,0,0,0.994975,0.100128,300,300,100,1), + (3904,1623,0,-7321,-3131,324.805,4.785,0,0,0.680975,-0.732307,300,300,100,1), + (3905,1623,0,-923,-2652,105.409,0.317,0,0,0.157837,0.987465,300,300,100,1), + (3906,1623,0,-3074,-3262,99.637,2.67,0,0,0.972329,0.233617,300,300,100,1), + (3907,1623,0,-3084,-3144,100.434,6.224,0,0,0.0295883,-0.999562,300,300,100,1), + (3908,1623,0,-3090,-3148,99.588,0.432,0,0,0.214324,0.976763,300,300,100,1), + (3909,1623,1,1291.34,1352.82,153.687,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (3910,1623,1,1599.41,107.945,22.427,5.323,0,0,0.461861,-0.886952,300,300,100,1), + (3911,1623,1,-4632,-1353,-35,0.91,0,0,0.439462,0.898261,300,300,100,1), + (3912,1623,1,214.266,-431,30.877,3.57,0,0,0.977146,-0.212569,300,300,100,1), + (3913,1623,0,-6541,-3421,290.763,2.994,0,0,0.997278,0.0737294,300,300,100,1), + (3914,1623,1,1705.22,637.66,198.432,4.827,0,0,0.665447,-0.746445,300,300,100,1), + (3915,1623,0,-12224,-29,20.003,-1,0,0,-0.479426,0.877583,300,300,100,1), + (3916,1623,0,-3496,-2266,81.16,5.997,0,0,0.142605,-0.98978,300,300,100,1), + (3917,1623,0,-2928,-3116,96.421,5.601,0,0,0.334517,-0.94239,300,300,100,1), + (3918,1623,0,-758,-2308,69.588,5.272,0,0,0.484326,-0.874888,300,300,100,1), + (3919,1623,1,-5360,-2752,-31,4.894,0,0,0.640073,-0.768315,300,300,100,1), + (3920,1623,0,-587,-2037,88.578,4.984,0,0,0.604862,-0.79633,300,300,100,1), + (3921,1623,1,-4471.07,-1945,118.288,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (3922,1623,1,1306.74,1012.55,183.548,3.431,0,0,0.989549,-0.144199,300,300,100,1), + (3923,1623,1,-4283,-2068,100.874,6.011,0,0,0.135673,-0.990754,300,300,100,1), + (3924,1623,1,-4296.05,-960.712,-38.4282,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (3925,1623,1,2437.48,-2505,197.419,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3926,1623,0,763.565,-697,160.645,1.83,0,0,0.792563,0.609791,300,300,100,1), + (3927,1623,0,787.223,-649,148.119,6.248,0,0,0.0175917,-0.999845,300,300,100,1), + (3928,1623,0,-924,-3745,97.833,1.533,0,0,0.693618,0.720343,300,300,100,1), + (3929,1623,0,-944,-3694,91.835,0.12,0,0,0.059964,0.998201,300,300,100,1), + (3930,1623,0,-1679,-1464,46,2.547,0,0,0.956132,0.292936,300,300,100,1), + (3931,1623,0,724.157,-686,160.487,4.698,0,0,0.712176,-0.702001,300,300,100,1), + (3932,1623,0,-2578,-2277,109.362,1.768,0,0,0.773281,0.634063,300,300,100,1), + (3933,1623,0,-1772,-1461,68.123,0.51,0,0,0.252245,0.967663,300,300,100,1), + (3934,1623,1,-4099,-1786,122.57,2.186,0,0,0.88801,0.459823,300,300,100,1), + (3935,1623,1,928.897,1410.23,19.651,3.843,0,0,0.939131,-0.343559,300,300,100,1), + (3936,1623,1,431.743,1466.41,41.064,4.124,0,0,0.881766,-0.471688,300,300,100,1), + (3937,1623,1,-4013,-1684,125.915,2.493,0,0,0.947875,0.318642,300,300,100,1), + (3938,1623,1,-5392.03,-3056.56,-27.2888,-0.104719,0,0,-0.0523356,0.99863,300,300,255,1), + (3939,1623,1,-587,666.219,165.984,2.265,0,0,0.905476,0.424397,300,300,100,1), + (3940,1623,0,-1935,-3386,79.194,3.499,0,0,0.984075,-0.177754,300,300,100,1), + (3941,1623,1,2364.29,1698.19,339.38,2.022,0,0,0.847363,0.531014,300,300,100,1), + (3942,1623,0,-3568,-1776,76.735,4.224,0,0,0.857089,-0.515168,300,300,100,1), + (3943,1623,1,50.446,-413,31.858,0.864,0,0,0.418688,0.90813,300,300,100,1), + (3944,1623,1,173.441,384.892,117.042,3.168,0,0,0.999913,-0.0132033,300,300,100,1), + (3945,1623,1,1682.3,577.063,195.953,5.842,0,0,0.218808,-0.975768,300,300,100,1), + (3946,1623,0,-6481,-3877,336.484,3.88,0,0,0.932615,-0.360873,300,300,100,1), + (3947,1623,0,-746,-3154,96.008,0.486,0,0,0.240616,0.970621,300,300,100,1), + (3948,1623,0,-1925,-3263,76.266,3.305,0,0,0.996664,-0.0816128,300,300,100,1), + (3949,1623,0,-13086,-739,81.847,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3950,1623,1,3223.68,-1207,235.617,4.996,0,0,0.600073,-0.799945,300,300,100,1), + (3951,1623,1,1611.81,116.723,11.248,5.046,0,0,0.579889,-0.814695,300,300,100,1), + (3952,1623,0,-13007,-870,91.654,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3954,1623,1,1616.42,126.842,9.59,5.949,0,0,0.166316,-0.986072,300,300,100,1), + (3955,1623,1,3023.06,-1086,263.434,1.811,0,0,0.786734,0.617292,300,300,100,1), + (3956,1623,0,-1205,-1908,83.851,4.962,0,0,0.613585,-0.789629,300,300,100,1), + (3957,1623,1,-4459,-1970,109.653,4.227,0,0,0.856315,-0.516453,300,300,100,1), + (3958,1623,1,1166.71,588.371,168.549,3.427,0,0,0.989835,-0.14222,300,300,100,1), + (3959,1623,0,-827,-2391,67.733,6.226,0,0,0.0285888,-0.999591,300,300,100,1), + (3960,1623,1,998.655,-274,51.264,2.692,0,0,0.97484,0.222908,300,300,100,1), + (3961,1623,1,2170.97,1374.87,308.933,2.882,0,0,0.991588,0.129432,300,300,100,1), + (3962,1623,1,-5024,-979,2.57,4.32,0,0,0.831383,-0.555699,300,300,100,1), + (3963,1623,0,-494,-1183,80.222,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3964,1623,0,-7247,-3428,294.662,5.64,0,0,0.316078,-0.948733,300,300,100,1), + (3965,1623,0,-6568.56,-2539.25,297.132,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (3966,1623,0,-678,-2171,61.484,2.38,0,0,0.928369,0.37166,300,300,100,1), + (3967,1623,1,2271.49,1269.6,342.064,4.143,0,0,0.877245,-0.480043,300,300,100,1), + (3968,1623,1,-4379,-2283,106.913,5.775,0,0,0.251367,-0.967892,300,300,100,1), + (3969,1623,0,-2651,-2323,103.558,4.941,0,0,0.621842,-0.783143,300,300,100,1), + (3970,1623,1,-5685,-3129,-25,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (3971,1623,1,1303.41,1028.89,191.713,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (3972,1623,0,-693,-2217,64.073,0.134,0,0,0.0669499,0.997756,300,300,100,1), + (3973,1623,0,-1002,-3787,123.518,5.213,0,0,0.509921,-0.860221,300,300,100,1), + (3974,1623,1,-5382,-3032,-32,1.499,0,0,0.681273,0.73203,300,300,100,1), + (3975,1623,0,-745,-3240,102.027,4.435,0,0,0.798074,-0.602559,300,300,100,1), + (3976,1623,0,-1818,-1966,72.091,3.86,0,0,0.936177,-0.351529,300,300,100,1), + (3977,1623,1,-4761,-1505,-29,2.639,0,0,0.968591,0.24866,300,300,100,1), + (3978,1623,0,-748,-3250,103.951,6.018,0,0,0.132204,-0.991223,300,300,100,1), + (3979,1623,1,-3314.23,-2294.88,125.741,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (3980,1623,0,-1887,-2926,106.173,1.149,0,0,0.543415,0.839464,300,300,100,1), + (3981,1623,0,-1832,-2976,66.557,4.064,0,0,0.895517,-0.445026,300,300,100,1), + (3982,171682,0,-4714.32,-877.411,508.642,-2.38237,0,0,0.928809,-0.370558,900,900,100,1), + (3983,1623,1,3560.01,-1415,202.035,1.211,0,0,0.569173,0.822218,300,300,100,1), + (3984,1623,1,-4094,-1785,118.814,2.626,0,0,0.966954,0.25495,300,300,100,1), + (3985,1623,0,-3617,-2458,88.917,3.402,0,0,0.991535,-0.129836,300,300,100,1), + (3986,1623,0,-884,-2861,101.809,1.888,0,0,0.809911,0.586553,300,300,100,1), + (3987,1623,1,1051.88,1648.52,14.59,1.431,0,0,0.655995,0.754765,300,300,100,1), + (3988,1623,1,1792.18,1079.76,174.53,4.483,0,0,0.783385,-0.621537,300,300,100,1), + (3989,1623,1,2181.48,1456.36,308.807,2.68,0,0,0.973485,0.228753,300,300,100,1), + (3990,1623,1,-1112,827.598,131.115,2.461,0,0,0.942656,0.333766,300,300,100,1), + (3991,1623,0,-7261,-3185,294.139,3.645,0,0,0.96849,-0.249054,300,300,100,1), + (3992,1623,0,-817,-3108,88.966,0.287,0,0,0.143008,0.989722,300,300,100,1), + (3993,1623,1,-197,-543,20.171,3.52,0,0,0.982154,-0.188077,300,300,100,1), + (3994,1623,1,993.902,-294,35.036,2.66,0,0,0.971148,0.238476,300,300,100,1), + (3995,1623,0,-244,-992,61.654,3.876,0,0,0.933335,-0.359007,300,300,100,1), + (3996,1623,1,-5270,-2575,-33,-2,0,0,-0.841471,0.540302,300,300,100,1), + (3997,1623,0,-890,-2956,88.279,5.59,0,0,0.339695,-0.940536,300,300,100,1), + (3998,1623,1,-6458,-4246,-42,3.578,0,0,0.976288,-0.216476,300,300,100,1), + (3999,1623,0,-758,-2257,58.943,1.56,0,0,0.703279,0.710914,300,300,100,1), + (4000,21069,1,-3417.2,-4173.47,10.3423,2.26893,0,0,0.906308,0.422618,900,900,100,1), + (4001,1623,0,-1116,-3736,93.616,2.224,0,0,0.896586,0.442869,300,300,100,1), + (4002,1623,0,-1168,-3715,92.665,1.785,0,0,0.778643,0.627467,300,300,100,1), + (4003,1623,1,2281.58,1258.31,349.533,5.087,0,0,0.563067,-0.826411,300,300,100,1), + (4004,1623,1,-5769,-4347,-44,4.706,0,0,0.709362,-0.704844,300,300,100,1), + (4005,1623,1,2748.54,1487.89,234.915,3.128,0,0,0.999977,0.00679626,300,300,100,1), + (4006,1623,0,-14044.4,78.7977,22.9999,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (4007,21070,1,-3417.16,-4173.41,10.3418,0.698132,0,0,0.34202,0.939693,900,900,100,1), + (4008,1623,1,1144.41,397.254,64.074,1.875,0,0,0.806081,0.591805,300,300,100,1), + (4009,1623,0,-11132,-184,48.615,2.129,0,0,0.874547,0.484942,300,300,100,1), + (4010,1623,0,-687,-2216,64.674,0.134,0,0,0.0669499,0.997756,300,300,100,1), + (4011,1623,0,-930,-2603,76.039,5.057,0,0,0.5754,-0.817872,300,300,100,1), + (4012,1623,0,-604,-2079,72.203,4.902,0,0,0.636994,-0.770869,300,300,100,1), + (4013,1623,0,-1919,-2916,107.87,0.699,0,0,0.342428,0.939544,300,300,100,1), + (4014,1623,1,1299.4,891.068,192.819,2.352,0,0,0.923075,0.38462,300,300,100,1), + (4015,1623,0,-911,-2827,64.907,2.998,0,0,0.997424,0.0717347,300,300,100,1), + (4016,1623,0,-895,-3033,87.932,2.751,0,0,0.98099,0.194057,300,300,100,1), + (4017,1623,0,-1936,-2894,101.708,4.399,0,0,0.808791,-0.588097,300,300,100,1), + (4018,1623,1,177.182,373.376,122.02,4.294,0,0,0.838537,-0.544845,300,300,100,1), + (4019,1623,1,106.87,-692,24.266,5.646,0,0,0.31323,-0.949677,300,300,100,1), + (4020,1623,0,-1202,-2035,74.878,5.405,0,0,0.425118,-0.905138,300,300,100,1), + (4021,1623,0,-7358,-2467,314.247,1.893,0,0,0.811375,0.584526,300,300,100,1), + (4022,1623,0,-984,-3733,95.969,4.698,0,0,0.712176,-0.702001,300,300,100,1), + (4023,1623,0,-977,-3708,99.831,3.132,0,0,0.999988,0.00479632,300,300,100,1), + (4024,1623,1,-2049,-3546,55.157,2.64,0,0,0.968715,0.248175,300,300,100,1), + (4025,1623,1,1707.59,-3394,145.065,4.805,0,0,0.673618,-0.73908,300,300,100,1), + (4026,1623,0,-865,-3006,101.271,5.53,0,0,0.367754,-0.929923,300,300,100,1), + (4027,1623,1,-1424,-1516,97.462,0.9,0,0,0.434966,0.900447,300,300,100,1), + (4028,1623,1,-1563,-3452,190.555,6.119,0,0,0.0820005,-0.996632,300,300,100,1), + (4029,1623,0,-7283,-2193,300.955,3.263,0,0,0.998158,-0.0606664,300,300,100,1), + (4030,1623,1,-4882,-1042,-39,3.145,0,0,0.999999,-0.00170366,300,300,100,1), + (4031,1623,0,-767,-3300,88.9014,5.644,0,0,0.31418,-0.949363,300,300,100,1), + (4032,1623,0,-3671,-2559,76.121,5.524,0,0,0.370542,-0.928816,300,300,100,1), + (4033,1623,0,-12196,75.068,21.422,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4034,1623,1,449.84,1693.09,28.59,2.778,0,0,0.983521,0.180797,300,300,100,1), + (4035,1623,1,535.829,422.749,87.096,4.853,0,0,0.655687,-0.755033,300,300,100,1), + (4036,1623,0,-4194,-2347,214.739,0.028,0,0,0.0139995,0.999902,300,300,100,1), + (4037,1623,0,-4191,-2350,214.996,3.433,0,0,0.989404,-0.145189,300,300,100,1), + (4038,1623,0,-755,-3411,87.009,1.012,0,0,0.484682,0.87469,300,300,100,1), + (4039,1623,1,993.228,-278,54.607,2.692,0,0,0.97484,0.222908,300,300,100,1), + (4040,1623,0,-928,-3034,76.321,3.984,0,0,0.912597,-0.408859,300,300,100,1), + (4041,1623,1,1550,-343,58.935,5.794,0,0,0.242161,-0.970236,300,300,100,1), + (4042,1623,1,-4886,-1042,-37,1.965,0,0,0.831887,0.554945,300,300,100,1), + (4043,1623,0,-129,-1756,144.049,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4044,1623,0,-2644,-1923,64.576,5.692,0,0,0.291307,-0.95663,300,300,100,1), + (4045,1623,0,-2714,-2797,76.92,1.527,0,0,0.691454,0.72242,300,300,100,1), + (4046,1623,0,-52,-654,105.15,1.574,0,0,0.708239,0.705973,300,300,100,1), + (4047,1623,1,1228.34,371.491,48.961,4.226,0,0,0.856574,-0.516025,300,300,100,1), + (4048,1623,1,-4838,-1969,-37,1.606,0,0,0.719443,0.694552,300,300,100,1), + (4049,1623,1,1914.33,723.287,172.849,5.336,0,0,0.456086,-0.889935,300,300,100,1), + (4050,1623,1,-5470,-1724,-20,2.612,0,0,0.965146,0.261713,300,300,100,1), + (4051,1623,0,-1202,-3637,58.189,5.233,0,0,0.501293,-0.865277,300,300,100,1), + (4052,1623,1,2539.97,1177.47,343.794,4.419,0,0,0.802869,-0.596155,300,300,100,1), + (4053,1623,0,-2707,-2191,76.668,6.01,0,0,0.136168,-0.990686,300,300,100,1), + (4054,1623,1,-59,-330,2.33,3.191,0,0,0.999695,-0.0247012,300,300,100,1), + (4055,1623,1,2363.58,617.987,152.566,1.402,0,0,0.644982,0.764198,300,300,100,1), + (4056,1623,0,-652,-2240,70.37,5.503,0,0,0.380274,-0.924874,300,300,100,1), + (4057,1623,0,-1090,-3821,129.333,4.269,0,0,0.845282,-0.534321,300,300,100,1), + (4058,1623,0,-1970,-3360,118.881,3.011,0,0,0.997869,0.06525,300,300,100,1), + (4059,1623,0,-7361,-2342,309.753,4.118,0,0,0.883177,-0.46904,300,300,100,1), + (4060,1623,1,-4544,-1106,-40,3.552,0,0,0.97902,-0.203767,300,300,100,1), + (4061,1623,0,-6627,-3362,262.888,3.145,0,0,0.999999,-0.00170366,300,300,100,1), + (4062,1623,0,-1935,-3159,84.316,1.588,0,0,0.713163,0.700998,300,300,100,1), + (4063,1623,1,-917,862.232,110.25,5.224,0,0,0.505182,-0.863013,300,300,100,1), + (4064,1623,1,1724.63,568.713,207.986,0.651,0,0,0.319783,0.947491,300,300,100,1), + (4065,1623,1,-3602,-1760,136.747,5.07,0,0,0.570071,-0.821595,300,300,100,1), + (4066,1623,1,-3338,-1814,98.874,1.12,0,0,0.531186,0.847255,300,300,100,1), + (4067,1623,0,-7253,-2194,289.851,6.21,0,0,0.0365845,-0.999331,300,300,100,1), + (4068,1623,0,-732,-2266,78.328,3.91,0,0,0.927097,-0.374821,300,300,100,1), + (4069,1623,0,-1127,-3675,85.77,2.044,0,0,0.853153,0.521661,300,300,100,1), + (4070,1623,1,1347.64,-544,73.201,2.382,0,0,0.92874,0.370731,300,300,100,1), + (4071,1623,1,2242.08,1629.17,330.979,3.16,0,0,0.999958,-0.00920359,300,300,100,1), + (4072,1623,0,-972,-3013,78.248,5.378,0,0,0.437299,-0.899316,300,300,100,1), + (4073,1623,0,-2671,-2425,96.974,2.557,0,0,0.957585,0.288152,300,300,100,1), + (4074,1623,0,-666,-2097,57.366,4.75,0,0,0.693685,-0.720278,300,300,100,1), + (4075,1623,0,-677,-2151,64.639,0.406,0,0,0.201609,0.979466,300,300,100,1), + (4076,1623,0,-1937,-2966,102.545,4.891,0,0,0.641224,-0.767353,300,300,100,1), + (4077,1623,1,2224.39,954.777,311.292,5.275,0,0,0.483013,-0.875613,300,300,100,1), + (4078,1623,0,768.763,-573,157.22,1.328,0,0,0.616272,0.787533,300,300,100,1), + (4079,171600,0,-4682.06,-864.671,503.898,1.39626,0,0,0.642787,0.766045,900,900,100,1), + (4080,1623,1,-5121,-868,0.734,0.607,0,0,0.298862,0.954296,300,300,100,1), + (4081,1623,0,-2033,-2771,93.665,2.485,0,0,0.946593,0.322431,300,300,100,1), + (4082,1623,1,1578.19,-141,31.674,3.789,0,0,0.948064,-0.31808,300,300,100,1), + (4083,1623,0,-1159,-2173,55.78,0.508,0,0,0.251278,0.967915,300,300,100,1), + (4084,1623,0,-11879.8,49.1928,22.817,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (4085,1623,1,-3494,-1764,96.564,1.44,0,0,0.659385,0.751806,300,300,100,1), + (4086,1623,1,185.535,2043.66,183.722,2.931,0,0,0.994461,0.105102,300,300,100,1), + (4087,1623,0,-1203,-2031,71.017,4.392,0,0,0.810844,-0.585263,300,300,100,1), + (4088,1623,1,-6626,-3981,-46.0049,1.565,0,0,0.705055,0.709153,300,300,100,1), + (4089,1623,1,3145.7,-713,191.2,5.587,0,0,0.341106,-0.940025,300,300,100,1), + (4090,1623,0,-804,-2412,72.633,5.553,0,0,0.357036,-0.934091,300,300,100,1), + (4091,1623,0,-1944,-1613,41.048,1.528,0,0,0.691815,0.722075,300,300,100,1), + (4092,1623,1,1640.1,-289,81.253,5.498,0,0,0.382585,-0.92392,300,300,100,1), + (4093,1623,0,-3511,-2022,167.15,5.48,0,0,0.390885,-0.92044,300,300,100,1), + (4094,1623,0,-879,-2538,77.086,4.724,0,0,0.70299,-0.7112,300,300,100,1), + (4095,1623,1,1611.57,128.924,7.924,0.204,0,0,0.101823,0.994803,300,300,100,1), + (4096,1623,0,-6596,-2627,271.279,5.909,0,0,0.186003,-0.982549,300,300,100,1), + (4097,1623,1,-3997,-1888,99.291,5.736,0,0,0.270192,-0.962806,300,300,100,1), + (4098,1623,0,-1696,-1442,27.103,1.686,0,0,0.746642,0.665226,300,300,100,1), + (4099,1623,0,-738,-2290,72.719,0.473,0,0,0.234301,0.972164,300,300,100,1), + (4100,1623,0,-3458,-2558,59.746,4.713,0,0,0.706891,-0.707323,300,300,100,1), + (4101,1623,1,-5462,-3718,-42,0.745,0,0,0.363945,0.93142,300,300,100,1), + (4102,1623,0,490.03,-576,180.76,1.47,0,0,0.670587,0.741831,300,300,100,1), + (4103,1623,1,-2765,-2022,121.663,2.758,0,0,0.981663,0.190623,300,300,100,1), + (4104,1623,0,764.3,-659,149.366,1.498,0,0,0.680907,0.73237,300,300,100,1), + (4105,1623,0,-865,-2431,60.963,4.974,0,0,0.608836,-0.793296,300,300,100,1), + (4106,1623,0,-648,-2244,71.427,5.538,0,0,0.364031,-0.931387,300,300,100,1), + (4107,1623,1,920.043,1416.77,22.61,3.947,0,0,0.920005,-0.391907,300,300,100,1), + (4108,1623,0,-7117,-2243,289.131,1.813,0,0,0.787351,0.616505,300,300,100,1), + (4109,1623,0,-1851,-1504,51.738,4.944,0,0,0.620667,-0.784074,300,300,100,1), + (4110,1623,1,1145.66,396.007,61.871,1.454,0,0,0.664631,0.747172,300,300,100,1), + (4111,1623,1,3448.8,-1736,211.087,4.384,0,0,0.813179,-0.582014,300,300,100,1), + (4112,1623,0,-6583,-2547,282.355,0.326,0,0,0.162279,0.986745,300,300,100,1), + (4113,1623,0,-757,-3193,92.269,1.325,0,0,0.61509,0.788457,300,300,100,1), + (4114,1623,0,-1819,-2203,61.52,2.081,0,0,0.862657,0.505789,300,300,100,1), + (4115,1623,1,-5106,-1068,1.835,4.709,0,0,0.708304,-0.705908,300,300,100,1), + (4116,1623,1,-5149,-1193,56.256,0.947,0,0,0.456004,0.889978,300,300,100,1), + (4117,1623,1,-5164,-1249,57.034,5.222,0,0,0.506045,-0.862507,300,300,100,1), + (4118,1623,0,-3490,-1652,62.908,0.643,0,0,0.31599,0.948762,300,300,100,1), + (4119,1623,0,-977,-3798,143.59,5.191,0,0,0.519352,-0.85456,300,300,100,1), + (4120,1623,1,-5750,-3319,-18,6.219,0,0,0.0320872,-0.999485,300,300,100,1), + (4121,1623,0,-1290,-1955,61.051,2.483,0,0,0.94627,0.323377,300,300,100,1), + (4122,1623,0,-684,-2176,61.744,1.051,0,0,0.501646,0.865073,300,300,100,1), + (4123,1623,0,-1920,-3159,79.914,6.242,0,0,0.0205911,-0.999788,300,300,100,1), + (4124,1623,0,-1823,-2960,60.578,3.095,0,0,0.999729,0.0232942,300,300,100,1), + (4125,1623,0,-3392,-3466,71.846,5.085,0,0,0.563893,-0.825848,300,300,100,1), + (4126,1623,0,-3390,-3471,72.477,4.983,0,0,0.60526,-0.796028,300,300,100,1), + (4127,1623,0,-3084,-3266,104.98,2.67,0,0,0.972329,0.233617,300,300,100,1), + (4128,1623,1,-4981,-808,1.897,1.096,0,0,0.520981,0.853568,300,300,100,1), + (4129,1623,0,-913,-3627,88.332,6.234,0,0,0.0245901,-0.999698,300,300,100,1), + (4130,1623,0,-11763,748.916,59.495,0.785,0,0,0.3825,0.923956,300,300,100,1), + (4131,1623,1,-5510,-4118,-42.8258,5.536,0,0,0.364963,-0.931022,300,300,100,1), + (4132,1623,0,-1242,-2130,81.242,3.32,0,0,0.996024,-0.0890854,300,300,100,1), + (4133,1623,0,-1252,-1848,105.351,0.696,0,0,0.341018,0.940057,300,300,100,1), + (4134,1623,0,-435,-1152,74.594,2.251,0,0,0.902483,0.430725,300,300,100,1), + (4135,1623,1,1294.54,428.24,80.653,1.566,0,0,0.705409,0.7088,300,300,100,1), + (4136,1623,0,-11117,26.536,64.384,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4137,1623,0,-3438,-2075,112.214,3.92,0,0,0.925211,-0.379452,300,300,100,1), + (4138,1623,0,-3274,-2231,59.014,1.754,0,0,0.768824,0.639461,300,300,100,1), + (4139,1623,0,-11467.9,334.566,56.6438,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (4140,1623,0,-11924,504.493,45.859,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4141,1623,0,-1026,-3804,150.191,2.477,0,0,0.945296,0.326215,300,300,100,1), + (4142,171767,0,-4695.73,-874,501.619,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4143,1623,1,49.808,-419,34.512,6.252,0,0,0.0155921,-0.999878,300,300,100,1), + (4144,1623,0,-1526,-3505,63.478,2.389,0,0,0.930032,0.367478,300,300,100,1), + (4145,1623,1,724.178,180.392,74.812,4.877,0,0,0.64658,-0.762846,300,300,100,1), + (4146,1623,0,-1059,-3760,105.544,5.561,0,0,0.353297,-0.935511,300,300,100,1), + (4147,1623,0,-2014,-2727,87.177,6.231,0,0,0.0260897,-0.99966,300,300,100,1), + (4148,1623,0,-1861,-1493,47.467,2.58,0,0,0.960835,0.277121,300,300,100,1), + (4149,1623,1,2963.07,-2878,244.66,5.809,0,0,0.234878,-0.972025,300,300,100,1), + (4150,1623,1,1295.97,-596,31.481,2.029,0,0,0.849217,0.528045,300,300,100,1), + (4151,1623,0,786.472,-229,135.415,4.083,0,0,0.891249,-0.453514,300,300,100,1), + (4152,1623,1,2234.38,1345.59,319.599,0.424,0,0,0.210416,0.977612,300,300,100,1), + (4153,1623,1,-1944,-2639,127.769,2.931,0,0,0.994461,0.105102,300,300,100,1), + (4154,1623,0,-1927,-3261,78.108,3.305,0,0,0.996664,-0.0816128,300,300,100,1), + (4155,1623,1,2033.71,1110.52,264.664,3.075,0,0,0.999446,0.0332902,300,300,100,1), + (4156,1623,0,618.244,-91,135.776,1.664,0,0,0.73928,0.673399,300,300,100,1), + (4157,1623,0,-848,-2419,63.877,5.708,0,0,0.283644,-0.95893,300,300,100,1), + (4158,1623,0,-1077,-3659,69.426,5.935,0,0,0.173215,-0.984884,300,300,100,1), + (4159,1623,0,-1813,-1816,71.577,4.216,0,0,0.859143,-0.511736,300,300,100,1), + (4160,1623,1,2662.85,1209.56,319.836,4.27,0,0,0.845015,-0.534743,300,300,100,1), + (4161,1623,0,-1953,-1629,47.682,5.21,0,0,0.511211,-0.859456,300,300,100,1), + (4162,1623,0,-917,-3023,81.849,2.279,0,0,0.908425,0.418049,300,300,100,1), + (4163,1623,0,-1780,-2101,80.516,2.843,0,0,0.988876,0.148742,300,300,100,1), + (4164,1623,1,1303.75,895.105,189.637,5.659,0,0,0.307051,-0.951693,300,300,100,1), + (4165,1623,1,545.579,204.593,89.853,4.721,0,0,0.704056,-0.710145,300,300,100,1), + (4166,1623,1,3517.52,-501,187.74,5.858,0,0,0.210995,-0.977487,300,300,100,1), + (4167,1623,1,218.248,-852,24.149,0.935,0,0,0.450656,0.892698,300,300,100,1), + (4168,1623,0,-881,-2464,63.12,5.366,0,0,0.442687,-0.896676,300,300,100,1), + (4169,1623,1,1709.19,1045.21,148.162,3.961,0,0,0.917239,-0.398338,300,300,100,1), + (4170,1623,1,1479.2,-654,110.703,5.294,0,0,0.474673,-0.880162,300,300,100,1), + (4171,1623,0,728.679,-731,161.956,4.823,0,0,0.666939,-0.745113,300,300,100,1), + (4172,1623,0,-754,-3408,86.954,1.012,0,0,0.484682,0.87469,300,300,100,1), + (4173,1623,0,-13565.8,14.526,67.5056,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (4174,1623,1,-1950,-3106,139.184,3.467,0,0,0.986793,-0.161987,300,300,100,1), + (4175,1623,0,-962,-2606,61.959,5.871,0,0,0.204637,-0.978838,300,300,100,1), + (4176,1623,0,-896,-2726,65.421,2.722,0,0,0.978073,0.208261,300,300,100,1), + (4177,1623,0,-919,-3731,100.628,5.847,0,0,0.216368,-0.976312,300,300,100,1), + (4178,1623,0,-10693.7,-601.31,80.3573,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (4179,1623,1,3521.44,-1392,192.939,1.276,0,0,0.59559,0.803289,300,300,100,1), + (4180,1623,0,-647,-2144,87.086,4.483,0,0,0.783385,-0.621537,300,300,100,1), + (4181,1623,0,-7253,-3426,294.841,2.91,0,0,0.993303,0.115538,300,300,100,1), + (4182,1623,0,709.927,-748,163.78,3.993,0,0,0.910748,-0.412962,300,300,100,1), + (4183,1623,0,-6457,-3778,306.833,3.19,0,0,0.999707,-0.0242013,300,300,100,1), + (4184,1623,0,-1173,-2032,69.866,4.635,0,0,0.733932,-0.679223,300,300,100,1), + (4185,1623,1,1557.34,-101,26.443,1.733,0,0,0.762067,0.647498,300,300,100,1), + (4186,1623,1,1360.02,1547.52,161.849,1.436,0,0,0.65788,0.753123,300,300,100,1), + (4187,1623,1,-5029,-1375,-33,2.42,0,0,0.935616,0.353019,300,300,100,1), + (4188,1623,0,-879,-2546,87.174,1.668,0,0,0.740625,0.671919,300,300,100,1), + (4189,21079,1,-3649.69,-2729.78,33.2319,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (4190,1623,0,-11558.6,236.714,48.2372,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (4191,1623,0,-962,-2741,62.132,1.172,0,0,0.553033,0.833159,300,300,100,1), + (4192,1623,0,-909,-2752,61.114,1.192,0,0,0.561337,0.827588,300,300,100,1), + (4193,1623,0,-11784,673.282,76.179,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4194,1623,1,-4,-829,27.438,4.044,0,0,0.899923,-0.436049,300,300,100,1), + (4195,1623,0,-879,-2926,90.285,0.428,0,0,0.21237,0.977189,300,300,100,1), + (4196,1623,0,-3581,-2434,92.541,0.608,0,0,0.299339,0.954147,300,300,100,1), + (4197,1623,1,-4034,-1791,93.421,1.281,0,0,0.597596,0.801797,300,300,100,1), + (4198,1623,1,-3860,-1368,213.725,1.793,0,0,0.781146,0.624348,300,300,100,1), + (4199,1623,0,-14142,110.586,53.965,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4200,1623,1,-612,545.601,176.625,5.114,0,0,0.55186,-0.833937,300,300,100,1), + (4201,1623,0,760.372,-607,156.033,1.328,0,0,0.616272,0.787533,300,300,100,1), + (4202,1623,0,-3376.96,-1746.96,66.1039,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (4203,1623,0,-1951,-1651,49.029,1.175,0,0,0.554282,0.832329,300,300,100,1), + (4204,1623,0,781.27,-345,153.329,0.358,0,0,0.178046,0.984022,300,300,100,1), + (4205,2043,0,369.039,-3300,115.787,2.265,0,0,0.905476,0.424397,300,300,100,1), + (4206,1623,1,-2273,2081.16,120.731,0.741,0,0,0.362082,0.932146,300,300,100,1), + (4207,1623,1,-4213,-2089,105.007,2.461,0,0,0.942656,0.333766,300,300,100,1), + (4208,1623,0,-910,-3021,84.662,0.163,0,0,0.0814098,0.996681,300,300,100,1), + (4209,1623,0,-10338.8,-1492.6,99.7783,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (4210,1623,1,-3630,-1741,132.458,2.67,0,0,0.972329,0.233617,300,300,100,1), + (4211,1623,0,-2608,-1919,68.502,2.164,0,0,0.882899,0.469563,300,300,100,1), + (4212,1623,1,1047.71,1776.78,18.666,1.132,0,0,0.53626,0.844053,300,300,100,1), + (4213,1623,0,-682,-2153,62.119,4.855,0,0,0.654932,-0.755688,300,300,100,1), + (4214,1623,0,-579,-2033,72.183,4.984,0,0,0.604862,-0.79633,300,300,100,1), + (4215,1623,0,-1150,-2100,65.388,2.324,0,0,0.9176,0.397505,300,300,100,1), + (4216,1623,1,2743.31,1478.27,235.068,3.402,0,0,0.991535,-0.129836,300,300,100,1), + (4217,1623,0,-13878.5,557.025,68.003,-2.91469,0,0,-0.993571,0.113208,300,300,100,1), + (4218,1623,0,-3612,-2617,74.796,4.647,0,0,0.729843,-0.683614,300,300,100,1), + (4219,1623,0,-6435,-3782,296.278,5.84,0,0,0.219784,-0.975549,300,300,100,1), + (4220,1623,0,-335.789,-1695.81,107.266,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (4221,1623,1,706.569,1345.81,10.68,4.477,0,0,0.785246,-0.619185,300,300,100,1), + (4222,1623,0,-11900.3,586.551,46.8476,1.67552,0,0,0.743146,0.669129,300,300,100,1), + (4223,1623,1,-3703,-1499,134.054,0.208,0,0,0.103813,0.994597,300,300,100,1), + (4224,1623,0,-11406,-709,86.946,0.017,0,0,0.0084999,0.999964,300,300,100,1), + (4225,1623,0,-13514,193.069,54.18,1.204,0,0,0.566292,0.824205,300,300,100,1), + (4226,1623,1,-2394,2130.29,172.372,2.768,0,0,0.982604,0.185712,300,300,100,1), + (4227,1623,1,-3025,-1665,128.997,5.925,0,0,0.178137,-0.984006,300,300,100,1), + (4228,2061,0,-4695.73,-874,501.619,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4229,1623,1,1537.67,-70,52.873,3.058,0,0,0.999127,0.0417841,300,300,100,1), + (4230,1623,0,-1152,-2142,69.621,1.445,0,0,0.661262,0.750155,300,300,100,1), + (4231,1623,0,-816,-2518,123.443,2.864,0,0,0.990383,0.138351,300,300,100,1), + (4232,1623,1,2437.45,1071.58,348.125,4.72,0,0,0.704411,-0.709792,300,300,100,1), + (4233,1623,1,3178.43,-704,195.047,0.008,0,0,0.00399999,0.999992,300,300,100,1), + (4234,1623,1,-4896,-1253,-31,4.913,0,0,0.632745,-0.77436,300,300,100,1), + (4235,1623,1,3179.57,-702,197.081,0.905,0,0,0.437215,0.899357,300,300,100,1), + (4236,1623,0,-1984,-2370,87.083,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4237,142142,0,-41,-2530,120.017,1.253,0,0,0.586313,0.810085,300,300,100,1), + (4238,1623,1,-4894,-2024,-8,2.688,0,0,0.974392,0.224857,300,300,100,1), + (4239,1623,1,771.361,621.242,128.834,2.852,0,0,0.989535,0.144291,300,300,100,1), + (4240,1623,0,-888,-3033,89.407,2.943,0,0,0.995074,0.0991332,300,300,100,1), + (4241,1623,0,-2770,-2957,75.088,4.359,0,0,0.82039,-0.571805,300,300,100,1), + (4242,1623,1,140.776,-944,39.097,3.994,0,0,0.910542,-0.413417,300,300,100,1), + (4243,1623,1,2362.24,620.052,154.268,1.434,0,0,0.657126,0.75378,300,300,100,1), + (4244,1623,0,-828,-3156,88.345,0.63,0,0,0.309816,0.950796,300,300,100,1), + (4245,1623,0,-1941,-1649,49.601,4.812,0,0,0.671027,-0.741433,300,300,100,1), + (4246,1623,1,-5272.45,-1654.83,-38.2928,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (4247,1623,0,-1263,-1934,78.201,2.077,0,0,0.861644,0.507513,300,300,100,1), + (4248,1623,1,1684.39,1095.83,175.121,5.78,0,0,0.248947,-0.968517,300,300,100,1), + (4249,1623,1,-5019,-979,3.5,4.73,0,0,0.700853,-0.713306,300,300,100,1), + (4250,1623,0,835.267,-432,136.516,1.538,0,0,0.695417,0.718606,300,300,100,1), + (4251,1623,1,-2267,1887.15,138.219,1.139,0,0,0.539211,0.842171,300,300,100,1), + (4252,1623,1,-3858,-1381,207.329,1.781,0,0,0.777386,0.629023,300,300,100,1), + (4253,1623,0,-11769.4,327.063,41.5691,-0.069812,0,0,-0.0348989,0.999391,300,300,255,1), + (4254,1623,0,-2776,-2945,65.696,4.33,0,0,0.828595,-0.559849,300,300,100,1), + (4255,1623,1,1680.16,1093.35,171.248,0.796,0,0,0.387575,0.921838,300,300,100,1), + (4256,1623,0,824.203,-513,141.076,1.531,0,0,0.692898,0.721036,300,300,100,1), + (4257,1623,0,895.223,-483,133.016,0.135,0,0,0.0674488,0.997723,300,300,100,1), + (4258,21081,1,-3649.81,-2729.71,33.2418,0,0,0,0,1,900,900,100,1), + (4259,1623,1,1741,-3043,141.266,1.608,0,0,0.720137,0.693832,300,300,100,1), + (4260,1623,0,870.131,-487,134.162,0.135,0,0,0.0674488,0.997723,300,300,100,1), + (4261,1623,1,722.517,1993.34,33.095,1.221,0,0,0.573277,0.819362,300,300,100,1), + (4262,1623,0,-760,-3372,87.482,4.797,0,0,0.676569,-0.73638,300,300,100,1), + (4263,1623,0,-756,-3371,87.82,4.797,0,0,0.676569,-0.73638,300,300,100,1), + (4264,1623,0,-3493,-3607,75.854,2.407,0,0,0.933302,0.359093,300,300,100,1), + (4265,1623,1,1605.2,1411.46,211.602,1.497,0,0,0.68054,0.732711,300,300,100,1), + (4266,1623,0,-13256,-215,36.351,1.745,0,0,0.765939,0.642914,300,300,100,1), + (4267,1623,0,-2644,-2327,102.904,6.062,0,0,0.110367,-0.993891,300,300,100,1), + (4268,1623,0,-2644,-2318,103.196,1.121,0,0,0.53161,0.846989,300,300,100,1), + (4269,1623,0,-12614,-991,102.036,0,0,0,0,1,300,300,100,1), + (4270,1623,0,-2713,-2201,81.78,4.769,0,0,0.686811,-0.726836,300,300,100,1), + (4271,1623,0,-701,-2188,82.638,5.313,0,0,0.46629,-0.884632,300,300,100,1), + (4272,1623,0,-3405,-2482,64.928,3.041,0,0,0.998735,0.0502752,300,300,100,1), + (4273,1623,0,-11904,161.446,41.3039,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4274,1623,0,-13082,-478,49.031,2.251,0,0,0.902483,0.430725,300,300,100,1), + (4275,1623,1,-1365,-1548,106.621,1.532,0,0,0.693258,0.720689,300,300,100,1), + (4276,1623,0,-6622,-2637,265.187,5.665,0,0,0.304194,-0.95261,300,300,100,1), + (4277,1624,0,-2949,-2520,28.254,2.094,0,0,0.865927,0.500171,300,300,100,1), + (4278,1624,0,-47.9175,116.629,58.5075,-2.96704,0,0,-0.996194,0.0871655,300,300,100,1), + (4279,1624,1,3492.29,34.0095,2.15879,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (4280,1624,0,-10226.6,-3333.69,22.4027,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (4281,1624,0,-10108,-3616,22.876,4.834,0,0,0.66283,-0.74877,300,300,100,1), + (4282,1624,0,-689.932,-1151.69,58.9228,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (4283,1624,1,580.503,1534.3,-11,2.985,0,0,0.996936,0.0782164,300,300,100,1), + (4284,1624,0,-10660.1,151.206,40.3802,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (4285,1624,0,-11699,-823,35.557,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4286,1624,1,-967,2084.36,62.114,0,0,0,0,1,300,300,100,1), + (4287,1624,0,-1348,-3081,36.636,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4288,1624,1,-1858,-3239,81.327,2.269,0,0,0.906323,0.422586,300,300,100,1), + (4289,1624,1,-5675,-2252,-54,2.269,0,0,0.906323,0.422586,300,300,100,1), + (4290,1624,0,-13909.5,78.995,15.0911,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (4291,1624,0,-12606.2,-901.575,52.7081,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (4292,1624,1,624.485,1695.42,-19,2.077,0,0,0.861644,0.507513,300,300,100,1), + (4293,1624,0,-751.515,120.358,42.109,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (4294,1624,1,-579,-2064,55.549,1.78,0,0,0.777072,0.629412,300,300,100,1), + (4295,1624,1,-3135,-2235.9,91.9488,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (4296,1624,0,-1120.17,-2289.11,50.1323,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (4297,1624,0,-7087,-2413,243.659,0.14,0,0,0.0699428,0.997551,300,300,100,1), + (4298,1624,1,-3918,-2120,91.683,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4299,1624,0,-378,-422,53.2,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4300,1624,1,-6613.46,-3584.18,-58.75,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (4301,1624,0,-12135.6,-598.053,14.6153,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (4302,1624,1,-6176,-4247,-59,0.314,0,0,0.156356,0.987701,300,300,100,1), + (4303,1624,1,-28.7197,-721.868,-7.72236,-0.069812,0,0,-0.0348989,0.999391,300,300,100,1), + (4304,1624,0,-11048.5,-694.963,47.5763,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (4305,1624,0,-11970,67.42,13.574,1.937,0,0,0.824037,0.566536,300,300,100,1), + (4306,1624,1,682.086,1628,-22.2291,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (4307,1624,0,-793,-175,34.027,0.63,0,0,0.309816,0.950796,300,300,100,1), + (4308,1624,0,-13031,298.47,19.56,0.384,0,0,0.190823,0.981625,300,300,100,1), + (4309,1624,0,-11011.1,-949.232,65.1183,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (4310,1624,0,-12902,-412,12.661,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4311,1624,1,3760.23,-74,0,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4312,1624,0,-11687,-31,13.942,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4313,1624,0,-1082,-1133,51.118,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4315,1624,0,-703,-1233,60.943,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4316,1624,1,-747.519,2200.36,95.0006,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (4317,1624,1,893.623,683.836,98.222,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4318,1624,0,-799.672,-387.842,17.5608,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (4319,1624,0,-10245,385.006,56.0608,2.18166,0,0,0.88701,0.461749,300,300,100,1), + (4320,1624,1,1233.17,1451.09,74.6465,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (4321,1624,0,-6448,-3315,241.667,2.915,0,0,0.993589,0.113054,300,300,100,1), + (4322,1624,0,-1090.85,-2608.37,48.9337,0.331611,0,0,0.165047,0.986286,300,300,100,1), + (4323,1624,0,-215.535,-798.77,55.4997,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (4324,1624,1,-548.032,-2306.91,34.6002,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (4325,1624,1,-1662,-3087,91.668,0.663,0,0,0.325462,0.945555,300,300,100,1), + (4326,1624,0,-11767.3,413.076,44.5881,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (4327,1624,1,-3957,-1778,91.667,0,0,0,0,1,300,300,100,1), + (4328,1624,0,-11140.6,242.228,37.7286,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (4329,1624,1,-2098.81,-1931.56,96.9205,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (4330,1624,1,-3208,-1790,91.667,2.007,0,0,0.843357,0.537354,300,300,100,1), + (4331,1624,0,-6215,-3414,239.017,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4332,1624,0,-354.741,-949.354,56.0673,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (4333,1624,0,-12127,191.469,14.577,0.471,0,0,0.233329,0.972398,300,300,100,1), + (4334,1624,1,-1770,1433.31,61.111,2.094,0,0,0.865927,0.500171,300,300,100,1), + (4335,1624,0,-12783.7,-650.494,64.6025,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (4336,1624,0,-6617,-3272,241.61,0.541,0,0,0.267213,0.963637,300,300,100,1), + (4337,1624,0,-1276,-2752,51.346,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4338,1624,1,-2085,1677.66,60.935,0.89,0,0,0.430458,0.902611,300,300,100,1), + (4339,1624,1,733.958,1687.51,-30.4287,2.91469,0,0,0.993571,0.113208,300,300,255,1), + (4340,1624,1,-982.269,1717.79,61.5822,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (4341,1624,0,-3154.4,-1146.35,9.47062,-0.523598,0,0,-0.258819,0.965926,300,300,100,1), + (4342,1624,1,-3420,-2177,91.667,2.548,0,0,0.956278,0.292458,300,300,100,1), + (4344,1624,0,-6886,-3549,242.392,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4345,1624,0,-10582.2,72.5619,40.2747,-0.366518,0,0,-0.182235,0.983255,300,300,100,1), + (4346,1624,0,-551.877,213.812,69.3841,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (4347,1624,1,-2911,-1992,93.015,2.269,0,0,0.906323,0.422586,300,300,100,1), + (4348,1624,1,-4380,-995,-56,2.932,0,0,0.994514,0.104605,300,300,100,1), + (4349,1624,1,-3482,-1926,93.495,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4350,1624,0,-307,-560,55.601,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4351,1624,0,-14251.7,167.011,8.42443,-0.523598,0,0,-0.258819,0.965926,300,300,100,1), + (4352,1624,0,-7051,-2849,242.098,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4353,1624,0,-3146,-1691,9.801,2.705,0,0,0.976268,0.216567,300,300,100,1), + (4354,1624,0,184.301,42.814,55.856,2.67,0,0,0.972329,0.233617,300,300,100,1), + (4355,1624,1,-4051,-1969,91.667,0.977,0,0,0.469302,0.883038,300,300,100,1), + (4356,1624,1,-6250,-3551,-59,0,0,0,0,1,300,300,100,1), + (4357,1624,0,-3985.61,-2900.04,12.3601,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (4358,1624,1,-1442,2290.68,93.055,2.862,0,0,0.990244,0.139341,300,300,100,1), + (4359,1624,1,-6023.53,-3794.54,-58.75,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (4360,1624,0,-13314.9,-383.016,13.8586,-0.663225,0,0,-0.325568,0.945519,300,300,100,1), + (4361,1624,0,-11619,293.896,41.919,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4362,1624,0,-12320,-471,15.791,1.065,0,0,0.507689,0.861541,300,300,100,1), + (4363,1624,0,-7211,-2445,247.345,0,0,0,0,1,300,300,100,1), + (4364,1624,0,-12539,-867,45.078,2.164,0,0,0.882899,0.469563,300,300,100,1), + (4365,1624,0,-3053.71,-1153.92,9.15203,3.03684,0,0,0.998629,0.0523524,300,300,100,1), + (4366,1624,0,-1287,-2008,62.21,0.017,0,0,0.0084999,0.999964,300,300,100,1), + (4367,1624,1,-2191.66,-2455.41,96.9269,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (4368,1624,1,2918.35,-3461.84,120.189,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (4369,1624,0,-242.454,82.7269,64.4676,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (4370,1624,1,1499.89,1400.07,142.908,3.037,0,0,0.998633,0.0522725,300,300,100,1), + (4371,1624,0,-128.47,-603.544,161.321,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (4372,1624,0,-12520.6,-684.107,39.6179,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (4373,1624,1,-3443.87,-2107.17,93.4592,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (4374,21082,1,-3367.02,-3031.36,34.2687,0.331614,0,0,0.165048,0.986286,900,900,100,1), + (4375,1624,0,-3054.71,-2842.83,25.5066,-2.49582,0,0,-0.948324,0.317305,300,300,100,1), + (4376,1624,0,-10248.4,-885.075,36.1875,-0.820303,0,0,-0.398748,0.91706,300,300,100,1), + (4377,1624,0,-10966,-865,64.501,0,0,0,0,1,300,300,100,1), + (4378,1624,0,-6085.17,-3316.07,256.427,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (4379,1624,1,-2581,-2316,91.667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4380,1624,0,-12370.6,-777.573,31.2368,2.26892,0,0,0.906306,0.422622,300,300,100,1), + (4381,1624,0,-6714,-2715,241.667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4382,20849,1,-3128.13,-2875.01,33.9185,3.14159,-0.004363,-0.013089,0.999905,-0.000057,900,900,100,1), + (4383,1624,0,-12261.7,-753.574,15.6883,-2.79253,0,0,-0.984808,0.173647,300,300,100,1), + (4384,1624,0,-12756.2,-715.62,64.4644,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (4385,1624,0,-1753.49,-3076.76,27.4752,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (4386,1624,0,-6950,-2351,240.744,0.855,0,0,0.414597,0.910005,300,300,100,1), + (4387,1624,1,-1983,-2751,91.734,0.716,0,0,0.350402,0.936599,300,300,100,1), + (4388,1624,1,-2014.6,2923.48,51.1279,-2.32129,0,0,-0.91706,0.398748,300,300,100,1), + (4389,1624,1,-522,880.955,90.951,0,0,0,0,1,300,300,100,1), + (4390,1624,1,-3118,-2247,94.027,1.187,0,0,0.559266,0.828988,300,300,100,1), + (4391,1624,0,-12982.4,420.514,22.3835,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (4392,1624,0,-12267.8,-422.817,17.3265,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (4393,2066,1,-3128.13,-2875.01,33.9185,3.14159,-0.004363,-0.013089,0.999905,-0.000057,900,900,100,1), + (4394,1624,0,-12831.6,-396.684,12.988,0.418879,0,0,0.207912,0.978148,300,300,100,1), + (4395,1624,0,-6788.19,-3120.44,240.652,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (4396,1624,0,-13412,156.744,21.678,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4397,1624,0,-13027,203.694,21.531,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4398,1624,1,-733,2015.82,92.419,1.274,0,0,0.594786,0.803884,300,300,100,1), + (4399,1624,0,-3113,-2782,23.162,3.089,0,0,0.999654,0.0262933,300,300,100,1), + (4400,1624,1,-918.249,2349.48,93.5781,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (4401,1624,1,-3277.74,-2155.41,93.6227,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (4403,1624,0,-950,-2384,46.506,1.518,0,0,0.688196,0.725525,300,300,100,1), + (4404,1624,1,-3880,-1764,91.983,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4405,1624,1,-3718.66,-2255.68,92.7322,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (4406,1624,1,-4111.47,-1954.08,91.9037,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (4407,1624,0,-11053.7,-822.482,58.9241,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (4408,1624,0,-1453.69,-2851.24,40.1021,-1.0472,0,0,-0.500001,0.866025,300,300,100,1), + (4409,1624,0,-830,75.189,37.023,3.955,0,0,0.91843,-0.395584,300,300,100,1), + (4410,1624,0,-297,-128,64.721,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4411,1624,1,-5889,-3542,-59,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4412,1624,0,-12278.7,42.6145,17.8215,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (4413,1624,0,-10478.9,-967.13,44.9839,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (4414,1624,0,-12784.7,-836.069,73.1916,-0.715585,0,0,-0.350207,0.936672,300,300,255,1), + (4415,1624,0,-12575,-638,43.897,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4416,1624,0,-712,-1531,56.326,0.89,0,0,0.430458,0.902611,300,300,100,1), + (4417,1624,1,1333.33,1458.76,105.758,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (4418,1624,0,-12910,147.008,24.414,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4419,1624,0,-3645,-3078,20.671,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4420,1624,1,-5327,-1798,-54,1.204,0,0,0.566292,0.824205,300,300,100,1), + (4421,1624,0,-6784,-4044,266.667,0.524,0,0,0.259013,0.965874,300,300,100,1), + (4422,1624,0,-11772,-665,36.477,2.199,0,0,0.89098,0.454042,300,300,100,1), + (4423,1624,1,2080.97,-2744,108.379,3.037,0,0,0.998633,0.0522725,300,300,100,1), + (4424,1624,0,-10320,-914,38.9454,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4425,1624,0,-12647.3,-690.193,44.1882,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (4426,21127,1,-3364.15,-3212.08,33.6548,3.14159,0,0,1,0,900,900,100,1), + (4427,1624,0,-6816,-2876,242.155,2.339,0,0,0.920555,0.390612,300,300,100,1), + (4428,1624,1,-5518.8,-2254.82,-59.8433,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (4429,1624,1,2408.39,1116.03,311.155,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (4430,1624,0,-11865,232.543,16.3644,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (4431,3939,0,-8080.51,-1889.3,134.228,0.96866,0,0,0.465615,0.884987,7200,7200,100,1), + (4432,1628,0,-10358,237.704,34.275,1.828,0,0,0.791952,0.610583,300,300,100,1), + (4433,1628,0,-10566,228.783,29.448,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4434,1628,0,-2887.61,-2191.98,25.5817,-2.84488,0,0,-0.989016,0.147811,300,300,255,1), + (4435,1628,0,-10555,442.748,37.032,1.713,0,0,0.755554,0.655086,300,300,100,1), + (4436,1628,0,-10983,-1280,52.8474,2.103,0,0,0.868169,0.496269,300,300,100,1), + (4437,1628,1,-1243.92,1856.61,50.1459,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (4438,1628,0,-10482,203.278,31.134,6.02,0,0,0.131213,-0.991354,300,300,100,1), + (4439,1628,0,-10497,175.283,33.867,5.657,0,0,0.308002,-0.951386,300,300,100,1), + (4440,1628,0,-11005,-1287,53.089,3.299,0,0,0.996904,-0.0786225,300,300,100,1), + (4441,1628,1,-1356,2032.14,50.144,2.766,0,0,0.982418,0.186694,300,300,100,1), + (4442,1628,1,-3996,-1863,91.669,0.419,0,0,0.207971,0.978135,300,300,100,1), + (4443,1628,1,-1359,2032.18,50.144,0.108,0,0,0.0539738,0.998542,300,300,100,1), + (4444,1628,0,488.094,-316,155.56,6.252,0,0,0.0155921,-0.999878,300,300,100,1), + (4445,1628,0,479.013,-310,156.112,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4446,1628,0,-10357,216.198,33.128,1.631,0,0,0.728068,0.685504,300,300,100,1), + (4447,1628,0,-10334,228.524,32.802,1.806,0,0,0.785188,0.619257,300,300,100,1), + (4448,1628,0,-10427,379.12,44.265,1.592,0,0,0.714564,0.699571,300,300,100,1), + (4449,1628,0,-1498,-1847,68.765,4.896,0,0,0.639304,-0.768954,300,300,100,1), + (4450,1628,0,504.441,-291,152.687,3.934,0,0,0.922533,-0.385919,300,300,100,1), + (4451,1628,1,-1228,1975.78,50.157,3.352,0,0,0.994471,-0.10501,300,300,100,1), + (4452,1628,0,-10444,221.296,31.83,2.374,0,0,0.92725,0.374443,300,300,100,1), + (4453,1628,0,-2874.28,-2189.41,24.3568,1.309,0,0,0.608763,0.793352,300,300,255,1), + (4454,1628,0,-11003,-1333.63,51.9487,4.452,0,0,0.792924,-0.609321,300,300,100,1), + (4455,1628,0,-11042,-1317,53.6345,4.089,0,0,0.889885,-0.456185,300,300,100,1), + (4456,1628,0,-2844,-2231,30.748,4.45,0,0,0.793533,-0.608527,300,300,100,1), + (4457,1628,0,-2852,-2202,30.733,4.043,0,0,0.900141,-0.435599,300,300,100,1), + (4458,1628,0,-10557,226.468,29.601,5.66,0,0,0.306575,-0.951846,300,300,100,1), + (4459,1628,0,-1505,-1886,68.427,0.681,0,0,0.333958,0.942588,300,300,100,1), + (4460,1628,0,-2884,-2157,25.291,3.24,0,0,0.99879,-0.0491838,300,300,100,1), + (4461,1628,0,-10550,282.701,28.836,5.024,0,0,0.588816,-0.808267,300,300,100,1), + (4462,1628,0,-10538,290.307,30.356,0.532,0,0,0.262874,0.96483,300,300,100,1), + (4463,1628,0,-10536,286.159,30.364,5.811,0,0,0.233906,-0.972259,300,300,100,1), + (4464,1628,0,-1513,-1915,68.71,4.779,0,0,0.683169,-0.730261,300,300,100,1), + (4465,1628,0,-10385.9,386.973,47.0414,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (4466,1628,0,-11003,-1310,53.2325,4.342,0,0,0.825221,-0.564811,300,300,100,1), + (4467,1628,0,-1490,-1813,68.075,4.819,0,0,0.668428,-0.743777,300,300,100,1), + (4468,1628,1,-1339,1776.05,50.148,0.11,0,0,0.0549723,0.998488,300,300,100,1), + (4469,1628,0,-1499,-1885,68.627,4.472,0,0,0.786791,-0.617219,300,300,100,1), + (4470,1628,0,-10586.7,386.926,32.3488,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (4471,1628,0,-2853.07,-2194.42,7.41447,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (4472,1628,0,-1543,-1929,69.172,1.955,0,0,0.829102,0.559097,300,300,100,1), + (4473,1628,0,-10955.6,-1294.24,53.0903,-3.12414,0,0,-0.999962,0.0087262,300,300,100,1), + (4474,1628,0,-10496,239.712,33.638,4.901,0,0,0.63738,-0.77055,300,300,100,1), + (4475,1628,0,-2891,-2236,24.956,3.316,0,0,0.9962,-0.0870932,300,300,100,1), + (4476,1628,1,-1342,1776.18,50.156,5.859,0,0,0.210506,-0.977593,300,300,100,1), + (4477,1628,1,-1408,1827.26,50.144,4.443,0,0,0.795658,-0.605746,300,300,100,1), + (4478,1628,0,-2853,-2192,29.451,5.618,0,0,0.326495,-0.945199,300,300,100,1), + (4479,1628,0,-10558,212.365,30.544,6.224,0,0,0.0295883,-0.999562,300,300,100,1), + (4480,1628,0,-10980,-1283,52.884,2.49,0,0,0.947396,0.320063,300,300,100,1), + (4481,1628,1,-1430,1775.9,50.144,1.484,0,0,0.675763,0.737119,300,300,100,1), + (4482,1628,0,-2863.84,-2169.54,23.2902,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (4483,1628,0,-2829,-2237,16.315,4.887,0,0,0.642758,-0.76607,300,300,100,1), + (4484,1628,0,-10507,422.211,37.043,1.739,0,0,0.764006,0.645209,300,300,100,1), + (4485,1628,0,-10526,448.017,36.824,1.782,0,0,0.777701,0.628635,300,300,100,1), + (4486,1628,1,-3716,-1589,92.261,3.673,0,0,0.964908,-0.262588,300,300,100,1), + (4487,1628,1,-1294,1941.35,51.615,4.539,0,0,0.765677,-0.643226,300,300,100,1), + (4488,1628,0,-10544,386.401,31.249,1.791,0,0,0.780522,0.625129,300,300,100,1), + (4489,1628,1,-1384,1855.46,50.144,0.585,0,0,0.288347,0.957526,300,300,100,1), + (4490,1628,0,-3494,-3606,76.496,3.279,0,0,0.997641,-0.0686497,300,300,100,1), + (4491,1628,0,-10450,387.891,41.737,0.025,0,0,0.0124997,0.999922,300,300,100,1), + (4492,1628,0,509.039,-308,152.709,0.038,0,0,0.0189989,0.99982,300,300,100,1), + (4493,1628,1,-4010.3,-1761.14,96.7407,0.785397,0,0,0.382683,0.92388,300,300,255,1), + (4494,1628,0,-10546,420.204,36.51,1.832,0,0,0.793172,0.608998,300,300,100,1), + (4495,1628,1,-1314.42,1787.47,50.1442,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (4496,1628,1,-3876,-1638,91.718,4.653,0,0,0.727789,-0.685801,300,300,100,1), + (4497,1628,0,470.038,-296,156.2,6.119,0,0,0.0820005,-0.996632,300,300,100,1), + (4498,1628,0,464.405,-306,157.656,6.195,0,0,0.0440783,-0.999028,300,300,100,1), + (4499,1628,1,-1290,2036.34,50.145,4.674,0,0,0.720548,-0.693405,300,300,100,1), + (4500,1628,0,-10520,410.084,34.314,2.222,0,0,0.896143,0.443766,300,300,100,1), + (4501,1628,0,-2826,-2202,30.78,1.465,0,0,0.66873,0.743505,300,300,100,1), + (4502,1628,0,-10438,380.644,45.286,2.304,0,0,0.913579,0.406661,300,300,100,1), + (4503,1628,1,-1239,1922,50.193,1.59,0,0,0.713864,0.700285,300,300,100,1), + (4504,1628,0,-10396,168.679,35.232,4.677,0,0,0.719507,-0.694485,300,300,100,1), + (4505,1628,1,-1318,1995.56,50.238,5.711,0,0,0.282206,-0.959354,300,300,100,1), + (4507,1628,1,-1383.42,1882.8,50.4076,-0.820305,0,0,-0.398749,0.91706,300,300,100,1), + (4508,3940,0,-8086.9,-1881.16,147.677,1.91986,0,0,0.819152,0.573576,7200,7200,100,1), + (4509,3938,0,-8096.9,-1885.86,134.228,0.96866,0,0,0.465615,0.884987,7200,7200,100,1), + (4510,179879,0,-7662.91,-1218.73,287.788,-0.436333,0,0,0.21644,-0.976296,7200,7200,100,1), + (4511,153556,0,-7716.94,-2033.14,133.439,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (4512,153556,0,-7766.91,-2013.52,135.337,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (4513,153556,0,-7820.68,-2203.07,133.439,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (4514,153556,0,-7715.64,-1846.73,135.942,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (4515,153556,0,-7884.96,-2246.48,136.311,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (4516,178125,0,-8059.6,-1626.94,133.591,1.65806,0,0,0.737277,0.67559,7200,7200,100,1), + (4517,175246,0,-7455.4,-2194.29,165.309,-1.6057,0,0,0.71934,-0.694658,7200,7200,100,1), + (4518,175247,0,-7454.07,-2196.13,166.703,-2.53073,0,0,0.953717,-0.300706,7200,7200,100,1), + (4519,175248,0,-7454.23,-2196.28,165.176,-1.53589,0,0,0.694658,-0.71934,7200,7200,100,1), + (4520,175249,0,-7452.62,-2197.98,165.769,-0.017453,0,0,0.008727,-0.999962,7200,7200,100,1), + (4521,160840,0,-7944.63,-2639.22,218.211,1.90241,0,0,0.814116,0.580703,7200,7200,100,1), + (4523,160445,0,-7919.95,-2603.77,223.346,-2.44346,0,0,0.939693,-0.34202,300,300,100,1), + (4525,176583,0,-8426.43,-2806.45,194.798,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (4526,176586,0,-8177.69,-3032.28,162.586,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (4527,176584,0,-7929.01,-2260.38,127.713,-2.61799,0,0,-0.965925,0.258821,300,300,100,1), + (4528,181098,0,-7851.77,-2309.09,150.363,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (4529,181098,0,-7950.04,-1316.94,134.079,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (4530,181098,0,-8085.73,-2828.89,138.411,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (4531,181098,0,-8140.97,-2003.17,134.119,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (4532,181098,0,-7520.03,-2165.39,131.775,3.14159,0,0,1,0,180,180,100,1), + (4533,181098,0,-7804.4,-2167.63,128.982,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (4534,181098,0,-7991.9,-1889.52,129.937,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (4535,181098,0,-7718.22,-1740.88,133.292,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (4536,181098,0,-8009.27,-1605.25,132.479,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (4537,181098,0,-8256.7,-2336.82,156.882,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (4538,153556,0,-7793.7,-1961.65,134.118,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (4539,153556,0,-7891.04,-2188.15,133.436,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (4540,153556,0,-7779.31,-1855.2,134.131,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (4541,153556,0,-7741.91,-2292.93,136.29,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (4542,153556,0,-7888.89,-2004.36,135.828,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (4543,172961,1,1500.39,-4423.78,25.0666,-0.07854,0,0,-0.03926,0.999229,900,900,100,1), + (4544,172955,1,1871.62,-4521,26.7974,-1.9635,0,0,-0.83147,0.55557,900,900,100,1), + (4545,2061,1,1871.62,-4521,26.7974,-1.9635,0,0,-0.83147,0.55557,900,900,100,1), + (4546,172957,1,1494.56,-4423.78,26.7795,0.139626,0,0,0.069757,0.997564,900,900,100,1), + (4547,172959,1,1494.66,-4423.75,24.5874,0.139626,0,0,0.069757,0.997564,900,900,100,1), + (4548,175743,1,2104.76,-4831.93,24.1761,-0.244347,0,0,-0.12187,0.992546,900,900,100,1), + (4549,175744,1,2099.77,-4835.06,24.1761,-1.59698,0,0,-0.716302,0.697791,900,900,100,1), + (4550,176517,1,1664.69,-4204.34,56.2608,0.02618,0,0,0.01309,0.999914,900,900,100,1), + (4551,172941,1,1766.3,-4497.01,44.4808,-2.40856,0,0,0.933581,-0.358368,900,900,100,1), + (4552,2061,1,1766.3,-4497.01,44.4808,-2.40856,0,0,0.933581,-0.358368,900,900,100,1), + (4553,172942,1,1798.63,-4496.64,45.6859,-1.9635,0,0,-0.83147,0.55557,900,900,100,1), + (4554,2061,1,1798.63,-4496.64,45.6859,-1.9635,0,0,-0.83147,0.55557,900,900,100,1), + (4555,172944,1,1952.68,-4429.13,24.7337,-0.77667,0,0,-0.378648,0.925541,900,900,100,1), + (4556,2061,1,1952.68,-4429.13,24.7337,-0.77667,0,0,-0.378648,0.925541,900,900,100,1), + (4557,172965,1,1666.79,-4391.71,24.9046,1.72788,0,0,0.760406,0.649447,900,900,100,1), + (4558,177021,1,1704.63,-4339.8,24.6321,-2.48709,0,0,0.94693,-0.32144,900,900,100,1), + (4559,2061,1,1704.63,-4339.8,24.6321,-2.48709,0,0,0.94693,-0.32144,900,900,100,1), + (4560,175318,1,1797.98,-4397.19,-17.8158,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (4561,180655,0,-5167.09,-3142.34,297.605,-0.034907,0,0,-0.0174526,0.999848,180,180,100,1), + (4562,180582,0,-5032.86,-3580.12,297.605,-1.93731,0,0,-0.824125,0.566409,180,180,100,1), + (4563,2061,1,1797.98,-4397.19,-17.8158,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (4564,175319,1,1836.03,-4364.47,-15.0451,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (4565,173087,1,1871.92,-4699.32,39.3519,2.89725,0,0,0.992546,0.12187,900,900,100,1), + (4566,2061,1,1871.92,-4699.32,39.3519,2.89725,0,0,0.992546,0.12187,900,900,100,1), + (4567,173020,1,1885.8,-4454.53,50.8345,2.97579,0,0,0.996566,0.082808,900,900,100,1), + (4568,173008,1,1457.86,-4427.24,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (4569,2061,1,1457.86,-4427.24,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (4570,173021,1,1942.49,-4481.45,25.3917,2.94088,0,0,0.994969,0.100188,900,900,100,1), + (4571,173142,1,1938.89,-4208.65,42.1457,1.24791,0,0,0.584249,0.811574,900,900,100,1), + (4572,2061,1,1938.89,-4208.65,42.1457,1.24791,0,0,0.584249,0.811574,900,900,100,1), + (4573,173147,1,1914.64,-4135.08,40.8491,2.16421,0,0,0.882947,0.469472,900,900,100,1), + (4574,2061,1,1914.64,-4135.08,40.8491,2.16421,0,0,0.882947,0.469472,900,900,100,1), + (4575,173125,1,1676.38,-4336.09,32.3788,-2.9147,0,0,0.993572,-0.113203,900,900,100,1), + (4576,2061,1,1676.38,-4336.09,32.3788,-2.9147,0,0,0.993572,-0.113203,900,900,100,1), + (4577,173118,1,1993.18,-4802.81,56.8699,-0.637044,0,0,-0.313163,0.949699,900,900,100,1), + (4578,2061,1,1993.18,-4802.81,56.8699,-0.637044,0,0,-0.313163,0.949699,900,900,100,1), + (4579,173119,1,1984.04,-4806.71,56.8699,-2.17294,0,0,0.884988,-0.465614,900,900,100,1), + (4580,2061,1,1984.04,-4806.71,56.8699,-2.17294,0,0,0.884988,-0.465614,900,900,100,1), + (4581,173006,1,1729.76,-4315.75,29.0657,-1.41372,0,0,-0.649448,0.760406,900,900,100,1), + (4582,173123,1,1973.83,-4786.46,56.842,1.32645,0,0,0.615662,0.78801,900,900,100,1), + (4583,180655,0,-5032.86,-3580.12,297.605,-1.93731,0,0,-0.824125,0.566409,180,180,100,1), + (4584,2061,1,1973.83,-4786.46,56.842,1.32645,0,0,0.615662,0.78801,900,900,100,1), + (4585,177009,1,1921.68,-4693.21,32.8007,2.73918,0,0,0.979826,0.199852,900,900,100,1), + (4586,2061,1,1921.68,-4693.21,32.8007,2.73918,0,0,0.979826,0.199852,900,900,100,1), + (4587,173012,1,1438.43,-4373.89,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (4588,2061,1,1438.43,-4373.89,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (4589,173164,1,1743.32,-4327.31,5.88989,2.618,0,0,0.965926,0.258819,900,900,100,1), + (4590,2061,1,1743.32,-4327.31,5.88989,2.618,0,0,0.965926,0.258819,900,900,100,1), + (4591,173165,1,1804.12,-4294.39,5.75211,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (4592,2061,1,1804.12,-4294.39,5.75211,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (4593,171768,0,-4707.69,-898.563,501.635,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4594,153556,0,-7835.78,-2067.96,136.252,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (4600,176586,0,-7735.01,-2792.08,164.4,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (4601,181098,0,-7886.05,-1610.07,131.439,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (4602,181098,0,-7879.24,-1625.73,131.301,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (4603,181098,0,-7777.71,-2124.28,133.354,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (4604,181098,0,-7661.62,-2408.2,140.689,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (4605,181098,0,-8018.64,-2631.86,154.225,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (4606,181098,0,-7742.38,-2630.77,140.108,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (4607,181098,0,-8249.31,-2301.12,157.463,0,0,0,0,1,180,180,100,1), + (4608,181098,0,-7762.4,-2134.81,129.157,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (4609,181098,0,-7543.71,-2349.52,159.585,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (4610,181098,0,-7849,-2494.64,142.033,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (4611,153556,0,-7800.4,-1900.31,135.089,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (4612,153556,0,-7748.03,-2078.4,133.439,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (4613,172994,1,1766.42,-4222.41,43.3518,2.60927,0,0,0.964787,0.263032,900,900,100,1), + (4614,2061,0,-4707.69,-898.563,501.635,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4615,173150,1,1945.58,-4127.67,43.4859,-2.67908,0,0,0.973379,-0.229201,900,900,100,1), + (4616,1985,0,-14609.7,328.779,2.8278,2.7838,0.028086,0.008219,0.98368,0.17753,900,900,100,1), + (4617,181098,0,-7894.79,-910.218,134.344,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (4618,181098,0,-7885.13,-1457.75,144.854,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (4619,181098,0,-7691.06,-2266.99,141.588,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (4620,2061,1,1945.58,-4127.67,43.4859,-2.67908,0,0,0.973379,-0.229201,900,900,100,1), + (4621,173151,1,1924.28,-4116.57,43.4859,-1.89368,0,0,-0.811574,0.58425,900,900,100,1), + (4622,2061,1,1924.28,-4116.57,43.4859,-1.89368,0,0,-0.811574,0.58425,900,900,100,1), + (4624,181098,0,-8239.25,-1295.05,144.954,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (4625,181098,0,-7687.27,-2163.08,129.269,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (4626,181098,0,-7908.55,-1544.55,138.719,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (4627,181098,0,-7902.08,-1525.04,141.861,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (4628,181098,0,-7525.8,-2105.85,129.138,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (4629,181098,0,-8236.79,-1115.06,142.577,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (4630,181098,0,-8046.36,-2636.36,142.762,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (4631,181098,0,-8019.63,-1798.91,132.571,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (4632,181098,0,-7636.1,-2085.42,126.572,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (4633,181098,0,-7650.19,-2183.96,130.678,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (4634,181098,0,-7846.81,-1535.49,135.441,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (4635,181098,0,-8198.2,-2339.92,131.068,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (4636,181098,0,-7769.33,-2593,140.119,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (4637,181098,0,-7870.24,-1730.39,129.47,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (4638,181098,0,-7776.16,-2522.7,140.108,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (4639,181098,0,-7653.77,-2229.76,131.816,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (4640,181098,0,-7801.77,-2060.87,133.545,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (4641,181098,0,-8144.01,-2948.26,133.333,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (4642,181098,0,-7642.77,-2265.35,131.301,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (4643,181098,0,-8236.11,-1721.77,141.869,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (4644,2061,0,-14609.7,328.779,2.8278,2.7838,0.028086,0.008219,0.98368,0.17753,900,900,100,1), + (4645,181098,0,-7608.32,-2372.12,138.584,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (4647,173062,1,1788.69,-4201.4,40.0828,-0.628319,0,0,-0.309017,0.951056,900,900,100,1), + (4649,1731,1,-2000.81,-1117.73,83.8292,-0.453786,0,0,-0.224951,0.97437,300,300,100,1), + (4651,171594,0,-4673.33,-866.654,503.897,-1.01229,0,0,-0.484809,0.87462,900,900,100,1), + (4652,1731,1,6061.28,89.874,44.249,0,0,0,0,1,300,300,100,1), + (4654,171593,0,-4673.17,-869.064,503.897,2.56563,0,0,0.95882,0.284016,900,900,100,1), + (4655,171595,0,-4671.61,-867.724,503.897,-2.75762,0,0,0.981627,-0.19081,900,900,100,1), + (4656,171646,0,-4735.55,-1012.83,503.66,2.04204,0,0,0.85264,0.522499,900,900,100,1), + (4657,171647,0,-4735.35,-1009.61,503.66,-1.66679,0,0,-0.740219,0.672366,900,900,100,1), + (4659,2106,0,-8685.02,880.659,97.0163,3.81599,0,0,0.944089,-0.329691,120,120,0,0), + (4660,171776,0,-4681.97,-1003.68,508.882,-0.898845,0,0,-0.434446,0.900698,900,900,100,1), + (4661,1731,1,-303,-4871,36.637,0.932,0,0,0.449316,0.893373,300,300,100,1), + (4664,1731,1,497.183,-4427,47.452,1.484,0,0,0.675763,0.737119,300,300,100,1), + (4666,171772,0,-4690.03,-1008.18,502.22,1.68424,0,0,0.746058,0.665881,900,900,100,1), + (4667,1731,1,647.757,-4755.22,22.2529,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (4670,1731,1,463.742,-4203,26.989,5.652,0,0,0.31038,-0.950613,300,300,100,1), + (4672,171773,0,-4679.67,-1004.79,508.882,-2.66163,0,0,0.971342,-0.237685,900,900,100,1), + (4673,171774,0,-4682.76,-1006.04,508.882,0.401426,0,0,0.199368,0.979925,900,900,100,1), + (4675,1731,1,193.139,-4449,32.768,1.497,0,0,0.68054,0.732711,300,300,100,1), + (4676,171775,0,-4680.37,-1007.54,508.882,2.05076,0,0,0.854912,0.518773,900,900,100,1), + (4677,1731,1,110.429,-4593.55,69.8251,2.75761,0,0,0.981626,0.190814,300,300,255,1), + (4678,171771,0,-4687.63,-1007.01,502.22,2.38237,0,0,0.928809,0.370558,900,900,100,1), + (4679,180664,0,-3353.9,-975.253,0,-0.349066,0,0,-0.173648,0.984808,180,180,100,1), + (4680,142341,0,-4608.83,-1008.52,504.586,1.85005,0,0,0.798635,0.601815,900,900,100,1), + (4682,1731,1,-1530.36,-3934.37,11.9037,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (4683,171602,0,-4598.81,-959.103,502.221,-0.130901,0,0,-0.065404,0.997859,900,900,100,1), + (4684,142871,0,-4635.54,-1037.33,501.064,1.48353,0,0,0.67559,0.737278,900,900,100,1), + (4686,2061,0,-4635.54,-1037.33,501.064,1.48353,0,0,0.67559,0.737278,900,900,100,1), + (4688,1731,1,6636.36,-84.0922,30.0194,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (4690,1731,1,-4977,-1838,-38,5.275,0,0,0.483013,-0.875613,300,300,100,1), + (4691,32389,0,-4613.51,-1010.71,501.601,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4693,1731,1,1127.29,-4691.03,19.824,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (4696,1731,1,-3003,269.918,104.591,2.859,0,0,0.990034,0.140827,300,300,100,1), + (4698,1731,1,-4937,-1566,-26,5.799,0,0,0.239735,-0.970838,300,300,100,1), + (4699,2061,0,-4613.51,-1010.71,501.601,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4701,1731,1,-5576.58,-3465.93,-46.912,-0.715585,0,0,-0.350207,0.936672,300,300,255,1), + (4702,1731,1,1178.94,-4858.16,24.753,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (4704,143363,0,-4624.28,-934.227,502.77,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4707,2061,0,-4624.28,-934.227,502.77,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4708,143328,0,-4629.37,-1017.04,501.612,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4709,2061,0,-4629.37,-1017.04,501.612,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4710,171765,0,-4643.84,-1021.33,501.612,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4711,1731,1,5665.6,352.15,17.621,0.698,0,0,0.341958,0.939715,300,300,100,1), + (4714,1731,1,696.49,313.62,72.7516,3.726,0,0,0.957611,-0.288063,300,300,100,1), + (4715,1731,1,-4629,-1709,-27,5.148,0,0,0.537604,-0.843198,300,300,100,1), + (4718,2110,0,-8704.89,865.731,96.3459,0,0,0,0.941176,-0.337917,120,120,0,0), + (4721,2061,0,-4643.84,-1021.33,501.612,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4722,1731,1,-507,-5222,13.401,5.888,0,0,0.196309,-0.980542,300,300,100,1), + (4724,1731,1,1466.95,-4775,8.583,0.244,0,0,0.121698,0.992567,300,300,100,1), + (4725,1731,1,1199.76,-4642,19.916,3.019,0,0,0.998122,0.0612579,300,300,100,1), + (4727,180035,0,-9607.52,8.11962,61.3373,2.02493,0,0,0.848141,0.52977,25,25,0,1), + (4728,1731,1,-5079,-2066,-51,3.397,0,0,0.991857,-0.127357,300,300,100,1), + (4729,1731,1,6896.85,-630,85.768,1.425,0,0,0.653728,0.75673,300,300,100,1), + (4730,143273,0,-4629.37,-938.423,524.698,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4731,2061,0,-4629.37,-938.423,524.698,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4733,1731,1,-9,-4221,94.547,2.251,0,0,0.902483,0.430725,300,300,100,1), + (4734,1731,1,-4624,-1722,-29,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4735,1731,1,-5073,-1271,-30,4.463,0,0,0.789561,-0.613673,300,300,100,1), + (4736,1731,1,48.07,-281,22.871,4.64,0,0,0.732231,-0.681056,300,300,100,1), + (4737,1731,1,-191.015,1279.91,96.0695,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (4738,143295,0,-4594.39,-1003.96,501.595,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4739,2061,0,-4594.39,-1003.96,501.595,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4740,1731,1,37.761,-4547,83.901,2.107,0,0,0.869159,0.494532,300,300,100,1), + (4743,171603,0,-4595.86,-957.801,502.221,-2.66163,0,0,0.971342,-0.237685,900,900,100,1), + (4744,143296,0,-4602.6,-973.61,501.596,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4745,1731,1,389.877,-4049,38.833,0,0,0,0,1,300,300,100,1), + (4746,1731,1,5215.59,316.743,42.787,0.75,0,0,0.366273,0.930508,300,300,100,1), + (4747,1731,1,5130.03,146.779,48.287,0,0,0,0,1,300,300,100,1), + (4749,1731,1,1563.38,-309,64.214,6.082,0,0,0.100423,-0.994945,300,300,100,1), + (4751,2061,1,-3364.15,-3212.08,33.6548,3.14159,0,0,1,0,900,900,100,1), + (4753,2061,0,-4602.6,-973.61,501.596,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4754,1731,1,1226.43,1375.26,100.911,4.113,0,0,0.884347,-0.466831,300,300,100,1), + (4759,1731,1,-297,-4870,35.73,1.833,0,0,0.793476,0.608601,300,300,100,1), + (4760,1731,1,-4481,-932,-50,3.672,0,0,0.965039,-0.262106,300,300,100,1), + (4762,1731,1,-5053,-2034,-51,2.644,0,0,0.969209,0.246238,300,300,100,1), + (4763,1731,1,-879,-4727,29.001,6.179,0,0,0.0520691,-0.998643,300,300,100,1), + (4764,1731,1,-877,-4736,29.884,1.937,0,0,0.824037,0.566536,300,300,100,1), + (4766,1731,1,-1996.73,423.48,133.59,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (4768,1731,1,-4917,-1993,-22,3.779,0,0,0.949642,-0.313336,300,300,100,1), + (4770,1731,1,646.033,-4629,11.574,4.39,0,0,0.811429,-0.584451,300,300,100,1), + (4772,1731,1,1417.42,-4711.25,-0.304713,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (4773,180662,0,-3843.22,-918.727,0,-2.89725,0,0,-0.992546,0.121868,180,180,100,1), + (4774,1731,1,-5208.44,-1578.95,-38.6579,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (4775,180662,0,-2755.3,-1128.21,0,2.56563,0,0,0.958819,0.284017,180,180,100,1), + (4776,34360,0,-4601.62,-889.106,524.698,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4777,2061,0,-4601.62,-889.106,524.698,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4782,1731,1,4573.88,559.401,1.293,1.069,0,0,0.509411,0.860523,300,300,100,1), + (4783,1731,1,-2170,-1180,39.063,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4784,1731,1,922.413,-4280,-5,3.482,0,0,0.98555,-0.169383,300,300,100,1), + (4785,1731,1,-4846,-1692,-33,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4786,1731,1,4594.8,576.503,1.253,2.757,0,0,0.981568,0.191113,300,300,100,1), + (4788,1731,1,1119.91,-4494,20.438,1.565,0,0,0.705055,0.709153,300,300,100,1), + (4789,143243,0,-4616.11,-927.558,501.065,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4790,2061,0,-4616.11,-927.558,501.065,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4792,143245,0,-4612.75,-905.674,501.065,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4793,2061,0,-4612.75,-905.674,501.065,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4794,1731,1,-2716.08,-1351.25,54.7605,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (4795,143247,0,-4597.79,-891.949,502.77,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4797,1731,1,4602.73,597.9,1.681,2.529,0,0,0.953457,0.301529,300,300,100,1), + (4798,2061,0,-4597.79,-891.949,502.77,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4799,1731,1,6314.4,83.032,44.354,1.745,0,0,0.765939,0.642914,300,300,100,1), + (4800,1731,1,919.639,47.729,75.064,2.97,0,0,0.996322,0.0856911,300,300,100,1), + (4803,1731,1,-840.207,175.43,-2.1451,-0.820303,0,0,-0.398748,0.91706,300,300,255,1), + (4804,1731,1,-758.024,151.076,19.3412,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (4805,1731,1,-5682.08,-3400.04,-39.1371,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (4807,1731,1,4562.35,820.458,3.31582,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (4808,26495,0,-4634.05,-922.372,502.77,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4809,1731,1,6608.39,233.555,45.378,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4812,1731,1,-2508.05,-1484.73,67.8085,-1.76278,0,0,-0.771624,0.636079,300,300,100,1), + (4813,1731,1,-993,-4497,29.336,2.604,0,0,0.964091,0.265571,300,300,100,1), + (4814,2061,0,-4634.05,-922.372,502.77,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4815,1731,1,-370,-5143,25.101,0,0,0,0,1,300,300,100,1), + (4816,1731,1,1465.76,-104,33.935,0.157,0,0,0.0784194,0.99692,300,300,100,1), + (4817,143314,0,-4604.54,-931.246,524.721,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4819,2061,0,-4604.54,-931.246,524.721,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4820,143242,0,-4604.32,-915.894,501.065,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4821,2061,0,-4604.32,-915.894,501.065,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4823,143244,0,-4626.1,-915.435,501.065,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4824,1731,1,6354.29,119.985,22.103,1.588,0,0,0.713163,0.700998,300,300,100,1), + (4826,1731,1,-5113,-1689,-34,5.623,0,0,0.324131,-0.946012,300,300,100,1), + (4827,2061,0,-4626.1,-915.435,501.065,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4828,143342,0,-4627.39,-903.521,524.698,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4829,1731,1,-961,-183,22.172,0.454,0,0,0.225056,0.974346,300,300,100,1), + (4830,1731,1,-1385,326.601,33.147,2.688,0,0,0.974392,0.224857,300,300,100,1), + (4831,1731,1,806.486,-1391,92.108,4.69,0,0,0.714978,-0.699147,300,300,100,1), + (4832,1731,1,770.491,336.971,75.4982,0.322,0,0,0.160305,0.987067,300,300,100,1), + (4833,2061,0,-4627.39,-903.521,524.698,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4834,32425,0,-4588.64,-903.059,502.77,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4835,2061,0,-4588.64,-903.059,502.77,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4836,1731,1,-1118,-485,-40,0,0,0,0,1,300,300,100,1), + (4837,143246,0,-4584.53,-924.941,502.781,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4838,2061,0,-4584.53,-924.941,502.781,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4839,143301,0,-4639.14,-926.568,524.698,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4840,2061,0,-4639.14,-926.568,524.698,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4841,176573,0,-4633.1,-931.494,509.718,-1.81514,0,0,0.788011,-0.615661,900,900,100,1), + (4844,1731,1,-2037,299.28,127.223,0.336,0,0,0.167211,0.985921,300,300,100,1), + (4845,142873,0,-4617.49,-1099.35,503.07,3.12414,0,0,0.999962,0.008726,900,900,100,1), + (4847,142872,0,-4615.65,-1087.31,501.344,1.48353,0,0,0.67559,0.737278,900,900,100,1), + (4849,2061,0,-4615.65,-1087.31,501.344,1.48353,0,0,0.67559,0.737278,900,900,100,1), + (4850,1731,1,-5090.03,-1587.31,-25.4564,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (4851,1731,1,-4384.31,-929.796,-53.7144,-2.26892,0,0,-0.906306,0.422622,300,300,255,1), + (4854,1731,1,-516,78.965,61.133,1.449,0,0,0.662761,0.748831,300,300,100,1), + (4855,1731,1,-2089,-1113,38.546,5.599,0,0,0.335459,-0.942055,300,300,100,1), + (4856,1731,1,-5656,-2561,-38,0.713,0,0,0.348996,0.937124,300,300,100,1), + (4858,171624,0,-4634.48,-1113.25,501.326,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (4859,2061,0,-4634.48,-1113.25,501.326,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (4860,180662,0,-2904.7,-1007.43,0,-0.418879,0,0,-0.207912,0.978148,180,180,100,1), + (4864,1731,1,-2820.62,-438.43,24.2419,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (4865,1731,1,3767.14,637.685,9.60146,5.38385,0,0,0.434666,-0.900592,300,300,100,1), + (4866,1731,1,3414.91,880.762,21.9763,4.46493,0,0,0.788968,-0.614434,300,300,100,1), + (4867,1731,1,2991.59,467.605,17.3735,2.77397,0,0,0.983154,0.182778,300,300,100,1), + (4868,1731,1,3982.12,209.46,10.8324,0.869379,0,0,0.421129,0.907001,300,300,100,1), + (4869,1731,1,4032.55,121.854,8.0798,5.1286,0,0,0.545757,-0.837943,300,300,100,1), + (4870,1731,1,3836.78,-228.029,9.44121,4.12256,0,0,0.882105,-0.471053,300,300,100,1), + (4871,1731,1,3680.38,-171.198,8.77558,4.91188,0,0,0.633178,-0.774006,300,300,100,1), + (4872,1731,1,3413.55,-12.685,8.58239,4.70611,0,0,0.709323,-0.704883,300,300,100,1), + (4873,1731,1,3166.67,142.232,10.8116,3.55393,0,0,0.978822,-0.204711,300,300,100,1), + (4874,1731,1,2527.21,122.553,98.3699,2.20776,0,0,0.892961,0.450135,300,300,100,1), + (4875,1731,1,2602.06,81.6833,97.8526,0.468889,0,0,0.232303,0.972644,300,300,100,1), + (4876,1731,1,2417.39,389.26,108.253,5.13337,0,0,0.543757,-0.839243,300,300,100,1), + (4877,1731,1,2420.83,-137.195,97.6321,5.83002,0,0,0.224649,-0.97444,300,300,100,1), + (4878,1731,1,2372.5,-232.726,101.306,2.72848,0,0,0.978743,0.205091,300,300,100,1), + (4879,1731,1,2471.51,-334.146,103.695,0.581204,0,0,0.286529,0.958072,300,300,100,1), + (4880,1731,1,2381.85,-494.339,111.571,5.06818,0,0,0.570819,-0.821076,300,300,100,1), + (4881,1731,1,3024.65,-233.572,132.981,4.8145,0,0,0.670099,-0.742271,300,300,100,1), + (4882,1731,1,3196.77,-124.978,107.313,0.822322,0,0,0.399674,0.916657,300,300,100,1), + (4883,1731,1,3116.76,-326.704,131.087,2.99787,0,0,0.997419,0.0717995,300,300,100,1), + (4884,1731,1,3143.46,-606.541,165.709,5.18442,0,0,0.522161,-0.852847,300,300,100,1), + (4885,1731,1,2973.86,-691.858,173.951,1.55039,0,0,0.699855,0.714285,300,300,100,1), + (4886,1731,1,2885.72,-790.483,167.812,5.21741,0,0,0.508023,-0.861344,300,300,100,1), + (4887,1731,1,2727.19,-805.128,151.909,2.15043,0,0,0.879692,0.475543,300,300,100,1), + (4888,1731,1,2622.01,-966.571,133.405,1.54882,0,0,0.699294,0.714834,300,300,100,1), + (4889,1731,1,2586.05,-1105.28,131.529,5.20799,0,0,0.512074,-0.858941,300,300,100,1), + (4890,1731,1,2730.42,-1262.76,181.695,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (4891,1731,1,2548.3,-1332.13,160.075,4.3684,0,0,0.817693,-0.575654,300,300,100,1), + (4892,1731,1,1796.47,-1630.64,91.2559,1.77658,0,0,0.775994,0.63074,300,300,100,1), + (4893,1731,1,1439.69,-1940.5,106.255,1.71925,0,0,0.757598,0.652722,300,300,100,1), + (4894,1731,1,1900.28,-2425.91,88.1028,1.5661,0,0,0.705444,0.708765,300,300,100,1), + (4895,1731,1,2743.54,-2850.19,152.638,1.05638,0,0,0.503971,0.863721,300,300,100,1), + (4896,1731,1,2755.11,-3065.72,161.034,5.98789,0,0,0.147112,-0.98912,300,300,100,1), + (4897,1731,1,2840.93,-2999.24,171.869,0.625194,0,0,0.307531,0.951538,300,300,100,1), + (4914,1731,1,-5630,-2083,-50,4.229,0,0,0.855799,-0.517309,300,300,100,1), + (4915,1731,1,-4647.86,-1294.27,-40.6488,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (4916,1731,1,871.858,-4230,-11,3.379,0,0,0.992963,-0.118425,300,300,100,1), + (4917,171729,0,-4723.9,-1055.38,504.224,2.22529,0,0,0.896873,0.442289,900,900,100,1), + (4919,1731,1,-85,-354,29.077,1.785,0,0,0.778643,0.627467,300,300,100,1), + (4920,1731,1,2092.82,1024.63,237.424,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (4921,142874,0,-4621.22,-1063.72,510.227,3.01942,0,0,0.998135,0.061049,900,900,100,1), + (4922,171628,0,-4623.18,-1055.84,500.891,1.48353,0,0,0.67559,0.737278,900,900,100,1), + (4923,2061,0,-4623.18,-1055.84,500.891,1.48353,0,0,0.67559,0.737278,900,900,100,1), + (4924,171744,0,-4597.54,-1014.79,511.975,0.331613,0,0,0.165048,0.986286,900,900,100,1), + (4925,1731,1,713.16,-4010.18,9.61455,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (4928,171745,0,-4596.31,-1018.27,511.975,-0.017452,0,0,-0.008726,0.999962,900,900,100,1), + (4933,1731,1,-4980.47,-1215.82,-45.5943,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (4934,1731,1,1458.08,-4808,11.859,-2,0,0,-0.841471,0.540302,300,300,100,1), + (4935,171632,0,-4605.18,-1113.36,511.613,-3.01069,0,0,0.997859,-0.065404,900,900,100,1), + (4936,1731,1,4298.69,940.355,62.732,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4938,1731,1,6799.74,231.752,25.522,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4939,171623,0,-4610.69,-1123.34,501.326,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (4942,1731,1,66.278,-4533,66.611,2.471,0,0,0.944313,0.329049,300,300,100,1), + (4943,1731,1,765.985,-3999,24.124,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (4945,1731,1,-784,-5564,16.693,0.681,0,0,0.333958,0.942588,300,300,100,1), + (4947,2061,0,-4610.69,-1123.34,501.326,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (4948,1731,1,919.19,-4031,-13,4.714,0,0,0.706537,-0.707676,300,300,100,1), + (4949,1731,1,7149.5,-285,36.695,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4950,1731,1,4031.87,116.379,10.8511,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (4951,171629,0,-4606.99,-1114.95,511.613,1.58825,0,0,0.71325,0.700909,900,900,100,1), + (4954,1731,1,207.442,-3865,45.509,4.674,0,0,0.720548,-0.693405,300,300,100,1), + (4955,1731,1,1141.85,-4684,17.7031,5.94,0,0,0.170752,-0.985314,300,300,100,1), + (4956,1731,1,-2290.48,262.298,84.6144,-0.872665,0,0,-0.422618,0.906308,300,300,100,1), + (4957,171630,0,-4608.79,-1113.57,511.613,0.087266,0,0,0.043619,0.999048,900,900,100,1), + (4958,2110,0,-8726.26,892.714,100.373,0,0,0,0.941176,-0.337917,120,120,0,0), + (4959,1731,1,-420,-4898,59.501,4.375,0,0,0.815789,-0.578349,300,300,100,1), + (4960,171631,0,-4607.04,-1111.92,511.613,-1.46608,0,0,-0.669131,0.743145,900,900,100,1), + (4962,1731,1,7052.75,297.974,0.323,-1,0,0,-0.479426,0.877583,300,300,100,1), + (4963,1731,1,24.325,-3989,49.571,3.016,0,0,0.998029,0.062755,300,300,100,1), + (4964,171689,0,-4651.06,-1128.31,508.554,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (4965,1731,1,7470.96,-1033.38,16.8551,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (4966,1731,1,1117.3,-4850,18.723,2.619,0,0,0.966056,0.258333,300,300,100,1), + (4967,1731,1,1572.45,1415.66,194.04,0.401425,0,0,0.199368,0.979925,300,300,100,1), + (4968,1731,1,-5675,-3390,-34,3.022,0,0,0.998213,0.0597607,300,300,100,1), + (4969,1731,1,6867.76,-610,54.861,1.522,0,0,0.689646,0.724147,300,300,100,1), + (4970,1731,1,751.688,-4683.93,30.1805,1.72787,0,0,0.760404,0.64945,300,300,255,1), + (4971,1731,1,1555.19,1329.2,170.396,0.516,0,0,0.255147,0.966902,300,300,100,1), + (4972,2110,0,-8825.39,957.519,99.1419,0,0,0,0.941176,-0.337917,120,120,0,0), + (4974,1731,1,-5599,-3014,-46.7644,0.809,0,0,0.393559,0.919299,300,300,100,1), + (4976,1731,1,879.885,-3867.51,34.1144,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (4978,1731,1,-1391.02,-3936.81,20.6872,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (4981,1731,1,-2437,-1487,38.715,0.698,0,0,0.341958,0.939715,300,300,100,1), + (4982,171690,0,-4653.37,-1129.94,508.554,0.07854,0,0,0.03926,0.999229,900,900,100,1), + (4983,1731,1,1056.59,-4808.49,21.7389,-2.04204,0,0,-0.852641,0.522496,300,300,255,1), + (4984,171687,0,-4650.19,-1120.79,501.893,-0.287979,0,0,-0.143493,0.989651,900,900,100,1), + (4985,171688,0,-4651.12,-1131.64,508.554,1.64934,0,0,0.734322,0.678801,900,900,100,1), + (4986,171686,0,-4650.05,-1123.46,501.893,0.410151,0,0,0.203641,0.979046,900,900,100,1), + (4988,1731,1,-2587,-1468,107.091,1.564,0,0,0.7047,0.709506,300,300,100,1), + (4989,1731,1,1780.35,999.612,158.326,0.816,0,0,0.396774,0.917916,300,300,100,1), + (4990,171691,0,-4649.2,-1129.97,508.554,-2.87107,0,0,0.990866,-0.134851,900,900,100,1), + (4991,1731,1,-999,-4500,28.246,0.698,0,0,0.341958,0.939715,300,300,100,1), + (4992,1731,1,4896.26,44.194,60.931,1.641,0,0,0.731487,0.681856,300,300,100,1), + (4993,180657,0,-3018.44,-941.133,0,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (4994,171726,0,-4704.68,-1109.01,504.453,2.7838,0,0,0.984041,0.177944,900,900,100,1), + (4995,143348,0,-4723.92,-1093.02,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4996,2061,0,-4723.92,-1093.02,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (4997,171724,0,-4705.47,-1107,504.453,-2.27766,0,0,0.908143,-0.418659,900,900,100,1), + (4998,171725,0,-4707.96,-1106.05,504.453,-1.57952,0,0,-0.710185,0.704015,900,900,100,1), + (4999,171727,0,-4710.65,-1109.76,504.453,0.331613,0,0,0.165048,0.986286,900,900,100,1), + (5000,171728,0,-4710.05,-1106.66,504.453,-0.802851,0,0,-0.390731,0.920505,900,900,100,1), + (5001,171591,0,-4662.45,-1161.73,503.848,2.60927,0,0,0.964787,0.263031,900,900,100,1), + (5002,171592,0,-4665.54,-1159.51,503.848,-0.340339,0,0,-0.169349,0.985556,900,900,100,1), + (5003,171625,0,-4628.21,-1134.49,501.326,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (5004,2061,0,-4628.21,-1134.49,501.326,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (5006,171590,0,-4663.27,-1159.31,503.848,-2.10312,0,0,0.868199,-0.496216,900,900,100,1), + (5007,143298,0,-4603.03,-1130.16,501.898,-0.165806,0,0,-0.082808,0.996566,900,900,100,1), + (5008,171627,0,-4624.23,-1150.43,501.311,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (5009,2061,0,-4624.23,-1150.43,501.311,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (5010,143297,0,-4603.32,-1131.69,501.898,-0.165806,0,0,-0.082808,0.996566,900,900,100,1), + (5011,143299,0,-4598.83,-1137.76,501.898,3.01069,0,0,0.997859,0.065403,900,900,100,1), + (5012,180662,0,-3018.44,-941.133,0,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (5013,171549,0,-4618.1,-1211.71,503.388,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5014,2061,0,-4618.1,-1211.71,503.388,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5015,143344,0,-4730.05,-1124.32,511.342,2.94961,0,0,0.995396,0.095845,900,900,100,1), + (5016,143349,0,-4729.94,-1123.25,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5017,2061,0,-4729.94,-1123.25,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5018,150087,0,-4725.75,-1090.37,505.937,-2.93215,0,0,0.994522,-0.104528,900,900,100,1), + (5019,1731,1,413.661,-4258.74,32.9778,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (5021,180657,0,-2869.85,-1038.07,0,1.62316,0,0,0.725376,0.688353,180,180,100,1), + (5022,1731,1,356.217,-4973,27.051,6.106,0,0,0.0884768,-0.996078,300,300,100,1), + (5029,1731,1,67.037,-217,20.389,2.451,0,0,0.940975,0.338476,300,300,100,1), + (5031,1731,1,-225,-547,41.729,3.401,0,0,0.9916,-0.12934,300,300,100,1), + (5032,180662,0,-2869.85,-1038.07,0,1.62316,0,0,0.725376,0.688353,180,180,100,1), + (5033,180657,0,-3710.44,-673.205,0,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (5034,171589,0,-4665.03,-1161.72,503.848,0.959931,0,0,0.461749,0.887011,900,900,100,1), + (5038,1731,1,1241.87,-4940,14.829,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (5040,1731,1,-605,-4948,48.027,4.451,0,0,0.793228,-0.608924,300,300,100,1), + (5041,1731,1,503.216,-3923.43,23.0152,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (5044,1731,1,-1042,-4566,45.508,1.606,0,0,0.719443,0.694552,300,300,100,1), + (5045,1731,1,1000.78,-4682,33.097,0.107,0,0,0.0534745,0.998569,300,300,100,1), + (5047,1731,1,26.8517,1824.61,127.604,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (5049,171626,0,-4632.59,-1169.81,501.247,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (5050,2061,0,-4632.59,-1169.81,501.247,1.71915,0,0,0.757565,0.652759,900,900,100,1), + (5051,181021,0,-4641.6,-1178.9,515.026,-2.05949,0,0,0.857167,-0.515038,900,900,100,1), + (5054,32391,0,-4737.56,-1152.55,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5055,1731,1,6898.14,-589,30.224,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (5056,2061,0,-4737.56,-1152.55,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5057,143343,0,-4737.59,-1060.55,509.893,-2.58309,0,0,0.961262,-0.275638,900,900,100,1), + (5058,143347,0,-4732.15,-1066.07,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5060,2061,0,-4732.15,-1066.07,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5061,1731,1,-943,-5110,-9,4.681,0,0,0.718117,-0.695923,300,300,100,1), + (5066,1731,1,6825.55,-664,86.337,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5071,180662,0,-3710.44,-673.205,0,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (5072,1731,1,2368.37,-502.473,116.287,-1.22173,0,0,-0.573576,0.819152,300,300,100,1), + (5073,1731,1,6573.71,-219,48.386,2.95,0,0,0.995415,0.0956499,300,300,100,1), + (5074,180662,0,-3873.45,-634.351,0,-0.837758,0,0,-0.406737,0.913545,180,180,100,1), + (5078,1731,1,6917.62,-597,45.348,2.135,0,0,0.875997,0.482316,300,300,100,1), + (5079,1731,1,6869.3,-591,42.412,3.07,0,0,0.999359,0.0357887,300,300,100,1), + (5080,1731,1,-149.711,-5155.12,22.047,0.279,0,0,0.139048,0.990286,300,300,100,1), + (5082,171548,0,-4626.56,-1222.81,503.388,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5083,1731,1,-710.721,-4951.73,29.1461,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (5084,1731,1,243.719,359.159,69.786,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (5085,1731,1,1299.81,1362.38,159.663,-1.48353,0,0,-0.67559,0.737277,300,300,100,1), + (5086,2061,0,-4626.56,-1222.81,503.388,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5088,1731,1,-4911,-1282,-29.3489,1.323,0,0,0.614301,0.789072,300,300,100,1), + (5089,1731,1,4560.8,630.978,28.017,3.521,0,0,0.98206,-0.188568,300,300,100,1), + (5090,171532,0,-4751.98,-1142.97,504.487,0.733039,0,0,0.358368,0.93358,900,900,100,1), + (5094,1731,1,-615.527,-775.294,56.9064,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (5095,171534,0,-4751.91,-1141.76,504.587,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5097,180657,0,-3649.69,-665.087,0,0.191986,0,0,0.0958456,0.995396,180,180,100,1), + (5103,1731,1,2761.35,-3058.57,164.029,-0.488691,0,0,-0.241921,0.970296,300,300,255,1), + (5105,171531,0,-4707.97,-1214.16,504.101,0.68068,0,0,0.333807,0.942641,900,900,100,1), + (5106,1731,1,900.322,-4608,18.3222,2.264,0,0,0.905264,0.42485,300,300,100,1), + (5107,171528,0,-4709.26,-1213.95,504.161,-0.890117,0,0,-0.430511,0.902585,900,900,100,1), + (5108,1731,1,2354.04,1204.05,338.593,2.534,0,0,0.954208,0.299145,300,300,100,1), + (5110,1731,1,945.301,-4123,-12,3.856,0,0,0.936878,-0.349656,300,300,100,1), + (5114,1731,1,-947,-4608,25.595,0.297,0,0,0.147955,0.988994,300,300,100,1), + (5115,171529,0,-4709.14,-1212.74,504.276,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (5116,171562,0,-4676.99,-1231.75,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5117,2061,0,-4676.99,-1231.75,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5118,171530,0,-4707.88,-1212.86,504.103,2.25148,0,0,0.902585,0.430511,900,900,100,1), + (5119,180662,0,-3649.69,-665.087,0,0.191986,0,0,0.0958456,0.995396,180,180,100,1), + (5120,180655,1,-1981.99,-3767.3,0,1.5708,0,0,0.707108,0.707106,180,180,100,1), + (5121,180655,1,5881.34,595.47,0,-2.51327,0,0,-0.951056,0.309019,180,180,100,1), + (5122,2061,1,1788.69,-4201.4,40.0828,-0.628319,0,0,-0.309017,0.951056,900,900,100,1), + (5123,180655,1,5881.34,595.47,0,-2.51327,0,0,-0.951056,0.309019,180,180,100,1), + (5124,180657,1,1686.51,833.11,122.101,-2.67035,0,0,-0.972369,0.233447,180,180,100,1), + (5125,171560,0,-4654.32,-1239.36,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5126,2061,0,-4654.32,-1239.36,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5127,1731,1,-1164.81,609.84,83.9524,2.9147,0,0,0.993572,0.113203,300,300,100,1), + (5132,1731,1,791.334,-4036,-6,3.273,0,0,0.997842,-0.0656564,300,300,100,1), + (5133,171561,0,-4664.09,-1232.73,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5135,1731,1,-5720.24,-3154.99,-28.4684,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (5136,2111,0,-8706.68,866.017,97.2,0,0,0,0.904455,0.426568,120,120,0,0), + (5137,1731,1,5161.25,31.9684,44.8402,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (5138,1731,1,1447.74,214.272,16.954,0.903,0,0,0.436316,0.899794,300,300,100,1), + (5140,2061,0,-4664.09,-1232.73,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5141,175689,0,-4585.96,-1223.39,504.293,2.30151,0.681389,-0.188966,0.68139,0.188967,900,900,100,1), + (5142,1731,1,7277.69,-842,37.668,1.169,0,0,0.551782,0.833988,300,300,100,1), + (5143,171564,0,-4696.58,-1248.01,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5144,2061,0,-4696.58,-1248.01,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5146,1731,1,-4981,-1205,-37,3.21,0,0,0.999415,-0.034197,300,300,100,1), + (5148,1731,1,1233.14,-275,2.302,4.548,0,0,0.762774,-0.646665,300,300,100,1), + (5150,1731,1,1267.43,759.141,193.445,0.767,0,0,0.374169,0.927361,300,300,100,1), + (5152,1731,1,833.743,-4211,-1,5.17,0,0,0.528296,-0.84906,300,300,100,1), + (5153,1731,1,-2767,-205,23.503,1.414,0,0,0.649556,0.760314,300,300,100,1), + (5156,1731,1,6657.02,89.426,34.761,0.122,0,0,0.0609622,0.99814,300,300,100,1), + (5157,1731,1,-815.609,-868.47,26.8822,-2.84489,0,0,-0.989016,0.147808,300,300,100,1), + (5158,171565,0,-4697.92,-1260.76,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5160,2061,0,-4697.92,-1260.76,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5161,171563,0,-4689.1,-1236.89,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5163,1731,1,-5255,-1554,-37,6.202,0,0,0.0405814,-0.999176,300,300,100,1), + (5165,2061,0,-4689.1,-1236.89,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5166,1731,1,6725.17,90.662,29.634,4.67,0,0,0.721934,-0.691962,300,300,100,1), + (5167,1731,1,-317.643,-4847.5,40.5401,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (5168,1731,1,1177.25,-4769,18.966,0,0,0,0,1,300,300,100,1), + (5169,180664,1,1686.51,833.11,122.101,-2.67035,0,0,-0.972369,0.233447,180,180,100,1), + (5173,1731,1,1268.36,1499.91,92.6485,1.276,0,0,0.59559,0.803289,300,300,100,1), + (5174,1731,1,-5154,-2351,-43,3.886,0,0,0.931528,-0.363669,300,300,100,1), + (5176,1731,1,-550,-4910,45.558,0,0,0,0,1,300,300,100,1), + (5177,1731,1,-2806,-144,22.177,4.521,0,0,0.771435,-0.636309,300,300,100,1), + (5178,180655,1,4723.29,727.582,0,-0.506145,0,0,-0.25038,0.968148,180,180,100,1), + (5179,180655,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766045,0.642787,180,180,100,1), + (5180,1731,1,2411.54,-856.929,147.678,-0.069812,0,0,-0.0348989,0.999391,300,300,255,1), + (5181,180655,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766045,0.642787,180,180,100,1), + (5182,180655,1,5286.93,587.093,0,-1.51844,0,0,-0.688356,0.725373,180,180,100,1), + (5183,180655,1,5286.93,587.093,0,-1.51844,0,0,-0.688356,0.725373,180,180,100,1), + (5186,1731,1,2287.31,1126.64,316.395,2.828,0,0,0.987733,0.156155,300,300,100,1), + (5187,1731,1,546.318,-4874.02,37.2483,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (5188,1731,1,-5173,-2426,-50,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (5189,1731,1,7148.24,-934.898,75.9276,0.977384,0,0,0.469471,0.882948,300,300,100,1), + (5190,180655,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (5191,1731,1,923.991,-3979,27.253,-2,0,0,-0.841471,0.540302,300,300,100,1), + (5192,180655,1,6511.13,757.642,0,-1.44862,0,0,-0.662619,0.748957,180,180,100,1), + (5193,175686,0,-4625.65,-1262.28,503.65,-2.99324,0.316432,0.023515,0.945716,-0.070279,900,900,100,1), + (5195,175687,0,-4594.84,-1257.88,506.558,2.46134,0.011342,-0.006995,0.942617,0.333609,900,900,100,1), + (5198,2124,0,-8845.37,923.024,101.638,1.96351,0,0,0.831475,0.555563,120,120,0,0), + (5200,1731,1,7637.88,-1134,72.186,5.297,0,0,0.473352,-0.880873,300,300,100,1), + (5201,1731,1,5788.55,180.098,41.5897,-0.034907,0,0,-0.0174526,0.999848,300,300,100,1), + (5202,1731,1,712.542,-4512.38,19.8831,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (5203,175685,0,-4663.95,-1281.13,504.584,0.646141,0.012495,0.00463,0.317446,0.948183,900,900,100,1), + (5204,1731,1,924.105,1489.77,14.2401,0.575957,0,0,0.284015,0.95882,300,300,255,1), + (5205,175688,0,-4602.46,-1234.72,504.472,-0.521631,0.309975,-0.635543,0.309974,0.635543,900,900,100,1), + (5206,171566,0,-4693.13,-1271.5,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5211,1731,1,-5396.93,-1709.76,-38.7407,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (5213,1731,1,845.625,-4164.17,-8.82255,-0.994837,0,0,-0.477158,0.878817,300,300,255,1), + (5214,1731,1,358.909,-4596,60.359,4.485,0,0,0.782763,-0.622321,300,300,100,1), + (5218,1731,1,193.885,-4771,14.324,0.164,0,0,0.0819081,0.99664,300,300,100,1), + (5219,1731,1,-2762,-634,19.881,0.541,0,0,0.267213,0.963637,300,300,100,1), + (5221,1731,1,4560.07,587.813,1.126,5.591,0,0,0.339225,-0.940705,300,300,100,1), + (5223,1731,1,188.034,-4793,14.51,3.147,0,0,0.999996,-0.00270371,300,300,100,1), + (5224,2061,0,-4693.13,-1271.5,501.989,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5225,1731,1,-309,-5194,22.23,0,0,0,0,1,300,300,100,1), + (5226,1731,1,1245.91,315.511,27.965,3.092,0,0,0.999693,0.0247938,300,300,100,1), + (5231,32416,0,-4770.98,-1171.26,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5233,1731,1,-713,-763,44.168,-2,0,0,-0.841471,0.540302,300,300,100,1), + (5234,2061,0,-4770.98,-1171.26,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5235,1731,1,7605.1,-1025,40.266,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5237,1731,1,-278,967.098,94.647,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (5239,171533,0,-4753.31,-1142.94,504.587,-0.881391,0,0,-0.426569,0.904455,900,900,100,1), + (5240,1731,1,-325,-4856,40.775,1.292,0,0,0.601997,0.798498,300,300,100,1), + (5241,1731,1,1153.52,-268,-9,4.029,0,0,0.903168,-0.429287,300,300,100,1), + (5243,171742,0,-4773.95,-1190.97,509.432,0.462513,0,0,0.229201,0.973379,900,900,100,1), + (5244,1731,1,-552,-4832,36.636,4.135,0,0,0.879158,-0.47653,300,300,100,1), + (5245,1731,1,-1844.6,-1004.5,84.088,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (5247,1731,1,-2808,-792,18.084,1.917,0,0,0.81833,0.574748,300,300,100,1), + (5249,143333,0,-4783.12,-1179,504.877,1.87623,0,0,0.806445,0.59131,900,900,100,1), + (5254,1731,1,-817,-4629,44.872,3.991,0,0,0.911161,-0.412051,300,300,100,1), + (5258,171716,0,-4762.97,-1117.11,499.335,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5314,1731,1,5242.39,40.943,61.728,0,0,0,0,1,300,300,100,1), + (5315,148976,0,-4762.97,-1117.11,499.335,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5316,1731,1,958.429,-4298,-6,4.213,0,0,0.85991,-0.510446,300,300,100,1), + (5317,1731,1,6715.34,-360.81,47.1552,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (5318,1731,1,1133.49,-4584.18,28.9594,2.79252,0,0,0.984807,0.173652,300,300,255,1), + (5319,171743,0,-4772.97,-1193.28,509.432,0.462513,0,0,0.229201,0.973379,900,900,100,1), + (5320,1731,1,1601.27,102.149,21.912,0.677,0,0,0.332073,0.943254,300,300,100,1), + (5321,1731,1,801.919,-4835,38.039,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (5322,180655,1,6511.13,757.642,0,-1.44862,0,0,-0.662619,0.748957,180,180,100,1), + (5323,1731,1,-1665,355.18,109.988,2.531,0,0,0.953758,0.300576,300,300,100,1), + (5327,1731,1,544.077,-4581.3,49.0066,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (5328,180655,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (5329,1731,1,1752.61,689.183,161.426,3.006,0,0,0.997703,0.0677444,300,300,100,1), + (5333,1731,1,4854.45,534.633,10.662,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5335,1731,1,6176.48,463.119,24.8209,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (5337,1731,1,418.688,-4938,37.499,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5340,180655,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (5342,1731,1,-2673,343.263,137.52,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5343,1731,1,251.159,-3871.59,39.2736,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (5344,1731,1,951.524,-4226,-6,2.417,0,0,0.935085,0.354422,300,300,100,1), + (5347,1731,1,-4979,-1856,-38,2.635,0,0,0.968092,0.250596,300,300,100,1), + (5351,1731,1,6874.35,-583,42.533,1.781,0,0,0.777386,0.629023,300,300,100,1), + (5352,177222,0,-4634.65,-1288.04,504.584,-2.40818,-0.00517,0.012281,0.933433,-0.358504,900,900,100,1), + (5353,175726,0,-4624.76,-1315.31,502.951,-1.43117,0,0,0.656059,-0.75471,900,900,100,1), + (5354,1731,1,82.093,-4522,70.473,2.467,0,0,0.943653,0.330937,300,300,100,1), + (5355,1731,1,6835.45,-291,40.423,1.92,0,0,0.819192,0.57352,300,300,100,1), + (5356,1731,1,-708,-4690,35.181,6.181,0,0,0.0510703,-0.998695,300,300,100,1), + (5358,1731,1,829.24,1452.84,-5,0,0,0,0,1,300,300,100,1), + (5360,1731,1,-4663,-1376,-32,3.686,0,0,0.963181,-0.268855,300,300,100,1), + (5361,1731,1,833.341,-4095,25.37,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5362,175739,0,-4616.51,-1306.35,504.34,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (5363,175736,0,-4617.07,-1305.17,504.333,2.26893,0,0,0.906308,0.422618,900,900,100,1), + (5364,175750,0,-4626.7,-1312.24,502.951,1.8675,0,0,0.803857,0.594823,900,900,100,1), + (5365,1731,1,-4783,-1732,-37,3.037,0,0,0.998633,0.0522725,300,300,100,1), + (5366,1731,1,1316.97,-4828.23,24.0255,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (5368,1731,1,71.799,-5185,-6,1.129,0,0,0.534993,0.844856,300,300,100,1), + (5370,1731,1,6.07,-34,49.14,4.863,0,0,0.651904,-0.758301,300,300,100,1), + (5371,1731,1,-5306,-1632,-38,1.264,0,0,0.59076,0.806848,300,300,100,1), + (5374,1731,1,1225.42,-103,-2,5.961,0,0,0.160397,-0.987053,300,300,100,1), + (5375,1731,1,1509.55,-4858.73,9.38298,1.85,0,0,0.798621,0.601835,300,300,100,1), + (5376,1731,1,1067.8,-4590.99,27.041,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (5377,1731,1,7325.42,-523,8.434,1.553,0,0,0.700787,0.713371,300,300,100,1), + (5381,175725,0,-4625.98,-1315,502.944,-2.40855,0,0,0.93358,-0.358368,900,900,100,1), + (5382,175683,0,-4680.76,-1301,504.092,4.71239,0.61994,-0.340111,0.619939,0.34011,900,900,100,1), + (5384,175742,0,-4636.71,-1322.54,504.333,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (5385,175761,0,-4636.64,-1321.16,504.333,1.90241,0,0,0.814116,0.580703,900,900,100,1), + (5386,175746,0,-4634.88,-1322.61,504.326,-0.593412,0,0,0.292372,-0.956305,900,900,100,1), + (5392,1731,1,6832.27,-610,51.397,0.144,0,0,0.0719378,0.997409,300,300,100,1), + (5394,175734,0,-4617.49,-1322.88,504.34,1.8326,0,0,0.793353,0.608761,900,900,100,1), + (5396,175684,0,-4686.71,-1333.56,506.201,2.04232,0.012548,-0.004485,0.852658,0.522299,900,900,100,1), + (5398,175681,0,-4695.44,-1318.03,504.075,2.21004,0.607692,-0.361538,0.607693,0.361539,900,900,100,1), + (5399,1731,1,6888.3,396.644,15.7299,-0.837758,0,0,-0.406737,0.913545,300,300,100,1), + (5400,1731,1,590.341,-4278,15.473,1.777,0,0,0.776127,0.630577,300,300,100,1), + (5401,1731,1,972.06,-4718.87,29.4653,0,0,0,0,1,300,300,255,1), + (5403,171550,0,-4714.76,-1295.98,503.388,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5404,2061,0,-4714.76,-1295.98,503.388,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5405,175680,0,-4698.27,-1312.97,503.944,2.21004,0.607692,-0.361538,0.607693,0.361539,900,900,100,1), + (5406,1731,1,-4546,-1195,-48,3.132,0,0,0.999988,0.00479632,300,300,100,1), + (5408,1731,1,1430.12,-4664.15,46.1002,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (5409,1731,1,6770.72,0.317,27.224,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5413,171551,0,-4727.5,-1301.81,503.388,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5415,1731,1,2059.95,1124.83,270.65,1.197,0,0,0.563404,0.826182,300,300,100,1), + (5416,1731,1,-114.647,1298.89,93.6003,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (5419,2061,0,-4727.5,-1301.81,503.388,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5420,1731,1,36.035,-197,27.172,0.288,0,0,0.143503,0.98965,300,300,100,1), + (5422,175682,0,-4682.52,-1322.51,506.095,2.07694,0.067603,-0.039821,0.858973,0.505974,900,900,100,1), + (5423,174848,0,-4695.56,-1311.49,503.961,-0.925024,0,0,0.446198,-0.894934,900,900,100,1), + (5424,175265,0,-4695.79,-1312.3,503.961,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (5425,175679,0,-4714.71,-1325.93,504.599,1.5708,0.147016,-0.691655,0.147016,0.691655,900,900,100,1), + (5426,137647,0,-4802.87,-1175.06,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5427,2061,0,-4802.87,-1175.06,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5428,32429,0,-4846.84,-1159.43,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5429,2061,0,-4846.84,-1159.43,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5430,171717,0,-4807.86,-1130.18,499.499,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5431,148976,0,-4807.86,-1130.18,499.499,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5435,180655,1,6845.35,479.494,0,1.71042,0,0,0.754709,0.65606,180,180,100,1), + (5439,180655,1,6965.09,434.654,0,-1.43117,0,0,-0.656059,0.75471,180,180,100,1), + (5441,180655,1,6965.09,434.654,0,-1.43117,0,0,-0.656059,0.75471,180,180,100,1), + (5442,180655,1,6981.46,323.755,0,-0.872665,0,0,-0.422618,0.906308,180,180,100,1), + (5444,1731,1,5122.07,354.769,11.8237,-2.9147,0,0,-0.993572,0.113203,300,300,100,1), + (5445,1731,1,4451.96,413.918,67.525,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5447,1731,1,5.7781,-4578.69,53.9976,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (5450,1731,1,-1594,-874,37.908,2.723,0,0,0.978177,0.207772,300,300,100,1), + (5452,1731,1,6135.04,17.2649,44.6068,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (5453,171713,0,-4789.21,-1128.66,498.881,-1.82387,0,0,-0.790689,0.612218,900,900,100,1), + (5455,1731,1,835.805,-4055,-8.4,3.073,0,0,0.999412,0.0342896,300,300,100,1), + (5458,1731,1,1000.95,1509.58,19.5043,5.281,0,0,0.480384,-0.877058,300,300,100,1), + (5459,171714,0,-4792.54,-1127.9,498.881,-1.82387,0,0,-0.790689,0.612218,900,900,100,1), + (5463,1731,1,-4762,-1768,-33,2.236,0,0,0.899227,0.437482,300,300,100,1), + (5465,180655,1,6981.46,323.755,0,-0.872665,0,0,-0.422618,0.906308,180,180,100,1), + (5466,1731,1,-5403,-2922,-50,4.191,0,0,0.865472,-0.500957,300,300,100,1), + (5467,1731,1,-5126,-2436,-52,4.652,0,0,0.728132,-0.685437,300,300,100,1), + (5468,1731,1,719.195,-4127,1.455,2.869,0,0,0.990726,0.135875,300,300,100,1), + (5469,143336,0,-4862.73,-1148.93,506.687,0.418879,0,0,0.207912,0.978148,900,900,100,1), + (5471,1731,1,-300,-4851,37.896,3.004,0,0,0.997634,0.0687421,300,300,100,1), + (5472,1731,1,-642,-5100,21.157,0.379,0,0,0.188368,0.982099,300,300,100,1), + (5474,1731,1,517.774,-4761,30.16,0.785,0,0,0.3825,0.923956,300,300,100,1), + (5475,1731,1,-1583,276.251,22.789,-2,0,0,-0.841471,0.540302,300,300,100,1), + (5476,180655,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587786,0.809016,180,180,100,1), + (5477,1731,1,508.831,275.832,69.153,5.665,0,0,0.304194,-0.95261,300,300,100,1), + (5484,171640,0,-5048.86,-1280.78,501.963,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5485,1732,1,7387.24,-372,4.4835,1.641,0,0,0.731487,0.681856,300,300,100,1), + (5490,142140,0,-11563.1,782.105,42.5379,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (5492,1619,0,-9083.2,-1084.1,82.282,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (5493,1732,1,626.583,-1219,92.137,4.237,0,0,0.853723,-0.520728,300,300,100,1), + (5496,2124,0,-8727.91,892.832,100.376,0,0,0,0.904455,0.426568,120,120,0,0), + (5497,1619,0,-9436.08,556.346,70.3439,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (5498,1620,0,-10124.6,1280.59,39.4595,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (5499,1732,1,2730.26,-3700.82,92.1035,-2.19912,0,0,-0.891008,0.453988,300,300,100,1), + (5500,1732,1,-1940,1653.59,62.646,2.304,0,0,0.913579,0.406661,300,300,100,1), + (5502,1732,1,2524.86,1767.01,357.391,2.67,0,0,0.972329,0.233617,300,300,100,1), + (5503,1731,1,418.566,-4941,36.963,1.789,0,0,0.779896,0.625909,300,300,100,1), + (5504,1620,0,-10193,88.2107,27.1032,1.65806,0,0,0.737277,0.675591,300,300,255,1), + (5505,1621,1,1805.19,-2050.75,104.122,1.83259,0,0,0.793353,0.608762,300,300,255,1), + (5507,1621,0,-10827.9,1783.94,35.4826,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (5509,1732,1,3319,-680.59,163.89,2.496,0,0,0.948352,0.31722,300,300,100,1), + (5511,1622,0,-11073.5,-233.118,18.9209,2.30383,0,0,0.913545,0.406738,300,300,255,1), + (5517,2124,0,-8827,957.504,99.847,2.26,0,0,0.904455,0.426568,120,120,0,0), + (5522,1732,1,-1521,1964.46,67.374,1.85,0,0,0.798621,0.601835,300,300,100,1), + (5525,1732,1,2508.13,-1446,172.044,-2,0,0,-0.841471,0.540302,300,300,100,1), + (5531,1732,1,7476.1,-941.806,24.6554,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (5535,1731,1,-704,-4570,41.348,0.718,0,0,0.351338,0.936249,300,300,100,1), + (5546,1732,1,4180.47,1107.06,28.841,1.745,0,0,0.765939,0.642914,300,300,100,1), + (5547,21073,1,-2822.02,-3416.97,34.1203,2.97579,0,0,0.996566,0.082808,900,900,100,1), + (5557,2041,1,1623.1,-1760.67,94.6082,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (5558,2042,0,-11678.6,644.356,49.927,-1.81514,0,0,-0.788011,0.615662,300,300,255,1), + (5559,1732,1,3826.41,240.895,5.254,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5561,1732,1,5954.85,-58,47.114,2.793,0,0,0.984849,0.173415,300,300,100,1), + (5562,2045,1,4147.58,1212.44,-15.3628,-2.9845,0,0,-0.996917,0.0784664,300,300,255,1), + (5571,1732,1,-1120,2109.99,85.869,1.588,0,0,0.713163,0.700998,300,300,100,1), + (5572,1732,1,5662.14,10.901,68.683,2.443,0,0,0.939614,0.342237,300,300,100,1), + (5585,1732,1,3340.94,49.9797,25.133,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (5586,181098,0,-7970.58,-1252.48,133.754,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (5592,1732,1,7263.68,-972,48.551,1.361,0,0,0.629182,0.777258,300,300,100,1), + (5595,1732,1,3045.58,279.496,50.1172,1.15192,0,0,0.544639,0.838671,300,300,255,1), + (5598,1732,1,5738.26,499.741,6.79997,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (5600,1732,1,-1277,2161.87,99.143,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5602,1732,1,-704.537,1343.63,94.3765,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (5606,1732,1,5573.86,468.625,20.336,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (5613,1732,1,-5135,-2361,-52,0,0,0,0,1,300,300,100,1), + (5614,1732,1,-284,1431.68,105.799,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (5620,1732,1,4896.88,826.576,-1,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5631,1732,1,-1443,993.998,96.11,2.234,0,0,0.898789,0.438381,300,300,100,1), + (5635,1732,1,-1729.69,-3879.37,25.8715,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (5641,1732,1,7062.76,-212,47.978,2.862,0,0,0.990244,0.139341,300,300,100,1), + (5645,1732,1,7948.17,-1082,35.579,1.501,0,0,0.682005,0.731348,300,300,100,1), + (5654,1732,1,-2057.46,2282.55,68.2259,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (5669,1732,1,73.371,-294,37.23,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (5676,1732,1,3482.47,750.91,28.298,-2,0,0,-0.841471,0.540302,300,300,100,1), + (5677,1732,1,-5469,-2096,-56,1.047,0,0,0.499914,0.866075,300,300,100,1), + (5678,1732,1,-5649.77,-2964.91,-42.7809,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (5686,1733,1,-1659,-2294,87.098,-1,0,0,-0.479426,0.877583,300,300,100,1), + (5688,1733,1,2274.85,-2824.09,131.828,5.26837,0,0,0.485913,-0.874007,300,300,100,1), + (5689,1733,1,2347.68,-2822.3,129.364,4.81679,0,0,0.669249,-0.743038,300,300,100,1), + (5690,1733,1,2272.06,-2966.93,120.685,5.77497,0,0,0.251382,-0.967888,300,300,100,1), + (5691,1733,1,2259,-2947.02,113.527,1.37674,0,0,0.635279,0.772283,300,300,100,1), + (5692,1733,1,1948.91,-2897.51,101.791,5.53542,0,0,0.365233,-0.930916,300,300,100,1), + (5693,1733,1,1877.71,-2865.41,76.1105,5.72784,0,0,0.274118,-0.961696,300,300,100,1), + (5694,1733,1,1836.67,-2941.54,97.7927,2.33886,0,0,0.920528,0.390676,300,300,100,1), + (5695,1733,1,1989.7,-3208.08,101.042,3.86646,0,0,0.935037,-0.354551,300,300,100,1), + (5696,1733,1,2052.12,-3289.35,93.9253,4.59294,0,0,0.748053,-0.663639,300,300,100,1), + (5697,1733,1,1866.93,-3179.24,93.9894,5.20948,0,0,0.511434,-0.859323,300,300,100,1), + (5698,1733,1,1824.93,-3199.7,93.043,0.677727,0,0,0.332415,0.943133,300,300,100,1), + (5699,1733,1,1758.81,-3191.94,94.0924,2.17391,0,0,0.885215,0.465183,300,300,100,1), + (5700,1733,1,1739.98,-3154.85,92.2263,0.0376239,0,0,0.0188108,0.999823,300,300,100,1), + (5701,1733,1,1649.73,-3048.86,91.9891,6.26191,0,0,0.0106375,-0.999943,300,300,100,1), + (5702,1733,1,1598.2,-3088.08,90.232,4.67934,0,0,0.718694,-0.695326,300,300,100,1), + (5703,1733,1,1999.45,-2641.09,102.072,0.10047,0,0,0.0502139,0.998738,300,300,100,1), + (5704,1733,1,2124.21,-2423.28,102.957,2.41346,0,0,0.934457,0.356077,300,300,100,1), + (5705,1733,1,2129.12,-2323.16,110.792,5.24481,0,0,0.496175,-0.868223,300,300,100,1), + (5706,1733,1,2096.34,-2264.55,112.135,6.23048,0,0,0.0263495,-0.999653,300,300,100,1), + (5707,1733,1,1995.14,-2046.14,109.707,4.45548,0,0,0.791862,-0.6107,300,300,100,1), + (5708,1733,1,2350.81,-1913.7,72.3219,5.5629,0,0,0.352408,-0.935847,300,300,100,1), + (5709,1733,1,2348.42,-1912.43,70.2146,4.84034,0,0,0.660453,-0.750867,300,300,100,1), + (5710,1733,1,2350.46,-1911.86,70.9743,3.90572,0,0,0.927897,-0.372836,300,300,100,1), + (5711,1733,1,2349.66,-1912.81,73.1083,4.8796,0,0,0.645588,-0.763686,300,300,100,1), + (5712,1733,1,2350.45,-1914.29,77.6194,5.05238,0,0,0.577287,-0.816541,300,300,100,1), + (5713,1733,1,2346.65,-1913.4,72.4533,5.17412,0,0,0.526546,-0.850147,300,300,100,1), + (5714,1733,1,2427.41,-2280.99,138.642,1.17643,0,0,0.554877,0.831932,300,300,100,1), + (5715,1733,1,2435.44,-2368.75,145.755,4.05098,0,0,0.898396,-0.439187,300,300,100,1), + (5716,1733,1,2604.09,-2360.54,168.865,2.16602,0,0,0.883372,0.468672,300,300,100,1), + (5717,1733,1,2631.94,-2412.94,174.419,0.0729331,0,0,0.0364585,0.999335,300,300,100,1), + (5718,1733,1,2653.48,-2576.28,183.302,4.51829,0,0,0.772296,-0.635263,300,300,100,1), + (5719,1733,1,2794.95,-2648.97,207.652,3.96459,0,0,0.916522,-0.399983,300,300,100,1), + (5720,1733,1,3382.77,-1719.31,179.005,5.32332,0,0,0.461719,-0.887026,300,300,100,1), + (5721,1733,1,3051.3,-1642.23,185.59,5.16231,0,0,0.531557,-0.847023,300,300,100,1), + (5722,1733,1,2968.38,-1226.68,194.345,0.563805,0,0,0.278184,0.960528,300,300,100,1), + (5723,1733,1,2917.15,-1009.68,187.91,1.80866,0,0,0.786011,0.618212,300,300,100,1), + (5724,1733,1,3103.38,-613.057,169.031,5.25262,0,0,0.492781,-0.870154,300,300,100,1), + (5725,1733,1,3267.99,-613.883,169.408,4.57719,0,0,0.753255,-0.657728,300,300,100,1), + (5726,1733,1,3235.81,-609.635,172.424,5.22121,0,0,0.506385,-0.862307,300,300,100,1), + (5727,1733,1,3216.55,-618.296,181.569,4.08239,0,0,0.891388,-0.453242,300,300,100,1), + (5728,1733,1,3285.54,-633.892,171.835,0.426363,0,0,0.21157,0.977363,300,300,100,1), + (5729,1733,1,3600.77,-237.623,19.5518,4.76176,0,0,0.689438,-0.724345,300,300,100,1), + (5730,1733,1,3415.94,-14.9157,10.771,3.0653,0,0,0.999273,0.0381371,300,300,100,1), + (5731,1733,1,3384.14,27.7741,13.5599,3.58759,0,0,0.975239,-0.221155,300,300,100,1), + (5732,1733,1,3374.11,265.489,12.2863,1.12537,0,0,0.533459,0.845826,300,300,100,1), + (5733,1733,1,3339.64,291.231,10.8829,1.12144,0,0,0.531796,0.846872,300,300,100,1), + (5734,1733,1,3382.52,443.328,8.13948,3.27343,0,0,0.997828,-0.065871,300,300,100,1), + (5735,1733,1,3310.39,450.089,11.0523,1.65158,0,0,0.735084,0.677976,300,300,100,1), + (5736,1733,1,3060.19,428.071,11.293,3.9528,0,0,0.918864,-0.394574,300,300,100,1), + (5737,1733,1,2981.37,389.972,97.9323,1.40026,0,0,0.644317,0.764758,300,300,100,1), + (5738,1733,1,2591.79,246.458,114.616,0.559882,0,0,0.276299,0.961072,300,300,100,1), + (5739,1733,1,2543.55,364.606,96.5765,1.56911,0,0,0.70651,0.707703,300,300,100,1), + (5740,1733,1,2667.81,-1030.75,128.997,0.336031,0,0,0.167226,0.985919,300,300,100,1), + (5741,1733,1,2263.78,-1103.53,97.8929,0.756217,0,0,0.369163,0.929365,300,300,100,1), + (5742,1733,1,1999.54,-903.352,77.3117,2.50766,0,0,0.950185,0.311686,300,300,100,1), + (5743,1733,1,1877.61,-1314.39,88.2042,4.02348,0,0,0.904349,-0.426793,300,300,100,1), + (5744,1733,1,1863.16,-1298.97,88.6674,4.2002,0,0,0.863159,-0.504932,300,300,100,1), + (5745,1733,1,1474.6,-2122.45,85.1508,3.17918,0,0,0.999823,-0.0187925,300,300,100,1), + (5755,1733,1,-4405.88,-1035.62,-51.8744,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (5756,1733,1,352.69,-3236.93,97.723,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (5759,1733,1,-242.207,-1819.49,100.772,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (5766,1734,1,-8210,-5065,28.389,2.408,0,0,0.933481,0.358627,300,300,100,1), + (5771,1734,1,-6948,-4198,25.862,5.365,0,0,0.443135,-0.896455,300,300,100,1), + (5773,1734,1,-8296,-5138,7.183,5.047,0,0,0.579482,-0.814985,300,300,100,1), + (5774,1734,1,-6725,-3720,-24,4.968,0,0,0.611213,-0.791466,300,300,100,1), + (5775,1734,1,706.466,1912.78,3.634,0.073,0,0,0.0364919,0.999334,300,300,100,1), + (5776,1734,1,-9394,-3066,24.968,4.889,0,0,0.641991,-0.766712,300,300,100,1), + (5779,1734,1,-6925,-3290,30.684,5.204,0,0,0.513787,-0.857918,300,300,100,1), + (5781,1734,1,-4618,-1479,-41,0.563,0,0,0.277797,0.96064,300,300,100,1), + (5785,1734,1,-5798,-3914,-96,0.25,0,0,0.124675,0.992198,300,300,100,1), + (5786,21075,1,-2822.12,-3416.87,34.1319,1.40499,0,0,0.646124,0.763233,900,900,100,1), + (5787,1734,1,-9425,-4073,-47,3.848,0,0,0.938269,-0.345906,300,300,100,1), + (5789,1734,1,-8108,-5173,16.265,1.63,0,0,0.727726,0.685868,300,300,100,1), + (5790,1734,1,-5173,-1433,-30,5.896,0,0,0.192386,-0.981319,300,300,100,1), + (5791,1734,1,-5154,-1302,-39,1.883,0,0,0.808442,0.588576,300,300,100,1), + (5793,1734,1,-7128,-2875,11.839,2.221,0,0,0.895921,0.444214,300,300,100,1), + (5798,1734,1,-6798,-2720,40.751,4,0,0,0.909297,-0.416147,300,300,100,1), + (5800,1734,1,-4922,-1123,-36,3.155,0,0,0.999978,-0.00670361,300,300,100,1), + (5805,1734,1,487.085,1534.38,14.631,2.736,0,0,0.979507,0.201409,300,300,100,1), + (5806,1734,1,-5214,-1490,-38,5.92,0,0,0.180596,-0.983557,300,300,100,1), + (5809,1734,1,-8342,-4487,23.459,5.874,0,0,0.203168,-0.979144,300,300,100,1), + (5810,1734,1,-8486,-4531,12.762,4.341,0,0,0.825503,-0.564398,300,300,100,1), + (5811,1734,1,-4872,-2122,-40,0.662,0,0,0.324989,0.945718,300,300,100,1), + (5813,1734,1,-5275,-2826,-50,0.745,0,0,0.363945,0.93142,300,300,100,1), + (5814,1734,1,-7351,-4522,11.508,0.684,0,0,0.335372,0.942086,300,300,100,1), + (5817,1734,1,-7602,-4191,15.405,2.196,0,0,0.890298,0.455378,300,300,100,1), + (5820,1734,1,-7309,-4503,12.753,3.182,0,0,0.999796,-0.0202023,300,300,100,1), + (5823,1734,1,-9441,-3371,33.078,4.072,0,0,0.89373,-0.448605,300,300,100,1), + (5824,1734,1,805.679,1716.87,-14,3.518,0,0,0.982342,-0.187095,300,300,100,1), + (5827,1734,1,-8943,-2349,13.03,3.499,0,0,0.984075,-0.177754,300,300,100,1), + (5830,1734,1,-9538,-2230,63.648,3.15,0,0,0.999991,-0.00420371,300,300,100,1), + (5832,1734,1,-9543,-2498,27.534,4.151,0,0,0.875318,-0.483548,300,300,100,1), + (5834,1734,1,-9505,-3490,48.511,3.511,0,0,0.982991,-0.183655,300,300,100,1), + (5835,1734,1,-4780,-1545,-38,1.581,0,0,0.710705,0.70349,300,300,100,1), + (5837,1734,1,-6148,-4358,-51,4.354,0,0,0.821817,-0.569752,300,300,100,1), + (5839,1734,1,446.349,1691.81,30.91,3.698,0,0,0.96155,-0.274629,300,300,100,1), + (5840,1734,1,-7773,-2831,14.872,4.26,0,0,0.847678,-0.530511,300,300,100,1), + (5841,1734,1,-8400,-4966,5.597,4.796,0,0,0.676937,-0.736041,300,300,100,1), + (5844,1734,1,-4947,-2217,-49,0.486,0,0,0.240616,0.970621,300,300,100,1), + (5845,1734,1,-7428,-3879,15.422,2.396,0,0,0.931313,0.364221,300,300,100,1), + (5847,1734,1,-5369,-2906,-55,3.981,0,0,0.91321,-0.40749,300,300,100,1), + (5851,1734,1,-5488,-3414,-39,2.551,0,0,0.956716,0.291023,300,300,100,1), + (5852,1734,1,-6839,-2816,40.745,3.38,0,0,0.992904,-0.118922,300,300,100,1), + (5853,1734,1,-8960,-2382,18.578,2.659,0,0,0.971029,0.238962,300,300,100,1), + (5855,1734,1,-9176,-2065,46.879,1.822,0,0,0.790117,0.612956,300,300,100,1), + (5856,1734,1,-7293,-2578,15.337,1.327,0,0,0.615878,0.787841,300,300,100,1), + (5857,1734,1,924.649,1410.7,21.281,2.499,0,0,0.948827,0.315797,300,300,100,1), + (5858,1734,1,-7983,-2802,15.382,4.846,0,0,0.658326,-0.752733,300,300,100,1), + (5860,1734,1,-4675,-1561,-30,2.398,0,0,0.931676,0.36329,300,300,100,1), + (5862,1734,1,-5261,-1746,-46,1.357,0,0,0.627626,0.778515,300,300,100,1), + (5864,1734,1,-8872,-2451,13.96,1.284,0,0,0.598798,0.8009,300,300,100,1), + (5867,1734,1,-5021,-2171,-49,0.403,0,0,0.200139,0.979768,300,300,100,1), + (5871,1734,1,-1784,1617.62,79.266,0.541,0,0,0.267213,0.963637,300,300,100,1), + (5873,1734,1,-7427,-2741,9.596,5.368,0,0,0.44179,-0.897119,300,300,100,1), + (5874,1734,1,1442.28,1456.07,132.733,1.486,0,0,0.6765,0.736442,300,300,100,1), + (5876,1734,1,-7529,-4209,24.5871,1.705,0,0,0.752928,0.658103,300,300,100,1), + (5877,1734,1,538.669,1855.73,15.67,0.902,0,0,0.435866,0.900012,300,300,100,1), + (5878,1734,1,-7142,-2773,13.717,4.655,0,0,0.727103,-0.686529,300,300,100,1), + (5882,2061,0,-5048.86,-1280.78,501.963,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5885,1734,1,-9477,-2861,24.377,4.807,0,0,0.672878,-0.739753,300,300,100,1), + (5889,1734,1,-9561,-2389,61.235,3.362,0,0,0.993934,-0.109981,300,300,100,1), + (5890,1734,1,-6232,-4375,-50,3.726,0,0,0.957611,-0.288063,300,300,100,1), + (5894,1734,1,-9084,-2202,13.31,0.299,0,0,0.148944,0.988846,300,300,100,1), + (5895,1734,1,-7765,-4472,18.552,0.052,0,0,0.0259971,0.999662,300,300,100,1), + (5896,1734,1,-4781,931.59,148.731,-2,0,0,-0.841471,0.540302,300,300,100,1), + (5897,1734,1,-8880,-2281,13.166,2.031,0,0,0.849744,0.527195,300,300,100,1), + (5898,1734,1,-9423,-4000,-38,2.242,0,0,0.900536,0.434782,300,300,100,1), + (5899,1734,1,-8267,-5072,12.034,5.679,0,0,0.297519,-0.954716,300,300,100,1), + (5902,1734,1,-8750,-4380,29.62,5.468,0,0,0.3964,-0.918078,300,300,100,1), + (5904,1734,1,-4702,-1582,-25,1.397,0,0,0.64307,0.765808,300,300,100,1), + (5906,1734,1,-7825,-2613,-5,3.585,0,0,0.975524,-0.219892,300,300,100,1), + (5908,1734,1,-9463,-2610,25.629,4.163,0,0,0.872401,-0.488791,300,300,100,1), + (5910,1734,1,-8876,-2244,11.969,3.853,0,0,0.937402,-0.34825,300,300,100,1), + (5913,1734,1,-6723,-3787,-25,4.025,0,0,0.904025,-0.42748,300,300,100,1), + (5917,1734,1,-7525,-4619,16.432,6.119,0,0,0.0820005,-0.996632,300,300,100,1), + (5921,21083,1,-3367.53,-3031.18,34.2382,1.90241,0,0,0.814116,0.580703,900,900,100,1), + (5922,21084,1,-3367.55,-3031.16,33.4034,1.90241,0,0,0.814116,0.580703,900,900,100,1), + (5926,1734,1,-9392,-3281,30.997,3.637,0,0,0.969478,-0.245178,300,300,100,1), + (5932,1734,1,708.181,1345.83,9.807,4.706,0,0,0.709362,-0.704844,300,300,100,1), + (5934,1734,1,-4679,-1404,-45,1.841,0,0,0.795904,0.605422,300,300,100,1), + (5935,1734,1,-5491,-1994,-50,5.417,0,0,0.41968,-0.907672,300,300,100,1), + (5936,1734,1,-4959,-1336,-34,3.799,0,0,0.946462,-0.322816,300,300,100,1), + (5937,1734,1,-9089,-2095,24.669,1.602,0,0,0.718052,0.695989,300,300,100,1), + (5938,1734,1,6704.94,-2576,533.464,5.987,0,0,0.147552,-0.989054,300,300,100,1), + (5940,1734,1,-5137,-1837,-46,6.065,0,0,0.108876,-0.994055,300,300,100,1), + (5943,1734,1,-5544,-2007,-51,6.085,0,0,0.0989305,-0.995094,300,300,100,1), + (5945,1734,1,435.79,1467.62,39.038,4.004,0,0,0.908463,-0.417965,300,300,100,1), + (5946,1734,1,-9217,-4279,49.294,4.946,0,0,0.619882,-0.784695,300,300,100,1), + (5947,1734,1,-4973,-1279,-30,4.938,0,0,0.623016,-0.782209,300,300,100,1), + (5950,1734,1,-9528,-3750,37.954,4.47,0,0,0.787408,-0.616432,300,300,100,1), + (5953,1734,1,-5409,-3354,-36,0.513,0,0,0.253697,0.967284,300,300,100,1), + (5957,1734,1,-8370,-2129,1.091,0.9,0,0,0.434966,0.900447,300,300,100,1), + (5958,1734,1,-7102,-2834,15.217,3.96,0,0,0.917438,-0.397879,300,300,100,1), + (5959,1734,1,6958.97,-3341,747.345,6.239,0,0,0.0220909,-0.999756,300,300,100,1), + (5960,1734,1,6869.34,-3228,652.21,6.283,0,0,0.0000926574,-1,300,300,100,1), + (5961,1734,1,6730.9,-2991,565.567,5.072,0,0,0.569249,-0.822165,300,300,100,1), + (5963,21054,1,-3583.81,-4305.52,5.9923,-1.00356,0,0,-0.480989,0.876727,900,900,100,1), + (5964,1734,1,-7244,-2584,20.043,1.111,0,0,0.527368,0.849637,300,300,100,1), + (5965,1734,1,6280.77,-2576,556.681,5.118,0,0,0.550191,-0.835039,300,300,100,1), + (5966,1734,1,-9228,-4052,29.708,3.251,0,0,0.998504,-0.0546764,300,300,100,1), + (5968,1734,1,953.489,1820.06,11.489,0.934,0,0,0.45021,0.892923,300,300,100,1), + (5970,1734,1,-8434,-2098,-21,5.848,0,0,0.21588,-0.97642,300,300,100,1), + (5971,1734,1,-9053,-3899,29.08,3.436,0,0,0.989185,-0.146673,300,300,100,1), + (5972,1734,1,-5334,-2792,-47,0.454,0,0,0.225056,0.974346,300,300,100,1), + (5975,1734,1,-9505,-3849,33.294,4.622,0,0,0.738331,-0.674438,300,300,100,1), + (5976,1734,1,-9549,-3545,53.947,3.079,0,0,0.99951,0.0312912,300,300,100,1), + (5979,1734,1,-5326,-3267,-31,5.838,0,0,0.220759,-0.975328,300,300,100,1), + (5980,1734,1,886.023,1867.31,14.348,0.678,0,0,0.332544,0.943088,300,300,100,1), + (5981,1734,1,-5223,-1385,-45,1.938,0,0,0.82432,0.566124,300,300,100,1), + (5982,1734,1,-5412,-3046,-29,3.333,0,0,0.995424,-0.0955576,300,300,100,1), + (5983,1734,1,-5752,-3948,-68,4.672,0,0,0.721241,-0.692684,300,300,100,1), + (5985,1734,1,-5356,-3032,-38,3.38,0,0,0.992904,-0.118922,300,300,100,1), + (5986,1734,1,765.622,1806.18,-8,1.593,0,0,0.714913,0.699213,300,300,100,1), + (5990,1734,1,837.882,1445.92,-3,4.714,0,0,0.706537,-0.707676,300,300,100,1), + (5991,1734,1,-9463,-3205,29.95,3.381,0,0,0.992844,-0.119418,300,300,100,1), + (5993,1734,1,-5598,-1978,-52,1.553,0,0,0.700787,0.713371,300,300,100,1), + (5996,1734,1,-9122,-2096,31.007,2.455,0,0,0.94165,0.336593,300,300,100,1), + (5997,171644,0,-5071.54,-1288.02,512.281,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (5999,1734,1,-7106.94,-2582.7,13.6203,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (6002,1735,1,-8276,-2368,10.816,0.908,0,0,0.438564,0.8987,300,300,100,1), + (6003,21055,1,-3583.81,-4305.49,5.4384,-1.00356,0,0,-0.480989,0.876727,900,900,100,1), + (6004,1735,1,2053.78,-2336,104.595,0.542,0,0,0.267695,0.963504,300,300,100,1), + (6005,1735,1,1487.92,-2473,124.788,5.166,0,0,0.529993,-0.848002,300,300,100,1), + (6006,1735,1,2468.39,-2019,142.316,3.501,0,0,0.983897,-0.178738,300,300,100,1), + (6007,2061,0,-5071.54,-1288.02,512.281,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6011,1735,1,-9204,-4263,45.204,2.92,0,0,0.993868,0.11057,300,300,100,1), + (6012,1735,1,-5100,1689.27,110.354,0.808,0,0,0.393099,0.919496,300,300,100,1), + (6013,1735,1,-5334,-1621,-52,1.629,0,0,0.727383,0.686232,300,300,100,1), + (6015,1735,1,2400,-2055,138.424,4.476,0,0,0.785555,-0.618792,300,300,100,1), + (6016,1735,1,-5590,-3001,-46,0.867,0,0,0.42005,0.907501,300,300,100,1), + (6017,1735,1,-5575,-2488,-50,5.048,0,0,0.579074,-0.815275,300,300,100,1), + (6018,1735,1,-1895,2640.62,77.922,4.638,0,0,0.732912,-0.680323,300,300,100,1), + (6022,1735,1,-5159,1619.88,72.848,0.808,0,0,0.393099,0.919496,300,300,100,1), + (6023,1735,1,-9463,-3561,21.75,1.901,0,0,0.813706,0.581276,300,300,100,1), + (6031,1735,1,-5486,-3330,-28,2.88,0,0,0.991458,0.130424,300,300,100,1), + (6036,1735,1,-4813,-1691,-48,4.902,0,0,0.636994,-0.770869,300,300,100,1), + (6045,1735,1,-6662,-3458,-57,1.276,0,0,0.59559,0.803289,300,300,100,1), + (6049,1735,1,1767.08,-3204,95.829,3.403,0,0,0.99147,-0.130332,300,300,100,1), + (6050,1735,1,-5568,-1577,10.081,0.49,0,0,0.242556,0.970137,300,300,100,1), + (6051,1735,1,-4761,-1064,-54.1309,3.795,0,0,0.947105,-0.320923,300,300,100,1), + (6052,1735,1,-4709,-988,-50.4209,-2,0,0,-0.841471,0.540302,300,300,100,1), + (6054,1735,1,-5688,-2550,-50,1.957,0,0,0.829661,0.558268,300,300,100,1), + (6058,1735,1,2234.63,-2851,121.675,0.312,0,0,0.155368,0.987857,300,300,100,1), + (6059,1735,1,-4877,-1188,-47,4.997,0,0,0.599673,-0.800245,300,300,100,1), + (6061,1735,1,-1426,2782.99,112.288,0.89,0,0,0.430458,0.902611,300,300,100,1), + (6063,171643,0,-5058.56,-1250.43,507.714,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6065,1735,1,1824.87,-3198,92.696,3.403,0,0,0.99147,-0.130332,300,300,100,1), + (6067,1735,1,-7563,-4135,13.7892,4.329,0,0,0.828874,-0.559435,300,300,100,1), + (6074,1735,1,-1167.23,2198.37,89.178,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (6077,1735,1,1402.95,-2432,137.072,3.878,0,0,0.932975,-0.35994,300,300,100,1), + (6080,1735,1,-4732,-1166,-34,3.816,0,0,0.943684,-0.33085,300,300,100,1), + (6082,1735,1,-8765.74,-4318.92,26.654,1.905,0,0,0.814867,0.579648,300,300,100,1), + (6083,20925,1,-3825,-4730.16,-25.7113,0.375246,0.929124,0.18211,0.043711,0.318833,900,900,100,1), + (6085,1735,1,2053.67,-2256,121.596,2.012,0,0,0.844698,0.535244,300,300,100,1), + (6088,1735,1,-7817,-4923,22.163,4.731,0,0,0.700496,-0.713656,300,300,100,1), + (6089,1735,1,-5426,-3045,-27,4.328,0,0,0.829154,-0.55902,300,300,100,1), + (6094,1735,1,2279.17,1286.63,344.234,2.085,0,0,0.863667,0.504063,300,300,100,1), + (6097,1735,1,-6613,-3895,-56,0.246,0,0,0.12269,0.992445,300,300,100,1), + (6098,1735,1,-4785,-1944,-40,1.281,0,0,0.597596,0.801797,300,300,100,1), + (6099,1735,1,-864,2058.47,70.01,2.85,0,0,0.98939,0.14528,300,300,100,1), + (6103,1735,1,-1830,2358.91,84.601,2.589,0,0,0.962072,0.272794,300,300,100,1), + (6105,1735,1,672.282,1969.57,14.836,0.25,0,0,0.124675,0.992198,300,300,100,1), + (6109,21076,1,-2822.02,-3416.86,34.1365,-0.165806,0,0,-0.082808,0.996566,900,900,100,1), + (6111,1735,1,-9387,-3893,13.822,1.467,0,0,0.669474,0.742836,300,300,100,1), + (6113,1735,1,-7649,-4167,19.4644,-2,0,0,-0.841471,0.540302,300,300,100,1), + (6114,1735,1,2616.05,-2379,172.183,5.981,0,0,0.150518,-0.988607,300,300,100,1), + (6116,1735,1,-5324,1643.87,54.559,1.76,0,0,0.770739,0.637151,300,300,100,1), + (6117,1735,1,-842,1916.82,69.623,0.796,0,0,0.387575,0.921838,300,300,100,1), + (6118,1735,1,1775.18,-2111,108.345,4.052,0,0,0.898171,-0.439645,300,300,100,1), + (6119,2061,0,-5058.56,-1250.43,507.714,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6124,1735,1,-1203,1116,93.4,5.796,0,0,0.241191,-0.970478,300,300,100,1), + (6125,21057,1,-3677.8,-4399.56,11.2071,3.14159,0,0,1,0,900,900,100,1), + (6126,1735,1,-1153,2633.18,138.544,0.522,0,0,0.258047,0.966132,300,300,100,1), + (6127,1735,1,-999,1140.03,94.146,6.103,0,0,0.0899707,-0.995944,300,300,100,1), + (6128,1735,1,-7786.13,-4979.54,5.60619,4.187,0,0,0.866473,-0.499225,300,300,100,1), + (6130,1735,1,-7891,-5033,21.5273,4.187,0,0,0.866473,-0.499225,300,300,100,1), + (6131,171645,0,-5065.9,-1294.86,512.281,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6133,1735,1,-5204,-2506,-46,4.589,0,0,0.749358,-0.662165,300,300,100,1), + (6140,1735,1,-632,885.595,100.883,2.12,0,0,0.872355,0.488872,300,300,100,1), + (6141,1735,1,-5634,-2685,-44,2.515,0,0,0.951323,0.308196,300,300,100,1), + (6142,1735,1,-8982,-4297,29.245,3.771,0,0,0.950888,-0.309535,300,300,100,1), + (6147,1735,1,-7746,-2834,17.115,6.032,0,0,0.125263,-0.992124,300,300,100,1), + (6150,1735,1,-5745,-3270,-23,1.197,0,0,0.563404,0.826182,300,300,100,1), + (6151,1735,1,2454.53,1090.68,346.885,4.844,0,0,0.659078,-0.752074,300,300,100,1), + (6152,1735,1,-5580,-3010,-46,2.932,0,0,0.994514,0.104605,300,300,100,1), + (6155,1735,1,-5062,-2103,-38,0,0,0,0,1,300,300,100,1), + (6156,21060,1,-3687.77,-4472.92,12.3284,2.40855,0,0,0.93358,0.358368,900,900,100,1), + (6157,1735,1,-4936,-2343,-57,6.083,0,0,0.0999255,-0.994995,300,300,100,1), + (6158,1735,1,-4942,1108.63,89.571,4.89,0,0,0.641608,-0.767033,300,300,100,1), + (6159,1735,1,-5033,1249.11,54.878,2.693,0,0,0.974951,0.22242,300,300,100,1), + (6160,1735,1,38.081,1458.97,100.643,0.949,0,0,0.456894,0.889521,300,300,100,1), + (6163,1735,1,-5125,-2437,-50,4.424,0,0,0.801376,-0.59816,300,300,100,1), + (6165,173168,1,1763.93,-4317.85,6.20181,0.567231,0,0,0.279829,0.96005,900,900,100,1), + (6170,1735,1,-5506,-1628,25.917,2.784,0,0,0.984058,0.177845,300,300,100,1), + (6171,181098,0,-7961.51,-1290.36,133.54,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (6174,1735,1,-1695,2789.57,144.594,2.094,0,0,0.865927,0.500171,300,300,100,1), + (6175,1735,1,-2077,1268.84,96.274,1.982,0,0,0.836574,0.547854,300,300,100,1), + (6180,1735,1,-4774,-1993,-60,4.374,0,0,0.816078,-0.577941,300,300,100,1), + (6184,1735,1,-4863,-1361,-49,5.164,0,0,0.530841,-0.847471,300,300,100,1), + (6186,181098,0,-7874.48,-1094.3,133.507,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (6188,1735,1,-4982,-1923,-31,4.053,0,0,0.897952,-0.440094,300,300,100,1), + (6189,1735,1,2605.95,-2732,150.714,3.657,0,0,0.966978,-0.254861,300,300,100,1), + (6190,1735,1,-7097,-4152,14.2191,3.821,0,0,0.942853,-0.333208,300,300,100,1), + (6192,1735,1,2215.61,-2138,101.634,5.925,0,0,0.178137,-0.984006,300,300,100,1), + (6193,1735,1,164.193,1860.46,117.945,0.201,0,0,0.100331,0.994954,300,300,100,1), + (6194,21061,1,-3686.36,-4472.84,12.3634,-2.30383,0,0,0.913545,-0.406737,900,900,100,1), + (6195,1735,1,2544.05,-2513,165.054,2.514,0,0,0.951169,0.308672,300,300,100,1), + (6198,1735,1,-4648,-952,-38.8123,6.113,0,0,0.08499,-0.996382,300,300,100,1), + (6199,1735,1,-5120,1798.37,79.529,1.07,0,0,0.509841,0.860269,300,300,100,1), + (6200,181098,0,-7874.15,-889.502,139.308,0,0,0,0,1,180,180,100,1), + (6202,1735,1,-1762,2396.46,131.195,1.298,0,0,0.60439,0.796689,300,300,100,1), + (6204,1735,1,-7672,-4498,17.685,4.937,0,0,0.623407,-0.781897,300,300,100,1), + (6205,1735,1,-1915,1331.53,74.199,6.271,0,0,0.00609266,-0.999981,300,300,100,1), + (6206,1735,1,-4045,30.387,68.973,5.855,0,0,0.212461,-0.97717,300,300,100,1), + (6208,21085,1,-3937.7,-2767.51,36.686,0,0,0,0,1,900,900,100,1), + (6210,1735,1,-1426,2945.68,134.576,3.99,0,0,0.911367,-0.411595,300,300,100,1), + (6211,1735,1,-1202.59,1346.41,71.3417,-1.55334,0,0,-0.700908,0.713252,300,300,100,1), + (6212,1735,1,982.138,1494.93,8.459,5.525,0,0,0.370078,-0.929001,300,300,100,1), + (6213,1735,1,-5143,-1288,-41,2.744,0,0,0.980305,0.19749,300,300,100,1), + (6216,1735,1,-5519,-1966,-59,1.34,0,0,0.620986,0.783822,300,300,100,1), + (6224,1735,1,2610.44,-1996,154.707,4.583,0,0,0.751341,-0.659914,300,300,100,1), + (6228,2061,0,-5065.9,-1294.86,512.281,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6229,1735,1,-6522,-3829,-63.1378,-1,0,0,-0.479426,0.877583,300,300,100,1), + (6231,1735,1,-1738,2321.6,75.841,4.975,0,0,0.608439,-0.7936,300,300,100,1), + (6232,1735,1,-4233,30.718,74.372,0.141,0,0,0.0704416,0.997516,300,300,100,1), + (6238,1735,1,-769,1284.72,89.011,2.092,0,0,0.865426,0.501037,300,300,100,1), + (6240,1735,1,-1203,2637.66,142.591,6.238,0,0,0.0225908,-0.999745,300,300,100,1), + (6241,1735,1,-1527,2920.69,128.129,3.434,0,0,0.989331,-0.145683,300,300,100,1), + (6242,1735,1,-1467,2859.74,149.713,3.733,0,0,0.956597,-0.291413,300,300,100,1), + (6244,1735,1,-9062.83,-4240.23,25.9732,2.198,0,0,0.890753,0.454487,300,300,100,1), + (6249,1735,1,-5094,1915.85,88.124,2.772,0,0,0.982974,0.183746,300,300,100,1), + (6250,1735,1,-5828,-3958,-72,-2,0,0,-0.841471,0.540302,300,300,100,1), + (6251,1735,1,-5593,-1595,5.634,1.014,0,0,0.485557,0.874205,300,300,100,1), + (6252,1735,1,-8298,-2467,13.087,4.66,0,0,0.725384,-0.688344,300,300,100,1), + (6253,1735,1,-1515.7,1587.06,83.8948,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (6255,1735,1,-5461,-2856,-43,3.335,0,0,0.995328,-0.096553,300,300,100,1), + (6265,1735,1,-5469,-1746,-18,1.122,0,0,0.532033,0.846723,300,300,100,1), + (6267,1735,1,-2255,1459.23,71.1,5.114,0,0,0.55186,-0.833937,300,300,100,1), + (6268,21089,1,-4108.27,-2756.6,34.7191,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (6271,181098,0,-7880,-1570.12,130.955,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (6272,1735,1,-7517.91,-4357.27,12.1812,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (6273,1735,1,-6965,-4017,23.253,5.821,0,0,0.229041,-0.973417,300,300,100,1), + (6277,1735,1,-4790,-2021,-54,4.374,0,0,0.816078,-0.577941,300,300,100,1), + (6281,1735,1,-480,1463.38,91.812,2.335,0,0,0.919772,0.392452,300,300,100,1), + (6282,1735,1,-4648,-1499,-48,4.492,0,0,0.78058,-0.625056,300,300,100,1), + (6284,1735,1,447.26,1605.46,25.369,3.27,0,0,0.99794,-0.0641596,300,300,100,1), + (6285,1735,1,-4982,-1101,-46,0.822,0,0,0.399526,0.916722,300,300,100,1), + (6286,1735,1,287.38,1993.29,149.054,0.201,0,0,0.100331,0.994954,300,300,100,1), + (6293,181098,0,-8016.56,-1632.13,132.631,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (6294,1735,1,-933,1753.87,63.663,1.922,0,0,0.819765,0.572701,300,300,100,1), + (6298,1735,1,-4928,-2331,-69,4.247,0,0,0.851108,-0.52499,300,300,100,1), + (6299,1735,1,-4943,-972,-1.38712,5.537,0,0,0.364497,-0.931205,300,300,100,1), + (6301,1735,1,-7464,-4271,20.1346,2.587,0,0,0.961799,0.273756,300,300,100,1), + (6302,1735,1,-7511,-4244,21.2173,1.833,0,0,0.793476,0.608601,300,300,100,1), + (6303,1735,1,-7787,-4869,12.795,4.731,0,0,0.700496,-0.713656,300,300,100,1), + (6304,1735,1,-1042,2199.17,77.495,2.487,0,0,0.946915,0.321484,300,300,100,1), + (6312,21459,1,-3099.51,-3213.96,34.0536,-2.06821,0,0,-0.859406,0.511293,900,900,100,1), + (6313,1735,1,-5094,-1049,-3,2.995,0,0,0.997315,0.0732308,300,300,100,1), + (6315,171642,0,-5054.79,-1273.57,501.963,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6318,1735,1,-6666,-3528,-50.8934,1.938,0,0,0.82432,0.566124,300,300,100,1), + (6319,1735,1,539.47,1406.56,22.144,3.053,0,0,0.999019,0.0442819,300,300,100,1), + (6322,1735,1,-6532,-3859,-60.784,0.913,0,0,0.440809,0.897601,300,300,100,1), + (6323,1735,1,-7405,-4246,20.782,3.265,0,0,0.998097,-0.0616646,300,300,100,1), + (6325,1735,1,2369.84,-2886,161.152,5.784,0,0,0.247009,-0.969013,300,300,100,1), + (6327,1735,1,-4996,-856,-4.63864,3.898,0,0,0.929329,-0.369252,300,300,100,1), + (6328,1735,1,-4944,-869,-0.40686,2.277,0,0,0.908006,0.418957,300,300,100,1), + (6332,1735,1,-5530,-1591,29.789,3.373,0,0,0.993314,-0.115446,300,300,100,1), + (6334,1735,1,2940.96,-1785,186.205,3.723,0,0,0.958042,-0.286626,300,300,100,1), + (6336,1735,1,-6654,-3560,-52.4805,1.426,0,0,0.654106,0.756403,300,300,100,1), + (6337,1735,1,-6445.52,-3351.29,-57.7977,0.143,0,0,0.0714391,0.997445,300,300,100,1), + (6338,2061,1,-3099.51,-3213.96,34.0536,-2.06821,0,0,-0.859406,0.511293,900,900,100,1), + (6345,1735,1,-7764,-4435,9.63485,4.846,0,0,0.658326,-0.752733,300,300,100,1), + (6348,1735,1,-921,1155.69,91.748,0.298,0,0,0.148449,0.98892,300,300,100,1), + (6351,1735,1,-8859,-4353,40.263,4.814,0,0,0.670285,-0.742104,300,300,100,1), + (6352,1735,1,-5556,-3455,-46,3.496,0,0,0.98434,-0.176278,300,300,100,1), + (6353,1735,1,-5592,-1609,14.36,2.914,0,0,0.993532,0.113551,300,300,100,1), + (6358,1735,1,-394,774.156,100.43,3.689,0,0,0.962776,-0.270299,300,300,100,1), + (6360,1735,1,-7524,-4725,9.373,-2,0,0,-0.841471,0.540302,300,300,100,1), + (6361,21065,1,-3791.75,-4507.05,11.8198,2.33874,0,0,0.920505,0.390731,900,900,100,1), + (6366,1735,1,-1368,1272.66,105.93,0.925,0,0,0.446187,0.89494,300,300,100,1), + (6368,1735,1,-5570,-1634,20.444,3.329,0,0,0.995613,-0.0935666,300,300,100,1), + (6371,1735,1,-7879.23,-5001.2,18.1521,0.174532,0,0,0.0871553,0.996195,300,300,255,1), + (6372,1735,1,-1284,1200.96,96.024,6.201,0,0,0.041081,-0.999156,300,300,100,1), + (6373,1735,1,-1579,1241.67,93.454,0.127,0,0,0.0634573,0.997985,300,300,100,1), + (6376,21042,1,-3721.85,-2541.17,69.7589,-0.000001,0.556657,-0.434788,0.43101,0.561536,300,300,100,1), + (6378,1735,1,-4992,-2292,-61,2.192,0,0,0.889386,0.457157,300,300,100,1), + (6379,1735,1,1988.66,-3205,98.666,3.8,0,0,0.9463,-0.32329,300,300,100,1), + (6380,1735,1,-1329,2576.78,116.396,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (6381,181098,0,-7665.5,-2090.55,126.631,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (6384,20982,1,-2374.35,-4082.6,6.84453,-0.575958,0,0,-0.284015,0.95882,900,900,100,1), + (6388,142208,90,-486.665,647.652,-327.485,2.70526,0,0,0.976296,0.21644,3600,3600,100,1), + (6390,1735,1,-1477,2009.42,78.457,5.122,0,0,0.548519,-0.836138,300,300,100,1), + (6392,1735,1,2040.34,-2201,120.293,1.693,0,0,0.748966,0.662609,300,300,100,1), + (6396,1735,1,-7858,-4787,27.773,2.147,0,0,0.878876,0.477051,300,300,100,1), + (6397,1735,1,-5165,-1405,-48,0.773,0,0,0.376949,0.926234,300,300,100,1), + (6402,1735,1,-5483,-2332,-46,2.945,0,0,0.995173,0.0981381,300,300,100,1), + (6403,1735,1,-5544,-1619,24.019,4.144,0,0,0.877005,-0.480482,300,300,100,1), + (6406,1735,1,-7934,-5138,15.442,2.996,0,0,0.997352,0.072732,300,300,100,1), + (6407,1735,1,-1685,2907.31,112.635,0.698,0,0,0.341958,0.939715,300,300,100,1), + (6408,1735,1,-771,974.509,97.149,4.349,0,0,0.823239,-0.567695,300,300,100,1), + (6415,1735,1,2735.14,-2043,165.77,2.638,0,0,0.968466,0.249144,300,300,100,1), + (6417,2061,1,-2374.35,-4082.6,6.84453,-0.575958,0,0,-0.284015,0.95882,900,900,100,1), + (6418,1735,1,-1177,1094.69,96.633,5.796,0,0,0.241191,-0.970478,300,300,100,1), + (6421,1735,1,224.507,1899.5,135.493,0.201,0,0,0.100331,0.994954,300,300,100,1), + (6423,1735,1,-4947,1684,63.01,1.664,0,0,0.73928,0.673399,300,300,100,1), + (6424,1735,1,-840,1647.56,76.952,1.14,0,0,0.539632,0.841901,300,300,100,1), + (6425,1735,1,-5094,-896,-3,2.744,0,0,0.980305,0.19749,300,300,100,1), + (6426,1735,1,-7666,-4531,19.337,4.555,0,0,0.760506,-0.64933,300,300,100,1), + (6432,1735,1,-1743,2023.23,83.641,2.638,0,0,0.968466,0.249144,300,300,100,1), + (6433,20985,1,-2940.56,-3885.85,34.8837,-1.8675,0.007786,-0.010522,-0.803788,0.594772,2,2,100,1), + (6434,1735,1,1838.85,-2027,122.298,1.801,0,0,0.783638,0.621218,300,300,100,1), + (6436,1735,1,-5125,-1091,50.171,5.006,0,0,0.596066,-0.802935,300,300,100,1), + (6437,1735,1,2554.71,1567.67,272.607,3.194,0,0,0.999657,-0.0262007,300,300,100,1), + (6439,1735,1,-2059,2984.41,62.182,2.886,0,0,0.991845,0.127449,300,300,100,1), + (6443,1735,1,-4684.72,1672.39,114.742,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (6444,1735,1,-1588,2195.16,139.369,5.33,0,0,0.458754,-0.888563,300,300,100,1), + (6447,146085,90,-505.096,-93.973,-147.814,-2.77507,0,0,0.983255,-0.182235,3600,3600,100,1), + (6448,1735,1,2176.03,-2338,116.627,3.171,0,0,0.999892,-0.0147031,300,300,100,1), + (6450,1735,1,-5192,1622.88,77.057,1.097,0,0,0.521408,0.853308,300,300,100,1), + (6453,1735,1,-1040,843.611,103.007,3.401,0,0,0.9916,-0.12934,300,300,100,1), + (6457,1735,1,-2026,1721.79,72.4304,5.585,0,0,0.342045,-0.939683,300,300,100,1), + (6458,1735,1,-1873,2183.5,80.436,3.515,0,0,0.982621,-0.185621,300,300,100,1), + (6459,1735,1,-5542,-2864,-53,3.462,0,0,0.987195,-0.159519,300,300,100,1), + (6460,1735,1,-5060,1837.8,78.661,2.399,0,0,0.931858,0.362824,300,300,100,1), + (6463,21509,1,-3695.83,-2517.3,69.235,0.087266,0,0,0.043619,0.999048,900,900,100,1), + (6464,1735,1,-9500,-3765,24.558,2.319,0,0,0.916603,0.399798,300,300,100,1), + (6466,1735,1,2872.29,-1287,215.192,5.808,0,0,0.235364,-0.971907,300,300,100,1), + (6467,1735,1,1961.19,-2912,107.624,0.316,0,0,0.157343,0.987544,300,300,100,1), + (6468,21063,1,-3790.34,-4507.05,11.9246,-2.37365,0,0,0.927184,-0.374607,900,900,100,1), + (6472,1735,1,-5725,-3167,-35,1.197,0,0,0.563404,0.826182,300,300,100,1), + (6473,1735,1,-4974,-823,-5,2.277,0,0,0.908006,0.418957,300,300,100,1), + (6475,1735,1,-3951,57.049,119.669,6.282,0,0,0.000592621,-1,300,300,100,1), + (6477,1735,1,-3925,124.6,133.808,4.709,0,0,0.708304,-0.705908,300,300,100,1), + (6478,1735,1,-154,909.26,94.749,6.17,0,0,0.0565624,-0.998399,300,300,100,1), + (6479,1735,1,-5626,-1596,13.846,2.914,0,0,0.993532,0.113551,300,300,100,1), + (6481,1735,1,-5743,-2341,-42,4.956,0,0,0.615951,-0.787784,300,300,100,1), + (6484,1735,1,-1843,2090.75,79.274,0.646,0,0,0.317413,0.948287,300,300,100,1), + (6485,1735,1,-8801.43,-4248.05,32.4816,2.279,0,0,0.908425,0.418049,300,300,100,1), + (6488,1735,1,2927.34,-1940,170.783,6.183,0,0,0.0500717,-0.998746,300,300,100,1), + (6490,1735,1,-7621,-4092,27.97,3.267,0,0,0.998035,-0.0626626,300,300,100,1), + (6491,1735,1,-7585,-4101,13.71,3.267,0,0,0.998035,-0.0626626,300,300,100,1), + (6494,1735,1,-8089,-4299,15.931,-2,0,0,-0.841471,0.540302,300,300,100,1), + (6495,1735,1,-5097,1783.72,79.758,3.823,0,0,0.94252,-0.33415,300,300,100,1), + (6497,1735,1,811.124,1786.3,-11.2233,5.315,0,0,0.465405,-0.885098,300,300,100,1), + (6500,1735,1,-5048,-955,-4,5.482,0,0,0.389964,-0.92083,300,300,100,1), + (6501,21077,1,-2822.03,-3416.84,33.6391,-0.165806,0,0,-0.082808,0.996566,900,900,100,1), + (6504,1735,1,-5209,1812.31,116.036,3.921,0,0,0.925022,-0.379914,300,300,100,1), + (6505,1735,1,-1690,2674.43,145.595,4.839,0,0,0.660956,-0.750424,300,300,100,1), + (6509,1735,1,-7369.77,-4287.44,9.05438,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (6511,1735,1,-1242,1161.93,92.752,6.201,0,0,0.041081,-0.999156,300,300,100,1), + (6513,1735,1,-5490,-3312,-32,4.995,0,0,0.600473,-0.799645,300,300,100,1), + (6515,1735,1,-5302,-1852,-43,2.628,0,0,0.967209,0.253983,300,300,100,1), + (6519,1735,1,2342.22,-2405,151.095,3.007,0,0,0.997736,0.0672456,300,300,100,1), + (6520,21078,1,-3649.7,-2729.78,33.7866,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (6524,1735,1,-4821.21,-1514.55,-33.2018,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (6525,1735,1,1905.92,-3022,103.04,5.484,0,0,0.389043,-0.92122,300,300,100,1), + (6526,1735,1,2741.54,-1286,191.141,5.509,0,0,0.377498,-0.92601,300,300,100,1), + (6531,1735,1,-5751,-3365,-30,1.729,0,0,0.760771,0.649021,300,300,100,1), + (6532,179084,1,-2370.82,-4104.94,7.07517,-2.21657,-0.007787,0.015619,0.894798,-0.44613,900,900,100,1), + (6534,1735,1,-814,2010.39,77.518,0.501,0,0,0.247888,0.968789,300,300,100,1), + (6535,1735,1,1612.23,-2096,96.324,1.409,0,0,0.647653,0.761935,300,300,100,1), + (6536,1735,1,-4775,-1822,-38,5.026,0,0,0.588007,-0.808856,300,300,100,1), + (6542,1735,1,2855.24,-2028,169.001,0.785,0,0,0.3825,0.923956,300,300,100,1), + (6543,1735,1,2824.56,-2064,175.8,2.628,0,0,0.967209,0.253983,300,300,100,1), + (6546,1735,1,-1371,2517.6,97.161,2.697,0,0,0.975394,0.22047,300,300,100,1), + (6547,2061,1,-2370.82,-4104.94,7.07517,-2.21657,-0.007787,0.015619,0.894798,-0.44613,900,900,100,1), + (6549,1735,1,-2283,1579.92,87.37,4.209,0,0,0.860929,-0.508725,300,300,100,1), + (6551,1735,1,-1328,1197.9,93.852,0.499,0,0,0.246919,0.969036,300,300,100,1), + (6552,162024,1,-901.311,-3758.08,11.3853,0,0,0,0,0,-600,-600,0,1), + (6554,1735,1,2291.3,1104.48,298.513,1.9,0,0,0.813416,0.581683,300,300,100,1), + (6558,179085,1,-2285.09,-4288.11,3.48649,-2.74889,0,0,0.980785,-0.19509,900,900,100,1), + (6559,2061,1,-2285.09,-4288.11,3.48649,-2.74889,0,0,0.980785,-0.19509,900,900,100,1), + (6560,1735,1,-4982,-2316,-58,2.192,0,0,0.889386,0.457157,300,300,100,1), + (6566,1735,1,2122.19,-2888,108.388,6.093,0,0,0.0949494,-0.995482,300,300,100,1), + (6569,1735,1,-5509,-1841,-55,0.968,0,0,0.465323,0.885141,300,300,100,1), + (6574,1735,1,2542.67,-2738,160.681,2.096,0,0,0.866426,0.499305,300,300,100,1), + (6576,1735,1,-5349,-2750,-29,0.912,0,0,0.44036,0.897821,300,300,100,1), + (6577,1735,1,-5018,1795.7,73.14,2.279,0,0,0.908425,0.418049,300,300,100,1), + (6578,1735,1,-5494,-1623,27.32,2.206,0,0,0.892564,0.45092,300,300,100,1), + (6579,162024,1,858.997,-2346.59,92.5888,0,0,0,0,0,-600,-600,0,1), + (6581,1735,1,-8783,-4355,22.794,2.294,0,0,0.911534,0.411224,300,300,100,1), + (6582,142214,90,-551.574,706.112,-325.738,0.662801,0.037235,-0.102301,0.323633,0.939899,3600,3600,100,1), + (6583,1735,1,-917,1705.06,63.357,1.922,0,0,0.819765,0.572701,300,300,100,1), + (6584,1735,1,-5148,1738.56,78.392,3.823,0,0,0.94252,-0.33415,300,300,100,1), + (6588,1735,1,-5049,1793.17,74.768,2.867,0,0,0.99059,0.136865,300,300,100,1), + (6590,1735,1,-2038,2730.02,89.284,4.786,0,0,0.680608,-0.732647,300,300,100,1), + (6592,1735,1,-1397,1178.12,98.237,1.865,0,0,0.803112,0.595828,300,300,100,1), + (6597,1735,1,930.485,1421.01,19.289,3.414,0,0,0.990739,-0.135783,300,300,100,1), + (6599,1735,1,-803,1524.08,75.952,0.787,0,0,0.383423,0.923573,300,300,100,1), + (6600,1735,1,-913.527,1033.02,96.0823,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (6602,1735,1,1880.49,-3172,96.695,3.403,0,0,0.99147,-0.130332,300,300,100,1), + (6604,1735,1,-5470,-3392,-37,4.217,0,0,0.858887,-0.512165,300,300,100,1), + (6605,1735,1,-5235,-2702,-48,4.242,0,0,0.852418,-0.522861,300,300,100,1), + (6607,1735,1,-5146,-2584,-40,4.589,0,0,0.749358,-0.662165,300,300,100,1), + (6608,179086,1,-2693.04,-4278.89,3.58622,-2.34747,0,0,0.922201,-0.386711,900,900,100,1), + (6610,1735,1,-451,758.908,110.825,3.475,0,0,0.986137,-0.165933,300,300,100,1), + (6613,2061,1,-2693.04,-4278.89,3.58622,-2.34747,0,0,0.922201,-0.386711,900,900,100,1), + (6617,1735,1,-863,1580.29,61.467,1.14,0,0,0.539632,0.841901,300,300,100,1), + (6623,1735,1,2382.13,1574.21,286.72,5.868,0,0,0.206105,-0.97853,300,300,100,1), + (6624,1735,1,-8231,-2639,12.117,1.623,0,0,0.725321,0.688411,300,300,100,1), + (6625,1735,1,-4947,-2340,-58,1.215,0,0,0.570817,0.821078,300,300,100,1), + (6626,1735,1,-5582,-2115,-59,1.169,0,0,0.551782,0.833988,300,300,100,1), + (6628,1735,1,-5621,-2079,-61,1.972,0,0,0.833825,0.55203,300,300,100,1), + (6631,1735,1,-5519,-1594,29.571,4.57,0,0,0.755615,-0.655016,300,300,100,1), + (6633,1735,1,-1271,2987.5,142.259,2.222,0,0,0.896143,0.443766,300,300,100,1), + (6635,1735,1,1605.78,-3021,102.004,3.336,0,0,0.995279,-0.0970507,300,300,100,1), + (6638,1735,1,-5196.11,-1641.78,-53.4753,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (6640,1735,1,-5360.65,1689.73,73.2212,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (6645,1735,1,-7965,-2791,13.158,6.032,0,0,0.125263,-0.992124,300,300,100,1), + (6646,1735,1,-513,1497.73,94.26,2.335,0,0,0.919772,0.392452,300,300,100,1), + (6647,1735,1,-428,2038.97,100.087,2.115,0,0,0.871131,0.491051,300,300,100,1), + (6655,1735,1,1668.77,-3079,92.771,2.437,0,0,0.938583,0.345054,300,300,100,1), + (6658,1735,1,763.91,1362.96,-2,3.907,0,0,0.927658,-0.37343,300,300,100,1), + (6666,1735,1,-5659,-2198,-57,1.169,0,0,0.551782,0.833988,300,300,100,1), + (6667,20727,1,-4010.62,-3813.58,37.3444,-0.671953,0.048355,0.112196,-0.328225,0.936666,2,2,100,1), + (6668,1735,1,-814,1142.63,92.876,0.186,0,0,0.092866,0.995679,300,300,100,1), + (6669,1735,1,-957,1253.08,110.958,1.012,0,0,0.484682,0.87469,300,300,100,1), + (6670,1735,1,-5155,1884.63,100.727,2.854,0,0,0.989679,0.143301,300,300,100,1), + (6671,1735,1,-5162,1788.38,95.336,5.94,0,0,0.170752,-0.985314,300,300,100,1), + (6672,1735,1,-733,1152.21,94.163,0.874,0,0,0.423223,0.906025,300,300,100,1), + (6676,1735,1,-5784,-3851,-84,2.005,0,0,0.842819,0.538197,300,300,100,1), + (6678,1735,1,-559,1755.99,91.229,1.539,0,0,0.695776,0.718259,300,300,100,1), + (6681,1735,1,-4682.48,-1486.84,-48.1071,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (6682,1735,1,1683.42,-2590,105.658,5.71,0,0,0.282685,-0.959213,300,300,100,1), + (6684,1735,1,-5144,-1213,48.467,5.958,0,0,0.161877,-0.986811,300,300,100,1), + (6685,1735,1,-5197,-1227,48.983,6.006,0,0,0.138149,-0.990411,300,300,100,1), + (6690,1735,1,2461.22,1259.62,297.893,3.317,0,0,0.996157,-0.0875912,300,300,100,1), + (6694,1735,1,1442.98,-1930,111.496,3.26,0,0,0.998248,-0.0591691,300,300,100,1), + (6696,1735,1,-4057,3.457,68.623,1.299,0,0,0.604788,0.796386,300,300,100,1), + (6699,1735,1,-896,871.114,99.195,4.276,0,0,0.843407,-0.537276,300,300,100,1), + (6700,1735,1,-820,853.423,121.412,4.005,0,0,0.908254,-0.418419,300,300,100,1), + (6701,1735,1,-5399,-1854,-38,0.099,0,0,0.0494798,0.998775,300,300,100,1), + (6705,1735,1,-7385.07,-4483.87,13.9269,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (6710,1735,1,2812.95,-1937,165.353,3.723,0,0,0.958042,-0.286626,300,300,100,1), + (6712,1735,1,2774.32,-1287,206.707,5.509,0,0,0.377498,-0.92601,300,300,100,1), + (6717,1735,1,2504.91,1665.69,298.583,5.868,0,0,0.206105,-0.97853,300,300,100,1), + (6718,1735,1,-4939,-2345,-46,1.266,0,0,0.591566,0.806256,300,300,100,1), + (6719,1735,1,-8081,-2729,14.056,2.566,0,0,0.958872,0.28384,300,300,100,1), + (6720,1735,1,-5563,-2274,-50,4.628,0,0,0.736305,-0.67665,300,300,100,1), + (6721,1735,1,1546.2,-2367,103.119,1.236,0,0,0.579406,0.815039,300,300,100,1), + (6722,1735,1,-5040,-1236,-40.1317,1.873,0,0,0.805489,0.592611,300,300,100,1), + (6725,1735,1,3050.39,-1645,184.763,2.234,0,0,0.898789,0.438381,300,300,100,1), + (6726,142215,90,-515.979,708.01,-325.738,-0.236043,-0.010907,-0.108319,-0.116839,0.987166,3600,3600,100,1), + (6728,1735,1,-2047,1780.93,72.259,5.591,0,0,0.339225,-0.940705,300,300,100,1), + (6730,1735,1,2345.15,1232.43,328.007,2.82,0,0,0.9871,0.160104,300,300,100,1), + (6734,1735,1,-4907,1716.6,70.703,0.689,0,0,0.337726,0.941244,300,300,100,1), + (6736,1735,1,-1124,2662.49,127.166,0.101,0,0,0.0504785,0.998725,300,300,100,1), + (6737,1735,1,-548,1602.56,98.967,2.071,0,0,0.860118,0.510096,300,300,100,1), + (6742,1735,1,-4909,-922,-4,4.228,0,0,0.856057,-0.516881,300,300,100,1), + (6743,1735,1,-4764,-1062,-54.4161,5.894,0,0,0.193367,-0.981127,300,300,100,1), + (6744,1735,1,-1135,2789.67,137.393,0.876,0,0,0.424129,0.905602,300,300,100,1), + (6745,1735,1,1402.61,-2202,99.448,4.995,0,0,0.600473,-0.799645,300,300,100,1), + (6748,142216,90,-492.593,681.819,-325.738,-1.13489,-0.056883,-0.092824,-0.534106,0.838379,3600,3600,100,1), + (6749,1735,1,1731.65,-3138,91.904,3.403,0,0,0.99147,-0.130332,300,300,100,1), + (6751,1735,1,-7821,-5009,4.409,4.187,0,0,0.866473,-0.499225,300,300,100,1), + (6753,1735,1,2503.81,-2621,167.605,3.184,0,0,0.999775,-0.0212021,300,300,100,1), + (6755,142213,90,-521.022,621.549,-327.485,1.81514,0,0,0.78801,0.615662,3600,3600,100,1), + (6759,1735,1,-4898,-957,-4.2256,0.354,0,0,0.176077,0.984376,300,300,100,1), + (6767,181098,0,-7819.16,-2027.71,132.171,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (6768,181098,0,-7751.43,-2539.42,140.108,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (6769,181098,0,-7966.47,-1885.24,132.361,3.14159,0,0,1,0,180,180,100,1), + (6770,153556,0,-7843.89,-1992.06,139.809,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (6771,52,0,-11680,756.469,50.6332,-2.26636,0.120005,-0.047434,0.901711,-0.412633,300,300,100,1), + (6772,173185,1,2156.99,-4792.74,67.568,1.62316,0,0,0.725374,0.688355,900,900,100,1), + (6774,2061,0,-5054.79,-1273.57,501.963,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6775,2061,1,2156.99,-4792.74,67.568,1.62316,0,0,0.725374,0.688355,900,900,100,1), + (6776,173187,1,2184.68,-4799.56,67.568,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (6780,2061,1,2184.68,-4799.56,67.568,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (6782,153556,0,-7844.55,-1945.58,137.301,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (6783,2076,0,-12342.9,165.09,2.8544,-0.890119,-0.008057,0.013511,-0.430355,0.902523,900,900,100,1), + (6784,153556,0,-7775.43,-2313.51,137.082,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (6785,176549,0,-11887.3,-1003.29,91.2766,2.90597,0,0,0.993068,0.117537,900,900,100,1), + (6786,153556,0,-7725.99,-2125.54,133.439,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (6787,2061,0,-11887.3,-1003.29,91.2766,2.90597,0,0,0.993068,0.117537,900,900,100,1), + (6788,177015,1,1691.88,-4103.52,38.0155,0.881392,0,0,0.426569,0.904455,900,900,100,1), + (6789,2061,1,1691.88,-4103.52,38.0155,0.881392,0,0,0.426569,0.904455,900,900,100,1), + (6790,32404,0,-4870.76,-1135.6,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6791,2061,0,-4870.76,-1135.6,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6792,177016,1,1561.1,-4186.86,41.655,0.881392,0,0,0.426569,0.904455,900,900,100,1), + (6793,153556,0,-7793.45,-1804.18,132.184,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (6794,176550,0,-11876.7,-1003.09,91.3898,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (6795,2061,1,1561.1,-4186.86,41.655,0.881392,0,0,0.426569,0.904455,900,900,100,1), + (6796,173090,1,1904.41,-4773.03,36.3755,-3.0456,0,0,0.998848,-0.047978,900,900,100,1), + (6797,153556,0,-7741.42,-1948.2,136.462,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (6798,2061,1,1904.41,-4773.03,36.3755,-3.0456,0,0,0.998848,-0.047978,900,900,100,1), + (6799,2061,0,-11876.7,-1003.09,91.3898,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (6800,173091,1,2034.78,-4710.6,26.8715,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (6801,2061,1,2034.78,-4710.6,26.8715,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (6802,153556,0,-7710.73,-2178.15,131.896,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (6803,176552,0,-11875.6,-1051.91,116.005,1.48353,0,0,0.67559,0.737277,900,900,100,1), + (6805,173096,1,2056.66,-4846.36,24.4633,0.57596,0,0,0.284016,0.95882,900,900,100,1), + (6806,2061,1,2056.66,-4846.36,24.4633,0.57596,0,0,0.284016,0.95882,900,900,100,1), + (6807,2061,0,-11875.6,-1051.91,116.005,1.48353,0,0,0.67559,0.737277,900,900,100,1), + (6808,180655,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587786,0.809016,180,180,100,1), + (6809,176553,0,-11942.7,-1005.5,89.0434,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (6810,176584,0,-8386.96,-963.427,193.742,-0.05236,0,0,-0.026177,0.999657,300,300,100,1), + (6811,153556,0,-7774.49,-2235,134.134,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (6813,173162,1,1476.59,-4146.67,40.3848,-0.279252,0,0,-0.139173,0.990268,900,900,100,1), + (6814,2061,0,-11942.7,-1005.5,89.0434,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (6816,173092,1,2046.44,-4756.55,29.2246,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (6818,21087,1,-3938.55,-2767.51,36.6889,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (6819,171708,0,-4866.08,-1108.47,504.454,-1.36136,0,0,-0.62932,0.777146,900,900,100,1), + (6821,20992,1,-3734.91,-2530.63,73.2862,-0.802864,-0.105384,0.677422,0.042204,0.726783,2,2,100,1), + (6822,2061,1,2046.44,-4756.55,29.2246,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (6823,176583,0,-8077.45,-1779.97,132.858,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (6825,171709,0,-4865.38,-1107.33,504.554,-2.97579,0,0,0.996566,-0.082808,900,900,100,1), + (6827,153453,0,-7694.8,-1534.44,131.682,-2.80998,0,0,0.986286,-0.165048,7200,7200,100,1), + (6828,171710,0,-4865.06,-1109.14,504.554,0.165807,0,0,0.082809,0.996565,900,900,100,1), + (6829,176584,0,-7779.71,-1580.11,133.395,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (6830,176584,0,-7786.68,-1741.32,133.194,-1.25664,0,0,-0.587786,0.809016,300,300,100,1), + (6831,171707,0,-4882.58,-1091.71,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6832,176586,0,-8334.38,-2438.24,203.358,-1.8326,0,0,-0.793355,0.60876,300,300,100,1), + (6833,176554,0,-11953.4,-1005.85,88.8666,2.92343,0,0,0.994056,0.108867,900,900,100,1), + (6834,2061,0,-4882.58,-1091.71,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6835,153453,0,-8239.28,-2523.26,140.573,0.523599,0,0,0.258819,0.965926,7200,7200,100,1), + (6836,143345,0,-4833.91,-1070.91,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6837,153453,0,-7905.95,-2664.47,168.279,0.401426,0,0,0.199368,0.979925,7200,7200,100,1), + (6839,2061,0,-4833.91,-1070.91,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6840,2061,0,-11953.4,-1005.85,88.8666,2.92343,0,0,0.994056,0.108867,900,900,100,1), + (6841,153556,0,-7828.93,-2265.71,137.186,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (6842,176555,0,-11957.4,-1052.78,110.913,2.81871,0,0,0.986996,0.160743,900,900,100,1), + (6843,180655,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615661,0.788011,180,180,100,1), + (6844,180655,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615661,0.788011,180,180,100,1), + (6845,153556,0,-7804.24,-2103.44,133.439,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (6846,21059,1,-3677.09,-4397.97,11.1617,-0.837759,0,0,-0.406737,0.913545,900,900,100,1), + (6847,153556,0,-7693.64,-2387.06,147.656,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (6848,153556,0,-7892.84,-2144.82,120.545,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (6849,174728,1,-3990,-3814.18,34.4486,2.99324,0.040937,0.205371,0.975527,0.067037,2,2,100,1), + (6851,175368,329,3624.91,-3642.16,138.445,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (6852,175372,329,3650.43,-3535.92,137.868,-2.83616,0,0,0.988362,-0.152123,180,180,100,0), + (6853,153556,0,-7757.94,-2159.73,133.439,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (6854,172987,1,1886.24,-4484.23,23.6871,1.51844,0,0,0.688355,0.725374,900,900,100,1), + (6855,179596,1,1818.3,-4402.07,-17.8275,2.68781,0,0,0.97437,0.224951,900,900,100,1), + (6856,180655,1,7448.34,-246.666,0,3.03687,0,0,0.998629,0.0523374,180,180,100,1), + (6857,176583,0,-8073.23,-1659.24,133.228,-2.6529,0,0,-0.970296,0.241922,300,300,100,1), + (573699,177670,0,3286.71,-3670.19,153.547,4.58615,0,0,0.750301,-0.661097,-45,-45,100,1), + (6859,173159,1,1576.84,-4098.22,36.1017,-0.925026,0,0,-0.446198,0.894934,900,900,100,1), + (6860,171764,0,-4883.28,-1055.7,502.152,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6861,2061,0,-4883.28,-1055.7,502.152,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6862,26496,0,-4883.13,-1063.89,502.224,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6863,2061,0,-4883.13,-1063.89,502.224,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6864,180655,1,7448.34,-246.666,0,3.03687,0,0,0.998629,0.0523374,180,180,100,1), + (573698,177670,0,3000.5,-3459.18,154.402,4.46441,0,0,0.789126,-0.614231,-45,-45,100,1), + (6866,171715,0,-4799.36,-1107.18,498.819,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6867,176573,0,-4799.2,-1107.32,498.807,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (6868,153453,0,-8249.01,-1181.16,143.007,-0.191986,0,0,0.095846,-0.995396,7200,7200,100,1), + (573697,177670,0,3178.88,-3468.25,167.396,4.22878,0,0,0.855856,-0.517215,-45,-45,100,1), + (6871,153453,0,-8170.18,-1574.75,138.857,1.39626,0,0,0.642788,0.766044,7200,7200,100,1), + (6872,143346,0,-4823.44,-1062.69,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6873,176583,0,-7945.05,-908.27,131.253,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (6874,2061,0,-4823.44,-1062.69,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6875,153242,0,-6610.97,-864.179,244.306,3.14159,0,0,1,0,7200,7200,100,1), + (6876,2061,0,-11957.4,-1052.78,110.913,2.81871,0,0,0.986996,0.160743,900,900,100,1), + (6877,171705,0,-4747.62,-1048.82,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6878,2061,0,-4747.62,-1048.82,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6879,2061,0,-6610.97,-864.179,244.306,3.14159,0,0,1,0,7200,7200,100,1), + (6880,179844,0,-6526,-1188.37,309.218,2.31224,0,0,0.915247,0.402892,7200,7200,100,1), + (6881,152034,0,-6831.69,-1222.37,240.014,1.78024,0,0,0.777146,0.62932,7200,7200,100,1), + (6882,142339,0,-4780.96,-1039.14,504.487,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (6883,21053,1,-3583.8,-4305.53,6.54785,-1.00356,0,0,-0.480989,0.876727,900,900,100,1), + (6884,2061,1,1576.84,-4098.22,36.1017,-0.925026,0,0,-0.446198,0.894934,900,900,100,1), + (6885,152035,0,-7219.7,-1236.47,254.741,3.14159,0,0,1,0,7200,7200,100,1), + (6886,2061,0,-7219.7,-1236.47,254.741,3.14159,0,0,1,0,7200,7200,100,1), + (6887,171712,0,-4780.26,-1040.27,504.587,1.26536,0,0,0.591309,0.806445,900,900,100,1), + (6888,143334,0,-4763.4,-1036.58,512.188,-2.23402,0,0,0.898794,-0.438371,900,900,100,1), + (6889,171711,0,-4782.01,-1039.75,504.587,-1.87623,0,0,-0.806445,0.591309,900,900,100,1), + (6890,152046,0,-6689.93,-1426.46,241.635,1.42244,0.034976,0.012869,0.652652,0.75674,7200,7200,100,1), + (6891,176556,0,-11946.6,-1052.82,111.041,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (573696,177670,0,3175.24,-3315.21,165.161,2.19617,0,0,0.890337,0.455303,-45,-45,100,1), + (6893,149417,0,-4830.92,-1011.86,502.102,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6894,2061,0,-4830.92,-1011.86,502.102,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6895,2061,0,-11946.6,-1052.82,111.041,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (6896,152036,0,-6796.31,-1086.7,243.477,-3.14159,0.021813,0.013086,0.999676,-0.000286,7200,7200,100,1), + (6897,2061,0,-6796.31,-1086.7,243.477,-3.14159,0.021813,0.013086,0.999676,-0.000286,7200,7200,100,1), + (6898,152037,0,-6858.24,-1172.34,240.336,3.14159,0,0,1,0,7200,7200,100,1), + (6899,2061,0,-6858.24,-1172.34,240.336,3.14159,0,0,1,0,7200,7200,100,1), + (6900,152039,0,-6683.8,-1163.12,240.248,3.14159,0,0,1,0,7200,7200,100,1), + (6901,2061,0,-6683.8,-1163.12,240.248,3.14159,0,0,1,0,7200,7200,100,1), + (6902,26494,0,-4824.23,-1013.84,502.172,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6903,173135,1,1952.79,-4150.57,43.4859,-1.37008,0,0,-0.632705,0.774393,900,900,100,1), + (6904,152044,0,-6689.93,-1419.03,242.234,3.13287,0,0,0.99999,0.004363,7200,7200,100,1), + (6905,2061,0,-4824.23,-1013.84,502.172,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6906,32358,0,-4806.63,-1019.93,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6907,2061,0,-6689.93,-1419.03,242.234,3.13287,0,0,0.99999,0.004363,7200,7200,100,1), + (6908,175373,329,4037.15,-3469.15,121.804,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (6910,142207,90,-618.608,691.118,-327.049,2.88852,0,0,0.992005,0.126199,3600,3600,100,1), + (6911,175374,329,4039.97,-3504.3,121.711,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (6912,2061,1,1952.79,-4150.57,43.4859,-1.37008,0,0,-0.632705,0.774393,900,900,100,1), + (6913,173136,1,1920.19,-4180.52,40.9733,-2.95833,0,0,0.995805,-0.091501,900,900,100,1), + (6914,2061,1,1920.19,-4180.52,40.9733,-2.95833,0,0,0.995805,-0.091501,900,900,100,1), + (6915,21064,1,-3790.35,-4507.04,11.369,-2.37365,0,0,0.927184,-0.374607,900,900,100,1), + (6916,172989,1,1886.38,-4485.16,22.9283,-1.213,0,0,-0.569997,0.821647,900,900,100,1), + (6917,173122,1,1983.14,-4781.51,56.842,-0.410152,0,0,-0.203642,0.979046,900,900,100,1), + (6918,2061,1,1983.14,-4781.51,56.842,-0.410152,0,0,-0.203642,0.979046,900,900,100,1), + (6919,2061,0,-4806.63,-1019.93,502.187,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (6920,173127,1,1927.89,-4156.86,40.8491,0.069814,0,0,0.0349,0.999391,900,900,100,1), + (6921,142837,0,-7019.65,-1715.34,241.679,3.14159,0,0,1,0,7200,7200,100,1), + (6922,2061,0,-7019.65,-1715.34,241.679,3.14159,0,0,1,0,7200,7200,100,1), + (6923,153241,0,-6490.67,-900.264,323.973,3.14159,0,0,1,0,7200,7200,100,1), + (6924,2061,0,-6490.67,-900.264,323.973,3.14159,0,0,1,0,7200,7200,100,1), + (6925,152043,0,-6596.88,-1864.24,244.919,-2.14675,0,0,0.878817,-0.477159,7200,7200,100,1), + (6926,2061,0,-6596.88,-1864.24,244.919,-2.14675,0,0,0.878817,-0.477159,7200,7200,100,1), + (6927,152042,0,-6745.46,-1248.99,246.75,1.78024,0,0,0.777146,0.62932,7200,7200,100,1), + (6928,179862,0,-6524.34,-1185.85,309.219,-3.0805,0,0,0.999534,-0.030539,7200,7200,100,1), + (6929,50982,0,-6850.78,-1538.73,240.864,-0.552729,0,0,-0.27286,0.962054,2,2,100,1), + (6930,179500,0,-7226.22,-1740.19,244.441,-2.75762,0,0,0.981627,-0.190809,7200,7200,100,1), + (6931,2061,0,-7226.22,-1740.19,244.441,-2.75762,0,0,0.981627,-0.190809,7200,7200,100,1), + (6932,153240,0,-6471.14,-884.147,324.088,1.78024,0,0,0.777146,0.62932,7200,7200,100,1), + (6933,152040,0,-6705.27,-1281.97,240.918,3.13287,0,0,0.99999,0.004363,7200,7200,100,1), + (6934,2061,0,-6705.27,-1281.97,240.918,3.13287,0,0,0.99999,0.004363,7200,7200,100,1), + (6935,152045,0,-6686.63,-1428.49,241.329,0.479965,0.030864,0.038968,0.236227,0.970425,7200,7200,100,1), + (6936,173265,0,-7024.78,-1786.5,265.828,2.16421,0,0,0.882948,0.469471,2,2,100,1), + (6937,152032,0,-6831.79,-1226.23,240.031,2.19911,0,0,0.891006,0.453991,7200,7200,100,1), + (6938,152038,0,-6740.06,-1257.47,246.478,3.14159,0,0,1,0,7200,7200,100,1), + (6939,2061,0,-6740.06,-1257.47,246.478,3.14159,0,0,1,0,7200,7200,100,1), + (6940,152033,0,-6828.09,-1220.51,240.014,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (6941,152041,0,-6744.2,-1246.11,246.432,-0.15708,-0.006986,0.022431,-0.078248,0.996657,7200,7200,100,1), + (6942,161536,0,-6756.73,-1166.7,187.042,1.31772,0,0,0.612217,0.790689,7200,7200,100,1), + (6943,150137,0,-6355.19,-2079.83,243.63,-2.47837,0.005546,-0.002705,0.945507,-0.325544,7200,7200,100,1), + (6944,17157,0,-6350.34,-2079.46,244.019,-0.907648,-0.002009,0.005834,-0.43838,0.898769,7200,7200,100,1), + (6945,149045,0,-6904.81,-1206.78,178.512,2.98451,0,0,0.996917,0.078459,7200,7200,100,1), + (6946,149046,0,-6900.42,-1339.33,239.652,-2.88852,0,0,0.992005,-0.126199,7200,7200,100,1), + (6947,153158,0,-6686.13,-1163.59,240.295,-1.25664,0,0,0.587785,-0.809017,7200,7200,100,1), + (6948,149030,0,-7005.99,-1305.4,259.5,0.069813,0,0,0.034899,0.999391,7200,7200,100,1), + (6949,2061,1,1927.89,-4156.86,40.8491,0.069814,0,0,0.0349,0.999391,900,900,100,1), + (6950,171722,0,-4809.95,-1003.43,510.818,-0.462512,0,0,-0.2292,0.973379,900,900,100,1), + (6951,153159,0,-6677.52,-1171.99,240.36,0.837758,0,0,0.406737,0.913545,7200,7200,100,1), + (6952,173128,1,1915.93,-4157.83,40.8491,0.069814,0,0,0.0349,0.999391,900,900,100,1), + (6953,2061,1,1915.93,-4157.83,40.8491,0.069814,0,0,0.0349,0.999391,900,900,100,1), + (6954,21062,1,-3686.51,-4471.49,12.3284,-0.698132,0,0,-0.34202,0.939693,900,900,100,1), + (6955,149032,0,-6910.33,-1066.01,257.716,-2.32129,0,0,0.91706,-0.398749,7200,7200,100,1), + (6956,173007,1,1722.65,-4204.29,51.7415,-1.46608,0,0,-0.669131,0.743145,900,900,100,1), + (6957,153158,0,-6675.42,-1192.03,240.633,-1.06465,0,0,0.507538,-0.861629,7200,7200,100,1), + (6958,2061,1,1722.65,-4204.29,51.7415,-1.46608,0,0,-0.669131,0.743145,900,900,100,1), + (6959,149502,0,-6679.93,-1189.67,240.115,3.08923,0,0,0.999657,0.026177,2,2,100,1), + (6960,176489,0,-12398.2,132.182,3.74312,-2.32129,0,0,0.91706,-0.39875,900,900,100,1), + (6961,2061,0,-12398.2,132.182,3.74312,-2.32129,0,0,0.91706,-0.39875,900,900,100,1), + (6962,171723,0,-4810.09,-1006.53,510.813,0.881392,0,0,0.426569,0.904455,900,900,100,1), + (6963,171759,0,-4811.94,-1030.88,438.601,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6964,2866,0,-6712.59,-840.098,244.144,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (6965,176490,0,-12380,112.825,5.23442,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (6966,2046,0,-975.522,-3707.89,99.7785,-2.96706,0,0,-0.996195,0.0871556,300,300,100,1), + (6967,2046,0,-1619.07,-2115.25,36.831,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (6968,2061,0,-12380,112.825,5.23442,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (6969,21068,1,-3794.17,-4402.55,11.1374,-0.829032,0,0,-0.402747,0.915312,900,900,100,1), + (6970,179826,0,-6631.63,-1225.39,210.617,0.698132,0,0,0.34202,0.939693,2,2,100,1), + (6971,179827,0,-6493.8,-1162.98,309.189,2.79253,0,0,0.984808,0.173648,2,2,100,1), + (6972,2061,0,-4811.94,-1030.88,438.601,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6973,176491,0,-12390.6,244.266,2.73307,2.88852,-0.00708,-0.02109,0.991771,0.126073,900,900,100,1), + (6974,179828,0,-6508.78,-1365.26,212.859,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (6975,173129,1,1891.22,-4154.87,43.4859,-0.549778,0,0,-0.27144,0.962455,900,900,100,1), + (6976,179828,0,-6570.39,-1332.69,212.095,-0.907571,0,0,0.438371,-0.898794,300,300,100,1), + (6977,2061,1,1891.22,-4154.87,43.4859,-0.549778,0,0,-0.27144,0.962455,900,900,100,1), + (6978,171757,0,-4849.57,-1006.95,453.703,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6979,173130,1,1897.49,-4167.99,43.4859,2.55691,0,0,0.957571,0.288196,900,900,100,1), + (6980,2061,1,1897.49,-4167.99,43.4859,2.55691,0,0,0.957571,0.288196,900,900,100,1), + (6981,173094,1,2056.67,-4836.1,24.522,-1.43117,0,0,-0.656059,0.754709,900,900,100,1), + (6982,1798,1,-1474.71,198.401,-7.79237,1.77578,0,0,0.775741,0.631051,25,25,0,1), + (6983,21074,1,-2822.02,-3416.97,33.6203,2.97579,0,0,0.996566,0.082808,900,900,100,1), + (6984,2061,0,-4849.57,-1006.95,453.703,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (6986,2061,0,-12390.6,244.266,2.73307,2.88852,-0.00708,-0.02109,0.991771,0.126073,900,900,100,1), + (6987,21058,1,-3677.79,-4399.55,10.7048,3.14159,0,0,1,0,900,900,100,1), + (6988,21056,1,-3583.86,-4305.61,6.53555,2.13803,0,0,0.876727,0.480989,900,900,100,1), + (6989,177017,1,1510.94,-4433.99,19.7736,1.30073,0.017354,0.013012,0.605336,0.795674,900,900,100,1), + (6991,179828,0,-6518.08,-1341.7,210.242,2.84489,0,0,0.989016,0.147809,300,300,100,1), + (6992,22234,1,-4054.51,-2734.62,34.355,3.14159,0,0,1,0,900,900,100,1), + (6994,176492,0,-12314.1,171.238,6.68062,2.44346,-0.01156,-0.019007,0.939493,0.341846,900,900,100,1), + (6995,179828,0,-6576.94,-1319.12,210.249,-0.244346,0,0,0.121869,-0.992546,300,300,100,1), + (6996,2061,0,-12314.1,171.238,6.68062,2.44346,-0.01156,-0.019007,0.939493,0.341846,900,900,100,1), + (6997,176493,0,-12317.7,188.87,5.94546,-3.02815,-0.003119,-0.022027,0.998139,-0.056774,900,900,100,1), + (6998,2061,1,1510.94,-4433.99,19.7736,1.30073,0.017354,0.013012,0.605336,0.795674,900,900,100,1), + (6999,142340,0,-4585.49,-908.461,524.721,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (7000,2061,0,-4585.49,-908.461,524.721,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (7003,179828,0,-6572.96,-1327.58,212.095,-2.72271,0,0,0.978148,-0.207912,300,300,100,1), + (7004,177023,1,1624.88,-4275.13,22.9934,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (7005,179828,0,-6562.07,-1344.44,212.619,1.25664,0,0,0.587785,0.809017,300,300,100,1), + (7006,179828,0,-6558.36,-1347.93,210.26,-2.93215,0,0,0.994522,-0.104529,300,300,100,1), + (7007,2061,0,-12317.7,188.87,5.94546,-3.02815,-0.003119,-0.022027,0.998139,-0.056774,900,900,100,1), + (7008,2061,1,1624.88,-4275.13,22.9934,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (7009,179828,0,-6551.49,-1318.46,210.419,0.698132,0,0,0.34202,0.939693,300,300,100,1), + (7010,21071,1,-3417.04,-4173.36,10.2917,-0.872664,0,0,-0.422618,0.906308,900,900,100,1), + (7011,153160,0,-6687.28,-1159.13,240.539,-1.69297,0,0,0.748956,-0.66262,7200,7200,100,1), + (7012,179742,1,1636.25,-4262.48,49.5421,-2.11185,0,0,0.870355,-0.492424,900,900,100,1), + (7013,185321,1,-4753.15,-3652.78,46.3757,-2.3911,0,0,0.930418,-0.366501,900,900,100,1), + (7014,173025,1,1773.82,-4215.27,39.221,2.618,0,0,0.965926,0.258819,900,900,100,1), + (7015,153160,0,-6679.2,-1162.72,240.369,-2.63545,0,0,0.968148,-0.25038,7200,7200,100,1), + (7016,176504,0,-12418.3,141.362,3.4041,-2.29511,0.000788,0.019495,0.911526,-0.41078,900,900,100,1), + (7017,1617,0,-5077.99,-364.516,395.579,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (7018,153158,0,-6684.32,-1193.03,240.02,-2.3911,0,0,0.930418,-0.366501,7200,7200,100,1), + (7019,153158,0,-6684.08,-1197.95,240.05,1.69297,0,0,0.748956,0.66262,7200,7200,100,1), + (7020,2866,0,-7157.07,-878.366,308.115,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (7021,2866,0,-7317.79,-1804.88,245.641,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (7023,173011,1,1426.41,-4394.38,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (7024,148506,0,-6484.87,-973.079,333.565,-2.84489,0,0,0.989016,-0.147809,2,2,100,1), + (7025,2061,1,1426.41,-4394.38,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (7026,276,0,-5046.3,-297.85,441.891,2.33874,0,0,0.920505,0.390731,900,900,100,1), + (7027,173013,1,1408.85,-4359.43,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (7028,2061,1,1408.85,-4359.43,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (7029,2061,0,-12418.3,141.362,3.4041,-2.29511,0.000788,0.019495,0.911526,-0.41078,900,900,100,1), + (7030,173014,1,1784.89,-4495.34,45.1773,-2.55518,-0.015415,-0.066641,0.954493,-0.290283,900,900,100,1), + (7031,173017,1,1761.81,-4511.88,26.4703,2.41728,0,0,0.935135,0.354291,900,900,100,1), + (7032,186631,1,-3148.2,-2855.86,34.1331,-0.34034,0,0,-0.16935,0.985556,900,900,100,1), + (7033,177025,1,1739.52,-4380.44,34.7205,-2.48505,-0.02406,0.031017,0.946025,-0.321709,900,900,100,1), + (7034,148498,0,-6477.94,-1243.35,180.183,-2.75762,0,0,0.981627,-0.190809,2,2,100,1), + (7035,2061,1,1739.52,-4380.44,34.7205,-2.48505,-0.02406,0.031017,0.946025,-0.321709,900,900,100,1), + (7036,172995,1,1766.28,-4222.36,42.281,2.60927,0,0,0.964787,0.263032,900,900,100,1), + (7037,173121,1,1996.23,-4794.01,56.8699,-0.410152,0,0,-0.203642,0.979046,900,900,100,1), + (7038,2061,1,1996.23,-4794.01,56.8699,-0.410152,0,0,-0.203642,0.979046,900,900,100,1), + (7039,176518,1,1666.92,-4213.37,56.2608,-0.689405,0,0,-0.337917,0.941176,900,900,100,1), + (7040,179494,0,-6772.75,-1124.14,206.103,0.418879,0,0,0.207912,0.978148,7200,7200,100,1), + (7041,173097,1,2107.63,-4834.74,24.1935,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (7042,2061,1,2107.63,-4834.74,24.1935,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (7043,172979,1,1918.12,-4295.11,31.0715,-1.01229,0,0,-0.48481,0.874619,900,900,100,1), + (7044,153157,0,-6684.15,-1166.29,240.178,-2.33874,0,0,0.920505,-0.390731,7200,7200,100,1), + (7045,172980,1,1917.55,-4294.4,30.7439,2.35619,0,0,0.92388,0.382683,900,900,100,1), + (7046,94187,0,-12826.4,-742.357,75.8635,-2.3911,0,0,0.930418,-0.366501,900,900,100,1), + (7047,153157,0,-6682.2,-1191,240.054,-2.75762,0,0,0.981627,-0.190809,7200,7200,100,1), + (7048,149031,0,-6914.24,-1440.12,257.255,1.95477,0,0,0.829038,0.559193,7200,7200,100,1), + (7049,153159,0,-6673.68,-1199.42,241.047,-0.401426,0,0,0.199368,-0.979925,7200,7200,100,1), + (7050,149025,0,-7002.62,-1118.75,258.785,-2.35619,0,0,0.92388,-0.382683,7200,7200,100,1), + (7051,2866,0,-6595.47,-1951.65,246.016,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (7052,179494,0,-6538.47,-1266.37,180.943,0.872665,0,0,0.422618,0.906308,7200,7200,100,1), + (7053,179496,0,-6521.48,-1343.77,208.739,-1.71042,0,0,0.75471,-0.656059,7200,7200,100,1), + (7054,179496,0,-6752.12,-1368.35,194.723,-2.02458,0,0,0.848048,-0.529919,7200,7200,100,1), + (7055,179496,0,-6482.19,-1369.14,212.107,1.55334,0,0,0.700909,0.71325,7200,7200,100,1), + (7056,179496,0,-6563.62,-1280.27,208.743,-2.63545,0,0,0.968148,-0.25038,7200,7200,100,1), + (7057,179494,0,-6463.42,-1194.57,181.996,-1.50098,0,0,0.681998,-0.731354,7200,7200,100,1), + (7058,179494,0,-6856.14,-1180.4,185.222,-0.663225,0,0,0.325568,-0.945519,7200,7200,100,1), + (7060,2040,1,-1934,1770.49,73.479,1.204,0,0,0.566292,0.824205,300,300,100,1), + (7061,2040,1,3215.23,-4275,109.856,5.19,0,0,0.519779,-0.854301,300,300,100,1), + (7063,2040,1,3833.33,-4889,153.062,5.971,0,0,0.155459,-0.987842,300,300,100,1), + (7071,2040,1,-1329,2816.56,113.447,0.576,0,0,0.284035,0.958814,300,300,100,1), + (7072,2040,1,-9037,-2267,23.068,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7074,2040,1,-1834,1020.87,98.209,1.466,0,0,0.669102,0.74317,300,300,100,1), + (7086,2040,1,4886.07,-6903,106.961,5.849,0,0,0.215391,-0.976528,300,300,100,1), + (7092,2040,1,4798.8,-7647,34.354,3.913,0,0,0.926534,-0.376211,300,300,100,1), + (7099,2040,1,-7000.3,-3962.55,31.6025,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (7108,2040,1,-2142,2611.28,29.113,1.204,0,0,0.566292,0.824205,300,300,100,1), + (7109,2040,1,4206.31,-7257,20.595,2.452,0,0,0.941144,0.338005,300,300,100,1), + (7117,2040,1,3914.78,-4987,146.027,1.215,0,0,0.570817,0.821078,300,300,100,1), + (7119,2040,1,4598.05,-6512,113.638,6.195,0,0,0.0440783,-0.999028,300,300,100,1), + (7123,2040,1,4371.49,-6289,92.465,6.23,0,0,0.0265895,-0.999646,300,300,100,1), + (7125,2040,1,4570.09,-6773,148.745,3.147,0,0,0.999996,-0.00270371,300,300,100,1), + (7126,2040,1,4538.16,-6757,131.299,6.128,0,0,0.0775149,-0.996991,300,300,100,1), + (7128,2040,1,3965.34,-4974,185.646,0.128,0,0,0.0639563,0.997953,300,300,100,1), + (7136,2040,1,3669.54,-5914,2.118,4.341,0,0,0.825503,-0.564398,300,300,100,1), + (7139,2040,1,4683.53,-6842,138.507,2.268,0,0,0.906112,0.423039,300,300,100,1), + (7145,2040,1,-6966,-3472,28.287,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7147,2040,1,-1575.95,861.697,112.583,1.51844,0,0,0.688356,0.725373,300,300,100,1), + (7148,2040,1,2800.93,-4029,104.601,1.864,0,0,0.802814,0.59623,300,300,100,1), + (7149,2040,1,4093.2,-5094,124.516,3.25,0,0,0.998531,-0.0541771,300,300,100,1), + (7152,2040,1,-7721,-2591,-58,0.262,0,0,0.130626,0.991432,300,300,100,1), + (7153,2040,1,-1914.5,2069.99,71.4208,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (7156,2040,1,-7126.65,-2853.83,15.9532,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (7158,2040,1,-9116,-4199,-30,1.833,0,0,0.793476,0.608601,300,300,100,1), + (7160,2040,1,-1234,2919.74,87.325,1.257,0,0,0.587932,0.80891,300,300,100,1), + (7163,2040,1,-7086,-4180,18.464,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7165,2040,1,4363.91,-7755,9.072,1.259,0,0,0.588741,0.808322,300,300,100,1), + (7168,2040,1,-8037.05,-5177.5,6.83151,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (7171,2040,1,-1412,2831.07,114.944,1.484,0,0,0.675763,0.737119,300,300,100,1), + (7173,2040,1,-1807,792.764,119.067,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7178,2040,1,-1503,2801.17,112.181,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7179,1617,0,-4909.28,-390.702,395.358,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (7180,2040,1,-1326,2885.29,88.671,2.286,0,0,0.909882,0.414867,300,300,100,1), + (7181,2040,1,-7065.73,-3248.89,15.4797,0.610864,0,0,0.300705,0.953717,300,300,255,1), + (7184,2040,1,-7170.07,-2769.94,20.5885,2.53072,0,0,0.953716,0.300708,300,300,255,1), + (7186,2040,1,-1102.84,2806.11,187.597,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (7187,2040,1,-1966,2657.89,69.177,1.326,0,0,0.615484,0.788149,300,300,100,1), + (7189,2040,1,-1295,2876.46,114.007,1.606,0,0,0.719443,0.694552,300,300,100,1), + (7190,2040,1,4626.75,-5872,118.193,4.978,0,0,0.607248,-0.794512,300,300,100,1), + (7192,2040,1,-7820,-2636,-49,0.541,0,0,0.267213,0.963637,300,300,100,1), + (7197,2040,1,-8358,-4357,12.102,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7201,2040,1,-8792.83,-2351.11,12.7695,0.174532,0,0,0.0871553,0.996195,300,300,255,1), + (7202,2040,1,4595.87,-6548,101.731,1.211,0,0,0.569173,0.822218,300,300,100,1), + (7203,2040,1,-1408,2911.05,93.941,2.74,0,0,0.979908,0.19945,300,300,100,1), + (7214,2040,1,-8534,-3074,7.561,0,0,0,0,1,300,300,100,1), + (7215,2040,1,-1394,2925.18,93.983,2.74,0,0,0.979908,0.19945,300,300,100,1), + (7216,2040,1,-4779,932.12,149.523,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7217,2040,1,2484.39,-5401,133.867,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7225,2866,0,-6822.62,-1354.39,169.359,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (7232,2040,1,-1300,2915.14,88.297,1.728,0,0,0.760446,0.649401,300,300,100,1), + (7239,2040,1,1392.52,1516.42,146.42,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (7243,2040,1,2882.21,-4039,138.982,2.115,0,0,0.871131,0.491051,300,300,100,1), + (7249,2040,1,4798.01,-6495,111.424,0.34,0,0,0.169182,0.985585,300,300,100,1), + (7253,2040,1,-7994,-2398,-26,1.134,0,0,0.537104,0.843516,300,300,100,1), + (7255,2040,1,4679.04,-6513,115.622,2.629,0,0,0.967335,0.2535,300,300,100,1), + (7260,2040,1,-1907,3013.38,18.235,0.559,0,0,0.275875,0.961194,300,300,100,1), + (7263,2040,1,793.673,1391.95,0,1.326,0,0,0.615484,0.788149,300,300,100,1), + (7264,2040,1,-1515,2735.78,111.942,1.239,0,0,0.580628,0.814169,300,300,100,1), + (7265,2040,1,4275.94,-7109,46.619,5.186,0,0,0.521487,-0.853259,300,300,100,1), + (7267,2040,1,4205.79,-7797,6.057,3.328,0,0,0.99566,-0.0930688,300,300,100,1), + (7269,2040,1,4286.02,-5309,137.04,1.223,0,0,0.574096,0.818788,300,300,100,1), + (7270,2040,1,-1144,2746.2,119.409,0.471,0,0,0.233329,0.972398,300,300,100,1), + (7277,2040,1,-8376.25,-3071.58,8.40438,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (7289,2040,1,-8944,-2418,22.447,0.471,0,0,0.233329,0.972398,300,300,100,1), + (7293,2040,1,-1839,882.157,103.443,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (7294,2040,1,-7931,-2495,-30,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7297,2040,1,4781.56,-6224,117.507,0.956,0,0,0.460004,0.887917,300,300,100,1), + (7301,2040,1,-1352,2666.24,111.556,2.862,0,0,0.990244,0.139341,300,300,100,1), + (7304,1731,1,834.88,-4737,11.114,3.302,0,0,0.996785,-0.0801177,300,300,100,1), + (7305,2040,1,-1747.26,1657.03,72.1814,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (7307,1617,0,-4974.93,-68.0465,385.139,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (7308,2040,1,-9048,-4155,-30,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (7312,1618,0,-5042.92,-33.3777,391.872,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (7314,1617,0,-4983.92,93.4746,388.886,-1.55334,0,0,-0.700908,0.713252,300,300,100,1), + (7320,2040,1,-1361.49,2601.74,73.1999,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (7321,1731,1,837.491,-4754,11.956,5.68,0,0,0.297041,-0.954865,300,300,100,1), + (7323,2040,1,4310.94,-6233,105.773,6.022,0,0,0.130222,-0.991485,300,300,100,1), + (7325,2040,1,-1768,2862.97,60.971,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7327,2040,1,-7407,-2753,15.064,1.501,0,0,0.682005,0.731348,300,300,100,1), + (7328,2040,1,-8037,-2537,-39,1.553,0,0,0.700787,0.713371,300,300,100,1), + (7329,2040,1,-1135,2847.58,139.062,2.042,0,0,0.852631,0.522514,300,300,100,1), + (7330,2041,0,-1629,-3303,25.056,5.828,0,0,0.225633,-0.974212,300,300,100,1), + (7331,2041,0,-13096.3,476.264,13.8901,0.383971,0,0,0.190808,0.981627,300,300,100,1), + (7332,2041,0,-361,-1065,38.3901,5.72,0,0,0.277886,-0.960614,300,300,100,1), + (7333,2041,0,-9008,-2011,135.473,5.562,0,0,0.352829,-0.935688,300,300,100,1), + (7334,2041,0,-1693,-3264,22.7856,1.991,0,0,0.839031,0.544083,300,300,100,1), + (7335,2041,0,-13832.5,667.575,11.7156,2.58309,0,0,0.961262,0.275636,300,300,100,1), + (7336,2041,1,-1896,2256,54.167,0,0,0,0,1,300,300,100,1), + (7337,2041,0,-11686.5,-336.717,10.0955,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (7338,2041,0,-1404,-1932,44.715,3.121,0,0,0.999947,0.0102961,300,300,100,1), + (7339,2041,0,-1424,-1925,45.551,2.813,0,0,0.986534,0.163558,300,300,100,1), + (7340,2041,0,-1443,-1925,47.379,4.794,0,0,0.677672,-0.735364,300,300,100,1), + (7341,2041,0,-1449,-1908,44.558,2.622,0,0,0.966442,0.256884,300,300,100,1), + (7342,2041,0,-1305,-1764,57.544,3.36,0,0,0.994043,-0.108987,300,300,100,1), + (7343,2041,0,-1426,-1950,45.673,1.039,0,0,0.496446,0.868068,300,300,100,1), + (7344,2041,0,-1310,-1782,47.556,4.355,0,0,0.821532,-0.570163,300,300,100,1), + (7345,2041,0,-1335.85,-1732.77,55.816,-2.96704,0,0,-0.996194,0.0871655,300,300,100,1), + (7346,2041,0,-9737,-2124,61.895,4.016,0,0,0.905939,-0.423408,300,300,100,1), + (7348,2041,0,-583,-829,7.851,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7349,2041,0,-11814,-427,14.584,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7350,2041,0,-51,-1095,40.268,0.076,0,0,0.0379909,0.999278,300,300,100,1), + (7351,2041,0,-156,-1099,40.562,6.163,0,0,0.0600564,-0.998195,300,300,100,1), + (7352,2041,0,37.766,-1098,41.427,6.01,0,0,0.136168,-0.990686,300,300,100,1), + (7353,2041,0,-11466.1,258.309,14.5832,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (7354,2041,0,-14082.3,324.559,23.9637,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (7355,2041,0,-11594,-119,13.384,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7356,2041,0,-1327,-1748,59.581,5.111,0,0,0.55311,-0.833108,300,300,100,1), + (7357,2041,0,433.022,-1500.31,39.2961,-0.610864,0,0,-0.300705,0.953717,300,300,255,1), + (7358,186243,1,-3018.73,-4345.71,7.01367,2.80125,0,0,0.985556,0.16935,180,180,100,1), + (7359,2041,0,-9535,-1886,74.671,2.703,0,0,0.976051,0.217543,300,300,100,1), + (7360,2041,1,-4546,2116.9,0.716,4.933,0,0,0.62497,-0.780649,300,300,100,1), + (7361,2041,0,-12771.1,352.823,5.78874,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (7362,2041,1,-1648.98,1002.89,88.4992,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (7363,2041,0,230.846,-4357,117.433,3.909,0,0,0.927285,-0.374357,300,300,100,1), + (7364,2041,0,-1747,-3365,31.405,6.115,0,0,0.0839937,-0.996466,300,300,100,1), + (7365,2041,0,-11508.6,192.419,13.1684,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (7366,2041,0,-11569.2,56.2796,14.1259,1.8675,0,0,0.803856,0.594824,300,300,100,1), + (7367,2041,0,-13456.4,734.981,5.53083,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (7368,2041,0,-1805,-2460,56.884,1.639,0,0,0.730805,0.682587,300,300,100,1), + (7369,2041,0,-1804,-2476,51.74,2.652,0,0,0.970187,0.242359,300,300,100,1), + (7370,2041,0,-1814,-2538,50.776,1.16,0,0,0.548024,0.836463,300,300,100,1), + (7371,2041,1,-4809,2215.77,4.98075,2.056,0,0,0.856268,0.516532,300,300,100,1), + (7372,2041,0,-12555,-180,14.231,3.002,0,0,0.997565,0.0697396,300,300,100,1), + (7373,2041,0,-3024,-2232,9.713,3.224,0,0,0.999151,-0.041192,300,300,100,1), + (7374,2041,0,-1676,-3260,25.3921,0.972,0,0,0.467093,0.884208,300,300,100,1), + (7375,2041,0,-1641,-3295,23.4222,4.738,0,0,0.697994,-0.716103,300,300,100,1), + (7376,2041,1,-4812,495.623,17.832,4.561,0,0,0.758555,-0.651609,300,300,100,1), + (7377,2041,0,-3397,-2670,8.433,2.898,0,0,0.992592,0.121495,300,300,100,1), + (7378,2041,0,-4069,-3029,8.395,2.147,0,0,0.878876,0.477051,300,300,100,1), + (7379,2041,0,695.068,55.095,33.5917,2.382,0,0,0.92874,0.370731,300,300,100,1), + (7380,2041,0,-2085.59,-2513.78,73.9728,-1.97222,0,0,-0.833885,0.551938,300,300,255,1), + (7381,2041,0,-12709.6,130.92,9.78783,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (7382,2041,0,-13897.6,679.245,10.0309,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (7383,2041,0,-2098,-2490,70.986,2.98,0,0,0.996738,0.0807084,300,300,100,1), + (7384,2041,0,-2014,-2509,72.047,2.942,0,0,0.995025,0.0996308,300,300,100,1), + (7385,2041,0,-3913,-2975,10.116,4.819,0,0,0.668428,-0.743777,300,300,100,1), + (7386,2041,0,-3817,-2949,12.329,0.283,0,0,0.141028,0.990006,300,300,100,1), + (7387,2041,1,2599.47,-2837,163.855,1.71,0,0,0.754571,0.656218,300,300,100,1), + (7388,2041,0,1364.52,-107,42.135,0.63,0,0,0.309816,0.950796,300,300,100,1), + (7389,2041,0,1366.85,-84,37.269,5.019,0,0,0.590834,-0.806793,300,300,100,1), + (7390,2041,0,-1814,-3350,20.696,5.443,0,0,0.407845,-0.913051,300,300,100,1), + (7391,2041,0,396.544,-1424.91,38.9625,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (7392,2041,0,-1994,-2508,72.849,1.275,0,0,0.595188,0.803586,300,300,100,1), + (7393,2041,0,-12108,-303.118,11.9555,3.05433,0,0,0.999048,0.0436174,300,300,100,1), + (7394,2041,0,447.687,-4007.4,103.455,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (7395,2041,0,-9245,-2691,89.14,1.394,0,0,0.64192,0.766771,300,300,100,1), + (7396,2041,0,1121.59,-264,34.457,2.448,0,0,0.940466,0.339887,300,300,100,1), + (7397,2041,0,763.722,-46,35.843,3.647,0,0,0.96824,-0.250023,300,300,100,1), + (7398,2041,0,-557,-803,10.565,5.166,0,0,0.529993,-0.848002,300,300,100,1), + (7399,2041,0,-12155.5,-52.4808,0.992465,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (7400,2061,1,-3018.73,-4345.71,7.01367,2.80125,0,0,0.985556,0.16935,180,180,100,1), + (7401,2041,0,1340.71,-112,38.989,4.543,0,0,0.764389,-0.644756,300,300,100,1), + (7402,2041,0,1359.17,-96,37.066,0.029,0,0,0.0144995,0.999895,300,300,100,1), + (7403,2041,0,1328.93,-151,33.462,1.718,0,0,0.75719,0.653195,300,300,100,1), + (7404,2041,0,1352.86,-159,43.889,0.324,0,0,0.161292,0.986907,300,300,100,1), + (7405,2041,0,1317.14,-190,42.533,6.175,0,0,0.0540662,-0.998537,300,300,100,1), + (7406,2041,0,851.634,-86,34.034,3.721,0,0,0.958329,-0.285668,300,300,100,1), + (7407,2041,0,923.176,-146,40.209,3.547,0,0,0.979526,-0.201318,300,300,100,1), + (7408,2041,0,940.055,-154,38.782,4.65,0,0,0.728817,-0.684709,300,300,100,1), + (7409,2041,0,1012.47,-233,42.329,3.383,0,0,0.992724,-0.120411,300,300,100,1), + (7410,2041,0,-290.843,-1114.09,36.566,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (7411,2041,0,-429,-978,37.3265,4.534,0,0,0.767282,-0.641309,300,300,100,1), + (7412,2041,0,-13323,599.927,4.51111,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (7413,2041,0,-3154,-2522,9.363,5.926,0,0,0.177645,-0.984095,300,300,100,1), + (7414,2041,0,-128,-3161,122.771,4.429,0,0,0.799878,-0.600162,300,300,100,1), + (7415,2041,0,625.576,116.927,38.916,3.174,0,0,0.999869,-0.016203,300,300,100,1), + (7416,2041,1,-4633,2115.26,1.266,5.841,0,0,0.219296,-0.975658,300,300,100,1), + (7417,2041,0,-3081,-2019,9.144,2.261,0,0,0.904625,0.426208,300,300,100,1), + (7418,2041,0,-3112,-2023,7.922,1.566,0,0,0.705409,0.7088,300,300,100,1), + (7419,2041,0,-3496,-2733,10.024,1.481,0,0,0.674657,0.738131,300,300,100,1), + (7420,2041,0,908.147,-122,37.798,3.07,0,0,0.999359,0.0357887,300,300,100,1), + (7421,2041,0,1100.83,-281,40.313,3.872,0,0,0.934051,-0.35714,300,300,100,1), + (7422,2041,0,1255.84,-258,43.163,0.805,0,0,0.39172,0.920085,300,300,100,1), + (7423,2041,0,944.931,-143,34.335,3.39,0,0,0.992297,-0.123885,300,300,100,1), + (7424,2041,0,1037.82,-224,34.149,5.818,0,0,0.230501,-0.973072,300,300,100,1), + (7425,2041,1,-4524,2107.81,2.135,5.547,0,0,0.359837,-0.933015,300,300,100,1), + (7426,2041,1,2238.71,-2190,100.555,1.117,0,0,0.529915,0.848051,300,300,100,1), + (7427,2041,0,-3392,-2617,10.2749,1.583,0,0,0.711408,0.702779,300,300,100,1), + (7428,21072,1,-3417.03,-4173.34,9.79174,-0.872664,0,0,-0.422618,0.906308,900,900,100,1), + (7429,2041,0,-1791,-2502,51.2472,1.034,0,0,0.494274,0.869306,300,300,100,1), + (7430,2041,0,-1613,-3293,27.3656,3.923,0,0,0.924641,-0.380839,300,300,100,1), + (7431,2041,0,-1604,-3322,27.7783,1.463,0,0,0.667987,0.744173,300,300,100,1), + (7432,2041,0,-363.167,-1073.16,35.5518,-2.30383,0,0,-0.913544,0.406739,300,300,255,1), + (7433,2041,0,-13687,573.585,11.244,3.732,0,0,0.956743,-0.290935,300,300,100,1), + (7434,2041,1,-4805,2169.38,2.46,2.476,0,0,0.945133,0.326687,300,300,100,1), + (7435,2041,1,-3510,2070.7,44.272,4.791,0,0,0.678775,-0.734347,300,300,100,1), + (7436,2041,0,930.719,-124,33.243,4.638,0,0,0.732912,-0.680323,300,300,100,1), + (7437,2041,1,-1795,878.776,89.96,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7438,2041,0,-619.827,-746.11,7.60275,-0.610864,0,0,-0.300705,0.953717,300,300,255,1), + (7439,2041,0,-226.602,-1092.11,38.0874,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (7440,2041,1,-4798,1112.5,86.984,6.036,0,0,0.123278,-0.992372,300,300,100,1), + (7441,2041,0,-295,-1081,36.9542,6.144,0,0,0.0695365,-0.997579,300,300,100,1), + (7442,2041,0,-3387,-2727,14.2244,0.813,0,0,0.395397,0.91851,300,300,100,1), + (7443,2041,0,-3197,-2569,11.4578,0.562,0,0,0.277317,0.960779,300,300,100,1), + (7444,2041,0,-3109,-2437,13.188,1.649,0,0,0.734208,0.678924,300,300,100,1), + (7445,2041,0,-3336,-2614,10.0961,5.168,0,0,0.529145,-0.848531,300,300,100,1), + (7446,2041,0,-12417,-261,16.775,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7447,2041,0,-3027,-2356,7.269,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (7448,2041,0,-1623,-3314,24.4019,6.04,0,0,0.121293,-0.992617,300,300,100,1), + (7449,2041,0,-1687,-3254,25.3766,1.952,0,0,0.828263,0.56034,300,300,100,1), + (7450,2041,0,-1707,-3242,26.1675,2.627,0,0,0.967082,0.254467,300,300,100,1), + (7451,2041,0,1246.6,-233,34.033,6.171,0,0,0.0560632,-0.998427,300,300,100,1), + (7452,2041,0,534.668,-1541.55,40.6436,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (7453,2041,1,1476.83,-2164,87.134,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7454,2041,0,-3054.84,-2058.81,6.85599,1.51844,0,0,0.688356,0.725373,300,300,255,1), + (7455,2041,0,-12035,97.421,1.261,0.873,0,0,0.42277,0.906237,300,300,100,1), + (7457,2041,0,469.408,519.379,31.404,2.375,0,0,0.927437,0.37398,300,300,100,1), + (7458,2041,1,-1866,983.613,87.116,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7459,2041,0,207.167,-1248,39.631,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7460,2041,0,-1822,-3348,21.2338,4.567,0,0,0.756597,-0.653882,300,300,100,1), + (7461,2041,0,-12057,13.883,1.468,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7463,2041,0,-12506.1,-291.3,16.6848,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (7464,2041,1,-1959,2011.47,55.154,0,0,0,0,1,300,300,100,1), + (7465,2041,0,679.107,56.767,38.0047,3.127,0,0,0.999973,0.00729622,300,300,100,1), + (7466,2041,0,-13637,445.863,22.831,1.748,0,0,0.766902,0.641764,300,300,100,1), + (7467,2041,0,-1733,-3351,28.8752,6.237,0,0,0.0230906,-0.999733,300,300,100,1), + (7468,186322,1,-3532.04,-4317.98,6.86363,2.75762,0,0,0.981627,0.190809,900,900,100,1), + (7469,2041,1,-1890,1840.45,54.658,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7470,2041,0,528.783,-3377,108.489,0.613,0,0,0.301724,0.953395,300,300,100,1), + (7471,2041,0,-425,-1054,35.09,3.072,0,0,0.999395,0.0347893,300,300,100,1), + (7472,2041,0,-12189,3.374,0.739,3.339,0,0,0.995133,-0.0985435,300,300,100,1), + (7473,2041,0,-12105.4,-397.519,12.3309,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (7474,2041,0,470.612,395.398,36.075,3.584,0,0,0.975634,-0.219404,300,300,100,1), + (7475,2041,0,-3085,-2253,9.154,3.895,0,0,0.929882,-0.367857,300,300,100,1), + (7476,2041,1,-4274,184.708,59.4709,3.48,0,0,0.985719,-0.168397,300,300,100,1), + (7477,2041,1,-4510.99,2089.55,1.78086,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (7478,2041,0,-10186,-3169,21.338,2.764,0,0,0.982231,0.187677,300,300,100,1), + (7479,2041,1,-3525,2002.69,43.306,4.968,0,0,0.611213,-0.791466,300,300,100,1), + (7480,2041,0,-2975,-2048,8.877,1.708,0,0,0.753914,0.656973,300,300,100,1), + (7481,2041,1,2205.25,-3003,114.823,1.763,0,0,0.771694,0.635994,300,300,100,1), + (7482,2041,0,-2947,-2274,11.92,6.149,0,0,0.0670422,-0.99775,300,300,100,1), + (7483,2041,0,-2977,-2263,8.197,1.319,0,0,0.612722,0.790299,300,300,100,1), + (7484,2041,0,-3024,-2328,7.867,0.808,0,0,0.393099,0.919496,300,300,100,1), + (7485,2041,0,-2985,-2306,9.425,0.424,0,0,0.210416,0.977612,300,300,100,1), + (7488,2041,0,-3421.35,-2679.81,7.33954,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (7489,2041,0,-14037.7,370.259,14.1351,2.9147,0,0,0.993572,0.113203,300,300,100,1), + (7490,2041,0,-14082.9,446.045,11.6335,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (7491,2041,1,-1968,1663.12,61.329,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7492,2041,0,-79.2343,-1131.86,37.7567,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (7493,2041,0,-9374,-2014,58.692,1.173,0,0,0.553449,0.832883,300,300,100,1), + (7494,2041,0,-92.8787,-4014.63,121.424,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (7495,2041,0,-1779.89,-2486.7,55.347,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (7496,2041,0,-3066,-2442,13.2602,0.106,0,0,0.0529752,0.998596,300,300,100,1), + (7497,2041,0,-11541,624.308,50.744,0.698,0,0,0.341958,0.939715,300,300,100,1), + (7498,2041,0,-12117,-45,13.32,1.065,0,0,0.507689,0.861541,300,300,100,1), + (7499,2041,0,-12001.2,-349.352,11.4441,-0.872664,0,0,-0.422618,0.906308,300,300,255,1), + (7500,2041,0,-3200,-2495,10.2414,1.131,0,0,0.535838,0.844321,300,300,100,1), + (7501,2041,0,-12294,284.405,4.194,5.785,0,0,0.246525,-0.969136,300,300,100,1), + (7503,2041,0,-12547.5,-77.8921,14.3442,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (7504,2041,0,-399,-1038,37.507,4.938,0,0,0.623016,-0.782209,300,300,100,1), + (7505,2041,0,-1413,-1697,46.278,3.872,0,0,0.934051,-0.35714,300,300,100,1), + (7506,2041,0,402.98,-4135,120.679,4.82,0,0,0.668056,-0.744111,300,300,100,1), + (7507,2041,0,512.296,304.801,33.3976,2.61,0,0,0.964884,0.262678,300,300,100,1), + (7508,2041,0,512.124,331.029,32.7369,4.122,0,0,0.882237,-0.470806,300,300,100,1), + (7509,2041,0,349.145,-2738,117.334,4.881,0,0,0.645053,-0.764138,300,300,100,1), + (7510,2041,0,488.515,314.936,38.6758,3.242,0,0,0.99874,-0.0501826,300,300,100,1), + (7511,2041,0,465.78,404.33,36.4356,3.325,0,0,0.995798,-0.0915752,300,300,100,1), + (7512,2041,0,495.131,302.416,37.5922,3.284,0,0,0.997466,-0.0711435,300,300,100,1), + (7513,2041,0,-1767,-3368,37.4152,5.179,0,0,0.52447,-0.851429,300,300,100,1), + (7514,2041,0,-11668,-331,14.009,1.833,0,0,0.793476,0.608601,300,300,100,1), + (7515,2041,0,563.901,224.306,32.215,2.182,0,0,0.887089,0.461599,300,300,100,1), + (7516,2041,0,-1378,-1710,48.952,3.935,0,0,0.92234,-0.38638,300,300,100,1), + (7517,2041,0,-3007.08,-1028.28,7.5412,2.94959,0,0,0.995395,0.0958539,300,300,100,1), + (7518,2041,0,-1950,-2507,72.292,1.222,0,0,0.573576,0.819152,300,300,100,1), + (7519,2041,0,-3362,-2682,11.381,0.931,0,0,0.44887,0.893597,300,300,100,1), + (7520,2041,0,-4173,-3015,7.941,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7521,2041,0,-12613.3,-98.8945,15.7905,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (7522,2041,0,-11769.3,-329.706,10.7201,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (7523,2041,0,-3533,-2821,10.51,0.032,0,0,0.0159993,0.999872,300,300,100,1), + (7524,2041,0,-541.978,-906.142,31.5448,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (7525,2041,0,-12331.2,-259.94,15.5823,-0.261798,0,0,-0.130525,0.991445,300,300,255,1), + (7526,2041,0,-1353,-1714,51.297,5.176,0,0,0.525747,-0.850641,300,300,100,1), + (7527,2041,0,297.799,-1378.66,38.981,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (7528,2041,0,-9065,-2386,129.036,5.794,0,0,0.242161,-0.970236,300,300,100,1), + (7529,2041,0,474.549,408.911,32.675,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7530,2041,1,-4081,319.429,57.406,5.365,0,0,0.443135,-0.896455,300,300,100,1), + (7531,2041,0,488.68,-3797,116.661,1.021,0,0,0.488614,0.8725,300,300,100,1), + (7532,2041,0,-3274,-2600,9.34232,0.11,0,0,0.0549723,0.998488,300,300,100,1), + (7533,2041,0,-1807,-3268,27.0003,5.845,0,0,0.217344,-0.976095,300,300,100,1), + (7534,2041,0,-1795,-3271,27.0826,3.892,0,0,0.930433,-0.366462,300,300,100,1), + (7535,2041,0,-1782,-3258,25.9448,3.711,0,0,0.959745,-0.280873,300,300,100,1), + (7536,2041,0,-2899,-1107,7.51,2.932,0,0,0.994514,0.104605,300,300,100,1), + (7537,2041,0,-3109,-1047,7.295,0,0,0,0,1,300,300,100,1), + (7538,2041,0,25.792,-3817,152.529,1.887,0,0,0.809617,0.586958,300,300,100,1), + (7539,2041,0,-10298,-2971,22.806,0.294,0,0,0.146471,0.989215,300,300,100,1), + (7540,2041,0,-3025,-2148,9.09128,0.054,0,0,0.0269967,0.999636,300,300,100,1), + (7541,2041,0,-1774,-3350,27.397,0.353,0,0,0.175585,0.984464,300,300,100,1), + (7542,2041,0,-1623,-3332,23.942,5.148,0,0,0.537604,-0.843198,300,300,100,1), + (7543,2041,0,-1630,-3288,25.8188,3.22,0,0,0.999232,-0.0391936,300,300,100,1), + (7544,2041,0,-2947,-2101,9.47183,0.329,0,0,0.163759,0.9865,300,300,100,1), + (7545,2041,1,-4599,2150.21,4.825,2.543,0,0,0.955544,0.294848,300,300,100,1), + (7546,2041,0,-12242.7,-284.967,17.0823,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (7547,2041,0,-3026,-2048,9.644,2.854,0,0,0.989679,0.143301,300,300,100,1), + (7548,2041,0,580.76,206.621,33.866,5.314,0,0,0.465848,-0.884865,300,300,100,1), + (7549,2041,0,571.589,213.548,33.355,5.822,0,0,0.228555,-0.973531,300,300,100,1), + (7550,2041,0,564.672,194.762,37.189,3.798,0,0,0.946623,-0.322343,300,300,100,1), + (7551,2041,0,633.064,130.526,35.896,2.096,0,0,0.866426,0.499305,300,300,100,1), + (7552,2041,0,1266.5,-242,44.668,5.881,0,0,0.19974,-0.979849,300,300,100,1), + (7553,2042,0,-6731.13,-2966.87,242.798,-2.28638,0,0,-0.909961,0.414694,300,300,100,1), + (7554,2042,0,-14048,54.3289,22.4255,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (7556,2042,0,-155.541,-2623.64,120.462,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (7557,2042,0,-1124,-1935,73.789,5.865,0,0,0.207573,-0.97822,300,300,100,1), + (7558,2042,0,-6490,-3644,244.534,1.307,0,0,0.607969,0.793961,300,300,100,1), + (7559,2042,0,-1147,-3238,32.73,6.038,0,0,0.122286,-0.992495,300,300,100,1), + (7560,2042,0,-10396,-2988.36,22.9578,0.06048,0,0,0.0302354,0.999543,300,300,100,1), + (7562,2042,0,-10146.7,-3321.11,22.7876,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (7563,2042,0,-176,-2785,118.703,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7565,2042,0,-7059,-3686,244.562,2.844,0,0,0.98895,0.148248,300,300,100,1), + (7566,2042,0,-7052,-3688,244.131,2.379,0,0,0.928183,0.372124,300,300,100,1), + (7567,186233,1,-4578.58,-3158.45,34.9806,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (7568,2061,1,-4578.58,-3158.45,34.9806,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (7570,2042,0,-10373.7,-2983.72,22.4425,0.56136,0,0,0.277009,0.960867,300,300,100,1), + (7571,2042,0,-10366.8,-2989.79,21.8306,0.89436,0,0,0.432425,0.90167,300,300,100,1), + (7572,2042,0,-10380.9,-2968.79,22.0413,2.66617,0,0,0.971879,0.235479,300,300,100,1), + (7573,2042,0,-10549.8,-2854.83,24.2019,0.30648,0,0,0.152641,0.988282,300,300,100,1), + (7575,2042,0,1101.74,-343,43.149,3.264,0,0,0.998128,-0.0611654,300,300,100,1), + (7576,2042,0,1096.82,-341,43.419,0.041,0,0,0.0204986,0.99979,300,300,100,1), + (7577,2042,0,157.177,-3742,129.957,6.179,0,0,0.0520691,-0.998643,300,300,100,1), + (7578,2042,0,219.635,-4046,120.286,4.368,0,0,0.817809,-0.57549,300,300,100,1), + (7579,2042,0,114.522,-3752,123.777,0.513,0,0,0.253697,0.967284,300,300,100,1), + (7580,2042,0,-10,-3601,119.717,1.092,0,0,0.519273,0.854608,300,300,100,1), + (7581,2042,0,-10146.3,-3307.37,22.7541,6.09578,0,0,0.0935656,-0.995613,300,300,100,1), + (7582,2042,0,-925,-3378,66.979,4.8,0,0,0.675463,-0.737394,300,300,100,1), + (7583,2042,0,-6663,-3372,256.131,6.02,0,0,0.131213,-0.991354,300,300,100,1), + (7584,2042,0,-14057.5,164.154,13.0989,6.04724,0,0,0.117699,-0.993049,300,300,100,1), + (7585,2042,0,723.172,-863,163.595,5.157,0,0,0.533804,-0.845608,300,300,100,1), + (7586,2042,0,-10360.1,-3082.86,22.9127,5.114,0,0,0.55186,-0.833937,300,300,100,1), + (7587,2042,0,-962.771,-3266.38,66.1804,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (7588,2042,0,-14015.5,82.5177,12.0352,2.7312,0,0,0.979021,0.203759,300,300,100,1), + (7589,2042,0,-1519,-2818,38.873,3.087,0,0,0.999627,0.027293,300,300,100,1), + (7590,2042,0,-6692,-3348,240.944,4.417,0,0,0.803465,-0.595352,300,300,100,1), + (7591,186630,1,-3150.39,-2857.27,34.0014,2.08567,0,0,0.863836,0.503774,900,900,100,1), + (7592,2042,0,-13580.7,-119.958,44.8891,5.85446,0,0,0.212725,-0.977112,300,300,100,1), + (7593,2042,0,-13556.7,-96.4195,44.4323,0.07234,0,0,0.0361621,0.999346,300,300,100,1), + (7594,2042,0,-13291.4,-364.158,12.4491,2.68783,0,0,0.974373,0.22494,300,300,100,1), + (7595,2042,0,-13311.7,-327.215,13.0427,2.72691,0,0,0.978582,0.205859,300,300,100,1), + (7596,2042,0,-12049.7,-769.089,14.9076,2.09057,0,0,0.865068,0.501655,300,300,100,1), + (7598,2042,0,-10164,-3209.01,24.4014,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (7599,2042,0,-11714,-432,19.737,0.384,0,0,0.190823,0.981625,300,300,100,1), + (7600,21086,1,-3937.73,-2767.52,35.7915,0,0,0,0,1,900,900,100,1), + (7601,2042,0,-960,-1643,42.598,6.205,0,0,0.0390827,-0.999236,300,300,100,1), + (7602,2042,0,-6980,-3666,245.039,1.101,0,0,0.523113,0.852263,300,300,100,1), + (7603,2042,0,-13622.8,-26.9446,38.2399,0.07881,0,0,0.0393948,0.999224,300,300,100,1), + (7604,2042,0,-13643,-59.3039,37.8411,3.88552,0,0,0.931615,-0.363446,300,300,100,1), + (7605,2042,0,-13609.3,-26.848,38.312,0.25395,0,0,0.126634,0.991949,300,300,100,1), + (7606,2042,0,-13626.1,-53.0208,36.3262,0.74795,0,0,0.365319,0.930883,300,300,100,1), + (7607,2042,0,-13590.3,-101.905,39.4996,9,0,0,-0.97753,-0.210796,300,300,100,1), + (7608,21088,1,-4108.34,-2756.56,35.6594,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (7609,2042,0,-6790,-3283,243.936,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7610,2042,0,-1736,-2172,46.4183,1.478,0,0,0.673549,0.739142,300,300,100,1), + (7611,2042,0,-1734,-2150,48.0233,4.388,0,0,0.812013,-0.58364,300,300,100,1), + (7612,2042,0,-1734,-2162,48.0452,2.892,0,0,0.992223,0.124473,300,300,100,1), + (7613,2042,0,-1627.39,-2028.06,31.5625,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (7614,2042,0,-1627.39,-2028.06,31.5625,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (7615,187252,1,-2787.12,-3954.07,35.9263,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (7617,2042,0,-1712,-2742,46.609,3.512,0,0,0.982899,-0.184147,300,300,100,1), + (7618,2042,0,-1723,-2873,39.625,4.592,0,0,0.748364,-0.663288,300,300,100,1), + (7619,2042,0,-1741,-2888,41.658,4.935,0,0,0.624189,-0.781274,300,300,100,1), + (7620,2042,0,-1754,-2892,41.166,4.935,0,0,0.624189,-0.781274,300,300,100,1), + (7621,2042,0,6.72537,-35.8818,95.798,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (7622,2061,1,-2787.12,-3954.07,35.9263,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (7623,21080,1,-3649.81,-2729.7,33.789,0,0,0,0,1,900,900,100,1), + (7624,2042,0,-10299.1,-3143.44,21.5458,5.64367,0,0,0.314336,-0.949312,300,300,100,1), + (7625,2871,1,-2370.3,-4091.4,6.69146,3.14159,0,0,1,0,900,900,100,1), + (7626,2042,0,-6880,-3426,243.873,1.459,0,0,0.666497,0.745508,300,300,100,1), + (7627,2042,0,-1012,-1667,35.413,3.055,0,0,0.999063,0.0432828,300,300,100,1), + (7628,2042,0,-1010,-1657,35.051,4.279,0,0,0.8426,-0.53854,300,300,100,1), + (7629,2042,0,-681,-2080,52.244,4.796,0,0,0.676937,-0.736041,300,300,100,1), + (7630,2042,0,-686,-2043,54.477,4.796,0,0,0.676937,-0.736041,300,300,100,1), + (7631,2042,0,-6502,-3620,259.996,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7632,2042,0,-992,-1894,61.384,3.204,0,0,0.999513,-0.0311986,300,300,100,1), + (41950,180796,0,-3755.18,-775.606,9.87997,-2.46091,0,0,0,0,180,180,100,1), + (7634,2061,1,-2408.73,-3131.03,36.8127,-2.69653,0,0,0.975342,-0.220697,900,900,100,1), + (7635,177165,1,-2731.27,-4994.16,7.12317,0.02618,0,0,0.013089,0.999914,900,900,100,1), + (7636,177164,1,-2757.28,-5036.39,7.97496,0.02618,0,0,0.013089,0.999914,900,900,100,1), + (7637,23016,1,-2887.87,-3418.33,39.3634,-0.471239,0,0,-0.233445,0.97237,900,900,100,1), + (7638,2042,0,-6528.05,-2963.68,268.539,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (7639,23018,1,-2878.71,-3434.07,39.3328,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (7640,2042,0,-10289.6,-3138.64,22.4909,2.2439,0,0,0.900948,0.433926,300,300,100,1), + (7641,2042,0,-6632,-3681,265.833,2.822,0,0,0.98726,0.159117,300,300,100,1), + (7642,2042,0,-10524.2,-2785.81,22.6302,0.66226,0,0,0.325112,0.945676,300,300,100,1), + (7643,2042,0,-10575.1,-2718.68,26.3764,2.17526,0,0,0.885528,0.464585,300,300,100,1), + (7644,2042,0,-176,-2624,120.135,2.1,0,0,0.867423,0.497571,300,300,100,1), + (7645,2042,0,-10366,-2982.86,22.4097,5.88995,0,0,0.195353,-0.980733,300,300,100,1), + (7646,2042,0,302.101,-674,135.655,1.612,0,0,0.721523,0.69239,300,300,100,1), + (7647,2042,0,450.121,-796,141.887,0.883,0,0,0.427296,0.904112,300,300,100,1), + (7648,2042,0,-1133.5,-1909.23,78.3627,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (7649,2042,0,-6660,-3372,257.289,5.895,0,0,0.192876,-0.981223,300,300,100,1), + (7650,2042,0,-13389,-365,17.317,0.977,0,0,0.469302,0.883038,300,300,100,1), + (7651,23017,1,-2889.55,-3421.29,39.3634,0.165806,0,0,0.082808,0.996566,900,900,100,1), + (7652,3798,1,-2946.15,-3899.57,34.968,-0.523599,0,0,-0.258819,0.965926,900,900,100,1), + (7653,2042,0,-1717,-2984,37.36,4.802,0,0,0.674725,-0.738069,300,300,100,1), + (7654,2042,0,-1691,-2967,39.177,2.149,0,0,0.879352,0.476172,300,300,100,1), + (7655,2042,0,-1658,-3035,25.55,4.383,0,0,0.813469,-0.581608,300,300,100,1), + (7656,3797,1,-2945.47,-3898.99,34.968,0.767944,0,0,0.374606,0.927184,900,900,100,1), + (7657,2042,0,-10254.6,-3239.82,23.125,6.15425,0,0,0.0644229,-0.997923,300,300,100,1), + (7658,23016,1,-3466.69,-4103.57,17.1106,-1.57952,0,0,-0.710185,0.704015,900,900,100,1), + (7659,2042,0,-10154.5,-3324.92,22.3997,0.63734,0,0,0.313304,0.949653,300,300,100,1), + (7660,2042,0,277.244,-3835,144.552,0.873,0,0,0.42277,0.906237,300,300,100,1), + (7661,2042,0,-1123,-1932,74.6378,5.865,0,0,0.207573,-0.97822,300,300,100,1), + (7662,2042,0,-1119.42,-1937.8,72.9268,5.865,0,0,0.207573,-0.97822,300,300,100,1), + (7663,23018,1,-3476.69,-4118.79,17.08,1.23918,0,0,0.580703,0.814115,900,900,100,1), + (7664,23017,1,-3470.09,-4103.39,17.1106,-0.942478,0,0,-0.45399,0.891007,900,900,100,1), + (7665,2042,0,417.903,134.627,42.074,0.023,0,0,0.0114997,0.999934,300,300,100,1), + (7666,2042,0,-6982,-3664,244.46,1.437,0,0,0.658256,0.752794,300,300,100,1), + (7667,2042,0,-689,-1936,56.824,3.234,0,0,0.998933,-0.0461872,300,300,100,1), + (7668,2042,0,704.51,-986,165.358,0.012,0,0,0.00599996,0.999982,300,300,100,1), + (7669,2042,0,-1289,-2720,49.797,0.227,0,0,0.113256,0.993566,300,300,100,1), + (7670,2042,0,909.434,-769,125.66,3.301,0,0,0.996825,-0.0796194,300,300,100,1), + (7671,2042,0,-24.6152,-3595.42,118.51,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (7672,2042,0,-10086,-2473.08,27.9957,5.77319,0,0,0.252243,-0.967664,300,300,100,1), + (7673,2042,0,-10089.6,-2487.73,28.863,0.69399,0,0,0.340073,0.940399,300,300,100,1), + (7674,2042,0,-950,-1886,67.259,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7675,2042,0,515.038,-1439,51.935,2.914,0,0,0.993532,0.113551,300,300,100,1), + (7676,2042,0,-13951,62.401,15.367,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (7677,2042,0,-10617.1,-2525.31,23.2634,3.29825,0,0,0.996934,-0.0782486,300,300,100,1), + (7678,2042,0,1238.68,-345,43.569,4.071,0,0,0.893954,-0.448158,300,300,100,1), + (7679,22803,1,-3610.7,-4467.91,14.2575,-2.36492,0,0,0.925541,-0.378649,900,900,100,1), + (7680,2042,0,-11961,-609.441,17.6658,-1.29154,0,0,-0.601814,0.798637,300,300,100,1), + (7681,22806,1,-3613.95,-4467.99,14.2575,-0.968657,0,0,-0.465614,0.884988,900,900,100,1), + (7682,2042,0,-173,-2803,119.674,5.545,0,0,0.360769,-0.932655,300,300,100,1), + (7683,2042,0,-38,222.323,52.932,1.755,0,0,0.769144,0.639076,300,300,100,1), + (7684,2042,0,-49,186.34,52.306,3.192,0,0,0.999682,-0.025201,300,300,100,1), + (7685,2042,0,9.115,195.533,45.418,4.697,0,0,0.712527,-0.701645,300,300,100,1), + (7686,22811,1,-3630.92,-4457,13.6262,-0.706857,0,0,-0.346117,0.938191,900,900,100,1), + (7687,2042,0,-10541.4,-2780.55,23.3937,4.79763,0,0,0.676337,-0.736593,300,300,100,1), + (7688,2042,0,911.565,-796,124.771,4.791,0,0,0.678775,-0.734347,300,300,100,1), + (7689,2042,0,639.156,-1171,151.015,4.629,0,0,0.735966,-0.677018,300,300,100,1), + (7690,2042,0,637.401,-1147,156.226,4.913,0,0,0.632745,-0.77436,300,300,100,1), + (7691,2042,0,685.117,-1391,99.118,5.659,0,0,0.307051,-0.951693,300,300,100,1), + (7692,22772,1,-3609.18,-4462.32,14.1984,1.45735,0,0,0.665882,0.746057,900,900,100,1), + (7693,2042,0,-6637,-3680,265.833,2.822,0,0,0.98726,0.159117,300,300,100,1), + (7694,2042,0,-6722,-3085,283.245,1.344,0,0,0.622552,0.782578,300,300,100,1), + (7695,2042,0,-12042,-728,12.825,1.571,0,0,0.707179,0.707035,300,300,100,1), + (7696,2042,0,169.969,-21,68.251,4.639,0,0,0.732572,-0.68069,300,300,100,1), + (7697,2042,0,168.703,-25,69.624,4.438,0,0,0.79717,-0.603755,300,300,100,1), + (7698,2061,1,-3609.18,-4462.32,14.1984,1.45735,0,0,0.665882,0.746057,900,900,100,1), + (7699,2042,0,1109.59,-449,66.867,3.243,0,0,0.998715,-0.050682,300,300,100,1), + (7700,2042,0,-6801,-3611,244.748,0,0,0,0,1,300,300,100,1), + (7701,22773,1,-3608.34,-4460.25,14.1984,0.523601,0,0,0.25882,0.965926,900,900,100,1), + (7702,2042,0,830.208,-955,135.342,0.096,0,0,0.0479816,0.998848,300,300,100,1), + (7703,2061,1,-3608.34,-4460.25,14.1984,0.523601,0,0,0.25882,0.965926,900,900,100,1), + (7704,2042,0,1140.18,-471,68.282,4.895,0,0,0.639688,-0.768634,300,300,100,1), + (7705,2042,0,-10553,-2854,24.352,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7706,2042,0,-10162.3,-3213.64,23.9478,3.58559,0,0,0.975459,-0.22018,300,300,100,1), + (7707,2042,0,-51,400.235,60.691,2.83,0,0,0.987888,0.155167,300,300,100,1), + (7708,22775,1,-3618.2,-4492.08,14.7264,0.122173,0,0,0.061048,0.998135,900,900,100,1), + (7709,2061,1,-3618.2,-4492.08,14.7264,0.122173,0,0,0.061048,0.998135,900,900,100,1), + (7710,2042,0,-11879,19.274,23.677,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (7711,2042,0,-6618,-3691,265.845,1.501,0,0,0.682005,0.731348,300,300,100,1), + (7712,2042,0,69.976,-4296,120.116,4.529,0,0,0.768883,-0.639389,300,300,100,1), + (7713,2042,0,-12153.8,-133.861,25.7315,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (7714,2042,0,-14059.3,181.17,14.0355,4.44115,0,0,0.796218,-0.60501,300,300,100,1), + (7715,2042,0,-1774,-2991,46.0127,5.115,0,0,0.551443,-0.834213,300,300,100,1), + (7716,2042,0,692.225,-1384.84,99.6657,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (7717,2042,0,-652,-1923,60.754,0.09,0,0,0.0449848,0.998988,300,300,100,1), + (7718,2042,0,113.368,-3118,132.365,4.911,0,0,0.633519,-0.773727,300,300,100,1), + (7719,2042,0,-1731,-2295,38.465,5.053,0,0,0.577034,-0.81672,300,300,100,1), + (7720,2042,0,-10162.8,-3219.59,22.8414,2.45151,0,0,0.941061,0.338236,300,300,100,1), + (7721,2042,0,1134.03,-447,65.731,3.243,0,0,0.998715,-0.050682,300,300,100,1), + (7722,177495,1,-3612.23,-4471.02,14.2575,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (7723,2042,0,1141.4,-577,80.374,4.63,0,0,0.735628,-0.677386,300,300,100,1), + (7724,177496,1,-3613.8,-4470.69,14.2575,1.19555,0,0,0.562806,0.826589,900,900,100,1), + (7725,177497,1,-3626.34,-4456.61,13.6262,-1.66679,0,0,-0.740218,0.672367,900,900,100,1), + (7726,2042,0,-11620,-426,16.725,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (7727,2042,0,-10230,-3483,23.428,2.703,0,0,0.976051,0.217543,300,300,100,1), + (7728,177501,1,-3610.16,-4459.02,21.1003,1.94604,0,0,0.82659,0.562804,900,900,100,1), + (7729,2042,0,-12210,258.715,2.607,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7730,2042,0,-948,-1892,67.113,0.923,0,0,0.445292,0.895386,300,300,100,1), + (7731,2042,0,1118.45,-346,43.693,1.427,0,0,0.654484,0.756076,300,300,100,1), + (7732,2042,0,1117.96,-349,43.592,2.024,0,0,0.847894,0.530166,300,300,100,1), + (7733,177504,1,-3614.06,-4447.5,21.2149,-1.55334,0,0,-0.700909,0.713251,900,900,100,1), + (7734,22776,1,-3619.4,-4492.68,14.7264,1.52717,0,0,0.691514,0.722363,900,900,100,1), + (7735,2042,0,-10388.1,-2976.57,22.862,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (7736,2061,1,-3619.4,-4492.68,14.7264,1.52717,0,0,0.691514,0.722363,900,900,100,1), + (7737,2042,0,-10195.3,-3118.81,21.7411,0.104719,0,0,0.0523356,0.99863,300,300,255,1), + (7738,2042,0,513.082,-1443,51.264,2.937,0,0,0.994772,0.102118,300,300,100,1), + (7739,2042,0,-6735,-3078,265.647,4.851,0,0,0.656442,-0.754376,300,300,100,1), + (7740,177502,1,-3619.41,-4469.03,21.2149,0.209441,0,0,0.104529,0.994522,900,900,100,1), + (7741,2042,0,-1723,-2118,45.069,4.388,0,0,0.812013,-0.58364,300,300,100,1), + (7742,2042,0,-10404.5,-3001.07,19.5577,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (7743,2042,0,-11994,-71,15.36,3.142,0,0,1,-0.000203653,300,300,100,1), + (7744,2042,0,-10141,-3346.58,22.2082,5.6704,0,0,0.301621,-0.953428,300,300,100,1), + (7745,2042,0,-6721,-3082,282.145,4.103,0,0,0.88667,-0.462403,300,300,100,1), + (7746,2042,0,-6736,-3075,263.58,5.062,0,0,0.573353,-0.819308,300,300,100,1), + (7747,2042,0,-171,-2805,119.65,5.545,0,0,0.360769,-0.932655,300,300,100,1), + (7748,2042,0,56.002,-2578,114.297,4.753,0,0,0.692604,-0.721318,300,300,100,1), + (7749,2042,0,73.186,-2631,110.118,5.114,0,0,0.55186,-0.833937,300,300,100,1), + (7750,2042,0,-10443.7,-2683.13,22.3854,5.28927,0,0,0.476753,-0.879037,300,300,100,1), + (7751,2042,0,-10596.8,-2465.43,22.2192,1.56141,0,0,0.70378,0.710418,300,300,100,1), + (7752,2042,0,-953,-3243,67.941,0.005,0,0,0.0025,0.999997,300,300,100,1), + (7753,2042,0,-953,-3240,67.035,0.005,0,0,0.0025,0.999997,300,300,100,1), + (7754,2042,0,-10258,-3230,23.424,1.047,0,0,0.499914,0.866075,300,300,100,1), + (7755,2042,0,-1155,-3272,41.631,0.484,0,0,0.239645,0.970861,300,300,100,1), + (7756,2042,0,-768,-2189,45.393,6.209,0,0,0.0370841,-0.999312,300,300,100,1), + (7758,177503,1,-3612.27,-4447.47,21.2149,-1.55334,0,0,-0.700909,0.713251,900,900,100,1), + (7759,2042,0,-10462.1,-2708.86,21.7703,5.47873,0,0,0.391469,-0.920191,300,300,100,1), + (7760,2042,0,298.133,-639,137.914,1.64,0,0,0.731146,0.682221,300,300,100,1), + (7761,22774,1,-3609.7,-4459.43,14.1984,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (7762,2061,1,-3609.7,-4459.43,14.1984,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (7763,177498,1,-3627.95,-4456.65,13.6262,-1.53589,0,0,-0.694658,0.71934,900,900,100,1), + (7764,177494,1,-3610.71,-4470.69,14.2575,2.36492,0,0,0.925541,0.378648,900,900,100,1), + (7765,2042,0,-6517,-3609,262.683,3.1,0,0,0.999784,0.0207949,300,300,100,1), + (7766,177499,1,-3631.1,-4458.34,13.6262,0.043632,0,0,0.021815,0.999762,900,900,100,1), + (7767,2042,0,-10439.4,-2927.06,22.0869,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (7768,2042,0,1091.77,-731,75.661,4.19,0,0,0.865723,-0.500524,300,300,100,1), + (7769,2042,0,6.952,-3321,121.873,6.072,0,0,0.105397,-0.99443,300,300,100,1), + (7770,2042,0,65.96,-3316,119.069,0.078,0,0,0.0389901,0.99924,300,300,100,1), + (7771,2042,0,-6493,-3605,273.152,1.866,0,0,0.80341,0.595426,300,300,100,1), + (7772,2042,0,-10619.7,-2541.82,23.739,3.08934,0,0,0.999659,0.0261234,300,300,100,1), + (7773,2042,0,1104.06,-335,43.26,0.041,0,0,0.0204986,0.99979,300,300,100,1), + (7774,2042,0,1107.9,-346,43.42,3.264,0,0,0.998128,-0.0611654,300,300,100,1), + (7775,2042,0,1213.67,-340,43.456,1.915,0,0,0.817755,0.575566,300,300,100,1), + (7776,2042,0,-10599.5,-2488.86,23.107,4.91612,0,0,0.631536,-0.775347,300,300,100,1), + (7777,2042,0,-1839,-2302,48.372,0.076,0,0,0.0379909,0.999278,300,300,100,1), + (7778,22783,1,-3616.32,-4478.92,21.1003,1.24791,0,0,0.58425,0.811574,900,900,100,1), + (7779,22813,1,-3624.63,-4456.84,13.6262,-2.20784,0,0,0.892979,-0.450099,900,900,100,1), + (7780,2042,0,-10301.8,-3133.48,21.7872,5.5465,0,0,0.36007,-0.932925,300,300,100,1), + (7781,2042,0,-10288.8,-3123.54,22.4199,3.90502,0,0,0.928028,-0.372511,300,300,100,1), + (7782,2042,0,-10610.9,-2500.03,22.892,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (7783,2042,0,-6968,-3486,241.667,4.867,0,0,0.650386,-0.759604,300,300,100,1), + (7784,2042,0,-11847.3,-219.508,16.5659,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (7785,2042,0,-1604,-2227,32.246,3.865,0,0,0.935295,-0.353868,300,300,100,1), + (7786,22804,1,-3612.28,-4467.7,14.2575,-1.53589,0,0,-0.694658,0.71934,900,900,100,1), + (7787,2042,0,-123,-2799,120.203,0.277,0,0,0.138058,0.990424,300,300,100,1), + (7788,22777,1,-3609.68,-4460.89,14.1984,-2.03331,0,0,-0.850352,0.526214,900,900,100,1), + (7789,2042,0,-14013.4,102.199,10.8546,5.33098,0,0,0.458319,-0.888788,300,300,100,1), + (7790,2042,0,-1445,-2136,19.179,0.401,0,0,0.199159,0.979967,300,300,100,1), + (7791,2042,0,-1446,-2133,18.9,0.401,0,0,0.199159,0.979967,300,300,100,1), + (7792,2042,0,-1101,-3048,45.586,6.193,0,0,0.0450775,-0.998984,300,300,100,1), + (7793,2042,0,-1047,-3262,40.373,1.625,0,0,0.726009,0.687686,300,300,100,1), + (7794,2042,0,-1088,-3258,38.111,1.452,0,0,0.663884,0.747836,300,300,100,1), + (7795,2061,1,-3609.68,-4460.89,14.1984,-2.03331,0,0,-0.850352,0.526214,900,900,100,1), + (7796,22812,1,-3629.55,-4456.69,13.6262,-1.53589,0,0,-0.694658,0.71934,900,900,100,1), + (7797,2042,0,174.956,-57,96.842,0.068,0,0,0.0339935,0.999422,300,300,100,1), + (7798,177500,1,-3610,-4456.39,21.1003,-1.89368,0,0,-0.811574,0.58425,900,900,100,1), + (7799,2042,0,98.245,-2855,113.333,1.203,0,0,0.56588,0.824488,300,300,100,1), + (7800,2042,0,99.173,-2916,114.683,4.728,0,0,0.701566,-0.712605,300,300,100,1), + (7801,2042,0,102.357,-2916,114.497,4.728,0,0,0.701566,-0.712605,300,300,100,1), + (7802,2042,0,-10518.9,-2573.61,21.8643,-0.872664,0,0,-0.422618,0.906308,300,300,255,1), + (7803,2042,0,-10226.4,-2623.05,27.6343,2.84488,0,0,0.989015,0.147813,300,300,100,1), + (7804,2042,0,-10241.5,-2622.03,27.8669,2.10295,0,0,0.868156,0.496291,300,300,100,1), + (7805,3769,1,-3734.46,-4578.74,11.9841,0.549778,0,0,0.27144,0.962455,900,900,100,1), + (7806,36981,1,-3733.18,-4548.4,11.9181,-2.68781,0,0,0.97437,-0.224951,900,900,100,1), + (7807,2042,0,-11735,532.37,52.918,0.733,0,0,0.35835,0.933587,300,300,100,1), + (7808,36983,1,-3738.71,-4556.2,27.2373,0.436331,0,0,0.216439,0.976296,900,900,100,1), + (7809,36985,1,-3741.99,-4549.49,27.2373,0.436331,0,0,0.216439,0.976296,900,900,100,1), + (7810,36986,1,-3739.36,-4541.71,27.2373,-1.09083,0,0,-0.518773,0.854912,900,900,100,1), + (7811,36989,1,-3730.54,-4559.8,27.2373,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (7812,36987,1,-3742.9,-4543.63,27.2373,-1.09083,0,0,-0.518773,0.854912,900,900,100,1), + (7813,2042,0,-10538.9,-2848.88,23.573,2.92118,0,0,0.993933,0.109983,300,300,100,1), + (7814,2042,0,-10519.8,-2715.92,27.669,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (7815,36988,1,-3734.16,-4561.56,27.2373,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (7816,2042,0,-10519.8,-2715.92,27.669,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (7817,36998,1,-3731.79,-4578.11,11.9182,-3.01069,0,0,0.997859,-0.065403,900,900,100,1), + (7818,2042,0,-1148,-3241,32.951,6.038,0,0,0.122286,-0.992495,300,300,100,1), + (7819,2042,0,-10181,-3081,22.446,4.734,0,0,0.699425,-0.714706,300,300,100,1), + (7820,2042,0,726.65,-986,165.163,0.114,0,0,0.0569691,0.998376,300,300,100,1), + (7821,2042,0,-6684,-3349,241.203,5.654,0,0,0.309429,-0.950922,300,300,100,1), + (7822,2042,0,628.335,-970,165.761,3.526,0,0,0.981586,-0.191022,300,300,100,1), + (7823,2042,0,141.32,-2871,115.82,4.789,0,0,0.679509,-0.733668,300,300,100,1), + (7824,2042,0,140.767,-2863,115.19,4.553,0,0,0.761155,-0.64857,300,300,100,1), + (7825,2042,0,1029.66,-773,98.604,6.072,0,0,0.105397,-0.99443,300,300,100,1), + (7826,36996,1,-3733.1,-4579.59,11.9182,1.09083,0,0,0.518773,0.854912,900,900,100,1), + (7827,36979,1,-3717.64,-4547.57,25.8675,0.453785,0,0,0.224951,0.97437,900,900,100,1), + (7828,2042,0,-10301.6,-3118.24,22.1043,0.95622,0,0,0.460102,0.887866,300,300,100,1), + (7829,2042,0,-1543,-2816,36.609,3.087,0,0,0.999627,0.027293,300,300,100,1), + (7830,2042,0,-10294.1,-3120.57,21.941,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (7831,2043,0,783.488,-794,171.138,1.478,0,0,0.673549,0.739142,300,300,100,1), + (7832,2043,0,794.184,-789,169.264,2.024,0,0,0.847894,0.530166,300,300,100,1), + (7833,2043,0,-13010,-5,22.879,1.279,0,0,0.596794,0.802394,300,300,100,1), + (7834,2043,0,-13149,-247,3.413,3.222,0,0,0.999192,-0.0401928,300,300,100,1), + (7835,2043,0,-13103,-257,-3,5.459,0,0,0.400528,-0.916285,300,300,100,1), + (7836,2043,0,-13128,-250,0,3.649,0,0,0.96799,-0.250991,300,300,100,1), + (7837,2043,0,-13039,-10,33.87,3.541,0,0,0.980125,-0.198379,300,300,100,1), + (7838,2043,0,-13182,-240,6.938,3.363,0,0,0.993879,-0.110478,300,300,100,1), + (7839,2043,0,-7034,-2311,252.435,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7840,2043,0,-10249,-3661,22.273,0.646,0,0,0.317413,0.948287,300,300,100,1), + (7841,2043,0,806.926,-770,180.668,0.874,0,0,0.423223,0.906025,300,300,100,1), + (7842,2043,0,-11517,-453,41.22,2.74,0,0,0.979908,0.19945,300,300,100,1), + (7843,2043,0,134.329,-82,109.381,4.612,0,0,0.741694,-0.670738,300,300,100,1), + (7844,2043,0,-6811,-2510,244.441,5.771,0,0,0.253303,-0.967387,300,300,100,1), + (7845,2043,0,-11541,-697,34.14,5.543,0,0,0.361702,-0.932294,300,300,100,1), + (7846,2043,0,-1641,-3411,33.428,4.75,0,0,0.693685,-0.720278,300,300,100,1), + (7847,2043,0,-11666,456.881,42.787,2.414,0,0,0.934553,0.355825,300,300,100,1), + (7848,171752,0,-4828.28,-1285.05,501.807,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (7849,2043,0,-6766,-2616,247.391,6.128,0,0,0.0775149,-0.996991,300,300,100,1), + (7850,2043,0,-1640.56,-3274.57,24.9171,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (7851,36982,1,-3722.04,-4538.69,25.8675,0.331611,0,0,0.165047,0.986286,900,900,100,1), + (7852,2043,0,-12863,243.25,17.845,2.583,0,0,0.96125,0.275679,300,300,100,1), + (7853,2043,0,-11782,726.306,57.914,3.111,0,0,0.999883,0.0152957,300,300,100,1), + (7854,2043,0,-12499,-734,39.558,2.638,0,0,0.968466,0.249144,300,300,100,1), + (7855,2043,0,-12177,250.011,3.477,1.309,0,0,0.608763,0.793352,300,300,100,1), + (7856,36984,1,-3740.22,-4553.11,27.2373,0.436331,0,0,0.216439,0.976296,900,900,100,1), + (7857,2043,0,-902,-2897,81.591,6.112,0,0,0.0854882,-0.996339,300,300,100,1), + (7858,2043,0,-883,-2931,84.7229,0.544,0,0,0.268658,0.963235,300,300,100,1), + (7859,2043,0,-12179,-974,34.325,5.317,0,0,0.46452,-0.885563,300,300,100,1), + (7860,2043,0,-12325,-982,15.076,5.61,0,0,0.330273,-0.943886,300,300,100,1), + (7861,2043,0,-12383,-966,16.95,4.271,0,0,0.844747,-0.535165,300,300,100,1), + (7862,2043,0,-12203,-928,35.553,4.242,0,0,0.852418,-0.522861,300,300,100,1), + (7863,2043,1,-4140,-186,56.662,0.297,0,0,0.147955,0.988994,300,300,100,1), + (7864,2043,0,-1852,-3182,51.414,1.815,0,0,0.787967,0.615718,300,300,100,1), + (7865,2043,0,-1777,-2871,43.556,1.86,0,0,0.80162,0.597834,300,300,100,1), + (7866,2043,0,-1775,-3142,32.014,1.789,0,0,0.779896,0.625909,300,300,100,1), + (7867,2043,0,-1996,-2773,85.951,3.329,0,0,0.995613,-0.0935666,300,300,100,1), + (7868,2043,0,-1764,-2879,41.827,4.892,0,0,0.64084,-0.767674,300,300,100,1), + (7869,2043,0,-1966,-2824,82.248,3.545,0,0,0.979727,-0.200339,300,300,100,1), + (7870,2043,0,-10815,-3873,23.637,1.769,0,0,0.773598,0.633676,300,300,100,1), + (7871,2043,0,-10812,-3902,23.792,1.709,0,0,0.754243,0.656596,300,300,100,1), + (7872,2043,0,-10695,-3864,22.656,3.757,0,0,0.953032,-0.302871,300,300,100,1), + (7873,2043,0,-10424,-3445,23.818,1.331,0,0,0.617453,0.786608,300,300,100,1), + (7874,2043,0,-10442,-3526,23.525,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7876,2043,0,-12964,167.524,22.368,2.793,0,0,0.984849,0.173415,300,300,100,1), + (7877,2043,0,-12498,-819,42.058,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7878,2043,0,-10134,-2971,20.937,6.124,0,0,0.0795086,-0.996834,300,300,100,1), + (7879,2043,0,-10072,-3102,22.905,1.733,0,0,0.762067,0.647498,300,300,100,1), + (7880,2043,0,-10087,-3086,22.921,5.405,0,0,0.425118,-0.905138,300,300,100,1), + (7881,2043,0,-10130,-2989,22.99,5.134,0,0,0.543493,-0.839414,300,300,100,1), + (7882,2043,0,-10139.4,-2979.23,22.9316,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (7883,2043,0,-11670.1,-465.304,22.9578,-2.09439,0,0,-0.866024,0.500002,300,300,100,1), + (7884,2043,0,-12932,-442,30.72,4.982,0,0,0.605658,-0.795725,300,300,100,1), + (7885,2043,0,-12908,-462,35.812,3.22,0,0,0.999232,-0.0391936,300,300,100,1), + (7886,2043,0,-6791,-3503,243.601,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7887,2043,0,-12822,-440,21.476,0,0,0,0,1,300,300,100,1), + (7888,2043,0,-1064,-3020,55.73,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (7889,2043,0,-12034,266.868,12.428,-1,0,0,-0.479426,0.877583,300,300,100,1), + (7890,2043,0,-13059,411.074,23.331,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7891,2043,0,-7178,-2205,315.173,3.312,0,0,0.996372,-0.0851006,300,300,100,1), + (7892,2043,0,-13569,-247,27.301,0.215,0,0,0.107293,0.994227,300,300,100,1), + (7893,2043,0,-1700,-3436,48.153,2.492,0,0,0.947716,0.319116,300,300,100,1), + (7894,2043,0,-1705,-3479,53.262,5.421,0,0,0.417864,-0.90851,300,300,100,1), + (7895,2043,0,-1627,-3459,55.338,4.86,0,0,0.653041,-0.757323,300,300,100,1), + (7896,2043,0,-1701,-3458,51.736,3.281,0,0,0.997572,-0.0696472,300,300,100,1), + (7897,2043,0,-11828.9,-547.797,15.4699,0.104719,0,0,0.0523356,0.99863,300,300,100,1), + (7898,2043,0,-12227,298.598,2.171,3.582,0,0,0.975853,-0.218428,300,300,100,1), + (7899,2043,0,-11833,-182,17.299,5.474,0,0,0.393644,-0.919263,300,300,100,1), + (7900,2043,0,-11980,-214,17.606,4.298,0,0,0.837446,-0.54652,300,300,100,1), + (7901,2043,0,-11932,-248,20.204,4.728,0,0,0.701566,-0.712605,300,300,100,1), + (7902,2043,0,351.741,-768,150.257,2.594,0,0,0.962751,0.270388,300,300,100,1), + (7903,2043,0,-943.772,-2879.49,66.9773,-1.44862,0,0,-0.662619,0.748957,300,300,100,1), + (7904,2043,0,-12989,449.455,20.842,3.817,0,0,0.943518,-0.331321,300,300,100,1), + (7905,2043,0,-11717,-668,49.38,5.166,0,0,0.529993,-0.848002,300,300,100,1), + (7906,2043,0,1109.24,-330,43.331,4.698,0,0,0.712176,-0.702001,300,300,100,1), + (7907,2043,1,-4361,-345,38.75,2.531,0,0,0.953758,0.300576,300,300,100,1), + (7908,2043,0,-11896,-843,32.706,5.203,0,0,0.514215,-0.857661,300,300,100,1), + (7909,2043,0,-12631,-630,43.448,3.169,0,0,0.999906,-0.0137032,300,300,100,1), + (7910,2043,0,-12527,-645,39.26,3.61,0,0,0.972699,-0.232068,300,300,100,1), + (7911,36980,1,-3736.07,-4549.83,11.9181,0.41888,0,0,0.207912,0.978148,900,900,100,1), + (7912,2043,0,-11765,736.443,59.921,1.464,0,0,0.668359,0.743839,300,300,100,1), + (7913,2043,0,-12998,270.41,17.426,0.242,0,0,0.120705,0.992688,300,300,100,1), + (7914,2043,0,-13070,299.016,19.966,5.153,0,0,0.535494,-0.844539,300,300,100,1), + (7915,2043,0,-13032,390.173,21.633,2.768,0,0,0.982604,0.185712,300,300,100,1), + (7916,2043,0,-13107,455.828,19.671,5.219,0,0,0.507338,-0.861747,300,300,100,1), + (7917,2043,0,-13063,362.32,18.035,3.506,0,0,0.983447,-0.181197,300,300,100,1), + (7918,2043,0,-6878,-2975,241.799,2.461,0,0,0.942656,0.333766,300,300,100,1), + (7919,2043,0,854.707,-906,132.338,4.2,0,0,0.863209,-0.504846,300,300,100,1), + (7920,2043,0,-10313.7,-3520.82,23.9705,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (7921,2043,0,-14487,-366,4.088,0.834,0,0,0.405019,0.914308,300,300,100,1), + (7922,2043,0,-14158,295.329,17.331,2.106,0,0,0.868912,0.494967,300,300,100,1), + (7923,2043,0,-14006,271.163,17.376,4.383,0,0,0.813469,-0.581608,300,300,100,1), + (7924,2043,0,-13983,425.466,62.268,4.517,0,0,0.772706,-0.634765,300,300,100,1), + (7925,2043,0,-13997,294.805,17.851,3.23,0,0,0.999023,-0.0441893,300,300,100,1), + (7926,2043,0,8.958,-3988,130.5,2.164,0,0,0.882899,0.469563,300,300,100,1), + (7927,2043,0,-7018,-2918,241.667,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (7928,2043,0,-13479,682.953,9.359,1.675,0,0,0.742972,0.669322,300,300,100,1), + (7929,2043,0,-13524,662.743,5.937,3.686,0,0,0.963181,-0.268855,300,300,100,1), + (7930,2043,0,-13462,699.875,6.474,2.788,0,0,0.984412,0.175877,300,300,100,1), + (7932,36997,1,-3734.81,-4577.39,11.9182,-0.130899,0,0,-0.065403,0.997859,900,900,100,1), + (7933,2043,0,-11584,358.255,45.516,1.164,0,0,0.549696,0.835365,300,300,100,1), + (7934,2043,0,-11507,-667,33.73,6.074,0,0,0.104402,-0.994535,300,300,100,1), + (7935,2043,0,439.019,-3889,124.672,1.955,0,0,0.829102,0.559097,300,300,100,1), + (7936,2043,0,-12428,-142,15.216,1.998,0,0,0.84093,0.541143,300,300,100,1), + (7937,2043,0,-11743,47.719,16.251,4.38,0,0,0.814341,-0.580387,300,300,100,1), + (7938,2043,0,-11750,68.135,30.455,5.756,0,0,0.260551,-0.96546,300,300,100,1), + (7939,2043,0,-11716,65.876,16.165,1.127,0,0,0.534148,0.845391,300,300,100,1), + (7940,2043,0,-12056,-275,18.833,4.25,0,0,0.85032,-0.526266,300,300,100,1), + (7941,2043,0,-12044,-251,19.994,0.634,0,0,0.311717,0.950175,300,300,100,1), + (7942,2043,0,-1025,-3049,44.615,4.918,0,0,0.630807,-0.77594,300,300,100,1), + (7943,2043,0,-1014,-3050,47.594,5.091,0,0,0.561413,-0.827536,300,300,100,1), + (7944,2043,0,-11705,73.929,18.223,2.304,0,0,0.913579,0.406661,300,300,100,1), + (7945,2043,0,-12431,-726,34.349,3.27,0,0,0.99794,-0.0641596,300,300,100,1), + (7946,2043,0,-11936,-182,18.074,0.07,0,0,0.0349929,0.999388,300,300,100,1), + (7947,2043,0,-848,-2985,105.989,6.163,0,0,0.0600564,-0.998195,300,300,100,1), + (7948,2043,0,-11827,-791,36.078,4.227,0,0,0.856315,-0.516453,300,300,100,1), + (7949,2043,0,-12454,-715,36.089,3.11,0,0,0.999875,0.0157957,300,300,100,1), + (7950,2043,0,-12810.7,185.967,17.3171,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (7951,2043,0,-12473,-703,40.291,4.549,0,0,0.762451,-0.647046,300,300,100,1), + (7952,2043,0,-12751.8,272.947,9.70816,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (7953,2043,0,-1333,-3135,33.514,0.563,0,0,0.277797,0.96064,300,300,100,1), + (7954,2043,0,-1317,-3146,36.053,6.053,0,0,0.114839,-0.993384,300,300,100,1), + (7955,2043,0,-1465,-3392,50.816,5.46,0,0,0.400069,-0.916485,300,300,100,1), + (7956,2043,0,-1635,-3391,29.475,4.753,0,0,0.692604,-0.721318,300,300,100,1), + (7957,2043,0,-986,-2695,74.014,0.245,0,0,0.122194,0.992506,300,300,100,1), + (7958,2043,0,-10436,-3491,23.123,6.098,0,0,0.0924604,-0.995716,300,300,100,1), + (7959,2043,0,1132.31,-729,69.569,5.849,0,0,0.215391,-0.976528,300,300,100,1), + (7960,2043,0,-10309,-4122,21.793,4.484,0,0,0.783074,-0.621929,300,300,100,1), + (7961,2043,0,-11916,-813,32.747,4.138,0,0,0.878442,-0.477848,300,300,100,1), + (7962,2043,0,-11861,-788,31.979,3.304,0,0,0.996705,-0.0811144,300,300,100,1), + (7963,2043,0,-13871.3,661.595,15.0183,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (7964,2043,0,-14181,326.866,46.105,2.461,0,0,0.942656,0.333766,300,300,100,1), + (7965,2043,0,-12838.9,366.574,23.6163,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (7966,2043,0,-13863,692.706,2.228,0.066,0,0,0.032994,0.999456,300,300,100,1), + (7967,2043,0,-12613,-667,41.928,2.286,0,0,0.909882,0.414867,300,300,100,1), + (7968,2043,0,-11962,268.118,16.222,3.593,0,0,0.974637,-0.223792,300,300,100,1), + (7969,2043,0,-11774,60.999,22.763,2.778,0,0,0.983521,0.180797,300,300,100,1), + (7970,2043,0,-11632,-565,30.312,0.588,0,0,0.289783,0.957092,300,300,100,1), + (7971,2043,0,-11609,-567,29.715,5.507,0,0,0.378424,-0.925633,300,300,100,1), + (7972,2043,0,-11555,-571,27.164,3.875,0,0,0.933514,-0.35854,300,300,100,1), + (7973,2043,0,-12771.2,-15.3801,9.45094,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (7974,2043,0,-7165,-2265,272.435,0.908,0,0,0.438564,0.8987,300,300,100,1), + (7975,2043,0,-12325,-975,21.84,5.61,0,0,0.330273,-0.943886,300,300,100,1), + (7976,2043,0,-11970,-189,16.656,3.241,0,0,0.998765,-0.0496832,300,300,100,1), + (7977,3799,1,-3694.96,-4331.54,11.353,1.00356,0,0,0.480988,0.876727,900,900,100,1), + (7978,2043,0,-11736.5,-268.625,26.3078,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (7979,2043,0,314.158,-3245,114.001,0.012,0,0,0.00599996,0.999982,300,300,100,1), + (7980,2043,0,310.345,-3255,114.14,0.436,0,0,0.216277,0.976332,300,300,100,1), + (7981,2043,0,1133.31,-705,67.345,5.621,0,0,0.325077,-0.945688,300,300,100,1), + (7982,2043,0,1137.17,-715,65.6,0.94,0,0,0.452886,0.891568,300,300,100,1), + (7983,2043,0,157.03,-4007,123.895,4.834,0,0,0.66283,-0.74877,300,300,100,1), + (7984,2043,0,-13012,-809,70.826,0.687,0,0,0.336785,0.941582,300,300,100,1), + (7985,2043,0,-11666,496.569,43.063,2.788,0,0,0.984412,0.175877,300,300,100,1), + (7986,2043,0,-12005,283.945,10.057,2.507,0,0,0.950082,0.311999,300,300,100,1), + (7987,2043,0,286.695,-3229,116.257,-2,0,0,-0.841471,0.540302,300,300,100,1), + (7988,2043,0,-10292,-2959,22.3251,4.537,0,0,0.766319,-0.64246,300,300,100,1), + (7989,2043,0,365.91,-780,137.714,1.536,0,0,0.694698,0.719302,300,300,100,1), + (7990,2043,0,-13485.6,713.564,4.93984,0.488691,0,0,0.241921,0.970296,300,300,255,1), + (7991,2043,0,-11761,40.894,16.21,5.371,0,0,0.440444,-0.89778,300,300,100,1), + (7992,2043,0,-11631,-160,13.98,4.629,0,0,0.735966,-0.677018,300,300,100,1), + (7993,2043,0,-11627,-113,17.404,2.111,0,0,0.870147,0.492793,300,300,100,1), + (7994,2043,0,-12189.7,-829.898,38.3669,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (7995,2043,0,-12853,-895,55.18,5.29,0,0,0.476433,-0.879211,300,300,100,1), + (7996,2043,0,-12887,-876,57.226,2.835,0,0,0.988273,0.152697,300,300,100,1), + (7997,2043,0,-12859,-837,54.483,3.569,0,0,0.977252,-0.212081,300,300,100,1), + (7998,2043,0,-12842,-852,56.548,5.294,0,0,0.474673,-0.880162,300,300,100,1), + (7999,171699,0,-4910.38,-976.212,501.408,2.26893,0,0,0.906308,0.422619,900,900,100,1), + (8000,2043,0,-6761,-2872,242.26,0.21,0,0,0.104807,0.994493,300,300,100,1), + (8001,2043,0,-6738,-2883,241.686,6.21,0,0,0.0365845,-0.999331,300,300,100,1), + (8002,2043,0,-1274,-1463,70.476,2.572,0,0,0.959719,0.280962,300,300,100,1), + (8003,2043,0,-1262,-1445,67.506,1.445,0,0,0.661262,0.750155,300,300,100,1), + (8004,2043,0,-1193,-1431,60.52,0.856,0,0,0.415052,0.909798,300,300,100,1), + (8005,2043,0,-1199,-1409,65.168,0.303,0,0,0.150921,0.988546,300,300,100,1), + (8006,2043,0,-1181,-1407,62.976,0.381,0,0,0.18935,0.98191,300,300,100,1), + (8007,2043,0,-6902.13,-2357.62,240.485,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (8008,2043,0,-11666.1,445.798,43.2023,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (8009,2043,0,-12737,-613,44.124,3.202,0,0,0.999544,-0.030199,300,300,100,1), + (8010,2043,0,161.248,-4014,123.262,3,0,0,0.997495,0.0707372,300,300,100,1), + (8011,2043,0,156.958,-4024.11,123.38,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (8012,2043,0,-10273,-2841,26.508,0.164,0,0,0.0819081,0.99664,300,300,100,1), + (8013,2043,0,-10304,-2850,26.6975,5.423,0,0,0.416955,-0.908927,300,300,100,1), + (8014,2043,0,-13067,301.395,19.857,5.153,0,0,0.535494,-0.844539,300,300,100,1), + (8015,2043,0,-250,-287,167.107,2.535,0,0,0.954357,0.298668,300,300,100,1), + (8016,2043,0,-6882,-2493,246.17,-2,0,0,-0.841471,0.540302,300,300,100,1), + (8017,2043,0,-230,-400,85.479,1.402,0,0,0.644982,0.764198,300,300,100,1), + (8018,2043,0,-1006,-2712,62.592,5.06,0,0,0.574172,-0.818735,300,300,100,1), + (8019,2043,0,-12653,-632,44.546,0.768,0,0,0.374632,0.927174,300,300,100,1), + (8020,2043,0,-10120,-3420,22.3612,0.138,0,0,0.0689453,0.99762,300,300,100,1), + (8021,2043,0,-11788,-225,23.454,6.093,0,0,0.0949494,-0.995482,300,300,100,1), + (8022,2043,0,-11818,463.396,47.554,5.029,0,0,0.586793,-0.809737,300,300,100,1), + (8023,2043,0,-13350.5,-298.82,12.8095,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (8024,2043,0,-12960,-78,15.438,0.087,0,0,0.0434863,0.999054,300,300,100,1), + (8025,2043,0,-10319.2,-2683.88,23.6573,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (8026,2043,0,1144.27,-590,79.274,5.464,0,0,0.398236,-0.917283,300,300,100,1), + (8027,2043,0,-12994.5,154.965,25.5727,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (8028,2043,0,-11571.1,311.907,45.0555,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (8029,2043,0,-957,-3055,50.424,1.278,0,0,0.596393,0.802693,300,300,100,1), + (8030,2043,0,1248.17,-412,66.88,5.975,0,0,0.153484,-0.988151,300,300,100,1), + (8031,2043,0,-6760,-2761,242.502,3.744,0,0,0.95498,-0.29667,300,300,100,1), + (8032,2043,0,-12610,-717,43.489,4.463,0,0,0.789561,-0.613673,300,300,100,1), + (8033,2043,0,-11605,1011.6,16.5357,0.745,0,0,0.363945,0.93142,300,300,100,1), + (8034,2043,0,-1325,-2854,54.081,1.885,0,0,0.809016,0.587786,300,300,100,1), + (8035,2043,0,-13259.3,496.703,5.97683,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (8036,2043,0,-1267,-1617,48.76,0.358,0,0,0.178046,0.984022,300,300,100,1), + (8037,2043,0,-852,-2447,71.292,5.997,0,0,0.142605,-0.98978,300,300,100,1), + (8038,2043,0,-1605,-2389,101.586,5.846,0,0,0.216856,-0.976204,300,300,100,1), + (8039,2043,0,-12560,-678,40.588,4.723,0,0,0.703345,-0.710848,300,300,100,1), + (8040,2043,0,-12834,351.371,31.883,2.653,0,0,0.970308,0.241874,300,300,100,1), + (8041,2043,0,-12852,369.028,31.045,2.334,0,0,0.919576,0.392912,300,300,100,1), + (8042,2043,0,-12795,373.495,6.129,2.519,0,0,0.951937,0.306293,300,300,100,1), + (8043,2043,0,-12827,338.464,36.545,4.314,0,0,0.833047,-0.553203,300,300,100,1), + (8044,2043,0,-12781,351.011,9.503,3.424,0,0,0.990047,-0.140735,300,300,100,1), + (8045,2043,0,-12760,257.976,6.559,3.053,0,0,0.999019,0.0442819,300,300,100,1), + (8046,2043,0,-12776,314.152,9.979,1.966,0,0,0.832165,0.554529,300,300,100,1), + (8047,2043,0,-12738,284.355,1.468,4.893,0,0,0.640457,-0.767994,300,300,100,1), + (8048,2043,0,-12737,252.54,3.305,4.618,0,0,0.739679,-0.67296,300,300,100,1), + (8049,2043,0,-12732.6,-594.734,42.1949,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (8050,2043,0,-7158,-2263,272.685,3.03,0,0,0.998444,0.0557674,300,300,100,1), + (8051,2043,0,737.453,-779,185.898,3.999,0,0,0.909505,-0.415692,300,300,100,1), + (8052,2043,0,11.991,-3977,132.653,1.728,0,0,0.760446,0.649401,300,300,100,1), + (8053,2043,0,-980,-2732,62.736,1.875,0,0,0.806081,0.591805,300,300,100,1), + (8054,2043,0,-999,-2725,59.018,0.842,0,0,0.408673,0.912681,300,300,100,1), + (8055,2043,0,809.972,-756,190.078,1.867,0,0,0.803707,0.595025,300,300,100,1), + (8056,2043,0,-11607.1,-475.899,24.474,1.8675,0,0,0.803856,0.594824,300,300,100,1), + (8057,2043,0,-1789,-3402,45.886,2.122,0,0,0.872844,0.487999,300,300,100,1), + (8058,2043,0,-12960,-856,71.844,-2,0,0,-0.841471,0.540302,300,300,100,1), + (8059,2043,0,-900,-2785,63.868,0.076,0,0,0.0379909,0.999278,300,300,100,1), + (8060,2043,0,-11680,-98,18.271,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (8061,2043,0,-12404,-228,16.442,4.257,0,0,0.848473,-0.529239,300,300,100,1), + (8062,2043,0,660.547,-1370,101.573,1.207,0,0,0.567528,0.823354,300,300,100,1), + (8063,2043,0,671.535,-1380,101.671,1.722,0,0,0.758495,0.651679,300,300,100,1), + (8064,2043,0,466.038,-1378,65.889,4.196,0,0,0.864217,-0.503119,300,300,100,1), + (8065,2043,0,-13008,-807,71.437,0.687,0,0,0.336785,0.941582,300,300,100,1), + (8066,2043,0,-12962,-838,71.118,4.752,0,0,0.692964,-0.720972,300,300,100,1), + (8067,2043,0,161.436,-4461,122.734,0.778,0,0,0.379263,0.925289,300,300,100,1), + (8068,2043,0,162.176,-4440,124.593,2.851,0,0,0.989463,0.144786,300,300,100,1), + (8069,2043,0,208.518,-4474,119.679,5.871,0,0,0.204637,-0.978838,300,300,100,1), + (8070,2043,0,447.914,-3893.58,124.796,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (8071,2043,0,-46,-232,137.718,5.213,0,0,0.509921,-0.860221,300,300,100,1), + (8072,2043,0,159.788,-4429,126.317,4.587,0,0,0.75002,-0.661415,300,300,100,1), + (8073,2043,0,149.701,-4436,127.976,3.648,0,0,0.968115,-0.250507,300,300,100,1), + (8074,2043,0,135.794,-4484,130.16,4.756,0,0,0.691521,-0.722356,300,300,100,1), + (8075,2043,0,-12001,-579,13.384,2.944,0,0,0.995124,0.0986357,300,300,100,1), + (8076,2043,0,-1609,-2343,81.758,4.295,0,0,0.838265,-0.545264,300,300,100,1), + (8077,2043,0,-1224,-2209,54.773,1.335,0,0,0.619025,0.785372,300,300,100,1), + (8078,2043,0,-1238,-2181,61.909,5.555,0,0,0.356102,-0.934447,300,300,100,1), + (8079,2043,0,-11678,192.432,42.034,5.088,0,0,0.562654,-0.826692,300,300,100,1), + (8080,2043,0,258.403,-4037,123.753,1.712,0,0,0.755227,0.655464,300,300,100,1), + (8081,2043,0,-12380,-962,15.617,4.271,0,0,0.844747,-0.535165,300,300,100,1), + (8082,2043,0,-6867,-2315,246.008,1.145,0,0,0.541735,0.840549,300,300,100,1), + (8083,2043,0,-1817,-3217,33.067,0.999,0,0,0.478987,0.877822,300,300,100,1), + (8084,2043,0,-11945.7,296.664,20.9065,-0.488691,0,0,-0.241921,0.970296,300,300,100,1), + (8085,2043,0,-11605,-117,15.379,3.498,0,0,0.984164,-0.177262,300,300,100,1), + (8086,2043,0,-11766.8,157.535,21.215,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (8087,2043,0,-11582,-543,30.74,0.692,0,0,0.339138,0.940737,300,300,100,1), + (8088,2043,0,-12438,-742.859,37.5079,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (8089,2043,0,-10345,-2842,23.749,5.253,0,0,0.492616,-0.870247,300,300,100,1), + (8090,2043,0,-957,-2727,68.117,0.976,0,0,0.46886,0.883272,300,300,100,1), + (8091,2043,0,-999,-2751,51.016,3.316,0,0,0.9962,-0.0870932,300,300,100,1), + (8092,2043,0,-251,-299,167.096,2.535,0,0,0.954357,0.298668,300,300,100,1), + (8093,2043,0,-6804,-2829,242.448,0.925,0,0,0.446187,0.89494,300,300,100,1), + (8094,2043,0,-11748.8,639.877,50.7172,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (8095,2043,0,-12975.3,269.194,17.7305,-0.191985,0,0,-0.0958451,0.995396,300,300,255,1), + (8096,2043,0,-10329,-2663,23.742,4.307,0,0,0.834978,-0.550283,300,300,100,1), + (8097,2043,0,-10337,-2651,25.607,1.907,0,0,0.815446,0.578833,300,300,100,1), + (8098,2043,0,-10353,-2816,24.02,0.09,0,0,0.0449848,0.998988,300,300,100,1), + (8099,2043,0,-11645.2,212.943,40.8252,-0.767945,0,0,-0.374607,0.927184,300,300,100,1), + (8100,2043,0,-10234,-3475,22.4643,4.743,0,0,0.696202,-0.717846,300,300,100,1), + (8101,2043,0,-13060,-64,26.627,2.622,0,0,0.966442,0.256884,300,300,100,1), + (8102,2043,0,-116.969,-118.776,137.862,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (8103,2043,0,-10376,-4015,23.251,3.004,0,0,0.997634,0.0687421,300,300,100,1), + (8104,2043,0,-10377,-4030,23.67,3.612,0,0,0.972467,-0.233041,300,300,100,1), + (8105,2043,0,-1602,-2381,100.426,5.386,0,0,0.433698,-0.901058,300,300,100,1), + (8106,2043,0,-1600,-2323,76.066,0.301,0,0,0.149933,0.988696,300,300,100,1), + (8107,2043,0,-12867,451.96,9.1,3.832,0,0,0.941007,-0.338388,300,300,100,1), + (8108,2043,0,-12936,497.713,7.935,2.475,0,0,0.944969,0.32716,300,300,100,1), + (8109,2043,0,-12956,432.891,22.956,0.379,0,0,0.188368,0.982099,300,300,100,1), + (8110,2043,0,-13001,372.745,21.69,4.092,0,0,0.8892,-0.45752,300,300,100,1), + (8111,2043,0,-13068,356.75,18.909,3.506,0,0,0.983447,-0.181197,300,300,100,1), + (8112,2043,0,-11502,-656,32.105,-1,0,0,-0.479426,0.877583,300,300,100,1), + (8113,2043,0,-7082,-3368,243.958,2.252,0,0,0.902698,0.430274,300,300,100,1), + (8114,2043,0,-7024,-2931,241.678,1.451,0,0,0.66351,0.748168,300,300,100,1), + (8115,2043,0,-6759,-2770,243.111,2.304,0,0,0.913579,0.406661,300,300,100,1), + (8116,2043,0,-9916,-3744,22.871,2.495,0,0,0.948193,0.317694,300,300,100,1), + (8117,2043,0,-903,-2860,81.865,3.088,0,0,0.999641,0.0267931,300,300,100,1), + (8118,2043,0,-903,-2847,68.342,5.751,0,0,0.262964,-0.964806,300,300,100,1), + (8119,2043,0,442.862,-3899,125.605,6.146,0,0,0.0685389,-0.997648,300,300,100,1), + (8120,2043,0,556.464,-906,172.482,2.986,0,0,0.996975,0.0777178,300,300,100,1), + (8121,2043,0,-11895,-238,18.625,0,0,0,0,1,300,300,100,1), + (8122,2043,0,-11836,447.294,47.081,0.262,0,0,0.130626,0.991432,300,300,100,1), + (8123,2043,0,-11869,-615,15.706,0.425,0,0,0.210904,0.977507,300,300,100,1), + (8124,2043,0,-12535.2,-34.5063,22.1414,0.139624,0,0,0.0697553,0.997564,300,300,255,1), + (8125,2043,0,-909,-2733,62.806,0.202,0,0,0.100828,0.994904,300,300,100,1), + (8126,2043,0,-11919,-256,18.593,3.159,0,0,0.999962,-0.00870352,300,300,100,1), + (8127,2043,0,62.6606,-3606.76,124.487,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (8128,2043,0,-249,-331,62.312,-1,0,0,-0.479426,0.877583,300,300,100,1), + (8129,2043,0,-6862,-2684,244.198,-1,0,0,-0.479426,0.877583,300,300,100,1), + (8130,2043,0,1225.23,-403,55.229,2.586,0,0,0.961662,0.274237,300,300,100,1), + (8131,2043,0,-13846,542.407,46.398,3.426,0,0,0.989906,-0.141725,300,300,100,1), + (8132,2043,0,1239.24,-379,73.829,4.522,0,0,0.771116,-0.636694,300,300,100,1), + (8133,2043,0,1156.6,-333,45.197,5.869,0,0,0.205616,-0.978633,300,300,100,1), + (8134,2043,0,294.548,-3226,115.171,2.69,0,0,0.974616,0.223883,300,300,100,1), + (8135,2043,0,496.789,-3608,121.537,5.51,0,0,0.377035,-0.926199,300,300,100,1), + (8136,2043,0,511.57,-3600,118.52,3.904,0,0,0.928217,-0.372038,300,300,100,1), + (8137,2043,0,-13682,581.745,9.482,3.662,0,0,0.966338,-0.257277,300,300,100,1), + (8138,2043,0,302.747,-3241,114.454,0.939,0,0,0.45244,0.891795,300,300,100,1), + (8139,2043,0,287.643,-3275,114.784,2.031,0,0,0.849744,0.527195,300,300,100,1), + (8140,2043,0,-6652,-3417,263.313,0.485,0,0,0.24013,0.970741,300,300,100,1), + (8141,2043,0,-6958,-3596,241.667,6.242,0,0,0.0205911,-0.999788,300,300,100,1), + (8142,2043,0,-12782,109.495,11.586,-1,0,0,-0.479426,0.877583,300,300,100,1), + (8143,2043,0,-1853,-3101,53,3.27,0,0,0.99794,-0.0641596,300,300,100,1), + (8144,2043,0,-1860,-3246,45.557,3.819,0,0,0.943186,-0.332265,300,300,100,1), + (8145,2043,0,-1900,-3346,61.29,2.719,0,0,0.97776,0.209728,300,300,100,1), + (8146,2043,0,-1901,-3157,69.105,3.195,0,0,0.999644,-0.0267005,300,300,100,1), + (8147,2043,0,-1869,-3192,52.316,1.503,0,0,0.682736,0.730666,300,300,100,1), + (8148,2043,0,-1884,-3114,59.294,1.126,0,0,0.533726,0.845658,300,300,100,1), + (8149,2043,0,-914,-3069,49.622,0.241,0,0,0.120209,0.992749,300,300,100,1), + (8150,2043,0,-10824,-3982,21.965,2.262,0,0,0.904838,0.425755,300,300,100,1), + (8151,2043,0,-10825,-4072,23.694,4.113,0,0,0.884347,-0.466831,300,300,100,1), + (8152,2043,0,-10803,-4035,19.287,2.855,0,0,0.989751,0.142806,300,300,100,1), + (8153,2043,0,-10813,-4054,23.787,5.555,0,0,0.356102,-0.934447,300,300,100,1), + (8154,2043,0,-10747,-4160,20.787,1.914,0,0,0.817467,0.575975,300,300,100,1), + (8155,2043,0,-10760,-4182,22.418,4.31,0,0,0.834152,-0.551535,300,300,100,1), + (8156,2043,0,-10741,-4185,21.876,2.147,0,0,0.878876,0.477051,300,300,100,1), + (8157,2043,0,-12361,104.972,5.839,3.319,0,0,0.996068,-0.0885874,300,300,100,1), + (8158,2043,0,-10078,-3133,24.14,5.071,0,0,0.56966,-0.82188,300,300,100,1), + (8159,2043,0,-10057,-3344,23.121,5.015,0,0,0.592447,-0.80561,300,300,100,1), + (8160,2043,0,-10140,-3421,23.597,3.866,0,0,0.935118,-0.354336,300,300,100,1), + (8161,2043,0,-10133,-3440,22.833,4.578,0,0,0.752989,-0.658033,300,300,100,1), + (8162,2043,0,542.05,-931,175.194,4.628,0,0,0.736305,-0.67665,300,300,100,1), + (8163,2043,1,-4629.04,2040.21,6.75116,0.034907,0,0,0.0174526,0.999848,300,300,100,1), + (8164,2043,0,845.513,-933,138.368,6.25,0,0,0.0165919,-0.999862,300,300,100,1), + (8165,2043,0,-12030,-245,22.347,3.609,0,0,0.972815,-0.231582,300,300,100,1), + (8166,2043,0,-1683,-3519,61.89,4.899,0,0,0.63815,-0.769912,300,300,100,1), + (8167,2043,0,-12287,121.116,5.173,4.91,0,0,0.633906,-0.77341,300,300,100,1), + (8168,2043,0,-12038,316.81,4.484,2.351,0,0,0.922882,0.385082,300,300,100,1), + (8169,2043,0,-12881,-504,50.323,5.097,0,0,0.558928,-0.829216,300,300,100,1), + (8170,2043,0,-12890,-501,47.774,3.41,0,0,0.991008,-0.133801,300,300,100,1), + (8171,2043,0,-12076.2,-277.955,17.7318,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (8172,2043,0,739.005,-816,164.636,1.612,0,0,0.721523,0.69239,300,300,100,1), + (8173,2043,0,-11809.3,444.485,49.6407,-2.80997,0,0,-0.986285,0.165053,300,300,100,1), + (8174,2043,0,-209,-399,89.38,1.402,0,0,0.644982,0.764198,300,300,100,1), + (8175,2043,0,-11820,-202,19.966,1.204,0,0,0.566292,0.824205,300,300,100,1), + (8176,2043,0,-11807.2,-259.54,17.5633,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (8177,2043,0,-11791,-276,19.158,3.018,0,0,0.998091,0.0617571,300,300,100,1), + (8178,2043,0,-12005,-246,21.419,4.268,0,0,0.845549,-0.533898,300,300,100,1), + (8179,2043,0,-1124,-3186,44.858,1.423,0,0,0.652971,0.757383,300,300,100,1), + (8180,2043,0,-1130,-3215,38.095,0.905,0,0,0.437215,0.899357,300,300,100,1), + (8181,2043,0,-10375,-4034,23.673,3.612,0,0,0.972467,-0.233041,300,300,100,1), + (8182,2043,0,-10372,-4016,22.728,3.004,0,0,0.997634,0.0687421,300,300,100,1), + (8183,2043,0,-10356,-4016,22.381,1.387,0,0,0.639233,0.769013,300,300,100,1), + (8184,2043,0,-10571,-4178,20.233,3.178,0,0,0.999834,-0.0182027,300,300,100,1), + (8185,2043,0,-10544,-4180,23.435,5.563,0,0,0.352361,-0.935864,300,300,100,1), + (8186,2043,0,-10555,-4170,22.503,3.746,0,0,0.954683,-0.297625,300,300,100,1), + (8187,2043,0,-10225,-3433,23.976,2.281,0,0,0.908842,0.41714,300,300,100,1), + (8188,2043,0,-10242,-3443,23.374,3.646,0,0,0.968365,-0.249538,300,300,100,1), + (8189,2043,0,-10316,-2833,24.233,0.212,0,0,0.105802,0.994387,300,300,100,1), + (8190,2044,0,720.937,-542,155.045,6.117,0,0,0,0,300,300,100,1), + (8191,2044,0,618.218,-91,135.774,1.664,0,0,0,0,300,300,100,1), + (8192,2044,0,179.233,-233,150.164,4.751,0,0,0,0,300,300,100,1), + (8193,2044,0,389.499,-484,178.124,0.864,0,0,0,0,300,300,100,1), + (8194,2044,0,490.42,-576,180.857,1.236,0,0,0,0,300,300,100,1), + (8195,2044,0,178.616,-273,148.192,4.682,0,0,0,0,300,300,100,1), + (8196,2044,0,260.663,-413,156.2,0.096,0,0,0,0,300,300,100,1), + (8197,2044,0,544.609,-438,169.977,0.793,0,0,0,0,300,300,100,1), + (8198,2044,0,141.263,-290,159.619,4.832,0,0,0,0,300,300,100,1), + (8199,2044,0,198.043,-212,145.01,1.754,0,0,0,0,300,300,100,1), + (8200,2044,0,220.781,-322,155.628,3.159,0,0,0,0,300,300,100,1), + (8201,2044,0,236.672,-415,150.857,1.683,0,0,0,0,300,300,100,1), + (8202,2044,0,374.973,-309,163.783,5.077,0,0,0,0,300,300,100,1), + (8203,2044,0,313.912,-464,159.691,6.158,0,0,0,0,300,300,100,1), + (8204,2044,0,381.117,-326,166.318,4.881,0,0,0,0,300,300,100,1), + (8205,2044,0,320.394,-313,165.365,4.737,0,0,0,0,300,300,100,1), + (8206,2044,0,610.216,-145,140.655,4.564,0,0,0,0,300,300,100,1), + (8207,2044,0,607.163,-202,144.759,0.384,0,0,0.190809,0.981627,300,300,100,1), + (8208,2044,0,671.415,-518,167.364,5.196,0,0,0,0,300,300,100,1), + (8209,2044,0,536.771,-211,148.632,1.735,0,0,0,0,300,300,100,1), + (8210,2044,0,513.417,-129,145.088,1.927,0,0,0,0,300,300,100,1), + (8211,2044,0,441.737,-239,155.228,1.618,0,0,0,0,300,300,100,1), + (8212,2044,0,314.271,-350,167.661,-1,0,0,-0.649448,0.760406,300,300,100,1), + (8213,2044,0,695.799,-540,164.026,5.044,0,0,0,0,300,300,100,1), + (8214,2044,0,315.12,-424,169.313,1.527,0,0,0,0,300,300,100,1), + (8215,2044,0,561.423,-429,177.963,2.834,0,0,0,0,300,300,100,1), + (8216,2045,0,-13691.3,767.772,-12.2924,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (8221,2045,1,2271.02,-2871,133.706,3.513,0,0,0.982807,-0.184638,300,300,100,1), + (8222,2045,0,-9981,-4306,-1,5.762,0,0,0.257653,-0.966237,300,300,100,1), + (8225,2045,1,2942.7,-2723,215.836,0.03,0,0,0.0149994,0.999888,300,300,100,1), + (8228,2045,0,-999,-732,0.487,0.685,0,0,0.335843,0.941918,300,300,100,1), + (8229,2045,1,3631.36,1037.19,5.47104,4.848,0,0,0.657573,-0.753391,300,300,100,1), + (8230,2045,0,-2164,-1683,-25,5.672,0,0,0.300858,-0.953669,300,300,100,1), + (8231,2045,1,-1160,-3677,93.194,6.151,0,0,0.0660445,-0.997817,300,300,100,1), + (8235,2045,1,6959.22,787.957,3.805,2.833,0,0,0.98812,0.153685,300,300,100,1), + (8237,2045,1,6984.84,790.409,10.6,0.049,0,0,0.0244975,0.9997,300,300,100,1), + (8238,2045,1,7007.92,798.797,3.468,2.963,0,0,0.996016,0.0891777,300,300,100,1), + (8239,2045,0,-1049,-342,0.507,4.6,0,0,0.745705,-0.666276,300,300,100,1), + (8240,2045,0,1308.95,4.606,-13,0,0,0,0,1,300,300,100,1), + (8242,2045,1,4004.19,1041.79,-14,0.506,0,0,0.25031,0.968166,300,300,100,1), + (8245,2045,0,-980,-463,0.904,1.918,0,0,0.818618,0.574339,300,300,100,1), + (8246,2045,0,-1006,-412,0.937,3.367,0,0,0.993656,-0.112465,300,300,100,1), + (8247,2045,0,-10609,-4349,6.587,1.908,0,0,0.815736,0.578425,300,300,100,1), + (8248,2045,1,-5539,2320.89,0.26,4.718,0,0,0.70512,-0.709088,300,300,100,1), + (8252,2045,1,-1982,3074.47,0.453,4.932,0,0,0.62536,-0.780336,300,300,100,1), + (8257,2045,1,-2000,3125.95,1.649,4.245,0,0,0.851633,-0.524139,300,300,100,1), + (8258,2045,1,-650,2744.91,0.401,3.355,0,0,0.994313,-0.106501,300,300,100,1), + (8259,2045,1,5239.4,964.844,1.337,2.798,0,0,0.985279,0.170952,300,300,100,1), + (8260,2045,1,-5304,3770.69,0,3.513,0,0,0.982807,-0.184638,300,300,100,1), + (8261,2045,1,-5258,3632.46,1.05,4.168,0,0,0.871176,-0.490971,300,300,100,1), + (8262,2045,1,3634.82,1070.97,3.71083,1.487,0,0,0.676868,0.736104,300,300,100,1), + (8266,2045,1,5240.34,971.813,2.71,3.811,0,0,0.944508,-0.328489,300,300,100,1), + (8268,2045,1,6223.26,947.609,1.391,0.324,0,0,0.161292,0.986907,300,300,100,1), + (8269,2045,0,776.394,144.451,33.481,0.163,0,0,0.0814098,0.996681,300,300,100,1), + (8272,2045,1,-1744,3185.5,0.322,0.01,0,0,0.00499998,0.999987,300,300,100,1), + (8275,2045,1,2180.13,-6828,0.719,0.135,0,0,0.0674488,0.997723,300,300,100,1), + (8276,2045,1,2685.27,-7035,0.283,2.621,0,0,0.966314,0.257367,300,300,100,1), + (8277,2045,0,-14881,342.575,0.812,6.171,0,0,0.0560632,-0.998427,300,300,100,1), + (8280,2045,1,-1286,-3890,6.413,1.338,0,0,0.620202,0.784442,300,300,100,1), + (8281,2045,1,-1314,-3920,0.95,4.837,0,0,0.661707,-0.749763,300,300,100,1), + (8282,2045,1,-1282,-3867,23.749,4.224,0,0,0.857089,-0.515168,300,300,100,1), + (8284,2045,1,2126.41,-2842,115.106,3.27,0,0,0.99794,-0.0641596,300,300,100,1), + (8285,2045,1,2009.51,-1133,90.159,2.578,0,0,0.960557,0.278082,300,300,100,1), + (8286,2045,1,1945.43,-1058,92.432,4.306,0,0,0.835253,-0.549866,300,300,100,1), + (8287,2045,1,1932.32,-1107,92.618,4.549,0,0,0.762451,-0.647046,300,300,100,1), + (8289,2045,1,4823.41,562.513,16.1665,0.677,0,0,0.332073,0.943254,300,300,100,1), + (8291,2045,0,-14891,443.121,1.799,3.246,0,0,0.998638,-0.05218,300,300,100,1), + (8292,2045,0,-14677,538.043,0.112,4.467,0,0,0.788332,-0.61525,300,300,100,1), + (8293,2045,0,-14021.3,678.831,-36.2025,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (8299,2045,0,-14751,551.782,0.589,5.747,0,0,0.264893,-0.964278,300,300,100,1), + (8300,2045,0,-14712,548.672,0.672,2.539,0,0,0.954953,0.296758,300,300,100,1), + (8301,2045,0,-2879,-1006,-13,0.559,0,0,0.275875,0.961194,300,300,100,1), + (8304,2045,0,-14829,471.795,0.696,2.201,0,0,0.891434,0.45315,300,300,100,1), + (8306,2045,0,-1141,5.511,0.886,2.276,0,0,0.907797,0.419411,300,300,100,1), + (8307,2045,0,-14876,392.091,1.249,1.097,0,0,0.521408,0.853308,300,300,100,1), + (8308,2045,0,-14812,306.898,0.886,5.637,0,0,0.317501,-0.948258,300,300,100,1), + (8309,2045,0,-14920,331.299,0.926,0.595,0,0,0.293131,0.956072,300,300,100,1), + (8310,2045,0,-14890,370.18,1.455,3.85,0,0,0.937923,-0.346844,300,300,100,1), + (8311,2045,0,-14979,302.468,1.997,3.116,0,0,0.999918,0.012796,300,300,100,1), + (8313,2045,1,2548.33,-2437.49,160.081,2.103,0,0,0.868169,0.496269,300,300,100,1), + (8315,2045,1,3587.33,897.356,0.632,1.569,0,0,0.706471,0.707742,300,300,100,1), + (8318,2045,1,-1716,-4406,1.174,4.122,0,0,0.882237,-0.470806,300,300,100,1), + (8319,2045,1,-5260,3655.08,0.758,6.018,0,0,0.132204,-0.991223,300,300,100,1), + (8320,2045,0,-1270,-967,0.512,0.98,0,0,0.470626,0.882333,300,300,100,1), + (8321,2045,1,2027.41,-192,95.861,4.519,0,0,0.772071,-0.635537,300,300,100,1), + (8322,2045,1,2098.7,-170,94.21,4.161,0,0,0.872889,-0.487918,300,300,100,1), + (8323,2045,1,2208.67,-2987,117.281,4.13,0,0,0.880347,-0.474331,300,300,100,1), + (8324,2045,1,2194.43,-3024,113.726,1.004,0,0,0.48118,0.876622,300,300,100,1), + (8325,2045,0,-3084.31,-886.973,-12.8226,0.436332,0,0,0.216439,0.976296,300,300,100,1), + (8326,2045,1,-219,2377.01,22.986,1.592,0,0,0.714564,0.699571,300,300,100,1), + (8329,2045,1,2667.7,-2850,175.157,3.89,0,0,0.930799,-0.365531,300,300,100,1), + (8330,2045,0,-954,-4408,3.482,2.808,0,0,0.986122,0.166024,300,300,100,1), + (8331,2045,1,6972.9,782.725,9.28,1.961,0,0,0.830776,0.556607,300,300,100,1), + (8336,2045,1,2183.05,-3061,113.861,6.168,0,0,0.0575607,-0.998342,300,300,100,1), + (8337,2045,1,-5282,3313.75,1.156,5.182,0,0,0.523192,-0.852215,300,300,100,1), + (8338,2045,1,-5343,3367.98,0.303,5.484,0,0,0.389043,-0.92122,300,300,100,1), + (8339,2045,1,-1744,-4363,0.018,0.164,0,0,0.0819081,0.99664,300,300,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (3830,1622,1,-145,-433,2.396,0.478,0,0,0.236731,0.971575,300,100,1), - (3831,1622,1,1762.83,863.699,136.58,4.551,0,0,0.761804,-0.647808,300,100,1), - (3832,1622,0,-4009.57,-856.26,28.7322,1.09956,0,0,0.5225,0.852639,300,255,1), - (3833,1622,0,-456.232,-1387.25,64.7857,4.802,0,0,0.674725,-0.738069,300,100,1), - (3834,1622,0,-10986,807.297,35.8889,4.754,0,0,0.692243,-0.721664,300,100,1), - (3835,1622,0,-5636,-4280,406.693,3.37,0,0,0.993486,-0.113956,300,100,1), - (3836,1622,1,688.81,1854.41,-9.30419,4.733,0,0,0.699782,-0.714356,300,100,1), - (3837,1622,1,634.036,1864.63,-11.2117,6.119,0,0,0.0820005,-0.996632,300,100,1), - (3838,1622,0,-9986.18,852.699,37.2665,-2.93214,0,0,-0.994521,0.104535,300,100,1), - (3839,1622,0,-3037,-2963,33.0661,1.679,0,0,0.744309,0.667835,300,100,1), - (3840,1622,0,-9425,-3079,136.693,2.967,0,0,0.996192,0.0871855,300,100,1), - (3841,1622,1,5684.71,94.799,32.09,0,0,0,0,1,300,100,1), - (3842,1622,0,-11089,-935,64.108,3.718,0,0,0.958756,-0.28423,300,100,1), - (3843,1622,0,-10454,1714.34,35.142,5.41,0,0,0.422854,-0.906198,300,100,1), - (3844,1622,1,2484.37,1598.84,268.918,4.635,0,0,0.733932,-0.679223,300,100,1), - (3845,1622,1,2496.42,1667.85,293.317,4.289,0,0,0.839897,-0.542746,300,100,1), - (3846,1622,1,2891.42,-3010,202.019,6.087,0,0,0.0979355,-0.995193,300,100,1), - (3847,1622,0,-3378,-2334,59.583,4.075,0,0,0.893056,-0.449945,300,100,1), - (3848,1622,0,-9375,-3147,85.328,1.512,0,0,0.686017,0.727586,300,100,1), - (3849,1622,0,-9847.73,1028.62,33.1342,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (3850,1622,1,2393.03,-1231,99.7875,6.083,0,0,0.0999255,-0.994995,300,100,1), - (3851,1622,1,2392.86,-1182.16,96.0739,3.14159,0,0,1,0.00000126759,300,100,1), - (3852,1622,1,-1800,-1694,91.675,0.703,0,0,0.344306,0.938857,300,100,1), - (3853,1622,0,463.431,197.16,43.281,0,0,0,0,1,300,100,1), - (3854,1622,1,1261.53,-3615,89.724,1.658,0,0,0.737256,0.675613,300,100,1), - (3855,1622,1,1867.7,755.337,148.215,2.933,0,0,0.994566,0.104107,300,100,1), - (3856,1622,1,1856.29,887.999,159.91,0.341,0,0,0.169675,0.9855,300,100,1), - (3857,1622,1,1378.01,1089.16,169.086,3.004,0,0,0.997634,0.0687421,300,100,1), - (3858,1622,0,-10424,960.77,38.2225,4.739,0,0,0.697636,-0.716452,300,100,1), - (3859,1622,0,-1563,-1629,68.747,5.85,0,0,0.214903,-0.976635,300,100,1), - (3860,1622,1,-1386,2558,110.363,4.966,0,0,0.612004,-0.790854,300,100,1), - (3861,1622,1,-1345,2572.05,111.555,0.018,0,0,0.00899988,0.99996,300,100,1), - (3862,1622,1,-3970,-1629,100.434,2.074,0,0,0.860882,0.508805,300,100,1), - (3863,1622,0,-9875,973.888,31.165,0.787,0,0,0.383423,0.923573,300,100,1), - (3864,1622,1,571.21,1852.7,-5.38267,3.52,0,0,0.982154,-0.188077,300,100,1), - (3865,1622,0,-1038,-191,15.652,1.03,0,0,0.492535,0.870293,300,100,1), - (3866,1622,1,7651.09,-1003,38.1672,4.532,0,0,0.767923,-0.640542,300,100,1), - (3867,1622,0,-9481,-2031,97.061,5.426,0,0,0.415591,-0.909552,300,100,1), - (3868,1622,1,151.625,-609,13.886,6.254,0,0,0.014592,-0.999894,300,100,1), - (3869,1622,1,-5444,-3918,-59,5.842,0,0,0.218808,-0.975768,300,100,1), - (3870,1622,0,-4994,-4069,303.401,5.333,0,0,0.457421,-0.88925,300,100,1), - (3871,1622,0,-5253,-4154,339.979,5.039,0,0,0.582737,-0.812661,300,100,1), - (3872,1622,0,-5182,-4125,329.43,5.573,0,0,0.347677,-0.937614,300,100,1), - (3873,1622,0,-877,-1987,37.75,3.252,0,0,0.998477,-0.0551757,300,100,1), - (3874,1622,1,4530.54,413.994,33.743,-1,0,0,-0.479426,0.877583,300,100,1), - (3875,1622,0,-474,-207,52.632,2.222,0,0,0.896143,0.443766,300,100,1), - (3876,1622,0,-3376.8,-1552.47,15.5004,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (3877,1622,0,-574.227,-1478.04,52.4409,0.994837,0,0,0.477158,0.878817,300,255,1), - (3878,1622,0,-10922,-949,71.018,1.676,0,0,0.743307,0.668951,300,100,1), - (3879,1622,0,-69,890.401,65.448,2.752,0,0,0.981087,0.193567,300,100,1), - (3880,1622,0,-4181,-3090,8.24563,4.055,0,0,0.897511,-0.440992,300,100,1), - (3881,1622,0,-719,-779,32.958,-3,0,0,-0.997495,0.0707372,300,100,1), - (3882,1622,0,-10415.9,396.176,46.7046,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (3883,1622,0,-10987,858.195,36.162,3.038,0,0,0.998659,0.0517731,300,100,1), - (3884,1622,1,-6401,-3442,-78,3.073,0,0,0.999412,0.0342896,300,100,1), - (3885,1622,1,-5048,-2276,-50,4.931,0,0,0.62575,-0.780024,300,100,1), - (3886,1622,0,-5397,-3997,347.087,1.465,0,0,0.66873,0.743505,300,100,1), - (3887,1623,1,739.28,1989.3,44.665,0.5,0,0,0.247404,0.968912,300,100,1), - (3888,1623,1,-5476,-3215,-19,4.09,0,0,0.889657,-0.45663,300,100,1), - (3889,1623,1,2893.93,831.055,130.238,3.333,0,0,0.995424,-0.0955576,300,100,1), - (3890,1623,0,-11461,-358,62.92,1.152,0,0,0.544674,0.838648,300,100,1), - (3891,1623,0,-13827,428.947,94.321,-2,0,0,-0.841471,0.540302,300,100,1), - (3892,1623,0,-1897,-1690,65.486,3.588,0,0,0.975193,-0.221355,300,100,1), - (3893,1623,1,1648.87,1053.38,138.936,6.131,0,0,0.0760192,-0.997106,300,100,1), - (3894,1623,1,2095.36,-2128,137.007,3.815,0,0,0.943849,-0.330378,300,100,1), - (3895,1623,1,2697.95,-805,148.429,4.334,0,0,0.827473,-0.561505,300,100,1), - (3896,1623,0,-3598,-1910,100.26,5.13,0,0,0.545171,-0.838325,300,100,1), - (3897,1623,0,-969,-3802,150.964,5.035,0,0,0.584361,-0.811494,300,100,1), - (3898,1623,1,-3017,-2237,144.782,0.052,0,0,0.0259971,0.999662,300,100,1), - (3899,1623,0,-1244,-2132,80.894,4.796,0,0,0.676937,-0.736041,300,100,1), - (3900,1623,1,-4888,-1246,-32,5.099,0,0,0.558099,-0.829775,300,100,1), - (3901,1623,0,-934,-2518,61.794,0.088,0,0,0.0439858,0.999032,300,100,1), - (3902,1623,1,599.199,1983.93,11.993,2.927,0,0,0.994249,0.107091,300,100,1), - (3903,1623,1,590.942,1979.96,18.213,2.941,0,0,0.994975,0.100128,300,100,1), - (3904,1623,0,-7321,-3131,324.805,4.785,0,0,0.680975,-0.732307,300,100,1), - (3905,1623,0,-923,-2652,105.409,0.317,0,0,0.157837,0.987465,300,100,1), - (3906,1623,0,-3074,-3262,99.637,2.67,0,0,0.972329,0.233617,300,100,1), - (3907,1623,0,-3084,-3144,100.434,6.224,0,0,0.0295883,-0.999562,300,100,1), - (3908,1623,0,-3090,-3148,99.588,0.432,0,0,0.214324,0.976763,300,100,1), - (3909,1623,1,1291.34,1352.82,153.687,2.53072,0,0,0.953716,0.300709,300,255,1), - (3910,1623,1,1599.41,107.945,22.427,5.323,0,0,0.461861,-0.886952,300,100,1), - (3911,1623,1,-4632,-1353,-35,0.91,0,0,0.439462,0.898261,300,100,1), - (3912,1623,1,214.266,-431,30.877,3.57,0,0,0.977146,-0.212569,300,100,1), - (3913,1623,0,-6541,-3421,290.763,2.994,0,0,0.997278,0.0737294,300,100,1), - (3914,1623,1,1705.22,637.66,198.432,4.827,0,0,0.665447,-0.746445,300,100,1), - (3915,1623,0,-12224,-29,20.003,-1,0,0,-0.479426,0.877583,300,100,1), - (3916,1623,0,-3496,-2266,81.16,5.997,0,0,0.142605,-0.98978,300,100,1), - (3917,1623,0,-2928,-3116,96.421,5.601,0,0,0.334517,-0.94239,300,100,1), - (3918,1623,0,-758,-2308,69.588,5.272,0,0,0.484326,-0.874888,300,100,1), - (3919,1623,1,-5360,-2752,-31,4.894,0,0,0.640073,-0.768315,300,100,1), - (3920,1623,0,-587,-2037,88.578,4.984,0,0,0.604862,-0.79633,300,100,1), - (3921,1623,1,-4471.07,-1945,118.288,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (3922,1623,1,1306.74,1012.55,183.548,3.431,0,0,0.989549,-0.144199,300,100,1), - (3923,1623,1,-4283,-2068,100.874,6.011,0,0,0.135673,-0.990754,300,100,1), - (3924,1623,1,-4296.05,-960.712,-38.4282,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (3925,1623,1,2437.48,-2505,197.419,-3,0,0,-0.997495,0.0707372,300,100,1), - (3926,1623,0,763.565,-697,160.645,1.83,0,0,0.792563,0.609791,300,100,1), - (3927,1623,0,787.223,-649,148.119,6.248,0,0,0.0175917,-0.999845,300,100,1), - (3928,1623,0,-924,-3745,97.833,1.533,0,0,0.693618,0.720343,300,100,1), - (3929,1623,0,-944,-3694,91.835,0.12,0,0,0.059964,0.998201,300,100,1), - (3930,1623,0,-1679,-1464,46,2.547,0,0,0.956132,0.292936,300,100,1), - (3931,1623,0,724.157,-686,160.487,4.698,0,0,0.712176,-0.702001,300,100,1), - (3932,1623,0,-2578,-2277,109.362,1.768,0,0,0.773281,0.634063,300,100,1), - (3933,1623,0,-1772,-1461,68.123,0.51,0,0,0.252245,0.967663,300,100,1), - (3934,1623,1,-4099,-1786,122.57,2.186,0,0,0.88801,0.459823,300,100,1), - (3935,1623,1,928.897,1410.23,19.651,3.843,0,0,0.939131,-0.343559,300,100,1), - (3936,1623,1,431.743,1466.41,41.064,4.124,0,0,0.881766,-0.471688,300,100,1), - (3937,1623,1,-4013,-1684,125.915,2.493,0,0,0.947875,0.318642,300,100,1), - (3938,1623,1,-5392.03,-3056.56,-27.2888,-0.104719,0,0,-0.0523356,0.99863,300,255,1), - (3939,1623,1,-587,666.219,165.984,2.265,0,0,0.905476,0.424397,300,100,1), - (3940,1623,0,-1935,-3386,79.194,3.499,0,0,0.984075,-0.177754,300,100,1), - (3941,1623,1,2364.29,1698.19,339.38,2.022,0,0,0.847363,0.531014,300,100,1), - (3942,1623,0,-3568,-1776,76.735,4.224,0,0,0.857089,-0.515168,300,100,1), - (3943,1623,1,50.446,-413,31.858,0.864,0,0,0.418688,0.90813,300,100,1), - (3944,1623,1,173.441,384.892,117.042,3.168,0,0,0.999913,-0.0132033,300,100,1), - (3945,1623,1,1682.3,577.063,195.953,5.842,0,0,0.218808,-0.975768,300,100,1), - (3946,1623,0,-6481,-3877,336.484,3.88,0,0,0.932615,-0.360873,300,100,1), - (3947,1623,0,-746,-3154,96.008,0.486,0,0,0.240616,0.970621,300,100,1), - (3948,1623,0,-1925,-3263,76.266,3.305,0,0,0.996664,-0.0816128,300,100,1), - (3949,1623,0,-13086,-739,81.847,-3,0,0,-0.997495,0.0707372,300,100,1), - (3950,1623,1,3223.68,-1207,235.617,4.996,0,0,0.600073,-0.799945,300,100,1), - (3951,1623,1,1611.81,116.723,11.248,5.046,0,0,0.579889,-0.814695,300,100,1), - (3952,1623,0,-13007,-870,91.654,-3,0,0,-0.997495,0.0707372,300,100,1), - (3954,1623,1,1616.42,126.842,9.59,5.949,0,0,0.166316,-0.986072,300,100,1), - (3955,1623,1,3023.06,-1086,263.434,1.811,0,0,0.786734,0.617292,300,100,1), - (3956,1623,0,-1205,-1908,83.851,4.962,0,0,0.613585,-0.789629,300,100,1), - (3957,1623,1,-4459,-1970,109.653,4.227,0,0,0.856315,-0.516453,300,100,1), - (3958,1623,1,1166.71,588.371,168.549,3.427,0,0,0.989835,-0.14222,300,100,1), - (3959,1623,0,-827,-2391,67.733,6.226,0,0,0.0285888,-0.999591,300,100,1), - (3960,1623,1,998.655,-274,51.264,2.692,0,0,0.97484,0.222908,300,100,1), - (3961,1623,1,2170.97,1374.87,308.933,2.882,0,0,0.991588,0.129432,300,100,1), - (3962,1623,1,-5024,-979,2.57,4.32,0,0,0.831383,-0.555699,300,100,1), - (3963,1623,0,-494,-1183,80.222,-3,0,0,-0.997495,0.0707372,300,100,1), - (3964,1623,0,-7247,-3428,294.662,5.64,0,0,0.316078,-0.948733,300,100,1), - (3965,1623,0,-6568.56,-2539.25,297.132,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (3966,1623,0,-678,-2171,61.484,2.38,0,0,0.928369,0.37166,300,100,1), - (3967,1623,1,2271.49,1269.6,342.064,4.143,0,0,0.877245,-0.480043,300,100,1), - (3968,1623,1,-4379,-2283,106.913,5.775,0,0,0.251367,-0.967892,300,100,1), - (3969,1623,0,-2651,-2323,103.558,4.941,0,0,0.621842,-0.783143,300,100,1), - (3970,1623,1,-5685,-3129,-25,-3,0,0,-0.997495,0.0707372,300,100,1), - (3971,1623,1,1303.41,1028.89,191.713,1.23918,0,0,0.580701,0.814117,300,255,1), - (3972,1623,0,-693,-2217,64.073,0.134,0,0,0.0669499,0.997756,300,100,1), - (3973,1623,0,-1002,-3787,123.518,5.213,0,0,0.509921,-0.860221,300,100,1), - (3974,1623,1,-5382,-3032,-32,1.499,0,0,0.681273,0.73203,300,100,1), - (3975,1623,0,-745,-3240,102.027,4.435,0,0,0.798074,-0.602559,300,100,1), - (3976,1623,0,-1818,-1966,72.091,3.86,0,0,0.936177,-0.351529,300,100,1), - (3977,1623,1,-4761,-1505,-29,2.639,0,0,0.968591,0.24866,300,100,1), - (3978,1623,0,-748,-3250,103.951,6.018,0,0,0.132204,-0.991223,300,100,1), - (3979,1623,1,-3314.23,-2294.88,125.741,1.09956,0,0,0.5225,0.852639,300,255,1), - (3980,1623,0,-1887,-2926,106.173,1.149,0,0,0.543415,0.839464,300,100,1), - (3981,1623,0,-1832,-2976,66.557,4.064,0,0,0.895517,-0.445026,300,100,1), - (3982,171682,0,-4714.32,-877.411,508.642,-2.38237,0,0,0.928809,-0.370558,900,100,1), - (3983,1623,1,3560.01,-1415,202.035,1.211,0,0,0.569173,0.822218,300,100,1), - (3984,1623,1,-4094,-1785,118.814,2.626,0,0,0.966954,0.25495,300,100,1), - (3985,1623,0,-3617,-2458,88.917,3.402,0,0,0.991535,-0.129836,300,100,1), - (3986,1623,0,-884,-2861,101.809,1.888,0,0,0.809911,0.586553,300,100,1), - (3987,1623,1,1051.88,1648.52,14.59,1.431,0,0,0.655995,0.754765,300,100,1), - (3988,1623,1,1792.18,1079.76,174.53,4.483,0,0,0.783385,-0.621537,300,100,1), - (3989,1623,1,2181.48,1456.36,308.807,2.68,0,0,0.973485,0.228753,300,100,1), - (3990,1623,1,-1112,827.598,131.115,2.461,0,0,0.942656,0.333766,300,100,1), - (3991,1623,0,-7261,-3185,294.139,3.645,0,0,0.96849,-0.249054,300,100,1), - (3992,1623,0,-817,-3108,88.966,0.287,0,0,0.143008,0.989722,300,100,1), - (3993,1623,1,-197,-543,20.171,3.52,0,0,0.982154,-0.188077,300,100,1), - (3994,1623,1,993.902,-294,35.036,2.66,0,0,0.971148,0.238476,300,100,1), - (3995,1623,0,-244,-992,61.654,3.876,0,0,0.933335,-0.359007,300,100,1), - (3996,1623,1,-5270,-2575,-33,-2,0,0,-0.841471,0.540302,300,100,1), - (3997,1623,0,-890,-2956,88.279,5.59,0,0,0.339695,-0.940536,300,100,1), - (3998,1623,1,-6458,-4246,-42,3.578,0,0,0.976288,-0.216476,300,100,1), - (3999,1623,0,-758,-2257,58.943,1.56,0,0,0.703279,0.710914,300,100,1), - (4000,21069,1,-3417.2,-4173.47,10.3423,2.26893,0,0,0.906308,0.422618,900,100,1), - (4001,1623,0,-1116,-3736,93.616,2.224,0,0,0.896586,0.442869,300,100,1), - (4002,1623,0,-1168,-3715,92.665,1.785,0,0,0.778643,0.627467,300,100,1), - (4003,1623,1,2281.58,1258.31,349.533,5.087,0,0,0.563067,-0.826411,300,100,1), - (4004,1623,1,-5769,-4347,-44,4.706,0,0,0.709362,-0.704844,300,100,1), - (4005,1623,1,2748.54,1487.89,234.915,3.128,0,0,0.999977,0.00679626,300,100,1), - (4006,1623,0,-14044.4,78.7977,22.9999,2.16421,0,0,0.882948,0.469471,300,100,1), - (4007,21070,1,-3417.16,-4173.41,10.3418,0.698132,0,0,0.34202,0.939693,900,100,1), - (4008,1623,1,1144.41,397.254,64.074,1.875,0,0,0.806081,0.591805,300,100,1), - (4009,1623,0,-11132,-184,48.615,2.129,0,0,0.874547,0.484942,300,100,1), - (4010,1623,0,-687,-2216,64.674,0.134,0,0,0.0669499,0.997756,300,100,1), - (4011,1623,0,-930,-2603,76.039,5.057,0,0,0.5754,-0.817872,300,100,1), - (4012,1623,0,-604,-2079,72.203,4.902,0,0,0.636994,-0.770869,300,100,1), - (4013,1623,0,-1919,-2916,107.87,0.699,0,0,0.342428,0.939544,300,100,1), - (4014,1623,1,1299.4,891.068,192.819,2.352,0,0,0.923075,0.38462,300,100,1), - (4015,1623,0,-911,-2827,64.907,2.998,0,0,0.997424,0.0717347,300,100,1), - (4016,1623,0,-895,-3033,87.932,2.751,0,0,0.98099,0.194057,300,100,1), - (4017,1623,0,-1936,-2894,101.708,4.399,0,0,0.808791,-0.588097,300,100,1), - (4018,1623,1,177.182,373.376,122.02,4.294,0,0,0.838537,-0.544845,300,100,1), - (4019,1623,1,106.87,-692,24.266,5.646,0,0,0.31323,-0.949677,300,100,1), - (4020,1623,0,-1202,-2035,74.878,5.405,0,0,0.425118,-0.905138,300,100,1), - (4021,1623,0,-7358,-2467,314.247,1.893,0,0,0.811375,0.584526,300,100,1), - (4022,1623,0,-984,-3733,95.969,4.698,0,0,0.712176,-0.702001,300,100,1), - (4023,1623,0,-977,-3708,99.831,3.132,0,0,0.999988,0.00479632,300,100,1), - (4024,1623,1,-2049,-3546,55.157,2.64,0,0,0.968715,0.248175,300,100,1), - (4025,1623,1,1707.59,-3394,145.065,4.805,0,0,0.673618,-0.73908,300,100,1), - (4026,1623,0,-865,-3006,101.271,5.53,0,0,0.367754,-0.929923,300,100,1), - (4027,1623,1,-1424,-1516,97.462,0.9,0,0,0.434966,0.900447,300,100,1), - (4028,1623,1,-1563,-3452,190.555,6.119,0,0,0.0820005,-0.996632,300,100,1), - (4029,1623,0,-7283,-2193,300.955,3.263,0,0,0.998158,-0.0606664,300,100,1), - (4030,1623,1,-4882,-1042,-39,3.145,0,0,0.999999,-0.00170366,300,100,1), - (4031,1623,0,-767,-3300,88.9014,5.644,0,0,0.31418,-0.949363,300,100,1), - (4032,1623,0,-3671,-2559,76.121,5.524,0,0,0.370542,-0.928816,300,100,1), - (4033,1623,0,-12196,75.068,21.422,-2,0,0,-0.841471,0.540302,300,100,1), - (4034,1623,1,449.84,1693.09,28.59,2.778,0,0,0.983521,0.180797,300,100,1), - (4035,1623,1,535.829,422.749,87.096,4.853,0,0,0.655687,-0.755033,300,100,1), - (4036,1623,0,-4194,-2347,214.739,0.028,0,0,0.0139995,0.999902,300,100,1), - (4037,1623,0,-4191,-2350,214.996,3.433,0,0,0.989404,-0.145189,300,100,1), - (4038,1623,0,-755,-3411,87.009,1.012,0,0,0.484682,0.87469,300,100,1), - (4039,1623,1,993.228,-278,54.607,2.692,0,0,0.97484,0.222908,300,100,1), - (4040,1623,0,-928,-3034,76.321,3.984,0,0,0.912597,-0.408859,300,100,1), - (4041,1623,1,1550,-343,58.935,5.794,0,0,0.242161,-0.970236,300,100,1), - (4042,1623,1,-4886,-1042,-37,1.965,0,0,0.831887,0.554945,300,100,1), - (4043,1623,0,-129,-1756,144.049,-2,0,0,-0.841471,0.540302,300,100,1), - (4044,1623,0,-2644,-1923,64.576,5.692,0,0,0.291307,-0.95663,300,100,1), - (4045,1623,0,-2714,-2797,76.92,1.527,0,0,0.691454,0.72242,300,100,1), - (4046,1623,0,-52,-654,105.15,1.574,0,0,0.708239,0.705973,300,100,1), - (4047,1623,1,1228.34,371.491,48.961,4.226,0,0,0.856574,-0.516025,300,100,1), - (4048,1623,1,-4838,-1969,-37,1.606,0,0,0.719443,0.694552,300,100,1), - (4049,1623,1,1914.33,723.287,172.849,5.336,0,0,0.456086,-0.889935,300,100,1), - (4050,1623,1,-5470,-1724,-20,2.612,0,0,0.965146,0.261713,300,100,1), - (4051,1623,0,-1202,-3637,58.189,5.233,0,0,0.501293,-0.865277,300,100,1), - (4052,1623,1,2539.97,1177.47,343.794,4.419,0,0,0.802869,-0.596155,300,100,1), - (4053,1623,0,-2707,-2191,76.668,6.01,0,0,0.136168,-0.990686,300,100,1), - (4054,1623,1,-59,-330,2.33,3.191,0,0,0.999695,-0.0247012,300,100,1), - (4055,1623,1,2363.58,617.987,152.566,1.402,0,0,0.644982,0.764198,300,100,1), - (4056,1623,0,-652,-2240,70.37,5.503,0,0,0.380274,-0.924874,300,100,1), - (4057,1623,0,-1090,-3821,129.333,4.269,0,0,0.845282,-0.534321,300,100,1), - (4058,1623,0,-1970,-3360,118.881,3.011,0,0,0.997869,0.06525,300,100,1), - (4059,1623,0,-7361,-2342,309.753,4.118,0,0,0.883177,-0.46904,300,100,1), - (4060,1623,1,-4544,-1106,-40,3.552,0,0,0.97902,-0.203767,300,100,1), - (4061,1623,0,-6627,-3362,262.888,3.145,0,0,0.999999,-0.00170366,300,100,1), - (4062,1623,0,-1935,-3159,84.316,1.588,0,0,0.713163,0.700998,300,100,1), - (4063,1623,1,-917,862.232,110.25,5.224,0,0,0.505182,-0.863013,300,100,1), - (4064,1623,1,1724.63,568.713,207.986,0.651,0,0,0.319783,0.947491,300,100,1), - (4065,1623,1,-3602,-1760,136.747,5.07,0,0,0.570071,-0.821595,300,100,1), - (4066,1623,1,-3338,-1814,98.874,1.12,0,0,0.531186,0.847255,300,100,1), - (4067,1623,0,-7253,-2194,289.851,6.21,0,0,0.0365845,-0.999331,300,100,1), - (4068,1623,0,-732,-2266,78.328,3.91,0,0,0.927097,-0.374821,300,100,1), - (4069,1623,0,-1127,-3675,85.77,2.044,0,0,0.853153,0.521661,300,100,1), - (4070,1623,1,1347.64,-544,73.201,2.382,0,0,0.92874,0.370731,300,100,1), - (4071,1623,1,2242.08,1629.17,330.979,3.16,0,0,0.999958,-0.00920359,300,100,1), - (4072,1623,0,-972,-3013,78.248,5.378,0,0,0.437299,-0.899316,300,100,1), - (4073,1623,0,-2671,-2425,96.974,2.557,0,0,0.957585,0.288152,300,100,1), - (4074,1623,0,-666,-2097,57.366,4.75,0,0,0.693685,-0.720278,300,100,1), - (4075,1623,0,-677,-2151,64.639,0.406,0,0,0.201609,0.979466,300,100,1), - (4076,1623,0,-1937,-2966,102.545,4.891,0,0,0.641224,-0.767353,300,100,1), - (4077,1623,1,2224.39,954.777,311.292,5.275,0,0,0.483013,-0.875613,300,100,1), - (4078,1623,0,768.763,-573,157.22,1.328,0,0,0.616272,0.787533,300,100,1), - (4079,171600,0,-4682.06,-864.671,503.898,1.39626,0,0,0.642787,0.766045,900,100,1), - (4080,1623,1,-5121,-868,0.734,0.607,0,0,0.298862,0.954296,300,100,1), - (4081,1623,0,-2033,-2771,93.665,2.485,0,0,0.946593,0.322431,300,100,1), - (4082,1623,1,1578.19,-141,31.674,3.789,0,0,0.948064,-0.31808,300,100,1), - (4083,1623,0,-1159,-2173,55.78,0.508,0,0,0.251278,0.967915,300,100,1), - (4084,1623,0,-11879.8,49.1928,22.817,1.46608,0,0,0.669132,0.743144,300,255,1), - (4085,1623,1,-3494,-1764,96.564,1.44,0,0,0.659385,0.751806,300,100,1), - (4086,1623,1,185.535,2043.66,183.722,2.931,0,0,0.994461,0.105102,300,100,1), - (4087,1623,0,-1203,-2031,71.017,4.392,0,0,0.810844,-0.585263,300,100,1), - (4088,1623,1,-6626,-3981,-46.0049,1.565,0,0,0.705055,0.709153,300,100,1), - (4089,1623,1,3145.7,-713,191.2,5.587,0,0,0.341106,-0.940025,300,100,1), - (4090,1623,0,-804,-2412,72.633,5.553,0,0,0.357036,-0.934091,300,100,1), - (4091,1623,0,-1944,-1613,41.048,1.528,0,0,0.691815,0.722075,300,100,1), - (4092,1623,1,1640.1,-289,81.253,5.498,0,0,0.382585,-0.92392,300,100,1), - (4093,1623,0,-3511,-2022,167.15,5.48,0,0,0.390885,-0.92044,300,100,1), - (4094,1623,0,-879,-2538,77.086,4.724,0,0,0.70299,-0.7112,300,100,1), - (4095,1623,1,1611.57,128.924,7.924,0.204,0,0,0.101823,0.994803,300,100,1), - (4096,1623,0,-6596,-2627,271.279,5.909,0,0,0.186003,-0.982549,300,100,1), - (4097,1623,1,-3997,-1888,99.291,5.736,0,0,0.270192,-0.962806,300,100,1), - (4098,1623,0,-1696,-1442,27.103,1.686,0,0,0.746642,0.665226,300,100,1), - (4099,1623,0,-738,-2290,72.719,0.473,0,0,0.234301,0.972164,300,100,1), - (4100,1623,0,-3458,-2558,59.746,4.713,0,0,0.706891,-0.707323,300,100,1), - (4101,1623,1,-5462,-3718,-42,0.745,0,0,0.363945,0.93142,300,100,1), - (4102,1623,0,490.03,-576,180.76,1.47,0,0,0.670587,0.741831,300,100,1), - (4103,1623,1,-2765,-2022,121.663,2.758,0,0,0.981663,0.190623,300,100,1), - (4104,1623,0,764.3,-659,149.366,1.498,0,0,0.680907,0.73237,300,100,1), - (4105,1623,0,-865,-2431,60.963,4.974,0,0,0.608836,-0.793296,300,100,1), - (4106,1623,0,-648,-2244,71.427,5.538,0,0,0.364031,-0.931387,300,100,1), - (4107,1623,1,920.043,1416.77,22.61,3.947,0,0,0.920005,-0.391907,300,100,1), - (4108,1623,0,-7117,-2243,289.131,1.813,0,0,0.787351,0.616505,300,100,1), - (4109,1623,0,-1851,-1504,51.738,4.944,0,0,0.620667,-0.784074,300,100,1), - (4110,1623,1,1145.66,396.007,61.871,1.454,0,0,0.664631,0.747172,300,100,1), - (4111,1623,1,3448.8,-1736,211.087,4.384,0,0,0.813179,-0.582014,300,100,1), - (4112,1623,0,-6583,-2547,282.355,0.326,0,0,0.162279,0.986745,300,100,1), - (4113,1623,0,-757,-3193,92.269,1.325,0,0,0.61509,0.788457,300,100,1), - (4114,1623,0,-1819,-2203,61.52,2.081,0,0,0.862657,0.505789,300,100,1), - (4115,1623,1,-5106,-1068,1.835,4.709,0,0,0.708304,-0.705908,300,100,1), - (4116,1623,1,-5149,-1193,56.256,0.947,0,0,0.456004,0.889978,300,100,1), - (4117,1623,1,-5164,-1249,57.034,5.222,0,0,0.506045,-0.862507,300,100,1), - (4118,1623,0,-3490,-1652,62.908,0.643,0,0,0.31599,0.948762,300,100,1), - (4119,1623,0,-977,-3798,143.59,5.191,0,0,0.519352,-0.85456,300,100,1), - (4120,1623,1,-5750,-3319,-18,6.219,0,0,0.0320872,-0.999485,300,100,1), - (4121,1623,0,-1290,-1955,61.051,2.483,0,0,0.94627,0.323377,300,100,1), - (4122,1623,0,-684,-2176,61.744,1.051,0,0,0.501646,0.865073,300,100,1), - (4123,1623,0,-1920,-3159,79.914,6.242,0,0,0.0205911,-0.999788,300,100,1), - (4124,1623,0,-1823,-2960,60.578,3.095,0,0,0.999729,0.0232942,300,100,1), - (4125,1623,0,-3392,-3466,71.846,5.085,0,0,0.563893,-0.825848,300,100,1), - (4126,1623,0,-3390,-3471,72.477,4.983,0,0,0.60526,-0.796028,300,100,1), - (4127,1623,0,-3084,-3266,104.98,2.67,0,0,0.972329,0.233617,300,100,1), - (4128,1623,1,-4981,-808,1.897,1.096,0,0,0.520981,0.853568,300,100,1), - (4129,1623,0,-913,-3627,88.332,6.234,0,0,0.0245901,-0.999698,300,100,1), - (4130,1623,0,-11763,748.916,59.495,0.785,0,0,0.3825,0.923956,300,100,1), - (4131,1623,1,-5510,-4118,-42.8258,5.536,0,0,0.364963,-0.931022,300,100,1), - (4132,1623,0,-1242,-2130,81.242,3.32,0,0,0.996024,-0.0890854,300,100,1), - (4133,1623,0,-1252,-1848,105.351,0.696,0,0,0.341018,0.940057,300,100,1), - (4134,1623,0,-435,-1152,74.594,2.251,0,0,0.902483,0.430725,300,100,1), - (4135,1623,1,1294.54,428.24,80.653,1.566,0,0,0.705409,0.7088,300,100,1), - (4136,1623,0,-11117,26.536,64.384,-3,0,0,-0.997495,0.0707372,300,100,1), - (4137,1623,0,-3438,-2075,112.214,3.92,0,0,0.925211,-0.379452,300,100,1), - (4138,1623,0,-3274,-2231,59.014,1.754,0,0,0.768824,0.639461,300,100,1), - (4139,1623,0,-11467.9,334.566,56.6438,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (4140,1623,0,-11924,504.493,45.859,-1,0,0,-0.479426,0.877583,300,100,1), - (4141,1623,0,-1026,-3804,150.191,2.477,0,0,0.945296,0.326215,300,100,1), - (4142,171767,0,-4695.73,-874,501.619,2.2602,0,0,0.904455,0.426569,900,100,1), - (4143,1623,1,49.808,-419,34.512,6.252,0,0,0.0155921,-0.999878,300,100,1), - (4144,1623,0,-1526,-3505,63.478,2.389,0,0,0.930032,0.367478,300,100,1), - (4145,1623,1,724.178,180.392,74.812,4.877,0,0,0.64658,-0.762846,300,100,1), - (4146,1623,0,-1059,-3760,105.544,5.561,0,0,0.353297,-0.935511,300,100,1), - (4147,1623,0,-2014,-2727,87.177,6.231,0,0,0.0260897,-0.99966,300,100,1), - (4148,1623,0,-1861,-1493,47.467,2.58,0,0,0.960835,0.277121,300,100,1), - (4149,1623,1,2963.07,-2878,244.66,5.809,0,0,0.234878,-0.972025,300,100,1), - (4150,1623,1,1295.97,-596,31.481,2.029,0,0,0.849217,0.528045,300,100,1), - (4151,1623,0,786.472,-229,135.415,4.083,0,0,0.891249,-0.453514,300,100,1), - (4152,1623,1,2234.38,1345.59,319.599,0.424,0,0,0.210416,0.977612,300,100,1), - (4153,1623,1,-1944,-2639,127.769,2.931,0,0,0.994461,0.105102,300,100,1), - (4154,1623,0,-1927,-3261,78.108,3.305,0,0,0.996664,-0.0816128,300,100,1), - (4155,1623,1,2033.71,1110.52,264.664,3.075,0,0,0.999446,0.0332902,300,100,1), - (4156,1623,0,618.244,-91,135.776,1.664,0,0,0.73928,0.673399,300,100,1), - (4157,1623,0,-848,-2419,63.877,5.708,0,0,0.283644,-0.95893,300,100,1), - (4158,1623,0,-1077,-3659,69.426,5.935,0,0,0.173215,-0.984884,300,100,1), - (4159,1623,0,-1813,-1816,71.577,4.216,0,0,0.859143,-0.511736,300,100,1), - (4160,1623,1,2662.85,1209.56,319.836,4.27,0,0,0.845015,-0.534743,300,100,1), - (4161,1623,0,-1953,-1629,47.682,5.21,0,0,0.511211,-0.859456,300,100,1), - (4162,1623,0,-917,-3023,81.849,2.279,0,0,0.908425,0.418049,300,100,1), - (4163,1623,0,-1780,-2101,80.516,2.843,0,0,0.988876,0.148742,300,100,1), - (4164,1623,1,1303.75,895.105,189.637,5.659,0,0,0.307051,-0.951693,300,100,1), - (4165,1623,1,545.579,204.593,89.853,4.721,0,0,0.704056,-0.710145,300,100,1), - (4166,1623,1,3517.52,-501,187.74,5.858,0,0,0.210995,-0.977487,300,100,1), - (4167,1623,1,218.248,-852,24.149,0.935,0,0,0.450656,0.892698,300,100,1), - (4168,1623,0,-881,-2464,63.12,5.366,0,0,0.442687,-0.896676,300,100,1), - (4169,1623,1,1709.19,1045.21,148.162,3.961,0,0,0.917239,-0.398338,300,100,1), - (4170,1623,1,1479.2,-654,110.703,5.294,0,0,0.474673,-0.880162,300,100,1), - (4171,1623,0,728.679,-731,161.956,4.823,0,0,0.666939,-0.745113,300,100,1), - (4172,1623,0,-754,-3408,86.954,1.012,0,0,0.484682,0.87469,300,100,1), - (4173,1623,0,-13565.8,14.526,67.5056,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (4174,1623,1,-1950,-3106,139.184,3.467,0,0,0.986793,-0.161987,300,100,1), - (4175,1623,0,-962,-2606,61.959,5.871,0,0,0.204637,-0.978838,300,100,1), - (4176,1623,0,-896,-2726,65.421,2.722,0,0,0.978073,0.208261,300,100,1), - (4177,1623,0,-919,-3731,100.628,5.847,0,0,0.216368,-0.976312,300,100,1), - (4178,1623,0,-10693.7,-601.31,80.3573,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (4179,1623,1,3521.44,-1392,192.939,1.276,0,0,0.59559,0.803289,300,100,1), - (4180,1623,0,-647,-2144,87.086,4.483,0,0,0.783385,-0.621537,300,100,1), - (4181,1623,0,-7253,-3426,294.841,2.91,0,0,0.993303,0.115538,300,100,1), - (4182,1623,0,709.927,-748,163.78,3.993,0,0,0.910748,-0.412962,300,100,1), - (4183,1623,0,-6457,-3778,306.833,3.19,0,0,0.999707,-0.0242013,300,100,1), - (4184,1623,0,-1173,-2032,69.866,4.635,0,0,0.733932,-0.679223,300,100,1), - (4185,1623,1,1557.34,-101,26.443,1.733,0,0,0.762067,0.647498,300,100,1), - (4186,1623,1,1360.02,1547.52,161.849,1.436,0,0,0.65788,0.753123,300,100,1), - (4187,1623,1,-5029,-1375,-33,2.42,0,0,0.935616,0.353019,300,100,1), - (4188,1623,0,-879,-2546,87.174,1.668,0,0,0.740625,0.671919,300,100,1), - (4189,21079,1,-3649.69,-2729.78,33.2319,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (4190,1623,0,-11558.6,236.714,48.2372,1.81514,0,0,0.78801,0.615662,300,255,1), - (4191,1623,0,-962,-2741,62.132,1.172,0,0,0.553033,0.833159,300,100,1), - (4192,1623,0,-909,-2752,61.114,1.192,0,0,0.561337,0.827588,300,100,1), - (4193,1623,0,-11784,673.282,76.179,-3,0,0,-0.997495,0.0707372,300,100,1), - (4194,1623,1,-4,-829,27.438,4.044,0,0,0.899923,-0.436049,300,100,1), - (4195,1623,0,-879,-2926,90.285,0.428,0,0,0.21237,0.977189,300,100,1), - (4196,1623,0,-3581,-2434,92.541,0.608,0,0,0.299339,0.954147,300,100,1), - (4197,1623,1,-4034,-1791,93.421,1.281,0,0,0.597596,0.801797,300,100,1), - (4198,1623,1,-3860,-1368,213.725,1.793,0,0,0.781146,0.624348,300,100,1), - (4199,1623,0,-14142,110.586,53.965,-2,0,0,-0.841471,0.540302,300,100,1), - (4200,1623,1,-612,545.601,176.625,5.114,0,0,0.55186,-0.833937,300,100,1), - (4201,1623,0,760.372,-607,156.033,1.328,0,0,0.616272,0.787533,300,100,1), - (4202,1623,0,-3376.96,-1746.96,66.1039,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (4203,1623,0,-1951,-1651,49.029,1.175,0,0,0.554282,0.832329,300,100,1), - (4204,1623,0,781.27,-345,153.329,0.358,0,0,0.178046,0.984022,300,100,1), - (4205,2043,0,369.039,-3300,115.787,2.265,0,0,0.905476,0.424397,300,100,1), - (4206,1623,1,-2273,2081.16,120.731,0.741,0,0,0.362082,0.932146,300,100,1), - (4207,1623,1,-4213,-2089,105.007,2.461,0,0,0.942656,0.333766,300,100,1), - (4208,1623,0,-910,-3021,84.662,0.163,0,0,0.0814098,0.996681,300,100,1), - (4209,1623,0,-10338.8,-1492.6,99.7783,2.30383,0,0,0.913544,0.406739,300,100,1), - (4210,1623,1,-3630,-1741,132.458,2.67,0,0,0.972329,0.233617,300,100,1), - (4211,1623,0,-2608,-1919,68.502,2.164,0,0,0.882899,0.469563,300,100,1), - (4212,1623,1,1047.71,1776.78,18.666,1.132,0,0,0.53626,0.844053,300,100,1), - (4213,1623,0,-682,-2153,62.119,4.855,0,0,0.654932,-0.755688,300,100,1), - (4214,1623,0,-579,-2033,72.183,4.984,0,0,0.604862,-0.79633,300,100,1), - (4215,1623,0,-1150,-2100,65.388,2.324,0,0,0.9176,0.397505,300,100,1), - (4216,1623,1,2743.31,1478.27,235.068,3.402,0,0,0.991535,-0.129836,300,100,1), - (4217,1623,0,-13878.5,557.025,68.003,-2.91469,0,0,-0.993571,0.113208,300,100,1), - (4218,1623,0,-3612,-2617,74.796,4.647,0,0,0.729843,-0.683614,300,100,1), - (4219,1623,0,-6435,-3782,296.278,5.84,0,0,0.219784,-0.975549,300,100,1), - (4220,1623,0,-335.789,-1695.81,107.266,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (4221,1623,1,706.569,1345.81,10.68,4.477,0,0,0.785246,-0.619185,300,100,1), - (4222,1623,0,-11900.3,586.551,46.8476,1.67552,0,0,0.743146,0.669129,300,100,1), - (4223,1623,1,-3703,-1499,134.054,0.208,0,0,0.103813,0.994597,300,100,1), - (4224,1623,0,-11406,-709,86.946,0.017,0,0,0.0084999,0.999964,300,100,1), - (4225,1623,0,-13514,193.069,54.18,1.204,0,0,0.566292,0.824205,300,100,1), - (4226,1623,1,-2394,2130.29,172.372,2.768,0,0,0.982604,0.185712,300,100,1), - (4227,1623,1,-3025,-1665,128.997,5.925,0,0,0.178137,-0.984006,300,100,1), - (4228,2061,0,-4695.73,-874,501.619,2.2602,0,0,0.904455,0.426569,900,100,1), - (4229,1623,1,1537.67,-70,52.873,3.058,0,0,0.999127,0.0417841,300,100,1), - (4230,1623,0,-1152,-2142,69.621,1.445,0,0,0.661262,0.750155,300,100,1), - (4231,1623,0,-816,-2518,123.443,2.864,0,0,0.990383,0.138351,300,100,1), - (4232,1623,1,2437.45,1071.58,348.125,4.72,0,0,0.704411,-0.709792,300,100,1), - (4233,1623,1,3178.43,-704,195.047,0.008,0,0,0.00399999,0.999992,300,100,1), - (4234,1623,1,-4896,-1253,-31,4.913,0,0,0.632745,-0.77436,300,100,1), - (4235,1623,1,3179.57,-702,197.081,0.905,0,0,0.437215,0.899357,300,100,1), - (4236,1623,0,-1984,-2370,87.083,-3,0,0,-0.997495,0.0707372,300,100,1), - (4237,142142,0,-41,-2530,120.017,1.253,0,0,0.586313,0.810085,300,100,1), - (4238,1623,1,-4894,-2024,-8,2.688,0,0,0.974392,0.224857,300,100,1), - (4239,1623,1,771.361,621.242,128.834,2.852,0,0,0.989535,0.144291,300,100,1), - (4240,1623,0,-888,-3033,89.407,2.943,0,0,0.995074,0.0991332,300,100,1), - (4241,1623,0,-2770,-2957,75.088,4.359,0,0,0.82039,-0.571805,300,100,1), - (4242,1623,1,140.776,-944,39.097,3.994,0,0,0.910542,-0.413417,300,100,1), - (4243,1623,1,2362.24,620.052,154.268,1.434,0,0,0.657126,0.75378,300,100,1), - (4244,1623,0,-828,-3156,88.345,0.63,0,0,0.309816,0.950796,300,100,1), - (4245,1623,0,-1941,-1649,49.601,4.812,0,0,0.671027,-0.741433,300,100,1), - (4246,1623,1,-5272.45,-1654.83,-38.2928,2.02458,0,0,0.848048,0.52992,300,255,1), - (4247,1623,0,-1263,-1934,78.201,2.077,0,0,0.861644,0.507513,300,100,1), - (4248,1623,1,1684.39,1095.83,175.121,5.78,0,0,0.248947,-0.968517,300,100,1), - (4249,1623,1,-5019,-979,3.5,4.73,0,0,0.700853,-0.713306,300,100,1), - (4250,1623,0,835.267,-432,136.516,1.538,0,0,0.695417,0.718606,300,100,1), - (4251,1623,1,-2267,1887.15,138.219,1.139,0,0,0.539211,0.842171,300,100,1), - (4252,1623,1,-3858,-1381,207.329,1.781,0,0,0.777386,0.629023,300,100,1), - (4253,1623,0,-11769.4,327.063,41.5691,-0.069812,0,0,-0.0348989,0.999391,300,255,1), - (4254,1623,0,-2776,-2945,65.696,4.33,0,0,0.828595,-0.559849,300,100,1), - (4255,1623,1,1680.16,1093.35,171.248,0.796,0,0,0.387575,0.921838,300,100,1), - (4256,1623,0,824.203,-513,141.076,1.531,0,0,0.692898,0.721036,300,100,1), - (4257,1623,0,895.223,-483,133.016,0.135,0,0,0.0674488,0.997723,300,100,1), - (4258,21081,1,-3649.81,-2729.71,33.2418,0,0,0,0,1,900,100,1), - (4259,1623,1,1741,-3043,141.266,1.608,0,0,0.720137,0.693832,300,100,1), - (4260,1623,0,870.131,-487,134.162,0.135,0,0,0.0674488,0.997723,300,100,1), - (4261,1623,1,722.517,1993.34,33.095,1.221,0,0,0.573277,0.819362,300,100,1), - (4262,1623,0,-760,-3372,87.482,4.797,0,0,0.676569,-0.73638,300,100,1), - (4263,1623,0,-756,-3371,87.82,4.797,0,0,0.676569,-0.73638,300,100,1), - (4264,1623,0,-3493,-3607,75.854,2.407,0,0,0.933302,0.359093,300,100,1), - (4265,1623,1,1605.2,1411.46,211.602,1.497,0,0,0.68054,0.732711,300,100,1), - (4266,1623,0,-13256,-215,36.351,1.745,0,0,0.765939,0.642914,300,100,1), - (4267,1623,0,-2644,-2327,102.904,6.062,0,0,0.110367,-0.993891,300,100,1), - (4268,1623,0,-2644,-2318,103.196,1.121,0,0,0.53161,0.846989,300,100,1), - (4269,1623,0,-12614,-991,102.036,0,0,0,0,1,300,100,1), - (4270,1623,0,-2713,-2201,81.78,4.769,0,0,0.686811,-0.726836,300,100,1), - (4271,1623,0,-701,-2188,82.638,5.313,0,0,0.46629,-0.884632,300,100,1), - (4272,1623,0,-3405,-2482,64.928,3.041,0,0,0.998735,0.0502752,300,100,1), - (4273,1623,0,-11904,161.446,41.3039,-1,0,0,-0.479426,0.877583,300,100,1), - (4274,1623,0,-13082,-478,49.031,2.251,0,0,0.902483,0.430725,300,100,1), - (4275,1623,1,-1365,-1548,106.621,1.532,0,0,0.693258,0.720689,300,100,1), - (4276,1623,0,-6622,-2637,265.187,5.665,0,0,0.304194,-0.95261,300,100,1), - (4277,1624,0,-2949,-2520,28.254,2.094,0,0,0.865927,0.500171,300,100,1), - (4278,1624,0,-47.9175,116.629,58.5075,-2.96704,0,0,-0.996194,0.0871655,300,100,1), - (4279,1624,1,3492.29,34.0095,2.15879,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (4280,1624,0,-10226.6,-3333.69,22.4027,2.87979,0,0,0.991445,0.130528,300,255,1), - (4281,1624,0,-10108,-3616,22.876,4.834,0,0,0.66283,-0.74877,300,100,1), - (4282,1624,0,-689.932,-1151.69,58.9228,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (4283,1624,1,580.503,1534.3,-11,2.985,0,0,0.996936,0.0782164,300,100,1), - (4284,1624,0,-10660.1,151.206,40.3802,0.244346,0,0,0.121869,0.992546,300,255,1), - (4285,1624,0,-11699,-823,35.557,-3,0,0,-0.997495,0.0707372,300,100,1), - (4286,1624,1,-967,2084.36,62.114,0,0,0,0,1,300,100,1), - (4287,1624,0,-1348,-3081,36.636,-2,0,0,-0.841471,0.540302,300,100,1), - (4288,1624,1,-1858,-3239,81.327,2.269,0,0,0.906323,0.422586,300,100,1), - (4289,1624,1,-5675,-2252,-54,2.269,0,0,0.906323,0.422586,300,100,1), - (4290,1624,0,-13909.5,78.995,15.0911,0.471239,0,0,0.233445,0.97237,300,100,1), - (4291,1624,0,-12606.2,-901.575,52.7081,1.16937,0,0,0.551937,0.833886,300,100,1), - (4292,1624,1,624.485,1695.42,-19,2.077,0,0,0.861644,0.507513,300,100,1), - (4293,1624,0,-751.515,120.358,42.109,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (4294,1624,1,-579,-2064,55.549,1.78,0,0,0.777072,0.629412,300,100,1), - (4295,1624,1,-3135,-2235.9,91.9488,0.523598,0,0,0.258819,0.965926,300,255,1), - (4296,1624,0,-1120.17,-2289.11,50.1323,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (4297,1624,0,-7087,-2413,243.659,0.14,0,0,0.0699428,0.997551,300,100,1), - (4298,1624,1,-3918,-2120,91.683,-3,0,0,-0.997495,0.0707372,300,100,1), - (4299,1624,0,-378,-422,53.2,-1,0,0,-0.479426,0.877583,300,100,1), - (4300,1624,1,-6613.46,-3584.18,-58.75,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (4301,1624,0,-12135.6,-598.053,14.6153,1.81514,0,0,0.78801,0.615662,300,100,1), - (4302,1624,1,-6176,-4247,-59,0.314,0,0,0.156356,0.987701,300,100,1), - (4303,1624,1,-28.7197,-721.868,-7.72236,-0.069812,0,0,-0.0348989,0.999391,300,100,1), - (4304,1624,0,-11048.5,-694.963,47.5763,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (4305,1624,0,-11970,67.42,13.574,1.937,0,0,0.824037,0.566536,300,100,1), - (4306,1624,1,682.086,1628,-22.2291,1.0472,0,0,0.500001,0.866025,300,255,1), - (4307,1624,0,-793,-175,34.027,0.63,0,0,0.309816,0.950796,300,100,1), - (4308,1624,0,-13031,298.47,19.56,0.384,0,0,0.190823,0.981625,300,100,1), - (4309,1624,0,-11011.1,-949.232,65.1183,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (4310,1624,0,-12902,-412,12.661,-2,0,0,-0.841471,0.540302,300,100,1), - (4311,1624,1,3760.23,-74,0,-1,0,0,-0.479426,0.877583,300,100,1), - (4312,1624,0,-11687,-31,13.942,-3,0,0,-0.997495,0.0707372,300,100,1), - (4313,1624,0,-1082,-1133,51.118,-3,0,0,-0.997495,0.0707372,300,100,1), - (4315,1624,0,-703,-1233,60.943,-3,0,0,-0.997495,0.0707372,300,100,1), - (4316,1624,1,-747.519,2200.36,95.0006,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (4317,1624,1,893.623,683.836,98.222,-1,0,0,-0.479426,0.877583,300,100,1), - (4318,1624,0,-799.672,-387.842,17.5608,1.39626,0,0,0.642786,0.766046,300,255,1), - (4319,1624,0,-10245,385.006,56.0608,2.18166,0,0,0.88701,0.461749,300,100,1), - (4320,1624,1,1233.17,1451.09,74.6465,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (4321,1624,0,-6448,-3315,241.667,2.915,0,0,0.993589,0.113054,300,100,1), - (4322,1624,0,-1090.85,-2608.37,48.9337,0.331611,0,0,0.165047,0.986286,300,100,1), - (4323,1624,0,-215.535,-798.77,55.4997,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (4324,1624,1,-548.032,-2306.91,34.6002,2.63544,0,0,0.968147,0.250383,300,255,1), - (4325,1624,1,-1662,-3087,91.668,0.663,0,0,0.325462,0.945555,300,100,1), - (4326,1624,0,-11767.3,413.076,44.5881,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (4327,1624,1,-3957,-1778,91.667,0,0,0,0,1,300,100,1), - (4328,1624,0,-11140.6,242.228,37.7286,2.53073,0,0,0.953717,0.300705,300,100,1), - (4329,1624,1,-2098.81,-1931.56,96.9205,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (4330,1624,1,-3208,-1790,91.667,2.007,0,0,0.843357,0.537354,300,100,1), - (4331,1624,0,-6215,-3414,239.017,-1,0,0,-0.479426,0.877583,300,100,1), - (4332,1624,0,-354.741,-949.354,56.0673,0.279252,0,0,0.139173,0.990268,300,255,1), - (4333,1624,0,-12127,191.469,14.577,0.471,0,0,0.233329,0.972398,300,100,1), - (4334,1624,1,-1770,1433.31,61.111,2.094,0,0,0.865927,0.500171,300,100,1), - (4335,1624,0,-12783.7,-650.494,64.6025,2.86234,0,0,0.990268,0.139173,300,100,1), - (4336,1624,0,-6617,-3272,241.61,0.541,0,0,0.267213,0.963637,300,100,1), - (4337,1624,0,-1276,-2752,51.346,-3,0,0,-0.997495,0.0707372,300,100,1), - (4338,1624,1,-2085,1677.66,60.935,0.89,0,0,0.430458,0.902611,300,100,1), - (4339,1624,1,733.958,1687.51,-30.4287,2.91469,0,0,0.993571,0.113208,300,255,1), - (4340,1624,1,-982.269,1717.79,61.5822,1.36136,0,0,0.629322,0.777145,300,255,1), - (4341,1624,0,-3154.4,-1146.35,9.47062,-0.523598,0,0,-0.258819,0.965926,300,100,1), - (4342,1624,1,-3420,-2177,91.667,2.548,0,0,0.956278,0.292458,300,100,1), - (4344,1624,0,-6886,-3549,242.392,-2,0,0,-0.841471,0.540302,300,100,1), - (4345,1624,0,-10582.2,72.5619,40.2747,-0.366518,0,0,-0.182235,0.983255,300,100,1), - (4346,1624,0,-551.877,213.812,69.3841,3.10665,0,0,0.999847,0.0174704,300,255,1), - (4347,1624,1,-2911,-1992,93.015,2.269,0,0,0.906323,0.422586,300,100,1), - (4348,1624,1,-4380,-995,-56,2.932,0,0,0.994514,0.104605,300,100,1), - (4349,1624,1,-3482,-1926,93.495,-1,0,0,-0.479426,0.877583,300,100,1), - (4350,1624,0,-307,-560,55.601,-1,0,0,-0.479426,0.877583,300,100,1), - (4351,1624,0,-14251.7,167.011,8.42443,-0.523598,0,0,-0.258819,0.965926,300,100,1), - (4352,1624,0,-7051,-2849,242.098,-2,0,0,-0.841471,0.540302,300,100,1), - (4353,1624,0,-3146,-1691,9.801,2.705,0,0,0.976268,0.216567,300,100,1), - (4354,1624,0,184.301,42.814,55.856,2.67,0,0,0.972329,0.233617,300,100,1), - (4355,1624,1,-4051,-1969,91.667,0.977,0,0,0.469302,0.883038,300,100,1), - (4356,1624,1,-6250,-3551,-59,0,0,0,0,1,300,100,1), - (4357,1624,0,-3985.61,-2900.04,12.3601,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (4358,1624,1,-1442,2290.68,93.055,2.862,0,0,0.990244,0.139341,300,100,1), - (4359,1624,1,-6023.53,-3794.54,-58.75,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (4360,1624,0,-13314.9,-383.016,13.8586,-0.663225,0,0,-0.325568,0.945519,300,100,1), - (4361,1624,0,-11619,293.896,41.919,-2,0,0,-0.841471,0.540302,300,100,1), - (4362,1624,0,-12320,-471,15.791,1.065,0,0,0.507689,0.861541,300,100,1), - (4363,1624,0,-7211,-2445,247.345,0,0,0,0,1,300,100,1), - (4364,1624,0,-12539,-867,45.078,2.164,0,0,0.882899,0.469563,300,100,1), - (4365,1624,0,-3053.71,-1153.92,9.15203,3.03684,0,0,0.998629,0.0523524,300,100,1), - (4366,1624,0,-1287,-2008,62.21,0.017,0,0,0.0084999,0.999964,300,100,1), - (4367,1624,1,-2191.66,-2455.41,96.9269,2.67035,0,0,0.972369,0.233447,300,255,1), - (4368,1624,1,2918.35,-3461.84,120.189,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (4369,1624,0,-242.454,82.7269,64.4676,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (4370,1624,1,1499.89,1400.07,142.908,3.037,0,0,0.998633,0.0522725,300,100,1), - (4371,1624,0,-128.47,-603.544,161.321,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (4372,1624,0,-12520.6,-684.107,39.6179,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (4373,1624,1,-3443.87,-2107.17,93.4592,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (4374,21082,1,-3367.02,-3031.36,34.2687,0.331614,0,0,0.165048,0.986286,900,100,1), - (4375,1624,0,-3054.71,-2842.83,25.5066,-2.49582,0,0,-0.948324,0.317305,300,100,1), - (4376,1624,0,-10248.4,-885.075,36.1875,-0.820303,0,0,-0.398748,0.91706,300,100,1), - (4377,1624,0,-10966,-865,64.501,0,0,0,0,1,300,100,1), - (4378,1624,0,-6085.17,-3316.07,256.427,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (4379,1624,1,-2581,-2316,91.667,-2,0,0,-0.841471,0.540302,300,100,1), - (4380,1624,0,-12370.6,-777.573,31.2368,2.26892,0,0,0.906306,0.422622,300,100,1), - (4381,1624,0,-6714,-2715,241.667,-2,0,0,-0.841471,0.540302,300,100,1), - (4382,20849,1,-3128.13,-2875.01,33.9185,3.14159,-0.004363,-0.013089,0.999905,-0.000057,900,100,1), - (4383,1624,0,-12261.7,-753.574,15.6883,-2.79253,0,0,-0.984808,0.173647,300,100,1), - (4384,1624,0,-12756.2,-715.62,64.4644,0.506145,0,0,0.25038,0.968148,300,255,1), - (4385,1624,0,-1753.49,-3076.76,27.4752,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (4386,1624,0,-6950,-2351,240.744,0.855,0,0,0.414597,0.910005,300,100,1), - (4387,1624,1,-1983,-2751,91.734,0.716,0,0,0.350402,0.936599,300,100,1), - (4388,1624,1,-2014.6,2923.48,51.1279,-2.32129,0,0,-0.91706,0.398748,300,100,1), - (4389,1624,1,-522,880.955,90.951,0,0,0,0,1,300,100,1), - (4390,1624,1,-3118,-2247,94.027,1.187,0,0,0.559266,0.828988,300,100,1), - (4391,1624,0,-12982.4,420.514,22.3835,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (4392,1624,0,-12267.8,-422.817,17.3265,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (4393,2066,1,-3128.13,-2875.01,33.9185,3.14159,-0.004363,-0.013089,0.999905,-0.000057,900,100,1), - (4394,1624,0,-12831.6,-396.684,12.988,0.418879,0,0,0.207912,0.978148,300,100,1), - (4395,1624,0,-6788.19,-3120.44,240.652,1.90241,0,0,0.814116,0.580702,300,255,1), - (4396,1624,0,-13412,156.744,21.678,-1,0,0,-0.479426,0.877583,300,100,1), - (4397,1624,0,-13027,203.694,21.531,-1,0,0,-0.479426,0.877583,300,100,1), - (4398,1624,1,-733,2015.82,92.419,1.274,0,0,0.594786,0.803884,300,100,1), - (4399,1624,0,-3113,-2782,23.162,3.089,0,0,0.999654,0.0262933,300,100,1), - (4400,1624,1,-918.249,2349.48,93.5781,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (4401,1624,1,-3277.74,-2155.41,93.6227,2.40855,0,0,0.93358,0.35837,300,255,1), - (4403,1624,0,-950,-2384,46.506,1.518,0,0,0.688196,0.725525,300,100,1), - (4404,1624,1,-3880,-1764,91.983,-2,0,0,-0.841471,0.540302,300,100,1), - (4405,1624,1,-3718.66,-2255.68,92.7322,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (4406,1624,1,-4111.47,-1954.08,91.9037,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (4407,1624,0,-11053.7,-822.482,58.9241,1.0821,0,0,0.515036,0.857168,300,255,1), - (4408,1624,0,-1453.69,-2851.24,40.1021,-1.0472,0,0,-0.500001,0.866025,300,100,1), - (4409,1624,0,-830,75.189,37.023,3.955,0,0,0.91843,-0.395584,300,100,1), - (4410,1624,0,-297,-128,64.721,-2,0,0,-0.841471,0.540302,300,100,1), - (4411,1624,1,-5889,-3542,-59,-1,0,0,-0.479426,0.877583,300,100,1), - (4412,1624,0,-12278.7,42.6145,17.8215,1.06465,0,0,0.507538,0.861629,300,255,1), - (4413,1624,0,-10478.9,-967.13,44.9839,2.67035,0,0,0.972369,0.233447,300,100,1), - (4414,1624,0,-12784.7,-836.069,73.1916,-0.715585,0,0,-0.350207,0.936672,300,255,1), - (4415,1624,0,-12575,-638,43.897,-3,0,0,-0.997495,0.0707372,300,100,1), - (4416,1624,0,-712,-1531,56.326,0.89,0,0,0.430458,0.902611,300,100,1), - (4417,1624,1,1333.33,1458.76,105.758,1.98968,0,0,0.838672,0.544637,300,100,1), - (4418,1624,0,-12910,147.008,24.414,-1,0,0,-0.479426,0.877583,300,100,1), - (4419,1624,0,-3645,-3078,20.671,-2,0,0,-0.841471,0.540302,300,100,1), - (4420,1624,1,-5327,-1798,-54,1.204,0,0,0.566292,0.824205,300,100,1), - (4421,1624,0,-6784,-4044,266.667,0.524,0,0,0.259013,0.965874,300,100,1), - (4422,1624,0,-11772,-665,36.477,2.199,0,0,0.89098,0.454042,300,100,1), - (4423,1624,1,2080.97,-2744,108.379,3.037,0,0,0.998633,0.0522725,300,100,1), - (4424,1624,0,-10320,-914,38.9454,-2,0,0,-0.841471,0.540302,300,100,1), - (4425,1624,0,-12647.3,-690.193,44.1882,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (4426,21127,1,-3364.15,-3212.08,33.6548,3.14159,0,0,1,0,900,100,1), - (4427,1624,0,-6816,-2876,242.155,2.339,0,0,0.920555,0.390612,300,100,1), - (4428,1624,1,-5518.8,-2254.82,-59.8433,0.349065,0,0,0.173648,0.984808,300,255,1), - (4429,1624,1,2408.39,1116.03,311.155,2.14675,0,0,0.878816,0.477161,300,255,1), - (4430,1624,0,-11865,232.543,16.3644,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (4431,3939,0,-8080.51,-1889.3,134.228,0.96866,0,0,0.465615,0.884987,7200,100,1), - (4432,1628,0,-10358,237.704,34.275,1.828,0,0,0.791952,0.610583,300,100,1), - (4433,1628,0,-10566,228.783,29.448,-1,0,0,-0.479426,0.877583,300,100,1), - (4434,1628,0,-2887.61,-2191.98,25.5817,-2.84488,0,0,-0.989016,0.147811,300,255,1), - (4435,1628,0,-10555,442.748,37.032,1.713,0,0,0.755554,0.655086,300,100,1), - (4436,1628,0,-10983,-1280,52.8474,2.103,0,0,0.868169,0.496269,300,100,1), - (4437,1628,1,-1243.92,1856.61,50.1459,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (4438,1628,0,-10482,203.278,31.134,6.02,0,0,0.131213,-0.991354,300,100,1), - (4439,1628,0,-10497,175.283,33.867,5.657,0,0,0.308002,-0.951386,300,100,1), - (4440,1628,0,-11005,-1287,53.089,3.299,0,0,0.996904,-0.0786225,300,100,1), - (4441,1628,1,-1356,2032.14,50.144,2.766,0,0,0.982418,0.186694,300,100,1), - (4442,1628,1,-3996,-1863,91.669,0.419,0,0,0.207971,0.978135,300,100,1), - (4443,1628,1,-1359,2032.18,50.144,0.108,0,0,0.0539738,0.998542,300,100,1), - (4444,1628,0,488.094,-316,155.56,6.252,0,0,0.0155921,-0.999878,300,100,1), - (4445,1628,0,479.013,-310,156.112,-2,0,0,-0.841471,0.540302,300,100,1), - (4446,1628,0,-10357,216.198,33.128,1.631,0,0,0.728068,0.685504,300,100,1), - (4447,1628,0,-10334,228.524,32.802,1.806,0,0,0.785188,0.619257,300,100,1), - (4448,1628,0,-10427,379.12,44.265,1.592,0,0,0.714564,0.699571,300,100,1), - (4449,1628,0,-1498,-1847,68.765,4.896,0,0,0.639304,-0.768954,300,100,1), - (4450,1628,0,504.441,-291,152.687,3.934,0,0,0.922533,-0.385919,300,100,1), - (4451,1628,1,-1228,1975.78,50.157,3.352,0,0,0.994471,-0.10501,300,100,1), - (4452,1628,0,-10444,221.296,31.83,2.374,0,0,0.92725,0.374443,300,100,1), - (4453,1628,0,-2874.28,-2189.41,24.3568,1.309,0,0,0.608763,0.793352,300,255,1), - (4454,1628,0,-11003,-1333.63,51.9487,4.452,0,0,0.792924,-0.609321,300,100,1), - (4455,1628,0,-11042,-1317,53.6345,4.089,0,0,0.889885,-0.456185,300,100,1), - (4456,1628,0,-2844,-2231,30.748,4.45,0,0,0.793533,-0.608527,300,100,1), - (4457,1628,0,-2852,-2202,30.733,4.043,0,0,0.900141,-0.435599,300,100,1), - (4458,1628,0,-10557,226.468,29.601,5.66,0,0,0.306575,-0.951846,300,100,1), - (4459,1628,0,-1505,-1886,68.427,0.681,0,0,0.333958,0.942588,300,100,1), - (4460,1628,0,-2884,-2157,25.291,3.24,0,0,0.99879,-0.0491838,300,100,1), - (4461,1628,0,-10550,282.701,28.836,5.024,0,0,0.588816,-0.808267,300,100,1), - (4462,1628,0,-10538,290.307,30.356,0.532,0,0,0.262874,0.96483,300,100,1), - (4463,1628,0,-10536,286.159,30.364,5.811,0,0,0.233906,-0.972259,300,100,1), - (4464,1628,0,-1513,-1915,68.71,4.779,0,0,0.683169,-0.730261,300,100,1), - (4465,1628,0,-10385.9,386.973,47.0414,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (4466,1628,0,-11003,-1310,53.2325,4.342,0,0,0.825221,-0.564811,300,100,1), - (4467,1628,0,-1490,-1813,68.075,4.819,0,0,0.668428,-0.743777,300,100,1), - (4468,1628,1,-1339,1776.05,50.148,0.11,0,0,0.0549723,0.998488,300,100,1), - (4469,1628,0,-1499,-1885,68.627,4.472,0,0,0.786791,-0.617219,300,100,1), - (4470,1628,0,-10586.7,386.926,32.3488,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (4471,1628,0,-2853.07,-2194.42,7.41447,1.62316,0,0,0.725376,0.688353,300,255,1), - (4472,1628,0,-1543,-1929,69.172,1.955,0,0,0.829102,0.559097,300,100,1), - (4473,1628,0,-10955.6,-1294.24,53.0903,-3.12414,0,0,-0.999962,0.0087262,300,100,1), - (4474,1628,0,-10496,239.712,33.638,4.901,0,0,0.63738,-0.77055,300,100,1), - (4475,1628,0,-2891,-2236,24.956,3.316,0,0,0.9962,-0.0870932,300,100,1), - (4476,1628,1,-1342,1776.18,50.156,5.859,0,0,0.210506,-0.977593,300,100,1), - (4477,1628,1,-1408,1827.26,50.144,4.443,0,0,0.795658,-0.605746,300,100,1), - (4478,1628,0,-2853,-2192,29.451,5.618,0,0,0.326495,-0.945199,300,100,1), - (4479,1628,0,-10558,212.365,30.544,6.224,0,0,0.0295883,-0.999562,300,100,1), - (4480,1628,0,-10980,-1283,52.884,2.49,0,0,0.947396,0.320063,300,100,1), - (4481,1628,1,-1430,1775.9,50.144,1.484,0,0,0.675763,0.737119,300,100,1), - (4482,1628,0,-2863.84,-2169.54,23.2902,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (4483,1628,0,-2829,-2237,16.315,4.887,0,0,0.642758,-0.76607,300,100,1), - (4484,1628,0,-10507,422.211,37.043,1.739,0,0,0.764006,0.645209,300,100,1), - (4485,1628,0,-10526,448.017,36.824,1.782,0,0,0.777701,0.628635,300,100,1), - (4486,1628,1,-3716,-1589,92.261,3.673,0,0,0.964908,-0.262588,300,100,1), - (4487,1628,1,-1294,1941.35,51.615,4.539,0,0,0.765677,-0.643226,300,100,1), - (4488,1628,0,-10544,386.401,31.249,1.791,0,0,0.780522,0.625129,300,100,1), - (4489,1628,1,-1384,1855.46,50.144,0.585,0,0,0.288347,0.957526,300,100,1), - (4490,1628,0,-3494,-3606,76.496,3.279,0,0,0.997641,-0.0686497,300,100,1), - (4491,1628,0,-10450,387.891,41.737,0.025,0,0,0.0124997,0.999922,300,100,1), - (4492,1628,0,509.039,-308,152.709,0.038,0,0,0.0189989,0.99982,300,100,1), - (4493,1628,1,-4010.3,-1761.14,96.7407,0.785397,0,0,0.382683,0.92388,300,255,1), - (4494,1628,0,-10546,420.204,36.51,1.832,0,0,0.793172,0.608998,300,100,1), - (4495,1628,1,-1314.42,1787.47,50.1442,1.95477,0,0,0.829038,0.559192,300,100,1), - (4496,1628,1,-3876,-1638,91.718,4.653,0,0,0.727789,-0.685801,300,100,1), - (4497,1628,0,470.038,-296,156.2,6.119,0,0,0.0820005,-0.996632,300,100,1), - (4498,1628,0,464.405,-306,157.656,6.195,0,0,0.0440783,-0.999028,300,100,1), - (4499,1628,1,-1290,2036.34,50.145,4.674,0,0,0.720548,-0.693405,300,100,1), - (4500,1628,0,-10520,410.084,34.314,2.222,0,0,0.896143,0.443766,300,100,1), - (4501,1628,0,-2826,-2202,30.78,1.465,0,0,0.66873,0.743505,300,100,1), - (4502,1628,0,-10438,380.644,45.286,2.304,0,0,0.913579,0.406661,300,100,1), - (4503,1628,1,-1239,1922,50.193,1.59,0,0,0.713864,0.700285,300,100,1), - (4504,1628,0,-10396,168.679,35.232,4.677,0,0,0.719507,-0.694485,300,100,1), - (4505,1628,1,-1318,1995.56,50.238,5.711,0,0,0.282206,-0.959354,300,100,1), - (4507,1628,1,-1383.42,1882.8,50.4076,-0.820305,0,0,-0.398749,0.91706,300,100,1), - (4508,3940,0,-8086.9,-1881.16,147.677,1.91986,0,0,0.819152,0.573576,7200,100,1), - (4509,3938,0,-8096.9,-1885.86,134.228,0.96866,0,0,0.465615,0.884987,7200,100,1), - (4510,179879,0,-7662.91,-1218.73,287.788,-0.436333,0,0,0.21644,-0.976296,7200,100,1), - (4511,153556,0,-7716.94,-2033.14,133.439,0.802851,0,0,0.390731,0.920505,180,100,1), - (4512,153556,0,-7766.91,-2013.52,135.337,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (4513,153556,0,-7820.68,-2203.07,133.439,2.47837,0,0,0.945519,0.325568,180,100,1), - (4514,153556,0,-7715.64,-1846.73,135.942,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (4515,153556,0,-7884.96,-2246.48,136.311,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (4516,178125,0,-8059.6,-1626.94,133.591,1.65806,0,0,0.737277,0.67559,7200,100,1), - (4517,175246,0,-7455.4,-2194.29,165.309,-1.6057,0,0,0.71934,-0.694658,7200,100,1), - (4518,175247,0,-7454.07,-2196.13,166.703,-2.53073,0,0,0.953717,-0.300706,7200,100,1), - (4519,175248,0,-7454.23,-2196.28,165.176,-1.53589,0,0,0.694658,-0.71934,7200,100,1), - (4520,175249,0,-7452.62,-2197.98,165.769,-0.017453,0,0,0.008727,-0.999962,7200,100,1), - (4521,160840,0,-7944.63,-2639.22,218.211,1.90241,0,0,0.814116,0.580703,7200,100,1), - (4523,160445,0,-7919.95,-2603.77,223.346,-2.44346,0,0,0.939693,-0.34202,300,100,1), - (4525,176583,0,-8426.43,-2806.45,194.798,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (4526,176586,0,-8177.69,-3032.28,162.586,1.98968,0,0,0.838672,0.544637,300,100,1), - (4527,176584,0,-7929.01,-2260.38,127.713,-2.61799,0,0,-0.965925,0.258821,300,100,1), - (4528,181098,0,-7851.77,-2309.09,150.363,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (4529,181098,0,-7950.04,-1316.94,134.079,0.558505,0,0,0.275637,0.961262,180,100,1), - (4530,181098,0,-8085.73,-2828.89,138.411,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (4531,181098,0,-8140.97,-2003.17,134.119,2.46091,0,0,0.942641,0.333807,180,100,1), - (4532,181098,0,-7520.03,-2165.39,131.775,3.14159,0,0,1,0,180,100,1), - (4533,181098,0,-7804.4,-2167.63,128.982,4.71239,0,0,0.707107,-0.707107,180,100,1), - (4534,181098,0,-7991.9,-1889.52,129.937,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (4535,181098,0,-7718.22,-1740.88,133.292,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (4536,181098,0,-8009.27,-1605.25,132.479,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (4537,181098,0,-8256.7,-2336.82,156.882,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (4538,153556,0,-7793.7,-1961.65,134.118,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (4539,153556,0,-7891.04,-2188.15,133.436,1.37881,0,0,0.636078,0.771625,180,100,1), - (4540,153556,0,-7779.31,-1855.2,134.131,0.069813,0,0,0.034899,0.999391,180,100,1), - (4541,153556,0,-7741.91,-2292.93,136.29,1.13446,0,0,0.5373,0.843391,180,100,1), - (4542,153556,0,-7888.89,-2004.36,135.828,2.98451,0,0,0.996917,0.078459,180,100,1), - (4543,172961,1,1500.39,-4423.78,25.0666,-0.07854,0,0,-0.03926,0.999229,900,100,1), - (4544,172955,1,1871.62,-4521,26.7974,-1.9635,0,0,-0.83147,0.55557,900,100,1), - (4545,2061,1,1871.62,-4521,26.7974,-1.9635,0,0,-0.83147,0.55557,900,100,1), - (4546,172957,1,1494.56,-4423.78,26.7795,0.139626,0,0,0.069757,0.997564,900,100,1), - (4547,172959,1,1494.66,-4423.75,24.5874,0.139626,0,0,0.069757,0.997564,900,100,1), - (4548,175743,1,2104.76,-4831.93,24.1761,-0.244347,0,0,-0.12187,0.992546,900,100,1), - (4549,175744,1,2099.77,-4835.06,24.1761,-1.59698,0,0,-0.716302,0.697791,900,100,1), - (4550,176517,1,1664.69,-4204.34,56.2608,0.02618,0,0,0.01309,0.999914,900,100,1), - (4551,172941,1,1766.3,-4497.01,44.4808,-2.40856,0,0,0.933581,-0.358368,900,100,1), - (4552,2061,1,1766.3,-4497.01,44.4808,-2.40856,0,0,0.933581,-0.358368,900,100,1), - (4553,172942,1,1798.63,-4496.64,45.6859,-1.9635,0,0,-0.83147,0.55557,900,100,1), - (4554,2061,1,1798.63,-4496.64,45.6859,-1.9635,0,0,-0.83147,0.55557,900,100,1), - (4555,172944,1,1952.68,-4429.13,24.7337,-0.77667,0,0,-0.378648,0.925541,900,100,1), - (4556,2061,1,1952.68,-4429.13,24.7337,-0.77667,0,0,-0.378648,0.925541,900,100,1), - (4557,172965,1,1666.79,-4391.71,24.9046,1.72788,0,0,0.760406,0.649447,900,100,1), - (4558,177021,1,1704.63,-4339.8,24.6321,-2.48709,0,0,0.94693,-0.32144,900,100,1), - (4559,2061,1,1704.63,-4339.8,24.6321,-2.48709,0,0,0.94693,-0.32144,900,100,1), - (4560,175318,1,1797.98,-4397.19,-17.8158,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (4561,180655,0,-5167.09,-3142.34,297.605,-0.034907,0,0,-0.0174526,0.999848,180,100,1), - (4562,180582,0,-5032.86,-3580.12,297.605,-1.93731,0,0,-0.824125,0.566409,180,100,1), - (4563,2061,1,1797.98,-4397.19,-17.8158,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (4564,175319,1,1836.03,-4364.47,-15.0451,2.95833,0,0,0.995805,0.091502,900,100,1), - (4565,173087,1,1871.92,-4699.32,39.3519,2.89725,0,0,0.992546,0.12187,900,100,1), - (4566,2061,1,1871.92,-4699.32,39.3519,2.89725,0,0,0.992546,0.12187,900,100,1), - (4567,173020,1,1885.8,-4454.53,50.8345,2.97579,0,0,0.996566,0.082808,900,100,1), - (4568,173008,1,1457.86,-4427.24,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (4569,2061,1,1457.86,-4427.24,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (4570,173021,1,1942.49,-4481.45,25.3917,2.94088,0,0,0.994969,0.100188,900,100,1), - (4571,173142,1,1938.89,-4208.65,42.1457,1.24791,0,0,0.584249,0.811574,900,100,1), - (4572,2061,1,1938.89,-4208.65,42.1457,1.24791,0,0,0.584249,0.811574,900,100,1), - (4573,173147,1,1914.64,-4135.08,40.8491,2.16421,0,0,0.882947,0.469472,900,100,1), - (4574,2061,1,1914.64,-4135.08,40.8491,2.16421,0,0,0.882947,0.469472,900,100,1), - (4575,173125,1,1676.38,-4336.09,32.3788,-2.9147,0,0,0.993572,-0.113203,900,100,1), - (4576,2061,1,1676.38,-4336.09,32.3788,-2.9147,0,0,0.993572,-0.113203,900,100,1), - (4577,173118,1,1993.18,-4802.81,56.8699,-0.637044,0,0,-0.313163,0.949699,900,100,1), - (4578,2061,1,1993.18,-4802.81,56.8699,-0.637044,0,0,-0.313163,0.949699,900,100,1), - (4579,173119,1,1984.04,-4806.71,56.8699,-2.17294,0,0,0.884988,-0.465614,900,100,1), - (4580,2061,1,1984.04,-4806.71,56.8699,-2.17294,0,0,0.884988,-0.465614,900,100,1), - (4581,173006,1,1729.76,-4315.75,29.0657,-1.41372,0,0,-0.649448,0.760406,900,100,1), - (4582,173123,1,1973.83,-4786.46,56.842,1.32645,0,0,0.615662,0.78801,900,100,1), - (4583,180655,0,-5032.86,-3580.12,297.605,-1.93731,0,0,-0.824125,0.566409,180,100,1), - (4584,2061,1,1973.83,-4786.46,56.842,1.32645,0,0,0.615662,0.78801,900,100,1), - (4585,177009,1,1921.68,-4693.21,32.8007,2.73918,0,0,0.979826,0.199852,900,100,1), - (4586,2061,1,1921.68,-4693.21,32.8007,2.73918,0,0,0.979826,0.199852,900,100,1), - (4587,173012,1,1438.43,-4373.89,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (4588,2061,1,1438.43,-4373.89,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (4589,173164,1,1743.32,-4327.31,5.88989,2.618,0,0,0.965926,0.258819,900,100,1), - (4590,2061,1,1743.32,-4327.31,5.88989,2.618,0,0,0.965926,0.258819,900,100,1), - (4591,173165,1,1804.12,-4294.39,5.75211,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (4592,2061,1,1804.12,-4294.39,5.75211,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (4593,171768,0,-4707.69,-898.563,501.635,2.2602,0,0,0.904455,0.426569,900,100,1), - (4594,153556,0,-7835.78,-2067.96,136.252,0.139626,0,0,0.069756,0.997564,180,100,1), - (4600,176586,0,-7735.01,-2792.08,164.4,2.70526,0,0,0.976296,0.21644,300,100,1), - (4601,181098,0,-7886.05,-1610.07,131.439,1.85005,0,0,0.798636,0.601815,180,100,1), - (4602,181098,0,-7879.24,-1625.73,131.301,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (4603,181098,0,-7777.71,-2124.28,133.354,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (4604,181098,0,-7661.62,-2408.2,140.689,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (4605,181098,0,-8018.64,-2631.86,154.225,0.261799,0,0,0.130526,0.991445,180,100,1), - (4606,181098,0,-7742.38,-2630.77,140.108,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (4607,181098,0,-8249.31,-2301.12,157.463,0,0,0,0,1,180,100,1), - (4608,181098,0,-7762.4,-2134.81,129.157,1.09956,0,0,0.522499,0.85264,180,100,1), - (4609,181098,0,-7543.71,-2349.52,159.585,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (4610,181098,0,-7849,-2494.64,142.033,3.10669,0,0,0.999848,0.017452,180,100,1), - (4611,153556,0,-7800.4,-1900.31,135.089,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (4612,153556,0,-7748.03,-2078.4,133.439,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (4613,172994,1,1766.42,-4222.41,43.3518,2.60927,0,0,0.964787,0.263032,900,100,1), - (4614,2061,0,-4707.69,-898.563,501.635,2.2602,0,0,0.904455,0.426569,900,100,1), - (4615,173150,1,1945.58,-4127.67,43.4859,-2.67908,0,0,0.973379,-0.229201,900,100,1), - (4616,1985,0,-14609.7,328.779,2.8278,2.7838,0.028086,0.008219,0.98368,0.17753,900,100,1), - (4617,181098,0,-7894.79,-910.218,134.344,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (4618,181098,0,-7885.13,-1457.75,144.854,0.471239,0,0,0.233445,0.97237,180,100,1), - (4619,181098,0,-7691.06,-2266.99,141.588,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (4620,2061,1,1945.58,-4127.67,43.4859,-2.67908,0,0,0.973379,-0.229201,900,100,1), - (4621,173151,1,1924.28,-4116.57,43.4859,-1.89368,0,0,-0.811574,0.58425,900,100,1), - (4622,2061,1,1924.28,-4116.57,43.4859,-1.89368,0,0,-0.811574,0.58425,900,100,1), - (4624,181098,0,-8239.25,-1295.05,144.954,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (4625,181098,0,-7687.27,-2163.08,129.269,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (4626,181098,0,-7908.55,-1544.55,138.719,2.75762,0,0,0.981627,0.190809,180,100,1), - (4627,181098,0,-7902.08,-1525.04,141.861,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (4628,181098,0,-7525.8,-2105.85,129.138,0.244346,0,0,0.121869,0.992546,180,100,1), - (4629,181098,0,-8236.79,-1115.06,142.577,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (4630,181098,0,-8046.36,-2636.36,142.762,2.82743,0,0,0.987688,0.156434,180,100,1), - (4631,181098,0,-8019.63,-1798.91,132.571,1.25664,0,0,0.587785,0.809017,180,100,1), - (4632,181098,0,-7636.1,-2085.42,126.572,2.23402,0,0,0.898794,0.438371,180,100,1), - (4633,181098,0,-7650.19,-2183.96,130.678,0.436332,0,0,0.21644,0.976296,180,100,1), - (4634,181098,0,-7846.81,-1535.49,135.441,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (4635,181098,0,-8198.2,-2339.92,131.068,1.41372,0,0,0.649448,0.760406,180,100,1), - (4636,181098,0,-7769.33,-2593,140.119,2.04204,0,0,0.85264,0.522499,180,100,1), - (4637,181098,0,-7870.24,-1730.39,129.47,0.907571,0,0,0.438371,0.898794,180,100,1), - (4638,181098,0,-7776.16,-2522.7,140.108,0.959931,0,0,0.461749,0.887011,180,100,1), - (4639,181098,0,-7653.77,-2229.76,131.816,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (4640,181098,0,-7801.77,-2060.87,133.545,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (4641,181098,0,-8144.01,-2948.26,133.333,3.12414,0,0,0.999962,0.008727,180,100,1), - (4642,181098,0,-7642.77,-2265.35,131.301,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (4643,181098,0,-8236.11,-1721.77,141.869,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (4644,2061,0,-14609.7,328.779,2.8278,2.7838,0.028086,0.008219,0.98368,0.17753,900,100,1), - (4645,181098,0,-7608.32,-2372.12,138.584,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (4647,173062,1,1788.69,-4201.4,40.0828,-0.628319,0,0,-0.309017,0.951056,900,100,1), - (4649,1731,1,-2000.81,-1117.73,83.8292,-0.453786,0,0,-0.224951,0.97437,300,100,1), - (4651,171594,0,-4673.33,-866.654,503.897,-1.01229,0,0,-0.484809,0.87462,900,100,1), - (4652,1731,1,6061.28,89.874,44.249,0,0,0,0,1,300,100,1), - (4654,171593,0,-4673.17,-869.064,503.897,2.56563,0,0,0.95882,0.284016,900,100,1), - (4655,171595,0,-4671.61,-867.724,503.897,-2.75762,0,0,0.981627,-0.19081,900,100,1), - (4656,171646,0,-4735.55,-1012.83,503.66,2.04204,0,0,0.85264,0.522499,900,100,1), - (4657,171647,0,-4735.35,-1009.61,503.66,-1.66679,0,0,-0.740219,0.672366,900,100,1), - (4659,2106,0,-8685.02,880.659,97.0163,3.81599,0,0,0.944089,-0.329691,120,0,0), - (4660,171776,0,-4681.97,-1003.68,508.882,-0.898845,0,0,-0.434446,0.900698,900,100,1), - (4661,1731,1,-303,-4871,36.637,0.932,0,0,0.449316,0.893373,300,100,1), - (4664,1731,1,497.183,-4427,47.452,1.484,0,0,0.675763,0.737119,300,100,1), - (4666,171772,0,-4690.03,-1008.18,502.22,1.68424,0,0,0.746058,0.665881,900,100,1), - (4667,1731,1,647.757,-4755.22,22.2529,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (4670,1731,1,463.742,-4203,26.989,5.652,0,0,0.31038,-0.950613,300,100,1), - (4672,171773,0,-4679.67,-1004.79,508.882,-2.66163,0,0,0.971342,-0.237685,900,100,1), - (4673,171774,0,-4682.76,-1006.04,508.882,0.401426,0,0,0.199368,0.979925,900,100,1), - (4675,1731,1,193.139,-4449,32.768,1.497,0,0,0.68054,0.732711,300,100,1), - (4676,171775,0,-4680.37,-1007.54,508.882,2.05076,0,0,0.854912,0.518773,900,100,1), - (4677,1731,1,110.429,-4593.55,69.8251,2.75761,0,0,0.981626,0.190814,300,255,1), - (4678,171771,0,-4687.63,-1007.01,502.22,2.38237,0,0,0.928809,0.370558,900,100,1), - (4679,180664,0,-3353.9,-975.253,0,-0.349066,0,0,-0.173648,0.984808,180,100,1), - (4680,142341,0,-4608.83,-1008.52,504.586,1.85005,0,0,0.798635,0.601815,900,100,1), - (4682,1731,1,-1530.36,-3934.37,11.9037,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (4683,171602,0,-4598.81,-959.103,502.221,-0.130901,0,0,-0.065404,0.997859,900,100,1), - (4684,142871,0,-4635.54,-1037.33,501.064,1.48353,0,0,0.67559,0.737278,900,100,1), - (4686,2061,0,-4635.54,-1037.33,501.064,1.48353,0,0,0.67559,0.737278,900,100,1), - (4688,1731,1,6636.36,-84.0922,30.0194,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (4690,1731,1,-4977,-1838,-38,5.275,0,0,0.483013,-0.875613,300,100,1), - (4691,32389,0,-4613.51,-1010.71,501.601,2.2602,0,0,0.904455,0.426569,900,100,1), - (4693,1731,1,1127.29,-4691.03,19.824,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (4696,1731,1,-3003,269.918,104.591,2.859,0,0,0.990034,0.140827,300,100,1), - (4698,1731,1,-4937,-1566,-26,5.799,0,0,0.239735,-0.970838,300,100,1), - (4699,2061,0,-4613.51,-1010.71,501.601,2.2602,0,0,0.904455,0.426569,900,100,1), - (4701,1731,1,-5576.58,-3465.93,-46.912,-0.715585,0,0,-0.350207,0.936672,300,255,1), - (4702,1731,1,1178.94,-4858.16,24.753,0.645772,0,0,0.317305,0.948324,300,255,1), - (4704,143363,0,-4624.28,-934.227,502.77,2.2602,0,0,0.904455,0.426569,900,100,1), - (4707,2061,0,-4624.28,-934.227,502.77,2.2602,0,0,0.904455,0.426569,900,100,1), - (4708,143328,0,-4629.37,-1017.04,501.612,2.2602,0,0,0.904455,0.426569,900,100,1), - (4709,2061,0,-4629.37,-1017.04,501.612,2.2602,0,0,0.904455,0.426569,900,100,1), - (4710,171765,0,-4643.84,-1021.33,501.612,2.2602,0,0,0.904455,0.426569,900,100,1), - (4711,1731,1,5665.6,352.15,17.621,0.698,0,0,0.341958,0.939715,300,100,1), - (4714,1731,1,696.49,313.62,72.7516,3.726,0,0,0.957611,-0.288063,300,100,1), - (4715,1731,1,-4629,-1709,-27,5.148,0,0,0.537604,-0.843198,300,100,1), - (4718,2110,0,-8704.89,865.731,96.3459,0,0,0,0.941176,-0.337917,120,0,0), - (4721,2061,0,-4643.84,-1021.33,501.612,2.2602,0,0,0.904455,0.426569,900,100,1), - (4722,1731,1,-507,-5222,13.401,5.888,0,0,0.196309,-0.980542,300,100,1), - (4724,1731,1,1466.95,-4775,8.583,0.244,0,0,0.121698,0.992567,300,100,1), - (4725,1731,1,1199.76,-4642,19.916,3.019,0,0,0.998122,0.0612579,300,100,1), - (4727,180035,0,-9607.52,8.11962,61.3373,2.02493,0,0,0.848141,0.52977,25,0,1), - (4728,1731,1,-5079,-2066,-51,3.397,0,0,0.991857,-0.127357,300,100,1), - (4729,1731,1,6896.85,-630,85.768,1.425,0,0,0.653728,0.75673,300,100,1), - (4730,143273,0,-4629.37,-938.423,524.698,2.2602,0,0,0.904455,0.426569,900,100,1), - (4731,2061,0,-4629.37,-938.423,524.698,2.2602,0,0,0.904455,0.426569,900,100,1), - (4733,1731,1,-9,-4221,94.547,2.251,0,0,0.902483,0.430725,300,100,1), - (4734,1731,1,-4624,-1722,-29,-1,0,0,-0.479426,0.877583,300,100,1), - (4735,1731,1,-5073,-1271,-30,4.463,0,0,0.789561,-0.613673,300,100,1), - (4736,1731,1,48.07,-281,22.871,4.64,0,0,0.732231,-0.681056,300,100,1), - (4737,1731,1,-191.015,1279.91,96.0695,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (4738,143295,0,-4594.39,-1003.96,501.595,2.2602,0,0,0.904455,0.426569,900,100,1), - (4739,2061,0,-4594.39,-1003.96,501.595,2.2602,0,0,0.904455,0.426569,900,100,1), - (4740,1731,1,37.761,-4547,83.901,2.107,0,0,0.869159,0.494532,300,100,1), - (4743,171603,0,-4595.86,-957.801,502.221,-2.66163,0,0,0.971342,-0.237685,900,100,1), - (4744,143296,0,-4602.6,-973.61,501.596,2.2602,0,0,0.904455,0.426569,900,100,1), - (4745,1731,1,389.877,-4049,38.833,0,0,0,0,1,300,100,1), - (4746,1731,1,5215.59,316.743,42.787,0.75,0,0,0.366273,0.930508,300,100,1), - (4747,1731,1,5130.03,146.779,48.287,0,0,0,0,1,300,100,1), - (4749,1731,1,1563.38,-309,64.214,6.082,0,0,0.100423,-0.994945,300,100,1), - (4751,2061,1,-3364.15,-3212.08,33.6548,3.14159,0,0,1,0,900,100,1), - (4753,2061,0,-4602.6,-973.61,501.596,2.2602,0,0,0.904455,0.426569,900,100,1), - (4754,1731,1,1226.43,1375.26,100.911,4.113,0,0,0.884347,-0.466831,300,100,1), - (4759,1731,1,-297,-4870,35.73,1.833,0,0,0.793476,0.608601,300,100,1), - (4760,1731,1,-4481,-932,-50,3.672,0,0,0.965039,-0.262106,300,100,1), - (4762,1731,1,-5053,-2034,-51,2.644,0,0,0.969209,0.246238,300,100,1), - (4763,1731,1,-879,-4727,29.001,6.179,0,0,0.0520691,-0.998643,300,100,1), - (4764,1731,1,-877,-4736,29.884,1.937,0,0,0.824037,0.566536,300,100,1), - (4766,1731,1,-1996.73,423.48,133.59,1.25664,0,0,0.587786,0.809016,300,255,1), - (4768,1731,1,-4917,-1993,-22,3.779,0,0,0.949642,-0.313336,300,100,1), - (4770,1731,1,646.033,-4629,11.574,4.39,0,0,0.811429,-0.584451,300,100,1), - (4772,1731,1,1417.42,-4711.25,-0.304713,0.541051,0,0,0.267238,0.963631,300,255,1), - (4773,180662,0,-3843.22,-918.727,0,-2.89725,0,0,-0.992546,0.121868,180,100,1), - (4774,1731,1,-5208.44,-1578.95,-38.6579,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (4775,180662,0,-2755.3,-1128.21,0,2.56563,0,0,0.958819,0.284017,180,100,1), - (4776,34360,0,-4601.62,-889.106,524.698,2.2602,0,0,0.904455,0.426569,900,100,1), - (4777,2061,0,-4601.62,-889.106,524.698,2.2602,0,0,0.904455,0.426569,900,100,1), - (4782,1731,1,4573.88,559.401,1.293,1.069,0,0,0.509411,0.860523,300,100,1), - (4783,1731,1,-2170,-1180,39.063,-3,0,0,-0.997495,0.0707372,300,100,1), - (4784,1731,1,922.413,-4280,-5,3.482,0,0,0.98555,-0.169383,300,100,1), - (4785,1731,1,-4846,-1692,-33,-1,0,0,-0.479426,0.877583,300,100,1), - (4786,1731,1,4594.8,576.503,1.253,2.757,0,0,0.981568,0.191113,300,100,1), - (4788,1731,1,1119.91,-4494,20.438,1.565,0,0,0.705055,0.709153,300,100,1), - (4789,143243,0,-4616.11,-927.558,501.065,2.2602,0,0,0.904455,0.426569,900,100,1), - (4790,2061,0,-4616.11,-927.558,501.065,2.2602,0,0,0.904455,0.426569,900,100,1), - (4792,143245,0,-4612.75,-905.674,501.065,2.2602,0,0,0.904455,0.426569,900,100,1), - (4793,2061,0,-4612.75,-905.674,501.065,2.2602,0,0,0.904455,0.426569,900,100,1), - (4794,1731,1,-2716.08,-1351.25,54.7605,0.10472,0,0,0.0523361,0.99863,300,100,1), - (4795,143247,0,-4597.79,-891.949,502.77,2.2602,0,0,0.904455,0.426569,900,100,1), - (4797,1731,1,4602.73,597.9,1.681,2.529,0,0,0.953457,0.301529,300,100,1), - (4798,2061,0,-4597.79,-891.949,502.77,2.2602,0,0,0.904455,0.426569,900,100,1), - (4799,1731,1,6314.4,83.032,44.354,1.745,0,0,0.765939,0.642914,300,100,1), - (4800,1731,1,919.639,47.729,75.064,2.97,0,0,0.996322,0.0856911,300,100,1), - (4803,1731,1,-840.207,175.43,-2.1451,-0.820303,0,0,-0.398748,0.91706,300,255,1), - (4804,1731,1,-758.024,151.076,19.3412,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (4805,1731,1,-5682.08,-3400.04,-39.1371,2.02458,0,0,0.848048,0.52992,300,255,1), - (4807,1731,1,4562.35,820.458,3.31582,2.70526,0,0,0.976296,0.21644,300,100,1), - (4808,26495,0,-4634.05,-922.372,502.77,2.2602,0,0,0.904455,0.426569,900,100,1), - (4809,1731,1,6608.39,233.555,45.378,-1,0,0,-0.479426,0.877583,300,100,1), - (4812,1731,1,-2508.05,-1484.73,67.8085,-1.76278,0,0,-0.771624,0.636079,300,100,1), - (4813,1731,1,-993,-4497,29.336,2.604,0,0,0.964091,0.265571,300,100,1), - (4814,2061,0,-4634.05,-922.372,502.77,2.2602,0,0,0.904455,0.426569,900,100,1), - (4815,1731,1,-370,-5143,25.101,0,0,0,0,1,300,100,1), - (4816,1731,1,1465.76,-104,33.935,0.157,0,0,0.0784194,0.99692,300,100,1), - (4817,143314,0,-4604.54,-931.246,524.721,2.2602,0,0,0.904455,0.426569,900,100,1), - (4819,2061,0,-4604.54,-931.246,524.721,2.2602,0,0,0.904455,0.426569,900,100,1), - (4820,143242,0,-4604.32,-915.894,501.065,2.2602,0,0,0.904455,0.426569,900,100,1), - (4821,2061,0,-4604.32,-915.894,501.065,2.2602,0,0,0.904455,0.426569,900,100,1), - (4823,143244,0,-4626.1,-915.435,501.065,2.2602,0,0,0.904455,0.426569,900,100,1), - (4824,1731,1,6354.29,119.985,22.103,1.588,0,0,0.713163,0.700998,300,100,1), - (4826,1731,1,-5113,-1689,-34,5.623,0,0,0.324131,-0.946012,300,100,1), - (4827,2061,0,-4626.1,-915.435,501.065,2.2602,0,0,0.904455,0.426569,900,100,1), - (4828,143342,0,-4627.39,-903.521,524.698,2.2602,0,0,0.904455,0.426569,900,100,1), - (4829,1731,1,-961,-183,22.172,0.454,0,0,0.225056,0.974346,300,100,1), - (4830,1731,1,-1385,326.601,33.147,2.688,0,0,0.974392,0.224857,300,100,1), - (4831,1731,1,806.486,-1391,92.108,4.69,0,0,0.714978,-0.699147,300,100,1), - (4832,1731,1,770.491,336.971,75.4982,0.322,0,0,0.160305,0.987067,300,100,1), - (4833,2061,0,-4627.39,-903.521,524.698,2.2602,0,0,0.904455,0.426569,900,100,1), - (4834,32425,0,-4588.64,-903.059,502.77,2.2602,0,0,0.904455,0.426569,900,100,1), - (4835,2061,0,-4588.64,-903.059,502.77,2.2602,0,0,0.904455,0.426569,900,100,1), - (4836,1731,1,-1118,-485,-40,0,0,0,0,1,300,100,1), - (4837,143246,0,-4584.53,-924.941,502.781,2.2602,0,0,0.904455,0.426569,900,100,1), - (4838,2061,0,-4584.53,-924.941,502.781,2.2602,0,0,0.904455,0.426569,900,100,1), - (4839,143301,0,-4639.14,-926.568,524.698,2.2602,0,0,0.904455,0.426569,900,100,1), - (4840,2061,0,-4639.14,-926.568,524.698,2.2602,0,0,0.904455,0.426569,900,100,1), - (4841,176573,0,-4633.1,-931.494,509.718,-1.81514,0,0,0.788011,-0.615661,900,100,1), - (4844,1731,1,-2037,299.28,127.223,0.336,0,0,0.167211,0.985921,300,100,1), - (4845,142873,0,-4617.49,-1099.35,503.07,3.12414,0,0,0.999962,0.008726,900,100,1), - (4847,142872,0,-4615.65,-1087.31,501.344,1.48353,0,0,0.67559,0.737278,900,100,1), - (4849,2061,0,-4615.65,-1087.31,501.344,1.48353,0,0,0.67559,0.737278,900,100,1), - (4850,1731,1,-5090.03,-1587.31,-25.4564,2.80997,0,0,0.986285,0.165053,300,255,1), - (4851,1731,1,-4384.31,-929.796,-53.7144,-2.26892,0,0,-0.906306,0.422622,300,255,1), - (4854,1731,1,-516,78.965,61.133,1.449,0,0,0.662761,0.748831,300,100,1), - (4855,1731,1,-2089,-1113,38.546,5.599,0,0,0.335459,-0.942055,300,100,1), - (4856,1731,1,-5656,-2561,-38,0.713,0,0,0.348996,0.937124,300,100,1), - (4858,171624,0,-4634.48,-1113.25,501.326,1.71915,0,0,0.757565,0.652759,900,100,1), - (4859,2061,0,-4634.48,-1113.25,501.326,1.71915,0,0,0.757565,0.652759,900,100,1), - (4860,180662,0,-2904.7,-1007.43,0,-0.418879,0,0,-0.207912,0.978148,180,100,1), - (4864,1731,1,-2820.62,-438.43,24.2419,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (4865,1731,1,3767.14,637.685,9.60146,5.38385,0,0,0.434666,-0.900592,300,100,1), - (4866,1731,1,3414.91,880.762,21.9763,4.46493,0,0,0.788968,-0.614434,300,100,1), - (4867,1731,1,2991.59,467.605,17.3735,2.77397,0,0,0.983154,0.182778,300,100,1), - (4868,1731,1,3982.12,209.46,10.8324,0.869379,0,0,0.421129,0.907001,300,100,1), - (4869,1731,1,4032.55,121.854,8.0798,5.1286,0,0,0.545757,-0.837943,300,100,1), - (4870,1731,1,3836.78,-228.029,9.44121,4.12256,0,0,0.882105,-0.471053,300,100,1), - (4871,1731,1,3680.38,-171.198,8.77558,4.91188,0,0,0.633178,-0.774006,300,100,1), - (4872,1731,1,3413.55,-12.685,8.58239,4.70611,0,0,0.709323,-0.704883,300,100,1), - (4873,1731,1,3166.67,142.232,10.8116,3.55393,0,0,0.978822,-0.204711,300,100,1), - (4874,1731,1,2527.21,122.553,98.3699,2.20776,0,0,0.892961,0.450135,300,100,1), - (4875,1731,1,2602.06,81.6833,97.8526,0.468889,0,0,0.232303,0.972644,300,100,1), - (4876,1731,1,2417.39,389.26,108.253,5.13337,0,0,0.543757,-0.839243,300,100,1), - (4877,1731,1,2420.83,-137.195,97.6321,5.83002,0,0,0.224649,-0.97444,300,100,1), - (4878,1731,1,2372.5,-232.726,101.306,2.72848,0,0,0.978743,0.205091,300,100,1), - (4879,1731,1,2471.51,-334.146,103.695,0.581204,0,0,0.286529,0.958072,300,100,1), - (4880,1731,1,2381.85,-494.339,111.571,5.06818,0,0,0.570819,-0.821076,300,100,1), - (4881,1731,1,3024.65,-233.572,132.981,4.8145,0,0,0.670099,-0.742271,300,100,1), - (4882,1731,1,3196.77,-124.978,107.313,0.822322,0,0,0.399674,0.916657,300,100,1), - (4883,1731,1,3116.76,-326.704,131.087,2.99787,0,0,0.997419,0.0717995,300,100,1), - (4884,1731,1,3143.46,-606.541,165.709,5.18442,0,0,0.522161,-0.852847,300,100,1), - (4885,1731,1,2973.86,-691.858,173.951,1.55039,0,0,0.699855,0.714285,300,100,1), - (4886,1731,1,2885.72,-790.483,167.812,5.21741,0,0,0.508023,-0.861344,300,100,1), - (4887,1731,1,2727.19,-805.128,151.909,2.15043,0,0,0.879692,0.475543,300,100,1), - (4888,1731,1,2622.01,-966.571,133.405,1.54882,0,0,0.699294,0.714834,300,100,1), - (4889,1731,1,2586.05,-1105.28,131.529,5.20799,0,0,0.512074,-0.858941,300,100,1), - (4890,1731,1,2730.42,-1262.76,181.695,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (4891,1731,1,2548.3,-1332.13,160.075,4.3684,0,0,0.817693,-0.575654,300,100,1), - (4892,1731,1,1796.47,-1630.64,91.2559,1.77658,0,0,0.775994,0.63074,300,100,1), - (4893,1731,1,1439.69,-1940.5,106.255,1.71925,0,0,0.757598,0.652722,300,100,1), - (4894,1731,1,1900.28,-2425.91,88.1028,1.5661,0,0,0.705444,0.708765,300,100,1), - (4895,1731,1,2743.54,-2850.19,152.638,1.05638,0,0,0.503971,0.863721,300,100,1), - (4896,1731,1,2755.11,-3065.72,161.034,5.98789,0,0,0.147112,-0.98912,300,100,1), - (4897,1731,1,2840.93,-2999.24,171.869,0.625194,0,0,0.307531,0.951538,300,100,1), - (4914,1731,1,-5630,-2083,-50,4.229,0,0,0.855799,-0.517309,300,100,1), - (4915,1731,1,-4647.86,-1294.27,-40.6488,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (4916,1731,1,871.858,-4230,-11,3.379,0,0,0.992963,-0.118425,300,100,1), - (4917,171729,0,-4723.9,-1055.38,504.224,2.22529,0,0,0.896873,0.442289,900,100,1), - (4919,1731,1,-85,-354,29.077,1.785,0,0,0.778643,0.627467,300,100,1), - (4920,1731,1,2092.82,1024.63,237.424,1.41372,0,0,0.649449,0.760405,300,100,1), - (4921,142874,0,-4621.22,-1063.72,510.227,3.01942,0,0,0.998135,0.061049,900,100,1), - (4922,171628,0,-4623.18,-1055.84,500.891,1.48353,0,0,0.67559,0.737278,900,100,1), - (4923,2061,0,-4623.18,-1055.84,500.891,1.48353,0,0,0.67559,0.737278,900,100,1), - (4924,171744,0,-4597.54,-1014.79,511.975,0.331613,0,0,0.165048,0.986286,900,100,1), - (4925,1731,1,713.16,-4010.18,9.61455,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (4928,171745,0,-4596.31,-1018.27,511.975,-0.017452,0,0,-0.008726,0.999962,900,100,1), - (4933,1731,1,-4980.47,-1215.82,-45.5943,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (4934,1731,1,1458.08,-4808,11.859,-2,0,0,-0.841471,0.540302,300,100,1), - (4935,171632,0,-4605.18,-1113.36,511.613,-3.01069,0,0,0.997859,-0.065404,900,100,1), - (4936,1731,1,4298.69,940.355,62.732,-3,0,0,-0.997495,0.0707372,300,100,1), - (4938,1731,1,6799.74,231.752,25.522,-1,0,0,-0.479426,0.877583,300,100,1), - (4939,171623,0,-4610.69,-1123.34,501.326,1.71915,0,0,0.757565,0.652759,900,100,1), - (4942,1731,1,66.278,-4533,66.611,2.471,0,0,0.944313,0.329049,300,100,1), - (4943,1731,1,765.985,-3999,24.124,-3,0,0,-0.997495,0.0707372,300,100,1), - (4945,1731,1,-784,-5564,16.693,0.681,0,0,0.333958,0.942588,300,100,1), - (4947,2061,0,-4610.69,-1123.34,501.326,1.71915,0,0,0.757565,0.652759,900,100,1), - (4948,1731,1,919.19,-4031,-13,4.714,0,0,0.706537,-0.707676,300,100,1), - (4949,1731,1,7149.5,-285,36.695,-1,0,0,-0.479426,0.877583,300,100,1), - (4950,1731,1,4031.87,116.379,10.8511,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (4951,171629,0,-4606.99,-1114.95,511.613,1.58825,0,0,0.71325,0.700909,900,100,1), - (4954,1731,1,207.442,-3865,45.509,4.674,0,0,0.720548,-0.693405,300,100,1), - (4955,1731,1,1141.85,-4684,17.7031,5.94,0,0,0.170752,-0.985314,300,100,1), - (4956,1731,1,-2290.48,262.298,84.6144,-0.872665,0,0,-0.422618,0.906308,300,100,1), - (4957,171630,0,-4608.79,-1113.57,511.613,0.087266,0,0,0.043619,0.999048,900,100,1), - (4958,2110,0,-8726.26,892.714,100.373,0,0,0,0.941176,-0.337917,120,0,0), - (4959,1731,1,-420,-4898,59.501,4.375,0,0,0.815789,-0.578349,300,100,1), - (4960,171631,0,-4607.04,-1111.92,511.613,-1.46608,0,0,-0.669131,0.743145,900,100,1), - (4962,1731,1,7052.75,297.974,0.323,-1,0,0,-0.479426,0.877583,300,100,1), - (4963,1731,1,24.325,-3989,49.571,3.016,0,0,0.998029,0.062755,300,100,1), - (4964,171689,0,-4651.06,-1128.31,508.554,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (4965,1731,1,7470.96,-1033.38,16.8551,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (4966,1731,1,1117.3,-4850,18.723,2.619,0,0,0.966056,0.258333,300,100,1), - (4967,1731,1,1572.45,1415.66,194.04,0.401425,0,0,0.199368,0.979925,300,100,1), - (4968,1731,1,-5675,-3390,-34,3.022,0,0,0.998213,0.0597607,300,100,1), - (4969,1731,1,6867.76,-610,54.861,1.522,0,0,0.689646,0.724147,300,100,1), - (4970,1731,1,751.688,-4683.93,30.1805,1.72787,0,0,0.760404,0.64945,300,255,1), - (4971,1731,1,1555.19,1329.2,170.396,0.516,0,0,0.255147,0.966902,300,100,1), - (4972,2110,0,-8825.39,957.519,99.1419,0,0,0,0.941176,-0.337917,120,0,0), - (4974,1731,1,-5599,-3014,-46.7644,0.809,0,0,0.393559,0.919299,300,100,1), - (4976,1731,1,879.885,-3867.51,34.1144,2.82743,0,0,0.987688,0.156436,300,255,1), - (4978,1731,1,-1391.02,-3936.81,20.6872,0.890117,0,0,0.430511,0.902586,300,255,1), - (4981,1731,1,-2437,-1487,38.715,0.698,0,0,0.341958,0.939715,300,100,1), - (4982,171690,0,-4653.37,-1129.94,508.554,0.07854,0,0,0.03926,0.999229,900,100,1), - (4983,1731,1,1056.59,-4808.49,21.7389,-2.04204,0,0,-0.852641,0.522496,300,255,1), - (4984,171687,0,-4650.19,-1120.79,501.893,-0.287979,0,0,-0.143493,0.989651,900,100,1), - (4985,171688,0,-4651.12,-1131.64,508.554,1.64934,0,0,0.734322,0.678801,900,100,1), - (4986,171686,0,-4650.05,-1123.46,501.893,0.410151,0,0,0.203641,0.979046,900,100,1), - (4988,1731,1,-2587,-1468,107.091,1.564,0,0,0.7047,0.709506,300,100,1), - (4989,1731,1,1780.35,999.612,158.326,0.816,0,0,0.396774,0.917916,300,100,1), - (4990,171691,0,-4649.2,-1129.97,508.554,-2.87107,0,0,0.990866,-0.134851,900,100,1), - (4991,1731,1,-999,-4500,28.246,0.698,0,0,0.341958,0.939715,300,100,1), - (4992,1731,1,4896.26,44.194,60.931,1.641,0,0,0.731487,0.681856,300,100,1), - (4993,180657,0,-3018.44,-941.133,0,2.51327,0,0,0.951056,0.309019,180,100,1), - (4994,171726,0,-4704.68,-1109.01,504.453,2.7838,0,0,0.984041,0.177944,900,100,1), - (4995,143348,0,-4723.92,-1093.02,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (4996,2061,0,-4723.92,-1093.02,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (4997,171724,0,-4705.47,-1107,504.453,-2.27766,0,0,0.908143,-0.418659,900,100,1), - (4998,171725,0,-4707.96,-1106.05,504.453,-1.57952,0,0,-0.710185,0.704015,900,100,1), - (4999,171727,0,-4710.65,-1109.76,504.453,0.331613,0,0,0.165048,0.986286,900,100,1), - (5000,171728,0,-4710.05,-1106.66,504.453,-0.802851,0,0,-0.390731,0.920505,900,100,1), - (5001,171591,0,-4662.45,-1161.73,503.848,2.60927,0,0,0.964787,0.263031,900,100,1), - (5002,171592,0,-4665.54,-1159.51,503.848,-0.340339,0,0,-0.169349,0.985556,900,100,1), - (5003,171625,0,-4628.21,-1134.49,501.326,1.71915,0,0,0.757565,0.652759,900,100,1), - (5004,2061,0,-4628.21,-1134.49,501.326,1.71915,0,0,0.757565,0.652759,900,100,1), - (5006,171590,0,-4663.27,-1159.31,503.848,-2.10312,0,0,0.868199,-0.496216,900,100,1), - (5007,143298,0,-4603.03,-1130.16,501.898,-0.165806,0,0,-0.082808,0.996566,900,100,1), - (5008,171627,0,-4624.23,-1150.43,501.311,1.71915,0,0,0.757565,0.652759,900,100,1), - (5009,2061,0,-4624.23,-1150.43,501.311,1.71915,0,0,0.757565,0.652759,900,100,1), - (5010,143297,0,-4603.32,-1131.69,501.898,-0.165806,0,0,-0.082808,0.996566,900,100,1), - (5011,143299,0,-4598.83,-1137.76,501.898,3.01069,0,0,0.997859,0.065403,900,100,1), - (5012,180662,0,-3018.44,-941.133,0,2.51327,0,0,0.951056,0.309019,180,100,1), - (5013,171549,0,-4618.1,-1211.71,503.388,2.2602,0,0,0.904455,0.426569,900,100,1), - (5014,2061,0,-4618.1,-1211.71,503.388,2.2602,0,0,0.904455,0.426569,900,100,1), - (5015,143344,0,-4730.05,-1124.32,511.342,2.94961,0,0,0.995396,0.095845,900,100,1), - (5016,143349,0,-4729.94,-1123.25,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5017,2061,0,-4729.94,-1123.25,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5018,150087,0,-4725.75,-1090.37,505.937,-2.93215,0,0,0.994522,-0.104528,900,100,1), - (5019,1731,1,413.661,-4258.74,32.9778,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (5021,180657,0,-2869.85,-1038.07,0,1.62316,0,0,0.725376,0.688353,180,100,1), - (5022,1731,1,356.217,-4973,27.051,6.106,0,0,0.0884768,-0.996078,300,100,1), - (5029,1731,1,67.037,-217,20.389,2.451,0,0,0.940975,0.338476,300,100,1), - (5031,1731,1,-225,-547,41.729,3.401,0,0,0.9916,-0.12934,300,100,1), - (5032,180662,0,-2869.85,-1038.07,0,1.62316,0,0,0.725376,0.688353,180,100,1), - (5033,180657,0,-3710.44,-673.205,0,2.51327,0,0,0.951056,0.309019,180,100,1), - (5034,171589,0,-4665.03,-1161.72,503.848,0.959931,0,0,0.461749,0.887011,900,100,1), - (5038,1731,1,1241.87,-4940,14.829,-3,0,0,-0.997495,0.0707372,300,100,1), - (5040,1731,1,-605,-4948,48.027,4.451,0,0,0.793228,-0.608924,300,100,1), - (5041,1731,1,503.216,-3923.43,23.0152,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (5044,1731,1,-1042,-4566,45.508,1.606,0,0,0.719443,0.694552,300,100,1), - (5045,1731,1,1000.78,-4682,33.097,0.107,0,0,0.0534745,0.998569,300,100,1), - (5047,1731,1,26.8517,1824.61,127.604,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (5049,171626,0,-4632.59,-1169.81,501.247,1.71915,0,0,0.757565,0.652759,900,100,1), - (5050,2061,0,-4632.59,-1169.81,501.247,1.71915,0,0,0.757565,0.652759,900,100,1), - (5051,181021,0,-4641.6,-1178.9,515.026,-2.05949,0,0,0.857167,-0.515038,900,100,1), - (5054,32391,0,-4737.56,-1152.55,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5055,1731,1,6898.14,-589,30.224,-3,0,0,-0.997495,0.0707372,300,100,1), - (5056,2061,0,-4737.56,-1152.55,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5057,143343,0,-4737.59,-1060.55,509.893,-2.58309,0,0,0.961262,-0.275638,900,100,1), - (5058,143347,0,-4732.15,-1066.07,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5060,2061,0,-4732.15,-1066.07,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5061,1731,1,-943,-5110,-9,4.681,0,0,0.718117,-0.695923,300,100,1), - (5066,1731,1,6825.55,-664,86.337,-1,0,0,-0.479426,0.877583,300,100,1), - (5071,180662,0,-3710.44,-673.205,0,2.51327,0,0,0.951056,0.309019,180,100,1), - (5072,1731,1,2368.37,-502.473,116.287,-1.22173,0,0,-0.573576,0.819152,300,100,1), - (5073,1731,1,6573.71,-219,48.386,2.95,0,0,0.995415,0.0956499,300,100,1), - (5074,180662,0,-3873.45,-634.351,0,-0.837758,0,0,-0.406737,0.913545,180,100,1), - (5078,1731,1,6917.62,-597,45.348,2.135,0,0,0.875997,0.482316,300,100,1), - (5079,1731,1,6869.3,-591,42.412,3.07,0,0,0.999359,0.0357887,300,100,1), - (5080,1731,1,-149.711,-5155.12,22.047,0.279,0,0,0.139048,0.990286,300,100,1), - (5082,171548,0,-4626.56,-1222.81,503.388,2.2602,0,0,0.904455,0.426569,900,100,1), - (5083,1731,1,-710.721,-4951.73,29.1461,0.349065,0,0,0.173648,0.984808,300,255,1), - (5084,1731,1,243.719,359.159,69.786,-3,0,0,-0.997495,0.0707372,300,100,1), - (5085,1731,1,1299.81,1362.38,159.663,-1.48353,0,0,-0.67559,0.737277,300,100,1), - (5086,2061,0,-4626.56,-1222.81,503.388,2.2602,0,0,0.904455,0.426569,900,100,1), - (5088,1731,1,-4911,-1282,-29.3489,1.323,0,0,0.614301,0.789072,300,100,1), - (5089,1731,1,4560.8,630.978,28.017,3.521,0,0,0.98206,-0.188568,300,100,1), - (5090,171532,0,-4751.98,-1142.97,504.487,0.733039,0,0,0.358368,0.93358,900,100,1), - (5094,1731,1,-615.527,-775.294,56.9064,1.41372,0,0,0.649449,0.760405,300,100,1), - (5095,171534,0,-4751.91,-1141.76,504.587,2.2602,0,0,0.904455,0.426569,900,100,1), - (5097,180657,0,-3649.69,-665.087,0,0.191986,0,0,0.0958456,0.995396,180,100,1), - (5103,1731,1,2761.35,-3058.57,164.029,-0.488691,0,0,-0.241921,0.970296,300,255,1), - (5105,171531,0,-4707.97,-1214.16,504.101,0.68068,0,0,0.333807,0.942641,900,100,1), - (5106,1731,1,900.322,-4608,18.3222,2.264,0,0,0.905264,0.42485,300,100,1), - (5107,171528,0,-4709.26,-1213.95,504.161,-0.890117,0,0,-0.430511,0.902585,900,100,1), - (5108,1731,1,2354.04,1204.05,338.593,2.534,0,0,0.954208,0.299145,300,100,1), - (5110,1731,1,945.301,-4123,-12,3.856,0,0,0.936878,-0.349656,300,100,1), - (5114,1731,1,-947,-4608,25.595,0.297,0,0,0.147955,0.988994,300,100,1), - (5115,171529,0,-4709.14,-1212.74,504.276,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (5116,171562,0,-4676.99,-1231.75,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5117,2061,0,-4676.99,-1231.75,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5118,171530,0,-4707.88,-1212.86,504.103,2.25148,0,0,0.902585,0.430511,900,100,1), - (5119,180662,0,-3649.69,-665.087,0,0.191986,0,0,0.0958456,0.995396,180,100,1), - (5120,180655,1,-1981.99,-3767.3,0,1.5708,0,0,0.707108,0.707106,180,100,1), - (5121,180655,1,5881.34,595.47,0,-2.51327,0,0,-0.951056,0.309019,180,100,1), - (5122,2061,1,1788.69,-4201.4,40.0828,-0.628319,0,0,-0.309017,0.951056,900,100,1), - (5123,180655,1,5881.34,595.47,0,-2.51327,0,0,-0.951056,0.309019,180,100,1), - (5124,180657,1,1686.51,833.11,122.101,-2.67035,0,0,-0.972369,0.233447,180,100,1), - (5125,171560,0,-4654.32,-1239.36,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5126,2061,0,-4654.32,-1239.36,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5127,1731,1,-1164.81,609.84,83.9524,2.9147,0,0,0.993572,0.113203,300,100,1), - (5132,1731,1,791.334,-4036,-6,3.273,0,0,0.997842,-0.0656564,300,100,1), - (5133,171561,0,-4664.09,-1232.73,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5135,1731,1,-5720.24,-3154.99,-28.4684,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (5136,2111,0,-8706.68,866.017,97.2,0,0,0,0.904455,0.426568,120,0,0), - (5137,1731,1,5161.25,31.9684,44.8402,2.25148,0,0,0.902586,0.430509,300,100,1), - (5138,1731,1,1447.74,214.272,16.954,0.903,0,0,0.436316,0.899794,300,100,1), - (5140,2061,0,-4664.09,-1232.73,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5141,175689,0,-4585.96,-1223.39,504.293,2.30151,0.681389,-0.188966,0.68139,0.188967,900,100,1), - (5142,1731,1,7277.69,-842,37.668,1.169,0,0,0.551782,0.833988,300,100,1), - (5143,171564,0,-4696.58,-1248.01,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5144,2061,0,-4696.58,-1248.01,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5146,1731,1,-4981,-1205,-37,3.21,0,0,0.999415,-0.034197,300,100,1), - (5148,1731,1,1233.14,-275,2.302,4.548,0,0,0.762774,-0.646665,300,100,1), - (5150,1731,1,1267.43,759.141,193.445,0.767,0,0,0.374169,0.927361,300,100,1), - (5152,1731,1,833.743,-4211,-1,5.17,0,0,0.528296,-0.84906,300,100,1), - (5153,1731,1,-2767,-205,23.503,1.414,0,0,0.649556,0.760314,300,100,1), - (5156,1731,1,6657.02,89.426,34.761,0.122,0,0,0.0609622,0.99814,300,100,1), - (5157,1731,1,-815.609,-868.47,26.8822,-2.84489,0,0,-0.989016,0.147808,300,100,1), - (5158,171565,0,-4697.92,-1260.76,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5160,2061,0,-4697.92,-1260.76,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5161,171563,0,-4689.1,-1236.89,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5163,1731,1,-5255,-1554,-37,6.202,0,0,0.0405814,-0.999176,300,100,1), - (5165,2061,0,-4689.1,-1236.89,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5166,1731,1,6725.17,90.662,29.634,4.67,0,0,0.721934,-0.691962,300,100,1), - (5167,1731,1,-317.643,-4847.5,40.5401,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (5168,1731,1,1177.25,-4769,18.966,0,0,0,0,1,300,100,1), - (5169,180664,1,1686.51,833.11,122.101,-2.67035,0,0,-0.972369,0.233447,180,100,1), - (5173,1731,1,1268.36,1499.91,92.6485,1.276,0,0,0.59559,0.803289,300,100,1), - (5174,1731,1,-5154,-2351,-43,3.886,0,0,0.931528,-0.363669,300,100,1), - (5176,1731,1,-550,-4910,45.558,0,0,0,0,1,300,100,1), - (5177,1731,1,-2806,-144,22.177,4.521,0,0,0.771435,-0.636309,300,100,1), - (5178,180655,1,4723.29,727.582,0,-0.506145,0,0,-0.25038,0.968148,180,100,1), - (5179,180655,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766045,0.642787,180,100,1), - (5180,1731,1,2411.54,-856.929,147.678,-0.069812,0,0,-0.0348989,0.999391,300,255,1), - (5181,180655,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766045,0.642787,180,100,1), - (5182,180655,1,5286.93,587.093,0,-1.51844,0,0,-0.688356,0.725373,180,100,1), - (5183,180655,1,5286.93,587.093,0,-1.51844,0,0,-0.688356,0.725373,180,100,1), - (5186,1731,1,2287.31,1126.64,316.395,2.828,0,0,0.987733,0.156155,300,100,1), - (5187,1731,1,546.318,-4874.02,37.2483,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (5188,1731,1,-5173,-2426,-50,-3,0,0,-0.997495,0.0707372,300,100,1), - (5189,1731,1,7148.24,-934.898,75.9276,0.977384,0,0,0.469471,0.882948,300,100,1), - (5190,180655,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,180,100,1), - (5191,1731,1,923.991,-3979,27.253,-2,0,0,-0.841471,0.540302,300,100,1), - (5192,180655,1,6511.13,757.642,0,-1.44862,0,0,-0.662619,0.748957,180,100,1), - (5193,175686,0,-4625.65,-1262.28,503.65,-2.99324,0.316432,0.023515,0.945716,-0.070279,900,100,1), - (5195,175687,0,-4594.84,-1257.88,506.558,2.46134,0.011342,-0.006995,0.942617,0.333609,900,100,1), - (5198,2124,0,-8845.37,923.024,101.638,1.96351,0,0,0.831475,0.555563,120,0,0), - (5200,1731,1,7637.88,-1134,72.186,5.297,0,0,0.473352,-0.880873,300,100,1), - (5201,1731,1,5788.55,180.098,41.5897,-0.034907,0,0,-0.0174526,0.999848,300,100,1), - (5202,1731,1,712.542,-4512.38,19.8831,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (5203,175685,0,-4663.95,-1281.13,504.584,0.646141,0.012495,0.00463,0.317446,0.948183,900,100,1), - (5204,1731,1,924.105,1489.77,14.2401,0.575957,0,0,0.284015,0.95882,300,255,1), - (5205,175688,0,-4602.46,-1234.72,504.472,-0.521631,0.309975,-0.635543,0.309974,0.635543,900,100,1), - (5206,171566,0,-4693.13,-1271.5,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5211,1731,1,-5396.93,-1709.76,-38.7407,2.87979,0,0,0.991445,0.130528,300,255,1), - (5213,1731,1,845.625,-4164.17,-8.82255,-0.994837,0,0,-0.477158,0.878817,300,255,1), - (5214,1731,1,358.909,-4596,60.359,4.485,0,0,0.782763,-0.622321,300,100,1), - (5218,1731,1,193.885,-4771,14.324,0.164,0,0,0.0819081,0.99664,300,100,1), - (5219,1731,1,-2762,-634,19.881,0.541,0,0,0.267213,0.963637,300,100,1), - (5221,1731,1,4560.07,587.813,1.126,5.591,0,0,0.339225,-0.940705,300,100,1), - (5223,1731,1,188.034,-4793,14.51,3.147,0,0,0.999996,-0.00270371,300,100,1), - (5224,2061,0,-4693.13,-1271.5,501.989,2.2602,0,0,0.904455,0.426569,900,100,1), - (5225,1731,1,-309,-5194,22.23,0,0,0,0,1,300,100,1), - (5226,1731,1,1245.91,315.511,27.965,3.092,0,0,0.999693,0.0247938,300,100,1), - (5231,32416,0,-4770.98,-1171.26,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5233,1731,1,-713,-763,44.168,-2,0,0,-0.841471,0.540302,300,100,1), - (5234,2061,0,-4770.98,-1171.26,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5235,1731,1,7605.1,-1025,40.266,-1,0,0,-0.479426,0.877583,300,100,1), - (5237,1731,1,-278,967.098,94.647,-3,0,0,-0.997495,0.0707372,300,100,1), - (5239,171533,0,-4753.31,-1142.94,504.587,-0.881391,0,0,-0.426569,0.904455,900,100,1), - (5240,1731,1,-325,-4856,40.775,1.292,0,0,0.601997,0.798498,300,100,1), - (5241,1731,1,1153.52,-268,-9,4.029,0,0,0.903168,-0.429287,300,100,1), - (5243,171742,0,-4773.95,-1190.97,509.432,0.462513,0,0,0.229201,0.973379,900,100,1), - (5244,1731,1,-552,-4832,36.636,4.135,0,0,0.879158,-0.47653,300,100,1), - (5245,1731,1,-1844.6,-1004.5,84.088,2.74017,0,0,0.979925,0.199366,300,100,1), - (5247,1731,1,-2808,-792,18.084,1.917,0,0,0.81833,0.574748,300,100,1), - (5249,143333,0,-4783.12,-1179,504.877,1.87623,0,0,0.806445,0.59131,900,100,1), - (5254,1731,1,-817,-4629,44.872,3.991,0,0,0.911161,-0.412051,300,100,1), - (5258,171716,0,-4762.97,-1117.11,499.335,2.2602,0,0,0.904455,0.426569,900,100,1), - (5314,1731,1,5242.39,40.943,61.728,0,0,0,0,1,300,100,1), - (5315,148976,0,-4762.97,-1117.11,499.335,2.2602,0,0,0.904455,0.426569,900,100,1), - (5316,1731,1,958.429,-4298,-6,4.213,0,0,0.85991,-0.510446,300,100,1), - (5317,1731,1,6715.34,-360.81,47.1552,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (5318,1731,1,1133.49,-4584.18,28.9594,2.79252,0,0,0.984807,0.173652,300,255,1), - (5319,171743,0,-4772.97,-1193.28,509.432,0.462513,0,0,0.229201,0.973379,900,100,1), - (5320,1731,1,1601.27,102.149,21.912,0.677,0,0,0.332073,0.943254,300,100,1), - (5321,1731,1,801.919,-4835,38.039,-3,0,0,-0.997495,0.0707372,300,100,1), - (5322,180655,1,6511.13,757.642,0,-1.44862,0,0,-0.662619,0.748957,180,100,1), - (5323,1731,1,-1665,355.18,109.988,2.531,0,0,0.953758,0.300576,300,100,1), - (5327,1731,1,544.077,-4581.3,49.0066,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (5328,180655,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,180,100,1), - (5329,1731,1,1752.61,689.183,161.426,3.006,0,0,0.997703,0.0677444,300,100,1), - (5333,1731,1,4854.45,534.633,10.662,-1,0,0,-0.479426,0.877583,300,100,1), - (5335,1731,1,6176.48,463.119,24.8209,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (5337,1731,1,418.688,-4938,37.499,-1,0,0,-0.479426,0.877583,300,100,1), - (5340,180655,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,180,100,1), - (5342,1731,1,-2673,343.263,137.52,-1,0,0,-0.479426,0.877583,300,100,1), - (5343,1731,1,251.159,-3871.59,39.2736,0.331611,0,0,0.165047,0.986286,300,255,1), - (5344,1731,1,951.524,-4226,-6,2.417,0,0,0.935085,0.354422,300,100,1), - (5347,1731,1,-4979,-1856,-38,2.635,0,0,0.968092,0.250596,300,100,1), - (5351,1731,1,6874.35,-583,42.533,1.781,0,0,0.777386,0.629023,300,100,1), - (5352,177222,0,-4634.65,-1288.04,504.584,-2.40818,-0.00517,0.012281,0.933433,-0.358504,900,100,1), - (5353,175726,0,-4624.76,-1315.31,502.951,-1.43117,0,0,0.656059,-0.75471,900,100,1), - (5354,1731,1,82.093,-4522,70.473,2.467,0,0,0.943653,0.330937,300,100,1), - (5355,1731,1,6835.45,-291,40.423,1.92,0,0,0.819192,0.57352,300,100,1), - (5356,1731,1,-708,-4690,35.181,6.181,0,0,0.0510703,-0.998695,300,100,1), - (5358,1731,1,829.24,1452.84,-5,0,0,0,0,1,300,100,1), - (5360,1731,1,-4663,-1376,-32,3.686,0,0,0.963181,-0.268855,300,100,1), - (5361,1731,1,833.341,-4095,25.37,-1,0,0,-0.479426,0.877583,300,100,1), - (5362,175739,0,-4616.51,-1306.35,504.34,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (5363,175736,0,-4617.07,-1305.17,504.333,2.26893,0,0,0.906308,0.422618,900,100,1), - (5364,175750,0,-4626.7,-1312.24,502.951,1.8675,0,0,0.803857,0.594823,900,100,1), - (5365,1731,1,-4783,-1732,-37,3.037,0,0,0.998633,0.0522725,300,100,1), - (5366,1731,1,1316.97,-4828.23,24.0255,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (5368,1731,1,71.799,-5185,-6,1.129,0,0,0.534993,0.844856,300,100,1), - (5370,1731,1,6.07,-34,49.14,4.863,0,0,0.651904,-0.758301,300,100,1), - (5371,1731,1,-5306,-1632,-38,1.264,0,0,0.59076,0.806848,300,100,1), - (5374,1731,1,1225.42,-103,-2,5.961,0,0,0.160397,-0.987053,300,100,1), - (5375,1731,1,1509.55,-4858.73,9.38298,1.85,0,0,0.798621,0.601835,300,100,1), - (5376,1731,1,1067.8,-4590.99,27.041,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (5377,1731,1,7325.42,-523,8.434,1.553,0,0,0.700787,0.713371,300,100,1), - (5381,175725,0,-4625.98,-1315,502.944,-2.40855,0,0,0.93358,-0.358368,900,100,1), - (5382,175683,0,-4680.76,-1301,504.092,4.71239,0.61994,-0.340111,0.619939,0.34011,900,100,1), - (5384,175742,0,-4636.71,-1322.54,504.333,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (5385,175761,0,-4636.64,-1321.16,504.333,1.90241,0,0,0.814116,0.580703,900,100,1), - (5386,175746,0,-4634.88,-1322.61,504.326,-0.593412,0,0,0.292372,-0.956305,900,100,1), - (5392,1731,1,6832.27,-610,51.397,0.144,0,0,0.0719378,0.997409,300,100,1), - (5394,175734,0,-4617.49,-1322.88,504.34,1.8326,0,0,0.793353,0.608761,900,100,1), - (5396,175684,0,-4686.71,-1333.56,506.201,2.04232,0.012548,-0.004485,0.852658,0.522299,900,100,1), - (5398,175681,0,-4695.44,-1318.03,504.075,2.21004,0.607692,-0.361538,0.607693,0.361539,900,100,1), - (5399,1731,1,6888.3,396.644,15.7299,-0.837758,0,0,-0.406737,0.913545,300,100,1), - (5400,1731,1,590.341,-4278,15.473,1.777,0,0,0.776127,0.630577,300,100,1), - (5401,1731,1,972.06,-4718.87,29.4653,0,0,0,0,1,300,255,1), - (5403,171550,0,-4714.76,-1295.98,503.388,2.2602,0,0,0.904455,0.426569,900,100,1), - (5404,2061,0,-4714.76,-1295.98,503.388,2.2602,0,0,0.904455,0.426569,900,100,1), - (5405,175680,0,-4698.27,-1312.97,503.944,2.21004,0.607692,-0.361538,0.607693,0.361539,900,100,1), - (5406,1731,1,-4546,-1195,-48,3.132,0,0,0.999988,0.00479632,300,100,1), - (5408,1731,1,1430.12,-4664.15,46.1002,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (5409,1731,1,6770.72,0.317,27.224,-1,0,0,-0.479426,0.877583,300,100,1), - (5413,171551,0,-4727.5,-1301.81,503.388,2.2602,0,0,0.904455,0.426569,900,100,1), - (5415,1731,1,2059.95,1124.83,270.65,1.197,0,0,0.563404,0.826182,300,100,1), - (5416,1731,1,-114.647,1298.89,93.6003,0.122173,0,0,0.0610485,0.998135,300,255,1), - (5419,2061,0,-4727.5,-1301.81,503.388,2.2602,0,0,0.904455,0.426569,900,100,1), - (5420,1731,1,36.035,-197,27.172,0.288,0,0,0.143503,0.98965,300,100,1), - (5422,175682,0,-4682.52,-1322.51,506.095,2.07694,0.067603,-0.039821,0.858973,0.505974,900,100,1), - (5423,174848,0,-4695.56,-1311.49,503.961,-0.925024,0,0,0.446198,-0.894934,900,100,1), - (5424,175265,0,-4695.79,-1312.3,503.961,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (5425,175679,0,-4714.71,-1325.93,504.599,1.5708,0.147016,-0.691655,0.147016,0.691655,900,100,1), - (5426,137647,0,-4802.87,-1175.06,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5427,2061,0,-4802.87,-1175.06,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5428,32429,0,-4846.84,-1159.43,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5429,2061,0,-4846.84,-1159.43,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (5430,171717,0,-4807.86,-1130.18,499.499,2.2602,0,0,0.904455,0.426569,900,100,1), - (5431,148976,0,-4807.86,-1130.18,499.499,2.2602,0,0,0.904455,0.426569,900,100,1), - (5435,180655,1,6845.35,479.494,0,1.71042,0,0,0.754709,0.65606,180,100,1), - (5439,180655,1,6965.09,434.654,0,-1.43117,0,0,-0.656059,0.75471,180,100,1), - (5441,180655,1,6965.09,434.654,0,-1.43117,0,0,-0.656059,0.75471,180,100,1), - (5442,180655,1,6981.46,323.755,0,-0.872665,0,0,-0.422618,0.906308,180,100,1), - (5444,1731,1,5122.07,354.769,11.8237,-2.9147,0,0,-0.993572,0.113203,300,100,1), - (5445,1731,1,4451.96,413.918,67.525,-1,0,0,-0.479426,0.877583,300,100,1), - (5447,1731,1,5.7781,-4578.69,53.9976,0.314158,0,0,0.156434,0.987688,300,255,1), - (5450,1731,1,-1594,-874,37.908,2.723,0,0,0.978177,0.207772,300,100,1), - (5452,1731,1,6135.04,17.2649,44.6068,2.16421,0,0,0.882948,0.469471,300,100,1), - (5453,171713,0,-4789.21,-1128.66,498.881,-1.82387,0,0,-0.790689,0.612218,900,100,1), - (5455,1731,1,835.805,-4055,-8.4,3.073,0,0,0.999412,0.0342896,300,100,1), - (5458,1731,1,1000.95,1509.58,19.5043,5.281,0,0,0.480384,-0.877058,300,100,1), - (5459,171714,0,-4792.54,-1127.9,498.881,-1.82387,0,0,-0.790689,0.612218,900,100,1), - (5463,1731,1,-4762,-1768,-33,2.236,0,0,0.899227,0.437482,300,100,1), - (5465,180655,1,6981.46,323.755,0,-0.872665,0,0,-0.422618,0.906308,180,100,1), - (5466,1731,1,-5403,-2922,-50,4.191,0,0,0.865472,-0.500957,300,100,1), - (5467,1731,1,-5126,-2436,-52,4.652,0,0,0.728132,-0.685437,300,100,1), - (5468,1731,1,719.195,-4127,1.455,2.869,0,0,0.990726,0.135875,300,100,1), - (5469,143336,0,-4862.73,-1148.93,506.687,0.418879,0,0,0.207912,0.978148,900,100,1), - (5471,1731,1,-300,-4851,37.896,3.004,0,0,0.997634,0.0687421,300,100,1), - (5472,1731,1,-642,-5100,21.157,0.379,0,0,0.188368,0.982099,300,100,1), - (5474,1731,1,517.774,-4761,30.16,0.785,0,0,0.3825,0.923956,300,100,1), - (5475,1731,1,-1583,276.251,22.789,-2,0,0,-0.841471,0.540302,300,100,1), - (5476,180655,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587786,0.809016,180,100,1), - (5477,1731,1,508.831,275.832,69.153,5.665,0,0,0.304194,-0.95261,300,100,1), - (5484,171640,0,-5048.86,-1280.78,501.963,2.2602,0,0,0.904455,0.426569,900,100,1), - (5485,1732,1,7387.24,-372,4.4835,1.641,0,0,0.731487,0.681856,300,100,1), - (5490,142140,0,-11563.1,782.105,42.5379,2.54818,0,0,0.956305,0.292372,300,255,1), - (5492,1619,0,-9083.2,-1084.1,82.282,0.331611,0,0,0.165047,0.986286,300,255,1), - (5493,1732,1,626.583,-1219,92.137,4.237,0,0,0.853723,-0.520728,300,100,1), - (5496,2124,0,-8727.91,892.832,100.376,0,0,0,0.904455,0.426568,120,0,0), - (5497,1619,0,-9436.08,556.346,70.3439,2.63544,0,0,0.968147,0.250383,300,255,1), - (5498,1620,0,-10124.6,1280.59,39.4595,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (5499,1732,1,2730.26,-3700.82,92.1035,-2.19912,0,0,-0.891008,0.453988,300,100,1), - (5500,1732,1,-1940,1653.59,62.646,2.304,0,0,0.913579,0.406661,300,100,1), - (5502,1732,1,2524.86,1767.01,357.391,2.67,0,0,0.972329,0.233617,300,100,1), - (5503,1731,1,418.566,-4941,36.963,1.789,0,0,0.779896,0.625909,300,100,1), - (5504,1620,0,-10193,88.2107,27.1032,1.65806,0,0,0.737277,0.675591,300,255,1), - (5505,1621,1,1805.19,-2050.75,104.122,1.83259,0,0,0.793353,0.608762,300,255,1), - (5507,1621,0,-10827.9,1783.94,35.4826,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (5509,1732,1,3319,-680.59,163.89,2.496,0,0,0.948352,0.31722,300,100,1), - (5511,1622,0,-11073.5,-233.118,18.9209,2.30383,0,0,0.913545,0.406738,300,255,1), - (5517,2124,0,-8827,957.504,99.847,2.26,0,0,0.904455,0.426568,120,0,0), - (5522,1732,1,-1521,1964.46,67.374,1.85,0,0,0.798621,0.601835,300,100,1), - (5525,1732,1,2508.13,-1446,172.044,-2,0,0,-0.841471,0.540302,300,100,1), - (5531,1732,1,7476.1,-941.806,24.6554,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (5535,1731,1,-704,-4570,41.348,0.718,0,0,0.351338,0.936249,300,100,1), - (5546,1732,1,4180.47,1107.06,28.841,1.745,0,0,0.765939,0.642914,300,100,1), - (5547,21073,1,-2822.02,-3416.97,34.1203,2.97579,0,0,0.996566,0.082808,900,100,1), - (5557,2041,1,1623.1,-1760.67,94.6082,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (5558,2042,0,-11678.6,644.356,49.927,-1.81514,0,0,-0.788011,0.615662,300,255,1), - (5559,1732,1,3826.41,240.895,5.254,-1,0,0,-0.479426,0.877583,300,100,1), - (5561,1732,1,5954.85,-58,47.114,2.793,0,0,0.984849,0.173415,300,100,1), - (5562,2045,1,4147.58,1212.44,-15.3628,-2.9845,0,0,-0.996917,0.0784664,300,255,1), - (5571,1732,1,-1120,2109.99,85.869,1.588,0,0,0.713163,0.700998,300,100,1), - (5572,1732,1,5662.14,10.901,68.683,2.443,0,0,0.939614,0.342237,300,100,1), - (5585,1732,1,3340.94,49.9797,25.133,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (5586,181098,0,-7970.58,-1252.48,133.754,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (5592,1732,1,7263.68,-972,48.551,1.361,0,0,0.629182,0.777258,300,100,1), - (5595,1732,1,3045.58,279.496,50.1172,1.15192,0,0,0.544639,0.838671,300,255,1), - (5598,1732,1,5738.26,499.741,6.79997,1.23918,0,0,0.580701,0.814117,300,255,1), - (5600,1732,1,-1277,2161.87,99.143,-1,0,0,-0.479426,0.877583,300,100,1), - (5602,1732,1,-704.537,1343.63,94.3765,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (5606,1732,1,5573.86,468.625,20.336,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (5613,1732,1,-5135,-2361,-52,0,0,0,0,1,300,100,1), - (5614,1732,1,-284,1431.68,105.799,-3,0,0,-0.997495,0.0707372,300,100,1), - (5620,1732,1,4896.88,826.576,-1,-1,0,0,-0.479426,0.877583,300,100,1), - (5631,1732,1,-1443,993.998,96.11,2.234,0,0,0.898789,0.438381,300,100,1), - (5635,1732,1,-1729.69,-3879.37,25.8715,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (5641,1732,1,7062.76,-212,47.978,2.862,0,0,0.990244,0.139341,300,100,1), - (5645,1732,1,7948.17,-1082,35.579,1.501,0,0,0.682005,0.731348,300,100,1), - (5654,1732,1,-2057.46,2282.55,68.2259,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (5669,1732,1,73.371,-294,37.23,-3,0,0,-0.997495,0.0707372,300,100,1), - (5676,1732,1,3482.47,750.91,28.298,-2,0,0,-0.841471,0.540302,300,100,1), - (5677,1732,1,-5469,-2096,-56,1.047,0,0,0.499914,0.866075,300,100,1), - (5678,1732,1,-5649.77,-2964.91,-42.7809,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (5686,1733,1,-1659,-2294,87.098,-1,0,0,-0.479426,0.877583,300,100,1), - (5688,1733,1,2274.85,-2824.09,131.828,5.26837,0,0,0.485913,-0.874007,300,100,1), - (5689,1733,1,2347.68,-2822.3,129.364,4.81679,0,0,0.669249,-0.743038,300,100,1), - (5690,1733,1,2272.06,-2966.93,120.685,5.77497,0,0,0.251382,-0.967888,300,100,1), - (5691,1733,1,2259,-2947.02,113.527,1.37674,0,0,0.635279,0.772283,300,100,1), - (5692,1733,1,1948.91,-2897.51,101.791,5.53542,0,0,0.365233,-0.930916,300,100,1), - (5693,1733,1,1877.71,-2865.41,76.1105,5.72784,0,0,0.274118,-0.961696,300,100,1), - (5694,1733,1,1836.67,-2941.54,97.7927,2.33886,0,0,0.920528,0.390676,300,100,1), - (5695,1733,1,1989.7,-3208.08,101.042,3.86646,0,0,0.935037,-0.354551,300,100,1), - (5696,1733,1,2052.12,-3289.35,93.9253,4.59294,0,0,0.748053,-0.663639,300,100,1), - (5697,1733,1,1866.93,-3179.24,93.9894,5.20948,0,0,0.511434,-0.859323,300,100,1), - (5698,1733,1,1824.93,-3199.7,93.043,0.677727,0,0,0.332415,0.943133,300,100,1), - (5699,1733,1,1758.81,-3191.94,94.0924,2.17391,0,0,0.885215,0.465183,300,100,1), - (5700,1733,1,1739.98,-3154.85,92.2263,0.0376239,0,0,0.0188108,0.999823,300,100,1), - (5701,1733,1,1649.73,-3048.86,91.9891,6.26191,0,0,0.0106375,-0.999943,300,100,1), - (5702,1733,1,1598.2,-3088.08,90.232,4.67934,0,0,0.718694,-0.695326,300,100,1), - (5703,1733,1,1999.45,-2641.09,102.072,0.10047,0,0,0.0502139,0.998738,300,100,1), - (5704,1733,1,2124.21,-2423.28,102.957,2.41346,0,0,0.934457,0.356077,300,100,1), - (5705,1733,1,2129.12,-2323.16,110.792,5.24481,0,0,0.496175,-0.868223,300,100,1), - (5706,1733,1,2096.34,-2264.55,112.135,6.23048,0,0,0.0263495,-0.999653,300,100,1), - (5707,1733,1,1995.14,-2046.14,109.707,4.45548,0,0,0.791862,-0.6107,300,100,1), - (5708,1733,1,2350.81,-1913.7,72.3219,5.5629,0,0,0.352408,-0.935847,300,100,1), - (5709,1733,1,2348.42,-1912.43,70.2146,4.84034,0,0,0.660453,-0.750867,300,100,1), - (5710,1733,1,2350.46,-1911.86,70.9743,3.90572,0,0,0.927897,-0.372836,300,100,1), - (5711,1733,1,2349.66,-1912.81,73.1083,4.8796,0,0,0.645588,-0.763686,300,100,1), - (5712,1733,1,2350.45,-1914.29,77.6194,5.05238,0,0,0.577287,-0.816541,300,100,1), - (5713,1733,1,2346.65,-1913.4,72.4533,5.17412,0,0,0.526546,-0.850147,300,100,1), - (5714,1733,1,2427.41,-2280.99,138.642,1.17643,0,0,0.554877,0.831932,300,100,1), - (5715,1733,1,2435.44,-2368.75,145.755,4.05098,0,0,0.898396,-0.439187,300,100,1), - (5716,1733,1,2604.09,-2360.54,168.865,2.16602,0,0,0.883372,0.468672,300,100,1), - (5717,1733,1,2631.94,-2412.94,174.419,0.0729331,0,0,0.0364585,0.999335,300,100,1), - (5718,1733,1,2653.48,-2576.28,183.302,4.51829,0,0,0.772296,-0.635263,300,100,1), - (5719,1733,1,2794.95,-2648.97,207.652,3.96459,0,0,0.916522,-0.399983,300,100,1), - (5720,1733,1,3382.77,-1719.31,179.005,5.32332,0,0,0.461719,-0.887026,300,100,1), - (5721,1733,1,3051.3,-1642.23,185.59,5.16231,0,0,0.531557,-0.847023,300,100,1), - (5722,1733,1,2968.38,-1226.68,194.345,0.563805,0,0,0.278184,0.960528,300,100,1), - (5723,1733,1,2917.15,-1009.68,187.91,1.80866,0,0,0.786011,0.618212,300,100,1), - (5724,1733,1,3103.38,-613.057,169.031,5.25262,0,0,0.492781,-0.870154,300,100,1), - (5725,1733,1,3267.99,-613.883,169.408,4.57719,0,0,0.753255,-0.657728,300,100,1), - (5726,1733,1,3235.81,-609.635,172.424,5.22121,0,0,0.506385,-0.862307,300,100,1), - (5727,1733,1,3216.55,-618.296,181.569,4.08239,0,0,0.891388,-0.453242,300,100,1), - (5728,1733,1,3285.54,-633.892,171.835,0.426363,0,0,0.21157,0.977363,300,100,1), - (5729,1733,1,3600.77,-237.623,19.5518,4.76176,0,0,0.689438,-0.724345,300,100,1), - (5730,1733,1,3415.94,-14.9157,10.771,3.0653,0,0,0.999273,0.0381371,300,100,1), - (5731,1733,1,3384.14,27.7741,13.5599,3.58759,0,0,0.975239,-0.221155,300,100,1), - (5732,1733,1,3374.11,265.489,12.2863,1.12537,0,0,0.533459,0.845826,300,100,1), - (5733,1733,1,3339.64,291.231,10.8829,1.12144,0,0,0.531796,0.846872,300,100,1), - (5734,1733,1,3382.52,443.328,8.13948,3.27343,0,0,0.997828,-0.065871,300,100,1), - (5735,1733,1,3310.39,450.089,11.0523,1.65158,0,0,0.735084,0.677976,300,100,1), - (5736,1733,1,3060.19,428.071,11.293,3.9528,0,0,0.918864,-0.394574,300,100,1), - (5737,1733,1,2981.37,389.972,97.9323,1.40026,0,0,0.644317,0.764758,300,100,1), - (5738,1733,1,2591.79,246.458,114.616,0.559882,0,0,0.276299,0.961072,300,100,1), - (5739,1733,1,2543.55,364.606,96.5765,1.56911,0,0,0.70651,0.707703,300,100,1), - (5740,1733,1,2667.81,-1030.75,128.997,0.336031,0,0,0.167226,0.985919,300,100,1), - (5741,1733,1,2263.78,-1103.53,97.8929,0.756217,0,0,0.369163,0.929365,300,100,1), - (5742,1733,1,1999.54,-903.352,77.3117,2.50766,0,0,0.950185,0.311686,300,100,1), - (5743,1733,1,1877.61,-1314.39,88.2042,4.02348,0,0,0.904349,-0.426793,300,100,1), - (5744,1733,1,1863.16,-1298.97,88.6674,4.2002,0,0,0.863159,-0.504932,300,100,1), - (5745,1733,1,1474.6,-2122.45,85.1508,3.17918,0,0,0.999823,-0.0187925,300,100,1), - (5755,1733,1,-4405.88,-1035.62,-51.8744,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (5756,1733,1,352.69,-3236.93,97.723,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (5759,1733,1,-242.207,-1819.49,100.772,1.95477,0,0,0.829038,0.559192,300,255,1), - (5766,1734,1,-8210,-5065,28.389,2.408,0,0,0.933481,0.358627,300,100,1), - (5771,1734,1,-6948,-4198,25.862,5.365,0,0,0.443135,-0.896455,300,100,1), - (5773,1734,1,-8296,-5138,7.183,5.047,0,0,0.579482,-0.814985,300,100,1), - (5774,1734,1,-6725,-3720,-24,4.968,0,0,0.611213,-0.791466,300,100,1), - (5775,1734,1,706.466,1912.78,3.634,0.073,0,0,0.0364919,0.999334,300,100,1), - (5776,1734,1,-9394,-3066,24.968,4.889,0,0,0.641991,-0.766712,300,100,1), - (5779,1734,1,-6925,-3290,30.684,5.204,0,0,0.513787,-0.857918,300,100,1), - (5781,1734,1,-4618,-1479,-41,0.563,0,0,0.277797,0.96064,300,100,1), - (5785,1734,1,-5798,-3914,-96,0.25,0,0,0.124675,0.992198,300,100,1), - (5786,21075,1,-2822.12,-3416.87,34.1319,1.40499,0,0,0.646124,0.763233,900,100,1), - (5787,1734,1,-9425,-4073,-47,3.848,0,0,0.938269,-0.345906,300,100,1), - (5789,1734,1,-8108,-5173,16.265,1.63,0,0,0.727726,0.685868,300,100,1), - (5790,1734,1,-5173,-1433,-30,5.896,0,0,0.192386,-0.981319,300,100,1), - (5791,1734,1,-5154,-1302,-39,1.883,0,0,0.808442,0.588576,300,100,1), - (5793,1734,1,-7128,-2875,11.839,2.221,0,0,0.895921,0.444214,300,100,1), - (5798,1734,1,-6798,-2720,40.751,4,0,0,0.909297,-0.416147,300,100,1), - (5800,1734,1,-4922,-1123,-36,3.155,0,0,0.999978,-0.00670361,300,100,1), - (5805,1734,1,487.085,1534.38,14.631,2.736,0,0,0.979507,0.201409,300,100,1), - (5806,1734,1,-5214,-1490,-38,5.92,0,0,0.180596,-0.983557,300,100,1), - (5809,1734,1,-8342,-4487,23.459,5.874,0,0,0.203168,-0.979144,300,100,1), - (5810,1734,1,-8486,-4531,12.762,4.341,0,0,0.825503,-0.564398,300,100,1), - (5811,1734,1,-4872,-2122,-40,0.662,0,0,0.324989,0.945718,300,100,1), - (5813,1734,1,-5275,-2826,-50,0.745,0,0,0.363945,0.93142,300,100,1), - (5814,1734,1,-7351,-4522,11.508,0.684,0,0,0.335372,0.942086,300,100,1), - (5817,1734,1,-7602,-4191,15.405,2.196,0,0,0.890298,0.455378,300,100,1), - (5820,1734,1,-7309,-4503,12.753,3.182,0,0,0.999796,-0.0202023,300,100,1), - (5823,1734,1,-9441,-3371,33.078,4.072,0,0,0.89373,-0.448605,300,100,1), - (5824,1734,1,805.679,1716.87,-14,3.518,0,0,0.982342,-0.187095,300,100,1), - (5827,1734,1,-8943,-2349,13.03,3.499,0,0,0.984075,-0.177754,300,100,1), - (5830,1734,1,-9538,-2230,63.648,3.15,0,0,0.999991,-0.00420371,300,100,1), - (5832,1734,1,-9543,-2498,27.534,4.151,0,0,0.875318,-0.483548,300,100,1), - (5834,1734,1,-9505,-3490,48.511,3.511,0,0,0.982991,-0.183655,300,100,1), - (5835,1734,1,-4780,-1545,-38,1.581,0,0,0.710705,0.70349,300,100,1), - (5837,1734,1,-6148,-4358,-51,4.354,0,0,0.821817,-0.569752,300,100,1), - (5839,1734,1,446.349,1691.81,30.91,3.698,0,0,0.96155,-0.274629,300,100,1), - (5840,1734,1,-7773,-2831,14.872,4.26,0,0,0.847678,-0.530511,300,100,1), - (5841,1734,1,-8400,-4966,5.597,4.796,0,0,0.676937,-0.736041,300,100,1), - (5844,1734,1,-4947,-2217,-49,0.486,0,0,0.240616,0.970621,300,100,1), - (5845,1734,1,-7428,-3879,15.422,2.396,0,0,0.931313,0.364221,300,100,1), - (5847,1734,1,-5369,-2906,-55,3.981,0,0,0.91321,-0.40749,300,100,1), - (5851,1734,1,-5488,-3414,-39,2.551,0,0,0.956716,0.291023,300,100,1), - (5852,1734,1,-6839,-2816,40.745,3.38,0,0,0.992904,-0.118922,300,100,1), - (5853,1734,1,-8960,-2382,18.578,2.659,0,0,0.971029,0.238962,300,100,1), - (5855,1734,1,-9176,-2065,46.879,1.822,0,0,0.790117,0.612956,300,100,1), - (5856,1734,1,-7293,-2578,15.337,1.327,0,0,0.615878,0.787841,300,100,1), - (5857,1734,1,924.649,1410.7,21.281,2.499,0,0,0.948827,0.315797,300,100,1), - (5858,1734,1,-7983,-2802,15.382,4.846,0,0,0.658326,-0.752733,300,100,1), - (5860,1734,1,-4675,-1561,-30,2.398,0,0,0.931676,0.36329,300,100,1), - (5862,1734,1,-5261,-1746,-46,1.357,0,0,0.627626,0.778515,300,100,1), - (5864,1734,1,-8872,-2451,13.96,1.284,0,0,0.598798,0.8009,300,100,1), - (5867,1734,1,-5021,-2171,-49,0.403,0,0,0.200139,0.979768,300,100,1), - (5871,1734,1,-1784,1617.62,79.266,0.541,0,0,0.267213,0.963637,300,100,1), - (5873,1734,1,-7427,-2741,9.596,5.368,0,0,0.44179,-0.897119,300,100,1), - (5874,1734,1,1442.28,1456.07,132.733,1.486,0,0,0.6765,0.736442,300,100,1), - (5876,1734,1,-7529,-4209,24.5871,1.705,0,0,0.752928,0.658103,300,100,1), - (5877,1734,1,538.669,1855.73,15.67,0.902,0,0,0.435866,0.900012,300,100,1), - (5878,1734,1,-7142,-2773,13.717,4.655,0,0,0.727103,-0.686529,300,100,1), - (5882,2061,0,-5048.86,-1280.78,501.963,2.2602,0,0,0.904455,0.426569,900,100,1), - (5885,1734,1,-9477,-2861,24.377,4.807,0,0,0.672878,-0.739753,300,100,1), - (5889,1734,1,-9561,-2389,61.235,3.362,0,0,0.993934,-0.109981,300,100,1), - (5890,1734,1,-6232,-4375,-50,3.726,0,0,0.957611,-0.288063,300,100,1), - (5894,1734,1,-9084,-2202,13.31,0.299,0,0,0.148944,0.988846,300,100,1), - (5895,1734,1,-7765,-4472,18.552,0.052,0,0,0.0259971,0.999662,300,100,1), - (5896,1734,1,-4781,931.59,148.731,-2,0,0,-0.841471,0.540302,300,100,1), - (5897,1734,1,-8880,-2281,13.166,2.031,0,0,0.849744,0.527195,300,100,1), - (5898,1734,1,-9423,-4000,-38,2.242,0,0,0.900536,0.434782,300,100,1), - (5899,1734,1,-8267,-5072,12.034,5.679,0,0,0.297519,-0.954716,300,100,1), - (5902,1734,1,-8750,-4380,29.62,5.468,0,0,0.3964,-0.918078,300,100,1), - (5904,1734,1,-4702,-1582,-25,1.397,0,0,0.64307,0.765808,300,100,1), - (5906,1734,1,-7825,-2613,-5,3.585,0,0,0.975524,-0.219892,300,100,1), - (5908,1734,1,-9463,-2610,25.629,4.163,0,0,0.872401,-0.488791,300,100,1), - (5910,1734,1,-8876,-2244,11.969,3.853,0,0,0.937402,-0.34825,300,100,1), - (5913,1734,1,-6723,-3787,-25,4.025,0,0,0.904025,-0.42748,300,100,1), - (5917,1734,1,-7525,-4619,16.432,6.119,0,0,0.0820005,-0.996632,300,100,1), - (5921,21083,1,-3367.53,-3031.18,34.2382,1.90241,0,0,0.814116,0.580703,900,100,1), - (5922,21084,1,-3367.55,-3031.16,33.4034,1.90241,0,0,0.814116,0.580703,900,100,1), - (5926,1734,1,-9392,-3281,30.997,3.637,0,0,0.969478,-0.245178,300,100,1), - (5932,1734,1,708.181,1345.83,9.807,4.706,0,0,0.709362,-0.704844,300,100,1), - (5934,1734,1,-4679,-1404,-45,1.841,0,0,0.795904,0.605422,300,100,1), - (5935,1734,1,-5491,-1994,-50,5.417,0,0,0.41968,-0.907672,300,100,1), - (5936,1734,1,-4959,-1336,-34,3.799,0,0,0.946462,-0.322816,300,100,1), - (5937,1734,1,-9089,-2095,24.669,1.602,0,0,0.718052,0.695989,300,100,1), - (5938,1734,1,6704.94,-2576,533.464,5.987,0,0,0.147552,-0.989054,300,100,1), - (5940,1734,1,-5137,-1837,-46,6.065,0,0,0.108876,-0.994055,300,100,1), - (5943,1734,1,-5544,-2007,-51,6.085,0,0,0.0989305,-0.995094,300,100,1), - (5945,1734,1,435.79,1467.62,39.038,4.004,0,0,0.908463,-0.417965,300,100,1), - (5946,1734,1,-9217,-4279,49.294,4.946,0,0,0.619882,-0.784695,300,100,1), - (5947,1734,1,-4973,-1279,-30,4.938,0,0,0.623016,-0.782209,300,100,1), - (5950,1734,1,-9528,-3750,37.954,4.47,0,0,0.787408,-0.616432,300,100,1), - (5953,1734,1,-5409,-3354,-36,0.513,0,0,0.253697,0.967284,300,100,1), - (5957,1734,1,-8370,-2129,1.091,0.9,0,0,0.434966,0.900447,300,100,1), - (5958,1734,1,-7102,-2834,15.217,3.96,0,0,0.917438,-0.397879,300,100,1), - (5959,1734,1,6958.97,-3341,747.345,6.239,0,0,0.0220909,-0.999756,300,100,1), - (5960,1734,1,6869.34,-3228,652.21,6.283,0,0,0.0000926574,-1,300,100,1), - (5961,1734,1,6730.9,-2991,565.567,5.072,0,0,0.569249,-0.822165,300,100,1), - (5963,21054,1,-3583.81,-4305.52,5.9923,-1.00356,0,0,-0.480989,0.876727,900,100,1), - (5964,1734,1,-7244,-2584,20.043,1.111,0,0,0.527368,0.849637,300,100,1), - (5965,1734,1,6280.77,-2576,556.681,5.118,0,0,0.550191,-0.835039,300,100,1), - (5966,1734,1,-9228,-4052,29.708,3.251,0,0,0.998504,-0.0546764,300,100,1), - (5968,1734,1,953.489,1820.06,11.489,0.934,0,0,0.45021,0.892923,300,100,1), - (5970,1734,1,-8434,-2098,-21,5.848,0,0,0.21588,-0.97642,300,100,1), - (5971,1734,1,-9053,-3899,29.08,3.436,0,0,0.989185,-0.146673,300,100,1), - (5972,1734,1,-5334,-2792,-47,0.454,0,0,0.225056,0.974346,300,100,1), - (5975,1734,1,-9505,-3849,33.294,4.622,0,0,0.738331,-0.674438,300,100,1), - (5976,1734,1,-9549,-3545,53.947,3.079,0,0,0.99951,0.0312912,300,100,1), - (5979,1734,1,-5326,-3267,-31,5.838,0,0,0.220759,-0.975328,300,100,1), - (5980,1734,1,886.023,1867.31,14.348,0.678,0,0,0.332544,0.943088,300,100,1), - (5981,1734,1,-5223,-1385,-45,1.938,0,0,0.82432,0.566124,300,100,1), - (5982,1734,1,-5412,-3046,-29,3.333,0,0,0.995424,-0.0955576,300,100,1), - (5983,1734,1,-5752,-3948,-68,4.672,0,0,0.721241,-0.692684,300,100,1), - (5985,1734,1,-5356,-3032,-38,3.38,0,0,0.992904,-0.118922,300,100,1), - (5986,1734,1,765.622,1806.18,-8,1.593,0,0,0.714913,0.699213,300,100,1), - (5990,1734,1,837.882,1445.92,-3,4.714,0,0,0.706537,-0.707676,300,100,1), - (5991,1734,1,-9463,-3205,29.95,3.381,0,0,0.992844,-0.119418,300,100,1), - (5993,1734,1,-5598,-1978,-52,1.553,0,0,0.700787,0.713371,300,100,1), - (5996,1734,1,-9122,-2096,31.007,2.455,0,0,0.94165,0.336593,300,100,1), - (5997,171644,0,-5071.54,-1288.02,512.281,2.2602,0,0,0.904455,0.426569,900,100,1), - (5999,1734,1,-7106.94,-2582.7,13.6203,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (6002,1735,1,-8276,-2368,10.816,0.908,0,0,0.438564,0.8987,300,100,1), - (6003,21055,1,-3583.81,-4305.49,5.4384,-1.00356,0,0,-0.480989,0.876727,900,100,1), - (6004,1735,1,2053.78,-2336,104.595,0.542,0,0,0.267695,0.963504,300,100,1), - (6005,1735,1,1487.92,-2473,124.788,5.166,0,0,0.529993,-0.848002,300,100,1), - (6006,1735,1,2468.39,-2019,142.316,3.501,0,0,0.983897,-0.178738,300,100,1), - (6007,2061,0,-5071.54,-1288.02,512.281,2.2602,0,0,0.904455,0.426569,900,100,1), - (6011,1735,1,-9204,-4263,45.204,2.92,0,0,0.993868,0.11057,300,100,1), - (6012,1735,1,-5100,1689.27,110.354,0.808,0,0,0.393099,0.919496,300,100,1), - (6013,1735,1,-5334,-1621,-52,1.629,0,0,0.727383,0.686232,300,100,1), - (6015,1735,1,2400,-2055,138.424,4.476,0,0,0.785555,-0.618792,300,100,1), - (6016,1735,1,-5590,-3001,-46,0.867,0,0,0.42005,0.907501,300,100,1), - (6017,1735,1,-5575,-2488,-50,5.048,0,0,0.579074,-0.815275,300,100,1), - (6018,1735,1,-1895,2640.62,77.922,4.638,0,0,0.732912,-0.680323,300,100,1), - (6022,1735,1,-5159,1619.88,72.848,0.808,0,0,0.393099,0.919496,300,100,1), - (6023,1735,1,-9463,-3561,21.75,1.901,0,0,0.813706,0.581276,300,100,1), - (6031,1735,1,-5486,-3330,-28,2.88,0,0,0.991458,0.130424,300,100,1), - (6036,1735,1,-4813,-1691,-48,4.902,0,0,0.636994,-0.770869,300,100,1), - (6045,1735,1,-6662,-3458,-57,1.276,0,0,0.59559,0.803289,300,100,1), - (6049,1735,1,1767.08,-3204,95.829,3.403,0,0,0.99147,-0.130332,300,100,1), - (6050,1735,1,-5568,-1577,10.081,0.49,0,0,0.242556,0.970137,300,100,1), - (6051,1735,1,-4761,-1064,-54.1309,3.795,0,0,0.947105,-0.320923,300,100,1), - (6052,1735,1,-4709,-988,-50.4209,-2,0,0,-0.841471,0.540302,300,100,1), - (6054,1735,1,-5688,-2550,-50,1.957,0,0,0.829661,0.558268,300,100,1), - (6058,1735,1,2234.63,-2851,121.675,0.312,0,0,0.155368,0.987857,300,100,1), - (6059,1735,1,-4877,-1188,-47,4.997,0,0,0.599673,-0.800245,300,100,1), - (6061,1735,1,-1426,2782.99,112.288,0.89,0,0,0.430458,0.902611,300,100,1), - (6063,171643,0,-5058.56,-1250.43,507.714,2.2602,0,0,0.904455,0.426569,900,100,1), - (6065,1735,1,1824.87,-3198,92.696,3.403,0,0,0.99147,-0.130332,300,100,1), - (6067,1735,1,-7563,-4135,13.7892,4.329,0,0,0.828874,-0.559435,300,100,1), - (6074,1735,1,-1167.23,2198.37,89.178,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (6077,1735,1,1402.95,-2432,137.072,3.878,0,0,0.932975,-0.35994,300,100,1), - (6080,1735,1,-4732,-1166,-34,3.816,0,0,0.943684,-0.33085,300,100,1), - (6082,1735,1,-8765.74,-4318.92,26.654,1.905,0,0,0.814867,0.579648,300,100,1), - (6083,20925,1,-3825,-4730.16,-25.7113,0.375246,0.929124,0.18211,0.043711,0.318833,900,100,1), - (6085,1735,1,2053.67,-2256,121.596,2.012,0,0,0.844698,0.535244,300,100,1), - (6088,1735,1,-7817,-4923,22.163,4.731,0,0,0.700496,-0.713656,300,100,1), - (6089,1735,1,-5426,-3045,-27,4.328,0,0,0.829154,-0.55902,300,100,1), - (6094,1735,1,2279.17,1286.63,344.234,2.085,0,0,0.863667,0.504063,300,100,1), - (6097,1735,1,-6613,-3895,-56,0.246,0,0,0.12269,0.992445,300,100,1), - (6098,1735,1,-4785,-1944,-40,1.281,0,0,0.597596,0.801797,300,100,1), - (6099,1735,1,-864,2058.47,70.01,2.85,0,0,0.98939,0.14528,300,100,1), - (6103,1735,1,-1830,2358.91,84.601,2.589,0,0,0.962072,0.272794,300,100,1), - (6105,1735,1,672.282,1969.57,14.836,0.25,0,0,0.124675,0.992198,300,100,1), - (6109,21076,1,-2822.02,-3416.86,34.1365,-0.165806,0,0,-0.082808,0.996566,900,100,1), - (6111,1735,1,-9387,-3893,13.822,1.467,0,0,0.669474,0.742836,300,100,1), - (6113,1735,1,-7649,-4167,19.4644,-2,0,0,-0.841471,0.540302,300,100,1), - (6114,1735,1,2616.05,-2379,172.183,5.981,0,0,0.150518,-0.988607,300,100,1), - (6116,1735,1,-5324,1643.87,54.559,1.76,0,0,0.770739,0.637151,300,100,1), - (6117,1735,1,-842,1916.82,69.623,0.796,0,0,0.387575,0.921838,300,100,1), - (6118,1735,1,1775.18,-2111,108.345,4.052,0,0,0.898171,-0.439645,300,100,1), - (6119,2061,0,-5058.56,-1250.43,507.714,2.2602,0,0,0.904455,0.426569,900,100,1), - (6124,1735,1,-1203,1116,93.4,5.796,0,0,0.241191,-0.970478,300,100,1), - (6125,21057,1,-3677.8,-4399.56,11.2071,3.14159,0,0,1,0,900,100,1), - (6126,1735,1,-1153,2633.18,138.544,0.522,0,0,0.258047,0.966132,300,100,1), - (6127,1735,1,-999,1140.03,94.146,6.103,0,0,0.0899707,-0.995944,300,100,1), - (6128,1735,1,-7786.13,-4979.54,5.60619,4.187,0,0,0.866473,-0.499225,300,100,1), - (6130,1735,1,-7891,-5033,21.5273,4.187,0,0,0.866473,-0.499225,300,100,1), - (6131,171645,0,-5065.9,-1294.86,512.281,2.2602,0,0,0.904455,0.426569,900,100,1), - (6133,1735,1,-5204,-2506,-46,4.589,0,0,0.749358,-0.662165,300,100,1), - (6140,1735,1,-632,885.595,100.883,2.12,0,0,0.872355,0.488872,300,100,1), - (6141,1735,1,-5634,-2685,-44,2.515,0,0,0.951323,0.308196,300,100,1), - (6142,1735,1,-8982,-4297,29.245,3.771,0,0,0.950888,-0.309535,300,100,1), - (6147,1735,1,-7746,-2834,17.115,6.032,0,0,0.125263,-0.992124,300,100,1), - (6150,1735,1,-5745,-3270,-23,1.197,0,0,0.563404,0.826182,300,100,1), - (6151,1735,1,2454.53,1090.68,346.885,4.844,0,0,0.659078,-0.752074,300,100,1), - (6152,1735,1,-5580,-3010,-46,2.932,0,0,0.994514,0.104605,300,100,1), - (6155,1735,1,-5062,-2103,-38,0,0,0,0,1,300,100,1), - (6156,21060,1,-3687.77,-4472.92,12.3284,2.40855,0,0,0.93358,0.358368,900,100,1), - (6157,1735,1,-4936,-2343,-57,6.083,0,0,0.0999255,-0.994995,300,100,1), - (6158,1735,1,-4942,1108.63,89.571,4.89,0,0,0.641608,-0.767033,300,100,1), - (6159,1735,1,-5033,1249.11,54.878,2.693,0,0,0.974951,0.22242,300,100,1), - (6160,1735,1,38.081,1458.97,100.643,0.949,0,0,0.456894,0.889521,300,100,1), - (6163,1735,1,-5125,-2437,-50,4.424,0,0,0.801376,-0.59816,300,100,1), - (6165,173168,1,1763.93,-4317.85,6.20181,0.567231,0,0,0.279829,0.96005,900,100,1), - (6170,1735,1,-5506,-1628,25.917,2.784,0,0,0.984058,0.177845,300,100,1), - (6171,181098,0,-7961.51,-1290.36,133.54,2.56563,0,0,0.95882,0.284015,180,100,1), - (6174,1735,1,-1695,2789.57,144.594,2.094,0,0,0.865927,0.500171,300,100,1), - (6175,1735,1,-2077,1268.84,96.274,1.982,0,0,0.836574,0.547854,300,100,1), - (6180,1735,1,-4774,-1993,-60,4.374,0,0,0.816078,-0.577941,300,100,1), - (6184,1735,1,-4863,-1361,-49,5.164,0,0,0.530841,-0.847471,300,100,1), - (6186,181098,0,-7874.48,-1094.3,133.507,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (6188,1735,1,-4982,-1923,-31,4.053,0,0,0.897952,-0.440094,300,100,1), - (6189,1735,1,2605.95,-2732,150.714,3.657,0,0,0.966978,-0.254861,300,100,1), - (6190,1735,1,-7097,-4152,14.2191,3.821,0,0,0.942853,-0.333208,300,100,1), - (6192,1735,1,2215.61,-2138,101.634,5.925,0,0,0.178137,-0.984006,300,100,1), - (6193,1735,1,164.193,1860.46,117.945,0.201,0,0,0.100331,0.994954,300,100,1), - (6194,21061,1,-3686.36,-4472.84,12.3634,-2.30383,0,0,0.913545,-0.406737,900,100,1), - (6195,1735,1,2544.05,-2513,165.054,2.514,0,0,0.951169,0.308672,300,100,1), - (6198,1735,1,-4648,-952,-38.8123,6.113,0,0,0.08499,-0.996382,300,100,1), - (6199,1735,1,-5120,1798.37,79.529,1.07,0,0,0.509841,0.860269,300,100,1), - (6200,181098,0,-7874.15,-889.502,139.308,0,0,0,0,1,180,100,1), - (6202,1735,1,-1762,2396.46,131.195,1.298,0,0,0.60439,0.796689,300,100,1), - (6204,1735,1,-7672,-4498,17.685,4.937,0,0,0.623407,-0.781897,300,100,1), - (6205,1735,1,-1915,1331.53,74.199,6.271,0,0,0.00609266,-0.999981,300,100,1), - (6206,1735,1,-4045,30.387,68.973,5.855,0,0,0.212461,-0.97717,300,100,1), - (6208,21085,1,-3937.7,-2767.51,36.686,0,0,0,0,1,900,100,1), - (6210,1735,1,-1426,2945.68,134.576,3.99,0,0,0.911367,-0.411595,300,100,1), - (6211,1735,1,-1202.59,1346.41,71.3417,-1.55334,0,0,-0.700908,0.713252,300,100,1), - (6212,1735,1,982.138,1494.93,8.459,5.525,0,0,0.370078,-0.929001,300,100,1), - (6213,1735,1,-5143,-1288,-41,2.744,0,0,0.980305,0.19749,300,100,1), - (6216,1735,1,-5519,-1966,-59,1.34,0,0,0.620986,0.783822,300,100,1), - (6224,1735,1,2610.44,-1996,154.707,4.583,0,0,0.751341,-0.659914,300,100,1), - (6228,2061,0,-5065.9,-1294.86,512.281,2.2602,0,0,0.904455,0.426569,900,100,1), - (6229,1735,1,-6522,-3829,-63.1378,-1,0,0,-0.479426,0.877583,300,100,1), - (6231,1735,1,-1738,2321.6,75.841,4.975,0,0,0.608439,-0.7936,300,100,1), - (6232,1735,1,-4233,30.718,74.372,0.141,0,0,0.0704416,0.997516,300,100,1), - (6238,1735,1,-769,1284.72,89.011,2.092,0,0,0.865426,0.501037,300,100,1), - (6240,1735,1,-1203,2637.66,142.591,6.238,0,0,0.0225908,-0.999745,300,100,1), - (6241,1735,1,-1527,2920.69,128.129,3.434,0,0,0.989331,-0.145683,300,100,1), - (6242,1735,1,-1467,2859.74,149.713,3.733,0,0,0.956597,-0.291413,300,100,1), - (6244,1735,1,-9062.83,-4240.23,25.9732,2.198,0,0,0.890753,0.454487,300,100,1), - (6249,1735,1,-5094,1915.85,88.124,2.772,0,0,0.982974,0.183746,300,100,1), - (6250,1735,1,-5828,-3958,-72,-2,0,0,-0.841471,0.540302,300,100,1), - (6251,1735,1,-5593,-1595,5.634,1.014,0,0,0.485557,0.874205,300,100,1), - (6252,1735,1,-8298,-2467,13.087,4.66,0,0,0.725384,-0.688344,300,100,1), - (6253,1735,1,-1515.7,1587.06,83.8948,0.645772,0,0,0.317305,0.948324,300,100,1), - (6255,1735,1,-5461,-2856,-43,3.335,0,0,0.995328,-0.096553,300,100,1), - (6265,1735,1,-5469,-1746,-18,1.122,0,0,0.532033,0.846723,300,100,1), - (6267,1735,1,-2255,1459.23,71.1,5.114,0,0,0.55186,-0.833937,300,100,1), - (6268,21089,1,-4108.27,-2756.6,34.7191,1.44862,0,0,0.66262,0.748956,900,100,1), - (6271,181098,0,-7880,-1570.12,130.955,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (6272,1735,1,-7517.91,-4357.27,12.1812,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (6273,1735,1,-6965,-4017,23.253,5.821,0,0,0.229041,-0.973417,300,100,1), - (6277,1735,1,-4790,-2021,-54,4.374,0,0,0.816078,-0.577941,300,100,1), - (6281,1735,1,-480,1463.38,91.812,2.335,0,0,0.919772,0.392452,300,100,1), - (6282,1735,1,-4648,-1499,-48,4.492,0,0,0.78058,-0.625056,300,100,1), - (6284,1735,1,447.26,1605.46,25.369,3.27,0,0,0.99794,-0.0641596,300,100,1), - (6285,1735,1,-4982,-1101,-46,0.822,0,0,0.399526,0.916722,300,100,1), - (6286,1735,1,287.38,1993.29,149.054,0.201,0,0,0.100331,0.994954,300,100,1), - (6293,181098,0,-8016.56,-1632.13,132.631,2.16421,0,0,0.882948,0.469472,180,100,1), - (6294,1735,1,-933,1753.87,63.663,1.922,0,0,0.819765,0.572701,300,100,1), - (6298,1735,1,-4928,-2331,-69,4.247,0,0,0.851108,-0.52499,300,100,1), - (6299,1735,1,-4943,-972,-1.38712,5.537,0,0,0.364497,-0.931205,300,100,1), - (6301,1735,1,-7464,-4271,20.1346,2.587,0,0,0.961799,0.273756,300,100,1), - (6302,1735,1,-7511,-4244,21.2173,1.833,0,0,0.793476,0.608601,300,100,1), - (6303,1735,1,-7787,-4869,12.795,4.731,0,0,0.700496,-0.713656,300,100,1), - (6304,1735,1,-1042,2199.17,77.495,2.487,0,0,0.946915,0.321484,300,100,1), - (6312,21459,1,-3099.51,-3213.96,34.0536,-2.06821,0,0,-0.859406,0.511293,900,100,1), - (6313,1735,1,-5094,-1049,-3,2.995,0,0,0.997315,0.0732308,300,100,1), - (6315,171642,0,-5054.79,-1273.57,501.963,2.2602,0,0,0.904455,0.426569,900,100,1), - (6318,1735,1,-6666,-3528,-50.8934,1.938,0,0,0.82432,0.566124,300,100,1), - (6319,1735,1,539.47,1406.56,22.144,3.053,0,0,0.999019,0.0442819,300,100,1), - (6322,1735,1,-6532,-3859,-60.784,0.913,0,0,0.440809,0.897601,300,100,1), - (6323,1735,1,-7405,-4246,20.782,3.265,0,0,0.998097,-0.0616646,300,100,1), - (6325,1735,1,2369.84,-2886,161.152,5.784,0,0,0.247009,-0.969013,300,100,1), - (6327,1735,1,-4996,-856,-4.63864,3.898,0,0,0.929329,-0.369252,300,100,1), - (6328,1735,1,-4944,-869,-0.40686,2.277,0,0,0.908006,0.418957,300,100,1), - (6332,1735,1,-5530,-1591,29.789,3.373,0,0,0.993314,-0.115446,300,100,1), - (6334,1735,1,2940.96,-1785,186.205,3.723,0,0,0.958042,-0.286626,300,100,1), - (6336,1735,1,-6654,-3560,-52.4805,1.426,0,0,0.654106,0.756403,300,100,1), - (6337,1735,1,-6445.52,-3351.29,-57.7977,0.143,0,0,0.0714391,0.997445,300,100,1), - (6338,2061,1,-3099.51,-3213.96,34.0536,-2.06821,0,0,-0.859406,0.511293,900,100,1), - (6345,1735,1,-7764,-4435,9.63485,4.846,0,0,0.658326,-0.752733,300,100,1), - (6348,1735,1,-921,1155.69,91.748,0.298,0,0,0.148449,0.98892,300,100,1), - (6351,1735,1,-8859,-4353,40.263,4.814,0,0,0.670285,-0.742104,300,100,1), - (6352,1735,1,-5556,-3455,-46,3.496,0,0,0.98434,-0.176278,300,100,1), - (6353,1735,1,-5592,-1609,14.36,2.914,0,0,0.993532,0.113551,300,100,1), - (6358,1735,1,-394,774.156,100.43,3.689,0,0,0.962776,-0.270299,300,100,1), - (6360,1735,1,-7524,-4725,9.373,-2,0,0,-0.841471,0.540302,300,100,1), - (6361,21065,1,-3791.75,-4507.05,11.8198,2.33874,0,0,0.920505,0.390731,900,100,1), - (6366,1735,1,-1368,1272.66,105.93,0.925,0,0,0.446187,0.89494,300,100,1), - (6368,1735,1,-5570,-1634,20.444,3.329,0,0,0.995613,-0.0935666,300,100,1), - (6371,1735,1,-7879.23,-5001.2,18.1521,0.174532,0,0,0.0871553,0.996195,300,255,1), - (6372,1735,1,-1284,1200.96,96.024,6.201,0,0,0.041081,-0.999156,300,100,1), - (6373,1735,1,-1579,1241.67,93.454,0.127,0,0,0.0634573,0.997985,300,100,1), - (6376,21042,1,-3721.85,-2541.17,69.7589,-0.000001,0.556657,-0.434788,0.43101,0.561536,300,100,1), - (6378,1735,1,-4992,-2292,-61,2.192,0,0,0.889386,0.457157,300,100,1), - (6379,1735,1,1988.66,-3205,98.666,3.8,0,0,0.9463,-0.32329,300,100,1), - (6380,1735,1,-1329,2576.78,116.396,-3,0,0,-0.997495,0.0707372,300,100,1), - (6381,181098,0,-7665.5,-2090.55,126.631,0.645772,0,0,0.317305,0.948324,180,100,1), - (6384,20982,1,-2374.35,-4082.6,6.84453,-0.575958,0,0,-0.284015,0.95882,900,100,1), - (6388,142208,90,-486.665,647.652,-327.485,2.70526,0,0,0.976296,0.21644,3600,100,1), - (6390,1735,1,-1477,2009.42,78.457,5.122,0,0,0.548519,-0.836138,300,100,1), - (6392,1735,1,2040.34,-2201,120.293,1.693,0,0,0.748966,0.662609,300,100,1), - (6396,1735,1,-7858,-4787,27.773,2.147,0,0,0.878876,0.477051,300,100,1), - (6397,1735,1,-5165,-1405,-48,0.773,0,0,0.376949,0.926234,300,100,1), - (6402,1735,1,-5483,-2332,-46,2.945,0,0,0.995173,0.0981381,300,100,1), - (6403,1735,1,-5544,-1619,24.019,4.144,0,0,0.877005,-0.480482,300,100,1), - (6406,1735,1,-7934,-5138,15.442,2.996,0,0,0.997352,0.072732,300,100,1), - (6407,1735,1,-1685,2907.31,112.635,0.698,0,0,0.341958,0.939715,300,100,1), - (6408,1735,1,-771,974.509,97.149,4.349,0,0,0.823239,-0.567695,300,100,1), - (6415,1735,1,2735.14,-2043,165.77,2.638,0,0,0.968466,0.249144,300,100,1), - (6417,2061,1,-2374.35,-4082.6,6.84453,-0.575958,0,0,-0.284015,0.95882,900,100,1), - (6418,1735,1,-1177,1094.69,96.633,5.796,0,0,0.241191,-0.970478,300,100,1), - (6421,1735,1,224.507,1899.5,135.493,0.201,0,0,0.100331,0.994954,300,100,1), - (6423,1735,1,-4947,1684,63.01,1.664,0,0,0.73928,0.673399,300,100,1), - (6424,1735,1,-840,1647.56,76.952,1.14,0,0,0.539632,0.841901,300,100,1), - (6425,1735,1,-5094,-896,-3,2.744,0,0,0.980305,0.19749,300,100,1), - (6426,1735,1,-7666,-4531,19.337,4.555,0,0,0.760506,-0.64933,300,100,1), - (6432,1735,1,-1743,2023.23,83.641,2.638,0,0,0.968466,0.249144,300,100,1), - (6433,20985,1,-2940.56,-3885.85,34.8837,-1.8675,0.007786,-0.010522,-0.803788,0.594772,2,100,1), - (6434,1735,1,1838.85,-2027,122.298,1.801,0,0,0.783638,0.621218,300,100,1), - (6436,1735,1,-5125,-1091,50.171,5.006,0,0,0.596066,-0.802935,300,100,1), - (6437,1735,1,2554.71,1567.67,272.607,3.194,0,0,0.999657,-0.0262007,300,100,1), - (6439,1735,1,-2059,2984.41,62.182,2.886,0,0,0.991845,0.127449,300,100,1), - (6443,1735,1,-4684.72,1672.39,114.742,1.90241,0,0,0.814116,0.580702,300,255,1), - (6444,1735,1,-1588,2195.16,139.369,5.33,0,0,0.458754,-0.888563,300,100,1), - (6447,146085,90,-505.096,-93.973,-147.814,-2.77507,0,0,0.983255,-0.182235,3600,100,1), - (6448,1735,1,2176.03,-2338,116.627,3.171,0,0,0.999892,-0.0147031,300,100,1), - (6450,1735,1,-5192,1622.88,77.057,1.097,0,0,0.521408,0.853308,300,100,1), - (6453,1735,1,-1040,843.611,103.007,3.401,0,0,0.9916,-0.12934,300,100,1), - (6457,1735,1,-2026,1721.79,72.4304,5.585,0,0,0.342045,-0.939683,300,100,1), - (6458,1735,1,-1873,2183.5,80.436,3.515,0,0,0.982621,-0.185621,300,100,1), - (6459,1735,1,-5542,-2864,-53,3.462,0,0,0.987195,-0.159519,300,100,1), - (6460,1735,1,-5060,1837.8,78.661,2.399,0,0,0.931858,0.362824,300,100,1), - (6463,21509,1,-3695.83,-2517.3,69.235,0.087266,0,0,0.043619,0.999048,900,100,1), - (6464,1735,1,-9500,-3765,24.558,2.319,0,0,0.916603,0.399798,300,100,1), - (6466,1735,1,2872.29,-1287,215.192,5.808,0,0,0.235364,-0.971907,300,100,1), - (6467,1735,1,1961.19,-2912,107.624,0.316,0,0,0.157343,0.987544,300,100,1), - (6468,21063,1,-3790.34,-4507.05,11.9246,-2.37365,0,0,0.927184,-0.374607,900,100,1), - (6472,1735,1,-5725,-3167,-35,1.197,0,0,0.563404,0.826182,300,100,1), - (6473,1735,1,-4974,-823,-5,2.277,0,0,0.908006,0.418957,300,100,1), - (6475,1735,1,-3951,57.049,119.669,6.282,0,0,0.000592621,-1,300,100,1), - (6477,1735,1,-3925,124.6,133.808,4.709,0,0,0.708304,-0.705908,300,100,1), - (6478,1735,1,-154,909.26,94.749,6.17,0,0,0.0565624,-0.998399,300,100,1), - (6479,1735,1,-5626,-1596,13.846,2.914,0,0,0.993532,0.113551,300,100,1), - (6481,1735,1,-5743,-2341,-42,4.956,0,0,0.615951,-0.787784,300,100,1), - (6484,1735,1,-1843,2090.75,79.274,0.646,0,0,0.317413,0.948287,300,100,1), - (6485,1735,1,-8801.43,-4248.05,32.4816,2.279,0,0,0.908425,0.418049,300,100,1), - (6488,1735,1,2927.34,-1940,170.783,6.183,0,0,0.0500717,-0.998746,300,100,1), - (6490,1735,1,-7621,-4092,27.97,3.267,0,0,0.998035,-0.0626626,300,100,1), - (6491,1735,1,-7585,-4101,13.71,3.267,0,0,0.998035,-0.0626626,300,100,1), - (6494,1735,1,-8089,-4299,15.931,-2,0,0,-0.841471,0.540302,300,100,1), - (6495,1735,1,-5097,1783.72,79.758,3.823,0,0,0.94252,-0.33415,300,100,1), - (6497,1735,1,811.124,1786.3,-11.2233,5.315,0,0,0.465405,-0.885098,300,100,1), - (6500,1735,1,-5048,-955,-4,5.482,0,0,0.389964,-0.92083,300,100,1), - (6501,21077,1,-2822.03,-3416.84,33.6391,-0.165806,0,0,-0.082808,0.996566,900,100,1), - (6504,1735,1,-5209,1812.31,116.036,3.921,0,0,0.925022,-0.379914,300,100,1), - (6505,1735,1,-1690,2674.43,145.595,4.839,0,0,0.660956,-0.750424,300,100,1), - (6509,1735,1,-7369.77,-4287.44,9.05438,1.95477,0,0,0.829038,0.559192,300,255,1), - (6511,1735,1,-1242,1161.93,92.752,6.201,0,0,0.041081,-0.999156,300,100,1), - (6513,1735,1,-5490,-3312,-32,4.995,0,0,0.600473,-0.799645,300,100,1), - (6515,1735,1,-5302,-1852,-43,2.628,0,0,0.967209,0.253983,300,100,1), - (6519,1735,1,2342.22,-2405,151.095,3.007,0,0,0.997736,0.0672456,300,100,1), - (6520,21078,1,-3649.7,-2729.78,33.7866,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (6524,1735,1,-4821.21,-1514.55,-33.2018,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (6525,1735,1,1905.92,-3022,103.04,5.484,0,0,0.389043,-0.92122,300,100,1), - (6526,1735,1,2741.54,-1286,191.141,5.509,0,0,0.377498,-0.92601,300,100,1), - (6531,1735,1,-5751,-3365,-30,1.729,0,0,0.760771,0.649021,300,100,1), - (6532,179084,1,-2370.82,-4104.94,7.07517,-2.21657,-0.007787,0.015619,0.894798,-0.44613,900,100,1), - (6534,1735,1,-814,2010.39,77.518,0.501,0,0,0.247888,0.968789,300,100,1), - (6535,1735,1,1612.23,-2096,96.324,1.409,0,0,0.647653,0.761935,300,100,1), - (6536,1735,1,-4775,-1822,-38,5.026,0,0,0.588007,-0.808856,300,100,1), - (6542,1735,1,2855.24,-2028,169.001,0.785,0,0,0.3825,0.923956,300,100,1), - (6543,1735,1,2824.56,-2064,175.8,2.628,0,0,0.967209,0.253983,300,100,1), - (6546,1735,1,-1371,2517.6,97.161,2.697,0,0,0.975394,0.22047,300,100,1), - (6547,2061,1,-2370.82,-4104.94,7.07517,-2.21657,-0.007787,0.015619,0.894798,-0.44613,900,100,1), - (6549,1735,1,-2283,1579.92,87.37,4.209,0,0,0.860929,-0.508725,300,100,1), - (6551,1735,1,-1328,1197.9,93.852,0.499,0,0,0.246919,0.969036,300,100,1), - (6552,162024,1,-901.311,-3758.08,11.3853,0,0,0,0,0,-600,0,1), - (6554,1735,1,2291.3,1104.48,298.513,1.9,0,0,0.813416,0.581683,300,100,1), - (6558,179085,1,-2285.09,-4288.11,3.48649,-2.74889,0,0,0.980785,-0.19509,900,100,1), - (6559,2061,1,-2285.09,-4288.11,3.48649,-2.74889,0,0,0.980785,-0.19509,900,100,1), - (6560,1735,1,-4982,-2316,-58,2.192,0,0,0.889386,0.457157,300,100,1), - (6566,1735,1,2122.19,-2888,108.388,6.093,0,0,0.0949494,-0.995482,300,100,1), - (6569,1735,1,-5509,-1841,-55,0.968,0,0,0.465323,0.885141,300,100,1), - (6574,1735,1,2542.67,-2738,160.681,2.096,0,0,0.866426,0.499305,300,100,1), - (6576,1735,1,-5349,-2750,-29,0.912,0,0,0.44036,0.897821,300,100,1), - (6577,1735,1,-5018,1795.7,73.14,2.279,0,0,0.908425,0.418049,300,100,1), - (6578,1735,1,-5494,-1623,27.32,2.206,0,0,0.892564,0.45092,300,100,1), - (6579,162024,1,858.997,-2346.59,92.5888,0,0,0,0,0,-600,0,1), - (6581,1735,1,-8783,-4355,22.794,2.294,0,0,0.911534,0.411224,300,100,1), - (6582,142214,90,-551.574,706.112,-325.738,0.662801,0.037235,-0.102301,0.323633,0.939899,3600,100,1), - (6583,1735,1,-917,1705.06,63.357,1.922,0,0,0.819765,0.572701,300,100,1), - (6584,1735,1,-5148,1738.56,78.392,3.823,0,0,0.94252,-0.33415,300,100,1), - (6588,1735,1,-5049,1793.17,74.768,2.867,0,0,0.99059,0.136865,300,100,1), - (6590,1735,1,-2038,2730.02,89.284,4.786,0,0,0.680608,-0.732647,300,100,1), - (6592,1735,1,-1397,1178.12,98.237,1.865,0,0,0.803112,0.595828,300,100,1), - (6597,1735,1,930.485,1421.01,19.289,3.414,0,0,0.990739,-0.135783,300,100,1), - (6599,1735,1,-803,1524.08,75.952,0.787,0,0,0.383423,0.923573,300,100,1), - (6600,1735,1,-913.527,1033.02,96.0823,0.925024,0,0,0.446198,0.894934,300,255,1), - (6602,1735,1,1880.49,-3172,96.695,3.403,0,0,0.99147,-0.130332,300,100,1), - (6604,1735,1,-5470,-3392,-37,4.217,0,0,0.858887,-0.512165,300,100,1), - (6605,1735,1,-5235,-2702,-48,4.242,0,0,0.852418,-0.522861,300,100,1), - (6607,1735,1,-5146,-2584,-40,4.589,0,0,0.749358,-0.662165,300,100,1), - (6608,179086,1,-2693.04,-4278.89,3.58622,-2.34747,0,0,0.922201,-0.386711,900,100,1), - (6610,1735,1,-451,758.908,110.825,3.475,0,0,0.986137,-0.165933,300,100,1), - (6613,2061,1,-2693.04,-4278.89,3.58622,-2.34747,0,0,0.922201,-0.386711,900,100,1), - (6617,1735,1,-863,1580.29,61.467,1.14,0,0,0.539632,0.841901,300,100,1), - (6623,1735,1,2382.13,1574.21,286.72,5.868,0,0,0.206105,-0.97853,300,100,1), - (6624,1735,1,-8231,-2639,12.117,1.623,0,0,0.725321,0.688411,300,100,1), - (6625,1735,1,-4947,-2340,-58,1.215,0,0,0.570817,0.821078,300,100,1), - (6626,1735,1,-5582,-2115,-59,1.169,0,0,0.551782,0.833988,300,100,1), - (6628,1735,1,-5621,-2079,-61,1.972,0,0,0.833825,0.55203,300,100,1), - (6631,1735,1,-5519,-1594,29.571,4.57,0,0,0.755615,-0.655016,300,100,1), - (6633,1735,1,-1271,2987.5,142.259,2.222,0,0,0.896143,0.443766,300,100,1), - (6635,1735,1,1605.78,-3021,102.004,3.336,0,0,0.995279,-0.0970507,300,100,1), - (6638,1735,1,-5196.11,-1641.78,-53.4753,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (6640,1735,1,-5360.65,1689.73,73.2212,1.8675,0,0,0.803856,0.594824,300,255,1), - (6645,1735,1,-7965,-2791,13.158,6.032,0,0,0.125263,-0.992124,300,100,1), - (6646,1735,1,-513,1497.73,94.26,2.335,0,0,0.919772,0.392452,300,100,1), - (6647,1735,1,-428,2038.97,100.087,2.115,0,0,0.871131,0.491051,300,100,1), - (6655,1735,1,1668.77,-3079,92.771,2.437,0,0,0.938583,0.345054,300,100,1), - (6658,1735,1,763.91,1362.96,-2,3.907,0,0,0.927658,-0.37343,300,100,1), - (6666,1735,1,-5659,-2198,-57,1.169,0,0,0.551782,0.833988,300,100,1), - (6667,20727,1,-4010.62,-3813.58,37.3444,-0.671953,0.048355,0.112196,-0.328225,0.936666,2,100,1), - (6668,1735,1,-814,1142.63,92.876,0.186,0,0,0.092866,0.995679,300,100,1), - (6669,1735,1,-957,1253.08,110.958,1.012,0,0,0.484682,0.87469,300,100,1), - (6670,1735,1,-5155,1884.63,100.727,2.854,0,0,0.989679,0.143301,300,100,1), - (6671,1735,1,-5162,1788.38,95.336,5.94,0,0,0.170752,-0.985314,300,100,1), - (6672,1735,1,-733,1152.21,94.163,0.874,0,0,0.423223,0.906025,300,100,1), - (6676,1735,1,-5784,-3851,-84,2.005,0,0,0.842819,0.538197,300,100,1), - (6678,1735,1,-559,1755.99,91.229,1.539,0,0,0.695776,0.718259,300,100,1), - (6681,1735,1,-4682.48,-1486.84,-48.1071,1.50098,0,0,0.681997,0.731355,300,255,1), - (6682,1735,1,1683.42,-2590,105.658,5.71,0,0,0.282685,-0.959213,300,100,1), - (6684,1735,1,-5144,-1213,48.467,5.958,0,0,0.161877,-0.986811,300,100,1), - (6685,1735,1,-5197,-1227,48.983,6.006,0,0,0.138149,-0.990411,300,100,1), - (6690,1735,1,2461.22,1259.62,297.893,3.317,0,0,0.996157,-0.0875912,300,100,1), - (6694,1735,1,1442.98,-1930,111.496,3.26,0,0,0.998248,-0.0591691,300,100,1), - (6696,1735,1,-4057,3.457,68.623,1.299,0,0,0.604788,0.796386,300,100,1), - (6699,1735,1,-896,871.114,99.195,4.276,0,0,0.843407,-0.537276,300,100,1), - (6700,1735,1,-820,853.423,121.412,4.005,0,0,0.908254,-0.418419,300,100,1), - (6701,1735,1,-5399,-1854,-38,0.099,0,0,0.0494798,0.998775,300,100,1), - (6705,1735,1,-7385.07,-4483.87,13.9269,0.296705,0,0,0.147809,0.989016,300,255,1), - (6710,1735,1,2812.95,-1937,165.353,3.723,0,0,0.958042,-0.286626,300,100,1), - (6712,1735,1,2774.32,-1287,206.707,5.509,0,0,0.377498,-0.92601,300,100,1), - (6717,1735,1,2504.91,1665.69,298.583,5.868,0,0,0.206105,-0.97853,300,100,1), - (6718,1735,1,-4939,-2345,-46,1.266,0,0,0.591566,0.806256,300,100,1), - (6719,1735,1,-8081,-2729,14.056,2.566,0,0,0.958872,0.28384,300,100,1), - (6720,1735,1,-5563,-2274,-50,4.628,0,0,0.736305,-0.67665,300,100,1), - (6721,1735,1,1546.2,-2367,103.119,1.236,0,0,0.579406,0.815039,300,100,1), - (6722,1735,1,-5040,-1236,-40.1317,1.873,0,0,0.805489,0.592611,300,100,1), - (6725,1735,1,3050.39,-1645,184.763,2.234,0,0,0.898789,0.438381,300,100,1), - (6726,142215,90,-515.979,708.01,-325.738,-0.236043,-0.010907,-0.108319,-0.116839,0.987166,3600,100,1), - (6728,1735,1,-2047,1780.93,72.259,5.591,0,0,0.339225,-0.940705,300,100,1), - (6730,1735,1,2345.15,1232.43,328.007,2.82,0,0,0.9871,0.160104,300,100,1), - (6734,1735,1,-4907,1716.6,70.703,0.689,0,0,0.337726,0.941244,300,100,1), - (6736,1735,1,-1124,2662.49,127.166,0.101,0,0,0.0504785,0.998725,300,100,1), - (6737,1735,1,-548,1602.56,98.967,2.071,0,0,0.860118,0.510096,300,100,1), - (6742,1735,1,-4909,-922,-4,4.228,0,0,0.856057,-0.516881,300,100,1), - (6743,1735,1,-4764,-1062,-54.4161,5.894,0,0,0.193367,-0.981127,300,100,1), - (6744,1735,1,-1135,2789.67,137.393,0.876,0,0,0.424129,0.905602,300,100,1), - (6745,1735,1,1402.61,-2202,99.448,4.995,0,0,0.600473,-0.799645,300,100,1), - (6748,142216,90,-492.593,681.819,-325.738,-1.13489,-0.056883,-0.092824,-0.534106,0.838379,3600,100,1), - (6749,1735,1,1731.65,-3138,91.904,3.403,0,0,0.99147,-0.130332,300,100,1), - (6751,1735,1,-7821,-5009,4.409,4.187,0,0,0.866473,-0.499225,300,100,1), - (6753,1735,1,2503.81,-2621,167.605,3.184,0,0,0.999775,-0.0212021,300,100,1), - (6755,142213,90,-521.022,621.549,-327.485,1.81514,0,0,0.78801,0.615662,3600,100,1), - (6759,1735,1,-4898,-957,-4.2256,0.354,0,0,0.176077,0.984376,300,100,1), - (6767,181098,0,-7819.16,-2027.71,132.171,-2.09439,0,0,0.866025,-0.5,180,100,1), - (6768,181098,0,-7751.43,-2539.42,140.108,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (6769,181098,0,-7966.47,-1885.24,132.361,3.14159,0,0,1,0,180,100,1), - (6770,153556,0,-7843.89,-1992.06,139.809,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (6771,52,0,-11680,756.469,50.6332,-2.26636,0.120005,-0.047434,0.901711,-0.412633,300,100,1), - (6772,173185,1,2156.99,-4792.74,67.568,1.62316,0,0,0.725374,0.688355,900,100,1), - (6774,2061,0,-5054.79,-1273.57,501.963,2.2602,0,0,0.904455,0.426569,900,100,1), - (6775,2061,1,2156.99,-4792.74,67.568,1.62316,0,0,0.725374,0.688355,900,100,1), - (6776,173187,1,2184.68,-4799.56,67.568,2.46091,0,0,0.942641,0.333807,900,100,1), - (6780,2061,1,2184.68,-4799.56,67.568,2.46091,0,0,0.942641,0.333807,900,100,1), - (6782,153556,0,-7844.55,-1945.58,137.301,2.44346,0,0,0.939693,0.34202,180,100,1), - (6783,2076,0,-12342.9,165.09,2.8544,-0.890119,-0.008057,0.013511,-0.430355,0.902523,900,100,1), - (6784,153556,0,-7775.43,-2313.51,137.082,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (6785,176549,0,-11887.3,-1003.29,91.2766,2.90597,0,0,0.993068,0.117537,900,100,1), - (6786,153556,0,-7725.99,-2125.54,133.439,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (6787,2061,0,-11887.3,-1003.29,91.2766,2.90597,0,0,0.993068,0.117537,900,100,1), - (6788,177015,1,1691.88,-4103.52,38.0155,0.881392,0,0,0.426569,0.904455,900,100,1), - (6789,2061,1,1691.88,-4103.52,38.0155,0.881392,0,0,0.426569,0.904455,900,100,1), - (6790,32404,0,-4870.76,-1135.6,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6791,2061,0,-4870.76,-1135.6,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6792,177016,1,1561.1,-4186.86,41.655,0.881392,0,0,0.426569,0.904455,900,100,1), - (6793,153556,0,-7793.45,-1804.18,132.184,1.09956,0,0,0.522499,0.85264,180,100,1), - (6794,176550,0,-11876.7,-1003.09,91.3898,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (6795,2061,1,1561.1,-4186.86,41.655,0.881392,0,0,0.426569,0.904455,900,100,1), - (6796,173090,1,1904.41,-4773.03,36.3755,-3.0456,0,0,0.998848,-0.047978,900,100,1), - (6797,153556,0,-7741.42,-1948.2,136.462,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (6798,2061,1,1904.41,-4773.03,36.3755,-3.0456,0,0,0.998848,-0.047978,900,100,1), - (6799,2061,0,-11876.7,-1003.09,91.3898,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (6800,173091,1,2034.78,-4710.6,26.8715,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (6801,2061,1,2034.78,-4710.6,26.8715,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (6802,153556,0,-7710.73,-2178.15,131.896,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (6803,176552,0,-11875.6,-1051.91,116.005,1.48353,0,0,0.67559,0.737277,900,100,1), - (6805,173096,1,2056.66,-4846.36,24.4633,0.57596,0,0,0.284016,0.95882,900,100,1), - (6806,2061,1,2056.66,-4846.36,24.4633,0.57596,0,0,0.284016,0.95882,900,100,1), - (6807,2061,0,-11875.6,-1051.91,116.005,1.48353,0,0,0.67559,0.737277,900,100,1), - (6808,180655,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587786,0.809016,180,100,1), - (6809,176553,0,-11942.7,-1005.5,89.0434,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (6810,176584,0,-8386.96,-963.427,193.742,-0.05236,0,0,-0.026177,0.999657,300,100,1), - (6811,153556,0,-7774.49,-2235,134.134,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (6813,173162,1,1476.59,-4146.67,40.3848,-0.279252,0,0,-0.139173,0.990268,900,100,1), - (6814,2061,0,-11942.7,-1005.5,89.0434,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (6816,173092,1,2046.44,-4756.55,29.2246,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (6818,21087,1,-3938.55,-2767.51,36.6889,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (6819,171708,0,-4866.08,-1108.47,504.454,-1.36136,0,0,-0.62932,0.777146,900,100,1), - (6821,20992,1,-3734.91,-2530.63,73.2862,-0.802864,-0.105384,0.677422,0.042204,0.726783,2,100,1), - (6822,2061,1,2046.44,-4756.55,29.2246,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (6823,176583,0,-8077.45,-1779.97,132.858,1.74533,0,0,0.766045,0.642787,300,100,1), - (6825,171709,0,-4865.38,-1107.33,504.554,-2.97579,0,0,0.996566,-0.082808,900,100,1), - (6827,153453,0,-7694.8,-1534.44,131.682,-2.80998,0,0,0.986286,-0.165048,7200,100,1), - (6828,171710,0,-4865.06,-1109.14,504.554,0.165807,0,0,0.082809,0.996565,900,100,1), - (6829,176584,0,-7779.71,-1580.11,133.395,2.25148,0,0,0.902586,0.430509,300,100,1), - (6830,176584,0,-7786.68,-1741.32,133.194,-1.25664,0,0,-0.587786,0.809016,300,100,1), - (6831,171707,0,-4882.58,-1091.71,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6832,176586,0,-8334.38,-2438.24,203.358,-1.8326,0,0,-0.793355,0.60876,300,100,1), - (6833,176554,0,-11953.4,-1005.85,88.8666,2.92343,0,0,0.994056,0.108867,900,100,1), - (6834,2061,0,-4882.58,-1091.71,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6835,153453,0,-8239.28,-2523.26,140.573,0.523599,0,0,0.258819,0.965926,7200,100,1), - (6836,143345,0,-4833.91,-1070.91,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6837,153453,0,-7905.95,-2664.47,168.279,0.401426,0,0,0.199368,0.979925,7200,100,1), - (6839,2061,0,-4833.91,-1070.91,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6840,2061,0,-11953.4,-1005.85,88.8666,2.92343,0,0,0.994056,0.108867,900,100,1), - (6841,153556,0,-7828.93,-2265.71,137.186,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (6842,176555,0,-11957.4,-1052.78,110.913,2.81871,0,0,0.986996,0.160743,900,100,1), - (6843,180655,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615661,0.788011,180,100,1), - (6844,180655,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615661,0.788011,180,100,1), - (6845,153556,0,-7804.24,-2103.44,133.439,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (6846,21059,1,-3677.09,-4397.97,11.1617,-0.837759,0,0,-0.406737,0.913545,900,100,1), - (6847,153556,0,-7693.64,-2387.06,147.656,2.68781,0,0,0.97437,0.224951,180,100,1), - (6848,153556,0,-7892.84,-2144.82,120.545,2.98451,0,0,0.996917,0.078459,180,100,1), - (6849,174728,1,-3990,-3814.18,34.4486,2.99324,0.040937,0.205371,0.975527,0.067037,2,100,1), - (6851,175368,329,3624.91,-3642.16,138.445,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (6852,175372,329,3650.43,-3535.92,137.868,-2.83616,0,0,0.988362,-0.152123,180,100,0), - (6853,153556,0,-7757.94,-2159.73,133.439,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (6854,172987,1,1886.24,-4484.23,23.6871,1.51844,0,0,0.688355,0.725374,900,100,1), - (6855,179596,1,1818.3,-4402.07,-17.8275,2.68781,0,0,0.97437,0.224951,900,100,1), - (6856,180655,1,7448.34,-246.666,0,3.03687,0,0,0.998629,0.0523374,180,100,1), - (6857,176583,0,-8073.23,-1659.24,133.228,-2.6529,0,0,-0.970296,0.241922,300,100,1), - (573699,177670,0,3286.71,-3670.19,153.547,4.58615,0,0,0.750301,-0.661097,-45,100,1), - (6859,173159,1,1576.84,-4098.22,36.1017,-0.925026,0,0,-0.446198,0.894934,900,100,1), - (6860,171764,0,-4883.28,-1055.7,502.152,1.9984,0,0,0.841039,0.540974,900,100,1), - (6861,2061,0,-4883.28,-1055.7,502.152,1.9984,0,0,0.841039,0.540974,900,100,1), - (6862,26496,0,-4883.13,-1063.89,502.224,1.9984,0,0,0.841039,0.540974,900,100,1), - (6863,2061,0,-4883.13,-1063.89,502.224,1.9984,0,0,0.841039,0.540974,900,100,1), - (6864,180655,1,7448.34,-246.666,0,3.03687,0,0,0.998629,0.0523374,180,100,1), - (573698,177670,0,3000.5,-3459.18,154.402,4.46441,0,0,0.789126,-0.614231,-45,100,1), - (6866,171715,0,-4799.36,-1107.18,498.819,2.2602,0,0,0.904455,0.426569,900,100,1), - (6867,176573,0,-4799.2,-1107.32,498.807,3.00197,0,0,0.997564,0.069757,900,100,1), - (6868,153453,0,-8249.01,-1181.16,143.007,-0.191986,0,0,0.095846,-0.995396,7200,100,1), - (573697,177670,0,3178.88,-3468.25,167.396,4.22878,0,0,0.855856,-0.517215,-45,100,1), - (6871,153453,0,-8170.18,-1574.75,138.857,1.39626,0,0,0.642788,0.766044,7200,100,1), - (6872,143346,0,-4823.44,-1062.69,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6873,176583,0,-7945.05,-908.27,131.253,0.994838,0,0,0.477159,0.878817,300,100,1), - (6874,2061,0,-4823.44,-1062.69,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6875,153242,0,-6610.97,-864.179,244.306,3.14159,0,0,1,0,7200,100,1), - (6876,2061,0,-11957.4,-1052.78,110.913,2.81871,0,0,0.986996,0.160743,900,100,1), - (6877,171705,0,-4747.62,-1048.82,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6878,2061,0,-4747.62,-1048.82,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6879,2061,0,-6610.97,-864.179,244.306,3.14159,0,0,1,0,7200,100,1), - (6880,179844,0,-6526,-1188.37,309.218,2.31224,0,0,0.915247,0.402892,7200,100,1), - (6881,152034,0,-6831.69,-1222.37,240.014,1.78024,0,0,0.777146,0.62932,7200,100,1), - (6882,142339,0,-4780.96,-1039.14,504.487,2.87979,0,0,0.991445,0.130526,900,100,1), - (6883,21053,1,-3583.8,-4305.53,6.54785,-1.00356,0,0,-0.480989,0.876727,900,100,1), - (6884,2061,1,1576.84,-4098.22,36.1017,-0.925026,0,0,-0.446198,0.894934,900,100,1), - (6885,152035,0,-7219.7,-1236.47,254.741,3.14159,0,0,1,0,7200,100,1), - (6886,2061,0,-7219.7,-1236.47,254.741,3.14159,0,0,1,0,7200,100,1), - (6887,171712,0,-4780.26,-1040.27,504.587,1.26536,0,0,0.591309,0.806445,900,100,1), - (6888,143334,0,-4763.4,-1036.58,512.188,-2.23402,0,0,0.898794,-0.438371,900,100,1), - (6889,171711,0,-4782.01,-1039.75,504.587,-1.87623,0,0,-0.806445,0.591309,900,100,1), - (6890,152046,0,-6689.93,-1426.46,241.635,1.42244,0.034976,0.012869,0.652652,0.75674,7200,100,1), - (6891,176556,0,-11946.6,-1052.82,111.041,1.59698,0,0,0.716302,0.69779,900,100,1), - (573696,177670,0,3175.24,-3315.21,165.161,2.19617,0,0,0.890337,0.455303,-45,100,1), - (6893,149417,0,-4830.92,-1011.86,502.102,1.9984,0,0,0.841039,0.540974,900,100,1), - (6894,2061,0,-4830.92,-1011.86,502.102,1.9984,0,0,0.841039,0.540974,900,100,1), - (6895,2061,0,-11946.6,-1052.82,111.041,1.59698,0,0,0.716302,0.69779,900,100,1), - (6896,152036,0,-6796.31,-1086.7,243.477,-3.14159,0.021813,0.013086,0.999676,-0.000286,7200,100,1), - (6897,2061,0,-6796.31,-1086.7,243.477,-3.14159,0.021813,0.013086,0.999676,-0.000286,7200,100,1), - (6898,152037,0,-6858.24,-1172.34,240.336,3.14159,0,0,1,0,7200,100,1), - (6899,2061,0,-6858.24,-1172.34,240.336,3.14159,0,0,1,0,7200,100,1), - (6900,152039,0,-6683.8,-1163.12,240.248,3.14159,0,0,1,0,7200,100,1), - (6901,2061,0,-6683.8,-1163.12,240.248,3.14159,0,0,1,0,7200,100,1), - (6902,26494,0,-4824.23,-1013.84,502.172,1.9984,0,0,0.841039,0.540974,900,100,1), - (6903,173135,1,1952.79,-4150.57,43.4859,-1.37008,0,0,-0.632705,0.774393,900,100,1), - (6904,152044,0,-6689.93,-1419.03,242.234,3.13287,0,0,0.99999,0.004363,7200,100,1), - (6905,2061,0,-4824.23,-1013.84,502.172,1.9984,0,0,0.841039,0.540974,900,100,1), - (6906,32358,0,-4806.63,-1019.93,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6907,2061,0,-6689.93,-1419.03,242.234,3.13287,0,0,0.99999,0.004363,7200,100,1), - (6908,175373,329,4037.15,-3469.15,121.804,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (6910,142207,90,-618.608,691.118,-327.049,2.88852,0,0,0.992005,0.126199,3600,100,1), - (6911,175374,329,4039.97,-3504.3,121.711,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (6912,2061,1,1952.79,-4150.57,43.4859,-1.37008,0,0,-0.632705,0.774393,900,100,1), - (6913,173136,1,1920.19,-4180.52,40.9733,-2.95833,0,0,0.995805,-0.091501,900,100,1), - (6914,2061,1,1920.19,-4180.52,40.9733,-2.95833,0,0,0.995805,-0.091501,900,100,1), - (6915,21064,1,-3790.35,-4507.04,11.369,-2.37365,0,0,0.927184,-0.374607,900,100,1), - (6916,172989,1,1886.38,-4485.16,22.9283,-1.213,0,0,-0.569997,0.821647,900,100,1), - (6917,173122,1,1983.14,-4781.51,56.842,-0.410152,0,0,-0.203642,0.979046,900,100,1), - (6918,2061,1,1983.14,-4781.51,56.842,-0.410152,0,0,-0.203642,0.979046,900,100,1), - (6919,2061,0,-4806.63,-1019.93,502.187,2.2602,0,0,0.904455,0.426569,900,100,1), - (6920,173127,1,1927.89,-4156.86,40.8491,0.069814,0,0,0.0349,0.999391,900,100,1), - (6921,142837,0,-7019.65,-1715.34,241.679,3.14159,0,0,1,0,7200,100,1), - (6922,2061,0,-7019.65,-1715.34,241.679,3.14159,0,0,1,0,7200,100,1), - (6923,153241,0,-6490.67,-900.264,323.973,3.14159,0,0,1,0,7200,100,1), - (6924,2061,0,-6490.67,-900.264,323.973,3.14159,0,0,1,0,7200,100,1), - (6925,152043,0,-6596.88,-1864.24,244.919,-2.14675,0,0,0.878817,-0.477159,7200,100,1), - (6926,2061,0,-6596.88,-1864.24,244.919,-2.14675,0,0,0.878817,-0.477159,7200,100,1), - (6927,152042,0,-6745.46,-1248.99,246.75,1.78024,0,0,0.777146,0.62932,7200,100,1), - (6928,179862,0,-6524.34,-1185.85,309.219,-3.0805,0,0,0.999534,-0.030539,7200,100,1), - (6929,50982,0,-6850.78,-1538.73,240.864,-0.552729,0,0,-0.27286,0.962054,2,100,1), - (6930,179500,0,-7226.22,-1740.19,244.441,-2.75762,0,0,0.981627,-0.190809,7200,100,1), - (6931,2061,0,-7226.22,-1740.19,244.441,-2.75762,0,0,0.981627,-0.190809,7200,100,1), - (6932,153240,0,-6471.14,-884.147,324.088,1.78024,0,0,0.777146,0.62932,7200,100,1), - (6933,152040,0,-6705.27,-1281.97,240.918,3.13287,0,0,0.99999,0.004363,7200,100,1), - (6934,2061,0,-6705.27,-1281.97,240.918,3.13287,0,0,0.99999,0.004363,7200,100,1), - (6935,152045,0,-6686.63,-1428.49,241.329,0.479965,0.030864,0.038968,0.236227,0.970425,7200,100,1), - (6936,173265,0,-7024.78,-1786.5,265.828,2.16421,0,0,0.882948,0.469471,2,100,1), - (6937,152032,0,-6831.79,-1226.23,240.031,2.19911,0,0,0.891006,0.453991,7200,100,1), - (6938,152038,0,-6740.06,-1257.47,246.478,3.14159,0,0,1,0,7200,100,1), - (6939,2061,0,-6740.06,-1257.47,246.478,3.14159,0,0,1,0,7200,100,1), - (6940,152033,0,-6828.09,-1220.51,240.014,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (6941,152041,0,-6744.2,-1246.11,246.432,-0.15708,-0.006986,0.022431,-0.078248,0.996657,7200,100,1), - (6942,161536,0,-6756.73,-1166.7,187.042,1.31772,0,0,0.612217,0.790689,7200,100,1), - (6943,150137,0,-6355.19,-2079.83,243.63,-2.47837,0.005546,-0.002705,0.945507,-0.325544,7200,100,1), - (6944,17157,0,-6350.34,-2079.46,244.019,-0.907648,-0.002009,0.005834,-0.43838,0.898769,7200,100,1), - (6945,149045,0,-6904.81,-1206.78,178.512,2.98451,0,0,0.996917,0.078459,7200,100,1), - (6946,149046,0,-6900.42,-1339.33,239.652,-2.88852,0,0,0.992005,-0.126199,7200,100,1), - (6947,153158,0,-6686.13,-1163.59,240.295,-1.25664,0,0,0.587785,-0.809017,7200,100,1), - (6948,149030,0,-7005.99,-1305.4,259.5,0.069813,0,0,0.034899,0.999391,7200,100,1), - (6949,2061,1,1927.89,-4156.86,40.8491,0.069814,0,0,0.0349,0.999391,900,100,1), - (6950,171722,0,-4809.95,-1003.43,510.818,-0.462512,0,0,-0.2292,0.973379,900,100,1), - (6951,153159,0,-6677.52,-1171.99,240.36,0.837758,0,0,0.406737,0.913545,7200,100,1), - (6952,173128,1,1915.93,-4157.83,40.8491,0.069814,0,0,0.0349,0.999391,900,100,1), - (6953,2061,1,1915.93,-4157.83,40.8491,0.069814,0,0,0.0349,0.999391,900,100,1), - (6954,21062,1,-3686.51,-4471.49,12.3284,-0.698132,0,0,-0.34202,0.939693,900,100,1), - (6955,149032,0,-6910.33,-1066.01,257.716,-2.32129,0,0,0.91706,-0.398749,7200,100,1), - (6956,173007,1,1722.65,-4204.29,51.7415,-1.46608,0,0,-0.669131,0.743145,900,100,1), - (6957,153158,0,-6675.42,-1192.03,240.633,-1.06465,0,0,0.507538,-0.861629,7200,100,1), - (6958,2061,1,1722.65,-4204.29,51.7415,-1.46608,0,0,-0.669131,0.743145,900,100,1), - (6959,149502,0,-6679.93,-1189.67,240.115,3.08923,0,0,0.999657,0.026177,2,100,1), - (6960,176489,0,-12398.2,132.182,3.74312,-2.32129,0,0,0.91706,-0.39875,900,100,1), - (6961,2061,0,-12398.2,132.182,3.74312,-2.32129,0,0,0.91706,-0.39875,900,100,1), - (6962,171723,0,-4810.09,-1006.53,510.813,0.881392,0,0,0.426569,0.904455,900,100,1), - (6963,171759,0,-4811.94,-1030.88,438.601,1.9984,0,0,0.841039,0.540974,900,100,1), - (6964,2866,0,-6712.59,-840.098,244.144,0.820305,0,0,0.398749,0.91706,300,100,1), - (6965,176490,0,-12380,112.825,5.23442,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (6966,2046,0,-975.522,-3707.89,99.7785,-2.96706,0,0,-0.996195,0.0871556,300,100,1), - (6967,2046,0,-1619.07,-2115.25,36.831,2.19912,0,0,0.891008,0.453988,300,100,1), - (6968,2061,0,-12380,112.825,5.23442,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (6969,21068,1,-3794.17,-4402.55,11.1374,-0.829032,0,0,-0.402747,0.915312,900,100,1), - (6970,179826,0,-6631.63,-1225.39,210.617,0.698132,0,0,0.34202,0.939693,2,100,1), - (6971,179827,0,-6493.8,-1162.98,309.189,2.79253,0,0,0.984808,0.173648,2,100,1), - (6972,2061,0,-4811.94,-1030.88,438.601,1.9984,0,0,0.841039,0.540974,900,100,1), - (6973,176491,0,-12390.6,244.266,2.73307,2.88852,-0.00708,-0.02109,0.991771,0.126073,900,100,1), - (6974,179828,0,-6508.78,-1365.26,212.859,0.645772,0,0,0.317305,0.948324,300,100,1), - (6975,173129,1,1891.22,-4154.87,43.4859,-0.549778,0,0,-0.27144,0.962455,900,100,1), - (6976,179828,0,-6570.39,-1332.69,212.095,-0.907571,0,0,0.438371,-0.898794,300,100,1), - (6977,2061,1,1891.22,-4154.87,43.4859,-0.549778,0,0,-0.27144,0.962455,900,100,1), - (6978,171757,0,-4849.57,-1006.95,453.703,1.9984,0,0,0.841039,0.540974,900,100,1), - (6979,173130,1,1897.49,-4167.99,43.4859,2.55691,0,0,0.957571,0.288196,900,100,1), - (6980,2061,1,1897.49,-4167.99,43.4859,2.55691,0,0,0.957571,0.288196,900,100,1), - (6981,173094,1,2056.67,-4836.1,24.522,-1.43117,0,0,-0.656059,0.754709,900,100,1), - (6982,1798,1,-1474.71,198.401,-7.79237,1.77578,0,0,0.775741,0.631051,25,0,1), - (6983,21074,1,-2822.02,-3416.97,33.6203,2.97579,0,0,0.996566,0.082808,900,100,1), - (6984,2061,0,-4849.57,-1006.95,453.703,1.9984,0,0,0.841039,0.540974,900,100,1), - (6986,2061,0,-12390.6,244.266,2.73307,2.88852,-0.00708,-0.02109,0.991771,0.126073,900,100,1), - (6987,21058,1,-3677.79,-4399.55,10.7048,3.14159,0,0,1,0,900,100,1), - (6988,21056,1,-3583.86,-4305.61,6.53555,2.13803,0,0,0.876727,0.480989,900,100,1), - (6989,177017,1,1510.94,-4433.99,19.7736,1.30073,0.017354,0.013012,0.605336,0.795674,900,100,1), - (6991,179828,0,-6518.08,-1341.7,210.242,2.84489,0,0,0.989016,0.147809,300,100,1), - (6992,22234,1,-4054.51,-2734.62,34.355,3.14159,0,0,1,0,900,100,1), - (6994,176492,0,-12314.1,171.238,6.68062,2.44346,-0.01156,-0.019007,0.939493,0.341846,900,100,1), - (6995,179828,0,-6576.94,-1319.12,210.249,-0.244346,0,0,0.121869,-0.992546,300,100,1), - (6996,2061,0,-12314.1,171.238,6.68062,2.44346,-0.01156,-0.019007,0.939493,0.341846,900,100,1), - (6997,176493,0,-12317.7,188.87,5.94546,-3.02815,-0.003119,-0.022027,0.998139,-0.056774,900,100,1), - (6998,2061,1,1510.94,-4433.99,19.7736,1.30073,0.017354,0.013012,0.605336,0.795674,900,100,1), - (6999,142340,0,-4585.49,-908.461,524.721,2.2602,0,0,0.904455,0.426569,900,100,1), - (7000,2061,0,-4585.49,-908.461,524.721,2.2602,0,0,0.904455,0.426569,900,100,1), - (7003,179828,0,-6572.96,-1327.58,212.095,-2.72271,0,0,0.978148,-0.207912,300,100,1), - (7004,177023,1,1624.88,-4275.13,22.9934,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (7005,179828,0,-6562.07,-1344.44,212.619,1.25664,0,0,0.587785,0.809017,300,100,1), - (7006,179828,0,-6558.36,-1347.93,210.26,-2.93215,0,0,0.994522,-0.104529,300,100,1), - (7007,2061,0,-12317.7,188.87,5.94546,-3.02815,-0.003119,-0.022027,0.998139,-0.056774,900,100,1), - (7008,2061,1,1624.88,-4275.13,22.9934,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (7009,179828,0,-6551.49,-1318.46,210.419,0.698132,0,0,0.34202,0.939693,300,100,1), - (7010,21071,1,-3417.04,-4173.36,10.2917,-0.872664,0,0,-0.422618,0.906308,900,100,1), - (7011,153160,0,-6687.28,-1159.13,240.539,-1.69297,0,0,0.748956,-0.66262,7200,100,1), - (7012,179742,1,1636.25,-4262.48,49.5421,-2.11185,0,0,0.870355,-0.492424,900,100,1), - (7013,185321,1,-4753.15,-3652.78,46.3757,-2.3911,0,0,0.930418,-0.366501,900,100,1), - (7014,173025,1,1773.82,-4215.27,39.221,2.618,0,0,0.965926,0.258819,900,100,1), - (7015,153160,0,-6679.2,-1162.72,240.369,-2.63545,0,0,0.968148,-0.25038,7200,100,1), - (7016,176504,0,-12418.3,141.362,3.4041,-2.29511,0.000788,0.019495,0.911526,-0.41078,900,100,1), - (7017,1617,0,-5077.99,-364.516,395.579,2.54818,0,0,0.956305,0.292372,300,100,1), - (7018,153158,0,-6684.32,-1193.03,240.02,-2.3911,0,0,0.930418,-0.366501,7200,100,1), - (7019,153158,0,-6684.08,-1197.95,240.05,1.69297,0,0,0.748956,0.66262,7200,100,1), - (7020,2866,0,-7157.07,-878.366,308.115,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (7021,2866,0,-7317.79,-1804.88,245.641,1.36136,0,0,0.629322,0.777145,300,100,1), - (7023,173011,1,1426.41,-4394.38,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (7024,148506,0,-6484.87,-973.079,333.565,-2.84489,0,0,0.989016,-0.147809,2,100,1), - (7025,2061,1,1426.41,-4394.38,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (7026,276,0,-5046.3,-297.85,441.891,2.33874,0,0,0.920505,0.390731,900,100,1), - (7027,173013,1,1408.85,-4359.43,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (7028,2061,1,1408.85,-4359.43,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (7029,2061,0,-12418.3,141.362,3.4041,-2.29511,0.000788,0.019495,0.911526,-0.41078,900,100,1), - (7030,173014,1,1784.89,-4495.34,45.1773,-2.55518,-0.015415,-0.066641,0.954493,-0.290283,900,100,1), - (7031,173017,1,1761.81,-4511.88,26.4703,2.41728,0,0,0.935135,0.354291,900,100,1), - (7032,186631,1,-3148.2,-2855.86,34.1331,-0.34034,0,0,-0.16935,0.985556,900,100,1), - (7033,177025,1,1739.52,-4380.44,34.7205,-2.48505,-0.02406,0.031017,0.946025,-0.321709,900,100,1), - (7034,148498,0,-6477.94,-1243.35,180.183,-2.75762,0,0,0.981627,-0.190809,2,100,1), - (7035,2061,1,1739.52,-4380.44,34.7205,-2.48505,-0.02406,0.031017,0.946025,-0.321709,900,100,1), - (7036,172995,1,1766.28,-4222.36,42.281,2.60927,0,0,0.964787,0.263032,900,100,1), - (7037,173121,1,1996.23,-4794.01,56.8699,-0.410152,0,0,-0.203642,0.979046,900,100,1), - (7038,2061,1,1996.23,-4794.01,56.8699,-0.410152,0,0,-0.203642,0.979046,900,100,1), - (7039,176518,1,1666.92,-4213.37,56.2608,-0.689405,0,0,-0.337917,0.941176,900,100,1), - (7040,179494,0,-6772.75,-1124.14,206.103,0.418879,0,0,0.207912,0.978148,7200,100,1), - (7041,173097,1,2107.63,-4834.74,24.1935,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (7042,2061,1,2107.63,-4834.74,24.1935,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (7043,172979,1,1918.12,-4295.11,31.0715,-1.01229,0,0,-0.48481,0.874619,900,100,1), - (7044,153157,0,-6684.15,-1166.29,240.178,-2.33874,0,0,0.920505,-0.390731,7200,100,1), - (7045,172980,1,1917.55,-4294.4,30.7439,2.35619,0,0,0.92388,0.382683,900,100,1), - (7046,94187,0,-12826.4,-742.357,75.8635,-2.3911,0,0,0.930418,-0.366501,900,100,1), - (7047,153157,0,-6682.2,-1191,240.054,-2.75762,0,0,0.981627,-0.190809,7200,100,1), - (7048,149031,0,-6914.24,-1440.12,257.255,1.95477,0,0,0.829038,0.559193,7200,100,1), - (7049,153159,0,-6673.68,-1199.42,241.047,-0.401426,0,0,0.199368,-0.979925,7200,100,1), - (7050,149025,0,-7002.62,-1118.75,258.785,-2.35619,0,0,0.92388,-0.382683,7200,100,1), - (7051,2866,0,-6595.47,-1951.65,246.016,2.02458,0,0,0.848048,0.52992,300,100,1), - (7052,179494,0,-6538.47,-1266.37,180.943,0.872665,0,0,0.422618,0.906308,7200,100,1), - (7053,179496,0,-6521.48,-1343.77,208.739,-1.71042,0,0,0.75471,-0.656059,7200,100,1), - (7054,179496,0,-6752.12,-1368.35,194.723,-2.02458,0,0,0.848048,-0.529919,7200,100,1), - (7055,179496,0,-6482.19,-1369.14,212.107,1.55334,0,0,0.700909,0.71325,7200,100,1), - (7056,179496,0,-6563.62,-1280.27,208.743,-2.63545,0,0,0.968148,-0.25038,7200,100,1), - (7057,179494,0,-6463.42,-1194.57,181.996,-1.50098,0,0,0.681998,-0.731354,7200,100,1), - (7058,179494,0,-6856.14,-1180.4,185.222,-0.663225,0,0,0.325568,-0.945519,7200,100,1), - (7060,2040,1,-1934,1770.49,73.479,1.204,0,0,0.566292,0.824205,300,100,1), - (7061,2040,1,3215.23,-4275,109.856,5.19,0,0,0.519779,-0.854301,300,100,1), - (7063,2040,1,3833.33,-4889,153.062,5.971,0,0,0.155459,-0.987842,300,100,1), - (7071,2040,1,-1329,2816.56,113.447,0.576,0,0,0.284035,0.958814,300,100,1), - (7072,2040,1,-9037,-2267,23.068,-2,0,0,-0.841471,0.540302,300,100,1), - (7074,2040,1,-1834,1020.87,98.209,1.466,0,0,0.669102,0.74317,300,100,1), - (7086,2040,1,4886.07,-6903,106.961,5.849,0,0,0.215391,-0.976528,300,100,1), - (7092,2040,1,4798.8,-7647,34.354,3.913,0,0,0.926534,-0.376211,300,100,1), - (7099,2040,1,-7000.3,-3962.55,31.6025,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (7108,2040,1,-2142,2611.28,29.113,1.204,0,0,0.566292,0.824205,300,100,1), - (7109,2040,1,4206.31,-7257,20.595,2.452,0,0,0.941144,0.338005,300,100,1), - (7117,2040,1,3914.78,-4987,146.027,1.215,0,0,0.570817,0.821078,300,100,1), - (7119,2040,1,4598.05,-6512,113.638,6.195,0,0,0.0440783,-0.999028,300,100,1), - (7123,2040,1,4371.49,-6289,92.465,6.23,0,0,0.0265895,-0.999646,300,100,1), - (7125,2040,1,4570.09,-6773,148.745,3.147,0,0,0.999996,-0.00270371,300,100,1), - (7126,2040,1,4538.16,-6757,131.299,6.128,0,0,0.0775149,-0.996991,300,100,1), - (7128,2040,1,3965.34,-4974,185.646,0.128,0,0,0.0639563,0.997953,300,100,1), - (7136,2040,1,3669.54,-5914,2.118,4.341,0,0,0.825503,-0.564398,300,100,1), - (7139,2040,1,4683.53,-6842,138.507,2.268,0,0,0.906112,0.423039,300,100,1), - (7145,2040,1,-6966,-3472,28.287,-1,0,0,-0.479426,0.877583,300,100,1), - (7147,2040,1,-1575.95,861.697,112.583,1.51844,0,0,0.688356,0.725373,300,100,1), - (7148,2040,1,2800.93,-4029,104.601,1.864,0,0,0.802814,0.59623,300,100,1), - (7149,2040,1,4093.2,-5094,124.516,3.25,0,0,0.998531,-0.0541771,300,100,1), - (7152,2040,1,-7721,-2591,-58,0.262,0,0,0.130626,0.991432,300,100,1), - (7153,2040,1,-1914.5,2069.99,71.4208,2.65289,0,0,0.970294,0.241927,300,255,1), - (7156,2040,1,-7126.65,-2853.83,15.9532,3.05433,0,0,0.999048,0.0436174,300,255,1), - (7158,2040,1,-9116,-4199,-30,1.833,0,0,0.793476,0.608601,300,100,1), - (7160,2040,1,-1234,2919.74,87.325,1.257,0,0,0.587932,0.80891,300,100,1), - (7163,2040,1,-7086,-4180,18.464,-1,0,0,-0.479426,0.877583,300,100,1), - (7165,2040,1,4363.91,-7755,9.072,1.259,0,0,0.588741,0.808322,300,100,1), - (7168,2040,1,-8037.05,-5177.5,6.83151,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (7171,2040,1,-1412,2831.07,114.944,1.484,0,0,0.675763,0.737119,300,100,1), - (7173,2040,1,-1807,792.764,119.067,-2,0,0,-0.841471,0.540302,300,100,1), - (7178,2040,1,-1503,2801.17,112.181,-2,0,0,-0.841471,0.540302,300,100,1), - (7179,1617,0,-4909.28,-390.702,395.358,2.61799,0,0,0.965925,0.258821,300,100,1), - (7180,2040,1,-1326,2885.29,88.671,2.286,0,0,0.909882,0.414867,300,100,1), - (7181,2040,1,-7065.73,-3248.89,15.4797,0.610864,0,0,0.300705,0.953717,300,255,1), - (7184,2040,1,-7170.07,-2769.94,20.5885,2.53072,0,0,0.953716,0.300708,300,255,1), - (7186,2040,1,-1102.84,2806.11,187.597,2.04204,0,0,0.852641,0.522496,300,255,1), - (7187,2040,1,-1966,2657.89,69.177,1.326,0,0,0.615484,0.788149,300,100,1), - (7189,2040,1,-1295,2876.46,114.007,1.606,0,0,0.719443,0.694552,300,100,1), - (7190,2040,1,4626.75,-5872,118.193,4.978,0,0,0.607248,-0.794512,300,100,1), - (7192,2040,1,-7820,-2636,-49,0.541,0,0,0.267213,0.963637,300,100,1), - (7197,2040,1,-8358,-4357,12.102,-2,0,0,-0.841471,0.540302,300,100,1), - (7201,2040,1,-8792.83,-2351.11,12.7695,0.174532,0,0,0.0871553,0.996195,300,255,1), - (7202,2040,1,4595.87,-6548,101.731,1.211,0,0,0.569173,0.822218,300,100,1), - (7203,2040,1,-1408,2911.05,93.941,2.74,0,0,0.979908,0.19945,300,100,1), - (7214,2040,1,-8534,-3074,7.561,0,0,0,0,1,300,100,1), - (7215,2040,1,-1394,2925.18,93.983,2.74,0,0,0.979908,0.19945,300,100,1), - (7216,2040,1,-4779,932.12,149.523,-2,0,0,-0.841471,0.540302,300,100,1), - (7217,2040,1,2484.39,-5401,133.867,-1,0,0,-0.479426,0.877583,300,100,1), - (7225,2866,0,-6822.62,-1354.39,169.359,1.43117,0,0,0.656059,0.75471,300,100,1), - (7232,2040,1,-1300,2915.14,88.297,1.728,0,0,0.760446,0.649401,300,100,1), - (7239,2040,1,1392.52,1516.42,146.42,0.733038,0,0,0.358368,0.93358,300,255,1), - (7243,2040,1,2882.21,-4039,138.982,2.115,0,0,0.871131,0.491051,300,100,1), - (7249,2040,1,4798.01,-6495,111.424,0.34,0,0,0.169182,0.985585,300,100,1), - (7253,2040,1,-7994,-2398,-26,1.134,0,0,0.537104,0.843516,300,100,1), - (7255,2040,1,4679.04,-6513,115.622,2.629,0,0,0.967335,0.2535,300,100,1), - (7260,2040,1,-1907,3013.38,18.235,0.559,0,0,0.275875,0.961194,300,100,1), - (7263,2040,1,793.673,1391.95,0,1.326,0,0,0.615484,0.788149,300,100,1), - (7264,2040,1,-1515,2735.78,111.942,1.239,0,0,0.580628,0.814169,300,100,1), - (7265,2040,1,4275.94,-7109,46.619,5.186,0,0,0.521487,-0.853259,300,100,1), - (7267,2040,1,4205.79,-7797,6.057,3.328,0,0,0.99566,-0.0930688,300,100,1), - (7269,2040,1,4286.02,-5309,137.04,1.223,0,0,0.574096,0.818788,300,100,1), - (7270,2040,1,-1144,2746.2,119.409,0.471,0,0,0.233329,0.972398,300,100,1), - (7277,2040,1,-8376.25,-3071.58,8.40438,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (7289,2040,1,-8944,-2418,22.447,0.471,0,0,0.233329,0.972398,300,100,1), - (7293,2040,1,-1839,882.157,103.443,-3,0,0,-0.997495,0.0707372,300,100,1), - (7294,2040,1,-7931,-2495,-30,-2,0,0,-0.841471,0.540302,300,100,1), - (7297,2040,1,4781.56,-6224,117.507,0.956,0,0,0.460004,0.887917,300,100,1), - (7301,2040,1,-1352,2666.24,111.556,2.862,0,0,0.990244,0.139341,300,100,1), - (7304,1731,1,834.88,-4737,11.114,3.302,0,0,0.996785,-0.0801177,300,100,1), - (7305,2040,1,-1747.26,1657.03,72.1814,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (7307,1617,0,-4974.93,-68.0465,385.139,0.20944,0,0,0.104529,0.994522,300,100,1), - (7308,2040,1,-9048,-4155,-30,-3,0,0,-0.997495,0.0707372,300,100,1), - (7312,1618,0,-5042.92,-33.3777,391.872,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (7314,1617,0,-4983.92,93.4746,388.886,-1.55334,0,0,-0.700908,0.713252,300,100,1), - (7320,2040,1,-1361.49,2601.74,73.1999,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (7321,1731,1,837.491,-4754,11.956,5.68,0,0,0.297041,-0.954865,300,100,1), - (7323,2040,1,4310.94,-6233,105.773,6.022,0,0,0.130222,-0.991485,300,100,1), - (7325,2040,1,-1768,2862.97,60.971,-1,0,0,-0.479426,0.877583,300,100,1), - (7327,2040,1,-7407,-2753,15.064,1.501,0,0,0.682005,0.731348,300,100,1), - (7328,2040,1,-8037,-2537,-39,1.553,0,0,0.700787,0.713371,300,100,1), - (7329,2040,1,-1135,2847.58,139.062,2.042,0,0,0.852631,0.522514,300,100,1), - (7330,2041,0,-1629,-3303,25.056,5.828,0,0,0.225633,-0.974212,300,100,1), - (7331,2041,0,-13096.3,476.264,13.8901,0.383971,0,0,0.190808,0.981627,300,100,1), - (7332,2041,0,-361,-1065,38.3901,5.72,0,0,0.277886,-0.960614,300,100,1), - (7333,2041,0,-9008,-2011,135.473,5.562,0,0,0.352829,-0.935688,300,100,1), - (7334,2041,0,-1693,-3264,22.7856,1.991,0,0,0.839031,0.544083,300,100,1), - (7335,2041,0,-13832.5,667.575,11.7156,2.58309,0,0,0.961262,0.275636,300,100,1), - (7336,2041,1,-1896,2256,54.167,0,0,0,0,1,300,100,1), - (7337,2041,0,-11686.5,-336.717,10.0955,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (7338,2041,0,-1404,-1932,44.715,3.121,0,0,0.999947,0.0102961,300,100,1), - (7339,2041,0,-1424,-1925,45.551,2.813,0,0,0.986534,0.163558,300,100,1), - (7340,2041,0,-1443,-1925,47.379,4.794,0,0,0.677672,-0.735364,300,100,1), - (7341,2041,0,-1449,-1908,44.558,2.622,0,0,0.966442,0.256884,300,100,1), - (7342,2041,0,-1305,-1764,57.544,3.36,0,0,0.994043,-0.108987,300,100,1), - (7343,2041,0,-1426,-1950,45.673,1.039,0,0,0.496446,0.868068,300,100,1), - (7344,2041,0,-1310,-1782,47.556,4.355,0,0,0.821532,-0.570163,300,100,1), - (7345,2041,0,-1335.85,-1732.77,55.816,-2.96704,0,0,-0.996194,0.0871655,300,100,1), - (7346,2041,0,-9737,-2124,61.895,4.016,0,0,0.905939,-0.423408,300,100,1), - (7347,186240,1,-4199.18,-3081.88,32.6081,-2.15548,0,0,0.880891,-0.47332,900,100,1), - (7348,2041,0,-583,-829,7.851,-2,0,0,-0.841471,0.540302,300,100,1), - (7349,2041,0,-11814,-427,14.584,-1,0,0,-0.479426,0.877583,300,100,1), - (7350,2041,0,-51,-1095,40.268,0.076,0,0,0.0379909,0.999278,300,100,1), - (7351,2041,0,-156,-1099,40.562,6.163,0,0,0.0600564,-0.998195,300,100,1), - (7352,2041,0,37.766,-1098,41.427,6.01,0,0,0.136168,-0.990686,300,100,1), - (7353,2041,0,-11466.1,258.309,14.5832,1.41372,0,0,0.649449,0.760405,300,255,1), - (7354,2041,0,-14082.3,324.559,23.9637,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (7355,2041,0,-11594,-119,13.384,-1,0,0,-0.479426,0.877583,300,100,1), - (7356,2041,0,-1327,-1748,59.581,5.111,0,0,0.55311,-0.833108,300,100,1), - (7357,2041,0,433.022,-1500.31,39.2961,-0.610864,0,0,-0.300705,0.953717,300,255,1), - (7358,186243,1,-3018.73,-4345.71,7.01367,2.80125,0,0,0.985556,0.16935,180,100,1), - (7359,2041,0,-9535,-1886,74.671,2.703,0,0,0.976051,0.217543,300,100,1), - (7360,2041,1,-4546,2116.9,0.716,4.933,0,0,0.62497,-0.780649,300,100,1), - (7361,2041,0,-12771.1,352.823,5.78874,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (7362,2041,1,-1648.98,1002.89,88.4992,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (7363,2041,0,230.846,-4357,117.433,3.909,0,0,0.927285,-0.374357,300,100,1), - (7364,2041,0,-1747,-3365,31.405,6.115,0,0,0.0839937,-0.996466,300,100,1), - (7365,2041,0,-11508.6,192.419,13.1684,0.418879,0,0,0.207912,0.978148,300,255,1), - (7366,2041,0,-11569.2,56.2796,14.1259,1.8675,0,0,0.803856,0.594824,300,100,1), - (7367,2041,0,-13456.4,734.981,5.53083,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (7368,2041,0,-1805,-2460,56.884,1.639,0,0,0.730805,0.682587,300,100,1), - (7369,2041,0,-1804,-2476,51.74,2.652,0,0,0.970187,0.242359,300,100,1), - (7370,2041,0,-1814,-2538,50.776,1.16,0,0,0.548024,0.836463,300,100,1), - (7371,2041,1,-4809,2215.77,4.98075,2.056,0,0,0.856268,0.516532,300,100,1), - (7372,2041,0,-12555,-180,14.231,3.002,0,0,0.997565,0.0697396,300,100,1), - (7373,2041,0,-3024,-2232,9.713,3.224,0,0,0.999151,-0.041192,300,100,1), - (7374,2041,0,-1676,-3260,25.3921,0.972,0,0,0.467093,0.884208,300,100,1), - (7375,2041,0,-1641,-3295,23.4222,4.738,0,0,0.697994,-0.716103,300,100,1), - (7376,2041,1,-4812,495.623,17.832,4.561,0,0,0.758555,-0.651609,300,100,1), - (7377,2041,0,-3397,-2670,8.433,2.898,0,0,0.992592,0.121495,300,100,1), - (7378,2041,0,-4069,-3029,8.395,2.147,0,0,0.878876,0.477051,300,100,1), - (7379,2041,0,695.068,55.095,33.5917,2.382,0,0,0.92874,0.370731,300,100,1), - (7380,2041,0,-2085.59,-2513.78,73.9728,-1.97222,0,0,-0.833885,0.551938,300,255,1), - (7381,2041,0,-12709.6,130.92,9.78783,2.61799,0,0,0.965925,0.258821,300,255,1), - (7382,2041,0,-13897.6,679.245,10.0309,1.81514,0,0,0.78801,0.615662,300,255,1), - (7383,2041,0,-2098,-2490,70.986,2.98,0,0,0.996738,0.0807084,300,100,1), - (7384,2041,0,-2014,-2509,72.047,2.942,0,0,0.995025,0.0996308,300,100,1), - (7385,2041,0,-3913,-2975,10.116,4.819,0,0,0.668428,-0.743777,300,100,1), - (7386,2041,0,-3817,-2949,12.329,0.283,0,0,0.141028,0.990006,300,100,1), - (7387,2041,1,2599.47,-2837,163.855,1.71,0,0,0.754571,0.656218,300,100,1), - (7388,2041,0,1364.52,-107,42.135,0.63,0,0,0.309816,0.950796,300,100,1), - (7389,2041,0,1366.85,-84,37.269,5.019,0,0,0.590834,-0.806793,300,100,1), - (7390,2041,0,-1814,-3350,20.696,5.443,0,0,0.407845,-0.913051,300,100,1), - (7391,2041,0,396.544,-1424.91,38.9625,2.51327,0,0,0.951056,0.309019,300,100,1), - (7392,2041,0,-1994,-2508,72.849,1.275,0,0,0.595188,0.803586,300,100,1), - (7393,2041,0,-12108,-303.118,11.9555,3.05433,0,0,0.999048,0.0436174,300,100,1), - (7394,2041,0,447.687,-4007.4,103.455,2.40855,0,0,0.93358,0.35837,300,100,1), - (7395,2041,0,-9245,-2691,89.14,1.394,0,0,0.64192,0.766771,300,100,1), - (7396,2041,0,1121.59,-264,34.457,2.448,0,0,0.940466,0.339887,300,100,1), - (7397,2041,0,763.722,-46,35.843,3.647,0,0,0.96824,-0.250023,300,100,1), - (7398,2041,0,-557,-803,10.565,5.166,0,0,0.529993,-0.848002,300,100,1), - (7399,2041,0,-12155.5,-52.4808,0.992465,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (7400,2061,1,-3018.73,-4345.71,7.01367,2.80125,0,0,0.985556,0.16935,180,100,1), - (7401,2041,0,1340.71,-112,38.989,4.543,0,0,0.764389,-0.644756,300,100,1), - (7402,2041,0,1359.17,-96,37.066,0.029,0,0,0.0144995,0.999895,300,100,1), - (7403,2041,0,1328.93,-151,33.462,1.718,0,0,0.75719,0.653195,300,100,1), - (7404,2041,0,1352.86,-159,43.889,0.324,0,0,0.161292,0.986907,300,100,1), - (7405,2041,0,1317.14,-190,42.533,6.175,0,0,0.0540662,-0.998537,300,100,1), - (7406,2041,0,851.634,-86,34.034,3.721,0,0,0.958329,-0.285668,300,100,1), - (7407,2041,0,923.176,-146,40.209,3.547,0,0,0.979526,-0.201318,300,100,1), - (7408,2041,0,940.055,-154,38.782,4.65,0,0,0.728817,-0.684709,300,100,1), - (7409,2041,0,1012.47,-233,42.329,3.383,0,0,0.992724,-0.120411,300,100,1), - (7410,2041,0,-290.843,-1114.09,36.566,1.74533,0,0,0.766045,0.642787,300,255,1), - (7411,2041,0,-429,-978,37.3265,4.534,0,0,0.767282,-0.641309,300,100,1), - (7412,2041,0,-13323,599.927,4.51111,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (7413,2041,0,-3154,-2522,9.363,5.926,0,0,0.177645,-0.984095,300,100,1), - (7414,2041,0,-128,-3161,122.771,4.429,0,0,0.799878,-0.600162,300,100,1), - (7415,2041,0,625.576,116.927,38.916,3.174,0,0,0.999869,-0.016203,300,100,1), - (7416,2041,1,-4633,2115.26,1.266,5.841,0,0,0.219296,-0.975658,300,100,1), - (7417,2041,0,-3081,-2019,9.144,2.261,0,0,0.904625,0.426208,300,100,1), - (7418,2041,0,-3112,-2023,7.922,1.566,0,0,0.705409,0.7088,300,100,1), - (7419,2041,0,-3496,-2733,10.024,1.481,0,0,0.674657,0.738131,300,100,1), - (7420,2041,0,908.147,-122,37.798,3.07,0,0,0.999359,0.0357887,300,100,1), - (7421,2041,0,1100.83,-281,40.313,3.872,0,0,0.934051,-0.35714,300,100,1), - (7422,2041,0,1255.84,-258,43.163,0.805,0,0,0.39172,0.920085,300,100,1), - (7423,2041,0,944.931,-143,34.335,3.39,0,0,0.992297,-0.123885,300,100,1), - (7424,2041,0,1037.82,-224,34.149,5.818,0,0,0.230501,-0.973072,300,100,1), - (7425,2041,1,-4524,2107.81,2.135,5.547,0,0,0.359837,-0.933015,300,100,1), - (7426,2041,1,2238.71,-2190,100.555,1.117,0,0,0.529915,0.848051,300,100,1), - (7427,2041,0,-3392,-2617,10.2749,1.583,0,0,0.711408,0.702779,300,100,1), - (7428,21072,1,-3417.03,-4173.34,9.79174,-0.872664,0,0,-0.422618,0.906308,900,100,1), - (7429,2041,0,-1791,-2502,51.2472,1.034,0,0,0.494274,0.869306,300,100,1), - (7430,2041,0,-1613,-3293,27.3656,3.923,0,0,0.924641,-0.380839,300,100,1), - (7431,2041,0,-1604,-3322,27.7783,1.463,0,0,0.667987,0.744173,300,100,1), - (7432,2041,0,-363.167,-1073.16,35.5518,-2.30383,0,0,-0.913544,0.406739,300,255,1), - (7433,2041,0,-13687,573.585,11.244,3.732,0,0,0.956743,-0.290935,300,100,1), - (7434,2041,1,-4805,2169.38,2.46,2.476,0,0,0.945133,0.326687,300,100,1), - (7435,2041,1,-3510,2070.7,44.272,4.791,0,0,0.678775,-0.734347,300,100,1), - (7436,2041,0,930.719,-124,33.243,4.638,0,0,0.732912,-0.680323,300,100,1), - (7437,2041,1,-1795,878.776,89.96,-1,0,0,-0.479426,0.877583,300,100,1), - (7438,2041,0,-619.827,-746.11,7.60275,-0.610864,0,0,-0.300705,0.953717,300,255,1), - (7439,2041,0,-226.602,-1092.11,38.0874,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (7440,2041,1,-4798,1112.5,86.984,6.036,0,0,0.123278,-0.992372,300,100,1), - (7441,2041,0,-295,-1081,36.9542,6.144,0,0,0.0695365,-0.997579,300,100,1), - (7442,2041,0,-3387,-2727,14.2244,0.813,0,0,0.395397,0.91851,300,100,1), - (7443,2041,0,-3197,-2569,11.4578,0.562,0,0,0.277317,0.960779,300,100,1), - (7444,2041,0,-3109,-2437,13.188,1.649,0,0,0.734208,0.678924,300,100,1), - (7445,2041,0,-3336,-2614,10.0961,5.168,0,0,0.529145,-0.848531,300,100,1), - (7446,2041,0,-12417,-261,16.775,-2,0,0,-0.841471,0.540302,300,100,1), - (7447,2041,0,-3027,-2356,7.269,-3,0,0,-0.997495,0.0707372,300,100,1), - (7448,2041,0,-1623,-3314,24.4019,6.04,0,0,0.121293,-0.992617,300,100,1), - (7449,2041,0,-1687,-3254,25.3766,1.952,0,0,0.828263,0.56034,300,100,1), - (7450,2041,0,-1707,-3242,26.1675,2.627,0,0,0.967082,0.254467,300,100,1), - (7451,2041,0,1246.6,-233,34.033,6.171,0,0,0.0560632,-0.998427,300,100,1), - (7452,2041,0,534.668,-1541.55,40.6436,1.93731,0,0,0.824125,0.566409,300,100,1), - (7453,2041,1,1476.83,-2164,87.134,-1,0,0,-0.479426,0.877583,300,100,1), - (7454,2041,0,-3054.84,-2058.81,6.85599,1.51844,0,0,0.688356,0.725373,300,255,1), - (7455,2041,0,-12035,97.421,1.261,0.873,0,0,0.42277,0.906237,300,100,1), - (7457,2041,0,469.408,519.379,31.404,2.375,0,0,0.927437,0.37398,300,100,1), - (7458,2041,1,-1866,983.613,87.116,-1,0,0,-0.479426,0.877583,300,100,1), - (7459,2041,0,207.167,-1248,39.631,-1,0,0,-0.479426,0.877583,300,100,1), - (7460,2041,0,-1822,-3348,21.2338,4.567,0,0,0.756597,-0.653882,300,100,1), - (7461,2041,0,-12057,13.883,1.468,-1,0,0,-0.479426,0.877583,300,100,1), - (7463,2041,0,-12506.1,-291.3,16.6848,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (7464,2041,1,-1959,2011.47,55.154,0,0,0,0,1,300,100,1), - (7465,2041,0,679.107,56.767,38.0047,3.127,0,0,0.999973,0.00729622,300,100,1), - (7466,2041,0,-13637,445.863,22.831,1.748,0,0,0.766902,0.641764,300,100,1), - (7467,2041,0,-1733,-3351,28.8752,6.237,0,0,0.0230906,-0.999733,300,100,1), - (7468,186322,1,-3532.04,-4317.98,6.86363,2.75762,0,0,0.981627,0.190809,900,100,1), - (7469,2041,1,-1890,1840.45,54.658,-2,0,0,-0.841471,0.540302,300,100,1), - (7470,2041,0,528.783,-3377,108.489,0.613,0,0,0.301724,0.953395,300,100,1), - (7471,2041,0,-425,-1054,35.09,3.072,0,0,0.999395,0.0347893,300,100,1), - (7472,2041,0,-12189,3.374,0.739,3.339,0,0,0.995133,-0.0985435,300,100,1), - (7473,2041,0,-12105.4,-397.519,12.3309,2.54818,0,0,0.956305,0.292372,300,100,1), - (7474,2041,0,470.612,395.398,36.075,3.584,0,0,0.975634,-0.219404,300,100,1), - (7475,2041,0,-3085,-2253,9.154,3.895,0,0,0.929882,-0.367857,300,100,1), - (7476,2041,1,-4274,184.708,59.4709,3.48,0,0,0.985719,-0.168397,300,100,1), - (7477,2041,1,-4510.99,2089.55,1.78086,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (7478,2041,0,-10186,-3169,21.338,2.764,0,0,0.982231,0.187677,300,100,1), - (7479,2041,1,-3525,2002.69,43.306,4.968,0,0,0.611213,-0.791466,300,100,1), - (7480,2041,0,-2975,-2048,8.877,1.708,0,0,0.753914,0.656973,300,100,1), - (7481,2041,1,2205.25,-3003,114.823,1.763,0,0,0.771694,0.635994,300,100,1), - (7482,2041,0,-2947,-2274,11.92,6.149,0,0,0.0670422,-0.99775,300,100,1), - (7483,2041,0,-2977,-2263,8.197,1.319,0,0,0.612722,0.790299,300,100,1), - (7484,2041,0,-3024,-2328,7.867,0.808,0,0,0.393099,0.919496,300,100,1), - (7485,2041,0,-2985,-2306,9.425,0.424,0,0,0.210416,0.977612,300,100,1), - (7488,2041,0,-3421.35,-2679.81,7.33954,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (7489,2041,0,-14037.7,370.259,14.1351,2.9147,0,0,0.993572,0.113203,300,100,1), - (7490,2041,0,-14082.9,446.045,11.6335,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (7491,2041,1,-1968,1663.12,61.329,-2,0,0,-0.841471,0.540302,300,100,1), - (7492,2041,0,-79.2343,-1131.86,37.7567,0.017452,0,0,0.00872589,0.999962,300,255,1), - (7493,2041,0,-9374,-2014,58.692,1.173,0,0,0.553449,0.832883,300,100,1), - (7494,2041,0,-92.8787,-4014.63,121.424,1.8675,0,0,0.803856,0.594824,300,255,1), - (7495,2041,0,-1779.89,-2486.7,55.347,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (7496,2041,0,-3066,-2442,13.2602,0.106,0,0,0.0529752,0.998596,300,100,1), - (7497,2041,0,-11541,624.308,50.744,0.698,0,0,0.341958,0.939715,300,100,1), - (7498,2041,0,-12117,-45,13.32,1.065,0,0,0.507689,0.861541,300,100,1), - (7499,2041,0,-12001.2,-349.352,11.4441,-0.872664,0,0,-0.422618,0.906308,300,255,1), - (7500,2041,0,-3200,-2495,10.2414,1.131,0,0,0.535838,0.844321,300,100,1), - (7501,2041,0,-12294,284.405,4.194,5.785,0,0,0.246525,-0.969136,300,100,1), - (7503,2041,0,-12547.5,-77.8921,14.3442,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (7504,2041,0,-399,-1038,37.507,4.938,0,0,0.623016,-0.782209,300,100,1), - (7505,2041,0,-1413,-1697,46.278,3.872,0,0,0.934051,-0.35714,300,100,1), - (7506,2041,0,402.98,-4135,120.679,4.82,0,0,0.668056,-0.744111,300,100,1), - (7507,2041,0,512.296,304.801,33.3976,2.61,0,0,0.964884,0.262678,300,100,1), - (7508,2041,0,512.124,331.029,32.7369,4.122,0,0,0.882237,-0.470806,300,100,1), - (7509,2041,0,349.145,-2738,117.334,4.881,0,0,0.645053,-0.764138,300,100,1), - (7510,2041,0,488.515,314.936,38.6758,3.242,0,0,0.99874,-0.0501826,300,100,1), - (7511,2041,0,465.78,404.33,36.4356,3.325,0,0,0.995798,-0.0915752,300,100,1), - (7512,2041,0,495.131,302.416,37.5922,3.284,0,0,0.997466,-0.0711435,300,100,1), - (7513,2041,0,-1767,-3368,37.4152,5.179,0,0,0.52447,-0.851429,300,100,1), - (7514,2041,0,-11668,-331,14.009,1.833,0,0,0.793476,0.608601,300,100,1), - (7515,2041,0,563.901,224.306,32.215,2.182,0,0,0.887089,0.461599,300,100,1), - (7516,2041,0,-1378,-1710,48.952,3.935,0,0,0.92234,-0.38638,300,100,1), - (7517,2041,0,-3007.08,-1028.28,7.5412,2.94959,0,0,0.995395,0.0958539,300,100,1), - (7518,2041,0,-1950,-2507,72.292,1.222,0,0,0.573576,0.819152,300,100,1), - (7519,2041,0,-3362,-2682,11.381,0.931,0,0,0.44887,0.893597,300,100,1), - (7520,2041,0,-4173,-3015,7.941,-2,0,0,-0.841471,0.540302,300,100,1), - (7521,2041,0,-12613.3,-98.8945,15.7905,0.122173,0,0,0.0610485,0.998135,300,255,1), - (7522,2041,0,-11769.3,-329.706,10.7201,3.10665,0,0,0.999847,0.0174704,300,255,1), - (7523,2041,0,-3533,-2821,10.51,0.032,0,0,0.0159993,0.999872,300,100,1), - (7524,2041,0,-541.978,-906.142,31.5448,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (7525,2041,0,-12331.2,-259.94,15.5823,-0.261798,0,0,-0.130525,0.991445,300,255,1), - (7526,2041,0,-1353,-1714,51.297,5.176,0,0,0.525747,-0.850641,300,100,1), - (7527,2041,0,297.799,-1378.66,38.981,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (7528,2041,0,-9065,-2386,129.036,5.794,0,0,0.242161,-0.970236,300,100,1), - (7529,2041,0,474.549,408.911,32.675,-1,0,0,-0.479426,0.877583,300,100,1), - (7530,2041,1,-4081,319.429,57.406,5.365,0,0,0.443135,-0.896455,300,100,1), - (7531,2041,0,488.68,-3797,116.661,1.021,0,0,0.488614,0.8725,300,100,1), - (7532,2041,0,-3274,-2600,9.34232,0.11,0,0,0.0549723,0.998488,300,100,1), - (7533,2041,0,-1807,-3268,27.0003,5.845,0,0,0.217344,-0.976095,300,100,1), - (7534,2041,0,-1795,-3271,27.0826,3.892,0,0,0.930433,-0.366462,300,100,1), - (7535,2041,0,-1782,-3258,25.9448,3.711,0,0,0.959745,-0.280873,300,100,1), - (7536,2041,0,-2899,-1107,7.51,2.932,0,0,0.994514,0.104605,300,100,1), - (7537,2041,0,-3109,-1047,7.295,0,0,0,0,1,300,100,1), - (7538,2041,0,25.792,-3817,152.529,1.887,0,0,0.809617,0.586958,300,100,1), - (7539,2041,0,-10298,-2971,22.806,0.294,0,0,0.146471,0.989215,300,100,1), - (7540,2041,0,-3025,-2148,9.09128,0.054,0,0,0.0269967,0.999636,300,100,1), - (7541,2041,0,-1774,-3350,27.397,0.353,0,0,0.175585,0.984464,300,100,1), - (7542,2041,0,-1623,-3332,23.942,5.148,0,0,0.537604,-0.843198,300,100,1), - (7543,2041,0,-1630,-3288,25.8188,3.22,0,0,0.999232,-0.0391936,300,100,1), - (7544,2041,0,-2947,-2101,9.47183,0.329,0,0,0.163759,0.9865,300,100,1), - (7545,2041,1,-4599,2150.21,4.825,2.543,0,0,0.955544,0.294848,300,100,1), - (7546,2041,0,-12242.7,-284.967,17.0823,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (7547,2041,0,-3026,-2048,9.644,2.854,0,0,0.989679,0.143301,300,100,1), - (7548,2041,0,580.76,206.621,33.866,5.314,0,0,0.465848,-0.884865,300,100,1), - (7549,2041,0,571.589,213.548,33.355,5.822,0,0,0.228555,-0.973531,300,100,1), - (7550,2041,0,564.672,194.762,37.189,3.798,0,0,0.946623,-0.322343,300,100,1), - (7551,2041,0,633.064,130.526,35.896,2.096,0,0,0.866426,0.499305,300,100,1), - (7552,2041,0,1266.5,-242,44.668,5.881,0,0,0.19974,-0.979849,300,100,1), - (7553,2042,0,-6731.13,-2966.87,242.798,-2.28638,0,0,-0.909961,0.414694,300,100,1), - (7554,2042,0,-14048,54.3289,22.4255,1.90241,0,0,0.814116,0.580702,300,255,1), - (7556,2042,0,-155.541,-2623.64,120.462,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (7557,2042,0,-1124,-1935,73.789,5.865,0,0,0.207573,-0.97822,300,100,1), - (7558,2042,0,-6490,-3644,244.534,1.307,0,0,0.607969,0.793961,300,100,1), - (7559,2042,0,-1147,-3238,32.73,6.038,0,0,0.122286,-0.992495,300,100,1), - (7560,2042,0,-10396,-2988.36,22.9578,0.06048,0,0,0.0302354,0.999543,300,100,1), - (7562,2042,0,-10146.7,-3321.11,22.7876,1.65806,0,0,0.737276,0.675591,300,255,1), - (7563,2042,0,-176,-2785,118.703,-1,0,0,-0.479426,0.877583,300,100,1), - (7565,2042,0,-7059,-3686,244.562,2.844,0,0,0.98895,0.148248,300,100,1), - (7566,2042,0,-7052,-3688,244.131,2.379,0,0,0.928183,0.372124,300,100,1), - (7567,186233,1,-4578.58,-3158.45,34.9806,2.67036,0,0,0.97237,0.233445,900,100,1), - (7568,2061,1,-4578.58,-3158.45,34.9806,2.67036,0,0,0.97237,0.233445,900,100,1), - (7570,2042,0,-10373.7,-2983.72,22.4425,0.56136,0,0,0.277009,0.960867,300,100,1), - (7571,2042,0,-10366.8,-2989.79,21.8306,0.89436,0,0,0.432425,0.90167,300,100,1), - (7572,2042,0,-10380.9,-2968.79,22.0413,2.66617,0,0,0.971879,0.235479,300,100,1), - (7573,2042,0,-10549.8,-2854.83,24.2019,0.30648,0,0,0.152641,0.988282,300,100,1), - (7575,2042,0,1101.74,-343,43.149,3.264,0,0,0.998128,-0.0611654,300,100,1), - (7576,2042,0,1096.82,-341,43.419,0.041,0,0,0.0204986,0.99979,300,100,1), - (7577,2042,0,157.177,-3742,129.957,6.179,0,0,0.0520691,-0.998643,300,100,1), - (7578,2042,0,219.635,-4046,120.286,4.368,0,0,0.817809,-0.57549,300,100,1), - (7579,2042,0,114.522,-3752,123.777,0.513,0,0,0.253697,0.967284,300,100,1), - (7580,2042,0,-10,-3601,119.717,1.092,0,0,0.519273,0.854608,300,100,1), - (7581,2042,0,-10146.3,-3307.37,22.7541,6.09578,0,0,0.0935656,-0.995613,300,100,1), - (7582,2042,0,-925,-3378,66.979,4.8,0,0,0.675463,-0.737394,300,100,1), - (7583,2042,0,-6663,-3372,256.131,6.02,0,0,0.131213,-0.991354,300,100,1), - (7584,2042,0,-14057.5,164.154,13.0989,6.04724,0,0,0.117699,-0.993049,300,100,1), - (7585,2042,0,723.172,-863,163.595,5.157,0,0,0.533804,-0.845608,300,100,1), - (7586,2042,0,-10360.1,-3082.86,22.9127,5.114,0,0,0.55186,-0.833937,300,100,1), - (7587,2042,0,-962.771,-3266.38,66.1804,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (7588,2042,0,-14015.5,82.5177,12.0352,2.7312,0,0,0.979021,0.203759,300,100,1), - (7589,2042,0,-1519,-2818,38.873,3.087,0,0,0.999627,0.027293,300,100,1), - (7590,2042,0,-6692,-3348,240.944,4.417,0,0,0.803465,-0.595352,300,100,1), - (7591,186630,1,-3150.39,-2857.27,34.0014,2.08567,0,0,0.863836,0.503774,900,100,1), - (7592,2042,0,-13580.7,-119.958,44.8891,5.85446,0,0,0.212725,-0.977112,300,100,1), - (7593,2042,0,-13556.7,-96.4195,44.4323,0.07234,0,0,0.0361621,0.999346,300,100,1), - (7594,2042,0,-13291.4,-364.158,12.4491,2.68783,0,0,0.974373,0.22494,300,100,1), - (7595,2042,0,-13311.7,-327.215,13.0427,2.72691,0,0,0.978582,0.205859,300,100,1), - (7596,2042,0,-12049.7,-769.089,14.9076,2.09057,0,0,0.865068,0.501655,300,100,1), - (7598,2042,0,-10164,-3209.01,24.4014,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (7599,2042,0,-11714,-432,19.737,0.384,0,0,0.190823,0.981625,300,100,1), - (7600,21086,1,-3937.73,-2767.52,35.7915,0,0,0,0,1,900,100,1), - (7601,2042,0,-960,-1643,42.598,6.205,0,0,0.0390827,-0.999236,300,100,1), - (7602,2042,0,-6980,-3666,245.039,1.101,0,0,0.523113,0.852263,300,100,1), - (7603,2042,0,-13622.8,-26.9446,38.2399,0.07881,0,0,0.0393948,0.999224,300,100,1), - (7604,2042,0,-13643,-59.3039,37.8411,3.88552,0,0,0.931615,-0.363446,300,100,1), - (7605,2042,0,-13609.3,-26.848,38.312,0.25395,0,0,0.126634,0.991949,300,100,1), - (7606,2042,0,-13626.1,-53.0208,36.3262,0.74795,0,0,0.365319,0.930883,300,100,1), - (7607,2042,0,-13590.3,-101.905,39.4996,9,0,0,-0.97753,-0.210796,300,100,1), - (7608,21088,1,-4108.34,-2756.56,35.6594,1.44862,0,0,0.66262,0.748956,900,100,1), - (7609,2042,0,-6790,-3283,243.936,-2,0,0,-0.841471,0.540302,300,100,1), - (7610,2042,0,-1736,-2172,46.4183,1.478,0,0,0.673549,0.739142,300,100,1), - (7611,2042,0,-1734,-2150,48.0233,4.388,0,0,0.812013,-0.58364,300,100,1), - (7612,2042,0,-1734,-2162,48.0452,2.892,0,0,0.992223,0.124473,300,100,1), - (7613,2042,0,-1627.39,-2028.06,31.5625,1.44862,0,0,0.662619,0.748957,300,255,1), - (7614,2042,0,-1627.39,-2028.06,31.5625,1.44862,0,0,0.662619,0.748957,300,255,1), - (7615,187252,1,-2787.12,-3954.07,35.9263,1.9984,0,0,0.841039,0.540974,900,100,1), - (7617,2042,0,-1712,-2742,46.609,3.512,0,0,0.982899,-0.184147,300,100,1), - (7618,2042,0,-1723,-2873,39.625,4.592,0,0,0.748364,-0.663288,300,100,1), - (7619,2042,0,-1741,-2888,41.658,4.935,0,0,0.624189,-0.781274,300,100,1), - (7620,2042,0,-1754,-2892,41.166,4.935,0,0,0.624189,-0.781274,300,100,1), - (7621,2042,0,6.72537,-35.8818,95.798,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (7622,2061,1,-2787.12,-3954.07,35.9263,1.9984,0,0,0.841039,0.540974,900,100,1), - (7623,21080,1,-3649.81,-2729.7,33.789,0,0,0,0,1,900,100,1), - (7624,2042,0,-10299.1,-3143.44,21.5458,5.64367,0,0,0.314336,-0.949312,300,100,1), - (7625,2871,1,-2370.3,-4091.4,6.69146,3.14159,0,0,1,0,900,100,1), - (7626,2042,0,-6880,-3426,243.873,1.459,0,0,0.666497,0.745508,300,100,1), - (7627,2042,0,-1012,-1667,35.413,3.055,0,0,0.999063,0.0432828,300,100,1), - (7628,2042,0,-1010,-1657,35.051,4.279,0,0,0.8426,-0.53854,300,100,1), - (7629,2042,0,-681,-2080,52.244,4.796,0,0,0.676937,-0.736041,300,100,1), - (7630,2042,0,-686,-2043,54.477,4.796,0,0,0.676937,-0.736041,300,100,1), - (7631,2042,0,-6502,-3620,259.996,-1,0,0,-0.479426,0.877583,300,100,1), - (7632,2042,0,-992,-1894,61.384,3.204,0,0,0.999513,-0.0311986,300,100,1), - (41950,180796,0,-3755.18,-775.606,9.87997,-2.46091,0,0,0,0,180,100,1), - (7634,2061,1,-2408.73,-3131.03,36.8127,-2.69653,0,0,0.975342,-0.220697,900,100,1), - (7635,177165,1,-2731.27,-4994.16,7.12317,0.02618,0,0,0.013089,0.999914,900,100,1), - (7636,177164,1,-2757.28,-5036.39,7.97496,0.02618,0,0,0.013089,0.999914,900,100,1), - (7637,23016,1,-2887.87,-3418.33,39.3634,-0.471239,0,0,-0.233445,0.97237,900,100,1), - (7638,2042,0,-6528.05,-2963.68,268.539,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (7639,23018,1,-2878.71,-3434.07,39.3328,2.34747,0,0,0.922201,0.386711,900,100,1), - (7640,2042,0,-10289.6,-3138.64,22.4909,2.2439,0,0,0.900948,0.433926,300,100,1), - (7641,2042,0,-6632,-3681,265.833,2.822,0,0,0.98726,0.159117,300,100,1), - (7642,2042,0,-10524.2,-2785.81,22.6302,0.66226,0,0,0.325112,0.945676,300,100,1), - (7643,2042,0,-10575.1,-2718.68,26.3764,2.17526,0,0,0.885528,0.464585,300,100,1), - (7644,2042,0,-176,-2624,120.135,2.1,0,0,0.867423,0.497571,300,100,1), - (7645,2042,0,-10366,-2982.86,22.4097,5.88995,0,0,0.195353,-0.980733,300,100,1), - (7646,2042,0,302.101,-674,135.655,1.612,0,0,0.721523,0.69239,300,100,1), - (7647,2042,0,450.121,-796,141.887,0.883,0,0,0.427296,0.904112,300,100,1), - (7648,2042,0,-1133.5,-1909.23,78.3627,1.69297,0,0,0.748956,0.66262,300,255,1), - (7649,2042,0,-6660,-3372,257.289,5.895,0,0,0.192876,-0.981223,300,100,1), - (7650,2042,0,-13389,-365,17.317,0.977,0,0,0.469302,0.883038,300,100,1), - (7651,23017,1,-2889.55,-3421.29,39.3634,0.165806,0,0,0.082808,0.996566,900,100,1), - (7652,3798,1,-2946.15,-3899.57,34.968,-0.523599,0,0,-0.258819,0.965926,900,100,1), - (7653,2042,0,-1717,-2984,37.36,4.802,0,0,0.674725,-0.738069,300,100,1), - (7654,2042,0,-1691,-2967,39.177,2.149,0,0,0.879352,0.476172,300,100,1), - (7655,2042,0,-1658,-3035,25.55,4.383,0,0,0.813469,-0.581608,300,100,1), - (7656,3797,1,-2945.47,-3898.99,34.968,0.767944,0,0,0.374606,0.927184,900,100,1), - (7657,2042,0,-10254.6,-3239.82,23.125,6.15425,0,0,0.0644229,-0.997923,300,100,1), - (7658,23016,1,-3466.69,-4103.57,17.1106,-1.57952,0,0,-0.710185,0.704015,900,100,1), - (7659,2042,0,-10154.5,-3324.92,22.3997,0.63734,0,0,0.313304,0.949653,300,100,1), - (7660,2042,0,277.244,-3835,144.552,0.873,0,0,0.42277,0.906237,300,100,1), - (7661,2042,0,-1123,-1932,74.6378,5.865,0,0,0.207573,-0.97822,300,100,1), - (7662,2042,0,-1119.42,-1937.8,72.9268,5.865,0,0,0.207573,-0.97822,300,100,1), - (7663,23018,1,-3476.69,-4118.79,17.08,1.23918,0,0,0.580703,0.814115,900,100,1), - (7664,23017,1,-3470.09,-4103.39,17.1106,-0.942478,0,0,-0.45399,0.891007,900,100,1), - (7665,2042,0,417.903,134.627,42.074,0.023,0,0,0.0114997,0.999934,300,100,1), - (7666,2042,0,-6982,-3664,244.46,1.437,0,0,0.658256,0.752794,300,100,1), - (7667,2042,0,-689,-1936,56.824,3.234,0,0,0.998933,-0.0461872,300,100,1), - (7668,2042,0,704.51,-986,165.358,0.012,0,0,0.00599996,0.999982,300,100,1), - (7669,2042,0,-1289,-2720,49.797,0.227,0,0,0.113256,0.993566,300,100,1), - (7670,2042,0,909.434,-769,125.66,3.301,0,0,0.996825,-0.0796194,300,100,1), - (7671,2042,0,-24.6152,-3595.42,118.51,1.02974,0,0,0.492422,0.870357,300,255,1), - (7672,2042,0,-10086,-2473.08,27.9957,5.77319,0,0,0.252243,-0.967664,300,100,1), - (7673,2042,0,-10089.6,-2487.73,28.863,0.69399,0,0,0.340073,0.940399,300,100,1), - (7674,2042,0,-950,-1886,67.259,-2,0,0,-0.841471,0.540302,300,100,1), - (7675,2042,0,515.038,-1439,51.935,2.914,0,0,0.993532,0.113551,300,100,1), - (7676,2042,0,-13951,62.401,15.367,-3,0,0,-0.997495,0.0707372,300,100,1), - (7677,2042,0,-10617.1,-2525.31,23.2634,3.29825,0,0,0.996934,-0.0782486,300,100,1), - (7678,2042,0,1238.68,-345,43.569,4.071,0,0,0.893954,-0.448158,300,100,1), - (7679,22803,1,-3610.7,-4467.91,14.2575,-2.36492,0,0,0.925541,-0.378649,900,100,1), - (7680,2042,0,-11961,-609.441,17.6658,-1.29154,0,0,-0.601814,0.798637,300,100,1), - (7681,22806,1,-3613.95,-4467.99,14.2575,-0.968657,0,0,-0.465614,0.884988,900,100,1), - (7682,2042,0,-173,-2803,119.674,5.545,0,0,0.360769,-0.932655,300,100,1), - (7683,2042,0,-38,222.323,52.932,1.755,0,0,0.769144,0.639076,300,100,1), - (7684,2042,0,-49,186.34,52.306,3.192,0,0,0.999682,-0.025201,300,100,1), - (7685,2042,0,9.115,195.533,45.418,4.697,0,0,0.712527,-0.701645,300,100,1), - (7686,22811,1,-3630.92,-4457,13.6262,-0.706857,0,0,-0.346117,0.938191,900,100,1), - (7687,2042,0,-10541.4,-2780.55,23.3937,4.79763,0,0,0.676337,-0.736593,300,100,1), - (7688,2042,0,911.565,-796,124.771,4.791,0,0,0.678775,-0.734347,300,100,1), - (7689,2042,0,639.156,-1171,151.015,4.629,0,0,0.735966,-0.677018,300,100,1), - (7690,2042,0,637.401,-1147,156.226,4.913,0,0,0.632745,-0.77436,300,100,1), - (7691,2042,0,685.117,-1391,99.118,5.659,0,0,0.307051,-0.951693,300,100,1), - (7692,22772,1,-3609.18,-4462.32,14.1984,1.45735,0,0,0.665882,0.746057,900,100,1), - (7693,2042,0,-6637,-3680,265.833,2.822,0,0,0.98726,0.159117,300,100,1), - (7694,2042,0,-6722,-3085,283.245,1.344,0,0,0.622552,0.782578,300,100,1), - (7695,2042,0,-12042,-728,12.825,1.571,0,0,0.707179,0.707035,300,100,1), - (7696,2042,0,169.969,-21,68.251,4.639,0,0,0.732572,-0.68069,300,100,1), - (7697,2042,0,168.703,-25,69.624,4.438,0,0,0.79717,-0.603755,300,100,1), - (7698,2061,1,-3609.18,-4462.32,14.1984,1.45735,0,0,0.665882,0.746057,900,100,1), - (7699,2042,0,1109.59,-449,66.867,3.243,0,0,0.998715,-0.050682,300,100,1), - (7700,2042,0,-6801,-3611,244.748,0,0,0,0,1,300,100,1), - (7701,22773,1,-3608.34,-4460.25,14.1984,0.523601,0,0,0.25882,0.965926,900,100,1), - (7702,2042,0,830.208,-955,135.342,0.096,0,0,0.0479816,0.998848,300,100,1), - (7703,2061,1,-3608.34,-4460.25,14.1984,0.523601,0,0,0.25882,0.965926,900,100,1), - (7704,2042,0,1140.18,-471,68.282,4.895,0,0,0.639688,-0.768634,300,100,1), - (7705,2042,0,-10553,-2854,24.352,-2,0,0,-0.841471,0.540302,300,100,1), - (7706,2042,0,-10162.3,-3213.64,23.9478,3.58559,0,0,0.975459,-0.22018,300,100,1), - (7707,2042,0,-51,400.235,60.691,2.83,0,0,0.987888,0.155167,300,100,1), - (7708,22775,1,-3618.2,-4492.08,14.7264,0.122173,0,0,0.061048,0.998135,900,100,1), - (7709,2061,1,-3618.2,-4492.08,14.7264,0.122173,0,0,0.061048,0.998135,900,100,1), - (7710,2042,0,-11879,19.274,23.677,-3,0,0,-0.997495,0.0707372,300,100,1), - (7711,2042,0,-6618,-3691,265.845,1.501,0,0,0.682005,0.731348,300,100,1), - (7712,2042,0,69.976,-4296,120.116,4.529,0,0,0.768883,-0.639389,300,100,1), - (7713,2042,0,-12153.8,-133.861,25.7315,2.40855,0,0,0.93358,0.35837,300,255,1), - (7714,2042,0,-14059.3,181.17,14.0355,4.44115,0,0,0.796218,-0.60501,300,100,1), - (7715,2042,0,-1774,-2991,46.0127,5.115,0,0,0.551443,-0.834213,300,100,1), - (7716,2042,0,692.225,-1384.84,99.6657,1.09956,0,0,0.5225,0.852639,300,100,1), - (7717,2042,0,-652,-1923,60.754,0.09,0,0,0.0449848,0.998988,300,100,1), - (7718,2042,0,113.368,-3118,132.365,4.911,0,0,0.633519,-0.773727,300,100,1), - (7719,2042,0,-1731,-2295,38.465,5.053,0,0,0.577034,-0.81672,300,100,1), - (7720,2042,0,-10162.8,-3219.59,22.8414,2.45151,0,0,0.941061,0.338236,300,100,1), - (7721,2042,0,1134.03,-447,65.731,3.243,0,0,0.998715,-0.050682,300,100,1), - (7722,177495,1,-3612.23,-4471.02,14.2575,1.56207,0,0,0.704015,0.710185,900,100,1), - (7723,2042,0,1141.4,-577,80.374,4.63,0,0,0.735628,-0.677386,300,100,1), - (7724,177496,1,-3613.8,-4470.69,14.2575,1.19555,0,0,0.562806,0.826589,900,100,1), - (7725,177497,1,-3626.34,-4456.61,13.6262,-1.66679,0,0,-0.740218,0.672367,900,100,1), - (7726,2042,0,-11620,-426,16.725,-3,0,0,-0.997495,0.0707372,300,100,1), - (7727,2042,0,-10230,-3483,23.428,2.703,0,0,0.976051,0.217543,300,100,1), - (7728,177501,1,-3610.16,-4459.02,21.1003,1.94604,0,0,0.82659,0.562804,900,100,1), - (7729,2042,0,-12210,258.715,2.607,-1,0,0,-0.479426,0.877583,300,100,1), - (7730,2042,0,-948,-1892,67.113,0.923,0,0,0.445292,0.895386,300,100,1), - (7731,2042,0,1118.45,-346,43.693,1.427,0,0,0.654484,0.756076,300,100,1), - (7732,2042,0,1117.96,-349,43.592,2.024,0,0,0.847894,0.530166,300,100,1), - (7733,177504,1,-3614.06,-4447.5,21.2149,-1.55334,0,0,-0.700909,0.713251,900,100,1), - (7734,22776,1,-3619.4,-4492.68,14.7264,1.52717,0,0,0.691514,0.722363,900,100,1), - (7735,2042,0,-10388.1,-2976.57,22.862,1.81514,0,0,0.78801,0.615662,300,100,1), - (7736,2061,1,-3619.4,-4492.68,14.7264,1.52717,0,0,0.691514,0.722363,900,100,1), - (7737,2042,0,-10195.3,-3118.81,21.7411,0.104719,0,0,0.0523356,0.99863,300,255,1), - (7738,2042,0,513.082,-1443,51.264,2.937,0,0,0.994772,0.102118,300,100,1), - (7739,2042,0,-6735,-3078,265.647,4.851,0,0,0.656442,-0.754376,300,100,1), - (7740,177502,1,-3619.41,-4469.03,21.2149,0.209441,0,0,0.104529,0.994522,900,100,1), - (7741,2042,0,-1723,-2118,45.069,4.388,0,0,0.812013,-0.58364,300,100,1), - (7742,2042,0,-10404.5,-3001.07,19.5577,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (7743,2042,0,-11994,-71,15.36,3.142,0,0,1,-0.000203653,300,100,1), - (7744,2042,0,-10141,-3346.58,22.2082,5.6704,0,0,0.301621,-0.953428,300,100,1), - (7745,2042,0,-6721,-3082,282.145,4.103,0,0,0.88667,-0.462403,300,100,1), - (7746,2042,0,-6736,-3075,263.58,5.062,0,0,0.573353,-0.819308,300,100,1), - (7747,2042,0,-171,-2805,119.65,5.545,0,0,0.360769,-0.932655,300,100,1), - (7748,2042,0,56.002,-2578,114.297,4.753,0,0,0.692604,-0.721318,300,100,1), - (7749,2042,0,73.186,-2631,110.118,5.114,0,0,0.55186,-0.833937,300,100,1), - (7750,2042,0,-10443.7,-2683.13,22.3854,5.28927,0,0,0.476753,-0.879037,300,100,1), - (7751,2042,0,-10596.8,-2465.43,22.2192,1.56141,0,0,0.70378,0.710418,300,100,1), - (7752,2042,0,-953,-3243,67.941,0.005,0,0,0.0025,0.999997,300,100,1), - (7753,2042,0,-953,-3240,67.035,0.005,0,0,0.0025,0.999997,300,100,1), - (7754,2042,0,-10258,-3230,23.424,1.047,0,0,0.499914,0.866075,300,100,1), - (7755,2042,0,-1155,-3272,41.631,0.484,0,0,0.239645,0.970861,300,100,1), - (7756,2042,0,-768,-2189,45.393,6.209,0,0,0.0370841,-0.999312,300,100,1), - (7758,177503,1,-3612.27,-4447.47,21.2149,-1.55334,0,0,-0.700909,0.713251,900,100,1), - (7759,2042,0,-10462.1,-2708.86,21.7703,5.47873,0,0,0.391469,-0.920191,300,100,1), - (7760,2042,0,298.133,-639,137.914,1.64,0,0,0.731146,0.682221,300,100,1), - (7761,22774,1,-3609.7,-4459.43,14.1984,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (7762,2061,1,-3609.7,-4459.43,14.1984,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (7763,177498,1,-3627.95,-4456.65,13.6262,-1.53589,0,0,-0.694658,0.71934,900,100,1), - (7764,177494,1,-3610.71,-4470.69,14.2575,2.36492,0,0,0.925541,0.378648,900,100,1), - (7765,2042,0,-6517,-3609,262.683,3.1,0,0,0.999784,0.0207949,300,100,1), - (7766,177499,1,-3631.1,-4458.34,13.6262,0.043632,0,0,0.021815,0.999762,900,100,1), - (7767,2042,0,-10439.4,-2927.06,22.0869,1.0472,0,0,0.500001,0.866025,300,100,1), - (7768,2042,0,1091.77,-731,75.661,4.19,0,0,0.865723,-0.500524,300,100,1), - (7769,2042,0,6.952,-3321,121.873,6.072,0,0,0.105397,-0.99443,300,100,1), - (7770,2042,0,65.96,-3316,119.069,0.078,0,0,0.0389901,0.99924,300,100,1), - (7771,2042,0,-6493,-3605,273.152,1.866,0,0,0.80341,0.595426,300,100,1), - (7772,2042,0,-10619.7,-2541.82,23.739,3.08934,0,0,0.999659,0.0261234,300,100,1), - (7773,2042,0,1104.06,-335,43.26,0.041,0,0,0.0204986,0.99979,300,100,1), - (7774,2042,0,1107.9,-346,43.42,3.264,0,0,0.998128,-0.0611654,300,100,1), - (7775,2042,0,1213.67,-340,43.456,1.915,0,0,0.817755,0.575566,300,100,1), - (7776,2042,0,-10599.5,-2488.86,23.107,4.91612,0,0,0.631536,-0.775347,300,100,1), - (7777,2042,0,-1839,-2302,48.372,0.076,0,0,0.0379909,0.999278,300,100,1), - (7778,22783,1,-3616.32,-4478.92,21.1003,1.24791,0,0,0.58425,0.811574,900,100,1), - (7779,22813,1,-3624.63,-4456.84,13.6262,-2.20784,0,0,0.892979,-0.450099,900,100,1), - (7780,2042,0,-10301.8,-3133.48,21.7872,5.5465,0,0,0.36007,-0.932925,300,100,1), - (7781,2042,0,-10288.8,-3123.54,22.4199,3.90502,0,0,0.928028,-0.372511,300,100,1), - (7782,2042,0,-10610.9,-2500.03,22.892,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (7783,2042,0,-6968,-3486,241.667,4.867,0,0,0.650386,-0.759604,300,100,1), - (7784,2042,0,-11847.3,-219.508,16.5659,0.645772,0,0,0.317305,0.948324,300,255,1), - (7785,2042,0,-1604,-2227,32.246,3.865,0,0,0.935295,-0.353868,300,100,1), - (7786,22804,1,-3612.28,-4467.7,14.2575,-1.53589,0,0,-0.694658,0.71934,900,100,1), - (7787,2042,0,-123,-2799,120.203,0.277,0,0,0.138058,0.990424,300,100,1), - (7788,22777,1,-3609.68,-4460.89,14.1984,-2.03331,0,0,-0.850352,0.526214,900,100,1), - (7789,2042,0,-14013.4,102.199,10.8546,5.33098,0,0,0.458319,-0.888788,300,100,1), - (7790,2042,0,-1445,-2136,19.179,0.401,0,0,0.199159,0.979967,300,100,1), - (7791,2042,0,-1446,-2133,18.9,0.401,0,0,0.199159,0.979967,300,100,1), - (7792,2042,0,-1101,-3048,45.586,6.193,0,0,0.0450775,-0.998984,300,100,1), - (7793,2042,0,-1047,-3262,40.373,1.625,0,0,0.726009,0.687686,300,100,1), - (7794,2042,0,-1088,-3258,38.111,1.452,0,0,0.663884,0.747836,300,100,1), - (7795,2061,1,-3609.68,-4460.89,14.1984,-2.03331,0,0,-0.850352,0.526214,900,100,1), - (7796,22812,1,-3629.55,-4456.69,13.6262,-1.53589,0,0,-0.694658,0.71934,900,100,1), - (7797,2042,0,174.956,-57,96.842,0.068,0,0,0.0339935,0.999422,300,100,1), - (7798,177500,1,-3610,-4456.39,21.1003,-1.89368,0,0,-0.811574,0.58425,900,100,1), - (7799,2042,0,98.245,-2855,113.333,1.203,0,0,0.56588,0.824488,300,100,1), - (7800,2042,0,99.173,-2916,114.683,4.728,0,0,0.701566,-0.712605,300,100,1), - (7801,2042,0,102.357,-2916,114.497,4.728,0,0,0.701566,-0.712605,300,100,1), - (7802,2042,0,-10518.9,-2573.61,21.8643,-0.872664,0,0,-0.422618,0.906308,300,255,1), - (7803,2042,0,-10226.4,-2623.05,27.6343,2.84488,0,0,0.989015,0.147813,300,100,1), - (7804,2042,0,-10241.5,-2622.03,27.8669,2.10295,0,0,0.868156,0.496291,300,100,1), - (7805,3769,1,-3734.46,-4578.74,11.9841,0.549778,0,0,0.27144,0.962455,900,100,1), - (7806,36981,1,-3733.18,-4548.4,11.9181,-2.68781,0,0,0.97437,-0.224951,900,100,1), - (7807,2042,0,-11735,532.37,52.918,0.733,0,0,0.35835,0.933587,300,100,1), - (7808,36983,1,-3738.71,-4556.2,27.2373,0.436331,0,0,0.216439,0.976296,900,100,1), - (7809,36985,1,-3741.99,-4549.49,27.2373,0.436331,0,0,0.216439,0.976296,900,100,1), - (7810,36986,1,-3739.36,-4541.71,27.2373,-1.09083,0,0,-0.518773,0.854912,900,100,1), - (7811,36989,1,-3730.54,-4559.8,27.2373,2.00713,0,0,0.843391,0.5373,900,100,1), - (7812,36987,1,-3742.9,-4543.63,27.2373,-1.09083,0,0,-0.518773,0.854912,900,100,1), - (7813,2042,0,-10538.9,-2848.88,23.573,2.92118,0,0,0.993933,0.109983,300,100,1), - (7814,2042,0,-10519.8,-2715.92,27.669,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (7815,36988,1,-3734.16,-4561.56,27.2373,2.00713,0,0,0.843391,0.5373,900,100,1), - (7816,2042,0,-10519.8,-2715.92,27.669,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (7817,36998,1,-3731.79,-4578.11,11.9182,-3.01069,0,0,0.997859,-0.065403,900,100,1), - (7818,2042,0,-1148,-3241,32.951,6.038,0,0,0.122286,-0.992495,300,100,1), - (7819,2042,0,-10181,-3081,22.446,4.734,0,0,0.699425,-0.714706,300,100,1), - (7820,2042,0,726.65,-986,165.163,0.114,0,0,0.0569691,0.998376,300,100,1), - (7821,2042,0,-6684,-3349,241.203,5.654,0,0,0.309429,-0.950922,300,100,1), - (7822,2042,0,628.335,-970,165.761,3.526,0,0,0.981586,-0.191022,300,100,1), - (7823,2042,0,141.32,-2871,115.82,4.789,0,0,0.679509,-0.733668,300,100,1), - (7824,2042,0,140.767,-2863,115.19,4.553,0,0,0.761155,-0.64857,300,100,1), - (7825,2042,0,1029.66,-773,98.604,6.072,0,0,0.105397,-0.99443,300,100,1), - (7826,36996,1,-3733.1,-4579.59,11.9182,1.09083,0,0,0.518773,0.854912,900,100,1), - (7827,36979,1,-3717.64,-4547.57,25.8675,0.453785,0,0,0.224951,0.97437,900,100,1), - (7828,2042,0,-10301.6,-3118.24,22.1043,0.95622,0,0,0.460102,0.887866,300,100,1), - (7829,2042,0,-1543,-2816,36.609,3.087,0,0,0.999627,0.027293,300,100,1), - (7830,2042,0,-10294.1,-3120.57,21.941,2.19912,0,0,0.891008,0.453988,300,100,1), - (7831,2043,0,783.488,-794,171.138,1.478,0,0,0.673549,0.739142,300,100,1), - (7832,2043,0,794.184,-789,169.264,2.024,0,0,0.847894,0.530166,300,100,1), - (7833,2043,0,-13010,-5,22.879,1.279,0,0,0.596794,0.802394,300,100,1), - (7834,2043,0,-13149,-247,3.413,3.222,0,0,0.999192,-0.0401928,300,100,1), - (7835,2043,0,-13103,-257,-3,5.459,0,0,0.400528,-0.916285,300,100,1), - (7836,2043,0,-13128,-250,0,3.649,0,0,0.96799,-0.250991,300,100,1), - (7837,2043,0,-13039,-10,33.87,3.541,0,0,0.980125,-0.198379,300,100,1), - (7838,2043,0,-13182,-240,6.938,3.363,0,0,0.993879,-0.110478,300,100,1), - (7839,2043,0,-7034,-2311,252.435,-1,0,0,-0.479426,0.877583,300,100,1), - (7840,2043,0,-10249,-3661,22.273,0.646,0,0,0.317413,0.948287,300,100,1), - (7841,2043,0,806.926,-770,180.668,0.874,0,0,0.423223,0.906025,300,100,1), - (7842,2043,0,-11517,-453,41.22,2.74,0,0,0.979908,0.19945,300,100,1), - (7843,2043,0,134.329,-82,109.381,4.612,0,0,0.741694,-0.670738,300,100,1), - (7844,2043,0,-6811,-2510,244.441,5.771,0,0,0.253303,-0.967387,300,100,1), - (7845,2043,0,-11541,-697,34.14,5.543,0,0,0.361702,-0.932294,300,100,1), - (7846,2043,0,-1641,-3411,33.428,4.75,0,0,0.693685,-0.720278,300,100,1), - (7847,2043,0,-11666,456.881,42.787,2.414,0,0,0.934553,0.355825,300,100,1), - (7848,171752,0,-4828.28,-1285.05,501.807,2.2602,0,0,0.904455,0.426569,900,100,1), - (7849,2043,0,-6766,-2616,247.391,6.128,0,0,0.0775149,-0.996991,300,100,1), - (7850,2043,0,-1640.56,-3274.57,24.9171,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (7851,36982,1,-3722.04,-4538.69,25.8675,0.331611,0,0,0.165047,0.986286,900,100,1), - (7852,2043,0,-12863,243.25,17.845,2.583,0,0,0.96125,0.275679,300,100,1), - (7853,2043,0,-11782,726.306,57.914,3.111,0,0,0.999883,0.0152957,300,100,1), - (7854,2043,0,-12499,-734,39.558,2.638,0,0,0.968466,0.249144,300,100,1), - (7855,2043,0,-12177,250.011,3.477,1.309,0,0,0.608763,0.793352,300,100,1), - (7856,36984,1,-3740.22,-4553.11,27.2373,0.436331,0,0,0.216439,0.976296,900,100,1), - (7857,2043,0,-902,-2897,81.591,6.112,0,0,0.0854882,-0.996339,300,100,1), - (7858,2043,0,-883,-2931,84.7229,0.544,0,0,0.268658,0.963235,300,100,1), - (7859,2043,0,-12179,-974,34.325,5.317,0,0,0.46452,-0.885563,300,100,1), - (7860,2043,0,-12325,-982,15.076,5.61,0,0,0.330273,-0.943886,300,100,1), - (7861,2043,0,-12383,-966,16.95,4.271,0,0,0.844747,-0.535165,300,100,1), - (7862,2043,0,-12203,-928,35.553,4.242,0,0,0.852418,-0.522861,300,100,1), - (7863,2043,1,-4140,-186,56.662,0.297,0,0,0.147955,0.988994,300,100,1), - (7864,2043,0,-1852,-3182,51.414,1.815,0,0,0.787967,0.615718,300,100,1), - (7865,2043,0,-1777,-2871,43.556,1.86,0,0,0.80162,0.597834,300,100,1), - (7866,2043,0,-1775,-3142,32.014,1.789,0,0,0.779896,0.625909,300,100,1), - (7867,2043,0,-1996,-2773,85.951,3.329,0,0,0.995613,-0.0935666,300,100,1), - (7868,2043,0,-1764,-2879,41.827,4.892,0,0,0.64084,-0.767674,300,100,1), - (7869,2043,0,-1966,-2824,82.248,3.545,0,0,0.979727,-0.200339,300,100,1), - (7870,2043,0,-10815,-3873,23.637,1.769,0,0,0.773598,0.633676,300,100,1), - (7871,2043,0,-10812,-3902,23.792,1.709,0,0,0.754243,0.656596,300,100,1), - (7872,2043,0,-10695,-3864,22.656,3.757,0,0,0.953032,-0.302871,300,100,1), - (7873,2043,0,-10424,-3445,23.818,1.331,0,0,0.617453,0.786608,300,100,1), - (7874,2043,0,-10442,-3526,23.525,-1,0,0,-0.479426,0.877583,300,100,1), - (7876,2043,0,-12964,167.524,22.368,2.793,0,0,0.984849,0.173415,300,100,1), - (7877,2043,0,-12498,-819,42.058,-1,0,0,-0.479426,0.877583,300,100,1), - (7878,2043,0,-10134,-2971,20.937,6.124,0,0,0.0795086,-0.996834,300,100,1), - (7879,2043,0,-10072,-3102,22.905,1.733,0,0,0.762067,0.647498,300,100,1), - (7880,2043,0,-10087,-3086,22.921,5.405,0,0,0.425118,-0.905138,300,100,1), - (7881,2043,0,-10130,-2989,22.99,5.134,0,0,0.543493,-0.839414,300,100,1), - (7882,2043,0,-10139.4,-2979.23,22.9316,1.81514,0,0,0.78801,0.615662,300,255,1), - (7883,2043,0,-11670.1,-465.304,22.9578,-2.09439,0,0,-0.866024,0.500002,300,100,1), - (7884,2043,0,-12932,-442,30.72,4.982,0,0,0.605658,-0.795725,300,100,1), - (7885,2043,0,-12908,-462,35.812,3.22,0,0,0.999232,-0.0391936,300,100,1), - (7886,2043,0,-6791,-3503,243.601,-2,0,0,-0.841471,0.540302,300,100,1), - (7887,2043,0,-12822,-440,21.476,0,0,0,0,1,300,100,1), - (7888,2043,0,-1064,-3020,55.73,-3,0,0,-0.997495,0.0707372,300,100,1), - (7889,2043,0,-12034,266.868,12.428,-1,0,0,-0.479426,0.877583,300,100,1), - (7890,2043,0,-13059,411.074,23.331,-2,0,0,-0.841471,0.540302,300,100,1), - (7891,2043,0,-7178,-2205,315.173,3.312,0,0,0.996372,-0.0851006,300,100,1), - (7892,2043,0,-13569,-247,27.301,0.215,0,0,0.107293,0.994227,300,100,1), - (7893,2043,0,-1700,-3436,48.153,2.492,0,0,0.947716,0.319116,300,100,1), - (7894,2043,0,-1705,-3479,53.262,5.421,0,0,0.417864,-0.90851,300,100,1), - (7895,2043,0,-1627,-3459,55.338,4.86,0,0,0.653041,-0.757323,300,100,1), - (7896,2043,0,-1701,-3458,51.736,3.281,0,0,0.997572,-0.0696472,300,100,1), - (7897,2043,0,-11828.9,-547.797,15.4699,0.104719,0,0,0.0523356,0.99863,300,100,1), - (7898,2043,0,-12227,298.598,2.171,3.582,0,0,0.975853,-0.218428,300,100,1), - (7899,2043,0,-11833,-182,17.299,5.474,0,0,0.393644,-0.919263,300,100,1), - (7900,2043,0,-11980,-214,17.606,4.298,0,0,0.837446,-0.54652,300,100,1), - (7901,2043,0,-11932,-248,20.204,4.728,0,0,0.701566,-0.712605,300,100,1), - (7902,2043,0,351.741,-768,150.257,2.594,0,0,0.962751,0.270388,300,100,1), - (7903,2043,0,-943.772,-2879.49,66.9773,-1.44862,0,0,-0.662619,0.748957,300,100,1), - (7904,2043,0,-12989,449.455,20.842,3.817,0,0,0.943518,-0.331321,300,100,1), - (7905,2043,0,-11717,-668,49.38,5.166,0,0,0.529993,-0.848002,300,100,1), - (7906,2043,0,1109.24,-330,43.331,4.698,0,0,0.712176,-0.702001,300,100,1), - (7907,2043,1,-4361,-345,38.75,2.531,0,0,0.953758,0.300576,300,100,1), - (7908,2043,0,-11896,-843,32.706,5.203,0,0,0.514215,-0.857661,300,100,1), - (7909,2043,0,-12631,-630,43.448,3.169,0,0,0.999906,-0.0137032,300,100,1), - (7910,2043,0,-12527,-645,39.26,3.61,0,0,0.972699,-0.232068,300,100,1), - (7911,36980,1,-3736.07,-4549.83,11.9181,0.41888,0,0,0.207912,0.978148,900,100,1), - (7912,2043,0,-11765,736.443,59.921,1.464,0,0,0.668359,0.743839,300,100,1), - (7913,2043,0,-12998,270.41,17.426,0.242,0,0,0.120705,0.992688,300,100,1), - (7914,2043,0,-13070,299.016,19.966,5.153,0,0,0.535494,-0.844539,300,100,1), - (7915,2043,0,-13032,390.173,21.633,2.768,0,0,0.982604,0.185712,300,100,1), - (7916,2043,0,-13107,455.828,19.671,5.219,0,0,0.507338,-0.861747,300,100,1), - (7917,2043,0,-13063,362.32,18.035,3.506,0,0,0.983447,-0.181197,300,100,1), - (7918,2043,0,-6878,-2975,241.799,2.461,0,0,0.942656,0.333766,300,100,1), - (7919,2043,0,854.707,-906,132.338,4.2,0,0,0.863209,-0.504846,300,100,1), - (7920,2043,0,-10313.7,-3520.82,23.9705,2.82743,0,0,0.987688,0.156436,300,100,1), - (7921,2043,0,-14487,-366,4.088,0.834,0,0,0.405019,0.914308,300,100,1), - (7922,2043,0,-14158,295.329,17.331,2.106,0,0,0.868912,0.494967,300,100,1), - (7923,2043,0,-14006,271.163,17.376,4.383,0,0,0.813469,-0.581608,300,100,1), - (7924,2043,0,-13983,425.466,62.268,4.517,0,0,0.772706,-0.634765,300,100,1), - (7925,2043,0,-13997,294.805,17.851,3.23,0,0,0.999023,-0.0441893,300,100,1), - (7926,2043,0,8.958,-3988,130.5,2.164,0,0,0.882899,0.469563,300,100,1), - (7927,2043,0,-7018,-2918,241.667,-3,0,0,-0.997495,0.0707372,300,100,1), - (7928,2043,0,-13479,682.953,9.359,1.675,0,0,0.742972,0.669322,300,100,1), - (7929,2043,0,-13524,662.743,5.937,3.686,0,0,0.963181,-0.268855,300,100,1), - (7930,2043,0,-13462,699.875,6.474,2.788,0,0,0.984412,0.175877,300,100,1), - (7932,36997,1,-3734.81,-4577.39,11.9182,-0.130899,0,0,-0.065403,0.997859,900,100,1), - (7933,2043,0,-11584,358.255,45.516,1.164,0,0,0.549696,0.835365,300,100,1), - (7934,2043,0,-11507,-667,33.73,6.074,0,0,0.104402,-0.994535,300,100,1), - (7935,2043,0,439.019,-3889,124.672,1.955,0,0,0.829102,0.559097,300,100,1), - (7936,2043,0,-12428,-142,15.216,1.998,0,0,0.84093,0.541143,300,100,1), - (7937,2043,0,-11743,47.719,16.251,4.38,0,0,0.814341,-0.580387,300,100,1), - (7938,2043,0,-11750,68.135,30.455,5.756,0,0,0.260551,-0.96546,300,100,1), - (7939,2043,0,-11716,65.876,16.165,1.127,0,0,0.534148,0.845391,300,100,1), - (7940,2043,0,-12056,-275,18.833,4.25,0,0,0.85032,-0.526266,300,100,1), - (7941,2043,0,-12044,-251,19.994,0.634,0,0,0.311717,0.950175,300,100,1), - (7942,2043,0,-1025,-3049,44.615,4.918,0,0,0.630807,-0.77594,300,100,1), - (7943,2043,0,-1014,-3050,47.594,5.091,0,0,0.561413,-0.827536,300,100,1), - (7944,2043,0,-11705,73.929,18.223,2.304,0,0,0.913579,0.406661,300,100,1), - (7945,2043,0,-12431,-726,34.349,3.27,0,0,0.99794,-0.0641596,300,100,1), - (7946,2043,0,-11936,-182,18.074,0.07,0,0,0.0349929,0.999388,300,100,1), - (7947,2043,0,-848,-2985,105.989,6.163,0,0,0.0600564,-0.998195,300,100,1), - (7948,2043,0,-11827,-791,36.078,4.227,0,0,0.856315,-0.516453,300,100,1), - (7949,2043,0,-12454,-715,36.089,3.11,0,0,0.999875,0.0157957,300,100,1), - (7950,2043,0,-12810.7,185.967,17.3171,2.40855,0,0,0.93358,0.35837,300,100,1), - (7951,2043,0,-12473,-703,40.291,4.549,0,0,0.762451,-0.647046,300,100,1), - (7952,2043,0,-12751.8,272.947,9.70816,0.331613,0,0,0.165048,0.986286,300,100,1), - (7953,2043,0,-1333,-3135,33.514,0.563,0,0,0.277797,0.96064,300,100,1), - (7954,2043,0,-1317,-3146,36.053,6.053,0,0,0.114839,-0.993384,300,100,1), - (7955,2043,0,-1465,-3392,50.816,5.46,0,0,0.400069,-0.916485,300,100,1), - (7956,2043,0,-1635,-3391,29.475,4.753,0,0,0.692604,-0.721318,300,100,1), - (7957,2043,0,-986,-2695,74.014,0.245,0,0,0.122194,0.992506,300,100,1), - (7958,2043,0,-10436,-3491,23.123,6.098,0,0,0.0924604,-0.995716,300,100,1), - (7959,2043,0,1132.31,-729,69.569,5.849,0,0,0.215391,-0.976528,300,100,1), - (7960,2043,0,-10309,-4122,21.793,4.484,0,0,0.783074,-0.621929,300,100,1), - (7961,2043,0,-11916,-813,32.747,4.138,0,0,0.878442,-0.477848,300,100,1), - (7962,2043,0,-11861,-788,31.979,3.304,0,0,0.996705,-0.0811144,300,100,1), - (7963,2043,0,-13871.3,661.595,15.0183,0.733038,0,0,0.358368,0.93358,300,100,1), - (7964,2043,0,-14181,326.866,46.105,2.461,0,0,0.942656,0.333766,300,100,1), - (7965,2043,0,-12838.9,366.574,23.6163,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (7966,2043,0,-13863,692.706,2.228,0.066,0,0,0.032994,0.999456,300,100,1), - (7967,2043,0,-12613,-667,41.928,2.286,0,0,0.909882,0.414867,300,100,1), - (7968,2043,0,-11962,268.118,16.222,3.593,0,0,0.974637,-0.223792,300,100,1), - (7969,2043,0,-11774,60.999,22.763,2.778,0,0,0.983521,0.180797,300,100,1), - (7970,2043,0,-11632,-565,30.312,0.588,0,0,0.289783,0.957092,300,100,1), - (7971,2043,0,-11609,-567,29.715,5.507,0,0,0.378424,-0.925633,300,100,1), - (7972,2043,0,-11555,-571,27.164,3.875,0,0,0.933514,-0.35854,300,100,1), - (7973,2043,0,-12771.2,-15.3801,9.45094,0.087266,0,0,0.0436192,0.999048,300,100,1), - (7974,2043,0,-7165,-2265,272.435,0.908,0,0,0.438564,0.8987,300,100,1), - (7975,2043,0,-12325,-975,21.84,5.61,0,0,0.330273,-0.943886,300,100,1), - (7976,2043,0,-11970,-189,16.656,3.241,0,0,0.998765,-0.0496832,300,100,1), - (7977,3799,1,-3694.96,-4331.54,11.353,1.00356,0,0,0.480988,0.876727,900,100,1), - (7978,2043,0,-11736.5,-268.625,26.3078,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (7979,2043,0,314.158,-3245,114.001,0.012,0,0,0.00599996,0.999982,300,100,1), - (7980,2043,0,310.345,-3255,114.14,0.436,0,0,0.216277,0.976332,300,100,1), - (7981,2043,0,1133.31,-705,67.345,5.621,0,0,0.325077,-0.945688,300,100,1), - (7982,2043,0,1137.17,-715,65.6,0.94,0,0,0.452886,0.891568,300,100,1), - (7983,2043,0,157.03,-4007,123.895,4.834,0,0,0.66283,-0.74877,300,100,1), - (7984,2043,0,-13012,-809,70.826,0.687,0,0,0.336785,0.941582,300,100,1), - (7985,2043,0,-11666,496.569,43.063,2.788,0,0,0.984412,0.175877,300,100,1), - (7986,2043,0,-12005,283.945,10.057,2.507,0,0,0.950082,0.311999,300,100,1), - (7987,2043,0,286.695,-3229,116.257,-2,0,0,-0.841471,0.540302,300,100,1), - (7988,2043,0,-10292,-2959,22.3251,4.537,0,0,0.766319,-0.64246,300,100,1), - (7989,2043,0,365.91,-780,137.714,1.536,0,0,0.694698,0.719302,300,100,1), - (7990,2043,0,-13485.6,713.564,4.93984,0.488691,0,0,0.241921,0.970296,300,255,1), - (7991,2043,0,-11761,40.894,16.21,5.371,0,0,0.440444,-0.89778,300,100,1), - (7992,2043,0,-11631,-160,13.98,4.629,0,0,0.735966,-0.677018,300,100,1), - (7993,2043,0,-11627,-113,17.404,2.111,0,0,0.870147,0.492793,300,100,1), - (7994,2043,0,-12189.7,-829.898,38.3669,2.28638,0,0,0.909961,0.414694,300,255,1), - (7995,2043,0,-12853,-895,55.18,5.29,0,0,0.476433,-0.879211,300,100,1), - (7996,2043,0,-12887,-876,57.226,2.835,0,0,0.988273,0.152697,300,100,1), - (7997,2043,0,-12859,-837,54.483,3.569,0,0,0.977252,-0.212081,300,100,1), - (7998,2043,0,-12842,-852,56.548,5.294,0,0,0.474673,-0.880162,300,100,1), - (7999,171699,0,-4910.38,-976.212,501.408,2.26893,0,0,0.906308,0.422619,900,100,1), - (8000,2043,0,-6761,-2872,242.26,0.21,0,0,0.104807,0.994493,300,100,1), - (8001,2043,0,-6738,-2883,241.686,6.21,0,0,0.0365845,-0.999331,300,100,1), - (8002,2043,0,-1274,-1463,70.476,2.572,0,0,0.959719,0.280962,300,100,1), - (8003,2043,0,-1262,-1445,67.506,1.445,0,0,0.661262,0.750155,300,100,1), - (8004,2043,0,-1193,-1431,60.52,0.856,0,0,0.415052,0.909798,300,100,1), - (8005,2043,0,-1199,-1409,65.168,0.303,0,0,0.150921,0.988546,300,100,1), - (8006,2043,0,-1181,-1407,62.976,0.381,0,0,0.18935,0.98191,300,100,1), - (8007,2043,0,-6902.13,-2357.62,240.485,0.366518,0,0,0.182235,0.983255,300,255,1), - (8008,2043,0,-11666.1,445.798,43.2023,0.383972,0,0,0.190809,0.981627,300,100,1), - (8009,2043,0,-12737,-613,44.124,3.202,0,0,0.999544,-0.030199,300,100,1), - (8010,2043,0,161.248,-4014,123.262,3,0,0,0.997495,0.0707372,300,100,1), - (8011,2043,0,156.958,-4024.11,123.38,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (8012,2043,0,-10273,-2841,26.508,0.164,0,0,0.0819081,0.99664,300,100,1), - (8013,2043,0,-10304,-2850,26.6975,5.423,0,0,0.416955,-0.908927,300,100,1), - (8014,2043,0,-13067,301.395,19.857,5.153,0,0,0.535494,-0.844539,300,100,1), - (8015,2043,0,-250,-287,167.107,2.535,0,0,0.954357,0.298668,300,100,1), - (8016,2043,0,-6882,-2493,246.17,-2,0,0,-0.841471,0.540302,300,100,1), - (8017,2043,0,-230,-400,85.479,1.402,0,0,0.644982,0.764198,300,100,1), - (8018,2043,0,-1006,-2712,62.592,5.06,0,0,0.574172,-0.818735,300,100,1), - (8019,2043,0,-12653,-632,44.546,0.768,0,0,0.374632,0.927174,300,100,1), - (8020,2043,0,-10120,-3420,22.3612,0.138,0,0,0.0689453,0.99762,300,100,1), - (8021,2043,0,-11788,-225,23.454,6.093,0,0,0.0949494,-0.995482,300,100,1), - (8022,2043,0,-11818,463.396,47.554,5.029,0,0,0.586793,-0.809737,300,100,1), - (8023,2043,0,-13350.5,-298.82,12.8095,1.41372,0,0,0.649449,0.760405,300,100,1), - (8024,2043,0,-12960,-78,15.438,0.087,0,0,0.0434863,0.999054,300,100,1), - (8025,2043,0,-10319.2,-2683.88,23.6573,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (8026,2043,0,1144.27,-590,79.274,5.464,0,0,0.398236,-0.917283,300,100,1), - (8027,2043,0,-12994.5,154.965,25.5727,1.90241,0,0,0.814116,0.580702,300,100,1), - (8028,2043,0,-11571.1,311.907,45.0555,2.07694,0,0,0.861629,0.507539,300,255,1), - (8029,2043,0,-957,-3055,50.424,1.278,0,0,0.596393,0.802693,300,100,1), - (8030,2043,0,1248.17,-412,66.88,5.975,0,0,0.153484,-0.988151,300,100,1), - (8031,2043,0,-6760,-2761,242.502,3.744,0,0,0.95498,-0.29667,300,100,1), - (8032,2043,0,-12610,-717,43.489,4.463,0,0,0.789561,-0.613673,300,100,1), - (8033,2043,0,-11605,1011.6,16.5357,0.745,0,0,0.363945,0.93142,300,100,1), - (8034,2043,0,-1325,-2854,54.081,1.885,0,0,0.809016,0.587786,300,100,1), - (8035,2043,0,-13259.3,496.703,5.97683,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (8036,2043,0,-1267,-1617,48.76,0.358,0,0,0.178046,0.984022,300,100,1), - (8037,2043,0,-852,-2447,71.292,5.997,0,0,0.142605,-0.98978,300,100,1), - (8038,2043,0,-1605,-2389,101.586,5.846,0,0,0.216856,-0.976204,300,100,1), - (8039,2043,0,-12560,-678,40.588,4.723,0,0,0.703345,-0.710848,300,100,1), - (8040,2043,0,-12834,351.371,31.883,2.653,0,0,0.970308,0.241874,300,100,1), - (8041,2043,0,-12852,369.028,31.045,2.334,0,0,0.919576,0.392912,300,100,1), - (8042,2043,0,-12795,373.495,6.129,2.519,0,0,0.951937,0.306293,300,100,1), - (8043,2043,0,-12827,338.464,36.545,4.314,0,0,0.833047,-0.553203,300,100,1), - (8044,2043,0,-12781,351.011,9.503,3.424,0,0,0.990047,-0.140735,300,100,1), - (8045,2043,0,-12760,257.976,6.559,3.053,0,0,0.999019,0.0442819,300,100,1), - (8046,2043,0,-12776,314.152,9.979,1.966,0,0,0.832165,0.554529,300,100,1), - (8047,2043,0,-12738,284.355,1.468,4.893,0,0,0.640457,-0.767994,300,100,1), - (8048,2043,0,-12737,252.54,3.305,4.618,0,0,0.739679,-0.67296,300,100,1), - (8049,2043,0,-12732.6,-594.734,42.1949,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (8050,2043,0,-7158,-2263,272.685,3.03,0,0,0.998444,0.0557674,300,100,1), - (8051,2043,0,737.453,-779,185.898,3.999,0,0,0.909505,-0.415692,300,100,1), - (8052,2043,0,11.991,-3977,132.653,1.728,0,0,0.760446,0.649401,300,100,1), - (8053,2043,0,-980,-2732,62.736,1.875,0,0,0.806081,0.591805,300,100,1), - (8054,2043,0,-999,-2725,59.018,0.842,0,0,0.408673,0.912681,300,100,1), - (8055,2043,0,809.972,-756,190.078,1.867,0,0,0.803707,0.595025,300,100,1), - (8056,2043,0,-11607.1,-475.899,24.474,1.8675,0,0,0.803856,0.594824,300,100,1), - (8057,2043,0,-1789,-3402,45.886,2.122,0,0,0.872844,0.487999,300,100,1), - (8058,2043,0,-12960,-856,71.844,-2,0,0,-0.841471,0.540302,300,100,1), - (8059,2043,0,-900,-2785,63.868,0.076,0,0,0.0379909,0.999278,300,100,1), - (8060,2043,0,-11680,-98,18.271,-3,0,0,-0.997495,0.0707372,300,100,1), - (8061,2043,0,-12404,-228,16.442,4.257,0,0,0.848473,-0.529239,300,100,1), - (8062,2043,0,660.547,-1370,101.573,1.207,0,0,0.567528,0.823354,300,100,1), - (8063,2043,0,671.535,-1380,101.671,1.722,0,0,0.758495,0.651679,300,100,1), - (8064,2043,0,466.038,-1378,65.889,4.196,0,0,0.864217,-0.503119,300,100,1), - (8065,2043,0,-13008,-807,71.437,0.687,0,0,0.336785,0.941582,300,100,1), - (8066,2043,0,-12962,-838,71.118,4.752,0,0,0.692964,-0.720972,300,100,1), - (8067,2043,0,161.436,-4461,122.734,0.778,0,0,0.379263,0.925289,300,100,1), - (8068,2043,0,162.176,-4440,124.593,2.851,0,0,0.989463,0.144786,300,100,1), - (8069,2043,0,208.518,-4474,119.679,5.871,0,0,0.204637,-0.978838,300,100,1), - (8070,2043,0,447.914,-3893.58,124.796,1.95477,0,0,0.829038,0.559192,300,255,1), - (8071,2043,0,-46,-232,137.718,5.213,0,0,0.509921,-0.860221,300,100,1), - (8072,2043,0,159.788,-4429,126.317,4.587,0,0,0.75002,-0.661415,300,100,1), - (8073,2043,0,149.701,-4436,127.976,3.648,0,0,0.968115,-0.250507,300,100,1), - (8074,2043,0,135.794,-4484,130.16,4.756,0,0,0.691521,-0.722356,300,100,1), - (8075,2043,0,-12001,-579,13.384,2.944,0,0,0.995124,0.0986357,300,100,1), - (8076,2043,0,-1609,-2343,81.758,4.295,0,0,0.838265,-0.545264,300,100,1), - (8077,2043,0,-1224,-2209,54.773,1.335,0,0,0.619025,0.785372,300,100,1), - (8078,2043,0,-1238,-2181,61.909,5.555,0,0,0.356102,-0.934447,300,100,1), - (8079,2043,0,-11678,192.432,42.034,5.088,0,0,0.562654,-0.826692,300,100,1), - (8080,2043,0,258.403,-4037,123.753,1.712,0,0,0.755227,0.655464,300,100,1), - (8081,2043,0,-12380,-962,15.617,4.271,0,0,0.844747,-0.535165,300,100,1), - (8082,2043,0,-6867,-2315,246.008,1.145,0,0,0.541735,0.840549,300,100,1), - (8083,2043,0,-1817,-3217,33.067,0.999,0,0,0.478987,0.877822,300,100,1), - (8084,2043,0,-11945.7,296.664,20.9065,-0.488691,0,0,-0.241921,0.970296,300,100,1), - (8085,2043,0,-11605,-117,15.379,3.498,0,0,0.984164,-0.177262,300,100,1), - (8086,2043,0,-11766.8,157.535,21.215,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (8087,2043,0,-11582,-543,30.74,0.692,0,0,0.339138,0.940737,300,100,1), - (8088,2043,0,-12438,-742.859,37.5079,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (8089,2043,0,-10345,-2842,23.749,5.253,0,0,0.492616,-0.870247,300,100,1), - (8090,2043,0,-957,-2727,68.117,0.976,0,0,0.46886,0.883272,300,100,1), - (8091,2043,0,-999,-2751,51.016,3.316,0,0,0.9962,-0.0870932,300,100,1), - (8092,2043,0,-251,-299,167.096,2.535,0,0,0.954357,0.298668,300,100,1), - (8093,2043,0,-6804,-2829,242.448,0.925,0,0,0.446187,0.89494,300,100,1), - (8094,2043,0,-11748.8,639.877,50.7172,1.22173,0,0,0.573576,0.819152,300,255,1), - (8095,2043,0,-12975.3,269.194,17.7305,-0.191985,0,0,-0.0958451,0.995396,300,255,1), - (8096,2043,0,-10329,-2663,23.742,4.307,0,0,0.834978,-0.550283,300,100,1), - (8097,2043,0,-10337,-2651,25.607,1.907,0,0,0.815446,0.578833,300,100,1), - (8098,2043,0,-10353,-2816,24.02,0.09,0,0,0.0449848,0.998988,300,100,1), - (8099,2043,0,-11645.2,212.943,40.8252,-0.767945,0,0,-0.374607,0.927184,300,100,1), - (8100,2043,0,-10234,-3475,22.4643,4.743,0,0,0.696202,-0.717846,300,100,1), - (8101,2043,0,-13060,-64,26.627,2.622,0,0,0.966442,0.256884,300,100,1), - (8102,2043,0,-116.969,-118.776,137.862,2.93214,0,0,0.994521,0.104535,300,255,1), - (8103,2043,0,-10376,-4015,23.251,3.004,0,0,0.997634,0.0687421,300,100,1), - (8104,2043,0,-10377,-4030,23.67,3.612,0,0,0.972467,-0.233041,300,100,1), - (8105,2043,0,-1602,-2381,100.426,5.386,0,0,0.433698,-0.901058,300,100,1), - (8106,2043,0,-1600,-2323,76.066,0.301,0,0,0.149933,0.988696,300,100,1), - (8107,2043,0,-12867,451.96,9.1,3.832,0,0,0.941007,-0.338388,300,100,1), - (8108,2043,0,-12936,497.713,7.935,2.475,0,0,0.944969,0.32716,300,100,1), - (8109,2043,0,-12956,432.891,22.956,0.379,0,0,0.188368,0.982099,300,100,1), - (8110,2043,0,-13001,372.745,21.69,4.092,0,0,0.8892,-0.45752,300,100,1), - (8111,2043,0,-13068,356.75,18.909,3.506,0,0,0.983447,-0.181197,300,100,1), - (8112,2043,0,-11502,-656,32.105,-1,0,0,-0.479426,0.877583,300,100,1), - (8113,2043,0,-7082,-3368,243.958,2.252,0,0,0.902698,0.430274,300,100,1), - (8114,2043,0,-7024,-2931,241.678,1.451,0,0,0.66351,0.748168,300,100,1), - (8115,2043,0,-6759,-2770,243.111,2.304,0,0,0.913579,0.406661,300,100,1), - (8116,2043,0,-9916,-3744,22.871,2.495,0,0,0.948193,0.317694,300,100,1), - (8117,2043,0,-903,-2860,81.865,3.088,0,0,0.999641,0.0267931,300,100,1), - (8118,2043,0,-903,-2847,68.342,5.751,0,0,0.262964,-0.964806,300,100,1), - (8119,2043,0,442.862,-3899,125.605,6.146,0,0,0.0685389,-0.997648,300,100,1), - (8120,2043,0,556.464,-906,172.482,2.986,0,0,0.996975,0.0777178,300,100,1), - (8121,2043,0,-11895,-238,18.625,0,0,0,0,1,300,100,1), - (8122,2043,0,-11836,447.294,47.081,0.262,0,0,0.130626,0.991432,300,100,1), - (8123,2043,0,-11869,-615,15.706,0.425,0,0,0.210904,0.977507,300,100,1), - (8124,2043,0,-12535.2,-34.5063,22.1414,0.139624,0,0,0.0697553,0.997564,300,255,1), - (8125,2043,0,-909,-2733,62.806,0.202,0,0,0.100828,0.994904,300,100,1), - (8126,2043,0,-11919,-256,18.593,3.159,0,0,0.999962,-0.00870352,300,100,1), - (8127,2043,0,62.6606,-3606.76,124.487,0.366518,0,0,0.182235,0.983255,300,255,1), - (8128,2043,0,-249,-331,62.312,-1,0,0,-0.479426,0.877583,300,100,1), - (8129,2043,0,-6862,-2684,244.198,-1,0,0,-0.479426,0.877583,300,100,1), - (8130,2043,0,1225.23,-403,55.229,2.586,0,0,0.961662,0.274237,300,100,1), - (8131,2043,0,-13846,542.407,46.398,3.426,0,0,0.989906,-0.141725,300,100,1), - (8132,2043,0,1239.24,-379,73.829,4.522,0,0,0.771116,-0.636694,300,100,1), - (8133,2043,0,1156.6,-333,45.197,5.869,0,0,0.205616,-0.978633,300,100,1), - (8134,2043,0,294.548,-3226,115.171,2.69,0,0,0.974616,0.223883,300,100,1), - (8135,2043,0,496.789,-3608,121.537,5.51,0,0,0.377035,-0.926199,300,100,1), - (8136,2043,0,511.57,-3600,118.52,3.904,0,0,0.928217,-0.372038,300,100,1), - (8137,2043,0,-13682,581.745,9.482,3.662,0,0,0.966338,-0.257277,300,100,1), - (8138,2043,0,302.747,-3241,114.454,0.939,0,0,0.45244,0.891795,300,100,1), - (8139,2043,0,287.643,-3275,114.784,2.031,0,0,0.849744,0.527195,300,100,1), - (8140,2043,0,-6652,-3417,263.313,0.485,0,0,0.24013,0.970741,300,100,1), - (8141,2043,0,-6958,-3596,241.667,6.242,0,0,0.0205911,-0.999788,300,100,1), - (8142,2043,0,-12782,109.495,11.586,-1,0,0,-0.479426,0.877583,300,100,1), - (8143,2043,0,-1853,-3101,53,3.27,0,0,0.99794,-0.0641596,300,100,1), - (8144,2043,0,-1860,-3246,45.557,3.819,0,0,0.943186,-0.332265,300,100,1), - (8145,2043,0,-1900,-3346,61.29,2.719,0,0,0.97776,0.209728,300,100,1), - (8146,2043,0,-1901,-3157,69.105,3.195,0,0,0.999644,-0.0267005,300,100,1), - (8147,2043,0,-1869,-3192,52.316,1.503,0,0,0.682736,0.730666,300,100,1), - (8148,2043,0,-1884,-3114,59.294,1.126,0,0,0.533726,0.845658,300,100,1), - (8149,2043,0,-914,-3069,49.622,0.241,0,0,0.120209,0.992749,300,100,1), - (8150,2043,0,-10824,-3982,21.965,2.262,0,0,0.904838,0.425755,300,100,1), - (8151,2043,0,-10825,-4072,23.694,4.113,0,0,0.884347,-0.466831,300,100,1), - (8152,2043,0,-10803,-4035,19.287,2.855,0,0,0.989751,0.142806,300,100,1), - (8153,2043,0,-10813,-4054,23.787,5.555,0,0,0.356102,-0.934447,300,100,1), - (8154,2043,0,-10747,-4160,20.787,1.914,0,0,0.817467,0.575975,300,100,1), - (8155,2043,0,-10760,-4182,22.418,4.31,0,0,0.834152,-0.551535,300,100,1), - (8156,2043,0,-10741,-4185,21.876,2.147,0,0,0.878876,0.477051,300,100,1), - (8157,2043,0,-12361,104.972,5.839,3.319,0,0,0.996068,-0.0885874,300,100,1), - (8158,2043,0,-10078,-3133,24.14,5.071,0,0,0.56966,-0.82188,300,100,1), - (8159,2043,0,-10057,-3344,23.121,5.015,0,0,0.592447,-0.80561,300,100,1), - (8160,2043,0,-10140,-3421,23.597,3.866,0,0,0.935118,-0.354336,300,100,1), - (8161,2043,0,-10133,-3440,22.833,4.578,0,0,0.752989,-0.658033,300,100,1), - (8162,2043,0,542.05,-931,175.194,4.628,0,0,0.736305,-0.67665,300,100,1), - (8163,2043,1,-4629.04,2040.21,6.75116,0.034907,0,0,0.0174526,0.999848,300,100,1), - (8164,2043,0,845.513,-933,138.368,6.25,0,0,0.0165919,-0.999862,300,100,1), - (8165,2043,0,-12030,-245,22.347,3.609,0,0,0.972815,-0.231582,300,100,1), - (8166,2043,0,-1683,-3519,61.89,4.899,0,0,0.63815,-0.769912,300,100,1), - (8167,2043,0,-12287,121.116,5.173,4.91,0,0,0.633906,-0.77341,300,100,1), - (8168,2043,0,-12038,316.81,4.484,2.351,0,0,0.922882,0.385082,300,100,1), - (8169,2043,0,-12881,-504,50.323,5.097,0,0,0.558928,-0.829216,300,100,1), - (8170,2043,0,-12890,-501,47.774,3.41,0,0,0.991008,-0.133801,300,100,1), - (8171,2043,0,-12076.2,-277.955,17.7318,1.3439,0,0,0.622513,0.782609,300,255,1), - (8172,2043,0,739.005,-816,164.636,1.612,0,0,0.721523,0.69239,300,100,1), - (8173,2043,0,-11809.3,444.485,49.6407,-2.80997,0,0,-0.986285,0.165053,300,100,1), - (8174,2043,0,-209,-399,89.38,1.402,0,0,0.644982,0.764198,300,100,1), - (8175,2043,0,-11820,-202,19.966,1.204,0,0,0.566292,0.824205,300,100,1), - (8176,2043,0,-11807.2,-259.54,17.5633,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (8177,2043,0,-11791,-276,19.158,3.018,0,0,0.998091,0.0617571,300,100,1), - (8178,2043,0,-12005,-246,21.419,4.268,0,0,0.845549,-0.533898,300,100,1), - (8179,2043,0,-1124,-3186,44.858,1.423,0,0,0.652971,0.757383,300,100,1), - (8180,2043,0,-1130,-3215,38.095,0.905,0,0,0.437215,0.899357,300,100,1), - (8181,2043,0,-10375,-4034,23.673,3.612,0,0,0.972467,-0.233041,300,100,1), - (8182,2043,0,-10372,-4016,22.728,3.004,0,0,0.997634,0.0687421,300,100,1), - (8183,2043,0,-10356,-4016,22.381,1.387,0,0,0.639233,0.769013,300,100,1), - (8184,2043,0,-10571,-4178,20.233,3.178,0,0,0.999834,-0.0182027,300,100,1), - (8185,2043,0,-10544,-4180,23.435,5.563,0,0,0.352361,-0.935864,300,100,1), - (8186,2043,0,-10555,-4170,22.503,3.746,0,0,0.954683,-0.297625,300,100,1), - (8187,2043,0,-10225,-3433,23.976,2.281,0,0,0.908842,0.41714,300,100,1), - (8188,2043,0,-10242,-3443,23.374,3.646,0,0,0.968365,-0.249538,300,100,1), - (8189,2043,0,-10316,-2833,24.233,0.212,0,0,0.105802,0.994387,300,100,1), - (8190,2044,0,720.937,-542,155.045,6.117,0,0,0,0,300,100,1), - (8191,2044,0,618.218,-91,135.774,1.664,0,0,0,0,300,100,1), - (8192,2044,0,179.233,-233,150.164,4.751,0,0,0,0,300,100,1), - (8193,2044,0,389.499,-484,178.124,0.864,0,0,0,0,300,100,1), - (8194,2044,0,490.42,-576,180.857,1.236,0,0,0,0,300,100,1), - (8195,2044,0,178.616,-273,148.192,4.682,0,0,0,0,300,100,1), - (8196,2044,0,260.663,-413,156.2,0.096,0,0,0,0,300,100,1), - (8197,2044,0,544.609,-438,169.977,0.793,0,0,0,0,300,100,1), - (8198,2044,0,141.263,-290,159.619,4.832,0,0,0,0,300,100,1), - (8199,2044,0,198.043,-212,145.01,1.754,0,0,0,0,300,100,1), - (8200,2044,0,220.781,-322,155.628,3.159,0,0,0,0,300,100,1), - (8201,2044,0,236.672,-415,150.857,1.683,0,0,0,0,300,100,1), - (8202,2044,0,374.973,-309,163.783,5.077,0,0,0,0,300,100,1), - (8203,2044,0,313.912,-464,159.691,6.158,0,0,0,0,300,100,1), - (8204,2044,0,381.117,-326,166.318,4.881,0,0,0,0,300,100,1), - (8205,2044,0,320.394,-313,165.365,4.737,0,0,0,0,300,100,1), - (8206,2044,0,610.216,-145,140.655,4.564,0,0,0,0,300,100,1), - (8207,2044,0,607.163,-202,144.759,0.384,0,0,0.190809,0.981627,300,100,1), - (8208,2044,0,671.415,-518,167.364,5.196,0,0,0,0,300,100,1), - (8209,2044,0,536.771,-211,148.632,1.735,0,0,0,0,300,100,1), - (8210,2044,0,513.417,-129,145.088,1.927,0,0,0,0,300,100,1), - (8211,2044,0,441.737,-239,155.228,1.618,0,0,0,0,300,100,1), - (8212,2044,0,314.271,-350,167.661,-1,0,0,-0.649448,0.760406,300,100,1), - (8213,2044,0,695.799,-540,164.026,5.044,0,0,0,0,300,100,1), - (8214,2044,0,315.12,-424,169.313,1.527,0,0,0,0,300,100,1), - (8215,2044,0,561.423,-429,177.963,2.834,0,0,0,0,300,100,1), - (8216,2045,0,-13691.3,767.772,-12.2924,2.33874,0,0,0.920505,0.390732,300,255,1), - (8221,2045,1,2271.02,-2871,133.706,3.513,0,0,0.982807,-0.184638,300,100,1), - (8222,2045,0,-9981,-4306,-1,5.762,0,0,0.257653,-0.966237,300,100,1), - (8225,2045,1,2942.7,-2723,215.836,0.03,0,0,0.0149994,0.999888,300,100,1), - (8228,2045,0,-999,-732,0.487,0.685,0,0,0.335843,0.941918,300,100,1), - (8229,2045,1,3631.36,1037.19,5.47104,4.848,0,0,0.657573,-0.753391,300,100,1), - (8230,2045,0,-2164,-1683,-25,5.672,0,0,0.300858,-0.953669,300,100,1), - (8231,2045,1,-1160,-3677,93.194,6.151,0,0,0.0660445,-0.997817,300,100,1), - (8235,2045,1,6959.22,787.957,3.805,2.833,0,0,0.98812,0.153685,300,100,1), - (8237,2045,1,6984.84,790.409,10.6,0.049,0,0,0.0244975,0.9997,300,100,1), - (8238,2045,1,7007.92,798.797,3.468,2.963,0,0,0.996016,0.0891777,300,100,1), - (8239,2045,0,-1049,-342,0.507,4.6,0,0,0.745705,-0.666276,300,100,1), - (8240,2045,0,1308.95,4.606,-13,0,0,0,0,1,300,100,1), - (8242,2045,1,4004.19,1041.79,-14,0.506,0,0,0.25031,0.968166,300,100,1), - (8245,2045,0,-980,-463,0.904,1.918,0,0,0.818618,0.574339,300,100,1), - (8246,2045,0,-1006,-412,0.937,3.367,0,0,0.993656,-0.112465,300,100,1), - (8247,2045,0,-10609,-4349,6.587,1.908,0,0,0.815736,0.578425,300,100,1), - (8248,2045,1,-5539,2320.89,0.26,4.718,0,0,0.70512,-0.709088,300,100,1), - (8252,2045,1,-1982,3074.47,0.453,4.932,0,0,0.62536,-0.780336,300,100,1), - (8257,2045,1,-2000,3125.95,1.649,4.245,0,0,0.851633,-0.524139,300,100,1), - (8258,2045,1,-650,2744.91,0.401,3.355,0,0,0.994313,-0.106501,300,100,1), - (8259,2045,1,5239.4,964.844,1.337,2.798,0,0,0.985279,0.170952,300,100,1), - (8260,2045,1,-5304,3770.69,0,3.513,0,0,0.982807,-0.184638,300,100,1), - (8261,2045,1,-5258,3632.46,1.05,4.168,0,0,0.871176,-0.490971,300,100,1), - (8262,2045,1,3634.82,1070.97,3.71083,1.487,0,0,0.676868,0.736104,300,100,1), - (8266,2045,1,5240.34,971.813,2.71,3.811,0,0,0.944508,-0.328489,300,100,1), - (8268,2045,1,6223.26,947.609,1.391,0.324,0,0,0.161292,0.986907,300,100,1), - (8269,2045,0,776.394,144.451,33.481,0.163,0,0,0.0814098,0.996681,300,100,1), - (8272,2045,1,-1744,3185.5,0.322,0.01,0,0,0.00499998,0.999987,300,100,1), - (8275,2045,1,2180.13,-6828,0.719,0.135,0,0,0.0674488,0.997723,300,100,1), - (8276,2045,1,2685.27,-7035,0.283,2.621,0,0,0.966314,0.257367,300,100,1), - (8277,2045,0,-14881,342.575,0.812,6.171,0,0,0.0560632,-0.998427,300,100,1), - (8280,2045,1,-1286,-3890,6.413,1.338,0,0,0.620202,0.784442,300,100,1), - (8281,2045,1,-1314,-3920,0.95,4.837,0,0,0.661707,-0.749763,300,100,1), - (8282,2045,1,-1282,-3867,23.749,4.224,0,0,0.857089,-0.515168,300,100,1), - (8284,2045,1,2126.41,-2842,115.106,3.27,0,0,0.99794,-0.0641596,300,100,1), - (8285,2045,1,2009.51,-1133,90.159,2.578,0,0,0.960557,0.278082,300,100,1), - (8286,2045,1,1945.43,-1058,92.432,4.306,0,0,0.835253,-0.549866,300,100,1), - (8287,2045,1,1932.32,-1107,92.618,4.549,0,0,0.762451,-0.647046,300,100,1), - (8289,2045,1,4823.41,562.513,16.1665,0.677,0,0,0.332073,0.943254,300,100,1), - (8291,2045,0,-14891,443.121,1.799,3.246,0,0,0.998638,-0.05218,300,100,1), - (8292,2045,0,-14677,538.043,0.112,4.467,0,0,0.788332,-0.61525,300,100,1), - (8293,2045,0,-14021.3,678.831,-36.2025,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (8299,2045,0,-14751,551.782,0.589,5.747,0,0,0.264893,-0.964278,300,100,1), - (8300,2045,0,-14712,548.672,0.672,2.539,0,0,0.954953,0.296758,300,100,1), - (8301,2045,0,-2879,-1006,-13,0.559,0,0,0.275875,0.961194,300,100,1), - (8304,2045,0,-14829,471.795,0.696,2.201,0,0,0.891434,0.45315,300,100,1), - (8306,2045,0,-1141,5.511,0.886,2.276,0,0,0.907797,0.419411,300,100,1), - (8307,2045,0,-14876,392.091,1.249,1.097,0,0,0.521408,0.853308,300,100,1), - (8308,2045,0,-14812,306.898,0.886,5.637,0,0,0.317501,-0.948258,300,100,1), - (8309,2045,0,-14920,331.299,0.926,0.595,0,0,0.293131,0.956072,300,100,1), - (8310,2045,0,-14890,370.18,1.455,3.85,0,0,0.937923,-0.346844,300,100,1), - (8311,2045,0,-14979,302.468,1.997,3.116,0,0,0.999918,0.012796,300,100,1), - (8313,2045,1,2548.33,-2437.49,160.081,2.103,0,0,0.868169,0.496269,300,100,1), - (8315,2045,1,3587.33,897.356,0.632,1.569,0,0,0.706471,0.707742,300,100,1), - (8318,2045,1,-1716,-4406,1.174,4.122,0,0,0.882237,-0.470806,300,100,1), - (8319,2045,1,-5260,3655.08,0.758,6.018,0,0,0.132204,-0.991223,300,100,1), - (8320,2045,0,-1270,-967,0.512,0.98,0,0,0.470626,0.882333,300,100,1), - (8321,2045,1,2027.41,-192,95.861,4.519,0,0,0.772071,-0.635537,300,100,1), - (8322,2045,1,2098.7,-170,94.21,4.161,0,0,0.872889,-0.487918,300,100,1), - (8323,2045,1,2208.67,-2987,117.281,4.13,0,0,0.880347,-0.474331,300,100,1), - (8324,2045,1,2194.43,-3024,113.726,1.004,0,0,0.48118,0.876622,300,100,1), - (8325,2045,0,-3084.31,-886.973,-12.8226,0.436332,0,0,0.216439,0.976296,300,100,1), - (8326,2045,1,-219,2377.01,22.986,1.592,0,0,0.714564,0.699571,300,100,1), - (8329,2045,1,2667.7,-2850,175.157,3.89,0,0,0.930799,-0.365531,300,100,1), - (8330,2045,0,-954,-4408,3.482,2.808,0,0,0.986122,0.166024,300,100,1), - (8331,2045,1,6972.9,782.725,9.28,1.961,0,0,0.830776,0.556607,300,100,1), - (8336,2045,1,2183.05,-3061,113.861,6.168,0,0,0.0575607,-0.998342,300,100,1), - (8337,2045,1,-5282,3313.75,1.156,5.182,0,0,0.523192,-0.852215,300,100,1), - (8338,2045,1,-5343,3367.98,0.303,5.484,0,0,0.389043,-0.92122,300,100,1), - (8339,2045,1,-1744,-4363,0.018,0.164,0,0,0.0819081,0.99664,300,100,1), - (8340,2045,1,-1804,3060.58,0.284,5.987,0,0,0.147552,-0.989054,300,100,1), - (8342,2045,0,-1372,-615,-45,3.446,0,0,0.988439,-0.151617,300,100,1), - (8343,2061,1,-3694.96,-4331.54,11.353,1.00356,0,0,0.480988,0.876727,900,100,1), - (8344,3800,1,-3695.51,-4330.84,11.353,2.29511,0,0,0.911762,0.410719,900,100,1), - (8348,2045,1,2675.42,-2840,174.442,4.082,0,0,0.891476,-0.453068,300,100,1), - (8349,2045,0,-1080,-23,0.701,1.667,0,0,0.740289,0.672289,300,100,1), - (8350,2045,0,-1092,-19,0.11,2.963,0,0,0.996016,0.0891777,300,100,1), - (8352,2045,1,-610,2619.99,2.035,4.687,0,0,0.716026,-0.698074,300,100,1), - (8354,2045,1,2498.98,-2871,152.227,3.733,0,0,0.956597,-0.291413,300,100,1), - (8355,2045,1,6690.11,895.05,-25.2179,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (8357,2045,1,-222,2422.87,11.642,5.107,0,0,0.554775,-0.832,300,100,1), - (8358,2045,0,1126.96,224.838,33.991,3.921,0,0,0.925022,-0.379914,300,100,1), - (8359,2045,0,-1119,-793,0.485,0.991,0,0,0.475472,0.879731,300,100,1), - (8361,2061,1,-3695.51,-4330.84,11.353,2.29511,0,0,0.911762,0.410719,900,100,1), - (8364,2045,1,3973.28,919.047,-5.25137,-0.471238,0,0,-0.233445,0.97237,300,255,1), - (8365,2045,1,2157.5,-5726,1.396,0.52,0,0,0.257081,0.96639,300,100,1), - (8366,2045,0,-1078,-72,0.386,2.158,0,0,0.881486,0.47221,300,100,1), - (8367,2045,1,3674.17,1025.14,2.568,5.759,0,0,0.259102,-0.96585,300,100,1), - (8369,2045,1,-1734,-4293,1.79,6.25,0,0,0.0165919,-0.999862,300,100,1), - (8372,2045,0,-14875,283.467,0.346,4.997,0,0,0.599673,-0.800245,300,100,1), - (8383,2045,1,-1251,-3679,96.979,3.787,0,0,0.948381,-0.317132,300,100,1), - (8384,2045,1,-1222,-3673,102.019,2.967,0,0,0.996192,0.0871855,300,100,1), - (8385,2045,1,6675,803.187,10.025,5.197,0,0,0.516786,-0.856115,300,100,1), - (8386,2045,0,-1081,-282,0.396,1.863,0,0,0.802516,0.596631,300,100,1), - (8387,2045,0,-1090,-190,0.165,1.848,0,0,0.798019,0.602633,300,100,1), - (8392,169268,1,-3731.59,-4443.6,65.1547,3.13287,0,0,0.99999,0.004363,900,100,1), - (8393,169269,1,-3752.84,-4422.71,65.1547,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (8394,169267,1,-3731.66,-4445.46,65.1547,3.13287,0,0,0.99999,0.004363,900,100,1), - (8395,169266,1,-3775.58,-4443.88,65.1547,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (8396,2045,0,-1086,-166,0.542,1.447,0,0,0.662012,0.749493,300,100,1), - (8397,2045,1,-1945,3060.77,0.173,4.853,0,0,0.655687,-0.755033,300,100,1), - (8399,2045,0,-14669,146.262,0.174,0.867,0,0,0.42005,0.907501,300,100,1), - (8400,2045,1,2193.25,-2106,100.226,0.218,0,0,0.108784,0.994065,300,100,1), - (8401,2045,1,2188.31,-2088,103.682,4.589,0,0,0.749358,-0.662165,300,100,1), - (49959,178225,1,-4033.24,1345.66,152.989,3.14159,0,0,1,0,900,100,1), - (8405,2045,1,4409.01,-6287,95.274,4.137,0,0,0.878681,-0.477409,300,100,1), - (8407,2045,0,972.732,128.523,33.187,1.396,0,0,0.642687,0.766129,300,100,1), - (8408,2045,0,1110.33,198.099,34.351,2.845,0,0,0.989024,0.147753,300,100,1), - (8409,2045,1,2100.97,-3181,97.718,4.067,0,0,0.894849,-0.446369,300,100,1), - (8412,2045,1,3663.82,925.221,5.675,5.818,0,0,0.230501,-0.973072,300,100,1), - (8414,2045,1,3599.13,814.43,-1,2.472,0,0,0.944477,0.328577,300,100,1), - (8420,2045,0,-1421,-1137,41.108,2.884,0,0,0.991717,0.12844,300,100,1), - (8421,2045,0,-1450,-1066,1.324,5.079,0,0,0.566368,-0.824152,300,100,1), - (8422,2045,0,-1322,-1019,0.324,6.026,0,0,0.128239,-0.991743,300,100,1), - (8423,2045,0,-1433,-1058,0.876,4.506,0,0,0.776185,-0.630505,300,100,1), - (8424,2045,0,-12543,391.054,-1,1.937,0,0,0.824037,0.566536,300,100,1), - (8425,2045,1,-1207,-3663,96.554,3.913,0,0,0.926534,-0.376211,300,100,1), - (8426,2045,1,-1221,-3678,100.854,2.967,0,0,0.996192,0.0871855,300,100,1), - (8429,2045,1,6960.87,204.254,0.457,5.323,0,0,0.461861,-0.886952,300,100,1), - (8431,2045,0,-12697,54.524,-22,1.902,0,0,0.813997,0.580869,300,100,1), - (8440,2045,1,4357.18,-6293,91.683,2.99,0,0,0.997129,0.0757238,300,100,1), - (8441,2045,0,-1418,-1127,36.978,3.52,0,0,0.982154,-0.188077,300,100,1), - (8446,2045,0,1105.73,258.977,34.172,2.268,0,0,0.906112,0.423039,300,100,1), - (8447,2045,1,-1743,3160.32,0,4.691,0,0,0.714628,-0.699504,300,100,1), - (8449,2045,1,4766.19,651.723,14.472,4.506,0,0,0.776185,-0.630505,300,100,1), - (8451,2045,1,3641.97,1155.85,-1,3.666,0,0,0.965821,-0.259209,300,100,1), - (8452,2045,1,-1178,-3668,95.044,2.723,0,0,0.978177,0.207772,300,100,1), - (8453,2045,1,-5032,3674.22,-1,5.26,0,0,0.489567,-0.871966,300,100,1), - (8462,2045,1,2617.75,-2816,172.615,1.923,0,0,0.820051,0.572291,300,100,1), - (8463,2045,1,2645.23,-2806,173.196,2.421,0,0,0.935792,0.352552,300,100,1), - (8464,2045,1,4047.92,979.921,-2,5.736,0,0,0.270192,-0.962806,300,100,1), - (8465,2045,0,-1210,-340,-42,0.838,0,0,0.406847,0.913496,300,100,1), - (8466,2045,1,-1179,-3662,96.897,2.723,0,0,0.978177,0.207772,300,100,1), - (8468,2045,1,7682.81,-567,2.031,5.472,0,0,0.394563,-0.918869,300,100,1), - (8470,2045,0,-1470,-728,-44,5.919,0,0,0.181088,-0.983467,300,100,1), - (8471,2045,0,-2173,-1696,0,5.672,0,0,0.300858,-0.953669,300,100,1), - (8472,169265,1,-3775.66,-4445.73,65.1547,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (8473,169270,1,-3754.69,-4422.64,65.1547,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (8474,2045,0,-14766,509.931,0.19647,0.878,0,0,0.425035,0.905177,300,100,1), - (8475,2045,1,4030.27,916.129,-1,5.406,0,0,0.424666,-0.90535,300,100,1), - (8480,2045,1,2000.7,-1045,95.062,1.934,0,0,0.823186,0.567772,300,100,1), - (8481,2045,1,1836.03,-1277,92.125,1.942,0,0,0.825451,0.564474,300,100,1), - (8482,2045,1,2074.28,-169,91.58,4.369,0,0,0.817521,-0.575899,300,100,1), - (8483,2045,1,2025.86,-224,93.368,3.074,0,0,0.999429,0.03379,300,100,1), - (8485,2045,1,2213.97,-2230,103.055,5.449,0,0,0.405104,-0.914271,300,100,1), - (8486,2045,0,-14720,459.803,0.15581,1.694,0,0,0.749297,0.662234,300,100,1), - (8488,2045,1,7403.05,-351,0.183,1.231,0,0,0.577367,0.816485,300,100,1), - (8490,2045,1,3691.44,932.894,2.723,4.424,0,0,0.801376,-0.59816,300,100,1), - (8491,2045,1,3804.45,767.149,6.531,4.62,0,0,0.739005,-0.6737,300,100,1), - (8492,2045,1,3745.7,774.795,7.046,5.724,0,0,0.275964,-0.961168,300,100,1), - (8494,2045,1,3855.09,931.756,0.939,3.525,0,0,0.981681,-0.190532,300,100,1), - (8495,2045,1,2433.58,-2348,136.682,5.885,0,0,0.19778,-0.980246,300,100,1), - (8496,2045,1,2433.93,-2361,140.825,4.84,0,0,0.660581,-0.750755,300,100,1), - (8500,2045,0,-1471,-859,-44,4.623,0,0,0.737994,-0.674807,300,100,1), - (8501,2045,1,-1747,-4326,0.42,5.347,0,0,0.451185,-0.89243,300,100,1), - (8502,2045,1,3059.72,564.674,3.834,6.066,0,0,0.108379,-0.99411,300,100,1), - (8503,2045,1,-1899,3066.46,0.585,5.476,0,0,0.392725,-0.919656,300,100,1), - (8506,2045,1,1879.96,-2912,63.764,2.094,0,0,0.865927,0.500171,300,100,1), - (8510,2045,0,-14911,277.681,0.174,1.16,0,0,0.548024,0.836463,300,100,1), - (8511,2045,0,-14804,585.068,0.702,2.649,0,0,0.969822,0.243814,300,100,1), - (8512,2045,0,-14838,588.335,1.543,2.547,0,0,0.956132,0.292936,300,100,1), - (8515,2045,0,-1374,-662,1.896,5.511,0,0,0.376572,-0.926388,300,100,1), - (8518,2045,1,3834.44,-6611,-1,2.307,0,0,0.914188,0.40529,300,100,1), - (8521,2045,0,-13251.6,781.087,-8.26174,2.75761,0,0,0.981626,0.190814,300,255,1), - (8522,2045,0,-9782,-4091,1.399,1.282,0,0,0.597997,0.801498,300,100,1), - (8524,148544,1,-3763.35,-4458.22,56.2788,1.02102,0,0,0.488621,0.872496,900,100,1), - (8526,2045,0,597.242,303.634,20.136,0,0,0,0,1,300,100,1), - (8528,2045,1,-520,2610.03,5.682,0.54,0,0,0.266731,0.963771,300,100,1), - (8531,2045,1,3071.99,555.67,3.306,2.288,0,0,0.910297,0.413957,300,100,1), - (8532,2045,1,2979.86,534.173,3.374,4.624,0,0,0.737656,-0.675176,300,100,1), - (8533,2045,0,-10584,-4344,6.153,5.397,0,0,0.428736,-0.90343,300,100,1), - (8534,2045,1,-1625,-4409,2.548,2.178,0,0,0.886164,0.463372,300,100,1), - (8535,2045,1,6291.4,920.296,1.586,1.675,0,0,0.742972,0.669322,300,100,1), - (8536,2045,1,-1593,-4371,2.3,3.655,0,0,0.967232,-0.253894,300,100,1), - (8537,2045,1,7674.96,-624,2.891,0.689,0,0,0.337726,0.941244,300,100,1), - (8542,2045,1,-343,2591.64,3.083,4.64,0,0,0.732231,-0.681056,300,100,1), - (8543,2045,1,-430,2612.45,1.899,3.002,0,0,0.997565,0.0697396,300,100,1), - (8544,2045,1,2133.73,-319,95.053,3.67,0,0,0.965301,-0.261141,300,100,1), - (8545,2045,1,2142.59,-319,98.746,3.835,0,0,0.940498,-0.339799,300,100,1), - (8546,2045,0,-14872,320.52,0.409,3.791,0,0,0.947745,-0.319028,300,100,1), - (8548,2045,0,-1115,401.275,-43,4.192,0,0,0.865222,-0.501389,300,100,1), - (8549,2045,0,-14674,171.649,0,5.187,0,0,0.52106,-0.85352,300,100,1), - (8551,2045,1,2649.48,-2848,170.44,5.331,0,0,0.45831,-0.888792,300,100,1), - (8552,2045,1,2658.14,-2852,172.005,5.276,0,0,0.482575,-0.875854,300,100,1), - (8553,2045,0,-1549,-687,-48,2.589,0,0,0.962072,0.272794,300,100,1), - (8557,2045,1,-287,2541.13,0,3.823,0,0,0.94252,-0.33415,300,100,1), - (8558,2045,1,4278.14,-6788,79.705,5.853,0,0,0.213438,-0.976957,300,100,1), - (8560,2045,0,-1292,91.957,-47,1.163,0,0,0.549278,0.83564,300,100,1), - (8561,2045,0,784.965,160.289,32.583,5.366,0,0,0.442687,-0.896676,300,100,1), - (8563,2045,1,2915.69,-2761,214.842,3.635,0,0,0.969723,-0.244209,300,100,1), - (8564,2045,0,-14815,445.322,1.447,2.621,0,0,0.966314,0.257367,300,100,1), - (8566,2045,1,-1622,-4321,1.104,4.04,0,0,0.900793,-0.434248,300,100,1), - (8569,2045,0,-1445,-620,-44,3.885,0,0,0.93171,-0.363203,300,100,1), - (8570,2045,1,-1335,-3707,95.589,4.773,0,0,0.685356,-0.728208,300,100,1), - (8572,2045,1,3082.36,547.885,2.98,1.624,0,0,0.725665,0.688048,300,100,1), - (8573,2045,1,4288.73,-6735,88.82,0.756,0,0,0.369062,0.929405,300,100,1), - (8574,2045,0,-1564,-778,3.92,6.006,0,0,0.138149,-0.990411,300,100,1), - (8575,2045,1,-5305,3768.23,0.149,3.513,0,0,0.982807,-0.184638,300,100,1), - (8578,2045,1,-5277,3719.98,0,3.835,0,0,0.940498,-0.339799,300,100,1), - (8579,2045,0,-982,311.422,0.973,0.591,0,0,0.291218,0.956657,300,100,1), - (8580,2045,0,-3037.93,-916.914,-12.4024,5.01634,0,0,0.591907,-0.806006,300,100,1), - (8581,2045,0,-2912.25,-999.585,-10.5843,3.49266,0,0,0.984634,-0.174634,300,100,1), - (8582,2045,0,-2922.64,-984.453,-12.3432,1.13726,0,0,0.538478,0.84264,300,100,1), - (8583,2045,0,-2684.59,-1236.97,-12.058,0.889074,0,0,0.43004,0.90281,300,100,1), - (8584,2045,0,-2580.94,-1582.16,-9.74381,0.899287,0,0,0.434644,0.900602,300,100,1), - (8585,2045,0,-2516.76,-1687.61,-6.52556,0.751633,0,0,0.367032,0.930208,300,100,1), - (8586,2045,0,-3142.77,-892.162,-12.188,1.38309,0,0,0.637728,0.770262,300,100,1), - (8587,2045,0,-3196.57,-893.766,-11.5348,1.28414,0,0,0.598854,0.800858,300,100,1), - (8588,2045,0,-3281.69,-889.824,-11.5435,0.349065,0,0,0.173648,0.984808,300,255,1), - (8589,2045,0,-3365.24,-894.441,-10.7693,3.51781,0,0,0.98236,-0.187001,300,100,1), - (8590,2045,0,-3362.67,-959.299,-9.87401,4.293,0,0,0.838809,-0.544425,300,100,1), - (8591,2045,0,-3646.79,-658.191,-12.9027,1.63678,0,0,0.730047,0.683397,300,100,1), - (8592,2045,0,-3729.16,-664.615,-12.1949,2.1952,0,0,0.890116,0.455734,300,100,1), - (8593,2045,0,-3718.54,-606.296,-10.9116,4.09587,0,0,0.888313,-0.459239,300,100,1), - (8594,2045,0,-3896.34,-654.288,-12.1582,5.64074,0,0,0.315727,-0.94885,300,100,1), - (8595,2045,0,-3861.77,-715.225,-11.6047,4.66763,0,0,0.722753,-0.691106,300,100,1), - (8596,2045,0,-3865.11,-924.076,-14.7573,4.10843,0,0,0.885411,-0.464809,300,100,1), - (8597,2045,0,-3914.16,-828.988,-17.0246,3.49346,0,0,0.984564,-0.175027,300,100,1), - (8598,2045,0,-11447.3,1817.72,-4.82701,5.11137,0,0,0.552956,-0.833211,300,100,1), - (8599,2045,0,-11246.9,2024.38,-3.6694,2.77717,0,0,0.983445,0.181205,300,100,1), - (8600,2045,0,-11135.2,2058.2,-3.55815,3.42669,0,0,0.989857,-0.142066,300,100,1), - (8601,2045,0,-11090.2,2124.47,-6.25101,1.44828,0,0,0.662492,0.749069,300,100,1), - (8602,2045,0,-10694.1,2170.96,-7.07394,0.892999,0,0,0.431811,0.901964,300,100,1), - (8603,2045,0,-10419.2,2150.38,-16.9324,1.43257,0,0,0.656587,0.75425,300,100,1), - (8604,2045,0,-10320.6,2097.42,-4.8596,0.980175,0,0,0.470703,0.882292,300,100,1), - (8605,2045,0,-10136.6,2067.84,-7.90885,1.52445,0,0,0.690533,0.723301,300,100,1), - (8606,2045,0,-9567.99,1386.51,-5.35252,6.25254,0,0,0.015322,-0.999883,300,100,1), - (8607,2045,0,-9593.35,1249.12,-5.58223,5.30928,0,0,0.467935,-0.883763,300,100,1), - (8608,2046,0,-10619.1,-2843.08,28.7928,2.59752,0,0,0.963226,0.268693,300,100,1), - (8609,2046,0,-12696.7,-290.853,27.3519,0.349065,0,0,0.173648,0.984808,300,255,1), - (8610,2046,0,-1040,-3730,109.123,1.898,0,0,0.812833,0.582496,300,100,1), - (8611,2046,0,-1043,-3731,107.499,1.898,0,0,0.812833,0.582496,300,100,1), - (8612,2046,0,-1306,-3516,52.999,3.029,0,0,0.998416,0.0562666,300,100,1), - (8613,148557,1,-3751.66,-4452.02,30.6075,1.7366,0,0,0.763232,0.646124,900,100,1), - (8614,2046,0,-10913.1,-3815.13,36.2381,2.67044,0,0,0.97238,0.233403,300,100,1), - (8615,2046,0,-1191,-2335.38,61.453,1.29154,0,0,0.601814,0.798637,300,255,1), - (8616,148567,1,-3758.77,-4460.62,56.2788,1.20428,0,0,0.566407,0.824126,900,100,1), - (8617,148550,1,-3748.47,-4428.72,56.2788,-1.93732,0,0,-0.824126,0.566406,900,100,1), - (8618,148554,1,-3753.5,-4452.2,30.6075,1.44862,0,0,0.66262,0.748956,900,100,1), - (8619,2046,0,-11875,81.134,19.283,5.913,0,0,0.184038,-0.982919,300,100,1), - (8620,148549,1,-3738.7,-4437.03,56.2788,-2.72271,0,0,0.978148,-0.207912,900,100,1), - (8621,2046,0,644.608,-693,206.057,3.543,0,0,0.979927,-0.199359,300,100,1), - (8622,2046,0,650.888,-695,205.934,5.685,0,0,0.294653,-0.955604,300,100,1), - (8623,169283,1,-3761.26,-4429.75,56.2788,-1.15192,0,0,-0.544639,0.838671,900,100,1), - (8624,2046,0,699.46,-409,180.759,5.877,0,0,0.201699,-0.979447,300,100,1), - (8625,2046,0,677.236,-482,184.742,1.254,0,0,0.586718,0.809791,300,100,1), - (8626,169271,1,-3754.41,-4466.63,65.1547,1.56207,0,0,0.704015,0.710185,900,100,1), - (8627,169272,1,-3752.56,-4466.7,65.1547,1.56207,0,0,0.704015,0.710185,900,100,1), - (8628,2046,0,102.542,-4132,171.722,1.857,0,0,0.800722,0.599036,300,100,1), - (8629,2046,0,-11989.2,-302.561,35.3932,2.9845,0,0,0.996917,0.0784656,300,100,1), - (8630,2046,0,406.198,-324,165.249,3.115,0,0,0.999912,0.0132959,300,100,1), - (8631,2046,0,613.192,-194,144.981,0.849,0,0,0.411865,0.911245,300,100,1), - (8632,2046,0,-10065.4,-3180.69,21.9507,0.11133,0,0,0.0556363,0.998451,300,100,1), - (8633,2046,0,1097.81,-495,89.629,3.711,0,0,0.959745,-0.280873,300,100,1), - (8634,2046,0,1078.45,-412,65.522,4.423,0,0,0.801675,-0.59776,300,100,1), - (8635,2046,0,1173.35,-328,44.622,4.836,0,0,0.662081,-0.749432,300,100,1), - (8636,169273,1,-3767.92,-4433.23,65.1004,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (8637,169274,1,-3741.29,-4458.39,65.1063,2.33001,0,0,0.918791,0.394745,900,100,1), - (8638,2046,0,765.656,-468,154.977,2.464,0,0,0.943155,0.332352,300,100,1), - (8639,2046,0,765.481,-464,157.407,2.687,0,0,0.974279,0.225344,300,100,1), - (8640,2046,0,-1879,-2789,66.1631,3.294,0,0,0.997098,-0.0761299,300,100,1), - (8641,2046,1,-4782,935.673,149.633,1.46608,0,0,0.669132,0.743144,300,100,1), - (8642,2046,0,-13370,33.024,19.854,0.032,0,0,0.0159993,0.999872,300,100,1), - (8643,169264,1,-3744.39,-4435.12,40.9805,-2.2602,0,0,0.904455,-0.426569,900,100,1), - (8644,169275,1,-3739.91,-4457.16,65.1063,2.33001,0,0,0.918791,0.394745,900,100,1), - (8645,169284,1,-3746.37,-4447.24,30.6075,2.82743,0,0,0.987688,0.156435,900,100,1), - (8646,169292,1,-3741.8,-4438.33,30.6075,-2.74889,0,0,0.980785,-0.19509,900,100,1), - (8647,2046,0,-6627.56,-2827.04,255.113,-3.08918,0,0,-0.999657,0.0262033,300,100,1), - (8648,2046,0,-13053,-293,10.694,-2,0,0,-0.841471,0.540302,300,100,1), - (8649,2046,0,745.103,-878,166.775,1.658,0,0,0.737256,0.675613,300,100,1), - (8650,2046,0,-10101.5,-2909.22,38.0726,5.52197,0,0,0.371485,-0.928439,300,100,1), - (8651,2046,0,-10093.9,-2914.94,44.3011,6.26415,0,0,0.00951744,-0.999955,300,100,1), - (8652,2046,0,-676,-2004,55.802,4.537,0,0,0.766319,-0.64246,300,100,1), - (8653,2046,0,-6607,-2537,273.988,3.165,0,0,0.999932,-0.0117034,300,100,1), - (8654,2046,0,450.076,-498,189.136,1.487,0,0,0.676868,0.736104,300,100,1), - (8655,2046,0,450.263,-496,191.499,1.487,0,0,0.676868,0.736104,300,100,1), - (8656,2046,0,-10505.6,-2515.24,22.0412,2.57501,0,0,0.960141,0.279517,300,100,1), - (8657,2046,0,-6825,-3152,262.778,4.978,0,0,0.607248,-0.794512,300,100,1), - (8658,2046,0,-6614,-2529,277.434,3.507,0,0,0.983356,-0.181689,300,100,1), - (8659,2046,0,-614,-1837,56.713,1.702,0,0,0.75194,0.659232,300,100,1), - (8660,169293,1,-3747.05,-4433.02,30.6075,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (8661,169289,1,-3757.49,-4452.96,65.0337,-0.427607,0,0,-0.212178,0.977231,900,100,1), - (8662,2046,0,-12426,-816,42.202,3.546,0,0,0.979626,-0.200829,300,100,1), - (8663,169290,1,-3768.54,-4452.31,56.2788,0.41888,0,0,0.207912,0.978148,900,100,1), - (8664,169291,1,-3743.89,-4431.12,56.2788,-2.12057,0,0,0.872496,-0.488622,900,100,1), - (8665,2046,0,-1004,-1831,57.294,5.49,0,0,0.386278,-0.922382,300,100,1), - (8666,2046,0,-944,-1911,64.928,3.641,0,0,0.968986,-0.247117,300,100,1), - (8667,2046,0,-940,-1910,65.25,3.575,0,0,0.976611,-0.215012,300,100,1), - (8668,2046,0,-813,-3492,93.708,0.329,0,0,0.163759,0.9865,300,100,1), - (8669,2046,0,453.776,-3342,119.766,0.856,0,0,0.415052,0.909798,300,100,1), - (8670,2046,0,-9821.1,-3735.56,22.3688,0.86823,0,0,0.420608,0.907243,300,100,1), - (8671,2046,0,-9815.26,-3725.54,29.5086,1.13212,0,0,0.536311,0.844021,300,100,1), - (8672,2046,0,450.577,-3342,119.667,4.339,0,0,0.826067,-0.563572,300,100,1), - (8673,2046,0,-13101,-214,-3,4.325,0,0,0.829992,-0.557776,300,100,1), - (8674,2046,0,-13112,-174,0,0.669,0,0,0.328297,0.944575,300,100,1), - (8675,2046,0,-950.858,-2239.76,54.3306,-0.401425,0,0,-0.199368,0.979925,300,100,1), - (8676,2046,0,-148,-2880,118.171,0.698,0,0,0.341958,0.939715,300,100,1), - (8677,2046,0,-23,-2720,151.024,0.2,0,0,0.0998334,0.995004,300,100,1), - (8678,2046,0,-10713.7,-3684.95,39.3774,2.96115,0,0,0.995933,0.090099,300,100,1), - (8679,2046,0,-10654.1,-3611.5,42.1994,2.36348,0,0,0.925267,0.379315,300,100,1), - (8680,2046,0,601.327,-258,152.861,2.985,0,0,0.996936,0.0782164,300,100,1), - (8681,2046,0,-12975,-22.989,23.6862,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (8682,2046,0,-1779.05,-1391.67,45.4381,-1.93732,0,0,-0.824127,0.566404,300,255,1), - (8683,2046,0,-1045,-2721,43.821,0.22,0,0,0.109778,0.993956,300,100,1), - (8684,2046,0,418.099,20.321,93.2467,4.851,0,0,0.656442,-0.754376,300,100,1), - (8685,2046,0,415.046,23.38,93.2563,3.73,0,0,0.957033,-0.289978,300,100,1), - (8686,2046,0,-10062.3,-2778.04,29.3493,0.4946,0,0,0.244787,0.969577,300,100,1), - (8687,2046,0,-589,-1857,55.324,5.157,0,0,0.533804,-0.845608,300,100,1), - (8688,2046,0,-586,-1855,55.515,5.157,0,0,0.533804,-0.845608,300,100,1), - (8689,2046,0,-12422.6,-697.771,33.9253,1.41372,0,0,0.649449,0.760405,300,255,1), - (8690,169276,1,-3767.9,-4456.58,65.1352,0.619592,0,0,0.304864,0.952396,900,100,1), - (8691,2046,0,-10485.5,-2716.96,31.4679,1.79584,0,0,0.782032,0.623238,300,100,1), - (8692,2046,0,-10588,-2737.17,34.8652,2.26892,0,0,0.906306,0.422622,300,255,1), - (8693,2046,0,-1483,-1560,37.329,0.347,0,0,0.172631,0.984987,300,100,1), - (8694,169277,1,-3746.88,-4447.23,65.0014,-0.427607,0,0,-0.212178,0.977231,900,100,1), - (8695,2046,0,-10614.5,-3506.71,32.3897,-0.05236,0,0,-0.026177,0.999657,300,100,1), - (8696,2046,0,-13173,-169,5.842,1.195,0,0,0.562577,0.826745,300,100,1), - (8697,2046,0,-1698,-2830,39.475,6.082,0,0,0.100423,-0.994945,300,100,1), - (8698,2046,0,-1688,-2832,40.145,6.082,0,0,0.100423,-0.994945,300,100,1), - (8699,2046,0,-820,-3494,94.674,2.67,0,0,0.972329,0.233617,300,100,1), - (8700,2046,0,91.635,-3507,108.364,0.869,0,0,0.420957,0.907081,300,100,1), - (8701,2046,0,51.118,-3679,157.285,2.129,0,0,0.874547,0.484942,300,100,1), - (8702,2046,0,460.644,-3764,125.436,3.412,0,0,0.990874,-0.134792,300,100,1), - (8703,2046,0,-13099,-223,-3,3.19,0,0,0.999707,-0.0242013,300,100,1), - (8704,2046,0,-12832,-261,11.249,1.215,0,0,0.570817,0.821078,300,100,1), - (8705,2046,0,-11968,-263,19.39,2.407,0,0,0.933302,0.359093,300,100,1), - (8706,169278,1,-3751.61,-4449.81,64.9883,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (8707,169279,1,-3769.57,-4439.52,56.2788,-0.366519,0,0,-0.182236,0.983255,900,100,1), - (8708,169281,1,-3740.07,-4454.4,56.2788,2.59181,0,0,0.962455,0.27144,900,100,1), - (8709,169287,1,-3765.22,-4459.15,65.1352,0.872664,0,0,0.422618,0.906308,900,100,1), - (8710,2046,0,-81.7064,-3537.64,120.173,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (8711,2046,0,-1194,-1973,70.467,2.356,0,0,0.923842,0.382773,300,100,1), - (8712,2046,0,-751,-4451,10.293,1.388,0,0,0.639617,0.768694,300,100,1), - (8713,169288,1,-3745.55,-4442.19,65.0337,-1.26536,0,0,-0.59131,0.806444,900,100,1), - (8714,169282,1,-3737.16,-4441.97,56.2788,-2.90597,0,0,0.993068,-0.117537,900,100,1), - (8715,2046,0,613.539,-189,145.012,4.599,0,0,0.746038,-0.665903,300,100,1), - (8716,2046,0,501.975,-172,151.255,3.827,0,0,0.94185,-0.336035,300,100,1), - (8717,2046,0,-10636.8,-2462.69,36.2583,1.56031,0,0,0.70339,0.710805,300,100,1), - (8718,2046,0,-10610.6,-2603.26,33.9116,-2.16421,0,0,-0.882948,0.469471,300,100,1), - (8719,2046,0,-1044,-2724,43.454,0.22,0,0,0.109778,0.993956,300,100,1), - (8720,2046,0,-10039.3,-2774.22,53.3274,1.38737,0,0,0.639375,0.768895,300,100,1), - (8721,169285,1,-3757.18,-4442.73,30.6075,-0.383973,0,0,-0.190809,0.981627,900,100,1), - (8722,2046,0,-10055.4,-2452.51,28.5522,6.15106,0,0,0.0660146,-0.997819,300,100,1), - (8723,2046,0,-10052.8,-2435.88,34.9468,0.70194,0,0,0.343809,0.93904,300,100,1), - (8724,2046,0,-10808.2,-3764.14,31.7641,1.84435,0,0,0.796917,0.604088,300,100,1), - (8725,2046,0,-11006.2,-3969,50.3396,2.48757,0,0,0.947007,0.321214,300,100,1), - (8726,2046,0,-10983.1,-3964.85,32.4651,3.72218,0,0,0.95816,-0.286234,300,100,1), - (8727,2046,0,-10990,-3968.15,37.4884,2.69491,0,0,0.975163,0.221489,300,100,1), - (8728,2046,0,-10974.9,-3966.86,27.4547,3.42688,0,0,0.989844,-0.14216,300,100,1), - (8729,2046,0,-12703,-723,67.212,1.781,0,0,0.777386,0.629023,300,100,1), - (8730,2046,0,-12706,-722,67.732,0.827,0,0,0.401817,0.91572,300,100,1), - (8731,2046,0,-12639,-817,57.294,3.032,0,0,0.998499,0.0547689,300,100,1), - (8732,2046,0,-9977.03,-3547.91,21.7237,4.31574,0,0,0.832565,-0.553927,300,100,1), - (8733,2046,0,-12588,-834,55.666,3.366,0,0,0.993712,-0.111968,300,100,1), - (8734,2046,0,-12593,-833,55.941,4.457,0,0,0.791398,-0.611301,300,100,1), - (8735,2046,0,-12641,-821,57.398,2.651,0,0,0.970065,0.242844,300,100,1), - (8736,2046,0,-12641,-814,57.78,2.278,0,0,0.908215,0.418503,300,100,1), - (8737,2046,0,-12700,-820,61.946,1.259,0,0,0.588741,0.808322,300,100,1), - (8738,2046,0,-12696,-818,61.475,2.488,0,0,0.947076,0.321011,300,100,1), - (8739,2046,0,-449,-2903,90.248,2.541,0,0,0.955249,0.295803,300,100,1), - (8740,2046,0,-821,-3483,93.847,1.116,0,0,0.529491,0.848316,300,100,1), - (8741,148540,1,-3767.17,-4434.94,56.2788,-0.549779,0,0,-0.271441,0.962455,900,100,1), - (8742,2046,0,-786,-3576,82.606,4.165,0,0,0.871912,-0.489663,300,100,1), - (8743,2046,0,-831,-3573,74.908,3.1,0,0,0.999784,0.0207949,300,100,1), - (8744,2046,0,-786,-3570,82.126,0.113,0,0,0.0564699,0.998404,300,100,1), - (8745,2046,0,-12606,-479,33.85,1.144,0,0,0.541315,0.84082,300,100,1), - (8746,2046,0,-10561,-2460,28.456,1.763,0,0,0.771694,0.635994,300,100,1), - (8747,2046,0,597.729,-261,149.931,3.921,0,0,0.925022,-0.379914,300,100,1), - (8748,2046,0,-12064,-892,60.63,0.471,0,0,0.233329,0.972398,300,100,1), - (8749,2046,0,874.855,-211,133.478,4.9,0,0,0.637765,-0.770231,300,100,1), - (8750,148547,1,-3737.67,-4449.82,56.2788,2.77507,0,0,0.983255,0.182235,900,100,1), - (8751,148551,1,-3756.33,-4428.21,56.2788,-1.33518,0,0,-0.619094,0.785317,900,100,1), - (8752,2046,0,361.979,-624,153.168,4.485,0,0,0.782763,-0.622321,300,100,1), - (8753,2046,0,518.057,-702,161.159,0.925,0,0,0.446187,0.89494,300,100,1), - (8754,2046,0,-911.921,-1891.85,71.4452,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (8755,2046,0,-11687,990.108,5.812,4.106,0,0,0.885975,-0.463733,300,100,1), - (8756,2046,0,-13051.7,164.205,40.8736,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (8757,2046,0,-13073,-752,89.379,-1,0,0,-0.479426,0.877583,300,100,1), - (8758,2046,0,-6627,-2805,257.292,5.784,0,0,0.247009,-0.969013,300,100,1), - (8759,2046,0,-10057.7,-2475.68,28.5577,4.84576,0,0,0.658416,-0.752654,300,100,1), - (8760,2046,0,-10104.2,-2603.46,42.7277,5.56891,0,0,0.349594,-0.936901,300,100,1), - (8761,2046,0,-12497,-817,41.792,2.753,0,0,0.981184,0.193076,300,100,1), - (8762,2046,0,-12470,-812,40.54,2.647,0,0,0.969578,0.244783,300,100,1), - (8763,148556,1,-3759.97,-4448.65,30.6075,0.671951,0,0,0.32969,0.944089,900,100,1), - (8764,169280,1,-3770.08,-4447.37,56.2788,0.23562,0,0,0.117538,0.993068,900,100,1), - (8765,2046,0,-13945,51.475,15.594,2.622,0,0,0.966442,0.256884,300,100,1), - (8766,2046,0,-13805.8,72.4364,37.9915,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (8767,2046,0,-7204,-2273,263.505,0.512,0,0,0.253213,0.967411,300,100,1), - (8768,2046,0,-12267,-98,36.652,4.452,0,0,0.792924,-0.609321,300,100,1), - (8769,2046,0,1107.21,-454,70.338,4.807,0,0,0.672878,-0.739753,300,100,1), - (8770,2046,0,-12657.1,-45.3199,23.7914,-1.02974,0,0,-0.492422,0.870357,300,100,1), - (8771,2046,0,1106.77,-450,67.95,4.807,0,0,0.672878,-0.739753,300,100,1), - (8772,23014,1,-3779.99,-4603.93,10.8573,-1.37881,0,0,-0.636078,0.771625,900,100,1), - (8773,2046,0,-12648.8,-938.825,65.6106,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (8774,2046,0,-10035.7,-3458.46,21.8711,6.06307,0,0,0.109836,-0.99395,300,100,1), - (8775,2046,0,-10018.7,-3458.61,34.6077,5.97589,0,0,0.153044,-0.988219,300,100,1), - (8776,23015,1,-3792.49,-4615.11,10.8267,0.802852,0,0,0.390731,0.920505,900,100,1), - (8777,2046,0,-1345,-2790,55.47,-2,0,0,-0.841471,0.540302,300,100,1), - (8778,23013,1,-3776.99,-4605.54,10.8573,-2.01586,0,0,-0.845728,0.533615,900,100,1), - (8779,2046,0,-882,-2368,66.884,3.986,0,0,0.912188,-0.409772,300,100,1), - (8780,2046,0,-1035,-2614,59.622,1.759,0,0,0.77042,0.637536,300,100,1), - (8781,2046,0,-1043,-2692,46.513,6.246,0,0,0.0185917,-0.999827,300,100,1), - (8782,2046,0,-1040,-2692,46.722,0.192,0,0,0.0958526,0.995396,300,100,1), - (8783,2046,0,-977,-3709,99.923,4.157,0,0,0.873863,-0.486172,300,100,1), - (8784,2046,0,-985,-3735,97.666,4.612,0,0,0.741694,-0.670738,300,100,1), - (8785,2046,0,-824,-3589,75.304,4.618,0,0,0.739679,-0.67296,300,100,1), - (8786,2046,0,-1481,-1558,37.958,0.347,0,0,0.172631,0.984987,300,100,1), - (8787,2046,0,-1073,-1636,40.188,0.844,0,0,0.409586,0.912272,300,100,1), - (8788,2046,0,-1037,-1634,39.718,5.042,0,0,0.581517,-0.813534,300,100,1), - (8789,2046,0,-828,-1712,56.543,0.925,0,0,0.446187,0.89494,300,100,1), - (8790,2046,0,-825,-1710,57.075,2.013,0,0,0.844965,0.534821,300,100,1), - (8791,2046,0,-10213.5,-2720.23,22.7552,6.22429,0,0,0.0294435,-0.999566,300,100,1), - (8792,2046,0,615.474,-492,173.735,0.116,0,0,0.0579675,0.998318,300,100,1), - (8793,2046,0,-10321.6,-2464.22,45.1916,1.33334,0,0,0.618372,0.785885,300,100,1), - (8794,2046,0,-11089.4,-3882.19,9.25315,0.4552,0,0,0.22564,0.974211,300,100,1), - (8795,2046,0,-11126.1,-3785.6,41.1291,1.76364,0,0,0.771897,0.635747,300,100,1), - (8796,2046,0,-11108.2,-3784.37,33.4448,1.50525,0,0,0.683557,0.729897,300,100,1), - (8797,2046,0,-12232,-828.062,37.6373,1.20428,0,0,0.566407,0.824125,300,255,1), - (8798,2046,0,839.822,-710,169.117,3.643,0,0,0.968738,-0.248086,300,100,1), - (8799,2046,0,-11663,-567,33.301,4.219,0,0,0.858374,-0.513024,300,100,1), - (8800,2046,0,-11600,-571,29.188,3.991,0,0,0.911161,-0.412051,300,100,1), - (8801,2046,0,-11747,-485,18.451,3.087,0,0,0.999627,0.027293,300,100,1), - (8802,2046,0,-11667,-573,28.285,5.44,0,0,0.409214,-0.912438,300,100,1), - (8803,2046,0,-1191,-3095,43.063,3.919,0,0,0.925401,-0.378989,300,100,1), - (8804,2046,0,-6854,-3303,268.484,2.012,0,0,0.844698,0.535244,300,100,1), - (8805,4089,1,-3800.78,-4368.29,16.7859,0.689406,0,0,0.337917,0.941176,900,100,1), - (8806,2046,0,-1038,-1801,59.705,4.652,0,0,0.728132,-0.685437,300,100,1), - (8807,2046,0,-6822,-3136,254.471,4.715,0,0,0.706183,-0.708029,300,100,1), - (8808,2046,0,-10801.1,-3745.21,24.605,5.93869,0,0,0.171397,-0.985202,300,100,1), - (8809,2046,0,-474,-2903,122.21,4.011,0,0,0.906995,-0.421142,300,100,1), - (8810,2046,0,-12102,182.104,20.303,4.721,0,0,0.704056,-0.710145,300,100,1), - (8811,2046,0,-12054,328.296,4.122,0.24,0,0,0.119712,0.992809,300,100,1), - (8812,2046,0,-12051,319.214,4.255,1.909,0,0,0.816025,0.578017,300,100,1), - (8813,2046,0,-12042,321.132,4.484,2.177,0,0,0.885932,0.463815,300,100,1), - (8814,2046,0,-7201,-2284,256.258,6.093,0,0,0.0949494,-0.995482,300,100,1), - (8815,2046,0,-10335.2,-2469.54,44.1533,2.65277,0,0,0.97028,0.241985,300,100,1), - (8816,123244,1,-3788.06,-4365.35,16.7859,-2.67035,0,0,0.97237,-0.233445,900,100,1), - (8817,4088,1,-3796.44,-4364.35,16.7859,-1.3439,0,0,-0.622514,0.782608,900,100,1), - (8818,2046,0,-1863,-2787,62.479,3.115,0,0,0.999912,0.0132959,300,100,1), - (8819,2046,0,947.796,-600,159.56,0.417,0,0,0.206993,0.978343,300,100,1), - (8820,2046,0,-1008.22,-1751.14,46.6344,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (8821,4090,1,-3792.84,-4369.9,14.9779,-0.104719,0,0,-0.052335,0.99863,900,100,1), - (8822,4087,1,-3789.3,-4375.33,16.7859,2.1293,0,0,0.87462,0.484809,900,100,1), - (8823,2046,0,-7286,-2332,270.346,0,0,0,0,1,300,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (8340,2045,1,-1804,3060.58,0.284,5.987,0,0,0.147552,-0.989054,300,300,100,1), + (8342,2045,0,-1372,-615,-45,3.446,0,0,0.988439,-0.151617,300,300,100,1), + (8343,2061,1,-3694.96,-4331.54,11.353,1.00356,0,0,0.480988,0.876727,900,900,100,1), + (8344,3800,1,-3695.51,-4330.84,11.353,2.29511,0,0,0.911762,0.410719,900,900,100,1), + (8348,2045,1,2675.42,-2840,174.442,4.082,0,0,0.891476,-0.453068,300,300,100,1), + (8349,2045,0,-1080,-23,0.701,1.667,0,0,0.740289,0.672289,300,300,100,1), + (8350,2045,0,-1092,-19,0.11,2.963,0,0,0.996016,0.0891777,300,300,100,1), + (8352,2045,1,-610,2619.99,2.035,4.687,0,0,0.716026,-0.698074,300,300,100,1), + (8354,2045,1,2498.98,-2871,152.227,3.733,0,0,0.956597,-0.291413,300,300,100,1), + (8355,2045,1,6690.11,895.05,-25.2179,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (8357,2045,1,-222,2422.87,11.642,5.107,0,0,0.554775,-0.832,300,300,100,1), + (8358,2045,0,1126.96,224.838,33.991,3.921,0,0,0.925022,-0.379914,300,300,100,1), + (8359,2045,0,-1119,-793,0.485,0.991,0,0,0.475472,0.879731,300,300,100,1), + (8361,2061,1,-3695.51,-4330.84,11.353,2.29511,0,0,0.911762,0.410719,900,900,100,1), + (8364,2045,1,3973.28,919.047,-5.25137,-0.471238,0,0,-0.233445,0.97237,300,300,255,1), + (8365,2045,1,2157.5,-5726,1.396,0.52,0,0,0.257081,0.96639,300,300,100,1), + (8366,2045,0,-1078,-72,0.386,2.158,0,0,0.881486,0.47221,300,300,100,1), + (8367,2045,1,3674.17,1025.14,2.568,5.759,0,0,0.259102,-0.96585,300,300,100,1), + (8369,2045,1,-1734,-4293,1.79,6.25,0,0,0.0165919,-0.999862,300,300,100,1), + (8372,2045,0,-14875,283.467,0.346,4.997,0,0,0.599673,-0.800245,300,300,100,1), + (8383,2045,1,-1251,-3679,96.979,3.787,0,0,0.948381,-0.317132,300,300,100,1), + (8384,2045,1,-1222,-3673,102.019,2.967,0,0,0.996192,0.0871855,300,300,100,1), + (8385,2045,1,6675,803.187,10.025,5.197,0,0,0.516786,-0.856115,300,300,100,1), + (8386,2045,0,-1081,-282,0.396,1.863,0,0,0.802516,0.596631,300,300,100,1), + (8387,2045,0,-1090,-190,0.165,1.848,0,0,0.798019,0.602633,300,300,100,1), + (8392,169268,1,-3731.59,-4443.6,65.1547,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (8393,169269,1,-3752.84,-4422.71,65.1547,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (8394,169267,1,-3731.66,-4445.46,65.1547,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (8395,169266,1,-3775.58,-4443.88,65.1547,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (8396,2045,0,-1086,-166,0.542,1.447,0,0,0.662012,0.749493,300,300,100,1), + (8397,2045,1,-1945,3060.77,0.173,4.853,0,0,0.655687,-0.755033,300,300,100,1), + (8399,2045,0,-14669,146.262,0.174,0.867,0,0,0.42005,0.907501,300,300,100,1), + (8400,2045,1,2193.25,-2106,100.226,0.218,0,0,0.108784,0.994065,300,300,100,1), + (8401,2045,1,2188.31,-2088,103.682,4.589,0,0,0.749358,-0.662165,300,300,100,1), + (49959,178225,1,-4033.24,1345.66,152.989,3.14159,0,0,1,0,900,900,100,1), + (8405,2045,1,4409.01,-6287,95.274,4.137,0,0,0.878681,-0.477409,300,300,100,1), + (8407,2045,0,972.732,128.523,33.187,1.396,0,0,0.642687,0.766129,300,300,100,1), + (8408,2045,0,1110.33,198.099,34.351,2.845,0,0,0.989024,0.147753,300,300,100,1), + (8409,2045,1,2100.97,-3181,97.718,4.067,0,0,0.894849,-0.446369,300,300,100,1), + (8412,2045,1,3663.82,925.221,5.675,5.818,0,0,0.230501,-0.973072,300,300,100,1), + (8414,2045,1,3599.13,814.43,-1,2.472,0,0,0.944477,0.328577,300,300,100,1), + (8420,2045,0,-1421,-1137,41.108,2.884,0,0,0.991717,0.12844,300,300,100,1), + (8421,2045,0,-1450,-1066,1.324,5.079,0,0,0.566368,-0.824152,300,300,100,1), + (8422,2045,0,-1322,-1019,0.324,6.026,0,0,0.128239,-0.991743,300,300,100,1), + (8423,2045,0,-1433,-1058,0.876,4.506,0,0,0.776185,-0.630505,300,300,100,1), + (8424,2045,0,-12543,391.054,-1,1.937,0,0,0.824037,0.566536,300,300,100,1), + (8425,2045,1,-1207,-3663,96.554,3.913,0,0,0.926534,-0.376211,300,300,100,1), + (8426,2045,1,-1221,-3678,100.854,2.967,0,0,0.996192,0.0871855,300,300,100,1), + (8429,2045,1,6960.87,204.254,0.457,5.323,0,0,0.461861,-0.886952,300,300,100,1), + (8431,2045,0,-12697,54.524,-22,1.902,0,0,0.813997,0.580869,300,300,100,1), + (8440,2045,1,4357.18,-6293,91.683,2.99,0,0,0.997129,0.0757238,300,300,100,1), + (8441,2045,0,-1418,-1127,36.978,3.52,0,0,0.982154,-0.188077,300,300,100,1), + (8446,2045,0,1105.73,258.977,34.172,2.268,0,0,0.906112,0.423039,300,300,100,1), + (8447,2045,1,-1743,3160.32,0,4.691,0,0,0.714628,-0.699504,300,300,100,1), + (8449,2045,1,4766.19,651.723,14.472,4.506,0,0,0.776185,-0.630505,300,300,100,1), + (8451,2045,1,3641.97,1155.85,-1,3.666,0,0,0.965821,-0.259209,300,300,100,1), + (8452,2045,1,-1178,-3668,95.044,2.723,0,0,0.978177,0.207772,300,300,100,1), + (8453,2045,1,-5032,3674.22,-1,5.26,0,0,0.489567,-0.871966,300,300,100,1), + (8462,2045,1,2617.75,-2816,172.615,1.923,0,0,0.820051,0.572291,300,300,100,1), + (8463,2045,1,2645.23,-2806,173.196,2.421,0,0,0.935792,0.352552,300,300,100,1), + (8464,2045,1,4047.92,979.921,-2,5.736,0,0,0.270192,-0.962806,300,300,100,1), + (8465,2045,0,-1210,-340,-42,0.838,0,0,0.406847,0.913496,300,300,100,1), + (8466,2045,1,-1179,-3662,96.897,2.723,0,0,0.978177,0.207772,300,300,100,1), + (8468,2045,1,7682.81,-567,2.031,5.472,0,0,0.394563,-0.918869,300,300,100,1), + (8470,2045,0,-1470,-728,-44,5.919,0,0,0.181088,-0.983467,300,300,100,1), + (8471,2045,0,-2173,-1696,0,5.672,0,0,0.300858,-0.953669,300,300,100,1), + (8472,169265,1,-3775.66,-4445.73,65.1547,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (8473,169270,1,-3754.69,-4422.64,65.1547,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (8474,2045,0,-14766,509.931,0.19647,0.878,0,0,0.425035,0.905177,300,300,100,1), + (8475,2045,1,4030.27,916.129,-1,5.406,0,0,0.424666,-0.90535,300,300,100,1), + (8480,2045,1,2000.7,-1045,95.062,1.934,0,0,0.823186,0.567772,300,300,100,1), + (8481,2045,1,1836.03,-1277,92.125,1.942,0,0,0.825451,0.564474,300,300,100,1), + (8482,2045,1,2074.28,-169,91.58,4.369,0,0,0.817521,-0.575899,300,300,100,1), + (8483,2045,1,2025.86,-224,93.368,3.074,0,0,0.999429,0.03379,300,300,100,1), + (8485,2045,1,2213.97,-2230,103.055,5.449,0,0,0.405104,-0.914271,300,300,100,1), + (8486,2045,0,-14720,459.803,0.15581,1.694,0,0,0.749297,0.662234,300,300,100,1), + (8488,2045,1,7403.05,-351,0.183,1.231,0,0,0.577367,0.816485,300,300,100,1), + (8490,2045,1,3691.44,932.894,2.723,4.424,0,0,0.801376,-0.59816,300,300,100,1), + (8491,2045,1,3804.45,767.149,6.531,4.62,0,0,0.739005,-0.6737,300,300,100,1), + (8492,2045,1,3745.7,774.795,7.046,5.724,0,0,0.275964,-0.961168,300,300,100,1), + (8494,2045,1,3855.09,931.756,0.939,3.525,0,0,0.981681,-0.190532,300,300,100,1), + (8495,2045,1,2433.58,-2348,136.682,5.885,0,0,0.19778,-0.980246,300,300,100,1), + (8496,2045,1,2433.93,-2361,140.825,4.84,0,0,0.660581,-0.750755,300,300,100,1), + (8500,2045,0,-1471,-859,-44,4.623,0,0,0.737994,-0.674807,300,300,100,1), + (8501,2045,1,-1747,-4326,0.42,5.347,0,0,0.451185,-0.89243,300,300,100,1), + (8502,2045,1,3059.72,564.674,3.834,6.066,0,0,0.108379,-0.99411,300,300,100,1), + (8503,2045,1,-1899,3066.46,0.585,5.476,0,0,0.392725,-0.919656,300,300,100,1), + (8506,2045,1,1879.96,-2912,63.764,2.094,0,0,0.865927,0.500171,300,300,100,1), + (8510,2045,0,-14911,277.681,0.174,1.16,0,0,0.548024,0.836463,300,300,100,1), + (8511,2045,0,-14804,585.068,0.702,2.649,0,0,0.969822,0.243814,300,300,100,1), + (8512,2045,0,-14838,588.335,1.543,2.547,0,0,0.956132,0.292936,300,300,100,1), + (8515,2045,0,-1374,-662,1.896,5.511,0,0,0.376572,-0.926388,300,300,100,1), + (8518,2045,1,3834.44,-6611,-1,2.307,0,0,0.914188,0.40529,300,300,100,1), + (8521,2045,0,-13251.6,781.087,-8.26174,2.75761,0,0,0.981626,0.190814,300,300,255,1), + (8522,2045,0,-9782,-4091,1.399,1.282,0,0,0.597997,0.801498,300,300,100,1), + (8524,148544,1,-3763.35,-4458.22,56.2788,1.02102,0,0,0.488621,0.872496,900,900,100,1), + (8526,2045,0,597.242,303.634,20.136,0,0,0,0,1,300,300,100,1), + (8528,2045,1,-520,2610.03,5.682,0.54,0,0,0.266731,0.963771,300,300,100,1), + (8531,2045,1,3071.99,555.67,3.306,2.288,0,0,0.910297,0.413957,300,300,100,1), + (8532,2045,1,2979.86,534.173,3.374,4.624,0,0,0.737656,-0.675176,300,300,100,1), + (8533,2045,0,-10584,-4344,6.153,5.397,0,0,0.428736,-0.90343,300,300,100,1), + (8534,2045,1,-1625,-4409,2.548,2.178,0,0,0.886164,0.463372,300,300,100,1), + (8535,2045,1,6291.4,920.296,1.586,1.675,0,0,0.742972,0.669322,300,300,100,1), + (8536,2045,1,-1593,-4371,2.3,3.655,0,0,0.967232,-0.253894,300,300,100,1), + (8537,2045,1,7674.96,-624,2.891,0.689,0,0,0.337726,0.941244,300,300,100,1), + (8542,2045,1,-343,2591.64,3.083,4.64,0,0,0.732231,-0.681056,300,300,100,1), + (8543,2045,1,-430,2612.45,1.899,3.002,0,0,0.997565,0.0697396,300,300,100,1), + (8544,2045,1,2133.73,-319,95.053,3.67,0,0,0.965301,-0.261141,300,300,100,1), + (8545,2045,1,2142.59,-319,98.746,3.835,0,0,0.940498,-0.339799,300,300,100,1), + (8546,2045,0,-14872,320.52,0.409,3.791,0,0,0.947745,-0.319028,300,300,100,1), + (8548,2045,0,-1115,401.275,-43,4.192,0,0,0.865222,-0.501389,300,300,100,1), + (8549,2045,0,-14674,171.649,0,5.187,0,0,0.52106,-0.85352,300,300,100,1), + (8551,2045,1,2649.48,-2848,170.44,5.331,0,0,0.45831,-0.888792,300,300,100,1), + (8552,2045,1,2658.14,-2852,172.005,5.276,0,0,0.482575,-0.875854,300,300,100,1), + (8553,2045,0,-1549,-687,-48,2.589,0,0,0.962072,0.272794,300,300,100,1), + (8557,2045,1,-287,2541.13,0,3.823,0,0,0.94252,-0.33415,300,300,100,1), + (8558,2045,1,4278.14,-6788,79.705,5.853,0,0,0.213438,-0.976957,300,300,100,1), + (8560,2045,0,-1292,91.957,-47,1.163,0,0,0.549278,0.83564,300,300,100,1), + (8561,2045,0,784.965,160.289,32.583,5.366,0,0,0.442687,-0.896676,300,300,100,1), + (8563,2045,1,2915.69,-2761,214.842,3.635,0,0,0.969723,-0.244209,300,300,100,1), + (8564,2045,0,-14815,445.322,1.447,2.621,0,0,0.966314,0.257367,300,300,100,1), + (8566,2045,1,-1622,-4321,1.104,4.04,0,0,0.900793,-0.434248,300,300,100,1), + (8569,2045,0,-1445,-620,-44,3.885,0,0,0.93171,-0.363203,300,300,100,1), + (8570,2045,1,-1335,-3707,95.589,4.773,0,0,0.685356,-0.728208,300,300,100,1), + (8572,2045,1,3082.36,547.885,2.98,1.624,0,0,0.725665,0.688048,300,300,100,1), + (8573,2045,1,4288.73,-6735,88.82,0.756,0,0,0.369062,0.929405,300,300,100,1), + (8574,2045,0,-1564,-778,3.92,6.006,0,0,0.138149,-0.990411,300,300,100,1), + (8575,2045,1,-5305,3768.23,0.149,3.513,0,0,0.982807,-0.184638,300,300,100,1), + (8578,2045,1,-5277,3719.98,0,3.835,0,0,0.940498,-0.339799,300,300,100,1), + (8579,2045,0,-982,311.422,0.973,0.591,0,0,0.291218,0.956657,300,300,100,1), + (8580,2045,0,-3037.93,-916.914,-12.4024,5.01634,0,0,0.591907,-0.806006,300,300,100,1), + (8581,2045,0,-2912.25,-999.585,-10.5843,3.49266,0,0,0.984634,-0.174634,300,300,100,1), + (8582,2045,0,-2922.64,-984.453,-12.3432,1.13726,0,0,0.538478,0.84264,300,300,100,1), + (8583,2045,0,-2684.59,-1236.97,-12.058,0.889074,0,0,0.43004,0.90281,300,300,100,1), + (8584,2045,0,-2580.94,-1582.16,-9.74381,0.899287,0,0,0.434644,0.900602,300,300,100,1), + (8585,2045,0,-2516.76,-1687.61,-6.52556,0.751633,0,0,0.367032,0.930208,300,300,100,1), + (8586,2045,0,-3142.77,-892.162,-12.188,1.38309,0,0,0.637728,0.770262,300,300,100,1), + (8587,2045,0,-3196.57,-893.766,-11.5348,1.28414,0,0,0.598854,0.800858,300,300,100,1), + (8588,2045,0,-3281.69,-889.824,-11.5435,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (8589,2045,0,-3365.24,-894.441,-10.7693,3.51781,0,0,0.98236,-0.187001,300,300,100,1), + (8590,2045,0,-3362.67,-959.299,-9.87401,4.293,0,0,0.838809,-0.544425,300,300,100,1), + (8591,2045,0,-3646.79,-658.191,-12.9027,1.63678,0,0,0.730047,0.683397,300,300,100,1), + (8592,2045,0,-3729.16,-664.615,-12.1949,2.1952,0,0,0.890116,0.455734,300,300,100,1), + (8593,2045,0,-3718.54,-606.296,-10.9116,4.09587,0,0,0.888313,-0.459239,300,300,100,1), + (8594,2045,0,-3896.34,-654.288,-12.1582,5.64074,0,0,0.315727,-0.94885,300,300,100,1), + (8595,2045,0,-3861.77,-715.225,-11.6047,4.66763,0,0,0.722753,-0.691106,300,300,100,1), + (8596,2045,0,-3865.11,-924.076,-14.7573,4.10843,0,0,0.885411,-0.464809,300,300,100,1), + (8597,2045,0,-3914.16,-828.988,-17.0246,3.49346,0,0,0.984564,-0.175027,300,300,100,1), + (8598,2045,0,-11447.3,1817.72,-4.82701,5.11137,0,0,0.552956,-0.833211,300,300,100,1), + (8599,2045,0,-11246.9,2024.38,-3.6694,2.77717,0,0,0.983445,0.181205,300,300,100,1), + (8600,2045,0,-11135.2,2058.2,-3.55815,3.42669,0,0,0.989857,-0.142066,300,300,100,1), + (8601,2045,0,-11090.2,2124.47,-6.25101,1.44828,0,0,0.662492,0.749069,300,300,100,1), + (8602,2045,0,-10694.1,2170.96,-7.07394,0.892999,0,0,0.431811,0.901964,300,300,100,1), + (8603,2045,0,-10419.2,2150.38,-16.9324,1.43257,0,0,0.656587,0.75425,300,300,100,1), + (8604,2045,0,-10320.6,2097.42,-4.8596,0.980175,0,0,0.470703,0.882292,300,300,100,1), + (8605,2045,0,-10136.6,2067.84,-7.90885,1.52445,0,0,0.690533,0.723301,300,300,100,1), + (8606,2045,0,-9567.99,1386.51,-5.35252,6.25254,0,0,0.015322,-0.999883,300,300,100,1), + (8607,2045,0,-9593.35,1249.12,-5.58223,5.30928,0,0,0.467935,-0.883763,300,300,100,1), + (8608,2046,0,-10619.1,-2843.08,28.7928,2.59752,0,0,0.963226,0.268693,300,300,100,1), + (8609,2046,0,-12696.7,-290.853,27.3519,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (8610,2046,0,-1040,-3730,109.123,1.898,0,0,0.812833,0.582496,300,300,100,1), + (8611,2046,0,-1043,-3731,107.499,1.898,0,0,0.812833,0.582496,300,300,100,1), + (8612,2046,0,-1306,-3516,52.999,3.029,0,0,0.998416,0.0562666,300,300,100,1), + (8613,148557,1,-3751.66,-4452.02,30.6075,1.7366,0,0,0.763232,0.646124,900,900,100,1), + (8614,2046,0,-10913.1,-3815.13,36.2381,2.67044,0,0,0.97238,0.233403,300,300,100,1), + (8615,2046,0,-1191,-2335.38,61.453,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (8616,148567,1,-3758.77,-4460.62,56.2788,1.20428,0,0,0.566407,0.824126,900,900,100,1), + (8617,148550,1,-3748.47,-4428.72,56.2788,-1.93732,0,0,-0.824126,0.566406,900,900,100,1), + (8618,148554,1,-3753.5,-4452.2,30.6075,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (8619,2046,0,-11875,81.134,19.283,5.913,0,0,0.184038,-0.982919,300,300,100,1), + (8620,148549,1,-3738.7,-4437.03,56.2788,-2.72271,0,0,0.978148,-0.207912,900,900,100,1), + (8621,2046,0,644.608,-693,206.057,3.543,0,0,0.979927,-0.199359,300,300,100,1), + (8622,2046,0,650.888,-695,205.934,5.685,0,0,0.294653,-0.955604,300,300,100,1), + (8623,169283,1,-3761.26,-4429.75,56.2788,-1.15192,0,0,-0.544639,0.838671,900,900,100,1), + (8624,2046,0,699.46,-409,180.759,5.877,0,0,0.201699,-0.979447,300,300,100,1), + (8625,2046,0,677.236,-482,184.742,1.254,0,0,0.586718,0.809791,300,300,100,1), + (8626,169271,1,-3754.41,-4466.63,65.1547,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (8627,169272,1,-3752.56,-4466.7,65.1547,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (8628,2046,0,102.542,-4132,171.722,1.857,0,0,0.800722,0.599036,300,300,100,1), + (8629,2046,0,-11989.2,-302.561,35.3932,2.9845,0,0,0.996917,0.0784656,300,300,100,1), + (8630,2046,0,406.198,-324,165.249,3.115,0,0,0.999912,0.0132959,300,300,100,1), + (8631,2046,0,613.192,-194,144.981,0.849,0,0,0.411865,0.911245,300,300,100,1), + (8632,2046,0,-10065.4,-3180.69,21.9507,0.11133,0,0,0.0556363,0.998451,300,300,100,1), + (8633,2046,0,1097.81,-495,89.629,3.711,0,0,0.959745,-0.280873,300,300,100,1), + (8634,2046,0,1078.45,-412,65.522,4.423,0,0,0.801675,-0.59776,300,300,100,1), + (8635,2046,0,1173.35,-328,44.622,4.836,0,0,0.662081,-0.749432,300,300,100,1), + (8636,169273,1,-3767.92,-4433.23,65.1004,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (8637,169274,1,-3741.29,-4458.39,65.1063,2.33001,0,0,0.918791,0.394745,900,900,100,1), + (8638,2046,0,765.656,-468,154.977,2.464,0,0,0.943155,0.332352,300,300,100,1), + (8639,2046,0,765.481,-464,157.407,2.687,0,0,0.974279,0.225344,300,300,100,1), + (8640,2046,0,-1879,-2789,66.1631,3.294,0,0,0.997098,-0.0761299,300,300,100,1), + (8641,2046,1,-4782,935.673,149.633,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (8642,2046,0,-13370,33.024,19.854,0.032,0,0,0.0159993,0.999872,300,300,100,1), + (8643,169264,1,-3744.39,-4435.12,40.9805,-2.2602,0,0,0.904455,-0.426569,900,900,100,1), + (8644,169275,1,-3739.91,-4457.16,65.1063,2.33001,0,0,0.918791,0.394745,900,900,100,1), + (8645,169284,1,-3746.37,-4447.24,30.6075,2.82743,0,0,0.987688,0.156435,900,900,100,1), + (8646,169292,1,-3741.8,-4438.33,30.6075,-2.74889,0,0,0.980785,-0.19509,900,900,100,1), + (8647,2046,0,-6627.56,-2827.04,255.113,-3.08918,0,0,-0.999657,0.0262033,300,300,100,1), + (8648,2046,0,-13053,-293,10.694,-2,0,0,-0.841471,0.540302,300,300,100,1), + (8649,2046,0,745.103,-878,166.775,1.658,0,0,0.737256,0.675613,300,300,100,1), + (8650,2046,0,-10101.5,-2909.22,38.0726,5.52197,0,0,0.371485,-0.928439,300,300,100,1), + (8651,2046,0,-10093.9,-2914.94,44.3011,6.26415,0,0,0.00951744,-0.999955,300,300,100,1), + (8652,2046,0,-676,-2004,55.802,4.537,0,0,0.766319,-0.64246,300,300,100,1), + (8653,2046,0,-6607,-2537,273.988,3.165,0,0,0.999932,-0.0117034,300,300,100,1), + (8654,2046,0,450.076,-498,189.136,1.487,0,0,0.676868,0.736104,300,300,100,1), + (8655,2046,0,450.263,-496,191.499,1.487,0,0,0.676868,0.736104,300,300,100,1), + (8656,2046,0,-10505.6,-2515.24,22.0412,2.57501,0,0,0.960141,0.279517,300,300,100,1), + (8657,2046,0,-6825,-3152,262.778,4.978,0,0,0.607248,-0.794512,300,300,100,1), + (8658,2046,0,-6614,-2529,277.434,3.507,0,0,0.983356,-0.181689,300,300,100,1), + (8659,2046,0,-614,-1837,56.713,1.702,0,0,0.75194,0.659232,300,300,100,1), + (8660,169293,1,-3747.05,-4433.02,30.6075,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (8661,169289,1,-3757.49,-4452.96,65.0337,-0.427607,0,0,-0.212178,0.977231,900,900,100,1), + (8662,2046,0,-12426,-816,42.202,3.546,0,0,0.979626,-0.200829,300,300,100,1), + (8663,169290,1,-3768.54,-4452.31,56.2788,0.41888,0,0,0.207912,0.978148,900,900,100,1), + (8664,169291,1,-3743.89,-4431.12,56.2788,-2.12057,0,0,0.872496,-0.488622,900,900,100,1), + (8665,2046,0,-1004,-1831,57.294,5.49,0,0,0.386278,-0.922382,300,300,100,1), + (8666,2046,0,-944,-1911,64.928,3.641,0,0,0.968986,-0.247117,300,300,100,1), + (8667,2046,0,-940,-1910,65.25,3.575,0,0,0.976611,-0.215012,300,300,100,1), + (8668,2046,0,-813,-3492,93.708,0.329,0,0,0.163759,0.9865,300,300,100,1), + (8669,2046,0,453.776,-3342,119.766,0.856,0,0,0.415052,0.909798,300,300,100,1), + (8670,2046,0,-9821.1,-3735.56,22.3688,0.86823,0,0,0.420608,0.907243,300,300,100,1), + (8671,2046,0,-9815.26,-3725.54,29.5086,1.13212,0,0,0.536311,0.844021,300,300,100,1), + (8672,2046,0,450.577,-3342,119.667,4.339,0,0,0.826067,-0.563572,300,300,100,1), + (8673,2046,0,-13101,-214,-3,4.325,0,0,0.829992,-0.557776,300,300,100,1), + (8674,2046,0,-13112,-174,0,0.669,0,0,0.328297,0.944575,300,300,100,1), + (8675,2046,0,-950.858,-2239.76,54.3306,-0.401425,0,0,-0.199368,0.979925,300,300,100,1), + (8676,2046,0,-148,-2880,118.171,0.698,0,0,0.341958,0.939715,300,300,100,1), + (8677,2046,0,-23,-2720,151.024,0.2,0,0,0.0998334,0.995004,300,300,100,1), + (8678,2046,0,-10713.7,-3684.95,39.3774,2.96115,0,0,0.995933,0.090099,300,300,100,1), + (8679,2046,0,-10654.1,-3611.5,42.1994,2.36348,0,0,0.925267,0.379315,300,300,100,1), + (8680,2046,0,601.327,-258,152.861,2.985,0,0,0.996936,0.0782164,300,300,100,1), + (8681,2046,0,-12975,-22.989,23.6862,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (8682,2046,0,-1779.05,-1391.67,45.4381,-1.93732,0,0,-0.824127,0.566404,300,300,255,1), + (8683,2046,0,-1045,-2721,43.821,0.22,0,0,0.109778,0.993956,300,300,100,1), + (8684,2046,0,418.099,20.321,93.2467,4.851,0,0,0.656442,-0.754376,300,300,100,1), + (8685,2046,0,415.046,23.38,93.2563,3.73,0,0,0.957033,-0.289978,300,300,100,1), + (8686,2046,0,-10062.3,-2778.04,29.3493,0.4946,0,0,0.244787,0.969577,300,300,100,1), + (8687,2046,0,-589,-1857,55.324,5.157,0,0,0.533804,-0.845608,300,300,100,1), + (8688,2046,0,-586,-1855,55.515,5.157,0,0,0.533804,-0.845608,300,300,100,1), + (8689,2046,0,-12422.6,-697.771,33.9253,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (8690,169276,1,-3767.9,-4456.58,65.1352,0.619592,0,0,0.304864,0.952396,900,900,100,1), + (8691,2046,0,-10485.5,-2716.96,31.4679,1.79584,0,0,0.782032,0.623238,300,300,100,1), + (8692,2046,0,-10588,-2737.17,34.8652,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (8693,2046,0,-1483,-1560,37.329,0.347,0,0,0.172631,0.984987,300,300,100,1), + (8694,169277,1,-3746.88,-4447.23,65.0014,-0.427607,0,0,-0.212178,0.977231,900,900,100,1), + (8695,2046,0,-10614.5,-3506.71,32.3897,-0.05236,0,0,-0.026177,0.999657,300,300,100,1), + (8696,2046,0,-13173,-169,5.842,1.195,0,0,0.562577,0.826745,300,300,100,1), + (8697,2046,0,-1698,-2830,39.475,6.082,0,0,0.100423,-0.994945,300,300,100,1), + (8698,2046,0,-1688,-2832,40.145,6.082,0,0,0.100423,-0.994945,300,300,100,1), + (8699,2046,0,-820,-3494,94.674,2.67,0,0,0.972329,0.233617,300,300,100,1), + (8700,2046,0,91.635,-3507,108.364,0.869,0,0,0.420957,0.907081,300,300,100,1), + (8701,2046,0,51.118,-3679,157.285,2.129,0,0,0.874547,0.484942,300,300,100,1), + (8702,2046,0,460.644,-3764,125.436,3.412,0,0,0.990874,-0.134792,300,300,100,1), + (8703,2046,0,-13099,-223,-3,3.19,0,0,0.999707,-0.0242013,300,300,100,1), + (8704,2046,0,-12832,-261,11.249,1.215,0,0,0.570817,0.821078,300,300,100,1), + (8705,2046,0,-11968,-263,19.39,2.407,0,0,0.933302,0.359093,300,300,100,1), + (8706,169278,1,-3751.61,-4449.81,64.9883,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (8707,169279,1,-3769.57,-4439.52,56.2788,-0.366519,0,0,-0.182236,0.983255,900,900,100,1), + (8708,169281,1,-3740.07,-4454.4,56.2788,2.59181,0,0,0.962455,0.27144,900,900,100,1), + (8709,169287,1,-3765.22,-4459.15,65.1352,0.872664,0,0,0.422618,0.906308,900,900,100,1), + (8710,2046,0,-81.7064,-3537.64,120.173,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (8711,2046,0,-1194,-1973,70.467,2.356,0,0,0.923842,0.382773,300,300,100,1), + (8712,2046,0,-751,-4451,10.293,1.388,0,0,0.639617,0.768694,300,300,100,1), + (8713,169288,1,-3745.55,-4442.19,65.0337,-1.26536,0,0,-0.59131,0.806444,900,900,100,1), + (8714,169282,1,-3737.16,-4441.97,56.2788,-2.90597,0,0,0.993068,-0.117537,900,900,100,1), + (8715,2046,0,613.539,-189,145.012,4.599,0,0,0.746038,-0.665903,300,300,100,1), + (8716,2046,0,501.975,-172,151.255,3.827,0,0,0.94185,-0.336035,300,300,100,1), + (8717,2046,0,-10636.8,-2462.69,36.2583,1.56031,0,0,0.70339,0.710805,300,300,100,1), + (8718,2046,0,-10610.6,-2603.26,33.9116,-2.16421,0,0,-0.882948,0.469471,300,300,100,1), + (8719,2046,0,-1044,-2724,43.454,0.22,0,0,0.109778,0.993956,300,300,100,1), + (8720,2046,0,-10039.3,-2774.22,53.3274,1.38737,0,0,0.639375,0.768895,300,300,100,1), + (8721,169285,1,-3757.18,-4442.73,30.6075,-0.383973,0,0,-0.190809,0.981627,900,900,100,1), + (8722,2046,0,-10055.4,-2452.51,28.5522,6.15106,0,0,0.0660146,-0.997819,300,300,100,1), + (8723,2046,0,-10052.8,-2435.88,34.9468,0.70194,0,0,0.343809,0.93904,300,300,100,1), + (8724,2046,0,-10808.2,-3764.14,31.7641,1.84435,0,0,0.796917,0.604088,300,300,100,1), + (8725,2046,0,-11006.2,-3969,50.3396,2.48757,0,0,0.947007,0.321214,300,300,100,1), + (8726,2046,0,-10983.1,-3964.85,32.4651,3.72218,0,0,0.95816,-0.286234,300,300,100,1), + (8727,2046,0,-10990,-3968.15,37.4884,2.69491,0,0,0.975163,0.221489,300,300,100,1), + (8728,2046,0,-10974.9,-3966.86,27.4547,3.42688,0,0,0.989844,-0.14216,300,300,100,1), + (8729,2046,0,-12703,-723,67.212,1.781,0,0,0.777386,0.629023,300,300,100,1), + (8730,2046,0,-12706,-722,67.732,0.827,0,0,0.401817,0.91572,300,300,100,1), + (8731,2046,0,-12639,-817,57.294,3.032,0,0,0.998499,0.0547689,300,300,100,1), + (8732,2046,0,-9977.03,-3547.91,21.7237,4.31574,0,0,0.832565,-0.553927,300,300,100,1), + (8733,2046,0,-12588,-834,55.666,3.366,0,0,0.993712,-0.111968,300,300,100,1), + (8734,2046,0,-12593,-833,55.941,4.457,0,0,0.791398,-0.611301,300,300,100,1), + (8735,2046,0,-12641,-821,57.398,2.651,0,0,0.970065,0.242844,300,300,100,1), + (8736,2046,0,-12641,-814,57.78,2.278,0,0,0.908215,0.418503,300,300,100,1), + (8737,2046,0,-12700,-820,61.946,1.259,0,0,0.588741,0.808322,300,300,100,1), + (8738,2046,0,-12696,-818,61.475,2.488,0,0,0.947076,0.321011,300,300,100,1), + (8739,2046,0,-449,-2903,90.248,2.541,0,0,0.955249,0.295803,300,300,100,1), + (8740,2046,0,-821,-3483,93.847,1.116,0,0,0.529491,0.848316,300,300,100,1), + (8741,148540,1,-3767.17,-4434.94,56.2788,-0.549779,0,0,-0.271441,0.962455,900,900,100,1), + (8742,2046,0,-786,-3576,82.606,4.165,0,0,0.871912,-0.489663,300,300,100,1), + (8743,2046,0,-831,-3573,74.908,3.1,0,0,0.999784,0.0207949,300,300,100,1), + (8744,2046,0,-786,-3570,82.126,0.113,0,0,0.0564699,0.998404,300,300,100,1), + (8745,2046,0,-12606,-479,33.85,1.144,0,0,0.541315,0.84082,300,300,100,1), + (8746,2046,0,-10561,-2460,28.456,1.763,0,0,0.771694,0.635994,300,300,100,1), + (8747,2046,0,597.729,-261,149.931,3.921,0,0,0.925022,-0.379914,300,300,100,1), + (8748,2046,0,-12064,-892,60.63,0.471,0,0,0.233329,0.972398,300,300,100,1), + (8749,2046,0,874.855,-211,133.478,4.9,0,0,0.637765,-0.770231,300,300,100,1), + (8750,148547,1,-3737.67,-4449.82,56.2788,2.77507,0,0,0.983255,0.182235,900,900,100,1), + (8751,148551,1,-3756.33,-4428.21,56.2788,-1.33518,0,0,-0.619094,0.785317,900,900,100,1), + (8752,2046,0,361.979,-624,153.168,4.485,0,0,0.782763,-0.622321,300,300,100,1), + (8753,2046,0,518.057,-702,161.159,0.925,0,0,0.446187,0.89494,300,300,100,1), + (8754,2046,0,-911.921,-1891.85,71.4452,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (8755,2046,0,-11687,990.108,5.812,4.106,0,0,0.885975,-0.463733,300,300,100,1), + (8756,2046,0,-13051.7,164.205,40.8736,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (8757,2046,0,-13073,-752,89.379,-1,0,0,-0.479426,0.877583,300,300,100,1), + (8758,2046,0,-6627,-2805,257.292,5.784,0,0,0.247009,-0.969013,300,300,100,1), + (8759,2046,0,-10057.7,-2475.68,28.5577,4.84576,0,0,0.658416,-0.752654,300,300,100,1), + (8760,2046,0,-10104.2,-2603.46,42.7277,5.56891,0,0,0.349594,-0.936901,300,300,100,1), + (8761,2046,0,-12497,-817,41.792,2.753,0,0,0.981184,0.193076,300,300,100,1), + (8762,2046,0,-12470,-812,40.54,2.647,0,0,0.969578,0.244783,300,300,100,1), + (8763,148556,1,-3759.97,-4448.65,30.6075,0.671951,0,0,0.32969,0.944089,900,900,100,1), + (8764,169280,1,-3770.08,-4447.37,56.2788,0.23562,0,0,0.117538,0.993068,900,900,100,1), + (8765,2046,0,-13945,51.475,15.594,2.622,0,0,0.966442,0.256884,300,300,100,1), + (8766,2046,0,-13805.8,72.4364,37.9915,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (8767,2046,0,-7204,-2273,263.505,0.512,0,0,0.253213,0.967411,300,300,100,1), + (8768,2046,0,-12267,-98,36.652,4.452,0,0,0.792924,-0.609321,300,300,100,1), + (8769,2046,0,1107.21,-454,70.338,4.807,0,0,0.672878,-0.739753,300,300,100,1), + (8770,2046,0,-12657.1,-45.3199,23.7914,-1.02974,0,0,-0.492422,0.870357,300,300,100,1), + (8771,2046,0,1106.77,-450,67.95,4.807,0,0,0.672878,-0.739753,300,300,100,1), + (8772,23014,1,-3779.99,-4603.93,10.8573,-1.37881,0,0,-0.636078,0.771625,900,900,100,1), + (8773,2046,0,-12648.8,-938.825,65.6106,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (8774,2046,0,-10035.7,-3458.46,21.8711,6.06307,0,0,0.109836,-0.99395,300,300,100,1), + (8775,2046,0,-10018.7,-3458.61,34.6077,5.97589,0,0,0.153044,-0.988219,300,300,100,1), + (8776,23015,1,-3792.49,-4615.11,10.8267,0.802852,0,0,0.390731,0.920505,900,900,100,1), + (8777,2046,0,-1345,-2790,55.47,-2,0,0,-0.841471,0.540302,300,300,100,1), + (8778,23013,1,-3776.99,-4605.54,10.8573,-2.01586,0,0,-0.845728,0.533615,900,900,100,1), + (8779,2046,0,-882,-2368,66.884,3.986,0,0,0.912188,-0.409772,300,300,100,1), + (8780,2046,0,-1035,-2614,59.622,1.759,0,0,0.77042,0.637536,300,300,100,1), + (8781,2046,0,-1043,-2692,46.513,6.246,0,0,0.0185917,-0.999827,300,300,100,1), + (8782,2046,0,-1040,-2692,46.722,0.192,0,0,0.0958526,0.995396,300,300,100,1), + (8783,2046,0,-977,-3709,99.923,4.157,0,0,0.873863,-0.486172,300,300,100,1), + (8784,2046,0,-985,-3735,97.666,4.612,0,0,0.741694,-0.670738,300,300,100,1), + (8785,2046,0,-824,-3589,75.304,4.618,0,0,0.739679,-0.67296,300,300,100,1), + (8786,2046,0,-1481,-1558,37.958,0.347,0,0,0.172631,0.984987,300,300,100,1), + (8787,2046,0,-1073,-1636,40.188,0.844,0,0,0.409586,0.912272,300,300,100,1), + (8788,2046,0,-1037,-1634,39.718,5.042,0,0,0.581517,-0.813534,300,300,100,1), + (8789,2046,0,-828,-1712,56.543,0.925,0,0,0.446187,0.89494,300,300,100,1), + (8790,2046,0,-825,-1710,57.075,2.013,0,0,0.844965,0.534821,300,300,100,1), + (8791,2046,0,-10213.5,-2720.23,22.7552,6.22429,0,0,0.0294435,-0.999566,300,300,100,1), + (8792,2046,0,615.474,-492,173.735,0.116,0,0,0.0579675,0.998318,300,300,100,1), + (8793,2046,0,-10321.6,-2464.22,45.1916,1.33334,0,0,0.618372,0.785885,300,300,100,1), + (8794,2046,0,-11089.4,-3882.19,9.25315,0.4552,0,0,0.22564,0.974211,300,300,100,1), + (8795,2046,0,-11126.1,-3785.6,41.1291,1.76364,0,0,0.771897,0.635747,300,300,100,1), + (8796,2046,0,-11108.2,-3784.37,33.4448,1.50525,0,0,0.683557,0.729897,300,300,100,1), + (8797,2046,0,-12232,-828.062,37.6373,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (8798,2046,0,839.822,-710,169.117,3.643,0,0,0.968738,-0.248086,300,300,100,1), + (8799,2046,0,-11663,-567,33.301,4.219,0,0,0.858374,-0.513024,300,300,100,1), + (8800,2046,0,-11600,-571,29.188,3.991,0,0,0.911161,-0.412051,300,300,100,1), + (8801,2046,0,-11747,-485,18.451,3.087,0,0,0.999627,0.027293,300,300,100,1), + (8802,2046,0,-11667,-573,28.285,5.44,0,0,0.409214,-0.912438,300,300,100,1), + (8803,2046,0,-1191,-3095,43.063,3.919,0,0,0.925401,-0.378989,300,300,100,1), + (8804,2046,0,-6854,-3303,268.484,2.012,0,0,0.844698,0.535244,300,300,100,1), + (8805,4089,1,-3800.78,-4368.29,16.7859,0.689406,0,0,0.337917,0.941176,900,900,100,1), + (8806,2046,0,-1038,-1801,59.705,4.652,0,0,0.728132,-0.685437,300,300,100,1), + (8807,2046,0,-6822,-3136,254.471,4.715,0,0,0.706183,-0.708029,300,300,100,1), + (8808,2046,0,-10801.1,-3745.21,24.605,5.93869,0,0,0.171397,-0.985202,300,300,100,1), + (8809,2046,0,-474,-2903,122.21,4.011,0,0,0.906995,-0.421142,300,300,100,1), + (8810,2046,0,-12102,182.104,20.303,4.721,0,0,0.704056,-0.710145,300,300,100,1), + (8811,2046,0,-12054,328.296,4.122,0.24,0,0,0.119712,0.992809,300,300,100,1), + (8812,2046,0,-12051,319.214,4.255,1.909,0,0,0.816025,0.578017,300,300,100,1), + (8813,2046,0,-12042,321.132,4.484,2.177,0,0,0.885932,0.463815,300,300,100,1), + (8814,2046,0,-7201,-2284,256.258,6.093,0,0,0.0949494,-0.995482,300,300,100,1), + (8815,2046,0,-10335.2,-2469.54,44.1533,2.65277,0,0,0.97028,0.241985,300,300,100,1), + (8816,123244,1,-3788.06,-4365.35,16.7859,-2.67035,0,0,0.97237,-0.233445,900,900,100,1), + (8817,4088,1,-3796.44,-4364.35,16.7859,-1.3439,0,0,-0.622514,0.782608,900,900,100,1), + (8818,2046,0,-1863,-2787,62.479,3.115,0,0,0.999912,0.0132959,300,300,100,1), + (8819,2046,0,947.796,-600,159.56,0.417,0,0,0.206993,0.978343,300,300,100,1), + (8820,2046,0,-1008.22,-1751.14,46.6344,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (8821,4090,1,-3792.84,-4369.9,14.9779,-0.104719,0,0,-0.052335,0.99863,900,900,100,1), + (8822,4087,1,-3789.3,-4375.33,16.7859,2.1293,0,0,0.87462,0.484809,900,900,100,1), + (8823,2046,0,-7286,-2332,270.346,0,0,0,0,1,300,300,100,1), + (8824,2046,0,-7253,-2394,261.18,1.96,0,0,0.830497,0.557023,300,300,100,1), + (8825,2046,0,-7138,-2440,245.513,5.664,0,0,0.304671,-0.952458,300,300,100,1), + (8826,22602,1,-3842.72,-4460.19,17.4519,2.01586,0,0,0.845728,0.533614,900,900,100,1), + (8827,2061,1,-3842.72,-4460.19,17.4519,2.01586,0,0,0.845728,0.533614,900,900,100,1), + (8828,2046,0,-6633,-2609,259.684,2.952,0,0,0.99551,0.0946545,300,300,100,1), + (8829,2046,0,-6632,-2631,261.941,0.209,0,0,0.10431,0.994545,300,300,100,1), + (8830,2046,0,-1938.13,-2390.06,77.0251,0.680677,0,0,0.333806,0.942642,300,300,100,1), + (8831,2046,0,-6927,-3107,258.601,6.05,0,0,0.116329,-0.993211,300,300,100,1), + (8832,2046,1,-3801,2052.63,75.009,-2,0,0,-0.841471,0.540302,300,300,100,1), + (8833,2046,0,-1524,-1589,36.464,3.682,0,0,0.963717,-0.266928,300,300,100,1), + (8834,2046,0,-13619,116.512,24.947,2.165,0,0,0.883133,0.469122,300,300,100,1), + (8835,2046,0,-10614.3,-3500.87,36.3423,2.42709,0,0,0.936862,0.3497,300,300,100,1), + (8836,2046,0,-10602.4,-2884.3,42.2335,3.82192,0,0,0.9427,-0.333641,300,300,100,1), + (8837,2046,0,-10585.9,-3456.72,39.8744,2.24174,0,0,0.900479,0.434899,300,300,100,1), + (8838,2046,0,-10575.4,-3451.58,33.3083,3.79914,0,0,0.946439,-0.322883,300,300,100,1), + (8839,2046,0,-13519,100.304,25.259,0.873,0,0,0.42277,0.906237,300,300,100,1), + (8840,2046,0,-1694,-2387,37.954,3.734,0,0,0.956451,-0.291891,300,300,100,1), + (8841,2046,0,-13165,-169,4.746,2.868,0,0,0.990658,0.13637,300,300,100,1), + (8842,2046,0,-179,-3310,124.829,3.463,0,0,0.987115,-0.160013,300,300,100,1), + (8843,2046,0,-12978,111.306,38.339,-2,0,0,-0.841471,0.540302,300,300,100,1), + (8844,22603,1,-3843.65,-4460.37,17.4519,-2.07694,0,0,-0.861629,0.507538,900,900,100,1), + (8845,2046,0,-11510,362.188,55.826,-2.82743,0,0,-0.987688,0.156436,300,300,100,1), + (8846,2061,1,-3843.65,-4460.37,17.4519,-2.07694,0,0,-0.861629,0.507538,900,900,100,1), + (8847,2046,0,-1033,-1634,40.08,3.013,0,0,0.997934,0.064252,300,300,100,1), + (8848,2046,0,-946,-1595,52.193,1.586,0,0,0.712462,0.701711,300,300,100,1), + (8849,2046,0,-944,-1593,52.404,3.449,0,0,0.988211,-0.153099,300,300,100,1), + (8850,2046,0,-1074,-1763,56.378,4.325,0,0,0.829992,-0.557776,300,300,100,1), + (8851,2046,0,339.781,-791,142.566,3.68,0,0,0.963983,-0.265964,300,300,100,1), + (8852,2046,0,-11599,-574,28.788,3.594,0,0,0.974525,-0.22428,300,300,100,1), + (8853,2046,0,-11563,-542,30.821,2.711,0,0,0.976913,0.213637,300,300,100,1), + (8854,2046,0,-13942,15.756,20.569,0,0,0,0,1,300,300,100,1), + (8855,2046,0,742.707,-915,165.954,1.658,0,0,0.737256,0.675613,300,300,100,1), + (8856,22606,1,-3842.57,-4460.04,12.5351,2.01586,0,0,0.845728,0.533614,900,900,100,1), + (8857,2046,0,-9754.66,-3841.29,25.6877,1.65254,0,0,0.735409,0.677624,300,300,100,1), + (8858,2061,1,-3842.57,-4460.04,12.5351,2.01586,0,0,0.845728,0.533614,900,900,100,1), + (8859,2046,0,-7024,-3173,262.487,2.268,0,0,0.906112,0.423039,300,300,100,1), + (8860,2046,0,-7020,-3166,256.38,2.628,0,0,0.967209,0.253983,300,300,100,1), + (8861,2046,0,-12988,316.323,31.12,-2,0,0,-0.841471,0.540302,300,300,100,1), + (8862,2046,0,-320,-2638,119.884,2.583,0,0,0.96125,0.275679,300,300,100,1), + (8863,2046,0,-1008.8,-2537.52,59.8594,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (8864,2046,0,-7147,-2464,252.563,5.859,0,0,0.210506,-0.977593,300,300,100,1), + (8865,2046,0,-7151,-2434,240.736,4.246,0,0,0.851371,-0.524565,300,300,100,1), + (8866,2046,0,-7150,-2471,256.003,4.689,0,0,0.715327,-0.698789,300,300,100,1), + (8867,2046,0,389.523,-625,162.55,0.02,0,0,0.00999983,0.99995,300,300,100,1), + (8868,2046,0,125.592,-4367,120.242,3.941,0,0,0.921176,-0.389145,300,300,100,1), + (8869,2046,0,-10492.9,-2703.18,40.7415,4.86587,0,0,0.650815,-0.759236,300,300,100,1), + (8870,2046,0,-1637,-1508,42.909,0.505,0,0,0.249825,0.968291,300,300,100,1), + (8871,2046,0,-1625,-1495,44.88,4.146,0,0,0.876524,-0.481358,300,300,100,1), + (8872,2046,0,-11602,621.315,50.744,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (8873,2046,0,497.967,-173,151.905,3.827,0,0,0.94185,-0.336035,300,300,100,1), + (8874,22604,1,-3843.5,-4460.22,12.5351,-2.07694,0,0,-0.861629,0.507538,900,900,100,1), + (8875,2061,1,-3843.5,-4460.22,12.5351,-2.07694,0,0,-0.861629,0.507538,900,900,100,1), + (8876,22605,1,-3842.37,-4460.72,12.5351,-0.785399,0,0,-0.382684,0.923879,900,900,100,1), + (8877,2046,0,-12477.6,-1001.09,50.1286,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (8878,2046,0,1157.64,-680,69.353,2.897,0,0,0.992531,0.121992,300,300,100,1), + (8879,2046,0,-12671,-773,62.211,4.577,0,0,0.753318,-0.657657,300,300,100,1), + (8880,2046,0,-13136,-199,-4,3.453,0,0,0.987903,-0.155075,300,300,100,1), + (8881,2046,0,-13142,-202,-3,2.432,0,0,0.937717,0.347399,300,300,100,1), + (8882,2046,0,-12243,-270,20.773,5.689,0,0,0.292741,-0.956192,300,300,100,1), + (8883,2046,0,-12488.5,-135.226,14.1769,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (8884,2046,0,-10313.5,-2539.39,34.8506,5.29574,0,0,0.473907,-0.880575,300,300,100,1), + (8885,2046,0,1179.75,-325,43.461,4.622,0,0,0.738331,-0.674438,300,300,100,1), + (8886,2046,0,-323,-2793,85.297,0.524,0,0,0.259013,0.965874,300,300,100,1), + (8887,2046,0,-7039,-3286,246.59,4.989,0,0,0.602869,-0.79784,300,300,100,1), + (8888,2046,0,-7039,-3282,247.476,0.726,0,0,0.35508,0.934836,300,300,100,1), + (8889,2046,0,-70,-4537,12.172,1.628,0,0,0.727039,0.686596,300,300,100,1), + (8890,2046,0,-12976.9,-792.139,68.66,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (8891,2046,0,-12609,-364,15.302,2.243,0,0,0.900753,0.434332,300,300,100,1), + (8892,2046,0,281.534,-580,158.544,2.12,0,0,0.872355,0.488872,300,300,100,1), + (8893,2046,0,-10551.4,-2464.36,24.3235,3.34375,0,0,0.994896,-0.100907,300,300,100,1), + (8894,2046,0,-12801.3,-242.125,22.9495,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (8895,2046,0,-10252.4,-2585.08,27.0755,6.11257,0,0,0.0852043,-0.996364,300,300,100,1), + (8896,2046,0,-10110.6,-2597.32,35.4508,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (8897,2046,0,-1144,-2420,52.961,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (8898,2046,0,-10246,-2579.28,26.8436,2.41563,0,0,0.934842,0.355063,300,300,100,1), + (8899,2046,0,-11799.2,-447.954,37.2924,-0.331612,0,0,-0.165047,0.986286,300,300,100,1), + (8900,2046,0,-12225,-569,30.347,4.921,0,0,0.629642,-0.776885,300,300,100,1), + (8901,2046,0,-12603,-356,18.047,2.067,0,0,0.859096,0.511815,300,300,100,1), + (8902,2046,0,-13441,108.244,22.913,2.361,0,0,0.924796,0.380462,300,300,100,1), + (8903,2046,0,-13439,112.567,22.782,2.66,0,0,0.971148,0.238476,300,300,100,1), + (8904,2046,0,-12963,-222,-6,1.851,0,0,0.798922,0.601435,300,300,100,1), + (8905,2046,0,-13885,102.172,15.0596,2.673,0,0,0.972678,0.232159,300,300,100,1), + (8906,2046,0,-762,-4458,10.7247,0.674,0,0,0.330657,0.943751,300,300,100,1), + (8907,2046,0,-791,-3239,89.256,5.621,0,0,0.325077,-0.945688,300,300,100,1), + (8908,2046,0,-792,-3232,82.628,6.262,0,0,0.0105924,-0.999944,300,300,100,1), + (8909,2046,0,-792,-3199,81.809,6.21,0,0,0.0365845,-0.999331,300,300,100,1), + (8910,2046,0,-12745,-344,14.97,3.131,0,0,0.999986,0.00529628,300,300,100,1), + (8911,2046,0,-13948,60.128,14.9346,3.82,0,0,0.94302,-0.332736,300,300,100,1), + (8912,2046,0,-953,-1820,58.516,0.367,0,0,0.182235,0.983255,300,300,100,1), + (8913,2046,0,-10789.1,-3758.07,23.5965,4.11251,0,0,0.884461,-0.466614,300,300,100,1), + (8914,2046,0,-10804.5,-3767.15,26.5949,1.84435,0,0,0.796917,0.604088,300,300,100,1), + (8915,2046,0,-10797.1,-3776.4,23.0455,6.15781,0,0,0.0626465,-0.998036,300,300,100,1), + (8916,2046,0,-10803.5,-3772.21,24.0224,3.3774,0,0,0.993057,-0.117631,300,300,100,1), + (8917,2046,0,-12460,-123,14.863,-1,0,0,-0.479426,0.877583,300,300,100,1), + (8918,2046,0,-12695,-537,33.678,1.658,0,0,0.737256,0.675613,300,300,100,1), + (8919,2046,0,-12732.6,-594.734,42.1949,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (8920,2046,0,-12389,-758,32.497,2.309,0,0,0.914593,0.404376,300,300,100,1), + (8921,2046,0,-12391,-753,32.414,3.04,0,0,0.99871,0.0507745,300,300,100,1), + (8922,2046,0,-12687,-540,33.043,1.391,0,0,0.640769,0.767733,300,300,100,1), + (8923,2046,0,-12641,-515,32.724,0.637,0,0,0.313142,0.949706,300,300,100,1), + (8924,2046,0,-12397,-771,33.29,2.671,0,0,0.972445,0.233131,300,300,100,1), + (8925,2061,1,-3842.37,-4460.72,12.5351,-0.785399,0,0,-0.382684,0.923879,900,900,100,1), + (8926,2046,0,987.619,-409,113.35,3.362,0,0,0.993934,-0.109981,300,300,100,1), + (8927,2046,0,794.263,-773,177.106,2.106,0,0,0.868912,0.494967,300,300,100,1), + (8928,2046,0,-10493,-2478.19,34.8061,1.67437,0,0,0.742761,0.669556,300,300,100,1), + (8929,2046,1,3727.6,-3994,94.67,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (8930,2046,0,-10332.7,-2490.47,31.3206,2.436,0,0,0.93841,0.345523,300,300,100,1), + (8931,2046,0,-10326.6,-2489.13,32.0368,1.65377,0,0,0.735826,0.677171,300,300,100,1), + (8932,23014,1,-3898.6,-4501.2,13.1098,3.07178,0,0,0.999391,0.0349,900,900,100,1), + (8933,2046,0,-11838.5,351.454,43.381,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (8934,2046,0,-1264.6,-2940.26,43.759,-0.261798,0,0,-0.130525,0.991445,300,300,100,1), + (8935,2046,0,-13881,111.266,14.494,2.861,0,0,0.990175,0.139837,300,300,100,1), + (8936,2046,0,-13762,121.807,23.489,4.001,0,0,0.909089,-0.416601,300,300,100,1), + (8937,2046,0,-13756,121.138,23.304,3.663,0,0,0.966209,-0.257761,300,300,100,1), + (8938,2046,0,-13676,101.208,19.525,3.915,0,0,0.926157,-0.377138,300,300,100,1), + (8939,2046,0,988.777,-268,63.423,2.18,0,0,0.886627,0.462485,300,300,100,1), + (8940,2046,0,119.948,-4145,159.664,1.011,0,0,0.484245,0.874932,300,300,100,1), + (8941,2046,0,-12673,-341,15.791,2.243,0,0,0.900753,0.434332,300,300,100,1), + (8942,2046,0,-12670,-349,15.063,2.636,0,0,0.968217,0.250112,300,300,100,1), + (8943,2046,0,-13680,105.842,19.821,3.569,0,0,0.977252,-0.212081,300,300,100,1), + (8944,2046,0,-12742,-351,11.799,1.548,0,0,0.699001,0.71512,300,300,100,1), + (8945,2046,0,-13623,128.091,23.625,3.838,0,0,0.939987,-0.34121,300,300,100,1), + (8946,2046,0,744.557,-872,167.274,1.658,0,0,0.737256,0.675613,300,300,100,1), + (8947,2046,0,-5,-2933,118.19,4.361,0,0,0.819818,-0.572625,300,300,100,1), + (8948,2046,0,-13138,-192,-3,3.669,0,0,0.965431,-0.260658,300,300,100,1), + (8949,2046,0,-13106,-176,-2,0.625,0,0,0.307439,0.951568,300,300,100,1), + (8950,2046,0,-12855,-865,57.813,0.387,0,0,0.192295,0.981337,300,300,100,1), + (8951,2046,0,-12884,-880,56.054,3.984,0,0,0.912597,-0.408859,300,300,100,1), + (8952,2046,0,-12885,-876,56.244,3.564,0,0,0.977779,-0.209637,300,300,100,1), + (8953,2046,0,-12852,-868,58.813,0.398,0,0,0.197689,0.980265,300,300,100,1), + (8954,2046,0,-979,-3717,93.421,1.388,0,0,0.639617,0.768694,300,300,100,1), + (8955,2046,0,-983,-3685,88.331,6.126,0,0,0.0785118,-0.996913,300,300,100,1), + (8956,2046,0,-11000.5,-3876.39,66.5622,2.56001,0,0,0.958017,0.28671,300,300,100,1), + (8957,2046,0,-11081.4,-3876.93,17.9153,0.38609,0,0,0.191848,0.981425,300,300,100,1), + (8958,2046,0,-10993.1,-3886.23,57.5147,2.28042,0,0,0.908721,0.417404,300,300,100,1), + (8959,2046,0,-10775.7,-3741.6,24.6898,3.14904,0,0,0.999993,-0.00372366,300,300,100,1), + (8960,2046,0,-1013,-2694,53.014,6.251,0,0,0.016092,-0.999871,300,300,100,1), + (8961,2046,0,-1012,-2722,57.443,0.045,0,0,0.0224981,0.999747,300,300,100,1), + (8962,2046,0,-1015,-2718,57.538,1.879,0,0,0.807263,0.590192,300,300,100,1), + (8963,2046,0,-10098,-2881.18,36.5971,0.70571,0,0,0.345578,0.93839,300,300,100,1), + (8965,2046,0,-12200.4,-102.249,29.2303,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (8966,23015,1,-3906.16,-4486.24,13.0792,-1.02974,0,0,-0.492423,0.870356,900,900,100,1), + (8967,2046,0,-270,-3125,124.775,0.888,0,0,0.429555,0.903041,300,300,100,1), + (8968,2046,0,-330,-3327,137.547,3.433,0,0,0.989404,-0.145189,300,300,100,1), + (8969,2046,0,-12430,-947,42.411,2.443,0,0,0.939614,0.342237,300,300,100,1), + (8970,23013,1,-3900.93,-4503.69,13.1098,2.43473,0,0,0.938191,0.346117,900,900,100,1), + (8971,2046,0,-10626,-2463.65,35.9484,1.48207,0,0,0.675052,0.73777,300,300,100,1), + (8972,2046,0,-12021,-155,41.705,0,0,0,0,1,300,300,100,1), + (8973,2046,0,231.034,-3431,130.966,6.237,0,0,0.0230906,-0.999733,300,300,100,1), + (8974,2046,0,580.4,-503,187.897,1.727,0,0,0.760121,0.649781,300,300,100,1), + (8975,2046,0,112.753,-4076,146.213,3.84,0,0,0.939645,-0.34215,300,300,100,1), + (8976,2046,0,128.662,-3919,135.097,0.609,0,0,0.299816,0.953997,300,300,100,1), + (8977,2046,0,361.507,-4031,119.752,0.143,0,0,0.0714391,0.997445,300,300,100,1), + (8978,2046,0,409.643,-4067,111.544,3.307,0,0,0.996582,-0.0826094,300,300,100,1), + (8979,61919,1,-3990.03,-4594.89,7.08632,1.53589,0,0,0.694659,0.719339,900,900,100,1), + (8980,2046,0,-10585.4,-2881.27,29.911,2.9046,0,0,0.992988,0.118219,300,300,100,1), + (8981,2046,0,-1207,-3640,60.6339,2.969,0,0,0.996279,0.0861892,300,300,100,1), + (8982,2046,0,-1853,-1536,66.783,2.62,0,0,0.966185,0.25785,300,300,100,1), + (8983,2046,0,-6564,-3382,277.282,2.025,0,0,0.848159,0.529742,300,300,100,1), + (8984,2046,0,1226.38,-544,69.554,0.777,0,0,0.378801,0.925478,300,300,100,1), + (8986,2046,0,-10195.9,-2719.99,23.9716,3.35042,0,0,0.994554,-0.104224,300,300,100,1), + (8987,2046,0,742.049,-907,164.212,1.658,0,0,0.737256,0.675613,300,300,100,1), + (8988,2046,0,615.472,-746,173.898,2.821,0,0,0.98718,0.159611,300,300,100,1), + (8989,2046,0,612.748,-745,175.557,2.821,0,0,0.98718,0.159611,300,300,100,1), + (8990,2046,0,826.603,-722,194.726,2.496,0,0,0.948352,0.31722,300,300,100,1), + (8991,2046,0,581.546,-732,181.583,0.886,0,0,0.428652,0.90347,300,300,100,1), + (8992,2046,0,-10479.7,-2497.4,33.4731,3.14159,0,0,1,0.00000126759,300,300,255,1), + (8993,2046,0,-11875,88.499,20.333,5.909,0,0,0.186003,-0.982549,300,300,100,1), + (8994,2046,0,-12731,-912,67.733,0,0,0,0,1,300,300,100,1), + (8995,2046,0,-11975.7,-265.456,23.3149,1.51844,0,0,0.688356,0.725373,300,300,255,1), + (8996,61922,1,-3983.44,-4591.38,7.11926,2.41728,0,0,0.935135,0.354291,900,900,100,1), + (8997,2046,0,-13228,-34,19.246,0.987,0,0,0.473711,0.88068,300,300,100,1), + (8998,2046,0,-13232,-32,18.552,0.987,0,0,0.473711,0.88068,300,300,100,1), + (8999,2046,0,-13302,62.531,20.064,0.995,0,0,0.47723,0.878778,300,300,100,1), + (9000,61923,1,-3984.29,-4590.65,7.11926,-0.802849,0,0,-0.39073,0.920505,900,900,100,1), + (9001,61925,1,-3973.46,-4591.73,7.12165,-1.68424,0,0,-0.746057,0.665882,900,900,100,1), + (9002,2046,0,1015.38,-261,48.256,1.413,0,0,0.649176,0.760639,300,300,100,1), + (9003,2046,0,-6649,-2645,248.715,0.635,0,0,0.312192,0.950019,300,300,100,1), + (9004,2046,0,614.607,-743,176.237,2.821,0,0,0.98718,0.159611,300,300,100,1), + (9005,2046,0,-53,-4555,18.526,1.4,0,0,0.644218,0.764842,300,300,100,1), + (9006,148866,1,-4006.77,-4607.66,7.12058,0.322886,0,0,0.160743,0.986996,900,900,100,1), + (9007,2046,0,-12741,-830,65.307,3.74,0,0,0.955572,-0.294759,300,300,100,1), + (9008,2046,0,915.051,-259,150.849,6.244,0,0,0.0195914,-0.999808,300,300,100,1), + (9009,2046,0,931.414,-256,137.537,0.162,0,0,0.0809115,0.996721,300,300,100,1), + (9010,2046,0,874.247,-208,129.753,4.9,0,0,0.637765,-0.770231,300,300,100,1), + (9011,2046,0,-12742,-827,65.845,3.736,0,0,0.956159,-0.292848,300,300,100,1), + (9012,2046,0,-12842.6,-529.612,61.5598,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (9013,2046,0,-12958,-221,-4,1.933,0,0,0.822902,0.568183,300,300,100,1), + (9014,2046,0,-12904,-287,9.386,4.45,0,0,0.793533,-0.608527,300,300,100,1), + (9015,2046,0,-12890,-293,10.081,5.165,0,0,0.530417,-0.847737,300,300,100,1), + (9016,2046,0,-10909.1,-3819.91,34.7622,2.53645,0,0,0.954573,0.297976,300,300,100,1), + (9017,2046,0,-12868,-386,14.468,4.639,0,0,0.732572,-0.68069,300,300,100,1), + (9018,2046,0,-12806,-294,16.262,1.788,0,0,0.779583,0.626299,300,300,100,1), + (9019,2046,0,-12765,-342,14.785,6.229,0,0,0.0270893,-0.999633,300,300,100,1), + (9020,2046,0,-12765,-346,15.065,6.229,0,0,0.0270893,-0.999633,300,300,100,1), + (9021,2046,0,-10894.2,-3774.56,60.2359,5.58261,0,0,0.343168,-0.939274,300,300,100,1), + (9022,2046,0,-10271.9,-2568.1,50.0337,1.31387,0,0,0.610693,0.791868,300,300,100,1), + (9023,2046,0,-6796.37,-2649.54,244.431,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (9024,61921,1,-3987.75,-4589.38,7.11912,-1.68424,0,0,-0.746057,0.665882,900,900,100,1), + (9025,2046,0,-12841,-357,16.332,2.228,0,0,0.89747,0.441075,300,300,100,1), + (9026,2046,0,-12834,-354,16.401,2.73,0,0,0.978899,0.204347,300,300,100,1), + (9027,2046,0,-12864,-387,14.276,4.509,0,0,0.775239,-0.631669,300,300,100,1), + (9028,2046,0,-1886,-2890,71.286,5.218,0,0,0.507769,-0.861493,300,300,100,1), + (9029,2046,0,-791,-3387,79.208,5.322,0,0,0.462305,-0.886721,300,300,100,1), + (9030,2046,0,-1273,-2957,36.342,3.689,0,0,0.962776,-0.270299,300,300,100,1), + (9031,2046,0,576.93,-487,175.282,1.441,0,0,0.65976,0.751476,300,300,100,1), + (9032,61920,1,-3987.78,-4591.04,7.11912,1.53589,0,0,0.694659,0.719339,900,900,100,1), + (9033,61924,1,-3973.51,-4593.25,7.12165,1.53589,0,0,0.694659,0.719339,900,900,100,1), + (9034,138614,1,-3989.97,-4593.37,7.08632,-1.68424,0,0,-0.746057,0.665882,900,900,100,1), + (9035,2046,0,-12965,-640,53.289,1.501,0,0,0.682005,0.731348,300,300,100,1), + (9036,2046,0,-11552,-542,32.91,1.552,0,0,0.70043,0.713721,300,300,100,1), + (9037,61919,1,-4079.14,-4525.9,6.34917,1.61443,0,0,0.722365,0.691512,900,900,100,1), + (9038,61922,1,-4072.85,-4521.89,6.38211,2.49582,0,0,0.948324,0.317305,900,900,100,1), + (9039,2046,0,31.431,-3693,145.793,4.059,0,0,0.896627,-0.442786,300,300,100,1), + (9040,2046,0,-12542,-433,33.765,0.017,0,0,0.0084999,0.999964,300,300,100,1), + (9041,2046,0,-12837,-260,10.435,1.336,0,0,0.619417,0.785062,300,300,100,1), + (9042,2046,0,-12868,-241,10.838,2.491,0,0,0.947556,0.31959,300,300,100,1), + (9043,2046,0,-12865,-238,11.421,2.483,0,0,0.94627,0.323377,300,300,100,1), + (9044,2046,0,-12705,-323,13.749,2.232,0,0,0.898351,0.439279,300,300,100,1), + (9045,2046,0,-12711,-321,14.472,1.972,0,0,0.833825,0.55203,300,300,100,1), + (9046,2046,0,659.04,-703,203.433,5.685,0,0,0.294653,-0.955604,300,300,100,1), + (9047,2046,0,-1692.98,-2382.04,37.5889,-0.541051,0,0,-0.267238,0.963631,300,300,100,1), + (9048,2046,0,660.718,-77,121.078,0.575,0,0,0.283556,0.958956,300,300,100,1), + (9049,2046,0,667.932,-67,119.842,4.591,0,0,0.748696,-0.662914,300,300,100,1), + (9050,2046,0,668.096,-69,121.627,4.979,0,0,0.606851,-0.794816,300,300,100,1), + (9051,2046,0,681.263,-56,94.984,4.225,0,0,0.856832,-0.515596,300,300,100,1), + (9052,2046,0,15.629,-4484,157.357,5.387,0,0,0.433247,-0.901275,300,300,100,1), + (9053,2046,0,116.801,-4375,120.12,0.681,0,0,0.333958,0.942588,300,300,100,1), + (9054,2046,0,13.125,-4481,157.052,5.387,0,0,0.433247,-0.901275,300,300,100,1), + (9055,2046,0,99.412,-4609,121.887,3.474,0,0,0.98622,-0.16544,300,300,100,1), + (9056,61923,1,-4073.75,-4521.22,6.38211,-0.724309,0,0,-0.35429,0.935136,900,900,100,1), + (9057,2046,0,822.083,-722,194.678,2.574,0,0,0.959999,0.280002,300,300,100,1), + (9058,2046,0,-753,-2057,40.1859,2.031,0,0,0.849744,0.527195,300,300,100,1), + (9059,2046,1,-4692.77,1519.28,115.723,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (9060,2046,0,-1003,-2694,57.818,6.251,0,0,0.016092,-0.999871,300,300,100,1), + (9061,2046,0,-13513,99.763,25.019,2.514,0,0,0.951169,0.308672,300,300,100,1), + (9062,61925,1,-4062.86,-4521.45,6.38451,-1.6057,0,0,-0.719339,0.694659,900,900,100,1), + (9063,148866,1,-4094.82,-4539.94,6.38343,0.401426,0,0,0.199368,0.979925,900,900,100,1), + (9064,2046,0,-10243.8,-2481.32,40.1398,0.83284,0,0,0.404489,0.914543,300,300,100,1), + (9065,2046,0,-10313,-2554.71,32.4053,5.90519,0,0,0.187874,-0.982193,300,300,100,1), + (9066,2046,0,-12643,-509,32.277,0.492,0,0,0.243526,0.969894,300,300,100,1), + (9067,2046,0,-10247.7,-2481.3,42.2309,3.30703,0,0,0.996581,-0.0826244,300,300,100,1), + (9068,2046,0,-10898.2,-3765.22,56.9546,5.58261,0,0,0.343168,-0.939274,300,300,100,1), + (9069,2046,0,-10599,-2826.56,26.0873,2.79229,0,0,0.984787,0.173765,300,300,100,1), + (9070,2046,0,-10892.4,-3761.76,56.6483,0.21596,0,0,0.10777,0.994176,300,300,100,1), + (9071,2046,0,-12946.4,386.505,32.6579,-2.63544,0,0,-0.968147,0.250383,300,300,100,1), + (9072,2046,0,-12751,-685,64.588,1.773,0,0,0.774864,0.632128,300,300,100,1), + (9073,2046,0,-12798,-608,67.097,2.052,0,0,0.855233,0.518244,300,300,100,1), + (9074,2046,0,-12748,-732,66.626,3.387,0,0,0.992481,-0.122396,300,300,100,1), + (9075,2046,0,-12749,-729,66.957,3.403,0,0,0.99147,-0.130332,300,300,100,1), + (9076,2046,0,-6451.54,-3418.86,229.71,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (9077,61921,1,-4077.3,-4520.23,6.38197,-1.6057,0,0,-0.719339,0.694659,900,900,100,1), + (9078,2046,0,-12624,-274,27.03,0.855,0,0,0.414597,0.910005,300,300,100,1), + (9079,61920,1,-4077.19,-4521.89,6.38197,1.61443,0,0,0.722365,0.691512,900,900,100,1), + (9080,2046,0,-13459.8,177.503,45.573,-0.523599,0,0,-0.258819,0.965926,300,300,100,1), + (9081,2046,0,-129,-4158,122.269,2.129,0,0,0.874547,0.484942,300,300,100,1), + (9082,61924,1,-4062.8,-4522.97,6.38451,1.61443,0,0,0.722365,0.691512,900,900,100,1), + (9083,2046,0,-6447.5,-3366.45,244.277,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (9084,2046,0,-11690,988.163,5.745,5.575,0,0,0.34674,-0.937961,300,300,100,1), + (9085,2046,0,-9915.75,-3621.58,36.1525,1.01842,0,0,0.487488,0.87313,300,300,100,1), + (9086,2046,0,-9925,-3618.09,28.6714,2.95135,0,0,0.995479,0.094978,300,300,100,1), + (9087,138614,1,-4079.2,-4524.38,6.34917,-1.6057,0,0,-0.719339,0.694659,900,900,100,1), + (9088,2046,0,-10591.3,-2884.23,35.5221,-3.08918,0,0,-0.999657,0.0262033,300,300,100,1), + (9089,2046,0,-12759,-781,62.495,2.685,0,0,0.974053,0.226318,300,300,100,1), + (9090,2046,0,-12764,-784,62.972,2.767,0,0,0.982511,0.186203,300,300,100,1), + (9091,177928,1,-4722.48,-3737.78,55.964,0.619592,0,0,0.304864,0.952396,900,900,100,1), + (9092,2046,0,-818,-3528,83.238,0.526,0,0,0.259979,0.965614,300,300,100,1), + (9093,2046,0,-812,-3518,85.997,0.504,0,0,0.249341,0.968416,300,300,100,1), + (9094,2046,0,-890,-3025,97.015,5.808,0,0,0.235364,-0.971907,300,300,100,1), + (9095,2046,0,-794,-3387,79.208,5.322,0,0,0.462305,-0.886721,300,300,100,1), + (9096,2857,1,-2285.46,-4294.51,3.47067,1.88496,0,0,0.809017,0.587785,7200,7200,100,1), + (9097,3707,1,-2578.54,-4033.33,7.97089,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (9098,3707,1,-2323.25,-4247.81,0.009119,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (9099,2555,1,-4348.37,-2607.68,38.2624,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (9100,2046,0,-355,-3021,108.035,5.525,0,0,0.370078,-0.929001,300,300,100,1), + (9101,2046,0,-447,-2901,89.716,2.541,0,0,0.955249,0.295803,300,300,100,1), + (9102,2046,0,595.461,-262,149.207,0.56,0,0,0.276356,0.961055,300,300,100,1), + (9103,2046,0,103.274,-4163,133.934,1.416,0,0,0.650316,0.759664,300,300,100,1), + (9104,176573,1,-2827.14,-4737.72,5.41477,-0.383972,0,0,0.190809,-0.981627,900,900,100,1), + (9105,2046,0,1102.21,-711,74.068,5.861,0,0,0.209528,-0.977803,300,300,100,1), + (9106,2046,0,-1267,-1507,54.788,1.292,0,0,0.601997,0.798498,300,300,100,1), + (9107,2046,0,-1298,-1536,50.95,4.616,0,0,0.740351,-0.67222,300,300,100,1), + (9108,2046,0,-1706,-2378,30.395,4.472,0,0,0.786791,-0.617219,300,300,100,1), + (9109,2046,0,-1654,-2405,74.029,0.613,0,0,0.301724,0.953395,300,300,100,1), + (9110,2046,0,-1694,-2412,69.222,3.785,0,0,0.948698,-0.316183,300,300,100,1), + (9111,2046,0,-1609,-2104,30.968,2.891,0,0,0.992161,0.124969,300,300,100,1), + (9112,2046,0,-1565,-2091,30.09,3.677,0,0,0.964381,-0.264518,300,300,100,1), + (9113,2046,1,-4372.93,-3921.25,58.4869,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (9114,176573,1,-3727.31,-4418.25,26.5389,2.26893,0,0,0.906308,0.422618,900,900,100,1), + (9115,181053,1,-2557.6,-4917.68,33.8378,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (9116,2046,0,-11602,624.33,50.7443,0.303,0,0,0.150921,0.988546,300,300,100,1), + (9117,2046,1,-4014.74,-55.869,159.176,2.93289,0,0,0.99456,0.104162,300,300,100,1), + (9118,181053,1,-2797.35,-4954.83,67.8367,-1.309,0,0,0.608761,-0.793353,300,300,100,1), + (9119,2046,0,-12021,326.582,3.439,0,0,0,0,1,300,300,100,1), + (9120,2046,0,-10027.5,-3339.29,39.809,5.48896,0,0,0.386757,-0.922181,300,300,100,1), + (9121,2046,0,-13322.3,-30.7243,21.0645,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (9122,181053,1,-2726.84,-5014.48,-10.0264,-2.28638,0,0,0.909961,-0.414693,300,300,100,1), + (9123,2046,0,-1877,-2659,59.366,1.848,0,0,0.798019,0.602633,300,300,100,1), + (9124,186450,1,-3963.13,-3492.72,30.8604,-1.29154,0,0,0.601815,-0.798635,900,900,100,1), + (9125,2046,0,-7243,-2386,253.088,0,0,0,0,1,300,300,100,1), + (9126,186450,1,-3764.53,-3662.09,46.6152,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (9127,2046,0,-6818,-3128,249.138,0.002,0,0,0.001,1,300,300,100,1), + (9129,2046,0,-1166.56,-2248.82,55.3638,3.14159,0,0,1,0.00000126759,300,300,100,1), + (9130,2046,0,-6641.55,-2623.45,256.692,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (9131,2046,0,-10061.7,-3043.3,38.8974,1.07617,0,0,0.512493,0.858692,300,300,100,1), + (9132,2046,0,-10058.2,-3044.82,39.2701,0.36265,0,0,0.180333,0.983606,300,300,100,1), + (9133,2046,0,-1064,-1607,43.456,0.672,0,0,0.329713,0.944081,300,300,100,1), + (9135,2046,0,-12990,-262,-2,4.27,0,0,0.845015,-0.534743,300,300,100,1), + (9136,2046,0,-10205.4,-2720.66,23.2743,1.21323,0,0,0.57009,0.821582,300,300,100,1), + (9137,2046,0,-7139,-2427,240.537,3.629,0,0,0.970451,-0.241298,300,300,100,1), + (9138,2046,0,-12990,-269,-3,3.614,0,0,0.972233,-0.234013,300,300,100,1), + (9139,2046,0,-13065,-169,-2,2.887,0,0,0.991909,0.126953,300,300,100,1), + (9140,2046,0,-13069,-174,-2,2.789,0,0,0.9845,0.175385,300,300,100,1), + (9141,2046,0,699.414,-401,172.814,4.867,0,0,0.650386,-0.759604,300,300,100,1), + (9142,2046,0,913.728,-404,153.86,1.942,0,0,0.825451,0.564474,300,300,100,1), + (9143,2046,0,930.608,-514,151.338,4.509,0,0,0.775239,-0.631669,300,300,100,1), + (9144,2046,0,-11664,436.941,43.232,2.497,0,0,0.948511,0.316745,300,300,100,1), + (9145,2046,0,-1205,-3637,59.6562,2.969,0,0,0.996279,0.0861892,300,300,100,1), + (9146,2046,0,-11663,439.414,43.251,3.114,0,0,0.999905,0.0137958,300,300,100,1), + (9147,2046,0,-11511,374.162,49.494,6.213,0,0,0.0350855,-0.999384,300,300,100,1), + (9148,2046,0,-10619.2,-2455.63,30.5601,2.29464,0,0,0.911666,0.410932,300,300,100,1), + (9149,2046,0,-1507,-1567,35.805,0.493,0,0,0.244011,0.969772,300,300,100,1), + (9150,2046,0,-1622,-1500,44.127,4.146,0,0,0.876524,-0.481358,300,300,100,1), + (9151,2046,0,-1773,-1403,45.98,5.122,0,0,0.548519,-0.836138,300,300,100,1), + (9152,2046,0,-1791,-1414,47.219,3.086,0,0,0.999614,0.0277928,300,300,100,1), + (9154,2046,0,-13280,-411,13.138,0.838,0,0,0.406847,0.913496,300,300,100,1), + (9155,2046,0,451.32,-3769.05,128.455,2.906,0,0,0.99307,0.117524,300,300,100,1), + (9156,2046,0,-10021.9,-3323.43,31.7042,5.79683,0,0,0.240788,-0.970578,300,300,100,1), + (9157,2046,0,-12711,-488,29.8,-1,0,0,-0.479426,0.877583,300,300,100,1), + (9159,2046,0,-143,-4179,119.778,3.275,0,0,0.997776,-0.0666543,300,300,100,1), + (9160,2046,0,-143,-4182,119.682,4.925,0,0,0.628087,-0.778143,300,300,100,1), + (9161,2046,0,-12974.7,-292.99,12.7081,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (9162,2046,0,753.273,-989,158.025,1.416,0,0,0.650316,0.759664,300,300,100,1), + (9163,2046,0,-1307,-3525,52.6089,3.029,0,0,0.998416,0.0562666,300,300,100,1), + (9164,2046,0,-1329,-3519,56.3565,2.974,0,0,0.996491,0.0836983,300,300,100,1), + (9165,2046,0,353.928,-792,133.678,6.205,0,0,0.0390827,-0.999236,300,300,100,1), + (9166,2046,1,-4519.89,-169.618,86.3383,3.80951,0,0,0.944752,-0.327786,300,300,100,1), + (9167,2046,0,-12429,-812,42.1461,3.915,0,0,0.926157,-0.377138,300,300,100,1), + (9168,2046,0,-10636.3,-2480.33,26.9201,4.30441,0,0,0.83569,-0.549202,300,300,100,1), + (9169,2046,0,-1013,-2534,56.786,3.357,0,0,0.994206,-0.107496,300,300,100,1), + (9170,2046,0,-7185,-2271,266.009,4.574,0,0,0.754304,-0.656526,300,300,100,1), + (9171,2046,0,618.778,-746,173.588,2.821,0,0,0.98718,0.159611,300,300,100,1), + (9172,2046,0,640.862,-694,206.911,3.543,0,0,0.979927,-0.199359,300,300,100,1), + (9173,2046,0,403.218,-572,167.517,4.36,0,0,0.820104,-0.572215,300,300,100,1), + (9174,186469,1,-2806.1,-4951.42,68.3026,0.872665,0,0,0.422618,0.906308,900,900,100,1), + (9175,186266,1,-4088.65,-4541.65,6.37928,0.907571,0,0,0.438371,0.898794,900,900,100,1), + (9177,2046,0,-617,-1817,70.72,4.736,0,0,0.69871,-0.715405,300,300,100,1), + (9178,2046,0,-1962,-2681,79.357,3.307,0,0,0.996582,-0.0826094,300,300,100,1), + (9179,2046,0,-2069,-2686,88.856,0.328,0,0,0.163266,0.986582,300,300,100,1), + (9180,2046,0,-7181,-2286,258.262,5.876,0,0,0.202189,-0.979347,300,300,100,1), + (9181,2046,0,-598,-1824,59.656,1.702,0,0,0.75194,0.659232,300,300,100,1), + (9182,2046,0,-602,-1821,61.19,3.518,0,0,0.982342,-0.187095,300,300,100,1), + (9184,2046,0,-12610,-475,34.772,0.912,0,0,0.44036,0.897821,300,300,100,1), + (9185,2046,0,-304,-2629,117.759,2.967,0,0,0.996192,0.0871855,300,300,100,1), + (9186,2046,0,-12681,-773,63.066,5.614,0,0,0.328385,-0.944544,300,300,100,1), + (9187,2046,0,-11873,186.04,22.372,2.81,0,0,0.986287,0.165038,300,300,100,1), + (9188,2046,0,-6732,-3183,249.869,1.202,0,0,0.565468,0.824771,300,300,100,1), + (9189,2046,0,-6826.8,-3148.87,261.128,0.034906,0,0,0.0174521,0.999848,300,300,100,1), + (9190,2046,0,769.361,-470,152.711,5.756,0,0,0.260551,-0.96546,300,300,100,1), + (9191,2046,0,762.481,-455,162.805,1.905,0,0,0.814867,0.579648,300,300,100,1), + (9192,2046,0,460.472,-3767.75,124.724,3.412,0,0,0.990874,-0.134792,300,300,100,1), + (9193,2046,0,-12745,-840,64.988,2.601,0,0,0.963692,0.267017,300,300,100,1), + (9194,2046,1,-3770.35,249.57,127.063,1.78112,0,0,0.777424,0.628977,300,300,100,1), + (9195,2046,1,-3944.69,110.325,138.115,1.76323,0,0,0.771767,0.635906,300,300,100,1), + (9196,2046,1,-3908.75,125.376,132.649,3.03634,0,0,0.998616,0.052602,300,300,100,1), + (9197,2046,1,-4042.16,-27.6958,84.5814,5.74075,0,0,0.267905,-0.963445,300,300,100,1), + (9198,2046,0,-14100,169.757,25.341,-1,0,0,-0.479426,0.877583,300,300,100,1), + (9199,2046,0,-10615.7,-2821.19,38.9669,3.3075,0,0,0.996561,-0.0828585,300,300,100,1), + (9200,2046,0,-10633.2,-2826.76,55.5789,3.02712,0,0,0.998362,0.057205,300,300,100,1), + (9201,2046,0,-827,-3532,74.081,0.526,0,0,0.259979,0.965614,300,300,100,1), + (9202,2046,0,-819,-3511,87.311,0.504,0,0,0.249341,0.968416,300,300,100,1), + (9203,2046,0,-823,-3483,91.958,1.116,0,0,0.529491,0.848316,300,300,100,1), + (9204,2046,0,-10049.2,-2782.32,45.9192,0.8804,0,0,0.42612,0.904666,300,300,100,1), + (9205,2046,0,-194,-3315,126.391,3.528,0,0,0.981394,-0.192004,300,300,100,1), + (9206,2046,0,-12639,-404,19.762,4.399,0,0,0.808791,-0.588097,300,300,100,1), + (9207,2046,0,-12433,-821,43.527,1.52,0,0,0.688921,0.724836,300,300,100,1), + (9208,2046,0,-12633,-412,21.321,0.794,0,0,0.386653,0.922225,300,300,100,1), + (9209,2046,0,-1069.87,-1611.4,46.1645,-2.93214,0,0,-0.994521,0.104535,300,300,100,1), + (9210,2046,0,42.2495,-3664.66,131.693,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (9211,2046,0,781.176,-345,153.247,0.358,0,0,0.178046,0.984022,300,300,100,1), + (9213,2046,0,404.064,-575,167.213,4.36,0,0,0.820104,-0.572215,300,300,100,1), + (9214,2046,0,-12504,-828,42.1,2.325,0,0,0.917799,0.397046,300,300,100,1), + (9215,2046,0,-605,-1849,55.229,3.125,0,0,0.999966,0.00829623,300,300,100,1), + (9216,2046,0,-605,-1853,55.061,3.125,0,0,0.999966,0.00829623,300,300,100,1), + (9217,2046,0,-13427.6,603.917,42.9791,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (9218,186330,1,-4464.58,-2975.96,30.3234,-0.314159,0,0,0.156434,-0.987688,900,900,100,1), + (9220,2046,1,-4533.93,-177.838,87.9576,3.67129,0,0,0.965132,-0.261763,300,300,100,1), + (9227,2047,1,7901.94,-4166,683.502,1.05,0,0,0.501213,0.865324,300,300,100,1), + (9228,2047,1,-7313,-2321,-262,4.988,0,0,0.603268,-0.797538,300,300,100,1), + (9232,2047,1,7265.45,-4201,726.528,0.642,0,0,0.315516,0.94892,300,300,100,1), + (9233,2047,1,7780.24,-3895,700.417,0.501,0,0,0.247888,0.968789,300,300,100,1), + (9234,2047,1,-8346,-2147,24.613,1.799,0,0,0.783016,0.622002,300,300,100,1), + (9235,2047,1,-7249,-3439,14.624,4.212,0,0,0.860165,-0.510016,300,300,100,1), + (9237,2047,1,-8304,-2780,29.687,5.406,0,0,0.424666,-0.90535,300,300,100,1), + (9239,2047,1,-1300,2915.14,88.297,1.728,0,0,0.760446,0.649401,300,300,100,1), + (9241,1618,0,-4952.33,151.568,387.62,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (9252,2047,1,3945.49,-7092,1.699,1.087,0,0,0.517135,0.855904,300,300,100,1), + (9255,2047,1,660.806,1398.15,23.916,3.59,0,0,0.974971,-0.22233,300,300,100,1), + (9256,2047,1,-1774,2968.79,37.432,4.232,0,0,0.855022,-0.518592,300,300,100,1), + (9257,2047,1,-1778,2997.54,35.715,4.76,0,0,0.690075,-0.723738,300,300,100,1), + (9258,2047,1,-1765,2986.9,40.316,5.803,0,0,0.237793,-0.971316,300,300,100,1), + (9259,2047,1,-8602,-2225,11.955,3.879,0,0,0.932795,-0.360407,300,300,100,1), + (9262,2047,1,819.282,1943.22,25.163,1.202,0,0,0.565468,0.824771,300,300,100,1), + (9265,142210,90,-518.904,718.472,-327.505,-1.78024,0,0,-0.777146,0.62932,3600,3600,100,1), + (9267,2047,1,6660.13,-931,498.259,6.122,0,0,0.0805053,-0.996754,300,300,100,1), + (9275,2047,1,-6403.33,-1914.53,-262.49,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (9290,152614,0,-5067.46,438.984,423.758,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (9295,2047,1,-2010,2222.93,73.67,1.983,0,0,0.836848,0.547435,300,300,100,1), + (9296,2047,1,4018.37,-5013,145.45,0.914,0,0,0.441258,0.89738,300,300,100,1), + (9300,2047,1,3844.66,-7053,6.301,5.048,0,0,0.579074,-0.815275,300,300,100,1), + (9312,2047,1,3479.01,-1071,274.137,2.265,0,0,0.905476,0.424397,300,300,100,1), + (9323,2047,1,4305.51,-6162,133.856,2.529,0,0,0.953457,0.301529,300,300,100,1), + (9328,2047,1,-8450,-2131,22.319,2.217,0,0,0.895031,0.446005,300,300,100,1), + (9329,2047,1,3274.23,-5124,88.489,1.747,0,0,0.766581,0.642147,300,300,100,1), + (9334,2047,1,-7381,-2307,-253,3.364,0,0,0.993823,-0.110975,300,300,100,1), + (9337,2047,1,-7116,-2818,27.437,1.931,0,0,0.822334,0.569006,300,300,100,1), + (9347,2047,1,-8261,-2735,28.636,5.45,0,0,0.404647,-0.914473,300,300,100,1), + (9353,1617,0,-5140.59,334.423,396.777,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (9355,2047,1,-9276,-4144,10.166,-1,0,0,-0.479426,0.877583,300,300,100,1), + (9365,2047,1,-5541,3671.23,68.784,4.32,0,0,0.831383,-0.555699,300,300,100,1), + (9370,2047,1,-6268,-1086,-228,5.315,0,0,0.465405,-0.885098,300,300,100,1), + (9373,2047,1,-7844,-2507,-46,0,0,0,0,1,300,300,100,1), + (9379,2047,1,-8478,-2125,16.92,2.908,0,0,0.993187,0.116531,300,300,100,1), + (9382,2047,1,3872.49,-7037,5.13,0.977,0,0,0.469302,0.883038,300,300,100,1), + (9388,2047,1,-9175,-2081,39.713,2.076,0,0,0.86139,0.507944,300,300,100,1), + (9390,2047,1,-8219,-2689,15.653,3.549,0,0,0.979324,-0.202298,300,300,100,1), + (9398,2047,1,5322.36,-4697,696.98,5.477,0,0,0.392265,-0.919852,300,300,100,1), + (9400,2047,1,4610.3,-6004,167.317,5.507,0,0,0.378424,-0.925633,300,300,100,1), + (9405,2047,1,-6681,984.872,2.239,2.857,0,0,0.989893,0.141817,300,300,100,1), + (9406,2047,1,-1326,2885.29,88.671,2.286,0,0,0.909882,0.414867,300,300,100,1), + (9408,2047,1,870.887,1480.09,4.206,4.812,0,0,0.671027,-0.741433,300,300,100,1), + (9411,80022,0,-5164.47,648.442,362.099,1.49226,0,0,0.678801,0.734323,900,900,100,1), + (9417,102984,0,-5073.02,436.788,410.832,3.14159,0,0,1,0,900,900,100,1), + (9418,2047,1,-1290,2926.14,88.151,-1,0,0,-0.479426,0.877583,300,300,100,1), + (9421,2047,1,-9182,-2142,34.667,1.256,0,0,0.587528,0.809204,300,300,100,1), + (9422,2047,1,-7580,-1729,-272,0.954,0,0,0.459116,0.888376,300,300,100,1), + (9423,2047,1,6688.88,-5097,754.349,1.361,0,0,0.629182,0.777258,300,300,100,1), + (9427,2047,1,-415,689.282,152.399,3.763,0,0,0.952119,-0.305729,300,300,100,1), + (9430,2047,1,4832.3,-4502,892.307,3.903,0,0,0.928403,-0.371574,300,300,100,1), + (9432,2047,1,-7084,-4162,18.553,2.912,0,0,0.993418,0.114544,300,300,100,1), + (9442,2047,1,-7125,-4179,18.328,1.586,0,0,0.712462,0.701711,300,300,100,1), + (9445,2047,1,6705.22,-5213,781.624,3.07,0,0,0.999359,0.0357887,300,300,100,1), + (9446,2047,1,-5633,3447.77,3.543,5.904,0,0,0.188459,-0.982081,300,300,100,1), + (9450,80023,0,-5164.24,650.354,349.52,1.49226,0,0,0.678801,0.734323,900,900,100,1), + (9452,2047,1,-7450,-2982,17.13,4.953,0,0,0.617132,-0.78686,300,300,100,1), + (9455,2047,1,-6741,837.82,17.914,3.975,0,0,0.914428,-0.404748,300,300,100,1), + (9464,2047,1,-7950,-1854,-262,3.628,0,0,0.970571,-0.240813,300,300,100,1), + (9466,2047,1,6527.87,-4361,680.234,3.13,0,0,0.999983,0.00579624,300,300,100,1), + (9467,3719,0,-5077.23,494.845,401.821,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (9476,2047,1,-5443,3700.83,6.259,0.406,0,0,0.201609,0.979466,300,300,100,1), + (9477,106318,0,-5070.62,484.583,401.485,-0.959931,0,0,0.461749,-0.887011,3600,3600,100,1), + (9481,2047,1,-5573,3509.78,19.261,2.442,0,0,0.939443,0.342707,300,300,100,1), + (9484,2047,1,-396,692.011,147.353,4.727,0,0,0.701922,-0.712254,300,300,100,1), + (9491,2047,1,-8800,-4472,58.564,2.035,0,0,0.850797,0.525495,300,300,100,1), + (9495,2047,1,-7940,-1331,-305,3.427,0,0,0.989835,-0.14222,300,300,100,1), + (9496,2047,1,3218.65,-5183,105.513,1.731,0,0,0.761419,0.64826,300,300,100,1), + (9499,2047,1,-7570,-1687,-265,1.482,0,0,0.675026,0.737794,300,300,100,1), + (9507,2047,1,-4670,1715.22,110.017,5.985,0,0,0.148541,-0.988906,300,300,100,1), + (9518,2047,1,-7080,-3314,13.582,4.319,0,0,0.831661,-0.555283,300,300,100,1), + (9522,1618,0,-5262.18,527.205,387.017,2.33874,0,0,0.920505,0.390732,300,300,100,1), + (9525,2047,1,-5631,3556.87,5.505,1.167,0,0,0.550948,0.834539,300,300,100,1), + (9527,2047,1,-8014.1,-1299.92,-320.586,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (9533,1617,0,-5246.78,459.859,385.857,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (9534,2047,1,-6320,-1997,-261,0.75,0,0,0.366273,0.930508,300,300,100,1), + (9538,2047,1,734.245,1939.74,33.195,1.071,0,0,0.510271,0.860014,300,300,100,1), + (9542,2047,1,-7702,-1135,-271,3.224,0,0,0.999151,-0.041192,300,300,100,1), + (9549,2047,1,-6454,437.07,-1,5.257,0,0,0.490874,-0.871231,300,300,100,1), + (9556,2047,1,-7141,-2782,19.962,3.109,0,0,0.999867,0.0162956,300,300,100,1), + (9562,2047,1,-8310,-2198,16.37,0.901,0,0,0.435416,0.90023,300,300,100,1), + (9586,2047,1,6511.92,-913,492.079,5.375,0,0,0.438647,-0.898659,300,300,100,1), + (9587,2047,1,-6698,771.647,26.204,3.633,0,0,0.969966,-0.243239,300,300,100,1), + (9588,2047,1,-9056,-2090,30.433,2.289,0,0,0.910503,0.413501,300,300,100,1), + (9591,2047,1,6664.43,-981,501.604,5.764,0,0,0.256687,-0.966495,300,300,100,1), + (9593,142211,90,-561.236,709.881,-327.485,-0.881392,0,0,-0.426569,0.904455,3600,3600,100,1), + (9603,2047,1,3766.26,-5405,89.237,2.573,0,0,0.959859,0.280482,300,300,100,1), + (9606,2047,1,-7216,-3479,17.494,2.547,0,0,0.956132,0.292936,300,300,100,1), + (9607,2047,1,4633.13,-7176,117.157,4.116,0,0,0.883645,-0.468157,300,300,100,1), + (9622,2047,1,-6712,727.785,23.976,3.551,0,0,0.979121,-0.203277,300,300,100,1), + (9623,2047,1,-5634,3563.97,7.368,3.111,0,0,0.999883,0.0152957,300,300,100,1), + (9624,2047,1,4295.83,-6121,139.657,4.932,0,0,0.62536,-0.780336,300,300,100,1), + (9625,2047,1,6627.71,-3971,671.477,4.798,0,0,0.6762,-0.736718,300,300,100,1), + (9634,2047,1,-7050,-3333,14.055,3.477,0,0,0.985971,-0.166919,300,300,100,1), + (9635,2047,1,-7639,-1702,-272,2.535,0,0,0.954357,0.298668,300,300,100,1), + (9647,2047,1,3941.5,-5436,63.659,0.798,0,0,0.388497,0.92145,300,300,100,1), + (9648,2047,1,-6655,972.009,-3,0.582,0,0,0.28691,0.957957,300,300,100,1), + (9649,179555,0,-5203.7,606.7,411.465,1.9984,0,0,0.841039,0.540974,900,900,100,1), + (9661,2047,1,6524.79,-895,490.501,4.332,0,0,0.828034,-0.560677,300,300,100,1), + (9662,2047,1,-7689,-1453,-266,5.343,0,0,0.452969,-0.891526,300,300,100,1), + (9665,1937,0,-5561.19,515.899,381.828,2.3911,0.008733,0.034069,0.929786,0.366416,900,900,100,1), + (9907,2866,0,-7006.21,-1482.54,240.573,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (9908,2066,0,-12826.4,-742.357,75.8635,-2.3911,0,0,0.930418,-0.366501,900,900,100,1), + (9909,172984,1,1881.27,-4536.24,29.5848,-0.654499,0,0,-0.32144,0.94693,900,900,100,1), + (9910,94189,0,-13463.6,663.201,9.36267,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (9911,2066,0,-13463.6,663.201,9.36267,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (9912,173027,1,1776.2,-4480.38,45.5055,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (9913,2061,1,1776.2,-4480.38,45.5055,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (9914,173028,1,1786.78,-4508.49,27.5136,-1.98968,0,0,-0.838671,0.544639,900,900,100,1), + (9915,2061,1,1786.78,-4508.49,27.5136,-1.98968,0,0,-0.838671,0.544639,900,900,100,1), + (9916,2866,0,-7023.98,-1244.21,241.016,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (9917,173117,1,1703.04,-4266.29,33.1274,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (9918,2866,0,-7025.79,-1431.58,243.451,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (9919,2061,1,1703.04,-4266.29,33.1274,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (9921,173120,1,1975.43,-4803.2,56.8699,-2.88852,0,0,0.992005,-0.1262,900,900,100,1), + (9922,2061,1,1975.43,-4803.2,56.8699,-2.88852,0,0,0.992005,-0.1262,900,900,100,1), + (9923,173102,1,1733.05,-4285.26,16.6981,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (9924,2061,1,1733.05,-4285.26,16.6981,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (9925,173152,1,1914.41,-4117.59,43.4859,2.06822,0,0,0.859407,0.511293,900,900,100,1), + (9926,94190,0,-13371.5,-4.11491,21.8435,-2.47837,0,0,0.945519,-0.325568,900,900,100,1), + (9927,2061,1,1914.41,-4117.59,43.4859,2.06822,0,0,0.859407,0.511293,900,900,100,1), + (9928,179494,0,-6667.9,-1224.41,179.759,1.79769,0,0,0.782608,0.622515,7200,7200,100,1), + (9929,173153,1,1901.38,-4123.78,43.4859,-1.10828,0,0,-0.526214,0.850352,900,900,100,1), + (9930,2061,1,1901.38,-4123.78,43.4859,-1.10828,0,0,-0.526214,0.850352,900,900,100,1), + (9931,2061,0,-5561.19,515.899,381.828,2.3911,0.008733,0.034069,0.929786,0.366416,900,900,100,1), + (9932,106318,0,-5556.28,520.588,382.427,-2.79253,0,0,0.984808,-0.173648,3600,3600,100,1), + (9933,173131,1,1905.06,-4174.18,43.4859,0.235619,0,0,0.117537,0.993068,900,900,100,1), + (9934,2066,0,-13371.5,-4.11491,21.8435,-2.47837,0,0,0.945519,-0.325568,900,900,100,1), + (9935,2061,1,1905.06,-4174.18,43.4859,0.235619,0,0,0.117537,0.993068,900,900,100,1), + (9936,173191,1,2200.26,-4758.37,54.9964,-0.034907,0,0,-0.017453,0.999848,900,900,100,1), + (9937,142078,0,-12040.3,-1005.96,49.4104,2.41728,0,0,0.935135,0.354291,900,900,100,1), + (9939,142079,0,-12051.5,-1010.98,49.1308,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (9940,106318,0,-5599.9,647.107,384.562,1.58825,0,0,0.71325,0.700909,3600,3600,100,1), + (9941,2061,0,-12051.5,-1010.98,49.1308,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (9942,2061,1,2200.26,-4758.37,54.9964,-0.034907,0,0,-0.017453,0.999848,900,900,100,1), + (9943,173023,1,1929.07,-4499.71,27.2114,-0.77667,0,0,-0.378648,0.925541,900,900,100,1), + (9944,2061,1,1929.07,-4499.71,27.2114,-0.77667,0,0,-0.378648,0.925541,900,900,100,1), + (9946,142077,0,-12041.5,-1009.65,49.3967,1.94604,0,0,0.82659,0.562805,900,900,100,1), + (9947,173138,1,1918.4,-4219.04,42.1933,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (9948,94186,0,-12379.4,180.623,2.00652,2.44346,0,0,0.939693,0.34202,900,900,100,1), + (9949,2061,1,1918.4,-4219.04,42.1933,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (9950,173178,1,2139.87,-4731.3,50.5298,0.994838,0,0,0.477159,0.878817,900,900,100,1), + (9951,179494,0,-6886.06,-1229.12,215.483,-2.67035,0,0,0.97237,-0.233445,7200,7200,100,1), + (9952,2061,1,2139.87,-4731.3,50.5298,0.994838,0,0,0.477159,0.878817,900,900,100,1), + (9953,173155,1,1890.28,-4145.08,43.4859,-0.322886,0,0,-0.160742,0.986996,900,900,100,1), + (9954,2066,0,-12379.4,180.623,2.00652,2.44346,0,0,0.939693,0.34202,900,900,100,1), + (9956,2061,1,1890.28,-4145.08,43.4859,-0.322886,0,0,-0.160742,0.986996,900,900,100,1), + (9957,173156,1,1951.69,-4140.78,43.4859,0.497419,0,0,0.246153,0.969231,900,900,100,1), + (9958,2061,1,1951.69,-4140.78,43.4859,0.497419,0,0,0.246153,0.969231,900,900,100,1), + (9959,173132,1,1927.4,-4180.39,40.9733,1.02102,0,0,0.488622,0.872496,900,900,100,1), + (9960,179494,0,-6782.21,-1170.7,190.923,-2.19912,0,0,0.891007,-0.45399,7200,7200,100,1), + (9961,1618,0,-5473.12,376.288,393.276,-0.436333,0,0,-0.21644,0.976296,300,300,100,1), + (9962,2061,1,1927.4,-4180.39,40.9733,1.02102,0,0,0.488622,0.872496,900,900,100,1), + (9963,173098,1,2088.97,-4827.37,24.1935,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (9964,1618,0,-5465.54,436.005,385.325,-0.558505,0,0,-0.275637,0.961262,300,300,100,1), + (9965,2061,1,2088.97,-4827.37,24.1935,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (9966,173104,1,1888.35,-4416.65,11.9746,-2.93215,0,0,0.994522,-0.104529,900,900,100,1), + (9967,3215,0,-14253.9,301.969,29.6402,-1.49226,0,0,-0.678801,0.734323,900,900,100,1), + (9968,1617,0,-5326,419.302,387.127,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (9969,164728,0,-12686.5,-1019.71,94.8524,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (9970,179496,0,-6559.39,-1303.17,208.742,2.94961,0,0,0.995396,0.095846,7200,7200,100,1), + (9971,2061,1,1888.35,-4416.65,11.9746,-2.93215,0,0,0.994522,-0.104529,900,900,100,1), + (9972,173105,1,1888.19,-4451.45,19.3754,-2.71399,0,0,0.977231,-0.212178,900,900,100,1), + (9973,1618,0,-5262.57,420.951,388.739,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (9974,2061,1,1888.19,-4451.45,19.3754,-2.71399,0,0,0.977231,-0.212178,900,900,100,1), + (9975,2061,0,-12686.5,-1019.71,94.8524,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (9976,179494,0,-6563.64,-1231.7,186.145,1.95477,0,0,0.829038,0.559193,7200,7200,100,1), + (9977,173139,1,1912.47,-4210.89,42.1457,1.24791,0,0,0.584249,0.811574,900,900,100,1), + (9978,2061,1,1912.47,-4210.89,42.1457,1.24791,0,0,0.584249,0.811574,900,900,100,1), + (9979,1936,0,-5377.38,301.386,393.401,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (9980,2866,0,-7117,-976.476,253.64,3.14159,0,0,1,0.00000126759,300,300,100,1), + (9981,173163,1,1776.04,-4277.56,7.77433,2.69653,0,0,0.975342,0.220698,900,900,100,1), + (9982,2061,0,-5377.38,301.386,393.401,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (9983,1617,0,-5661.07,240.639,386.831,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (9984,263,0,-11574.4,-593.415,27.932,0.244345,0,0,0.121869,0.992546,900,900,100,1), + (9985,175375,329,3677.37,-3212.33,127.081,-2.70526,0,0,0.976296,-0.21644,180,180,100,0), + (9986,2891,0,-12544,-723.063,40.4432,3.14159,0,0,1,0,900,900,100,1), + (9987,2061,1,1776.04,-4277.56,7.77433,2.69653,0,0,0.975342,0.220698,900,900,100,1), + (9988,173107,1,1620.57,-4305.25,3.06882,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (9989,1617,0,-5703.49,219.425,371.325,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (9990,173113,1,1581.33,-4295.08,26.0776,-2.16421,0,0,0.882948,-0.469472,900,900,100,1), + (9992,2061,1,1581.33,-4295.08,26.0776,-2.16421,0,0,0.882948,-0.469472,900,900,100,1), + (9994,173137,1,1934.18,-4217.94,42.1933,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (9995,176790,0,-12357.5,218.702,4.01822,3.12414,0,0,0.999962,0.008727,900,900,100,1), + (9996,2061,0,-12357.5,218.702,4.01822,3.12414,0,0,0.999962,0.008727,900,900,100,1), + (9997,2061,1,1934.18,-4217.94,42.1933,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (9998,173192,1,2200.15,-4785.75,64.8108,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (10001,2061,1,2200.15,-4785.75,64.8108,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (10002,173024,1,1925.88,-4502,27.052,2.29511,0,0,0.911762,0.410719,900,900,100,1), + (10003,173158,1,1788.38,-3998.3,53.2519,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (10005,1617,0,-5647.58,363.242,386.08,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (10006,2061,1,1788.38,-3998.3,53.2519,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (10008,173112,1,1516.76,-4349.4,18.6695,3.10669,0,0,0.999848,0.017452,900,900,100,1), + (10009,2061,1,1516.76,-4349.4,18.6695,3.10669,0,0,0.999848,0.017452,900,900,100,1), + (10010,173181,1,2182.04,-4787.51,54.9964,-0.270527,0,0,-0.134851,0.990866,900,900,100,1), + (10012,1617,0,-5756.97,239.404,373.137,-2.94961,0,0,-0.995396,0.095844,300,300,100,1), + (10013,2866,0,-6270.63,-1969.46,278.328,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (10015,3204,0,-12167.7,-230.078,33.2859,-2.01586,0,0,-0.845728,0.533615,900,900,100,1), + (10016,2061,1,2182.04,-4787.51,54.9964,-0.270527,0,0,-0.134851,0.990866,900,900,100,1), + (10017,1618,0,-5773.53,111.609,368.532,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (10018,111149,0,-14595.6,-235.472,24.6522,0.741765,0,0,0.362438,0.932008,900,900,100,1), + (10019,173182,1,2193.79,-4733.5,67.568,-1.309,0,0,-0.608761,0.793353,900,900,100,1), + (10021,2061,1,2193.79,-4733.5,67.568,-1.309,0,0,-0.608761,0.793353,900,900,100,1), + (10022,173183,1,2179.63,-4730.01,67.568,-0.890119,0,0,-0.430512,0.902585,900,900,100,1), + (10023,1619,0,-5765.55,54.7556,379.7,1.6057,0,0,0.719339,0.694659,300,300,100,1), + (10024,2061,1,2179.63,-4730.01,67.568,-0.890119,0,0,-0.430512,0.902585,900,900,100,1), + (10025,2866,0,-6782.32,-1227.55,246.531,-1.3439,0,0,-0.622513,0.782609,300,300,100,1), + (10026,2061,0,-14595.6,-235.472,24.6522,0.741765,0,0,0.362438,0.932008,900,900,100,1), + (10027,272,0,-5647.73,-94.7585,418.112,1.98968,0,0,0.838671,0.544639,900,900,100,1), + (10028,177004,1,1898.57,-4268.71,31.3261,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (10029,2061,1,1898.57,-4268.71,31.3261,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (10030,2893,0,-12850.8,-819.736,54.8824,3.14159,0,0,1,0,900,900,100,1), + (10031,4149,0,-6676.9,-1337.2,247.961,0.541052,0,0,0.267238,0.96363,7200,7200,100,1), + (10032,2061,0,-853,-600,12.132,1.571,0,0,0.707107,0.707107,120,120,0,1), + (10033,177006,1,2125.08,-4706.55,40.7274,0.863938,0,0,0.41866,0.908143,900,900,100,1), + (10034,2061,1,2125.08,-4706.55,40.7274,0.863938,0,0,0.41866,0.908143,900,900,100,1), + (10035,177007,1,2101.66,-4741.79,37.8858,2.55691,0,0,0.957571,0.288196,900,900,100,1), + (10036,2061,1,2101.66,-4741.79,37.8858,2.55691,0,0,0.957571,0.288196,900,900,100,1), + (10038,177008,1,1937.95,-4625.81,31.8499,2.02864,0.055126,-0.110897,0.838916,0.529985,900,900,100,1), + (10040,2061,1,1937.95,-4625.81,31.8499,2.02864,0.055126,-0.110897,0.838916,0.529985,900,900,100,1), + (10041,173213,1,1682.25,-4323.06,61.1575,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (10042,2061,1,1682.25,-4323.06,61.1575,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (10043,264,0,-11582.3,-618.5,28.3623,-2.74017,0,0,0.979925,-0.199368,900,900,100,1), + (10044,173198,1,1555.24,-4384.33,3.20386,0.951203,0,0,0.457873,0.889017,900,900,100,1), + (10045,2061,1,1555.24,-4384.33,3.20386,0.951203,0,0,0.457873,0.889017,900,900,100,1), + (10046,173199,1,1537.42,-4377.83,16.7027,0.785399,0,0,0.382684,0.923879,900,900,100,1), + (10047,2061,1,1537.42,-4377.83,16.7027,0.785399,0,0,0.382684,0.923879,900,900,100,1), + (10048,106318,0,-5407.39,-127.371,368.263,-0.628319,0,0,0.309017,-0.951056,3600,3600,100,1), + (10049,179144,0,-13275.8,-167.005,15.9875,0.331614,0,0,0.165048,0.986286,900,900,100,1), + (10050,173204,1,1570.73,-4355.52,1.38789,0.951205,0,0,0.457874,0.889017,900,900,100,1), + (10051,2061,1,1570.73,-4355.52,1.38789,0.951205,0,0,0.457874,0.889017,900,900,100,1), + (10052,1938,0,-5574.75,101.851,484.157,3.14159,0,0,1,0,900,900,100,1), + (10053,1967,0,-12416.7,168.672,3.27947,-1.64061,0,0,-0.731354,0.681998,900,900,100,1), + (10054,173063,1,2021.61,-4688.13,25.1779,2.42601,0,0,0.936672,0.350207,900,900,100,1), + (10055,2061,0,-12416.7,168.672,3.27947,-1.64061,0,0,-0.731354,0.681998,900,900,100,1), + (10056,3206,0,-12205.6,-536.295,27.9034,2.47837,0.033132,0.002429,0.945127,0.32501,900,900,100,1), + (10057,173188,1,2212.18,-4755.3,67.568,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (10059,2061,1,2212.18,-4755.3,67.568,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (10061,2061,0,-5574.75,101.851,484.157,3.14159,0,0,1,0,900,900,100,1), + (10063,3719,0,-5566.9,106.377,482.453,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (10064,173101,1,1750.06,-4258.67,27.3548,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10065,2061,1,1750.06,-4258.67,27.3548,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10068,173205,1,1604.9,-4343.5,3.22642,0.951205,0,0,0.457874,0.889017,900,900,100,1), + (10069,176496,0,-12407.5,205.701,2.21347,-1.83259,0,0,-0.793353,0.608761,900,900,100,1), + (10071,2061,1,1604.9,-4343.5,3.22642,0.951205,0,0,0.457874,0.889017,900,900,100,1), + (10074,172993,1,1766.42,-4222.41,44.3204,2.60927,0,0,0.964787,0.263032,900,900,100,1), + (10075,173194,1,2145.53,-4753.15,67.568,0.36652,0,0,0.182236,0.983255,900,900,100,1), + (10076,2061,0,-12407.5,205.701,2.21347,-1.83259,0,0,-0.793353,0.608761,900,900,100,1), + (10077,2061,1,2145.53,-4753.15,67.568,0.36652,0,0,0.182236,0.983255,900,900,100,1), + (10078,173197,1,1568.64,-4408.59,7.49033,0.253072,0,0,0.126199,0.992005,900,900,100,1), + (10079,2866,0,-6539.22,-819.293,306.806,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (10081,2061,1,1568.64,-4408.59,7.49033,0.253072,0,0,0.126199,0.992005,900,900,100,1), + (10083,173149,1,1937.86,-4121.46,43.4859,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (10085,2061,1,1937.86,-4121.46,43.4859,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (10086,177018,1,1495.13,-4382.21,24.2448,1.3149,0.109439,0.085943,0.605027,0.783951,900,900,100,1), + (10087,179224,0,-13179.5,-278.016,7.58482,0.610866,0,0,0.300706,0.953717,900,900,100,1), + (10088,2061,1,1495.13,-4382.21,24.2448,1.3149,0.109439,0.085943,0.605027,0.783951,900,900,100,1), + (10089,180367,0,-11809.9,1367.05,0.503483,-1.93731,0,0,-0.824126,0.566406,900,900,100,1), + (10090,177019,1,1592.37,-4427.32,8.05301,0.087267,0,0,0.04362,0.999048,900,900,100,1), + (10091,2061,1,1592.37,-4427.32,8.05301,0.087267,0,0,0.04362,0.999048,900,900,100,1), + (10093,4149,0,-6974.81,-1124.58,256.031,2.80998,0,0,0.986286,0.165048,7200,7200,100,1), + (10094,173214,1,1661.73,-4339.47,61.1575,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (10095,2061,1,1661.73,-4339.47,61.1575,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (10096,2083,0,-14126.2,480.146,2.43849,3.14159,0,0,1,0,900,900,100,1), + (10097,173076,1,1893.41,-4697.28,37.3176,-3.03687,0,0,0.99863,-0.052336,900,900,100,1), + (10098,2061,1,1893.41,-4697.28,37.3176,-3.03687,0,0,0.99863,-0.052336,900,900,100,1), + (10099,173215,1,1613.34,-4346.47,4.10269,2.7838,0,0,0.984041,0.177944,900,900,100,1), + (10100,176488,0,-12373.4,246.095,4.22439,2.2602,-0.013251,-0.01787,0.904272,0.426377,900,900,100,1), + (10101,173216,1,1613.29,-4388.24,10.1155,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (10102,173220,1,1573.01,-4308.58,22.6325,-2.34747,0,0,0.922201,-0.386711,900,900,100,1), + (10104,147516,0,-6851.65,-1767.97,253.54,3.10669,0,0,0.999848,0.017452,7200,7200,100,1), + (10106,175704,0,-6386.89,-1984.05,246.73,-1.27409,0,0,0.594823,-0.803857,2,2,100,1), + (10108,147516,0,-6846.97,-1737.11,254.38,-1.85005,0,0,0.798635,-0.601815,7200,7200,100,1), + (10109,2061,0,-12373.4,246.095,4.22439,2.2602,-0.013251,-0.01787,0.904272,0.426377,900,900,100,1), + (10110,173222,1,1671.67,-4426.38,17.9437,1.95477,0,0,0.829038,0.559193,900,900,100,1), + (10111,176551,0,-11886.2,-1051.64,115.988,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (10112,1939,0,-5333.48,-230.329,440.23,3.14159,0,0,1,0,900,900,100,1), + (10113,2061,0,-11886.2,-1051.64,115.988,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (10114,94188,0,-13006.7,-626.584,53.4828,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (10115,173088,1,1882.76,-4718.2,39.3519,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (10116,2061,0,-5333.48,-230.329,440.23,3.14159,0,0,1,0,900,900,100,1), + (10117,2066,0,-13006.7,-626.584,53.4828,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (10118,2575,0,-14378.8,379.264,23.3135,-2.13803,0,0,0.876727,-0.480989,900,900,100,1), + (10119,276,0,-5343.17,-217.975,441.228,0.331613,0,0,0.165048,0.986286,900,900,100,1), + (10120,147517,0,-6798.13,-1770.21,258.562,-2.40855,0,0,0.93358,-0.358368,7200,7200,100,1), + (10121,759,0,-13803.3,372.892,93.6595,2.16421,0.053657,-0.038392,0.880756,0.468952,10,10,100,1), + (10122,276,0,-5338.93,-227.352,440.072,0.191986,0,0,0.095846,0.995396,900,900,100,1), + (10123,2061,1,1882.76,-4718.2,39.3519,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (10124,185433,0,-11888.1,-873.104,35.8599,2.05076,0,0,0.854912,0.518773,900,900,100,1), + (10125,177020,1,1608.97,-4447.55,8.13559,1.30027,0,0,0.605294,0.796002,900,900,100,1), + (10126,2061,1,1608.97,-4447.55,8.13559,1.30027,0,0,0.605294,0.796002,900,900,100,1), + (10127,147517,0,-6808.36,-1806.41,261.995,-2.84489,0,0,0.989016,-0.147809,7200,7200,100,1), + (10128,173010,1,1430.61,-4430.64,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (10129,2061,1,1430.61,-4430.64,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (10130,276,0,-5350.65,-229.047,441.569,-0.034907,0,0,0.017452,-0.999848,900,900,100,1), + (10131,276,0,-5334.47,-239.972,440.422,2.33874,0,0,0.920505,0.390731,900,900,100,1), + (10132,173059,1,1884.1,-4312.75,23.2086,-3.0805,0,0,0.999534,-0.030539,900,900,100,1), + (10133,2061,1,1884.1,-4312.75,23.2086,-3.0805,0,0,0.999534,-0.030539,900,900,100,1), + (10134,276,0,-5314.01,-238.103,440.644,-0.436333,0,0,0.21644,-0.976296,900,900,100,1), + (10135,2892,0,-12705.1,-472.833,30.2692,3.14159,0,0,1,0,900,900,100,1), + (10136,172947,1,1901.55,-4439.03,49.2683,-2.43473,0,0,0.938191,-0.346117,900,900,100,1), + (10137,3209,0,-13337.7,67.4761,25.6483,-0.846485,0,0,-0.410719,0.911762,900,900,100,1), + (10138,2061,1,1901.55,-4439.03,49.2683,-2.43473,0,0,0.938191,-0.346117,900,900,100,1), + (10139,172948,1,1855.11,-4474.31,47.4962,-1.98095,0,0,-0.836286,0.548293,900,900,100,1), + (10140,276,0,-5328.52,-251.363,441.852,-2.94961,0,0,0.995396,-0.095846,900,900,100,1), + (10141,2061,1,1855.11,-4474.31,47.4962,-1.98095,0,0,-0.836286,0.548293,900,900,100,1), + (10142,173208,1,1617.57,-4322.31,2.04499,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10143,173070,1,2051.75,-4734.88,26.3819,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (10144,2061,1,2051.75,-4734.88,26.3819,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (10145,173071,1,2063.59,-4700.42,37.9001,-2.3911,0,0,0.930418,-0.366501,900,900,100,1), + (10146,3203,0,-12167.7,-230.059,32.3428,-2.01586,0,0,-0.845728,0.533615,900,900,100,1), + (10147,2061,1,2063.59,-4700.42,37.9001,-2.3911,0,0,0.930418,-0.366501,900,900,100,1), + (10148,173072,1,2092.57,-4721.56,40.9886,-2.69654,0,0,0.975342,-0.220697,900,900,100,1), + (10149,2061,1,2092.57,-4721.56,40.9886,-2.69654,0,0,0.975342,-0.220697,900,900,100,1), + (10150,173075,1,1941.16,-4695.53,29.6063,2.2253,0,0,0.896873,0.442289,900,900,100,1), + (10151,2061,1,1941.16,-4695.53,29.6063,2.2253,0,0,0.896873,0.442289,900,900,100,1), + (10152,173134,1,1947.82,-4164.22,43.4859,1.80642,0,0,0.785317,0.619094,900,900,100,1), + (10153,54,0,-11548.5,644.689,59.9788,2.25838,0.090457,-0.077255,0.8961,0.427614,300,300,100,1), + (10154,179501,429,583.6,523.44,-25.4,3.1848,0,0,0.861341,-0.508028,-43200,-43200,100,1), + (10155,2061,1,1947.82,-4164.22,43.4859,1.80642,0,0,0.785317,0.619094,900,900,100,1), + (10156,173143,1,1928.46,-4198.14,41.9869,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (10157,4149,0,-6717.42,-1218.2,181.432,-1.3439,0,0,0.622515,-0.782608,7200,7200,100,1), + (10158,149419,0,-5056.14,-258.076,441.288,2.04203,0,0,0.85264,0.522499,900,900,100,1), + (10159,2061,1,1928.46,-4198.14,41.9869,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (10160,173146,1,1927.67,-4184.3,41.9869,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (10161,2061,0,-5056.14,-258.076,441.288,2.04203,0,0,0.85264,0.522499,900,900,100,1), + (10162,2061,1,1927.67,-4184.3,41.9869,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (10163,4149,0,-7033.53,-1311.28,256.868,1.85005,0,0,0.798636,0.601815,7200,7200,100,1), + (10164,276,0,-5034.07,-201.517,445.092,-1.3439,0,0,0.622515,-0.782608,900,900,100,1), + (10166,172952,1,1746.71,-4415.49,36.9048,1.0472,0,0,0.5,0.866025,900,900,100,1), + (10167,187273,1,-3700.58,-2534.09,68.7248,3.05433,0,0,0.999048,0.043619,900,900,100,1), + (10168,276,0,-5024.29,-195.497,446.729,2.47837,0,0,0.945519,0.325568,900,900,100,1), + (10169,276,0,-5056.12,-233.67,443.632,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (10170,2061,1,1746.71,-4415.49,36.9048,1.0472,0,0,0.5,0.866025,900,900,100,1), + (10171,172964,1,1724.08,-4375.65,32.2123,-1.27409,0,0,-0.594822,0.803857,900,900,100,1), + (10172,172985,1,1881.18,-4535.69,30.8138,0.733039,0,0,0.358368,0.93358,900,900,100,1), + (10173,3658,0,-5060.36,-249.986,442.184,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (10174,173037,1,1833.63,-4472.11,47.4297,-2.82743,0,0,0.987688,-0.156435,900,900,100,1), + (10176,2866,0,-6453.93,-925.881,335.747,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (10177,276,0,-5012.76,-241.563,442.937,-1.74533,0,0,0.766044,-0.642788,900,900,100,1), + (10178,276,0,-5018.09,-203.387,446.728,-0.436333,0,0,0.21644,-0.976296,900,900,100,1), + (10179,2061,1,1833.63,-4472.11,47.4297,-2.82743,0,0,0.987688,-0.156435,900,900,100,1), + (10180,177005,1,1959.73,-4249.64,31.3261,0.863938,0,0,0.41866,0.908143,900,900,100,1), + (10181,276,0,-5060.25,-264.209,442.909,0.331613,0,0,0.165048,0.986286,900,900,100,1), + (10182,276,0,-5071.55,-292.779,442.039,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (10183,2061,1,1959.73,-4249.64,31.3261,0.863938,0,0,0.41866,0.908143,900,900,100,1), + (10184,94185,0,-11990.8,318.309,1.05467,2.85361,0,0,0.989651,0.143493,900,900,100,1), + (10185,173041,1,1886.24,-4603.91,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (10186,2061,1,1886.24,-4603.91,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (10187,173065,1,2057.71,-4798.63,22.5034,0.802851,0,0,0.390731,0.920505,900,900,100,1), + (10188,2066,0,-11990.8,318.309,1.05467,2.85361,0,0,0.989651,0.143493,900,900,100,1), + (10189,173066,1,2052.75,-4806.18,22.4538,-1.43117,0,0,-0.656059,0.754709,900,900,100,1), + (10191,173067,1,2103.47,-4676.45,44.4188,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10192,157636,0,-11331.5,-962.01,30.0434,2.38879,-0.028505,-0.016372,0.929685,0.366885,900,900,100,1), + (10193,276,0,-5031.96,-269.44,442.048,-2.23402,0,0,0.898794,-0.438371,900,900,100,1), + (10194,2061,1,2103.47,-4676.45,44.4188,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10195,157969,0,-11406.2,-796.037,14.952,0.619591,0,0,0.304864,0.952396,900,900,100,1), + (10196,3797,0,-11517.7,-651.279,30.9874,1.309,0,0,0.608761,0.793353,900,900,100,1), + (10198,173069,1,1965.15,-4733.15,49.4767,-3.03687,0,0,0.99863,-0.052336,900,900,100,1), + (10199,3798,0,-11518,-652.127,30.9874,0.017453,0,0,0.008726,0.999962,900,900,100,1), + (10200,2061,1,1965.15,-4733.15,49.4767,-3.03687,0,0,0.99863,-0.052336,900,900,100,1), + (10201,1618,0,-5421.36,-329.11,401.271,3.14159,0,0,-1,0,300,300,100,1), + (10203,172966,1,1665.11,-4318.87,65.0044,1.53589,0,0,0.694658,0.71934,900,900,100,1), + (10204,4149,0,-6467.37,-900.228,324.337,-2.46091,0,0,0.942641,-0.333807,7200,7200,100,1), + (10205,173110,1,1629.5,-4301.75,3.19688,-1.82387,0,0,-0.79069,0.612217,900,900,100,1), + (10206,2061,1,1629.5,-4301.75,3.19688,-1.82387,0,0,-0.79069,0.612217,900,900,100,1), + (10207,173169,1,1807.5,-4290.3,5.73174,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10208,22567,0,-11576.9,-574.464,33.889,1.85878,0,0,0.801254,0.598325,900,900,100,1), + (10209,173179,1,2131.42,-4744.47,50.5298,2.85361,0,0,0.989651,0.143493,900,900,100,1), + (10210,2061,1,2131.42,-4744.47,50.5298,2.85361,0,0,0.989651,0.143493,900,900,100,1), + (10211,2061,0,-11576.9,-574.464,33.889,1.85878,0,0,0.801254,0.598325,900,900,100,1), + (10212,173080,1,1918.08,-4754.23,33.5792,-0.541054,0,0,-0.267239,0.96363,900,900,100,1), + (10215,2719,0,-7045.56,-3637.41,241.667,-2.88829,0,0,0.99199,-0.126315,900,900,100,1), + (10216,22566,0,-11577.5,-575.471,28.9721,-0.331611,0,0,-0.165047,0.986286,900,900,100,1), + (10217,173074,1,2102.43,-4706.35,40.8485,-2.69654,0,0,0.975342,-0.220697,900,900,100,1), + (10218,372,0,-5577.32,-432.01,397.881,0.226893,0,0,0.113203,0.993572,900,900,100,1), + (10219,2061,0,-7045.56,-3637.41,241.667,-2.88829,0,0,0.99199,-0.126315,900,900,100,1), + (10220,2061,1,2102.43,-4706.35,40.8485,-2.69654,0,0,0.975342,-0.220697,900,900,100,1), + (10221,173084,1,1951.54,-4737.43,48.9539,1.94604,0,0,0.826589,0.562806,900,900,100,1), + (10222,1618,0,-5702.77,-282.268,361.811,-0.15708,0,0,-0.0784593,0.996917,300,300,100,1), + (10223,186426,1,-4592.87,-3166.94,34.3157,-0.10472,0,0,0.052336,-0.99863,900,900,100,1), + (10224,173224,1,1637.6,-4361.3,12.3345,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (10225,2061,0,-11577.5,-575.471,28.9721,-0.331611,0,0,-0.165047,0.986286,900,900,100,1), + (10226,2061,1,1637.6,-4361.3,12.3345,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (10228,1618,0,-5709.9,-209.736,358.006,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (10641,173018,1,1814.15,-4540.27,21.1759,1.45735,0,0,0.665882,0.746057,900,900,100,1), + (10642,2933,0,-6717.8,-4106.92,263.891,3.14159,0,0,1,0,2,2,100,1), + (10643,2842,0,-6434.21,-4157.25,286.794,-3.14159,-0.021814,0.008724,0.999724,0.00019,2,2,100,1), + (10644,2848,0,-6999.61,-3878.1,285.264,1.56207,0,0,0.704015,0.710185,2,2,100,1), + (10645,178833,0,-6116.46,-3299.53,257.655,2.87107,0,0,0.990866,0.134851,900,900,100,1), + (10646,92098,0,-6838.29,-2819.75,241.671,3.14159,0,0,1,0,900,900,100,1), + (10647,2066,0,-6838.29,-2819.75,241.671,3.14159,0,0,1,0,900,900,100,1), + (10648,142691,0,-6897.67,-2465.14,247.887,-3.14159,-0.06086,-0.078313,0.995058,-0.00479,900,900,100,1), + (10649,2061,0,-6897.67,-2465.14,247.887,-3.14159,-0.06086,-0.078313,0.995058,-0.00479,900,900,100,1), + (10650,142689,0,-6399.23,-3410.16,241.666,3.14159,0,0,1,0,900,900,100,1), + (10651,2061,0,-6399.23,-3410.16,241.666,3.14159,0,0,1,0,900,900,100,1), + (10652,142690,0,-6272.86,-3745.04,244.003,3.14159,0.026152,-0.043604,0.998706,0.001142,900,900,100,1), + (10653,2061,0,-6272.86,-3745.04,244.003,3.14159,0.026152,-0.043604,0.998706,0.001142,900,900,100,1), + (10654,22563,0,-11578.1,-575.129,28.9721,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (10655,142695,0,-7136.56,-2417.8,240.521,-2.60927,0,0,0.964787,-0.263031,900,900,100,1), + (10656,2061,0,-11578.1,-575.129,28.9721,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (10657,2061,0,-7136.56,-2417.8,240.521,-2.60927,0,0,0.964787,-0.263031,900,900,100,1), + (10658,22564,0,-11577.5,-575.255,33.889,-0.331611,0,0,-0.165047,0.986286,900,900,100,1), + (10659,2061,0,-11577.5,-575.255,33.889,-0.331611,0,0,-0.165047,0.986286,900,900,100,1), + (10661,1941,0,-5741.46,-366.854,365.543,3.14159,0,0,1,0,900,900,100,1), + (10662,2061,0,-5741.46,-366.854,365.543,3.14159,0,0,1,0,900,900,100,1), + (10663,176785,0,-5746.87,-371.43,365.881,1.23918,0,0,0.580703,0.814116,10,10,100,1), + (10664,1617,0,-5762.47,-386.577,367.182,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (10666,1617,0,-5782.04,-175.264,351.059,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (10667,1618,0,-5869.55,-174.596,359.32,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (10668,22565,0,-11576.9,-574.68,28.9721,1.85878,0,0,0.801254,0.598325,900,900,100,1), + (10669,1617,0,-5834.76,-182.734,355.344,-0.558505,0,0,-0.275637,0.961262,300,300,100,1), + (10670,1617,0,-5809.44,-419.829,365.632,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (10671,1617,0,-5954.68,-631.716,397.956,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (10672,2061,0,-11576.9,-574.68,28.9721,1.85878,0,0,0.801254,0.598325,900,900,100,1), + (10673,143979,0,-11600.4,-698.984,30.973,0.017453,0,0,0.008726,0.999962,900,900,100,1), + (10674,2110,0,-8508.42,659.92,100.065,0,0,0,0.296542,0.95502,120,120,0,1), + (10676,3797,0,-11656.3,-669.616,30.2492,-1.16065,0,0,-0.548294,0.836286,900,900,100,1), + (10677,3719,0,-5569.67,-462.497,402.397,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (10678,386,0,-5581.09,-429.379,398.676,2.02458,0,0,0.848048,0.529919,900,900,100,1), + (10679,386,0,-5581.48,-432.389,397.881,2.18166,0,0,0.887011,0.461749,900,900,100,1), + (10680,173086,1,1999.51,-4644.98,25.6883,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (10681,1618,0,-5377.79,-668.107,395.224,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (10683,2061,0,-5500.65,-709.025,392.241,-0.968683,-0.006899,0.005343,-0.465597,0.884954,900,900,100,1), + (10684,3798,0,-11656.6,-668.774,30.2492,-2.45219,0,0,0.941176,-0.337916,900,900,100,1), + (10685,28048,0,-5510.75,-704.534,392.192,1.82387,0,0,0.790689,0.612218,900,900,100,1), + (10686,28049,0,-5511.02,-702.197,392.197,-1.57952,0,0,-0.710186,0.704015,900,900,100,1), + (10687,22207,0,-5525.87,-671.844,393.893,1.71915,0,0,0.757565,0.65276,900,900,100,1), + (10688,2061,0,-5525.87,-671.844,393.893,1.71915,0,0,0.757565,0.65276,900,900,100,1), + (10689,28606,0,-5521.28,-668.734,400.001,2.33001,0,0,0.918791,0.394744,900,900,100,1), + (10690,28607,0,-5523.73,-669.778,400.001,1.63188,0,0,0.728371,0.685183,900,900,100,1), + (10691,2061,0,-5525.48,-672.887,393.893,-1.42244,0,0,-0.652759,0.757565,900,900,100,1), + (10692,28605,0,-5527.77,-665.425,400.001,0.410153,0,0,0.203642,0.979045,900,900,100,1), + (10693,2112,0,-8508.63,658.015,99.8079,0,0,0,0.884987,0.465615,120,120,0,1), + (10694,1618,0,-5560.15,-684.026,409.504,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (10696,1618,0,-5635.47,-662.846,403.311,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (10697,1617,0,-5861.02,-700.257,400.445,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (10698,180323,0,-11916.2,-1221.09,92.258,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (10700,3797,0,-12041.4,-540.107,14.4079,-2.47837,0,0,0.945519,-0.325568,900,900,100,1), + (10701,3798,0,-12040.7,-539.602,14.4079,2.51327,0,0,0.951056,0.309017,900,900,100,1), + (10702,1617,0,-5814.87,-913.378,396.994,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (10703,1618,0,-5765.25,-872.477,397.851,-2.16421,0,0,-0.882948,0.469471,300,300,100,1), + (10704,1617,0,-5776.91,-1010.56,397.182,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (10705,180657,0,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398748,180,180,100,1), + (10706,1618,0,-5701.86,-1018.9,395.888,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (10708,22205,0,-5316.78,-1045.95,393.386,0.872639,-0.008429,-0.002258,0.422603,0.906273,900,900,100,1), + (10709,2061,0,-5316.78,-1045.95,393.386,0.872639,-0.008429,-0.002258,0.422603,0.906273,900,900,100,1), + (10710,28050,0,-5323.69,-1046.14,393.02,-0.1309,0,0,-0.065403,0.997859,900,900,100,1), + (10711,28051,0,-5325.76,-1054.79,393.353,-0.1309,0,0,-0.065403,0.997859,900,900,100,1), + (10712,28053,0,-5324.66,-1056.73,393.353,1.26536,0,0,0.59131,0.806445,900,900,100,1), + (10716,28052,0,-5498.38,-1281.43,402.874,-2.99324,0,0,0.99725,-0.074108,900,900,100,1), + (10717,28054,0,-5502.77,-1275.6,402.886,-1.59697,0,0,-0.716302,0.697791,900,900,100,1), + (10718,51702,0,-12355.2,144.025,4.50734,0.34034,0,0,0.16935,0.985556,900,900,100,1), + (10719,28055,0,-5499.3,-1283.6,402.874,2.33001,0,0,0.918791,0.394744,900,900,100,1), + (10720,50983,0,-12351.7,149.039,2.60294,2.43473,0,0,0.938191,0.346117,900,900,100,1), + (10721,51703,0,-12344.8,152.724,4.77653,-1.87623,0,0,-0.806444,0.59131,900,900,100,1), + (10722,164704,0,-12432.4,192.816,31.2027,1.23046,0,0,0.577145,0.816642,900,900,100,1), + (10723,2061,0,-12432.4,192.816,31.2027,1.23046,0,0,0.577145,0.816642,900,900,100,1), + (10724,173100,1,2022.51,-4635.41,29.6803,-0.890119,0,0,-0.430512,0.902585,900,900,100,1), + (10725,2061,1,2022.51,-4635.41,29.6803,-0.890119,0,0,-0.430512,0.902585,900,900,100,1), + (10726,173103,1,1855.12,-4422.16,6.87123,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10727,91692,0,-14373.2,404.304,11.1115,2.59181,0,0,0.962455,0.271441,900,900,100,1), + (10728,56905,0,-14342.3,412.672,11.0856,0.368054,0.017814,0.002414,0.182976,0.982953,900,900,100,1), + (10729,56911,0,-14421.7,523.763,8.9874,0.654499,0,0,0.32144,0.94693,900,900,100,1), + (10730,28056,0,-5501.9,-1282.55,402.874,0.584686,0,0,0.288197,0.957571,900,900,100,1), + (10731,22205,0,-5508.45,-1275.1,402.919,2.24272,-0.005099,-0.007082,0.900664,0.434428,900,900,100,1), + (10732,2061,0,-5508.45,-1275.1,402.919,2.24272,-0.005099,-0.007082,0.900664,0.434428,900,900,100,1), + (10733,32595,0,-5509.44,-1282.58,402.546,-0.829032,0,0,-0.402747,0.915311,900,900,100,1), + (10734,3658,0,-5521.79,-1299.64,405.023,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (10735,28608,0,-5600.5,-1285.22,391.649,0.340339,0,0,0.169349,0.985556,900,900,100,1), + (10736,28609,0,-5600.46,-1282.55,391.649,-0.357792,0,0,-0.177943,0.984041,900,900,100,1), + (10737,22207,0,-5595.19,-1272.47,385.54,-1.84132,0,0,-0.796002,0.605294,900,900,100,1), + (10738,2061,0,-5595.19,-1272.47,385.54,-1.84132,0,0,-0.796002,0.605294,900,900,100,1), + (10739,22208,0,-5595.12,-1271.35,385.54,1.30027,0,0,0.605294,0.796002,900,900,100,1), + (10740,2061,0,-5595.12,-1271.35,385.54,1.30027,0,0,0.605294,0.796002,900,900,100,1), + (10741,28613,0,-5590.75,-1275.23,384.984,3.08923,0,0,0.999657,0.026177,900,900,100,1), + (10742,1618,0,-5527.88,-1426.1,404.265,-0.279253,0,0,-0.139173,0.990268,300,300,100,1), + (10743,1619,0,-5621.83,-1233.76,392.618,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (10745,1618,0,-5761.45,-1132.31,380.063,0.401426,0,0,0.199368,0.979925,300,300,100,1), + (10746,164867,0,-6676.15,-2172.31,243.94,-2.20784,0,0,0.892979,-0.450098,900,900,100,1), + (10747,164868,0,-6664.46,-2177.26,246.588,-2.2253,0,0,0.896873,-0.442289,2,2,100,1), + (10748,32883,0,-6271.45,-3721.41,244.044,1.39414,0,0,0.641975,0.766725,900,900,100,1), + (10749,2066,0,-6271.45,-3721.41,244.044,1.39414,0,0,0.641975,0.766725,900,900,100,1), + (10750,2868,0,-6452.43,-3398.21,241.579,-3.14159,0.026173,0.017446,0.999505,-0.000457,2,2,100,1), + (10751,153350,0,-6840.75,-3636.45,252.998,3.14159,-0.052335,-0.004357,0.99862,-0.000228,900,900,100,1), + (10752,2061,0,-6840.75,-3636.45,252.998,3.14159,-0.052335,-0.004357,0.99862,-0.000228,900,900,100,1), + (10753,3270,0,-6765.31,-3137.53,240.662,3.14159,0,0,1,0,900,900,100,1), + (10754,1619,0,-5765.93,-1052.6,387.577,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (10755,1619,0,-5805.35,-1049.38,390.701,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (10756,1619,0,-5762.06,-1285.67,383.285,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (10757,3200,0,-5793.79,-1393.5,441.163,3.14159,0,-0.008727,0.999962,0,900,900,100,1), + (10758,175948,0,-14353.5,414.426,41.6233,1.95477,0,0,0.829037,0.559193,900,900,100,1), + (10759,56903,0,-14333.7,418.923,9.13584,1.13446,0,0,0.5373,0.843392,900,900,100,1), + (10760,59854,0,-14446.8,446.233,8.9607,2.32129,0,0,0.91706,0.398749,900,900,100,1), + (10761,148902,0,-14466.1,477.531,20.3892,0.750491,0,0,0.366501,0.930418,900,900,100,1), + (10762,148904,0,-14464.5,477.355,20.3897,2.15544,0.003234,0.004619,0.880868,0.473329,900,900,100,1), + (10763,74091,0,-14459.8,481.603,16.0718,-0.602137,0,0,-0.296541,0.95502,900,900,100,1), + (10765,59862,0,-14448.7,444.703,3.91811,2.32129,0,0,0.91706,0.398749,900,900,100,1), + (10766,59863,0,-14435.2,434.391,15.3328,-2.64417,0,0,0.969231,-0.246153,900,900,100,1), + (10767,59864,0,-14455.2,442.529,15.3785,0.750491,0,0,0.366501,0.930418,900,900,100,1), + (10768,148891,0,-14458.7,486.877,15.1328,-0.880609,0,0,-0.426215,0.904622,900,900,100,1), + (10769,59865,0,-14456.8,444.277,20.2275,0.750491,0,0,0.366501,0.930418,900,900,100,1), + (10770,148892,0,-14459.1,484.879,15.1121,0.934533,0,0,0.450447,0.892803,900,900,100,1), + (10771,148893,0,-14460.6,486.549,15.1328,2.82822,0,0,0.98775,0.156048,900,900,100,1), + (10772,148895,0,-14462.3,488.442,15.1328,-0.880609,0,0,-0.426215,0.904622,900,900,100,1), + (10773,2061,0,-5793.79,-1393.5,441.163,3.14159,0,-0.008727,0.999962,0,900,900,100,1), + (10774,1617,0,-5836.21,-1364.56,395.087,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (10775,1617,0,-5815.31,-1320.31,388.587,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (10776,1619,0,-5783.54,-1511.31,364.949,-2.67035,0,0,-0.972369,0.233447,300,300,100,1), + (10778,2061,1,1855.12,-4422.16,6.87123,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10779,148899,0,-14457.1,493.418,26.2711,1.17015,0,0,0.552264,0.833669,900,900,100,1), + (10780,148900,0,-14454.7,491.596,26.2711,0.94326,0,0,0.454339,0.890829,900,900,100,1), + (10781,56901,0,-14458.7,423.209,26.2772,2.32129,0,0,0.91706,0.398749,900,900,100,1), + (10782,60439,0,-14448.9,446.726,15.5857,1.90241,0,0,0.814116,0.580702,900,900,100,1), + (10783,60440,0,-14445.8,449.261,15.5857,3.03688,0,0,0.99863,0.052335,900,900,100,1), + (10784,60395,0,-14454.2,454.246,15.6605,-1.06465,0,0,-0.507537,0.86163,900,900,100,1), + (10785,59845,0,-14356.3,432.063,9.79371,2.25147,0,0,0.902585,0.430512,900,900,100,1), + (10786,59846,0,-14435.3,502.054,26.8738,-0.733205,0.025159,0.04637,-0.358283,0.932122,900,900,100,1), + (10787,59850,0,-14478.3,431.756,36.1966,0.837757,0,0,0.406736,0.913546,900,900,100,1), + (10788,59851,0,-14439,396.752,34.2593,2.30383,0,0,0.913545,0.406737,900,900,100,1), + (10789,59853,0,-14419.3,415.404,22.63,-0.514874,0,0,-0.254603,0.967046,900,900,100,1), + (10790,59857,0,-14460.9,411.545,25.1386,-0.514874,0,0,-0.254603,0.967046,900,900,100,1), + (10791,59858,0,-14484.3,424.275,34.4249,1.95477,0,0,0.829037,0.559193,900,900,100,1), + (10792,59860,0,-14430.3,425.976,3.96917,-2.64417,0,0,0.969231,-0.246153,900,900,100,1), + (10793,148912,0,-14467,487.947,20.3854,2.30462,0,0,0.913704,0.40638,900,900,100,1), + (10794,148913,0,-14463.9,484.675,20.3854,2.30462,0,0,0.913704,0.40638,900,900,100,1), + (10795,148914,0,-14458.6,496.151,26.2711,1.39705,0,0,0.643087,0.765793,900,900,100,1), + (10796,148915,0,-14461,497.093,26.2711,0.821088,0,0,0.399108,0.916904,900,900,100,1), + (10797,148894,0,-14457.2,507.686,26.2711,-2.35541,0,0,0.92373,-0.383045,900,900,100,1), + (10798,148903,0,-14459,505.865,26.2711,0.812361,0,0,0.395104,0.918637,900,900,100,1), + (10799,148901,0,-14455.1,503.519,26.2711,-2.35541,0,0,0.92373,-0.383045,900,900,100,1), + (10800,148906,0,-14470.5,481.882,20.3892,-0.871882,0,0,-0.422264,0.906473,900,900,100,1), + (10801,148884,0,-14457.2,505.744,26.2711,2.87185,0,0,0.990919,0.134464,900,900,100,1), + (10802,148905,0,-14468.9,480.276,20.3892,2.15545,0,0,0.880884,0.473332,900,900,100,1), + (10803,148885,0,-14459.2,503.91,15.1328,-0.880609,0,0,-0.426215,0.904622,900,900,100,1), + (10804,148887,0,-14460.6,505.024,15.1328,-1.74454,0,0,-0.765792,0.643088,900,900,100,1), + (10805,148888,0,-14456.2,501.5,15.1328,2.82822,0,0,0.98775,0.156048,900,900,100,1), + (10806,61918,0,-14450.3,416.907,26.9884,0.741717,-0.019393,0.04861,0.361942,0.930731,900,900,100,1), + (10808,59852,0,-14447.1,462.52,4.69969,2.46964,0,0,0.944089,0.329691,900,900,100,1), + (10809,1569,0,-5608.28,-1501.34,399.493,0,0,0,0,1,900,900,100,1), + (10810,56910,0,-14461,479.117,28.5625,-1.06465,0,0,-0.507539,0.861629,900,900,100,1), + (10811,148886,0,-14456.9,503.407,26.2711,-0.453004,0,0,-0.22457,0.974458,900,900,100,1), + (10812,59848,0,-14471,456.058,33.6628,-0.173167,0.035615,0.038017,-0.087673,0.994786,900,900,100,1), + (10813,59855,0,-14398.5,404.665,22.8214,2.50455,0,0,0.949699,0.313164,900,900,100,1), + (10814,59847,0,-14373.4,410.816,11.0642,-1.43117,0.06288,0.072336,-0.653038,0.751235,900,900,100,1), + (10815,148909,0,-14476.3,488.408,20.3854,-0.042851,0,0,-0.021424,0.999771,900,900,100,1), + (10816,59517,0,-14476.7,456.361,31.7622,1.98095,0,0,0.836286,0.548293,900,900,100,1), + (10817,148910,0,-14475.2,487.007,20.3854,1.21379,0,0,0.570318,0.821424,900,900,100,1), + (10818,59518,0,-14342.2,425.575,9.87468,-1.23046,0,0,-0.577145,0.816642,900,900,100,1), + (10819,148911,0,-14468.8,489.482,20.3854,-0.871882,0,0,-0.422264,0.906473,900,900,100,1), + (10820,148889,0,-14456.9,487.276,15.1328,-2.33796,0,0,0.920352,-0.391091,900,900,100,1), + (10821,59861,0,-14461.7,504.145,26.0995,-0.794124,0,0,-0.38671,0.922201,900,900,100,1), + (10822,60438,0,-14447.5,451.154,15.602,-1.97222,0,0,-0.833885,0.551937,900,900,100,1), + (10823,59856,0,-14430.8,382.777,32.0734,1.92859,0,0,0.821647,0.569997,900,900,100,1), + (10825,2061,0,-6765.31,-3137.53,240.662,3.14159,0,0,1,0,900,900,100,1), + (10826,19902,0,-6763.66,-3125.51,242.098,1.3439,0.042109,-0.038943,0.621877,0.781012,900,900,100,1), + (10827,2875,0,-6924.42,-3345.08,243.462,-0.986111,0.128441,0.037326,-0.476997,0.868668,2,2,100,1), + (10828,179924,0,-6670.96,-2155.57,243.892,-1.39626,0,0,-0.642788,0.766044,900,900,100,1), + (10829,181596,0,-6670.07,-2152.7,244.135,3.09796,0,0,0.999762,0.021815,900,900,100,1), + (10830,2858,0,-6955.58,-4102.33,285.789,-1.57079,0,0,-0.707106,0.707108,2,2,100,1), + (10831,142693,0,-6767.75,-3136.18,240.519,3.14159,0,0,1,0,900,900,100,1), + (10832,1570,0,-5608.29,-1501.34,398.99,0,0,0,0,1,900,900,100,1), + (10833,20877,0,-5663.11,-1566.88,383.204,-1.31572,0,0,-0.611424,0.791304,900,900,100,1), + (10834,2061,0,-5663.11,-1566.88,383.204,-1.31572,0,0,-0.611424,0.791304,900,900,100,1), + (10835,149024,0,-5609.25,-1502.27,399.519,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (10836,1568,0,-5608.29,-1503.12,399.519,3.14159,0,0,1,0,900,900,100,1), + (10837,1587,0,-5663.7,-1566.62,384.611,-0.296706,0,0,0.147809,-0.989016,900,900,100,1), + (10838,3658,0,-5662.8,-1553.14,387.125,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (10839,1619,0,-5522.67,-1501.02,412.437,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (10841,1928,0,-5687.37,-1599.95,383.204,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (10842,2061,0,-5687.37,-1599.95,383.204,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (10844,1619,0,-5678.99,-1668.14,398.287,-1.8326,0,0,-0.793355,0.60876,300,300,100,1), + (10846,1619,0,-5774.99,-1559.79,360.055,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (10847,3658,0,-5862.66,-1538.93,371.974,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (10849,1619,0,-5823.85,-1681.69,359.708,3.10669,0,0,0.999848,0.0174505,300,300,100,1), + (10850,106318,0,-5815.59,-1697.7,359.554,1.06465,0,0,0.507538,0.861629,3600,3600,100,1), + (10851,1619,0,-5756.13,-1697.97,363.478,-0.733038,0,0,-0.358368,0.93358,300,300,100,1), + (10854,1618,0,-5599.18,-1673.23,398.595,-2.6529,0,0,-0.970296,0.241922,300,300,100,1), + (10856,106318,0,-5513.28,-1749.2,336.938,2.05949,0,0,0.857167,0.515038,3600,3600,100,1), + (10857,1619,0,-5632,-1788.36,401.652,3.14159,0,0,1,0.00000126759,300,300,100,1), + (10858,1618,0,-5671.04,-1786.61,400.159,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (10859,1617,0,-5519.72,-1620.68,394.176,-0.331612,0,0,-0.165047,0.986286,300,300,100,1), + (10864,1618,0,-5884.95,-1936.26,406.028,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (10865,28611,0,-5917.42,-2032.5,400.751,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (10866,28610,0,-5928.42,-2029.77,408.254,0.05236,0,0,0.026177,0.999657,900,900,100,1), + (10867,28612,0,-5917.26,-2035.65,400.751,2.58309,0,0,0.961262,0.275638,900,900,100,1), + (10868,85562,0,-5918.12,-2037.57,400.75,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (10869,1617,0,-5749.76,-1956.86,400.377,-1.8326,0,0,-0.793355,0.60876,300,300,100,1), + (10870,106318,0,-5732.88,-1878.95,399.776,-1.18682,0,0,0.559193,-0.829037,3600,3600,100,1), + (10871,1617,0,-5534.63,-1879.18,399.834,3.14159,0,0,1,0.00000126759,300,300,100,1), + (10872,1619,0,-5446.58,-1946.69,415.319,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (10873,2061,0,-6767.75,-3136.18,240.519,3.14159,0,0,1,0,900,900,100,1), + (10874,142692,0,-6627.92,-2729.44,244.091,3.14159,-0.047976,0.008716,0.99881,0.000419,900,900,100,1), + (10875,2061,0,-6627.92,-2729.44,244.091,3.14159,-0.047976,0.008716,0.99881,0.000419,900,900,100,1), + (10876,2658,0,-6684.98,-2152.1,244.144,3.14159,0,0,1,0,900,900,100,1), + (10877,2066,0,-6684.98,-2152.1,244.144,3.14159,0,0,1,0,900,900,100,1), + (10878,142694,0,-6610.37,-3412.72,279.304,3.14159,0,0,1,0,900,900,100,1), + (10879,2061,0,-6610.37,-3412.72,279.304,3.14159,0,0,1,0,900,900,100,1), + (10880,163313,0,-6673.95,-2174.35,244.16,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (10881,175376,329,3692.86,-3244.1,127.346,-2.70526,0,0,0.976296,-0.21644,180,180,100,0), + (10882,48568,0,-6284.95,-2919.03,231.28,-0.771115,-0.063165,0.002009,-0.376529,0.924247,900,900,100,1), + (10883,48570,0,-6080.58,-3046.84,251.246,1.5568,-0.035157,0.0581,0.699777,0.711126,900,900,100,1), + (10884,2061,0,-6080.58,-3046.84,251.246,1.5568,-0.035157,0.0581,0.699777,0.711126,900,900,100,1), + (10885,48572,0,-6203.01,-3034.45,220.401,0.667015,-0.052514,-0.040349,0.325395,0.943256,900,900,100,1), + (10887,1564,0,-5507.56,-2050.34,399.597,0,0,0,0,1,900,900,100,1), + (10888,1565,0,-5508.53,-2051.25,399.61,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (10889,1566,0,-5507.55,-2050.3,399.042,0,0,0,0,1,900,900,100,1), + (10890,1617,0,-5746.7,-2081.87,399.322,2.21657,0,0,0.894935,0.446197,300,300,100,1), + (10891,106318,0,-5800.54,-2105.3,402.518,1.62316,0,0,0.725374,0.688355,3600,3600,100,1), + (10893,34034,0,-5493.69,-2423.16,406.331,1.09083,0,0,0.518774,0.854912,900,900,100,1), + (10894,34035,0,-5490.91,-2426.32,406.331,2.09439,0,0,0.866025,0.5,900,900,100,1), + (10895,34037,0,-5493.21,-2424.1,406.331,0.785398,0,0,0.382683,0.92388,900,900,100,1), + (10896,34038,0,-5492.45,-2424.57,406.331,1.22173,0,0,0.573576,0.819152,900,900,100,1), + (10897,147044,0,-5489.71,-2427.42,406.331,-0.567232,0,0,-0.279829,0.96005,900,900,100,1), + (10898,147045,0,-5489.56,-2426.45,406.331,-0.218166,0,0,-0.108867,0.994056,900,900,100,1), + (10899,29741,0,-5473.07,-2403.97,399.468,0.410152,0,0,0.203642,0.979046,900,900,100,1), + (10900,29742,0,-5484.13,-2404.33,406.338,2.80998,0,0,0.986286,0.165048,900,900,100,1), + (10901,29746,0,-5487.6,-2426.36,406.338,0.017453,0,0,0.008726,0.999962,900,900,100,1), + (10902,147043,0,-5491.79,-2425.4,406.331,0.523598,0,0,0.258818,0.965926,900,900,100,1), + (10903,29744,0,-5483.36,-2402.16,406.338,-2.42601,0,0,0.936672,-0.350207,900,900,100,1), + (10904,29747,0,-5471.29,-2402.22,399.468,-1.77151,0,0,-0.774392,0.632706,900,900,100,1), + (10905,29743,0,-5471.25,-2419.8,399.468,1.02102,0,0,0.488622,0.872496,900,900,100,1), + (10906,29745,0,-5469.14,-2420.16,399.468,1.85005,0,0,0.798636,0.601814,900,900,100,1), + (10907,34033,0,-5205.87,-2356.05,398.834,-1.97222,0,0,-0.833886,0.551937,900,900,100,1), + (10908,147046,0,-5210.72,-2352.58,398.834,2.87107,0,0,0.990866,0.134851,900,900,100,1), + (10909,147047,0,-5207.5,-2352.56,399.828,-1.66679,0,0,-0.740218,0.672367,900,900,100,1), + (10910,29750,0,-5200.65,-2348.88,405.71,2.40855,0,0,0.93358,0.358368,900,900,100,1), + (10911,147049,0,-5209.39,-2352.78,398.834,-1.09956,0,0,-0.522499,0.85264,900,900,100,1), + (10912,29753,0,-5221.29,-2345.5,398.841,-2.17294,0,0,0.884988,-0.465614,900,900,100,1), + (10913,29754,0,-5227.5,-2346.06,398.841,-0.558507,0,0,-0.275638,0.961262,900,900,100,1), + (10914,29757,0,-5227.88,-2348.17,398.841,0.270526,0,0,0.134851,0.990866,900,900,100,1), + (10915,29740,0,-5214.66,-2337.91,405.71,2.36492,0,0,0.925541,0.378649,900,900,100,1), + (10916,29748,0,-5210.15,-2359.33,398.841,2.05949,0,0,0.857167,0.515038,900,900,100,1), + (10917,48529,0,-6111.72,-2938.05,207.484,-2.31554,-0.097033,0.018064,0.913254,-0.395252,900,900,100,1), + (10918,48566,0,-6142.98,-2918.02,211.861,0.338386,0.984915,0.167254,-0.034955,-0.027311,900,900,100,1), + (10919,126260,0,-6201.66,-3057.53,212.239,2.00618,-0.052496,0.056093,0.839878,0.53731,0,0,100,1), + (10920,48573,0,-6162.37,-2995.2,228.24,-0.365979,0.983112,-0.181697,0.016585,-0.014245,900,900,100,1), + (10921,48546,0,-6141.44,-3015.17,219.927,-1.3009,0.102635,0.10262,-0.60139,0.785663,900,900,100,1), + (10922,48564,0,-6083.87,-3052.45,251.946,1.32117,-0.056947,0.063842,0.61172,0.786435,900,900,100,1), + (10923,48548,0,-6114.17,-3015.52,221.547,-2.10495,-0.073644,-0.075539,0.86233,-0.495234,900,900,100,1), + (10924,48575,0,-6194.48,-3005.02,225.628,-1.87215,-0.59289,0.805225,-0.000139,-0.009667,900,900,100,1), + (10925,48549,0,-6076.05,-3087.11,250.293,-1.10081,-0.008642,-0.039474,-0.522172,0.851882,900,900,100,1), + (10926,48551,0,-6102.7,-3034.05,249.098,-2.58434,-0.03304,-0.023265,0.960509,-0.2753,900,900,100,1), + (10927,48553,0,-6100.3,-3043.31,249.468,2.62191,-0.043957,0.032144,0.964738,0.257517,900,900,100,1), + (10928,48555,0,-6115.16,-3017.29,221.196,-2.82617,-0.077556,-0.059606,0.982212,-0.160285,900,900,100,1), + (10929,2061,0,-6115.16,-3017.29,221.196,-2.82617,-0.077556,-0.059606,0.982212,-0.160285,900,900,100,1), + (10930,48557,0,-6074.16,-3088.43,250.511,-0.710753,-0.007626,0.009891,-0.34785,0.937467,900,900,100,1), + (10931,2061,0,-6074.16,-3088.43,250.511,-0.710753,-0.007626,0.009891,-0.34785,0.937467,900,900,100,1), + (10932,48561,0,-6101.15,-3102.8,252.139,-2.18977,0.065268,0.030581,0.886654,-0.456781,900,900,100,1), + (10933,48576,0,-6059.24,-3138.35,253.574,0.275705,-0.034593,0.0605,0.138749,0.987872,900,900,100,1), + (10934,2061,0,-6059.24,-3138.35,253.574,0.275705,-0.034593,0.0605,0.138749,0.987872,900,900,100,1), + (10935,48574,0,-6195.33,-3001.48,225.628,1.36528,0.775565,0.630877,-0.003684,0.021925,900,900,100,1), + (10936,48528,0,-6139.4,-3015.15,219.96,-2.24742,-0.058756,-0.082028,0.895233,-0.434023,900,900,100,1), + (10937,147048,0,-5210.53,-2351.62,398.834,2.522,0,0,0.952396,0.304865,900,900,100,1), + (10938,34036,0,-5210.78,-2355.46,398.834,2.9147,0,0,0.993572,0.113203,900,900,100,1), + (10939,29751,0,-5201.42,-2345.04,405.71,-0.994836,0,0,-0.477158,0.878818,900,900,100,1), + (10940,29755,0,-5223.18,-2344.17,398.841,-1.12574,0,0,-0.533615,0.845728,900,900,100,1), + (10941,29749,0,-5215,-2335.06,405.71,-1.4748,0,0,-0.672366,0.740219,900,900,100,1), + (10942,34032,0,-5208.5,-2351.77,399.828,-2.40856,0,0,0.93358,-0.358368,900,900,100,1), + (10943,29758,0,-5212.29,-2359.42,398.841,1.23046,0,0,0.577145,0.816642,900,900,100,1), + (10944,29752,0,-5203,-2346.51,405.71,0.794125,0,0,0.386711,0.922201,900,900,100,1), + (10945,29756,0,-5198.82,-2346.97,405.71,3.10669,0,0,0.999848,0.017452,900,900,100,1), + (10946,3658,0,-5123.81,-2339.11,400.498,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (10948,2059,0,-5064.78,-2121.73,404.416,-2.11185,-0.179551,-0.222119,0.81939,-0.497016,900,900,100,1), + (10949,180662,0,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398748,180,180,100,1), + (10951,180655,1,6293.92,590.357,0,-0.418879,0,0,-0.207912,0.978148,180,180,100,1), + (10952,173106,1,1636.69,-4351.04,4.47004,-2.61799,0,0,0.965926,-0.25882,900,900,100,1), + (10953,2061,1,1636.69,-4351.04,4.47004,-2.61799,0,0,0.965926,-0.25882,900,900,100,1), + (10954,173042,1,1896.28,-4618.79,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (10955,2061,1,1896.28,-4618.79,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (10956,173033,1,1813.52,-4574.06,22.8548,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10957,2061,1,1813.52,-4574.06,22.8548,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10958,173193,1,2212.03,-4786.6,64.8108,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (10959,2061,1,2212.03,-4786.6,64.8108,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (10960,173043,1,1854.7,-4546.16,25.4203,2.94088,0,0,0.994969,0.100188,900,900,100,1), + (10961,2061,1,1854.7,-4546.16,25.4203,2.94088,0,0,0.994969,0.100188,900,900,100,1), + (10962,173046,1,1894.74,-4559.66,30.0184,1.35263,0,0,0.625923,0.779885,900,900,100,1), + (10963,180655,1,6293.92,590.357,0,-0.418879,0,0,-0.207912,0.978148,180,180,100,1), + (10964,180655,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374606,180,180,100,1), + (10965,2061,1,1894.74,-4559.66,30.0184,1.35263,0,0,0.625923,0.779885,900,900,100,1), + (10966,180655,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559192,180,180,100,1), + (10967,180655,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559192,180,180,100,1), + (10969,180655,1,6431.71,667.197,0,1.44862,0,0,0.662619,0.748957,180,180,100,1), + (10970,173048,1,1916.48,-4428.22,24.6384,-2.1293,0,0,0.874619,-0.48481,900,900,100,1), + (10971,2061,1,1916.48,-4428.22,24.6384,-2.1293,0,0,0.874619,-0.48481,900,900,100,1), + (10972,173052,1,1956.55,-4468.75,35.7178,-1.97222,0,0,-0.833886,0.551937,900,900,100,1), + (10973,2061,1,1956.55,-4468.75,35.7178,-1.97222,0,0,-0.833886,0.551937,900,900,100,1), + (10974,173056,1,1910.85,-4321.73,21.5496,-0.122173,0,0,-0.061048,0.998135,900,900,100,1), + (10975,177026,1,1665.5,-4360.83,26.6592,1.30653,-0.054374,-0.021624,0.607451,0.792199,900,900,100,1), + (10976,2061,1,1665.5,-4360.83,26.6592,1.30653,-0.054374,-0.021624,0.607451,0.792199,900,900,100,1), + (10977,173058,1,1920.61,-4279.69,30.5363,0.846485,0,0,0.410719,0.911762,900,900,100,1), + (10978,2061,1,1920.61,-4279.69,30.5363,0.846485,0,0,0.410719,0.911762,900,900,100,1), + (10979,172954,1,1800.97,-4513.69,21.5639,3.01069,0,0,0.997859,0.065403,900,900,100,1), + (10980,2061,1,1800.97,-4513.69,21.5639,3.01069,0,0,0.997859,0.065403,900,900,100,1), + (10981,1618,1,10364.1,1886.42,1324.44,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (10983,1619,1,10395.1,1966.03,1330.96,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (10984,173161,1,1524.85,-4219.19,41.2429,0.584686,0,0,0.288197,0.957571,900,900,100,1), + (10985,1617,1,10391.1,1895.35,1322.12,-3.08923,0,0,-0.999657,0.0261783,300,300,100,1), + (10986,173186,1,2147.59,-4781.6,67.568,1.20428,0,0,0.566406,0.824126,900,900,100,1), + (10987,1618,1,10640.2,1982.08,1327.11,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (10988,2061,1,2147.59,-4781.6,67.568,1.20428,0,0,0.566406,0.824126,900,900,100,1), + (10989,1619,1,10617.3,2046.98,1337.85,-2.32129,0,0,-0.91706,0.398748,300,300,100,1), + (10990,148898,0,-14464.7,494.453,15.1328,0.882174,0,0,0.426923,0.904288,900,900,100,1), + (10991,59859,0,-14450.9,496.602,14.9123,-2.30384,0,0,0.913546,-0.406736,900,900,100,1), + (10992,1617,1,10756.7,2016.91,1326.02,-0.558505,0,0,-0.275637,0.961262,300,300,100,1), + (10993,173207,1,1548.71,-4325.49,20.7007,0.890117,0,0,0.430511,0.902586,900,900,100,1), + (10994,2061,1,1548.71,-4325.49,20.7007,0.890117,0,0,0.430511,0.902586,900,900,100,1), + (10995,173226,1,1626.66,-4387.85,12.271,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (10996,2061,1,1626.66,-4387.85,12.271,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (10997,1617,1,10864.9,2005.26,1317.51,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (10998,173036,1,1841.13,-4458.72,47.5035,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (10999,56898,0,-14361.5,378.579,25.0536,2.11763,-0.052664,0.015878,0.870771,0.488602,900,900,100,1), + (11000,21679,0,-14380.5,371.747,23.9454,1.89368,0,0,0.811574,0.584249,900,900,100,1), + (11001,169966,0,-14381.7,374.043,23.9088,0.122173,0,0,0.061048,0.998135,900,900,100,1), + (11002,169967,0,-14373.2,375.782,28.66,2.9147,0,0,0.993572,0.113203,900,900,100,1), + (11003,2061,1,1841.13,-4458.72,47.5035,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11004,1618,1,10316.1,1688.01,1309.63,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (11005,173160,1,1543.78,-4173.82,40.1643,0.087267,0,0,0.04362,0.999048,900,900,100,1), + (11006,1620,1,9745.44,1840.75,1302,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (11007,1617,1,9627.13,1850.42,1300.57,-2.54818,0,0,-0.956305,0.292372,300,300,100,1), + (11009,1619,1,9682.36,1759.06,1299.8,1.13446,0,0,0.537298,0.843393,300,300,100,1), + (11010,143230,0,-14468.3,457.6,15.1661,0.139626,0,0,0.069756,0.997564,900,900,100,1), + (11011,142172,0,-14468,457.873,15.1661,-1.25664,0,0,0.587785,-0.809017,900,900,100,1), + (11012,180248,0,-12304.6,351.361,-0.891797,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (11013,20691,0,-12033.5,-544.274,14.4719,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (11014,178204,0,-14287.1,534.159,8.92822,-2.61799,0,0,0.965926,-0.258819,900,900,100,1), + (11015,80,0,-9979.13,1007.33,32.7588,0.099154,0.100685,-0.025144,0.052291,0.993225,3600,3600,100,1), + (11016,81,0,-9978.25,1006.51,31.7592,-3.13445,0.009525,0.056056,0.998374,-0.00411,3600,3600,100,1), + (11017,82,0,-9978.59,1007.75,32.2856,-1.4199,0.080983,-0.024926,-0.651451,0.753944,3600,3600,100,1), + (11018,83,0,-9977.34,1009.86,31.4688,-1.47952,0.219706,-0.685921,0.160016,0.675008,3600,3600,100,1), + (11019,85,0,-10910.9,1420.14,43.482,3.01751,-0.018991,0.090445,0.993666,0.063928,3600,3600,100,1), + (11020,1843,0,-10653.5,1003.77,32.7887,2.60927,0,0,0.964787,0.263031,3600,3600,100,1), + (11021,2061,0,-10653.5,1003.77,32.7887,2.60927,0,0,0.964787,0.263031,3600,3600,100,1), + (11022,1846,0,-10925.4,1990.61,34.2649,3.14159,0,0,1,0,3600,3600,100,1), + (11023,2061,0,-10925.4,1990.61,34.2649,3.14159,0,0,1,0,3600,3600,100,1), + (11024,1848,0,-11017.5,1926.7,34.9289,-3.03687,0.015822,0.031405,0.997984,-0.052836,3600,3600,100,1), + (11025,3707,0,-12459.2,-987.089,49.3111,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (11026,287,0,-11567.5,-565.939,33.7841,-1.13446,0,0,0.5373,-0.843391,900,900,100,1), + (11027,180104,0,-11838,1256.12,2.0939,-2.07694,0,0,0.861629,-0.507538,900,900,100,1), + (11028,58,0,-12148.3,636.767,-70.0585,-2.60054,0,0,0.96363,-0.267238,60,60,100,1), + (11029,2744,0,-12212.3,429.674,-101.356,-1.55334,0,0,0.700909,-0.71325,900,900,100,1), + (11030,2744,0,-12127.9,525.816,-49.4669,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (11031,2560,0,-13734.8,-255.343,0.00472,0.523599,0,0,0.258819,0.965926,900,900,100,1), + (11032,2560,0,-14170.6,-93.0608,-0.459572,-2.35619,0,0,0.92388,-0.382683,900,900,100,1), + (11033,2560,0,-14462.4,-314.703,1.22094,0.139626,0,0,0.069756,0.997564,900,900,100,1), + (11034,2560,0,-13912.6,-166.436,0.534212,-0.296706,0,0,0.147809,-0.989016,900,900,100,1), + (11035,2560,0,-13870.7,-211.542,-1.20755,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (11036,175854,0,-14459,447.415,5.25249,0.296706,0,0,0.147809,0.989016,900,900,100,1), + (11037,175855,0,-14458.6,446.966,4.44254,0.837758,0,0,0.406737,0.913545,900,900,100,1), + (11038,175757,0,-14475.5,488.815,21.2838,1.32645,0,0,0.615662,0.788011,900,900,100,1), + (11039,2413,0,-8569.69,887.594,106.523,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11040,2413,0,-8558.23,873.318,106.523,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11041,2413,0,-8585.14,877.403,106.523,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11042,2413,0,-8585.83,874.998,106.523,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (11043,2413,0,-8558.51,871.098,106.523,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11044,2413,0,-8571.99,887.917,106.523,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11045,2413,0,-8528.03,802.493,106.523,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (11046,2413,0,-8516.74,788.299,106.523,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (11047,2413,0,-8514.44,815.46,106.523,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11048,2413,0,-8514.44,788.051,106.523,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11049,2413,0,-8501.16,798.668,106.523,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11050,2413,0,-8500.72,801.05,106.523,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11051,2413,0,-8527.75,804.876,106.523,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11052,2413,0,-8512.07,815.23,106.523,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11053,2413,0,-8496.03,822.131,96.6782,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11054,2413,0,-8485.34,808.663,96.6782,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11055,2413,0,-8485.57,806.181,96.6782,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11056,2413,0,-8510.78,812.487,96.6782,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11057,2413,0,-8510.99,810.206,96.6782,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (11058,2413,0,-8559.96,902.138,96.6897,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11059,2413,0,-8557.66,901.77,96.6897,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11060,2413,0,-8546.88,888.221,96.6897,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11061,2413,0,-8547.14,885.772,96.6897,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11062,2413,0,-8561.78,876.326,96.6897,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (11063,2413,0,-8559.55,875.963,96.6897,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11064,1618,1,9554.31,1848.13,1305.87,1.67552,0,0,0.743146,0.669129,300,300,100,1), + (11065,179741,1,1638.44,-4250.69,56.5416,-2.0768,0.013065,0.000799,-0.861555,0.507495,900,900,100,1), + (11066,175856,0,-14459,447.797,4.44876,-0.2618,0,0,0.130526,-0.991445,900,900,100,1), + (11067,175732,0,-14454,442.975,21.3193,2.67035,0,0,0.97237,0.233445,900,900,100,1), + (11068,175756,0,-14449,456.764,4.44446,4.71239,0,0,0.707107,-0.707107,900,900,100,1), + (11069,21582,0,-14458.6,506.592,27.1611,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (11070,2061,0,-11017.5,1926.7,34.9289,-3.03687,0.015822,0.031405,0.997984,-0.052836,3600,3600,100,1), + (11071,1849,0,-11159.7,1709.93,42.3046,0.557614,-0.090323,-0.048433,0.271658,0.956921,3600,3600,100,1), + (11072,177013,1,2095.35,-4634.1,58.2109,1.06366,0,0,0.507113,0.86188,900,900,100,1), + (11073,2061,1,2095.35,-4634.1,58.2109,1.06366,0,0,0.507113,0.86188,900,900,100,1), + (11074,2413,0,-8407.52,543.858,102.477,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11075,2413,0,-8409.46,543.563,95.4882,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11076,2413,0,-8418.6,551.881,95.4608,0.349067,0,0,0.173649,0.984808,120,120,0,1), + (11077,2413,0,-8409.19,545.87,95.4882,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (11078,2413,0,-8430.34,697.818,103.337,-2.45219,0,0,0.941176,-0.337917,120,120,0,1), + (11079,2413,0,-8424.65,690.318,96.3215,-1.74533,0,0,-0.766044,0.642788,120,120,0,1), + (11080,2413,0,-8422.86,689.896,96.3215,-2.21657,0,0,0.894934,-0.446198,120,120,0,1), + (11081,2413,0,-8421.33,688.13,96.3215,-2.70526,0,0,0.976296,-0.21644,120,120,0,1), + (11082,2413,0,-8421.65,686.173,96.3215,2.94961,0,0,0.995396,0.095846,120,120,0,1), + (11083,2413,0,-8411.34,546.009,95.4882,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11084,2413,0,-8411.6,543.738,95.4882,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (11085,2413,0,-8418.18,554.441,95.4608,-0.410153,0,0,-0.203642,0.979045,120,120,0,1), + (11086,2413,0,-8416.88,549.813,95.4608,1.07338,0,0,0.511293,0.859406,120,120,0,1), + (11087,2413,0,-8414.31,550.17,95.4608,1.93731,0,0,0.824126,0.566407,120,120,0,1), + (11088,2061,0,-11159.7,1709.93,42.3046,0.557614,-0.090323,-0.048433,0.271658,0.956921,3600,3600,100,1), + (11089,181636,0,-12130.5,958.994,4.87148,-1.25664,0,0,0.587785,-0.809017,900,900,100,1), + (11090,288,0,-11490.5,-945.307,29.399,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (11091,173180,1,2188.85,-4744.81,54.9964,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (11092,1619,1,9591.83,1923.88,1323.49,-1.44862,0,0,-0.662619,0.748957,300,300,100,1), + (11093,1619,1,9489.67,1845.86,1336.59,0.418879,0,0,0.207912,0.978148,300,300,100,1), + (11094,1618,1,9484.01,1774.71,1308.94,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (11095,2061,1,2188.85,-4744.81,54.9964,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (11096,1619,1,9418.44,1792.69,1338.55,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (11097,173217,1,1625.36,-4322.42,1.77007,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (11098,173085,1,2096.93,-4652.21,49.4049,-1.39626,0,0,-0.642788,0.766044,900,900,100,1), + (11099,173016,1,1763.44,-4494.94,44.3103,2.6529,0,0,0.970296,0.241922,900,900,100,1), + (11100,2413,0,-8461.75,479.776,107.038,-0.916298,0,0,-0.442289,0.896873,120,120,0,1), + (11101,2413,0,-8455.23,481.518,107.038,0.619592,0,0,0.304864,0.952396,120,120,0,1), + (11102,2413,0,-8454.87,483.765,107.038,-0.916298,0,0,-0.442289,0.896873,120,120,0,1), + (11103,2413,0,-8449.35,486.374,107.038,0.619592,0,0,0.304864,0.952396,120,120,0,1), + (11104,2413,0,-8448.99,488.622,107.038,-0.916298,0,0,-0.442289,0.896873,120,120,0,1), + (11105,2413,0,-8446.85,488.254,107.038,-2.522,0,0,0.952396,-0.304864,120,120,0,1), + (11106,2413,0,-8452.77,483.295,107.038,-2.522,0,0,0.952396,-0.304864,120,120,0,1), + (11107,2413,0,-8459.5,479.335,107.038,-2.522,0,0,0.952396,-0.304864,120,120,0,1), + (11108,2413,0,-8450.8,500.89,99.7824,0.619592,0,0,0.304864,0.952396,120,120,0,1), + (11109,2413,0,-8443.25,494.208,107.038,-0.916298,0,0,-0.442289,0.896873,120,120,0,1), + (11110,2413,0,-8443.62,491.898,107.038,0.619592,0,0,0.304864,0.952396,120,120,0,1), + (11111,2413,0,-8448.77,500.587,99.7824,2.2253,0,0,0.896873,0.442288,120,120,0,1), + (11112,2413,0,-8450.68,502.97,99.7824,-0.916298,0,0,-0.442289,0.896873,120,120,0,1), + (11113,2413,0,-8462.01,503.297,99.7824,-2.522,0,0,0.952396,-0.304864,120,120,0,1), + (11114,2413,0,-8466.44,500.127,99.7824,0.637046,0,0,0.313164,0.949699,120,120,0,1), + (11115,2413,0,-8464.03,499.519,99.7824,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11116,2413,0,-8459.58,498.368,99.7824,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11117,2413,0,-8458.96,493.739,99.7824,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11118,2413,0,-8461.5,496.958,99.7824,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11119,2413,0,-8457.3,494.992,99.7824,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11120,1620,1,9249.24,1688.66,1313.28,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (11121,1618,1,9148.84,1716.35,1320.62,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (11122,173218,1,1677.2,-4410.67,19.351,-2.67036,0,0,0.97237,-0.233445,900,900,100,1), + (11123,173219,1,1653.82,-4350.22,26.8253,-2.03331,0,0,-0.850352,0.526214,900,900,100,1), + (11124,175314,1,1844.57,-4394.1,4.5981,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11125,2061,1,1844.57,-4394.1,4.5981,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11126,173060,1,1886.55,-4328.41,23.2086,-3.0805,0,0,0.999534,-0.030539,900,900,100,1), + (11127,2413,0,-8464.49,504.237,99.7824,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11128,2413,0,-8466.29,502.853,99.7824,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11129,2413,0,-8462.33,500.755,99.7824,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (11130,2413,0,-8461.47,494.328,99.7824,0.619592,0,0,0.304864,0.952396,120,120,0,1), + (11131,2413,0,-8457.3,497.452,99.7824,-2.50455,0,0,0.949699,-0.313164,120,120,0,1), + (11132,2413,0,-8498.38,822.403,96.6782,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (11133,2554,0,-14937.9,358.377,0.22044,1.81514,0,0,0.788011,0.615662,900,900,100,1), + (11135,2061,1,1886.55,-4328.41,23.2086,-3.0805,0,0,0.999534,-0.030539,900,900,100,1), + (11136,173061,1,1875.4,-4320.84,32.2332,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11137,2061,1,1875.4,-4320.84,32.2332,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11138,1617,1,9102.12,1824.76,1328.04,2.11185,0,0,0.870356,0.492423,300,300,100,1), + (11139,1619,1,9117.63,1737.73,1327.2,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (11141,172978,1,1918,-4294.39,31.2142,1.39626,0,0,0.642787,0.766045,900,900,100,1), + (11142,173079,1,1884.89,-4686.29,36.5732,0.663224,0,0,0.325568,0.945519,900,900,100,1), + (11143,173019,1,1757.45,-4533.91,28.0487,2.94961,0,0,0.995396,0.095845,900,900,100,1), + (11144,2045,0,-14953.7,333.505,-27.6939,-0.872665,0,0,-0.422618,0.906308,300,300,100,1), + (11145,180683,0,-11707.8,1092.1,0,0.261799,0,0,0.130526,0.991445,3600,3600,100,1), + (11146,180683,0,-12131.3,369.493,0,-0.942478,0,0,-0.453991,0.891006,3600,3600,100,1), + (11147,180683,0,-12031.4,593.977,0,-0.680679,0,0,-0.333807,0.942641,3600,3600,100,1), + (11148,180900,0,-14347.4,54.1188,0,-0.244346,0,0,-0.121869,0.992546,3600,3600,100,1), + (11149,180902,0,-14488.5,67.7705,0,2.70526,0,0,0.976296,0.21644,3600,3600,100,1), + (11150,3706,0,-12429.3,158.839,2.75041,-0.680679,0,0,0.333807,-0.942641,900,900,100,1), + (11151,3707,0,-13221.2,516.347,-0.161627,0.820305,0,0,0.398749,0.91706,900,900,100,1), + (11152,2560,0,-14439.6,-190.589,-0.703208,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (11153,180902,0,-14773.3,532.5,0,-1.91986,0,0,-0.819151,0.573577,3600,3600,100,1), + (11156,1623,0,-13503.1,499.977,97.5067,-0.279253,0,0,-0.139173,0.990268,300,300,100,1), + (11157,1623,0,-12627.1,-1066.73,105.099,-2.19912,0,0,-0.891008,0.453988,300,300,100,1), + (11158,1623,0,-11417.3,73.6493,45.8371,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (11159,1619,1,9277.13,1530.89,1289.34,-0.471239,0,0,-0.233445,0.97237,300,300,100,1), + (11160,1617,1,9417.5,1602.53,1287.22,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (11161,2061,1,1757.45,-4533.91,28.0487,2.94961,0,0,0.995396,0.095845,900,900,100,1), + (11162,1623,0,-12419.4,-1021.29,59.8649,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (11163,2041,0,-12109.9,-1.04047,2.90685,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (11164,2045,0,-14848.1,416.435,-11.4332,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (11165,175377,329,3661.38,-3569.44,138.133,-2.83616,0,0,0.988362,-0.152123,180,180,100,0), + (11166,180683,1,-2526.77,-3842.35,0,1.51844,0,0,0.688356,0.725373,3600,3600,100,1), + (11167,180683,1,-3325.25,-4306.11,0,1.53589,0,0,0.694658,0.71934,3600,3600,100,1), + (11168,180682,1,-2526.34,-3965.8,0,-1.13446,0,0,-0.537298,0.843393,3600,3600,100,1), + (11169,180683,1,-2533.09,-4059.57,0,-2.49582,0,0,-0.948324,0.317305,3600,3600,100,1), + (11170,180683,1,-2653.76,-4136.18,0,1.43117,0,0,0.656059,0.75471,3600,3600,100,1), + (11171,180685,1,-2752.89,-4213.23,0,-2.75762,0,0,-0.981627,0.190809,3600,3600,100,1), + (11172,180683,1,-2592.63,-3865.09,0,-0.436333,0,0,-0.21644,0.976296,3600,3600,100,1), + (11173,180682,1,-3053.86,-4229.58,0,0.541052,0,0,0.267238,0.96363,3600,3600,100,1), + (11174,2046,1,-4120.9,-3820.83,64.9954,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (11175,2046,1,-2259.19,-4276.45,15.6076,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (11176,186450,1,-4125.91,-3536.05,34.0636,-1.6057,0,0,0.71934,-0.694658,900,900,100,1), + (11181,186283,1,-3022.92,-4480.41,-18.7516,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (41957,180799,0,-3755.98,-778.003,9.89892,-2.07694,0,0,0,0,180,180,100,1), + (41956,180798,0,-3756.7,-777.645,9.89885,-2.16421,0,0,0,0,180,180,100,1), + (41955,178435,0,-3756.75,-774.392,14.7831,2.63544,0,0,0,0,180,180,100,1), + (11187,186450,1,-3895.94,-3562.92,37.1615,-1.67552,0,0,0.743145,-0.669131,900,900,100,1), + (11188,186450,1,-4015.71,-3502.92,35.9685,-2.49582,0,0,0.948324,-0.317305,900,900,100,1), + (11195,48563,0,-6115.32,-3071.52,249.331,0.252624,-0.019844,0.046397,0.126483,0.990684,900,900,100,1), + (11196,48526,0,-6110.98,-2970.5,207.213,-2.98178,-0.006889,-0.033367,0.996206,-0.080085,900,900,100,1), + (11197,2061,0,-6110.98,-2970.5,207.213,-2.98178,-0.006889,-0.033367,0.996206,-0.080085,900,900,100,1), + (11198,48556,0,-6157.06,-2966.53,210.379,-0.030924,-0.021347,-0.013358,-0.015746,0.999559,900,900,100,1), + (11199,2061,0,-6157.06,-2966.53,210.379,-0.030924,-0.021347,-0.013358,-0.015746,0.999559,900,900,100,1), + (11200,48517,0,-6163.07,-3000.53,228.11,0.140993,-0.008834,-0.05095,0.069722,0.996225,900,900,100,1), + (11201,2061,0,-6163.07,-3000.53,228.11,0.140993,-0.008834,-0.05095,0.069722,0.996225,900,900,100,1), + (11202,48518,0,-6138.69,-3096.62,224.071,-1.01185,0.068697,-0.006201,-0.485005,0.871787,900,900,100,1), + (11203,172971,1,1569.01,-4200.2,45.2461,1.24791,0,0,0.58425,0.811574,900,900,100,1), + (11204,172973,1,1675.93,-4248.12,53.7104,0.663224,0,0,0.325568,0.945519,900,900,100,1), + (11205,1619,1,9922.07,1723.82,1341.35,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (11206,173157,1,1594.85,-4106.7,32.9556,-1.16937,0,0,-0.551937,0.833886,900,900,100,1), + (11207,173223,1,1644.12,-4376.15,12.7789,-2.618,0,0,0.965926,-0.258819,900,900,100,1), + (11208,1618,1,10272.7,1584.34,1289.2,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (11209,2061,1,1644.12,-4376.15,12.7789,-2.618,0,0,0.965926,-0.258819,900,900,100,1), + (11210,1618,1,10698.2,1725.67,1305.67,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (11211,1619,1,10791.6,1707.89,1310.36,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (11212,1619,1,10826.1,1799,1344.52,2.72271,0,0,0.978147,0.207914,300,300,100,1), + (11213,1617,1,10978.3,1656.53,1277.51,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (11214,1619,1,10951.1,1516.4,1283.57,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (11215,1618,1,10833.4,1563.93,1282.5,0.488692,0,0,0.241922,0.970296,300,300,100,1), + (11216,1618,1,10587.8,1479.7,1318.19,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (11217,1617,1,10509,1601.72,1296.17,1.79769,0,0,0.782608,0.622514,300,300,100,1), + (11218,1619,1,10428.4,1419.36,1343.4,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (11219,1618,1,10371.8,1475.08,1328.36,-2.16421,0,0,-0.882948,0.469471,300,300,100,1), + (11220,1618,1,10276.6,1447.97,1339.29,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (11221,1619,1,10299,1367.87,1349.34,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (11223,173206,1,1596.16,-4385.23,9.79298,0.401425,0,0,0.199368,0.979925,900,900,100,1), + (11224,1620,1,10033.7,1481.76,1282.5,-0.959931,0,0,-0.461749,0.887011,300,300,100,1), + (11225,1617,1,9999.83,1540.52,1303.59,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (11226,2061,1,1596.16,-4385.23,9.79298,0.401425,0,0,0.199368,0.979925,900,900,100,1), + (11227,173145,1,1920.59,-4184.83,41.9869,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (11228,2061,1,1920.59,-4184.83,41.9869,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (11229,172974,1,1675.95,-4248.22,54.6432,0.575958,0,0,0.284015,0.95882,900,900,100,1), + (11230,173174,1,1780.97,-4365.1,-16.1336,-0.017453,0,0,-0.008727,0.999962,900,900,100,1), + (11231,172945,1,1736.65,-4476.9,32.0378,-1.71042,0,0,-0.754709,0.656059,900,900,100,1), + (11232,1617,1,9973.15,1399.07,1288.23,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (11233,2061,1,1736.65,-4476.9,32.0378,-1.71042,0,0,-0.754709,0.656059,900,900,100,1), + (11234,173212,1,1665.07,-4325.22,61.1575,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (11235,1619,1,9915.77,1375.33,1314.65,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (11236,2061,1,1665.07,-4325.22,61.1575,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (11237,1617,1,10054.5,1197.81,1333.75,3.05433,0,0,0.999048,0.0436174,300,300,100,1), + (11239,173225,1,1618.12,-4365.36,12.1947,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (11240,2061,1,1618.12,-4365.36,12.1947,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (11241,2061,0,-6138.69,-3096.62,224.071,-1.01185,0.068697,-0.006201,-0.485005,0.871787,900,900,100,1), + (11242,48565,0,-6096.76,-2942.02,207.999,0.207822,-0.026947,-0.044582,0.102283,0.99339,900,900,100,1), + (11243,48534,0,-6120.6,-2944.96,207.512,2.22551,0.002476,0.007373,0.89689,0.442185,900,900,100,1), + (11244,48541,0,-6135.29,-2980.94,208.809,0.557681,0.033142,0.04081,0.273611,0.960403,900,900,100,1), + (11245,48530,0,-6061.77,-3021.59,230.035,3.0202,0.053683,-0.089131,0.992419,0.065403,900,900,100,1), + (11246,48533,0,-6062.69,-3023,229.816,2.31383,0.109668,-0.056853,0.908156,0.399991,900,900,100,1), + (11247,48535,0,-6094.76,-2941.78,207.941,1.67879,0.0165,0.049692,0.742548,0.667743,900,900,100,1), + (11248,2061,0,-6094.76,-2941.78,207.941,1.67879,0.0165,0.049692,0.742548,0.667743,900,900,100,1), + (11249,48536,0,-6096.77,-2970.05,207.455,-0.624231,0.025389,-0.083959,-0.302447,0.949122,900,900,100,1), + (11250,48539,0,-6104.82,-2976.46,207.164,1.25671,0.011771,0.003262,0.58781,0.808907,900,900,100,1), + (11251,48540,0,-6109.06,-2969.27,207.254,-2.58206,-0.034862,0.00448,0.96065,-0.27553,900,900,100,1), + (11252,48544,0,-6181.35,-3069.48,219.698,0.369056,0.003662,-0.007016,0.183494,0.982989,900,900,100,1), + (11253,2061,0,-6181.35,-3069.48,219.698,0.369056,0.003662,-0.007016,0.183494,0.982989,900,900,100,1), + (11254,48525,0,-6120.55,-2942.51,207.648,-2.23918,-0.019256,-0.05502,0.897647,-0.436842,900,900,100,1), + (11255,48552,0,-6121.4,-2906.72,211.505,-0.39316,-0.029315,0.120517,-0.187992,0.974308,900,900,100,1), + (11256,2061,0,-6121.4,-2906.72,211.505,-0.39316,-0.029315,0.120517,-0.187992,0.974308,900,900,100,1), + (11257,48519,0,-6066.43,-3020.48,230.602,-1.25672,0.013646,0.096969,-0.581758,0.807446,900,900,100,1), + (11258,2061,0,-6066.43,-3020.48,230.602,-1.25672,0.013646,0.096969,-0.581758,0.807446,900,900,100,1), + (11259,48522,0,-6150.58,-3098.18,223.141,-0.911359,-0.001441,-0.005035,-0.440062,0.897952,900,900,100,1), + (11260,48520,0,-6163.81,-2968.93,210.224,1.81573,-0.049814,0.042084,0.786414,0.614248,900,900,100,1), + (11261,48523,0,-6155.69,-2964.04,210.426,-1.9301,0.011573,0.030885,-0.821339,0.569487,900,900,100,1), + (11262,48558,0,-6097.39,-3043.9,250.224,1.17458,-0.143122,-0.021872,0.554996,0.819156,900,900,100,1), + (11263,2061,0,-6097.39,-3043.9,250.224,1.17458,-0.143122,-0.021872,0.554996,0.819156,900,900,100,1), + (11264,48524,0,-6151.96,-3098.85,223.057,-1.25924,0.020426,-0.02365,-0.588375,0.807984,900,900,100,1), + (11265,48537,0,-6122.41,-2943.32,207.669,-2.09458,0.032685,0.067117,-0.862355,0.50077,900,900,100,1), + (11266,2061,0,-6122.41,-2943.32,207.669,-2.09458,0.032685,0.067117,-0.862355,0.50077,900,900,100,1), + (11267,48538,0,-6095.34,-2969.19,207.602,-1.44713,-0.027732,0.003328,-0.662077,0.748915,900,900,100,1), + (11268,48532,0,-6094.76,-2970.93,207.613,-1.36542,0.00278,0.05398,-0.628893,0.775611,900,900,100,1), + (11269,2061,0,-6094.76,-2970.93,207.613,-1.36542,0.00278,0.05398,-0.628893,0.775611,900,900,100,1), + (11270,48547,0,-6113.2,-2941.2,207.064,-0.164273,0.051458,-0.001526,-0.082074,0.995296,900,900,100,1), + (11271,2061,0,-6113.2,-2941.2,207.064,-0.164273,0.051458,-0.001526,-0.082074,0.995296,900,900,100,1), + (11272,48567,0,-6093.83,-3162.96,253.964,-0.826715,-0.101098,-0.004102,-0.403335,0.909441,900,900,100,1), + (11273,48545,0,-6114.2,-3019.08,220.964,2.16945,-0.005146,-0.066531,0.881441,0.467556,900,900,100,1), + (11274,48542,0,-6122.29,-2946.06,207.363,1.5531,0.020619,-0.025194,0.700384,0.713024,900,900,100,1), + (11275,48550,0,-6077.21,-3088.31,250.304,-0.243965,-0.045746,-0.061401,-0.123835,0.989344,900,900,100,1), + (11276,48571,0,-6193.5,-3052.35,213.35,1.64555,0.004407,-0.002831,0.733028,0.680178,900,900,100,1), + (11277,48569,0,-6195.01,-3051.69,213.396,-0.716034,0.004042,0.050301,-0.349341,0.935636,900,900,100,1), + (11278,48560,0,-6163.8,-2970.61,210.371,-0.321906,-0.040389,0.013465,-0.15983,0.986226,900,900,100,1), + (11279,48527,0,-6122.18,-2992.53,222.459,0.60284,-0.012777,-0.001658,0.296879,0.954828,900,900,100,1), + (11280,48562,0,-6102.53,-3101.9,252.138,-1.97618,-0.146813,-0.009757,-0.831024,0.536423,900,900,100,1), + (11281,48554,0,-6141.1,-3017.22,219.66,-1.60452,0.067048,0.002826,-0.718865,0.691903,900,900,100,1), + (11282,2061,0,-6141.1,-3017.22,219.66,-1.60452,0.067048,0.002826,-0.718865,0.691903,900,900,100,1), + (11283,48531,0,-6135.69,-2975.35,208.577,-1.53589,0.061893,0.024337,-0.694324,0.716583,900,900,100,1), + (11284,2061,0,-6135.69,-2975.35,208.577,-1.53589,0.061893,0.024337,-0.694324,0.716583,900,900,100,1), + (11285,48559,0,-6115.95,-3068.96,249.323,0.276267,-0.015021,0.063016,0.137802,0.988339,900,900,100,1), + (11286,2061,0,-6115.95,-3068.96,249.323,0.276267,-0.015021,0.063016,0.137802,0.988339,900,900,100,1), + (11287,48521,0,-6192.9,-3004.55,225.628,-2.14315,-0.478843,0.877517,-0.022386,-0.013136,900,900,100,1), + (11288,48543,0,-6200.37,-3039.95,220.81,-1.01721,0.030083,0.005398,-0.487132,0.872793,900,900,100,1), + (11289,2061,0,-6200.37,-3039.95,220.81,-1.01721,0.030083,0.005398,-0.487132,0.872793,900,900,100,1), + (11290,61059,0,-6389.4,-3105.56,301.105,-0.680678,0,0,-0.333807,0.942642,900,900,100,1), + (11291,61061,0,-6385.83,-3101.15,301.105,-0.680678,0,0,-0.333807,0.942642,900,900,100,1), + (11292,61071,0,-6366.81,-3083.19,300.28,0.890119,0,0,0.430512,0.902585,900,900,100,1), + (11293,61055,0,-6368.49,-3147.22,302.501,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11294,61057,0,-6404.01,-3123.6,302.497,-0.680678,0,0,-0.333807,0.942642,900,900,100,1), + (11295,61058,0,-6401.46,-3120.72,302.497,-1.37881,0,0,-0.636078,0.771625,900,900,100,1), + (11296,61044,0,-6332.83,-3074.15,301.118,2.54818,0,0,0.956305,0.292371,900,900,100,1), + (11297,61046,0,-6323.96,-3079.58,301.118,-2.33874,0,0,0.920505,-0.390732,900,900,100,1), + (11298,61047,0,-6322.91,-3080.43,301.118,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11299,61049,0,-6318.49,-3093.22,301.115,0.445061,0,0,0.220698,0.975342,900,900,100,1), + (11300,61064,0,-6362.17,-3161.54,302.497,1.41372,0,0,0.649448,0.760406,900,900,100,1), + (11301,61040,0,-6329.46,-3075.92,310.842,-2.2253,0,0,0.896873,-0.442288,900,900,100,1), + (11302,61042,0,-6333.76,-3072.38,310.824,-2.44346,0,0,0.939693,-0.34202,900,900,100,1), + (11303,61043,0,-6335.55,-3070.92,310.824,-2.16421,0,0,0.882947,-0.469472,900,900,100,1), + (11304,61088,0,-6363.66,-3092.82,293.151,2.54818,0,0,0.956305,0.292371,900,900,100,1), + (11305,61089,0,-6375.7,-3098.44,293.151,0.802851,0,0,0.390731,0.920505,900,900,100,1), + (11306,61090,0,-6343.48,-3124.43,293.151,0.104722,0,0,0.052337,0.998629,900,900,100,1), + (11307,61062,0,-6343.9,-3142.4,301.105,2.46092,0,0,0.942642,0.333807,900,900,100,1), + (11308,61073,0,-6329.64,-3113.57,300.28,0.802851,0,0,0.390731,0.920505,900,900,100,1), + (11309,61074,0,-6326.95,-3115.6,300.28,0.977384,0,0,0.469471,0.882948,900,900,100,1), + (11310,61077,0,-6367.49,-3113.48,283.886,-1.50971,0,0,-0.685183,0.728371,900,900,100,1), + (11311,61079,0,-6366.29,-3124.83,283.883,-2.7838,0,0,0.984041,-0.177944,900,900,100,1), + (11312,61085,0,-6365.78,-3103.48,293.056,-0.340338,0,0,-0.169349,0.985556,900,900,100,1), + (11313,61076,0,-6337.32,-3119.72,299.732,-1.02974,0,0,-0.492423,0.870356,900,900,100,1), + (11314,1618,1,9811.97,1193.61,1284.72,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (11315,173190,1,2164.83,-4783.25,54.9964,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11316,2061,1,2164.83,-4783.25,54.9964,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11317,172970,1,1568.39,-4200.61,46.2452,-3.11541,0,0,0.999914,-0.01309,900,900,100,1), + (11318,172951,1,1915.35,-4417.57,21.8341,1.0472,0,0,0.5,0.866025,900,900,100,1), + (11319,2061,1,1915.35,-4417.57,21.8341,1.0472,0,0,0.5,0.866025,900,900,100,1), + (11320,1618,1,9712.5,1217.52,1276.01,-0.034907,0,0,-0.0174526,0.999848,300,300,100,1), + (11321,61070,0,-6365.31,-3084.68,300.28,0.802851,0,0,0.390731,0.920505,900,900,100,1), + (11323,172968,1,1695.05,-4290.51,34.2448,1.48353,0,0,0.67559,0.737277,900,900,100,1), + (11324,173095,1,2051.63,-4838.97,24.3533,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11325,1617,1,9739.78,1308.27,1311.26,1.15192,0,0,0.54464,0.83867,300,300,100,1), + (11326,1619,1,9704.15,1320.09,1331.2,0.174533,0,0,0.0871558,0.996195,300,300,100,1), + (11328,173202,1,1585.99,-4449.31,5.97885,2.2602,0,0,0.904455,0.426569,900,900,100,1), + (11329,172946,1,1826.98,-4508.03,21.3766,-2.43473,0,0,0.938191,-0.346117,900,900,100,1), + (11330,2061,1,1826.98,-4508.03,21.3766,-2.43473,0,0,0.938191,-0.346117,900,900,100,1), + (11331,173045,1,1912.65,-4547.59,30.0967,1.35263,0,0,0.625923,0.779885,900,900,100,1), + (11332,2061,1,1912.65,-4547.59,30.0967,1.35263,0,0,0.625923,0.779885,900,900,100,1), + (11333,1618,1,9519.01,1287.27,1300.68,-1.53589,0,0,-0.694658,0.71934,300,300,100,1), + (11334,173055,1,1922.93,-4518.17,29.1152,-2.05949,0,0,-0.857167,0.515038,900,900,100,1), + (11335,1618,1,9252.98,1513.9,1293.71,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (11336,2061,1,1922.93,-4518.17,29.1152,-2.05949,0,0,-0.857167,0.515038,900,900,100,1), + (11337,173109,1,1611.8,-4302.14,3.0115,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11338,1617,1,9166.69,1459.6,1321.01,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (11339,172967,1,1732.3,-4357.58,34.2807,1.31772,0,0,0.612217,0.790689,900,900,100,1), + (11340,61075,0,-6335,-3121.31,299.732,-2.77507,0,0,0.983255,-0.182236,900,900,100,1), + (11341,61068,0,-6364.08,-3085.54,300.28,0.890119,0,0,0.430512,0.902585,900,900,100,1), + (11342,61086,0,-6367,-3105.5,293.056,0.270526,0,0,0.134851,0.990866,900,900,100,1), + (11343,61035,0,-6370.07,-3130.66,283.878,-0.113446,0,0,-0.056693,0.998392,900,900,100,1), + (11344,61038,0,-6374.04,-3132.45,284.221,2.89725,0,0,0.992546,0.121869,900,900,100,1), + (11345,2061,0,-6374.04,-3132.45,284.221,2.89725,0,0,0.992546,0.121869,900,900,100,1), + (11346,61097,0,-6360.13,-3111.57,301.121,2.98451,0,0,0.996917,0.078459,900,900,100,1), + (11347,61098,0,-6342.42,-3099.76,301.121,-1.72788,0,0,-0.760406,0.649448,900,900,100,1), + (11348,61100,0,-6335.46,-3110.7,310.844,0.977384,0,0,0.469471,0.882948,900,900,100,1), + (11349,61102,0,-6342.51,-3119.29,310.844,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (11350,61095,0,-6358.43,-3108.45,301.121,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (11351,61039,0,-6373.89,-3133.48,284.221,-0.767944,0,0,-0.374606,0.927184,900,900,100,1), + (11352,2061,0,-6373.89,-3133.48,284.221,-0.767944,0,0,-0.374606,0.927184,900,900,100,1), + (11353,61092,0,-6317.41,-3094.78,301.115,0.968657,0,0,0.465614,0.884988,900,900,100,1), + (11354,61036,0,-6372.34,-3128.85,283.879,-1.46608,0,0,-0.66913,0.743145,900,900,100,1), + (11355,61072,0,-6331.14,-3112.08,300.28,0.890119,0,0,0.430512,0.902585,900,900,100,1), + (11356,61066,0,-6321.85,-3082.02,310.824,-2.26893,0,0,0.906307,-0.422619,900,900,100,1), + (11357,61087,0,-6349.36,-3066.68,310.838,-0.593413,0,0,-0.292372,0.956305,900,900,100,1), + (11358,61096,0,-6366.56,-3096.68,310.844,-1.02974,0,0,-0.492423,0.870356,900,900,100,1), + (11359,61052,0,-6315.09,-3090.63,310.838,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11360,61060,0,-6314.75,-3094.71,310.838,2.37365,0,0,0.927184,0.374606,900,900,100,1), + (11361,61069,0,-6346.73,-3065.01,310.838,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11362,61050,0,-6348.36,-3065.27,310.838,-0.680678,0,0,-0.333807,0.942642,900,900,100,1), + (11363,61037,0,-6372.92,-3132.49,284.221,-0.244345,0,0,-0.121869,0.992546,900,900,100,1), + (11364,2061,0,-6372.92,-3132.49,284.221,-0.244345,0,0,-0.121869,0.992546,900,900,100,1), + (11365,61081,0,-6369.57,-3123.84,283.883,-0.863939,0,0,-0.41866,0.908143,900,900,100,1), + (11366,61082,0,-6370.44,-3125.02,283.883,-0.514872,0,0,-0.254602,0.967046,900,900,100,1), + (11367,61048,0,-6313.63,-3093.4,310.838,2.46092,0,0,0.942642,0.333807,900,900,100,1), + (11368,61053,0,-6388.35,-3131.14,302.501,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11369,61078,0,-6375.82,-3121.46,283.883,-0.427605,0,0,-0.212178,0.977231,900,900,100,1), + (11370,61051,0,-6339.11,-3122.19,293.058,-1.29154,0,0,-0.601815,0.798635,900,900,100,1), + (11371,61094,0,-6342.14,-3125.62,293.151,0.715586,0,0,0.350208,0.936672,900,900,100,1), + (11372,61045,0,-6332.73,-3072.48,301.118,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11373,61099,0,-6367.72,-3097.64,310.844,-0.767944,0,0,-0.374606,0.927184,900,900,100,1), + (11374,61067,0,-6362.63,-3086.71,300.28,0.977384,0,0,0.469471,0.882948,900,900,100,1), + (11375,61083,0,-6365.96,-3126.65,283.883,2.97579,0,0,0.996566,0.082808,900,900,100,1), + (11376,61065,0,-6323.7,-3080.52,310.824,-2.16421,0,0,0.882947,-0.469472,900,900,100,1), + (11377,61041,0,-6313.79,-3091.73,310.838,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11378,61080,0,-6367.59,-3123.73,283.883,-1.91113,0,0,-0.816641,0.577145,900,900,100,1), + (11379,61093,0,-6337.15,-3114.99,293.151,-0.506145,0,0,-0.25038,0.968148,900,900,100,1), + (11380,61063,0,-6356.72,-3158.24,302.497,2.46092,0,0,0.942642,0.333807,900,900,100,1), + (11381,61054,0,-6389.54,-3130.18,302.501,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11382,61084,0,-6366.95,-3127.99,283.883,2.27765,0,0,0.908143,0.41866,900,900,100,1), + (11383,61091,0,-6345.43,-3066.11,310.838,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (11384,61101,0,-6343.59,-3116.38,310.844,-1.81514,0,0,-0.78801,0.615662,900,900,100,1), + (11385,61056,0,-6404.97,-3124.78,302.497,-0.680678,0,0,-0.333807,0.942642,900,900,100,1), + (11386,3960,0,-6648.95,-2153.67,245.475,-0.610864,0,0,-0.300705,0.953717,900,900,100,1), + (11387,2061,0,-6648.95,-2153.67,245.475,-0.610864,0,0,-0.300705,0.953717,900,900,100,1), + (11388,144180,0,-6554.55,-3489.85,292.766,-0.34034,0,0,-0.16935,0.985556,900,900,100,1), + (11389,144181,0,-6553.37,-3503.3,293.974,3.08923,0,0,0.999657,0.026176,900,900,100,1), + (11390,103001,0,-6613.77,-3719.65,268.906,2.3004,0.409005,0.91095,-0.047927,0.02423,900,900,100,1), + (11391,102990,0,-6634.99,-3764.36,265.624,0.541746,0.021413,-0.060032,0.267309,0.961501,900,900,100,1), + (11392,2061,0,-6634.99,-3764.36,265.624,0.541746,0.021413,-0.060032,0.267309,0.961501,900,900,100,1), + (11393,103004,0,-6638.4,-3722.88,267.545,0.215608,0.991288,0.104029,-0.05875,-0.055442,900,900,100,1), + (11394,102991,0,-6586.03,-3828.14,264.478,-1.86937,-0.068201,0.01922,-0.803836,0.590615,900,900,100,1), + (11395,103003,0,-6586.58,-3830.09,264.449,-1.20783,0.011002,0.083155,-0.563512,0.821838,900,900,100,1), + (11396,2061,0,-6586.58,-3830.09,264.449,-1.20783,0.011002,0.083155,-0.563512,0.821838,900,900,100,1), + (11397,102992,0,-6584.17,-3829.73,264.537,3.10547,-0.103017,-0.016747,0.994409,0.016043,900,900,100,1), + (11398,102993,0,-6617.82,-3822.16,270.845,-2.55075,0.043705,-0.029868,0.955735,-0.289427,900,900,100,1), + (11399,2061,0,-6617.82,-3822.16,270.845,-2.55075,0.043705,-0.029868,0.955735,-0.289427,900,900,100,1), + (11400,102994,0,-6584.39,-3831.73,264.259,2.51836,-0.029849,-0.04555,0.95066,0.305418,900,900,100,1), + (11401,102998,0,-6590,-3806.91,268.285,-1.30824,0.028009,-0.002922,-0.608501,0.793053,900,900,100,1), + (11402,102999,0,-6613.02,-3759.54,265.712,0.137746,0.988544,0.058706,0.092733,0.10361,900,900,100,1), + (11403,103000,0,-6612.58,-3761.45,266.028,0.037998,0.989215,0.008309,0.116963,0.087771,900,900,100,1), + (11404,102989,0,-6638.03,-3724.21,267.359,-0.034903,0.998086,-0.018511,-0.055322,-0.02053,900,900,100,1), + (11405,102996,0,-6635.02,-3767.29,265.417,-2.72833,-0.204145,0.975979,0.009983,0.075429,900,900,100,1), + (11406,102988,0,-6615.48,-3826.98,270.819,1.24885,-0.048393,0.033215,0.584513,0.809258,900,900,100,1), + (11407,102995,0,-6592.2,-3810.22,268.285,0.410834,0.022102,0.017452,0.203584,0.978652,900,900,100,1), + (11408,103002,0,-6635.12,-3726.27,266.773,3.00102,0.07275,0.99417,0.044604,-0.065901,900,900,100,1), + (11409,102997,0,-6591.58,-3807.5,268.285,-1.16889,0.026937,-0.008212,-0.551698,0.833568,900,900,100,1), + (11410,2743,0,-6286.67,-2942.77,222.23,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (11411,2743,0,-6256.07,-2949.11,222.229,1.62316,0,0,0.725374,0.688355,300,300,100,1), + (11412,2743,0,-6215.84,-3069.03,220.102,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (11413,124389,0,-6279.4,-2963.6,223.618,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (11414,175379,329,3851.7,-3522.96,144.213,-1.09083,0,0,-0.518773,0.854912,180,180,100,1), + (11415,175380,329,3853.47,-3722.94,148.094,1.35263,0,0,0.625923,0.779885,180,180,100,1), + (11416,175381,329,4038.13,-3649.91,135.658,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (11417,176424,329,3929.59,-3384.95,119.008,-1.46608,0,0,-0.66913,0.743145,180,180,100,1), + (11418,124388,0,-6198.54,-2929.79,214.336,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (11420,181627,0,-6335.34,-3115.09,299.723,0.907571,0,0,0.438371,0.898794,2,2,100,1), + (11421,1623,0,-6437.25,-3771.69,296.403,-2.02458,0,0,-0.848048,0.52992,300,300,100,1), + (11422,2743,0,-6196.7,-2927.13,214.346,0.10472,0,0,0.052336,0.99863,300,300,100,1), + (11423,2743,0,-6246.71,-2928.07,222.229,-2.42601,0,0,0.936672,-0.350207,300,300,100,1), + (11424,2743,0,-6154.16,-2880.76,211.567,-1.8675,0,0,0.803857,-0.594823,300,300,100,1), + (11425,2743,0,-6118.4,-2904.83,211.556,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (11426,3706,0,-6620.87,-2736.17,244.859,2.56563,0,0,0.95882,0.284015,7200,7200,100,1), + (11427,128293,0,-6118.81,-2911.51,210.97,-2.37365,0,0,0.927184,-0.374607,300,300,100,1), + (11428,2743,0,-6195.83,-3063.5,215.167,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (11429,2743,0,-6161.03,-2962.88,210.048,0.680678,0,0,0.333807,0.942641,300,300,100,1), + (11430,3706,0,-6335.1,-3072.2,310.834,1.0821,0,0,0.515038,0.857167,7200,7200,100,1), + (11431,1624,0,-6486.63,-4085.44,263.889,2.68781,0,0,0.97437,0.22495,300,300,100,1), + (11432,2743,0,-6082.54,-2971.77,209.072,0.139626,0,0,0.069756,0.997564,300,300,100,1), + (11433,2743,0,-6155.14,-3098.85,223.09,1.91986,0,0,0.819152,0.573576,300,300,100,1), + (11434,126049,0,-6171.99,-3029.98,222.44,1.18682,0,0,0.559193,0.829038,300,300,100,1), + (11435,128196,0,-6171.99,-3029.98,222.44,1.18682,0,0,0.559193,0.829038,900,900,100,1), + (11436,126049,0,-6294.55,-2925.82,232.211,-0.872665,0,0,0.422618,-0.906308,300,300,100,1), + (11437,128196,0,-6294.55,-2925.82,232.211,-0.872665,0,0,0.422618,-0.906308,900,900,100,1), + (11438,2866,0,-7244.48,-2173.67,294.868,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (11439,3707,0,-6453.15,-3382.33,241.694,-0.349066,0,0,0.173648,-0.984808,7200,7200,100,1), + (11440,2857,0,-6468.93,-3400.45,241.489,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11441,3706,0,-6364.81,-3079.97,300.279,-0.558505,0,0,0.275637,-0.961262,7200,7200,100,1), + (11443,2043,0,-7165.28,-2266.1,272.069,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (11444,2046,0,-7023.45,-3151.83,260.034,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (11445,2866,0,-7050.65,-3020.64,241.244,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (11446,2043,0,-6958.33,-3585.02,241.667,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (11447,1623,0,-7317.87,-3132.37,323.213,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (11448,3706,0,-6909.22,-2463.66,245.296,-0.593412,0,0,0.292372,-0.956305,7200,7200,100,1), + (11449,2866,0,-6848.68,-4146.1,266.608,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (11450,2046,0,-7136.1,-2450.06,252.14,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (11451,1623,0,-7264.99,-2188.65,293.052,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (11452,2043,0,-6803.64,-2467.96,255.746,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (11453,180248,0,-12382.8,332.3,0,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (11454,179490,0,-6382.77,-3168.55,301.079,-2.23402,0,0,0.898794,-0.438371,7200,7200,100,1), + (11455,2743,0,-6120.48,-3023.79,220.767,1.81514,0,0,0.788011,0.615662,300,300,100,1), + (11456,2743,0,-6090.06,-3089.71,244.347,1.39626,0,0,0.642788,0.766044,300,300,100,1), + (11457,128293,0,-6064.14,-3091.2,250.611,-2.21657,0,0,0.894934,-0.446198,300,300,100,1), + (11458,126049,0,-6096.92,-2979.69,207.402,1.44862,0,0,0.66262,0.748956,300,300,100,1), + (11459,128196,0,-6096.92,-2979.69,207.402,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (11460,128293,0,-6138.42,-3099.2,223.775,2.98451,0,0,0.996917,0.078459,300,300,100,1), + (11461,126049,0,-6142.52,-3013.78,220.446,0,0,0,0,1,300,300,100,1), + (11462,128196,0,-6142.52,-3013.78,220.446,0,0,0,0,1,900,900,100,1), + (11463,1624,0,-7046,-3581.79,241.981,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (11465,2866,0,-6713.47,-3580.06,242.403,1.91986,0,0,0.819151,0.573577,300,300,100,1), + (11466,2042,0,-6947.86,-3479.87,242.477,0.418879,0,0,0.207912,0.978148,300,300,100,1), + (11467,2046,0,-6562.81,-3381.49,277.232,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (11468,1623,0,-6519.87,-2397.08,294.743,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (11469,1624,0,-7049.94,-3044.68,241.517,-0.680679,0,0,-0.333807,0.942641,300,300,100,1), + (11470,179490,0,-6353.9,-3086.6,310.836,2.46091,0,0,0.942641,0.333807,7200,7200,100,1), + (11471,179490,0,-6386.62,-3110.13,310.836,0.383972,0,0,0.190809,0.981627,7200,7200,100,1), + (11472,179490,0,-6375.26,-3106.56,310.834,2.3911,0,0,0.930418,0.366501,7200,7200,100,1), + (11474,179490,0,-6323.38,-3108.49,310.836,2.51327,0,0,0.951057,0.309017,7200,7200,100,1), + (11475,179490,0,-6403.75,-3127.55,302.5,0.890118,0,0,0.430511,0.902585,7200,7200,100,1), + (11476,3707,0,-7003.62,-3349.16,241.669,0.174533,0,0,0.087156,0.996195,7200,7200,100,1), + (11477,142140,0,-6068.04,-3239.81,259.059,-1.95477,0,0,-0.829038,0.559192,300,300,100,1), + (11479,4149,0,-7438.18,-2317.32,237.041,-0.680679,0,0,0.333807,-0.942641,7200,7200,100,1), + (11480,180248,0,-12571.5,78.6718,0,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (11484,1624,0,-6651.19,-2919.27,241.667,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (11487,2866,0,-6716.53,-2585.74,241.754,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (11489,1624,0,-6816.62,-3016.05,241.667,-1.90241,0,0,-0.814116,0.580702,300,300,100,1), + (11493,2743,0,-6054.63,-3143.96,253.707,-1.3439,0,0,0.622515,-0.782608,300,300,100,1), + (11496,179492,0,-6355.08,-3092.07,293.056,-1.48353,0,0,0.67559,-0.737277,7200,7200,100,1), + (11497,179492,0,-6344.03,-3100.83,293.056,-2.28638,0,0,0.909961,-0.414693,7200,7200,100,1), + (11498,179492,0,-6365.05,-3094.3,293.056,2.47837,0,0,0.945519,0.325568,7200,7200,100,1), + (11499,179492,0,-6360.69,-3131.61,283.889,1.67552,0,0,0.743145,0.669131,7200,7200,100,1), + (11500,2867,0,-6278.5,-3743.92,243.805,-3.01942,0,0,0.998135,-0.061048,2,2,100,1), + (11501,2857,0,-6357.33,-3091.66,301.111,-0.645772,0,0,0.317305,-0.948324,7200,7200,100,1), + (11503,2857,0,-7132.2,-2424.15,240.79,-2.51327,0,0,0.951057,-0.309017,7200,7200,100,1), + (11518,126049,0,-6061.82,-3019.5,230.494,-1.6057,0,0,0.71934,-0.694658,300,300,100,1), + (11519,128196,0,-6061.82,-3019.5,230.494,-1.6057,0,0,0.71934,-0.694658,900,900,100,1), + (11520,1916,0,-5869.99,-2879.2,366.605,-1.63188,0.018878,0.01177,-0.728256,0.684944,7200,7200,100,1), + (11521,2061,0,-5869.99,-2879.2,366.605,-1.63188,0.018878,0.01177,-0.728256,0.684944,7200,7200,100,1), + (11522,1914,0,-5534.63,-2729.63,367.293,-1.95477,0,0,-0.829038,0.559193,7200,7200,100,1), + (11523,2061,0,-5534.63,-2729.63,367.293,-1.95477,0,0,-0.829038,0.559193,7200,7200,100,1), + (11524,304,0,-4898.03,-2722.11,329.891,-2.56563,0,0,0.95882,-0.284015,7200,7200,100,1), + (11525,257,0,-4730.98,-3539.81,302.685,3.14159,-0.138644,0.086308,0.9865,0.01213,2,2,100,1), + (11526,306,0,-5795.8,-2629.07,319.944,-2.46091,0,0,0.942641,-0.333807,7200,7200,100,1), + (11527,307,0,-5797.04,-2627.59,319.921,0.680678,0,0,0.333807,0.942641,7200,7200,100,1), + (11528,308,0,-5795.63,-2627.75,319.933,-0.890118,0,0,-0.430511,0.902585,7200,7200,100,1), + (11529,1908,0,-4789.69,-3026.56,301.496,1.78072,0.048073,0.073213,0.773832,0.627306,7200,7200,100,1), + (11530,2061,0,-4789.69,-3026.56,301.496,1.78072,0.048073,0.073213,0.773832,0.627306,7200,7200,100,1), + (11531,1909,0,-4942.91,-3016.25,328.289,2.94961,0.077261,-0.016179,0.992224,0.096228,7200,7200,100,1), + (11532,2061,0,-4942.91,-3016.25,328.289,2.94961,0.077261,-0.016179,0.992224,0.096228,7200,7200,100,1), + (11533,1912,0,-4977.35,-3497.51,305.183,-2.44346,-0.022342,-0.04061,0.938318,-0.342654,7200,7200,100,1), + (11534,2061,0,-4977.35,-3497.51,305.183,-2.44346,-0.022342,-0.04061,0.938318,-0.342654,7200,7200,100,1), + (11535,1915,0,-5707.29,-3785.8,322.835,3.04572,-0.008926,-0.00394,0.998805,0.04788,7200,7200,100,1), + (11536,2061,0,-5707.29,-3785.8,322.835,3.04572,-0.008926,-0.00394,0.998805,0.04788,7200,7200,100,1), + (11537,256,0,-5343.25,-3022.68,324.188,0.506147,0.008449,0.002185,0.250371,0.968111,7200,7200,100,1), + (11538,298,0,-5409.05,-2879.46,342.589,3.14159,0,0,1,0,7200,7200,100,1), + (11539,299,0,-5409.98,-2878.57,342.565,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11540,301,0,-5408.02,-2878.55,342.552,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11541,1917,0,-6027.57,-2806.85,386.783,-3.14159,-0.021802,0.034891,0.999153,0.000761,7200,7200,100,1), + (11542,2061,0,-6027.57,-2806.85,386.783,-3.14159,-0.021802,0.034891,0.999153,0.000761,7200,7200,100,1), + (11543,32884,0,-6028.05,-2991.77,401.631,1.52013,0,0,0.688967,0.724793,7200,7200,100,1), + (11544,2066,0,-6028.05,-2991.77,401.631,1.52013,0,0,0.688967,0.724793,7200,7200,100,1), + (11545,32885,0,-5971.39,-2972.43,387.368,-1.15215,0,0,-0.544737,0.838607,7200,7200,100,1), + (11546,173148,1,1926.6,-4134.1,40.8491,2.16421,0,0,0.882947,0.469472,900,900,100,1), + (11547,2061,1,1926.6,-4134.1,40.8491,2.16421,0,0,0.882947,0.469472,900,900,100,1), + (11548,173031,1,1815.54,-4556.47,22.8548,-1.76278,0,0,-0.771625,0.636078,900,900,100,1), + (11549,2061,1,1815.54,-4556.47,22.8548,-1.76278,0,0,-0.771625,0.636078,900,900,100,1), + (11551,173032,1,1796.53,-4575.21,22.8548,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11552,2061,1,1796.53,-4575.21,22.8548,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11553,173034,1,1865.54,-4559.36,24.8669,3.07178,0,0,0.999391,0.034899,900,900,100,1), + (11554,2061,1,1865.54,-4559.36,24.8669,3.07178,0,0,0.999391,0.034899,900,900,100,1), + (11555,173035,1,1844.26,-4568.07,24.8042,-2.34747,0,0,0.922201,-0.386711,900,900,100,1), + (11556,2061,1,1844.26,-4568.07,24.8042,-2.34747,0,0,0.922201,-0.386711,900,900,100,1), + (11557,173038,1,1920.52,-4570.01,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (11558,2061,1,1920.52,-4570.01,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (11559,1619,1,9327.23,1255.29,1257.6,-0.680679,0,0,-0.333807,0.942641,300,300,100,1), + (11561,1618,1,9325.94,1137.31,1253.57,0.15708,0,0,0.0784593,0.996917,300,300,100,1), + (11562,173089,1,1911.25,-4791.89,36.3755,-3.0456,0,0,0.998848,-0.047978,900,900,100,1), + (11563,2061,1,1911.25,-4791.89,36.3755,-3.0456,0,0,0.998848,-0.047978,900,900,100,1), + (11565,1619,1,9353.01,1180.59,1256.82,1.18682,0,0,0.559191,0.829039,300,300,100,1), + (11566,173050,1,1968.63,-4463.09,25.7394,-1.61443,0,0,-0.722364,0.691513,900,900,100,1), + (11567,2061,1,1968.63,-4463.09,25.7394,-1.61443,0,0,-0.722364,0.691513,900,900,100,1), + (11568,173073,1,2065.84,-4804.09,21.7027,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (11569,2061,1,2065.84,-4804.09,21.7027,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (11570,1617,1,9352.4,1300.2,1255.41,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (11571,173173,1,1831.88,-4339.11,-15.613,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11572,172992,1,1917.91,-4659.26,33.4919,1.78024,0,0,0.777146,0.629321,900,900,100,1), + (11573,1617,1,9482.81,1166.18,1254.85,0.279253,0,0,0.139173,0.990268,300,300,100,1), + (11574,173172,1,1827.71,-4324.88,-15.5923,-1.95477,0,0,-0.829037,0.559193,900,900,100,1), + (11575,2061,1,1827.71,-4324.88,-15.5923,-1.95477,0,0,-0.829037,0.559193,900,900,100,1), + (11576,173039,1,1920.58,-4591.22,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (11577,2061,1,1920.58,-4591.22,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (11578,173040,1,1901.62,-4593.54,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (11579,2061,1,1901.62,-4593.54,33.9444,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (11580,173081,1,2012.51,-4709.56,25.5909,2.99324,0,0,0.99725,0.074108,900,900,100,1), + (11581,173022,1,1927.56,-4421.84,22.5502,0.05236,0,0,0.026177,0.999657,900,900,100,1), + (11582,173030,1,1791.09,-4557.93,22.8548,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11583,2061,1,1791.09,-4557.93,22.8548,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11584,175658,1,1949.12,-4314.66,23.3492,-2.117,0.517355,0.2091,0.745466,-0.364557,900,900,100,1), + (11585,173054,1,1933.28,-4510.89,29.1152,-2.71399,0,0,0.977231,-0.212178,900,900,100,1), + (11586,1618,1,9671.11,1024.1,1285.07,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (11587,2061,1,1933.28,-4510.89,29.1152,-2.71399,0,0,0.977231,-0.212178,900,900,100,1), + (11588,173093,1,2030.85,-4740.4,29.2246,3.14159,0,0,1,0,900,900,100,1), + (11589,2061,1,2030.85,-4740.4,29.2246,3.14159,0,0,1,0,900,900,100,1), + (11590,176519,1,1647.26,-4201.95,56.2608,1.78896,0,0,0.779884,0.625924,900,900,100,1), + (11591,173077,1,1917.28,-4759.56,34.2189,-2.32129,0,0,0.91706,-0.398749,900,900,100,1), + (11592,2061,1,1917.28,-4759.56,34.2189,-2.32129,0,0,0.91706,-0.398749,900,900,100,1), + (11593,172969,1,1675.1,-4248.63,54.8454,-2.74017,0,0,0.979925,-0.199368,900,900,100,1), + (11594,172991,1,1885.63,-4484.75,23.0593,-3.00197,0,0,0.997564,-0.069757,900,900,100,1), + (11595,177024,1,1555.5,-4355.75,0.491264,1.30027,0,0,0.605294,0.796002,900,900,100,1), + (11596,2061,1,1555.5,-4355.75,0.491264,1.30027,0,0,0.605294,0.796002,900,900,100,1), + (11597,172981,1,1918.19,-4295.18,29.9851,-1.13446,0,0,-0.5373,0.843391,900,900,100,1), + (11598,173064,1,2048.72,-4812.21,22.4314,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11599,176516,1,1656.17,-4199.24,56.2608,1.56207,0,0,0.704015,0.710186,900,900,100,1), + (11600,173044,1,1837.78,-4552.43,22.9879,1.95477,0,0,0.829037,0.559193,900,900,100,1), + (11601,173083,1,2069.84,-4823.96,23.3434,1.27409,0,0,0.594823,0.803856,900,900,100,1), + (11602,173111,1,1615.66,-4314,3.19688,-1.36136,0,0,-0.62932,0.777146,900,900,100,1), + (11603,2061,1,1615.66,-4314,3.19688,-1.36136,0,0,-0.62932,0.777146,900,900,100,1), + (11604,173049,1,1956.85,-4468.36,42.8912,-1.61443,0,0,-0.722364,0.691513,900,900,100,1), + (11605,2061,1,1956.85,-4468.36,42.8912,-1.61443,0,0,-0.722364,0.691513,900,900,100,1), + (11606,173015,1,1782.19,-4497.99,44.8625,-2.54429,-0.051976,0.005095,0.954716,-0.292899,900,900,100,1), + (11607,173141,1,1940.42,-4226.31,42.1457,2.2253,0,0,0.896873,0.442289,900,900,100,1), + (11608,2061,1,1940.42,-4226.31,42.1457,2.2253,0,0,0.896873,0.442289,900,900,100,1), + (11609,173029,1,1778.94,-4495.76,27.588,-2.19039,0,0,0.889017,-0.457874,900,900,100,1), + (11610,2061,1,1778.94,-4495.76,27.588,-2.19039,0,0,0.889017,-0.457874,900,900,100,1), + (11611,173211,1,1657.96,-4309.97,2.41954,0.951205,0,0,0.457874,0.889017,900,900,100,1), + (11612,1618,1,9435.71,883.288,1257.54,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (11613,2061,1,1657.96,-4309.97,2.41954,0.951205,0,0,0.457874,0.889017,900,900,100,1), + (11614,173171,1,1779.92,-4369.31,-16.3426,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11615,2061,1,1779.92,-4369.31,-16.3426,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11616,177022,1,1654.93,-4315.18,2.07859,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (11617,2061,1,1654.93,-4315.18,2.07859,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (11618,177011,1,2085.81,-4769.67,23.2689,2.73918,0,0,0.979826,0.199852,900,900,100,1), + (11619,2061,1,2085.81,-4769.67,23.2689,2.73918,0,0,0.979826,0.199852,900,900,100,1), + (11620,1618,1,9388.56,961.886,1281.65,-0.226893,0,0,-0.113203,0.993572,300,300,100,1), + (11621,1617,1,9314.82,943.729,1302.86,-3.12414,0,0,-0.999962,0.0087262,300,300,100,1), + (11622,1617,1,9368.13,1000.95,1284.53,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (11623,1617,1,9365.51,1035.82,1282.32,-1.58825,0,0,-0.713251,0.700909,300,300,100,1), + (11624,173196,1,2184.29,-4720.51,56.6635,-2.618,0,0,0.965926,-0.258819,900,900,100,1), + (11625,2061,1,2184.29,-4720.51,56.6635,-2.618,0,0,0.965926,-0.258819,900,900,100,1), + (11626,1617,1,9212.6,870.443,1328.31,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (11627,177002,1,1757.13,-4208.73,41.2056,0.56642,-0.01642,0.036109,0.279433,0.959345,900,900,100,1), + (11628,1619,1,9308.93,820.348,1310.4,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (11629,2061,1,1757.13,-4208.73,41.2056,0.56642,-0.01642,0.036109,0.279433,0.959345,900,900,100,1), + (11630,177003,1,1956.27,-4338.9,21.9815,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (11631,2061,1,1956.27,-4338.9,21.9815,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (11632,172976,1,1767.18,-4222.86,44.4628,-0.445059,0,0,-0.220697,0.975342,900,900,100,1), + (11633,173051,1,1956.14,-4470.62,25.7394,-1.61443,0,0,-0.722364,0.691513,900,900,100,1), + (11634,2061,1,1956.14,-4470.62,25.7394,-1.61443,0,0,-0.722364,0.691513,900,900,100,1), + (11635,1620,1,9490.35,652.117,1268.94,2.77507,0,0,0.983255,0.182237,300,300,100,1), + (11636,2066,0,-5971.39,-2972.43,387.368,-1.15215,0,0,-0.544737,0.838607,7200,7200,100,1), + (11637,18342,0,-4840.23,-4040.98,315.271,1.68216,0.019511,-0.017451,0.745107,0.666431,7200,7200,100,1), + (11638,18343,0,-4866.01,-4041.11,314.985,3.14159,0,0.052336,0.99863,0,7200,7200,100,1), + (11639,2043,0,-14765.2,-405.041,6.56563,-1.90241,0,0,-0.814116,0.580702,300,300,100,1), + (11640,2042,0,-13306.8,-363.942,12.7775,1.44862,0,0,0.662619,0.748957,300,300,100,1), + (11641,2045,0,-14344.1,-58.0907,-21.9027,-1.53589,0,0,-0.694658,0.71934,300,300,100,1), + (11642,2045,0,-14396.7,14.4545,-9.31337,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (11643,2041,0,-14242.5,-8.0013,12.1939,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (11644,1624,0,-14566.9,-383.13,6.86567,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (11645,180900,0,-14597.8,143.019,0,1.46608,0,0,0.669132,0.743144,3600,3600,100,1), + (11646,2045,0,-11732.6,1332.68,-9.04218,0.698132,0,0,0.34202,0.939693,300,300,100,1), + (11647,2041,0,-13549,433.35,76.8176,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (11648,1623,0,-11545.9,-934.642,93.8509,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (11649,1624,0,-11692.4,-818.605,35.9212,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (11650,180902,0,-14678.3,553.845,0,2.54818,0,0,0.956305,0.292372,3600,3600,100,1), + (11651,4149,0,-14919.2,89.7708,0.199598,0.034907,0,0,0.017452,0.999848,900,900,100,1), + (11652,2554,0,-14928.2,74.125,7.52184,2.25148,0,0,0.902585,0.430511,900,900,100,1), + (11653,1623,0,-13897,-53.9225,37.2028,-2.54818,0,0,-0.956305,0.292372,300,300,100,1), + (11654,1623,0,-11590.7,522.34,73.487,1.91986,0,0,0.819151,0.573577,300,300,100,1), + (11658,2041,0,-11516.4,712.065,61.4073,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (11659,2045,0,-13870.9,-231.994,-5.23943,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (11660,2045,0,-13595.2,601.005,-25.8844,0.575959,0,0,0.284016,0.95882,300,300,100,1), + (11661,180683,0,-12560.9,47.653,0,2.75762,0,0,0.981627,0.190809,3600,3600,100,1), + (11662,180683,0,-11844.9,908.972,0,-1.65806,0,0,-0.737276,0.675591,3600,3600,100,1), + (11663,180683,0,-11833.4,1198.48,0,2.49582,0,0,0.948324,0.317305,3600,3600,100,1), + (11664,3707,0,-13657.1,539.281,-0.583414,0.174533,0,0,0.087156,0.996195,900,900,100,1), + (11666,2560,0,-14473.4,64.7226,-0.967944,-0.698132,0,0,0.34202,-0.939693,900,900,100,1), + (11667,2046,0,-13100.4,-612.79,88.3503,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (11668,180684,0,-11925.3,-322.532,10.085,-2.89725,0,0,-0.992546,0.121868,3600,3600,100,1), + (11669,142140,0,-11688.4,529.068,50.7798,1.01229,0,0,0.484809,0.87462,300,300,100,1), + (11670,2042,0,-11804.2,493.54,43.9985,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (11671,1623,0,-13911.6,469.115,94.4021,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (11673,2046,0,-13681.5,-318.118,7.24038,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (11674,2043,0,-12658,-885.355,53.9736,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (11675,3707,0,-11558.6,575.308,50.7439,1.67552,0,0,0.743145,0.669131,900,900,100,1), + (11676,4149,0,-14668.9,-204.651,6.01329,-2.47837,0,0,0.945519,-0.325568,900,900,100,1), + (11677,142140,0,-12520.5,-719.582,40.9531,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (11678,2046,0,-12813.8,-754.481,77.9147,-2.49582,0,0,-0.948324,0.317305,300,300,100,1), + (11681,2043,0,-13643.1,268.088,41.9304,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (11682,2043,0,-13446.8,635.893,9.43585,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (11683,2046,0,-12884.4,-491.262,49.1285,1.5708,0,0,0.707108,0.707106,300,300,100,1), + (11684,2045,0,-12253.2,726.318,-65.8863,2.32129,0,0,0.91706,0.398748,300,300,100,1), + (11685,1624,0,-13281.7,-347.058,13.1503,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (11686,2744,0,-12189.1,481.961,-71.9976,-1.53589,0,0,0.694658,-0.71934,900,900,100,1), + (11687,2744,0,-12173.9,439.63,-35.3151,1.81514,0,0,0.788011,0.615662,900,900,100,1), + (11688,180682,0,-11707.8,1092.1,0,0.261799,0,0,0.130526,0.991445,3600,3600,100,1), + (11689,180712,0,-13744.5,-402.947,0,-1.76278,0,0,-0.771624,0.636079,3600,3600,100,1), + (11690,3707,0,-14281.3,28.1391,-0.400903,1.97222,0,0,0.833886,0.551937,900,900,100,1), + (11691,2857,0,-11577.6,602.514,50.5017,-1.09956,0,0,0.522499,-0.85264,900,900,100,1), + (11692,3706,0,-12733.5,199.879,-0.906217,2.68781,0,0,0.97437,0.224951,900,900,100,1), + (11693,4149,0,-12474.5,-999.968,49.9034,1.37881,0,0,0.636078,0.771625,900,900,100,1), + (11694,3706,0,-11695.2,1033.12,-0.366853,-1.71042,0,0,0.75471,-0.656059,900,900,100,1), + (11695,4149,0,-13254.4,-547.913,17.2804,-2.9147,0,0,0.993572,-0.113203,900,900,100,1), + (11699,2043,0,-11842.4,705.923,46.2934,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (11700,180712,0,-13516.4,808.229,0,-0.890118,0,0,-0.430511,0.902585,3600,3600,100,1), + (11701,180902,0,-13629.8,-437.232,0,-1.09956,0,0,-0.5225,0.852639,3600,3600,100,1), + (11702,3707,0,-13007.9,-737.713,56.0383,-2.93215,0,0,0.994522,-0.104529,900,900,100,1), + (11703,180712,0,-13952.5,695.664,0,-1.0821,0,0,-0.515036,0.857168,3600,3600,100,1), + (11704,4149,0,-12973.8,-820.664,71.0466,3.14159,0,0,1,0,900,900,100,1), + (11705,2560,0,-14592.1,-83.6838,0.382619,-3.01942,0,0,0.998135,-0.061048,900,900,100,1), + (11706,2560,0,-14448.1,-112.281,-1.23729,-1.309,0,0,0.608761,-0.793353,900,900,100,1), + (41954,178434,0,-3757.23,-775.569,14.8131,-3.01941,0,0,0,0,180,180,100,1), + (41953,178667,0,-3751.6,-767.777,9.84089,-0.104719,0,0,0,0,180,180,100,1), + (41952,178746,0,-3757.98,-769.912,9.46039,2.35619,0,0,0,0,180,180,100,1), + (11711,2041,1,-4515.99,-3948.13,30.3524,-2.6529,0,0,-0.970296,0.241922,300,300,100,1), + (41951,180797,0,-3755.38,-775.585,9.87012,0.59341,0,0,0,0,180,180,100,1), + (11720,173154,1,1895.1,-4131.42,43.4859,2.85361,0,0,0.989651,0.143493,900,900,100,1), + (11722,2045,1,-4387.63,-4101.15,-6.98725,-2.05949,0,0,-0.857168,0.515037,300,300,100,1), + (11723,2061,1,1895.1,-4131.42,43.4859,2.85361,0,0,0.989651,0.143493,900,900,100,1), + (11724,172996,1,1569.15,-4200.98,46.1592,-0.98611,0,0,-0.473319,0.880891,900,900,100,1), + (11726,172972,1,1675.07,-4248.65,52.8461,-2.74017,0,0,0.979925,-0.199368,900,900,100,1), + (11729,173177,1,1818.26,-4316.23,-11.8271,-2.46092,0,0,0.942642,-0.333806,900,900,100,1), + (11730,173170,1,1770.24,-4294.3,6.66837,-1.29154,0,0,-0.601815,0.798635,900,900,100,1), + (11731,173078,1,2083.53,-4820.11,23.5203,2.39983,0,0,0.932008,0.362438,900,900,100,1), + (11732,176520,1,1644.84,-4219.89,56.233,1.78896,0,0,0.779884,0.625924,900,900,100,1), + (11733,173068,1,2023.87,-4656.08,27.1767,1.42244,0,0,0.652759,0.757565,900,900,100,1), + (11734,2061,1,2023.87,-4656.08,27.1767,1.42244,0,0,0.652759,0.757565,900,900,100,1), + (11735,179740,1,1675.1,-4248.63,53.8335,-2.74017,0,0,0.979925,-0.199368,900,900,100,1), + (11736,173115,1,1639.73,-4438.38,15.5362,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11738,2061,1,1639.73,-4438.38,15.5362,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11739,177010,1,2040.5,-4633.04,50.8223,2.73918,0,0,0.979826,0.199852,900,900,100,1), + (11750,186450,1,-4050.4,-3494.15,39.4257,2.07694,0,0,0.861629,0.507538,900,900,100,1), + (11751,186450,1,-4097.73,-3509.59,37.9191,2.14675,0,0,0.878817,0.477159,900,900,100,1), + (11752,186450,1,-4151.63,-3588.12,41.5485,-2.96706,0,0,0.996195,-0.087156,900,900,100,1), + (11754,153470,1,-4284.75,-2701.82,35.4162,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (11755,2857,1,-2974.57,-4357.69,9.21989,-2.74017,0,0,0.979925,-0.199368,7200,7200,100,1), + (11756,1624,1,-4793.51,-3968.45,48.6377,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (11757,20939,1,-2820.73,-3596.14,31.2977,-2.53073,0,0,0.953717,-0.300706,900,900,100,1), + (11758,2045,1,-2379.33,-4270.28,-3.92532,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (11759,2045,1,-2429.43,-3976.55,-0.002669,0.785398,0,0,0.382683,0.92388,300,300,100,1), + (11760,2043,1,-4678.71,-3958.52,42.931,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (11761,1735,1,-2273.89,-4297.95,9.49099,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (11762,2040,1,-4678.96,-4025.91,50.7891,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (11763,2041,1,-3956.82,-2980.2,30.5194,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (11764,2046,1,-2672.3,-3906.82,39.8428,0.174533,0,0,0.0871558,0.996195,300,300,100,1), + (11765,2413,30,41.1652,-426.866,44.686,2.7838,0,0,0.984041,0.177944,120,120,0,1), + (11766,2413,30,39.0968,-425.746,44.6912,-0.619592,0,0,-0.304864,0.952396,120,120,0,1), + (11767,2413,30,25.758,-425.837,47.6369,-1.98095,0,0,-0.836286,0.548293,120,120,0,1), + (11768,2413,30,27.6786,-427.69,47.6369,-2.67908,0,0,0.973379,-0.2292,120,120,0,1), + (11769,2413,30,25.2482,-433.104,47.6369,2.38237,0,0,0.92881,0.370557,120,120,0,1), + (11770,2061,0,-4866.01,-4041.11,314.985,3.14159,0,0.052336,0.99863,0,7200,7200,100,1), + (11771,18345,0,-6039.7,-2985.6,401.951,-3.14159,0.121859,-0.012992,0.992461,0.001595,7200,7200,100,1), + (11772,18341,0,-5275.48,-2706.69,342.648,-3.14159,0.013024,-0.100179,0.994883,0.001311,7200,7200,100,1), + (11773,144132,0,-5344.32,-2945.06,323.339,3.09796,0,0,0.999762,0.021815,7200,7200,100,1), + (11774,2061,1,2040.5,-4633.04,50.8223,2.73918,0,0,0.979826,0.199852,900,900,100,1), + (11775,173133,1,1941.7,-4171.87,43.4859,-2.15548,0,0,0.880891,-0.473319,900,900,100,1), + (11776,2061,1,1941.7,-4171.87,43.4859,-2.15548,0,0,0.880891,-0.473319,900,900,100,1), + (11777,173189,1,2206.41,-4775.41,64.8108,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (11778,2061,1,2206.41,-4775.41,64.8108,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (11779,173108,1,1627.12,-4299.51,3.06837,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11780,172983,1,1880.71,-4535.49,30.3436,1.78024,0,0,0.777146,0.629321,900,900,100,1), + (11781,173175,1,1804.83,-4309.08,-11.7321,-1.95477,0,0,-0.829037,0.559193,900,900,100,1), + (11782,2061,1,1804.83,-4309.08,-11.7321,-1.95477,0,0,-0.829037,0.559193,900,900,100,1), + (11783,173116,1,1742.33,-4314.65,33.2153,-2.43473,0,0,0.938191,-0.346117,900,900,100,1), + (11784,2061,1,1742.33,-4314.65,33.2153,-2.43473,0,0,0.938191,-0.346117,900,900,100,1), + (11785,173053,1,1909.75,-4461.53,53.3135,-1.63188,0,0,-0.728371,0.685183,900,900,100,1), + (11786,2061,1,1909.75,-4461.53,53.3135,-1.63188,0,0,-0.728371,0.685183,900,900,100,1), + (11787,173209,1,1637.32,-4311.27,0.841188,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11788,177012,1,1997.29,-4717.17,26.5592,2.73558,0.041218,0.045419,0.977952,0.19962,900,900,100,1), + (11789,2061,1,1997.29,-4717.17,26.5592,2.73558,0.041218,0.045419,0.977952,0.19962,900,900,100,1), + (11790,173009,1,1428.53,-4412.34,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (11791,2061,1,1428.53,-4412.34,25.2892,-2.23402,0,0,0.898794,-0.438372,900,900,100,1), + (11792,173195,1,2141.06,-4789.56,56.6635,-0.183259,0,0,-0.091501,0.995805,900,900,100,1), + (11793,2061,1,2141.06,-4789.56,56.6635,-0.183259,0,0,-0.091501,0.995805,900,900,100,1), + (11794,177014,1,1606.92,-4095.97,33.2941,0.881392,0,0,0.426569,0.904455,900,900,100,1), + (11795,2061,1,1606.92,-4095.97,33.2941,0.881392,0,0,0.426569,0.904455,900,900,100,1), + (11796,172958,1,1494.56,-4423.78,25.6983,0.139626,0,0,0.069757,0.997564,900,900,100,1), + (11797,172977,1,1767.18,-4222.86,42.9965,-0.445059,0,0,-0.220697,0.975342,900,900,100,1), + (11798,173082,1,2038.61,-4729.11,25.4759,2.81871,0,0,0.986996,0.160743,900,900,100,1), + (11799,173210,1,1685,-4344.48,61.1575,-2.06821,0,0,-0.859406,0.511293,900,900,100,1), + (11800,2061,1,1685,-4344.48,61.1575,-2.06821,0,0,-0.859406,0.511293,900,900,100,1), + (11801,172963,1,1724.03,-4375.56,33.3232,-1.27409,0,0,-0.594822,0.803857,900,900,100,1), + (11802,173200,1,1520.58,-4428.06,17.6689,0.401425,0,0,0.199368,0.979925,900,900,100,1), + (11803,2061,1,1520.58,-4428.06,17.6689,0.401425,0,0,0.199368,0.979925,900,900,100,1), + (11804,180901,0,-14726,353.928,0,-2.96706,0,0,-0.996195,0.0871556,3600,3600,100,1), + (11805,2045,0,-12133.3,1024.23,-6.8605,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (11806,4149,0,-13361.6,9.93273,21.3935,-1.8675,0,0,0.803857,-0.594823,900,900,100,1), + (11807,2043,0,-12764.5,-827.737,67.7284,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (11808,175405,329,4032.85,-3388.84,119.667,-1.5708,0,0,-0.707107,0.707107,180,180,100,1), + (11809,1623,0,-11866.5,683.015,47.0637,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (11810,1624,0,-12288.7,-59.579,31.1542,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (11811,2744,0,-12194.5,597.606,-66.1562,0.925024,0,0,0.446198,0.894934,900,900,100,1), + (11813,2046,0,-12408.4,-822.869,45.1533,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (11814,1623,0,-12295.8,-965.046,45.7216,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (11815,2046,0,-12034.3,-972.064,59.7587,-2.86234,0,0,-0.990268,0.139173,300,300,100,1), + (11816,2043,0,-11975.7,-265.456,23.3149,1.51844,0,0,0.688356,0.725373,300,300,100,1), + (11817,2045,0,-12050,566.949,-15.5172,3.10669,0,0,0.999848,0.0174505,300,300,100,1), + (11818,2744,0,-12140.9,558.236,-30.8249,-0.663225,0,0,0.325568,-0.945519,900,900,100,1), + (11819,144133,0,-5340.11,-2940.55,323.762,1.82387,-0.054469,-0.08453,0.786146,0.609805,7200,7200,100,1), + (11820,32878,0,-4798.47,-2967.52,321.585,2.49257,0,0,0.947806,0.318847,7200,7200,100,1), + (11821,2066,0,-4798.47,-2967.52,321.585,2.49257,0,0,0.947806,0.318847,7200,7200,100,1), + (11822,32882,0,-4902.57,-3904.98,300.313,-2.98225,0.054233,-0.021894,0.99523,-0.078087,7200,7200,100,1), + (11823,2066,0,-4902.57,-3904.98,300.313,-2.98225,0.054233,-0.021894,0.99523,-0.078087,7200,7200,100,1), + (11824,142103,0,-5365.62,-2954.11,323.755,-2.86234,0,0,0.990268,-0.139173,7200,7200,100,1), + (11825,305,0,-4899.37,-2721.83,329.864,2.14675,0,0,0.878817,0.477159,7200,7200,100,1), + (11826,303,0,-4899.1,-2720.52,329.917,0.575958,0,0,0.284015,0.95882,7200,7200,100,1), + (11827,32881,0,-5037.6,-2679.46,319.044,2.35061,0,0,0.922807,0.385262,7200,7200,100,1), + (11828,2066,0,-5037.6,-2679.46,319.044,2.35061,0,0,0.922807,0.385262,7200,7200,100,1), + (11829,92420,0,-4885.06,-3968.84,297.924,-3.14159,0.026173,0.017446,0.999505,-0.000457,2,2,100,1), + (11830,1911,0,-5283.56,-2700.25,343.926,3.14159,-0.043485,-0.078385,0.995968,-0.003422,7200,7200,100,1), + (11831,2061,0,-5283.56,-2700.25,343.926,3.14159,-0.043485,-0.078385,0.995968,-0.003422,7200,7200,100,1), + (11832,18340,0,-5049.23,-2679.08,319.509,0.825181,0.039959,0.017491,0.400602,0.915213,7200,7200,100,1), + (11833,18344,0,-4941.19,-4029.23,301.126,-2.99337,-0.011435,-0.022722,0.996911,-0.074306,7200,7200,100,1), + (11834,302,0,-5409.98,-2878.56,342.065,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11835,29761,0,-4810.07,-2656.89,327.136,-2.98451,0,0,0.996917,-0.07846,7200,7200,100,1), + (11836,29759,0,-4810.68,-2658.94,327.136,2.46964,0,0,0.944089,0.32969,7200,7200,100,1), + (11837,29760,0,-4829.66,-2668.8,334.006,-0.977385,0,0,-0.469472,0.882947,7200,7200,100,1), + (11838,147036,0,-4810.08,-2681.62,333.999,2.53945,0,0,0.95502,0.296541,7200,7200,100,1), + (11839,147037,0,-4806.6,-2679.24,333.999,-2.74017,0,0,0.979925,-0.199368,7200,7200,100,1), + (11840,147038,0,-4809.08,-2681.26,333.999,2.23402,0,0,0.898794,0.438371,7200,7200,100,1), + (11841,147039,0,-4808.53,-2680.56,333.999,2.67035,0,0,0.97237,0.233446,7200,7200,100,1), + (11842,147041,0,-4805.37,-2678.18,333.999,0.881391,0,0,0.426569,0.904455,7200,7200,100,1), + (11843,29764,0,-4806.16,-2675.97,334.006,1.46608,0,0,0.669131,0.743145,7200,7200,100,1), + (11844,147042,0,-4806.31,-2677.92,333.999,1.23046,0,0,0.577145,0.816642,7200,7200,100,1), + (11845,29763,0,-4827.6,-2669.83,334.006,-2.02458,0,0,-0.848048,0.529919,7200,7200,100,1), + (11846,29765,0,-4828.14,-2656.83,327.136,-0.322885,0,0,-0.160742,0.986996,7200,7200,100,1), + (11847,29762,0,-4826.62,-2658.81,327.136,1.85878,0,0,0.801254,0.598325,7200,7200,100,1), + (11848,147040,0,-4807.63,-2680,333.999,1.97222,0,0,0.833886,0.551937,7200,7200,100,1), + (11849,28069,0,-5216.88,-3089.58,299.788,1.72788,0,0,0.760406,0.649448,7200,7200,100,1), + (11850,28071,0,-5207.99,-3089.1,300.122,1.72788,0,0,0.760406,0.649448,7200,7200,100,1), + (11851,28072,0,-5206.44,-3087.5,300.122,3.12414,0,0,0.999962,0.008726,7200,7200,100,1), + (11852,22223,0,-5219.02,-3083,300.156,2.73142,-0.003234,-0.008105,0.979008,0.203633,7200,7200,100,1), + (11853,2061,0,-5219.02,-3083,300.156,2.73142,-0.003234,-0.008105,0.979008,0.203633,7200,7200,100,1), + (11854,28073,0,-5268.46,-2966.62,338.743,-2.73144,0,0,0.979046,-0.203641,7200,7200,100,1), + (11855,28075,0,-5273.8,-2969.72,338.731,0.322886,0,0,0.160743,0.986996,7200,7200,100,1), + (11856,32596,0,-5281.09,-2967.8,338.404,-1.09083,0,0,-0.518773,0.854912,7200,7200,100,1), + (11857,28070,0,-5270.11,-2969.55,338.731,3.02815,0,0,0.998392,0.056693,7200,7200,100,1), + (11858,28074,0,-5271.56,-2971.41,338.731,2.06821,0,0,0.859406,0.511293,7200,7200,100,1), + (11859,22223,0,-5278.2,-2960.83,338.777,1.98092,-0.005979,-0.006356,0.836255,0.548272,7200,7200,100,1), + (11860,2061,0,-5278.2,-2960.83,338.777,1.98092,-0.005979,-0.006356,0.836255,0.548272,7200,7200,100,1), + (11861,29152,0,-5287.12,-2948.15,336.763,-3.08051,0,0,0.999534,-0.030539,7200,7200,100,1), + (11862,29154,0,-5292.09,-2942.82,336.763,-1.16064,0,0,-0.548293,0.836286,7200,7200,100,1), + (11863,29155,0,-5289.42,-2942.68,336.763,-1.85878,0,0,-0.801254,0.598324,7200,7200,100,1), + (11864,29150,0,-5286.71,-2941.47,330.654,-1.77151,0,0,-0.774393,0.632705,7200,7200,100,1), + (11865,2061,0,-5286.71,-2941.47,330.654,-1.77151,0,0,-0.774393,0.632705,7200,7200,100,1), + (11866,29151,0,-5286.72,-2940.35,330.654,1.37008,0,0,0.632706,0.774392,7200,7200,100,1), + (11867,2061,0,-5286.72,-2940.35,330.654,1.37008,0,0,0.632706,0.774392,7200,7200,100,1), + (11868,28069,0,-5345.51,-2916.22,320.978,1.42244,0,0,0.65276,0.757565,7200,7200,100,1), + (11869,28071,0,-5336.89,-2918.44,321.312,1.42244,0,0,0.65276,0.757565,7200,7200,100,1), + (11870,75299,189,1762.11,1153.56,7.49028,-1.55334,0,0,0.700909,-0.71325,7200,7200,100,1), + (11871,1624,189,1776.21,1224.47,17.5028,1.6057,0,0,0.719339,0.694659,7200,7200,100,1), + (11872,75299,189,1847.77,1276.34,18.1573,2.80998,0,0,0.986286,0.165048,7200,7200,100,1), + (11873,1628,189,1756.58,1345.03,19.7123,0.174533,0,0,0.0871558,0.996195,7200,7200,100,1), + (11875,104591,189,1069.95,1399.14,30.7956,3.14159,0,0,1,0,7200,7200,100,1), + (11876,97700,189,1167.79,1347.26,31.5494,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11877,104600,189,1173.01,1398.91,31.9723,3.14159,0,0,1,0,7200,7200,100,1), + (11878,2046,189,914.585,1382.04,18.0142,0.645772,0,0,0.317305,0.948324,7200,7200,100,1), + (11879,2046,189,1003.95,1362.73,27.3063,2.75762,0,0,0.981627,0.190809,7200,7200,100,1), + (11880,2041,189,997.603,1402.26,27.1362,0.401426,0,0,0.199368,0.979925,7200,7200,100,1), + (11881,104589,189,1073.91,1405.92,30.2722,3.14159,0,0,1,0,7200,7200,100,1), + (11882,165622,189,1161.39,1375.41,32.0802,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11883,165623,189,1163.24,1375.41,32.0802,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11884,165624,189,1165.07,1375.41,32.0802,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11885,165631,189,1163.25,1422.59,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11886,165626,189,1165.07,1372.93,32.0802,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11887,165627,189,1161.39,1372.93,32.0802,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11888,165628,189,1163.25,1425.97,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11889,165630,189,1165.1,1425.97,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11890,165629,189,1161.42,1425.97,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11891,165632,189,1165.1,1422.59,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11892,165633,189,1161.42,1422.59,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11893,165625,189,1163.24,1372.93,32.0802,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (11894,97701,189,1169.03,1345.63,33.0456,3.14159,0,0,1,0,1,1,100,1), + (11895,176667,189,222.627,-285.834,19.3069,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11896,176665,189,219.113,-285.834,19.3069,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11897,176666,189,217.265,-285.834,19.3069,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11898,176668,189,224.475,-285.834,19.3069,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (11899,75299,189,223.898,-292.728,19.1996,2.51327,0,0,0.951057,0.309017,7200,7200,100,1), + (11900,2042,189,191.442,-254.219,18.7887,2.00713,0,0,0.843392,0.537299,7200,7200,100,1), + (11901,20726,189,238.548,-307.686,21.4263,2.67035,0,0,0.97237,0.233445,300,300,100,1), + (11902,175738,189,238.811,-305.724,21.4395,0.401426,0,0,0.199368,0.979925,7200,7200,100,1), + (11903,175739,189,270.507,-305.725,21.437,2.68781,0,0,0.97437,0.224951,7200,7200,100,1), + (11904,2041,189,120.013,-263.813,18.5465,-2.47837,0,0,-0.945519,0.325567,7200,7200,100,1), + (11905,176681,189,251.674,-346.865,20.4242,-1.29154,0,0,-0.601814,0.798636,7200,7200,100,1), + (11906,176686,189,251.754,-375.462,20.4242,1.12574,0,0,0.533615,0.845728,7200,7200,100,1), + (11907,176680,189,256.719,-346.865,20.4242,-2.01585,0,0,-0.845727,0.533615,7200,7200,100,1), + (11908,175753,189,249.214,-369.016,20.4024,0.261799,0,0,0.130526,0.991445,7200,7200,100,1), + (11909,176683,189,273.074,-347.142,20.4242,-1.29154,0,0,-0.601814,0.798636,7200,7200,100,1), + (11910,176675,189,256.719,-382.899,20.4242,-2.01585,0,0,-0.845727,0.533615,7200,7200,100,1), + (11911,173057,1,1938.21,-4277.06,30.1019,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (11912,2061,1,1938.21,-4277.06,30.1019,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (11913,173203,1,1526.93,-4366.51,17.8723,-0.811576,0,0,-0.394743,0.918792,900,900,100,1), + (11914,172950,1,1954.33,-4372.81,22.2994,1.0472,0,0,0.5,0.866025,900,900,100,1), + (11915,2061,1,1954.33,-4372.81,22.2994,1.0472,0,0,0.5,0.866025,900,900,100,1), + (11916,173167,1,1794.18,-4301.78,4.38242,-1.79769,0,0,-0.782608,0.622515,900,900,100,1), + (11917,2061,1,1794.18,-4301.78,4.38242,-1.79769,0,0,-0.782608,0.622515,900,900,100,1), + (11918,173184,1,2153.22,-4740.77,67.568,-0.05236,0,0,-0.026177,0.999657,900,900,100,1), + (11919,2061,1,2153.22,-4740.77,67.568,-0.05236,0,0,-0.026177,0.999657,900,900,100,1), + (11920,173176,1,1769.61,-4333.75,-8.31993,-1.95477,0,0,-0.829037,0.559193,900,900,100,1), + (11921,179517,429,129.481,544.967,-48.4663,0,0,0,0.725374,0.688355,0,0,100,1), + (11922,148836,109,-420.848,94.7487,-174.196,3.14159,0,0,1,0,120,120,0,1), + (11923,2061,1,1769.61,-4333.75,-8.31993,-1.95477,0,0,-0.829037,0.559193,900,900,100,1), + (11924,176521,1,1654.32,-4224.51,56.233,-2.75762,0,0,0.981627,-0.190809,900,900,100,1), + (11925,172986,1,1880.33,-4535.97,29.7158,3.05433,0,0,0.999048,0.043619,900,900,100,1), + (11926,172975,1,1766.85,-4223.18,43.53,-1.51844,0,0,-0.688354,0.725375,900,900,100,1), + (11927,173114,1,1635.84,-4450.78,15.5362,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11928,2061,1,1635.84,-4450.78,15.5362,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11929,179739,1,1695.05,-4290.51,33.2556,1.48353,0,0,0.67559,0.737277,900,900,100,1), + (11930,1617,1,9528.68,618.713,1271.98,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (11931,172988,1,1885.63,-4484.75,24.1503,-3.00197,0,0,0.997564,-0.069757,900,900,100,1), + (11932,1617,1,9650.32,626.219,1307.94,-0.279253,0,0,-0.139173,0.990268,300,300,100,1), + (11933,172990,1,1886.59,-4484.65,24.1573,0.174533,0,0,0.087156,0.996195,900,900,100,1), + (11934,1617,1,9717.33,701.682,1296.61,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (11935,1618,1,9751.36,753.607,1298.53,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (11936,1618,1,9751.25,668.611,1295.53,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (11937,172982,1,1880.33,-4535.97,30.8068,3.05433,0,0,0.999048,0.043619,900,900,100,1), + (11938,173026,1,1768.76,-4482.94,45.399,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11939,173144,1,1921.37,-4198.65,41.9869,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (11940,1618,1,9957.4,715.484,1317.46,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (11941,1618,1,10000.5,729.538,1325.13,-1.44862,0,0,-0.662619,0.748957,300,300,100,1), + (11942,2061,1,1921.37,-4198.65,41.9869,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (11943,173166,1,1760.99,-4301.22,6.97531,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11944,2061,1,1760.99,-4301.22,6.97531,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (11945,173099,1,2035.21,-4638.21,29.6803,-0.890119,0,0,-0.430512,0.902585,900,900,100,1), + (11946,2061,1,2035.21,-4638.21,29.6803,-0.890119,0,0,-0.430512,0.902585,900,900,100,1), + (11947,1618,1,9671.17,573.366,1307.38,1.5708,0,0,0.707108,0.707106,300,300,100,1), + (11948,1617,1,9625.06,552.728,1320.63,-0.855212,0,0,-0.414694,0.909961,300,300,100,1), + (11949,172962,1,1724.03,-4375.56,34.4044,-1.27409,0,0,-0.594822,0.803857,900,900,100,1), + (11950,173140,1,1913.95,-4228.37,42.1457,2.3911,0,0,0.930417,0.366502,900,900,100,1), + (11951,2061,1,1913.95,-4228.37,42.1457,2.3911,0,0,0.930417,0.366502,900,900,100,1), + (11953,1620,1,9659.96,488.111,1308.97,-0.139626,0,0,-0.0697563,0.997564,300,300,100,1), + (11954,1617,1,9424.67,552.703,1321.83,-0.401426,0,0,-0.199368,0.979925,300,300,100,1), + (11955,172997,1,1569.15,-4200.98,44.8386,-0.98611,0,0,-0.473319,0.880891,900,900,100,1), + (11956,126050,1,1285.26,-4195.66,26.8086,-1.57952,0,0,-0.710185,0.704015,900,900,100,1), + (11957,126051,1,1285.44,-4192.19,26.8086,-1.71915,0,0,-0.757565,0.65276,900,900,100,1), + (11958,164704,1,1350.54,-4663.39,53.4549,1.82387,0,0,0.790689,0.612218,900,900,100,1), + (11959,1618,1,9733.27,371.358,1317.78,-2.49582,0,0,-0.948324,0.317305,300,300,100,1), + (11960,2061,1,1350.54,-4663.39,53.4549,1.82387,0,0,0.790689,0.612218,900,900,100,1), + (11961,126052,1,1236.04,-4487.41,22.7277,1.58825,0,0,0.713251,0.700909,900,900,100,1), + (11962,1617,1,9739.97,313.834,1324.63,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (11963,126053,1,1235.95,-4484.5,22.7942,-1.64061,0,0,-0.731354,0.681998,900,900,100,1), + (11964,149038,1,341.668,-4684.26,16.4534,-2.1293,0,0,0.87462,-0.48481,900,900,100,1), + (11966,1624,0,-11857.8,594.567,44.3529,-2.00713,0,0,-0.843392,0.537299,300,300,100,1), + (11967,3706,0,-12033.4,-548.406,14.4671,-3.01942,0,0,0.998135,-0.061048,900,900,100,1), + (11968,180683,0,-12259.6,344.519,0,1.90241,0,0,0.814116,0.580702,3600,3600,100,1), + (11970,2855,0,-11949.1,-580.534,17.0184,-2.00713,0,0,0.843391,-0.5373,900,900,100,1), + (11971,2043,1,-4506,-3666.13,38.9024,2.93215,0,0,0.994522,0.10453,300,300,100,1), + (11972,28072,0,-5334.93,-2917.38,321.312,2.81871,0,0,0.986996,0.160743,7200,7200,100,1), + (11973,3707,0,-11639.6,-63.453,10.8995,1.309,0,0,0.608761,0.793353,900,900,100,1), + (11974,22223,0,-5345.58,-2909.31,321.346,2.42598,-0.004429,-0.007518,0.936637,0.350194,7200,7200,100,1), + (11975,2061,0,-5345.58,-2909.31,321.346,2.42598,-0.004429,-0.007518,0.936637,0.350194,7200,7200,100,1), + (11976,28073,0,-5307.01,-2991.73,322.127,2.75762,0,0,0.981627,0.190809,7200,7200,100,1), + (11977,142217,90,-497.995,647.425,-325.738,-2.03373,-0.091561,-0.058894,-0.845298,0.523086,3600,3600,100,1), + (11978,106326,1,355.423,-4687.84,16.5912,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (11979,2061,1,355.423,-4687.84,16.5912,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (11980,106327,1,343.748,-4669.05,16.5912,0.776672,0,0,0.378649,0.92554,900,900,100,1), + (11981,2061,1,343.748,-4669.05,16.5912,0.776672,0,0,0.378649,0.92554,900,900,100,1), + (11982,106325,1,334.003,-4675.06,16.5912,0.776672,0,0,0.378649,0.92554,900,900,100,1), + (11984,2061,1,334.003,-4675.06,16.5912,0.776672,0,0,0.378649,0.92554,900,900,100,1), + (11985,106336,1,352.588,-4674.57,16.5912,1.10828,0,0,0.526214,0.850352,900,900,100,1), + (11986,180712,0,-12722.4,193.757,0,1.22173,0,0,0.573576,0.819152,3600,3600,100,1), + (11987,2061,1,352.588,-4674.57,16.5912,1.10828,0,0,0.526214,0.850352,900,900,100,1), + (11988,28075,0,-5312.97,-2990.09,322.115,-0.471239,0,0,-0.233445,0.97237,7200,7200,100,1), + (11989,32596,0,-5316.71,-2983.54,321.787,-1.88496,0,0,-0.809017,0.587785,7200,7200,100,1), + (11991,28070,0,-5310.25,-2992.6,322.115,2.23402,0,0,0.898794,0.438372,7200,7200,100,1), + (11994,142209,90,-485.723,690.871,-327.5,-2.67908,0,0,0.973379,-0.2292,3600,3600,100,1), + (12003,90858,90,-758.538,260.386,-273.049,2.22529,0,0,0.896873,0.442289,3600,3600,100,1), + (12006,28074,0,-5312.6,-2992.87,322.115,1.27409,0,0,0.594823,0.803857,7200,7200,100,1), + (12007,2657,0,-8341,398.552,124.33,-3,0,0.685,0.660141,-0.253404,120,120,0,1), + (12008,22223,0,-5309.71,-2980.72,322.161,1.1868,-0.007972,-0.003549,0.559172,0.829006,7200,7200,100,1), + (12009,2061,0,-5309.71,-2980.72,322.161,1.1868,-0.007972,-0.003549,0.559172,0.829006,7200,7200,100,1), + (12010,34031,0,-5856.64,-2646.11,308.974,2.67035,0,0,0.97237,0.233445,7200,7200,100,1), + (12011,34026,0,-5855.47,-2642.44,308.974,2.27765,0,0,0.908143,0.41866,7200,7200,100,1), + (12012,29774,0,-5856.16,-2628.13,315.85,2.12057,0,0,0.872496,0.488622,7200,7200,100,1), + (12013,29777,0,-5859.07,-2649.58,308.98,0.98611,0,0,0.473319,0.880891,7200,7200,100,1), + (12014,29771,0,-5870.59,-2632.94,308.98,-0.802853,0,0,-0.390732,0.920505,7200,7200,100,1), + (12015,29772,0,-5865.94,-2632.16,308.98,-1.37009,0,0,-0.632706,0.774392,7200,7200,100,1), + (12016,29773,0,-5871.47,-2634.89,308.98,0.02618,0,0,0.013089,0.999914,7200,7200,100,1), + (12017,29766,0,-5845.22,-2642.17,315.85,2.16421,0,0,0.882947,0.469472,7200,7200,100,1), + (12018,29767,0,-5845.04,-2638.25,315.85,-1.23918,0,0,-0.580703,0.814116,7200,7200,100,1), + (12019,29769,0,-5846.92,-2639.3,315.85,0.549778,0,0,0.27144,0.962455,7200,7200,100,1), + (12020,29770,0,-5864.43,-2633.89,308.98,-2.41728,0,0,0.935135,-0.354291,7200,7200,100,1), + (12021,29775,0,-5856.97,-2650.01,308.98,1.81514,0,0,0.788011,0.615662,7200,7200,100,1), + (12022,34025,0,-5855.89,-2643.32,308.974,2.62672,0,0,0.967046,0.254602,7200,7200,100,1), + (12023,29768,0,-5855.8,-2625.29,315.85,-1.71915,0,0,-0.757565,0.65276,7200,7200,100,1), + (12024,34027,0,-5852.75,-2644.09,309.968,-1.91114,0,0,-0.816642,0.577145,7200,7200,100,1), + (12025,34028,0,-5854.64,-2643.84,308.974,-1.3439,0,0,-0.622515,0.782608,7200,7200,100,1), + (12026,34030,0,-5852.02,-2647.87,308.974,-2.21657,0,0,0.894934,-0.446198,7200,7200,100,1), + (12028,29776,0,-5842.98,-2640.77,315.85,2.86234,0,0,0.990268,0.139173,7200,7200,100,1), + (12029,179697,0,-13204.4,276.63,21.857,4.12372,0,0,0.881833,-0.471562,8000,8000,0,1), + (12030,34029,0,-5853.54,-2643.08,309.968,-2.6529,0,0,0.970296,-0.241922,7200,7200,100,1), + (12031,147279,0,-5398.94,-2956.49,314.836,2.00713,0,0,0.843391,0.5373,7200,7200,100,1), + (12032,111269,0,-5395.58,-2977.06,325.953,0.890118,0,0,0.430511,0.902585,7200,7200,100,1), + (12033,111268,0,-5387.75,-2964.45,322.061,0.279252,0,0,0.139173,0.990268,7200,7200,100,1), + (12034,147792,0,-5375.58,-2960,322.055,-2.79253,0,0,0.984808,-0.173648,7200,7200,100,1), + (12035,147793,0,-5385.35,-2972.03,322.055,2.96706,0,0,0.996195,0.087156,7200,7200,100,1), + (12036,111254,0,-5386.68,-2948.39,322.435,-1.64061,0,0,-0.731354,0.681998,7200,7200,100,1), + (12037,2061,0,-5386.68,-2948.39,322.435,-1.64061,0,0,-0.731354,0.681998,7200,7200,100,1), + (12038,111257,0,-5399.63,-2972.25,321.532,0.191987,0,0,0.095846,0.995396,7200,7200,100,1), + (12039,2061,0,-5399.63,-2972.25,321.532,0.191987,0,0,0.095846,0.995396,7200,7200,100,1), + (12040,111258,0,-5398.16,-2971.92,321.532,-2.94961,0,0,0.995396,-0.095846,7200,7200,100,1), + (12041,2061,0,-5398.16,-2971.92,321.532,-2.94961,0,0,0.995396,-0.095846,7200,7200,100,1), + (12042,111262,0,-5386.46,-2955.72,322.061,-0.069813,0,0,-0.034899,0.999391,7200,7200,100,1), + (66317,375,0,2268.72,1403.56,33.3334,0.24895,0,0,0.124154,0.992263,120,120,255,1), + (12044,176194,329,3541.94,-3068.55,135.657,-0.959931,0,0,-0.461749,0.887011,180,180,100,1), + (12045,175433,329,3707.61,-3402.7,132.405,-2.9723,0,-0.173648,0.98106,-0.085832,180,180,100,1), + (12046,111256,0,-5388.45,-2953.1,315.057,1.41369,-0.007519,-0.004429,0.649423,0.760377,7200,7200,100,1), + (12048,2855,0,-11584.4,-691.95,30.9715,-2.77507,0,0,0.983255,-0.182235,900,900,100,1), + (12049,2857,0,-11424.4,-885.586,18.3561,0,0,0,0,1,900,900,100,1), + (12050,3707,0,-14616.6,337.532,2.62036,1.74533,0,0,0.766044,0.642788,900,900,100,1), + (12051,2560,0,-14434.9,54.3837,0.17883,-1.74533,0,0,0.766044,-0.642788,900,900,100,1), + (12052,2560,0,-14307.3,32.8229,0.141596,0.069813,0,0,0.034899,0.999391,900,900,100,1), + (12053,180712,0,-12749.4,343.818,0,-2.58309,0,0,-0.961262,0.275636,3600,3600,100,1), + (12054,2855,0,-11706.9,668.41,50.5448,-2.16421,0,0,0.882948,-0.469472,900,900,100,1), + (12056,2043,0,-12498.2,-898.21,38.9075,-1.97222,0,0,-0.833885,0.551938,300,300,100,1), + (12057,2046,0,-12748,-159.764,34.2873,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (12058,1624,0,-13943.9,110.947,15.0784,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (12059,180684,0,-11751.5,-359.684,10.0699,2.07694,0,0,0.861629,0.507539,3600,3600,100,1), + (12060,180684,0,-12508.8,-249.623,10.0699,-1.95477,0,0,-0.829038,0.559192,3600,3600,100,1), + (12062,180685,0,-11856.7,-427.904,10.0699,0.977384,0,0,0.469471,0.882948,3600,3600,100,1), + (12063,2061,0,-5388.45,-2953.1,315.057,1.41369,-0.007519,-0.004429,0.649423,0.760377,7200,7200,100,1), + (12064,1617,1,9749.41,479.152,1306.34,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (12065,106335,1,345.091,-4698.87,16.5912,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (12066,2061,1,345.091,-4698.87,16.5912,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (12067,51702,1,379.891,-4710.68,16.0609,2.13803,0,0,0.876727,0.480988,900,900,100,1), + (12068,111260,0,-5405.46,-2955.67,314.842,-1.02974,0,0,-0.492423,0.870356,7200,7200,100,1), + (12069,111266,0,-5382.05,-2963.25,322.061,-0.331613,0,0,-0.165048,0.986286,7200,7200,100,1), + (12070,111255,0,-5412.37,-2937.62,312.001,2.98449,-0.002185,-0.008448,0.996879,0.078457,7200,7200,100,1), + (12071,2061,0,-5412.37,-2937.62,312.001,2.98449,-0.002185,-0.008448,0.996879,0.078457,7200,7200,100,1), + (12072,111265,0,-5383.83,-2954.73,322.061,-1.81514,0,0,-0.78801,0.615662,7200,7200,100,1), + (12073,111271,0,-5392.41,-2975.81,325.953,1.85005,0,0,0.798636,0.601815,7200,7200,100,1), + (12074,180684,0,-12067.4,-457.138,10.0699,2.30383,0,0,0.913544,0.406739,3600,3600,100,1), + (12075,180684,0,-12298,-297.684,10.0699,2.16421,0,0,0.882948,0.469471,3600,3600,100,1), + (12076,180685,0,-11820.9,-347.99,10.0699,-1.41372,0,0,-0.649449,0.760405,3600,3600,100,1), + (12077,180685,0,-11576.1,-28.4349,10.0699,2.14675,0,0,0.878816,0.477161,3600,3600,100,1), + (12078,111259,0,-5387.93,-2980.45,312.001,-0.157105,-0.008448,0.002185,-0.078456,0.996879,7200,7200,100,1), + (12079,50983,1,374.209,-4708.36,14.1565,-2.05076,0,0,-0.854912,0.518773,900,900,100,1), + (12080,2061,0,-5387.93,-2980.45,312.001,-0.157105,-0.008448,0.002185,-0.078456,0.996879,7200,7200,100,1), + (12081,1618,1,9836.17,269.979,1325.03,0.279253,0,0,0.139173,0.990268,300,300,100,1), + (12083,51703,1,369.064,-4702.45,16.3301,-0.078539,0,0,-0.039259,0.999229,900,900,100,1), + (12084,2165,0,-8902,975.424,131.756,0,0,0,1,0,120,120,0,0), + (12085,1620,1,9916.58,280.483,1323.36,-2.6529,0,0,-0.970296,0.241922,300,300,100,1), + (12086,1617,1,9965.75,275.02,1323.59,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (12087,1617,1,10015.5,257.209,1325.75,0.593412,0,0,0.292372,0.956305,300,300,100,1), + (12088,111261,0,-5404.87,-2957.6,321.512,2.19911,0,0,0.891006,0.453991,7200,7200,100,1), + (12089,3848,1,308.576,-4833.61,10.6292,1.5228,0,0,0.689935,0.723871,900,900,100,1), + (12090,29152,0,-5361.81,-3018.05,326.237,0.087266,0,0,0.043619,0.999048,7200,7200,100,1), + (12091,29154,0,-5356.7,-3023.25,326.237,2.00713,0,0,0.843391,0.5373,7200,7200,100,1), + (12092,2061,1,308.576,-4833.61,10.6292,1.5228,0,0,0.689935,0.723871,900,900,100,1), + (12109,29155,0,-5359.36,-3023.46,326.237,1.309,0,0,0.608761,0.793354,7200,7200,100,1), + (12110,29150,0,-5362.05,-3024.74,320.128,1.39626,0,0,0.642787,0.766045,7200,7200,100,1), + (12111,3850,1,304.673,-4811.2,10.6013,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (12112,2061,1,304.673,-4811.2,10.6013,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (12113,174859,1,318.153,-4832.35,10.6292,-3.02815,0,0,0.998392,-0.056693,900,900,100,1), + (12114,2061,1,318.153,-4832.35,10.6292,-3.02815,0,0,0.998392,-0.056693,900,900,100,1), + (12115,3849,1,301.237,-4827.67,10.6292,0.715584,0,0,0.350207,0.936672,900,900,100,1), + (12116,2061,1,301.237,-4827.67,10.6292,0.715584,0,0,0.350207,0.936672,900,900,100,1), + (12117,3851,1,315.028,-4809.18,10.6013,-2.80125,0,0,0.985556,-0.169349,900,900,100,1), + (12118,2061,1,315.028,-4809.18,10.6013,-2.80125,0,0,0.985556,-0.169349,900,900,100,1), + (12119,2857,0,-12182.2,-45.4263,-10.5753,1.20428,0,0,0.566406,0.824126,900,900,100,1), + (12120,1624,0,-12839.6,32.787,12.9821,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (12121,2371,0,-12705,-472.938,31.3555,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (12122,2371,0,-12543.8,-722.978,41.5382,2.1293,0,0,0.87462,0.48481,900,900,100,1), + (12123,3847,1,323.863,-4824.97,10.6292,3.08923,0,0,0.999657,0.026177,900,900,100,1), + (12124,2061,1,323.863,-4824.97,10.6292,3.08923,0,0,0.999657,0.026177,900,900,100,1), + (12125,2371,0,-12850.8,-819.913,56.0581,0.855211,0,0,0.414693,0.909961,900,900,100,1), + (12126,165749,1,-594.898,-4131.95,42.2972,-2.68494,0.070208,-0.075821,0.969868,-0.22063,900,900,100,1), + (12127,2061,0,-5362.05,-3024.74,320.128,1.39626,0,0,0.642787,0.766045,7200,7200,100,1), + (12128,2061,1,-594.898,-4131.95,42.2972,-2.68494,0.070208,-0.075821,0.969868,-0.22063,900,900,100,1), + (12129,165740,1,-607.8,-4191.01,40.9519,-0.557839,0.002684,0.032691,-0.27497,0.960893,900,900,100,1), + (12130,29151,0,-5362,-3025.85,320.128,-1.74533,0,0,-0.766044,0.642788,7200,7200,100,1), + (12131,2061,1,-607.8,-4191.01,40.9519,-0.557839,0.002684,0.032691,-0.27497,0.960893,900,900,100,1), + (12134,1624,0,-12625.6,-218.491,38.2297,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (12135,2061,0,-5362,-3025.85,320.128,-1.74533,0,0,-0.766044,0.642788,7200,7200,100,1), + (12136,28069,0,-5385.02,-3015.67,327.253,-2.16421,0,0,0.882948,-0.469472,7200,7200,100,1), + (12137,165741,1,-593.511,-4116.59,44.4456,-1.86373,-0.130225,-0.033411,-0.799238,0.585784,900,900,100,1), + (12138,2061,1,-593.511,-4116.59,44.4456,-1.86373,-0.130225,-0.033411,-0.799238,0.585784,900,900,100,1), + (12139,28071,0,-5391.84,-3009.96,327.586,-2.16421,0,0,0.882948,-0.469472,7200,7200,100,1), + (12141,28072,0,-5394.07,-3010.07,327.586,-0.767944,0,0,-0.374606,0.927184,7200,7200,100,1), + (12142,22223,0,-5387.93,-3021.94,327.62,-1.16067,-0.006356,0.005979,-0.548272,0.836255,7200,7200,100,1), + (12144,2061,0,-5387.93,-3021.94,327.62,-1.16067,-0.006356,0.005979,-0.548272,0.836255,7200,7200,100,1), + (12145,175434,329,3707.41,-3402.1,132.437,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (12146,165743,1,-596.185,-4105.72,43.645,0.071283,0.048598,0.004698,0.035447,0.998178,900,900,100,1), + (12147,1624,0,-12365.9,-400.14,15.1994,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (12148,17156,0,-6039.81,-2489.11,311.545,2.23395,0.005834,0.002009,0.898769,0.438379,7200,7200,100,1), + (12149,2061,1,-596.185,-4105.72,43.645,0.071283,0.048598,0.004698,0.035447,0.998178,900,900,100,1), + (12151,1624,0,-11648,38.4331,19.1429,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (12152,175435,329,3652.91,-3325.34,123.989,2.09439,0,0,0.866026,0.5,180,180,100,1), + (12153,175436,329,3654.43,-3325.95,123.541,-2.61799,-0.01129,0.042133,0.965006,-0.258573,180,180,100,1), + (12154,2086,0,-14686.3,488.541,4.28859,-0.663225,0,0,0.325568,-0.945519,900,900,100,1), + (12155,175437,329,3655.42,-3323.93,124.336,-1.0472,0.113039,-0.065263,-0.495723,0.858616,180,180,100,1), + (12156,2087,0,-14685.4,486.472,4.17982,0.488692,0,0,0.241922,0.970296,900,900,100,1), + (12157,4149,0,-14687.8,486.555,2.85157,-1.62316,0,0,0.725374,-0.688354,900,900,100,1), + (12158,175438,329,3649.88,-3496.59,137.059,-1.48353,0.096234,-0.088182,-0.66981,0.73097,180,180,100,1), + (12160,165744,1,-580.553,-4112.21,43.4233,0.070799,0.022327,-0.064619,0.036621,0.996988,900,900,100,1), + (12161,2560,0,-13729.6,-342.872,0.453315,-2.35619,0,0,0.92388,-0.382683,900,900,100,1), + (12165,180105,0,-11823.3,1244.24,2.30606,1.43117,0,0,0.656059,0.75471,900,900,100,1), + (12167,2061,1,-580.553,-4112.21,43.4233,0.070799,0.022327,-0.064619,0.036621,0.996988,900,900,100,1), + (12169,2857,0,-12872.3,-799.525,54.5543,0.139626,0,0,0.069756,0.997564,900,900,100,1), + (12170,2551,0,-12343,164.62,4.42706,1.81514,0,0,0.788011,0.615662,900,900,100,1), + (12171,165746,1,-609.53,-4153.88,43.501,3.03372,0.051291,-0.062985,0.995063,0.057024,900,900,100,1), + (12172,2554,0,-15004.9,265.922,0.095489,-2.1293,0,0,0.87462,-0.48481,900,900,100,1), + (12174,2061,1,-609.53,-4153.88,43.501,3.03372,0.051291,-0.062985,0.995063,0.057024,900,900,100,1), + (12175,165748,1,-587.985,-4146.9,40.8484,-1.6501,0.028307,0.001526,-0.734556,0.677956,900,900,100,1), + (12176,2061,1,-587.985,-4146.9,40.8484,-1.6501,0.028307,0.001526,-0.734556,0.677956,900,900,100,1), + (12177,165750,1,-608.462,-4171.94,41.2497,-0.712169,0.071024,0.069097,-0.350471,0.931317,900,900,100,1), + (12178,2061,1,-608.462,-4171.94,41.2497,-0.712169,0.071024,0.069097,-0.350471,0.931317,900,900,100,1), + (12179,165742,1,-586.102,-4099.3,42.7866,0.395271,0.058834,0.041024,0.193992,0.978378,900,900,100,1), + (12180,2061,1,-586.102,-4099.3,42.7866,0.395271,0.058834,0.041024,0.193992,0.978378,900,900,100,1), + (12181,165751,1,-607.003,-4115.13,42.9758,2.97309,-0.109959,0.045999,0.988989,0.087715,900,900,100,1), + (12184,2551,0,-12342.7,165.09,4.34192,1.23918,0,0,0.580703,0.814116,900,900,100,1), + (12185,4149,0,-13822.6,451.237,91.4612,-2.09439,0,0,0.866025,-0.5,900,900,100,1), + (12186,2061,1,-607.003,-4115.13,42.9758,2.97309,-0.109959,0.045999,0.988989,0.087715,900,900,100,1), + (12187,165745,1,-583.105,-4123.95,44.0969,2.47257,-0.110679,-0.024768,0.940363,0.320708,900,900,100,1), + (12188,2061,1,-583.105,-4123.95,44.0969,2.47257,-0.110679,-0.024768,0.940363,0.320708,900,900,100,1), + (12190,165747,1,-595.904,-4153.56,42.8395,-1.66475,-0.059634,0.081124,-0.735061,0.670483,900,900,100,1), + (12191,3707,0,-12705.2,-1021.45,95.0958,2.21657,0,0,0.894934,0.446198,900,900,100,1), + (12192,2061,1,-595.904,-4153.56,42.8395,-1.66475,-0.059634,0.081124,-0.735061,0.670483,900,900,100,1), + (12193,175742,1,-240.777,-5115.06,43.3341,2.18166,0,0,0.887011,0.461749,900,900,100,1), + (12194,58595,1,1464.4,-4691.85,6.53162,0.331613,0,0,0.165048,0.986286,2,2,100,1), + (12195,176152,0,1380.05,-1457.83,56.9689,1.71042,0,0,0.75471,0.656059,7200,7200,100,1), + (12196,176152,0,1385.29,-1455.31,56.9689,0.017453,0,0,0.008727,0.999962,7200,7200,100,1), + (12197,171938,1,-696.942,-4355.8,54.1846,2.53073,0,0,0.953717,0.300706,60,60,100,1), + (12198,171938,1,-364.977,-4333.73,55.1878,0.628319,0,0,0.309017,0.951057,60,60,100,1), + (12199,171938,1,-413.362,-4058.05,52.3058,-0.872665,0,0,0.422618,-0.906308,60,60,100,1), + (12200,171938,1,-523.076,-4182.39,76.9361,0.506145,0,0,0.25038,0.968148,60,60,100,1), + (12201,176152,0,1356.51,-1452.11,57.8184,-0.296706,0,0,0.147809,-0.989016,7200,7200,100,1), + (12202,171938,1,-260.522,-4211.04,58.7291,1.55334,0,0,0.700909,0.71325,60,60,100,1), + (12203,171938,1,-475.429,-4323.95,44.0192,-2.51327,0,0,0.951057,-0.309017,60,60,100,1), + (12204,171938,1,-255.695,-4160.31,55.8644,0.698132,0,0,0.34202,0.939693,60,60,100,1), + (12205,176152,0,1394.99,-1450.47,58.3282,0.855211,0,0,0.414693,0.909961,7200,7200,100,1), + (12206,171938,1,-261.121,-4159.08,54.927,2.54818,0,0,0.956305,0.292372,60,60,100,1), + (12208,2087,0,-14705.2,450.416,0.157641,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (12209,148436,0,-10997.8,-3279.73,54.4217,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (12210,2061,0,-10997.8,-3279.73,54.4217,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (12211,176152,0,1360.83,-1448.93,56.969,1.95477,0,0,0.829038,0.559193,7200,7200,100,1), + (12212,63674,1,-253.444,-3977.38,168.508,2.1293,0,0,0.87462,0.48481,900,900,100,1), + (12213,2866,0,-11478,-2670,14.037,2.884,0,0,0.991717,0.12844,300,300,100,1), + (12214,2866,0,-11521,-2664,18.608,2.884,0,0,0.991717,0.12844,300,300,100,1), + (12215,2866,0,-6861,-1197,240.787,0.14,0,0,0.0699428,0.997551,300,300,100,1), + (12216,2866,1,-8446.79,-2719.88,25.594,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (12217,2866,0,-6778,-1234,246.762,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12218,2866,0,-6946,-1624,243.479,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12219,2866,0,-7162,-879,306.121,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12220,2866,0,-11673,-2723,18.896,3.105,0,0,0.999833,0.0182953,300,300,100,1), + (12221,2866,0,-11566,-2721,13.198,3.93,0,0,0.923303,-0.384073,300,300,100,1), + (12223,2866,0,-6624,-3344,251.097,4.964,0,0,0.612795,-0.790242,300,300,100,1), + (12224,2866,1,-8554,-2386,32.893,2.391,0,0,0.930399,0.366548,300,300,100,1), + (12225,2866,1,-8321,-3049,8.64,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12226,2866,1,-7078.64,-3081.89,10.804,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (12227,2866,1,-8424.62,-2517.3,49.5497,-0.104719,0,0,-0.0523356,0.99863,300,300,255,1), + (12228,2866,1,-7461.91,-4757.04,8.90017,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (12229,2866,0,-6714,-3581,242.458,1.92,0,0,0.819192,0.57352,300,300,100,1), + (12230,2866,0,-6844,-1888,267.704,3.002,0,0,0.997565,0.0697396,300,300,100,1), + (12231,2866,0,-11224,-3404,16.379,0.225,0,0,0.112263,0.993679,300,300,100,1), + (12232,2866,1,-8848,-2654,22.64,1.449,0,0,0.662761,0.748831,300,300,100,1), + (12233,2866,1,-7484.37,-3971.08,11.7882,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (12234,2866,0,-11342,-2770,8.233,4.179,0,0,0.868463,-0.495755,300,300,100,1), + (12235,2866,1,-8950,-3050,50.453,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12236,2866,1,-8661,-3722,23.007,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12237,63674,1,-883.283,-4295.3,72.4912,-0.959931,0,0,0.461749,-0.887011,900,900,100,1), + (12238,2866,0,-11456,-2922,7.533,3.969,0,0,0.915638,-0.402003,300,300,100,1), + (12239,2866,0,-6731,-1042,240.035,0.925,0,0,0.446187,0.89494,300,300,100,1), + (12240,2866,0,-6886.74,-1017.65,244.263,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (12241,2866,1,-8217,-4349,12.79,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12242,2866,1,-9316.77,-2273.54,7.87112,-2.3911,0,0,-0.930417,0.366502,300,300,100,1), + (12243,2866,0,-7262,-864,281.305,0.087,0,0,0.0434863,0.999054,300,300,100,1), + (12244,2866,1,-7587,-3574,15.295,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (12246,2866,0,-11473,-3260,16.885,5.954,0,0,0.163851,-0.986485,300,300,100,1), + (12247,2866,0,-11457,-2724,5.442,1.396,0,0,0.642687,0.766129,300,300,100,1), + (12248,2866,0,-7205,-1277,248.812,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12249,175784,1,-332.306,-4427.77,53.6222,0.698132,0,0,0.34202,0.939693,900,900,100,1), + (12250,2866,0,-12132,-2383,7.652,1.538,0,0,0.695417,0.718606,300,300,100,1), + (12251,2866,0,-11331,-2522,95.957,0.929,0,0,0.447976,0.894046,300,300,100,1), + (12252,2866,1,-6800.22,-4753.86,9.97542,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (12253,2866,0,-6947,-2452,240.744,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12254,2866,1,-7882.74,-4550.6,12.7794,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (12255,2866,0,-11567,-2689,30.627,3.553,0,0,0.978917,-0.204256,300,300,100,1), + (12256,2866,0,-7084,-2751,243.087,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12257,2866,0,-6784,-3415,241.667,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (12258,2866,1,-7016.36,-2879.98,9.01529,1.44862,0,0,0.66262,0.748956,300,300,255,1), + (12259,2866,0,-11391,-2889,0.615,4.556,0,0,0.760182,-0.649711,300,300,100,1), + (12260,2866,0,-11470,-2892,7.732,2.119,0,0,0.872111,0.489308,300,300,100,1), + (12261,2866,1,-7356.18,-4651.62,9.9836,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (12262,2866,1,-7757,-4815,10.535,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (12263,2866,1,-7846,-5083,5.713,0,0,0,0,1,300,300,100,1), + (12264,2866,1,-7419,-3652,9.889,0,0,0,0,1,300,300,100,1), + (12265,2866,0,-6790,-1646,191.941,1.431,0,0,0.655995,0.754765,300,300,100,1), + (12266,2866,0,-11376,-3339,7.425,0.436,0,0,0.216277,0.976332,300,300,100,1), + (12267,2866,0,-7117,-976.476,253.64,3.14159,0,0,1,0.00000126759,300,300,255,1), + (12268,2866,0,-11624,-2791,3.843,2.67,0,0,0.972329,0.233617,300,300,100,1), + (12269,2866,1,-7120.09,-3449.43,9.61033,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (12270,2866,1,-8057,-5161,9.765,2.112,0,0,0.870393,0.492358,300,300,100,1), + (12271,2866,0,-11423,-2898,4.299,3.969,0,0,0.915638,-0.402003,300,300,100,1), + (12272,2866,0,-7115,-3217,241.667,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12273,2866,0,-11703,-3062,18.627,5.576,0,0,0.34627,-0.938135,300,300,100,1), + (12274,2866,0,-12142,-2464,12.35,1.225,0,0,0.574915,0.818213,300,300,100,1), + (12275,2866,0,-6659,-2623,247.929,0.597,0,0,0.294087,0.955779,300,300,100,1), + (12276,2866,0,-6596,-2637,270.553,4.999,0,0,0.598873,-0.800844,300,300,100,1), + (12277,2866,0,-6886,-1576,245.108,0.75,0,0,0.366273,0.930508,300,300,100,1), + (12278,2866,0,-11501,-3059.91,4.17349,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (12279,2866,1,-7014,-3285,10.124,1.71,0,0,0.754571,0.656218,300,300,100,1), + (12280,2866,0,-11346,-2562,86.713,0.345,0,0,0.171646,0.985159,300,300,100,1), + (12281,2866,0,-11266,-2537,97.051,1.836,0,0,0.794388,0.60741,300,300,100,1), + (12282,2866,0,-11644,-3201,16.03,5.326,0,0,0.46053,-0.887644,300,300,100,1), + (12283,2866,0,-6795,-3290,242.967,1.265,0,0,0.591163,0.806552,300,300,100,1), + (12284,2866,1,-7253,-3314,9.789,2.094,0,0,0.865927,0.500171,300,300,100,1), + (12285,2866,0,-11210,-2724,13.985,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12286,2866,1,-7016,-4155,11.023,1.902,0,0,0.813997,0.580869,300,300,100,1), + (12287,2866,1,-7772,-4676,10.319,0.07,0,0,0.0349929,0.999388,300,300,100,1), + (12288,2866,1,-6981.83,-4478.49,11.1205,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (12289,2866,1,-7379,-4118,8.877,2.723,0,0,0.978177,0.207772,300,300,100,1), + (12290,2866,0,-12148,-2707,16.619,0.873,0,0,0.42277,0.906237,300,300,100,1), + (12291,2866,1,-8646,-2750,14.18,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (12292,2866,0,-11879,-2652,-1,2.127,0,0,0.874061,0.485816,300,300,100,1), + (12293,175784,1,-628.667,-4467.5,46.6404,-0.418879,0,0,0.207912,-0.978148,900,900,100,1), + (12294,2866,1,-7883.3,-4354,13.6836,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (12295,2866,0,-6850,-2750,242.14,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12296,2866,0,-11366,-2860,5.72,2.164,0,0,0.882899,0.469563,300,300,100,1), + (12297,2866,0,-12257,-2594,6.846,4.354,0,0,0.821817,-0.569752,300,300,100,1), + (12298,2866,0,-7312,-941,244.922,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (12299,175784,1,-317.531,-4132.99,52.8573,-1.23918,0,0,0.580703,-0.814116,900,900,100,1), + (12300,2866,1,-8950,-2918,48.655,-2,0,0,-0.841471,0.540302,300,300,100,1), + (12301,175784,1,-234.948,-4449.93,63.175,1.309,0,0,0.608761,0.793353,900,900,100,1), + (12302,2866,1,-7747,-3985,9.656,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12303,2866,1,-7587,-2815,9.757,0.716,0,0,0.350402,0.936599,300,300,100,1), + (12304,2866,1,-7913,-4049,10.914,2.793,0,0,0.984849,0.173415,300,300,100,1), + (12305,2866,0,-7275.81,-866.391,294.072,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (12306,2866,0,-6551,-3282,241.814,2.112,0,0,0.870393,0.492358,300,300,100,1), + (12307,2866,1,-7535,-3469,24.654,1.187,0,0,0.559266,0.828988,300,300,100,1), + (12308,2866,0,-6819,-2836,241.667,2.216,0,0,0.894808,0.446452,300,300,100,1), + (12309,2866,1,-8690,-3008,14.779,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12310,2866,0,-6821.65,-946.133,240.209,-0.174532,0,0,-0.0871553,0.996195,300,300,255,1), + (12311,2866,0,-7010.74,-970.94,255.945,-1.3439,0,0,-0.622513,0.782609,300,300,100,1), + (12312,2866,1,-7216.36,-4746.08,10.7685,0.872664,0,0,0.422618,0.906308,300,300,255,1), + (12313,2866,0,-11621,-3252,10.246,0,0,0,0,1,300,300,100,1), + (12314,2866,0,-11507,-2748,3.506,1.745,0,0,0.765939,0.642914,300,300,100,1), + (12315,2866,0,-7035.01,-1361.4,243.32,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (12316,2866,0,-10926,-2856,11.64,2.758,0,0,0.981663,0.190623,300,300,100,1), + (12317,2866,1,-9275,-3449,9.45,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12318,2866,0,-6907.64,-893.32,245.551,0.59341,0,0,0.292371,0.956305,300,300,255,1), + (12319,2866,0,-7023,-982,248.799,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12320,2866,0,-11189,-3179,7.043,3.037,0,0,0.998633,0.0522725,300,300,100,1), + (12321,2866,0,-11371,-2829,0.259,4.179,0,0,0.868463,-0.495755,300,300,100,1), + (12322,2866,1,-8058,-3280,46.549,3.107,0,0,0.99985,0.0172954,300,300,100,1), + (12323,2866,0,-6712.59,-840.098,244.144,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (12324,2866,1,-7363,-3479,13.46,0.489,0,0,0.242071,0.970258,300,300,100,1), + (12325,2866,1,-9406,-2983,11.876,0.454,0,0,0.225056,0.974346,300,300,100,1), + (12326,2866,1,-8220.14,-3416.42,19.0372,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (12327,2866,1,-7681,-2978,21.222,-1,0,0,-0.479426,0.877583,300,300,100,1), + (12328,2866,0,-6485,-3652,244.477,0,0,0,0,1,300,300,100,1), + (12329,175784,1,-770.455,-4203.73,44.4523,1.95477,0,0,0.829038,0.559193,900,900,100,1), + (12330,2866,0,-11252,-2599,92.226,0.287,0,0,0.143008,0.989722,300,300,100,1), + (12331,2866,0,-7060,-1627,251.599,2.199,0,0,0.89098,0.454042,300,300,100,1), + (12332,2866,1,-7821,-3511,57.945,2.391,0,0,0.930399,0.366548,300,300,100,1), + (12333,2866,0,-6817,-1358,169.362,1.431,0,0,0.655995,0.754765,300,300,100,1), + (12334,2866,1,-7485.71,-4584.72,10.1817,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (12335,2866,0,-6617,-3298,245.128,0.022,0,0,0.0109998,0.99994,300,300,100,1), + (12336,2866,0,-11782,-2967,9.695,4.471,0,0,0.7871,-0.616826,300,300,100,1), + (12337,176152,0,1393.88,-1457.68,58.3282,2.33874,0,0,0.920505,0.390731,7200,7200,100,1), + (12338,176152,0,1374.15,-1448.33,56.969,1.69297,0,0,0.748956,0.66262,7200,7200,100,1), + (12340,2041,1,-4594.06,-3630.73,30.8032,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (12341,2041,1,-4200.27,-3652.33,31.0587,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (12342,176152,0,1360.85,-1458.26,56.969,0.645772,0,0,0.317305,0.948324,7200,7200,100,1), + (12343,175784,1,-368.655,-4016.57,50.9065,2.60054,0,0,0.96363,0.267238,900,900,100,1), + (12344,175788,1,1922.42,-4124.92,42.9393,-1.91986,0,0,0.819152,-0.573576,900,900,100,1), + (12345,175787,1,1917.5,-4125.08,42.9511,-1.20428,0,0,0.566406,-0.824126,900,900,100,1), + (12346,3719,1,387.24,-4586.66,76.1843,0.680678,0,0,0.333807,0.942641,900,900,100,1), + (12347,148437,0,-11068,-3306.04,49.5304,-1.74533,0.046564,-0.069022,-0.76292,0.641109,900,900,100,1), + (12348,2061,0,-11068,-3306.04,49.5304,-1.74533,0.046564,-0.069022,-0.76292,0.641109,900,900,100,1), + (12349,36396,0,-11306.5,-3404.67,7.46774,-2.69653,0,0,0.975342,-0.220697,900,900,100,1), + (12350,3719,1,339.336,-4700.81,16.4578,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (12351,3658,1,382.927,-4597.71,54.7897,0.610865,0,0,0.300706,0.953717,900,900,100,1), + (12352,178444,1,-733.3,-5600.06,24.9447,2.14675,0,0,0.878817,0.477159,900,900,100,1), + (12353,61934,1,-243.773,-4022.4,187.304,0.226893,0,0,0.113203,0.993572,900,900,100,1), + (12354,1617,1,62.3123,-4479.89,47.7699,1.58825,0,0,0.713251,0.700909,300,300,100,1), + (12355,1618,1,871.441,-3921.87,20.8167,-1.48353,0,0,-0.67559,0.737277,300,300,100,1), + (12357,1619,1,37.1113,-3984.51,48.3673,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (12358,1619,1,-759.607,-4672.28,39.1733,-2.54818,0,0,-0.956305,0.292372,300,300,100,1), + (12359,1619,1,-675.498,-4823.73,35.9922,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (12360,1618,1,1217.06,-4204.31,26.2101,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (12361,180248,0,-12538.4,10.3704,0,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (12362,1618,1,22.6645,-5074.47,8.78829,0.174533,0,0,0.0871558,0.996195,300,300,100,1), + (12363,1618,1,-237.704,-4733.99,30.9608,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (12364,1618,1,-453.35,-4824.06,38.1235,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (12365,1620,1,868.171,-4209.02,-13.5084,-0.925024,0,0,-0.446198,0.894934,300,300,100,1), + (12366,1617,1,553.16,-4918.81,27.3511,-2.42601,0,0,-0.936673,0.350206,300,300,100,1), + (12367,1617,1,881.4,-4937.37,11.0896,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (12368,1618,1,-1229.19,-5419.76,4.69211,1.50098,0,0,0.681997,0.731355,300,300,100,1), + (12369,1618,1,-1340.78,-5140.33,3.48485,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (12370,102986,1,-1286.73,-5506.67,8.46732,-0.977384,0,0,0.469472,-0.882948,30,30,100,1), + (12371,102986,1,-1158.97,-5586.11,12.3744,-2.77507,0,0,0.983255,-0.182235,30,30,100,1), + (12372,102986,1,-1238.04,-5510.49,9.53071,-1.13446,0,0,0.5373,-0.843391,30,30,100,1), + (12374,1731,1,987.733,-4279.1,20.6213,-2.02458,0,0,-0.848048,0.52992,300,300,100,1), + (12375,1731,1,-666.219,-4858.36,39.6105,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (12376,1731,1,-369.761,-5142.03,25.3783,-0.174533,0,0,-0.0871558,0.996195,300,300,100,1), + (12377,1731,1,733.337,-4104.11,-9.99905,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (12378,1731,1,833.363,-4095.24,-12.8436,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (12379,1731,1,-145.402,-4681.56,32.4146,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (12380,1731,1,612.375,-4124.88,25.6376,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (12381,1731,1,1176.75,-4150.77,21.4219,2.96706,0,0,0.996195,0.0871556,300,300,100,1), + (12382,1731,1,-940.237,-4518.29,36.6469,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (12383,1731,1,-945.979,-4608.4,25.5947,0.296706,0,0,0.147809,0.989016,300,300,100,1), + (12384,1731,1,1178.94,-4858.16,24.753,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (12385,1731,1,829.248,-4702.52,12.2974,-2.21657,0,0,-0.894935,0.446197,300,300,100,1), + (12386,1731,1,877.604,-4602.6,14.8535,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (12387,1731,1,980.647,-4085.28,-5.86554,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (12388,3189,1,-1056.98,-4596.39,25.8219,-1.02974,0,0,0.492424,-0.870356,2,2,100,1), + (12389,3190,1,-917.836,-4482.29,29.5817,-2.60054,0,0,0.96363,-0.267238,2,2,100,1), + (12390,3192,1,-974.429,-4406.92,29.2641,-2.09439,0,0,0.866025,-0.5,2,2,100,1), + (12391,3658,1,-1045.77,-4608.98,25.831,0.034907,0,0,0.017452,0.999848,900,900,100,1), + (12392,3719,1,1269,-4178.72,26.0548,1.39626,0,0,0.642788,0.766044,900,900,100,1), + (12393,3658,1,-1123.15,-5575.75,7.39658,0.226893,0,0,0.113203,0.993572,900,900,100,1), + (12394,3658,1,-758.5,-5366.35,-0.032768,-2.05949,0,0,0.857167,-0.515038,900,900,100,1), + (12395,3658,1,915.418,-4633.35,18.9878,1.41372,0,0,0.649448,0.760406,900,900,100,1), + (12396,106318,1,716.517,-4468.95,15.6885,-0.959931,0,0,0.461749,-0.887011,3600,3600,100,1), + (12397,3658,1,665.216,-4540.14,8.83067,-1.78024,0,0,0.777146,-0.62932,900,900,100,1), + (12398,3237,1,-1288.12,-5529.06,15.2078,1.62316,0,0,0.725374,0.688355,10,10,100,1), + (12399,3237,1,-1286.09,-5528.13,15.2078,1.97222,0,0,0.833886,0.551937,10,10,100,1), + (12400,3237,1,-1287.27,-5528.13,15.2078,3.01942,0,0,0.998135,0.061049,10,10,100,1), + (12401,3237,1,-1287.74,-5527.71,15.2078,0.663225,0,0,0.325568,0.945519,10,10,100,1), + (12402,3237,1,-1286.97,-5529.07,15.2078,0.05236,0,0,0.026177,0.999657,10,10,100,1), + (12403,3237,1,-1287.25,-5530,15.2078,2.49582,0,0,0.948324,0.317305,10,10,100,1), + (12404,3236,1,-80.2491,-5386.02,-14.9874,2.09439,0,0,0.866025,0.5,900,900,100,1), + (12405,3236,1,-147.682,-5237.83,-6.18887,-0.174533,0,0,0.087156,-0.996195,900,900,100,1), + (12406,3236,1,-170.603,-5208.94,-0.663438,-1.16937,0,0,0.551937,-0.833886,900,900,100,1), + (12407,3236,1,-177.198,-5254.17,-4.94838,1.36136,0,0,0.62932,0.777146,900,900,100,1), + (12408,3236,1,315.632,-5237.54,-18.0577,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (12409,3236,1,308.689,-5249.91,-16.8152,-0.959931,0,0,0.461749,-0.887011,900,900,100,1), + (12410,3236,1,338.307,-5247.66,-19.7419,-1.48353,0,0,0.67559,-0.737277,900,900,100,1), + (12411,3236,1,45.4952,-5377.44,-10.3705,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (12412,3236,1,36.2552,-5341.58,-14.4376,1.09956,0,0,0.522499,0.85264,900,900,100,1), + (12413,3236,1,-330.449,-5244.87,-9.12052,0.663225,0,0,0.325568,0.945519,900,900,100,1), + (12414,3236,1,-301.783,-5263.56,-7.68225,1.69297,0,0,0.748956,0.66262,900,900,100,1), + (12415,3236,1,-326.884,-5268.09,-8.12469,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (12416,3236,1,-175.51,-5323.93,-11.4115,-1.64061,0,0,0.731354,-0.681998,900,900,100,1), + (12417,3236,1,-212.003,-5309.14,-8.11049,-2.67035,0,0,0.97237,-0.233445,900,900,100,1), + (12418,3236,1,-239.48,-5306.62,4.16666,-0.541052,0,0,0.267238,-0.96363,900,900,100,1), + (12419,176152,0,1382.42,-1449.85,56.969,1.64061,0,0,0.731354,0.681998,7200,7200,100,1), + (12420,3236,1,192.444,-5231.79,-9.86024,0.959931,0,0,0.461749,0.887011,900,900,100,1), + (12421,3236,1,177.122,-5242,-8.53427,-1.69297,0,0,0.748956,-0.66262,900,900,100,1), + (12422,3236,1,186.37,-5259.7,-7.22174,-1.41372,0,0,0.649448,-0.760406,900,900,100,1), + (12423,3240,1,-821.378,-5646.5,5.34579,-0.069813,0,0,0.034899,-0.999391,900,900,100,1), + (12424,3240,1,-1582.71,-5246.67,5.48106,-2.16421,0,0,0.882948,-0.469472,900,900,100,1), + (12425,3290,1,596.293,-4505.19,13.0419,-1.16937,0,0,0.551937,-0.833886,900,900,100,1), + (12426,3290,1,676.331,-4586.47,2.1207,-0.593412,0,0,0.292372,-0.956305,900,900,100,1), + (12427,3290,1,719.083,-4457.18,15.708,0.872665,0,0,0.422618,0.906308,900,900,100,1), + (12428,3290,1,762.308,-4456.75,15.6685,0.802851,0,0,0.390731,0.920505,900,900,100,1), + (12429,3290,1,642.059,-4558.61,7.89757,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (12430,3290,1,860.915,-4599.07,9.29407,-0.750491,0,0,0.366501,-0.930418,900,900,100,1), + (12431,3290,1,1012.02,-4558.59,19.5024,0.575959,0,0,0.284015,0.95882,900,900,100,1), + (12432,3290,1,894.709,-4651.25,19.0292,1.90241,0,0,0.814116,0.580703,900,900,100,1), + (12433,3290,1,829.436,-4695.52,12.4961,-2.75762,0,0,0.981627,-0.190809,900,900,100,1), + (12434,3290,1,900.762,-4610.89,17.0328,2.3911,0,0,0.930418,0.366501,900,900,100,1), + (12435,175885,1,1878.08,-4505.28,25.4203,0.575959,0,0,0.284015,0.95882,900,900,100,1), + (12436,175885,1,1928.94,-4255.16,31.8053,-0.907571,0,0,0.438371,-0.898794,900,900,100,1), + (12437,175885,1,2120.04,-4726.41,38.7019,-0.820305,0,0,0.398749,-0.91706,900,900,100,1), + (12438,175885,1,1664.67,-4345.98,40.3659,-2.11185,0,0,0.870356,-0.492423,900,900,100,1), + (12439,175885,1,1964.04,-4749.24,51.4335,-1.98968,0,0,0.838671,-0.544639,900,900,100,1), + (12440,171938,1,-183.5,-4181.8,80.8193,2.79253,0,0,0.984808,0.173648,60,60,100,1), + (12441,171938,1,-482.637,-4083.92,65.4204,-0.087267,0,0,0.04362,-0.999048,60,60,100,1), + (12442,171938,1,-298.444,-4332.24,56.6012,0.645772,0,0,0.317305,0.948324,60,60,100,1), + (12444,171938,1,-330.869,-4393.1,58.5324,2.74017,0,0,0.979925,0.199368,60,60,100,1), + (12445,171938,1,-489.837,-4464.14,51.9806,2.02458,0,0,0.848048,0.529919,60,60,100,1), + (12446,171938,1,-182.636,-4183.35,81.1131,2.79253,0,0,0.984808,0.173648,60,60,100,1), + (12447,2061,0,-11306.5,-3404.67,7.46774,-2.69653,0,0,0.975342,-0.220697,900,900,100,1), + (12448,147536,0,-10888.1,-2932.08,12.1697,2.45219,0,0,0.941176,0.337917,900,900,100,1), + (12449,2066,0,-10888.1,-2932.08,12.1697,2.45219,0,0,0.941176,0.337917,900,900,100,1), + (12450,148511,0,-11044.8,-3386.48,65.3701,2.83249,0,0,0.988081,0.153938,900,900,100,1), + (12451,2061,0,-11044.8,-3386.48,65.3701,2.83249,0,0,0.988081,0.153938,900,900,100,1), + (12452,153220,0,-11524.3,-2852.42,7.39021,3.14159,0.01742,0.061039,0.997983,-0.001065,900,900,100,1), + (12453,2061,0,-11524.3,-2852.42,7.39021,3.14159,0.01742,0.061039,0.997983,-0.001065,900,900,100,1), + (12454,153221,0,-11489.8,-3345.22,7.18613,2.29511,0,0,0.911762,0.410719,900,900,100,1), + (12455,2061,0,-11489.8,-3345.22,7.18613,2.29511,0,0,0.911762,0.410719,900,900,100,1), + (12456,92065,0,-11493.4,-2682.39,6.60872,3.10669,0,0,0.999848,0.017452,900,900,100,1), + (12457,171938,1,-489.684,-4089.52,64.5607,0.907571,0,0,0.438371,0.898794,60,60,100,1), + (12458,175784,1,-517.744,-4376.21,46.1653,-1.23918,0,0,0.580703,-0.814116,900,900,100,1), + (12459,175784,1,-268.896,-4136.75,56.2964,-0.191986,0,0,0.095846,-0.995396,900,900,100,1), + (12460,175784,1,-756.341,-4146.32,38.3306,0.785398,0,0,0.382683,0.92388,900,900,100,1), + (12461,175784,1,-494.094,-4460.86,51.687,-3.07178,0,0,0.999391,-0.034899,900,900,100,1), + (12462,175784,1,-227.652,-4276.8,65.3914,-0.663225,0,0,0.325568,-0.945519,900,900,100,1), + (12463,1617,1,1226.71,-5050.55,4.64876,-2.60054,0,0,-0.96363,0.267239,300,300,100,1), + (12464,1617,1,1199.12,-4974.04,11.1836,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (12465,1619,1,663.15,-4806.97,26.2461,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (12466,1617,1,-224.298,-5066.67,21.0611,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (12469,1617,1,-119.826,-4860.92,21.4008,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (12471,1617,1,-424.188,-4871.56,40.1186,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (12472,1617,1,-840.153,-4632.03,40.9501,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (12473,1617,1,-925.782,-4689.34,25.7543,2.37365,0,0,0.927184,0.374606,300,300,100,1), + (12475,1619,1,-318.698,-4857.84,40.7213,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (12476,1618,1,544.142,-4190.09,16.0306,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (12477,1618,1,808.397,-3849.42,18.2498,0.610865,0,0,0.300706,0.953717,300,300,100,1), + (12478,1618,1,-582.867,-4845.4,35.4524,-2.3911,0,0,-0.930417,0.366502,300,300,100,1), + (12481,1617,1,-194.912,-4635.5,42.447,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (12482,1731,1,1057.03,-4889.49,25.6804,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (12483,1731,1,1166.65,-4762.67,22.9298,-0.2618,0,0,-0.130526,0.991445,300,300,100,1), + (12484,1731,1,1067.8,-4590.99,27.041,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (12486,1731,1,-651.845,-5585.51,12.682,0.942478,0,0,0.453991,0.891006,300,300,100,1), + (12487,1731,1,518.501,-4760.18,29.9781,0.785398,0,0,0.382683,0.92388,300,300,100,1), + (12490,1731,1,1417.42,-4711.25,-0.304713,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (12491,1731,1,1299.94,-4054.1,39.2247,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (12493,1731,1,793.832,-4771.2,38.5628,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (12494,1731,1,1465.41,-4865.19,13.0559,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (12495,1731,1,-416.801,-4633.31,50.701,-1.20428,0,0,-0.566407,0.824125,300,300,100,1), + (12498,3658,1,-1642.23,-5284.79,-0.033276,0.523599,0,0,0.258819,0.965926,900,900,100,1), + (12499,106318,1,95.2441,-4554.32,55.1671,-2.02458,0,0,0.848048,-0.529919,3600,3600,100,1), + (12500,106318,1,-910.262,-4487.81,29.7062,-2.11185,0,0,0.870356,-0.492423,3600,3600,100,1), + (12501,3719,1,-153.696,-5023.12,21.9477,-0.10472,0,0,0.052336,-0.99863,900,900,100,1), + (12502,3719,1,933.269,-5104.26,-0.032131,0.471239,0,0,0.233445,0.97237,900,900,100,1), + (12503,106318,1,734.211,-4121.82,-9.89963,-2.98451,0,0,0.996917,-0.078459,3600,3600,100,1), + (12504,106318,1,-88.3689,-4047.04,64.706,-0.750491,0,0,0.366501,-0.930418,3600,3600,100,1), + (12505,3719,1,992.105,-4407.13,14.5778,-2.94961,0,0,0.995396,-0.095846,900,900,100,1), + (12506,3240,1,-1312.84,-5571.7,7.27235,-1.27409,0,0,0.594823,-0.803857,900,900,100,1), + (12507,3240,1,-671.754,-5647.71,9.29216,-0.383972,0,0,0.190809,-0.981627,900,900,100,1), + (12508,3240,1,-1096.89,-5395.87,11.1797,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (12509,171938,1,-317.603,-4105.12,54.3323,0.20944,0,0,0.104528,0.994522,60,60,100,1), + (12510,171938,1,-408.213,-4395.52,42.7661,-0.122173,0,0,0.061049,-0.998135,60,60,100,1), + (12511,171938,1,-322.206,-4438.69,56.7659,1.27409,0,0,0.594823,0.803857,60,60,100,1), + (12512,171938,1,-601.576,-4075.62,75.8641,-0.907571,0,0,0.438371,-0.898794,60,60,100,1), + (12513,171938,1,-427.711,-4185.25,50.4451,-2.16421,0,0,0.882948,-0.469472,60,60,100,1), + (12514,171938,1,-674.292,-4300.25,44.9458,-2.26893,0,0,0.906308,-0.422618,60,60,100,1), + (12515,171938,1,-317.47,-4438.41,57.4445,-1.20428,0,0,0.566406,-0.824126,60,60,100,1), + (12516,175784,1,-619.816,-4336.18,41.0216,-1.6057,0,0,0.71934,-0.694658,900,900,100,1), + (12517,175784,1,-754.337,-4322.51,43.4382,-0.907571,0,0,0.438371,-0.898794,900,900,100,1), + (12518,175784,1,-211.662,-4232.13,63.4633,1.79769,0,0,0.782608,0.622515,900,900,100,1), + (12520,1617,1,1428.5,-4748.67,30.0708,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (12521,1620,1,1450.59,-4902.48,9.71276,-2.44346,0,0,-0.939692,0.342021,300,300,100,1), + (12522,1617,1,1303.82,-4208.95,27.4298,2.80998,0,0,0.986286,0.165048,300,300,100,1), + (12523,1617,1,1285.04,-4064.33,33.2841,-2.05949,0,0,-0.857168,0.515037,300,300,100,1), + (12524,1618,1,139.258,-3887.16,39.8697,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (12525,1618,1,687.802,-3908.26,15.4886,-0.331612,0,0,-0.165047,0.986286,300,300,100,1), + (12526,1618,1,1022.25,-4360.64,17.7009,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (12527,1619,1,432.176,-3955.29,29.5882,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (12528,180248,0,-12674.2,-12.4252,0,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (12529,180248,0,-12717.3,180.569,0,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (12530,1618,1,-315.773,-4749.27,36.0095,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (12531,1618,1,-427.984,-4721.79,39.5991,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (12532,1619,1,1234.46,-4130.65,26.2044,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (12533,1619,1,1150.29,-4129.9,20.6516,1.01229,0,0,0.484809,0.87462,300,300,255,1), + (12534,1731,1,-111.785,-4017.52,67.2261,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (12535,1731,1,58.4049,-4381.18,74.8717,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (12537,1731,1,359.069,-5093.58,12.6732,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (12539,1731,1,701.043,-4386.61,27.4552,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (12540,1731,1,1181.44,-5106.4,8.4284,-2.96706,0,0,-0.996195,0.0871556,300,300,100,1), + (12541,1731,1,121.802,-4321.91,60.3641,1.44862,0,0,0.662619,0.748957,300,300,100,1), + (12542,1731,1,31.9014,-4346.94,76.9537,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (12543,1731,1,932.9,-4749.66,21.0103,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (12544,1731,1,790.85,-3870.64,21.5309,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (12545,1731,1,1513.36,-4712.86,12.2831,-0.418879,0,0,-0.207912,0.978148,300,300,100,1), + (12546,106318,1,-194.72,-5306,-6.54705,-1.11701,0,0,0.529919,-0.848048,3600,3600,100,1), + (12547,106318,1,931.159,-4766,23.7042,-0.10472,0,0,0.052336,-0.99863,3600,3600,100,1), + (12548,106318,1,1476.12,-4745.69,12.1913,-1.85005,0,0,0.798635,-0.601815,3600,3600,100,1), + (12549,3719,1,946.095,-4704.73,23.0614,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (12550,3658,1,-1336.29,-5200.97,-0.091026,-0.680679,0,0,0.333807,-0.942641,900,900,100,1), + (12551,3658,1,563.076,-4090.13,15.6692,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (12552,106318,1,421.9,-4252.33,26.8041,2.51327,0,0,0.951057,0.309017,3600,3600,100,1), + (12553,3719,1,-639.43,-5185.13,0.112274,2.60054,0,0,0.96363,0.267238,900,900,100,1), + (12554,3240,1,-725.509,-5577.85,26.8711,1.32645,0,0,0.615662,0.788011,900,900,100,1), + (12555,171938,1,-407.968,-4061.42,51.8647,-0.226893,0,0,0.113203,-0.993572,60,60,100,1), + (12556,171938,1,-413.091,-4398.37,43.5909,-3.12414,0,0,0.999962,-0.008727,60,60,100,1), + (12557,171938,1,-469.634,-4378.43,48.3773,-0.575959,0,0,0.284015,-0.95882,60,60,100,1), + (12558,171938,1,-422.691,-4187.55,51.6474,-0.750491,0,0,0.366501,-0.930418,60,60,100,1), + (12559,171938,1,-746.487,-4276.66,43.7713,-0.575959,0,0,0.284015,-0.95882,60,60,100,1), + (12560,171938,1,-516.889,-4187.04,77.1396,-1.22173,0,0,0.573576,-0.819152,60,60,100,1), + (12561,171938,1,-423.568,-4175.42,50.8418,1.15192,0,0,0.544639,0.838671,60,60,100,1), + (12562,171938,1,-406.41,-4460.83,51.9784,0.855211,0,0,0.414693,0.909961,60,60,100,1), + (12563,171938,1,-465.098,-4381.39,50.5997,1.64061,0,0,0.731354,0.681998,60,60,100,1), + (12564,2061,0,-11493.4,-2682.39,6.60872,3.10669,0,0,0.999848,0.017452,900,900,100,1), + (12565,171938,1,-295.805,-4337.23,56.8324,-1.50098,0,0,0.681998,-0.731354,60,60,100,1), + (12566,1624,1,-2414.87,-3147.57,35.858,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (12568,1618,1,481.501,-4376.18,36.1501,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (12570,1617,1,364.987,-5048.29,21.9876,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (12571,1618,1,458.795,-4891.96,20.8872,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (12573,1618,1,740.525,-4847.93,32.4315,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (12575,1617,1,540.029,-4440.94,36.0085,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (12577,1618,1,1080.12,-4207.17,20.0417,-0.907571,0,0,-0.438371,0.898794,300,300,100,1), + (12579,1618,1,1351.06,-4764.11,26.9909,0,0,0,0,1,300,300,100,1), + (12580,1618,1,1267.29,-4862.45,15.5736,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (12581,1619,1,459.594,-4523.14,50.9001,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (12582,1619,1,820.78,-4342.06,16.7858,-0.785398,0,0,-0.382683,0.92388,300,300,100,1), + (12583,1617,1,763.727,-3959.34,19.3767,1.13446,0,0,0.537298,0.843393,300,300,100,1), + (12584,1619,1,-94.2754,-5147.63,26.5847,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (12586,1617,1,-836.319,-5351.61,3.8319,-2.02458,0,0,-0.848048,0.52992,300,300,100,1), + (12587,1617,1,-1100.57,-5415.55,12.5125,-0.453786,0,0,-0.224951,0.97437,300,300,100,1), + (12588,3240,1,-774.9,-5376.08,4.16603,2.75762,0,0,0.981627,0.190809,900,900,100,1), + (12589,3240,1,-708.66,-5506.35,8.04669,2.77507,0,0,0.983255,0.182236,900,900,100,1), + (12590,3240,1,-1091.36,-5623.13,4.18125,3.07178,0,0,0.999391,0.034899,900,900,100,1), + (12591,171938,1,-244.933,-4318.93,61.35,1.20428,0,0,0.566406,0.824126,60,60,100,1), + (12592,171938,1,-444.979,-4122.43,51.091,0.418879,0,0,0.207912,0.978148,60,60,100,1), + (12593,171938,1,-592.091,-4074.48,74.4737,-0.20944,0,0,0.104528,-0.994522,60,60,100,1), + (12594,2045,1,-846.029,-4001.46,-35.1374,0.296706,0,0,0.147809,0.989016,300,300,100,1), + (12595,105576,1,1805.83,-4373.97,-16.4956,-0.767945,0,0,0.374607,-0.927184,900,900,100,1), + (12598,1618,1,1235.7,-4640.08,17.4076,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (12599,1619,1,1256.75,-4683.24,16.3772,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (12600,106318,1,861.81,-4777.55,38.2888,-0.523599,0,0,0.258819,-0.965926,3600,3600,100,1), + (12601,1731,1,620.868,-3887.83,29.8135,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (12602,3719,1,787.201,-4530.7,5.7406,1.78024,0,0,0.777146,0.62932,900,900,100,1), + (12603,106318,1,1141.59,-4667.73,17.8821,0.523599,0,0,0.258819,0.965926,3600,3600,100,1), + (12604,180035,0,-9578.6,-6.51876,63.4664,0.069293,0,0,0.0346396,0.9994,25,25,0,1), + (12605,178087,1,-87.7195,-4274.56,65.9037,-1.48353,0,0,0.67559,-0.737277,2,2,100,1), + (12606,178089,1,-87.3667,-4274.53,65.9519,0,0,0,0,1,900,900,100,1), + (12607,179965,0,-9572.91,-21.8701,62.3359,5.06774,0,0,0.571,-0.82095,25,25,0,1), + (12609,177673,1,252.513,2963.7,1.64204,0.907571,0,0,0.438371,0.898794,900,900,100,1), + (12610,1731,1,1316.97,-4828.23,24.0255,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (12611,106318,1,-262.429,-5019.61,22.1168,-2.02458,0,0,0.848048,-0.529919,3600,3600,100,1), + (12612,102986,1,-1099.82,-5525.24,11.7731,-0.087267,0,0,0.04362,-0.999048,30,30,100,1), + (12613,102986,1,-1130.52,-5546.65,10.6045,-0.785398,0,0,0.382683,-0.92388,30,30,100,1), + (12614,102986,1,-1093.61,-5581.69,11.1797,2.49582,0,0,0.948324,0.317305,30,30,100,1), + (12615,102986,1,-1128.37,-5580.3,9.90749,-0.872665,0,0,0.422618,-0.906308,30,30,100,1), + (12616,1731,1,-281.428,-4741.94,39.3108,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (12617,1731,1,-111.012,-4599,54.0679,-0.680679,0,0,-0.333807,0.942641,300,300,100,1), + (12619,3236,1,-76.2622,-5358.88,-19.4791,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (12620,3236,1,-60.0938,-5336.67,-20.281,-1.27409,0,0,0.594823,-0.803857,900,900,100,1), + (12621,179965,0,-9568.45,-15.9329,63.2724,1.88374,0,0,0.808658,0.588278,25,25,0,1), + (12622,92066,0,-11758.3,-2830.26,6.69308,3.14159,0,0,1,0,900,900,100,1), + (12623,3240,1,-953.294,-5207.47,3.64188,-0.802851,0,0,0.390731,-0.920505,900,900,100,1), + (12624,2066,0,-11758.3,-2830.26,6.69308,3.14159,0,0,1,0,900,900,100,1), + (12625,1620,1,-157.146,-3992.43,57.2922,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (12626,92067,0,-11763.6,-2838.62,6.55515,1.22173,0,0,0.573576,0.819152,900,900,100,1), + (12627,3240,1,-1112.72,-5152.75,0.909302,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (12628,3237,1,-1287.58,-5528.78,15.2078,-0.523599,0,0,0.258819,-0.965926,10,10,100,1), + (12629,3240,1,-1352.6,-5123.35,1.75954,-1.22173,0,0,0.573576,-0.819152,900,900,100,1), + (12630,1618,1,-15.9547,-4872.84,19.7165,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (12631,1618,1,-146.283,-4849.16,19.7906,-3.08923,0,0,-0.999657,0.0261783,300,300,100,1), + (12632,2066,0,-11763.6,-2838.62,6.55515,1.22173,0,0,0.573576,0.819152,900,900,100,1), + (12633,179965,0,-9566.72,-6.08936,62.4968,0.400911,0,0,0.199116,0.979976,25,25,0,1), + (12634,164618,0,-10995.9,-3387.51,62.1163,3.01069,0,0,0.997859,0.065403,900,900,100,1), + (12636,1617,1,-609.551,-4933.75,37.4598,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (12637,106318,1,-1246.56,-5511.22,5.81966,2.44346,0,0,0.939693,0.34202,3600,3600,100,1), + (12638,171938,1,-551.576,-4292.26,37.0935,-1.91986,0,0,0.819152,-0.573576,60,60,100,1), + (12639,171938,1,-422.731,-4377.85,42.2301,0.890118,0,0,0.430511,0.902585,60,60,100,1), + (12640,171938,1,-556.425,-4288.72,37.4423,0.820305,0,0,0.398749,0.91706,60,60,100,1), + (12641,153460,0,-10896,-3187.26,49.8529,2.15099,0.038991,-0.001239,0.879446,0.474397,900,900,100,1), + (12642,153459,0,-10894.9,-3185.49,49.5703,1.85632,0,0,0.800519,0.599308,900,900,100,1), + (12643,171938,1,-360.679,-4337.94,58.1938,-0.767945,0,0,0.374607,-0.927184,60,60,100,1), + (12644,171938,1,-404.261,-4263.58,49.3811,-1.71042,0,0,0.75471,-0.656059,60,60,100,1), + (12645,125475,0,-11621.1,-3403.74,7.69724,3.14159,0,0,1,0,900,900,100,1), + (12646,171938,1,-486.916,-4291.01,43.2161,-0.733038,0,0,0.358368,-0.93358,60,60,100,1), + (12649,2066,0,-11621.1,-3403.74,7.69724,3.14159,0,0,1,0,900,900,100,1), + (12652,36645,0,-10842.7,-2717.93,7.63569,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (12653,2066,0,-10842.7,-2717.93,7.63569,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (12654,176905,429,-21.1056,-392.466,-58.1027,-1.16064,0,0,-0.548292,0.836287,180,180,255,1), + (12655,176906,429,4.30669,-441.621,-37.9976,-2.71398,0,0,-0.97723,0.212183,180,180,255,1), + (12657,179485,429,558.806,550.065,-25.4008,3.14159,0,0,1,0.00000126759,180,180,255,1), + (12658,175404,429,263.743,-266.911,-59.9769,2.94959,0,0,0.995396,0.0958512,7200,7200,255,1), + (12659,175404,429,255.189,-358.638,-107.365,2.61799,0,0,0.965925,0.258821,7200,7200,255,1), + (12660,3968,0,-10490.2,-3189.44,18.4571,2.32129,0,0,0.91706,0.398749,900,900,100,1), + (12661,175404,429,277.033,-348.927,-101.016,0.750491,0,0,0.366501,0.930418,7200,7200,255,1), + (12662,2061,0,-10490.2,-3189.44,18.4571,2.32129,0,0,0.91706,0.398749,900,900,100,1), + (12663,3967,0,-10474,-3189.87,18.4571,-0.02618,0,0,-0.013089,0.999914,900,900,100,1), + (12664,175404,429,288.452,-309.522,-84.566,-1.44862,0,0,-0.662619,0.748957,7200,7200,255,1), + (12665,171938,1,-326.03,-4395.06,58.3265,-2.09439,0,0,0.866025,-0.5,60,60,100,1), + (12666,171938,1,-487.607,-4277.06,43.0128,1.0821,0,0,0.515038,0.857167,60,60,100,1), + (12667,171938,1,-406.266,-4279.2,46.376,-2.35619,0,0,0.92388,-0.382683,60,60,100,1), + (12668,171938,1,-489.093,-4301.17,42.8668,-0.314159,0,0,0.156434,-0.987688,60,60,100,1), + (12669,148736,1,-2097.21,-3663.74,96.2722,-1.64061,0,0,-0.731354,0.681998,900,900,100,1), + (12670,4097,1,-452.225,-2664.52,98.1168,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (12671,58369,1,-188.267,-2955.17,91.7474,0.18326,0,0,0.091502,0.995805,2,2,100,1), + (12672,174849,1,-920.413,-3690.45,13.0609,-1.41369,-0.007235,-0.002009,-0.649438,0.760377,900,900,100,1), + (12673,2061,0,-10474,-3189.87,18.4571,-0.02618,0,0,-0.013089,0.999914,900,900,100,1), + (12674,68865,1,-928.168,-3694.26,7.475,1.36136,0,0,0.62932,0.777146,10,10,100,1), + (12675,2061,0,-10493.9,-3251.54,21.1533,1.38754,0,0,0.639439,0.768842,900,900,100,1), + (12676,37034,0,-10909.2,-3400.81,81.8246,2.89725,0,0,0.992546,0.12187,900,900,100,1), + (12677,179965,0,-9593.85,-2.78177,61.0596,3.13233,0,0,0.999989,0.00463134,25,25,0,1), + (12678,180248,0,-12773.2,374.574,0,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (12679,180515,0,-9571.3,-18.8353,62.7875,4.90124,0,0,0.637287,-0.770626,25,25,0,1), + (12680,180524,0,-9578.63,-3.2352,62.2595,1.72431,0,0,0.759247,0.650802,25,25,0,1), + (12681,37036,0,-10910.1,-3404.73,81.8246,2.89725,0,0,0.992546,0.12187,900,900,100,1), + (12682,37038,0,-10913.1,-3409.86,81.8246,1.37009,0,0,0.632706,0.774392,900,900,100,1), + (12683,37028,0,-10930.3,-3390.91,80.4548,2.9147,0,0,0.993572,0.113203,900,900,100,1), + (12684,4098,1,-450.996,-2663.02,98.0716,3.14159,0,0,1,0,900,900,100,1), + (12685,37029,0,-10914.6,-3400.72,66.5054,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (12686,3662,0,-8407,580.736,91.978,-2,0,0,-0.782608,0.622515,180,180,0,1), + (12687,20738,1,787.844,-1821.5,91.5556,0.095993,0,0,0.047978,0.998848,900,900,100,1), + (12688,37031,0,-10898.1,-3375.75,66.5054,-2.73144,0,0,0.979045,-0.203642,900,900,100,1), + (12689,20739,1,785.534,-1821.2,91.667,2.60927,0,0,0.964787,0.263031,900,900,100,1), + (12690,4099,1,-453.703,-2663.27,98.0783,0,0,0,0,1,900,900,100,1), + (12691,148739,1,-2100.64,-3665.34,96.2722,-0.122174,0,0,-0.061049,0.998135,900,900,100,1), + (12692,4100,1,-452.417,-2661.85,98.0802,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (12693,152330,0,-10923.5,-3415.79,90.566,0.846486,0,0,0.410719,0.911762,900,900,100,1), + (12694,4101,1,-958.231,-3680.35,10.4625,-1.6057,0,0,-0.71934,0.694658,900,900,100,1), + (12695,4102,1,-532.68,-1571.91,94.0003,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (12696,4103,1,-532.872,-1569.25,94.0003,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (12697,2061,0,-10923.5,-3415.79,90.566,0.846486,0,0,0.410719,0.911762,900,900,100,1), + (12698,37025,0,-10900.1,-3376.07,66.5054,-0.549778,0,0,-0.27144,0.962455,900,900,100,1), + (12699,92423,1,-4925.59,-2344.58,-49.1021,-1.3439,0,0,0.622515,-0.782608,300,300,100,1), + (12700,37032,0,-10908.5,-3397.46,81.8246,2.89725,0,0,0.992546,0.12187,900,900,100,1), + (12701,4104,1,-450.997,-2663.03,97.2389,3.14159,0,0,1,0,900,900,100,1), + (12702,4105,1,-453.739,-2663.27,97.2993,0,0,0,0,1,900,900,100,1), + (12703,3772,0,-10897.6,-3377.26,66.5714,3.01069,0,0,0.997859,0.065403,900,900,100,1), + (12704,174857,1,-1002.34,-3664.53,25.7661,-1.00356,0,0,-0.480988,0.876727,900,900,100,1), + (12705,146441,1,-1990.47,-3611.05,23.5673,2.3911,0,0,0.930417,0.366502,900,900,100,1), + (12706,37035,0,-10912.6,-3389.52,81.8246,-1.81514,0,0,-0.788011,0.615661,900,900,100,1), + (12707,4106,1,-453.727,-2663.26,96.4664,0,0,0,0,1,900,900,100,1), + (12708,174858,1,-933.02,-3685.36,13.8213,-2.74889,0,0,0.980785,-0.195091,900,900,100,1), + (12709,152332,0,-10945.5,-3410.69,90.566,1.89368,0,0,0.811574,0.584249,900,900,100,1), + (12710,2061,1,-2115.02,-3662.73,60.9434,2.01536,0,0,0.845596,0.533824,900,900,100,1), + (12711,2061,1,-2146.4,-3594.45,92.3519,-1.69711,0,0,-0.750327,0.661067,900,900,100,1), + (12712,2061,0,-10945.5,-3410.69,90.566,1.89368,0,0,0.811574,0.584249,900,900,100,1), + (12713,37026,0,-10932.4,-3400.57,80.4548,2.79253,0,0,0.984808,0.173649,900,900,100,1), + (12714,152325,0,-10972.7,-3392.57,68.4378,-0.226893,0,0,-0.113203,0.993572,900,900,100,1), + (12715,2061,1,-2203.91,-3679.3,93.0134,-2.67065,0,0,0.972404,-0.233303,900,900,100,1), + (12716,2061,1,-1504.07,-3822.28,23.4477,2.21657,0,0,0.894934,0.446198,900,900,100,1), + (12717,2043,1,-2693.84,-3001.36,44.4557,0.977384,0,0,0.469471,0.882948,300,300,100,1), + (12718,2061,0,-10972.7,-3392.57,68.4378,-0.226893,0,0,-0.113203,0.993572,900,900,100,1), + (12719,175740,0,-5350.43,-3019.89,319.433,2.58309,0,0,0.961262,0.275637,2,2,100,1), + (12720,152328,0,-10969.8,-3380,68.4378,-0.226893,0,0,-0.113203,0.993572,900,900,100,1), + (12721,175736,0,-5388.9,-2972.13,326.849,1.90241,0,0,0.814116,0.580703,7200,7200,100,1), + (12722,2061,1,-1714.17,-3823.66,12.4703,3.14159,0,0,1,0,900,900,100,1), + (12723,2061,1,-1747.03,-3729.09,13.6705,3.14159,0,0,1,0,900,900,100,1), + (12724,2061,1,251.957,-1939.84,91.6667,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (12725,2061,1,60.8403,-2094.2,91.6667,3.14159,0,0,1,0,900,900,100,1), + (12726,2061,1,-48.4236,-2225.68,91.7722,0.364043,0,0,0.181018,0.98348,900,900,100,1), + (12727,2061,1,-1332.74,-3127.71,91.5556,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (12728,2061,1,-1538.86,-2892.48,91.5556,3.14159,0,0,1,0,900,900,100,1), + (12729,2061,1,-1356.79,-3899.09,10.2551,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (12730,2061,1,-396.901,-2709.93,97.5702,2.64417,0,0,0.969231,0.246153,900,900,100,1), + (12731,2061,1,-1633.21,-3616.11,91.6664,2.92855,0,0,0.994332,0.106318,900,900,100,1), + (12732,2061,1,171.923,-3597.01,27.1846,-0.948749,0,0,-0.456782,0.889579,900,900,100,1), + (12733,2061,1,-1694.43,-3610.02,91.9548,2.62309,0,0,0.966582,0.256356,900,900,100,1), + (12734,2061,1,-4219.69,-2334.53,91.8015,3.14159,0,0,1,0,900,900,100,1), + (12735,2061,1,-2249.66,-2368.53,91.6667,-1.38791,0,0,-0.639584,0.768721,900,900,100,1), + (12736,2061,1,-1049.06,-2311.18,91.8903,-0.516105,0,0,-0.255198,0.966889,900,900,100,1), + (12737,180524,0,-9605.2,31.1625,62.1422,0.311559,0,0,0.15515,0.987891,25,25,0,1), + (12738,2061,1,-1069.32,-1915.95,91.6421,1.85013,0,0,0.798661,0.601782,900,900,100,1), + (12739,2061,1,-1189.31,-2011.94,91.669,3.14159,0,0,1,0,900,900,100,1), + (12740,2061,1,-1501.25,-3685.33,91.8119,-0.929909,0,0,-0.448382,0.893842,900,900,100,1), + (12741,2061,1,-1374.86,-3600.83,92.0525,3.14159,0,0,1,0,900,900,100,1), + (12742,2061,1,-163.722,-1794.28,91.6667,3.14159,0,0,1,0,900,900,100,1), + (12743,2061,1,-1434.77,-3659.73,92.101,-0.39319,0,0,-0.195331,0.980737,900,900,100,1), + (12744,2061,1,-4152.31,-2193.78,50.1831,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (12745,2061,1,-59.434,-1639.85,91.6667,3.14159,0,0,1,0,900,900,100,1), + (12746,2061,1,-1589.91,-3684.87,92.0724,-1.8068,0,0,-0.785435,0.618944,900,900,100,1), + (12747,2061,1,-1209.38,-2172.98,91.5436,-3.0805,-0.02643,0.00792,0.99916,-0.030299,900,900,100,1), + (12748,2061,1,1383.86,-3432.73,95.6818,-1.98819,0.032708,0.133378,-0.825105,0.548035,900,900,100,1), + (12749,2061,1,1335.35,-3497.16,93.1254,1.97369,0.024396,0.042292,0.833217,0.550787,900,900,100,1), + (12750,2061,1,1348.33,-3478.86,93.5774,-1.90821,0.044107,0.104488,-0.807166,0.579328,900,900,100,1), + (12751,2061,1,1393.99,-3481.34,95.0098,-0.605298,-0.073672,-0.034209,-0.300208,0.950409,900,900,100,1), + (12752,2061,1,1395.6,-3441.52,94.1386,0.144957,-0.010197,-0.104814,0.070163,0.991961,900,900,100,1), + (12753,2061,1,1342.49,-3506.73,93.8913,-1.56793,-0.099719,0.027095,-0.705578,0.701057,900,900,100,1), + (12754,2061,1,1353.49,-3522.31,95.22,-0.800406,-0.045733,0.054979,-0.386682,0.919436,900,900,100,1), + (12757,1621,0,-4966.77,-3511.53,303.927,-3.00197,0,0,-0.997564,0.0697546,300,300,100,1), + (12758,180248,0,-12819.8,481.249,0,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (12759,3694,0,-8484,673.003,102.428,1.524,0,0,0,0,180,180,0,1), + (12760,1621,0,-5700.1,-4125.57,387.346,-2.47837,0,0,-0.945519,0.325567,300,300,100,1), + (12761,1619,0,-5715.38,-3083,331.166,3.10669,0,0,0.999848,0.0174505,300,300,100,1), + (12762,1619,0,-5610.79,-3103.19,367.001,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (12763,2061,0,-10969.8,-3380,68.4378,-0.226893,0,0,-0.113203,0.993572,900,900,100,1), + (12765,37030,0,-10917.7,-3400.04,66.5054,-0.226893,0,0,-0.113203,0.993572,900,900,100,1), + (12766,1622,0,-5023.25,-3982.92,304.49,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (12767,1585,0,-4750.57,-3389.01,284.88,-2.30383,0,0,0.913545,-0.406737,2,2,100,1), + (12768,37027,0,-10898.2,-3378.53,66.5054,2.33002,0,0,0.918791,0.394743,900,900,100,1), + (12769,37033,0,-10908.6,-3390.43,81.8246,-1.81514,0,0,-0.788011,0.615661,900,900,100,1), + (12770,180656,0,-5260.79,-3631.81,297.605,1.64061,0,0,0.731354,0.681998,3600,3600,100,1), + (12771,37037,0,-10917.1,-3409.13,81.8246,1.37009,0,0,0.632706,0.774392,900,900,100,1), + (12772,152329,0,-10915.6,-3380.51,90.566,0.846486,0,0,0.410719,0.911762,900,900,100,1), + (12773,180656,0,-5250.53,-3448.45,297.605,-0.436333,0,0,-0.21644,0.976296,3600,3600,100,1), + (12774,180656,0,-5120.34,-3561.44,297.615,2.25148,0,0,0.902586,0.430509,3600,3600,100,1), + (12775,180656,0,-5232.57,-3133.11,297.605,-2.00713,0,0,-0.843392,0.537299,3600,3600,100,1), + (12776,2061,0,-10915.6,-3380.51,90.566,0.846486,0,0,0.410719,0.911762,900,900,100,1), + (12777,152327,0,-10937.3,-3375.7,90.566,2.41728,0,0,0.935135,0.354291,900,900,100,1), + (12778,180656,0,-4845.88,-3409.7,297.605,2.07694,0,0,0.861629,0.507539,3600,3600,100,1), + (12779,2061,0,-10937.3,-3375.7,90.566,2.41728,0,0,0.935135,0.354291,900,900,100,1), + (12780,180656,0,-5141.95,-3445.86,297.025,0.872665,0,0,0.422618,0.906308,3600,3600,100,1), + (12781,2061,1,1373.15,-3496.86,93.378,1.76671,0.036881,0.023142,0.7725,0.63352,900,900,100,1), + (12782,180656,0,-5291.58,-3505.29,297.605,2.37365,0,0,0.927184,0.374606,3600,3600,100,1), + (12784,1620,0,-5602.32,-3811.95,318.149,0.977384,0,0,0.469471,0.882948,300,300,100,1), + (12785,1622,0,-5674.61,-4244.56,394.191,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (12786,152331,0,-10922.3,-3403.12,81.6863,-1.27409,0,0,-0.594823,0.803857,900,900,100,1), + (12787,1620,0,-4831.44,-3637.69,300.802,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (12788,2061,0,-10922.3,-3403.12,81.6863,-1.27409,0,0,-0.594823,0.803857,900,900,100,1), + (12789,1622,0,-4825.2,-3967.19,335.894,2.32129,0,0,0.91706,0.398748,300,300,100,1), + (12790,2061,1,1389.98,-3449.48,94.0693,-0.357156,-0.050162,-0.046679,-0.179435,0.981381,900,900,100,1), + (12791,1621,0,-5278.94,-4121.98,333.808,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (12792,2061,1,1361.26,-3438.53,97.4849,-0.364063,0.05103,-0.112426,-0.172554,0.977232,900,900,100,1), + (12793,152326,0,-10919.7,-3392.57,81.6863,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (12794,3705,0,-5863.49,-2661.53,310.606,-1.79769,0,0,0.782608,-0.622515,7200,7200,100,1), + (12795,3662,0,-4893.78,-3911.83,299.384,-2.93215,0,0,0.994522,-0.104529,7200,7200,100,1), + (12796,106319,0,-6162.26,-2950.6,409.209,1.88496,0,0,0.809017,0.587785,7200,7200,100,1), + (12797,2061,1,1360.39,-3424.88,93.535,2.61113,-0.143949,0.054463,0.952928,0.261228,900,900,100,1), + (12798,2061,0,-10919.7,-3392.57,81.6863,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (12799,147285,0,-10950.9,-3456.82,64.9544,2.57053,0,0,0.959512,0.281668,900,900,100,1), + (12800,2061,1,1328.57,-3455.16,96.3315,-2.49035,0.166881,-0.010923,0.937259,-0.305904,900,900,100,1), + (12801,3705,0,-6057.48,-2747.02,418.459,1.16937,0,0,0.551937,0.833886,7200,7200,100,1), + (12802,147282,0,-10944.5,-3461.83,66.7624,-2.91853,0,0,0.993787,-0.1113,900,900,100,1), + (12803,2061,1,1361.47,-3517.11,94.4336,-0.547735,-0.093562,0.037196,-0.268064,0.958125,900,900,100,1), + (12804,2061,1,1420.36,-3432.49,93.2807,0.594354,-0.034217,-0.030815,0.291735,0.95539,900,900,100,1), + (12805,2061,1,1359.64,-3544.39,95.22,-1.8232,0.021495,0.024777,-0.789934,0.612314,900,900,100,1), + (12807,2061,1,1379.54,-3473.35,95.1305,1.95743,-0.016532,-0.095291,0.823931,0.558376,900,900,100,1), + (12808,2061,1,1422.4,-3410.77,92.8875,0.621397,0.079503,0.121786,0.292495,0.945142,900,900,100,1), + (12809,147283,0,-10951.6,-3450.37,66.7624,-1.47863,0,0,-0.673784,0.738929,900,900,100,1), + (12810,146441,0,-10950.2,-3463.4,66.7624,1.33134,0,0,0.617588,0.786502,900,900,100,1), + (12811,2061,1,1344.75,-3491.09,93.9261,0.038674,-0.048422,-0.12542,0.012776,0.990839,900,900,100,1), + (12812,2061,1,1352.67,-3415.36,91.7402,1.21904,-0.034947,0.113954,0.564959,0.816465,900,900,100,1), + (12814,2061,1,1336.4,-3480.26,92.9038,1.97321,0.065573,-0.019348,0.832929,0.54914,900,900,100,1), + (12815,1622,0,-5078.84,-3904.73,338.264,2.63545,0,0,0.968148,0.250379,300,300,100,1), + (12816,1621,0,-5715.8,-3593.29,315.573,2.93215,0,0,0.994522,0.10453,300,300,100,1), + (12817,2061,1,1372.32,-3487.1,94.5371,0.479447,-0.000306,-0.00246,0.237431,0.971401,900,900,100,1), + (12818,2061,1,1356.07,-3490.57,93.1908,0.072963,-0.049134,0.059002,0.039225,0.996276,900,900,100,1), + (12819,1617,0,-5881.22,-2822.22,375.666,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (12820,2061,1,1349.52,-3463.09,97.4849,-1.83812,0.012761,-0.01211,-0.794938,0.606436,900,900,100,1), + (12821,2061,1,1411.1,-3418.39,93.2807,0.635857,-0.049878,0.090686,0.312769,0.944174,900,900,100,1), + (12822,2061,1,1402.73,-3404.76,91.6278,-0.537121,0.107437,0.085757,-0.271563,0.952553,900,900,100,1), + (12823,2061,1,1325.99,-3489.71,92.2671,2.29768,0.000767,0.07172,0.909164,0.410214,900,900,100,1), + (12824,1617,0,-5963.09,-2837.92,381.288,2.60054,0,0,0.96363,0.267239,300,300,100,1), + (12825,2061,1,1358.95,-3507.07,92.4424,-0.533093,0.023197,0.016294,-0.263677,0.964194,900,900,100,1), + (12826,3662,0,-5277.47,-2694.25,344.979,2.56563,0,0,0.95882,0.284015,7200,7200,100,1), + (12827,147284,0,-10957.2,-3458.73,66.7624,0.004894,0,0,0.002447,0.999997,900,900,100,1), + (12828,3705,0,-8403,583.113,93.168,-2,0,0,-0.782608,0.622515,180,180,100,1), + (12829,2061,1,1342.92,-3434.97,93.4338,2.88264,0.089268,-0.029422,0.987027,0.130166,900,900,100,1), + (12830,148773,0,-10988.4,-3480.42,79.0824,-1.30027,0,0,-0.605294,0.796002,900,900,100,1), + (12831,148748,0,-10970.2,-3487.94,94.3807,-2.73144,0,0,0.979045,-0.203642,900,900,100,1), + (12832,2061,1,1403.97,-3456.29,92.5976,-0.20562,-0.022073,-0.026898,-0.103121,0.99406,900,900,100,1), + (12833,2061,1,1339.34,-3447.24,93.5414,2.4051,0.143469,0.038799,0.926379,0.346025,900,900,100,1), + (12834,2061,1,-314.069,-1965.78,90.5821,2.31256,0,0,0.915311,0.402747,900,900,100,1), + (12835,2061,1,-297.85,-1966.34,90.5821,-0.034906,0,0,-0.017452,0.999848,900,900,100,1), + (12836,2061,1,-397.751,-2657.1,96.3563,-0.794125,0,0,-0.386711,0.922201,900,900,100,1), + (12837,1620,0,-5502.61,-3469.22,298.138,-2.86234,0,0,-0.990268,0.139173,300,300,100,1), + (12838,2061,1,-392.717,-2635.56,96.3563,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (12839,2061,1,-403.857,-2632.92,96.3563,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (12840,2061,1,-390.37,-2645.71,96.3563,0.322885,0,0,0.160742,0.986996,900,900,100,1), + (12841,148729,0,-11003.5,-3498.61,103.202,0.951204,0,0,0.457874,0.889017,900,900,100,1), + (12842,1619,0,-5379.89,-2686.1,376.639,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (12843,148730,0,-10967.6,-3491.23,103.208,-2.99324,0,0,0.99725,-0.074108,900,900,100,1), + (12844,148737,0,-10984.3,-3511.99,103.237,1.57952,0,0,0.710185,0.704015,900,900,100,1), + (12845,3705,0,-4773.52,-2991.69,322.995,0.663225,0,0,0.325568,0.945519,7200,7200,100,1), + (12846,2043,1,-4527.7,-3489.38,36.6465,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (12847,2061,1,-412.85,-2657.59,96.3563,-0.794125,0,0,-0.386711,0.922201,900,900,100,1), + (12848,1618,0,-5905.55,-2566.78,311.055,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (12849,2061,1,-541.718,-3156.59,94.3166,2.27179,0.008644,-0.102972,0.9001,0.423251,900,900,100,1), + (12850,2061,1,-526.471,-3154.22,96.465,3.093,0.123189,-0.053846,0.990453,0.030456,900,900,100,1), + (12851,148740,0,-10999.1,-3511,103.257,0.951204,0,0,0.457874,0.889017,900,900,100,1), + (12852,2061,1,-516.573,-3149,95.6644,-1.25517,0.041188,-0.026217,-0.586607,0.808398,900,900,100,1), + (12853,2061,1,-562.929,-3160.84,94.8589,-2.9912,-0.002953,-0.100641,0.992027,-0.0758,900,900,100,1), + (12854,2061,1,-554.55,-3166.92,92.8678,-2.97655,-0.023245,0.016225,0.996229,-0.081999,900,900,100,1), + (12855,2061,1,-602.146,-3158.36,92.9713,-1.88429,0.022242,0.024109,-0.808264,0.587906,900,900,100,1), + (12856,1619,0,-5196.76,-2675.53,353.386,-1.39626,0,0,-0.642786,0.766046,300,300,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (8824,2046,0,-7253,-2394,261.18,1.96,0,0,0.830497,0.557023,300,100,1), - (8825,2046,0,-7138,-2440,245.513,5.664,0,0,0.304671,-0.952458,300,100,1), - (8826,22602,1,-3842.72,-4460.19,17.4519,2.01586,0,0,0.845728,0.533614,900,100,1), - (8827,2061,1,-3842.72,-4460.19,17.4519,2.01586,0,0,0.845728,0.533614,900,100,1), - (8828,2046,0,-6633,-2609,259.684,2.952,0,0,0.99551,0.0946545,300,100,1), - (8829,2046,0,-6632,-2631,261.941,0.209,0,0,0.10431,0.994545,300,100,1), - (8830,2046,0,-1938.13,-2390.06,77.0251,0.680677,0,0,0.333806,0.942642,300,100,1), - (8831,2046,0,-6927,-3107,258.601,6.05,0,0,0.116329,-0.993211,300,100,1), - (8832,2046,1,-3801,2052.63,75.009,-2,0,0,-0.841471,0.540302,300,100,1), - (8833,2046,0,-1524,-1589,36.464,3.682,0,0,0.963717,-0.266928,300,100,1), - (8834,2046,0,-13619,116.512,24.947,2.165,0,0,0.883133,0.469122,300,100,1), - (8835,2046,0,-10614.3,-3500.87,36.3423,2.42709,0,0,0.936862,0.3497,300,100,1), - (8836,2046,0,-10602.4,-2884.3,42.2335,3.82192,0,0,0.9427,-0.333641,300,100,1), - (8837,2046,0,-10585.9,-3456.72,39.8744,2.24174,0,0,0.900479,0.434899,300,100,1), - (8838,2046,0,-10575.4,-3451.58,33.3083,3.79914,0,0,0.946439,-0.322883,300,100,1), - (8839,2046,0,-13519,100.304,25.259,0.873,0,0,0.42277,0.906237,300,100,1), - (8840,2046,0,-1694,-2387,37.954,3.734,0,0,0.956451,-0.291891,300,100,1), - (8841,2046,0,-13165,-169,4.746,2.868,0,0,0.990658,0.13637,300,100,1), - (8842,2046,0,-179,-3310,124.829,3.463,0,0,0.987115,-0.160013,300,100,1), - (8843,2046,0,-12978,111.306,38.339,-2,0,0,-0.841471,0.540302,300,100,1), - (8844,22603,1,-3843.65,-4460.37,17.4519,-2.07694,0,0,-0.861629,0.507538,900,100,1), - (8845,2046,0,-11510,362.188,55.826,-2.82743,0,0,-0.987688,0.156436,300,100,1), - (8846,2061,1,-3843.65,-4460.37,17.4519,-2.07694,0,0,-0.861629,0.507538,900,100,1), - (8847,2046,0,-1033,-1634,40.08,3.013,0,0,0.997934,0.064252,300,100,1), - (8848,2046,0,-946,-1595,52.193,1.586,0,0,0.712462,0.701711,300,100,1), - (8849,2046,0,-944,-1593,52.404,3.449,0,0,0.988211,-0.153099,300,100,1), - (8850,2046,0,-1074,-1763,56.378,4.325,0,0,0.829992,-0.557776,300,100,1), - (8851,2046,0,339.781,-791,142.566,3.68,0,0,0.963983,-0.265964,300,100,1), - (8852,2046,0,-11599,-574,28.788,3.594,0,0,0.974525,-0.22428,300,100,1), - (8853,2046,0,-11563,-542,30.821,2.711,0,0,0.976913,0.213637,300,100,1), - (8854,2046,0,-13942,15.756,20.569,0,0,0,0,1,300,100,1), - (8855,2046,0,742.707,-915,165.954,1.658,0,0,0.737256,0.675613,300,100,1), - (8856,22606,1,-3842.57,-4460.04,12.5351,2.01586,0,0,0.845728,0.533614,900,100,1), - (8857,2046,0,-9754.66,-3841.29,25.6877,1.65254,0,0,0.735409,0.677624,300,100,1), - (8858,2061,1,-3842.57,-4460.04,12.5351,2.01586,0,0,0.845728,0.533614,900,100,1), - (8859,2046,0,-7024,-3173,262.487,2.268,0,0,0.906112,0.423039,300,100,1), - (8860,2046,0,-7020,-3166,256.38,2.628,0,0,0.967209,0.253983,300,100,1), - (8861,2046,0,-12988,316.323,31.12,-2,0,0,-0.841471,0.540302,300,100,1), - (8862,2046,0,-320,-2638,119.884,2.583,0,0,0.96125,0.275679,300,100,1), - (8863,2046,0,-1008.8,-2537.52,59.8594,1.22173,0,0,0.573576,0.819152,300,255,1), - (8864,2046,0,-7147,-2464,252.563,5.859,0,0,0.210506,-0.977593,300,100,1), - (8865,2046,0,-7151,-2434,240.736,4.246,0,0,0.851371,-0.524565,300,100,1), - (8866,2046,0,-7150,-2471,256.003,4.689,0,0,0.715327,-0.698789,300,100,1), - (8867,2046,0,389.523,-625,162.55,0.02,0,0,0.00999983,0.99995,300,100,1), - (8868,2046,0,125.592,-4367,120.242,3.941,0,0,0.921176,-0.389145,300,100,1), - (8869,2046,0,-10492.9,-2703.18,40.7415,4.86587,0,0,0.650815,-0.759236,300,100,1), - (8870,2046,0,-1637,-1508,42.909,0.505,0,0,0.249825,0.968291,300,100,1), - (8871,2046,0,-1625,-1495,44.88,4.146,0,0,0.876524,-0.481358,300,100,1), - (8872,2046,0,-11602,621.315,50.744,-3,0,0,-0.997495,0.0707372,300,100,1), - (8873,2046,0,497.967,-173,151.905,3.827,0,0,0.94185,-0.336035,300,100,1), - (8874,22604,1,-3843.5,-4460.22,12.5351,-2.07694,0,0,-0.861629,0.507538,900,100,1), - (8875,2061,1,-3843.5,-4460.22,12.5351,-2.07694,0,0,-0.861629,0.507538,900,100,1), - (8876,22605,1,-3842.37,-4460.72,12.5351,-0.785399,0,0,-0.382684,0.923879,900,100,1), - (8877,2046,0,-12477.6,-1001.09,50.1286,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (8878,2046,0,1157.64,-680,69.353,2.897,0,0,0.992531,0.121992,300,100,1), - (8879,2046,0,-12671,-773,62.211,4.577,0,0,0.753318,-0.657657,300,100,1), - (8880,2046,0,-13136,-199,-4,3.453,0,0,0.987903,-0.155075,300,100,1), - (8881,2046,0,-13142,-202,-3,2.432,0,0,0.937717,0.347399,300,100,1), - (8882,2046,0,-12243,-270,20.773,5.689,0,0,0.292741,-0.956192,300,100,1), - (8883,2046,0,-12488.5,-135.226,14.1769,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (8884,2046,0,-10313.5,-2539.39,34.8506,5.29574,0,0,0.473907,-0.880575,300,100,1), - (8885,2046,0,1179.75,-325,43.461,4.622,0,0,0.738331,-0.674438,300,100,1), - (8886,2046,0,-323,-2793,85.297,0.524,0,0,0.259013,0.965874,300,100,1), - (8887,2046,0,-7039,-3286,246.59,4.989,0,0,0.602869,-0.79784,300,100,1), - (8888,2046,0,-7039,-3282,247.476,0.726,0,0,0.35508,0.934836,300,100,1), - (8889,2046,0,-70,-4537,12.172,1.628,0,0,0.727039,0.686596,300,100,1), - (8890,2046,0,-12976.9,-792.139,68.66,2.40855,0,0,0.93358,0.35837,300,255,1), - (8891,2046,0,-12609,-364,15.302,2.243,0,0,0.900753,0.434332,300,100,1), - (8892,2046,0,281.534,-580,158.544,2.12,0,0,0.872355,0.488872,300,100,1), - (8893,2046,0,-10551.4,-2464.36,24.3235,3.34375,0,0,0.994896,-0.100907,300,100,1), - (8894,2046,0,-12801.3,-242.125,22.9495,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (8895,2046,0,-10252.4,-2585.08,27.0755,6.11257,0,0,0.0852043,-0.996364,300,100,1), - (8896,2046,0,-10110.6,-2597.32,35.4508,2.54818,0,0,0.956305,0.292372,300,100,1), - (8897,2046,0,-1144,-2420,52.961,-3,0,0,-0.997495,0.0707372,300,100,1), - (8898,2046,0,-10246,-2579.28,26.8436,2.41563,0,0,0.934842,0.355063,300,100,1), - (8899,2046,0,-11799.2,-447.954,37.2924,-0.331612,0,0,-0.165047,0.986286,300,100,1), - (8900,2046,0,-12225,-569,30.347,4.921,0,0,0.629642,-0.776885,300,100,1), - (8901,2046,0,-12603,-356,18.047,2.067,0,0,0.859096,0.511815,300,100,1), - (8902,2046,0,-13441,108.244,22.913,2.361,0,0,0.924796,0.380462,300,100,1), - (8903,2046,0,-13439,112.567,22.782,2.66,0,0,0.971148,0.238476,300,100,1), - (8904,2046,0,-12963,-222,-6,1.851,0,0,0.798922,0.601435,300,100,1), - (8905,2046,0,-13885,102.172,15.0596,2.673,0,0,0.972678,0.232159,300,100,1), - (8906,2046,0,-762,-4458,10.7247,0.674,0,0,0.330657,0.943751,300,100,1), - (8907,2046,0,-791,-3239,89.256,5.621,0,0,0.325077,-0.945688,300,100,1), - (8908,2046,0,-792,-3232,82.628,6.262,0,0,0.0105924,-0.999944,300,100,1), - (8909,2046,0,-792,-3199,81.809,6.21,0,0,0.0365845,-0.999331,300,100,1), - (8910,2046,0,-12745,-344,14.97,3.131,0,0,0.999986,0.00529628,300,100,1), - (8911,2046,0,-13948,60.128,14.9346,3.82,0,0,0.94302,-0.332736,300,100,1), - (8912,2046,0,-953,-1820,58.516,0.367,0,0,0.182235,0.983255,300,100,1), - (8913,2046,0,-10789.1,-3758.07,23.5965,4.11251,0,0,0.884461,-0.466614,300,100,1), - (8914,2046,0,-10804.5,-3767.15,26.5949,1.84435,0,0,0.796917,0.604088,300,100,1), - (8915,2046,0,-10797.1,-3776.4,23.0455,6.15781,0,0,0.0626465,-0.998036,300,100,1), - (8916,2046,0,-10803.5,-3772.21,24.0224,3.3774,0,0,0.993057,-0.117631,300,100,1), - (8917,2046,0,-12460,-123,14.863,-1,0,0,-0.479426,0.877583,300,100,1), - (8918,2046,0,-12695,-537,33.678,1.658,0,0,0.737256,0.675613,300,100,1), - (8919,2046,0,-12732.6,-594.734,42.1949,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (8920,2046,0,-12389,-758,32.497,2.309,0,0,0.914593,0.404376,300,100,1), - (8921,2046,0,-12391,-753,32.414,3.04,0,0,0.99871,0.0507745,300,100,1), - (8922,2046,0,-12687,-540,33.043,1.391,0,0,0.640769,0.767733,300,100,1), - (8923,2046,0,-12641,-515,32.724,0.637,0,0,0.313142,0.949706,300,100,1), - (8924,2046,0,-12397,-771,33.29,2.671,0,0,0.972445,0.233131,300,100,1), - (8925,2061,1,-3842.37,-4460.72,12.5351,-0.785399,0,0,-0.382684,0.923879,900,100,1), - (8926,2046,0,987.619,-409,113.35,3.362,0,0,0.993934,-0.109981,300,100,1), - (8927,2046,0,794.263,-773,177.106,2.106,0,0,0.868912,0.494967,300,100,1), - (8928,2046,0,-10493,-2478.19,34.8061,1.67437,0,0,0.742761,0.669556,300,100,1), - (8929,2046,1,3727.6,-3994,94.67,-3,0,0,-0.997495,0.0707372,300,100,1), - (8930,2046,0,-10332.7,-2490.47,31.3206,2.436,0,0,0.93841,0.345523,300,100,1), - (8931,2046,0,-10326.6,-2489.13,32.0368,1.65377,0,0,0.735826,0.677171,300,100,1), - (8932,23014,1,-3898.6,-4501.2,13.1098,3.07178,0,0,0.999391,0.0349,900,100,1), - (8933,2046,0,-11838.5,351.454,43.381,1.09956,0,0,0.5225,0.852639,300,100,1), - (8934,2046,0,-1264.6,-2940.26,43.759,-0.261798,0,0,-0.130525,0.991445,300,100,1), - (8935,2046,0,-13881,111.266,14.494,2.861,0,0,0.990175,0.139837,300,100,1), - (8936,2046,0,-13762,121.807,23.489,4.001,0,0,0.909089,-0.416601,300,100,1), - (8937,2046,0,-13756,121.138,23.304,3.663,0,0,0.966209,-0.257761,300,100,1), - (8938,2046,0,-13676,101.208,19.525,3.915,0,0,0.926157,-0.377138,300,100,1), - (8939,2046,0,988.777,-268,63.423,2.18,0,0,0.886627,0.462485,300,100,1), - (8940,2046,0,119.948,-4145,159.664,1.011,0,0,0.484245,0.874932,300,100,1), - (8941,2046,0,-12673,-341,15.791,2.243,0,0,0.900753,0.434332,300,100,1), - (8942,2046,0,-12670,-349,15.063,2.636,0,0,0.968217,0.250112,300,100,1), - (8943,2046,0,-13680,105.842,19.821,3.569,0,0,0.977252,-0.212081,300,100,1), - (8944,2046,0,-12742,-351,11.799,1.548,0,0,0.699001,0.71512,300,100,1), - (8945,2046,0,-13623,128.091,23.625,3.838,0,0,0.939987,-0.34121,300,100,1), - (8946,2046,0,744.557,-872,167.274,1.658,0,0,0.737256,0.675613,300,100,1), - (8947,2046,0,-5,-2933,118.19,4.361,0,0,0.819818,-0.572625,300,100,1), - (8948,2046,0,-13138,-192,-3,3.669,0,0,0.965431,-0.260658,300,100,1), - (8949,2046,0,-13106,-176,-2,0.625,0,0,0.307439,0.951568,300,100,1), - (8950,2046,0,-12855,-865,57.813,0.387,0,0,0.192295,0.981337,300,100,1), - (8951,2046,0,-12884,-880,56.054,3.984,0,0,0.912597,-0.408859,300,100,1), - (8952,2046,0,-12885,-876,56.244,3.564,0,0,0.977779,-0.209637,300,100,1), - (8953,2046,0,-12852,-868,58.813,0.398,0,0,0.197689,0.980265,300,100,1), - (8954,2046,0,-979,-3717,93.421,1.388,0,0,0.639617,0.768694,300,100,1), - (8955,2046,0,-983,-3685,88.331,6.126,0,0,0.0785118,-0.996913,300,100,1), - (8956,2046,0,-11000.5,-3876.39,66.5622,2.56001,0,0,0.958017,0.28671,300,100,1), - (8957,2046,0,-11081.4,-3876.93,17.9153,0.38609,0,0,0.191848,0.981425,300,100,1), - (8958,2046,0,-10993.1,-3886.23,57.5147,2.28042,0,0,0.908721,0.417404,300,100,1), - (8959,2046,0,-10775.7,-3741.6,24.6898,3.14904,0,0,0.999993,-0.00372366,300,100,1), - (8960,2046,0,-1013,-2694,53.014,6.251,0,0,0.016092,-0.999871,300,100,1), - (8961,2046,0,-1012,-2722,57.443,0.045,0,0,0.0224981,0.999747,300,100,1), - (8962,2046,0,-1015,-2718,57.538,1.879,0,0,0.807263,0.590192,300,100,1), - (8963,2046,0,-10098,-2881.18,36.5971,0.70571,0,0,0.345578,0.93839,300,100,1), - (8965,2046,0,-12200.4,-102.249,29.2303,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (8966,23015,1,-3906.16,-4486.24,13.0792,-1.02974,0,0,-0.492423,0.870356,900,100,1), - (8967,2046,0,-270,-3125,124.775,0.888,0,0,0.429555,0.903041,300,100,1), - (8968,2046,0,-330,-3327,137.547,3.433,0,0,0.989404,-0.145189,300,100,1), - (8969,2046,0,-12430,-947,42.411,2.443,0,0,0.939614,0.342237,300,100,1), - (8970,23013,1,-3900.93,-4503.69,13.1098,2.43473,0,0,0.938191,0.346117,900,100,1), - (8971,2046,0,-10626,-2463.65,35.9484,1.48207,0,0,0.675052,0.73777,300,100,1), - (8972,2046,0,-12021,-155,41.705,0,0,0,0,1,300,100,1), - (8973,2046,0,231.034,-3431,130.966,6.237,0,0,0.0230906,-0.999733,300,100,1), - (8974,2046,0,580.4,-503,187.897,1.727,0,0,0.760121,0.649781,300,100,1), - (8975,2046,0,112.753,-4076,146.213,3.84,0,0,0.939645,-0.34215,300,100,1), - (8976,2046,0,128.662,-3919,135.097,0.609,0,0,0.299816,0.953997,300,100,1), - (8977,2046,0,361.507,-4031,119.752,0.143,0,0,0.0714391,0.997445,300,100,1), - (8978,2046,0,409.643,-4067,111.544,3.307,0,0,0.996582,-0.0826094,300,100,1), - (8979,61919,1,-3990.03,-4594.89,7.08632,1.53589,0,0,0.694659,0.719339,900,100,1), - (8980,2046,0,-10585.4,-2881.27,29.911,2.9046,0,0,0.992988,0.118219,300,100,1), - (8981,2046,0,-1207,-3640,60.6339,2.969,0,0,0.996279,0.0861892,300,100,1), - (8982,2046,0,-1853,-1536,66.783,2.62,0,0,0.966185,0.25785,300,100,1), - (8983,2046,0,-6564,-3382,277.282,2.025,0,0,0.848159,0.529742,300,100,1), - (8984,2046,0,1226.38,-544,69.554,0.777,0,0,0.378801,0.925478,300,100,1), - (8986,2046,0,-10195.9,-2719.99,23.9716,3.35042,0,0,0.994554,-0.104224,300,100,1), - (8987,2046,0,742.049,-907,164.212,1.658,0,0,0.737256,0.675613,300,100,1), - (8988,2046,0,615.472,-746,173.898,2.821,0,0,0.98718,0.159611,300,100,1), - (8989,2046,0,612.748,-745,175.557,2.821,0,0,0.98718,0.159611,300,100,1), - (8990,2046,0,826.603,-722,194.726,2.496,0,0,0.948352,0.31722,300,100,1), - (8991,2046,0,581.546,-732,181.583,0.886,0,0,0.428652,0.90347,300,100,1), - (8992,2046,0,-10479.7,-2497.4,33.4731,3.14159,0,0,1,0.00000126759,300,255,1), - (8993,2046,0,-11875,88.499,20.333,5.909,0,0,0.186003,-0.982549,300,100,1), - (8994,2046,0,-12731,-912,67.733,0,0,0,0,1,300,100,1), - (8995,2046,0,-11975.7,-265.456,23.3149,1.51844,0,0,0.688356,0.725373,300,255,1), - (8996,61922,1,-3983.44,-4591.38,7.11926,2.41728,0,0,0.935135,0.354291,900,100,1), - (8997,2046,0,-13228,-34,19.246,0.987,0,0,0.473711,0.88068,300,100,1), - (8998,2046,0,-13232,-32,18.552,0.987,0,0,0.473711,0.88068,300,100,1), - (8999,2046,0,-13302,62.531,20.064,0.995,0,0,0.47723,0.878778,300,100,1), - (9000,61923,1,-3984.29,-4590.65,7.11926,-0.802849,0,0,-0.39073,0.920505,900,100,1), - (9001,61925,1,-3973.46,-4591.73,7.12165,-1.68424,0,0,-0.746057,0.665882,900,100,1), - (9002,2046,0,1015.38,-261,48.256,1.413,0,0,0.649176,0.760639,300,100,1), - (9003,2046,0,-6649,-2645,248.715,0.635,0,0,0.312192,0.950019,300,100,1), - (9004,2046,0,614.607,-743,176.237,2.821,0,0,0.98718,0.159611,300,100,1), - (9005,2046,0,-53,-4555,18.526,1.4,0,0,0.644218,0.764842,300,100,1), - (9006,148866,1,-4006.77,-4607.66,7.12058,0.322886,0,0,0.160743,0.986996,900,100,1), - (9007,2046,0,-12741,-830,65.307,3.74,0,0,0.955572,-0.294759,300,100,1), - (9008,2046,0,915.051,-259,150.849,6.244,0,0,0.0195914,-0.999808,300,100,1), - (9009,2046,0,931.414,-256,137.537,0.162,0,0,0.0809115,0.996721,300,100,1), - (9010,2046,0,874.247,-208,129.753,4.9,0,0,0.637765,-0.770231,300,100,1), - (9011,2046,0,-12742,-827,65.845,3.736,0,0,0.956159,-0.292848,300,100,1), - (9012,2046,0,-12842.6,-529.612,61.5598,1.48353,0,0,0.67559,0.737277,300,100,1), - (9013,2046,0,-12958,-221,-4,1.933,0,0,0.822902,0.568183,300,100,1), - (9014,2046,0,-12904,-287,9.386,4.45,0,0,0.793533,-0.608527,300,100,1), - (9015,2046,0,-12890,-293,10.081,5.165,0,0,0.530417,-0.847737,300,100,1), - (9016,2046,0,-10909.1,-3819.91,34.7622,2.53645,0,0,0.954573,0.297976,300,100,1), - (9017,2046,0,-12868,-386,14.468,4.639,0,0,0.732572,-0.68069,300,100,1), - (9018,2046,0,-12806,-294,16.262,1.788,0,0,0.779583,0.626299,300,100,1), - (9019,2046,0,-12765,-342,14.785,6.229,0,0,0.0270893,-0.999633,300,100,1), - (9020,2046,0,-12765,-346,15.065,6.229,0,0,0.0270893,-0.999633,300,100,1), - (9021,2046,0,-10894.2,-3774.56,60.2359,5.58261,0,0,0.343168,-0.939274,300,100,1), - (9022,2046,0,-10271.9,-2568.1,50.0337,1.31387,0,0,0.610693,0.791868,300,100,1), - (9023,2046,0,-6796.37,-2649.54,244.431,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (9024,61921,1,-3987.75,-4589.38,7.11912,-1.68424,0,0,-0.746057,0.665882,900,100,1), - (9025,2046,0,-12841,-357,16.332,2.228,0,0,0.89747,0.441075,300,100,1), - (9026,2046,0,-12834,-354,16.401,2.73,0,0,0.978899,0.204347,300,100,1), - (9027,2046,0,-12864,-387,14.276,4.509,0,0,0.775239,-0.631669,300,100,1), - (9028,2046,0,-1886,-2890,71.286,5.218,0,0,0.507769,-0.861493,300,100,1), - (9029,2046,0,-791,-3387,79.208,5.322,0,0,0.462305,-0.886721,300,100,1), - (9030,2046,0,-1273,-2957,36.342,3.689,0,0,0.962776,-0.270299,300,100,1), - (9031,2046,0,576.93,-487,175.282,1.441,0,0,0.65976,0.751476,300,100,1), - (9032,61920,1,-3987.78,-4591.04,7.11912,1.53589,0,0,0.694659,0.719339,900,100,1), - (9033,61924,1,-3973.51,-4593.25,7.12165,1.53589,0,0,0.694659,0.719339,900,100,1), - (9034,138614,1,-3989.97,-4593.37,7.08632,-1.68424,0,0,-0.746057,0.665882,900,100,1), - (9035,2046,0,-12965,-640,53.289,1.501,0,0,0.682005,0.731348,300,100,1), - (9036,2046,0,-11552,-542,32.91,1.552,0,0,0.70043,0.713721,300,100,1), - (9037,61919,1,-4079.14,-4525.9,6.34917,1.61443,0,0,0.722365,0.691512,900,100,1), - (9038,61922,1,-4072.85,-4521.89,6.38211,2.49582,0,0,0.948324,0.317305,900,100,1), - (9039,2046,0,31.431,-3693,145.793,4.059,0,0,0.896627,-0.442786,300,100,1), - (9040,2046,0,-12542,-433,33.765,0.017,0,0,0.0084999,0.999964,300,100,1), - (9041,2046,0,-12837,-260,10.435,1.336,0,0,0.619417,0.785062,300,100,1), - (9042,2046,0,-12868,-241,10.838,2.491,0,0,0.947556,0.31959,300,100,1), - (9043,2046,0,-12865,-238,11.421,2.483,0,0,0.94627,0.323377,300,100,1), - (9044,2046,0,-12705,-323,13.749,2.232,0,0,0.898351,0.439279,300,100,1), - (9045,2046,0,-12711,-321,14.472,1.972,0,0,0.833825,0.55203,300,100,1), - (9046,2046,0,659.04,-703,203.433,5.685,0,0,0.294653,-0.955604,300,100,1), - (9047,2046,0,-1692.98,-2382.04,37.5889,-0.541051,0,0,-0.267238,0.963631,300,100,1), - (9048,2046,0,660.718,-77,121.078,0.575,0,0,0.283556,0.958956,300,100,1), - (9049,2046,0,667.932,-67,119.842,4.591,0,0,0.748696,-0.662914,300,100,1), - (9050,2046,0,668.096,-69,121.627,4.979,0,0,0.606851,-0.794816,300,100,1), - (9051,2046,0,681.263,-56,94.984,4.225,0,0,0.856832,-0.515596,300,100,1), - (9052,2046,0,15.629,-4484,157.357,5.387,0,0,0.433247,-0.901275,300,100,1), - (9053,2046,0,116.801,-4375,120.12,0.681,0,0,0.333958,0.942588,300,100,1), - (9054,2046,0,13.125,-4481,157.052,5.387,0,0,0.433247,-0.901275,300,100,1), - (9055,2046,0,99.412,-4609,121.887,3.474,0,0,0.98622,-0.16544,300,100,1), - (9056,61923,1,-4073.75,-4521.22,6.38211,-0.724309,0,0,-0.35429,0.935136,900,100,1), - (9057,2046,0,822.083,-722,194.678,2.574,0,0,0.959999,0.280002,300,100,1), - (9058,2046,0,-753,-2057,40.1859,2.031,0,0,0.849744,0.527195,300,100,1), - (9059,2046,1,-4692.77,1519.28,115.723,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (9060,2046,0,-1003,-2694,57.818,6.251,0,0,0.016092,-0.999871,300,100,1), - (9061,2046,0,-13513,99.763,25.019,2.514,0,0,0.951169,0.308672,300,100,1), - (9062,61925,1,-4062.86,-4521.45,6.38451,-1.6057,0,0,-0.719339,0.694659,900,100,1), - (9063,148866,1,-4094.82,-4539.94,6.38343,0.401426,0,0,0.199368,0.979925,900,100,1), - (9064,2046,0,-10243.8,-2481.32,40.1398,0.83284,0,0,0.404489,0.914543,300,100,1), - (9065,2046,0,-10313,-2554.71,32.4053,5.90519,0,0,0.187874,-0.982193,300,100,1), - (9066,2046,0,-12643,-509,32.277,0.492,0,0,0.243526,0.969894,300,100,1), - (9067,2046,0,-10247.7,-2481.3,42.2309,3.30703,0,0,0.996581,-0.0826244,300,100,1), - (9068,2046,0,-10898.2,-3765.22,56.9546,5.58261,0,0,0.343168,-0.939274,300,100,1), - (9069,2046,0,-10599,-2826.56,26.0873,2.79229,0,0,0.984787,0.173765,300,100,1), - (9070,2046,0,-10892.4,-3761.76,56.6483,0.21596,0,0,0.10777,0.994176,300,100,1), - (9071,2046,0,-12946.4,386.505,32.6579,-2.63544,0,0,-0.968147,0.250383,300,100,1), - (9072,2046,0,-12751,-685,64.588,1.773,0,0,0.774864,0.632128,300,100,1), - (9073,2046,0,-12798,-608,67.097,2.052,0,0,0.855233,0.518244,300,100,1), - (9074,2046,0,-12748,-732,66.626,3.387,0,0,0.992481,-0.122396,300,100,1), - (9075,2046,0,-12749,-729,66.957,3.403,0,0,0.99147,-0.130332,300,100,1), - (9076,2046,0,-6451.54,-3418.86,229.71,2.00713,0,0,0.843392,0.537299,300,255,1), - (9077,61921,1,-4077.3,-4520.23,6.38197,-1.6057,0,0,-0.719339,0.694659,900,100,1), - (9078,2046,0,-12624,-274,27.03,0.855,0,0,0.414597,0.910005,300,100,1), - (9079,61920,1,-4077.19,-4521.89,6.38197,1.61443,0,0,0.722365,0.691512,900,100,1), - (9080,2046,0,-13459.8,177.503,45.573,-0.523599,0,0,-0.258819,0.965926,300,100,1), - (9081,2046,0,-129,-4158,122.269,2.129,0,0,0.874547,0.484942,300,100,1), - (9082,61924,1,-4062.8,-4522.97,6.38451,1.61443,0,0,0.722365,0.691512,900,100,1), - (9083,2046,0,-6447.5,-3366.45,244.277,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (9084,2046,0,-11690,988.163,5.745,5.575,0,0,0.34674,-0.937961,300,100,1), - (9085,2046,0,-9915.75,-3621.58,36.1525,1.01842,0,0,0.487488,0.87313,300,100,1), - (9086,2046,0,-9925,-3618.09,28.6714,2.95135,0,0,0.995479,0.094978,300,100,1), - (9087,138614,1,-4079.2,-4524.38,6.34917,-1.6057,0,0,-0.719339,0.694659,900,100,1), - (9088,2046,0,-10591.3,-2884.23,35.5221,-3.08918,0,0,-0.999657,0.0262033,300,100,1), - (9089,2046,0,-12759,-781,62.495,2.685,0,0,0.974053,0.226318,300,100,1), - (9090,2046,0,-12764,-784,62.972,2.767,0,0,0.982511,0.186203,300,100,1), - (9091,177928,1,-4722.48,-3737.78,55.964,0.619592,0,0,0.304864,0.952396,900,100,1), - (9092,2046,0,-818,-3528,83.238,0.526,0,0,0.259979,0.965614,300,100,1), - (9093,2046,0,-812,-3518,85.997,0.504,0,0,0.249341,0.968416,300,100,1), - (9094,2046,0,-890,-3025,97.015,5.808,0,0,0.235364,-0.971907,300,100,1), - (9095,2046,0,-794,-3387,79.208,5.322,0,0,0.462305,-0.886721,300,100,1), - (9096,2857,1,-2285.46,-4294.51,3.47067,1.88496,0,0,0.809017,0.587785,7200,100,1), - (9097,3707,1,-2578.54,-4033.33,7.97089,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (9098,3707,1,-2323.25,-4247.81,0.009119,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (9099,2555,1,-4348.37,-2607.68,38.2624,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (9100,2046,0,-355,-3021,108.035,5.525,0,0,0.370078,-0.929001,300,100,1), - (9101,2046,0,-447,-2901,89.716,2.541,0,0,0.955249,0.295803,300,100,1), - (9102,2046,0,595.461,-262,149.207,0.56,0,0,0.276356,0.961055,300,100,1), - (9103,2046,0,103.274,-4163,133.934,1.416,0,0,0.650316,0.759664,300,100,1), - (9104,176573,1,-2827.14,-4737.72,5.41477,-0.383972,0,0,0.190809,-0.981627,900,100,1), - (9105,2046,0,1102.21,-711,74.068,5.861,0,0,0.209528,-0.977803,300,100,1), - (9106,2046,0,-1267,-1507,54.788,1.292,0,0,0.601997,0.798498,300,100,1), - (9107,2046,0,-1298,-1536,50.95,4.616,0,0,0.740351,-0.67222,300,100,1), - (9108,2046,0,-1706,-2378,30.395,4.472,0,0,0.786791,-0.617219,300,100,1), - (9109,2046,0,-1654,-2405,74.029,0.613,0,0,0.301724,0.953395,300,100,1), - (9110,2046,0,-1694,-2412,69.222,3.785,0,0,0.948698,-0.316183,300,100,1), - (9111,2046,0,-1609,-2104,30.968,2.891,0,0,0.992161,0.124969,300,100,1), - (9112,2046,0,-1565,-2091,30.09,3.677,0,0,0.964381,-0.264518,300,100,1), - (9113,2046,1,-4372.93,-3921.25,58.4869,1.43117,0,0,0.656059,0.75471,300,100,1), - (9114,176573,1,-3727.31,-4418.25,26.5389,2.26893,0,0,0.906308,0.422618,900,100,1), - (9115,181053,1,-2557.6,-4917.68,33.8378,2.86234,0,0,0.990268,0.139173,300,100,1), - (9116,2046,0,-11602,624.33,50.7443,0.303,0,0,0.150921,0.988546,300,100,1), - (9117,2046,1,-4014.74,-55.869,159.176,2.93289,0,0,0.99456,0.104162,300,100,1), - (9118,181053,1,-2797.35,-4954.83,67.8367,-1.309,0,0,0.608761,-0.793353,300,100,1), - (9119,2046,0,-12021,326.582,3.439,0,0,0,0,1,300,100,1), - (9120,2046,0,-10027.5,-3339.29,39.809,5.48896,0,0,0.386757,-0.922181,300,100,1), - (9121,2046,0,-13322.3,-30.7243,21.0645,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (9122,181053,1,-2726.84,-5014.48,-10.0264,-2.28638,0,0,0.909961,-0.414693,300,100,1), - (9123,2046,0,-1877,-2659,59.366,1.848,0,0,0.798019,0.602633,300,100,1), - (9124,186450,1,-3963.13,-3492.72,30.8604,-1.29154,0,0,0.601815,-0.798635,900,100,1), - (9125,2046,0,-7243,-2386,253.088,0,0,0,0,1,300,100,1), - (9126,186450,1,-3764.53,-3662.09,46.6152,2.53073,0,0,0.953717,0.300706,900,100,1), - (9127,2046,0,-6818,-3128,249.138,0.002,0,0,0.001,1,300,100,1), - (9128,186463,1,-4447.27,-3980.41,31.088,1.58825,0,0,0.71325,0.700909,500,100,1), - (9129,2046,0,-1166.56,-2248.82,55.3638,3.14159,0,0,1,0.00000126759,300,100,1), - (9130,2046,0,-6641.55,-2623.45,256.692,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (9131,2046,0,-10061.7,-3043.3,38.8974,1.07617,0,0,0.512493,0.858692,300,100,1), - (9132,2046,0,-10058.2,-3044.82,39.2701,0.36265,0,0,0.180333,0.983606,300,100,1), - (9133,2046,0,-1064,-1607,43.456,0.672,0,0,0.329713,0.944081,300,100,1), - (9134,186463,1,-4440.63,-3765.67,34.9148,-0.733038,0,0,0.358368,-0.93358,500,100,1), - (9135,2046,0,-12990,-262,-2,4.27,0,0,0.845015,-0.534743,300,100,1), - (9136,2046,0,-10205.4,-2720.66,23.2743,1.21323,0,0,0.57009,0.821582,300,100,1), - (9137,2046,0,-7139,-2427,240.537,3.629,0,0,0.970451,-0.241298,300,100,1), - (9138,2046,0,-12990,-269,-3,3.614,0,0,0.972233,-0.234013,300,100,1), - (9139,2046,0,-13065,-169,-2,2.887,0,0,0.991909,0.126953,300,100,1), - (9140,2046,0,-13069,-174,-2,2.789,0,0,0.9845,0.175385,300,100,1), - (9141,2046,0,699.414,-401,172.814,4.867,0,0,0.650386,-0.759604,300,100,1), - (9142,2046,0,913.728,-404,153.86,1.942,0,0,0.825451,0.564474,300,100,1), - (9143,2046,0,930.608,-514,151.338,4.509,0,0,0.775239,-0.631669,300,100,1), - (9144,2046,0,-11664,436.941,43.232,2.497,0,0,0.948511,0.316745,300,100,1), - (9145,2046,0,-1205,-3637,59.6562,2.969,0,0,0.996279,0.0861892,300,100,1), - (9146,2046,0,-11663,439.414,43.251,3.114,0,0,0.999905,0.0137958,300,100,1), - (9147,2046,0,-11511,374.162,49.494,6.213,0,0,0.0350855,-0.999384,300,100,1), - (9148,2046,0,-10619.2,-2455.63,30.5601,2.29464,0,0,0.911666,0.410932,300,100,1), - (9149,2046,0,-1507,-1567,35.805,0.493,0,0,0.244011,0.969772,300,100,1), - (9150,2046,0,-1622,-1500,44.127,4.146,0,0,0.876524,-0.481358,300,100,1), - (9151,2046,0,-1773,-1403,45.98,5.122,0,0,0.548519,-0.836138,300,100,1), - (9152,2046,0,-1791,-1414,47.219,3.086,0,0,0.999614,0.0277928,300,100,1), - (9153,186463,1,-4864.57,-3626.12,49.7068,0.139626,0,0,0.069756,0.997564,500,100,1), - (9154,2046,0,-13280,-411,13.138,0.838,0,0,0.406847,0.913496,300,100,1), - (9155,2046,0,451.32,-3769.05,128.455,2.906,0,0,0.99307,0.117524,300,100,1), - (9156,2046,0,-10021.9,-3323.43,31.7042,5.79683,0,0,0.240788,-0.970578,300,100,1), - (9157,2046,0,-12711,-488,29.8,-1,0,0,-0.479426,0.877583,300,100,1), - (9158,186463,1,-4661.21,-3630.5,43.6835,-1.97222,0,0,0.833886,-0.551937,500,100,1), - (9159,2046,0,-143,-4179,119.778,3.275,0,0,0.997776,-0.0666543,300,100,1), - (9160,2046,0,-143,-4182,119.682,4.925,0,0,0.628087,-0.778143,300,100,1), - (9161,2046,0,-12974.7,-292.99,12.7081,2.70526,0,0,0.976296,0.21644,300,255,1), - (9162,2046,0,753.273,-989,158.025,1.416,0,0,0.650316,0.759664,300,100,1), - (9163,2046,0,-1307,-3525,52.6089,3.029,0,0,0.998416,0.0562666,300,100,1), - (9164,2046,0,-1329,-3519,56.3565,2.974,0,0,0.996491,0.0836983,300,100,1), - (9165,2046,0,353.928,-792,133.678,6.205,0,0,0.0390827,-0.999236,300,100,1), - (9166,2046,1,-4519.89,-169.618,86.3383,3.80951,0,0,0.944752,-0.327786,300,100,1), - (9167,2046,0,-12429,-812,42.1461,3.915,0,0,0.926157,-0.377138,300,100,1), - (9168,2046,0,-10636.3,-2480.33,26.9201,4.30441,0,0,0.83569,-0.549202,300,100,1), - (9169,2046,0,-1013,-2534,56.786,3.357,0,0,0.994206,-0.107496,300,100,1), - (9170,2046,0,-7185,-2271,266.009,4.574,0,0,0.754304,-0.656526,300,100,1), - (9171,2046,0,618.778,-746,173.588,2.821,0,0,0.98718,0.159611,300,100,1), - (9172,2046,0,640.862,-694,206.911,3.543,0,0,0.979927,-0.199359,300,100,1), - (9173,2046,0,403.218,-572,167.517,4.36,0,0,0.820104,-0.572215,300,100,1), - (9174,186469,1,-2806.1,-4951.42,68.3026,0.872665,0,0,0.422618,0.906308,900,100,1), - (9175,186266,1,-4088.65,-4541.65,6.37928,0.907571,0,0,0.438371,0.898794,900,100,1), - (9177,2046,0,-617,-1817,70.72,4.736,0,0,0.69871,-0.715405,300,100,1), - (9178,2046,0,-1962,-2681,79.357,3.307,0,0,0.996582,-0.0826094,300,100,1), - (9179,2046,0,-2069,-2686,88.856,0.328,0,0,0.163266,0.986582,300,100,1), - (9180,2046,0,-7181,-2286,258.262,5.876,0,0,0.202189,-0.979347,300,100,1), - (9181,2046,0,-598,-1824,59.656,1.702,0,0,0.75194,0.659232,300,100,1), - (9182,2046,0,-602,-1821,61.19,3.518,0,0,0.982342,-0.187095,300,100,1), - (9184,2046,0,-12610,-475,34.772,0.912,0,0,0.44036,0.897821,300,100,1), - (9185,2046,0,-304,-2629,117.759,2.967,0,0,0.996192,0.0871855,300,100,1), - (9186,2046,0,-12681,-773,63.066,5.614,0,0,0.328385,-0.944544,300,100,1), - (9187,2046,0,-11873,186.04,22.372,2.81,0,0,0.986287,0.165038,300,100,1), - (9188,2046,0,-6732,-3183,249.869,1.202,0,0,0.565468,0.824771,300,100,1), - (9189,2046,0,-6826.8,-3148.87,261.128,0.034906,0,0,0.0174521,0.999848,300,100,1), - (9190,2046,0,769.361,-470,152.711,5.756,0,0,0.260551,-0.96546,300,100,1), - (9191,2046,0,762.481,-455,162.805,1.905,0,0,0.814867,0.579648,300,100,1), - (9192,2046,0,460.472,-3767.75,124.724,3.412,0,0,0.990874,-0.134792,300,100,1), - (9193,2046,0,-12745,-840,64.988,2.601,0,0,0.963692,0.267017,300,100,1), - (9194,2046,1,-3770.35,249.57,127.063,1.78112,0,0,0.777424,0.628977,300,100,1), - (9195,2046,1,-3944.69,110.325,138.115,1.76323,0,0,0.771767,0.635906,300,100,1), - (9196,2046,1,-3908.75,125.376,132.649,3.03634,0,0,0.998616,0.052602,300,100,1), - (9197,2046,1,-4042.16,-27.6958,84.5814,5.74075,0,0,0.267905,-0.963445,300,100,1), - (9198,2046,0,-14100,169.757,25.341,-1,0,0,-0.479426,0.877583,300,100,1), - (9199,2046,0,-10615.7,-2821.19,38.9669,3.3075,0,0,0.996561,-0.0828585,300,100,1), - (9200,2046,0,-10633.2,-2826.76,55.5789,3.02712,0,0,0.998362,0.057205,300,100,1), - (9201,2046,0,-827,-3532,74.081,0.526,0,0,0.259979,0.965614,300,100,1), - (9202,2046,0,-819,-3511,87.311,0.504,0,0,0.249341,0.968416,300,100,1), - (9203,2046,0,-823,-3483,91.958,1.116,0,0,0.529491,0.848316,300,100,1), - (9204,2046,0,-10049.2,-2782.32,45.9192,0.8804,0,0,0.42612,0.904666,300,100,1), - (9205,2046,0,-194,-3315,126.391,3.528,0,0,0.981394,-0.192004,300,100,1), - (9206,2046,0,-12639,-404,19.762,4.399,0,0,0.808791,-0.588097,300,100,1), - (9207,2046,0,-12433,-821,43.527,1.52,0,0,0.688921,0.724836,300,100,1), - (9208,2046,0,-12633,-412,21.321,0.794,0,0,0.386653,0.922225,300,100,1), - (9209,2046,0,-1069.87,-1611.4,46.1645,-2.93214,0,0,-0.994521,0.104535,300,100,1), - (9210,2046,0,42.2495,-3664.66,131.693,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (9211,2046,0,781.176,-345,153.247,0.358,0,0,0.178046,0.984022,300,100,1), - (9213,2046,0,404.064,-575,167.213,4.36,0,0,0.820104,-0.572215,300,100,1), - (9214,2046,0,-12504,-828,42.1,2.325,0,0,0.917799,0.397046,300,100,1), - (9215,2046,0,-605,-1849,55.229,3.125,0,0,0.999966,0.00829623,300,100,1), - (9216,2046,0,-605,-1853,55.061,3.125,0,0,0.999966,0.00829623,300,100,1), - (9217,2046,0,-13427.6,603.917,42.9791,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (9218,186330,1,-4464.58,-2975.96,30.3234,-0.314159,0,0,0.156434,-0.987688,900,100,1), - (9220,2046,1,-4533.93,-177.838,87.9576,3.67129,0,0,0.965132,-0.261763,300,100,1), - (9227,2047,1,7901.94,-4166,683.502,1.05,0,0,0.501213,0.865324,300,100,1), - (9228,2047,1,-7313,-2321,-262,4.988,0,0,0.603268,-0.797538,300,100,1), - (9232,2047,1,7265.45,-4201,726.528,0.642,0,0,0.315516,0.94892,300,100,1), - (9233,2047,1,7780.24,-3895,700.417,0.501,0,0,0.247888,0.968789,300,100,1), - (9234,2047,1,-8346,-2147,24.613,1.799,0,0,0.783016,0.622002,300,100,1), - (9235,2047,1,-7249,-3439,14.624,4.212,0,0,0.860165,-0.510016,300,100,1), - (9237,2047,1,-8304,-2780,29.687,5.406,0,0,0.424666,-0.90535,300,100,1), - (9239,2047,1,-1300,2915.14,88.297,1.728,0,0,0.760446,0.649401,300,100,1), - (9241,1618,0,-4952.33,151.568,387.62,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (9252,2047,1,3945.49,-7092,1.699,1.087,0,0,0.517135,0.855904,300,100,1), - (9255,2047,1,660.806,1398.15,23.916,3.59,0,0,0.974971,-0.22233,300,100,1), - (9256,2047,1,-1774,2968.79,37.432,4.232,0,0,0.855022,-0.518592,300,100,1), - (9257,2047,1,-1778,2997.54,35.715,4.76,0,0,0.690075,-0.723738,300,100,1), - (9258,2047,1,-1765,2986.9,40.316,5.803,0,0,0.237793,-0.971316,300,100,1), - (9259,2047,1,-8602,-2225,11.955,3.879,0,0,0.932795,-0.360407,300,100,1), - (9262,2047,1,819.282,1943.22,25.163,1.202,0,0,0.565468,0.824771,300,100,1), - (9265,142210,90,-518.904,718.472,-327.505,-1.78024,0,0,-0.777146,0.62932,3600,100,1), - (9267,2047,1,6660.13,-931,498.259,6.122,0,0,0.0805053,-0.996754,300,100,1), - (9275,2047,1,-6403.33,-1914.53,-262.49,0.925024,0,0,0.446198,0.894934,300,255,1), - (9290,152614,0,-5067.46,438.984,423.758,2.53945,0,0,0.95502,0.296542,900,100,1), - (9295,2047,1,-2010,2222.93,73.67,1.983,0,0,0.836848,0.547435,300,100,1), - (9296,2047,1,4018.37,-5013,145.45,0.914,0,0,0.441258,0.89738,300,100,1), - (9300,2047,1,3844.66,-7053,6.301,5.048,0,0,0.579074,-0.815275,300,100,1), - (9312,2047,1,3479.01,-1071,274.137,2.265,0,0,0.905476,0.424397,300,100,1), - (9323,2047,1,4305.51,-6162,133.856,2.529,0,0,0.953457,0.301529,300,100,1), - (9328,2047,1,-8450,-2131,22.319,2.217,0,0,0.895031,0.446005,300,100,1), - (9329,2047,1,3274.23,-5124,88.489,1.747,0,0,0.766581,0.642147,300,100,1), - (9334,2047,1,-7381,-2307,-253,3.364,0,0,0.993823,-0.110975,300,100,1), - (9337,2047,1,-7116,-2818,27.437,1.931,0,0,0.822334,0.569006,300,100,1), - (9347,2047,1,-8261,-2735,28.636,5.45,0,0,0.404647,-0.914473,300,100,1), - (9353,1617,0,-5140.59,334.423,396.777,1.41372,0,0,0.649449,0.760405,300,100,1), - (9355,2047,1,-9276,-4144,10.166,-1,0,0,-0.479426,0.877583,300,100,1), - (9365,2047,1,-5541,3671.23,68.784,4.32,0,0,0.831383,-0.555699,300,100,1), - (9370,2047,1,-6268,-1086,-228,5.315,0,0,0.465405,-0.885098,300,100,1), - (9373,2047,1,-7844,-2507,-46,0,0,0,0,1,300,100,1), - (9379,2047,1,-8478,-2125,16.92,2.908,0,0,0.993187,0.116531,300,100,1), - (9382,2047,1,3872.49,-7037,5.13,0.977,0,0,0.469302,0.883038,300,100,1), - (9388,2047,1,-9175,-2081,39.713,2.076,0,0,0.86139,0.507944,300,100,1), - (9390,2047,1,-8219,-2689,15.653,3.549,0,0,0.979324,-0.202298,300,100,1), - (9398,2047,1,5322.36,-4697,696.98,5.477,0,0,0.392265,-0.919852,300,100,1), - (9400,2047,1,4610.3,-6004,167.317,5.507,0,0,0.378424,-0.925633,300,100,1), - (9405,2047,1,-6681,984.872,2.239,2.857,0,0,0.989893,0.141817,300,100,1), - (9406,2047,1,-1326,2885.29,88.671,2.286,0,0,0.909882,0.414867,300,100,1), - (9408,2047,1,870.887,1480.09,4.206,4.812,0,0,0.671027,-0.741433,300,100,1), - (9411,80022,0,-5164.47,648.442,362.099,1.49226,0,0,0.678801,0.734323,900,100,1), - (9417,102984,0,-5073.02,436.788,410.832,3.14159,0,0,1,0,900,100,1), - (9418,2047,1,-1290,2926.14,88.151,-1,0,0,-0.479426,0.877583,300,100,1), - (9421,2047,1,-9182,-2142,34.667,1.256,0,0,0.587528,0.809204,300,100,1), - (9422,2047,1,-7580,-1729,-272,0.954,0,0,0.459116,0.888376,300,100,1), - (9423,2047,1,6688.88,-5097,754.349,1.361,0,0,0.629182,0.777258,300,100,1), - (9427,2047,1,-415,689.282,152.399,3.763,0,0,0.952119,-0.305729,300,100,1), - (9430,2047,1,4832.3,-4502,892.307,3.903,0,0,0.928403,-0.371574,300,100,1), - (9432,2047,1,-7084,-4162,18.553,2.912,0,0,0.993418,0.114544,300,100,1), - (9442,2047,1,-7125,-4179,18.328,1.586,0,0,0.712462,0.701711,300,100,1), - (9445,2047,1,6705.22,-5213,781.624,3.07,0,0,0.999359,0.0357887,300,100,1), - (9446,2047,1,-5633,3447.77,3.543,5.904,0,0,0.188459,-0.982081,300,100,1), - (9450,80023,0,-5164.24,650.354,349.52,1.49226,0,0,0.678801,0.734323,900,100,1), - (9452,2047,1,-7450,-2982,17.13,4.953,0,0,0.617132,-0.78686,300,100,1), - (9455,2047,1,-6741,837.82,17.914,3.975,0,0,0.914428,-0.404748,300,100,1), - (9464,2047,1,-7950,-1854,-262,3.628,0,0,0.970571,-0.240813,300,100,1), - (9466,2047,1,6527.87,-4361,680.234,3.13,0,0,0.999983,0.00579624,300,100,1), - (9467,3719,0,-5077.23,494.845,401.821,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (9476,2047,1,-5443,3700.83,6.259,0.406,0,0,0.201609,0.979466,300,100,1), - (9477,106318,0,-5070.62,484.583,401.485,-0.959931,0,0,0.461749,-0.887011,3600,100,1), - (9481,2047,1,-5573,3509.78,19.261,2.442,0,0,0.939443,0.342707,300,100,1), - (9484,2047,1,-396,692.011,147.353,4.727,0,0,0.701922,-0.712254,300,100,1), - (9491,2047,1,-8800,-4472,58.564,2.035,0,0,0.850797,0.525495,300,100,1), - (9495,2047,1,-7940,-1331,-305,3.427,0,0,0.989835,-0.14222,300,100,1), - (9496,2047,1,3218.65,-5183,105.513,1.731,0,0,0.761419,0.64826,300,100,1), - (9499,2047,1,-7570,-1687,-265,1.482,0,0,0.675026,0.737794,300,100,1), - (9507,2047,1,-4670,1715.22,110.017,5.985,0,0,0.148541,-0.988906,300,100,1), - (9518,2047,1,-7080,-3314,13.582,4.319,0,0,0.831661,-0.555283,300,100,1), - (9522,1618,0,-5262.18,527.205,387.017,2.33874,0,0,0.920505,0.390732,300,100,1), - (9525,2047,1,-5631,3556.87,5.505,1.167,0,0,0.550948,0.834539,300,100,1), - (9527,2047,1,-8014.1,-1299.92,-320.586,2.05949,0,0,0.857168,0.515037,300,255,1), - (9533,1617,0,-5246.78,459.859,385.857,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (9534,2047,1,-6320,-1997,-261,0.75,0,0,0.366273,0.930508,300,100,1), - (9538,2047,1,734.245,1939.74,33.195,1.071,0,0,0.510271,0.860014,300,100,1), - (9542,2047,1,-7702,-1135,-271,3.224,0,0,0.999151,-0.041192,300,100,1), - (9549,2047,1,-6454,437.07,-1,5.257,0,0,0.490874,-0.871231,300,100,1), - (9556,2047,1,-7141,-2782,19.962,3.109,0,0,0.999867,0.0162956,300,100,1), - (9562,2047,1,-8310,-2198,16.37,0.901,0,0,0.435416,0.90023,300,100,1), - (9586,2047,1,6511.92,-913,492.079,5.375,0,0,0.438647,-0.898659,300,100,1), - (9587,2047,1,-6698,771.647,26.204,3.633,0,0,0.969966,-0.243239,300,100,1), - (9588,2047,1,-9056,-2090,30.433,2.289,0,0,0.910503,0.413501,300,100,1), - (9591,2047,1,6664.43,-981,501.604,5.764,0,0,0.256687,-0.966495,300,100,1), - (9593,142211,90,-561.236,709.881,-327.485,-0.881392,0,0,-0.426569,0.904455,3600,100,1), - (9603,2047,1,3766.26,-5405,89.237,2.573,0,0,0.959859,0.280482,300,100,1), - (9606,2047,1,-7216,-3479,17.494,2.547,0,0,0.956132,0.292936,300,100,1), - (9607,2047,1,4633.13,-7176,117.157,4.116,0,0,0.883645,-0.468157,300,100,1), - (9622,2047,1,-6712,727.785,23.976,3.551,0,0,0.979121,-0.203277,300,100,1), - (9623,2047,1,-5634,3563.97,7.368,3.111,0,0,0.999883,0.0152957,300,100,1), - (9624,2047,1,4295.83,-6121,139.657,4.932,0,0,0.62536,-0.780336,300,100,1), - (9625,2047,1,6627.71,-3971,671.477,4.798,0,0,0.6762,-0.736718,300,100,1), - (9634,2047,1,-7050,-3333,14.055,3.477,0,0,0.985971,-0.166919,300,100,1), - (9635,2047,1,-7639,-1702,-272,2.535,0,0,0.954357,0.298668,300,100,1), - (9647,2047,1,3941.5,-5436,63.659,0.798,0,0,0.388497,0.92145,300,100,1), - (9648,2047,1,-6655,972.009,-3,0.582,0,0,0.28691,0.957957,300,100,1), - (9649,179555,0,-5203.7,606.7,411.465,1.9984,0,0,0.841039,0.540974,900,100,1), - (9661,2047,1,6524.79,-895,490.501,4.332,0,0,0.828034,-0.560677,300,100,1), - (9662,2047,1,-7689,-1453,-266,5.343,0,0,0.452969,-0.891526,300,100,1), - (9665,1937,0,-5561.19,515.899,381.828,2.3911,0.008733,0.034069,0.929786,0.366416,900,100,1), - (9907,2866,0,-7006.21,-1482.54,240.573,-1.309,0,0,-0.608763,0.793352,300,100,1), - (9908,2066,0,-12826.4,-742.357,75.8635,-2.3911,0,0,0.930418,-0.366501,900,100,1), - (9909,172984,1,1881.27,-4536.24,29.5848,-0.654499,0,0,-0.32144,0.94693,900,100,1), - (9910,94189,0,-13463.6,663.201,9.36267,3.00197,0,0,0.997564,0.069757,900,100,1), - (9911,2066,0,-13463.6,663.201,9.36267,3.00197,0,0,0.997564,0.069757,900,100,1), - (9912,173027,1,1776.2,-4480.38,45.5055,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (9913,2061,1,1776.2,-4480.38,45.5055,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (9914,173028,1,1786.78,-4508.49,27.5136,-1.98968,0,0,-0.838671,0.544639,900,100,1), - (9915,2061,1,1786.78,-4508.49,27.5136,-1.98968,0,0,-0.838671,0.544639,900,100,1), - (9916,2866,0,-7023.98,-1244.21,241.016,1.76278,0,0,0.771624,0.636079,300,100,1), - (9917,173117,1,1703.04,-4266.29,33.1274,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (9918,2866,0,-7025.79,-1431.58,243.451,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (9919,2061,1,1703.04,-4266.29,33.1274,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (9921,173120,1,1975.43,-4803.2,56.8699,-2.88852,0,0,0.992005,-0.1262,900,100,1), - (9922,2061,1,1975.43,-4803.2,56.8699,-2.88852,0,0,0.992005,-0.1262,900,100,1), - (9923,173102,1,1733.05,-4285.26,16.6981,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (9924,2061,1,1733.05,-4285.26,16.6981,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (9925,173152,1,1914.41,-4117.59,43.4859,2.06822,0,0,0.859407,0.511293,900,100,1), - (9926,94190,0,-13371.5,-4.11491,21.8435,-2.47837,0,0,0.945519,-0.325568,900,100,1), - (9927,2061,1,1914.41,-4117.59,43.4859,2.06822,0,0,0.859407,0.511293,900,100,1), - (9928,179494,0,-6667.9,-1224.41,179.759,1.79769,0,0,0.782608,0.622515,7200,100,1), - (9929,173153,1,1901.38,-4123.78,43.4859,-1.10828,0,0,-0.526214,0.850352,900,100,1), - (9930,2061,1,1901.38,-4123.78,43.4859,-1.10828,0,0,-0.526214,0.850352,900,100,1), - (9931,2061,0,-5561.19,515.899,381.828,2.3911,0.008733,0.034069,0.929786,0.366416,900,100,1), - (9932,106318,0,-5556.28,520.588,382.427,-2.79253,0,0,0.984808,-0.173648,3600,100,1), - (9933,173131,1,1905.06,-4174.18,43.4859,0.235619,0,0,0.117537,0.993068,900,100,1), - (9934,2066,0,-13371.5,-4.11491,21.8435,-2.47837,0,0,0.945519,-0.325568,900,100,1), - (9935,2061,1,1905.06,-4174.18,43.4859,0.235619,0,0,0.117537,0.993068,900,100,1), - (9936,173191,1,2200.26,-4758.37,54.9964,-0.034907,0,0,-0.017453,0.999848,900,100,1), - (9937,142078,0,-12040.3,-1005.96,49.4104,2.41728,0,0,0.935135,0.354291,900,100,1), - (9939,142079,0,-12051.5,-1010.98,49.1308,2.34747,0,0,0.922201,0.386711,900,100,1), - (9940,106318,0,-5599.9,647.107,384.562,1.58825,0,0,0.71325,0.700909,3600,100,1), - (9941,2061,0,-12051.5,-1010.98,49.1308,2.34747,0,0,0.922201,0.386711,900,100,1), - (9942,2061,1,2200.26,-4758.37,54.9964,-0.034907,0,0,-0.017453,0.999848,900,100,1), - (9943,173023,1,1929.07,-4499.71,27.2114,-0.77667,0,0,-0.378648,0.925541,900,100,1), - (9944,2061,1,1929.07,-4499.71,27.2114,-0.77667,0,0,-0.378648,0.925541,900,100,1), - (9946,142077,0,-12041.5,-1009.65,49.3967,1.94604,0,0,0.82659,0.562805,900,100,1), - (9947,173138,1,1918.4,-4219.04,42.1933,1.64061,0,0,0.731354,0.681998,900,100,1), - (9948,94186,0,-12379.4,180.623,2.00652,2.44346,0,0,0.939693,0.34202,900,100,1), - (9949,2061,1,1918.4,-4219.04,42.1933,1.64061,0,0,0.731354,0.681998,900,100,1), - (9950,173178,1,2139.87,-4731.3,50.5298,0.994838,0,0,0.477159,0.878817,900,100,1), - (9951,179494,0,-6886.06,-1229.12,215.483,-2.67035,0,0,0.97237,-0.233445,7200,100,1), - (9952,2061,1,2139.87,-4731.3,50.5298,0.994838,0,0,0.477159,0.878817,900,100,1), - (9953,173155,1,1890.28,-4145.08,43.4859,-0.322886,0,0,-0.160742,0.986996,900,100,1), - (9954,2066,0,-12379.4,180.623,2.00652,2.44346,0,0,0.939693,0.34202,900,100,1), - (9956,2061,1,1890.28,-4145.08,43.4859,-0.322886,0,0,-0.160742,0.986996,900,100,1), - (9957,173156,1,1951.69,-4140.78,43.4859,0.497419,0,0,0.246153,0.969231,900,100,1), - (9958,2061,1,1951.69,-4140.78,43.4859,0.497419,0,0,0.246153,0.969231,900,100,1), - (9959,173132,1,1927.4,-4180.39,40.9733,1.02102,0,0,0.488622,0.872496,900,100,1), - (9960,179494,0,-6782.21,-1170.7,190.923,-2.19912,0,0,0.891007,-0.45399,7200,100,1), - (9961,1618,0,-5473.12,376.288,393.276,-0.436333,0,0,-0.21644,0.976296,300,100,1), - (9962,2061,1,1927.4,-4180.39,40.9733,1.02102,0,0,0.488622,0.872496,900,100,1), - (9963,173098,1,2088.97,-4827.37,24.1935,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (9964,1618,0,-5465.54,436.005,385.325,-0.558505,0,0,-0.275637,0.961262,300,100,1), - (9965,2061,1,2088.97,-4827.37,24.1935,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (9966,173104,1,1888.35,-4416.65,11.9746,-2.93215,0,0,0.994522,-0.104529,900,100,1), - (9967,3215,0,-14253.9,301.969,29.6402,-1.49226,0,0,-0.678801,0.734323,900,100,1), - (9968,1617,0,-5326,419.302,387.127,1.90241,0,0,0.814116,0.580702,300,100,1), - (9969,164728,0,-12686.5,-1019.71,94.8524,2.53945,0,0,0.95502,0.296542,900,100,1), - (9970,179496,0,-6559.39,-1303.17,208.742,2.94961,0,0,0.995396,0.095846,7200,100,1), - (9971,2061,1,1888.35,-4416.65,11.9746,-2.93215,0,0,0.994522,-0.104529,900,100,1), - (9972,173105,1,1888.19,-4451.45,19.3754,-2.71399,0,0,0.977231,-0.212178,900,100,1), - (9973,1618,0,-5262.57,420.951,388.739,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (9974,2061,1,1888.19,-4451.45,19.3754,-2.71399,0,0,0.977231,-0.212178,900,100,1), - (9975,2061,0,-12686.5,-1019.71,94.8524,2.53945,0,0,0.95502,0.296542,900,100,1), - (9976,179494,0,-6563.64,-1231.7,186.145,1.95477,0,0,0.829038,0.559193,7200,100,1), - (9977,173139,1,1912.47,-4210.89,42.1457,1.24791,0,0,0.584249,0.811574,900,100,1), - (9978,2061,1,1912.47,-4210.89,42.1457,1.24791,0,0,0.584249,0.811574,900,100,1), - (9979,1936,0,-5377.38,301.386,393.401,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (9980,2866,0,-7117,-976.476,253.64,3.14159,0,0,1,0.00000126759,300,100,1), - (9981,173163,1,1776.04,-4277.56,7.77433,2.69653,0,0,0.975342,0.220698,900,100,1), - (9982,2061,0,-5377.38,301.386,393.401,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (9983,1617,0,-5661.07,240.639,386.831,1.25664,0,0,0.587786,0.809016,300,100,1), - (9984,263,0,-11574.4,-593.415,27.932,0.244345,0,0,0.121869,0.992546,900,100,1), - (9985,175375,329,3677.37,-3212.33,127.081,-2.70526,0,0,0.976296,-0.21644,180,100,0), - (9986,2891,0,-12544,-723.063,40.4432,3.14159,0,0,1,0,900,100,1), - (9987,2061,1,1776.04,-4277.56,7.77433,2.69653,0,0,0.975342,0.220698,900,100,1), - (9988,173107,1,1620.57,-4305.25,3.06882,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (9989,1617,0,-5703.49,219.425,371.325,2.04204,0,0,0.852641,0.522496,300,100,1), - (9990,173113,1,1581.33,-4295.08,26.0776,-2.16421,0,0,0.882948,-0.469472,900,100,1), - (9992,2061,1,1581.33,-4295.08,26.0776,-2.16421,0,0,0.882948,-0.469472,900,100,1), - (9994,173137,1,1934.18,-4217.94,42.1933,1.64061,0,0,0.731354,0.681998,900,100,1), - (9995,176790,0,-12357.5,218.702,4.01822,3.12414,0,0,0.999962,0.008727,900,100,1), - (9996,2061,0,-12357.5,218.702,4.01822,3.12414,0,0,0.999962,0.008727,900,100,1), - (9997,2061,1,1934.18,-4217.94,42.1933,1.64061,0,0,0.731354,0.681998,900,100,1), - (9998,173192,1,2200.15,-4785.75,64.8108,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (10001,2061,1,2200.15,-4785.75,64.8108,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (10002,173024,1,1925.88,-4502,27.052,2.29511,0,0,0.911762,0.410719,900,100,1), - (10003,173158,1,1788.38,-3998.3,53.2519,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (10005,1617,0,-5647.58,363.242,386.08,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (10006,2061,1,1788.38,-3998.3,53.2519,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (10008,173112,1,1516.76,-4349.4,18.6695,3.10669,0,0,0.999848,0.017452,900,100,1), - (10009,2061,1,1516.76,-4349.4,18.6695,3.10669,0,0,0.999848,0.017452,900,100,1), - (10010,173181,1,2182.04,-4787.51,54.9964,-0.270527,0,0,-0.134851,0.990866,900,100,1), - (10012,1617,0,-5756.97,239.404,373.137,-2.94961,0,0,-0.995396,0.095844,300,100,1), - (10013,2866,0,-6270.63,-1969.46,278.328,0.139626,0,0,0.0697563,0.997564,300,100,1), - (10015,3204,0,-12167.7,-230.078,33.2859,-2.01586,0,0,-0.845728,0.533615,900,100,1), - (10016,2061,1,2182.04,-4787.51,54.9964,-0.270527,0,0,-0.134851,0.990866,900,100,1), - (10017,1618,0,-5773.53,111.609,368.532,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (10018,111149,0,-14595.6,-235.472,24.6522,0.741765,0,0,0.362438,0.932008,900,100,1), - (10019,173182,1,2193.79,-4733.5,67.568,-1.309,0,0,-0.608761,0.793353,900,100,1), - (10021,2061,1,2193.79,-4733.5,67.568,-1.309,0,0,-0.608761,0.793353,900,100,1), - (10022,173183,1,2179.63,-4730.01,67.568,-0.890119,0,0,-0.430512,0.902585,900,100,1), - (10023,1619,0,-5765.55,54.7556,379.7,1.6057,0,0,0.719339,0.694659,300,100,1), - (10024,2061,1,2179.63,-4730.01,67.568,-0.890119,0,0,-0.430512,0.902585,900,100,1), - (10025,2866,0,-6782.32,-1227.55,246.531,-1.3439,0,0,-0.622513,0.782609,300,100,1), - (10026,2061,0,-14595.6,-235.472,24.6522,0.741765,0,0,0.362438,0.932008,900,100,1), - (10027,272,0,-5647.73,-94.7585,418.112,1.98968,0,0,0.838671,0.544639,900,100,1), - (10028,177004,1,1898.57,-4268.71,31.3261,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (10029,2061,1,1898.57,-4268.71,31.3261,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (10030,2893,0,-12850.8,-819.736,54.8824,3.14159,0,0,1,0,900,100,1), - (10031,4149,0,-6676.9,-1337.2,247.961,0.541052,0,0,0.267238,0.96363,7200,100,1), - (10032,2061,0,-853,-600,12.132,1.571,0,0,0.707107,0.707107,120,0,1), - (10033,177006,1,2125.08,-4706.55,40.7274,0.863938,0,0,0.41866,0.908143,900,100,1), - (10034,2061,1,2125.08,-4706.55,40.7274,0.863938,0,0,0.41866,0.908143,900,100,1), - (10035,177007,1,2101.66,-4741.79,37.8858,2.55691,0,0,0.957571,0.288196,900,100,1), - (10036,2061,1,2101.66,-4741.79,37.8858,2.55691,0,0,0.957571,0.288196,900,100,1), - (10038,177008,1,1937.95,-4625.81,31.8499,2.02864,0.055126,-0.110897,0.838916,0.529985,900,100,1), - (10040,2061,1,1937.95,-4625.81,31.8499,2.02864,0.055126,-0.110897,0.838916,0.529985,900,100,1), - (10041,173213,1,1682.25,-4323.06,61.1575,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (10042,2061,1,1682.25,-4323.06,61.1575,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (10043,264,0,-11582.3,-618.5,28.3623,-2.74017,0,0,0.979925,-0.199368,900,100,1), - (10044,173198,1,1555.24,-4384.33,3.20386,0.951203,0,0,0.457873,0.889017,900,100,1), - (10045,2061,1,1555.24,-4384.33,3.20386,0.951203,0,0,0.457873,0.889017,900,100,1), - (10046,173199,1,1537.42,-4377.83,16.7027,0.785399,0,0,0.382684,0.923879,900,100,1), - (10047,2061,1,1537.42,-4377.83,16.7027,0.785399,0,0,0.382684,0.923879,900,100,1), - (10048,106318,0,-5407.39,-127.371,368.263,-0.628319,0,0,0.309017,-0.951056,3600,100,1), - (10049,179144,0,-13275.8,-167.005,15.9875,0.331614,0,0,0.165048,0.986286,900,100,1), - (10050,173204,1,1570.73,-4355.52,1.38789,0.951205,0,0,0.457874,0.889017,900,100,1), - (10051,2061,1,1570.73,-4355.52,1.38789,0.951205,0,0,0.457874,0.889017,900,100,1), - (10052,1938,0,-5574.75,101.851,484.157,3.14159,0,0,1,0,900,100,1), - (10053,1967,0,-12416.7,168.672,3.27947,-1.64061,0,0,-0.731354,0.681998,900,100,1), - (10054,173063,1,2021.61,-4688.13,25.1779,2.42601,0,0,0.936672,0.350207,900,100,1), - (10055,2061,0,-12416.7,168.672,3.27947,-1.64061,0,0,-0.731354,0.681998,900,100,1), - (10056,3206,0,-12205.6,-536.295,27.9034,2.47837,0.033132,0.002429,0.945127,0.32501,900,100,1), - (10057,173188,1,2212.18,-4755.3,67.568,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (10059,2061,1,2212.18,-4755.3,67.568,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (10061,2061,0,-5574.75,101.851,484.157,3.14159,0,0,1,0,900,100,1), - (10063,3719,0,-5566.9,106.377,482.453,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (10064,173101,1,1750.06,-4258.67,27.3548,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10065,2061,1,1750.06,-4258.67,27.3548,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10068,173205,1,1604.9,-4343.5,3.22642,0.951205,0,0,0.457874,0.889017,900,100,1), - (10069,176496,0,-12407.5,205.701,2.21347,-1.83259,0,0,-0.793353,0.608761,900,100,1), - (10071,2061,1,1604.9,-4343.5,3.22642,0.951205,0,0,0.457874,0.889017,900,100,1), - (10074,172993,1,1766.42,-4222.41,44.3204,2.60927,0,0,0.964787,0.263032,900,100,1), - (10075,173194,1,2145.53,-4753.15,67.568,0.36652,0,0,0.182236,0.983255,900,100,1), - (10076,2061,0,-12407.5,205.701,2.21347,-1.83259,0,0,-0.793353,0.608761,900,100,1), - (10077,2061,1,2145.53,-4753.15,67.568,0.36652,0,0,0.182236,0.983255,900,100,1), - (10078,173197,1,1568.64,-4408.59,7.49033,0.253072,0,0,0.126199,0.992005,900,100,1), - (10079,2866,0,-6539.22,-819.293,306.806,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (10081,2061,1,1568.64,-4408.59,7.49033,0.253072,0,0,0.126199,0.992005,900,100,1), - (10083,173149,1,1937.86,-4121.46,43.4859,1.28282,0,0,0.598325,0.801254,900,100,1), - (10085,2061,1,1937.86,-4121.46,43.4859,1.28282,0,0,0.598325,0.801254,900,100,1), - (10086,177018,1,1495.13,-4382.21,24.2448,1.3149,0.109439,0.085943,0.605027,0.783951,900,100,1), - (10087,179224,0,-13179.5,-278.016,7.58482,0.610866,0,0,0.300706,0.953717,900,100,1), - (10088,2061,1,1495.13,-4382.21,24.2448,1.3149,0.109439,0.085943,0.605027,0.783951,900,100,1), - (10089,180367,0,-11809.9,1367.05,0.503483,-1.93731,0,0,-0.824126,0.566406,900,100,1), - (10090,177019,1,1592.37,-4427.32,8.05301,0.087267,0,0,0.04362,0.999048,900,100,1), - (10091,2061,1,1592.37,-4427.32,8.05301,0.087267,0,0,0.04362,0.999048,900,100,1), - (10093,4149,0,-6974.81,-1124.58,256.031,2.80998,0,0,0.986286,0.165048,7200,100,1), - (10094,173214,1,1661.73,-4339.47,61.1575,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (10095,2061,1,1661.73,-4339.47,61.1575,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (10096,2083,0,-14126.2,480.146,2.43849,3.14159,0,0,1,0,900,100,1), - (10097,173076,1,1893.41,-4697.28,37.3176,-3.03687,0,0,0.99863,-0.052336,900,100,1), - (10098,2061,1,1893.41,-4697.28,37.3176,-3.03687,0,0,0.99863,-0.052336,900,100,1), - (10099,173215,1,1613.34,-4346.47,4.10269,2.7838,0,0,0.984041,0.177944,900,100,1), - (10100,176488,0,-12373.4,246.095,4.22439,2.2602,-0.013251,-0.01787,0.904272,0.426377,900,100,1), - (10101,173216,1,1613.29,-4388.24,10.1155,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (10102,173220,1,1573.01,-4308.58,22.6325,-2.34747,0,0,0.922201,-0.386711,900,100,1), - (10104,147516,0,-6851.65,-1767.97,253.54,3.10669,0,0,0.999848,0.017452,7200,100,1), - (10106,175704,0,-6386.89,-1984.05,246.73,-1.27409,0,0,0.594823,-0.803857,2,100,1), - (10108,147516,0,-6846.97,-1737.11,254.38,-1.85005,0,0,0.798635,-0.601815,7200,100,1), - (10109,2061,0,-12373.4,246.095,4.22439,2.2602,-0.013251,-0.01787,0.904272,0.426377,900,100,1), - (10110,173222,1,1671.67,-4426.38,17.9437,1.95477,0,0,0.829038,0.559193,900,100,1), - (10111,176551,0,-11886.2,-1051.64,115.988,1.31772,0,0,0.612217,0.79069,900,100,1), - (10112,1939,0,-5333.48,-230.329,440.23,3.14159,0,0,1,0,900,100,1), - (10113,2061,0,-11886.2,-1051.64,115.988,1.31772,0,0,0.612217,0.79069,900,100,1), - (10114,94188,0,-13006.7,-626.584,53.4828,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (10115,173088,1,1882.76,-4718.2,39.3519,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (10116,2061,0,-5333.48,-230.329,440.23,3.14159,0,0,1,0,900,100,1), - (10117,2066,0,-13006.7,-626.584,53.4828,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (10118,2575,0,-14378.8,379.264,23.3135,-2.13803,0,0,0.876727,-0.480989,900,100,1), - (10119,276,0,-5343.17,-217.975,441.228,0.331613,0,0,0.165048,0.986286,900,100,1), - (10120,147517,0,-6798.13,-1770.21,258.562,-2.40855,0,0,0.93358,-0.358368,7200,100,1), - (10121,759,0,-13803.3,372.892,93.6595,2.16421,0.053657,-0.038392,0.880756,0.468952,10,100,1), - (10122,276,0,-5338.93,-227.352,440.072,0.191986,0,0,0.095846,0.995396,900,100,1), - (10123,2061,1,1882.76,-4718.2,39.3519,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (10124,185433,0,-11888.1,-873.104,35.8599,2.05076,0,0,0.854912,0.518773,900,100,1), - (10125,177020,1,1608.97,-4447.55,8.13559,1.30027,0,0,0.605294,0.796002,900,100,1), - (10126,2061,1,1608.97,-4447.55,8.13559,1.30027,0,0,0.605294,0.796002,900,100,1), - (10127,147517,0,-6808.36,-1806.41,261.995,-2.84489,0,0,0.989016,-0.147809,7200,100,1), - (10128,173010,1,1430.61,-4430.64,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (10129,2061,1,1430.61,-4430.64,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (10130,276,0,-5350.65,-229.047,441.569,-0.034907,0,0,0.017452,-0.999848,900,100,1), - (10131,276,0,-5334.47,-239.972,440.422,2.33874,0,0,0.920505,0.390731,900,100,1), - (10132,173059,1,1884.1,-4312.75,23.2086,-3.0805,0,0,0.999534,-0.030539,900,100,1), - (10133,2061,1,1884.1,-4312.75,23.2086,-3.0805,0,0,0.999534,-0.030539,900,100,1), - (10134,276,0,-5314.01,-238.103,440.644,-0.436333,0,0,0.21644,-0.976296,900,100,1), - (10135,2892,0,-12705.1,-472.833,30.2692,3.14159,0,0,1,0,900,100,1), - (10136,172947,1,1901.55,-4439.03,49.2683,-2.43473,0,0,0.938191,-0.346117,900,100,1), - (10137,3209,0,-13337.7,67.4761,25.6483,-0.846485,0,0,-0.410719,0.911762,900,100,1), - (10138,2061,1,1901.55,-4439.03,49.2683,-2.43473,0,0,0.938191,-0.346117,900,100,1), - (10139,172948,1,1855.11,-4474.31,47.4962,-1.98095,0,0,-0.836286,0.548293,900,100,1), - (10140,276,0,-5328.52,-251.363,441.852,-2.94961,0,0,0.995396,-0.095846,900,100,1), - (10141,2061,1,1855.11,-4474.31,47.4962,-1.98095,0,0,-0.836286,0.548293,900,100,1), - (10142,173208,1,1617.57,-4322.31,2.04499,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10143,173070,1,2051.75,-4734.88,26.3819,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (10144,2061,1,2051.75,-4734.88,26.3819,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (10145,173071,1,2063.59,-4700.42,37.9001,-2.3911,0,0,0.930418,-0.366501,900,100,1), - (10146,3203,0,-12167.7,-230.059,32.3428,-2.01586,0,0,-0.845728,0.533615,900,100,1), - (10147,2061,1,2063.59,-4700.42,37.9001,-2.3911,0,0,0.930418,-0.366501,900,100,1), - (10148,173072,1,2092.57,-4721.56,40.9886,-2.69654,0,0,0.975342,-0.220697,900,100,1), - (10149,2061,1,2092.57,-4721.56,40.9886,-2.69654,0,0,0.975342,-0.220697,900,100,1), - (10150,173075,1,1941.16,-4695.53,29.6063,2.2253,0,0,0.896873,0.442289,900,100,1), - (10151,2061,1,1941.16,-4695.53,29.6063,2.2253,0,0,0.896873,0.442289,900,100,1), - (10152,173134,1,1947.82,-4164.22,43.4859,1.80642,0,0,0.785317,0.619094,900,100,1), - (10153,54,0,-11548.5,644.689,59.9788,2.25838,0.090457,-0.077255,0.8961,0.427614,300,100,1), - (10154,179501,429,583.6,523.44,-25.4,3.1848,0,0,0.861341,-0.508028,-43200,100,1), - (10155,2061,1,1947.82,-4164.22,43.4859,1.80642,0,0,0.785317,0.619094,900,100,1), - (10156,173143,1,1928.46,-4198.14,41.9869,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (10157,4149,0,-6717.42,-1218.2,181.432,-1.3439,0,0,0.622515,-0.782608,7200,100,1), - (10158,149419,0,-5056.14,-258.076,441.288,2.04203,0,0,0.85264,0.522499,900,100,1), - (10159,2061,1,1928.46,-4198.14,41.9869,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (10160,173146,1,1927.67,-4184.3,41.9869,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (10161,2061,0,-5056.14,-258.076,441.288,2.04203,0,0,0.85264,0.522499,900,100,1), - (10162,2061,1,1927.67,-4184.3,41.9869,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (10163,4149,0,-7033.53,-1311.28,256.868,1.85005,0,0,0.798636,0.601815,7200,100,1), - (10164,276,0,-5034.07,-201.517,445.092,-1.3439,0,0,0.622515,-0.782608,900,100,1), - (10166,172952,1,1746.71,-4415.49,36.9048,1.0472,0,0,0.5,0.866025,900,100,1), - (10167,187273,1,-3700.58,-2534.09,68.7248,3.05433,0,0,0.999048,0.043619,900,100,1), - (10168,276,0,-5024.29,-195.497,446.729,2.47837,0,0,0.945519,0.325568,900,100,1), - (10169,276,0,-5056.12,-233.67,443.632,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (10170,2061,1,1746.71,-4415.49,36.9048,1.0472,0,0,0.5,0.866025,900,100,1), - (10171,172964,1,1724.08,-4375.65,32.2123,-1.27409,0,0,-0.594822,0.803857,900,100,1), - (10172,172985,1,1881.18,-4535.69,30.8138,0.733039,0,0,0.358368,0.93358,900,100,1), - (10173,3658,0,-5060.36,-249.986,442.184,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (10174,173037,1,1833.63,-4472.11,47.4297,-2.82743,0,0,0.987688,-0.156435,900,100,1), - (10176,2866,0,-6453.93,-925.881,335.747,2.46091,0,0,0.942641,0.333809,300,100,1), - (10177,276,0,-5012.76,-241.563,442.937,-1.74533,0,0,0.766044,-0.642788,900,100,1), - (10178,276,0,-5018.09,-203.387,446.728,-0.436333,0,0,0.21644,-0.976296,900,100,1), - (10179,2061,1,1833.63,-4472.11,47.4297,-2.82743,0,0,0.987688,-0.156435,900,100,1), - (10180,177005,1,1959.73,-4249.64,31.3261,0.863938,0,0,0.41866,0.908143,900,100,1), - (10181,276,0,-5060.25,-264.209,442.909,0.331613,0,0,0.165048,0.986286,900,100,1), - (10182,276,0,-5071.55,-292.779,442.039,2.63545,0,0,0.968148,0.25038,900,100,1), - (10183,2061,1,1959.73,-4249.64,31.3261,0.863938,0,0,0.41866,0.908143,900,100,1), - (10184,94185,0,-11990.8,318.309,1.05467,2.85361,0,0,0.989651,0.143493,900,100,1), - (10185,173041,1,1886.24,-4603.91,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (10186,2061,1,1886.24,-4603.91,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (10187,173065,1,2057.71,-4798.63,22.5034,0.802851,0,0,0.390731,0.920505,900,100,1), - (10188,2066,0,-11990.8,318.309,1.05467,2.85361,0,0,0.989651,0.143493,900,100,1), - (10189,173066,1,2052.75,-4806.18,22.4538,-1.43117,0,0,-0.656059,0.754709,900,100,1), - (10191,173067,1,2103.47,-4676.45,44.4188,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10192,157636,0,-11331.5,-962.01,30.0434,2.38879,-0.028505,-0.016372,0.929685,0.366885,900,100,1), - (10193,276,0,-5031.96,-269.44,442.048,-2.23402,0,0,0.898794,-0.438371,900,100,1), - (10194,2061,1,2103.47,-4676.45,44.4188,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10195,157969,0,-11406.2,-796.037,14.952,0.619591,0,0,0.304864,0.952396,900,100,1), - (10196,3797,0,-11517.7,-651.279,30.9874,1.309,0,0,0.608761,0.793353,900,100,1), - (10198,173069,1,1965.15,-4733.15,49.4767,-3.03687,0,0,0.99863,-0.052336,900,100,1), - (10199,3798,0,-11518,-652.127,30.9874,0.017453,0,0,0.008726,0.999962,900,100,1), - (10200,2061,1,1965.15,-4733.15,49.4767,-3.03687,0,0,0.99863,-0.052336,900,100,1), - (10201,1618,0,-5421.36,-329.11,401.271,3.14159,0,0,-1,0,300,100,1), - (10203,172966,1,1665.11,-4318.87,65.0044,1.53589,0,0,0.694658,0.71934,900,100,1), - (10204,4149,0,-6467.37,-900.228,324.337,-2.46091,0,0,0.942641,-0.333807,7200,100,1), - (10205,173110,1,1629.5,-4301.75,3.19688,-1.82387,0,0,-0.79069,0.612217,900,100,1), - (10206,2061,1,1629.5,-4301.75,3.19688,-1.82387,0,0,-0.79069,0.612217,900,100,1), - (10207,173169,1,1807.5,-4290.3,5.73174,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10208,22567,0,-11576.9,-574.464,33.889,1.85878,0,0,0.801254,0.598325,900,100,1), - (10209,173179,1,2131.42,-4744.47,50.5298,2.85361,0,0,0.989651,0.143493,900,100,1), - (10210,2061,1,2131.42,-4744.47,50.5298,2.85361,0,0,0.989651,0.143493,900,100,1), - (10211,2061,0,-11576.9,-574.464,33.889,1.85878,0,0,0.801254,0.598325,900,100,1), - (10212,173080,1,1918.08,-4754.23,33.5792,-0.541054,0,0,-0.267239,0.96363,900,100,1), - (10215,2719,0,-7045.56,-3637.41,241.667,-2.88829,0,0,0.99199,-0.126315,900,100,1), - (10216,22566,0,-11577.5,-575.471,28.9721,-0.331611,0,0,-0.165047,0.986286,900,100,1), - (10217,173074,1,2102.43,-4706.35,40.8485,-2.69654,0,0,0.975342,-0.220697,900,100,1), - (10218,372,0,-5577.32,-432.01,397.881,0.226893,0,0,0.113203,0.993572,900,100,1), - (10219,2061,0,-7045.56,-3637.41,241.667,-2.88829,0,0,0.99199,-0.126315,900,100,1), - (10220,2061,1,2102.43,-4706.35,40.8485,-2.69654,0,0,0.975342,-0.220697,900,100,1), - (10221,173084,1,1951.54,-4737.43,48.9539,1.94604,0,0,0.826589,0.562806,900,100,1), - (10222,1618,0,-5702.77,-282.268,361.811,-0.15708,0,0,-0.0784593,0.996917,300,100,1), - (10223,186426,1,-4592.87,-3166.94,34.3157,-0.10472,0,0,0.052336,-0.99863,900,100,1), - (10224,173224,1,1637.6,-4361.3,12.3345,2.67036,0,0,0.97237,0.233445,900,100,1), - (10225,2061,0,-11577.5,-575.471,28.9721,-0.331611,0,0,-0.165047,0.986286,900,100,1), - (10226,2061,1,1637.6,-4361.3,12.3345,2.67036,0,0,0.97237,0.233445,900,100,1), - (10228,1618,0,-5709.9,-209.736,358.006,2.47837,0,0,0.945519,0.325567,300,100,1), - (10641,173018,1,1814.15,-4540.27,21.1759,1.45735,0,0,0.665882,0.746057,900,100,1), - (10642,2933,0,-6717.8,-4106.92,263.891,3.14159,0,0,1,0,2,100,1), - (10643,2842,0,-6434.21,-4157.25,286.794,-3.14159,-0.021814,0.008724,0.999724,0.00019,2,100,1), - (10644,2848,0,-6999.61,-3878.1,285.264,1.56207,0,0,0.704015,0.710185,2,100,1), - (10645,178833,0,-6116.46,-3299.53,257.655,2.87107,0,0,0.990866,0.134851,900,100,1), - (10646,92098,0,-6838.29,-2819.75,241.671,3.14159,0,0,1,0,900,100,1), - (10647,2066,0,-6838.29,-2819.75,241.671,3.14159,0,0,1,0,900,100,1), - (10648,142691,0,-6897.67,-2465.14,247.887,-3.14159,-0.06086,-0.078313,0.995058,-0.00479,900,100,1), - (10649,2061,0,-6897.67,-2465.14,247.887,-3.14159,-0.06086,-0.078313,0.995058,-0.00479,900,100,1), - (10650,142689,0,-6399.23,-3410.16,241.666,3.14159,0,0,1,0,900,100,1), - (10651,2061,0,-6399.23,-3410.16,241.666,3.14159,0,0,1,0,900,100,1), - (10652,142690,0,-6272.86,-3745.04,244.003,3.14159,0.026152,-0.043604,0.998706,0.001142,900,100,1), - (10653,2061,0,-6272.86,-3745.04,244.003,3.14159,0.026152,-0.043604,0.998706,0.001142,900,100,1), - (10654,22563,0,-11578.1,-575.129,28.9721,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (10655,142695,0,-7136.56,-2417.8,240.521,-2.60927,0,0,0.964787,-0.263031,900,100,1), - (10656,2061,0,-11578.1,-575.129,28.9721,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (10657,2061,0,-7136.56,-2417.8,240.521,-2.60927,0,0,0.964787,-0.263031,900,100,1), - (10658,22564,0,-11577.5,-575.255,33.889,-0.331611,0,0,-0.165047,0.986286,900,100,1), - (10659,2061,0,-11577.5,-575.255,33.889,-0.331611,0,0,-0.165047,0.986286,900,100,1), - (10661,1941,0,-5741.46,-366.854,365.543,3.14159,0,0,1,0,900,100,1), - (10662,2061,0,-5741.46,-366.854,365.543,3.14159,0,0,1,0,900,100,1), - (10663,176785,0,-5746.87,-371.43,365.881,1.23918,0,0,0.580703,0.814116,10,100,1), - (10664,1617,0,-5762.47,-386.577,367.182,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (10666,1617,0,-5782.04,-175.264,351.059,1.76278,0,0,0.771624,0.636079,300,100,1), - (10667,1618,0,-5869.55,-174.596,359.32,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (10668,22565,0,-11576.9,-574.68,28.9721,1.85878,0,0,0.801254,0.598325,900,100,1), - (10669,1617,0,-5834.76,-182.734,355.344,-0.558505,0,0,-0.275637,0.961262,300,100,1), - (10670,1617,0,-5809.44,-419.829,365.632,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (10671,1617,0,-5954.68,-631.716,397.956,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (10672,2061,0,-11576.9,-574.68,28.9721,1.85878,0,0,0.801254,0.598325,900,100,1), - (10673,143979,0,-11600.4,-698.984,30.973,0.017453,0,0,0.008726,0.999962,900,100,1), - (10674,2110,0,-8508.42,659.92,100.065,0,0,0,0.296542,0.95502,120,0,1), - (10676,3797,0,-11656.3,-669.616,30.2492,-1.16065,0,0,-0.548294,0.836286,900,100,1), - (10677,3719,0,-5569.67,-462.497,402.397,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (10678,386,0,-5581.09,-429.379,398.676,2.02458,0,0,0.848048,0.529919,900,100,1), - (10679,386,0,-5581.48,-432.389,397.881,2.18166,0,0,0.887011,0.461749,900,100,1), - (10680,173086,1,1999.51,-4644.98,25.6883,2.95833,0,0,0.995805,0.091502,900,100,1), - (10681,1618,0,-5377.79,-668.107,395.224,1.90241,0,0,0.814116,0.580702,300,100,1), - (10683,2061,0,-5500.65,-709.025,392.241,-0.968683,-0.006899,0.005343,-0.465597,0.884954,900,100,1), - (10684,3798,0,-11656.6,-668.774,30.2492,-2.45219,0,0,0.941176,-0.337916,900,100,1), - (10685,28048,0,-5510.75,-704.534,392.192,1.82387,0,0,0.790689,0.612218,900,100,1), - (10686,28049,0,-5511.02,-702.197,392.197,-1.57952,0,0,-0.710186,0.704015,900,100,1), - (10687,22207,0,-5525.87,-671.844,393.893,1.71915,0,0,0.757565,0.65276,900,100,1), - (10688,2061,0,-5525.87,-671.844,393.893,1.71915,0,0,0.757565,0.65276,900,100,1), - (10689,28606,0,-5521.28,-668.734,400.001,2.33001,0,0,0.918791,0.394744,900,100,1), - (10690,28607,0,-5523.73,-669.778,400.001,1.63188,0,0,0.728371,0.685183,900,100,1), - (10691,2061,0,-5525.48,-672.887,393.893,-1.42244,0,0,-0.652759,0.757565,900,100,1), - (10692,28605,0,-5527.77,-665.425,400.001,0.410153,0,0,0.203642,0.979045,900,100,1), - (10693,2112,0,-8508.63,658.015,99.8079,0,0,0,0.884987,0.465615,120,0,1), - (10694,1618,0,-5560.15,-684.026,409.504,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (10696,1618,0,-5635.47,-662.846,403.311,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (10697,1617,0,-5861.02,-700.257,400.445,0.314159,0,0,0.156434,0.987688,300,100,1), - (10698,180323,0,-11916.2,-1221.09,92.258,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (10700,3797,0,-12041.4,-540.107,14.4079,-2.47837,0,0,0.945519,-0.325568,900,100,1), - (10701,3798,0,-12040.7,-539.602,14.4079,2.51327,0,0,0.951056,0.309017,900,100,1), - (10702,1617,0,-5814.87,-913.378,396.994,0.837758,0,0,0.406737,0.913545,300,100,1), - (10703,1618,0,-5765.25,-872.477,397.851,-2.16421,0,0,-0.882948,0.469471,300,100,1), - (10704,1617,0,-5776.91,-1010.56,397.182,1.43117,0,0,0.656059,0.75471,300,100,1), - (10705,180657,0,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398748,180,100,1), - (10706,1618,0,-5701.86,-1018.9,395.888,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (10708,22205,0,-5316.78,-1045.95,393.386,0.872639,-0.008429,-0.002258,0.422603,0.906273,900,100,1), - (10709,2061,0,-5316.78,-1045.95,393.386,0.872639,-0.008429,-0.002258,0.422603,0.906273,900,100,1), - (10710,28050,0,-5323.69,-1046.14,393.02,-0.1309,0,0,-0.065403,0.997859,900,100,1), - (10711,28051,0,-5325.76,-1054.79,393.353,-0.1309,0,0,-0.065403,0.997859,900,100,1), - (10712,28053,0,-5324.66,-1056.73,393.353,1.26536,0,0,0.59131,0.806445,900,100,1), - (10716,28052,0,-5498.38,-1281.43,402.874,-2.99324,0,0,0.99725,-0.074108,900,100,1), - (10717,28054,0,-5502.77,-1275.6,402.886,-1.59697,0,0,-0.716302,0.697791,900,100,1), - (10718,51702,0,-12355.2,144.025,4.50734,0.34034,0,0,0.16935,0.985556,900,100,1), - (10719,28055,0,-5499.3,-1283.6,402.874,2.33001,0,0,0.918791,0.394744,900,100,1), - (10720,50983,0,-12351.7,149.039,2.60294,2.43473,0,0,0.938191,0.346117,900,100,1), - (10721,51703,0,-12344.8,152.724,4.77653,-1.87623,0,0,-0.806444,0.59131,900,100,1), - (10722,164704,0,-12432.4,192.816,31.2027,1.23046,0,0,0.577145,0.816642,900,100,1), - (10723,2061,0,-12432.4,192.816,31.2027,1.23046,0,0,0.577145,0.816642,900,100,1), - (10724,173100,1,2022.51,-4635.41,29.6803,-0.890119,0,0,-0.430512,0.902585,900,100,1), - (10725,2061,1,2022.51,-4635.41,29.6803,-0.890119,0,0,-0.430512,0.902585,900,100,1), - (10726,173103,1,1855.12,-4422.16,6.87123,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10727,91692,0,-14373.2,404.304,11.1115,2.59181,0,0,0.962455,0.271441,900,100,1), - (10728,56905,0,-14342.3,412.672,11.0856,0.368054,0.017814,0.002414,0.182976,0.982953,900,100,1), - (10729,56911,0,-14421.7,523.763,8.9874,0.654499,0,0,0.32144,0.94693,900,100,1), - (10730,28056,0,-5501.9,-1282.55,402.874,0.584686,0,0,0.288197,0.957571,900,100,1), - (10731,22205,0,-5508.45,-1275.1,402.919,2.24272,-0.005099,-0.007082,0.900664,0.434428,900,100,1), - (10732,2061,0,-5508.45,-1275.1,402.919,2.24272,-0.005099,-0.007082,0.900664,0.434428,900,100,1), - (10733,32595,0,-5509.44,-1282.58,402.546,-0.829032,0,0,-0.402747,0.915311,900,100,1), - (10734,3658,0,-5521.79,-1299.64,405.023,0.331613,0,0,0.165048,0.986286,180,100,1), - (10735,28608,0,-5600.5,-1285.22,391.649,0.340339,0,0,0.169349,0.985556,900,100,1), - (10736,28609,0,-5600.46,-1282.55,391.649,-0.357792,0,0,-0.177943,0.984041,900,100,1), - (10737,22207,0,-5595.19,-1272.47,385.54,-1.84132,0,0,-0.796002,0.605294,900,100,1), - (10738,2061,0,-5595.19,-1272.47,385.54,-1.84132,0,0,-0.796002,0.605294,900,100,1), - (10739,22208,0,-5595.12,-1271.35,385.54,1.30027,0,0,0.605294,0.796002,900,100,1), - (10740,2061,0,-5595.12,-1271.35,385.54,1.30027,0,0,0.605294,0.796002,900,100,1), - (10741,28613,0,-5590.75,-1275.23,384.984,3.08923,0,0,0.999657,0.026177,900,100,1), - (10742,1618,0,-5527.88,-1426.1,404.265,-0.279253,0,0,-0.139173,0.990268,300,100,1), - (10743,1619,0,-5621.83,-1233.76,392.618,0.820305,0,0,0.398749,0.91706,300,100,1), - (10745,1618,0,-5761.45,-1132.31,380.063,0.401426,0,0,0.199368,0.979925,300,100,1), - (10746,164867,0,-6676.15,-2172.31,243.94,-2.20784,0,0,0.892979,-0.450098,900,100,1), - (10747,164868,0,-6664.46,-2177.26,246.588,-2.2253,0,0,0.896873,-0.442289,2,100,1), - (10748,32883,0,-6271.45,-3721.41,244.044,1.39414,0,0,0.641975,0.766725,900,100,1), - (10749,2066,0,-6271.45,-3721.41,244.044,1.39414,0,0,0.641975,0.766725,900,100,1), - (10750,2868,0,-6452.43,-3398.21,241.579,-3.14159,0.026173,0.017446,0.999505,-0.000457,2,100,1), - (10751,153350,0,-6840.75,-3636.45,252.998,3.14159,-0.052335,-0.004357,0.99862,-0.000228,900,100,1), - (10752,2061,0,-6840.75,-3636.45,252.998,3.14159,-0.052335,-0.004357,0.99862,-0.000228,900,100,1), - (10753,3270,0,-6765.31,-3137.53,240.662,3.14159,0,0,1,0,900,100,1), - (10754,1619,0,-5765.93,-1052.6,387.577,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (10755,1619,0,-5805.35,-1049.38,390.701,2.56563,0,0,0.958819,0.284017,300,100,1), - (10756,1619,0,-5762.06,-1285.67,383.285,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (10757,3200,0,-5793.79,-1393.5,441.163,3.14159,0,-0.008727,0.999962,0,900,100,1), - (10758,175948,0,-14353.5,414.426,41.6233,1.95477,0,0,0.829037,0.559193,900,100,1), - (10759,56903,0,-14333.7,418.923,9.13584,1.13446,0,0,0.5373,0.843392,900,100,1), - (10760,59854,0,-14446.8,446.233,8.9607,2.32129,0,0,0.91706,0.398749,900,100,1), - (10761,148902,0,-14466.1,477.531,20.3892,0.750491,0,0,0.366501,0.930418,900,100,1), - (10762,148904,0,-14464.5,477.355,20.3897,2.15544,0.003234,0.004619,0.880868,0.473329,900,100,1), - (10763,74091,0,-14459.8,481.603,16.0718,-0.602137,0,0,-0.296541,0.95502,900,100,1), - (10765,59862,0,-14448.7,444.703,3.91811,2.32129,0,0,0.91706,0.398749,900,100,1), - (10766,59863,0,-14435.2,434.391,15.3328,-2.64417,0,0,0.969231,-0.246153,900,100,1), - (10767,59864,0,-14455.2,442.529,15.3785,0.750491,0,0,0.366501,0.930418,900,100,1), - (10768,148891,0,-14458.7,486.877,15.1328,-0.880609,0,0,-0.426215,0.904622,900,100,1), - (10769,59865,0,-14456.8,444.277,20.2275,0.750491,0,0,0.366501,0.930418,900,100,1), - (10770,148892,0,-14459.1,484.879,15.1121,0.934533,0,0,0.450447,0.892803,900,100,1), - (10771,148893,0,-14460.6,486.549,15.1328,2.82822,0,0,0.98775,0.156048,900,100,1), - (10772,148895,0,-14462.3,488.442,15.1328,-0.880609,0,0,-0.426215,0.904622,900,100,1), - (10773,2061,0,-5793.79,-1393.5,441.163,3.14159,0,-0.008727,0.999962,0,900,100,1), - (10774,1617,0,-5836.21,-1364.56,395.087,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (10775,1617,0,-5815.31,-1320.31,388.587,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (10776,1619,0,-5783.54,-1511.31,364.949,-2.67035,0,0,-0.972369,0.233447,300,100,1), - (10778,2061,1,1855.12,-4422.16,6.87123,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10779,148899,0,-14457.1,493.418,26.2711,1.17015,0,0,0.552264,0.833669,900,100,1), - (10780,148900,0,-14454.7,491.596,26.2711,0.94326,0,0,0.454339,0.890829,900,100,1), - (10781,56901,0,-14458.7,423.209,26.2772,2.32129,0,0,0.91706,0.398749,900,100,1), - (10782,60439,0,-14448.9,446.726,15.5857,1.90241,0,0,0.814116,0.580702,900,100,1), - (10783,60440,0,-14445.8,449.261,15.5857,3.03688,0,0,0.99863,0.052335,900,100,1), - (10784,60395,0,-14454.2,454.246,15.6605,-1.06465,0,0,-0.507537,0.86163,900,100,1), - (10785,59845,0,-14356.3,432.063,9.79371,2.25147,0,0,0.902585,0.430512,900,100,1), - (10786,59846,0,-14435.3,502.054,26.8738,-0.733205,0.025159,0.04637,-0.358283,0.932122,900,100,1), - (10787,59850,0,-14478.3,431.756,36.1966,0.837757,0,0,0.406736,0.913546,900,100,1), - (10788,59851,0,-14439,396.752,34.2593,2.30383,0,0,0.913545,0.406737,900,100,1), - (10789,59853,0,-14419.3,415.404,22.63,-0.514874,0,0,-0.254603,0.967046,900,100,1), - (10790,59857,0,-14460.9,411.545,25.1386,-0.514874,0,0,-0.254603,0.967046,900,100,1), - (10791,59858,0,-14484.3,424.275,34.4249,1.95477,0,0,0.829037,0.559193,900,100,1), - (10792,59860,0,-14430.3,425.976,3.96917,-2.64417,0,0,0.969231,-0.246153,900,100,1), - (10793,148912,0,-14467,487.947,20.3854,2.30462,0,0,0.913704,0.40638,900,100,1), - (10794,148913,0,-14463.9,484.675,20.3854,2.30462,0,0,0.913704,0.40638,900,100,1), - (10795,148914,0,-14458.6,496.151,26.2711,1.39705,0,0,0.643087,0.765793,900,100,1), - (10796,148915,0,-14461,497.093,26.2711,0.821088,0,0,0.399108,0.916904,900,100,1), - (10797,148894,0,-14457.2,507.686,26.2711,-2.35541,0,0,0.92373,-0.383045,900,100,1), - (10798,148903,0,-14459,505.865,26.2711,0.812361,0,0,0.395104,0.918637,900,100,1), - (10799,148901,0,-14455.1,503.519,26.2711,-2.35541,0,0,0.92373,-0.383045,900,100,1), - (10800,148906,0,-14470.5,481.882,20.3892,-0.871882,0,0,-0.422264,0.906473,900,100,1), - (10801,148884,0,-14457.2,505.744,26.2711,2.87185,0,0,0.990919,0.134464,900,100,1), - (10802,148905,0,-14468.9,480.276,20.3892,2.15545,0,0,0.880884,0.473332,900,100,1), - (10803,148885,0,-14459.2,503.91,15.1328,-0.880609,0,0,-0.426215,0.904622,900,100,1), - (10804,148887,0,-14460.6,505.024,15.1328,-1.74454,0,0,-0.765792,0.643088,900,100,1), - (10805,148888,0,-14456.2,501.5,15.1328,2.82822,0,0,0.98775,0.156048,900,100,1), - (10806,61918,0,-14450.3,416.907,26.9884,0.741717,-0.019393,0.04861,0.361942,0.930731,900,100,1), - (10808,59852,0,-14447.1,462.52,4.69969,2.46964,0,0,0.944089,0.329691,900,100,1), - (10809,1569,0,-5608.28,-1501.34,399.493,0,0,0,0,1,900,100,1), - (10810,56910,0,-14461,479.117,28.5625,-1.06465,0,0,-0.507539,0.861629,900,100,1), - (10811,148886,0,-14456.9,503.407,26.2711,-0.453004,0,0,-0.22457,0.974458,900,100,1), - (10812,59848,0,-14471,456.058,33.6628,-0.173167,0.035615,0.038017,-0.087673,0.994786,900,100,1), - (10813,59855,0,-14398.5,404.665,22.8214,2.50455,0,0,0.949699,0.313164,900,100,1), - (10814,59847,0,-14373.4,410.816,11.0642,-1.43117,0.06288,0.072336,-0.653038,0.751235,900,100,1), - (10815,148909,0,-14476.3,488.408,20.3854,-0.042851,0,0,-0.021424,0.999771,900,100,1), - (10816,59517,0,-14476.7,456.361,31.7622,1.98095,0,0,0.836286,0.548293,900,100,1), - (10817,148910,0,-14475.2,487.007,20.3854,1.21379,0,0,0.570318,0.821424,900,100,1), - (10818,59518,0,-14342.2,425.575,9.87468,-1.23046,0,0,-0.577145,0.816642,900,100,1), - (10819,148911,0,-14468.8,489.482,20.3854,-0.871882,0,0,-0.422264,0.906473,900,100,1), - (10820,148889,0,-14456.9,487.276,15.1328,-2.33796,0,0,0.920352,-0.391091,900,100,1), - (10821,59861,0,-14461.7,504.145,26.0995,-0.794124,0,0,-0.38671,0.922201,900,100,1), - (10822,60438,0,-14447.5,451.154,15.602,-1.97222,0,0,-0.833885,0.551937,900,100,1), - (10823,59856,0,-14430.8,382.777,32.0734,1.92859,0,0,0.821647,0.569997,900,100,1), - (10825,2061,0,-6765.31,-3137.53,240.662,3.14159,0,0,1,0,900,100,1), - (10826,19902,0,-6763.66,-3125.51,242.098,1.3439,0.042109,-0.038943,0.621877,0.781012,900,100,1), - (10827,2875,0,-6924.42,-3345.08,243.462,-0.986111,0.128441,0.037326,-0.476997,0.868668,2,100,1), - (10828,179924,0,-6670.96,-2155.57,243.892,-1.39626,0,0,-0.642788,0.766044,900,100,1), - (10829,181596,0,-6670.07,-2152.7,244.135,3.09796,0,0,0.999762,0.021815,900,100,1), - (10830,2858,0,-6955.58,-4102.33,285.789,-1.57079,0,0,-0.707106,0.707108,2,100,1), - (10831,142693,0,-6767.75,-3136.18,240.519,3.14159,0,0,1,0,900,100,1), - (10832,1570,0,-5608.29,-1501.34,398.99,0,0,0,0,1,900,100,1), - (10833,20877,0,-5663.11,-1566.88,383.204,-1.31572,0,0,-0.611424,0.791304,900,100,1), - (10834,2061,0,-5663.11,-1566.88,383.204,-1.31572,0,0,-0.611424,0.791304,900,100,1), - (10835,149024,0,-5609.25,-1502.27,399.519,1.5708,0,0,0.707107,0.707107,900,100,1), - (10836,1568,0,-5608.29,-1503.12,399.519,3.14159,0,0,1,0,900,100,1), - (10837,1587,0,-5663.7,-1566.62,384.611,-0.296706,0,0,0.147809,-0.989016,900,100,1), - (10838,3658,0,-5662.8,-1553.14,387.125,0.436332,0,0,0.21644,0.976296,180,100,1), - (10839,1619,0,-5522.67,-1501.02,412.437,1.39626,0,0,0.642786,0.766046,300,100,1), - (10841,1928,0,-5687.37,-1599.95,383.204,2.96706,0,0,0.996195,0.087156,900,100,1), - (10842,2061,0,-5687.37,-1599.95,383.204,2.96706,0,0,0.996195,0.087156,900,100,1), - (10844,1619,0,-5678.99,-1668.14,398.287,-1.8326,0,0,-0.793355,0.60876,300,100,1), - (10846,1619,0,-5774.99,-1559.79,360.055,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (10847,3658,0,-5862.66,-1538.93,371.974,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (10849,1619,0,-5823.85,-1681.69,359.708,3.10669,0,0,0.999848,0.0174505,300,100,1), - (10850,106318,0,-5815.59,-1697.7,359.554,1.06465,0,0,0.507538,0.861629,3600,100,1), - (10851,1619,0,-5756.13,-1697.97,363.478,-0.733038,0,0,-0.358368,0.93358,300,100,1), - (10854,1618,0,-5599.18,-1673.23,398.595,-2.6529,0,0,-0.970296,0.241922,300,100,1), - (10856,106318,0,-5513.28,-1749.2,336.938,2.05949,0,0,0.857167,0.515038,3600,100,1), - (10857,1619,0,-5632,-1788.36,401.652,3.14159,0,0,1,0.00000126759,300,100,1), - (10858,1618,0,-5671.04,-1786.61,400.159,1.88496,0,0,0.809018,0.587783,300,100,1), - (10859,1617,0,-5519.72,-1620.68,394.176,-0.331612,0,0,-0.165047,0.986286,300,100,1), - (10864,1618,0,-5884.95,-1936.26,406.028,1.43117,0,0,0.656059,0.75471,300,100,1), - (10865,28611,0,-5917.42,-2032.5,400.751,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (10866,28610,0,-5928.42,-2029.77,408.254,0.05236,0,0,0.026177,0.999657,900,100,1), - (10867,28612,0,-5917.26,-2035.65,400.751,2.58309,0,0,0.961262,0.275638,900,100,1), - (10868,85562,0,-5918.12,-2037.57,400.75,1.91986,0,0,0.819152,0.573576,900,100,1), - (10869,1617,0,-5749.76,-1956.86,400.377,-1.8326,0,0,-0.793355,0.60876,300,100,1), - (10870,106318,0,-5732.88,-1878.95,399.776,-1.18682,0,0,0.559193,-0.829037,3600,100,1), - (10871,1617,0,-5534.63,-1879.18,399.834,3.14159,0,0,1,0.00000126759,300,100,1), - (10872,1619,0,-5446.58,-1946.69,415.319,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (10873,2061,0,-6767.75,-3136.18,240.519,3.14159,0,0,1,0,900,100,1), - (10874,142692,0,-6627.92,-2729.44,244.091,3.14159,-0.047976,0.008716,0.99881,0.000419,900,100,1), - (10875,2061,0,-6627.92,-2729.44,244.091,3.14159,-0.047976,0.008716,0.99881,0.000419,900,100,1), - (10876,2658,0,-6684.98,-2152.1,244.144,3.14159,0,0,1,0,900,100,1), - (10877,2066,0,-6684.98,-2152.1,244.144,3.14159,0,0,1,0,900,100,1), - (10878,142694,0,-6610.37,-3412.72,279.304,3.14159,0,0,1,0,900,100,1), - (10879,2061,0,-6610.37,-3412.72,279.304,3.14159,0,0,1,0,900,100,1), - (10880,163313,0,-6673.95,-2174.35,244.16,2.53945,0,0,0.95502,0.296542,900,100,1), - (10881,175376,329,3692.86,-3244.1,127.346,-2.70526,0,0,0.976296,-0.21644,180,100,0), - (10882,48568,0,-6284.95,-2919.03,231.28,-0.771115,-0.063165,0.002009,-0.376529,0.924247,900,100,1), - (10883,48570,0,-6080.58,-3046.84,251.246,1.5568,-0.035157,0.0581,0.699777,0.711126,900,100,1), - (10884,2061,0,-6080.58,-3046.84,251.246,1.5568,-0.035157,0.0581,0.699777,0.711126,900,100,1), - (10885,48572,0,-6203.01,-3034.45,220.401,0.667015,-0.052514,-0.040349,0.325395,0.943256,900,100,1), - (10887,1564,0,-5507.56,-2050.34,399.597,0,0,0,0,1,900,100,1), - (10888,1565,0,-5508.53,-2051.25,399.61,1.5708,0,0,0.707107,0.707107,900,100,1), - (10889,1566,0,-5507.55,-2050.3,399.042,0,0,0,0,1,900,100,1), - (10890,1617,0,-5746.7,-2081.87,399.322,2.21657,0,0,0.894935,0.446197,300,100,1), - (10891,106318,0,-5800.54,-2105.3,402.518,1.62316,0,0,0.725374,0.688355,3600,100,1), - (10893,34034,0,-5493.69,-2423.16,406.331,1.09083,0,0,0.518774,0.854912,900,100,1), - (10894,34035,0,-5490.91,-2426.32,406.331,2.09439,0,0,0.866025,0.5,900,100,1), - (10895,34037,0,-5493.21,-2424.1,406.331,0.785398,0,0,0.382683,0.92388,900,100,1), - (10896,34038,0,-5492.45,-2424.57,406.331,1.22173,0,0,0.573576,0.819152,900,100,1), - (10897,147044,0,-5489.71,-2427.42,406.331,-0.567232,0,0,-0.279829,0.96005,900,100,1), - (10898,147045,0,-5489.56,-2426.45,406.331,-0.218166,0,0,-0.108867,0.994056,900,100,1), - (10899,29741,0,-5473.07,-2403.97,399.468,0.410152,0,0,0.203642,0.979046,900,100,1), - (10900,29742,0,-5484.13,-2404.33,406.338,2.80998,0,0,0.986286,0.165048,900,100,1), - (10901,29746,0,-5487.6,-2426.36,406.338,0.017453,0,0,0.008726,0.999962,900,100,1), - (10902,147043,0,-5491.79,-2425.4,406.331,0.523598,0,0,0.258818,0.965926,900,100,1), - (10903,29744,0,-5483.36,-2402.16,406.338,-2.42601,0,0,0.936672,-0.350207,900,100,1), - (10904,29747,0,-5471.29,-2402.22,399.468,-1.77151,0,0,-0.774392,0.632706,900,100,1), - (10905,29743,0,-5471.25,-2419.8,399.468,1.02102,0,0,0.488622,0.872496,900,100,1), - (10906,29745,0,-5469.14,-2420.16,399.468,1.85005,0,0,0.798636,0.601814,900,100,1), - (10907,34033,0,-5205.87,-2356.05,398.834,-1.97222,0,0,-0.833886,0.551937,900,100,1), - (10908,147046,0,-5210.72,-2352.58,398.834,2.87107,0,0,0.990866,0.134851,900,100,1), - (10909,147047,0,-5207.5,-2352.56,399.828,-1.66679,0,0,-0.740218,0.672367,900,100,1), - (10910,29750,0,-5200.65,-2348.88,405.71,2.40855,0,0,0.93358,0.358368,900,100,1), - (10911,147049,0,-5209.39,-2352.78,398.834,-1.09956,0,0,-0.522499,0.85264,900,100,1), - (10912,29753,0,-5221.29,-2345.5,398.841,-2.17294,0,0,0.884988,-0.465614,900,100,1), - (10913,29754,0,-5227.5,-2346.06,398.841,-0.558507,0,0,-0.275638,0.961262,900,100,1), - (10914,29757,0,-5227.88,-2348.17,398.841,0.270526,0,0,0.134851,0.990866,900,100,1), - (10915,29740,0,-5214.66,-2337.91,405.71,2.36492,0,0,0.925541,0.378649,900,100,1), - (10916,29748,0,-5210.15,-2359.33,398.841,2.05949,0,0,0.857167,0.515038,900,100,1), - (10917,48529,0,-6111.72,-2938.05,207.484,-2.31554,-0.097033,0.018064,0.913254,-0.395252,900,100,1), - (10918,48566,0,-6142.98,-2918.02,211.861,0.338386,0.984915,0.167254,-0.034955,-0.027311,900,100,1), - (10919,126260,0,-6201.66,-3057.53,212.239,2.00618,-0.052496,0.056093,0.839878,0.53731,0,100,1), - (10920,48573,0,-6162.37,-2995.2,228.24,-0.365979,0.983112,-0.181697,0.016585,-0.014245,900,100,1), - (10921,48546,0,-6141.44,-3015.17,219.927,-1.3009,0.102635,0.10262,-0.60139,0.785663,900,100,1), - (10922,48564,0,-6083.87,-3052.45,251.946,1.32117,-0.056947,0.063842,0.61172,0.786435,900,100,1), - (10923,48548,0,-6114.17,-3015.52,221.547,-2.10495,-0.073644,-0.075539,0.86233,-0.495234,900,100,1), - (10924,48575,0,-6194.48,-3005.02,225.628,-1.87215,-0.59289,0.805225,-0.000139,-0.009667,900,100,1), - (10925,48549,0,-6076.05,-3087.11,250.293,-1.10081,-0.008642,-0.039474,-0.522172,0.851882,900,100,1), - (10926,48551,0,-6102.7,-3034.05,249.098,-2.58434,-0.03304,-0.023265,0.960509,-0.2753,900,100,1), - (10927,48553,0,-6100.3,-3043.31,249.468,2.62191,-0.043957,0.032144,0.964738,0.257517,900,100,1), - (10928,48555,0,-6115.16,-3017.29,221.196,-2.82617,-0.077556,-0.059606,0.982212,-0.160285,900,100,1), - (10929,2061,0,-6115.16,-3017.29,221.196,-2.82617,-0.077556,-0.059606,0.982212,-0.160285,900,100,1), - (10930,48557,0,-6074.16,-3088.43,250.511,-0.710753,-0.007626,0.009891,-0.34785,0.937467,900,100,1), - (10931,2061,0,-6074.16,-3088.43,250.511,-0.710753,-0.007626,0.009891,-0.34785,0.937467,900,100,1), - (10932,48561,0,-6101.15,-3102.8,252.139,-2.18977,0.065268,0.030581,0.886654,-0.456781,900,100,1), - (10933,48576,0,-6059.24,-3138.35,253.574,0.275705,-0.034593,0.0605,0.138749,0.987872,900,100,1), - (10934,2061,0,-6059.24,-3138.35,253.574,0.275705,-0.034593,0.0605,0.138749,0.987872,900,100,1), - (10935,48574,0,-6195.33,-3001.48,225.628,1.36528,0.775565,0.630877,-0.003684,0.021925,900,100,1), - (10936,48528,0,-6139.4,-3015.15,219.96,-2.24742,-0.058756,-0.082028,0.895233,-0.434023,900,100,1), - (10937,147048,0,-5210.53,-2351.62,398.834,2.522,0,0,0.952396,0.304865,900,100,1), - (10938,34036,0,-5210.78,-2355.46,398.834,2.9147,0,0,0.993572,0.113203,900,100,1), - (10939,29751,0,-5201.42,-2345.04,405.71,-0.994836,0,0,-0.477158,0.878818,900,100,1), - (10940,29755,0,-5223.18,-2344.17,398.841,-1.12574,0,0,-0.533615,0.845728,900,100,1), - (10941,29749,0,-5215,-2335.06,405.71,-1.4748,0,0,-0.672366,0.740219,900,100,1), - (10942,34032,0,-5208.5,-2351.77,399.828,-2.40856,0,0,0.93358,-0.358368,900,100,1), - (10943,29758,0,-5212.29,-2359.42,398.841,1.23046,0,0,0.577145,0.816642,900,100,1), - (10944,29752,0,-5203,-2346.51,405.71,0.794125,0,0,0.386711,0.922201,900,100,1), - (10945,29756,0,-5198.82,-2346.97,405.71,3.10669,0,0,0.999848,0.017452,900,100,1), - (10946,3658,0,-5123.81,-2339.11,400.498,2.21657,0,0,0.894934,0.446198,180,100,1), - (10948,2059,0,-5064.78,-2121.73,404.416,-2.11185,-0.179551,-0.222119,0.81939,-0.497016,900,100,1), - (10949,180662,0,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398748,180,100,1), - (10951,180655,1,6293.92,590.357,0,-0.418879,0,0,-0.207912,0.978148,180,100,1), - (10952,173106,1,1636.69,-4351.04,4.47004,-2.61799,0,0,0.965926,-0.25882,900,100,1), - (10953,2061,1,1636.69,-4351.04,4.47004,-2.61799,0,0,0.965926,-0.25882,900,100,1), - (10954,173042,1,1896.28,-4618.79,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (10955,2061,1,1896.28,-4618.79,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (10956,173033,1,1813.52,-4574.06,22.8548,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10957,2061,1,1813.52,-4574.06,22.8548,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10958,173193,1,2212.03,-4786.6,64.8108,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (10959,2061,1,2212.03,-4786.6,64.8108,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (10960,173043,1,1854.7,-4546.16,25.4203,2.94088,0,0,0.994969,0.100188,900,100,1), - (10961,2061,1,1854.7,-4546.16,25.4203,2.94088,0,0,0.994969,0.100188,900,100,1), - (10962,173046,1,1894.74,-4559.66,30.0184,1.35263,0,0,0.625923,0.779885,900,100,1), - (10963,180655,1,6293.92,590.357,0,-0.418879,0,0,-0.207912,0.978148,180,100,1), - (10964,180655,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374606,180,100,1), - (10965,2061,1,1894.74,-4559.66,30.0184,1.35263,0,0,0.625923,0.779885,900,100,1), - (10966,180655,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559192,180,100,1), - (10967,180655,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559192,180,100,1), - (10969,180655,1,6431.71,667.197,0,1.44862,0,0,0.662619,0.748957,180,100,1), - (10970,173048,1,1916.48,-4428.22,24.6384,-2.1293,0,0,0.874619,-0.48481,900,100,1), - (10971,2061,1,1916.48,-4428.22,24.6384,-2.1293,0,0,0.874619,-0.48481,900,100,1), - (10972,173052,1,1956.55,-4468.75,35.7178,-1.97222,0,0,-0.833886,0.551937,900,100,1), - (10973,2061,1,1956.55,-4468.75,35.7178,-1.97222,0,0,-0.833886,0.551937,900,100,1), - (10974,173056,1,1910.85,-4321.73,21.5496,-0.122173,0,0,-0.061048,0.998135,900,100,1), - (10975,177026,1,1665.5,-4360.83,26.6592,1.30653,-0.054374,-0.021624,0.607451,0.792199,900,100,1), - (10976,2061,1,1665.5,-4360.83,26.6592,1.30653,-0.054374,-0.021624,0.607451,0.792199,900,100,1), - (10977,173058,1,1920.61,-4279.69,30.5363,0.846485,0,0,0.410719,0.911762,900,100,1), - (10978,2061,1,1920.61,-4279.69,30.5363,0.846485,0,0,0.410719,0.911762,900,100,1), - (10979,172954,1,1800.97,-4513.69,21.5639,3.01069,0,0,0.997859,0.065403,900,100,1), - (10980,2061,1,1800.97,-4513.69,21.5639,3.01069,0,0,0.997859,0.065403,900,100,1), - (10981,1618,1,10364.1,1886.42,1324.44,2.49582,0,0,0.948324,0.317305,300,100,1), - (10983,1619,1,10395.1,1966.03,1330.96,2.75762,0,0,0.981627,0.190809,300,100,1), - (10984,173161,1,1524.85,-4219.19,41.2429,0.584686,0,0,0.288197,0.957571,900,100,1), - (10985,1617,1,10391.1,1895.35,1322.12,-3.08923,0,0,-0.999657,0.0261783,300,100,1), - (10986,173186,1,2147.59,-4781.6,67.568,1.20428,0,0,0.566406,0.824126,900,100,1), - (10987,1618,1,10640.2,1982.08,1327.11,2.05949,0,0,0.857168,0.515037,300,100,1), - (10988,2061,1,2147.59,-4781.6,67.568,1.20428,0,0,0.566406,0.824126,900,100,1), - (10989,1619,1,10617.3,2046.98,1337.85,-2.32129,0,0,-0.91706,0.398748,300,100,1), - (10990,148898,0,-14464.7,494.453,15.1328,0.882174,0,0,0.426923,0.904288,900,100,1), - (10991,59859,0,-14450.9,496.602,14.9123,-2.30384,0,0,0.913546,-0.406736,900,100,1), - (10992,1617,1,10756.7,2016.91,1326.02,-0.558505,0,0,-0.275637,0.961262,300,100,1), - (10993,173207,1,1548.71,-4325.49,20.7007,0.890117,0,0,0.430511,0.902586,900,100,1), - (10994,2061,1,1548.71,-4325.49,20.7007,0.890117,0,0,0.430511,0.902586,900,100,1), - (10995,173226,1,1626.66,-4387.85,12.271,2.67036,0,0,0.97237,0.233445,900,100,1), - (10996,2061,1,1626.66,-4387.85,12.271,2.67036,0,0,0.97237,0.233445,900,100,1), - (10997,1617,1,10864.9,2005.26,1317.51,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (10998,173036,1,1841.13,-4458.72,47.5035,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (10999,56898,0,-14361.5,378.579,25.0536,2.11763,-0.052664,0.015878,0.870771,0.488602,900,100,1), - (11000,21679,0,-14380.5,371.747,23.9454,1.89368,0,0,0.811574,0.584249,900,100,1), - (11001,169966,0,-14381.7,374.043,23.9088,0.122173,0,0,0.061048,0.998135,900,100,1), - (11002,169967,0,-14373.2,375.782,28.66,2.9147,0,0,0.993572,0.113203,900,100,1), - (11003,2061,1,1841.13,-4458.72,47.5035,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11004,1618,1,10316.1,1688.01,1309.63,2.61799,0,0,0.965925,0.258821,300,100,1), - (11005,173160,1,1543.78,-4173.82,40.1643,0.087267,0,0,0.04362,0.999048,900,100,1), - (11006,1620,1,9745.44,1840.75,1302,2.1293,0,0,0.874619,0.48481,300,100,1), - (11007,1617,1,9627.13,1850.42,1300.57,-2.54818,0,0,-0.956305,0.292372,300,100,1), - (11009,1619,1,9682.36,1759.06,1299.8,1.13446,0,0,0.537298,0.843393,300,100,1), - (11010,143230,0,-14468.3,457.6,15.1661,0.139626,0,0,0.069756,0.997564,900,100,1), - (11011,142172,0,-14468,457.873,15.1661,-1.25664,0,0,0.587785,-0.809017,900,100,1), - (11012,180248,0,-12304.6,351.361,-0.891797,1.06465,0,0,0.507538,0.861629,180,100,1), - (11013,20691,0,-12033.5,-544.274,14.4719,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (11014,178204,0,-14287.1,534.159,8.92822,-2.61799,0,0,0.965926,-0.258819,900,100,1), - (11015,80,0,-9979.13,1007.33,32.7588,0.099154,0.100685,-0.025144,0.052291,0.993225,3600,100,1), - (11016,81,0,-9978.25,1006.51,31.7592,-3.13445,0.009525,0.056056,0.998374,-0.00411,3600,100,1), - (11017,82,0,-9978.59,1007.75,32.2856,-1.4199,0.080983,-0.024926,-0.651451,0.753944,3600,100,1), - (11018,83,0,-9977.34,1009.86,31.4688,-1.47952,0.219706,-0.685921,0.160016,0.675008,3600,100,1), - (11019,85,0,-10910.9,1420.14,43.482,3.01751,-0.018991,0.090445,0.993666,0.063928,3600,100,1), - (11020,1843,0,-10653.5,1003.77,32.7887,2.60927,0,0,0.964787,0.263031,3600,100,1), - (11021,2061,0,-10653.5,1003.77,32.7887,2.60927,0,0,0.964787,0.263031,3600,100,1), - (11022,1846,0,-10925.4,1990.61,34.2649,3.14159,0,0,1,0,3600,100,1), - (11023,2061,0,-10925.4,1990.61,34.2649,3.14159,0,0,1,0,3600,100,1), - (11024,1848,0,-11017.5,1926.7,34.9289,-3.03687,0.015822,0.031405,0.997984,-0.052836,3600,100,1), - (11025,3707,0,-12459.2,-987.089,49.3111,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (11026,287,0,-11567.5,-565.939,33.7841,-1.13446,0,0,0.5373,-0.843391,900,100,1), - (11027,180104,0,-11838,1256.12,2.0939,-2.07694,0,0,0.861629,-0.507538,900,100,1), - (11028,58,0,-12148.3,636.767,-70.0585,-2.60054,0,0,0.96363,-0.267238,60,100,1), - (11029,2744,0,-12212.3,429.674,-101.356,-1.55334,0,0,0.700909,-0.71325,900,100,1), - (11030,2744,0,-12127.9,525.816,-49.4669,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (11031,2560,0,-13734.8,-255.343,0.00472,0.523599,0,0,0.258819,0.965926,900,100,1), - (11032,2560,0,-14170.6,-93.0608,-0.459572,-2.35619,0,0,0.92388,-0.382683,900,100,1), - (11033,2560,0,-14462.4,-314.703,1.22094,0.139626,0,0,0.069756,0.997564,900,100,1), - (11034,2560,0,-13912.6,-166.436,0.534212,-0.296706,0,0,0.147809,-0.989016,900,100,1), - (11035,2560,0,-13870.7,-211.542,-1.20755,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (11036,175854,0,-14459,447.415,5.25249,0.296706,0,0,0.147809,0.989016,900,100,1), - (11037,175855,0,-14458.6,446.966,4.44254,0.837758,0,0,0.406737,0.913545,900,100,1), - (11038,175757,0,-14475.5,488.815,21.2838,1.32645,0,0,0.615662,0.788011,900,100,1), - (11039,2413,0,-8569.69,887.594,106.523,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11040,2413,0,-8558.23,873.318,106.523,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11041,2413,0,-8585.14,877.403,106.523,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11042,2413,0,-8585.83,874.998,106.523,0.671952,0,0,0.329691,0.944089,120,0,1), - (11043,2413,0,-8558.51,871.098,106.523,2.24275,0,0,0.900698,0.434446,120,0,1), - (11044,2413,0,-8571.99,887.917,106.523,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11045,2413,0,-8528.03,802.493,106.523,0.671952,0,0,0.329691,0.944089,120,0,1), - (11046,2413,0,-8516.74,788.299,106.523,0.671952,0,0,0.329691,0.944089,120,0,1), - (11047,2413,0,-8514.44,815.46,106.523,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11048,2413,0,-8514.44,788.051,106.523,2.24275,0,0,0.900698,0.434446,120,0,1), - (11049,2413,0,-8501.16,798.668,106.523,2.24275,0,0,0.900698,0.434446,120,0,1), - (11050,2413,0,-8500.72,801.05,106.523,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11051,2413,0,-8527.75,804.876,106.523,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11052,2413,0,-8512.07,815.23,106.523,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11053,2413,0,-8496.03,822.131,96.6782,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11054,2413,0,-8485.34,808.663,96.6782,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11055,2413,0,-8485.57,806.181,96.6782,2.24275,0,0,0.900698,0.434446,120,0,1), - (11056,2413,0,-8510.78,812.487,96.6782,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11057,2413,0,-8510.99,810.206,96.6782,0.671952,0,0,0.329691,0.944089,120,0,1), - (11058,2413,0,-8559.96,902.138,96.6897,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11059,2413,0,-8557.66,901.77,96.6897,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11060,2413,0,-8546.88,888.221,96.6897,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11061,2413,0,-8547.14,885.772,96.6897,2.24275,0,0,0.900698,0.434446,120,0,1), - (11062,2413,0,-8561.78,876.326,96.6897,0.671952,0,0,0.329691,0.944089,120,0,1), - (11063,2413,0,-8559.55,875.963,96.6897,2.24275,0,0,0.900698,0.434446,120,0,1), - (11064,1618,1,9554.31,1848.13,1305.87,1.67552,0,0,0.743146,0.669129,300,100,1), - (11065,179741,1,1638.44,-4250.69,56.5416,-2.0768,0.013065,0.000799,-0.861555,0.507495,900,100,1), - (11066,175856,0,-14459,447.797,4.44876,-0.2618,0,0,0.130526,-0.991445,900,100,1), - (11067,175732,0,-14454,442.975,21.3193,2.67035,0,0,0.97237,0.233445,900,100,1), - (11068,175756,0,-14449,456.764,4.44446,4.71239,0,0,0.707107,-0.707107,900,100,1), - (11069,21582,0,-14458.6,506.592,27.1611,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (11070,2061,0,-11017.5,1926.7,34.9289,-3.03687,0.015822,0.031405,0.997984,-0.052836,3600,100,1), - (11071,1849,0,-11159.7,1709.93,42.3046,0.557614,-0.090323,-0.048433,0.271658,0.956921,3600,100,1), - (11072,177013,1,2095.35,-4634.1,58.2109,1.06366,0,0,0.507113,0.86188,900,100,1), - (11073,2061,1,2095.35,-4634.1,58.2109,1.06366,0,0,0.507113,0.86188,900,100,1), - (11074,2413,0,-8407.52,543.858,102.477,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11075,2413,0,-8409.46,543.563,95.4882,2.24275,0,0,0.900698,0.434446,120,0,1), - (11076,2413,0,-8418.6,551.881,95.4608,0.349067,0,0,0.173649,0.984808,120,0,1), - (11077,2413,0,-8409.19,545.87,95.4882,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (11078,2413,0,-8430.34,697.818,103.337,-2.45219,0,0,0.941176,-0.337917,120,0,1), - (11079,2413,0,-8424.65,690.318,96.3215,-1.74533,0,0,-0.766044,0.642788,120,0,1), - (11080,2413,0,-8422.86,689.896,96.3215,-2.21657,0,0,0.894934,-0.446198,120,0,1), - (11081,2413,0,-8421.33,688.13,96.3215,-2.70526,0,0,0.976296,-0.21644,120,0,1), - (11082,2413,0,-8421.65,686.173,96.3215,2.94961,0,0,0.995396,0.095846,120,0,1), - (11083,2413,0,-8411.34,546.009,95.4882,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11084,2413,0,-8411.6,543.738,95.4882,0.671952,0,0,0.329691,0.944089,120,0,1), - (11085,2413,0,-8418.18,554.441,95.4608,-0.410153,0,0,-0.203642,0.979045,120,0,1), - (11086,2413,0,-8416.88,549.813,95.4608,1.07338,0,0,0.511293,0.859406,120,0,1), - (11087,2413,0,-8414.31,550.17,95.4608,1.93731,0,0,0.824126,0.566407,120,0,1), - (11088,2061,0,-11159.7,1709.93,42.3046,0.557614,-0.090323,-0.048433,0.271658,0.956921,3600,100,1), - (11089,181636,0,-12130.5,958.994,4.87148,-1.25664,0,0,0.587785,-0.809017,900,100,1), - (11090,288,0,-11490.5,-945.307,29.399,2.46091,0,0,0.942641,0.333807,900,100,1), - (11091,173180,1,2188.85,-4744.81,54.9964,2.24275,0,0,0.900698,0.434446,900,100,1), - (11092,1619,1,9591.83,1923.88,1323.49,-1.44862,0,0,-0.662619,0.748957,300,100,1), - (11093,1619,1,9489.67,1845.86,1336.59,0.418879,0,0,0.207912,0.978148,300,100,1), - (11094,1618,1,9484.01,1774.71,1308.94,2.87979,0,0,0.991445,0.130528,300,100,1), - (11095,2061,1,2188.85,-4744.81,54.9964,2.24275,0,0,0.900698,0.434446,900,100,1), - (11096,1619,1,9418.44,1792.69,1338.55,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (11097,173217,1,1625.36,-4322.42,1.77007,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (11098,173085,1,2096.93,-4652.21,49.4049,-1.39626,0,0,-0.642788,0.766044,900,100,1), - (11099,173016,1,1763.44,-4494.94,44.3103,2.6529,0,0,0.970296,0.241922,900,100,1), - (11100,2413,0,-8461.75,479.776,107.038,-0.916298,0,0,-0.442289,0.896873,120,0,1), - (11101,2413,0,-8455.23,481.518,107.038,0.619592,0,0,0.304864,0.952396,120,0,1), - (11102,2413,0,-8454.87,483.765,107.038,-0.916298,0,0,-0.442289,0.896873,120,0,1), - (11103,2413,0,-8449.35,486.374,107.038,0.619592,0,0,0.304864,0.952396,120,0,1), - (11104,2413,0,-8448.99,488.622,107.038,-0.916298,0,0,-0.442289,0.896873,120,0,1), - (11105,2413,0,-8446.85,488.254,107.038,-2.522,0,0,0.952396,-0.304864,120,0,1), - (11106,2413,0,-8452.77,483.295,107.038,-2.522,0,0,0.952396,-0.304864,120,0,1), - (11107,2413,0,-8459.5,479.335,107.038,-2.522,0,0,0.952396,-0.304864,120,0,1), - (11108,2413,0,-8450.8,500.89,99.7824,0.619592,0,0,0.304864,0.952396,120,0,1), - (11109,2413,0,-8443.25,494.208,107.038,-0.916298,0,0,-0.442289,0.896873,120,0,1), - (11110,2413,0,-8443.62,491.898,107.038,0.619592,0,0,0.304864,0.952396,120,0,1), - (11111,2413,0,-8448.77,500.587,99.7824,2.2253,0,0,0.896873,0.442288,120,0,1), - (11112,2413,0,-8450.68,502.97,99.7824,-0.916298,0,0,-0.442289,0.896873,120,0,1), - (11113,2413,0,-8462.01,503.297,99.7824,-2.522,0,0,0.952396,-0.304864,120,0,1), - (11114,2413,0,-8466.44,500.127,99.7824,0.637046,0,0,0.313164,0.949699,120,0,1), - (11115,2413,0,-8464.03,499.519,99.7824,2.24275,0,0,0.900698,0.434446,120,0,1), - (11116,2413,0,-8459.58,498.368,99.7824,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11117,2413,0,-8458.96,493.739,99.7824,2.24275,0,0,0.900698,0.434446,120,0,1), - (11118,2413,0,-8461.5,496.958,99.7824,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11119,2413,0,-8457.3,494.992,99.7824,2.24275,0,0,0.900698,0.434446,120,0,1), - (11120,1620,1,9249.24,1688.66,1313.28,2.53073,0,0,0.953717,0.300705,300,100,1), - (11121,1618,1,9148.84,1716.35,1320.62,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (11122,173218,1,1677.2,-4410.67,19.351,-2.67036,0,0,0.97237,-0.233445,900,100,1), - (11123,173219,1,1653.82,-4350.22,26.8253,-2.03331,0,0,-0.850352,0.526214,900,100,1), - (11124,175314,1,1844.57,-4394.1,4.5981,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11125,2061,1,1844.57,-4394.1,4.5981,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11126,173060,1,1886.55,-4328.41,23.2086,-3.0805,0,0,0.999534,-0.030539,900,100,1), - (11127,2413,0,-8464.49,504.237,99.7824,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11128,2413,0,-8466.29,502.853,99.7824,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11129,2413,0,-8462.33,500.755,99.7824,2.24275,0,0,0.900698,0.434446,120,0,1), - (11130,2413,0,-8461.47,494.328,99.7824,0.619592,0,0,0.304864,0.952396,120,0,1), - (11131,2413,0,-8457.3,497.452,99.7824,-2.50455,0,0,0.949699,-0.313164,120,0,1), - (11132,2413,0,-8498.38,822.403,96.6782,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (11133,2554,0,-14937.9,358.377,0.22044,1.81514,0,0,0.788011,0.615662,900,100,1), - (11135,2061,1,1886.55,-4328.41,23.2086,-3.0805,0,0,0.999534,-0.030539,900,100,1), - (11136,173061,1,1875.4,-4320.84,32.2332,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11137,2061,1,1875.4,-4320.84,32.2332,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11138,1617,1,9102.12,1824.76,1328.04,2.11185,0,0,0.870356,0.492423,300,100,1), - (11139,1619,1,9117.63,1737.73,1327.2,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (11141,172978,1,1918,-4294.39,31.2142,1.39626,0,0,0.642787,0.766045,900,100,1), - (11142,173079,1,1884.89,-4686.29,36.5732,0.663224,0,0,0.325568,0.945519,900,100,1), - (11143,173019,1,1757.45,-4533.91,28.0487,2.94961,0,0,0.995396,0.095845,900,100,1), - (11144,2045,0,-14953.7,333.505,-27.6939,-0.872665,0,0,-0.422618,0.906308,300,100,1), - (11145,180683,0,-11707.8,1092.1,0,0.261799,0,0,0.130526,0.991445,3600,100,1), - (11146,180683,0,-12131.3,369.493,0,-0.942478,0,0,-0.453991,0.891006,3600,100,1), - (11147,180683,0,-12031.4,593.977,0,-0.680679,0,0,-0.333807,0.942641,3600,100,1), - (11148,180900,0,-14347.4,54.1188,0,-0.244346,0,0,-0.121869,0.992546,3600,100,1), - (11149,180902,0,-14488.5,67.7705,0,2.70526,0,0,0.976296,0.21644,3600,100,1), - (11150,3706,0,-12429.3,158.839,2.75041,-0.680679,0,0,0.333807,-0.942641,900,100,1), - (11151,3707,0,-13221.2,516.347,-0.161627,0.820305,0,0,0.398749,0.91706,900,100,1), - (11152,2560,0,-14439.6,-190.589,-0.703208,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (11153,180902,0,-14773.3,532.5,0,-1.91986,0,0,-0.819151,0.573577,3600,100,1), - (11156,1623,0,-13503.1,499.977,97.5067,-0.279253,0,0,-0.139173,0.990268,300,100,1), - (11157,1623,0,-12627.1,-1066.73,105.099,-2.19912,0,0,-0.891008,0.453988,300,100,1), - (11158,1623,0,-11417.3,73.6493,45.8371,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (11159,1619,1,9277.13,1530.89,1289.34,-0.471239,0,0,-0.233445,0.97237,300,100,1), - (11160,1617,1,9417.5,1602.53,1287.22,2.49582,0,0,0.948324,0.317305,300,100,1), - (11161,2061,1,1757.45,-4533.91,28.0487,2.94961,0,0,0.995396,0.095845,900,100,1), - (11162,1623,0,-12419.4,-1021.29,59.8649,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (11163,2041,0,-12109.9,-1.04047,2.90685,1.53589,0,0,0.694658,0.71934,300,100,1), - (11164,2045,0,-14848.1,416.435,-11.4332,1.76278,0,0,0.771624,0.636079,300,100,1), - (11165,175377,329,3661.38,-3569.44,138.133,-2.83616,0,0,0.988362,-0.152123,180,100,0), - (11166,180683,1,-2526.77,-3842.35,0,1.51844,0,0,0.688356,0.725373,3600,100,1), - (11167,180683,1,-3325.25,-4306.11,0,1.53589,0,0,0.694658,0.71934,3600,100,1), - (11168,180682,1,-2526.34,-3965.8,0,-1.13446,0,0,-0.537298,0.843393,3600,100,1), - (11169,180683,1,-2533.09,-4059.57,0,-2.49582,0,0,-0.948324,0.317305,3600,100,1), - (11170,180683,1,-2653.76,-4136.18,0,1.43117,0,0,0.656059,0.75471,3600,100,1), - (11171,180685,1,-2752.89,-4213.23,0,-2.75762,0,0,-0.981627,0.190809,3600,100,1), - (11172,180683,1,-2592.63,-3865.09,0,-0.436333,0,0,-0.21644,0.976296,3600,100,1), - (11173,180682,1,-3053.86,-4229.58,0,0.541052,0,0,0.267238,0.96363,3600,100,1), - (11174,2046,1,-4120.9,-3820.83,64.9954,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (11175,2046,1,-2259.19,-4276.45,15.6076,2.19912,0,0,0.891008,0.453988,300,100,1), - (11176,186450,1,-4125.91,-3536.05,34.0636,-1.6057,0,0,0.71934,-0.694658,900,100,1), - (11177,186463,1,-4912.94,-3867.57,47.492,0.575959,0,0,0.284015,0.95882,500,100,1), - (11178,186463,1,-4833.76,-3978.72,48.4184,-2.37365,0,0,0.927184,-0.374607,500,100,1), - (11179,186463,1,-4496.82,-3899.69,38.0422,-0.959931,0,0,0.461749,-0.887011,500,100,1), - (11180,186463,1,-4440.85,-3914.06,33.9324,-2.37365,0,0,0.927184,-0.374607,500,100,1), - (11181,186283,1,-3022.92,-4480.41,-18.7516,0.925024,0,0,0.446198,0.894934,180,100,1), - (41957,180799,0,-3755.98,-778.003,9.89892,-2.07694,0,0,0,0,180,100,1), - (41956,180798,0,-3756.7,-777.645,9.89885,-2.16421,0,0,0,0,180,100,1), - (41955,178435,0,-3756.75,-774.392,14.7831,2.63544,0,0,0,0,180,100,1), - (11187,186450,1,-3895.94,-3562.92,37.1615,-1.67552,0,0,0.743145,-0.669131,900,100,1), - (11188,186450,1,-4015.71,-3502.92,35.9685,-2.49582,0,0,0.948324,-0.317305,900,100,1), - (11189,186463,1,-4437.18,-3880.41,39.9371,-2.21657,0,0,0.894934,-0.446198,500,100,1), - (11190,186463,1,-4390.29,-3653.24,37.0826,2.47837,0,0,0.945519,0.325568,500,100,1), - (11191,186463,1,-4744.98,-3986.14,46.2468,0.087266,0,0,0.043619,0.999048,500,100,1), - (11192,186463,1,-4431.56,-3702.25,35.8274,-0.541052,0,0,0.267238,-0.96363,500,100,1), - (11193,186463,1,-4750.18,-3943.26,54.2928,-2.23402,0,0,0.898794,-0.438371,500,100,1), - (11194,186463,1,-4484.73,-3756.56,37.6049,-1.64061,0,0,0.731354,-0.681998,500,100,1), - (11195,48563,0,-6115.32,-3071.52,249.331,0.252624,-0.019844,0.046397,0.126483,0.990684,900,100,1), - (11196,48526,0,-6110.98,-2970.5,207.213,-2.98178,-0.006889,-0.033367,0.996206,-0.080085,900,100,1), - (11197,2061,0,-6110.98,-2970.5,207.213,-2.98178,-0.006889,-0.033367,0.996206,-0.080085,900,100,1), - (11198,48556,0,-6157.06,-2966.53,210.379,-0.030924,-0.021347,-0.013358,-0.015746,0.999559,900,100,1), - (11199,2061,0,-6157.06,-2966.53,210.379,-0.030924,-0.021347,-0.013358,-0.015746,0.999559,900,100,1), - (11200,48517,0,-6163.07,-3000.53,228.11,0.140993,-0.008834,-0.05095,0.069722,0.996225,900,100,1), - (11201,2061,0,-6163.07,-3000.53,228.11,0.140993,-0.008834,-0.05095,0.069722,0.996225,900,100,1), - (11202,48518,0,-6138.69,-3096.62,224.071,-1.01185,0.068697,-0.006201,-0.485005,0.871787,900,100,1), - (11203,172971,1,1569.01,-4200.2,45.2461,1.24791,0,0,0.58425,0.811574,900,100,1), - (11204,172973,1,1675.93,-4248.12,53.7104,0.663224,0,0,0.325568,0.945519,900,100,1), - (11205,1619,1,9922.07,1723.82,1341.35,1.8326,0,0,0.793355,0.60876,300,100,1), - (11206,173157,1,1594.85,-4106.7,32.9556,-1.16937,0,0,-0.551937,0.833886,900,100,1), - (11207,173223,1,1644.12,-4376.15,12.7789,-2.618,0,0,0.965926,-0.258819,900,100,1), - (11208,1618,1,10272.7,1584.34,1289.2,0.349066,0,0,0.173648,0.984808,300,100,1), - (11209,2061,1,1644.12,-4376.15,12.7789,-2.618,0,0,0.965926,-0.258819,900,100,1), - (11210,1618,1,10698.2,1725.67,1305.67,2.75762,0,0,0.981627,0.190809,300,100,1), - (11211,1619,1,10791.6,1707.89,1310.36,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (11212,1619,1,10826.1,1799,1344.52,2.72271,0,0,0.978147,0.207914,300,100,1), - (11213,1617,1,10978.3,1656.53,1277.51,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (11214,1619,1,10951.1,1516.4,1283.57,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (11215,1618,1,10833.4,1563.93,1282.5,0.488692,0,0,0.241922,0.970296,300,100,1), - (11216,1618,1,10587.8,1479.7,1318.19,2.54818,0,0,0.956305,0.292372,300,100,1), - (11217,1617,1,10509,1601.72,1296.17,1.79769,0,0,0.782608,0.622514,300,100,1), - (11218,1619,1,10428.4,1419.36,1343.4,2.23402,0,0,0.898794,0.438372,300,100,1), - (11219,1618,1,10371.8,1475.08,1328.36,-2.16421,0,0,-0.882948,0.469471,300,100,1), - (11220,1618,1,10276.6,1447.97,1339.29,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (11221,1619,1,10299,1367.87,1349.34,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (11223,173206,1,1596.16,-4385.23,9.79298,0.401425,0,0,0.199368,0.979925,900,100,1), - (11224,1620,1,10033.7,1481.76,1282.5,-0.959931,0,0,-0.461749,0.887011,300,100,1), - (11225,1617,1,9999.83,1540.52,1303.59,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (11226,2061,1,1596.16,-4385.23,9.79298,0.401425,0,0,0.199368,0.979925,900,100,1), - (11227,173145,1,1920.59,-4184.83,41.9869,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (11228,2061,1,1920.59,-4184.83,41.9869,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (11229,172974,1,1675.95,-4248.22,54.6432,0.575958,0,0,0.284015,0.95882,900,100,1), - (11230,173174,1,1780.97,-4365.1,-16.1336,-0.017453,0,0,-0.008727,0.999962,900,100,1), - (11231,172945,1,1736.65,-4476.9,32.0378,-1.71042,0,0,-0.754709,0.656059,900,100,1), - (11232,1617,1,9973.15,1399.07,1288.23,1.78024,0,0,0.777147,0.629319,300,100,1), - (11233,2061,1,1736.65,-4476.9,32.0378,-1.71042,0,0,-0.754709,0.656059,900,100,1), - (11234,173212,1,1665.07,-4325.22,61.1575,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (11235,1619,1,9915.77,1375.33,1314.65,0.226893,0,0,0.113203,0.993572,300,100,1), - (11236,2061,1,1665.07,-4325.22,61.1575,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (11237,1617,1,10054.5,1197.81,1333.75,3.05433,0,0,0.999048,0.0436174,300,100,1), - (11239,173225,1,1618.12,-4365.36,12.1947,2.67036,0,0,0.97237,0.233445,900,100,1), - (11240,2061,1,1618.12,-4365.36,12.1947,2.67036,0,0,0.97237,0.233445,900,100,1), - (11241,2061,0,-6138.69,-3096.62,224.071,-1.01185,0.068697,-0.006201,-0.485005,0.871787,900,100,1), - (11242,48565,0,-6096.76,-2942.02,207.999,0.207822,-0.026947,-0.044582,0.102283,0.99339,900,100,1), - (11243,48534,0,-6120.6,-2944.96,207.512,2.22551,0.002476,0.007373,0.89689,0.442185,900,100,1), - (11244,48541,0,-6135.29,-2980.94,208.809,0.557681,0.033142,0.04081,0.273611,0.960403,900,100,1), - (11245,48530,0,-6061.77,-3021.59,230.035,3.0202,0.053683,-0.089131,0.992419,0.065403,900,100,1), - (11246,48533,0,-6062.69,-3023,229.816,2.31383,0.109668,-0.056853,0.908156,0.399991,900,100,1), - (11247,48535,0,-6094.76,-2941.78,207.941,1.67879,0.0165,0.049692,0.742548,0.667743,900,100,1), - (11248,2061,0,-6094.76,-2941.78,207.941,1.67879,0.0165,0.049692,0.742548,0.667743,900,100,1), - (11249,48536,0,-6096.77,-2970.05,207.455,-0.624231,0.025389,-0.083959,-0.302447,0.949122,900,100,1), - (11250,48539,0,-6104.82,-2976.46,207.164,1.25671,0.011771,0.003262,0.58781,0.808907,900,100,1), - (11251,48540,0,-6109.06,-2969.27,207.254,-2.58206,-0.034862,0.00448,0.96065,-0.27553,900,100,1), - (11252,48544,0,-6181.35,-3069.48,219.698,0.369056,0.003662,-0.007016,0.183494,0.982989,900,100,1), - (11253,2061,0,-6181.35,-3069.48,219.698,0.369056,0.003662,-0.007016,0.183494,0.982989,900,100,1), - (11254,48525,0,-6120.55,-2942.51,207.648,-2.23918,-0.019256,-0.05502,0.897647,-0.436842,900,100,1), - (11255,48552,0,-6121.4,-2906.72,211.505,-0.39316,-0.029315,0.120517,-0.187992,0.974308,900,100,1), - (11256,2061,0,-6121.4,-2906.72,211.505,-0.39316,-0.029315,0.120517,-0.187992,0.974308,900,100,1), - (11257,48519,0,-6066.43,-3020.48,230.602,-1.25672,0.013646,0.096969,-0.581758,0.807446,900,100,1), - (11258,2061,0,-6066.43,-3020.48,230.602,-1.25672,0.013646,0.096969,-0.581758,0.807446,900,100,1), - (11259,48522,0,-6150.58,-3098.18,223.141,-0.911359,-0.001441,-0.005035,-0.440062,0.897952,900,100,1), - (11260,48520,0,-6163.81,-2968.93,210.224,1.81573,-0.049814,0.042084,0.786414,0.614248,900,100,1), - (11261,48523,0,-6155.69,-2964.04,210.426,-1.9301,0.011573,0.030885,-0.821339,0.569487,900,100,1), - (11262,48558,0,-6097.39,-3043.9,250.224,1.17458,-0.143122,-0.021872,0.554996,0.819156,900,100,1), - (11263,2061,0,-6097.39,-3043.9,250.224,1.17458,-0.143122,-0.021872,0.554996,0.819156,900,100,1), - (11264,48524,0,-6151.96,-3098.85,223.057,-1.25924,0.020426,-0.02365,-0.588375,0.807984,900,100,1), - (11265,48537,0,-6122.41,-2943.32,207.669,-2.09458,0.032685,0.067117,-0.862355,0.50077,900,100,1), - (11266,2061,0,-6122.41,-2943.32,207.669,-2.09458,0.032685,0.067117,-0.862355,0.50077,900,100,1), - (11267,48538,0,-6095.34,-2969.19,207.602,-1.44713,-0.027732,0.003328,-0.662077,0.748915,900,100,1), - (11268,48532,0,-6094.76,-2970.93,207.613,-1.36542,0.00278,0.05398,-0.628893,0.775611,900,100,1), - (11269,2061,0,-6094.76,-2970.93,207.613,-1.36542,0.00278,0.05398,-0.628893,0.775611,900,100,1), - (11270,48547,0,-6113.2,-2941.2,207.064,-0.164273,0.051458,-0.001526,-0.082074,0.995296,900,100,1), - (11271,2061,0,-6113.2,-2941.2,207.064,-0.164273,0.051458,-0.001526,-0.082074,0.995296,900,100,1), - (11272,48567,0,-6093.83,-3162.96,253.964,-0.826715,-0.101098,-0.004102,-0.403335,0.909441,900,100,1), - (11273,48545,0,-6114.2,-3019.08,220.964,2.16945,-0.005146,-0.066531,0.881441,0.467556,900,100,1), - (11274,48542,0,-6122.29,-2946.06,207.363,1.5531,0.020619,-0.025194,0.700384,0.713024,900,100,1), - (11275,48550,0,-6077.21,-3088.31,250.304,-0.243965,-0.045746,-0.061401,-0.123835,0.989344,900,100,1), - (11276,48571,0,-6193.5,-3052.35,213.35,1.64555,0.004407,-0.002831,0.733028,0.680178,900,100,1), - (11277,48569,0,-6195.01,-3051.69,213.396,-0.716034,0.004042,0.050301,-0.349341,0.935636,900,100,1), - (11278,48560,0,-6163.8,-2970.61,210.371,-0.321906,-0.040389,0.013465,-0.15983,0.986226,900,100,1), - (11279,48527,0,-6122.18,-2992.53,222.459,0.60284,-0.012777,-0.001658,0.296879,0.954828,900,100,1), - (11280,48562,0,-6102.53,-3101.9,252.138,-1.97618,-0.146813,-0.009757,-0.831024,0.536423,900,100,1), - (11281,48554,0,-6141.1,-3017.22,219.66,-1.60452,0.067048,0.002826,-0.718865,0.691903,900,100,1), - (11282,2061,0,-6141.1,-3017.22,219.66,-1.60452,0.067048,0.002826,-0.718865,0.691903,900,100,1), - (11283,48531,0,-6135.69,-2975.35,208.577,-1.53589,0.061893,0.024337,-0.694324,0.716583,900,100,1), - (11284,2061,0,-6135.69,-2975.35,208.577,-1.53589,0.061893,0.024337,-0.694324,0.716583,900,100,1), - (11285,48559,0,-6115.95,-3068.96,249.323,0.276267,-0.015021,0.063016,0.137802,0.988339,900,100,1), - (11286,2061,0,-6115.95,-3068.96,249.323,0.276267,-0.015021,0.063016,0.137802,0.988339,900,100,1), - (11287,48521,0,-6192.9,-3004.55,225.628,-2.14315,-0.478843,0.877517,-0.022386,-0.013136,900,100,1), - (11288,48543,0,-6200.37,-3039.95,220.81,-1.01721,0.030083,0.005398,-0.487132,0.872793,900,100,1), - (11289,2061,0,-6200.37,-3039.95,220.81,-1.01721,0.030083,0.005398,-0.487132,0.872793,900,100,1), - (11290,61059,0,-6389.4,-3105.56,301.105,-0.680678,0,0,-0.333807,0.942642,900,100,1), - (11291,61061,0,-6385.83,-3101.15,301.105,-0.680678,0,0,-0.333807,0.942642,900,100,1), - (11292,61071,0,-6366.81,-3083.19,300.28,0.890119,0,0,0.430512,0.902585,900,100,1), - (11293,61055,0,-6368.49,-3147.22,302.501,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11294,61057,0,-6404.01,-3123.6,302.497,-0.680678,0,0,-0.333807,0.942642,900,100,1), - (11295,61058,0,-6401.46,-3120.72,302.497,-1.37881,0,0,-0.636078,0.771625,900,100,1), - (11296,61044,0,-6332.83,-3074.15,301.118,2.54818,0,0,0.956305,0.292371,900,100,1), - (11297,61046,0,-6323.96,-3079.58,301.118,-2.33874,0,0,0.920505,-0.390732,900,100,1), - (11298,61047,0,-6322.91,-3080.43,301.118,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11299,61049,0,-6318.49,-3093.22,301.115,0.445061,0,0,0.220698,0.975342,900,100,1), - (11300,61064,0,-6362.17,-3161.54,302.497,1.41372,0,0,0.649448,0.760406,900,100,1), - (11301,61040,0,-6329.46,-3075.92,310.842,-2.2253,0,0,0.896873,-0.442288,900,100,1), - (11302,61042,0,-6333.76,-3072.38,310.824,-2.44346,0,0,0.939693,-0.34202,900,100,1), - (11303,61043,0,-6335.55,-3070.92,310.824,-2.16421,0,0,0.882947,-0.469472,900,100,1), - (11304,61088,0,-6363.66,-3092.82,293.151,2.54818,0,0,0.956305,0.292371,900,100,1), - (11305,61089,0,-6375.7,-3098.44,293.151,0.802851,0,0,0.390731,0.920505,900,100,1), - (11306,61090,0,-6343.48,-3124.43,293.151,0.104722,0,0,0.052337,0.998629,900,100,1), - (11307,61062,0,-6343.9,-3142.4,301.105,2.46092,0,0,0.942642,0.333807,900,100,1), - (11308,61073,0,-6329.64,-3113.57,300.28,0.802851,0,0,0.390731,0.920505,900,100,1), - (11309,61074,0,-6326.95,-3115.6,300.28,0.977384,0,0,0.469471,0.882948,900,100,1), - (11310,61077,0,-6367.49,-3113.48,283.886,-1.50971,0,0,-0.685183,0.728371,900,100,1), - (11311,61079,0,-6366.29,-3124.83,283.883,-2.7838,0,0,0.984041,-0.177944,900,100,1), - (11312,61085,0,-6365.78,-3103.48,293.056,-0.340338,0,0,-0.169349,0.985556,900,100,1), - (11313,61076,0,-6337.32,-3119.72,299.732,-1.02974,0,0,-0.492423,0.870356,900,100,1), - (11314,1618,1,9811.97,1193.61,1284.72,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (11315,173190,1,2164.83,-4783.25,54.9964,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11316,2061,1,2164.83,-4783.25,54.9964,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11317,172970,1,1568.39,-4200.61,46.2452,-3.11541,0,0,0.999914,-0.01309,900,100,1), - (11318,172951,1,1915.35,-4417.57,21.8341,1.0472,0,0,0.5,0.866025,900,100,1), - (11319,2061,1,1915.35,-4417.57,21.8341,1.0472,0,0,0.5,0.866025,900,100,1), - (11320,1618,1,9712.5,1217.52,1276.01,-0.034907,0,0,-0.0174526,0.999848,300,100,1), - (11321,61070,0,-6365.31,-3084.68,300.28,0.802851,0,0,0.390731,0.920505,900,100,1), - (11323,172968,1,1695.05,-4290.51,34.2448,1.48353,0,0,0.67559,0.737277,900,100,1), - (11324,173095,1,2051.63,-4838.97,24.3533,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11325,1617,1,9739.78,1308.27,1311.26,1.15192,0,0,0.54464,0.83867,300,100,1), - (11326,1619,1,9704.15,1320.09,1331.2,0.174533,0,0,0.0871558,0.996195,300,100,1), - (11328,173202,1,1585.99,-4449.31,5.97885,2.2602,0,0,0.904455,0.426569,900,100,1), - (11329,172946,1,1826.98,-4508.03,21.3766,-2.43473,0,0,0.938191,-0.346117,900,100,1), - (11330,2061,1,1826.98,-4508.03,21.3766,-2.43473,0,0,0.938191,-0.346117,900,100,1), - (11331,173045,1,1912.65,-4547.59,30.0967,1.35263,0,0,0.625923,0.779885,900,100,1), - (11332,2061,1,1912.65,-4547.59,30.0967,1.35263,0,0,0.625923,0.779885,900,100,1), - (11333,1618,1,9519.01,1287.27,1300.68,-1.53589,0,0,-0.694658,0.71934,300,100,1), - (11334,173055,1,1922.93,-4518.17,29.1152,-2.05949,0,0,-0.857167,0.515038,900,100,1), - (11335,1618,1,9252.98,1513.9,1293.71,1.90241,0,0,0.814116,0.580702,300,100,1), - (11336,2061,1,1922.93,-4518.17,29.1152,-2.05949,0,0,-0.857167,0.515038,900,100,1), - (11337,173109,1,1611.8,-4302.14,3.0115,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11338,1617,1,9166.69,1459.6,1321.01,0.244346,0,0,0.121869,0.992546,300,100,1), - (11339,172967,1,1732.3,-4357.58,34.2807,1.31772,0,0,0.612217,0.790689,900,100,1), - (11340,61075,0,-6335,-3121.31,299.732,-2.77507,0,0,0.983255,-0.182236,900,100,1), - (11341,61068,0,-6364.08,-3085.54,300.28,0.890119,0,0,0.430512,0.902585,900,100,1), - (11342,61086,0,-6367,-3105.5,293.056,0.270526,0,0,0.134851,0.990866,900,100,1), - (11343,61035,0,-6370.07,-3130.66,283.878,-0.113446,0,0,-0.056693,0.998392,900,100,1), - (11344,61038,0,-6374.04,-3132.45,284.221,2.89725,0,0,0.992546,0.121869,900,100,1), - (11345,2061,0,-6374.04,-3132.45,284.221,2.89725,0,0,0.992546,0.121869,900,100,1), - (11346,61097,0,-6360.13,-3111.57,301.121,2.98451,0,0,0.996917,0.078459,900,100,1), - (11347,61098,0,-6342.42,-3099.76,301.121,-1.72788,0,0,-0.760406,0.649448,900,100,1), - (11348,61100,0,-6335.46,-3110.7,310.844,0.977384,0,0,0.469471,0.882948,900,100,1), - (11349,61102,0,-6342.51,-3119.29,310.844,2.63545,0,0,0.968148,0.25038,900,100,1), - (11350,61095,0,-6358.43,-3108.45,301.121,2.63545,0,0,0.968148,0.25038,900,100,1), - (11351,61039,0,-6373.89,-3133.48,284.221,-0.767944,0,0,-0.374606,0.927184,900,100,1), - (11352,2061,0,-6373.89,-3133.48,284.221,-0.767944,0,0,-0.374606,0.927184,900,100,1), - (11353,61092,0,-6317.41,-3094.78,301.115,0.968657,0,0,0.465614,0.884988,900,100,1), - (11354,61036,0,-6372.34,-3128.85,283.879,-1.46608,0,0,-0.66913,0.743145,900,100,1), - (11355,61072,0,-6331.14,-3112.08,300.28,0.890119,0,0,0.430512,0.902585,900,100,1), - (11356,61066,0,-6321.85,-3082.02,310.824,-2.26893,0,0,0.906307,-0.422619,900,100,1), - (11357,61087,0,-6349.36,-3066.68,310.838,-0.593413,0,0,-0.292372,0.956305,900,100,1), - (11358,61096,0,-6366.56,-3096.68,310.844,-1.02974,0,0,-0.492423,0.870356,900,100,1), - (11359,61052,0,-6315.09,-3090.63,310.838,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11360,61060,0,-6314.75,-3094.71,310.838,2.37365,0,0,0.927184,0.374606,900,100,1), - (11361,61069,0,-6346.73,-3065.01,310.838,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11362,61050,0,-6348.36,-3065.27,310.838,-0.680678,0,0,-0.333807,0.942642,900,100,1), - (11363,61037,0,-6372.92,-3132.49,284.221,-0.244345,0,0,-0.121869,0.992546,900,100,1), - (11364,2061,0,-6372.92,-3132.49,284.221,-0.244345,0,0,-0.121869,0.992546,900,100,1), - (11365,61081,0,-6369.57,-3123.84,283.883,-0.863939,0,0,-0.41866,0.908143,900,100,1), - (11366,61082,0,-6370.44,-3125.02,283.883,-0.514872,0,0,-0.254602,0.967046,900,100,1), - (11367,61048,0,-6313.63,-3093.4,310.838,2.46092,0,0,0.942642,0.333807,900,100,1), - (11368,61053,0,-6388.35,-3131.14,302.501,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11369,61078,0,-6375.82,-3121.46,283.883,-0.427605,0,0,-0.212178,0.977231,900,100,1), - (11370,61051,0,-6339.11,-3122.19,293.058,-1.29154,0,0,-0.601815,0.798635,900,100,1), - (11371,61094,0,-6342.14,-3125.62,293.151,0.715586,0,0,0.350208,0.936672,900,100,1), - (11372,61045,0,-6332.73,-3072.48,301.118,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11373,61099,0,-6367.72,-3097.64,310.844,-0.767944,0,0,-0.374606,0.927184,900,100,1), - (11374,61067,0,-6362.63,-3086.71,300.28,0.977384,0,0,0.469471,0.882948,900,100,1), - (11375,61083,0,-6365.96,-3126.65,283.883,2.97579,0,0,0.996566,0.082808,900,100,1), - (11376,61065,0,-6323.7,-3080.52,310.824,-2.16421,0,0,0.882947,-0.469472,900,100,1), - (11377,61041,0,-6313.79,-3091.73,310.838,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11378,61080,0,-6367.59,-3123.73,283.883,-1.91113,0,0,-0.816641,0.577145,900,100,1), - (11379,61093,0,-6337.15,-3114.99,293.151,-0.506145,0,0,-0.25038,0.968148,900,100,1), - (11380,61063,0,-6356.72,-3158.24,302.497,2.46092,0,0,0.942642,0.333807,900,100,1), - (11381,61054,0,-6389.54,-3130.18,302.501,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11382,61084,0,-6366.95,-3127.99,283.883,2.27765,0,0,0.908143,0.41866,900,100,1), - (11383,61091,0,-6345.43,-3066.11,310.838,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (11384,61101,0,-6343.59,-3116.38,310.844,-1.81514,0,0,-0.78801,0.615662,900,100,1), - (11385,61056,0,-6404.97,-3124.78,302.497,-0.680678,0,0,-0.333807,0.942642,900,100,1), - (11386,3960,0,-6648.95,-2153.67,245.475,-0.610864,0,0,-0.300705,0.953717,900,100,1), - (11387,2061,0,-6648.95,-2153.67,245.475,-0.610864,0,0,-0.300705,0.953717,900,100,1), - (11388,144180,0,-6554.55,-3489.85,292.766,-0.34034,0,0,-0.16935,0.985556,900,100,1), - (11389,144181,0,-6553.37,-3503.3,293.974,3.08923,0,0,0.999657,0.026176,900,100,1), - (11390,103001,0,-6613.77,-3719.65,268.906,2.3004,0.409005,0.91095,-0.047927,0.02423,900,100,1), - (11391,102990,0,-6634.99,-3764.36,265.624,0.541746,0.021413,-0.060032,0.267309,0.961501,900,100,1), - (11392,2061,0,-6634.99,-3764.36,265.624,0.541746,0.021413,-0.060032,0.267309,0.961501,900,100,1), - (11393,103004,0,-6638.4,-3722.88,267.545,0.215608,0.991288,0.104029,-0.05875,-0.055442,900,100,1), - (11394,102991,0,-6586.03,-3828.14,264.478,-1.86937,-0.068201,0.01922,-0.803836,0.590615,900,100,1), - (11395,103003,0,-6586.58,-3830.09,264.449,-1.20783,0.011002,0.083155,-0.563512,0.821838,900,100,1), - (11396,2061,0,-6586.58,-3830.09,264.449,-1.20783,0.011002,0.083155,-0.563512,0.821838,900,100,1), - (11397,102992,0,-6584.17,-3829.73,264.537,3.10547,-0.103017,-0.016747,0.994409,0.016043,900,100,1), - (11398,102993,0,-6617.82,-3822.16,270.845,-2.55075,0.043705,-0.029868,0.955735,-0.289427,900,100,1), - (11399,2061,0,-6617.82,-3822.16,270.845,-2.55075,0.043705,-0.029868,0.955735,-0.289427,900,100,1), - (11400,102994,0,-6584.39,-3831.73,264.259,2.51836,-0.029849,-0.04555,0.95066,0.305418,900,100,1), - (11401,102998,0,-6590,-3806.91,268.285,-1.30824,0.028009,-0.002922,-0.608501,0.793053,900,100,1), - (11402,102999,0,-6613.02,-3759.54,265.712,0.137746,0.988544,0.058706,0.092733,0.10361,900,100,1), - (11403,103000,0,-6612.58,-3761.45,266.028,0.037998,0.989215,0.008309,0.116963,0.087771,900,100,1), - (11404,102989,0,-6638.03,-3724.21,267.359,-0.034903,0.998086,-0.018511,-0.055322,-0.02053,900,100,1), - (11405,102996,0,-6635.02,-3767.29,265.417,-2.72833,-0.204145,0.975979,0.009983,0.075429,900,100,1), - (11406,102988,0,-6615.48,-3826.98,270.819,1.24885,-0.048393,0.033215,0.584513,0.809258,900,100,1), - (11407,102995,0,-6592.2,-3810.22,268.285,0.410834,0.022102,0.017452,0.203584,0.978652,900,100,1), - (11408,103002,0,-6635.12,-3726.27,266.773,3.00102,0.07275,0.99417,0.044604,-0.065901,900,100,1), - (11409,102997,0,-6591.58,-3807.5,268.285,-1.16889,0.026937,-0.008212,-0.551698,0.833568,900,100,1), - (11410,2743,0,-6286.67,-2942.77,222.23,0.349066,0,0,0.173648,0.984808,300,100,1), - (11411,2743,0,-6256.07,-2949.11,222.229,1.62316,0,0,0.725374,0.688355,300,100,1), - (11412,2743,0,-6215.84,-3069.03,220.102,0.925024,0,0,0.446198,0.894934,300,100,1), - (11413,124389,0,-6279.4,-2963.6,223.618,0.331613,0,0,0.165048,0.986286,300,100,1), - (11414,175379,329,3851.7,-3522.96,144.213,-1.09083,0,0,-0.518773,0.854912,180,100,1), - (11415,175380,329,3853.47,-3722.94,148.094,1.35263,0,0,0.625923,0.779885,180,100,1), - (11416,175381,329,4038.13,-3649.91,135.658,2.44346,0,0,0.939693,0.34202,180,100,1), - (11417,176424,329,3929.59,-3384.95,119.008,-1.46608,0,0,-0.66913,0.743145,180,100,1), - (11418,124388,0,-6198.54,-2929.79,214.336,0.802851,0,0,0.390731,0.920505,300,100,1), - (11420,181627,0,-6335.34,-3115.09,299.723,0.907571,0,0,0.438371,0.898794,2,100,1), - (11421,1623,0,-6437.25,-3771.69,296.403,-2.02458,0,0,-0.848048,0.52992,300,100,1), - (11422,2743,0,-6196.7,-2927.13,214.346,0.10472,0,0,0.052336,0.99863,300,100,1), - (11423,2743,0,-6246.71,-2928.07,222.229,-2.42601,0,0,0.936672,-0.350207,300,100,1), - (11424,2743,0,-6154.16,-2880.76,211.567,-1.8675,0,0,0.803857,-0.594823,300,100,1), - (11425,2743,0,-6118.4,-2904.83,211.556,0.715585,0,0,0.350207,0.936672,300,100,1), - (11426,3706,0,-6620.87,-2736.17,244.859,2.56563,0,0,0.95882,0.284015,7200,100,1), - (11427,128293,0,-6118.81,-2911.51,210.97,-2.37365,0,0,0.927184,-0.374607,300,100,1), - (11428,2743,0,-6195.83,-3063.5,215.167,1.69297,0,0,0.748956,0.66262,300,100,1), - (11429,2743,0,-6161.03,-2962.88,210.048,0.680678,0,0,0.333807,0.942641,300,100,1), - (11430,3706,0,-6335.1,-3072.2,310.834,1.0821,0,0,0.515038,0.857167,7200,100,1), - (11431,1624,0,-6486.63,-4085.44,263.889,2.68781,0,0,0.97437,0.22495,300,100,1), - (11432,2743,0,-6082.54,-2971.77,209.072,0.139626,0,0,0.069756,0.997564,300,100,1), - (11433,2743,0,-6155.14,-3098.85,223.09,1.91986,0,0,0.819152,0.573576,300,100,1), - (11434,126049,0,-6171.99,-3029.98,222.44,1.18682,0,0,0.559193,0.829038,300,100,1), - (11435,128196,0,-6171.99,-3029.98,222.44,1.18682,0,0,0.559193,0.829038,900,100,1), - (11436,126049,0,-6294.55,-2925.82,232.211,-0.872665,0,0,0.422618,-0.906308,300,100,1), - (11437,128196,0,-6294.55,-2925.82,232.211,-0.872665,0,0,0.422618,-0.906308,900,100,1), - (11438,2866,0,-7244.48,-2173.67,294.868,1.93731,0,0,0.824125,0.566409,300,100,1), - (11439,3707,0,-6453.15,-3382.33,241.694,-0.349066,0,0,0.173648,-0.984808,7200,100,1), - (11440,2857,0,-6468.93,-3400.45,241.489,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11441,3706,0,-6364.81,-3079.97,300.279,-0.558505,0,0,0.275637,-0.961262,7200,100,1), - (11443,2043,0,-7165.28,-2266.1,272.069,0.907571,0,0,0.438371,0.898794,300,100,1), - (11444,2046,0,-7023.45,-3151.83,260.034,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (11445,2866,0,-7050.65,-3020.64,241.244,2.86234,0,0,0.990268,0.139173,300,100,1), - (11446,2043,0,-6958.33,-3585.02,241.667,2.94961,0,0,0.995396,0.095844,300,100,1), - (11447,1623,0,-7317.87,-3132.37,323.213,0.471239,0,0,0.233445,0.97237,300,100,1), - (11448,3706,0,-6909.22,-2463.66,245.296,-0.593412,0,0,0.292372,-0.956305,7200,100,1), - (11449,2866,0,-6848.68,-4146.1,266.608,2.86234,0,0,0.990268,0.139173,300,100,1), - (11450,2046,0,-7136.1,-2450.06,252.14,0.244346,0,0,0.121869,0.992546,300,100,1), - (11451,1623,0,-7264.99,-2188.65,293.052,2.6529,0,0,0.970296,0.241922,300,100,1), - (11452,2043,0,-6803.64,-2467.96,255.746,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (11453,180248,0,-12382.8,332.3,0,2.18166,0,0,0.887011,0.461749,180,100,1), - (11454,179490,0,-6382.77,-3168.55,301.079,-2.23402,0,0,0.898794,-0.438371,7200,100,1), - (11455,2743,0,-6120.48,-3023.79,220.767,1.81514,0,0,0.788011,0.615662,300,100,1), - (11456,2743,0,-6090.06,-3089.71,244.347,1.39626,0,0,0.642788,0.766044,300,100,1), - (11457,128293,0,-6064.14,-3091.2,250.611,-2.21657,0,0,0.894934,-0.446198,300,100,1), - (11458,126049,0,-6096.92,-2979.69,207.402,1.44862,0,0,0.66262,0.748956,300,100,1), - (11459,128196,0,-6096.92,-2979.69,207.402,1.44862,0,0,0.66262,0.748956,900,100,1), - (11460,128293,0,-6138.42,-3099.2,223.775,2.98451,0,0,0.996917,0.078459,300,100,1), - (11461,126049,0,-6142.52,-3013.78,220.446,0,0,0,0,1,300,100,1), - (11462,128196,0,-6142.52,-3013.78,220.446,0,0,0,0,1,900,100,1), - (11463,1624,0,-7046,-3581.79,241.981,2.54818,0,0,0.956305,0.292372,300,100,1), - (11465,2866,0,-6713.47,-3580.06,242.403,1.91986,0,0,0.819151,0.573577,300,100,1), - (11466,2042,0,-6947.86,-3479.87,242.477,0.418879,0,0,0.207912,0.978148,300,100,1), - (11467,2046,0,-6562.81,-3381.49,277.232,2.02458,0,0,0.848048,0.52992,300,100,1), - (11468,1623,0,-6519.87,-2397.08,294.743,2.94961,0,0,0.995396,0.095844,300,100,1), - (11469,1624,0,-7049.94,-3044.68,241.517,-0.680679,0,0,-0.333807,0.942641,300,100,1), - (11470,179490,0,-6353.9,-3086.6,310.836,2.46091,0,0,0.942641,0.333807,7200,100,1), - (11471,179490,0,-6386.62,-3110.13,310.836,0.383972,0,0,0.190809,0.981627,7200,100,1), - (11472,179490,0,-6375.26,-3106.56,310.834,2.3911,0,0,0.930418,0.366501,7200,100,1), - (11474,179490,0,-6323.38,-3108.49,310.836,2.51327,0,0,0.951057,0.309017,7200,100,1), - (11475,179490,0,-6403.75,-3127.55,302.5,0.890118,0,0,0.430511,0.902585,7200,100,1), - (11476,3707,0,-7003.62,-3349.16,241.669,0.174533,0,0,0.087156,0.996195,7200,100,1), - (11477,142140,0,-6068.04,-3239.81,259.059,-1.95477,0,0,-0.829038,0.559192,300,100,1), - (11479,4149,0,-7438.18,-2317.32,237.041,-0.680679,0,0,0.333807,-0.942641,7200,100,1), - (11480,180248,0,-12571.5,78.6718,0,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (11484,1624,0,-6651.19,-2919.27,241.667,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (11487,2866,0,-6716.53,-2585.74,241.754,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (11489,1624,0,-6816.62,-3016.05,241.667,-1.90241,0,0,-0.814116,0.580702,300,100,1), - (11493,2743,0,-6054.63,-3143.96,253.707,-1.3439,0,0,0.622515,-0.782608,300,100,1), - (11496,179492,0,-6355.08,-3092.07,293.056,-1.48353,0,0,0.67559,-0.737277,7200,100,1), - (11497,179492,0,-6344.03,-3100.83,293.056,-2.28638,0,0,0.909961,-0.414693,7200,100,1), - (11498,179492,0,-6365.05,-3094.3,293.056,2.47837,0,0,0.945519,0.325568,7200,100,1), - (11499,179492,0,-6360.69,-3131.61,283.889,1.67552,0,0,0.743145,0.669131,7200,100,1), - (11500,2867,0,-6278.5,-3743.92,243.805,-3.01942,0,0,0.998135,-0.061048,2,100,1), - (11501,2857,0,-6357.33,-3091.66,301.111,-0.645772,0,0,0.317305,-0.948324,7200,100,1), - (11503,2857,0,-7132.2,-2424.15,240.79,-2.51327,0,0,0.951057,-0.309017,7200,100,1), - (11518,126049,0,-6061.82,-3019.5,230.494,-1.6057,0,0,0.71934,-0.694658,300,100,1), - (11519,128196,0,-6061.82,-3019.5,230.494,-1.6057,0,0,0.71934,-0.694658,900,100,1), - (11520,1916,0,-5869.99,-2879.2,366.605,-1.63188,0.018878,0.01177,-0.728256,0.684944,7200,100,1), - (11521,2061,0,-5869.99,-2879.2,366.605,-1.63188,0.018878,0.01177,-0.728256,0.684944,7200,100,1), - (11522,1914,0,-5534.63,-2729.63,367.293,-1.95477,0,0,-0.829038,0.559193,7200,100,1), - (11523,2061,0,-5534.63,-2729.63,367.293,-1.95477,0,0,-0.829038,0.559193,7200,100,1), - (11524,304,0,-4898.03,-2722.11,329.891,-2.56563,0,0,0.95882,-0.284015,7200,100,1), - (11525,257,0,-4730.98,-3539.81,302.685,3.14159,-0.138644,0.086308,0.9865,0.01213,2,100,1), - (11526,306,0,-5795.8,-2629.07,319.944,-2.46091,0,0,0.942641,-0.333807,7200,100,1), - (11527,307,0,-5797.04,-2627.59,319.921,0.680678,0,0,0.333807,0.942641,7200,100,1), - (11528,308,0,-5795.63,-2627.75,319.933,-0.890118,0,0,-0.430511,0.902585,7200,100,1), - (11529,1908,0,-4789.69,-3026.56,301.496,1.78072,0.048073,0.073213,0.773832,0.627306,7200,100,1), - (11530,2061,0,-4789.69,-3026.56,301.496,1.78072,0.048073,0.073213,0.773832,0.627306,7200,100,1), - (11531,1909,0,-4942.91,-3016.25,328.289,2.94961,0.077261,-0.016179,0.992224,0.096228,7200,100,1), - (11532,2061,0,-4942.91,-3016.25,328.289,2.94961,0.077261,-0.016179,0.992224,0.096228,7200,100,1), - (11533,1912,0,-4977.35,-3497.51,305.183,-2.44346,-0.022342,-0.04061,0.938318,-0.342654,7200,100,1), - (11534,2061,0,-4977.35,-3497.51,305.183,-2.44346,-0.022342,-0.04061,0.938318,-0.342654,7200,100,1), - (11535,1915,0,-5707.29,-3785.8,322.835,3.04572,-0.008926,-0.00394,0.998805,0.04788,7200,100,1), - (11536,2061,0,-5707.29,-3785.8,322.835,3.04572,-0.008926,-0.00394,0.998805,0.04788,7200,100,1), - (11537,256,0,-5343.25,-3022.68,324.188,0.506147,0.008449,0.002185,0.250371,0.968111,7200,100,1), - (11538,298,0,-5409.05,-2879.46,342.589,3.14159,0,0,1,0,7200,100,1), - (11539,299,0,-5409.98,-2878.57,342.565,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11540,301,0,-5408.02,-2878.55,342.552,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11541,1917,0,-6027.57,-2806.85,386.783,-3.14159,-0.021802,0.034891,0.999153,0.000761,7200,100,1), - (11542,2061,0,-6027.57,-2806.85,386.783,-3.14159,-0.021802,0.034891,0.999153,0.000761,7200,100,1), - (11543,32884,0,-6028.05,-2991.77,401.631,1.52013,0,0,0.688967,0.724793,7200,100,1), - (11544,2066,0,-6028.05,-2991.77,401.631,1.52013,0,0,0.688967,0.724793,7200,100,1), - (11545,32885,0,-5971.39,-2972.43,387.368,-1.15215,0,0,-0.544737,0.838607,7200,100,1), - (11546,173148,1,1926.6,-4134.1,40.8491,2.16421,0,0,0.882947,0.469472,900,100,1), - (11547,2061,1,1926.6,-4134.1,40.8491,2.16421,0,0,0.882947,0.469472,900,100,1), - (11548,173031,1,1815.54,-4556.47,22.8548,-1.76278,0,0,-0.771625,0.636078,900,100,1), - (11549,2061,1,1815.54,-4556.47,22.8548,-1.76278,0,0,-0.771625,0.636078,900,100,1), - (11551,173032,1,1796.53,-4575.21,22.8548,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11552,2061,1,1796.53,-4575.21,22.8548,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11553,173034,1,1865.54,-4559.36,24.8669,3.07178,0,0,0.999391,0.034899,900,100,1), - (11554,2061,1,1865.54,-4559.36,24.8669,3.07178,0,0,0.999391,0.034899,900,100,1), - (11555,173035,1,1844.26,-4568.07,24.8042,-2.34747,0,0,0.922201,-0.386711,900,100,1), - (11556,2061,1,1844.26,-4568.07,24.8042,-2.34747,0,0,0.922201,-0.386711,900,100,1), - (11557,173038,1,1920.52,-4570.01,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (11558,2061,1,1920.52,-4570.01,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (11559,1619,1,9327.23,1255.29,1257.6,-0.680679,0,0,-0.333807,0.942641,300,100,1), - (11561,1618,1,9325.94,1137.31,1253.57,0.15708,0,0,0.0784593,0.996917,300,100,1), - (11562,173089,1,1911.25,-4791.89,36.3755,-3.0456,0,0,0.998848,-0.047978,900,100,1), - (11563,2061,1,1911.25,-4791.89,36.3755,-3.0456,0,0,0.998848,-0.047978,900,100,1), - (11565,1619,1,9353.01,1180.59,1256.82,1.18682,0,0,0.559191,0.829039,300,100,1), - (11566,173050,1,1968.63,-4463.09,25.7394,-1.61443,0,0,-0.722364,0.691513,900,100,1), - (11567,2061,1,1968.63,-4463.09,25.7394,-1.61443,0,0,-0.722364,0.691513,900,100,1), - (11568,173073,1,2065.84,-4804.09,21.7027,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (11569,2061,1,2065.84,-4804.09,21.7027,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (11570,1617,1,9352.4,1300.2,1255.41,0.541052,0,0,0.267238,0.96363,300,100,1), - (11571,173173,1,1831.88,-4339.11,-15.613,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11572,172992,1,1917.91,-4659.26,33.4919,1.78024,0,0,0.777146,0.629321,900,100,1), - (11573,1617,1,9482.81,1166.18,1254.85,0.279253,0,0,0.139173,0.990268,300,100,1), - (11574,173172,1,1827.71,-4324.88,-15.5923,-1.95477,0,0,-0.829037,0.559193,900,100,1), - (11575,2061,1,1827.71,-4324.88,-15.5923,-1.95477,0,0,-0.829037,0.559193,900,100,1), - (11576,173039,1,1920.58,-4591.22,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (11577,2061,1,1920.58,-4591.22,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (11578,173040,1,1901.62,-4593.54,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (11579,2061,1,1901.62,-4593.54,33.9444,2.95833,0,0,0.995805,0.091502,900,100,1), - (11580,173081,1,2012.51,-4709.56,25.5909,2.99324,0,0,0.99725,0.074108,900,100,1), - (11581,173022,1,1927.56,-4421.84,22.5502,0.05236,0,0,0.026177,0.999657,900,100,1), - (11582,173030,1,1791.09,-4557.93,22.8548,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11583,2061,1,1791.09,-4557.93,22.8548,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11584,175658,1,1949.12,-4314.66,23.3492,-2.117,0.517355,0.2091,0.745466,-0.364557,900,100,1), - (11585,173054,1,1933.28,-4510.89,29.1152,-2.71399,0,0,0.977231,-0.212178,900,100,1), - (11586,1618,1,9671.11,1024.1,1285.07,4.71239,0,0,0.707106,-0.707107,300,100,1), - (11587,2061,1,1933.28,-4510.89,29.1152,-2.71399,0,0,0.977231,-0.212178,900,100,1), - (11588,173093,1,2030.85,-4740.4,29.2246,3.14159,0,0,1,0,900,100,1), - (11589,2061,1,2030.85,-4740.4,29.2246,3.14159,0,0,1,0,900,100,1), - (11590,176519,1,1647.26,-4201.95,56.2608,1.78896,0,0,0.779884,0.625924,900,100,1), - (11591,173077,1,1917.28,-4759.56,34.2189,-2.32129,0,0,0.91706,-0.398749,900,100,1), - (11592,2061,1,1917.28,-4759.56,34.2189,-2.32129,0,0,0.91706,-0.398749,900,100,1), - (11593,172969,1,1675.1,-4248.63,54.8454,-2.74017,0,0,0.979925,-0.199368,900,100,1), - (11594,172991,1,1885.63,-4484.75,23.0593,-3.00197,0,0,0.997564,-0.069757,900,100,1), - (11595,177024,1,1555.5,-4355.75,0.491264,1.30027,0,0,0.605294,0.796002,900,100,1), - (11596,2061,1,1555.5,-4355.75,0.491264,1.30027,0,0,0.605294,0.796002,900,100,1), - (11597,172981,1,1918.19,-4295.18,29.9851,-1.13446,0,0,-0.5373,0.843391,900,100,1), - (11598,173064,1,2048.72,-4812.21,22.4314,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11599,176516,1,1656.17,-4199.24,56.2608,1.56207,0,0,0.704015,0.710186,900,100,1), - (11600,173044,1,1837.78,-4552.43,22.9879,1.95477,0,0,0.829037,0.559193,900,100,1), - (11601,173083,1,2069.84,-4823.96,23.3434,1.27409,0,0,0.594823,0.803856,900,100,1), - (11602,173111,1,1615.66,-4314,3.19688,-1.36136,0,0,-0.62932,0.777146,900,100,1), - (11603,2061,1,1615.66,-4314,3.19688,-1.36136,0,0,-0.62932,0.777146,900,100,1), - (11604,173049,1,1956.85,-4468.36,42.8912,-1.61443,0,0,-0.722364,0.691513,900,100,1), - (11605,2061,1,1956.85,-4468.36,42.8912,-1.61443,0,0,-0.722364,0.691513,900,100,1), - (11606,173015,1,1782.19,-4497.99,44.8625,-2.54429,-0.051976,0.005095,0.954716,-0.292899,900,100,1), - (11607,173141,1,1940.42,-4226.31,42.1457,2.2253,0,0,0.896873,0.442289,900,100,1), - (11608,2061,1,1940.42,-4226.31,42.1457,2.2253,0,0,0.896873,0.442289,900,100,1), - (11609,173029,1,1778.94,-4495.76,27.588,-2.19039,0,0,0.889017,-0.457874,900,100,1), - (11610,2061,1,1778.94,-4495.76,27.588,-2.19039,0,0,0.889017,-0.457874,900,100,1), - (11611,173211,1,1657.96,-4309.97,2.41954,0.951205,0,0,0.457874,0.889017,900,100,1), - (11612,1618,1,9435.71,883.288,1257.54,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (11613,2061,1,1657.96,-4309.97,2.41954,0.951205,0,0,0.457874,0.889017,900,100,1), - (11614,173171,1,1779.92,-4369.31,-16.3426,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11615,2061,1,1779.92,-4369.31,-16.3426,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11616,177022,1,1654.93,-4315.18,2.07859,2.34747,0,0,0.922201,0.386711,900,100,1), - (11617,2061,1,1654.93,-4315.18,2.07859,2.34747,0,0,0.922201,0.386711,900,100,1), - (11618,177011,1,2085.81,-4769.67,23.2689,2.73918,0,0,0.979826,0.199852,900,100,1), - (11619,2061,1,2085.81,-4769.67,23.2689,2.73918,0,0,0.979826,0.199852,900,100,1), - (11620,1618,1,9388.56,961.886,1281.65,-0.226893,0,0,-0.113203,0.993572,300,100,1), - (11621,1617,1,9314.82,943.729,1302.86,-3.12414,0,0,-0.999962,0.0087262,300,100,1), - (11622,1617,1,9368.13,1000.95,1284.53,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (11623,1617,1,9365.51,1035.82,1282.32,-1.58825,0,0,-0.713251,0.700909,300,100,1), - (11624,173196,1,2184.29,-4720.51,56.6635,-2.618,0,0,0.965926,-0.258819,900,100,1), - (11625,2061,1,2184.29,-4720.51,56.6635,-2.618,0,0,0.965926,-0.258819,900,100,1), - (11626,1617,1,9212.6,870.443,1328.31,1.16937,0,0,0.551937,0.833886,300,100,1), - (11627,177002,1,1757.13,-4208.73,41.2056,0.56642,-0.01642,0.036109,0.279433,0.959345,900,100,1), - (11628,1619,1,9308.93,820.348,1310.4,0.872665,0,0,0.422618,0.906308,300,100,1), - (11629,2061,1,1757.13,-4208.73,41.2056,0.56642,-0.01642,0.036109,0.279433,0.959345,900,100,1), - (11630,177003,1,1956.27,-4338.9,21.9815,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (11631,2061,1,1956.27,-4338.9,21.9815,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (11632,172976,1,1767.18,-4222.86,44.4628,-0.445059,0,0,-0.220697,0.975342,900,100,1), - (11633,173051,1,1956.14,-4470.62,25.7394,-1.61443,0,0,-0.722364,0.691513,900,100,1), - (11634,2061,1,1956.14,-4470.62,25.7394,-1.61443,0,0,-0.722364,0.691513,900,100,1), - (11635,1620,1,9490.35,652.117,1268.94,2.77507,0,0,0.983255,0.182237,300,100,1), - (11636,2066,0,-5971.39,-2972.43,387.368,-1.15215,0,0,-0.544737,0.838607,7200,100,1), - (11637,18342,0,-4840.23,-4040.98,315.271,1.68216,0.019511,-0.017451,0.745107,0.666431,7200,100,1), - (11638,18343,0,-4866.01,-4041.11,314.985,3.14159,0,0.052336,0.99863,0,7200,100,1), - (11639,2043,0,-14765.2,-405.041,6.56563,-1.90241,0,0,-0.814116,0.580702,300,100,1), - (11640,2042,0,-13306.8,-363.942,12.7775,1.44862,0,0,0.662619,0.748957,300,100,1), - (11641,2045,0,-14344.1,-58.0907,-21.9027,-1.53589,0,0,-0.694658,0.71934,300,100,1), - (11642,2045,0,-14396.7,14.4545,-9.31337,2.09439,0,0,0.866024,0.500002,300,100,1), - (11643,2041,0,-14242.5,-8.0013,12.1939,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (11644,1624,0,-14566.9,-383.13,6.86567,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (11645,180900,0,-14597.8,143.019,0,1.46608,0,0,0.669132,0.743144,3600,100,1), - (11646,2045,0,-11732.6,1332.68,-9.04218,0.698132,0,0,0.34202,0.939693,300,100,1), - (11647,2041,0,-13549,433.35,76.8176,1.65806,0,0,0.737276,0.675591,300,100,1), - (11648,1623,0,-11545.9,-934.642,93.8509,1.25664,0,0,0.587786,0.809016,300,100,1), - (11649,1624,0,-11692.4,-818.605,35.9212,1.78024,0,0,0.777147,0.629319,300,100,1), - (11650,180902,0,-14678.3,553.845,0,2.54818,0,0,0.956305,0.292372,3600,100,1), - (11651,4149,0,-14919.2,89.7708,0.199598,0.034907,0,0,0.017452,0.999848,900,100,1), - (11652,2554,0,-14928.2,74.125,7.52184,2.25148,0,0,0.902585,0.430511,900,100,1), - (11653,1623,0,-13897,-53.9225,37.2028,-2.54818,0,0,-0.956305,0.292372,300,100,1), - (11654,1623,0,-11590.7,522.34,73.487,1.91986,0,0,0.819151,0.573577,300,100,1), - (11658,2041,0,-11516.4,712.065,61.4073,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (11659,2045,0,-13870.9,-231.994,-5.23943,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (11660,2045,0,-13595.2,601.005,-25.8844,0.575959,0,0,0.284016,0.95882,300,100,1), - (11661,180683,0,-12560.9,47.653,0,2.75762,0,0,0.981627,0.190809,3600,100,1), - (11662,180683,0,-11844.9,908.972,0,-1.65806,0,0,-0.737276,0.675591,3600,100,1), - (11663,180683,0,-11833.4,1198.48,0,2.49582,0,0,0.948324,0.317305,3600,100,1), - (11664,3707,0,-13657.1,539.281,-0.583414,0.174533,0,0,0.087156,0.996195,900,100,1), - (11666,2560,0,-14473.4,64.7226,-0.967944,-0.698132,0,0,0.34202,-0.939693,900,100,1), - (11667,2046,0,-13100.4,-612.79,88.3503,2.09439,0,0,0.866024,0.500002,300,100,1), - (11668,180684,0,-11925.3,-322.532,10.085,-2.89725,0,0,-0.992546,0.121868,3600,100,1), - (11669,142140,0,-11688.4,529.068,50.7798,1.01229,0,0,0.484809,0.87462,300,100,1), - (11670,2042,0,-11804.2,493.54,43.9985,3.07178,0,0,0.999391,0.0348993,300,100,1), - (11671,1623,0,-13911.6,469.115,94.4021,2.02458,0,0,0.848048,0.52992,300,100,1), - (11673,2046,0,-13681.5,-318.118,7.24038,0.802851,0,0,0.390731,0.920505,300,100,1), - (11674,2043,0,-12658,-885.355,53.9736,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (11675,3707,0,-11558.6,575.308,50.7439,1.67552,0,0,0.743145,0.669131,900,100,1), - (11676,4149,0,-14668.9,-204.651,6.01329,-2.47837,0,0,0.945519,-0.325568,900,100,1), - (11677,142140,0,-12520.5,-719.582,40.9531,0.820303,0,0,0.398748,0.91706,300,255,1), - (11678,2046,0,-12813.8,-754.481,77.9147,-2.49582,0,0,-0.948324,0.317305,300,100,1), - (11681,2043,0,-13643.1,268.088,41.9304,1.53589,0,0,0.694658,0.71934,300,100,1), - (11682,2043,0,-13446.8,635.893,9.43585,2.44346,0,0,0.939692,0.342021,300,100,1), - (11683,2046,0,-12884.4,-491.262,49.1285,1.5708,0,0,0.707108,0.707106,300,100,1), - (11684,2045,0,-12253.2,726.318,-65.8863,2.32129,0,0,0.91706,0.398748,300,100,1), - (11685,1624,0,-13281.7,-347.058,13.1503,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (11686,2744,0,-12189.1,481.961,-71.9976,-1.53589,0,0,0.694658,-0.71934,900,100,1), - (11687,2744,0,-12173.9,439.63,-35.3151,1.81514,0,0,0.788011,0.615662,900,100,1), - (11688,180682,0,-11707.8,1092.1,0,0.261799,0,0,0.130526,0.991445,3600,100,1), - (11689,180712,0,-13744.5,-402.947,0,-1.76278,0,0,-0.771624,0.636079,3600,100,1), - (11690,3707,0,-14281.3,28.1391,-0.400903,1.97222,0,0,0.833886,0.551937,900,100,1), - (11691,2857,0,-11577.6,602.514,50.5017,-1.09956,0,0,0.522499,-0.85264,900,100,1), - (11692,3706,0,-12733.5,199.879,-0.906217,2.68781,0,0,0.97437,0.224951,900,100,1), - (11693,4149,0,-12474.5,-999.968,49.9034,1.37881,0,0,0.636078,0.771625,900,100,1), - (11694,3706,0,-11695.2,1033.12,-0.366853,-1.71042,0,0,0.75471,-0.656059,900,100,1), - (11695,4149,0,-13254.4,-547.913,17.2804,-2.9147,0,0,0.993572,-0.113203,900,100,1), - (11699,2043,0,-11842.4,705.923,46.2934,2.82743,0,0,0.987688,0.156436,300,100,1), - (11700,180712,0,-13516.4,808.229,0,-0.890118,0,0,-0.430511,0.902585,3600,100,1), - (11701,180902,0,-13629.8,-437.232,0,-1.09956,0,0,-0.5225,0.852639,3600,100,1), - (11702,3707,0,-13007.9,-737.713,56.0383,-2.93215,0,0,0.994522,-0.104529,900,100,1), - (11703,180712,0,-13952.5,695.664,0,-1.0821,0,0,-0.515036,0.857168,3600,100,1), - (11704,4149,0,-12973.8,-820.664,71.0466,3.14159,0,0,1,0,900,100,1), - (11705,2560,0,-14592.1,-83.6838,0.382619,-3.01942,0,0,0.998135,-0.061048,900,100,1), - (11706,2560,0,-14448.1,-112.281,-1.23729,-1.309,0,0,0.608761,-0.793353,900,100,1), - (41954,178434,0,-3757.23,-775.569,14.8131,-3.01941,0,0,0,0,180,100,1), - (41953,178667,0,-3751.6,-767.777,9.84089,-0.104719,0,0,0,0,180,100,1), - (41952,178746,0,-3757.98,-769.912,9.46039,2.35619,0,0,0,0,180,100,1), - (11711,2041,1,-4515.99,-3948.13,30.3524,-2.6529,0,0,-0.970296,0.241922,300,100,1), - (11712,186463,1,-4933.91,-3659.65,44.9513,1.29154,0,0,0.601815,0.798636,500,100,1), - (11713,186463,1,-4971.79,-3705.5,43.1199,-0.314159,0,0,0.156434,-0.987688,500,100,1), - (11714,186463,1,-4539.67,-3676.85,41.3014,2.61799,0,0,0.965926,0.258819,500,100,1), - (11715,186463,1,-5004.01,-3595.61,41.2768,-1.32645,0,0,0.615661,-0.788011,500,100,1), - (11716,186463,1,-4542.26,-3915.37,39.5653,-0.994838,0,0,0.477159,-0.878817,500,100,1), - (11717,186463,1,-4912.09,-3780.02,47.5106,1.02974,0,0,0.492424,0.870356,500,100,1), - (11718,186463,1,-4463.05,-4017.59,32.7137,-1.67552,0,0,0.743145,-0.669131,500,100,1), - (41951,180797,0,-3755.38,-775.585,9.87012,0.59341,0,0,0,0,180,100,1), - (11720,173154,1,1895.1,-4131.42,43.4859,2.85361,0,0,0.989651,0.143493,900,100,1), - (11722,2045,1,-4387.63,-4101.15,-6.98725,-2.05949,0,0,-0.857168,0.515037,300,100,1), - (11723,2061,1,1895.1,-4131.42,43.4859,2.85361,0,0,0.989651,0.143493,900,100,1), - (11724,172996,1,1569.15,-4200.98,46.1592,-0.98611,0,0,-0.473319,0.880891,900,100,1), - (11725,186463,1,-4499.04,-3749.22,39.2642,-2.07694,0,0,0.861629,-0.507538,500,100,1), - (11726,172972,1,1675.07,-4248.65,52.8461,-2.74017,0,0,0.979925,-0.199368,900,100,1), - (11727,186463,1,-4517.97,-3937.2,34.05,-1.71042,0,0,0.75471,-0.656059,500,100,1), - (11728,186463,1,-4499.15,-3829.38,36.3742,-1.53589,0,0,0.694658,-0.71934,500,100,1), - (11729,173177,1,1818.26,-4316.23,-11.8271,-2.46092,0,0,0.942642,-0.333806,900,100,1), - (11730,173170,1,1770.24,-4294.3,6.66837,-1.29154,0,0,-0.601815,0.798635,900,100,1), - (11731,173078,1,2083.53,-4820.11,23.5203,2.39983,0,0,0.932008,0.362438,900,100,1), - (11732,176520,1,1644.84,-4219.89,56.233,1.78896,0,0,0.779884,0.625924,900,100,1), - (11733,173068,1,2023.87,-4656.08,27.1767,1.42244,0,0,0.652759,0.757565,900,100,1), - (11734,2061,1,2023.87,-4656.08,27.1767,1.42244,0,0,0.652759,0.757565,900,100,1), - (11735,179740,1,1675.1,-4248.63,53.8335,-2.74017,0,0,0.979925,-0.199368,900,100,1), - (11736,173115,1,1639.73,-4438.38,15.5362,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11737,186463,1,-4620.04,-3640.89,37.7579,2.6529,0,0,0.970296,0.241922,500,100,1), - (11738,2061,1,1639.73,-4438.38,15.5362,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11739,177010,1,2040.5,-4633.04,50.8223,2.73918,0,0,0.979826,0.199852,900,100,1), - (11740,186463,1,-4686.71,-4012.49,43.7821,0.523599,0,0,0.258819,0.965926,500,100,1), - (11741,186463,1,-4561.16,-3777.58,36.2168,-2.04204,0,0,0.85264,-0.522498,500,100,1), - (11742,186463,1,-4787.07,-4004.38,46.1777,2.40855,0,0,0.93358,0.358368,500,100,1), - (11743,186463,1,-4458.14,-3854.53,34.6949,-1.48353,0,0,0.67559,-0.737277,500,100,1), - (11744,186463,1,-4679.34,-3631.3,46.6023,-2.04204,0,0,0.85264,-0.522498,500,100,1), - (11745,186463,1,-4891.85,-3924.21,50.0574,0.541052,0,0,0.267238,0.96363,500,100,1), - (11746,186463,1,-4679.65,-3957.62,42.8501,-1.13446,0,0,0.5373,-0.843391,500,100,1), - (11747,186463,1,-4444.79,-4002.84,34.6388,-0.558505,0,0,0.275637,-0.961262,500,100,1), - (11748,186463,1,-4486.29,-3974.81,32.347,1.51844,0,0,0.688355,0.725374,500,100,1), - (11749,186463,1,-4525.35,-3972.86,36.1373,-2.47837,0,0,0.945519,-0.325568,500,100,1), - (11750,186450,1,-4050.4,-3494.15,39.4257,2.07694,0,0,0.861629,0.507538,900,100,1), - (11751,186450,1,-4097.73,-3509.59,37.9191,2.14675,0,0,0.878817,0.477159,900,100,1), - (11752,186450,1,-4151.63,-3588.12,41.5485,-2.96706,0,0,0.996195,-0.087156,900,100,1), - (11754,153470,1,-4284.75,-2701.82,35.4162,2.94961,0,0,0.995396,0.095846,180,100,1), - (11755,2857,1,-2974.57,-4357.69,9.21989,-2.74017,0,0,0.979925,-0.199368,7200,100,1), - (11756,1624,1,-4793.51,-3968.45,48.6377,0.802851,0,0,0.390731,0.920505,300,100,1), - (11757,20939,1,-2820.73,-3596.14,31.2977,-2.53073,0,0,0.953717,-0.300706,900,100,1), - (11758,2045,1,-2379.33,-4270.28,-3.92532,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (11759,2045,1,-2429.43,-3976.55,-0.002669,0.785398,0,0,0.382683,0.92388,300,100,1), - (11760,2043,1,-4678.71,-3958.52,42.931,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (11761,1735,1,-2273.89,-4297.95,9.49099,1.36136,0,0,0.629322,0.777145,300,100,1), - (11762,2040,1,-4678.96,-4025.91,50.7891,2.51327,0,0,0.951056,0.309019,300,100,1), - (11763,2041,1,-3956.82,-2980.2,30.5194,1.29154,0,0,0.601814,0.798637,300,100,1), - (11764,2046,1,-2672.3,-3906.82,39.8428,0.174533,0,0,0.0871558,0.996195,300,100,1), - (11765,2413,30,41.1652,-426.866,44.686,2.7838,0,0,0.984041,0.177944,120,0,1), - (11766,2413,30,39.0968,-425.746,44.6912,-0.619592,0,0,-0.304864,0.952396,120,0,1), - (11767,2413,30,25.758,-425.837,47.6369,-1.98095,0,0,-0.836286,0.548293,120,0,1), - (11768,2413,30,27.6786,-427.69,47.6369,-2.67908,0,0,0.973379,-0.2292,120,0,1), - (11769,2413,30,25.2482,-433.104,47.6369,2.38237,0,0,0.92881,0.370557,120,0,1), - (11770,2061,0,-4866.01,-4041.11,314.985,3.14159,0,0.052336,0.99863,0,7200,100,1), - (11771,18345,0,-6039.7,-2985.6,401.951,-3.14159,0.121859,-0.012992,0.992461,0.001595,7200,100,1), - (11772,18341,0,-5275.48,-2706.69,342.648,-3.14159,0.013024,-0.100179,0.994883,0.001311,7200,100,1), - (11773,144132,0,-5344.32,-2945.06,323.339,3.09796,0,0,0.999762,0.021815,7200,100,1), - (11774,2061,1,2040.5,-4633.04,50.8223,2.73918,0,0,0.979826,0.199852,900,100,1), - (11775,173133,1,1941.7,-4171.87,43.4859,-2.15548,0,0,0.880891,-0.473319,900,100,1), - (11776,2061,1,1941.7,-4171.87,43.4859,-2.15548,0,0,0.880891,-0.473319,900,100,1), - (11777,173189,1,2206.41,-4775.41,64.8108,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (11778,2061,1,2206.41,-4775.41,64.8108,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (11779,173108,1,1627.12,-4299.51,3.06837,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11780,172983,1,1880.71,-4535.49,30.3436,1.78024,0,0,0.777146,0.629321,900,100,1), - (11781,173175,1,1804.83,-4309.08,-11.7321,-1.95477,0,0,-0.829037,0.559193,900,100,1), - (11782,2061,1,1804.83,-4309.08,-11.7321,-1.95477,0,0,-0.829037,0.559193,900,100,1), - (11783,173116,1,1742.33,-4314.65,33.2153,-2.43473,0,0,0.938191,-0.346117,900,100,1), - (11784,2061,1,1742.33,-4314.65,33.2153,-2.43473,0,0,0.938191,-0.346117,900,100,1), - (11785,173053,1,1909.75,-4461.53,53.3135,-1.63188,0,0,-0.728371,0.685183,900,100,1), - (11786,2061,1,1909.75,-4461.53,53.3135,-1.63188,0,0,-0.728371,0.685183,900,100,1), - (11787,173209,1,1637.32,-4311.27,0.841188,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11788,177012,1,1997.29,-4717.17,26.5592,2.73558,0.041218,0.045419,0.977952,0.19962,900,100,1), - (11789,2061,1,1997.29,-4717.17,26.5592,2.73558,0.041218,0.045419,0.977952,0.19962,900,100,1), - (11790,173009,1,1428.53,-4412.34,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (11791,2061,1,1428.53,-4412.34,25.2892,-2.23402,0,0,0.898794,-0.438372,900,100,1), - (11792,173195,1,2141.06,-4789.56,56.6635,-0.183259,0,0,-0.091501,0.995805,900,100,1), - (11793,2061,1,2141.06,-4789.56,56.6635,-0.183259,0,0,-0.091501,0.995805,900,100,1), - (11794,177014,1,1606.92,-4095.97,33.2941,0.881392,0,0,0.426569,0.904455,900,100,1), - (11795,2061,1,1606.92,-4095.97,33.2941,0.881392,0,0,0.426569,0.904455,900,100,1), - (11796,172958,1,1494.56,-4423.78,25.6983,0.139626,0,0,0.069757,0.997564,900,100,1), - (11797,172977,1,1767.18,-4222.86,42.9965,-0.445059,0,0,-0.220697,0.975342,900,100,1), - (11798,173082,1,2038.61,-4729.11,25.4759,2.81871,0,0,0.986996,0.160743,900,100,1), - (11799,173210,1,1685,-4344.48,61.1575,-2.06821,0,0,-0.859406,0.511293,900,100,1), - (11800,2061,1,1685,-4344.48,61.1575,-2.06821,0,0,-0.859406,0.511293,900,100,1), - (11801,172963,1,1724.03,-4375.56,33.3232,-1.27409,0,0,-0.594822,0.803857,900,100,1), - (11802,173200,1,1520.58,-4428.06,17.6689,0.401425,0,0,0.199368,0.979925,900,100,1), - (11803,2061,1,1520.58,-4428.06,17.6689,0.401425,0,0,0.199368,0.979925,900,100,1), - (11804,180901,0,-14726,353.928,0,-2.96706,0,0,-0.996195,0.0871556,3600,100,1), - (11805,2045,0,-12133.3,1024.23,-6.8605,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (11806,4149,0,-13361.6,9.93273,21.3935,-1.8675,0,0,0.803857,-0.594823,900,100,1), - (11807,2043,0,-12764.5,-827.737,67.7284,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (11808,175405,329,4032.85,-3388.84,119.667,-1.5708,0,0,-0.707107,0.707107,180,100,1), - (11809,1623,0,-11866.5,683.015,47.0637,4.71239,0,0,0.707106,-0.707107,300,100,1), - (11810,1624,0,-12288.7,-59.579,31.1542,1.93731,0,0,0.824125,0.566409,300,100,1), - (11811,2744,0,-12194.5,597.606,-66.1562,0.925024,0,0,0.446198,0.894934,900,100,1), - (11813,2046,0,-12408.4,-822.869,45.1533,2.75762,0,0,0.981627,0.190809,300,100,1), - (11814,1623,0,-12295.8,-965.046,45.7216,0.087266,0,0,0.0436192,0.999048,300,100,1), - (11815,2046,0,-12034.3,-972.064,59.7587,-2.86234,0,0,-0.990268,0.139173,300,100,1), - (11816,2043,0,-11975.7,-265.456,23.3149,1.51844,0,0,0.688356,0.725373,300,100,1), - (11817,2045,0,-12050,566.949,-15.5172,3.10669,0,0,0.999848,0.0174505,300,100,1), - (11818,2744,0,-12140.9,558.236,-30.8249,-0.663225,0,0,0.325568,-0.945519,900,100,1), - (11819,144133,0,-5340.11,-2940.55,323.762,1.82387,-0.054469,-0.08453,0.786146,0.609805,7200,100,1), - (11820,32878,0,-4798.47,-2967.52,321.585,2.49257,0,0,0.947806,0.318847,7200,100,1), - (11821,2066,0,-4798.47,-2967.52,321.585,2.49257,0,0,0.947806,0.318847,7200,100,1), - (11822,32882,0,-4902.57,-3904.98,300.313,-2.98225,0.054233,-0.021894,0.99523,-0.078087,7200,100,1), - (11823,2066,0,-4902.57,-3904.98,300.313,-2.98225,0.054233,-0.021894,0.99523,-0.078087,7200,100,1), - (11824,142103,0,-5365.62,-2954.11,323.755,-2.86234,0,0,0.990268,-0.139173,7200,100,1), - (11825,305,0,-4899.37,-2721.83,329.864,2.14675,0,0,0.878817,0.477159,7200,100,1), - (11826,303,0,-4899.1,-2720.52,329.917,0.575958,0,0,0.284015,0.95882,7200,100,1), - (11827,32881,0,-5037.6,-2679.46,319.044,2.35061,0,0,0.922807,0.385262,7200,100,1), - (11828,2066,0,-5037.6,-2679.46,319.044,2.35061,0,0,0.922807,0.385262,7200,100,1), - (11829,92420,0,-4885.06,-3968.84,297.924,-3.14159,0.026173,0.017446,0.999505,-0.000457,2,100,1), - (11830,1911,0,-5283.56,-2700.25,343.926,3.14159,-0.043485,-0.078385,0.995968,-0.003422,7200,100,1), - (11831,2061,0,-5283.56,-2700.25,343.926,3.14159,-0.043485,-0.078385,0.995968,-0.003422,7200,100,1), - (11832,18340,0,-5049.23,-2679.08,319.509,0.825181,0.039959,0.017491,0.400602,0.915213,7200,100,1), - (11833,18344,0,-4941.19,-4029.23,301.126,-2.99337,-0.011435,-0.022722,0.996911,-0.074306,7200,100,1), - (11834,302,0,-5409.98,-2878.56,342.065,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11835,29761,0,-4810.07,-2656.89,327.136,-2.98451,0,0,0.996917,-0.07846,7200,100,1), - (11836,29759,0,-4810.68,-2658.94,327.136,2.46964,0,0,0.944089,0.32969,7200,100,1), - (11837,29760,0,-4829.66,-2668.8,334.006,-0.977385,0,0,-0.469472,0.882947,7200,100,1), - (11838,147036,0,-4810.08,-2681.62,333.999,2.53945,0,0,0.95502,0.296541,7200,100,1), - (11839,147037,0,-4806.6,-2679.24,333.999,-2.74017,0,0,0.979925,-0.199368,7200,100,1), - (11840,147038,0,-4809.08,-2681.26,333.999,2.23402,0,0,0.898794,0.438371,7200,100,1), - (11841,147039,0,-4808.53,-2680.56,333.999,2.67035,0,0,0.97237,0.233446,7200,100,1), - (11842,147041,0,-4805.37,-2678.18,333.999,0.881391,0,0,0.426569,0.904455,7200,100,1), - (11843,29764,0,-4806.16,-2675.97,334.006,1.46608,0,0,0.669131,0.743145,7200,100,1), - (11844,147042,0,-4806.31,-2677.92,333.999,1.23046,0,0,0.577145,0.816642,7200,100,1), - (11845,29763,0,-4827.6,-2669.83,334.006,-2.02458,0,0,-0.848048,0.529919,7200,100,1), - (11846,29765,0,-4828.14,-2656.83,327.136,-0.322885,0,0,-0.160742,0.986996,7200,100,1), - (11847,29762,0,-4826.62,-2658.81,327.136,1.85878,0,0,0.801254,0.598325,7200,100,1), - (11848,147040,0,-4807.63,-2680,333.999,1.97222,0,0,0.833886,0.551937,7200,100,1), - (11849,28069,0,-5216.88,-3089.58,299.788,1.72788,0,0,0.760406,0.649448,7200,100,1), - (11850,28071,0,-5207.99,-3089.1,300.122,1.72788,0,0,0.760406,0.649448,7200,100,1), - (11851,28072,0,-5206.44,-3087.5,300.122,3.12414,0,0,0.999962,0.008726,7200,100,1), - (11852,22223,0,-5219.02,-3083,300.156,2.73142,-0.003234,-0.008105,0.979008,0.203633,7200,100,1), - (11853,2061,0,-5219.02,-3083,300.156,2.73142,-0.003234,-0.008105,0.979008,0.203633,7200,100,1), - (11854,28073,0,-5268.46,-2966.62,338.743,-2.73144,0,0,0.979046,-0.203641,7200,100,1), - (11855,28075,0,-5273.8,-2969.72,338.731,0.322886,0,0,0.160743,0.986996,7200,100,1), - (11856,32596,0,-5281.09,-2967.8,338.404,-1.09083,0,0,-0.518773,0.854912,7200,100,1), - (11857,28070,0,-5270.11,-2969.55,338.731,3.02815,0,0,0.998392,0.056693,7200,100,1), - (11858,28074,0,-5271.56,-2971.41,338.731,2.06821,0,0,0.859406,0.511293,7200,100,1), - (11859,22223,0,-5278.2,-2960.83,338.777,1.98092,-0.005979,-0.006356,0.836255,0.548272,7200,100,1), - (11860,2061,0,-5278.2,-2960.83,338.777,1.98092,-0.005979,-0.006356,0.836255,0.548272,7200,100,1), - (11861,29152,0,-5287.12,-2948.15,336.763,-3.08051,0,0,0.999534,-0.030539,7200,100,1), - (11862,29154,0,-5292.09,-2942.82,336.763,-1.16064,0,0,-0.548293,0.836286,7200,100,1), - (11863,29155,0,-5289.42,-2942.68,336.763,-1.85878,0,0,-0.801254,0.598324,7200,100,1), - (11864,29150,0,-5286.71,-2941.47,330.654,-1.77151,0,0,-0.774393,0.632705,7200,100,1), - (11865,2061,0,-5286.71,-2941.47,330.654,-1.77151,0,0,-0.774393,0.632705,7200,100,1), - (11866,29151,0,-5286.72,-2940.35,330.654,1.37008,0,0,0.632706,0.774392,7200,100,1), - (11867,2061,0,-5286.72,-2940.35,330.654,1.37008,0,0,0.632706,0.774392,7200,100,1), - (11868,28069,0,-5345.51,-2916.22,320.978,1.42244,0,0,0.65276,0.757565,7200,100,1), - (11869,28071,0,-5336.89,-2918.44,321.312,1.42244,0,0,0.65276,0.757565,7200,100,1), - (11870,75299,189,1762.11,1153.56,7.49028,-1.55334,0,0,0.700909,-0.71325,7200,100,1), - (11871,1624,189,1776.21,1224.47,17.5028,1.6057,0,0,0.719339,0.694659,7200,100,1), - (11872,75299,189,1847.77,1276.34,18.1573,2.80998,0,0,0.986286,0.165048,7200,100,1), - (11873,1628,189,1756.58,1345.03,19.7123,0.174533,0,0,0.0871558,0.996195,7200,100,1), - (11875,104591,189,1069.95,1399.14,30.7956,3.14159,0,0,1,0,7200,100,1), - (11876,97700,189,1167.79,1347.26,31.5494,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11877,104600,189,1173.01,1398.91,31.9723,3.14159,0,0,1,0,7200,100,1), - (11878,2046,189,914.585,1382.04,18.0142,0.645772,0,0,0.317305,0.948324,7200,100,1), - (11879,2046,189,1003.95,1362.73,27.3063,2.75762,0,0,0.981627,0.190809,7200,100,1), - (11880,2041,189,997.603,1402.26,27.1362,0.401426,0,0,0.199368,0.979925,7200,100,1), - (11881,104589,189,1073.91,1405.92,30.2722,3.14159,0,0,1,0,7200,100,1), - (11882,165622,189,1161.39,1375.41,32.0802,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11883,165623,189,1163.24,1375.41,32.0802,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11884,165624,189,1165.07,1375.41,32.0802,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11885,165631,189,1163.25,1422.59,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11886,165626,189,1165.07,1372.93,32.0802,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11887,165627,189,1161.39,1372.93,32.0802,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11888,165628,189,1163.25,1425.97,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11889,165630,189,1165.1,1425.97,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11890,165629,189,1161.42,1425.97,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11891,165632,189,1165.1,1422.59,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11892,165633,189,1161.42,1422.59,32.0802,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11893,165625,189,1163.24,1372.93,32.0802,1.5708,0,0,0.707107,0.707107,7200,100,1), - (11894,97701,189,1169.03,1345.63,33.0456,3.14159,0,0,1,0,1,100,1), - (11895,176667,189,222.627,-285.834,19.3069,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11896,176665,189,219.113,-285.834,19.3069,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11897,176666,189,217.265,-285.834,19.3069,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11898,176668,189,224.475,-285.834,19.3069,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (11899,75299,189,223.898,-292.728,19.1996,2.51327,0,0,0.951057,0.309017,7200,100,1), - (11900,2042,189,191.442,-254.219,18.7887,2.00713,0,0,0.843392,0.537299,7200,100,1), - (11901,20726,189,238.548,-307.686,21.4263,2.67035,0,0,0.97237,0.233445,300,100,1), - (11902,175738,189,238.811,-305.724,21.4395,0.401426,0,0,0.199368,0.979925,7200,100,1), - (11903,175739,189,270.507,-305.725,21.437,2.68781,0,0,0.97437,0.224951,7200,100,1), - (11904,2041,189,120.013,-263.813,18.5465,-2.47837,0,0,-0.945519,0.325567,7200,100,1), - (11905,176681,189,251.674,-346.865,20.4242,-1.29154,0,0,-0.601814,0.798636,7200,100,1), - (11906,176686,189,251.754,-375.462,20.4242,1.12574,0,0,0.533615,0.845728,7200,100,1), - (11907,176680,189,256.719,-346.865,20.4242,-2.01585,0,0,-0.845727,0.533615,7200,100,1), - (11908,175753,189,249.214,-369.016,20.4024,0.261799,0,0,0.130526,0.991445,7200,100,1), - (11909,176683,189,273.074,-347.142,20.4242,-1.29154,0,0,-0.601814,0.798636,7200,100,1), - (11910,176675,189,256.719,-382.899,20.4242,-2.01585,0,0,-0.845727,0.533615,7200,100,1), - (11911,173057,1,1938.21,-4277.06,30.1019,1.16937,0,0,0.551937,0.833886,900,100,1), - (11912,2061,1,1938.21,-4277.06,30.1019,1.16937,0,0,0.551937,0.833886,900,100,1), - (11913,173203,1,1526.93,-4366.51,17.8723,-0.811576,0,0,-0.394743,0.918792,900,100,1), - (11914,172950,1,1954.33,-4372.81,22.2994,1.0472,0,0,0.5,0.866025,900,100,1), - (11915,2061,1,1954.33,-4372.81,22.2994,1.0472,0,0,0.5,0.866025,900,100,1), - (11916,173167,1,1794.18,-4301.78,4.38242,-1.79769,0,0,-0.782608,0.622515,900,100,1), - (11917,2061,1,1794.18,-4301.78,4.38242,-1.79769,0,0,-0.782608,0.622515,900,100,1), - (11918,173184,1,2153.22,-4740.77,67.568,-0.05236,0,0,-0.026177,0.999657,900,100,1), - (11919,2061,1,2153.22,-4740.77,67.568,-0.05236,0,0,-0.026177,0.999657,900,100,1), - (11920,173176,1,1769.61,-4333.75,-8.31993,-1.95477,0,0,-0.829037,0.559193,900,100,1), - (11921,179517,429,129.481,544.967,-48.4663,0,0,0,0.725374,0.688355,0,100,1), - (11922,148836,109,-420.848,94.7487,-174.196,3.14159,0,0,1,0,120,0,1), - (11923,2061,1,1769.61,-4333.75,-8.31993,-1.95477,0,0,-0.829037,0.559193,900,100,1), - (11924,176521,1,1654.32,-4224.51,56.233,-2.75762,0,0,0.981627,-0.190809,900,100,1), - (11925,172986,1,1880.33,-4535.97,29.7158,3.05433,0,0,0.999048,0.043619,900,100,1), - (11926,172975,1,1766.85,-4223.18,43.53,-1.51844,0,0,-0.688354,0.725375,900,100,1), - (11927,173114,1,1635.84,-4450.78,15.5362,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11928,2061,1,1635.84,-4450.78,15.5362,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11929,179739,1,1695.05,-4290.51,33.2556,1.48353,0,0,0.67559,0.737277,900,100,1), - (11930,1617,1,9528.68,618.713,1271.98,1.53589,0,0,0.694658,0.71934,300,100,1), - (11931,172988,1,1885.63,-4484.75,24.1503,-3.00197,0,0,0.997564,-0.069757,900,100,1), - (11932,1617,1,9650.32,626.219,1307.94,-0.279253,0,0,-0.139173,0.990268,300,100,1), - (11933,172990,1,1886.59,-4484.65,24.1573,0.174533,0,0,0.087156,0.996195,900,100,1), - (11934,1617,1,9717.33,701.682,1296.61,2.40855,0,0,0.93358,0.35837,300,100,1), - (11935,1618,1,9751.36,753.607,1298.53,0.733038,0,0,0.358368,0.93358,300,100,1), - (11936,1618,1,9751.25,668.611,1295.53,0.820305,0,0,0.398749,0.91706,300,100,1), - (11937,172982,1,1880.33,-4535.97,30.8068,3.05433,0,0,0.999048,0.043619,900,100,1), - (11938,173026,1,1768.76,-4482.94,45.399,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11939,173144,1,1921.37,-4198.65,41.9869,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (11940,1618,1,9957.4,715.484,1317.46,2.40855,0,0,0.93358,0.35837,300,100,1), - (11941,1618,1,10000.5,729.538,1325.13,-1.44862,0,0,-0.662619,0.748957,300,100,1), - (11942,2061,1,1921.37,-4198.65,41.9869,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (11943,173166,1,1760.99,-4301.22,6.97531,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11944,2061,1,1760.99,-4301.22,6.97531,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (11945,173099,1,2035.21,-4638.21,29.6803,-0.890119,0,0,-0.430512,0.902585,900,100,1), - (11946,2061,1,2035.21,-4638.21,29.6803,-0.890119,0,0,-0.430512,0.902585,900,100,1), - (11947,1618,1,9671.17,573.366,1307.38,1.5708,0,0,0.707108,0.707106,300,100,1), - (11948,1617,1,9625.06,552.728,1320.63,-0.855212,0,0,-0.414694,0.909961,300,100,1), - (11949,172962,1,1724.03,-4375.56,34.4044,-1.27409,0,0,-0.594822,0.803857,900,100,1), - (11950,173140,1,1913.95,-4228.37,42.1457,2.3911,0,0,0.930417,0.366502,900,100,1), - (11951,2061,1,1913.95,-4228.37,42.1457,2.3911,0,0,0.930417,0.366502,900,100,1), - (11953,1620,1,9659.96,488.111,1308.97,-0.139626,0,0,-0.0697563,0.997564,300,100,1), - (11954,1617,1,9424.67,552.703,1321.83,-0.401426,0,0,-0.199368,0.979925,300,100,1), - (11955,172997,1,1569.15,-4200.98,44.8386,-0.98611,0,0,-0.473319,0.880891,900,100,1), - (11956,126050,1,1285.26,-4195.66,26.8086,-1.57952,0,0,-0.710185,0.704015,900,100,1), - (11957,126051,1,1285.44,-4192.19,26.8086,-1.71915,0,0,-0.757565,0.65276,900,100,1), - (11958,164704,1,1350.54,-4663.39,53.4549,1.82387,0,0,0.790689,0.612218,900,100,1), - (11959,1618,1,9733.27,371.358,1317.78,-2.49582,0,0,-0.948324,0.317305,300,100,1), - (11960,2061,1,1350.54,-4663.39,53.4549,1.82387,0,0,0.790689,0.612218,900,100,1), - (11961,126052,1,1236.04,-4487.41,22.7277,1.58825,0,0,0.713251,0.700909,900,100,1), - (11962,1617,1,9739.97,313.834,1324.63,2.3911,0,0,0.930417,0.366502,300,100,1), - (11963,126053,1,1235.95,-4484.5,22.7942,-1.64061,0,0,-0.731354,0.681998,900,100,1), - (11964,149038,1,341.668,-4684.26,16.4534,-2.1293,0,0,0.87462,-0.48481,900,100,1), - (11966,1624,0,-11857.8,594.567,44.3529,-2.00713,0,0,-0.843392,0.537299,300,100,1), - (11967,3706,0,-12033.4,-548.406,14.4671,-3.01942,0,0,0.998135,-0.061048,900,100,1), - (11968,180683,0,-12259.6,344.519,0,1.90241,0,0,0.814116,0.580702,3600,100,1), - (11970,2855,0,-11949.1,-580.534,17.0184,-2.00713,0,0,0.843391,-0.5373,900,100,1), - (11971,2043,1,-4506,-3666.13,38.9024,2.93215,0,0,0.994522,0.10453,300,100,1), - (11972,28072,0,-5334.93,-2917.38,321.312,2.81871,0,0,0.986996,0.160743,7200,100,1), - (11973,3707,0,-11639.6,-63.453,10.8995,1.309,0,0,0.608761,0.793353,900,100,1), - (11974,22223,0,-5345.58,-2909.31,321.346,2.42598,-0.004429,-0.007518,0.936637,0.350194,7200,100,1), - (11975,2061,0,-5345.58,-2909.31,321.346,2.42598,-0.004429,-0.007518,0.936637,0.350194,7200,100,1), - (11976,28073,0,-5307.01,-2991.73,322.127,2.75762,0,0,0.981627,0.190809,7200,100,1), - (11977,142217,90,-497.995,647.425,-325.738,-2.03373,-0.091561,-0.058894,-0.845298,0.523086,3600,100,1), - (11978,106326,1,355.423,-4687.84,16.5912,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (11979,2061,1,355.423,-4687.84,16.5912,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (11980,106327,1,343.748,-4669.05,16.5912,0.776672,0,0,0.378649,0.92554,900,100,1), - (11981,2061,1,343.748,-4669.05,16.5912,0.776672,0,0,0.378649,0.92554,900,100,1), - (11982,106325,1,334.003,-4675.06,16.5912,0.776672,0,0,0.378649,0.92554,900,100,1), - (11984,2061,1,334.003,-4675.06,16.5912,0.776672,0,0,0.378649,0.92554,900,100,1), - (11985,106336,1,352.588,-4674.57,16.5912,1.10828,0,0,0.526214,0.850352,900,100,1), - (11986,180712,0,-12722.4,193.757,0,1.22173,0,0,0.573576,0.819152,3600,100,1), - (11987,2061,1,352.588,-4674.57,16.5912,1.10828,0,0,0.526214,0.850352,900,100,1), - (11988,28075,0,-5312.97,-2990.09,322.115,-0.471239,0,0,-0.233445,0.97237,7200,100,1), - (11989,32596,0,-5316.71,-2983.54,321.787,-1.88496,0,0,-0.809017,0.587785,7200,100,1), - (11991,28070,0,-5310.25,-2992.6,322.115,2.23402,0,0,0.898794,0.438372,7200,100,1), - (11994,142209,90,-485.723,690.871,-327.5,-2.67908,0,0,0.973379,-0.2292,3600,100,1), - (12003,90858,90,-758.538,260.386,-273.049,2.22529,0,0,0.896873,0.442289,3600,100,1), - (12006,28074,0,-5312.6,-2992.87,322.115,1.27409,0,0,0.594823,0.803857,7200,100,1), - (12007,2657,0,-8341,398.552,124.33,-3,0,0.685,0.660141,-0.253404,120,0,1), - (12008,22223,0,-5309.71,-2980.72,322.161,1.1868,-0.007972,-0.003549,0.559172,0.829006,7200,100,1), - (12009,2061,0,-5309.71,-2980.72,322.161,1.1868,-0.007972,-0.003549,0.559172,0.829006,7200,100,1), - (12010,34031,0,-5856.64,-2646.11,308.974,2.67035,0,0,0.97237,0.233445,7200,100,1), - (12011,34026,0,-5855.47,-2642.44,308.974,2.27765,0,0,0.908143,0.41866,7200,100,1), - (12012,29774,0,-5856.16,-2628.13,315.85,2.12057,0,0,0.872496,0.488622,7200,100,1), - (12013,29777,0,-5859.07,-2649.58,308.98,0.98611,0,0,0.473319,0.880891,7200,100,1), - (12014,29771,0,-5870.59,-2632.94,308.98,-0.802853,0,0,-0.390732,0.920505,7200,100,1), - (12015,29772,0,-5865.94,-2632.16,308.98,-1.37009,0,0,-0.632706,0.774392,7200,100,1), - (12016,29773,0,-5871.47,-2634.89,308.98,0.02618,0,0,0.013089,0.999914,7200,100,1), - (12017,29766,0,-5845.22,-2642.17,315.85,2.16421,0,0,0.882947,0.469472,7200,100,1), - (12018,29767,0,-5845.04,-2638.25,315.85,-1.23918,0,0,-0.580703,0.814116,7200,100,1), - (12019,29769,0,-5846.92,-2639.3,315.85,0.549778,0,0,0.27144,0.962455,7200,100,1), - (12020,29770,0,-5864.43,-2633.89,308.98,-2.41728,0,0,0.935135,-0.354291,7200,100,1), - (12021,29775,0,-5856.97,-2650.01,308.98,1.81514,0,0,0.788011,0.615662,7200,100,1), - (12022,34025,0,-5855.89,-2643.32,308.974,2.62672,0,0,0.967046,0.254602,7200,100,1), - (12023,29768,0,-5855.8,-2625.29,315.85,-1.71915,0,0,-0.757565,0.65276,7200,100,1), - (12024,34027,0,-5852.75,-2644.09,309.968,-1.91114,0,0,-0.816642,0.577145,7200,100,1), - (12025,34028,0,-5854.64,-2643.84,308.974,-1.3439,0,0,-0.622515,0.782608,7200,100,1), - (12026,34030,0,-5852.02,-2647.87,308.974,-2.21657,0,0,0.894934,-0.446198,7200,100,1), - (12028,29776,0,-5842.98,-2640.77,315.85,2.86234,0,0,0.990268,0.139173,7200,100,1), - (12029,179697,0,-13204.4,276.63,21.857,4.12372,0,0,0.881833,-0.471562,8000,0,1), - (12030,34029,0,-5853.54,-2643.08,309.968,-2.6529,0,0,0.970296,-0.241922,7200,100,1), - (12031,147279,0,-5398.94,-2956.49,314.836,2.00713,0,0,0.843391,0.5373,7200,100,1), - (12032,111269,0,-5395.58,-2977.06,325.953,0.890118,0,0,0.430511,0.902585,7200,100,1), - (12033,111268,0,-5387.75,-2964.45,322.061,0.279252,0,0,0.139173,0.990268,7200,100,1), - (12034,147792,0,-5375.58,-2960,322.055,-2.79253,0,0,0.984808,-0.173648,7200,100,1), - (12035,147793,0,-5385.35,-2972.03,322.055,2.96706,0,0,0.996195,0.087156,7200,100,1), - (12036,111254,0,-5386.68,-2948.39,322.435,-1.64061,0,0,-0.731354,0.681998,7200,100,1), - (12037,2061,0,-5386.68,-2948.39,322.435,-1.64061,0,0,-0.731354,0.681998,7200,100,1), - (12038,111257,0,-5399.63,-2972.25,321.532,0.191987,0,0,0.095846,0.995396,7200,100,1), - (12039,2061,0,-5399.63,-2972.25,321.532,0.191987,0,0,0.095846,0.995396,7200,100,1), - (12040,111258,0,-5398.16,-2971.92,321.532,-2.94961,0,0,0.995396,-0.095846,7200,100,1), - (12041,2061,0,-5398.16,-2971.92,321.532,-2.94961,0,0,0.995396,-0.095846,7200,100,1), - (12042,111262,0,-5386.46,-2955.72,322.061,-0.069813,0,0,-0.034899,0.999391,7200,100,1), - (66317,375,0,2268.72,1403.56,33.3334,0.24895,0,0,0.124154,0.992263,120,255,1), - (12044,176194,329,3541.94,-3068.55,135.657,-0.959931,0,0,-0.461749,0.887011,180,100,1), - (12045,175433,329,3707.61,-3402.7,132.405,-2.9723,0,-0.173648,0.98106,-0.085832,180,100,1), - (12046,111256,0,-5388.45,-2953.1,315.057,1.41369,-0.007519,-0.004429,0.649423,0.760377,7200,100,1), - (12048,2855,0,-11584.4,-691.95,30.9715,-2.77507,0,0,0.983255,-0.182235,900,100,1), - (12049,2857,0,-11424.4,-885.586,18.3561,0,0,0,0,1,900,100,1), - (12050,3707,0,-14616.6,337.532,2.62036,1.74533,0,0,0.766044,0.642788,900,100,1), - (12051,2560,0,-14434.9,54.3837,0.17883,-1.74533,0,0,0.766044,-0.642788,900,100,1), - (12052,2560,0,-14307.3,32.8229,0.141596,0.069813,0,0,0.034899,0.999391,900,100,1), - (12053,180712,0,-12749.4,343.818,0,-2.58309,0,0,-0.961262,0.275636,3600,100,1), - (12054,2855,0,-11706.9,668.41,50.5448,-2.16421,0,0,0.882948,-0.469472,900,100,1), - (12056,2043,0,-12498.2,-898.21,38.9075,-1.97222,0,0,-0.833885,0.551938,300,100,1), - (12057,2046,0,-12748,-159.764,34.2873,0.680678,0,0,0.333807,0.942642,300,100,1), - (12058,1624,0,-13943.9,110.947,15.0784,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (12059,180684,0,-11751.5,-359.684,10.0699,2.07694,0,0,0.861629,0.507539,3600,100,1), - (12060,180684,0,-12508.8,-249.623,10.0699,-1.95477,0,0,-0.829038,0.559192,3600,100,1), - (12062,180685,0,-11856.7,-427.904,10.0699,0.977384,0,0,0.469471,0.882948,3600,100,1), - (12063,2061,0,-5388.45,-2953.1,315.057,1.41369,-0.007519,-0.004429,0.649423,0.760377,7200,100,1), - (12064,1617,1,9749.41,479.152,1306.34,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (12065,106335,1,345.091,-4698.87,16.5912,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (12066,2061,1,345.091,-4698.87,16.5912,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (12067,51702,1,379.891,-4710.68,16.0609,2.13803,0,0,0.876727,0.480988,900,100,1), - (12068,111260,0,-5405.46,-2955.67,314.842,-1.02974,0,0,-0.492423,0.870356,7200,100,1), - (12069,111266,0,-5382.05,-2963.25,322.061,-0.331613,0,0,-0.165048,0.986286,7200,100,1), - (12070,111255,0,-5412.37,-2937.62,312.001,2.98449,-0.002185,-0.008448,0.996879,0.078457,7200,100,1), - (12071,2061,0,-5412.37,-2937.62,312.001,2.98449,-0.002185,-0.008448,0.996879,0.078457,7200,100,1), - (12072,111265,0,-5383.83,-2954.73,322.061,-1.81514,0,0,-0.78801,0.615662,7200,100,1), - (12073,111271,0,-5392.41,-2975.81,325.953,1.85005,0,0,0.798636,0.601815,7200,100,1), - (12074,180684,0,-12067.4,-457.138,10.0699,2.30383,0,0,0.913544,0.406739,3600,100,1), - (12075,180684,0,-12298,-297.684,10.0699,2.16421,0,0,0.882948,0.469471,3600,100,1), - (12076,180685,0,-11820.9,-347.99,10.0699,-1.41372,0,0,-0.649449,0.760405,3600,100,1), - (12077,180685,0,-11576.1,-28.4349,10.0699,2.14675,0,0,0.878816,0.477161,3600,100,1), - (12078,111259,0,-5387.93,-2980.45,312.001,-0.157105,-0.008448,0.002185,-0.078456,0.996879,7200,100,1), - (12079,50983,1,374.209,-4708.36,14.1565,-2.05076,0,0,-0.854912,0.518773,900,100,1), - (12080,2061,0,-5387.93,-2980.45,312.001,-0.157105,-0.008448,0.002185,-0.078456,0.996879,7200,100,1), - (12081,1618,1,9836.17,269.979,1325.03,0.279253,0,0,0.139173,0.990268,300,100,1), - (12083,51703,1,369.064,-4702.45,16.3301,-0.078539,0,0,-0.039259,0.999229,900,100,1), - (12084,2165,0,-8902,975.424,131.756,0,0,0,1,0,120,0,0), - (12085,1620,1,9916.58,280.483,1323.36,-2.6529,0,0,-0.970296,0.241922,300,100,1), - (12086,1617,1,9965.75,275.02,1323.59,2.00713,0,0,0.843392,0.537299,300,100,1), - (12087,1617,1,10015.5,257.209,1325.75,0.593412,0,0,0.292372,0.956305,300,100,1), - (12088,111261,0,-5404.87,-2957.6,321.512,2.19911,0,0,0.891006,0.453991,7200,100,1), - (12089,3848,1,308.576,-4833.61,10.6292,1.5228,0,0,0.689935,0.723871,900,100,1), - (12090,29152,0,-5361.81,-3018.05,326.237,0.087266,0,0,0.043619,0.999048,7200,100,1), - (12091,29154,0,-5356.7,-3023.25,326.237,2.00713,0,0,0.843391,0.5373,7200,100,1), - (12092,2061,1,308.576,-4833.61,10.6292,1.5228,0,0,0.689935,0.723871,900,100,1), - (12109,29155,0,-5359.36,-3023.46,326.237,1.309,0,0,0.608761,0.793354,7200,100,1), - (12110,29150,0,-5362.05,-3024.74,320.128,1.39626,0,0,0.642787,0.766045,7200,100,1), - (12111,3850,1,304.673,-4811.2,10.6013,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (12112,2061,1,304.673,-4811.2,10.6013,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (12113,174859,1,318.153,-4832.35,10.6292,-3.02815,0,0,0.998392,-0.056693,900,100,1), - (12114,2061,1,318.153,-4832.35,10.6292,-3.02815,0,0,0.998392,-0.056693,900,100,1), - (12115,3849,1,301.237,-4827.67,10.6292,0.715584,0,0,0.350207,0.936672,900,100,1), - (12116,2061,1,301.237,-4827.67,10.6292,0.715584,0,0,0.350207,0.936672,900,100,1), - (12117,3851,1,315.028,-4809.18,10.6013,-2.80125,0,0,0.985556,-0.169349,900,100,1), - (12118,2061,1,315.028,-4809.18,10.6013,-2.80125,0,0,0.985556,-0.169349,900,100,1), - (12119,2857,0,-12182.2,-45.4263,-10.5753,1.20428,0,0,0.566406,0.824126,900,100,1), - (12120,1624,0,-12839.6,32.787,12.9821,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (12121,2371,0,-12705,-472.938,31.3555,1.91986,0,0,0.819152,0.573576,900,100,1), - (12122,2371,0,-12543.8,-722.978,41.5382,2.1293,0,0,0.87462,0.48481,900,100,1), - (12123,3847,1,323.863,-4824.97,10.6292,3.08923,0,0,0.999657,0.026177,900,100,1), - (12124,2061,1,323.863,-4824.97,10.6292,3.08923,0,0,0.999657,0.026177,900,100,1), - (12125,2371,0,-12850.8,-819.913,56.0581,0.855211,0,0,0.414693,0.909961,900,100,1), - (12126,165749,1,-594.898,-4131.95,42.2972,-2.68494,0.070208,-0.075821,0.969868,-0.22063,900,100,1), - (12127,2061,0,-5362.05,-3024.74,320.128,1.39626,0,0,0.642787,0.766045,7200,100,1), - (12128,2061,1,-594.898,-4131.95,42.2972,-2.68494,0.070208,-0.075821,0.969868,-0.22063,900,100,1), - (12129,165740,1,-607.8,-4191.01,40.9519,-0.557839,0.002684,0.032691,-0.27497,0.960893,900,100,1), - (12130,29151,0,-5362,-3025.85,320.128,-1.74533,0,0,-0.766044,0.642788,7200,100,1), - (12131,2061,1,-607.8,-4191.01,40.9519,-0.557839,0.002684,0.032691,-0.27497,0.960893,900,100,1), - (12134,1624,0,-12625.6,-218.491,38.2297,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (12135,2061,0,-5362,-3025.85,320.128,-1.74533,0,0,-0.766044,0.642788,7200,100,1), - (12136,28069,0,-5385.02,-3015.67,327.253,-2.16421,0,0,0.882948,-0.469472,7200,100,1), - (12137,165741,1,-593.511,-4116.59,44.4456,-1.86373,-0.130225,-0.033411,-0.799238,0.585784,900,100,1), - (12138,2061,1,-593.511,-4116.59,44.4456,-1.86373,-0.130225,-0.033411,-0.799238,0.585784,900,100,1), - (12139,28071,0,-5391.84,-3009.96,327.586,-2.16421,0,0,0.882948,-0.469472,7200,100,1), - (12141,28072,0,-5394.07,-3010.07,327.586,-0.767944,0,0,-0.374606,0.927184,7200,100,1), - (12142,22223,0,-5387.93,-3021.94,327.62,-1.16067,-0.006356,0.005979,-0.548272,0.836255,7200,100,1), - (12144,2061,0,-5387.93,-3021.94,327.62,-1.16067,-0.006356,0.005979,-0.548272,0.836255,7200,100,1), - (12145,175434,329,3707.41,-3402.1,132.437,0.174533,0,0,0.087156,0.996195,180,100,1), - (12146,165743,1,-596.185,-4105.72,43.645,0.071283,0.048598,0.004698,0.035447,0.998178,900,100,1), - (12147,1624,0,-12365.9,-400.14,15.1994,1.64061,0,0,0.731354,0.681998,300,100,1), - (12148,17156,0,-6039.81,-2489.11,311.545,2.23395,0.005834,0.002009,0.898769,0.438379,7200,100,1), - (12149,2061,1,-596.185,-4105.72,43.645,0.071283,0.048598,0.004698,0.035447,0.998178,900,100,1), - (12151,1624,0,-11648,38.4331,19.1429,1.76278,0,0,0.771624,0.636079,300,100,1), - (12152,175435,329,3652.91,-3325.34,123.989,2.09439,0,0,0.866026,0.5,180,100,1), - (12153,175436,329,3654.43,-3325.95,123.541,-2.61799,-0.01129,0.042133,0.965006,-0.258573,180,100,1), - (12154,2086,0,-14686.3,488.541,4.28859,-0.663225,0,0,0.325568,-0.945519,900,100,1), - (12155,175437,329,3655.42,-3323.93,124.336,-1.0472,0.113039,-0.065263,-0.495723,0.858616,180,100,1), - (12156,2087,0,-14685.4,486.472,4.17982,0.488692,0,0,0.241922,0.970296,900,100,1), - (12157,4149,0,-14687.8,486.555,2.85157,-1.62316,0,0,0.725374,-0.688354,900,100,1), - (12158,175438,329,3649.88,-3496.59,137.059,-1.48353,0.096234,-0.088182,-0.66981,0.73097,180,100,1), - (12160,165744,1,-580.553,-4112.21,43.4233,0.070799,0.022327,-0.064619,0.036621,0.996988,900,100,1), - (12161,2560,0,-13729.6,-342.872,0.453315,-2.35619,0,0,0.92388,-0.382683,900,100,1), - (12165,180105,0,-11823.3,1244.24,2.30606,1.43117,0,0,0.656059,0.75471,900,100,1), - (12167,2061,1,-580.553,-4112.21,43.4233,0.070799,0.022327,-0.064619,0.036621,0.996988,900,100,1), - (12169,2857,0,-12872.3,-799.525,54.5543,0.139626,0,0,0.069756,0.997564,900,100,1), - (12170,2551,0,-12343,164.62,4.42706,1.81514,0,0,0.788011,0.615662,900,100,1), - (12171,165746,1,-609.53,-4153.88,43.501,3.03372,0.051291,-0.062985,0.995063,0.057024,900,100,1), - (12172,2554,0,-15004.9,265.922,0.095489,-2.1293,0,0,0.87462,-0.48481,900,100,1), - (12174,2061,1,-609.53,-4153.88,43.501,3.03372,0.051291,-0.062985,0.995063,0.057024,900,100,1), - (12175,165748,1,-587.985,-4146.9,40.8484,-1.6501,0.028307,0.001526,-0.734556,0.677956,900,100,1), - (12176,2061,1,-587.985,-4146.9,40.8484,-1.6501,0.028307,0.001526,-0.734556,0.677956,900,100,1), - (12177,165750,1,-608.462,-4171.94,41.2497,-0.712169,0.071024,0.069097,-0.350471,0.931317,900,100,1), - (12178,2061,1,-608.462,-4171.94,41.2497,-0.712169,0.071024,0.069097,-0.350471,0.931317,900,100,1), - (12179,165742,1,-586.102,-4099.3,42.7866,0.395271,0.058834,0.041024,0.193992,0.978378,900,100,1), - (12180,2061,1,-586.102,-4099.3,42.7866,0.395271,0.058834,0.041024,0.193992,0.978378,900,100,1), - (12181,165751,1,-607.003,-4115.13,42.9758,2.97309,-0.109959,0.045999,0.988989,0.087715,900,100,1), - (12184,2551,0,-12342.7,165.09,4.34192,1.23918,0,0,0.580703,0.814116,900,100,1), - (12185,4149,0,-13822.6,451.237,91.4612,-2.09439,0,0,0.866025,-0.5,900,100,1), - (12186,2061,1,-607.003,-4115.13,42.9758,2.97309,-0.109959,0.045999,0.988989,0.087715,900,100,1), - (12187,165745,1,-583.105,-4123.95,44.0969,2.47257,-0.110679,-0.024768,0.940363,0.320708,900,100,1), - (12188,2061,1,-583.105,-4123.95,44.0969,2.47257,-0.110679,-0.024768,0.940363,0.320708,900,100,1), - (12190,165747,1,-595.904,-4153.56,42.8395,-1.66475,-0.059634,0.081124,-0.735061,0.670483,900,100,1), - (12191,3707,0,-12705.2,-1021.45,95.0958,2.21657,0,0,0.894934,0.446198,900,100,1), - (12192,2061,1,-595.904,-4153.56,42.8395,-1.66475,-0.059634,0.081124,-0.735061,0.670483,900,100,1), - (12193,175742,1,-240.777,-5115.06,43.3341,2.18166,0,0,0.887011,0.461749,900,100,1), - (12194,58595,1,1464.4,-4691.85,6.53162,0.331613,0,0,0.165048,0.986286,2,100,1), - (12195,176152,0,1380.05,-1457.83,56.9689,1.71042,0,0,0.75471,0.656059,7200,100,1), - (12196,176152,0,1385.29,-1455.31,56.9689,0.017453,0,0,0.008727,0.999962,7200,100,1), - (12197,171938,1,-696.942,-4355.8,54.1846,2.53073,0,0,0.953717,0.300706,60,100,1), - (12198,171938,1,-364.977,-4333.73,55.1878,0.628319,0,0,0.309017,0.951057,60,100,1), - (12199,171938,1,-413.362,-4058.05,52.3058,-0.872665,0,0,0.422618,-0.906308,60,100,1), - (12200,171938,1,-523.076,-4182.39,76.9361,0.506145,0,0,0.25038,0.968148,60,100,1), - (12201,176152,0,1356.51,-1452.11,57.8184,-0.296706,0,0,0.147809,-0.989016,7200,100,1), - (12202,171938,1,-260.522,-4211.04,58.7291,1.55334,0,0,0.700909,0.71325,60,100,1), - (12203,171938,1,-475.429,-4323.95,44.0192,-2.51327,0,0,0.951057,-0.309017,60,100,1), - (12204,171938,1,-255.695,-4160.31,55.8644,0.698132,0,0,0.34202,0.939693,60,100,1), - (12205,176152,0,1394.99,-1450.47,58.3282,0.855211,0,0,0.414693,0.909961,7200,100,1), - (12206,171938,1,-261.121,-4159.08,54.927,2.54818,0,0,0.956305,0.292372,60,100,1), - (12208,2087,0,-14705.2,450.416,0.157641,2.75762,0,0,0.981627,0.190809,180,100,1), - (12209,148436,0,-10997.8,-3279.73,54.4217,1.76278,0,0,0.771625,0.636078,900,100,1), - (12210,2061,0,-10997.8,-3279.73,54.4217,1.76278,0,0,0.771625,0.636078,900,100,1), - (12211,176152,0,1360.83,-1448.93,56.969,1.95477,0,0,0.829038,0.559193,7200,100,1), - (12212,63674,1,-253.444,-3977.38,168.508,2.1293,0,0,0.87462,0.48481,900,100,1), - (12213,2866,0,-11478,-2670,14.037,2.884,0,0,0.991717,0.12844,300,100,1), - (12214,2866,0,-11521,-2664,18.608,2.884,0,0,0.991717,0.12844,300,100,1), - (12215,2866,0,-6861,-1197,240.787,0.14,0,0,0.0699428,0.997551,300,100,1), - (12216,2866,1,-8446.79,-2719.88,25.594,0.296705,0,0,0.147809,0.989016,300,255,1), - (12217,2866,0,-6778,-1234,246.762,-1,0,0,-0.479426,0.877583,300,100,1), - (12218,2866,0,-6946,-1624,243.479,-2,0,0,-0.841471,0.540302,300,100,1), - (12219,2866,0,-7162,-879,306.121,-2,0,0,-0.841471,0.540302,300,100,1), - (12220,2866,0,-11673,-2723,18.896,3.105,0,0,0.999833,0.0182953,300,100,1), - (12221,2866,0,-11566,-2721,13.198,3.93,0,0,0.923303,-0.384073,300,100,1), - (12223,2866,0,-6624,-3344,251.097,4.964,0,0,0.612795,-0.790242,300,100,1), - (12224,2866,1,-8554,-2386,32.893,2.391,0,0,0.930399,0.366548,300,100,1), - (12225,2866,1,-8321,-3049,8.64,-2,0,0,-0.841471,0.540302,300,100,1), - (12226,2866,1,-7078.64,-3081.89,10.804,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (12227,2866,1,-8424.62,-2517.3,49.5497,-0.104719,0,0,-0.0523356,0.99863,300,255,1), - (12228,2866,1,-7461.91,-4757.04,8.90017,2.67035,0,0,0.972369,0.233447,300,255,1), - (12229,2866,0,-6714,-3581,242.458,1.92,0,0,0.819192,0.57352,300,100,1), - (12230,2866,0,-6844,-1888,267.704,3.002,0,0,0.997565,0.0697396,300,100,1), - (12231,2866,0,-11224,-3404,16.379,0.225,0,0,0.112263,0.993679,300,100,1), - (12232,2866,1,-8848,-2654,22.64,1.449,0,0,0.662761,0.748831,300,100,1), - (12233,2866,1,-7484.37,-3971.08,11.7882,0.314158,0,0,0.156434,0.987688,300,255,1), - (12234,2866,0,-11342,-2770,8.233,4.179,0,0,0.868463,-0.495755,300,100,1), - (12235,2866,1,-8950,-3050,50.453,-2,0,0,-0.841471,0.540302,300,100,1), - (12236,2866,1,-8661,-3722,23.007,-2,0,0,-0.841471,0.540302,300,100,1), - (12237,63674,1,-883.283,-4295.3,72.4912,-0.959931,0,0,0.461749,-0.887011,900,100,1), - (12238,2866,0,-11456,-2922,7.533,3.969,0,0,0.915638,-0.402003,300,100,1), - (12239,2866,0,-6731,-1042,240.035,0.925,0,0,0.446187,0.89494,300,100,1), - (12240,2866,0,-6886.74,-1017.65,244.263,0.122173,0,0,0.0610485,0.998135,300,255,1), - (12241,2866,1,-8217,-4349,12.79,-1,0,0,-0.479426,0.877583,300,100,1), - (12242,2866,1,-9316.77,-2273.54,7.87112,-2.3911,0,0,-0.930417,0.366502,300,100,1), - (12243,2866,0,-7262,-864,281.305,0.087,0,0,0.0434863,0.999054,300,100,1), - (12244,2866,1,-7587,-3574,15.295,-3,0,0,-0.997495,0.0707372,300,100,1), - (12246,2866,0,-11473,-3260,16.885,5.954,0,0,0.163851,-0.986485,300,100,1), - (12247,2866,0,-11457,-2724,5.442,1.396,0,0,0.642687,0.766129,300,100,1), - (12248,2866,0,-7205,-1277,248.812,-1,0,0,-0.479426,0.877583,300,100,1), - (12249,175784,1,-332.306,-4427.77,53.6222,0.698132,0,0,0.34202,0.939693,900,100,1), - (12250,2866,0,-12132,-2383,7.652,1.538,0,0,0.695417,0.718606,300,100,1), - (12251,2866,0,-11331,-2522,95.957,0.929,0,0,0.447976,0.894046,300,100,1), - (12252,2866,1,-6800.22,-4753.86,9.97542,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (12253,2866,0,-6947,-2452,240.744,-1,0,0,-0.479426,0.877583,300,100,1), - (12254,2866,1,-7882.74,-4550.6,12.7794,0.855211,0,0,0.414693,0.909961,300,255,1), - (12255,2866,0,-11567,-2689,30.627,3.553,0,0,0.978917,-0.204256,300,100,1), - (12256,2866,0,-7084,-2751,243.087,-2,0,0,-0.841471,0.540302,300,100,1), - (12257,2866,0,-6784,-3415,241.667,-3,0,0,-0.997495,0.0707372,300,100,1), - (12258,2866,1,-7016.36,-2879.98,9.01529,1.44862,0,0,0.66262,0.748956,300,255,1), - (12259,2866,0,-11391,-2889,0.615,4.556,0,0,0.760182,-0.649711,300,100,1), - (12260,2866,0,-11470,-2892,7.732,2.119,0,0,0.872111,0.489308,300,100,1), - (12261,2866,1,-7356.18,-4651.62,9.9836,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (12262,2866,1,-7757,-4815,10.535,-3,0,0,-0.997495,0.0707372,300,100,1), - (12263,2866,1,-7846,-5083,5.713,0,0,0,0,1,300,100,1), - (12264,2866,1,-7419,-3652,9.889,0,0,0,0,1,300,100,1), - (12265,2866,0,-6790,-1646,191.941,1.431,0,0,0.655995,0.754765,300,100,1), - (12266,2866,0,-11376,-3339,7.425,0.436,0,0,0.216277,0.976332,300,100,1), - (12267,2866,0,-7117,-976.476,253.64,3.14159,0,0,1,0.00000126759,300,255,1), - (12268,2866,0,-11624,-2791,3.843,2.67,0,0,0.972329,0.233617,300,100,1), - (12269,2866,1,-7120.09,-3449.43,9.61033,0.802851,0,0,0.390731,0.920505,300,255,1), - (12270,2866,1,-8057,-5161,9.765,2.112,0,0,0.870393,0.492358,300,100,1), - (12271,2866,0,-11423,-2898,4.299,3.969,0,0,0.915638,-0.402003,300,100,1), - (12272,2866,0,-7115,-3217,241.667,-2,0,0,-0.841471,0.540302,300,100,1), - (12273,2866,0,-11703,-3062,18.627,5.576,0,0,0.34627,-0.938135,300,100,1), - (12274,2866,0,-12142,-2464,12.35,1.225,0,0,0.574915,0.818213,300,100,1), - (12275,2866,0,-6659,-2623,247.929,0.597,0,0,0.294087,0.955779,300,100,1), - (12276,2866,0,-6596,-2637,270.553,4.999,0,0,0.598873,-0.800844,300,100,1), - (12277,2866,0,-6886,-1576,245.108,0.75,0,0,0.366273,0.930508,300,100,1), - (12278,2866,0,-11501,-3059.91,4.17349,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (12279,2866,1,-7014,-3285,10.124,1.71,0,0,0.754571,0.656218,300,100,1), - (12280,2866,0,-11346,-2562,86.713,0.345,0,0,0.171646,0.985159,300,100,1), - (12281,2866,0,-11266,-2537,97.051,1.836,0,0,0.794388,0.60741,300,100,1), - (12282,2866,0,-11644,-3201,16.03,5.326,0,0,0.46053,-0.887644,300,100,1), - (12283,2866,0,-6795,-3290,242.967,1.265,0,0,0.591163,0.806552,300,100,1), - (12284,2866,1,-7253,-3314,9.789,2.094,0,0,0.865927,0.500171,300,100,1), - (12285,2866,0,-11210,-2724,13.985,-2,0,0,-0.841471,0.540302,300,100,1), - (12286,2866,1,-7016,-4155,11.023,1.902,0,0,0.813997,0.580869,300,100,1), - (12287,2866,1,-7772,-4676,10.319,0.07,0,0,0.0349929,0.999388,300,100,1), - (12288,2866,1,-6981.83,-4478.49,11.1205,1.93731,0,0,0.824125,0.566409,300,255,1), - (12289,2866,1,-7379,-4118,8.877,2.723,0,0,0.978177,0.207772,300,100,1), - (12290,2866,0,-12148,-2707,16.619,0.873,0,0,0.42277,0.906237,300,100,1), - (12291,2866,1,-8646,-2750,14.18,-3,0,0,-0.997495,0.0707372,300,100,1), - (12292,2866,0,-11879,-2652,-1,2.127,0,0,0.874061,0.485816,300,100,1), - (12293,175784,1,-628.667,-4467.5,46.6404,-0.418879,0,0,0.207912,-0.978148,900,100,1), - (12294,2866,1,-7883.3,-4354,13.6836,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (12295,2866,0,-6850,-2750,242.14,-2,0,0,-0.841471,0.540302,300,100,1), - (12296,2866,0,-11366,-2860,5.72,2.164,0,0,0.882899,0.469563,300,100,1), - (12297,2866,0,-12257,-2594,6.846,4.354,0,0,0.821817,-0.569752,300,100,1), - (12298,2866,0,-7312,-941,244.922,-3,0,0,-0.997495,0.0707372,300,100,1), - (12299,175784,1,-317.531,-4132.99,52.8573,-1.23918,0,0,0.580703,-0.814116,900,100,1), - (12300,2866,1,-8950,-2918,48.655,-2,0,0,-0.841471,0.540302,300,100,1), - (12301,175784,1,-234.948,-4449.93,63.175,1.309,0,0,0.608761,0.793353,900,100,1), - (12302,2866,1,-7747,-3985,9.656,-1,0,0,-0.479426,0.877583,300,100,1), - (12303,2866,1,-7587,-2815,9.757,0.716,0,0,0.350402,0.936599,300,100,1), - (12304,2866,1,-7913,-4049,10.914,2.793,0,0,0.984849,0.173415,300,100,1), - (12305,2866,0,-7275.81,-866.391,294.072,0.087266,0,0,0.0436192,0.999048,300,100,1), - (12306,2866,0,-6551,-3282,241.814,2.112,0,0,0.870393,0.492358,300,100,1), - (12307,2866,1,-7535,-3469,24.654,1.187,0,0,0.559266,0.828988,300,100,1), - (12308,2866,0,-6819,-2836,241.667,2.216,0,0,0.894808,0.446452,300,100,1), - (12309,2866,1,-8690,-3008,14.779,-1,0,0,-0.479426,0.877583,300,100,1), - (12310,2866,0,-6821.65,-946.133,240.209,-0.174532,0,0,-0.0871553,0.996195,300,255,1), - (12311,2866,0,-7010.74,-970.94,255.945,-1.3439,0,0,-0.622513,0.782609,300,100,1), - (12312,2866,1,-7216.36,-4746.08,10.7685,0.872664,0,0,0.422618,0.906308,300,255,1), - (12313,2866,0,-11621,-3252,10.246,0,0,0,0,1,300,100,1), - (12314,2866,0,-11507,-2748,3.506,1.745,0,0,0.765939,0.642914,300,100,1), - (12315,2866,0,-7035.01,-1361.4,243.32,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (12316,2866,0,-10926,-2856,11.64,2.758,0,0,0.981663,0.190623,300,100,1), - (12317,2866,1,-9275,-3449,9.45,-1,0,0,-0.479426,0.877583,300,100,1), - (12318,2866,0,-6907.64,-893.32,245.551,0.59341,0,0,0.292371,0.956305,300,255,1), - (12319,2866,0,-7023,-982,248.799,-1,0,0,-0.479426,0.877583,300,100,1), - (12320,2866,0,-11189,-3179,7.043,3.037,0,0,0.998633,0.0522725,300,100,1), - (12321,2866,0,-11371,-2829,0.259,4.179,0,0,0.868463,-0.495755,300,100,1), - (12322,2866,1,-8058,-3280,46.549,3.107,0,0,0.99985,0.0172954,300,100,1), - (12323,2866,0,-6712.59,-840.098,244.144,0.820303,0,0,0.398748,0.91706,300,255,1), - (12324,2866,1,-7363,-3479,13.46,0.489,0,0,0.242071,0.970258,300,100,1), - (12325,2866,1,-9406,-2983,11.876,0.454,0,0,0.225056,0.974346,300,100,1), - (12326,2866,1,-8220.14,-3416.42,19.0372,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (12327,2866,1,-7681,-2978,21.222,-1,0,0,-0.479426,0.877583,300,100,1), - (12328,2866,0,-6485,-3652,244.477,0,0,0,0,1,300,100,1), - (12329,175784,1,-770.455,-4203.73,44.4523,1.95477,0,0,0.829038,0.559193,900,100,1), - (12330,2866,0,-11252,-2599,92.226,0.287,0,0,0.143008,0.989722,300,100,1), - (12331,2866,0,-7060,-1627,251.599,2.199,0,0,0.89098,0.454042,300,100,1), - (12332,2866,1,-7821,-3511,57.945,2.391,0,0,0.930399,0.366548,300,100,1), - (12333,2866,0,-6817,-1358,169.362,1.431,0,0,0.655995,0.754765,300,100,1), - (12334,2866,1,-7485.71,-4584.72,10.1817,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (12335,2866,0,-6617,-3298,245.128,0.022,0,0,0.0109998,0.99994,300,100,1), - (12336,2866,0,-11782,-2967,9.695,4.471,0,0,0.7871,-0.616826,300,100,1), - (12337,176152,0,1393.88,-1457.68,58.3282,2.33874,0,0,0.920505,0.390731,7200,100,1), - (12338,176152,0,1374.15,-1448.33,56.969,1.69297,0,0,0.748956,0.66262,7200,100,1), - (12340,2041,1,-4594.06,-3630.73,30.8032,1.78024,0,0,0.777147,0.629319,300,100,1), - (12341,2041,1,-4200.27,-3652.33,31.0587,1.27409,0,0,0.594823,0.803857,300,100,1), - (12342,176152,0,1360.85,-1458.26,56.969,0.645772,0,0,0.317305,0.948324,7200,100,1), - (12343,175784,1,-368.655,-4016.57,50.9065,2.60054,0,0,0.96363,0.267238,900,100,1), - (12344,175788,1,1922.42,-4124.92,42.9393,-1.91986,0,0,0.819152,-0.573576,900,100,1), - (12345,175787,1,1917.5,-4125.08,42.9511,-1.20428,0,0,0.566406,-0.824126,900,100,1), - (12346,3719,1,387.24,-4586.66,76.1843,0.680678,0,0,0.333807,0.942641,900,100,1), - (12347,148437,0,-11068,-3306.04,49.5304,-1.74533,0.046564,-0.069022,-0.76292,0.641109,900,100,1), - (12348,2061,0,-11068,-3306.04,49.5304,-1.74533,0.046564,-0.069022,-0.76292,0.641109,900,100,1), - (12349,36396,0,-11306.5,-3404.67,7.46774,-2.69653,0,0,0.975342,-0.220697,900,100,1), - (12350,3719,1,339.336,-4700.81,16.4578,1.91986,0,0,0.819152,0.573576,900,100,1), - (12351,3658,1,382.927,-4597.71,54.7897,0.610865,0,0,0.300706,0.953717,900,100,1), - (12352,178444,1,-733.3,-5600.06,24.9447,2.14675,0,0,0.878817,0.477159,900,100,1), - (12353,61934,1,-243.773,-4022.4,187.304,0.226893,0,0,0.113203,0.993572,900,100,1), - (12354,1617,1,62.3123,-4479.89,47.7699,1.58825,0,0,0.713251,0.700909,300,100,1), - (12355,1618,1,871.441,-3921.87,20.8167,-1.48353,0,0,-0.67559,0.737277,300,100,1), - (12357,1619,1,37.1113,-3984.51,48.3673,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (12358,1619,1,-759.607,-4672.28,39.1733,-2.54818,0,0,-0.956305,0.292372,300,100,1), - (12359,1619,1,-675.498,-4823.73,35.9922,2.23402,0,0,0.898794,0.438372,300,100,1), - (12360,1618,1,1217.06,-4204.31,26.2101,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (12361,180248,0,-12538.4,10.3704,0,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (12362,1618,1,22.6645,-5074.47,8.78829,0.174533,0,0,0.0871558,0.996195,300,100,1), - (12363,1618,1,-237.704,-4733.99,30.9608,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (12364,1618,1,-453.35,-4824.06,38.1235,1.64061,0,0,0.731354,0.681998,300,100,1), - (12365,1620,1,868.171,-4209.02,-13.5084,-0.925024,0,0,-0.446198,0.894934,300,100,1), - (12366,1617,1,553.16,-4918.81,27.3511,-2.42601,0,0,-0.936673,0.350206,300,100,1), - (12367,1617,1,881.4,-4937.37,11.0896,1.8326,0,0,0.793355,0.60876,300,100,1), - (12368,1618,1,-1229.19,-5419.76,4.69211,1.50098,0,0,0.681997,0.731355,300,100,1), - (12369,1618,1,-1340.78,-5140.33,3.48485,2.74017,0,0,0.979925,0.199366,300,100,1), - (12370,102986,1,-1286.73,-5506.67,8.46732,-0.977384,0,0,0.469472,-0.882948,30,100,1), - (12371,102986,1,-1158.97,-5586.11,12.3744,-2.77507,0,0,0.983255,-0.182235,30,100,1), - (12372,102986,1,-1238.04,-5510.49,9.53071,-1.13446,0,0,0.5373,-0.843391,30,100,1), - (12374,1731,1,987.733,-4279.1,20.6213,-2.02458,0,0,-0.848048,0.52992,300,100,1), - (12375,1731,1,-666.219,-4858.36,39.6105,0.890118,0,0,0.430511,0.902585,300,100,1), - (12376,1731,1,-369.761,-5142.03,25.3783,-0.174533,0,0,-0.0871558,0.996195,300,100,1), - (12377,1731,1,733.337,-4104.11,-9.99905,1.27409,0,0,0.594823,0.803857,300,100,1), - (12378,1731,1,833.363,-4095.24,-12.8436,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (12379,1731,1,-145.402,-4681.56,32.4146,1.3439,0,0,0.622513,0.782609,300,100,1), - (12380,1731,1,612.375,-4124.88,25.6376,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (12381,1731,1,1176.75,-4150.77,21.4219,2.96706,0,0,0.996195,0.0871556,300,100,1), - (12382,1731,1,-940.237,-4518.29,36.6469,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (12383,1731,1,-945.979,-4608.4,25.5947,0.296706,0,0,0.147809,0.989016,300,100,1), - (12384,1731,1,1178.94,-4858.16,24.753,0.645772,0,0,0.317305,0.948324,300,100,1), - (12385,1731,1,829.248,-4702.52,12.2974,-2.21657,0,0,-0.894935,0.446197,300,100,1), - (12386,1731,1,877.604,-4602.6,14.8535,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (12387,1731,1,980.647,-4085.28,-5.86554,0.383972,0,0,0.190809,0.981627,300,100,1), - (12388,3189,1,-1056.98,-4596.39,25.8219,-1.02974,0,0,0.492424,-0.870356,2,100,1), - (12389,3190,1,-917.836,-4482.29,29.5817,-2.60054,0,0,0.96363,-0.267238,2,100,1), - (12390,3192,1,-974.429,-4406.92,29.2641,-2.09439,0,0,0.866025,-0.5,2,100,1), - (12391,3658,1,-1045.77,-4608.98,25.831,0.034907,0,0,0.017452,0.999848,900,100,1), - (12392,3719,1,1269,-4178.72,26.0548,1.39626,0,0,0.642788,0.766044,900,100,1), - (12393,3658,1,-1123.15,-5575.75,7.39658,0.226893,0,0,0.113203,0.993572,900,100,1), - (12394,3658,1,-758.5,-5366.35,-0.032768,-2.05949,0,0,0.857167,-0.515038,900,100,1), - (12395,3658,1,915.418,-4633.35,18.9878,1.41372,0,0,0.649448,0.760406,900,100,1), - (12396,106318,1,716.517,-4468.95,15.6885,-0.959931,0,0,0.461749,-0.887011,3600,100,1), - (12397,3658,1,665.216,-4540.14,8.83067,-1.78024,0,0,0.777146,-0.62932,900,100,1), - (12398,3237,1,-1288.12,-5529.06,15.2078,1.62316,0,0,0.725374,0.688355,10,100,1), - (12399,3237,1,-1286.09,-5528.13,15.2078,1.97222,0,0,0.833886,0.551937,10,100,1), - (12400,3237,1,-1287.27,-5528.13,15.2078,3.01942,0,0,0.998135,0.061049,10,100,1), - (12401,3237,1,-1287.74,-5527.71,15.2078,0.663225,0,0,0.325568,0.945519,10,100,1), - (12402,3237,1,-1286.97,-5529.07,15.2078,0.05236,0,0,0.026177,0.999657,10,100,1), - (12403,3237,1,-1287.25,-5530,15.2078,2.49582,0,0,0.948324,0.317305,10,100,1), - (12404,3236,1,-80.2491,-5386.02,-14.9874,2.09439,0,0,0.866025,0.5,900,100,1), - (12405,3236,1,-147.682,-5237.83,-6.18887,-0.174533,0,0,0.087156,-0.996195,900,100,1), - (12406,3236,1,-170.603,-5208.94,-0.663438,-1.16937,0,0,0.551937,-0.833886,900,100,1), - (12407,3236,1,-177.198,-5254.17,-4.94838,1.36136,0,0,0.62932,0.777146,900,100,1), - (12408,3236,1,315.632,-5237.54,-18.0577,1.44862,0,0,0.66262,0.748956,900,100,1), - (12409,3236,1,308.689,-5249.91,-16.8152,-0.959931,0,0,0.461749,-0.887011,900,100,1), - (12410,3236,1,338.307,-5247.66,-19.7419,-1.48353,0,0,0.67559,-0.737277,900,100,1), - (12411,3236,1,45.4952,-5377.44,-10.3705,1.76278,0,0,0.771625,0.636078,900,100,1), - (12412,3236,1,36.2552,-5341.58,-14.4376,1.09956,0,0,0.522499,0.85264,900,100,1), - (12413,3236,1,-330.449,-5244.87,-9.12052,0.663225,0,0,0.325568,0.945519,900,100,1), - (12414,3236,1,-301.783,-5263.56,-7.68225,1.69297,0,0,0.748956,0.66262,900,100,1), - (12415,3236,1,-326.884,-5268.09,-8.12469,2.63545,0,0,0.968148,0.25038,900,100,1), - (12416,3236,1,-175.51,-5323.93,-11.4115,-1.64061,0,0,0.731354,-0.681998,900,100,1), - (12417,3236,1,-212.003,-5309.14,-8.11049,-2.67035,0,0,0.97237,-0.233445,900,100,1), - (12418,3236,1,-239.48,-5306.62,4.16666,-0.541052,0,0,0.267238,-0.96363,900,100,1), - (12419,176152,0,1382.42,-1449.85,56.969,1.64061,0,0,0.731354,0.681998,7200,100,1), - (12420,3236,1,192.444,-5231.79,-9.86024,0.959931,0,0,0.461749,0.887011,900,100,1), - (12421,3236,1,177.122,-5242,-8.53427,-1.69297,0,0,0.748956,-0.66262,900,100,1), - (12422,3236,1,186.37,-5259.7,-7.22174,-1.41372,0,0,0.649448,-0.760406,900,100,1), - (12423,3240,1,-821.378,-5646.5,5.34579,-0.069813,0,0,0.034899,-0.999391,900,100,1), - (12424,3240,1,-1582.71,-5246.67,5.48106,-2.16421,0,0,0.882948,-0.469472,900,100,1), - (12425,3290,1,596.293,-4505.19,13.0419,-1.16937,0,0,0.551937,-0.833886,900,100,1), - (12426,3290,1,676.331,-4586.47,2.1207,-0.593412,0,0,0.292372,-0.956305,900,100,1), - (12427,3290,1,719.083,-4457.18,15.708,0.872665,0,0,0.422618,0.906308,900,100,1), - (12428,3290,1,762.308,-4456.75,15.6685,0.802851,0,0,0.390731,0.920505,900,100,1), - (12429,3290,1,642.059,-4558.61,7.89757,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (12430,3290,1,860.915,-4599.07,9.29407,-0.750491,0,0,0.366501,-0.930418,900,100,1), - (12431,3290,1,1012.02,-4558.59,19.5024,0.575959,0,0,0.284015,0.95882,900,100,1), - (12432,3290,1,894.709,-4651.25,19.0292,1.90241,0,0,0.814116,0.580703,900,100,1), - (12433,3290,1,829.436,-4695.52,12.4961,-2.75762,0,0,0.981627,-0.190809,900,100,1), - (12434,3290,1,900.762,-4610.89,17.0328,2.3911,0,0,0.930418,0.366501,900,100,1), - (12435,175885,1,1878.08,-4505.28,25.4203,0.575959,0,0,0.284015,0.95882,900,100,1), - (12436,175885,1,1928.94,-4255.16,31.8053,-0.907571,0,0,0.438371,-0.898794,900,100,1), - (12437,175885,1,2120.04,-4726.41,38.7019,-0.820305,0,0,0.398749,-0.91706,900,100,1), - (12438,175885,1,1664.67,-4345.98,40.3659,-2.11185,0,0,0.870356,-0.492423,900,100,1), - (12439,175885,1,1964.04,-4749.24,51.4335,-1.98968,0,0,0.838671,-0.544639,900,100,1), - (12440,171938,1,-183.5,-4181.8,80.8193,2.79253,0,0,0.984808,0.173648,60,100,1), - (12441,171938,1,-482.637,-4083.92,65.4204,-0.087267,0,0,0.04362,-0.999048,60,100,1), - (12442,171938,1,-298.444,-4332.24,56.6012,0.645772,0,0,0.317305,0.948324,60,100,1), - (12444,171938,1,-330.869,-4393.1,58.5324,2.74017,0,0,0.979925,0.199368,60,100,1), - (12445,171938,1,-489.837,-4464.14,51.9806,2.02458,0,0,0.848048,0.529919,60,100,1), - (12446,171938,1,-182.636,-4183.35,81.1131,2.79253,0,0,0.984808,0.173648,60,100,1), - (12447,2061,0,-11306.5,-3404.67,7.46774,-2.69653,0,0,0.975342,-0.220697,900,100,1), - (12448,147536,0,-10888.1,-2932.08,12.1697,2.45219,0,0,0.941176,0.337917,900,100,1), - (12449,2066,0,-10888.1,-2932.08,12.1697,2.45219,0,0,0.941176,0.337917,900,100,1), - (12450,148511,0,-11044.8,-3386.48,65.3701,2.83249,0,0,0.988081,0.153938,900,100,1), - (12451,2061,0,-11044.8,-3386.48,65.3701,2.83249,0,0,0.988081,0.153938,900,100,1), - (12452,153220,0,-11524.3,-2852.42,7.39021,3.14159,0.01742,0.061039,0.997983,-0.001065,900,100,1), - (12453,2061,0,-11524.3,-2852.42,7.39021,3.14159,0.01742,0.061039,0.997983,-0.001065,900,100,1), - (12454,153221,0,-11489.8,-3345.22,7.18613,2.29511,0,0,0.911762,0.410719,900,100,1), - (12455,2061,0,-11489.8,-3345.22,7.18613,2.29511,0,0,0.911762,0.410719,900,100,1), - (12456,92065,0,-11493.4,-2682.39,6.60872,3.10669,0,0,0.999848,0.017452,900,100,1), - (12457,171938,1,-489.684,-4089.52,64.5607,0.907571,0,0,0.438371,0.898794,60,100,1), - (12458,175784,1,-517.744,-4376.21,46.1653,-1.23918,0,0,0.580703,-0.814116,900,100,1), - (12459,175784,1,-268.896,-4136.75,56.2964,-0.191986,0,0,0.095846,-0.995396,900,100,1), - (12460,175784,1,-756.341,-4146.32,38.3306,0.785398,0,0,0.382683,0.92388,900,100,1), - (12461,175784,1,-494.094,-4460.86,51.687,-3.07178,0,0,0.999391,-0.034899,900,100,1), - (12462,175784,1,-227.652,-4276.8,65.3914,-0.663225,0,0,0.325568,-0.945519,900,100,1), - (12463,1617,1,1226.71,-5050.55,4.64876,-2.60054,0,0,-0.96363,0.267239,300,100,1), - (12464,1617,1,1199.12,-4974.04,11.1836,1.41372,0,0,0.649449,0.760405,300,100,1), - (12465,1619,1,663.15,-4806.97,26.2461,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (12466,1617,1,-224.298,-5066.67,21.0611,2.61799,0,0,0.965925,0.258821,300,100,1), - (12469,1617,1,-119.826,-4860.92,21.4008,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (12471,1617,1,-424.188,-4871.56,40.1186,0.680678,0,0,0.333807,0.942642,300,100,1), - (12472,1617,1,-840.153,-4632.03,40.9501,2.16421,0,0,0.882948,0.469471,300,100,1), - (12473,1617,1,-925.782,-4689.34,25.7543,2.37365,0,0,0.927184,0.374606,300,100,1), - (12475,1619,1,-318.698,-4857.84,40.7213,0.087266,0,0,0.0436192,0.999048,300,100,1), - (12476,1618,1,544.142,-4190.09,16.0306,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (12477,1618,1,808.397,-3849.42,18.2498,0.610865,0,0,0.300706,0.953717,300,100,1), - (12478,1618,1,-582.867,-4845.4,35.4524,-2.3911,0,0,-0.930417,0.366502,300,100,1), - (12481,1617,1,-194.912,-4635.5,42.447,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (12482,1731,1,1057.03,-4889.49,25.6804,1.46608,0,0,0.669132,0.743144,300,100,1), - (12483,1731,1,1166.65,-4762.67,22.9298,-0.2618,0,0,-0.130526,0.991445,300,100,1), - (12484,1731,1,1067.8,-4590.99,27.041,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (12486,1731,1,-651.845,-5585.51,12.682,0.942478,0,0,0.453991,0.891006,300,100,1), - (12487,1731,1,518.501,-4760.18,29.9781,0.785398,0,0,0.382683,0.92388,300,100,1), - (12490,1731,1,1417.42,-4711.25,-0.304713,0.541052,0,0,0.267238,0.96363,300,100,1), - (12491,1731,1,1299.94,-4054.1,39.2247,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (12493,1731,1,793.832,-4771.2,38.5628,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (12494,1731,1,1465.41,-4865.19,13.0559,1.76278,0,0,0.771624,0.636079,300,100,1), - (12495,1731,1,-416.801,-4633.31,50.701,-1.20428,0,0,-0.566407,0.824125,300,100,1), - (12498,3658,1,-1642.23,-5284.79,-0.033276,0.523599,0,0,0.258819,0.965926,900,100,1), - (12499,106318,1,95.2441,-4554.32,55.1671,-2.02458,0,0,0.848048,-0.529919,3600,100,1), - (12500,106318,1,-910.262,-4487.81,29.7062,-2.11185,0,0,0.870356,-0.492423,3600,100,1), - (12501,3719,1,-153.696,-5023.12,21.9477,-0.10472,0,0,0.052336,-0.99863,900,100,1), - (12502,3719,1,933.269,-5104.26,-0.032131,0.471239,0,0,0.233445,0.97237,900,100,1), - (12503,106318,1,734.211,-4121.82,-9.89963,-2.98451,0,0,0.996917,-0.078459,3600,100,1), - (12504,106318,1,-88.3689,-4047.04,64.706,-0.750491,0,0,0.366501,-0.930418,3600,100,1), - (12505,3719,1,992.105,-4407.13,14.5778,-2.94961,0,0,0.995396,-0.095846,900,100,1), - (12506,3240,1,-1312.84,-5571.7,7.27235,-1.27409,0,0,0.594823,-0.803857,900,100,1), - (12507,3240,1,-671.754,-5647.71,9.29216,-0.383972,0,0,0.190809,-0.981627,900,100,1), - (12508,3240,1,-1096.89,-5395.87,11.1797,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (12509,171938,1,-317.603,-4105.12,54.3323,0.20944,0,0,0.104528,0.994522,60,100,1), - (12510,171938,1,-408.213,-4395.52,42.7661,-0.122173,0,0,0.061049,-0.998135,60,100,1), - (12511,171938,1,-322.206,-4438.69,56.7659,1.27409,0,0,0.594823,0.803857,60,100,1), - (12512,171938,1,-601.576,-4075.62,75.8641,-0.907571,0,0,0.438371,-0.898794,60,100,1), - (12513,171938,1,-427.711,-4185.25,50.4451,-2.16421,0,0,0.882948,-0.469472,60,100,1), - (12514,171938,1,-674.292,-4300.25,44.9458,-2.26893,0,0,0.906308,-0.422618,60,100,1), - (12515,171938,1,-317.47,-4438.41,57.4445,-1.20428,0,0,0.566406,-0.824126,60,100,1), - (12516,175784,1,-619.816,-4336.18,41.0216,-1.6057,0,0,0.71934,-0.694658,900,100,1), - (12517,175784,1,-754.337,-4322.51,43.4382,-0.907571,0,0,0.438371,-0.898794,900,100,1), - (12518,175784,1,-211.662,-4232.13,63.4633,1.79769,0,0,0.782608,0.622515,900,100,1), - (12520,1617,1,1428.5,-4748.67,30.0708,2.87979,0,0,0.991445,0.130528,300,100,1), - (12521,1620,1,1450.59,-4902.48,9.71276,-2.44346,0,0,-0.939692,0.342021,300,100,1), - (12522,1617,1,1303.82,-4208.95,27.4298,2.80998,0,0,0.986286,0.165048,300,100,1), - (12523,1617,1,1285.04,-4064.33,33.2841,-2.05949,0,0,-0.857168,0.515037,300,100,1), - (12524,1618,1,139.258,-3887.16,39.8697,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (12525,1618,1,687.802,-3908.26,15.4886,-0.331612,0,0,-0.165047,0.986286,300,100,1), - (12526,1618,1,1022.25,-4360.64,17.7009,2.74017,0,0,0.979925,0.199366,300,100,1), - (12527,1619,1,432.176,-3955.29,29.5882,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (12528,180248,0,-12674.2,-12.4252,0,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (12529,180248,0,-12717.3,180.569,0,1.13446,0,0,0.5373,0.843391,180,100,1), - (12530,1618,1,-315.773,-4749.27,36.0095,1.8326,0,0,0.793355,0.60876,300,100,1), - (12531,1618,1,-427.984,-4721.79,39.5991,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (12532,1619,1,1234.46,-4130.65,26.2044,1.06465,0,0,0.507538,0.861629,300,100,1), - (12533,1619,1,1150.29,-4129.9,20.6516,1.01229,0,0,0.484809,0.87462,300,255,1), - (12534,1731,1,-111.785,-4017.52,67.2261,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (12535,1731,1,58.4049,-4381.18,74.8717,0.383972,0,0,0.190809,0.981627,300,100,1), - (12537,1731,1,359.069,-5093.58,12.6732,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (12539,1731,1,701.043,-4386.61,27.4552,2.53073,0,0,0.953717,0.300705,300,100,1), - (12540,1731,1,1181.44,-5106.4,8.4284,-2.96706,0,0,-0.996195,0.0871556,300,100,1), - (12541,1731,1,121.802,-4321.91,60.3641,1.44862,0,0,0.662619,0.748957,300,100,1), - (12542,1731,1,31.9014,-4346.94,76.9537,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (12543,1731,1,932.9,-4749.66,21.0103,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (12544,1731,1,790.85,-3870.64,21.5309,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (12545,1731,1,1513.36,-4712.86,12.2831,-0.418879,0,0,-0.207912,0.978148,300,100,1), - (12546,106318,1,-194.72,-5306,-6.54705,-1.11701,0,0,0.529919,-0.848048,3600,100,1), - (12547,106318,1,931.159,-4766,23.7042,-0.10472,0,0,0.052336,-0.99863,3600,100,1), - (12548,106318,1,1476.12,-4745.69,12.1913,-1.85005,0,0,0.798635,-0.601815,3600,100,1), - (12549,3719,1,946.095,-4704.73,23.0614,3.00197,0,0,0.997564,0.069757,900,100,1), - (12550,3658,1,-1336.29,-5200.97,-0.091026,-0.680679,0,0,0.333807,-0.942641,900,100,1), - (12551,3658,1,563.076,-4090.13,15.6692,1.16937,0,0,0.551937,0.833886,900,100,1), - (12552,106318,1,421.9,-4252.33,26.8041,2.51327,0,0,0.951057,0.309017,3600,100,1), - (12553,3719,1,-639.43,-5185.13,0.112274,2.60054,0,0,0.96363,0.267238,900,100,1), - (12554,3240,1,-725.509,-5577.85,26.8711,1.32645,0,0,0.615662,0.788011,900,100,1), - (12555,171938,1,-407.968,-4061.42,51.8647,-0.226893,0,0,0.113203,-0.993572,60,100,1), - (12556,171938,1,-413.091,-4398.37,43.5909,-3.12414,0,0,0.999962,-0.008727,60,100,1), - (12557,171938,1,-469.634,-4378.43,48.3773,-0.575959,0,0,0.284015,-0.95882,60,100,1), - (12558,171938,1,-422.691,-4187.55,51.6474,-0.750491,0,0,0.366501,-0.930418,60,100,1), - (12559,171938,1,-746.487,-4276.66,43.7713,-0.575959,0,0,0.284015,-0.95882,60,100,1), - (12560,171938,1,-516.889,-4187.04,77.1396,-1.22173,0,0,0.573576,-0.819152,60,100,1), - (12561,171938,1,-423.568,-4175.42,50.8418,1.15192,0,0,0.544639,0.838671,60,100,1), - (12562,171938,1,-406.41,-4460.83,51.9784,0.855211,0,0,0.414693,0.909961,60,100,1), - (12563,171938,1,-465.098,-4381.39,50.5997,1.64061,0,0,0.731354,0.681998,60,100,1), - (12564,2061,0,-11493.4,-2682.39,6.60872,3.10669,0,0,0.999848,0.017452,900,100,1), - (12565,171938,1,-295.805,-4337.23,56.8324,-1.50098,0,0,0.681998,-0.731354,60,100,1), - (12566,1624,1,-2414.87,-3147.57,35.858,0.558505,0,0,0.275637,0.961262,300,100,1), - (12568,1618,1,481.501,-4376.18,36.1501,0.087266,0,0,0.0436192,0.999048,300,100,1), - (12570,1617,1,364.987,-5048.29,21.9876,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (12571,1618,1,458.795,-4891.96,20.8872,0.680678,0,0,0.333807,0.942642,300,100,1), - (12573,1618,1,740.525,-4847.93,32.4315,3.07178,0,0,0.999391,0.0348993,300,100,1), - (12575,1617,1,540.029,-4440.94,36.0085,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (12577,1618,1,1080.12,-4207.17,20.0417,-0.907571,0,0,-0.438371,0.898794,300,100,1), - (12579,1618,1,1351.06,-4764.11,26.9909,0,0,0,0,1,300,100,1), - (12580,1618,1,1267.29,-4862.45,15.5736,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (12581,1619,1,459.594,-4523.14,50.9001,2.44346,0,0,0.939692,0.342021,300,100,1), - (12582,1619,1,820.78,-4342.06,16.7858,-0.785398,0,0,-0.382683,0.92388,300,100,1), - (12583,1617,1,763.727,-3959.34,19.3767,1.13446,0,0,0.537298,0.843393,300,100,1), - (12584,1619,1,-94.2754,-5147.63,26.5847,0.663225,0,0,0.325568,0.945519,300,100,1), - (12586,1617,1,-836.319,-5351.61,3.8319,-2.02458,0,0,-0.848048,0.52992,300,100,1), - (12587,1617,1,-1100.57,-5415.55,12.5125,-0.453786,0,0,-0.224951,0.97437,300,100,1), - (12588,3240,1,-774.9,-5376.08,4.16603,2.75762,0,0,0.981627,0.190809,900,100,1), - (12589,3240,1,-708.66,-5506.35,8.04669,2.77507,0,0,0.983255,0.182236,900,100,1), - (12590,3240,1,-1091.36,-5623.13,4.18125,3.07178,0,0,0.999391,0.034899,900,100,1), - (12591,171938,1,-244.933,-4318.93,61.35,1.20428,0,0,0.566406,0.824126,60,100,1), - (12592,171938,1,-444.979,-4122.43,51.091,0.418879,0,0,0.207912,0.978148,60,100,1), - (12593,171938,1,-592.091,-4074.48,74.4737,-0.20944,0,0,0.104528,-0.994522,60,100,1), - (12594,2045,1,-846.029,-4001.46,-35.1374,0.296706,0,0,0.147809,0.989016,300,100,1), - (12595,105576,1,1805.83,-4373.97,-16.4956,-0.767945,0,0,0.374607,-0.927184,900,100,1), - (12598,1618,1,1235.7,-4640.08,17.4076,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (12599,1619,1,1256.75,-4683.24,16.3772,2.56563,0,0,0.958819,0.284017,300,100,1), - (12600,106318,1,861.81,-4777.55,38.2888,-0.523599,0,0,0.258819,-0.965926,3600,100,1), - (12601,1731,1,620.868,-3887.83,29.8135,1.23918,0,0,0.580701,0.814117,300,100,1), - (12602,3719,1,787.201,-4530.7,5.7406,1.78024,0,0,0.777146,0.62932,900,100,1), - (12603,106318,1,1141.59,-4667.73,17.8821,0.523599,0,0,0.258819,0.965926,3600,100,1), - (12604,180035,0,-9578.6,-6.51876,63.4664,0.069293,0,0,0.0346396,0.9994,25,0,1), - (12605,178087,1,-87.7195,-4274.56,65.9037,-1.48353,0,0,0.67559,-0.737277,2,100,1), - (12606,178089,1,-87.3667,-4274.53,65.9519,0,0,0,0,1,900,100,1), - (12607,179965,0,-9572.91,-21.8701,62.3359,5.06774,0,0,0.571,-0.82095,25,0,1), - (12609,177673,1,252.513,2963.7,1.64204,0.907571,0,0,0.438371,0.898794,900,100,1), - (12610,1731,1,1316.97,-4828.23,24.0255,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (12611,106318,1,-262.429,-5019.61,22.1168,-2.02458,0,0,0.848048,-0.529919,3600,100,1), - (12612,102986,1,-1099.82,-5525.24,11.7731,-0.087267,0,0,0.04362,-0.999048,30,100,1), - (12613,102986,1,-1130.52,-5546.65,10.6045,-0.785398,0,0,0.382683,-0.92388,30,100,1), - (12614,102986,1,-1093.61,-5581.69,11.1797,2.49582,0,0,0.948324,0.317305,30,100,1), - (12615,102986,1,-1128.37,-5580.3,9.90749,-0.872665,0,0,0.422618,-0.906308,30,100,1), - (12616,1731,1,-281.428,-4741.94,39.3108,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (12617,1731,1,-111.012,-4599,54.0679,-0.680679,0,0,-0.333807,0.942641,300,100,1), - (12619,3236,1,-76.2622,-5358.88,-19.4791,1.16937,0,0,0.551937,0.833886,900,100,1), - (12620,3236,1,-60.0938,-5336.67,-20.281,-1.27409,0,0,0.594823,-0.803857,900,100,1), - (12621,179965,0,-9568.45,-15.9329,63.2724,1.88374,0,0,0.808658,0.588278,25,0,1), - (12622,92066,0,-11758.3,-2830.26,6.69308,3.14159,0,0,1,0,900,100,1), - (12623,3240,1,-953.294,-5207.47,3.64188,-0.802851,0,0,0.390731,-0.920505,900,100,1), - (12624,2066,0,-11758.3,-2830.26,6.69308,3.14159,0,0,1,0,900,100,1), - (12625,1620,1,-157.146,-3992.43,57.2922,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (12626,92067,0,-11763.6,-2838.62,6.55515,1.22173,0,0,0.573576,0.819152,900,100,1), - (12627,3240,1,-1112.72,-5152.75,0.909302,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (12628,3237,1,-1287.58,-5528.78,15.2078,-0.523599,0,0,0.258819,-0.965926,10,100,1), - (12629,3240,1,-1352.6,-5123.35,1.75954,-1.22173,0,0,0.573576,-0.819152,900,100,1), - (12630,1618,1,-15.9547,-4872.84,19.7165,1.97222,0,0,0.833885,0.551938,300,100,1), - (12631,1618,1,-146.283,-4849.16,19.7906,-3.08923,0,0,-0.999657,0.0261783,300,100,1), - (12632,2066,0,-11763.6,-2838.62,6.55515,1.22173,0,0,0.573576,0.819152,900,100,1), - (12633,179965,0,-9566.72,-6.08936,62.4968,0.400911,0,0,0.199116,0.979976,25,0,1), - (12634,164618,0,-10995.9,-3387.51,62.1163,3.01069,0,0,0.997859,0.065403,900,100,1), - (12636,1617,1,-609.551,-4933.75,37.4598,1.29154,0,0,0.601814,0.798637,300,100,1), - (12637,106318,1,-1246.56,-5511.22,5.81966,2.44346,0,0,0.939693,0.34202,3600,100,1), - (12638,171938,1,-551.576,-4292.26,37.0935,-1.91986,0,0,0.819152,-0.573576,60,100,1), - (12639,171938,1,-422.731,-4377.85,42.2301,0.890118,0,0,0.430511,0.902585,60,100,1), - (12640,171938,1,-556.425,-4288.72,37.4423,0.820305,0,0,0.398749,0.91706,60,100,1), - (12641,153460,0,-10896,-3187.26,49.8529,2.15099,0.038991,-0.001239,0.879446,0.474397,900,100,1), - (12642,153459,0,-10894.9,-3185.49,49.5703,1.85632,0,0,0.800519,0.599308,900,100,1), - (12643,171938,1,-360.679,-4337.94,58.1938,-0.767945,0,0,0.374607,-0.927184,60,100,1), - (12644,171938,1,-404.261,-4263.58,49.3811,-1.71042,0,0,0.75471,-0.656059,60,100,1), - (12645,125475,0,-11621.1,-3403.74,7.69724,3.14159,0,0,1,0,900,100,1), - (12646,171938,1,-486.916,-4291.01,43.2161,-0.733038,0,0,0.358368,-0.93358,60,100,1), - (12649,2066,0,-11621.1,-3403.74,7.69724,3.14159,0,0,1,0,900,100,1), - (12652,36645,0,-10842.7,-2717.93,7.63569,2.58309,0,0,0.961262,0.275637,900,100,1), - (12653,2066,0,-10842.7,-2717.93,7.63569,2.58309,0,0,0.961262,0.275637,900,100,1), - (12654,176905,429,-21.1056,-392.466,-58.1027,-1.16064,0,0,-0.548292,0.836287,180,255,1), - (12655,176906,429,4.30669,-441.621,-37.9976,-2.71398,0,0,-0.97723,0.212183,180,255,1), - (12657,179485,429,558.806,550.065,-25.4008,3.14159,0,0,1,0.00000126759,180,255,1), - (12658,175404,429,263.743,-266.911,-59.9769,2.94959,0,0,0.995396,0.0958512,7200,255,1), - (12659,175404,429,255.189,-358.638,-107.365,2.61799,0,0,0.965925,0.258821,7200,255,1), - (12660,3968,0,-10490.2,-3189.44,18.4571,2.32129,0,0,0.91706,0.398749,900,100,1), - (12661,175404,429,277.033,-348.927,-101.016,0.750491,0,0,0.366501,0.930418,7200,255,1), - (12662,2061,0,-10490.2,-3189.44,18.4571,2.32129,0,0,0.91706,0.398749,900,100,1), - (12663,3967,0,-10474,-3189.87,18.4571,-0.02618,0,0,-0.013089,0.999914,900,100,1), - (12664,175404,429,288.452,-309.522,-84.566,-1.44862,0,0,-0.662619,0.748957,7200,255,1), - (12665,171938,1,-326.03,-4395.06,58.3265,-2.09439,0,0,0.866025,-0.5,60,100,1), - (12666,171938,1,-487.607,-4277.06,43.0128,1.0821,0,0,0.515038,0.857167,60,100,1), - (12667,171938,1,-406.266,-4279.2,46.376,-2.35619,0,0,0.92388,-0.382683,60,100,1), - (12668,171938,1,-489.093,-4301.17,42.8668,-0.314159,0,0,0.156434,-0.987688,60,100,1), - (12669,148736,1,-2097.21,-3663.74,96.2722,-1.64061,0,0,-0.731354,0.681998,900,100,1), - (12670,4097,1,-452.225,-2664.52,98.1168,1.5708,0,0,0.707107,0.707107,900,100,1), - (12671,58369,1,-188.267,-2955.17,91.7474,0.18326,0,0,0.091502,0.995805,2,100,1), - (12672,174849,1,-920.413,-3690.45,13.0609,-1.41369,-0.007235,-0.002009,-0.649438,0.760377,900,100,1), - (12673,2061,0,-10474,-3189.87,18.4571,-0.02618,0,0,-0.013089,0.999914,900,100,1), - (12674,68865,1,-928.168,-3694.26,7.475,1.36136,0,0,0.62932,0.777146,10,100,1), - (12675,2061,0,-10493.9,-3251.54,21.1533,1.38754,0,0,0.639439,0.768842,900,100,1), - (12676,37034,0,-10909.2,-3400.81,81.8246,2.89725,0,0,0.992546,0.12187,900,100,1), - (12677,179965,0,-9593.85,-2.78177,61.0596,3.13233,0,0,0.999989,0.00463134,25,0,1), - (12678,180248,0,-12773.2,374.574,0,0.244346,0,0,0.121869,0.992546,180,100,1), - (12679,180515,0,-9571.3,-18.8353,62.7875,4.90124,0,0,0.637287,-0.770626,25,0,1), - (12680,180524,0,-9578.63,-3.2352,62.2595,1.72431,0,0,0.759247,0.650802,25,0,1), - (12681,37036,0,-10910.1,-3404.73,81.8246,2.89725,0,0,0.992546,0.12187,900,100,1), - (12682,37038,0,-10913.1,-3409.86,81.8246,1.37009,0,0,0.632706,0.774392,900,100,1), - (12683,37028,0,-10930.3,-3390.91,80.4548,2.9147,0,0,0.993572,0.113203,900,100,1), - (12684,4098,1,-450.996,-2663.02,98.0716,3.14159,0,0,1,0,900,100,1), - (12685,37029,0,-10914.6,-3400.72,66.5054,2.87979,0,0,0.991445,0.130526,900,100,1), - (12686,3662,0,-8407,580.736,91.978,-2,0,0,-0.782608,0.622515,180,0,1), - (12687,20738,1,787.844,-1821.5,91.5556,0.095993,0,0,0.047978,0.998848,900,100,1), - (12688,37031,0,-10898.1,-3375.75,66.5054,-2.73144,0,0,0.979045,-0.203642,900,100,1), - (12689,20739,1,785.534,-1821.2,91.667,2.60927,0,0,0.964787,0.263031,900,100,1), - (12690,4099,1,-453.703,-2663.27,98.0783,0,0,0,0,1,900,100,1), - (12691,148739,1,-2100.64,-3665.34,96.2722,-0.122174,0,0,-0.061049,0.998135,900,100,1), - (12692,4100,1,-452.417,-2661.85,98.0802,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (12693,152330,0,-10923.5,-3415.79,90.566,0.846486,0,0,0.410719,0.911762,900,100,1), - (12694,4101,1,-958.231,-3680.35,10.4625,-1.6057,0,0,-0.71934,0.694658,900,100,1), - (12695,4102,1,-532.68,-1571.91,94.0003,1.5708,0,0,0.707107,0.707107,900,100,1), - (12696,4103,1,-532.872,-1569.25,94.0003,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (12697,2061,0,-10923.5,-3415.79,90.566,0.846486,0,0,0.410719,0.911762,900,100,1), - (12698,37025,0,-10900.1,-3376.07,66.5054,-0.549778,0,0,-0.27144,0.962455,900,100,1), - (12699,92423,1,-4925.59,-2344.58,-49.1021,-1.3439,0,0,0.622515,-0.782608,300,100,1), - (12700,37032,0,-10908.5,-3397.46,81.8246,2.89725,0,0,0.992546,0.12187,900,100,1), - (12701,4104,1,-450.997,-2663.03,97.2389,3.14159,0,0,1,0,900,100,1), - (12702,4105,1,-453.739,-2663.27,97.2993,0,0,0,0,1,900,100,1), - (12703,3772,0,-10897.6,-3377.26,66.5714,3.01069,0,0,0.997859,0.065403,900,100,1), - (12704,174857,1,-1002.34,-3664.53,25.7661,-1.00356,0,0,-0.480988,0.876727,900,100,1), - (12705,146441,1,-1990.47,-3611.05,23.5673,2.3911,0,0,0.930417,0.366502,900,100,1), - (12706,37035,0,-10912.6,-3389.52,81.8246,-1.81514,0,0,-0.788011,0.615661,900,100,1), - (12707,4106,1,-453.727,-2663.26,96.4664,0,0,0,0,1,900,100,1), - (12708,174858,1,-933.02,-3685.36,13.8213,-2.74889,0,0,0.980785,-0.195091,900,100,1), - (12709,152332,0,-10945.5,-3410.69,90.566,1.89368,0,0,0.811574,0.584249,900,100,1), - (12710,2061,1,-2115.02,-3662.73,60.9434,2.01536,0,0,0.845596,0.533824,900,100,1), - (12711,2061,1,-2146.4,-3594.45,92.3519,-1.69711,0,0,-0.750327,0.661067,900,100,1), - (12712,2061,0,-10945.5,-3410.69,90.566,1.89368,0,0,0.811574,0.584249,900,100,1), - (12713,37026,0,-10932.4,-3400.57,80.4548,2.79253,0,0,0.984808,0.173649,900,100,1), - (12714,152325,0,-10972.7,-3392.57,68.4378,-0.226893,0,0,-0.113203,0.993572,900,100,1), - (12715,2061,1,-2203.91,-3679.3,93.0134,-2.67065,0,0,0.972404,-0.233303,900,100,1), - (12716,2061,1,-1504.07,-3822.28,23.4477,2.21657,0,0,0.894934,0.446198,900,100,1), - (12717,2043,1,-2693.84,-3001.36,44.4557,0.977384,0,0,0.469471,0.882948,300,100,1), - (12718,2061,0,-10972.7,-3392.57,68.4378,-0.226893,0,0,-0.113203,0.993572,900,100,1), - (12719,175740,0,-5350.43,-3019.89,319.433,2.58309,0,0,0.961262,0.275637,2,100,1), - (12720,152328,0,-10969.8,-3380,68.4378,-0.226893,0,0,-0.113203,0.993572,900,100,1), - (12721,175736,0,-5388.9,-2972.13,326.849,1.90241,0,0,0.814116,0.580703,7200,100,1), - (12722,2061,1,-1714.17,-3823.66,12.4703,3.14159,0,0,1,0,900,100,1), - (12723,2061,1,-1747.03,-3729.09,13.6705,3.14159,0,0,1,0,900,100,1), - (12724,2061,1,251.957,-1939.84,91.6667,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (12725,2061,1,60.8403,-2094.2,91.6667,3.14159,0,0,1,0,900,100,1), - (12726,2061,1,-48.4236,-2225.68,91.7722,0.364043,0,0,0.181018,0.98348,900,100,1), - (12727,2061,1,-1332.74,-3127.71,91.5556,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (12728,2061,1,-1538.86,-2892.48,91.5556,3.14159,0,0,1,0,900,100,1), - (12729,2061,1,-1356.79,-3899.09,10.2551,3.11541,0,0,0.999914,0.01309,900,100,1), - (12730,2061,1,-396.901,-2709.93,97.5702,2.64417,0,0,0.969231,0.246153,900,100,1), - (12731,2061,1,-1633.21,-3616.11,91.6664,2.92855,0,0,0.994332,0.106318,900,100,1), - (12732,2061,1,171.923,-3597.01,27.1846,-0.948749,0,0,-0.456782,0.889579,900,100,1), - (12733,2061,1,-1694.43,-3610.02,91.9548,2.62309,0,0,0.966582,0.256356,900,100,1), - (12734,2061,1,-4219.69,-2334.53,91.8015,3.14159,0,0,1,0,900,100,1), - (12735,2061,1,-2249.66,-2368.53,91.6667,-1.38791,0,0,-0.639584,0.768721,900,100,1), - (12736,2061,1,-1049.06,-2311.18,91.8903,-0.516105,0,0,-0.255198,0.966889,900,100,1), - (12737,180524,0,-9605.2,31.1625,62.1422,0.311559,0,0,0.15515,0.987891,25,0,1), - (12738,2061,1,-1069.32,-1915.95,91.6421,1.85013,0,0,0.798661,0.601782,900,100,1), - (12739,2061,1,-1189.31,-2011.94,91.669,3.14159,0,0,1,0,900,100,1), - (12740,2061,1,-1501.25,-3685.33,91.8119,-0.929909,0,0,-0.448382,0.893842,900,100,1), - (12741,2061,1,-1374.86,-3600.83,92.0525,3.14159,0,0,1,0,900,100,1), - (12742,2061,1,-163.722,-1794.28,91.6667,3.14159,0,0,1,0,900,100,1), - (12743,2061,1,-1434.77,-3659.73,92.101,-0.39319,0,0,-0.195331,0.980737,900,100,1), - (12744,2061,1,-4152.31,-2193.78,50.1831,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (12745,2061,1,-59.434,-1639.85,91.6667,3.14159,0,0,1,0,900,100,1), - (12746,2061,1,-1589.91,-3684.87,92.0724,-1.8068,0,0,-0.785435,0.618944,900,100,1), - (12747,2061,1,-1209.38,-2172.98,91.5436,-3.0805,-0.02643,0.00792,0.99916,-0.030299,900,100,1), - (12748,2061,1,1383.86,-3432.73,95.6818,-1.98819,0.032708,0.133378,-0.825105,0.548035,900,100,1), - (12749,2061,1,1335.35,-3497.16,93.1254,1.97369,0.024396,0.042292,0.833217,0.550787,900,100,1), - (12750,2061,1,1348.33,-3478.86,93.5774,-1.90821,0.044107,0.104488,-0.807166,0.579328,900,100,1), - (12751,2061,1,1393.99,-3481.34,95.0098,-0.605298,-0.073672,-0.034209,-0.300208,0.950409,900,100,1), - (12752,2061,1,1395.6,-3441.52,94.1386,0.144957,-0.010197,-0.104814,0.070163,0.991961,900,100,1), - (12753,2061,1,1342.49,-3506.73,93.8913,-1.56793,-0.099719,0.027095,-0.705578,0.701057,900,100,1), - (12754,2061,1,1353.49,-3522.31,95.22,-0.800406,-0.045733,0.054979,-0.386682,0.919436,900,100,1), - (12757,1621,0,-4966.77,-3511.53,303.927,-3.00197,0,0,-0.997564,0.0697546,300,100,1), - (12758,180248,0,-12819.8,481.249,0,1.64061,0,0,0.731354,0.681998,180,100,1), - (12759,3694,0,-8484,673.003,102.428,1.524,0,0,0,0,180,0,1), - (12760,1621,0,-5700.1,-4125.57,387.346,-2.47837,0,0,-0.945519,0.325567,300,100,1), - (12761,1619,0,-5715.38,-3083,331.166,3.10669,0,0,0.999848,0.0174505,300,100,1), - (12762,1619,0,-5610.79,-3103.19,367.001,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (12763,2061,0,-10969.8,-3380,68.4378,-0.226893,0,0,-0.113203,0.993572,900,100,1), - (12765,37030,0,-10917.7,-3400.04,66.5054,-0.226893,0,0,-0.113203,0.993572,900,100,1), - (12766,1622,0,-5023.25,-3982.92,304.49,2.54818,0,0,0.956305,0.292372,300,100,1), - (12767,1585,0,-4750.57,-3389.01,284.88,-2.30383,0,0,0.913545,-0.406737,2,100,1), - (12768,37027,0,-10898.2,-3378.53,66.5054,2.33002,0,0,0.918791,0.394743,900,100,1), - (12769,37033,0,-10908.6,-3390.43,81.8246,-1.81514,0,0,-0.788011,0.615661,900,100,1), - (12770,180656,0,-5260.79,-3631.81,297.605,1.64061,0,0,0.731354,0.681998,3600,100,1), - (12771,37037,0,-10917.1,-3409.13,81.8246,1.37009,0,0,0.632706,0.774392,900,100,1), - (12772,152329,0,-10915.6,-3380.51,90.566,0.846486,0,0,0.410719,0.911762,900,100,1), - (12773,180656,0,-5250.53,-3448.45,297.605,-0.436333,0,0,-0.21644,0.976296,3600,100,1), - (12774,180656,0,-5120.34,-3561.44,297.615,2.25148,0,0,0.902586,0.430509,3600,100,1), - (12775,180656,0,-5232.57,-3133.11,297.605,-2.00713,0,0,-0.843392,0.537299,3600,100,1), - (12776,2061,0,-10915.6,-3380.51,90.566,0.846486,0,0,0.410719,0.911762,900,100,1), - (12777,152327,0,-10937.3,-3375.7,90.566,2.41728,0,0,0.935135,0.354291,900,100,1), - (12778,180656,0,-4845.88,-3409.7,297.605,2.07694,0,0,0.861629,0.507539,3600,100,1), - (12779,2061,0,-10937.3,-3375.7,90.566,2.41728,0,0,0.935135,0.354291,900,100,1), - (12780,180656,0,-5141.95,-3445.86,297.025,0.872665,0,0,0.422618,0.906308,3600,100,1), - (12781,2061,1,1373.15,-3496.86,93.378,1.76671,0.036881,0.023142,0.7725,0.63352,900,100,1), - (12782,180656,0,-5291.58,-3505.29,297.605,2.37365,0,0,0.927184,0.374606,3600,100,1), - (12784,1620,0,-5602.32,-3811.95,318.149,0.977384,0,0,0.469471,0.882948,300,100,1), - (12785,1622,0,-5674.61,-4244.56,394.191,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (12786,152331,0,-10922.3,-3403.12,81.6863,-1.27409,0,0,-0.594823,0.803857,900,100,1), - (12787,1620,0,-4831.44,-3637.69,300.802,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (12788,2061,0,-10922.3,-3403.12,81.6863,-1.27409,0,0,-0.594823,0.803857,900,100,1), - (12789,1622,0,-4825.2,-3967.19,335.894,2.32129,0,0,0.91706,0.398748,300,100,1), - (12790,2061,1,1389.98,-3449.48,94.0693,-0.357156,-0.050162,-0.046679,-0.179435,0.981381,900,100,1), - (12791,1621,0,-5278.94,-4121.98,333.808,1.3439,0,0,0.622513,0.782609,300,100,1), - (12792,2061,1,1361.26,-3438.53,97.4849,-0.364063,0.05103,-0.112426,-0.172554,0.977232,900,100,1), - (12793,152326,0,-10919.7,-3392.57,81.6863,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (12794,3705,0,-5863.49,-2661.53,310.606,-1.79769,0,0,0.782608,-0.622515,7200,100,1), - (12795,3662,0,-4893.78,-3911.83,299.384,-2.93215,0,0,0.994522,-0.104529,7200,100,1), - (12796,106319,0,-6162.26,-2950.6,409.209,1.88496,0,0,0.809017,0.587785,7200,100,1), - (12797,2061,1,1360.39,-3424.88,93.535,2.61113,-0.143949,0.054463,0.952928,0.261228,900,100,1), - (12798,2061,0,-10919.7,-3392.57,81.6863,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (12799,147285,0,-10950.9,-3456.82,64.9544,2.57053,0,0,0.959512,0.281668,900,100,1), - (12800,2061,1,1328.57,-3455.16,96.3315,-2.49035,0.166881,-0.010923,0.937259,-0.305904,900,100,1), - (12801,3705,0,-6057.48,-2747.02,418.459,1.16937,0,0,0.551937,0.833886,7200,100,1), - (12802,147282,0,-10944.5,-3461.83,66.7624,-2.91853,0,0,0.993787,-0.1113,900,100,1), - (12803,2061,1,1361.47,-3517.11,94.4336,-0.547735,-0.093562,0.037196,-0.268064,0.958125,900,100,1), - (12804,2061,1,1420.36,-3432.49,93.2807,0.594354,-0.034217,-0.030815,0.291735,0.95539,900,100,1), - (12805,2061,1,1359.64,-3544.39,95.22,-1.8232,0.021495,0.024777,-0.789934,0.612314,900,100,1), - (12807,2061,1,1379.54,-3473.35,95.1305,1.95743,-0.016532,-0.095291,0.823931,0.558376,900,100,1), - (12808,2061,1,1422.4,-3410.77,92.8875,0.621397,0.079503,0.121786,0.292495,0.945142,900,100,1), - (12809,147283,0,-10951.6,-3450.37,66.7624,-1.47863,0,0,-0.673784,0.738929,900,100,1), - (12810,146441,0,-10950.2,-3463.4,66.7624,1.33134,0,0,0.617588,0.786502,900,100,1), - (12811,2061,1,1344.75,-3491.09,93.9261,0.038674,-0.048422,-0.12542,0.012776,0.990839,900,100,1), - (12812,2061,1,1352.67,-3415.36,91.7402,1.21904,-0.034947,0.113954,0.564959,0.816465,900,100,1), - (12814,2061,1,1336.4,-3480.26,92.9038,1.97321,0.065573,-0.019348,0.832929,0.54914,900,100,1), - (12815,1622,0,-5078.84,-3904.73,338.264,2.63545,0,0,0.968148,0.250379,300,100,1), - (12816,1621,0,-5715.8,-3593.29,315.573,2.93215,0,0,0.994522,0.10453,300,100,1), - (12817,2061,1,1372.32,-3487.1,94.5371,0.479447,-0.000306,-0.00246,0.237431,0.971401,900,100,1), - (12818,2061,1,1356.07,-3490.57,93.1908,0.072963,-0.049134,0.059002,0.039225,0.996276,900,100,1), - (12819,1617,0,-5881.22,-2822.22,375.666,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (12820,2061,1,1349.52,-3463.09,97.4849,-1.83812,0.012761,-0.01211,-0.794938,0.606436,900,100,1), - (12821,2061,1,1411.1,-3418.39,93.2807,0.635857,-0.049878,0.090686,0.312769,0.944174,900,100,1), - (12822,2061,1,1402.73,-3404.76,91.6278,-0.537121,0.107437,0.085757,-0.271563,0.952553,900,100,1), - (12823,2061,1,1325.99,-3489.71,92.2671,2.29768,0.000767,0.07172,0.909164,0.410214,900,100,1), - (12824,1617,0,-5963.09,-2837.92,381.288,2.60054,0,0,0.96363,0.267239,300,100,1), - (12825,2061,1,1358.95,-3507.07,92.4424,-0.533093,0.023197,0.016294,-0.263677,0.964194,900,100,1), - (12826,3662,0,-5277.47,-2694.25,344.979,2.56563,0,0,0.95882,0.284015,7200,100,1), - (12827,147284,0,-10957.2,-3458.73,66.7624,0.004894,0,0,0.002447,0.999997,900,100,1), - (12828,3705,0,-8403,583.113,93.168,-2,0,0,-0.782608,0.622515,180,100,1), - (12829,2061,1,1342.92,-3434.97,93.4338,2.88264,0.089268,-0.029422,0.987027,0.130166,900,100,1), - (12830,148773,0,-10988.4,-3480.42,79.0824,-1.30027,0,0,-0.605294,0.796002,900,100,1), - (12831,148748,0,-10970.2,-3487.94,94.3807,-2.73144,0,0,0.979045,-0.203642,900,100,1), - (12832,2061,1,1403.97,-3456.29,92.5976,-0.20562,-0.022073,-0.026898,-0.103121,0.99406,900,100,1), - (12833,2061,1,1339.34,-3447.24,93.5414,2.4051,0.143469,0.038799,0.926379,0.346025,900,100,1), - (12834,2061,1,-314.069,-1965.78,90.5821,2.31256,0,0,0.915311,0.402747,900,100,1), - (12835,2061,1,-297.85,-1966.34,90.5821,-0.034906,0,0,-0.017452,0.999848,900,100,1), - (12836,2061,1,-397.751,-2657.1,96.3563,-0.794125,0,0,-0.386711,0.922201,900,100,1), - (12837,1620,0,-5502.61,-3469.22,298.138,-2.86234,0,0,-0.990268,0.139173,300,100,1), - (12838,2061,1,-392.717,-2635.56,96.3563,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (12839,2061,1,-403.857,-2632.92,96.3563,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (12840,2061,1,-390.37,-2645.71,96.3563,0.322885,0,0,0.160742,0.986996,900,100,1), - (12841,148729,0,-11003.5,-3498.61,103.202,0.951204,0,0,0.457874,0.889017,900,100,1), - (12842,1619,0,-5379.89,-2686.1,376.639,0.872665,0,0,0.422618,0.906308,300,100,1), - (12843,148730,0,-10967.6,-3491.23,103.208,-2.99324,0,0,0.99725,-0.074108,900,100,1), - (12844,148737,0,-10984.3,-3511.99,103.237,1.57952,0,0,0.710185,0.704015,900,100,1), - (12845,3705,0,-4773.52,-2991.69,322.995,0.663225,0,0,0.325568,0.945519,7200,100,1), - (12846,2043,1,-4527.7,-3489.38,36.6465,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (12847,2061,1,-412.85,-2657.59,96.3563,-0.794125,0,0,-0.386711,0.922201,900,100,1), - (12848,1618,0,-5905.55,-2566.78,311.055,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (12849,2061,1,-541.718,-3156.59,94.3166,2.27179,0.008644,-0.102972,0.9001,0.423251,900,100,1), - (12850,2061,1,-526.471,-3154.22,96.465,3.093,0.123189,-0.053846,0.990453,0.030456,900,100,1), - (12851,148740,0,-10999.1,-3511,103.257,0.951204,0,0,0.457874,0.889017,900,100,1), - (12852,2061,1,-516.573,-3149,95.6644,-1.25517,0.041188,-0.026217,-0.586607,0.808398,900,100,1), - (12853,2061,1,-562.929,-3160.84,94.8589,-2.9912,-0.002953,-0.100641,0.992027,-0.0758,900,100,1), - (12854,2061,1,-554.55,-3166.92,92.8678,-2.97655,-0.023245,0.016225,0.996229,-0.081999,900,100,1), - (12855,2061,1,-602.146,-3158.36,92.9713,-1.88429,0.022242,0.024109,-0.808264,0.587906,900,100,1), - (12856,1619,0,-5196.76,-2675.53,353.386,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (12857,2061,1,-507.904,-3157.23,94.806,-0.931179,0.071618,-0.003894,-0.449481,0.890406,900,100,1), - (12858,148749,0,-10972.7,-3475.92,103.257,-2.19039,0,0,0.889017,-0.457874,900,100,1), - (12859,1617,0,-5552.93,-2725.95,364.925,-2.3911,0,0,-0.930417,0.366502,300,100,1), - (12861,148738,0,-10997.7,-3512.12,103.257,0.951204,0,0,0.457874,0.889017,900,100,1), - (12862,3662,0,-4876.23,-3318.48,305.601,-2.80998,0,0,0.986286,-0.165048,7200,100,1), - (12863,104564,0,-5041.03,-3337.81,299.247,-2.84489,0,0,0.989016,-0.147809,5,100,1), - (12864,104574,0,-4930.64,-3422.01,304.467,-1.309,0,0,0.608761,-0.793353,5,100,1), - (12865,148731,0,-10981.3,-3501.39,103.136,0.532325,0,0,0.263031,0.964787,900,100,1), - (12866,148762,0,-11003.4,-3480.22,103.257,-0.619592,0,0,-0.304865,0.952396,900,100,1), - (12867,148768,0,-11004.6,-3481.7,103.257,-0.619592,0,0,-0.304865,0.952396,900,100,1), - (12868,148742,0,-10968.4,-3506.7,103.257,2.522,0,0,0.952396,0.304864,900,100,1), - (12869,148752,0,-10978.7,-3478.43,94.3807,-1.94604,0,0,-0.82659,0.562805,900,100,1), - (12870,148754,0,-10991.4,-3477.72,94.3807,-1.16064,0,0,-0.548293,0.836287,900,100,1), - (12871,104575,0,-4976.83,-3489.17,305.475,-0.314159,0,0,0.156434,-0.987688,2,100,1), - (12872,104569,0,-4864.81,-3328.1,304.771,1.02974,0,0,0.492424,0.870356,5,100,1), - (12874,148732,0,-10980.5,-3494.76,103.09,-0.095993,0,0,-0.047978,0.998848,900,100,1), - (12875,148767,0,-10984.3,-3480.14,68.7094,-1.78896,0,0,-0.779884,0.625924,900,100,1), - (12876,148769,0,-10991.7,-3481.4,68.7094,-1.18682,0,0,-0.559193,0.829038,900,100,1), - (12877,106319,0,-5035.68,-3346.79,299.368,1.41372,0,0,0.649448,0.760406,7200,100,1), - (12878,148758,0,-11002.5,-3491.16,94.3807,-0.191986,0,0,-0.095846,0.995396,900,100,1), - (12879,148764,0,-10979.6,-3488.99,68.7094,-2.49582,0,0,0.948324,-0.317305,900,100,1), - (12881,148743,0,-10999.3,-3503.57,94.3807,0.593412,0,0,0.292372,0.956305,900,100,1), - (12884,148728,0,-10979.9,-3489.41,103.103,0.532325,0,0,0.263031,0.964787,900,100,1), - (12886,148744,0,-10993.1,-3508.5,94.3807,1.19555,0,0,0.562805,0.826589,900,100,1), - (12888,128293,0,-6061.82,-3019.5,230.494,-1.6057,0,0,0.71934,-0.694658,300,100,1), - (12889,148734,0,-10980.7,-3511.26,103.237,1.83259,0,0,0.793353,0.608762,900,100,1), - (12891,180248,0,-13118.1,479.772,0,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (12892,186463,1,-4785.27,-3430.79,34.7433,-3.10669,0,0,0.999848,-0.017452,500,100,1), - (12893,179502,429,277.695,-423.25,-120.04,-2.92342,0,0,-0.994056,0.108872,180,255,1), - (12894,2042,1,-2571.21,-3149.94,32.3859,-1.15192,0,0,-0.54464,0.83867,300,100,1), - (12895,148766,0,-10989.4,-3506.33,68.7094,1.31772,0,0,0.612217,0.79069,900,100,1), - (12896,148755,0,-10974.1,-3474.8,103.257,-2.19039,0,0,0.889017,-0.457874,900,100,1), - (12897,148745,0,-10988.2,-3510.06,94.3807,1.37881,0,0,0.636079,0.771624,900,100,1), - (12899,2042,1,-4200.75,-3540.99,38.2601,-1.0821,0,0,-0.515036,0.857168,300,100,1), - (12900,128293,0,-6142.52,-3013.78,220.446,0,0,0,0,1,300,100,1), - (12901,128293,0,-6171.99,-3029.98,222.44,1.18682,0,0,0.559193,0.829038,300,100,1), - (12902,2041,1,-3867.13,-3043.37,32.1059,0.244346,0,0,0.121869,0.992546,300,100,1), - (12907,148765,0,-10989.5,-3495.26,68.7094,0.575958,0,0,0.284015,0.95882,900,100,1), - (12908,148741,0,-10983.3,-3485.42,103.136,-0.305433,0,0,-0.152124,0.988361,900,100,1), - (12909,2849,0,-5215.64,-3321.71,239.325,-0.890118,0,0,0.430511,-0.902585,7200,100,1), - (12911,148774,0,-10967.2,-3505.23,103.257,2.522,0,0,0.952396,0.304864,900,100,1), - (12912,148733,0,-10967.8,-3489.39,103.208,-2.99324,0,0,0.99725,-0.074108,900,100,1), - (12917,1618,0,-5422.79,-3097.09,352.976,1.95477,0,0,0.829038,0.559192,300,100,1), - (12918,3662,0,-5692.8,-3912.19,337.257,1.67552,0,0,0.743145,0.669131,7200,100,1), - (12919,3662,0,-5291.79,-2949.98,336.758,1.53589,0,0,0.694658,0.71934,7200,100,1), - (12920,3705,0,-5708.4,-3774.1,322.841,-0.750491,0,0,0.366501,-0.930418,7200,100,1), - (12922,37034,0,-11082.3,-3429.09,81.8802,0.558505,0,0,0.275637,0.961262,900,100,1), - (12924,37036,0,-11084.5,-3425.71,81.8802,0.558505,0,0,0.275637,0.961262,900,100,1), - (12925,37038,0,-11086.1,-3420.01,81.8802,-0.968656,0,0,-0.465614,0.884988,900,100,1), - (12926,2849,0,-5710.01,-3917.6,344.648,0.366519,0,0,0.182236,0.983255,7200,100,1), - (12927,179503,429,-38.9654,813.709,-27.3178,0,0,0,0,1,180,255,1), - (12928,2061,1,-528.325,-3140.78,94.9952,1.64664,-0.05833,0.103945,0.725331,0.678003,900,100,1), - (12929,1621,0,-4766.45,-3552.82,305.517,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (12930,2061,1,-583.798,-3153.1,93.2691,-2.03862,0.098508,0.010722,-0.849551,0.518117,900,100,1), - (12931,2061,1,-519.096,-3165.74,95.4427,-1.25565,-0.02219,-0.064666,-0.584949,0.808183,900,100,1), - (12933,2061,1,-566.534,-3147.7,95.5204,1.70727,0.001641,-0.081211,0.749013,0.657557,900,100,1), - (12934,2061,1,-531.097,-3166.1,96.1163,1.14612,-0.102465,0.048624,0.543569,0.831667,900,100,1), - (12935,2061,1,-2319.64,-1929.54,96.1703,-3.11541,0,0,0.999914,-0.01309,900,100,1), - (12936,2061,1,-2317.43,-1936.06,96.1703,3.03687,0,0,0.99863,0.052336,900,100,1), - (12937,2061,1,-2300.26,-1927.39,96.1703,3.09796,0,0,0.999762,0.021815,900,100,1), - (12938,2061,1,-2367.1,-1982.81,105.019,1.62315,0,0,0.725374,0.688355,900,100,1), - (12939,2061,1,-2373.94,-1999.79,96.8093,2.57436,0,0,0.96005,0.27983,900,100,1), - (12940,2061,1,-2372.38,-1985.42,96.7955,0.23562,0,0,0.117537,0.993068,900,100,1), - (12941,2061,1,-2399.7,-1920.07,96.7927,0.18326,0,0,0.091502,0.995805,900,100,1), - (12942,2061,1,-4081.35,-2350.86,109.241,0.872666,0,0,0.422619,0.906308,900,100,1), - (12943,2061,1,-4082.34,-2350.54,109.241,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (12944,2061,1,-4081.87,-2351.85,109.241,-2.26893,0,0,0.906308,-0.422619,900,100,1), - (12945,148751,1,-2096.19,-3665.62,96.2722,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (12946,2066,1,400.984,-2212.36,183.231,-1.00182,0,0,-0.480222,0.877147,900,100,1), - (12947,2066,1,309.009,-2183.67,214.069,3.14159,0,0,1,0,900,100,1), - (12948,2066,1,393.151,-2082.42,132.135,1.00143,0,0,0.480054,0.877239,900,100,1), - (12949,2066,1,-115.608,-2020.06,91.6667,2.77803,0,0,0.983523,0.180783,900,100,1), - (12950,2066,1,166.857,-1823.44,91.7828,1.93508,0,0,0.823493,0.567327,900,100,1), - (12951,23570,1,-209.716,-3005.01,91.6667,-0.881204,0,0,-0.426484,0.904495,900,100,1), - (12952,2066,1,-209.716,-3005.01,91.6667,-0.881204,0,0,-0.426484,0.904495,900,100,1), - (12953,2066,1,-869.521,-2738.32,91.6667,3.14159,0,0,1,0,900,100,1), - (12955,2066,1,-1284.28,-2829.89,91.6677,2.05076,0,0,0.854912,0.518773,900,100,1), - (12956,2066,1,-937.236,-1884.37,98.2043,2.89725,0,0,0.992546,0.121869,900,100,1), - (12957,2066,1,-2374.62,-1903.08,95.8381,3.09796,0,0,0.999762,0.021815,900,100,1), - (12958,2066,1,-423.378,-3172.6,212.55,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (12959,2066,1,-1157.97,-3149.83,91.6667,-3.10497,0,0,0.999832,-0.018311,900,100,1), - (12960,2066,1,19.7623,-1791.11,91.7249,2.46091,0,0,0.942641,0.333807,900,100,1), - (12961,2066,1,-4488.93,-2056.76,75.9526,2.92343,0,0,0.994056,0.108867,900,100,1), - (12962,2066,1,-1406.18,-2739.77,91.6667,3.14159,0,0,1,0,900,100,1), - (12963,2066,1,-200.54,-1665.36,91.6832,-0.087536,0,0,-0.043754,0.999042,900,100,1), - (12982,2066,1,-1348.17,-4052.75,5.4335,3.14159,0,0,1,0,900,100,1), - (12983,2066,1,-1492,-3031.95,91.7524,3.14159,0,0,1,0,900,100,1), - (12984,4115,1,-2286.44,-2170.93,98.5244,2.58309,0,0,0.961262,0.275637,900,100,1), - (12985,23571,1,400.984,-2212.36,183.231,-1.00182,0,0,-0.480222,0.877147,900,100,1), - (12986,4116,1,-2288.93,-2171.02,98.5914,0.41888,0,0,0.207912,0.978148,900,100,1), - (12987,23572,1,309.009,-2183.67,214.069,3.14159,0,0,1,0,900,100,1), - (12988,37028,0,-11060.6,-3420.84,80.5104,0.575959,0,0,0.284015,0.95882,900,100,1), - (12990,4117,1,-2287.78,-2168.84,98.638,-1.56207,0,0,-0.704015,0.710185,900,100,1), - (12991,23573,1,393.151,-2082.42,132.135,1.00143,0,0,0.480054,0.877239,900,100,1), - (12992,180573,0,-9505.92,-372.526,57.6312,1.39221,0,0,0.641233,0.767346,25,0,1), - (12993,4118,1,-2288.92,-2171.02,97.758,0.41888,0,0,0.207912,0.978148,900,100,1), - (12994,179504,429,78.1384,737.402,-24.6216,0,0,0,0,1,180,255,1), - (12996,37029,0,-11078.5,-3425.28,66.561,0.541053,0,0,0.267239,0.96363,900,100,1), - (12997,37031,0,-11072,-3454.51,66.561,1.213,0,0,0.569997,0.821647,900,100,1), - (12998,106319,0,-6019.41,-2760.03,410.532,-1.65806,0,0,0.737277,-0.67559,7200,100,1), - (13000,152330,0,-11083.2,-3408.44,90.6216,-1.49225,0,0,-0.6788,0.734323,900,100,1), - (13001,2061,0,-11083.2,-3408.44,90.6216,-1.49225,0,0,-0.6788,0.734323,900,100,1), - (13002,1617,0,-5003.28,-2685.51,325.382,1.93731,0,0,0.824125,0.566409,300,100,1), - (13004,37025,0,-11070.9,-3452.88,66.561,-2.88852,0,0,0.992005,-0.126199,900,100,1), - (13006,179505,429,-155.434,734.166,-24.6216,0,0,0,0,1,180,255,1), - (13007,37032,0,-11080.5,-3431.97,81.8802,0.558505,0,0,0.275637,0.961262,900,100,1), - (13008,3662,0,-6048.65,-2977.59,403.13,0.279253,0,0,0.139173,0.990268,7200,100,1), - (13009,3772,0,-11073.5,-3453.83,66.627,0.671952,0,0,0.329691,0.944089,900,100,1), - (13013,37035,0,-11071.9,-3434.55,81.8802,2.1293,0,0,0.87462,0.48481,900,100,1), - (13014,1617,0,-4924.98,-2681.7,326.299,0.925024,0,0,0.446198,0.894934,300,100,1), - (13015,23574,1,-115.608,-2020.06,91.6667,2.77803,0,0,0.983523,0.180783,900,100,1), - (13016,23575,1,166.857,-1823.44,91.7828,1.93508,0,0,0.823493,0.567327,900,100,1), - (13017,271,0,-4967.33,-3007.32,318.483,0.925024,0,0,0.446198,0.894934,1800,100,1), - (13018,152332,0,-11064.3,-3396.17,90.6216,-0.445058,0,0,-0.220697,0.975342,900,100,1), - (13019,271,0,-4982.02,-2961.62,316.307,-0.506145,0,0,0.25038,-0.968148,1800,100,1), - (13020,2061,0,-11064.3,-3396.17,90.6216,-0.445058,0,0,-0.220697,0.975342,900,100,1), - (13021,37026,0,-11066,-3412.56,80.5104,0.453785,0,0,0.224951,0.97437,900,100,1), - (13023,152325,0,-11032.3,-3389.17,68.4934,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (13025,2061,0,-11032.3,-3389.17,68.4934,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (13033,4119,1,-2286.46,-2170.92,97.7478,2.58309,0,0,0.961262,0.275637,900,100,1), - (13034,4120,1,-3475.83,-2045.37,99.081,3.14159,0,0,1,0,900,100,1), - (13035,174872,1,-1055.06,-3670.21,23.9191,1.59698,0,0,0.716302,0.69779,900,100,1), - (13036,4121,1,-3477.1,-2046.78,99.0788,1.5708,0,0,0.707107,0.707107,900,100,1), - (13038,23577,1,-200.54,-1665.36,91.6832,-0.087536,0,0,-0.043754,0.999042,900,100,1), - (13039,148761,1,-2091.6,-3665.14,96.2722,0.305433,0,0,0.152123,0.988362,900,100,1), - (13040,4122,1,-3478.57,-2045.6,99.0567,0,0,0,0,1,900,100,1), - (13041,21530,1,-929.441,-3693.2,8.70877,-1.43117,0,0,0.656059,-0.75471,10,100,1), - (13046,21530,1,-929.35,-3693.59,8.70877,-1.44862,0,0,0.66262,-0.748956,10,100,1), - (13047,180248,0,-13054.4,498.112,0,2.18166,0,0,0.887011,0.461749,180,100,1), - (13048,180248,0,-13303.2,630.419,0,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (13049,4123,1,-3475.8,-2045.37,98.2476,3.14159,0,0,1,0,900,100,1), - (13050,107037,1,-1050.39,-3668.92,23.9181,-3.02815,0,0,0.998392,-0.056693,900,100,1), - (13051,21277,1,-928.64,-3692.39,8.70877,-1.41372,0,0,0.649448,-0.760406,2,100,1), - (13052,21277,1,-929.275,-3692.56,8.70877,-1.43117,0,0,0.656059,-0.75471,2,100,1), - (13053,21277,1,-928.399,-3693.33,8.70877,-0.855212,0,0,0.414693,-0.909961,2,100,1), - (13054,21277,1,-930.227,-3693.21,7.7695,3.05433,0,0,0.999048,0.043619,2,100,1), - (13055,21277,1,-929.625,-3691.45,7.71345,1.71042,0,0,0.75471,0.656059,2,100,1), - (13056,147742,1,1359.64,-3544.39,95.22,-1.8232,0.021495,0.024777,-0.789934,0.612314,900,100,1), - (13057,147743,1,1383.86,-3432.73,95.6818,-1.98819,0.032708,0.133378,-0.825105,0.548035,900,100,1), - (13058,107039,1,-1051.51,-3667.2,23.9181,-1.56207,0,0,-0.704015,0.710186,900,100,1), - (13059,103711,1,-4126.87,-2243.22,51.5352,1.0472,0,0,0.500001,0.866025,300,100,1), - (13060,103711,1,-4115,-2231.68,52.2902,0.820305,0,0,0.398749,0.91706,300,100,1), - (13061,152608,1,-932.072,-1869,102.032,-3.13286,0,0,0.99999,-0.004364,3600,100,1), - (13062,147744,1,1344.75,-3491.09,93.9261,0.038674,-0.048422,-0.12542,0.012776,0.990839,900,100,1), - (13063,107040,1,-1060.68,-3666.78,23.9181,0.191986,0,0,0.095846,0.995396,900,100,1), - (13064,147745,1,1325.99,-3489.71,92.2671,2.29768,0.000767,0.07172,0.909164,0.410214,900,100,1), - (13065,107041,1,-1043.9,-3669.13,23.8959,-1.65806,0,0,-0.737277,0.675591,900,100,1), - (13066,2849,1,813.205,-1350.83,91.8763,3.07178,0,0,0.999391,0.034899,3600,100,1), - (13067,103713,1,-4203.78,-2233.75,55.3837,0.20944,0,0,0.104528,0.994522,900,100,1), - (13068,2849,1,-2058.91,-1965.91,91.6667,0.139626,0,0,0.069756,0.997564,3600,100,1), - (13069,152328,0,-11025.3,-3399.98,68.4934,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (13070,2061,0,-11025.3,-3399.98,68.4934,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (13071,2849,1,-1914.21,-1760.61,91.6692,1.91986,0,0,0.819152,0.573576,3600,100,1), - (13072,37030,0,-11075.9,-3423.56,66.561,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (13073,2849,1,-2095.67,-2576.15,91.7422,-1.29154,0,0,0.601815,-0.798635,3600,100,1), - (13074,2849,1,1261.75,-3627.31,90.3795,-0.087267,0,0,0.04362,-0.999048,3600,100,1), - (13075,147746,1,1335.35,-3497.16,93.1254,1.97369,0.024396,0.042292,0.833217,0.550787,900,100,1), - (13076,107042,1,-1058.38,-3666.63,23.9181,2.86234,0,0,0.990268,0.139173,900,100,1), - (13078,1618,0,-5045.62,-2734.31,341.608,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (13079,2850,1,-3701.39,-1594.65,93.0112,1.25664,0,0,0.587785,0.809017,3600,100,1), - (13080,147747,1,1336.4,-3480.26,92.9038,1.97321,0.065573,-0.019348,0.832929,0.54914,900,100,1), - (13081,148771,1,-2091.08,-3662.89,96.2722,-1.32645,0,0,-0.615662,0.78801,900,100,1), - (13082,141860,1,-2088.12,-3496.8,130.085,0.637046,0,0,0.313164,0.949699,900,100,1), - (13083,4132,1,48.1721,-2707.77,94.0063,3.14159,0,0,1,0,900,100,1), - (13084,147748,1,1348.33,-3478.86,93.5774,-1.90821,0.044107,0.104488,-0.807166,0.579328,900,100,1), - (13108,179506,429,-38.7567,812.587,-3.8761,0,0,0,0,1,180,255,1), - (13109,1620,0,-5888.27,-3958.87,357.833,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (13110,1618,0,-5265.83,-3867.44,332.13,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (13111,1618,0,-5399.68,-3866.64,333.201,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (13112,1620,0,-5333.77,-4131.29,335.081,0.767945,0,0,0.374607,0.927184,300,100,1), - (13113,1621,0,-5338.93,-4044.69,333.936,3.03687,0,0,0.998629,0.0523374,300,100,1), - (13122,148772,1,-2112.78,-3646.54,96.2722,3.09796,0,0,0.999762,0.021815,900,100,1), - (13123,37027,0,-11074,-3452.53,66.561,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (13124,37033,0,-11075.3,-3436.74,81.8802,2.1293,0,0,0.87462,0.48481,900,100,1), - (13125,37037,0,-11082.9,-3417.67,81.8802,-0.968656,0,0,-0.465614,0.884988,900,100,1), - (13126,152329,0,-11063.3,-3438.62,90.6216,-1.49225,0,0,-0.6788,0.734323,900,100,1), - (13127,1621,0,-5224.15,-3702.81,309.254,-1.8326,0,0,-0.793355,0.60876,300,100,1), - (13128,2061,0,-11063.3,-3438.62,90.6216,-1.49225,0,0,-0.6788,0.734323,900,100,1), - (13129,152327,0,-11044.8,-3426.34,90.6216,0.078541,0,0,0.03926,0.999229,900,100,1), - (13130,141861,1,-2085.43,-3503.04,130.085,0.034906,0,0,0.017452,0.999848,900,100,1), - (13134,1617,0,-5125.4,-3068.8,323.4,1.69297,0,0,0.748956,0.66262,300,100,1), - (13135,1617,0,-4732.31,-2992.33,316.601,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (13136,4133,1,45.4641,-2708.02,94.0023,0,0,0,0,1,900,100,1), - (13138,2061,0,-11044.8,-3426.34,90.6216,0.078541,0,0,0.03926,0.999229,900,100,1), - (13141,152331,0,-11074.9,-3418.08,81.7419,2.67035,0,0,0.97237,0.233446,900,100,1), - (13144,3707,1,-3093.69,-2898.96,34.3071,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (13145,147749,1,1393.99,-3481.34,95.0098,-0.605298,-0.073672,-0.034209,-0.300208,0.950409,900,100,1), - (13146,4134,1,46.9428,-2709.26,94.0014,1.5708,0,0,0.707107,0.707107,900,100,1), - (13149,141862,1,-2211.14,-3780.48,130.863,-1.19555,0,0,-0.562805,0.82659,900,100,1), - (13150,147750,1,1361.47,-3517.11,94.4336,-0.547735,-0.093562,0.037196,-0.268064,0.958125,900,100,1), - (13151,143398,1,-1053.76,-3670.66,23.8998,1.40499,0,0,0.646124,0.763232,900,100,1), - (13152,4135,1,313.794,-3599.11,29.2574,-0.820305,0,0,-0.398749,0.91706,900,100,1), - (13153,141863,1,-2217.62,-3780.38,130.863,-1.95477,0,0,-0.829038,0.559192,900,100,1), - (13154,147751,1,1358.95,-3507.07,92.4424,-0.533093,0.023197,0.016294,-0.263677,0.964194,900,100,1), - (13155,50983,1,-341.145,-2567.83,95.7875,-2.90597,0,0,0.993068,-0.117537,900,100,1), - (13156,143399,1,-1044.14,-3683.34,26.778,-1.42244,0,0,-0.65276,0.757565,900,100,1), - (13157,4136,1,314.786,-3601.51,29.3037,1.53589,0,0,0.694658,0.71934,900,100,1), - (13158,147752,1,1342.49,-3506.73,93.8913,-1.56793,-0.099719,0.027095,-0.705578,0.701057,900,100,1), - (13159,4137,1,313.828,-3599.14,28.4809,-0.829032,0,0,-0.402747,0.915311,900,100,1), - (13160,147753,1,1420.36,-3432.49,93.2807,0.594354,-0.034217,-0.030815,0.291735,0.95539,900,100,1), - (13161,4138,1,45.4774,-2708.01,93.169,0,0,0,0,1,900,100,1), - (13162,152618,1,-1214.16,-2720.71,106.668,3.14159,0,0,1,0,3600,100,1), - (13163,147754,1,1353.49,-3522.31,95.22,-0.800406,-0.045733,0.054979,-0.386682,0.919436,900,100,1), - (13164,147755,1,1411.1,-3418.39,93.2807,0.635857,-0.049878,0.090686,0.312769,0.944174,900,100,1), - (13165,147756,1,1356.07,-3490.57,93.1908,0.072963,-0.049134,0.059002,0.039225,0.996276,900,100,1), - (13166,149036,1,-991.671,-3710.49,4.45864,2.54818,0,0,0.956305,0.292372,2,100,1), - (13167,4141,1,825.53,-2686.73,91.6111,-0.829032,0,0,-0.402747,0.915311,2,100,1), - (13168,147757,1,1372.32,-3487.1,94.5371,0.479447,-0.000306,-0.00246,0.237431,0.971401,900,100,1), - (13169,148781,1,-2094.52,-3660.18,69.2802,1.65806,0,0,0.737278,0.67559,900,100,1), - (13170,147758,1,1373.15,-3496.86,93.378,1.76671,0.036881,0.023142,0.7725,0.63352,900,100,1), - (13171,149038,1,-404.945,-2644.84,96.2186,-2.9147,0,0,0.993572,-0.113203,900,100,1), - (13172,148782,1,-2087.43,-3663.56,96.2722,-2.67908,0,0,0.973379,-0.229201,900,100,1), - (13173,147759,1,1379.54,-3473.35,95.1305,1.95743,-0.016532,-0.095291,0.823931,0.558376,900,100,1), - (13174,147760,1,1395.6,-3441.52,94.1386,0.144957,-0.010197,-0.104814,0.070163,0.991961,900,100,1), - (13175,147761,1,1389.98,-3449.48,94.0693,-0.357156,-0.050162,-0.046679,-0.179435,0.981381,900,100,1), - (13176,147762,1,1403.97,-3456.29,92.5976,-0.20562,-0.022073,-0.026898,-0.103121,0.99406,900,100,1), - (13177,147763,1,1361.26,-3438.53,97.4849,-0.364063,0.05103,-0.112426,-0.172554,0.977232,900,100,1), - (13178,147764,1,1360.39,-3424.88,93.535,2.61113,-0.143949,0.054463,0.952928,0.261228,900,100,1), - (13179,147765,1,1342.92,-3434.97,93.4338,2.88264,0.089268,-0.029422,0.987027,0.130166,900,100,1), - (13181,147766,1,1349.52,-3463.09,97.4849,-1.83812,0.012761,-0.01211,-0.794938,0.606436,900,100,1), - (13183,148790,1,-2112.59,-3644.52,96.2722,2.98451,0,0,0.996917,0.078459,900,100,1), - (13184,2061,0,-11074.9,-3418.08,81.7419,2.67035,0,0,0.97237,0.233446,900,100,1), - (13185,152326,0,-11069.1,-3427.26,81.7419,1.69297,0,0,0.748956,0.66262,900,100,1), - (13186,147767,1,1328.57,-3455.16,96.3315,-2.49035,0.166881,-0.010923,0.937259,-0.305904,900,100,1), - (13187,147768,1,1339.34,-3447.24,93.5414,2.4051,0.143469,0.038799,0.926379,0.346025,900,100,1), - (13190,2061,0,-11069.1,-3427.26,81.7419,1.69297,0,0,0.748956,0.66262,900,100,1), - (13191,3640,1,-922.446,-2079.11,80.5566,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (13192,3640,1,-955.727,-2066.27,80.2876,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (13193,147749,0,-11280.4,-3499.87,9.85363,-2.97022,0.059558,-0.055234,0.993315,-0.082016,900,100,1), - (13194,3640,1,-1322.77,-3026.72,87.5074,0.733038,0,0,0.358368,0.93358,180,100,1), - (13195,2040,1,-2742.7,-2574.46,33.3991,0.226893,0,0,0.113203,0.993572,300,100,1), - (13196,3640,1,-1303.2,-2977.65,86.9946,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (13197,2849,0,-4947.29,-4078.86,301.175,2.21657,0,0,0.894934,0.446198,7200,100,1), - (13198,3640,1,-1219.84,-2115.2,92.5356,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (13200,3640,1,-1150.61,-2022.81,92.3636,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (13201,3640,1,135.638,-1993.27,94.7651,0.366519,0,0,0.182236,0.983255,180,100,1), - (13202,3640,1,-38.0335,-1822.81,92.9126,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (13203,179511,429,581.241,524.321,-25.4027,-2.79252,0,0,-0.984807,0.173652,43200,255,1), - (13204,3640,1,-1009.06,-2014.05,81.1297,1.0821,0,0,0.515038,0.857167,180,100,1), - (13205,3640,1,-1073.8,-2013.31,79.0979,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (13206,3640,1,-1300.76,-3066.81,87.3206,2.23402,0,0,0.898794,0.438371,180,100,1), - (13207,3640,1,-1208.5,-3000.19,87.4935,2.51327,0,0,0.951057,0.309017,180,100,1), - (13209,106319,0,-6007.12,-2957.26,399.522,-0.139626,0,0,0.069756,-0.997564,7200,100,1), - (13211,2061,0,-11280.4,-3499.87,9.85363,-2.97022,0.059558,-0.055234,0.993315,-0.082016,900,100,1), - (13228,1617,0,-5042.68,-2767.99,325.933,0.767945,0,0,0.374607,0.927184,300,100,1), - (13229,1617,0,-5140.33,-2874.04,331.892,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (13230,2866,0,-6591,-1580,272.252,-2,0,0,-0.841471,0.540302,300,100,1), - (13231,180248,0,-13413.9,779.54,-0.981451,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (13232,2866,0,-6597.88,-894.268,246.205,2.68781,0,0,0.97437,0.22495,300,255,1), - (13233,2866,0,-6532,-826,307.85,-3,0,0,-0.997495,0.0707372,300,100,1), - (13234,1617,0,-4792.08,-2593.88,349.276,2.53073,0,0,0.953717,0.300705,300,100,1), - (13235,3640,1,-1128.3,-2193.82,80.1831,0.593412,0,0,0.292372,0.956305,180,100,1), - (13236,3640,1,-1006.33,-2107.02,80.4879,2.87979,0,0,0.991445,0.130526,180,100,1), - (13237,3640,1,120.312,-1963.72,89.7848,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (13238,2866,0,-6601,-1174,272.107,-2,0,0,-0.841471,0.540302,300,100,1), - (13239,2866,0,-6538,-1680,296.176,2.758,0,0,0.981663,0.190623,300,100,1), - (13240,1618,0,-4758.27,-2668.77,331.509,-0.785398,0,0,-0.382683,0.92388,300,100,1), - (13241,3640,1,-1381.16,-2983.04,93.0462,0.907571,0,0,0.438371,0.898794,180,100,1), - (13242,3640,1,-1320.96,-2790.33,92.8503,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (13243,3640,1,117.796,-1925.59,89.8723,1.44862,0,0,0.66262,0.748956,180,100,1), - (13244,3640,1,90.3861,-1903.25,89.6457,2.19912,0,0,0.891007,0.453991,180,100,1), - (13245,1618,0,-5082.65,-2985.96,332.623,1.3439,0,0,0.622513,0.782609,300,100,1), - (13246,106319,0,-5302.15,-2723.45,343.116,0.453786,0,0,0.224951,0.97437,7200,100,1), - (13247,271,0,-4979.14,-2953.52,314.859,-1.93731,0,0,0.824126,-0.566406,1800,100,1), - (13248,106319,0,-4920.42,-2993.18,332.423,-1.97222,0,0,0.833886,-0.551937,7200,100,1), - (13250,177211,429,-41.8255,159.874,-3.44834,0,0,0,0,1,180,255,1), - (13251,3640,1,40.0799,-1955.59,90.0952,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (13252,147769,1,1352.67,-3415.36,91.7402,1.21904,-0.034947,0.113954,0.564959,0.816465,900,100,1), - (13253,3642,1,23.7603,-1736.37,108.722,0.253073,0.004328,0.000551,0.126198,0.991995,3600,100,1), - (13254,91706,1,-2249.66,-2368.53,91.6667,-1.38791,0,0,-0.639584,0.768721,900,100,1), - (13255,147770,1,1402.73,-3404.76,91.6278,-0.537121,0.107437,0.085757,-0.271563,0.952553,900,100,1), - (13256,147771,1,1422.4,-3410.77,92.8875,0.621397,0.079503,0.121786,0.292495,0.945142,900,100,1), - (13257,148795,1,-2114.63,-3647.61,96.2722,1.63188,0,0,0.728371,0.685183,900,100,1), - (13258,148796,1,-2099.23,-3663.5,96.2722,-1.75406,0,0,-0.768842,0.639439,900,100,1), - (13259,3644,1,-4173,-2137.15,84.565,0.628319,0,0,0.309017,0.951057,60,255,1), - (13260,3646,1,-4079.74,-2355.42,108.909,-1.15192,0,0,0.544639,-0.838671,2,100,1), - (13261,56897,1,-1068.04,-3534.88,64.3109,1.24791,0,0,0.58425,0.811574,900,100,1), - (13262,148801,1,-2089.14,-3662.27,96.2722,-1.213,0,0,-0.569997,0.821647,900,100,1), - (13263,56898,1,-975.077,-3673.82,10.5245,0.791182,-0.031724,0.044935,0.385364,0.921124,900,100,1), - (13264,13891,1,-651.434,-2350.74,20.8452,0.942478,0,0,0.45399,0.891007,300,100,1), - (13265,13891,1,-542.541,-2247.05,43.3624,-2.53073,0,0,0.953717,-0.300706,300,100,1), - (13266,13891,1,-611.487,-2189.51,50.5219,-1.72788,0,0,0.760406,-0.649448,300,100,1), - (13267,13891,1,-598.61,-2130.15,50.8574,-2.94961,0,0,0.995396,-0.095846,300,100,1), - (13268,13891,1,-566.237,-2327.57,26.3198,1.81514,0,0,0.788011,0.615662,300,100,1), - (13269,13891,1,-717.178,-2105.74,65.7452,3.05433,0,0,0.999048,0.043619,300,100,1), - (13270,13891,1,-599.772,-2044.96,57.1683,-2.46091,0,0,0.942641,-0.333807,300,100,1), - (13271,13891,1,-790.112,-2090.43,75.3776,-0.523599,0,0,0.258819,-0.965926,300,100,1), - (13272,13891,1,-695.57,-2347.81,19.9718,1.78024,0,0,0.777146,0.62932,300,100,1), - (13273,13891,1,-577.169,-2250.14,40.0093,0.541052,0,0,0.267238,0.96363,300,100,1), - (13274,13891,1,-564.216,-2206.49,49.0798,-0.890118,0,0,0.430511,-0.902585,300,100,1), - (13275,13891,1,-733.289,-2059.56,69.5646,2.98451,0,0,0.996917,0.078459,300,100,1), - (13276,13891,1,-672.65,-2006.37,64.6799,-0.541052,0,0,0.267238,-0.96363,300,100,1), - (13277,13891,1,-705.331,-2249.4,16.4384,2.18166,0,0,0.887011,0.461749,300,100,1), - (13278,177212,429,10.7215,159.459,-3.44834,3.14159,0,0,-1,0,180,255,1), - (13279,177213,429,10.5912,-154.998,-2.69379,3.14159,0,0,-1,0,180,255,1), - (13280,177215,429,255.408,10.3792,-2.69381,1.5708,0,0,0.707107,0.707107,180,255,1), - (13281,142144,429,67.4486,-467.225,-58.6226,-1.95477,0,0,-0.829037,0.559194,7200,255,1), - (13282,142144,429,24.717,-468.53,-4.25922,-2.02458,0,0,-0.848048,0.52992,7200,255,1), - (13283,142144,429,68.1034,-669.629,-25.1653,-2.19912,0,0,-0.891006,0.453991,7200,255,1), - (13284,142144,429,-46.1853,-432.413,16.4136,0.174532,0,0,0.0871553,0.996195,7200,255,1), - (13285,142144,429,-110.419,-419.615,-58.6047,-2.47837,0,0,-0.945519,0.325567,7200,255,1), - (13286,271,0,-4853.3,-2971.94,321.508,-0.10472,0,0,0.052336,-0.99863,1800,100,1), - (13287,271,0,-4918.71,-2956.49,316.887,0.20944,0,0,0.104528,0.994522,1800,100,1), - (13288,271,0,-4974.81,-2937.46,315.905,-1.85005,0,0,0.798635,-0.601815,1800,100,1), - (13289,147752,0,-11261.4,-3445.66,8.73513,2.35033,0.012681,-0.102553,0.916023,0.387587,900,100,1), - (13290,13891,1,-674.612,-2202.58,25.4651,0.750492,0,0,0.366501,0.930418,300,100,1), - (13291,271,0,-4936.05,-2967.32,317.693,0,0,0,0,1,1800,100,1), - (13292,4166,1,-424.917,-2590.89,97.0383,-1.94604,0,0,-0.82659,0.562805,900,100,1), - (13293,123462,1,-1457.65,-3958.54,0.242073,1.62316,0,0,0.725374,0.688355,10,100,1), - (13294,148807,1,-2114.46,-3643.16,96.2722,-1.66679,0,0,-0.740218,0.672367,900,100,1), - (13295,20807,1,-4889.76,-2281.96,-70.5115,-0.279253,0,0,0.139173,-0.990268,300,100,1), - (13296,19017,1,-1383.11,-4079.08,-29.2816,2.02458,0,0,0.848048,0.529919,3600,100,1), - (13297,19017,1,-2049.98,-3822.86,-8.51088,-1.15192,0,0,0.544639,-0.838671,3600,100,1), - (13298,20810,1,171.923,-3597.01,27.1846,-0.948749,0,0,-0.456782,0.889579,900,100,1), - (13299,148811,1,-2099.41,-3649.38,61.8122,0.741765,0,0,0.362438,0.932008,900,100,1), - (13300,19019,1,1294.64,-3592.48,91.9036,-0.750491,0,0,0.366501,-0.930418,3600,100,1), - (13301,138316,1,-2287.63,-1934.92,95.7939,-1.76278,0,0,-0.771625,0.636078,900,100,1), - (13302,148812,1,-2082.8,-3646.12,75.0999,3.08923,0,0,0.999657,0.026176,900,100,1), - (13303,19020,1,-4125.63,-2222.27,50.1831,0.139626,0,0,0.069756,0.997564,3600,100,1), - (13304,19020,1,-4075.15,-2302.65,125.641,0.680678,0,0,0.333807,0.942641,3600,100,1), - (13305,3660,1,-1374.43,-3906.73,10.0213,2.56563,0,0,0.95882,0.284015,3600,100,1), - (13306,138317,1,-2287.18,-1943.8,95.7457,-0.209441,0,0,-0.104529,0.994522,900,100,1), - (13307,148813,1,-2101.38,-3662.92,87.4868,1.31772,0,0,0.612217,0.79069,900,100,1), - (13308,49485,1,-2367.1,-1982.81,105.019,1.62315,0,0,0.725374,0.688355,900,100,1), - (13309,3661,1,-1373.69,-3596.82,91.7501,1.0821,0,0,0.515038,0.857167,3600,100,1), - (13310,3661,1,-481.966,-2595.26,103.638,3.14159,0,0,1,0,3600,100,1), - (13311,138318,1,-2374.62,-1903.08,95.8381,3.09796,0,0,0.999762,0.021815,900,100,1), - (13312,148814,1,-2108.97,-3657.86,87.4868,0.610865,0,0,0.300706,0.953717,900,100,1), - (13313,49486,1,-2373.94,-1999.79,96.8093,2.57436,0,0,0.96005,0.27983,900,100,1), - (13314,3662,1,1212.8,-2923.98,91.6667,-1.39626,0,0,0.642788,-0.766044,3600,100,1), - (13315,3662,1,796.585,-1806.48,91.6667,1.51844,0,0,0.688355,0.725374,3600,100,1), - (13316,130126,1,1237.13,-2925.65,141.776,2.68781,0,0,0.97437,0.224951,900,100,1), - (13317,3662,1,-8.96408,-3581.63,27.6868,-0.174533,0,0,0.087156,-0.996195,3600,100,1), - (13318,3662,1,267.824,-1938,91.7747,-2.26893,0,0,0.906308,-0.422618,3600,100,1), - (13319,3662,1,-2099.96,-3635.59,72.0328,0.663225,0,0,0.325568,0.945519,3600,100,1), - (13320,3662,1,-421.76,-2668.49,95.9021,-1.67552,0,0,0.743145,-0.669131,3600,100,1), - (13321,3662,1,-2100.22,-1721.59,91.862,1.93731,0,0,0.824126,0.566406,3600,100,1), - (13322,3662,1,-1500.99,-3655.18,92.3257,-2.02458,0,0,0.848048,-0.529919,3600,100,1), - (13323,3662,1,-854.131,-2756.05,91.6667,-2.72271,0,0,0.978148,-0.207912,3600,100,1), - (13324,3662,1,-1926.58,-1760.03,92.2422,-1.39626,0,0,0.642788,-0.766044,3600,100,1), - (13325,148815,1,-2114.03,-3652.19,96.2722,-1.23918,0,0,-0.580703,0.814115,900,100,1), - (13326,49487,1,-2372.38,-1985.42,96.7955,0.23562,0,0,0.117537,0.993068,900,100,1), - (13327,106319,1,398.093,-2228.92,184.599,1.53589,0,0,0.694658,0.71934,3600,100,1), - (13328,19535,1,-651.434,-2350.74,20.8452,0.942478,0,0,0.45399,0.891007,900,100,1), - (13329,19535,1,-542.541,-2247.05,43.3624,-2.53073,0,0,0.953717,-0.300706,900,100,1), - (13330,19535,1,-611.487,-2189.51,50.5219,-1.72788,0,0,0.760406,-0.649448,900,100,1), - (13331,19535,1,-598.61,-2130.15,50.8574,-2.94961,0,0,0.995396,-0.095846,900,100,1), - (13332,19535,1,-566.237,-2327.57,26.3198,1.81514,0,0,0.788011,0.615662,900,100,1), - (13333,19535,1,-717.178,-2105.74,65.7452,3.05433,0,0,0.999048,0.043619,900,100,1), - (13334,19535,1,-599.772,-2044.96,57.1683,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (13335,19535,1,-790.112,-2090.43,75.3776,-0.523599,0,0,0.258819,-0.965926,900,100,1), - (13336,19535,1,-695.57,-2347.81,19.9718,1.78024,0,0,0.777146,0.62932,900,100,1), - (13337,19535,1,-577.169,-2250.14,40.0093,0.541052,0,0,0.267238,0.96363,900,100,1), - (13338,106319,1,-1173.46,-3163.7,91.6667,0.244346,0,0,0.121869,0.992546,3600,100,1), - (13339,106319,1,830.272,-2692.9,91.6667,2.40855,0,0,0.93358,0.358368,3600,100,1), - (13340,19535,1,-564.216,-2206.49,49.0798,-0.890118,0,0,0.430511,-0.902585,900,100,1), - (13341,19535,1,-733.289,-2059.56,69.5646,2.98451,0,0,0.996917,0.078459,900,100,1), - (13342,19535,1,-672.65,-2006.37,64.6799,-0.541052,0,0,0.267238,-0.96363,900,100,1), - (13343,19535,1,-705.331,-2249.4,16.4384,2.18166,0,0,0.887011,0.461749,900,100,1), - (13344,19535,1,-674.612,-2202.58,25.4651,0.750492,0,0,0.366501,0.930418,900,100,1), - (13345,106319,1,-939.645,-2053.58,68.0585,-2.84489,0,0,0.989016,-0.147809,3600,100,1), - (13346,106319,1,-1327.42,-3139.15,91.6667,-0.331612,0,0,0.165048,-0.986286,3600,100,1), - (13347,106319,1,181.441,-1802.15,93.0024,-1.46608,0,0,0.669131,-0.743145,3600,100,1), - (13348,106319,1,-34.6418,-3368.58,91.6865,-2.77507,0,0,0.983255,-0.182235,3600,100,1), - (13349,106319,1,-1741.15,-3736.25,13.252,1.46608,0,0,0.669131,0.743145,3600,100,1), - (13350,148816,1,-2112.34,-3656.31,96.2722,2.05949,0,0,0.857167,0.515039,900,100,1), - (13351,148817,1,-2111.1,-3654.57,96.2722,-2.75762,0,0,0.981627,-0.190809,900,100,1), - (13352,147282,1,-1989.08,-3605.36,23.5673,-1.85878,0,0,-0.801254,0.598324,900,100,1), - (13353,148818,1,-2111.76,-3652.65,96.2722,-2.87107,0,0,0.990866,-0.134851,900,100,1), - (13354,147283,1,-2002.54,-3605.94,23.5673,-0.418879,0,0,-0.207912,0.978148,900,100,1), - (13356,147284,1,-1997.98,-3614.91,23.5673,1.06465,0,0,0.507538,0.861629,900,100,1), - (13357,1620,1,-696.661,-2181.23,30.172,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (13358,1620,1,-688.772,-2010.5,64.995,-1.15192,0,0,-0.54464,0.83867,300,100,1), - (13359,106325,1,-403.857,-2632.92,96.3563,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (13360,147285,1,-1996.56,-3608.46,21.7593,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (13361,106326,1,-397.751,-2657.1,96.3563,-0.794125,0,0,-0.386711,0.922201,900,100,1), - (13363,1622,1,-592.409,-2025.54,58.5813,1.69297,0,0,0.748956,0.66262,300,100,1), - (13364,106327,1,-392.717,-2635.56,96.3563,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (13365,1623,1,-1904.72,-2638.58,155.635,-0.087267,0,0,-0.0436197,0.999048,300,100,1), - (13366,1623,1,-2047.09,-3470.98,99.9378,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (13367,1623,1,-3816.51,-1418.15,144.295,-0.401426,0,0,-0.199368,0.979925,300,100,1), - (13368,1623,1,-3858.89,-2406.3,115.864,2.9147,0,0,0.993572,0.113203,300,100,1), - (13369,1623,1,-3629.4,-1741.74,133.187,2.67035,0,0,0.972369,0.233447,300,100,1), - (13370,1623,1,-3016.49,-2238.13,145.261,0.05236,0,0,0.026177,0.999657,300,100,1), - (13371,1624,1,-717.585,-2226.96,17.2664,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (13372,1624,1,-570.36,-2063.68,55.6413,1.78024,0,0,0.777147,0.629319,300,100,1), - (13374,1624,1,-2354.68,-2414.55,94.4779,0.366519,0,0,0.182235,0.983255,300,100,1), - (13375,1624,1,-3954.77,-1782.56,91.6667,-0.471239,0,0,-0.233445,0.97237,300,100,1), - (13376,180248,0,-13568.4,760.592,0,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (13377,1620,0,-5177.92,-3108.69,308.081,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (13378,1624,1,-3879.72,-1763.04,91.8748,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (13380,180057,1,-1040.2,-2078.98,50.5769,3.13287,-0.13007,0.056776,0.989809,0.011719,900,100,1), - (13381,175708,1,-69.6405,-3390.97,92.3358,2.61799,0,0,0.965926,0.258819,2,100,1), - (13382,175708,1,-230.872,-3307.6,91.6667,1.74533,0,0,0.766044,0.642788,2,100,1), - (13384,175708,1,-60.1678,-3398.86,91.7242,-0.680679,0,0,0.333807,-0.942641,2,100,1), - (13385,175708,1,-212.196,-3292.28,91.6667,-1.23918,0,0,0.580703,-0.814116,2,100,1), - (13386,106335,1,-412.85,-2657.59,96.3563,-0.794125,0,0,-0.386711,0.922201,900,100,1), - (13387,106336,1,-390.37,-2645.71,96.3563,0.322885,0,0,0.160742,0.986996,900,100,1), - (13388,19553,1,-247.695,-990.196,18.3119,-0.226892,0.077955,-0.008882,-0.112854,0.990509,900,100,1), - (13389,19554,1,-247.79,-990.699,16.2164,-0.174534,0,0,-0.087156,0.996195,900,100,1), - (13390,2177,0,-8704,860.712,100.741,2.243,0,0,0.900698,0.434446,120,0,0), - (13391,2413,0,-8845.74,1089.18,95.2111,-1.27409,0,0,-0.594823,0.803857,120,0,0), - (13392,126050,1,1024.25,-2220.48,93.2031,0.139627,0,0,0.069757,0.997564,900,100,1), - (13393,2413,0,-8848.55,1069.37,95.2111,-2.86234,0,0,0.990268,-0.139174,120,0,0), - (13394,126050,1,242.133,-2910.09,98.0922,-1.95477,0,0,-0.829038,0.559193,900,100,1), - (13395,19555,1,-247.686,-990.168,17.7513,-0.226892,0.077955,-0.008882,-0.112854,0.990509,900,100,1), - (13396,126051,1,1020.8,-2220.81,93.2031,0.000001,0,0,0,1,900,100,1), - (13397,126051,1,243.571,-2906.94,98.0922,-2.09439,0,0,-0.866025,0.5,900,100,1), - (13398,19556,1,-247.622,-990.052,17.2348,-0.226892,0.10287,-0.020455,-0.111672,0.988195,900,100,1), - (13399,126052,1,-22.4436,-3590.52,29.3604,-2.97579,0,0,0.996566,-0.082808,900,100,1), - (13403,126052,1,-36.6304,-2611.57,97.1657,-2.81871,0,0,0.986996,-0.160743,900,100,1), - (13404,19557,1,-249.25,-992.101,16.4972,-1.22173,-0.143518,-0.084764,-0.574212,0.80156,900,100,1), - (13405,147557,1,-2027.09,-3258,92.0934,2.50455,0,0,0.949699,0.313164,2,100,1), - (13406,126053,1,-25.3128,-3591.04,29.4269,0.078539,0,0,0.039259,0.999229,900,100,1), - (13407,126053,1,-39.3835,-2612.53,97.2323,0.235619,0,0,0.117537,0.993069,900,100,1), - (13408,3685,1,-3141.13,-2169.82,93.7862,-1.15192,0,0,0.544639,-0.838671,300,100,1), - (13409,3685,1,-3184.05,-2250.43,94.9452,0.523599,0,0,0.258819,0.965926,300,100,1), - (13410,3685,1,-3175.95,-2251.24,94.6194,2.94961,0,0,0.995396,0.095846,300,100,1), - (13411,3685,1,-3124.32,-2295.95,94.2484,1.44862,0,0,0.66262,0.748956,300,100,1), - (13412,3685,1,-3219.58,-1856.5,94.4006,-1.88496,0,0,0.809017,-0.587785,300,100,1), - (13413,3685,1,-3109.19,-1722.2,95.6749,1.0472,0,0,0.5,0.866025,300,100,1), - (13414,3685,1,-3108.38,-1696.72,94.9832,2.11185,0,0,0.870356,0.492424,300,100,1), - (13415,3685,1,-3128.74,-1789.37,95.9905,2.35619,0,0,0.92388,0.382683,300,100,1), - (13416,3685,1,-3218.28,-1725.31,95.2935,2.19912,0,0,0.891007,0.453991,300,100,1), - (13417,3685,1,-3191.38,-1727.71,96.8574,2.49582,0,0,0.948324,0.317305,300,100,1), - (13418,3685,1,-3266.7,-1847.5,94.0675,0.226893,0,0,0.113203,0.993572,300,100,1), - (13419,3685,1,-3272.62,-1954.68,96.3816,1.71042,0,0,0.75471,0.656059,300,100,1), - (13420,3685,1,-3076.52,-1931.35,95.5455,1.48353,0,0,0.67559,0.737277,300,100,1), - (13421,180582,1,-1586.55,-3948.27,0,-1.25664,0,0,-0.587786,0.809016,900,100,1), - (13422,180582,1,-1011.95,-3808.33,0,-2.3911,0,0,-0.930417,0.366502,900,100,1), - (13424,2413,0,-8845.2,1079.97,95.2111,-1.27409,0,0,-0.594823,0.803857,120,0,0), - (13426,106319,0,-4988.38,-2944.47,315.875,-0.610865,0,0,0.300706,-0.953717,7200,100,1), - (13428,177217,429,491.204,515.133,29.4675,0,0,0,0.707107,0.707107,0,100,1), - (13429,180582,1,-1951.5,-3759.95,0,0.663225,0,0,0.325568,0.945519,900,100,1), - (13430,180582,1,-872.794,-3814.69,0,-2.86234,0,0,-0.990268,0.139175,900,100,1), - (13431,180582,1,-957.178,-3778.92,0,-0.174533,0,0,-0.0871558,0.996195,900,100,1), - (13432,180582,1,-1608.05,-3954.22,0,2.19912,0,0,0.891008,0.453988,900,100,1), - (13433,2061,0,-11261.4,-3445.66,8.73513,2.35033,0.012681,-0.102553,0.916023,0.387587,900,100,1), - (13434,129127,1,1237.13,-2925.65,141.776,2.68781,0,0,0.97437,0.224951,10,100,1), - (13435,3689,1,-4075.58,-2349.89,108.909,-1.0821,0,0,0.515038,-0.857167,3600,100,1), - (13436,176676,189,251.674,-382.899,20.4242,-1.29154,0,0,-0.601814,0.798636,7200,100,1), - (13437,2849,0,-4754.94,-4120.3,310.981,-0.017453,0,0,0.008727,-0.999962,7200,100,1), - (13438,3689,1,-4049.41,-2361.03,135.856,-2.75762,0,0,0.981627,-0.190809,3600,100,1), - (13439,3689,1,-771.161,-4011.17,-5.27665,-3.03687,0,0,0.99863,-0.052336,3600,100,1), - (13440,3690,1,1304.86,-3600.08,91.6767,1.16937,0,0,0.551937,0.833886,3600,100,1), - (13441,61035,1,-4081.48,-2355.21,108.897,-2.13803,0,0,0.876727,-0.480989,900,100,1), - (13442,3691,1,-1570,-3890.7,15.0314,1.0821,0,0,0.515038,0.857167,3600,100,1), - (13443,165740,1,-602.146,-3158.36,92.9713,-1.88429,0.022242,0.024109,-0.808264,0.587906,900,100,1), - (13444,61036,1,-4078.86,-2353.97,108.898,2.79253,0,0,0.984808,0.173648,900,100,1), - (13445,175724,1,-1063.52,-3649.49,24.5651,-0.226893,0,0,0.113203,-0.993572,900,100,1), - (13446,165741,1,-526.471,-3154.22,96.465,3.093,0.123189,-0.053846,0.990453,0.030456,900,100,1), - (13447,61037,1,-4081.87,-2351.85,109.241,-2.26893,0,0,0.906308,-0.422619,900,100,1), - (13448,3693,1,1257.51,-3602.96,112.022,2.70526,0,0,0.976296,0.21644,3600,100,1), - (13450,165742,1,-507.904,-3157.23,94.806,-0.931179,0.071618,-0.003894,-0.449481,0.890406,900,100,1), - (13451,61038,1,-4081.35,-2350.86,109.241,0.872666,0,0,0.422619,0.906308,900,100,1), - (13452,175726,1,-836.359,-3725.83,27.3564,-2.70526,0,0,0.976296,-0.21644,2,100,1), - (13453,165743,1,-516.573,-3149,95.6644,-1.25517,0.041188,-0.026217,-0.586607,0.808398,900,100,1), - (13454,61039,1,-4082.34,-2350.54,109.241,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (13455,3695,1,-4084.18,-2386.98,124.743,-2.56563,0,0,0.95882,-0.284015,3600,100,1), - (13456,165744,1,-519.096,-3165.74,95.4427,-1.25565,-0.02219,-0.064666,-0.584949,0.808183,900,100,1), - (13457,61040,1,-4050.08,-2415.71,135.861,2.03331,0,0,0.850352,0.526214,900,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (12857,2061,1,-507.904,-3157.23,94.806,-0.931179,0.071618,-0.003894,-0.449481,0.890406,900,900,100,1), + (12858,148749,0,-10972.7,-3475.92,103.257,-2.19039,0,0,0.889017,-0.457874,900,900,100,1), + (12859,1617,0,-5552.93,-2725.95,364.925,-2.3911,0,0,-0.930417,0.366502,300,300,100,1), + (12861,148738,0,-10997.7,-3512.12,103.257,0.951204,0,0,0.457874,0.889017,900,900,100,1), + (12862,3662,0,-4876.23,-3318.48,305.601,-2.80998,0,0,0.986286,-0.165048,7200,7200,100,1), + (12863,104564,0,-5041.03,-3337.81,299.247,-2.84489,0,0,0.989016,-0.147809,5,5,100,1), + (12864,104574,0,-4930.64,-3422.01,304.467,-1.309,0,0,0.608761,-0.793353,5,5,100,1), + (12865,148731,0,-10981.3,-3501.39,103.136,0.532325,0,0,0.263031,0.964787,900,900,100,1), + (12866,148762,0,-11003.4,-3480.22,103.257,-0.619592,0,0,-0.304865,0.952396,900,900,100,1), + (12867,148768,0,-11004.6,-3481.7,103.257,-0.619592,0,0,-0.304865,0.952396,900,900,100,1), + (12868,148742,0,-10968.4,-3506.7,103.257,2.522,0,0,0.952396,0.304864,900,900,100,1), + (12869,148752,0,-10978.7,-3478.43,94.3807,-1.94604,0,0,-0.82659,0.562805,900,900,100,1), + (12870,148754,0,-10991.4,-3477.72,94.3807,-1.16064,0,0,-0.548293,0.836287,900,900,100,1), + (12871,104575,0,-4976.83,-3489.17,305.475,-0.314159,0,0,0.156434,-0.987688,2,2,100,1), + (12872,104569,0,-4864.81,-3328.1,304.771,1.02974,0,0,0.492424,0.870356,5,5,100,1), + (12874,148732,0,-10980.5,-3494.76,103.09,-0.095993,0,0,-0.047978,0.998848,900,900,100,1), + (12875,148767,0,-10984.3,-3480.14,68.7094,-1.78896,0,0,-0.779884,0.625924,900,900,100,1), + (12876,148769,0,-10991.7,-3481.4,68.7094,-1.18682,0,0,-0.559193,0.829038,900,900,100,1), + (12877,106319,0,-5035.68,-3346.79,299.368,1.41372,0,0,0.649448,0.760406,7200,7200,100,1), + (12878,148758,0,-11002.5,-3491.16,94.3807,-0.191986,0,0,-0.095846,0.995396,900,900,100,1), + (12879,148764,0,-10979.6,-3488.99,68.7094,-2.49582,0,0,0.948324,-0.317305,900,900,100,1), + (12881,148743,0,-10999.3,-3503.57,94.3807,0.593412,0,0,0.292372,0.956305,900,900,100,1), + (12884,148728,0,-10979.9,-3489.41,103.103,0.532325,0,0,0.263031,0.964787,900,900,100,1), + (12886,148744,0,-10993.1,-3508.5,94.3807,1.19555,0,0,0.562805,0.826589,900,900,100,1), + (12888,128293,0,-6061.82,-3019.5,230.494,-1.6057,0,0,0.71934,-0.694658,300,300,100,1), + (12889,148734,0,-10980.7,-3511.26,103.237,1.83259,0,0,0.793353,0.608762,900,900,100,1), + (12891,180248,0,-13118.1,479.772,0,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (12893,179502,429,277.695,-423.25,-120.04,-2.92342,0,0,-0.994056,0.108872,180,180,255,1), + (12894,2042,1,-2571.21,-3149.94,32.3859,-1.15192,0,0,-0.54464,0.83867,300,300,100,1), + (12895,148766,0,-10989.4,-3506.33,68.7094,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (12896,148755,0,-10974.1,-3474.8,103.257,-2.19039,0,0,0.889017,-0.457874,900,900,100,1), + (12897,148745,0,-10988.2,-3510.06,94.3807,1.37881,0,0,0.636079,0.771624,900,900,100,1), + (12899,2042,1,-4200.75,-3540.99,38.2601,-1.0821,0,0,-0.515036,0.857168,300,300,100,1), + (12900,128293,0,-6142.52,-3013.78,220.446,0,0,0,0,1,300,300,100,1), + (12901,128293,0,-6171.99,-3029.98,222.44,1.18682,0,0,0.559193,0.829038,300,300,100,1), + (12902,2041,1,-3867.13,-3043.37,32.1059,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (12907,148765,0,-10989.5,-3495.26,68.7094,0.575958,0,0,0.284015,0.95882,900,900,100,1), + (12908,148741,0,-10983.3,-3485.42,103.136,-0.305433,0,0,-0.152124,0.988361,900,900,100,1), + (12909,2849,0,-5215.64,-3321.71,239.325,-0.890118,0,0,0.430511,-0.902585,7200,7200,100,1), + (12911,148774,0,-10967.2,-3505.23,103.257,2.522,0,0,0.952396,0.304864,900,900,100,1), + (12912,148733,0,-10967.8,-3489.39,103.208,-2.99324,0,0,0.99725,-0.074108,900,900,100,1), + (12917,1618,0,-5422.79,-3097.09,352.976,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (12918,3662,0,-5692.8,-3912.19,337.257,1.67552,0,0,0.743145,0.669131,7200,7200,100,1), + (12919,3662,0,-5291.79,-2949.98,336.758,1.53589,0,0,0.694658,0.71934,7200,7200,100,1), + (12920,3705,0,-5708.4,-3774.1,322.841,-0.750491,0,0,0.366501,-0.930418,7200,7200,100,1), + (12922,37034,0,-11082.3,-3429.09,81.8802,0.558505,0,0,0.275637,0.961262,900,900,100,1), + (12924,37036,0,-11084.5,-3425.71,81.8802,0.558505,0,0,0.275637,0.961262,900,900,100,1), + (12925,37038,0,-11086.1,-3420.01,81.8802,-0.968656,0,0,-0.465614,0.884988,900,900,100,1), + (12926,2849,0,-5710.01,-3917.6,344.648,0.366519,0,0,0.182236,0.983255,7200,7200,100,1), + (12927,179503,429,-38.9654,813.709,-27.3178,0,0,0,0,1,180,180,255,1), + (12928,2061,1,-528.325,-3140.78,94.9952,1.64664,-0.05833,0.103945,0.725331,0.678003,900,900,100,1), + (12929,1621,0,-4766.45,-3552.82,305.517,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (12930,2061,1,-583.798,-3153.1,93.2691,-2.03862,0.098508,0.010722,-0.849551,0.518117,900,900,100,1), + (12931,2061,1,-519.096,-3165.74,95.4427,-1.25565,-0.02219,-0.064666,-0.584949,0.808183,900,900,100,1), + (12933,2061,1,-566.534,-3147.7,95.5204,1.70727,0.001641,-0.081211,0.749013,0.657557,900,900,100,1), + (12934,2061,1,-531.097,-3166.1,96.1163,1.14612,-0.102465,0.048624,0.543569,0.831667,900,900,100,1), + (12935,2061,1,-2319.64,-1929.54,96.1703,-3.11541,0,0,0.999914,-0.01309,900,900,100,1), + (12936,2061,1,-2317.43,-1936.06,96.1703,3.03687,0,0,0.99863,0.052336,900,900,100,1), + (12937,2061,1,-2300.26,-1927.39,96.1703,3.09796,0,0,0.999762,0.021815,900,900,100,1), + (12938,2061,1,-2367.1,-1982.81,105.019,1.62315,0,0,0.725374,0.688355,900,900,100,1), + (12939,2061,1,-2373.94,-1999.79,96.8093,2.57436,0,0,0.96005,0.27983,900,900,100,1), + (12940,2061,1,-2372.38,-1985.42,96.7955,0.23562,0,0,0.117537,0.993068,900,900,100,1), + (12941,2061,1,-2399.7,-1920.07,96.7927,0.18326,0,0,0.091502,0.995805,900,900,100,1), + (12942,2061,1,-4081.35,-2350.86,109.241,0.872666,0,0,0.422619,0.906308,900,900,100,1), + (12943,2061,1,-4082.34,-2350.54,109.241,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (12944,2061,1,-4081.87,-2351.85,109.241,-2.26893,0,0,0.906308,-0.422619,900,900,100,1), + (12945,148751,1,-2096.19,-3665.62,96.2722,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (12946,2066,1,400.984,-2212.36,183.231,-1.00182,0,0,-0.480222,0.877147,900,900,100,1), + (12947,2066,1,309.009,-2183.67,214.069,3.14159,0,0,1,0,900,900,100,1), + (12948,2066,1,393.151,-2082.42,132.135,1.00143,0,0,0.480054,0.877239,900,900,100,1), + (12949,2066,1,-115.608,-2020.06,91.6667,2.77803,0,0,0.983523,0.180783,900,900,100,1), + (12950,2066,1,166.857,-1823.44,91.7828,1.93508,0,0,0.823493,0.567327,900,900,100,1), + (12951,23570,1,-209.716,-3005.01,91.6667,-0.881204,0,0,-0.426484,0.904495,900,900,100,1), + (12952,2066,1,-209.716,-3005.01,91.6667,-0.881204,0,0,-0.426484,0.904495,900,900,100,1), + (12953,2066,1,-869.521,-2738.32,91.6667,3.14159,0,0,1,0,900,900,100,1), + (12955,2066,1,-1284.28,-2829.89,91.6677,2.05076,0,0,0.854912,0.518773,900,900,100,1), + (12956,2066,1,-937.236,-1884.37,98.2043,2.89725,0,0,0.992546,0.121869,900,900,100,1), + (12957,2066,1,-2374.62,-1903.08,95.8381,3.09796,0,0,0.999762,0.021815,900,900,100,1), + (12958,2066,1,-423.378,-3172.6,212.55,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (12959,2066,1,-1157.97,-3149.83,91.6667,-3.10497,0,0,0.999832,-0.018311,900,900,100,1), + (12960,2066,1,19.7623,-1791.11,91.7249,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (12961,2066,1,-4488.93,-2056.76,75.9526,2.92343,0,0,0.994056,0.108867,900,900,100,1), + (12962,2066,1,-1406.18,-2739.77,91.6667,3.14159,0,0,1,0,900,900,100,1), + (12963,2066,1,-200.54,-1665.36,91.6832,-0.087536,0,0,-0.043754,0.999042,900,900,100,1), + (12982,2066,1,-1348.17,-4052.75,5.4335,3.14159,0,0,1,0,900,900,100,1), + (12983,2066,1,-1492,-3031.95,91.7524,3.14159,0,0,1,0,900,900,100,1), + (12984,4115,1,-2286.44,-2170.93,98.5244,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (12985,23571,1,400.984,-2212.36,183.231,-1.00182,0,0,-0.480222,0.877147,900,900,100,1), + (12986,4116,1,-2288.93,-2171.02,98.5914,0.41888,0,0,0.207912,0.978148,900,900,100,1), + (12987,23572,1,309.009,-2183.67,214.069,3.14159,0,0,1,0,900,900,100,1), + (12988,37028,0,-11060.6,-3420.84,80.5104,0.575959,0,0,0.284015,0.95882,900,900,100,1), + (12990,4117,1,-2287.78,-2168.84,98.638,-1.56207,0,0,-0.704015,0.710185,900,900,100,1), + (12991,23573,1,393.151,-2082.42,132.135,1.00143,0,0,0.480054,0.877239,900,900,100,1), + (12992,180573,0,-9505.92,-372.526,57.6312,1.39221,0,0,0.641233,0.767346,25,25,0,1), + (12993,4118,1,-2288.92,-2171.02,97.758,0.41888,0,0,0.207912,0.978148,900,900,100,1), + (12994,179504,429,78.1384,737.402,-24.6216,0,0,0,0,1,180,180,255,1), + (12996,37029,0,-11078.5,-3425.28,66.561,0.541053,0,0,0.267239,0.96363,900,900,100,1), + (12997,37031,0,-11072,-3454.51,66.561,1.213,0,0,0.569997,0.821647,900,900,100,1), + (12998,106319,0,-6019.41,-2760.03,410.532,-1.65806,0,0,0.737277,-0.67559,7200,7200,100,1), + (13000,152330,0,-11083.2,-3408.44,90.6216,-1.49225,0,0,-0.6788,0.734323,900,900,100,1), + (13001,2061,0,-11083.2,-3408.44,90.6216,-1.49225,0,0,-0.6788,0.734323,900,900,100,1), + (13002,1617,0,-5003.28,-2685.51,325.382,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (13004,37025,0,-11070.9,-3452.88,66.561,-2.88852,0,0,0.992005,-0.126199,900,900,100,1), + (13006,179505,429,-155.434,734.166,-24.6216,0,0,0,0,1,180,180,255,1), + (13007,37032,0,-11080.5,-3431.97,81.8802,0.558505,0,0,0.275637,0.961262,900,900,100,1), + (13008,3662,0,-6048.65,-2977.59,403.13,0.279253,0,0,0.139173,0.990268,7200,7200,100,1), + (13009,3772,0,-11073.5,-3453.83,66.627,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (13013,37035,0,-11071.9,-3434.55,81.8802,2.1293,0,0,0.87462,0.48481,900,900,100,1), + (13014,1617,0,-4924.98,-2681.7,326.299,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (13015,23574,1,-115.608,-2020.06,91.6667,2.77803,0,0,0.983523,0.180783,900,900,100,1), + (13016,23575,1,166.857,-1823.44,91.7828,1.93508,0,0,0.823493,0.567327,900,900,100,1), + (13017,271,0,-4967.33,-3007.32,318.483,0.925024,0,0,0.446198,0.894934,1800,1800,100,1), + (13018,152332,0,-11064.3,-3396.17,90.6216,-0.445058,0,0,-0.220697,0.975342,900,900,100,1), + (13019,271,0,-4982.02,-2961.62,316.307,-0.506145,0,0,0.25038,-0.968148,1800,1800,100,1), + (13020,2061,0,-11064.3,-3396.17,90.6216,-0.445058,0,0,-0.220697,0.975342,900,900,100,1), + (13021,37026,0,-11066,-3412.56,80.5104,0.453785,0,0,0.224951,0.97437,900,900,100,1), + (13023,152325,0,-11032.3,-3389.17,68.4934,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (13025,2061,0,-11032.3,-3389.17,68.4934,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (13033,4119,1,-2286.46,-2170.92,97.7478,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (13034,4120,1,-3475.83,-2045.37,99.081,3.14159,0,0,1,0,900,900,100,1), + (13035,174872,1,-1055.06,-3670.21,23.9191,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (13036,4121,1,-3477.1,-2046.78,99.0788,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (13038,23577,1,-200.54,-1665.36,91.6832,-0.087536,0,0,-0.043754,0.999042,900,900,100,1), + (13039,148761,1,-2091.6,-3665.14,96.2722,0.305433,0,0,0.152123,0.988362,900,900,100,1), + (13040,4122,1,-3478.57,-2045.6,99.0567,0,0,0,0,1,900,900,100,1), + (13041,21530,1,-929.441,-3693.2,8.70877,-1.43117,0,0,0.656059,-0.75471,10,10,100,1), + (13046,21530,1,-929.35,-3693.59,8.70877,-1.44862,0,0,0.66262,-0.748956,10,10,100,1), + (13047,180248,0,-13054.4,498.112,0,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (13048,180248,0,-13303.2,630.419,0,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (13049,4123,1,-3475.8,-2045.37,98.2476,3.14159,0,0,1,0,900,900,100,1), + (13050,107037,1,-1050.39,-3668.92,23.9181,-3.02815,0,0,0.998392,-0.056693,900,900,100,1), + (13051,21277,1,-928.64,-3692.39,8.70877,-1.41372,0,0,0.649448,-0.760406,2,2,100,1), + (13052,21277,1,-929.275,-3692.56,8.70877,-1.43117,0,0,0.656059,-0.75471,2,2,100,1), + (13053,21277,1,-928.399,-3693.33,8.70877,-0.855212,0,0,0.414693,-0.909961,2,2,100,1), + (13054,21277,1,-930.227,-3693.21,7.7695,3.05433,0,0,0.999048,0.043619,2,2,100,1), + (13055,21277,1,-929.625,-3691.45,7.71345,1.71042,0,0,0.75471,0.656059,2,2,100,1), + (13056,147742,1,1359.64,-3544.39,95.22,-1.8232,0.021495,0.024777,-0.789934,0.612314,900,900,100,1), + (13057,147743,1,1383.86,-3432.73,95.6818,-1.98819,0.032708,0.133378,-0.825105,0.548035,900,900,100,1), + (13058,107039,1,-1051.51,-3667.2,23.9181,-1.56207,0,0,-0.704015,0.710186,900,900,100,1), + (13059,103711,1,-4126.87,-2243.22,51.5352,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (13060,103711,1,-4115,-2231.68,52.2902,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (13061,152608,1,-932.072,-1869,102.032,-3.13286,0,0,0.99999,-0.004364,3600,3600,100,1), + (13062,147744,1,1344.75,-3491.09,93.9261,0.038674,-0.048422,-0.12542,0.012776,0.990839,900,900,100,1), + (13063,107040,1,-1060.68,-3666.78,23.9181,0.191986,0,0,0.095846,0.995396,900,900,100,1), + (13064,147745,1,1325.99,-3489.71,92.2671,2.29768,0.000767,0.07172,0.909164,0.410214,900,900,100,1), + (13065,107041,1,-1043.9,-3669.13,23.8959,-1.65806,0,0,-0.737277,0.675591,900,900,100,1), + (13066,2849,1,813.205,-1350.83,91.8763,3.07178,0,0,0.999391,0.034899,3600,3600,100,1), + (13067,103713,1,-4203.78,-2233.75,55.3837,0.20944,0,0,0.104528,0.994522,900,900,100,1), + (13068,2849,1,-2058.91,-1965.91,91.6667,0.139626,0,0,0.069756,0.997564,3600,3600,100,1), + (13069,152328,0,-11025.3,-3399.98,68.4934,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (13070,2061,0,-11025.3,-3399.98,68.4934,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (13071,2849,1,-1914.21,-1760.61,91.6692,1.91986,0,0,0.819152,0.573576,3600,3600,100,1), + (13072,37030,0,-11075.9,-3423.56,66.561,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (13073,2849,1,-2095.67,-2576.15,91.7422,-1.29154,0,0,0.601815,-0.798635,3600,3600,100,1), + (13074,2849,1,1261.75,-3627.31,90.3795,-0.087267,0,0,0.04362,-0.999048,3600,3600,100,1), + (13075,147746,1,1335.35,-3497.16,93.1254,1.97369,0.024396,0.042292,0.833217,0.550787,900,900,100,1), + (13076,107042,1,-1058.38,-3666.63,23.9181,2.86234,0,0,0.990268,0.139173,900,900,100,1), + (13078,1618,0,-5045.62,-2734.31,341.608,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (13079,2850,1,-3701.39,-1594.65,93.0112,1.25664,0,0,0.587785,0.809017,3600,3600,100,1), + (13080,147747,1,1336.4,-3480.26,92.9038,1.97321,0.065573,-0.019348,0.832929,0.54914,900,900,100,1), + (13081,148771,1,-2091.08,-3662.89,96.2722,-1.32645,0,0,-0.615662,0.78801,900,900,100,1), + (13082,141860,1,-2088.12,-3496.8,130.085,0.637046,0,0,0.313164,0.949699,900,900,100,1), + (13083,4132,1,48.1721,-2707.77,94.0063,3.14159,0,0,1,0,900,900,100,1), + (13084,147748,1,1348.33,-3478.86,93.5774,-1.90821,0.044107,0.104488,-0.807166,0.579328,900,900,100,1), + (13108,179506,429,-38.7567,812.587,-3.8761,0,0,0,0,1,180,180,255,1), + (13109,1620,0,-5888.27,-3958.87,357.833,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (13110,1618,0,-5265.83,-3867.44,332.13,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (13111,1618,0,-5399.68,-3866.64,333.201,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (13112,1620,0,-5333.77,-4131.29,335.081,0.767945,0,0,0.374607,0.927184,300,300,100,1), + (13113,1621,0,-5338.93,-4044.69,333.936,3.03687,0,0,0.998629,0.0523374,300,300,100,1), + (13122,148772,1,-2112.78,-3646.54,96.2722,3.09796,0,0,0.999762,0.021815,900,900,100,1), + (13123,37027,0,-11074,-3452.53,66.561,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (13124,37033,0,-11075.3,-3436.74,81.8802,2.1293,0,0,0.87462,0.48481,900,900,100,1), + (13125,37037,0,-11082.9,-3417.67,81.8802,-0.968656,0,0,-0.465614,0.884988,900,900,100,1), + (13126,152329,0,-11063.3,-3438.62,90.6216,-1.49225,0,0,-0.6788,0.734323,900,900,100,1), + (13127,1621,0,-5224.15,-3702.81,309.254,-1.8326,0,0,-0.793355,0.60876,300,300,100,1), + (13128,2061,0,-11063.3,-3438.62,90.6216,-1.49225,0,0,-0.6788,0.734323,900,900,100,1), + (13129,152327,0,-11044.8,-3426.34,90.6216,0.078541,0,0,0.03926,0.999229,900,900,100,1), + (13130,141861,1,-2085.43,-3503.04,130.085,0.034906,0,0,0.017452,0.999848,900,900,100,1), + (13134,1617,0,-5125.4,-3068.8,323.4,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (13135,1617,0,-4732.31,-2992.33,316.601,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (13136,4133,1,45.4641,-2708.02,94.0023,0,0,0,0,1,900,900,100,1), + (13138,2061,0,-11044.8,-3426.34,90.6216,0.078541,0,0,0.03926,0.999229,900,900,100,1), + (13141,152331,0,-11074.9,-3418.08,81.7419,2.67035,0,0,0.97237,0.233446,900,900,100,1), + (13144,3707,1,-3093.69,-2898.96,34.3071,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (13145,147749,1,1393.99,-3481.34,95.0098,-0.605298,-0.073672,-0.034209,-0.300208,0.950409,900,900,100,1), + (13146,4134,1,46.9428,-2709.26,94.0014,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (13149,141862,1,-2211.14,-3780.48,130.863,-1.19555,0,0,-0.562805,0.82659,900,900,100,1), + (13150,147750,1,1361.47,-3517.11,94.4336,-0.547735,-0.093562,0.037196,-0.268064,0.958125,900,900,100,1), + (13151,143398,1,-1053.76,-3670.66,23.8998,1.40499,0,0,0.646124,0.763232,900,900,100,1), + (13152,4135,1,313.794,-3599.11,29.2574,-0.820305,0,0,-0.398749,0.91706,900,900,100,1), + (13153,141863,1,-2217.62,-3780.38,130.863,-1.95477,0,0,-0.829038,0.559192,900,900,100,1), + (13154,147751,1,1358.95,-3507.07,92.4424,-0.533093,0.023197,0.016294,-0.263677,0.964194,900,900,100,1), + (13155,50983,1,-341.145,-2567.83,95.7875,-2.90597,0,0,0.993068,-0.117537,900,900,100,1), + (13156,143399,1,-1044.14,-3683.34,26.778,-1.42244,0,0,-0.65276,0.757565,900,900,100,1), + (13157,4136,1,314.786,-3601.51,29.3037,1.53589,0,0,0.694658,0.71934,900,900,100,1), + (13158,147752,1,1342.49,-3506.73,93.8913,-1.56793,-0.099719,0.027095,-0.705578,0.701057,900,900,100,1), + (13159,4137,1,313.828,-3599.14,28.4809,-0.829032,0,0,-0.402747,0.915311,900,900,100,1), + (13160,147753,1,1420.36,-3432.49,93.2807,0.594354,-0.034217,-0.030815,0.291735,0.95539,900,900,100,1), + (13161,4138,1,45.4774,-2708.01,93.169,0,0,0,0,1,900,900,100,1), + (13162,152618,1,-1214.16,-2720.71,106.668,3.14159,0,0,1,0,3600,3600,100,1), + (13163,147754,1,1353.49,-3522.31,95.22,-0.800406,-0.045733,0.054979,-0.386682,0.919436,900,900,100,1), + (13164,147755,1,1411.1,-3418.39,93.2807,0.635857,-0.049878,0.090686,0.312769,0.944174,900,900,100,1), + (13165,147756,1,1356.07,-3490.57,93.1908,0.072963,-0.049134,0.059002,0.039225,0.996276,900,900,100,1), + (13166,149036,1,-991.671,-3710.49,4.45864,2.54818,0,0,0.956305,0.292372,2,2,100,1), + (13167,4141,1,825.53,-2686.73,91.6111,-0.829032,0,0,-0.402747,0.915311,2,2,100,1), + (13168,147757,1,1372.32,-3487.1,94.5371,0.479447,-0.000306,-0.00246,0.237431,0.971401,900,900,100,1), + (13169,148781,1,-2094.52,-3660.18,69.2802,1.65806,0,0,0.737278,0.67559,900,900,100,1), + (13170,147758,1,1373.15,-3496.86,93.378,1.76671,0.036881,0.023142,0.7725,0.63352,900,900,100,1), + (13171,149038,1,-404.945,-2644.84,96.2186,-2.9147,0,0,0.993572,-0.113203,900,900,100,1), + (13172,148782,1,-2087.43,-3663.56,96.2722,-2.67908,0,0,0.973379,-0.229201,900,900,100,1), + (13173,147759,1,1379.54,-3473.35,95.1305,1.95743,-0.016532,-0.095291,0.823931,0.558376,900,900,100,1), + (13174,147760,1,1395.6,-3441.52,94.1386,0.144957,-0.010197,-0.104814,0.070163,0.991961,900,900,100,1), + (13175,147761,1,1389.98,-3449.48,94.0693,-0.357156,-0.050162,-0.046679,-0.179435,0.981381,900,900,100,1), + (13176,147762,1,1403.97,-3456.29,92.5976,-0.20562,-0.022073,-0.026898,-0.103121,0.99406,900,900,100,1), + (13177,147763,1,1361.26,-3438.53,97.4849,-0.364063,0.05103,-0.112426,-0.172554,0.977232,900,900,100,1), + (13178,147764,1,1360.39,-3424.88,93.535,2.61113,-0.143949,0.054463,0.952928,0.261228,900,900,100,1), + (13179,147765,1,1342.92,-3434.97,93.4338,2.88264,0.089268,-0.029422,0.987027,0.130166,900,900,100,1), + (13181,147766,1,1349.52,-3463.09,97.4849,-1.83812,0.012761,-0.01211,-0.794938,0.606436,900,900,100,1), + (13183,148790,1,-2112.59,-3644.52,96.2722,2.98451,0,0,0.996917,0.078459,900,900,100,1), + (13184,2061,0,-11074.9,-3418.08,81.7419,2.67035,0,0,0.97237,0.233446,900,900,100,1), + (13185,152326,0,-11069.1,-3427.26,81.7419,1.69297,0,0,0.748956,0.66262,900,900,100,1), + (13186,147767,1,1328.57,-3455.16,96.3315,-2.49035,0.166881,-0.010923,0.937259,-0.305904,900,900,100,1), + (13187,147768,1,1339.34,-3447.24,93.5414,2.4051,0.143469,0.038799,0.926379,0.346025,900,900,100,1), + (13190,2061,0,-11069.1,-3427.26,81.7419,1.69297,0,0,0.748956,0.66262,900,900,100,1), + (13191,3640,1,-922.446,-2079.11,80.5566,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (13192,3640,1,-955.727,-2066.27,80.2876,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (13193,147749,0,-11280.4,-3499.87,9.85363,-2.97022,0.059558,-0.055234,0.993315,-0.082016,900,900,100,1), + (13194,3640,1,-1322.77,-3026.72,87.5074,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (13195,2040,1,-2742.7,-2574.46,33.3991,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (13196,3640,1,-1303.2,-2977.65,86.9946,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (13197,2849,0,-4947.29,-4078.86,301.175,2.21657,0,0,0.894934,0.446198,7200,7200,100,1), + (13198,3640,1,-1219.84,-2115.2,92.5356,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (13200,3640,1,-1150.61,-2022.81,92.3636,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (13201,3640,1,135.638,-1993.27,94.7651,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (13202,3640,1,-38.0335,-1822.81,92.9126,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (13203,179511,429,581.241,524.321,-25.4027,-2.79252,0,0,-0.984807,0.173652,43200,43200,255,1), + (13204,3640,1,-1009.06,-2014.05,81.1297,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (13205,3640,1,-1073.8,-2013.31,79.0979,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (13206,3640,1,-1300.76,-3066.81,87.3206,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (13207,3640,1,-1208.5,-3000.19,87.4935,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (13209,106319,0,-6007.12,-2957.26,399.522,-0.139626,0,0,0.069756,-0.997564,7200,7200,100,1), + (13211,2061,0,-11280.4,-3499.87,9.85363,-2.97022,0.059558,-0.055234,0.993315,-0.082016,900,900,100,1), + (13228,1617,0,-5042.68,-2767.99,325.933,0.767945,0,0,0.374607,0.927184,300,300,100,1), + (13229,1617,0,-5140.33,-2874.04,331.892,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (13230,2866,0,-6591,-1580,272.252,-2,0,0,-0.841471,0.540302,300,300,100,1), + (13231,180248,0,-13413.9,779.54,-0.981451,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (13232,2866,0,-6597.88,-894.268,246.205,2.68781,0,0,0.97437,0.22495,300,300,255,1), + (13233,2866,0,-6532,-826,307.85,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (13234,1617,0,-4792.08,-2593.88,349.276,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (13235,3640,1,-1128.3,-2193.82,80.1831,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (13236,3640,1,-1006.33,-2107.02,80.4879,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (13237,3640,1,120.312,-1963.72,89.7848,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (13238,2866,0,-6601,-1174,272.107,-2,0,0,-0.841471,0.540302,300,300,100,1), + (13239,2866,0,-6538,-1680,296.176,2.758,0,0,0.981663,0.190623,300,300,100,1), + (13240,1618,0,-4758.27,-2668.77,331.509,-0.785398,0,0,-0.382683,0.92388,300,300,100,1), + (13241,3640,1,-1381.16,-2983.04,93.0462,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (13242,3640,1,-1320.96,-2790.33,92.8503,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (13243,3640,1,117.796,-1925.59,89.8723,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (13244,3640,1,90.3861,-1903.25,89.6457,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (13245,1618,0,-5082.65,-2985.96,332.623,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (13246,106319,0,-5302.15,-2723.45,343.116,0.453786,0,0,0.224951,0.97437,7200,7200,100,1), + (13247,271,0,-4979.14,-2953.52,314.859,-1.93731,0,0,0.824126,-0.566406,1800,1800,100,1), + (13248,106319,0,-4920.42,-2993.18,332.423,-1.97222,0,0,0.833886,-0.551937,7200,7200,100,1), + (13250,177211,429,-41.8255,159.874,-3.44834,0,0,0,0,1,180,180,255,1), + (13251,3640,1,40.0799,-1955.59,90.0952,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (13252,147769,1,1352.67,-3415.36,91.7402,1.21904,-0.034947,0.113954,0.564959,0.816465,900,900,100,1), + (13253,3642,1,23.7603,-1736.37,108.722,0.253073,0.004328,0.000551,0.126198,0.991995,3600,3600,100,1), + (13254,91706,1,-2249.66,-2368.53,91.6667,-1.38791,0,0,-0.639584,0.768721,900,900,100,1), + (13255,147770,1,1402.73,-3404.76,91.6278,-0.537121,0.107437,0.085757,-0.271563,0.952553,900,900,100,1), + (13256,147771,1,1422.4,-3410.77,92.8875,0.621397,0.079503,0.121786,0.292495,0.945142,900,900,100,1), + (13257,148795,1,-2114.63,-3647.61,96.2722,1.63188,0,0,0.728371,0.685183,900,900,100,1), + (13258,148796,1,-2099.23,-3663.5,96.2722,-1.75406,0,0,-0.768842,0.639439,900,900,100,1), + (13259,3644,1,-4173,-2137.15,84.565,0.628319,0,0,0.309017,0.951057,60,60,255,1), + (13260,3646,1,-4079.74,-2355.42,108.909,-1.15192,0,0,0.544639,-0.838671,2,2,100,1), + (13261,56897,1,-1068.04,-3534.88,64.3109,1.24791,0,0,0.58425,0.811574,900,900,100,1), + (13262,148801,1,-2089.14,-3662.27,96.2722,-1.213,0,0,-0.569997,0.821647,900,900,100,1), + (13263,56898,1,-975.077,-3673.82,10.5245,0.791182,-0.031724,0.044935,0.385364,0.921124,900,900,100,1), + (13264,13891,1,-651.434,-2350.74,20.8452,0.942478,0,0,0.45399,0.891007,300,300,100,1), + (13265,13891,1,-542.541,-2247.05,43.3624,-2.53073,0,0,0.953717,-0.300706,300,300,100,1), + (13266,13891,1,-611.487,-2189.51,50.5219,-1.72788,0,0,0.760406,-0.649448,300,300,100,1), + (13267,13891,1,-598.61,-2130.15,50.8574,-2.94961,0,0,0.995396,-0.095846,300,300,100,1), + (13268,13891,1,-566.237,-2327.57,26.3198,1.81514,0,0,0.788011,0.615662,300,300,100,1), + (13269,13891,1,-717.178,-2105.74,65.7452,3.05433,0,0,0.999048,0.043619,300,300,100,1), + (13270,13891,1,-599.772,-2044.96,57.1683,-2.46091,0,0,0.942641,-0.333807,300,300,100,1), + (13271,13891,1,-790.112,-2090.43,75.3776,-0.523599,0,0,0.258819,-0.965926,300,300,100,1), + (13272,13891,1,-695.57,-2347.81,19.9718,1.78024,0,0,0.777146,0.62932,300,300,100,1), + (13273,13891,1,-577.169,-2250.14,40.0093,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (13274,13891,1,-564.216,-2206.49,49.0798,-0.890118,0,0,0.430511,-0.902585,300,300,100,1), + (13275,13891,1,-733.289,-2059.56,69.5646,2.98451,0,0,0.996917,0.078459,300,300,100,1), + (13276,13891,1,-672.65,-2006.37,64.6799,-0.541052,0,0,0.267238,-0.96363,300,300,100,1), + (13277,13891,1,-705.331,-2249.4,16.4384,2.18166,0,0,0.887011,0.461749,300,300,100,1), + (13278,177212,429,10.7215,159.459,-3.44834,3.14159,0,0,-1,0,180,180,255,1), + (13279,177213,429,10.5912,-154.998,-2.69379,3.14159,0,0,-1,0,180,180,255,1), + (13280,177215,429,255.408,10.3792,-2.69381,1.5708,0,0,0.707107,0.707107,180,180,255,1), + (13281,142144,429,67.4486,-467.225,-58.6226,-1.95477,0,0,-0.829037,0.559194,7200,7200,255,1), + (13282,142144,429,24.717,-468.53,-4.25922,-2.02458,0,0,-0.848048,0.52992,7200,7200,255,1), + (13283,142144,429,68.1034,-669.629,-25.1653,-2.19912,0,0,-0.891006,0.453991,7200,7200,255,1), + (13284,142144,429,-46.1853,-432.413,16.4136,0.174532,0,0,0.0871553,0.996195,7200,7200,255,1), + (13285,142144,429,-110.419,-419.615,-58.6047,-2.47837,0,0,-0.945519,0.325567,7200,7200,255,1), + (13286,271,0,-4853.3,-2971.94,321.508,-0.10472,0,0,0.052336,-0.99863,1800,1800,100,1), + (13287,271,0,-4918.71,-2956.49,316.887,0.20944,0,0,0.104528,0.994522,1800,1800,100,1), + (13288,271,0,-4974.81,-2937.46,315.905,-1.85005,0,0,0.798635,-0.601815,1800,1800,100,1), + (13289,147752,0,-11261.4,-3445.66,8.73513,2.35033,0.012681,-0.102553,0.916023,0.387587,900,900,100,1), + (13290,13891,1,-674.612,-2202.58,25.4651,0.750492,0,0,0.366501,0.930418,300,300,100,1), + (13291,271,0,-4936.05,-2967.32,317.693,0,0,0,0,1,1800,1800,100,1), + (13292,4166,1,-424.917,-2590.89,97.0383,-1.94604,0,0,-0.82659,0.562805,900,900,100,1), + (13293,123462,1,-1457.65,-3958.54,0.242073,1.62316,0,0,0.725374,0.688355,10,10,100,1), + (13294,148807,1,-2114.46,-3643.16,96.2722,-1.66679,0,0,-0.740218,0.672367,900,900,100,1), + (13295,20807,1,-4889.76,-2281.96,-70.5115,-0.279253,0,0,0.139173,-0.990268,300,300,100,1), + (13296,19017,1,-1383.11,-4079.08,-29.2816,2.02458,0,0,0.848048,0.529919,3600,3600,100,1), + (13297,19017,1,-2049.98,-3822.86,-8.51088,-1.15192,0,0,0.544639,-0.838671,3600,3600,100,1), + (13298,20810,1,171.923,-3597.01,27.1846,-0.948749,0,0,-0.456782,0.889579,900,900,100,1), + (13299,148811,1,-2099.41,-3649.38,61.8122,0.741765,0,0,0.362438,0.932008,900,900,100,1), + (13300,19019,1,1294.64,-3592.48,91.9036,-0.750491,0,0,0.366501,-0.930418,3600,3600,100,1), + (13301,138316,1,-2287.63,-1934.92,95.7939,-1.76278,0,0,-0.771625,0.636078,900,900,100,1), + (13302,148812,1,-2082.8,-3646.12,75.0999,3.08923,0,0,0.999657,0.026176,900,900,100,1), + (13303,19020,1,-4125.63,-2222.27,50.1831,0.139626,0,0,0.069756,0.997564,3600,3600,100,1), + (13304,19020,1,-4075.15,-2302.65,125.641,0.680678,0,0,0.333807,0.942641,3600,3600,100,1), + (13305,3660,1,-1374.43,-3906.73,10.0213,2.56563,0,0,0.95882,0.284015,3600,3600,100,1), + (13306,138317,1,-2287.18,-1943.8,95.7457,-0.209441,0,0,-0.104529,0.994522,900,900,100,1), + (13307,148813,1,-2101.38,-3662.92,87.4868,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (13308,49485,1,-2367.1,-1982.81,105.019,1.62315,0,0,0.725374,0.688355,900,900,100,1), + (13309,3661,1,-1373.69,-3596.82,91.7501,1.0821,0,0,0.515038,0.857167,3600,3600,100,1), + (13310,3661,1,-481.966,-2595.26,103.638,3.14159,0,0,1,0,3600,3600,100,1), + (13311,138318,1,-2374.62,-1903.08,95.8381,3.09796,0,0,0.999762,0.021815,900,900,100,1), + (13312,148814,1,-2108.97,-3657.86,87.4868,0.610865,0,0,0.300706,0.953717,900,900,100,1), + (13313,49486,1,-2373.94,-1999.79,96.8093,2.57436,0,0,0.96005,0.27983,900,900,100,1), + (13314,3662,1,1212.8,-2923.98,91.6667,-1.39626,0,0,0.642788,-0.766044,3600,3600,100,1), + (13315,3662,1,796.585,-1806.48,91.6667,1.51844,0,0,0.688355,0.725374,3600,3600,100,1), + (13316,130126,1,1237.13,-2925.65,141.776,2.68781,0,0,0.97437,0.224951,900,900,100,1), + (13317,3662,1,-8.96408,-3581.63,27.6868,-0.174533,0,0,0.087156,-0.996195,3600,3600,100,1), + (13318,3662,1,267.824,-1938,91.7747,-2.26893,0,0,0.906308,-0.422618,3600,3600,100,1), + (13319,3662,1,-2099.96,-3635.59,72.0328,0.663225,0,0,0.325568,0.945519,3600,3600,100,1), + (13320,3662,1,-421.76,-2668.49,95.9021,-1.67552,0,0,0.743145,-0.669131,3600,3600,100,1), + (13321,3662,1,-2100.22,-1721.59,91.862,1.93731,0,0,0.824126,0.566406,3600,3600,100,1), + (13322,3662,1,-1500.99,-3655.18,92.3257,-2.02458,0,0,0.848048,-0.529919,3600,3600,100,1), + (13323,3662,1,-854.131,-2756.05,91.6667,-2.72271,0,0,0.978148,-0.207912,3600,3600,100,1), + (13324,3662,1,-1926.58,-1760.03,92.2422,-1.39626,0,0,0.642788,-0.766044,3600,3600,100,1), + (13325,148815,1,-2114.03,-3652.19,96.2722,-1.23918,0,0,-0.580703,0.814115,900,900,100,1), + (13326,49487,1,-2372.38,-1985.42,96.7955,0.23562,0,0,0.117537,0.993068,900,900,100,1), + (13327,106319,1,398.093,-2228.92,184.599,1.53589,0,0,0.694658,0.71934,3600,3600,100,1), + (13328,19535,1,-651.434,-2350.74,20.8452,0.942478,0,0,0.45399,0.891007,900,900,100,1), + (13329,19535,1,-542.541,-2247.05,43.3624,-2.53073,0,0,0.953717,-0.300706,900,900,100,1), + (13330,19535,1,-611.487,-2189.51,50.5219,-1.72788,0,0,0.760406,-0.649448,900,900,100,1), + (13331,19535,1,-598.61,-2130.15,50.8574,-2.94961,0,0,0.995396,-0.095846,900,900,100,1), + (13332,19535,1,-566.237,-2327.57,26.3198,1.81514,0,0,0.788011,0.615662,900,900,100,1), + (13333,19535,1,-717.178,-2105.74,65.7452,3.05433,0,0,0.999048,0.043619,900,900,100,1), + (13334,19535,1,-599.772,-2044.96,57.1683,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (13335,19535,1,-790.112,-2090.43,75.3776,-0.523599,0,0,0.258819,-0.965926,900,900,100,1), + (13336,19535,1,-695.57,-2347.81,19.9718,1.78024,0,0,0.777146,0.62932,900,900,100,1), + (13337,19535,1,-577.169,-2250.14,40.0093,0.541052,0,0,0.267238,0.96363,900,900,100,1), + (13338,106319,1,-1173.46,-3163.7,91.6667,0.244346,0,0,0.121869,0.992546,3600,3600,100,1), + (13339,106319,1,830.272,-2692.9,91.6667,2.40855,0,0,0.93358,0.358368,3600,3600,100,1), + (13340,19535,1,-564.216,-2206.49,49.0798,-0.890118,0,0,0.430511,-0.902585,900,900,100,1), + (13341,19535,1,-733.289,-2059.56,69.5646,2.98451,0,0,0.996917,0.078459,900,900,100,1), + (13342,19535,1,-672.65,-2006.37,64.6799,-0.541052,0,0,0.267238,-0.96363,900,900,100,1), + (13343,19535,1,-705.331,-2249.4,16.4384,2.18166,0,0,0.887011,0.461749,900,900,100,1), + (13344,19535,1,-674.612,-2202.58,25.4651,0.750492,0,0,0.366501,0.930418,900,900,100,1), + (13345,106319,1,-939.645,-2053.58,68.0585,-2.84489,0,0,0.989016,-0.147809,3600,3600,100,1), + (13346,106319,1,-1327.42,-3139.15,91.6667,-0.331612,0,0,0.165048,-0.986286,3600,3600,100,1), + (13347,106319,1,181.441,-1802.15,93.0024,-1.46608,0,0,0.669131,-0.743145,3600,3600,100,1), + (13348,106319,1,-34.6418,-3368.58,91.6865,-2.77507,0,0,0.983255,-0.182235,3600,3600,100,1), + (13349,106319,1,-1741.15,-3736.25,13.252,1.46608,0,0,0.669131,0.743145,3600,3600,100,1), + (13350,148816,1,-2112.34,-3656.31,96.2722,2.05949,0,0,0.857167,0.515039,900,900,100,1), + (13351,148817,1,-2111.1,-3654.57,96.2722,-2.75762,0,0,0.981627,-0.190809,900,900,100,1), + (13352,147282,1,-1989.08,-3605.36,23.5673,-1.85878,0,0,-0.801254,0.598324,900,900,100,1), + (13353,148818,1,-2111.76,-3652.65,96.2722,-2.87107,0,0,0.990866,-0.134851,900,900,100,1), + (13354,147283,1,-2002.54,-3605.94,23.5673,-0.418879,0,0,-0.207912,0.978148,900,900,100,1), + (13356,147284,1,-1997.98,-3614.91,23.5673,1.06465,0,0,0.507538,0.861629,900,900,100,1), + (13357,1620,1,-696.661,-2181.23,30.172,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (13358,1620,1,-688.772,-2010.5,64.995,-1.15192,0,0,-0.54464,0.83867,300,300,100,1), + (13359,106325,1,-403.857,-2632.92,96.3563,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (13360,147285,1,-1996.56,-3608.46,21.7593,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (13361,106326,1,-397.751,-2657.1,96.3563,-0.794125,0,0,-0.386711,0.922201,900,900,100,1), + (13363,1622,1,-592.409,-2025.54,58.5813,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (13364,106327,1,-392.717,-2635.56,96.3563,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (13365,1623,1,-1904.72,-2638.58,155.635,-0.087267,0,0,-0.0436197,0.999048,300,300,100,1), + (13366,1623,1,-2047.09,-3470.98,99.9378,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (13367,1623,1,-3816.51,-1418.15,144.295,-0.401426,0,0,-0.199368,0.979925,300,300,100,1), + (13368,1623,1,-3858.89,-2406.3,115.864,2.9147,0,0,0.993572,0.113203,300,300,100,1), + (13369,1623,1,-3629.4,-1741.74,133.187,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (13370,1623,1,-3016.49,-2238.13,145.261,0.05236,0,0,0.026177,0.999657,300,300,100,1), + (13371,1624,1,-717.585,-2226.96,17.2664,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (13372,1624,1,-570.36,-2063.68,55.6413,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (13374,1624,1,-2354.68,-2414.55,94.4779,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (13375,1624,1,-3954.77,-1782.56,91.6667,-0.471239,0,0,-0.233445,0.97237,300,300,100,1), + (13376,180248,0,-13568.4,760.592,0,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (13377,1620,0,-5177.92,-3108.69,308.081,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (13378,1624,1,-3879.72,-1763.04,91.8748,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (13380,180057,1,-1040.2,-2078.98,50.5769,3.13287,-0.13007,0.056776,0.989809,0.011719,900,900,100,1), + (13381,175708,1,-69.6405,-3390.97,92.3358,2.61799,0,0,0.965926,0.258819,2,2,100,1), + (13382,175708,1,-230.872,-3307.6,91.6667,1.74533,0,0,0.766044,0.642788,2,2,100,1), + (13384,175708,1,-60.1678,-3398.86,91.7242,-0.680679,0,0,0.333807,-0.942641,2,2,100,1), + (13385,175708,1,-212.196,-3292.28,91.6667,-1.23918,0,0,0.580703,-0.814116,2,2,100,1), + (13386,106335,1,-412.85,-2657.59,96.3563,-0.794125,0,0,-0.386711,0.922201,900,900,100,1), + (13387,106336,1,-390.37,-2645.71,96.3563,0.322885,0,0,0.160742,0.986996,900,900,100,1), + (13388,19553,1,-247.695,-990.196,18.3119,-0.226892,0.077955,-0.008882,-0.112854,0.990509,900,900,100,1), + (13389,19554,1,-247.79,-990.699,16.2164,-0.174534,0,0,-0.087156,0.996195,900,900,100,1), + (13390,2177,0,-8704,860.712,100.741,2.243,0,0,0.900698,0.434446,120,120,0,0), + (13391,2413,0,-8845.74,1089.18,95.2111,-1.27409,0,0,-0.594823,0.803857,120,120,0,0), + (13392,126050,1,1024.25,-2220.48,93.2031,0.139627,0,0,0.069757,0.997564,900,900,100,1), + (13393,2413,0,-8848.55,1069.37,95.2111,-2.86234,0,0,0.990268,-0.139174,120,120,0,0), + (13394,126050,1,242.133,-2910.09,98.0922,-1.95477,0,0,-0.829038,0.559193,900,900,100,1), + (13395,19555,1,-247.686,-990.168,17.7513,-0.226892,0.077955,-0.008882,-0.112854,0.990509,900,900,100,1), + (13396,126051,1,1020.8,-2220.81,93.2031,0.000001,0,0,0,1,900,900,100,1), + (13397,126051,1,243.571,-2906.94,98.0922,-2.09439,0,0,-0.866025,0.5,900,900,100,1), + (13398,19556,1,-247.622,-990.052,17.2348,-0.226892,0.10287,-0.020455,-0.111672,0.988195,900,900,100,1), + (13399,126052,1,-22.4436,-3590.52,29.3604,-2.97579,0,0,0.996566,-0.082808,900,900,100,1), + (13403,126052,1,-36.6304,-2611.57,97.1657,-2.81871,0,0,0.986996,-0.160743,900,900,100,1), + (13404,19557,1,-249.25,-992.101,16.4972,-1.22173,-0.143518,-0.084764,-0.574212,0.80156,900,900,100,1), + (13405,147557,1,-2027.09,-3258,92.0934,2.50455,0,0,0.949699,0.313164,2,2,100,1), + (13406,126053,1,-25.3128,-3591.04,29.4269,0.078539,0,0,0.039259,0.999229,900,900,100,1), + (13407,126053,1,-39.3835,-2612.53,97.2323,0.235619,0,0,0.117537,0.993069,900,900,100,1), + (13408,3685,1,-3141.13,-2169.82,93.7862,-1.15192,0,0,0.544639,-0.838671,300,300,100,1), + (13409,3685,1,-3184.05,-2250.43,94.9452,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (13410,3685,1,-3175.95,-2251.24,94.6194,2.94961,0,0,0.995396,0.095846,300,300,100,1), + (13411,3685,1,-3124.32,-2295.95,94.2484,1.44862,0,0,0.66262,0.748956,300,300,100,1), + (13412,3685,1,-3219.58,-1856.5,94.4006,-1.88496,0,0,0.809017,-0.587785,300,300,100,1), + (13413,3685,1,-3109.19,-1722.2,95.6749,1.0472,0,0,0.5,0.866025,300,300,100,1), + (13414,3685,1,-3108.38,-1696.72,94.9832,2.11185,0,0,0.870356,0.492424,300,300,100,1), + (13415,3685,1,-3128.74,-1789.37,95.9905,2.35619,0,0,0.92388,0.382683,300,300,100,1), + (13416,3685,1,-3218.28,-1725.31,95.2935,2.19912,0,0,0.891007,0.453991,300,300,100,1), + (13417,3685,1,-3191.38,-1727.71,96.8574,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (13418,3685,1,-3266.7,-1847.5,94.0675,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (13419,3685,1,-3272.62,-1954.68,96.3816,1.71042,0,0,0.75471,0.656059,300,300,100,1), + (13420,3685,1,-3076.52,-1931.35,95.5455,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (13421,180582,1,-1586.55,-3948.27,0,-1.25664,0,0,-0.587786,0.809016,900,900,100,1), + (13422,180582,1,-1011.95,-3808.33,0,-2.3911,0,0,-0.930417,0.366502,900,900,100,1), + (13424,2413,0,-8845.2,1079.97,95.2111,-1.27409,0,0,-0.594823,0.803857,120,120,0,0), + (13426,106319,0,-4988.38,-2944.47,315.875,-0.610865,0,0,0.300706,-0.953717,7200,7200,100,1), + (13428,177217,429,491.204,515.133,29.4675,0,0,0,0.707107,0.707107,0,0,100,1), + (13429,180582,1,-1951.5,-3759.95,0,0.663225,0,0,0.325568,0.945519,900,900,100,1), + (13430,180582,1,-872.794,-3814.69,0,-2.86234,0,0,-0.990268,0.139175,900,900,100,1), + (13431,180582,1,-957.178,-3778.92,0,-0.174533,0,0,-0.0871558,0.996195,900,900,100,1), + (13432,180582,1,-1608.05,-3954.22,0,2.19912,0,0,0.891008,0.453988,900,900,100,1), + (13433,2061,0,-11261.4,-3445.66,8.73513,2.35033,0.012681,-0.102553,0.916023,0.387587,900,900,100,1), + (13434,129127,1,1237.13,-2925.65,141.776,2.68781,0,0,0.97437,0.224951,10,10,100,1), + (13435,3689,1,-4075.58,-2349.89,108.909,-1.0821,0,0,0.515038,-0.857167,3600,3600,100,1), + (13436,176676,189,251.674,-382.899,20.4242,-1.29154,0,0,-0.601814,0.798636,7200,7200,100,1), + (13437,2849,0,-4754.94,-4120.3,310.981,-0.017453,0,0,0.008727,-0.999962,7200,7200,100,1), + (13438,3689,1,-4049.41,-2361.03,135.856,-2.75762,0,0,0.981627,-0.190809,3600,3600,100,1), + (13439,3689,1,-771.161,-4011.17,-5.27665,-3.03687,0,0,0.99863,-0.052336,3600,3600,100,1), + (13440,3690,1,1304.86,-3600.08,91.6767,1.16937,0,0,0.551937,0.833886,3600,3600,100,1), + (13441,61035,1,-4081.48,-2355.21,108.897,-2.13803,0,0,0.876727,-0.480989,900,900,100,1), + (13442,3691,1,-1570,-3890.7,15.0314,1.0821,0,0,0.515038,0.857167,3600,3600,100,1), + (13443,165740,1,-602.146,-3158.36,92.9713,-1.88429,0.022242,0.024109,-0.808264,0.587906,900,900,100,1), + (13444,61036,1,-4078.86,-2353.97,108.898,2.79253,0,0,0.984808,0.173648,900,900,100,1), + (13445,175724,1,-1063.52,-3649.49,24.5651,-0.226893,0,0,0.113203,-0.993572,900,900,100,1), + (13446,165741,1,-526.471,-3154.22,96.465,3.093,0.123189,-0.053846,0.990453,0.030456,900,900,100,1), + (13447,61037,1,-4081.87,-2351.85,109.241,-2.26893,0,0,0.906308,-0.422619,900,900,100,1), + (13448,3693,1,1257.51,-3602.96,112.022,2.70526,0,0,0.976296,0.21644,3600,3600,100,1), + (13450,165742,1,-507.904,-3157.23,94.806,-0.931179,0.071618,-0.003894,-0.449481,0.890406,900,900,100,1), + (13451,61038,1,-4081.35,-2350.86,109.241,0.872666,0,0,0.422619,0.906308,900,900,100,1), + (13452,175726,1,-836.359,-3725.83,27.3564,-2.70526,0,0,0.976296,-0.21644,2,2,100,1), + (13453,165743,1,-516.573,-3149,95.6644,-1.25517,0.041188,-0.026217,-0.586607,0.808398,900,900,100,1), + (13454,61039,1,-4082.34,-2350.54,109.241,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (13455,3695,1,-4084.18,-2386.98,124.743,-2.56563,0,0,0.95882,-0.284015,3600,3600,100,1), + (13456,165744,1,-519.096,-3165.74,95.4427,-1.25565,-0.02219,-0.064666,-0.584949,0.808183,900,900,100,1), + (13457,61040,1,-4050.08,-2415.71,135.861,2.03331,0,0,0.850352,0.526214,900,900,100,1), + (13458,18033,1,-2348.22,-1910.58,98.1714,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (13459,165745,1,-531.097,-3166.1,96.1163,1.14612,-0.102465,0.048624,0.543569,0.831667,900,900,100,1), + (13460,61041,1,-4071.16,-2422.86,135.858,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (13461,175729,1,-1049.53,-3639.98,25.0165,-2.61799,0,0,0.965926,-0.258819,2,2,100,1), + (13462,18034,1,-2348,-1913.21,98.1968,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (13463,165746,1,-566.534,-3147.7,95.5204,1.70727,0.001641,-0.081211,0.749013,0.657557,900,900,100,1), + (13464,61042,1,-4045.02,-2413.4,135.844,1.81514,0,0,0.78801,0.615662,900,900,100,1), + (13465,165747,1,-562.929,-3160.84,94.8589,-2.9912,-0.002953,-0.100641,0.992027,-0.0758,900,900,100,1), + (13466,50803,1,-2319.64,-1929.54,96.1703,-3.11541,0,0,0.999914,-0.01309,900,900,100,1), + (13467,61043,1,-4042.92,-2412.42,135.844,2.0944,0,0,0.866026,0.5,900,900,100,1), + (13468,175731,1,-1000.04,-3653.21,25.6284,-0.785398,0,0,0.382683,-0.92388,900,900,100,1), + (13469,142196,1,-2115.02,-3662.73,60.9434,2.01536,0,0,0.845596,0.533824,900,900,100,1), + (13470,165748,1,-554.55,-3166.92,92.8678,-2.97655,-0.023245,0.016225,0.996229,-0.081999,900,900,100,1), + (13471,50804,1,-2317.43,-1936.06,96.1703,3.03687,0,0,0.99863,0.052336,900,900,100,1), + (13472,61044,1,-4047.02,-2413.46,126.138,0.5236,0,0,0.25882,0.965926,900,900,100,1), + (13473,142197,1,-2146.4,-3594.45,92.3519,-1.69711,0,0,-0.750327,0.661067,900,900,100,1), + (13474,165749,1,-541.718,-3156.59,94.3166,2.27179,0.008644,-0.102972,0.9001,0.423251,900,900,100,1), + (13475,50805,1,-2300.26,-1927.39,96.1703,3.09796,0,0,0.999762,0.021815,900,900,100,1), + (13476,61045,1,-4045.56,-2414.28,126.138,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (13477,177525,1,-2500.09,-1633.34,91.8455,-0.087267,0,0,0.04362,-0.999048,900,900,100,1), + (13478,271,0,-4943.1,-2993.83,319.942,2.05949,0,0,0.857167,0.515038,1800,1800,100,1), + (13479,142198,1,-2203.91,-3679.3,93.0134,-2.67065,0,0,0.972404,-0.233303,900,900,100,1), + (13491,165750,1,-583.798,-3153.1,93.2691,-2.03862,0.098508,0.010722,-0.849551,0.518117,900,900,100,1), + (13492,61046,1,-4055.79,-2419.05,126.138,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (13493,165751,1,-528.325,-3140.78,94.9952,1.64664,-0.05833,0.103945,0.725331,0.678003,900,900,100,1), + (13494,61047,1,-4057,-2419.62,126.138,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (13495,61048,1,-4072.73,-2422.27,135.858,0.436333,0,0,0.21644,0.976296,900,900,100,1), + (13496,175736,1,-4089.49,-2386.76,118.979,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (13497,61049,1,-4070.44,-2417.98,126.134,-1.57952,0,0,-0.710185,0.704015,900,900,100,1), + (13498,3705,1,-592.604,-2269.13,211.345,2.51327,0,0,0.951057,0.309017,3600,3600,100,1), + (13499,3705,1,-1028,-3653.23,22.7998,-0.174533,0,0,0.087156,-0.996195,3600,3600,100,1), + (13500,3705,1,893.934,-2337.83,91.6819,0.488692,0,0,0.241922,0.970296,3600,3600,100,1), + (13501,3705,1,-2379.59,-2008.88,104.932,0.942478,0,0,0.45399,0.891007,3600,3600,100,1), + (13502,3705,1,-1153.94,-2799.71,92.0468,-2.19912,0,0,0.891007,-0.45399,3600,3600,100,1), + (13503,3705,1,-559.372,-2675.07,96.1342,2.98451,0,0,0.996917,0.078459,3600,3600,100,1), + (13504,3705,1,-433.125,-2562.22,97.0162,0.034907,0,0,0.017452,0.999848,3600,3600,100,1), + (13505,3705,1,280.97,-3044.65,95.8988,-1.43117,0,0,0.656059,-0.75471,3600,3600,100,1), + (13506,3705,1,-93.8536,-2032.68,91.6667,1.15192,0,0,0.544639,0.838671,3600,3600,100,1), + (13507,3705,1,304.412,-2201.58,213.531,-1.37881,0,0,0.636078,-0.771625,3600,3600,100,1), + (13508,3705,1,-52.6214,-3408.97,91.6756,2.54818,0,0,0.956305,0.292372,3600,3600,100,1), + (13509,3705,1,-2319.36,-2239.31,91.6668,-1.46608,0,0,0.669131,-0.743145,3600,3600,100,1), + (13510,3705,1,-632.53,-3259.49,98.9583,1.48353,0,0,0.67559,0.737277,3600,3600,100,1), + (13511,61050,1,-4032.23,-2403.39,135.858,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (13512,3963,1,-297.85,-1966.34,90.5821,-0.034906,0,0,-0.017452,0.999848,900,900,100,1), + (13513,61051,1,-4087.45,-2386.75,118.078,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (13514,175739,1,-4072.24,-2353.89,109.485,-2.00713,0,0,0.843391,-0.5373,900,900,100,1), + (13515,3964,1,-314.069,-1965.78,90.5821,2.31256,0,0,0.915311,0.402747,900,900,100,1), + (13516,61052,1,-4069.61,-2422.18,135.858,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (13517,61053,1,-4073.9,-2338.57,127.521,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (13518,61054,1,-4072.51,-2337.93,127.521,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (13519,61055,1,-4097.06,-2349.37,127.521,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (13520,61056,1,-4060.9,-2326.42,127.517,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (13521,19585,1,-248.933,-992.051,15.8189,-1.22173,-0.087965,-0.103015,-0.569735,0.810588,900,900,100,1), + (13522,61057,1,-4060.25,-2327.81,127.517,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (13523,177793,1,1050.56,-3119.48,71.3358,-1.16937,0,0,0.551937,-0.833886,900,900,100,1), + (13524,61058,1,-4058.79,-2331.36,127.517,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (13525,177794,1,1050.56,-3119.48,71.3358,-1.16937,0,0,0.551937,-0.833886,50,50,100,1), + (13526,140931,1,-4488.93,-2056.76,75.9526,2.92343,0,0,0.994056,0.108867,900,900,100,1), + (13527,61059,1,-4050.44,-2348.85,126.125,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (13528,3715,1,-4033.6,-2404.29,126.131,-2.70526,0,0,0.976296,-0.21644,3600,3600,100,1), + (13529,3972,1,-918.821,-3719.89,10.3143,-2.96706,0,0,0.996195,-0.087156,2,2,100,1), + (13530,61060,1,-4073.42,-2420.7,135.858,0.349067,0,0,0.173649,0.984808,900,900,100,1), + (13531,48516,1,-2085.13,-3748.74,3.57427,0.942478,0,0,0.45399,0.891007,900,900,100,1), + (13532,61061,1,-4048.05,-2353.98,126.125,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (13533,61062,1,-4103.5,-2373.59,126.125,0.436333,0,0,0.21644,0.976296,900,900,100,1), + (13534,61063,1,-4112.12,-2355.12,127.517,0.436333,0,0,0.21644,0.976296,900,900,100,1), + (13535,175751,1,-2113.73,-3644.25,97.0435,0.785398,0,0,0.382683,0.92388,900,900,100,1), + (13536,178824,1,-4374.19,-1953.61,89.6649,2.71399,0,0,0.977231,0.212178,900,900,100,1), + (13537,61064,1,-4112.7,-2348.78,127.517,-0.610866,0,0,-0.300706,0.953717,900,900,100,1), + (13538,175752,1,-2099.9,-3647.44,62.8132,0.541052,0,0,0.267238,0.96363,900,900,100,1), + (13540,178825,1,-4465.69,-1807.09,86.6898,-3.00197,0,0,0.997564,-0.069756,900,900,100,1), + (13541,61065,1,-4056.75,-2418.87,135.844,2.0944,0,0,0.866026,0.5,900,900,100,1), + (13542,61066,1,-4058.9,-2419.87,135.844,1.98968,0,0,0.838671,0.544638,900,900,100,1), + (13543,61067,1,-4045.24,-2381.17,125.299,-1.0472,0,0,-0.5,0.866025,900,900,100,1), + (13544,61068,1,-4043.55,-2380.38,125.299,-1.13446,0,0,-0.537299,0.843392,900,900,100,1), + (13545,3724,1,-218.375,-2586.92,94.245,-1.309,0,0,0.608761,-0.793353,900,900,100,1), + (13546,3724,1,679.832,-2213.57,94.4202,1.65806,0,0,0.737277,0.67559,900,900,100,1), + (13547,3724,1,-1680.8,-1983.97,93.2022,-1.72788,0,0,0.760406,-0.649448,900,900,100,1), + (13548,3724,1,-1884.84,-2284.89,94.9252,-1.93731,0,0,0.824126,-0.566406,900,900,100,1), + (13549,3724,1,-3619.68,-2155.59,91.8781,0.10472,0,0,0.052336,0.99863,900,900,100,1), + (13550,3724,1,-3449.13,-2216.36,92.162,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (13551,3724,1,-1681.84,-1653.05,93.6819,1.02974,0,0,0.492424,0.870356,900,900,100,1), + (13552,3724,1,-1220.93,-2018.09,91.6667,-2.30383,0,0,0.913545,-0.406737,900,900,100,1), + (13553,3724,1,-1352.04,-3855.47,17.8905,-2.3911,0,0,0.930418,-0.366501,900,900,100,1), + (13554,3724,1,-1548.28,-3714.21,91.796,0.191986,0,0,0.095846,0.995396,900,900,100,1), + (13555,3724,1,-2521.37,-2314.1,94.527,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (13556,3724,1,771.47,-3240.14,213.597,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (13557,3724,1,390.577,-3414.15,95.0342,0.453786,0,0,0.224951,0.97437,900,900,100,1), + (13558,3724,1,-86.2176,-3649.48,27.1848,-0.977384,0,0,0.469472,-0.882948,900,900,100,1), + (13559,3724,1,-409.883,-2852.73,93.4444,-1.71042,0,0,0.75471,-0.656059,900,900,100,1), + (13560,3724,1,-383.389,-3783.7,29.3738,0.628319,0,0,0.309017,0.951057,900,900,100,1), + (13561,3724,1,-810.676,-3250.87,92.953,-0.017453,0,0,0.008727,-0.999962,900,900,100,1), + (13562,3724,1,-2257.83,-1570.24,92.2167,0.698132,0,0,0.34202,0.939693,900,900,100,1), + (13563,3724,1,-2649.53,-2018.88,97.969,0.994838,0,0,0.477159,0.878817,900,900,100,1), + (13564,3724,1,-946.539,-2618.98,91.7864,-1.06465,0,0,0.507538,-0.861629,900,900,100,1), + (13565,3724,1,-1023.16,-2369.34,94.4868,-2.02458,0,0,0.848048,-0.529919,900,900,100,1), + (13566,3724,1,-38.719,-1721.96,94.7992,0.20944,0,0,0.104528,0.994522,900,900,100,1), + (13567,3724,1,-2196.5,-2320.08,93.5697,-0.349066,0,0,0.173648,-0.984808,900,900,100,1), + (13568,3724,1,349.798,-1883.65,91.728,0.349066,0,0,0.173648,0.984808,900,900,100,1), + (13569,61069,1,-4032.7,-2404.97,135.858,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (13570,3725,1,451.24,-3405.39,91.6825,0.925024,0,0,0.446198,0.894934,900,900,100,1), + (13571,3725,1,-475.922,-1968.03,92.3905,-0.139626,0,0,0.069756,-0.997564,900,900,100,1), + (13572,3725,1,-464.562,-1585.96,91.8128,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (13573,3725,1,-798.95,-2859.27,91.6667,0.471239,0,0,0.233445,0.97237,900,900,100,1), + (13574,3725,1,-1186.96,-3192.73,91.8396,-1.27409,0,0,0.594823,-0.803857,900,900,100,1), + (13575,3725,1,-1032.97,-2624.85,91.6771,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (13576,3725,1,-834.518,-2246.41,91.6667,-0.575959,0,0,0.284015,-0.95882,900,900,100,1), + (13577,3725,1,-1110.87,-2153.9,80.6538,-2.94961,0,0,0.995396,-0.095846,900,900,100,1), + (13578,3725,1,-902.43,-2082.73,84.204,-1.55334,0,0,0.700909,-0.71325,900,900,100,1), + (13579,3725,1,426.637,-2819.96,91.6667,1.29154,0,0,0.601815,0.798636,900,900,100,1), + (13580,3725,1,129.599,-2920.54,92.4678,-1.25664,0,0,0.587785,-0.809017,900,900,100,1), + (13581,3725,1,459.242,-1479.91,91.7608,1.20428,0,0,0.566406,0.824126,900,900,100,1), + (13582,3725,1,751.623,-1312.63,91.6746,-0.750491,0,0,0.366501,-0.930418,900,900,100,1), + (13583,3725,1,-962.656,-2071.39,81.3033,-1.309,0,0,0.608761,-0.793353,900,900,100,1), + (13584,3725,1,-1022.05,-2285.38,93.5404,0.541052,0,0,0.267238,0.96363,900,900,100,1), + (13585,3725,1,-1571.07,-2898.3,91.6667,0.453786,0,0,0.224951,0.97437,900,900,100,1), + (13586,3725,1,-1342.66,-3034.1,93.1366,-1.15192,0,0,0.544639,-0.838671,900,900,100,1), + (13587,3725,1,194.273,-2543.79,91.6667,-1.81514,0,0,0.788011,-0.615661,900,900,100,1), + (13588,3725,1,772.649,-2588.7,91.6667,2.70526,0,0,0.976296,0.21644,900,900,100,1), + (13589,3725,1,-143.622,-2582.51,91.6667,-1.67552,0,0,0.743145,-0.669131,900,900,100,1), + (13590,3725,1,17.3861,-2470.59,91.6666,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (13591,3725,1,103.502,-3434.79,27.6558,-1.39626,0,0,0.642788,-0.766044,900,900,100,1), + (13592,106638,1,-1056.4,-3662.02,23.9181,-0.139626,0,0,-0.069756,0.997564,900,900,100,1), + (13593,61070,1,-4042.24,-2379.64,125.299,-1.22173,0,0,-0.573577,0.819152,900,900,100,1), + (13594,175758,1,-1007.12,-3703.58,5.75005,-1.11701,0,0,0.529919,-0.848048,900,900,100,1), + (13595,3726,1,659.889,-3663.35,42.7321,0.349066,0,0,0.173648,0.984808,900,900,100,1), + (13596,3726,1,308.67,-3438.26,56.0001,-0.244346,0,0,0.121869,-0.992546,900,900,100,1), + (13597,3726,1,-56.1126,-3491.81,38.9231,-1.95477,0,0,0.829038,-0.559193,900,900,100,1), + (13598,3726,1,-554.613,-3789.55,43.7731,0.383972,0,0,0.190809,0.981627,900,900,100,1), + (13599,3726,1,-2552.32,-1730.75,109.963,2.74017,0,0,0.979925,0.199368,900,900,100,1), + (13600,3726,1,-2173.47,-1688.16,122.478,-0.855212,0,0,0.414693,-0.909961,900,900,100,1), + (13601,3726,1,652.265,-1394.01,107.489,-2.26893,0,0,0.906308,-0.422618,900,900,100,1), + (13602,3726,1,775.852,-1414.33,120.828,-1.71042,0,0,0.75471,-0.656059,900,900,100,1), + (13603,271,0,-4934.41,-2978.7,321.803,0.663225,0,0,0.325568,0.945519,1800,1800,100,1), + (13605,3726,1,-1546.28,-3958.2,20.1385,0.645772,0,0,0.317305,0.948324,900,900,100,1), + (13610,271,0,-4868.35,-2998.27,317.407,-2.05949,0,0,0.857167,-0.515038,1800,1800,100,1), + (13611,1883,0,-3330.28,-2271.18,51.9006,-0.783218,0,0,-0.381676,0.924296,7200,7200,100,1), + (13612,2066,0,-3330.28,-2271.18,51.9006,-0.783218,0,0,-0.381676,0.924296,7200,7200,100,1), + (13613,1884,0,-3396.1,-2284.52,51.8986,2.39983,0,0,0.932008,0.362438,7200,7200,100,1), + (13614,2066,0,-3396.1,-2284.52,51.8986,2.39983,0,0,0.932008,0.362438,7200,7200,100,1), + (13615,1886,0,-3643.82,-2599.13,51.8986,2.90597,0,0,0.993068,0.117537,7200,7200,100,1), + (13616,2066,0,-3643.82,-2599.13,51.8986,2.90597,0,0,0.993068,0.117537,7200,7200,100,1), + (13617,1889,0,-4063.97,-2981.95,11.7515,3.14159,0,0,1,0,7200,7200,100,1), + (13619,3726,1,-1753.09,-3690.84,34.6685,1.32645,0,0,0.615662,0.788011,900,900,100,1), + (13620,3726,1,441.502,-2441.14,141.281,-1.81514,0,0,0.788011,-0.615661,900,900,100,1), + (13621,20805,1,-6237.57,-3830.87,-58.1378,3.33796,0,0,0.437302,0.899315,-300,-300,0,1), + (13622,3726,1,530.585,-2142.83,94.6693,-2.00713,0,0,0.843391,-0.5373,900,900,100,1), + (13623,2061,0,-4063.97,-2981.95,11.7515,3.14159,0,0,1,0,7200,7200,100,1), + (13624,3726,1,-4307.95,-2350.99,99.3688,-2.35619,0,0,0.92388,-0.382683,900,900,100,1), + (13627,147754,0,-11280.2,-3442.26,10.0639,3.11786,-0.033568,-0.063146,0.997392,0.009746,900,900,100,1), + (13628,3726,1,-610.527,-1526.39,108.306,0.244346,0,0,0.121869,0.992546,900,900,100,1), + (13629,3726,1,-386.79,-1516.62,106.923,2.21657,0,0,0.894934,0.446198,900,900,100,1), + (13630,2043,1,-3985.14,-2998.72,40.437,3.10669,0,0,0.999848,0.0174505,300,300,100,1), + (13632,2857,1,-2500.75,-4019.59,-7.28127,-1.90241,0,0,0.814116,-0.580703,7200,7200,100,1), + (13633,186450,1,-3836.1,-3692.68,44.1724,-0.331612,0,0,0.165048,-0.986286,900,900,100,1), + (13634,3707,1,-3465.38,-4104.72,17.1045,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (13635,1891,0,-4220.16,-2692.18,41.1922,-2.29511,0,0,0.911762,-0.410719,7200,7200,100,1), + (13636,2061,0,-11280.2,-3442.26,10.0639,3.11786,-0.033568,-0.063146,0.997392,0.009746,900,900,100,1), + (13639,3726,1,-463.693,-1340.92,110.516,-1.309,0,0,0.608761,-0.793353,900,900,100,1), + (13640,2046,1,-4423.77,-2951.16,53.2401,2.77507,0,0,0.983255,0.182237,300,300,100,1), + (13641,2042,1,-4530.3,-3422.87,36.8299,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (13642,147758,0,-11276.4,-3474.19,8.22181,-0.598217,0.035384,-0.025372,-0.293843,0.954862,900,900,100,1), + (13646,186450,1,-3901.86,-3852.01,47.3186,0.017453,0,0,0.008727,0.999962,900,900,100,1), + (13647,186450,1,-4060.56,-3847.67,36.6591,0.610865,0,0,0.300706,0.953717,900,900,100,1), + (13648,186450,1,-3832.05,-3735.62,38.5167,-1.95477,0,0,0.829038,-0.559193,900,900,100,1), + (13653,186450,1,-3803.82,-3688.86,38.3708,0.349066,0,0,0.173648,0.984808,900,900,100,1), + (13655,1624,1,-2784.49,-3669.48,36.8172,0.593412,0,0,0.292372,0.956305,300,300,100,1), + (13656,20359,1,-4672.63,-3950.24,39.9653,0,0,0,0,1,300,300,100,1), + (13657,20359,1,-4671.64,-3949.5,40.114,0,0,0,0,1,300,300,100,1), + (13658,186450,1,-3872.59,-3743.38,42.919,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (13659,186450,1,-3798.32,-3583.9,37.7691,-1.43117,0,0,0.656059,-0.75471,900,900,100,1), + (13664,186450,1,-3876.15,-3672.18,38.226,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (13665,186450,1,-3894.64,-3798.1,40.2407,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (13666,186450,1,-3739.73,-3601.78,41.8935,-2.60054,0,0,0.96363,-0.267238,900,900,100,1), + (13667,186450,1,-3758.37,-3557.56,40.0753,-0.593412,0,0,0.292372,-0.956305,900,900,100,1), + (13669,1735,1,-3408.88,-3554.15,15.8101,0.296706,0,0,0.147809,0.989016,300,300,100,1), + (13670,20359,1,-4971.42,-3719.98,39.6149,-2.60054,0,0,0.96363,-0.267238,300,300,100,1), + (13671,20359,1,-4971.79,-3718.97,39.9654,0,0,0,0,1,300,300,100,1), + (13672,20359,1,-4970.59,-3718.54,39.4872,0,0,0,0,1,300,300,100,1), + (13673,3726,1,-153.105,-1482.47,107.757,-2.35619,0,0,0.92388,-0.382683,900,900,100,1), + (13674,3726,1,161.163,-1473.86,113.257,0.977384,0,0,0.469472,0.882948,900,900,100,1), + (13675,3726,1,-3670.86,-1756.42,92.5359,0.820305,0,0,0.398749,0.91706,900,900,100,1), + (13676,21581,0,-8366,400.979,123.406,0.209,0,0,0.104528,0.994522,120,120,0,1), + (13678,21582,0,-8332,397.552,123.441,-1,0,0,0.446198,-0.894934,120,120,0,1), + (13679,2061,0,-11276.4,-3474.19,8.22181,-0.598217,0.035384,-0.025372,-0.293843,0.954862,900,900,100,1), + (13680,21583,0,-8342,415.198,124.479,-2,0,0,0.777146,-0.62932,120,120,0,1), + (13681,147760,0,-11253.6,-3529.4,8.98248,-2.21996,0.100871,0.03025,0.891533,-0.440544,900,900,100,1), + (13683,61071,1,-4040.24,-2378.95,125.299,-1.13446,0,0,-0.537299,0.843392,900,900,100,1), + (13684,3727,1,-2184.46,-1851.25,93.3504,0.750492,0,0,0.366501,0.930418,900,900,100,1), + (13685,3727,1,-115.318,-2247.6,91.6667,-2.00713,0,0,0.843391,-0.5373,900,900,100,1), + (13686,3727,1,-1576.3,-2287.67,95.3247,-0.383972,0,0,0.190809,-0.981627,900,900,100,1), + (13687,3727,1,-1655.9,-2783.18,95.7777,-1.95477,0,0,0.829038,-0.559193,900,900,100,1), + (13688,3727,1,-1724.29,-2693.6,82.5758,-1.0821,0,0,0.515038,-0.857167,900,900,100,1), + (13689,3727,1,580.55,-2781.6,91.7421,1.79769,0,0,0.782608,0.622515,900,900,100,1), + (13690,3727,1,-721.839,-1879.39,92.7246,-1.15192,0,0,0.544639,-0.838671,900,900,100,1), + (13691,3727,1,-1357.99,-2854.88,94.3614,-0.087267,0,0,0.04362,-0.999048,900,900,100,1), + (13692,3727,1,1156.44,-3751.48,35.4822,-2.51327,0,0,0.951057,-0.309017,900,900,100,1), + (13693,3727,1,-3043.68,-2155.73,91.6667,-2.49582,0,0,0.948324,-0.317305,900,900,100,1), + (13694,3727,1,-2042.05,-2132.15,92.7959,1.29154,0,0,0.601815,0.798636,900,900,100,1), + (13695,3727,1,-3949.09,-1745.83,93.5654,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (13696,3727,1,74.3646,-3443.92,28.166,-0.506145,0,0,0.25038,-0.968148,900,900,100,1), + (13697,3727,1,155.817,-1793.3,93.9141,-2.04204,0,0,0.85264,-0.522498,900,900,100,1), + (13698,3727,1,250.178,-1749.49,91.6666,-3.00197,0,0,0.997564,-0.069756,900,900,100,1), + (13699,3727,1,-2050.38,-2050.88,92.7058,-1.32645,0,0,0.615661,-0.788011,900,900,100,1), + (13700,3727,1,-387.624,-1458.01,95.168,-0.959931,0,0,0.461749,-0.887011,900,900,100,1), + (13701,3727,1,-1849.05,-2217.31,95.2032,-1.3439,0,0,0.622515,-0.782608,900,900,100,1), + (13702,3727,1,-2641.9,-2292.76,93.3241,-0.698132,0,0,0.34202,-0.939693,900,900,100,1), + (13703,2061,0,-4220.16,-2692.18,41.1922,-2.29511,0,0,0.911762,-0.410719,7200,7200,100,1), + (13704,1668,0,-3597.3,-2714.84,17.5196,2.47837,0.032618,0.09473,0.940761,0.32393,7200,7200,100,1), + (13705,1669,0,-3231.02,-2454.8,14.3332,2.95833,0.00877,0.095444,0.99122,0.09108,7200,7200,100,1), + (13706,1866,0,-2904.37,-1841.74,9.443,3.14159,0,0,1,0,7200,7200,100,1), + (13707,2061,0,-2904.37,-1841.74,9.443,3.14159,0,0,1,0,7200,7200,100,1), + (13708,1868,0,-2967.61,-1690.36,9.18844,1.23918,0,0,0.580703,0.814116,7200,7200,100,1), + (13709,2061,0,-2967.61,-1690.36,9.18844,1.23918,0,0,0.580703,0.814116,7200,7200,100,1), + (13710,1869,0,-3054.14,-1684.7,9.29255,3.14159,0,0,1,0,7200,7200,100,1), + (13711,2061,0,-3054.14,-1684.7,9.29255,3.14159,0,0,1,0,7200,7200,100,1), + (13712,1874,0,-2907.9,-2574.9,33.852,3.14159,0,0,1,0,7200,7200,100,1), + (13713,2061,0,-2907.9,-2574.9,33.852,3.14159,0,0,1,0,7200,7200,100,1), + (13714,1875,0,-2999.5,-2512.56,11.3921,3.14159,0,0,1,0,7200,7200,100,1), + (13715,2061,0,-2999.5,-2512.56,11.3921,3.14159,0,0,1,0,7200,7200,100,1), + (13716,1876,0,-3025.01,-2255.72,9.2441,2.28638,0,0,0.909961,0.414693,7200,7200,100,1), + (13717,2061,0,-3025.01,-2255.72,9.2441,2.28638,0,0,0.909961,0.414693,7200,7200,100,1), + (13718,1877,0,-3041.22,-2163.51,9.45919,3.14159,0,0,1,0,7200,7200,100,1), + (13719,2061,0,-3041.22,-2163.51,9.45919,3.14159,0,0,1,0,7200,7200,100,1), + (13720,376,0,-3231.32,-2453.92,15.5055,-1.75406,0,0,-0.768842,0.639439,7200,7200,100,1), + (13721,1880,0,-2825.36,-2873.02,32.6788,3.14159,0,0,1,0,7200,7200,100,1), + (13722,2061,0,-2825.36,-2873.02,32.6788,3.14159,0,0,1,0,7200,7200,100,1), + (13723,112948,0,-2810.56,-984.148,-13.3295,2.06822,-0.05114,-0.111369,0.852112,0.508809,2,2,100,1), + (13724,1162,0,-2621.21,-2491.46,77.9969,1.66679,0.089823,0.053697,0.738207,0.666407,7200,7200,100,1), + (13725,2061,0,-11253.6,-3529.4,8.98248,-2.21996,0.100871,0.03025,0.891533,-0.440544,900,900,100,1), + (13726,147746,0,-11249.6,-3447.48,7.96928,-0.391229,0.048381,-0.006566,-0.194279,0.97973,900,900,100,1), + (13727,2061,0,-11249.6,-3447.48,7.96928,-0.391229,0.048381,-0.006566,-0.194279,0.97973,900,900,100,1), + (13728,147748,0,-11246.1,-3469.64,8.42124,2.01006,-0.113409,0.001259,0.841823,0.527703,900,900,100,1), + (13729,2061,0,-11246.1,-3469.64,8.42124,2.01006,-0.113409,0.001259,0.841823,0.527703,900,900,100,1), + (13730,147743,0,-11239.1,-3527.45,10.5256,1.93007,-0.135831,-0.020231,0.819653,0.556155,900,900,100,1), + (13731,2061,0,-11239.1,-3527.45,10.5256,1.93007,-0.135831,-0.020231,0.819653,0.556155,900,900,100,1), + (13732,147762,0,-11269.9,-3524.73,7.44144,-2.57054,0.033253,-0.010244,0.95909,-0.280957,900,900,100,1), + (13733,2061,0,-11269.9,-3524.73,7.44144,-2.57054,0.033253,-0.010244,0.95909,-0.280957,900,900,100,1), + (13734,147763,0,-11227,-3507.46,12.3287,-2.72898,0.084733,0.0898,0.969805,-0.210322,900,900,100,1), + (13735,2061,0,-11227,-3507.46,12.3287,-2.72898,0.084733,0.0898,0.969805,-0.210322,900,900,100,1), + (13736,147764,0,-11216.8,-3516.59,8.37885,0.246206,-0.004098,0.153853,0.119048,0.980887,900,900,100,1), + (13737,2061,0,-11216.8,-3516.59,8.37885,0.246206,-0.004098,0.153853,0.119048,0.980887,900,900,100,1), + (13738,147767,0,-11215.4,-3472.69,11.1753,1.42791,0.05308,-0.158591,0.638018,0.751641,900,900,100,1), + (13739,2061,0,-11215.4,-3472.69,11.1753,1.42791,0.05308,-0.158591,0.638018,0.751641,900,900,100,1), + (13740,147770,0,-11232.9,-3560.62,6.47161,-2.90204,-0.120052,0.066965,0.984453,-0.109341,900,900,100,1), + (13741,2061,0,-11232.9,-3560.62,6.47161,-2.90204,-0.120052,0.066965,0.984453,-0.109341,900,900,100,1), + (13742,1609,0,-3443.71,-2352.21,51.9211,2.81871,0,0,0.986996,0.160743,2,2,100,1), + (13743,259,0,-3107.43,-966.177,7.88422,-3.14159,0.075496,-0.049253,0.995922,0.003733,2,2,100,1), + (13744,147750,0,-11282.2,-3451.56,9.27743,-2.91266,0.001001,-0.100679,0.988286,-0.114688,900,900,100,1), + (13745,2061,0,-11282.2,-3451.56,9.27743,-2.91266,0.001001,-0.100679,0.988286,-0.114688,900,900,100,1), + (13746,147753,0,-11264.9,-3553.19,8.12459,-1.77057,-0.041477,0.020001,-0.773787,0.631769,900,900,100,1), + (13747,2061,0,-11264.9,-3553.19,8.12459,-1.77057,-0.041477,0.020001,-0.773787,0.631769,900,900,100,1), + (13748,147755,0,-11248.4,-3556.76,8.12459,-1.72906,0.065047,0.080503,-0.755441,0.64699,900,900,100,1), + (13749,2061,0,-11248.4,-3556.76,8.12459,-1.72906,0.065047,0.080503,-0.755441,0.64699,900,900,100,1), + (13750,186450,1,-3841.06,-3603.74,40.4643,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (13757,261,0,-3288.32,-948.694,8.9405,2.45219,-0.154509,0.132768,0.916565,0.344105,2,2,100,1), + (13758,1879,0,-3101.83,-2273.5,9.49772,3.14159,0,0,1,0,7200,7200,100,1), + (13759,2061,0,-3101.83,-2273.5,9.49772,3.14159,0,0,1,0,7200,7200,100,1), + (13760,377,0,-3231.99,-2454.2,13.4941,-0.183258,0,0,-0.091501,0.995805,7200,7200,100,1), + (13761,378,0,-3231.02,-2454.87,14.9369,2.95833,0.001724,0.113517,0.989276,0.091894,7200,7200,100,1), + (13762,379,0,-3597.21,-2714.68,19.6138,2.522,0.029386,0.07754,0.949226,0.30347,7200,7200,100,1), + (13763,380,0,-3597.88,-2713.78,18.8364,-0.671953,0,0,-0.329691,0.944089,7200,7200,100,1), + (13764,381,0,-3600.88,-2714.84,18.5583,-3.14152,0.69436,0.117214,0.700446,-0.116196,7200,7200,100,1), + (13765,2010,0,-3790.27,-870.139,11.5658,1.68424,0,0,0.746057,0.665882,7200,7200,100,1), + (13766,20986,0,-3794.98,-862.101,11.5981,3.14159,0,0,1,0,7200,7200,100,1), + (13767,2084,0,-4223.8,-3068.66,8.36556,3.14159,0.222026,0.156623,0.9617,-0.036159,2,2,100,1), + (13768,20878,0,-3899.46,-3033.81,11.0337,3.14159,0,0,1,0,7200,7200,100,1), + (13769,2061,0,-3899.46,-3033.81,11.0337,3.14159,0,0,1,0,7200,7200,100,1), + (13770,142094,0,-3793.98,-838.581,9.54324,3.14159,0,0,1,0,7200,7200,100,1), + (13771,176369,0,-3776.21,-731.847,8.31114,2.10312,0,0,0.868199,0.496216,7200,7200,100,1), + (13772,147742,0,-11300,-3430.82,10.0639,2.09506,-0.031071,0.010513,0.865829,0.499264,900,900,100,1), + (13773,2061,0,-11300,-3430.82,10.0639,2.09506,-0.031071,0.010513,0.865829,0.499264,900,900,100,1), + (13774,147744,0,-11252.1,-3458.4,8.76993,-2.32625,0.134416,0.002674,0.912224,-0.387004,900,900,100,1), + (13775,2061,0,-11252.1,-3458.4,8.76993,-2.32625,0.134416,0.002674,0.912224,-0.387004,900,900,100,1), + (13776,147759,0,-11264.5,-3495.44,9.97438,-0.407495,-0.094455,-0.020781,-0.20482,0.97401,900,900,100,1), + (13777,2061,0,-11264.5,-3495.44,9.97438,-0.407495,-0.094455,-0.020781,-0.20482,0.97401,900,900,100,1), + (13779,176370,0,-3776.13,-731.8,8.2887,-1.03847,0,0,-0.496217,0.868199,7200,7200,100,1), + (13780,147747,0,-11238.5,-3460.27,7.74763,-0.391713,0.006922,-0.068017,-0.192864,0.978841,900,900,100,1), + (13781,1887,0,-4242.64,-2374.14,204.196,3.14159,0,0,1,0,7200,7200,100,1), + (13782,2061,0,-11238.5,-3460.27,7.74763,-0.391713,0.006922,-0.068017,-0.192864,0.978841,900,900,100,1), + (13783,147769,0,-11204.6,-3517.97,6.58401,-1.14588,0.092237,0.075494,-0.54175,0.832046,900,900,100,1), + (13784,2061,0,-11204.6,-3517.97,6.58401,-1.14588,0.092237,0.075494,-0.54175,0.832046,900,900,100,1), + (13785,147757,0,-11268.9,-3480.57,9.38095,-1.88548,-0.002393,-0.000648,-0.809168,0.587572,900,900,100,1), + (13786,2061,0,-11268.9,-3480.57,9.38095,-1.88548,-0.002393,-0.000648,-0.809168,0.587572,900,900,100,1), + (13787,147765,0,-11211.4,-3497.14,8.27763,0.517718,0.00657,-0.093762,0.253262,0.962821,900,900,100,1), + (13806,2061,0,-11211.4,-3497.14,8.27763,0.517718,0.00657,-0.093762,0.253262,0.962821,900,900,100,1), + (13807,147766,0,-11235.9,-3481.72,12.3287,2.08014,0.006376,0.016396,0.862283,0.506121,900,900,100,1), + (13808,2061,0,-11235.9,-3481.72,12.3287,2.08014,0.006376,0.016396,0.862283,0.506121,900,900,100,1), + (13809,147756,0,-11259.8,-3466.71,8.03465,-2.29196,-0.036005,-0.067817,0.907242,-0.413542,900,900,100,1), + (13810,23302,0,-8421,616.391,95.455,-1,0,0,-0.446197,0.894935,120,120,0,1), + (13811,2066,0,-4242.64,-2374.14,204.196,3.14159,0,0,1,0,7200,7200,100,1), + (13812,23303,0,-8425,614.482,95.245,1.998,0,0,0.841039,0.540975,120,120,0,1), + (13813,23304,0,-8421,613.438,95.181,-2,0,0,0.944089,-0.329691,120,120,0,1), + (13814,23305,0,-8425,618.065,95.387,-2,0,0,0.944089,-0.329691,120,120,0,1), + (13815,20359,1,-4610.62,-3520.07,33.961,2.40855,0,0,0.93358,0.358368,300,300,100,1), + (13816,2061,0,-11259.8,-3466.71,8.03465,-2.29196,-0.036005,-0.067817,0.907242,-0.413542,900,900,100,1), + (13817,24388,0,-8569.96,808.858,106.577,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13818,24388,0,-8577.3,818.082,106.577,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13820,3727,1,-3206.77,-1923.75,92.4619,0.174533,0,0,0.087156,0.996195,900,900,100,1), + (13821,3727,1,-3283.59,-2118.74,91.8353,1.58825,0,0,0.71325,0.700909,900,900,100,1), + (13823,179973,0,-9545.68,129.577,58.9418,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (13824,179968,0,-9534.28,100.962,58.8815,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (13825,179977,0,-9553.6,73.6054,60.7574,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (13826,179968,0,-9533.42,100.851,59.5759,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (13827,179969,0,-9535.14,64.5122,60.1245,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (13828,179969,0,-9553.71,73.5554,60.1254,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (13829,180026,0,-9525.46,71.1421,58.898,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (13830,180046,0,-9584.9,43.5214,60.0673,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (13831,24388,0,-8629.15,836.187,96.9638,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13832,24388,0,-8626.67,838.404,96.9638,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13833,24388,0,-8620.5,843.236,96.9638,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13834,24388,0,-8618.52,844.432,96.9638,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13835,179972,0,-9536.11,64.7925,58.8815,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (13836,180049,0,-9579.24,38.2489,61.0309,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (13837,180045,0,-9580.55,34.8943,60.6254,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (13838,180007,0,-9531.6,66.9169,58.8815,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (13839,180048,0,-9556.21,112.962,59.397,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (13840,180052,0,-9583.73,38.0032,60.1551,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (13841,179969,0,-9534.44,65.839,58.8815,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (13842,147751,0,-11273.4,-3456.96,7.28624,-2.89802,-0.023865,0.0153,0.992242,-0.121047,900,900,100,1), + (13843,24388,0,-8569.12,817.204,106.577,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13844,24388,0,-8569.19,828.857,106.577,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13845,24388,0,-8589.54,812.673,106.577,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13846,179976,0,-9532.27,98.8036,58.8815,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (13847,24388,0,-8578.29,809.914,106.577,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13848,24388,0,-8533.89,871.443,106.574,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13849,24388,0,-8508.43,839.439,106.574,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13850,24388,0,-8562.49,848.687,106.574,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13851,24388,0,-8409.29,488.551,123.756,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13852,24388,0,-8569.66,842.987,106.574,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13853,24388,0,-8544.2,810.983,106.574,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13854,24388,0,-8537.04,816.683,106.574,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13855,24388,0,-8548.21,860.053,106.574,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13856,24388,0,-8522.75,828.049,106.574,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13857,24388,0,-8428.54,465.508,123.802,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13858,24388,0,-8410.9,443.332,123.802,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13859,24388,0,-8402.45,442.547,123.816,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13860,24388,0,-8398.78,445.466,123.816,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13861,24388,0,-8397.02,490.58,123.756,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13862,24388,0,-8394.1,486.91,123.756,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13863,24388,0,-8405.34,491.696,123.756,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13864,24388,0,-8648.9,815.856,96.8789,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13865,2061,0,-11273.4,-3456.96,7.28624,-2.89802,-0.023865,0.0153,0.992242,-0.121047,900,900,100,1), + (13866,24388,0,-8425.62,461.838,123.802,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13867,24388,0,-8414.05,447.286,123.802,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13868,24390,0,-8367.69,402.368,122.427,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13869,24390,0,-8331.86,398.717,122.427,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13870,24390,0,-8334.09,399.012,122.427,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13871,24390,0,-8338.72,401.048,122.403,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13872,24390,0,-8345.8,409.897,122.403,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13873,24390,0,-8353.99,388.775,122.403,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13874,24390,0,-8361.06,397.724,122.403,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13875,24390,0,-8367.69,400.173,122.427,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13876,24390,0,-8332.09,396.321,122.427,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13877,24390,0,-8493.7,350.424,121.031,-0.113445,0,0,-0.056692,0.998392,120,120,0,1), + (13878,24390,0,-8495.19,323.774,121.031,1.45735,0,0,0.665881,0.746058,120,120,0,1), + (13879,24390,0,-8494.7,327.096,121.031,-1.68424,0,0,-0.746057,0.665882,120,120,0,1), + (13880,24390,0,-8493.33,325.306,121.031,3.02815,0,0,0.998392,0.056692,120,120,0,1), + (13881,24390,0,-8395.27,295.028,121.031,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13882,24390,0,-8395.04,297.424,121.031,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13883,24390,0,-8397.27,297.72,121.031,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13884,24390,0,-8381.92,278.42,121.031,-0.898844,0,0,-0.434445,0.900698,120,120,0,1), + (13885,24390,0,-8379.69,278.124,121.031,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13886,24390,0,-8379.92,275.728,121.031,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13887,24390,0,-8399.42,260.398,121.031,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13888,24390,0,-8399.13,262.633,121.031,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13889,24390,0,-8401.82,260.627,121.031,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13890,24390,0,-8414.48,281.933,121.031,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13891,24390,0,-8414.77,279.697,121.031,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13892,24390,0,-8417.17,279.927,121.031,0.671952,0,0,0.329691,0.944089,120,120,0,1), + (13893,24390,0,-8443.97,386.026,121.031,3.02815,0,0,0.998392,0.056692,120,120,0,1), + (13894,180043,0,-9583.03,39.3649,60.1749,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (13895,180026,0,-9515.77,144.288,59.698,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (13896,179977,0,-9529.46,98.6237,59.8937,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (13897,179967,0,-9530.15,99.3,58.9005,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (13898,24390,0,-8517.83,328.098,121.031,3.02815,0,0,0.998392,0.056692,120,120,0,1), + (13899,24390,0,-8519.69,326.566,121.031,1.45735,0,0,0.665881,0.746058,120,120,0,1), + (13900,24390,0,-8514.88,352.731,121.031,3.02815,0,0,0.998392,0.056692,120,120,0,1), + (13901,24390,0,-8518.2,353.216,121.031,-0.113445,0,0,-0.056692,0.998392,120,120,0,1), + (13902,24390,0,-8516.41,354.587,121.031,-1.68424,0,0,-0.746057,0.665882,120,120,0,1), + (13903,24390,0,-8491.91,351.795,121.031,-1.68424,0,0,-0.746057,0.665882,120,120,0,1), + (13904,24390,0,-8445.34,387.816,121.031,-1.68424,0,0,-0.746058,0.665881,120,120,0,1), + (13905,24390,0,-8445.83,384.494,121.031,1.45735,0,0,0.665881,0.746058,120,120,0,1), + (13906,24390,0,-8441.02,410.659,121.031,3.02815,0,0,0.998392,0.056692,120,120,0,1), + (13907,24390,0,-8421.33,381.702,121.031,1.45735,0,0,0.665881,0.746058,120,120,0,1), + (13908,24390,0,-8519.2,329.888,121.031,-1.68424,0,0,-0.746057,0.665882,120,120,0,1), + (13909,24390,0,-8416.52,407.867,121.031,3.02815,0,0,0.998392,0.056692,120,120,0,1), + (13910,24390,0,-8419.84,408.352,121.031,-0.113445,0,0,-0.056692,0.998392,120,120,0,1), + (13911,24390,0,-8419.47,383.234,121.031,3.02815,0,0,0.998392,0.056692,120,120,0,1), + (13912,24390,0,-8418.05,409.723,121.031,-1.68424,0,0,-0.746058,0.665881,120,120,0,1), + (13913,24390,0,-8490.38,349.939,121.031,3.02815,0,0,0.998392,0.056692,120,120,0,1), + (13914,179972,0,-9561.86,74.0052,58.9062,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (13915,180046,0,-9580.22,38.3075,60.4316,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (13916,24390,0,-8444.34,411.144,121.031,-0.113445,0,0,-0.056692,0.998392,120,120,0,1), + (13917,24390,0,-8442.55,412.515,121.031,-1.68424,0,0,-0.746058,0.665881,120,120,0,1), + (13918,24390,0,-8314.28,545.672,99.7125,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13919,24390,0,-8304.55,553.266,99.7125,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13920,24390,0,-8423.27,684.969,103.485,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13921,24390,0,-8426.48,682.418,103.485,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13922,24392,0,-8310.17,579.193,99.6628,-2.46091,0,0,0.942642,-0.333807,120,120,0,1), + (13923,24392,0,-8338.08,557.085,99.6628,0.680678,0,0,0.333807,0.942642,120,120,0,1), + (13924,24392,0,-8297.6,563.413,99.6628,-2.46091,0,0,0.942642,-0.333807,120,120,0,1), + (13925,24392,0,-8335.74,573.541,99.6628,-0.890116,0,0,-0.43051,0.902586,120,120,0,1), + (13926,24392,0,-8307.09,575.32,99.6628,-2.46091,0,0,0.942642,-0.333807,120,120,0,1), + (13927,24392,0,-8303.8,571.124,99.6628,-2.46091,0,0,0.942642,-0.333807,120,120,0,1), + (13928,24392,0,-8334.8,552.889,99.6628,0.680678,0,0,0.333807,0.942642,120,120,0,1), + (13929,24392,0,-8344.29,564.796,99.6628,0.680678,0,0,0.333807,0.942642,120,120,0,1), + (13930,24392,0,-8331.71,549.016,99.6628,0.680678,0,0,0.333807,0.942642,120,120,0,1), + (13931,24392,0,-8325.44,541.315,99.6628,0.680678,0,0,0.333807,0.942642,120,120,0,1), + (13932,24392,0,-8316.44,586.894,99.6628,-2.46091,0,0,0.942642,-0.333807,120,120,0,1), + (13933,24392,0,-8326.77,580.667,99.6628,-0.890116,0,0,-0.43051,0.902586,120,120,0,1), + (13934,179969,0,-9561.14,73.6756,60.1415,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (13935,180007,0,-9548.02,72.3468,58.9184,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (13936,24538,0,-8527.79,365.849,108.375,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13937,180007,0,-9552.11,135.655,58.8815,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (13938,179972,0,-9560.6,75.2109,58.8826,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (13939,179965,0,-9526.39,68.0978,59.0457,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (13940,179969,0,-9545.8,128.19,59.0148,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (13941,180046,0,-9556.52,112.122,58.8921,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (13942,180043,0,-9582.59,60.599,61.6029,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (13943,24538,0,-8526.71,375.122,108.375,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13944,179972,0,-9534.53,64.3109,58.8815,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (13945,24538,0,-8532.46,371.914,108.413,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13946,24538,0,-8530.79,369.819,108.413,2.24275,0,0,0.900698,0.434446,120,120,0,1), + (13947,179967,0,-9559.8,76.8996,58.8817,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (13948,179965,0,-9512.7,142.954,59.5737,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (13949,180007,0,-9529.04,97.136,58.8951,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (13950,180005,0,-9558.52,93.9666,61.2079,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (13951,180006,0,-9572.58,28.1636,61.4756,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (13952,179965,0,-9518.37,145.359,59.7507,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (13953,24568,0,-8420.84,385.024,121.031,-1.68424,0,0,-0.746058,0.665881,120,120,0,1), + (13954,24613,0,-8557.45,814.056,106.577,-2.46964,0,0,0.944089,-0.329691,120,120,0,1), + (13955,24635,0,-8301.25,565.161,99.6082,1.22173,0,0,0.573577,0.819152,120,120,0,1), + (13956,24635,0,-8313.99,580.623,99.6082,1.22173,0,0,0.573577,0.819152,120,120,0,1), + (13957,24635,0,-8327.59,547.301,99.6082,-1.91986,0,0,-0.819152,0.573576,120,120,0,1), + (13958,24635,0,-8326.39,545.58,99.6082,-2.84489,0,0,0.989016,-0.14781,120,120,0,1), + (13959,24635,0,-8315.54,582.546,99.6082,0.296706,0,0,0.147809,0.989016,120,120,0,1), + (13960,24635,0,-8302.67,566.878,99.6082,0.296706,0,0,0.147809,0.989016,120,120,0,1), + (13961,24635,0,-8340.08,563.182,99.6082,-1.91986,0,0,-0.819152,0.573576,120,120,0,1), + (13962,24635,0,-8338.49,561.135,99.6082,-2.84489,0,0,0.989016,-0.14781,120,120,0,1), + (13963,179965,0,-9525.58,74.3319,58.8819,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (13964,179967,0,-9537.69,65.5724,58.8815,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (13965,147761,0,-11255.2,-3519.78,8.91313,-2.72208,0.062197,-0.028752,0.97625,-0.205524,900,900,100,1), + (13966,2061,0,-11255.2,-3519.78,8.91313,-2.72208,0.062197,-0.028752,0.97625,-0.205524,900,900,100,1), + (13967,147768,0,-11217.5,-3485.89,8.38521,0.04018,0.090234,-0.118095,0.030512,0.988423,900,900,100,1), + (13968,24745,0,-8420,633.517,95.653,-2,0,0,0.944089,-0.329691,120,120,0,1), + (13969,3727,1,-3462.09,-2399.67,92.3755,0.069813,0,0,0.034899,0.999391,900,900,100,1), + (13970,24746,0,-8427.56,631.026,95.7472,2.28742,0,0,0.910176,0.414221,25,25,0,1), + (13971,179968,0,-9546.95,129.768,58.9237,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (13972,164890,0,-3415.24,-1971.94,114.763,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (13973,2061,0,-11217.5,-3485.89,8.38521,0.04018,0.090234,-0.118095,0.030512,0.988423,900,900,100,1), + (13974,147745,0,-11237.7,-3446.24,7.11092,-0.06724,0.06667,0.026447,-0.035416,0.996796,900,900,100,1), + (13975,2061,0,-11237.7,-3446.24,7.11092,-0.06724,0.06667,0.026447,-0.035416,0.996796,900,900,100,1), + (13976,147771,0,-11251.2,-3570.11,7.73133,-1.74352,0.142822,-0.027469,-0.764015,0.628593,900,900,100,1), + (13977,2061,0,-11251.2,-3570.11,7.73133,-1.74352,0.142822,-0.027469,-0.764015,0.628593,900,900,100,1), + (13978,4149,0,-10862.7,-3631.31,11.5791,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (13979,4149,0,-10555.6,-3527.02,22.7375,0.645772,0,0,0.317305,0.948324,900,900,100,1), + (13981,176574,0,-10802,-2192.33,117.131,-0.045542,0,0,-0.022769,0.999741,900,900,100,1), + (13982,2061,0,-10802,-2192.33,117.131,-0.045542,0,0,-0.022769,0.999741,900,900,100,1), + (13983,176558,0,-10879.2,-2155.03,117.131,1.15237,0,0,0.544829,0.838547,900,900,100,1), + (13984,2066,0,-10879.2,-2155.03,117.131,1.15237,0,0,0.544829,0.838547,900,900,100,1), + (13985,177186,0,-10451.5,-1721.78,87.8886,1.80642,0.07195,0.020943,0.784755,0.61526,900,900,100,1), + (13986,177185,0,-10451.6,-1721.82,86.4445,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (13987,176559,0,-11003.7,-2307.09,117.131,2.46001,0,0,0.942491,0.334233,900,900,100,1), + (13988,2061,0,-11003.7,-2307.09,117.131,2.46001,0,0,0.942491,0.334233,900,900,100,1), + (13989,176464,0,-10436.7,-2140.2,90.7792,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (13990,2061,0,-10436.7,-2140.2,90.7792,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (13991,176560,0,-11083.1,-2303.92,117.131,-2.93795,0,0,0.994821,-0.101645,900,900,100,1), + (13992,2066,0,-11083.1,-2303.92,117.131,-2.93795,0,0,0.994821,-0.101645,900,900,100,1), + (13993,180007,0,-9527.19,92.1539,58.913,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (13994,179964,0,-9526.08,71.0193,59.3331,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (13995,179970,0,-9558.64,74.9394,58.8828,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (13996,180050,0,-9556.04,113.011,59.4166,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (13997,179977,0,-9534.43,65.8022,59.5134,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (13998,180047,0,-9579.16,38.2434,60.5159,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (13999,180046,0,-9584.63,41.6998,60.0233,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (14000,179970,0,-9558.7,76.1096,58.8822,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (14001,179967,0,-9530.4,98.406,58.8917,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (14002,179970,0,-9545.82,128.185,59.6476,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (14004,180045,0,-9559.42,113.733,58.9944,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (14005,177246,0,-11093.8,-1635.39,27.9784,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14006,179970,0,-9535.61,66.1034,58.8815,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (14007,179968,0,-9533.59,101.373,58.8815,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (14008,3727,1,-827.816,-2138.57,91.7369,1.71042,0,0,0.75471,0.656059,900,900,100,1), + (14009,177047,0,-11206.9,-1733.73,4.38246,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14010,177248,0,-11031.2,-1600.16,27.9784,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14011,177247,0,-11030.4,-1633.73,27.9784,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14012,177249,0,-11063,-1600.99,27.9784,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14013,177049,0,-11226.9,-1734.26,4.38246,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14014,177245,0,-11062.1,-1635.61,27.9916,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14015,177251,0,-11094.7,-1601.54,27.9916,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14017,177252,0,-11096.3,-1540.47,27.9916,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (190308,180396,1,1663.59,-4343.19,61.2462,0.750492,0,0,0,0,180,180,255,1), + (190304,180396,1,1657.46,-4385.4,23.5797,-1.01229,0,0,0,0,180,180,255,1), + (14022,3705,0,-8892.11,591.342,94.1562,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (14024,1619,0,-9228.82,467.448,110.755,-1.39626,0,0,-0.642787,0.766045,300,300,100,1), + (14025,1618,0,-9544.96,298.601,53.1318,-0.523599,0,0,-0.258819,0.965926,300,300,100,1), + (14026,1628,0,-10496.2,209.948,32.2598,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (14027,1624,0,-10660.1,151.206,40.3802,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (14028,1621,0,-10716,-7.3878,32.6878,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (14029,177048,0,-11226.3,-1755.59,4.38246,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14030,176901,0,-11206.3,-1755.07,4.38246,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14032,177203,0,-11067.9,-1824.71,60.1991,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (14033,176578,0,-11098.2,-1990.84,49.4968,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (14034,176579,0,-11070.8,-2001.42,114.823,-1.6057,0,0,-0.71934,0.694658,900,900,100,1), + (14035,176633,0,-11105.7,-1966.78,90.9023,-2.93215,0,0,0.994522,-0.104529,900,900,100,1), + (14036,176632,0,-11080.1,-1929.51,90.9023,-1.39626,0.766045,-0.642787,0,0,900,900,100,1), + (14038,176694,0,-11038,-1999.86,92.9915,2.24275,0,0,0.900698,0.434445,900,900,100,1), + (14039,176580,0,-11033.7,-1986.34,126.072,-2.05949,0,0,-0.857167,0.515038,900,900,100,1), + (14040,176577,0,-11066.1,-1988.07,231.519,2.59181,0,0,0.962455,0.27144,900,900,100,1), + (14041,184164,0,-11111.1,-2004.48,49.3827,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (14042,160869,0,-11171.7,-1859.7,73.9424,2.29511,0,0,0.911762,0.410719,900,900,100,1), + (14043,160870,0,-11175.2,-1860.02,73.9424,2.11185,0,0,0.870356,0.492423,900,900,100,1), + (14044,160867,0,-11185,-1852.35,73.9424,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (14045,160866,0,-11182.3,-1851.33,73.9424,-2.29511,0,0,0.911762,-0.410719,900,900,100,1), + (14046,160868,0,-11181.5,-1861.52,73.9424,-3.13287,0,0,0.99999,-0.004364,900,900,100,1), + (14047,160871,0,-11177.5,-1848.64,73.9424,-1.4399,0,0,-0.659346,0.75184,900,900,100,1), + (14048,181963,0,-11182.6,-1958.32,55.7329,-1.65806,0,0,0.737277,-0.67559,900,900,100,1), + (14049,104,0,-10540.3,-1180.84,27.8421,-1.85005,0,0,-0.798635,0.601815,3600,3600,100,1), + (14050,105,0,-10812.5,304.43,31.44,-2.86234,0,0,0.990268,-0.139173,3600,3600,100,1), + (14051,108,0,-10811.8,305.896,31.4382,-1.29154,0,0,-0.601815,0.798636,3600,3600,100,1), + (14052,109,0,-10891.9,-366.62,37.3369,-0.287978,0,0,-0.143492,0.989651,3600,3600,100,1), + (14053,110,0,-10893.4,-367.545,38.7449,1.28282,0,0,0.598325,0.801253,3600,3600,100,1), + (14054,112,0,-10892.6,-368.997,38.7303,2.85361,0,0,0.989651,0.143493,3600,3600,100,1), + (14055,1827,0,-10795.3,-1363.71,39.1868,-3.07178,0.061313,-0.006574,0.997507,-0.034301,3600,3600,100,1), + (14056,2061,0,-10795.3,-1363.71,39.1868,-3.07178,0.061313,-0.006574,0.997507,-0.034301,3600,3600,100,1), + (14057,1828,0,-11014.6,-1111.94,39.8379,-1.97222,0.060622,0.050558,-0.830905,0.550786,3600,3600,100,1), + (14058,2061,0,-11014.6,-1111.94,39.8379,-1.97222,0.060622,0.050558,-0.830905,0.550786,3600,3600,100,1), + (14059,101,0,-10542.5,-1180.26,27.8265,1.29154,0,0,0.601815,0.798635,3600,3600,100,1), + (14060,321,0,-10363.7,-1282.15,35.3959,3.14159,-0.085495,0.615414,0.780649,0.067399,1,1,100,1), + (14061,59,0,-11115.5,-512.672,32.6047,1.78098,-0.044381,0.020175,0.77682,0.627833,1,1,100,1), + (14062,1798,0,-10326.5,624.47,26.4468,3.06305,0,0,0.999229,0.03926,3600,3600,100,1), + (14063,26496,369,109.847,4.728,-4,0.851,0,0,0.412707,0.910864,120,120,0,1), + (14064,2061,0,-10326.5,624.47,26.4468,3.06305,0,0,0.999229,0.03926,3600,3600,100,1), + (14065,1799,0,-10927.8,-382.357,39.5519,2.98451,0.042187,0.036031,0.995502,0.076802,3600,3600,100,1), + (14066,2061,0,-10927.8,-382.357,39.5519,2.98451,0.042187,0.036031,0.995502,0.076802,3600,3600,100,1), + (14067,41,0,-10906.9,-921.372,71.0173,-0.226892,0,0,-0.113203,0.993572,600,600,100,1), + (14068,3187,0,-10618.6,-1153.71,26.9249,-2.11185,0,0,0.870356,-0.492423,3600,3600,100,1), + (14069,1825,0,-11073,-813.816,58.1975,-0.710158,0.006528,0.030149,-0.347374,0.937219,3600,3600,100,1), + (14070,2061,0,-11073,-813.816,58.1975,-0.710158,0.006528,0.030149,-0.347374,0.937219,3600,3600,100,1), + (14071,1826,0,-11183.9,-843.711,76.988,-1.13446,-0.010386,-0.024421,-0.537014,0.843156,3600,3600,100,1), + (14072,2061,0,-11183.9,-843.711,76.988,-1.13446,-0.010386,-0.024421,-0.537014,0.843156,3600,3600,100,1), + (14073,22706,0,-10350.1,-1528.64,93.8393,2.07694,0,0,0.861629,0.507538,3600,3600,100,1), + (14074,32107,0,-10446.6,-809.491,50.5084,3.09519,0.007085,-0.069937,0.997243,0.023751,3600,3600,100,1), + (14075,2066,0,-10446.6,-809.491,50.5084,3.09519,0.007085,-0.069937,0.997243,0.023751,3600,3600,100,1), + (14076,20689,0,-10357,-1251.07,35.3004,-2.17294,0,0,0.884988,-0.465614,3600,3600,100,1), + (14077,106,0,-10813.3,306.68,31.4738,0.279252,0,0,0.139173,0.990268,3600,3600,100,1), + (14085,180655,1,6431.71,667.197,0,1.44862,0,0,0.662619,0.748957,180,180,100,1), + (14086,180655,1,5721.1,592.505,0,-3.05433,0,0,-0.999048,0.0436174,180,180,100,1), + (14087,180655,1,5721.1,592.505,0,-3.05433,0,0,-0.999048,0.0436174,180,180,100,1), + (14088,180655,1,5530.88,568.461,0,1.20428,0,0,0.566407,0.824125,180,180,100,1), + (14089,180655,1,5530.88,568.461,0,1.20428,0,0,0.566407,0.824125,180,180,100,1), + (14096,180582,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (14097,180655,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (14110,26496,369,109.351,16.214,-4,0.851,0,0,0.412707,0.910864,120,120,0,1), + (14118,92419,0,-10331.6,381.956,59.6922,-1.80642,0,0,-0.785317,0.619094,3600,3600,100,1), + (14121,28027,0,-8506.57,659.499,99.8,5.29496,0,0,0.47425,-0.88039,120,120,0,1), + (14131,142089,0,-10546.5,-1157.32,27.7834,-3.0456,0,0,0.998848,-0.047978,3600,3600,100,1), + (14133,28044,0,-8530,495.845,111.292,-2,0,0,0.944089,-0.329691,120,120,0,1), + (14135,28044,0,-8459,695.656,111.569,2.243,0,0,0.900698,0.434446,120,120,0,1), + (14136,28044,0,-8480,679.042,111.569,2.243,0,0,0.900698,0.434446,120,120,0,1), + (14137,119,0,-11091,-68.9618,15.4935,-2.97149,-0.078554,0.93011,-0.028555,-0.357645,1,1,100,1), + (14139,85556,90,-806.887,323.963,-271.656,2.21308,0,0,0.894154,0.447759,3600,3600,100,1), + (14140,142218,90,-528.375,630.048,-325.738,-2.93258,0.108055,0.013268,0.988611,-0.103907,3600,3600,100,1), + (14158,103,0,-10541.7,-1181.69,27.835,2.86234,0,0,0.990268,0.139173,3600,3600,100,1), + (14159,37,0,-10266.3,54.1146,41.828,0.018691,-0.1352,-0.022145,0.006403,0.99055,1,1,100,1), + (14160,61,0,-10240.1,354.663,50.3859,2.93132,0.064284,0.10624,0.987391,0.098184,1,1,100,1), + (14161,1824,0,-11033.8,-895.488,63.7191,-2.76576,-0.025276,0.039588,0.981453,-0.18586,3600,3600,100,1), + (14162,2061,0,-11033.8,-895.488,63.7191,-2.76576,-0.025276,0.039588,0.981453,-0.18586,3600,3600,100,1), + (14163,107,0,-10812.5,304.343,30.0518,-2.86234,0,0,0.990268,-0.139173,3600,3600,100,1), + (14164,1822,0,-10259.4,-734.09,45.944,-1.90241,-0.045561,0.063875,-0.811606,0.578913,3600,3600,100,1), + (14165,2061,0,-10259.4,-734.09,45.944,-1.90241,-0.045561,0.063875,-0.811606,0.578913,3600,3600,100,1), + (14166,102,0,-10542.6,-1180.24,26.4931,1.29154,0,0,0.601815,0.798635,3600,3600,100,1), + (14167,18089,0,-10464,-812.863,51.3177,3.14159,0.087148,-0.01304,0.996109,0.001141,3600,3600,100,1), + (14168,2061,0,-10464,-812.863,51.3177,3.14159,0.087148,-0.01304,0.996109,0.001141,3600,3600,100,1), + (14169,111,0,-10892,-366.709,38.7285,-0.287978,0,0,-0.143492,0.989651,3600,3600,100,1), + (14170,18090,0,-10640.4,-889.795,49.1931,-3.14159,0.030537,-0.008722,0.999496,0.000266,3600,3600,100,1), + (14171,2061,0,-10640.4,-889.795,49.1931,-3.14159,0.030537,-0.008722,0.999496,0.000266,3600,3600,100,1), + (14172,175149,0,-10564.7,384.364,-112.445,1.32645,0,0,0.615661,0.788011,3600,3600,100,1), + (14173,175151,0,-10566,386.404,-112.445,-0.244347,0,0,-0.12187,0.992546,3600,3600,100,1), + (14174,175150,0,-10562.8,385.49,-112.445,2.89725,0,0,0.992546,0.121869,3600,3600,100,1), + (14175,175148,0,-10509.5,366.64,-108.62,1.32645,0,0,0.615661,0.788011,3600,3600,100,1), + (14176,22578,0,-10316.7,362.266,60.518,1.7366,0,0,0.763233,0.646124,3600,3600,100,1), + (14177,22579,0,-10315.4,363.144,60.518,2.522,0,0,0.952396,0.304864,3600,3600,100,1), + (14178,22580,0,-10315.4,366.441,60.518,-2.75762,0,0,0.981627,-0.190809,3600,3600,100,1), + (14179,22581,0,-10316.5,367.731,60.518,-2.17293,0,0,0.884987,-0.465615,3600,3600,100,1), + (14180,22582,0,-10322.6,365.409,60.518,0.008725,0,0,0.004363,0.99999,3600,3600,100,1), + (14181,170001,0,-10321.8,373.951,65.266,-1.85878,0,0,-0.801254,0.598324,3600,3600,100,1), + (14182,22563,0,-10325.5,372.064,60.5582,-3.13287,0,0,0.99999,-0.004363,3600,3600,100,1), + (14183,2061,0,-10325.5,372.064,60.5582,-3.13287,0,0,0.99999,-0.004363,3600,3600,100,1), + (14184,3727,1,-1409.86,-1853.46,91.7215,1.18682,0,0,0.559193,0.829038,900,900,100,1), + (14187,3727,1,-846.395,-2877.4,91.7914,-2.04204,0,0,0.85264,-0.522498,900,900,100,1), + (14188,2061,0,-3415.24,-1971.94,114.763,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (14194,61072,1,-4081.85,-2398.35,125.299,-1.13446,0,0,-0.537299,0.843392,900,900,100,1), + (14195,22567,0,-10324.4,372.73,65.475,1.85878,0,0,0.801254,0.598325,3600,3600,100,1), + (14197,106641,1,-1042.89,-3664.26,23.8959,1.69297,0,0,0.748956,0.66262,900,900,100,1), + (14198,61073,1,-4083.85,-2399.04,125.299,-1.22173,0,0,-0.573577,0.819152,900,900,100,1), + (14199,3729,1,-426.617,-3458.81,92.58,1.36136,0,0,0.62932,0.777146,900,900,100,1), + (14200,3729,1,951.368,-2331.42,91.7039,0.418879,0,0,0.207912,0.978148,900,900,100,1), + (14201,3729,1,-470.076,-1971.71,91.7485,-2.77507,0,0,0.983255,-0.182235,900,900,100,1), + (14202,3729,1,-2484.14,-2377.11,91.6667,-1.46608,0,0,0.669131,-0.743145,900,900,100,1), + (14203,3729,1,180.086,-1713.24,93.3485,-1.50098,0,0,0.681998,-0.731354,900,900,100,1), + (14204,3729,1,-3153.96,-2314.79,91.6667,-0.820305,0,0,0.398749,-0.91706,900,900,100,1), + (14205,1878,0,-3102.52,-2194.55,9.08939,3.14159,0,0,1,0,7200,7200,100,1), + (14228,2061,0,-10324.4,372.73,65.475,1.85878,0,0,0.801254,0.598325,3600,3600,100,1), + (14229,2061,0,-3102.52,-2194.55,9.08939,3.14159,0,0,1,0,7200,7200,100,1), + (14230,387,0,-2620.74,-2491.65,79.4416,1.66679,0,0,0.740218,0.672367,7200,7200,100,1), + (14231,389,0,-2621.4,-2491.45,80.2191,0.095993,0,0,0.047978,0.998848,7200,7200,100,1), + (14232,34357,369,146.438,27.883,0,-2,0,0,0.932796,-0.360404,120,120,0,1), + (14234,1885,0,-3433.04,-2428.64,52.0284,1.0821,0,0,0.515038,0.857167,7200,7200,100,1), + (14236,3729,1,-1521.09,-3888.51,15.6641,-0.750491,0,0,0.366501,-0.930418,900,900,100,1), + (14237,2066,0,-3433.04,-2428.64,52.0284,1.0821,0,0,0.515038,0.857167,7200,7200,100,1), + (14238,164891,0,-4231.6,-2345.58,204.28,3.14159,0,0,1,0,7200,7200,100,1), + (14239,2061,0,-4231.6,-2345.58,204.28,3.14159,0,0,1,0,7200,7200,100,1), + (14248,388,0,-2620.21,-2490.75,78.7749,-1.4748,0.04784,-0.096226,-0.665556,0.738571,7200,7200,100,1), + (14249,1890,0,-4141.47,-2941.38,11.5812,3.14159,0,0,1,0,7200,7200,100,1), + (14250,2061,0,-4141.47,-2941.38,11.5812,3.14159,0,0,1,0,7200,7200,100,1), + (14251,1888,0,-3759.18,-2916.86,12.0202,3.14159,0,0,1,0,7200,7200,100,1), + (14252,2061,0,-3759.18,-2916.86,12.0202,3.14159,0,0,1,0,7200,7200,100,1), + (14253,1870,0,-3086.72,-1999.12,9.0666,3.14159,0,0,1,0,7200,7200,100,1), + (14254,2061,0,-3086.72,-1999.12,9.0666,3.14159,0,0,1,0,7200,7200,100,1), + (14255,1882,0,-2928.25,-2969.52,30.5575,-2.60927,0,0,0.964787,-0.263031,7200,7200,100,1), + (14256,2061,0,-2928.25,-2969.52,30.5575,-2.60927,0,0,0.964787,-0.263031,7200,7200,100,1), + (14257,1881,0,-2873.63,-2953.91,33.7046,1.51844,0,0,0.688355,0.725374,7200,7200,100,1), + (14258,2061,0,-2873.63,-2953.91,33.7046,1.51844,0,0,0.688355,0.725374,7200,7200,100,1), + (14259,142151,0,-3201.4,-952.171,8.44999,-3.14159,0.382598,-0.226163,0.890521,0.097167,2,2,100,1), + (14260,2734,0,-3917.21,-890.293,0.322858,0.593411,0.008355,-0.174364,0.28081,0.943755,2,2,100,1), + (14261,382,0,-3597.65,-2713.63,18.2805,-0.654499,0.038501,-0.022276,-0.320761,0.946115,7200,7200,100,1), + (14262,1867,0,-2905.01,-2045.62,9.19427,2.53945,0,0,0.95502,0.296542,7200,7200,100,1), + (14263,2061,0,-2905.01,-2045.62,9.19427,2.53945,0,0,0.95502,0.296542,7200,7200,100,1), + (14264,175383,0,-2369.44,-2512.04,75.344,0.287978,0,0,0.143492,0.989652,7200,7200,100,1), + (14265,29150,0,-2561.86,-2343.63,80.4973,-1.85878,0,0,-0.801254,0.598324,7200,7200,100,1), + (14266,2061,0,-2561.86,-2343.63,80.4973,-1.85878,0,0,-0.801254,0.598324,7200,7200,100,1), + (14267,29151,0,-2561.78,-2342.52,80.4973,1.28282,0,0,0.598325,0.801254,7200,7200,100,1), + (14268,2061,0,-2561.78,-2342.52,80.4973,1.28282,0,0,0.598325,0.801254,7200,7200,100,1), + (14269,22223,0,-2559.14,-2373.68,77.6498,1.12571,-0.008076,-0.003304,0.533595,0.845695,7200,7200,100,1), + (14270,2061,0,-2559.14,-2373.68,77.6498,1.12571,-0.008076,-0.003304,0.533595,0.845695,7200,7200,100,1), + (14271,32582,0,-2607.76,-2280.84,86.0163,2.32129,0,0,0.91706,0.39875,7200,7200,100,1), + (14272,32584,0,-2604.61,-2279.17,86.0163,1.79769,0,0,0.782608,0.622515,7200,7200,100,1), + (14273,34572,0,-2603.53,-2284.22,86.2996,-1.6057,0,0,-0.71934,0.694658,7200,7200,100,1), + (14274,32585,0,-2599.06,-2281.14,86.0163,0.750493,0,0,0.366502,0.930417,7200,7200,100,1), + (14275,32583,0,-2602.08,-2279.25,86.0163,1.27409,0,0,0.594823,0.803857,7200,7200,100,1), + (14276,22230,0,-2644.11,-2310.99,77.9932,-1.91986,0,0,-0.819152,0.573576,7200,7200,100,1), + (14277,2061,0,-2644.11,-2310.99,77.9932,-1.91986,0,0,-0.819152,0.573576,7200,7200,100,1), + (14292,22231,0,-2663.13,-2330.35,77.09,-0.087265,0,0,-0.043619,0.999048,7200,7200,100,1), + (14293,2061,0,-2663.13,-2330.35,77.09,-0.087265,0,0,-0.043619,0.999048,7200,7200,100,1), + (14294,22565,0,-10324.4,372.514,60.5582,1.85878,0,0,0.801254,0.598325,3600,3600,100,1), + (14296,22229,0,-2661.63,-2330.44,77.09,3.05433,0,0,0.999048,0.043619,7200,7200,100,1), + (14297,3729,1,1417.77,-3607.3,91.7591,2.89725,0,0,0.992546,0.121869,900,900,100,1), + (14298,3729,1,1063.69,-3301.54,91.6667,3.14159,0,0,1,0,900,900,100,1), + (14299,2061,0,-10324.4,372.514,60.5582,1.85878,0,0,0.801254,0.598325,3600,3600,100,1), + (14300,2061,0,-2661.63,-2330.44,77.09,3.05433,0,0,0.999048,0.043619,7200,7200,100,1), + (14301,3729,1,327.766,-1433.71,91.6667,-2.96706,0,0,0.996195,-0.087156,900,900,100,1), + (14302,3729,1,941.36,-2829.5,91.6667,0.314159,0,0,0.156434,0.987688,900,900,100,1), + (14303,22223,0,-2667.69,-2384.03,87.6738,-2.05951,-0.003127,0.008147,-0.857134,0.515019,7200,7200,100,1), + (14304,2061,0,-2667.69,-2384.03,87.6738,-2.05951,-0.003127,0.008147,-0.857134,0.515019,7200,7200,100,1), + (14305,22223,0,-2866.83,-1447.43,8.64641,2.63542,-0.003619,-0.00794,0.968111,0.25037,7200,7200,100,1), + (14306,2061,0,-2866.83,-1447.43,8.64641,2.63542,-0.003619,-0.00794,0.968111,0.25037,7200,7200,100,1), + (14307,3799,0,-3668.53,-729.341,10.8797,1.41372,0,0,0.649448,0.760406,7200,7200,100,1), + (14308,2061,0,-3668.53,-729.341,10.8797,1.41372,0,0,0.649448,0.760406,7200,7200,100,1), + (14309,170073,0,-3676.61,-732.94,10.9594,-0.418879,0,0,-0.207912,0.978148,7200,7200,100,1), + (14310,3800,0,-3669.31,-728.913,10.8797,2.70526,0,0,0.976296,0.21644,7200,7200,100,1), + (14311,2061,0,-3669.31,-728.913,10.8797,2.70526,0,0,0.976296,0.21644,7200,7200,100,1), + (14312,3769,0,-3756.99,-813.683,11.5534,-0.3927,0,0,-0.195091,0.980785,7200,7200,100,1), + (14313,36987,0,-3733.55,-786.214,26.8066,-2.03331,0,0,-0.850352,0.526214,7200,7200,100,1), + (14314,36989,0,-3739.36,-805.715,26.8066,1.06465,0,0,0.507538,0.861629,7200,7200,100,1), + (14315,36985,0,-3737.75,-790.396,26.8066,-0.506147,0,0,-0.250381,0.968148,7200,7200,100,1), + (14316,36986,0,-3729.92,-787.948,26.8066,-2.03331,0,0,-0.850352,0.526214,7200,7200,100,1), + (14317,36988,0,-3742.92,-803.824,26.8066,1.06465,0,0,0.507538,0.861629,7200,7200,100,1), + (14318,36981,0,-3731.7,-796.88,11.4874,2.6529,0,0,0.970296,0.241922,7200,7200,100,1), + (14319,36983,0,-3741.26,-796.988,26.8066,-0.506147,0,0,-0.250381,0.968148,7200,7200,100,1), + (14320,36998,0,-3754.92,-815.472,11.4875,2.33001,0,0,0.918791,0.394744,7200,7200,100,1), + (14321,36996,0,-3756.88,-815.281,11.4875,0.148353,0,0,0.074109,0.99725,7200,7200,100,1), + (14322,36979,0,-3721.89,-808.964,25.4368,-0.488692,0,0,-0.241922,0.970296,7200,7200,100,1), + (14323,36982,0,-3717.29,-800.186,25.4368,-0.610866,0,0,-0.300706,0.953717,7200,7200,100,1), + (14324,36984,0,-3739.64,-793.952,26.8066,-0.506147,0,0,-0.250381,0.968148,7200,7200,100,1), + (14325,36980,0,-3734.55,-795.389,11.4874,-0.523598,0,0,-0.258819,0.965926,7200,7200,100,1), + (14326,36997,0,-3756.11,-812.604,11.4875,-1.07338,0,0,-0.511293,0.859407,7200,7200,100,1), + (14327,22603,0,-3693.23,-716.944,16.2,1.37881,0,0,0.636078,0.771625,7200,7200,100,1), + (14328,2061,0,-3693.23,-716.944,16.2,1.37881,0,0,0.636078,0.771625,7200,7200,100,1), + (14329,22606,0,-3694.16,-717.6,11.2832,-0.811577,0,0,-0.394743,0.918791,7200,7200,100,1), + (14330,2061,0,-3694.16,-717.6,11.2832,-0.811577,0,0,-0.394743,0.918791,7200,7200,100,1), + (14331,22605,0,-3694.56,-717.006,11.2832,2.67035,0,0,0.97237,0.233446,7200,7200,100,1), + (14332,2061,0,-3694.56,-717.006,11.2832,2.67035,0,0,0.97237,0.233446,7200,7200,100,1), + (14333,22604,0,-3693.33,-717.138,11.2832,1.37881,0,0,0.636078,0.771625,7200,7200,100,1), + (14334,2061,0,-3693.33,-717.138,11.2832,1.37881,0,0,0.636078,0.771625,7200,7200,100,1), + (14335,22602,0,-3694.06,-717.406,16.2,-0.811577,0,0,-0.394743,0.918791,7200,7200,100,1), + (14336,2061,0,-3694.06,-717.406,16.2,-0.811577,0,0,-0.394743,0.918791,7200,7200,100,1), + (14337,61923,0,-3787.22,-660.005,5.13075,0.506148,0,0,0.250381,0.968147,7200,7200,100,1), + (14338,61925,0,-3783.37,-649.822,5.13315,-0.375245,0,0,-0.186523,0.98245,7200,7200,100,1), + (14339,61922,0,-3786.3,-659.379,5.13075,-2.55691,0,0,0.957571,-0.288196,7200,7200,100,1), + (14340,61919,0,-3784.61,-666.647,5.09781,2.84489,0,0,0.989016,0.147808,7200,7200,100,1), + (14341,61921,0,-3789.34,-663.022,5.13062,-0.375245,0,0,-0.186523,0.98245,7200,7200,100,1), + (14342,61920,0,-3787.74,-663.476,5.13062,2.84489,0,0,0.989016,0.147808,7200,7200,100,1), + (14343,61924,0,-3781.92,-650.271,5.13315,2.84489,0,0,0.989016,0.147808,7200,7200,100,1), + (14344,138614,0,-3786.07,-666.198,5.09781,-0.375245,0,0,-0.186523,0.98245,7200,7200,100,1), + (14345,148866,0,-3776.61,-686.12,5.13207,1.63188,0,0,0.728371,0.685183,7200,7200,100,1), + (14346,3799,0,-3744.88,-893.395,10.9473,-1.22173,0,0,-0.573577,0.819152,7200,7200,100,1), + (14347,2061,0,-3744.88,-893.395,10.9473,-1.22173,0,0,-0.573577,0.819152,7200,7200,100,1), + (14348,3800,0,-3743.98,-893.389,10.9473,0.069812,0,0,0.034899,0.999391,7200,7200,100,1), + (14349,2061,0,-3743.98,-893.389,10.9473,0.069812,0,0,0.034899,0.999391,7200,7200,100,1), + (14350,123244,0,-3792.28,-859.011,11.5958,-1.82387,0,0,-0.79069,0.612217,7200,7200,100,1), + (14351,4088,0,-3798.59,-864.625,11.5958,-0.497419,0,0,-0.246154,0.969231,7200,7200,100,1), + (14352,4090,0,-3792.04,-865.609,9.78786,0.741765,0,0,0.362438,0.932008,7200,7200,100,1), + (14353,4087,0,-3785.63,-866.553,11.5958,2.97579,0,0,0.996566,0.082808,7200,7200,100,1), + (14354,48483,70,-12.7417,276.117,-48.6347,2.79253,0,0,0.984808,0.173648,3600,3600,100,1), + (14355,48508,70,-100.862,330.383,-47.5363,2.15463,0.019534,0.001075,0.880602,0.473452,3600,3600,100,1), + (14356,2061,70,-100.862,330.383,-47.5363,2.15463,0.019534,0.001075,0.880602,0.473452,3600,3600,100,1), + (14357,48484,70,-8.03935,279.003,-48.7176,2.46679,0.057618,-0.032506,0.941299,0.331027,3600,3600,100,1), + (14358,48500,70,-32.0942,303.005,-45.404,-3.14122,0.013268,-0.007055,0.999887,-0.000094,3600,3600,100,1), + (14359,48459,70,-223.822,-52.8567,-45.3611,-0.411659,-0.012865,0.030369,-0.203769,0.978463,3600,3600,100,1), + (14360,48470,70,-360.689,122.367,-45.088,-0.410762,-0.064403,-0.032508,-0.205898,0.975911,3600,3600,100,1), + (14361,48477,70,-360.417,119.553,-44.7049,0.604296,-0.04773,-0.005713,0.297623,0.953473,3600,3600,100,1), + (14362,48507,70,-148.232,244.513,-40.2454,-3.124,-0.106509,0.040367,0.993483,-0.004328,3600,3600,100,1), + (14363,48491,70,-120.337,238.514,-48.8304,0.387906,0.062014,0.015925,0.192113,0.979282,3600,3600,100,1), + (14364,48492,70,49.7145,348.337,-39.9966,0.690192,-0.011673,0.045712,0.337712,0.940066,3600,3600,100,1), + (14365,2061,70,49.7145,348.337,-39.9966,0.690192,-0.011673,0.045712,0.337712,0.940066,3600,3600,100,1), + (14366,48493,70,26.7081,372.597,-40.4458,2.50987,-0.018382,0.093358,0.945006,0.312906,3600,3600,100,1), + (14367,2061,70,26.7081,372.597,-40.4458,2.50987,-0.018382,0.093358,0.945006,0.312906,3600,3600,100,1), + (14368,48495,70,-246.792,242.174,-46.7675,0.347656,-0.006662,0.072261,0.172074,0.982408,3600,3600,100,1), + (14369,2061,70,-246.792,242.174,-46.7675,0.347656,-0.006662,0.072261,0.172074,0.982408,3600,3600,100,1), + (14370,48433,70,-135.821,293.887,-45.7767,-3.13009,-0.048573,0.058928,0.997076,-0.002871,3600,3600,100,1), + (14371,48434,70,-140.419,267.264,-52.6497,1.49974,0.015758,0.061965,0.678784,0.731549,3600,3600,100,1), + (14372,48436,70,-138.724,267.537,-52.9151,2.08567,0,0,0.863836,0.503774,3600,3600,100,1), + (14373,48405,70,-215.523,7.14708,-48.1857,0.071304,-0.022407,-0.016676,0.035266,0.998988,3600,3600,100,1), + (14374,103012,70,-82.0178,334.937,-48.8487,3.14159,0,0,1,0,3600,3600,100,1), + (14375,48445,70,-214.739,5.66459,-48.3328,0.894205,0.07621,-0.043425,0.433945,0.896659,3600,3600,100,1), + (14376,48455,70,-244.407,-9.22357,-48.7237,1.35416,0.038377,0.034314,0.625582,0.778458,3600,3600,100,1), + (14377,2061,70,-244.407,-9.22357,-48.7237,1.35416,0.038377,0.034314,0.625582,0.778458,3600,3600,100,1), + (14378,103011,70,-357.999,120.864,-44.8125,1.01602,-0.068802,0.071104,0.486192,0.868233,3600,3600,100,1), + (14379,2061,70,-357.999,120.864,-44.8125,1.01602,-0.068802,0.071104,0.486192,0.868233,3600,3600,100,1), + (14380,48411,70,-11.2335,278.878,-48.4381,2.27835,0.059654,-0.022444,0.906563,0.41723,3600,3600,100,1), + (14381,2061,70,-11.2335,278.878,-48.4381,2.27835,0.059654,-0.022444,0.906563,0.41723,3600,3600,100,1), + (14382,48407,70,-208.763,-2.70435,-48.624,2.77514,0.006293,0.010469,0.983197,0.182139,3600,3600,100,1), + (14383,48408,70,-216.16,-6.56397,-48.5339,-1.06362,0.028372,0.020748,-0.507168,0.86113,3600,3600,100,1), + (14384,48505,70,-255.654,267.584,-50.3883,-0.91449,-0.046963,0.0118,-0.441391,0.896007,3600,3600,100,1), + (14385,48496,70,-211.64,215.49,-46.8359,1.03334,-0.044225,0.01018,0.49437,0.868066,3600,3600,100,1), + (14386,2061,70,-211.64,215.49,-46.8359,1.03334,-0.044225,0.01018,0.49437,0.868066,3600,3600,100,1), + (14387,48417,70,19.6114,212.707,-30.7543,0.469331,0.033086,-0.024473,0.233133,0.971574,3600,3600,100,1), + (14388,48418,70,16.754,234.987,-31.6856,-0.843491,-0.021154,-0.092952,-0.405883,0.90894,3600,3600,100,1), + (14389,48409,70,-205.883,-33.3631,-46.9783,2.07612,-0.004051,0.052416,0.859568,0.50831,3600,3600,100,1), + (14390,48430,70,-154.319,327.64,-44.8869,3.14159,0,0,1,0,3600,3600,100,1), + (14391,48431,70,-139.767,270.428,-52.9144,2.14482,0.050321,0.067996,0.875678,0.475429,3600,3600,100,1), + (14392,2061,70,-139.767,270.428,-52.9144,2.14482,0.050321,0.067996,0.875678,0.475429,3600,3600,100,1), + (14393,124371,70,-234.688,239.619,-50.9083,3.14159,0,0,1,0,3600,3600,100,1), + (14394,124372,70,-234.567,294.81,-47.596,-1.5708,0,0,-0.707107,0.707107,3600,3600,100,1), + (14395,48452,70,-19.0193,341.359,-40.9857,3.14159,0.047978,0,0.998848,0,3600,3600,100,1), + (14396,48453,70,-18.0883,343.805,-40.8768,-3.13663,0.056499,-0.056668,0.996793,0.000736,3600,3600,100,1), + (14397,48454,70,-9.40941,319.774,-39.4051,3.14159,0,0,1,0,3600,3600,100,1), + (14398,48465,70,7.355,404.675,-46.9825,2.25925,-0.037649,-0.020446,0.903796,0.425814,3600,3600,100,1), + (14399,48469,70,-152.808,364.384,-33.9316,2.54912,-0.058626,-0.002853,0.955113,0.290369,3600,3600,100,1), + (14400,48462,70,-103.491,210.84,-41.3915,-0.154758,-0.109685,-0.015535,-0.079426,0.990666,3600,3600,100,1), + (14401,48473,70,-144.195,393.703,-40.0772,-0.531384,0.049971,0.100852,-0.263239,0.958143,3600,3600,100,1), + (14402,48474,70,-141.793,394.541,-39.9671,-1.89947,0.051664,0.129574,-0.800081,0.583448,3600,3600,100,1), + (14403,48475,70,-139.3,393.074,-40.5301,-2.46514,0.015535,-0.074359,0.940367,-0.33157,3600,3600,100,1), + (14404,48476,70,5.13656,407.546,-47.2073,-2.63886,-0.08329,-0.019026,0.965081,-0.247629,3600,3600,100,1), + (14405,2061,70,5.13656,407.546,-47.2073,-2.63886,-0.08329,-0.019026,0.965081,-0.247629,3600,3600,100,1), + (14406,48422,70,-46.5848,276.383,-49.0577,3.14159,0,0,1,0,3600,3600,100,1), + (14407,48424,70,51.4933,324.965,-43.2233,2.45111,-0.054899,0.010948,0.939673,0.337463,3600,3600,100,1), + (14408,48440,70,-166.525,206.859,-49.5789,-0.444336,0.013922,0.043679,-0.22029,0.974357,3600,3600,100,1), + (14409,48442,70,-164.875,215.454,-48.8381,-0.49742,0.021144,-0.00537,-0.246095,0.969,3600,3600,100,1), + (14410,48482,70,-165.338,394.298,-36.4654,-0.007972,0.024064,0.014628,-0.004338,0.999594,3600,3600,100,1), + (14411,124367,70,137.664,288.136,-26.4418,-2.70526,0,0,0.976296,-0.21644,3600,3600,100,1), + (14412,124368,70,50.0446,247.246,-26.5175,-2.70526,0,0,0.976296,-0.21644,3600,3600,100,1), + (14413,48420,70,-269.12,-37.7511,-43.9261,3.14159,0,0,1,0,3600,3600,100,1), + (14414,48421,70,-46.4928,278.334,-49.0708,3.14159,0,0,1,0,3600,3600,100,1), + (14415,48426,70,44.9896,326.255,-43.3459,1.66822,0.006089,0.02726,0.740185,0.671823,3600,3600,100,1), + (14416,48428,70,-127.33,331.134,-44.246,3.14159,0,0,1,0,3600,3600,100,1), + (14417,48460,70,-68.4732,356.613,-51.1938,-1.0178,-0.026843,-0.088248,-0.483595,0.870418,3600,3600,100,1), + (14418,2061,70,-68.4732,356.613,-51.1938,-1.0178,-0.026843,-0.088248,-0.483595,0.870418,3600,3600,100,1), + (14419,48461,70,27.2443,290.927,-39.1096,-0.68017,0.016806,-0.076304,-0.329956,0.940757,3600,3600,100,1), + (14420,48412,70,-36.8029,301.933,-44.6243,0.085863,-0.009131,0.049952,0.043214,0.997774,3600,3600,100,1), + (14421,48403,70,29.6978,372.833,-40.6615,3.14159,0,0,1,0,3600,3600,100,1), + (14422,124369,70,137.654,288.125,-52.1341,-2.70526,0,0,0.976296,-0.21644,3600,3600,100,1), + (14423,48480,70,-158.077,363.416,-33.9055,-1.25048,-0.052868,-0.002679,-0.585579,0.808885,3600,3600,100,1), + (14424,2061,70,-158.077,363.416,-33.9055,-1.25048,-0.052868,-0.002679,-0.585579,0.808885,3600,3600,100,1), + (14425,48481,70,-165.191,392.62,-36.4654,0.13138,0.026413,0.009768,0.065401,0.997462,3600,3600,100,1), + (14426,48486,70,28.7753,375.097,-40.5884,-2.26391,-0.076564,0.022726,0.903698,-0.420656,3600,3600,100,1), + (14427,48479,70,-162.738,391.294,-36.4654,1.7111,0.00703,0.02727,0.754426,0.655781,3600,3600,100,1), + (14428,48487,70,-142.095,391.401,-40.3016,0.092438,-0.041576,0.072851,0.048897,0.995275,3600,3600,100,1), + (14429,2061,70,-142.095,391.401,-40.3016,0.092438,-0.041576,0.072851,0.048897,0.995275,3600,3600,100,1), + (14430,48488,70,-110.742,231.829,-52.3405,2.27262,-0.035729,0.049317,0.904735,0.421599,3600,3600,100,1), + (14431,48472,70,-242.776,-18.5393,-48.1187,-0.576139,-0.022492,0.071184,-0.280823,0.956852,3600,3600,100,1), + (14432,2061,70,-242.776,-18.5393,-48.1187,-0.576139,-0.022492,0.071184,-0.280823,0.956852,3600,3600,100,1), + (14433,48413,70,23.5414,220.783,-31.5287,0.194096,-0.062099,0.015717,0.097999,0.993123,3600,3600,100,1), + (14434,48443,70,-85.3134,336.897,-48.1264,-2.84519,0.012872,0.002769,0.988951,-0.147658,3600,3600,100,1), + (14435,2061,70,-85.3134,336.897,-48.1264,-2.84519,0.012872,0.002769,0.988951,-0.147658,3600,3600,100,1), + (14436,48446,70,-155.154,223.659,-46.52,-3.03638,0.073329,0.002183,0.995932,-0.052317,3600,3600,100,1), + (14437,48447,70,-65.3726,361.648,-51.0291,-3.13073,0.06755,-0.039838,0.996917,-0.002699,3600,3600,100,1), + (14438,48448,70,-74.9544,355.604,-51.2773,0.837718,-0.057085,0.047478,0.407598,0.910138,3600,3600,100,1), + (14439,48450,70,-73.3156,355.061,-51.1343,1.62581,-0.023265,0.041953,0.724994,0.687083,3600,3600,100,1), + (14440,48464,70,-103.14,212.677,-41.8789,-0.739997,-0.116105,-0.070591,-0.366638,0.920388,3600,3600,100,1), + (14441,141869,70,70.701,256.905,-52.0584,-2.70526,0,0,0.976296,-0.21644,3600,3600,100,1), + (14442,48511,70,-240.033,-18.5585,-48.4242,3.07154,0.032299,-0.004082,0.998854,0.035097,3600,3600,100,1), + (14443,4089,0,-3798.51,-870.488,11.5958,1.53589,0,0,0.694658,0.71934,7200,7200,100,1), + (14444,3799,0,-3773.34,-887.006,10.8889,-1.8326,0,0,-0.793354,0.608761,7200,7200,100,1), + (14445,2061,0,-3773.34,-887.006,10.8889,-1.8326,0,0,-0.793354,0.608761,7200,7200,100,1), + (14446,3729,1,-198.694,-2865.74,91.6667,1.72788,0,0,0.760406,0.649448,900,900,100,1), + (14447,3800,0,-3772.61,-887.514,10.8889,-0.541053,0,0,-0.267239,0.96363,7200,7200,100,1), + (14448,2061,0,-3772.61,-887.514,10.8889,-0.541053,0,0,-0.267239,0.96363,7200,7200,100,1), + (14449,22773,0,-3816.17,-842.065,10.0437,-1.0821,0,0,-0.515038,0.857168,7200,7200,100,1), + (14450,3729,1,-1789.54,-3205.13,89.6333,-0.820305,0,0,0.398749,-0.91706,900,900,100,1), + (14451,3729,1,-4264.32,-2317.58,92.0119,0.628319,0,0,0.309017,0.951057,900,900,100,1), + (14452,3729,1,-1126.16,-2926.29,94.1394,-2.49582,0,0,0.948324,-0.317305,900,900,100,1), + (14453,3729,1,240.616,-1439.72,91.8728,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (14454,3729,1,-1584.55,-2673.22,92.8385,-1.0472,0,0,0.5,-0.866025,900,900,100,1), + (14455,3729,1,-2090.82,-2130.27,93.2031,1.78024,0,0,0.777146,0.62932,900,900,100,1), + (14456,3729,1,-1724.61,-3735.52,15.7342,-2.44346,0,0,0.939693,-0.34202,900,900,100,1), + (14457,3729,1,530.586,-1449.89,91.6667,0,0,0,0,1,900,900,100,1), + (14458,3729,1,-2245.8,-2388.75,91.6667,0.20944,0,0,0.104528,0.994522,900,900,100,1), + (14459,3729,1,44.2498,-1864.93,95.1252,2.11185,0,0,0.870356,0.492424,900,900,100,1), + (14460,3729,1,-3886.34,-1899.29,92.1091,-0.541052,0,0,0.267238,-0.96363,900,900,100,1), + (14461,2061,0,-3816.17,-842.065,10.0437,-1.0821,0,0,-0.515038,0.857168,7200,7200,100,1), + (14462,3729,1,-1496.22,-2353.18,93.0797,-1.53589,0,0,0.694658,-0.71934,900,900,100,1), + (14463,3729,1,-1751.36,-1899.05,92.7159,0.925024,0,0,0.446198,0.894934,900,900,100,1), + (14464,3729,1,-839.051,-1987.96,91.8115,2.79253,0,0,0.984808,0.173648,900,900,100,1), + (14467,3729,1,-3670.22,-1603.73,110.314,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (14468,3729,1,-974.216,-3396.33,84.2072,-0.366519,0,0,0.182236,-0.983255,900,900,100,1), + (14469,61074,1,-4086.84,-2400.57,125.299,-1.0472,0,0,-0.5,0.866025,900,900,100,1), + (14470,3730,1,-1936.38,-2890.16,100.831,0.349066,0,0,0.173648,0.984808,1800,1800,100,1), + (14471,3730,1,-3069.06,-2175.8,109.849,1.65806,0,0,0.737277,0.67559,1800,1800,100,1), + (14472,3730,1,-593.159,-2232.84,222.446,-1.97222,0,0,0.833886,-0.551937,1800,1800,100,1), + (14473,3730,1,-3928.71,-1572.74,98.9453,-2.96706,0,0,0.996195,-0.087156,1800,1800,100,1), + (14474,3730,1,1348.42,-3543.82,94.85,2.11185,0,0,0.870356,0.492424,1800,1800,100,1), + (14475,3730,1,-2082.59,-3663.98,61.1472,2.54818,0,0,0.956305,0.292372,1800,1800,100,1), + (14476,3730,1,-1332.26,-3509.33,172.629,1.25664,0,0,0.587785,0.809017,1800,1800,100,1), + (14477,3730,1,-3033.26,-2366.68,99.1725,-0.2618,0,0,0.130526,-0.991445,1800,1800,100,1), + (14478,3730,1,-4022.79,-1906.58,98.1126,2.23402,0,0,0.898794,0.438371,1800,1800,100,1), + (14479,3730,1,-1771.85,-1593.89,119.66,2.79253,0,0,0.984808,0.173648,1800,1800,100,1), + (14480,3730,1,-4109.08,-2328.2,125.812,-2.30383,0,0,0.913545,-0.406737,1800,1800,100,1), + (14481,3730,1,488.882,-1097.85,102.416,0,0,0,0,1,1800,1800,100,1), + (14482,3730,1,725.236,-3259.67,237.531,0.907571,0,0,0.438371,0.898794,1800,1800,100,1), + (14485,3730,1,412.66,-2285.96,209.252,-0.331612,0,0,0.165048,-0.986286,1800,1800,100,1), + (14486,3730,1,-2346.53,-2219.04,92.2233,0.890118,0,0,0.430511,0.902585,1800,1800,100,1), + (14487,3730,1,-3151.24,-1943.86,99.891,1.18682,0,0,0.559193,0.829038,1800,1800,100,1), + (14488,3730,1,-3241.27,-1656.94,92.4505,2.02458,0,0,0.848048,0.529919,1800,1800,100,1), + (14489,3730,1,-3043.2,-1683.72,107.098,2.87979,0,0,0.991445,0.130526,1800,1800,100,1), + (14490,24723,1,-869.521,-2738.32,91.6667,3.14159,0,0,1,0,900,900,100,1), + (14491,141971,1,-937.236,-1884.37,98.2043,2.89725,0,0,0.992546,0.121869,900,900,100,1), + (14492,61075,1,-4088.45,-2390.83,124.752,1.48353,0,0,0.675591,0.737277,900,900,100,1), + (14493,24724,1,-1109.71,-2797.25,91.9079,3.14159,0,0,1,0,900,900,100,1), + (14494,141972,1,19.7623,-1791.11,91.7249,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (14495,61076,1,-4086,-2389.45,124.752,-3.05433,0,0,0.999048,-0.04362,900,900,100,1), + (14496,24725,1,-1284.28,-2829.89,91.6677,2.05076,0,0,0.854912,0.518773,900,900,100,1), + (14497,61077,1,-4067.17,-2365.06,108.906,2.74889,0,0,0.980785,0.19509,900,900,100,1), + (14498,24726,1,-1406.18,-2739.77,91.6667,3.14159,0,0,1,0,900,900,100,1), + (14499,61078,1,-4070.69,-2354.08,108.902,-2.45219,0,0,0.941176,-0.337917,900,900,100,1), + (14500,24727,1,-1348.17,-4052.75,5.4335,3.14159,0,0,1,0,900,900,100,1), + (14501,61079,1,-4077.9,-2361.17,108.903,1.4748,0,0,0.672367,0.740218,900,900,100,1), + (14502,24728,1,-1157.97,-3149.83,91.6667,-3.10497,0,0,0.999832,-0.018311,900,900,100,1), + (14503,177505,0,-3802.36,-823.886,10.0753,3.13286,0,0,0.99999,0.004364,7200,7200,100,1), + (14504,177506,0,-3826.81,-838.984,10.1327,0.872664,0,0,0.422618,0.906308,7200,7200,100,1), + (14505,177507,0,-3813.1,-834.635,9.47274,2.22529,0,0,0.896873,0.442289,7200,7200,100,1), + (14506,177511,0,-3815.57,-837.297,16.9455,1.213,0,0,0.569997,0.821647,7200,7200,100,1), + (14507,177512,0,-3828.87,-831.5,17.0674,-0.078539,0,0,-0.039259,0.999229,7200,7200,100,1), + (14508,61080,1,-4076.34,-2360.48,108.903,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (14509,3737,1,-1275.51,-3012.4,71.2432,-2.86234,-0.007825,0.086912,0.986437,-0.139019,2,2,100,1), + (14510,24729,1,-1492,-3031.95,91.7524,3.14159,0,0,1,0,900,900,100,1), + (14511,22564,0,-10324.9,371.938,65.475,-0.331612,0,0,-0.165047,0.986286,3600,3600,100,1), + (14512,177514,0,-3828.88,-833.443,17.0674,0.000001,0,0,0,1,7200,7200,100,1), + (14513,61081,1,-4075.56,-2358.65,108.903,-2.88852,0,0,0.992005,-0.126199,900,900,100,1), + (14514,22775,0,-3847.64,-831.101,10.5716,-1.48353,0,0,-0.675591,0.737277,7200,7200,100,1), + (14515,61082,1,-4076.25,-2357.36,108.903,-2.53945,0,0,0.95502,-0.296542,900,900,100,1), + (14516,2061,0,-10324.9,371.938,65.475,-0.331612,0,0,-0.165047,0.986286,3600,3600,100,1), + (14517,22587,0,-10322.3,364.163,65.2819,0.008725,0,0,0.004363,0.99999,3600,3600,100,1), + (14519,160411,1,-1728.02,-4310.6,6.19757,-1.00356,0,0,-0.480989,0.876727,900,900,100,1), + (14520,2061,0,-3847.64,-831.101,10.5716,-1.48353,0,0,-0.675591,0.737277,7200,7200,100,1), + (14529,22588,0,-10322.4,366.878,65.2819,0.008725,0,0,0.004363,0.99999,3600,3600,100,1), + (14530,22776,0,-3848.2,-829.881,10.5716,-0.078539,0,0,-0.039259,0.999229,7200,7200,100,1), + (14531,61083,1,-4079.68,-2360.66,108.903,0.951205,0,0,0.457874,0.889017,900,900,100,1), + (14532,3740,1,1051.41,-3111.54,71.1984,-3.14159,0.143,-0.081951,0.986252,0.011882,900,900,100,1), + (14533,61084,1,-4080.45,-2359.19,108.903,0.253072,0,0,0.126199,0.992005,900,900,100,1), + (14534,22566,0,-10324.9,371.722,60.5582,-0.331612,0,0,-0.165047,0.986286,3600,3600,100,1), + (14535,2061,0,-10324.9,371.722,60.5582,-0.331612,0,0,-0.165047,0.986286,3600,3600,100,1), + (14536,177280,0,-10315.8,-494.966,49.1422,2.76635,0,0,0.98245,0.186524,3600,3600,100,1), + (14537,22733,0,-10517.1,-1155.19,28.1118,0.095995,0,0,0.047979,0.998848,3600,3600,100,1), + (14538,22735,0,-10516.7,-1156.84,28.1118,0.663226,0,0,0.325569,0.945518,3600,3600,100,1), + (14539,22750,0,-10525.3,-1174.55,27.4805,1.67552,0,0,0.743145,0.669131,3600,3600,100,1), + (14542,160413,1,-1726.75,-4311.79,6.48996,2.04204,0,0,0.85264,0.522499,900,900,100,1), + (14543,2061,0,-3848.2,-829.881,10.5716,-0.078539,0,0,-0.039259,0.999229,7200,7200,100,1), + (14544,22772,0,-3818.22,-841.154,10.0437,-0.148353,0,0,-0.074108,0.99725,7200,7200,100,1), + (14545,2061,0,-3818.22,-841.154,10.0437,-0.148353,0,0,-0.074108,0.99725,7200,7200,100,1), + (14546,177508,0,-3812.25,-824.192,9.50318,2.44346,0,0,0.939693,0.34202,7200,7200,100,1), + (14547,177510,0,-3815.41,-819.03,16.9455,-1.68424,0,0,-0.746057,0.665882,7200,7200,100,1), + (14548,22774,0,-3815.31,-840.74,10.0437,1.55334,0,0,0.700909,0.71325,7200,7200,100,1), + (14549,2061,0,-3815.31,-840.74,10.0437,1.55334,0,0,0.700909,0.71325,7200,7200,100,1), + (14550,177509,0,-3819,-818.967,16.9455,-1.46608,0,0,-0.669131,0.743145,7200,7200,100,1), + (14551,177513,0,-3818.93,-837.826,17.0634,3.12414,0,0,0.999962,0.008727,7200,7200,100,1), + (14552,22777,0,-3816.77,-840.705,10.0437,2.64417,0,0,0.969231,0.246154,7200,7200,100,1), + (14553,2061,0,-3816.77,-840.705,10.0437,2.64417,0,0,0.969231,0.246154,7200,7200,100,1), + (14554,175078,0,-4202.59,-2367.58,202.821,2.11185,0,0,0.870356,0.492423,7200,7200,100,1), + (14555,89634,0,-4125.74,-765.272,-11.7588,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (14556,89634,0,-4108.05,-749.037,-13.1095,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (14557,89634,0,-4082.19,-758.459,-15.546,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (14558,89634,0,-3905.32,-913.32,-12.1699,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (14559,89634,0,-3964.98,-836.676,-14.34,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (14560,89634,0,-4086.62,-731.036,-12.2531,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (14561,89634,0,-3939.73,-875.152,-14.1764,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (14562,176573,0,-3697.15,-817.338,9.88027,0.715585,0,0,0.350207,0.936672,7200,7200,100,1), + (14563,2652,0,-2367.14,-2510.34,75.344,1.8326,0,0,0.793353,0.608761,2,2,100,1), + (14565,3695,0,-3396.97,-2265.16,51.9177,-1.48353,0,0,0.67559,-0.737277,7200,7200,100,1), + (14566,21583,0,-3817.16,-819.052,17.8998,-1.6057,0,0,0.71934,-0.694658,2,2,100,1), + (14567,175726,0,-3715.54,-800.708,26.6252,2.19912,0,0,0.891007,0.453991,7200,7200,100,1), + (14568,175725,0,-3734.71,-795.996,28.1221,-1.02974,0,0,0.492424,-0.870356,7200,7200,100,1), + (14569,175750,0,-3823.74,-835.915,18.1012,2.98451,0,0,0.996917,0.078459,2,2,100,1), + (14570,2045,0,-2625.47,-1382.11,-13.013,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (14571,2708,0,-2188.06,-1603.06,-40.6469,-2.58309,0,0,0.961262,-0.275637,300,300,100,1), + (14572,179486,0,-3027.38,-1348.24,2.4894,-1.6057,0,0,0.71934,-0.694658,7200,7200,100,1), + (14573,22732,0,-10517,-1153.6,28.1118,-0.733038,0,0,-0.358368,0.93358,3600,3600,100,1), + (14574,22712,0,-10524,-1153.02,28.0527,-0.401425,0,0,-0.199368,0.979925,3600,3600,100,1), + (14575,2061,0,-10524,-1153.02,28.0527,-0.401425,0,0,-0.199368,0.979925,3600,3600,100,1), + (14576,22745,0,-10526.6,-1174.45,27.4805,0.925026,0,0,0.446198,0.894934,3600,3600,100,1), + (14577,22749,0,-10527.1,-1171.51,27.4805,0.095995,0,0,0.047979,0.998848,3600,3600,100,1), + (14578,22753,0,-10537.1,-1158.2,35.0692,0.078541,0,0,0.03926,0.999229,3600,3600,100,1), + (14579,22708,0,-10491.7,-1160.78,28.5431,-3.12414,0,0,0.999962,-0.008728,3600,3600,100,1), + (14580,2061,0,-10491.7,-1160.78,28.5431,-3.12414,0,0,0.999962,-0.008728,3600,3600,100,1), + (14581,22711,0,-10492.4,-1159.62,28.5431,1.75406,0,0,0.768842,0.639439,3600,3600,100,1), + (14582,2061,0,-10492.4,-1159.62,28.5431,1.75406,0,0,0.768842,0.639439,3600,3600,100,1), + (14583,22743,0,-10528.5,-1153.61,34.9545,-0.261799,0,0,-0.130526,0.991445,3600,3600,100,1), + (14584,22738,0,-10537.3,-1156.41,35.0692,0.078541,0,0,0.03926,0.999229,3600,3600,100,1), + (14585,22739,0,-10514.2,-1153.44,28.1118,-2.28638,0,0,0.909961,-0.414694,3600,3600,100,1), + (14586,22746,0,-10527,-1173.1,27.4805,0.095995,0,0,0.047979,0.998848,3600,3600,100,1), + (14587,22707,0,-10522.6,-1152.43,28.0527,3.08923,0,0,0.999657,0.026176,3600,3600,100,1), + (14588,2061,0,-10522.6,-1152.43,28.0527,3.08923,0,0,0.999657,0.026176,3600,3600,100,1), + (14589,22740,0,-10513.8,-1154.94,28.1118,-3.08923,0,0,0.999657,-0.026177,3600,3600,100,1), + (14590,22752,0,-10505.6,-1158.54,34.9545,2.87979,0,0,0.991445,0.130526,3600,3600,100,1), + (14591,22742,0,-10514,-1156.52,28.1118,2.82744,0,0,0.987688,0.156434,3600,3600,100,1), + (14592,22710,0,-10525.5,-1153.12,28.0527,-1.49225,0,0,-0.6788,0.734323,3600,3600,100,1), + (14593,61085,1,-4058.93,-2370.98,118.075,-2.36492,0,0,0.92554,-0.378649,900,900,100,1), + (14594,160414,1,-1728.1,-4312.16,6.48996,1.57952,0,0,0.710186,0.704014,900,900,100,1), + (14595,61086,1,-4060.21,-2369,118.075,-1.75406,0,0,-0.768842,0.639439,900,900,100,1), + (14596,160415,1,-1725.98,-4310.74,6.48996,3.05433,0,0,0.999048,0.04362,900,900,100,1), + (14597,61087,1,-4033.05,-2401.87,135.858,-2.61799,0,0,0.965926,-0.258819,900,900,100,1), + (14598,160416,1,-1714.68,-4345,6.19747,-2.26893,0,0,0.906308,-0.422618,900,900,100,1), + (14599,20359,1,-4609.87,-3520.61,34.0532,0,0,0,0,1,300,300,100,1), + (14600,20359,1,-4610.09,-3519.29,33.7583,0,0,0,0,1,300,300,100,1), + (14601,2043,1,-3833.97,-3143.01,43.8337,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (14604,20359,1,-4670.55,-3949.92,40.4206,0,0,0,0,1,300,300,100,1), + (14605,186450,1,-4184.71,-3701.5,52.3984,0.488692,0,0,0.241922,0.970296,900,900,100,1), + (14607,61088,1,-4050.28,-2377.56,118.171,0.5236,0,0,0.25882,0.965926,900,900,100,1), + (14608,61089,1,-4050.05,-2364.27,118.171,-1.22173,0,0,-0.573577,0.819152,900,900,100,1), + (14609,186283,1,-2503.76,-4335.51,-10.131,-2.58309,0,0,0.961262,-0.275637,900,900,100,1), + (14611,1735,1,-2816.17,-2718.79,37.3436,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (14612,1735,1,-2788.74,-2610.23,37.3722,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (14613,2043,1,-3636.51,-3425.49,37.1972,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (14616,186283,1,-2563.15,-4305,-18.7568,-0.418879,0,0,0.207912,-0.978148,900,900,100,1), + (14618,2857,1,-2786.21,-2625.32,33.336,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (14619,4149,1,-4223.75,-3891.03,-8.22799,1.09956,0,0,0.522499,0.85264,7200,7200,100,1), + (14625,180664,0,-2672.18,-1451.32,0,1.81514,0,0,0.78801,0.615662,3600,3600,100,1), + (14626,180657,0,-2625.05,-1536.17,0,-3.12414,0,0,-0.999962,0.0087262,3600,3600,100,1), + (14627,180657,0,-2576.34,-1586.48,0,-1.72788,0,0,-0.760407,0.649446,3600,3600,100,1), + (14628,89634,0,-4031.29,-774.471,-13.8003,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (14629,1623,0,-3132.72,-3446.8,96.0585,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (14630,19018,0,-2506.35,-1474.37,-28.145,1.36136,0,0,0.62932,0.777146,7200,7200,100,1), + (14631,3659,0,-4054.09,-2979.75,11.8781,-2.54818,0,0,0.956305,-0.292372,7200,7200,100,1), + (14632,1622,0,-2457.81,-1801.09,22.3228,-1.95477,0,0,-0.829038,0.559192,300,300,100,1), + (14633,2061,0,-10525.5,-1153.12,28.0527,-1.49225,0,0,-0.6788,0.734323,3600,3600,100,1), + (14634,22737,0,-10515.3,-1162.23,35.0692,1.84132,0,0,0.796003,0.605293,3600,3600,100,1), + (14635,22747,0,-10527.1,-1168.18,27.4805,-0.575957,0,0,-0.284015,0.95882,3600,3600,100,1), + (14636,22748,0,-10527.3,-1169.9,27.4805,-0.034906,0,0,-0.017452,0.999848,3600,3600,100,1), + (14637,179874,1,1029.71,-2083.76,124.904,-0.505478,0.001827,0.03275,-0.249722,0.967762,900,900,100,1), + (14638,61090,1,-4087.53,-2381.84,118.171,-1.91986,0,0,-0.819152,0.573577,900,900,100,1), + (14639,179875,1,1026.04,-2046.77,127.453,3.08608,0.052923,-0.061621,0.996215,0.030956,900,900,100,1), + (14640,61091,1,-4034.26,-2405.65,135.858,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (14642,179876,1,1039.63,-2045.74,126.791,-1.61239,-0.061737,0.079535,-0.717258,0.689496,900,900,100,1), + (14643,61092,1,-4072.32,-2418.27,126.134,-1.05593,0,0,-0.503774,0.863835,900,900,100,1), + (14644,1622,0,-3340.22,-3339.41,72.8968,2.80998,0,0,0.986286,0.165048,300,300,100,1), + (14645,2045,0,-2499.31,-1646.44,-18.1167,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (14646,1623,0,-3068.83,-3253.29,96.1506,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (14647,1622,0,-4181.87,-2398.26,203.792,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (14648,1624,0,-3223.84,-3318.02,65.2047,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (14649,179486,0,-3123.85,-1240.93,2.26409,-0.453786,0,0,0.224951,-0.97437,7200,7200,100,1), + (14650,179486,0,-3006.84,-1297.63,9.81489,-0.715585,0,0,0.350207,-0.936672,7200,7200,100,1), + (14651,2045,0,-2476.97,-1599.02,-28.1826,1.01229,0,0,0.484809,0.87462,300,300,100,1), + (14652,2045,0,-2588.7,-1428.89,-13.5747,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (14653,2852,0,-3433.21,-2316.7,52.1183,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (14654,3659,0,-4182.13,-2372.79,209.707,-2.58309,0,0,0.961262,-0.275637,7200,7200,100,1), + (14655,3695,0,-3678.28,-891.935,10.0351,-0.244346,0,0,0.121869,-0.992546,7200,7200,100,1), + (14656,2656,0,-2362.47,-2461.07,-20.8913,2.30383,0,0,0.913545,0.406737,7200,7200,100,1), + (14657,3695,0,-2863.07,-2948.95,33.7046,0.488692,0,0,0.241922,0.970296,7200,7200,100,1), + (14658,1623,0,-2615.1,-1922.73,64.7283,-1.02974,0,0,-0.492422,0.870357,300,300,100,1), + (14659,1620,0,-2842.04,-2909.95,32.5237,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (14660,2852,0,-2983.61,-3337.19,62.054,2.26893,0,0,0.906308,0.422618,7200,7200,100,1), + (14661,1623,0,-3259.82,-3580.93,95.729,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (14662,1628,0,-2817.75,-2199.98,6.92762,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (14666,1623,0,-4211.01,-2335.32,218.296,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (14667,1621,0,-2810.53,-2833.07,40.2654,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (14670,2041,1,-2522.48,-3075.03,30.3107,-1.29154,0,0,-0.601814,0.798637,300,300,100,1), + (14671,1624,1,-3675.03,-3054.63,41.1405,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (14672,186450,1,-4067.84,-3743.76,40.0025,1.09956,0,0,0.522499,0.85264,900,900,100,1), + (14675,3707,1,-2881.54,-3435.83,39.3573,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (14676,22709,0,-10524.7,-1151.72,28.0527,2.15548,0,0,0.880891,0.473319,3600,3600,100,1), + (14677,179877,1,1047.19,-2038.67,124.8,-1.59774,0.028257,0.002267,-0.716557,0.696952,900,900,100,1), + (14678,160421,1,-1639.15,-4382.72,17.8238,-0.671953,0,0,-0.329691,0.944089,900,900,100,1), + (14679,61093,1,-4081.83,-2391.67,118.171,-2.53073,0,0,0.953717,-0.300706,900,900,100,1), + (14681,179878,1,1028.05,-2064.75,125.202,-0.659808,0.069191,0.070933,-0.325971,0.940172,900,900,100,1), + (14683,61094,1,-4089.2,-2382.53,118.171,-1.309,0,0,-0.608761,0.793354,900,900,100,1), + (14684,73940,1,-6463,-3431,-69,6.01,0,0,0,0,900,900,100,1), + (14685,73941,1,-807,-4645,57.513,4.33,0,0,0.828612,-0.559824,1800,1800,100,1), + (14686,2061,0,-10524.7,-1151.72,28.0527,2.15548,0,0,0.880891,0.473319,3600,3600,100,1), + (14687,22578,0,-10534.7,-1210.33,28.1318,-1.32645,0,0,-0.615661,0.788011,3600,3600,100,1), + (14688,3238,1,791.862,-1818.73,91.6667,0.226893,0,0,0.113203,0.993572,10,10,100,1), + (14689,22579,0,-10535.9,-1211.3,28.1318,-0.541052,0,0,-0.267238,0.96363,3600,3600,100,1), + (14691,1622,0,-2740.24,-2134.26,58.2439,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (14697,3238,1,1003.98,-3168.53,91.7689,-3.03687,0,0,0.99863,-0.052336,10,10,100,1), + (14698,3238,1,-901.132,-2920.98,91.6667,-1.06465,0,0,0.507538,-0.861629,10,10,100,1), + (14699,3238,1,520.349,-1217.9,92.7688,-1.74533,0,0,0.766044,-0.642788,10,10,100,1), + (14700,3238,1,261.064,-3029.3,97.0284,1.71042,0,0,0.75471,0.656059,10,10,100,1), + (14701,3238,1,-1337.73,-3107.81,91.6667,0.191986,0,0,0.095846,0.995396,10,10,100,1), + (14702,3238,1,-1005.97,-1613.71,91.6673,-0.418879,0,0,0.207912,-0.978148,10,10,100,1), + (14703,3238,1,-232.192,-3021.31,91.6885,-3.12414,0,0,0.999962,-0.008727,10,10,100,1), + (14704,3238,1,-2590.98,-1938.34,93.179,2.49582,0,0,0.948324,0.317305,10,10,100,1), + (14705,61095,1,-4066.62,-2375.41,126.14,0.610866,0,0,0.300706,0.953717,900,900,100,1), + (14706,61096,1,-4052.48,-2373.26,135.864,-3.05433,0,0,0.999048,-0.04362,900,900,100,1), + (14707,61097,1,-4068.68,-2372.51,126.14,0.959931,0,0,0.461749,0.887011,900,900,100,1), + (14708,175786,1,-2391.69,-1890.73,95.5103,-2.04203,0,0,-0.85264,0.522499,900,900,100,1), + (14709,61098,1,-4065.83,-2393.61,126.14,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (14710,1621,0,-3411.19,-2446.53,52.3617,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (14711,1622,0,-4165.95,-2839.81,42.5641,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (14712,1623,0,-3430.34,-1680.18,60.484,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (14714,1624,0,-3589.64,-3169.51,23.2409,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (14715,180248,0,-13546.6,805.318,0,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (14716,2041,0,-3081.23,-1696.38,7.49874,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (14717,1622,0,-3910.23,-3153.13,29.1544,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (14718,61099,1,-4052.83,-2371.8,135.864,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (14719,61100,1,-4078.71,-2395.07,135.864,-1.0472,0,0,-0.5,0.866025,900,900,100,1), + (14720,1620,0,-3916.91,-3123.76,11.6013,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (14722,180657,0,-2681.61,-1279.36,0,-2.46091,0,0,-0.942641,0.333809,3600,3600,100,1), + (14724,148512,109,-634.352,-51.915,-90.8352,2.11185,0,0,0.870356,0.492424,120,120,0,1), + (14725,142145,429,73.1442,-234.595,-56.461,-0.506145,0,0,-0.25038,0.968148,7200,7200,255,1), + (14726,142145,429,-29.2692,-335.209,-51.8413,0.767944,0,0,0.374606,0.927184,7200,7200,255,1), + (14727,142145,429,-27.8809,-392.48,-58.6137,1.39626,0,0,0.642787,0.766045,7200,7200,255,1), + (14728,142145,429,107.133,-465.386,-3.27357,1.95477,0,0,0.829038,0.559192,7200,7200,255,1), + (14729,142145,429,-77.444,-438.764,-58.612,2.79252,0,0,0.984807,0.173652,7200,7200,255,1), + (14730,142145,429,39.6528,-322.045,-52.2932,1.25664,0,0,0.587786,0.809016,7200,7200,255,1), + (14733,142145,429,38.4777,-391.213,-58.6108,1.32645,0,0,0.615661,0.788011,7200,7200,255,1), + (14741,22580,0,-10535.6,-1214.58,28.1318,0.462513,0,0,0.229201,0.973379,3600,3600,100,1), + (14742,22581,0,-10534.5,-1215.79,28.1318,1.0472,0,0,0.500001,0.866025,3600,3600,100,1), + (14743,22582,0,-10528.5,-1212.99,28.1318,-3.05433,0,0,0.999048,-0.043619,3600,3600,100,1), + (14744,170001,0,-10528.7,-1221.58,32.8798,1.36136,0,0,0.62932,0.777146,3600,3600,100,1), + (14745,22563,0,-10525.2,-1219.4,28.172,0.087266,0,0,0.043619,0.999048,3600,3600,100,1), + (14746,2061,0,-10525.2,-1219.4,28.172,0.087266,0,0,0.043619,0.999048,3600,3600,100,1), + (14747,22567,0,-10526.2,-1220.15,33.0888,-1.20428,0,0,-0.566406,0.824126,3600,3600,100,1), + (14748,2061,0,-10526.2,-1220.15,33.0888,-1.20428,0,0,-0.566406,0.824126,3600,3600,100,1), + (14749,22565,0,-10526.3,-1219.94,28.172,-1.20428,0,0,-0.566406,0.824126,3600,3600,100,1), + (14751,22564,0,-10525.8,-1219.32,33.0888,2.88852,0,0,0.992005,0.126198,3600,3600,100,1), + (14752,2061,0,-10525.8,-1219.32,33.0888,2.88852,0,0,0.992005,0.126198,3600,3600,100,1), + (14753,22587,0,-10529,-1211.78,32.8957,-3.05433,0,0,0.999048,-0.043619,3600,3600,100,1), + (14754,22588,0,-10528.7,-1214.48,32.8957,-3.05433,0,0,0.999048,-0.043619,3600,3600,100,1), + (14755,22566,0,-10525.8,-1219.11,28.172,2.88852,0,0,0.992005,0.126198,3600,3600,100,1), + (14756,2061,0,-10525.8,-1219.11,28.172,2.88852,0,0,0.992005,0.126198,3600,3600,100,1), + (14757,3798,0,-10508.9,-1304.48,41.2271,-0.270527,0,0,-0.134851,0.990866,3600,3600,100,1), + (14758,22534,0,-10516.1,-1303.69,41.2985,1.05593,0,0,0.503774,0.863835,3600,3600,100,1), + (14759,22530,0,-10511.6,-1296.05,41.3069,-2.10312,0,0,0.868199,-0.496217,3600,3600,100,1), + (14760,22533,0,-10513.8,-1304.96,41.2985,1.07338,0,0,0.511293,0.859407,3600,3600,100,1), + (14761,22531,0,-10518.1,-1302.46,41.2985,1.02974,0,0,0.492424,0.870355,3600,3600,100,1), + (14762,3797,0,-10508.4,-1303.75,41.2271,1.02102,0,0,0.488621,0.872496,3600,3600,100,1), + (14763,170063,0,-10557.5,-1116.26,30.1891,1.71042,0,0,0.75471,0.656059,3600,3600,100,1), + (14764,170066,0,-10586.5,-1113.56,30.1891,0.174534,0,0,0.087156,0.996195,3600,3600,100,1), + (14765,170062,0,-10559.7,-1116.56,30.1891,1.63188,0,0,0.728371,0.685183,3600,3600,100,1), + (14766,170061,0,-10561.7,-1116.84,30.1891,1.77151,0,0,0.774393,0.632705,3600,3600,100,1), + (14767,112044,0,-10572,-1109.25,30.0741,-1.51844,0,0,-0.688354,0.725375,3600,3600,100,1), + (14768,112048,0,-10579.9,-1111.51,30.0741,-3.01942,0,0,0.998135,-0.061049,3600,3600,100,1), + (14769,170055,0,-10563.5,-1104.14,30.1891,-1.43117,0,0,-0.656059,0.75471,3600,3600,100,1), + (14770,170056,0,-10561.3,-1103.84,30.1891,-1.33518,0,0,-0.619094,0.785317,3600,3600,100,1), + (14771,165549,1,-953.994,-3760.74,8.04848,2.64417,0,0,0.969231,0.246153,900,900,100,1), + (14772,61101,1,-4080.25,-2385.27,135.864,2.44346,0,0,0.939693,0.342019,900,900,100,1), + (14773,3246,1,-1332.74,-3127.71,91.5556,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (14774,21678,1,-1067.05,-3530.39,64.2743,-0.523599,0,0,-0.258819,0.965926,900,900,100,1), + (14775,61102,1,-4083.34,-2384.96,135.864,0.610866,0,0,0.300706,0.953717,900,900,100,1), + (14776,176746,1,-340,-1896,103.064,0.14,0,0,0.069756,0.997564,180,180,100,1), + (14777,176747,1,-336,-1892,107.946,1.553,0,0,0.700909,0.71325,180,180,100,1), + (14778,180655,1,-1199.29,-3823.79,0,-1.32645,0,0,-0.615661,0.788011,900,900,100,1), + (14779,176747,1,-324,-1901,105.747,0.105,0,0,0.052336,0.99863,180,180,100,1), + (14780,176747,1,-252,-1872,94.82,-2,0,0,0.85264,-0.522498,180,180,100,1), + (14781,170057,0,-10559.3,-1103.56,30.1891,-1.43117,0,0,-0.656059,0.75471,3600,3600,100,1), + (14782,170058,0,-10576.1,-1105.92,30.1891,-1.35263,0,0,-0.625923,0.779885,3600,3600,100,1), + (14783,112074,0,-10582.8,-1114.9,30.0741,0.061087,0,0,0.030539,0.999534,3600,3600,100,1), + (14784,112061,0,-10551,-1108.49,31.5122,-3.00197,0,0,0.997564,-0.069756,3600,3600,100,1), + (14785,112049,0,-10583.1,-1112,30.0741,0.139627,0,0,0.069757,0.997564,3600,3600,100,1), + (14786,170064,0,-10558.4,-1121.39,30.1891,-1.37008,0,0,-0.632705,0.774393,3600,3600,100,1), + (14787,112045,0,-10571.4,-1113.73,30.0741,1.75406,0,0,0.768842,0.639439,3600,3600,100,1), + (14788,170065,0,-10563.8,-1122.14,30.1891,-1.43117,0,0,-0.656059,0.75471,3600,3600,100,1), + (14789,112073,0,-10581.1,-1116.22,30.0741,1.75406,0,0,0.768842,0.639439,3600,3600,100,1), + (14790,112042,0,-10581.7,-1110.14,30.0741,-1.51844,0,0,-0.688354,0.725375,3600,3600,100,1), + (14791,112079,0,-10569.7,-1111.28,30.0741,-3.01942,0,0,0.998135,-0.061049,3600,3600,100,1), + (14792,112050,0,-10579.8,-1114.61,30.0741,3.13287,0,0,0.99999,0.004363,3600,3600,100,1), + (14793,170060,0,-10580.3,-1106.5,30.1891,-1.39626,0,0,-0.642788,0.766044,3600,3600,100,1), + (14794,170059,0,-10578.1,-1106.2,30.1891,-1.4748,0,0,-0.672367,0.740218,3600,3600,100,1), + (14795,112043,0,-10573.4,-1111.75,30.0741,0.139627,0,0,0.069757,0.997564,3600,3600,100,1), + (14796,38491,0,-10594.3,-1159.22,28.2494,-0.558506,0,0,-0.275637,0.961262,3600,3600,100,1), + (14797,38493,0,-10593.5,-1165.65,30.0574,1.67552,0,0,0.743145,0.669131,3600,3600,100,1), + (14798,38494,0,-10600.7,-1154.29,30.0574,0.235619,0,0,0.117537,0.993068,3600,3600,100,1), + (14799,38495,0,-10595.1,-1152.65,30.0574,-1.79769,0,0,-0.782608,0.622514,3600,3600,100,1), + (14800,38492,0,-10588,-1157.23,30.0574,-3.12414,0,0,0.999962,-0.008726,3600,3600,100,1), + (14801,22590,0,-10606.2,-1200.37,33.3646,0.148353,0,0,0.074109,0.99725,3600,3600,100,1), + (14802,22592,0,-10605.4,-1201.94,33.3646,0.916299,0,0,0.442289,0.896873,3600,3600,100,1), + (14803,22593,0,-10605.7,-1198.55,33.3646,-0.488691,0,0,-0.241921,0.970296,3600,3600,100,1), + (14804,22600,0,-10591.2,-1202.86,28.497,1.7017,0,0,0.75184,0.659346,3600,3600,100,1), + (14805,22563,0,-10597.4,-1206.48,28.5533,-1.4399,0,0,-0.659346,0.75184,3600,3600,100,1), + (14806,2061,0,-10597.4,-1206.48,28.5533,-1.4399,0,0,-0.659346,0.75184,3600,3600,100,1), + (14807,22591,0,-10603.4,-1201.83,33.3646,1.71915,0,0,0.757565,0.652759,3600,3600,100,1), + (14808,22567,0,-10598.2,-1205.42,33.4702,-2.73144,0,0,0.979045,-0.203642,3600,3600,100,1), + (14809,2061,0,-10598.2,-1205.42,33.4702,-2.73144,0,0,0.979045,-0.203642,3600,3600,100,1), + (14810,22598,0,-10601.5,-1204.42,28.5131,1.7017,0,0,0.75184,0.659346,3600,3600,100,1), + (14813,177220,429,252.327,-404.921,-120.62,-1.5708,0,0,-0.707107,0.707107,180,180,255,1), + (14814,177221,429,50.5863,501.941,-23.1499,0,0,0,-0.707107,0.707107,0,0,100,1), + (14815,179545,429,116.135,638.836,-48.467,-0.785397,0,0,-0.382683,0.92388,7200,7200,255,1), + (14816,179549,429,351.568,88.6735,-36.393,0,0,0,0.707107,0.707107,0,0,100,1), + (14819,179550,429,83.2551,630.546,-24.6315,0,0,0,-0.313164,0.949699,0,0,100,1), + (14820,177257,429,-92.3458,442.67,28.547,0.418879,0,0,0.207912,0.978148,180,180,255,1), + (14821,177258,429,121.222,429.092,28.4548,0.418879,0,0,0.207912,0.978148,180,180,255,1), + (14822,177259,429,12.9412,277.931,-8.93289,0,0,0,0,1,180,180,255,1), + (14823,179563,429,116.105,638.89,-48.467,-1.76278,0,0,-0.771624,0.636079,7200,7200,255,1), + (14824,153464,429,43.2012,-383.143,-58.6196,-1.72787,0,0,-0.760404,0.64945,7200,7200,255,1), + (14825,153464,429,122.562,392.1,28.601,3.07177,0,0,0.999391,0.0349043,7200,7200,255,1), + (14826,153464,429,582.929,608.082,-25.4027,-2.56563,0,0,-0.958819,0.284017,7200,7200,255,1), + (14827,153464,429,-95.0448,367.08,-3.48702,-1.32645,0,0,-0.615661,0.788011,7200,7200,255,1), + (14828,153464,429,335.605,366.155,2.85293,-2.61799,0,0,-0.965925,0.258821,7200,7200,255,1), + (14830,153469,429,-16.1474,-383.786,-58.62,-1.32645,0,0,-0.615661,0.788011,180,180,255,1), + (14831,176584,429,105.158,-329.677,-55.291,-2.30383,0,0,-0.913544,0.406739,7200,7200,255,1), + (14832,176584,429,-36.5852,-319.271,-51.7758,0.244346,0,0,0.121869,0.992546,7200,7200,255,1), + (14833,176584,429,-130.494,-266.801,-53.7274,-2.02458,0,0,-0.848048,0.52992,7200,7200,255,1), + (14835,179526,429,-27.0036,-404.283,-58.614,0.226892,0,0,0.113203,0.993572,600,600,255,1), + (14836,179526,429,-131.851,-319.414,-56.7906,0.244346,0,0,0.121869,0.992546,600,600,255,1), + (14837,179526,429,-22.3061,-349.882,-4.07224,-2.02458,0,0,-0.848047,0.529921,600,600,255,1), + (14838,3760,1,-1434.77,-3659.73,92.101,-0.39319,0,0,-0.195331,0.980737,900,900,100,1), + (14839,3249,1,-1538.86,-2892.48,91.5556,3.14159,0,0,1,0,900,900,100,1), + (14840,3761,1,-1374.86,-3600.83,92.0525,3.14159,0,0,1,0,900,900,100,1), + (14841,180658,1,77.3018,-1984.69,89.6808,-0.20944,0,0,0.104528,-0.994522,900,900,100,1), + (14842,180658,1,-1103.94,-2069.61,80.1618,-2.67035,0,0,0.97237,-0.233445,900,900,100,1), + (14843,180658,1,-1255.75,-3032.26,87.7131,-1.11701,0,0,0.529919,-0.848048,900,900,100,1), + (14844,180658,1,-1115.27,-2188.13,80.1618,-2.58309,0,0,0.961262,-0.275637,900,900,100,1), + (14845,3251,1,-1356.79,-3899.09,10.2551,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (14846,140211,1,-1069.32,-1915.95,91.6421,1.85013,0,0,0.798661,0.601782,900,900,100,1), + (14847,3763,1,-1019.65,-2055.23,63.3198,-1.39626,0,0,0.642788,-0.766044,900,900,100,1), + (14848,3763,1,-1069.42,-2112.45,56.0496,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (14852,180662,0,-2460.01,-1757.19,0,2.51327,0,0,0.951056,0.309019,3600,3600,100,1), + (14853,3695,0,-3118.81,-916.972,-0.645712,-0.034907,0,0,0.017452,-0.999848,7200,7200,100,1), + (14855,179486,0,-3297.66,-908.377,0.793502,1.81514,0,0,0.788011,0.615662,7200,7200,100,1), + (14856,3695,0,-2854.5,-1475.8,10.1537,-0.715585,0,0,0.350207,-0.936672,7200,7200,100,1), + (14857,3695,0,-2987.1,-1067.95,6.72834,-1.98968,0,0,0.838671,-0.544639,7200,7200,100,1), + (14858,3659,0,-2606.32,-1581.65,0.205016,1.6057,0,0,0.71934,0.694658,7200,7200,100,1), + (14859,3695,0,-3151.69,-1057.31,7.35313,-0.959931,0,0,0.461749,-0.887011,7200,7200,100,1), + (14860,1620,0,-2887.84,-2607.84,34.5861,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (14861,2852,0,-2823.95,-2860.53,32.9077,-2.61799,0,0,0.965926,-0.258819,7200,7200,100,1), + (14863,2045,0,-2787.07,-1084.6,-10.2416,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (14864,179526,429,-156.299,-321.1,-4.14717,1.25664,0,0,0.587786,0.809016,600,600,255,1), + (14865,179526,429,31.0736,-681.584,-25.1616,0,0,0,0,1,600,600,255,1), + (14866,2045,0,-2716.76,-1004.08,-13.574,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (14867,2045,0,-3251.27,-810.866,-12.7597,-2.67035,0,0,-0.972369,0.233447,300,300,100,1), + (14868,1620,0,-3073.53,-1413.23,13.3846,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (14869,1621,0,-2819.47,-1382.97,9.34242,2.79253,0,0,0.984808,0.173647,300,300,100,1), + (14872,1624,0,-2845.36,-2312.93,39.5666,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (14873,2041,0,-2669.78,-1718.53,7.45277,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (14874,2041,0,-2755.23,-1701.21,7.25174,-2.9147,0,0,-0.993572,0.113203,300,300,100,1), + (14876,1623,0,-3508.58,-2015.3,162.324,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (14878,1621,0,-4299.13,-2916.84,17.2092,-0.2618,0,0,-0.130526,0.991445,300,300,100,1), + (14879,1620,0,-3973.08,-2979.68,11.5823,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (14880,1620,0,-2575.95,-1723.57,10.2074,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (14882,1624,0,-3059.9,-2906.27,24.5318,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (14883,1621,0,-3563.25,-3230.54,24.8546,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (14884,1621,0,-3035.26,-2247.11,9.08587,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (14885,1620,0,-3987.91,-2676.05,33.9957,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (14886,2041,0,-2962.04,-2021.97,7.17121,-1.0821,0,0,-0.515036,0.857168,300,300,100,1), + (14887,1624,0,-3874.19,-3066.98,11.6484,0.05236,0,0,0.026177,0.999657,300,300,100,1), + (14888,1621,0,-2938.52,-2764.86,22.7037,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (14889,1621,0,-3459.29,-3094.94,21.5846,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (14890,3659,0,-3721.17,-619.176,6.98369,-2.82743,0,0,0.987688,-0.156434,7200,7200,100,1), + (14891,1624,0,-3560.03,-3009.28,11.2311,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (14892,179526,429,36.7152,-467.008,-4.24876,1.58825,0,0,0.713251,0.700909,600,600,255,1), + (14893,179486,0,-3144.5,-1101.39,8.22152,1.3439,0,0,0.622515,0.782608,7200,7200,100,1), + (14895,2041,0,-3623.08,-2946.4,9.36331,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (14897,2041,0,-3525.09,-2887.93,7.20394,1.91986,0,0,0.819151,0.573577,300,300,100,1), + (14898,1621,0,-3700.66,-1328.36,14.9534,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (14902,180657,0,-3262.99,-889.309,0,-0.610865,0,0,-0.300706,0.953717,3600,3600,100,1), + (14903,180657,0,-2721.1,-1163.18,0,1.97222,0,0,0.833885,0.551938,3600,3600,100,1), + (14904,2045,0,-3682.4,-1183.56,-16.7963,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (14905,3659,0,-2902.53,-2053.89,9.19539,0.855211,0,0,0.414693,0.909961,7200,7200,100,1), + (14907,2045,0,-3395.73,-894.167,-12.7264,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (14908,1624,0,-3023,-1846.98,9.24139,-0.471239,0,0,-0.233445,0.97237,300,300,100,1), + (14909,179486,0,-3187.43,-1176.53,7.97092,0.785398,0,0,0.382683,0.92388,7200,7200,100,1), + (14910,179488,0,-3241.39,-1137.58,8.76748,2.96706,0,0,0.996195,0.087156,20,20,100,1), + (14911,179488,0,-3198.15,-941.809,9.54875,2.80998,0,0,0.986286,0.165048,20,20,100,1), + (14912,179488,0,-3132.61,-1061.62,9.86605,-0.331612,0,0,0.165048,-0.986286,20,20,100,1), + (14913,179488,0,-3281.44,-956.815,8.60494,0.10472,0,0,0.052336,0.99863,20,20,100,1), + (14914,22594,0,-10603.9,-1198.08,33.3646,-1.42244,0,0,-0.652759,0.757565,3600,3600,100,1), + (14915,22565,0,-10598,-1205.39,28.5533,-2.73144,0,0,0.979045,-0.203642,3600,3600,100,1), + (14916,2061,0,-10598,-1205.39,28.5533,-2.73144,0,0,0.979045,-0.203642,3600,3600,100,1), + (14917,22564,0,-10597.3,-1205.84,33.4702,1.36136,0,0,0.629321,0.777145,3600,3600,100,1), + (14918,2061,0,-10597.3,-1205.84,33.4702,1.36136,0,0,0.629321,0.777145,3600,3600,100,1), + (14919,22589,0,-10599.7,-1203.17,33.2924,-0.523598,0,0,-0.258818,0.965926,3600,3600,100,1), + (14922,186450,1,-4048.43,-3615.76,47.3822,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (14923,186450,1,-3990.25,-3643.93,44.6844,-2.51327,0,0,0.951057,-0.309017,900,900,100,1), + (14924,186450,1,-3951.3,-3723.65,45.1108,-1.69297,0,0,0.748956,-0.66262,900,900,100,1), + (14925,186450,1,-3984.16,-3808.6,36.449,-3.08923,0,0,0.999657,-0.026177,900,900,100,1), + (14926,2046,1,-4328.01,-3273.73,37.0119,-0.471239,0,0,-0.233445,0.97237,300,300,100,1), + (14927,2042,1,-2957.81,-4077.96,37.4897,-3.08923,0,0,-0.999657,0.0261783,300,300,100,1), + (14928,2046,1,-3262.43,-3753.55,54.2975,-1.50098,0,0,-0.681997,0.731355,300,300,100,1), + (14930,2046,1,-3295.31,-3842.35,45.714,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (14931,4149,1,-4446.37,-4121.62,-5.0326,-1.309,0,0,0.608761,-0.793353,7200,7200,100,1), + (14932,153470,1,-4221.43,-3921.18,-0.831989,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (14933,186450,1,-4104.36,-3687.28,45.0021,-2.04204,0,0,0.85264,-0.522498,900,900,100,1), + (14942,186450,1,-4045.37,-3672.55,43.4523,0.645772,0,0,0.317305,0.948324,900,900,100,1), + (14943,2043,1,-2587.2,-3448.95,33.1026,1.20428,0,0,0.566407,0.824125,300,300,100,1), + (14944,186450,1,-4099.83,-3656.84,44.3227,1.20428,0,0,0.566406,0.824126,900,900,100,1), + (14945,2041,1,-2644.12,-3674.71,31.2595,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (14946,20359,1,-4900.21,-3916.78,47.5395,-1.97222,0,0,0.833886,-0.551937,300,300,100,1), + (14947,20359,1,-4899.57,-3916.47,47.4797,0,0,0,0,1,300,300,100,1), + (14948,20359,1,-4900.9,-3915.55,48.149,0,0,0,0,1,300,300,100,1), + (14949,20359,1,-4899.75,-3915.34,47.5097,0,0,0,0,1,300,300,100,1), + (14950,20359,1,-4970.68,-3719.99,39.4607,0.017453,0,0,0.008727,0.999962,300,300,100,1), + (14951,20359,1,-4693.17,-3514.73,38.4009,1.09956,0,0,0.522499,0.85264,300,300,100,1), + (14952,20359,1,-4692.87,-3515.56,38.0716,0,0,0,0,1,300,300,100,1), + (14953,20359,1,-4692.06,-3514.8,38.475,0,0,0,0,1,300,300,100,1), + (14954,20359,1,-4693.95,-3515.32,38.7022,0,0,0,0,1,300,300,100,1), + (14955,20359,1,-4609.01,-3519.81,34.0318,0,0,0,0,1,300,300,100,1), + (14956,1735,1,-2989.55,-3071.86,41.602,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (14959,179526,429,-10.2151,-349.267,-53.8632,2.05949,0,0,0.857167,0.515038,600,600,255,1), + (14960,3763,1,635.223,-1433.38,92.741,0.436332,0,0,0.21644,0.976296,900,900,100,1), + (14961,22595,0,-10597.9,-1202.47,33.2924,-2.07694,0,0,-0.861629,0.507539,3600,3600,100,1), + (14962,92011,0,-8388,684.431,95.273,-1,0,0,0.430511,-0.902585,120,120,0,1), + (14963,179488,0,-3050.98,-981.896,8.94378,3.01942,0,0,0.998135,0.061049,20,20,100,1), + (14964,2045,0,-2858.3,-954.056,-12.9198,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (14965,22599,0,-10602.6,-1203.81,28.5131,0.130902,0,0,0.065404,0.997859,3600,3600,100,1), + (14966,3763,1,336.791,-1647.45,105.217,2.40855,0,0,0.93358,0.358368,900,900,100,1), + (14967,3763,1,-3925.95,-1621.06,91.8752,0.279253,0,0,0.139173,0.990268,900,900,100,1), + (14968,1624,0,-3068.15,-1011.72,9.14604,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (14969,3763,1,-3980.38,-1706.46,94.8775,2.42601,0,0,0.936672,0.350207,900,900,100,1), + (14970,3763,1,-3701.07,-1621.85,96.2469,-2.37365,0,0,0.927184,-0.374607,900,900,100,1), + (14971,3763,1,-3720.6,-1553.41,96.1831,-1.79769,0,0,0.782608,-0.622515,900,900,100,1), + (14972,179526,429,-51.4662,-358.168,-4.13823,1.81514,0,0,0.78801,0.615662,600,600,255,1), + (14973,179526,429,21.9326,-409.795,-58.6142,0,0,0,0,1,600,600,255,1), + (14974,179526,429,117.148,-408.461,-3.27357,2.32129,0,0,0.91706,0.398748,600,600,255,1), + (14975,179526,429,102.549,-246.011,-56.3647,0.785397,0,0,0.382683,0.92388,600,600,255,1), + (14976,179526,429,263.393,-568.436,-111.976,-2.67035,0,0,-0.972369,0.233447,600,600,255,1), + (14977,179526,429,477.125,307.609,2.85288,1.74533,0,0,0.766045,0.642787,600,600,255,1), + (14978,179526,429,423.649,-94.0369,-3.88739,-0.453785,0,0,-0.224951,0.97437,600,600,255,1), + (14979,179526,429,4.90084,-450.306,-58.6294,0,0,0,0,1,600,600,255,1), + (14983,179526,429,71.7209,-409.745,-4.21656,3.12412,0,0,0.999962,0.00873622,600,600,255,1), + (14999,179526,429,-27.7882,-388.435,-4.22943,1.39626,0,0,0.642786,0.766046,600,600,255,1), + (15000,179526,429,-42.6484,-341.5,-52.6547,0.244346,0,0,0.121869,0.992546,600,600,255,1), + (15001,179526,429,34.9096,-365.079,-4.14052,0.314158,0,0,0.156434,0.987688,600,600,255,1), + (15003,22566,0,-10597.1,-1205.81,28.5533,1.36136,0,0,0.629321,0.777145,3600,3600,100,1), + (15004,3763,1,-2287.27,-2533.56,95.5277,0.541052,0,0,0.267238,0.96363,900,900,100,1), + (15005,3763,1,-1919.06,-2721.38,91.8313,-2.1293,0,0,0.87462,-0.48481,900,900,100,1), + (15006,176684,189,273.154,-375.739,20.4242,1.12574,0,0,0.533615,0.845728,7200,7200,100,1), + (15007,176682,189,278.119,-347.142,20.4242,-2.01585,0,0,-0.845727,0.533615,7200,7200,100,1), + (15008,19284,189,281.39,-352.262,20.4047,-0.610865,0,0,0.300706,-0.953717,50,50,100,1), + (15009,3763,1,-1958.45,-2686.12,94.873,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (15010,3763,1,-1432.43,-1536.64,94.439,0.244346,0,0,0.121869,0.992546,900,900,100,1), + (15011,3763,1,-1468.31,-1519.67,95.6948,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (15012,101850,0,2908.18,-818.203,160.332,1.9635,0,0,0.83147,0.55557,900,900,100,1), + (15013,101851,0,2886.31,-827.261,160.336,1.9635,0,0,0.83147,0.55557,900,900,100,1), + (15015,1628,0,-2874.79,-2210.21,23.7267,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (15016,3763,1,-116.853,-3193.63,93.3306,3.10669,0,0,0.999848,0.017452,900,900,100,1), + (15017,3763,1,-197.368,-3267.02,95.4545,3.08923,0,0,0.999657,0.026177,900,900,100,1), + (15018,3763,1,-261.772,-3343.72,99.7645,1.81514,0,0,0.788011,0.615662,900,900,100,1), + (15019,3763,1,-1844.55,-1955.4,94.9395,-0.139626,0,0,0.069756,-0.997564,900,900,100,1), + (15020,3763,1,-2067.9,-1745.81,105.385,-0.855212,0,0,0.414693,-0.909961,900,900,100,1), + (15021,3763,1,-141.477,-3034.67,91.7,-1.02974,0,0,0.492424,-0.870356,900,900,100,1), + (15022,2061,0,-10597.1,-1205.81,28.5533,1.36136,0,0,0.629321,0.777145,3600,3600,100,1), + (15023,3798,0,-10601.1,-1253.88,37.4076,-2.84489,0,0,0.989016,-0.147809,3600,3600,100,1), + (15024,22534,0,-10594.6,-1250.71,37.4789,-1.51844,0,0,-0.688354,0.725375,3600,3600,100,1), + (15025,22530,0,-10594.3,-1259.56,37.4873,1.6057,0,0,0.71934,0.694658,3600,3600,100,1), + (15026,22533,0,-10597.2,-1250.85,37.4789,-1.50098,0,0,-0.681999,0.731353,3600,3600,100,1), + (15027,22531,0,-10592.3,-1250.65,37.4789,-1.54462,0,0,-0.69779,0.716302,3600,3600,100,1), + (15028,3797,0,-10601.1,-1254.78,37.4076,-1.55334,0,0,-0.70091,0.71325,3600,3600,100,1), + (15029,3798,0,-10588.5,-1319.02,50.3286,-2.7838,0,0,0.984041,-0.177943,3600,3600,100,1), + (15032,75296,189,277.401,-365.671,20.3969,3.05433,0,0,0.999048,0.043619,7200,7200,100,1), + (15033,3797,0,-10588.5,-1319.92,50.3286,-1.49226,0,0,-0.678801,0.734322,3600,3600,100,1), + (15034,179526,429,-114.736,-199.653,-4.1244,0,0,0,0,1,600,600,255,1), + (15035,3798,0,-10652.2,-1266.66,30.5767,-0.383973,0,0,-0.190809,0.981627,3600,3600,100,1), + (15037,3797,0,-10651.6,-1265.99,30.5767,0.907571,0,0,0.438371,0.898794,3600,3600,100,1), + (15038,3798,0,-10751.4,-1038.02,41.4327,2.24275,0,0,0.900698,0.434446,3600,3600,100,1), + (15039,3797,0,-10752.3,-1038.31,41.4327,-2.74889,0,0,0.980785,-0.19509,3600,3600,100,1), + (15040,3798,0,-10785.1,-1384.69,39.6562,-1.37008,0,0,-0.632706,0.774392,3600,3600,100,1), + (15041,3797,0,-10784.2,-1384.82,39.6562,-0.078541,0,0,-0.03926,0.999229,3600,3600,100,1), + (15042,2712,0,-2294.67,-1563.63,-39.7692,2.40855,0,0,0.93358,0.358368,300,300,100,1), + (15043,21581,189,280.905,-354.204,20.4015,2.93215,0,0,0.994522,0.104528,7200,7200,100,1), + (15046,2712,0,-2292.4,-1676.4,-62.0808,-1.39626,0,0,0.642788,-0.766044,300,300,100,1), + (15049,1622,0,-3376.8,-1552.47,15.5004,-2.54818,0,0,-0.956305,0.292372,300,300,100,1), + (15050,2850,0,-2910.98,-1842.58,9.41216,-1.23918,0,0,0.580703,-0.814116,7200,7200,100,1), + (15051,3695,0,-3381.16,-2943.47,16.509,1.67552,0,0,0.743145,0.669131,7200,7200,100,1), + (15052,179526,429,101.961,-247.727,-4.01977,2.84488,0,0,0.989015,0.147813,600,600,255,1), + (15053,177256,0,-11032.8,-1539.14,29.4563,1.59697,-0.285624,0.278243,0.656891,0.639916,3600,3600,100,1), + (15054,3252,1,-1504.07,-3822.28,23.4477,2.21657,0,0,0.894934,0.446198,900,900,100,1), + (15055,179526,429,126.702,-248.335,-4.14639,-2.72271,0,0,-0.978147,0.207914,600,600,255,1), + (15056,179526,429,66.2358,-633.758,-25.163,3.05433,0,0,0.999048,0.0436193,600,600,255,1), + (15057,1622,0,-3459.34,-1773.54,16.2407,1.72788,0,0,0.760407,0.649446,300,300,100,1), + (15058,140212,1,-1189.31,-2011.94,91.669,3.14159,0,0,1,0,900,900,100,1), + (15059,3764,1,-4027.05,-1759.14,100.087,-2.00713,0,0,0.843391,-0.5373,900,900,100,1), + (15060,2041,0,-3731.34,-2897.29,7.22989,2.37365,0,0,0.927184,0.374606,300,300,100,1), + (15062,180248,0,-14022.5,589.767,0,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (15063,3764,1,-3740.23,-1504.02,97.59,-3.07178,0,0,0.999391,-0.034899,900,900,100,1), + (15064,179526,429,-6.16094,-433.403,-4.22212,0,0,0,0,1,600,600,255,1), + (15065,179526,429,2.64945,-210.379,-52.3845,-0.95993,0,0,-0.461748,0.887011,600,600,255,1), + (15066,179526,429,-168.655,-271.912,-4.12082,-0.750491,0,0,-0.366501,0.930418,600,600,255,1), + (15067,179526,429,55.8777,-438.434,-58.5981,-0.855211,0,0,-0.414693,0.909961,600,600,255,1), + (15068,3764,1,-1472.59,-1494.68,109.927,-2.26893,0,0,0.906308,-0.422618,900,900,100,1), + (15069,3764,1,-1334.28,-3164.35,96.3886,1.88496,0,0,0.809017,0.587785,900,900,100,1), + (15070,3764,1,609.74,-1188.85,112.397,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (15071,3764,1,19.4288,-1939.55,82.605,-1.81514,0,0,0.788011,-0.615661,900,900,100,1), + (15072,3764,1,-2300.11,-2566.59,95.6574,-1.72788,0,0,0.760406,-0.649448,900,900,100,1), + (15073,179526,429,59.0393,-760.028,-25.0955,-1.23918,0,0,-0.580703,0.814116,600,600,255,1), + (15074,3764,1,1410.93,-3410.15,93.4324,-1.06465,0,0,0.507538,-0.861629,900,900,100,1), + (15076,3764,1,-1847.26,-1925.07,97.8816,-1.79769,0,0,0.782608,-0.622515,900,900,100,1), + (15077,3764,1,-259.587,-2990.22,97.7034,-0.436333,0,0,0.21644,-0.976296,900,900,100,1), + (15078,1624,0,-2749.3,-1817.57,9.69851,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (15080,3253,1,-1714.17,-3823.66,12.4703,3.14159,0,0,1,0,900,900,100,1), + (15081,140213,1,-1209.38,-2172.98,91.5436,-3.0805,-0.02643,0.00792,0.99916,-0.030299,900,900,100,1), + (15084,2850,0,-4068.19,-2992.95,11.5927,-2.80998,0,0,0.986286,-0.165048,7200,7200,100,1), + (15087,3254,1,-1747.03,-3729.09,13.6705,3.14159,0,0,1,0,900,900,100,1), + (15088,140214,1,-1049.06,-2311.18,91.8903,-0.516105,0,0,-0.255198,0.966889,900,900,100,1), + (15090,3767,1,-1740.47,-3723.79,14.5452,0.779574,0.016326,-0.096887,0.376218,0.921307,2,2,100,1), + (15094,3256,1,251.957,-1939.84,91.6667,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (15098,2852,0,-2564.61,-2357.45,79.9346,1.01229,0,0,0.48481,0.87462,7200,7200,100,1), + (15099,3768,1,-1714.98,-3819.97,12.5595,0.656468,0,0,0.322372,0.946613,2,2,100,1), + (15100,3258,1,60.8403,-2094.2,91.6667,3.14159,0,0,1,0,900,900,100,1), + (15105,3260,1,-59.434,-1639.85,91.6667,3.14159,0,0,1,0,900,900,100,1), + (15106,3262,1,-163.722,-1794.28,91.6667,3.14159,0,0,1,0,900,900,100,1), + (15109,3264,1,-48.4236,-2225.68,91.7722,0.364043,0,0,0.181018,0.98348,900,900,100,1), + (15110,180655,1,5391.52,547.168,0,0.20944,0,0,0.104529,0.994522,180,180,100,1), + (15111,180655,1,5391.52,547.168,0,0.20944,0,0,0.104529,0.994522,180,180,100,1), + (15112,123328,1,-396.901,-2709.93,97.5702,2.64417,0,0,0.969231,0.246153,900,900,100,1), + (15113,2041,0,-3126.9,-2231.18,7.62603,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (15117,142018,1,-1501.25,-3685.33,91.8119,-0.929909,0,0,-0.448382,0.893842,900,900,100,1), + (15118,3266,1,-4152.31,-2193.78,50.1831,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (15119,123330,1,-1456.44,-3971.63,7.56249,1.8326,0,0,0.793353,0.608761,5,5,100,1), + (15120,123330,1,-1461.56,-3970.03,7.56018,0.750492,0,0,0.366501,0.930418,5,5,100,1), + (15121,123330,1,-1452.1,-3966.4,7.56134,-3.07178,0,0,0.999391,-0.034899,5,5,100,1), + (15122,123330,1,-1453.02,-3969.75,7.56026,2.49582,0,0,0.948324,0.317305,5,5,100,1), + (15123,123330,1,-1462.45,-3966.9,7.56138,-0.017453,0,0,0.008727,-0.999962,5,5,100,1), + (15124,3695,0,-2652.25,-2442.3,79.8937,-0.663225,0,0,0.325568,-0.945519,7200,7200,100,1), + (15125,123330,1,-1458.06,-3972.06,8.26139,1.39626,0,0,0.642788,0.766044,5,5,100,1), + (15126,2045,0,-3941.92,-842.802,-17.5498,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (15127,142019,1,-1589.91,-3684.87,92.0724,-1.8068,0,0,-0.785435,0.618944,900,900,100,1), + (15128,3523,1,324.068,-2239.23,212.084,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (15130,177250,0,-11064.6,-1539.47,27.9784,1.59698,0,0,0.716302,0.69779,3600,3600,100,1), + (15134,1621,0,-2931.52,-2068.53,9.02546,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (15136,1731,1,-1273.68,-3803,31.564,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (15138,179526,429,71.7946,-437.261,-58.5956,0.872664,0,0,0.422618,0.906308,600,600,255,1), + (15141,2045,0,-3685.6,-641.567,-10.7142,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (15142,2850,0,-3108.52,-2190.42,9.29574,-1.8675,0,0,0.803857,-0.594823,7200,7200,100,1), + (15144,179526,429,-28.3324,-385.063,-58.6181,1.95477,0,0,0.829038,0.559192,600,600,255,1), + (15145,123331,1,-1463,-3968.46,7.56007,0.069813,0,0,0.034899,0.999391,5,5,100,1), + (15146,2850,0,-3093.94,-2000.55,9.70804,0.698132,0,0,0.34202,0.939693,7200,7200,100,1), + (15147,2850,0,-2982.47,-963.807,-7.10173,-0.855212,0,0,0.414693,-0.909961,7200,7200,100,1), + (15148,177254,0,-11065.5,-1505.48,27.9916,1.59698,0.11514,-0.112164,0.706988,0.688717,3600,3600,100,1), + (15149,2850,0,-3689.67,-3071.87,19.3469,-1.8326,0,0,0.793353,-0.608761,7200,7200,100,1), + (15152,9630,0,-3586.88,-1996.54,116.154,1.37881,0,0,0.636078,0.771625,2,2,100,1), + (15153,2852,0,-3419.94,-2277.18,51.8986,-0.680679,0,0,0.333807,-0.942641,7200,7200,100,1), + (15154,179526,429,47.8125,-334.275,-52.0553,-0.506145,0,0,-0.25038,0.968148,600,600,255,1), + (15156,1620,0,-3572.57,-1839.99,26.6164,0,0,0,0,1,300,300,100,1), + (15159,179526,429,353.105,-447.005,-90.0577,0,0,0,0,1,600,600,255,1), + (15175,106528,0,417.169,1822.22,12.551,2.74,0,0,0.979925,0.199368,-180,-180,0,1), + (15176,106529,0,417.05,1822.39,13.007,0.035,0,0,0.017452,0.999848,-180,-180,0,1), + (15194,3695,0,-3720.13,-1282.39,-0.681436,1.13446,0,0,0.5373,0.843391,7200,7200,100,1), + (15199,180655,1,4969.75,598.72,0,0.017453,0,0,0.00872639,0.999962,180,180,100,1), + (15200,180655,1,4969.75,598.72,0,0.017453,0,0,0.00872639,0.999962,180,180,100,1), + (15202,180655,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.52992,180,180,100,1), + (15203,180655,1,4838.6,703.922,0,-1.97222,0,0,-0.833885,0.551938,180,180,100,1), + (15204,180655,1,4838.6,703.922,0,-1.97222,0,0,-0.833885,0.551938,180,180,100,1), + (15205,177255,0,-11033.7,-1504.65,27.9916,1.59698,0,0,0.716302,0.69779,3600,3600,100,1), + (15206,177253,0,-11097.2,-1506.31,27.9916,1.59698,0,0,0.716302,0.69779,3600,3600,100,1), + (15207,2850,0,-3287.01,-946.382,8.98557,0.349066,0,0,0.173648,0.984808,7200,7200,100,1), + (15208,331,0,-3308.06,-1899.06,31.7356,-2.11185,0,0,0.870356,-0.492423,90,90,100,1), + (15209,334,0,-3373.47,-1810.15,16.2407,2.67035,0,0,0.97237,0.233445,90,90,100,1), + (15210,333,0,-3371.96,-1846.54,16.5207,-1.8326,0,0,0.793353,-0.608761,90,90,100,1), + (15211,35252,0,-3444.59,-1833.84,24.9106,-1.39626,0,0,0.642788,-0.766044,90,90,100,1), + (15212,2850,0,-3769.95,-2367.96,30.3026,2.96706,0,0,0.996195,0.087156,7200,7200,100,1), + (15213,2850,0,-4193.46,-2387.18,216.83,1.16937,0,0,0.551937,0.833886,7200,7200,100,1), + (15215,180248,0,-14481.6,59.4952,0,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (15216,2691,0,-846.582,-3268.04,78.024,3.14159,0,0,1,0,2,2,100,1), + (15217,2728,0,-1252.36,-2548.47,21.3728,3.14159,0,0,1,0,7200,7200,100,1), + (15218,2663,0,-1925.85,-2947.74,107.731,0.174534,-0.003586,-0.009074,0.087114,0.996151,7200,7200,100,1), + (15219,2061,0,-1925.85,-2947.74,107.731,0.174534,-0.003586,-0.009074,0.087114,0.996151,7200,7200,100,1), + (15220,2664,0,-1962.51,-2794.13,81.2172,-0.270525,0.014734,0.011204,-0.134997,0.990673,7200,7200,100,1), + (15221,2061,0,-1962.51,-2794.13,81.2172,-0.270525,0.014734,0.011204,-0.134997,0.990673,7200,7200,100,1), + (15222,2665,0,-1673.43,-3256.94,25.6734,3.14159,0,0,1,0,7200,7200,100,1), + (15223,2061,0,-1673.43,-3256.94,25.6734,3.14159,0,0,1,0,7200,7200,100,1), + (15224,2715,0,-1749.23,-1541.31,60.9273,-0.479967,0.003111,0.012714,-0.237666,0.971259,7200,7200,100,1), + (15225,112192,1,-1475.91,201.198,-7.7928,-1.32645,0,0,0.615661,-0.788011,120,120,0,1), + (15226,112192,1,-1474.17,201.193,-7.7928,-1.76278,0,0,0.771625,-0.636078,120,120,0,1), + (15227,112192,1,-1477.01,197.78,-7.7928,0.436332,0,0,0.21644,0.976296,120,120,0,1), + (15228,112192,1,-1472.15,197.684,-7.7928,2.72271,0,0,0.978148,0.207912,120,120,0,1), + (15229,174744,230,1330.14,-508.858,-88.8709,3.14159,0,0,1,0,600,600,100,1), + (15230,174698,230,337.824,-145.837,-64.948,-2.89725,0,0,0.992546,-0.121869,600,600,100,1), + (15231,177381,289,241.401,129.666,110.012,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (15232,140439,230,782.058,-37.7377,-53.7351,-3.08051,0,0,0.999534,-0.030538,600,600,100,1), + (15233,140376,230,631.595,-146.055,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15234,2061,289,241.401,129.666,110.012,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (15235,136930,229,155.768,-450.239,121.964,1.5708,0,0,0.707107,0.707107,120,120,0,1), + (15236,136929,229,152.587,-396.408,121.964,4.7124,0,0,-0.707107,0.707107,120,120,0,1), + (15237,136929,229,150.609,-396.408,121.964,4.7124,0,0,-0.707107,0.707107,120,120,0,1), + (15238,136929,229,157.753,-450.158,121.964,1.5708,0,0,0.707107,0.707107,120,120,0,1), + (15239,136930,229,157.778,-389.954,121.964,4.7124,0,0,-0.707107,0.707107,120,120,0,1), + (15240,136929,229,155.816,-390.035,121.964,4.7124,0,0,-0.707107,0.707107,120,120,0,1), + (15241,140378,230,634.43,-148.843,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15242,136929,229,145.176,-390.035,121.964,4.7124,0,0,-0.707107,0.707107,120,120,0,1), + (15243,136929,229,152.32,-444.305,121.964,1.5708,0,0,0.707107,0.707107,120,120,0,1), + (15244,136929,229,150.342,-444.305,121.964,1.5708,0,0,0.707107,0.707107,120,120,0,1), + (15245,136929,229,147.113,-450.158,121.964,1.5708,0,0,0.707107,0.707107,120,120,0,1), + (15246,136930,229,145.151,-450.239,121.964,1.5708,0,0,0.707107,0.707107,120,120,0,1), + (15247,136930,229,147.161,-389.954,121.964,4.7124,0,0,-0.707107,0.707107,120,120,0,1), + (15248,140401,230,576.696,-248.789,-34.1376,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15249,140402,230,572.998,-247.158,-34.1376,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15250,140403,230,569.286,-245.732,-34.1376,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15251,140373,230,649.304,-172.329,-37.0031,-2.75762,0,0,0.981627,-0.190809,600,600,100,1), + (15252,140374,230,637.171,-151.813,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15253,140396,230,538.074,-190.059,-35.5994,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15254,140397,230,581.72,-246.604,-35.6289,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15255,140400,230,581.661,-253.098,-34.1376,1.91114,0,0,0.816642,0.577145,600,600,100,1), + (15256,174434,230,707.989,58.1926,-45.0302,-0.008726,0,0,-0.004363,0.99999,600,600,100,1), + (15257,140372,230,650.824,-176.003,-37.0031,-2.75762,0,0,0.981627,-0.190809,600,600,100,1), + (15258,158583,230,582.324,-254.622,-34.1376,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15259,158585,230,571.203,-250.139,-34.1376,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15260,170503,230,1412.95,-786.485,-85.165,0,0,0,0,1,600,600,100,1), + (15261,158674,230,1412.95,-783.717,-85.165,0,0,0,0,1,600,600,100,1), + (15262,140382,230,640.006,-148.657,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15263,140383,230,637.074,-136.967,-34.1376,-1.64061,0,0,-0.731354,0.681998,600,600,100,1), + (15264,158579,230,1071.45,-542.276,-81.8672,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (15265,158581,230,580.42,-137.035,-36.9204,-1.25664,0,0,-0.587785,0.809017,600,600,100,1), + (15266,158582,230,583.853,-131.551,-35.6645,-1.25664,0,0,-0.587785,0.809017,600,600,100,1), + (15267,170502,230,1412.95,-792.107,-85.165,0,0,0,0,1,600,600,100,1), + (15268,174411,230,571.652,-84.3746,-45.0172,-1.98095,0,0,-0.836286,0.548293,600,600,100,1), + (15269,170456,230,976.336,-323.201,-70.7043,-0.549778,0,0,-0.27144,0.962455,600,600,100,1), + (15270,170458,230,988.142,-380.085,-66.2875,-1.90241,0,0,-0.814115,0.580703,600,600,100,1), + (15271,158678,230,581.15,-132.632,-35.6645,-1.25664,0,0,-0.587785,0.809017,600,600,100,1), + (15272,170487,230,1412.95,-778.143,-85.165,0,0,0,0,1,600,600,100,1), + (15273,174432,230,707.989,55.8425,-45.0302,-0.18326,0,0,-0.091502,0.995805,600,600,100,1), + (15274,170462,230,959.945,-436.884,-55.3675,-2.18667,-0.045383,-0.070877,0.883594,-0.460628,600,600,100,1), + (15275,170463,230,925.641,-436.307,-56.0272,-0.649852,-0.07499,0.02148,-0.318531,0.944697,600,600,100,1), + (15276,170464,230,916.325,-435.013,-55.5633,-0.649852,-0.07499,0.02148,-0.318531,0.944697,600,600,100,1), + (15277,170470,230,797.143,-214.991,-43.2866,2.01585,0,0,0.845727,0.533615,600,600,100,1), + (15278,174437,230,711.074,47.553,-45.0302,2.58309,0,0,0.961262,0.275637,600,600,100,1), + (15279,170454,230,861.908,-198.118,-43.6942,1.0472,0,0,0.5,0.866025,600,600,100,1), + (15280,140381,230,637.171,-145.869,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15281,170455,230,877.22,-203.719,-43.7001,2.53073,0,0,0.953717,0.300706,600,600,100,1), + (15282,158545,230,634.132,-227.8,-37.0216,2.37365,0,0,0.927184,0.374607,600,600,100,1), + (15283,170478,230,1348.43,-778.283,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15284,158549,230,647.252,-220.081,-35.3726,2.74017,0,0,0.979925,0.199368,600,600,100,1), + (15285,170486,230,1346.59,-772.353,-85.1453,0,0,0,0,1,600,600,100,1), + (15286,140390,230,551.528,-221.466,-37.0031,0.794125,0,0,0.386711,0.922201,600,600,100,1), + (15287,140384,230,639.909,-142.899,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15288,140385,230,642.65,-145.869,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15289,140386,230,645.485,-148.657,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15290,140389,230,645.485,-143.851,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15291,140391,230,554.387,-224.229,-37.0031,0.794125,0,0,0.386711,0.922201,600,600,100,1), + (15292,140392,230,575.652,-239.522,-37.0031,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15293,140393,230,571.941,-238.096,-37.0031,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15294,158559,230,550.548,-226.078,-35.6356,0.776671,0,0,0.378648,0.925541,600,600,100,1), + (15295,161524,230,585.739,-147.762,-52.8988,1.8326,0,0,0.793354,0.608761,600,600,100,1), + (15296,170489,230,1414.79,-775.303,-85.1453,3.14159,0,0,1,0,600,600,100,1), + (15297,170494,230,1412.95,-763.826,-85.165,0,0,0,0,1,600,600,100,1), + (15298,170571,230,870.693,-228.936,-43.7509,2.16421,0,0,0.882947,0.469472,600,600,100,1), + (15299,170515,230,1348.44,-792.355,-85.165,0,0,0,0,1,600,600,100,1), + (15300,170516,230,1293.62,-399.635,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15301,170550,230,1392.44,-402.735,-94.6781,0,0,0,0,1,600,600,100,1), + (15302,170551,230,1376.16,-828.828,-91.9804,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (15303,170514,230,1348.44,-789.586,-85.165,0,0,0,0,1,600,600,100,1), + (15304,170568,230,589.74,-141.631,-68.4205,1.20428,0,0,0.566406,0.824126,600,600,100,1), + (15305,158567,230,544.504,-161.737,-35.6229,-0.357791,0,0,-0.177943,0.984041,600,600,100,1), + (15306,174566,230,806.764,-335.402,-49.3422,-0.820305,0,0,-0.398749,0.91706,600,600,100,1), + (15307,164689,230,525.063,-238.897,-41.0423,-0.837759,0,0,-0.406737,0.913545,600,600,100,1), + (15308,174407,230,359.07,-122.451,-64.9464,-2.76635,0,0,0.98245,-0.186524,600,600,100,1), + (15309,161523,230,555.751,-199.744,-52.908,0.261799,0,0,0.130526,0.991445,600,600,100,0), + (15310,170439,230,387.75,-158.397,-64.948,-1.38754,0,0,-0.639439,0.768842,600,600,100,1), + (15311,174548,230,807.73,-218.651,-43.2779,0,0,0,0,1,600,600,100,1), + (15312,170448,230,864.765,-138.702,-49.7372,-2.55691,0,0,0.957571,-0.288196,600,600,100,1), + (15313,158560,230,555.782,-230.75,-35.6356,0.776671,0,0,0.378648,0.925541,600,600,100,1), + (15314,158561,230,564.607,-239.377,-35.6356,0.776671,0,0,0.378648,0.925541,600,600,100,1), + (15315,158563,230,544.525,-171.697,-37.0216,-0.357791,0,0,-0.177943,0.984041,600,600,100,1), + (15316,158564,230,546.181,-167.31,-37.0216,-0.357791,0,0,-0.177943,0.984041,600,600,100,1), + (15317,170548,230,1392.44,-411.637,-94.6781,0,0,0,0,1,600,600,100,1), + (15318,170549,230,1392.44,-406.046,-94.6781,0,0,0,0,1,600,600,100,1), + (15319,158565,230,537.947,-179.56,-35.5946,0.008726,0,0,0.004363,0.99999,600,600,100,1), + (15320,170440,230,328.053,-145.898,-64.948,3.14159,0,0,1,0,600,600,100,1), + (15321,158555,230,548.262,-215.418,-37.0031,0.410153,0,0,0.203642,0.979045,600,600,100,1), + (15322,158572,230,637.401,-224.436,-37.0216,2.37365,0,0,0.927184,0.374607,600,600,100,1), + (15323,158576,230,328.053,-143.881,-64.948,3.14159,0,0,1,0,600,600,100,1), + (15324,174468,230,858.563,-141.575,-49.7396,0.375246,0,0,0.186524,0.98245,600,600,100,1), + (15325,174494,230,828.191,-154.672,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (15326,174508,230,880.718,-161.082,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15327,174547,230,796.519,-211.351,-43.2866,-1.56207,0,0,-0.704015,0.710185,600,600,100,1), + (15328,158568,230,531.751,-180.286,-34.2119,0.776671,0,0,0.378648,0.925541,600,600,100,1), + (15329,174555,230,797.782,-349.003,-49.3422,0.776671,0,0,0.378648,0.925541,600,600,100,1), + (15330,174556,230,797.862,-343.729,-49.3422,-0.794125,0,0,-0.386711,0.922201,600,600,100,1), + (15331,174557,230,802.325,-339.54,-49.3422,-0.820305,0,0,-0.398749,0.91706,600,600,100,1), + (15332,161522,230,637.64,-177.801,-52.8988,0.261799,0,0,0.130526,0.991445,600,600,100,1), + (15333,174422,230,564.942,-84.6081,-45.0247,-0.008726,0,0,-0.004363,0.99999,600,600,100,1), + (15334,170577,230,1262.85,-293.797,-78.1676,-0.785397,0,0,-0.382683,0.92388,600,600,100,1), + (15335,170556,230,496.211,121.043,0,3.14159,0,0,1,0,600,600,100,1), + (15336,174423,230,564.942,-93.1329,-45.0247,-0.008726,0,0,-0.004363,0.99999,600,600,100,1), + (15337,170518,230,1293.64,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15338,170491,230,1414.79,-772.525,-85.1453,3.14159,0,0,1,0,600,600,100,1), + (15339,170523,230,1470.93,-451.666,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15340,170524,230,1468.17,-451.666,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15341,158550,230,649.098,-215.769,-35.1574,2.74017,0,0,0.979925,0.199368,600,600,100,1), + (15342,158552,230,628.817,-238.586,-35.6229,-2.09439,0,0,0.866025,-0.5,600,600,100,1), + (15343,174429,230,714.676,46.4855,-45.0302,1.53589,0,0,0.694658,0.71934,600,600,100,1), + (15344,170522,230,1290.85,-447.092,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15345,170525,230,1470.91,-447.092,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15346,170529,230,1468.14,-399.635,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15347,158558,230,626.093,-133.305,-34.2415,-2.77507,0,0,0.983255,-0.182236,600,600,100,1), + (15348,170459,230,975.157,-397.196,-61.1861,-1.89394,-0.052956,0.122544,-0.802182,0.581965,600,600,100,1), + (15349,170519,230,1290.87,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15350,170520,230,1293.64,-451.666,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15351,161460,230,615.614,-49.7823,-60.0557,2.07694,0,0,0.861629,0.507538,600,600,100,1), + (15352,161516,230,702.108,-125.745,-45.7123,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15353,174410,230,358.277,-124.572,-64.9464,2.21657,0,0,0.894934,0.446198,600,600,100,1), + (15354,170484,230,1350.63,-763.966,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15355,170485,230,1346.59,-774.923,-85.1453,0,0,0,0,1,600,600,100,1), + (15356,170495,230,1414.93,-763.826,-85.165,0,0,0,0,1,600,600,100,1), + (15357,170465,230,908.452,-407.597,-49.1449,1.28746,-0.060177,-0.049635,0.598132,0.797592,600,600,100,1), + (15358,170481,230,1350.63,-781.052,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15359,174408,230,356.266,-123.488,-64.9464,0.453786,0,0,0.224951,0.97437,600,600,100,1), + (15360,158546,230,651.512,-180.2,-37.0031,3.14159,0,0,1,0,600,600,100,1), + (15361,170441,230,781.014,-35.2817,-53.7351,-2.38238,0,0,0.92881,-0.370557,600,600,100,1), + (15362,170444,230,714.772,54.9921,-45.0278,-3.11541,0,0,0.999914,-0.01309,600,600,100,1), + (15363,174560,230,810.909,-363.11,-49.3422,0.759217,0,0,0.370557,0.92881,600,600,100,1), + (15364,174561,230,816.412,-363.597,-49.3422,2.32129,0,0,0.91706,0.398749,600,600,100,1), + (15365,174562,230,820.844,-359.464,-49.3422,2.32129,0,0,0.91706,0.398749,600,600,100,1), + (15366,170461,230,953.668,-429.444,-54.8981,-2.18667,-0.045383,-0.070877,0.883594,-0.460628,600,600,100,1), + (15367,174421,230,568.026,-84.5912,-45.0247,-3.0805,0,0,0.999534,-0.030539,600,600,100,1), + (15368,170477,230,1348.43,-781.052,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15369,170479,230,1348.43,-766.735,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15370,174497,230,877.092,-142.478,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15371,174551,230,790.243,-265.338,-43.3257,0.959931,0,0,0.461749,0.887011,600,600,100,1), + (15372,158608,230,1293.62,-447.092,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15373,170473,230,1346.59,-769.575,-85.1453,0,0,0,0,1,600,600,100,1), + (15374,174419,230,568.026,-95.2477,-45.0247,2.58309,0,0,0.961262,0.275637,600,600,100,1), + (15375,174438,230,714.699,58.4261,-45.0278,-1.98095,0,0,-0.836286,0.548293,600,600,100,1), + (15376,170483,230,1350.63,-766.735,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15377,170469,230,798.546,-212.559,-43.2866,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15378,170511,230,1348.44,-755.484,-85.165,0,0,0,0,1,600,600,100,1), + (15379,170512,230,1348.44,-752.716,-85.165,0,0,0,0,1,600,600,100,1), + (15380,170561,230,404.642,-60.5172,-63.8164,-1.8326,0,0,-0.793354,0.608761,600,600,100,1), + (15381,174420,230,564.942,-95.2646,-45.0247,-0.008726,0,0,-0.004363,0.99999,600,600,100,1), + (15382,174413,230,571.919,-103.167,-45.0247,2.71399,0,0,0.977231,0.212178,600,600,100,1), + (15383,170471,230,809.888,-218.725,-43.2779,2.53073,0,0,0.953717,0.300706,600,600,100,1), + (15384,170475,230,1346.45,-781.052,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15385,170476,230,1346.45,-778.283,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15386,158547,230,326.075,-138.218,-64.948,-2.56563,0,0,0.95882,-0.284015,600,600,100,1), + (15387,158548,230,651.497,-184.89,-37.0031,3.14159,0,0,1,0,600,600,100,1), + (15388,112192,30,-155.405,-440.24,33.2862,2.34747,0,0,0.922201,0.386711,120,120,0,1), + (15389,112192,30,-150.787,-459.829,26.4163,0.558507,0,0,0.275638,0.961261,120,120,0,1), + (15390,112192,30,-153.748,-438.639,33.2862,-2.88852,0,0,0.992005,-0.126199,120,120,0,1), + (15391,112192,30,-149.057,-461.089,26.4163,1.38754,0,0,0.63944,0.768841,120,120,0,1), + (15392,112192,30,-168.342,-458.4,33.2862,-0.445059,0,0,-0.220697,0.975342,120,120,0,1), + (15393,112192,30,-142.968,-444.076,26.4163,-2.23402,0,0,0.898794,-0.438372,120,120,0,1), + (15394,112192,30,-145.341,-444.846,26.4163,-0.05236,0,0,-0.026177,0.999657,120,120,0,1), + (15395,179526,429,509.725,523.927,-25.4027,-2.80997,0,0,-0.986285,0.165053,600,600,255,1), + (15396,2727,0,-936.988,-3482.45,51.4743,3.14159,0,0,1,0,7200,7200,100,1), + (15397,180655,1,-988.858,-3775.46,0,-1.97222,0,0,-0.833885,0.551938,180,180,100,1), + (15398,2689,0,-855.908,-1783.29,39.6135,3.14159,0,0,1,0,2,2,100,1), + (15399,2666,0,-1695.11,-3509.8,60.4306,2.04434,0,0,0.853242,0.521515,7200,7200,100,1), + (15401,2061,0,-1695.11,-3509.8,60.4306,2.04434,0,0,0.853242,0.521515,7200,7200,100,1), + (15402,2667,0,-2234.66,-2617.68,77.8315,3.14159,0,0,1,0,7200,7200,100,1), + (15403,2061,0,-2234.66,-2617.68,77.8315,3.14159,0,0,1,0,7200,7200,100,1), + (15404,2672,0,-2227.2,-2459.25,81.6604,-1.4399,0,0,-0.659346,0.75184,7200,7200,100,1), + (15405,2673,0,-1553.61,-2490.54,55.0079,1.69297,0,0,0.748956,0.66262,7200,7200,100,1), + (15406,2674,0,-1553.61,-2490.55,54.4507,1.69297,0,0,0.748956,0.66262,7200,7200,100,1), + (15407,2677,0,-1322.22,-1848.65,62.7341,2.76635,0,0,0.98245,0.186524,7200,7200,100,1), + (15408,2678,0,-1322.17,-1848.47,63.3045,-0.375246,0,0,-0.186524,0.98245,7200,7200,100,1), + (15409,2679,0,-1322.29,-1848.53,63.3485,1.19555,0,0,0.562805,0.82659,7200,7200,100,1), + (15410,2680,0,-1553.45,-2490.7,54.9662,-3.0456,0,0,0.998848,-0.047978,7200,7200,100,1), + (15411,2684,0,-1246.41,-3229.84,35.0363,0.942479,0,0,0.453991,0.891007,7200,7200,100,1), + (15412,48432,70,-211.481,-33.4789,-47.2107,-0.017454,0.028143,0.060258,-0.010382,0.997732,3600,3600,100,1), + (15413,2685,0,-1456.39,-2432.93,59.1948,-2.87979,0.022529,0.02936,0.990676,-0.131116,7200,7200,100,1), + (15419,180655,1,-988.858,-3775.46,0,-1.97222,0,0,-0.833885,0.551938,180,180,100,1), + (15420,180655,1,6502.51,881.164,0,-0.034907,0,0,-0.0174526,0.999848,180,180,100,1), + (15421,175746,0,-10580.9,-1113.94,31.2356,1.309,0,0,0.608761,0.793353,3600,3600,100,1), + (15423,123309,1,-8131,-1141,-234,1.906,0,0,0,0,2700,2700,100,1), + (15424,123309,1,-5384,369.946,24.097,1.649,0,0,0,0,2700,2700,100,1), + (15425,123309,1,-5247,254.408,10.312,4.812,0,0,0,0,2700,2700,100,1), + (15426,123309,1,-7963,-1243,-275,6.003,0,0,0,0,2700,2700,100,1), + (15427,123309,1,-8072,-1215,-335,3.543,0,0,0,0,2700,2700,100,1), + (15428,123309,1,-5330,436.555,9.595,1.086,0,0,0,0,2700,2700,100,1), + (15429,123310,1,-6564,-3489,-81,3.289,0,0,0,0,1800,1800,100,1), + (15430,123310,0,-14357,172.272,34.257,1.35,0,0,0.62478,0.780801,1800,1800,100,1), + (15431,123310,1,-5388,28.633,26.82,2.631,0,0,0,0,1800,1800,100,1), + (15432,123310,1,-5383,255.52,20.598,3.121,0,0,0,0,1800,1800,100,1), + (15433,123310,1,-5260,73.704,27.234,6.027,0,0,0,0,1800,1800,100,1), + (15434,123310,1,-5369,275.359,20.611,4.026,0,0,0,0,1800,1800,100,1), + (15435,123310,1,-5339,72.95,29.184,3.47,0,0,0,0,1800,1800,100,1), + (15436,123310,1,-5239,274.931,12.329,5.917,0,0,0,0,1800,1800,100,1), + (15437,123310,1,-6395,-3482,-70,-1,0,0,-0.325568,0.945519,1800,1800,100,1), + (15438,123310,1,-5394,85.095,35.472,3.184,0,0,0,0,1800,1800,100,1), + (15439,123310,1,-5365,17.225,24.879,1.463,0,0,0,0,1800,1800,100,1), + (15440,123310,1,-5281,29.121,20.489,0.966,0,0,0,0,1800,1800,100,1), + (15441,123310,1,-5358,395.034,17.584,2.342,0,0,0,0,1800,1800,100,1), + (15442,123310,1,-5331,75.826,26.727,6.027,0,0,0,0,1800,1800,100,1), + (15443,123310,1,-6511.89,-3310.88,-94.5479,2.095,0,0,0,0,1800,1800,100,1), + (15444,123310,1,-6450.19,-3292.82,-105.284,0.006,0,0,0,0,1800,1800,100,1), + (15445,123310,1,-6463.16,-3302.82,-104.311,0.75,0,0,0,0,1800,1800,100,1), + (15446,123310,1,-5372,326.03,30.937,4.189,0,0,0,0,1800,1800,100,1), + (15447,123310,1,-6468,-3522,-70,5.255,0,0,0,0,1800,1800,100,1), + (15448,123310,1,-5251,270.086,9.425,5.436,0,0,0,0,1800,1800,100,1), + (15449,123310,1,-6488,-3437,-70,6.141,0,0,0,0,1800,1800,100,1), + (15450,123310,1,-6377,-3436,-76,0.97,0,0,0,0,1800,1800,100,1), + (15451,123310,1,-5254,330.568,17.915,0.385,0,0,0,0,1800,1800,100,1), + (15452,1731,1,1385.21,-3485.35,95.0849,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (15453,1731,1,-1553.23,-1500.86,143.728,-2.72271,0,0,-0.978147,0.207914,300,300,100,1), + (15455,175729,0,-10517.8,-1155.65,36.0824,2.21657,0,0,0.894934,0.446198,3600,3600,100,1), + (15457,175733,0,-10527.7,-1154.36,36.0546,-1.81514,0,0,0.788011,-0.615661,3600,3600,100,1), + (15459,123848,1,-6348,-916,-252,5.607,0,0,0.331769,-0.943361,2700,2700,100,1), + (15460,123848,1,-8116,-1271,-344,5.139,0,0,0,0,2700,2700,100,1), + (15461,123848,1,-8130,-1165,-330,1.243,0,0,0,0,2700,2700,100,1), + (15462,123848,1,-7945,-1286,-278,2.618,0,0,0.965926,0.258819,2700,2700,100,1), + (15463,123848,1,-8034,-1129,-317,1.19,0,0,0,0,2700,2700,100,1), + (15464,123848,1,-8006,-1307,-316,2.459,0,0,0,0,2700,2700,100,1), + (15465,123848,1,-8088,-1336,-268,3.473,0,0,0,0,2700,2700,100,1), + (15466,123848,1,-8035,-1247,-323,1.416,0,0,0,0,2700,2700,100,1), + (15467,123848,1,-8061,-1255,-332,-2,0,0,-0.906308,0.422618,2700,2700,100,1), + (15468,123848,1,-5295,207.338,61.419,2.271,0,0,0,0,2700,2700,100,1), + (15469,123848,1,-8053,-1288,-330,3.213,0,0,0,0,2700,2700,100,1), + (15470,123848,1,-7965,-1077,-328,1.518,0,0,0.688354,0.725375,2700,2700,100,1), + (15471,123848,1,-5343,370.202,62.399,2.519,0,0,0,0,2700,2700,100,1), + (15472,123848,1,-8012,-1191,-323,1.463,0,0,0,0,2700,2700,100,1), + (15473,123848,1,-8115,-1271,-266,2.456,0,0,0,0,2700,2700,100,1), + (15474,175741,0,-10533.3,-1167.25,36.4782,-1.46608,0,0,0.669131,-0.743145,3600,3600,100,1), + (15475,138492,0,-942.842,-3116.75,48.4206,3.14159,0,0,1,0,2,2,100,1), + (15476,180655,1,6502.51,881.164,0,-0.034907,0,0,-0.0174526,0.999848,180,180,100,1), + (15477,103748,0,-1271.95,-2526.37,21.4402,3.14159,0,0,1,0,7200,7200,100,1), + (15478,2061,70,-211.481,-33.4789,-47.2107,-0.017454,0.028143,0.060258,-0.010382,0.997732,3600,3600,100,1), + (15479,2066,0,-1271.95,-2526.37,21.4402,3.14159,0,0,1,0,7200,7200,100,1), + (15480,103751,0,-1916.12,-2781.93,71.1316,2.82743,0,0,0.987688,0.156434,7200,7200,100,1), + (15481,2066,0,-1916.12,-2781.93,71.1316,2.82743,0,0,0.987688,0.156434,7200,7200,100,1), + (15482,103772,0,-2076.96,-2135.19,21.1222,3.08051,0.022466,0.021133,0.999072,0.030048,7200,7200,100,1), + (15483,1731,1,-88.5203,-1416.21,100.186,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (15484,1731,1,-271.54,-1471.81,104.117,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (15497,180655,1,6485.99,679.739,0,1.81514,0,0,0.78801,0.615662,180,180,100,1), + (15498,103773,0,-1959.36,-2804.66,80.9563,3.08923,0.034072,-0.031423,0.998554,0.027214,7200,7200,100,1), + (15499,103750,0,-1890.6,-3198.18,56.58,2.86234,0,0,0.990268,0.139173,7200,7200,100,1), + (15500,2066,0,-1890.6,-3198.18,56.58,2.86234,0,0,0.990268,0.139173,7200,7200,100,1), + (15501,103770,0,-2066.88,-2089.93,9.2093,2.67908,0,0,0.973379,0.2292,7200,7200,100,1), + (15505,180655,1,5837.96,548.35,0,-0.977384,0,0,-0.469471,0.882948,180,180,100,1), + (15506,48509,70,-246.485,215.413,-46.8472,-0.488972,-0.001092,-0.019423,-0.241944,0.970095,3600,3600,100,1), + (15507,175748,0,-10551.6,-1113.49,32.56,1.5708,0,0,0.707107,0.707107,3600,3600,100,1), + (15508,175885,0,-10573.2,-1126.38,29.1669,0.715585,0,0,0.350207,0.936672,3600,3600,100,1), + (15513,2066,0,-2066.88,-2089.93,9.2093,2.67908,0,0,0.973379,0.2292,7200,7200,100,1), + (15514,158553,230,653.562,-172.165,-35.6356,-2.77507,0,0,0.983255,-0.182236,600,600,100,1), + (15515,158554,230,651.895,-167.781,-35.6356,-2.77507,0,0,0.983255,-0.182236,600,600,100,1), + (15516,158557,230,647.242,-156.35,-35.6356,-2.77507,0,0,0.983255,-0.182236,600,600,100,1), + (15517,174478,230,865.286,-177.086,-49.7396,0.610866,0,0,0.300706,0.953717,600,600,100,1), + (15518,170501,230,1414.93,-780.912,-85.165,0,0,0,0,1,600,600,100,1), + (15519,170482,230,1350.63,-778.283,-85.165,3.14159,0,0,1,0,600,600,100,1), + (15520,170446,230,814.658,-174.76,-49.7372,-2.55691,0,0,0.957571,-0.288196,600,600,100,1), + (15521,170506,230,1412.95,-758.089,-85.165,0,0,0,0,1,600,600,100,1), + (15522,170507,230,1412.95,-755.236,-85.165,0,0,0,0,1,600,600,100,1), + (15523,170509,230,1348.44,-761.106,-85.165,0,0,0,0,1,600,600,100,1), + (15524,170510,230,1348.44,-758.337,-85.165,0,0,0,0,1,600,600,100,1), + (15525,174424,230,564.942,-86.9582,-45.0247,-0.18326,0,0,-0.091502,0.995805,600,600,100,1), + (15526,170447,230,841.268,-191.12,-49.7396,2.07694,0,0,0.861629,0.507538,600,600,100,1), + (15527,170451,230,857.4,-203.156,-43.7186,3.10669,0,0,0.999848,0.017452,600,600,100,1), + (15528,174409,230,356.917,-121.018,-64.9464,-1.11701,0,0,-0.529919,0.848048,600,600,100,1), + (15529,140387,230,637.074,-135.305,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15530,174426,230,568.026,-93.4484,-45.0247,-3.0805,0,0,0.999534,-0.030539,600,600,100,1), + (15531,174427,230,572.025,-93.24,-45.0247,-1.53589,0,0,-0.694658,0.71934,600,600,100,1), + (15532,174496,230,878.337,-144.471,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15533,174512,230,875.812,-213.275,-43.721,-2.54818,0,0,0.956305,-0.292372,600,600,100,1), + (15534,174513,230,874.798,-211.648,-43.721,-2.54818,0,0,0.956305,-0.292372,600,600,100,1), + (15535,174515,230,874.356,-216.88,-43.721,0.349065,0,0,0.173648,0.984808,600,600,100,1), + (15536,174564,230,829.574,-351.323,-49.3422,2.32129,0,0,0.91706,0.398749,600,600,100,1), + (15537,174430,230,711.074,49.3523,-45.0302,-3.0805,0,0,0.999534,-0.030539,600,600,100,1), + (15538,174539,230,840.772,-340.139,-50.2247,1.11701,0,0,0.529919,0.848048,600,600,100,1), + (15539,174546,230,795.8,-213.383,-43.2866,1.05592,0,0,0.503774,0.863836,600,600,100,1), + (15540,170573,230,1389.55,-555.851,-92.0093,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15541,174522,230,857.538,-199.724,-43.7186,-2.04204,0,0,-0.852641,0.522498,600,600,100,1), + (15542,174523,230,884.439,-210.863,-43.721,2.05076,0,0,0.854912,0.518773,600,600,100,1), + (15543,174526,230,885.051,-207.044,-43.721,-1.02102,0,0,-0.488621,0.872496,600,600,100,1), + (15544,174745,230,1431.13,-508.938,-88.8709,3.14159,0,0,1,0,600,600,100,1), + (15545,174501,230,874.79,-138.886,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15546,174542,230,843.322,-337.313,-50.2247,-2.21657,0,0,0.894934,-0.446198,600,600,100,1), + (15547,170581,230,1029.29,-224.058,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15548,140398,230,578.022,-244.973,-35.6289,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15549,170468,230,897.003,-414.01,-49.47,2.57788,0,0,0.960541,0.27814,600,600,100,1), + (15550,170584,230,978.344,-240.967,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15551,170576,230,1230.33,-205.21,-85.6843,-0.767945,0,0,-0.374607,0.927184,600,600,100,0), + (15552,170578,230,1029.22,-257.987,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15553,174477,230,865.75,-143.843,-49.7157,-0.418877,0,0,-0.207911,0.978148,600,600,100,1), + (15554,174490,230,844.962,-145.934,-49.7372,-1.42244,0,0,-0.65276,0.757565,600,600,100,1), + (15555,170490,230,1414.93,-778.143,-85.165,0,0,0,0,1,600,600,100,1), + (15556,174491,230,837.766,-153.555,-49.7396,0.375246,0,0,0.186524,0.98245,600,600,100,1), + (15557,174492,230,832.043,-155.015,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15558,174498,230,874.485,-144.127,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (15559,174499,230,875.73,-146.12,-49.7396,0.375246,0,0,0.186524,0.98245,600,600,100,1), + (15560,175439,329,3647.01,-3496.81,136.712,1.65806,0,0,0.737278,0.67559,180,180,100,1), + (15561,175440,329,3648.13,-3498,136.264,-3.05433,-0.001903,0.043578,0.998097,-0.043578,180,180,100,1), + (15562,174509,230,879.473,-159.089,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15563,174504,230,870.833,-132.549,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15564,174505,230,869.588,-130.556,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15565,136931,229,153.36,-386.169,121.964,4.7124,0,0,-0.707107,0.707107,120,120,0,1), + (15566,136931,229,149.569,-454.687,121.964,1.5708,0,0,0.707107,0.707107,120,120,0,1), + (15567,136931,229,153.253,-454.707,121.964,1.5708,0,0,0.707107,0.707107,120,120,0,1), + (15568,136945,229,-174.134,-342.773,64.3939,3.14159,0,0,1,0,120,120,0,1), + (15569,136931,229,149.676,-386.148,121.964,4.7124,0,0,-0.707107,0.707107,120,120,0,1), + (15570,136945,229,-172.352,-462.842,87.3983,4.6775,0,0,-0.71934,0.694658,120,120,0,1), + (15571,170498,230,1410.75,-766.594,-85.165,0,0,0,0,1,600,600,100,1), + (15572,170540,230,1368.48,-442.487,-94.6781,0,0,0,0,1,600,600,100,1), + (15573,170541,230,1368.48,-435.961,-94.6781,0,0,0,0,1,600,600,100,1), + (15574,140399,230,574.311,-243.547,-35.6289,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15575,174479,230,886.162,-164.351,-49.7396,-2.55691,0,0,0.957571,-0.288196,600,600,100,1), + (15576,157923,230,723.106,-105.874,-71.4839,2.35619,0,0,0.92388,0.382683,600,600,100,0), + (15577,170582,230,995.262,-257.966,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15578,174451,230,824.111,-172.223,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (15579,174452,230,819.593,-164.994,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (15580,174540,230,843.022,-339.882,-50.2247,2.41728,0,0,0.935135,0.354291,600,600,100,1), + (15581,174510,230,876.866,-160.738,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (15582,174511,230,878.111,-162.731,-49.7396,0.375246,0,0,0.186524,0.98245,600,600,100,1), + (15583,174544,230,807.868,-301.474,-43.2868,-2.09439,0,0,0.866025,-0.5,600,600,100,1), + (15584,174545,230,808.709,-303.887,-43.2868,2.61799,0,0,0.965926,0.258819,600,600,100,1), + (15585,174436,230,707.989,47.5361,-45.0302,-0.008726,0,0,-0.004363,0.99999,600,600,100,1), + (15587,170545,230,1392.44,-442.487,-94.6781,0,0,0,0,1,600,600,100,1), + (15588,170546,230,1392.44,-445.798,-94.6781,0,0,0,0,1,600,600,100,1), + (15589,170538,230,1368.48,-411.637,-94.6781,0,0,0,0,1,600,600,100,1), + (15590,170539,230,1368.48,-445.798,-94.6781,0,0,0,0,1,600,600,100,1), + (15591,170543,230,1392.44,-435.961,-94.6781,0,0,0,0,1,600,600,100,1), + (15592,174480,230,878.786,-168.69,-49.7396,-3.01069,0,0,0.997859,-0.065403,600,600,100,1), + (15593,174414,230,578.09,-100.769,-45.0247,-3.11541,0,0,0.999914,-0.01309,600,600,100,1), + (15594,174484,230,858.867,-166.316,-49.7396,0.18326,0,0,0.091502,0.995805,600,600,100,1), + (15595,170542,230,1368.48,-432.65,-94.6781,0,0,0,0,1,600,600,100,1), + (15596,174481,230,883.364,-165.954,-49.7396,-0.026181,0,0,-0.01309,0.999914,600,600,100,1), + (15597,174482,230,867.799,-175.515,-49.7396,-2.53945,0,0,0.95502,-0.296542,600,600,100,1), + (15598,174483,230,858.46,-164.224,-49.7396,0.18326,0,0,0.091502,0.995805,600,600,100,1), + (15599,174485,230,861.834,-165.583,-49.7396,-2.87979,0,0,0.991445,-0.130526,600,600,100,1), + (15600,174486,230,861.265,-163.529,-49.7396,-2.87979,0,0,0.991445,-0.130526,600,600,100,1), + (15601,174487,230,840.372,-151.906,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15602,170532,230,1379.53,-385.027,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15603,170533,230,1382.29,-398.309,-94.6781,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15604,170536,230,1368.48,-402.735,-94.6781,0,0,0,0,1,600,600,100,1), + (15605,170562,230,284.599,-85.7571,-76.9561,-0.523598,0,0,-0.258819,0.965926,600,600,100,1), + (15606,170564,230,375.598,-189.419,-70.0353,-1.23046,0,0,-0.577145,0.816642,600,600,100,1), + (15607,170569,230,630.367,-160.274,-71.0334,0.898845,0,0,0.434445,0.900698,600,600,100,1), + (15608,174045,230,1211.41,-443.718,-102.585,3.14159,0,0,1,0,600,600,100,1), + (15609,174472,230,868.681,-165.685,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (15610,174470,230,857.317,-139.582,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (15611,174471,230,859.924,-137.933,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15612,174495,230,829.437,-156.665,-49.7396,0.375246,0,0,0.186524,0.98245,600,600,100,1), + (15613,170492,230,1414.93,-766.594,-85.165,0,0,0,0,1,600,600,100,1), + (15614,174449,230,823.445,-165.337,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15615,170528,230,1470.91,-399.635,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15616,170534,230,1378.98,-398.309,-94.6781,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15617,170559,230,496.397,16.0126,-70.2566,3.14159,0,0,1,0,600,600,100,1), + (15618,174514,230,873.163,-214.855,-43.721,0.523599,0,0,0.258819,0.965926,600,600,100,1), + (15619,174525,230,889.649,-207.771,-43.721,2.05076,0,0,0.854912,0.518773,600,600,100,1), + (15620,170552,230,1384.54,-828.828,-91.9804,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (15621,158570,230,572.759,-139.973,-36.9204,-1.25664,0,0,-0.587785,0.809017,600,600,100,1), + (15622,174417,230,556.021,-103.134,-45.0247,0.05236,0,0,0.026177,0.999657,600,600,100,1), + (15623,174418,230,558.985,-103.134,-45.0247,-3.09796,0,0,0.999762,-0.021815,600,600,100,1), + (15624,170513,230,1348.44,-783.965,-85.165,0,0,0,0,1,600,600,100,1), + (15625,174463,230,857.41,-173.557,-49.7396,-0.026181,0,0,-0.01309,0.999914,600,600,100,1), + (15626,174469,230,867.552,-163.878,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (15627,170505,230,1412.95,-760.858,-85.165,0,0,0,0,1,600,600,100,1), + (15628,170567,230,556.919,-243.199,-70.249,-2.33874,0,0,0.920505,-0.390731,600,600,100,1), + (15629,170579,230,1046.23,-241.007,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15630,174441,230,717.915,42.1551,-45.0302,-0.584685,0,0,-0.288196,0.957571,600,600,100,1), + (15631,174443,230,714.967,39.6332,-45.0302,2.71399,0,0,0.977231,0.212178,600,600,100,1), + (15632,103771,0,-2128.71,-2010.07,6.22329,3.14159,0,0,1,0,7200,7200,100,1), + (15633,180655,1,5837.96,548.35,0,-0.977384,0,0,-0.469471,0.882948,180,180,100,1), + (15634,180655,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (15635,174444,230,721.137,42.032,-45.0302,-3.11541,0,0,0.999914,-0.01309,600,600,100,1), + (15636,174445,230,699.069,39.6672,-45.0302,0.05236,0,0,0.026177,0.999657,600,600,100,1), + (15637,174440,230,708.651,42.1332,-45.0302,2.58309,0,0,0.961262,0.275637,600,600,100,1), + (15638,174465,230,868.341,-145.547,-49.7396,2.6529,0,0,0.970296,0.241922,600,600,100,1), + (15639,161461,230,614.021,-46.8877,-59.636,-2.63545,0,0,0.968148,-0.25038,600,600,100,1), + (15640,161462,230,723.114,-105.856,-71.4763,2.35619,0,0,0.92388,0.382683,600,600,100,1), + (15641,174435,230,711.074,58.2095,-45.0302,-3.0805,0,0,0.999534,-0.030539,600,600,100,1), + (15642,170583,230,1012.31,-207.095,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15643,158566,230,537.973,-184.249,-35.5492,0.008726,0,0,0.004363,0.99999,600,600,100,1), + (15644,174447,230,831.309,-165.398,-49.7396,2.09439,0,0,0.866025,0.5,600,600,100,1), + (15645,170566,230,550.306,-277.685,-75.2609,1.08211,0,0,0.515038,0.857167,600,600,100,1), + (15646,174565,230,804.315,-356.08,-49.3661,0.75049,0,0,0.366501,0.930418,600,600,100,1), + (15647,174473,230,871.288,-164.036,-49.7396,3.14159,0,0,1,0,600,600,100,1), + (15648,174475,230,870.39,-169.872,-49.7396,-0.907571,0,0,-0.438371,0.898794,600,600,100,1), + (15649,174466,230,870.335,-162.511,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15650,170531,230,1382.29,-385.027,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15651,170574,230,1370.65,-555.846,-92.0093,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (15652,172911,230,895.106,-273.564,-71.8876,2.37365,0,0,0.927184,0.374607,600,600,100,1), + (15653,158569,230,568.548,-141.397,-36.9204,-1.25664,0,0,-0.587785,0.809017,600,600,100,1), + (15654,140395,230,579.35,-241.153,-37.0031,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15655,174457,230,816.703,-178.889,-49.7396,-1.07338,0,0,-0.511292,0.859407,600,600,100,1), + (15656,174459,230,830.015,-162.58,-49.7157,-0.977383,0,0,-0.469471,0.882948,600,600,100,1), + (15657,174460,230,822.982,-182.302,-49.7396,0.610866,0,0,0.300706,0.953717,600,600,100,1), + (15658,174461,230,860.208,-171.954,-49.7396,-2.55691,0,0,0.957571,-0.288196,600,600,100,1), + (15659,170449,230,875.88,-170.521,-49.7396,2.13803,0,0,0.876727,0.480989,600,600,100,1), + (15660,170450,230,846.843,-148.808,-49.7372,-2.55691,0,0,0.957571,-0.288196,600,600,100,1), + (15661,174500,230,876.035,-140.878,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (15662,170555,230,436.751,-343.548,0,3.14159,0,0,1,0,600,600,100,1), + (15663,170537,230,1368.48,-414.949,-94.6781,0,0,0,0,1,600,600,100,1), + (15664,170570,230,560.531,-51.8159,-60.094,2.62672,0,0,0.967046,0.254602,600,600,100,1), + (15665,174446,230,702.032,39.6672,-45.0302,-3.09796,0,0,0.999762,-0.021815,600,600,100,1), + (15666,158584,230,578.612,-253.196,-34.1376,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (15667,174416,230,562.379,-100.629,-45.0247,0.05236,0,0,0.026177,0.999657,600,600,100,1), + (15668,140388,230,639.909,-138.093,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (15669,170466,230,899.684,-408.182,-49.47,2.57788,0,0,0.960541,0.27814,600,600,100,1), + (15670,170467,230,892.737,-407.466,-49.47,1.28633,0,0,0.599733,0.8002,600,600,100,1), + (15671,174439,230,705.427,42.172,-45.0302,0.05236,0,0,0.026177,0.999657,600,600,100,1), + (15672,2852,0,-10369.9,358.59,15.9736,-0.279253,0,0,0.139173,-0.990268,3600,3600,100,1), + (15683,123331,1,-1458.06,-3972.06,8.26139,1.39626,0,0,0.642788,0.766044,5,5,100,1), + (15685,142020,1,-1633.21,-3616.11,91.6664,2.92855,0,0,0.994332,0.106318,900,900,100,1), + (15686,178884,1,-793.299,-2135.61,92.3452,2.98451,0,0,0.996917,0.078459,900,900,100,1), + (15687,3524,1,324.005,-2238.76,215.04,2.14675,0,0,0.878817,0.477159,900,900,100,1), + (15697,1732,1,16.4664,-1378.21,100.787,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (15700,3525,1,324.017,-2238.79,212.078,2.16421,0,0,0.882948,0.469471,900,900,100,1), + (15701,142021,1,-1694.43,-3610.02,91.9548,2.62309,0,0,0.966582,0.256356,900,900,100,1), + (15702,123333,1,-1454.38,-3971.26,7.5598,2.14675,0,0,0.878817,0.477159,5,5,100,1), + (15703,1733,1,-1089.17,-2079.23,62.6844,-2.84489,0,0,-0.989016,0.147808,300,300,100,1), + (15704,1733,1,767.581,-1273.11,97.0626,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (15705,123334,1,-1454.38,-3971.26,7.5598,2.14675,0,0,0.878817,0.477159,900,900,100,1), + (15706,1735,1,-4877.07,-2306.67,-55.4266,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (15707,180682,1,-2295.38,-3893.07,0,-0.994838,0,0,-0.477159,0.878817,900,900,100,1), + (15708,180683,1,-2179.12,-3912.34,0,2.3911,0,0,0.930417,0.366502,900,900,100,1), + (15709,161752,1,993.268,-3064.57,81.656,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (15710,161752,1,1019.11,-3136.19,82.3192,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (15711,161752,1,998.252,-3170.05,92.3284,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (15712,161752,1,1035.26,-3072.98,91.7332,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (15713,161752,1,1151.02,-3041.97,92.6565,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (15714,161752,1,1017.15,-3121.49,81.5663,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (15715,161752,1,1105.72,-3096.35,82.3063,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (15716,161752,1,953.519,-3055.37,93.2572,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (15717,161752,1,973.021,-3022.74,91.738,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (15718,161752,1,1036.49,-3049.19,98.7275,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (15719,105176,1,1350.99,-3641.14,111.642,-1.09956,0,0,0.522499,-0.85264,10,10,100,1), + (15720,161752,1,1126.89,-3185.26,91.7227,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (15721,3301,1,-2399.7,-1920.07,96.7927,0.18326,0,0,0.091502,0.995805,900,900,100,1), + (15722,4072,1,831.215,-2679.75,91.667,2.93215,0,0,0.994522,0.104529,2,2,100,1), + (15723,56809,1,-661.778,-2001.61,61.8102,-0.273512,-0.051375,0.063496,-0.132565,0.987803,900,900,100,1), + (15725,56810,1,-799.635,-2039.34,95.9021,1.67552,0,0,0.743145,0.66913,900,900,100,1), + (15726,51948,1,-425.696,-3163.75,212.72,2.45219,-0.034002,0.021473,0.940299,0.337966,900,900,100,1), + (15727,177644,1,-2499.87,-1633.16,91.8285,-0.401426,0,0,0.199368,-0.979925,900,900,100,1), + (15728,51949,1,-426.528,-3162.13,212.421,2.92343,-0.03231,0.025471,0.993132,0.109532,900,900,100,1), + (15729,51950,1,-423.378,-3172.6,212.55,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (15730,61935,1,841.212,-2676.38,92.6111,0.340338,0.893652,0.160971,0.409866,-0.08651,2,2,100,1), + (15731,61936,1,841.276,-2686.75,93.0556,-0.628318,0,0,-0.309017,0.951056,2,2,100,1), + (15732,169968,1,-925.451,-3690.82,8.12508,2.30383,0,0,0.913545,0.406737,900,900,100,1), + (15733,169969,1,-923.123,-3686.86,8.16162,-2.20784,0,0,0.892979,-0.450099,900,900,100,1), + (15734,18930,1,-903.608,-2931.61,91.6667,1.79664,0,0,0.78228,0.622927,900,900,100,1), + (15735,5619,1,259.176,-3694.17,27.0924,2.04203,-0.078895,-0.145218,0.840162,0.516542,10,10,100,1), + (15736,5620,1,258.915,-3694.56,27.0507,-1.0472,0.150786,0.236035,-0.483156,0.829525,2,2,100,1), + (15737,5621,1,258.753,-3694.16,27.0845,-3.14159,0.008687,0.095842,0.995358,-0.000837,2,2,100,1), + (15738,141813,1,-4219.69,-2334.53,91.8015,3.14159,0,0,1,0,900,900,100,1), + (15739,51702,1,-339.171,-2573.65,97.6919,1.28282,0,0,0.598325,0.801253,900,900,100,1), + (15740,5622,1,258.99,-3694.39,27.0521,1.43117,0,0,0.656059,0.75471,900,900,100,1), + (15741,51703,1,-340.065,-2560.08,97.9611,-0.93375,0,0,-0.450098,0.892979,900,900,100,1), + (15742,3659,0,-10942.5,-934.878,76.8786,2.75762,0,0,0.981627,0.190809,3600,3600,100,1), + (15743,3695,0,-11022.4,-1108.87,40.6748,-1.32645,0,0,0.615661,-0.788011,3600,3600,100,1), + (15744,3695,0,-10342.2,-1551.89,92.6508,-1.65806,0,0,0.737277,-0.67559,3600,3600,100,1), + (15745,19030,0,-11141.2,-1151.89,43.4364,0.191986,0,0,0.095846,0.995396,1,1,100,1), + (15746,3659,0,-10717.8,256.985,43.9064,-1.01229,0,0,0.48481,-0.87462,3600,3600,100,1), + (15747,2066,0,-2128.71,-2010.07,6.22329,3.14159,0,0,1,0,7200,7200,100,1), + (15748,111095,1,-2147.73,-3579.5,91.7962,2.74017,0,0,0.979925,0.199368,3600,3600,100,1), + (15749,6906,1,-1533.44,-2692.78,91.2894,2.91617,-0.06153,0.037632,0.99084,0.114165,2,2,100,1), + (15750,6907,1,-1502.47,-2707.26,92.8061,2.59433,0,0,0.962796,0.27023,2,2,100,1), + (15751,6908,1,-1527.43,-2648.48,92.1057,1.06651,0.036321,-0.044391,0.50793,0.859487,2,2,100,1), + (15754,2045,1,-1705.89,-3975.65,-9.46198,-2.89725,0,0,-0.992546,0.121868,300,300,100,1), + (15755,2045,1,-2034.31,-3806.47,-5.20824,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (15756,2045,1,-1966.58,-3819.36,-10.8832,-1.43117,0,0,-0.656059,0.75471,300,300,100,1), + (15757,2045,1,-995.097,-3919.5,-67.6566,1.91986,0,0,0.819151,0.573577,300,300,100,1), + (15758,2045,1,-1115.51,-3791.77,-20.584,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (15759,2045,1,-1020.14,-3789.59,-24.4581,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (15760,164840,0,-927.879,-3525.54,70.8771,1.55334,0,0,0.700909,0.71325,7200,7200,100,1), + (15761,2045,1,-1299.33,-4067.18,-40.2812,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (15762,3695,0,-11087.6,-543.905,32.4458,-3.12414,0,0,0.999962,-0.008727,3600,3600,100,1), + (15763,180655,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (15764,180655,1,4737.25,851.432,-0.790674,2.56563,0,0,0.958819,0.284017,180,180,100,1), + (15766,142219,90,-560.737,643.358,-325.738,2.45177,0.103089,-0.034994,0.935582,0.335908,3600,3600,100,1), + (15767,2713,0,-1279.63,-2524.15,22.7172,0.008727,0.013089,0.000057,0.004363,0.999905,2,2,100,1), + (15768,3659,0,-10441.3,-794.54,52.3904,0.890118,0,0,0.430511,0.902585,3600,3600,100,1), + (15769,103695,0,-1566.42,-2146.91,16.8186,-0.334706,0,0,-0.166573,0.986029,7200,7200,100,1), + (15770,3695,0,-11148.2,-849.795,77.2473,1.46608,0,0,0.669131,0.743145,3600,3600,100,1), + (15771,180655,1,4737.25,851.432,-0.790674,2.56563,0,0,0.958819,0.284017,180,180,100,1), + (15775,180655,1,4754.92,781.582,0,1.88496,0,0,0.809018,0.587783,180,180,100,1), + (15776,180655,1,4754.92,781.582,0,1.88496,0,0,0.809018,0.587783,180,180,100,1), + (15777,180655,1,4674.38,843.767,0,-2.09439,0,0,-0.866024,0.500002,180,180,100,1), + (15778,2061,0,-1566.42,-2146.91,16.8186,-0.334706,0,0,-0.166573,0.986029,7200,7200,100,1), + (15779,180655,1,4674.38,843.767,0,-2.09439,0,0,-0.866024,0.500002,180,180,100,1), + (15780,2045,1,-1505.55,-4033.88,-15.2544,-2.96706,0,0,-0.996195,0.0871556,300,300,100,1), + (15781,2045,1,-1614.03,-4284.6,-15.0763,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (15782,2045,1,-1757.32,-4435.79,-12.4531,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (15783,180655,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (15784,61952,1,-5841.53,-3412.75,-51.4382,1.98149,0,0,0.836433,0.548069,180,180,100,1), + (15785,176747,1,-240,-1880,94.067,2.635,0,0,0.968148,0.25038,180,180,100,1), + (15786,2061,1,-5227.14,-2803.95,-8.69457,1.38494,-0.198415,-0.092603,0.632158,0.743258,180,180,100,1), + (15787,2061,1,-6235.4,-3854.96,-58.7498,-3.00257,0,0,0.997585,-0.069455,180,180,100,1), + (15788,103749,0,-1751.79,-3141.63,30.4592,2.81871,0,0,0.986996,0.160743,7200,7200,100,1), + (15789,142140,1,-8844,-3358,9.559,-1,0,0,-0.479426,0.877583,300,300,100,1), + (15790,142140,1,2797.16,-3973,93.59,3.632,0,0,0.970088,-0.242754,300,300,100,1), + (15791,142140,1,4167.73,1054.79,3.75733,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (15792,142140,0,-6103,-3212,257.063,4.446,0,0,0.794748,-0.606939,300,300,100,1), + (15793,142140,1,3147.48,-5340,93.572,2.794,0,0,0.984935,0.172923,300,300,100,1), + (15794,142140,1,3888.11,-5219,103.93,6.068,0,0,0.107385,-0.994217,300,300,100,1), + (15795,142140,1,4296.75,-6257,108.096,6.091,0,0,0.0959448,-0.995387,300,300,100,1), + (15796,142140,1,-9279,-2938,9.776,0,0,0,0,1,300,300,100,1), + (15797,142140,1,4085.85,-7287,28.582,4.432,0,0,0.798977,-0.601361,300,300,100,1), + (15798,142140,1,3191.29,-5287,96.787,3.037,0,0,0.998633,0.0522725,300,300,100,1), + (15799,142140,1,4083.87,-7274,29.449,4.33,0,0,0.828595,-0.559849,300,300,100,1), + (15800,142140,1,3441.76,-5076,83.359,-2,0,0,-0.841471,0.540302,300,300,100,1), + (15801,142140,1,3556.59,-5083,85.168,0.993,0,0,0.476351,0.879255,300,300,100,1), + (15802,142140,1,3890.6,-5213,104.787,5.927,0,0,0.177153,-0.984183,300,300,100,1), + (15803,142140,1,3623.46,-5220,83.48,5.566,0,0,0.350957,-0.936392,300,300,100,1), + (15804,142140,1,4492.51,-6400,126.501,2.887,0,0,0.991909,0.126953,300,300,100,1), + (15805,142140,1,3250.58,-4342,131.014,2.67,0,0,0.972329,0.233617,300,300,100,1), + (15806,142140,1,3202.56,-5081,87.95,3.661,0,0,0.966466,-0.256794,300,300,100,1), + (15807,142140,0,-12728,-451.183,30.4847,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (15808,142140,1,3132.93,-4194,109.207,0.509,0,0,0.251762,0.967789,300,300,100,1), + (15809,142140,0,-12903,-866,70.009,0.925,0,0,0.446187,0.89494,300,300,100,1), + (15810,142140,1,3444.81,-4445,136.089,4.728,0,0,0.701566,-0.712605,300,300,100,1), + (15811,142140,1,4312.34,-6292,94.783,6.115,0,0,0.0839937,-0.996466,300,300,100,1), + (15812,142140,1,-8904,-3463,11.517,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (15813,142140,1,3807.81,-5242,106.223,2.156,0,0,0.881013,0.473091,300,300,100,1), + (15814,142140,0,-12563,-745,39.747,-1,0,0,-0.479426,0.877583,300,300,100,1), + (15815,142140,1,3760.26,-5019,114.132,0.134,0,0,0.0669499,0.997756,300,300,100,1), + (15816,142140,1,3840.12,-5247,98.957,4.51,0,0,0.774923,-0.632056,300,300,100,1), + (15817,142140,1,3581.32,-4995,137.869,5.363,0,0,0.444031,-0.896011,300,300,100,1), + (15818,142140,1,3474.58,-5112,83.381,0.544,0,0,0.268658,0.963235,300,300,100,1), + (15819,142140,1,3837.65,-5232,100.901,1.918,0,0,0.818618,0.574339,300,300,100,1), + (15820,142140,1,2825.83,-3928,104.011,1.032,0,0,0.493405,0.8698,300,300,100,1), + (15821,142140,0,-251,-2807,115.931,-1,0,0,-0.479426,0.877583,300,300,100,1), + (15822,142140,1,3596.04,-5005,130.114,1.994,0,0,0.839846,0.542824,300,300,100,1), + (15823,142140,1,3010.02,-5129,132.7,4.713,0,0,0.706891,-0.707323,300,300,100,1), + (15824,142140,1,3538.78,-4748,113.216,0.465,0,0,0.230411,0.973093,300,300,100,1), + (15825,142140,1,3635.57,-4996,102.682,3.299,0,0,0.996904,-0.0786225,300,300,100,1), + (15826,142140,1,3020.36,-4117,101.093,5.627,0,0,0.322238,-0.946659,300,300,100,1), + (15827,142140,0,-6600,-2595,268.401,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (15828,142140,1,2922.53,-5200,128.677,4.619,0,0,0.739342,-0.67333,300,300,100,1), + (15829,142140,1,3494.04,-4747,112.995,0.291,0,0,0.144987,0.989434,300,300,100,1), + (15830,142140,1,3170.16,-5324,88.146,3.996,0,0,0.910128,-0.414327,300,300,100,1), + (15831,142140,1,2928.65,-2809,213.12,4.242,0,0,0.852418,-0.522861,300,300,100,1), + (15832,142140,1,-8058,-3906,14.623,3.101,0,0,0.999794,0.0202949,300,300,100,1), + (15833,142140,0,-21.1782,-2837.13,126.25,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (15834,142140,1,3681.53,-4989,115.18,4.359,0,0,0.82039,-0.571805,300,300,100,1), + (15835,142140,1,3473.65,278.01,11.355,0.182,0,0,0.0908745,0.995862,300,300,100,1), + (15836,142140,1,3455.21,-5158,83.048,0.455,0,0,0.225543,0.974233,300,300,100,1), + (15837,142140,1,2596.43,-4805,150.126,1.62,0,0,0.724287,0.689498,300,300,100,1), + (15838,142140,1,3434.82,-4872,149.127,2.108,0,0,0.869407,0.494097,300,300,100,1), + (15839,142140,0,-332,-3410,158.903,2.303,0,0,0.913376,0.407118,300,300,100,1), + (15840,142140,1,3288.65,-4507,97.723,4.708,0,0,0.708657,-0.705553,300,300,100,1), + (15841,142140,1,-8274.79,-4711.89,0.241838,0,0,0,0,1,300,300,255,1), + (15842,142140,1,-6821,-2903,8.878,1.431,0,0,0.655995,0.754765,300,300,100,1), + (15843,142140,1,4414.79,-6079,100.713,0.217,0,0,0.108287,0.99412,300,300,100,1), + (15844,142140,0,-13019.6,-817.41,70.1968,-0.087267,0,0,-0.0436197,0.999048,300,300,100,1), + (15845,142140,0,-243,-4033,174.295,-2,0,0,-0.841471,0.540302,300,300,100,1), + (15846,142140,1,-8083,-3993,9.344,3.902,0,0,0.928589,-0.37111,300,300,100,1), + (15847,142140,1,2972.96,-62,98.628,0,0,0,0,1,300,300,100,1), + (15848,142140,1,3978.14,857.464,0.818,3.67,0,0,0.965301,-0.261141,300,300,100,1), + (15849,142140,0,-6527.28,-3183.1,259.257,-0.820303,0,0,-0.398748,0.91706,300,300,255,1), + (15850,142140,1,2981.79,-4052,100.99,0.935,0,0,0.450656,0.892698,300,300,100,1), + (15851,142140,1,3579.34,-4570,104.322,1.926,0,0,0.820908,0.57106,300,300,100,1), + (15852,142140,1,3143.68,-4266,104.232,5.003,0,0,0.59727,-0.80204,300,300,100,1), + (15853,142140,1,3108.67,-4292,98.769,3.537,0,0,0.98052,-0.196418,300,300,100,1), + (15854,142140,1,3319.09,-5150,87.456,3.063,0,0,0.999228,0.0392862,300,300,100,1), + (15855,142140,1,3770.29,-5314,94.296,3.106,0,0,0.999842,0.0177954,300,300,100,1), + (15856,142140,1,3549.46,-5019,89.568,6.223,0,0,0.0300881,-0.999547,300,300,100,1), + (15857,142140,1,3661.56,-4677,121.156,0.386,0,0,0.191804,0.981433,300,300,100,1), + (15858,142140,0,-436,-2842,86.541,-1,0,0,-0.479426,0.877583,300,300,100,1), + (15859,142140,1,3637.81,-5274,90.819,5.927,0,0,0.177153,-0.984183,300,300,100,1), + (15860,142140,1,3720.79,-5063,95.868,2.343,0,0,0.921335,0.38877,300,300,100,1), + (15861,142140,1,3253,-4279,125.998,3.339,0,0,0.995133,-0.0985435,300,300,100,1), + (15862,142140,1,3254.79,-4248,118.481,1.439,0,0,0.659009,0.752135,300,300,100,1), + (15863,142140,1,4488.84,-6390,125.811,3.641,0,0,0.968986,-0.247117,300,300,100,1), + (15864,142140,0,-54,-2497,122.555,1.204,0,0,0.566292,0.824205,300,300,100,1), + (15865,142140,1,-9180,-3013,28.663,-1,0,0,-0.479426,0.877583,300,300,100,1), + (15866,163645,0,-12387.6,145.805,2.51911,-1.6057,0,0,-0.71934,0.694658,900,900,100,1), + (15867,142140,0,-195,-3122,136.315,3.458,0,0,0.987512,-0.157545,300,300,100,1), + (15868,142140,1,3899.4,-5223,103.417,2.73,0,0,0.978899,0.204347,300,300,100,1), + (15869,142140,0,-6451.54,-3418.86,229.71,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (15870,142140,0,-194,-4135,117.424,0.611,0,0,0.30077,0.953697,300,300,100,1), + (15871,142140,1,3283.07,-4694,122.541,2.949,0,0,0.995367,0.0961476,300,300,100,1), + (15872,142140,1,3145.74,-5262,91.487,1.781,0,0,0.777386,0.629023,300,300,100,1), + (15873,142140,1,-8301,-4599,8.107,-1,0,0,-0.479426,0.877583,300,300,100,1), + (15874,142140,1,4341.76,-6109,123.072,0.947,0,0,0.456004,0.889978,300,300,100,1), + (15875,142140,1,3254.35,-4841,123.035,3.23,0,0,0.999023,-0.0441893,300,300,100,1), + (15876,142140,1,3690.84,-5122,90.675,0.114,0,0,0.0569691,0.998376,300,300,100,1), + (15877,142140,1,-6981,-4320,12.216,1.922,0,0,0.819765,0.572701,300,300,100,1), + (15878,142140,1,2930.06,-56,107.536,1.239,0,0,0.580628,0.814169,300,300,100,1), + (15879,142140,1,3522.42,-4820,119.275,4.409,0,0,0.80584,-0.592133,300,300,100,1), + (15880,142140,1,3344.22,-4726,104.302,5.31,0,0,0.467617,-0.883931,300,300,100,1), + (15881,142140,1,3085.85,-4196,98.085,3.2,0,0,0.999574,-0.0291995,300,300,100,1), + (15882,142140,0,-301,-3455,192.092,-2,0,0,-0.841471,0.540302,300,300,100,1), + (15883,142140,1,3373.99,-4481,109.708,4.322,0,0,0.830827,-0.55653,300,300,100,1), + (15884,142140,1,4257.36,-6292,94.784,1.229,0,0,0.57655,0.817062,300,300,100,1), + (15885,142140,1,3541.82,-5022,89.516,0.284,0,0,0.141523,0.989935,300,300,100,1), + (15886,142140,1,-7966,-3857,20.797,0.78,0,0,0.380188,0.924909,300,300,100,1), + (15887,142140,1,2963.76,-4110,101.82,3.84,0,0,0.939645,-0.34215,300,300,100,1), + (15888,142140,1,3812.21,-5432,46.419,5.996,0,0,0.1431,-0.989708,300,300,100,1), + (15889,142140,1,-8860,-3439,12.893,0.611,0,0,0.30077,0.953697,300,300,100,1), + (15890,142140,1,3211.18,-269,127.705,3.344,0,0,0.994883,-0.101031,300,300,100,1), + (15891,142140,0,-6583,-3132,345.184,2.731,0,0,0.979001,0.203857,300,300,100,1), + (15892,142140,1,-9562,-2838,11.461,-1,0,0,-0.479426,0.877583,300,300,100,1), + (15893,142140,1,-8012,-3974,9.883,4.315,0,0,0.83277,-0.553619,300,300,100,1), + (15894,142140,1,-7985,-3852,19.882,0.873,0,0,0.42277,0.906237,300,300,100,1), + (15895,142140,1,2942.25,-4071,113.344,3.076,0,0,0.999462,0.0327905,300,300,100,1), + (15896,142140,1,-8903,-3514,14.36,0,0,0,0,1,300,300,100,1), + (15897,142140,1,3795.5,-5407,42.61,6.059,0,0,0.111858,-0.993724,300,300,100,1), + (15898,142140,1,2934.14,-5147,123.629,5.405,0,0,0.425118,-0.905138,300,300,100,1), + (15899,142140,0,-11671,717.319,50.567,1.239,0,0,0.580628,0.814169,300,300,100,1), + (15900,142140,1,2821.13,-3979,103.697,4.805,0,0,0.673618,-0.73908,300,300,100,1), + (15901,142140,1,-8211,-4578,9.062,3.753,0,0,0.953635,-0.300964,300,300,100,1), + (15902,142140,1,2754.37,-3027,151.703,4.581,0,0,0.752001,-0.659162,300,300,100,1), + (15903,142140,1,3741.05,-5120,104.687,5.822,0,0,0.228555,-0.973531,300,300,100,1), + (15904,142140,1,3721.86,-5147,96.244,6.23,0,0,0.0265895,-0.999646,300,300,100,1), + (15905,142140,0,368.128,-3794,171.09,3.373,0,0,0.993314,-0.115446,300,300,100,1), + (15906,142140,1,3595.88,-4855,119.641,6.232,0,0,0.0255899,-0.999673,300,300,100,1), + (15907,142140,1,3677,810.796,6.077,-2,0,0,-0.841471,0.540302,300,300,100,1), + (15908,142140,1,3399.22,-4888,120.059,0.209,0,0,0.10431,0.994545,300,300,100,1), + (15909,142140,1,3208.45,-5340,87.891,0.045,0,0,0.0224981,0.999747,300,300,100,1), + (15910,142140,1,3074.3,-5516,99.97,5.483,0,0,0.389504,-0.921025,300,300,100,1), + (15911,142140,0,-26,-2795,121.973,1.145,0,0,0.541735,0.840549,300,300,100,1), + (15912,142140,1,4173.97,-7003,98.739,2.408,0,0,0.933481,0.358627,300,300,100,1), + (15913,142140,0,-213,-3122,129.499,2.339,0,0,0.920555,0.390612,300,300,100,1), + (15914,142140,1,3555.99,-5269,101.535,3.625,0,0,0.970932,-0.239357,300,300,100,1), + (15915,142140,1,3200.33,-5112,88.554,5.089,0,0,0.56224,-0.826974,300,300,100,1), + (15916,142140,0,-6448,-3427,229.71,4.628,0,0,0.736305,-0.67665,300,300,100,1), + (15917,142140,1,3168.13,-5340,85.917,3.909,0,0,0.927285,-0.374357,300,300,100,1), + (15918,142140,1,-9533,-2713,8.792,-2,0,0,-0.841471,0.540302,300,300,100,1), + (15919,142140,0,-150,-3479,128.626,4.302,0,0,0.836351,-0.548194,300,300,100,1), + (15920,142140,1,3331.81,-4485,98.107,3.804,0,0,0.945652,-0.325181,300,300,100,1), + (15921,142140,1,3544.21,-5019,90.554,6.097,0,0,0.0929582,-0.99567,300,300,100,1), + (15922,142140,1,-8061,-3940,8.968,0.157,0,0,0.0784194,0.99692,300,300,100,1), + (15923,142140,1,3460.04,-5139,82.186,2.346,0,0,0.921917,0.387388,300,300,100,1), + (15924,142140,1,3137.86,-4483,136.316,0.963,0,0,0.463109,0.886301,300,300,100,1), + (15925,142140,1,3537.12,-5215,84.682,4.142,0,0,0.877485,-0.479604,300,300,100,1), + (15926,142140,0,-24,-2817,123.81,4.121,0,0,0.882472,-0.470364,300,300,100,1), + (15927,142140,1,3415.82,-5203,84.97,4.2,0,0,0.863209,-0.504846,300,300,100,1), + (15928,142140,1,3299.96,-4881,111.861,5.587,0,0,0.341106,-0.940025,300,300,100,1), + (15929,142140,1,3507.81,-5281,94.526,4.308,0,0,0.834703,-0.550701,300,300,100,1), + (15930,142140,1,2698.19,-5042,119.502,1.654,0,0,0.735903,0.677086,300,300,100,1), + (15931,142140,1,4138.02,-7026,97.166,0.238,0,0,0.118719,0.992928,300,300,100,1), + (15932,142140,1,-4885,1157.52,81.591,1.082,0,0,0.514993,0.857194,300,300,100,1), + (15933,142140,1,2706.1,-5011,122.058,1.902,0,0,0.813997,0.580869,300,300,100,1), + (15934,142140,0,-13007.8,-717.884,55.3487,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (15935,142140,0,-13873.7,419.135,93.5225,2.9845,0,0,0.996917,0.0784656,300,300,255,1), + (15936,142140,1,3314.33,-4848,117.503,4.107,0,0,0.885743,-0.464176,300,300,100,1), + (15937,142140,0,-11839,87.331,17.396,0,0,0,0,1,300,300,100,1), + (15938,142140,1,3647.13,-5122,85.092,0.67,0,0,0.328769,0.94441,300,300,100,1), + (15939,142140,0,-314,-3975,195.199,2.321,0,0,0.917003,0.398881,300,300,100,1), + (15940,142140,0,-12440,-168,14.897,-1,0,0,-0.479426,0.877583,300,300,100,1), + (15941,142140,1,3491.96,-5242,88.743,2.335,0,0,0.919772,0.392452,300,300,100,1), + (15942,142140,1,2484.83,-1942,175.906,5.551,0,0,0.35797,-0.933733,300,300,100,1), + (15943,142140,1,3774.44,-5333,93.132,3.876,0,0,0.933335,-0.359007,300,300,100,1), + (15944,142140,1,3466.71,-4854,130.868,-2,0,0,-0.841471,0.540302,300,300,100,1), + (15945,142140,1,3321.14,-5112,87.268,3.228,0,0,0.999067,-0.0431902,300,300,100,1), + (15946,142140,1,3006.24,-4192,98.731,2.514,0,0,0.951169,0.308672,300,300,100,1), + (15947,142140,1,3402.85,-4469,114.039,4.804,0,0,0.673987,-0.738743,300,300,100,1), + (15948,142141,0,1069.92,-1667,63.339,0.159,0,0,0.0794163,0.996842,300,300,100,1), + (15949,142141,0,1751.25,-3344,112.859,1.994,0,0,0.839846,0.542824,300,300,100,1), + (15950,142141,0,1390.66,-1613,64.342,5.197,0,0,0.516786,-0.856115,300,300,100,1), + (15951,142141,0,1568.94,-1048,73.047,6.065,0,0,0.108876,-0.994055,300,300,100,1), + (15952,142141,0,1637.71,-1623,59.824,1.341,0,0,0.621378,0.783511,300,300,100,1), + (15953,142141,1,4784.87,-511,323.23,2.857,0,0,0.989893,0.141817,300,300,100,1), + (15954,142141,1,6318.2,-729,470.811,1.345,0,0,0.622944,0.782267,300,300,100,1), + (15955,142141,1,4557.57,-881,306.239,4.93,0,0,0.62614,-0.779711,300,300,100,1), + (15956,142141,0,1768.05,-3377,121.101,4.091,0,0,0.889428,-0.457075,300,300,100,1), + (15957,142141,0,1792.65,-3359,114.362,2.712,0,0,0.97702,0.213148,300,300,100,1), + (15958,142141,0,1864.59,-3583,115.049,2.065,0,0,0.858583,0.512674,300,300,100,1), + (15959,142141,0,1377.13,-1703,66.994,5.386,0,0,0.433698,-0.901058,300,300,100,1), + (15960,142141,1,4816.77,-558,315.59,4.569,0,0,0.755943,-0.654638,300,300,100,1), + (15961,142141,0,1105.49,-1813,64.516,4.742,0,0,0.696561,-0.717498,300,300,100,1), + (15962,142141,1,6540.85,-1417,440.894,4.679,0,0,0.718813,-0.695204,300,300,100,1), + (15963,142141,0,1559.92,-1018,72.466,4.113,0,0,0.884347,-0.466831,300,300,100,1), + (15964,142141,1,4575.39,-865,304.176,4.157,0,0,0.873863,-0.486172,300,300,100,1), + (15965,142141,1,5423.04,-560,358.678,1.145,0,0,0.541735,0.840549,300,300,100,1), + (15966,142141,0,1558.22,-995.456,67.24,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (15967,142141,0,1482.26,-1218,62.937,1.239,0,0,0.580628,0.814169,300,300,100,1), + (15968,142141,0,1262.32,-1490,67.997,2.129,0,0,0.874547,0.484942,300,300,100,1), + (15969,142141,0,1790.97,-2191,70.27,2.401,0,0,0.93222,0.361892,300,300,100,1), + (15970,142141,0,1813.91,-2202,66.72,2.456,0,0,0.941818,0.336122,300,300,100,1), + (15971,142141,0,1570.27,-1042,72.66,6.124,0,0,0.0795086,-0.996834,300,300,100,1), + (15972,142141,0,1619.39,-1637,61.134,0.607,0,0,0.298862,0.954296,300,300,100,1), + (15973,142141,0,1637.33,-3905,130.177,4.182,0,0,0.867718,-0.497057,300,300,100,1), + (15974,142141,0,2861.6,-4063.8,99.4177,0.052359,0,0,0.0261765,0.999657,300,300,255,1), + (15975,142141,0,1541.04,-1038,72.794,4.793,0,0,0.67804,-0.735025,300,300,100,1), + (15976,142141,1,4812.79,-513,321.256,5.61,0,0,0.330273,-0.943886,300,300,100,1), + (15977,142141,0,1878.77,-3577,111.526,1.056,0,0,0.503807,0.863816,300,300,100,1), + (15978,142141,1,4778.89,-501,326.361,2.346,0,0,0.921917,0.387388,300,300,100,1), + (15979,142141,0,1106.32,-1845,60.747,3.674,0,0,0.964777,-0.263071,300,300,100,1), + (15980,142141,0,1765.01,-921,69.948,0.795,0,0,0.387114,0.922032,300,300,100,1), + (15981,142141,1,4060.92,-640,299.251,4.97,0,0,0.610422,-0.792077,300,300,100,1), + (15982,142141,0,1075.22,-1697,62.433,4.27,0,0,0.845015,-0.534743,300,300,100,1), + (15983,142141,0,1053.34,-1706,61.699,3.756,0,0,0.953183,-0.302394,300,300,100,1), + (15984,142141,0,1953.31,-3693,123.575,3.224,0,0,0.999151,-0.041192,300,300,100,1), + (15985,142141,0,1958.92,-3718,124.876,5.442,0,0,0.408302,-0.912847,300,300,100,1), + (15986,142141,0,1699.24,-1583,67.041,1.734,0,0,0.762391,0.647117,300,300,100,1), + (15987,142141,0,2077.96,-1585,66.205,0.387,0,0,0.192295,0.981337,300,300,100,1), + (15988,142141,0,1668.4,-1594.04,60.7286,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (15989,142141,0,1749.1,-3319,105.098,2.634,0,0,0.967966,0.25108,300,300,100,1), + (15990,142141,0,2062.58,-1574,66.692,6.124,0,0,0.0795086,-0.996834,300,300,100,1), + (15991,142141,0,2309.14,-5247,84.428,0,0,0,0,1,300,300,100,1), + (15992,142141,0,2159.69,-1574.27,68.0867,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (15993,142141,0,1773.48,-3359,115.714,3.345,0,0,0.994833,-0.101528,300,300,100,1), + (15994,142141,0,1808.02,-1100,61.927,1.455,0,0,0.665005,0.746839,300,300,100,1), + (15995,142141,1,5607.12,-721,342.315,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (15996,142141,0,1704.83,-1606,68.175,1.101,0,0,0.523113,0.852263,300,300,100,1), + (15997,142141,1,3634.27,-1540,179.991,5.425,0,0,0.416046,-0.909344,300,300,100,1), + (15998,142141,0,1078.66,-1666,62.786,0.014,0,0,0.00699994,0.999976,300,300,100,1), + (15999,142141,0,1097.63,-1713,62.519,5.979,0,0,0.151507,-0.988456,300,300,100,1), + (16000,142141,1,6316.83,-751,470.9,3.984,0,0,0.912597,-0.408859,300,300,100,1), + (16001,142141,0,2111.01,-3925,134.952,0.145,0,0,0.0724365,0.997373,300,300,100,1), + (16002,142141,0,1536.06,-1322,63.334,5.193,0,0,0.518497,-0.855079,300,300,100,1), + (16003,142141,0,1382.68,-1814.81,61.294,0.296705,0,0,0.147809,0.989016,300,300,100,1), + (16004,142141,1,5405.77,-529,362.84,2.794,0,0,0.984935,0.172923,300,300,100,1), + (16005,142141,0,1094.64,-1719,62.607,5.869,0,0,0.205616,-0.978633,300,300,100,1), + (16006,142141,1,3780.6,-1064,228.959,2.523,0,0,0.952548,0.304388,300,300,100,1), + (16007,142141,0,1453.63,-1339,60.895,1.763,0,0,0.771694,0.635994,300,300,100,1), + (16008,142141,0,1808.97,-2210,66.533,4.404,0,0,0.807318,-0.590117,300,300,100,1), + (16009,142141,1,5475.39,-837,362.279,0.061,0,0,0.0304953,0.999535,300,300,100,1), + (16010,142141,1,6603.06,-875,474.666,0.139,0,0,0.0694441,0.997586,300,300,100,1), + (16011,142141,0,1853.09,-1383,59.956,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16012,142141,0,1974.49,-3839,124.455,1.987,0,0,0.837941,0.54576,300,300,100,1), + (16013,142141,0,1073.62,-1670,63.588,4.592,0,0,0.748364,-0.663288,300,300,100,1), + (16014,142141,0,1752.18,-3386,125.086,1.711,0,0,0.754899,0.655841,300,300,100,1), + (16015,142141,0,1842.55,-2206.58,62.1356,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (16016,142141,1,5566.54,-757,342.154,1.054,0,0,0.502943,0.86432,300,300,100,1), + (16017,142141,0,1731.29,-3854,125.893,6.047,0,0,0.117818,-0.993035,300,300,100,1), + (16018,142141,1,4800.44,-535,318.513,4.836,0,0,0.662081,-0.749432,300,300,100,1), + (16019,142141,0,1614.18,-931,69.217,4.325,0,0,0.829992,-0.557776,300,300,100,1), + (16020,142141,1,4056.18,-631,302.157,1.423,0,0,0.652971,0.757383,300,300,100,1), + (16021,142141,0,1788.06,-2173,69.698,2.138,0,0,0.87672,0.481001,300,300,100,1), + (16022,142141,0,1433.13,-1540,71.445,1.257,0,0,0.587932,0.80891,300,300,100,1), + (16023,142141,1,3993.02,-771,289.001,2.386,0,0,0.92948,0.368873,300,300,100,1), + (16024,142141,1,3990.96,-871,269.366,4.828,0,0,0.665074,-0.746778,300,300,100,1), + (16025,142141,1,6544.86,-1380,438.266,5.24,0,0,0.498262,-0.867027,300,300,100,1), + (16026,142142,0,25.397,-2522,121.077,1.121,0,0,0.53161,0.846989,300,300,100,1), + (16027,142142,0,294.772,-3118,120.821,5.406,0,0,0.424666,-0.90535,300,300,100,1), + (16028,142142,0,-7729,-2423,149.006,6.014,0,0,0.134187,-0.990956,300,300,100,1), + (16029,142142,0,-161.274,-2780.97,120.945,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (16030,142142,0,-11419,-2961,1.719,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16031,142142,1,6237.98,-701,417.121,1.509,0,0,0.684924,0.728614,300,300,100,1), + (16032,142142,1,4381.45,-6275,96.289,6.261,0,0,0.0110923,-0.999938,300,300,100,1), + (16033,142142,0,2583.77,-4550,81.011,0.631,0,0,0.310292,0.950641,300,300,100,1), + (16034,142142,0,358.39,-3557,118.681,5.338,0,0,0.455196,-0.890391,300,300,100,1), + (16035,142142,1,-4450,537.857,51.691,2.827,0,0,0.987654,0.156649,300,300,100,1), + (16036,142142,0,-11799,-3081,8.639,3.728,0,0,0.957323,-0.289021,300,300,100,1), + (16037,142142,0,-11650,-3187,22.85,4.937,0,0,0.623407,-0.781897,300,300,100,1), + (16038,142142,1,2887.5,-5289,131.776,4.112,0,0,0.88458,-0.466389,300,300,100,1), + (16039,142142,1,2875.99,-5317,130.99,1.712,0,0,0.755227,0.655464,300,300,100,1), + (16040,142142,1,2875.71,-5280,131.009,4.654,0,0,0.727446,-0.686165,300,300,100,1), + (16041,142142,0,2202.91,-4592,73.647,0.399,0,0,0.198179,0.980166,300,300,100,1), + (16042,142142,0,-7903,-2870,136.52,1.368,0,0,0.631898,0.775051,300,300,100,1), + (16043,142142,0,-194,-2706,118.657,5.397,0,0,0.428736,-0.90343,300,300,100,1), + (16044,142142,0,-210,-2652,118.326,5.02,0,0,0.590431,-0.807088,300,300,100,1), + (16045,142142,0,-214,-2670,117.644,4.918,0,0,0.630807,-0.77594,300,300,100,1), + (16046,142142,0,263.459,-3183,119.402,4.513,0,0,0.773974,-0.633218,300,300,100,1), + (16047,142142,1,2703.56,-4469,107.789,5.365,0,0,0.443135,-0.896455,300,300,100,1), + (16048,142142,0,-11772,-2774,14.377,4.467,0,0,0.788332,-0.61525,300,300,100,1), + (16049,142142,0,66.809,-3028.1,133.7,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (16050,142142,0,-11620.4,-3179.27,11.3477,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (16051,142142,1,3291.8,-4433.6,103.945,-0.95993,0,0,-0.461748,0.887011,300,300,100,1), + (16052,142142,0,-7878,-2896,133.66,1.449,0,0,0.662761,0.748831,300,300,100,1), + (16053,142142,0,307.202,-3120,119.976,5.335,0,0,0.456531,-0.889707,300,300,100,1), + (16054,142142,0,-8195,-2212,131.926,5.932,0,0,0.174692,-0.984623,300,300,100,1), + (16055,142142,0,161.842,-2274,101.119,5.134,0,0,0.543493,-0.839414,300,300,100,1), + (16056,142142,1,2529.58,-6689,106.253,2.831,0,0,0.987966,0.154673,300,300,100,1), + (16057,142142,0,304.191,-3131,120.934,6.184,0,0,0.0495723,-0.998771,300,300,100,1), + (16058,142142,0,-7693,-2906,133.346,2.134,0,0,0.875756,0.482754,300,300,100,1), + (16059,142142,0,-8160,-2679,133.34,1.536,0,0,0.694698,0.719302,300,300,100,1), + (16060,142142,0,40.202,-3351,117.319,2.495,0,0,0.948193,0.317694,300,300,100,1), + (16061,142142,0,-27,-3313,117.016,2.683,0,0,0.973827,0.227292,300,300,100,1), + (16062,142142,1,4612.66,-826,301.303,0.863,0,0,0.418234,0.908339,300,300,100,1), + (16063,142142,0,2232.51,-1598.6,81.9782,-1.20428,0,0,-0.566407,0.824125,300,300,100,1), + (16064,142142,0,261.965,-3161,120.731,4.464,0,0,0.789254,-0.614067,300,300,100,1), + (16065,142142,0,308.356,-3137,120.744,1.23,0,0,0.576959,0.816773,300,300,100,1), + (16066,142142,0,82.176,-2672,110.872,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (16067,142142,1,-4657.48,1604.65,115.776,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (16068,142142,0,-7684,-2902,133.33,0.599,0,0,0.295042,0.955484,300,300,100,1), + (16069,142142,0,-7678,-2977,132.315,4.447,0,0,0.794445,-0.607337,300,300,100,1), + (16070,142142,0,-11118,-2792,30.651,4.035,0,0,0.901876,-0.431995,300,300,100,1), + (16071,142142,1,2595.17,-4777,146.224,5.777,0,0,0.250399,-0.968143,300,300,100,1), + (16072,142142,1,2602.7,-4774,144.188,4.3,0,0,0.836899,-0.547358,300,300,100,1), + (16073,142142,1,6799.74,-1571,483.782,1.349,0,0,0.624507,0.781019,300,300,100,1), + (16074,142142,1,6775.47,-1575,482.038,1.082,0,0,0.514993,0.857194,300,300,100,1), + (16075,142142,1,2257.02,-6631,125.93,2.517,0,0,0.951631,0.307245,300,300,100,1), + (16076,142142,1,2544.21,-4883,139.239,2.875,0,0,0.991129,0.132902,300,300,100,1), + (16077,142142,1,-7586.88,-749.143,-259.104,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (16078,142142,0,3208.56,-4631,115.102,6.117,0,0,0.082997,-0.99655,300,300,100,1), + (16079,142142,0,396.289,-3677,127.264,2.204,0,0,0.892113,0.451813,300,300,100,1), + (16080,142142,0,-11019,-2828,10.197,3.638,0,0,0.969355,-0.245663,300,300,100,1), + (16081,142142,0,-67,-2560,120.562,3.721,0,0,0.958329,-0.285668,300,300,100,1), + (16082,142142,0,-7889,-2443,134.611,3.96,0,0,0.917438,-0.397879,300,300,100,1), + (16083,142142,1,2681.03,-4094,119.832,0.79,0,0,0.384808,0.922997,300,300,100,1), + (16084,142142,1,2677.77,-4084,122.051,6.009,0,0,0.136664,-0.990618,300,300,100,1), + (16085,142142,0,1964.26,-3705,123.415,4.334,0,0,0.827473,-0.561505,300,300,100,1), + (16086,142142,0,-11622,-2793,3.626,1.309,0,0,0.608763,0.793352,300,300,100,1), + (16087,142142,0,379.63,-3629,125.261,5.33,0,0,0.458754,-0.888563,300,300,100,1), + (16088,142142,1,6589.17,-1009,468.415,5.385,0,0,0.434148,-0.900841,300,300,100,1), + (16089,142142,0,-144,-3285,117.598,1.134,0,0,0.537104,0.843516,300,300,100,1), + (16090,142142,1,-7815.27,-1183.7,-261.473,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (16091,142142,1,6743.89,-1626,477.683,5.362,0,0,0.444479,-0.895789,300,300,100,1), + (16092,142142,1,-6718.74,-1541.81,-272.222,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (16093,142142,0,-147,-3482,127.57,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16094,142142,0,-11117,-2747,16.131,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16095,142142,0,1648.22,-4065,141.562,4.762,0,0,0.689351,-0.724428,300,300,100,1), + (16096,142142,0,-113,-2607,117.63,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16097,142142,1,3353.07,-4686,97.163,2.266,0,0,0.905688,0.423945,300,300,100,1), + (16098,142142,0,-11387,-2850,0,6.124,0,0,0.0795086,-0.996834,300,300,100,1), + (16099,142142,1,3586.05,-4167,99.045,2.153,0,0,0.880303,0.474412,300,300,100,1), + (16100,142142,1,3559,-4175,105.595,5.134,0,0,0.543493,-0.839414,300,300,100,1), + (16101,142142,1,3474.44,-4206,96.512,3.653,0,0,0.967486,-0.252926,300,300,100,1), + (16102,142142,1,2254.03,-6840,112.701,2.391,0,0,0.930399,0.366548,300,300,100,1), + (16103,142142,1,2247.6,-6845,111.584,1.621,0,0,0.724632,0.689136,300,300,100,1), + (16104,142142,1,2688.31,-4394,101.171,4.525,0,0,0.77016,-0.63785,300,300,100,1), + (16105,142142,0,329.376,-3740,140.047,3.94,0,0,0.921371,-0.388685,300,300,100,1), + (16106,142142,0,-7905.47,-2443.7,133.659,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (16107,142142,0,2851.84,-4600,90.54,0.902,0,0,0.435866,0.900012,300,300,100,1), + (16108,142142,1,2567.46,-4987,124.909,1.642,0,0,0.731828,0.68149,300,300,100,1), + (16109,142142,0,329.091,-3737,138.326,3.94,0,0,0.921371,-0.388685,300,300,100,1), + (16110,142142,1,3152.98,-4292,102.457,1.921,0,0,0.819478,0.57311,300,300,100,1), + (16111,142142,0,1659.06,-4064,141.451,4.534,0,0,0.767282,-0.641309,300,300,100,1), + (16112,142142,1,2275.56,-5985,108.199,2.52,0,0,0.95209,0.305817,300,300,100,1), + (16113,142142,1,2286.46,-5970,113.535,2.116,0,0,0.871376,0.490616,300,300,100,1), + (16114,142142,1,2280.9,-5974,114.652,1.177,0,0,0.555114,0.831774,300,300,100,1), + (16115,142142,1,3464.29,-4220,100.043,2.636,0,0,0.968217,0.250112,300,300,100,1), + (16116,142142,0,410.458,-3654.1,122.935,1.01229,0,0,0.484809,0.87462,300,300,255,1), + (16117,142142,0,117.788,-2423.14,123.836,1.67551,0,0,0.743143,0.669133,300,300,255,1), + (16118,142142,1,4566.43,-5546,106.942,5.26,0,0,0.489567,-0.871966,300,300,100,1), + (16119,142142,1,4617.92,-5421,107.109,1.632,0,0,0.728411,0.68514,300,300,100,1), + (16120,142142,1,-7819,-1679,-270,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16121,142142,0,209.836,-3842,138.119,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16122,142142,1,3643.9,-4218,109.035,0.872,0,0,0.422317,0.906448,300,300,100,1), + (16123,142142,0,-17.3964,-4119.51,117.86,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (16124,142142,0,56.101,-3308,117.256,5.809,0,0,0.234878,-0.972025,300,300,100,1), + (16125,142142,0,387.734,-3669,128.922,4.796,0,0,0.676937,-0.736041,300,300,100,1), + (16126,142142,1,3338.24,-4202,107.133,3.103,0,0,0.999814,0.0192952,300,300,100,1), + (16127,142142,0,1887.01,-4460,76.904,4.468,0,0,0.788024,-0.615645,300,300,100,1), + (16128,142142,0,-11027,-2848,9.338,2.366,0,0,0.925745,0.378149,300,300,100,1), + (16129,142142,0,-11044,-2845,10.803,1.196,0,0,0.562991,0.826463,300,300,100,1), + (16130,142142,0,2842.94,-3127,106.44,4.358,0,0,0.820676,-0.571394,300,300,100,1), + (16131,142142,0,-8150,-2748,137.517,4.946,0,0,0.619882,-0.784695,300,300,100,1), + (16132,142142,1,2666.3,-3916,118.163,2.836,0,0,0.988349,0.152202,300,300,100,1), + (16133,142142,1,2673.22,-3912,119.453,2.691,0,0,0.974728,0.223395,300,300,100,1), + (16134,142142,1,2430.95,-6421,97.953,2.929,0,0,0.994356,0.106096,300,300,100,1), + (16135,142142,1,2417.68,-6420,93.853,2.273,0,0,0.907166,0.420772,300,300,100,1), + (16136,142142,1,-6742,-1978,-270,2.251,0,0,0.902483,0.430725,300,300,100,1), + (16137,142142,0,134.614,-2987,122.234,1.046,0,0,0.499481,0.866325,300,300,100,1), + (16138,142142,0,112.829,-3031,130.779,6.276,0,0,0.00359263,-0.999994,300,300,100,1), + (16139,142142,0,49.701,-3034,132.807,5.813,0,0,0.232933,-0.972493,300,300,100,1), + (16140,142142,0,-11680.6,-3257.28,15.4767,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (16141,142142,0,-11512,-3070,4.406,3.434,0,0,0.989331,-0.145683,300,300,100,1), + (16142,142142,1,2582.87,-5124,116.486,1.799,0,0,0.783016,0.622002,300,300,100,1), + (16143,142142,0,228.485,-4264.18,120.824,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (16144,142142,0,214.263,-3954.11,126.244,-0.261798,0,0,-0.130525,0.991445,300,300,255,1), + (16145,142142,1,3619.33,-4090,101.321,1.972,0,0,0.833825,0.55203,300,300,100,1), + (16146,142142,0,1980.44,-3348,107.949,3.136,0,0,0.999996,0.00279636,300,300,100,1), + (16147,142142,1,2896.37,-4167,101.874,5.734,0,0,0.271155,-0.962536,300,300,100,1), + (16148,142142,0,2830.47,-3127,104.92,4.228,0,0,0.856057,-0.516881,300,300,100,1), + (16149,142142,0,2928.72,-2932,104.404,0.368,0,0,0.182964,0.98312,300,300,100,1), + (16150,142142,1,3622.39,-4083,100.858,1.972,0,0,0.833825,0.55203,300,300,100,1), + (16151,142142,1,3636.53,-4114,101.894,4.431,0,0,0.799278,-0.600962,300,300,100,1), + (16152,142142,1,3589.98,-4127,104.786,2.279,0,0,0.908425,0.418049,300,300,100,1), + (16153,142142,0,-11356,-2755.73,7.42946,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (16154,142142,1,3881.28,-614,345.595,2.163,0,0,0.882664,0.470005,300,300,100,1), + (16155,142142,0,-7712,-1993,133.439,1.416,0,0,0.650316,0.759664,300,300,100,1), + (16156,142142,1,4904.93,-734,304.708,3.172,0,0,0.999884,-0.0152031,300,300,100,1), + (16157,142142,1,5087.75,-578,326.54,3.278,0,0,0.997675,-0.0681509,300,300,100,1), + (16158,142142,0,59.403,-3928,143.621,0,0,0,0,1,300,300,100,1), + (16159,142142,0,2771.76,-3999,98.206,5.19,0,0,0.519779,-0.854301,300,300,100,1), + (16160,142142,0,2782.25,-4023,100.049,5.143,0,0,0.53971,-0.841851,300,300,100,1), + (16161,142142,1,3348.71,-4200,106.682,2.738,0,0,0.979708,0.20043,300,300,100,1), + (16162,142142,1,-8211,-1097,-214,2.426,0,0,0.936671,0.350211,300,300,100,1), + (16163,142142,0,2997.67,-2913,105.035,0.265,0,0,0.132113,0.991235,300,300,100,1), + (16164,142142,0,3025.56,-2909,110.791,3.791,0,0,0.947745,-0.319028,300,300,100,1), + (16165,142142,0,3014.25,-2905,106.483,0.19,0,0,0.0948572,0.995491,300,300,100,1), + (16166,142142,0,2315.99,-4314,73.706,6.188,0,0,0.0475746,-0.998868,300,300,100,1), + (16167,142142,1,2673.81,-5957,95.544,5.315,0,0,0.465405,-0.885098,300,300,100,1), + (16168,142142,1,2679.57,-5947,95.939,5.024,0,0,0.588816,-0.808267,300,300,100,1), + (16169,142142,1,2682.91,-5941,95.657,4.994,0,0,0.600873,-0.799345,300,300,100,1), + (16170,142142,0,-11461.5,-2818.82,-1.48899,3.00197,0,0,0.997564,0.0697546,300,300,100,1), + (16171,142142,0,-11381,-2760,5.245,6.167,0,0,0.0580601,-0.998313,300,300,100,1), + (16172,142142,1,2869.74,-5646,125.431,3.609,0,0,0.972815,-0.231582,300,300,100,1), + (16173,142142,1,2594.37,-5760,104.765,5.225,0,0,0.50475,-0.863265,300,300,100,1), + (16174,142142,0,158.135,-2274,101.554,0.803,0,0,0.390799,0.920476,300,300,100,1), + (16175,142142,1,2983.57,-5821,136.015,5.733,0,0,0.271636,-0.9624,300,300,100,1), + (16176,142142,0,282.888,-2987,114.301,5.893,0,0,0.193857,-0.98103,300,300,100,1), + (16177,142142,1,5962.92,-671,386.243,2.85,0,0,0.98939,0.14528,300,300,100,1), + (16178,142142,1,-6772,-440,-269,4.773,0,0,0.685356,-0.728208,300,300,100,1), + (16179,142142,1,2254.9,-6634,125.82,2.513,0,0,0.951014,0.309147,300,300,100,1), + (16180,142142,0,317.827,-3191,120.811,5.43,0,0,0.413771,-0.910381,300,300,100,1), + (16181,142142,1,-6650,-1211,-272,0,0,0,0,1,300,300,100,1), + (16182,142142,0,-11122,-2773,20.717,4.27,0,0,0.845015,-0.534743,300,300,100,1), + (16183,142142,0,-11053,-2830,11.432,0.292,0,0,0.145482,0.989361,300,300,100,1), + (16184,142142,0,262.899,-2981,111.672,5.681,0,0,0.296564,-0.955013,300,300,100,1), + (16185,142142,1,3634.47,-4226,102.627,1.869,0,0,0.804302,0.594221,300,300,100,1), + (16186,142142,0,1623.45,-4031,135.395,2.335,0,0,0.919772,0.392452,300,300,100,1), + (16187,142142,0,1982.33,-3368,106.737,4.821,0,0,0.667683,-0.744445,300,300,100,1), + (16188,142142,1,-7245,-948,-271,2.007,0,0,0.843357,0.537354,300,300,100,1), + (16189,142142,0,-11527,-3237,6.82,0.143,0,0,0.0714391,0.997445,300,300,100,1), + (16190,142142,0,-9.04666,-3332.54,119.422,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (16191,142142,1,-6872,-486,-270,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16192,142142,0,-8087,-2502,138.376,4.197,0,0,0.863966,-0.503551,300,300,100,1), + (16193,142142,0,72.855,-2242,104.856,2.755,0,0,0.981376,0.192095,300,300,100,1), + (16194,142142,1,-7821,-855,-269,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16195,142142,0,142.004,-2297,103.167,4.027,0,0,0.903597,-0.428384,300,300,100,1), + (16196,142142,0,147.557,-2271,102.695,1.545,0,0,0.697928,0.716168,300,300,100,1), + (16197,142142,0,102.91,-2476,124.375,4.451,0,0,0.793228,-0.608924,300,300,100,1), + (16198,142142,0,108.334,-2457,122.738,5.111,0,0,0.55311,-0.833108,300,300,100,1), + (16199,142142,0,11.223,-2427,126.019,3.823,0,0,0.94252,-0.33415,300,300,100,1), + (16200,142142,0,1998.18,-4163,15.929,1.251,0,0,0.585503,0.81067,300,300,100,1), + (16201,142142,1,2703.09,-5654,137.906,5.036,0,0,0.583955,-0.811786,300,300,100,1), + (16202,142142,0,-169,-3030,120.893,0.122,0,0,0.0609622,0.99814,300,300,100,1), + (16203,142142,1,5090.61,-582,325.581,3.278,0,0,0.997675,-0.0681509,300,300,100,1), + (16204,142142,1,4569.4,-6140,104.244,0.591,0,0,0.291218,0.956657,300,300,100,1), + (16205,142142,0,1451.05,-1706,69.453,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16206,142142,0,-10.5097,-3543.58,119.021,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (16207,142142,1,2468.08,-6862,102.22,1.818,0,0,0.78889,0.614535,300,300,100,1), + (16208,142142,1,2723.11,-5852,96.425,4.62,0,0,0.739005,-0.6737,300,300,100,1), + (16209,142142,0,2766.48,-3481,103.532,5.822,0,0,0.228555,-0.973531,300,300,100,1), + (16210,142142,1,4424.51,-5875,99.845,4.596,0,0,0.747036,-0.664783,300,300,100,1), + (16211,142142,1,2710.83,-5639,136.469,4.585,0,0,0.750681,-0.660665,300,300,100,1), + (16212,142142,1,2685.12,-4395,101.627,4.945,0,0,0.620274,-0.784385,300,300,100,1), + (16213,142142,0,150.913,-3024,128.216,1.536,0,0,0.694698,0.719302,300,300,100,1), + (16214,142142,0,-5,-2410,127.373,2.55,0,0,0.95657,0.291502,300,300,100,1), + (16215,142142,0,304.136,-3183,119.461,2.284,0,0,0.909467,0.415776,300,300,100,1), + (16216,142142,1,2596.48,-5847,97.377,1.354,0,0,0.626457,0.779456,300,300,100,1), + (16217,142142,0,2313.13,-4331,74.614,0.537,0,0,0.265285,0.96417,300,300,100,1), + (16218,142142,0,2308.47,-4351,75.766,2.155,0,0,0.880777,0.473532,300,300,100,1), + (16219,142142,0,254.163,-3647.02,130.938,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (16220,142142,1,3155.26,-4314,102.159,4.709,0,0,0.708304,-0.705908,300,300,100,1), + (16221,142142,1,2411.48,-5732,102.694,3.341,0,0,0.995034,-0.0995386,300,300,100,1), + (16222,142142,1,2411.3,-5738,103.108,3.133,0,0,0.999991,0.00429637,300,300,100,1), + (16223,142142,1,2664.24,-5075,118.303,1.155,0,0,0.545931,0.83783,300,300,100,1), + (16224,142142,0,-11296,-3323,12.565,1.517,0,0,0.687833,0.725869,300,300,100,1), + (16225,142142,0,-7718,-2253,139.798,2.287,0,0,0.910089,0.414412,300,300,100,1), + (16226,142142,0,-7707,-2227,136.892,1.184,0,0,0.558022,0.829826,300,300,100,1), + (16227,142142,0,-8047,-2484,132.895,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16228,142142,0,-11255.7,-3121.49,2.52145,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (16229,142142,1,2669.13,-3916,116.909,1.964,0,0,0.83161,0.55536,300,300,100,1), + (16230,142142,0,1812.84,-3970,128.832,5.917,0,0,0.182071,-0.983285,300,300,100,1), + (16231,142142,1,5780.61,-1193,403.54,5.853,0,0,0.213438,-0.976957,300,300,100,1), + (16232,142142,0,264.221,-2898,108.222,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16233,142142,0,1601.56,-1701.4,61.4415,-3.08918,0,0,-0.999657,0.0262033,300,300,100,1), + (16234,142142,1,-7545,-523,-269,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16235,142142,0,-213.704,-2716.72,118.101,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (16236,142142,0,1866.11,-1349.8,61.0008,-1.78023,0,0,-0.777144,0.629323,300,300,100,1), + (16237,142142,1,2645.88,-5622,121.443,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16238,142142,0,-45,-2981,120.714,5.224,0,0,0.505182,-0.863013,300,300,100,1), + (16239,142142,1,3214.09,-5062,86.843,1.622,0,0,0.724976,0.688774,300,300,100,1), + (16240,142142,0,65.471,-3431,120.703,5.079,0,0,0.566368,-0.824152,300,300,100,1), + (16241,142142,0,48.401,-3369,119.957,4.38,0,0,0.814341,-0.580387,300,300,100,1), + (16242,142142,0,43.168,-3455,117.021,5.628,0,0,0.321765,-0.94682,300,300,100,1), + (16243,142142,0,62.517,-3363,116.931,2.055,0,0,0.856009,0.51696,300,300,100,1), + (16244,142142,1,4668.05,-5909,110.772,2.268,0,0,0.906112,0.423039,300,300,100,1), + (16245,142142,1,4560.33,-6133,101.314,5.052,0,0,0.577442,-0.816431,300,300,100,1), + (16246,142142,1,4566.13,-6155,102.637,0.387,0,0,0.192295,0.981337,300,300,100,1), + (16247,142142,1,3596.34,-4172,98.161,1.458,0,0,0.666124,0.745841,300,300,100,1), + (16248,142142,0,-11771,-2744,9.531,0.34,0,0,0.169182,0.985585,300,300,100,1), + (16249,142142,0,-11772,-2734,14.187,0.037,0,0,0.0184989,0.999829,300,300,100,1), + (16250,142142,1,2587.76,-4988,121.907,6.169,0,0,0.0570616,-0.998371,300,300,100,1), + (16251,142142,1,-7320,-1726,-271,0.367,0,0,0.182472,0.983211,300,300,100,1), + (16252,142142,1,2487.59,-6889,105.637,5.43,0,0,0.413771,-0.910381,300,300,100,1), + (16253,142142,1,2618.96,-4792,144.897,2.773,0,0,0.983065,0.183255,300,300,100,1), + (16254,142142,0,-11689,-2785,6.792,3.019,0,0,0.998122,0.0612579,300,300,100,1), + (16255,142142,1,2615.46,-4787,144.725,3.413,0,0,0.990806,-0.135288,300,300,100,1), + (16256,142142,0,-243.831,-2650.08,123.006,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (16257,142142,1,2616.52,-4781,145.087,3.586,0,0,0.975414,-0.22038,300,300,100,1), + (16258,142142,0,-11192,-3287,9.859,0.99,0,0,0.475032,0.879969,300,300,100,1), + (16259,142142,1,5595.11,-547,366.712,2.41,0,0,0.933839,0.357693,300,300,100,1), + (16260,142142,0,-11803,-2993,19.521,1.238,0,0,0.580221,0.814459,300,300,100,1), + (16261,142142,0,-11852,-3063,4.467,4.01,0,0,0.907205,-0.420688,300,300,100,1), + (16262,142142,0,-11693,-3295,17.172,4.556,0,0,0.760182,-0.649711,300,300,100,1), + (16263,142142,0,-11707,-3371,18.131,3.862,0,0,0.935825,-0.352465,300,300,100,1), + (16264,142142,0,1528.97,-1769.58,59.7553,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (16265,142142,1,2986.29,-5815,136.449,5.313,0,0,0.46629,-0.884632,300,300,100,1), + (16266,142142,1,-7539,-975,-269,2.566,0,0,0.958872,0.28384,300,300,100,1), + (16267,142142,1,-4645.59,1801.94,93.4592,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (16268,142142,1,-7690,-1247,-270,1.553,0,0,0.700787,0.713371,300,300,100,1), + (16269,142142,0,-251,-3245,123.643,1.676,0,0,0.743307,0.668951,300,300,100,1), + (16270,142142,1,-4714.79,1417.73,88.0768,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (16271,142142,1,4435.63,-5795,109.871,4.863,0,0,0.651904,-0.758301,300,300,100,1), + (16272,142142,0,2124.62,-4490,74.45,4.464,0,0,0.789254,-0.614067,300,300,100,1), + (16273,142142,0,2571.25,-4569,80.443,0.443,0,0,0.219693,0.975569,300,300,100,1), + (16274,142142,0,2570.44,-4602,80.776,5.65,0,0,0.31133,-0.950302,300,300,100,1), + (16275,142142,0,2874.61,-4612,90.058,5.795,0,0,0.241676,-0.970357,300,300,100,1), + (16276,142142,0,26.8899,-2417.52,126.043,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (16277,142142,0,-11424,-2844,0.465,6.281,0,0,0.00109258,-0.999999,300,300,100,1), + (16278,142142,0,2797.47,-4990,98.32,4.346,0,0,0.824089,-0.56646,300,300,100,1), + (16279,142142,0,95.508,-2746,113.1,0.227,0,0,0.113256,0.993566,300,300,100,1), + (16280,142142,0,-11129,-2727,12.209,4.408,0,0,0.806136,-0.59173,300,300,100,1), + (16281,142142,1,2911.68,-4163,102.392,3.359,0,0,0.994098,-0.10849,300,300,100,1), + (16282,142142,1,2710.7,-4464,107.64,5.452,0,0,0.403732,-0.914877,300,300,100,1), + (16283,142142,1,2658.96,-4461,107.403,3.523,0,0,0.981871,-0.18955,300,300,100,1), + (16284,142142,1,6136.42,-1415,408.186,1.423,0,0,0.652971,0.757383,300,300,100,1), + (16285,142142,1,6468.47,-1482,439.086,1.828,0,0,0.791952,0.610583,300,300,100,1), + (16286,142142,1,-6415,-1590,-271,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16287,142143,0,-9777,-3979,20.754,5.242,0,0,0.497394,-0.867525,300,300,100,1), + (16288,142143,0,-10503,-4162,22.115,1.56,0,0,0.703279,0.710914,300,300,100,1), + (16289,142143,0,-10327,-3166,20.122,1.363,0,0,0.629959,0.776629,300,300,100,1), + (16290,142143,0,-10176,-4017,19.021,3.605,0,0,0.973277,-0.229636,300,300,100,1), + (16291,142143,0,-10256,-4048,23.902,2.305,0,0,0.913782,0.406204,300,300,100,1), + (16292,142143,0,-10343,-4065,20.549,3.361,0,0,0.993989,-0.109484,300,300,100,1), + (16293,142143,0,-10229,-2999,23.145,0.468,0,0,0.23187,0.972747,300,300,100,1), + (16294,142143,0,-10134,-2427,30.105,0.273,0,0,0.136077,0.990698,300,300,100,1), + (16295,142143,0,-10103,-3483,19.241,5.867,0,0,0.206594,-0.978427,300,300,100,1), + (16296,142143,0,-10891,-4026,23.234,6.248,0,0,0.0175917,-0.999845,300,300,100,1), + (16297,142143,0,-10597,-3748,20.104,0.864,0,0,0.418688,0.90813,300,300,100,1), + (16298,142143,0,-10199,-4202,23.681,2.347,0,0,0.92211,0.386927,300,300,100,1), + (16299,142143,0,-10372,-3526,20.075,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (16300,142143,0,-9891,-3877,22.461,4.081,0,0,0.891702,-0.452622,300,300,100,1), + (16301,142143,0,-10144,-3011,22.145,3.453,0,0,0.987903,-0.155075,300,300,100,1), + (16302,142143,0,-10206,-2466,26.807,3.132,0,0,0.999988,0.00479632,300,300,100,1), + (16303,142143,1,-6572.63,-1480.4,-273.356,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (16304,142143,1,-6453,-1034,-275,2.451,0,0,0.940975,0.338476,300,300,100,1), + (16305,142143,0,-10292,-4119,24.091,0.244,0,0,0.121698,0.992567,300,300,100,1), + (16306,142143,0,-9865,-3833,22.133,3.158,0,0,0.999966,-0.00820358,300,300,100,1), + (16307,142143,0,-10160,-3025,18.906,0.153,0,0,0.0764254,0.997075,300,300,100,1), + (16308,142143,0,-10171,-3312,20.573,2.967,0,0,0.996192,0.0871855,300,300,100,1), + (16309,142143,0,-9969,-4121,18.358,5.189,0,0,0.520206,-0.854041,300,300,100,1), + (16310,142143,0,-10503,-3629,19.971,1.926,0,0,0.820908,0.57106,300,300,100,1), + (16311,142143,0,-10851,-4031,20.931,3.011,0,0,0.997869,0.06525,300,300,100,1), + (16312,142143,0,-10188,-3382,20.524,5.867,0,0,0.206594,-0.978427,300,300,100,1), + (16313,142143,0,-10220,-2556,28.838,1.513,0,0,0.68638,0.727243,300,300,100,1), + (16314,142143,0,-10682,-4072,21.93,4.071,0,0,0.893954,-0.448158,300,300,100,1), + (16315,142143,1,-6761,-1694,-273,2.03,0,0,0.849481,0.52762,300,300,100,1), + (16316,142143,0,-10306,-3236,21.104,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (16317,142143,0,-10539,-4149,23.4,4.132,0,0,0.879872,-0.475211,300,300,100,1), + (16318,142143,1,-6567,-1707,-274,0.176,0,0,0.0878865,0.996131,300,300,100,1), + (16319,142143,0,-10129,-2995,22.754,1.159,0,0,0.547606,0.836737,300,300,100,1), + (16320,142143,0,-10207,-3041,21.334,4.847,0,0,0.657949,-0.753062,300,300,100,1), + (16321,142143,0,-10184,-3157,23.132,3.231,0,0,0.999001,-0.0446888,300,300,100,1), + (16322,142143,0,-9841,-3926,19.342,2.202,0,0,0.891661,0.452705,300,300,100,1), + (16323,142143,1,-6427.67,-1246.87,-272.547,2.58308,0,0,0.961261,0.27564,300,300,255,1), + (16324,142143,0,-10113,-4063,21.503,5.336,0,0,0.456086,-0.889935,300,300,100,1), + (16325,176584,1,3198.23,-4224,100.6,3.852,0,0,0.937576,-0.347781,300,300,100,1), + (16326,142143,0,-10095,-3046,23.432,4.989,0,0,0.602869,-0.79784,300,300,100,1), + (16327,142143,0,-10466,-3459,22.799,0.314,0,0,0.156356,0.987701,300,300,100,1), + (16328,142143,0,-10194,-3361,22.372,3.53,0,0,0.981202,-0.192985,300,300,100,1), + (16329,142143,1,-6442.17,-1417.75,-275.085,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (16330,142143,0,-10205,-2812,18.659,0.988,0,0,0.474151,0.880443,300,300,100,1), + (16331,142143,0,-9923,-3750,22.112,1.16,0,0,0.548024,0.836463,300,300,100,1), + (16332,142143,0,-10204,-2867,22.802,5.562,0,0,0.352829,-0.935688,300,300,100,1), + (16333,142143,1,-6789,-1225,-270,1.348,0,0,0.624116,0.781331,300,300,100,1), + (16334,142143,0,-10433,-4024,20.621,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16335,142143,0,-10147,-3485,24.191,2.537,0,0,0.954655,0.297713,300,300,100,1), + (16336,142143,0,-10045,-3987,22.703,1.421,0,0,0.652213,0.758036,300,300,100,1), + (16337,142143,1,-6522.41,-1822.72,-272.638,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (16338,142143,0,-10414,-4200,18.977,4.552,0,0,0.76148,-0.648189,300,300,100,1), + (16339,142143,0,-10110,-3497,17.692,3.485,0,0,0.985295,-0.170861,300,300,100,1), + (16340,142143,1,-6569,-1671,-270,0.89,0,0,0.430458,0.902611,300,300,100,1), + (16341,142143,0,-10653,-2597,24.206,3.393,0,0,0.99211,-0.125373,300,300,100,1), + (16342,142143,0,-10306,-4141,21.262,2.146,0,0,0.878637,0.477491,300,300,100,1), + (16343,142143,0,-10205,-3324,22.781,1.721,0,0,0.758169,0.652058,300,300,100,1), + (16344,142143,0,-10120,-3832,21.897,2.73,0,0,0.978899,0.204347,300,300,100,1), + (16345,142143,0,-9897,-4018,23.769,4.78,0,0,0.682803,-0.730602,300,300,100,1), + (16346,142143,0,-10274,-2913,23.003,0.993,0,0,0.476351,0.879255,300,300,100,1), + (16347,142143,0,-10282,-3243,22.278,0.515,0,0,0.254664,0.96703,300,300,100,1), + (16348,142143,0,-10352,-3004,19.421,5.41,0,0,0.422854,-0.906198,300,300,100,1), + (16349,142143,0,-10236,-3244,21.613,5.796,0,0,0.241191,-0.970478,300,300,100,1), + (16350,142143,0,-10141,-3569,24.654,5.464,0,0,0.398236,-0.917283,300,300,100,1), + (16351,142143,0,-10160,-3433,18.845,5.282,0,0,0.479946,-0.877298,300,300,100,1), + (16352,142143,0,-10146,-3417,23.185,4.864,0,0,0.651525,-0.758627,300,300,100,1), + (16353,142143,0,-10157,-4059,23.286,5.309,0,0,0.468059,-0.883697,300,300,100,1), + (16354,142143,0,-10661,-4043,18.839,2.239,0,0,0.899882,0.436132,300,300,100,1), + (16355,142143,0,-10644,-2619,36.903,4.979,0,0,0.606851,-0.794816,300,300,100,1), + (16356,142143,0,-10490,-4234,18.95,0.129,0,0,0.0644553,0.997921,300,300,100,1), + (16357,142143,0,-10373,-2946,22.736,1.378,0,0,0.635766,0.771882,300,300,100,1), + (16358,142143,0,-10070,-3518,21.822,2.801,0,0,0.985535,0.169474,300,300,100,1), + (16359,142143,0,-10323,-2987,21.16,0.062,0,0,0.030995,0.99952,300,300,100,1), + (16360,142143,0,-10181,-2487,28.728,5.786,0,0,0.24604,-0.96926,300,300,100,1), + (16361,142143,0,-10492,-2594,21.237,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (16362,142143,0,-10401,-3458,21.42,3.056,0,0,0.999084,0.0427833,300,300,100,1), + (16363,142143,0,-10126,-4215,18.734,1.102,0,0,0.523539,0.852001,300,300,100,1), + (16364,142143,0,-10429,-3624,22.5,0.497,0,0,0.24595,0.969282,300,300,100,1), + (16365,142143,0,-10161,-3152,22.538,2.915,0,0,0.993589,0.113054,300,300,100,1), + (16366,142143,0,-10288,-2919,18.703,0.405,0,0,0.201119,0.979567,300,300,100,1), + (16367,142143,1,-6357,-1206,-272,5.514,0,0,0.375182,-0.926951,300,300,100,1), + (16368,142143,0,-10487,-3518,19.238,1.969,0,0,0.832996,0.55328,300,300,100,1), + (16369,142143,0,-9933,-3800,18.957,1.755,0,0,0.769144,0.639076,300,300,100,1), + (16370,142143,0,-10443,-2921,21.542,5.923,0,0,0.179121,-0.983827,300,300,100,1), + (16371,142143,0,-9980,-3794,18.692,1.964,0,0,0.83161,0.55536,300,300,100,1), + (16372,142143,0,-10408.2,-2826.86,20.2505,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (16373,142143,0,-10209,-2686,53.219,5.497,0,0,0.383047,-0.923729,300,300,100,1), + (16374,142143,0,-10044,-3559,21.354,5.068,0,0,0.570893,-0.821025,300,300,100,1), + (16375,142143,0,-10503.5,-2528.76,20.897,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (16376,142142,1,3235.28,-4156,100.845,6.036,0,0,0.123278,-0.992372,300,300,100,1), + (16377,142143,0,-10057,-3682,19.266,0.237,0,0,0.118223,0.992987,300,300,100,1), + (16378,142143,1,-6712.71,-1690.77,-271.984,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (16379,142143,0,-10243,-3380,19.442,2.087,0,0,0.864171,0.503199,300,300,100,1), + (16380,142143,0,-10171,-3102,22.21,1.922,0,0,0.819765,0.572701,300,300,100,1), + (16381,142143,1,-6354.49,-1153.96,-271.414,2.77507,0,0,0.983254,0.182238,300,300,255,1), + (16382,142143,0,-10218,-2989,22.276,3.927,0,0,0.923878,-0.382688,300,300,100,1), + (16383,142143,0,-10400,-3589,21.891,4.777,0,0,0.683898,-0.729577,300,300,100,1), + (16384,142143,0,-10231,-2549,27.043,4.456,0,0,0.791704,-0.610905,300,300,100,1), + (16385,142143,0,-10256,-3227,22.46,2.821,0,0,0.98718,0.159611,300,300,100,1), + (16386,142143,0,-10250,-3207,23.3,5.038,0,0,0.583143,-0.812369,300,300,100,1), + (16387,142143,0,-10146,-2944,20.05,1.841,0,0,0.795904,0.605422,300,300,100,1), + (16388,142143,0,-10084,-3751,22.721,3.468,0,0,0.986712,-0.16248,300,300,100,1), + (16389,142143,0,-10674,-4019,22.575,2.953,0,0,0.995557,0.0941566,300,300,100,1), + (16390,142143,0,-10096,-3684,22.145,4.898,0,0,0.638535,-0.769593,300,300,100,1), + (16391,142143,0,-10114,-4231,21.752,5.862,0,0,0.20904,-0.977907,300,300,100,1), + (16392,142143,1,-6541.31,-1263.1,-271.363,-0.174532,0,0,-0.0871553,0.996195,300,300,255,1), + (16393,142143,0,-10635,-2542,23.629,4.072,0,0,0.89373,-0.448605,300,300,100,1), + (16394,142143,0,-10496,-4059,22.53,3.245,0,0,0.998664,-0.0516806,300,300,100,1), + (16395,142143,0,-10233,-4172,22.452,5.222,0,0,0.506045,-0.862507,300,300,100,1), + (16396,142143,1,-6426.58,-1055.22,-272.403,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (16397,142143,0,-10440,-2622,22.406,1.404,0,0,0.645746,0.763552,300,300,100,1), + (16398,142143,0,-10200,-3432,23.873,4.888,0,0,0.642375,-0.766391,300,300,100,1), + (16399,142143,0,-10002,-4049,21.955,3.67,0,0,0.965301,-0.261141,300,300,100,1), + (16400,142143,0,-10200,-2895,19.818,5.213,0,0,0.509921,-0.860221,300,300,100,1), + (16401,142143,0,-10098,-3594,22.331,2.813,0,0,0.986534,0.163558,300,300,100,1), + (16402,142143,0,-10104,-3892,19.461,5.242,0,0,0.497394,-0.867525,300,300,100,1), + (16403,142143,0,-10166,-4173,22.929,4.869,0,0,0.649626,-0.760254,300,300,100,1), + (16404,142143,0,-9842,-3884,19.629,5.578,0,0,0.345332,-0.938481,300,300,100,1), + (16405,142143,0,-9975,-4051,23.988,4.439,0,0,0.796868,-0.604154,300,300,100,1), + (16406,142143,0,-10404.5,-3001.07,19.5577,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (16407,142143,0,-10239,-3488,21.675,5.528,0,0,0.368684,-0.929555,300,300,100,1), + (16408,142143,0,-10175,-3089,23.224,5.087,0,0,0.563067,-0.826411,300,300,100,1), + (16409,142143,0,-10665,-4184,19.064,0.052,0,0,0.0259971,0.999662,300,300,100,1), + (16410,142143,0,-10226,-2799,18.958,5.836,0,0,0.221734,-0.975107,300,300,100,1), + (16411,142143,0,-10448,-2868,20.962,2.041,0,0,0.85237,0.52294,300,300,100,1), + (16412,142143,0,-10431,-2648,21.855,0.433,0,0,0.214813,0.976655,300,300,100,1), + (16413,142143,0,-10626,-4093,22.428,3.837,0,0,0.940158,-0.34074,300,300,100,1), + (16414,142143,0,-10522,-4073,23.687,5.96,0,0,0.16089,-0.986972,300,300,100,1), + (16424,142144,0,317.398,-3810,164.089,6.163,0,0,0.0600564,-0.998195,300,300,100,1), + (16427,142144,1,-1190.75,2932.62,77.6618,-0.767945,0,0,-0.374607,0.927184,300,300,100,1), + (16428,142144,1,-1455,2957.73,123.418,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16430,142144,0,366.088,-3725.58,105.882,-3.01941,0,0,-0.998135,0.0610518,300,300,255,1), + (16432,142144,1,-1427,2782.11,112.419,1.414,0,0,0.649556,0.760314,300,300,100,1), + (16434,142144,0,372.238,-3805,111.964,2.164,0,0,0.882899,0.469563,300,300,100,1), + (16435,142144,0,422.299,-3706,128.542,6.167,0,0,0.0580601,-0.998313,300,300,100,1), + (16436,142144,1,-1300,2915.14,88.297,2.059,0,0,0.857041,0.515247,300,300,100,1), + (16439,142144,1,-1444.11,2787,93.5777,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (16440,142144,1,-1169,2923.8,143.438,-1,0,0,-0.479426,0.877583,300,300,100,1), + (16441,142144,1,-1276,2995.79,73.339,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16442,142144,0,372.982,-3784,169.839,0.933,0,0,0.449763,0.893148,300,300,100,1), + (16443,142144,0,418.9,-3709,128.792,6.191,0,0,0.0460763,-0.998938,300,300,100,1), + (16444,142144,1,-1516,2886.97,113.888,1.204,0,0,0.566292,0.824205,300,300,100,1), + (16446,142144,1,-1365,2876.25,76.388,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16449,142145,0,-11403.9,-2774.71,2.90857,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (16450,142145,0,-11011,-2749,4.721,2.635,0,0,0.968092,0.250596,300,300,100,1), + (16451,142145,1,6478.25,-1734,512.339,4.149,0,0,0.875801,-0.482673,300,300,100,1), + (16452,142145,1,6549.52,-1662,501.835,2.29,0,0,0.91071,0.413046,300,300,100,1), + (16453,142145,0,-11515.9,-2783.26,0.843735,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (16454,142145,0,-11068,-3137,45.748,0.471,0,0,0.233329,0.972398,300,300,100,1), + (16455,142145,1,5408.06,-604,354.283,6,0,0,0.14112,-0.989992,300,300,100,1), + (16456,142145,1,2011.85,-2966,109.821,0.87,0,0,0.42141,0.90687,300,300,100,1), + (16457,142145,1,1970.67,-3204,99.526,5.225,0,0,0.50475,-0.863265,300,300,100,1), + (16458,142145,1,-2042.15,1867.06,61.4144,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (16459,142145,1,3972.79,-948,254.274,5.732,0,0,0.272117,-0.962264,300,300,100,1), + (16460,142145,1,3872.02,-929,268.343,1.02,0,0,0.488177,0.872745,300,300,100,1), + (16461,142145,1,4011.25,-889,266.891,1.377,0,0,0.63538,0.7722,300,300,100,1), + (16462,142145,0,-11496,-2852.53,4.98412,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (16463,142145,0,-11451,-2646,22.928,0.873,0,0,0.42277,0.906237,300,300,100,1), + (16464,142145,1,-1762,1995.96,65.113,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16465,142145,1,6311.16,-964,418.98,6.156,0,0,0.0635497,-0.997979,300,300,100,1), + (16466,142145,1,6782.4,-1571,482.584,0.162,0,0,0.0809115,0.996721,300,300,100,1), + (16467,142145,1,4641.56,-844,313.656,5.055,0,0,0.576217,-0.817297,300,300,100,1), + (16468,142145,1,4631.07,-751,282.128,5.974,0,0,0.153978,-0.988074,300,300,100,1), + (16469,142145,1,6409.71,-1077,428.805,5.756,0,0,0.260551,-0.96546,300,300,100,1), + (16470,142145,1,6297.47,-830,424.272,0.139,0,0,0.0694441,0.997586,300,300,100,1), + (16471,142145,1,6251.66,-719,419.721,5.862,0,0,0.20904,-0.977907,300,300,100,1), + (16472,142145,0,-10915.8,-2889.21,12.7667,-2.9845,0,0,-0.996917,0.0784656,300,300,100,1), + (16473,142145,1,3735.72,-1178,209.437,1.62,0,0,0.724287,0.689498,300,300,100,1), + (16474,142145,1,4881.07,-665,291.834,0.306,0,0,0.152404,0.988318,300,300,100,1), + (16475,142145,1,-1596,1924.35,62.334,5.368,0,0,0.44179,-0.897119,300,300,100,1), + (16476,142145,0,-11789,-3349,7.4,5.564,0,0,0.351893,-0.93604,300,300,100,1), + (16477,142145,0,-11852,-3340,9.134,3.039,0,0,0.998685,0.0512738,300,300,100,1), + (16478,142145,1,1635,-3108,89.512,3.513,0,0,0.982807,-0.184638,300,300,100,1), + (16479,142145,0,-11214.9,-2946.36,9.6068,-2.53072,0,0,-0.953716,0.300709,300,300,100,1), + (16480,142145,1,4855.92,-587,309.735,3.451,0,0,0.988057,-0.154087,300,300,100,1), + (16481,142145,1,1662.91,-3360,143.092,5.688,0,0,0.293219,-0.956045,300,300,100,1), + (16482,142145,0,-11771,-3047,15.054,1.515,0,0,0.687107,0.726556,300,300,100,1), + (16483,142145,1,6691.54,-1449,477.332,5.815,0,0,0.23196,-0.972725,300,300,100,1), + (16484,142145,1,6662.69,-1203,471.118,5.669,0,0,0.302289,-0.953216,300,300,100,1), + (16485,142145,1,6551.83,-1186,440.383,6.231,0,0,0.0260897,-0.99966,300,300,100,1), + (16486,142145,1,4478.79,-476,310.777,1.462,0,0,0.667614,0.744507,300,300,100,1), + (16487,142145,1,6470.12,-1739,513.191,4.149,0,0,0.875801,-0.482673,300,300,100,1), + (16488,142145,1,4488.94,-680,261.413,5.012,0,0,0.593655,-0.80472,300,300,100,1), + (16489,142145,1,3779.35,-1488,209.739,6.07,0,0,0.106391,-0.994324,300,300,100,1), + (16490,142145,1,4332.69,-587,264.424,1.548,0,0,0.699001,0.71512,300,300,100,1), + (16491,142145,1,4366.15,-677,266.041,0.547,0,0,0.270103,0.962831,300,300,100,1), + (16492,142145,1,4057.84,-773,282.932,0.069,0,0,0.0344932,0.999405,300,300,100,1), + (16493,142145,1,3983.36,-773,288.539,1.499,0,0,0.681273,0.73203,300,300,100,1), + (16494,142145,1,4260.48,-796,258.95,5.756,0,0,0.260551,-0.96546,300,300,100,1), + (16495,142145,1,5653.59,-564,365.033,0.726,0,0,0.35508,0.934836,300,300,100,1), + (16496,142145,1,5750.05,-616,374.128,6.11,0,0,0.0864844,-0.996253,300,300,100,1), + (16497,142145,0,-11686,-2855,3.642,1.833,0,0,0.793476,0.608601,300,300,100,1), + (16498,142145,1,-1727,1974.13,62.218,6.089,0,0,0.0969401,-0.99529,300,300,100,1), + (16499,142145,0,-11264,-2727,11.72,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16500,142145,1,4857.42,-575,309.941,3.451,0,0,0.988057,-0.154087,300,300,100,1), + (16501,142145,1,6677.46,-2103,604.542,5.801,0,0,0.238764,-0.971078,300,300,100,1), + (16502,142145,1,-2027.25,2133.57,52.4994,-0.261798,0,0,-0.130525,0.991445,300,300,255,1), + (16503,142145,0,-11426,-3023,1.143,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (16504,142145,0,-11695,-3092,20.205,0.686,0,0,0.336314,0.94175,300,300,100,1), + (16505,142145,1,3875.96,-1010,243.814,6.093,0,0,0.0949494,-0.995482,300,300,100,1), + (16506,142145,1,6482.9,-1048,415.645,0.144,0,0,0.0719378,0.997409,300,300,100,1), + (16507,142145,1,6173.85,-684,406.675,0.05,0,0,0.0249974,0.999687,300,300,100,1), + (16508,142145,1,6001.96,-645,411.96,5.992,0,0,0.145079,-0.98942,300,300,100,1), + (16509,142145,1,5917.54,-628,390.486,6.086,0,0,0.098433,-0.995144,300,300,100,1), + (16510,144127,0,-14462,480.032,26.8612,2.40855,0,0,0.93358,0.358368,900,900,100,1), + (16511,142145,1,2142.38,-2982.28,115.142,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (16512,142145,1,4150.3,-769,274.646,6.054,0,0,0.114342,-0.993441,300,300,100,1), + (16513,142145,1,5250.02,-587,326.392,5.599,0,0,0.335459,-0.942055,300,300,100,1), + (16514,142145,1,5129.06,-530,332.184,1.621,0,0,0.724632,0.689136,300,300,100,1), + (16515,142145,1,1696.56,-3145,91.569,4.22,0,0,0.858118,-0.513453,300,300,100,1), + (16516,142145,1,5499.66,-528,365.173,0.475,0,0,0.235274,0.971929,300,300,100,1), + (16517,142145,1,2183.22,-3046,123.876,3.595,0,0,0.974413,-0.224767,300,300,100,1), + (16518,142145,1,5250.02,-537,323.84,1.476,0,0,0.67281,0.739816,300,300,100,1), + (16519,142145,1,5245.98,-591,326.772,5.599,0,0,0.335459,-0.942055,300,300,100,1), + (16520,142145,1,5106.61,-595,320.504,0.281,0,0,0.140038,0.990146,300,300,100,1), + (16521,142145,0,-11787,-3237,-25,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (16522,142145,1,5365.93,-571,350.567,6.208,0,0,0.0375837,-0.999294,300,300,100,1), + (16523,142145,1,-1770.18,1795.87,64.148,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (16524,142145,1,4886.06,-668,291.176,0.306,0,0,0.152404,0.988318,300,300,100,1), + (16525,142145,1,6686.68,-1533,472.941,3.564,0,0,0.977779,-0.209637,300,300,100,1), + (16526,142145,0,-11692,-3240,11.797,3.082,0,0,0.999556,0.0297919,300,300,100,1), + (16527,142145,0,-11751,-3302,5.639,4.935,0,0,0.624189,-0.781274,300,300,100,1), + (16528,142145,1,5414.49,-605,354.667,6,0,0,0.14112,-0.989992,300,300,100,1), + (16529,142145,1,5247.74,-536,324.694,1.476,0,0,0.67281,0.739816,300,300,100,1), + (16530,142145,1,3659.3,-1135,208.104,0.378,0,0,0.187877,0.982193,300,300,100,1), + (16532,142145,1,5571.71,-562,363.825,0.459,0,0,0.227491,0.97378,300,300,100,1), + (16533,142145,1,-1764,1809.15,61.205,2.391,0,0,0.930399,0.366548,300,300,100,1), + (16535,142145,1,6571.08,-1933,547.428,4.558,0,0,0.759532,-0.65047,300,300,100,1), + (16536,142145,1,4823.4,-542,315.519,5.042,0,0,0.581517,-0.813534,300,300,100,1), + (16537,142145,1,-1949.68,1817.78,66.8869,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (16538,142145,1,-1655,1970.48,60.855,2.174,0,0,0.885235,0.465143,300,300,100,1), + (16539,142145,1,-1751,1684.5,61.091,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16540,142145,1,-1734,1970.32,61.374,6.089,0,0,0.0969401,-0.99529,300,300,100,1), + (16541,144126,0,-14417.4,517.034,5.01315,2.50455,0,0,0.949699,0.313164,900,900,100,1), + (16542,142145,1,6520.14,-2069,575.023,2.797,0,0,0.985194,0.171445,300,300,100,1), + (16543,142145,1,6631.58,-2069,589.043,6.115,0,0,0.0839937,-0.996466,300,300,100,1), + (16544,142145,1,-1757,1973.41,62.149,-2,0,0,-0.841471,0.540302,300,300,100,1), + (16545,142145,1,6521.15,-1072,434.048,0.556,0,0,0.274433,0.961606,300,300,100,1), + (16546,2066,0,-1751.79,-3141.63,30.4592,2.81871,0,0,0.986996,0.160743,7200,7200,100,1), + (16547,3706,0,-11501.2,-612.834,36.314,-0.733038,0,0,0.358368,-0.93358,900,900,100,1), + (16548,180655,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (16549,2061,1,-4608.19,-1216.53,-55.8168,-1.11495,0,0,-0.529045,0.848594,180,180,100,1), + (16550,2061,1,-5062.52,-2329.1,-54.0617,3.14159,0,0,1,0,180,180,100,1), + (16551,2061,1,-5610.58,-2495.13,29.9864,0.000236,0,0,0.000118,1,180,180,100,1), + (16552,2061,1,-5654.16,-2372.83,1.85099,-1.56422,0.055479,0.000182,-0.704785,0.707248,180,180,100,1), + (16553,2061,1,-5657.36,-2473.02,3.31158,-0.20137,0,0,-0.100515,0.994936,180,180,100,1), + (16554,2061,1,-4623.25,-1850.51,85.6922,-1.82679,0,0,-0.791583,0.611062,180,180,100,1), + (16555,2061,1,-5551.12,-3264.92,-43.5354,1.95787,0,0,0.829904,0.557905,180,180,100,1), + (16556,2061,1,-5841.53,-3412.75,-51.4382,1.98149,0,0,0.836433,0.548069,180,180,100,1), + (16557,2702,0,-1510.34,-2170.79,17.263,3.14159,0,0,1,0,2,2,100,1), + (16558,2676,0,-1322.22,-1848.66,63.2896,2.76635,0,0,0.98245,0.186524,7200,7200,100,1), + (16559,2726,0,-933.51,-3480.52,51.3067,3.14159,0,0,1,0,7200,7200,100,1), + (16560,148865,0,-1470.07,-2620.44,48.5979,3.14159,0.039246,-0.026157,0.998887,0.001028,7200,7200,100,1), + (16561,2061,0,-1470.07,-2620.44,48.5979,3.14159,0.039246,-0.026157,0.998887,0.001028,7200,7200,100,1), + (16562,2061,1,-5518.15,-2464.61,31.6438,1.56039,0.002877,-0.040103,0.702282,0.710763,180,180,100,1), + (16564,2061,1,-4915.02,-2078.63,84.9253,-3.12951,0,0,0.999982,-0.00604,180,180,100,1), + (16566,2729,0,-1256.3,-2549.68,21.5346,3.14159,0,0,1,0,7200,7200,100,1), + (16567,2675,0,-1553.37,-2490.52,54.991,-1.44862,0,0,-0.66262,0.748956,7200,7200,100,1), + (16568,2683,0,-1246.21,-3229.96,35.0624,-2.19912,0,0,0.891007,-0.45399,7200,7200,100,1), + (16569,2670,0,-2227.42,-2459.27,81.662,1.7017,0,0,0.75184,0.659346,7200,7200,100,1), + (16570,2661,0,-1871.28,-3071.41,57.8814,-2.56182,0,0,0.958277,-0.285842,7200,7200,100,1), + (16571,2061,0,-1871.28,-3071.41,57.8814,-2.56182,0,0,0.958277,-0.285842,7200,7200,100,1), + (16572,2688,0,-1527.51,-2165.45,17.1488,3.12414,0,0,0.999962,0.008727,2,2,100,1), + (16574,180655,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (16575,142140,0,-12857,-623.628,55.9314,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (16576,180655,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,180,180,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (13458,18033,1,-2348.22,-1910.58,98.1714,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (13459,165745,1,-531.097,-3166.1,96.1163,1.14612,-0.102465,0.048624,0.543569,0.831667,900,100,1), - (13460,61041,1,-4071.16,-2422.86,135.858,2.00713,0,0,0.843391,0.5373,900,100,1), - (13461,175729,1,-1049.53,-3639.98,25.0165,-2.61799,0,0,0.965926,-0.258819,2,100,1), - (13462,18034,1,-2348,-1913.21,98.1968,1.5708,0,0,0.707107,0.707107,900,100,1), - (13463,165746,1,-566.534,-3147.7,95.5204,1.70727,0.001641,-0.081211,0.749013,0.657557,900,100,1), - (13464,61042,1,-4045.02,-2413.4,135.844,1.81514,0,0,0.78801,0.615662,900,100,1), - (13465,165747,1,-562.929,-3160.84,94.8589,-2.9912,-0.002953,-0.100641,0.992027,-0.0758,900,100,1), - (13466,50803,1,-2319.64,-1929.54,96.1703,-3.11541,0,0,0.999914,-0.01309,900,100,1), - (13467,61043,1,-4042.92,-2412.42,135.844,2.0944,0,0,0.866026,0.5,900,100,1), - (13468,175731,1,-1000.04,-3653.21,25.6284,-0.785398,0,0,0.382683,-0.92388,900,100,1), - (13469,142196,1,-2115.02,-3662.73,60.9434,2.01536,0,0,0.845596,0.533824,900,100,1), - (13470,165748,1,-554.55,-3166.92,92.8678,-2.97655,-0.023245,0.016225,0.996229,-0.081999,900,100,1), - (13471,50804,1,-2317.43,-1936.06,96.1703,3.03687,0,0,0.99863,0.052336,900,100,1), - (13472,61044,1,-4047.02,-2413.46,126.138,0.5236,0,0,0.25882,0.965926,900,100,1), - (13473,142197,1,-2146.4,-3594.45,92.3519,-1.69711,0,0,-0.750327,0.661067,900,100,1), - (13474,165749,1,-541.718,-3156.59,94.3166,2.27179,0.008644,-0.102972,0.9001,0.423251,900,100,1), - (13475,50805,1,-2300.26,-1927.39,96.1703,3.09796,0,0,0.999762,0.021815,900,100,1), - (13476,61045,1,-4045.56,-2414.28,126.138,2.00713,0,0,0.843391,0.5373,900,100,1), - (13477,177525,1,-2500.09,-1633.34,91.8455,-0.087267,0,0,0.04362,-0.999048,900,100,1), - (13478,271,0,-4943.1,-2993.83,319.942,2.05949,0,0,0.857167,0.515038,1800,100,1), - (13479,142198,1,-2203.91,-3679.3,93.0134,-2.67065,0,0,0.972404,-0.233303,900,100,1), - (13491,165750,1,-583.798,-3153.1,93.2691,-2.03862,0.098508,0.010722,-0.849551,0.518117,900,100,1), - (13492,61046,1,-4055.79,-2419.05,126.138,1.91986,0,0,0.819152,0.573576,900,100,1), - (13493,165751,1,-528.325,-3140.78,94.9952,1.64664,-0.05833,0.103945,0.725331,0.678003,900,100,1), - (13494,61047,1,-4057,-2419.62,126.138,2.00713,0,0,0.843391,0.5373,900,100,1), - (13495,61048,1,-4072.73,-2422.27,135.858,0.436333,0,0,0.21644,0.976296,900,100,1), - (13496,175736,1,-4089.49,-2386.76,118.979,2.58309,0,0,0.961262,0.275637,900,100,1), - (13497,61049,1,-4070.44,-2417.98,126.134,-1.57952,0,0,-0.710185,0.704015,900,100,1), - (13498,3705,1,-592.604,-2269.13,211.345,2.51327,0,0,0.951057,0.309017,3600,100,1), - (13499,3705,1,-1028,-3653.23,22.7998,-0.174533,0,0,0.087156,-0.996195,3600,100,1), - (13500,3705,1,893.934,-2337.83,91.6819,0.488692,0,0,0.241922,0.970296,3600,100,1), - (13501,3705,1,-2379.59,-2008.88,104.932,0.942478,0,0,0.45399,0.891007,3600,100,1), - (13502,3705,1,-1153.94,-2799.71,92.0468,-2.19912,0,0,0.891007,-0.45399,3600,100,1), - (13503,3705,1,-559.372,-2675.07,96.1342,2.98451,0,0,0.996917,0.078459,3600,100,1), - (13504,3705,1,-433.125,-2562.22,97.0162,0.034907,0,0,0.017452,0.999848,3600,100,1), - (13505,3705,1,280.97,-3044.65,95.8988,-1.43117,0,0,0.656059,-0.75471,3600,100,1), - (13506,3705,1,-93.8536,-2032.68,91.6667,1.15192,0,0,0.544639,0.838671,3600,100,1), - (13507,3705,1,304.412,-2201.58,213.531,-1.37881,0,0,0.636078,-0.771625,3600,100,1), - (13508,3705,1,-52.6214,-3408.97,91.6756,2.54818,0,0,0.956305,0.292372,3600,100,1), - (13509,3705,1,-2319.36,-2239.31,91.6668,-1.46608,0,0,0.669131,-0.743145,3600,100,1), - (13510,3705,1,-632.53,-3259.49,98.9583,1.48353,0,0,0.67559,0.737277,3600,100,1), - (13511,61050,1,-4032.23,-2403.39,135.858,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (13512,3963,1,-297.85,-1966.34,90.5821,-0.034906,0,0,-0.017452,0.999848,900,100,1), - (13513,61051,1,-4087.45,-2386.75,118.078,2.96706,0,0,0.996195,0.087156,900,100,1), - (13514,175739,1,-4072.24,-2353.89,109.485,-2.00713,0,0,0.843391,-0.5373,900,100,1), - (13515,3964,1,-314.069,-1965.78,90.5821,2.31256,0,0,0.915311,0.402747,900,100,1), - (13516,61052,1,-4069.61,-2422.18,135.858,2.00713,0,0,0.843391,0.5373,900,100,1), - (13517,61053,1,-4073.9,-2338.57,127.521,2.00713,0,0,0.843391,0.5373,900,100,1), - (13518,61054,1,-4072.51,-2337.93,127.521,2.00713,0,0,0.843391,0.5373,900,100,1), - (13519,61055,1,-4097.06,-2349.37,127.521,2.00713,0,0,0.843391,0.5373,900,100,1), - (13520,61056,1,-4060.9,-2326.42,127.517,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (13521,19585,1,-248.933,-992.051,15.8189,-1.22173,-0.087965,-0.103015,-0.569735,0.810588,900,100,1), - (13522,61057,1,-4060.25,-2327.81,127.517,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (13523,177793,1,1050.56,-3119.48,71.3358,-1.16937,0,0,0.551937,-0.833886,900,100,1), - (13524,61058,1,-4058.79,-2331.36,127.517,2.87979,0,0,0.991445,0.130526,900,100,1), - (13525,177794,1,1050.56,-3119.48,71.3358,-1.16937,0,0,0.551937,-0.833886,50,100,1), - (13526,140931,1,-4488.93,-2056.76,75.9526,2.92343,0,0,0.994056,0.108867,900,100,1), - (13527,61059,1,-4050.44,-2348.85,126.125,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (13528,3715,1,-4033.6,-2404.29,126.131,-2.70526,0,0,0.976296,-0.21644,3600,100,1), - (13529,3972,1,-918.821,-3719.89,10.3143,-2.96706,0,0,0.996195,-0.087156,2,100,1), - (13530,61060,1,-4073.42,-2420.7,135.858,0.349067,0,0,0.173649,0.984808,900,100,1), - (13531,48516,1,-2085.13,-3748.74,3.57427,0.942478,0,0,0.45399,0.891007,900,100,1), - (13532,61061,1,-4048.05,-2353.98,126.125,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (13533,61062,1,-4103.5,-2373.59,126.125,0.436333,0,0,0.21644,0.976296,900,100,1), - (13534,61063,1,-4112.12,-2355.12,127.517,0.436333,0,0,0.21644,0.976296,900,100,1), - (13535,175751,1,-2113.73,-3644.25,97.0435,0.785398,0,0,0.382683,0.92388,900,100,1), - (13536,178824,1,-4374.19,-1953.61,89.6649,2.71399,0,0,0.977231,0.212178,900,100,1), - (13537,61064,1,-4112.7,-2348.78,127.517,-0.610866,0,0,-0.300706,0.953717,900,100,1), - (13538,175752,1,-2099.9,-3647.44,62.8132,0.541052,0,0,0.267238,0.96363,900,100,1), - (13540,178825,1,-4465.69,-1807.09,86.6898,-3.00197,0,0,0.997564,-0.069756,900,100,1), - (13541,61065,1,-4056.75,-2418.87,135.844,2.0944,0,0,0.866026,0.5,900,100,1), - (13542,61066,1,-4058.9,-2419.87,135.844,1.98968,0,0,0.838671,0.544638,900,100,1), - (13543,61067,1,-4045.24,-2381.17,125.299,-1.0472,0,0,-0.5,0.866025,900,100,1), - (13544,61068,1,-4043.55,-2380.38,125.299,-1.13446,0,0,-0.537299,0.843392,900,100,1), - (13545,3724,1,-218.375,-2586.92,94.245,-1.309,0,0,0.608761,-0.793353,900,100,1), - (13546,3724,1,679.832,-2213.57,94.4202,1.65806,0,0,0.737277,0.67559,900,100,1), - (13547,3724,1,-1680.8,-1983.97,93.2022,-1.72788,0,0,0.760406,-0.649448,900,100,1), - (13548,3724,1,-1884.84,-2284.89,94.9252,-1.93731,0,0,0.824126,-0.566406,900,100,1), - (13549,3724,1,-3619.68,-2155.59,91.8781,0.10472,0,0,0.052336,0.99863,900,100,1), - (13550,3724,1,-3449.13,-2216.36,92.162,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (13551,3724,1,-1681.84,-1653.05,93.6819,1.02974,0,0,0.492424,0.870356,900,100,1), - (13552,3724,1,-1220.93,-2018.09,91.6667,-2.30383,0,0,0.913545,-0.406737,900,100,1), - (13553,3724,1,-1352.04,-3855.47,17.8905,-2.3911,0,0,0.930418,-0.366501,900,100,1), - (13554,3724,1,-1548.28,-3714.21,91.796,0.191986,0,0,0.095846,0.995396,900,100,1), - (13555,3724,1,-2521.37,-2314.1,94.527,2.58309,0,0,0.961262,0.275637,900,100,1), - (13556,3724,1,771.47,-3240.14,213.597,1.44862,0,0,0.66262,0.748956,900,100,1), - (13557,3724,1,390.577,-3414.15,95.0342,0.453786,0,0,0.224951,0.97437,900,100,1), - (13558,3724,1,-86.2176,-3649.48,27.1848,-0.977384,0,0,0.469472,-0.882948,900,100,1), - (13559,3724,1,-409.883,-2852.73,93.4444,-1.71042,0,0,0.75471,-0.656059,900,100,1), - (13560,3724,1,-383.389,-3783.7,29.3738,0.628319,0,0,0.309017,0.951057,900,100,1), - (13561,3724,1,-810.676,-3250.87,92.953,-0.017453,0,0,0.008727,-0.999962,900,100,1), - (13562,3724,1,-2257.83,-1570.24,92.2167,0.698132,0,0,0.34202,0.939693,900,100,1), - (13563,3724,1,-2649.53,-2018.88,97.969,0.994838,0,0,0.477159,0.878817,900,100,1), - (13564,3724,1,-946.539,-2618.98,91.7864,-1.06465,0,0,0.507538,-0.861629,900,100,1), - (13565,3724,1,-1023.16,-2369.34,94.4868,-2.02458,0,0,0.848048,-0.529919,900,100,1), - (13566,3724,1,-38.719,-1721.96,94.7992,0.20944,0,0,0.104528,0.994522,900,100,1), - (13567,3724,1,-2196.5,-2320.08,93.5697,-0.349066,0,0,0.173648,-0.984808,900,100,1), - (13568,3724,1,349.798,-1883.65,91.728,0.349066,0,0,0.173648,0.984808,900,100,1), - (13569,61069,1,-4032.7,-2404.97,135.858,2.00713,0,0,0.843391,0.5373,900,100,1), - (13570,3725,1,451.24,-3405.39,91.6825,0.925024,0,0,0.446198,0.894934,900,100,1), - (13571,3725,1,-475.922,-1968.03,92.3905,-0.139626,0,0,0.069756,-0.997564,900,100,1), - (13572,3725,1,-464.562,-1585.96,91.8128,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (13573,3725,1,-798.95,-2859.27,91.6667,0.471239,0,0,0.233445,0.97237,900,100,1), - (13574,3725,1,-1186.96,-3192.73,91.8396,-1.27409,0,0,0.594823,-0.803857,900,100,1), - (13575,3725,1,-1032.97,-2624.85,91.6771,1.91986,0,0,0.819152,0.573576,900,100,1), - (13576,3725,1,-834.518,-2246.41,91.6667,-0.575959,0,0,0.284015,-0.95882,900,100,1), - (13577,3725,1,-1110.87,-2153.9,80.6538,-2.94961,0,0,0.995396,-0.095846,900,100,1), - (13578,3725,1,-902.43,-2082.73,84.204,-1.55334,0,0,0.700909,-0.71325,900,100,1), - (13579,3725,1,426.637,-2819.96,91.6667,1.29154,0,0,0.601815,0.798636,900,100,1), - (13580,3725,1,129.599,-2920.54,92.4678,-1.25664,0,0,0.587785,-0.809017,900,100,1), - (13581,3725,1,459.242,-1479.91,91.7608,1.20428,0,0,0.566406,0.824126,900,100,1), - (13582,3725,1,751.623,-1312.63,91.6746,-0.750491,0,0,0.366501,-0.930418,900,100,1), - (13583,3725,1,-962.656,-2071.39,81.3033,-1.309,0,0,0.608761,-0.793353,900,100,1), - (13584,3725,1,-1022.05,-2285.38,93.5404,0.541052,0,0,0.267238,0.96363,900,100,1), - (13585,3725,1,-1571.07,-2898.3,91.6667,0.453786,0,0,0.224951,0.97437,900,100,1), - (13586,3725,1,-1342.66,-3034.1,93.1366,-1.15192,0,0,0.544639,-0.838671,900,100,1), - (13587,3725,1,194.273,-2543.79,91.6667,-1.81514,0,0,0.788011,-0.615661,900,100,1), - (13588,3725,1,772.649,-2588.7,91.6667,2.70526,0,0,0.976296,0.21644,900,100,1), - (13589,3725,1,-143.622,-2582.51,91.6667,-1.67552,0,0,0.743145,-0.669131,900,100,1), - (13590,3725,1,17.3861,-2470.59,91.6666,1.55334,0,0,0.700909,0.71325,900,100,1), - (13591,3725,1,103.502,-3434.79,27.6558,-1.39626,0,0,0.642788,-0.766044,900,100,1), - (13592,106638,1,-1056.4,-3662.02,23.9181,-0.139626,0,0,-0.069756,0.997564,900,100,1), - (13593,61070,1,-4042.24,-2379.64,125.299,-1.22173,0,0,-0.573577,0.819152,900,100,1), - (13594,175758,1,-1007.12,-3703.58,5.75005,-1.11701,0,0,0.529919,-0.848048,900,100,1), - (13595,3726,1,659.889,-3663.35,42.7321,0.349066,0,0,0.173648,0.984808,900,100,1), - (13596,3726,1,308.67,-3438.26,56.0001,-0.244346,0,0,0.121869,-0.992546,900,100,1), - (13597,3726,1,-56.1126,-3491.81,38.9231,-1.95477,0,0,0.829038,-0.559193,900,100,1), - (13598,3726,1,-554.613,-3789.55,43.7731,0.383972,0,0,0.190809,0.981627,900,100,1), - (13599,3726,1,-2552.32,-1730.75,109.963,2.74017,0,0,0.979925,0.199368,900,100,1), - (13600,3726,1,-2173.47,-1688.16,122.478,-0.855212,0,0,0.414693,-0.909961,900,100,1), - (13601,3726,1,652.265,-1394.01,107.489,-2.26893,0,0,0.906308,-0.422618,900,100,1), - (13602,3726,1,775.852,-1414.33,120.828,-1.71042,0,0,0.75471,-0.656059,900,100,1), - (13603,271,0,-4934.41,-2978.7,321.803,0.663225,0,0,0.325568,0.945519,1800,100,1), - (13605,3726,1,-1546.28,-3958.2,20.1385,0.645772,0,0,0.317305,0.948324,900,100,1), - (13610,271,0,-4868.35,-2998.27,317.407,-2.05949,0,0,0.857167,-0.515038,1800,100,1), - (13611,1883,0,-3330.28,-2271.18,51.9006,-0.783218,0,0,-0.381676,0.924296,7200,100,1), - (13612,2066,0,-3330.28,-2271.18,51.9006,-0.783218,0,0,-0.381676,0.924296,7200,100,1), - (13613,1884,0,-3396.1,-2284.52,51.8986,2.39983,0,0,0.932008,0.362438,7200,100,1), - (13614,2066,0,-3396.1,-2284.52,51.8986,2.39983,0,0,0.932008,0.362438,7200,100,1), - (13615,1886,0,-3643.82,-2599.13,51.8986,2.90597,0,0,0.993068,0.117537,7200,100,1), - (13616,2066,0,-3643.82,-2599.13,51.8986,2.90597,0,0,0.993068,0.117537,7200,100,1), - (13617,1889,0,-4063.97,-2981.95,11.7515,3.14159,0,0,1,0,7200,100,1), - (13619,3726,1,-1753.09,-3690.84,34.6685,1.32645,0,0,0.615662,0.788011,900,100,1), - (13620,3726,1,441.502,-2441.14,141.281,-1.81514,0,0,0.788011,-0.615661,900,100,1), - (13621,20805,1,-6237.57,-3830.87,-58.1378,3.33796,0,0,0.437302,0.899315,-300,0,1), - (13622,3726,1,530.585,-2142.83,94.6693,-2.00713,0,0,0.843391,-0.5373,900,100,1), - (13623,2061,0,-4063.97,-2981.95,11.7515,3.14159,0,0,1,0,7200,100,1), - (13624,3726,1,-4307.95,-2350.99,99.3688,-2.35619,0,0,0.92388,-0.382683,900,100,1), - (13627,147754,0,-11280.2,-3442.26,10.0639,3.11786,-0.033568,-0.063146,0.997392,0.009746,900,100,1), - (13628,3726,1,-610.527,-1526.39,108.306,0.244346,0,0,0.121869,0.992546,900,100,1), - (13629,3726,1,-386.79,-1516.62,106.923,2.21657,0,0,0.894934,0.446198,900,100,1), - (13630,2043,1,-3985.14,-2998.72,40.437,3.10669,0,0,0.999848,0.0174505,300,100,1), - (13632,2857,1,-2500.75,-4019.59,-7.28127,-1.90241,0,0,0.814116,-0.580703,7200,100,1), - (13633,186450,1,-3836.1,-3692.68,44.1724,-0.331612,0,0,0.165048,-0.986286,900,100,1), - (13634,3707,1,-3465.38,-4104.72,17.1045,0.15708,0,0,0.078459,0.996917,180,100,1), - (13635,1891,0,-4220.16,-2692.18,41.1922,-2.29511,0,0,0.911762,-0.410719,7200,100,1), - (13636,2061,0,-11280.2,-3442.26,10.0639,3.11786,-0.033568,-0.063146,0.997392,0.009746,900,100,1), - (13639,3726,1,-463.693,-1340.92,110.516,-1.309,0,0,0.608761,-0.793353,900,100,1), - (13640,2046,1,-4423.77,-2951.16,53.2401,2.77507,0,0,0.983255,0.182237,300,100,1), - (13641,2042,1,-4530.3,-3422.87,36.8299,0.349066,0,0,0.173648,0.984808,300,100,1), - (13642,147758,0,-11276.4,-3474.19,8.22181,-0.598217,0.035384,-0.025372,-0.293843,0.954862,900,100,1), - (13645,186463,1,-4798.83,-3361.86,39.4788,-0.436333,0,0,0.21644,-0.976296,500,100,1), - (13646,186450,1,-3901.86,-3852.01,47.3186,0.017453,0,0,0.008727,0.999962,900,100,1), - (13647,186450,1,-4060.56,-3847.67,36.6591,0.610865,0,0,0.300706,0.953717,900,100,1), - (13648,186450,1,-3832.05,-3735.62,38.5167,-1.95477,0,0,0.829038,-0.559193,900,100,1), - (13651,186463,1,-4858.85,-3257.32,35.806,0.017453,0,0,0.008727,0.999962,500,100,1), - (13652,186463,1,-4518.62,-3608.86,38.2708,-2.1293,0,0,0.87462,-0.48481,500,100,1), - (13653,186450,1,-3803.82,-3688.86,38.3708,0.349066,0,0,0.173648,0.984808,900,100,1), - (13655,1624,1,-2784.49,-3669.48,36.8172,0.593412,0,0,0.292372,0.956305,300,100,1), - (13656,20359,1,-4672.63,-3950.24,39.9653,0,0,0,0,1,300,100,1), - (13657,20359,1,-4671.64,-3949.5,40.114,0,0,0,0,1,300,100,1), - (13658,186450,1,-3872.59,-3743.38,42.919,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (13659,186450,1,-3798.32,-3583.9,37.7691,-1.43117,0,0,0.656059,-0.75471,900,100,1), - (13664,186450,1,-3876.15,-3672.18,38.226,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (13665,186450,1,-3894.64,-3798.1,40.2407,2.58309,0,0,0.961262,0.275637,900,100,1), - (13666,186450,1,-3739.73,-3601.78,41.8935,-2.60054,0,0,0.96363,-0.267238,900,100,1), - (13667,186450,1,-3758.37,-3557.56,40.0753,-0.593412,0,0,0.292372,-0.956305,900,100,1), - (13669,1735,1,-3408.88,-3554.15,15.8101,0.296706,0,0,0.147809,0.989016,300,100,1), - (13670,20359,1,-4971.42,-3719.98,39.6149,-2.60054,0,0,0.96363,-0.267238,300,100,1), - (13671,20359,1,-4971.79,-3718.97,39.9654,0,0,0,0,1,300,100,1), - (13672,20359,1,-4970.59,-3718.54,39.4872,0,0,0,0,1,300,100,1), - (13673,3726,1,-153.105,-1482.47,107.757,-2.35619,0,0,0.92388,-0.382683,900,100,1), - (13674,3726,1,161.163,-1473.86,113.257,0.977384,0,0,0.469472,0.882948,900,100,1), - (13675,3726,1,-3670.86,-1756.42,92.5359,0.820305,0,0,0.398749,0.91706,900,100,1), - (13676,21581,0,-8366,400.979,123.406,0.209,0,0,0.104528,0.994522,120,0,1), - (13678,21582,0,-8332,397.552,123.441,-1,0,0,0.446198,-0.894934,120,0,1), - (13679,2061,0,-11276.4,-3474.19,8.22181,-0.598217,0.035384,-0.025372,-0.293843,0.954862,900,100,1), - (13680,21583,0,-8342,415.198,124.479,-2,0,0,0.777146,-0.62932,120,0,1), - (13681,147760,0,-11253.6,-3529.4,8.98248,-2.21996,0.100871,0.03025,0.891533,-0.440544,900,100,1), - (13683,61071,1,-4040.24,-2378.95,125.299,-1.13446,0,0,-0.537299,0.843392,900,100,1), - (13684,3727,1,-2184.46,-1851.25,93.3504,0.750492,0,0,0.366501,0.930418,900,100,1), - (13685,3727,1,-115.318,-2247.6,91.6667,-2.00713,0,0,0.843391,-0.5373,900,100,1), - (13686,3727,1,-1576.3,-2287.67,95.3247,-0.383972,0,0,0.190809,-0.981627,900,100,1), - (13687,3727,1,-1655.9,-2783.18,95.7777,-1.95477,0,0,0.829038,-0.559193,900,100,1), - (13688,3727,1,-1724.29,-2693.6,82.5758,-1.0821,0,0,0.515038,-0.857167,900,100,1), - (13689,3727,1,580.55,-2781.6,91.7421,1.79769,0,0,0.782608,0.622515,900,100,1), - (13690,3727,1,-721.839,-1879.39,92.7246,-1.15192,0,0,0.544639,-0.838671,900,100,1), - (13691,3727,1,-1357.99,-2854.88,94.3614,-0.087267,0,0,0.04362,-0.999048,900,100,1), - (13692,3727,1,1156.44,-3751.48,35.4822,-2.51327,0,0,0.951057,-0.309017,900,100,1), - (13693,3727,1,-3043.68,-2155.73,91.6667,-2.49582,0,0,0.948324,-0.317305,900,100,1), - (13694,3727,1,-2042.05,-2132.15,92.7959,1.29154,0,0,0.601815,0.798636,900,100,1), - (13695,3727,1,-3949.09,-1745.83,93.5654,2.63545,0,0,0.968148,0.25038,900,100,1), - (13696,3727,1,74.3646,-3443.92,28.166,-0.506145,0,0,0.25038,-0.968148,900,100,1), - (13697,3727,1,155.817,-1793.3,93.9141,-2.04204,0,0,0.85264,-0.522498,900,100,1), - (13698,3727,1,250.178,-1749.49,91.6666,-3.00197,0,0,0.997564,-0.069756,900,100,1), - (13699,3727,1,-2050.38,-2050.88,92.7058,-1.32645,0,0,0.615661,-0.788011,900,100,1), - (13700,3727,1,-387.624,-1458.01,95.168,-0.959931,0,0,0.461749,-0.887011,900,100,1), - (13701,3727,1,-1849.05,-2217.31,95.2032,-1.3439,0,0,0.622515,-0.782608,900,100,1), - (13702,3727,1,-2641.9,-2292.76,93.3241,-0.698132,0,0,0.34202,-0.939693,900,100,1), - (13703,2061,0,-4220.16,-2692.18,41.1922,-2.29511,0,0,0.911762,-0.410719,7200,100,1), - (13704,1668,0,-3597.3,-2714.84,17.5196,2.47837,0.032618,0.09473,0.940761,0.32393,7200,100,1), - (13705,1669,0,-3231.02,-2454.8,14.3332,2.95833,0.00877,0.095444,0.99122,0.09108,7200,100,1), - (13706,1866,0,-2904.37,-1841.74,9.443,3.14159,0,0,1,0,7200,100,1), - (13707,2061,0,-2904.37,-1841.74,9.443,3.14159,0,0,1,0,7200,100,1), - (13708,1868,0,-2967.61,-1690.36,9.18844,1.23918,0,0,0.580703,0.814116,7200,100,1), - (13709,2061,0,-2967.61,-1690.36,9.18844,1.23918,0,0,0.580703,0.814116,7200,100,1), - (13710,1869,0,-3054.14,-1684.7,9.29255,3.14159,0,0,1,0,7200,100,1), - (13711,2061,0,-3054.14,-1684.7,9.29255,3.14159,0,0,1,0,7200,100,1), - (13712,1874,0,-2907.9,-2574.9,33.852,3.14159,0,0,1,0,7200,100,1), - (13713,2061,0,-2907.9,-2574.9,33.852,3.14159,0,0,1,0,7200,100,1), - (13714,1875,0,-2999.5,-2512.56,11.3921,3.14159,0,0,1,0,7200,100,1), - (13715,2061,0,-2999.5,-2512.56,11.3921,3.14159,0,0,1,0,7200,100,1), - (13716,1876,0,-3025.01,-2255.72,9.2441,2.28638,0,0,0.909961,0.414693,7200,100,1), - (13717,2061,0,-3025.01,-2255.72,9.2441,2.28638,0,0,0.909961,0.414693,7200,100,1), - (13718,1877,0,-3041.22,-2163.51,9.45919,3.14159,0,0,1,0,7200,100,1), - (13719,2061,0,-3041.22,-2163.51,9.45919,3.14159,0,0,1,0,7200,100,1), - (13720,376,0,-3231.32,-2453.92,15.5055,-1.75406,0,0,-0.768842,0.639439,7200,100,1), - (13721,1880,0,-2825.36,-2873.02,32.6788,3.14159,0,0,1,0,7200,100,1), - (13722,2061,0,-2825.36,-2873.02,32.6788,3.14159,0,0,1,0,7200,100,1), - (13723,112948,0,-2810.56,-984.148,-13.3295,2.06822,-0.05114,-0.111369,0.852112,0.508809,2,100,1), - (13724,1162,0,-2621.21,-2491.46,77.9969,1.66679,0.089823,0.053697,0.738207,0.666407,7200,100,1), - (13725,2061,0,-11253.6,-3529.4,8.98248,-2.21996,0.100871,0.03025,0.891533,-0.440544,900,100,1), - (13726,147746,0,-11249.6,-3447.48,7.96928,-0.391229,0.048381,-0.006566,-0.194279,0.97973,900,100,1), - (13727,2061,0,-11249.6,-3447.48,7.96928,-0.391229,0.048381,-0.006566,-0.194279,0.97973,900,100,1), - (13728,147748,0,-11246.1,-3469.64,8.42124,2.01006,-0.113409,0.001259,0.841823,0.527703,900,100,1), - (13729,2061,0,-11246.1,-3469.64,8.42124,2.01006,-0.113409,0.001259,0.841823,0.527703,900,100,1), - (13730,147743,0,-11239.1,-3527.45,10.5256,1.93007,-0.135831,-0.020231,0.819653,0.556155,900,100,1), - (13731,2061,0,-11239.1,-3527.45,10.5256,1.93007,-0.135831,-0.020231,0.819653,0.556155,900,100,1), - (13732,147762,0,-11269.9,-3524.73,7.44144,-2.57054,0.033253,-0.010244,0.95909,-0.280957,900,100,1), - (13733,2061,0,-11269.9,-3524.73,7.44144,-2.57054,0.033253,-0.010244,0.95909,-0.280957,900,100,1), - (13734,147763,0,-11227,-3507.46,12.3287,-2.72898,0.084733,0.0898,0.969805,-0.210322,900,100,1), - (13735,2061,0,-11227,-3507.46,12.3287,-2.72898,0.084733,0.0898,0.969805,-0.210322,900,100,1), - (13736,147764,0,-11216.8,-3516.59,8.37885,0.246206,-0.004098,0.153853,0.119048,0.980887,900,100,1), - (13737,2061,0,-11216.8,-3516.59,8.37885,0.246206,-0.004098,0.153853,0.119048,0.980887,900,100,1), - (13738,147767,0,-11215.4,-3472.69,11.1753,1.42791,0.05308,-0.158591,0.638018,0.751641,900,100,1), - (13739,2061,0,-11215.4,-3472.69,11.1753,1.42791,0.05308,-0.158591,0.638018,0.751641,900,100,1), - (13740,147770,0,-11232.9,-3560.62,6.47161,-2.90204,-0.120052,0.066965,0.984453,-0.109341,900,100,1), - (13741,2061,0,-11232.9,-3560.62,6.47161,-2.90204,-0.120052,0.066965,0.984453,-0.109341,900,100,1), - (13742,1609,0,-3443.71,-2352.21,51.9211,2.81871,0,0,0.986996,0.160743,2,100,1), - (13743,259,0,-3107.43,-966.177,7.88422,-3.14159,0.075496,-0.049253,0.995922,0.003733,2,100,1), - (13744,147750,0,-11282.2,-3451.56,9.27743,-2.91266,0.001001,-0.100679,0.988286,-0.114688,900,100,1), - (13745,2061,0,-11282.2,-3451.56,9.27743,-2.91266,0.001001,-0.100679,0.988286,-0.114688,900,100,1), - (13746,147753,0,-11264.9,-3553.19,8.12459,-1.77057,-0.041477,0.020001,-0.773787,0.631769,900,100,1), - (13747,2061,0,-11264.9,-3553.19,8.12459,-1.77057,-0.041477,0.020001,-0.773787,0.631769,900,100,1), - (13748,147755,0,-11248.4,-3556.76,8.12459,-1.72906,0.065047,0.080503,-0.755441,0.64699,900,100,1), - (13749,2061,0,-11248.4,-3556.76,8.12459,-1.72906,0.065047,0.080503,-0.755441,0.64699,900,100,1), - (13750,186450,1,-3841.06,-3603.74,40.4643,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (13757,261,0,-3288.32,-948.694,8.9405,2.45219,-0.154509,0.132768,0.916565,0.344105,2,100,1), - (13758,1879,0,-3101.83,-2273.5,9.49772,3.14159,0,0,1,0,7200,100,1), - (13759,2061,0,-3101.83,-2273.5,9.49772,3.14159,0,0,1,0,7200,100,1), - (13760,377,0,-3231.99,-2454.2,13.4941,-0.183258,0,0,-0.091501,0.995805,7200,100,1), - (13761,378,0,-3231.02,-2454.87,14.9369,2.95833,0.001724,0.113517,0.989276,0.091894,7200,100,1), - (13762,379,0,-3597.21,-2714.68,19.6138,2.522,0.029386,0.07754,0.949226,0.30347,7200,100,1), - (13763,380,0,-3597.88,-2713.78,18.8364,-0.671953,0,0,-0.329691,0.944089,7200,100,1), - (13764,381,0,-3600.88,-2714.84,18.5583,-3.14152,0.69436,0.117214,0.700446,-0.116196,7200,100,1), - (13765,2010,0,-3790.27,-870.139,11.5658,1.68424,0,0,0.746057,0.665882,7200,100,1), - (13766,20986,0,-3794.98,-862.101,11.5981,3.14159,0,0,1,0,7200,100,1), - (13767,2084,0,-4223.8,-3068.66,8.36556,3.14159,0.222026,0.156623,0.9617,-0.036159,2,100,1), - (13768,20878,0,-3899.46,-3033.81,11.0337,3.14159,0,0,1,0,7200,100,1), - (13769,2061,0,-3899.46,-3033.81,11.0337,3.14159,0,0,1,0,7200,100,1), - (13770,142094,0,-3793.98,-838.581,9.54324,3.14159,0,0,1,0,7200,100,1), - (13771,176369,0,-3776.21,-731.847,8.31114,2.10312,0,0,0.868199,0.496216,7200,100,1), - (13772,147742,0,-11300,-3430.82,10.0639,2.09506,-0.031071,0.010513,0.865829,0.499264,900,100,1), - (13773,2061,0,-11300,-3430.82,10.0639,2.09506,-0.031071,0.010513,0.865829,0.499264,900,100,1), - (13774,147744,0,-11252.1,-3458.4,8.76993,-2.32625,0.134416,0.002674,0.912224,-0.387004,900,100,1), - (13775,2061,0,-11252.1,-3458.4,8.76993,-2.32625,0.134416,0.002674,0.912224,-0.387004,900,100,1), - (13776,147759,0,-11264.5,-3495.44,9.97438,-0.407495,-0.094455,-0.020781,-0.20482,0.97401,900,100,1), - (13777,2061,0,-11264.5,-3495.44,9.97438,-0.407495,-0.094455,-0.020781,-0.20482,0.97401,900,100,1), - (13779,176370,0,-3776.13,-731.8,8.2887,-1.03847,0,0,-0.496217,0.868199,7200,100,1), - (13780,147747,0,-11238.5,-3460.27,7.74763,-0.391713,0.006922,-0.068017,-0.192864,0.978841,900,100,1), - (13781,1887,0,-4242.64,-2374.14,204.196,3.14159,0,0,1,0,7200,100,1), - (13782,2061,0,-11238.5,-3460.27,7.74763,-0.391713,0.006922,-0.068017,-0.192864,0.978841,900,100,1), - (13783,147769,0,-11204.6,-3517.97,6.58401,-1.14588,0.092237,0.075494,-0.54175,0.832046,900,100,1), - (13784,2061,0,-11204.6,-3517.97,6.58401,-1.14588,0.092237,0.075494,-0.54175,0.832046,900,100,1), - (13785,147757,0,-11268.9,-3480.57,9.38095,-1.88548,-0.002393,-0.000648,-0.809168,0.587572,900,100,1), - (13786,2061,0,-11268.9,-3480.57,9.38095,-1.88548,-0.002393,-0.000648,-0.809168,0.587572,900,100,1), - (13787,147765,0,-11211.4,-3497.14,8.27763,0.517718,0.00657,-0.093762,0.253262,0.962821,900,100,1), - (13806,2061,0,-11211.4,-3497.14,8.27763,0.517718,0.00657,-0.093762,0.253262,0.962821,900,100,1), - (13807,147766,0,-11235.9,-3481.72,12.3287,2.08014,0.006376,0.016396,0.862283,0.506121,900,100,1), - (13808,2061,0,-11235.9,-3481.72,12.3287,2.08014,0.006376,0.016396,0.862283,0.506121,900,100,1), - (13809,147756,0,-11259.8,-3466.71,8.03465,-2.29196,-0.036005,-0.067817,0.907242,-0.413542,900,100,1), - (13810,23302,0,-8421,616.391,95.455,-1,0,0,-0.446197,0.894935,120,0,1), - (13811,2066,0,-4242.64,-2374.14,204.196,3.14159,0,0,1,0,7200,100,1), - (13812,23303,0,-8425,614.482,95.245,1.998,0,0,0.841039,0.540975,120,0,1), - (13813,23304,0,-8421,613.438,95.181,-2,0,0,0.944089,-0.329691,120,0,1), - (13814,23305,0,-8425,618.065,95.387,-2,0,0,0.944089,-0.329691,120,0,1), - (13815,20359,1,-4610.62,-3520.07,33.961,2.40855,0,0,0.93358,0.358368,300,100,1), - (13816,2061,0,-11259.8,-3466.71,8.03465,-2.29196,-0.036005,-0.067817,0.907242,-0.413542,900,100,1), - (13817,24388,0,-8569.96,808.858,106.577,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13818,24388,0,-8577.3,818.082,106.577,2.24275,0,0,0.900698,0.434446,120,0,1), - (13820,3727,1,-3206.77,-1923.75,92.4619,0.174533,0,0,0.087156,0.996195,900,100,1), - (13821,3727,1,-3283.59,-2118.74,91.8353,1.58825,0,0,0.71325,0.700909,900,100,1), - (13823,179973,0,-9545.68,129.577,58.9418,0.767945,0,0,0.374607,0.927184,180,100,1), - (13824,179968,0,-9534.28,100.962,58.8815,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (13825,179977,0,-9553.6,73.6054,60.7574,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (13826,179968,0,-9533.42,100.851,59.5759,0.523599,0,0,0.258819,0.965926,180,100,1), - (13827,179969,0,-9535.14,64.5122,60.1245,1.41372,0,0,0.649448,0.760406,180,100,1), - (13828,179969,0,-9553.71,73.5554,60.1254,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (13829,180026,0,-9525.46,71.1421,58.898,2.96706,0,0,0.996195,0.087156,180,100,1), - (13830,180046,0,-9584.9,43.5214,60.0673,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (13831,24388,0,-8629.15,836.187,96.9638,0.671952,0,0,0.329691,0.944089,120,0,1), - (13832,24388,0,-8626.67,838.404,96.9638,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13833,24388,0,-8620.5,843.236,96.9638,0.671952,0,0,0.329691,0.944089,120,0,1), - (13834,24388,0,-8618.52,844.432,96.9638,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13835,179972,0,-9536.11,64.7925,58.8815,1.15192,0,0,0.544639,0.838671,180,100,1), - (13836,180049,0,-9579.24,38.2489,61.0309,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (13837,180045,0,-9580.55,34.8943,60.6254,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (13838,180007,0,-9531.6,66.9169,58.8815,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (13839,180048,0,-9556.21,112.962,59.397,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (13840,180052,0,-9583.73,38.0032,60.1551,0.139626,0,0,0.069756,0.997564,180,100,1), - (13841,179969,0,-9534.44,65.839,58.8815,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (13842,147751,0,-11273.4,-3456.96,7.28624,-2.89802,-0.023865,0.0153,0.992242,-0.121047,900,100,1), - (13843,24388,0,-8569.12,817.204,106.577,0.671952,0,0,0.329691,0.944089,120,0,1), - (13844,24388,0,-8569.19,828.857,106.577,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13845,24388,0,-8589.54,812.673,106.577,0.671952,0,0,0.329691,0.944089,120,0,1), - (13846,179976,0,-9532.27,98.8036,58.8815,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (13847,24388,0,-8578.29,809.914,106.577,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13848,24388,0,-8533.89,871.443,106.574,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13849,24388,0,-8508.43,839.439,106.574,2.24275,0,0,0.900698,0.434446,120,0,1), - (13850,24388,0,-8562.49,848.687,106.574,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13851,24388,0,-8409.29,488.551,123.756,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13852,24388,0,-8569.66,842.987,106.574,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13853,24388,0,-8544.2,810.983,106.574,2.24275,0,0,0.900698,0.434446,120,0,1), - (13854,24388,0,-8537.04,816.683,106.574,2.24275,0,0,0.900698,0.434446,120,0,1), - (13855,24388,0,-8548.21,860.053,106.574,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13856,24388,0,-8522.75,828.049,106.574,2.24275,0,0,0.900698,0.434446,120,0,1), - (13857,24388,0,-8428.54,465.508,123.802,0.671952,0,0,0.329691,0.944089,120,0,1), - (13858,24388,0,-8410.9,443.332,123.802,0.671952,0,0,0.329691,0.944089,120,0,1), - (13859,24388,0,-8402.45,442.547,123.816,2.24275,0,0,0.900698,0.434446,120,0,1), - (13860,24388,0,-8398.78,445.466,123.816,2.24275,0,0,0.900698,0.434446,120,0,1), - (13861,24388,0,-8397.02,490.58,123.756,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13862,24388,0,-8394.1,486.91,123.756,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13863,24388,0,-8405.34,491.696,123.756,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13864,24388,0,-8648.9,815.856,96.8789,2.24275,0,0,0.900698,0.434446,120,0,1), - (13865,2061,0,-11273.4,-3456.96,7.28624,-2.89802,-0.023865,0.0153,0.992242,-0.121047,900,100,1), - (13866,24388,0,-8425.62,461.838,123.802,0.671952,0,0,0.329691,0.944089,120,0,1), - (13867,24388,0,-8414.05,447.286,123.802,0.671952,0,0,0.329691,0.944089,120,0,1), - (13868,24390,0,-8367.69,402.368,122.427,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13869,24390,0,-8331.86,398.717,122.427,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13870,24390,0,-8334.09,399.012,122.427,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13871,24390,0,-8338.72,401.048,122.403,0.671952,0,0,0.329691,0.944089,120,0,1), - (13872,24390,0,-8345.8,409.897,122.403,0.671952,0,0,0.329691,0.944089,120,0,1), - (13873,24390,0,-8353.99,388.775,122.403,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13874,24390,0,-8361.06,397.724,122.403,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13875,24390,0,-8367.69,400.173,122.427,0.671952,0,0,0.329691,0.944089,120,0,1), - (13876,24390,0,-8332.09,396.321,122.427,2.24275,0,0,0.900698,0.434446,120,0,1), - (13877,24390,0,-8493.7,350.424,121.031,-0.113445,0,0,-0.056692,0.998392,120,0,1), - (13878,24390,0,-8495.19,323.774,121.031,1.45735,0,0,0.665881,0.746058,120,0,1), - (13879,24390,0,-8494.7,327.096,121.031,-1.68424,0,0,-0.746057,0.665882,120,0,1), - (13880,24390,0,-8493.33,325.306,121.031,3.02815,0,0,0.998392,0.056692,120,0,1), - (13881,24390,0,-8395.27,295.028,121.031,2.24275,0,0,0.900698,0.434446,120,0,1), - (13882,24390,0,-8395.04,297.424,121.031,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13883,24390,0,-8397.27,297.72,121.031,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13884,24390,0,-8381.92,278.42,121.031,-0.898844,0,0,-0.434445,0.900698,120,0,1), - (13885,24390,0,-8379.69,278.124,121.031,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13886,24390,0,-8379.92,275.728,121.031,2.24275,0,0,0.900698,0.434446,120,0,1), - (13887,24390,0,-8399.42,260.398,121.031,2.24275,0,0,0.900698,0.434446,120,0,1), - (13888,24390,0,-8399.13,262.633,121.031,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13889,24390,0,-8401.82,260.627,121.031,0.671952,0,0,0.329691,0.944089,120,0,1), - (13890,24390,0,-8414.48,281.933,121.031,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13891,24390,0,-8414.77,279.697,121.031,2.24275,0,0,0.900698,0.434446,120,0,1), - (13892,24390,0,-8417.17,279.927,121.031,0.671952,0,0,0.329691,0.944089,120,0,1), - (13893,24390,0,-8443.97,386.026,121.031,3.02815,0,0,0.998392,0.056692,120,0,1), - (13894,180043,0,-9583.03,39.3649,60.1749,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (13895,180026,0,-9515.77,144.288,59.698,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (13896,179977,0,-9529.46,98.6237,59.8937,1.46608,0,0,0.669131,0.743145,180,100,1), - (13897,179967,0,-9530.15,99.3,58.9005,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (13898,24390,0,-8517.83,328.098,121.031,3.02815,0,0,0.998392,0.056692,120,0,1), - (13899,24390,0,-8519.69,326.566,121.031,1.45735,0,0,0.665881,0.746058,120,0,1), - (13900,24390,0,-8514.88,352.731,121.031,3.02815,0,0,0.998392,0.056692,120,0,1), - (13901,24390,0,-8518.2,353.216,121.031,-0.113445,0,0,-0.056692,0.998392,120,0,1), - (13902,24390,0,-8516.41,354.587,121.031,-1.68424,0,0,-0.746057,0.665882,120,0,1), - (13903,24390,0,-8491.91,351.795,121.031,-1.68424,0,0,-0.746057,0.665882,120,0,1), - (13904,24390,0,-8445.34,387.816,121.031,-1.68424,0,0,-0.746058,0.665881,120,0,1), - (13905,24390,0,-8445.83,384.494,121.031,1.45735,0,0,0.665881,0.746058,120,0,1), - (13906,24390,0,-8441.02,410.659,121.031,3.02815,0,0,0.998392,0.056692,120,0,1), - (13907,24390,0,-8421.33,381.702,121.031,1.45735,0,0,0.665881,0.746058,120,0,1), - (13908,24390,0,-8519.2,329.888,121.031,-1.68424,0,0,-0.746057,0.665882,120,0,1), - (13909,24390,0,-8416.52,407.867,121.031,3.02815,0,0,0.998392,0.056692,120,0,1), - (13910,24390,0,-8419.84,408.352,121.031,-0.113445,0,0,-0.056692,0.998392,120,0,1), - (13911,24390,0,-8419.47,383.234,121.031,3.02815,0,0,0.998392,0.056692,120,0,1), - (13912,24390,0,-8418.05,409.723,121.031,-1.68424,0,0,-0.746058,0.665881,120,0,1), - (13913,24390,0,-8490.38,349.939,121.031,3.02815,0,0,0.998392,0.056692,120,0,1), - (13914,179972,0,-9561.86,74.0052,58.9062,3.03687,0,0,0.99863,0.052336,180,100,1), - (13915,180046,0,-9580.22,38.3075,60.4316,1.58825,0,0,0.71325,0.700909,180,100,1), - (13916,24390,0,-8444.34,411.144,121.031,-0.113445,0,0,-0.056692,0.998392,120,0,1), - (13917,24390,0,-8442.55,412.515,121.031,-1.68424,0,0,-0.746058,0.665881,120,0,1), - (13918,24390,0,-8314.28,545.672,99.7125,2.24275,0,0,0.900698,0.434446,120,0,1), - (13919,24390,0,-8304.55,553.266,99.7125,2.24275,0,0,0.900698,0.434446,120,0,1), - (13920,24390,0,-8423.27,684.969,103.485,2.24275,0,0,0.900698,0.434446,120,0,1), - (13921,24390,0,-8426.48,682.418,103.485,2.24275,0,0,0.900698,0.434446,120,0,1), - (13922,24392,0,-8310.17,579.193,99.6628,-2.46091,0,0,0.942642,-0.333807,120,0,1), - (13923,24392,0,-8338.08,557.085,99.6628,0.680678,0,0,0.333807,0.942642,120,0,1), - (13924,24392,0,-8297.6,563.413,99.6628,-2.46091,0,0,0.942642,-0.333807,120,0,1), - (13925,24392,0,-8335.74,573.541,99.6628,-0.890116,0,0,-0.43051,0.902586,120,0,1), - (13926,24392,0,-8307.09,575.32,99.6628,-2.46091,0,0,0.942642,-0.333807,120,0,1), - (13927,24392,0,-8303.8,571.124,99.6628,-2.46091,0,0,0.942642,-0.333807,120,0,1), - (13928,24392,0,-8334.8,552.889,99.6628,0.680678,0,0,0.333807,0.942642,120,0,1), - (13929,24392,0,-8344.29,564.796,99.6628,0.680678,0,0,0.333807,0.942642,120,0,1), - (13930,24392,0,-8331.71,549.016,99.6628,0.680678,0,0,0.333807,0.942642,120,0,1), - (13931,24392,0,-8325.44,541.315,99.6628,0.680678,0,0,0.333807,0.942642,120,0,1), - (13932,24392,0,-8316.44,586.894,99.6628,-2.46091,0,0,0.942642,-0.333807,120,0,1), - (13933,24392,0,-8326.77,580.667,99.6628,-0.890116,0,0,-0.43051,0.902586,120,0,1), - (13934,179969,0,-9561.14,73.6756,60.1415,1.44862,0,0,0.66262,0.748956,180,100,1), - (13935,180007,0,-9548.02,72.3468,58.9184,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (13936,24538,0,-8527.79,365.849,108.375,2.24275,0,0,0.900698,0.434446,120,0,1), - (13937,180007,0,-9552.11,135.655,58.8815,2.47837,0,0,0.945519,0.325568,180,100,1), - (13938,179972,0,-9560.6,75.2109,58.8826,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (13939,179965,0,-9526.39,68.0978,59.0457,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (13940,179969,0,-9545.8,128.19,59.0148,0.296706,0,0,0.147809,0.989016,180,100,1), - (13941,180046,0,-9556.52,112.122,58.8921,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (13942,180043,0,-9582.59,60.599,61.6029,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (13943,24538,0,-8526.71,375.122,108.375,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13944,179972,0,-9534.53,64.3109,58.8815,1.74533,0,0,0.766044,0.642788,180,100,1), - (13945,24538,0,-8532.46,371.914,108.413,2.24275,0,0,0.900698,0.434446,120,0,1), - (13946,24538,0,-8530.79,369.819,108.413,2.24275,0,0,0.900698,0.434446,120,0,1), - (13947,179967,0,-9559.8,76.8996,58.8817,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (13948,179965,0,-9512.7,142.954,59.5737,1.22173,0,0,0.573576,0.819152,180,100,1), - (13949,180007,0,-9529.04,97.136,58.8951,1.20428,0,0,0.566406,0.824126,180,100,1), - (13950,180005,0,-9558.52,93.9666,61.2079,0.820305,0,0,0.398749,0.91706,180,100,1), - (13951,180006,0,-9572.58,28.1636,61.4756,1.76278,0,0,0.771625,0.636078,180,100,1), - (13952,179965,0,-9518.37,145.359,59.7507,1.13446,0,0,0.5373,0.843391,180,100,1), - (13953,24568,0,-8420.84,385.024,121.031,-1.68424,0,0,-0.746058,0.665881,120,0,1), - (13954,24613,0,-8557.45,814.056,106.577,-2.46964,0,0,0.944089,-0.329691,120,0,1), - (13955,24635,0,-8301.25,565.161,99.6082,1.22173,0,0,0.573577,0.819152,120,0,1), - (13956,24635,0,-8313.99,580.623,99.6082,1.22173,0,0,0.573577,0.819152,120,0,1), - (13957,24635,0,-8327.59,547.301,99.6082,-1.91986,0,0,-0.819152,0.573576,120,0,1), - (13958,24635,0,-8326.39,545.58,99.6082,-2.84489,0,0,0.989016,-0.14781,120,0,1), - (13959,24635,0,-8315.54,582.546,99.6082,0.296706,0,0,0.147809,0.989016,120,0,1), - (13960,24635,0,-8302.67,566.878,99.6082,0.296706,0,0,0.147809,0.989016,120,0,1), - (13961,24635,0,-8340.08,563.182,99.6082,-1.91986,0,0,-0.819152,0.573576,120,0,1), - (13962,24635,0,-8338.49,561.135,99.6082,-2.84489,0,0,0.989016,-0.14781,120,0,1), - (13963,179965,0,-9525.58,74.3319,58.8819,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (13964,179967,0,-9537.69,65.5724,58.8815,2.75762,0,0,0.981627,0.190809,180,100,1), - (13965,147761,0,-11255.2,-3519.78,8.91313,-2.72208,0.062197,-0.028752,0.97625,-0.205524,900,100,1), - (13966,2061,0,-11255.2,-3519.78,8.91313,-2.72208,0.062197,-0.028752,0.97625,-0.205524,900,100,1), - (13967,147768,0,-11217.5,-3485.89,8.38521,0.04018,0.090234,-0.118095,0.030512,0.988423,900,100,1), - (13968,24745,0,-8420,633.517,95.653,-2,0,0,0.944089,-0.329691,120,0,1), - (13969,3727,1,-3462.09,-2399.67,92.3755,0.069813,0,0,0.034899,0.999391,900,100,1), - (13970,24746,0,-8427.56,631.026,95.7472,2.28742,0,0,0.910176,0.414221,25,0,1), - (13971,179968,0,-9546.95,129.768,58.9237,2.96706,0,0,0.996195,0.087156,180,100,1), - (13972,164890,0,-3415.24,-1971.94,114.763,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (13973,2061,0,-11217.5,-3485.89,8.38521,0.04018,0.090234,-0.118095,0.030512,0.988423,900,100,1), - (13974,147745,0,-11237.7,-3446.24,7.11092,-0.06724,0.06667,0.026447,-0.035416,0.996796,900,100,1), - (13975,2061,0,-11237.7,-3446.24,7.11092,-0.06724,0.06667,0.026447,-0.035416,0.996796,900,100,1), - (13976,147771,0,-11251.2,-3570.11,7.73133,-1.74352,0.142822,-0.027469,-0.764015,0.628593,900,100,1), - (13977,2061,0,-11251.2,-3570.11,7.73133,-1.74352,0.142822,-0.027469,-0.764015,0.628593,900,100,1), - (13978,4149,0,-10862.7,-3631.31,11.5791,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (13979,4149,0,-10555.6,-3527.02,22.7375,0.645772,0,0,0.317305,0.948324,900,100,1), - (13981,176574,0,-10802,-2192.33,117.131,-0.045542,0,0,-0.022769,0.999741,900,100,1), - (13982,2061,0,-10802,-2192.33,117.131,-0.045542,0,0,-0.022769,0.999741,900,100,1), - (13983,176558,0,-10879.2,-2155.03,117.131,1.15237,0,0,0.544829,0.838547,900,100,1), - (13984,2066,0,-10879.2,-2155.03,117.131,1.15237,0,0,0.544829,0.838547,900,100,1), - (13985,177186,0,-10451.5,-1721.78,87.8886,1.80642,0.07195,0.020943,0.784755,0.61526,900,100,1), - (13986,177185,0,-10451.6,-1721.82,86.4445,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (13987,176559,0,-11003.7,-2307.09,117.131,2.46001,0,0,0.942491,0.334233,900,100,1), - (13988,2061,0,-11003.7,-2307.09,117.131,2.46001,0,0,0.942491,0.334233,900,100,1), - (13989,176464,0,-10436.7,-2140.2,90.7792,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (13990,2061,0,-10436.7,-2140.2,90.7792,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (13991,176560,0,-11083.1,-2303.92,117.131,-2.93795,0,0,0.994821,-0.101645,900,100,1), - (13992,2066,0,-11083.1,-2303.92,117.131,-2.93795,0,0,0.994821,-0.101645,900,100,1), - (13993,180007,0,-9527.19,92.1539,58.913,0.558505,0,0,0.275637,0.961262,180,100,1), - (13994,179964,0,-9526.08,71.0193,59.3331,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (13995,179970,0,-9558.64,74.9394,58.8828,0.349066,0,0,0.173648,0.984808,180,100,1), - (13996,180050,0,-9556.04,113.011,59.4166,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (13997,179977,0,-9534.43,65.8022,59.5134,1.76278,0,0,0.771625,0.636078,180,100,1), - (13998,180047,0,-9579.16,38.2434,60.5159,1.48353,0,0,0.67559,0.737277,180,100,1), - (13999,180046,0,-9584.63,41.6998,60.0233,0.506145,0,0,0.25038,0.968148,180,100,1), - (14000,179970,0,-9558.7,76.1096,58.8822,1.39626,0,0,0.642788,0.766044,180,100,1), - (14001,179967,0,-9530.4,98.406,58.8917,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (14002,179970,0,-9545.82,128.185,59.6476,0.820305,0,0,0.398749,0.91706,180,100,1), - (14004,180045,0,-9559.42,113.733,58.9944,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (14005,177246,0,-11093.8,-1635.39,27.9784,1.59698,0,0,0.716302,0.69779,900,100,1), - (14006,179970,0,-9535.61,66.1034,58.8815,1.90241,0,0,0.814116,0.580703,180,100,1), - (14007,179968,0,-9533.59,101.373,58.8815,0.523599,0,0,0.258819,0.965926,180,100,1), - (14008,3727,1,-827.816,-2138.57,91.7369,1.71042,0,0,0.75471,0.656059,900,100,1), - (14009,177047,0,-11206.9,-1733.73,4.38246,1.59698,0,0,0.716302,0.69779,900,100,1), - (14010,177248,0,-11031.2,-1600.16,27.9784,1.59698,0,0,0.716302,0.69779,900,100,1), - (14011,177247,0,-11030.4,-1633.73,27.9784,1.59698,0,0,0.716302,0.69779,900,100,1), - (14012,177249,0,-11063,-1600.99,27.9784,1.59698,0,0,0.716302,0.69779,900,100,1), - (14013,177049,0,-11226.9,-1734.26,4.38246,1.59698,0,0,0.716302,0.69779,900,100,1), - (14014,177245,0,-11062.1,-1635.61,27.9916,1.59698,0,0,0.716302,0.69779,900,100,1), - (14015,177251,0,-11094.7,-1601.54,27.9916,1.59698,0,0,0.716302,0.69779,900,100,1), - (14017,177252,0,-11096.3,-1540.47,27.9916,1.59698,0,0,0.716302,0.69779,900,100,1), - (14020,180398,0,-8870.97,545.69,106.284,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (14021,180398,0,-8849.03,591.574,93.5795,2.44346,0,0,0.939693,0.34202,180,100,1), - (14022,3705,0,-8892.11,591.342,94.1562,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (14024,1619,0,-9228.82,467.448,110.755,-1.39626,0,0,-0.642787,0.766045,300,100,1), - (14025,1618,0,-9544.96,298.601,53.1318,-0.523599,0,0,-0.258819,0.965926,300,100,1), - (14026,1628,0,-10496.2,209.948,32.2598,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (14027,1624,0,-10660.1,151.206,40.3802,0.244346,0,0,0.121869,0.992546,300,100,1), - (14028,1621,0,-10716,-7.3878,32.6878,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (14029,177048,0,-11226.3,-1755.59,4.38246,1.59698,0,0,0.716302,0.69779,900,100,1), - (14030,176901,0,-11206.3,-1755.07,4.38246,1.59698,0,0,0.716302,0.69779,900,100,1), - (14032,177203,0,-11067.9,-1824.71,60.1991,1.59698,0,0,0.716302,0.69779,900,100,1), - (14033,176578,0,-11098.2,-1990.84,49.4968,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (14034,176579,0,-11070.8,-2001.42,114.823,-1.6057,0,0,-0.71934,0.694658,900,100,1), - (14035,176633,0,-11105.7,-1966.78,90.9023,-2.93215,0,0,0.994522,-0.104529,900,100,1), - (14036,176632,0,-11080.1,-1929.51,90.9023,-1.39626,0.766045,-0.642787,0,0,900,100,1), - (14038,176694,0,-11038,-1999.86,92.9915,2.24275,0,0,0.900698,0.434445,900,100,1), - (14039,176580,0,-11033.7,-1986.34,126.072,-2.05949,0,0,-0.857167,0.515038,900,100,1), - (14040,176577,0,-11066.1,-1988.07,231.519,2.59181,0,0,0.962455,0.27144,900,100,1), - (14041,184164,0,-11111.1,-2004.48,49.3827,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (14042,160869,0,-11171.7,-1859.7,73.9424,2.29511,0,0,0.911762,0.410719,900,100,1), - (14043,160870,0,-11175.2,-1860.02,73.9424,2.11185,0,0,0.870356,0.492423,900,100,1), - (14044,160867,0,-11185,-1852.35,73.9424,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (14045,160866,0,-11182.3,-1851.33,73.9424,-2.29511,0,0,0.911762,-0.410719,900,100,1), - (14046,160868,0,-11181.5,-1861.52,73.9424,-3.13287,0,0,0.99999,-0.004364,900,100,1), - (14047,160871,0,-11177.5,-1848.64,73.9424,-1.4399,0,0,-0.659346,0.75184,900,100,1), - (14048,181963,0,-11182.6,-1958.32,55.7329,-1.65806,0,0,0.737277,-0.67559,900,100,1), - (14049,104,0,-10540.3,-1180.84,27.8421,-1.85005,0,0,-0.798635,0.601815,3600,100,1), - (14050,105,0,-10812.5,304.43,31.44,-2.86234,0,0,0.990268,-0.139173,3600,100,1), - (14051,108,0,-10811.8,305.896,31.4382,-1.29154,0,0,-0.601815,0.798636,3600,100,1), - (14052,109,0,-10891.9,-366.62,37.3369,-0.287978,0,0,-0.143492,0.989651,3600,100,1), - (14053,110,0,-10893.4,-367.545,38.7449,1.28282,0,0,0.598325,0.801253,3600,100,1), - (14054,112,0,-10892.6,-368.997,38.7303,2.85361,0,0,0.989651,0.143493,3600,100,1), - (14055,1827,0,-10795.3,-1363.71,39.1868,-3.07178,0.061313,-0.006574,0.997507,-0.034301,3600,100,1), - (14056,2061,0,-10795.3,-1363.71,39.1868,-3.07178,0.061313,-0.006574,0.997507,-0.034301,3600,100,1), - (14057,1828,0,-11014.6,-1111.94,39.8379,-1.97222,0.060622,0.050558,-0.830905,0.550786,3600,100,1), - (14058,2061,0,-11014.6,-1111.94,39.8379,-1.97222,0.060622,0.050558,-0.830905,0.550786,3600,100,1), - (14059,101,0,-10542.5,-1180.26,27.8265,1.29154,0,0,0.601815,0.798635,3600,100,1), - (14060,321,0,-10363.7,-1282.15,35.3959,3.14159,-0.085495,0.615414,0.780649,0.067399,1,100,1), - (14061,59,0,-11115.5,-512.672,32.6047,1.78098,-0.044381,0.020175,0.77682,0.627833,1,100,1), - (14062,1798,0,-10326.5,624.47,26.4468,3.06305,0,0,0.999229,0.03926,3600,100,1), - (14063,26496,369,109.847,4.728,-4,0.851,0,0,0.412707,0.910864,120,0,1), - (14064,2061,0,-10326.5,624.47,26.4468,3.06305,0,0,0.999229,0.03926,3600,100,1), - (14065,1799,0,-10927.8,-382.357,39.5519,2.98451,0.042187,0.036031,0.995502,0.076802,3600,100,1), - (14066,2061,0,-10927.8,-382.357,39.5519,2.98451,0.042187,0.036031,0.995502,0.076802,3600,100,1), - (14067,41,0,-10906.9,-921.372,71.0173,-0.226892,0,0,-0.113203,0.993572,600,100,1), - (14068,3187,0,-10618.6,-1153.71,26.9249,-2.11185,0,0,0.870356,-0.492423,3600,100,1), - (14069,1825,0,-11073,-813.816,58.1975,-0.710158,0.006528,0.030149,-0.347374,0.937219,3600,100,1), - (14070,2061,0,-11073,-813.816,58.1975,-0.710158,0.006528,0.030149,-0.347374,0.937219,3600,100,1), - (14071,1826,0,-11183.9,-843.711,76.988,-1.13446,-0.010386,-0.024421,-0.537014,0.843156,3600,100,1), - (14072,2061,0,-11183.9,-843.711,76.988,-1.13446,-0.010386,-0.024421,-0.537014,0.843156,3600,100,1), - (14073,22706,0,-10350.1,-1528.64,93.8393,2.07694,0,0,0.861629,0.507538,3600,100,1), - (14074,32107,0,-10446.6,-809.491,50.5084,3.09519,0.007085,-0.069937,0.997243,0.023751,3600,100,1), - (14075,2066,0,-10446.6,-809.491,50.5084,3.09519,0.007085,-0.069937,0.997243,0.023751,3600,100,1), - (14076,20689,0,-10357,-1251.07,35.3004,-2.17294,0,0,0.884988,-0.465614,3600,100,1), - (14077,106,0,-10813.3,306.68,31.4738,0.279252,0,0,0.139173,0.990268,3600,100,1), - (14085,180655,1,6431.71,667.197,0,1.44862,0,0,0.662619,0.748957,180,100,1), - (14086,180655,1,5721.1,592.505,0,-3.05433,0,0,-0.999048,0.0436174,180,100,1), - (14087,180655,1,5721.1,592.505,0,-3.05433,0,0,-0.999048,0.0436174,180,100,1), - (14088,180655,1,5530.88,568.461,0,1.20428,0,0,0.566407,0.824125,180,100,1), - (14089,180655,1,5530.88,568.461,0,1.20428,0,0,0.566407,0.824125,180,100,1), - (14096,180582,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,180,100,1), - (14097,180655,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,180,100,1), - (14110,26496,369,109.351,16.214,-4,0.851,0,0,0.412707,0.910864,120,0,1), - (14118,92419,0,-10331.6,381.956,59.6922,-1.80642,0,0,-0.785317,0.619094,3600,100,1), - (14121,28027,0,-8506.57,659.499,99.8,5.29496,0,0,0.47425,-0.88039,120,0,1), - (14131,142089,0,-10546.5,-1157.32,27.7834,-3.0456,0,0,0.998848,-0.047978,3600,100,1), - (14133,28044,0,-8530,495.845,111.292,-2,0,0,0.944089,-0.329691,120,0,1), - (14135,28044,0,-8459,695.656,111.569,2.243,0,0,0.900698,0.434446,120,0,1), - (14136,28044,0,-8480,679.042,111.569,2.243,0,0,0.900698,0.434446,120,0,1), - (14137,119,0,-11091,-68.9618,15.4935,-2.97149,-0.078554,0.93011,-0.028555,-0.357645,1,100,1), - (14139,85556,90,-806.887,323.963,-271.656,2.21308,0,0,0.894154,0.447759,3600,100,1), - (14140,142218,90,-528.375,630.048,-325.738,-2.93258,0.108055,0.013268,0.988611,-0.103907,3600,100,1), - (14158,103,0,-10541.7,-1181.69,27.835,2.86234,0,0,0.990268,0.139173,3600,100,1), - (14159,37,0,-10266.3,54.1146,41.828,0.018691,-0.1352,-0.022145,0.006403,0.99055,1,100,1), - (14160,61,0,-10240.1,354.663,50.3859,2.93132,0.064284,0.10624,0.987391,0.098184,1,100,1), - (14161,1824,0,-11033.8,-895.488,63.7191,-2.76576,-0.025276,0.039588,0.981453,-0.18586,3600,100,1), - (14162,2061,0,-11033.8,-895.488,63.7191,-2.76576,-0.025276,0.039588,0.981453,-0.18586,3600,100,1), - (14163,107,0,-10812.5,304.343,30.0518,-2.86234,0,0,0.990268,-0.139173,3600,100,1), - (14164,1822,0,-10259.4,-734.09,45.944,-1.90241,-0.045561,0.063875,-0.811606,0.578913,3600,100,1), - (14165,2061,0,-10259.4,-734.09,45.944,-1.90241,-0.045561,0.063875,-0.811606,0.578913,3600,100,1), - (14166,102,0,-10542.6,-1180.24,26.4931,1.29154,0,0,0.601815,0.798635,3600,100,1), - (14167,18089,0,-10464,-812.863,51.3177,3.14159,0.087148,-0.01304,0.996109,0.001141,3600,100,1), - (14168,2061,0,-10464,-812.863,51.3177,3.14159,0.087148,-0.01304,0.996109,0.001141,3600,100,1), - (14169,111,0,-10892,-366.709,38.7285,-0.287978,0,0,-0.143492,0.989651,3600,100,1), - (14170,18090,0,-10640.4,-889.795,49.1931,-3.14159,0.030537,-0.008722,0.999496,0.000266,3600,100,1), - (14171,2061,0,-10640.4,-889.795,49.1931,-3.14159,0.030537,-0.008722,0.999496,0.000266,3600,100,1), - (14172,175149,0,-10564.7,384.364,-112.445,1.32645,0,0,0.615661,0.788011,3600,100,1), - (14173,175151,0,-10566,386.404,-112.445,-0.244347,0,0,-0.12187,0.992546,3600,100,1), - (14174,175150,0,-10562.8,385.49,-112.445,2.89725,0,0,0.992546,0.121869,3600,100,1), - (14175,175148,0,-10509.5,366.64,-108.62,1.32645,0,0,0.615661,0.788011,3600,100,1), - (14176,22578,0,-10316.7,362.266,60.518,1.7366,0,0,0.763233,0.646124,3600,100,1), - (14177,22579,0,-10315.4,363.144,60.518,2.522,0,0,0.952396,0.304864,3600,100,1), - (14178,22580,0,-10315.4,366.441,60.518,-2.75762,0,0,0.981627,-0.190809,3600,100,1), - (14179,22581,0,-10316.5,367.731,60.518,-2.17293,0,0,0.884987,-0.465615,3600,100,1), - (14180,22582,0,-10322.6,365.409,60.518,0.008725,0,0,0.004363,0.99999,3600,100,1), - (14181,170001,0,-10321.8,373.951,65.266,-1.85878,0,0,-0.801254,0.598324,3600,100,1), - (14182,22563,0,-10325.5,372.064,60.5582,-3.13287,0,0,0.99999,-0.004363,3600,100,1), - (14183,2061,0,-10325.5,372.064,60.5582,-3.13287,0,0,0.99999,-0.004363,3600,100,1), - (14184,3727,1,-1409.86,-1853.46,91.7215,1.18682,0,0,0.559193,0.829038,900,100,1), - (14187,3727,1,-846.395,-2877.4,91.7914,-2.04204,0,0,0.85264,-0.522498,900,100,1), - (14188,2061,0,-3415.24,-1971.94,114.763,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (14194,61072,1,-4081.85,-2398.35,125.299,-1.13446,0,0,-0.537299,0.843392,900,100,1), - (14195,22567,0,-10324.4,372.73,65.475,1.85878,0,0,0.801254,0.598325,3600,100,1), - (14197,106641,1,-1042.89,-3664.26,23.8959,1.69297,0,0,0.748956,0.66262,900,100,1), - (14198,61073,1,-4083.85,-2399.04,125.299,-1.22173,0,0,-0.573577,0.819152,900,100,1), - (14199,3729,1,-426.617,-3458.81,92.58,1.36136,0,0,0.62932,0.777146,900,100,1), - (14200,3729,1,951.368,-2331.42,91.7039,0.418879,0,0,0.207912,0.978148,900,100,1), - (14201,3729,1,-470.076,-1971.71,91.7485,-2.77507,0,0,0.983255,-0.182235,900,100,1), - (14202,3729,1,-2484.14,-2377.11,91.6667,-1.46608,0,0,0.669131,-0.743145,900,100,1), - (14203,3729,1,180.086,-1713.24,93.3485,-1.50098,0,0,0.681998,-0.731354,900,100,1), - (14204,3729,1,-3153.96,-2314.79,91.6667,-0.820305,0,0,0.398749,-0.91706,900,100,1), - (14205,1878,0,-3102.52,-2194.55,9.08939,3.14159,0,0,1,0,7200,100,1), - (14228,2061,0,-10324.4,372.73,65.475,1.85878,0,0,0.801254,0.598325,3600,100,1), - (14229,2061,0,-3102.52,-2194.55,9.08939,3.14159,0,0,1,0,7200,100,1), - (14230,387,0,-2620.74,-2491.65,79.4416,1.66679,0,0,0.740218,0.672367,7200,100,1), - (14231,389,0,-2621.4,-2491.45,80.2191,0.095993,0,0,0.047978,0.998848,7200,100,1), - (14232,34357,369,146.438,27.883,0,-2,0,0,0.932796,-0.360404,120,0,1), - (14234,1885,0,-3433.04,-2428.64,52.0284,1.0821,0,0,0.515038,0.857167,7200,100,1), - (14236,3729,1,-1521.09,-3888.51,15.6641,-0.750491,0,0,0.366501,-0.930418,900,100,1), - (14237,2066,0,-3433.04,-2428.64,52.0284,1.0821,0,0,0.515038,0.857167,7200,100,1), - (14238,164891,0,-4231.6,-2345.58,204.28,3.14159,0,0,1,0,7200,100,1), - (14239,2061,0,-4231.6,-2345.58,204.28,3.14159,0,0,1,0,7200,100,1), - (14248,388,0,-2620.21,-2490.75,78.7749,-1.4748,0.04784,-0.096226,-0.665556,0.738571,7200,100,1), - (14249,1890,0,-4141.47,-2941.38,11.5812,3.14159,0,0,1,0,7200,100,1), - (14250,2061,0,-4141.47,-2941.38,11.5812,3.14159,0,0,1,0,7200,100,1), - (14251,1888,0,-3759.18,-2916.86,12.0202,3.14159,0,0,1,0,7200,100,1), - (14252,2061,0,-3759.18,-2916.86,12.0202,3.14159,0,0,1,0,7200,100,1), - (14253,1870,0,-3086.72,-1999.12,9.0666,3.14159,0,0,1,0,7200,100,1), - (14254,2061,0,-3086.72,-1999.12,9.0666,3.14159,0,0,1,0,7200,100,1), - (14255,1882,0,-2928.25,-2969.52,30.5575,-2.60927,0,0,0.964787,-0.263031,7200,100,1), - (14256,2061,0,-2928.25,-2969.52,30.5575,-2.60927,0,0,0.964787,-0.263031,7200,100,1), - (14257,1881,0,-2873.63,-2953.91,33.7046,1.51844,0,0,0.688355,0.725374,7200,100,1), - (14258,2061,0,-2873.63,-2953.91,33.7046,1.51844,0,0,0.688355,0.725374,7200,100,1), - (14259,142151,0,-3201.4,-952.171,8.44999,-3.14159,0.382598,-0.226163,0.890521,0.097167,2,100,1), - (14260,2734,0,-3917.21,-890.293,0.322858,0.593411,0.008355,-0.174364,0.28081,0.943755,2,100,1), - (14261,382,0,-3597.65,-2713.63,18.2805,-0.654499,0.038501,-0.022276,-0.320761,0.946115,7200,100,1), - (14262,1867,0,-2905.01,-2045.62,9.19427,2.53945,0,0,0.95502,0.296542,7200,100,1), - (14263,2061,0,-2905.01,-2045.62,9.19427,2.53945,0,0,0.95502,0.296542,7200,100,1), - (14264,175383,0,-2369.44,-2512.04,75.344,0.287978,0,0,0.143492,0.989652,7200,100,1), - (14265,29150,0,-2561.86,-2343.63,80.4973,-1.85878,0,0,-0.801254,0.598324,7200,100,1), - (14266,2061,0,-2561.86,-2343.63,80.4973,-1.85878,0,0,-0.801254,0.598324,7200,100,1), - (14267,29151,0,-2561.78,-2342.52,80.4973,1.28282,0,0,0.598325,0.801254,7200,100,1), - (14268,2061,0,-2561.78,-2342.52,80.4973,1.28282,0,0,0.598325,0.801254,7200,100,1), - (14269,22223,0,-2559.14,-2373.68,77.6498,1.12571,-0.008076,-0.003304,0.533595,0.845695,7200,100,1), - (14270,2061,0,-2559.14,-2373.68,77.6498,1.12571,-0.008076,-0.003304,0.533595,0.845695,7200,100,1), - (14271,32582,0,-2607.76,-2280.84,86.0163,2.32129,0,0,0.91706,0.39875,7200,100,1), - (14272,32584,0,-2604.61,-2279.17,86.0163,1.79769,0,0,0.782608,0.622515,7200,100,1), - (14273,34572,0,-2603.53,-2284.22,86.2996,-1.6057,0,0,-0.71934,0.694658,7200,100,1), - (14274,32585,0,-2599.06,-2281.14,86.0163,0.750493,0,0,0.366502,0.930417,7200,100,1), - (14275,32583,0,-2602.08,-2279.25,86.0163,1.27409,0,0,0.594823,0.803857,7200,100,1), - (14276,22230,0,-2644.11,-2310.99,77.9932,-1.91986,0,0,-0.819152,0.573576,7200,100,1), - (14277,2061,0,-2644.11,-2310.99,77.9932,-1.91986,0,0,-0.819152,0.573576,7200,100,1), - (14292,22231,0,-2663.13,-2330.35,77.09,-0.087265,0,0,-0.043619,0.999048,7200,100,1), - (14293,2061,0,-2663.13,-2330.35,77.09,-0.087265,0,0,-0.043619,0.999048,7200,100,1), - (14294,22565,0,-10324.4,372.514,60.5582,1.85878,0,0,0.801254,0.598325,3600,100,1), - (14296,22229,0,-2661.63,-2330.44,77.09,3.05433,0,0,0.999048,0.043619,7200,100,1), - (14297,3729,1,1417.77,-3607.3,91.7591,2.89725,0,0,0.992546,0.121869,900,100,1), - (14298,3729,1,1063.69,-3301.54,91.6667,3.14159,0,0,1,0,900,100,1), - (14299,2061,0,-10324.4,372.514,60.5582,1.85878,0,0,0.801254,0.598325,3600,100,1), - (14300,2061,0,-2661.63,-2330.44,77.09,3.05433,0,0,0.999048,0.043619,7200,100,1), - (14301,3729,1,327.766,-1433.71,91.6667,-2.96706,0,0,0.996195,-0.087156,900,100,1), - (14302,3729,1,941.36,-2829.5,91.6667,0.314159,0,0,0.156434,0.987688,900,100,1), - (14303,22223,0,-2667.69,-2384.03,87.6738,-2.05951,-0.003127,0.008147,-0.857134,0.515019,7200,100,1), - (14304,2061,0,-2667.69,-2384.03,87.6738,-2.05951,-0.003127,0.008147,-0.857134,0.515019,7200,100,1), - (14305,22223,0,-2866.83,-1447.43,8.64641,2.63542,-0.003619,-0.00794,0.968111,0.25037,7200,100,1), - (14306,2061,0,-2866.83,-1447.43,8.64641,2.63542,-0.003619,-0.00794,0.968111,0.25037,7200,100,1), - (14307,3799,0,-3668.53,-729.341,10.8797,1.41372,0,0,0.649448,0.760406,7200,100,1), - (14308,2061,0,-3668.53,-729.341,10.8797,1.41372,0,0,0.649448,0.760406,7200,100,1), - (14309,170073,0,-3676.61,-732.94,10.9594,-0.418879,0,0,-0.207912,0.978148,7200,100,1), - (14310,3800,0,-3669.31,-728.913,10.8797,2.70526,0,0,0.976296,0.21644,7200,100,1), - (14311,2061,0,-3669.31,-728.913,10.8797,2.70526,0,0,0.976296,0.21644,7200,100,1), - (14312,3769,0,-3756.99,-813.683,11.5534,-0.3927,0,0,-0.195091,0.980785,7200,100,1), - (14313,36987,0,-3733.55,-786.214,26.8066,-2.03331,0,0,-0.850352,0.526214,7200,100,1), - (14314,36989,0,-3739.36,-805.715,26.8066,1.06465,0,0,0.507538,0.861629,7200,100,1), - (14315,36985,0,-3737.75,-790.396,26.8066,-0.506147,0,0,-0.250381,0.968148,7200,100,1), - (14316,36986,0,-3729.92,-787.948,26.8066,-2.03331,0,0,-0.850352,0.526214,7200,100,1), - (14317,36988,0,-3742.92,-803.824,26.8066,1.06465,0,0,0.507538,0.861629,7200,100,1), - (14318,36981,0,-3731.7,-796.88,11.4874,2.6529,0,0,0.970296,0.241922,7200,100,1), - (14319,36983,0,-3741.26,-796.988,26.8066,-0.506147,0,0,-0.250381,0.968148,7200,100,1), - (14320,36998,0,-3754.92,-815.472,11.4875,2.33001,0,0,0.918791,0.394744,7200,100,1), - (14321,36996,0,-3756.88,-815.281,11.4875,0.148353,0,0,0.074109,0.99725,7200,100,1), - (14322,36979,0,-3721.89,-808.964,25.4368,-0.488692,0,0,-0.241922,0.970296,7200,100,1), - (14323,36982,0,-3717.29,-800.186,25.4368,-0.610866,0,0,-0.300706,0.953717,7200,100,1), - (14324,36984,0,-3739.64,-793.952,26.8066,-0.506147,0,0,-0.250381,0.968148,7200,100,1), - (14325,36980,0,-3734.55,-795.389,11.4874,-0.523598,0,0,-0.258819,0.965926,7200,100,1), - (14326,36997,0,-3756.11,-812.604,11.4875,-1.07338,0,0,-0.511293,0.859407,7200,100,1), - (14327,22603,0,-3693.23,-716.944,16.2,1.37881,0,0,0.636078,0.771625,7200,100,1), - (14328,2061,0,-3693.23,-716.944,16.2,1.37881,0,0,0.636078,0.771625,7200,100,1), - (14329,22606,0,-3694.16,-717.6,11.2832,-0.811577,0,0,-0.394743,0.918791,7200,100,1), - (14330,2061,0,-3694.16,-717.6,11.2832,-0.811577,0,0,-0.394743,0.918791,7200,100,1), - (14331,22605,0,-3694.56,-717.006,11.2832,2.67035,0,0,0.97237,0.233446,7200,100,1), - (14332,2061,0,-3694.56,-717.006,11.2832,2.67035,0,0,0.97237,0.233446,7200,100,1), - (14333,22604,0,-3693.33,-717.138,11.2832,1.37881,0,0,0.636078,0.771625,7200,100,1), - (14334,2061,0,-3693.33,-717.138,11.2832,1.37881,0,0,0.636078,0.771625,7200,100,1), - (14335,22602,0,-3694.06,-717.406,16.2,-0.811577,0,0,-0.394743,0.918791,7200,100,1), - (14336,2061,0,-3694.06,-717.406,16.2,-0.811577,0,0,-0.394743,0.918791,7200,100,1), - (14337,61923,0,-3787.22,-660.005,5.13075,0.506148,0,0,0.250381,0.968147,7200,100,1), - (14338,61925,0,-3783.37,-649.822,5.13315,-0.375245,0,0,-0.186523,0.98245,7200,100,1), - (14339,61922,0,-3786.3,-659.379,5.13075,-2.55691,0,0,0.957571,-0.288196,7200,100,1), - (14340,61919,0,-3784.61,-666.647,5.09781,2.84489,0,0,0.989016,0.147808,7200,100,1), - (14341,61921,0,-3789.34,-663.022,5.13062,-0.375245,0,0,-0.186523,0.98245,7200,100,1), - (14342,61920,0,-3787.74,-663.476,5.13062,2.84489,0,0,0.989016,0.147808,7200,100,1), - (14343,61924,0,-3781.92,-650.271,5.13315,2.84489,0,0,0.989016,0.147808,7200,100,1), - (14344,138614,0,-3786.07,-666.198,5.09781,-0.375245,0,0,-0.186523,0.98245,7200,100,1), - (14345,148866,0,-3776.61,-686.12,5.13207,1.63188,0,0,0.728371,0.685183,7200,100,1), - (14346,3799,0,-3744.88,-893.395,10.9473,-1.22173,0,0,-0.573577,0.819152,7200,100,1), - (14347,2061,0,-3744.88,-893.395,10.9473,-1.22173,0,0,-0.573577,0.819152,7200,100,1), - (14348,3800,0,-3743.98,-893.389,10.9473,0.069812,0,0,0.034899,0.999391,7200,100,1), - (14349,2061,0,-3743.98,-893.389,10.9473,0.069812,0,0,0.034899,0.999391,7200,100,1), - (14350,123244,0,-3792.28,-859.011,11.5958,-1.82387,0,0,-0.79069,0.612217,7200,100,1), - (14351,4088,0,-3798.59,-864.625,11.5958,-0.497419,0,0,-0.246154,0.969231,7200,100,1), - (14352,4090,0,-3792.04,-865.609,9.78786,0.741765,0,0,0.362438,0.932008,7200,100,1), - (14353,4087,0,-3785.63,-866.553,11.5958,2.97579,0,0,0.996566,0.082808,7200,100,1), - (14354,48483,70,-12.7417,276.117,-48.6347,2.79253,0,0,0.984808,0.173648,3600,100,1), - (14355,48508,70,-100.862,330.383,-47.5363,2.15463,0.019534,0.001075,0.880602,0.473452,3600,100,1), - (14356,2061,70,-100.862,330.383,-47.5363,2.15463,0.019534,0.001075,0.880602,0.473452,3600,100,1), - (14357,48484,70,-8.03935,279.003,-48.7176,2.46679,0.057618,-0.032506,0.941299,0.331027,3600,100,1), - (14358,48500,70,-32.0942,303.005,-45.404,-3.14122,0.013268,-0.007055,0.999887,-0.000094,3600,100,1), - (14359,48459,70,-223.822,-52.8567,-45.3611,-0.411659,-0.012865,0.030369,-0.203769,0.978463,3600,100,1), - (14360,48470,70,-360.689,122.367,-45.088,-0.410762,-0.064403,-0.032508,-0.205898,0.975911,3600,100,1), - (14361,48477,70,-360.417,119.553,-44.7049,0.604296,-0.04773,-0.005713,0.297623,0.953473,3600,100,1), - (14362,48507,70,-148.232,244.513,-40.2454,-3.124,-0.106509,0.040367,0.993483,-0.004328,3600,100,1), - (14363,48491,70,-120.337,238.514,-48.8304,0.387906,0.062014,0.015925,0.192113,0.979282,3600,100,1), - (14364,48492,70,49.7145,348.337,-39.9966,0.690192,-0.011673,0.045712,0.337712,0.940066,3600,100,1), - (14365,2061,70,49.7145,348.337,-39.9966,0.690192,-0.011673,0.045712,0.337712,0.940066,3600,100,1), - (14366,48493,70,26.7081,372.597,-40.4458,2.50987,-0.018382,0.093358,0.945006,0.312906,3600,100,1), - (14367,2061,70,26.7081,372.597,-40.4458,2.50987,-0.018382,0.093358,0.945006,0.312906,3600,100,1), - (14368,48495,70,-246.792,242.174,-46.7675,0.347656,-0.006662,0.072261,0.172074,0.982408,3600,100,1), - (14369,2061,70,-246.792,242.174,-46.7675,0.347656,-0.006662,0.072261,0.172074,0.982408,3600,100,1), - (14370,48433,70,-135.821,293.887,-45.7767,-3.13009,-0.048573,0.058928,0.997076,-0.002871,3600,100,1), - (14371,48434,70,-140.419,267.264,-52.6497,1.49974,0.015758,0.061965,0.678784,0.731549,3600,100,1), - (14372,48436,70,-138.724,267.537,-52.9151,2.08567,0,0,0.863836,0.503774,3600,100,1), - (14373,48405,70,-215.523,7.14708,-48.1857,0.071304,-0.022407,-0.016676,0.035266,0.998988,3600,100,1), - (14374,103012,70,-82.0178,334.937,-48.8487,3.14159,0,0,1,0,3600,100,1), - (14375,48445,70,-214.739,5.66459,-48.3328,0.894205,0.07621,-0.043425,0.433945,0.896659,3600,100,1), - (14376,48455,70,-244.407,-9.22357,-48.7237,1.35416,0.038377,0.034314,0.625582,0.778458,3600,100,1), - (14377,2061,70,-244.407,-9.22357,-48.7237,1.35416,0.038377,0.034314,0.625582,0.778458,3600,100,1), - (14378,103011,70,-357.999,120.864,-44.8125,1.01602,-0.068802,0.071104,0.486192,0.868233,3600,100,1), - (14379,2061,70,-357.999,120.864,-44.8125,1.01602,-0.068802,0.071104,0.486192,0.868233,3600,100,1), - (14380,48411,70,-11.2335,278.878,-48.4381,2.27835,0.059654,-0.022444,0.906563,0.41723,3600,100,1), - (14381,2061,70,-11.2335,278.878,-48.4381,2.27835,0.059654,-0.022444,0.906563,0.41723,3600,100,1), - (14382,48407,70,-208.763,-2.70435,-48.624,2.77514,0.006293,0.010469,0.983197,0.182139,3600,100,1), - (14383,48408,70,-216.16,-6.56397,-48.5339,-1.06362,0.028372,0.020748,-0.507168,0.86113,3600,100,1), - (14384,48505,70,-255.654,267.584,-50.3883,-0.91449,-0.046963,0.0118,-0.441391,0.896007,3600,100,1), - (14385,48496,70,-211.64,215.49,-46.8359,1.03334,-0.044225,0.01018,0.49437,0.868066,3600,100,1), - (14386,2061,70,-211.64,215.49,-46.8359,1.03334,-0.044225,0.01018,0.49437,0.868066,3600,100,1), - (14387,48417,70,19.6114,212.707,-30.7543,0.469331,0.033086,-0.024473,0.233133,0.971574,3600,100,1), - (14388,48418,70,16.754,234.987,-31.6856,-0.843491,-0.021154,-0.092952,-0.405883,0.90894,3600,100,1), - (14389,48409,70,-205.883,-33.3631,-46.9783,2.07612,-0.004051,0.052416,0.859568,0.50831,3600,100,1), - (14390,48430,70,-154.319,327.64,-44.8869,3.14159,0,0,1,0,3600,100,1), - (14391,48431,70,-139.767,270.428,-52.9144,2.14482,0.050321,0.067996,0.875678,0.475429,3600,100,1), - (14392,2061,70,-139.767,270.428,-52.9144,2.14482,0.050321,0.067996,0.875678,0.475429,3600,100,1), - (14393,124371,70,-234.688,239.619,-50.9083,3.14159,0,0,1,0,3600,100,1), - (14394,124372,70,-234.567,294.81,-47.596,-1.5708,0,0,-0.707107,0.707107,3600,100,1), - (14395,48452,70,-19.0193,341.359,-40.9857,3.14159,0.047978,0,0.998848,0,3600,100,1), - (14396,48453,70,-18.0883,343.805,-40.8768,-3.13663,0.056499,-0.056668,0.996793,0.000736,3600,100,1), - (14397,48454,70,-9.40941,319.774,-39.4051,3.14159,0,0,1,0,3600,100,1), - (14398,48465,70,7.355,404.675,-46.9825,2.25925,-0.037649,-0.020446,0.903796,0.425814,3600,100,1), - (14399,48469,70,-152.808,364.384,-33.9316,2.54912,-0.058626,-0.002853,0.955113,0.290369,3600,100,1), - (14400,48462,70,-103.491,210.84,-41.3915,-0.154758,-0.109685,-0.015535,-0.079426,0.990666,3600,100,1), - (14401,48473,70,-144.195,393.703,-40.0772,-0.531384,0.049971,0.100852,-0.263239,0.958143,3600,100,1), - (14402,48474,70,-141.793,394.541,-39.9671,-1.89947,0.051664,0.129574,-0.800081,0.583448,3600,100,1), - (14403,48475,70,-139.3,393.074,-40.5301,-2.46514,0.015535,-0.074359,0.940367,-0.33157,3600,100,1), - (14404,48476,70,5.13656,407.546,-47.2073,-2.63886,-0.08329,-0.019026,0.965081,-0.247629,3600,100,1), - (14405,2061,70,5.13656,407.546,-47.2073,-2.63886,-0.08329,-0.019026,0.965081,-0.247629,3600,100,1), - (14406,48422,70,-46.5848,276.383,-49.0577,3.14159,0,0,1,0,3600,100,1), - (14407,48424,70,51.4933,324.965,-43.2233,2.45111,-0.054899,0.010948,0.939673,0.337463,3600,100,1), - (14408,48440,70,-166.525,206.859,-49.5789,-0.444336,0.013922,0.043679,-0.22029,0.974357,3600,100,1), - (14409,48442,70,-164.875,215.454,-48.8381,-0.49742,0.021144,-0.00537,-0.246095,0.969,3600,100,1), - (14410,48482,70,-165.338,394.298,-36.4654,-0.007972,0.024064,0.014628,-0.004338,0.999594,3600,100,1), - (14411,124367,70,137.664,288.136,-26.4418,-2.70526,0,0,0.976296,-0.21644,3600,100,1), - (14412,124368,70,50.0446,247.246,-26.5175,-2.70526,0,0,0.976296,-0.21644,3600,100,1), - (14413,48420,70,-269.12,-37.7511,-43.9261,3.14159,0,0,1,0,3600,100,1), - (14414,48421,70,-46.4928,278.334,-49.0708,3.14159,0,0,1,0,3600,100,1), - (14415,48426,70,44.9896,326.255,-43.3459,1.66822,0.006089,0.02726,0.740185,0.671823,3600,100,1), - (14416,48428,70,-127.33,331.134,-44.246,3.14159,0,0,1,0,3600,100,1), - (14417,48460,70,-68.4732,356.613,-51.1938,-1.0178,-0.026843,-0.088248,-0.483595,0.870418,3600,100,1), - (14418,2061,70,-68.4732,356.613,-51.1938,-1.0178,-0.026843,-0.088248,-0.483595,0.870418,3600,100,1), - (14419,48461,70,27.2443,290.927,-39.1096,-0.68017,0.016806,-0.076304,-0.329956,0.940757,3600,100,1), - (14420,48412,70,-36.8029,301.933,-44.6243,0.085863,-0.009131,0.049952,0.043214,0.997774,3600,100,1), - (14421,48403,70,29.6978,372.833,-40.6615,3.14159,0,0,1,0,3600,100,1), - (14422,124369,70,137.654,288.125,-52.1341,-2.70526,0,0,0.976296,-0.21644,3600,100,1), - (14423,48480,70,-158.077,363.416,-33.9055,-1.25048,-0.052868,-0.002679,-0.585579,0.808885,3600,100,1), - (14424,2061,70,-158.077,363.416,-33.9055,-1.25048,-0.052868,-0.002679,-0.585579,0.808885,3600,100,1), - (14425,48481,70,-165.191,392.62,-36.4654,0.13138,0.026413,0.009768,0.065401,0.997462,3600,100,1), - (14426,48486,70,28.7753,375.097,-40.5884,-2.26391,-0.076564,0.022726,0.903698,-0.420656,3600,100,1), - (14427,48479,70,-162.738,391.294,-36.4654,1.7111,0.00703,0.02727,0.754426,0.655781,3600,100,1), - (14428,48487,70,-142.095,391.401,-40.3016,0.092438,-0.041576,0.072851,0.048897,0.995275,3600,100,1), - (14429,2061,70,-142.095,391.401,-40.3016,0.092438,-0.041576,0.072851,0.048897,0.995275,3600,100,1), - (14430,48488,70,-110.742,231.829,-52.3405,2.27262,-0.035729,0.049317,0.904735,0.421599,3600,100,1), - (14431,48472,70,-242.776,-18.5393,-48.1187,-0.576139,-0.022492,0.071184,-0.280823,0.956852,3600,100,1), - (14432,2061,70,-242.776,-18.5393,-48.1187,-0.576139,-0.022492,0.071184,-0.280823,0.956852,3600,100,1), - (14433,48413,70,23.5414,220.783,-31.5287,0.194096,-0.062099,0.015717,0.097999,0.993123,3600,100,1), - (14434,48443,70,-85.3134,336.897,-48.1264,-2.84519,0.012872,0.002769,0.988951,-0.147658,3600,100,1), - (14435,2061,70,-85.3134,336.897,-48.1264,-2.84519,0.012872,0.002769,0.988951,-0.147658,3600,100,1), - (14436,48446,70,-155.154,223.659,-46.52,-3.03638,0.073329,0.002183,0.995932,-0.052317,3600,100,1), - (14437,48447,70,-65.3726,361.648,-51.0291,-3.13073,0.06755,-0.039838,0.996917,-0.002699,3600,100,1), - (14438,48448,70,-74.9544,355.604,-51.2773,0.837718,-0.057085,0.047478,0.407598,0.910138,3600,100,1), - (14439,48450,70,-73.3156,355.061,-51.1343,1.62581,-0.023265,0.041953,0.724994,0.687083,3600,100,1), - (14440,48464,70,-103.14,212.677,-41.8789,-0.739997,-0.116105,-0.070591,-0.366638,0.920388,3600,100,1), - (14441,141869,70,70.701,256.905,-52.0584,-2.70526,0,0,0.976296,-0.21644,3600,100,1), - (14442,48511,70,-240.033,-18.5585,-48.4242,3.07154,0.032299,-0.004082,0.998854,0.035097,3600,100,1), - (14443,4089,0,-3798.51,-870.488,11.5958,1.53589,0,0,0.694658,0.71934,7200,100,1), - (14444,3799,0,-3773.34,-887.006,10.8889,-1.8326,0,0,-0.793354,0.608761,7200,100,1), - (14445,2061,0,-3773.34,-887.006,10.8889,-1.8326,0,0,-0.793354,0.608761,7200,100,1), - (14446,3729,1,-198.694,-2865.74,91.6667,1.72788,0,0,0.760406,0.649448,900,100,1), - (14447,3800,0,-3772.61,-887.514,10.8889,-0.541053,0,0,-0.267239,0.96363,7200,100,1), - (14448,2061,0,-3772.61,-887.514,10.8889,-0.541053,0,0,-0.267239,0.96363,7200,100,1), - (14449,22773,0,-3816.17,-842.065,10.0437,-1.0821,0,0,-0.515038,0.857168,7200,100,1), - (14450,3729,1,-1789.54,-3205.13,89.6333,-0.820305,0,0,0.398749,-0.91706,900,100,1), - (14451,3729,1,-4264.32,-2317.58,92.0119,0.628319,0,0,0.309017,0.951057,900,100,1), - (14452,3729,1,-1126.16,-2926.29,94.1394,-2.49582,0,0,0.948324,-0.317305,900,100,1), - (14453,3729,1,240.616,-1439.72,91.8728,1.16937,0,0,0.551937,0.833886,900,100,1), - (14454,3729,1,-1584.55,-2673.22,92.8385,-1.0472,0,0,0.5,-0.866025,900,100,1), - (14455,3729,1,-2090.82,-2130.27,93.2031,1.78024,0,0,0.777146,0.62932,900,100,1), - (14456,3729,1,-1724.61,-3735.52,15.7342,-2.44346,0,0,0.939693,-0.34202,900,100,1), - (14457,3729,1,530.586,-1449.89,91.6667,0,0,0,0,1,900,100,1), - (14458,3729,1,-2245.8,-2388.75,91.6667,0.20944,0,0,0.104528,0.994522,900,100,1), - (14459,3729,1,44.2498,-1864.93,95.1252,2.11185,0,0,0.870356,0.492424,900,100,1), - (14460,3729,1,-3886.34,-1899.29,92.1091,-0.541052,0,0,0.267238,-0.96363,900,100,1), - (14461,2061,0,-3816.17,-842.065,10.0437,-1.0821,0,0,-0.515038,0.857168,7200,100,1), - (14462,3729,1,-1496.22,-2353.18,93.0797,-1.53589,0,0,0.694658,-0.71934,900,100,1), - (14463,3729,1,-1751.36,-1899.05,92.7159,0.925024,0,0,0.446198,0.894934,900,100,1), - (14464,3729,1,-839.051,-1987.96,91.8115,2.79253,0,0,0.984808,0.173648,900,100,1), - (14467,3729,1,-3670.22,-1603.73,110.314,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (14468,3729,1,-974.216,-3396.33,84.2072,-0.366519,0,0,0.182236,-0.983255,900,100,1), - (14469,61074,1,-4086.84,-2400.57,125.299,-1.0472,0,0,-0.5,0.866025,900,100,1), - (14470,3730,1,-1936.38,-2890.16,100.831,0.349066,0,0,0.173648,0.984808,1800,100,1), - (14471,3730,1,-3069.06,-2175.8,109.849,1.65806,0,0,0.737277,0.67559,1800,100,1), - (14472,3730,1,-593.159,-2232.84,222.446,-1.97222,0,0,0.833886,-0.551937,1800,100,1), - (14473,3730,1,-3928.71,-1572.74,98.9453,-2.96706,0,0,0.996195,-0.087156,1800,100,1), - (14474,3730,1,1348.42,-3543.82,94.85,2.11185,0,0,0.870356,0.492424,1800,100,1), - (14475,3730,1,-2082.59,-3663.98,61.1472,2.54818,0,0,0.956305,0.292372,1800,100,1), - (14476,3730,1,-1332.26,-3509.33,172.629,1.25664,0,0,0.587785,0.809017,1800,100,1), - (14477,3730,1,-3033.26,-2366.68,99.1725,-0.2618,0,0,0.130526,-0.991445,1800,100,1), - (14478,3730,1,-4022.79,-1906.58,98.1126,2.23402,0,0,0.898794,0.438371,1800,100,1), - (14479,3730,1,-1771.85,-1593.89,119.66,2.79253,0,0,0.984808,0.173648,1800,100,1), - (14480,3730,1,-4109.08,-2328.2,125.812,-2.30383,0,0,0.913545,-0.406737,1800,100,1), - (14481,3730,1,488.882,-1097.85,102.416,0,0,0,0,1,1800,100,1), - (14482,3730,1,725.236,-3259.67,237.531,0.907571,0,0,0.438371,0.898794,1800,100,1), - (14485,3730,1,412.66,-2285.96,209.252,-0.331612,0,0,0.165048,-0.986286,1800,100,1), - (14486,3730,1,-2346.53,-2219.04,92.2233,0.890118,0,0,0.430511,0.902585,1800,100,1), - (14487,3730,1,-3151.24,-1943.86,99.891,1.18682,0,0,0.559193,0.829038,1800,100,1), - (14488,3730,1,-3241.27,-1656.94,92.4505,2.02458,0,0,0.848048,0.529919,1800,100,1), - (14489,3730,1,-3043.2,-1683.72,107.098,2.87979,0,0,0.991445,0.130526,1800,100,1), - (14490,24723,1,-869.521,-2738.32,91.6667,3.14159,0,0,1,0,900,100,1), - (14491,141971,1,-937.236,-1884.37,98.2043,2.89725,0,0,0.992546,0.121869,900,100,1), - (14492,61075,1,-4088.45,-2390.83,124.752,1.48353,0,0,0.675591,0.737277,900,100,1), - (14493,24724,1,-1109.71,-2797.25,91.9079,3.14159,0,0,1,0,900,100,1), - (14494,141972,1,19.7623,-1791.11,91.7249,2.46091,0,0,0.942641,0.333807,900,100,1), - (14495,61076,1,-4086,-2389.45,124.752,-3.05433,0,0,0.999048,-0.04362,900,100,1), - (14496,24725,1,-1284.28,-2829.89,91.6677,2.05076,0,0,0.854912,0.518773,900,100,1), - (14497,61077,1,-4067.17,-2365.06,108.906,2.74889,0,0,0.980785,0.19509,900,100,1), - (14498,24726,1,-1406.18,-2739.77,91.6667,3.14159,0,0,1,0,900,100,1), - (14499,61078,1,-4070.69,-2354.08,108.902,-2.45219,0,0,0.941176,-0.337917,900,100,1), - (14500,24727,1,-1348.17,-4052.75,5.4335,3.14159,0,0,1,0,900,100,1), - (14501,61079,1,-4077.9,-2361.17,108.903,1.4748,0,0,0.672367,0.740218,900,100,1), - (14502,24728,1,-1157.97,-3149.83,91.6667,-3.10497,0,0,0.999832,-0.018311,900,100,1), - (14503,177505,0,-3802.36,-823.886,10.0753,3.13286,0,0,0.99999,0.004364,7200,100,1), - (14504,177506,0,-3826.81,-838.984,10.1327,0.872664,0,0,0.422618,0.906308,7200,100,1), - (14505,177507,0,-3813.1,-834.635,9.47274,2.22529,0,0,0.896873,0.442289,7200,100,1), - (14506,177511,0,-3815.57,-837.297,16.9455,1.213,0,0,0.569997,0.821647,7200,100,1), - (14507,177512,0,-3828.87,-831.5,17.0674,-0.078539,0,0,-0.039259,0.999229,7200,100,1), - (14508,61080,1,-4076.34,-2360.48,108.903,2.34747,0,0,0.922201,0.386711,900,100,1), - (14509,3737,1,-1275.51,-3012.4,71.2432,-2.86234,-0.007825,0.086912,0.986437,-0.139019,2,100,1), - (14510,24729,1,-1492,-3031.95,91.7524,3.14159,0,0,1,0,900,100,1), - (14511,22564,0,-10324.9,371.938,65.475,-0.331612,0,0,-0.165047,0.986286,3600,100,1), - (14512,177514,0,-3828.88,-833.443,17.0674,0.000001,0,0,0,1,7200,100,1), - (14513,61081,1,-4075.56,-2358.65,108.903,-2.88852,0,0,0.992005,-0.126199,900,100,1), - (14514,22775,0,-3847.64,-831.101,10.5716,-1.48353,0,0,-0.675591,0.737277,7200,100,1), - (14515,61082,1,-4076.25,-2357.36,108.903,-2.53945,0,0,0.95502,-0.296542,900,100,1), - (14516,2061,0,-10324.9,371.938,65.475,-0.331612,0,0,-0.165047,0.986286,3600,100,1), - (14517,22587,0,-10322.3,364.163,65.2819,0.008725,0,0,0.004363,0.99999,3600,100,1), - (14519,160411,1,-1728.02,-4310.6,6.19757,-1.00356,0,0,-0.480989,0.876727,900,100,1), - (14520,2061,0,-3847.64,-831.101,10.5716,-1.48353,0,0,-0.675591,0.737277,7200,100,1), - (14529,22588,0,-10322.4,366.878,65.2819,0.008725,0,0,0.004363,0.99999,3600,100,1), - (14530,22776,0,-3848.2,-829.881,10.5716,-0.078539,0,0,-0.039259,0.999229,7200,100,1), - (14531,61083,1,-4079.68,-2360.66,108.903,0.951205,0,0,0.457874,0.889017,900,100,1), - (14532,3740,1,1051.41,-3111.54,71.1984,-3.14159,0.143,-0.081951,0.986252,0.011882,900,100,1), - (14533,61084,1,-4080.45,-2359.19,108.903,0.253072,0,0,0.126199,0.992005,900,100,1), - (14534,22566,0,-10324.9,371.722,60.5582,-0.331612,0,0,-0.165047,0.986286,3600,100,1), - (14535,2061,0,-10324.9,371.722,60.5582,-0.331612,0,0,-0.165047,0.986286,3600,100,1), - (14536,177280,0,-10315.8,-494.966,49.1422,2.76635,0,0,0.98245,0.186524,3600,100,1), - (14537,22733,0,-10517.1,-1155.19,28.1118,0.095995,0,0,0.047979,0.998848,3600,100,1), - (14538,22735,0,-10516.7,-1156.84,28.1118,0.663226,0,0,0.325569,0.945518,3600,100,1), - (14539,22750,0,-10525.3,-1174.55,27.4805,1.67552,0,0,0.743145,0.669131,3600,100,1), - (14542,160413,1,-1726.75,-4311.79,6.48996,2.04204,0,0,0.85264,0.522499,900,100,1), - (14543,2061,0,-3848.2,-829.881,10.5716,-0.078539,0,0,-0.039259,0.999229,7200,100,1), - (14544,22772,0,-3818.22,-841.154,10.0437,-0.148353,0,0,-0.074108,0.99725,7200,100,1), - (14545,2061,0,-3818.22,-841.154,10.0437,-0.148353,0,0,-0.074108,0.99725,7200,100,1), - (14546,177508,0,-3812.25,-824.192,9.50318,2.44346,0,0,0.939693,0.34202,7200,100,1), - (14547,177510,0,-3815.41,-819.03,16.9455,-1.68424,0,0,-0.746057,0.665882,7200,100,1), - (14548,22774,0,-3815.31,-840.74,10.0437,1.55334,0,0,0.700909,0.71325,7200,100,1), - (14549,2061,0,-3815.31,-840.74,10.0437,1.55334,0,0,0.700909,0.71325,7200,100,1), - (14550,177509,0,-3819,-818.967,16.9455,-1.46608,0,0,-0.669131,0.743145,7200,100,1), - (14551,177513,0,-3818.93,-837.826,17.0634,3.12414,0,0,0.999962,0.008727,7200,100,1), - (14552,22777,0,-3816.77,-840.705,10.0437,2.64417,0,0,0.969231,0.246154,7200,100,1), - (14553,2061,0,-3816.77,-840.705,10.0437,2.64417,0,0,0.969231,0.246154,7200,100,1), - (14554,175078,0,-4202.59,-2367.58,202.821,2.11185,0,0,0.870356,0.492423,7200,100,1), - (14555,89634,0,-4125.74,-765.272,-11.7588,1.46608,0,0,0.669131,0.743145,180,100,1), - (14556,89634,0,-4108.05,-749.037,-13.1095,0.488692,0,0,0.241922,0.970296,180,100,1), - (14557,89634,0,-4082.19,-758.459,-15.546,1.65806,0,0,0.737277,0.67559,180,100,1), - (14558,89634,0,-3905.32,-913.32,-12.1699,2.04204,0,0,0.85264,0.522499,180,100,1), - (14559,89634,0,-3964.98,-836.676,-14.34,0.855211,0,0,0.414693,0.909961,180,100,1), - (14560,89634,0,-4086.62,-731.036,-12.2531,2.42601,0,0,0.936672,0.350207,180,100,1), - (14561,89634,0,-3939.73,-875.152,-14.1764,1.22173,0,0,0.573576,0.819152,180,100,1), - (14562,176573,0,-3697.15,-817.338,9.88027,0.715585,0,0,0.350207,0.936672,7200,100,1), - (14563,2652,0,-2367.14,-2510.34,75.344,1.8326,0,0,0.793353,0.608761,2,100,1), - (14565,3695,0,-3396.97,-2265.16,51.9177,-1.48353,0,0,0.67559,-0.737277,7200,100,1), - (14566,21583,0,-3817.16,-819.052,17.8998,-1.6057,0,0,0.71934,-0.694658,2,100,1), - (14567,175726,0,-3715.54,-800.708,26.6252,2.19912,0,0,0.891007,0.453991,7200,100,1), - (14568,175725,0,-3734.71,-795.996,28.1221,-1.02974,0,0,0.492424,-0.870356,7200,100,1), - (14569,175750,0,-3823.74,-835.915,18.1012,2.98451,0,0,0.996917,0.078459,2,100,1), - (14570,2045,0,-2625.47,-1382.11,-13.013,1.16937,0,0,0.551937,0.833886,300,100,1), - (14571,2708,0,-2188.06,-1603.06,-40.6469,-2.58309,0,0,0.961262,-0.275637,300,100,1), - (14572,179486,0,-3027.38,-1348.24,2.4894,-1.6057,0,0,0.71934,-0.694658,7200,100,1), - (14573,22732,0,-10517,-1153.6,28.1118,-0.733038,0,0,-0.358368,0.93358,3600,100,1), - (14574,22712,0,-10524,-1153.02,28.0527,-0.401425,0,0,-0.199368,0.979925,3600,100,1), - (14575,2061,0,-10524,-1153.02,28.0527,-0.401425,0,0,-0.199368,0.979925,3600,100,1), - (14576,22745,0,-10526.6,-1174.45,27.4805,0.925026,0,0,0.446198,0.894934,3600,100,1), - (14577,22749,0,-10527.1,-1171.51,27.4805,0.095995,0,0,0.047979,0.998848,3600,100,1), - (14578,22753,0,-10537.1,-1158.2,35.0692,0.078541,0,0,0.03926,0.999229,3600,100,1), - (14579,22708,0,-10491.7,-1160.78,28.5431,-3.12414,0,0,0.999962,-0.008728,3600,100,1), - (14580,2061,0,-10491.7,-1160.78,28.5431,-3.12414,0,0,0.999962,-0.008728,3600,100,1), - (14581,22711,0,-10492.4,-1159.62,28.5431,1.75406,0,0,0.768842,0.639439,3600,100,1), - (14582,2061,0,-10492.4,-1159.62,28.5431,1.75406,0,0,0.768842,0.639439,3600,100,1), - (14583,22743,0,-10528.5,-1153.61,34.9545,-0.261799,0,0,-0.130526,0.991445,3600,100,1), - (14584,22738,0,-10537.3,-1156.41,35.0692,0.078541,0,0,0.03926,0.999229,3600,100,1), - (14585,22739,0,-10514.2,-1153.44,28.1118,-2.28638,0,0,0.909961,-0.414694,3600,100,1), - (14586,22746,0,-10527,-1173.1,27.4805,0.095995,0,0,0.047979,0.998848,3600,100,1), - (14587,22707,0,-10522.6,-1152.43,28.0527,3.08923,0,0,0.999657,0.026176,3600,100,1), - (14588,2061,0,-10522.6,-1152.43,28.0527,3.08923,0,0,0.999657,0.026176,3600,100,1), - (14589,22740,0,-10513.8,-1154.94,28.1118,-3.08923,0,0,0.999657,-0.026177,3600,100,1), - (14590,22752,0,-10505.6,-1158.54,34.9545,2.87979,0,0,0.991445,0.130526,3600,100,1), - (14591,22742,0,-10514,-1156.52,28.1118,2.82744,0,0,0.987688,0.156434,3600,100,1), - (14592,22710,0,-10525.5,-1153.12,28.0527,-1.49225,0,0,-0.6788,0.734323,3600,100,1), - (14593,61085,1,-4058.93,-2370.98,118.075,-2.36492,0,0,0.92554,-0.378649,900,100,1), - (14594,160414,1,-1728.1,-4312.16,6.48996,1.57952,0,0,0.710186,0.704014,900,100,1), - (14595,61086,1,-4060.21,-2369,118.075,-1.75406,0,0,-0.768842,0.639439,900,100,1), - (14596,160415,1,-1725.98,-4310.74,6.48996,3.05433,0,0,0.999048,0.04362,900,100,1), - (14597,61087,1,-4033.05,-2401.87,135.858,-2.61799,0,0,0.965926,-0.258819,900,100,1), - (14598,160416,1,-1714.68,-4345,6.19747,-2.26893,0,0,0.906308,-0.422618,900,100,1), - (14599,20359,1,-4609.87,-3520.61,34.0532,0,0,0,0,1,300,100,1), - (14600,20359,1,-4610.09,-3519.29,33.7583,0,0,0,0,1,300,100,1), - (14601,2043,1,-3833.97,-3143.01,43.8337,0.139626,0,0,0.0697563,0.997564,300,100,1), - (14604,20359,1,-4670.55,-3949.92,40.4206,0,0,0,0,1,300,100,1), - (14605,186450,1,-4184.71,-3701.5,52.3984,0.488692,0,0,0.241922,0.970296,900,100,1), - (14607,61088,1,-4050.28,-2377.56,118.171,0.5236,0,0,0.25882,0.965926,900,100,1), - (14608,61089,1,-4050.05,-2364.27,118.171,-1.22173,0,0,-0.573577,0.819152,900,100,1), - (14609,186283,1,-2503.76,-4335.51,-10.131,-2.58309,0,0,0.961262,-0.275637,900,100,1), - (14611,1735,1,-2816.17,-2718.79,37.3436,1.90241,0,0,0.814116,0.580702,300,100,1), - (14612,1735,1,-2788.74,-2610.23,37.3722,2.94961,0,0,0.995396,0.095844,300,100,1), - (14613,2043,1,-3636.51,-3425.49,37.1972,1.74533,0,0,0.766045,0.642787,300,100,1), - (14616,186283,1,-2563.15,-4305,-18.7568,-0.418879,0,0,0.207912,-0.978148,900,100,1), - (14618,2857,1,-2786.21,-2625.32,33.336,2.79253,0,0,0.984808,0.173648,7200,100,1), - (14619,4149,1,-4223.75,-3891.03,-8.22799,1.09956,0,0,0.522499,0.85264,7200,100,1), - (14620,186463,1,-4655.85,-3727.54,44.9004,-0.139626,0,0,0.069756,-0.997564,500,100,1), - (14621,186463,1,-4624.81,-3719.17,38.6989,-1.88496,0,0,0.809017,-0.587785,500,100,1), - (14622,186463,1,-4633.31,-3875.61,29.8413,1.72788,0,0,0.760406,0.649448,500,100,1), - (14625,180664,0,-2672.18,-1451.32,0,1.81514,0,0,0.78801,0.615662,3600,100,1), - (14626,180657,0,-2625.05,-1536.17,0,-3.12414,0,0,-0.999962,0.0087262,3600,100,1), - (14627,180657,0,-2576.34,-1586.48,0,-1.72788,0,0,-0.760407,0.649446,3600,100,1), - (14628,89634,0,-4031.29,-774.471,-13.8003,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (14629,1623,0,-3132.72,-3446.8,96.0585,0.733038,0,0,0.358368,0.93358,300,100,1), - (14630,19018,0,-2506.35,-1474.37,-28.145,1.36136,0,0,0.62932,0.777146,7200,100,1), - (14631,3659,0,-4054.09,-2979.75,11.8781,-2.54818,0,0,0.956305,-0.292372,7200,100,1), - (14632,1622,0,-2457.81,-1801.09,22.3228,-1.95477,0,0,-0.829038,0.559192,300,100,1), - (14633,2061,0,-10525.5,-1153.12,28.0527,-1.49225,0,0,-0.6788,0.734323,3600,100,1), - (14634,22737,0,-10515.3,-1162.23,35.0692,1.84132,0,0,0.796003,0.605293,3600,100,1), - (14635,22747,0,-10527.1,-1168.18,27.4805,-0.575957,0,0,-0.284015,0.95882,3600,100,1), - (14636,22748,0,-10527.3,-1169.9,27.4805,-0.034906,0,0,-0.017452,0.999848,3600,100,1), - (14637,179874,1,1029.71,-2083.76,124.904,-0.505478,0.001827,0.03275,-0.249722,0.967762,900,100,1), - (14638,61090,1,-4087.53,-2381.84,118.171,-1.91986,0,0,-0.819152,0.573577,900,100,1), - (14639,179875,1,1026.04,-2046.77,127.453,3.08608,0.052923,-0.061621,0.996215,0.030956,900,100,1), - (14640,61091,1,-4034.26,-2405.65,135.858,2.00713,0,0,0.843391,0.5373,900,100,1), - (14642,179876,1,1039.63,-2045.74,126.791,-1.61239,-0.061737,0.079535,-0.717258,0.689496,900,100,1), - (14643,61092,1,-4072.32,-2418.27,126.134,-1.05593,0,0,-0.503774,0.863835,900,100,1), - (14644,1622,0,-3340.22,-3339.41,72.8968,2.80998,0,0,0.986286,0.165048,300,100,1), - (14645,2045,0,-2499.31,-1646.44,-18.1167,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (14646,1623,0,-3068.83,-3253.29,96.1506,2.67035,0,0,0.972369,0.233447,300,100,1), - (14647,1622,0,-4181.87,-2398.26,203.792,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (14648,1624,0,-3223.84,-3318.02,65.2047,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (14649,179486,0,-3123.85,-1240.93,2.26409,-0.453786,0,0,0.224951,-0.97437,7200,100,1), - (14650,179486,0,-3006.84,-1297.63,9.81489,-0.715585,0,0,0.350207,-0.936672,7200,100,1), - (14651,2045,0,-2476.97,-1599.02,-28.1826,1.01229,0,0,0.484809,0.87462,300,100,1), - (14652,2045,0,-2588.7,-1428.89,-13.5747,2.16421,0,0,0.882948,0.469471,300,100,1), - (14653,2852,0,-3433.21,-2316.7,52.1183,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (14654,3659,0,-4182.13,-2372.79,209.707,-2.58309,0,0,0.961262,-0.275637,7200,100,1), - (14655,3695,0,-3678.28,-891.935,10.0351,-0.244346,0,0,0.121869,-0.992546,7200,100,1), - (14656,2656,0,-2362.47,-2461.07,-20.8913,2.30383,0,0,0.913545,0.406737,7200,100,1), - (14657,3695,0,-2863.07,-2948.95,33.7046,0.488692,0,0,0.241922,0.970296,7200,100,1), - (14658,1623,0,-2615.1,-1922.73,64.7283,-1.02974,0,0,-0.492422,0.870357,300,100,1), - (14659,1620,0,-2842.04,-2909.95,32.5237,1.23918,0,0,0.580701,0.814117,300,100,1), - (14660,2852,0,-2983.61,-3337.19,62.054,2.26893,0,0,0.906308,0.422618,7200,100,1), - (14661,1623,0,-3259.82,-3580.93,95.729,2.19912,0,0,0.891008,0.453988,300,100,1), - (14662,1628,0,-2817.75,-2199.98,6.92762,1.36136,0,0,0.629322,0.777145,300,100,1), - (14666,1623,0,-4211.01,-2335.32,218.296,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (14667,1621,0,-2810.53,-2833.07,40.2654,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (14670,2041,1,-2522.48,-3075.03,30.3107,-1.29154,0,0,-0.601814,0.798637,300,100,1), - (14671,1624,1,-3675.03,-3054.63,41.1405,2.94961,0,0,0.995396,0.095844,300,100,1), - (14672,186450,1,-4067.84,-3743.76,40.0025,1.09956,0,0,0.522499,0.85264,900,100,1), - (14673,186463,1,-4689.77,-3524.99,39.4953,0.366519,0,0,0.182236,0.983255,500,100,1), - (14674,186463,1,-4789.02,-3536.02,33.9689,-3.08923,0,0,0.999657,-0.026177,500,100,1), - (14675,3707,1,-2881.54,-3435.83,39.3573,2.60054,0,0,0.96363,0.267238,180,100,1), - (14676,22709,0,-10524.7,-1151.72,28.0527,2.15548,0,0,0.880891,0.473319,3600,100,1), - (14677,179877,1,1047.19,-2038.67,124.8,-1.59774,0.028257,0.002267,-0.716557,0.696952,900,100,1), - (14678,160421,1,-1639.15,-4382.72,17.8238,-0.671953,0,0,-0.329691,0.944089,900,100,1), - (14679,61093,1,-4081.83,-2391.67,118.171,-2.53073,0,0,0.953717,-0.300706,900,100,1), - (14681,179878,1,1028.05,-2064.75,125.202,-0.659808,0.069191,0.070933,-0.325971,0.940172,900,100,1), - (14683,61094,1,-4089.2,-2382.53,118.171,-1.309,0,0,-0.608761,0.793354,900,100,1), - (14684,73940,1,-6463,-3431,-69,6.01,0,0,0,0,900,100,1), - (14685,73941,1,-807,-4645,57.513,4.33,0,0,0.828612,-0.559824,1800,100,1), - (14686,2061,0,-10524.7,-1151.72,28.0527,2.15548,0,0,0.880891,0.473319,3600,100,1), - (14687,22578,0,-10534.7,-1210.33,28.1318,-1.32645,0,0,-0.615661,0.788011,3600,100,1), - (14688,3238,1,791.862,-1818.73,91.6667,0.226893,0,0,0.113203,0.993572,10,100,1), - (14689,22579,0,-10535.9,-1211.3,28.1318,-0.541052,0,0,-0.267238,0.96363,3600,100,1), - (14691,1622,0,-2740.24,-2134.26,58.2439,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (14697,3238,1,1003.98,-3168.53,91.7689,-3.03687,0,0,0.99863,-0.052336,10,100,1), - (14698,3238,1,-901.132,-2920.98,91.6667,-1.06465,0,0,0.507538,-0.861629,10,100,1), - (14699,3238,1,520.349,-1217.9,92.7688,-1.74533,0,0,0.766044,-0.642788,10,100,1), - (14700,3238,1,261.064,-3029.3,97.0284,1.71042,0,0,0.75471,0.656059,10,100,1), - (14701,3238,1,-1337.73,-3107.81,91.6667,0.191986,0,0,0.095846,0.995396,10,100,1), - (14702,3238,1,-1005.97,-1613.71,91.6673,-0.418879,0,0,0.207912,-0.978148,10,100,1), - (14703,3238,1,-232.192,-3021.31,91.6885,-3.12414,0,0,0.999962,-0.008727,10,100,1), - (14704,3238,1,-2590.98,-1938.34,93.179,2.49582,0,0,0.948324,0.317305,10,100,1), - (14705,61095,1,-4066.62,-2375.41,126.14,0.610866,0,0,0.300706,0.953717,900,100,1), - (14706,61096,1,-4052.48,-2373.26,135.864,-3.05433,0,0,0.999048,-0.04362,900,100,1), - (14707,61097,1,-4068.68,-2372.51,126.14,0.959931,0,0,0.461749,0.887011,900,100,1), - (14708,175786,1,-2391.69,-1890.73,95.5103,-2.04203,0,0,-0.85264,0.522499,900,100,1), - (14709,61098,1,-4065.83,-2393.61,126.14,2.53073,0,0,0.953717,0.300706,900,100,1), - (14710,1621,0,-3411.19,-2446.53,52.3617,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (14711,1622,0,-4165.95,-2839.81,42.5641,2.07694,0,0,0.861629,0.507539,300,100,1), - (14712,1623,0,-3430.34,-1680.18,60.484,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (14714,1624,0,-3589.64,-3169.51,23.2409,0.087266,0,0,0.0436192,0.999048,300,100,1), - (14715,180248,0,-13546.6,805.318,0,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (14716,2041,0,-3081.23,-1696.38,7.49874,0.191986,0,0,0.0958456,0.995396,300,100,1), - (14717,1622,0,-3910.23,-3153.13,29.1544,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (14718,61099,1,-4052.83,-2371.8,135.864,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (14719,61100,1,-4078.71,-2395.07,135.864,-1.0472,0,0,-0.5,0.866025,900,100,1), - (14720,1620,0,-3916.91,-3123.76,11.6013,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (14722,180657,0,-2681.61,-1279.36,0,-2.46091,0,0,-0.942641,0.333809,3600,100,1), - (14724,148512,109,-634.352,-51.915,-90.8352,2.11185,0,0,0.870356,0.492424,120,0,1), - (14725,142145,429,73.1442,-234.595,-56.461,-0.506145,0,0,-0.25038,0.968148,7200,255,1), - (14726,142145,429,-29.2692,-335.209,-51.8413,0.767944,0,0,0.374606,0.927184,7200,255,1), - (14727,142145,429,-27.8809,-392.48,-58.6137,1.39626,0,0,0.642787,0.766045,7200,255,1), - (14728,142145,429,107.133,-465.386,-3.27357,1.95477,0,0,0.829038,0.559192,7200,255,1), - (14729,142145,429,-77.444,-438.764,-58.612,2.79252,0,0,0.984807,0.173652,7200,255,1), - (14730,142145,429,39.6528,-322.045,-52.2932,1.25664,0,0,0.587786,0.809016,7200,255,1), - (14733,142145,429,38.4777,-391.213,-58.6108,1.32645,0,0,0.615661,0.788011,7200,255,1), - (14741,22580,0,-10535.6,-1214.58,28.1318,0.462513,0,0,0.229201,0.973379,3600,100,1), - (14742,22581,0,-10534.5,-1215.79,28.1318,1.0472,0,0,0.500001,0.866025,3600,100,1), - (14743,22582,0,-10528.5,-1212.99,28.1318,-3.05433,0,0,0.999048,-0.043619,3600,100,1), - (14744,170001,0,-10528.7,-1221.58,32.8798,1.36136,0,0,0.62932,0.777146,3600,100,1), - (14745,22563,0,-10525.2,-1219.4,28.172,0.087266,0,0,0.043619,0.999048,3600,100,1), - (14746,2061,0,-10525.2,-1219.4,28.172,0.087266,0,0,0.043619,0.999048,3600,100,1), - (14747,22567,0,-10526.2,-1220.15,33.0888,-1.20428,0,0,-0.566406,0.824126,3600,100,1), - (14748,2061,0,-10526.2,-1220.15,33.0888,-1.20428,0,0,-0.566406,0.824126,3600,100,1), - (14749,22565,0,-10526.3,-1219.94,28.172,-1.20428,0,0,-0.566406,0.824126,3600,100,1), - (14751,22564,0,-10525.8,-1219.32,33.0888,2.88852,0,0,0.992005,0.126198,3600,100,1), - (14752,2061,0,-10525.8,-1219.32,33.0888,2.88852,0,0,0.992005,0.126198,3600,100,1), - (14753,22587,0,-10529,-1211.78,32.8957,-3.05433,0,0,0.999048,-0.043619,3600,100,1), - (14754,22588,0,-10528.7,-1214.48,32.8957,-3.05433,0,0,0.999048,-0.043619,3600,100,1), - (14755,22566,0,-10525.8,-1219.11,28.172,2.88852,0,0,0.992005,0.126198,3600,100,1), - (14756,2061,0,-10525.8,-1219.11,28.172,2.88852,0,0,0.992005,0.126198,3600,100,1), - (14757,3798,0,-10508.9,-1304.48,41.2271,-0.270527,0,0,-0.134851,0.990866,3600,100,1), - (14758,22534,0,-10516.1,-1303.69,41.2985,1.05593,0,0,0.503774,0.863835,3600,100,1), - (14759,22530,0,-10511.6,-1296.05,41.3069,-2.10312,0,0,0.868199,-0.496217,3600,100,1), - (14760,22533,0,-10513.8,-1304.96,41.2985,1.07338,0,0,0.511293,0.859407,3600,100,1), - (14761,22531,0,-10518.1,-1302.46,41.2985,1.02974,0,0,0.492424,0.870355,3600,100,1), - (14762,3797,0,-10508.4,-1303.75,41.2271,1.02102,0,0,0.488621,0.872496,3600,100,1), - (14763,170063,0,-10557.5,-1116.26,30.1891,1.71042,0,0,0.75471,0.656059,3600,100,1), - (14764,170066,0,-10586.5,-1113.56,30.1891,0.174534,0,0,0.087156,0.996195,3600,100,1), - (14765,170062,0,-10559.7,-1116.56,30.1891,1.63188,0,0,0.728371,0.685183,3600,100,1), - (14766,170061,0,-10561.7,-1116.84,30.1891,1.77151,0,0,0.774393,0.632705,3600,100,1), - (14767,112044,0,-10572,-1109.25,30.0741,-1.51844,0,0,-0.688354,0.725375,3600,100,1), - (14768,112048,0,-10579.9,-1111.51,30.0741,-3.01942,0,0,0.998135,-0.061049,3600,100,1), - (14769,170055,0,-10563.5,-1104.14,30.1891,-1.43117,0,0,-0.656059,0.75471,3600,100,1), - (14770,170056,0,-10561.3,-1103.84,30.1891,-1.33518,0,0,-0.619094,0.785317,3600,100,1), - (14771,165549,1,-953.994,-3760.74,8.04848,2.64417,0,0,0.969231,0.246153,900,100,1), - (14772,61101,1,-4080.25,-2385.27,135.864,2.44346,0,0,0.939693,0.342019,900,100,1), - (14773,3246,1,-1332.74,-3127.71,91.5556,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (14774,21678,1,-1067.05,-3530.39,64.2743,-0.523599,0,0,-0.258819,0.965926,900,100,1), - (14775,61102,1,-4083.34,-2384.96,135.864,0.610866,0,0,0.300706,0.953717,900,100,1), - (14776,176746,1,-340,-1896,103.064,0.14,0,0,0.069756,0.997564,180,100,1), - (14777,176747,1,-336,-1892,107.946,1.553,0,0,0.700909,0.71325,180,100,1), - (14778,180655,1,-1199.29,-3823.79,0,-1.32645,0,0,-0.615661,0.788011,900,100,1), - (14779,176747,1,-324,-1901,105.747,0.105,0,0,0.052336,0.99863,180,100,1), - (14780,176747,1,-252,-1872,94.82,-2,0,0,0.85264,-0.522498,180,100,1), - (14781,170057,0,-10559.3,-1103.56,30.1891,-1.43117,0,0,-0.656059,0.75471,3600,100,1), - (14782,170058,0,-10576.1,-1105.92,30.1891,-1.35263,0,0,-0.625923,0.779885,3600,100,1), - (14783,112074,0,-10582.8,-1114.9,30.0741,0.061087,0,0,0.030539,0.999534,3600,100,1), - (14784,112061,0,-10551,-1108.49,31.5122,-3.00197,0,0,0.997564,-0.069756,3600,100,1), - (14785,112049,0,-10583.1,-1112,30.0741,0.139627,0,0,0.069757,0.997564,3600,100,1), - (14786,170064,0,-10558.4,-1121.39,30.1891,-1.37008,0,0,-0.632705,0.774393,3600,100,1), - (14787,112045,0,-10571.4,-1113.73,30.0741,1.75406,0,0,0.768842,0.639439,3600,100,1), - (14788,170065,0,-10563.8,-1122.14,30.1891,-1.43117,0,0,-0.656059,0.75471,3600,100,1), - (14789,112073,0,-10581.1,-1116.22,30.0741,1.75406,0,0,0.768842,0.639439,3600,100,1), - (14790,112042,0,-10581.7,-1110.14,30.0741,-1.51844,0,0,-0.688354,0.725375,3600,100,1), - (14791,112079,0,-10569.7,-1111.28,30.0741,-3.01942,0,0,0.998135,-0.061049,3600,100,1), - (14792,112050,0,-10579.8,-1114.61,30.0741,3.13287,0,0,0.99999,0.004363,3600,100,1), - (14793,170060,0,-10580.3,-1106.5,30.1891,-1.39626,0,0,-0.642788,0.766044,3600,100,1), - (14794,170059,0,-10578.1,-1106.2,30.1891,-1.4748,0,0,-0.672367,0.740218,3600,100,1), - (14795,112043,0,-10573.4,-1111.75,30.0741,0.139627,0,0,0.069757,0.997564,3600,100,1), - (14796,38491,0,-10594.3,-1159.22,28.2494,-0.558506,0,0,-0.275637,0.961262,3600,100,1), - (14797,38493,0,-10593.5,-1165.65,30.0574,1.67552,0,0,0.743145,0.669131,3600,100,1), - (14798,38494,0,-10600.7,-1154.29,30.0574,0.235619,0,0,0.117537,0.993068,3600,100,1), - (14799,38495,0,-10595.1,-1152.65,30.0574,-1.79769,0,0,-0.782608,0.622514,3600,100,1), - (14800,38492,0,-10588,-1157.23,30.0574,-3.12414,0,0,0.999962,-0.008726,3600,100,1), - (14801,22590,0,-10606.2,-1200.37,33.3646,0.148353,0,0,0.074109,0.99725,3600,100,1), - (14802,22592,0,-10605.4,-1201.94,33.3646,0.916299,0,0,0.442289,0.896873,3600,100,1), - (14803,22593,0,-10605.7,-1198.55,33.3646,-0.488691,0,0,-0.241921,0.970296,3600,100,1), - (14804,22600,0,-10591.2,-1202.86,28.497,1.7017,0,0,0.75184,0.659346,3600,100,1), - (14805,22563,0,-10597.4,-1206.48,28.5533,-1.4399,0,0,-0.659346,0.75184,3600,100,1), - (14806,2061,0,-10597.4,-1206.48,28.5533,-1.4399,0,0,-0.659346,0.75184,3600,100,1), - (14807,22591,0,-10603.4,-1201.83,33.3646,1.71915,0,0,0.757565,0.652759,3600,100,1), - (14808,22567,0,-10598.2,-1205.42,33.4702,-2.73144,0,0,0.979045,-0.203642,3600,100,1), - (14809,2061,0,-10598.2,-1205.42,33.4702,-2.73144,0,0,0.979045,-0.203642,3600,100,1), - (14810,22598,0,-10601.5,-1204.42,28.5131,1.7017,0,0,0.75184,0.659346,3600,100,1), - (14813,177220,429,252.327,-404.921,-120.62,-1.5708,0,0,-0.707107,0.707107,180,255,1), - (14814,177221,429,50.5863,501.941,-23.1499,0,0,0,-0.707107,0.707107,0,100,1), - (14815,179545,429,116.135,638.836,-48.467,-0.785397,0,0,-0.382683,0.92388,7200,255,1), - (14816,179549,429,351.568,88.6735,-36.393,0,0,0,0.707107,0.707107,0,100,1), - (14819,179550,429,83.2551,630.546,-24.6315,0,0,0,-0.313164,0.949699,0,100,1), - (14820,177257,429,-92.3458,442.67,28.547,0.418879,0,0,0.207912,0.978148,180,255,1), - (14821,177258,429,121.222,429.092,28.4548,0.418879,0,0,0.207912,0.978148,180,255,1), - (14822,177259,429,12.9412,277.931,-8.93289,0,0,0,0,1,180,255,1), - (14823,179563,429,116.105,638.89,-48.467,-1.76278,0,0,-0.771624,0.636079,7200,255,1), - (14824,153464,429,43.2012,-383.143,-58.6196,-1.72787,0,0,-0.760404,0.64945,7200,255,1), - (14825,153464,429,122.562,392.1,28.601,3.07177,0,0,0.999391,0.0349043,7200,255,1), - (14826,153464,429,582.929,608.082,-25.4027,-2.56563,0,0,-0.958819,0.284017,7200,255,1), - (14827,153464,429,-95.0448,367.08,-3.48702,-1.32645,0,0,-0.615661,0.788011,7200,255,1), - (14828,153464,429,335.605,366.155,2.85293,-2.61799,0,0,-0.965925,0.258821,7200,255,1), - (14830,153469,429,-16.1474,-383.786,-58.62,-1.32645,0,0,-0.615661,0.788011,180,255,1), - (14831,176584,429,105.158,-329.677,-55.291,-2.30383,0,0,-0.913544,0.406739,7200,255,1), - (14832,176584,429,-36.5852,-319.271,-51.7758,0.244346,0,0,0.121869,0.992546,7200,255,1), - (14833,176584,429,-130.494,-266.801,-53.7274,-2.02458,0,0,-0.848048,0.52992,7200,255,1), - (14835,179526,429,-27.0036,-404.283,-58.614,0.226892,0,0,0.113203,0.993572,600,255,1), - (14836,179526,429,-131.851,-319.414,-56.7906,0.244346,0,0,0.121869,0.992546,600,255,1), - (14837,179526,429,-22.3061,-349.882,-4.07224,-2.02458,0,0,-0.848047,0.529921,600,255,1), - (14838,3760,1,-1434.77,-3659.73,92.101,-0.39319,0,0,-0.195331,0.980737,900,100,1), - (14839,3249,1,-1538.86,-2892.48,91.5556,3.14159,0,0,1,0,900,100,1), - (14840,3761,1,-1374.86,-3600.83,92.0525,3.14159,0,0,1,0,900,100,1), - (14841,180658,1,77.3018,-1984.69,89.6808,-0.20944,0,0,0.104528,-0.994522,900,100,1), - (14842,180658,1,-1103.94,-2069.61,80.1618,-2.67035,0,0,0.97237,-0.233445,900,100,1), - (14843,180658,1,-1255.75,-3032.26,87.7131,-1.11701,0,0,0.529919,-0.848048,900,100,1), - (14844,180658,1,-1115.27,-2188.13,80.1618,-2.58309,0,0,0.961262,-0.275637,900,100,1), - (14845,3251,1,-1356.79,-3899.09,10.2551,3.11541,0,0,0.999914,0.01309,900,100,1), - (14846,140211,1,-1069.32,-1915.95,91.6421,1.85013,0,0,0.798661,0.601782,900,100,1), - (14847,3763,1,-1019.65,-2055.23,63.3198,-1.39626,0,0,0.642788,-0.766044,900,100,1), - (14848,3763,1,-1069.42,-2112.45,56.0496,1.5708,0,0,0.707107,0.707107,900,100,1), - (14849,186463,1,-4937.5,-3371.57,38.4555,-0.331612,0,0,0.165048,-0.986286,500,100,1), - (14850,186463,1,-4932.88,-3433.81,36.6972,-0.541052,0,0,0.267238,-0.96363,500,100,1), - (14851,186463,1,-4887.47,-3395.88,37.3347,0.349066,0,0,0.173648,0.984808,500,100,1), - (14852,180662,0,-2460.01,-1757.19,0,2.51327,0,0,0.951056,0.309019,3600,100,1), - (14853,3695,0,-3118.81,-916.972,-0.645712,-0.034907,0,0,0.017452,-0.999848,7200,100,1), - (14855,179486,0,-3297.66,-908.377,0.793502,1.81514,0,0,0.788011,0.615662,7200,100,1), - (14856,3695,0,-2854.5,-1475.8,10.1537,-0.715585,0,0,0.350207,-0.936672,7200,100,1), - (14857,3695,0,-2987.1,-1067.95,6.72834,-1.98968,0,0,0.838671,-0.544639,7200,100,1), - (14858,3659,0,-2606.32,-1581.65,0.205016,1.6057,0,0,0.71934,0.694658,7200,100,1), - (14859,3695,0,-3151.69,-1057.31,7.35313,-0.959931,0,0,0.461749,-0.887011,7200,100,1), - (14860,1620,0,-2887.84,-2607.84,34.5861,0.994838,0,0,0.477159,0.878817,300,100,1), - (14861,2852,0,-2823.95,-2860.53,32.9077,-2.61799,0,0,0.965926,-0.258819,7200,100,1), - (14863,2045,0,-2787.07,-1084.6,-10.2416,0.383972,0,0,0.190809,0.981627,300,100,1), - (14864,179526,429,-156.299,-321.1,-4.14717,1.25664,0,0,0.587786,0.809016,600,255,1), - (14865,179526,429,31.0736,-681.584,-25.1616,0,0,0,0,1,600,255,1), - (14866,2045,0,-2716.76,-1004.08,-13.574,0.244346,0,0,0.121869,0.992546,300,100,1), - (14867,2045,0,-3251.27,-810.866,-12.7597,-2.67035,0,0,-0.972369,0.233447,300,100,1), - (14868,1620,0,-3073.53,-1413.23,13.3846,2.56563,0,0,0.958819,0.284017,300,100,1), - (14869,1621,0,-2819.47,-1382.97,9.34242,2.79253,0,0,0.984808,0.173647,300,100,1), - (14872,1624,0,-2845.36,-2312.93,39.5666,0.925024,0,0,0.446198,0.894934,300,100,1), - (14873,2041,0,-2669.78,-1718.53,7.45277,1.25664,0,0,0.587786,0.809016,300,100,1), - (14874,2041,0,-2755.23,-1701.21,7.25174,-2.9147,0,0,-0.993572,0.113203,300,100,1), - (14876,1623,0,-3508.58,-2015.3,162.324,2.56563,0,0,0.958819,0.284017,300,100,1), - (14878,1621,0,-4299.13,-2916.84,17.2092,-0.2618,0,0,-0.130526,0.991445,300,100,1), - (14879,1620,0,-3973.08,-2979.68,11.5823,2.67035,0,0,0.972369,0.233447,300,100,1), - (14880,1620,0,-2575.95,-1723.57,10.2074,1.74533,0,0,0.766045,0.642787,300,100,1), - (14882,1624,0,-3059.9,-2906.27,24.5318,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (14883,1621,0,-3563.25,-3230.54,24.8546,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (14884,1621,0,-3035.26,-2247.11,9.08587,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (14885,1620,0,-3987.91,-2676.05,33.9957,1.48353,0,0,0.67559,0.737277,300,100,1), - (14886,2041,0,-2962.04,-2021.97,7.17121,-1.0821,0,0,-0.515036,0.857168,300,100,1), - (14887,1624,0,-3874.19,-3066.98,11.6484,0.05236,0,0,0.026177,0.999657,300,100,1), - (14888,1621,0,-2938.52,-2764.86,22.7037,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (14889,1621,0,-3459.29,-3094.94,21.5846,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (14890,3659,0,-3721.17,-619.176,6.98369,-2.82743,0,0,0.987688,-0.156434,7200,100,1), - (14891,1624,0,-3560.03,-3009.28,11.2311,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (14892,179526,429,36.7152,-467.008,-4.24876,1.58825,0,0,0.713251,0.700909,600,255,1), - (14893,179486,0,-3144.5,-1101.39,8.22152,1.3439,0,0,0.622515,0.782608,7200,100,1), - (14895,2041,0,-3623.08,-2946.4,9.36331,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (14897,2041,0,-3525.09,-2887.93,7.20394,1.91986,0,0,0.819151,0.573577,300,100,1), - (14898,1621,0,-3700.66,-1328.36,14.9534,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (14902,180657,0,-3262.99,-889.309,0,-0.610865,0,0,-0.300706,0.953717,3600,100,1), - (14903,180657,0,-2721.1,-1163.18,0,1.97222,0,0,0.833885,0.551938,3600,100,1), - (14904,2045,0,-3682.4,-1183.56,-16.7963,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (14905,3659,0,-2902.53,-2053.89,9.19539,0.855211,0,0,0.414693,0.909961,7200,100,1), - (14907,2045,0,-3395.73,-894.167,-12.7264,2.09439,0,0,0.866024,0.500002,300,100,1), - (14908,1624,0,-3023,-1846.98,9.24139,-0.471239,0,0,-0.233445,0.97237,300,100,1), - (14909,179486,0,-3187.43,-1176.53,7.97092,0.785398,0,0,0.382683,0.92388,7200,100,1), - (14910,179488,0,-3241.39,-1137.58,8.76748,2.96706,0,0,0.996195,0.087156,20,100,1), - (14911,179488,0,-3198.15,-941.809,9.54875,2.80998,0,0,0.986286,0.165048,20,100,1), - (14912,179488,0,-3132.61,-1061.62,9.86605,-0.331612,0,0,0.165048,-0.986286,20,100,1), - (14913,179488,0,-3281.44,-956.815,8.60494,0.10472,0,0,0.052336,0.99863,20,100,1), - (14914,22594,0,-10603.9,-1198.08,33.3646,-1.42244,0,0,-0.652759,0.757565,3600,100,1), - (14915,22565,0,-10598,-1205.39,28.5533,-2.73144,0,0,0.979045,-0.203642,3600,100,1), - (14916,2061,0,-10598,-1205.39,28.5533,-2.73144,0,0,0.979045,-0.203642,3600,100,1), - (14917,22564,0,-10597.3,-1205.84,33.4702,1.36136,0,0,0.629321,0.777145,3600,100,1), - (14918,2061,0,-10597.3,-1205.84,33.4702,1.36136,0,0,0.629321,0.777145,3600,100,1), - (14919,22589,0,-10599.7,-1203.17,33.2924,-0.523598,0,0,-0.258818,0.965926,3600,100,1), - (14922,186450,1,-4048.43,-3615.76,47.3822,1.16937,0,0,0.551937,0.833886,900,100,1), - (14923,186450,1,-3990.25,-3643.93,44.6844,-2.51327,0,0,0.951057,-0.309017,900,100,1), - (14924,186450,1,-3951.3,-3723.65,45.1108,-1.69297,0,0,0.748956,-0.66262,900,100,1), - (14925,186450,1,-3984.16,-3808.6,36.449,-3.08923,0,0,0.999657,-0.026177,900,100,1), - (14926,2046,1,-4328.01,-3273.73,37.0119,-0.471239,0,0,-0.233445,0.97237,300,100,1), - (14927,2042,1,-2957.81,-4077.96,37.4897,-3.08923,0,0,-0.999657,0.0261783,300,100,1), - (14928,2046,1,-3262.43,-3753.55,54.2975,-1.50098,0,0,-0.681997,0.731355,300,100,1), - (14929,186463,1,-4406.85,-3506.47,41.2293,-0.959931,0,0,0.461749,-0.887011,500,100,1), - (14930,2046,1,-3295.31,-3842.35,45.714,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (14931,4149,1,-4446.37,-4121.62,-5.0326,-1.309,0,0,0.608761,-0.793353,7200,100,1), - (14932,153470,1,-4221.43,-3921.18,-0.831989,2.53073,0,0,0.953717,0.300706,180,100,1), - (14933,186450,1,-4104.36,-3687.28,45.0021,-2.04204,0,0,0.85264,-0.522498,900,100,1), - (14934,186463,1,-4693.11,-3247.55,36.4738,1.55334,0,0,0.700909,0.71325,500,100,1), - (14935,186463,1,-4705.23,-3245.92,36,2.58309,0,0,0.961262,0.275637,500,100,1), - (14936,186463,1,-4766.75,-3287.25,38.9042,-3.08923,0,0,0.999657,-0.026177,500,100,1), - (14937,186463,1,-4846.14,-3313.07,36.8186,0.15708,0,0,0.078459,0.996917,500,100,1), - (14938,186463,1,-4849.2,-3406.55,39.3206,1.39626,0,0,0.642788,0.766044,500,100,1), - (14939,186463,1,-4848.87,-3436.47,37.4049,-1.95477,0,0,0.829038,-0.559193,500,100,1), - (14940,186463,1,-4858.25,-3471.88,40.1863,-1.27409,0,0,0.594823,-0.803857,500,100,1), - (14941,186463,1,-4903.4,-3528.24,41.7122,-0.733038,0,0,0.358368,-0.93358,500,100,1), - (14942,186450,1,-4045.37,-3672.55,43.4523,0.645772,0,0,0.317305,0.948324,900,100,1), - (14943,2043,1,-2587.2,-3448.95,33.1026,1.20428,0,0,0.566407,0.824125,300,100,1), - (14944,186450,1,-4099.83,-3656.84,44.3227,1.20428,0,0,0.566406,0.824126,900,100,1), - (14945,2041,1,-2644.12,-3674.71,31.2595,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (14946,20359,1,-4900.21,-3916.78,47.5395,-1.97222,0,0,0.833886,-0.551937,300,100,1), - (14947,20359,1,-4899.57,-3916.47,47.4797,0,0,0,0,1,300,100,1), - (14948,20359,1,-4900.9,-3915.55,48.149,0,0,0,0,1,300,100,1), - (14949,20359,1,-4899.75,-3915.34,47.5097,0,0,0,0,1,300,100,1), - (14950,20359,1,-4970.68,-3719.99,39.4607,0.017453,0,0,0.008727,0.999962,300,100,1), - (14951,20359,1,-4693.17,-3514.73,38.4009,1.09956,0,0,0.522499,0.85264,300,100,1), - (14952,20359,1,-4692.87,-3515.56,38.0716,0,0,0,0,1,300,100,1), - (14953,20359,1,-4692.06,-3514.8,38.475,0,0,0,0,1,300,100,1), - (14954,20359,1,-4693.95,-3515.32,38.7022,0,0,0,0,1,300,100,1), - (14955,20359,1,-4609.01,-3519.81,34.0318,0,0,0,0,1,300,100,1), - (14956,1735,1,-2989.55,-3071.86,41.602,0.733038,0,0,0.358368,0.93358,300,100,1), - (14959,179526,429,-10.2151,-349.267,-53.8632,2.05949,0,0,0.857167,0.515038,600,255,1), - (14960,3763,1,635.223,-1433.38,92.741,0.436332,0,0,0.21644,0.976296,900,100,1), - (14961,22595,0,-10597.9,-1202.47,33.2924,-2.07694,0,0,-0.861629,0.507539,3600,100,1), - (14962,92011,0,-8388,684.431,95.273,-1,0,0,0.430511,-0.902585,120,0,1), - (14963,179488,0,-3050.98,-981.896,8.94378,3.01942,0,0,0.998135,0.061049,20,100,1), - (14964,2045,0,-2858.3,-954.056,-12.9198,0.558505,0,0,0.275637,0.961262,300,100,1), - (14965,22599,0,-10602.6,-1203.81,28.5131,0.130902,0,0,0.065404,0.997859,3600,100,1), - (14966,3763,1,336.791,-1647.45,105.217,2.40855,0,0,0.93358,0.358368,900,100,1), - (14967,3763,1,-3925.95,-1621.06,91.8752,0.279253,0,0,0.139173,0.990268,900,100,1), - (14968,1624,0,-3068.15,-1011.72,9.14604,0.226893,0,0,0.113203,0.993572,300,100,1), - (14969,3763,1,-3980.38,-1706.46,94.8775,2.42601,0,0,0.936672,0.350207,900,100,1), - (14970,3763,1,-3701.07,-1621.85,96.2469,-2.37365,0,0,0.927184,-0.374607,900,100,1), - (14971,3763,1,-3720.6,-1553.41,96.1831,-1.79769,0,0,0.782608,-0.622515,900,100,1), - (14972,179526,429,-51.4662,-358.168,-4.13823,1.81514,0,0,0.78801,0.615662,600,255,1), - (14973,179526,429,21.9326,-409.795,-58.6142,0,0,0,0,1,600,255,1), - (14974,179526,429,117.148,-408.461,-3.27357,2.32129,0,0,0.91706,0.398748,600,255,1), - (14975,179526,429,102.549,-246.011,-56.3647,0.785397,0,0,0.382683,0.92388,600,255,1), - (14976,179526,429,263.393,-568.436,-111.976,-2.67035,0,0,-0.972369,0.233447,600,255,1), - (14977,179526,429,477.125,307.609,2.85288,1.74533,0,0,0.766045,0.642787,600,255,1), - (14978,179526,429,423.649,-94.0369,-3.88739,-0.453785,0,0,-0.224951,0.97437,600,255,1), - (14979,179526,429,4.90084,-450.306,-58.6294,0,0,0,0,1,600,255,1), - (14983,179526,429,71.7209,-409.745,-4.21656,3.12412,0,0,0.999962,0.00873622,600,255,1), - (14999,179526,429,-27.7882,-388.435,-4.22943,1.39626,0,0,0.642786,0.766046,600,255,1), - (15000,179526,429,-42.6484,-341.5,-52.6547,0.244346,0,0,0.121869,0.992546,600,255,1), - (15001,179526,429,34.9096,-365.079,-4.14052,0.314158,0,0,0.156434,0.987688,600,255,1), - (15003,22566,0,-10597.1,-1205.81,28.5533,1.36136,0,0,0.629321,0.777145,3600,100,1), - (15004,3763,1,-2287.27,-2533.56,95.5277,0.541052,0,0,0.267238,0.96363,900,100,1), - (15005,3763,1,-1919.06,-2721.38,91.8313,-2.1293,0,0,0.87462,-0.48481,900,100,1), - (15006,176684,189,273.154,-375.739,20.4242,1.12574,0,0,0.533615,0.845728,7200,100,1), - (15007,176682,189,278.119,-347.142,20.4242,-2.01585,0,0,-0.845727,0.533615,7200,100,1), - (15008,19284,189,281.39,-352.262,20.4047,-0.610865,0,0,0.300706,-0.953717,50,100,1), - (15009,3763,1,-1958.45,-2686.12,94.873,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (15010,3763,1,-1432.43,-1536.64,94.439,0.244346,0,0,0.121869,0.992546,900,100,1), - (15011,3763,1,-1468.31,-1519.67,95.6948,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (15012,101850,0,2908.18,-818.203,160.332,1.9635,0,0,0.83147,0.55557,900,100,1), - (15013,101851,0,2886.31,-827.261,160.336,1.9635,0,0,0.83147,0.55557,900,100,1), - (15015,1628,0,-2874.79,-2210.21,23.7267,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (15016,3763,1,-116.853,-3193.63,93.3306,3.10669,0,0,0.999848,0.017452,900,100,1), - (15017,3763,1,-197.368,-3267.02,95.4545,3.08923,0,0,0.999657,0.026177,900,100,1), - (15018,3763,1,-261.772,-3343.72,99.7645,1.81514,0,0,0.788011,0.615662,900,100,1), - (15019,3763,1,-1844.55,-1955.4,94.9395,-0.139626,0,0,0.069756,-0.997564,900,100,1), - (15020,3763,1,-2067.9,-1745.81,105.385,-0.855212,0,0,0.414693,-0.909961,900,100,1), - (15021,3763,1,-141.477,-3034.67,91.7,-1.02974,0,0,0.492424,-0.870356,900,100,1), - (15022,2061,0,-10597.1,-1205.81,28.5533,1.36136,0,0,0.629321,0.777145,3600,100,1), - (15023,3798,0,-10601.1,-1253.88,37.4076,-2.84489,0,0,0.989016,-0.147809,3600,100,1), - (15024,22534,0,-10594.6,-1250.71,37.4789,-1.51844,0,0,-0.688354,0.725375,3600,100,1), - (15025,22530,0,-10594.3,-1259.56,37.4873,1.6057,0,0,0.71934,0.694658,3600,100,1), - (15026,22533,0,-10597.2,-1250.85,37.4789,-1.50098,0,0,-0.681999,0.731353,3600,100,1), - (15027,22531,0,-10592.3,-1250.65,37.4789,-1.54462,0,0,-0.69779,0.716302,3600,100,1), - (15028,3797,0,-10601.1,-1254.78,37.4076,-1.55334,0,0,-0.70091,0.71325,3600,100,1), - (15029,3798,0,-10588.5,-1319.02,50.3286,-2.7838,0,0,0.984041,-0.177943,3600,100,1), - (15032,75296,189,277.401,-365.671,20.3969,3.05433,0,0,0.999048,0.043619,7200,100,1), - (15033,3797,0,-10588.5,-1319.92,50.3286,-1.49226,0,0,-0.678801,0.734322,3600,100,1), - (15034,179526,429,-114.736,-199.653,-4.1244,0,0,0,0,1,600,255,1), - (15035,3798,0,-10652.2,-1266.66,30.5767,-0.383973,0,0,-0.190809,0.981627,3600,100,1), - (15037,3797,0,-10651.6,-1265.99,30.5767,0.907571,0,0,0.438371,0.898794,3600,100,1), - (15038,3798,0,-10751.4,-1038.02,41.4327,2.24275,0,0,0.900698,0.434446,3600,100,1), - (15039,3797,0,-10752.3,-1038.31,41.4327,-2.74889,0,0,0.980785,-0.19509,3600,100,1), - (15040,3798,0,-10785.1,-1384.69,39.6562,-1.37008,0,0,-0.632706,0.774392,3600,100,1), - (15041,3797,0,-10784.2,-1384.82,39.6562,-0.078541,0,0,-0.03926,0.999229,3600,100,1), - (15042,2712,0,-2294.67,-1563.63,-39.7692,2.40855,0,0,0.93358,0.358368,300,100,1), - (15043,21581,189,280.905,-354.204,20.4015,2.93215,0,0,0.994522,0.104528,7200,100,1), - (15046,2712,0,-2292.4,-1676.4,-62.0808,-1.39626,0,0,0.642788,-0.766044,300,100,1), - (15049,1622,0,-3376.8,-1552.47,15.5004,-2.54818,0,0,-0.956305,0.292372,300,100,1), - (15050,2850,0,-2910.98,-1842.58,9.41216,-1.23918,0,0,0.580703,-0.814116,7200,100,1), - (15051,3695,0,-3381.16,-2943.47,16.509,1.67552,0,0,0.743145,0.669131,7200,100,1), - (15052,179526,429,101.961,-247.727,-4.01977,2.84488,0,0,0.989015,0.147813,600,255,1), - (15053,177256,0,-11032.8,-1539.14,29.4563,1.59697,-0.285624,0.278243,0.656891,0.639916,3600,100,1), - (15054,3252,1,-1504.07,-3822.28,23.4477,2.21657,0,0,0.894934,0.446198,900,100,1), - (15055,179526,429,126.702,-248.335,-4.14639,-2.72271,0,0,-0.978147,0.207914,600,255,1), - (15056,179526,429,66.2358,-633.758,-25.163,3.05433,0,0,0.999048,0.0436193,600,255,1), - (15057,1622,0,-3459.34,-1773.54,16.2407,1.72788,0,0,0.760407,0.649446,300,100,1), - (15058,140212,1,-1189.31,-2011.94,91.669,3.14159,0,0,1,0,900,100,1), - (15059,3764,1,-4027.05,-1759.14,100.087,-2.00713,0,0,0.843391,-0.5373,900,100,1), - (15060,2041,0,-3731.34,-2897.29,7.22989,2.37365,0,0,0.927184,0.374606,300,100,1), - (15062,180248,0,-14022.5,589.767,0,2.72271,0,0,0.978148,0.207912,180,100,1), - (15063,3764,1,-3740.23,-1504.02,97.59,-3.07178,0,0,0.999391,-0.034899,900,100,1), - (15064,179526,429,-6.16094,-433.403,-4.22212,0,0,0,0,1,600,255,1), - (15065,179526,429,2.64945,-210.379,-52.3845,-0.95993,0,0,-0.461748,0.887011,600,255,1), - (15066,179526,429,-168.655,-271.912,-4.12082,-0.750491,0,0,-0.366501,0.930418,600,255,1), - (15067,179526,429,55.8777,-438.434,-58.5981,-0.855211,0,0,-0.414693,0.909961,600,255,1), - (15068,3764,1,-1472.59,-1494.68,109.927,-2.26893,0,0,0.906308,-0.422618,900,100,1), - (15069,3764,1,-1334.28,-3164.35,96.3886,1.88496,0,0,0.809017,0.587785,900,100,1), - (15070,3764,1,609.74,-1188.85,112.397,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (15071,3764,1,19.4288,-1939.55,82.605,-1.81514,0,0,0.788011,-0.615661,900,100,1), - (15072,3764,1,-2300.11,-2566.59,95.6574,-1.72788,0,0,0.760406,-0.649448,900,100,1), - (15073,179526,429,59.0393,-760.028,-25.0955,-1.23918,0,0,-0.580703,0.814116,600,255,1), - (15074,3764,1,1410.93,-3410.15,93.4324,-1.06465,0,0,0.507538,-0.861629,900,100,1), - (15076,3764,1,-1847.26,-1925.07,97.8816,-1.79769,0,0,0.782608,-0.622515,900,100,1), - (15077,3764,1,-259.587,-2990.22,97.7034,-0.436333,0,0,0.21644,-0.976296,900,100,1), - (15078,1624,0,-2749.3,-1817.57,9.69851,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (15080,3253,1,-1714.17,-3823.66,12.4703,3.14159,0,0,1,0,900,100,1), - (15081,140213,1,-1209.38,-2172.98,91.5436,-3.0805,-0.02643,0.00792,0.99916,-0.030299,900,100,1), - (15084,2850,0,-4068.19,-2992.95,11.5927,-2.80998,0,0,0.986286,-0.165048,7200,100,1), - (15087,3254,1,-1747.03,-3729.09,13.6705,3.14159,0,0,1,0,900,100,1), - (15088,140214,1,-1049.06,-2311.18,91.8903,-0.516105,0,0,-0.255198,0.966889,900,100,1), - (15090,3767,1,-1740.47,-3723.79,14.5452,0.779574,0.016326,-0.096887,0.376218,0.921307,2,100,1), - (15094,3256,1,251.957,-1939.84,91.6667,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (15098,2852,0,-2564.61,-2357.45,79.9346,1.01229,0,0,0.48481,0.87462,7200,100,1), - (15099,3768,1,-1714.98,-3819.97,12.5595,0.656468,0,0,0.322372,0.946613,2,100,1), - (15100,3258,1,60.8403,-2094.2,91.6667,3.14159,0,0,1,0,900,100,1), - (15105,3260,1,-59.434,-1639.85,91.6667,3.14159,0,0,1,0,900,100,1), - (15106,3262,1,-163.722,-1794.28,91.6667,3.14159,0,0,1,0,900,100,1), - (15109,3264,1,-48.4236,-2225.68,91.7722,0.364043,0,0,0.181018,0.98348,900,100,1), - (15110,180655,1,5391.52,547.168,0,0.20944,0,0,0.104529,0.994522,180,100,1), - (15111,180655,1,5391.52,547.168,0,0.20944,0,0,0.104529,0.994522,180,100,1), - (15112,123328,1,-396.901,-2709.93,97.5702,2.64417,0,0,0.969231,0.246153,900,100,1), - (15113,2041,0,-3126.9,-2231.18,7.62603,0.471239,0,0,0.233445,0.97237,300,100,1), - (15117,142018,1,-1501.25,-3685.33,91.8119,-0.929909,0,0,-0.448382,0.893842,900,100,1), - (15118,3266,1,-4152.31,-2193.78,50.1831,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (15119,123330,1,-1456.44,-3971.63,7.56249,1.8326,0,0,0.793353,0.608761,5,100,1), - (15120,123330,1,-1461.56,-3970.03,7.56018,0.750492,0,0,0.366501,0.930418,5,100,1), - (15121,123330,1,-1452.1,-3966.4,7.56134,-3.07178,0,0,0.999391,-0.034899,5,100,1), - (15122,123330,1,-1453.02,-3969.75,7.56026,2.49582,0,0,0.948324,0.317305,5,100,1), - (15123,123330,1,-1462.45,-3966.9,7.56138,-0.017453,0,0,0.008727,-0.999962,5,100,1), - (15124,3695,0,-2652.25,-2442.3,79.8937,-0.663225,0,0,0.325568,-0.945519,7200,100,1), - (15125,123330,1,-1458.06,-3972.06,8.26139,1.39626,0,0,0.642788,0.766044,5,100,1), - (15126,2045,0,-3941.92,-842.802,-17.5498,2.61799,0,0,0.965925,0.258821,300,100,1), - (15127,142019,1,-1589.91,-3684.87,92.0724,-1.8068,0,0,-0.785435,0.618944,900,100,1), - (15128,3523,1,324.068,-2239.23,212.084,1.16937,0,0,0.551937,0.833886,900,100,1), - (15130,177250,0,-11064.6,-1539.47,27.9784,1.59698,0,0,0.716302,0.69779,3600,100,1), - (15134,1621,0,-2931.52,-2068.53,9.02546,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (15136,1731,1,-1273.68,-3803,31.564,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (15138,179526,429,71.7946,-437.261,-58.5956,0.872664,0,0,0.422618,0.906308,600,255,1), - (15141,2045,0,-3685.6,-641.567,-10.7142,1.69297,0,0,0.748956,0.66262,300,100,1), - (15142,2850,0,-3108.52,-2190.42,9.29574,-1.8675,0,0,0.803857,-0.594823,7200,100,1), - (15144,179526,429,-28.3324,-385.063,-58.6181,1.95477,0,0,0.829038,0.559192,600,255,1), - (15145,123331,1,-1463,-3968.46,7.56007,0.069813,0,0,0.034899,0.999391,5,100,1), - (15146,2850,0,-3093.94,-2000.55,9.70804,0.698132,0,0,0.34202,0.939693,7200,100,1), - (15147,2850,0,-2982.47,-963.807,-7.10173,-0.855212,0,0,0.414693,-0.909961,7200,100,1), - (15148,177254,0,-11065.5,-1505.48,27.9916,1.59698,0.11514,-0.112164,0.706988,0.688717,3600,100,1), - (15149,2850,0,-3689.67,-3071.87,19.3469,-1.8326,0,0,0.793353,-0.608761,7200,100,1), - (15152,9630,0,-3586.88,-1996.54,116.154,1.37881,0,0,0.636078,0.771625,2,100,1), - (15153,2852,0,-3419.94,-2277.18,51.8986,-0.680679,0,0,0.333807,-0.942641,7200,100,1), - (15154,179526,429,47.8125,-334.275,-52.0553,-0.506145,0,0,-0.25038,0.968148,600,255,1), - (15156,1620,0,-3572.57,-1839.99,26.6164,0,0,0,0,1,300,100,1), - (15159,179526,429,353.105,-447.005,-90.0577,0,0,0,0,1,600,255,1), - (15175,106528,0,417.169,1822.22,12.551,2.74,0,0,0.979925,0.199368,-180,0,1), - (15176,106529,0,417.05,1822.39,13.007,0.035,0,0,0.017452,0.999848,-180,0,1), - (15194,3695,0,-3720.13,-1282.39,-0.681436,1.13446,0,0,0.5373,0.843391,7200,100,1), - (15199,180655,1,4969.75,598.72,0,0.017453,0,0,0.00872639,0.999962,180,100,1), - (15200,180655,1,4969.75,598.72,0,0.017453,0,0,0.00872639,0.999962,180,100,1), - (15202,180655,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.52992,180,100,1), - (15203,180655,1,4838.6,703.922,0,-1.97222,0,0,-0.833885,0.551938,180,100,1), - (15204,180655,1,4838.6,703.922,0,-1.97222,0,0,-0.833885,0.551938,180,100,1), - (15205,177255,0,-11033.7,-1504.65,27.9916,1.59698,0,0,0.716302,0.69779,3600,100,1), - (15206,177253,0,-11097.2,-1506.31,27.9916,1.59698,0,0,0.716302,0.69779,3600,100,1), - (15207,2850,0,-3287.01,-946.382,8.98557,0.349066,0,0,0.173648,0.984808,7200,100,1), - (15208,331,0,-3308.06,-1899.06,31.7356,-2.11185,0,0,0.870356,-0.492423,90,100,1), - (15209,334,0,-3373.47,-1810.15,16.2407,2.67035,0,0,0.97237,0.233445,90,100,1), - (15210,333,0,-3371.96,-1846.54,16.5207,-1.8326,0,0,0.793353,-0.608761,90,100,1), - (15211,35252,0,-3444.59,-1833.84,24.9106,-1.39626,0,0,0.642788,-0.766044,90,100,1), - (15212,2850,0,-3769.95,-2367.96,30.3026,2.96706,0,0,0.996195,0.087156,7200,100,1), - (15213,2850,0,-4193.46,-2387.18,216.83,1.16937,0,0,0.551937,0.833886,7200,100,1), - (15215,180248,0,-14481.6,59.4952,0,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (15216,2691,0,-846.582,-3268.04,78.024,3.14159,0,0,1,0,2,100,1), - (15217,2728,0,-1252.36,-2548.47,21.3728,3.14159,0,0,1,0,7200,100,1), - (15218,2663,0,-1925.85,-2947.74,107.731,0.174534,-0.003586,-0.009074,0.087114,0.996151,7200,100,1), - (15219,2061,0,-1925.85,-2947.74,107.731,0.174534,-0.003586,-0.009074,0.087114,0.996151,7200,100,1), - (15220,2664,0,-1962.51,-2794.13,81.2172,-0.270525,0.014734,0.011204,-0.134997,0.990673,7200,100,1), - (15221,2061,0,-1962.51,-2794.13,81.2172,-0.270525,0.014734,0.011204,-0.134997,0.990673,7200,100,1), - (15222,2665,0,-1673.43,-3256.94,25.6734,3.14159,0,0,1,0,7200,100,1), - (15223,2061,0,-1673.43,-3256.94,25.6734,3.14159,0,0,1,0,7200,100,1), - (15224,2715,0,-1749.23,-1541.31,60.9273,-0.479967,0.003111,0.012714,-0.237666,0.971259,7200,100,1), - (15225,112192,1,-1475.91,201.198,-7.7928,-1.32645,0,0,0.615661,-0.788011,120,0,1), - (15226,112192,1,-1474.17,201.193,-7.7928,-1.76278,0,0,0.771625,-0.636078,120,0,1), - (15227,112192,1,-1477.01,197.78,-7.7928,0.436332,0,0,0.21644,0.976296,120,0,1), - (15228,112192,1,-1472.15,197.684,-7.7928,2.72271,0,0,0.978148,0.207912,120,0,1), - (15229,174744,230,1330.14,-508.858,-88.8709,3.14159,0,0,1,0,600,100,1), - (15230,174698,230,337.824,-145.837,-64.948,-2.89725,0,0,0.992546,-0.121869,600,100,1), - (15231,177381,289,241.401,129.666,110.012,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (15232,140439,230,782.058,-37.7377,-53.7351,-3.08051,0,0,0.999534,-0.030538,600,100,1), - (15233,140376,230,631.595,-146.055,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15234,2061,289,241.401,129.666,110.012,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (15235,136930,229,155.768,-450.239,121.964,1.5708,0,0,0.707107,0.707107,120,0,1), - (15236,136929,229,152.587,-396.408,121.964,4.7124,0,0,-0.707107,0.707107,120,0,1), - (15237,136929,229,150.609,-396.408,121.964,4.7124,0,0,-0.707107,0.707107,120,0,1), - (15238,136929,229,157.753,-450.158,121.964,1.5708,0,0,0.707107,0.707107,120,0,1), - (15239,136930,229,157.778,-389.954,121.964,4.7124,0,0,-0.707107,0.707107,120,0,1), - (15240,136929,229,155.816,-390.035,121.964,4.7124,0,0,-0.707107,0.707107,120,0,1), - (15241,140378,230,634.43,-148.843,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15242,136929,229,145.176,-390.035,121.964,4.7124,0,0,-0.707107,0.707107,120,0,1), - (15243,136929,229,152.32,-444.305,121.964,1.5708,0,0,0.707107,0.707107,120,0,1), - (15244,136929,229,150.342,-444.305,121.964,1.5708,0,0,0.707107,0.707107,120,0,1), - (15245,136929,229,147.113,-450.158,121.964,1.5708,0,0,0.707107,0.707107,120,0,1), - (15246,136930,229,145.151,-450.239,121.964,1.5708,0,0,0.707107,0.707107,120,0,1), - (15247,136930,229,147.161,-389.954,121.964,4.7124,0,0,-0.707107,0.707107,120,0,1), - (15248,140401,230,576.696,-248.789,-34.1376,1.19555,0,0,0.562805,0.82659,600,100,1), - (15249,140402,230,572.998,-247.158,-34.1376,1.19555,0,0,0.562805,0.82659,600,100,1), - (15250,140403,230,569.286,-245.732,-34.1376,1.19555,0,0,0.562805,0.82659,600,100,1), - (15251,140373,230,649.304,-172.329,-37.0031,-2.75762,0,0,0.981627,-0.190809,600,100,1), - (15252,140374,230,637.171,-151.813,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15253,140396,230,538.074,-190.059,-35.5994,1.19555,0,0,0.562805,0.82659,600,100,1), - (15254,140397,230,581.72,-246.604,-35.6289,1.19555,0,0,0.562805,0.82659,600,100,1), - (15255,140400,230,581.661,-253.098,-34.1376,1.91114,0,0,0.816642,0.577145,600,100,1), - (15256,174434,230,707.989,58.1926,-45.0302,-0.008726,0,0,-0.004363,0.99999,600,100,1), - (15257,140372,230,650.824,-176.003,-37.0031,-2.75762,0,0,0.981627,-0.190809,600,100,1), - (15258,158583,230,582.324,-254.622,-34.1376,1.19555,0,0,0.562805,0.82659,600,100,1), - (15259,158585,230,571.203,-250.139,-34.1376,1.19555,0,0,0.562805,0.82659,600,100,1), - (15260,170503,230,1412.95,-786.485,-85.165,0,0,0,0,1,600,100,1), - (15261,158674,230,1412.95,-783.717,-85.165,0,0,0,0,1,600,100,1), - (15262,140382,230,640.006,-148.657,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15263,140383,230,637.074,-136.967,-34.1376,-1.64061,0,0,-0.731354,0.681998,600,100,1), - (15264,158579,230,1071.45,-542.276,-81.8672,1.5708,0,0,0.707107,0.707107,600,100,1), - (15265,158581,230,580.42,-137.035,-36.9204,-1.25664,0,0,-0.587785,0.809017,600,100,1), - (15266,158582,230,583.853,-131.551,-35.6645,-1.25664,0,0,-0.587785,0.809017,600,100,1), - (15267,170502,230,1412.95,-792.107,-85.165,0,0,0,0,1,600,100,1), - (15268,174411,230,571.652,-84.3746,-45.0172,-1.98095,0,0,-0.836286,0.548293,600,100,1), - (15269,170456,230,976.336,-323.201,-70.7043,-0.549778,0,0,-0.27144,0.962455,600,100,1), - (15270,170458,230,988.142,-380.085,-66.2875,-1.90241,0,0,-0.814115,0.580703,600,100,1), - (15271,158678,230,581.15,-132.632,-35.6645,-1.25664,0,0,-0.587785,0.809017,600,100,1), - (15272,170487,230,1412.95,-778.143,-85.165,0,0,0,0,1,600,100,1), - (15273,174432,230,707.989,55.8425,-45.0302,-0.18326,0,0,-0.091502,0.995805,600,100,1), - (15274,170462,230,959.945,-436.884,-55.3675,-2.18667,-0.045383,-0.070877,0.883594,-0.460628,600,100,1), - (15275,170463,230,925.641,-436.307,-56.0272,-0.649852,-0.07499,0.02148,-0.318531,0.944697,600,100,1), - (15276,170464,230,916.325,-435.013,-55.5633,-0.649852,-0.07499,0.02148,-0.318531,0.944697,600,100,1), - (15277,170470,230,797.143,-214.991,-43.2866,2.01585,0,0,0.845727,0.533615,600,100,1), - (15278,174437,230,711.074,47.553,-45.0302,2.58309,0,0,0.961262,0.275637,600,100,1), - (15279,170454,230,861.908,-198.118,-43.6942,1.0472,0,0,0.5,0.866025,600,100,1), - (15280,140381,230,637.171,-145.869,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15281,170455,230,877.22,-203.719,-43.7001,2.53073,0,0,0.953717,0.300706,600,100,1), - (15282,158545,230,634.132,-227.8,-37.0216,2.37365,0,0,0.927184,0.374607,600,100,1), - (15283,170478,230,1348.43,-778.283,-85.165,3.14159,0,0,1,0,600,100,1), - (15284,158549,230,647.252,-220.081,-35.3726,2.74017,0,0,0.979925,0.199368,600,100,1), - (15285,170486,230,1346.59,-772.353,-85.1453,0,0,0,0,1,600,100,1), - (15286,140390,230,551.528,-221.466,-37.0031,0.794125,0,0,0.386711,0.922201,600,100,1), - (15287,140384,230,639.909,-142.899,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15288,140385,230,642.65,-145.869,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15289,140386,230,645.485,-148.657,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15290,140389,230,645.485,-143.851,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15291,140391,230,554.387,-224.229,-37.0031,0.794125,0,0,0.386711,0.922201,600,100,1), - (15292,140392,230,575.652,-239.522,-37.0031,1.19555,0,0,0.562805,0.82659,600,100,1), - (15293,140393,230,571.941,-238.096,-37.0031,1.19555,0,0,0.562805,0.82659,600,100,1), - (15294,158559,230,550.548,-226.078,-35.6356,0.776671,0,0,0.378648,0.925541,600,100,1), - (15295,161524,230,585.739,-147.762,-52.8988,1.8326,0,0,0.793354,0.608761,600,100,1), - (15296,170489,230,1414.79,-775.303,-85.1453,3.14159,0,0,1,0,600,100,1), - (15297,170494,230,1412.95,-763.826,-85.165,0,0,0,0,1,600,100,1), - (15298,170571,230,870.693,-228.936,-43.7509,2.16421,0,0,0.882947,0.469472,600,100,1), - (15299,170515,230,1348.44,-792.355,-85.165,0,0,0,0,1,600,100,1), - (15300,170516,230,1293.62,-399.635,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15301,170550,230,1392.44,-402.735,-94.6781,0,0,0,0,1,600,100,1), - (15302,170551,230,1376.16,-828.828,-91.9804,1.5708,0,0,0.707107,0.707107,600,100,1), - (15303,170514,230,1348.44,-789.586,-85.165,0,0,0,0,1,600,100,1), - (15304,170568,230,589.74,-141.631,-68.4205,1.20428,0,0,0.566406,0.824126,600,100,1), - (15305,158567,230,544.504,-161.737,-35.6229,-0.357791,0,0,-0.177943,0.984041,600,100,1), - (15306,174566,230,806.764,-335.402,-49.3422,-0.820305,0,0,-0.398749,0.91706,600,100,1), - (15307,164689,230,525.063,-238.897,-41.0423,-0.837759,0,0,-0.406737,0.913545,600,100,1), - (15308,174407,230,359.07,-122.451,-64.9464,-2.76635,0,0,0.98245,-0.186524,600,100,1), - (15309,161523,230,555.751,-199.744,-52.908,0.261799,0,0,0.130526,0.991445,600,100,0), - (15310,170439,230,387.75,-158.397,-64.948,-1.38754,0,0,-0.639439,0.768842,600,100,1), - (15311,174548,230,807.73,-218.651,-43.2779,0,0,0,0,1,600,100,1), - (15312,170448,230,864.765,-138.702,-49.7372,-2.55691,0,0,0.957571,-0.288196,600,100,1), - (15313,158560,230,555.782,-230.75,-35.6356,0.776671,0,0,0.378648,0.925541,600,100,1), - (15314,158561,230,564.607,-239.377,-35.6356,0.776671,0,0,0.378648,0.925541,600,100,1), - (15315,158563,230,544.525,-171.697,-37.0216,-0.357791,0,0,-0.177943,0.984041,600,100,1), - (15316,158564,230,546.181,-167.31,-37.0216,-0.357791,0,0,-0.177943,0.984041,600,100,1), - (15317,170548,230,1392.44,-411.637,-94.6781,0,0,0,0,1,600,100,1), - (15318,170549,230,1392.44,-406.046,-94.6781,0,0,0,0,1,600,100,1), - (15319,158565,230,537.947,-179.56,-35.5946,0.008726,0,0,0.004363,0.99999,600,100,1), - (15320,170440,230,328.053,-145.898,-64.948,3.14159,0,0,1,0,600,100,1), - (15321,158555,230,548.262,-215.418,-37.0031,0.410153,0,0,0.203642,0.979045,600,100,1), - (15322,158572,230,637.401,-224.436,-37.0216,2.37365,0,0,0.927184,0.374607,600,100,1), - (15323,158576,230,328.053,-143.881,-64.948,3.14159,0,0,1,0,600,100,1), - (15324,174468,230,858.563,-141.575,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1), - (15325,174494,230,828.191,-154.672,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (15326,174508,230,880.718,-161.082,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15327,174547,230,796.519,-211.351,-43.2866,-1.56207,0,0,-0.704015,0.710185,600,100,1), - (15328,158568,230,531.751,-180.286,-34.2119,0.776671,0,0,0.378648,0.925541,600,100,1), - (15329,174555,230,797.782,-349.003,-49.3422,0.776671,0,0,0.378648,0.925541,600,100,1), - (15330,174556,230,797.862,-343.729,-49.3422,-0.794125,0,0,-0.386711,0.922201,600,100,1), - (15331,174557,230,802.325,-339.54,-49.3422,-0.820305,0,0,-0.398749,0.91706,600,100,1), - (15332,161522,230,637.64,-177.801,-52.8988,0.261799,0,0,0.130526,0.991445,600,100,1), - (15333,174422,230,564.942,-84.6081,-45.0247,-0.008726,0,0,-0.004363,0.99999,600,100,1), - (15334,170577,230,1262.85,-293.797,-78.1676,-0.785397,0,0,-0.382683,0.92388,600,100,1), - (15335,170556,230,496.211,121.043,0,3.14159,0,0,1,0,600,100,1), - (15336,174423,230,564.942,-93.1329,-45.0247,-0.008726,0,0,-0.004363,0.99999,600,100,1), - (15337,170518,230,1293.64,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15338,170491,230,1414.79,-772.525,-85.1453,3.14159,0,0,1,0,600,100,1), - (15339,170523,230,1470.93,-451.666,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15340,170524,230,1468.17,-451.666,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15341,158550,230,649.098,-215.769,-35.1574,2.74017,0,0,0.979925,0.199368,600,100,1), - (15342,158552,230,628.817,-238.586,-35.6229,-2.09439,0,0,0.866025,-0.5,600,100,1), - (15343,174429,230,714.676,46.4855,-45.0302,1.53589,0,0,0.694658,0.71934,600,100,1), - (15344,170522,230,1290.85,-447.092,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15345,170525,230,1470.91,-447.092,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15346,170529,230,1468.14,-399.635,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15347,158558,230,626.093,-133.305,-34.2415,-2.77507,0,0,0.983255,-0.182236,600,100,1), - (15348,170459,230,975.157,-397.196,-61.1861,-1.89394,-0.052956,0.122544,-0.802182,0.581965,600,100,1), - (15349,170519,230,1290.87,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15350,170520,230,1293.64,-451.666,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15351,161460,230,615.614,-49.7823,-60.0557,2.07694,0,0,0.861629,0.507538,600,100,1), - (15352,161516,230,702.108,-125.745,-45.7123,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15353,174410,230,358.277,-124.572,-64.9464,2.21657,0,0,0.894934,0.446198,600,100,1), - (15354,170484,230,1350.63,-763.966,-85.165,3.14159,0,0,1,0,600,100,1), - (15355,170485,230,1346.59,-774.923,-85.1453,0,0,0,0,1,600,100,1), - (15356,170495,230,1414.93,-763.826,-85.165,0,0,0,0,1,600,100,1), - (15357,170465,230,908.452,-407.597,-49.1449,1.28746,-0.060177,-0.049635,0.598132,0.797592,600,100,1), - (15358,170481,230,1350.63,-781.052,-85.165,3.14159,0,0,1,0,600,100,1), - (15359,174408,230,356.266,-123.488,-64.9464,0.453786,0,0,0.224951,0.97437,600,100,1), - (15360,158546,230,651.512,-180.2,-37.0031,3.14159,0,0,1,0,600,100,1), - (15361,170441,230,781.014,-35.2817,-53.7351,-2.38238,0,0,0.92881,-0.370557,600,100,1), - (15362,170444,230,714.772,54.9921,-45.0278,-3.11541,0,0,0.999914,-0.01309,600,100,1), - (15363,174560,230,810.909,-363.11,-49.3422,0.759217,0,0,0.370557,0.92881,600,100,1), - (15364,174561,230,816.412,-363.597,-49.3422,2.32129,0,0,0.91706,0.398749,600,100,1), - (15365,174562,230,820.844,-359.464,-49.3422,2.32129,0,0,0.91706,0.398749,600,100,1), - (15366,170461,230,953.668,-429.444,-54.8981,-2.18667,-0.045383,-0.070877,0.883594,-0.460628,600,100,1), - (15367,174421,230,568.026,-84.5912,-45.0247,-3.0805,0,0,0.999534,-0.030539,600,100,1), - (15368,170477,230,1348.43,-781.052,-85.165,3.14159,0,0,1,0,600,100,1), - (15369,170479,230,1348.43,-766.735,-85.165,3.14159,0,0,1,0,600,100,1), - (15370,174497,230,877.092,-142.478,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15371,174551,230,790.243,-265.338,-43.3257,0.959931,0,0,0.461749,0.887011,600,100,1), - (15372,158608,230,1293.62,-447.092,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15373,170473,230,1346.59,-769.575,-85.1453,0,0,0,0,1,600,100,1), - (15374,174419,230,568.026,-95.2477,-45.0247,2.58309,0,0,0.961262,0.275637,600,100,1), - (15375,174438,230,714.699,58.4261,-45.0278,-1.98095,0,0,-0.836286,0.548293,600,100,1), - (15376,170483,230,1350.63,-766.735,-85.165,3.14159,0,0,1,0,600,100,1), - (15377,170469,230,798.546,-212.559,-43.2866,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15378,170511,230,1348.44,-755.484,-85.165,0,0,0,0,1,600,100,1), - (15379,170512,230,1348.44,-752.716,-85.165,0,0,0,0,1,600,100,1), - (15380,170561,230,404.642,-60.5172,-63.8164,-1.8326,0,0,-0.793354,0.608761,600,100,1), - (15381,174420,230,564.942,-95.2646,-45.0247,-0.008726,0,0,-0.004363,0.99999,600,100,1), - (15382,174413,230,571.919,-103.167,-45.0247,2.71399,0,0,0.977231,0.212178,600,100,1), - (15383,170471,230,809.888,-218.725,-43.2779,2.53073,0,0,0.953717,0.300706,600,100,1), - (15384,170475,230,1346.45,-781.052,-85.165,3.14159,0,0,1,0,600,100,1), - (15385,170476,230,1346.45,-778.283,-85.165,3.14159,0,0,1,0,600,100,1), - (15386,158547,230,326.075,-138.218,-64.948,-2.56563,0,0,0.95882,-0.284015,600,100,1), - (15387,158548,230,651.497,-184.89,-37.0031,3.14159,0,0,1,0,600,100,1), - (15388,112192,30,-155.405,-440.24,33.2862,2.34747,0,0,0.922201,0.386711,120,0,1), - (15389,112192,30,-150.787,-459.829,26.4163,0.558507,0,0,0.275638,0.961261,120,0,1), - (15390,112192,30,-153.748,-438.639,33.2862,-2.88852,0,0,0.992005,-0.126199,120,0,1), - (15391,112192,30,-149.057,-461.089,26.4163,1.38754,0,0,0.63944,0.768841,120,0,1), - (15392,112192,30,-168.342,-458.4,33.2862,-0.445059,0,0,-0.220697,0.975342,120,0,1), - (15393,112192,30,-142.968,-444.076,26.4163,-2.23402,0,0,0.898794,-0.438372,120,0,1), - (15394,112192,30,-145.341,-444.846,26.4163,-0.05236,0,0,-0.026177,0.999657,120,0,1), - (15395,179526,429,509.725,523.927,-25.4027,-2.80997,0,0,-0.986285,0.165053,600,255,1), - (15396,2727,0,-936.988,-3482.45,51.4743,3.14159,0,0,1,0,7200,100,1), - (15397,180655,1,-988.858,-3775.46,0,-1.97222,0,0,-0.833885,0.551938,180,100,1), - (15398,2689,0,-855.908,-1783.29,39.6135,3.14159,0,0,1,0,2,100,1), - (15399,2666,0,-1695.11,-3509.8,60.4306,2.04434,0,0,0.853242,0.521515,7200,100,1), - (15401,2061,0,-1695.11,-3509.8,60.4306,2.04434,0,0,0.853242,0.521515,7200,100,1), - (15402,2667,0,-2234.66,-2617.68,77.8315,3.14159,0,0,1,0,7200,100,1), - (15403,2061,0,-2234.66,-2617.68,77.8315,3.14159,0,0,1,0,7200,100,1), - (15404,2672,0,-2227.2,-2459.25,81.6604,-1.4399,0,0,-0.659346,0.75184,7200,100,1), - (15405,2673,0,-1553.61,-2490.54,55.0079,1.69297,0,0,0.748956,0.66262,7200,100,1), - (15406,2674,0,-1553.61,-2490.55,54.4507,1.69297,0,0,0.748956,0.66262,7200,100,1), - (15407,2677,0,-1322.22,-1848.65,62.7341,2.76635,0,0,0.98245,0.186524,7200,100,1), - (15408,2678,0,-1322.17,-1848.47,63.3045,-0.375246,0,0,-0.186524,0.98245,7200,100,1), - (15409,2679,0,-1322.29,-1848.53,63.3485,1.19555,0,0,0.562805,0.82659,7200,100,1), - (15410,2680,0,-1553.45,-2490.7,54.9662,-3.0456,0,0,0.998848,-0.047978,7200,100,1), - (15411,2684,0,-1246.41,-3229.84,35.0363,0.942479,0,0,0.453991,0.891007,7200,100,1), - (15412,48432,70,-211.481,-33.4789,-47.2107,-0.017454,0.028143,0.060258,-0.010382,0.997732,3600,100,1), - (15413,2685,0,-1456.39,-2432.93,59.1948,-2.87979,0.022529,0.02936,0.990676,-0.131116,7200,100,1), - (15419,180655,1,-988.858,-3775.46,0,-1.97222,0,0,-0.833885,0.551938,180,100,1), - (15420,180655,1,6502.51,881.164,0,-0.034907,0,0,-0.0174526,0.999848,180,100,1), - (15421,175746,0,-10580.9,-1113.94,31.2356,1.309,0,0,0.608761,0.793353,3600,100,1), - (15423,123309,1,-8131,-1141,-234,1.906,0,0,0,0,2700,100,1), - (15424,123309,1,-5384,369.946,24.097,1.649,0,0,0,0,2700,100,1), - (15425,123309,1,-5247,254.408,10.312,4.812,0,0,0,0,2700,100,1), - (15426,123309,1,-7963,-1243,-275,6.003,0,0,0,0,2700,100,1), - (15427,123309,1,-8072,-1215,-335,3.543,0,0,0,0,2700,100,1), - (15428,123309,1,-5330,436.555,9.595,1.086,0,0,0,0,2700,100,1), - (15429,123310,1,-6564,-3489,-81,3.289,0,0,0,0,1800,100,1), - (15430,123310,0,-14357,172.272,34.257,1.35,0,0,0.62478,0.780801,1800,100,1), - (15431,123310,1,-5388,28.633,26.82,2.631,0,0,0,0,1800,100,1), - (15432,123310,1,-5383,255.52,20.598,3.121,0,0,0,0,1800,100,1), - (15433,123310,1,-5260,73.704,27.234,6.027,0,0,0,0,1800,100,1), - (15434,123310,1,-5369,275.359,20.611,4.026,0,0,0,0,1800,100,1), - (15435,123310,1,-5339,72.95,29.184,3.47,0,0,0,0,1800,100,1), - (15436,123310,1,-5239,274.931,12.329,5.917,0,0,0,0,1800,100,1), - (15437,123310,1,-6395,-3482,-70,-1,0,0,-0.325568,0.945519,1800,100,1), - (15438,123310,1,-5394,85.095,35.472,3.184,0,0,0,0,1800,100,1), - (15439,123310,1,-5365,17.225,24.879,1.463,0,0,0,0,1800,100,1), - (15440,123310,1,-5281,29.121,20.489,0.966,0,0,0,0,1800,100,1), - (15441,123310,1,-5358,395.034,17.584,2.342,0,0,0,0,1800,100,1), - (15442,123310,1,-5331,75.826,26.727,6.027,0,0,0,0,1800,100,1), - (15443,123310,1,-6511.89,-3310.88,-94.5479,2.095,0,0,0,0,1800,100,1), - (15444,123310,1,-6450.19,-3292.82,-105.284,0.006,0,0,0,0,1800,100,1), - (15445,123310,1,-6463.16,-3302.82,-104.311,0.75,0,0,0,0,1800,100,1), - (15446,123310,1,-5372,326.03,30.937,4.189,0,0,0,0,1800,100,1), - (15447,123310,1,-6468,-3522,-70,5.255,0,0,0,0,1800,100,1), - (15448,123310,1,-5251,270.086,9.425,5.436,0,0,0,0,1800,100,1), - (15449,123310,1,-6488,-3437,-70,6.141,0,0,0,0,1800,100,1), - (15450,123310,1,-6377,-3436,-76,0.97,0,0,0,0,1800,100,1), - (15451,123310,1,-5254,330.568,17.915,0.385,0,0,0,0,1800,100,1), - (15452,1731,1,1385.21,-3485.35,95.0849,1.27409,0,0,0.594823,0.803857,300,100,1), - (15453,1731,1,-1553.23,-1500.86,143.728,-2.72271,0,0,-0.978147,0.207914,300,100,1), - (15455,175729,0,-10517.8,-1155.65,36.0824,2.21657,0,0,0.894934,0.446198,3600,100,1), - (15457,175733,0,-10527.7,-1154.36,36.0546,-1.81514,0,0,0.788011,-0.615661,3600,100,1), - (15459,123848,1,-6348,-916,-252,5.607,0,0,0.331769,-0.943361,2700,100,1), - (15460,123848,1,-8116,-1271,-344,5.139,0,0,0,0,2700,100,1), - (15461,123848,1,-8130,-1165,-330,1.243,0,0,0,0,2700,100,1), - (15462,123848,1,-7945,-1286,-278,2.618,0,0,0.965926,0.258819,2700,100,1), - (15463,123848,1,-8034,-1129,-317,1.19,0,0,0,0,2700,100,1), - (15464,123848,1,-8006,-1307,-316,2.459,0,0,0,0,2700,100,1), - (15465,123848,1,-8088,-1336,-268,3.473,0,0,0,0,2700,100,1), - (15466,123848,1,-8035,-1247,-323,1.416,0,0,0,0,2700,100,1), - (15467,123848,1,-8061,-1255,-332,-2,0,0,-0.906308,0.422618,2700,100,1), - (15468,123848,1,-5295,207.338,61.419,2.271,0,0,0,0,2700,100,1), - (15469,123848,1,-8053,-1288,-330,3.213,0,0,0,0,2700,100,1), - (15470,123848,1,-7965,-1077,-328,1.518,0,0,0.688354,0.725375,2700,100,1), - (15471,123848,1,-5343,370.202,62.399,2.519,0,0,0,0,2700,100,1), - (15472,123848,1,-8012,-1191,-323,1.463,0,0,0,0,2700,100,1), - (15473,123848,1,-8115,-1271,-266,2.456,0,0,0,0,2700,100,1), - (15474,175741,0,-10533.3,-1167.25,36.4782,-1.46608,0,0,0.669131,-0.743145,3600,100,1), - (15475,138492,0,-942.842,-3116.75,48.4206,3.14159,0,0,1,0,2,100,1), - (15476,180655,1,6502.51,881.164,0,-0.034907,0,0,-0.0174526,0.999848,180,100,1), - (15477,103748,0,-1271.95,-2526.37,21.4402,3.14159,0,0,1,0,7200,100,1), - (15478,2061,70,-211.481,-33.4789,-47.2107,-0.017454,0.028143,0.060258,-0.010382,0.997732,3600,100,1), - (15479,2066,0,-1271.95,-2526.37,21.4402,3.14159,0,0,1,0,7200,100,1), - (15480,103751,0,-1916.12,-2781.93,71.1316,2.82743,0,0,0.987688,0.156434,7200,100,1), - (15481,2066,0,-1916.12,-2781.93,71.1316,2.82743,0,0,0.987688,0.156434,7200,100,1), - (15482,103772,0,-2076.96,-2135.19,21.1222,3.08051,0.022466,0.021133,0.999072,0.030048,7200,100,1), - (15483,1731,1,-88.5203,-1416.21,100.186,2.98451,0,0,0.996917,0.0784606,300,100,1), - (15484,1731,1,-271.54,-1471.81,104.117,0.907571,0,0,0.438371,0.898794,300,100,1), - (15497,180655,1,6485.99,679.739,0,1.81514,0,0,0.78801,0.615662,180,100,1), - (15498,103773,0,-1959.36,-2804.66,80.9563,3.08923,0.034072,-0.031423,0.998554,0.027214,7200,100,1), - (15499,103750,0,-1890.6,-3198.18,56.58,2.86234,0,0,0.990268,0.139173,7200,100,1), - (15500,2066,0,-1890.6,-3198.18,56.58,2.86234,0,0,0.990268,0.139173,7200,100,1), - (15501,103770,0,-2066.88,-2089.93,9.2093,2.67908,0,0,0.973379,0.2292,7200,100,1), - (15505,180655,1,5837.96,548.35,0,-0.977384,0,0,-0.469471,0.882948,180,100,1), - (15506,48509,70,-246.485,215.413,-46.8472,-0.488972,-0.001092,-0.019423,-0.241944,0.970095,3600,100,1), - (15507,175748,0,-10551.6,-1113.49,32.56,1.5708,0,0,0.707107,0.707107,3600,100,1), - (15508,175885,0,-10573.2,-1126.38,29.1669,0.715585,0,0,0.350207,0.936672,3600,100,1), - (15513,2066,0,-2066.88,-2089.93,9.2093,2.67908,0,0,0.973379,0.2292,7200,100,1), - (15514,158553,230,653.562,-172.165,-35.6356,-2.77507,0,0,0.983255,-0.182236,600,100,1), - (15515,158554,230,651.895,-167.781,-35.6356,-2.77507,0,0,0.983255,-0.182236,600,100,1), - (15516,158557,230,647.242,-156.35,-35.6356,-2.77507,0,0,0.983255,-0.182236,600,100,1), - (15517,174478,230,865.286,-177.086,-49.7396,0.610866,0,0,0.300706,0.953717,600,100,1), - (15518,170501,230,1414.93,-780.912,-85.165,0,0,0,0,1,600,100,1), - (15519,170482,230,1350.63,-778.283,-85.165,3.14159,0,0,1,0,600,100,1), - (15520,170446,230,814.658,-174.76,-49.7372,-2.55691,0,0,0.957571,-0.288196,600,100,1), - (15521,170506,230,1412.95,-758.089,-85.165,0,0,0,0,1,600,100,1), - (15522,170507,230,1412.95,-755.236,-85.165,0,0,0,0,1,600,100,1), - (15523,170509,230,1348.44,-761.106,-85.165,0,0,0,0,1,600,100,1), - (15524,170510,230,1348.44,-758.337,-85.165,0,0,0,0,1,600,100,1), - (15525,174424,230,564.942,-86.9582,-45.0247,-0.18326,0,0,-0.091502,0.995805,600,100,1), - (15526,170447,230,841.268,-191.12,-49.7396,2.07694,0,0,0.861629,0.507538,600,100,1), - (15527,170451,230,857.4,-203.156,-43.7186,3.10669,0,0,0.999848,0.017452,600,100,1), - (15528,174409,230,356.917,-121.018,-64.9464,-1.11701,0,0,-0.529919,0.848048,600,100,1), - (15529,140387,230,637.074,-135.305,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15530,174426,230,568.026,-93.4484,-45.0247,-3.0805,0,0,0.999534,-0.030539,600,100,1), - (15531,174427,230,572.025,-93.24,-45.0247,-1.53589,0,0,-0.694658,0.71934,600,100,1), - (15532,174496,230,878.337,-144.471,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15533,174512,230,875.812,-213.275,-43.721,-2.54818,0,0,0.956305,-0.292372,600,100,1), - (15534,174513,230,874.798,-211.648,-43.721,-2.54818,0,0,0.956305,-0.292372,600,100,1), - (15535,174515,230,874.356,-216.88,-43.721,0.349065,0,0,0.173648,0.984808,600,100,1), - (15536,174564,230,829.574,-351.323,-49.3422,2.32129,0,0,0.91706,0.398749,600,100,1), - (15537,174430,230,711.074,49.3523,-45.0302,-3.0805,0,0,0.999534,-0.030539,600,100,1), - (15538,174539,230,840.772,-340.139,-50.2247,1.11701,0,0,0.529919,0.848048,600,100,1), - (15539,174546,230,795.8,-213.383,-43.2866,1.05592,0,0,0.503774,0.863836,600,100,1), - (15540,170573,230,1389.55,-555.851,-92.0093,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15541,174522,230,857.538,-199.724,-43.7186,-2.04204,0,0,-0.852641,0.522498,600,100,1), - (15542,174523,230,884.439,-210.863,-43.721,2.05076,0,0,0.854912,0.518773,600,100,1), - (15543,174526,230,885.051,-207.044,-43.721,-1.02102,0,0,-0.488621,0.872496,600,100,1), - (15544,174745,230,1431.13,-508.938,-88.8709,3.14159,0,0,1,0,600,100,1), - (15545,174501,230,874.79,-138.886,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15546,174542,230,843.322,-337.313,-50.2247,-2.21657,0,0,0.894934,-0.446198,600,100,1), - (15547,170581,230,1029.29,-224.058,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15548,140398,230,578.022,-244.973,-35.6289,1.19555,0,0,0.562805,0.82659,600,100,1), - (15549,170468,230,897.003,-414.01,-49.47,2.57788,0,0,0.960541,0.27814,600,100,1), - (15550,170584,230,978.344,-240.967,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15551,170576,230,1230.33,-205.21,-85.6843,-0.767945,0,0,-0.374607,0.927184,600,100,0), - (15552,170578,230,1029.22,-257.987,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15553,174477,230,865.75,-143.843,-49.7157,-0.418877,0,0,-0.207911,0.978148,600,100,1), - (15554,174490,230,844.962,-145.934,-49.7372,-1.42244,0,0,-0.65276,0.757565,600,100,1), - (15555,170490,230,1414.93,-778.143,-85.165,0,0,0,0,1,600,100,1), - (15556,174491,230,837.766,-153.555,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1), - (15557,174492,230,832.043,-155.015,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15558,174498,230,874.485,-144.127,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (15559,174499,230,875.73,-146.12,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1), - (15560,175439,329,3647.01,-3496.81,136.712,1.65806,0,0,0.737278,0.67559,180,100,1), - (15561,175440,329,3648.13,-3498,136.264,-3.05433,-0.001903,0.043578,0.998097,-0.043578,180,100,1), - (15562,174509,230,879.473,-159.089,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15563,174504,230,870.833,-132.549,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15564,174505,230,869.588,-130.556,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15565,136931,229,153.36,-386.169,121.964,4.7124,0,0,-0.707107,0.707107,120,0,1), - (15566,136931,229,149.569,-454.687,121.964,1.5708,0,0,0.707107,0.707107,120,0,1), - (15567,136931,229,153.253,-454.707,121.964,1.5708,0,0,0.707107,0.707107,120,0,1), - (15568,136945,229,-174.134,-342.773,64.3939,3.14159,0,0,1,0,120,0,1), - (15569,136931,229,149.676,-386.148,121.964,4.7124,0,0,-0.707107,0.707107,120,0,1), - (15570,136945,229,-172.352,-462.842,87.3983,4.6775,0,0,-0.71934,0.694658,120,0,1), - (15571,170498,230,1410.75,-766.594,-85.165,0,0,0,0,1,600,100,1), - (15572,170540,230,1368.48,-442.487,-94.6781,0,0,0,0,1,600,100,1), - (15573,170541,230,1368.48,-435.961,-94.6781,0,0,0,0,1,600,100,1), - (15574,140399,230,574.311,-243.547,-35.6289,1.19555,0,0,0.562805,0.82659,600,100,1), - (15575,174479,230,886.162,-164.351,-49.7396,-2.55691,0,0,0.957571,-0.288196,600,100,1), - (15576,157923,230,723.106,-105.874,-71.4839,2.35619,0,0,0.92388,0.382683,600,100,0), - (15577,170582,230,995.262,-257.966,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15578,174451,230,824.111,-172.223,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (15579,174452,230,819.593,-164.994,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (15580,174540,230,843.022,-339.882,-50.2247,2.41728,0,0,0.935135,0.354291,600,100,1), - (15581,174510,230,876.866,-160.738,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (15582,174511,230,878.111,-162.731,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1), - (15583,174544,230,807.868,-301.474,-43.2868,-2.09439,0,0,0.866025,-0.5,600,100,1), - (15584,174545,230,808.709,-303.887,-43.2868,2.61799,0,0,0.965926,0.258819,600,100,1), - (15585,174436,230,707.989,47.5361,-45.0302,-0.008726,0,0,-0.004363,0.99999,600,100,1), - (15587,170545,230,1392.44,-442.487,-94.6781,0,0,0,0,1,600,100,1), - (15588,170546,230,1392.44,-445.798,-94.6781,0,0,0,0,1,600,100,1), - (15589,170538,230,1368.48,-411.637,-94.6781,0,0,0,0,1,600,100,1), - (15590,170539,230,1368.48,-445.798,-94.6781,0,0,0,0,1,600,100,1), - (15591,170543,230,1392.44,-435.961,-94.6781,0,0,0,0,1,600,100,1), - (15592,174480,230,878.786,-168.69,-49.7396,-3.01069,0,0,0.997859,-0.065403,600,100,1), - (15593,174414,230,578.09,-100.769,-45.0247,-3.11541,0,0,0.999914,-0.01309,600,100,1), - (15594,174484,230,858.867,-166.316,-49.7396,0.18326,0,0,0.091502,0.995805,600,100,1), - (15595,170542,230,1368.48,-432.65,-94.6781,0,0,0,0,1,600,100,1), - (15596,174481,230,883.364,-165.954,-49.7396,-0.026181,0,0,-0.01309,0.999914,600,100,1), - (15597,174482,230,867.799,-175.515,-49.7396,-2.53945,0,0,0.95502,-0.296542,600,100,1), - (15598,174483,230,858.46,-164.224,-49.7396,0.18326,0,0,0.091502,0.995805,600,100,1), - (15599,174485,230,861.834,-165.583,-49.7396,-2.87979,0,0,0.991445,-0.130526,600,100,1), - (15600,174486,230,861.265,-163.529,-49.7396,-2.87979,0,0,0.991445,-0.130526,600,100,1), - (15601,174487,230,840.372,-151.906,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15602,170532,230,1379.53,-385.027,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15603,170533,230,1382.29,-398.309,-94.6781,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15604,170536,230,1368.48,-402.735,-94.6781,0,0,0,0,1,600,100,1), - (15605,170562,230,284.599,-85.7571,-76.9561,-0.523598,0,0,-0.258819,0.965926,600,100,1), - (15606,170564,230,375.598,-189.419,-70.0353,-1.23046,0,0,-0.577145,0.816642,600,100,1), - (15607,170569,230,630.367,-160.274,-71.0334,0.898845,0,0,0.434445,0.900698,600,100,1), - (15608,174045,230,1211.41,-443.718,-102.585,3.14159,0,0,1,0,600,100,1), - (15609,174472,230,868.681,-165.685,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (15610,174470,230,857.317,-139.582,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (15611,174471,230,859.924,-137.933,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15612,174495,230,829.437,-156.665,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1), - (15613,170492,230,1414.93,-766.594,-85.165,0,0,0,0,1,600,100,1), - (15614,174449,230,823.445,-165.337,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15615,170528,230,1470.91,-399.635,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15616,170534,230,1378.98,-398.309,-94.6781,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15617,170559,230,496.397,16.0126,-70.2566,3.14159,0,0,1,0,600,100,1), - (15618,174514,230,873.163,-214.855,-43.721,0.523599,0,0,0.258819,0.965926,600,100,1), - (15619,174525,230,889.649,-207.771,-43.721,2.05076,0,0,0.854912,0.518773,600,100,1), - (15620,170552,230,1384.54,-828.828,-91.9804,1.5708,0,0,0.707107,0.707107,600,100,1), - (15621,158570,230,572.759,-139.973,-36.9204,-1.25664,0,0,-0.587785,0.809017,600,100,1), - (15622,174417,230,556.021,-103.134,-45.0247,0.05236,0,0,0.026177,0.999657,600,100,1), - (15623,174418,230,558.985,-103.134,-45.0247,-3.09796,0,0,0.999762,-0.021815,600,100,1), - (15624,170513,230,1348.44,-783.965,-85.165,0,0,0,0,1,600,100,1), - (15625,174463,230,857.41,-173.557,-49.7396,-0.026181,0,0,-0.01309,0.999914,600,100,1), - (15626,174469,230,867.552,-163.878,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (15627,170505,230,1412.95,-760.858,-85.165,0,0,0,0,1,600,100,1), - (15628,170567,230,556.919,-243.199,-70.249,-2.33874,0,0,0.920505,-0.390731,600,100,1), - (15629,170579,230,1046.23,-241.007,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15630,174441,230,717.915,42.1551,-45.0302,-0.584685,0,0,-0.288196,0.957571,600,100,1), - (15631,174443,230,714.967,39.6332,-45.0302,2.71399,0,0,0.977231,0.212178,600,100,1), - (15632,103771,0,-2128.71,-2010.07,6.22329,3.14159,0,0,1,0,7200,100,1), - (15633,180655,1,5837.96,548.35,0,-0.977384,0,0,-0.469471,0.882948,180,100,1), - (15634,180655,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,180,100,1), - (15635,174444,230,721.137,42.032,-45.0302,-3.11541,0,0,0.999914,-0.01309,600,100,1), - (15636,174445,230,699.069,39.6672,-45.0302,0.05236,0,0,0.026177,0.999657,600,100,1), - (15637,174440,230,708.651,42.1332,-45.0302,2.58309,0,0,0.961262,0.275637,600,100,1), - (15638,174465,230,868.341,-145.547,-49.7396,2.6529,0,0,0.970296,0.241922,600,100,1), - (15639,161461,230,614.021,-46.8877,-59.636,-2.63545,0,0,0.968148,-0.25038,600,100,1), - (15640,161462,230,723.114,-105.856,-71.4763,2.35619,0,0,0.92388,0.382683,600,100,1), - (15641,174435,230,711.074,58.2095,-45.0302,-3.0805,0,0,0.999534,-0.030539,600,100,1), - (15642,170583,230,1012.31,-207.095,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15643,158566,230,537.973,-184.249,-35.5492,0.008726,0,0,0.004363,0.99999,600,100,1), - (15644,174447,230,831.309,-165.398,-49.7396,2.09439,0,0,0.866025,0.5,600,100,1), - (15645,170566,230,550.306,-277.685,-75.2609,1.08211,0,0,0.515038,0.857167,600,100,1), - (15646,174565,230,804.315,-356.08,-49.3661,0.75049,0,0,0.366501,0.930418,600,100,1), - (15647,174473,230,871.288,-164.036,-49.7396,3.14159,0,0,1,0,600,100,1), - (15648,174475,230,870.39,-169.872,-49.7396,-0.907571,0,0,-0.438371,0.898794,600,100,1), - (15649,174466,230,870.335,-162.511,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15650,170531,230,1382.29,-385.027,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15651,170574,230,1370.65,-555.846,-92.0093,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (15652,172911,230,895.106,-273.564,-71.8876,2.37365,0,0,0.927184,0.374607,600,100,1), - (15653,158569,230,568.548,-141.397,-36.9204,-1.25664,0,0,-0.587785,0.809017,600,100,1), - (15654,140395,230,579.35,-241.153,-37.0031,1.19555,0,0,0.562805,0.82659,600,100,1), - (15655,174457,230,816.703,-178.889,-49.7396,-1.07338,0,0,-0.511292,0.859407,600,100,1), - (15656,174459,230,830.015,-162.58,-49.7157,-0.977383,0,0,-0.469471,0.882948,600,100,1), - (15657,174460,230,822.982,-182.302,-49.7396,0.610866,0,0,0.300706,0.953717,600,100,1), - (15658,174461,230,860.208,-171.954,-49.7396,-2.55691,0,0,0.957571,-0.288196,600,100,1), - (15659,170449,230,875.88,-170.521,-49.7396,2.13803,0,0,0.876727,0.480989,600,100,1), - (15660,170450,230,846.843,-148.808,-49.7372,-2.55691,0,0,0.957571,-0.288196,600,100,1), - (15661,174500,230,876.035,-140.878,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (15662,170555,230,436.751,-343.548,0,3.14159,0,0,1,0,600,100,1), - (15663,170537,230,1368.48,-414.949,-94.6781,0,0,0,0,1,600,100,1), - (15664,170570,230,560.531,-51.8159,-60.094,2.62672,0,0,0.967046,0.254602,600,100,1), - (15665,174446,230,702.032,39.6672,-45.0302,-3.09796,0,0,0.999762,-0.021815,600,100,1), - (15666,158584,230,578.612,-253.196,-34.1376,1.19555,0,0,0.562805,0.82659,600,100,1), - (15667,174416,230,562.379,-100.629,-45.0247,0.05236,0,0,0.026177,0.999657,600,100,1), - (15668,140388,230,639.909,-138.093,-34.1376,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (15669,170466,230,899.684,-408.182,-49.47,2.57788,0,0,0.960541,0.27814,600,100,1), - (15670,170467,230,892.737,-407.466,-49.47,1.28633,0,0,0.599733,0.8002,600,100,1), - (15671,174439,230,705.427,42.172,-45.0302,0.05236,0,0,0.026177,0.999657,600,100,1), - (15672,2852,0,-10369.9,358.59,15.9736,-0.279253,0,0,0.139173,-0.990268,3600,100,1), - (15683,123331,1,-1458.06,-3972.06,8.26139,1.39626,0,0,0.642788,0.766044,5,100,1), - (15685,142020,1,-1633.21,-3616.11,91.6664,2.92855,0,0,0.994332,0.106318,900,100,1), - (15686,178884,1,-793.299,-2135.61,92.3452,2.98451,0,0,0.996917,0.078459,900,100,1), - (15687,3524,1,324.005,-2238.76,215.04,2.14675,0,0,0.878817,0.477159,900,100,1), - (15697,1732,1,16.4664,-1378.21,100.787,1.41372,0,0,0.649449,0.760405,300,100,1), - (15700,3525,1,324.017,-2238.79,212.078,2.16421,0,0,0.882948,0.469471,900,100,1), - (15701,142021,1,-1694.43,-3610.02,91.9548,2.62309,0,0,0.966582,0.256356,900,100,1), - (15702,123333,1,-1454.38,-3971.26,7.5598,2.14675,0,0,0.878817,0.477159,5,100,1), - (15703,1733,1,-1089.17,-2079.23,62.6844,-2.84489,0,0,-0.989016,0.147808,300,100,1), - (15704,1733,1,767.581,-1273.11,97.0626,2.3911,0,0,0.930417,0.366502,300,100,1), - (15705,123334,1,-1454.38,-3971.26,7.5598,2.14675,0,0,0.878817,0.477159,900,100,1), - (15706,1735,1,-4877.07,-2306.67,-55.4266,2.70526,0,0,0.976296,0.21644,300,100,1), - (15707,180682,1,-2295.38,-3893.07,0,-0.994838,0,0,-0.477159,0.878817,900,100,1), - (15708,180683,1,-2179.12,-3912.34,0,2.3911,0,0,0.930417,0.366502,900,100,1), - (15709,161752,1,993.268,-3064.57,81.656,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (15710,161752,1,1019.11,-3136.19,82.3192,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (15711,161752,1,998.252,-3170.05,92.3284,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (15712,161752,1,1035.26,-3072.98,91.7332,0.907571,0,0,0.438371,0.898794,180,100,1), - (15713,161752,1,1151.02,-3041.97,92.6565,1.39626,0,0,0.642788,0.766044,180,100,1), - (15714,161752,1,1017.15,-3121.49,81.5663,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (15715,161752,1,1105.72,-3096.35,82.3063,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (15716,161752,1,953.519,-3055.37,93.2572,1.97222,0,0,0.833886,0.551937,180,100,1), - (15717,161752,1,973.021,-3022.74,91.738,1.46608,0,0,0.669131,0.743145,180,100,1), - (15718,161752,1,1036.49,-3049.19,98.7275,2.42601,0,0,0.936672,0.350207,180,100,1), - (15719,105176,1,1350.99,-3641.14,111.642,-1.09956,0,0,0.522499,-0.85264,10,100,1), - (15720,161752,1,1126.89,-3185.26,91.7227,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (15721,3301,1,-2399.7,-1920.07,96.7927,0.18326,0,0,0.091502,0.995805,900,100,1), - (15722,4072,1,831.215,-2679.75,91.667,2.93215,0,0,0.994522,0.104529,2,100,1), - (15723,56809,1,-661.778,-2001.61,61.8102,-0.273512,-0.051375,0.063496,-0.132565,0.987803,900,100,1), - (15725,56810,1,-799.635,-2039.34,95.9021,1.67552,0,0,0.743145,0.66913,900,100,1), - (15726,51948,1,-425.696,-3163.75,212.72,2.45219,-0.034002,0.021473,0.940299,0.337966,900,100,1), - (15727,177644,1,-2499.87,-1633.16,91.8285,-0.401426,0,0,0.199368,-0.979925,900,100,1), - (15728,51949,1,-426.528,-3162.13,212.421,2.92343,-0.03231,0.025471,0.993132,0.109532,900,100,1), - (15729,51950,1,-423.378,-3172.6,212.55,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (15730,61935,1,841.212,-2676.38,92.6111,0.340338,0.893652,0.160971,0.409866,-0.08651,2,100,1), - (15731,61936,1,841.276,-2686.75,93.0556,-0.628318,0,0,-0.309017,0.951056,2,100,1), - (15732,169968,1,-925.451,-3690.82,8.12508,2.30383,0,0,0.913545,0.406737,900,100,1), - (15733,169969,1,-923.123,-3686.86,8.16162,-2.20784,0,0,0.892979,-0.450099,900,100,1), - (15734,18930,1,-903.608,-2931.61,91.6667,1.79664,0,0,0.78228,0.622927,900,100,1), - (15735,5619,1,259.176,-3694.17,27.0924,2.04203,-0.078895,-0.145218,0.840162,0.516542,10,100,1), - (15736,5620,1,258.915,-3694.56,27.0507,-1.0472,0.150786,0.236035,-0.483156,0.829525,2,100,1), - (15737,5621,1,258.753,-3694.16,27.0845,-3.14159,0.008687,0.095842,0.995358,-0.000837,2,100,1), - (15738,141813,1,-4219.69,-2334.53,91.8015,3.14159,0,0,1,0,900,100,1), - (15739,51702,1,-339.171,-2573.65,97.6919,1.28282,0,0,0.598325,0.801253,900,100,1), - (15740,5622,1,258.99,-3694.39,27.0521,1.43117,0,0,0.656059,0.75471,900,100,1), - (15741,51703,1,-340.065,-2560.08,97.9611,-0.93375,0,0,-0.450098,0.892979,900,100,1), - (15742,3659,0,-10942.5,-934.878,76.8786,2.75762,0,0,0.981627,0.190809,3600,100,1), - (15743,3695,0,-11022.4,-1108.87,40.6748,-1.32645,0,0,0.615661,-0.788011,3600,100,1), - (15744,3695,0,-10342.2,-1551.89,92.6508,-1.65806,0,0,0.737277,-0.67559,3600,100,1), - (15745,19030,0,-11141.2,-1151.89,43.4364,0.191986,0,0,0.095846,0.995396,1,100,1), - (15746,3659,0,-10717.8,256.985,43.9064,-1.01229,0,0,0.48481,-0.87462,3600,100,1), - (15747,2066,0,-2128.71,-2010.07,6.22329,3.14159,0,0,1,0,7200,100,1), - (15748,111095,1,-2147.73,-3579.5,91.7962,2.74017,0,0,0.979925,0.199368,3600,100,1), - (15749,6906,1,-1533.44,-2692.78,91.2894,2.91617,-0.06153,0.037632,0.99084,0.114165,2,100,1), - (15750,6907,1,-1502.47,-2707.26,92.8061,2.59433,0,0,0.962796,0.27023,2,100,1), - (15751,6908,1,-1527.43,-2648.48,92.1057,1.06651,0.036321,-0.044391,0.50793,0.859487,2,100,1), - (15754,2045,1,-1705.89,-3975.65,-9.46198,-2.89725,0,0,-0.992546,0.121868,300,100,1), - (15755,2045,1,-2034.31,-3806.47,-5.20824,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (15756,2045,1,-1966.58,-3819.36,-10.8832,-1.43117,0,0,-0.656059,0.75471,300,100,1), - (15757,2045,1,-995.097,-3919.5,-67.6566,1.91986,0,0,0.819151,0.573577,300,100,1), - (15758,2045,1,-1115.51,-3791.77,-20.584,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (15759,2045,1,-1020.14,-3789.59,-24.4581,2.46091,0,0,0.942641,0.333809,300,100,1), - (15760,164840,0,-927.879,-3525.54,70.8771,1.55334,0,0,0.700909,0.71325,7200,100,1), - (15761,2045,1,-1299.33,-4067.18,-40.2812,2.51327,0,0,0.951056,0.309019,300,100,1), - (15762,3695,0,-11087.6,-543.905,32.4458,-3.12414,0,0,0.999962,-0.008727,3600,100,1), - (15763,180655,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,180,100,1), - (15764,180655,1,4737.25,851.432,-0.790674,2.56563,0,0,0.958819,0.284017,180,100,1), - (15766,142219,90,-560.737,643.358,-325.738,2.45177,0.103089,-0.034994,0.935582,0.335908,3600,100,1), - (15767,2713,0,-1279.63,-2524.15,22.7172,0.008727,0.013089,0.000057,0.004363,0.999905,2,100,1), - (15768,3659,0,-10441.3,-794.54,52.3904,0.890118,0,0,0.430511,0.902585,3600,100,1), - (15769,103695,0,-1566.42,-2146.91,16.8186,-0.334706,0,0,-0.166573,0.986029,7200,100,1), - (15770,3695,0,-11148.2,-849.795,77.2473,1.46608,0,0,0.669131,0.743145,3600,100,1), - (15771,180655,1,4737.25,851.432,-0.790674,2.56563,0,0,0.958819,0.284017,180,100,1), - (15775,180655,1,4754.92,781.582,0,1.88496,0,0,0.809018,0.587783,180,100,1), - (15776,180655,1,4754.92,781.582,0,1.88496,0,0,0.809018,0.587783,180,100,1), - (15777,180655,1,4674.38,843.767,0,-2.09439,0,0,-0.866024,0.500002,180,100,1), - (15778,2061,0,-1566.42,-2146.91,16.8186,-0.334706,0,0,-0.166573,0.986029,7200,100,1), - (15779,180655,1,4674.38,843.767,0,-2.09439,0,0,-0.866024,0.500002,180,100,1), - (15780,2045,1,-1505.55,-4033.88,-15.2544,-2.96706,0,0,-0.996195,0.0871556,300,100,1), - (15781,2045,1,-1614.03,-4284.6,-15.0763,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (15782,2045,1,-1757.32,-4435.79,-12.4531,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (15783,180655,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,180,100,1), - (15784,61952,1,-5841.53,-3412.75,-51.4382,1.98149,0,0,0.836433,0.548069,180,100,1), - (15785,176747,1,-240,-1880,94.067,2.635,0,0,0.968148,0.25038,180,100,1), - (15786,2061,1,-5227.14,-2803.95,-8.69457,1.38494,-0.198415,-0.092603,0.632158,0.743258,180,100,1), - (15787,2061,1,-6235.4,-3854.96,-58.7498,-3.00257,0,0,0.997585,-0.069455,180,100,1), - (15788,103749,0,-1751.79,-3141.63,30.4592,2.81871,0,0,0.986996,0.160743,7200,100,1), - (15789,142140,1,-8844,-3358,9.559,-1,0,0,-0.479426,0.877583,300,100,1), - (15790,142140,1,2797.16,-3973,93.59,3.632,0,0,0.970088,-0.242754,300,100,1), - (15791,142140,1,4167.73,1054.79,3.75733,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (15792,142140,0,-6103,-3212,257.063,4.446,0,0,0.794748,-0.606939,300,100,1), - (15793,142140,1,3147.48,-5340,93.572,2.794,0,0,0.984935,0.172923,300,100,1), - (15794,142140,1,3888.11,-5219,103.93,6.068,0,0,0.107385,-0.994217,300,100,1), - (15795,142140,1,4296.75,-6257,108.096,6.091,0,0,0.0959448,-0.995387,300,100,1), - (15796,142140,1,-9279,-2938,9.776,0,0,0,0,1,300,100,1), - (15797,142140,1,4085.85,-7287,28.582,4.432,0,0,0.798977,-0.601361,300,100,1), - (15798,142140,1,3191.29,-5287,96.787,3.037,0,0,0.998633,0.0522725,300,100,1), - (15799,142140,1,4083.87,-7274,29.449,4.33,0,0,0.828595,-0.559849,300,100,1), - (15800,142140,1,3441.76,-5076,83.359,-2,0,0,-0.841471,0.540302,300,100,1), - (15801,142140,1,3556.59,-5083,85.168,0.993,0,0,0.476351,0.879255,300,100,1), - (15802,142140,1,3890.6,-5213,104.787,5.927,0,0,0.177153,-0.984183,300,100,1), - (15803,142140,1,3623.46,-5220,83.48,5.566,0,0,0.350957,-0.936392,300,100,1), - (15804,142140,1,4492.51,-6400,126.501,2.887,0,0,0.991909,0.126953,300,100,1), - (15805,142140,1,3250.58,-4342,131.014,2.67,0,0,0.972329,0.233617,300,100,1), - (15806,142140,1,3202.56,-5081,87.95,3.661,0,0,0.966466,-0.256794,300,100,1), - (15807,142140,0,-12728,-451.183,30.4847,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (15808,142140,1,3132.93,-4194,109.207,0.509,0,0,0.251762,0.967789,300,100,1), - (15809,142140,0,-12903,-866,70.009,0.925,0,0,0.446187,0.89494,300,100,1), - (15810,142140,1,3444.81,-4445,136.089,4.728,0,0,0.701566,-0.712605,300,100,1), - (15811,142140,1,4312.34,-6292,94.783,6.115,0,0,0.0839937,-0.996466,300,100,1), - (15812,142140,1,-8904,-3463,11.517,-3,0,0,-0.997495,0.0707372,300,100,1), - (15813,142140,1,3807.81,-5242,106.223,2.156,0,0,0.881013,0.473091,300,100,1), - (15814,142140,0,-12563,-745,39.747,-1,0,0,-0.479426,0.877583,300,100,1), - (15815,142140,1,3760.26,-5019,114.132,0.134,0,0,0.0669499,0.997756,300,100,1), - (15816,142140,1,3840.12,-5247,98.957,4.51,0,0,0.774923,-0.632056,300,100,1), - (15817,142140,1,3581.32,-4995,137.869,5.363,0,0,0.444031,-0.896011,300,100,1), - (15818,142140,1,3474.58,-5112,83.381,0.544,0,0,0.268658,0.963235,300,100,1), - (15819,142140,1,3837.65,-5232,100.901,1.918,0,0,0.818618,0.574339,300,100,1), - (15820,142140,1,2825.83,-3928,104.011,1.032,0,0,0.493405,0.8698,300,100,1), - (15821,142140,0,-251,-2807,115.931,-1,0,0,-0.479426,0.877583,300,100,1), - (15822,142140,1,3596.04,-5005,130.114,1.994,0,0,0.839846,0.542824,300,100,1), - (15823,142140,1,3010.02,-5129,132.7,4.713,0,0,0.706891,-0.707323,300,100,1), - (15824,142140,1,3538.78,-4748,113.216,0.465,0,0,0.230411,0.973093,300,100,1), - (15825,142140,1,3635.57,-4996,102.682,3.299,0,0,0.996904,-0.0786225,300,100,1), - (15826,142140,1,3020.36,-4117,101.093,5.627,0,0,0.322238,-0.946659,300,100,1), - (15827,142140,0,-6600,-2595,268.401,-3,0,0,-0.997495,0.0707372,300,100,1), - (15828,142140,1,2922.53,-5200,128.677,4.619,0,0,0.739342,-0.67333,300,100,1), - (15829,142140,1,3494.04,-4747,112.995,0.291,0,0,0.144987,0.989434,300,100,1), - (15830,142140,1,3170.16,-5324,88.146,3.996,0,0,0.910128,-0.414327,300,100,1), - (15831,142140,1,2928.65,-2809,213.12,4.242,0,0,0.852418,-0.522861,300,100,1), - (15832,142140,1,-8058,-3906,14.623,3.101,0,0,0.999794,0.0202949,300,100,1), - (15833,142140,0,-21.1782,-2837.13,126.25,1.93731,0,0,0.824125,0.566409,300,255,1), - (15834,142140,1,3681.53,-4989,115.18,4.359,0,0,0.82039,-0.571805,300,100,1), - (15835,142140,1,3473.65,278.01,11.355,0.182,0,0,0.0908745,0.995862,300,100,1), - (15836,142140,1,3455.21,-5158,83.048,0.455,0,0,0.225543,0.974233,300,100,1), - (15837,142140,1,2596.43,-4805,150.126,1.62,0,0,0.724287,0.689498,300,100,1), - (15838,142140,1,3434.82,-4872,149.127,2.108,0,0,0.869407,0.494097,300,100,1), - (15839,142140,0,-332,-3410,158.903,2.303,0,0,0.913376,0.407118,300,100,1), - (15840,142140,1,3288.65,-4507,97.723,4.708,0,0,0.708657,-0.705553,300,100,1), - (15841,142140,1,-8274.79,-4711.89,0.241838,0,0,0,0,1,300,255,1), - (15842,142140,1,-6821,-2903,8.878,1.431,0,0,0.655995,0.754765,300,100,1), - (15843,142140,1,4414.79,-6079,100.713,0.217,0,0,0.108287,0.99412,300,100,1), - (15844,142140,0,-13019.6,-817.41,70.1968,-0.087267,0,0,-0.0436197,0.999048,300,100,1), - (15845,142140,0,-243,-4033,174.295,-2,0,0,-0.841471,0.540302,300,100,1), - (15846,142140,1,-8083,-3993,9.344,3.902,0,0,0.928589,-0.37111,300,100,1), - (15847,142140,1,2972.96,-62,98.628,0,0,0,0,1,300,100,1), - (15848,142140,1,3978.14,857.464,0.818,3.67,0,0,0.965301,-0.261141,300,100,1), - (15849,142140,0,-6527.28,-3183.1,259.257,-0.820303,0,0,-0.398748,0.91706,300,255,1), - (15850,142140,1,2981.79,-4052,100.99,0.935,0,0,0.450656,0.892698,300,100,1), - (15851,142140,1,3579.34,-4570,104.322,1.926,0,0,0.820908,0.57106,300,100,1), - (15852,142140,1,3143.68,-4266,104.232,5.003,0,0,0.59727,-0.80204,300,100,1), - (15853,142140,1,3108.67,-4292,98.769,3.537,0,0,0.98052,-0.196418,300,100,1), - (15854,142140,1,3319.09,-5150,87.456,3.063,0,0,0.999228,0.0392862,300,100,1), - (15855,142140,1,3770.29,-5314,94.296,3.106,0,0,0.999842,0.0177954,300,100,1), - (15856,142140,1,3549.46,-5019,89.568,6.223,0,0,0.0300881,-0.999547,300,100,1), - (15857,142140,1,3661.56,-4677,121.156,0.386,0,0,0.191804,0.981433,300,100,1), - (15858,142140,0,-436,-2842,86.541,-1,0,0,-0.479426,0.877583,300,100,1), - (15859,142140,1,3637.81,-5274,90.819,5.927,0,0,0.177153,-0.984183,300,100,1), - (15860,142140,1,3720.79,-5063,95.868,2.343,0,0,0.921335,0.38877,300,100,1), - (15861,142140,1,3253,-4279,125.998,3.339,0,0,0.995133,-0.0985435,300,100,1), - (15862,142140,1,3254.79,-4248,118.481,1.439,0,0,0.659009,0.752135,300,100,1), - (15863,142140,1,4488.84,-6390,125.811,3.641,0,0,0.968986,-0.247117,300,100,1), - (15864,142140,0,-54,-2497,122.555,1.204,0,0,0.566292,0.824205,300,100,1), - (15865,142140,1,-9180,-3013,28.663,-1,0,0,-0.479426,0.877583,300,100,1), - (15866,163645,0,-12387.6,145.805,2.51911,-1.6057,0,0,-0.71934,0.694658,900,100,1), - (15867,142140,0,-195,-3122,136.315,3.458,0,0,0.987512,-0.157545,300,100,1), - (15868,142140,1,3899.4,-5223,103.417,2.73,0,0,0.978899,0.204347,300,100,1), - (15869,142140,0,-6451.54,-3418.86,229.71,2.00713,0,0,0.843392,0.537299,300,100,1), - (15870,142140,0,-194,-4135,117.424,0.611,0,0,0.30077,0.953697,300,100,1), - (15871,142140,1,3283.07,-4694,122.541,2.949,0,0,0.995367,0.0961476,300,100,1), - (15872,142140,1,3145.74,-5262,91.487,1.781,0,0,0.777386,0.629023,300,100,1), - (15873,142140,1,-8301,-4599,8.107,-1,0,0,-0.479426,0.877583,300,100,1), - (15874,142140,1,4341.76,-6109,123.072,0.947,0,0,0.456004,0.889978,300,100,1), - (15875,142140,1,3254.35,-4841,123.035,3.23,0,0,0.999023,-0.0441893,300,100,1), - (15876,142140,1,3690.84,-5122,90.675,0.114,0,0,0.0569691,0.998376,300,100,1), - (15877,142140,1,-6981,-4320,12.216,1.922,0,0,0.819765,0.572701,300,100,1), - (15878,142140,1,2930.06,-56,107.536,1.239,0,0,0.580628,0.814169,300,100,1), - (15879,142140,1,3522.42,-4820,119.275,4.409,0,0,0.80584,-0.592133,300,100,1), - (15880,142140,1,3344.22,-4726,104.302,5.31,0,0,0.467617,-0.883931,300,100,1), - (15881,142140,1,3085.85,-4196,98.085,3.2,0,0,0.999574,-0.0291995,300,100,1), - (15882,142140,0,-301,-3455,192.092,-2,0,0,-0.841471,0.540302,300,100,1), - (15883,142140,1,3373.99,-4481,109.708,4.322,0,0,0.830827,-0.55653,300,100,1), - (15884,142140,1,4257.36,-6292,94.784,1.229,0,0,0.57655,0.817062,300,100,1), - (15885,142140,1,3541.82,-5022,89.516,0.284,0,0,0.141523,0.989935,300,100,1), - (15886,142140,1,-7966,-3857,20.797,0.78,0,0,0.380188,0.924909,300,100,1), - (15887,142140,1,2963.76,-4110,101.82,3.84,0,0,0.939645,-0.34215,300,100,1), - (15888,142140,1,3812.21,-5432,46.419,5.996,0,0,0.1431,-0.989708,300,100,1), - (15889,142140,1,-8860,-3439,12.893,0.611,0,0,0.30077,0.953697,300,100,1), - (15890,142140,1,3211.18,-269,127.705,3.344,0,0,0.994883,-0.101031,300,100,1), - (15891,142140,0,-6583,-3132,345.184,2.731,0,0,0.979001,0.203857,300,100,1), - (15892,142140,1,-9562,-2838,11.461,-1,0,0,-0.479426,0.877583,300,100,1), - (15893,142140,1,-8012,-3974,9.883,4.315,0,0,0.83277,-0.553619,300,100,1), - (15894,142140,1,-7985,-3852,19.882,0.873,0,0,0.42277,0.906237,300,100,1), - (15895,142140,1,2942.25,-4071,113.344,3.076,0,0,0.999462,0.0327905,300,100,1), - (15896,142140,1,-8903,-3514,14.36,0,0,0,0,1,300,100,1), - (15897,142140,1,3795.5,-5407,42.61,6.059,0,0,0.111858,-0.993724,300,100,1), - (15898,142140,1,2934.14,-5147,123.629,5.405,0,0,0.425118,-0.905138,300,100,1), - (15899,142140,0,-11671,717.319,50.567,1.239,0,0,0.580628,0.814169,300,100,1), - (15900,142140,1,2821.13,-3979,103.697,4.805,0,0,0.673618,-0.73908,300,100,1), - (15901,142140,1,-8211,-4578,9.062,3.753,0,0,0.953635,-0.300964,300,100,1), - (15902,142140,1,2754.37,-3027,151.703,4.581,0,0,0.752001,-0.659162,300,100,1), - (15903,142140,1,3741.05,-5120,104.687,5.822,0,0,0.228555,-0.973531,300,100,1), - (15904,142140,1,3721.86,-5147,96.244,6.23,0,0,0.0265895,-0.999646,300,100,1), - (15905,142140,0,368.128,-3794,171.09,3.373,0,0,0.993314,-0.115446,300,100,1), - (15906,142140,1,3595.88,-4855,119.641,6.232,0,0,0.0255899,-0.999673,300,100,1), - (15907,142140,1,3677,810.796,6.077,-2,0,0,-0.841471,0.540302,300,100,1), - (15908,142140,1,3399.22,-4888,120.059,0.209,0,0,0.10431,0.994545,300,100,1), - (15909,142140,1,3208.45,-5340,87.891,0.045,0,0,0.0224981,0.999747,300,100,1), - (15910,142140,1,3074.3,-5516,99.97,5.483,0,0,0.389504,-0.921025,300,100,1), - (15911,142140,0,-26,-2795,121.973,1.145,0,0,0.541735,0.840549,300,100,1), - (15912,142140,1,4173.97,-7003,98.739,2.408,0,0,0.933481,0.358627,300,100,1), - (15913,142140,0,-213,-3122,129.499,2.339,0,0,0.920555,0.390612,300,100,1), - (15914,142140,1,3555.99,-5269,101.535,3.625,0,0,0.970932,-0.239357,300,100,1), - (15915,142140,1,3200.33,-5112,88.554,5.089,0,0,0.56224,-0.826974,300,100,1), - (15916,142140,0,-6448,-3427,229.71,4.628,0,0,0.736305,-0.67665,300,100,1), - (15917,142140,1,3168.13,-5340,85.917,3.909,0,0,0.927285,-0.374357,300,100,1), - (15918,142140,1,-9533,-2713,8.792,-2,0,0,-0.841471,0.540302,300,100,1), - (15919,142140,0,-150,-3479,128.626,4.302,0,0,0.836351,-0.548194,300,100,1), - (15920,142140,1,3331.81,-4485,98.107,3.804,0,0,0.945652,-0.325181,300,100,1), - (15921,142140,1,3544.21,-5019,90.554,6.097,0,0,0.0929582,-0.99567,300,100,1), - (15922,142140,1,-8061,-3940,8.968,0.157,0,0,0.0784194,0.99692,300,100,1), - (15923,142140,1,3460.04,-5139,82.186,2.346,0,0,0.921917,0.387388,300,100,1), - (15924,142140,1,3137.86,-4483,136.316,0.963,0,0,0.463109,0.886301,300,100,1), - (15925,142140,1,3537.12,-5215,84.682,4.142,0,0,0.877485,-0.479604,300,100,1), - (15926,142140,0,-24,-2817,123.81,4.121,0,0,0.882472,-0.470364,300,100,1), - (15927,142140,1,3415.82,-5203,84.97,4.2,0,0,0.863209,-0.504846,300,100,1), - (15928,142140,1,3299.96,-4881,111.861,5.587,0,0,0.341106,-0.940025,300,100,1), - (15929,142140,1,3507.81,-5281,94.526,4.308,0,0,0.834703,-0.550701,300,100,1), - (15930,142140,1,2698.19,-5042,119.502,1.654,0,0,0.735903,0.677086,300,100,1), - (15931,142140,1,4138.02,-7026,97.166,0.238,0,0,0.118719,0.992928,300,100,1), - (15932,142140,1,-4885,1157.52,81.591,1.082,0,0,0.514993,0.857194,300,100,1), - (15933,142140,1,2706.1,-5011,122.058,1.902,0,0,0.813997,0.580869,300,100,1), - (15934,142140,0,-13007.8,-717.884,55.3487,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (15935,142140,0,-13873.7,419.135,93.5225,2.9845,0,0,0.996917,0.0784656,300,255,1), - (15936,142140,1,3314.33,-4848,117.503,4.107,0,0,0.885743,-0.464176,300,100,1), - (15937,142140,0,-11839,87.331,17.396,0,0,0,0,1,300,100,1), - (15938,142140,1,3647.13,-5122,85.092,0.67,0,0,0.328769,0.94441,300,100,1), - (15939,142140,0,-314,-3975,195.199,2.321,0,0,0.917003,0.398881,300,100,1), - (15940,142140,0,-12440,-168,14.897,-1,0,0,-0.479426,0.877583,300,100,1), - (15941,142140,1,3491.96,-5242,88.743,2.335,0,0,0.919772,0.392452,300,100,1), - (15942,142140,1,2484.83,-1942,175.906,5.551,0,0,0.35797,-0.933733,300,100,1), - (15943,142140,1,3774.44,-5333,93.132,3.876,0,0,0.933335,-0.359007,300,100,1), - (15944,142140,1,3466.71,-4854,130.868,-2,0,0,-0.841471,0.540302,300,100,1), - (15945,142140,1,3321.14,-5112,87.268,3.228,0,0,0.999067,-0.0431902,300,100,1), - (15946,142140,1,3006.24,-4192,98.731,2.514,0,0,0.951169,0.308672,300,100,1), - (15947,142140,1,3402.85,-4469,114.039,4.804,0,0,0.673987,-0.738743,300,100,1), - (15948,142141,0,1069.92,-1667,63.339,0.159,0,0,0.0794163,0.996842,300,100,1), - (15949,142141,0,1751.25,-3344,112.859,1.994,0,0,0.839846,0.542824,300,100,1), - (15950,142141,0,1390.66,-1613,64.342,5.197,0,0,0.516786,-0.856115,300,100,1), - (15951,142141,0,1568.94,-1048,73.047,6.065,0,0,0.108876,-0.994055,300,100,1), - (15952,142141,0,1637.71,-1623,59.824,1.341,0,0,0.621378,0.783511,300,100,1), - (15953,142141,1,4784.87,-511,323.23,2.857,0,0,0.989893,0.141817,300,100,1), - (15954,142141,1,6318.2,-729,470.811,1.345,0,0,0.622944,0.782267,300,100,1), - (15955,142141,1,4557.57,-881,306.239,4.93,0,0,0.62614,-0.779711,300,100,1), - (15956,142141,0,1768.05,-3377,121.101,4.091,0,0,0.889428,-0.457075,300,100,1), - (15957,142141,0,1792.65,-3359,114.362,2.712,0,0,0.97702,0.213148,300,100,1), - (15958,142141,0,1864.59,-3583,115.049,2.065,0,0,0.858583,0.512674,300,100,1), - (15959,142141,0,1377.13,-1703,66.994,5.386,0,0,0.433698,-0.901058,300,100,1), - (15960,142141,1,4816.77,-558,315.59,4.569,0,0,0.755943,-0.654638,300,100,1), - (15961,142141,0,1105.49,-1813,64.516,4.742,0,0,0.696561,-0.717498,300,100,1), - (15962,142141,1,6540.85,-1417,440.894,4.679,0,0,0.718813,-0.695204,300,100,1), - (15963,142141,0,1559.92,-1018,72.466,4.113,0,0,0.884347,-0.466831,300,100,1), - (15964,142141,1,4575.39,-865,304.176,4.157,0,0,0.873863,-0.486172,300,100,1), - (15965,142141,1,5423.04,-560,358.678,1.145,0,0,0.541735,0.840549,300,100,1), - (15966,142141,0,1558.22,-995.456,67.24,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (15967,142141,0,1482.26,-1218,62.937,1.239,0,0,0.580628,0.814169,300,100,1), - (15968,142141,0,1262.32,-1490,67.997,2.129,0,0,0.874547,0.484942,300,100,1), - (15969,142141,0,1790.97,-2191,70.27,2.401,0,0,0.93222,0.361892,300,100,1), - (15970,142141,0,1813.91,-2202,66.72,2.456,0,0,0.941818,0.336122,300,100,1), - (15971,142141,0,1570.27,-1042,72.66,6.124,0,0,0.0795086,-0.996834,300,100,1), - (15972,142141,0,1619.39,-1637,61.134,0.607,0,0,0.298862,0.954296,300,100,1), - (15973,142141,0,1637.33,-3905,130.177,4.182,0,0,0.867718,-0.497057,300,100,1), - (15974,142141,0,2861.6,-4063.8,99.4177,0.052359,0,0,0.0261765,0.999657,300,255,1), - (15975,142141,0,1541.04,-1038,72.794,4.793,0,0,0.67804,-0.735025,300,100,1), - (15976,142141,1,4812.79,-513,321.256,5.61,0,0,0.330273,-0.943886,300,100,1), - (15977,142141,0,1878.77,-3577,111.526,1.056,0,0,0.503807,0.863816,300,100,1), - (15978,142141,1,4778.89,-501,326.361,2.346,0,0,0.921917,0.387388,300,100,1), - (15979,142141,0,1106.32,-1845,60.747,3.674,0,0,0.964777,-0.263071,300,100,1), - (15980,142141,0,1765.01,-921,69.948,0.795,0,0,0.387114,0.922032,300,100,1), - (15981,142141,1,4060.92,-640,299.251,4.97,0,0,0.610422,-0.792077,300,100,1), - (15982,142141,0,1075.22,-1697,62.433,4.27,0,0,0.845015,-0.534743,300,100,1), - (15983,142141,0,1053.34,-1706,61.699,3.756,0,0,0.953183,-0.302394,300,100,1), - (15984,142141,0,1953.31,-3693,123.575,3.224,0,0,0.999151,-0.041192,300,100,1), - (15985,142141,0,1958.92,-3718,124.876,5.442,0,0,0.408302,-0.912847,300,100,1), - (15986,142141,0,1699.24,-1583,67.041,1.734,0,0,0.762391,0.647117,300,100,1), - (15987,142141,0,2077.96,-1585,66.205,0.387,0,0,0.192295,0.981337,300,100,1), - (15988,142141,0,1668.4,-1594.04,60.7286,-1.309,0,0,-0.608763,0.793352,300,255,1), - (15989,142141,0,1749.1,-3319,105.098,2.634,0,0,0.967966,0.25108,300,100,1), - (15990,142141,0,2062.58,-1574,66.692,6.124,0,0,0.0795086,-0.996834,300,100,1), - (15991,142141,0,2309.14,-5247,84.428,0,0,0,0,1,300,100,1), - (15992,142141,0,2159.69,-1574.27,68.0867,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (15993,142141,0,1773.48,-3359,115.714,3.345,0,0,0.994833,-0.101528,300,100,1), - (15994,142141,0,1808.02,-1100,61.927,1.455,0,0,0.665005,0.746839,300,100,1), - (15995,142141,1,5607.12,-721,342.315,-3,0,0,-0.997495,0.0707372,300,100,1), - (15996,142141,0,1704.83,-1606,68.175,1.101,0,0,0.523113,0.852263,300,100,1), - (15997,142141,1,3634.27,-1540,179.991,5.425,0,0,0.416046,-0.909344,300,100,1), - (15998,142141,0,1078.66,-1666,62.786,0.014,0,0,0.00699994,0.999976,300,100,1), - (15999,142141,0,1097.63,-1713,62.519,5.979,0,0,0.151507,-0.988456,300,100,1), - (16000,142141,1,6316.83,-751,470.9,3.984,0,0,0.912597,-0.408859,300,100,1), - (16001,142141,0,2111.01,-3925,134.952,0.145,0,0,0.0724365,0.997373,300,100,1), - (16002,142141,0,1536.06,-1322,63.334,5.193,0,0,0.518497,-0.855079,300,100,1), - (16003,142141,0,1382.68,-1814.81,61.294,0.296705,0,0,0.147809,0.989016,300,100,1), - (16004,142141,1,5405.77,-529,362.84,2.794,0,0,0.984935,0.172923,300,100,1), - (16005,142141,0,1094.64,-1719,62.607,5.869,0,0,0.205616,-0.978633,300,100,1), - (16006,142141,1,3780.6,-1064,228.959,2.523,0,0,0.952548,0.304388,300,100,1), - (16007,142141,0,1453.63,-1339,60.895,1.763,0,0,0.771694,0.635994,300,100,1), - (16008,142141,0,1808.97,-2210,66.533,4.404,0,0,0.807318,-0.590117,300,100,1), - (16009,142141,1,5475.39,-837,362.279,0.061,0,0,0.0304953,0.999535,300,100,1), - (16010,142141,1,6603.06,-875,474.666,0.139,0,0,0.0694441,0.997586,300,100,1), - (16011,142141,0,1853.09,-1383,59.956,-2,0,0,-0.841471,0.540302,300,100,1), - (16012,142141,0,1974.49,-3839,124.455,1.987,0,0,0.837941,0.54576,300,100,1), - (16013,142141,0,1073.62,-1670,63.588,4.592,0,0,0.748364,-0.663288,300,100,1), - (16014,142141,0,1752.18,-3386,125.086,1.711,0,0,0.754899,0.655841,300,100,1), - (16015,142141,0,1842.55,-2206.58,62.1356,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (16016,142141,1,5566.54,-757,342.154,1.054,0,0,0.502943,0.86432,300,100,1), - (16017,142141,0,1731.29,-3854,125.893,6.047,0,0,0.117818,-0.993035,300,100,1), - (16018,142141,1,4800.44,-535,318.513,4.836,0,0,0.662081,-0.749432,300,100,1), - (16019,142141,0,1614.18,-931,69.217,4.325,0,0,0.829992,-0.557776,300,100,1), - (16020,142141,1,4056.18,-631,302.157,1.423,0,0,0.652971,0.757383,300,100,1), - (16021,142141,0,1788.06,-2173,69.698,2.138,0,0,0.87672,0.481001,300,100,1), - (16022,142141,0,1433.13,-1540,71.445,1.257,0,0,0.587932,0.80891,300,100,1), - (16023,142141,1,3993.02,-771,289.001,2.386,0,0,0.92948,0.368873,300,100,1), - (16024,142141,1,3990.96,-871,269.366,4.828,0,0,0.665074,-0.746778,300,100,1), - (16025,142141,1,6544.86,-1380,438.266,5.24,0,0,0.498262,-0.867027,300,100,1), - (16026,142142,0,25.397,-2522,121.077,1.121,0,0,0.53161,0.846989,300,100,1), - (16027,142142,0,294.772,-3118,120.821,5.406,0,0,0.424666,-0.90535,300,100,1), - (16028,142142,0,-7729,-2423,149.006,6.014,0,0,0.134187,-0.990956,300,100,1), - (16029,142142,0,-161.274,-2780.97,120.945,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (16030,142142,0,-11419,-2961,1.719,-2,0,0,-0.841471,0.540302,300,100,1), - (16031,142142,1,6237.98,-701,417.121,1.509,0,0,0.684924,0.728614,300,100,1), - (16032,142142,1,4381.45,-6275,96.289,6.261,0,0,0.0110923,-0.999938,300,100,1), - (16033,142142,0,2583.77,-4550,81.011,0.631,0,0,0.310292,0.950641,300,100,1), - (16034,142142,0,358.39,-3557,118.681,5.338,0,0,0.455196,-0.890391,300,100,1), - (16035,142142,1,-4450,537.857,51.691,2.827,0,0,0.987654,0.156649,300,100,1), - (16036,142142,0,-11799,-3081,8.639,3.728,0,0,0.957323,-0.289021,300,100,1), - (16037,142142,0,-11650,-3187,22.85,4.937,0,0,0.623407,-0.781897,300,100,1), - (16038,142142,1,2887.5,-5289,131.776,4.112,0,0,0.88458,-0.466389,300,100,1), - (16039,142142,1,2875.99,-5317,130.99,1.712,0,0,0.755227,0.655464,300,100,1), - (16040,142142,1,2875.71,-5280,131.009,4.654,0,0,0.727446,-0.686165,300,100,1), - (16041,142142,0,2202.91,-4592,73.647,0.399,0,0,0.198179,0.980166,300,100,1), - (16042,142142,0,-7903,-2870,136.52,1.368,0,0,0.631898,0.775051,300,100,1), - (16043,142142,0,-194,-2706,118.657,5.397,0,0,0.428736,-0.90343,300,100,1), - (16044,142142,0,-210,-2652,118.326,5.02,0,0,0.590431,-0.807088,300,100,1), - (16045,142142,0,-214,-2670,117.644,4.918,0,0,0.630807,-0.77594,300,100,1), - (16046,142142,0,263.459,-3183,119.402,4.513,0,0,0.773974,-0.633218,300,100,1), - (16047,142142,1,2703.56,-4469,107.789,5.365,0,0,0.443135,-0.896455,300,100,1), - (16048,142142,0,-11772,-2774,14.377,4.467,0,0,0.788332,-0.61525,300,100,1), - (16049,142142,0,66.809,-3028.1,133.7,0.279252,0,0,0.139173,0.990268,300,255,1), - (16050,142142,0,-11620.4,-3179.27,11.3477,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (16051,142142,1,3291.8,-4433.6,103.945,-0.95993,0,0,-0.461748,0.887011,300,100,1), - (16052,142142,0,-7878,-2896,133.66,1.449,0,0,0.662761,0.748831,300,100,1), - (16053,142142,0,307.202,-3120,119.976,5.335,0,0,0.456531,-0.889707,300,100,1), - (16054,142142,0,-8195,-2212,131.926,5.932,0,0,0.174692,-0.984623,300,100,1), - (16055,142142,0,161.842,-2274,101.119,5.134,0,0,0.543493,-0.839414,300,100,1), - (16056,142142,1,2529.58,-6689,106.253,2.831,0,0,0.987966,0.154673,300,100,1), - (16057,142142,0,304.191,-3131,120.934,6.184,0,0,0.0495723,-0.998771,300,100,1), - (16058,142142,0,-7693,-2906,133.346,2.134,0,0,0.875756,0.482754,300,100,1), - (16059,142142,0,-8160,-2679,133.34,1.536,0,0,0.694698,0.719302,300,100,1), - (16060,142142,0,40.202,-3351,117.319,2.495,0,0,0.948193,0.317694,300,100,1), - (16061,142142,0,-27,-3313,117.016,2.683,0,0,0.973827,0.227292,300,100,1), - (16062,142142,1,4612.66,-826,301.303,0.863,0,0,0.418234,0.908339,300,100,1), - (16063,142142,0,2232.51,-1598.6,81.9782,-1.20428,0,0,-0.566407,0.824125,300,100,1), - (16064,142142,0,261.965,-3161,120.731,4.464,0,0,0.789254,-0.614067,300,100,1), - (16065,142142,0,308.356,-3137,120.744,1.23,0,0,0.576959,0.816773,300,100,1), - (16066,142142,0,82.176,-2672,110.872,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (16067,142142,1,-4657.48,1604.65,115.776,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (16068,142142,0,-7684,-2902,133.33,0.599,0,0,0.295042,0.955484,300,100,1), - (16069,142142,0,-7678,-2977,132.315,4.447,0,0,0.794445,-0.607337,300,100,1), - (16070,142142,0,-11118,-2792,30.651,4.035,0,0,0.901876,-0.431995,300,100,1), - (16071,142142,1,2595.17,-4777,146.224,5.777,0,0,0.250399,-0.968143,300,100,1), - (16072,142142,1,2602.7,-4774,144.188,4.3,0,0,0.836899,-0.547358,300,100,1), - (16073,142142,1,6799.74,-1571,483.782,1.349,0,0,0.624507,0.781019,300,100,1), - (16074,142142,1,6775.47,-1575,482.038,1.082,0,0,0.514993,0.857194,300,100,1), - (16075,142142,1,2257.02,-6631,125.93,2.517,0,0,0.951631,0.307245,300,100,1), - (16076,142142,1,2544.21,-4883,139.239,2.875,0,0,0.991129,0.132902,300,100,1), - (16077,142142,1,-7586.88,-749.143,-259.104,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (16078,142142,0,3208.56,-4631,115.102,6.117,0,0,0.082997,-0.99655,300,100,1), - (16079,142142,0,396.289,-3677,127.264,2.204,0,0,0.892113,0.451813,300,100,1), - (16080,142142,0,-11019,-2828,10.197,3.638,0,0,0.969355,-0.245663,300,100,1), - (16081,142142,0,-67,-2560,120.562,3.721,0,0,0.958329,-0.285668,300,100,1), - (16082,142142,0,-7889,-2443,134.611,3.96,0,0,0.917438,-0.397879,300,100,1), - (16083,142142,1,2681.03,-4094,119.832,0.79,0,0,0.384808,0.922997,300,100,1), - (16084,142142,1,2677.77,-4084,122.051,6.009,0,0,0.136664,-0.990618,300,100,1), - (16085,142142,0,1964.26,-3705,123.415,4.334,0,0,0.827473,-0.561505,300,100,1), - (16086,142142,0,-11622,-2793,3.626,1.309,0,0,0.608763,0.793352,300,100,1), - (16087,142142,0,379.63,-3629,125.261,5.33,0,0,0.458754,-0.888563,300,100,1), - (16088,142142,1,6589.17,-1009,468.415,5.385,0,0,0.434148,-0.900841,300,100,1), - (16089,142142,0,-144,-3285,117.598,1.134,0,0,0.537104,0.843516,300,100,1), - (16090,142142,1,-7815.27,-1183.7,-261.473,1.16937,0,0,0.551937,0.833886,300,255,1), - (16091,142142,1,6743.89,-1626,477.683,5.362,0,0,0.444479,-0.895789,300,100,1), - (16092,142142,1,-6718.74,-1541.81,-272.222,0.90757,0,0,0.438371,0.898794,300,255,1), - (16093,142142,0,-147,-3482,127.57,-1,0,0,-0.479426,0.877583,300,100,1), - (16094,142142,0,-11117,-2747,16.131,-1,0,0,-0.479426,0.877583,300,100,1), - (16095,142142,0,1648.22,-4065,141.562,4.762,0,0,0.689351,-0.724428,300,100,1), - (16096,142142,0,-113,-2607,117.63,-2,0,0,-0.841471,0.540302,300,100,1), - (16097,142142,1,3353.07,-4686,97.163,2.266,0,0,0.905688,0.423945,300,100,1), - (16098,142142,0,-11387,-2850,0,6.124,0,0,0.0795086,-0.996834,300,100,1), - (16099,142142,1,3586.05,-4167,99.045,2.153,0,0,0.880303,0.474412,300,100,1), - (16100,142142,1,3559,-4175,105.595,5.134,0,0,0.543493,-0.839414,300,100,1), - (16101,142142,1,3474.44,-4206,96.512,3.653,0,0,0.967486,-0.252926,300,100,1), - (16102,142142,1,2254.03,-6840,112.701,2.391,0,0,0.930399,0.366548,300,100,1), - (16103,142142,1,2247.6,-6845,111.584,1.621,0,0,0.724632,0.689136,300,100,1), - (16104,142142,1,2688.31,-4394,101.171,4.525,0,0,0.77016,-0.63785,300,100,1), - (16105,142142,0,329.376,-3740,140.047,3.94,0,0,0.921371,-0.388685,300,100,1), - (16106,142142,0,-7905.47,-2443.7,133.659,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (16107,142142,0,2851.84,-4600,90.54,0.902,0,0,0.435866,0.900012,300,100,1), - (16108,142142,1,2567.46,-4987,124.909,1.642,0,0,0.731828,0.68149,300,100,1), - (16109,142142,0,329.091,-3737,138.326,3.94,0,0,0.921371,-0.388685,300,100,1), - (16110,142142,1,3152.98,-4292,102.457,1.921,0,0,0.819478,0.57311,300,100,1), - (16111,142142,0,1659.06,-4064,141.451,4.534,0,0,0.767282,-0.641309,300,100,1), - (16112,142142,1,2275.56,-5985,108.199,2.52,0,0,0.95209,0.305817,300,100,1), - (16113,142142,1,2286.46,-5970,113.535,2.116,0,0,0.871376,0.490616,300,100,1), - (16114,142142,1,2280.9,-5974,114.652,1.177,0,0,0.555114,0.831774,300,100,1), - (16115,142142,1,3464.29,-4220,100.043,2.636,0,0,0.968217,0.250112,300,100,1), - (16116,142142,0,410.458,-3654.1,122.935,1.01229,0,0,0.484809,0.87462,300,255,1), - (16117,142142,0,117.788,-2423.14,123.836,1.67551,0,0,0.743143,0.669133,300,255,1), - (16118,142142,1,4566.43,-5546,106.942,5.26,0,0,0.489567,-0.871966,300,100,1), - (16119,142142,1,4617.92,-5421,107.109,1.632,0,0,0.728411,0.68514,300,100,1), - (16120,142142,1,-7819,-1679,-270,-1,0,0,-0.479426,0.877583,300,100,1), - (16121,142142,0,209.836,-3842,138.119,-2,0,0,-0.841471,0.540302,300,100,1), - (16122,142142,1,3643.9,-4218,109.035,0.872,0,0,0.422317,0.906448,300,100,1), - (16123,142142,0,-17.3964,-4119.51,117.86,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (16124,142142,0,56.101,-3308,117.256,5.809,0,0,0.234878,-0.972025,300,100,1), - (16125,142142,0,387.734,-3669,128.922,4.796,0,0,0.676937,-0.736041,300,100,1), - (16126,142142,1,3338.24,-4202,107.133,3.103,0,0,0.999814,0.0192952,300,100,1), - (16127,142142,0,1887.01,-4460,76.904,4.468,0,0,0.788024,-0.615645,300,100,1), - (16128,142142,0,-11027,-2848,9.338,2.366,0,0,0.925745,0.378149,300,100,1), - (16129,142142,0,-11044,-2845,10.803,1.196,0,0,0.562991,0.826463,300,100,1), - (16130,142142,0,2842.94,-3127,106.44,4.358,0,0,0.820676,-0.571394,300,100,1), - (16131,142142,0,-8150,-2748,137.517,4.946,0,0,0.619882,-0.784695,300,100,1), - (16132,142142,1,2666.3,-3916,118.163,2.836,0,0,0.988349,0.152202,300,100,1), - (16133,142142,1,2673.22,-3912,119.453,2.691,0,0,0.974728,0.223395,300,100,1), - (16134,142142,1,2430.95,-6421,97.953,2.929,0,0,0.994356,0.106096,300,100,1), - (16135,142142,1,2417.68,-6420,93.853,2.273,0,0,0.907166,0.420772,300,100,1), - (16136,142142,1,-6742,-1978,-270,2.251,0,0,0.902483,0.430725,300,100,1), - (16137,142142,0,134.614,-2987,122.234,1.046,0,0,0.499481,0.866325,300,100,1), - (16138,142142,0,112.829,-3031,130.779,6.276,0,0,0.00359263,-0.999994,300,100,1), - (16139,142142,0,49.701,-3034,132.807,5.813,0,0,0.232933,-0.972493,300,100,1), - (16140,142142,0,-11680.6,-3257.28,15.4767,1.46608,0,0,0.669132,0.743144,300,100,1), - (16141,142142,0,-11512,-3070,4.406,3.434,0,0,0.989331,-0.145683,300,100,1), - (16142,142142,1,2582.87,-5124,116.486,1.799,0,0,0.783016,0.622002,300,100,1), - (16143,142142,0,228.485,-4264.18,120.824,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (16144,142142,0,214.263,-3954.11,126.244,-0.261798,0,0,-0.130525,0.991445,300,255,1), - (16145,142142,1,3619.33,-4090,101.321,1.972,0,0,0.833825,0.55203,300,100,1), - (16146,142142,0,1980.44,-3348,107.949,3.136,0,0,0.999996,0.00279636,300,100,1), - (16147,142142,1,2896.37,-4167,101.874,5.734,0,0,0.271155,-0.962536,300,100,1), - (16148,142142,0,2830.47,-3127,104.92,4.228,0,0,0.856057,-0.516881,300,100,1), - (16149,142142,0,2928.72,-2932,104.404,0.368,0,0,0.182964,0.98312,300,100,1), - (16150,142142,1,3622.39,-4083,100.858,1.972,0,0,0.833825,0.55203,300,100,1), - (16151,142142,1,3636.53,-4114,101.894,4.431,0,0,0.799278,-0.600962,300,100,1), - (16152,142142,1,3589.98,-4127,104.786,2.279,0,0,0.908425,0.418049,300,100,1), - (16153,142142,0,-11356,-2755.73,7.42946,2.65289,0,0,0.970294,0.241927,300,255,1), - (16154,142142,1,3881.28,-614,345.595,2.163,0,0,0.882664,0.470005,300,100,1), - (16155,142142,0,-7712,-1993,133.439,1.416,0,0,0.650316,0.759664,300,100,1), - (16156,142142,1,4904.93,-734,304.708,3.172,0,0,0.999884,-0.0152031,300,100,1), - (16157,142142,1,5087.75,-578,326.54,3.278,0,0,0.997675,-0.0681509,300,100,1), - (16158,142142,0,59.403,-3928,143.621,0,0,0,0,1,300,100,1), - (16159,142142,0,2771.76,-3999,98.206,5.19,0,0,0.519779,-0.854301,300,100,1), - (16160,142142,0,2782.25,-4023,100.049,5.143,0,0,0.53971,-0.841851,300,100,1), - (16161,142142,1,3348.71,-4200,106.682,2.738,0,0,0.979708,0.20043,300,100,1), - (16162,142142,1,-8211,-1097,-214,2.426,0,0,0.936671,0.350211,300,100,1), - (16163,142142,0,2997.67,-2913,105.035,0.265,0,0,0.132113,0.991235,300,100,1), - (16164,142142,0,3025.56,-2909,110.791,3.791,0,0,0.947745,-0.319028,300,100,1), - (16165,142142,0,3014.25,-2905,106.483,0.19,0,0,0.0948572,0.995491,300,100,1), - (16166,142142,0,2315.99,-4314,73.706,6.188,0,0,0.0475746,-0.998868,300,100,1), - (16167,142142,1,2673.81,-5957,95.544,5.315,0,0,0.465405,-0.885098,300,100,1), - (16168,142142,1,2679.57,-5947,95.939,5.024,0,0,0.588816,-0.808267,300,100,1), - (16169,142142,1,2682.91,-5941,95.657,4.994,0,0,0.600873,-0.799345,300,100,1), - (16170,142142,0,-11461.5,-2818.82,-1.48899,3.00197,0,0,0.997564,0.0697546,300,100,1), - (16171,142142,0,-11381,-2760,5.245,6.167,0,0,0.0580601,-0.998313,300,100,1), - (16172,142142,1,2869.74,-5646,125.431,3.609,0,0,0.972815,-0.231582,300,100,1), - (16173,142142,1,2594.37,-5760,104.765,5.225,0,0,0.50475,-0.863265,300,100,1), - (16174,142142,0,158.135,-2274,101.554,0.803,0,0,0.390799,0.920476,300,100,1), - (16175,142142,1,2983.57,-5821,136.015,5.733,0,0,0.271636,-0.9624,300,100,1), - (16176,142142,0,282.888,-2987,114.301,5.893,0,0,0.193857,-0.98103,300,100,1), - (16177,142142,1,5962.92,-671,386.243,2.85,0,0,0.98939,0.14528,300,100,1), - (16178,142142,1,-6772,-440,-269,4.773,0,0,0.685356,-0.728208,300,100,1), - (16179,142142,1,2254.9,-6634,125.82,2.513,0,0,0.951014,0.309147,300,100,1), - (16180,142142,0,317.827,-3191,120.811,5.43,0,0,0.413771,-0.910381,300,100,1), - (16181,142142,1,-6650,-1211,-272,0,0,0,0,1,300,100,1), - (16182,142142,0,-11122,-2773,20.717,4.27,0,0,0.845015,-0.534743,300,100,1), - (16183,142142,0,-11053,-2830,11.432,0.292,0,0,0.145482,0.989361,300,100,1), - (16184,142142,0,262.899,-2981,111.672,5.681,0,0,0.296564,-0.955013,300,100,1), - (16185,142142,1,3634.47,-4226,102.627,1.869,0,0,0.804302,0.594221,300,100,1), - (16186,142142,0,1623.45,-4031,135.395,2.335,0,0,0.919772,0.392452,300,100,1), - (16187,142142,0,1982.33,-3368,106.737,4.821,0,0,0.667683,-0.744445,300,100,1), - (16188,142142,1,-7245,-948,-271,2.007,0,0,0.843357,0.537354,300,100,1), - (16189,142142,0,-11527,-3237,6.82,0.143,0,0,0.0714391,0.997445,300,100,1), - (16190,142142,0,-9.04666,-3332.54,119.422,1.83259,0,0,0.793352,0.608764,300,255,1), - (16191,142142,1,-6872,-486,-270,-2,0,0,-0.841471,0.540302,300,100,1), - (16192,142142,0,-8087,-2502,138.376,4.197,0,0,0.863966,-0.503551,300,100,1), - (16193,142142,0,72.855,-2242,104.856,2.755,0,0,0.981376,0.192095,300,100,1), - (16194,142142,1,-7821,-855,-269,-2,0,0,-0.841471,0.540302,300,100,1), - (16195,142142,0,142.004,-2297,103.167,4.027,0,0,0.903597,-0.428384,300,100,1), - (16196,142142,0,147.557,-2271,102.695,1.545,0,0,0.697928,0.716168,300,100,1), - (16197,142142,0,102.91,-2476,124.375,4.451,0,0,0.793228,-0.608924,300,100,1), - (16198,142142,0,108.334,-2457,122.738,5.111,0,0,0.55311,-0.833108,300,100,1), - (16199,142142,0,11.223,-2427,126.019,3.823,0,0,0.94252,-0.33415,300,100,1), - (16200,142142,0,1998.18,-4163,15.929,1.251,0,0,0.585503,0.81067,300,100,1), - (16201,142142,1,2703.09,-5654,137.906,5.036,0,0,0.583955,-0.811786,300,100,1), - (16202,142142,0,-169,-3030,120.893,0.122,0,0,0.0609622,0.99814,300,100,1), - (16203,142142,1,5090.61,-582,325.581,3.278,0,0,0.997675,-0.0681509,300,100,1), - (16204,142142,1,4569.4,-6140,104.244,0.591,0,0,0.291218,0.956657,300,100,1), - (16205,142142,0,1451.05,-1706,69.453,-1,0,0,-0.479426,0.877583,300,100,1), - (16206,142142,0,-10.5097,-3543.58,119.021,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (16207,142142,1,2468.08,-6862,102.22,1.818,0,0,0.78889,0.614535,300,100,1), - (16208,142142,1,2723.11,-5852,96.425,4.62,0,0,0.739005,-0.6737,300,100,1), - (16209,142142,0,2766.48,-3481,103.532,5.822,0,0,0.228555,-0.973531,300,100,1), - (16210,142142,1,4424.51,-5875,99.845,4.596,0,0,0.747036,-0.664783,300,100,1), - (16211,142142,1,2710.83,-5639,136.469,4.585,0,0,0.750681,-0.660665,300,100,1), - (16212,142142,1,2685.12,-4395,101.627,4.945,0,0,0.620274,-0.784385,300,100,1), - (16213,142142,0,150.913,-3024,128.216,1.536,0,0,0.694698,0.719302,300,100,1), - (16214,142142,0,-5,-2410,127.373,2.55,0,0,0.95657,0.291502,300,100,1), - (16215,142142,0,304.136,-3183,119.461,2.284,0,0,0.909467,0.415776,300,100,1), - (16216,142142,1,2596.48,-5847,97.377,1.354,0,0,0.626457,0.779456,300,100,1), - (16217,142142,0,2313.13,-4331,74.614,0.537,0,0,0.265285,0.96417,300,100,1), - (16218,142142,0,2308.47,-4351,75.766,2.155,0,0,0.880777,0.473532,300,100,1), - (16219,142142,0,254.163,-3647.02,130.938,0.506145,0,0,0.25038,0.968148,300,255,1), - (16220,142142,1,3155.26,-4314,102.159,4.709,0,0,0.708304,-0.705908,300,100,1), - (16221,142142,1,2411.48,-5732,102.694,3.341,0,0,0.995034,-0.0995386,300,100,1), - (16222,142142,1,2411.3,-5738,103.108,3.133,0,0,0.999991,0.00429637,300,100,1), - (16223,142142,1,2664.24,-5075,118.303,1.155,0,0,0.545931,0.83783,300,100,1), - (16224,142142,0,-11296,-3323,12.565,1.517,0,0,0.687833,0.725869,300,100,1), - (16225,142142,0,-7718,-2253,139.798,2.287,0,0,0.910089,0.414412,300,100,1), - (16226,142142,0,-7707,-2227,136.892,1.184,0,0,0.558022,0.829826,300,100,1), - (16227,142142,0,-8047,-2484,132.895,-1,0,0,-0.479426,0.877583,300,100,1), - (16228,142142,0,-11255.7,-3121.49,2.52145,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (16229,142142,1,2669.13,-3916,116.909,1.964,0,0,0.83161,0.55536,300,100,1), - (16230,142142,0,1812.84,-3970,128.832,5.917,0,0,0.182071,-0.983285,300,100,1), - (16231,142142,1,5780.61,-1193,403.54,5.853,0,0,0.213438,-0.976957,300,100,1), - (16232,142142,0,264.221,-2898,108.222,-2,0,0,-0.841471,0.540302,300,100,1), - (16233,142142,0,1601.56,-1701.4,61.4415,-3.08918,0,0,-0.999657,0.0262033,300,100,1), - (16234,142142,1,-7545,-523,-269,-1,0,0,-0.479426,0.877583,300,100,1), - (16235,142142,0,-213.704,-2716.72,118.101,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (16236,142142,0,1866.11,-1349.8,61.0008,-1.78023,0,0,-0.777144,0.629323,300,100,1), - (16237,142142,1,2645.88,-5622,121.443,-2,0,0,-0.841471,0.540302,300,100,1), - (16238,142142,0,-45,-2981,120.714,5.224,0,0,0.505182,-0.863013,300,100,1), - (16239,142142,1,3214.09,-5062,86.843,1.622,0,0,0.724976,0.688774,300,100,1), - (16240,142142,0,65.471,-3431,120.703,5.079,0,0,0.566368,-0.824152,300,100,1), - (16241,142142,0,48.401,-3369,119.957,4.38,0,0,0.814341,-0.580387,300,100,1), - (16242,142142,0,43.168,-3455,117.021,5.628,0,0,0.321765,-0.94682,300,100,1), - (16243,142142,0,62.517,-3363,116.931,2.055,0,0,0.856009,0.51696,300,100,1), - (16244,142142,1,4668.05,-5909,110.772,2.268,0,0,0.906112,0.423039,300,100,1), - (16245,142142,1,4560.33,-6133,101.314,5.052,0,0,0.577442,-0.816431,300,100,1), - (16246,142142,1,4566.13,-6155,102.637,0.387,0,0,0.192295,0.981337,300,100,1), - (16247,142142,1,3596.34,-4172,98.161,1.458,0,0,0.666124,0.745841,300,100,1), - (16248,142142,0,-11771,-2744,9.531,0.34,0,0,0.169182,0.985585,300,100,1), - (16249,142142,0,-11772,-2734,14.187,0.037,0,0,0.0184989,0.999829,300,100,1), - (16250,142142,1,2587.76,-4988,121.907,6.169,0,0,0.0570616,-0.998371,300,100,1), - (16251,142142,1,-7320,-1726,-271,0.367,0,0,0.182472,0.983211,300,100,1), - (16252,142142,1,2487.59,-6889,105.637,5.43,0,0,0.413771,-0.910381,300,100,1), - (16253,142142,1,2618.96,-4792,144.897,2.773,0,0,0.983065,0.183255,300,100,1), - (16254,142142,0,-11689,-2785,6.792,3.019,0,0,0.998122,0.0612579,300,100,1), - (16255,142142,1,2615.46,-4787,144.725,3.413,0,0,0.990806,-0.135288,300,100,1), - (16256,142142,0,-243.831,-2650.08,123.006,1.41372,0,0,0.649449,0.760405,300,255,1), - (16257,142142,1,2616.52,-4781,145.087,3.586,0,0,0.975414,-0.22038,300,100,1), - (16258,142142,0,-11192,-3287,9.859,0.99,0,0,0.475032,0.879969,300,100,1), - (16259,142142,1,5595.11,-547,366.712,2.41,0,0,0.933839,0.357693,300,100,1), - (16260,142142,0,-11803,-2993,19.521,1.238,0,0,0.580221,0.814459,300,100,1), - (16261,142142,0,-11852,-3063,4.467,4.01,0,0,0.907205,-0.420688,300,100,1), - (16262,142142,0,-11693,-3295,17.172,4.556,0,0,0.760182,-0.649711,300,100,1), - (16263,142142,0,-11707,-3371,18.131,3.862,0,0,0.935825,-0.352465,300,100,1), - (16264,142142,0,1528.97,-1769.58,59.7553,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (16265,142142,1,2986.29,-5815,136.449,5.313,0,0,0.46629,-0.884632,300,100,1), - (16266,142142,1,-7539,-975,-269,2.566,0,0,0.958872,0.28384,300,100,1), - (16267,142142,1,-4645.59,1801.94,93.4592,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (16268,142142,1,-7690,-1247,-270,1.553,0,0,0.700787,0.713371,300,100,1), - (16269,142142,0,-251,-3245,123.643,1.676,0,0,0.743307,0.668951,300,100,1), - (16270,142142,1,-4714.79,1417.73,88.0768,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (16271,142142,1,4435.63,-5795,109.871,4.863,0,0,0.651904,-0.758301,300,100,1), - (16272,142142,0,2124.62,-4490,74.45,4.464,0,0,0.789254,-0.614067,300,100,1), - (16273,142142,0,2571.25,-4569,80.443,0.443,0,0,0.219693,0.975569,300,100,1), - (16274,142142,0,2570.44,-4602,80.776,5.65,0,0,0.31133,-0.950302,300,100,1), - (16275,142142,0,2874.61,-4612,90.058,5.795,0,0,0.241676,-0.970357,300,100,1), - (16276,142142,0,26.8899,-2417.52,126.043,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (16277,142142,0,-11424,-2844,0.465,6.281,0,0,0.00109258,-0.999999,300,100,1), - (16278,142142,0,2797.47,-4990,98.32,4.346,0,0,0.824089,-0.56646,300,100,1), - (16279,142142,0,95.508,-2746,113.1,0.227,0,0,0.113256,0.993566,300,100,1), - (16280,142142,0,-11129,-2727,12.209,4.408,0,0,0.806136,-0.59173,300,100,1), - (16281,142142,1,2911.68,-4163,102.392,3.359,0,0,0.994098,-0.10849,300,100,1), - (16282,142142,1,2710.7,-4464,107.64,5.452,0,0,0.403732,-0.914877,300,100,1), - (16283,142142,1,2658.96,-4461,107.403,3.523,0,0,0.981871,-0.18955,300,100,1), - (16284,142142,1,6136.42,-1415,408.186,1.423,0,0,0.652971,0.757383,300,100,1), - (16285,142142,1,6468.47,-1482,439.086,1.828,0,0,0.791952,0.610583,300,100,1), - (16286,142142,1,-6415,-1590,-271,-1,0,0,-0.479426,0.877583,300,100,1), - (16287,142143,0,-9777,-3979,20.754,5.242,0,0,0.497394,-0.867525,300,100,1), - (16288,142143,0,-10503,-4162,22.115,1.56,0,0,0.703279,0.710914,300,100,1), - (16289,142143,0,-10327,-3166,20.122,1.363,0,0,0.629959,0.776629,300,100,1), - (16290,142143,0,-10176,-4017,19.021,3.605,0,0,0.973277,-0.229636,300,100,1), - (16291,142143,0,-10256,-4048,23.902,2.305,0,0,0.913782,0.406204,300,100,1), - (16292,142143,0,-10343,-4065,20.549,3.361,0,0,0.993989,-0.109484,300,100,1), - (16293,142143,0,-10229,-2999,23.145,0.468,0,0,0.23187,0.972747,300,100,1), - (16294,142143,0,-10134,-2427,30.105,0.273,0,0,0.136077,0.990698,300,100,1), - (16295,142143,0,-10103,-3483,19.241,5.867,0,0,0.206594,-0.978427,300,100,1), - (16296,142143,0,-10891,-4026,23.234,6.248,0,0,0.0175917,-0.999845,300,100,1), - (16297,142143,0,-10597,-3748,20.104,0.864,0,0,0.418688,0.90813,300,100,1), - (16298,142143,0,-10199,-4202,23.681,2.347,0,0,0.92211,0.386927,300,100,1), - (16299,142143,0,-10372,-3526,20.075,-3,0,0,-0.997495,0.0707372,300,100,1), - (16300,142143,0,-9891,-3877,22.461,4.081,0,0,0.891702,-0.452622,300,100,1), - (16301,142143,0,-10144,-3011,22.145,3.453,0,0,0.987903,-0.155075,300,100,1), - (16302,142143,0,-10206,-2466,26.807,3.132,0,0,0.999988,0.00479632,300,100,1), - (16303,142143,1,-6572.63,-1480.4,-273.356,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (16304,142143,1,-6453,-1034,-275,2.451,0,0,0.940975,0.338476,300,100,1), - (16305,142143,0,-10292,-4119,24.091,0.244,0,0,0.121698,0.992567,300,100,1), - (16306,142143,0,-9865,-3833,22.133,3.158,0,0,0.999966,-0.00820358,300,100,1), - (16307,142143,0,-10160,-3025,18.906,0.153,0,0,0.0764254,0.997075,300,100,1), - (16308,142143,0,-10171,-3312,20.573,2.967,0,0,0.996192,0.0871855,300,100,1), - (16309,142143,0,-9969,-4121,18.358,5.189,0,0,0.520206,-0.854041,300,100,1), - (16310,142143,0,-10503,-3629,19.971,1.926,0,0,0.820908,0.57106,300,100,1), - (16311,142143,0,-10851,-4031,20.931,3.011,0,0,0.997869,0.06525,300,100,1), - (16312,142143,0,-10188,-3382,20.524,5.867,0,0,0.206594,-0.978427,300,100,1), - (16313,142143,0,-10220,-2556,28.838,1.513,0,0,0.68638,0.727243,300,100,1), - (16314,142143,0,-10682,-4072,21.93,4.071,0,0,0.893954,-0.448158,300,100,1), - (16315,142143,1,-6761,-1694,-273,2.03,0,0,0.849481,0.52762,300,100,1), - (16316,142143,0,-10306,-3236,21.104,-3,0,0,-0.997495,0.0707372,300,100,1), - (16317,142143,0,-10539,-4149,23.4,4.132,0,0,0.879872,-0.475211,300,100,1), - (16318,142143,1,-6567,-1707,-274,0.176,0,0,0.0878865,0.996131,300,100,1), - (16319,142143,0,-10129,-2995,22.754,1.159,0,0,0.547606,0.836737,300,100,1), - (16320,142143,0,-10207,-3041,21.334,4.847,0,0,0.657949,-0.753062,300,100,1), - (16321,142143,0,-10184,-3157,23.132,3.231,0,0,0.999001,-0.0446888,300,100,1), - (16322,142143,0,-9841,-3926,19.342,2.202,0,0,0.891661,0.452705,300,100,1), - (16323,142143,1,-6427.67,-1246.87,-272.547,2.58308,0,0,0.961261,0.27564,300,255,1), - (16324,142143,0,-10113,-4063,21.503,5.336,0,0,0.456086,-0.889935,300,100,1), - (16325,176584,1,3198.23,-4224,100.6,3.852,0,0,0.937576,-0.347781,300,100,1), - (16326,142143,0,-10095,-3046,23.432,4.989,0,0,0.602869,-0.79784,300,100,1), - (16327,142143,0,-10466,-3459,22.799,0.314,0,0,0.156356,0.987701,300,100,1), - (16328,142143,0,-10194,-3361,22.372,3.53,0,0,0.981202,-0.192985,300,100,1), - (16329,142143,1,-6442.17,-1417.75,-275.085,2.60053,0,0,0.963629,0.267244,300,255,1), - (16330,142143,0,-10205,-2812,18.659,0.988,0,0,0.474151,0.880443,300,100,1), - (16331,142143,0,-9923,-3750,22.112,1.16,0,0,0.548024,0.836463,300,100,1), - (16332,142143,0,-10204,-2867,22.802,5.562,0,0,0.352829,-0.935688,300,100,1), - (16333,142143,1,-6789,-1225,-270,1.348,0,0,0.624116,0.781331,300,100,1), - (16334,142143,0,-10433,-4024,20.621,-1,0,0,-0.479426,0.877583,300,100,1), - (16335,142143,0,-10147,-3485,24.191,2.537,0,0,0.954655,0.297713,300,100,1), - (16336,142143,0,-10045,-3987,22.703,1.421,0,0,0.652213,0.758036,300,100,1), - (16337,142143,1,-6522.41,-1822.72,-272.638,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (16338,142143,0,-10414,-4200,18.977,4.552,0,0,0.76148,-0.648189,300,100,1), - (16339,142143,0,-10110,-3497,17.692,3.485,0,0,0.985295,-0.170861,300,100,1), - (16340,142143,1,-6569,-1671,-270,0.89,0,0,0.430458,0.902611,300,100,1), - (16341,142143,0,-10653,-2597,24.206,3.393,0,0,0.99211,-0.125373,300,100,1), - (16342,142143,0,-10306,-4141,21.262,2.146,0,0,0.878637,0.477491,300,100,1), - (16343,142143,0,-10205,-3324,22.781,1.721,0,0,0.758169,0.652058,300,100,1), - (16344,142143,0,-10120,-3832,21.897,2.73,0,0,0.978899,0.204347,300,100,1), - (16345,142143,0,-9897,-4018,23.769,4.78,0,0,0.682803,-0.730602,300,100,1), - (16346,142143,0,-10274,-2913,23.003,0.993,0,0,0.476351,0.879255,300,100,1), - (16347,142143,0,-10282,-3243,22.278,0.515,0,0,0.254664,0.96703,300,100,1), - (16348,142143,0,-10352,-3004,19.421,5.41,0,0,0.422854,-0.906198,300,100,1), - (16349,142143,0,-10236,-3244,21.613,5.796,0,0,0.241191,-0.970478,300,100,1), - (16350,142143,0,-10141,-3569,24.654,5.464,0,0,0.398236,-0.917283,300,100,1), - (16351,142143,0,-10160,-3433,18.845,5.282,0,0,0.479946,-0.877298,300,100,1), - (16352,142143,0,-10146,-3417,23.185,4.864,0,0,0.651525,-0.758627,300,100,1), - (16353,142143,0,-10157,-4059,23.286,5.309,0,0,0.468059,-0.883697,300,100,1), - (16354,142143,0,-10661,-4043,18.839,2.239,0,0,0.899882,0.436132,300,100,1), - (16355,142143,0,-10644,-2619,36.903,4.979,0,0,0.606851,-0.794816,300,100,1), - (16356,142143,0,-10490,-4234,18.95,0.129,0,0,0.0644553,0.997921,300,100,1), - (16357,142143,0,-10373,-2946,22.736,1.378,0,0,0.635766,0.771882,300,100,1), - (16358,142143,0,-10070,-3518,21.822,2.801,0,0,0.985535,0.169474,300,100,1), - (16359,142143,0,-10323,-2987,21.16,0.062,0,0,0.030995,0.99952,300,100,1), - (16360,142143,0,-10181,-2487,28.728,5.786,0,0,0.24604,-0.96926,300,100,1), - (16361,142143,0,-10492,-2594,21.237,-3,0,0,-0.997495,0.0707372,300,100,1), - (16362,142143,0,-10401,-3458,21.42,3.056,0,0,0.999084,0.0427833,300,100,1), - (16363,142143,0,-10126,-4215,18.734,1.102,0,0,0.523539,0.852001,300,100,1), - (16364,142143,0,-10429,-3624,22.5,0.497,0,0,0.24595,0.969282,300,100,1), - (16365,142143,0,-10161,-3152,22.538,2.915,0,0,0.993589,0.113054,300,100,1), - (16366,142143,0,-10288,-2919,18.703,0.405,0,0,0.201119,0.979567,300,100,1), - (16367,142143,1,-6357,-1206,-272,5.514,0,0,0.375182,-0.926951,300,100,1), - (16368,142143,0,-10487,-3518,19.238,1.969,0,0,0.832996,0.55328,300,100,1), - (16369,142143,0,-9933,-3800,18.957,1.755,0,0,0.769144,0.639076,300,100,1), - (16370,142143,0,-10443,-2921,21.542,5.923,0,0,0.179121,-0.983827,300,100,1), - (16371,142143,0,-9980,-3794,18.692,1.964,0,0,0.83161,0.55536,300,100,1), - (16372,142143,0,-10408.2,-2826.86,20.2505,1.69297,0,0,0.748956,0.66262,300,255,1), - (16373,142143,0,-10209,-2686,53.219,5.497,0,0,0.383047,-0.923729,300,100,1), - (16374,142143,0,-10044,-3559,21.354,5.068,0,0,0.570893,-0.821025,300,100,1), - (16375,142143,0,-10503.5,-2528.76,20.897,1.36136,0,0,0.629322,0.777145,300,255,1), - (16376,142142,1,3235.28,-4156,100.845,6.036,0,0,0.123278,-0.992372,300,100,1), - (16377,142143,0,-10057,-3682,19.266,0.237,0,0,0.118223,0.992987,300,100,1), - (16378,142143,1,-6712.71,-1690.77,-271.984,0.349065,0,0,0.173648,0.984808,300,255,1), - (16379,142143,0,-10243,-3380,19.442,2.087,0,0,0.864171,0.503199,300,100,1), - (16380,142143,0,-10171,-3102,22.21,1.922,0,0,0.819765,0.572701,300,100,1), - (16381,142143,1,-6354.49,-1153.96,-271.414,2.77507,0,0,0.983254,0.182238,300,255,1), - (16382,142143,0,-10218,-2989,22.276,3.927,0,0,0.923878,-0.382688,300,100,1), - (16383,142143,0,-10400,-3589,21.891,4.777,0,0,0.683898,-0.729577,300,100,1), - (16384,142143,0,-10231,-2549,27.043,4.456,0,0,0.791704,-0.610905,300,100,1), - (16385,142143,0,-10256,-3227,22.46,2.821,0,0,0.98718,0.159611,300,100,1), - (16386,142143,0,-10250,-3207,23.3,5.038,0,0,0.583143,-0.812369,300,100,1), - (16387,142143,0,-10146,-2944,20.05,1.841,0,0,0.795904,0.605422,300,100,1), - (16388,142143,0,-10084,-3751,22.721,3.468,0,0,0.986712,-0.16248,300,100,1), - (16389,142143,0,-10674,-4019,22.575,2.953,0,0,0.995557,0.0941566,300,100,1), - (16390,142143,0,-10096,-3684,22.145,4.898,0,0,0.638535,-0.769593,300,100,1), - (16391,142143,0,-10114,-4231,21.752,5.862,0,0,0.20904,-0.977907,300,100,1), - (16392,142143,1,-6541.31,-1263.1,-271.363,-0.174532,0,0,-0.0871553,0.996195,300,255,1), - (16393,142143,0,-10635,-2542,23.629,4.072,0,0,0.89373,-0.448605,300,100,1), - (16394,142143,0,-10496,-4059,22.53,3.245,0,0,0.998664,-0.0516806,300,100,1), - (16395,142143,0,-10233,-4172,22.452,5.222,0,0,0.506045,-0.862507,300,100,1), - (16396,142143,1,-6426.58,-1055.22,-272.403,1.23918,0,0,0.580701,0.814117,300,255,1), - (16397,142143,0,-10440,-2622,22.406,1.404,0,0,0.645746,0.763552,300,100,1), - (16398,142143,0,-10200,-3432,23.873,4.888,0,0,0.642375,-0.766391,300,100,1), - (16399,142143,0,-10002,-4049,21.955,3.67,0,0,0.965301,-0.261141,300,100,1), - (16400,142143,0,-10200,-2895,19.818,5.213,0,0,0.509921,-0.860221,300,100,1), - (16401,142143,0,-10098,-3594,22.331,2.813,0,0,0.986534,0.163558,300,100,1), - (16402,142143,0,-10104,-3892,19.461,5.242,0,0,0.497394,-0.867525,300,100,1), - (16403,142143,0,-10166,-4173,22.929,4.869,0,0,0.649626,-0.760254,300,100,1), - (16404,142143,0,-9842,-3884,19.629,5.578,0,0,0.345332,-0.938481,300,100,1), - (16405,142143,0,-9975,-4051,23.988,4.439,0,0,0.796868,-0.604154,300,100,1), - (16406,142143,0,-10404.5,-3001.07,19.5577,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (16407,142143,0,-10239,-3488,21.675,5.528,0,0,0.368684,-0.929555,300,100,1), - (16408,142143,0,-10175,-3089,23.224,5.087,0,0,0.563067,-0.826411,300,100,1), - (16409,142143,0,-10665,-4184,19.064,0.052,0,0,0.0259971,0.999662,300,100,1), - (16410,142143,0,-10226,-2799,18.958,5.836,0,0,0.221734,-0.975107,300,100,1), - (16411,142143,0,-10448,-2868,20.962,2.041,0,0,0.85237,0.52294,300,100,1), - (16412,142143,0,-10431,-2648,21.855,0.433,0,0,0.214813,0.976655,300,100,1), - (16413,142143,0,-10626,-4093,22.428,3.837,0,0,0.940158,-0.34074,300,100,1), - (16414,142143,0,-10522,-4073,23.687,5.96,0,0,0.16089,-0.986972,300,100,1), - (16424,142144,0,317.398,-3810,164.089,6.163,0,0,0.0600564,-0.998195,300,100,1), - (16427,142144,1,-1190.75,2932.62,77.6618,-0.767945,0,0,-0.374607,0.927184,300,100,1), - (16428,142144,1,-1455,2957.73,123.418,-1,0,0,-0.479426,0.877583,300,100,1), - (16430,142144,0,366.088,-3725.58,105.882,-3.01941,0,0,-0.998135,0.0610518,300,255,1), - (16432,142144,1,-1427,2782.11,112.419,1.414,0,0,0.649556,0.760314,300,100,1), - (16434,142144,0,372.238,-3805,111.964,2.164,0,0,0.882899,0.469563,300,100,1), - (16435,142144,0,422.299,-3706,128.542,6.167,0,0,0.0580601,-0.998313,300,100,1), - (16436,142144,1,-1300,2915.14,88.297,2.059,0,0,0.857041,0.515247,300,100,1), - (16439,142144,1,-1444.11,2787,93.5777,1.41372,0,0,0.649449,0.760405,300,100,1), - (16440,142144,1,-1169,2923.8,143.438,-1,0,0,-0.479426,0.877583,300,100,1), - (16441,142144,1,-1276,2995.79,73.339,-2,0,0,-0.841471,0.540302,300,100,1), - (16442,142144,0,372.982,-3784,169.839,0.933,0,0,0.449763,0.893148,300,100,1), - (16443,142144,0,418.9,-3709,128.792,6.191,0,0,0.0460763,-0.998938,300,100,1), - (16444,142144,1,-1516,2886.97,113.888,1.204,0,0,0.566292,0.824205,300,100,1), - (16446,142144,1,-1365,2876.25,76.388,-2,0,0,-0.841471,0.540302,300,100,1), - (16449,142145,0,-11403.9,-2774.71,2.90857,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (16450,142145,0,-11011,-2749,4.721,2.635,0,0,0.968092,0.250596,300,100,1), - (16451,142145,1,6478.25,-1734,512.339,4.149,0,0,0.875801,-0.482673,300,100,1), - (16452,142145,1,6549.52,-1662,501.835,2.29,0,0,0.91071,0.413046,300,100,1), - (16453,142145,0,-11515.9,-2783.26,0.843735,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (16454,142145,0,-11068,-3137,45.748,0.471,0,0,0.233329,0.972398,300,100,1), - (16455,142145,1,5408.06,-604,354.283,6,0,0,0.14112,-0.989992,300,100,1), - (16456,142145,1,2011.85,-2966,109.821,0.87,0,0,0.42141,0.90687,300,100,1), - (16457,142145,1,1970.67,-3204,99.526,5.225,0,0,0.50475,-0.863265,300,100,1), - (16458,142145,1,-2042.15,1867.06,61.4144,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (16459,142145,1,3972.79,-948,254.274,5.732,0,0,0.272117,-0.962264,300,100,1), - (16460,142145,1,3872.02,-929,268.343,1.02,0,0,0.488177,0.872745,300,100,1), - (16461,142145,1,4011.25,-889,266.891,1.377,0,0,0.63538,0.7722,300,100,1), - (16462,142145,0,-11496,-2852.53,4.98412,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (16463,142145,0,-11451,-2646,22.928,0.873,0,0,0.42277,0.906237,300,100,1), - (16464,142145,1,-1762,1995.96,65.113,-2,0,0,-0.841471,0.540302,300,100,1), - (16465,142145,1,6311.16,-964,418.98,6.156,0,0,0.0635497,-0.997979,300,100,1), - (16466,142145,1,6782.4,-1571,482.584,0.162,0,0,0.0809115,0.996721,300,100,1), - (16467,142145,1,4641.56,-844,313.656,5.055,0,0,0.576217,-0.817297,300,100,1), - (16468,142145,1,4631.07,-751,282.128,5.974,0,0,0.153978,-0.988074,300,100,1), - (16469,142145,1,6409.71,-1077,428.805,5.756,0,0,0.260551,-0.96546,300,100,1), - (16470,142145,1,6297.47,-830,424.272,0.139,0,0,0.0694441,0.997586,300,100,1), - (16471,142145,1,6251.66,-719,419.721,5.862,0,0,0.20904,-0.977907,300,100,1), - (16472,142145,0,-10915.8,-2889.21,12.7667,-2.9845,0,0,-0.996917,0.0784656,300,100,1), - (16473,142145,1,3735.72,-1178,209.437,1.62,0,0,0.724287,0.689498,300,100,1), - (16474,142145,1,4881.07,-665,291.834,0.306,0,0,0.152404,0.988318,300,100,1), - (16475,142145,1,-1596,1924.35,62.334,5.368,0,0,0.44179,-0.897119,300,100,1), - (16476,142145,0,-11789,-3349,7.4,5.564,0,0,0.351893,-0.93604,300,100,1), - (16477,142145,0,-11852,-3340,9.134,3.039,0,0,0.998685,0.0512738,300,100,1), - (16478,142145,1,1635,-3108,89.512,3.513,0,0,0.982807,-0.184638,300,100,1), - (16479,142145,0,-11214.9,-2946.36,9.6068,-2.53072,0,0,-0.953716,0.300709,300,100,1), - (16480,142145,1,4855.92,-587,309.735,3.451,0,0,0.988057,-0.154087,300,100,1), - (16481,142145,1,1662.91,-3360,143.092,5.688,0,0,0.293219,-0.956045,300,100,1), - (16482,142145,0,-11771,-3047,15.054,1.515,0,0,0.687107,0.726556,300,100,1), - (16483,142145,1,6691.54,-1449,477.332,5.815,0,0,0.23196,-0.972725,300,100,1), - (16484,142145,1,6662.69,-1203,471.118,5.669,0,0,0.302289,-0.953216,300,100,1), - (16485,142145,1,6551.83,-1186,440.383,6.231,0,0,0.0260897,-0.99966,300,100,1), - (16486,142145,1,4478.79,-476,310.777,1.462,0,0,0.667614,0.744507,300,100,1), - (16487,142145,1,6470.12,-1739,513.191,4.149,0,0,0.875801,-0.482673,300,100,1), - (16488,142145,1,4488.94,-680,261.413,5.012,0,0,0.593655,-0.80472,300,100,1), - (16489,142145,1,3779.35,-1488,209.739,6.07,0,0,0.106391,-0.994324,300,100,1), - (16490,142145,1,4332.69,-587,264.424,1.548,0,0,0.699001,0.71512,300,100,1), - (16491,142145,1,4366.15,-677,266.041,0.547,0,0,0.270103,0.962831,300,100,1), - (16492,142145,1,4057.84,-773,282.932,0.069,0,0,0.0344932,0.999405,300,100,1), - (16493,142145,1,3983.36,-773,288.539,1.499,0,0,0.681273,0.73203,300,100,1), - (16494,142145,1,4260.48,-796,258.95,5.756,0,0,0.260551,-0.96546,300,100,1), - (16495,142145,1,5653.59,-564,365.033,0.726,0,0,0.35508,0.934836,300,100,1), - (16496,142145,1,5750.05,-616,374.128,6.11,0,0,0.0864844,-0.996253,300,100,1), - (16497,142145,0,-11686,-2855,3.642,1.833,0,0,0.793476,0.608601,300,100,1), - (16498,142145,1,-1727,1974.13,62.218,6.089,0,0,0.0969401,-0.99529,300,100,1), - (16499,142145,0,-11264,-2727,11.72,-2,0,0,-0.841471,0.540302,300,100,1), - (16500,142145,1,4857.42,-575,309.941,3.451,0,0,0.988057,-0.154087,300,100,1), - (16501,142145,1,6677.46,-2103,604.542,5.801,0,0,0.238764,-0.971078,300,100,1), - (16502,142145,1,-2027.25,2133.57,52.4994,-0.261798,0,0,-0.130525,0.991445,300,255,1), - (16503,142145,0,-11426,-3023,1.143,-3,0,0,-0.997495,0.0707372,300,100,1), - (16504,142145,0,-11695,-3092,20.205,0.686,0,0,0.336314,0.94175,300,100,1), - (16505,142145,1,3875.96,-1010,243.814,6.093,0,0,0.0949494,-0.995482,300,100,1), - (16506,142145,1,6482.9,-1048,415.645,0.144,0,0,0.0719378,0.997409,300,100,1), - (16507,142145,1,6173.85,-684,406.675,0.05,0,0,0.0249974,0.999687,300,100,1), - (16508,142145,1,6001.96,-645,411.96,5.992,0,0,0.145079,-0.98942,300,100,1), - (16509,142145,1,5917.54,-628,390.486,6.086,0,0,0.098433,-0.995144,300,100,1), - (16510,144127,0,-14462,480.032,26.8612,2.40855,0,0,0.93358,0.358368,900,100,1), - (16511,142145,1,2142.38,-2982.28,115.142,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (16512,142145,1,4150.3,-769,274.646,6.054,0,0,0.114342,-0.993441,300,100,1), - (16513,142145,1,5250.02,-587,326.392,5.599,0,0,0.335459,-0.942055,300,100,1), - (16514,142145,1,5129.06,-530,332.184,1.621,0,0,0.724632,0.689136,300,100,1), - (16515,142145,1,1696.56,-3145,91.569,4.22,0,0,0.858118,-0.513453,300,100,1), - (16516,142145,1,5499.66,-528,365.173,0.475,0,0,0.235274,0.971929,300,100,1), - (16517,142145,1,2183.22,-3046,123.876,3.595,0,0,0.974413,-0.224767,300,100,1), - (16518,142145,1,5250.02,-537,323.84,1.476,0,0,0.67281,0.739816,300,100,1), - (16519,142145,1,5245.98,-591,326.772,5.599,0,0,0.335459,-0.942055,300,100,1), - (16520,142145,1,5106.61,-595,320.504,0.281,0,0,0.140038,0.990146,300,100,1), - (16521,142145,0,-11787,-3237,-25,-3,0,0,-0.997495,0.0707372,300,100,1), - (16522,142145,1,5365.93,-571,350.567,6.208,0,0,0.0375837,-0.999294,300,100,1), - (16523,142145,1,-1770.18,1795.87,64.148,2.3911,0,0,0.930417,0.366502,300,100,1), - (16524,142145,1,4886.06,-668,291.176,0.306,0,0,0.152404,0.988318,300,100,1), - (16525,142145,1,6686.68,-1533,472.941,3.564,0,0,0.977779,-0.209637,300,100,1), - (16526,142145,0,-11692,-3240,11.797,3.082,0,0,0.999556,0.0297919,300,100,1), - (16527,142145,0,-11751,-3302,5.639,4.935,0,0,0.624189,-0.781274,300,100,1), - (16528,142145,1,5414.49,-605,354.667,6,0,0,0.14112,-0.989992,300,100,1), - (16529,142145,1,5247.74,-536,324.694,1.476,0,0,0.67281,0.739816,300,100,1), - (16530,142145,1,3659.3,-1135,208.104,0.378,0,0,0.187877,0.982193,300,100,1), - (16532,142145,1,5571.71,-562,363.825,0.459,0,0,0.227491,0.97378,300,100,1), - (16533,142145,1,-1764,1809.15,61.205,2.391,0,0,0.930399,0.366548,300,100,1), - (16535,142145,1,6571.08,-1933,547.428,4.558,0,0,0.759532,-0.65047,300,100,1), - (16536,142145,1,4823.4,-542,315.519,5.042,0,0,0.581517,-0.813534,300,100,1), - (16537,142145,1,-1949.68,1817.78,66.8869,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (16538,142145,1,-1655,1970.48,60.855,2.174,0,0,0.885235,0.465143,300,100,1), - (16539,142145,1,-1751,1684.5,61.091,-2,0,0,-0.841471,0.540302,300,100,1), - (16540,142145,1,-1734,1970.32,61.374,6.089,0,0,0.0969401,-0.99529,300,100,1), - (16541,144126,0,-14417.4,517.034,5.01315,2.50455,0,0,0.949699,0.313164,900,100,1), - (16542,142145,1,6520.14,-2069,575.023,2.797,0,0,0.985194,0.171445,300,100,1), - (16543,142145,1,6631.58,-2069,589.043,6.115,0,0,0.0839937,-0.996466,300,100,1), - (16544,142145,1,-1757,1973.41,62.149,-2,0,0,-0.841471,0.540302,300,100,1), - (16545,142145,1,6521.15,-1072,434.048,0.556,0,0,0.274433,0.961606,300,100,1), - (16546,2066,0,-1751.79,-3141.63,30.4592,2.81871,0,0,0.986996,0.160743,7200,100,1), - (16547,3706,0,-11501.2,-612.834,36.314,-0.733038,0,0,0.358368,-0.93358,900,100,1), - (16548,180655,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,180,100,1), - (16549,2061,1,-4608.19,-1216.53,-55.8168,-1.11495,0,0,-0.529045,0.848594,180,100,1), - (16550,2061,1,-5062.52,-2329.1,-54.0617,3.14159,0,0,1,0,180,100,1), - (16551,2061,1,-5610.58,-2495.13,29.9864,0.000236,0,0,0.000118,1,180,100,1), - (16552,2061,1,-5654.16,-2372.83,1.85099,-1.56422,0.055479,0.000182,-0.704785,0.707248,180,100,1), - (16553,2061,1,-5657.36,-2473.02,3.31158,-0.20137,0,0,-0.100515,0.994936,180,100,1), - (16554,2061,1,-4623.25,-1850.51,85.6922,-1.82679,0,0,-0.791583,0.611062,180,100,1), - (16555,2061,1,-5551.12,-3264.92,-43.5354,1.95787,0,0,0.829904,0.557905,180,100,1), - (16556,2061,1,-5841.53,-3412.75,-51.4382,1.98149,0,0,0.836433,0.548069,180,100,1), - (16557,2702,0,-1510.34,-2170.79,17.263,3.14159,0,0,1,0,2,100,1), - (16558,2676,0,-1322.22,-1848.66,63.2896,2.76635,0,0,0.98245,0.186524,7200,100,1), - (16559,2726,0,-933.51,-3480.52,51.3067,3.14159,0,0,1,0,7200,100,1), - (16560,148865,0,-1470.07,-2620.44,48.5979,3.14159,0.039246,-0.026157,0.998887,0.001028,7200,100,1), - (16561,2061,0,-1470.07,-2620.44,48.5979,3.14159,0.039246,-0.026157,0.998887,0.001028,7200,100,1), - (16562,2061,1,-5518.15,-2464.61,31.6438,1.56039,0.002877,-0.040103,0.702282,0.710763,180,100,1), - (16564,2061,1,-4915.02,-2078.63,84.9253,-3.12951,0,0,0.999982,-0.00604,180,100,1), - (16566,2729,0,-1256.3,-2549.68,21.5346,3.14159,0,0,1,0,7200,100,1), - (16567,2675,0,-1553.37,-2490.52,54.991,-1.44862,0,0,-0.66262,0.748956,7200,100,1), - (16568,2683,0,-1246.21,-3229.96,35.0624,-2.19912,0,0,0.891007,-0.45399,7200,100,1), - (16569,2670,0,-2227.42,-2459.27,81.662,1.7017,0,0,0.75184,0.659346,7200,100,1), - (16570,2661,0,-1871.28,-3071.41,57.8814,-2.56182,0,0,0.958277,-0.285842,7200,100,1), - (16571,2061,0,-1871.28,-3071.41,57.8814,-2.56182,0,0,0.958277,-0.285842,7200,100,1), - (16572,2688,0,-1527.51,-2165.45,17.1488,3.12414,0,0,0.999962,0.008727,2,100,1), - (16574,180655,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,180,100,1), - (16575,142140,0,-12857,-623.628,55.9314,0.994838,0,0,0.477159,0.878817,300,100,1), - (16576,180655,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,180,100,1), - (16577,180655,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,100,1), - (16578,180655,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,100,1), - (16579,180655,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,100,1), - (16580,180655,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,100,1), - (16581,2061,1,-4956.63,-2191.31,-54.9907,3.14159,0,0,1,0,180,100,1), - (16583,3695,0,-10585.9,-1205.39,28.4989,0.802851,0,0,0.390731,0.920505,3600,100,1), - (16584,2061,1,-5160.03,-2564.59,-50.2528,1.28273,-0.026193,-0.008671,0.598247,0.800837,180,100,1), - (16585,2061,1,-5029.16,-2259.39,-52.4316,-1.03537,-0.017271,-0.030326,-0.494569,0.868437,180,100,1), - (16586,180728,0,-5117.4,-791.48,483.585,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (16587,2061,1,-5107.87,-2276.88,-55.2354,-0.66088,0,0,-0.324459,0.9459,180,100,1), - (16589,2681,0,-1566.79,-2697.94,34.7449,-3.13287,0,0,0.99999,-0.004363,7200,100,1), - (16590,3659,0,-11027.4,252.967,27.6034,-2.6529,0,0,0.970296,-0.241922,3600,100,1), - (16591,2061,1,-5160.06,-2289.38,-44.4456,-2.81082,0,0,0.986355,-0.164634,180,100,1), - (16592,2061,1,-5045.73,-2168.27,-51.7979,2.97669,0,0,0.996603,0.08236,180,100,1), - (16593,2682,0,-1566.79,-2697.78,34.7197,0.008726,0,0,0.004363,0.99999,7200,100,1), - (16594,2061,1,-5057.56,-2270.34,-53.3435,2.52069,-0.035894,0.002357,0.951673,0.304999,180,100,1), - (16595,2061,1,-5478.1,-2392.13,57.1813,0.53152,-0.076348,-0.08376,0.2553,0.960196,180,100,1), - (16596,2061,1,-5101.31,-2413.01,-48.4659,-0.613708,0,0,-0.302061,0.953289,180,100,1), - (16597,2061,1,-5207.53,-2430.54,-42.6051,-1.00469,0.065328,-0.025956,-0.480826,0.873994,180,100,1), - (16598,2690,0,-1350.81,-2740.07,59.1623,3.14159,0,0,1,0,2,100,1), - (16599,103694,0,-1546.52,-2134.93,16.8936,-0.138918,0.009311,0.0081,-0.069474,0.997507,7200,100,1), - (16600,2061,1,-5157.32,-2363.84,-42.5916,-1.92108,0,0,-0.819502,0.573077,180,100,1), - (16601,2061,1,-4916.76,-1375.43,-52.6124,-3.0392,0,0,0.99869,-0.051176,180,100,1), - (16602,2061,1,-5190.62,-2457.54,-51.991,-0.257237,0,0,-0.128264,0.99174,180,100,1), - (16603,2061,1,-4772.61,-1895.01,89.2755,1.72223,0,0,0.758571,0.65159,180,100,1), - (16604,2061,0,-1546.52,-2134.93,16.8936,-0.138918,0.009311,0.0081,-0.069474,0.997507,7200,100,1), - (16605,165637,0,-908.549,-3537.4,72.747,4.71239,0,0,-0.707107,0.707107,7200,100,1), - (16606,179526,429,456.691,-47.364,-3.88702,-1.76278,0,0,-0.771624,0.636079,600,255,1), - (16607,3695,0,-10326.5,354.035,60.7475,2.35619,0,0,0.92388,0.382683,3600,100,1), - (16608,175724,0,-904.437,-3537.94,76.4471,0.261799,0,0,0.130526,0.991445,7200,100,1), - (16609,175760,0,-910.82,-3534.25,84.6023,-0.087267,0,0,0.04362,-0.999048,7200,100,1), - (16610,2718,0,-1762.31,-1515.68,90.6093,2.87979,0,0,0.991445,0.130526,2,100,1), - (16611,2717,0,-1768.74,-1521.21,75.2377,3.10669,0,0,0.999848,0.017452,2,100,1), - (16612,3659,0,-11093.7,-72.5793,14.7385,2.35619,0,0,0.92388,0.382683,3600,100,1), - (16613,2061,1,-5172.92,-2136.24,92.8891,0.97056,0,0,0.466456,0.884544,180,100,1), - (16614,2061,1,-5138.27,-1932.51,89.2381,-0.122173,0,0,-0.061049,0.998135,180,100,1), - (16615,3659,0,-10740.1,-1120.25,27.6742,-1.71042,0,0,0.75471,-0.656059,3600,100,1), - (16616,180662,0,-3758.88,-608.091,0,2.56563,0,0,0.958819,0.284017,180,100,1), - (16617,2716,0,-1792.98,-1520.95,99.3942,0.593412,0,0,0.292372,0.956305,2,100,1), - (16618,178226,0,-1021.19,-3499.32,62.9924,-1.95477,0,0,0.829038,-0.559193,7200,100,1), - (16619,2061,1,-5174.67,-2153.41,94.7503,0.410152,0,0,0.203642,0.979046,180,100,1), - (16620,2061,1,-5179.17,-2148.2,94.7503,0.279252,0,0,0.139173,0.990268,180,100,1), - (16627,178226,0,-1017.31,-3500.74,62.9828,-1.98968,0,0,0.838671,-0.544639,7200,100,1), - (16628,178226,0,-1013.79,-3492.61,62.6533,-1.98968,0,0,0.838671,-0.544639,7200,100,1), - (16629,178226,0,-1015.56,-3496.64,62.8378,-1.98968,0,0,0.838671,-0.544639,7200,100,1), - (16630,178226,0,-1017.74,-3490.79,62.6632,-1.97222,0,0,0.833886,-0.551937,7200,100,1), - (16631,178226,0,-1019.56,-3495.06,62.8573,-1.95477,0,0,0.829038,-0.559193,7200,100,1), - (16632,176630,0,-1799.12,-1511.33,99.3942,-0.226893,0,0,0.113203,-0.993572,2,100,1), - (16633,3706,0,-889.523,-3550.93,71.0281,-2.32129,0,0,0.91706,-0.398749,7200,100,1), - (16634,179526,429,34.5069,-391.211,-58.6112,-2.16421,0,0,-0.882948,0.469471,600,255,1), - (16635,2701,0,-876.186,-3901.82,143.1,1.27409,0,0,0.594823,0.803857,2,100,1), - (16636,113531,0,-2071.27,-2021.63,12.7549,2.67035,0,0,0.97237,0.233445,7200,100,1), - (16637,113529,0,-2071.66,-2020.84,12.8919,-0.872665,0,0,0.422618,-0.906308,7200,100,1), - (16638,2703,0,-1564.13,-1905.51,48.2893,-1.55334,0,0,0.700909,-0.71325,2,100,1), - (16639,179526,429,-12.3063,-396.872,-4.22113,-0.593412,0,0,-0.292372,0.956305,600,255,1), - (16640,2710,0,-2175.81,-1610.09,-48.3808,1.32645,0,0,0.615662,0.788011,2,100,1), - (16641,2707,0,-2161.57,-1696.34,-35.108,-1.93731,0,0,0.824126,-0.566406,2,100,1), - (16642,2709,0,-2175.47,-1708.77,-40.3075,-1.67552,0,0,0.743145,-0.669131,2,100,1), - (16643,2711,0,-2041.91,-2155.19,20.3598,2.32129,0,0,0.91706,0.398749,7200,100,1), - (16644,180685,0,-2066.96,-2050.27,0,-1.90241,0,0,-0.814116,0.580702,3600,100,1), - (16645,180683,0,-2183.26,-1867.59,0,0.069813,0,0,0.0348994,0.999391,3600,100,1), - (16646,3707,0,-1910.73,-3197.75,57.2049,-2.16421,0,0,0.882948,-0.469472,7200,100,1), - (16647,3706,0,-1072.49,-2906.36,42.1947,0.191986,0,0,0.095846,0.995396,7200,100,1), - (16648,2855,0,-2062.35,-3330.59,58.517,3.00197,0,0,0.997564,0.069757,7200,100,1), - (16649,2061,1,-5191.84,-2162.67,94.7503,0.340339,0,0,0.16935,0.985556,180,100,1), - (16650,2061,1,-5466.54,-2459.44,89.4001,0.122174,0,0,0.061049,0.998135,180,100,1), - (16651,2061,1,-5469.37,-2453.16,89.4001,-0.008727,0,0,-0.004363,0.99999,180,100,1), - (16653,2061,1,-5485.63,-2463.44,89.4001,0.05236,0,0,0.026177,0.999657,180,100,1), - (16654,2066,1,-5091.73,-2324.65,-54.2667,-0.316489,0,0,-0.157585,0.987505,180,100,1), - (16655,2066,1,-5451.91,-2437.63,89.8531,3.03718,0,0,0.998637,0.052184,180,100,1), - (16656,2066,1,-4610.73,-1264.22,-52.0391,2.72625,0,0,0.978514,0.20618,180,100,1), - (16657,2066,1,-5090.07,-1931.44,88.6547,2.83616,0,0,0.988361,0.152123,180,100,1), - (16658,2066,1,-4996.21,-2235.8,-52.611,3.14159,0,0,1,0,180,100,1), - (16659,2066,1,-5079.25,-2244.01,-54.5151,2.56211,0,0,0.958318,0.285703,180,100,1), - (16660,2066,1,-5183.1,-2505.18,-51.2898,-2.38263,0,0,0.928857,-0.370438,180,100,1), - (16661,2066,1,-4631.1,-1242.39,-53.3468,-2.1903,0,0,0.888998,-0.457912,180,100,1), - (16662,2066,1,-5148.02,-2418.11,-51.4189,-2.39337,0,0,0.930833,-0.365445,180,100,1), - (16663,2066,1,-4763,-2136.22,83.3601,0.83155,0,0,0.403899,0.914804,180,100,1), - (16664,175384,1,-5206.03,-1206.55,46.6261,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (16665,175384,1,-5189.21,-1226.36,48.3676,2.77507,0,0,0.983255,0.182236,180,100,1), - (16666,175384,1,-5163.12,-1188.2,49.3364,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (16667,175384,1,-4979.82,-922.367,-5.0667,-2.09439,0,0,0.866025,-0.5,180,100,1), - (16668,175384,1,-4941.67,-932.74,-5.70592,2.49582,0,0,0.948324,0.317305,180,100,1), - (16669,175384,1,-4940,-953.809,-5.5144,0.15708,0,0,0.078459,0.996917,180,100,1), - (16670,175384,1,-5026.37,-969.513,-5.52574,0.698132,0,0,0.34202,0.939693,180,100,1), - (16671,175384,1,-5062.78,-985.974,-5.02165,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (16672,175384,1,-5046.78,-899.409,-3.26776,1.72788,0,0,0.760406,0.649448,180,100,1), - (16673,89635,1,-4974.25,-881.128,-5.94958,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (16674,89635,1,-5053.43,-1026.14,-2.05296,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (16705,89635,1,-5109.49,-1044.19,-5.67548,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (16710,89635,1,-5054.83,-952.189,-4.98981,2.74017,0,0,0.979925,0.199368,180,100,1), - (16711,89635,1,-5187.87,-1205.77,47.0512,3.07178,0,0,0.999391,0.034899,180,100,1), - (16712,89635,1,-5156.67,-908.675,-5.31949,0.523599,0,0,0.258819,0.965926,180,100,1), - (16713,89635,1,-4985.95,-810.797,-1.75875,1.6057,0,0,0.71934,0.694658,180,100,1), - (16714,89635,1,-4930.05,-907.382,-6.2314,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (16715,2852,1,-5551.36,-1603.04,20.8878,1.309,0,0,0.608761,0.793353,7200,100,1), - (16716,180664,0,-3758.88,-608.091,0,2.56563,0,0,0.958819,0.284017,180,100,1), - (16717,174549,230,793.602,-263.943,-43.3257,-2.10312,0,0,0.868198,-0.496217,600,100,1), - (16718,2852,1,-4579.8,-1250.09,-53.8562,-1.0821,0,0,0.515038,-0.857167,7200,100,1), - (16719,2852,1,-5105.39,-1046.76,-5.58009,-3.03687,0,0,0.99863,-0.052336,7200,100,1), - (16720,2852,1,-4913.32,-2409.45,-51.8143,-1.71042,0,0,0.75471,-0.656059,7200,100,1), - (16721,2852,1,-5119.84,-2322.7,-55.3846,1.15192,0,0,0.544639,0.838671,7200,100,1), - (16722,2855,1,-6465.63,-3565.99,-58.7499,0.575959,0,0,0.284015,0.95882,7200,100,1), - (16733,174450,230,820.839,-166.987,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1), - (16734,180662,0,-3070.82,-916.696,0,-0.715585,0,0,-0.350207,0.936672,180,100,1), - (16735,148996,0,-6902.43,-1082.71,269.741,2.71553,0,0,0.977395,0.211424,-600,100,1), - (16736,149020,0,-6993.21,-1134.91,271.049,2.06559,0,0,0.858734,-0.652163,-600,100,1), - (16737,149017,0,-7021.83,-1294.12,271.778,3.36228,0,0,0.993918,-0.110119,-600,100,1), - (16738,149019,0,-6929.73,-1430.43,269.668,3.2649,0,0,0.9981,-0.0616128,-600,100,1), - (16739,153205,0,-11234.1,-2831,157.925,4.56246,0,0,0.758079,-0.652163,900,100,1), - (16740,148997,0,-6902.73,-1082.62,278.213,3.00987,0,0,0.997832,0.0658127,-600,100,1), - (16741,149022,0,-6993.09,-1134.88,279.316,3.95392,0,0,0.918643,-0.395088,-600,100,1), - (16742,149018,0,-7021.9,-1294.26,280.061,4.52333,0,0,0.770693,-0.637206,-600,100,1), - (16743,149021,0,-6929.74,-1430.36,277.768,3.32403,0,0,0.995843,-0.0910906,-600,100,1), - (16744,180664,0,-3070.82,-916.696,0,-0.715585,0,0,-0.350207,0.936672,180,100,1), - (16746,175670,1,-4772.61,-1895.01,89.2755,1.72223,0,0,0.758571,0.65159,180,100,1), - (16747,175671,1,-4763,-2136.22,83.3601,0.83155,0,0,0.403899,0.914804,180,100,1), - (16748,175672,1,-4916.76,-1375.43,-52.6124,-3.0392,0,0,0.99869,-0.051176,180,100,1), - (16749,175928,1,-5103.84,-2043.13,-42.6435,0.244346,0,0,0.121869,0.992546,600,100,1), - (16750,175928,1,-4930.69,-1901.59,-43.5387,2.05949,0,0,0.857167,0.515038,600,100,1), - (16751,1628,0,-1492.62,-1855.8,68.6593,2.18166,0,0,0.88701,0.461749,300,100,1), - (16753,2046,0,-591.491,-1840.91,57.5376,-2.61799,0,0,-0.965925,0.258821,300,100,1), - (16754,1622,0,-11163.2,-651.938,68.1639,0.331613,0,0,0.165048,0.986286,300,100,1), - (16755,175928,1,-5063.93,-2019.54,-48.0281,2.54818,0,0,0.956305,0.292372,600,100,1), - (16756,175928,1,-5086.39,-2095.23,-41.6649,-0.942478,0,0,0.453991,-0.891006,600,100,1), - (16757,175928,1,-4940.91,-1971.22,-45.1466,-2.74017,0,0,0.979925,-0.199368,600,100,1), - (16758,2046,0,-1519.52,-1558.75,48.0533,-0.994838,0,0,-0.477159,0.878817,300,100,1), - (16762,149047,0,-6683.73,-1194.19,242.02,0.212059,0,0,0.105831,0.994384,-360,0,1), - (16763,2852,0,-11107.9,-533.204,33.2088,-0.244346,0,0,0.121869,-0.992546,3600,100,1), - (16764,1624,0,-1351.68,-1546.78,46.9995,2.51327,0,0,0.951056,0.309019,300,100,1), - (16766,180662,0,-3142.66,-901.367,0,-2.79253,0,0,-0.984808,0.173647,180,100,1), - (16767,175673,1,-4915.02,-2078.63,84.9253,-3.12951,0,0,0.999982,-0.00604,180,100,1), - (16768,175674,1,-5090.07,-1931.44,88.6547,2.83616,0,0,0.988361,0.152123,180,100,1), - (16769,175675,1,-5172.92,-2136.24,92.8891,0.97056,0,0,0.466456,0.884544,180,100,1), - (16770,164870,1,-339,-1896,107.017,-2,0,0,0.838671,-0.544639,180,100,1), - (16771,164870,1,-331,-1889,105.352,0.541,0,0,0.267238,0.96363,180,100,1), - (16772,164870,1,-255,-1878,93.256,-2,0,0,0.71325,-0.700909,180,100,1), - (16773,180664,0,-3142.66,-901.367,0,-2.79253,0,0,-0.984808,0.173647,180,100,1), - (16774,164870,1,-250,-1868,93.291,2.845,0,0,0.989016,0.147809,180,100,1), - (16775,176195,1,-4689.41,-1434.1,-50.5466,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (16776,164870,1,-241,-1880,94.031,-3,0,0,0.956305,-0.292372,180,100,1), - (16777,23880,1,-4610.73,-1264.22,-52.0391,2.72625,0,0,0.978514,0.20618,180,100,1), - (16778,175944,1,-5004.07,-2108.19,83.1568,2.82743,0,0,0.987688,0.156434,180,100,1), - (16779,23881,1,-4631.1,-1242.39,-53.3468,-2.1903,0,0,0.888998,-0.457912,180,100,1), - (16780,1622,1,-5747.45,-4306.07,-55.9747,-1.48353,0,0,-0.67559,0.737277,300,100,1), - (16781,1622,1,-5050.54,-2282.43,-50.0924,-1.20428,0,0,-0.566407,0.824125,300,100,1), - (16782,3707,0,-1928.8,-2950.61,107.574,1.91986,0,0,0.819152,0.573576,7200,100,1), - (16783,1623,0,-1828.69,-1807.54,58.9707,0.10472,0,0,0.0523361,0.99863,300,100,1), - (16784,3707,0,-1659.76,-1714.63,68.4738,1.18682,0,0,0.559193,0.829038,7200,100,1), - (16785,2722,0,-941.947,-3116.2,51.0945,-1.51844,0,0,0.688354,-0.725374,7200,100,1), - (16786,3706,0,-877.49,-2016.95,34.5367,-2.16421,0,0,0.882948,-0.469472,7200,100,1), - (16787,105579,0,-1086.51,-2931.57,42.8673,2.02458,0,0,0.848048,0.529919,7200,100,1), - (16788,3707,0,-1621.44,-1932.84,68.148,-0.820305,0,0,0.398749,-0.91706,7200,100,1), - (16789,2857,0,-1692.7,-1539.71,55.2293,-0.977384,0,0,0.469472,-0.882948,7200,100,1), - (16790,1623,0,-623.604,-2238,71.4582,-1.91986,0,0,-0.819151,0.573577,300,100,1), - (16791,3707,0,-1480.85,-3100.39,14.0931,-3.08923,0,0,0.999657,-0.026177,7200,100,1), - (16792,1623,0,-759.119,-3284.12,84.5637,2.28638,0,0,0.909961,0.414694,300,100,1), - (16793,2043,0,-1771.3,-2885.12,42.1223,2.05949,0,0,0.857168,0.515037,300,100,1), - (16794,2857,0,-2168.59,-1621.15,-48.458,-1.95477,0,0,0.829038,-0.559193,7200,100,1), - (16795,2712,0,-2298.33,-1623.97,-65.0526,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (16796,1623,0,-2050.49,-2709.37,86.1875,1.39626,0,0,0.642786,0.766046,300,100,1), - (16797,2043,0,-942.014,-2842.26,64.9513,1.53589,0,0,0.694658,0.71934,300,100,1), - (16798,2043,0,-869.581,-3139.85,76.249,-1.20428,0,0,-0.566407,0.824125,300,100,1), - (16799,1623,0,-881.09,-2529.14,70.8584,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (16801,2041,0,-1779.89,-2486.7,55.347,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (16802,1622,1,-6614.29,-3420.31,-54.0251,0.663225,0,0,0.325568,0.945519,300,100,1), - (16803,1622,1,-5382.02,-2890.19,-56.9546,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (16804,1622,1,-4236.6,-882.674,-51.1738,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (16805,1622,1,-5159.61,-1656.97,-51.7148,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (16806,1623,1,-4763.75,-1512.02,-29.4484,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (16807,1623,1,-5037.55,-990.51,-0.227802,0.506145,0,0,0.25038,0.968148,300,100,1), - (16808,1623,1,-5511.85,-2105.84,-45.3706,2.60054,0,0,0.96363,0.267239,300,100,1), - (16809,1623,1,-5005,-1379.94,-35.9993,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (16810,1623,1,-5392.03,-3056.56,-27.2888,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (16811,1624,1,-4789.25,-1593.3,-52.5242,1.95477,0,0,0.829038,0.559192,300,100,1), - (16812,1624,1,-5947.85,-3948.68,-58.75,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (16813,2042,0,-657.878,-1925.95,60.6006,-0.087267,0,0,-0.0436197,0.999048,300,100,1), - (16814,1624,1,-5424.73,-2895.32,-55.9914,1.8326,0,0,0.793355,0.60876,300,100,1), - (16815,1624,1,-5584.95,-4081.93,-58.75,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (16816,1624,1,-5529.06,-1908.74,-58.8193,-1.02974,0,0,-0.492422,0.870357,300,100,1), - (16861,32109,1,-5091.73,-2324.65,-54.2667,-0.316489,0,0,-0.157585,0.987505,180,100,1), - (16862,32110,1,-5451.91,-2437.63,89.8531,3.03718,0,0,0.998637,0.052184,180,100,1), - (16863,50803,1,-5174.67,-2153.41,94.7503,0.410152,0,0,0.203642,0.979046,180,100,1), - (16864,50803,1,-5466.54,-2459.44,89.4001,0.122174,0,0,0.061049,0.998135,180,100,1), - (16865,50804,1,-5179.17,-2148.2,94.7503,0.279252,0,0,0.139173,0.990268,180,100,1), - (16866,50804,1,-5469.37,-2453.16,89.4001,-0.008727,0,0,-0.004363,0.99999,180,100,1), - (16867,70517,1,-5551.12,-3264.92,-43.5354,1.95787,0,0,0.829904,0.557905,180,100,1), - (16868,50805,1,-5191.84,-2162.67,94.7503,0.340339,0,0,0.16935,0.985556,180,100,1), - (16869,50805,1,-5485.63,-2463.44,89.4001,0.05236,0,0,0.026177,0.999657,180,100,1), - (16872,9847,1,-5062.52,-2329.1,-54.0617,3.14159,0,0,1,0,180,100,1), - (16873,101751,1,-5438.07,-3097.36,96.4584,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (16874,11898,1,-4665.43,-1827.67,85.4053,0.061086,0,0,0.030538,0.999534,180,100,1), - (16875,11898,1,-5399.19,-2504.62,89.0211,2.60927,0,0,0.964787,0.263032,180,100,1), - (16876,11899,1,-4670.77,-1849.61,-44.1442,-0.18326,0,0,-0.091502,0.995805,180,100,1), - (16877,11899,1,-5382.5,-2489.42,-40.5284,2.36492,0,0,0.92554,0.378649,180,100,1), - (16878,19839,1,-4731.76,-1811.68,-43.1678,2.74889,0,0,0.980785,0.19509,180,100,1), - (16879,177791,0,-10167.9,2317.99,-49.5797,0.228092,0,0,0.113799,0.993504,180,100,1), - (16880,181631,1,-4923.73,-1377.86,-52.6124,2.35619,0,0,0.92388,0.382683,180,100,1), - (16881,19840,1,-4734.31,-1810.87,-43.1542,-0.392698,0,0,-0.19509,0.980785,180,100,1), - (16882,19841,1,-4734.33,-1810.85,-44.0448,-0.392698,0,0,-0.19509,0.980785,180,100,1), - (16883,19842,1,-4971.38,-1716.99,-59.3457,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (16884,19843,1,-4973.21,-1719.14,-59.3188,0.767946,0,0,0.374607,0.927184,180,100,1), - (16885,20356,1,-5227.14,-2803.95,-8.69457,1.38494,-0.198415,-0.092603,0.632158,0.743258,180,100,1), - (16886,19844,1,-4971.3,-1718.92,-59.3792,2.33874,0,0,0.920505,0.390731,180,100,1), - (16887,19845,1,-4971.33,-1718.9,-60.2077,2.33874,0,0,0.920505,0.390731,180,100,1), - (16888,19846,1,-4973.23,-1719.17,-60.1576,0.767946,0,0,0.374607,0.927184,180,100,1), - (16889,19847,1,-4971.37,-1714.06,-61.3412,-0.802852,-0.314157,0.070458,-0.38768,0.863739,180,100,1), - (16890,19848,1,-5342.75,-2338.28,-44.836,0.122174,0,0,0.061049,0.998135,180,100,1), - (16891,19849,1,-5341.05,-2339.33,-44.8772,1.69297,0,0,0.748956,0.66262,180,100,1), - (16892,19850,1,-5341.03,-2339.36,-45.7039,1.69297,0,0,0.748956,0.66262,180,100,1), - (16893,19851,1,-5341.59,-2336.64,-44.8335,-1.44862,0,0,-0.66262,0.748956,180,100,1), - (16894,19852,1,-5341.58,-2336.67,-45.6602,-1.44862,0,0,-0.66262,0.748956,180,100,1), - (16895,19853,1,-5643.92,-3489.95,-54.9022,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (16896,19854,1,-5643.93,-3489.95,-55.7911,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (16897,1623,0,-687.647,-2225.17,66.1894,-1.53589,0,0,-0.694658,0.71934,300,100,1), - (16898,2046,0,-878.963,-2348.63,59.4464,0.750492,0,0,0.366501,0.930417,300,100,1), - (16899,3706,0,-1187.11,-2140.59,60.698,-0.977384,0,0,0.469472,-0.882948,7200,100,1), - (16900,1624,0,-1026.27,-2298.38,43.4967,-1.25664,0,0,-0.587786,0.809016,300,100,1), - (16905,2043,0,-1912.36,-3340.44,61.6601,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (16907,2043,0,-1837.5,-3274.79,38.2603,-0.523599,0,0,-0.258819,0.965926,300,100,1), - (16909,3707,0,-1679.96,-3240.76,25.7584,-1.13446,0,0,0.5373,-0.843391,7200,100,1), - (16910,3706,0,-1698.64,-1702.84,54.4731,-2.74017,0,0,0.979925,-0.199368,7200,100,1), - (16911,2041,0,-1675.52,-3284.62,22.5542,0.820305,0,0,0.398749,0.91706,300,100,1), - (16912,1622,0,-1566.26,-1655.15,68.1308,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (16913,2041,0,-1781.46,-3360.29,32.6288,0.855211,0,0,0.414693,0.909961,300,100,1), - (16914,2712,0,-2208.79,-1749.48,-64.7426,0.855211,0,0,0.414693,0.909961,180,100,1), - (16915,2712,0,-2278.12,-1764,-29.885,0.349066,0,0,0.173648,0.984808,180,100,1), - (16916,2043,0,-1211.48,-2189.9,57.4285,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (16917,180248,0,-14658.5,199.432,0,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (16918,2046,0,-2065.22,-2674.7,86.9053,2.23402,0,0,0.898794,0.438372,300,100,1), - (16922,1623,0,-1155.61,-2124.14,65.7596,-0.2618,0,0,-0.130526,0.991445,300,100,1), - (16923,2046,0,-952.627,-1819.1,59.0047,0.366519,0,0,0.182235,0.983255,300,100,1), - (16925,2041,0,-1449.73,-1713.25,53.5984,1.72788,0,0,0.760407,0.649446,300,100,1), - (16930,179526,429,127.199,-272.801,-4.14639,-1.93732,0,0,-0.824127,0.566404,600,255,1), - (16933,2704,0,-2246.43,-2623.17,77.6971,-0.855212,0,0,0.414693,-0.909961,10,100,1), - (16934,1622,0,-863.799,-2067.71,34.5095,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (16935,1624,0,-949.071,-3219.16,68.0548,2.23402,0,0,0.898794,0.438372,300,100,1), - (16936,2042,0,-1627.39,-2028.06,31.5625,1.44862,0,0,0.662619,0.748957,300,100,1), - (16937,1624,0,-1252.62,-2880.29,43.9085,1.02974,0,0,0.492422,0.870357,300,100,1), - (16939,2043,0,-1699.07,-3122.09,33.9823,0.506145,0,0,0.25038,0.968148,300,100,1), - (16940,2046,0,-791.741,-3356.27,86.3275,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (16941,2042,0,-1709.05,-2766.96,50.4259,1.88496,0,0,0.809018,0.587783,300,100,1), - (16942,2043,0,-1235.56,-2184.15,60.848,0.977384,0,0,0.469471,0.882948,300,100,1), - (16944,2695,0,-1557.01,-3027.14,14.7336,-2.3911,0,0,0.930418,-0.366501,7200,100,1), - (16945,2687,0,-1557.78,-3026.11,14.7075,-2.61799,0,0,0.965926,-0.258819,7200,100,1), - (16946,2855,0,-755.206,-1986.03,34.6415,2.58309,0,0,0.961262,0.275637,7200,100,1), - (16947,105578,0,-1475.17,-3030.71,12.4011,-1.76278,0,0,0.771625,-0.636078,7200,100,1), - (16949,2857,0,-1918.29,-2790.39,71.2649,-1.0821,0,0,0.515038,-0.857167,7200,100,1), - (16950,2855,0,-1664.05,-3244.07,25.7617,-2.07694,0,0,0.861629,-0.507538,7200,100,1), - (16952,19855,1,-5645.22,-3492.39,-54.9217,1.02975,0,0,0.492424,0.870356,180,100,1), - (16953,19856,1,-4389.27,-875.876,-57.4125,2.53073,0,0,0.953717,0.300706,180,100,1), - (16956,19857,1,-4389.27,-875.87,-58.0236,2.53073,0,0,0.953717,0.300706,180,100,1), - (16957,19858,1,-4389.35,-875.717,-57.478,0.959932,0,0,0.461749,0.887011,180,100,1), - (16959,19859,1,-4389.22,-875.852,-57.4648,-0.610866,0,0,-0.300706,0.953717,180,100,1), - (16960,10388,1,-4608.19,-1216.53,-55.8168,-1.11495,0,0,-0.529045,0.848594,180,100,1), - (16961,19861,1,-4680.84,-1785.27,-41.0243,2.67035,0,0,0.97237,0.233445,2,100,1), - (16962,19868,1,-6151,-4225,-58.75,2.16421,0,0,0.882948,0.469472,180,100,1), - (16963,19868,1,-6179.37,-4264.89,-58.75,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (16977,2857,0,-908.155,-3949.08,152.215,-2.93215,0,0,0.994522,-0.104529,7200,100,1), - (16978,2857,0,-1713.7,-1885.76,81.3151,-1.58825,0,0,0.71325,-0.700909,7200,100,1), - (16983,2850,0,-11041.2,253.978,27.6848,-0.017453,0,0,0.008727,-0.999962,3600,100,1), - (16985,1623,0,-11149.8,-160.275,63.4343,2.1293,0,0,0.874619,0.48481,300,100,1), - (16986,1622,0,-10262.6,-208.177,71.9191,2.6529,0,0,0.970296,0.241922,300,100,1), - (16987,1623,0,-10321,-170.815,73.4739,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (16989,2852,0,-11075.6,-808.995,58.9566,2.75762,0,0,0.981627,0.190809,3600,100,1), - (16990,19868,1,-6055.15,-4286.29,-58.75,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (16991,19868,1,-6165.32,-4317.76,-58.7499,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (16992,105581,0,-1660.19,-1681.47,69.2164,-1.37881,0,0,0.636078,-0.771625,7200,100,1), - (16994,1624,1,-2568.35,-2943.43,35.8298,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (16995,31511,0,-1620.47,-1879.07,81.353,-0.06975,0,0,0.034868,-0.999392,7200,100,1), - (16996,31510,0,-1620.47,-1879.07,81.353,-0.06975,0,0,0.034868,-0.999392,7200,100,1), - (16997,179526,429,-94.2365,-406.708,-58.6073,0,0,0,0,1,600,255,1), - (16998,179526,429,-112.021,-258.887,-56.2501,0,0,0,0,1,600,255,1), - (16999,1763,0,-42.7292,-937.625,54.0185,1.18022,0.068976,-0.079599,0.554492,0.825497,7200,100,1), - (17000,1776,0,-429.721,-582.906,53.3415,3.14159,0,0,1,0,7200,100,1), - (17001,1777,0,-429.705,-582.695,53.3441,0,0,0,0,1,7200,100,1), - (17002,1778,0,-429.692,-582.698,53.9003,0,0,0,0,1,7200,100,1), - (17003,1780,0,-373.458,-771.21,54.5725,-2.12057,0,0,0.872496,-0.488621,7200,100,1), - (17004,1782,0,-373.617,-771.097,54.0285,1.02102,0,0,0.488621,0.872496,7200,100,1), - (17005,1784,0,-373.597,-771.243,54.0235,2.59181,0,0,0.962455,0.271441,7200,100,1), - (17006,1788,0,-668.593,-1308.38,65.9064,-0.567232,0,0,-0.279829,0.96005,7200,100,1), - (17007,1790,0,-668.587,-1308.5,66.5191,-2.13803,0,0,0.876727,-0.480989,7200,100,1), - (17008,1792,0,-777.273,-1471.47,61.6364,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (17009,1795,0,-777.275,-1471.47,60.636,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (17010,2572,0,-563.705,38.6448,49.8843,3.14159,0,0,1,0,7200,100,1), - (17011,2573,0,-574.515,45.432,49.8843,3.14159,0,0,1,0,7200,100,1), - (17012,1720,0,-351.925,20.1563,54.7687,3.14159,-0.017452,-0.004363,0.999838,-0.000076,7200,100,1), - (17013,1796,0,-551.634,-1434.63,52.4438,2.90597,0,0,0.993068,0.117537,7200,100,1), - (17014,1797,0,-550.339,-1437.02,52.4438,3.14159,0,0,1,0,7200,100,1), - (17015,1767,0,-738.663,-621.415,18.6241,3.14159,0,0,1,0,10,100,1), - (17016,1897,0,-821.989,-572.153,15.2804,2.37365,0,0,0.927184,0.374607,7200,100,1), - (17017,1772,0,-679.393,39.6136,46.963,-3.0456,0,0,0.998848,-0.047978,7200,100,1), - (17018,2017,0,-19.8913,-709.505,70.3253,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (17019,2018,0,-19.9027,-709.516,69.8239,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (17020,2019,0,-19.9224,-709.515,69.2672,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (17021,2022,0,-19.9788,-709.529,70.318,1.5708,0,0,0.707107,0.707107,7200,100,1), - (17022,143988,0,-20.3935,-929.422,55.4647,2.64417,0,0,0.969231,0.246153,7200,100,1), - (17023,175933,0,-725.769,-590.125,24.1805,3.14159,0,0,1,0,7200,100,1), - (17024,1793,0,-777.486,-1471.47,61.6132,1.5708,0,0,0.707107,0.707107,7200,100,1), - (17025,2020,0,-20.01,-709.538,69.2886,1.5708,0,0,0.707107,0.707107,7200,100,1), - (17026,2021,0,-19.9902,-709.539,69.8441,1.5708,0,0,0.707107,0.707107,7200,100,1), - (17027,41195,0,-876.553,-520.646,12.5021,-1.54462,0,0,-0.697791,0.716302,7200,100,1), - (17028,2016,0,-19.9443,-709.556,70.3188,3.14159,0,0,1,0,7200,100,1), - (17029,1786,0,-668.673,-1308.53,66.5191,2.57436,0,0,0.96005,0.279829,7200,100,1), - (17030,1791,0,-777.357,-1471.55,61.619,3.14159,0,0,1,0,7200,100,1), - (17031,19868,1,-5917.3,-4343.04,-58.7499,2.37365,0,0,0.927184,0.374607,180,100,1), - (17032,19868,1,-5548.86,-3750.82,-58.75,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (17033,2850,0,-10773.9,-1378.97,38.9468,-0.558505,0,0,0.275637,-0.961262,3600,100,1), - (17035,19868,1,-5700.76,-3933.39,-60.1479,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (17036,19868,1,-5586.72,-3776.49,-58.75,1.51844,0,0,0.688355,0.725374,180,100,1), - (17037,19868,1,-5761.22,-3496.09,-57.7949,0.383972,0,0,0.190809,0.981627,180,100,1), - (17038,19868,1,-5640.92,-3576.67,-58.75,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (17039,19869,1,-6343.72,-4323.64,-57.9108,-0.925024,0,0,0.446198,-0.894934,300,100,1), - (17040,19869,1,-6121.64,-4273.04,-58.75,2.05949,0,0,0.857167,0.515038,300,100,1), - (17041,19869,1,-6020.15,-4256.3,-58.75,0.436332,0,0,0.21644,0.976296,300,100,1), - (17042,19869,1,-6213.42,-4299.3,-58.75,-1.65806,0,0,0.737277,-0.67559,300,100,1), - (17043,19869,1,-6309.95,-4305.28,-58.75,-3.05433,0,0,0.999048,-0.043619,300,100,1), - (17044,19869,1,-6508.61,-4118.54,-58.643,-1.65806,0,0,0.737277,-0.67559,300,100,1), - (17045,19869,1,-5890.01,-4314.93,-58.75,-1.37881,0,0,0.636078,-0.771625,300,100,1), - (17046,19869,1,-6605.92,-3882.93,-58.5154,3.00197,0,0,0.997564,0.069757,300,100,1), - (17047,19869,1,-6592.22,-3791.08,-58.7499,0.680678,0,0,0.333807,0.942641,300,100,1), - (17048,19869,1,-5620.04,-3750.41,-58.75,-3.00197,0,0,0.997564,-0.069756,300,100,1), - (17049,19869,1,-5619.27,-3557.65,-58.75,-1.32645,0,0,0.615661,-0.788011,300,100,1), - (17050,19870,1,-6256.65,-4294.49,-58.75,2.67035,0,0,0.97237,0.233445,300,100,1), - (17051,19870,1,-5953.83,-4313.34,-58.75,0.994838,0,0,0.477159,0.878817,300,100,1), - (17052,19870,1,-5770.62,-4201.37,-60.1041,-2.46091,0,0,0.942641,-0.333807,300,100,1), - (17053,19870,1,-6472,-3925.88,-58.75,-2.32129,0,0,0.91706,-0.398749,300,100,1), - (17054,19870,1,-6471.51,-3863.75,-58.7499,-2.53073,0,0,0.953717,-0.300706,300,100,1), - (17055,19870,1,-5584.51,-3880.64,-58.75,0.767945,0,0,0.374607,0.927184,300,100,1), - (17056,19870,1,-5661.89,-3664.85,-60.384,-1.76278,0,0,0.771625,-0.636078,300,100,1), - (17057,19870,1,-5761.04,-3687.94,-58.75,-2.1293,0,0,0.87462,-0.48481,300,100,1), - (17058,19870,1,-5701.28,-3539.57,-59.8559,0.925024,0,0,0.446198,0.894934,300,100,1), - (17059,19870,1,-5807.53,-3616.33,-59.8394,3.01942,0,0,0.998135,0.061049,300,100,1), - (17060,19871,1,-6085.44,-4257.02,-58.75,-0.680679,0,0,0.333807,-0.942641,300,100,1), - (17061,19871,1,-6528.55,-4037.68,-58.75,-0.453786,0,0,0.224951,-0.97437,300,100,1), - (17062,19871,1,-5926.45,-4275.83,-58.75,-1.53589,0,0,0.694658,-0.71934,300,100,1), - (17063,19871,1,-5666.72,-3526.66,-58.6655,0.331613,0,0,0.165048,0.986286,300,100,1), - (17064,19872,1,-6496.94,-4018.07,-58.75,-2.05949,0,0,0.857167,-0.515038,300,100,1), - (17065,19872,1,-5617.07,-3981.65,-58.75,1.91986,0,0,0.819152,0.573576,300,100,1), - (17066,19872,1,-6549.04,-3952.73,-58.75,0.523599,0,0,0.258819,0.965926,300,100,1), - (17067,19872,1,-5731.72,-3522.13,-58.536,-2.35619,0,0,0.92388,-0.382683,300,100,1), - (17068,19872,1,-5878.87,-4259.38,-58.75,-1.81514,0,0,0.788011,-0.615661,300,100,1), - (17069,19872,1,-5719.12,-3718.8,-58.75,-1.01229,0,0,0.48481,-0.87462,300,100,1), - (17070,19872,1,-5695.18,-3507.52,-58.0676,2.23402,0,0,0.898794,0.438371,300,100,1), - (17071,19872,1,-5910.95,-3523.16,-58.7422,-0.977384,0,0,0.469472,-0.882948,300,100,1), - (17072,19873,1,-6221.4,-4334.12,-58.75,-1.81514,0,0,0.788011,-0.615661,300,100,1), - (17073,19873,1,-6504.16,-3836.44,-58.7499,1.20428,0,0,0.566406,0.824126,300,100,1), - (17074,19873,1,-6546.79,-4078.38,-58.7282,2.93215,0,0,0.994522,0.104528,300,100,1), - (17075,19873,1,-6581.3,-3983.66,-58.7496,-0.453786,0,0,0.224951,-0.97437,300,100,1), - (17076,19873,1,-5589.43,-3711.44,-58.75,1.95477,0,0,0.829038,0.559193,300,100,1), - (17077,19873,1,-6077.33,-3557.8,-58.75,0.872665,0,0,0.422618,0.906308,300,100,1), - (17078,19873,1,-5716.72,-3648.16,-58.75,1.29154,0,0,0.601815,0.798636,300,100,1), - (17079,19873,1,-5642.04,-3523.45,-58.4868,-1.37881,0,0,0.636078,-0.771625,300,100,1), - (17080,67234,1,-4623.25,-1850.51,85.6922,-1.82679,0,0,-0.791583,0.611062,180,100,1), - (17081,151974,1,-6947.41,-3722.05,47.185,0.270526,0,0,0.134851,0.990866,180,100,1), - (17082,18087,1,-6235.4,-3854.96,-58.7498,-3.00257,0,0,0.997585,-0.069455,180,100,1), - (17083,151975,1,-6947.56,-3721.54,46.5766,0.270526,0.09497,0.012925,0.13423,0.986304,180,100,1), - (17084,151976,1,-6946.26,-3722.2,45.8472,-2.87107,-0.012925,0.09497,0.986304,-0.13423,180,100,1), - (17085,123310,1,-6482.59,-3318.97,-96.628,-1.32645,0,0,0.615661,-0.788011,1800,100,1), - (17086,123310,1,-6502.48,-3233.94,-113.677,1.43117,0,0,0.656059,0.75471,1800,100,1), - (17087,179888,1,-6236.64,-3830.48,-58.1364,-0.907571,0,0,0.438371,-0.898794,2,100,1), - (17088,63674,1,-5438.27,-3097.2,97.0647,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (17090,1731,1,-4454.48,-849.572,-51.5708,2.86234,0,0,0.990268,0.139173,300,100,1), - (17091,1731,1,-5365.58,-3033.83,-37.2912,2.9147,0,0,0.993572,0.113203,300,100,1), - (17092,1731,1,-5396.93,-1709.76,-38.7407,2.87979,0,0,0.991445,0.130528,300,100,1), - (17094,1731,1,-5638.07,-2211.79,-56.7211,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (17096,1731,1,-4873.66,-1104.55,-55.7532,2.40855,0,0,0.93358,0.35837,300,100,1), - (17097,1731,1,-4784.1,-1731.71,-37.375,3.03687,0,0,0.998629,0.0523374,300,100,1), - (17098,1731,1,-4494.19,-1153.58,-56.3431,-2.72271,0,0,-0.978147,0.207914,300,100,1), - (17099,1731,1,-4384.31,-929.796,-53.7144,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (17102,174453,230,822.2,-163.345,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (17103,174488,230,839.127,-149.913,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (17104,174535,230,902.35,-200.156,-43.7186,0.130899,0,0,0.065403,0.997859,600,100,1), - (17105,174537,230,862.476,-196.087,-43.6942,0.087266,0,0,0.043619,0.999048,600,100,1), - (17106,174538,230,875.048,-203.645,-43.7001,0,0,0,0,1,600,100,1), - (17107,174543,230,806.124,-303.902,-43.2868,0.968656,0,0,0.465614,0.884988,600,100,1), - (17108,170493,230,1412.95,-766.594,-85.165,0,0,0,0,1,600,100,1), - (17109,170496,230,1412.95,-780.912,-85.165,0,0,0,0,1,600,100,1), - (17110,170497,230,1410.75,-763.826,-85.165,0,0,0,0,1,600,100,1), - (17111,174527,230,890.261,-203.953,-43.721,-1.02102,0,0,-0.488621,0.872496,600,100,1), - (17112,174528,230,882.976,-208.147,-43.721,-1.02102,0,0,-0.488621,0.872496,600,100,1), - (17113,174529,230,888.187,-205.056,-43.721,-1.02102,0,0,-0.488621,0.872496,600,100,1), - (17114,174532,230,894.583,-203.381,-43.6971,0.532326,0,0,0.263031,0.964787,600,100,1), - (17115,174431,230,711.074,55.8596,-45.0302,-3.0805,0,0,0.999534,-0.030539,600,100,1), - (17116,174454,230,825.24,-174.031,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (17117,174456,230,812.777,-171.886,-49.7372,-1.42244,0,0,-0.65276,0.757565,600,100,1), - (17118,174489,230,836.52,-151.562,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (17119,170442,230,571.724,-87.8086,-45.0172,-3.11541,0,0,0.999914,-0.01309,600,100,1), - (17120,170443,230,568.484,-103.18,-45.0247,1.57952,0,0,0.710185,0.704015,600,100,1), - (17121,174458,230,818.056,-181.816,-49.7396,1.45735,0,0,0.665882,0.746057,600,100,1), - (17122,170553,230,1381.39,-827.561,-91.9804,1.5708,0,0,0.707107,0.707107,600,100,1), - (17123,170521,230,1290.87,-451.666,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (17124,170580,230,1012.28,-274.911,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (17125,174518,230,870.956,-211.203,-43.721,0.523599,0,0,0.258819,0.965926,600,100,1), - (17126,174519,230,872.149,-213.228,-43.721,0.349065,0,0,0.173648,0.984808,600,100,1), - (17127,174520,230,853.396,-208.027,-43.721,2.03331,0,0,0.850352,0.526214,600,100,1), - (17128,158556,230,546.405,-211.112,-37.0031,0.410153,0,0,0.203642,0.979045,600,100,1), - (17129,174516,230,877.005,-215.3,-43.721,-2.54818,0,0,0.956305,-0.292372,600,100,1), - (17130,174428,230,571.629,-96.3151,-45.0247,1.53589,0,0,0.694658,0.71934,600,100,1), - (17131,170526,230,1468.14,-447.092,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (17132,170488,230,1414.79,-769.955,-85.1453,3.14159,0,0,1,0,600,100,1), - (17133,174699,230,334.587,-133.674,-64.948,-2.89725,0,0,0.992546,-0.121869,600,100,1), - (17134,2852,0,-11019.3,-1089.26,42.4884,-1.97222,0,0,0.833886,-0.551937,3600,100,1), - (17136,1732,1,-6613.81,-3990.21,-52.7442,1.16937,0,0,0.551937,0.833886,300,100,1), - (17137,1732,1,-5305.44,-3199.07,-45.5732,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (17138,1732,1,-5685.52,-2523.35,-34.4899,-2.02458,0,0,-0.848048,0.52992,300,100,1), - (17139,1783,0,-373.603,-771.104,54.5824,1.02102,0,0,0.488621,0.872496,7200,100,1), - (17140,1785,0,-373.583,-771.25,54.5791,2.59181,0,0,0.962455,0.271441,7200,100,1), - (17141,1896,0,-819.252,-571.793,15.3168,3.14159,0,0,1,0,7200,100,1), - (17144,1624,0,-10620.3,-67.4817,32.7607,1.53589,0,0,0.694658,0.71934,300,100,1), - (17154,2008,0,-19.4826,-935.304,58.0971,2.6529,-0.029951,0.011607,0.969178,0.241643,7200,100,1), - (17155,1732,1,-5391.57,-2062.72,-57.1402,-0.174533,0,0,-0.0871558,0.996195,300,100,1), - (17156,1732,1,-5587.54,-2112.36,-59.1597,1.71042,0,0,0.754709,0.65606,300,100,1), - (17157,1732,1,-5414.25,-2865.14,-48.8178,1.18682,0,0,0.559191,0.829039,300,100,1), - (17158,1732,1,-4714.72,-1075.86,-45.1937,-0.174533,0,0,-0.0871558,0.996195,300,100,1), - (17159,1732,1,-4821.21,-1514.55,-33.2018,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (17160,1732,1,-4733.06,-1374.58,-34.2461,-2.47837,0,0,-0.945519,0.325567,300,100,1), - (17161,1732,1,-5273.38,-2814.12,-51.5593,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (17162,1732,1,-5194.77,-2249.42,-42.1196,1.50098,0,0,0.681997,0.731355,300,100,1), - (17163,1733,1,-5748.98,-3198.82,-36.5817,2.05949,0,0,0.857168,0.515037,300,100,1), - (17164,1733,1,-5075.88,-1345.86,-44.2591,3.07178,0,0,0.999391,0.0348993,300,100,1), - (17165,1733,1,-5828.66,-3958.22,-71.9373,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (17166,1734,1,-6669.38,-3510.05,-55.2365,0.10472,0,0,0.0523361,0.99863,300,100,1), - (17167,1735,1,-5148.01,-1103.74,50.1736,2.89725,0,0,0.992546,0.121868,300,100,1), - (17168,1735,1,-5560.52,-2061.05,-60.3545,2.6529,0,0,0.970296,0.241922,300,100,1), - (17169,1735,1,-5588.24,-1607.68,15.5705,2.35619,0,0,0.923879,0.382686,300,100,1), - (17170,1787,0,-668.68,-1308.52,65.908,2.57436,0,0,0.96005,0.279829,7200,100,1), - (17186,1735,1,-5612.46,-1614.09,16.0412,-2.05949,0,0,-0.857168,0.515037,300,100,1), - (17187,1735,1,-5461.61,-3746.99,-56.6769,1.41372,0,0,0.649449,0.760405,300,100,1), - (17188,1735,1,-5167.42,-1163.57,52.6308,1.8675,0,0,0.803856,0.594824,300,100,1), - (17189,1735,1,-5733.67,-2366.92,-52.8921,1.29154,0,0,0.601814,0.798637,300,100,1), - (17190,1735,1,-6252.91,-3443.52,-56.3055,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (17191,1735,1,-4300.21,-1016.96,-51.5875,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (17192,1735,1,-5370.03,-3160.29,-25.9727,-1.22173,0,0,-0.573576,0.819152,300,100,1), - (17194,1735,1,-5033.33,-2374.65,-54.6469,1.36136,0,0,0.629322,0.777145,300,100,1), - (17195,1735,1,-4986.4,-2329.07,-55.3801,2.75762,0,0,0.981627,0.190809,300,100,1), - (17196,175565,1,-5444.84,-2912.98,-52.0082,2.23402,0,0,0.898794,0.438371,300,100,1), - (17197,175565,1,-5587.25,-2736.15,-46.6074,0.715585,0,0,0.350207,0.936672,300,100,1), - (17198,82136,1,-5478.1,-2392.13,57.1813,0.53152,-0.076348,-0.08376,0.2553,0.960196,180,100,1), - (17199,190483,1,-5139.71,-1918.91,89.1875,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (17200,190484,1,-5184.79,-2164.45,94.634,1.51844,0,0,0.688355,0.725374,180,100,1), - (17201,176344,1,-4922.24,-1831.89,80.8201,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (17202,82137,1,-5518.15,-2464.61,31.6438,1.56039,0.002877,-0.040103,0.702282,0.710763,180,100,1), - (17203,82138,1,-5610.58,-2495.13,29.9864,0.000236,0,0,0.000118,1,180,100,1), - (17204,82139,1,-5654.16,-2372.83,1.85099,-1.56422,0.055479,0.000182,-0.704785,0.707248,180,100,1), - (17205,82140,1,-5657.36,-2473.02,3.31158,-0.20137,0,0,-0.100515,0.994936,180,100,1), - (17206,20447,1,-5567.63,-1574,9.90693,-3.03687,0,0,0.99863,-0.052336,10,100,1), - (17207,20447,1,-5573.47,-1570.52,9.82671,-1.3439,0,0,0.622515,-0.782608,10,100,1), - (17208,20447,1,-5570.18,-1571.24,9.65319,-2.40855,0,0,0.93358,-0.358368,10,100,1), - (17209,3301,1,-5138.27,-1932.51,89.2381,-0.122173,0,0,-0.061049,0.998135,180,100,1), - (17211,175592,1,-4956.63,-2191.31,-54.9907,3.14159,0,0,1,0,180,100,1), - (17212,175593,1,-5045.73,-2168.27,-51.7979,2.97669,0,0,0.996603,0.08236,180,100,1), - (17213,175594,1,-5079.25,-2244.01,-54.5151,2.56211,0,0,0.958318,0.285703,180,100,1), - (17214,175595,1,-5029.16,-2259.39,-52.4316,-1.03537,-0.017271,-0.030326,-0.494569,0.868437,180,100,1), - (17215,175596,1,-5107.87,-2276.88,-55.2354,-0.66088,0,0,-0.324459,0.9459,180,100,1), - (17216,175597,1,-5160.06,-2289.38,-44.4456,-2.81082,0,0,0.986355,-0.164634,180,100,1), - (17217,175598,1,-5157.32,-2363.84,-42.5916,-1.92108,0,0,-0.819502,0.573077,180,100,1), - (17218,175599,1,-5148.02,-2418.11,-51.4189,-2.39337,0,0,0.930833,-0.365445,180,100,1), - (17219,175600,1,-5101.31,-2413.01,-48.4659,-0.613708,0,0,-0.302061,0.953289,180,100,1), - (17220,175601,1,-5207.53,-2430.54,-42.6051,-1.00469,0.065328,-0.025956,-0.480826,0.873994,180,100,1), - (17221,175602,1,-5183.1,-2505.18,-51.2898,-2.38263,0,0,0.928857,-0.370438,180,100,1), - (17222,175603,1,-5160.03,-2564.59,-50.2528,1.28273,-0.026193,-0.008671,0.598247,0.800837,180,100,1), - (17223,176115,1,-5458.62,-2457.55,89.2801,0.331613,0,0,0.165048,0.986286,2,100,1), - (17224,175604,1,-5190.62,-2457.54,-51.991,-0.257237,0,0,-0.128264,0.99174,180,100,1), - (17225,175605,1,-5057.56,-2270.34,-53.3435,2.52069,-0.035894,0.002357,0.951673,0.304999,180,100,1), - (17226,2040,1,-5207.28,-1218.45,49.2347,1.13446,0,0,0.537298,0.843393,300,100,1), - (17227,2040,1,-4941.11,-2333.84,-54.8899,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (17228,138496,1,-1149.77,2891.14,200.757,0.680678,0,0,0.333807,0.942642,900,100,1), - (17229,35844,1,-8243.15,-2990.82,8.77967,3.14159,0,0,1,0,900,100,1), - (17230,142343,1,-9619.27,-2815.05,8.21132,-3.13287,0,0,0.99999,-0.004363,2,100,1), - (17231,2061,1,-8051.44,-5279.61,0.578709,0.946591,0,0,0.455822,0.890071,900,100,1), - (17232,2061,1,-8368.58,-3008.01,8.64895,2.71399,0,0,0.977231,0.212178,900,100,1), - (17233,2061,1,-8499.14,-3036.32,8.97796,2.95833,0,0,0.995805,0.091502,900,100,1), - (17234,2061,1,-7985.06,-5137.25,6.18989,-0.605462,0,0,-0.298128,0.954526,900,100,1), - (17235,2061,1,-9419.47,-2757.9,20.1333,-1.96664,0,0,-0.832341,0.554263,900,100,1), - (17236,2061,1,-7855.77,-5113.21,6.84168,3.14159,0,0,1,0,900,100,1), - (17237,2061,1,-7908.16,-5207.86,0.656972,2.28638,0.003619,0.007941,0.909927,0.414677,900,100,1), - (17238,2061,1,-7956.97,-5240.44,1.45799,0.656276,0,0,0.322281,0.946644,900,100,1), - (17239,2061,1,-8363.97,-3008.64,8.66596,-1.87623,0,0,-0.806445,0.59131,900,100,1), - (17240,141838,1,-7199.05,-3766.19,8.65915,2.69653,0,0,0.975342,0.220697,900,100,1), - (17241,180750,1,-7518.89,-4886.82,0,-2.14675,0,0,-0.878816,0.477161,900,100,1), - (17242,180750,1,-8240.89,-5266.22,0,-2.30383,0,0,-0.913544,0.406739,900,100,1), - (17243,141839,1,-7197.15,-3764.29,8.78143,2.99324,0,0,0.99725,0.074109,900,100,1), - (17244,174863,1,-8065.51,-5226.18,2.13007,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (17245,180751,1,-7764.8,-5141.1,0,2.35619,0,0,0.923879,0.382686,900,100,1), - (17246,180751,1,-7175.57,-4915.66,0,0.20944,0,0,0.104529,0.994522,900,100,1), - (17247,180751,1,-7020.72,-4871.83,0,4.71239,0,0,0.707106,-0.707107,900,100,1), - (17248,141840,1,-7387.53,-4726.64,9.14903,-2.86234,0,0,0.990268,-0.139173,900,100,1), - (17249,186896,1,-8030.42,-5210.64,1.88178,-1.20427,-0.007192,0.004943,-0.566383,0.824096,900,100,1), - (17250,180752,1,-6932.98,-4950.85,0,-1.25664,0,0,-0.587786,0.809016,900,100,1), - (17251,180752,1,-8460.64,-5041.87,0,-0.942478,0,0,-0.453991,0.891006,900,100,1), - (17252,141841,1,-7390.03,-4724.99,8.98808,-2.24275,0,0,0.900698,-0.434445,900,100,1), - (17253,186897,1,-8016.52,-5205.16,2.33653,-1.19555,-0.003628,0.002424,-0.5628,0.826582,900,100,1), - (17254,2066,1,-7561.69,-4739.36,8.95663,3.14159,0,0,1,0,900,100,1), - (17255,2066,1,-8243.15,-2990.82,8.77967,3.14159,0,0,1,0,900,100,1), - (17256,2066,1,-7141.32,-3862.75,8.90422,2.53073,0,0,0.953717,0.300706,900,100,1), - (17257,2066,1,-8365.52,-3018.45,8.6453,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (17258,186898,1,-8022.96,-5207.63,2.12711,-1.19554,-0.014511,0.009696,-0.562719,0.826464,900,100,1), - (17259,141843,1,-7561.69,-4739.36,8.95663,3.14159,0,0,1,0,900,100,1), - (17260,186899,1,-8017.87,-5196.56,4.94711,1.94604,0,0,0.82659,0.562805,900,100,1), - (17261,141844,1,-9419.47,-2757.9,20.1333,-1.96664,0,0,-0.832341,0.554263,900,100,1), - (17262,186900,1,-8022.25,-5198.28,4.94711,1.94604,0,0,0.82659,0.562805,900,100,1), - (17263,141845,1,-7403.83,-4585.27,8.87679,0.231925,0,0,0.115703,0.993284,900,100,1), - (17264,186901,1,-8026.69,-5200.05,4.94711,1.94604,0,0,0.82659,0.562805,900,100,1), - (17265,186902,1,-8019.38,-5192.82,4.94711,-1.19555,0,0,-0.562805,0.82659,900,100,1), - (17266,186903,1,-8023.76,-5194.54,4.94711,-1.19555,0,0,-0.562805,0.82659,900,100,1), - (17267,186904,1,-8028.2,-5196.31,4.94711,-1.19555,0,0,-0.562805,0.82659,900,100,1), - (17268,148504,1,-7211.86,-3931.95,8.93272,1.55334,0,0,0.700909,0.71325,2,100,1), - (17270,149026,1,-8365.52,-3018.45,8.6453,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (17271,149027,1,-8363.97,-3008.64,8.66596,-1.87623,0,0,-0.806445,0.59131,900,100,1), - (17272,149028,1,-8368.58,-3008.01,8.64895,2.71399,0,0,0.977231,0.212178,900,100,1), - (17273,149029,1,-8499.14,-3036.32,8.97796,2.95833,0,0,0.995805,0.091502,900,100,1), - (17274,179496,1,-8100.17,-5136.79,13.5269,-0.820305,0,0,0.398749,-0.91706,7200,100,1), - (17275,179496,1,-8054.98,-5107.89,14.4904,-0.593412,0,0,0.292372,-0.956305,7200,100,1), - (17276,179496,1,-7968.51,-5381.24,0.569156,-0.383972,0,0,0.190809,-0.981627,7200,100,1), - (17277,179496,1,-8051.38,-5369.1,18.4237,-2.37365,0,0,0.927184,-0.374607,7200,100,1), - (17278,179496,1,-8034.93,-5338.55,0.962783,-0.820305,0,0,0.398749,-0.91706,7200,100,1), - (17279,179496,1,-7949.76,-5437.49,17.4112,0.541052,0,0,0.267238,0.96363,7200,100,1), - (17280,179496,1,-7984.64,-5246.64,2.0607,-2.80998,0,0,0.986286,-0.165048,7200,100,1), - (17281,179496,1,-8040.09,-5380.51,0.569111,0.10472,0,0,0.052336,0.99863,7200,100,1), - (17282,142122,1,-6900.14,-4829.42,7.99193,2.53073,0,0,0.953717,0.300706,2,100,1), - (17283,2866,1,-8714.07,-2551.58,19.6302,2.09439,0,0,0.866024,0.500002,300,100,1), - (17284,2866,1,-7485.71,-4584.72,10.1817,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (17285,2866,1,-8177.81,-4122.43,12.3763,2.77507,0,0,0.983255,0.182237,300,100,1), - (17288,2866,1,-7914.09,-3653.87,52.9646,2.46091,0,0,0.942641,0.333809,300,100,1), - (17289,180248,0,-14779.9,503.113,0,2.3911,0,0,0.930418,0.366501,180,100,1), - (17290,2866,1,-7849.28,-3315.92,62.3208,-0.401426,0,0,-0.199368,0.979925,300,100,1), - (17291,2866,1,-8579.51,-4073.79,22.9933,1.81514,0,0,0.78801,0.615662,300,100,1), - (17292,180248,0,-14748.5,568.119,0,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (17293,2866,1,-8686.27,-3359.3,8.72276,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (17294,2866,1,-7309.85,-3081.93,12.753,1.11701,0,0,0.529919,0.848048,300,100,1), - (17295,2866,1,-9250.54,-2788.81,13.347,0.418879,0,0,0.207912,0.978148,300,100,1), - (17296,2866,1,-8220.14,-3416.42,19.0372,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (17297,2866,1,-8174.85,-5151.06,4.86231,1.309,0,0,0.608763,0.793352,300,100,1), - (17298,4149,1,-7280.29,-4542.58,8.87676,1.41372,0,0,0.649448,0.760406,7200,100,1), - (17299,4149,1,-7686.44,-4269.25,9.15006,-0.802851,0,0,0.390731,-0.920505,7200,100,1), - (17300,4149,1,-7378.62,-4403.74,9.49297,-1.58825,0,0,0.71325,-0.700909,7200,100,1), - (17301,150075,1,-7118.87,-3795.27,8.37656,-0.235619,0,0,-0.117537,0.993069,2,100,1), - (17302,142140,1,-7909.15,-3824.9,32.2033,1.93731,0,0,0.824125,0.566409,300,100,1), - (17303,142140,1,-8829.68,-3445.35,10.4582,2.25148,0,0,0.902586,0.430509,300,100,1), - (17304,142140,1,-9280.2,-2936.7,9.67755,-0.139626,0,0,-0.0697563,0.997564,300,100,1), - (17305,142140,1,-6999.92,-4372.03,11.0493,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (17306,142140,1,-6829.44,-2863.88,10.5763,-0.820305,0,0,-0.398749,0.91706,300,100,1), - (17308,142140,1,-6918.99,-4380.4,11.7204,1.29154,0,0,0.601814,0.798637,300,100,1), - (17309,142140,1,-9226.02,-2944.88,15.0825,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (17310,142140,1,-8250.95,-4537.64,0.388901,2.84489,0,0,0.989016,0.147808,300,100,1), - (17311,142140,1,-8955.75,-3516.86,17.5743,-0.2618,0,0,-0.130526,0.991445,300,100,1), - (17312,324,1,-8327.19,-4634.65,14.1491,3.12414,0,0,0.999962,0.0087262,300,100,1), - (17313,324,1,-9234.02,-4041.78,-39.3105,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (17314,324,1,-8854.05,-2247.24,10.9005,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (17315,324,1,-7901.32,-2439.83,-31.0405,1.09956,0,0,0.5225,0.852639,300,100,1), - (17316,177226,1,-6724.44,-4723.01,22.8234,-1.45735,0,0,-0.665882,0.746057,900,100,1), - (17317,177227,1,-6731.74,-4723.94,21.6472,0.436332,0,0,0.21644,0.976296,900,100,1), - (17318,133466,1,-7164.13,-3845.34,8.69901,-1.79769,0,0,-0.782608,0.622515,900,100,1), - (17319,133467,1,-7165.2,-3849.55,8.69901,1.3439,0,0,0.622514,0.782608,900,100,1), - (17320,133468,1,-7160.83,-3850.54,8.69901,1.3439,0,0,0.622514,0.782608,900,100,1), - (17321,133469,1,-7159.86,-3846.32,8.69901,-1.79769,0,0,-0.782608,0.622515,900,100,1), - (17322,142181,1,-8029.67,-5198.92,13.1196,0.837758,0,0,0.406737,0.913545,2,100,1), - (17323,142181,1,-8027.62,-5196.67,13.1196,1.51844,0,0,0.688355,0.725374,2,100,1), - (17324,142181,1,-8024.42,-5195.41,13.1196,0.994838,0,0,0.477159,0.878817,2,100,1), - (17325,142181,1,-8023.04,-5196.92,13.1196,1.44862,0,0,0.66262,0.748956,2,100,1), - (17326,142181,1,-8026.07,-5198.19,13.1196,1.46608,0,0,0.669131,0.743145,2,100,1), - (17327,142184,1,-7978.56,-5495.29,7.52451,1.74533,0,0,0.766044,0.642788,180,100,1), - (17328,186218,1,-8236.72,-4312.28,-202.237,-1.99152,0,0,-0.839173,0.543865,900,100,1), - (17329,153451,1,-7994.46,-5416.43,1.12043,0.907571,0,0,0.438371,0.898794,7200,100,1), - (17330,153451,1,-7894.02,-5157.05,5.622,-2.07694,0,0,0.861629,-0.507538,7200,100,1), - (17331,153451,1,-8374.43,-2975.6,8.52213,1.50098,0,0,0.681998,0.731354,7200,100,1), - (17332,175736,1,-9413.78,-2762.81,20.8703,-2.32129,0,0,0.91706,-0.398749,2,100,1), - (17333,175490,1,-8295.8,-2957.03,8.68778,1.85226,0,0,0.7993,0.600932,900,100,1), - (17334,175491,1,-8339.61,-2935.07,8.62471,-2.12234,0,0,0.872926,-0.487852,900,100,1), - (17335,175492,1,-8276.58,-3025.49,8.62509,3.14159,0,0,1,0,900,100,1), - (17336,148876,1,-7855.77,-5113.21,6.84168,3.14159,0,0,1,0,900,100,1), - (17337,178829,1,-6829.23,-2874.29,9.19099,-1.18682,0,0,-0.559193,0.829038,900,100,1), - (17338,148877,1,-7908.16,-5207.86,0.656972,2.28638,0.003619,0.007941,0.909927,0.414677,900,100,1), - (17339,148878,1,-7956.97,-5240.44,1.45799,0.656276,0,0,0.322281,0.946644,900,100,1), - (17340,148879,1,-7985.06,-5137.25,6.18989,-0.605462,0,0,-0.298128,0.954526,900,100,1), - (17341,148880,1,-8051.44,-5279.61,0.578709,0.946591,0,0,0.455822,0.890071,900,100,1), - (17342,175763,1,-7229.43,-3739.23,9.60493,1.65806,0,0,0.737277,0.67559,900,100,1), - (17343,160409,1,-8064.89,-5228.13,2.38791,1.85877,0,0,0.801253,0.598325,900,100,1), - (17344,160410,1,-8066.98,-5227.7,2.38791,0.846484,0,0,0.410719,0.911762,900,100,1), - (17345,160411,1,-8086.16,-5300.1,1.88778,2.47837,0,0,0.945518,0.325568,900,100,1), - (17346,160413,1,-8087.75,-5299.39,2.18017,-0.759218,0,0,-0.370557,0.92881,900,100,1), - (17347,160414,1,-8086.61,-5298.59,2.18017,-1.22173,0,0,-0.573576,0.819152,900,100,1), - (17348,160415,1,-8088.13,-5300.64,2.18017,0.253072,0,0,0.126199,0.992005,900,100,1), - (17349,160416,1,-8110.22,-5272.12,1.88768,1.213,0,0,0.569997,0.821647,900,100,1), - (17350,160418,1,-8007.82,-5202.63,5.03778,-1.20428,0,0,-0.566406,0.824126,900,100,1), - (17351,160419,1,-8015.64,-5195.34,13.2124,0.383972,0,0,0.190809,0.981627,900,100,1), - (17354,160420,1,-8015.71,-5190.44,13.1489,-2.84489,0,0,0.989016,-0.14781,900,100,1), - (17356,180750,1,-4825.53,2112.97,0,-0.349066,0,0,-0.173648,0.984808,180,100,1), - (17357,180750,1,-4520.65,2367.78,0,-1.37881,0,0,-0.636078,0.771625,180,100,1), - (17358,151977,1,-7070.47,-3756.78,8.57002,-0.095995,0.095735,-0.004599,-0.047758,0.99425,900,100,1), - (17359,151978,1,-7070.33,-3757.64,9.19417,1.4748,0.070947,0.064444,0.669271,0.73681,900,100,1), - (17360,164778,1,-6929.17,-2481.08,-180.701,1.8675,0,0,0.803857,0.594823,7200,100,1), - (17361,151979,1,-7069.45,-3757.33,9.71333,3.0456,0,0,0.998848,0.047978,900,100,1), - (17362,140971,1,-8919.91,-3518.7,11.5242,2.25148,0,0,0.902585,0.430511,180,100,1), - (17363,140971,1,-9302.86,-2958.55,8.94364,2.60054,0,0,0.96363,0.267238,180,100,1), - (17364,140971,1,-7433.78,-3319.01,11.2148,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (17365,140971,1,-9310.7,-3003.86,9.61252,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (17366,140971,1,-8906.04,-2902.97,42.7558,0.20944,0,0,0.104528,0.994522,180,100,1), - (17367,140971,1,-9298.52,-3122.07,10.4548,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (17368,140971,1,-8539.24,-4207.13,9.46776,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (17369,140971,1,-9111.01,-3406.12,26.6892,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (17370,140971,1,-7494.61,-2757.58,11.7692,2.49582,0,0,0.948324,0.317305,180,100,1), - (17371,140971,1,-7646.07,-3492.95,22.178,2.07694,0,0,0.861629,0.507538,180,100,1), - (17372,140971,1,-9128.89,-2914.41,40.1765,-2.16421,0,0,0.882948,-0.469472,180,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (16577,180655,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (16578,180655,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (16579,180655,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (16580,180655,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (16581,2061,1,-4956.63,-2191.31,-54.9907,3.14159,0,0,1,0,180,180,100,1), + (16583,3695,0,-10585.9,-1205.39,28.4989,0.802851,0,0,0.390731,0.920505,3600,3600,100,1), + (16584,2061,1,-5160.03,-2564.59,-50.2528,1.28273,-0.026193,-0.008671,0.598247,0.800837,180,180,100,1), + (16585,2061,1,-5029.16,-2259.39,-52.4316,-1.03537,-0.017271,-0.030326,-0.494569,0.868437,180,180,100,1), + (16586,180728,0,-5117.4,-791.48,483.585,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (16587,2061,1,-5107.87,-2276.88,-55.2354,-0.66088,0,0,-0.324459,0.9459,180,180,100,1), + (16589,2681,0,-1566.79,-2697.94,34.7449,-3.13287,0,0,0.99999,-0.004363,7200,7200,100,1), + (16590,3659,0,-11027.4,252.967,27.6034,-2.6529,0,0,0.970296,-0.241922,3600,3600,100,1), + (16591,2061,1,-5160.06,-2289.38,-44.4456,-2.81082,0,0,0.986355,-0.164634,180,180,100,1), + (16592,2061,1,-5045.73,-2168.27,-51.7979,2.97669,0,0,0.996603,0.08236,180,180,100,1), + (16593,2682,0,-1566.79,-2697.78,34.7197,0.008726,0,0,0.004363,0.99999,7200,7200,100,1), + (16594,2061,1,-5057.56,-2270.34,-53.3435,2.52069,-0.035894,0.002357,0.951673,0.304999,180,180,100,1), + (16595,2061,1,-5478.1,-2392.13,57.1813,0.53152,-0.076348,-0.08376,0.2553,0.960196,180,180,100,1), + (16596,2061,1,-5101.31,-2413.01,-48.4659,-0.613708,0,0,-0.302061,0.953289,180,180,100,1), + (16597,2061,1,-5207.53,-2430.54,-42.6051,-1.00469,0.065328,-0.025956,-0.480826,0.873994,180,180,100,1), + (16598,2690,0,-1350.81,-2740.07,59.1623,3.14159,0,0,1,0,2,2,100,1), + (16599,103694,0,-1546.52,-2134.93,16.8936,-0.138918,0.009311,0.0081,-0.069474,0.997507,7200,7200,100,1), + (16600,2061,1,-5157.32,-2363.84,-42.5916,-1.92108,0,0,-0.819502,0.573077,180,180,100,1), + (16601,2061,1,-4916.76,-1375.43,-52.6124,-3.0392,0,0,0.99869,-0.051176,180,180,100,1), + (16602,2061,1,-5190.62,-2457.54,-51.991,-0.257237,0,0,-0.128264,0.99174,180,180,100,1), + (16603,2061,1,-4772.61,-1895.01,89.2755,1.72223,0,0,0.758571,0.65159,180,180,100,1), + (16604,2061,0,-1546.52,-2134.93,16.8936,-0.138918,0.009311,0.0081,-0.069474,0.997507,7200,7200,100,1), + (16605,165637,0,-908.549,-3537.4,72.747,4.71239,0,0,-0.707107,0.707107,7200,7200,100,1), + (16606,179526,429,456.691,-47.364,-3.88702,-1.76278,0,0,-0.771624,0.636079,600,600,255,1), + (16607,3695,0,-10326.5,354.035,60.7475,2.35619,0,0,0.92388,0.382683,3600,3600,100,1), + (16608,175724,0,-904.437,-3537.94,76.4471,0.261799,0,0,0.130526,0.991445,7200,7200,100,1), + (16609,175760,0,-910.82,-3534.25,84.6023,-0.087267,0,0,0.04362,-0.999048,7200,7200,100,1), + (16610,2718,0,-1762.31,-1515.68,90.6093,2.87979,0,0,0.991445,0.130526,2,2,100,1), + (16611,2717,0,-1768.74,-1521.21,75.2377,3.10669,0,0,0.999848,0.017452,2,2,100,1), + (16612,3659,0,-11093.7,-72.5793,14.7385,2.35619,0,0,0.92388,0.382683,3600,3600,100,1), + (16613,2061,1,-5172.92,-2136.24,92.8891,0.97056,0,0,0.466456,0.884544,180,180,100,1), + (16614,2061,1,-5138.27,-1932.51,89.2381,-0.122173,0,0,-0.061049,0.998135,180,180,100,1), + (16615,3659,0,-10740.1,-1120.25,27.6742,-1.71042,0,0,0.75471,-0.656059,3600,3600,100,1), + (16616,180662,0,-3758.88,-608.091,0,2.56563,0,0,0.958819,0.284017,180,180,100,1), + (16617,2716,0,-1792.98,-1520.95,99.3942,0.593412,0,0,0.292372,0.956305,2,2,100,1), + (16618,178226,0,-1021.19,-3499.32,62.9924,-1.95477,0,0,0.829038,-0.559193,7200,7200,100,1), + (16619,2061,1,-5174.67,-2153.41,94.7503,0.410152,0,0,0.203642,0.979046,180,180,100,1), + (16620,2061,1,-5179.17,-2148.2,94.7503,0.279252,0,0,0.139173,0.990268,180,180,100,1), + (16627,178226,0,-1017.31,-3500.74,62.9828,-1.98968,0,0,0.838671,-0.544639,7200,7200,100,1), + (16628,178226,0,-1013.79,-3492.61,62.6533,-1.98968,0,0,0.838671,-0.544639,7200,7200,100,1), + (16629,178226,0,-1015.56,-3496.64,62.8378,-1.98968,0,0,0.838671,-0.544639,7200,7200,100,1), + (16630,178226,0,-1017.74,-3490.79,62.6632,-1.97222,0,0,0.833886,-0.551937,7200,7200,100,1), + (16631,178226,0,-1019.56,-3495.06,62.8573,-1.95477,0,0,0.829038,-0.559193,7200,7200,100,1), + (16632,176630,0,-1799.12,-1511.33,99.3942,-0.226893,0,0,0.113203,-0.993572,2,2,100,1), + (16633,3706,0,-889.523,-3550.93,71.0281,-2.32129,0,0,0.91706,-0.398749,7200,7200,100,1), + (16634,179526,429,34.5069,-391.211,-58.6112,-2.16421,0,0,-0.882948,0.469471,600,600,255,1), + (16635,2701,0,-876.186,-3901.82,143.1,1.27409,0,0,0.594823,0.803857,2,2,100,1), + (16636,113531,0,-2071.27,-2021.63,12.7549,2.67035,0,0,0.97237,0.233445,7200,7200,100,1), + (16637,113529,0,-2071.66,-2020.84,12.8919,-0.872665,0,0,0.422618,-0.906308,7200,7200,100,1), + (16638,2703,0,-1564.13,-1905.51,48.2893,-1.55334,0,0,0.700909,-0.71325,2,2,100,1), + (16639,179526,429,-12.3063,-396.872,-4.22113,-0.593412,0,0,-0.292372,0.956305,600,600,255,1), + (16640,2710,0,-2175.81,-1610.09,-48.3808,1.32645,0,0,0.615662,0.788011,2,2,100,1), + (16641,2707,0,-2161.57,-1696.34,-35.108,-1.93731,0,0,0.824126,-0.566406,2,2,100,1), + (16642,2709,0,-2175.47,-1708.77,-40.3075,-1.67552,0,0,0.743145,-0.669131,2,2,100,1), + (16643,2711,0,-2041.91,-2155.19,20.3598,2.32129,0,0,0.91706,0.398749,7200,7200,100,1), + (16644,180685,0,-2066.96,-2050.27,0,-1.90241,0,0,-0.814116,0.580702,3600,3600,100,1), + (16645,180683,0,-2183.26,-1867.59,0,0.069813,0,0,0.0348994,0.999391,3600,3600,100,1), + (16646,3707,0,-1910.73,-3197.75,57.2049,-2.16421,0,0,0.882948,-0.469472,7200,7200,100,1), + (16647,3706,0,-1072.49,-2906.36,42.1947,0.191986,0,0,0.095846,0.995396,7200,7200,100,1), + (16648,2855,0,-2062.35,-3330.59,58.517,3.00197,0,0,0.997564,0.069757,7200,7200,100,1), + (16649,2061,1,-5191.84,-2162.67,94.7503,0.340339,0,0,0.16935,0.985556,180,180,100,1), + (16650,2061,1,-5466.54,-2459.44,89.4001,0.122174,0,0,0.061049,0.998135,180,180,100,1), + (16651,2061,1,-5469.37,-2453.16,89.4001,-0.008727,0,0,-0.004363,0.99999,180,180,100,1), + (16653,2061,1,-5485.63,-2463.44,89.4001,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (16654,2066,1,-5091.73,-2324.65,-54.2667,-0.316489,0,0,-0.157585,0.987505,180,180,100,1), + (16655,2066,1,-5451.91,-2437.63,89.8531,3.03718,0,0,0.998637,0.052184,180,180,100,1), + (16656,2066,1,-4610.73,-1264.22,-52.0391,2.72625,0,0,0.978514,0.20618,180,180,100,1), + (16657,2066,1,-5090.07,-1931.44,88.6547,2.83616,0,0,0.988361,0.152123,180,180,100,1), + (16658,2066,1,-4996.21,-2235.8,-52.611,3.14159,0,0,1,0,180,180,100,1), + (16659,2066,1,-5079.25,-2244.01,-54.5151,2.56211,0,0,0.958318,0.285703,180,180,100,1), + (16660,2066,1,-5183.1,-2505.18,-51.2898,-2.38263,0,0,0.928857,-0.370438,180,180,100,1), + (16661,2066,1,-4631.1,-1242.39,-53.3468,-2.1903,0,0,0.888998,-0.457912,180,180,100,1), + (16662,2066,1,-5148.02,-2418.11,-51.4189,-2.39337,0,0,0.930833,-0.365445,180,180,100,1), + (16663,2066,1,-4763,-2136.22,83.3601,0.83155,0,0,0.403899,0.914804,180,180,100,1), + (16664,175384,1,-5206.03,-1206.55,46.6261,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (16665,175384,1,-5189.21,-1226.36,48.3676,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (16666,175384,1,-5163.12,-1188.2,49.3364,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (16667,175384,1,-4979.82,-922.367,-5.0667,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (16668,175384,1,-4941.67,-932.74,-5.70592,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (16669,175384,1,-4940,-953.809,-5.5144,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (16670,175384,1,-5026.37,-969.513,-5.52574,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (16671,175384,1,-5062.78,-985.974,-5.02165,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (16672,175384,1,-5046.78,-899.409,-3.26776,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (16673,89635,1,-4974.25,-881.128,-5.94958,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (16674,89635,1,-5053.43,-1026.14,-2.05296,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (16705,89635,1,-5109.49,-1044.19,-5.67548,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (16710,89635,1,-5054.83,-952.189,-4.98981,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (16711,89635,1,-5187.87,-1205.77,47.0512,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (16712,89635,1,-5156.67,-908.675,-5.31949,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (16713,89635,1,-4985.95,-810.797,-1.75875,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (16714,89635,1,-4930.05,-907.382,-6.2314,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (16715,2852,1,-5551.36,-1603.04,20.8878,1.309,0,0,0.608761,0.793353,7200,7200,100,1), + (16716,180664,0,-3758.88,-608.091,0,2.56563,0,0,0.958819,0.284017,180,180,100,1), + (16717,174549,230,793.602,-263.943,-43.3257,-2.10312,0,0,0.868198,-0.496217,600,600,100,1), + (16718,2852,1,-4579.8,-1250.09,-53.8562,-1.0821,0,0,0.515038,-0.857167,7200,7200,100,1), + (16719,2852,1,-5105.39,-1046.76,-5.58009,-3.03687,0,0,0.99863,-0.052336,7200,7200,100,1), + (16720,2852,1,-4913.32,-2409.45,-51.8143,-1.71042,0,0,0.75471,-0.656059,7200,7200,100,1), + (16721,2852,1,-5119.84,-2322.7,-55.3846,1.15192,0,0,0.544639,0.838671,7200,7200,100,1), + (16722,2855,1,-6465.63,-3565.99,-58.7499,0.575959,0,0,0.284015,0.95882,7200,7200,100,1), + (16733,174450,230,820.839,-166.987,-49.7396,0.375246,0,0,0.186524,0.98245,600,600,100,1), + (16734,180662,0,-3070.82,-916.696,0,-0.715585,0,0,-0.350207,0.936672,180,180,100,1), + (16735,148996,0,-6902.43,-1082.71,269.741,2.71553,0,0,0.977395,0.211424,-600,-600,100,1), + (16736,149020,0,-6993.21,-1134.91,271.049,2.06559,0,0,0.858734,-0.652163,-600,-600,100,1), + (16737,149017,0,-7021.83,-1294.12,271.778,3.36228,0,0,0.993918,-0.110119,-600,-600,100,1), + (16738,149019,0,-6929.73,-1430.43,269.668,3.2649,0,0,0.9981,-0.0616128,-600,-600,100,1), + (16739,153205,0,-11234.1,-2831,157.925,4.56246,0,0,0.758079,-0.652163,900,900,100,1), + (16740,148997,0,-6902.73,-1082.62,278.213,3.00987,0,0,0.997832,0.0658127,-600,-600,100,1), + (16741,149022,0,-6993.09,-1134.88,279.316,3.95392,0,0,0.918643,-0.395088,-600,-600,100,1), + (16742,149018,0,-7021.9,-1294.26,280.061,4.52333,0,0,0.770693,-0.637206,-600,-600,100,1), + (16743,149021,0,-6929.74,-1430.36,277.768,3.32403,0,0,0.995843,-0.0910906,-600,-600,100,1), + (16744,180664,0,-3070.82,-916.696,0,-0.715585,0,0,-0.350207,0.936672,180,180,100,1), + (16746,175670,1,-4772.61,-1895.01,89.2755,1.72223,0,0,0.758571,0.65159,180,180,100,1), + (16747,175671,1,-4763,-2136.22,83.3601,0.83155,0,0,0.403899,0.914804,180,180,100,1), + (16748,175672,1,-4916.76,-1375.43,-52.6124,-3.0392,0,0,0.99869,-0.051176,180,180,100,1), + (16749,175928,1,-5103.84,-2043.13,-42.6435,0.244346,0,0,0.121869,0.992546,600,600,100,1), + (16750,175928,1,-4930.69,-1901.59,-43.5387,2.05949,0,0,0.857167,0.515038,600,600,100,1), + (16751,1628,0,-1492.62,-1855.8,68.6593,2.18166,0,0,0.88701,0.461749,300,300,100,1), + (16753,2046,0,-591.491,-1840.91,57.5376,-2.61799,0,0,-0.965925,0.258821,300,300,100,1), + (16754,1622,0,-11163.2,-651.938,68.1639,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (16755,175928,1,-5063.93,-2019.54,-48.0281,2.54818,0,0,0.956305,0.292372,600,600,100,1), + (16756,175928,1,-5086.39,-2095.23,-41.6649,-0.942478,0,0,0.453991,-0.891006,600,600,100,1), + (16757,175928,1,-4940.91,-1971.22,-45.1466,-2.74017,0,0,0.979925,-0.199368,600,600,100,1), + (16758,2046,0,-1519.52,-1558.75,48.0533,-0.994838,0,0,-0.477159,0.878817,300,300,100,1), + (16762,149047,0,-6683.73,-1194.19,242.02,0.212059,0,0,0.105831,0.994384,-360,-360,0,1), + (16763,2852,0,-11107.9,-533.204,33.2088,-0.244346,0,0,0.121869,-0.992546,3600,3600,100,1), + (16764,1624,0,-1351.68,-1546.78,46.9995,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (16766,180662,0,-3142.66,-901.367,0,-2.79253,0,0,-0.984808,0.173647,180,180,100,1), + (16767,175673,1,-4915.02,-2078.63,84.9253,-3.12951,0,0,0.999982,-0.00604,180,180,100,1), + (16768,175674,1,-5090.07,-1931.44,88.6547,2.83616,0,0,0.988361,0.152123,180,180,100,1), + (16769,175675,1,-5172.92,-2136.24,92.8891,0.97056,0,0,0.466456,0.884544,180,180,100,1), + (16770,164870,1,-339,-1896,107.017,-2,0,0,0.838671,-0.544639,180,180,100,1), + (16771,164870,1,-331,-1889,105.352,0.541,0,0,0.267238,0.96363,180,180,100,1), + (16772,164870,1,-255,-1878,93.256,-2,0,0,0.71325,-0.700909,180,180,100,1), + (16773,180664,0,-3142.66,-901.367,0,-2.79253,0,0,-0.984808,0.173647,180,180,100,1), + (16774,164870,1,-250,-1868,93.291,2.845,0,0,0.989016,0.147809,180,180,100,1), + (16775,176195,1,-4689.41,-1434.1,-50.5466,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (16776,164870,1,-241,-1880,94.031,-3,0,0,0.956305,-0.292372,180,180,100,1), + (16777,23880,1,-4610.73,-1264.22,-52.0391,2.72625,0,0,0.978514,0.20618,180,180,100,1), + (16778,175944,1,-5004.07,-2108.19,83.1568,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (16779,23881,1,-4631.1,-1242.39,-53.3468,-2.1903,0,0,0.888998,-0.457912,180,180,100,1), + (16780,1622,1,-5747.45,-4306.07,-55.9747,-1.48353,0,0,-0.67559,0.737277,300,300,100,1), + (16781,1622,1,-5050.54,-2282.43,-50.0924,-1.20428,0,0,-0.566407,0.824125,300,300,100,1), + (16782,3707,0,-1928.8,-2950.61,107.574,1.91986,0,0,0.819152,0.573576,7200,7200,100,1), + (16783,1623,0,-1828.69,-1807.54,58.9707,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (16784,3707,0,-1659.76,-1714.63,68.4738,1.18682,0,0,0.559193,0.829038,7200,7200,100,1), + (16785,2722,0,-941.947,-3116.2,51.0945,-1.51844,0,0,0.688354,-0.725374,7200,7200,100,1), + (16786,3706,0,-877.49,-2016.95,34.5367,-2.16421,0,0,0.882948,-0.469472,7200,7200,100,1), + (16787,105579,0,-1086.51,-2931.57,42.8673,2.02458,0,0,0.848048,0.529919,7200,7200,100,1), + (16788,3707,0,-1621.44,-1932.84,68.148,-0.820305,0,0,0.398749,-0.91706,7200,7200,100,1), + (16789,2857,0,-1692.7,-1539.71,55.2293,-0.977384,0,0,0.469472,-0.882948,7200,7200,100,1), + (16790,1623,0,-623.604,-2238,71.4582,-1.91986,0,0,-0.819151,0.573577,300,300,100,1), + (16791,3707,0,-1480.85,-3100.39,14.0931,-3.08923,0,0,0.999657,-0.026177,7200,7200,100,1), + (16792,1623,0,-759.119,-3284.12,84.5637,2.28638,0,0,0.909961,0.414694,300,300,100,1), + (16793,2043,0,-1771.3,-2885.12,42.1223,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (16794,2857,0,-2168.59,-1621.15,-48.458,-1.95477,0,0,0.829038,-0.559193,7200,7200,100,1), + (16795,2712,0,-2298.33,-1623.97,-65.0526,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (16796,1623,0,-2050.49,-2709.37,86.1875,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (16797,2043,0,-942.014,-2842.26,64.9513,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (16798,2043,0,-869.581,-3139.85,76.249,-1.20428,0,0,-0.566407,0.824125,300,300,100,1), + (16799,1623,0,-881.09,-2529.14,70.8584,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (16801,2041,0,-1779.89,-2486.7,55.347,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (16802,1622,1,-6614.29,-3420.31,-54.0251,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (16803,1622,1,-5382.02,-2890.19,-56.9546,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (16804,1622,1,-4236.6,-882.674,-51.1738,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (16805,1622,1,-5159.61,-1656.97,-51.7148,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (16806,1623,1,-4763.75,-1512.02,-29.4484,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (16807,1623,1,-5037.55,-990.51,-0.227802,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (16808,1623,1,-5511.85,-2105.84,-45.3706,2.60054,0,0,0.96363,0.267239,300,300,100,1), + (16809,1623,1,-5005,-1379.94,-35.9993,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (16810,1623,1,-5392.03,-3056.56,-27.2888,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (16811,1624,1,-4789.25,-1593.3,-52.5242,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (16812,1624,1,-5947.85,-3948.68,-58.75,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (16813,2042,0,-657.878,-1925.95,60.6006,-0.087267,0,0,-0.0436197,0.999048,300,300,100,1), + (16814,1624,1,-5424.73,-2895.32,-55.9914,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (16815,1624,1,-5584.95,-4081.93,-58.75,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (16816,1624,1,-5529.06,-1908.74,-58.8193,-1.02974,0,0,-0.492422,0.870357,300,300,100,1), + (16861,32109,1,-5091.73,-2324.65,-54.2667,-0.316489,0,0,-0.157585,0.987505,180,180,100,1), + (16862,32110,1,-5451.91,-2437.63,89.8531,3.03718,0,0,0.998637,0.052184,180,180,100,1), + (16863,50803,1,-5174.67,-2153.41,94.7503,0.410152,0,0,0.203642,0.979046,180,180,100,1), + (16864,50803,1,-5466.54,-2459.44,89.4001,0.122174,0,0,0.061049,0.998135,180,180,100,1), + (16865,50804,1,-5179.17,-2148.2,94.7503,0.279252,0,0,0.139173,0.990268,180,180,100,1), + (16866,50804,1,-5469.37,-2453.16,89.4001,-0.008727,0,0,-0.004363,0.99999,180,180,100,1), + (16867,70517,1,-5551.12,-3264.92,-43.5354,1.95787,0,0,0.829904,0.557905,180,180,100,1), + (16868,50805,1,-5191.84,-2162.67,94.7503,0.340339,0,0,0.16935,0.985556,180,180,100,1), + (16869,50805,1,-5485.63,-2463.44,89.4001,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (16872,9847,1,-5062.52,-2329.1,-54.0617,3.14159,0,0,1,0,180,180,100,1), + (16873,101751,1,-5438.07,-3097.36,96.4584,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (16874,11898,1,-4665.43,-1827.67,85.4053,0.061086,0,0,0.030538,0.999534,180,180,100,1), + (16875,11898,1,-5399.19,-2504.62,89.0211,2.60927,0,0,0.964787,0.263032,180,180,100,1), + (16876,11899,1,-4670.77,-1849.61,-44.1442,-0.18326,0,0,-0.091502,0.995805,180,180,100,1), + (16877,11899,1,-5382.5,-2489.42,-40.5284,2.36492,0,0,0.92554,0.378649,180,180,100,1), + (16878,19839,1,-4731.76,-1811.68,-43.1678,2.74889,0,0,0.980785,0.19509,180,180,100,1), + (16879,177791,0,-10167.9,2317.99,-49.5797,0.228092,0,0,0.113799,0.993504,180,180,100,1), + (16880,181631,1,-4923.73,-1377.86,-52.6124,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (16881,19840,1,-4734.31,-1810.87,-43.1542,-0.392698,0,0,-0.19509,0.980785,180,180,100,1), + (16882,19841,1,-4734.33,-1810.85,-44.0448,-0.392698,0,0,-0.19509,0.980785,180,180,100,1), + (16883,19842,1,-4971.38,-1716.99,-59.3457,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (16884,19843,1,-4973.21,-1719.14,-59.3188,0.767946,0,0,0.374607,0.927184,180,180,100,1), + (16885,20356,1,-5227.14,-2803.95,-8.69457,1.38494,-0.198415,-0.092603,0.632158,0.743258,180,180,100,1), + (16886,19844,1,-4971.3,-1718.92,-59.3792,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (16887,19845,1,-4971.33,-1718.9,-60.2077,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (16888,19846,1,-4973.23,-1719.17,-60.1576,0.767946,0,0,0.374607,0.927184,180,180,100,1), + (16889,19847,1,-4971.37,-1714.06,-61.3412,-0.802852,-0.314157,0.070458,-0.38768,0.863739,180,180,100,1), + (16890,19848,1,-5342.75,-2338.28,-44.836,0.122174,0,0,0.061049,0.998135,180,180,100,1), + (16891,19849,1,-5341.05,-2339.33,-44.8772,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (16892,19850,1,-5341.03,-2339.36,-45.7039,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (16893,19851,1,-5341.59,-2336.64,-44.8335,-1.44862,0,0,-0.66262,0.748956,180,180,100,1), + (16894,19852,1,-5341.58,-2336.67,-45.6602,-1.44862,0,0,-0.66262,0.748956,180,180,100,1), + (16895,19853,1,-5643.92,-3489.95,-54.9022,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (16896,19854,1,-5643.93,-3489.95,-55.7911,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (16897,1623,0,-687.647,-2225.17,66.1894,-1.53589,0,0,-0.694658,0.71934,300,300,100,1), + (16898,2046,0,-878.963,-2348.63,59.4464,0.750492,0,0,0.366501,0.930417,300,300,100,1), + (16899,3706,0,-1187.11,-2140.59,60.698,-0.977384,0,0,0.469472,-0.882948,7200,7200,100,1), + (16900,1624,0,-1026.27,-2298.38,43.4967,-1.25664,0,0,-0.587786,0.809016,300,300,100,1), + (16905,2043,0,-1912.36,-3340.44,61.6601,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (16907,2043,0,-1837.5,-3274.79,38.2603,-0.523599,0,0,-0.258819,0.965926,300,300,100,1), + (16909,3707,0,-1679.96,-3240.76,25.7584,-1.13446,0,0,0.5373,-0.843391,7200,7200,100,1), + (16910,3706,0,-1698.64,-1702.84,54.4731,-2.74017,0,0,0.979925,-0.199368,7200,7200,100,1), + (16911,2041,0,-1675.52,-3284.62,22.5542,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (16912,1622,0,-1566.26,-1655.15,68.1308,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (16913,2041,0,-1781.46,-3360.29,32.6288,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (16914,2712,0,-2208.79,-1749.48,-64.7426,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (16915,2712,0,-2278.12,-1764,-29.885,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (16916,2043,0,-1211.48,-2189.9,57.4285,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (16917,180248,0,-14658.5,199.432,0,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (16918,2046,0,-2065.22,-2674.7,86.9053,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (16922,1623,0,-1155.61,-2124.14,65.7596,-0.2618,0,0,-0.130526,0.991445,300,300,100,1), + (16923,2046,0,-952.627,-1819.1,59.0047,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (16925,2041,0,-1449.73,-1713.25,53.5984,1.72788,0,0,0.760407,0.649446,300,300,100,1), + (16930,179526,429,127.199,-272.801,-4.14639,-1.93732,0,0,-0.824127,0.566404,600,600,255,1), + (16933,2704,0,-2246.43,-2623.17,77.6971,-0.855212,0,0,0.414693,-0.909961,10,10,100,1), + (16934,1622,0,-863.799,-2067.71,34.5095,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (16935,1624,0,-949.071,-3219.16,68.0548,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (16936,2042,0,-1627.39,-2028.06,31.5625,1.44862,0,0,0.662619,0.748957,300,300,100,1), + (16937,1624,0,-1252.62,-2880.29,43.9085,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (16939,2043,0,-1699.07,-3122.09,33.9823,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (16940,2046,0,-791.741,-3356.27,86.3275,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (16941,2042,0,-1709.05,-2766.96,50.4259,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (16942,2043,0,-1235.56,-2184.15,60.848,0.977384,0,0,0.469471,0.882948,300,300,100,1), + (16944,2695,0,-1557.01,-3027.14,14.7336,-2.3911,0,0,0.930418,-0.366501,7200,7200,100,1), + (16945,2687,0,-1557.78,-3026.11,14.7075,-2.61799,0,0,0.965926,-0.258819,7200,7200,100,1), + (16946,2855,0,-755.206,-1986.03,34.6415,2.58309,0,0,0.961262,0.275637,7200,7200,100,1), + (16947,105578,0,-1475.17,-3030.71,12.4011,-1.76278,0,0,0.771625,-0.636078,7200,7200,100,1), + (16949,2857,0,-1918.29,-2790.39,71.2649,-1.0821,0,0,0.515038,-0.857167,7200,7200,100,1), + (16950,2855,0,-1664.05,-3244.07,25.7617,-2.07694,0,0,0.861629,-0.507538,7200,7200,100,1), + (16952,19855,1,-5645.22,-3492.39,-54.9217,1.02975,0,0,0.492424,0.870356,180,180,100,1), + (16953,19856,1,-4389.27,-875.876,-57.4125,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (16956,19857,1,-4389.27,-875.87,-58.0236,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (16957,19858,1,-4389.35,-875.717,-57.478,0.959932,0,0,0.461749,0.887011,180,180,100,1), + (16959,19859,1,-4389.22,-875.852,-57.4648,-0.610866,0,0,-0.300706,0.953717,180,180,100,1), + (16960,10388,1,-4608.19,-1216.53,-55.8168,-1.11495,0,0,-0.529045,0.848594,180,180,100,1), + (16961,19861,1,-4680.84,-1785.27,-41.0243,2.67035,0,0,0.97237,0.233445,2,2,100,1), + (16962,19868,1,-6151,-4225,-58.75,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (16963,19868,1,-6179.37,-4264.89,-58.75,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (16977,2857,0,-908.155,-3949.08,152.215,-2.93215,0,0,0.994522,-0.104529,7200,7200,100,1), + (16978,2857,0,-1713.7,-1885.76,81.3151,-1.58825,0,0,0.71325,-0.700909,7200,7200,100,1), + (16983,2850,0,-11041.2,253.978,27.6848,-0.017453,0,0,0.008727,-0.999962,3600,3600,100,1), + (16985,1623,0,-11149.8,-160.275,63.4343,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (16986,1622,0,-10262.6,-208.177,71.9191,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (16987,1623,0,-10321,-170.815,73.4739,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (16989,2852,0,-11075.6,-808.995,58.9566,2.75762,0,0,0.981627,0.190809,3600,3600,100,1), + (16990,19868,1,-6055.15,-4286.29,-58.75,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (16991,19868,1,-6165.32,-4317.76,-58.7499,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (16992,105581,0,-1660.19,-1681.47,69.2164,-1.37881,0,0,0.636078,-0.771625,7200,7200,100,1), + (16994,1624,1,-2568.35,-2943.43,35.8298,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (16995,31511,0,-1620.47,-1879.07,81.353,-0.06975,0,0,0.034868,-0.999392,7200,7200,100,1), + (16996,31510,0,-1620.47,-1879.07,81.353,-0.06975,0,0,0.034868,-0.999392,7200,7200,100,1), + (16997,179526,429,-94.2365,-406.708,-58.6073,0,0,0,0,1,600,600,255,1), + (16998,179526,429,-112.021,-258.887,-56.2501,0,0,0,0,1,600,600,255,1), + (16999,1763,0,-42.7292,-937.625,54.0185,1.18022,0.068976,-0.079599,0.554492,0.825497,7200,7200,100,1), + (17000,1776,0,-429.721,-582.906,53.3415,3.14159,0,0,1,0,7200,7200,100,1), + (17001,1777,0,-429.705,-582.695,53.3441,0,0,0,0,1,7200,7200,100,1), + (17002,1778,0,-429.692,-582.698,53.9003,0,0,0,0,1,7200,7200,100,1), + (17003,1780,0,-373.458,-771.21,54.5725,-2.12057,0,0,0.872496,-0.488621,7200,7200,100,1), + (17004,1782,0,-373.617,-771.097,54.0285,1.02102,0,0,0.488621,0.872496,7200,7200,100,1), + (17005,1784,0,-373.597,-771.243,54.0235,2.59181,0,0,0.962455,0.271441,7200,7200,100,1), + (17006,1788,0,-668.593,-1308.38,65.9064,-0.567232,0,0,-0.279829,0.96005,7200,7200,100,1), + (17007,1790,0,-668.587,-1308.5,66.5191,-2.13803,0,0,0.876727,-0.480989,7200,7200,100,1), + (17008,1792,0,-777.273,-1471.47,61.6364,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (17009,1795,0,-777.275,-1471.47,60.636,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (17010,2572,0,-563.705,38.6448,49.8843,3.14159,0,0,1,0,7200,7200,100,1), + (17011,2573,0,-574.515,45.432,49.8843,3.14159,0,0,1,0,7200,7200,100,1), + (17012,1720,0,-351.925,20.1563,54.7687,3.14159,-0.017452,-0.004363,0.999838,-0.000076,7200,7200,100,1), + (17013,1796,0,-551.634,-1434.63,52.4438,2.90597,0,0,0.993068,0.117537,7200,7200,100,1), + (17014,1797,0,-550.339,-1437.02,52.4438,3.14159,0,0,1,0,7200,7200,100,1), + (17015,1767,0,-738.663,-621.415,18.6241,3.14159,0,0,1,0,10,10,100,1), + (17016,1897,0,-821.989,-572.153,15.2804,2.37365,0,0,0.927184,0.374607,7200,7200,100,1), + (17017,1772,0,-679.393,39.6136,46.963,-3.0456,0,0,0.998848,-0.047978,7200,7200,100,1), + (17018,2017,0,-19.8913,-709.505,70.3253,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (17019,2018,0,-19.9027,-709.516,69.8239,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (17020,2019,0,-19.9224,-709.515,69.2672,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (17021,2022,0,-19.9788,-709.529,70.318,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (17022,143988,0,-20.3935,-929.422,55.4647,2.64417,0,0,0.969231,0.246153,7200,7200,100,1), + (17023,175933,0,-725.769,-590.125,24.1805,3.14159,0,0,1,0,7200,7200,100,1), + (17024,1793,0,-777.486,-1471.47,61.6132,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (17025,2020,0,-20.01,-709.538,69.2886,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (17026,2021,0,-19.9902,-709.539,69.8441,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (17027,41195,0,-876.553,-520.646,12.5021,-1.54462,0,0,-0.697791,0.716302,7200,7200,100,1), + (17028,2016,0,-19.9443,-709.556,70.3188,3.14159,0,0,1,0,7200,7200,100,1), + (17029,1786,0,-668.673,-1308.53,66.5191,2.57436,0,0,0.96005,0.279829,7200,7200,100,1), + (17030,1791,0,-777.357,-1471.55,61.619,3.14159,0,0,1,0,7200,7200,100,1), + (17031,19868,1,-5917.3,-4343.04,-58.7499,2.37365,0,0,0.927184,0.374607,180,180,100,1), + (17032,19868,1,-5548.86,-3750.82,-58.75,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (17033,2850,0,-10773.9,-1378.97,38.9468,-0.558505,0,0,0.275637,-0.961262,3600,3600,100,1), + (17035,19868,1,-5700.76,-3933.39,-60.1479,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (17036,19868,1,-5586.72,-3776.49,-58.75,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (17037,19868,1,-5761.22,-3496.09,-57.7949,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (17038,19868,1,-5640.92,-3576.67,-58.75,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (17039,19869,1,-6343.72,-4323.64,-57.9108,-0.925024,0,0,0.446198,-0.894934,300,300,100,1), + (17040,19869,1,-6121.64,-4273.04,-58.75,2.05949,0,0,0.857167,0.515038,300,300,100,1), + (17041,19869,1,-6020.15,-4256.3,-58.75,0.436332,0,0,0.21644,0.976296,300,300,100,1), + (17042,19869,1,-6213.42,-4299.3,-58.75,-1.65806,0,0,0.737277,-0.67559,300,300,100,1), + (17043,19869,1,-6309.95,-4305.28,-58.75,-3.05433,0,0,0.999048,-0.043619,300,300,100,1), + (17044,19869,1,-6508.61,-4118.54,-58.643,-1.65806,0,0,0.737277,-0.67559,300,300,100,1), + (17045,19869,1,-5890.01,-4314.93,-58.75,-1.37881,0,0,0.636078,-0.771625,300,300,100,1), + (17046,19869,1,-6605.92,-3882.93,-58.5154,3.00197,0,0,0.997564,0.069757,300,300,100,1), + (17047,19869,1,-6592.22,-3791.08,-58.7499,0.680678,0,0,0.333807,0.942641,300,300,100,1), + (17048,19869,1,-5620.04,-3750.41,-58.75,-3.00197,0,0,0.997564,-0.069756,300,300,100,1), + (17049,19869,1,-5619.27,-3557.65,-58.75,-1.32645,0,0,0.615661,-0.788011,300,300,100,1), + (17050,19870,1,-6256.65,-4294.49,-58.75,2.67035,0,0,0.97237,0.233445,300,300,100,1), + (17051,19870,1,-5953.83,-4313.34,-58.75,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (17052,19870,1,-5770.62,-4201.37,-60.1041,-2.46091,0,0,0.942641,-0.333807,300,300,100,1), + (17053,19870,1,-6472,-3925.88,-58.75,-2.32129,0,0,0.91706,-0.398749,300,300,100,1), + (17054,19870,1,-6471.51,-3863.75,-58.7499,-2.53073,0,0,0.953717,-0.300706,300,300,100,1), + (17055,19870,1,-5584.51,-3880.64,-58.75,0.767945,0,0,0.374607,0.927184,300,300,100,1), + (17056,19870,1,-5661.89,-3664.85,-60.384,-1.76278,0,0,0.771625,-0.636078,300,300,100,1), + (17057,19870,1,-5761.04,-3687.94,-58.75,-2.1293,0,0,0.87462,-0.48481,300,300,100,1), + (17058,19870,1,-5701.28,-3539.57,-59.8559,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (17059,19870,1,-5807.53,-3616.33,-59.8394,3.01942,0,0,0.998135,0.061049,300,300,100,1), + (17060,19871,1,-6085.44,-4257.02,-58.75,-0.680679,0,0,0.333807,-0.942641,300,300,100,1), + (17061,19871,1,-6528.55,-4037.68,-58.75,-0.453786,0,0,0.224951,-0.97437,300,300,100,1), + (17062,19871,1,-5926.45,-4275.83,-58.75,-1.53589,0,0,0.694658,-0.71934,300,300,100,1), + (17063,19871,1,-5666.72,-3526.66,-58.6655,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (17064,19872,1,-6496.94,-4018.07,-58.75,-2.05949,0,0,0.857167,-0.515038,300,300,100,1), + (17065,19872,1,-5617.07,-3981.65,-58.75,1.91986,0,0,0.819152,0.573576,300,300,100,1), + (17066,19872,1,-6549.04,-3952.73,-58.75,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (17067,19872,1,-5731.72,-3522.13,-58.536,-2.35619,0,0,0.92388,-0.382683,300,300,100,1), + (17068,19872,1,-5878.87,-4259.38,-58.75,-1.81514,0,0,0.788011,-0.615661,300,300,100,1), + (17069,19872,1,-5719.12,-3718.8,-58.75,-1.01229,0,0,0.48481,-0.87462,300,300,100,1), + (17070,19872,1,-5695.18,-3507.52,-58.0676,2.23402,0,0,0.898794,0.438371,300,300,100,1), + (17071,19872,1,-5910.95,-3523.16,-58.7422,-0.977384,0,0,0.469472,-0.882948,300,300,100,1), + (17072,19873,1,-6221.4,-4334.12,-58.75,-1.81514,0,0,0.788011,-0.615661,300,300,100,1), + (17073,19873,1,-6504.16,-3836.44,-58.7499,1.20428,0,0,0.566406,0.824126,300,300,100,1), + (17074,19873,1,-6546.79,-4078.38,-58.7282,2.93215,0,0,0.994522,0.104528,300,300,100,1), + (17075,19873,1,-6581.3,-3983.66,-58.7496,-0.453786,0,0,0.224951,-0.97437,300,300,100,1), + (17076,19873,1,-5589.43,-3711.44,-58.75,1.95477,0,0,0.829038,0.559193,300,300,100,1), + (17077,19873,1,-6077.33,-3557.8,-58.75,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (17078,19873,1,-5716.72,-3648.16,-58.75,1.29154,0,0,0.601815,0.798636,300,300,100,1), + (17079,19873,1,-5642.04,-3523.45,-58.4868,-1.37881,0,0,0.636078,-0.771625,300,300,100,1), + (17080,67234,1,-4623.25,-1850.51,85.6922,-1.82679,0,0,-0.791583,0.611062,180,180,100,1), + (17081,151974,1,-6947.41,-3722.05,47.185,0.270526,0,0,0.134851,0.990866,180,180,100,1), + (17082,18087,1,-6235.4,-3854.96,-58.7498,-3.00257,0,0,0.997585,-0.069455,180,180,100,1), + (17083,151975,1,-6947.56,-3721.54,46.5766,0.270526,0.09497,0.012925,0.13423,0.986304,180,180,100,1), + (17084,151976,1,-6946.26,-3722.2,45.8472,-2.87107,-0.012925,0.09497,0.986304,-0.13423,180,180,100,1), + (17085,123310,1,-6482.59,-3318.97,-96.628,-1.32645,0,0,0.615661,-0.788011,1800,1800,100,1), + (17086,123310,1,-6502.48,-3233.94,-113.677,1.43117,0,0,0.656059,0.75471,1800,1800,100,1), + (17087,179888,1,-6236.64,-3830.48,-58.1364,-0.907571,0,0,0.438371,-0.898794,2,2,100,1), + (17088,63674,1,-5438.27,-3097.2,97.0647,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (17090,1731,1,-4454.48,-849.572,-51.5708,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (17091,1731,1,-5365.58,-3033.83,-37.2912,2.9147,0,0,0.993572,0.113203,300,300,100,1), + (17092,1731,1,-5396.93,-1709.76,-38.7407,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (17094,1731,1,-5638.07,-2211.79,-56.7211,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (17096,1731,1,-4873.66,-1104.55,-55.7532,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (17097,1731,1,-4784.1,-1731.71,-37.375,3.03687,0,0,0.998629,0.0523374,300,300,100,1), + (17098,1731,1,-4494.19,-1153.58,-56.3431,-2.72271,0,0,-0.978147,0.207914,300,300,100,1), + (17099,1731,1,-4384.31,-929.796,-53.7144,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (17102,174453,230,822.2,-163.345,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (17103,174488,230,839.127,-149.913,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (17104,174535,230,902.35,-200.156,-43.7186,0.130899,0,0,0.065403,0.997859,600,600,100,1), + (17105,174537,230,862.476,-196.087,-43.6942,0.087266,0,0,0.043619,0.999048,600,600,100,1), + (17106,174538,230,875.048,-203.645,-43.7001,0,0,0,0,1,600,600,100,1), + (17107,174543,230,806.124,-303.902,-43.2868,0.968656,0,0,0.465614,0.884988,600,600,100,1), + (17108,170493,230,1412.95,-766.594,-85.165,0,0,0,0,1,600,600,100,1), + (17109,170496,230,1412.95,-780.912,-85.165,0,0,0,0,1,600,600,100,1), + (17110,170497,230,1410.75,-763.826,-85.165,0,0,0,0,1,600,600,100,1), + (17111,174527,230,890.261,-203.953,-43.721,-1.02102,0,0,-0.488621,0.872496,600,600,100,1), + (17112,174528,230,882.976,-208.147,-43.721,-1.02102,0,0,-0.488621,0.872496,600,600,100,1), + (17113,174529,230,888.187,-205.056,-43.721,-1.02102,0,0,-0.488621,0.872496,600,600,100,1), + (17114,174532,230,894.583,-203.381,-43.6971,0.532326,0,0,0.263031,0.964787,600,600,100,1), + (17115,174431,230,711.074,55.8596,-45.0302,-3.0805,0,0,0.999534,-0.030539,600,600,100,1), + (17116,174454,230,825.24,-174.031,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (17117,174456,230,812.777,-171.886,-49.7372,-1.42244,0,0,-0.65276,0.757565,600,600,100,1), + (17118,174489,230,836.52,-151.562,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (17119,170442,230,571.724,-87.8086,-45.0172,-3.11541,0,0,0.999914,-0.01309,600,600,100,1), + (17120,170443,230,568.484,-103.18,-45.0247,1.57952,0,0,0.710185,0.704015,600,600,100,1), + (17121,174458,230,818.056,-181.816,-49.7396,1.45735,0,0,0.665882,0.746057,600,600,100,1), + (17122,170553,230,1381.39,-827.561,-91.9804,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (17123,170521,230,1290.87,-451.666,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (17124,170580,230,1012.28,-274.911,-61.9462,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (17125,174518,230,870.956,-211.203,-43.721,0.523599,0,0,0.258819,0.965926,600,600,100,1), + (17126,174519,230,872.149,-213.228,-43.721,0.349065,0,0,0.173648,0.984808,600,600,100,1), + (17127,174520,230,853.396,-208.027,-43.721,2.03331,0,0,0.850352,0.526214,600,600,100,1), + (17128,158556,230,546.405,-211.112,-37.0031,0.410153,0,0,0.203642,0.979045,600,600,100,1), + (17129,174516,230,877.005,-215.3,-43.721,-2.54818,0,0,0.956305,-0.292372,600,600,100,1), + (17130,174428,230,571.629,-96.3151,-45.0247,1.53589,0,0,0.694658,0.71934,600,600,100,1), + (17131,170526,230,1468.14,-447.092,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (17132,170488,230,1414.79,-769.955,-85.1453,3.14159,0,0,1,0,600,600,100,1), + (17133,174699,230,334.587,-133.674,-64.948,-2.89725,0,0,0.992546,-0.121869,600,600,100,1), + (17134,2852,0,-11019.3,-1089.26,42.4884,-1.97222,0,0,0.833886,-0.551937,3600,3600,100,1), + (17136,1732,1,-6613.81,-3990.21,-52.7442,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (17137,1732,1,-5305.44,-3199.07,-45.5732,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (17138,1732,1,-5685.52,-2523.35,-34.4899,-2.02458,0,0,-0.848048,0.52992,300,300,100,1), + (17139,1783,0,-373.603,-771.104,54.5824,1.02102,0,0,0.488621,0.872496,7200,7200,100,1), + (17140,1785,0,-373.583,-771.25,54.5791,2.59181,0,0,0.962455,0.271441,7200,7200,100,1), + (17141,1896,0,-819.252,-571.793,15.3168,3.14159,0,0,1,0,7200,7200,100,1), + (17144,1624,0,-10620.3,-67.4817,32.7607,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (17154,2008,0,-19.4826,-935.304,58.0971,2.6529,-0.029951,0.011607,0.969178,0.241643,7200,7200,100,1), + (17155,1732,1,-5391.57,-2062.72,-57.1402,-0.174533,0,0,-0.0871558,0.996195,300,300,100,1), + (17156,1732,1,-5587.54,-2112.36,-59.1597,1.71042,0,0,0.754709,0.65606,300,300,100,1), + (17157,1732,1,-5414.25,-2865.14,-48.8178,1.18682,0,0,0.559191,0.829039,300,300,100,1), + (17158,1732,1,-4714.72,-1075.86,-45.1937,-0.174533,0,0,-0.0871558,0.996195,300,300,100,1), + (17159,1732,1,-4821.21,-1514.55,-33.2018,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (17160,1732,1,-4733.06,-1374.58,-34.2461,-2.47837,0,0,-0.945519,0.325567,300,300,100,1), + (17161,1732,1,-5273.38,-2814.12,-51.5593,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (17162,1732,1,-5194.77,-2249.42,-42.1196,1.50098,0,0,0.681997,0.731355,300,300,100,1), + (17163,1733,1,-5748.98,-3198.82,-36.5817,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (17164,1733,1,-5075.88,-1345.86,-44.2591,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (17165,1733,1,-5828.66,-3958.22,-71.9373,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (17166,1734,1,-6669.38,-3510.05,-55.2365,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (17167,1735,1,-5148.01,-1103.74,50.1736,2.89725,0,0,0.992546,0.121868,300,300,100,1), + (17168,1735,1,-5560.52,-2061.05,-60.3545,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (17169,1735,1,-5588.24,-1607.68,15.5705,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (17170,1787,0,-668.68,-1308.52,65.908,2.57436,0,0,0.96005,0.279829,7200,7200,100,1), + (17186,1735,1,-5612.46,-1614.09,16.0412,-2.05949,0,0,-0.857168,0.515037,300,300,100,1), + (17187,1735,1,-5461.61,-3746.99,-56.6769,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (17188,1735,1,-5167.42,-1163.57,52.6308,1.8675,0,0,0.803856,0.594824,300,300,100,1), + (17189,1735,1,-5733.67,-2366.92,-52.8921,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (17190,1735,1,-6252.91,-3443.52,-56.3055,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (17191,1735,1,-4300.21,-1016.96,-51.5875,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (17192,1735,1,-5370.03,-3160.29,-25.9727,-1.22173,0,0,-0.573576,0.819152,300,300,100,1), + (17194,1735,1,-5033.33,-2374.65,-54.6469,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (17195,1735,1,-4986.4,-2329.07,-55.3801,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (17196,175565,1,-5444.84,-2912.98,-52.0082,2.23402,0,0,0.898794,0.438371,300,300,100,1), + (17197,175565,1,-5587.25,-2736.15,-46.6074,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (17198,82136,1,-5478.1,-2392.13,57.1813,0.53152,-0.076348,-0.08376,0.2553,0.960196,180,180,100,1), + (17199,190483,1,-5139.71,-1918.91,89.1875,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (17200,190484,1,-5184.79,-2164.45,94.634,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (17201,176344,1,-4922.24,-1831.89,80.8201,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (17202,82137,1,-5518.15,-2464.61,31.6438,1.56039,0.002877,-0.040103,0.702282,0.710763,180,180,100,1), + (17203,82138,1,-5610.58,-2495.13,29.9864,0.000236,0,0,0.000118,1,180,180,100,1), + (17204,82139,1,-5654.16,-2372.83,1.85099,-1.56422,0.055479,0.000182,-0.704785,0.707248,180,180,100,1), + (17205,82140,1,-5657.36,-2473.02,3.31158,-0.20137,0,0,-0.100515,0.994936,180,180,100,1), + (17206,20447,1,-5567.63,-1574,9.90693,-3.03687,0,0,0.99863,-0.052336,10,10,100,1), + (17207,20447,1,-5573.47,-1570.52,9.82671,-1.3439,0,0,0.622515,-0.782608,10,10,100,1), + (17208,20447,1,-5570.18,-1571.24,9.65319,-2.40855,0,0,0.93358,-0.358368,10,10,100,1), + (17209,3301,1,-5138.27,-1932.51,89.2381,-0.122173,0,0,-0.061049,0.998135,180,180,100,1), + (17211,175592,1,-4956.63,-2191.31,-54.9907,3.14159,0,0,1,0,180,180,100,1), + (17212,175593,1,-5045.73,-2168.27,-51.7979,2.97669,0,0,0.996603,0.08236,180,180,100,1), + (17213,175594,1,-5079.25,-2244.01,-54.5151,2.56211,0,0,0.958318,0.285703,180,180,100,1), + (17214,175595,1,-5029.16,-2259.39,-52.4316,-1.03537,-0.017271,-0.030326,-0.494569,0.868437,180,180,100,1), + (17215,175596,1,-5107.87,-2276.88,-55.2354,-0.66088,0,0,-0.324459,0.9459,180,180,100,1), + (17216,175597,1,-5160.06,-2289.38,-44.4456,-2.81082,0,0,0.986355,-0.164634,180,180,100,1), + (17217,175598,1,-5157.32,-2363.84,-42.5916,-1.92108,0,0,-0.819502,0.573077,180,180,100,1), + (17218,175599,1,-5148.02,-2418.11,-51.4189,-2.39337,0,0,0.930833,-0.365445,180,180,100,1), + (17219,175600,1,-5101.31,-2413.01,-48.4659,-0.613708,0,0,-0.302061,0.953289,180,180,100,1), + (17220,175601,1,-5207.53,-2430.54,-42.6051,-1.00469,0.065328,-0.025956,-0.480826,0.873994,180,180,100,1), + (17221,175602,1,-5183.1,-2505.18,-51.2898,-2.38263,0,0,0.928857,-0.370438,180,180,100,1), + (17222,175603,1,-5160.03,-2564.59,-50.2528,1.28273,-0.026193,-0.008671,0.598247,0.800837,180,180,100,1), + (17223,176115,1,-5458.62,-2457.55,89.2801,0.331613,0,0,0.165048,0.986286,2,2,100,1), + (17224,175604,1,-5190.62,-2457.54,-51.991,-0.257237,0,0,-0.128264,0.99174,180,180,100,1), + (17225,175605,1,-5057.56,-2270.34,-53.3435,2.52069,-0.035894,0.002357,0.951673,0.304999,180,180,100,1), + (17226,2040,1,-5207.28,-1218.45,49.2347,1.13446,0,0,0.537298,0.843393,300,300,100,1), + (17227,2040,1,-4941.11,-2333.84,-54.8899,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (17228,138496,1,-1149.77,2891.14,200.757,0.680678,0,0,0.333807,0.942642,900,900,100,1), + (17229,35844,1,-8243.15,-2990.82,8.77967,3.14159,0,0,1,0,900,900,100,1), + (17230,142343,1,-9619.27,-2815.05,8.21132,-3.13287,0,0,0.99999,-0.004363,2,2,100,1), + (17231,2061,1,-8051.44,-5279.61,0.578709,0.946591,0,0,0.455822,0.890071,900,900,100,1), + (17232,2061,1,-8368.58,-3008.01,8.64895,2.71399,0,0,0.977231,0.212178,900,900,100,1), + (17233,2061,1,-8499.14,-3036.32,8.97796,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (17234,2061,1,-7985.06,-5137.25,6.18989,-0.605462,0,0,-0.298128,0.954526,900,900,100,1), + (17235,2061,1,-9419.47,-2757.9,20.1333,-1.96664,0,0,-0.832341,0.554263,900,900,100,1), + (17236,2061,1,-7855.77,-5113.21,6.84168,3.14159,0,0,1,0,900,900,100,1), + (17237,2061,1,-7908.16,-5207.86,0.656972,2.28638,0.003619,0.007941,0.909927,0.414677,900,900,100,1), + (17238,2061,1,-7956.97,-5240.44,1.45799,0.656276,0,0,0.322281,0.946644,900,900,100,1), + (17239,2061,1,-8363.97,-3008.64,8.66596,-1.87623,0,0,-0.806445,0.59131,900,900,100,1), + (17240,141838,1,-7199.05,-3766.19,8.65915,2.69653,0,0,0.975342,0.220697,900,900,100,1), + (17241,180750,1,-7518.89,-4886.82,0,-2.14675,0,0,-0.878816,0.477161,900,900,100,1), + (17242,180750,1,-8240.89,-5266.22,0,-2.30383,0,0,-0.913544,0.406739,900,900,100,1), + (17243,141839,1,-7197.15,-3764.29,8.78143,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (17244,174863,1,-8065.51,-5226.18,2.13007,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (17245,180751,1,-7764.8,-5141.1,0,2.35619,0,0,0.923879,0.382686,900,900,100,1), + (17246,180751,1,-7175.57,-4915.66,0,0.20944,0,0,0.104529,0.994522,900,900,100,1), + (17247,180751,1,-7020.72,-4871.83,0,4.71239,0,0,0.707106,-0.707107,900,900,100,1), + (17248,141840,1,-7387.53,-4726.64,9.14903,-2.86234,0,0,0.990268,-0.139173,900,900,100,1), + (17249,186896,1,-8030.42,-5210.64,1.88178,-1.20427,-0.007192,0.004943,-0.566383,0.824096,900,900,100,1), + (17250,180752,1,-6932.98,-4950.85,0,-1.25664,0,0,-0.587786,0.809016,900,900,100,1), + (17251,180752,1,-8460.64,-5041.87,0,-0.942478,0,0,-0.453991,0.891006,900,900,100,1), + (17252,141841,1,-7390.03,-4724.99,8.98808,-2.24275,0,0,0.900698,-0.434445,900,900,100,1), + (17253,186897,1,-8016.52,-5205.16,2.33653,-1.19555,-0.003628,0.002424,-0.5628,0.826582,900,900,100,1), + (17254,2066,1,-7561.69,-4739.36,8.95663,3.14159,0,0,1,0,900,900,100,1), + (17255,2066,1,-8243.15,-2990.82,8.77967,3.14159,0,0,1,0,900,900,100,1), + (17256,2066,1,-7141.32,-3862.75,8.90422,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (17257,2066,1,-8365.52,-3018.45,8.6453,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (17258,186898,1,-8022.96,-5207.63,2.12711,-1.19554,-0.014511,0.009696,-0.562719,0.826464,900,900,100,1), + (17259,141843,1,-7561.69,-4739.36,8.95663,3.14159,0,0,1,0,900,900,100,1), + (17260,186899,1,-8017.87,-5196.56,4.94711,1.94604,0,0,0.82659,0.562805,900,900,100,1), + (17261,141844,1,-9419.47,-2757.9,20.1333,-1.96664,0,0,-0.832341,0.554263,900,900,100,1), + (17262,186900,1,-8022.25,-5198.28,4.94711,1.94604,0,0,0.82659,0.562805,900,900,100,1), + (17263,141845,1,-7403.83,-4585.27,8.87679,0.231925,0,0,0.115703,0.993284,900,900,100,1), + (17264,186901,1,-8026.69,-5200.05,4.94711,1.94604,0,0,0.82659,0.562805,900,900,100,1), + (17265,186902,1,-8019.38,-5192.82,4.94711,-1.19555,0,0,-0.562805,0.82659,900,900,100,1), + (17266,186903,1,-8023.76,-5194.54,4.94711,-1.19555,0,0,-0.562805,0.82659,900,900,100,1), + (17267,186904,1,-8028.2,-5196.31,4.94711,-1.19555,0,0,-0.562805,0.82659,900,900,100,1), + (17268,148504,1,-7211.86,-3931.95,8.93272,1.55334,0,0,0.700909,0.71325,2,2,100,1), + (17270,149026,1,-8365.52,-3018.45,8.6453,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (17271,149027,1,-8363.97,-3008.64,8.66596,-1.87623,0,0,-0.806445,0.59131,900,900,100,1), + (17272,149028,1,-8368.58,-3008.01,8.64895,2.71399,0,0,0.977231,0.212178,900,900,100,1), + (17273,149029,1,-8499.14,-3036.32,8.97796,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (17274,179496,1,-8100.17,-5136.79,13.5269,-0.820305,0,0,0.398749,-0.91706,7200,7200,100,1), + (17275,179496,1,-8054.98,-5107.89,14.4904,-0.593412,0,0,0.292372,-0.956305,7200,7200,100,1), + (17276,179496,1,-7968.51,-5381.24,0.569156,-0.383972,0,0,0.190809,-0.981627,7200,7200,100,1), + (17277,179496,1,-8051.38,-5369.1,18.4237,-2.37365,0,0,0.927184,-0.374607,7200,7200,100,1), + (17278,179496,1,-8034.93,-5338.55,0.962783,-0.820305,0,0,0.398749,-0.91706,7200,7200,100,1), + (17279,179496,1,-7949.76,-5437.49,17.4112,0.541052,0,0,0.267238,0.96363,7200,7200,100,1), + (17280,179496,1,-7984.64,-5246.64,2.0607,-2.80998,0,0,0.986286,-0.165048,7200,7200,100,1), + (17281,179496,1,-8040.09,-5380.51,0.569111,0.10472,0,0,0.052336,0.99863,7200,7200,100,1), + (17282,142122,1,-6900.14,-4829.42,7.99193,2.53073,0,0,0.953717,0.300706,2,2,100,1), + (17283,2866,1,-8714.07,-2551.58,19.6302,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (17284,2866,1,-7485.71,-4584.72,10.1817,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (17285,2866,1,-8177.81,-4122.43,12.3763,2.77507,0,0,0.983255,0.182237,300,300,100,1), + (17288,2866,1,-7914.09,-3653.87,52.9646,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (17289,180248,0,-14779.9,503.113,0,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (17290,2866,1,-7849.28,-3315.92,62.3208,-0.401426,0,0,-0.199368,0.979925,300,300,100,1), + (17291,2866,1,-8579.51,-4073.79,22.9933,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (17292,180248,0,-14748.5,568.119,0,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (17293,2866,1,-8686.27,-3359.3,8.72276,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (17294,2866,1,-7309.85,-3081.93,12.753,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (17295,2866,1,-9250.54,-2788.81,13.347,0.418879,0,0,0.207912,0.978148,300,300,100,1), + (17296,2866,1,-8220.14,-3416.42,19.0372,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (17297,2866,1,-8174.85,-5151.06,4.86231,1.309,0,0,0.608763,0.793352,300,300,100,1), + (17298,4149,1,-7280.29,-4542.58,8.87676,1.41372,0,0,0.649448,0.760406,7200,7200,100,1), + (17299,4149,1,-7686.44,-4269.25,9.15006,-0.802851,0,0,0.390731,-0.920505,7200,7200,100,1), + (17300,4149,1,-7378.62,-4403.74,9.49297,-1.58825,0,0,0.71325,-0.700909,7200,7200,100,1), + (17301,150075,1,-7118.87,-3795.27,8.37656,-0.235619,0,0,-0.117537,0.993069,2,2,100,1), + (17302,142140,1,-7909.15,-3824.9,32.2033,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (17303,142140,1,-8829.68,-3445.35,10.4582,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (17304,142140,1,-9280.2,-2936.7,9.67755,-0.139626,0,0,-0.0697563,0.997564,300,300,100,1), + (17305,142140,1,-6999.92,-4372.03,11.0493,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (17306,142140,1,-6829.44,-2863.88,10.5763,-0.820305,0,0,-0.398749,0.91706,300,300,100,1), + (17308,142140,1,-6918.99,-4380.4,11.7204,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (17309,142140,1,-9226.02,-2944.88,15.0825,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (17310,142140,1,-8250.95,-4537.64,0.388901,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (17311,142140,1,-8955.75,-3516.86,17.5743,-0.2618,0,0,-0.130526,0.991445,300,300,100,1), + (17312,324,1,-8327.19,-4634.65,14.1491,3.12414,0,0,0.999962,0.0087262,300,300,100,1), + (17313,324,1,-9234.02,-4041.78,-39.3105,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (17314,324,1,-8854.05,-2247.24,10.9005,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (17315,324,1,-7901.32,-2439.83,-31.0405,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (17316,177226,1,-6724.44,-4723.01,22.8234,-1.45735,0,0,-0.665882,0.746057,900,900,100,1), + (17317,177227,1,-6731.74,-4723.94,21.6472,0.436332,0,0,0.21644,0.976296,900,900,100,1), + (17318,133466,1,-7164.13,-3845.34,8.69901,-1.79769,0,0,-0.782608,0.622515,900,900,100,1), + (17319,133467,1,-7165.2,-3849.55,8.69901,1.3439,0,0,0.622514,0.782608,900,900,100,1), + (17320,133468,1,-7160.83,-3850.54,8.69901,1.3439,0,0,0.622514,0.782608,900,900,100,1), + (17321,133469,1,-7159.86,-3846.32,8.69901,-1.79769,0,0,-0.782608,0.622515,900,900,100,1), + (17322,142181,1,-8029.67,-5198.92,13.1196,0.837758,0,0,0.406737,0.913545,2,2,100,1), + (17323,142181,1,-8027.62,-5196.67,13.1196,1.51844,0,0,0.688355,0.725374,2,2,100,1), + (17324,142181,1,-8024.42,-5195.41,13.1196,0.994838,0,0,0.477159,0.878817,2,2,100,1), + (17325,142181,1,-8023.04,-5196.92,13.1196,1.44862,0,0,0.66262,0.748956,2,2,100,1), + (17326,142181,1,-8026.07,-5198.19,13.1196,1.46608,0,0,0.669131,0.743145,2,2,100,1), + (17327,142184,1,-7978.56,-5495.29,7.52451,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (17328,186218,1,-8236.72,-4312.28,-202.237,-1.99152,0,0,-0.839173,0.543865,900,900,100,1), + (17329,153451,1,-7994.46,-5416.43,1.12043,0.907571,0,0,0.438371,0.898794,7200,7200,100,1), + (17330,153451,1,-7894.02,-5157.05,5.622,-2.07694,0,0,0.861629,-0.507538,7200,7200,100,1), + (17331,153451,1,-8374.43,-2975.6,8.52213,1.50098,0,0,0.681998,0.731354,7200,7200,100,1), + (17332,175736,1,-9413.78,-2762.81,20.8703,-2.32129,0,0,0.91706,-0.398749,2,2,100,1), + (17333,175490,1,-8295.8,-2957.03,8.68778,1.85226,0,0,0.7993,0.600932,900,900,100,1), + (17334,175491,1,-8339.61,-2935.07,8.62471,-2.12234,0,0,0.872926,-0.487852,900,900,100,1), + (17335,175492,1,-8276.58,-3025.49,8.62509,3.14159,0,0,1,0,900,900,100,1), + (17336,148876,1,-7855.77,-5113.21,6.84168,3.14159,0,0,1,0,900,900,100,1), + (17337,178829,1,-6829.23,-2874.29,9.19099,-1.18682,0,0,-0.559193,0.829038,900,900,100,1), + (17338,148877,1,-7908.16,-5207.86,0.656972,2.28638,0.003619,0.007941,0.909927,0.414677,900,900,100,1), + (17339,148878,1,-7956.97,-5240.44,1.45799,0.656276,0,0,0.322281,0.946644,900,900,100,1), + (17340,148879,1,-7985.06,-5137.25,6.18989,-0.605462,0,0,-0.298128,0.954526,900,900,100,1), + (17341,148880,1,-8051.44,-5279.61,0.578709,0.946591,0,0,0.455822,0.890071,900,900,100,1), + (17342,175763,1,-7229.43,-3739.23,9.60493,1.65806,0,0,0.737277,0.67559,900,900,100,1), + (17343,160409,1,-8064.89,-5228.13,2.38791,1.85877,0,0,0.801253,0.598325,900,900,100,1), + (17344,160410,1,-8066.98,-5227.7,2.38791,0.846484,0,0,0.410719,0.911762,900,900,100,1), + (17345,160411,1,-8086.16,-5300.1,1.88778,2.47837,0,0,0.945518,0.325568,900,900,100,1), + (17346,160413,1,-8087.75,-5299.39,2.18017,-0.759218,0,0,-0.370557,0.92881,900,900,100,1), + (17347,160414,1,-8086.61,-5298.59,2.18017,-1.22173,0,0,-0.573576,0.819152,900,900,100,1), + (17348,160415,1,-8088.13,-5300.64,2.18017,0.253072,0,0,0.126199,0.992005,900,900,100,1), + (17349,160416,1,-8110.22,-5272.12,1.88768,1.213,0,0,0.569997,0.821647,900,900,100,1), + (17350,160418,1,-8007.82,-5202.63,5.03778,-1.20428,0,0,-0.566406,0.824126,900,900,100,1), + (17351,160419,1,-8015.64,-5195.34,13.2124,0.383972,0,0,0.190809,0.981627,900,900,100,1), + (17354,160420,1,-8015.71,-5190.44,13.1489,-2.84489,0,0,0.989016,-0.14781,900,900,100,1), + (17356,180750,1,-4825.53,2112.97,0,-0.349066,0,0,-0.173648,0.984808,180,180,100,1), + (17357,180750,1,-4520.65,2367.78,0,-1.37881,0,0,-0.636078,0.771625,180,180,100,1), + (17358,151977,1,-7070.47,-3756.78,8.57002,-0.095995,0.095735,-0.004599,-0.047758,0.99425,900,900,100,1), + (17359,151978,1,-7070.33,-3757.64,9.19417,1.4748,0.070947,0.064444,0.669271,0.73681,900,900,100,1), + (17360,164778,1,-6929.17,-2481.08,-180.701,1.8675,0,0,0.803857,0.594823,7200,7200,100,1), + (17361,151979,1,-7069.45,-3757.33,9.71333,3.0456,0,0,0.998848,0.047978,900,900,100,1), + (17362,140971,1,-8919.91,-3518.7,11.5242,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (17363,140971,1,-9302.86,-2958.55,8.94364,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (17364,140971,1,-7433.78,-3319.01,11.2148,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (17365,140971,1,-9310.7,-3003.86,9.61252,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (17366,140971,1,-8906.04,-2902.97,42.7558,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (17367,140971,1,-9298.52,-3122.07,10.4548,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (17368,140971,1,-8539.24,-4207.13,9.46776,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (17369,140971,1,-9111.01,-3406.12,26.6892,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (17370,140971,1,-7494.61,-2757.58,11.7692,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (17371,140971,1,-7646.07,-3492.95,22.178,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (17372,140971,1,-9128.89,-2914.41,40.1765,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (17373,140971,1,-9222.73,-3555.57,13.3721,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (17374,140971,1,-9317.04,-3049.41,10.4239,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (17375,140971,1,-9249.25,-2996.27,16.3039,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (17376,140971,1,-8721.18,-2866.18,14.7569,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (17377,140971,1,-9246.82,-3113.77,17.3159,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (17378,140971,1,-8508.76,-3503.38,9.86701,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (17379,140971,1,-7660.75,-3312.45,69.8923,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (17380,140971,1,-9267.39,-3085.45,14.0834,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (17381,140971,1,-9232.23,-2901.92,13.7862,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (17382,140971,1,-9160.47,-3022.52,33.2242,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (17383,140971,1,-8598.09,-3642.14,14.7458,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (17384,140971,1,-8824.38,-3454.72,11.8343,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (17385,140971,1,-9170.94,-3044.67,33.2492,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (17386,140971,1,-8280.77,-2726.46,23.0791,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (17387,140971,1,-9167.97,-3059.97,34.9813,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (17388,140971,1,-9429.02,-3605.04,10.6299,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (17389,140971,1,-8250.15,-2936.3,12.2188,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (17390,140971,1,-8689.43,-3720.01,27.9543,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (17391,140971,1,-8265.58,-3330.68,15.396,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (17392,140971,1,-7004.28,-4226.98,10.8569,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (17393,140971,1,-9171.36,-3045.34,33.4297,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (17394,140971,1,-8568.79,-3130.03,9.21109,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (17395,140971,1,-9054.89,-3646.33,29.8525,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (17396,140971,1,-9145.75,-3059.36,37.9024,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (17397,140971,1,-9373.91,-3457.26,10.4973,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (17398,140971,1,-9225.36,-3000.96,17.8314,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (17399,140971,1,-9166.03,-3058.25,34.9569,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (17400,140971,1,-9254.23,-2952.99,12.7756,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (17401,140971,1,-7205.05,-4207.14,8.93677,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (17402,140971,1,-8824.28,-3759.51,23.5022,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (17403,140971,1,-7306.79,-2980.11,8.79548,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (17404,140971,1,-9045.97,-2996.67,58.6189,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (17405,140971,1,-7273.17,-3470.42,9.25725,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (17406,140971,1,-7874.37,-3031.38,60.8904,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (17407,140971,1,-9190.99,-2972.8,26.9513,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (17408,140971,1,-7920.91,-3558.69,47.2451,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (17409,140971,1,-7677.76,-3035,31.7562,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (17410,140971,1,-7500.46,-4128.26,9.25237,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (17411,140971,1,-9436.31,-3001.46,9.4609,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (17412,140971,1,-7353.15,-3814.63,10.0464,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (17413,140971,1,-8120.04,-4227.18,10.9257,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (17414,140971,1,-8147.83,-3401.52,36.8523,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (17415,140971,1,-9217.86,-3072.5,20.8558,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (17416,140971,1,-8300.1,-3528.48,12.3658,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (17417,140971,1,-7237.74,-2818.96,11.9527,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (17418,140971,1,-9243.91,-2970.28,14.6778,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (17419,2413,0,-8843.96,1076.22,95.2111,1.8675,0,0,0.803857,0.594823,120,120,0,0), + (17420,2413,0,-8844.58,1085.61,95.2111,1.8675,0,0,0.803857,0.594823,120,120,0,0), + (17421,2413,0,-8846.61,1084.97,95.2111,1.8675,0,0,0.803857,0.594823,120,120,0,0), + (17422,2413,0,-8846.09,1077.48,95.2111,0.2618,0,0,0.130526,0.991445,120,120,0,0), + (17423,2413,0,-8939.65,1006.7,122.047,-2.46964,0,0,0.944089,-0.329691,120,120,0,0), + (17424,143987,0,-852.203,-546.71,10.9324,-1.54462,0,0,-0.697791,0.716302,7200,7200,100,1), + (17425,2413,0,-8942.29,1006.78,122.047,-0.933752,0,0,-0.450099,0.892979,120,120,0,0), + (17426,184617,0,-160.125,-866.334,56.5027,2.79253,-0.032344,-0.007582,0.984334,0.173159,7200,7200,100,1), + (17427,2413,0,-8942.79,1004.3,122.047,0.671952,0,0,0.329691,0.944089,120,120,0,0), + (17428,164729,1,-2849,2339.68,40.262,1.85,0,0,0.798636,0.601815,120,120,0,1), + (17429,140971,1,-9431.49,-3202.89,13.2608,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (17430,140971,1,-8474.83,-2710.5,25.2617,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (17431,140971,1,-7528.3,-3638.88,10.2315,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (17432,140971,1,-7075.95,-3170.04,9.15126,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (17433,140971,1,-8841.85,-3471.1,12.4541,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (17434,140971,1,-8464.89,-3093.63,10.2425,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (17435,140971,1,-7119.19,-3334.78,9.96396,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (17436,140971,1,-8894.22,-3443.42,11.6899,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (17437,140971,1,-7977.97,-3270.24,56.8633,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (17438,140971,1,-8913.65,-3473.24,11.7825,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (17439,151980,1,-7079.28,-3799.45,8.11913,0.1309,0.095641,0.006269,0.065102,0.993265,900,900,100,1), + (17440,151981,1,-7078.09,-3800.28,9.22767,-3.01069,-0.006269,0.095641,0.993265,-0.065102,900,900,100,1), + (17441,151982,1,-7078.33,-3800.17,8.55443,1.7017,0,0,0.75184,0.659346,900,900,100,1), + (17442,151983,1,-6949.26,-4786.35,6.18454,0.375245,0.094164,0.017878,0.185665,0.977927,900,900,100,1), + (17443,151984,1,-6948.1,-4786.37,6.89922,-2.76635,0,0,0.98245,-0.186524,900,900,100,1), + (17444,144053,1,-9148.63,-4079.77,-45.4797,-2.40855,0,0,0.93358,-0.358368,2,2,100,1), + (17445,144055,1,-7169.4,-3738.68,8.57028,-1.35273,-0.009155,-0.01072,-0.625904,0.779773,900,900,100,1), + (17446,184006,1,-8600.29,-4190.28,-207.978,-1.29154,0,0,0.601815,-0.798635,900,900,100,1), + (17447,184006,1,-8600.3,-4190.27,-202.498,0.279253,0,0,0.139173,0.990268,900,900,100,1), + (17448,184006,1,-8369.65,-4253.11,-203.5,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (17449,1735,1,-8055.05,-5113.92,14.377,-3.07178,0,0,-0.999391,0.0348993,300,300,100,1), + (17450,1735,1,-9142.91,-3588.43,11.2357,2.11185,0,0,0.870356,0.492423,300,300,100,1), + (17451,1735,1,-7092.51,-4016.93,16.9117,-0.418879,0,0,-0.207912,0.978148,300,300,100,1), + (17453,1735,1,-8088.92,-4297.96,16.7785,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (17460,31442,1,-7403.83,-4585.27,8.87679,0.231925,0,0,0.115703,0.993284,900,900,100,1), + (17461,184530,1,-8492.07,-4155.35,-205.198,-1.66813,-0.047857,0.12134,-0.730517,0.670322,900,900,100,1), + (17462,184531,1,-8495.34,-4154.96,-204.363,-1.03544,-0.007451,0.130223,-0.483851,0.865375,900,900,100,1), + (17463,184532,1,-8503.1,-4169.81,-204.265,1.16053,0.112069,0.066739,0.54418,0.828767,900,900,100,1), + (17464,176348,1,-7144.6,-3763.43,9.18481,-2.84489,0,0,0.989016,-0.147809,900,900,100,1), + (17465,175335,1,-7141.32,-3862.75,8.90422,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (17466,180712,1,-7906.06,-5256.7,0,-2.77507,0,0,-0.983255,0.182237,900,900,100,1), + (17467,180712,1,-7727.08,-5125.11,0,1.41372,0,0,0.649449,0.760405,900,900,100,1), + (17468,180712,1,-7663.48,-4878.64,0,-0.907571,0,0,-0.438371,0.898794,900,900,100,1), + (17469,180712,1,-7691.51,-4923.28,0,-0.663225,0,0,-0.325568,0.945519,900,900,100,1), + (17470,180712,1,-7569.51,-4913.58,0,-0.296706,0,0,-0.147809,0.989016,900,900,100,1), + (17471,175854,1,-7152.94,-3848.73,9.90786,2.05949,0,0,0.857167,0.515038,2,2,100,1), + (17472,175855,1,-7151.9,-3848.87,9.90826,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (17473,144112,1,-7154.4,-3829.52,8.75029,-2.05949,0,0,-0.857167,0.515038,900,900,100,1), + (17474,175856,1,-7151.69,-3849.55,9.90841,-0.122173,0,0,0.061049,-0.998135,2,2,100,1), + (17475,142071,1,-7115.47,-3833.45,9.44576,2.07694,0,0,0.861629,0.507538,2,2,100,1), + (17476,50935,1,-7564.58,-4754.61,8.99353,-2.26893,0,0,0.906308,-0.422618,2,2,100,1), + (17477,2040,1,-9456.27,-2599.35,19.1358,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (17478,2040,1,-6967.48,-3572.2,29.089,1.71042,0,0,0.754709,0.65606,300,300,100,1), + (17479,2040,1,-8544.6,-3072.37,10.5982,-0.15708,0,0,-0.0784593,0.996917,300,300,100,1), + (17480,2040,1,-8785.42,-4360.96,23.3049,-0.453786,0,0,-0.224951,0.97437,300,300,100,1), + (17481,2040,1,-9091.49,-4049.85,-17.4301,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (17482,2040,1,-8792.83,-2351.11,12.7695,0.174533,0,0,0.0871558,0.996195,300,300,100,1), + (17483,2040,1,-7786.79,-2523.76,-37.06,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (17484,2040,1,-8749.08,-4613.04,8.55255,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (17485,2040,1,-9364.29,-4028.31,-25.3455,3.00197,0,0,0.997564,0.0697546,300,300,100,1), + (17486,2040,1,-7603.68,-2520.3,18.7076,-0.418879,0,0,-0.207912,0.978148,300,300,100,1), + (17487,2040,1,-8995.31,-4305.82,34.9085,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (17488,2040,1,-7915.65,-2491.72,-28.4067,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (17489,2040,1,-7979.34,-2512.45,-38.4869,1.309,0,0,0.608763,0.793352,300,300,100,1), + (17490,2040,1,-9077.57,-4137.43,-26.388,-1.15192,0,0,-0.54464,0.83867,300,300,100,1), + (17491,2040,1,-7407.8,-2752.3,15.4445,1.50098,0,0,0.681997,0.731355,300,300,100,1), + (17492,2045,1,-7694.27,-5064.34,-8.54003,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (17493,2045,1,-7523.45,-4913.38,-9.17521,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (17494,2045,1,-8766.45,-4775.52,-44.8951,-2.02458,0,0,-0.848048,0.52992,300,300,100,1), + (17495,2045,1,-7049.19,-4934.16,-11.7585,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (17496,2045,1,-8472.91,-5057.77,-8.30758,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (17497,2866,1,-10011.5,-4150.09,7.03435,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (17500,169217,1,-7197.65,-2423.59,-220.456,2.96706,0.025435,-0.059108,0.993978,0.0887,900,900,100,1), + (17501,148503,1,-7140.96,-1465.1,-242.565,-2.77507,0,0,0.983255,-0.182235,900,900,100,1), + (17502,148503,1,-7092.42,-1305.23,-187.864,-1.27409,0,0,0.594823,-0.803857,900,900,100,1), + (17503,148503,1,-7163.77,-1149.58,-266.195,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (17504,148503,1,-7328.98,-1461.51,-242.899,-2.61799,0,0,0.965926,-0.258819,900,900,100,1), + (17505,148503,1,-7281.48,-1244.92,-248.352,2.18166,0,0,0.887011,0.461749,900,900,100,1), + (17506,175404,1,-7246.51,-1459.93,-223.326,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (17507,175404,1,-7700.99,-519.104,-266.717,-0.680679,0,0,-0.333807,0.942641,300,300,100,1), + (17508,175404,1,-7810.16,-601.741,-265.945,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (17509,164910,1,-7199.38,-1327.03,-180.773,1.55334,0,0,0.700909,0.71325,2,2,100,1), + (17510,164658,1,-7200.99,-228.835,-217.914,-2.3911,0,0,0.930418,-0.366501,300,300,100,1), + (17511,164658,1,-8070.46,-1759.09,-242.576,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (17512,164658,1,-7460.76,-1546.48,-270.627,-2.84489,0,0,0.989016,-0.147809,300,300,100,1), + (17513,164658,1,-6962.56,-1972.7,-267.133,-2.42601,0,0,0.936672,-0.350207,300,300,100,1), + (17514,164658,1,-7527.69,-605.401,-266.361,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (17515,164658,1,-7452.55,-1668.97,-278.886,-0.698132,0,0,0.34202,-0.939693,300,300,100,1), + (17516,164658,1,-7844.96,-1571.41,-261.489,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (17517,164658,1,-7485.05,-1365.9,-267.234,-1.37881,0,0,0.636078,-0.771625,300,300,100,1), + (17518,164658,1,-7824.44,-1802.7,-271.359,1.58825,0,0,0.71325,0.700909,300,300,100,1), + (17519,164658,1,-8250.33,-1160.34,-215.207,2.14675,0,0,0.878817,0.477159,300,300,100,1), + (17520,164658,1,-6920.72,-1145.22,-272.181,1.79769,0,0,0.782608,0.622515,300,300,100,1), + (17521,164658,1,-7294.72,-421.108,-269.887,-2.70526,0,0,0.976296,-0.21644,300,300,100,1), + (17522,164658,1,-6382.26,-1086.21,-272.265,-1.8675,0,0,0.803857,-0.594823,300,300,100,1), + (17523,164658,1,-6495.31,-1090.01,-274.716,-0.15708,0,0,0.078459,-0.996917,300,300,100,1), + (17524,164658,1,-6957.37,-2275.87,-268.828,2.72271,0,0,0.978148,0.207912,300,300,100,1), + (17525,164658,1,-7783.46,-2117.94,-267.105,-1.64061,0,0,0.731354,-0.681998,300,300,100,1), + (17526,164658,1,-7529.58,-2119.8,-270.766,-0.541052,0,0,0.267238,-0.96363,300,300,100,1), + (17527,164658,1,-7681.36,-2038.85,-272.075,-1.55334,0,0,0.700909,-0.71325,300,300,100,1), + (17528,164659,1,-7705.3,-589.182,-270.113,-0.698132,0,0,0.34202,-0.939693,300,300,100,1), + (17529,164659,1,-7022.14,-354.985,-254.276,1.95477,0,0,0.829038,0.559193,300,300,100,1), + (17530,164659,1,-7780.48,-675.066,-258.385,2.47837,0,0,0.945519,0.325568,300,300,100,1), + (17531,164659,1,-6686.33,-445.27,-241.658,2.80998,0,0,0.986286,0.165048,300,300,100,1), + (17532,164659,1,-7495.1,-2423.85,-182.383,3.08923,0,0,0.999657,0.026177,300,300,100,1), + (17533,164659,1,-6929.17,-2481.08,-180.701,1.8675,0,0,0.803857,0.594823,300,300,100,1), + (17534,164659,1,-6423.42,-623.835,-231.14,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (17535,164659,1,-7235.6,-1984.13,-272.762,0.20944,0,0,0.104528,0.994522,300,300,100,1), + (17536,164659,1,-6680.39,-2385.79,-147.99,-0.279253,0,0,0.139173,-0.990268,300,300,100,1), + (17537,164659,1,-6666.97,-2314.54,-176.787,2.23402,0,0,0.898794,0.438371,300,300,100,1), + (17538,164659,1,-7619.77,-394.848,-239.736,1.79769,0,0,0.782608,0.622515,300,300,100,1), + (17539,164659,1,-7595.11,-1050.06,-263.704,-1.27409,0,0,0.594823,-0.803857,300,300,100,1), + (17540,164659,1,-7606.44,-864.201,-259.712,-2.63545,0,0,0.968148,-0.25038,300,300,100,1), + (17541,164659,1,-6949.07,-412.096,-268.135,2.05949,0,0,0.857167,0.515038,300,300,100,1), + (17542,164659,1,-7701.74,-1772.88,-272.802,-1.50098,0,0,0.681998,-0.731354,300,300,100,1), + (17543,164659,1,-7657.55,-1718.38,-270.713,-0.20944,0,0,0.104528,-0.994522,300,300,100,1), + (17544,164659,1,-6828.98,-1381.9,-267.915,-1.93731,0,0,0.824126,-0.566406,300,300,100,1), + (17545,164659,1,-8092.18,-1048.67,-247.876,2.23402,0,0,0.898794,0.438371,300,300,100,1), + (17546,164659,1,-6431.63,-2050.41,-241.33,0.017453,0,0,0.008727,0.999962,300,300,100,1), + (17547,164659,1,-7269.22,-1053.33,-272.146,-0.593412,0,0,0.292372,-0.956305,300,300,100,1), + (17548,164659,1,-6300.73,-1373.72,-267.309,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (17549,164659,1,-7441.65,-1996.55,-271.258,-0.942478,0,0,0.453991,-0.891006,300,300,100,1), + (17550,164659,1,-7283.78,-2196.4,-269.27,-0.715585,0,0,0.350207,-0.936672,300,300,100,1), + (17551,164659,1,-7655.08,-1773.75,-275.519,1.15192,0,0,0.544639,0.838671,300,300,100,1), + (17552,164659,1,-6269.98,-1557.91,-229.209,1.51844,0,0,0.688355,0.725374,300,300,100,1), + (17553,164660,1,-6925.48,-193.841,-182.609,0.680678,0,0,0.333807,0.942641,300,300,100,1), + (17554,164660,1,-6999.32,-875.527,-265.823,-0.069813,0,0,0.034899,-0.999391,300,300,100,1), + (17555,164660,1,-7395.25,-2404.37,-217.662,0.959931,0,0,0.461749,0.887011,300,300,100,1), + (17556,164660,1,-7808.78,-1089.33,-261.377,-0.750491,0,0,0.366501,-0.930418,300,300,100,1), + (17557,164660,1,-7668.57,-804.19,-272.069,-1.41372,0,0,0.649448,-0.760406,300,300,100,1), + (17558,164660,1,-6233.27,-1623.96,-199.562,-2.79253,0,0,0.984808,-0.173648,300,300,100,1), + (17559,164660,1,-7591.39,-1620.3,-271.189,-1.27409,0,0,0.594823,-0.803857,300,300,100,1), + (17560,164660,1,-7247.95,-2159.51,-269.644,2.37365,0,0,0.927184,0.374607,300,300,100,1), + (17561,164660,1,-7200.33,-967.771,-271.786,-3.08923,0,0,0.999657,-0.026177,300,300,100,1), + (17562,164660,1,-6955.72,-2359.59,-205.657,-2.00713,0,0,0.843391,-0.5373,300,300,100,1), + (17563,164660,1,-7060.37,-718.946,-266.251,-0.959931,0,0,0.461749,-0.887011,300,300,100,1), + (17564,164660,1,-6338.23,-1199.65,-272.24,-2.02458,0,0,0.848048,-0.529919,300,300,100,1), + (17565,164660,1,-6284.52,-1218.43,-266.022,0.680678,0,0,0.333807,0.942641,300,300,100,1), + (17566,164660,1,-7390.01,-2304.82,-243.53,-0.349066,0,0,0.173648,-0.984808,300,300,100,1), + (17567,164660,1,-7547.96,-2065.22,-270.751,0.191986,0,0,0.095846,0.995396,300,300,100,1), + (17568,164661,1,-7697.24,-482.514,-265.085,1.78024,0,0,0.777146,0.62932,300,300,100,1), + (17569,164661,1,-7971.04,-618.9,-232.25,-1.309,0,0,0.608761,-0.793353,300,300,100,1), + (17570,164661,1,-6490.55,-2138.65,-241.494,-2.77507,0,0,0.983255,-0.182235,300,300,100,1), + (17571,164661,1,-6786.35,-2135.73,-267.814,1.58825,0,0,0.71325,0.700909,300,300,100,1), + (17572,164661,1,-6474.13,-863.778,-274.336,3.08923,0,0,0.999657,0.026177,300,300,100,1), + (17573,164661,1,-6339.74,-1721.6,-240.356,-1.25664,0,0,0.587785,-0.809017,300,300,100,1), + (17574,164661,1,-7197.75,-1617.81,-266.707,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (17575,164661,1,-7420.76,-343.366,-230.771,-0.314159,0,0,0.156434,-0.987688,300,300,100,1), + (17576,164661,1,-6182.74,-1618.7,-190.076,-2.94961,0,0,0.995396,-0.095846,300,300,100,1), + (17577,164661,1,-7025.89,-2098.73,-274.004,-0.733038,0,0,0.358368,-0.93358,300,300,100,1), + (17578,164661,1,-7374.74,-2219.99,-269.659,-0.244346,0,0,0.121869,-0.992546,300,300,100,1), + (17579,164661,1,-7939.63,-2035.41,-264.45,-0.907571,0,0,0.438371,-0.898794,300,300,100,1), + (17580,164661,1,-6843.06,-2143.14,-268.641,-0.383972,0,0,0.190809,-0.981627,300,300,100,1), + (17581,164661,1,-7194.68,-2445.46,-217.211,2.40855,0,0,0.93358,0.358368,300,300,100,1), + (17582,164661,1,-6694.15,-2234.51,-254.504,-1.36136,0,0,0.629321,-0.777146,300,300,100,1), + (17583,164661,1,-6424.27,-1541.21,-269.143,1.65806,0,0,0.737277,0.67559,300,300,100,1), + (17584,142142,1,-6960.18,-244.513,-211.373,-3.08923,0,0,-0.999657,0.0261783,300,300,100,1), + (17586,142142,1,-6718.74,-1541.81,-272.222,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (17587,142142,1,-7586.88,-749.143,-259.104,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (17588,142142,1,-7980.87,-1608.73,-271.278,1.8675,0,0,0.803856,0.594824,300,300,100,1), + (17589,142142,1,-6878.44,-684.072,-272.121,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (17590,142143,1,-6677.58,-1367.23,-270.125,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (17592,324,1,-6301.7,-1961.99,-268.694,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (17593,324,1,-6381.24,-1972.22,-257.093,1.32645,0,0,0.615661,0.788011,300,300,100,1), + (17594,324,1,-7947.2,-1863.77,-249.187,-2.09439,0,0,-0.866024,0.500002,300,300,100,1), + (17597,174682,1,-6174.8,-1077.27,-202.574,-1.06465,0,0,0.507538,-0.861629,2,2,100,1), + (17598,164955,1,-6276.06,-1557.95,-231.97,-3.03687,0,0,0.99863,-0.052336,2,2,100,1), + (17599,164956,1,-7426.64,-349.64,-233.862,-1.91986,0,0,0.819152,-0.573576,2,2,100,1), + (17600,164957,1,-7199.53,-2321.68,-227.072,1.64061,0,0,0.731354,0.681998,2,2,100,1), + (17601,164958,1,-7615.91,-655.984,-254.42,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (17602,164958,1,-7649.27,-725.644,-265.749,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (17603,164958,1,-7425.95,-530.783,-273.092,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (17604,164958,1,-6831.82,-1003.39,-269.124,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (17605,164958,1,-7953.48,-1000.99,-273.1,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (17606,164958,1,-7734.7,-567.25,-265.803,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (17607,164958,1,-7702.4,-1440.36,-266.919,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (17608,164958,1,-7787.23,-1010,-266.896,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (17609,164958,1,-7013.67,-1117.57,-269.375,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (17610,164958,1,-7908.92,-795.781,-272.313,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (17611,164958,1,-6744.66,-1354.65,-272.201,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (17612,164958,1,-7622.38,-494.911,-270.633,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (17613,164958,1,-6942.75,-1223.21,-272.774,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (17614,164958,1,-7208.4,-996.517,-270.848,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (17615,164958,1,-6951.33,-860.833,-267.944,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (17616,164958,1,-7641.12,-1939.97,-269.836,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (17617,164958,1,-7131.48,-2163.23,-266.286,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (17618,164958,1,-7382.56,-2123.65,-275.227,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (17619,164958,1,-7313.05,-2076.85,-269.489,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (17620,164958,1,-7822.17,-1808.88,-271.981,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (17621,164958,1,-7678.82,-1013.74,-270.649,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (17622,164958,1,-7679.2,-1217.47,-270.965,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (17623,164958,1,-6777.45,-1924.64,-270.062,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (17624,164958,1,-6811.56,-1829.85,-272.087,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (17625,164958,1,-7786.12,-1116.57,-263.091,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (17626,164958,1,-6856.5,-1611.13,-270.775,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (17627,164958,1,-7019.17,-707.251,-266.964,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (17628,164958,1,-6930.19,-713.757,-271.761,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (17629,164958,1,-7470.31,-683.383,-263.109,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (17630,164958,1,-7267.73,-619.578,-270.136,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (17631,164958,1,-7082.15,-710.341,-269.361,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (17633,146086,90,-541.607,-105.434,-151.829,0.767944,0,0,0.374606,0.927184,3600,3600,100,1), + (17634,184618,0,-13.6325,-949.076,56.242,-0.497418,0,0,-0.246153,0.969231,7200,7200,100,1), + (17635,174530,230,891.724,-206.668,-43.721,1.87623,0,0,0.806444,0.59131,600,600,100,1), + (17636,164958,1,-7101.44,-495.313,-269.121,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (17637,164958,1,-7187.86,-383.641,-269.32,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (17638,164958,1,-7293.43,-358.482,-267.864,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (17639,164958,1,-6740.47,-1553.43,-272.221,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (17640,164958,1,-6537.28,-884.674,-271.817,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (17642,164958,1,-6794.53,-1285.32,-271.305,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (17644,164958,1,-6540.86,-717.276,-268.891,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (17646,164958,1,-7520.01,-2215.79,-271.97,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (17648,164958,1,-7527.5,-2170.57,-270.901,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (17649,164958,1,-6991.9,-1650.96,-272.471,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (17651,164958,1,-7059.71,-2202.61,-271.347,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (17653,164958,1,-6551.9,-1758.14,-273.62,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (17655,164958,1,-7338.21,-425.84,-271.697,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (17657,164958,1,-6657.29,-2054.13,-269.609,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (17659,164958,1,-6346.3,-1380.36,-268.766,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (17661,164958,1,-6316.03,-1242.89,-267.157,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (17663,164958,1,-6412.91,-1816.09,-270.798,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (17666,164958,1,-7408.88,-1065.22,-269.478,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (17667,164958,1,-6652.35,-868.461,-271.569,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (17668,164958,1,-6442.25,-883.041,-273.529,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (17669,164958,1,-7314.31,-2251.81,-272.499,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (17670,164958,1,-6413.73,-1681.09,-270.354,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (17671,164958,1,-6377.58,-1547.36,-270.88,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (17672,164778,1,-7917.53,-567.689,-255.837,2.37365,0,0,0.927184,0.374607,7200,7200,100,1), + (17673,164778,1,-7481.7,-276.423,-197.846,-0.872665,0,0,0.422618,-0.906308,7200,7200,100,1), + (17674,164778,1,-8245.26,-1316.05,-217.322,2.98451,0,0,0.996917,0.078459,7200,7200,100,1), + (17675,164778,1,-6677.41,-2267.72,-207.244,-1.74533,0,0,0.766044,-0.642788,7200,7200,100,1), + (17676,164778,1,-7126.9,-1934.21,-271.767,-2.33874,0,0,0.920505,-0.390731,7200,7200,100,1), + (17677,164778,1,-7593.15,-1148.31,-270.264,-0.733038,0,0,0.358368,-0.93358,7200,7200,100,1), + (17678,164778,1,-7899.59,-1636.08,-271.696,2.74017,0,0,0.979925,0.199368,7200,7200,100,1), + (17679,164778,1,-7878.78,-1699.88,-271.733,-2.32129,0,0,0.91706,-0.398749,7200,7200,100,1), + (17680,164778,1,-6323.31,-922.84,-231.76,-2.63545,0,0,0.968148,-0.25038,7200,7200,100,1), + (17681,164778,1,-7934.18,-1878.3,-270.041,-1.13446,0,0,0.5373,-0.843391,7200,7200,100,1), + (17682,164778,1,-7438.45,-1699.25,-278.193,-2.79253,0,0,0.984808,-0.173648,7200,7200,100,1), + (17683,164778,1,-6466.14,-1658.19,-275.04,1.76278,0,0,0.771625,0.636078,7200,7200,100,1), + (17684,164778,1,-6216.75,-1588.22,-210.317,-2.87979,0,0,0.991445,-0.130526,7200,7200,100,1), + (17685,164778,1,-6161.68,-1527.1,-218.162,2.63545,0,0,0.968148,0.25038,7200,7200,100,1), + (17686,164778,1,-7090.2,-1057.54,-270.796,1.09956,0,0,0.522499,0.85264,7200,7200,100,1), + (17687,164778,1,-6537.55,-1812.25,-271.912,2.18166,0,0,0.887011,0.461749,7200,7200,100,1), + (17688,164778,1,-7541.97,-2219.23,-272.212,-2.02458,0,0,0.848048,-0.529919,7200,7200,100,1), + (17689,164778,1,-6965.33,-1766.03,-266.865,0.872665,0,0,0.422618,0.906308,7200,7200,100,1), + (17690,164779,1,-7565.03,-563.747,-262.065,-1.44862,0,0,0.66262,-0.748956,7200,7200,100,1), + (17691,164779,1,-7471.83,-1203.94,-263.886,-1.76278,0,0,0.771625,-0.636078,7200,7200,100,1), + (17692,164779,1,-8123.62,-1387.64,-252.296,-1.0472,0,0,0.5,-0.866025,7200,7200,100,1), + (17693,164779,1,-7706.24,-2241.5,-252.987,2.75762,0,0,0.981627,0.190809,7200,7200,100,1), + (17694,164779,1,-7241.2,-539.467,-295.276,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (17695,164779,1,-6786.19,-750.179,-271.548,-2.14675,0,0,0.878817,-0.477159,7200,7200,100,1), + (17696,164779,1,-6695.89,-687.558,-272.152,-1.20428,0,0,0.566406,-0.824126,7200,7200,100,1), + (17697,164779,1,-7030.64,-2450.49,-214.07,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (17698,164779,1,-7937.35,-971.39,-274.547,-2.74017,0,0,0.979925,-0.199368,7200,7200,100,1), + (17699,164779,1,-8158.29,-1101.4,-218.612,0.837758,0,0,0.406737,0.913545,7200,7200,100,1), + (17700,164779,1,-6631.72,-1783.38,-272.222,-2.61799,0,0,0.965926,-0.258819,7200,7200,100,1), + (17701,164779,1,-7773.23,-1935.77,-272.355,-0.453786,0,0,0.224951,-0.97437,7200,7200,100,1), + (17702,164779,1,-6376.93,-1782.19,-267.039,1.36136,0,0,0.62932,0.777146,7200,7200,100,1), + (17703,164779,1,-6449.88,-1177.48,-273.333,0.541052,0,0,0.267238,0.96363,7200,7200,100,1), + (17704,164779,1,-7418.2,-2232.56,-273.96,2.68781,0,0,0.97437,0.224951,7200,7200,100,1), + (17705,164780,1,-7460.68,-2486.39,-183.552,-1.79769,0,0,0.782608,-0.622515,7200,7200,100,1), + (17706,164780,1,-7984.95,-880.893,-267.314,-2.46091,0,0,0.942641,-0.333807,7200,7200,100,1), + (17707,164780,1,-6805.85,-1040.07,-265.826,2.56563,0,0,0.95882,0.284015,7200,7200,100,1), + (17708,164780,1,-7112.14,-493.059,-266.715,-2.75762,0,0,0.981627,-0.190809,7200,7200,100,1), + (17709,164780,1,-6350.66,-1315.25,-272.222,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (17710,164780,1,-6630.66,-936.302,-272.375,-0.017453,0,0,0.008727,-0.999962,7200,7200,100,1), + (17711,164780,1,-6829.37,-2041.28,-271.702,-0.610865,0,0,0.300706,-0.953717,7200,7200,100,1), + (17712,164780,1,-6592.67,-1995.41,-270.482,-0.820305,0,0,0.398749,-0.91706,7200,7200,100,1), + (17713,164780,1,-6300.73,-1373.72,-267.309,1.11701,0,0,0.529919,0.848048,7200,7200,100,1), + (17714,164781,1,-7213.21,-460.006,-289.322,1.0472,0,0,0.5,0.866025,7200,7200,100,1), + (17715,164781,1,-7862.96,-719.651,-261.882,-2.49582,0,0,0.948324,-0.317305,7200,7200,100,1), + (17716,164781,1,-6958.06,-322.734,-219.932,1.36136,0,0,0.62932,0.777146,7200,7200,100,1), + (17717,164781,1,-7528.08,-418.851,-265.837,1.74533,0,0,0.766044,0.642788,7200,7200,100,1), + (17718,164781,1,-7863.39,-537.896,-259.22,-1.25664,0,0,0.587785,-0.809017,7200,7200,100,1), + (17719,164781,1,-7823.14,-964.966,-270.275,-2.86234,0,0,0.990268,-0.139173,7200,7200,100,1), + (17720,164781,1,-7312.65,-790.013,-270.269,-2.79253,0,0,0.984808,-0.173648,7200,7200,100,1), + (17721,164781,1,-6489.23,-580.307,-269.356,-0.628319,0,0,0.309017,-0.951056,7200,7200,100,1), + (17722,164781,1,-8004.83,-1589.54,-270.031,-1.93731,0,0,0.824126,-0.566406,7200,7200,100,1), + (17723,164781,1,-7782.79,-1550.47,-266.468,2.04204,0,0,0.85264,0.522499,7200,7200,100,1), + (17724,164781,1,-6923.18,-1454.5,-274.357,-2.40855,0,0,0.93358,-0.358368,7200,7200,100,1), + (17725,164781,1,-7581.27,-2168.95,-273.486,-1.55334,0,0,0.700909,-0.71325,7200,7200,100,1), + (17726,164781,1,-7047.99,-2301.49,-269.179,2.98451,0,0,0.996917,0.078459,7200,7200,100,1), + (17727,164781,1,-6487.32,-1915.33,-271.38,1.62316,0,0,0.725374,0.688355,7200,7200,100,1), + (17728,164781,1,-6677.38,-2021.05,-270.852,0.575959,0,0,0.284015,0.95882,7200,7200,100,1), + (17729,164781,1,-6893.92,-2245.54,-267.908,-3.01942,0,0,0.998135,-0.061048,7200,7200,100,1), + (17730,164781,1,-7434.77,-431.246,-275.176,3.10669,0,0,0.999848,0.017452,7200,7200,100,1), + (17731,164781,1,-7426.39,-318.093,-218.943,2.18166,0,0,0.887011,0.461749,7200,7200,100,1), + (17732,164781,1,-6535.8,-2129.67,-269.551,-2.98451,0,0,0.996917,-0.078459,7200,7200,100,1), + (17733,164781,1,-7120.89,-2164.73,-265.95,2.25148,0,0,0.902585,0.430511,7200,7200,100,1), + (17734,164781,1,-7484.08,-2252.52,-269.556,1.88496,0,0,0.809017,0.587785,7200,7200,100,1), + (17735,164781,1,-7870.65,-2056.78,-272.222,2.47837,0,0,0.945519,0.325568,7200,7200,100,1), + (17736,164781,1,-7183.99,-1677.63,-265.462,0.506145,0,0,0.25038,0.968148,7200,7200,100,1), + (17737,176583,1,-6993.42,-240.586,-216.696,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (17738,176583,1,-7686.89,-1710.55,-270.728,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (17739,176583,1,-7190.29,-2004.24,-271.609,2.11185,0,0,0.870356,0.492423,300,300,100,1), + (17740,176583,1,-6924.01,-1676.07,-272.419,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (17741,176583,1,-7709.43,-816.753,-269.67,-0.296706,0,0,-0.147809,0.989016,300,300,100,1), + (17742,176583,1,-7381.45,-612.923,-270.7,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (17743,176583,1,-6707.66,-1211.52,-269.336,-2.19912,0,0,-0.891008,0.453988,300,300,100,1), + (17744,176583,1,-6394.96,-1529.24,-269.078,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (17745,174792,1,-7964.64,-1074.55,-327.753,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (17746,176584,1,-7862.32,-1462.65,-267.793,-2.16421,0,0,-0.882948,0.469471,300,300,100,1), + (17747,176584,1,-7542.29,-1560.13,-267.911,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (17748,176584,1,-7306.44,-781.199,-270.595,-2.44346,0,0,-0.939692,0.342021,300,300,100,1), + (17749,176584,1,-7186.21,-1883.08,-271.056,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (17750,176584,1,-6985.03,-2384.21,-221.714,-0.610865,0,0,-0.300705,0.953717,300,300,100,1), + (17751,123848,1,-8062.87,-1248.52,-331.334,-2.26893,0,0,0.906308,-0.422618,2700,2700,100,1), + (17752,176584,1,-6613.49,-1245.64,-272.056,2.63545,0,0,0.968148,0.250379,300,300,100,1), + (17753,176584,1,-6917.12,-2214.28,-272.073,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (17754,123848,1,-8054.04,-1181.91,-331.593,2.23402,0,0,0.898794,0.438371,2700,2700,100,1), + (17755,176584,1,-7753.54,-887.398,-271.793,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (17756,176586,1,-7972,-633.369,-218.124,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (17757,176586,1,-6771.6,-393.246,-240.722,0.628319,0,0,0.309017,0.951056,300,300,100,1), + (17758,176586,1,-7321.52,-1444.58,-242.067,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (17759,2061,0,-13.6325,-949.076,56.242,-0.497418,0,0,-0.246153,0.969231,7200,7200,100,1), + (17760,176586,1,-7070.48,-1413.18,-236.055,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (17761,184616,0,-158.691,-863.998,56.6498,0.680678,-0.007709,-0.030495,0.333211,0.942327,7200,7200,100,1), + (17762,1789,0,-668.587,-1308.38,66.5175,-0.567232,0,0,-0.279829,0.96005,7200,7200,100,1), + (17763,1794,0,-777.275,-1471.47,61.136,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (17764,1773,0,-679.173,39.7183,47.5566,-1.4748,0,0,-0.672367,0.740218,7200,7200,100,1), + (17765,179526,429,134.767,-262.46,-4.14639,-0.488691,0,0,-0.241921,0.970296,600,600,255,1), + (17766,179526,429,-148.661,-210.009,-4.1514,0.418879,0,0,0.207912,0.978148,600,600,255,1), + (17767,179526,429,32.7576,-775.236,-25.1416,-1.309,0,0,-0.608763,0.793352,600,600,255,1), + (17768,179526,429,-109.888,-404.549,-4.21786,-2.07694,0,0,-0.861629,0.507539,600,600,255,1), + (17769,179526,429,-61.5861,-306.311,-55.7067,2.33874,0,0,0.920505,0.390732,600,600,255,1), + (17770,179526,429,-7.83484,-199.983,-4.12879,-0.453785,0,0,-0.224951,0.97437,600,600,255,1), + (17771,179526,429,64.8074,-400.448,-58.6044,-0.628317,0,0,-0.309016,0.951057,600,600,255,1), + (17772,179526,429,44.9141,-626.477,-25.1061,-2.47837,0,0,-0.945519,0.325567,600,600,255,1), + (17773,176586,1,-8129.57,-1122.01,-226.392,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (17774,179526,429,66.1826,-315.416,-54.2518,0,0,0,0,1,600,600,255,1), + (17775,179526,429,242.178,-420.788,-119.962,-0.069812,0,0,-0.0348988,0.999391,600,600,255,1), + (17776,179526,429,490.501,551.961,-25.381,-0.418879,0,0,-0.207912,0.978148,600,600,255,1), + (17777,179526,429,468.448,258.01,6.34532,1.02974,0,0,0.492422,0.870357,600,600,255,1), + (17778,179526,429,-5.54965,-393.198,-58.6137,-0.209439,0,0,-0.104528,0.994522,600,600,255,1), + (17780,179526,429,-124.622,-234.072,-55.1133,-0.314158,0,0,-0.156434,0.987688,600,600,255,1), + (17781,179526,429,119.36,-336.64,-4.14986,-1.44862,0,0,-0.662619,0.748957,600,600,255,1), + (17782,179526,429,-75.923,-358.893,-4.14481,2.87979,0,0,0.991445,0.130528,600,600,255,1), + (17783,179526,429,41.8712,-744.931,-25.1339,0.104719,0,0,0.0523356,0.99863,600,600,255,1), + (17784,179526,429,36.7851,-402.629,-4.21849,-2.49582,0,0,-0.948323,0.317306,600,600,255,1), + (17785,179526,429,-14.44,-309.911,-52.1458,0,0,0,0,1,600,600,255,1), + (17786,179526,429,126.758,-296.278,-4.14639,-1.95477,0,0,-0.829037,0.559194,600,600,255,1), + (17787,179526,429,-32.8264,-463.171,-58.6176,0.488691,0,0,0.241921,0.970296,600,600,255,1), + (17788,179526,429,17.3334,-704.192,-12.6426,-2.19912,0,0,-0.891008,0.453988,600,600,255,1), + (17789,179526,429,50.4484,-241.885,-53.2931,1.8675,0,0,0.803856,0.594824,600,600,255,1), + (17790,179526,429,189.484,-482.115,-100.601,1.93731,0,0,0.824125,0.566409,600,600,255,1), + (17791,179526,429,423.59,262.49,11.1475,0,0,0,0,1,600,600,255,1), + (17792,179526,429,475.207,-104.252,-3.88595,-1.32645,0,0,-0.615661,0.788011,600,600,255,1), + (17793,179528,429,-27.0036,-404.283,-58.614,0.226892,0,0,0.113203,0.993572,600,600,255,1), + (17794,179528,429,-131.851,-319.414,-56.7906,0.244346,0,0,0.121869,0.992546,600,600,255,1), + (17795,179528,429,-22.3061,-349.882,-4.07224,-2.02458,0,0,-0.848048,0.52992,600,600,255,1), + (17796,179528,429,-156.299,-321.1,-4.14717,1.25664,0,0,0.587786,0.809016,600,600,255,1), + (17797,179528,429,31.0736,-681.584,-25.1616,0,0,0,0,1,600,600,255,1), + (17798,179528,429,36.7152,-467.008,-4.24876,1.58825,0,0,0.713251,0.700909,600,600,255,1), + (17799,179528,429,-10.2151,-349.267,-53.8632,2.05949,0,0,0.857168,0.515037,600,600,255,1), + (17800,179528,429,-51.4662,-358.168,-4.13823,1.81514,0,0,0.788011,0.615662,600,600,255,1), + (17801,179528,429,21.9326,-409.795,-58.6142,0,0,0,0,1,600,600,255,1), + (17802,179528,429,117.148,-408.461,-3.27357,2.32129,0,0,0.91706,0.398748,600,600,255,1), + (17803,179528,429,102.549,-246.011,-56.3647,0.785397,0,0,0.382683,0.92388,600,600,255,1), + (17804,179528,429,263.393,-568.436,-111.976,-2.67035,0,0,-0.972369,0.233447,600,600,255,1), + (17805,179528,429,477.125,307.609,2.85288,1.74533,0,0,0.766045,0.642787,600,600,255,1), + (17806,179528,429,423.649,-94.0369,-3.88739,-0.453785,0,0,-0.224951,0.97437,600,600,255,1), + (17807,179528,429,4.90084,-450.306,-58.6294,0,0,0,0,1,600,600,255,1), + (17808,179528,429,71.7209,-409.745,-4.21656,3.12412,0,0,0.999962,0.00873622,600,600,255,1), + (17809,179528,429,-27.7882,-388.435,-4.22943,1.39626,0,0,0.642786,0.766046,600,600,255,1), + (17810,179528,429,-42.6484,-341.5,-52.6547,0.244346,0,0,0.121869,0.992546,600,600,255,1), + (17811,179528,429,34.9096,-365.079,-4.14052,0.314158,0,0,0.156434,0.987688,600,600,255,1), + (17812,179528,429,-114.736,-199.653,-4.1244,0,0,0,0,1,600,600,255,1), + (17813,179528,429,101.961,-247.727,-4.01977,2.84488,0,0,0.989015,0.147813,600,600,255,1), + (17816,179528,429,126.702,-248.335,-4.14639,-2.72271,0,0,-0.978147,0.207914,600,600,255,1), + (17820,179528,429,66.2358,-633.758,-25.163,3.05433,0,0,0.999048,0.0436174,600,600,255,1), + (17821,179528,429,-6.16094,-433.403,-4.22212,0,0,0,0,1,600,600,255,1), + (17822,179528,429,2.64945,-210.379,-52.3845,-0.95993,0,0,-0.461748,0.887011,600,600,255,1), + (17823,179528,429,-168.655,-271.912,-4.12082,-0.750491,0,0,-0.366501,0.930418,600,600,255,1), + (17824,179528,429,55.8777,-438.434,-58.5981,-0.855211,0,0,-0.414693,0.909961,600,600,255,1), + (17825,179528,429,59.0393,-760.028,-25.0955,-1.23918,0,0,-0.580701,0.814117,600,600,255,1), + (17826,179528,429,71.7946,-437.261,-58.5956,0.872664,0,0,0.422618,0.906308,600,600,255,1), + (17827,179528,429,-28.3324,-385.063,-58.6181,1.95477,0,0,0.829038,0.559192,600,600,255,1), + (17828,179528,429,47.8125,-334.275,-52.0553,-0.506145,0,0,-0.25038,0.968148,600,600,255,1), + (17829,179528,429,353.105,-447.005,-90.0577,0,0,0,0,1,600,600,255,1), + (17830,179528,429,509.725,523.927,-25.4027,-2.80997,0,0,-0.986285,0.165053,600,600,255,1), + (17831,179528,429,456.691,-47.364,-3.88702,-1.76278,0,0,-0.771624,0.636079,600,600,255,1), + (17832,179528,429,34.5069,-391.211,-58.6112,-2.16421,0,0,-0.882947,0.469473,600,600,255,1), + (17833,179528,429,-12.3063,-396.872,-4.22113,-0.593412,0,0,-0.292372,0.956305,600,600,255,1), + (17834,179528,429,127.199,-272.801,-4.14639,-1.93732,0,0,-0.824126,0.566406,600,600,255,1), + (17835,179528,429,-94.2365,-406.708,-58.6073,0,0,0,0,1,600,600,255,1), + (17836,179528,429,-112.021,-258.887,-56.2501,0,0,0,0,1,600,600,255,1), + (17837,179528,429,134.767,-262.46,-4.14639,-0.488691,0,0,-0.241921,0.970296,600,600,255,1), + (17838,179528,429,-148.661,-210.009,-4.1514,0.418879,0,0,0.207912,0.978148,600,600,255,1), + (17839,179528,429,32.7576,-775.236,-25.1416,-1.309,0,0,-0.608763,0.793352,600,600,255,1), + (17840,179528,429,-109.888,-404.549,-4.21786,-2.07694,0,0,-0.861629,0.507539,600,600,255,1), + (17841,179528,429,-61.5861,-306.311,-55.7067,2.33874,0,0,0.920505,0.390732,600,600,255,1), + (17842,179528,429,-7.83484,-199.983,-4.12879,-0.453785,0,0,-0.224951,0.97437,600,600,255,1), + (17843,179528,429,64.8074,-400.448,-58.6044,-0.628317,0,0,-0.309016,0.951057,600,600,255,1), + (17845,179528,429,44.9141,-626.477,-25.1061,-2.47837,0,0,-0.945519,0.325567,600,600,255,1), + (17846,179528,429,66.1826,-315.416,-54.2518,0,0,0,0,1,600,600,255,1), + (17847,179528,429,242.178,-420.788,-119.962,-0.069812,0,0,-0.0348989,0.999391,600,600,255,1), + (17848,179528,429,490.501,551.961,-25.381,-0.418879,0,0,-0.207912,0.978148,600,600,255,1), + (17849,179528,429,468.448,258.01,6.34532,1.02974,0,0,0.492422,0.870357,600,600,255,1), + (17850,179528,429,-5.54965,-393.198,-58.6137,-0.209439,0,0,-0.104528,0.994522,600,600,255,1), + (17851,179528,429,-124.622,-234.072,-55.1133,-0.314158,0,0,-0.156434,0.987688,600,600,255,1), + (17852,179528,429,119.36,-336.64,-4.14986,-1.44862,0,0,-0.662619,0.748957,600,600,255,1), + (17853,179528,429,-75.923,-358.893,-4.14481,2.87979,0,0,0.991445,0.130528,600,600,255,1), + (17854,179528,429,41.8712,-744.931,-25.1339,0.104719,0,0,0.0523356,0.99863,600,600,255,1), + (17855,179528,429,36.7851,-402.629,-4.21849,-2.49582,0,0,-0.948324,0.317305,600,600,255,1), + (17856,179528,429,-14.44,-309.911,-52.1458,0,0,0,0,1,600,600,255,1), + (17857,179528,429,126.758,-296.278,-4.14639,-1.95477,0,0,-0.829038,0.559192,600,600,255,1), + (17858,179528,429,-32.8264,-463.171,-58.6176,0.488691,0,0,0.241921,0.970296,600,600,255,1), + (17859,179528,429,17.3334,-704.192,-12.6426,-2.19912,0,0,-0.891006,0.453991,600,600,255,1), + (17860,179528,429,50.4484,-241.885,-53.2931,1.8675,0,0,0.803856,0.594824,600,600,255,1), + (17861,179528,429,189.484,-482.115,-100.601,1.93731,0,0,0.824125,0.566409,600,600,255,1), + (17862,179528,429,423.59,262.49,11.1475,0,0,0,0,1,600,600,255,1), + (17863,179528,429,475.207,-104.252,-3.88595,-1.32645,0,0,-0.615661,0.788011,600,600,255,1), + (17864,179532,429,-27.0036,-404.283,-58.614,0.226892,0,0,0.113203,0.993572,600,600,255,1), + (17865,179532,429,-131.851,-319.414,-56.7906,0.244346,0,0,0.121869,0.992546,600,600,255,1), + (17866,179532,429,-22.3061,-349.882,-4.07224,-2.02458,0,0,-0.848048,0.52992,600,600,255,1), + (17868,179532,429,-156.299,-321.1,-4.14717,1.25664,0,0,0.587786,0.809016,600,600,255,1), + (17869,179532,429,31.0736,-681.584,-25.1616,0,0,0,0,1,600,600,255,1), + (17870,179532,429,36.7152,-467.008,-4.24876,1.58825,0,0,0.713251,0.700909,600,600,255,1), + (17871,179532,429,-10.2151,-349.267,-53.8632,2.05949,0,0,0.857168,0.515037,600,600,255,1), + (17872,179532,429,-51.4662,-358.168,-4.13823,1.81514,0,0,0.78801,0.615662,600,600,255,1), + (17873,179532,429,21.9326,-409.795,-58.6142,0,0,0,0,1,600,600,255,1), + (17874,179532,429,117.148,-408.461,-3.27357,2.32129,0,0,0.91706,0.39875,600,600,255,1), + (17875,179532,429,102.549,-246.011,-56.3647,0.785397,0,0,0.382683,0.92388,600,600,255,1), + (17876,179532,429,263.393,-568.436,-111.976,-2.67035,0,0,-0.972369,0.233447,600,600,255,1), + (17877,179532,429,477.125,307.609,2.85288,1.74533,0,0,0.766045,0.642787,600,600,255,1), + (17878,179532,429,423.649,-94.0369,-3.88739,-0.453785,0,0,-0.224951,0.97437,600,600,255,1), + (17879,179532,429,4.90084,-450.306,-58.6294,0,0,0,0,1,600,600,255,1), + (17880,179532,429,71.7209,-409.745,-4.21656,3.12412,0,0,0.999962,0.00873622,600,600,255,1), + (17881,179532,429,-27.7882,-388.435,-4.22943,1.39626,0,0,0.642786,0.766046,600,600,255,1), + (17882,179532,429,-42.6484,-341.5,-52.6547,0.244346,0,0,0.121869,0.992546,600,600,255,1), + (17883,179532,429,34.9096,-365.079,-4.14052,0.314158,0,0,0.156434,0.987688,600,600,255,1), + (17884,179532,429,-114.736,-199.653,-4.1244,0,0,0,0,1,600,600,255,1), + (17885,179532,429,101.961,-247.727,-4.01977,2.84488,0,0,0.989015,0.147813,600,600,255,1), + (17887,179532,429,126.702,-248.335,-4.14639,-2.72271,0,0,-0.978147,0.207914,600,600,255,1), + (17888,179532,429,66.2358,-633.758,-25.163,3.05433,0,0,0.999048,0.0436174,600,600,255,1), + (17889,179532,429,-6.16094,-433.403,-4.22212,0,0,0,0,1,600,600,255,1), + (17890,176586,1,-7615.53,-2261.98,-243.478,1.58825,0,0,0.713251,0.700909,300,300,100,1), + (17891,180712,1,-4520.65,2367.78,0,-1.37881,0,0,-0.636078,0.771625,180,180,100,1), + (17892,1628,0,-10586.7,386.926,32.3488,-2.79253,0,0,-0.984808,0.173647,300,300,100,1), + (17893,1771,0,-679.388,39.5997,47.5202,-3.0456,0,0,0.998848,-0.047978,7200,7200,100,1), + (17894,1774,0,-679.382,39.8115,47.5202,0.095993,0,0,0.047978,0.998848,7200,7200,100,1), + (17895,1779,0,-429.868,-582.82,53.896,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (17896,1775,0,-429.708,-582.91,53.8973,3.14159,0,0,1,0,7200,7200,100,1), + (17897,1781,0,-373.472,-771.203,54.0186,-2.12057,0,0,0.872496,-0.488621,7200,7200,100,1), + (17898,92013,0,-1152.77,177.588,0.451798,3.14159,-0.091376,0.052116,0.99444,0.004789,10,10,100,1), + (17899,170452,230,905.256,-198.325,-43.7186,-1.00356,0,0,-0.480989,0.876727,600,600,100,1), + (17900,174425,230,568.026,-86.9411,-45.0247,-3.0805,0,0,0.999534,-0.030539,600,600,100,1), + (17901,170508,230,1412.95,-752.468,-85.165,0,0,0,0,1,600,600,100,1), + (17902,170517,230,1290.85,-399.635,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (17903,170535,230,1368.48,-406.046,-94.6781,0,0,0,0,1,600,600,100,1), + (17904,174554,230,802.021,-353.522,-49.3422,0.776671,0,0,0.378648,0.925541,600,600,100,1), + (17905,174462,230,844.28,-189.47,-49.7396,-3.07178,0,0,0.999391,-0.034899,600,600,100,1), + (17906,170558,230,1311.48,-343.072,-92.0093,-0.785397,0,0,-0.382683,0.92388,600,600,100,1), + (17924,176586,1,-7494.23,-289.015,-196.993,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (17925,176586,1,-6278.38,-1582.43,-227.69,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (17926,166863,1,-7365.4,-2009.94,-270.042,-3.14159,-0.034898,-0.008721,0.999353,-0.000305,2,2,100,1), + (17927,161504,1,-7670.07,-1801.72,-278.489,-0.418879,0,0,0.207912,-0.978148,2,2,100,1), + (17928,161505,1,-7658.82,-1798.54,-272.077,-2.88852,-0.185185,0.389885,0.900506,-0.052769,2,2,100,1), + (17929,164838,1,-6025.74,-1021.09,-216.825,-0.733038,0,0,0.358368,-0.93358,900,900,100,1), + (17930,157936,1,-7692.89,-595.725,-270.113,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (17931,157936,1,-7514.03,-502.893,-270.154,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (17932,157936,1,-7912.12,-612.449,-259.465,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (17933,157936,1,-7578.91,-691.733,-251.342,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (17934,157936,1,-7108.55,-412.244,-268.507,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (17935,157936,1,-7364.38,-599.329,-270.891,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (17936,157936,1,-7404.52,-2182.91,-274.099,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (17937,157936,1,-6800.07,-1100.01,-270.057,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (17938,157936,1,-6808.24,-614.827,-272.1,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (17939,157936,1,-7308.93,-1120.48,-271.803,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (17940,157936,1,-8189.08,-1333.48,-219.312,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (17941,157936,1,-7369.24,-1537.5,-271.289,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (17942,157936,1,-7087.07,-1419.23,-234.661,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (17943,157936,1,-7934.62,-987.559,-275.372,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (17944,157936,1,-7437.97,-974.364,-271.746,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (17945,157936,1,-7106.7,-793.555,-271.682,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (17946,157936,1,-6941.92,-906.047,-266.166,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (17947,157936,1,-7162.44,-1296.78,-184.388,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (17948,157936,1,-7148.2,-1808.66,-271.066,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (17949,157936,1,-7087.89,-1028.41,-272.091,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (17950,157936,1,-6812.4,-1324.52,-272.222,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (17951,157936,1,-8025.02,-1559.29,-271.563,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (17952,157936,1,-6862.71,-1617.43,-270.995,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (17953,157936,1,-6929.41,-1448.56,-272.533,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (17954,157936,1,-7913.36,-1408.92,-265.495,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (17955,157936,1,-6918.28,-277.849,-197.941,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (17956,157936,1,-6673.42,-1523.11,-270.829,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (17957,157936,1,-7345.9,-1421.37,-267.298,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (17958,157936,1,-6977.26,-1836.79,-273.335,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (17959,157936,1,-7687.05,-811.709,-268.542,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (17960,157936,1,-7586.07,-2171.71,-273.367,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (17961,157936,1,-6532.12,-682.592,-269.538,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (17962,174493,230,830.798,-153.023,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (17963,157936,1,-7849.12,-813.347,-272.165,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (17964,157936,1,-7839.09,-2118.6,-254.36,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (17965,157936,1,-6629.58,-960.492,-271.529,1.0472,0,0,0.5,0.866025,180,180,100,1), + (17966,101836,0,4.19056,-1600.65,195.089,3.10668,0,0,0.999848,0.017453,7200,7200,100,1), + (17967,157936,1,-7055.96,-1580.33,-271.755,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (17968,157936,1,-6399.99,-1766.62,-271.858,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (17969,157936,1,-7277.87,-1016.88,-272.19,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (17970,157936,1,-6957.35,-466.051,-272.351,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (17971,161521,1,-7596.07,-889.445,-271.754,0.139626,0,0,0.069756,0.997564,2,2,100,1), + (17972,161526,1,-6867.92,-2002.76,-272.212,1.5708,0,0,0.707107,0.707107,2,2,100,1), + (17973,101842,0,25.899,-1624.74,197.502,-3.11541,0,0,0.999914,-0.01309,7200,7200,100,1), + (17974,101844,0,25.9894,-1626.81,197.502,-3.11541,0,0,0.999914,-0.01309,7200,7200,100,1), + (17975,161527,1,-7746.34,-612.641,-267.134,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (17976,101845,0,24.2609,-1623.12,197.502,-2.47837,0,0,0.945519,-0.325568,7200,7200,100,1), + (17977,101846,0,23.6505,-1631.35,203.904,1.55334,0,0,0.700909,0.713251,7200,7200,100,1), + (17978,161527,1,-7780.08,-675.24,-258.412,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (17979,101848,0,27.0617,-1621.39,203.906,-2.21657,0,0,0.894934,-0.446198,7200,7200,100,1), + (17980,101837,0,-0.498178,-1591.36,195.089,1.7017,0,0,0.75184,0.659346,7200,7200,100,1), + (17981,161527,1,-7890.34,-610.22,-259.979,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (17982,101847,0,27.3939,-1629.49,203.906,2.05949,0,0,0.857167,0.515038,7200,7200,100,1), + (17983,161527,1,-7876.51,-614.429,-261.048,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (17984,101849,0,28.1945,-1626.52,203.906,2.73144,0,0,0.979045,0.203642,7200,7200,100,1), + (17986,101841,0,24.2973,-1619.77,203.906,-1.61443,0,0,-0.722364,0.691513,7200,7200,100,1), + (17987,161527,1,-7847.43,-648.261,-260.871,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (17988,101840,0,22.2329,-1626.82,197.502,0.026178,0,0,0.013089,0.999914,7200,7200,100,1), + (17989,161527,1,-7874.33,-621.346,-260.631,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (17990,161527,1,-7513.46,-682.216,-254.202,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (17991,101835,0,-4.05033,-1600.34,195.089,0.008726,0,0,0.004363,0.99999,7200,7200,100,1), + (17992,161527,1,-7884.15,-618.194,-260.14,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (17993,101838,0,22.3563,-1624.78,197.502,0.026178,0,0,0.013089,0.999914,7200,7200,100,1), + (17994,101839,0,24.2049,-1628.65,197.502,1.54462,0,0,0.69779,0.716302,7200,7200,100,1), + (17995,161527,1,-7889.81,-618.472,-259.848,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (17996,161527,1,-7824.72,-917.786,-267.953,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (17997,161527,1,-7760.56,-843.386,-269.013,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (17998,161527,1,-7752.41,-750.97,-266.476,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (17999,161527,1,-7741.71,-742.488,-262.382,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (18000,161527,1,-7879.14,-896.516,-271.63,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (18001,180216,1,-7288.95,-697.008,-305.884,-0.523599,0,0,0.258819,-0.965926,300,300,100,1), + (18002,180216,1,-7203.28,-674.291,-281.629,0.401426,0,0,0.199368,0.979925,300,300,100,1), + (18003,180216,1,-7362.93,-703.902,-307.389,2.72271,0,0,0.978148,0.207912,300,300,100,1), + (18004,2040,1,-7390.91,-2384.39,-216.496,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (18005,2040,1,-7181.35,-685.201,-267.175,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (18006,2040,1,-7567.56,-1400.13,-265.711,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (18007,2040,1,-6414.91,-1786.3,-267.509,-2.54818,0,0,-0.956305,0.292372,300,300,100,1), + (18008,180217,1,-7288.95,-697.008,-305.884,-0.523599,0,0,0.258819,-0.965926,900,900,100,1), + (18009,180217,1,-7203.28,-674.291,-281.629,0.401426,0,0,0.199368,0.979925,900,900,100,1), + (18010,180217,1,-7362.93,-703.902,-307.389,2.72271,0,0,0.978148,0.207912,900,900,100,1), + (18011,2047,1,-6755.37,-1399.22,-264.227,-1.3439,0,0,-0.622513,0.782609,300,300,100,1), + (18012,61953,1,-2883.3,-271.612,53.917,2.73144,0,0,0.979045,0.203642,900,900,100,1), + (18013,138497,1,-1152.54,2895.45,202.403,0.67949,0.000869,-0.003756,0.333242,0.942833,900,900,100,1), + (18014,3076,1,-3105.46,-1201.16,85.2409,1.09956,0,0,0.522499,0.85264,2,2,100,1), + (18016,3852,1,-401.162,1860,128.514,2.74889,0,0,0.980785,0.19509,900,900,100,1), + (18017,2061,1,-1926.55,431.244,133.59,3.14159,-0.004363,0.004363,0.999981,0.000019,900,900,100,1), + (18018,2061,1,-2405.66,226.712,48.7031,-3.10669,-0.017065,-0.022113,0.999451,-0.017826,900,900,100,1), + (18019,2061,1,-1926,-709.528,3.57442,3.14159,0,0,1,0,900,900,100,1), + (18020,2061,1,-2934.61,-1273.04,72.2044,3.14159,0,0,1,0,900,900,100,1), + (18021,2061,1,-2265.87,-307.139,-9.4257,3.14159,0,0,1,0,900,900,100,1), + (18022,2061,1,-2386.13,-390.918,-3.39068,2.15548,0.034508,0.045814,0.879675,0.472104,900,900,100,1), + (18023,2061,1,-1478.22,-986.466,148.621,3.14159,0,0,1,0,900,900,100,1), + (18024,2061,1,-1523.76,-988.682,150.635,3.14159,0,0,1,0,900,900,100,1), + (18025,2061,1,-1725.04,3184.21,4.33212,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (18026,2061,1,-2897.13,-274.717,53.9047,2.42601,0,0,0.936672,0.350207,900,900,100,1), + (18027,2061,1,-2277.64,-309.08,-9.42493,2.68781,0,0,0.97437,0.224951,900,900,100,1), + (18028,2061,1,-2267.86,-295.326,-9.42493,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (18029,2061,1,-2270.34,-281.727,-9.42569,-2.85361,0,0,0.989651,-0.143493,900,900,100,1), + (18030,2061,1,-2176.38,-410.315,-4.77444,-3.05433,0,0,0.999048,-0.043619,900,900,100,1), + (18031,2061,1,-2152.59,2678.26,61.387,-2.27765,0,0,0.908143,-0.41866,900,900,100,1), + (18032,2061,1,-1350.14,-1126.14,141.571,3.14159,-0.004363,0,0.99999,0,900,900,100,1), + (18033,2061,1,-513.468,1841.53,94.3219,-2.82788,0,0,0.987724,-0.156212,900,900,100,1), + (18034,2061,1,-2254.61,-304.677,-9.4249,3.14159,0,0,1,0,900,900,100,1), + (18035,2061,1,-2264.61,-318.313,-9.4249,3.14159,0,0,1,0,900,900,100,1), + (18036,2061,1,182.857,1154.68,168.305,0.451998,0,0,0.22408,0.974571,900,900,100,1), + (18037,2061,1,-2883.3,-271.612,53.917,2.73144,0,0,0.979045,0.203642,900,900,100,1), + (18038,2061,1,-1596.13,850.377,117.23,-3.14159,-0.00436,0.039259,0.99922,0.000171,900,900,100,1), + (18039,2061,1,-1052.08,-310.696,159.031,-3.05433,0,0,0.999048,-0.043619,900,900,100,1), + (18040,2061,1,-1043.45,-308.713,159.031,3.14159,0,0,1,0,900,900,100,1), + (18041,2061,1,-1071.19,-276.392,159.031,3.14159,0,0,1,0,900,900,100,1), + (18042,2061,1,-1151.05,-1031.47,3.40877,3.12414,-0.017452,0.000152,0.99981,0.008725,900,900,100,1), + (18043,2061,1,-852.223,1073.55,91.7444,-1.1302,0,0,-0.535502,0.844534,900,900,100,1), + (18044,2061,1,-1742.22,948.166,91.7389,2.03824,0,0,0.851648,0.524114,900,900,100,1), + (18045,2061,1,-1884.87,1108.26,91.9544,0.687147,0,0,0.336854,0.941557,900,900,100,1), + (18046,2061,1,-1935.52,1234.5,91.278,-0.277988,0,0,-0.138547,0.990356,900,900,100,1), + (18047,2061,1,-1178.72,2704.81,111.593,-2.02923,0,0,-0.849278,0.527947,900,900,100,1), + (18048,2061,1,-1457.84,-1068.05,142.847,3.14159,0,0,1,0,900,900,100,1), + (18049,2061,1,-1886.18,987.436,90.558,1.16787,0,0,0.551313,0.834298,900,900,100,1), + (18050,2061,1,-946.586,894.099,90.7859,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (18051,2061,1,-1058.91,1021.65,91.014,3.14159,0,0,1,0,900,900,100,1), + (18052,2061,1,-1039.04,906.292,92.6294,2.35579,0,0,0.923802,0.382872,900,900,100,1), + (18053,2061,1,-808.24,-31.0297,-13.2098,3.14159,0,0,1,0,900,900,100,1), + (18054,2061,1,-2170.08,-394.969,-3.79751,3.14159,0,0,1,0,900,900,100,1), + (18055,2061,1,-2872.7,-1040.85,54.2209,-2.45953,0,0,0.94241,-0.334461,900,900,100,1), + (18056,2061,1,-938.558,33.1454,18.2845,-0.759218,0,0,-0.370557,0.92881,900,900,100,1), + (18057,2061,1,-2401.79,-397.705,-2.08003,3.14159,0,-0.008727,0.999962,0,900,900,100,1), + (18058,2061,1,-2740.26,-435.603,-4.50803,3.14159,0.082801,0.013045,0.99648,-0.001084,900,900,100,1), + (18059,2061,1,-1788.01,1052.12,93.3257,-1.68407,0,0,-0.746001,0.665944,900,900,100,1), + (18060,2061,1,-2240.45,-400.991,-9.42564,-1.82387,0,0,-0.79069,0.612217,900,900,100,1), + (18061,2061,1,-1227.38,-19.8772,165.325,3.14159,0,0,1,0,900,900,100,1), + (18062,180750,1,-4223.67,2385.48,0,-2.30383,0,0,-0.913544,0.406739,180,180,100,1), + (18063,180750,1,-4652.45,2377.74,0,3.08923,0,0,0.999657,0.0261783,180,180,100,1), + (18064,180750,1,-4046.58,2884.38,0,-1.78024,0,0,-0.777147,0.629319,180,180,100,1), + (18065,180750,1,-4379.91,2368.7,0,-2.68781,0,0,-0.97437,0.22495,180,180,100,1), + (18066,180750,1,-3931.2,2746.97,0,-0.680679,0,0,-0.333807,0.942641,180,180,100,1), + (18067,180750,1,3333.88,-5834.96,0,0.15708,0,0,0.0784593,0.996917,180,180,100,1), + (18068,2061,1,-1155.98,66.8138,145.96,0.095993,0,0,0.047978,0.998848,900,900,100,1), + (18069,180750,1,-6710.04,-4814.66,0,-1.09956,0,0,-0.5225,0.852639,180,180,100,1), + (18070,180751,1,-6710.04,-4814.66,0,-1.09956,0,0,-0.5225,0.852639,180,180,100,1), + (18071,180751,1,-4230.19,2460.48,0,-0.314159,0,0,-0.156434,0.987688,180,180,100,1), + (18072,2061,1,-1173.28,-26.3016,164.488,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (18073,2061,1,-1241.88,41.979,127.152,-2.40856,0,0,0.93358,-0.358368,900,900,100,1), + (18074,2061,1,-1299.78,129.196,131.572,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (18075,2061,1,-1444.73,-100.507,161.216,-0.532325,0,0,-0.263031,0.964787,900,900,100,1), + (18076,2061,1,-1470.19,-85.51,161.216,-0.532325,0,0,-0.263031,0.964787,900,900,100,1), + (18077,2061,1,-1452.56,-85.9158,159.117,0.253072,0,0,0.126199,0.992005,900,900,100,1), + (18078,50445,1,-1458.03,-95.2139,159.117,0.253072,0,0,0.126199,0.992005,900,900,100,1), + (18079,2061,1,-1458.03,-95.2139,159.117,0.253072,0,0,0.126199,0.992005,900,900,100,1), + (18080,2061,1,-1440.98,-94.1412,161.216,-0.532325,0,0,-0.263031,0.964787,900,900,100,1), + (18081,2061,1,-1466.44,-79.1438,161.216,-0.532325,0,0,-0.263031,0.964787,900,900,100,1), + (18082,180751,1,-3931.2,2746.97,0,-0.680679,0,0,-0.333807,0.942641,180,180,100,1), + (18083,180751,1,-4582.54,2354.77,0,0.750492,0,0,0.366501,0.930417,180,180,100,1), + (18084,180751,1,3254.9,-5812.65,0,-2.58309,0,0,-0.961262,0.275636,180,180,100,1), + (18085,180751,1,-6839.84,-4888.99,0,-1.25664,0,0,-0.587786,0.809016,180,180,100,1), + (18086,180751,1,2959.22,-6004.52,0,-1.53589,0,0,-0.694658,0.71934,180,180,100,1), + (18087,2061,1,-2295.75,-435.007,-5.34616,-1.7017,0,0,-0.75184,0.659346,900,900,100,1), + (18088,2061,1,-2319.68,-438.993,-5.34616,-2.39983,0,0,0.932008,-0.362438,900,900,100,1), + (18089,2061,1,-2301.75,-458.31,-5.34616,-1.87623,0,0,-0.806445,0.59131,900,900,100,1), + (18090,2061,1,-2357.73,-352.276,-0.642704,0.148352,0,0,0.074108,0.99725,900,900,100,1), + (18091,2061,1,-2375.28,-347.097,-8.85251,1.09956,0,0,0.522498,0.852641,900,900,100,1), + (18092,2061,1,-2360.83,-347.275,-8.8663,-1.23918,0,0,-0.580703,0.814116,900,900,100,1), + (18093,2061,1,-2873.73,-219.324,54.8712,-2.32129,0,0,0.91706,-0.398749,900,900,100,1), + (18094,2061,1,-2922.91,-231.506,54.2929,-1.42244,0,0,-0.652759,0.757565,900,900,100,1), + (18095,2061,1,-2916.71,-228.517,54.2929,-1.55334,0,0,-0.700909,0.71325,900,900,100,1), + (18096,2061,1,-2927.41,-212.532,54.2929,-1.49226,0,0,-0.6788,0.734323,900,900,100,1), + (18097,175885,1,-1065.79,-303.896,159.741,0,0,0,0,1,900,900,100,1), + (18098,175885,1,-1451.1,-93.011,191.806,2.26893,0,0,0.906308,0.422618,900,900,100,1), + (18099,175885,1,-1212.68,41.8308,131.157,-1.09956,0,0,0.522499,-0.85264,900,900,100,1), + (18100,175885,1,-1197.37,21.8517,176.949,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (18101,175885,1,-1201.88,13.3847,164.136,-1.37881,0,0,0.636078,-0.771625,900,900,100,1), + (18102,175885,1,-1182.85,46.1025,145.774,1.78024,0,0,0.777146,0.62932,900,900,100,1), + (18103,175885,1,-987.642,275.921,134.965,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (18104,50446,1,-1452.56,-85.9158,159.117,0.253072,0,0,0.126199,0.992005,900,900,100,1), + (18105,180752,1,-3950.56,3053.76,0,-0.680679,0,0,-0.333807,0.942641,180,180,100,1), + (18106,50447,1,-1444.73,-100.507,161.216,-0.532325,0,0,-0.263031,0.964787,900,900,100,1), + (18107,180752,1,-4091.41,2695.04,0,2.00713,0,0,0.843392,0.537299,180,180,100,1), + (18108,50448,1,-1440.98,-94.1412,161.216,-0.532325,0,0,-0.263031,0.964787,900,900,100,1), + (18109,180752,1,-3868.3,3103.87,0,-1.23918,0,0,-0.580701,0.814117,180,180,100,1), + (18110,50449,1,-1466.44,-79.1438,161.216,-0.532325,0,0,-0.263031,0.964787,900,900,100,1), + (18111,180752,1,-4722.65,2106.9,0,-0.05236,0,0,-0.026177,0.999657,180,180,100,1), + (18112,2066,1,-3435.12,-133.554,104.186,3.14159,0,0,1,0,900,900,100,1), + (18113,2066,1,-2972.72,-1269.14,72.2044,-1.81734,0,0,-0.788688,0.614794,900,900,100,1), + (18114,2066,1,-1053.65,-288.594,159.03,3.07178,0,0,0.999391,0.034899,900,900,100,1), + (18115,50450,1,-1470.19,-85.51,161.216,-0.532325,0,0,-0.263031,0.964787,900,900,100,1), + (18116,142101,1,-3435.12,-133.554,104.186,3.14159,0,0,1,0,900,900,100,1), + (18117,180752,1,-4798.63,2316.71,0,0.034907,0,0,0.0174526,0.999848,180,180,100,1), + (18118,180752,1,-4236.73,2361.38,0,2.67035,0,0,0.972369,0.233447,180,180,100,1), + (18119,180752,1,-7055.77,-4876.62,0,-1.64061,0,0,-0.731354,0.681998,180,180,100,1), + (18120,180752,1,-6951.29,-4907.06,0,-2.89725,0,0,-0.992546,0.121868,180,180,100,1), + (18121,180752,1,-4731.54,2379.84,0,0.15708,0,0,0.0784593,0.996917,180,180,100,1), + (18122,180752,1,2969.99,-6115.76,0,-0.017453,0,0,-0.00872639,0.999962,180,180,100,1), + (18123,180752,1,-4230.19,2460.48,0,-0.314159,0,0,-0.156434,0.987688,180,180,100,1), + (18124,50468,1,-1240.23,112.188,129.654,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (18125,180752,1,-4210.63,2542.91,0,-1.55334,0,0,-0.700908,0.713252,180,180,100,1), + (18126,50469,1,-1240.52,104.844,128.592,2.80998,0,0,0.986286,0.165047,900,900,100,1), + (18127,180752,1,-7020.72,-4871.83,0,4.71239,0,0,0.707106,-0.707107,180,180,100,1), + (18128,180752,1,-6765.14,-4867.56,0,-2.19912,0,0,-0.891008,0.453988,180,180,100,1), + (18130,142118,1,-2934.61,-1273.04,72.2044,3.14159,0,0,1,0,900,900,100,1), + (18132,180248,0,-12111.2,383.494,0,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (18133,180248,0,-13243,562.016,0,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (18134,180248,0,-13291.1,658.304,0,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (18135,180248,0,-12966.7,487.359,0,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (18136,180248,0,-13640.6,619.701,0,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (18137,180248,0,-13983.8,633.474,0,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (18139,180582,1,-1773.84,-3813.52,0,-2.68781,0,0,-0.97437,0.22495,180,180,100,1), + (18140,180582,1,-1981.99,-3767.3,0,1.5708,0,0,0.707108,0.707106,180,180,100,1), + (18141,180582,1,5881.34,595.47,0,-2.51327,0,0,-0.951056,0.309019,180,180,100,1), + (18142,180582,1,6293.92,590.357,0,-0.418879,0,0,-0.207912,0.978148,180,180,100,1), + (18143,180248,0,-14256.9,-44.8341,0,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (18144,180582,1,-1476.99,-3924.05,0,-3.05433,0,0,-0.999048,0.0436174,180,180,100,1), + (18145,180582,1,6486.94,822.047,0,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (18146,180900,0,-12968.7,489.778,0,-1.13446,0,0,-0.537298,0.843393,180,180,100,1), + (18147,180900,0,-12829.6,440.834,0,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (18148,180901,0,-12749.4,343.818,0,-2.58309,0,0,-0.961262,0.275636,180,180,100,1), + (18149,180902,0,-14320.4,529.485,0,-2.67035,0,0,-0.972369,0.233447,180,180,100,1), + (18150,142131,1,-1151.05,-1031.47,3.40877,3.12414,-0.017452,0.000152,0.99981,0.008725,900,900,100,1), + (18151,180655,1,-1951.5,-3759.95,0,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (18152,50484,1,-1091.05,-0.080078,140.534,3.06305,0,0,0.999229,0.03926,900,900,100,1), + (18153,180655,1,-1011.95,-3808.33,0,-2.3911,0,0,-0.930417,0.366502,180,180,100,1), + (18154,180655,1,-1773.84,-3813.52,0,-2.68781,0,0,-0.97437,0.22495,180,180,100,1), + (18155,177204,1,-1030.41,-291.593,162.301,-3.02815,0,0,0.998392,-0.056692,900,900,100,1), + (18156,50485,1,-1118.26,38.2847,141.303,-3.05433,0,0,0.999048,-0.043619,900,900,100,1), + (18157,180662,0,-2704.53,-1210.83,0,2.14675,0,0,0.878816,0.477161,180,180,100,1), + (18158,180663,1,2617.94,-365.778,102.761,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (18159,177205,1,-1047.04,-311.059,161.673,1.77151,0,0,0.774393,0.632705,900,900,100,1), + (18160,50486,1,-1103.19,20.7839,140.441,-2.67036,0,0,0.97237,-0.233445,900,900,100,1), + (18161,180663,1,2891.01,-333.287,102.761,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (18162,180663,1,2509.32,-2855.59,150.071,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (18163,153399,1,-1478.22,-986.466,148.621,3.14159,0,0,1,0,900,900,100,1), + (18164,50487,1,-1114.59,5.88769,141.813,0.279252,0,0,0.139173,0.990268,900,900,100,1), + (18165,180664,0,-3707.95,-631.876,0,-0.925024,0,0,-0.446198,0.894934,180,180,100,1), + (18166,177207,1,-1033.96,-276.572,161.18,-2.67908,0,0,0.973379,-0.2292,900,900,100,1), + (18167,153400,1,-1523.76,-988.682,150.635,3.14159,0,0,1,0,900,900,100,1), + (18168,50488,1,-1139.79,49.5422,143.75,-0.401426,0,0,-0.199368,0.979925,900,900,100,1), + (18169,180664,0,-3884.81,-712.804,0,-0.10472,0,0,-0.0523361,0.99863,180,180,100,1), + (18170,177208,1,-1035.12,-304.509,160.785,2.38238,0,0,0.92881,0.370557,900,900,100,1), + (18171,50489,1,-1161.03,29.599,145.611,1.24791,0,0,0.58425,0.811574,900,900,100,1), + (18172,180664,0,-2681.61,-1279.36,0,-2.46091,0,0,-0.942641,0.333809,180,180,100,1), + (18173,22603,0,-337.056,8.56755,60.4914,-0.410154,0,0,-0.203642,0.979045,7200,7200,100,1), + (18174,2061,0,-337.056,8.56755,60.4914,-0.410154,0,0,-0.203642,0.979045,7200,7200,100,1), + (18175,177209,1,-1060.18,-309.301,161.102,1.16064,0,0,0.548293,0.836286,900,900,100,1), + (18177,50490,1,-1148.18,27.096,144.995,1.4748,0,0,0.672367,0.740218,900,900,100,1), + (18179,153402,1,-1457.84,-1068.05,142.847,3.14159,0,0,1,0,900,900,100,1), + (18181,180682,1,-2937.83,-4248.67,0,-0.977384,0,0,-0.469471,0.882948,180,180,100,1), + (18183,1621,0,-10366.2,-84.3276,45.1319,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (18184,50491,1,-1225.58,81.0292,130.295,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (18185,180683,1,-3053.86,-4229.58,0,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (18187,50492,1,-1254.99,51.566,126.546,1.8675,0,0,0.803857,0.594823,900,900,100,1), + (18189,180683,1,-2693.47,-4182.76,0,-2.79253,0,0,-0.984808,0.173647,180,180,100,1), + (18191,50493,1,-1235.28,83.7881,130.113,-0.741765,0,0,-0.362438,0.932008,900,900,100,1), + (18193,180683,1,-3193.46,-4268.06,0,1.309,0,0,0.608763,0.793352,180,180,100,1), + (18195,180683,1,-3153.37,-4241.55,0,1.8675,0,0,0.803856,0.594824,180,180,100,1), + (18196,174531,230,897.474,-202.262,-43.721,-2.67908,0,0,0.973379,-0.229201,600,600,100,1), + (18197,170557,230,488.845,87.2209,0,3.14159,0,0,1,0,600,600,100,1), + (18198,50494,1,-1266.58,52.5069,129.362,0.375246,0,0,0.186524,0.98245,900,900,100,1), + (18200,180683,1,-1726.92,3240.38,0,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (18202,180683,1,-1819.44,3065.4,0,-2.70526,0,0,-0.976296,0.21644,180,180,100,1), + (18204,50495,1,-1264.08,53.5709,129.373,-2.90597,0,0,0.993068,-0.117537,900,900,100,1), + (18206,180683,1,-1932.85,3071.6,0,-1.23918,0,0,-0.580701,0.814117,180,180,100,1), + (18208,50496,1,-1265.76,54.3763,129.309,-1.29154,0,0,-0.601815,0.798635,900,900,100,1), + (18209,175441,329,3524.13,-3377.81,133.013,2.96706,-0.003802,-0.043453,0.995247,0.087073,180,180,100,1), + (18211,180683,1,-2019.94,3154.51,0,-1.64061,0,0,-0.731354,0.681998,180,180,100,1), + (18213,180685,1,-2591.33,-4100.78,0,-2.89725,0,0,-0.992546,0.121868,180,180,100,1), + (18214,142144,1,-1443.13,2864.16,87.9732,-1.25664,0,0,-0.587786,0.809016,300,300,100,1), + (18216,170565,230,412.167,-202.4,-65.0041,2.24275,0,0,0.900698,0.434445,600,600,100,1), + (18217,174521,230,852.277,-205.136,-43.6971,-1.03847,0,0,-0.496216,0.868199,600,600,100,1), + (18219,50497,1,-1202.19,123.823,137.11,-1.59698,0,0,-0.716302,0.697791,900,900,100,1), + (18223,180685,1,-3371.17,-4340.61,0,2.77507,0,0,0.983255,0.182237,180,180,100,1), + (18225,180685,1,-1773.08,3283.3,0,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (18226,50498,1,-1202.21,121.164,137.06,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (18227,180712,1,-4230.19,2460.48,0,-0.314159,0,0,-0.156434,0.987688,180,180,100,1), + (18228,22606,0,-337.497,9.60935,55.5745,-2.60054,0,0,0.96363,-0.267239,7200,7200,100,1), + (18229,180405,0,-10512.3,-3324.96,32.1784,-0.698132,0,0,0.34202,-0.939693,600,600,100,1), + (18230,50499,1,-1203.34,123.01,136.207,-0.523599,0,0,-0.258819,0.965926,900,900,100,1), + (18232,180712,1,-6765.14,-4867.56,0,-2.19912,0,0,-0.891008,0.453988,180,180,100,1), + (18278,50500,1,-1284.06,121.827,133.544,-2.84489,0,0,0.989016,-0.147809,900,900,100,1), + (18279,180712,1,-4153.15,2618.2,0,2.74017,0,0,0.979925,0.199366,180,180,100,1), + (18280,161525,230,607.668,-229.653,-52.8988,1.8326,0,0,0.793354,0.608761,600,600,100,1), + (18281,50501,1,-1285.62,120.101,133.552,1.13446,0,0,0.5373,0.843391,900,900,100,1), + (18282,180712,1,-4859.53,2239.23,0,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (18283,50502,1,-1285.61,122.699,133.55,-1.33518,0,0,-0.619094,0.785317,900,900,100,1), + (18284,180712,1,2959.22,-6004.52,0,-1.53589,0,0,-0.694658,0.71934,180,180,100,1), + (18285,2061,0,-337.497,9.60935,55.5745,-2.60054,0,0,0.96363,-0.267239,7200,7200,100,1), + (18286,22605,0,-336.83,9.8719,55.5745,0.88139,0,0,0.426568,0.904455,7200,7200,100,1), + (18287,2061,0,-336.83,9.8719,55.5745,0.88139,0,0,0.426568,0.904455,7200,7200,100,1), + (18288,22604,0,-337.225,8.70207,55.5745,-0.410154,0,0,-0.203642,0.979045,7200,7200,100,1), + (18289,2061,0,-337.225,8.70207,55.5745,-0.410154,0,0,-0.203642,0.979045,7200,7200,100,1), + (18290,22602,0,-337.328,9.47483,60.4914,-2.60054,0,0,0.96363,-0.267239,7200,7200,100,1), + (18291,23879,1,-2972.72,-1269.14,72.2044,-1.81734,0,0,-0.788688,0.614794,900,900,100,1), + (18292,50503,1,-1277.98,81.1389,128.42,0.907571,0,0,0.438371,0.898794,900,900,100,1), + (18293,180712,1,3875.84,-5796.33,0,-0.087267,0,0,-0.0436197,0.999048,180,180,100,1), + (18294,50504,1,-1244.41,137.311,132.628,-1.52716,0,0,-0.691513,0.722364,900,900,100,1), + (18295,3656,1,-2170.08,-394.969,-3.79751,3.14159,0,0,1,0,900,900,100,1), + (18296,50505,1,-1289.74,131.923,131.151,0.706858,0,0,0.346117,0.938191,900,900,100,1), + (18297,2061,0,-337.328,9.47483,60.4914,-2.60054,0,0,0.96363,-0.267239,7200,7200,100,1), + (18298,4170,1,-1286.24,189.72,130.08,-1.07338,0,0,-0.511294,0.859406,900,900,100,1), + (18299,50506,1,-1102.72,-1.18169,143.546,2.97579,0,0,0.996566,0.082808,900,900,100,1), + (18300,3658,1,-1466.17,-980.293,148.621,-2.09439,0,0,0.866025,-0.5,7200,7200,100,1), + (18301,3658,1,-1343.92,-1127.75,141.794,0.506145,0,0,0.25038,0.968148,7200,7200,100,1), + (18302,3658,1,-1604.49,-1224.06,136.574,-1.3439,0,0,0.622515,-0.782608,7200,7200,100,1), + (18303,3658,1,-1577.29,-1191.23,142.176,1.0472,0,0,0.5,0.866025,7200,7200,100,1), + (18304,3658,1,-1894.44,357.08,107.787,3.14159,0,0,1,0,7200,7200,100,1), + (18305,3658,1,-2416.05,498.563,64.3684,-1.27409,0,0,0.594823,-0.803857,7200,7200,100,1), + (18306,175404,1,4448.51,-6137,102.395,2.09,0,0,0.864924,0.501902,300,300,100,1), + (18309,175404,1,3851.76,-7040,0,3.927,0,0,0.923878,-0.382688,300,300,100,1), + (18311,175404,1,-7074,-1191,-249,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (18313,175404,1,-7294,-1193,-255,5.798,0,0,0.24022,-0.970718,300,300,100,1), + (18314,175404,1,6675.58,-4232,671.242,5.828,0,0,0.225633,-0.974212,300,300,100,1), + (18317,175404,1,4534.6,-4125,935.633,2.138,0,0,0.87672,0.481001,300,300,100,1), + (18318,175404,1,-7891,-886,-272,4.081,0,0,0.891702,-0.452622,300,300,100,1), + (18319,175404,1,-7450,-276,-212,3.872,0,0,0.934051,-0.35714,300,300,100,1), + (18322,175404,1,7654.09,-3976,703.508,4.91,0,0,0.633906,-0.77341,300,300,100,1), + (18323,175404,1,8202.19,-3942,706.008,4.423,0,0,0.801675,-0.59776,300,300,100,1), + (18326,175404,1,-7116,-1463,-244,1.431,0,0,0.655995,0.754765,300,300,100,1), + (18328,175404,1,4258.43,-6701,2.534,4.375,0,0,0.815789,-0.578349,300,300,100,1), + (18330,175404,1,5993.62,-4111,887.008,0.455,0,0,0.225543,0.974233,300,300,100,1), + (18331,175404,1,6088.6,-4111,876.196,6.183,0,0,0.0500717,-0.998746,300,300,100,1), + (18332,175404,1,6091.56,-4269,752.951,6.117,0,0,0.082997,-0.99655,300,300,100,1), + (18333,175404,1,4810.66,-4697,871.996,4.035,0,0,0.901876,-0.431995,300,300,100,1), + (18334,175404,1,4448.43,-4533,909.704,5.375,0,0,0.438647,-0.898659,300,300,100,1), + (18337,175404,1,4374.35,-7344,97.459,1.679,0,0,0.744309,0.667835,300,300,100,1), + (18339,175404,1,6726.77,-5284,780.411,5.036,0,0,0.583955,-0.811786,300,300,100,1), + (18340,175404,1,3405.14,-5357,115.393,2.845,0,0,0.989024,0.147753,300,300,100,1), + (18345,175404,1,6763.31,-5184,747.824,3.742,0,0,0.955276,-0.295715,300,300,100,1), + (18346,175404,1,4151.98,-7854,9.318,4.953,0,0,0.617132,-0.78686,300,300,100,1), + (18353,175404,1,4679.48,-6822,153.123,1.575,0,0,0.708591,0.705619,300,300,100,1), + (18355,175404,1,8221.88,-3709,730.952,5.719,0,0,0.278366,-0.960475,300,300,100,1), + (18356,175404,1,4171.92,-7807,15.076,1.987,0,0,0.837941,0.54576,300,300,100,1), + (18357,175404,1,6431.27,-4066,660.155,3.654,0,0,0.967359,-0.25341,300,300,100,1), + (18358,175404,1,4480.98,-4024,944.566,1.679,0,0,0.744309,0.667835,300,300,100,1), + (18362,175404,1,4538.1,-4507,890.827,1.93,0,0,0.822049,0.569417,300,300,100,1), + (18363,175404,1,-6946.11,-412.05,-268.141,0,0,0,0,1,300,300,255,1), + (18364,175404,1,-7376,-349,-251,3.063,0,0,0.999228,0.0392862,300,300,100,1), + (18365,175404,1,4427.41,-4133,950.8,2.138,0,0,0.87672,0.481001,300,300,100,1), + (18366,175404,1,6460.43,-4134,661.69,2.794,0,0,0.984935,0.172923,300,300,100,1), + (18371,175404,1,6721.14,-5255,777.754,4.723,0,0,0.703345,-0.710848,300,300,100,1), + (18372,175404,1,4452.72,-6417,138.061,6.036,0,0,0.123278,-0.992372,300,300,100,1), + (18373,175404,1,8097.35,-3744,725.025,0.209,0,0,0.10431,0.994545,300,300,100,1), + (18374,175404,1,6588.5,-4077,658.43,4.681,0,0,0.718117,-0.695923,300,300,100,1), + (18375,175404,1,4279.52,-4350,917.696,3.944,0,0,0.920592,-0.390527,300,300,100,1), + (18376,175404,1,-7567,-837,-270,4.452,0,0,0.792924,-0.609321,300,300,100,1), + (18377,175404,1,-7733,-615,-265,5.203,0,0,0.514215,-0.857661,300,300,100,1), + (18380,175404,1,3166.08,-5141,132.286,3.884,0,0,0.931891,-0.362737,300,300,100,1), + (18381,175404,1,-7349,-1242,-273,1.556,0,0,0.701856,0.712319,300,300,100,1), + (18383,175404,1,5298.63,-4613,702.009,1.385,0,0,0.638463,0.769652,300,300,100,1), + (18388,175404,1,5916.34,-4371,752.483,1.517,0,0,0.687833,0.725869,300,300,100,1), + (18389,175404,1,-7223,-1171,-249,4.833,0,0,0.663205,-0.748438,300,300,100,1), + (18393,175404,1,3239.56,-5208,92.67,1.861,0,0,0.801919,0.597433,300,300,100,1), + (18394,175404,1,-7564,-981,-260,-1,0,0,-0.479426,0.877583,300,300,100,1), + (18396,175404,1,6182.17,-4203,755.085,0.555,0,0,0.273952,0.961743,300,300,100,1), + (18397,175404,1,6400.92,-3956,673.104,1.316,0,0,0.611536,0.791217,300,300,100,1), + (18398,175404,1,4230.15,-5266,124.357,0.247,0,0,0.123186,0.992384,300,300,100,1), + (18403,175404,1,7735.07,-3887,692.712,0.847,0,0,0.410954,0.911656,300,300,100,1), + (18404,175404,1,4825.46,-4499,892.063,4.039,0,0,0.90101,-0.433798,300,300,100,1), + (18410,175404,1,8232.67,-3771,721.022,5.719,0,0,0.278366,-0.960475,300,300,100,1), + (18411,175404,1,6592.31,-3858,658.55,5.978,0,0,0.152001,-0.98838,300,300,100,1), + (18412,175404,1,-7220,-1476,-239,1.471,0,0,0.670958,0.741495,300,300,100,1), + (18417,175404,1,-7210,-1486,-248,2.228,0,0,0.89747,0.441075,300,300,100,1), + (18420,175404,1,3782.76,-5355,89.898,5.075,0,0,0.568016,-0.823018,300,300,100,1), + (18421,175404,1,-7700,-520,-267,-1,0,0,-0.479426,0.877583,300,300,100,1), + (18422,175404,1,-7136,-1216,-215,4.456,0,0,0.791704,-0.610905,300,300,100,1), + (18423,175404,1,6480.99,-3872,664.57,6.167,0,0,0.0580601,-0.998313,300,300,100,1), + (18424,175404,1,-7214,-1396,-232,0.347,0,0,0.172631,0.984987,300,300,100,1), + (18426,175404,1,-7676.51,-729.477,-271.058,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (18428,175404,1,-7453,-288,-211,4.501,0,0,0.777759,-0.628563,300,300,100,1), + (18430,175404,1,-8223,-1041,-184,2.481,0,0,0.945946,0.324323,300,300,100,1), + (18432,175404,1,-7265,-1324,-239,2.15,0,0,0.87959,0.475732,300,300,100,1), + (18433,175404,1,6705.22,-5213,781.624,2.027,0,0,0.848688,0.528894,300,300,100,1), + (18434,3658,1,-2212.89,-376.176,-8.69453,1.69297,0,0,0.748956,0.66262,7200,7200,100,1), + (18435,4171,1,-1308.38,185.29,68.5858,-0.270525,0,0,-0.13485,0.990866,900,900,100,1), + (18436,50507,1,-1103.97,-2.26058,143.614,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (18437,50508,1,-1145.24,35.1853,146.767,2.49582,0,0,0.948324,0.317305,900,900,100,1), + (18438,50509,1,-1145.23,35.1779,145.933,2.49582,0,0,0.948324,0.317305,900,900,100,1), + (18439,49485,1,-2357.73,-352.276,-0.642704,0.148352,0,0,0.074108,0.99725,900,900,100,1), + (18440,50510,1,-1145.61,37.0554,146.802,-2.25147,0,0,0.902585,-0.430511,900,900,100,1), + (18441,49486,1,-2375.28,-347.097,-8.85251,1.09956,0,0,0.522498,0.852641,900,900,100,1), + (18442,106318,1,-715.582,163.064,43.651,1.25664,0,0,0.587785,0.809017,7200,7200,100,1), + (18443,106318,1,-779.688,-866.59,25.9785,-2.30383,0,0,0.913545,-0.406737,7200,7200,100,1), + (18444,106318,1,-2742.5,-445.183,-3.4538,0.122173,0,0,0.061049,0.998135,7200,7200,100,1), + (18445,106318,1,-1568.31,-1081.01,103.867,-2.42601,0,0,0.936672,-0.350207,7200,7200,100,1), + (18446,106318,1,-1896.46,340.195,105.612,1.29154,0,0,0.601815,0.798636,7200,7200,100,1), + (18447,106318,1,-2352.91,457.48,57.6084,-2.6529,0,0,0.970296,-0.241922,7200,7200,100,1), + (18448,106318,1,-2413.07,221.975,48.8307,-1.32645,0,0,0.615661,-0.788011,7200,7200,100,1), + (18449,106318,1,-2777.56,-691.963,7.00819,-2.89725,0,0,0.992546,-0.121869,7200,7200,100,1), + (18450,106318,1,-798.078,-9.66634,-13.1282,-2.14675,0,0,0.878817,-0.477159,7200,7200,100,1), + (18451,106318,1,-1161.17,529.54,28.1938,-1.0472,0,0,0.5,-0.866025,7200,7200,100,1), + (18452,106318,1,-1922.72,-692.863,2.61607,-0.087267,0,0,0.04362,-0.999048,7200,7200,100,1), + (18453,106318,1,-1925.37,-1050.77,44.0498,-0.820305,0,0,0.398749,-0.91706,7200,7200,100,1), + (18454,106318,1,-1708.91,433.576,96.5276,2.96706,0,0,0.996195,0.087156,7200,7200,100,1), + (18455,106318,1,-2635.94,-1249.2,13.6417,2.25148,0,0,0.902585,0.430511,7200,7200,100,1), + (18456,50511,1,-1128.39,57.3023,145.36,-1.89368,0,0,-0.811574,0.58425,900,900,100,1), + (18457,49487,1,-2360.83,-347.275,-8.8663,-1.23918,0,0,-0.580703,0.814116,900,900,100,1), + (18458,50512,1,-1128.13,54.9449,145.34,1.88496,0,0,0.809017,0.587785,900,900,100,1), + (18459,50513,1,-1128.16,54.9897,144.568,1.88496,0,0,0.809017,0.587785,900,900,100,1), + (18460,1617,1,-588.498,169.273,57.0453,-0.959931,0,0,-0.461749,0.887011,300,300,100,1), + (18461,1617,1,-557.697,-469.588,26.3193,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (18462,1617,1,-513.049,-593.411,23.1533,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (18463,1617,1,-1306.84,-870.524,-3.29592,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (18464,1617,1,-1716.92,447.402,101.308,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (18465,1617,1,-2710.17,-1237.66,25.4411,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (18466,174964,0,-494.825,110.681,59.1793,1.51844,0,0,0.688355,0.725374,7200,7200,100,1), + (18467,174966,0,-502.145,106.106,59.1793,-1.62316,0,0,-0.725374,0.688355,7200,7200,100,1), + (18468,1617,1,-682.053,-120.229,-10.1455,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (18469,1617,1,-832.696,68.1838,-13.1859,0.017453,0,0,0.00872639,0.999962,300,300,100,1), + (18470,1617,1,-1793.68,-922.998,57.4691,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (18471,1617,1,-2618.78,-408.003,-7.5256,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (18472,1621,0,-11019.5,-1231.85,59.6304,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (18473,1617,1,-2409.52,272.954,62.322,-0.558505,0,0,-0.275637,0.961262,300,300,100,1), + (18474,50514,1,-1104.79,0.156684,143.593,-1.14319,0,0,-0.540974,0.841039,900,900,100,1), + (18475,174967,0,-522.774,118.864,59.1793,-0.017452,0,0,-0.008726,0.999962,7200,7200,100,1), + (18476,174959,0,-511.135,124.386,59.1793,-1.54462,0,0,-0.69779,0.716302,7200,7200,100,1), + (18477,174958,0,-494.197,123.498,59.1793,-1.62316,0,0,-0.725374,0.688355,7200,7200,100,1), + (18478,111969,0,-486.928,117.056,60.5024,3.08923,0,0,0.999657,0.026177,7200,7200,100,1), + (18479,111974,0,-518.655,116.801,59.0643,-0.130899,0,0,-0.065403,0.997859,7200,7200,100,1), + (18480,174961,0,-515.334,124.606,59.1793,-1.58825,0,0,-0.713251,0.700909,7200,7200,100,1), + (18481,174955,0,-510.215,107.248,58.1639,-0.139627,0,0,-0.069757,0.997564,7200,7200,100,1), + (18482,174956,0,-498.396,123.718,59.1793,-1.62316,0,0,-0.725374,0.688355,7200,7200,100,1), + (18483,174957,0,-496.227,123.605,59.1793,-1.52716,0,0,-0.691513,0.722364,7200,7200,100,1), + (18484,111950,0,-516.935,116.578,59.0643,2.94088,0,0,0.994969,0.100188,7200,7200,100,1), + (18485,111943,0,-517.48,120.617,59.0643,-1.71042,0,0,-0.754709,0.656059,7200,7200,100,1), + (18486,111942,0,-518.489,119.707,59.0643,-0.052359,0,0,-0.026176,0.999657,7200,7200,100,1), + (18487,111945,0,-508.506,118.086,59.0643,-0.052359,0,0,-0.026176,0.999657,7200,7200,100,1), + (18488,111946,0,-507.713,119.493,59.0643,-1.71042,0,0,-0.754709,0.656059,7200,7200,100,1), + (18489,111948,0,-507.903,116.615,59.0643,1.56207,0,0,0.704015,0.710185,7200,7200,100,1), + (18490,111949,0,-516.759,119.656,59.0643,3.07178,0,0,0.999391,0.034899,7200,7200,100,1), + (18491,111979,0,-507.188,117.958,59.0643,3.07178,0,0,0.999391,0.034899,7200,7200,100,1), + (18492,111973,0,-517.901,115.918,59.0643,1.56207,0,0,0.704015,0.710185,7200,7200,100,1), + (18493,174960,0,-513.165,124.492,59.1793,-1.66679,0,0,-0.740218,0.672367,7200,7200,100,1), + (18494,174962,0,-499.024,110.901,59.1793,1.57952,0,0,0.710186,0.704014,7200,7200,100,1), + (18495,174954,0,-509.305,106.239,58.1639,1.51844,0,0,0.688355,0.725374,7200,7200,100,1), + (18496,174965,0,-496.704,105.821,59.1793,-1.56207,0,0,-0.704014,0.710186,7200,7200,100,1), + (18497,174963,0,-496.994,110.794,59.1793,1.4399,0,0,0.659346,0.75184,7200,7200,100,1), + (18498,3799,0,-443.193,-115.531,54.9819,-1.19555,0,0,-0.562805,0.82659,7200,7200,100,1), + (18499,2061,0,-443.193,-115.531,54.9819,-1.19555,0,0,-0.562805,0.82659,7200,7200,100,1), + (18500,22536,0,-446.524,-111.907,55.0533,0.148352,0,0,0.074108,0.99725,7200,7200,100,1), + (18501,22537,0,-446.859,-109.349,55.0533,0.130901,0,0,0.065404,0.997859,7200,7200,100,1), + (18502,1618,1,-1542.43,-747.915,-35.2784,-1.50098,0,0,-0.681997,0.731355,300,300,100,1), + (18506,22535,0,-438.059,-108.33,55.0617,-3.02815,0,0,0.998392,-0.056693,7200,7200,100,1), + (18507,1618,1,-608.708,-418.782,5.2718,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (18508,22538,0,-447.104,-106.99,55.0533,0.104721,0,0,0.052336,0.99863,7200,7200,100,1), + (18509,1618,1,-611.18,-643.33,10.957,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (18510,3800,0,-442.299,-115.501,54.9819,0.095992,0,0,0.047978,0.998848,7200,7200,100,1), + (18511,175663,369,146.94,-6,-3,2.413,0,0,0.93436,0.35633,120,120,0,1), + (18512,175665,369,112.072,21.579,-1,0,0,0,-0.002182,0.999998,120,120,0,1), + (18513,175668,369,112.364,5.079,-4,0.851,0,0,0.412707,0.910864,120,120,0,1), + (18526,1618,1,-1384.98,-616.762,-56.1332,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (18527,1618,1,-624.96,48.9609,10.0239,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (18528,1618,1,-1291.38,-258.187,-9.93692,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (18529,2061,0,-442.299,-115.501,54.9819,0.095992,0,0,0.047978,0.998848,7200,7200,100,1), + (18530,1618,1,-712.911,-654.179,-20.9013,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (18531,1618,1,-843.166,115.225,-12.5558,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (18532,176311,0,-50.6499,-965.019,56.2774,-1.77151,0,0,-0.774393,0.632705,7200,7200,100,1), + (18534,176314,0,-38.476,-962.312,56.2774,2.99324,0,0,0.99725,0.074108,7200,7200,100,1), + (18535,176315,0,-48.7273,-956.862,56.2774,-0.558505,0,0,-0.275637,0.961262,7200,7200,100,1), + (18536,1618,1,-1881.73,-907.366,16.2723,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (18537,1618,1,-1781.27,-844.263,31.7833,-0.802851,0,0,-0.390731,0.920505,300,300,100,1), + (18538,176312,0,-41.3524,-968.165,56.2774,-2.25147,0,0,0.902585,-0.430511,7200,7200,100,1), + (18541,21052,0,-11014,187.361,28.7922,-1.23918,0,0,0.580703,-0.814116,1,1,100,1), + (18542,51708,0,-10270.2,53.8742,41.8359,-3.12414,0,0,0.999962,-0.008727,1,1,100,1), + (18543,1618,1,-2610.06,-1345.73,2.22596,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (18544,1618,1,-2189.04,-980.737,6.6904,-1.98968,0,0,-0.838672,0.544637,300,300,100,1), + (18547,2852,0,-11160.8,-125.582,10.3232,-3.07178,0,0,0.999391,-0.034899,3600,3600,100,1), + (18549,1618,1,-2416.27,158.068,47.6597,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (18551,1618,1,-1598.67,184.727,-3.61915,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (18552,1618,1,-2481.27,-783.121,-4.40047,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (18554,176313,0,-36.4863,-959.398,56.2774,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (18556,175735,0,-8367,401.885,123.427,2.286,0,0,0.909961,0.414693,120,120,0,1), + (18558,176316,0,-49.7027,-962.268,56.2774,-1.41372,0,0,-0.649448,0.760406,7200,7200,100,1), + (18559,50515,1,-1091.14,80.9375,142.446,-1.87623,0,0,-0.806445,0.59131,900,900,100,1), + (18560,1619,1,-2659.06,258.541,96.7041,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (18561,123244,0,-565.529,41.4896,49.882,3.08923,0,0,0.999657,0.026177,7200,7200,100,1), + (18562,2852,0,-11086.8,-66.7118,14.7237,-1.3439,0,0,0.622515,-0.782608,3600,3600,100,1), + (18564,175739,0,-8472,513.586,101.574,0,0,0,0.224951,-0.97437,120,120,0,1), + (18565,2850,0,-10211,-137.792,32.6483,-1.23918,0,0,0.580703,-0.814116,3600,3600,100,1), + (18567,4088,0,-572.288,46.5525,49.882,-1.8675,0,0,-0.803857,0.594823,7200,7200,100,1), + (18568,4090,0,-571.947,39.9414,48.0741,-0.628318,0,0,-0.309017,0.951057,7200,7200,100,1), + (18569,1621,0,-10311.2,-1427.56,90.2498,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (18570,1620,0,-10988.2,482.959,34.0872,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (18571,1619,1,-2634.42,-1453.09,75.3112,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (18572,2850,0,-10300.4,-18.7233,44.2252,-1.32645,0,0,0.615661,-0.788011,3600,3600,100,1), + (18574,1619,1,-536.83,78.0384,55.7217,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (18575,1619,1,-693.715,181.162,53.3775,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (18576,1619,1,-1870.21,-1053.89,85.9208,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (18577,2850,0,-10170.8,-763.898,41.6464,-2.84489,0,0,0.989016,-0.147809,3600,3600,100,1), + (18578,175745,0,-8416,280.448,122.017,-2,0,0,0.939693,-0.34202,120,120,0,1), + (18579,1622,0,-10355.6,-746.931,67.9523,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (18580,3659,0,-9271.67,-3290.89,115.668,1.25664,0,0,0.587785,0.809017,7200,7200,100,1), + (18582,175746,0,-8367,400.532,123.392,-1,0,0,0.398749,-0.91706,120,120,0,1), + (18583,2850,0,-9450.65,-3338.25,6.44141,-2.54818,0,0,0.956305,-0.292372,7200,7200,100,1), + (18585,4087,0,-571.593,33.4672,49.882,1.6057,0,0,0.71934,0.694658,7200,7200,100,1), + (18586,175748,0,-847,-600,19.497,1.257,0,0,0.587785,0.809017,120,120,0,1), + (18587,3659,0,-9250.18,-3211.8,100.666,2.07694,0,0,0.861629,0.507538,7200,7200,100,1), + (18590,175750,0,-8401,260.89,122.024,-3,0,0,0.965926,-0.258819,120,120,0,1), + (18591,1619,1,-2057.1,-1083.48,49.7518,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (18593,1619,1,-609.741,-751.33,52.9157,-2.05949,0,0,-0.857168,0.515037,300,300,100,1), + (18594,175752,0,-8366,407.815,124.479,-2,0,0,0.700909,-0.71325,120,120,0,1), + (18595,1619,0,-9102.7,-3351.46,100.404,0.750492,0,0,0.366501,0.930417,300,300,100,1), + (18596,1619,1,-946.452,-1151.27,93.0153,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (18597,175753,0,-8380,277.137,122.031,0.454,0,0,0.224951,0.97437,120,120,0,1), + (18598,4089,0,-578.017,45.307,49.882,0.165807,0,0,0.082808,0.996566,7200,7200,100,1), + (18599,3799,0,-549.946,-116.874,46.5168,-1.31772,0,0,-0.612218,0.790689,7200,7200,100,1), + (18600,1620,0,-9507.72,-3240.42,49.2609,0.436332,0,0,0.216439,0.976296,300,300,100,1), + (18602,3659,0,-8680.4,-2357.14,159.703,-1.3439,0,0,0.622515,-0.782608,7200,7200,100,1), + (18603,1619,1,-1386.94,-928.291,34.4166,-0.296706,0,0,-0.147809,0.989016,300,300,100,1), + (18604,3705,0,-9234.33,-2040.43,78.1511,-0.226893,0,0,0.113203,-0.993572,7200,7200,100,1), + (18605,1619,1,-2356.24,232.318,59.4881,-1.71042,0,0,-0.754709,0.65606,300,300,100,1), + (18607,2061,0,-549.946,-116.874,46.5168,-1.31772,0,0,-0.612218,0.790689,7200,7200,100,1), + (18610,175761,0,-8371,395.315,122.274,1.187,0,0,0.559193,0.829038,120,120,0,1), + (18611,3800,0,-549.055,-116.954,46.5168,-0.026181,0,0,-0.01309,0.999914,7200,7200,100,1), + (18614,50516,1,-1090.91,78.4277,142.445,1.84132,0,0,0.796002,0.605294,900,900,100,1), + (18615,50517,1,-1090.92,78.4328,141.613,1.84132,0,0,0.796002,0.605294,900,900,100,1), + (18616,50518,1,-1092.57,78.8691,142.465,0.497418,0,0,0.246153,0.969231,900,900,100,1), + (18617,1622,1,-294.87,682.611,97.3728,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (18618,50519,1,-1200.83,122.655,137.046,3.14159,0,0,1,0,900,900,100,1), + (18619,1623,1,-2277.53,1873.18,134.129,3.14159,0,0,1,0.00000126759,300,300,100,1), + (18620,1623,1,52.8359,2115.2,136.714,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (18621,1623,1,80.6378,968.848,163.48,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (18622,180056,1,-2381.19,250.003,52.6689,-1.92396,-0.002495,0.003579,-0.820317,0.571892,2,2,100,1), + (18623,50520,1,-1041.88,-214.582,159.212,2.90597,0,0,0.993068,0.117537,900,900,100,1), + (18624,1624,1,-598.575,1348.97,90.7868,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (18625,1624,1,-1316.83,1448.22,61.1621,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (18626,19033,1,-1795.64,-18.6446,-8.20775,0.305432,0,0,0.152123,0.988362,900,900,100,1), + (18627,50521,1,-1186.86,-37.3856,162.934,-2.58309,0,0,0.961262,-0.275637,900,900,100,1), + (18628,50522,1,-1174.24,-73.9032,162.241,-3.06305,0,0,0.999229,-0.03926,900,900,100,1), + (18629,180712,1,-6951.29,-4907.06,0,-2.89725,0,0,-0.992546,0.121868,180,180,100,1), + (18630,50523,1,-1183.08,-56.2882,161.635,3.14159,0,0,1,0,900,900,100,1), + (18631,180712,1,-6932.98,-4950.85,0,-1.25664,0,0,-0.587786,0.809016,180,180,100,1), + (18632,2907,1,-3066.88,-538.598,27.0229,1.3439,0,0,0.622515,0.782608,10,10,100,1), + (18633,2061,0,-549.055,-116.954,46.5168,-0.026181,0,0,-0.01309,0.999914,7200,7200,100,1), + (18634,23015,0,-683.815,-419.534,31.613,-0.925024,0,0,-0.446198,0.894934,7200,7200,100,1), + (18635,23014,0,-674.735,-433.621,31.6436,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (18636,23013,0,-676.785,-436.338,31.6436,2.53945,0,0,0.95502,0.296542,7200,7200,100,1), + (18637,36977,0,-783.032,-503.239,18.8454,-0.628319,0,0,-0.309017,0.951056,7200,7200,100,1), + (18638,22673,0,-781.126,-496.269,18.9146,2.49582,0,0,0.948323,0.317305,7200,7200,100,1), + (18639,2061,0,-781.126,-496.269,18.9146,2.49582,0,0,0.948323,0.317305,7200,7200,100,1), + (18640,22671,0,-779.813,-496.438,23.8314,1.20428,0,0,0.566406,0.824126,7200,7200,100,1), + (18641,2061,0,-779.813,-496.438,23.8314,1.20428,0,0,0.566406,0.824126,7200,7200,100,1), + (18642,22670,0,-780.707,-496.749,23.8314,-0.98611,0,0,-0.473319,0.880891,7200,7200,100,1), + (18643,2061,0,-780.707,-496.749,23.8314,-0.98611,0,0,-0.473319,0.880891,7200,7200,100,1), + (18644,22684,0,-775.86,-512.15,23.6316,2.51327,0,0,0.951056,0.309017,7200,7200,100,1), + (18645,22685,0,-773.862,-509.4,23.6316,2.51327,0,0,0.951056,0.309017,7200,7200,100,1), + (18646,22672,0,-779.94,-496.613,18.9146,1.20428,0,0,0.566406,0.824126,7200,7200,100,1), + (18647,2061,0,-779.94,-496.613,18.9146,1.20428,0,0,0.566406,0.824126,7200,7200,100,1), + (18648,174995,0,-790.426,-494.278,18.8454,-0.628319,0,0,-0.309017,0.951056,7200,7200,100,1), + (18649,174998,0,-785.19,-496.403,18.8454,-2.19912,0,0,0.891007,-0.45399,7200,7200,100,1), + (18650,174996,0,-788.615,-493.915,18.8454,-2.19912,0,0,0.891007,-0.45399,7200,7200,100,1), + (18651,174997,0,-786.861,-495.189,18.8454,-2.19912,0,0,0.891007,-0.45399,7200,7200,100,1), + (18652,22674,0,-780.834,-496.924,18.9146,-0.98611,0,0,-0.473319,0.880891,7200,7200,100,1), + (18653,2061,0,-780.834,-496.924,18.9146,-0.98611,0,0,-0.473319,0.880891,7200,7200,100,1), + (18654,174994,0,-791.825,-496.204,18.8454,-0.628319,0,0,-0.309017,0.951056,7200,7200,100,1), + (18655,3804,0,-819.835,-487.383,16.3885,3.06305,0,0,0.999229,0.03926,7200,7200,100,1), + (18656,2061,0,-819.835,-487.383,16.3885,3.06305,0,0,0.999229,0.03926,7200,7200,100,1), + (18657,3803,0,-818.95,-487.51,16.3885,1.77151,0,0,0.774392,0.632706,7200,7200,100,1), + (18658,2061,0,-818.95,-487.51,16.3885,1.77151,0,0,0.774392,0.632706,7200,7200,100,1), + (18659,112308,0,-876.223,-470.04,13.4756,-1.6057,0,0,-0.71934,0.694658,7200,7200,100,1), + (18660,112309,0,-878.395,-470.059,13.4756,-1.52716,0,0,-0.691513,0.722364,7200,7200,100,1), + (18661,112310,0,-861.279,-482.743,13.4756,1.64061,0,0,0.731354,0.681998,7200,7200,100,1), + (18662,112311,0,-859.246,-482.725,13.4756,1.50098,0,0,0.681998,0.731354,7200,7200,100,1), + (18663,2907,1,-3059.69,-538.575,27.0595,0.017453,0,0,0.008727,0.999962,10,10,100,1), + (18664,2907,1,-3060.04,-532.161,27.0257,3.12414,0,0,0.999962,0.008727,10,10,100,1), + (18665,2907,1,-3062.93,-530.845,26.9989,-1.97222,0,0,0.833886,-0.551937,10,10,100,1), + (18666,50524,1,-1213.34,-11.336,165.761,-0.113447,0,0,-0.056693,0.998392,900,900,100,1), + (18673,1621,0,-9620.59,-3204.73,49.7053,2.80998,0,0,0.986286,0.165048,300,300,100,1), + (18674,2908,1,-1922.88,-712.922,3.69172,2.95833,0,0,0.995805,0.091502,2,2,100,1), + (18675,1622,0,-9387.1,-3208.06,96.7698,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (18676,1628,1,-1011.27,984.657,89.9197,1.44862,0,0,0.662619,0.748957,300,300,100,1), + (18677,1628,1,-2209.28,1602.38,60.1881,0.069813,0,0,0.0348994,0.999391,300,300,100,1), + (18678,1622,0,-9637.93,-3259.19,48.6696,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (18680,1628,1,-787.014,2373.3,93.3334,-1.22173,0,0,-0.573576,0.819152,300,300,100,1), + (18681,50525,1,-1236,-57.0156,162.787,-0.07854,0,0,-0.03926,0.999229,900,900,100,1), + (18682,2909,1,-753.649,-149.057,-29.6249,3.14159,0,0,1,0,900,900,100,1), + (18684,50526,1,-1238.72,68.1509,130.345,-2.30383,0,0,0.913545,-0.406737,900,900,100,1), + (18685,2910,1,-767.221,-151.435,-27.3454,-2.58309,0,0,0.961262,-0.275637,120,120,100,1), + (18686,2910,1,-748.056,-166.13,-26.7943,-1.6057,0,0,0.71934,-0.694658,120,120,100,1), + (18687,2910,1,-734.18,-152.004,-26.6744,2.6529,0,0,0.970296,0.241922,120,120,100,1), + (18688,2910,1,-758.85,-131.056,-28.2073,1.27409,0,0,0.594823,0.803857,120,120,100,1), + (18689,2910,1,-1799.69,-220.968,-9.42485,-1.37881,0,0,0.636078,-0.771625,120,120,100,1), + (18690,2910,1,-1794.38,-235.341,-9.42485,-0.488692,0,0,0.241922,-0.970296,120,120,100,1), + (18691,112316,0,-871.256,-488.023,12.4601,1.57952,0,0,0.710186,0.704015,7200,7200,100,1), + (18692,2910,1,-1827.23,-267.996,-8.12538,-2.09439,0,0,0.866025,-0.5,120,120,100,1), + (18693,112301,0,-861.434,-469.911,13.4756,-1.56207,0,0,-0.704015,0.710186,7200,7200,100,1), + (18694,112303,0,-857.229,-469.874,13.4756,-1.56207,0,0,-0.704015,0.710186,7200,7200,100,1), + (18695,2910,1,-1857.12,-234.507,-9.4454,1.46608,0,0,0.669131,0.743145,120,120,100,1), + (18696,2910,1,-2537.87,-720.346,-9.27773,-0.610865,0,0,0.300706,-0.953717,120,120,100,1), + (18697,2910,1,-1844.85,-233.204,-9.42492,-0.15708,0,0,0.078459,-0.996917,120,120,100,1), + (18698,112318,0,-849.541,-481.091,14.8869,-3.13287,0,0,0.99999,-0.004363,7200,7200,100,1), + (18699,112302,0,-859.262,-469.892,13.4756,-1.46608,0,0,-0.669131,0.743145,7200,7200,100,1), + (18700,112305,0,-874.19,-470.022,13.4756,-1.48353,0,0,-0.67559,0.737278,7200,7200,100,1), + (18701,112321,0,-864.101,-487.719,13.4756,-1.56207,0,0,-0.704015,0.710186,7200,7200,100,1), + (18702,2910,1,-1832.46,-219.298,-9.42485,2.37365,0,0,0.927184,0.374607,120,120,100,1), + (18703,2910,1,-2572.6,-711.515,-6.49137,2.32129,0,0,0.91706,0.398749,120,120,100,1), + (18704,2910,1,-2556.37,-687.152,-8.24082,1.27409,0,0,0.594823,0.803857,120,120,100,1), + (18705,2910,1,-2547.99,-729.173,-8.34866,0.855211,0,0,0.414693,0.909961,120,120,100,1), + (18706,2910,1,-2545.35,-701.784,-8.74095,2.16421,0,0,0.882948,0.469472,120,120,100,1), + (18707,2910,1,-2525.65,-692.903,-5.75373,0.680678,0,0,0.333807,0.942641,120,120,100,1), + (18708,50527,1,-1240.78,66.2866,130.394,0.584685,0,0,0.288196,0.957571,900,900,100,1), + (18709,2911,1,-1823.93,-237.873,-10.3693,3.14159,0,0,1,0,900,900,100,1), + (18710,50528,1,-1240.99,67.5453,130.413,-0.375246,0,0,-0.186524,0.98245,900,900,100,1), + (18711,2912,1,-2194.82,-1152.57,13.4896,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (18712,112322,0,-885.471,-476.244,13.4756,0.043634,0,0,0.021815,0.999762,7200,7200,100,1), + (18713,2912,1,-1758.25,219.814,35.6954,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (18714,176004,369,-20.0786,2507.39,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18715,176004,369,-20.6659,2474.82,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18716,176004,369,23.3444,2507.95,-4.29468,3.14159,0,0,1,0,120,120,0,1), + (18717,176004,369,-80.7747,2467.78,-4.29468,0,0,0,0,1,120,120,0,1), + (18718,176004,369,-20.5701,2480.46,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18719,176004,369,-19.9826,31.2438,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18720,176004,369,39.7433,20.3935,-4.29485,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18721,176004,369,-64.248,-7.22165,-4.29485,0,0,0,0,1,120,120,0,1), + (18722,176004,369,-64.397,-3.87008,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18723,176004,369,-64.248,25.1631,-4.29485,0,0,0,0,1,120,120,0,1), + (18724,176004,369,-64.5702,21.8254,-4.29485,0,0,0,0,1,120,120,0,1), + (18725,176004,369,-61.4575,-0.546299,-4.29485,-0.209438,0,0,-0.104528,0.994522,120,120,0,1), + (18726,176004,369,-61.6542,-13.8475,-4.29485,0.07854,0,0,0.03926,0.999229,120,120,0,1), + (18727,176004,369,-61.6542,19.0014,-4.29485,0.07854,0,0,0.03926,0.999229,120,120,0,1), + (18728,176004,369,-80.7329,-13.5812,-4.29485,0,0,0,0,1,120,120,0,1), + (18729,176004,369,-80.6052,-1.02612,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18730,176004,369,-80.6052,31.4461,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18731,176004,369,-80.6371,24.529,-4.29485,0,0,0,0,1,120,120,0,1), + (18732,176004,369,-80.7329,18.891,-4.29485,0,0,0,0,1,120,120,0,1), + (18733,176004,369,23.5851,-3.82999,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18734,176004,369,20.6691,-0.542012,-4.29485,-3.06305,0,0,0.999229,-0.03926,120,120,0,1), + (18735,176004,369,20.2348,31.2505,-4.29485,-3.06305,0,0,0.999229,-0.03926,120,120,0,1), + (18736,176004,369,20.038,17.9495,-4.29485,2.93215,0,0,0.994522,0.104528,120,120,0,1), + (18737,176004,369,39.6638,-6.26684,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18738,176004,369,39.7596,-0.629033,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18739,176004,369,39.6319,-13.1842,-4.29485,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18740,176004,369,39.7753,27.3106,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18741,176004,369,39.8711,32.9487,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18742,176004,369,-17.0512,24.529,-4.29485,0,0,0,0,1,120,120,0,1), + (18743,176004,369,-17.147,18.891,-4.29485,0,0,0,0,1,120,120,0,1), + (18744,176004,369,-17.0192,31.4461,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18745,176004,369,-20.5699,-1.32354,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18746,176004,369,-20.6976,-13.8787,-4.29485,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18747,176004,369,-17.6736,-1.02612,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18748,176004,369,-17.7056,-7.94343,-4.29485,0,0,0,0,1,120,120,0,1), + (18749,176004,369,-17.8014,-13.5812,-4.29485,0,0,0,0,1,120,120,0,1), + (18750,176004,369,23.412,-10.5194,-4.29485,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18751,176004,369,22.8286,25.0888,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18752,176004,369,22.9776,21.7373,-4.29485,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18753,176004,369,23.1508,28.4265,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18754,176004,369,20.4724,-13.8432,-4.29485,2.93215,0,0,0.994522,0.104528,120,120,0,1), + (18755,176004,369,23.6666,2511.29,-4.29468,3.14159,0,0,1,0,120,120,0,1), + (18756,176004,369,23.4934,2504.6,-4.29468,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18757,176004,369,23.3444,2475.57,-4.29468,3.14159,0,0,1,0,120,120,0,1), + (18758,176004,369,23.4934,2472.22,-4.29468,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18759,176004,369,20.5539,2501.28,-4.29468,2.93215,0,0,0.994522,0.104528,120,120,0,1), + (18760,176004,369,-60.9417,2482.78,-4.29468,-0.209438,0,0,-0.104528,0.994522,120,120,0,1), + (18761,176004,369,-80.5674,2507,-4.29468,0,0,0,0,1,120,120,0,1), + (18762,176004,369,-80.6632,2501.36,-4.29468,0,0,0,0,1,120,120,0,1), + (18763,176004,369,20.7506,2514.58,-4.29468,-3.06305,0,0,0.999229,-0.03926,120,120,0,1), + (18764,176004,369,20.7506,2481.73,-4.29468,-3.06305,0,0,0.999229,-0.03926,120,120,0,1), + (18765,176004,369,39.7335,2508.68,-4.29468,3.14159,0,0,1,0,120,120,0,1), + (18766,176004,369,39.8293,2514.31,-4.29468,3.14159,0,0,1,0,120,120,0,1), + (18767,176004,369,39.7016,2501.76,-4.29468,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18768,176004,369,39.7335,2476.2,-4.29468,3.14159,0,0,1,0,120,120,0,1), + (18769,176004,369,39.8293,2481.84,-4.29468,3.14159,0,0,1,0,120,120,0,1), + (18770,176004,369,-64.4887,2504.56,-4.29468,0,0,0,0,1,120,120,0,1), + (18771,176004,369,-80.6789,2473.42,-4.29468,0,0,0,0,1,120,120,0,1), + (18772,176004,369,-20.6657,-6.96157,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18773,176004,369,-63.7322,2475.64,-4.29468,0,0,0,0,1,120,120,0,1), + (18774,176004,369,-64.1665,2507.9,-4.29468,0,0,0,0,1,120,120,0,1), + (18775,176004,369,-63.8812,2479,-4.29468,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18776,176004,369,-61.376,2514.58,-4.29468,-0.209438,0,0,-0.104528,0.994522,120,120,0,1), + (18777,176004,369,-61.5727,2501.27,-4.29468,0.07854,0,0,0.03926,0.999229,120,120,0,1), + (18778,176004,369,-61.1384,2469.48,-4.29468,0.07854,0,0,0.03926,0.999229,120,120,0,1), + (18779,176004,369,-19.9828,2513.02,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18780,176004,369,-80.6469,2480.34,-4.29468,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18781,176004,369,-20.6978,2467.9,-4.29485,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18782,176004,369,-17.7058,2473.84,-4.29485,0,0,0,0,1,120,120,0,1), + (18783,176004,369,-17.8016,2468.2,-4.29485,0,0,0,0,1,120,120,0,1), + (18784,176004,369,-17.1472,2500.67,-4.29485,0,0,0,0,1,120,120,0,1), + (18785,176004,369,-17.0514,2506.31,-4.29485,0,0,0,0,1,120,120,0,1), + (18786,176004,369,-17.6739,2480.75,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18787,176004,369,-17.0195,2513.23,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18788,176004,369,23.2629,-7.16788,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18789,176004,369,20.5539,2468.43,-4.29468,2.93215,0,0,0.994522,0.104528,120,120,0,1), + (18790,176004,369,-80.5355,2513.92,-4.29468,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18791,176004,369,-20.1105,2500.47,-4.29485,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18792,176004,369,-64.5702,-10.5595,-4.29485,0,0,0,0,1,120,120,0,1), + (18793,176004,369,-61.4575,32.3024,-4.29485,-0.209438,0,0,-0.104528,0.994522,120,120,0,1), + (18794,176004,369,39.7015,2469.29,-4.29468,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18795,176004,369,-64.0544,2472.31,-4.29468,0,0,0,0,1,120,120,0,1), + (18796,176004,369,-20.1103,18.6886,-4.29485,3.06305,0,0,0.999229,0.03926,120,120,0,1), + (18797,176004,369,-20.0783,25.6059,-4.29485,3.14159,0,0,1,0,120,120,0,1), + (18798,176004,369,-64.3156,2511.25,-4.29468,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18799,176004,369,-64.397,28.5147,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,120,0,1), + (18800,176004,369,-80.6371,-7.94344,-4.29485,0,0,0,0,1,120,120,0,1), + (18801,176004,369,23.6666,2478.91,-4.29468,3.14159,0,0,1,0,120,120,0,1), + (18807,176085,369,4.49883,-11.3475,7.01107,4.71238,0,0,0,0,120,120,0,1), + (18806,176084,369,-45.3934,2472.93,6.9886,1.5708,0,0,0,0,120,120,0,1), + (18805,176083,369,-45.4007,2512.15,6.9886,1.5708,0,0,0,0,120,120,0,1), + (18804,176082,369,-45.4005,2492.79,6.9886,1.5708,0,0,0,0,120,120,0,1), + (18803,176081,369,4.52807,8.43529,7.01107,1.5708,0,0,0,0,120,120,0,1), + (18802,176080,369,4.58065,28.2097,7.01107,1.5708,0,0,0,0,120,120,0,1), + (18808,2912,1,-1729.82,82.4141,-2.80761,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (18810,2912,1,-1532.64,209.91,-7.92849,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (18811,112317,0,-872.225,-487.072,12.4601,-0.07854,0,0,-0.03926,0.999229,7200,7200,100,1), + (18812,112312,0,-857.074,-482.706,13.4756,1.57952,0,0,0.710186,0.704015,7200,7200,100,1), + (18813,112319,0,-858.653,-487.671,13.4756,-1.50098,0,0,-0.681998,0.731354,7200,7200,100,1), + (18814,22545,0,-812.112,-560.487,16.4242,-2.98451,0,0,0.996917,-0.078459,7200,7200,100,1), + (18815,2912,1,-1341.83,-662.51,-54.423,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (18816,2912,1,-1316.24,-858.265,-5.15232,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (18817,2912,1,-1519,-874.362,23.3089,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (18818,22546,0,-821.207,-559.543,16.4158,0.148354,0,0,0.074109,0.99725,7200,7200,100,1), + (18819,22547,0,-820.413,-564.429,16.4158,0.191986,0,0,0.095845,0.995396,7200,7200,100,1), + (18820,2912,1,-1338.34,-383.614,-39.6112,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (18821,2912,1,-1161.32,-430.173,-31.7295,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (18822,2912,1,-2684.85,269.418,101.179,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (18823,2912,1,-2535.25,291.585,99.4696,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (18824,2912,1,-2676.96,-147.737,-2.78754,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (18825,2912,1,-2719.34,53.177,25.839,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (18826,22549,0,-820.859,-561.888,16.4158,0.174534,0,0,0.087156,0.996195,7200,7200,100,1), + (18827,2912,1,-2614.48,127.444,56.0949,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (18828,2912,1,-817.982,-377.815,-22.8804,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (18829,2912,1,-821.75,54.8248,-12.2331,0,0,0,0,1,180,180,100,1), + (18830,2912,1,-722.653,-101.69,-22.2767,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (18831,3804,0,-816.035,-567.836,16.3445,0.139626,0,0,0.069756,0.997564,7200,7200,100,1), + (18832,2061,0,-816.035,-567.836,16.3445,0.139626,0,0,0.069756,0.997564,7200,7200,100,1), + (18833,3803,0,-816.927,-567.904,16.3445,-1.15192,0,0,-0.544639,0.83867,7200,7200,100,1), + (18834,2061,0,-816.927,-567.904,16.3445,-1.15192,0,0,-0.544639,0.83867,7200,7200,100,1), + (18835,22908,0,-844.914,-576.279,11.7004,-2.38238,0,0,0.92881,-0.370557,7200,7200,100,1), + (18836,22909,0,-853.648,-577.244,18.6578,0.191987,0,0,0.095846,0.995396,7200,7200,100,1), + (18837,38147,0,-850.726,-587.191,18.5431,1.23046,0,0,0.577145,0.816642,7200,7200,100,1), + (18838,22884,0,-843.767,-567.816,11.6412,-3.14159,0,0,1,0,7200,7200,100,1), + (18839,2061,0,-843.767,-567.816,11.6412,-3.14159,0,0,1,0,7200,7200,100,1), + (18840,22886,0,-843.776,-569.28,11.6412,-2.05076,0,0,-0.854912,0.518773,7200,7200,100,1), + (18841,2061,0,-843.776,-569.28,11.6412,-2.05076,0,0,-0.854912,0.518773,7200,7200,100,1), + (18842,22887,0,-854.049,-600.895,12.1316,1.50971,0,0,0.685184,0.72837,7200,7200,100,1), + (18843,2061,0,-854.049,-600.895,12.1316,1.50971,0,0,0.685184,0.72837,7200,7200,100,1), + (18844,22915,0,-846.491,-576.036,11.7004,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,1), + (18845,22916,0,-848.165,-576.299,11.7004,-0.986111,0,0,-0.473319,0.880891,7200,7200,100,1), + (18846,22920,0,-848.061,-579.006,11.7004,1.1781,0,0,0.555571,0.831469,7200,7200,100,1), + (18847,22921,0,-864.941,-565.022,11.069,-0.724311,0,0,-0.354291,0.935135,7200,7200,100,1), + (18848,22923,0,-858.645,-564.97,11.069,-2.22529,0,0,0.896873,-0.442289,7200,7200,100,1), + (18849,22926,0,-865.147,-566.353,11.069,0.026179,0,0,0.013089,0.999914,7200,7200,100,1), + (18850,22927,0,-847.919,-555.813,18.6578,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (18851,22904,0,-844.017,-564.776,18.5431,-1.91114,0,0,-0.816642,0.577145,7200,7200,100,1), + (18852,22924,0,-860.352,-564.704,11.069,-1.68424,0,0,-0.746057,0.665882,7200,7200,100,1), + (18853,22925,0,-861.964,-564.72,11.069,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,1), + (18854,180575,0,-858.213,-577.129,13.7121,1.51844,0,0,0.688355,0.725374,2,2,100,1), + (18855,2912,1,-2677.69,-256.283,2.87449,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (18856,22910,0,-846.125,-555.813,18.6578,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (18857,2912,1,-2249.68,-1255.8,24.7321,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (18858,22882,0,-843.302,-570.717,11.6412,1.4399,0,0,0.659346,0.75184,7200,7200,100,1), + (18859,2061,0,-843.302,-570.717,11.6412,1.4399,0,0,0.659346,0.75184,7200,7200,100,1), + (18860,22918,0,-846.501,-579.365,11.7004,1.54462,0,0,0.69779,0.716302,7200,7200,100,1), + (18861,22919,0,-844.218,-567.399,18.5431,1.92859,0,0,0.821647,0.569996,7200,7200,100,1), + (18862,22917,0,-844.971,-579.056,11.7004,2.34747,0,0,0.922201,0.38671,7200,7200,100,1), + (18863,22922,0,-863.569,-564.732,11.069,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,1), + (18864,22885,0,-852.84,-600.315,12.1316,0.104719,0,0,0.052336,0.99863,7200,7200,100,1), + (18865,2912,1,-2132.6,-992.514,19.4505,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (18866,2912,1,-2017.28,-844.821,-9.06449,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (18867,2912,1,-2272.77,-936.765,-6.56434,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (18868,2912,1,-2075.28,-836.08,-6.32812,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (18869,2912,1,-1895.63,-623.304,0.314845,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (18870,2912,1,-2571.01,-1023.5,-3.59251,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (18871,2912,1,-2247.64,228.756,80.7482,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (18872,2061,0,-852.84,-600.315,12.1316,0.104719,0,0,0.052336,0.99863,7200,7200,100,1), + (18873,2912,1,-1850.71,-177.784,-9.43477,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (18875,170544,230,1392.44,-432.65,-94.6781,0,0,0,0,1,600,600,100,1), + (18885,2041,1,-2969.1,-3139.19,30.5439,1.44862,0,0,0.662619,0.748957,300,300,100,1), + (18886,2041,1,-3208.25,-3809.05,31.218,-0.820305,0,0,-0.398749,0.91706,300,300,100,1), + (18887,20359,1,-4571.9,-3786.92,35.2344,1.93731,0,0,0.824126,0.566406,300,300,100,1), + (18888,20359,1,-4571.62,-3787.61,35.0541,0,0,0,0,1,300,300,100,1), + (18889,20359,1,-4572.65,-3787.5,35.5523,0,0,0,0,1,300,300,100,1), + (18890,20359,1,-4571.22,-3786.65,35.6394,0,0,0,0,1,300,300,100,1), + (18892,175570,289,288.435,92.9581,109.974,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,0), + (18893,2912,1,-2670.2,-888.89,-5.5953,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (18897,179487,0,-9471.57,-2425.39,53.3882,-0.907571,0,0,0.438371,-0.898794,480,480,100,1), + (18898,2912,1,-2694.1,-1241.25,21.4595,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (18901,176573,0,-8585,808.048,106.519,-3,0,0,0.956305,-0.292372,120,120,0,1), + (18904,22883,0,-842.427,-568.656,11.6412,0.506147,0,0,0.250381,0.968147,7200,7200,100,1), + (18906,176573,0,-8464,592.138,94.848,0.401,0,0,0.199368,0.979925,120,120,0,1), + (18909,20359,1,-4672.53,-3949.18,40.036,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (18911,2061,0,-842.427,-568.656,11.6412,0.506147,0,0,0.250381,0.968147,7200,7200,100,1), + (18917,2850,0,-9007.9,-3209.4,108.26,-2.32129,0,0,0.91706,-0.398749,7200,7200,100,1), + (18918,1619,0,-9552.2,-3282.14,48.4698,1.58825,0,0,0.713251,0.700909,300,300,100,1), + (18920,2912,1,-2456.77,52.2542,23.7174,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (18921,2912,1,-1835.32,-358.332,-5.91232,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (18922,2912,1,-1950.78,-248.014,-4.656,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (18923,2912,1,-2203.76,-116.386,-5.7543,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (18924,2912,1,-2062.23,-283.426,-4.53292,2.37365,0,0,0.927184,0.374607,180,180,100,1), + (18925,2912,1,-2608.77,-405.329,-7.16596,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (18944,176583,0,-8099.08,-2979.05,134.856,-3.08918,0,0,-0.999657,0.0262033,300,300,100,1), + (18945,176583,1,2858,-4018,140.01,1.366,0,0,0.631123,0.775683,300,300,100,1), + (18946,176583,1,2270.01,-6031,115.745,0.531,0,0,0.262392,0.964961,300,300,100,1), + (18947,176583,1,2267.25,-6031,116.912,2.051,0,0,0.854974,0.518671,300,300,100,1), + (18948,176583,1,6177.05,-1362,382.301,1.925,0,0,0.820623,0.57147,300,300,100,1), + (18949,176583,1,4473.2,-5591,101.72,4.776,0,0,0.684263,-0.729235,300,300,100,1), + (18950,176583,1,4542.67,-5900,111.405,4.738,0,0,0.697994,-0.716103,300,300,100,1), + (18951,176583,1,-7571,-2067,-272,5.273,0,0,0.483889,-0.87513,300,300,100,1), + (18952,176583,1,-6543,-703,-268,4.713,0,0,0.706891,-0.707323,300,300,100,1), + (18953,176583,1,-7569,-2070,-272,5.273,0,0,0.483889,-0.87513,300,300,100,1), + (18954,176583,0,-7821,-2840,133.446,5.874,0,0,0.203168,-0.979144,300,300,100,1), + (18955,176583,0,-8157,-1589,133.521,0.324,0,0,0.161292,0.986907,300,300,100,1), + (18956,176583,1,-6796,-533,-272,2.699,0,0,0.975614,0.219495,300,300,100,1), + (18957,176583,1,-6798,-531,-272,3.054,0,0,0.999041,0.0437824,300,300,100,1), + (18958,176583,0,-7938,-942,134.129,1.152,0,0,0.544674,0.838648,300,300,100,1), + (18959,176583,1,-7809,-1352,-272,0.285,0,0,0.142018,0.989864,300,300,100,1), + (18960,176583,1,-7775,-611,-264,1.884,0,0,0.808736,0.588172,300,300,100,1), + (18961,176583,0,-8083,-1783,133.442,1.745,0,0,0.765939,0.642914,300,300,100,1), + (18962,176583,0,-7959,-939,131.685,4.745,0,0,0.695484,-0.718542,300,300,100,1), + (18963,176583,0,-7974,-906,130.399,2.592,0,0,0.96248,0.271351,300,300,100,1), + (18964,176583,0,1399.45,-3683,76.068,5.107,0,0,0.554775,-0.832,300,300,100,1), + (18965,176583,1,4277.92,-635,293.661,3.077,0,0,0.999479,0.0322908,300,300,100,1), + (18966,176583,1,6655.02,-1322,462.132,2.25,0,0,0.902268,0.431177,300,300,100,1), + (18967,176583,1,6144.64,-1849.78,568.804,1.85005,0,0,0.798636,0.601815,300,300,255,1), + (18968,176583,0,3131.46,-4426,109.429,1.245,0,0,0.583068,0.812423,300,300,100,1), + (18969,176583,0,3209.13,-4662,123.699,6.22,0,0,0.0315875,-0.999501,300,300,100,1), + (18970,176583,0,-8259,-2512,140.26,2.339,0,0,0.920555,0.390612,300,300,100,1), + (18971,176583,1,3391.76,-4424,102.268,0.037,0,0,0.0184989,0.999829,300,300,100,1), + (18972,176583,1,-6952,982.589,9.148,6.162,0,0,0.0605555,-0.998165,300,300,100,1), + (18973,176583,0,1400.7,-3686,75.692,5.107,0,0,0.554775,-0.832,300,300,100,1), + (18974,176583,1,-6548,-1955,-268,-1,0,0,-0.479426,0.877583,300,300,100,1), + (18975,176583,1,4350.74,-969,310.229,4.026,0,0,0.903811,-0.427932,300,300,100,1), + (18976,176583,1,-7324,-2227,-272,5.414,0,0,0.421041,-0.907042,300,300,100,1), + (18977,176583,1,-6660.58,-725.317,-270.855,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (18978,176583,1,-6892,-762,-272,4.416,0,0,0.803763,-0.59495,300,300,100,1), + (18979,176583,0,-7959,-1314,133.966,6.066,0,0,0.108379,-0.99411,300,300,100,1), + (18980,176583,0,-83,-3066,120.321,0.285,0,0,0.142018,0.989864,300,300,100,1), + (18981,176583,1,4208.64,-5556,118.378,2.711,0,0,0.976913,0.213637,300,300,100,1), + (18982,176583,1,-5320,1220.47,55.983,4.453,0,0,0.792619,-0.609717,300,300,100,1), + (18983,176583,1,4248.73,-5572,124.427,2.876,0,0,0.991195,0.132406,300,300,100,1), + (18984,176583,0,1999.81,-4564,74.258,4.126,0,0,0.881294,-0.472569,300,300,100,1), + (18985,176583,1,4099.46,-5669,34.294,2.398,0,0,0.931676,0.36329,300,300,100,1), + (18986,176583,1,6882.78,-2028.31,578.535,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (18987,176583,1,-7904,-2008,-272,4.459,0,0,0.790786,-0.612092,300,300,100,1), + (18988,176583,1,-7902,-2003,-272,4.459,0,0,0.790786,-0.612092,300,300,100,1), + (18989,176583,1,-4612,1462.69,99.11,5.938,0,0,0.171737,-0.985143,300,300,100,1), + (18990,176583,0,195.11,-4180,118.894,3.111,0,0,0.999883,0.0152957,300,300,100,1), + (18991,176583,1,-6696,-705,-272,5.699,0,0,0.287957,-0.957643,300,300,100,1), + (18992,176583,1,-5312,1521.68,42.133,0.828,0,0,0.402275,0.915519,300,300,100,1), + (18993,176583,0,2751.84,-3784.24,116.412,2.17,0,0,0.884303,0.466913,300,300,100,1), + (18994,176583,0,2748.92,-3782.63,116.926,2.223,0,0,0.896365,0.443317,300,300,100,1), + (18995,176583,1,3256.14,-5329,89.687,1.269,0,0,0.592775,0.805368,300,300,100,1), + (18996,176583,1,-8222,-1081,-204,0.625,0,0,0.307439,0.951568,300,300,100,1), + (18997,176583,1,-8219,-1080,-205,0.266,0,0,0.132608,0.991169,300,300,100,1), + (18998,176583,1,5540.88,-972,370.176,6.219,0,0,0.0320872,-0.999485,300,300,100,1), + (18999,176583,1,-5125,607.123,38.561,2.15,0,0,0.87959,0.475732,300,300,100,1), + (19000,176583,1,-6715,-2014,-270,1.292,0,0,0.601997,0.798498,300,300,100,1), + (19001,176583,1,4874.18,-578,310.534,2.071,0,0,0.860118,0.510096,300,300,100,1), + (19002,176583,1,4063.01,-1087,268.707,5.344,0,0,0.452523,-0.891753,300,300,100,1), + (19003,176583,0,-283,-3336,140.747,-2,0,0,-0.841471,0.540302,300,300,100,1), + (19004,176583,1,-6941,1186.88,9.335,1.609,0,0,0.720484,0.693472,300,300,100,1), + (19005,176583,1,2316.27,-6027,115.944,4.506,0,0,0.776185,-0.630505,300,300,100,1), + (19006,176583,1,2315.19,-6024,113.706,4.903,0,0,0.636609,-0.771187,300,300,100,1), + (19007,176583,1,-7165,-406,-270,1.864,0,0,0.802814,0.59623,300,300,100,1), + (19008,176583,0,-86,-4259,120.472,6.262,0,0,0.0105924,-0.999944,300,300,100,1), + (19009,176583,0,1647.92,-5506,100.729,4.414,0,0,0.804357,-0.594146,300,300,100,1), + (19010,176583,0,1718.39,-5450,80.54,1.64,0,0,0.731146,0.682221,300,300,100,1), + (19011,176583,1,3750.01,-4833,133.695,4.911,0,0,0.633519,-0.773727,300,300,100,1), + (19012,176583,1,-6600.34,746.789,5.50898,2.947,0,0,0.99527,0.0971429,300,300,100,1), + (19013,176583,1,-8015,-1032,-272,5.071,0,0,0.56966,-0.82188,300,300,100,1), + (19014,176583,1,3151.39,-5493,95.811,4.931,0,0,0.62575,-0.780024,300,300,100,1), + (19016,176583,0,2941.9,-3057,112.769,5.172,0,0,0.527447,-0.849588,300,300,100,1), + (19017,176583,0,2960.54,-2893,102.814,5.367,0,0,0.442238,-0.896898,300,300,100,1), + (19018,176583,0,-7939,-938,133.558,1.152,0,0,0.544674,0.838648,300,300,100,1), + (19019,176583,1,-6559,-708,-268,5.306,0,0,0.469384,-0.882994,300,300,100,1), + (19020,176583,0,-8248,-2503,143.056,0.508,0,0,0.251278,0.967915,300,300,100,1), + (19021,176583,0,426.333,-3560,120.662,0.095,0,0,0.0474821,0.998872,300,300,100,1), + (19022,176583,0,421.743,-3507,116.872,4.887,0,0,0.642758,-0.76607,300,300,100,1), + (19023,176583,1,-6401,-1381,-270,5.312,0,0,0.466733,-0.884398,300,300,100,1), + (19024,176583,0,-7761,-1492,133.439,0.19,0,0,0.0948572,0.995491,300,300,100,1), + (19025,176583,0,-8175,-1720,140.364,1.292,0,0,0.601997,0.798498,300,300,100,1), + (19026,176583,0,-96,-3044,121.886,0.192,0,0,0.0958526,0.995396,300,300,100,1), + (19027,176583,1,-6807,-1401,-265,2.457,0,0,0.941986,0.335651,300,300,100,1), + (19028,176583,1,4085.7,-1146,286.021,4.572,0,0,0.75496,-0.655771,300,300,100,1), + (19029,176583,1,4582.11,-6946,104.124,4.611,0,0,0.742029,-0.670367,300,300,100,1), + (19030,176583,0,1583.31,-5421,76.684,4.388,0,0,0.812013,-0.58364,300,300,100,1), + (19031,176583,0,1610.06,-5383,73.983,4.451,0,0,0.793228,-0.608924,300,300,100,1), + (19032,176583,1,-6872,-1125,-271,2.793,0,0,0.984849,0.173415,300,300,100,1), + (19033,176583,1,-6924.01,-1676.07,-272.419,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (19034,176583,0,-8114,-1914,136.163,0,0,0,0,1,300,300,100,1), + (19036,176583,1,4037.86,-798,280.452,4.828,0,0,0.665074,-0.746778,300,300,100,1), + (19037,176583,0,330.367,-4035,118.206,1.476,0,0,0.67281,0.739816,300,300,100,1), + (19038,176583,1,-7690,1707.08,13.362,0.244,0,0,0.121698,0.992567,300,300,100,1), + (19039,176583,0,-8422,-2807,194.798,3.223,0,0,0.999172,-0.0406925,300,300,100,1), + (19040,176583,1,-6699.56,-2050.99,-271.633,2.02458,0,0,0.848047,0.529921,300,300,255,1), + (19041,176583,1,2753.81,-6646,100.434,3.873,0,0,0.933872,-0.357606,300,300,100,1), + (19042,176583,0,-8173,-1595,133.889,0.324,0,0,0.161292,0.986907,300,300,100,1), + (19043,176583,1,6895.04,-2029,581.962,1.205,0,0,0.566704,0.823921,300,300,100,1), + (19044,176583,1,4776.44,-7141,87.147,6.24,0,0,0.0215911,-0.999767,300,300,100,1), + (19045,176583,0,220.415,-4325,117.681,4.698,0,0,0.712176,-0.702001,300,300,100,1), + (19046,176583,1,4410.99,-6854,109.389,0.707,0,0,0.346184,0.938167,300,300,100,1), + (19047,176583,1,4128.4,-5727,122.148,2.702,0,0,0.975942,0.218031,300,300,100,1), + (19048,176583,1,4392.32,-5878,99.728,3.243,0,0,0.998715,-0.050682,300,300,100,1), + (19049,176583,0,-7969,-1312,133.368,2.251,0,0,0.902483,0.430725,300,300,100,1), + (19050,176583,1,-8106,798.885,9.862,2.517,0,0,0.951631,0.307245,300,300,100,1), + (19051,176583,0,-8086,-1660,132.152,4.654,0,0,0.727446,-0.686165,300,300,100,1), + (19052,176583,1,-7387,1437.4,5.418,2.274,0,0,0.907377,0.420319,300,300,100,1), + (19053,176583,1,-6695,-1213,-269,3.626,0,0,0.970812,-0.239843,300,300,100,1), + (19054,176583,1,-4477,-572,6.229,4.583,0,0,0.751341,-0.659914,300,300,100,1), + (19055,176583,1,6387.11,-740,471.639,5.629,0,0,0.321291,-0.94698,300,300,100,1), + (19056,176583,1,-6705,-764,-272,4.565,0,0,0.75725,-0.653125,300,300,100,1), + (19057,176583,1,-6745,-557,-272,2.413,0,0,0.934375,0.356292,300,300,100,1), + (19058,176583,0,2462.83,-5189,75.135,0.95,0,0,0.457338,0.889293,300,300,100,1), + (19059,176583,1,-7526,952.756,3.143,4.482,0,0,0.783695,-0.621146,300,300,100,1), + (19060,176583,1,4459.19,-6465,133.762,1.622,0,0,0.724976,0.688774,300,300,100,1), + (19061,176583,1,-8198,-1551,-220,3.514,0,0,0.982714,-0.18513,300,300,100,1), + (19062,176583,1,-8048,-1514,-271,0.045,0,0,0.0224981,0.999747,300,300,100,1), + (19063,176583,1,-7227,-1680,-269,1.074,0,0,0.511561,0.859247,300,300,100,1), + (19064,176583,1,-7209,-1838,-271,5.676,0,0,0.29895,-0.954269,300,300,100,1), + (19065,176583,1,-6728,-1225,-270,3.559,0,0,0.9783,-0.207192,300,300,100,1), + (19066,176583,1,-6929,-1642,-270,5.992,0,0,0.145079,-0.98942,300,300,100,1), + (19067,176583,1,4139.86,-5525,105.268,2.702,0,0,0.975942,0.218031,300,300,100,1), + (19068,176583,0,1980.91,-4537,74.493,0.077,0,0,0.0384905,0.999259,300,300,100,1), + (19069,176583,0,1537.69,-5572,100.908,4.481,0,0,0.784006,-0.620754,300,300,100,1), + (19070,176583,1,6893.78,-2033,582.055,1.205,0,0,0.566704,0.823921,300,300,100,1), + (19071,176583,0,-136.655,-3453.34,129.769,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (19072,176583,1,-6814,-1420,-272,1.239,0,0,0.580628,0.814169,300,300,100,1), + (19073,176583,1,3934.18,-4993.8,137.714,2.68781,0,0,0.97437,0.22495,300,300,255,1), + (19074,176583,1,-3449,1932.54,41.28,5.864,0,0,0.208062,-0.978116,300,300,100,1), + (19075,176583,1,-7793,191.814,6.056,3.332,0,0,0.995472,-0.0950599,300,300,100,1), + (19076,176583,1,6467.06,-1219,401.673,3.305,0,0,0.996664,-0.0816128,300,300,100,1), + (19077,176583,0,236.718,-4181,116.933,5.545,0,0,0.360769,-0.932655,300,300,100,1), + (19078,176583,1,3738.32,-4773,139.407,0.022,0,0,0.0109998,0.99994,300,300,100,1), + (19079,176583,1,2268.42,-6624,125.161,0.866,0,0,0.419596,0.907711,300,300,100,1), + (19080,176583,1,2272.88,-6631,123.191,0.178,0,0,0.0888826,0.996042,300,300,100,1), + (19081,176583,1,-7919,-2015,-272,1.553,0,0,0.700787,0.713371,300,300,100,1), + (19082,176583,1,2287.66,-6398,120.532,1.992,0,0,0.839303,0.543664,300,300,100,1), + (19083,176583,0,1847.96,-3208,125.187,1.382,0,0,0.637308,0.770609,300,300,100,1), + (19084,176583,1,4106.06,-5926,99.048,3.591,0,0,0.97486,-0.222818,300,300,100,1), + (19085,176583,1,-8051,-1514,-271,0.045,0,0,0.0224981,0.999747,300,300,100,1), + (19086,176583,1,2713.39,-5420,109.533,2.733,0,0,0.979204,0.202878,300,300,100,1), + (19087,176583,1,3800.36,-5210,134.162,1.462,0,0,0.667614,0.744507,300,300,100,1), + (19088,176583,0,1832.42,-3753,157.73,2.276,0,0,0.907797,0.419411,300,300,100,1), + (19089,176583,1,3738.77,-4930.92,133.989,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (19090,176583,1,-6753.93,-556.34,-272.215,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (19091,176583,1,2261.34,-6633,124.942,2.789,0,0,0.9845,0.175385,300,300,100,1), + (19093,176583,0,43.811,-3636,122.917,2.185,0,0,0.88778,0.460267,300,300,100,1), + (19094,176583,1,-6541,-899,-273,5.161,0,0,0.532112,-0.846674,300,300,100,1), + (19095,176583,1,-6538,-901,-273,6.014,0,0,0.134187,-0.990956,300,300,100,1), + (19096,176583,0,-7944,-908,131.257,0.995,0,0,0.47723,0.878778,300,300,100,1), + (19097,176583,1,-7322,-2230,-272,5.257,0,0,0.490874,-0.871231,300,300,100,1), + (19098,176583,1,3782.09,-1260,209.02,1.927,0,0,0.821194,0.570649,300,300,100,1), + (19099,176583,1,-7383,-400,-270,2.266,0,0,0.905688,0.423945,300,300,100,1), + (19100,176583,1,-7444,-271,-214,2.238,0,0,0.899664,0.436582,300,300,100,1), + (19101,176583,1,-6364,-1517,-271,6.236,0,0,0.0235904,-0.999722,300,300,100,1), + (19102,176583,0,1568.82,-5459,98.941,0.282,0,0,0.140533,0.990076,300,300,100,1), + (19103,176583,0,-52,-4256,118.06,3.206,0,0,0.999481,-0.0321982,300,300,100,1), + (19104,176583,0,62.075,-4481,141.744,2.404,0,0,0.932762,0.360493,300,300,100,1), + (19105,176583,1,3932.25,-4988,138.557,0.762,0,0,0.371849,0.928293,300,300,100,1), + (19106,176583,1,6446.44,-1203.86,395.012,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (19107,176583,0,1624.46,-5382,74.405,4.451,0,0,0.793228,-0.608924,300,300,100,1), + (19108,176583,1,2361.2,-5662,124.282,3.034,0,0,0.998553,0.0537704,300,300,100,1), + (19109,176583,0,-7764,-2842,133.439,2.129,0,0,0.874547,0.484942,300,300,100,1), + (19110,176583,1,3626.83,-5397,115.279,4.793,0,0,0.67804,-0.735025,300,300,100,1), + (19111,176583,1,4876.87,-580,310.581,2.071,0,0,0.860118,0.510096,300,300,100,1), + (19112,176583,1,2862.94,-5331,128.975,0.887,0,0,0.429103,0.903255,300,300,100,1), + (19113,176583,1,4459.95,-6148,94.557,1.812,0,0,0.787042,0.616899,300,300,100,1), + (19114,176583,0,-7930,-2654,219.365,2.443,0,0,0.939614,0.342237,300,300,100,1), + (19115,176583,1,-7369,-2224,-270,3.385,0,0,0.992603,-0.121403,300,300,100,1), + (19116,176583,1,2675.76,-6093,101.031,6.124,0,0,0.0795086,-0.996834,300,300,100,1), + (19117,176583,1,2451.77,-7016,132.352,0.25,0,0,0.124675,0.992198,300,300,100,1), + (19118,176583,1,6382.29,-1948,553.034,3.236,0,0,0.998886,-0.0471862,300,300,100,1), + (19119,176583,1,4729.74,-6668,115.612,1.033,0,0,0.49384,0.869553,300,300,100,1), + (19120,176583,1,-6413,-1518,-273,5.711,0,0,0.282206,-0.959354,300,300,100,1), + (19121,176583,0,1582.27,-5424,77.387,4.388,0,0,0.812013,-0.58364,300,300,100,1), + (19122,176583,1,-4567,1449.02,101.072,5.989,0,0,0.146563,-0.989201,300,300,100,1), + (19123,176583,1,-4615,1463.7,99.362,5.938,0,0,0.171737,-0.985143,300,300,100,1), + (19124,176583,0,-270,-2899,87.105,0.007,0,0,0.00349999,0.999994,300,300,100,1), + (19125,176583,0,16.321,-4510,148.086,2.692,0,0,0.97484,0.222908,300,300,100,1), + (19126,176583,1,-8014,-1518,-270,-1,0,0,-0.479426,0.877583,300,300,100,1), + (19127,176583,1,-7310,-900,-271,6.203,0,0,0.0400819,-0.999196,300,300,100,1), + (19128,176583,1,-7307,-898,-272,0.492,0,0,0.243526,0.969894,300,300,100,1), + (19129,176583,1,-7308,-903,-271,4.375,0,0,0.815789,-0.578349,300,300,100,1), + (19130,176583,1,6415.64,-1208,386.414,1.408,0,0,0.647272,0.762259,300,300,100,1), + (19131,176583,1,6419.32,-1212,386.694,5.489,0,0,0.386739,-0.922189,300,300,100,1), + (19132,176583,1,6464.26,-1220,400.192,3.305,0,0,0.996664,-0.0816128,300,300,100,1), + (19133,176583,0,-268.422,-2639.7,120.26,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (19134,176583,1,3527.55,-4801,114.604,0.079,0,0,0.0394897,0.99922,300,300,100,1), + (19135,176583,1,-6656,2104.64,94.67,4.887,0,0,0.642758,-0.76607,300,300,100,1), + (19136,176583,1,-7386,-2256,-273,3.675,0,0,0.964645,-0.263553,300,300,100,1), + (19137,176583,0,3179.71,-4654,113.783,0.201,0,0,0.100331,0.994954,300,300,100,1), + (19138,176583,1,-6693,-1211,-269,3.626,0,0,0.970812,-0.239843,300,300,100,1), + (19139,176583,1,-7381,-564,-275,4.684,0,0,0.717072,-0.696999,300,300,100,1), + (19140,176583,1,3705.84,-5184,85.301,2.345,0,0,0.921723,0.387849,300,300,100,1), + (19141,176583,1,3643.35,-5077,87.253,2.655,0,0,0.970549,0.240903,300,300,100,1), + (19142,176583,1,-6760,-1846,-272,0.785,0,0,0.3825,0.923956,300,300,100,1), + (19143,176583,1,-4477,-576,5.267,5.506,0,0,0.378886,-0.925443,300,300,100,1), + (19144,176583,0,321.652,-3055,120.098,2.558,0,0,0.957729,0.287673,300,300,100,1), + (19145,176583,0,1935.18,-4533,77.637,6.067,0,0,0.107882,-0.994164,300,300,100,1), + (19146,176583,0,2000.37,-4557,74.323,4.126,0,0,0.881294,-0.472569,300,300,100,1), + (19147,176583,0,2415.5,-4637,71.656,3.87,0,0,0.934408,-0.356205,300,300,100,1), + (19148,176583,0,2441.59,-4637,67.213,4.446,0,0,0.794748,-0.606939,300,300,100,1), + (19149,176583,0,2527.77,-4800,108.223,4.541,0,0,0.765033,-0.643991,300,300,100,1), + (19150,176583,0,-8099,-1426,131.208,1.484,0,0,0.675763,0.737119,300,300,100,1), + (19151,176583,0,2947.76,-4006,102.594,2.354,0,0,0.923459,0.383697,300,300,100,1), + (19152,176583,0,2948.86,-3934,109.144,2.105,0,0,0.868664,0.495401,300,300,100,1), + (19153,176583,0,2942.98,-3061,112.06,5.172,0,0,0.527447,-0.849588,300,300,100,1), + (19154,176583,1,4917.23,-583,317.917,2.911,0,0,0.993361,0.115041,300,300,100,1), + (19155,176583,1,-7806,-1354,-272,0.285,0,0,0.142018,0.989864,300,300,100,1), + (19156,176583,1,-7809,-1355,-272,0.285,0,0,0.142018,0.989864,300,300,100,1), + (19157,176583,0,3319.34,-4960,169.559,5.879,0,0,0.20072,-0.979649,300,300,100,1), + (19158,176583,0,369.039,-3300,115.788,2.265,0,0,0.905476,0.424397,300,300,100,1), + (19159,176583,1,-6998,-235,-217,1.738,0,0,0.763684,0.645591,300,300,100,1), + (19160,176583,1,-6999,-229,-217,1.738,0,0,0.763684,0.645591,300,300,100,1), + (19161,176583,1,2805.04,-5799,99.241,4.643,0,0,0.731209,-0.682154,300,300,100,1), + (19162,176583,1,2565.79,-5947,96.336,4.368,0,0,0.817809,-0.57549,300,300,100,1), + (19163,176583,1,2565.01,-5950,96.255,4.368,0,0,0.817809,-0.57549,300,300,100,1), + (19164,176583,1,-6557,-1968,-268,0.007,0,0,0.00349999,0.999994,300,300,100,1), + (19165,176583,1,3219.49,-4373,107.531,2.478,0,0,0.945459,0.325742,300,300,100,1), + (19166,176583,1,-6804,-1403,-265.489,1.54,0,0,0.696135,0.717911,300,300,100,1), + (19167,176583,1,6253.29,-1395,370.711,6.196,0,0,0.0435788,-0.99905,300,300,100,1), + (19168,176583,1,-8044,1952.02,24.96,0.85,0,0,0.412321,0.911039,300,300,100,1), + (19169,176583,1,-7834,208.732,5.403,5.536,0,0,0.364963,-0.931022,300,300,100,1), + (19170,176583,1,-7832,206.581,5.485,5.536,0,0,0.364963,-0.931022,300,300,100,1), + (19171,176583,1,4094.31,-5673,33.698,2.398,0,0,0.931676,0.36329,300,300,100,1), + (19172,176583,0,1558.4,-3285,86.676,3.719,0,0,0.958614,-0.28471,300,300,100,1), + (19173,176583,1,-2786,2640.61,74.182,1.694,0,0,0.749297,0.662234,300,300,100,1), + (19174,176583,0,2460.43,-5193,74.794,0.95,0,0,0.457338,0.889293,300,300,100,1), + (19175,176583,1,-7527,949.858,3.407,4.482,0,0,0.783695,-0.621146,300,300,100,1), + (19176,176583,1,3151.43,-5498,96.157,4.931,0,0,0.62575,-0.780024,300,300,100,1), + (19177,176583,1,6314.57,-1612,467.007,1.283,0,0,0.598398,0.801199,300,300,100,1), + (19178,176583,0,1830.25,-3751,158.28,2.276,0,0,0.907797,0.419411,300,300,100,1), + (19179,176583,1,4547.04,-6758,137.44,0.276,0,0,0.137562,0.990493,300,300,100,1), + (19180,176583,0,-7569,-2770,134.97,1.596,0,0,0.715961,0.69814,300,300,100,1), + (19181,176583,1,-6560,-884,-272,-1,0,0,-0.479426,0.877583,300,300,100,1), + (19182,176583,1,4304.13,-5586,126.703,3.077,0,0,0.999479,0.0322908,300,300,100,1), + (19183,176583,1,-4933,1732.28,64.691,2.247,0,0,0.90162,0.432529,300,300,100,1), + (19184,176583,1,4538.91,-7253.44,112.305,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (19185,176583,1,3805.59,-5215,133.194,0.711,0,0,0.348059,0.937473,300,300,100,1), + (19186,176583,1,-7385,1435.29,5.315,2.274,0,0,0.907377,0.420319,300,300,100,1), + (19187,176583,1,6330.08,-1616,463.703,1.283,0,0,0.598398,0.801199,300,300,100,1), + (19188,176583,1,4307.14,-6185,126.597,1.871,0,0,0.804896,0.593416,300,300,100,1), + (19189,176583,1,-7382,1431.79,4.874,1.211,0,0,0.569173,0.822218,300,300,100,1), + (19190,176583,1,-7758,-1532,-270,4.853,0,0,0.655687,-0.755033,300,300,100,1), + (19191,176583,1,-7697,-1303,-269,1.371,0,0,0.63306,0.774103,300,300,100,1), + (19192,176583,1,2858.29,-4056,133.18,0.803,0,0,0.390799,0.920476,300,300,100,1), + (19193,176583,1,-8020,1983.26,12.167,1.484,0,0,0.675763,0.737119,300,300,100,1), + (19194,176583,0,-7942,-1145,172.715,0.121,0,0,0.0604631,0.99817,300,300,100,1), + (19195,176583,1,-8020,1979.11,11.017,1.484,0,0,0.675763,0.737119,300,300,100,1), + (19196,176583,1,-7602,1958.18,47.592,1.506,0,0,0.683831,0.729641,300,300,100,1), + (19197,176583,1,3455.81,-5233,84.092,0.247,0,0,0.123186,0.992384,300,300,100,1), + (19198,176583,1,-7599,1937.34,47.933,2.209,0,0,0.89324,0.449581,300,300,100,1), + (19199,176583,1,3416.47,-5060,84.822,2.522,0,0,0.952396,0.304865,300,300,100,1), + (19200,176583,1,4472.95,-6658,99.879,1.44,0,0,0.659385,0.751806,300,300,100,1), + (19201,176583,1,4472.57,-6661,100.299,1.44,0,0,0.659385,0.751806,300,300,100,1), + (19202,176583,1,-7571,-1854,-272,0.262,0,0,0.130626,0.991432,300,300,100,1), + (19203,176583,1,-6394.04,-1380.74,-271.681,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (19204,176583,1,-6863,-1107,-270,6.063,0,0,0.10987,-0.993946,300,300,100,1), + (19205,176583,1,-6867,-1106,-271,6.063,0,0,0.10987,-0.993946,300,300,100,1), + (19206,176583,1,-6866,-1111,-270,4.172,0,0,0.870192,-0.492712,300,300,100,1), + (19207,176583,1,-8014,-1035,-272,5.071,0,0,0.56966,-0.82188,300,300,100,1), + (19208,176583,1,3260.89,-5183,87.71,3.508,0,0,0.983265,-0.182181,300,300,100,1), + (19209,176583,1,3255.09,-5318,89.77,1.269,0,0,0.592775,0.805368,300,300,100,1), + (19210,176583,0,-41,-2531,119.655,1.253,0,0,0.586313,0.810085,300,300,100,1), + (19211,176583,1,-7183,-2008,-272,0.85,0,0,0.412321,0.911039,300,300,100,1), + (19212,176583,1,3263.57,-5183,88.026,3.53,0,0,0.981202,-0.192985,300,300,100,1), + (19213,176583,1,-7341,-416,-271,3.128,0,0,0.999977,0.00679626,300,300,100,1), + (19214,176583,1,2440.85,-5324,120.931,1.562,0,0,0.70399,0.71021,300,300,100,1), + (19215,176583,1,3428.64,-4671,105.177,1.993,0,0,0.839575,0.543244,300,300,100,1), + (19216,176583,1,-6790,1540.7,2.953,2.034,0,0,0.850534,0.52592,300,300,100,1), + (19217,176583,0,-8283,-2514,138.565,5.081,0,0,0.565544,-0.824718,300,300,100,1), + (19218,176583,0,-149,-3434,131.151,2.803,0,0,0.985704,0.168489,300,300,100,1), + (19219,176583,1,2515.04,-6143,103.615,4.317,0,0,0.832216,-0.554451,300,300,100,1), + (19220,176583,1,-4883,148.703,65.094,3.368,0,0,0.993599,-0.112962,300,300,100,1), + (19221,176583,1,2902,-5602,135.021,0.09,0,0,0.0449848,0.998988,300,300,100,1), + (19222,176583,1,4687.78,-5883,107.947,4.815,0,0,0.669914,-0.742439,300,300,100,1), + (19223,176583,1,-6775,1482.7,3.372,1.836,0,0,0.794388,0.60741,300,300,100,1), + (19224,176583,1,-3866,2015.37,73.917,4.255,0,0,0.849001,-0.528391,300,300,100,1), + (19225,176583,1,2285.05,-6393,120.153,2.316,0,0,0.916003,0.401172,300,300,100,1), + (19226,176583,0,-8202,-1603,142.555,3.322,0,0,0.995934,-0.0900814,300,300,100,1), + (19227,176583,1,-7254,1298.26,4.805,3.614,0,0,0.972233,-0.234013,300,300,100,1), + (19228,176583,0,2546.55,-4783,109.319,0.315,0,0,0.15685,0.987622,300,300,100,1), + (19229,176583,0,2534.03,-4797,106.115,4.541,0,0,0.765033,-0.643991,300,300,100,1), + (19230,176583,1,2260.07,-6628,126.139,3.598,0,0,0.974074,-0.226228,300,300,100,1), + (19231,176583,1,3820.51,-1617,223.397,5.833,0,0,0.223197,-0.974773,300,300,100,1), + (19232,176583,1,-6394.96,-1529.24,-269.078,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (19233,176583,1,-7381,-561,-275,4.684,0,0,0.717072,-0.696999,300,300,100,1), + (19234,176583,0,3009.61,-4998,106.599,0.16,0,0,0.0799147,0.996802,300,300,100,1), + (19235,176583,1,-7965,-1698,-272,0.603,0,0,0.296953,0.954892,300,300,100,1), + (19236,176583,1,6178.07,-1365,382.52,1.925,0,0,0.820623,0.57147,300,300,100,1), + (19237,176583,1,4340.73,-5987,97.807,3.311,0,0,0.996415,-0.0846025,300,300,100,1), + (19238,176583,1,-7251,1299.82,5.042,3.614,0,0,0.972233,-0.234013,300,300,100,1), + (19239,176583,1,3893.09,-686,324.483,0.082,0,0,0.0409885,0.99916,300,300,100,1), + (19240,176583,1,-7668,-1710,-271,0.211,0,0,0.105304,0.99444,300,300,100,1), + (19241,176583,1,-7248,-1706,-272,5.821,0,0,0.229041,-0.973417,300,300,100,1), + (19242,176583,1,-6990,-659,-272,0.416,0,0,0.206503,0.978446,300,300,100,1), + (19243,176583,1,2491.5,-5759,95.855,3.506,0,0,0.983447,-0.181197,300,300,100,1), + (19244,176583,1,-6573,-891,-272,5.85,0,0,0.214903,-0.976635,300,300,100,1), + (19245,176583,1,-6478,-1697,-277,3.001,0,0,0.99753,0.0702385,300,300,100,1), + (19246,176583,1,-7865,-1863,-273,1.147,0,0,0.542575,0.840007,300,300,100,1), + (19247,176583,1,2493.99,-5758,96.335,3.506,0,0,0.983447,-0.181197,300,300,100,1), + (19248,176583,0,1657.42,-5503,100.74,4.414,0,0,0.804357,-0.594146,300,300,100,1), + (19249,176583,0,1724.76,-5442,80.842,1.64,0,0,0.731146,0.682221,300,300,100,1), + (19250,176583,1,2695.97,-6304,100.129,3.343,0,0,0.994934,-0.100534,300,300,100,1), + (19251,176583,1,2774.17,-6205,103.99,5.517,0,0,0.373791,-0.927513,300,300,100,1), + (19252,176583,1,-7167,-401,-270,1.864,0,0,0.802814,0.59623,300,300,100,1), + (19253,176583,1,6727.27,-1620,475.14,5.899,0,0,0.190913,-0.981607,300,300,100,1), + (19254,176583,1,-7820,-1325,-272,0.82,0,0,0.398609,0.917121,300,300,100,1), + (19255,176583,1,4233.74,-5338,123.977,0.161,0,0,0.0804131,0.996762,300,300,100,1), + (19256,176583,1,4503.55,-5485,109.449,5.271,0,0,0.484763,-0.874645,300,300,100,1), + (19257,176583,0,54.067,-4530,145.408,4.504,0,0,0.776815,-0.629729,300,300,100,1), + (19258,176583,1,-7715,-837,-269,5.405,0,0,0.425118,-0.905138,300,300,100,1), + (19259,176584,0,-8270,-1857,145.538,5.577,0,0,0.345801,-0.938308,300,300,100,1), + (19260,176584,0,2350.58,-1511,96.951,0.394,0,0,0.195728,0.980658,300,300,100,1), + (19261,176584,0,1652.2,-1479.44,59.5693,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (19262,176584,0,1620,-3482,131.894,3.107,0,0,0.99985,0.0172954,300,300,100,1), + (19263,176584,0,2042.94,-4917,77.179,1.853,0,0,0.799523,0.600636,300,300,100,1), + (19264,176584,1,2835.71,-6087,114.257,5.569,0,0,0.349552,-0.936917,300,300,100,1), + (19265,176584,1,-7059,1030.9,6.336,0.445,0,0,0.220669,0.975349,300,300,100,1), + (19266,176584,1,-6706,-795,-268,3.485,0,0,0.985295,-0.170861,300,300,100,1), + (19267,176584,0,2806.14,-3980,102.003,1.603,0,0,0.7184,0.69563,300,300,100,1), + (19268,176584,1,3064.52,-4205.88,95.2881,0.453786,0,0,0.224951,0.97437,300,300,100,1), + (19269,176584,1,-6751.08,-2048.45,-271.963,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (19270,176584,0,2121.69,-5230,89.48,5.985,0,0,0.148541,-0.988906,300,300,100,1), + (19271,176584,0,2273.69,-5335,88.048,5.926,0,0,0.177645,-0.984095,300,300,100,1), + (19272,176584,0,1835.98,-1291,62.8119,0.893,0,0,0.431811,0.901964,300,300,100,1), + (19273,176584,0,1836.14,-1296,62.005,0.759,0,0,0.370456,0.92885,300,300,100,1), + (19274,176584,0,2131.29,-2728,75.327,6.206,0,0,0.0385831,-0.999255,300,300,100,1), + (19275,176584,0,2190.07,-2739,74.299,6.104,0,0,0.0894728,-0.995989,300,300,100,1), + (19276,176584,1,4714.74,-816.447,309.083,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (19277,176584,1,-7608,-1479,-256,4.29,0,0,0.839625,-0.543166,300,300,100,1), + (19278,176584,1,-7595,-1465,-258,1.879,0,0,0.807263,0.590192,300,300,100,1), + (19279,176584,1,-7591,-1481,-259,4.405,0,0,0.807023,-0.590521,300,300,100,1), + (19280,176584,1,4807.49,-6508,111.356,1.521,0,0,0.689284,0.724491,300,300,100,1), + (19281,176584,0,2055.79,-3310,105.488,5.02,0,0,0.590431,-0.807088,300,300,100,1), + (19282,176584,0,2063.97,-3382,111.876,5.872,0,0,0.204147,-0.97894,300,300,100,1), + (19283,176584,1,3481.07,-4667,104.919,4.694,0,0,0.713578,-0.700575,300,300,100,1), + (19284,176584,0,1700.73,-4765,76.3736,4.697,0,0,0.712527,-0.701645,300,300,100,1), + (19285,176584,0,-7836,-1934,136.108,0.151,0,0,0.0754283,0.997151,300,300,100,1), + (19286,176584,0,-7841,-1934,138.155,0.162,0,0,0.0809115,0.996721,300,300,100,1), + (19287,176584,1,3395.5,-4754,114.999,4.662,0,0,0.724696,-0.689069,300,300,100,1), + (19288,176584,0,1881.64,-2449,69.076,2.742,0,0,0.980107,0.19847,300,300,100,1), + (19289,176584,1,-7150,-398,-267.985,2.392,0,0,0.930582,0.366083,300,300,100,1), + (19290,176584,1,2356.51,-6499,109.369,4.061,0,0,0.896184,-0.443682,300,300,100,1), + (19291,176584,1,2358.53,-6505,111.212,3.004,0,0,0.997634,0.0687421,300,300,100,1), + (19292,176584,1,4839.98,-6575,102.549,1.254,0,0,0.586718,0.809791,300,300,100,1), + (19293,176584,1,-7646,-2154,-271,1.501,0,0,0.682005,0.731348,300,300,100,1), + (19294,176584,0,1810.1,-2387.21,59.6299,-0.087266,0,0,-0.0436192,0.999048,300,300,100,1), + (19295,176584,0,2345.1,-4688,76.052,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (19296,176584,0,-8109.43,-1610.11,133.374,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (19297,176584,0,3142.19,-4019,104.146,1.014,0,0,0.485557,0.874205,300,300,100,1), + (19298,176584,0,3140.29,-4099,98.757,1.493,0,0,0.679074,0.73407,300,300,100,1), + (19299,176584,0,-8181,-2863,133.596,4.626,0,0,0.736981,-0.675914,300,300,100,1), + (19300,176584,1,4564,-7212,130.423,5.743,0,0,0.266821,-0.963746,300,300,100,1), + (19301,176584,1,4547.05,-7299,107.264,5.912,0,0,0.184529,-0.982827,300,300,100,1), + (19302,176584,1,2623.7,-4357,127.403,3.679,0,0,0.964116,-0.265482,300,300,100,1), + (19303,176584,1,-6816,-2044,-272,2.782,0,0,0.98388,0.178829,300,300,100,1), + (19304,176584,1,4542.17,-6798,138.795,6.272,0,0,0.00559271,-0.999984,300,300,100,1), + (19305,176584,1,4227.84,-7043,101.766,4.451,0,0,0.793228,-0.608924,300,300,100,1), + (19306,176584,0,2067.86,-3384,112.214,5.848,0,0,0.21588,-0.97642,300,300,100,1), + (19307,176584,1,3818.75,-933,271.673,1.3,0,0,0.605186,0.796084,300,300,100,1), + (19308,176584,1,-7323,-2029,-271,3.807,0,0,0.945163,-0.3266,300,300,100,1), + (19309,176584,1,-7140,-1936,-270,0.977,0,0,0.469302,0.883038,300,300,100,1), + (19310,176584,1,4215.04,-6945,88.128,3.489,0,0,0.984951,-0.172832,300,300,100,1), + (19311,176584,0,2389.99,-1504.44,101.539,2.74016,0,0,0.979924,0.199371,300,300,100,1), + (19312,176584,0,1615.84,-3500,128.418,4.497,0,0,0.779015,-0.627006,300,300,100,1), + (19313,176584,1,-7835,-1916,-272,0.047,0,0,0.0234978,0.999724,300,300,100,1), + (19314,176584,1,-7767,-1639,-271,0.564,0,0,0.278277,0.960501,300,300,100,1), + (19315,176584,0,-8280,-1082,143.297,2.914,0,0,0.993532,0.113551,300,300,100,1), + (19316,176584,0,-8280,-1087,143.294,3.193,0,0,0.99967,-0.0257009,300,300,100,1), + (19317,176584,1,3897.5,-1563,246.724,5.045,0,0,0.580296,-0.814405,300,300,100,1), + (19318,176584,1,4653.64,-7380,105.131,3.191,0,0,0.999695,-0.0247012,300,300,100,1), + (19319,176584,0,1672.36,-3018,76.8817,2.11,0,0,0.8699,0.493228,300,300,100,1), + (19320,176584,1,6412.27,-965,422.953,1.048,0,0,0.500347,0.865825,300,300,100,1), + (19321,176584,0,-7711,-2247,139.748,2.312,0,0,0.915198,0.403004,300,300,100,1), + (19322,176584,1,-7115,-499,-266,1.567,0,0,0.705763,0.708448,300,300,100,1), + (19323,176584,0,2851.98,-4945,107.411,3.739,0,0,0.955719,-0.294282,300,300,100,1), + (19324,176584,0,-7894,-2807,145.036,1.115,0,0,0.529066,0.84858,300,300,100,1), + (19325,176584,0,2849.36,-4952,107.814,3.649,0,0,0.96799,-0.250991,300,300,100,1), + (19326,176584,1,2874.95,-5665,124.22,5.925,0,0,0.178137,-0.984006,300,300,100,1), + (19327,176584,0,1779.88,-1348.05,60.0857,1.67551,0,0,0.743143,0.669133,300,300,100,1), + (19329,176584,1,-6470,-883,-273,1.195,0,0,0.562577,0.826745,300,300,100,1), + (19330,176584,1,-6703,-794,-269,3.803,0,0,0.945814,-0.324709,300,300,100,1), + (19331,176584,1,4559.18,-7352,100.696,6.061,0,0,0.110864,-0.993836,300,300,100,1), + (19332,176584,0,2352.65,-1520,99.982,5.581,0,0,0.343924,-0.938997,300,300,100,1), + (19333,176584,0,2348.16,-1509,95.828,6.123,0,0,0.080007,-0.996794,300,300,100,1), + (19335,176584,1,-7329,-2045,-272,5.304,0,0,0.470266,-0.882524,300,300,100,1), + (19336,176584,1,3360.74,-4754,103.906,1.277,0,0,0.595992,0.802991,300,300,100,1), + (19337,176584,1,-7933,-1182,-272,3.771,0,0,0.950888,-0.309535,300,300,100,1), + (19338,176584,1,-6560,-1414,-272.179,2.424,0,0,0.93632,0.351147,300,300,100,1), + (19339,176584,0,-7976,-1279,133.073,2.325,0,0,0.917799,0.397046,300,300,100,1), + (19340,176584,0,-7972,-1287,133.319,2.341,0,0,0.920946,0.389691,300,300,100,1), + (19341,176584,1,4771.15,-6153,93.923,0.921,0,0,0.444396,0.89583,300,300,100,1), + (19342,176584,1,4690.74,-6179,107.378,5.072,0,0,0.569249,-0.822165,300,300,100,1), + (19343,176584,1,4767.41,-6149,93.042,1.518,0,0,0.688196,0.725525,300,300,100,1), + (19344,176584,1,4777.32,-6152,93.505,2.578,0,0,0.960557,0.278082,300,300,100,1), + (19345,176584,1,-6842,-748,-271,5.949,0,0,0.166316,-0.986072,300,300,100,1), + (19346,176584,0,-7668,-2478,140.443,1.542,0,0,0.696853,0.717214,300,300,100,1), + (19347,176584,1,3897.23,-1593,252.082,4.566,0,0,0.756924,-0.653503,300,300,100,1), + (19348,176584,1,4724.17,-5427,104.883,0.132,0,0,0.0659521,0.997823,300,300,100,1), + (19349,176584,1,4143.02,-5488,103.857,5.94,0,0,0.170752,-0.985314,300,300,100,1), + (19350,176584,1,4141.6,-5483,105.213,5.799,0,0,0.239735,-0.970838,300,300,100,1), + (19351,176584,1,4140.92,-5486,104.239,5.783,0,0,0.247494,-0.968889,300,300,100,1), + (19352,176584,0,1703.29,-1078,69.597,1.815,0,0,0.787967,0.615718,300,300,100,1), + (19353,176584,1,-7390,-1818,-270,1.272,0,0,0.593982,0.804478,300,300,100,1), + (19354,176584,1,-7712,-1862,-273,3.778,0,0,0.949799,-0.312861,300,300,100,1), + (19355,176584,1,2715.49,-6143,102.445,0.715,0,0,0.349933,0.936775,300,300,100,1), + (19356,176584,1,2678.28,-6235,90.853,6.239,0,0,0.0220909,-0.999756,300,300,100,1), + (19357,176584,1,4714.69,-7350,69.885,3.819,0,0,0.943186,-0.332265,300,300,100,1), + (19358,176584,1,4714.9,-7356,69.463,2.959,0,0,0.995835,0.0911695,300,300,100,1), + (19359,176584,0,1702.07,-1074,70.335,1.603,0,0,0.7184,0.69563,300,300,100,1), + (19360,176584,1,4337.19,-1075,327.459,5.895,0,0,0.192876,-0.981223,300,300,100,1), + (19361,176584,0,-7976,-812,129.015,6.264,0,0,0.00959254,-0.999954,300,300,100,1), + (19362,176584,0,-7971,-812,129.967,6.004,0,0,0.13914,-0.990273,300,300,100,1), + (19363,176584,0,2061.53,-3678,132.501,6.198,0,0,0.0425798,-0.999093,300,300,100,1), + (19364,176584,0,2062.39,-3672,133.503,6.143,0,0,0.0700352,-0.997545,300,300,100,1), + (19365,176584,1,4354.83,-6660,101.211,6.226,0,0,0.0285888,-0.999591,300,300,100,1), + (19366,176584,0,-7954,-2219,125.606,1.615,0,0,0.722561,0.691307,300,300,100,1), + (19367,176584,0,-8033,-2116,122.68,2.192,0,0,0.889386,0.457157,300,300,100,1), + (19368,176584,1,-7202,1118.75,4.06,4.085,0,0,0.890795,-0.454405,300,300,100,1), + (19369,176584,1,-7071,1046.94,7.855,0.657,0,0,0.322624,0.946527,300,300,100,1), + (19370,176584,1,-7454,937.032,4.699,3.689,0,0,0.962776,-0.270299,300,300,100,1), + (19371,176584,1,-7459,937.429,4.877,4.207,0,0,0.861437,-0.507864,300,300,100,1), + (19372,176584,1,-7386,1436.26,5.349,0.009,0,0,0.00449998,0.99999,300,300,100,1), + (19373,176584,1,-6597,-1381,-271.496,3.457,0,0,0.987591,-0.157051,300,300,100,1), + (19374,176584,1,4286.76,-6813,91.767,5.154,0,0,0.535072,-0.844807,300,300,100,1), + (19375,176584,1,3589.2,-4170,98.54,0.961,0,0,0.462223,0.886764,300,300,100,1), + (19376,176584,1,3544.75,-4214,103.858,2.437,0,0,0.938583,0.345054,300,300,100,1), + (19377,176584,1,6732.56,-1407,496.741,5.594,0,0,0.337813,-0.941213,300,300,100,1), + (19378,176584,1,-7454,-816,-270,5.987,0,0,0.147552,-0.989054,300,300,100,1), + (19379,176584,1,4191.17,-933,283.711,4.725,0,0,0.702634,-0.711551,300,300,100,1), + (19380,176584,1,5017.03,-731,309.18,1.218,0,0,0.572048,0.82022,300,300,100,1), + (19381,176584,1,5213.67,-706,342.849,1.317,0,0,0.611931,0.790911,300,300,100,1), + (19382,176584,1,4005.49,-997,248.493,6.184,0,0,0.0495723,-0.998771,300,300,100,1), + (19383,176584,1,-7841,-700,-258,4.891,0,0,0.641224,-0.767353,300,300,100,1), + (19384,176584,0,2393.26,-4226,91.414,3.382,0,0,0.992784,-0.119914,300,300,100,1), + (19385,176584,0,2395.27,-4220,89.099,3.594,0,0,0.974525,-0.22428,300,300,100,1), + (19386,176584,0,2397.89,-4225,89.296,3.594,0,0,0.974525,-0.22428,300,300,100,1), + (19387,176584,0,-8064,-1536,139.569,0.523,0,0,0.25853,0.966003,300,300,100,1), + (19388,176584,0,-7969,-1287,133.398,2.341,0,0,0.920946,0.389691,300,300,100,1), + (19389,176584,1,3183.51,-4249,97.162,6.083,0,0,0.0999255,-0.994995,300,300,100,1), + (19390,176584,1,4794.78,-6448,112.592,0.803,0,0,0.390799,0.920476,300,300,100,1), + (19391,176584,1,6116.94,-1373,392.208,4.944,0,0,0.620667,-0.784074,300,300,100,1), + (19392,176584,0,2791.87,-3307,95.895,1.061,0,0,0.505965,0.862554,300,300,100,1), + (19393,176584,1,4378.99,-5853,97.75,4.726,0,0,0.702278,-0.711903,300,300,100,1), + (19394,176584,0,3137.1,-4092,99.024,0.896,0,0,0.433164,0.901315,300,300,100,1), + (19395,176584,0,-7981,-2320,128.387,4.627,0,0,0.736643,-0.676282,300,300,100,1), + (19396,176584,1,3823.05,-4913,148.479,0.502,0,0,0.248373,0.968665,300,300,100,1), + (19397,176584,1,3828.21,-4918,147.75,0.461,0,0,0.228464,0.973552,300,300,100,1), + (19398,176584,1,3833.11,-4920,146.167,1.313,0,0,0.610348,0.792133,300,300,100,1), + (19399,176584,1,5483.54,-675.606,347.061,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (19400,176584,1,4405.43,-6057,94.867,5.5,0,0,0.381661,-0.924302,300,300,100,1), + (19401,176584,1,2760.04,-5919,99.207,0.408,0,0,0.202588,0.979264,300,300,100,1), + (19402,176584,1,-7586,-1449,-264,4.51,0,0,0.774923,-0.632056,300,300,100,1), + (19403,176584,1,4729.15,-7482,81.26,0.722,0,0,0.35321,0.935544,300,300,100,1), + (19404,176584,1,4729.11,-7468,80.099,5.627,0,0,0.322238,-0.946659,300,300,100,1), + (19405,176584,1,4726.98,-7472,79.781,5.662,0,0,0.305623,-0.952153,300,300,100,1), + (19406,176584,1,4107.94,-5328,109.341,5.701,0,0,0.286999,-0.957931,300,300,100,1), + (19407,176584,0,-7889,-2809,145.466,1.163,0,0,0.549278,0.83564,300,300,100,1), + (19408,176584,0,-8031,-2120,123.224,2.212,0,0,0.893913,0.448241,300,300,100,1), + (19409,176584,1,4057.6,-633,301.244,1.519,0,0,0.688559,0.72518,300,300,100,1), + (19410,176584,1,2781.94,-5666,131.616,3.31,0,0,0.996457,-0.0841042,300,300,100,1), + (19411,176584,1,-6636,-1646,-271,5.232,0,0,0.501726,-0.865027,300,300,100,1), + (19412,176584,1,5739.66,-662,371.388,5.355,0,0,0.447612,-0.894228,300,300,100,1), + (19413,176584,1,6537.21,-1523,440.438,6.176,0,0,0.0535669,-0.998564,300,300,100,1), + (19414,176584,1,6307.15,-2091,585.23,4.26,0,0,0.847678,-0.530511,300,300,100,1), + (19415,176584,1,6299.27,-2095,592.679,5.057,0,0,0.5754,-0.817872,300,300,100,1), + (19416,176584,1,2519.39,-5814,102.66,4.091,0,0,0.889428,-0.457075,300,300,100,1), + (19417,176584,1,-6770,-1800,-267.561,3.608,0,0,0.972931,-0.231096,300,300,100,1), + (19418,176584,0,1991.27,-2462,63.457,1.666,0,0,0.739953,0.672659,300,300,100,1), + (19419,2046,0,-10751,-3707,24.846,1.721,0,0,0.758169,0.652058,300,300,100,1), + (19420,176584,1,3085.27,-5128,136.614,4.497,0,0,0.779015,-0.627006,300,300,100,1), + (19421,176584,1,3081.81,-5128,136.26,4.757,0,0,0.69116,-0.722702,300,300,100,1), + (19422,176584,1,2776.73,-5672,131.405,4.08,0,0,0.891929,-0.452176,300,300,100,1), + (19423,176584,0,1603.54,-5470.75,101.257,0.699,0,0,0.342428,0.939544,300,300,100,1), + (19424,176584,1,4335.63,-5329,122.765,1.687,0,0,0.746975,0.664852,300,300,100,1), + (19425,176584,1,4330.98,-5328,123.209,1.102,0,0,0.523539,0.852001,300,300,100,1), + (19426,176584,0,-8169,-923,135.395,4.873,0,0,0.648104,-0.761552,300,300,100,1), + (19428,176584,0,2947.47,-2878,100.451,0.924,0,0,0.445739,0.895163,300,300,100,1), + (19429,176584,1,4725.31,-6254,116.435,1.231,0,0,0.577367,0.816485,300,300,100,1), + (19430,176584,0,-8225,-1739,147.478,1.77,0,0,0.773915,0.63329,300,300,100,1), + (19431,176584,1,-7930,-1183,-272,3.321,0,0,0.995979,-0.0895835,300,300,100,1), + (19432,176584,1,6306.6,-1148,373.497,1.641,0,0,0.731487,0.681856,300,300,100,1), + (19433,176584,0,-7534,-1946,183.358,0.559,0,0,0.275875,0.961194,300,300,100,1), + (19446,176584,0,1717.19,-1606,65.003,3.209,0,0,0.999432,-0.0336973,300,300,100,1), + (19447,176584,1,4059.58,-637,300.205,2.347,0,0,0.92211,0.386927,300,300,100,1), + (19448,176584,1,3470.04,-4667,105.863,5.888,0,0,0.196309,-0.980542,300,300,100,1), + (19449,176584,1,6312.27,-1147,375.27,1.688,0,0,0.747307,0.664479,300,300,100,1), + (19450,176584,1,6272.31,-1633,479.84,3.906,0,0,0.927845,-0.372966,300,300,100,1), + (19451,176584,1,6278.46,-1627,474.669,3.926,0,0,0.924069,-0.382226,300,300,100,1), + (19452,176584,1,-6960,-991,-272,6.018,0,0,0.132204,-0.991223,300,300,100,1), + (19453,176584,1,-7045,1602.92,2.333,3.806,0,0,0.945326,-0.326127,300,300,100,1), + (19454,176584,0,2277.96,-4737.99,95.8844,0.95993,0,0,0.461748,0.887011,300,300,255,1), + (19455,176584,1,-7594,-1440,-263,4.769,0,0,0.686811,-0.726836,300,300,100,1), + (19456,176584,0,2771.42,-4705,77.951,0.523,0,0,0.25853,0.966003,300,300,100,1), + (19457,176584,0,2859.3,-4750,84.099,0.189,0,0,0.0943594,0.995538,300,300,100,1), + (19458,176584,1,2865.75,-5735,119.258,4.641,0,0,0.731891,-0.681422,300,300,100,1), + (19459,176584,1,4197.75,-703,282.387,0.931,0,0,0.44887,0.893597,300,300,100,1), + (19460,176584,1,2506.04,-5125,119.932,4.286,0,0,0.84071,-0.541486,300,300,100,1), + (19461,176584,1,6790.47,-1571,482.629,0.333,0,0,0.165732,0.986171,300,300,100,1), + (19462,176584,1,4580.46,-867,305.302,5.422,0,0,0.417409,-0.908719,300,300,100,1), + (19463,176584,1,4878.67,-749,302.909,0.188,0,0,0.0938616,0.995585,300,300,100,1), + (19464,176584,1,4290.87,-5979,97.226,3.666,0,0,0.965821,-0.259209,300,300,100,1), + (19465,176584,0,3140.52,-4021,103.916,1.01,0,0,0.483807,0.875174,300,300,100,1), + (19466,176584,1,2504.71,-5128,120.247,5.214,0,0,0.50949,-0.860476,300,300,100,1), + (19467,176584,1,2628.89,-4745,142.821,4.637,0,0,0.733252,-0.679957,300,300,100,1), + (19468,176584,1,2631.68,-4746,144.004,4.629,0,0,0.735966,-0.677018,300,300,100,1), + (19469,176584,0,1812.78,-4592,73.611,5.227,0,0,0.503887,-0.86377,300,300,100,1), + (19470,176584,0,-7969,-814,130.392,6.004,0,0,0.13914,-0.990273,300,300,100,1), + (19471,176584,1,4535.18,-716,260.825,3.076,0,0,0.999462,0.0327905,300,300,100,1), + (19472,176584,1,4315.23,-6716,93.117,2.103,0,0,0.868169,0.496269,300,300,100,1), + (19473,176584,1,-7843,-720,-261,2.299,0,0,0.91256,0.408944,300,300,100,1), + (19474,176584,0,2525.64,-4791,106.753,5.133,0,0,0.543913,-0.839142,300,300,100,1), + (19475,176584,0,-7982,-2327,127.518,4.627,0,0,0.736643,-0.676282,300,300,100,1), + (19477,176584,1,-7723,-1867,-273,3.829,0,0,0.941513,-0.336976,300,300,100,1), + (19478,176584,1,-7762,-2109,-270,4.527,0,0,0.769522,-0.63862,300,300,100,1), + (19479,176584,1,2756.29,-5245,111.773,6.247,0,0,0.0180916,-0.999836,300,300,100,1), + (19480,176584,1,2757.4,-5249,111.923,0.772,0,0,0.376486,0.926422,300,300,100,1), + (19481,176584,1,2785.3,-5344,118.276,4.982,0,0,0.605658,-0.795725,300,300,100,1), + (19482,176584,1,2780.56,-5347,118.136,5.281,0,0,0.480384,-0.877058,300,300,100,1), + (19483,176584,1,2863.8,-5297,132.352,0.317,0,0,0.157837,0.987465,300,300,100,1), + (19484,176584,0,-7600,-1882,159.951,0.092,0,0,0.0459838,0.998942,300,300,100,1), + (19485,176584,1,6464.41,-1218,400.512,5.727,0,0,0.274522,-0.961581,300,300,100,1), + (19486,176584,1,4192.04,-701,280.122,6.187,0,0,0.0480742,-0.998844,300,300,100,1), + (19487,176584,1,6338.19,-1171.82,375.17,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (19488,176584,1,6519,-848,475.151,0.713,0,0,0.348996,0.937124,300,300,100,1), + (19489,176584,0,2012.83,-1544,67.45,1.925,0,0,0.820623,0.57147,300,300,100,1), + (19490,176584,0,2007.51,-1545,65.193,0.201,0,0,0.100331,0.994954,300,300,100,1), + (19491,176584,1,-7382,806.49,3.179,2.306,0,0,0.913985,0.405747,300,300,100,1), + (19492,176584,1,-6885.31,-1580.54,-272.208,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (19493,176584,0,-8457,-942,224.384,2.702,0,0,0.975942,0.218031,300,300,100,1), + (19494,176584,0,-8455,-938,223.978,2.6,0,0,0.963558,0.267499,300,300,100,1), + (19495,176584,1,-6835,-753,-270,0.981,0,0,0.471067,0.882097,300,300,100,1), + (19496,176584,1,-7864,786.793,-30,2.063,0,0,0.85807,0.513532,300,300,100,1), + (19497,176584,1,3375.37,-4381,115.619,3.171,0,0,0.999892,-0.0147031,300,300,100,1), + (19498,176584,1,3380.01,-4381,115.971,3.124,0,0,0.999961,0.00879618,300,300,100,1), + (19499,176584,1,-7417,-913,-268,-1,0,0,-0.479426,0.877583,300,300,100,1), + (19500,176584,1,5507.05,-1021,377.793,4.397,0,0,0.809378,-0.587288,300,300,100,1), + (19501,176584,1,-7572,-780,-262,4.896,0,0,0.639304,-0.768954,300,300,100,1), + (19502,176584,1,2709.23,-5907,97.617,5.847,0,0,0.216368,-0.976312,300,300,100,1), + (19503,176584,1,2672.46,-5838,97.156,2.067,0,0,0.859096,0.511815,300,300,100,1), + (19504,176584,1,-6555,-1230,-271,4.321,0,0,0.831105,-0.556115,300,300,100,1), + (19505,176584,1,-6563,-1417,-272,2.46,0,0,0.942489,0.334238,300,300,100,1), + (19506,176584,1,-7478,-1540,-272,5.923,0,0,0.179121,-0.983827,300,300,100,1), + (19507,176584,1,-7485,-1565,-275,0.418,0,0,0.207482,0.978239,300,300,100,1), + (19508,176584,1,-7554,-1513,-269,3.31,0,0,0.996457,-0.0841042,300,300,100,1), + (19509,176584,1,-7592,-1532,-265,4.229,0,0,0.855799,-0.517309,300,300,100,1), + (19510,176584,0,-8157,-1823,133.538,-2,0,0,-0.841471,0.540302,300,300,100,1), + (19511,176584,0,2793.19,-3303,96.064,4.859,0,0,0.653419,-0.756996,300,300,100,1), + (19512,176584,1,3673.46,-4767,120.337,3.44,0,0,0.98889,-0.148651,300,300,100,1), + (19513,176584,1,3672.09,-4774,120.385,3.397,0,0,0.991857,-0.127357,300,300,100,1), + (19514,176584,1,3663.34,-4770,119.203,1.72,0,0,0.757843,0.652437,300,300,100,1), + (19515,176584,1,6272.66,-1622.83,472.992,3.926,0,0,0.924069,-0.382226,300,300,100,1), + (19516,176584,0,-8171,-926,134.383,1.987,0,0,0.837941,0.54576,300,300,100,1), + (19517,176584,1,-7851,-1440,-267,2.684,0,0,0.97394,0.226805,300,300,100,1), + (19518,176584,1,2606.43,-6009,100.693,3.612,0,0,0.972467,-0.233041,300,300,100,1), + (19519,176584,0,1530.96,-3626,92.968,6.029,0,0,0.126751,-0.991935,300,300,100,1), + (19520,176584,0,-7682,-2931,131.449,0.389,0,0,0.193276,0.981144,300,300,100,1), + (19521,176584,1,3779.68,-1059,229.386,0.59,0,0,0.29074,0.956802,300,300,100,1), + (19523,176584,1,-7441,-1509,-271,1.089,0,0,0.51799,0.855386,300,300,100,1), + (19524,176584,1,4289.49,-5976,97.288,3.85,0,0,0.937923,-0.346844,300,300,100,1), + (19525,176584,1,4286.45,-5972,97.316,3.854,0,0,0.937227,-0.348719,300,300,100,1), + (19526,176584,0,1877.83,-3462,108.737,3.233,0,0,0.998956,-0.0456878,300,300,100,1), + (19527,176584,1,-7407,-1746,-278,2.845,0,0,0.989024,0.147753,300,300,100,1), + (19528,176584,1,-7772,-1718,-272,0.262,0,0,0.130626,0.991432,300,300,100,1), + (19529,176584,0,1714.25,-1610,65.621,2.644,0,0,0.969209,0.246238,300,300,100,1), + (19530,176584,0,1707.02,-1606,68.021,2.44,0,0,0.939099,0.343646,300,300,100,1), + (19531,176584,1,-7143,-1947,-270,5.748,0,0,0.26441,-0.96441,300,300,100,1), + (19532,176584,0,2806.39,-3987,103.278,1.611,0,0,0.721177,0.692751,300,300,100,1), + (19533,176584,1,2866.99,-5291,132.087,5.936,0,0,0.172722,-0.984971,300,300,100,1), + (19534,176584,1,4708.08,-7353,70.65,5.79,0,0,0.244101,-0.96975,300,300,100,1), + (19535,176584,1,4709.7,-7350,70.524,5.641,0,0,0.315604,-0.948891,300,300,100,1), + (19536,176584,0,2943.47,-2878,99.926,0.743,0,0,0.363014,0.931784,300,300,100,1), + (19537,176584,0,2946.2,-2882,100.501,0.924,0,0,0.445739,0.895163,300,300,100,1), + (19538,176584,1,-7166,-998,-272,0.403,0,0,0.200139,0.979768,300,300,100,1), + (19539,176584,1,6114.78,-1376,393.422,6.035,0,0,0.123774,-0.99231,300,300,100,1), + (19540,176584,1,4521.29,-7215,107.229,0.041,0,0,0.0204986,0.99979,300,300,100,1), + (19541,176584,1,4511.79,-7212,103.271,0.552,0,0,0.272509,0.962153,300,300,100,1), + (19542,176584,1,3680.39,-4469,119.659,1.156,0,0,0.54635,0.837557,300,300,100,1), + (19543,176584,1,4514.05,-7213,104.163,0.524,0,0,0.259013,0.965874,300,300,100,1), + (19544,176584,0,1682.83,-1494,65.969,1.658,0,0,0.737256,0.675613,300,300,100,1), + (19545,176584,1,4622.91,-852,310.913,4.589,0,0,0.749358,-0.662165,300,300,100,1), + (19546,176584,1,6210.35,-1054,384.408,5.379,0,0,0.436849,-0.899535,300,300,100,1), + (19547,176584,1,6212.14,-1056,383.889,4.512,0,0,0.77429,-0.632831,300,300,100,1), + (19548,176584,1,2676.62,-6238,90.627,0.026,0,0,0.0129996,0.999915,300,300,100,1), + (19549,176584,1,3467.39,-4674,106.406,6.147,0,0,0.0680401,-0.997683,300,300,100,1), + (19550,176584,0,1612.3,-5454,99.944,2.101,0,0,0.867672,0.497137,300,300,100,1), + (19551,176584,0,1539.05,-3623,95.457,3.147,0,0,0.999996,-0.00270371,300,300,100,1), + (19552,176584,1,-6507,-1463,-272,5.908,0,0,0.186494,-0.982456,300,300,100,1), + (19553,176584,1,-6541,-1442,-271,5.688,0,0,0.293219,-0.956045,300,300,100,1), + (19554,176584,0,-8108,-1241,133.077,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (19555,176584,1,2508.63,-6182,103.857,6.016,0,0,0.133196,-0.99109,300,300,100,1), + (19556,176584,1,2475.01,-6056,101.026,2.883,0,0,0.991653,0.128936,300,300,100,1), + (19557,176584,1,6530.7,-1083,437.342,4.706,0,0,0.709362,-0.704844,300,300,100,1), + (19558,176584,1,-7294,-823,-272,4.145,0,0,0.876765,-0.48092,300,300,100,1), + (19559,176584,1,-7286,-810,-271,4.33,0,0,0.828595,-0.559849,300,300,100,1), + (19560,176584,1,-7340,648.978,-1,4.8,0,0,0.675463,-0.737394,300,300,100,1), + (19561,176584,1,3788.36,-1315,205.211,3.42,0,0,0.990327,-0.138755,300,300,100,1), + (19562,176584,1,5017.01,-734,311.473,1.218,0,0,0.572048,0.82022,300,300,100,1), + (19563,176584,1,-7614,266.612,4.146,5.672,0,0,0.300858,-0.953669,300,300,100,1), + (19564,176584,1,-6702,1847.13,5.428,0.814,0,0,0.395856,0.918313,300,300,100,1), + (19565,176584,1,-7618.17,-619.163,-255.354,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (19566,176584,0,-7849,-1580,139.92,2.28,0,0,0.908633,0.417595,300,300,100,1), + (19567,176584,0,2084.81,-4135,76.874,4.89,0,0,0.641608,-0.767033,300,300,100,1), + (19568,176584,0,2086.34,-4132,77.165,4.293,0,0,0.838809,-0.544425,300,300,100,1), + (19569,176584,0,1759.41,-5350,77.84,0.314,0,0,0.156356,0.987701,300,300,100,1), + (19570,176584,0,1608.94,-5453,99.597,0.699,0,0,0.342428,0.939544,300,300,100,1), + (19571,176584,0,2141.82,-3830,149.259,0.476,0,0,0.235759,0.971811,300,300,100,1), + (19572,176584,1,6247.17,-1458,378.553,4.457,0,0,0.791398,-0.611301,300,300,100,1), + (19573,176584,1,4284.9,-6739,88.57,0.383,0,0,0.190332,0.98172,300,300,100,1), + (19574,176584,1,6528.6,-1323.92,439.695,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (19575,176584,1,6686.21,-1952,550.971,5.493,0,0,0.384894,-0.922961,300,300,100,1), + (19576,176584,1,6688.92,-1949,550.448,5.493,0,0,0.384894,-0.922961,300,300,100,1), + (19577,176584,0,-7983,-2324,128.081,4.945,0,0,0.620274,-0.784385,300,300,100,1), + (19578,176584,1,-7682,-1086,-270,-2,0,0,-0.841471,0.540302,300,300,100,1), + (19579,176584,0,2027.05,-5036,74.6067,6.071,0,0,0.105894,-0.994377,300,300,100,1), + (19580,176584,1,4845.76,-668,297.696,2.335,0,0,0.919772,0.392452,300,300,100,1), + (19581,176584,0,2043.54,-2428,63.779,1.43,0,0,0.655617,0.755093,300,300,100,1), + (19582,176584,0,2122.64,-2425,63.615,6.257,0,0,0.0130923,-0.999914,300,300,100,1), + (19583,176584,0,2119.88,-2425,63.133,0.692,0,0,0.339138,0.940737,300,300,100,1), + (19584,176584,1,-6647,777.896,11.07,1.984,0,0,0.837122,0.547017,300,300,100,1), + (19585,2046,0,-10760,-3698,27.993,1.721,0,0,0.758169,0.652058,300,300,100,1), + (19586,176584,1,-7396,-868,-266,0.285,0,0,0.142018,0.989864,300,300,100,1), + (19587,176584,0,1931.4,-3448,109.532,3.398,0,0,0.991793,-0.127853,300,300,100,1), + (19588,176584,0,1714.05,-4434,74.09,0.801,0,0,0.389879,0.920866,300,300,100,1), + (19589,176584,1,4414.33,-5517,102.414,3.715,0,0,0.959181,-0.282792,300,300,100,1), + (19590,176584,1,4413.4,-5523,103.661,3.122,0,0,0.999952,0.00979618,300,300,100,1), + (19591,176584,1,3042.65,-4221,93.947,3.421,0,0,0.990257,-0.13925,300,300,100,1), + (19592,176584,1,-7399,567.13,-5,0.264,0,0,0.131617,0.991301,300,300,100,1), + (19593,176584,0,2824.62,-3870,103.519,1.579,0,0,0.710001,0.7042,300,300,100,1), + (19594,176584,0,2753.56,-3970,98.795,3.971,0,0,0.915236,-0.402919,300,300,100,1), + (19595,176584,0,2749.02,-3977,96.791,4.081,0,0,0.891702,-0.452622,300,300,100,1), + (19596,176584,0,-8269,-1853,145.839,4.544,0,0,0.764066,-0.645138,300,300,100,1), + (19597,176584,0,-8149,-2880,135.624,-2,0,0,-0.841471,0.540302,300,300,100,1), + (19598,176584,1,2597.33,-3966,116.55,2.938,0,0,0.994823,0.101621,300,300,100,1), + (19599,176584,1,4582.16,-6737,139.64,4.803,0,0,0.674356,-0.738406,300,300,100,1), + (19600,176584,1,4576.68,-6725,125.843,4.842,0,0,0.65983,-0.751415,300,300,100,1), + (19601,176584,1,2854.62,-4295,100.657,3.696,0,0,0.961824,-0.273667,300,300,100,1), + (19602,176584,1,2851.15,-4294,101.951,4.194,0,0,0.86472,-0.502254,300,300,100,1), + (19603,176584,1,-7103,-496,-269,1.547,0,0,0.698644,0.71547,300,300,100,1), + (19604,176584,1,2875.58,-5661,124.656,5.336,0,0,0.456086,-0.889935,300,300,100,1), + (19605,176584,1,-7571,-814,-269,4.711,0,0,0.707598,-0.706616,300,300,100,1), + (19606,176584,0,1920.04,-5007,76.3724,4.457,0,0,0.791398,-0.611301,300,300,100,1), + (19607,176584,1,3044.76,-4232,94.188,2.338,0,0,0.92036,0.391072,300,300,100,1), + (19608,176584,1,-7845,883.009,-6,3.257,0,0,0.998336,-0.0576716,300,300,100,1), + (19609,176584,1,-7015,-2139,-269,3.671,0,0,0.96517,-0.261623,300,300,100,1), + (19610,176584,1,-7023,-2207,-266,2.039,0,0,0.851846,0.523792,300,300,100,1), + (19611,176584,1,3186.53,-4250,97.362,6.083,0,0,0.0999255,-0.994995,300,300,100,1), + (19612,176584,0,2014.37,-1549,66.21,1.387,0,0,0.639233,0.769013,300,300,100,1), + (19613,176584,1,-7063,1034.44,6.875,0.421,0,0,0.208949,0.977927,300,300,100,1), + (19614,176584,1,4741.67,-7112,90.474,5.228,0,0,0.503455,-0.864022,300,300,100,1), + (19615,176584,1,4733.21,-6667,114.992,1.757,0,0,0.769782,0.638307,300,300,100,1), + (19616,176584,1,-6165,-1573,-209,1.937,0,0,0.824037,0.566536,300,300,100,1), + (19617,176584,1,-7771,-2112,-271,5.073,0,0,0.568838,-0.822449,300,300,100,1), + (19618,176584,0,2082.1,-3726,132.041,5.432,0,0,0.412861,-0.910794,300,300,100,1), + (19619,176584,1,-6811.88,-1785.77,-270.054,-0.261798,0,0,-0.130526,0.991445,300,300,255,1), + (19620,176584,0,2409.06,-5130,82.811,0.987,0,0,0.473711,0.88068,300,300,100,1), + (19621,176584,0,2403.86,-5118,82.129,4.847,0,0,0.657949,-0.753062,300,300,100,1), + (19622,176584,0,2359.14,-4884,79.503,2.023,0,0,0.847629,0.53059,300,300,100,1), + (19623,176584,1,5412.48,-652,351.797,3.967,0,0,0.91604,-0.401087,300,300,100,1), + (19624,176584,0,-7852,-1659,140.048,5.967,0,0,0.157435,-0.987529,300,300,100,1), + (19625,176584,0,-7853,-1680,140.297,0.147,0,0,0.0734338,0.9973,300,300,100,1), + (19626,176584,1,-7752,-1057,-269,5.036,0,0,0.583955,-0.811786,300,300,100,1), + (19627,176584,0,2527.21,-4799,107.967,5.644,0,0,0.31418,-0.949363,300,300,100,1), + (19629,176584,1,2641.49,-5585,109.887,2.768,0,0,0.982604,0.185712,300,300,100,1), + (19630,176584,0,1934.01,-3447,109.343,3.39,0,0,0.992297,-0.123885,300,300,100,1), + (19631,176584,1,6787.27,-1572,482.517,1.439,0,0,0.659009,0.752135,300,300,100,1), + (19632,176584,0,1917.85,-2112,70.437,1.144,0,0,0.541315,0.84082,300,300,100,1), + (19633,176584,0,1712.2,-2141,64.105,3.743,0,0,0.955128,-0.296192,300,300,100,1), + (19634,176584,0,-8130.73,-753.006,134.006,2.77507,0,0,0.983255,0.182237,300,300,255,1), + (19635,176584,1,5219.77,-700,344.065,1.317,0,0,0.611931,0.790911,300,300,100,1), + (19636,176584,0,2390.42,-4222,91.462,3.598,0,0,0.974074,-0.226228,300,300,100,1), + (19637,176584,1,-7622,-1430,-262,6.061,0,0,0.110864,-0.993836,300,300,100,1), + (19638,176584,1,6541.04,-1521,440.769,5.897,0,0,0.191895,-0.981415,300,300,100,1), + (19639,176584,1,-7847,-591,-265,1.719,0,0,0.757516,0.652816,300,300,100,1), + (19640,176584,0,-7951,-2222,125.624,1.363,0,0,0.629959,0.776629,300,300,100,1), + (19641,176584,0,-7956,-2221,125.919,1.359,0,0,0.628404,0.777887,300,300,100,1), + (19642,176584,0,-8136,-2085,131.524,2.251,0,0,0.902483,0.430725,300,300,100,1), + (19643,176584,0,-7954,-2212,125.254,1.34,0,0,0.620986,0.783822,300,300,100,1), + (19644,176584,1,3934.18,-4993.8,137.714,2.68781,0,0,0.97437,0.22495,300,300,255,1), + (19645,176584,1,4082.53,-5254,105.303,0.16,0,0,0.0799147,0.996802,300,300,100,1), + (19646,176584,1,4079.06,-5248,105.735,5.822,0,0,0.228555,-0.973531,300,300,100,1), + (19647,176584,1,-7123,-508,-266,1.272,0,0,0.593982,0.804478,300,300,100,1), + (19648,176584,1,4762.51,-7100,91.305,3.74,0,0,0.955572,-0.294759,300,300,100,1), + (19649,176584,0,1666.15,-2111,62.079,2.526,0,0,0.953004,0.302959,300,300,100,1), + (19650,176584,1,-6449.25,-1354.78,-270.704,-0.209439,0,0,-0.104528,0.994522,300,300,255,1), + (19651,176584,1,6275.59,-1624,473.537,3.946,0,0,0.920201,-0.391447,300,300,100,1), + (19652,176584,0,-7680,-2936,131.458,0.385,0,0,0.191313,0.981529,300,300,100,1), + (19653,176584,0,-7677,-2939,131.584,0.245,0,0,0.122194,0.992506,300,300,100,1), + (19654,176584,1,-7157,-999,-272,5.842,0,0,0.218808,-0.975768,300,300,100,1), + (19655,176584,1,3787.16,-1320,205.477,2.627,0,0,0.967082,0.254467,300,300,100,1), + (19656,176584,1,-6651.68,779.166,11.2308,1.47,0,0,0.670587,0.741831,300,300,100,1), + (19657,176584,1,-7449,-2450,-200,1.78,0,0,0.777145,0.629321,300,300,100,1), + (19658,176584,1,-6953,-999,-271,5.724,0,0,0.275964,-0.961168,300,300,100,1), + (19659,176584,1,2624.13,-4363,127.605,3.766,0,0,0.951659,-0.307157,300,300,100,1), + (19660,176584,1,4846.36,-681,293.944,0.895,0,0,0.432713,0.901532,300,300,100,1), + (19661,176584,1,-6573,-1357,-271.98,2.004,0,0,0.84255,0.538618,300,300,100,1), + (19662,176584,1,4618.12,-5412,108.74,1.989,0,0,0.838487,0.544922,300,300,100,1), + (19663,176586,1,-7149,-1414,-229,0,0,0,0,1,300,300,100,1), + (19664,176586,1,-7194,-310,-224,1.59,0,0,0.713864,0.700285,300,300,100,1), + (19665,176586,1,-6482,-1915,-271,5.491,0,0,0.385816,-0.922576,300,300,100,1), + (19666,176586,0,-7802,-1576,132.796,2.475,0,0,0.944969,0.32716,300,300,100,1), + (19668,176586,0,-7503.81,-750.34,214.666,-0.087266,0,0,-0.0436192,0.999048,300,300,100,1), + (19669,176586,1,-7447,-316,-217,2.26,0,0,0.904412,0.42666,300,300,100,1), + (19670,176586,1,-7725,-2140,-267,3.575,0,0,0.976611,-0.215012,300,300,100,1), + (19671,176586,1,6971.53,-4274,757.603,5.839,0,0,0.220271,-0.975439,300,300,100,1), + (19672,176586,1,-7044,-1347,-261,2.491,0,0,0.947556,0.31959,300,300,100,1), + (19673,176586,1,7234.34,-4367,651.365,1.405,0,0,0.646128,0.763229,300,300,100,1), + (19674,176586,1,7327.6,-4296,704.438,0.329,0,0,0.163759,0.9865,300,300,100,1), + (19675,176586,1,3395.93,-5017,91.537,1.629,0,0,0.727383,0.686232,300,300,100,1), + (19676,176586,1,-7938,-1992,-266,3.708,0,0,0.960165,-0.279433,300,300,100,1), + (19677,176586,1,4023.6,-5146,117.122,0.547,0,0,0.270103,0.962831,300,300,100,1), + (19678,176586,1,4176.83,-5313,113.481,1.954,0,0,0.828823,0.559512,300,300,100,1), + (19679,176586,1,3980.69,-5012,137.134,2.096,0,0,0.866426,0.499305,300,300,100,1), + (19680,176586,1,-8092,-1071,-252,3.097,0,0,0.999751,0.0222945,300,300,100,1), + (19681,176586,1,-6698,-460,-242,-2,0,0,-0.841471,0.540302,300,300,100,1), + (19682,176586,1,-7952,-2038,-246,1.798,0,0,0.782705,0.622393,300,300,100,1), + (19683,176586,1,4622.97,-6576,102.635,1.374,0,0,0.634221,0.773152,300,300,100,1), + (19684,176586,1,4504.46,-6866,134.775,5.21,0,0,0.511211,-0.859456,300,300,100,1), + (19685,176586,1,-7168,-1147,-264,4.992,0,0,0.601672,-0.798743,300,300,100,1), + (19686,176586,0,1613.95,-2441,89.807,-1,0,0,-0.479426,0.877583,300,300,100,1), + (19688,176586,0,-7789,-2577,170.551,4.168,0,0,0.871176,-0.490971,300,300,100,1), + (19689,176586,1,2439.29,-5223,134.032,2.673,0,0,0.972678,0.232159,300,300,100,1), + (19690,176586,1,6348.86,-3603,724.875,2.323,0,0,0.917401,0.397964,300,300,100,1), + (19691,176586,1,4424.21,-7347,89.701,2.075,0,0,0.861136,0.508375,300,300,100,1), + (19692,176586,1,4497.36,-6795,125.098,5.973,0,0,0.154472,-0.987997,300,300,100,1), + (19693,176586,1,4315.12,-7010,130.323,2.679,0,0,0.97337,0.22924,300,300,100,1), + (19694,176586,1,3356.86,-5107,87.101,6.248,0,0,0.0175917,-0.999845,300,300,100,1), + (19695,176586,1,3206.77,-5227,91.241,3.486,0,0,0.98521,-0.171354,300,300,100,1), + (19696,176586,1,3412.88,-5027,89.134,0.786,0,0,0.382961,0.923764,300,300,100,1), + (19697,176586,1,-7445,-2320,-226,0.489,0,0,0.242071,0.970258,300,300,100,1), + (19698,176586,1,-7071,-1243,-262,4.147,0,0,0.876283,-0.481796,300,300,100,1), + (19699,176586,1,-7088,-1188,-248,4.258,0,0,0.848208,-0.529663,300,300,100,1), + (19700,176586,1,2438.66,-5215,139.502,2.727,0,0,0.978591,0.205815,300,300,100,1), + (19701,176586,1,-8010,-830,-241,5.805,0,0,0.236821,-0.971553,300,300,100,1), + (19702,176586,0,2685.68,-4345.66,144.185,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (19703,176586,1,4664.78,-7406,87.527,3.544,0,0,0.979827,-0.199849,300,300,100,1), + (19704,176586,1,4724,-7376,72.973,6.272,0,0,0.00559271,-0.999984,300,300,100,1), + (19705,176586,1,4381.03,-5375,125.238,2.025,0,0,0.848159,0.529742,300,300,100,1), + (19706,176586,1,-6396,-851,-263,5.036,0,0,0.583955,-0.811786,300,300,100,1), + (19707,176586,1,6332.88,-2546,537.629,4.384,0,0,0.813179,-0.582014,300,300,100,1), + (19708,176586,1,2854.45,-5517,129.924,4.491,0,0,0.780892,-0.624666,300,300,100,1), + (19709,176586,1,2762.55,-5265,111.103,1.649,0,0,0.734208,0.678924,300,300,100,1), + (19710,176586,1,-8081,-1127,-269,3.477,0,0,0.985971,-0.166919,300,300,100,1), + (19711,176586,1,6316.29,-2403.2,555.067,1.899,0,0,0.813125,0.58209,300,300,100,1), + (19712,176586,1,-7939,-677,-254,3.742,0,0,0.955276,-0.295715,300,300,100,1), + (19714,176586,0,-7591,-1382,146.608,5.895,0,0,0.192876,-0.981223,300,300,100,1), + (19715,176586,1,-7110.91,-1494.33,-247.364,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (19716,176586,1,6343.07,-3610,728.26,0.402,0,0,0.199649,0.979867,300,300,100,1), + (19717,176586,1,6484.94,-3732,702.149,1.635,0,0,0.729438,0.684047,300,300,100,1), + (19718,176586,1,6423.07,-3701,714.912,3.952,0,0,0.919022,-0.394206,300,300,100,1), + (19719,176586,1,6417.3,-3723,711.351,3.308,0,0,0.996541,-0.0831077,300,300,100,1), + (19720,176586,1,6347.73,-3485,717.085,3.159,0,0,0.999962,-0.00870352,300,300,100,1), + (19721,176586,1,6492.92,-3509,640.294,0.544,0,0,0.268658,0.963235,300,300,100,1), + (19722,176586,1,6347.38,-3475,717.459,3.159,0,0,0.999962,-0.00870352,300,300,100,1), + (19723,176586,0,-7758,-2813,139.289,1.87,0,0,0.804599,0.593818,300,300,100,1), + (19724,176586,1,2490.74,-5386,127.712,3.887,0,0,0.931346,-0.364135,300,300,100,1), + (19725,176586,1,-7069,-1430,-240,4.336,0,0,0.826911,-0.562332,300,300,100,1), + (19726,176586,1,7025.48,-4794,742.085,0.423,0,0,0.209927,0.977717,300,300,100,1), + (19727,176586,1,4303.14,-5716,101.063,4.436,0,0,0.797773,-0.602958,300,300,100,1), + (19728,176586,1,4270.92,-5704,94.901,2.666,0,0,0.971859,0.235562,300,300,100,1), + (19729,176586,1,4506.92,-5629,105.59,5.128,0,0,0.546009,-0.837779,300,300,100,1), + (19730,176586,1,4460.03,-5610,107.043,2.73,0,0,0.978899,0.204347,300,300,100,1), + (19731,176586,1,4585.36,-5817,107.888,5.888,0,0,0.196309,-0.980542,300,300,100,1), + (19732,176586,1,-7297,-1485,-258.123,0.139,0,0,0.0694441,0.997586,300,300,100,1), + (19733,176586,1,-7345,-1445,-265.503,5.539,0,0,0.363566,-0.931569,300,300,100,1), + (19734,176586,1,7254.81,-4071,714.319,1.042,0,0,0.497748,0.867322,300,300,100,1), + (19735,176586,1,6366.95,-5087,757.087,4.024,0,0,0.904238,-0.427028,300,300,100,1), + (19736,176586,1,2972.15,-5070,144.916,1.583,0,0,0.711408,0.702779,300,300,100,1), + (19737,176586,0,-7819,-2650,223.965,-3,0,0,-0.997495,0.0707372,300,300,100,1), + (19738,176586,1,-8175,-1582,-212,5.874,0,0,0.203168,-0.979144,300,300,100,1), + (19739,176586,1,-8198,-1555,-219,4.129,0,0,0.880584,-0.473891,300,300,100,1), + (19740,176586,1,-8125,-1316,-243,3.4,0,0,0.991665,-0.128845,300,300,100,1), + (19741,176586,1,-8157,-1546,-226,4.109,0,0,0.885279,-0.465061,300,300,100,1), + (19742,176586,0,-7590,-1387,159.027,5.895,0,0,0.192876,-0.981223,300,300,100,1), + (19743,176586,1,-7966,-1833,-268,4.748,0,0,0.694405,-0.719584,300,300,100,1), + (19744,176586,1,6614.23,-5123,797.084,4.102,0,0,0.886901,-0.46196,300,300,100,1), + (19745,176586,1,6842.32,-5266,823.023,4.636,0,0,0.733592,-0.67959,300,300,100,1), + (19747,176586,1,-7079,-1199,-248,1.623,0,0,0.725321,0.688411,300,300,100,1), + (19748,176586,1,-7615.53,-2261.98,-243.478,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (19749,176586,1,6880.38,-3332,711.989,5.774,0,0,0.251851,-0.967766,300,300,100,1), + (19750,176586,1,-6911,-371,-244,0.838,0,0,0.406847,0.913496,300,300,100,1), + (19751,176586,1,-8054,-934,-244,0.297,0,0,0.147955,0.988994,300,300,100,1), + (19752,176586,1,6708.93,-5103,739.882,2.96,0,0,0.995881,0.0906716,300,300,100,1), + (19753,176586,1,6752.48,-5264,812.428,3.796,0,0,0.946945,-0.321396,300,300,100,1), + (19754,176586,1,-6447,-2036,-245,1.92,0,0,0.819192,0.57352,300,300,100,1), + (19755,176586,1,7645.89,-3783,693.521,1.45,0,0,0.663135,0.748499,300,300,100,1), + (19756,176586,1,6947.34,-4293,776.792,4.743,0,0,0.696202,-0.717846,300,300,100,1), + (19757,176586,0,-8066,-2619,136.693,2.151,0,0,0.879828,0.475292,300,300,100,1), + (19758,176586,1,-8203,-1632,-188,1.344,0,0,0.622552,0.782578,300,300,100,1), + (19759,176586,1,-6953,-2375,-213,0.34,0,0,0.169182,0.985585,300,300,100,1), + (19760,176586,0,-8210,-2863,138.252,2.624,0,0,0.966699,0.255917,300,300,100,1), + (19761,176586,1,7477.11,-4906,688.77,4.597,0,0,0.746704,-0.665157,300,300,100,1), + (19762,176586,1,-7610,-284,-190,0.776,0,0,0.378338,0.925668,300,300,100,1), + (19763,176586,1,-7641,-316,-190,1.412,0,0,0.648795,0.760963,300,300,100,1), + (19764,176586,1,-7616,-329,-192,1.745,0,0,0.765939,0.642914,300,300,100,1), + (19765,176586,1,-7597,-307,-189,5.474,0,0,0.393644,-0.919263,300,300,100,1), + (19766,176586,1,6824.69,-2992,585.875,6.038,0,0,0.122286,-0.992495,300,300,100,1), + (19767,176586,1,6881.05,-3144,638.363,0.575,0,0,0.283556,0.958956,300,300,100,1), + (19768,176586,1,6851.04,-2522,566.258,5.311,0,0,0.467175,-0.884165,300,300,100,1), + (19769,176586,1,6857.92,-2574,577.221,5.908,0,0,0.186494,-0.982456,300,300,100,1), + (19770,176586,1,6843.59,-2478,561.2,4.942,0,0,0.62145,-0.783453,300,300,100,1), + (19771,176586,1,6864.96,-2483,566.015,5.107,0,0,0.554775,-0.832,300,300,100,1), + (19772,176586,1,6853.99,-2476,562.242,4.954,0,0,0.616739,-0.787168,300,300,100,1), + (19773,176586,1,6739.9,-3998,702.148,5.343,0,0,0.452969,-0.891526,300,300,100,1), + (19774,176586,0,-8367,-2463,140.298,2.34,0,0,0.920751,0.390152,300,300,100,1), + (19775,176586,1,6387.84,-3062,589.948,2.955,0,0,0.995651,0.0931611,300,300,100,1), + (19776,176586,1,6372.37,-3040,601.943,2.382,0,0,0.92874,0.370731,300,300,100,1), + (19777,176586,1,6427.71,-3167,579.494,5.327,0,0,0.460086,-0.887874,300,300,100,1), + (19778,176586,1,4570.23,-5416,102.998,0.93,0,0,0.448423,0.893822,300,300,100,1), + (19779,176586,0,-8054,-2635,140.953,6.273,0,0,0.00509275,-0.999987,300,300,100,1), + (19780,176586,1,7553.73,-5070,740.593,4.079,0,0,0.892155,-0.45173,300,300,100,1), + (19781,176586,1,-6934,-349,-239,2.421,0,0,0.935792,0.352552,300,300,100,1), + (19782,176586,1,-8054,-1734,-244,0.035,0,0,0.0174991,0.999847,300,300,100,1), + (19783,176586,1,-7214,-1451,-232,2.454,0,0,0.941482,0.337064,300,300,100,1), + (19784,176586,1,6884.88,-3716,748.385,0.32,0,0,0.159318,0.987227,300,300,100,1), + (19785,176586,1,-7618,-2310,-201,4.059,0,0,0.896627,-0.442786,300,300,100,1), + (19786,176586,1,4292.04,-6836,93.567,2.659,0,0,0.971029,0.238962,300,300,100,1), + (19787,176586,1,6318.69,-3998,694.404,3.171,0,0,0.999892,-0.0147031,300,300,100,1), + (19788,176586,1,5443.26,-4647,802.966,2.161,0,0,0.882193,0.470887,300,300,100,1), + (19789,176586,1,5379.98,-4844,814.657,4.183,0,0,0.867469,-0.497491,300,300,100,1), + (19790,176586,1,-7697,-2210,-242,0,0,0,0,1,300,300,100,1), + (19791,176586,1,5452.91,-4640,802.786,2.601,0,0,0.963692,0.267017,300,300,100,1), + (19792,176586,1,-6258,-1336,-234,0.541,0,0,0.267213,0.963637,300,300,100,1), + (19793,176586,1,6877.67,-3705,747.954,1.215,0,0,0.570817,0.821078,300,300,100,1), + (19794,176586,1,6311.04,-3985,700.131,2.696,0,0,0.975283,0.220958,300,300,100,1), + (19795,176586,1,6327.32,-4025,696.416,4.29,0,0,0.839625,-0.543166,300,300,100,1), + (19796,176586,1,6316.33,-3991,694.974,3.171,0,0,0.999892,-0.0147031,300,300,100,1), + (19797,176586,1,7258.49,-4074,714.46,1.042,0,0,0.497748,0.867322,300,300,100,1), + (19798,176586,1,7286.29,-3995,704.506,1.388,0,0,0.639617,0.768694,300,300,100,1), + (19799,176586,1,6919.92,-4370,726.82,1.056,0,0,0.503807,0.863816,300,300,100,1), + (19800,176586,1,7339.07,-4296,705.208,1.511,0,0,0.685653,0.727929,300,300,100,1), + (19801,176586,1,7762.69,-4371,702.513,3.62,0,0,0.971527,-0.236929,300,300,100,1), + (19802,176586,1,3183.47,-4962,156.032,1.77,0,0,0.773915,0.63329,300,300,100,1), + (19803,176586,0,-7862,-1385,152.782,6.15,0,0,0.0665434,-0.997784,300,300,100,1), + (19804,176586,1,-7380,-357,-254,2.098,0,0,0.866925,0.498438,300,300,100,1), + (19805,176586,1,7737.6,-4376,699.385,3.93,0,0,0.923303,-0.384073,300,300,100,1), + (19806,176586,0,-8335,-2439,203.651,-2,0,0,-0.841471,0.540302,300,300,100,1), + (19807,176586,1,-6785.28,-2261.36,-243.692,-1.58825,0,0,-0.71325,0.70091,300,300,255,1), + (19808,176586,1,4214.21,-5703,135.957,2.83,0,0,0.987888,0.155167,300,300,100,1), + (19809,176586,1,-7062,-1334,-253,2.499,0,0,0.948827,0.315797,300,300,100,1), + (19810,176586,1,4367.92,-5359,128.033,2.394,0,0,0.930948,0.365152,300,300,100,1), + (19811,176586,1,2480.01,-6295,105.474,3.654,0,0,0.967359,-0.25341,300,300,100,1), + (19812,176586,1,-7944.49,-1863.99,-250.352,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (19813,176586,1,3671.44,-4688,124.917,1.543,0,0,0.697211,0.716866,300,300,100,1), + (19814,176586,0,-7779.91,-2580.89,167.733,4.168,0,0,0.871176,-0.490971,300,300,100,1), + (19815,176586,1,2826.83,-5550,128.94,4.074,0,0,0.893281,-0.449498,300,300,100,1), + (19816,176586,1,-6327.72,-1763.85,-241.506,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (19817,176586,1,-7637,-355,-191,3.914,0,0,0.926346,-0.376674,300,300,100,1), + (19818,176586,0,-7859,-1392,149.998,6.15,0,0,0.0665434,-0.997784,300,300,100,1), + (19819,176586,0,-8286,-1679,160.578,1.705,0,0,0.752928,0.658103,300,300,100,1), + (19820,176586,0,-8357,-1902,182.513,3.596,0,0,0.9743,-0.225254,300,300,100,1), + (19821,176586,0,-8157,-2176,150.521,0.709,0,0,0.347122,0.93782,300,300,100,1), + (19822,176586,1,6394.87,-2565,550.819,4.051,0,0,0.898391,-0.439196,300,300,100,1), + (19823,176586,1,6810.7,-5277,816.267,0.113,0,0,0.0564699,0.998404,300,300,100,1), + (19824,176586,1,6946.87,-4814,703.821,0.093,0,0,0.0464832,0.998919,300,300,100,1), + (19825,176586,1,6968.39,-5214,726.307,0.128,0,0,0.0639563,0.997953,300,300,100,1), + (19826,176586,1,-6337,-916,-244,1.012,0,0,0.484682,0.87469,300,300,100,1), + (19827,176586,1,6950.42,-2005,604.031,-2,0,0,-0.841471,0.540302,300,300,100,1), + (19828,176586,1,-7288.34,-1226.62,-241.659,-1.98967,0,0,-0.838669,0.544641,300,300,255,1), + (19829,176586,1,4238.82,-5316,124.527,0.403,0,0,0.200139,0.979768,300,300,100,1), + (19830,176586,1,4227.97,-5299,124.851,0.899,0,0,0.434515,0.900664,300,300,100,1), + (19831,176586,1,4237.7,-5307,125.055,6.181,0,0,0.0510703,-0.998695,300,300,100,1), + (19832,176586,0,-7561,-1745,213.999,3.352,0,0,0.994471,-0.10501,300,300,100,1), + (19833,176586,1,-6326,-1752,-238,0.609,0,0,0.299816,0.953997,300,300,100,1), + (19834,176586,1,2401.22,-5821,113.884,5.018,0,0,0.591238,-0.806497,300,300,100,1), + (19835,176586,1,2530.82,-6143,109.936,5.43,0,0,0.413771,-0.910381,300,300,100,1), + (19836,176586,1,3823.7,-4892,149.321,5.22,0,0,0.506907,-0.862001,300,300,100,1), + (19837,176586,1,4392.09,-7136,121.635,2.018,0,0,0.8463,0.532707,300,300,100,1), + (19843,176586,1,-6989,-328,-230,2.256,0,0,0.903557,0.428468,300,300,100,1), + (19844,176586,1,6892.98,-3338,721.006,6.273,0,0,0.00509275,-0.999987,300,300,100,1), + (19845,176586,1,6319.99,-2395,556.459,1.899,0,0,0.813125,0.58209,300,300,100,1), + (19846,176586,1,6306.42,-2413,557.185,2.433,0,0,0.937891,0.34693,300,300,100,1), + (19847,176586,1,6880.97,-3295,700.641,5.892,0,0,0.194348,-0.980933,300,300,100,1), + (19848,176586,1,6883.97,-3295,700.773,6.069,0,0,0.106888,-0.994271,300,300,100,1), + (19849,176586,1,6273.1,-4588,705.424,4.919,0,0,0.630419,-0.776255,300,300,100,1), + (19850,176586,1,6292.16,-4723,759.392,1.13,0,0,0.535416,0.844589,300,300,100,1), + (19851,176586,1,6300.67,-4731,759.968,0.933,0,0,0.449763,0.893148,300,300,100,1), + (19852,176586,1,6364.8,-5075,758.7,4.519,0,0,0.772071,-0.635537,300,300,100,1), + (19853,176586,1,5989.77,-4631,718.238,4.051,0,0,0.898391,-0.439196,300,300,100,1), + (19854,176586,1,-7171,-1344,-184,0.112,0,0,0.0559707,0.998432,300,300,100,1), + (19855,176586,1,-7193,-1354,-184,5.04,0,0,0.582331,-0.812952,300,300,100,1), + (19856,176586,1,-6387,-829,-242,3.882,0,0,0.932254,-0.361805,300,300,100,1), + (19857,176586,1,-6384,-821,-241,1.417,0,0,0.650696,0.759339,300,300,100,1), + (19858,176586,1,7496.56,-3923,720.021,2.931,0,0,0.994461,0.105102,300,300,100,1), + (19859,176586,1,5980.49,-4629,720.195,5.363,0,0,0.444031,-0.896011,300,300,100,1), + (19860,176586,1,5718.14,-4481,761.23,5.742,0,0,0.267303,-0.963613,300,300,100,1), + (19861,176586,1,5496.28,-4944,849.913,3.205,0,0,0.999497,-0.0316983,300,300,100,1), + (19862,176586,1,7662.46,-3812,689.077,0.391,0,0,0.194257,0.980951,300,300,100,1), + (19863,176586,1,8152.12,-3705,744.864,3.213,0,0,0.999363,-0.0356961,300,300,100,1), + (19864,176586,1,-8079,-1729,-223,2.757,0,0,0.981568,0.191113,300,300,100,1), + (19865,176586,0,-8148,-699,136.814,2.427,0,0,0.936846,0.349743,300,300,100,1), + (19866,176586,1,-8094,-1130,-265,3.477,0,0,0.985971,-0.166919,300,300,100,1), + (19867,176586,1,7291.62,-3997,702.576,1.294,0,0,0.602795,0.797896,300,300,100,1), + (19868,176586,1,3499.65,-4602,100.319,0.981,0,0,0.471067,0.882097,300,300,100,1), + (19869,176586,1,3500.12,-4605,100.686,0.981,0,0,0.471067,0.882097,300,300,100,1), + (19870,176586,1,7935.38,-4364,723.122,6.133,0,0,0.0750222,-0.997182,300,300,100,1), + (19871,176586,1,-7289,-1262,-250,0.777,0,0,0.378801,0.925478,300,300,100,1), + (19872,176586,1,4746.42,-6256,118.827,0.421,0,0,0.208949,0.977927,300,300,100,1), + (19873,176587,0,1772.87,-1559,60.161,2.519,0,0,0.951937,0.306293,300,300,100,1), + (19874,176587,0,2711.4,-5372,157.896,0.016,0,0,0.00799991,0.999968,300,300,100,1), + (19875,176587,0,1892.19,-3439,108.297,2.526,0,0,0.953004,0.302959,300,300,100,1), + (19876,176587,0,1885.18,-3529,109.564,5.084,0,0,0.564306,-0.825566,300,300,100,1), + (19877,176587,0,2036.91,-3401,108.593,5.292,0,0,0.475553,-0.879687,300,300,100,1), + (19878,176587,1,6138.76,-1895,576.376,2.193,0,0,0.889614,0.456713,300,300,100,1), + (19879,176587,1,6151.94,-1913,573.686,2.292,0,0,0.911123,0.412135,300,300,100,1), + (19880,176587,0,2275.28,-4110,76.796,0.357,0,0,0.177554,0.984111,300,300,100,1), + (19881,176587,0,2402.32,-4097,79.521,5.706,0,0,0.284603,-0.958645,300,300,100,1), + (19882,176587,0,1141.16,-2537,60.941,3.566,0,0,0.977569,-0.210615,300,300,100,1), + (19883,176587,0,1210.67,-2528,72.983,4.442,0,0,0.795961,-0.605349,300,300,100,1), + (19884,176587,0,1206.29,-2537,72.98,4.396,0,0,0.809672,-0.586883,300,300,100,1), + (19885,176587,0,1218.33,-2593,86.41,1.886,0,0,0.809324,0.587363,300,300,100,1), + (19886,176587,0,1223.81,-2592,88.36,1.418,0,0,0.651075,0.759013,300,300,100,1), + (19887,176587,0,1709.83,-2237,58.876,5.168,0,0,0.529145,-0.848531,300,300,100,1), + (19888,176587,1,6504.42,-814,474.935,0.036,0,0,0.017999,0.999838,300,300,100,1), + (19889,176587,0,2675.81,-4264,100.124,0.224,0,0,0.111766,0.993735,300,300,100,1), + (19890,176587,0,2134.07,-2704,77.601,1.461,0,0,0.667242,0.744841,300,300,100,1), + (19891,176587,0,2069.77,-3975,129.482,4.768,0,0,0.687174,-0.726492,300,300,100,1), + (19892,176587,1,4463.98,-910,305.446,5.866,0,0,0.207083,-0.978323,300,300,100,1), + (19893,176587,0,3146.08,-3666,133.92,5.378,0,0,0.437299,-0.899316,300,300,100,1), + (19894,176587,0,3185.25,-3597,146.904,0.322,0,0,0.160305,0.987067,300,300,100,1), + (19895,176587,0,1950.03,-1885,75.175,3.807,0,0,0.945163,-0.3266,300,300,100,1), + (19896,176587,0,2061.74,-3906,129.291,4.796,0,0,0.676937,-0.736041,300,300,100,1), + (19897,176587,0,1716.82,-4897,89.018,2.941,0,0,0.994975,0.100128,300,300,100,1), + (19898,176587,0,2021.92,-2412,62.125,4.731,0,0,0.700496,-0.713656,300,300,100,1), + (19899,176587,0,1439.53,-1884,58.708,1.138,0,0,0.53879,0.84244,300,300,100,1), + (19900,176587,0,1684.71,-4805,86.316,0.238,0,0,0.118719,0.992928,300,300,100,1), + (19901,176587,0,1782.65,-4221.37,88.5097,0.139624,0,0,0.0697553,0.997564,300,300,255,1), + (19902,176587,0,1471.56,-1837,58.586,4.727,0,0,0.701922,-0.712254,300,300,100,1), + (19903,176587,0,1711.91,-2267.45,58.8344,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (19904,176587,0,2455.48,-3753,177.711,5.111,0,0,0.55311,-0.833108,300,300,100,1), + (19905,176587,0,2497.82,-4569,79.115,4.303,0,0,0.836077,-0.548612,300,300,100,1), + (19906,176587,0,2495.72,-3796,177.524,6.072,0,0,0.105397,-0.99443,300,300,100,1), + (19907,176587,1,4467.53,-660,269.565,0.469,0,0,0.232357,0.972631,300,300,100,1), + (19908,176587,1,4492.65,-558,289.415,0.188,0,0,0.0938616,0.995585,300,300,100,1), + (19909,176587,1,4339.04,-704,274.28,5.878,0,0,0.20121,-0.979548,300,300,100,1), + (19910,176587,0,1715.98,-3940,132.188,3.494,0,0,0.984516,-0.175293,300,300,100,1), + (19911,176587,0,1849.23,-2174,66.793,5.694,0,0,0.29035,-0.95692,300,300,100,1), + (19912,176587,0,1212.92,-2541,73.031,4.396,0,0,0.809672,-0.586883,300,300,100,1), + (19913,176587,0,1216.53,-2529,73.407,4.442,0,0,0.795961,-0.605349,300,300,100,1), + (19914,176587,0,1701.48,-2219.41,59.4933,0.837757,0,0,0.406736,0.913546,300,300,255,1), + (19915,176587,0,2793.64,-4069,99.7982,1.61,0,0,0.720831,0.693111,300,300,100,1), + (19916,176587,0,1871.97,-2024,79.619,0.695,0,0,0.340548,0.940227,300,300,100,1), + (19917,176587,1,6423.04,-1623,482.591,0.292,0,0,0.145482,0.989361,300,300,100,1), + (19918,176587,0,3101.71,-4752,96.449,0.901,0,0,0.435416,0.90023,300,300,100,1), + (19919,176587,1,6153.29,-1907,573.129,2.657,0,0,0.97079,0.239932,300,300,100,1), + (19920,176587,0,2155.53,-3221,108.954,1.166,0,0,0.550531,0.834815,300,300,100,1), + (19921,176587,0,2798.18,-4600,92.801,3.113,0,0,0.999898,0.0142959,300,300,100,1), + (19922,176587,0,2891.75,-3801,111.713,1.111,0,0,0.527368,0.849637,300,300,100,1), + (19923,176587,0,3025.38,-4199,94.754,4.326,0,0,0.829713,-0.558191,300,300,100,1), + (19924,176587,0,2751.39,-3406,91.777,3.185,0,0,0.999765,-0.0217019,300,300,100,1), + (19925,176587,0,1505.27,-1854,59.018,4.302,0,0,0.836351,-0.548194,300,300,100,1), + (19926,176587,1,4329.12,-611,266.429,2.223,0,0,0.896365,0.443317,300,300,100,1), + (19927,176587,1,3912.59,-624,337.329,1.616,0,0,0.722907,0.690946,300,300,100,1), + (19928,176587,1,3916.02,-624,337.996,1.135,0,0,0.537526,0.843247,300,300,100,1), + (19929,176587,0,1785.91,-2446.28,61.966,-2.63544,0,0,-0.968147,0.250383,300,300,255,1), + (19930,176587,1,3940.44,-1630,271.835,5.777,0,0,0.250399,-0.968143,300,300,100,1), + (19931,176587,0,2548.72,-4492,79.106,0.662,0,0,0.324989,0.945718,300,300,100,1), + (19932,176587,0,1719.47,-2239,58.744,5.54,0,0,0.3631,-0.93175,300,300,100,1), + (19933,176587,0,1831.95,-1618,58.758,4.809,0,0,0.672138,-0.740426,300,300,100,1), + (19934,176587,0,1832.59,-1623,58.764,4.623,0,0,0.737994,-0.674807,300,300,100,1), + (19935,176587,0,2301.11,-3572,156.924,2.424,0,0,0.93632,0.351147,300,300,100,1), + (19936,176587,0,3027.74,-4200,95.344,2.503,0,0,0.949457,0.313899,300,300,100,1), + (19937,176587,0,3127.2,-3990,107.658,5.617,0,0,0.326967,-0.945036,300,300,100,1), + (19938,176587,0,2769.84,-4221,90.26,6.28,0,0,0.00159255,-0.999999,300,300,100,1), + (19939,176587,0,2626.17,-4908,81.2816,5.429,0,0,0.414226,-0.910174,300,300,100,1), + (19940,176587,0,2479.3,-1629,105.375,2.88,0,0,0.991458,0.130424,300,300,100,1), + (19941,176587,0,1451.44,-1935,59.361,2.565,0,0,0.95873,0.284319,300,300,100,1), + (19942,176587,0,1083.88,-2534,59.602,0.235,0,0,0.11723,0.993105,300,300,100,1), + (19943,176587,0,2963.64,-2821,107.31,4.922,0,0,0.629254,-0.7772,300,300,100,1), + (19944,176587,0,2496.98,-1634,106.801,4.137,0,0,0.878681,-0.477409,300,300,100,1), + (19945,176587,1,3962.82,-907,266.969,1.859,0,0,0.801321,0.598235,300,300,100,1), + (19946,176587,0,1464.66,-1813,58.686,4.185,0,0,0.866971,-0.498358,300,300,100,1), + (19947,176587,0,1675.05,-2245,58.8,5.613,0,0,0.328857,-0.94438,300,300,100,1), + (19948,176587,0,1636.87,-2151,63.029,1.274,0,0,0.594786,0.803884,300,300,100,1), + (19949,176587,0,1892.99,-3260,117.54,0.354,0,0,0.176077,0.984376,300,300,100,1), + (19950,176587,1,4048.31,-1210,280.663,0.721,0,0,0.352742,0.935721,300,300,100,1), + (19951,176587,1,4051.57,-1212,281.044,1.604,0,0,0.718748,0.695271,300,300,100,1), + (19952,176587,0,3394.1,-4950,163.296,5.125,0,0,0.547265,-0.83696,300,300,100,1), + (19953,176587,0,2166.9,-4328,75.174,0.899,0,0,0.434515,0.900664,300,300,100,1), + (19954,176587,0,2045.94,-4671,82.786,0.137,0,0,0.0684464,0.997655,300,300,100,1), + (19955,176587,0,2004.13,-4697,92.69,4.675,0,0,0.720201,-0.693765,300,300,100,1), + (19956,176587,0,2088.39,-1630,62.348,3.225,0,0,0.999131,-0.0416915,300,300,100,1), + (19957,176587,0,2792.07,-3959,101.737,0.951,0,0,0.457783,0.889064,300,300,100,1), + (19958,176587,0,2833.72,-4599,90.298,2.337,0,0,0.920164,0.391532,300,300,100,1), + (19959,176587,1,6411.59,-1405,377.339,1.082,0,0,0.514993,0.857194,300,300,100,1), + (19960,176587,0,1746.54,-3016,78.105,5.722,0,0,0.276925,-0.960891,300,300,100,1), + (19961,176587,1,6157.37,-1915,572.662,2.292,0,0,0.911123,0.412135,300,300,100,1), + (19962,176587,1,5710.74,-703,377.083,4.4,0,0,0.808496,-0.588501,300,300,100,1), + (19963,176587,0,1838.23,-3839,133.121,3.673,0,0,0.964908,-0.262588,300,300,100,1), + (19964,176587,1,5553.3,-919.271,377.671,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (19965,176587,1,6588.43,-1447,454.752,4.185,0,0,0.866971,-0.498358,300,300,100,1), + (19966,176587,0,2276,-4284,76.551,0.975,0,0,0.468419,0.883507,300,300,100,1), + (19967,176587,0,2222.15,-4128,81.766,4.56,0,0,0.758881,-0.65123,300,300,100,1), + (19968,176587,0,2228.63,-4086,77.78,0.253,0,0,0.126163,0.99201,300,300,100,1), + (19969,176587,0,1894.7,-1593,59.078,0.97,0,0,0.466208,0.884675,300,300,100,1), + (19970,176587,0,3089.31,-3554,133.51,4.428,0,0,0.800178,-0.599762,300,300,100,1), + (19971,176587,0,3309.15,-4865,166.852,1.273,0,0,0.594384,0.804181,300,300,100,1), + (19972,176587,0,3306.68,-4868,166.361,4.1,0,0,0.887362,-0.461073,300,300,100,1), + (19973,176587,0,3306.55,-4864,166.41,1.76,0,0,0.770739,0.637151,300,300,100,1), + (19974,176587,1,6315.11,-1522,439.557,5.556,0,0,0.355634,-0.934625,300,300,100,1), + (19975,176587,0,2368.39,-1456.07,102.191,0.157079,0,0,0.0784588,0.996917,300,300,100,1), + (19976,176587,0,3153.13,-4333,133.946,5.097,0,0,0.558928,-0.829216,300,300,100,1), + (19977,176587,0,2679.34,-5373,156.926,4.845,0,0,0.658702,-0.752404,300,300,100,1), + (19978,176587,0,2215.04,-4682,73.611,2.626,0,0,0.966954,0.25495,300,300,100,1), + (19979,176587,0,2153.88,-2437,59.86,0.635,0,0,0.312192,0.950019,300,300,100,1), + (19980,176587,0,1810.51,-1249.53,60.7759,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (19981,176587,0,3397.88,-4951,163.693,5.763,0,0,0.25717,-0.966366,300,300,100,1), + (19982,176587,0,1957.18,-5037,77.5668,0.246,0,0,0.12269,0.992445,300,300,100,1), + (19983,176587,1,5659.46,-1083,381.698,5.265,0,0,0.487385,-0.873187,300,300,100,1), + (19984,176587,1,6321.38,-1578,450.829,4.824,0,0,0.666566,-0.745446,300,300,100,1), + (19985,176587,1,4956.9,-573,326.273,1.514,0,0,0.686744,0.7269,300,300,100,1), + (19986,176587,0,2290.79,-3563,154.691,2.433,0,0,0.937891,0.34693,300,300,100,1), + (19987,176587,0,2283.99,-3557,153.091,1.638,0,0,0.730463,0.682952,300,300,100,1), + (19988,176587,0,2514.53,-3800,177.666,4.833,0,0,0.663205,-0.748438,300,300,100,1), + (19989,176587,0,2975.76,-4996,107.803,3.396,0,0,0.991921,-0.126861,300,300,100,1), + (19990,176587,0,2981.06,-5062,119.306,4.737,0,0,0.698352,-0.715754,300,300,100,1), + (19991,176587,0,2850.42,-4733,81.819,2.386,0,0,0.92948,0.368873,300,300,100,1), + (19992,176587,0,1438.35,-1862,58.717,0.384,0,0,0.190823,0.981625,300,300,100,1), + (19993,176587,0,1736.51,-4806,84.391,1.14,0,0,0.539632,0.841901,300,300,100,1), + (19994,176587,0,1774.96,-1557,59.895,4.018,0,0,0.905515,-0.424314,300,300,100,1), + (19995,176587,1,3746.32,-1545,206.113,5.634,0,0,0.318923,-0.947781,300,300,100,1), + (19996,176587,0,2840.09,-3176,116.598,0.729,0,0,0.356482,0.934302,300,300,100,1), + (19997,176587,1,3670.02,-1032,222.305,5.753,0,0,0.261999,-0.965068,300,300,100,1), + (19998,176587,1,3666.55,-1030,222.146,6.105,0,0,0.0889748,-0.996034,300,300,100,1), + (19999,176587,0,1945.14,-1952,77.024,4.843,0,0,0.659454,-0.751745,300,300,100,1), + (20000,176587,0,2098.38,-1716,60.328,3.942,0,0,0.920982,-0.389606,300,300,100,1), + (20001,176587,0,2331.21,-1590,106.769,4.723,0,0,0.703345,-0.710848,300,300,100,1), + (20002,176587,0,2225.87,-1530,74.794,1.887,0,0,0.809617,0.586958,300,300,100,1), + (20003,176587,0,1829.11,-5087,79.6198,4.229,0,0,0.855799,-0.517309,300,300,100,1), + (20004,176587,0,3144.45,-3269,156.355,3.946,0,0,0.920201,-0.391447,300,300,100,1), + (20005,176587,1,4432.37,-936,307.239,5.37,0,0,0.440892,-0.89756,300,300,100,1), + (20006,176587,1,5875.82,-1259,405.38,5.657,0,0,0.308002,-0.951386,300,300,100,1), + (20007,176587,1,6029.97,-1150,379.097,0.58,0,0,0.285952,0.958244,300,300,100,1), + (20008,176587,1,6207.91,-1625,479.712,0.512,0,0,0.253213,0.967411,300,300,100,1), + (20009,176587,1,6267.41,-1608,468,6.244,0,0,0.0195914,-0.999808,300,300,100,1), + (20010,176587,0,1807.36,-1560,59.255,5.636,0,0,0.317975,-0.948099,300,300,100,1), + (20011,176587,0,1750.96,-1142,60.497,5.561,0,0,0.353297,-0.935511,300,300,100,1), + (20012,176587,0,1790.63,-1155,60.461,1.564,0,0,0.7047,0.709506,300,300,100,1), + (20013,176587,0,1642.27,-3432,136.797,1.659,0,0,0.737594,0.675245,300,300,100,1), + (20014,176587,0,1830.77,-1563,59.354,4.493,0,0,0.780267,-0.625447,300,300,100,1), + (20015,176587,0,1851.87,-1505,58.949,6.092,0,0,0.0954471,-0.995435,300,300,100,1), + (20016,176587,0,1896.55,-1591,59.116,0.866,0,0,0.419596,0.907711,300,300,100,1), + (20017,176587,0,1828.47,-1573,59.361,4.493,0,0,0.780267,-0.625447,300,300,100,1), + (20018,176587,0,1776.86,-1555,59.783,4.018,0,0,0.905515,-0.424314,300,300,100,1), + (20019,176587,1,3982.04,-1450,257.995,0.48,0,0,0.237703,0.971338,300,300,100,1), + (20020,176587,1,3982.57,-1447,258.314,6.211,0,0,0.0360848,-0.999349,300,300,100,1), + (20021,176587,1,3948.66,-1436,237.703,6.108,0,0,0.0874808,-0.996166,300,300,100,1), + (20022,176587,1,5690.58,-730,376.676,1.467,0,0,0.669474,0.742836,300,300,100,1), + (20023,176587,1,5541.8,-752,342.047,1.452,0,0,0.663884,0.747836,300,300,100,1), + (20024,176587,1,5542.14,-749,341.782,1.452,0,0,0.663884,0.747836,300,300,100,1), + (20025,176587,0,1227.37,-2611,88.043,4.405,0,0,0.807023,-0.590521,300,300,100,1), + (20026,176587,0,2806.89,-4928,99.1707,0.71,0,0,0.34759,0.937647,300,300,100,1), + (20027,176587,0,1780.69,-2470,62.655,5.425,0,0,0.416046,-0.909344,300,300,100,1), + (20028,176587,0,1146.68,-2533,61.072,3.566,0,0,0.977569,-0.210615,300,300,100,1), + (20029,176587,0,1572.97,-4612,84.7745,0.333,0,0,0.165732,0.986171,300,300,100,1), + (20031,176587,0,3113.36,-3062,133.206,0.437,0,0,0.216766,0.976224,300,300,100,1), + (20032,176587,0,2610.52,-4381,80.126,2.025,0,0,0.848159,0.529742,300,300,100,1), + (20033,176587,0,2929.8,-4792,96.398,2.792,0,0,0.984762,0.173908,300,300,100,1), + (20034,176587,0,2990.94,-4633,93.585,2.292,0,0,0.911123,0.412135,300,300,100,1), + (20035,176587,0,2830.1,-3547,104.987,1.61,0,0,0.720831,0.693111,300,300,100,1), + (20036,176587,1,4525.57,-739,259.263,0.831,0,0,0.403647,0.914915,300,300,100,1), + (20037,176587,1,4905.11,-802,300.03,5.614,0,0,0.328385,-0.944544,300,300,100,1), + (20038,176587,1,4630.56,-681,260.571,4.294,0,0,0.838537,-0.544845,300,300,100,1), + (20039,176587,1,4618.79,-852,309.878,4.48,0,0,0.784316,-0.620362,300,300,100,1), + (20040,176587,1,5239.53,-782,345.388,4.979,0,0,0.606851,-0.794816,300,300,100,1), + (20042,176587,0,3295.15,-4412,108.612,5.084,0,0,0.564306,-0.825566,300,300,100,1), + (20043,176587,0,1774.09,-2863,69.7042,1.684,0,0,0.745977,0.665972,300,300,100,1), + (20044,176587,0,2664.03,-5553,160.019,1.756,0,0,0.769463,0.638691,300,300,100,1), + (20045,176587,0,3118.38,-3786,129.899,1.731,0,0,0.761419,0.64826,300,300,100,1), + (20046,176587,0,2729.51,-5498,162.069,3.977,0,0,0.914023,-0.405663,300,300,100,1), + (20047,176587,0,2062.81,-2492,61.565,4.942,0,0,0.62145,-0.783453,300,300,100,1), + (20048,176587,1,5503.86,-847,357.777,5.505,0,0,0.379349,-0.925254,300,300,100,1), + (20049,176587,1,5532.27,-917,376.721,1.849,0,0,0.79832,0.602234,300,300,100,1), + (20050,176587,1,5417.26,-910,368.889,4.409,0,0,0.80584,-0.592133,300,300,100,1), + (20051,176587,0,1738.54,-1251,60.691,5.246,0,0,0.495658,-0.868518,300,300,100,1), + (20052,176587,1,6099.75,-1627,485.85,5.72,0,0,0.277886,-0.960614,300,300,100,1), + (20053,176587,1,3829.07,-816,294.242,5.271,0,0,0.484763,-0.874645,300,300,100,1), + (20054,176587,0,2411.55,-4417,74.548,0.425,0,0,0.210904,0.977507,300,300,100,1), + (20055,176587,0,2492.78,-4269,74.318,4.379,0,0,0.814631,-0.57998,300,300,100,1), + (20056,176587,0,1972.26,-4055,89.087,1.28,0,0,0.597195,0.802096,300,300,100,1), + (20057,176587,0,2259.37,-4485,106.204,3.157,0,0,0.99997,-0.00770363,300,300,100,1), + (20058,176587,0,1753.11,-4237,84.617,4.812,0,0,0.671027,-0.741433,300,300,100,1), + (20059,176587,0,1796.65,-4172,89.209,1.827,0,0,0.791647,0.610979,300,300,100,1), + (20060,176587,0,1748.36,-4189,86.073,3.348,0,0,0.994679,-0.103021,300,300,100,1), + (20061,176587,1,6303.96,-875,407.494,2.284,0,0,0.909467,0.415776,300,300,100,1), + (20062,176587,0,2057.21,-3654,136.238,6.212,0,0,0.0355852,-0.999367,300,300,100,1), + (20063,176587,0,1984.67,-3654,120.145,6.138,0,0,0.0725289,-0.997366,300,300,100,1), + (20064,176587,0,2687.92,-4089,91.02,5.076,0,0,0.567604,-0.823302,300,300,100,1), + (20065,176587,1,6263.36,-1101,371.974,1.051,0,0,0.501646,0.865073,300,300,100,1), + (20066,176587,1,4204.94,-1031.77,293.272,-1.46608,0,0,-0.669132,0.743144,300,300,255,1), + (20067,176587,1,6681.07,-1562,473.654,4.069,0,0,0.894402,-0.447264,300,300,100,1), + (20068,176587,1,6685.3,-1335,471.457,1.559,0,0,0.702924,0.711265,300,300,100,1), + (20069,176587,0,1793.86,-1526,59.453,-1,0,0,-0.479426,0.877583,300,300,100,1), + (20070,176587,0,1639.2,-2288,58.814,0.346,0,0,0.172138,0.985073,300,300,100,1), + (20071,176587,0,1615.13,-2273,59.841,4.113,0,0,0.884347,-0.466831,300,300,100,1), + (20072,176587,0,2164.29,-2721,76.308,4.099,0,0,0.887593,-0.460629,300,300,100,1), + (20073,176587,0,1892.44,-1767,62.372,3.525,0,0,0.981681,-0.190532,300,300,100,1), + (20074,176587,0,2132.27,-2819,83.862,4.865,0,0,0.651146,-0.758953,300,300,100,1), + (20075,176587,0,2022.58,-3315,107.021,4.53,0,0,0.768563,-0.639774,300,300,100,1), + (20076,176587,1,3667.74,-1439.07,182.799,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (20077,176587,0,1745.48,-4336,76.866,1.893,0,0,0.811375,0.584526,300,300,100,1), + (20078,176587,1,3816.85,-1152,239.319,2.461,0,0,0.942656,0.333766,300,300,100,1), + (20079,176587,0,2109.11,-2822,80.651,3.092,0,0,0.999693,0.0247938,300,300,100,1), + (20080,176587,0,2128.15,-2867,82.74,2.938,0,0,0.994823,0.101621,300,300,100,1), + (20081,176587,0,1702.29,-2355,60.418,1.992,0,0,0.839303,0.543664,300,300,100,1), + (20082,176587,0,1925.24,-3836,131.738,4.681,0,0,0.718117,-0.695923,300,300,100,1), + (20083,176587,0,1779.01,-1188,59.544,-2,0,0,-0.841471,0.540302,300,300,100,1), + (20084,176587,0,2809.52,-3670,104.671,4.459,0,0,0.790786,-0.612092,300,300,100,1), + (20085,176587,0,2891.95,-3795,111.639,1.679,0,0,0.744309,0.667835,300,300,100,1), + (20086,176587,0,3252.66,-4408,108.984,3.111,0,0,0.999883,0.0152957,300,300,100,1), + (20087,176587,0,1587.5,-3069,79.2,0.117,0,0,0.0584666,0.998289,300,300,100,1), + (20088,176587,0,3169.88,-4329,133.426,4.974,0,0,0.608836,-0.793296,300,300,100,1), + (20089,176587,0,2023.39,-2338,60.713,5.648,0,0,0.312281,-0.94999,300,300,100,1), + (20090,176587,1,6183.08,-1160,370.338,6.243,0,0,0.0200913,-0.999798,300,300,100,1), + (20091,176587,0,1619.37,-2132,60.009,1.588,0,0,0.713163,0.700998,300,300,100,1), + (20092,176587,0,2352.38,-4991,71.878,0.925,0,0,0.446187,0.89494,300,300,100,1), + (20093,176587,0,2052.15,-5148.68,81.0545,0.837757,0,0,0.406736,0.913546,300,300,255,1), + (20094,176587,0,3178.31,-3132,154.253,2.365,0,0,0.925555,0.378612,300,300,100,1), + (20095,176587,1,5641.26,-687,341.952,3.822,0,0,0.942687,-0.333679,300,300,100,1), + (20096,176587,0,1689.2,-1149,60.282,2.943,0,0,0.995074,0.0991332,300,300,100,1), + (20097,176587,0,2729.52,-4686,77.912,4.42,0,0,0.802571,-0.596557,300,300,100,1), + (20098,176587,1,6835.98,-1822,561.877,1.443,0,0,0.660512,0.750816,300,300,100,1), + (20099,176587,0,2752.12,-5372,156.951,0.016,0,0,0.00799991,0.999968,300,300,100,1), + (20100,176587,0,2807.11,-5457,159.276,5.872,0,0,0.204147,-0.97894,300,300,100,1), + (20101,176587,0,1595.67,-4603,77.7036,1.393,0,0,0.641537,0.767092,300,300,100,1), + (20102,176587,0,1589.56,-4623,80.5068,1.448,0,0,0.662387,0.749162,300,300,100,1), + (20103,176587,0,1786.58,-2335,61.412,0.743,0,0,0.363014,0.931784,300,300,100,1), + (20104,176587,0,1928.95,-1570.68,60.4229,-1.43117,0,0,-0.656059,0.75471,300,300,100,1), + (20105,176587,0,1628.69,-3236,83.344,1.81,0,0,0.786425,0.617686,300,300,100,1), + (20106,176587,1,6262.75,-1609,467.688,6.244,0,0,0.0195914,-0.999808,300,300,100,1), + (20107,176587,1,6420.61,-1625,482.44,0.292,0,0,0.145482,0.989361,300,300,100,1), + (20108,176587,0,1235.95,-2544,91.925,-1,0,0,-0.479426,0.877583,300,300,100,1), + (20109,176587,0,1515.13,-1859,59.651,5.605,0,0,0.332632,-0.943057,300,300,100,1), + (20110,176587,0,2937.21,-4304,91.459,5.517,0,0,0.373791,-0.927513,300,300,100,1), + (20111,176587,0,3192.63,-4567,109.122,4.389,0,0,0.811721,-0.584045,300,300,100,1), + (20112,176587,0,2447.6,-3639,178.656,5.073,0,0,0.568838,-0.822449,300,300,100,1), + (20113,176587,0,2449.09,-3634,178.567,1.249,0,0,0.584692,0.811256,300,300,100,1), + (20114,176587,0,2445.49,-3636,178.681,5.387,0,0,0.433247,-0.901275,300,300,100,1), + (20115,176587,0,2397.79,-3629,180.768,6.043,0,0,0.119804,-0.992798,300,300,100,1), + (20116,176587,0,2413.13,-3681,179.372,5.141,0,0,0.540552,-0.841311,300,300,100,1), + (20117,176587,1,6425.34,-1333,377.16,1.757,0,0,0.769782,0.638307,300,300,100,1), + (20118,176587,0,2642.11,-4100,83.732,3.373,0,0,0.993314,-0.115446,300,300,100,1), + (20119,176587,0,1466.67,-1811,58.902,1.064,0,0,0.507258,0.861794,300,300,100,1), + (20120,176587,0,1441.36,-1881,58.764,1.242,0,0,0.581849,0.813297,300,300,100,1), + (20121,176587,0,1744.53,-4333,76.512,1.893,0,0,0.811375,0.584526,300,300,100,1), + (20122,176587,0,2719.06,-4868.81,88.9132,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (20123,176587,0,1992.25,-2986,74.628,0.516,0,0,0.255147,0.966902,300,300,100,1), + (20124,176587,0,3185.24,-3594,146.069,1.364,0,0,0.630347,0.776314,300,300,100,1), + (20125,176587,0,3022.86,-4054,99.3934,3.373,0,0,0.993314,-0.115446,300,300,100,1), + (20126,176587,0,2820.08,-4228,92.7629,6.13,0,0,0.0765177,-0.997068,300,300,100,1), + (20127,176587,0,2240.39,-5263,75.11,2.286,0,0,0.909882,0.414867,300,300,100,1), + (20128,176587,0,1123.23,-2578.06,61.0618,1.309,0,0,0.608763,0.793352,300,300,255,1), + (20129,176587,0,2808.81,-5460,159.028,5.306,0,0,0.469384,-0.882994,300,300,100,1), + (20130,176587,0,2737.51,-5489,162.065,0.415,0,0,0.206014,0.978549,300,300,100,1), + (20131,176587,1,4124.58,-690,285.186,0.742,0,0,0.362548,0.931965,300,300,100,1), + (20132,176587,0,2858.61,-3016,102.331,4.919,0,0,0.630419,-0.776255,300,300,100,1), + (20133,176587,0,2840.86,-3167,116.221,6.274,0,0,0.00459255,-0.999989,300,300,100,1), + (20134,176588,1,7094.93,-4181,704.669,2.236,0,0,0.899227,0.437482,300,300,100,1), + (20135,176588,1,5116.16,-4676,848.112,5.9,0,0,0.190423,-0.981702,300,300,100,1), + (20136,176588,1,6544.12,-4130,665.434,5.076,0,0,0.567604,-0.823302,300,300,100,1), + (20137,176588,1,6438.8,-4198,665.918,4.989,0,0,0.602869,-0.79784,300,300,100,1), + (20138,176588,1,5962.25,-4584,713.017,1.278,0,0,0.596393,0.802693,300,300,100,1), + (20139,176588,1,6944.55,-4295,778.394,6.042,0,0,0.120301,-0.992738,300,300,100,1), + (20140,176588,1,6714.67,-4873,775.038,3.053,0,0,0.999019,0.0442819,300,300,100,1), + (20141,176588,1,5963.61,-4574,711.33,0.407,0,0,0.202098,0.979365,300,300,100,1), + (20142,176588,1,5045.34,-4624,851.751,2.649,0,0,0.969822,0.243814,300,300,100,1), + (20143,176588,1,6787.88,-3352,671.624,1.404,0,0,0.645746,0.763552,300,300,100,1), + (20144,176588,1,6093.52,-4347,725.881,0.085,0,0,0.0424872,0.999097,300,300,100,1), + (20145,176588,1,6776.48,-3373,671.46,3.662,0,0,0.966338,-0.257277,300,300,100,1), + (20146,176588,1,6469.86,-4299,665.149,1.796,0,0,0.782082,0.623175,300,300,100,1), + (20147,176588,1,5878.4,-4628,741.804,3.022,0,0,0.998213,0.0597607,300,300,100,1), + (20148,176588,1,5605.76,-4777,778.892,5.182,0,0,0.523192,-0.852215,300,300,100,1), + (20149,176588,1,7102.39,-4184,704.635,6.191,0,0,0.0460763,-0.998938,300,300,100,1), + (20150,176588,1,6020.43,-4466,700.89,1.263,0,0,0.590356,0.807143,300,300,100,1), + (20151,176588,1,6538.68,-4139,665.06,4.392,0,0,0.810844,-0.585263,300,300,100,1), + (20152,176588,1,6825.58,-3676,738.624,0.838,0,0,0.406847,0.913496,300,300,100,1), + (20153,176588,1,6262.02,-4934,742.375,6.148,0,0,0.0675413,-0.997716,300,300,100,1), + (20154,176588,1,6274.73,-4930,744.929,5.735,0,0,0.270674,-0.962671,300,300,100,1), + (20155,176588,1,6786.53,-3369,668.523,4.726,0,0,0.702278,-0.711903,300,300,100,1), + (20156,176588,1,6643.78,-4853,715.497,3.898,0,0,0.929329,-0.369252,300,300,100,1), + (20157,176588,1,6550.27,-2873,590.632,2.637,0,0,0.968342,0.249628,300,300,100,1), + (20158,176588,1,6086.33,-4934,749.011,3.741,0,0,0.955424,-0.295237,300,300,100,1), + (20159,176588,1,6585.22,-3874,663.893,0.968,0,0,0.465323,0.885141,300,300,100,1), + (20160,176588,1,6156.77,-4913,743.567,2.374,0,0,0.92725,0.374443,300,300,100,1), + (20161,176588,1,6240.05,-4937,737.015,4.628,0,0,0.736305,-0.67665,300,300,100,1), + (20162,176588,1,6024.1,-4497,701.799,6.211,0,0,0.0360848,-0.999349,300,300,100,1), + (20163,176588,1,5299.48,-4640,692.266,0.515,0,0,0.254664,0.96703,300,300,100,1), + (20164,176588,1,5780.98,-4570,764.916,4.663,0,0,0.724351,-0.689431,300,300,100,1), + (20165,176588,1,5088.85,-4576,848.109,0.226,0,0,0.11276,0.993622,300,300,100,1), + (20166,176588,1,7126.39,-4180,705.517,6.116,0,0,0.0834952,-0.996508,300,300,100,1), + (20167,176588,1,5064.32,-4635,849.87,4.51,0,0,0.774923,-0.632056,300,300,100,1), + (20168,176588,1,6664.04,-2431,544.914,2.087,0,0,0.864171,0.503199,300,300,100,1), + (20169,176588,1,5305.57,-4691,693.02,2.49,0,0,0.947396,0.320063,300,300,100,1), + (20170,176588,1,6788.78,-3391,670.608,5.979,0,0,0.151507,-0.988456,300,300,100,1), + (20171,176588,1,6163.84,-4906,745.836,1.699,0,0,0.75095,0.660359,300,300,100,1), + (20172,176588,1,5998.85,-4568,704.819,5.673,0,0,0.300382,-0.953819,300,300,100,1), + (20173,176588,1,5780.78,-4558,766.349,6.191,0,0,0.0460763,-0.998938,300,300,100,1), + (20174,176588,1,7696,-4542,651.503,0.209,0,0,0.10431,0.994545,300,300,100,1), + (20175,176588,1,6033.07,-4489,703.281,0.764,0,0,0.372777,0.927921,300,300,100,1), + (20176,176588,1,6243.91,-4938,737.378,6.199,0,0,0.0420803,-0.999114,300,300,100,1), + (20177,176588,1,5617.1,-4749,778.609,5.688,0,0,0.293219,-0.956045,300,300,100,1), + (20178,176588,1,5633.93,-4515,763.271,6.061,0,0,0.110864,-0.993836,300,300,100,1), + (20179,176588,1,5940.87,-4647,722.914,5.924,0,0,0.178629,-0.983917,300,300,100,1), + (20180,176588,1,5282.64,-4866,691.563,3.254,0,0,0.998421,-0.0561741,300,300,100,1), + (20181,176588,1,5814.68,-4814,774.413,2.166,0,0,0.883368,0.46868,300,300,100,1), + (20182,176588,1,5763.04,-4701,779.568,0.587,0,0,0.289304,0.957237,300,300,100,1), + (20183,176588,1,5128.56,-4534,841.027,1.428,0,0,0.654862,0.755749,300,300,100,1), + (20184,176588,1,6569.1,-2868,594.172,4.471,0,0,0.7871,-0.616826,300,300,100,1), + (20185,176588,1,6431.39,-4173,667.215,3.784,0,0,0.948856,-0.315709,300,300,100,1), + (20186,176588,1,6715.93,-3437,668.005,2.107,0,0,0.869159,0.494532,300,300,100,1), + (20187,176588,1,6796.09,-3661,733.294,0.033,0,0,0.0164993,0.999864,300,300,100,1), + (20188,176588,1,6818.51,-3630,730.302,0.057,0,0,0.0284961,0.999594,300,300,100,1), + (20189,176588,1,6753.85,-3414,681.05,3.057,0,0,0.999106,0.0422838,300,300,100,1), + (20190,176588,1,6723.32,-3488,679.167,5.142,0,0,0.540131,-0.841581,300,300,100,1), + (20191,176588,1,5589.41,-4611,775.031,2.853,0,0,0.989607,0.143796,300,300,100,1), + (20192,176588,1,5584.24,-4615,775.503,3.222,0,0,0.999192,-0.0401928,300,300,100,1), + (20193,176588,1,5073.1,-4676,847.443,4.487,0,0,0.78214,-0.623103,300,300,100,1), + (20194,176588,1,5610.03,-4773,779.171,4.326,0,0,0.829713,-0.558191,300,300,100,1), + (20195,176588,1,6878.13,-4446.98,741.202,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (20196,176588,1,5068.85,-4621,848.989,3.532,0,0,0.981008,-0.193966,300,300,100,1), + (20197,176588,1,6212.08,-4465,674.115,4.726,0,0,0.702278,-0.711903,300,300,100,1), + (20198,176588,1,5255.02,-4737,692.804,5.545,0,0,0.360769,-0.932655,300,300,100,1), + (20199,176588,1,6432.5,-3047,576.718,-1,0,0,-0.479426,0.877583,300,300,100,1), + (20200,176588,1,5620.61,-4740,778.313,6.226,0,0,0.0285888,-0.999591,300,300,100,1), + (20201,176588,1,5301.89,-4805,693.505,2.052,0,0,0.855233,0.518244,300,300,100,1), + (20202,176588,1,5103.47,-4578,845.396,1.357,0,0,0.627626,0.778515,300,300,100,1), + (20203,176588,1,5958.94,-4433,714.688,3.375,0,0,0.993198,-0.116439,300,300,100,1), + (20204,176588,1,6414.88,-4250,668.755,2.115,0,0,0.871131,0.491051,300,300,100,1), + (20205,176588,1,6632.38,-2351,574.982,1.581,0,0,0.710705,0.70349,300,300,100,1), + (20206,176588,1,6658.61,-2436,545.579,2.162,0,0,0.882429,0.470446,300,300,100,1), + (20207,176588,1,6401.97,-2494,544.204,2.77,0,0,0.982789,0.184729,300,300,100,1), + (20208,176588,1,5632.79,-4649,776.664,4.2,0,0,0.863209,-0.504846,300,300,100,1), + (20209,176588,1,5647.92,-4648,775.463,2.987,0,0,0.997014,0.0772194,300,300,100,1), + (20210,176588,1,5580.27,-4571,776.069,2.331,0,0,0.918986,0.394291,300,300,100,1), + (20211,176588,1,6086.91,-4304,725.615,3.678,0,0,0.964248,-0.265,300,300,100,1), + (20212,176588,1,6014.47,-4363,717.392,6.124,0,0,0.0795086,-0.996834,300,300,100,1), + (20213,176588,1,7106.25,-4189,704.943,5.822,0,0,0.228555,-0.973531,300,300,100,1), + (20214,176588,1,5451.11,-4682,781.594,5.877,0,0,0.201699,-0.979447,300,300,100,1), + (20215,176588,1,6241.95,-4310,731.028,0.041,0,0,0.0204986,0.99979,300,300,100,1), + (20216,176588,1,6491.84,-3882,659.805,2.456,0,0,0.941818,0.336122,300,300,100,1), + (20217,176588,1,6615.65,-4357,708.451,0.226,0,0,0.11276,0.993622,300,300,100,1), + (20218,176588,1,6465.4,-4330,664.89,4.31,0,0,0.834152,-0.551535,300,300,100,1), + (20219,176588,1,5582.69,-4563,776.05,3.493,0,0,0.984604,-0.174801,300,300,100,1), + (20220,176588,1,5083.83,-4627,847.386,3.222,0,0,0.999192,-0.0401928,300,300,100,1), + (20221,176588,1,5775.04,-4558,765.853,5.728,0,0,0.274041,-0.961718,300,300,100,1), + (20222,176588,1,5754.71,-4535,761.75,0.583,0,0,0.287389,0.957814,300,300,100,1), + (20223,176588,1,5757.22,-4704,780.355,1.655,0,0,0.736242,0.676718,300,300,100,1), + (20224,176588,1,5075.96,-4687,848.304,4.475,0,0,0.785864,-0.618399,300,300,100,1), + (20225,176588,1,6019.62,-4442,703.196,5.629,0,0,0.321291,-0.94698,300,300,100,1), + (20226,176588,1,5625.28,-4750,777.974,2.394,0,0,0.930948,0.365152,300,300,100,1), + (20227,176588,1,5437.32,-4687,778.936,4.828,0,0,0.665074,-0.746778,300,300,100,1), + (20228,176588,1,5951.19,-4438,716.008,3.411,0,0,0.990941,-0.134297,300,300,100,1), + (20229,176588,1,6629.13,-4362,712.075,1.341,0,0,0.621378,0.783511,300,300,100,1), + (20230,176588,1,6858.97,-3694,744.807,5.912,0,0,0.184529,-0.982827,300,300,100,1), + (20231,176588,1,6555.91,-3898,663.692,2.645,0,0,0.969333,0.245753,300,300,100,1), + (20232,176588,1,6779.99,-3386,669.875,3.721,0,0,0.958329,-0.285668,300,300,100,1), + (20233,176588,1,6631.78,-2379,570.987,0.622,0,0,0.306011,0.952028,300,300,100,1), + (20234,176588,1,6214.14,-4411,681.285,2.559,0,0,0.957872,0.287194,300,300,100,1), + (20235,176588,1,5097.55,-4582,846.009,6.273,0,0,0.00509275,-0.999987,300,300,100,1), + (20236,176588,1,6525.87,-3920,662.692,5.292,0,0,0.475553,-0.879687,300,300,100,1), + (20237,176588,1,5290.38,-4881,696.193,2.496,0,0,0.948352,0.31722,300,300,100,1), + (20238,176588,1,6729.23,-3495,680.617,6.097,0,0,0.0929582,-0.99567,300,300,100,1), + (20239,176588,1,6562.69,-2895,594.258,4.53,0,0,0.768563,-0.639774,300,300,100,1), + (20240,176588,1,5631.33,-4512,762.588,5.68,0,0,0.297041,-0.954865,300,300,100,1), + (20241,176588,1,5577.29,-4558,776.213,2.621,0,0,0.966314,0.257367,300,300,100,1), + (20242,176588,1,5626.79,-4506,759.429,1.074,0,0,0.511561,0.859247,300,300,100,1), + (20243,176588,1,6808.75,-3728,723.379,6.148,0,0,0.0675413,-0.997716,300,300,100,1), + (20244,176588,1,5590.04,-4602,774.976,2.496,0,0,0.948352,0.31722,300,300,100,1), + (20245,176588,1,5831.38,-4596,755.961,1.518,0,0,0.688196,0.725525,300,300,100,1), + (20246,176588,1,5168.32,-4648,834.401,0.104,0,0,0.0519766,0.998648,300,300,100,1), + (20247,176588,1,5291.58,-4818,693.925,2.527,0,0,0.953155,0.302483,300,300,100,1), + (20248,176588,1,6816.96,-3719,726.565,0.418,0,0,0.207482,0.978239,300,300,100,1), + (20249,176588,1,5441.28,-4683,779.833,0.124,0,0,0.0619603,0.998079,300,300,100,1), + (20250,176588,1,6793.04,-3357,671.593,0.269,0,0,0.134095,0.990969,300,300,100,1), + (20251,176588,1,6684.84,-2327,572.977,1.439,0,0,0.659009,0.752135,300,300,100,1), + (20252,176588,1,5164.71,-4723,826.858,3.976,0,0,0.914226,-0.405206,300,300,100,1), + (20253,176588,1,6789.68,-3383,667.852,5.331,0,0,0.45831,-0.888792,300,300,100,1), + (20254,176588,1,6790.12,-3361,669.25,5.881,0,0,0.19974,-0.979849,300,300,100,1), + (20255,176588,1,5932.96,-4647,723.847,4.129,0,0,0.880584,-0.473891,300,300,100,1), + (20256,176588,1,5550.01,-4677,785.456,1.526,0,0,0.691093,0.722766,300,300,100,1), + (20257,176588,1,5542.3,-4682,784.707,0.948,0,0,0.456449,0.88975,300,300,100,1), + (20258,176588,1,5115.65,-4537,842.025,1.121,0,0,0.53161,0.846989,300,300,100,1), + (20259,176588,1,5370.15,-4588,695.191,2.576,0,0,0.960279,0.279042,300,300,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (17373,140971,1,-9222.73,-3555.57,13.3721,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (17374,140971,1,-9317.04,-3049.41,10.4239,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (17375,140971,1,-9249.25,-2996.27,16.3039,3.05433,0,0,0.999048,0.043619,180,100,1), - (17376,140971,1,-8721.18,-2866.18,14.7569,1.16937,0,0,0.551937,0.833886,180,100,1), - (17377,140971,1,-9246.82,-3113.77,17.3159,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (17378,140971,1,-8508.76,-3503.38,9.86701,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (17379,140971,1,-7660.75,-3312.45,69.8923,1.27409,0,0,0.594823,0.803857,180,100,1), - (17380,140971,1,-9267.39,-3085.45,14.0834,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (17381,140971,1,-9232.23,-2901.92,13.7862,2.72271,0,0,0.978148,0.207912,180,100,1), - (17382,140971,1,-9160.47,-3022.52,33.2242,0.750492,0,0,0.366501,0.930418,180,100,1), - (17383,140971,1,-8598.09,-3642.14,14.7458,1.25664,0,0,0.587785,0.809017,180,100,1), - (17384,140971,1,-8824.38,-3454.72,11.8343,0.506145,0,0,0.25038,0.968148,180,100,1), - (17385,140971,1,-9170.94,-3044.67,33.2492,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (17386,140971,1,-8280.77,-2726.46,23.0791,2.16421,0,0,0.882948,0.469472,180,100,1), - (17387,140971,1,-9167.97,-3059.97,34.9813,0.05236,0,0,0.026177,0.999657,180,100,1), - (17388,140971,1,-9429.02,-3605.04,10.6299,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (17389,140971,1,-8250.15,-2936.3,12.2188,1.29154,0,0,0.601815,0.798636,180,100,1), - (17390,140971,1,-8689.43,-3720.01,27.9543,0.977384,0,0,0.469472,0.882948,180,100,1), - (17391,140971,1,-8265.58,-3330.68,15.396,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (17392,140971,1,-7004.28,-4226.98,10.8569,1.46608,0,0,0.669131,0.743145,180,100,1), - (17393,140971,1,-9171.36,-3045.34,33.4297,-2.09439,0,0,0.866025,-0.5,180,100,1), - (17394,140971,1,-8568.79,-3130.03,9.21109,2.04204,0,0,0.85264,0.522499,180,100,1), - (17395,140971,1,-9054.89,-3646.33,29.8525,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (17396,140971,1,-9145.75,-3059.36,37.9024,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (17397,140971,1,-9373.91,-3457.26,10.4973,2.86234,0,0,0.990268,0.139173,180,100,1), - (17398,140971,1,-9225.36,-3000.96,17.8314,2.18166,0,0,0.887011,0.461749,180,100,1), - (17399,140971,1,-9166.03,-3058.25,34.9569,2.28638,0,0,0.909961,0.414693,180,100,1), - (17400,140971,1,-9254.23,-2952.99,12.7756,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (17401,140971,1,-7205.05,-4207.14,8.93677,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (17402,140971,1,-8824.28,-3759.51,23.5022,1.55334,0,0,0.700909,0.71325,180,100,1), - (17403,140971,1,-7306.79,-2980.11,8.79548,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (17404,140971,1,-9045.97,-2996.67,58.6189,0.122173,0,0,0.061049,0.998135,180,100,1), - (17405,140971,1,-7273.17,-3470.42,9.25725,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (17406,140971,1,-7874.37,-3031.38,60.8904,2.40855,0,0,0.93358,0.358368,180,100,1), - (17407,140971,1,-9190.99,-2972.8,26.9513,2.79253,0,0,0.984808,0.173648,180,100,1), - (17408,140971,1,-7920.91,-3558.69,47.2451,0.715585,0,0,0.350207,0.936672,180,100,1), - (17409,140971,1,-7677.76,-3035,31.7562,2.54818,0,0,0.956305,0.292372,180,100,1), - (17410,140971,1,-7500.46,-4128.26,9.25237,2.53073,0,0,0.953717,0.300706,180,100,1), - (17411,140971,1,-9436.31,-3001.46,9.4609,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (17412,140971,1,-7353.15,-3814.63,10.0464,1.97222,0,0,0.833886,0.551937,180,100,1), - (17413,140971,1,-8120.04,-4227.18,10.9257,1.53589,0,0,0.694658,0.71934,180,100,1), - (17414,140971,1,-8147.83,-3401.52,36.8523,0.855211,0,0,0.414693,0.909961,180,100,1), - (17415,140971,1,-9217.86,-3072.5,20.8558,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (17416,140971,1,-8300.1,-3528.48,12.3658,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (17417,140971,1,-7237.74,-2818.96,11.9527,2.23402,0,0,0.898794,0.438371,180,100,1), - (17418,140971,1,-9243.91,-2970.28,14.6778,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (17419,2413,0,-8843.96,1076.22,95.2111,1.8675,0,0,0.803857,0.594823,120,0,0), - (17420,2413,0,-8844.58,1085.61,95.2111,1.8675,0,0,0.803857,0.594823,120,0,0), - (17421,2413,0,-8846.61,1084.97,95.2111,1.8675,0,0,0.803857,0.594823,120,0,0), - (17422,2413,0,-8846.09,1077.48,95.2111,0.2618,0,0,0.130526,0.991445,120,0,0), - (17423,2413,0,-8939.65,1006.7,122.047,-2.46964,0,0,0.944089,-0.329691,120,0,0), - (17424,143987,0,-852.203,-546.71,10.9324,-1.54462,0,0,-0.697791,0.716302,7200,100,1), - (17425,2413,0,-8942.29,1006.78,122.047,-0.933752,0,0,-0.450099,0.892979,120,0,0), - (17426,184617,0,-160.125,-866.334,56.5027,2.79253,-0.032344,-0.007582,0.984334,0.173159,7200,100,1), - (17427,2413,0,-8942.79,1004.3,122.047,0.671952,0,0,0.329691,0.944089,120,0,0), - (17428,164729,1,-2849,2339.68,40.262,1.85,0,0,0.798636,0.601815,120,0,1), - (17429,140971,1,-9431.49,-3202.89,13.2608,1.18682,0,0,0.559193,0.829038,180,100,1), - (17430,140971,1,-8474.83,-2710.5,25.2617,0.087266,0,0,0.043619,0.999048,180,100,1), - (17431,140971,1,-7528.3,-3638.88,10.2315,4.71239,0,0,0.707107,-0.707107,180,100,1), - (17432,140971,1,-7075.95,-3170.04,9.15126,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (17433,140971,1,-8841.85,-3471.1,12.4541,0.471239,0,0,0.233445,0.97237,180,100,1), - (17434,140971,1,-8464.89,-3093.63,10.2425,1.97222,0,0,0.833886,0.551937,180,100,1), - (17435,140971,1,-7119.19,-3334.78,9.96396,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (17436,140971,1,-8894.22,-3443.42,11.6899,1.27409,0,0,0.594823,0.803857,180,100,1), - (17437,140971,1,-7977.97,-3270.24,56.8633,0.645772,0,0,0.317305,0.948324,180,100,1), - (17438,140971,1,-8913.65,-3473.24,11.7825,2.04204,0,0,0.85264,0.522499,180,100,1), - (17439,151980,1,-7079.28,-3799.45,8.11913,0.1309,0.095641,0.006269,0.065102,0.993265,900,100,1), - (17440,151981,1,-7078.09,-3800.28,9.22767,-3.01069,-0.006269,0.095641,0.993265,-0.065102,900,100,1), - (17441,151982,1,-7078.33,-3800.17,8.55443,1.7017,0,0,0.75184,0.659346,900,100,1), - (17442,151983,1,-6949.26,-4786.35,6.18454,0.375245,0.094164,0.017878,0.185665,0.977927,900,100,1), - (17443,151984,1,-6948.1,-4786.37,6.89922,-2.76635,0,0,0.98245,-0.186524,900,100,1), - (17444,144053,1,-9148.63,-4079.77,-45.4797,-2.40855,0,0,0.93358,-0.358368,2,100,1), - (17445,144055,1,-7169.4,-3738.68,8.57028,-1.35273,-0.009155,-0.01072,-0.625904,0.779773,900,100,1), - (17446,184006,1,-8600.29,-4190.28,-207.978,-1.29154,0,0,0.601815,-0.798635,900,100,1), - (17447,184006,1,-8600.3,-4190.27,-202.498,0.279253,0,0,0.139173,0.990268,900,100,1), - (17448,184006,1,-8369.65,-4253.11,-203.5,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (17449,1735,1,-8055.05,-5113.92,14.377,-3.07178,0,0,-0.999391,0.0348993,300,100,1), - (17450,1735,1,-9142.91,-3588.43,11.2357,2.11185,0,0,0.870356,0.492423,300,100,1), - (17451,1735,1,-7092.51,-4016.93,16.9117,-0.418879,0,0,-0.207912,0.978148,300,100,1), - (17453,1735,1,-8088.92,-4297.96,16.7785,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (17460,31442,1,-7403.83,-4585.27,8.87679,0.231925,0,0,0.115703,0.993284,900,100,1), - (17461,184530,1,-8492.07,-4155.35,-205.198,-1.66813,-0.047857,0.12134,-0.730517,0.670322,900,100,1), - (17462,184531,1,-8495.34,-4154.96,-204.363,-1.03544,-0.007451,0.130223,-0.483851,0.865375,900,100,1), - (17463,184532,1,-8503.1,-4169.81,-204.265,1.16053,0.112069,0.066739,0.54418,0.828767,900,100,1), - (17464,176348,1,-7144.6,-3763.43,9.18481,-2.84489,0,0,0.989016,-0.147809,900,100,1), - (17465,175335,1,-7141.32,-3862.75,8.90422,2.53073,0,0,0.953717,0.300706,900,100,1), - (17466,180712,1,-7906.06,-5256.7,0,-2.77507,0,0,-0.983255,0.182237,900,100,1), - (17467,180712,1,-7727.08,-5125.11,0,1.41372,0,0,0.649449,0.760405,900,100,1), - (17468,180712,1,-7663.48,-4878.64,0,-0.907571,0,0,-0.438371,0.898794,900,100,1), - (17469,180712,1,-7691.51,-4923.28,0,-0.663225,0,0,-0.325568,0.945519,900,100,1), - (17470,180712,1,-7569.51,-4913.58,0,-0.296706,0,0,-0.147809,0.989016,900,100,1), - (17471,175854,1,-7152.94,-3848.73,9.90786,2.05949,0,0,0.857167,0.515038,2,100,1), - (17472,175855,1,-7151.9,-3848.87,9.90826,1.5708,0,0,0.707107,0.707107,900,100,1), - (17473,144112,1,-7154.4,-3829.52,8.75029,-2.05949,0,0,-0.857167,0.515038,900,100,1), - (17474,175856,1,-7151.69,-3849.55,9.90841,-0.122173,0,0,0.061049,-0.998135,2,100,1), - (17475,142071,1,-7115.47,-3833.45,9.44576,2.07694,0,0,0.861629,0.507538,2,100,1), - (17476,50935,1,-7564.58,-4754.61,8.99353,-2.26893,0,0,0.906308,-0.422618,2,100,1), - (17477,2040,1,-9456.27,-2599.35,19.1358,2.07694,0,0,0.861629,0.507539,300,100,1), - (17478,2040,1,-6967.48,-3572.2,29.089,1.71042,0,0,0.754709,0.65606,300,100,1), - (17479,2040,1,-8544.6,-3072.37,10.5982,-0.15708,0,0,-0.0784593,0.996917,300,100,1), - (17480,2040,1,-8785.42,-4360.96,23.3049,-0.453786,0,0,-0.224951,0.97437,300,100,1), - (17481,2040,1,-9091.49,-4049.85,-17.4301,1.43117,0,0,0.656059,0.75471,300,100,1), - (17482,2040,1,-8792.83,-2351.11,12.7695,0.174533,0,0,0.0871558,0.996195,300,100,1), - (17483,2040,1,-7786.79,-2523.76,-37.06,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (17484,2040,1,-8749.08,-4613.04,8.55255,1.06465,0,0,0.507538,0.861629,300,100,1), - (17485,2040,1,-9364.29,-4028.31,-25.3455,3.00197,0,0,0.997564,0.0697546,300,100,1), - (17486,2040,1,-7603.68,-2520.3,18.7076,-0.418879,0,0,-0.207912,0.978148,300,100,1), - (17487,2040,1,-8995.31,-4305.82,34.9085,2.61799,0,0,0.965925,0.258821,300,100,1), - (17488,2040,1,-7915.65,-2491.72,-28.4067,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (17489,2040,1,-7979.34,-2512.45,-38.4869,1.309,0,0,0.608763,0.793352,300,100,1), - (17490,2040,1,-9077.57,-4137.43,-26.388,-1.15192,0,0,-0.54464,0.83867,300,100,1), - (17491,2040,1,-7407.8,-2752.3,15.4445,1.50098,0,0,0.681997,0.731355,300,100,1), - (17492,2045,1,-7694.27,-5064.34,-8.54003,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (17493,2045,1,-7523.45,-4913.38,-9.17521,1.74533,0,0,0.766045,0.642787,300,100,1), - (17494,2045,1,-8766.45,-4775.52,-44.8951,-2.02458,0,0,-0.848048,0.52992,300,100,1), - (17495,2045,1,-7049.19,-4934.16,-11.7585,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (17496,2045,1,-8472.91,-5057.77,-8.30758,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (17497,2866,1,-10011.5,-4150.09,7.03435,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (17500,169217,1,-7197.65,-2423.59,-220.456,2.96706,0.025435,-0.059108,0.993978,0.0887,900,100,1), - (17501,148503,1,-7140.96,-1465.1,-242.565,-2.77507,0,0,0.983255,-0.182235,900,100,1), - (17502,148503,1,-7092.42,-1305.23,-187.864,-1.27409,0,0,0.594823,-0.803857,900,100,1), - (17503,148503,1,-7163.77,-1149.58,-266.195,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (17504,148503,1,-7328.98,-1461.51,-242.899,-2.61799,0,0,0.965926,-0.258819,900,100,1), - (17505,148503,1,-7281.48,-1244.92,-248.352,2.18166,0,0,0.887011,0.461749,900,100,1), - (17506,175404,1,-7246.51,-1459.93,-223.326,2.44346,0,0,0.939692,0.342021,300,100,1), - (17507,175404,1,-7700.99,-519.104,-266.717,-0.680679,0,0,-0.333807,0.942641,300,100,1), - (17508,175404,1,-7810.16,-601.741,-265.945,1.8326,0,0,0.793355,0.60876,300,100,1), - (17509,164910,1,-7199.38,-1327.03,-180.773,1.55334,0,0,0.700909,0.71325,2,100,1), - (17510,164658,1,-7200.99,-228.835,-217.914,-2.3911,0,0,0.930418,-0.366501,300,100,1), - (17511,164658,1,-8070.46,-1759.09,-242.576,0.907571,0,0,0.438371,0.898794,300,100,1), - (17512,164658,1,-7460.76,-1546.48,-270.627,-2.84489,0,0,0.989016,-0.147809,300,100,1), - (17513,164658,1,-6962.56,-1972.7,-267.133,-2.42601,0,0,0.936672,-0.350207,300,100,1), - (17514,164658,1,-7527.69,-605.401,-266.361,1.43117,0,0,0.656059,0.75471,300,100,1), - (17515,164658,1,-7452.55,-1668.97,-278.886,-0.698132,0,0,0.34202,-0.939693,300,100,1), - (17516,164658,1,-7844.96,-1571.41,-261.489,0.383972,0,0,0.190809,0.981627,300,100,1), - (17517,164658,1,-7485.05,-1365.9,-267.234,-1.37881,0,0,0.636078,-0.771625,300,100,1), - (17518,164658,1,-7824.44,-1802.7,-271.359,1.58825,0,0,0.71325,0.700909,300,100,1), - (17519,164658,1,-8250.33,-1160.34,-215.207,2.14675,0,0,0.878817,0.477159,300,100,1), - (17520,164658,1,-6920.72,-1145.22,-272.181,1.79769,0,0,0.782608,0.622515,300,100,1), - (17521,164658,1,-7294.72,-421.108,-269.887,-2.70526,0,0,0.976296,-0.21644,300,100,1), - (17522,164658,1,-6382.26,-1086.21,-272.265,-1.8675,0,0,0.803857,-0.594823,300,100,1), - (17523,164658,1,-6495.31,-1090.01,-274.716,-0.15708,0,0,0.078459,-0.996917,300,100,1), - (17524,164658,1,-6957.37,-2275.87,-268.828,2.72271,0,0,0.978148,0.207912,300,100,1), - (17525,164658,1,-7783.46,-2117.94,-267.105,-1.64061,0,0,0.731354,-0.681998,300,100,1), - (17526,164658,1,-7529.58,-2119.8,-270.766,-0.541052,0,0,0.267238,-0.96363,300,100,1), - (17527,164658,1,-7681.36,-2038.85,-272.075,-1.55334,0,0,0.700909,-0.71325,300,100,1), - (17528,164659,1,-7705.3,-589.182,-270.113,-0.698132,0,0,0.34202,-0.939693,300,100,1), - (17529,164659,1,-7022.14,-354.985,-254.276,1.95477,0,0,0.829038,0.559193,300,100,1), - (17530,164659,1,-7780.48,-675.066,-258.385,2.47837,0,0,0.945519,0.325568,300,100,1), - (17531,164659,1,-6686.33,-445.27,-241.658,2.80998,0,0,0.986286,0.165048,300,100,1), - (17532,164659,1,-7495.1,-2423.85,-182.383,3.08923,0,0,0.999657,0.026177,300,100,1), - (17533,164659,1,-6929.17,-2481.08,-180.701,1.8675,0,0,0.803857,0.594823,300,100,1), - (17534,164659,1,-6423.42,-623.835,-231.14,2.70526,0,0,0.976296,0.21644,300,100,1), - (17535,164659,1,-7235.6,-1984.13,-272.762,0.20944,0,0,0.104528,0.994522,300,100,1), - (17536,164659,1,-6680.39,-2385.79,-147.99,-0.279253,0,0,0.139173,-0.990268,300,100,1), - (17537,164659,1,-6666.97,-2314.54,-176.787,2.23402,0,0,0.898794,0.438371,300,100,1), - (17538,164659,1,-7619.77,-394.848,-239.736,1.79769,0,0,0.782608,0.622515,300,100,1), - (17539,164659,1,-7595.11,-1050.06,-263.704,-1.27409,0,0,0.594823,-0.803857,300,100,1), - (17540,164659,1,-7606.44,-864.201,-259.712,-2.63545,0,0,0.968148,-0.25038,300,100,1), - (17541,164659,1,-6949.07,-412.096,-268.135,2.05949,0,0,0.857167,0.515038,300,100,1), - (17542,164659,1,-7701.74,-1772.88,-272.802,-1.50098,0,0,0.681998,-0.731354,300,100,1), - (17543,164659,1,-7657.55,-1718.38,-270.713,-0.20944,0,0,0.104528,-0.994522,300,100,1), - (17544,164659,1,-6828.98,-1381.9,-267.915,-1.93731,0,0,0.824126,-0.566406,300,100,1), - (17545,164659,1,-8092.18,-1048.67,-247.876,2.23402,0,0,0.898794,0.438371,300,100,1), - (17546,164659,1,-6431.63,-2050.41,-241.33,0.017453,0,0,0.008727,0.999962,300,100,1), - (17547,164659,1,-7269.22,-1053.33,-272.146,-0.593412,0,0,0.292372,-0.956305,300,100,1), - (17548,164659,1,-6300.73,-1373.72,-267.309,1.11701,0,0,0.529919,0.848048,300,100,1), - (17549,164659,1,-7441.65,-1996.55,-271.258,-0.942478,0,0,0.453991,-0.891006,300,100,1), - (17550,164659,1,-7283.78,-2196.4,-269.27,-0.715585,0,0,0.350207,-0.936672,300,100,1), - (17551,164659,1,-7655.08,-1773.75,-275.519,1.15192,0,0,0.544639,0.838671,300,100,1), - (17552,164659,1,-6269.98,-1557.91,-229.209,1.51844,0,0,0.688355,0.725374,300,100,1), - (17553,164660,1,-6925.48,-193.841,-182.609,0.680678,0,0,0.333807,0.942641,300,100,1), - (17554,164660,1,-6999.32,-875.527,-265.823,-0.069813,0,0,0.034899,-0.999391,300,100,1), - (17555,164660,1,-7395.25,-2404.37,-217.662,0.959931,0,0,0.461749,0.887011,300,100,1), - (17556,164660,1,-7808.78,-1089.33,-261.377,-0.750491,0,0,0.366501,-0.930418,300,100,1), - (17557,164660,1,-7668.57,-804.19,-272.069,-1.41372,0,0,0.649448,-0.760406,300,100,1), - (17558,164660,1,-6233.27,-1623.96,-199.562,-2.79253,0,0,0.984808,-0.173648,300,100,1), - (17559,164660,1,-7591.39,-1620.3,-271.189,-1.27409,0,0,0.594823,-0.803857,300,100,1), - (17560,164660,1,-7247.95,-2159.51,-269.644,2.37365,0,0,0.927184,0.374607,300,100,1), - (17561,164660,1,-7200.33,-967.771,-271.786,-3.08923,0,0,0.999657,-0.026177,300,100,1), - (17562,164660,1,-6955.72,-2359.59,-205.657,-2.00713,0,0,0.843391,-0.5373,300,100,1), - (17563,164660,1,-7060.37,-718.946,-266.251,-0.959931,0,0,0.461749,-0.887011,300,100,1), - (17564,164660,1,-6338.23,-1199.65,-272.24,-2.02458,0,0,0.848048,-0.529919,300,100,1), - (17565,164660,1,-6284.52,-1218.43,-266.022,0.680678,0,0,0.333807,0.942641,300,100,1), - (17566,164660,1,-7390.01,-2304.82,-243.53,-0.349066,0,0,0.173648,-0.984808,300,100,1), - (17567,164660,1,-7547.96,-2065.22,-270.751,0.191986,0,0,0.095846,0.995396,300,100,1), - (17568,164661,1,-7697.24,-482.514,-265.085,1.78024,0,0,0.777146,0.62932,300,100,1), - (17569,164661,1,-7971.04,-618.9,-232.25,-1.309,0,0,0.608761,-0.793353,300,100,1), - (17570,164661,1,-6490.55,-2138.65,-241.494,-2.77507,0,0,0.983255,-0.182235,300,100,1), - (17571,164661,1,-6786.35,-2135.73,-267.814,1.58825,0,0,0.71325,0.700909,300,100,1), - (17572,164661,1,-6474.13,-863.778,-274.336,3.08923,0,0,0.999657,0.026177,300,100,1), - (17573,164661,1,-6339.74,-1721.6,-240.356,-1.25664,0,0,0.587785,-0.809017,300,100,1), - (17574,164661,1,-7197.75,-1617.81,-266.707,2.70526,0,0,0.976296,0.21644,300,100,1), - (17575,164661,1,-7420.76,-343.366,-230.771,-0.314159,0,0,0.156434,-0.987688,300,100,1), - (17576,164661,1,-6182.74,-1618.7,-190.076,-2.94961,0,0,0.995396,-0.095846,300,100,1), - (17577,164661,1,-7025.89,-2098.73,-274.004,-0.733038,0,0,0.358368,-0.93358,300,100,1), - (17578,164661,1,-7374.74,-2219.99,-269.659,-0.244346,0,0,0.121869,-0.992546,300,100,1), - (17579,164661,1,-7939.63,-2035.41,-264.45,-0.907571,0,0,0.438371,-0.898794,300,100,1), - (17580,164661,1,-6843.06,-2143.14,-268.641,-0.383972,0,0,0.190809,-0.981627,300,100,1), - (17581,164661,1,-7194.68,-2445.46,-217.211,2.40855,0,0,0.93358,0.358368,300,100,1), - (17582,164661,1,-6694.15,-2234.51,-254.504,-1.36136,0,0,0.629321,-0.777146,300,100,1), - (17583,164661,1,-6424.27,-1541.21,-269.143,1.65806,0,0,0.737277,0.67559,300,100,1), - (17584,142142,1,-6960.18,-244.513,-211.373,-3.08923,0,0,-0.999657,0.0261783,300,100,1), - (17586,142142,1,-6718.74,-1541.81,-272.222,0.907571,0,0,0.438371,0.898794,300,100,1), - (17587,142142,1,-7586.88,-749.143,-259.104,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (17588,142142,1,-7980.87,-1608.73,-271.278,1.8675,0,0,0.803856,0.594824,300,100,1), - (17589,142142,1,-6878.44,-684.072,-272.121,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (17590,142143,1,-6677.58,-1367.23,-270.125,0.890118,0,0,0.430511,0.902585,300,100,1), - (17592,324,1,-6301.7,-1961.99,-268.694,0.523599,0,0,0.258819,0.965926,300,100,1), - (17593,324,1,-6381.24,-1972.22,-257.093,1.32645,0,0,0.615661,0.788011,300,100,1), - (17594,324,1,-7947.2,-1863.77,-249.187,-2.09439,0,0,-0.866024,0.500002,300,100,1), - (17597,174682,1,-6174.8,-1077.27,-202.574,-1.06465,0,0,0.507538,-0.861629,2,100,1), - (17598,164955,1,-6276.06,-1557.95,-231.97,-3.03687,0,0,0.99863,-0.052336,2,100,1), - (17599,164956,1,-7426.64,-349.64,-233.862,-1.91986,0,0,0.819152,-0.573576,2,100,1), - (17600,164957,1,-7199.53,-2321.68,-227.072,1.64061,0,0,0.731354,0.681998,2,100,1), - (17601,164958,1,-7615.91,-655.984,-254.42,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (17602,164958,1,-7649.27,-725.644,-265.749,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (17603,164958,1,-7425.95,-530.783,-273.092,2.25148,0,0,0.902585,0.430511,180,100,1), - (17604,164958,1,-6831.82,-1003.39,-269.124,2.70526,0,0,0.976296,0.21644,180,100,1), - (17605,164958,1,-7953.48,-1000.99,-273.1,1.29154,0,0,0.601815,0.798636,180,100,1), - (17606,164958,1,-7734.7,-567.25,-265.803,2.47837,0,0,0.945519,0.325568,180,100,1), - (17607,164958,1,-7702.4,-1440.36,-266.919,2.9147,0,0,0.993572,0.113203,180,100,1), - (17608,164958,1,-7787.23,-1010,-266.896,0.10472,0,0,0.052336,0.99863,180,100,1), - (17609,164958,1,-7013.67,-1117.57,-269.375,1.85005,0,0,0.798636,0.601815,180,100,1), - (17610,164958,1,-7908.92,-795.781,-272.313,2.40855,0,0,0.93358,0.358368,180,100,1), - (17611,164958,1,-6744.66,-1354.65,-272.201,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (17612,164958,1,-7622.38,-494.911,-270.633,2.70526,0,0,0.976296,0.21644,180,100,1), - (17613,164958,1,-6942.75,-1223.21,-272.774,1.02974,0,0,0.492424,0.870356,180,100,1), - (17614,164958,1,-7208.4,-996.517,-270.848,0.575959,0,0,0.284015,0.95882,180,100,1), - (17615,164958,1,-6951.33,-860.833,-267.944,1.11701,0,0,0.529919,0.848048,180,100,1), - (17616,164958,1,-7641.12,-1939.97,-269.836,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (17617,164958,1,-7131.48,-2163.23,-266.286,1.50098,0,0,0.681998,0.731354,180,100,1), - (17618,164958,1,-7382.56,-2123.65,-275.227,1.25664,0,0,0.587785,0.809017,180,100,1), - (17619,164958,1,-7313.05,-2076.85,-269.489,1.53589,0,0,0.694658,0.71934,180,100,1), - (17620,164958,1,-7822.17,-1808.88,-271.981,1.53589,0,0,0.694658,0.71934,180,100,1), - (17621,164958,1,-7678.82,-1013.74,-270.649,0.436332,0,0,0.21644,0.976296,180,100,1), - (17622,164958,1,-7679.2,-1217.47,-270.965,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (17623,164958,1,-6777.45,-1924.64,-270.062,2.93215,0,0,0.994522,0.104528,180,100,1), - (17624,164958,1,-6811.56,-1829.85,-272.087,0.034907,0,0,0.017452,0.999848,180,100,1), - (17625,164958,1,-7786.12,-1116.57,-263.091,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (17626,164958,1,-6856.5,-1611.13,-270.775,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (17627,164958,1,-7019.17,-707.251,-266.964,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (17628,164958,1,-6930.19,-713.757,-271.761,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (17629,164958,1,-7470.31,-683.383,-263.109,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (17630,164958,1,-7267.73,-619.578,-270.136,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (17631,164958,1,-7082.15,-710.341,-269.361,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (17633,146086,90,-541.607,-105.434,-151.829,0.767944,0,0,0.374606,0.927184,3600,100,1), - (17634,184618,0,-13.6325,-949.076,56.242,-0.497418,0,0,-0.246153,0.969231,7200,100,1), - (17635,174530,230,891.724,-206.668,-43.721,1.87623,0,0,0.806444,0.59131,600,100,1), - (17636,164958,1,-7101.44,-495.313,-269.121,0.977384,0,0,0.469472,0.882948,180,100,1), - (17637,164958,1,-7187.86,-383.641,-269.32,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (17638,164958,1,-7293.43,-358.482,-267.864,0.750492,0,0,0.366501,0.930418,180,100,1), - (17639,164958,1,-6740.47,-1553.43,-272.221,1.64061,0,0,0.731354,0.681998,180,100,1), - (17640,164958,1,-6537.28,-884.674,-271.817,2.18166,0,0,0.887011,0.461749,180,100,1), - (17642,164958,1,-6794.53,-1285.32,-271.305,2.26893,0,0,0.906308,0.422618,180,100,1), - (17644,164958,1,-6540.86,-717.276,-268.891,1.22173,0,0,0.573576,0.819152,180,100,1), - (17646,164958,1,-7520.01,-2215.79,-271.97,1.97222,0,0,0.833886,0.551937,180,100,1), - (17648,164958,1,-7527.5,-2170.57,-270.901,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (17649,164958,1,-6991.9,-1650.96,-272.471,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (17651,164958,1,-7059.71,-2202.61,-271.347,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (17653,164958,1,-6551.9,-1758.14,-273.62,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (17655,164958,1,-7338.21,-425.84,-271.697,1.20428,0,0,0.566406,0.824126,180,100,1), - (17657,164958,1,-6657.29,-2054.13,-269.609,0.959931,0,0,0.461749,0.887011,180,100,1), - (17659,164958,1,-6346.3,-1380.36,-268.766,0.279253,0,0,0.139173,0.990268,180,100,1), - (17661,164958,1,-6316.03,-1242.89,-267.157,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (17663,164958,1,-6412.91,-1816.09,-270.798,2.54818,0,0,0.956305,0.292372,180,100,1), - (17666,164958,1,-7408.88,-1065.22,-269.478,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (17667,164958,1,-6652.35,-868.461,-271.569,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (17668,164958,1,-6442.25,-883.041,-273.529,0.244346,0,0,0.121869,0.992546,180,100,1), - (17669,164958,1,-7314.31,-2251.81,-272.499,1.0821,0,0,0.515038,0.857167,180,100,1), - (17670,164958,1,-6413.73,-1681.09,-270.354,0.610865,0,0,0.300706,0.953717,180,100,1), - (17671,164958,1,-6377.58,-1547.36,-270.88,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (17672,164778,1,-7917.53,-567.689,-255.837,2.37365,0,0,0.927184,0.374607,7200,100,1), - (17673,164778,1,-7481.7,-276.423,-197.846,-0.872665,0,0,0.422618,-0.906308,7200,100,1), - (17674,164778,1,-8245.26,-1316.05,-217.322,2.98451,0,0,0.996917,0.078459,7200,100,1), - (17675,164778,1,-6677.41,-2267.72,-207.244,-1.74533,0,0,0.766044,-0.642788,7200,100,1), - (17676,164778,1,-7126.9,-1934.21,-271.767,-2.33874,0,0,0.920505,-0.390731,7200,100,1), - (17677,164778,1,-7593.15,-1148.31,-270.264,-0.733038,0,0,0.358368,-0.93358,7200,100,1), - (17678,164778,1,-7899.59,-1636.08,-271.696,2.74017,0,0,0.979925,0.199368,7200,100,1), - (17679,164778,1,-7878.78,-1699.88,-271.733,-2.32129,0,0,0.91706,-0.398749,7200,100,1), - (17680,164778,1,-6323.31,-922.84,-231.76,-2.63545,0,0,0.968148,-0.25038,7200,100,1), - (17681,164778,1,-7934.18,-1878.3,-270.041,-1.13446,0,0,0.5373,-0.843391,7200,100,1), - (17682,164778,1,-7438.45,-1699.25,-278.193,-2.79253,0,0,0.984808,-0.173648,7200,100,1), - (17683,164778,1,-6466.14,-1658.19,-275.04,1.76278,0,0,0.771625,0.636078,7200,100,1), - (17684,164778,1,-6216.75,-1588.22,-210.317,-2.87979,0,0,0.991445,-0.130526,7200,100,1), - (17685,164778,1,-6161.68,-1527.1,-218.162,2.63545,0,0,0.968148,0.25038,7200,100,1), - (17686,164778,1,-7090.2,-1057.54,-270.796,1.09956,0,0,0.522499,0.85264,7200,100,1), - (17687,164778,1,-6537.55,-1812.25,-271.912,2.18166,0,0,0.887011,0.461749,7200,100,1), - (17688,164778,1,-7541.97,-2219.23,-272.212,-2.02458,0,0,0.848048,-0.529919,7200,100,1), - (17689,164778,1,-6965.33,-1766.03,-266.865,0.872665,0,0,0.422618,0.906308,7200,100,1), - (17690,164779,1,-7565.03,-563.747,-262.065,-1.44862,0,0,0.66262,-0.748956,7200,100,1), - (17691,164779,1,-7471.83,-1203.94,-263.886,-1.76278,0,0,0.771625,-0.636078,7200,100,1), - (17692,164779,1,-8123.62,-1387.64,-252.296,-1.0472,0,0,0.5,-0.866025,7200,100,1), - (17693,164779,1,-7706.24,-2241.5,-252.987,2.75762,0,0,0.981627,0.190809,7200,100,1), - (17694,164779,1,-7241.2,-539.467,-295.276,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (17695,164779,1,-6786.19,-750.179,-271.548,-2.14675,0,0,0.878817,-0.477159,7200,100,1), - (17696,164779,1,-6695.89,-687.558,-272.152,-1.20428,0,0,0.566406,-0.824126,7200,100,1), - (17697,164779,1,-7030.64,-2450.49,-214.07,2.79253,0,0,0.984808,0.173648,7200,100,1), - (17698,164779,1,-7937.35,-971.39,-274.547,-2.74017,0,0,0.979925,-0.199368,7200,100,1), - (17699,164779,1,-8158.29,-1101.4,-218.612,0.837758,0,0,0.406737,0.913545,7200,100,1), - (17700,164779,1,-6631.72,-1783.38,-272.222,-2.61799,0,0,0.965926,-0.258819,7200,100,1), - (17701,164779,1,-7773.23,-1935.77,-272.355,-0.453786,0,0,0.224951,-0.97437,7200,100,1), - (17702,164779,1,-6376.93,-1782.19,-267.039,1.36136,0,0,0.62932,0.777146,7200,100,1), - (17703,164779,1,-6449.88,-1177.48,-273.333,0.541052,0,0,0.267238,0.96363,7200,100,1), - (17704,164779,1,-7418.2,-2232.56,-273.96,2.68781,0,0,0.97437,0.224951,7200,100,1), - (17705,164780,1,-7460.68,-2486.39,-183.552,-1.79769,0,0,0.782608,-0.622515,7200,100,1), - (17706,164780,1,-7984.95,-880.893,-267.314,-2.46091,0,0,0.942641,-0.333807,7200,100,1), - (17707,164780,1,-6805.85,-1040.07,-265.826,2.56563,0,0,0.95882,0.284015,7200,100,1), - (17708,164780,1,-7112.14,-493.059,-266.715,-2.75762,0,0,0.981627,-0.190809,7200,100,1), - (17709,164780,1,-6350.66,-1315.25,-272.222,2.79253,0,0,0.984808,0.173648,7200,100,1), - (17710,164780,1,-6630.66,-936.302,-272.375,-0.017453,0,0,0.008727,-0.999962,7200,100,1), - (17711,164780,1,-6829.37,-2041.28,-271.702,-0.610865,0,0,0.300706,-0.953717,7200,100,1), - (17712,164780,1,-6592.67,-1995.41,-270.482,-0.820305,0,0,0.398749,-0.91706,7200,100,1), - (17713,164780,1,-6300.73,-1373.72,-267.309,1.11701,0,0,0.529919,0.848048,7200,100,1), - (17714,164781,1,-7213.21,-460.006,-289.322,1.0472,0,0,0.5,0.866025,7200,100,1), - (17715,164781,1,-7862.96,-719.651,-261.882,-2.49582,0,0,0.948324,-0.317305,7200,100,1), - (17716,164781,1,-6958.06,-322.734,-219.932,1.36136,0,0,0.62932,0.777146,7200,100,1), - (17717,164781,1,-7528.08,-418.851,-265.837,1.74533,0,0,0.766044,0.642788,7200,100,1), - (17718,164781,1,-7863.39,-537.896,-259.22,-1.25664,0,0,0.587785,-0.809017,7200,100,1), - (17719,164781,1,-7823.14,-964.966,-270.275,-2.86234,0,0,0.990268,-0.139173,7200,100,1), - (17720,164781,1,-7312.65,-790.013,-270.269,-2.79253,0,0,0.984808,-0.173648,7200,100,1), - (17721,164781,1,-6489.23,-580.307,-269.356,-0.628319,0,0,0.309017,-0.951056,7200,100,1), - (17722,164781,1,-8004.83,-1589.54,-270.031,-1.93731,0,0,0.824126,-0.566406,7200,100,1), - (17723,164781,1,-7782.79,-1550.47,-266.468,2.04204,0,0,0.85264,0.522499,7200,100,1), - (17724,164781,1,-6923.18,-1454.5,-274.357,-2.40855,0,0,0.93358,-0.358368,7200,100,1), - (17725,164781,1,-7581.27,-2168.95,-273.486,-1.55334,0,0,0.700909,-0.71325,7200,100,1), - (17726,164781,1,-7047.99,-2301.49,-269.179,2.98451,0,0,0.996917,0.078459,7200,100,1), - (17727,164781,1,-6487.32,-1915.33,-271.38,1.62316,0,0,0.725374,0.688355,7200,100,1), - (17728,164781,1,-6677.38,-2021.05,-270.852,0.575959,0,0,0.284015,0.95882,7200,100,1), - (17729,164781,1,-6893.92,-2245.54,-267.908,-3.01942,0,0,0.998135,-0.061048,7200,100,1), - (17730,164781,1,-7434.77,-431.246,-275.176,3.10669,0,0,0.999848,0.017452,7200,100,1), - (17731,164781,1,-7426.39,-318.093,-218.943,2.18166,0,0,0.887011,0.461749,7200,100,1), - (17732,164781,1,-6535.8,-2129.67,-269.551,-2.98451,0,0,0.996917,-0.078459,7200,100,1), - (17733,164781,1,-7120.89,-2164.73,-265.95,2.25148,0,0,0.902585,0.430511,7200,100,1), - (17734,164781,1,-7484.08,-2252.52,-269.556,1.88496,0,0,0.809017,0.587785,7200,100,1), - (17735,164781,1,-7870.65,-2056.78,-272.222,2.47837,0,0,0.945519,0.325568,7200,100,1), - (17736,164781,1,-7183.99,-1677.63,-265.462,0.506145,0,0,0.25038,0.968148,7200,100,1), - (17737,176583,1,-6993.42,-240.586,-216.696,1.74533,0,0,0.766045,0.642787,300,100,1), - (17738,176583,1,-7686.89,-1710.55,-270.728,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (17739,176583,1,-7190.29,-2004.24,-271.609,2.11185,0,0,0.870356,0.492423,300,100,1), - (17740,176583,1,-6924.01,-1676.07,-272.419,2.87979,0,0,0.991445,0.130528,300,100,1), - (17741,176583,1,-7709.43,-816.753,-269.67,-0.296706,0,0,-0.147809,0.989016,300,100,1), - (17742,176583,1,-7381.45,-612.923,-270.7,1.22173,0,0,0.573576,0.819152,300,100,1), - (17743,176583,1,-6707.66,-1211.52,-269.336,-2.19912,0,0,-0.891008,0.453988,300,100,1), - (17744,176583,1,-6394.96,-1529.24,-269.078,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (17745,174792,1,-7964.64,-1074.55,-327.753,2.58309,0,0,0.961262,0.275637,900,100,1), - (17746,176584,1,-7862.32,-1462.65,-267.793,-2.16421,0,0,-0.882948,0.469471,300,100,1), - (17747,176584,1,-7542.29,-1560.13,-267.911,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (17748,176584,1,-7306.44,-781.199,-270.595,-2.44346,0,0,-0.939692,0.342021,300,100,1), - (17749,176584,1,-7186.21,-1883.08,-271.056,1.37881,0,0,0.636078,0.771625,300,100,1), - (17750,176584,1,-6985.03,-2384.21,-221.714,-0.610865,0,0,-0.300705,0.953717,300,100,1), - (17751,123848,1,-8062.87,-1248.52,-331.334,-2.26893,0,0,0.906308,-0.422618,2700,100,1), - (17752,176584,1,-6613.49,-1245.64,-272.056,2.63545,0,0,0.968148,0.250379,300,100,1), - (17753,176584,1,-6917.12,-2214.28,-272.073,0.802851,0,0,0.390731,0.920505,300,100,1), - (17754,123848,1,-8054.04,-1181.91,-331.593,2.23402,0,0,0.898794,0.438371,2700,100,1), - (17755,176584,1,-7753.54,-887.398,-271.793,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (17756,176586,1,-7972,-633.369,-218.124,0.820305,0,0,0.398749,0.91706,300,100,1), - (17757,176586,1,-6771.6,-393.246,-240.722,0.628319,0,0,0.309017,0.951056,300,100,1), - (17758,176586,1,-7321.52,-1444.58,-242.067,2.04204,0,0,0.852641,0.522496,300,100,1), - (17759,2061,0,-13.6325,-949.076,56.242,-0.497418,0,0,-0.246153,0.969231,7200,100,1), - (17760,176586,1,-7070.48,-1413.18,-236.055,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (17761,184616,0,-158.691,-863.998,56.6498,0.680678,-0.007709,-0.030495,0.333211,0.942327,7200,100,1), - (17762,1789,0,-668.587,-1308.38,66.5175,-0.567232,0,0,-0.279829,0.96005,7200,100,1), - (17763,1794,0,-777.275,-1471.47,61.136,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (17764,1773,0,-679.173,39.7183,47.5566,-1.4748,0,0,-0.672367,0.740218,7200,100,1), - (17765,179526,429,134.767,-262.46,-4.14639,-0.488691,0,0,-0.241921,0.970296,600,255,1), - (17766,179526,429,-148.661,-210.009,-4.1514,0.418879,0,0,0.207912,0.978148,600,255,1), - (17767,179526,429,32.7576,-775.236,-25.1416,-1.309,0,0,-0.608763,0.793352,600,255,1), - (17768,179526,429,-109.888,-404.549,-4.21786,-2.07694,0,0,-0.861629,0.507539,600,255,1), - (17769,179526,429,-61.5861,-306.311,-55.7067,2.33874,0,0,0.920505,0.390732,600,255,1), - (17770,179526,429,-7.83484,-199.983,-4.12879,-0.453785,0,0,-0.224951,0.97437,600,255,1), - (17771,179526,429,64.8074,-400.448,-58.6044,-0.628317,0,0,-0.309016,0.951057,600,255,1), - (17772,179526,429,44.9141,-626.477,-25.1061,-2.47837,0,0,-0.945519,0.325567,600,255,1), - (17773,176586,1,-8129.57,-1122.01,-226.392,2.44346,0,0,0.939692,0.342021,300,100,1), - (17774,179526,429,66.1826,-315.416,-54.2518,0,0,0,0,1,600,255,1), - (17775,179526,429,242.178,-420.788,-119.962,-0.069812,0,0,-0.0348988,0.999391,600,255,1), - (17776,179526,429,490.501,551.961,-25.381,-0.418879,0,0,-0.207912,0.978148,600,255,1), - (17777,179526,429,468.448,258.01,6.34532,1.02974,0,0,0.492422,0.870357,600,255,1), - (17778,179526,429,-5.54965,-393.198,-58.6137,-0.209439,0,0,-0.104528,0.994522,600,255,1), - (17780,179526,429,-124.622,-234.072,-55.1133,-0.314158,0,0,-0.156434,0.987688,600,255,1), - (17781,179526,429,119.36,-336.64,-4.14986,-1.44862,0,0,-0.662619,0.748957,600,255,1), - (17782,179526,429,-75.923,-358.893,-4.14481,2.87979,0,0,0.991445,0.130528,600,255,1), - (17783,179526,429,41.8712,-744.931,-25.1339,0.104719,0,0,0.0523356,0.99863,600,255,1), - (17784,179526,429,36.7851,-402.629,-4.21849,-2.49582,0,0,-0.948323,0.317306,600,255,1), - (17785,179526,429,-14.44,-309.911,-52.1458,0,0,0,0,1,600,255,1), - (17786,179526,429,126.758,-296.278,-4.14639,-1.95477,0,0,-0.829037,0.559194,600,255,1), - (17787,179526,429,-32.8264,-463.171,-58.6176,0.488691,0,0,0.241921,0.970296,600,255,1), - (17788,179526,429,17.3334,-704.192,-12.6426,-2.19912,0,0,-0.891008,0.453988,600,255,1), - (17789,179526,429,50.4484,-241.885,-53.2931,1.8675,0,0,0.803856,0.594824,600,255,1), - (17790,179526,429,189.484,-482.115,-100.601,1.93731,0,0,0.824125,0.566409,600,255,1), - (17791,179526,429,423.59,262.49,11.1475,0,0,0,0,1,600,255,1), - (17792,179526,429,475.207,-104.252,-3.88595,-1.32645,0,0,-0.615661,0.788011,600,255,1), - (17793,179528,429,-27.0036,-404.283,-58.614,0.226892,0,0,0.113203,0.993572,600,255,1), - (17794,179528,429,-131.851,-319.414,-56.7906,0.244346,0,0,0.121869,0.992546,600,255,1), - (17795,179528,429,-22.3061,-349.882,-4.07224,-2.02458,0,0,-0.848048,0.52992,600,255,1), - (17796,179528,429,-156.299,-321.1,-4.14717,1.25664,0,0,0.587786,0.809016,600,255,1), - (17797,179528,429,31.0736,-681.584,-25.1616,0,0,0,0,1,600,255,1), - (17798,179528,429,36.7152,-467.008,-4.24876,1.58825,0,0,0.713251,0.700909,600,255,1), - (17799,179528,429,-10.2151,-349.267,-53.8632,2.05949,0,0,0.857168,0.515037,600,255,1), - (17800,179528,429,-51.4662,-358.168,-4.13823,1.81514,0,0,0.788011,0.615662,600,255,1), - (17801,179528,429,21.9326,-409.795,-58.6142,0,0,0,0,1,600,255,1), - (17802,179528,429,117.148,-408.461,-3.27357,2.32129,0,0,0.91706,0.398748,600,255,1), - (17803,179528,429,102.549,-246.011,-56.3647,0.785397,0,0,0.382683,0.92388,600,255,1), - (17804,179528,429,263.393,-568.436,-111.976,-2.67035,0,0,-0.972369,0.233447,600,255,1), - (17805,179528,429,477.125,307.609,2.85288,1.74533,0,0,0.766045,0.642787,600,255,1), - (17806,179528,429,423.649,-94.0369,-3.88739,-0.453785,0,0,-0.224951,0.97437,600,255,1), - (17807,179528,429,4.90084,-450.306,-58.6294,0,0,0,0,1,600,255,1), - (17808,179528,429,71.7209,-409.745,-4.21656,3.12412,0,0,0.999962,0.00873622,600,255,1), - (17809,179528,429,-27.7882,-388.435,-4.22943,1.39626,0,0,0.642786,0.766046,600,255,1), - (17810,179528,429,-42.6484,-341.5,-52.6547,0.244346,0,0,0.121869,0.992546,600,255,1), - (17811,179528,429,34.9096,-365.079,-4.14052,0.314158,0,0,0.156434,0.987688,600,255,1), - (17812,179528,429,-114.736,-199.653,-4.1244,0,0,0,0,1,600,255,1), - (17813,179528,429,101.961,-247.727,-4.01977,2.84488,0,0,0.989015,0.147813,600,255,1), - (17816,179528,429,126.702,-248.335,-4.14639,-2.72271,0,0,-0.978147,0.207914,600,255,1), - (17820,179528,429,66.2358,-633.758,-25.163,3.05433,0,0,0.999048,0.0436174,600,255,1), - (17821,179528,429,-6.16094,-433.403,-4.22212,0,0,0,0,1,600,255,1), - (17822,179528,429,2.64945,-210.379,-52.3845,-0.95993,0,0,-0.461748,0.887011,600,255,1), - (17823,179528,429,-168.655,-271.912,-4.12082,-0.750491,0,0,-0.366501,0.930418,600,255,1), - (17824,179528,429,55.8777,-438.434,-58.5981,-0.855211,0,0,-0.414693,0.909961,600,255,1), - (17825,179528,429,59.0393,-760.028,-25.0955,-1.23918,0,0,-0.580701,0.814117,600,255,1), - (17826,179528,429,71.7946,-437.261,-58.5956,0.872664,0,0,0.422618,0.906308,600,255,1), - (17827,179528,429,-28.3324,-385.063,-58.6181,1.95477,0,0,0.829038,0.559192,600,255,1), - (17828,179528,429,47.8125,-334.275,-52.0553,-0.506145,0,0,-0.25038,0.968148,600,255,1), - (17829,179528,429,353.105,-447.005,-90.0577,0,0,0,0,1,600,255,1), - (17830,179528,429,509.725,523.927,-25.4027,-2.80997,0,0,-0.986285,0.165053,600,255,1), - (17831,179528,429,456.691,-47.364,-3.88702,-1.76278,0,0,-0.771624,0.636079,600,255,1), - (17832,179528,429,34.5069,-391.211,-58.6112,-2.16421,0,0,-0.882947,0.469473,600,255,1), - (17833,179528,429,-12.3063,-396.872,-4.22113,-0.593412,0,0,-0.292372,0.956305,600,255,1), - (17834,179528,429,127.199,-272.801,-4.14639,-1.93732,0,0,-0.824126,0.566406,600,255,1), - (17835,179528,429,-94.2365,-406.708,-58.6073,0,0,0,0,1,600,255,1), - (17836,179528,429,-112.021,-258.887,-56.2501,0,0,0,0,1,600,255,1), - (17837,179528,429,134.767,-262.46,-4.14639,-0.488691,0,0,-0.241921,0.970296,600,255,1), - (17838,179528,429,-148.661,-210.009,-4.1514,0.418879,0,0,0.207912,0.978148,600,255,1), - (17839,179528,429,32.7576,-775.236,-25.1416,-1.309,0,0,-0.608763,0.793352,600,255,1), - (17840,179528,429,-109.888,-404.549,-4.21786,-2.07694,0,0,-0.861629,0.507539,600,255,1), - (17841,179528,429,-61.5861,-306.311,-55.7067,2.33874,0,0,0.920505,0.390732,600,255,1), - (17842,179528,429,-7.83484,-199.983,-4.12879,-0.453785,0,0,-0.224951,0.97437,600,255,1), - (17843,179528,429,64.8074,-400.448,-58.6044,-0.628317,0,0,-0.309016,0.951057,600,255,1), - (17845,179528,429,44.9141,-626.477,-25.1061,-2.47837,0,0,-0.945519,0.325567,600,255,1), - (17846,179528,429,66.1826,-315.416,-54.2518,0,0,0,0,1,600,255,1), - (17847,179528,429,242.178,-420.788,-119.962,-0.069812,0,0,-0.0348989,0.999391,600,255,1), - (17848,179528,429,490.501,551.961,-25.381,-0.418879,0,0,-0.207912,0.978148,600,255,1), - (17849,179528,429,468.448,258.01,6.34532,1.02974,0,0,0.492422,0.870357,600,255,1), - (17850,179528,429,-5.54965,-393.198,-58.6137,-0.209439,0,0,-0.104528,0.994522,600,255,1), - (17851,179528,429,-124.622,-234.072,-55.1133,-0.314158,0,0,-0.156434,0.987688,600,255,1), - (17852,179528,429,119.36,-336.64,-4.14986,-1.44862,0,0,-0.662619,0.748957,600,255,1), - (17853,179528,429,-75.923,-358.893,-4.14481,2.87979,0,0,0.991445,0.130528,600,255,1), - (17854,179528,429,41.8712,-744.931,-25.1339,0.104719,0,0,0.0523356,0.99863,600,255,1), - (17855,179528,429,36.7851,-402.629,-4.21849,-2.49582,0,0,-0.948324,0.317305,600,255,1), - (17856,179528,429,-14.44,-309.911,-52.1458,0,0,0,0,1,600,255,1), - (17857,179528,429,126.758,-296.278,-4.14639,-1.95477,0,0,-0.829038,0.559192,600,255,1), - (17858,179528,429,-32.8264,-463.171,-58.6176,0.488691,0,0,0.241921,0.970296,600,255,1), - (17859,179528,429,17.3334,-704.192,-12.6426,-2.19912,0,0,-0.891006,0.453991,600,255,1), - (17860,179528,429,50.4484,-241.885,-53.2931,1.8675,0,0,0.803856,0.594824,600,255,1), - (17861,179528,429,189.484,-482.115,-100.601,1.93731,0,0,0.824125,0.566409,600,255,1), - (17862,179528,429,423.59,262.49,11.1475,0,0,0,0,1,600,255,1), - (17863,179528,429,475.207,-104.252,-3.88595,-1.32645,0,0,-0.615661,0.788011,600,255,1), - (17864,179532,429,-27.0036,-404.283,-58.614,0.226892,0,0,0.113203,0.993572,600,255,1), - (17865,179532,429,-131.851,-319.414,-56.7906,0.244346,0,0,0.121869,0.992546,600,255,1), - (17866,179532,429,-22.3061,-349.882,-4.07224,-2.02458,0,0,-0.848048,0.52992,600,255,1), - (17868,179532,429,-156.299,-321.1,-4.14717,1.25664,0,0,0.587786,0.809016,600,255,1), - (17869,179532,429,31.0736,-681.584,-25.1616,0,0,0,0,1,600,255,1), - (17870,179532,429,36.7152,-467.008,-4.24876,1.58825,0,0,0.713251,0.700909,600,255,1), - (17871,179532,429,-10.2151,-349.267,-53.8632,2.05949,0,0,0.857168,0.515037,600,255,1), - (17872,179532,429,-51.4662,-358.168,-4.13823,1.81514,0,0,0.78801,0.615662,600,255,1), - (17873,179532,429,21.9326,-409.795,-58.6142,0,0,0,0,1,600,255,1), - (17874,179532,429,117.148,-408.461,-3.27357,2.32129,0,0,0.91706,0.39875,600,255,1), - (17875,179532,429,102.549,-246.011,-56.3647,0.785397,0,0,0.382683,0.92388,600,255,1), - (17876,179532,429,263.393,-568.436,-111.976,-2.67035,0,0,-0.972369,0.233447,600,255,1), - (17877,179532,429,477.125,307.609,2.85288,1.74533,0,0,0.766045,0.642787,600,255,1), - (17878,179532,429,423.649,-94.0369,-3.88739,-0.453785,0,0,-0.224951,0.97437,600,255,1), - (17879,179532,429,4.90084,-450.306,-58.6294,0,0,0,0,1,600,255,1), - (17880,179532,429,71.7209,-409.745,-4.21656,3.12412,0,0,0.999962,0.00873622,600,255,1), - (17881,179532,429,-27.7882,-388.435,-4.22943,1.39626,0,0,0.642786,0.766046,600,255,1), - (17882,179532,429,-42.6484,-341.5,-52.6547,0.244346,0,0,0.121869,0.992546,600,255,1), - (17883,179532,429,34.9096,-365.079,-4.14052,0.314158,0,0,0.156434,0.987688,600,255,1), - (17884,179532,429,-114.736,-199.653,-4.1244,0,0,0,0,1,600,255,1), - (17885,179532,429,101.961,-247.727,-4.01977,2.84488,0,0,0.989015,0.147813,600,255,1), - (17887,179532,429,126.702,-248.335,-4.14639,-2.72271,0,0,-0.978147,0.207914,600,255,1), - (17888,179532,429,66.2358,-633.758,-25.163,3.05433,0,0,0.999048,0.0436174,600,255,1), - (17889,179532,429,-6.16094,-433.403,-4.22212,0,0,0,0,1,600,255,1), - (17890,176586,1,-7615.53,-2261.98,-243.478,1.58825,0,0,0.713251,0.700909,300,100,1), - (17891,180712,1,-4520.65,2367.78,0,-1.37881,0,0,-0.636078,0.771625,180,100,1), - (17892,1628,0,-10586.7,386.926,32.3488,-2.79253,0,0,-0.984808,0.173647,300,100,1), - (17893,1771,0,-679.388,39.5997,47.5202,-3.0456,0,0,0.998848,-0.047978,7200,100,1), - (17894,1774,0,-679.382,39.8115,47.5202,0.095993,0,0,0.047978,0.998848,7200,100,1), - (17895,1779,0,-429.868,-582.82,53.896,1.5708,0,0,0.707107,0.707107,7200,100,1), - (17896,1775,0,-429.708,-582.91,53.8973,3.14159,0,0,1,0,7200,100,1), - (17897,1781,0,-373.472,-771.203,54.0186,-2.12057,0,0,0.872496,-0.488621,7200,100,1), - (17898,92013,0,-1152.77,177.588,0.451798,3.14159,-0.091376,0.052116,0.99444,0.004789,10,100,1), - (17899,170452,230,905.256,-198.325,-43.7186,-1.00356,0,0,-0.480989,0.876727,600,100,1), - (17900,174425,230,568.026,-86.9411,-45.0247,-3.0805,0,0,0.999534,-0.030539,600,100,1), - (17901,170508,230,1412.95,-752.468,-85.165,0,0,0,0,1,600,100,1), - (17902,170517,230,1290.85,-399.635,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (17903,170535,230,1368.48,-406.046,-94.6781,0,0,0,0,1,600,100,1), - (17904,174554,230,802.021,-353.522,-49.3422,0.776671,0,0,0.378648,0.925541,600,100,1), - (17905,174462,230,844.28,-189.47,-49.7396,-3.07178,0,0,0.999391,-0.034899,600,100,1), - (17906,170558,230,1311.48,-343.072,-92.0093,-0.785397,0,0,-0.382683,0.92388,600,100,1), - (17924,176586,1,-7494.23,-289.015,-196.993,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (17925,176586,1,-6278.38,-1582.43,-227.69,2.98451,0,0,0.996917,0.0784606,300,100,1), - (17926,166863,1,-7365.4,-2009.94,-270.042,-3.14159,-0.034898,-0.008721,0.999353,-0.000305,2,100,1), - (17927,161504,1,-7670.07,-1801.72,-278.489,-0.418879,0,0,0.207912,-0.978148,2,100,1), - (17928,161505,1,-7658.82,-1798.54,-272.077,-2.88852,-0.185185,0.389885,0.900506,-0.052769,2,100,1), - (17929,164838,1,-6025.74,-1021.09,-216.825,-0.733038,0,0,0.358368,-0.93358,900,100,1), - (17930,157936,1,-7692.89,-595.725,-270.113,1.71042,0,0,0.75471,0.656059,180,100,1), - (17931,157936,1,-7514.03,-502.893,-270.154,1.06465,0,0,0.507538,0.861629,180,100,1), - (17932,157936,1,-7912.12,-612.449,-259.465,2.61799,0,0,0.965926,0.258819,180,100,1), - (17933,157936,1,-7578.91,-691.733,-251.342,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (17934,157936,1,-7108.55,-412.244,-268.507,1.20428,0,0,0.566406,0.824126,180,100,1), - (17935,157936,1,-7364.38,-599.329,-270.891,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (17936,157936,1,-7404.52,-2182.91,-274.099,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (17937,157936,1,-6800.07,-1100.01,-270.057,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (17938,157936,1,-6808.24,-614.827,-272.1,1.06465,0,0,0.507538,0.861629,180,100,1), - (17939,157936,1,-7308.93,-1120.48,-271.803,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (17940,157936,1,-8189.08,-1333.48,-219.312,2.19912,0,0,0.891007,0.453991,180,100,1), - (17941,157936,1,-7369.24,-1537.5,-271.289,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (17942,157936,1,-7087.07,-1419.23,-234.661,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (17943,157936,1,-7934.62,-987.559,-275.372,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (17944,157936,1,-7437.97,-974.364,-271.746,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (17945,157936,1,-7106.7,-793.555,-271.682,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (17946,157936,1,-6941.92,-906.047,-266.166,1.32645,0,0,0.615662,0.788011,180,100,1), - (17947,157936,1,-7162.44,-1296.78,-184.388,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (17948,157936,1,-7148.2,-1808.66,-271.066,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (17949,157936,1,-7087.89,-1028.41,-272.091,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (17950,157936,1,-6812.4,-1324.52,-272.222,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (17951,157936,1,-8025.02,-1559.29,-271.563,0.785398,0,0,0.382683,0.92388,180,100,1), - (17952,157936,1,-6862.71,-1617.43,-270.995,0.925024,0,0,0.446198,0.894934,180,100,1), - (17953,157936,1,-6929.41,-1448.56,-272.533,1.93731,0,0,0.824126,0.566406,180,100,1), - (17954,157936,1,-7913.36,-1408.92,-265.495,0.767945,0,0,0.374607,0.927184,180,100,1), - (17955,157936,1,-6918.28,-277.849,-197.941,2.40855,0,0,0.93358,0.358368,180,100,1), - (17956,157936,1,-6673.42,-1523.11,-270.829,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (17957,157936,1,-7345.9,-1421.37,-267.298,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (17958,157936,1,-6977.26,-1836.79,-273.335,1.71042,0,0,0.75471,0.656059,180,100,1), - (17959,157936,1,-7687.05,-811.709,-268.542,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (17960,157936,1,-7586.07,-2171.71,-273.367,0.610865,0,0,0.300706,0.953717,180,100,1), - (17961,157936,1,-6532.12,-682.592,-269.538,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (17962,174493,230,830.798,-153.023,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (17963,157936,1,-7849.12,-813.347,-272.165,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (17964,157936,1,-7839.09,-2118.6,-254.36,1.22173,0,0,0.573576,0.819152,180,100,1), - (17965,157936,1,-6629.58,-960.492,-271.529,1.0472,0,0,0.5,0.866025,180,100,1), - (17966,101836,0,4.19056,-1600.65,195.089,3.10668,0,0,0.999848,0.017453,7200,100,1), - (17967,157936,1,-7055.96,-1580.33,-271.755,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (17968,157936,1,-6399.99,-1766.62,-271.858,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (17969,157936,1,-7277.87,-1016.88,-272.19,1.81514,0,0,0.788011,0.615662,180,100,1), - (17970,157936,1,-6957.35,-466.051,-272.351,-2.09439,0,0,0.866025,-0.5,180,100,1), - (17971,161521,1,-7596.07,-889.445,-271.754,0.139626,0,0,0.069756,0.997564,2,100,1), - (17972,161526,1,-6867.92,-2002.76,-272.212,1.5708,0,0,0.707107,0.707107,2,100,1), - (17973,101842,0,25.899,-1624.74,197.502,-3.11541,0,0,0.999914,-0.01309,7200,100,1), - (17974,101844,0,25.9894,-1626.81,197.502,-3.11541,0,0,0.999914,-0.01309,7200,100,1), - (17975,161527,1,-7746.34,-612.641,-267.134,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (17976,101845,0,24.2609,-1623.12,197.502,-2.47837,0,0,0.945519,-0.325568,7200,100,1), - (17977,101846,0,23.6505,-1631.35,203.904,1.55334,0,0,0.700909,0.713251,7200,100,1), - (17978,161527,1,-7780.08,-675.24,-258.412,0.244346,0,0,0.121869,0.992546,180,100,1), - (17979,101848,0,27.0617,-1621.39,203.906,-2.21657,0,0,0.894934,-0.446198,7200,100,1), - (17980,101837,0,-0.498178,-1591.36,195.089,1.7017,0,0,0.75184,0.659346,7200,100,1), - (17981,161527,1,-7890.34,-610.22,-259.979,1.55334,0,0,0.700909,0.71325,180,100,1), - (17982,101847,0,27.3939,-1629.49,203.906,2.05949,0,0,0.857167,0.515038,7200,100,1), - (17983,161527,1,-7876.51,-614.429,-261.048,0.087266,0,0,0.043619,0.999048,180,100,1), - (17984,101849,0,28.1945,-1626.52,203.906,2.73144,0,0,0.979045,0.203642,7200,100,1), - (17986,101841,0,24.2973,-1619.77,203.906,-1.61443,0,0,-0.722364,0.691513,7200,100,1), - (17987,161527,1,-7847.43,-648.261,-260.871,1.55334,0,0,0.700909,0.71325,180,100,1), - (17988,101840,0,22.2329,-1626.82,197.502,0.026178,0,0,0.013089,0.999914,7200,100,1), - (17989,161527,1,-7874.33,-621.346,-260.631,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (17990,161527,1,-7513.46,-682.216,-254.202,1.88496,0,0,0.809017,0.587785,180,100,1), - (17991,101835,0,-4.05033,-1600.34,195.089,0.008726,0,0,0.004363,0.99999,7200,100,1), - (17992,161527,1,-7884.15,-618.194,-260.14,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (17993,101838,0,22.3563,-1624.78,197.502,0.026178,0,0,0.013089,0.999914,7200,100,1), - (17994,101839,0,24.2049,-1628.65,197.502,1.54462,0,0,0.69779,0.716302,7200,100,1), - (17995,161527,1,-7889.81,-618.472,-259.848,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (17996,161527,1,-7824.72,-917.786,-267.953,0.663225,0,0,0.325568,0.945519,180,100,1), - (17997,161527,1,-7760.56,-843.386,-269.013,0.907571,0,0,0.438371,0.898794,180,100,1), - (17998,161527,1,-7752.41,-750.97,-266.476,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (17999,161527,1,-7741.71,-742.488,-262.382,2.23402,0,0,0.898794,0.438371,180,100,1), - (18000,161527,1,-7879.14,-896.516,-271.63,1.41372,0,0,0.649448,0.760406,180,100,1), - (18001,180216,1,-7288.95,-697.008,-305.884,-0.523599,0,0,0.258819,-0.965926,300,100,1), - (18002,180216,1,-7203.28,-674.291,-281.629,0.401426,0,0,0.199368,0.979925,300,100,1), - (18003,180216,1,-7362.93,-703.902,-307.389,2.72271,0,0,0.978148,0.207912,300,100,1), - (18004,2040,1,-7390.91,-2384.39,-216.496,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (18005,2040,1,-7181.35,-685.201,-267.175,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (18006,2040,1,-7567.56,-1400.13,-265.711,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (18007,2040,1,-6414.91,-1786.3,-267.509,-2.54818,0,0,-0.956305,0.292372,300,100,1), - (18008,180217,1,-7288.95,-697.008,-305.884,-0.523599,0,0,0.258819,-0.965926,900,100,1), - (18009,180217,1,-7203.28,-674.291,-281.629,0.401426,0,0,0.199368,0.979925,900,100,1), - (18010,180217,1,-7362.93,-703.902,-307.389,2.72271,0,0,0.978148,0.207912,900,100,1), - (18011,2047,1,-6755.37,-1399.22,-264.227,-1.3439,0,0,-0.622513,0.782609,300,100,1), - (18012,61953,1,-2883.3,-271.612,53.917,2.73144,0,0,0.979045,0.203642,900,100,1), - (18013,138497,1,-1152.54,2895.45,202.403,0.67949,0.000869,-0.003756,0.333242,0.942833,900,100,1), - (18014,3076,1,-3105.46,-1201.16,85.2409,1.09956,0,0,0.522499,0.85264,2,100,1), - (18016,3852,1,-401.162,1860,128.514,2.74889,0,0,0.980785,0.19509,900,100,1), - (18017,2061,1,-1926.55,431.244,133.59,3.14159,-0.004363,0.004363,0.999981,0.000019,900,100,1), - (18018,2061,1,-2405.66,226.712,48.7031,-3.10669,-0.017065,-0.022113,0.999451,-0.017826,900,100,1), - (18019,2061,1,-1926,-709.528,3.57442,3.14159,0,0,1,0,900,100,1), - (18020,2061,1,-2934.61,-1273.04,72.2044,3.14159,0,0,1,0,900,100,1), - (18021,2061,1,-2265.87,-307.139,-9.4257,3.14159,0,0,1,0,900,100,1), - (18022,2061,1,-2386.13,-390.918,-3.39068,2.15548,0.034508,0.045814,0.879675,0.472104,900,100,1), - (18023,2061,1,-1478.22,-986.466,148.621,3.14159,0,0,1,0,900,100,1), - (18024,2061,1,-1523.76,-988.682,150.635,3.14159,0,0,1,0,900,100,1), - (18025,2061,1,-1725.04,3184.21,4.33212,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (18026,2061,1,-2897.13,-274.717,53.9047,2.42601,0,0,0.936672,0.350207,900,100,1), - (18027,2061,1,-2277.64,-309.08,-9.42493,2.68781,0,0,0.97437,0.224951,900,100,1), - (18028,2061,1,-2267.86,-295.326,-9.42493,3.13287,0,0,0.99999,0.004363,900,100,1), - (18029,2061,1,-2270.34,-281.727,-9.42569,-2.85361,0,0,0.989651,-0.143493,900,100,1), - (18030,2061,1,-2176.38,-410.315,-4.77444,-3.05433,0,0,0.999048,-0.043619,900,100,1), - (18031,2061,1,-2152.59,2678.26,61.387,-2.27765,0,0,0.908143,-0.41866,900,100,1), - (18032,2061,1,-1350.14,-1126.14,141.571,3.14159,-0.004363,0,0.99999,0,900,100,1), - (18033,2061,1,-513.468,1841.53,94.3219,-2.82788,0,0,0.987724,-0.156212,900,100,1), - (18034,2061,1,-2254.61,-304.677,-9.4249,3.14159,0,0,1,0,900,100,1), - (18035,2061,1,-2264.61,-318.313,-9.4249,3.14159,0,0,1,0,900,100,1), - (18036,2061,1,182.857,1154.68,168.305,0.451998,0,0,0.22408,0.974571,900,100,1), - (18037,2061,1,-2883.3,-271.612,53.917,2.73144,0,0,0.979045,0.203642,900,100,1), - (18038,2061,1,-1596.13,850.377,117.23,-3.14159,-0.00436,0.039259,0.99922,0.000171,900,100,1), - (18039,2061,1,-1052.08,-310.696,159.031,-3.05433,0,0,0.999048,-0.043619,900,100,1), - (18040,2061,1,-1043.45,-308.713,159.031,3.14159,0,0,1,0,900,100,1), - (18041,2061,1,-1071.19,-276.392,159.031,3.14159,0,0,1,0,900,100,1), - (18042,2061,1,-1151.05,-1031.47,3.40877,3.12414,-0.017452,0.000152,0.99981,0.008725,900,100,1), - (18043,2061,1,-852.223,1073.55,91.7444,-1.1302,0,0,-0.535502,0.844534,900,100,1), - (18044,2061,1,-1742.22,948.166,91.7389,2.03824,0,0,0.851648,0.524114,900,100,1), - (18045,2061,1,-1884.87,1108.26,91.9544,0.687147,0,0,0.336854,0.941557,900,100,1), - (18046,2061,1,-1935.52,1234.5,91.278,-0.277988,0,0,-0.138547,0.990356,900,100,1), - (18047,2061,1,-1178.72,2704.81,111.593,-2.02923,0,0,-0.849278,0.527947,900,100,1), - (18048,2061,1,-1457.84,-1068.05,142.847,3.14159,0,0,1,0,900,100,1), - (18049,2061,1,-1886.18,987.436,90.558,1.16787,0,0,0.551313,0.834298,900,100,1), - (18050,2061,1,-946.586,894.099,90.7859,3.13287,0,0,0.99999,0.004363,900,100,1), - (18051,2061,1,-1058.91,1021.65,91.014,3.14159,0,0,1,0,900,100,1), - (18052,2061,1,-1039.04,906.292,92.6294,2.35579,0,0,0.923802,0.382872,900,100,1), - (18053,2061,1,-808.24,-31.0297,-13.2098,3.14159,0,0,1,0,900,100,1), - (18054,2061,1,-2170.08,-394.969,-3.79751,3.14159,0,0,1,0,900,100,1), - (18055,2061,1,-2872.7,-1040.85,54.2209,-2.45953,0,0,0.94241,-0.334461,900,100,1), - (18056,2061,1,-938.558,33.1454,18.2845,-0.759218,0,0,-0.370557,0.92881,900,100,1), - (18057,2061,1,-2401.79,-397.705,-2.08003,3.14159,0,-0.008727,0.999962,0,900,100,1), - (18058,2061,1,-2740.26,-435.603,-4.50803,3.14159,0.082801,0.013045,0.99648,-0.001084,900,100,1), - (18059,2061,1,-1788.01,1052.12,93.3257,-1.68407,0,0,-0.746001,0.665944,900,100,1), - (18060,2061,1,-2240.45,-400.991,-9.42564,-1.82387,0,0,-0.79069,0.612217,900,100,1), - (18061,2061,1,-1227.38,-19.8772,165.325,3.14159,0,0,1,0,900,100,1), - (18062,180750,1,-4223.67,2385.48,0,-2.30383,0,0,-0.913544,0.406739,180,100,1), - (18063,180750,1,-4652.45,2377.74,0,3.08923,0,0,0.999657,0.0261783,180,100,1), - (18064,180750,1,-4046.58,2884.38,0,-1.78024,0,0,-0.777147,0.629319,180,100,1), - (18065,180750,1,-4379.91,2368.7,0,-2.68781,0,0,-0.97437,0.22495,180,100,1), - (18066,180750,1,-3931.2,2746.97,0,-0.680679,0,0,-0.333807,0.942641,180,100,1), - (18067,180750,1,3333.88,-5834.96,0,0.15708,0,0,0.0784593,0.996917,180,100,1), - (18068,2061,1,-1155.98,66.8138,145.96,0.095993,0,0,0.047978,0.998848,900,100,1), - (18069,180750,1,-6710.04,-4814.66,0,-1.09956,0,0,-0.5225,0.852639,180,100,1), - (18070,180751,1,-6710.04,-4814.66,0,-1.09956,0,0,-0.5225,0.852639,180,100,1), - (18071,180751,1,-4230.19,2460.48,0,-0.314159,0,0,-0.156434,0.987688,180,100,1), - (18072,2061,1,-1173.28,-26.3016,164.488,1.31772,0,0,0.612217,0.79069,900,100,1), - (18073,2061,1,-1241.88,41.979,127.152,-2.40856,0,0,0.93358,-0.358368,900,100,1), - (18074,2061,1,-1299.78,129.196,131.572,1.31772,0,0,0.612217,0.79069,900,100,1), - (18075,2061,1,-1444.73,-100.507,161.216,-0.532325,0,0,-0.263031,0.964787,900,100,1), - (18076,2061,1,-1470.19,-85.51,161.216,-0.532325,0,0,-0.263031,0.964787,900,100,1), - (18077,2061,1,-1452.56,-85.9158,159.117,0.253072,0,0,0.126199,0.992005,900,100,1), - (18078,50445,1,-1458.03,-95.2139,159.117,0.253072,0,0,0.126199,0.992005,900,100,1), - (18079,2061,1,-1458.03,-95.2139,159.117,0.253072,0,0,0.126199,0.992005,900,100,1), - (18080,2061,1,-1440.98,-94.1412,161.216,-0.532325,0,0,-0.263031,0.964787,900,100,1), - (18081,2061,1,-1466.44,-79.1438,161.216,-0.532325,0,0,-0.263031,0.964787,900,100,1), - (18082,180751,1,-3931.2,2746.97,0,-0.680679,0,0,-0.333807,0.942641,180,100,1), - (18083,180751,1,-4582.54,2354.77,0,0.750492,0,0,0.366501,0.930417,180,100,1), - (18084,180751,1,3254.9,-5812.65,0,-2.58309,0,0,-0.961262,0.275636,180,100,1), - (18085,180751,1,-6839.84,-4888.99,0,-1.25664,0,0,-0.587786,0.809016,180,100,1), - (18086,180751,1,2959.22,-6004.52,0,-1.53589,0,0,-0.694658,0.71934,180,100,1), - (18087,2061,1,-2295.75,-435.007,-5.34616,-1.7017,0,0,-0.75184,0.659346,900,100,1), - (18088,2061,1,-2319.68,-438.993,-5.34616,-2.39983,0,0,0.932008,-0.362438,900,100,1), - (18089,2061,1,-2301.75,-458.31,-5.34616,-1.87623,0,0,-0.806445,0.59131,900,100,1), - (18090,2061,1,-2357.73,-352.276,-0.642704,0.148352,0,0,0.074108,0.99725,900,100,1), - (18091,2061,1,-2375.28,-347.097,-8.85251,1.09956,0,0,0.522498,0.852641,900,100,1), - (18092,2061,1,-2360.83,-347.275,-8.8663,-1.23918,0,0,-0.580703,0.814116,900,100,1), - (18093,2061,1,-2873.73,-219.324,54.8712,-2.32129,0,0,0.91706,-0.398749,900,100,1), - (18094,2061,1,-2922.91,-231.506,54.2929,-1.42244,0,0,-0.652759,0.757565,900,100,1), - (18095,2061,1,-2916.71,-228.517,54.2929,-1.55334,0,0,-0.700909,0.71325,900,100,1), - (18096,2061,1,-2927.41,-212.532,54.2929,-1.49226,0,0,-0.6788,0.734323,900,100,1), - (18097,175885,1,-1065.79,-303.896,159.741,0,0,0,0,1,900,100,1), - (18098,175885,1,-1451.1,-93.011,191.806,2.26893,0,0,0.906308,0.422618,900,100,1), - (18099,175885,1,-1212.68,41.8308,131.157,-1.09956,0,0,0.522499,-0.85264,900,100,1), - (18100,175885,1,-1197.37,21.8517,176.949,2.53073,0,0,0.953717,0.300706,900,100,1), - (18101,175885,1,-1201.88,13.3847,164.136,-1.37881,0,0,0.636078,-0.771625,900,100,1), - (18102,175885,1,-1182.85,46.1025,145.774,1.78024,0,0,0.777146,0.62932,900,100,1), - (18103,175885,1,-987.642,275.921,134.965,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (18104,50446,1,-1452.56,-85.9158,159.117,0.253072,0,0,0.126199,0.992005,900,100,1), - (18105,180752,1,-3950.56,3053.76,0,-0.680679,0,0,-0.333807,0.942641,180,100,1), - (18106,50447,1,-1444.73,-100.507,161.216,-0.532325,0,0,-0.263031,0.964787,900,100,1), - (18107,180752,1,-4091.41,2695.04,0,2.00713,0,0,0.843392,0.537299,180,100,1), - (18108,50448,1,-1440.98,-94.1412,161.216,-0.532325,0,0,-0.263031,0.964787,900,100,1), - (18109,180752,1,-3868.3,3103.87,0,-1.23918,0,0,-0.580701,0.814117,180,100,1), - (18110,50449,1,-1466.44,-79.1438,161.216,-0.532325,0,0,-0.263031,0.964787,900,100,1), - (18111,180752,1,-4722.65,2106.9,0,-0.05236,0,0,-0.026177,0.999657,180,100,1), - (18112,2066,1,-3435.12,-133.554,104.186,3.14159,0,0,1,0,900,100,1), - (18113,2066,1,-2972.72,-1269.14,72.2044,-1.81734,0,0,-0.788688,0.614794,900,100,1), - (18114,2066,1,-1053.65,-288.594,159.03,3.07178,0,0,0.999391,0.034899,900,100,1), - (18115,50450,1,-1470.19,-85.51,161.216,-0.532325,0,0,-0.263031,0.964787,900,100,1), - (18116,142101,1,-3435.12,-133.554,104.186,3.14159,0,0,1,0,900,100,1), - (18117,180752,1,-4798.63,2316.71,0,0.034907,0,0,0.0174526,0.999848,180,100,1), - (18118,180752,1,-4236.73,2361.38,0,2.67035,0,0,0.972369,0.233447,180,100,1), - (18119,180752,1,-7055.77,-4876.62,0,-1.64061,0,0,-0.731354,0.681998,180,100,1), - (18120,180752,1,-6951.29,-4907.06,0,-2.89725,0,0,-0.992546,0.121868,180,100,1), - (18121,180752,1,-4731.54,2379.84,0,0.15708,0,0,0.0784593,0.996917,180,100,1), - (18122,180752,1,2969.99,-6115.76,0,-0.017453,0,0,-0.00872639,0.999962,180,100,1), - (18123,180752,1,-4230.19,2460.48,0,-0.314159,0,0,-0.156434,0.987688,180,100,1), - (18124,50468,1,-1240.23,112.188,129.654,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (18125,180752,1,-4210.63,2542.91,0,-1.55334,0,0,-0.700908,0.713252,180,100,1), - (18126,50469,1,-1240.52,104.844,128.592,2.80998,0,0,0.986286,0.165047,900,100,1), - (18127,180752,1,-7020.72,-4871.83,0,4.71239,0,0,0.707106,-0.707107,180,100,1), - (18128,180752,1,-6765.14,-4867.56,0,-2.19912,0,0,-0.891008,0.453988,180,100,1), - (18130,142118,1,-2934.61,-1273.04,72.2044,3.14159,0,0,1,0,900,100,1), - (18132,180248,0,-12111.2,383.494,0,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (18133,180248,0,-13243,562.016,0,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (18134,180248,0,-13291.1,658.304,0,1.0821,0,0,0.515038,0.857167,180,100,1), - (18135,180248,0,-12966.7,487.359,0,0.488692,0,0,0.241922,0.970296,180,100,1), - (18136,180248,0,-13640.6,619.701,0,2.54818,0,0,0.956305,0.292372,180,100,1), - (18137,180248,0,-13983.8,633.474,0,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (18139,180582,1,-1773.84,-3813.52,0,-2.68781,0,0,-0.97437,0.22495,180,100,1), - (18140,180582,1,-1981.99,-3767.3,0,1.5708,0,0,0.707108,0.707106,180,100,1), - (18141,180582,1,5881.34,595.47,0,-2.51327,0,0,-0.951056,0.309019,180,100,1), - (18142,180582,1,6293.92,590.357,0,-0.418879,0,0,-0.207912,0.978148,180,100,1), - (18143,180248,0,-14256.9,-44.8341,0,0.314159,0,0,0.156434,0.987688,180,100,1), - (18144,180582,1,-1476.99,-3924.05,0,-3.05433,0,0,-0.999048,0.0436174,180,100,1), - (18145,180582,1,6486.94,822.047,0,0.994838,0,0,0.477159,0.878817,180,100,1), - (18146,180900,0,-12968.7,489.778,0,-1.13446,0,0,-0.537298,0.843393,180,100,1), - (18147,180900,0,-12829.6,440.834,0,2.75762,0,0,0.981627,0.190809,180,100,1), - (18148,180901,0,-12749.4,343.818,0,-2.58309,0,0,-0.961262,0.275636,180,100,1), - (18149,180902,0,-14320.4,529.485,0,-2.67035,0,0,-0.972369,0.233447,180,100,1), - (18150,142131,1,-1151.05,-1031.47,3.40877,3.12414,-0.017452,0.000152,0.99981,0.008725,900,100,1), - (18151,180655,1,-1951.5,-3759.95,0,0.663225,0,0,0.325568,0.945519,180,100,1), - (18152,50484,1,-1091.05,-0.080078,140.534,3.06305,0,0,0.999229,0.03926,900,100,1), - (18153,180655,1,-1011.95,-3808.33,0,-2.3911,0,0,-0.930417,0.366502,180,100,1), - (18154,180655,1,-1773.84,-3813.52,0,-2.68781,0,0,-0.97437,0.22495,180,100,1), - (18155,177204,1,-1030.41,-291.593,162.301,-3.02815,0,0,0.998392,-0.056692,900,100,1), - (18156,50485,1,-1118.26,38.2847,141.303,-3.05433,0,0,0.999048,-0.043619,900,100,1), - (18157,180662,0,-2704.53,-1210.83,0,2.14675,0,0,0.878816,0.477161,180,100,1), - (18158,180663,1,2617.94,-365.778,102.761,1.78024,0,0,0.777146,0.62932,180,100,1), - (18159,177205,1,-1047.04,-311.059,161.673,1.77151,0,0,0.774393,0.632705,900,100,1), - (18160,50486,1,-1103.19,20.7839,140.441,-2.67036,0,0,0.97237,-0.233445,900,100,1), - (18161,180663,1,2891.01,-333.287,102.761,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (18162,180663,1,2509.32,-2855.59,150.071,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (18163,153399,1,-1478.22,-986.466,148.621,3.14159,0,0,1,0,900,100,1), - (18164,50487,1,-1114.59,5.88769,141.813,0.279252,0,0,0.139173,0.990268,900,100,1), - (18165,180664,0,-3707.95,-631.876,0,-0.925024,0,0,-0.446198,0.894934,180,100,1), - (18166,177207,1,-1033.96,-276.572,161.18,-2.67908,0,0,0.973379,-0.2292,900,100,1), - (18167,153400,1,-1523.76,-988.682,150.635,3.14159,0,0,1,0,900,100,1), - (18168,50488,1,-1139.79,49.5422,143.75,-0.401426,0,0,-0.199368,0.979925,900,100,1), - (18169,180664,0,-3884.81,-712.804,0,-0.10472,0,0,-0.0523361,0.99863,180,100,1), - (18170,177208,1,-1035.12,-304.509,160.785,2.38238,0,0,0.92881,0.370557,900,100,1), - (18171,50489,1,-1161.03,29.599,145.611,1.24791,0,0,0.58425,0.811574,900,100,1), - (18172,180664,0,-2681.61,-1279.36,0,-2.46091,0,0,-0.942641,0.333809,180,100,1), - (18173,22603,0,-337.056,8.56755,60.4914,-0.410154,0,0,-0.203642,0.979045,7200,100,1), - (18174,2061,0,-337.056,8.56755,60.4914,-0.410154,0,0,-0.203642,0.979045,7200,100,1), - (18175,177209,1,-1060.18,-309.301,161.102,1.16064,0,0,0.548293,0.836286,900,100,1), - (18177,50490,1,-1148.18,27.096,144.995,1.4748,0,0,0.672367,0.740218,900,100,1), - (18179,153402,1,-1457.84,-1068.05,142.847,3.14159,0,0,1,0,900,100,1), - (18181,180682,1,-2937.83,-4248.67,0,-0.977384,0,0,-0.469471,0.882948,180,100,1), - (18183,1621,0,-10366.2,-84.3276,45.1319,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (18184,50491,1,-1225.58,81.0292,130.295,1.91986,0,0,0.819152,0.573576,900,100,1), - (18185,180683,1,-3053.86,-4229.58,0,0.541052,0,0,0.267238,0.96363,180,100,1), - (18187,50492,1,-1254.99,51.566,126.546,1.8675,0,0,0.803857,0.594823,900,100,1), - (18189,180683,1,-2693.47,-4182.76,0,-2.79253,0,0,-0.984808,0.173647,180,100,1), - (18191,50493,1,-1235.28,83.7881,130.113,-0.741765,0,0,-0.362438,0.932008,900,100,1), - (18193,180683,1,-3193.46,-4268.06,0,1.309,0,0,0.608763,0.793352,180,100,1), - (18195,180683,1,-3153.37,-4241.55,0,1.8675,0,0,0.803856,0.594824,180,100,1), - (18196,174531,230,897.474,-202.262,-43.721,-2.67908,0,0,0.973379,-0.229201,600,100,1), - (18197,170557,230,488.845,87.2209,0,3.14159,0,0,1,0,600,100,1), - (18198,50494,1,-1266.58,52.5069,129.362,0.375246,0,0,0.186524,0.98245,900,100,1), - (18200,180683,1,-1726.92,3240.38,0,0.541052,0,0,0.267238,0.96363,180,100,1), - (18202,180683,1,-1819.44,3065.4,0,-2.70526,0,0,-0.976296,0.21644,180,100,1), - (18204,50495,1,-1264.08,53.5709,129.373,-2.90597,0,0,0.993068,-0.117537,900,100,1), - (18206,180683,1,-1932.85,3071.6,0,-1.23918,0,0,-0.580701,0.814117,180,100,1), - (18208,50496,1,-1265.76,54.3763,129.309,-1.29154,0,0,-0.601815,0.798635,900,100,1), - (18209,175441,329,3524.13,-3377.81,133.013,2.96706,-0.003802,-0.043453,0.995247,0.087073,180,100,1), - (18211,180683,1,-2019.94,3154.51,0,-1.64061,0,0,-0.731354,0.681998,180,100,1), - (18213,180685,1,-2591.33,-4100.78,0,-2.89725,0,0,-0.992546,0.121868,180,100,1), - (18214,142144,1,-1443.13,2864.16,87.9732,-1.25664,0,0,-0.587786,0.809016,300,100,1), - (18216,170565,230,412.167,-202.4,-65.0041,2.24275,0,0,0.900698,0.434445,600,100,1), - (18217,174521,230,852.277,-205.136,-43.6971,-1.03847,0,0,-0.496216,0.868199,600,100,1), - (18219,50497,1,-1202.19,123.823,137.11,-1.59698,0,0,-0.716302,0.697791,900,100,1), - (18223,180685,1,-3371.17,-4340.61,0,2.77507,0,0,0.983255,0.182237,180,100,1), - (18225,180685,1,-1773.08,3283.3,0,0.645772,0,0,0.317305,0.948324,180,100,1), - (18226,50498,1,-1202.21,121.164,137.06,1.28282,0,0,0.598325,0.801254,900,100,1), - (18227,180712,1,-4230.19,2460.48,0,-0.314159,0,0,-0.156434,0.987688,180,100,1), - (18228,22606,0,-337.497,9.60935,55.5745,-2.60054,0,0,0.96363,-0.267239,7200,100,1), - (18229,180405,0,-10512.3,-3324.96,32.1784,-0.698132,0,0,0.34202,-0.939693,600,100,1), - (18230,50499,1,-1203.34,123.01,136.207,-0.523599,0,0,-0.258819,0.965926,900,100,1), - (18232,180712,1,-6765.14,-4867.56,0,-2.19912,0,0,-0.891008,0.453988,180,100,1), - (18278,50500,1,-1284.06,121.827,133.544,-2.84489,0,0,0.989016,-0.147809,900,100,1), - (18279,180712,1,-4153.15,2618.2,0,2.74017,0,0,0.979925,0.199366,180,100,1), - (18280,161525,230,607.668,-229.653,-52.8988,1.8326,0,0,0.793354,0.608761,600,100,1), - (18281,50501,1,-1285.62,120.101,133.552,1.13446,0,0,0.5373,0.843391,900,100,1), - (18282,180712,1,-4859.53,2239.23,0,0.05236,0,0,0.026177,0.999657,180,100,1), - (18283,50502,1,-1285.61,122.699,133.55,-1.33518,0,0,-0.619094,0.785317,900,100,1), - (18284,180712,1,2959.22,-6004.52,0,-1.53589,0,0,-0.694658,0.71934,180,100,1), - (18285,2061,0,-337.497,9.60935,55.5745,-2.60054,0,0,0.96363,-0.267239,7200,100,1), - (18286,22605,0,-336.83,9.8719,55.5745,0.88139,0,0,0.426568,0.904455,7200,100,1), - (18287,2061,0,-336.83,9.8719,55.5745,0.88139,0,0,0.426568,0.904455,7200,100,1), - (18288,22604,0,-337.225,8.70207,55.5745,-0.410154,0,0,-0.203642,0.979045,7200,100,1), - (18289,2061,0,-337.225,8.70207,55.5745,-0.410154,0,0,-0.203642,0.979045,7200,100,1), - (18290,22602,0,-337.328,9.47483,60.4914,-2.60054,0,0,0.96363,-0.267239,7200,100,1), - (18291,23879,1,-2972.72,-1269.14,72.2044,-1.81734,0,0,-0.788688,0.614794,900,100,1), - (18292,50503,1,-1277.98,81.1389,128.42,0.907571,0,0,0.438371,0.898794,900,100,1), - (18293,180712,1,3875.84,-5796.33,0,-0.087267,0,0,-0.0436197,0.999048,180,100,1), - (18294,50504,1,-1244.41,137.311,132.628,-1.52716,0,0,-0.691513,0.722364,900,100,1), - (18295,3656,1,-2170.08,-394.969,-3.79751,3.14159,0,0,1,0,900,100,1), - (18296,50505,1,-1289.74,131.923,131.151,0.706858,0,0,0.346117,0.938191,900,100,1), - (18297,2061,0,-337.328,9.47483,60.4914,-2.60054,0,0,0.96363,-0.267239,7200,100,1), - (18298,4170,1,-1286.24,189.72,130.08,-1.07338,0,0,-0.511294,0.859406,900,100,1), - (18299,50506,1,-1102.72,-1.18169,143.546,2.97579,0,0,0.996566,0.082808,900,100,1), - (18300,3658,1,-1466.17,-980.293,148.621,-2.09439,0,0,0.866025,-0.5,7200,100,1), - (18301,3658,1,-1343.92,-1127.75,141.794,0.506145,0,0,0.25038,0.968148,7200,100,1), - (18302,3658,1,-1604.49,-1224.06,136.574,-1.3439,0,0,0.622515,-0.782608,7200,100,1), - (18303,3658,1,-1577.29,-1191.23,142.176,1.0472,0,0,0.5,0.866025,7200,100,1), - (18304,3658,1,-1894.44,357.08,107.787,3.14159,0,0,1,0,7200,100,1), - (18305,3658,1,-2416.05,498.563,64.3684,-1.27409,0,0,0.594823,-0.803857,7200,100,1), - (18306,175404,1,4448.51,-6137,102.395,2.09,0,0,0.864924,0.501902,300,100,1), - (18309,175404,1,3851.76,-7040,0,3.927,0,0,0.923878,-0.382688,300,100,1), - (18311,175404,1,-7074,-1191,-249,-3,0,0,-0.997495,0.0707372,300,100,1), - (18313,175404,1,-7294,-1193,-255,5.798,0,0,0.24022,-0.970718,300,100,1), - (18314,175404,1,6675.58,-4232,671.242,5.828,0,0,0.225633,-0.974212,300,100,1), - (18317,175404,1,4534.6,-4125,935.633,2.138,0,0,0.87672,0.481001,300,100,1), - (18318,175404,1,-7891,-886,-272,4.081,0,0,0.891702,-0.452622,300,100,1), - (18319,175404,1,-7450,-276,-212,3.872,0,0,0.934051,-0.35714,300,100,1), - (18322,175404,1,7654.09,-3976,703.508,4.91,0,0,0.633906,-0.77341,300,100,1), - (18323,175404,1,8202.19,-3942,706.008,4.423,0,0,0.801675,-0.59776,300,100,1), - (18326,175404,1,-7116,-1463,-244,1.431,0,0,0.655995,0.754765,300,100,1), - (18328,175404,1,4258.43,-6701,2.534,4.375,0,0,0.815789,-0.578349,300,100,1), - (18330,175404,1,5993.62,-4111,887.008,0.455,0,0,0.225543,0.974233,300,100,1), - (18331,175404,1,6088.6,-4111,876.196,6.183,0,0,0.0500717,-0.998746,300,100,1), - (18332,175404,1,6091.56,-4269,752.951,6.117,0,0,0.082997,-0.99655,300,100,1), - (18333,175404,1,4810.66,-4697,871.996,4.035,0,0,0.901876,-0.431995,300,100,1), - (18334,175404,1,4448.43,-4533,909.704,5.375,0,0,0.438647,-0.898659,300,100,1), - (18337,175404,1,4374.35,-7344,97.459,1.679,0,0,0.744309,0.667835,300,100,1), - (18339,175404,1,6726.77,-5284,780.411,5.036,0,0,0.583955,-0.811786,300,100,1), - (18340,175404,1,3405.14,-5357,115.393,2.845,0,0,0.989024,0.147753,300,100,1), - (18345,175404,1,6763.31,-5184,747.824,3.742,0,0,0.955276,-0.295715,300,100,1), - (18346,175404,1,4151.98,-7854,9.318,4.953,0,0,0.617132,-0.78686,300,100,1), - (18353,175404,1,4679.48,-6822,153.123,1.575,0,0,0.708591,0.705619,300,100,1), - (18355,175404,1,8221.88,-3709,730.952,5.719,0,0,0.278366,-0.960475,300,100,1), - (18356,175404,1,4171.92,-7807,15.076,1.987,0,0,0.837941,0.54576,300,100,1), - (18357,175404,1,6431.27,-4066,660.155,3.654,0,0,0.967359,-0.25341,300,100,1), - (18358,175404,1,4480.98,-4024,944.566,1.679,0,0,0.744309,0.667835,300,100,1), - (18362,175404,1,4538.1,-4507,890.827,1.93,0,0,0.822049,0.569417,300,100,1), - (18363,175404,1,-6946.11,-412.05,-268.141,0,0,0,0,1,300,255,1), - (18364,175404,1,-7376,-349,-251,3.063,0,0,0.999228,0.0392862,300,100,1), - (18365,175404,1,4427.41,-4133,950.8,2.138,0,0,0.87672,0.481001,300,100,1), - (18366,175404,1,6460.43,-4134,661.69,2.794,0,0,0.984935,0.172923,300,100,1), - (18371,175404,1,6721.14,-5255,777.754,4.723,0,0,0.703345,-0.710848,300,100,1), - (18372,175404,1,4452.72,-6417,138.061,6.036,0,0,0.123278,-0.992372,300,100,1), - (18373,175404,1,8097.35,-3744,725.025,0.209,0,0,0.10431,0.994545,300,100,1), - (18374,175404,1,6588.5,-4077,658.43,4.681,0,0,0.718117,-0.695923,300,100,1), - (18375,175404,1,4279.52,-4350,917.696,3.944,0,0,0.920592,-0.390527,300,100,1), - (18376,175404,1,-7567,-837,-270,4.452,0,0,0.792924,-0.609321,300,100,1), - (18377,175404,1,-7733,-615,-265,5.203,0,0,0.514215,-0.857661,300,100,1), - (18380,175404,1,3166.08,-5141,132.286,3.884,0,0,0.931891,-0.362737,300,100,1), - (18381,175404,1,-7349,-1242,-273,1.556,0,0,0.701856,0.712319,300,100,1), - (18383,175404,1,5298.63,-4613,702.009,1.385,0,0,0.638463,0.769652,300,100,1), - (18388,175404,1,5916.34,-4371,752.483,1.517,0,0,0.687833,0.725869,300,100,1), - (18389,175404,1,-7223,-1171,-249,4.833,0,0,0.663205,-0.748438,300,100,1), - (18393,175404,1,3239.56,-5208,92.67,1.861,0,0,0.801919,0.597433,300,100,1), - (18394,175404,1,-7564,-981,-260,-1,0,0,-0.479426,0.877583,300,100,1), - (18396,175404,1,6182.17,-4203,755.085,0.555,0,0,0.273952,0.961743,300,100,1), - (18397,175404,1,6400.92,-3956,673.104,1.316,0,0,0.611536,0.791217,300,100,1), - (18398,175404,1,4230.15,-5266,124.357,0.247,0,0,0.123186,0.992384,300,100,1), - (18403,175404,1,7735.07,-3887,692.712,0.847,0,0,0.410954,0.911656,300,100,1), - (18404,175404,1,4825.46,-4499,892.063,4.039,0,0,0.90101,-0.433798,300,100,1), - (18410,175404,1,8232.67,-3771,721.022,5.719,0,0,0.278366,-0.960475,300,100,1), - (18411,175404,1,6592.31,-3858,658.55,5.978,0,0,0.152001,-0.98838,300,100,1), - (18412,175404,1,-7220,-1476,-239,1.471,0,0,0.670958,0.741495,300,100,1), - (18417,175404,1,-7210,-1486,-248,2.228,0,0,0.89747,0.441075,300,100,1), - (18420,175404,1,3782.76,-5355,89.898,5.075,0,0,0.568016,-0.823018,300,100,1), - (18421,175404,1,-7700,-520,-267,-1,0,0,-0.479426,0.877583,300,100,1), - (18422,175404,1,-7136,-1216,-215,4.456,0,0,0.791704,-0.610905,300,100,1), - (18423,175404,1,6480.99,-3872,664.57,6.167,0,0,0.0580601,-0.998313,300,100,1), - (18424,175404,1,-7214,-1396,-232,0.347,0,0,0.172631,0.984987,300,100,1), - (18426,175404,1,-7676.51,-729.477,-271.058,0.855211,0,0,0.414693,0.909961,300,255,1), - (18428,175404,1,-7453,-288,-211,4.501,0,0,0.777759,-0.628563,300,100,1), - (18430,175404,1,-8223,-1041,-184,2.481,0,0,0.945946,0.324323,300,100,1), - (18432,175404,1,-7265,-1324,-239,2.15,0,0,0.87959,0.475732,300,100,1), - (18433,175404,1,6705.22,-5213,781.624,2.027,0,0,0.848688,0.528894,300,100,1), - (18434,3658,1,-2212.89,-376.176,-8.69453,1.69297,0,0,0.748956,0.66262,7200,100,1), - (18435,4171,1,-1308.38,185.29,68.5858,-0.270525,0,0,-0.13485,0.990866,900,100,1), - (18436,50507,1,-1103.97,-2.26058,143.614,1.64061,0,0,0.731354,0.681998,900,100,1), - (18437,50508,1,-1145.24,35.1853,146.767,2.49582,0,0,0.948324,0.317305,900,100,1), - (18438,50509,1,-1145.23,35.1779,145.933,2.49582,0,0,0.948324,0.317305,900,100,1), - (18439,49485,1,-2357.73,-352.276,-0.642704,0.148352,0,0,0.074108,0.99725,900,100,1), - (18440,50510,1,-1145.61,37.0554,146.802,-2.25147,0,0,0.902585,-0.430511,900,100,1), - (18441,49486,1,-2375.28,-347.097,-8.85251,1.09956,0,0,0.522498,0.852641,900,100,1), - (18442,106318,1,-715.582,163.064,43.651,1.25664,0,0,0.587785,0.809017,7200,100,1), - (18443,106318,1,-779.688,-866.59,25.9785,-2.30383,0,0,0.913545,-0.406737,7200,100,1), - (18444,106318,1,-2742.5,-445.183,-3.4538,0.122173,0,0,0.061049,0.998135,7200,100,1), - (18445,106318,1,-1568.31,-1081.01,103.867,-2.42601,0,0,0.936672,-0.350207,7200,100,1), - (18446,106318,1,-1896.46,340.195,105.612,1.29154,0,0,0.601815,0.798636,7200,100,1), - (18447,106318,1,-2352.91,457.48,57.6084,-2.6529,0,0,0.970296,-0.241922,7200,100,1), - (18448,106318,1,-2413.07,221.975,48.8307,-1.32645,0,0,0.615661,-0.788011,7200,100,1), - (18449,106318,1,-2777.56,-691.963,7.00819,-2.89725,0,0,0.992546,-0.121869,7200,100,1), - (18450,106318,1,-798.078,-9.66634,-13.1282,-2.14675,0,0,0.878817,-0.477159,7200,100,1), - (18451,106318,1,-1161.17,529.54,28.1938,-1.0472,0,0,0.5,-0.866025,7200,100,1), - (18452,106318,1,-1922.72,-692.863,2.61607,-0.087267,0,0,0.04362,-0.999048,7200,100,1), - (18453,106318,1,-1925.37,-1050.77,44.0498,-0.820305,0,0,0.398749,-0.91706,7200,100,1), - (18454,106318,1,-1708.91,433.576,96.5276,2.96706,0,0,0.996195,0.087156,7200,100,1), - (18455,106318,1,-2635.94,-1249.2,13.6417,2.25148,0,0,0.902585,0.430511,7200,100,1), - (18456,50511,1,-1128.39,57.3023,145.36,-1.89368,0,0,-0.811574,0.58425,900,100,1), - (18457,49487,1,-2360.83,-347.275,-8.8663,-1.23918,0,0,-0.580703,0.814116,900,100,1), - (18458,50512,1,-1128.13,54.9449,145.34,1.88496,0,0,0.809017,0.587785,900,100,1), - (18459,50513,1,-1128.16,54.9897,144.568,1.88496,0,0,0.809017,0.587785,900,100,1), - (18460,1617,1,-588.498,169.273,57.0453,-0.959931,0,0,-0.461749,0.887011,300,100,1), - (18461,1617,1,-557.697,-469.588,26.3193,2.3911,0,0,0.930417,0.366502,300,100,1), - (18462,1617,1,-513.049,-593.411,23.1533,0.890118,0,0,0.430511,0.902585,300,100,1), - (18463,1617,1,-1306.84,-870.524,-3.29592,1.02974,0,0,0.492422,0.870357,300,100,1), - (18464,1617,1,-1716.92,447.402,101.308,0.226893,0,0,0.113203,0.993572,300,100,1), - (18465,1617,1,-2710.17,-1237.66,25.4411,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (18466,174964,0,-494.825,110.681,59.1793,1.51844,0,0,0.688355,0.725374,7200,100,1), - (18467,174966,0,-502.145,106.106,59.1793,-1.62316,0,0,-0.725374,0.688355,7200,100,1), - (18468,1617,1,-682.053,-120.229,-10.1455,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (18469,1617,1,-832.696,68.1838,-13.1859,0.017453,0,0,0.00872639,0.999962,300,100,1), - (18470,1617,1,-1793.68,-922.998,57.4691,0.541052,0,0,0.267238,0.96363,300,100,1), - (18471,1617,1,-2618.78,-408.003,-7.5256,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (18472,1621,0,-11019.5,-1231.85,59.6304,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (18473,1617,1,-2409.52,272.954,62.322,-0.558505,0,0,-0.275637,0.961262,300,100,1), - (18474,50514,1,-1104.79,0.156684,143.593,-1.14319,0,0,-0.540974,0.841039,900,100,1), - (18475,174967,0,-522.774,118.864,59.1793,-0.017452,0,0,-0.008726,0.999962,7200,100,1), - (18476,174959,0,-511.135,124.386,59.1793,-1.54462,0,0,-0.69779,0.716302,7200,100,1), - (18477,174958,0,-494.197,123.498,59.1793,-1.62316,0,0,-0.725374,0.688355,7200,100,1), - (18478,111969,0,-486.928,117.056,60.5024,3.08923,0,0,0.999657,0.026177,7200,100,1), - (18479,111974,0,-518.655,116.801,59.0643,-0.130899,0,0,-0.065403,0.997859,7200,100,1), - (18480,174961,0,-515.334,124.606,59.1793,-1.58825,0,0,-0.713251,0.700909,7200,100,1), - (18481,174955,0,-510.215,107.248,58.1639,-0.139627,0,0,-0.069757,0.997564,7200,100,1), - (18482,174956,0,-498.396,123.718,59.1793,-1.62316,0,0,-0.725374,0.688355,7200,100,1), - (18483,174957,0,-496.227,123.605,59.1793,-1.52716,0,0,-0.691513,0.722364,7200,100,1), - (18484,111950,0,-516.935,116.578,59.0643,2.94088,0,0,0.994969,0.100188,7200,100,1), - (18485,111943,0,-517.48,120.617,59.0643,-1.71042,0,0,-0.754709,0.656059,7200,100,1), - (18486,111942,0,-518.489,119.707,59.0643,-0.052359,0,0,-0.026176,0.999657,7200,100,1), - (18487,111945,0,-508.506,118.086,59.0643,-0.052359,0,0,-0.026176,0.999657,7200,100,1), - (18488,111946,0,-507.713,119.493,59.0643,-1.71042,0,0,-0.754709,0.656059,7200,100,1), - (18489,111948,0,-507.903,116.615,59.0643,1.56207,0,0,0.704015,0.710185,7200,100,1), - (18490,111949,0,-516.759,119.656,59.0643,3.07178,0,0,0.999391,0.034899,7200,100,1), - (18491,111979,0,-507.188,117.958,59.0643,3.07178,0,0,0.999391,0.034899,7200,100,1), - (18492,111973,0,-517.901,115.918,59.0643,1.56207,0,0,0.704015,0.710185,7200,100,1), - (18493,174960,0,-513.165,124.492,59.1793,-1.66679,0,0,-0.740218,0.672367,7200,100,1), - (18494,174962,0,-499.024,110.901,59.1793,1.57952,0,0,0.710186,0.704014,7200,100,1), - (18495,174954,0,-509.305,106.239,58.1639,1.51844,0,0,0.688355,0.725374,7200,100,1), - (18496,174965,0,-496.704,105.821,59.1793,-1.56207,0,0,-0.704014,0.710186,7200,100,1), - (18497,174963,0,-496.994,110.794,59.1793,1.4399,0,0,0.659346,0.75184,7200,100,1), - (18498,3799,0,-443.193,-115.531,54.9819,-1.19555,0,0,-0.562805,0.82659,7200,100,1), - (18499,2061,0,-443.193,-115.531,54.9819,-1.19555,0,0,-0.562805,0.82659,7200,100,1), - (18500,22536,0,-446.524,-111.907,55.0533,0.148352,0,0,0.074108,0.99725,7200,100,1), - (18501,22537,0,-446.859,-109.349,55.0533,0.130901,0,0,0.065404,0.997859,7200,100,1), - (18502,1618,1,-1542.43,-747.915,-35.2784,-1.50098,0,0,-0.681997,0.731355,300,100,1), - (18506,22535,0,-438.059,-108.33,55.0617,-3.02815,0,0,0.998392,-0.056693,7200,100,1), - (18507,1618,1,-608.708,-418.782,5.2718,1.22173,0,0,0.573576,0.819152,300,100,1), - (18508,22538,0,-447.104,-106.99,55.0533,0.104721,0,0,0.052336,0.99863,7200,100,1), - (18509,1618,1,-611.18,-643.33,10.957,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (18510,3800,0,-442.299,-115.501,54.9819,0.095992,0,0,0.047978,0.998848,7200,100,1), - (18511,175663,369,146.94,-6,-3,2.413,0,0,0.93436,0.35633,120,0,1), - (18512,175665,369,112.072,21.579,-1,0,0,0,-0.002182,0.999998,120,0,1), - (18513,175668,369,112.364,5.079,-4,0.851,0,0,0.412707,0.910864,120,0,1), - (18526,1618,1,-1384.98,-616.762,-56.1332,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (18527,1618,1,-624.96,48.9609,10.0239,2.40855,0,0,0.93358,0.35837,300,100,1), - (18528,1618,1,-1291.38,-258.187,-9.93692,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (18529,2061,0,-442.299,-115.501,54.9819,0.095992,0,0,0.047978,0.998848,7200,100,1), - (18530,1618,1,-712.911,-654.179,-20.9013,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (18531,1618,1,-843.166,115.225,-12.5558,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (18532,176311,0,-50.6499,-965.019,56.2774,-1.77151,0,0,-0.774393,0.632705,7200,100,1), - (18534,176314,0,-38.476,-962.312,56.2774,2.99324,0,0,0.99725,0.074108,7200,100,1), - (18535,176315,0,-48.7273,-956.862,56.2774,-0.558505,0,0,-0.275637,0.961262,7200,100,1), - (18536,1618,1,-1881.73,-907.366,16.2723,1.25664,0,0,0.587786,0.809016,300,100,1), - (18537,1618,1,-1781.27,-844.263,31.7833,-0.802851,0,0,-0.390731,0.920505,300,100,1), - (18538,176312,0,-41.3524,-968.165,56.2774,-2.25147,0,0,0.902585,-0.430511,7200,100,1), - (18541,21052,0,-11014,187.361,28.7922,-1.23918,0,0,0.580703,-0.814116,1,100,1), - (18542,51708,0,-10270.2,53.8742,41.8359,-3.12414,0,0,0.999962,-0.008727,1,100,1), - (18543,1618,1,-2610.06,-1345.73,2.22596,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (18544,1618,1,-2189.04,-980.737,6.6904,-1.98968,0,0,-0.838672,0.544637,300,100,1), - (18547,2852,0,-11160.8,-125.582,10.3232,-3.07178,0,0,0.999391,-0.034899,3600,100,1), - (18549,1618,1,-2416.27,158.068,47.6597,0.244346,0,0,0.121869,0.992546,300,100,1), - (18551,1618,1,-1598.67,184.727,-3.61915,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (18552,1618,1,-2481.27,-783.121,-4.40047,2.94961,0,0,0.995396,0.095844,300,100,1), - (18554,176313,0,-36.4863,-959.398,56.2774,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (18556,175735,0,-8367,401.885,123.427,2.286,0,0,0.909961,0.414693,120,0,1), - (18558,176316,0,-49.7027,-962.268,56.2774,-1.41372,0,0,-0.649448,0.760406,7200,100,1), - (18559,50515,1,-1091.14,80.9375,142.446,-1.87623,0,0,-0.806445,0.59131,900,100,1), - (18560,1619,1,-2659.06,258.541,96.7041,0.349066,0,0,0.173648,0.984808,300,100,1), - (18561,123244,0,-565.529,41.4896,49.882,3.08923,0,0,0.999657,0.026177,7200,100,1), - (18562,2852,0,-11086.8,-66.7118,14.7237,-1.3439,0,0,0.622515,-0.782608,3600,100,1), - (18564,175739,0,-8472,513.586,101.574,0,0,0,0.224951,-0.97437,120,0,1), - (18565,2850,0,-10211,-137.792,32.6483,-1.23918,0,0,0.580703,-0.814116,3600,100,1), - (18566,186463,1,-4367.88,-3466.63,41.6953,1.81514,0,0,0.788011,0.615662,500,100,1), - (18567,4088,0,-572.288,46.5525,49.882,-1.8675,0,0,-0.803857,0.594823,7200,100,1), - (18568,4090,0,-571.947,39.9414,48.0741,-0.628318,0,0,-0.309017,0.951057,7200,100,1), - (18569,1621,0,-10311.2,-1427.56,90.2498,2.51327,0,0,0.951056,0.309019,300,100,1), - (18570,1620,0,-10988.2,482.959,34.0872,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (18571,1619,1,-2634.42,-1453.09,75.3112,2.05949,0,0,0.857168,0.515037,300,100,1), - (18572,2850,0,-10300.4,-18.7233,44.2252,-1.32645,0,0,0.615661,-0.788011,3600,100,1), - (18574,1619,1,-536.83,78.0384,55.7217,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (18575,1619,1,-693.715,181.162,53.3775,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (18576,1619,1,-1870.21,-1053.89,85.9208,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (18577,2850,0,-10170.8,-763.898,41.6464,-2.84489,0,0,0.989016,-0.147809,3600,100,1), - (18578,175745,0,-8416,280.448,122.017,-2,0,0,0.939693,-0.34202,120,0,1), - (18579,1622,0,-10355.6,-746.931,67.9523,2.40855,0,0,0.93358,0.35837,300,100,1), - (18580,3659,0,-9271.67,-3290.89,115.668,1.25664,0,0,0.587785,0.809017,7200,100,1), - (18582,175746,0,-8367,400.532,123.392,-1,0,0,0.398749,-0.91706,120,0,1), - (18583,2850,0,-9450.65,-3338.25,6.44141,-2.54818,0,0,0.956305,-0.292372,7200,100,1), - (18585,4087,0,-571.593,33.4672,49.882,1.6057,0,0,0.71934,0.694658,7200,100,1), - (18586,175748,0,-847,-600,19.497,1.257,0,0,0.587785,0.809017,120,0,1), - (18587,3659,0,-9250.18,-3211.8,100.666,2.07694,0,0,0.861629,0.507538,7200,100,1), - (18590,175750,0,-8401,260.89,122.024,-3,0,0,0.965926,-0.258819,120,0,1), - (18591,1619,1,-2057.1,-1083.48,49.7518,0.558505,0,0,0.275637,0.961262,300,100,1), - (18593,1619,1,-609.741,-751.33,52.9157,-2.05949,0,0,-0.857168,0.515037,300,100,1), - (18594,175752,0,-8366,407.815,124.479,-2,0,0,0.700909,-0.71325,120,0,1), - (18595,1619,0,-9102.7,-3351.46,100.404,0.750492,0,0,0.366501,0.930417,300,100,1), - (18596,1619,1,-946.452,-1151.27,93.0153,2.61799,0,0,0.965925,0.258821,300,100,1), - (18597,175753,0,-8380,277.137,122.031,0.454,0,0,0.224951,0.97437,120,0,1), - (18598,4089,0,-578.017,45.307,49.882,0.165807,0,0,0.082808,0.996566,7200,100,1), - (18599,3799,0,-549.946,-116.874,46.5168,-1.31772,0,0,-0.612218,0.790689,7200,100,1), - (18600,1620,0,-9507.72,-3240.42,49.2609,0.436332,0,0,0.216439,0.976296,300,100,1), - (18602,3659,0,-8680.4,-2357.14,159.703,-1.3439,0,0,0.622515,-0.782608,7200,100,1), - (18603,1619,1,-1386.94,-928.291,34.4166,-0.296706,0,0,-0.147809,0.989016,300,100,1), - (18604,3705,0,-9234.33,-2040.43,78.1511,-0.226893,0,0,0.113203,-0.993572,7200,100,1), - (18605,1619,1,-2356.24,232.318,59.4881,-1.71042,0,0,-0.754709,0.65606,300,100,1), - (18607,2061,0,-549.946,-116.874,46.5168,-1.31772,0,0,-0.612218,0.790689,7200,100,1), - (18610,175761,0,-8371,395.315,122.274,1.187,0,0,0.559193,0.829038,120,0,1), - (18611,3800,0,-549.055,-116.954,46.5168,-0.026181,0,0,-0.01309,0.999914,7200,100,1), - (18614,50516,1,-1090.91,78.4277,142.445,1.84132,0,0,0.796002,0.605294,900,100,1), - (18615,50517,1,-1090.92,78.4328,141.613,1.84132,0,0,0.796002,0.605294,900,100,1), - (18616,50518,1,-1092.57,78.8691,142.465,0.497418,0,0,0.246153,0.969231,900,100,1), - (18617,1622,1,-294.87,682.611,97.3728,0.349066,0,0,0.173648,0.984808,300,100,1), - (18618,50519,1,-1200.83,122.655,137.046,3.14159,0,0,1,0,900,100,1), - (18619,1623,1,-2277.53,1873.18,134.129,3.14159,0,0,1,0.00000126759,300,100,1), - (18620,1623,1,52.8359,2115.2,136.714,0.645772,0,0,0.317305,0.948324,300,100,1), - (18621,1623,1,80.6378,968.848,163.48,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (18622,180056,1,-2381.19,250.003,52.6689,-1.92396,-0.002495,0.003579,-0.820317,0.571892,2,100,1), - (18623,50520,1,-1041.88,-214.582,159.212,2.90597,0,0,0.993068,0.117537,900,100,1), - (18624,1624,1,-598.575,1348.97,90.7868,0.191986,0,0,0.0958456,0.995396,300,100,1), - (18625,1624,1,-1316.83,1448.22,61.1621,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (18626,19033,1,-1795.64,-18.6446,-8.20775,0.305432,0,0,0.152123,0.988362,900,100,1), - (18627,50521,1,-1186.86,-37.3856,162.934,-2.58309,0,0,0.961262,-0.275637,900,100,1), - (18628,50522,1,-1174.24,-73.9032,162.241,-3.06305,0,0,0.999229,-0.03926,900,100,1), - (18629,180712,1,-6951.29,-4907.06,0,-2.89725,0,0,-0.992546,0.121868,180,100,1), - (18630,50523,1,-1183.08,-56.2882,161.635,3.14159,0,0,1,0,900,100,1), - (18631,180712,1,-6932.98,-4950.85,0,-1.25664,0,0,-0.587786,0.809016,180,100,1), - (18632,2907,1,-3066.88,-538.598,27.0229,1.3439,0,0,0.622515,0.782608,10,100,1), - (18633,2061,0,-549.055,-116.954,46.5168,-0.026181,0,0,-0.01309,0.999914,7200,100,1), - (18634,23015,0,-683.815,-419.534,31.613,-0.925024,0,0,-0.446198,0.894934,7200,100,1), - (18635,23014,0,-674.735,-433.621,31.6436,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (18636,23013,0,-676.785,-436.338,31.6436,2.53945,0,0,0.95502,0.296542,7200,100,1), - (18637,36977,0,-783.032,-503.239,18.8454,-0.628319,0,0,-0.309017,0.951056,7200,100,1), - (18638,22673,0,-781.126,-496.269,18.9146,2.49582,0,0,0.948323,0.317305,7200,100,1), - (18639,2061,0,-781.126,-496.269,18.9146,2.49582,0,0,0.948323,0.317305,7200,100,1), - (18640,22671,0,-779.813,-496.438,23.8314,1.20428,0,0,0.566406,0.824126,7200,100,1), - (18641,2061,0,-779.813,-496.438,23.8314,1.20428,0,0,0.566406,0.824126,7200,100,1), - (18642,22670,0,-780.707,-496.749,23.8314,-0.98611,0,0,-0.473319,0.880891,7200,100,1), - (18643,2061,0,-780.707,-496.749,23.8314,-0.98611,0,0,-0.473319,0.880891,7200,100,1), - (18644,22684,0,-775.86,-512.15,23.6316,2.51327,0,0,0.951056,0.309017,7200,100,1), - (18645,22685,0,-773.862,-509.4,23.6316,2.51327,0,0,0.951056,0.309017,7200,100,1), - (18646,22672,0,-779.94,-496.613,18.9146,1.20428,0,0,0.566406,0.824126,7200,100,1), - (18647,2061,0,-779.94,-496.613,18.9146,1.20428,0,0,0.566406,0.824126,7200,100,1), - (18648,174995,0,-790.426,-494.278,18.8454,-0.628319,0,0,-0.309017,0.951056,7200,100,1), - (18649,174998,0,-785.19,-496.403,18.8454,-2.19912,0,0,0.891007,-0.45399,7200,100,1), - (18650,174996,0,-788.615,-493.915,18.8454,-2.19912,0,0,0.891007,-0.45399,7200,100,1), - (18651,174997,0,-786.861,-495.189,18.8454,-2.19912,0,0,0.891007,-0.45399,7200,100,1), - (18652,22674,0,-780.834,-496.924,18.9146,-0.98611,0,0,-0.473319,0.880891,7200,100,1), - (18653,2061,0,-780.834,-496.924,18.9146,-0.98611,0,0,-0.473319,0.880891,7200,100,1), - (18654,174994,0,-791.825,-496.204,18.8454,-0.628319,0,0,-0.309017,0.951056,7200,100,1), - (18655,3804,0,-819.835,-487.383,16.3885,3.06305,0,0,0.999229,0.03926,7200,100,1), - (18656,2061,0,-819.835,-487.383,16.3885,3.06305,0,0,0.999229,0.03926,7200,100,1), - (18657,3803,0,-818.95,-487.51,16.3885,1.77151,0,0,0.774392,0.632706,7200,100,1), - (18658,2061,0,-818.95,-487.51,16.3885,1.77151,0,0,0.774392,0.632706,7200,100,1), - (18659,112308,0,-876.223,-470.04,13.4756,-1.6057,0,0,-0.71934,0.694658,7200,100,1), - (18660,112309,0,-878.395,-470.059,13.4756,-1.52716,0,0,-0.691513,0.722364,7200,100,1), - (18661,112310,0,-861.279,-482.743,13.4756,1.64061,0,0,0.731354,0.681998,7200,100,1), - (18662,112311,0,-859.246,-482.725,13.4756,1.50098,0,0,0.681998,0.731354,7200,100,1), - (18663,2907,1,-3059.69,-538.575,27.0595,0.017453,0,0,0.008727,0.999962,10,100,1), - (18664,2907,1,-3060.04,-532.161,27.0257,3.12414,0,0,0.999962,0.008727,10,100,1), - (18665,2907,1,-3062.93,-530.845,26.9989,-1.97222,0,0,0.833886,-0.551937,10,100,1), - (18666,50524,1,-1213.34,-11.336,165.761,-0.113447,0,0,-0.056693,0.998392,900,100,1), - (18673,1621,0,-9620.59,-3204.73,49.7053,2.80998,0,0,0.986286,0.165048,300,100,1), - (18674,2908,1,-1922.88,-712.922,3.69172,2.95833,0,0,0.995805,0.091502,2,100,1), - (18675,1622,0,-9387.1,-3208.06,96.7698,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (18676,1628,1,-1011.27,984.657,89.9197,1.44862,0,0,0.662619,0.748957,300,100,1), - (18677,1628,1,-2209.28,1602.38,60.1881,0.069813,0,0,0.0348994,0.999391,300,100,1), - (18678,1622,0,-9637.93,-3259.19,48.6696,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (18680,1628,1,-787.014,2373.3,93.3334,-1.22173,0,0,-0.573576,0.819152,300,100,1), - (18681,50525,1,-1236,-57.0156,162.787,-0.07854,0,0,-0.03926,0.999229,900,100,1), - (18682,2909,1,-753.649,-149.057,-29.6249,3.14159,0,0,1,0,900,100,1), - (18684,50526,1,-1238.72,68.1509,130.345,-2.30383,0,0,0.913545,-0.406737,900,100,1), - (18685,2910,1,-767.221,-151.435,-27.3454,-2.58309,0,0,0.961262,-0.275637,120,100,1), - (18686,2910,1,-748.056,-166.13,-26.7943,-1.6057,0,0,0.71934,-0.694658,120,100,1), - (18687,2910,1,-734.18,-152.004,-26.6744,2.6529,0,0,0.970296,0.241922,120,100,1), - (18688,2910,1,-758.85,-131.056,-28.2073,1.27409,0,0,0.594823,0.803857,120,100,1), - (18689,2910,1,-1799.69,-220.968,-9.42485,-1.37881,0,0,0.636078,-0.771625,120,100,1), - (18690,2910,1,-1794.38,-235.341,-9.42485,-0.488692,0,0,0.241922,-0.970296,120,100,1), - (18691,112316,0,-871.256,-488.023,12.4601,1.57952,0,0,0.710186,0.704015,7200,100,1), - (18692,2910,1,-1827.23,-267.996,-8.12538,-2.09439,0,0,0.866025,-0.5,120,100,1), - (18693,112301,0,-861.434,-469.911,13.4756,-1.56207,0,0,-0.704015,0.710186,7200,100,1), - (18694,112303,0,-857.229,-469.874,13.4756,-1.56207,0,0,-0.704015,0.710186,7200,100,1), - (18695,2910,1,-1857.12,-234.507,-9.4454,1.46608,0,0,0.669131,0.743145,120,100,1), - (18696,2910,1,-2537.87,-720.346,-9.27773,-0.610865,0,0,0.300706,-0.953717,120,100,1), - (18697,2910,1,-1844.85,-233.204,-9.42492,-0.15708,0,0,0.078459,-0.996917,120,100,1), - (18698,112318,0,-849.541,-481.091,14.8869,-3.13287,0,0,0.99999,-0.004363,7200,100,1), - (18699,112302,0,-859.262,-469.892,13.4756,-1.46608,0,0,-0.669131,0.743145,7200,100,1), - (18700,112305,0,-874.19,-470.022,13.4756,-1.48353,0,0,-0.67559,0.737278,7200,100,1), - (18701,112321,0,-864.101,-487.719,13.4756,-1.56207,0,0,-0.704015,0.710186,7200,100,1), - (18702,2910,1,-1832.46,-219.298,-9.42485,2.37365,0,0,0.927184,0.374607,120,100,1), - (18703,2910,1,-2572.6,-711.515,-6.49137,2.32129,0,0,0.91706,0.398749,120,100,1), - (18704,2910,1,-2556.37,-687.152,-8.24082,1.27409,0,0,0.594823,0.803857,120,100,1), - (18705,2910,1,-2547.99,-729.173,-8.34866,0.855211,0,0,0.414693,0.909961,120,100,1), - (18706,2910,1,-2545.35,-701.784,-8.74095,2.16421,0,0,0.882948,0.469472,120,100,1), - (18707,2910,1,-2525.65,-692.903,-5.75373,0.680678,0,0,0.333807,0.942641,120,100,1), - (18708,50527,1,-1240.78,66.2866,130.394,0.584685,0,0,0.288196,0.957571,900,100,1), - (18709,2911,1,-1823.93,-237.873,-10.3693,3.14159,0,0,1,0,900,100,1), - (18710,50528,1,-1240.99,67.5453,130.413,-0.375246,0,0,-0.186524,0.98245,900,100,1), - (18711,2912,1,-2194.82,-1152.57,13.4896,2.26893,0,0,0.906308,0.422618,180,100,1), - (18712,112322,0,-885.471,-476.244,13.4756,0.043634,0,0,0.021815,0.999762,7200,100,1), - (18713,2912,1,-1758.25,219.814,35.6954,0.034907,0,0,0.017452,0.999848,180,100,1), - (18714,176004,369,-20.0786,2507.39,-4.29485,3.14159,0,0,1,0,120,0,1), - (18715,176004,369,-20.6659,2474.82,-4.29485,3.14159,0,0,1,0,120,0,1), - (18716,176004,369,23.3444,2507.95,-4.29468,3.14159,0,0,1,0,120,0,1), - (18717,176004,369,-80.7747,2467.78,-4.29468,0,0,0,0,1,120,0,1), - (18718,176004,369,-20.5701,2480.46,-4.29485,3.14159,0,0,1,0,120,0,1), - (18719,176004,369,-19.9826,31.2438,-4.29485,3.14159,0,0,1,0,120,0,1), - (18720,176004,369,39.7433,20.3935,-4.29485,3.06305,0,0,0.999229,0.03926,120,0,1), - (18721,176004,369,-64.248,-7.22165,-4.29485,0,0,0,0,1,120,0,1), - (18722,176004,369,-64.397,-3.87008,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18723,176004,369,-64.248,25.1631,-4.29485,0,0,0,0,1,120,0,1), - (18724,176004,369,-64.5702,21.8254,-4.29485,0,0,0,0,1,120,0,1), - (18725,176004,369,-61.4575,-0.546299,-4.29485,-0.209438,0,0,-0.104528,0.994522,120,0,1), - (18726,176004,369,-61.6542,-13.8475,-4.29485,0.07854,0,0,0.03926,0.999229,120,0,1), - (18727,176004,369,-61.6542,19.0014,-4.29485,0.07854,0,0,0.03926,0.999229,120,0,1), - (18728,176004,369,-80.7329,-13.5812,-4.29485,0,0,0,0,1,120,0,1), - (18729,176004,369,-80.6052,-1.02612,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18730,176004,369,-80.6052,31.4461,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18731,176004,369,-80.6371,24.529,-4.29485,0,0,0,0,1,120,0,1), - (18732,176004,369,-80.7329,18.891,-4.29485,0,0,0,0,1,120,0,1), - (18733,176004,369,23.5851,-3.82999,-4.29485,3.14159,0,0,1,0,120,0,1), - (18734,176004,369,20.6691,-0.542012,-4.29485,-3.06305,0,0,0.999229,-0.03926,120,0,1), - (18735,176004,369,20.2348,31.2505,-4.29485,-3.06305,0,0,0.999229,-0.03926,120,0,1), - (18736,176004,369,20.038,17.9495,-4.29485,2.93215,0,0,0.994522,0.104528,120,0,1), - (18737,176004,369,39.6638,-6.26684,-4.29485,3.14159,0,0,1,0,120,0,1), - (18738,176004,369,39.7596,-0.629033,-4.29485,3.14159,0,0,1,0,120,0,1), - (18739,176004,369,39.6319,-13.1842,-4.29485,3.06305,0,0,0.999229,0.03926,120,0,1), - (18740,176004,369,39.7753,27.3106,-4.29485,3.14159,0,0,1,0,120,0,1), - (18741,176004,369,39.8711,32.9487,-4.29485,3.14159,0,0,1,0,120,0,1), - (18742,176004,369,-17.0512,24.529,-4.29485,0,0,0,0,1,120,0,1), - (18743,176004,369,-17.147,18.891,-4.29485,0,0,0,0,1,120,0,1), - (18744,176004,369,-17.0192,31.4461,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18745,176004,369,-20.5699,-1.32354,-4.29485,3.14159,0,0,1,0,120,0,1), - (18746,176004,369,-20.6976,-13.8787,-4.29485,3.06305,0,0,0.999229,0.03926,120,0,1), - (18747,176004,369,-17.6736,-1.02612,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18748,176004,369,-17.7056,-7.94343,-4.29485,0,0,0,0,1,120,0,1), - (18749,176004,369,-17.8014,-13.5812,-4.29485,0,0,0,0,1,120,0,1), - (18750,176004,369,23.412,-10.5194,-4.29485,3.06305,0,0,0.999229,0.03926,120,0,1), - (18751,176004,369,22.8286,25.0888,-4.29485,3.14159,0,0,1,0,120,0,1), - (18752,176004,369,22.9776,21.7373,-4.29485,3.06305,0,0,0.999229,0.03926,120,0,1), - (18753,176004,369,23.1508,28.4265,-4.29485,3.14159,0,0,1,0,120,0,1), - (18754,176004,369,20.4724,-13.8432,-4.29485,2.93215,0,0,0.994522,0.104528,120,0,1), - (18755,176004,369,23.6666,2511.29,-4.29468,3.14159,0,0,1,0,120,0,1), - (18756,176004,369,23.4934,2504.6,-4.29468,3.06305,0,0,0.999229,0.03926,120,0,1), - (18757,176004,369,23.3444,2475.57,-4.29468,3.14159,0,0,1,0,120,0,1), - (18758,176004,369,23.4934,2472.22,-4.29468,3.06305,0,0,0.999229,0.03926,120,0,1), - (18759,176004,369,20.5539,2501.28,-4.29468,2.93215,0,0,0.994522,0.104528,120,0,1), - (18760,176004,369,-60.9417,2482.78,-4.29468,-0.209438,0,0,-0.104528,0.994522,120,0,1), - (18761,176004,369,-80.5674,2507,-4.29468,0,0,0,0,1,120,0,1), - (18762,176004,369,-80.6632,2501.36,-4.29468,0,0,0,0,1,120,0,1), - (18763,176004,369,20.7506,2514.58,-4.29468,-3.06305,0,0,0.999229,-0.03926,120,0,1), - (18764,176004,369,20.7506,2481.73,-4.29468,-3.06305,0,0,0.999229,-0.03926,120,0,1), - (18765,176004,369,39.7335,2508.68,-4.29468,3.14159,0,0,1,0,120,0,1), - (18766,176004,369,39.8293,2514.31,-4.29468,3.14159,0,0,1,0,120,0,1), - (18767,176004,369,39.7016,2501.76,-4.29468,3.06305,0,0,0.999229,0.03926,120,0,1), - (18768,176004,369,39.7335,2476.2,-4.29468,3.14159,0,0,1,0,120,0,1), - (18769,176004,369,39.8293,2481.84,-4.29468,3.14159,0,0,1,0,120,0,1), - (18770,176004,369,-64.4887,2504.56,-4.29468,0,0,0,0,1,120,0,1), - (18771,176004,369,-80.6789,2473.42,-4.29468,0,0,0,0,1,120,0,1), - (18772,176004,369,-20.6657,-6.96157,-4.29485,3.14159,0,0,1,0,120,0,1), - (18773,176004,369,-63.7322,2475.64,-4.29468,0,0,0,0,1,120,0,1), - (18774,176004,369,-64.1665,2507.9,-4.29468,0,0,0,0,1,120,0,1), - (18775,176004,369,-63.8812,2479,-4.29468,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18776,176004,369,-61.376,2514.58,-4.29468,-0.209438,0,0,-0.104528,0.994522,120,0,1), - (18777,176004,369,-61.5727,2501.27,-4.29468,0.07854,0,0,0.03926,0.999229,120,0,1), - (18778,176004,369,-61.1384,2469.48,-4.29468,0.07854,0,0,0.03926,0.999229,120,0,1), - (18779,176004,369,-19.9828,2513.02,-4.29485,3.14159,0,0,1,0,120,0,1), - (18780,176004,369,-80.6469,2480.34,-4.29468,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18781,176004,369,-20.6978,2467.9,-4.29485,3.06305,0,0,0.999229,0.03926,120,0,1), - (18782,176004,369,-17.7058,2473.84,-4.29485,0,0,0,0,1,120,0,1), - (18783,176004,369,-17.8016,2468.2,-4.29485,0,0,0,0,1,120,0,1), - (18784,176004,369,-17.1472,2500.67,-4.29485,0,0,0,0,1,120,0,1), - (18785,176004,369,-17.0514,2506.31,-4.29485,0,0,0,0,1,120,0,1), - (18786,176004,369,-17.6739,2480.75,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18787,176004,369,-17.0195,2513.23,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18788,176004,369,23.2629,-7.16788,-4.29485,3.14159,0,0,1,0,120,0,1), - (18789,176004,369,20.5539,2468.43,-4.29468,2.93215,0,0,0.994522,0.104528,120,0,1), - (18790,176004,369,-80.5355,2513.92,-4.29468,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18791,176004,369,-20.1105,2500.47,-4.29485,3.06305,0,0,0.999229,0.03926,120,0,1), - (18792,176004,369,-64.5702,-10.5595,-4.29485,0,0,0,0,1,120,0,1), - (18793,176004,369,-61.4575,32.3024,-4.29485,-0.209438,0,0,-0.104528,0.994522,120,0,1), - (18794,176004,369,39.7015,2469.29,-4.29468,3.06305,0,0,0.999229,0.03926,120,0,1), - (18795,176004,369,-64.0544,2472.31,-4.29468,0,0,0,0,1,120,0,1), - (18796,176004,369,-20.1103,18.6886,-4.29485,3.06305,0,0,0.999229,0.03926,120,0,1), - (18797,176004,369,-20.0783,25.6059,-4.29485,3.14159,0,0,1,0,120,0,1), - (18798,176004,369,-64.3156,2511.25,-4.29468,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18799,176004,369,-64.397,28.5147,-4.29485,-0.07854,0,0,-0.03926,0.999229,120,0,1), - (18800,176004,369,-80.6371,-7.94344,-4.29485,0,0,0,0,1,120,0,1), - (18801,176004,369,23.6666,2478.91,-4.29468,3.14159,0,0,1,0,120,0,1), - (18802,176080,369,-45.3934,2472.93,6.90526,1.5708,0,0,-0.707107,0.707107,120,0,1), - (18803,176081,369,4.52807,8.43529,6.90526,1.5708,0,0,0.707107,0.707107,120,0,1), - (18804,176082,369,-45.4005,2492.79,6.90526,1.5708,0,0,0.707107,0.707107,120,0,1), - (18805,176083,369,-45.4007,2512.15,6.90526,1.5708,0,0,0.707107,0.707107,120,0,1), - (18806,176084,369,4.58065,28.2097,6.90526,1.5708,0,0,-0.707107,0.707107,120,0,1), - (18807,176085,369,4.49883,-11.3475,6.90526,1.5708,0,0,-0.707107,0.707107,120,0,1), - (18808,2912,1,-1729.82,82.4141,-2.80761,0.558505,0,0,0.275637,0.961262,180,100,1), - (18810,2912,1,-1532.64,209.91,-7.92849,2.02458,0,0,0.848048,0.529919,180,100,1), - (18811,112317,0,-872.225,-487.072,12.4601,-0.07854,0,0,-0.03926,0.999229,7200,100,1), - (18812,112312,0,-857.074,-482.706,13.4756,1.57952,0,0,0.710186,0.704015,7200,100,1), - (18813,112319,0,-858.653,-487.671,13.4756,-1.50098,0,0,-0.681998,0.731354,7200,100,1), - (18814,22545,0,-812.112,-560.487,16.4242,-2.98451,0,0,0.996917,-0.078459,7200,100,1), - (18815,2912,1,-1341.83,-662.51,-54.423,0.349066,0,0,0.173648,0.984808,180,100,1), - (18816,2912,1,-1316.24,-858.265,-5.15232,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (18817,2912,1,-1519,-874.362,23.3089,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (18818,22546,0,-821.207,-559.543,16.4158,0.148354,0,0,0.074109,0.99725,7200,100,1), - (18819,22547,0,-820.413,-564.429,16.4158,0.191986,0,0,0.095845,0.995396,7200,100,1), - (18820,2912,1,-1338.34,-383.614,-39.6112,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (18821,2912,1,-1161.32,-430.173,-31.7295,0.226893,0,0,0.113203,0.993572,180,100,1), - (18822,2912,1,-2684.85,269.418,101.179,1.55334,0,0,0.700909,0.71325,180,100,1), - (18823,2912,1,-2535.25,291.585,99.4696,2.60054,0,0,0.96363,0.267238,180,100,1), - (18824,2912,1,-2676.96,-147.737,-2.78754,0.575959,0,0,0.284015,0.95882,180,100,1), - (18825,2912,1,-2719.34,53.177,25.839,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (18826,22549,0,-820.859,-561.888,16.4158,0.174534,0,0,0.087156,0.996195,7200,100,1), - (18827,2912,1,-2614.48,127.444,56.0949,4.71239,0,0,0.707107,-0.707107,180,100,1), - (18828,2912,1,-817.982,-377.815,-22.8804,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (18829,2912,1,-821.75,54.8248,-12.2331,0,0,0,0,1,180,100,1), - (18830,2912,1,-722.653,-101.69,-22.2767,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (18831,3804,0,-816.035,-567.836,16.3445,0.139626,0,0,0.069756,0.997564,7200,100,1), - (18832,2061,0,-816.035,-567.836,16.3445,0.139626,0,0,0.069756,0.997564,7200,100,1), - (18833,3803,0,-816.927,-567.904,16.3445,-1.15192,0,0,-0.544639,0.83867,7200,100,1), - (18834,2061,0,-816.927,-567.904,16.3445,-1.15192,0,0,-0.544639,0.83867,7200,100,1), - (18835,22908,0,-844.914,-576.279,11.7004,-2.38238,0,0,0.92881,-0.370557,7200,100,1), - (18836,22909,0,-853.648,-577.244,18.6578,0.191987,0,0,0.095846,0.995396,7200,100,1), - (18837,38147,0,-850.726,-587.191,18.5431,1.23046,0,0,0.577145,0.816642,7200,100,1), - (18838,22884,0,-843.767,-567.816,11.6412,-3.14159,0,0,1,0,7200,100,1), - (18839,2061,0,-843.767,-567.816,11.6412,-3.14159,0,0,1,0,7200,100,1), - (18840,22886,0,-843.776,-569.28,11.6412,-2.05076,0,0,-0.854912,0.518773,7200,100,1), - (18841,2061,0,-843.776,-569.28,11.6412,-2.05076,0,0,-0.854912,0.518773,7200,100,1), - (18842,22887,0,-854.049,-600.895,12.1316,1.50971,0,0,0.685184,0.72837,7200,100,1), - (18843,2061,0,-854.049,-600.895,12.1316,1.50971,0,0,0.685184,0.72837,7200,100,1), - (18844,22915,0,-846.491,-576.036,11.7004,-1.55334,0,0,-0.700909,0.713251,7200,100,1), - (18845,22916,0,-848.165,-576.299,11.7004,-0.986111,0,0,-0.473319,0.880891,7200,100,1), - (18846,22920,0,-848.061,-579.006,11.7004,1.1781,0,0,0.555571,0.831469,7200,100,1), - (18847,22921,0,-864.941,-565.022,11.069,-0.724311,0,0,-0.354291,0.935135,7200,100,1), - (18848,22923,0,-858.645,-564.97,11.069,-2.22529,0,0,0.896873,-0.442289,7200,100,1), - (18849,22926,0,-865.147,-566.353,11.069,0.026179,0,0,0.013089,0.999914,7200,100,1), - (18850,22927,0,-847.919,-555.813,18.6578,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (18851,22904,0,-844.017,-564.776,18.5431,-1.91114,0,0,-0.816642,0.577145,7200,100,1), - (18852,22924,0,-860.352,-564.704,11.069,-1.68424,0,0,-0.746057,0.665882,7200,100,1), - (18853,22925,0,-861.964,-564.72,11.069,-1.55334,0,0,-0.700909,0.713251,7200,100,1), - (18854,180575,0,-858.213,-577.129,13.7121,1.51844,0,0,0.688355,0.725374,2,100,1), - (18855,2912,1,-2677.69,-256.283,2.87449,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (18856,22910,0,-846.125,-555.813,18.6578,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (18857,2912,1,-2249.68,-1255.8,24.7321,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (18858,22882,0,-843.302,-570.717,11.6412,1.4399,0,0,0.659346,0.75184,7200,100,1), - (18859,2061,0,-843.302,-570.717,11.6412,1.4399,0,0,0.659346,0.75184,7200,100,1), - (18860,22918,0,-846.501,-579.365,11.7004,1.54462,0,0,0.69779,0.716302,7200,100,1), - (18861,22919,0,-844.218,-567.399,18.5431,1.92859,0,0,0.821647,0.569996,7200,100,1), - (18862,22917,0,-844.971,-579.056,11.7004,2.34747,0,0,0.922201,0.38671,7200,100,1), - (18863,22922,0,-863.569,-564.732,11.069,-1.55334,0,0,-0.700909,0.713251,7200,100,1), - (18864,22885,0,-852.84,-600.315,12.1316,0.104719,0,0,0.052336,0.99863,7200,100,1), - (18865,2912,1,-2132.6,-992.514,19.4505,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (18866,2912,1,-2017.28,-844.821,-9.06449,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (18867,2912,1,-2272.77,-936.765,-6.56434,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (18868,2912,1,-2075.28,-836.08,-6.32812,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (18869,2912,1,-1895.63,-623.304,0.314845,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (18870,2912,1,-2571.01,-1023.5,-3.59251,0.575959,0,0,0.284015,0.95882,180,100,1), - (18871,2912,1,-2247.64,228.756,80.7482,0.331613,0,0,0.165048,0.986286,180,100,1), - (18872,2061,0,-852.84,-600.315,12.1316,0.104719,0,0,0.052336,0.99863,7200,100,1), - (18873,2912,1,-1850.71,-177.784,-9.43477,2.3911,0,0,0.930418,0.366501,180,100,1), - (18875,170544,230,1392.44,-432.65,-94.6781,0,0,0,0,1,600,100,1), - (18876,186463,1,-4340.79,-3493.89,36.2674,-2.63545,0,0,0.968148,-0.25038,500,100,1), - (18879,186463,1,-4465.97,-3576.79,43.6713,-2.11185,0,0,0.870356,-0.492423,500,100,1), - (18880,186463,1,-4489.06,-3554.66,41.4555,-2.70526,0,0,0.976296,-0.21644,500,100,1), - (18881,186463,1,-4474.72,-3491.25,36.5886,-0.2618,0,0,0.130526,-0.991445,500,100,1), - (18883,186463,1,-4516.99,-3488.82,35.1453,3.14159,0,0,1,0,500,100,1), - (18885,2041,1,-2969.1,-3139.19,30.5439,1.44862,0,0,0.662619,0.748957,300,100,1), - (18886,2041,1,-3208.25,-3809.05,31.218,-0.820305,0,0,-0.398749,0.91706,300,100,1), - (18887,20359,1,-4571.9,-3786.92,35.2344,1.93731,0,0,0.824126,0.566406,300,100,1), - (18888,20359,1,-4571.62,-3787.61,35.0541,0,0,0,0,1,300,100,1), - (18889,20359,1,-4572.65,-3787.5,35.5523,0,0,0,0,1,300,100,1), - (18890,20359,1,-4571.22,-3786.65,35.6394,0,0,0,0,1,300,100,1), - (18892,175570,289,288.435,92.9581,109.974,-3.12414,0,0,0.999962,-0.008727,7200,100,0), - (18893,2912,1,-2670.2,-888.89,-5.5953,2.82743,0,0,0.987688,0.156434,180,100,1), - (18897,179487,0,-9471.57,-2425.39,53.3882,-0.907571,0,0,0.438371,-0.898794,480,100,1), - (18898,2912,1,-2694.1,-1241.25,21.4595,1.62316,0,0,0.725374,0.688355,180,100,1), - (18901,176573,0,-8585,808.048,106.519,-3,0,0,0.956305,-0.292372,120,0,1), - (18904,22883,0,-842.427,-568.656,11.6412,0.506147,0,0,0.250381,0.968147,7200,100,1), - (18906,176573,0,-8464,592.138,94.848,0.401,0,0,0.199368,0.979925,120,0,1), - (18909,20359,1,-4672.53,-3949.18,40.036,2.54818,0,0,0.956305,0.292372,300,100,1), - (18911,2061,0,-842.427,-568.656,11.6412,0.506147,0,0,0.250381,0.968147,7200,100,1), - (18917,2850,0,-9007.9,-3209.4,108.26,-2.32129,0,0,0.91706,-0.398749,7200,100,1), - (18918,1619,0,-9552.2,-3282.14,48.4698,1.58825,0,0,0.713251,0.700909,300,100,1), - (18920,2912,1,-2456.77,52.2542,23.7174,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (18921,2912,1,-1835.32,-358.332,-5.91232,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (18922,2912,1,-1950.78,-248.014,-4.656,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (18923,2912,1,-2203.76,-116.386,-5.7543,1.8326,0,0,0.793353,0.608761,180,100,1), - (18924,2912,1,-2062.23,-283.426,-4.53292,2.37365,0,0,0.927184,0.374607,180,100,1), - (18925,2912,1,-2608.77,-405.329,-7.16596,2.02458,0,0,0.848048,0.529919,180,100,1), - (18944,176583,0,-8099.08,-2979.05,134.856,-3.08918,0,0,-0.999657,0.0262033,300,100,1), - (18945,176583,1,2858,-4018,140.01,1.366,0,0,0.631123,0.775683,300,100,1), - (18946,176583,1,2270.01,-6031,115.745,0.531,0,0,0.262392,0.964961,300,100,1), - (18947,176583,1,2267.25,-6031,116.912,2.051,0,0,0.854974,0.518671,300,100,1), - (18948,176583,1,6177.05,-1362,382.301,1.925,0,0,0.820623,0.57147,300,100,1), - (18949,176583,1,4473.2,-5591,101.72,4.776,0,0,0.684263,-0.729235,300,100,1), - (18950,176583,1,4542.67,-5900,111.405,4.738,0,0,0.697994,-0.716103,300,100,1), - (18951,176583,1,-7571,-2067,-272,5.273,0,0,0.483889,-0.87513,300,100,1), - (18952,176583,1,-6543,-703,-268,4.713,0,0,0.706891,-0.707323,300,100,1), - (18953,176583,1,-7569,-2070,-272,5.273,0,0,0.483889,-0.87513,300,100,1), - (18954,176583,0,-7821,-2840,133.446,5.874,0,0,0.203168,-0.979144,300,100,1), - (18955,176583,0,-8157,-1589,133.521,0.324,0,0,0.161292,0.986907,300,100,1), - (18956,176583,1,-6796,-533,-272,2.699,0,0,0.975614,0.219495,300,100,1), - (18957,176583,1,-6798,-531,-272,3.054,0,0,0.999041,0.0437824,300,100,1), - (18958,176583,0,-7938,-942,134.129,1.152,0,0,0.544674,0.838648,300,100,1), - (18959,176583,1,-7809,-1352,-272,0.285,0,0,0.142018,0.989864,300,100,1), - (18960,176583,1,-7775,-611,-264,1.884,0,0,0.808736,0.588172,300,100,1), - (18961,176583,0,-8083,-1783,133.442,1.745,0,0,0.765939,0.642914,300,100,1), - (18962,176583,0,-7959,-939,131.685,4.745,0,0,0.695484,-0.718542,300,100,1), - (18963,176583,0,-7974,-906,130.399,2.592,0,0,0.96248,0.271351,300,100,1), - (18964,176583,0,1399.45,-3683,76.068,5.107,0,0,0.554775,-0.832,300,100,1), - (18965,176583,1,4277.92,-635,293.661,3.077,0,0,0.999479,0.0322908,300,100,1), - (18966,176583,1,6655.02,-1322,462.132,2.25,0,0,0.902268,0.431177,300,100,1), - (18967,176583,1,6144.64,-1849.78,568.804,1.85005,0,0,0.798636,0.601815,300,255,1), - (18968,176583,0,3131.46,-4426,109.429,1.245,0,0,0.583068,0.812423,300,100,1), - (18969,176583,0,3209.13,-4662,123.699,6.22,0,0,0.0315875,-0.999501,300,100,1), - (18970,176583,0,-8259,-2512,140.26,2.339,0,0,0.920555,0.390612,300,100,1), - (18971,176583,1,3391.76,-4424,102.268,0.037,0,0,0.0184989,0.999829,300,100,1), - (18972,176583,1,-6952,982.589,9.148,6.162,0,0,0.0605555,-0.998165,300,100,1), - (18973,176583,0,1400.7,-3686,75.692,5.107,0,0,0.554775,-0.832,300,100,1), - (18974,176583,1,-6548,-1955,-268,-1,0,0,-0.479426,0.877583,300,100,1), - (18975,176583,1,4350.74,-969,310.229,4.026,0,0,0.903811,-0.427932,300,100,1), - (18976,176583,1,-7324,-2227,-272,5.414,0,0,0.421041,-0.907042,300,100,1), - (18977,176583,1,-6660.58,-725.317,-270.855,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (18978,176583,1,-6892,-762,-272,4.416,0,0,0.803763,-0.59495,300,100,1), - (18979,176583,0,-7959,-1314,133.966,6.066,0,0,0.108379,-0.99411,300,100,1), - (18980,176583,0,-83,-3066,120.321,0.285,0,0,0.142018,0.989864,300,100,1), - (18981,176583,1,4208.64,-5556,118.378,2.711,0,0,0.976913,0.213637,300,100,1), - (18982,176583,1,-5320,1220.47,55.983,4.453,0,0,0.792619,-0.609717,300,100,1), - (18983,176583,1,4248.73,-5572,124.427,2.876,0,0,0.991195,0.132406,300,100,1), - (18984,176583,0,1999.81,-4564,74.258,4.126,0,0,0.881294,-0.472569,300,100,1), - (18985,176583,1,4099.46,-5669,34.294,2.398,0,0,0.931676,0.36329,300,100,1), - (18986,176583,1,6882.78,-2028.31,578.535,0.034906,0,0,0.0174521,0.999848,300,255,1), - (18987,176583,1,-7904,-2008,-272,4.459,0,0,0.790786,-0.612092,300,100,1), - (18988,176583,1,-7902,-2003,-272,4.459,0,0,0.790786,-0.612092,300,100,1), - (18989,176583,1,-4612,1462.69,99.11,5.938,0,0,0.171737,-0.985143,300,100,1), - (18990,176583,0,195.11,-4180,118.894,3.111,0,0,0.999883,0.0152957,300,100,1), - (18991,176583,1,-6696,-705,-272,5.699,0,0,0.287957,-0.957643,300,100,1), - (18992,176583,1,-5312,1521.68,42.133,0.828,0,0,0.402275,0.915519,300,100,1), - (18993,176583,0,2751.84,-3784.24,116.412,2.17,0,0,0.884303,0.466913,300,100,1), - (18994,176583,0,2748.92,-3782.63,116.926,2.223,0,0,0.896365,0.443317,300,100,1), - (18995,176583,1,3256.14,-5329,89.687,1.269,0,0,0.592775,0.805368,300,100,1), - (18996,176583,1,-8222,-1081,-204,0.625,0,0,0.307439,0.951568,300,100,1), - (18997,176583,1,-8219,-1080,-205,0.266,0,0,0.132608,0.991169,300,100,1), - (18998,176583,1,5540.88,-972,370.176,6.219,0,0,0.0320872,-0.999485,300,100,1), - (18999,176583,1,-5125,607.123,38.561,2.15,0,0,0.87959,0.475732,300,100,1), - (19000,176583,1,-6715,-2014,-270,1.292,0,0,0.601997,0.798498,300,100,1), - (19001,176583,1,4874.18,-578,310.534,2.071,0,0,0.860118,0.510096,300,100,1), - (19002,176583,1,4063.01,-1087,268.707,5.344,0,0,0.452523,-0.891753,300,100,1), - (19003,176583,0,-283,-3336,140.747,-2,0,0,-0.841471,0.540302,300,100,1), - (19004,176583,1,-6941,1186.88,9.335,1.609,0,0,0.720484,0.693472,300,100,1), - (19005,176583,1,2316.27,-6027,115.944,4.506,0,0,0.776185,-0.630505,300,100,1), - (19006,176583,1,2315.19,-6024,113.706,4.903,0,0,0.636609,-0.771187,300,100,1), - (19007,176583,1,-7165,-406,-270,1.864,0,0,0.802814,0.59623,300,100,1), - (19008,176583,0,-86,-4259,120.472,6.262,0,0,0.0105924,-0.999944,300,100,1), - (19009,176583,0,1647.92,-5506,100.729,4.414,0,0,0.804357,-0.594146,300,100,1), - (19010,176583,0,1718.39,-5450,80.54,1.64,0,0,0.731146,0.682221,300,100,1), - (19011,176583,1,3750.01,-4833,133.695,4.911,0,0,0.633519,-0.773727,300,100,1), - (19012,176583,1,-6600.34,746.789,5.50898,2.947,0,0,0.99527,0.0971429,300,100,1), - (19013,176583,1,-8015,-1032,-272,5.071,0,0,0.56966,-0.82188,300,100,1), - (19014,176583,1,3151.39,-5493,95.811,4.931,0,0,0.62575,-0.780024,300,100,1), - (19016,176583,0,2941.9,-3057,112.769,5.172,0,0,0.527447,-0.849588,300,100,1), - (19017,176583,0,2960.54,-2893,102.814,5.367,0,0,0.442238,-0.896898,300,100,1), - (19018,176583,0,-7939,-938,133.558,1.152,0,0,0.544674,0.838648,300,100,1), - (19019,176583,1,-6559,-708,-268,5.306,0,0,0.469384,-0.882994,300,100,1), - (19020,176583,0,-8248,-2503,143.056,0.508,0,0,0.251278,0.967915,300,100,1), - (19021,176583,0,426.333,-3560,120.662,0.095,0,0,0.0474821,0.998872,300,100,1), - (19022,176583,0,421.743,-3507,116.872,4.887,0,0,0.642758,-0.76607,300,100,1), - (19023,176583,1,-6401,-1381,-270,5.312,0,0,0.466733,-0.884398,300,100,1), - (19024,176583,0,-7761,-1492,133.439,0.19,0,0,0.0948572,0.995491,300,100,1), - (19025,176583,0,-8175,-1720,140.364,1.292,0,0,0.601997,0.798498,300,100,1), - (19026,176583,0,-96,-3044,121.886,0.192,0,0,0.0958526,0.995396,300,100,1), - (19027,176583,1,-6807,-1401,-265,2.457,0,0,0.941986,0.335651,300,100,1), - (19028,176583,1,4085.7,-1146,286.021,4.572,0,0,0.75496,-0.655771,300,100,1), - (19029,176583,1,4582.11,-6946,104.124,4.611,0,0,0.742029,-0.670367,300,100,1), - (19030,176583,0,1583.31,-5421,76.684,4.388,0,0,0.812013,-0.58364,300,100,1), - (19031,176583,0,1610.06,-5383,73.983,4.451,0,0,0.793228,-0.608924,300,100,1), - (19032,176583,1,-6872,-1125,-271,2.793,0,0,0.984849,0.173415,300,100,1), - (19033,176583,1,-6924.01,-1676.07,-272.419,2.87979,0,0,0.991445,0.130528,300,255,1), - (19034,176583,0,-8114,-1914,136.163,0,0,0,0,1,300,100,1), - (19036,176583,1,4037.86,-798,280.452,4.828,0,0,0.665074,-0.746778,300,100,1), - (19037,176583,0,330.367,-4035,118.206,1.476,0,0,0.67281,0.739816,300,100,1), - (19038,176583,1,-7690,1707.08,13.362,0.244,0,0,0.121698,0.992567,300,100,1), - (19039,176583,0,-8422,-2807,194.798,3.223,0,0,0.999172,-0.0406925,300,100,1), - (19040,176583,1,-6699.56,-2050.99,-271.633,2.02458,0,0,0.848047,0.529921,300,255,1), - (19041,176583,1,2753.81,-6646,100.434,3.873,0,0,0.933872,-0.357606,300,100,1), - (19042,176583,0,-8173,-1595,133.889,0.324,0,0,0.161292,0.986907,300,100,1), - (19043,176583,1,6895.04,-2029,581.962,1.205,0,0,0.566704,0.823921,300,100,1), - (19044,176583,1,4776.44,-7141,87.147,6.24,0,0,0.0215911,-0.999767,300,100,1), - (19045,176583,0,220.415,-4325,117.681,4.698,0,0,0.712176,-0.702001,300,100,1), - (19046,176583,1,4410.99,-6854,109.389,0.707,0,0,0.346184,0.938167,300,100,1), - (19047,176583,1,4128.4,-5727,122.148,2.702,0,0,0.975942,0.218031,300,100,1), - (19048,176583,1,4392.32,-5878,99.728,3.243,0,0,0.998715,-0.050682,300,100,1), - (19049,176583,0,-7969,-1312,133.368,2.251,0,0,0.902483,0.430725,300,100,1), - (19050,176583,1,-8106,798.885,9.862,2.517,0,0,0.951631,0.307245,300,100,1), - (19051,176583,0,-8086,-1660,132.152,4.654,0,0,0.727446,-0.686165,300,100,1), - (19052,176583,1,-7387,1437.4,5.418,2.274,0,0,0.907377,0.420319,300,100,1), - (19053,176583,1,-6695,-1213,-269,3.626,0,0,0.970812,-0.239843,300,100,1), - (19054,176583,1,-4477,-572,6.229,4.583,0,0,0.751341,-0.659914,300,100,1), - (19055,176583,1,6387.11,-740,471.639,5.629,0,0,0.321291,-0.94698,300,100,1), - (19056,176583,1,-6705,-764,-272,4.565,0,0,0.75725,-0.653125,300,100,1), - (19057,176583,1,-6745,-557,-272,2.413,0,0,0.934375,0.356292,300,100,1), - (19058,176583,0,2462.83,-5189,75.135,0.95,0,0,0.457338,0.889293,300,100,1), - (19059,176583,1,-7526,952.756,3.143,4.482,0,0,0.783695,-0.621146,300,100,1), - (19060,176583,1,4459.19,-6465,133.762,1.622,0,0,0.724976,0.688774,300,100,1), - (19061,176583,1,-8198,-1551,-220,3.514,0,0,0.982714,-0.18513,300,100,1), - (19062,176583,1,-8048,-1514,-271,0.045,0,0,0.0224981,0.999747,300,100,1), - (19063,176583,1,-7227,-1680,-269,1.074,0,0,0.511561,0.859247,300,100,1), - (19064,176583,1,-7209,-1838,-271,5.676,0,0,0.29895,-0.954269,300,100,1), - (19065,176583,1,-6728,-1225,-270,3.559,0,0,0.9783,-0.207192,300,100,1), - (19066,176583,1,-6929,-1642,-270,5.992,0,0,0.145079,-0.98942,300,100,1), - (19067,176583,1,4139.86,-5525,105.268,2.702,0,0,0.975942,0.218031,300,100,1), - (19068,176583,0,1980.91,-4537,74.493,0.077,0,0,0.0384905,0.999259,300,100,1), - (19069,176583,0,1537.69,-5572,100.908,4.481,0,0,0.784006,-0.620754,300,100,1), - (19070,176583,1,6893.78,-2033,582.055,1.205,0,0,0.566704,0.823921,300,100,1), - (19071,176583,0,-136.655,-3453.34,129.769,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (19072,176583,1,-6814,-1420,-272,1.239,0,0,0.580628,0.814169,300,100,1), - (19073,176583,1,3934.18,-4993.8,137.714,2.68781,0,0,0.97437,0.22495,300,255,1), - (19074,176583,1,-3449,1932.54,41.28,5.864,0,0,0.208062,-0.978116,300,100,1), - (19075,176583,1,-7793,191.814,6.056,3.332,0,0,0.995472,-0.0950599,300,100,1), - (19076,176583,1,6467.06,-1219,401.673,3.305,0,0,0.996664,-0.0816128,300,100,1), - (19077,176583,0,236.718,-4181,116.933,5.545,0,0,0.360769,-0.932655,300,100,1), - (19078,176583,1,3738.32,-4773,139.407,0.022,0,0,0.0109998,0.99994,300,100,1), - (19079,176583,1,2268.42,-6624,125.161,0.866,0,0,0.419596,0.907711,300,100,1), - (19080,176583,1,2272.88,-6631,123.191,0.178,0,0,0.0888826,0.996042,300,100,1), - (19081,176583,1,-7919,-2015,-272,1.553,0,0,0.700787,0.713371,300,100,1), - (19082,176583,1,2287.66,-6398,120.532,1.992,0,0,0.839303,0.543664,300,100,1), - (19083,176583,0,1847.96,-3208,125.187,1.382,0,0,0.637308,0.770609,300,100,1), - (19084,176583,1,4106.06,-5926,99.048,3.591,0,0,0.97486,-0.222818,300,100,1), - (19085,176583,1,-8051,-1514,-271,0.045,0,0,0.0224981,0.999747,300,100,1), - (19086,176583,1,2713.39,-5420,109.533,2.733,0,0,0.979204,0.202878,300,100,1), - (19087,176583,1,3800.36,-5210,134.162,1.462,0,0,0.667614,0.744507,300,100,1), - (19088,176583,0,1832.42,-3753,157.73,2.276,0,0,0.907797,0.419411,300,100,1), - (19089,176583,1,3738.77,-4930.92,133.989,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (19090,176583,1,-6753.93,-556.34,-272.215,0.558504,0,0,0.275637,0.961262,300,255,1), - (19091,176583,1,2261.34,-6633,124.942,2.789,0,0,0.9845,0.175385,300,100,1), - (19093,176583,0,43.811,-3636,122.917,2.185,0,0,0.88778,0.460267,300,100,1), - (19094,176583,1,-6541,-899,-273,5.161,0,0,0.532112,-0.846674,300,100,1), - (19095,176583,1,-6538,-901,-273,6.014,0,0,0.134187,-0.990956,300,100,1), - (19096,176583,0,-7944,-908,131.257,0.995,0,0,0.47723,0.878778,300,100,1), - (19097,176583,1,-7322,-2230,-272,5.257,0,0,0.490874,-0.871231,300,100,1), - (19098,176583,1,3782.09,-1260,209.02,1.927,0,0,0.821194,0.570649,300,100,1), - (19099,176583,1,-7383,-400,-270,2.266,0,0,0.905688,0.423945,300,100,1), - (19100,176583,1,-7444,-271,-214,2.238,0,0,0.899664,0.436582,300,100,1), - (19101,176583,1,-6364,-1517,-271,6.236,0,0,0.0235904,-0.999722,300,100,1), - (19102,176583,0,1568.82,-5459,98.941,0.282,0,0,0.140533,0.990076,300,100,1), - (19103,176583,0,-52,-4256,118.06,3.206,0,0,0.999481,-0.0321982,300,100,1), - (19104,176583,0,62.075,-4481,141.744,2.404,0,0,0.932762,0.360493,300,100,1), - (19105,176583,1,3932.25,-4988,138.557,0.762,0,0,0.371849,0.928293,300,100,1), - (19106,176583,1,6446.44,-1203.86,395.012,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (19107,176583,0,1624.46,-5382,74.405,4.451,0,0,0.793228,-0.608924,300,100,1), - (19108,176583,1,2361.2,-5662,124.282,3.034,0,0,0.998553,0.0537704,300,100,1), - (19109,176583,0,-7764,-2842,133.439,2.129,0,0,0.874547,0.484942,300,100,1), - (19110,176583,1,3626.83,-5397,115.279,4.793,0,0,0.67804,-0.735025,300,100,1), - (19111,176583,1,4876.87,-580,310.581,2.071,0,0,0.860118,0.510096,300,100,1), - (19112,176583,1,2862.94,-5331,128.975,0.887,0,0,0.429103,0.903255,300,100,1), - (19113,176583,1,4459.95,-6148,94.557,1.812,0,0,0.787042,0.616899,300,100,1), - (19114,176583,0,-7930,-2654,219.365,2.443,0,0,0.939614,0.342237,300,100,1), - (19115,176583,1,-7369,-2224,-270,3.385,0,0,0.992603,-0.121403,300,100,1), - (19116,176583,1,2675.76,-6093,101.031,6.124,0,0,0.0795086,-0.996834,300,100,1), - (19117,176583,1,2451.77,-7016,132.352,0.25,0,0,0.124675,0.992198,300,100,1), - (19118,176583,1,6382.29,-1948,553.034,3.236,0,0,0.998886,-0.0471862,300,100,1), - (19119,176583,1,4729.74,-6668,115.612,1.033,0,0,0.49384,0.869553,300,100,1), - (19120,176583,1,-6413,-1518,-273,5.711,0,0,0.282206,-0.959354,300,100,1), - (19121,176583,0,1582.27,-5424,77.387,4.388,0,0,0.812013,-0.58364,300,100,1), - (19122,176583,1,-4567,1449.02,101.072,5.989,0,0,0.146563,-0.989201,300,100,1), - (19123,176583,1,-4615,1463.7,99.362,5.938,0,0,0.171737,-0.985143,300,100,1), - (19124,176583,0,-270,-2899,87.105,0.007,0,0,0.00349999,0.999994,300,100,1), - (19125,176583,0,16.321,-4510,148.086,2.692,0,0,0.97484,0.222908,300,100,1), - (19126,176583,1,-8014,-1518,-270,-1,0,0,-0.479426,0.877583,300,100,1), - (19127,176583,1,-7310,-900,-271,6.203,0,0,0.0400819,-0.999196,300,100,1), - (19128,176583,1,-7307,-898,-272,0.492,0,0,0.243526,0.969894,300,100,1), - (19129,176583,1,-7308,-903,-271,4.375,0,0,0.815789,-0.578349,300,100,1), - (19130,176583,1,6415.64,-1208,386.414,1.408,0,0,0.647272,0.762259,300,100,1), - (19131,176583,1,6419.32,-1212,386.694,5.489,0,0,0.386739,-0.922189,300,100,1), - (19132,176583,1,6464.26,-1220,400.192,3.305,0,0,0.996664,-0.0816128,300,100,1), - (19133,176583,0,-268.422,-2639.7,120.26,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (19134,176583,1,3527.55,-4801,114.604,0.079,0,0,0.0394897,0.99922,300,100,1), - (19135,176583,1,-6656,2104.64,94.67,4.887,0,0,0.642758,-0.76607,300,100,1), - (19136,176583,1,-7386,-2256,-273,3.675,0,0,0.964645,-0.263553,300,100,1), - (19137,176583,0,3179.71,-4654,113.783,0.201,0,0,0.100331,0.994954,300,100,1), - (19138,176583,1,-6693,-1211,-269,3.626,0,0,0.970812,-0.239843,300,100,1), - (19139,176583,1,-7381,-564,-275,4.684,0,0,0.717072,-0.696999,300,100,1), - (19140,176583,1,3705.84,-5184,85.301,2.345,0,0,0.921723,0.387849,300,100,1), - (19141,176583,1,3643.35,-5077,87.253,2.655,0,0,0.970549,0.240903,300,100,1), - (19142,176583,1,-6760,-1846,-272,0.785,0,0,0.3825,0.923956,300,100,1), - (19143,176583,1,-4477,-576,5.267,5.506,0,0,0.378886,-0.925443,300,100,1), - (19144,176583,0,321.652,-3055,120.098,2.558,0,0,0.957729,0.287673,300,100,1), - (19145,176583,0,1935.18,-4533,77.637,6.067,0,0,0.107882,-0.994164,300,100,1), - (19146,176583,0,2000.37,-4557,74.323,4.126,0,0,0.881294,-0.472569,300,100,1), - (19147,176583,0,2415.5,-4637,71.656,3.87,0,0,0.934408,-0.356205,300,100,1), - (19148,176583,0,2441.59,-4637,67.213,4.446,0,0,0.794748,-0.606939,300,100,1), - (19149,176583,0,2527.77,-4800,108.223,4.541,0,0,0.765033,-0.643991,300,100,1), - (19150,176583,0,-8099,-1426,131.208,1.484,0,0,0.675763,0.737119,300,100,1), - (19151,176583,0,2947.76,-4006,102.594,2.354,0,0,0.923459,0.383697,300,100,1), - (19152,176583,0,2948.86,-3934,109.144,2.105,0,0,0.868664,0.495401,300,100,1), - (19153,176583,0,2942.98,-3061,112.06,5.172,0,0,0.527447,-0.849588,300,100,1), - (19154,176583,1,4917.23,-583,317.917,2.911,0,0,0.993361,0.115041,300,100,1), - (19155,176583,1,-7806,-1354,-272,0.285,0,0,0.142018,0.989864,300,100,1), - (19156,176583,1,-7809,-1355,-272,0.285,0,0,0.142018,0.989864,300,100,1), - (19157,176583,0,3319.34,-4960,169.559,5.879,0,0,0.20072,-0.979649,300,100,1), - (19158,176583,0,369.039,-3300,115.788,2.265,0,0,0.905476,0.424397,300,100,1), - (19159,176583,1,-6998,-235,-217,1.738,0,0,0.763684,0.645591,300,100,1), - (19160,176583,1,-6999,-229,-217,1.738,0,0,0.763684,0.645591,300,100,1), - (19161,176583,1,2805.04,-5799,99.241,4.643,0,0,0.731209,-0.682154,300,100,1), - (19162,176583,1,2565.79,-5947,96.336,4.368,0,0,0.817809,-0.57549,300,100,1), - (19163,176583,1,2565.01,-5950,96.255,4.368,0,0,0.817809,-0.57549,300,100,1), - (19164,176583,1,-6557,-1968,-268,0.007,0,0,0.00349999,0.999994,300,100,1), - (19165,176583,1,3219.49,-4373,107.531,2.478,0,0,0.945459,0.325742,300,100,1), - (19166,176583,1,-6804,-1403,-265.489,1.54,0,0,0.696135,0.717911,300,100,1), - (19167,176583,1,6253.29,-1395,370.711,6.196,0,0,0.0435788,-0.99905,300,100,1), - (19168,176583,1,-8044,1952.02,24.96,0.85,0,0,0.412321,0.911039,300,100,1), - (19169,176583,1,-7834,208.732,5.403,5.536,0,0,0.364963,-0.931022,300,100,1), - (19170,176583,1,-7832,206.581,5.485,5.536,0,0,0.364963,-0.931022,300,100,1), - (19171,176583,1,4094.31,-5673,33.698,2.398,0,0,0.931676,0.36329,300,100,1), - (19172,176583,0,1558.4,-3285,86.676,3.719,0,0,0.958614,-0.28471,300,100,1), - (19173,176583,1,-2786,2640.61,74.182,1.694,0,0,0.749297,0.662234,300,100,1), - (19174,176583,0,2460.43,-5193,74.794,0.95,0,0,0.457338,0.889293,300,100,1), - (19175,176583,1,-7527,949.858,3.407,4.482,0,0,0.783695,-0.621146,300,100,1), - (19176,176583,1,3151.43,-5498,96.157,4.931,0,0,0.62575,-0.780024,300,100,1), - (19177,176583,1,6314.57,-1612,467.007,1.283,0,0,0.598398,0.801199,300,100,1), - (19178,176583,0,1830.25,-3751,158.28,2.276,0,0,0.907797,0.419411,300,100,1), - (19179,176583,1,4547.04,-6758,137.44,0.276,0,0,0.137562,0.990493,300,100,1), - (19180,176583,0,-7569,-2770,134.97,1.596,0,0,0.715961,0.69814,300,100,1), - (19181,176583,1,-6560,-884,-272,-1,0,0,-0.479426,0.877583,300,100,1), - (19182,176583,1,4304.13,-5586,126.703,3.077,0,0,0.999479,0.0322908,300,100,1), - (19183,176583,1,-4933,1732.28,64.691,2.247,0,0,0.90162,0.432529,300,100,1), - (19184,176583,1,4538.91,-7253.44,112.305,0.139626,0,0,0.0697563,0.997564,300,100,1), - (19185,176583,1,3805.59,-5215,133.194,0.711,0,0,0.348059,0.937473,300,100,1), - (19186,176583,1,-7385,1435.29,5.315,2.274,0,0,0.907377,0.420319,300,100,1), - (19187,176583,1,6330.08,-1616,463.703,1.283,0,0,0.598398,0.801199,300,100,1), - (19188,176583,1,4307.14,-6185,126.597,1.871,0,0,0.804896,0.593416,300,100,1), - (19189,176583,1,-7382,1431.79,4.874,1.211,0,0,0.569173,0.822218,300,100,1), - (19190,176583,1,-7758,-1532,-270,4.853,0,0,0.655687,-0.755033,300,100,1), - (19191,176583,1,-7697,-1303,-269,1.371,0,0,0.63306,0.774103,300,100,1), - (19192,176583,1,2858.29,-4056,133.18,0.803,0,0,0.390799,0.920476,300,100,1), - (19193,176583,1,-8020,1983.26,12.167,1.484,0,0,0.675763,0.737119,300,100,1), - (19194,176583,0,-7942,-1145,172.715,0.121,0,0,0.0604631,0.99817,300,100,1), - (19195,176583,1,-8020,1979.11,11.017,1.484,0,0,0.675763,0.737119,300,100,1), - (19196,176583,1,-7602,1958.18,47.592,1.506,0,0,0.683831,0.729641,300,100,1), - (19197,176583,1,3455.81,-5233,84.092,0.247,0,0,0.123186,0.992384,300,100,1), - (19198,176583,1,-7599,1937.34,47.933,2.209,0,0,0.89324,0.449581,300,100,1), - (19199,176583,1,3416.47,-5060,84.822,2.522,0,0,0.952396,0.304865,300,100,1), - (19200,176583,1,4472.95,-6658,99.879,1.44,0,0,0.659385,0.751806,300,100,1), - (19201,176583,1,4472.57,-6661,100.299,1.44,0,0,0.659385,0.751806,300,100,1), - (19202,176583,1,-7571,-1854,-272,0.262,0,0,0.130626,0.991432,300,100,1), - (19203,176583,1,-6394.04,-1380.74,-271.681,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (19204,176583,1,-6863,-1107,-270,6.063,0,0,0.10987,-0.993946,300,100,1), - (19205,176583,1,-6867,-1106,-271,6.063,0,0,0.10987,-0.993946,300,100,1), - (19206,176583,1,-6866,-1111,-270,4.172,0,0,0.870192,-0.492712,300,100,1), - (19207,176583,1,-8014,-1035,-272,5.071,0,0,0.56966,-0.82188,300,100,1), - (19208,176583,1,3260.89,-5183,87.71,3.508,0,0,0.983265,-0.182181,300,100,1), - (19209,176583,1,3255.09,-5318,89.77,1.269,0,0,0.592775,0.805368,300,100,1), - (19210,176583,0,-41,-2531,119.655,1.253,0,0,0.586313,0.810085,300,100,1), - (19211,176583,1,-7183,-2008,-272,0.85,0,0,0.412321,0.911039,300,100,1), - (19212,176583,1,3263.57,-5183,88.026,3.53,0,0,0.981202,-0.192985,300,100,1), - (19213,176583,1,-7341,-416,-271,3.128,0,0,0.999977,0.00679626,300,100,1), - (19214,176583,1,2440.85,-5324,120.931,1.562,0,0,0.70399,0.71021,300,100,1), - (19215,176583,1,3428.64,-4671,105.177,1.993,0,0,0.839575,0.543244,300,100,1), - (19216,176583,1,-6790,1540.7,2.953,2.034,0,0,0.850534,0.52592,300,100,1), - (19217,176583,0,-8283,-2514,138.565,5.081,0,0,0.565544,-0.824718,300,100,1), - (19218,176583,0,-149,-3434,131.151,2.803,0,0,0.985704,0.168489,300,100,1), - (19219,176583,1,2515.04,-6143,103.615,4.317,0,0,0.832216,-0.554451,300,100,1), - (19220,176583,1,-4883,148.703,65.094,3.368,0,0,0.993599,-0.112962,300,100,1), - (19221,176583,1,2902,-5602,135.021,0.09,0,0,0.0449848,0.998988,300,100,1), - (19222,176583,1,4687.78,-5883,107.947,4.815,0,0,0.669914,-0.742439,300,100,1), - (19223,176583,1,-6775,1482.7,3.372,1.836,0,0,0.794388,0.60741,300,100,1), - (19224,176583,1,-3866,2015.37,73.917,4.255,0,0,0.849001,-0.528391,300,100,1), - (19225,176583,1,2285.05,-6393,120.153,2.316,0,0,0.916003,0.401172,300,100,1), - (19226,176583,0,-8202,-1603,142.555,3.322,0,0,0.995934,-0.0900814,300,100,1), - (19227,176583,1,-7254,1298.26,4.805,3.614,0,0,0.972233,-0.234013,300,100,1), - (19228,176583,0,2546.55,-4783,109.319,0.315,0,0,0.15685,0.987622,300,100,1), - (19229,176583,0,2534.03,-4797,106.115,4.541,0,0,0.765033,-0.643991,300,100,1), - (19230,176583,1,2260.07,-6628,126.139,3.598,0,0,0.974074,-0.226228,300,100,1), - (19231,176583,1,3820.51,-1617,223.397,5.833,0,0,0.223197,-0.974773,300,100,1), - (19232,176583,1,-6394.96,-1529.24,-269.078,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (19233,176583,1,-7381,-561,-275,4.684,0,0,0.717072,-0.696999,300,100,1), - (19234,176583,0,3009.61,-4998,106.599,0.16,0,0,0.0799147,0.996802,300,100,1), - (19235,176583,1,-7965,-1698,-272,0.603,0,0,0.296953,0.954892,300,100,1), - (19236,176583,1,6178.07,-1365,382.52,1.925,0,0,0.820623,0.57147,300,100,1), - (19237,176583,1,4340.73,-5987,97.807,3.311,0,0,0.996415,-0.0846025,300,100,1), - (19238,176583,1,-7251,1299.82,5.042,3.614,0,0,0.972233,-0.234013,300,100,1), - (19239,176583,1,3893.09,-686,324.483,0.082,0,0,0.0409885,0.99916,300,100,1), - (19240,176583,1,-7668,-1710,-271,0.211,0,0,0.105304,0.99444,300,100,1), - (19241,176583,1,-7248,-1706,-272,5.821,0,0,0.229041,-0.973417,300,100,1), - (19242,176583,1,-6990,-659,-272,0.416,0,0,0.206503,0.978446,300,100,1), - (19243,176583,1,2491.5,-5759,95.855,3.506,0,0,0.983447,-0.181197,300,100,1), - (19244,176583,1,-6573,-891,-272,5.85,0,0,0.214903,-0.976635,300,100,1), - (19245,176583,1,-6478,-1697,-277,3.001,0,0,0.99753,0.0702385,300,100,1), - (19246,176583,1,-7865,-1863,-273,1.147,0,0,0.542575,0.840007,300,100,1), - (19247,176583,1,2493.99,-5758,96.335,3.506,0,0,0.983447,-0.181197,300,100,1), - (19248,176583,0,1657.42,-5503,100.74,4.414,0,0,0.804357,-0.594146,300,100,1), - (19249,176583,0,1724.76,-5442,80.842,1.64,0,0,0.731146,0.682221,300,100,1), - (19250,176583,1,2695.97,-6304,100.129,3.343,0,0,0.994934,-0.100534,300,100,1), - (19251,176583,1,2774.17,-6205,103.99,5.517,0,0,0.373791,-0.927513,300,100,1), - (19252,176583,1,-7167,-401,-270,1.864,0,0,0.802814,0.59623,300,100,1), - (19253,176583,1,6727.27,-1620,475.14,5.899,0,0,0.190913,-0.981607,300,100,1), - (19254,176583,1,-7820,-1325,-272,0.82,0,0,0.398609,0.917121,300,100,1), - (19255,176583,1,4233.74,-5338,123.977,0.161,0,0,0.0804131,0.996762,300,100,1), - (19256,176583,1,4503.55,-5485,109.449,5.271,0,0,0.484763,-0.874645,300,100,1), - (19257,176583,0,54.067,-4530,145.408,4.504,0,0,0.776815,-0.629729,300,100,1), - (19258,176583,1,-7715,-837,-269,5.405,0,0,0.425118,-0.905138,300,100,1), - (19259,176584,0,-8270,-1857,145.538,5.577,0,0,0.345801,-0.938308,300,100,1), - (19260,176584,0,2350.58,-1511,96.951,0.394,0,0,0.195728,0.980658,300,100,1), - (19261,176584,0,1652.2,-1479.44,59.5693,1.3439,0,0,0.622513,0.782609,300,100,1), - (19262,176584,0,1620,-3482,131.894,3.107,0,0,0.99985,0.0172954,300,100,1), - (19263,176584,0,2042.94,-4917,77.179,1.853,0,0,0.799523,0.600636,300,100,1), - (19264,176584,1,2835.71,-6087,114.257,5.569,0,0,0.349552,-0.936917,300,100,1), - (19265,176584,1,-7059,1030.9,6.336,0.445,0,0,0.220669,0.975349,300,100,1), - (19266,176584,1,-6706,-795,-268,3.485,0,0,0.985295,-0.170861,300,100,1), - (19267,176584,0,2806.14,-3980,102.003,1.603,0,0,0.7184,0.69563,300,100,1), - (19268,176584,1,3064.52,-4205.88,95.2881,0.453786,0,0,0.224951,0.97437,300,100,1), - (19269,176584,1,-6751.08,-2048.45,-271.963,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (19270,176584,0,2121.69,-5230,89.48,5.985,0,0,0.148541,-0.988906,300,100,1), - (19271,176584,0,2273.69,-5335,88.048,5.926,0,0,0.177645,-0.984095,300,100,1), - (19272,176584,0,1835.98,-1291,62.8119,0.893,0,0,0.431811,0.901964,300,100,1), - (19273,176584,0,1836.14,-1296,62.005,0.759,0,0,0.370456,0.92885,300,100,1), - (19274,176584,0,2131.29,-2728,75.327,6.206,0,0,0.0385831,-0.999255,300,100,1), - (19275,176584,0,2190.07,-2739,74.299,6.104,0,0,0.0894728,-0.995989,300,100,1), - (19276,176584,1,4714.74,-816.447,309.083,3.12412,0,0,0.999962,0.00873622,300,255,1), - (19277,176584,1,-7608,-1479,-256,4.29,0,0,0.839625,-0.543166,300,100,1), - (19278,176584,1,-7595,-1465,-258,1.879,0,0,0.807263,0.590192,300,100,1), - (19279,176584,1,-7591,-1481,-259,4.405,0,0,0.807023,-0.590521,300,100,1), - (19280,176584,1,4807.49,-6508,111.356,1.521,0,0,0.689284,0.724491,300,100,1), - (19281,176584,0,2055.79,-3310,105.488,5.02,0,0,0.590431,-0.807088,300,100,1), - (19282,176584,0,2063.97,-3382,111.876,5.872,0,0,0.204147,-0.97894,300,100,1), - (19283,176584,1,3481.07,-4667,104.919,4.694,0,0,0.713578,-0.700575,300,100,1), - (19284,176584,0,1700.73,-4765,76.3736,4.697,0,0,0.712527,-0.701645,300,100,1), - (19285,176584,0,-7836,-1934,136.108,0.151,0,0,0.0754283,0.997151,300,100,1), - (19286,176584,0,-7841,-1934,138.155,0.162,0,0,0.0809115,0.996721,300,100,1), - (19287,176584,1,3395.5,-4754,114.999,4.662,0,0,0.724696,-0.689069,300,100,1), - (19288,176584,0,1881.64,-2449,69.076,2.742,0,0,0.980107,0.19847,300,100,1), - (19289,176584,1,-7150,-398,-267.985,2.392,0,0,0.930582,0.366083,300,100,1), - (19290,176584,1,2356.51,-6499,109.369,4.061,0,0,0.896184,-0.443682,300,100,1), - (19291,176584,1,2358.53,-6505,111.212,3.004,0,0,0.997634,0.0687421,300,100,1), - (19292,176584,1,4839.98,-6575,102.549,1.254,0,0,0.586718,0.809791,300,100,1), - (19293,176584,1,-7646,-2154,-271,1.501,0,0,0.682005,0.731348,300,100,1), - (19294,176584,0,1810.1,-2387.21,59.6299,-0.087266,0,0,-0.0436192,0.999048,300,100,1), - (19295,176584,0,2345.1,-4688,76.052,-3,0,0,-0.997495,0.0707372,300,100,1), - (19296,176584,0,-8109.43,-1610.11,133.374,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (19297,176584,0,3142.19,-4019,104.146,1.014,0,0,0.485557,0.874205,300,100,1), - (19298,176584,0,3140.29,-4099,98.757,1.493,0,0,0.679074,0.73407,300,100,1), - (19299,176584,0,-8181,-2863,133.596,4.626,0,0,0.736981,-0.675914,300,100,1), - (19300,176584,1,4564,-7212,130.423,5.743,0,0,0.266821,-0.963746,300,100,1), - (19301,176584,1,4547.05,-7299,107.264,5.912,0,0,0.184529,-0.982827,300,100,1), - (19302,176584,1,2623.7,-4357,127.403,3.679,0,0,0.964116,-0.265482,300,100,1), - (19303,176584,1,-6816,-2044,-272,2.782,0,0,0.98388,0.178829,300,100,1), - (19304,176584,1,4542.17,-6798,138.795,6.272,0,0,0.00559271,-0.999984,300,100,1), - (19305,176584,1,4227.84,-7043,101.766,4.451,0,0,0.793228,-0.608924,300,100,1), - (19306,176584,0,2067.86,-3384,112.214,5.848,0,0,0.21588,-0.97642,300,100,1), - (19307,176584,1,3818.75,-933,271.673,1.3,0,0,0.605186,0.796084,300,100,1), - (19308,176584,1,-7323,-2029,-271,3.807,0,0,0.945163,-0.3266,300,100,1), - (19309,176584,1,-7140,-1936,-270,0.977,0,0,0.469302,0.883038,300,100,1), - (19310,176584,1,4215.04,-6945,88.128,3.489,0,0,0.984951,-0.172832,300,100,1), - (19311,176584,0,2389.99,-1504.44,101.539,2.74016,0,0,0.979924,0.199371,300,100,1), - (19312,176584,0,1615.84,-3500,128.418,4.497,0,0,0.779015,-0.627006,300,100,1), - (19313,176584,1,-7835,-1916,-272,0.047,0,0,0.0234978,0.999724,300,100,1), - (19314,176584,1,-7767,-1639,-271,0.564,0,0,0.278277,0.960501,300,100,1), - (19315,176584,0,-8280,-1082,143.297,2.914,0,0,0.993532,0.113551,300,100,1), - (19316,176584,0,-8280,-1087,143.294,3.193,0,0,0.99967,-0.0257009,300,100,1), - (19317,176584,1,3897.5,-1563,246.724,5.045,0,0,0.580296,-0.814405,300,100,1), - (19318,176584,1,4653.64,-7380,105.131,3.191,0,0,0.999695,-0.0247012,300,100,1), - (19319,176584,0,1672.36,-3018,76.8817,2.11,0,0,0.8699,0.493228,300,100,1), - (19320,176584,1,6412.27,-965,422.953,1.048,0,0,0.500347,0.865825,300,100,1), - (19321,176584,0,-7711,-2247,139.748,2.312,0,0,0.915198,0.403004,300,100,1), - (19322,176584,1,-7115,-499,-266,1.567,0,0,0.705763,0.708448,300,100,1), - (19323,176584,0,2851.98,-4945,107.411,3.739,0,0,0.955719,-0.294282,300,100,1), - (19324,176584,0,-7894,-2807,145.036,1.115,0,0,0.529066,0.84858,300,100,1), - (19325,176584,0,2849.36,-4952,107.814,3.649,0,0,0.96799,-0.250991,300,100,1), - (19326,176584,1,2874.95,-5665,124.22,5.925,0,0,0.178137,-0.984006,300,100,1), - (19327,176584,0,1779.88,-1348.05,60.0857,1.67551,0,0,0.743143,0.669133,300,100,1), - (19329,176584,1,-6470,-883,-273,1.195,0,0,0.562577,0.826745,300,100,1), - (19330,176584,1,-6703,-794,-269,3.803,0,0,0.945814,-0.324709,300,100,1), - (19331,176584,1,4559.18,-7352,100.696,6.061,0,0,0.110864,-0.993836,300,100,1), - (19332,176584,0,2352.65,-1520,99.982,5.581,0,0,0.343924,-0.938997,300,100,1), - (19333,176584,0,2348.16,-1509,95.828,6.123,0,0,0.080007,-0.996794,300,100,1), - (19335,176584,1,-7329,-2045,-272,5.304,0,0,0.470266,-0.882524,300,100,1), - (19336,176584,1,3360.74,-4754,103.906,1.277,0,0,0.595992,0.802991,300,100,1), - (19337,176584,1,-7933,-1182,-272,3.771,0,0,0.950888,-0.309535,300,100,1), - (19338,176584,1,-6560,-1414,-272.179,2.424,0,0,0.93632,0.351147,300,100,1), - (19339,176584,0,-7976,-1279,133.073,2.325,0,0,0.917799,0.397046,300,100,1), - (19340,176584,0,-7972,-1287,133.319,2.341,0,0,0.920946,0.389691,300,100,1), - (19341,176584,1,4771.15,-6153,93.923,0.921,0,0,0.444396,0.89583,300,100,1), - (19342,176584,1,4690.74,-6179,107.378,5.072,0,0,0.569249,-0.822165,300,100,1), - (19343,176584,1,4767.41,-6149,93.042,1.518,0,0,0.688196,0.725525,300,100,1), - (19344,176584,1,4777.32,-6152,93.505,2.578,0,0,0.960557,0.278082,300,100,1), - (19345,176584,1,-6842,-748,-271,5.949,0,0,0.166316,-0.986072,300,100,1), - (19346,176584,0,-7668,-2478,140.443,1.542,0,0,0.696853,0.717214,300,100,1), - (19347,176584,1,3897.23,-1593,252.082,4.566,0,0,0.756924,-0.653503,300,100,1), - (19348,176584,1,4724.17,-5427,104.883,0.132,0,0,0.0659521,0.997823,300,100,1), - (19349,176584,1,4143.02,-5488,103.857,5.94,0,0,0.170752,-0.985314,300,100,1), - (19350,176584,1,4141.6,-5483,105.213,5.799,0,0,0.239735,-0.970838,300,100,1), - (19351,176584,1,4140.92,-5486,104.239,5.783,0,0,0.247494,-0.968889,300,100,1), - (19352,176584,0,1703.29,-1078,69.597,1.815,0,0,0.787967,0.615718,300,100,1), - (19353,176584,1,-7390,-1818,-270,1.272,0,0,0.593982,0.804478,300,100,1), - (19354,176584,1,-7712,-1862,-273,3.778,0,0,0.949799,-0.312861,300,100,1), - (19355,176584,1,2715.49,-6143,102.445,0.715,0,0,0.349933,0.936775,300,100,1), - (19356,176584,1,2678.28,-6235,90.853,6.239,0,0,0.0220909,-0.999756,300,100,1), - (19357,176584,1,4714.69,-7350,69.885,3.819,0,0,0.943186,-0.332265,300,100,1), - (19358,176584,1,4714.9,-7356,69.463,2.959,0,0,0.995835,0.0911695,300,100,1), - (19359,176584,0,1702.07,-1074,70.335,1.603,0,0,0.7184,0.69563,300,100,1), - (19360,176584,1,4337.19,-1075,327.459,5.895,0,0,0.192876,-0.981223,300,100,1), - (19361,176584,0,-7976,-812,129.015,6.264,0,0,0.00959254,-0.999954,300,100,1), - (19362,176584,0,-7971,-812,129.967,6.004,0,0,0.13914,-0.990273,300,100,1), - (19363,176584,0,2061.53,-3678,132.501,6.198,0,0,0.0425798,-0.999093,300,100,1), - (19364,176584,0,2062.39,-3672,133.503,6.143,0,0,0.0700352,-0.997545,300,100,1), - (19365,176584,1,4354.83,-6660,101.211,6.226,0,0,0.0285888,-0.999591,300,100,1), - (19366,176584,0,-7954,-2219,125.606,1.615,0,0,0.722561,0.691307,300,100,1), - (19367,176584,0,-8033,-2116,122.68,2.192,0,0,0.889386,0.457157,300,100,1), - (19368,176584,1,-7202,1118.75,4.06,4.085,0,0,0.890795,-0.454405,300,100,1), - (19369,176584,1,-7071,1046.94,7.855,0.657,0,0,0.322624,0.946527,300,100,1), - (19370,176584,1,-7454,937.032,4.699,3.689,0,0,0.962776,-0.270299,300,100,1), - (19371,176584,1,-7459,937.429,4.877,4.207,0,0,0.861437,-0.507864,300,100,1), - (19372,176584,1,-7386,1436.26,5.349,0.009,0,0,0.00449998,0.99999,300,100,1), - (19373,176584,1,-6597,-1381,-271.496,3.457,0,0,0.987591,-0.157051,300,100,1), - (19374,176584,1,4286.76,-6813,91.767,5.154,0,0,0.535072,-0.844807,300,100,1), - (19375,176584,1,3589.2,-4170,98.54,0.961,0,0,0.462223,0.886764,300,100,1), - (19376,176584,1,3544.75,-4214,103.858,2.437,0,0,0.938583,0.345054,300,100,1), - (19377,176584,1,6732.56,-1407,496.741,5.594,0,0,0.337813,-0.941213,300,100,1), - (19378,176584,1,-7454,-816,-270,5.987,0,0,0.147552,-0.989054,300,100,1), - (19379,176584,1,4191.17,-933,283.711,4.725,0,0,0.702634,-0.711551,300,100,1), - (19380,176584,1,5017.03,-731,309.18,1.218,0,0,0.572048,0.82022,300,100,1), - (19381,176584,1,5213.67,-706,342.849,1.317,0,0,0.611931,0.790911,300,100,1), - (19382,176584,1,4005.49,-997,248.493,6.184,0,0,0.0495723,-0.998771,300,100,1), - (19383,176584,1,-7841,-700,-258,4.891,0,0,0.641224,-0.767353,300,100,1), - (19384,176584,0,2393.26,-4226,91.414,3.382,0,0,0.992784,-0.119914,300,100,1), - (19385,176584,0,2395.27,-4220,89.099,3.594,0,0,0.974525,-0.22428,300,100,1), - (19386,176584,0,2397.89,-4225,89.296,3.594,0,0,0.974525,-0.22428,300,100,1), - (19387,176584,0,-8064,-1536,139.569,0.523,0,0,0.25853,0.966003,300,100,1), - (19388,176584,0,-7969,-1287,133.398,2.341,0,0,0.920946,0.389691,300,100,1), - (19389,176584,1,3183.51,-4249,97.162,6.083,0,0,0.0999255,-0.994995,300,100,1), - (19390,176584,1,4794.78,-6448,112.592,0.803,0,0,0.390799,0.920476,300,100,1), - (19391,176584,1,6116.94,-1373,392.208,4.944,0,0,0.620667,-0.784074,300,100,1), - (19392,176584,0,2791.87,-3307,95.895,1.061,0,0,0.505965,0.862554,300,100,1), - (19393,176584,1,4378.99,-5853,97.75,4.726,0,0,0.702278,-0.711903,300,100,1), - (19394,176584,0,3137.1,-4092,99.024,0.896,0,0,0.433164,0.901315,300,100,1), - (19395,176584,0,-7981,-2320,128.387,4.627,0,0,0.736643,-0.676282,300,100,1), - (19396,176584,1,3823.05,-4913,148.479,0.502,0,0,0.248373,0.968665,300,100,1), - (19397,176584,1,3828.21,-4918,147.75,0.461,0,0,0.228464,0.973552,300,100,1), - (19398,176584,1,3833.11,-4920,146.167,1.313,0,0,0.610348,0.792133,300,100,1), - (19399,176584,1,5483.54,-675.606,347.061,1.16937,0,0,0.551937,0.833886,300,255,1), - (19400,176584,1,4405.43,-6057,94.867,5.5,0,0,0.381661,-0.924302,300,100,1), - (19401,176584,1,2760.04,-5919,99.207,0.408,0,0,0.202588,0.979264,300,100,1), - (19402,176584,1,-7586,-1449,-264,4.51,0,0,0.774923,-0.632056,300,100,1), - (19403,176584,1,4729.15,-7482,81.26,0.722,0,0,0.35321,0.935544,300,100,1), - (19404,176584,1,4729.11,-7468,80.099,5.627,0,0,0.322238,-0.946659,300,100,1), - (19405,176584,1,4726.98,-7472,79.781,5.662,0,0,0.305623,-0.952153,300,100,1), - (19406,176584,1,4107.94,-5328,109.341,5.701,0,0,0.286999,-0.957931,300,100,1), - (19407,176584,0,-7889,-2809,145.466,1.163,0,0,0.549278,0.83564,300,100,1), - (19408,176584,0,-8031,-2120,123.224,2.212,0,0,0.893913,0.448241,300,100,1), - (19409,176584,1,4057.6,-633,301.244,1.519,0,0,0.688559,0.72518,300,100,1), - (19410,176584,1,2781.94,-5666,131.616,3.31,0,0,0.996457,-0.0841042,300,100,1), - (19411,176584,1,-6636,-1646,-271,5.232,0,0,0.501726,-0.865027,300,100,1), - (19412,176584,1,5739.66,-662,371.388,5.355,0,0,0.447612,-0.894228,300,100,1), - (19413,176584,1,6537.21,-1523,440.438,6.176,0,0,0.0535669,-0.998564,300,100,1), - (19414,176584,1,6307.15,-2091,585.23,4.26,0,0,0.847678,-0.530511,300,100,1), - (19415,176584,1,6299.27,-2095,592.679,5.057,0,0,0.5754,-0.817872,300,100,1), - (19416,176584,1,2519.39,-5814,102.66,4.091,0,0,0.889428,-0.457075,300,100,1), - (19417,176584,1,-6770,-1800,-267.561,3.608,0,0,0.972931,-0.231096,300,100,1), - (19418,176584,0,1991.27,-2462,63.457,1.666,0,0,0.739953,0.672659,300,100,1), - (19419,2046,0,-10751,-3707,24.846,1.721,0,0,0.758169,0.652058,300,100,1), - (19420,176584,1,3085.27,-5128,136.614,4.497,0,0,0.779015,-0.627006,300,100,1), - (19421,176584,1,3081.81,-5128,136.26,4.757,0,0,0.69116,-0.722702,300,100,1), - (19422,176584,1,2776.73,-5672,131.405,4.08,0,0,0.891929,-0.452176,300,100,1), - (19423,176584,0,1603.54,-5470.75,101.257,0.699,0,0,0.342428,0.939544,300,100,1), - (19424,176584,1,4335.63,-5329,122.765,1.687,0,0,0.746975,0.664852,300,100,1), - (19425,176584,1,4330.98,-5328,123.209,1.102,0,0,0.523539,0.852001,300,100,1), - (19426,176584,0,-8169,-923,135.395,4.873,0,0,0.648104,-0.761552,300,100,1), - (19428,176584,0,2947.47,-2878,100.451,0.924,0,0,0.445739,0.895163,300,100,1), - (19429,176584,1,4725.31,-6254,116.435,1.231,0,0,0.577367,0.816485,300,100,1), - (19430,176584,0,-8225,-1739,147.478,1.77,0,0,0.773915,0.63329,300,100,1), - (19431,176584,1,-7930,-1183,-272,3.321,0,0,0.995979,-0.0895835,300,100,1), - (19432,176584,1,6306.6,-1148,373.497,1.641,0,0,0.731487,0.681856,300,100,1), - (19433,176584,0,-7534,-1946,183.358,0.559,0,0,0.275875,0.961194,300,100,1), - (19446,176584,0,1717.19,-1606,65.003,3.209,0,0,0.999432,-0.0336973,300,100,1), - (19447,176584,1,4059.58,-637,300.205,2.347,0,0,0.92211,0.386927,300,100,1), - (19448,176584,1,3470.04,-4667,105.863,5.888,0,0,0.196309,-0.980542,300,100,1), - (19449,176584,1,6312.27,-1147,375.27,1.688,0,0,0.747307,0.664479,300,100,1), - (19450,176584,1,6272.31,-1633,479.84,3.906,0,0,0.927845,-0.372966,300,100,1), - (19451,176584,1,6278.46,-1627,474.669,3.926,0,0,0.924069,-0.382226,300,100,1), - (19452,176584,1,-6960,-991,-272,6.018,0,0,0.132204,-0.991223,300,100,1), - (19453,176584,1,-7045,1602.92,2.333,3.806,0,0,0.945326,-0.326127,300,100,1), - (19454,176584,0,2277.96,-4737.99,95.8844,0.95993,0,0,0.461748,0.887011,300,255,1), - (19455,176584,1,-7594,-1440,-263,4.769,0,0,0.686811,-0.726836,300,100,1), - (19456,176584,0,2771.42,-4705,77.951,0.523,0,0,0.25853,0.966003,300,100,1), - (19457,176584,0,2859.3,-4750,84.099,0.189,0,0,0.0943594,0.995538,300,100,1), - (19458,176584,1,2865.75,-5735,119.258,4.641,0,0,0.731891,-0.681422,300,100,1), - (19459,176584,1,4197.75,-703,282.387,0.931,0,0,0.44887,0.893597,300,100,1), - (19460,176584,1,2506.04,-5125,119.932,4.286,0,0,0.84071,-0.541486,300,100,1), - (19461,176584,1,6790.47,-1571,482.629,0.333,0,0,0.165732,0.986171,300,100,1), - (19462,176584,1,4580.46,-867,305.302,5.422,0,0,0.417409,-0.908719,300,100,1), - (19463,176584,1,4878.67,-749,302.909,0.188,0,0,0.0938616,0.995585,300,100,1), - (19464,176584,1,4290.87,-5979,97.226,3.666,0,0,0.965821,-0.259209,300,100,1), - (19465,176584,0,3140.52,-4021,103.916,1.01,0,0,0.483807,0.875174,300,100,1), - (19466,176584,1,2504.71,-5128,120.247,5.214,0,0,0.50949,-0.860476,300,100,1), - (19467,176584,1,2628.89,-4745,142.821,4.637,0,0,0.733252,-0.679957,300,100,1), - (19468,176584,1,2631.68,-4746,144.004,4.629,0,0,0.735966,-0.677018,300,100,1), - (19469,176584,0,1812.78,-4592,73.611,5.227,0,0,0.503887,-0.86377,300,100,1), - (19470,176584,0,-7969,-814,130.392,6.004,0,0,0.13914,-0.990273,300,100,1), - (19471,176584,1,4535.18,-716,260.825,3.076,0,0,0.999462,0.0327905,300,100,1), - (19472,176584,1,4315.23,-6716,93.117,2.103,0,0,0.868169,0.496269,300,100,1), - (19473,176584,1,-7843,-720,-261,2.299,0,0,0.91256,0.408944,300,100,1), - (19474,176584,0,2525.64,-4791,106.753,5.133,0,0,0.543913,-0.839142,300,100,1), - (19475,176584,0,-7982,-2327,127.518,4.627,0,0,0.736643,-0.676282,300,100,1), - (19477,176584,1,-7723,-1867,-273,3.829,0,0,0.941513,-0.336976,300,100,1), - (19478,176584,1,-7762,-2109,-270,4.527,0,0,0.769522,-0.63862,300,100,1), - (19479,176584,1,2756.29,-5245,111.773,6.247,0,0,0.0180916,-0.999836,300,100,1), - (19480,176584,1,2757.4,-5249,111.923,0.772,0,0,0.376486,0.926422,300,100,1), - (19481,176584,1,2785.3,-5344,118.276,4.982,0,0,0.605658,-0.795725,300,100,1), - (19482,176584,1,2780.56,-5347,118.136,5.281,0,0,0.480384,-0.877058,300,100,1), - (19483,176584,1,2863.8,-5297,132.352,0.317,0,0,0.157837,0.987465,300,100,1), - (19484,176584,0,-7600,-1882,159.951,0.092,0,0,0.0459838,0.998942,300,100,1), - (19485,176584,1,6464.41,-1218,400.512,5.727,0,0,0.274522,-0.961581,300,100,1), - (19486,176584,1,4192.04,-701,280.122,6.187,0,0,0.0480742,-0.998844,300,100,1), - (19487,176584,1,6338.19,-1171.82,375.17,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (19488,176584,1,6519,-848,475.151,0.713,0,0,0.348996,0.937124,300,100,1), - (19489,176584,0,2012.83,-1544,67.45,1.925,0,0,0.820623,0.57147,300,100,1), - (19490,176584,0,2007.51,-1545,65.193,0.201,0,0,0.100331,0.994954,300,100,1), - (19491,176584,1,-7382,806.49,3.179,2.306,0,0,0.913985,0.405747,300,100,1), - (19492,176584,1,-6885.31,-1580.54,-272.208,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (19493,176584,0,-8457,-942,224.384,2.702,0,0,0.975942,0.218031,300,100,1), - (19494,176584,0,-8455,-938,223.978,2.6,0,0,0.963558,0.267499,300,100,1), - (19495,176584,1,-6835,-753,-270,0.981,0,0,0.471067,0.882097,300,100,1), - (19496,176584,1,-7864,786.793,-30,2.063,0,0,0.85807,0.513532,300,100,1), - (19497,176584,1,3375.37,-4381,115.619,3.171,0,0,0.999892,-0.0147031,300,100,1), - (19498,176584,1,3380.01,-4381,115.971,3.124,0,0,0.999961,0.00879618,300,100,1), - (19499,176584,1,-7417,-913,-268,-1,0,0,-0.479426,0.877583,300,100,1), - (19500,176584,1,5507.05,-1021,377.793,4.397,0,0,0.809378,-0.587288,300,100,1), - (19501,176584,1,-7572,-780,-262,4.896,0,0,0.639304,-0.768954,300,100,1), - (19502,176584,1,2709.23,-5907,97.617,5.847,0,0,0.216368,-0.976312,300,100,1), - (19503,176584,1,2672.46,-5838,97.156,2.067,0,0,0.859096,0.511815,300,100,1), - (19504,176584,1,-6555,-1230,-271,4.321,0,0,0.831105,-0.556115,300,100,1), - (19505,176584,1,-6563,-1417,-272,2.46,0,0,0.942489,0.334238,300,100,1), - (19506,176584,1,-7478,-1540,-272,5.923,0,0,0.179121,-0.983827,300,100,1), - (19507,176584,1,-7485,-1565,-275,0.418,0,0,0.207482,0.978239,300,100,1), - (19508,176584,1,-7554,-1513,-269,3.31,0,0,0.996457,-0.0841042,300,100,1), - (19509,176584,1,-7592,-1532,-265,4.229,0,0,0.855799,-0.517309,300,100,1), - (19510,176584,0,-8157,-1823,133.538,-2,0,0,-0.841471,0.540302,300,100,1), - (19511,176584,0,2793.19,-3303,96.064,4.859,0,0,0.653419,-0.756996,300,100,1), - (19512,176584,1,3673.46,-4767,120.337,3.44,0,0,0.98889,-0.148651,300,100,1), - (19513,176584,1,3672.09,-4774,120.385,3.397,0,0,0.991857,-0.127357,300,100,1), - (19514,176584,1,3663.34,-4770,119.203,1.72,0,0,0.757843,0.652437,300,100,1), - (19515,176584,1,6272.66,-1622.83,472.992,3.926,0,0,0.924069,-0.382226,300,100,1), - (19516,176584,0,-8171,-926,134.383,1.987,0,0,0.837941,0.54576,300,100,1), - (19517,176584,1,-7851,-1440,-267,2.684,0,0,0.97394,0.226805,300,100,1), - (19518,176584,1,2606.43,-6009,100.693,3.612,0,0,0.972467,-0.233041,300,100,1), - (19519,176584,0,1530.96,-3626,92.968,6.029,0,0,0.126751,-0.991935,300,100,1), - (19520,176584,0,-7682,-2931,131.449,0.389,0,0,0.193276,0.981144,300,100,1), - (19521,176584,1,3779.68,-1059,229.386,0.59,0,0,0.29074,0.956802,300,100,1), - (19523,176584,1,-7441,-1509,-271,1.089,0,0,0.51799,0.855386,300,100,1), - (19524,176584,1,4289.49,-5976,97.288,3.85,0,0,0.937923,-0.346844,300,100,1), - (19525,176584,1,4286.45,-5972,97.316,3.854,0,0,0.937227,-0.348719,300,100,1), - (19526,176584,0,1877.83,-3462,108.737,3.233,0,0,0.998956,-0.0456878,300,100,1), - (19527,176584,1,-7407,-1746,-278,2.845,0,0,0.989024,0.147753,300,100,1), - (19528,176584,1,-7772,-1718,-272,0.262,0,0,0.130626,0.991432,300,100,1), - (19529,176584,0,1714.25,-1610,65.621,2.644,0,0,0.969209,0.246238,300,100,1), - (19530,176584,0,1707.02,-1606,68.021,2.44,0,0,0.939099,0.343646,300,100,1), - (19531,176584,1,-7143,-1947,-270,5.748,0,0,0.26441,-0.96441,300,100,1), - (19532,176584,0,2806.39,-3987,103.278,1.611,0,0,0.721177,0.692751,300,100,1), - (19533,176584,1,2866.99,-5291,132.087,5.936,0,0,0.172722,-0.984971,300,100,1), - (19534,176584,1,4708.08,-7353,70.65,5.79,0,0,0.244101,-0.96975,300,100,1), - (19535,176584,1,4709.7,-7350,70.524,5.641,0,0,0.315604,-0.948891,300,100,1), - (19536,176584,0,2943.47,-2878,99.926,0.743,0,0,0.363014,0.931784,300,100,1), - (19537,176584,0,2946.2,-2882,100.501,0.924,0,0,0.445739,0.895163,300,100,1), - (19538,176584,1,-7166,-998,-272,0.403,0,0,0.200139,0.979768,300,100,1), - (19539,176584,1,6114.78,-1376,393.422,6.035,0,0,0.123774,-0.99231,300,100,1), - (19540,176584,1,4521.29,-7215,107.229,0.041,0,0,0.0204986,0.99979,300,100,1), - (19541,176584,1,4511.79,-7212,103.271,0.552,0,0,0.272509,0.962153,300,100,1), - (19542,176584,1,3680.39,-4469,119.659,1.156,0,0,0.54635,0.837557,300,100,1), - (19543,176584,1,4514.05,-7213,104.163,0.524,0,0,0.259013,0.965874,300,100,1), - (19544,176584,0,1682.83,-1494,65.969,1.658,0,0,0.737256,0.675613,300,100,1), - (19545,176584,1,4622.91,-852,310.913,4.589,0,0,0.749358,-0.662165,300,100,1), - (19546,176584,1,6210.35,-1054,384.408,5.379,0,0,0.436849,-0.899535,300,100,1), - (19547,176584,1,6212.14,-1056,383.889,4.512,0,0,0.77429,-0.632831,300,100,1), - (19548,176584,1,2676.62,-6238,90.627,0.026,0,0,0.0129996,0.999915,300,100,1), - (19549,176584,1,3467.39,-4674,106.406,6.147,0,0,0.0680401,-0.997683,300,100,1), - (19550,176584,0,1612.3,-5454,99.944,2.101,0,0,0.867672,0.497137,300,100,1), - (19551,176584,0,1539.05,-3623,95.457,3.147,0,0,0.999996,-0.00270371,300,100,1), - (19552,176584,1,-6507,-1463,-272,5.908,0,0,0.186494,-0.982456,300,100,1), - (19553,176584,1,-6541,-1442,-271,5.688,0,0,0.293219,-0.956045,300,100,1), - (19554,176584,0,-8108,-1241,133.077,-3,0,0,-0.997495,0.0707372,300,100,1), - (19555,176584,1,2508.63,-6182,103.857,6.016,0,0,0.133196,-0.99109,300,100,1), - (19556,176584,1,2475.01,-6056,101.026,2.883,0,0,0.991653,0.128936,300,100,1), - (19557,176584,1,6530.7,-1083,437.342,4.706,0,0,0.709362,-0.704844,300,100,1), - (19558,176584,1,-7294,-823,-272,4.145,0,0,0.876765,-0.48092,300,100,1), - (19559,176584,1,-7286,-810,-271,4.33,0,0,0.828595,-0.559849,300,100,1), - (19560,176584,1,-7340,648.978,-1,4.8,0,0,0.675463,-0.737394,300,100,1), - (19561,176584,1,3788.36,-1315,205.211,3.42,0,0,0.990327,-0.138755,300,100,1), - (19562,176584,1,5017.01,-734,311.473,1.218,0,0,0.572048,0.82022,300,100,1), - (19563,176584,1,-7614,266.612,4.146,5.672,0,0,0.300858,-0.953669,300,100,1), - (19564,176584,1,-6702,1847.13,5.428,0.814,0,0,0.395856,0.918313,300,100,1), - (19565,176584,1,-7618.17,-619.163,-255.354,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (19566,176584,0,-7849,-1580,139.92,2.28,0,0,0.908633,0.417595,300,100,1), - (19567,176584,0,2084.81,-4135,76.874,4.89,0,0,0.641608,-0.767033,300,100,1), - (19568,176584,0,2086.34,-4132,77.165,4.293,0,0,0.838809,-0.544425,300,100,1), - (19569,176584,0,1759.41,-5350,77.84,0.314,0,0,0.156356,0.987701,300,100,1), - (19570,176584,0,1608.94,-5453,99.597,0.699,0,0,0.342428,0.939544,300,100,1), - (19571,176584,0,2141.82,-3830,149.259,0.476,0,0,0.235759,0.971811,300,100,1), - (19572,176584,1,6247.17,-1458,378.553,4.457,0,0,0.791398,-0.611301,300,100,1), - (19573,176584,1,4284.9,-6739,88.57,0.383,0,0,0.190332,0.98172,300,100,1), - (19574,176584,1,6528.6,-1323.92,439.695,0.855211,0,0,0.414693,0.909961,300,255,1), - (19575,176584,1,6686.21,-1952,550.971,5.493,0,0,0.384894,-0.922961,300,100,1), - (19576,176584,1,6688.92,-1949,550.448,5.493,0,0,0.384894,-0.922961,300,100,1), - (19577,176584,0,-7983,-2324,128.081,4.945,0,0,0.620274,-0.784385,300,100,1), - (19578,176584,1,-7682,-1086,-270,-2,0,0,-0.841471,0.540302,300,100,1), - (19579,176584,0,2027.05,-5036,74.6067,6.071,0,0,0.105894,-0.994377,300,100,1), - (19580,176584,1,4845.76,-668,297.696,2.335,0,0,0.919772,0.392452,300,100,1), - (19581,176584,0,2043.54,-2428,63.779,1.43,0,0,0.655617,0.755093,300,100,1), - (19582,176584,0,2122.64,-2425,63.615,6.257,0,0,0.0130923,-0.999914,300,100,1), - (19583,176584,0,2119.88,-2425,63.133,0.692,0,0,0.339138,0.940737,300,100,1), - (19584,176584,1,-6647,777.896,11.07,1.984,0,0,0.837122,0.547017,300,100,1), - (19585,2046,0,-10760,-3698,27.993,1.721,0,0,0.758169,0.652058,300,100,1), - (19586,176584,1,-7396,-868,-266,0.285,0,0,0.142018,0.989864,300,100,1), - (19587,176584,0,1931.4,-3448,109.532,3.398,0,0,0.991793,-0.127853,300,100,1), - (19588,176584,0,1714.05,-4434,74.09,0.801,0,0,0.389879,0.920866,300,100,1), - (19589,176584,1,4414.33,-5517,102.414,3.715,0,0,0.959181,-0.282792,300,100,1), - (19590,176584,1,4413.4,-5523,103.661,3.122,0,0,0.999952,0.00979618,300,100,1), - (19591,176584,1,3042.65,-4221,93.947,3.421,0,0,0.990257,-0.13925,300,100,1), - (19592,176584,1,-7399,567.13,-5,0.264,0,0,0.131617,0.991301,300,100,1), - (19593,176584,0,2824.62,-3870,103.519,1.579,0,0,0.710001,0.7042,300,100,1), - (19594,176584,0,2753.56,-3970,98.795,3.971,0,0,0.915236,-0.402919,300,100,1), - (19595,176584,0,2749.02,-3977,96.791,4.081,0,0,0.891702,-0.452622,300,100,1), - (19596,176584,0,-8269,-1853,145.839,4.544,0,0,0.764066,-0.645138,300,100,1), - (19597,176584,0,-8149,-2880,135.624,-2,0,0,-0.841471,0.540302,300,100,1), - (19598,176584,1,2597.33,-3966,116.55,2.938,0,0,0.994823,0.101621,300,100,1), - (19599,176584,1,4582.16,-6737,139.64,4.803,0,0,0.674356,-0.738406,300,100,1), - (19600,176584,1,4576.68,-6725,125.843,4.842,0,0,0.65983,-0.751415,300,100,1), - (19601,176584,1,2854.62,-4295,100.657,3.696,0,0,0.961824,-0.273667,300,100,1), - (19602,176584,1,2851.15,-4294,101.951,4.194,0,0,0.86472,-0.502254,300,100,1), - (19603,176584,1,-7103,-496,-269,1.547,0,0,0.698644,0.71547,300,100,1), - (19604,176584,1,2875.58,-5661,124.656,5.336,0,0,0.456086,-0.889935,300,100,1), - (19605,176584,1,-7571,-814,-269,4.711,0,0,0.707598,-0.706616,300,100,1), - (19606,176584,0,1920.04,-5007,76.3724,4.457,0,0,0.791398,-0.611301,300,100,1), - (19607,176584,1,3044.76,-4232,94.188,2.338,0,0,0.92036,0.391072,300,100,1), - (19608,176584,1,-7845,883.009,-6,3.257,0,0,0.998336,-0.0576716,300,100,1), - (19609,176584,1,-7015,-2139,-269,3.671,0,0,0.96517,-0.261623,300,100,1), - (19610,176584,1,-7023,-2207,-266,2.039,0,0,0.851846,0.523792,300,100,1), - (19611,176584,1,3186.53,-4250,97.362,6.083,0,0,0.0999255,-0.994995,300,100,1), - (19612,176584,0,2014.37,-1549,66.21,1.387,0,0,0.639233,0.769013,300,100,1), - (19613,176584,1,-7063,1034.44,6.875,0.421,0,0,0.208949,0.977927,300,100,1), - (19614,176584,1,4741.67,-7112,90.474,5.228,0,0,0.503455,-0.864022,300,100,1), - (19615,176584,1,4733.21,-6667,114.992,1.757,0,0,0.769782,0.638307,300,100,1), - (19616,176584,1,-6165,-1573,-209,1.937,0,0,0.824037,0.566536,300,100,1), - (19617,176584,1,-7771,-2112,-271,5.073,0,0,0.568838,-0.822449,300,100,1), - (19618,176584,0,2082.1,-3726,132.041,5.432,0,0,0.412861,-0.910794,300,100,1), - (19619,176584,1,-6811.88,-1785.77,-270.054,-0.261798,0,0,-0.130526,0.991445,300,255,1), - (19620,176584,0,2409.06,-5130,82.811,0.987,0,0,0.473711,0.88068,300,100,1), - (19621,176584,0,2403.86,-5118,82.129,4.847,0,0,0.657949,-0.753062,300,100,1), - (19622,176584,0,2359.14,-4884,79.503,2.023,0,0,0.847629,0.53059,300,100,1), - (19623,176584,1,5412.48,-652,351.797,3.967,0,0,0.91604,-0.401087,300,100,1), - (19624,176584,0,-7852,-1659,140.048,5.967,0,0,0.157435,-0.987529,300,100,1), - (19625,176584,0,-7853,-1680,140.297,0.147,0,0,0.0734338,0.9973,300,100,1), - (19626,176584,1,-7752,-1057,-269,5.036,0,0,0.583955,-0.811786,300,100,1), - (19627,176584,0,2527.21,-4799,107.967,5.644,0,0,0.31418,-0.949363,300,100,1), - (19629,176584,1,2641.49,-5585,109.887,2.768,0,0,0.982604,0.185712,300,100,1), - (19630,176584,0,1934.01,-3447,109.343,3.39,0,0,0.992297,-0.123885,300,100,1), - (19631,176584,1,6787.27,-1572,482.517,1.439,0,0,0.659009,0.752135,300,100,1), - (19632,176584,0,1917.85,-2112,70.437,1.144,0,0,0.541315,0.84082,300,100,1), - (19633,176584,0,1712.2,-2141,64.105,3.743,0,0,0.955128,-0.296192,300,100,1), - (19634,176584,0,-8130.73,-753.006,134.006,2.77507,0,0,0.983255,0.182237,300,255,1), - (19635,176584,1,5219.77,-700,344.065,1.317,0,0,0.611931,0.790911,300,100,1), - (19636,176584,0,2390.42,-4222,91.462,3.598,0,0,0.974074,-0.226228,300,100,1), - (19637,176584,1,-7622,-1430,-262,6.061,0,0,0.110864,-0.993836,300,100,1), - (19638,176584,1,6541.04,-1521,440.769,5.897,0,0,0.191895,-0.981415,300,100,1), - (19639,176584,1,-7847,-591,-265,1.719,0,0,0.757516,0.652816,300,100,1), - (19640,176584,0,-7951,-2222,125.624,1.363,0,0,0.629959,0.776629,300,100,1), - (19641,176584,0,-7956,-2221,125.919,1.359,0,0,0.628404,0.777887,300,100,1), - (19642,176584,0,-8136,-2085,131.524,2.251,0,0,0.902483,0.430725,300,100,1), - (19643,176584,0,-7954,-2212,125.254,1.34,0,0,0.620986,0.783822,300,100,1), - (19644,176584,1,3934.18,-4993.8,137.714,2.68781,0,0,0.97437,0.22495,300,255,1), - (19645,176584,1,4082.53,-5254,105.303,0.16,0,0,0.0799147,0.996802,300,100,1), - (19646,176584,1,4079.06,-5248,105.735,5.822,0,0,0.228555,-0.973531,300,100,1), - (19647,176584,1,-7123,-508,-266,1.272,0,0,0.593982,0.804478,300,100,1), - (19648,176584,1,4762.51,-7100,91.305,3.74,0,0,0.955572,-0.294759,300,100,1), - (19649,176584,0,1666.15,-2111,62.079,2.526,0,0,0.953004,0.302959,300,100,1), - (19650,176584,1,-6449.25,-1354.78,-270.704,-0.209439,0,0,-0.104528,0.994522,300,255,1), - (19651,176584,1,6275.59,-1624,473.537,3.946,0,0,0.920201,-0.391447,300,100,1), - (19652,176584,0,-7680,-2936,131.458,0.385,0,0,0.191313,0.981529,300,100,1), - (19653,176584,0,-7677,-2939,131.584,0.245,0,0,0.122194,0.992506,300,100,1), - (19654,176584,1,-7157,-999,-272,5.842,0,0,0.218808,-0.975768,300,100,1), - (19655,176584,1,3787.16,-1320,205.477,2.627,0,0,0.967082,0.254467,300,100,1), - (19656,176584,1,-6651.68,779.166,11.2308,1.47,0,0,0.670587,0.741831,300,100,1), - (19657,176584,1,-7449,-2450,-200,1.78,0,0,0.777145,0.629321,300,100,1), - (19658,176584,1,-6953,-999,-271,5.724,0,0,0.275964,-0.961168,300,100,1), - (19659,176584,1,2624.13,-4363,127.605,3.766,0,0,0.951659,-0.307157,300,100,1), - (19660,176584,1,4846.36,-681,293.944,0.895,0,0,0.432713,0.901532,300,100,1), - (19661,176584,1,-6573,-1357,-271.98,2.004,0,0,0.84255,0.538618,300,100,1), - (19662,176584,1,4618.12,-5412,108.74,1.989,0,0,0.838487,0.544922,300,100,1), - (19663,176586,1,-7149,-1414,-229,0,0,0,0,1,300,100,1), - (19664,176586,1,-7194,-310,-224,1.59,0,0,0.713864,0.700285,300,100,1), - (19665,176586,1,-6482,-1915,-271,5.491,0,0,0.385816,-0.922576,300,100,1), - (19666,176586,0,-7802,-1576,132.796,2.475,0,0,0.944969,0.32716,300,100,1), - (19668,176586,0,-7503.81,-750.34,214.666,-0.087266,0,0,-0.0436192,0.999048,300,100,1), - (19669,176586,1,-7447,-316,-217,2.26,0,0,0.904412,0.42666,300,100,1), - (19670,176586,1,-7725,-2140,-267,3.575,0,0,0.976611,-0.215012,300,100,1), - (19671,176586,1,6971.53,-4274,757.603,5.839,0,0,0.220271,-0.975439,300,100,1), - (19672,176586,1,-7044,-1347,-261,2.491,0,0,0.947556,0.31959,300,100,1), - (19673,176586,1,7234.34,-4367,651.365,1.405,0,0,0.646128,0.763229,300,100,1), - (19674,176586,1,7327.6,-4296,704.438,0.329,0,0,0.163759,0.9865,300,100,1), - (19675,176586,1,3395.93,-5017,91.537,1.629,0,0,0.727383,0.686232,300,100,1), - (19676,176586,1,-7938,-1992,-266,3.708,0,0,0.960165,-0.279433,300,100,1), - (19677,176586,1,4023.6,-5146,117.122,0.547,0,0,0.270103,0.962831,300,100,1), - (19678,176586,1,4176.83,-5313,113.481,1.954,0,0,0.828823,0.559512,300,100,1), - (19679,176586,1,3980.69,-5012,137.134,2.096,0,0,0.866426,0.499305,300,100,1), - (19680,176586,1,-8092,-1071,-252,3.097,0,0,0.999751,0.0222945,300,100,1), - (19681,176586,1,-6698,-460,-242,-2,0,0,-0.841471,0.540302,300,100,1), - (19682,176586,1,-7952,-2038,-246,1.798,0,0,0.782705,0.622393,300,100,1), - (19683,176586,1,4622.97,-6576,102.635,1.374,0,0,0.634221,0.773152,300,100,1), - (19684,176586,1,4504.46,-6866,134.775,5.21,0,0,0.511211,-0.859456,300,100,1), - (19685,176586,1,-7168,-1147,-264,4.992,0,0,0.601672,-0.798743,300,100,1), - (19686,176586,0,1613.95,-2441,89.807,-1,0,0,-0.479426,0.877583,300,100,1), - (19688,176586,0,-7789,-2577,170.551,4.168,0,0,0.871176,-0.490971,300,100,1), - (19689,176586,1,2439.29,-5223,134.032,2.673,0,0,0.972678,0.232159,300,100,1), - (19690,176586,1,6348.86,-3603,724.875,2.323,0,0,0.917401,0.397964,300,100,1), - (19691,176586,1,4424.21,-7347,89.701,2.075,0,0,0.861136,0.508375,300,100,1), - (19692,176586,1,4497.36,-6795,125.098,5.973,0,0,0.154472,-0.987997,300,100,1), - (19693,176586,1,4315.12,-7010,130.323,2.679,0,0,0.97337,0.22924,300,100,1), - (19694,176586,1,3356.86,-5107,87.101,6.248,0,0,0.0175917,-0.999845,300,100,1), - (19695,176586,1,3206.77,-5227,91.241,3.486,0,0,0.98521,-0.171354,300,100,1), - (19696,176586,1,3412.88,-5027,89.134,0.786,0,0,0.382961,0.923764,300,100,1), - (19697,176586,1,-7445,-2320,-226,0.489,0,0,0.242071,0.970258,300,100,1), - (19698,176586,1,-7071,-1243,-262,4.147,0,0,0.876283,-0.481796,300,100,1), - (19699,176586,1,-7088,-1188,-248,4.258,0,0,0.848208,-0.529663,300,100,1), - (19700,176586,1,2438.66,-5215,139.502,2.727,0,0,0.978591,0.205815,300,100,1), - (19701,176586,1,-8010,-830,-241,5.805,0,0,0.236821,-0.971553,300,100,1), - (19702,176586,0,2685.68,-4345.66,144.185,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (19703,176586,1,4664.78,-7406,87.527,3.544,0,0,0.979827,-0.199849,300,100,1), - (19704,176586,1,4724,-7376,72.973,6.272,0,0,0.00559271,-0.999984,300,100,1), - (19705,176586,1,4381.03,-5375,125.238,2.025,0,0,0.848159,0.529742,300,100,1), - (19706,176586,1,-6396,-851,-263,5.036,0,0,0.583955,-0.811786,300,100,1), - (19707,176586,1,6332.88,-2546,537.629,4.384,0,0,0.813179,-0.582014,300,100,1), - (19708,176586,1,2854.45,-5517,129.924,4.491,0,0,0.780892,-0.624666,300,100,1), - (19709,176586,1,2762.55,-5265,111.103,1.649,0,0,0.734208,0.678924,300,100,1), - (19710,176586,1,-8081,-1127,-269,3.477,0,0,0.985971,-0.166919,300,100,1), - (19711,176586,1,6316.29,-2403.2,555.067,1.899,0,0,0.813125,0.58209,300,100,1), - (19712,176586,1,-7939,-677,-254,3.742,0,0,0.955276,-0.295715,300,100,1), - (19714,176586,0,-7591,-1382,146.608,5.895,0,0,0.192876,-0.981223,300,100,1), - (19715,176586,1,-7110.91,-1494.33,-247.364,0.558504,0,0,0.275637,0.961262,300,255,1), - (19716,176586,1,6343.07,-3610,728.26,0.402,0,0,0.199649,0.979867,300,100,1), - (19717,176586,1,6484.94,-3732,702.149,1.635,0,0,0.729438,0.684047,300,100,1), - (19718,176586,1,6423.07,-3701,714.912,3.952,0,0,0.919022,-0.394206,300,100,1), - (19719,176586,1,6417.3,-3723,711.351,3.308,0,0,0.996541,-0.0831077,300,100,1), - (19720,176586,1,6347.73,-3485,717.085,3.159,0,0,0.999962,-0.00870352,300,100,1), - (19721,176586,1,6492.92,-3509,640.294,0.544,0,0,0.268658,0.963235,300,100,1), - (19722,176586,1,6347.38,-3475,717.459,3.159,0,0,0.999962,-0.00870352,300,100,1), - (19723,176586,0,-7758,-2813,139.289,1.87,0,0,0.804599,0.593818,300,100,1), - (19724,176586,1,2490.74,-5386,127.712,3.887,0,0,0.931346,-0.364135,300,100,1), - (19725,176586,1,-7069,-1430,-240,4.336,0,0,0.826911,-0.562332,300,100,1), - (19726,176586,1,7025.48,-4794,742.085,0.423,0,0,0.209927,0.977717,300,100,1), - (19727,176586,1,4303.14,-5716,101.063,4.436,0,0,0.797773,-0.602958,300,100,1), - (19728,176586,1,4270.92,-5704,94.901,2.666,0,0,0.971859,0.235562,300,100,1), - (19729,176586,1,4506.92,-5629,105.59,5.128,0,0,0.546009,-0.837779,300,100,1), - (19730,176586,1,4460.03,-5610,107.043,2.73,0,0,0.978899,0.204347,300,100,1), - (19731,176586,1,4585.36,-5817,107.888,5.888,0,0,0.196309,-0.980542,300,100,1), - (19732,176586,1,-7297,-1485,-258.123,0.139,0,0,0.0694441,0.997586,300,100,1), - (19733,176586,1,-7345,-1445,-265.503,5.539,0,0,0.363566,-0.931569,300,100,1), - (19734,176586,1,7254.81,-4071,714.319,1.042,0,0,0.497748,0.867322,300,100,1), - (19735,176586,1,6366.95,-5087,757.087,4.024,0,0,0.904238,-0.427028,300,100,1), - (19736,176586,1,2972.15,-5070,144.916,1.583,0,0,0.711408,0.702779,300,100,1), - (19737,176586,0,-7819,-2650,223.965,-3,0,0,-0.997495,0.0707372,300,100,1), - (19738,176586,1,-8175,-1582,-212,5.874,0,0,0.203168,-0.979144,300,100,1), - (19739,176586,1,-8198,-1555,-219,4.129,0,0,0.880584,-0.473891,300,100,1), - (19740,176586,1,-8125,-1316,-243,3.4,0,0,0.991665,-0.128845,300,100,1), - (19741,176586,1,-8157,-1546,-226,4.109,0,0,0.885279,-0.465061,300,100,1), - (19742,176586,0,-7590,-1387,159.027,5.895,0,0,0.192876,-0.981223,300,100,1), - (19743,176586,1,-7966,-1833,-268,4.748,0,0,0.694405,-0.719584,300,100,1), - (19744,176586,1,6614.23,-5123,797.084,4.102,0,0,0.886901,-0.46196,300,100,1), - (19745,176586,1,6842.32,-5266,823.023,4.636,0,0,0.733592,-0.67959,300,100,1), - (19747,176586,1,-7079,-1199,-248,1.623,0,0,0.725321,0.688411,300,100,1), - (19748,176586,1,-7615.53,-2261.98,-243.478,1.58825,0,0,0.713251,0.700909,300,255,1), - (19749,176586,1,6880.38,-3332,711.989,5.774,0,0,0.251851,-0.967766,300,100,1), - (19750,176586,1,-6911,-371,-244,0.838,0,0,0.406847,0.913496,300,100,1), - (19751,176586,1,-8054,-934,-244,0.297,0,0,0.147955,0.988994,300,100,1), - (19752,176586,1,6708.93,-5103,739.882,2.96,0,0,0.995881,0.0906716,300,100,1), - (19753,176586,1,6752.48,-5264,812.428,3.796,0,0,0.946945,-0.321396,300,100,1), - (19754,176586,1,-6447,-2036,-245,1.92,0,0,0.819192,0.57352,300,100,1), - (19755,176586,1,7645.89,-3783,693.521,1.45,0,0,0.663135,0.748499,300,100,1), - (19756,176586,1,6947.34,-4293,776.792,4.743,0,0,0.696202,-0.717846,300,100,1), - (19757,176586,0,-8066,-2619,136.693,2.151,0,0,0.879828,0.475292,300,100,1), - (19758,176586,1,-8203,-1632,-188,1.344,0,0,0.622552,0.782578,300,100,1), - (19759,176586,1,-6953,-2375,-213,0.34,0,0,0.169182,0.985585,300,100,1), - (19760,176586,0,-8210,-2863,138.252,2.624,0,0,0.966699,0.255917,300,100,1), - (19761,176586,1,7477.11,-4906,688.77,4.597,0,0,0.746704,-0.665157,300,100,1), - (19762,176586,1,-7610,-284,-190,0.776,0,0,0.378338,0.925668,300,100,1), - (19763,176586,1,-7641,-316,-190,1.412,0,0,0.648795,0.760963,300,100,1), - (19764,176586,1,-7616,-329,-192,1.745,0,0,0.765939,0.642914,300,100,1), - (19765,176586,1,-7597,-307,-189,5.474,0,0,0.393644,-0.919263,300,100,1), - (19766,176586,1,6824.69,-2992,585.875,6.038,0,0,0.122286,-0.992495,300,100,1), - (19767,176586,1,6881.05,-3144,638.363,0.575,0,0,0.283556,0.958956,300,100,1), - (19768,176586,1,6851.04,-2522,566.258,5.311,0,0,0.467175,-0.884165,300,100,1), - (19769,176586,1,6857.92,-2574,577.221,5.908,0,0,0.186494,-0.982456,300,100,1), - (19770,176586,1,6843.59,-2478,561.2,4.942,0,0,0.62145,-0.783453,300,100,1), - (19771,176586,1,6864.96,-2483,566.015,5.107,0,0,0.554775,-0.832,300,100,1), - (19772,176586,1,6853.99,-2476,562.242,4.954,0,0,0.616739,-0.787168,300,100,1), - (19773,176586,1,6739.9,-3998,702.148,5.343,0,0,0.452969,-0.891526,300,100,1), - (19774,176586,0,-8367,-2463,140.298,2.34,0,0,0.920751,0.390152,300,100,1), - (19775,176586,1,6387.84,-3062,589.948,2.955,0,0,0.995651,0.0931611,300,100,1), - (19776,176586,1,6372.37,-3040,601.943,2.382,0,0,0.92874,0.370731,300,100,1), - (19777,176586,1,6427.71,-3167,579.494,5.327,0,0,0.460086,-0.887874,300,100,1), - (19778,176586,1,4570.23,-5416,102.998,0.93,0,0,0.448423,0.893822,300,100,1), - (19779,176586,0,-8054,-2635,140.953,6.273,0,0,0.00509275,-0.999987,300,100,1), - (19780,176586,1,7553.73,-5070,740.593,4.079,0,0,0.892155,-0.45173,300,100,1), - (19781,176586,1,-6934,-349,-239,2.421,0,0,0.935792,0.352552,300,100,1), - (19782,176586,1,-8054,-1734,-244,0.035,0,0,0.0174991,0.999847,300,100,1), - (19783,176586,1,-7214,-1451,-232,2.454,0,0,0.941482,0.337064,300,100,1), - (19784,176586,1,6884.88,-3716,748.385,0.32,0,0,0.159318,0.987227,300,100,1), - (19785,176586,1,-7618,-2310,-201,4.059,0,0,0.896627,-0.442786,300,100,1), - (19786,176586,1,4292.04,-6836,93.567,2.659,0,0,0.971029,0.238962,300,100,1), - (19787,176586,1,6318.69,-3998,694.404,3.171,0,0,0.999892,-0.0147031,300,100,1), - (19788,176586,1,5443.26,-4647,802.966,2.161,0,0,0.882193,0.470887,300,100,1), - (19789,176586,1,5379.98,-4844,814.657,4.183,0,0,0.867469,-0.497491,300,100,1), - (19790,176586,1,-7697,-2210,-242,0,0,0,0,1,300,100,1), - (19791,176586,1,5452.91,-4640,802.786,2.601,0,0,0.963692,0.267017,300,100,1), - (19792,176586,1,-6258,-1336,-234,0.541,0,0,0.267213,0.963637,300,100,1), - (19793,176586,1,6877.67,-3705,747.954,1.215,0,0,0.570817,0.821078,300,100,1), - (19794,176586,1,6311.04,-3985,700.131,2.696,0,0,0.975283,0.220958,300,100,1), - (19795,176586,1,6327.32,-4025,696.416,4.29,0,0,0.839625,-0.543166,300,100,1), - (19796,176586,1,6316.33,-3991,694.974,3.171,0,0,0.999892,-0.0147031,300,100,1), - (19797,176586,1,7258.49,-4074,714.46,1.042,0,0,0.497748,0.867322,300,100,1), - (19798,176586,1,7286.29,-3995,704.506,1.388,0,0,0.639617,0.768694,300,100,1), - (19799,176586,1,6919.92,-4370,726.82,1.056,0,0,0.503807,0.863816,300,100,1), - (19800,176586,1,7339.07,-4296,705.208,1.511,0,0,0.685653,0.727929,300,100,1), - (19801,176586,1,7762.69,-4371,702.513,3.62,0,0,0.971527,-0.236929,300,100,1), - (19802,176586,1,3183.47,-4962,156.032,1.77,0,0,0.773915,0.63329,300,100,1), - (19803,176586,0,-7862,-1385,152.782,6.15,0,0,0.0665434,-0.997784,300,100,1), - (19804,176586,1,-7380,-357,-254,2.098,0,0,0.866925,0.498438,300,100,1), - (19805,176586,1,7737.6,-4376,699.385,3.93,0,0,0.923303,-0.384073,300,100,1), - (19806,176586,0,-8335,-2439,203.651,-2,0,0,-0.841471,0.540302,300,100,1), - (19807,176586,1,-6785.28,-2261.36,-243.692,-1.58825,0,0,-0.71325,0.70091,300,255,1), - (19808,176586,1,4214.21,-5703,135.957,2.83,0,0,0.987888,0.155167,300,100,1), - (19809,176586,1,-7062,-1334,-253,2.499,0,0,0.948827,0.315797,300,100,1), - (19810,176586,1,4367.92,-5359,128.033,2.394,0,0,0.930948,0.365152,300,100,1), - (19811,176586,1,2480.01,-6295,105.474,3.654,0,0,0.967359,-0.25341,300,100,1), - (19812,176586,1,-7944.49,-1863.99,-250.352,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (19813,176586,1,3671.44,-4688,124.917,1.543,0,0,0.697211,0.716866,300,100,1), - (19814,176586,0,-7779.91,-2580.89,167.733,4.168,0,0,0.871176,-0.490971,300,100,1), - (19815,176586,1,2826.83,-5550,128.94,4.074,0,0,0.893281,-0.449498,300,100,1), - (19816,176586,1,-6327.72,-1763.85,-241.506,1.20428,0,0,0.566407,0.824125,300,255,1), - (19817,176586,1,-7637,-355,-191,3.914,0,0,0.926346,-0.376674,300,100,1), - (19818,176586,0,-7859,-1392,149.998,6.15,0,0,0.0665434,-0.997784,300,100,1), - (19819,176586,0,-8286,-1679,160.578,1.705,0,0,0.752928,0.658103,300,100,1), - (19820,176586,0,-8357,-1902,182.513,3.596,0,0,0.9743,-0.225254,300,100,1), - (19821,176586,0,-8157,-2176,150.521,0.709,0,0,0.347122,0.93782,300,100,1), - (19822,176586,1,6394.87,-2565,550.819,4.051,0,0,0.898391,-0.439196,300,100,1), - (19823,176586,1,6810.7,-5277,816.267,0.113,0,0,0.0564699,0.998404,300,100,1), - (19824,176586,1,6946.87,-4814,703.821,0.093,0,0,0.0464832,0.998919,300,100,1), - (19825,176586,1,6968.39,-5214,726.307,0.128,0,0,0.0639563,0.997953,300,100,1), - (19826,176586,1,-6337,-916,-244,1.012,0,0,0.484682,0.87469,300,100,1), - (19827,176586,1,6950.42,-2005,604.031,-2,0,0,-0.841471,0.540302,300,100,1), - (19828,176586,1,-7288.34,-1226.62,-241.659,-1.98967,0,0,-0.838669,0.544641,300,255,1), - (19829,176586,1,4238.82,-5316,124.527,0.403,0,0,0.200139,0.979768,300,100,1), - (19830,176586,1,4227.97,-5299,124.851,0.899,0,0,0.434515,0.900664,300,100,1), - (19831,176586,1,4237.7,-5307,125.055,6.181,0,0,0.0510703,-0.998695,300,100,1), - (19832,176586,0,-7561,-1745,213.999,3.352,0,0,0.994471,-0.10501,300,100,1), - (19833,176586,1,-6326,-1752,-238,0.609,0,0,0.299816,0.953997,300,100,1), - (19834,176586,1,2401.22,-5821,113.884,5.018,0,0,0.591238,-0.806497,300,100,1), - (19835,176586,1,2530.82,-6143,109.936,5.43,0,0,0.413771,-0.910381,300,100,1), - (19836,176586,1,3823.7,-4892,149.321,5.22,0,0,0.506907,-0.862001,300,100,1), - (19837,176586,1,4392.09,-7136,121.635,2.018,0,0,0.8463,0.532707,300,100,1), - (19843,176586,1,-6989,-328,-230,2.256,0,0,0.903557,0.428468,300,100,1), - (19844,176586,1,6892.98,-3338,721.006,6.273,0,0,0.00509275,-0.999987,300,100,1), - (19845,176586,1,6319.99,-2395,556.459,1.899,0,0,0.813125,0.58209,300,100,1), - (19846,176586,1,6306.42,-2413,557.185,2.433,0,0,0.937891,0.34693,300,100,1), - (19847,176586,1,6880.97,-3295,700.641,5.892,0,0,0.194348,-0.980933,300,100,1), - (19848,176586,1,6883.97,-3295,700.773,6.069,0,0,0.106888,-0.994271,300,100,1), - (19849,176586,1,6273.1,-4588,705.424,4.919,0,0,0.630419,-0.776255,300,100,1), - (19850,176586,1,6292.16,-4723,759.392,1.13,0,0,0.535416,0.844589,300,100,1), - (19851,176586,1,6300.67,-4731,759.968,0.933,0,0,0.449763,0.893148,300,100,1), - (19852,176586,1,6364.8,-5075,758.7,4.519,0,0,0.772071,-0.635537,300,100,1), - (19853,176586,1,5989.77,-4631,718.238,4.051,0,0,0.898391,-0.439196,300,100,1), - (19854,176586,1,-7171,-1344,-184,0.112,0,0,0.0559707,0.998432,300,100,1), - (19855,176586,1,-7193,-1354,-184,5.04,0,0,0.582331,-0.812952,300,100,1), - (19856,176586,1,-6387,-829,-242,3.882,0,0,0.932254,-0.361805,300,100,1), - (19857,176586,1,-6384,-821,-241,1.417,0,0,0.650696,0.759339,300,100,1), - (19858,176586,1,7496.56,-3923,720.021,2.931,0,0,0.994461,0.105102,300,100,1), - (19859,176586,1,5980.49,-4629,720.195,5.363,0,0,0.444031,-0.896011,300,100,1), - (19860,176586,1,5718.14,-4481,761.23,5.742,0,0,0.267303,-0.963613,300,100,1), - (19861,176586,1,5496.28,-4944,849.913,3.205,0,0,0.999497,-0.0316983,300,100,1), - (19862,176586,1,7662.46,-3812,689.077,0.391,0,0,0.194257,0.980951,300,100,1), - (19863,176586,1,8152.12,-3705,744.864,3.213,0,0,0.999363,-0.0356961,300,100,1), - (19864,176586,1,-8079,-1729,-223,2.757,0,0,0.981568,0.191113,300,100,1), - (19865,176586,0,-8148,-699,136.814,2.427,0,0,0.936846,0.349743,300,100,1), - (19866,176586,1,-8094,-1130,-265,3.477,0,0,0.985971,-0.166919,300,100,1), - (19867,176586,1,7291.62,-3997,702.576,1.294,0,0,0.602795,0.797896,300,100,1), - (19868,176586,1,3499.65,-4602,100.319,0.981,0,0,0.471067,0.882097,300,100,1), - (19869,176586,1,3500.12,-4605,100.686,0.981,0,0,0.471067,0.882097,300,100,1), - (19870,176586,1,7935.38,-4364,723.122,6.133,0,0,0.0750222,-0.997182,300,100,1), - (19871,176586,1,-7289,-1262,-250,0.777,0,0,0.378801,0.925478,300,100,1), - (19872,176586,1,4746.42,-6256,118.827,0.421,0,0,0.208949,0.977927,300,100,1), - (19873,176587,0,1772.87,-1559,60.161,2.519,0,0,0.951937,0.306293,300,100,1), - (19874,176587,0,2711.4,-5372,157.896,0.016,0,0,0.00799991,0.999968,300,100,1), - (19875,176587,0,1892.19,-3439,108.297,2.526,0,0,0.953004,0.302959,300,100,1), - (19876,176587,0,1885.18,-3529,109.564,5.084,0,0,0.564306,-0.825566,300,100,1), - (19877,176587,0,2036.91,-3401,108.593,5.292,0,0,0.475553,-0.879687,300,100,1), - (19878,176587,1,6138.76,-1895,576.376,2.193,0,0,0.889614,0.456713,300,100,1), - (19879,176587,1,6151.94,-1913,573.686,2.292,0,0,0.911123,0.412135,300,100,1), - (19880,176587,0,2275.28,-4110,76.796,0.357,0,0,0.177554,0.984111,300,100,1), - (19881,176587,0,2402.32,-4097,79.521,5.706,0,0,0.284603,-0.958645,300,100,1), - (19882,176587,0,1141.16,-2537,60.941,3.566,0,0,0.977569,-0.210615,300,100,1), - (19883,176587,0,1210.67,-2528,72.983,4.442,0,0,0.795961,-0.605349,300,100,1), - (19884,176587,0,1206.29,-2537,72.98,4.396,0,0,0.809672,-0.586883,300,100,1), - (19885,176587,0,1218.33,-2593,86.41,1.886,0,0,0.809324,0.587363,300,100,1), - (19886,176587,0,1223.81,-2592,88.36,1.418,0,0,0.651075,0.759013,300,100,1), - (19887,176587,0,1709.83,-2237,58.876,5.168,0,0,0.529145,-0.848531,300,100,1), - (19888,176587,1,6504.42,-814,474.935,0.036,0,0,0.017999,0.999838,300,100,1), - (19889,176587,0,2675.81,-4264,100.124,0.224,0,0,0.111766,0.993735,300,100,1), - (19890,176587,0,2134.07,-2704,77.601,1.461,0,0,0.667242,0.744841,300,100,1), - (19891,176587,0,2069.77,-3975,129.482,4.768,0,0,0.687174,-0.726492,300,100,1), - (19892,176587,1,4463.98,-910,305.446,5.866,0,0,0.207083,-0.978323,300,100,1), - (19893,176587,0,3146.08,-3666,133.92,5.378,0,0,0.437299,-0.899316,300,100,1), - (19894,176587,0,3185.25,-3597,146.904,0.322,0,0,0.160305,0.987067,300,100,1), - (19895,176587,0,1950.03,-1885,75.175,3.807,0,0,0.945163,-0.3266,300,100,1), - (19896,176587,0,2061.74,-3906,129.291,4.796,0,0,0.676937,-0.736041,300,100,1), - (19897,176587,0,1716.82,-4897,89.018,2.941,0,0,0.994975,0.100128,300,100,1), - (19898,176587,0,2021.92,-2412,62.125,4.731,0,0,0.700496,-0.713656,300,100,1), - (19899,176587,0,1439.53,-1884,58.708,1.138,0,0,0.53879,0.84244,300,100,1), - (19900,176587,0,1684.71,-4805,86.316,0.238,0,0,0.118719,0.992928,300,100,1), - (19901,176587,0,1782.65,-4221.37,88.5097,0.139624,0,0,0.0697553,0.997564,300,255,1), - (19902,176587,0,1471.56,-1837,58.586,4.727,0,0,0.701922,-0.712254,300,100,1), - (19903,176587,0,1711.91,-2267.45,58.8344,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (19904,176587,0,2455.48,-3753,177.711,5.111,0,0,0.55311,-0.833108,300,100,1), - (19905,176587,0,2497.82,-4569,79.115,4.303,0,0,0.836077,-0.548612,300,100,1), - (19906,176587,0,2495.72,-3796,177.524,6.072,0,0,0.105397,-0.99443,300,100,1), - (19907,176587,1,4467.53,-660,269.565,0.469,0,0,0.232357,0.972631,300,100,1), - (19908,176587,1,4492.65,-558,289.415,0.188,0,0,0.0938616,0.995585,300,100,1), - (19909,176587,1,4339.04,-704,274.28,5.878,0,0,0.20121,-0.979548,300,100,1), - (19910,176587,0,1715.98,-3940,132.188,3.494,0,0,0.984516,-0.175293,300,100,1), - (19911,176587,0,1849.23,-2174,66.793,5.694,0,0,0.29035,-0.95692,300,100,1), - (19912,176587,0,1212.92,-2541,73.031,4.396,0,0,0.809672,-0.586883,300,100,1), - (19913,176587,0,1216.53,-2529,73.407,4.442,0,0,0.795961,-0.605349,300,100,1), - (19914,176587,0,1701.48,-2219.41,59.4933,0.837757,0,0,0.406736,0.913546,300,255,1), - (19915,176587,0,2793.64,-4069,99.7982,1.61,0,0,0.720831,0.693111,300,100,1), - (19916,176587,0,1871.97,-2024,79.619,0.695,0,0,0.340548,0.940227,300,100,1), - (19917,176587,1,6423.04,-1623,482.591,0.292,0,0,0.145482,0.989361,300,100,1), - (19918,176587,0,3101.71,-4752,96.449,0.901,0,0,0.435416,0.90023,300,100,1), - (19919,176587,1,6153.29,-1907,573.129,2.657,0,0,0.97079,0.239932,300,100,1), - (19920,176587,0,2155.53,-3221,108.954,1.166,0,0,0.550531,0.834815,300,100,1), - (19921,176587,0,2798.18,-4600,92.801,3.113,0,0,0.999898,0.0142959,300,100,1), - (19922,176587,0,2891.75,-3801,111.713,1.111,0,0,0.527368,0.849637,300,100,1), - (19923,176587,0,3025.38,-4199,94.754,4.326,0,0,0.829713,-0.558191,300,100,1), - (19924,176587,0,2751.39,-3406,91.777,3.185,0,0,0.999765,-0.0217019,300,100,1), - (19925,176587,0,1505.27,-1854,59.018,4.302,0,0,0.836351,-0.548194,300,100,1), - (19926,176587,1,4329.12,-611,266.429,2.223,0,0,0.896365,0.443317,300,100,1), - (19927,176587,1,3912.59,-624,337.329,1.616,0,0,0.722907,0.690946,300,100,1), - (19928,176587,1,3916.02,-624,337.996,1.135,0,0,0.537526,0.843247,300,100,1), - (19929,176587,0,1785.91,-2446.28,61.966,-2.63544,0,0,-0.968147,0.250383,300,255,1), - (19930,176587,1,3940.44,-1630,271.835,5.777,0,0,0.250399,-0.968143,300,100,1), - (19931,176587,0,2548.72,-4492,79.106,0.662,0,0,0.324989,0.945718,300,100,1), - (19932,176587,0,1719.47,-2239,58.744,5.54,0,0,0.3631,-0.93175,300,100,1), - (19933,176587,0,1831.95,-1618,58.758,4.809,0,0,0.672138,-0.740426,300,100,1), - (19934,176587,0,1832.59,-1623,58.764,4.623,0,0,0.737994,-0.674807,300,100,1), - (19935,176587,0,2301.11,-3572,156.924,2.424,0,0,0.93632,0.351147,300,100,1), - (19936,176587,0,3027.74,-4200,95.344,2.503,0,0,0.949457,0.313899,300,100,1), - (19937,176587,0,3127.2,-3990,107.658,5.617,0,0,0.326967,-0.945036,300,100,1), - (19938,176587,0,2769.84,-4221,90.26,6.28,0,0,0.00159255,-0.999999,300,100,1), - (19939,176587,0,2626.17,-4908,81.2816,5.429,0,0,0.414226,-0.910174,300,100,1), - (19940,176587,0,2479.3,-1629,105.375,2.88,0,0,0.991458,0.130424,300,100,1), - (19941,176587,0,1451.44,-1935,59.361,2.565,0,0,0.95873,0.284319,300,100,1), - (19942,176587,0,1083.88,-2534,59.602,0.235,0,0,0.11723,0.993105,300,100,1), - (19943,176587,0,2963.64,-2821,107.31,4.922,0,0,0.629254,-0.7772,300,100,1), - (19944,176587,0,2496.98,-1634,106.801,4.137,0,0,0.878681,-0.477409,300,100,1), - (19945,176587,1,3962.82,-907,266.969,1.859,0,0,0.801321,0.598235,300,100,1), - (19946,176587,0,1464.66,-1813,58.686,4.185,0,0,0.866971,-0.498358,300,100,1), - (19947,176587,0,1675.05,-2245,58.8,5.613,0,0,0.328857,-0.94438,300,100,1), - (19948,176587,0,1636.87,-2151,63.029,1.274,0,0,0.594786,0.803884,300,100,1), - (19949,176587,0,1892.99,-3260,117.54,0.354,0,0,0.176077,0.984376,300,100,1), - (19950,176587,1,4048.31,-1210,280.663,0.721,0,0,0.352742,0.935721,300,100,1), - (19951,176587,1,4051.57,-1212,281.044,1.604,0,0,0.718748,0.695271,300,100,1), - (19952,176587,0,3394.1,-4950,163.296,5.125,0,0,0.547265,-0.83696,300,100,1), - (19953,176587,0,2166.9,-4328,75.174,0.899,0,0,0.434515,0.900664,300,100,1), - (19954,176587,0,2045.94,-4671,82.786,0.137,0,0,0.0684464,0.997655,300,100,1), - (19955,176587,0,2004.13,-4697,92.69,4.675,0,0,0.720201,-0.693765,300,100,1), - (19956,176587,0,2088.39,-1630,62.348,3.225,0,0,0.999131,-0.0416915,300,100,1), - (19957,176587,0,2792.07,-3959,101.737,0.951,0,0,0.457783,0.889064,300,100,1), - (19958,176587,0,2833.72,-4599,90.298,2.337,0,0,0.920164,0.391532,300,100,1), - (19959,176587,1,6411.59,-1405,377.339,1.082,0,0,0.514993,0.857194,300,100,1), - (19960,176587,0,1746.54,-3016,78.105,5.722,0,0,0.276925,-0.960891,300,100,1), - (19961,176587,1,6157.37,-1915,572.662,2.292,0,0,0.911123,0.412135,300,100,1), - (19962,176587,1,5710.74,-703,377.083,4.4,0,0,0.808496,-0.588501,300,100,1), - (19963,176587,0,1838.23,-3839,133.121,3.673,0,0,0.964908,-0.262588,300,100,1), - (19964,176587,1,5553.3,-919.271,377.671,1.3439,0,0,0.622513,0.782609,300,255,1), - (19965,176587,1,6588.43,-1447,454.752,4.185,0,0,0.866971,-0.498358,300,100,1), - (19966,176587,0,2276,-4284,76.551,0.975,0,0,0.468419,0.883507,300,100,1), - (19967,176587,0,2222.15,-4128,81.766,4.56,0,0,0.758881,-0.65123,300,100,1), - (19968,176587,0,2228.63,-4086,77.78,0.253,0,0,0.126163,0.99201,300,100,1), - (19969,176587,0,1894.7,-1593,59.078,0.97,0,0,0.466208,0.884675,300,100,1), - (19970,176587,0,3089.31,-3554,133.51,4.428,0,0,0.800178,-0.599762,300,100,1), - (19971,176587,0,3309.15,-4865,166.852,1.273,0,0,0.594384,0.804181,300,100,1), - (19972,176587,0,3306.68,-4868,166.361,4.1,0,0,0.887362,-0.461073,300,100,1), - (19973,176587,0,3306.55,-4864,166.41,1.76,0,0,0.770739,0.637151,300,100,1), - (19974,176587,1,6315.11,-1522,439.557,5.556,0,0,0.355634,-0.934625,300,100,1), - (19975,176587,0,2368.39,-1456.07,102.191,0.157079,0,0,0.0784588,0.996917,300,100,1), - (19976,176587,0,3153.13,-4333,133.946,5.097,0,0,0.558928,-0.829216,300,100,1), - (19977,176587,0,2679.34,-5373,156.926,4.845,0,0,0.658702,-0.752404,300,100,1), - (19978,176587,0,2215.04,-4682,73.611,2.626,0,0,0.966954,0.25495,300,100,1), - (19979,176587,0,2153.88,-2437,59.86,0.635,0,0,0.312192,0.950019,300,100,1), - (19980,176587,0,1810.51,-1249.53,60.7759,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (19981,176587,0,3397.88,-4951,163.693,5.763,0,0,0.25717,-0.966366,300,100,1), - (19982,176587,0,1957.18,-5037,77.5668,0.246,0,0,0.12269,0.992445,300,100,1), - (19983,176587,1,5659.46,-1083,381.698,5.265,0,0,0.487385,-0.873187,300,100,1), - (19984,176587,1,6321.38,-1578,450.829,4.824,0,0,0.666566,-0.745446,300,100,1), - (19985,176587,1,4956.9,-573,326.273,1.514,0,0,0.686744,0.7269,300,100,1), - (19986,176587,0,2290.79,-3563,154.691,2.433,0,0,0.937891,0.34693,300,100,1), - (19987,176587,0,2283.99,-3557,153.091,1.638,0,0,0.730463,0.682952,300,100,1), - (19988,176587,0,2514.53,-3800,177.666,4.833,0,0,0.663205,-0.748438,300,100,1), - (19989,176587,0,2975.76,-4996,107.803,3.396,0,0,0.991921,-0.126861,300,100,1), - (19990,176587,0,2981.06,-5062,119.306,4.737,0,0,0.698352,-0.715754,300,100,1), - (19991,176587,0,2850.42,-4733,81.819,2.386,0,0,0.92948,0.368873,300,100,1), - (19992,176587,0,1438.35,-1862,58.717,0.384,0,0,0.190823,0.981625,300,100,1), - (19993,176587,0,1736.51,-4806,84.391,1.14,0,0,0.539632,0.841901,300,100,1), - (19994,176587,0,1774.96,-1557,59.895,4.018,0,0,0.905515,-0.424314,300,100,1), - (19995,176587,1,3746.32,-1545,206.113,5.634,0,0,0.318923,-0.947781,300,100,1), - (19996,176587,0,2840.09,-3176,116.598,0.729,0,0,0.356482,0.934302,300,100,1), - (19997,176587,1,3670.02,-1032,222.305,5.753,0,0,0.261999,-0.965068,300,100,1), - (19998,176587,1,3666.55,-1030,222.146,6.105,0,0,0.0889748,-0.996034,300,100,1), - (19999,176587,0,1945.14,-1952,77.024,4.843,0,0,0.659454,-0.751745,300,100,1), - (20000,176587,0,2098.38,-1716,60.328,3.942,0,0,0.920982,-0.389606,300,100,1), - (20001,176587,0,2331.21,-1590,106.769,4.723,0,0,0.703345,-0.710848,300,100,1), - (20002,176587,0,2225.87,-1530,74.794,1.887,0,0,0.809617,0.586958,300,100,1), - (20003,176587,0,1829.11,-5087,79.6198,4.229,0,0,0.855799,-0.517309,300,100,1), - (20004,176587,0,3144.45,-3269,156.355,3.946,0,0,0.920201,-0.391447,300,100,1), - (20005,176587,1,4432.37,-936,307.239,5.37,0,0,0.440892,-0.89756,300,100,1), - (20006,176587,1,5875.82,-1259,405.38,5.657,0,0,0.308002,-0.951386,300,100,1), - (20007,176587,1,6029.97,-1150,379.097,0.58,0,0,0.285952,0.958244,300,100,1), - (20008,176587,1,6207.91,-1625,479.712,0.512,0,0,0.253213,0.967411,300,100,1), - (20009,176587,1,6267.41,-1608,468,6.244,0,0,0.0195914,-0.999808,300,100,1), - (20010,176587,0,1807.36,-1560,59.255,5.636,0,0,0.317975,-0.948099,300,100,1), - (20011,176587,0,1750.96,-1142,60.497,5.561,0,0,0.353297,-0.935511,300,100,1), - (20012,176587,0,1790.63,-1155,60.461,1.564,0,0,0.7047,0.709506,300,100,1), - (20013,176587,0,1642.27,-3432,136.797,1.659,0,0,0.737594,0.675245,300,100,1), - (20014,176587,0,1830.77,-1563,59.354,4.493,0,0,0.780267,-0.625447,300,100,1), - (20015,176587,0,1851.87,-1505,58.949,6.092,0,0,0.0954471,-0.995435,300,100,1), - (20016,176587,0,1896.55,-1591,59.116,0.866,0,0,0.419596,0.907711,300,100,1), - (20017,176587,0,1828.47,-1573,59.361,4.493,0,0,0.780267,-0.625447,300,100,1), - (20018,176587,0,1776.86,-1555,59.783,4.018,0,0,0.905515,-0.424314,300,100,1), - (20019,176587,1,3982.04,-1450,257.995,0.48,0,0,0.237703,0.971338,300,100,1), - (20020,176587,1,3982.57,-1447,258.314,6.211,0,0,0.0360848,-0.999349,300,100,1), - (20021,176587,1,3948.66,-1436,237.703,6.108,0,0,0.0874808,-0.996166,300,100,1), - (20022,176587,1,5690.58,-730,376.676,1.467,0,0,0.669474,0.742836,300,100,1), - (20023,176587,1,5541.8,-752,342.047,1.452,0,0,0.663884,0.747836,300,100,1), - (20024,176587,1,5542.14,-749,341.782,1.452,0,0,0.663884,0.747836,300,100,1), - (20025,176587,0,1227.37,-2611,88.043,4.405,0,0,0.807023,-0.590521,300,100,1), - (20026,176587,0,2806.89,-4928,99.1707,0.71,0,0,0.34759,0.937647,300,100,1), - (20027,176587,0,1780.69,-2470,62.655,5.425,0,0,0.416046,-0.909344,300,100,1), - (20028,176587,0,1146.68,-2533,61.072,3.566,0,0,0.977569,-0.210615,300,100,1), - (20029,176587,0,1572.97,-4612,84.7745,0.333,0,0,0.165732,0.986171,300,100,1), - (20031,176587,0,3113.36,-3062,133.206,0.437,0,0,0.216766,0.976224,300,100,1), - (20032,176587,0,2610.52,-4381,80.126,2.025,0,0,0.848159,0.529742,300,100,1), - (20033,176587,0,2929.8,-4792,96.398,2.792,0,0,0.984762,0.173908,300,100,1), - (20034,176587,0,2990.94,-4633,93.585,2.292,0,0,0.911123,0.412135,300,100,1), - (20035,176587,0,2830.1,-3547,104.987,1.61,0,0,0.720831,0.693111,300,100,1), - (20036,176587,1,4525.57,-739,259.263,0.831,0,0,0.403647,0.914915,300,100,1), - (20037,176587,1,4905.11,-802,300.03,5.614,0,0,0.328385,-0.944544,300,100,1), - (20038,176587,1,4630.56,-681,260.571,4.294,0,0,0.838537,-0.544845,300,100,1), - (20039,176587,1,4618.79,-852,309.878,4.48,0,0,0.784316,-0.620362,300,100,1), - (20040,176587,1,5239.53,-782,345.388,4.979,0,0,0.606851,-0.794816,300,100,1), - (20042,176587,0,3295.15,-4412,108.612,5.084,0,0,0.564306,-0.825566,300,100,1), - (20043,176587,0,1774.09,-2863,69.7042,1.684,0,0,0.745977,0.665972,300,100,1), - (20044,176587,0,2664.03,-5553,160.019,1.756,0,0,0.769463,0.638691,300,100,1), - (20045,176587,0,3118.38,-3786,129.899,1.731,0,0,0.761419,0.64826,300,100,1), - (20046,176587,0,2729.51,-5498,162.069,3.977,0,0,0.914023,-0.405663,300,100,1), - (20047,176587,0,2062.81,-2492,61.565,4.942,0,0,0.62145,-0.783453,300,100,1), - (20048,176587,1,5503.86,-847,357.777,5.505,0,0,0.379349,-0.925254,300,100,1), - (20049,176587,1,5532.27,-917,376.721,1.849,0,0,0.79832,0.602234,300,100,1), - (20050,176587,1,5417.26,-910,368.889,4.409,0,0,0.80584,-0.592133,300,100,1), - (20051,176587,0,1738.54,-1251,60.691,5.246,0,0,0.495658,-0.868518,300,100,1), - (20052,176587,1,6099.75,-1627,485.85,5.72,0,0,0.277886,-0.960614,300,100,1), - (20053,176587,1,3829.07,-816,294.242,5.271,0,0,0.484763,-0.874645,300,100,1), - (20054,176587,0,2411.55,-4417,74.548,0.425,0,0,0.210904,0.977507,300,100,1), - (20055,176587,0,2492.78,-4269,74.318,4.379,0,0,0.814631,-0.57998,300,100,1), - (20056,176587,0,1972.26,-4055,89.087,1.28,0,0,0.597195,0.802096,300,100,1), - (20057,176587,0,2259.37,-4485,106.204,3.157,0,0,0.99997,-0.00770363,300,100,1), - (20058,176587,0,1753.11,-4237,84.617,4.812,0,0,0.671027,-0.741433,300,100,1), - (20059,176587,0,1796.65,-4172,89.209,1.827,0,0,0.791647,0.610979,300,100,1), - (20060,176587,0,1748.36,-4189,86.073,3.348,0,0,0.994679,-0.103021,300,100,1), - (20061,176587,1,6303.96,-875,407.494,2.284,0,0,0.909467,0.415776,300,100,1), - (20062,176587,0,2057.21,-3654,136.238,6.212,0,0,0.0355852,-0.999367,300,100,1), - (20063,176587,0,1984.67,-3654,120.145,6.138,0,0,0.0725289,-0.997366,300,100,1), - (20064,176587,0,2687.92,-4089,91.02,5.076,0,0,0.567604,-0.823302,300,100,1), - (20065,176587,1,6263.36,-1101,371.974,1.051,0,0,0.501646,0.865073,300,100,1), - (20066,176587,1,4204.94,-1031.77,293.272,-1.46608,0,0,-0.669132,0.743144,300,255,1), - (20067,176587,1,6681.07,-1562,473.654,4.069,0,0,0.894402,-0.447264,300,100,1), - (20068,176587,1,6685.3,-1335,471.457,1.559,0,0,0.702924,0.711265,300,100,1), - (20069,176587,0,1793.86,-1526,59.453,-1,0,0,-0.479426,0.877583,300,100,1), - (20070,176587,0,1639.2,-2288,58.814,0.346,0,0,0.172138,0.985073,300,100,1), - (20071,176587,0,1615.13,-2273,59.841,4.113,0,0,0.884347,-0.466831,300,100,1), - (20072,176587,0,2164.29,-2721,76.308,4.099,0,0,0.887593,-0.460629,300,100,1), - (20073,176587,0,1892.44,-1767,62.372,3.525,0,0,0.981681,-0.190532,300,100,1), - (20074,176587,0,2132.27,-2819,83.862,4.865,0,0,0.651146,-0.758953,300,100,1), - (20075,176587,0,2022.58,-3315,107.021,4.53,0,0,0.768563,-0.639774,300,100,1), - (20076,176587,1,3667.74,-1439.07,182.799,0.436332,0,0,0.216439,0.976296,300,255,1), - (20077,176587,0,1745.48,-4336,76.866,1.893,0,0,0.811375,0.584526,300,100,1), - (20078,176587,1,3816.85,-1152,239.319,2.461,0,0,0.942656,0.333766,300,100,1), - (20079,176587,0,2109.11,-2822,80.651,3.092,0,0,0.999693,0.0247938,300,100,1), - (20080,176587,0,2128.15,-2867,82.74,2.938,0,0,0.994823,0.101621,300,100,1), - (20081,176587,0,1702.29,-2355,60.418,1.992,0,0,0.839303,0.543664,300,100,1), - (20082,176587,0,1925.24,-3836,131.738,4.681,0,0,0.718117,-0.695923,300,100,1), - (20083,176587,0,1779.01,-1188,59.544,-2,0,0,-0.841471,0.540302,300,100,1), - (20084,176587,0,2809.52,-3670,104.671,4.459,0,0,0.790786,-0.612092,300,100,1), - (20085,176587,0,2891.95,-3795,111.639,1.679,0,0,0.744309,0.667835,300,100,1), - (20086,176587,0,3252.66,-4408,108.984,3.111,0,0,0.999883,0.0152957,300,100,1), - (20087,176587,0,1587.5,-3069,79.2,0.117,0,0,0.0584666,0.998289,300,100,1), - (20088,176587,0,3169.88,-4329,133.426,4.974,0,0,0.608836,-0.793296,300,100,1), - (20089,176587,0,2023.39,-2338,60.713,5.648,0,0,0.312281,-0.94999,300,100,1), - (20090,176587,1,6183.08,-1160,370.338,6.243,0,0,0.0200913,-0.999798,300,100,1), - (20091,176587,0,1619.37,-2132,60.009,1.588,0,0,0.713163,0.700998,300,100,1), - (20092,176587,0,2352.38,-4991,71.878,0.925,0,0,0.446187,0.89494,300,100,1), - (20093,176587,0,2052.15,-5148.68,81.0545,0.837757,0,0,0.406736,0.913546,300,255,1), - (20094,176587,0,3178.31,-3132,154.253,2.365,0,0,0.925555,0.378612,300,100,1), - (20095,176587,1,5641.26,-687,341.952,3.822,0,0,0.942687,-0.333679,300,100,1), - (20096,176587,0,1689.2,-1149,60.282,2.943,0,0,0.995074,0.0991332,300,100,1), - (20097,176587,0,2729.52,-4686,77.912,4.42,0,0,0.802571,-0.596557,300,100,1), - (20098,176587,1,6835.98,-1822,561.877,1.443,0,0,0.660512,0.750816,300,100,1), - (20099,176587,0,2752.12,-5372,156.951,0.016,0,0,0.00799991,0.999968,300,100,1), - (20100,176587,0,2807.11,-5457,159.276,5.872,0,0,0.204147,-0.97894,300,100,1), - (20101,176587,0,1595.67,-4603,77.7036,1.393,0,0,0.641537,0.767092,300,100,1), - (20102,176587,0,1589.56,-4623,80.5068,1.448,0,0,0.662387,0.749162,300,100,1), - (20103,176587,0,1786.58,-2335,61.412,0.743,0,0,0.363014,0.931784,300,100,1), - (20104,176587,0,1928.95,-1570.68,60.4229,-1.43117,0,0,-0.656059,0.75471,300,100,1), - (20105,176587,0,1628.69,-3236,83.344,1.81,0,0,0.786425,0.617686,300,100,1), - (20106,176587,1,6262.75,-1609,467.688,6.244,0,0,0.0195914,-0.999808,300,100,1), - (20107,176587,1,6420.61,-1625,482.44,0.292,0,0,0.145482,0.989361,300,100,1), - (20108,176587,0,1235.95,-2544,91.925,-1,0,0,-0.479426,0.877583,300,100,1), - (20109,176587,0,1515.13,-1859,59.651,5.605,0,0,0.332632,-0.943057,300,100,1), - (20110,176587,0,2937.21,-4304,91.459,5.517,0,0,0.373791,-0.927513,300,100,1), - (20111,176587,0,3192.63,-4567,109.122,4.389,0,0,0.811721,-0.584045,300,100,1), - (20112,176587,0,2447.6,-3639,178.656,5.073,0,0,0.568838,-0.822449,300,100,1), - (20113,176587,0,2449.09,-3634,178.567,1.249,0,0,0.584692,0.811256,300,100,1), - (20114,176587,0,2445.49,-3636,178.681,5.387,0,0,0.433247,-0.901275,300,100,1), - (20115,176587,0,2397.79,-3629,180.768,6.043,0,0,0.119804,-0.992798,300,100,1), - (20116,176587,0,2413.13,-3681,179.372,5.141,0,0,0.540552,-0.841311,300,100,1), - (20117,176587,1,6425.34,-1333,377.16,1.757,0,0,0.769782,0.638307,300,100,1), - (20118,176587,0,2642.11,-4100,83.732,3.373,0,0,0.993314,-0.115446,300,100,1), - (20119,176587,0,1466.67,-1811,58.902,1.064,0,0,0.507258,0.861794,300,100,1), - (20120,176587,0,1441.36,-1881,58.764,1.242,0,0,0.581849,0.813297,300,100,1), - (20121,176587,0,1744.53,-4333,76.512,1.893,0,0,0.811375,0.584526,300,100,1), - (20122,176587,0,2719.06,-4868.81,88.9132,1.43117,0,0,0.656059,0.75471,300,255,1), - (20123,176587,0,1992.25,-2986,74.628,0.516,0,0,0.255147,0.966902,300,100,1), - (20124,176587,0,3185.24,-3594,146.069,1.364,0,0,0.630347,0.776314,300,100,1), - (20125,176587,0,3022.86,-4054,99.3934,3.373,0,0,0.993314,-0.115446,300,100,1), - (20126,176587,0,2820.08,-4228,92.7629,6.13,0,0,0.0765177,-0.997068,300,100,1), - (20127,176587,0,2240.39,-5263,75.11,2.286,0,0,0.909882,0.414867,300,100,1), - (20128,176587,0,1123.23,-2578.06,61.0618,1.309,0,0,0.608763,0.793352,300,255,1), - (20129,176587,0,2808.81,-5460,159.028,5.306,0,0,0.469384,-0.882994,300,100,1), - (20130,176587,0,2737.51,-5489,162.065,0.415,0,0,0.206014,0.978549,300,100,1), - (20131,176587,1,4124.58,-690,285.186,0.742,0,0,0.362548,0.931965,300,100,1), - (20132,176587,0,2858.61,-3016,102.331,4.919,0,0,0.630419,-0.776255,300,100,1), - (20133,176587,0,2840.86,-3167,116.221,6.274,0,0,0.00459255,-0.999989,300,100,1), - (20134,176588,1,7094.93,-4181,704.669,2.236,0,0,0.899227,0.437482,300,100,1), - (20135,176588,1,5116.16,-4676,848.112,5.9,0,0,0.190423,-0.981702,300,100,1), - (20136,176588,1,6544.12,-4130,665.434,5.076,0,0,0.567604,-0.823302,300,100,1), - (20137,176588,1,6438.8,-4198,665.918,4.989,0,0,0.602869,-0.79784,300,100,1), - (20138,176588,1,5962.25,-4584,713.017,1.278,0,0,0.596393,0.802693,300,100,1), - (20139,176588,1,6944.55,-4295,778.394,6.042,0,0,0.120301,-0.992738,300,100,1), - (20140,176588,1,6714.67,-4873,775.038,3.053,0,0,0.999019,0.0442819,300,100,1), - (20141,176588,1,5963.61,-4574,711.33,0.407,0,0,0.202098,0.979365,300,100,1), - (20142,176588,1,5045.34,-4624,851.751,2.649,0,0,0.969822,0.243814,300,100,1), - (20143,176588,1,6787.88,-3352,671.624,1.404,0,0,0.645746,0.763552,300,100,1), - (20144,176588,1,6093.52,-4347,725.881,0.085,0,0,0.0424872,0.999097,300,100,1), - (20145,176588,1,6776.48,-3373,671.46,3.662,0,0,0.966338,-0.257277,300,100,1), - (20146,176588,1,6469.86,-4299,665.149,1.796,0,0,0.782082,0.623175,300,100,1), - (20147,176588,1,5878.4,-4628,741.804,3.022,0,0,0.998213,0.0597607,300,100,1), - (20148,176588,1,5605.76,-4777,778.892,5.182,0,0,0.523192,-0.852215,300,100,1), - (20149,176588,1,7102.39,-4184,704.635,6.191,0,0,0.0460763,-0.998938,300,100,1), - (20150,176588,1,6020.43,-4466,700.89,1.263,0,0,0.590356,0.807143,300,100,1), - (20151,176588,1,6538.68,-4139,665.06,4.392,0,0,0.810844,-0.585263,300,100,1), - (20152,176588,1,6825.58,-3676,738.624,0.838,0,0,0.406847,0.913496,300,100,1), - (20153,176588,1,6262.02,-4934,742.375,6.148,0,0,0.0675413,-0.997716,300,100,1), - (20154,176588,1,6274.73,-4930,744.929,5.735,0,0,0.270674,-0.962671,300,100,1), - (20155,176588,1,6786.53,-3369,668.523,4.726,0,0,0.702278,-0.711903,300,100,1), - (20156,176588,1,6643.78,-4853,715.497,3.898,0,0,0.929329,-0.369252,300,100,1), - (20157,176588,1,6550.27,-2873,590.632,2.637,0,0,0.968342,0.249628,300,100,1), - (20158,176588,1,6086.33,-4934,749.011,3.741,0,0,0.955424,-0.295237,300,100,1), - (20159,176588,1,6585.22,-3874,663.893,0.968,0,0,0.465323,0.885141,300,100,1), - (20160,176588,1,6156.77,-4913,743.567,2.374,0,0,0.92725,0.374443,300,100,1), - (20161,176588,1,6240.05,-4937,737.015,4.628,0,0,0.736305,-0.67665,300,100,1), - (20162,176588,1,6024.1,-4497,701.799,6.211,0,0,0.0360848,-0.999349,300,100,1), - (20163,176588,1,5299.48,-4640,692.266,0.515,0,0,0.254664,0.96703,300,100,1), - (20164,176588,1,5780.98,-4570,764.916,4.663,0,0,0.724351,-0.689431,300,100,1), - (20165,176588,1,5088.85,-4576,848.109,0.226,0,0,0.11276,0.993622,300,100,1), - (20166,176588,1,7126.39,-4180,705.517,6.116,0,0,0.0834952,-0.996508,300,100,1), - (20167,176588,1,5064.32,-4635,849.87,4.51,0,0,0.774923,-0.632056,300,100,1), - (20168,176588,1,6664.04,-2431,544.914,2.087,0,0,0.864171,0.503199,300,100,1), - (20169,176588,1,5305.57,-4691,693.02,2.49,0,0,0.947396,0.320063,300,100,1), - (20170,176588,1,6788.78,-3391,670.608,5.979,0,0,0.151507,-0.988456,300,100,1), - (20171,176588,1,6163.84,-4906,745.836,1.699,0,0,0.75095,0.660359,300,100,1), - (20172,176588,1,5998.85,-4568,704.819,5.673,0,0,0.300382,-0.953819,300,100,1), - (20173,176588,1,5780.78,-4558,766.349,6.191,0,0,0.0460763,-0.998938,300,100,1), - (20174,176588,1,7696,-4542,651.503,0.209,0,0,0.10431,0.994545,300,100,1), - (20175,176588,1,6033.07,-4489,703.281,0.764,0,0,0.372777,0.927921,300,100,1), - (20176,176588,1,6243.91,-4938,737.378,6.199,0,0,0.0420803,-0.999114,300,100,1), - (20177,176588,1,5617.1,-4749,778.609,5.688,0,0,0.293219,-0.956045,300,100,1), - (20178,176588,1,5633.93,-4515,763.271,6.061,0,0,0.110864,-0.993836,300,100,1), - (20179,176588,1,5940.87,-4647,722.914,5.924,0,0,0.178629,-0.983917,300,100,1), - (20180,176588,1,5282.64,-4866,691.563,3.254,0,0,0.998421,-0.0561741,300,100,1), - (20181,176588,1,5814.68,-4814,774.413,2.166,0,0,0.883368,0.46868,300,100,1), - (20182,176588,1,5763.04,-4701,779.568,0.587,0,0,0.289304,0.957237,300,100,1), - (20183,176588,1,5128.56,-4534,841.027,1.428,0,0,0.654862,0.755749,300,100,1), - (20184,176588,1,6569.1,-2868,594.172,4.471,0,0,0.7871,-0.616826,300,100,1), - (20185,176588,1,6431.39,-4173,667.215,3.784,0,0,0.948856,-0.315709,300,100,1), - (20186,176588,1,6715.93,-3437,668.005,2.107,0,0,0.869159,0.494532,300,100,1), - (20187,176588,1,6796.09,-3661,733.294,0.033,0,0,0.0164993,0.999864,300,100,1), - (20188,176588,1,6818.51,-3630,730.302,0.057,0,0,0.0284961,0.999594,300,100,1), - (20189,176588,1,6753.85,-3414,681.05,3.057,0,0,0.999106,0.0422838,300,100,1), - (20190,176588,1,6723.32,-3488,679.167,5.142,0,0,0.540131,-0.841581,300,100,1), - (20191,176588,1,5589.41,-4611,775.031,2.853,0,0,0.989607,0.143796,300,100,1), - (20192,176588,1,5584.24,-4615,775.503,3.222,0,0,0.999192,-0.0401928,300,100,1), - (20193,176588,1,5073.1,-4676,847.443,4.487,0,0,0.78214,-0.623103,300,100,1), - (20194,176588,1,5610.03,-4773,779.171,4.326,0,0,0.829713,-0.558191,300,100,1), - (20195,176588,1,6878.13,-4446.98,741.202,3.08918,0,0,0.999657,0.0262033,300,255,1), - (20196,176588,1,5068.85,-4621,848.989,3.532,0,0,0.981008,-0.193966,300,100,1), - (20197,176588,1,6212.08,-4465,674.115,4.726,0,0,0.702278,-0.711903,300,100,1), - (20198,176588,1,5255.02,-4737,692.804,5.545,0,0,0.360769,-0.932655,300,100,1), - (20199,176588,1,6432.5,-3047,576.718,-1,0,0,-0.479426,0.877583,300,100,1), - (20200,176588,1,5620.61,-4740,778.313,6.226,0,0,0.0285888,-0.999591,300,100,1), - (20201,176588,1,5301.89,-4805,693.505,2.052,0,0,0.855233,0.518244,300,100,1), - (20202,176588,1,5103.47,-4578,845.396,1.357,0,0,0.627626,0.778515,300,100,1), - (20203,176588,1,5958.94,-4433,714.688,3.375,0,0,0.993198,-0.116439,300,100,1), - (20204,176588,1,6414.88,-4250,668.755,2.115,0,0,0.871131,0.491051,300,100,1), - (20205,176588,1,6632.38,-2351,574.982,1.581,0,0,0.710705,0.70349,300,100,1), - (20206,176588,1,6658.61,-2436,545.579,2.162,0,0,0.882429,0.470446,300,100,1), - (20207,176588,1,6401.97,-2494,544.204,2.77,0,0,0.982789,0.184729,300,100,1), - (20208,176588,1,5632.79,-4649,776.664,4.2,0,0,0.863209,-0.504846,300,100,1), - (20209,176588,1,5647.92,-4648,775.463,2.987,0,0,0.997014,0.0772194,300,100,1), - (20210,176588,1,5580.27,-4571,776.069,2.331,0,0,0.918986,0.394291,300,100,1), - (20211,176588,1,6086.91,-4304,725.615,3.678,0,0,0.964248,-0.265,300,100,1), - (20212,176588,1,6014.47,-4363,717.392,6.124,0,0,0.0795086,-0.996834,300,100,1), - (20213,176588,1,7106.25,-4189,704.943,5.822,0,0,0.228555,-0.973531,300,100,1), - (20214,176588,1,5451.11,-4682,781.594,5.877,0,0,0.201699,-0.979447,300,100,1), - (20215,176588,1,6241.95,-4310,731.028,0.041,0,0,0.0204986,0.99979,300,100,1), - (20216,176588,1,6491.84,-3882,659.805,2.456,0,0,0.941818,0.336122,300,100,1), - (20217,176588,1,6615.65,-4357,708.451,0.226,0,0,0.11276,0.993622,300,100,1), - (20218,176588,1,6465.4,-4330,664.89,4.31,0,0,0.834152,-0.551535,300,100,1), - (20219,176588,1,5582.69,-4563,776.05,3.493,0,0,0.984604,-0.174801,300,100,1), - (20220,176588,1,5083.83,-4627,847.386,3.222,0,0,0.999192,-0.0401928,300,100,1), - (20221,176588,1,5775.04,-4558,765.853,5.728,0,0,0.274041,-0.961718,300,100,1), - (20222,176588,1,5754.71,-4535,761.75,0.583,0,0,0.287389,0.957814,300,100,1), - (20223,176588,1,5757.22,-4704,780.355,1.655,0,0,0.736242,0.676718,300,100,1), - (20224,176588,1,5075.96,-4687,848.304,4.475,0,0,0.785864,-0.618399,300,100,1), - (20225,176588,1,6019.62,-4442,703.196,5.629,0,0,0.321291,-0.94698,300,100,1), - (20226,176588,1,5625.28,-4750,777.974,2.394,0,0,0.930948,0.365152,300,100,1), - (20227,176588,1,5437.32,-4687,778.936,4.828,0,0,0.665074,-0.746778,300,100,1), - (20228,176588,1,5951.19,-4438,716.008,3.411,0,0,0.990941,-0.134297,300,100,1), - (20229,176588,1,6629.13,-4362,712.075,1.341,0,0,0.621378,0.783511,300,100,1), - (20230,176588,1,6858.97,-3694,744.807,5.912,0,0,0.184529,-0.982827,300,100,1), - (20231,176588,1,6555.91,-3898,663.692,2.645,0,0,0.969333,0.245753,300,100,1), - (20232,176588,1,6779.99,-3386,669.875,3.721,0,0,0.958329,-0.285668,300,100,1), - (20233,176588,1,6631.78,-2379,570.987,0.622,0,0,0.306011,0.952028,300,100,1), - (20234,176588,1,6214.14,-4411,681.285,2.559,0,0,0.957872,0.287194,300,100,1), - (20235,176588,1,5097.55,-4582,846.009,6.273,0,0,0.00509275,-0.999987,300,100,1), - (20236,176588,1,6525.87,-3920,662.692,5.292,0,0,0.475553,-0.879687,300,100,1), - (20237,176588,1,5290.38,-4881,696.193,2.496,0,0,0.948352,0.31722,300,100,1), - (20238,176588,1,6729.23,-3495,680.617,6.097,0,0,0.0929582,-0.99567,300,100,1), - (20239,176588,1,6562.69,-2895,594.258,4.53,0,0,0.768563,-0.639774,300,100,1), - (20240,176588,1,5631.33,-4512,762.588,5.68,0,0,0.297041,-0.954865,300,100,1), - (20241,176588,1,5577.29,-4558,776.213,2.621,0,0,0.966314,0.257367,300,100,1), - (20242,176588,1,5626.79,-4506,759.429,1.074,0,0,0.511561,0.859247,300,100,1), - (20243,176588,1,6808.75,-3728,723.379,6.148,0,0,0.0675413,-0.997716,300,100,1), - (20244,176588,1,5590.04,-4602,774.976,2.496,0,0,0.948352,0.31722,300,100,1), - (20245,176588,1,5831.38,-4596,755.961,1.518,0,0,0.688196,0.725525,300,100,1), - (20246,176588,1,5168.32,-4648,834.401,0.104,0,0,0.0519766,0.998648,300,100,1), - (20247,176588,1,5291.58,-4818,693.925,2.527,0,0,0.953155,0.302483,300,100,1), - (20248,176588,1,6816.96,-3719,726.565,0.418,0,0,0.207482,0.978239,300,100,1), - (20249,176588,1,5441.28,-4683,779.833,0.124,0,0,0.0619603,0.998079,300,100,1), - (20250,176588,1,6793.04,-3357,671.593,0.269,0,0,0.134095,0.990969,300,100,1), - (20251,176588,1,6684.84,-2327,572.977,1.439,0,0,0.659009,0.752135,300,100,1), - (20252,176588,1,5164.71,-4723,826.858,3.976,0,0,0.914226,-0.405206,300,100,1), - (20253,176588,1,6789.68,-3383,667.852,5.331,0,0,0.45831,-0.888792,300,100,1), - (20254,176588,1,6790.12,-3361,669.25,5.881,0,0,0.19974,-0.979849,300,100,1), - (20255,176588,1,5932.96,-4647,723.847,4.129,0,0,0.880584,-0.473891,300,100,1), - (20256,176588,1,5550.01,-4677,785.456,1.526,0,0,0.691093,0.722766,300,100,1), - (20257,176588,1,5542.3,-4682,784.707,0.948,0,0,0.456449,0.88975,300,100,1), - (20258,176588,1,5115.65,-4537,842.025,1.121,0,0,0.53161,0.846989,300,100,1), - (20259,176588,1,5370.15,-4588,695.191,2.576,0,0,0.960279,0.279042,300,100,1), - (20260,176588,1,6521.04,-4081,660.227,4.812,0,0,0.671027,-0.741433,300,100,1), - (20261,176588,1,6517.31,-4092,660.619,3.167,0,0,0.999919,-0.0127034,300,100,1), - (20262,176588,1,6444.04,-4166,662.705,3.972,0,0,0.915034,-0.403376,300,100,1), - (20263,176589,0,-7751,-2115,133.439,1.466,0,0,0.669102,0.74317,3600,100,1), - (20264,176589,0,3152.23,-3727,133.804,0.541,0,0,0.267213,0.963637,3600,100,1), - (20265,176589,1,5680.18,-4517,766.4,1.414,0,0,0.649556,0.760314,3600,100,1), - (20266,176589,0,-7702,-1532,132.293,-3,0,0,-0.997495,0.0707372,3600,100,1), - (20267,176589,1,-7910,1883.64,11.901,0.541,0,0,0.267213,0.963637,3600,100,1), - (20268,176589,0,-7815,-2063,134.002,1.371,0,0,0.63306,0.774103,3600,100,1), - (20269,176589,1,8177.92,-3885,706.106,0.419,0,0,0.207971,0.978135,3600,100,1), - (20270,176589,1,5087.43,-4799,856.715,4.659,0,0,0.725729,-0.687981,3600,100,1), - (20271,176589,0,3026.97,-3701,130.465,4.738,0,0,0.697994,-0.716103,3600,100,1), - (20272,176589,0,-8113,-1217,136.675,0.38,0,0,0.188859,0.982004,3600,100,1), - (20273,176589,1,8124.4,-3812,701.824,3.091,0,0,0.99968,0.0252936,3600,100,1), - (20274,176589,1,-7908,1898.56,12.147,3.895,0,0,0.929882,-0.367857,3600,100,1), - (20275,176589,0,-7620.87,-709.08,182.742,1.46608,0,0,0.669132,0.743144,3600,255,1), - (20276,176589,1,6480.53,-5114,766.217,3.552,0,0,0.97902,-0.203767,3600,100,1), - (20277,176589,0,2981.9,-3740,126.154,3.121,0,0,0.999947,0.0102961,3600,100,1), - (20278,176589,1,5731.28,-4532,761.863,0.403,0,0,0.200139,0.979768,3600,100,1), - (20279,176589,0,-7941,-884.056,130.403,-2.40855,0,0,-0.93358,0.35837,3600,255,1), - (20280,176589,0,-7899,-1346,135.428,6.184,0,0,0.0495723,-0.998771,3600,100,1), - (20281,176589,1,6534.58,-3914,663.082,4.449,0,0,0.793837,-0.608131,3600,100,1), - (20282,176589,0,-7777,-2699,173.787,-2,0,0,-0.841471,0.540302,3600,100,1), - (20283,176589,0,3007.17,-4888,108.379,2.128,0,0,0.874304,0.485379,3600,100,1), - (20284,176589,0,-8006,-2479,135.256,1.24,0,0,0.581035,0.813878,3600,100,1), - (20285,176589,0,2067.25,-4491,74.347,0.819,0,0,0.398151,0.91732,3600,100,1), - (20286,176589,1,6536.91,-5112,769.792,4.872,0,0,0.648485,-0.761227,3600,100,1), - (20287,176589,1,5536.19,-4971,843.9,4.667,0,0,0.722971,-0.690879,3600,100,1), - (20288,176589,0,-7979,-2509,134.837,1.616,0,0,0.722907,0.690946,3600,100,1), - (20289,176589,0,-7987,-1364,132.401,6.169,0,0,0.0570616,-0.998371,3600,100,1), - (20290,176589,1,5554.61,-4915,837.844,0.742,0,0,0.362548,0.931965,3600,100,1), - (20291,176589,1,-8077.72,960.008,48.8815,0.994339,0,0,0.47694,0.878936,3600,100,1), - (20292,176589,1,-7886.15,1178.26,-1.58162,0.355033,0,0,0.176586,0.984285,3600,100,1), - (20293,176589,0,-7722,-1626,136.02,3.487,0,0,0.985124,-0.171846,3600,100,1), - (20294,176589,0,-7985,-1308,133.409,-1,0,0,-0.479426,0.877583,3600,100,1), - (20295,176589,0,-7801,-2100,133.439,0.299,0,0,0.148944,0.988846,3600,100,1), - (20296,176589,0,2038.93,-4513,73.623,3.953,0,0,0.918825,-0.394665,3600,100,1), - (20297,176589,0,-7922,-1410,137.799,1.956,0,0,0.829382,0.558682,3600,100,1), - (20298,176589,1,5713.17,-4569,764.981,5.647,0,0,0.312756,-0.949834,3600,100,1), - (20299,176589,0,1575.14,-3213,78.003,4.924,0,0,0.628476,-0.777829,3600,100,1), - (20300,176589,1,5014.98,-4747,857.683,2.614,0,0,0.965407,0.260747,3600,100,1), - (20301,176589,1,6596.97,-3974,664.124,6.16,0,0,0.0615538,-0.998104,3600,100,1), - (20302,176589,1,6607.47,-3899,658.772,1.377,0,0,0.63538,0.7722,3600,100,1), - (20303,176589,0,2424.83,-5085,84.331,3.856,0,0,0.936878,-0.349656,3600,100,1), - (20304,176589,0,2451.17,-5143,79.494,5.216,0,0,0.50863,-0.860985,3600,100,1), - (20305,176589,0,-7991,-840,132.058,2.495,0,0,0.948193,0.317694,3600,100,1), - (20306,176589,1,-8132,291.22,-10,5.928,0,0,0.176661,-0.984272,3600,100,1), - (20307,176589,0,-8137,-1187,134.373,5.209,0,0,0.51164,-0.8592,3600,100,1), - (20308,61040,0,-1346.65,-1266.61,49.9093,0.733037,0,0,0.358367,0.933581,7200,100,1), - (20309,61042,0,-1343.07,-1270.87,49.892,0.514871,0,0,0.254601,0.967046,7200,100,1), - (20310,61088,0,-1309.95,-1256.23,32.2188,-0.77667,0,0,-0.378648,0.925541,7200,100,1), - (20311,1620,0,-8889.5,-2158.8,132.444,0.506145,0,0,0.25038,0.968148,300,100,1), - (20312,1622,0,-9678.53,-3173.73,61.6091,0.750492,0,0,0.366501,0.930417,300,100,1), - (20313,2912,1,-2404.69,-829.573,-4.32751,0.226893,0,0,0.113203,0.993572,180,100,1), - (20314,2912,1,-2708.53,-578.228,9.40896,2.80998,0,0,0.986286,0.165048,180,100,1), - (20315,1619,0,-9727.67,-2890.66,56.9846,-3.03687,0,0,-0.998629,0.0523374,300,100,1), - (20316,61089,0,-1297.08,-1252.89,32.2188,-2.522,0,0,0.952396,-0.304864,7200,100,1), - (20317,2912,1,-2319.13,53.2301,33.6666,1.41372,0,0,0.649448,0.760406,180,100,1), - (20318,2912,1,-2466.15,-69.4343,-2.98705,2.11185,0,0,0.870356,0.492424,180,100,1), - (20319,2912,1,-2364.92,-622.662,-6.11146,0.034907,0,0,0.017452,0.999848,180,100,1), - (20320,2912,1,-2042.95,-200.846,-9.21264,1.0472,0,0,0.5,0.866025,180,100,1), - (20321,2912,1,-2106.22,-63.1155,1.19319,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (20322,2912,1,-2197.47,-484.446,-9.39311,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (20323,2912,1,-2547.34,-520.279,-5.76603,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (20324,2912,1,-2775.89,-866.91,7.90189,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (20325,2912,1,-2492.93,-917.357,-5.09743,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (20326,2912,1,-2321.21,-258.898,-8.24166,1.69297,0,0,0.748956,0.66262,180,100,1), - (20327,2912,1,-2480.31,-454.933,-6.74949,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (20328,2912,1,-2550.61,-539.232,-4.60521,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (20329,2061,1,-411.843,1847.04,128.486,1.58825,0,0,0.71325,0.700909,900,100,1), - (20330,2061,1,-413.766,1872.18,128.514,-0.375245,0,0,-0.186524,0.98245,900,100,1), - (20331,2061,1,-401.162,1860,128.514,2.74889,0,0,0.980785,0.19509,900,100,1), - (20332,2912,1,-2259.57,-701.602,-4.23098,0.558505,0,0,0.275637,0.961262,180,100,1), - (20333,2913,1,-2544.29,-711.974,-9.77772,3.14159,0,0,1,0,900,100,1), - (20334,50529,1,-1200.58,-29.923,166.106,2.26893,0,0,0.906308,0.422618,900,100,1), - (20335,50530,1,-1202.63,-29.7456,166.015,0.584685,0,0,0.288196,0.957571,900,100,1), - (20336,2914,1,-2240.45,-400.991,-9.42564,-1.82387,0,0,-0.79069,0.612217,900,100,1), - (20337,180664,0,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398748,180,100,1), - (20338,50531,1,-1225.7,-85.6491,164.649,0.584685,0,0,0.288196,0.957571,900,100,1), - (20339,180685,1,-2937.83,-4248.67,0,-0.977384,0,0,-0.469471,0.882948,180,100,1), - (20340,61090,0,-1324.03,-1221.47,32.2188,3.06305,0,0,0.999229,0.039259,7200,100,1), - (20341,61058,0,-1267.7,-1235.68,41.5643,1.57952,0,0,0.710185,0.704015,7200,100,1), - (20342,61059,0,-1282.32,-1248.39,40.1729,2.27765,0,0,0.908143,0.41866,7200,100,1), - (20343,61061,0,-1286.63,-1252.07,40.1729,2.27765,0,0,0.908143,0.41866,7200,100,1), - (20344,61071,0,-1308.6,-1266.27,39.3471,-2.43473,0,0,0.938191,-0.346117,7200,100,1), - (20345,61055,0,-1295.28,-1203.61,41.5685,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20346,61057,0,-1264.67,-1233.32,41.5643,2.27765,0,0,0.908143,0.41866,7200,100,1), - (20347,61062,0,-1320.34,-1203.88,40.1729,-0.863938,0,0,-0.41866,0.908143,7200,100,1), - (20348,61064,0,-1298.89,-1188.38,41.5643,-1.91114,0,0,-0.816642,0.577145,7200,100,1), - (20349,61046,0,-1351.4,-1262.01,40.1858,0.619593,0,0,0.304865,0.952396,7200,100,1), - (20350,61047,0,-1352.27,-1260.98,40.1858,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20351,50532,1,-1223.62,-86.0525,164.629,2.08567,0,0,0.863836,0.503774,900,100,1), - (20354,180685,1,-3431.34,-4390.54,0,-1.46608,0,0,-0.669132,0.743144,180,100,1), - (20356,50533,1,-1193.06,-88.0565,164.628,0.959932,0,0,0.461749,0.887011,900,100,1), - (20357,1622,0,-9472.23,-3215,69.1513,1.37881,0,0,0.636078,0.771625,300,100,1), - (20358,1619,0,-9751.1,-2623.07,84.558,-2.93215,0,0,-0.994522,0.10453,300,100,1), - (20377,180685,1,-2693.47,-4182.76,0,-2.79253,0,0,-0.984808,0.173647,180,100,1), - (20378,50534,1,-1191.07,-87.3614,164.684,2.67908,0,0,0.973379,0.2292,900,100,1), - (20379,180248,0,-14208.8,-84.284,0,1.309,0,0,0.608761,0.793353,180,100,1), - (20380,50535,1,-1192.99,-6.21354,165.471,2.97579,0,0,0.996566,0.082808,900,100,1), - (20381,50536,1,-1407.07,-110.36,158.879,-0.497418,0,0,-0.246153,0.969231,900,100,1), - (20382,180248,0,-13748,-397.276,0,2.18166,0,0,0.887011,0.461749,180,100,1), - (20383,50537,1,-1064.84,-241.505,158.863,1.56207,0,0,0.704015,0.710185,900,100,1), - (20384,1622,0,-9764.38,-2981.51,80.0459,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (20385,180248,0,-14145,-102.518,0,2.70526,0,0,0.976296,0.21644,180,100,1), - (20386,50538,1,-1001.31,230.705,134.871,-2.08567,0,0,-0.863836,0.503774,900,100,1), - (20387,180248,0,-14288.2,20.8866,0,0.017453,0,0,0.008727,0.999962,180,100,1), - (20388,180248,0,-14725.3,279.19,0,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (20389,57708,1,-938.558,33.1454,18.2845,-0.759218,0,0,-0.370557,0.92881,900,100,1), - (20391,180248,0,-14751.1,450.965,0,2.89725,0,0,0.992546,0.121869,180,100,1), - (20392,180248,0,-14676.9,551.697,0,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (20393,61049,0,-1354.28,-1247.6,40.1821,-2.87979,0,0,0.991445,-0.130527,7200,100,1), - (20394,61043,0,-1341.57,-1272.63,49.892,0.794125,0,0,0.386711,0.922201,7200,100,1), - (20395,61095,0,-1312.24,-1239.9,40.1882,-0.689405,0,0,-0.337917,0.941176,7200,100,1), - (20396,61074,0,-1341.89,-1227.14,39.3471,-2.34747,0,0,0.922201,-0.38671,7200,100,1), - (20397,61086,0,-1304.35,-1244.37,32.1232,-3.05433,0,0,0.999048,-0.043619,7200,100,1), - (20398,61076,0,-1330.95,-1224.97,38.7994,1.92859,0,0,0.821647,0.569997,7200,100,1), - (20399,61035,0,-1296.74,-1220.18,22.9453,2.84489,0,0,0.989016,0.147809,7200,100,1), - (20400,61038,0,-1292.52,-1219.14,23.2883,-0.427605,0,0,-0.212177,0.977231,7200,100,1), - (20401,2061,0,-1292.52,-1219.14,23.2883,-0.427605,0,0,-0.212177,0.977231,7200,100,1), - (20402,61077,0,-1302.41,-1236.61,22.9538,1.44862,0,0,0.66262,0.748956,7200,100,1), - (20403,61079,0,-1301.53,-1225.23,22.9507,0.174533,0,0,0.087156,0.996195,7200,100,1), - (20404,61085,0,-1305.92,-1246.13,32.1232,2.618,0,0,0.965926,0.258819,7200,100,1), - (20405,61097,0,-1310,-1237.14,40.1882,-0.34034,0,0,-0.16935,0.985556,7200,100,1), - (20406,61073,0,-1339.62,-1229.62,39.3471,-2.522,0,0,0.952396,-0.304864,7200,100,1), - (20407,61098,0,-1329.56,-1245.52,40.1882,1.23046,0,0,0.577145,0.816642,7200,100,1), - (20408,61100,0,-1334.41,-1233.5,49.9114,-2.34747,0,0,0.922201,-0.38671,7200,100,1), - (20410,180248,0,-14344.7,53.7308,0,1.76278,0,0,0.771625,0.636078,180,100,1), - (20412,180248,0,-13828.8,705.368,0,2.47837,0,0,0.945519,0.325568,180,100,1), - (20413,180248,0,-13681.3,662.986,0,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (20414,180248,0,-13648.4,641.196,0,0.558505,0,0,0.275637,0.961262,180,100,1), - (20415,180248,0,-13648.2,551.393,0,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (20416,180248,0,-13562,630.335,0,3.01942,0,0,0.998135,0.061049,180,100,1), - (20419,180248,0,-13264.1,580.541,-0.827195,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (20423,180248,0,-12869.3,482.93,0,0.383972,0,0,0.190809,0.981627,180,100,1), - (20425,180248,0,-12681.6,153.839,0,3.08923,0,0,0.999657,0.026177,180,100,1), - (20427,177265,1,-1123.41,66.3221,149.444,-1.85878,0,0,-0.801254,0.598324,900,100,1), - (20428,177266,1,-1108.16,-11.2957,148.629,1.84132,0,0,0.796002,0.605294,900,100,1), - (20429,61102,0,-1325.91,-1226.34,49.9114,-0.689405,0,0,-0.337917,0.941176,7200,100,1), - (20430,61075,0,-1332.93,-1222.99,38.7994,0.183261,0,0,0.091502,0.995805,7200,100,1), - (20431,61068,0,-1310.86,-1263.46,39.3471,-2.43473,0,0,0.938191,-0.346117,7200,100,1), - (20432,1620,0,-9683.75,-2774.97,52.3916,0.314159,0,0,0.156434,0.987688,300,100,1), - (20433,3705,0,-9776.85,-2263.73,59.2903,2.21657,0,0,0.894934,0.446198,7200,100,1), - (20434,178246,0,-9233.62,-2701.74,89.086,-0.331612,0,0,0.165048,-0.986286,5,100,1), - (20435,61070,0,-1309.8,-1264.53,39.3471,-2.522,0,0,0.952396,-0.304864,7200,100,1), - (20436,18035,1,-2240.59,-401.031,-9.42416,-1.76278,0,0,-0.771625,0.636078,900,100,1), - (20437,177267,1,-1179.59,-93.4133,168.539,2.53945,0,0,0.95502,0.296542,900,100,1), - (20438,180248,0,-12723.1,199.981,0,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (20439,50547,1,-2301.75,-458.31,-5.34616,-1.87623,0,0,-0.806445,0.59131,900,100,1), - (20440,50803,1,-2922.91,-231.506,54.2929,-1.42244,0,0,-0.652759,0.757565,900,100,1), - (20441,180248,0,-12711.1,-21.5854,0,1.0472,0,0,0.5,0.866025,180,100,1), - (20442,177268,1,-1237.66,-90.5948,169.033,0.488692,0,0,0.241922,0.970296,900,100,1), - (20443,61039,0,-1292.47,-1218.11,23.2883,2.19039,0,0,0.889017,0.457874,7200,100,1), - (20444,2061,0,-1292.47,-1218.11,23.2883,2.19039,0,0,0.889017,0.457874,7200,100,1), - (20445,50548,1,-2319.68,-438.993,-5.34616,-2.39983,0,0,0.932008,-0.362438,900,100,1), - (20446,50804,1,-2916.71,-228.517,54.2929,-1.55334,0,0,-0.700909,0.71325,900,100,1), - (20447,180248,0,-12340.5,305.54,0,0.366519,0,0,0.182236,0.983255,180,100,1), - (20448,180248,0,-12089.9,433.639,0,0.593412,0,0,0.292372,0.956305,180,100,1), - (20449,180248,0,-12006.2,637.413,0,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (20450,180248,0,-11965.9,747.412,0,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (20451,180248,0,-11957.8,831.91,0,1.62316,0,0,0.725374,0.688355,180,100,1), - (20452,180248,0,-11862.1,874.626,-0.84411,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (20453,123334,0,-9233.62,-2701.74,89.086,-0.331612,0,0,0.165048,-0.986286,7200,100,1), - (20455,1621,0,-9072.37,-2054.56,131.181,-2.09439,0,0,-0.866024,0.500002,300,100,1), - (20456,180248,0,-11756.1,989.75,0,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (20458,177200,0,-8338,519.843,122.939,0.623,0.668,0.233,0.667571,-0.233126,120,0,1), - (20459,177202,0,-8348,520.97,122.939,4.712,0,-1,-0.307199,0.63689,120,0,1), - (20462,180248,0,-12029.2,526.407,0,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (20465,177269,1,-1204.25,134.805,140.694,-2.44346,0,0,0.939692,-0.34202,900,100,1), - (20468,50549,1,-2295.75,-435.007,-5.34616,-1.7017,0,0,-0.75184,0.659346,900,100,1), - (20469,61036,0,-1294.84,-1222.38,22.9462,1.49226,0,0,0.678801,0.734322,7200,100,1), - (20470,50805,1,-2927.41,-212.532,54.2929,-1.49226,0,0,-0.6788,0.734323,900,100,1), - (20471,177270,1,-1278.97,49.2355,135.326,0.471238,0,0,0.233445,0.97237,900,100,1), - (20472,113528,1,-992.869,211.094,135.373,2.09439,0,0,0.866025,0.5,900,100,1), - (20478,1620,0,-8931.43,-2308.25,132.534,-1.36136,0,0,-0.629322,0.777145,300,100,1), - (20480,1622,0,-9374.39,-2992.28,139.1,0.453786,0,0,0.224951,0.97437,300,100,1), - (20481,1622,0,-8825.49,-2462.65,133.923,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (20482,1621,0,-9647.41,-2340.83,70.4579,3.05433,0,0,0.999048,0.0436174,300,100,1), - (20483,179487,0,-9427.09,-2391.39,53.9951,-1.53589,0,0,0.694658,-0.71934,480,100,1), - (20484,179487,0,-9373.02,-2661.57,53.3449,2.54818,0,0,0.956305,0.292372,480,100,1), - (20485,179487,0,-9429.94,-2544.85,34.8912,1.88496,0,0,0.809017,0.587785,480,100,1), - (20486,179487,0,-9385.64,-2541.61,28.9328,1.32645,0,0,0.615662,0.788011,480,100,1), - (20487,179487,0,-9462.51,-2703.37,38.6959,2.79253,0,0,0.984808,0.173648,480,100,1), - (20488,179487,0,-9360.87,-2610.81,27.6731,2.53073,0,0,0.953717,0.300706,480,100,1), - (20489,179487,0,-9508.27,-2513.24,44.242,0.942478,0,0,0.45399,0.891007,480,100,1), - (20490,61092,0,-1355.06,-1245.86,40.1821,-2.3562,0,0,0.92388,-0.382683,7200,100,1), - (20491,148507,1,-8170.22,-5077.53,16.0034,4.33427,0,0,0.827399,-0.561615,180,100,1), - (20497,2061,1,-422.419,1868.29,128.514,-0.610865,0,0,-0.300706,0.953717,900,100,1), - (20498,61044,0,-1343.67,-1268.96,40.1858,-0.77667,0,0,-0.378648,0.925541,7200,100,1), - (20500,3853,1,-421.933,1850.12,128.486,-0.148353,0,0,-0.074109,0.99725,900,100,1), - (20501,3705,0,-8894.44,-2176.12,132.722,3.01942,0,0,0.998135,0.061049,7200,100,1), - (20502,1619,0,-8714.04,-2328.38,156.262,1.22173,0,0,0.573576,0.819152,300,100,1), - (20503,1619,0,-9428.68,-3121.35,78.3536,2.30383,0,0,0.913544,0.406739,300,100,1), - (20504,178246,0,-9232.72,-2705.1,89.086,0.890118,0,0,0.430511,0.902585,5,100,1), - (20511,123334,0,-9232.72,-2705.1,89.086,0.890118,0,0,0.430511,0.902585,7200,100,1), - (20512,3194,1,-2965.6,-263.16,55.3713,-0.07854,0,0,-0.03926,0.999229,900,100,1), - (20514,3195,1,-1415.05,89.3264,18.658,-2.36492,0,0,0.925541,-0.378648,900,100,1), - (20517,3196,1,-1793,-17.6701,-7.20197,-2.85361,0,0,0.989651,-0.143493,900,100,1), - (20518,3197,1,-1795.67,-18.6726,-7.14825,0.28798,0,0,0.143493,0.989651,900,100,1), - (20519,3198,1,-2376.43,-901.556,-6.59151,-1.72788,0,0,-0.760406,0.649448,900,100,1), - (20521,3199,1,-2376.61,-904.266,-6.53595,1.41372,0,0,0.649448,0.760406,900,100,1), - (20525,3719,1,-1756.74,-1256.07,113.383,-1.43117,0,0,0.656059,-0.75471,7200,100,1), - (20526,3719,1,-1774.41,-1175.7,116.892,2.54818,0,0,0.956305,0.292372,7200,100,1), - (20527,3719,1,-2189.53,-420.679,-4.39675,1.0472,0,0,0.5,0.866025,7200,100,1), - (20528,3719,1,-1925.28,417.42,133.59,-2.04204,0,0,0.85264,-0.522498,7200,100,1), - (20529,3719,1,-2750.28,-438.494,-2.84708,0.942478,0,0,0.45399,0.891007,7200,100,1), - (20530,3719,1,-1917.36,-711.039,3.66848,-1.6057,0,0,0.71934,-0.694658,7200,100,1), - (20531,3719,1,-825.687,-23.4734,-13.1944,1.69297,0,0,0.748956,0.66262,7200,100,1), - (20532,3719,1,-2246.88,-313.829,-9.4249,2.74017,0,0,0.979925,0.199368,7200,100,1), - (20539,153482,1,-1350.14,-1126.14,141.571,3.14159,-0.004363,0,0.99999,0,900,100,1), - (20541,158680,230,571.139,-136.509,-35.6645,-1.25664,0,0,-0.587785,0.809017,600,100,1), - (20542,177388,1,-7235,1859.18,-82,0.824,0,0,0,0,2700,100,1), - (20543,177388,1,-6261,1129.39,-26,2.41,0,0,0,0,2700,100,1), - (20544,177388,1,-7061,1624.37,5.127,1.317,0,0,0,0,2700,100,1), - (20545,177388,1,-7159,1722.48,-10,3.274,0,0,0,0,2700,100,1), - (20546,177388,1,-7101,1272.79,5.261,2.096,0,0,0,0,2700,100,1), - (20547,177388,1,-6249,985.954,-39,6.148,0,0,0,0,2700,100,1), - (20548,177388,1,-6620,1047.31,-36,0.34,0,0,0,0,2700,100,1), - (20549,177388,1,-6268,1053.72,-33,2.517,0,0,0,0,2700,100,1), - (20550,177388,1,-6599,1138.67,-46,1.345,0,0,0,0,2700,100,1), - (20551,177388,1,-7230,1799.2,-65,1.351,0,0,0,0,2700,100,1), - (20552,177388,1,-6660,1075.4,-27,1.672,0,0,0,0,2700,100,1), - (20553,177388,1,-6314,1011.95,-32,6.148,0,0,0,0,2700,100,1), - (20554,177388,1,-6242,928.06,-38,3.824,0,0,0,0,2700,100,1), - (20555,177388,1,-7245,1859.5,-87,2.545,0,0,0,0,2700,100,1), - (20556,178571,1,-1207.63,-66.4389,157.49,-3.03687,0,0,0.99863,-0.052336,900,100,1), - (20560,3222,1,-1890.66,-1092.59,89.2807,-2.99324,-0.023366,0.020133,0.996811,-0.073598,900,100,1), - (20562,3223,1,-1886.95,-1093.64,90.0005,2.74017,-0.03086,-0.020426,0.97939,0.19856,900,100,1), - (20564,2968,1,-1416.95,87.1512,18.7106,0.767946,0,0,0.374607,0.927184,900,100,1), - (20565,186264,1,-2096.65,-429.225,-5.58479,-2.21657,0,0,0.894934,-0.446198,900,100,1), - (20566,2969,1,-2309.82,-599.078,-7.03527,-2.34747,0,0,0.922201,-0.38671,900,100,1), - (20568,61072,0,-1338.41,-1231.36,39.3471,-2.43473,0,0,0.938191,-0.346117,7200,100,1), - (20569,61087,0,-1328.77,-1279.32,49.9057,2.36492,0,0,0.92554,0.378649,7200,100,1), - (20570,61096,0,-1306.39,-1252.95,49.9114,1.92859,0,0,0.821647,0.569997,7200,100,1), - (20571,61052,0,-1358.11,-1249.52,49.9057,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20572,61060,0,-1357.69,-1245.45,49.9057,-0.951204,0,0,-0.457874,0.889017,7200,100,1), - (20573,61069,0,-1331.66,-1280.49,49.9057,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20574,61050,0,-1330.01,-1280.52,49.9057,2.27765,0,0,0.908143,0.41866,7200,100,1), - (20575,61066,0,-1353.02,-1259.22,49.892,0.689406,0,0,0.337917,0.941176,7200,100,1), - (20576,61037,0,-1293.61,-1218.91,23.2883,2.71399,0,0,0.977231,0.212177,7200,100,1), - (20577,2061,0,-1293.61,-1218.91,23.2883,2.71399,0,0,0.977231,0.212177,7200,100,1), - (20578,61081,0,-1298.48,-1226.8,22.9507,2.09439,0,0,0.866025,0.5,7200,100,1), - (20579,61082,0,-1297.42,-1225.8,22.9507,2.44346,0,0,0.939693,0.34202,7200,100,1), - (20580,2970,1,-2311.99,-599.909,-7.03527,-0.209441,0,0,-0.104529,0.994522,900,100,1), - (20581,2971,1,-2310.76,-601.521,-7.03527,1.51844,0,0,0.688354,0.725374,900,100,1), - (20582,61048,0,-1359.03,-1246.54,49.9057,-0.863938,0,0,-0.41866,0.908143,7200,100,1), - (20583,61078,0,-1292.77,-1230.28,22.9502,2.53073,0,0,0.953717,0.300706,7200,100,1), - (20585,2972,1,-2311.98,-599.904,-7.8686,-0.209441,0,0,-0.104529,0.994522,900,100,1), - (20586,61067,0,-1312.07,-1262.04,39.3471,-2.34747,0,0,0.922201,-0.38671,7200,100,1), - (20587,61053,0,-1278.69,-1223.05,41.5685,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20588,61099,0,-1305.07,-1252.23,49.9114,2.19039,0,0,0.889017,0.457874,7200,100,1), - (20589,61094,0,-1325.13,-1220.05,32.2188,-2.60927,0,0,0.964787,-0.263032,7200,100,1), - (20590,61051,0,-1328.73,-1222.87,32.126,1.66679,0,0,0.740218,0.672367,7200,100,1), - (20591,61045,0,-1344.07,-1270.59,40.1858,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20616,2973,1,-2472.82,-492.043,-6.20265,-0.811578,0,0,-0.394744,0.918791,900,100,1), - (20617,3662,0,-9440.73,-2230.18,69.5418,1.8675,0,0,0.803857,0.594823,7200,100,1), - (20618,2974,1,-2470.78,-493.887,-6.20265,2.33001,0,0,0.918791,0.394745,900,100,1), - (20619,2975,1,-2470.91,-491.974,-6.20265,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (20620,61083,0,-1301.52,-1223.37,22.9507,-0.349066,0,0,-0.173648,0.984808,7200,100,1), - (20622,2976,1,-2470.78,-493.885,-7.03598,2.33001,0,0,0.918791,0.394745,900,100,1), - (20623,2977,1,-2969.98,200.04,74.8646,0.523597,0,0,0.258818,0.965926,900,100,1), - (20624,2978,1,-2967.69,201.644,74.8337,-2.618,0,0,0.965926,-0.258818,900,100,1), - (20626,160426,1,-1227.38,-19.8772,165.325,3.14159,0,0,1,0,900,100,1), - (20627,2732,1,-2872.7,-1040.85,54.2209,-2.45953,0,0,0.94241,-0.334461,900,100,1), - (20636,63674,1,-3020.89,-719.327,46.0125,2.16421,0,0,0.882948,0.469472,900,100,1), - (20637,100028,1,-3020.22,-718.964,45.4778,-2.19039,0,0,0.889017,-0.457874,900,100,1), - (20638,175442,329,3524.41,-3376.47,132.171,2.96706,-0.018864,-0.215616,0.972581,0.08509,180,100,1), - (20639,47296,1,-1028.04,-28.3568,69.0226,2.9147,0,0,0.993572,0.113203,900,100,1), - (20640,47297,1,-1037.27,-49.2355,140.495,3.07178,0,0,0.999391,0.034899,900,100,1), - (20641,1731,1,-1413.5,-1023.59,142.286,0.715585,0,0,0.350207,0.936672,300,100,1), - (20642,1731,1,-1541.22,-991.637,154.309,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (20643,1731,1,-1385.24,-1081.32,142.678,2.67035,0,0,0.972369,0.233447,300,100,1), - (20644,1731,1,-1382.94,-1171.94,163.176,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (20645,1731,1,212.447,1588.1,174.453,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (20646,1731,1,170.665,1985.24,179.044,-0.05236,0,0,-0.026177,0.999657,300,100,1), - (20647,1731,1,-201.552,1178.94,97.313,-1.50098,0,0,-0.681997,0.731355,300,100,1), - (20648,1731,1,-1486.76,-1196.38,129.623,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (20649,1731,1,-2881.33,355.126,127.839,0.10472,0,0,0.0523361,0.99863,300,100,1), - (20650,1731,1,-3006.23,277.98,111.43,-2.28638,0,0,-0.909961,0.414694,300,100,1), - (20651,2849,0,-9405.47,-2786.26,37.7474,2.87979,0,0,0.991445,0.130526,7200,100,1), - (20654,61065,0,-1351.48,-1261.03,49.892,0.794125,0,0,0.386711,0.922201,7200,100,1), - (20655,61093,0,-1331.97,-1229.59,32.2188,2.45219,0,0,0.941176,0.337916,7200,100,1), - (20656,61080,0,-1300.45,-1226.55,22.9507,1.0472,0,0,0.5,0.866025,7200,100,1), - (20657,61041,0,-1359.18,-1248.21,49.9057,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20658,1731,1,-2658.6,257.63,96.5652,2.26893,0,0,0.906308,0.422617,300,100,1), - (20661,1731,1,-2658.35,-1470.27,80.4637,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (20662,1731,1,-500.561,-67.4469,72.3764,-2.40855,0,0,-0.93358,0.35837,300,100,1), - (20663,1731,1,-2834.42,-829.513,28.5204,0.977384,0,0,0.469471,0.882948,300,100,1), - (20664,1731,1,-1250.65,488.017,39.6058,0.994838,0,0,0.477159,0.878817,300,100,1), - (20665,1731,1,-2395.6,455.132,74.6857,2.02458,0,0,0.848048,0.52992,300,100,1), - (20666,1731,1,-2126.26,342.359,137.839,0.20944,0,0,0.104529,0.994522,300,100,1), - (20667,1731,1,-2378.36,391.934,66.0987,2.74017,0,0,0.979925,0.199366,300,100,1), - (20668,1731,1,-1499.49,375.201,67.0526,0.087266,0,0,0.0436192,0.999048,300,100,1), - (20669,1731,1,-1716.2,-1252.96,114.492,-2.54818,0,0,-0.956305,0.292372,300,100,1), - (20670,1731,1,-1598.59,-1179.21,143.803,1.48353,0,0,0.67559,0.737277,300,100,1), - (20671,1731,1,-1558.8,-1308.79,135.994,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (20672,1731,1,-1554.69,-1083.31,105.707,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (20673,1731,1,-2160.77,246.023,85.1964,2.02458,0,0,0.848048,0.52992,300,100,1), - (20674,1731,1,-441.273,-634.283,68.3678,1.55334,0,0,0.700908,0.713252,300,100,1), - (20675,177929,1,684.774,1714.24,-22,4.415,0,0,0,0,120,0,1), - (20676,177929,1,703.858,1485.01,-16,-1,0,0,0.300706,-0.953717,120,0,1), - (20677,177929,1,922.012,1574.63,-16,-2,0,0,0.870356,-0.492423,120,0,1), - (20678,177929,1,761.091,1399.94,-16,-3,0,0,0.986286,-0.165048,120,0,1), - (20679,177929,1,671.264,1604.77,-19,-1,0,0,0.5,-0.866025,120,0,1), - (20680,177929,1,572.613,1444.71,0,2.478,0,0,0.945519,0.325568,120,0,1), - (20681,177929,1,690.67,1777.99,-16,4.725,0,0,0,0,120,0,1), - (20682,177929,1,881.023,1775.58,-9,2.338,0,0,0,0,120,0,1), - (20683,177929,1,900.547,1591.16,-18,0.795,0,0,0,0,120,0,1), - (20684,177929,1,917.972,1715.87,-15,1.169,0,0,0.551937,0.833886,120,0,1), - (20685,177929,1,841.456,1526.23,-19,-2,0,0,0.793353,-0.608761,120,0,1), - (20686,177929,1,764.09,1498.87,-22,0.478,0,0,0,0,120,0,1), - (20687,177929,1,627.24,1495.12,-12,5.995,0,0,0,0,120,0,1), - (20688,177929,1,494.866,1457.51,8.78,-1,0,0,0.350207,-0.936672,120,0,1), - (20689,177929,1,697.464,1671.31,-25,3.324,0,0,0,0,120,0,1), - (20690,177929,1,674.535,1826.91,-12,0,0,0,0.104528,-0.994522,120,0,1), - (20691,177929,1,559.697,1715.42,-7,3.373,0,0,0,0,120,0,1), - (20692,177929,1,609.719,1602.23,-11,-1,0,0,0.608761,-0.793353,120,0,1), - (20693,177929,1,734.333,1602.32,-24,0,0,0,0.017452,-0.999848,120,0,1), - (20694,177929,1,541.104,1600.31,-4,-3,0,0,0.999048,-0.043619,120,0,1), - (20695,177929,1,593.536,1799.24,-8,0,0,0,0.165048,-0.986286,120,0,1), - (20696,177929,1,824.819,1688.19,-25,2.775,0,0,0.983255,0.182236,120,0,1), - (20697,177929,1,637.28,1493.22,-12,0.873,0,0,0.422618,0.906308,120,0,1), - (20698,177929,1,841.033,1823.13,-8,0.593,0,0,0.292372,0.956305,120,0,1), - (20699,177929,1,715.156,1771.19,-17,-1,0,0,0.544639,-0.838671,120,0,1), - (20700,177929,1,514.252,1759.08,1.474,-1,0,0,0.390731,-0.920505,120,0,1), - (20701,177929,1,809.844,1887.52,4.843,-2,0,0,0.777146,-0.62932,120,0,1), - (20702,177929,1,611.429,1756.65,-12,0,0,0,0.104528,-0.994522,120,0,1), - (20703,177929,1,749.38,1741.49,-21,0.489,0,0,0.241922,0.970296,120,0,1), - (20704,177929,1,667.014,1562.03,-19,-2,0,0,0.819152,-0.573576,120,0,1), - (20705,177929,1,616.323,1685.79,-17,2.353,0,0,0,0,120,0,1), - (20706,177929,1,563.785,1551.61,-9,1.745,0,0,0.766044,0.642788,120,0,1), - (20707,177929,1,634.521,1670.21,-19,0,0,0,0.095846,-0.995396,120,0,1), - (20708,177929,1,792.721,1487.82,-18,1.03,0,0,0.492424,0.870356,120,0,1), - (20711,1731,1,-503.832,-529.76,72.2556,0.575959,0,0,0.284016,0.95882,300,100,1), - (20712,1731,1,-1886.84,329.933,110.194,1.90241,0,0,0.814116,0.580702,300,100,1), - (20713,61054,0,-1277.69,-1224.21,41.5685,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20714,61084,0,-1300.3,-1222.24,22.9507,-1.0472,0,0,-0.5,0.866025,7200,100,1), - (20715,1731,1,-2412.37,503.889,64.3131,4.71239,0,0,0.707106,-0.707107,300,100,1), - (20716,1731,1,-2299.02,385.609,58.3093,2.67035,0,0,0.972369,0.233447,300,100,1), - (20717,1731,1,-2415.56,352.934,65.7179,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (20718,1731,1,-1745.35,-912.952,88.8484,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (20719,1731,1,-1301.52,-1039.44,61.9713,-2.84489,0,0,-0.989016,0.147808,300,100,1), - (20720,1731,1,-1271.72,-1073.83,57.5627,0,0,0,0,1,300,100,1), - (20721,1731,1,-1648.13,-1087.61,127.155,2.46091,0,0,0.942641,0.333809,300,100,1), - (20722,1731,1,-1810.58,-1214.9,108.548,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (20723,1731,1,-1348.19,-948.489,25.8795,-2.61799,0,0,-0.965925,0.258821,300,100,1), - (20724,2061,1,-421.933,1850.12,128.486,-0.148353,0,0,-0.074109,0.99725,900,100,1), - (20725,1732,1,-217.198,2298.1,43.6278,-1.43117,0,0,-0.656059,0.75471,300,100,1), - (20726,1732,1,-1847.22,1463.27,66.0594,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (20727,1732,1,-693.297,2504.13,47.6133,2.21657,0,0,0.894935,0.446197,300,100,1), - (20728,1732,1,126.755,1559.23,158.139,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (20729,1732,1,-1439.63,2146.6,93.2643,1.8675,0,0,0.803856,0.594824,300,100,1), - (20730,1732,1,-1257.96,988.44,95.3533,-0.523599,0,0,-0.258819,0.965926,300,100,1), - (20731,1732,1,-31.4126,1103.66,107.949,2.96706,0,0,0.996195,0.0871556,300,100,1), - (20732,1733,1,-1175.74,684.178,182.837,-0.994838,0,0,-0.477159,0.878817,300,100,1), - (20733,175443,329,3524.43,-3376.18,133.056,-0.174533,0,0,-0.087156,0.996195,180,100,1), - (20734,179532,429,2.64945,-210.379,-52.3845,-0.95993,0,0,-0.461748,0.887011,600,255,1), - (20737,1733,1,-130.526,737.533,123.25,2.84489,0,0,0.989016,0.147808,300,100,1), - (20738,178304,369,-20,44.256,-4.3,-1,0,0,0.793353,0.608761,120,0,1), - (20739,178304,369,-23,44.436,-4.3,1.292,0,0,0.793353,0.608761,120,0,1), - (20740,178304,369,-17,44.478,-4.3,1.833,0,0,0.793353,0.608761,120,0,1), - (20741,1733,1,-1787.2,2460.57,78.082,2.9147,0,0,0.993572,0.113203,300,100,1), - (20742,176211,329,3534.3,-2966.74,125.001,0.279253,0,0,0.139173,0.990268,180,100,1), - (20743,61063,0,-1304.85,-1190.64,41.5643,-0.863938,0,0,-0.41866,0.908143,7200,100,1), - (20746,175444,329,3523.58,-3377.04,132.509,1.39627,-0.033414,-0.028038,0.642176,0.765315,180,100,1), - (20747,175445,329,3558.12,-3320.44,130.295,-1.8326,0.079459,-0.103553,-0.786566,0.603553,180,100,1), - (20748,175447,329,3555.99,-3321.16,129.5,2.87979,0.005693,0.043246,0.990501,0.130402,180,100,1), - (20753,178666,1,-1475.32,204.501,-7.79271,3.15416,0,0,0.99998,-0.00628126,25,0,1), - (20754,178666,1,-1468.19,196.812,-7.79269,1.21893,0,0,0.57243,0.819953,25,0,1), - (20755,178666,1,-1480.03,194.661,-7.79279,5.31714,0,0,0.464458,-0.885595,25,0,1), - (20756,176215,329,3577.97,-2940.95,125.002,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (20757,176215,329,3575.46,-2937.3,125.002,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (20758,176215,329,3562.64,-2936.15,125.001,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (20759,176215,329,3572.97,-2933.9,125.002,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (20760,176215,329,3573.9,-2947.05,125,2.1293,0,0,0.87462,0.48481,180,100,1), - (20761,176216,329,3567.81,-2947.28,124.962,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (20762,61091,0,-1332.73,-1279.17,49.9057,0.706858,0,0,0.346117,0.938191,7200,100,1), - (20763,61056,0,-1263.5,-1232.32,41.5643,2.27765,0,0,0.908143,0.41866,7200,100,1), - (20764,61101,0,-1325.39,-1229.4,49.9114,1.14319,0,0,0.540975,0.841039,7200,100,1), - (20765,2850,0,-9158.28,-3288.89,101.998,-0.488692,0,0,0.241922,-0.970296,7200,100,1), - (20766,175734,0,-36.0156,-936.455,54.2782,0.698132,0,0,0.34202,0.939693,7200,100,1), - (20767,175754,0,-849.938,-585.718,19.6432,-0.802851,0,0,0.390731,-0.920505,7200,100,1), - (20768,176217,329,3562.45,-2939.42,124.962,-2.43474,0,0,0.938191,-0.346117,180,100,1), - (20769,74439,1,-2176.38,-410.315,-4.77444,-3.05433,0,0,0.999048,-0.043619,900,100,1), - (20770,1735,1,-2248.9,1933.76,115.635,-0.994838,0,0,-0.477159,0.878817,300,100,1), - (20771,2850,0,-9363.87,-3052.83,164.757,-1.46608,0,0,0.669131,-0.743145,7200,100,1), - (20772,179264,369,-79,1211.73,-123,0.401,0,0,0.199368,0.979925,180,0,1), - (20773,179264,369,37.434,1316.43,-122,-2,0,0,0.939693,-0.34202,180,0,1), - (20774,175761,0,-846.939,-575.43,19.671,1.44862,0,0,0.66262,0.748956,7200,100,1), - (20775,175734,0,-850.782,-480.416,15.8534,1.85005,0,0,0.798636,0.601815,7200,100,1), - (20776,175746,0,-41.4616,-972.543,58.2241,2.25148,0,0,0.902585,0.430511,7200,100,1), - (20777,175449,329,3812.27,-3615.74,145.239,-0.837757,0.039848,-0.017742,-0.406349,0.912676,180,100,1), - (20778,1736,0,-569.5,42.2739,49.8843,-1.37881,0,0,0.636078,-0.771625,300,100,1), - (20779,1768,0,-198.584,-337.764,72.8801,2.33874,0,0,0.920505,0.390731,1,100,1), - (20780,1769,0,-166.441,-342.88,53.4926,-2.54818,0,0,0.956305,-0.292372,1,100,1), - (20781,2714,0,-203.451,-378.424,48.6637,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (20782,2714,0,-302.113,-310.967,44.2162,0.226893,0,0,0.113203,0.993572,180,100,1), - (20783,2714,0,-270.227,-336.386,64.3987,1.43117,0,0,0.656059,0.75471,180,100,1), - (20784,1722,0,-445.851,-1486.69,92.085,0,0,0,0,1,300,100,1), - (20785,1721,0,-485.261,-1343.86,53.6516,2.58309,0,0,0.961262,0.275637,300,100,1), - (20786,1735,1,57.0231,2135.69,131.945,0.383972,0,0,0.190809,0.981627,300,100,1), - (20788,3705,0,-9485.74,-1939.03,78.7392,2.77507,0,0,0.983255,0.182236,7200,100,1), - (20789,1735,1,-2173.94,1804.57,84.9345,1.3439,0,0,0.622513,0.782609,300,100,1), - (20790,1735,1,-857.72,2428.58,99.7405,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (20791,1735,1,-1242.73,2641.72,137.034,2.93215,0,0,0.994522,0.10453,300,100,1), - (20792,1735,1,-1109.22,2656.24,117.811,2.89725,0,0,0.992546,0.121868,300,100,1), - (20793,2850,0,-8795.49,-2130.23,155.813,1.97222,0,0,0.833886,0.551937,7200,100,1), - (20795,103628,0,-9264.42,-3282.77,150.947,-0.837758,0,0,0.406737,-0.913545,2,100,1), - (20796,1735,1,-1868.93,1184.33,103.297,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (20797,1735,1,-783.164,962.887,103.31,1.69297,0,0,0.748956,0.66262,300,100,1), - (20798,2849,0,-9791.08,-2175.86,60.1929,2.16421,0,0,0.882948,0.469472,7200,100,1), - (20799,1735,1,275.046,1982.8,154.533,3.08923,0,0,0.999657,0.0261783,300,100,1), - (20800,1728,0,0.490093,-943.409,61.9385,1.0821,0,0,0.515038,0.857167,10,100,1), - (20801,176573,0,-512.17,103.772,58.1571,-0.034907,0,0,0.017452,-0.999848,7200,100,1), - (20802,175885,0,-38.4987,-947.293,54.2737,-1.64061,0,0,0.731354,-0.681998,7200,100,1), - (20803,180657,0,-1263.25,-908.322,0,1.5708,0,0,0.707108,0.707106,3600,100,1), - (20804,180664,0,-1108.14,-216.96,0,2.07694,0,0,0.861629,0.507539,3600,100,1), - (20805,180663,0,-806.863,-715.487,5.63574,2.58309,0,0,0.961262,0.275637,3600,100,1), - (20806,181620,0,-351.384,-711.547,57.7376,0.191986,0,0,0.095846,0.995396,2,100,1), - (20807,179488,0,-434.04,-1425.26,99.7115,-1.43117,0,0,0.656059,-0.75471,7200,100,1), - (20808,181062,0,-1393.85,-1102.71,39.3095,-0.785398,0,0,0.382683,-0.92388,2,100,1), - (20809,181064,0,-1391.73,-1102.39,39.5927,-2.11185,0,0,0.870356,-0.492423,7200,100,1), - (20810,181065,0,-1393.27,-1105.31,39.2092,0.942478,0,0,0.45399,0.891007,7200,100,1), - (20811,181066,0,-1391.12,-1103.49,39.2979,0.680678,0,0,0.333807,0.942641,7200,100,1), - (20812,181067,0,-1393.61,-1103.07,43.3719,2.09439,0,0,0.866025,0.5,7200,100,1), - (20813,181063,0,-1392.42,-1104.12,39.2772,-2.60054,0,0,0.96363,-0.267238,7200,100,1), - (20814,1735,1,-1354.45,1426.45,66.6043,1.97222,0,0,0.833885,0.551938,300,100,1), - (20815,1735,1,-926.993,1758.54,65.4485,-1.309,0,0,-0.608763,0.793352,300,100,1), - (20816,74440,1,-2254.61,-304.677,-9.4249,3.14159,0,0,1,0,900,100,1), - (20818,3695,0,-910.543,-1058.96,30.3488,1.16937,0,0,0.551937,0.833886,7200,100,1), - (20819,180657,0,-1304.26,-991.073,0,0.558505,0,0,0.275637,0.961262,3600,100,1), - (20821,180664,0,-985.492,335.767,0,-1.36136,0,0,-0.629322,0.777145,3600,100,1), - (20823,180664,0,-1107.49,-147.94,0,-2.75762,0,0,-0.981627,0.190809,3600,100,1), - (20825,1622,0,-770.199,505.167,95.3264,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (20826,180657,0,-1474.17,-1098.55,0,2.93215,0,0,0.994522,0.10453,3600,100,1), - (20827,180664,0,-1102.51,-83.557,0,0.069813,0,0,0.0348994,0.999391,3600,100,1), - (20828,148424,1,-1292.92,113.572,130.947,-0.174534,0,0,-0.087156,0.996195,900,100,1), - (20829,74441,1,-2264.61,-318.313,-9.4249,3.14159,0,0,1,0,900,100,1), - (20830,179532,429,-168.655,-271.912,-4.12082,-0.750491,0,0,-0.366501,0.930418,600,255,1), - (20831,148425,1,-1294.68,99.045,130.24,0.36652,0,0,0.182236,0.983255,900,100,1), - (20832,179532,429,55.8777,-438.434,-58.5981,-0.855211,0,0,-0.414693,0.909961,600,255,1), - (20833,74442,1,-2267.86,-295.326,-9.42493,3.13287,0,0,0.99999,0.004363,900,100,1), - (20834,148426,1,-1227.56,45.3586,127.677,1.59698,0,0,0.716302,0.69779,900,100,1), - (20835,18895,33,-242.581,2159.05,90.6226,-1.94604,0,0,-0.82659,0.562805,5400,100,1), - (20836,154357,0,-9363.99,-2396.56,36.8816,-2.00713,0,0,0.843391,-0.5373,10,100,1), - (20845,179532,429,59.0393,-760.028,-25.0955,-1.23918,0,0,-0.580701,0.814117,600,255,1), - (20850,175450,329,3810.09,-3615.18,146.034,0.733039,0.121857,0.046776,0.355302,0.925593,180,100,1), - (20851,181085,329,4074.52,-3342.64,117.693,1.23918,0,0,0.580703,0.814116,180,100,1), - (20852,181085,329,3981.04,-3363.18,119.539,-1.309,0,0,0.608761,-0.793353,180,100,1), - (20853,74443,1,-2270.34,-281.727,-9.42569,-2.85361,0,0,0.989651,-0.143493,900,100,1), - (20856,3659,0,-467.071,-1619.44,64.8736,-1.95477,0,0,0.829038,-0.559193,7200,100,1), - (20857,180657,0,-1428.6,-1035.49,0,-1.09956,0,0,-0.5225,0.852639,3600,100,1), - (20859,181085,329,4012.71,-3465.33,122.372,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (20861,174476,230,872.208,-172.535,-49.7396,1.62316,0,0,0.725375,0.688354,600,100,1), - (20871,175454,329,3993.23,-3547.21,124.481,1.94604,0,0,0.82659,0.562805,180,100,1), - (20872,175966,329,3614.64,-3124.92,137.012,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (20873,175455,329,3994.78,-3546.62,124.439,-1.19555,-0.036055,0.024549,-0.562269,0.825803,180,100,1), - (20874,74444,1,-2277.64,-309.08,-9.42493,2.68781,0,0,0.97437,0.224951,900,100,1), - (20875,3695,0,-1345.93,-1232.94,49.9038,-1.74533,0,0,0.766044,-0.642788,7200,100,1), - (20877,180664,0,-1101.77,-285.447,0,0.959931,0,0,0.461749,0.887011,3600,100,1), - (20878,1622,0,-319.786,285.167,119.267,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (20879,180663,0,-286.699,-906.524,54.3358,2.61799,0,0,0.965926,0.258819,3600,100,1), - (20880,179488,0,-528.988,-1438.78,65.8266,-0.628319,0,0,0.309017,-0.951056,7200,100,1), - (20881,3695,0,-336.972,-2.99089,55.9979,0.471239,0,0,0.233445,0.97237,7200,100,1), - (20885,3715,0,-439.736,129.825,56.8404,-1.79769,0,0,0.782608,-0.622515,7200,100,1), - (20886,3659,0,-59.0124,-958.949,54.274,1.36136,0,0,0.62932,0.777146,7200,100,1), - (20887,179973,0,-9556.81,74.3175,58.8824,2.58309,0,0,0.961262,0.275637,180,100,1), - (20888,179972,0,-9553.88,73.4533,58.8824,0.122173,0,0,0.061049,0.998135,180,100,1), - (20889,180005,0,-9562.67,37.0204,62.3963,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (20890,180043,0,-9547.15,130.869,58.9007,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (20891,74445,1,-2401.79,-397.705,-2.08003,3.14159,0,-0.008727,0.999962,0,900,100,1), - (20892,74446,1,-2897.13,-274.717,53.9047,2.42601,0,0,0.936672,0.350207,900,100,1), - (20907,179964,0,-9515.21,144.939,60.2098,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (20908,179967,0,-9529.48,98.628,58.9005,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (20909,180043,0,-9574.43,29.2368,61.3682,1.36136,0,0,0.62932,0.777146,180,100,1), - (20910,179972,0,-9560.35,73.5978,58.8919,0.314159,0,0,0.156434,0.987688,180,100,1), - (20911,179968,0,-9533.06,100.432,58.8815,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (20912,180047,0,-9556.16,113.024,58.8894,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (20913,180006,0,-9576.48,28.5868,61.2078,1.0821,0,0,0.515038,0.857167,180,100,1), - (20914,3659,0,-1429.34,-1051.7,-0.013546,1.98968,0,0,0.838671,0.544639,7200,100,1), - (20915,180663,0,-507.251,-929.455,29.6017,-0.820305,0,0,0.398749,-0.91706,3600,100,1), - (20916,175967,329,3645.56,-3136.76,134.76,-1.00356,0,0,-0.480989,0.876727,180,100,1), - (20917,175968,329,3567.34,-3050.77,135.651,-0.959931,0,0,-0.461749,0.887011,180,100,1), - (20918,179965,1,-1487.31,228.588,-6.69648,2.40645,0,0,0.933203,0.359349,25,0,1), - (20919,179965,1,-1470.87,166.517,-7.7646,5.11136,0,0,0.552958,-0.833209,25,0,1), - (20920,179965,1,-1437.63,216.881,-7.57591,0.505787,0,0,0.250207,0.968192,25,0,1), - (20921,179965,1,-1564.16,176.039,-7.82386,4.86554,0,0,0.650942,-0.759128,25,0,1), - (20922,179965,1,-1581.13,171.421,-7.79277,5.58417,0,0,0.342433,-0.939542,25,0,1), - (20923,179965,1,-1590.91,157.523,-7.23096,6.17322,0,0,0.0549539,-0.998489,25,0,1), - (20924,179965,1,-1585.18,145.282,-7.1297,0.516005,0,0,0.255149,0.966902,25,0,1), - (20925,179965,1,-1536.28,144.662,-7.11979,2.21953,0,0,0.895594,0.444872,25,0,1), - (20926,179965,1,-1555.49,132.563,-7.59478,1.8449,0,0,0.797082,0.603871,25,0,1), - (20927,179965,1,-1584.21,131.393,-7.53359,4.51053,0,0,0.774755,-0.632262,25,0,1), - (20928,179965,1,-1598.12,101.245,-12.0423,4.96056,0,0,0.614152,-0.789188,25,0,1), - (20929,179965,1,-1583.59,102.213,-9.99208,4.96056,0,0,0.614152,-0.789188,25,0,1), - (20930,179965,1,-1641.61,105.337,-17.9416,3.75498,0,0,0.953337,-0.301908,25,0,1), - (20931,179965,1,-1627.24,126.606,-17.9482,5.21111,0,0,0.510734,-0.859739,25,0,1), - (20932,179965,1,-1637.04,121.988,-17.8089,5.25117,0,0,0.493413,-0.869795,25,0,1), - (20933,179965,1,-1617.7,87.493,-17.9482,5.73261,0,0,0.271821,-0.962348,25,0,1), - (20934,179965,1,-1627.69,82.7048,-17.9481,4.43278,0,0,0.798743,-0.601673,25,0,1), - (573760,176224,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (573759,176224,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (20961,179975,1,-1641.23,111.788,-17.8136,5.59753,0,0,0.336153,-0.941807,25,0,1), - (20962,179975,1,-1619.14,89.1289,-17.9481,2.48185,0,0,0.946084,0.323922,25,0,1), - (20963,3286,1,-1155.98,66.8138,145.96,0.095993,0,0,0.047978,0.998848,900,100,1), - (20969,179486,0,-489.764,-1554.22,53.2001,-2.09439,0,0,0.866025,-0.5,7200,100,1), - (20972,180006,1,-1542.46,178.946,-7.51071,4.49404,0,0,0.779941,-0.625853,25,0,1), - (20973,180006,1,-1538.15,177.527,-7.64813,4.35817,0,0,0.820628,-0.571463,25,0,1), - (20976,180029,1,-1574.47,124.949,-8.43615,0.746905,0,0,0.364832,0.931073,25,0,1), - (20977,180030,1,-1590.79,148.81,-6.80771,3.10389,0,0,0.999822,0.0188516,25,0,1), - (20980,180031,1,-1588.22,164.951,-6.02765,2.73475,0,0,0.979381,0.202022,25,0,1), - (20981,180032,1,-1573.09,175.07,-6.09269,2.6837,0,0,0.973906,0.226952,25,0,1), - (20983,180034,1,-1561.3,129.129,-7.08975,3.16986,0,0,0.9999,-0.0141349,25,0,1), - (21003,180035,1,-1502.22,201.857,-6.22113,1.02102,0,0,0.488623,0.872495,25,0,1), - (21004,180035,1,-1514.45,185.094,-6.27244,0.860011,0,0,0.416876,0.908963,25,0,1), - (21005,180035,1,-1476.92,230.467,-6.15357,0.118592,0,0,0.0592612,0.998242,25,0,1), - (21006,180035,1,-1490.88,219.115,-6.23147,1.13254,0,0,0.536489,0.843908,25,0,1), - (21007,180035,1,-1439.6,206.198,-6.21134,1.52681,0,0,0.691386,0.722486,25,0,1), - (21008,180035,1,-1455.81,227.128,-6.29216,6.00437,0,0,0.138958,-0.990298,25,0,1), - (21009,180035,1,-1445.64,190.087,-6.20897,0.98646,0,0,0.473473,0.880808,25,0,1), - (21010,180035,1,-1456.61,177.402,-6.19623,0.764972,0,0,0.373228,0.92774,25,0,1), - (21011,180035,1,-1483.8,166.663,-6.28385,6.23606,0,0,0.0235628,-0.999722,25,0,1), - (21012,180035,1,-1505.91,164.385,-6.29185,0.141367,0,0,0.0706244,0.997503,25,0,1), - (21013,180035,1,-1529.86,179.384,-5.95531,6.11275,0,0,0.085115,-0.996371,25,0,1), - (21014,180035,1,-1547.34,183.217,-6.16809,6.11275,0,0,0.085115,-0.996371,25,0,1), - (21015,180035,1,-1563.01,182.812,-6.29273,0.136655,0,0,0.0682742,0.997667,25,0,1), - (21016,180035,1,-1596.78,160.577,-5.49165,1.15296,0,0,0.545077,0.838386,25,0,1), - (21017,180035,1,-1521.48,158.244,-6.28302,4.2757,0,0,0.843486,-0.53715,25,0,1), - (21018,180035,1,-1533.99,140.882,-5.33157,3.84138,0,0,0.93941,-0.342797,25,0,1), - (21019,180035,1,-1548,129.626,-5.32227,3.8076,0,0,0.945064,-0.326885,25,0,1), - (21020,180035,1,-1562.56,123.908,-5.3431,3.18321,0,0,0.999783,-0.0208084,25,0,1), - (21021,180035,1,-1619.61,127.234,-16.1669,3.12509,0,0,0.999966,0.0082507,25,0,1), - (21022,180035,1,-1615.81,99.5197,-16.4134,5.1098,0,0,0.553612,-0.832775,25,0,1), - (21023,180035,1,-1616.57,86.7473,-16.4482,4.0715,0,0,0.893842,-0.448382,25,0,1), - (21024,180035,1,-1642.17,116.595,-16.0274,4.14062,0,0,0.877816,-0.478997,25,0,1), - (21025,180035,1,-1642.19,103.421,-16.3481,5.4216,0,0,0.41759,-0.908635,25,0,1), - (21026,180035,1,-1636.1,90.5422,-16.4327,4.93622,0,0,0.623711,-0.781655,25,0,1), - (21027,180035,1,-1628,81.6304,-16.4481,6.05934,0,0,0.11169,-0.993743,25,0,1), - (21036,180036,1,-1455.2,189.449,-6.39425,0.966829,0,0,0.464805,0.885413,25,0,1), - (21037,180036,1,-1497.96,196.108,-6.3925,0.890645,0,0,0.430749,0.902472,25,0,1), - (21038,180036,1,-1474.23,223.182,-6.3988,6.14809,0,0,0.0674945,-0.99772,25,0,1), - (21039,180036,1,-1487.67,174.982,-6.3925,6.13003,0,0,0.0765049,-0.997069,25,0,1), - (21040,180037,1,-1634.83,119.682,-17.9482,3.42826,0,0,0.989745,-0.142842,25,0,1), - (21041,180037,1,-1621.62,86.7465,-17.9479,4.98806,0,0,0.603244,-0.797556,25,0,1), - (21050,180038,1,-1635.84,100.167,-17.9482,3.89321,0,0,0.930211,-0.367026,25,0,1), - (21051,180038,1,-1637.94,116.713,-17.8953,3.82645,0,0,0.941941,-0.335778,25,0,1), - (21052,180038,1,-1624.66,124.262,-17.9465,3.13923,0,0,0.999999,0.00118084,25,0,1), - (21053,180038,1,-1623.42,84.8813,-17.947,4.89774,0,0,0.638635,-0.76951,25,0,1), - (21054,180038,1,-1617.06,93.0088,-17.9481,5.12708,0,0,0.546395,-0.837528,25,0,1), - (21055,180038,1,-1630.41,85.0338,-17.9481,3.94741,0,0,0.919925,-0.392094,25,0,1), - (21060,180039,1,-1634.12,125.847,-17.6058,2.85177,0,0,0.989519,0.144404,25,0,1), - (21061,180040,1,-1614.83,109.451,-17.8154,5.62188,0,0,0.324663,-0.94583,25,0,1), - (21062,180040,1,-1619.58,97.453,-17.948,1.69881,0,0,0.750888,0.660429,25,0,1), - (21063,180040,1,-1632.41,94.4014,-17.948,4.9323,0,0,0.625244,-0.78043,25,0,1), - (21066,180041,1,-1621.44,102.896,-17.9482,0.467307,0,0,0.231533,0.972827,25,0,1), - (21069,180042,1,-1547.09,140.815,-7.83972,2.90675,0,0,0.993114,0.11715,25,0,1), - (21070,180043,1,-1540.47,177.528,-7.63263,1.30219,0,0,0.606056,0.795422,25,0,1), - (21071,180043,1,-1565.88,172.3,-7.79275,1.5865,0,0,0.712636,0.701534,25,0,1), - (21072,180043,1,-1579.05,168.725,-7.70059,2.20539,0,0,0.892426,0.451193,25,0,1), - (21073,180043,1,-1587.77,155.739,-7.60978,3.46046,0,0,0.987318,-0.158757,25,0,1), - (21074,180043,1,-1584.81,147.97,-7.38451,3.93955,0,0,0.921459,-0.388477,25,0,1), - (21075,180043,1,-1541.77,148.237,-7.67637,5.4593,0,0,0.400391,-0.916344,25,0,1), - (21076,180043,1,-1558.24,135.247,-7.79273,5.32343,0,0,0.461672,-0.887051,25,0,1), - (21077,180043,1,-1567.65,131.666,-7.83269,5.32343,0,0,0.461672,-0.887051,25,0,1), - (21078,180043,1,-1633.68,97.8591,-17.948,3.52643,0,0,0.981544,-0.191236,25,0,1), - (21079,180043,1,-1629.4,124.053,-17.948,1.83783,0,0,0.794944,0.606683,25,0,1), - (21080,180043,1,-1608.3,125.113,-15.986,0.980177,0,0,0.470704,0.882291,25,0,1), - (21081,180043,1,-1618.3,94.8422,-17.9482,0.0785394,0,0,0.0392596,0.999229,25,0,1), - (21099,180044,1,-1557.38,156.089,-8.79277,3.39528,0,0,0.991966,-0.126502,25,0,1), - (21100,180047,1,-1472.44,196.713,-7.7928,2.72271,0,0,0.978148,0.207912,120,0,1), - (21101,180047,1,-1476.58,196.844,-7.7928,0.663225,0,0,0.325568,0.945519,120,0,1), - (21102,180047,1,-1475.06,201.665,-7.7928,-1.71042,0,0,0.75471,-0.656059,120,0,1), - (573758,176224,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (573757,176224,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (573756,176224,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573755,176224,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (21158,15068,1,-2265.87,-307.139,-9.4257,3.14159,0,0,1,0,900,100,1), - (21191,19862,1,3184.06,190.81,4.61263,5.55407,0,0,0,0,-6,0,1), - (21216,2045,0,-1041.86,492.523,-11.6498,-0.820305,0,0,-0.398749,0.91706,300,100,1), - (21217,3659,0,-876.26,213.034,8.80425,1.46608,0,0,0.669131,0.743145,7200,100,1), - (21218,1624,0,-1012.6,117.441,54.1006,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (21219,180407,0,-10517.2,-3317.18,32.3102,-0.698132,0,0,0.34202,-0.939693,600,100,1), - (21220,1624,0,187.893,-854.931,156.516,0.558505,0,0,0.275637,0.961262,300,100,1), - (21221,180664,0,-1056.71,288.538,0,-2.93215,0,0,-0.994522,0.10453,3600,100,1), - (21222,180657,0,-1093.24,-33.4709,0,-0.139626,0,0,-0.0697563,0.997564,3600,100,1), - (21223,180664,0,-1176.62,161.262,0,-2.09439,0,0,-0.866024,0.500002,3600,100,1), - (21224,180657,0,-1032.62,-405.506,0,-0.174533,0,0,-0.0871558,0.996195,3600,100,1), - (21225,180657,0,-1068.16,-336.681,0,1.90241,0,0,0.814116,0.580702,3600,100,1), - (21226,180663,0,185.368,-1213.63,37.0966,2.67035,0,0,0.97237,0.233445,3600,100,1), - (21227,2043,0,-1186.68,-1422.74,61.8339,2.00713,0,0,0.843392,0.537299,300,100,1), - (21228,180663,0,-161.079,-1124.2,37.0966,2.23402,0,0,0.898794,0.438371,3600,100,1), - (21229,180663,0,-232.452,-1103.82,37.0876,-0.872665,0,0,0.422618,-0.906308,3600,100,1), - (21230,180663,0,-246.458,-870.301,54.3358,-2.96706,0,0,0.996195,-0.087156,3600,100,1), - (21231,180663,0,-35.5541,-1115.41,37.0966,2.58309,0,0,0.961262,0.275637,3600,100,1), - (21232,180663,0,-328.036,-878.957,54.3358,1.78024,0,0,0.777146,0.62932,3600,100,1), - (21233,3695,0,-674.383,-438.202,31.6388,-2.72271,0,0,0.978148,-0.207912,7200,100,1), - (21234,180663,0,-281.086,-860.915,54.3358,-1.3439,0,0,0.622515,-0.782608,3600,100,1), - (21235,179486,0,-541.082,-1515.59,53.3401,-2.35619,0,0,0.92388,-0.382683,7200,100,1), - (21236,180663,0,42.8876,-1124.48,37.0966,1.39626,0,0,0.642788,0.766044,3600,100,1), - (21238,180664,0,-991.793,-708.385,0,-2.75762,0,0,-0.981627,0.190812,3600,100,1), - (21239,179486,0,-475.535,-1576.44,53.669,2.74017,0,0,0.979925,0.199368,7200,100,1), - (21240,3659,0,-470.151,-1324.74,52.6928,-1.95477,0,0,0.829038,-0.559193,7200,100,1), - (21241,180657,0,-896.287,-696.348,0,-2.68781,0,0,-0.97437,0.22495,3600,100,1), - (21242,180662,0,-1199.8,-833.747,0,2.46091,0,0,0.942641,0.333809,3600,100,1), - (21243,180657,0,-1037.98,-736.12,0,-1.65806,0,0,-0.737276,0.675591,3600,100,1), - (21244,180664,0,-1169.1,-796.219,0,4.71239,0,0,0.707106,-0.707107,3600,100,1), - (21245,180663,0,-619.02,-769.87,6.30652,-3.00197,0,0,0.997564,-0.069756,3600,100,1), - (21246,180663,0,-686.795,-735.617,6.30554,-2.25148,0,0,0.902585,-0.430511,3600,100,1), - (21247,180664,0,-1088.09,-773.98,0,2.37365,0,0,0.927184,0.374606,3600,100,1), - (21248,3659,0,-1084.94,-105.958,0.012003,3.05433,0,0,0.999048,0.043619,7200,100,1), - (21249,2045,0,-1264.06,403.329,-25.6376,1.85005,0,0,0.798636,0.601815,300,100,1), - (21251,1623,0,-1322.98,594.88,99.3072,1.23918,0,0,0.580701,0.814117,300,100,1), - (21253,1624,0,-1083.47,-1121.58,49.2658,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (21255,1624,0,-751.515,120.358,42.109,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (21258,1624,0,-898.498,-14.4967,24.378,-0.663225,0,0,-0.325568,0.945519,300,100,1), - (21260,180663,0,-468.827,-955.067,29.6017,2.37365,0,0,0.927184,0.374607,3600,100,1), - (21261,180663,0,-437.862,-1020.62,33.553,0.383972,0,0,0.190809,0.981627,3600,100,1), - (21262,180663,0,-355.982,-1094.87,34.9602,2.00713,0,0,0.843391,0.5373,3600,100,1), - (21263,1621,0,-229.459,-1349.42,92.0722,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (21264,180664,0,-931.71,-554.852,0,2.84489,0,0,0.989016,0.147808,3600,100,1), - (21265,179488,0,-432.836,-1412.54,98.9434,1.74533,0,0,0.766044,0.642788,7200,100,1), - (21266,179488,0,-452.439,-1591.42,64.9381,2.72271,0,0,0.978148,0.207912,7200,100,1), - (21267,179488,0,-464.596,-1510.61,89.6376,2.47837,0,0,0.945519,0.325568,7200,100,1), - (21268,180664,0,-948.823,-523.381,0,-1.62316,0,0,-0.725374,0.688355,3600,100,1), - (21269,180662,0,-933.148,-568.908,0,-0.05236,0,0,-0.026177,0.999657,3600,100,1), - (21272,1621,0,-960.591,-936.081,30.8552,0.907571,0,0,0.438371,0.898794,300,100,1), - (21275,1622,0,-704.487,624.527,98.1865,2.1293,0,0,0.874619,0.48481,300,100,1), - (21276,1623,0,-389.719,-1771.66,113.344,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (21277,1623,0,-1097.72,-862.315,45.1709,2.77507,0,0,0.983255,0.182237,300,100,1), - (21278,2045,0,-1113.05,-52.1462,-4.06643,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (21279,1624,0,-214.701,-319.413,158.04,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (21280,1623,0,-1401.68,-1098.82,39.569,1.65806,0,0,0.737276,0.675591,300,100,1), - (21294,181119,533,2587.96,-3017.17,241.304,3.14159,0,0,-1,0,25,100,1), - (21451,143982,1,-443.692,-2649.08,95.7738,0.226892,0,0,0.113203,0.993572,900,100,1), - (21478,179532,429,71.7946,-437.261,-58.5956,0.872664,0,0,0.422618,0.906308,600,255,1), - (21479,179532,429,-28.3324,-385.063,-58.6181,1.95477,0,0,0.829038,0.559192,600,255,1), - (21480,179532,429,47.8125,-334.275,-52.0553,-0.506145,0,0,-0.25038,0.968148,600,255,1), - (21481,179532,429,353.105,-447.005,-90.0577,0,0,0,0,1,600,255,1), - (21482,179532,429,509.725,523.927,-25.4027,-2.80997,0,0,-0.986285,0.165053,600,255,1), - (21483,179532,429,456.691,-47.364,-3.88702,-1.76278,0,0,-0.771624,0.636079,600,255,1), - (21484,179532,429,34.5069,-391.211,-58.6112,-2.16421,0,0,-0.882948,0.469471,600,255,1), - (21485,179532,429,-12.3063,-396.872,-4.22113,-0.593412,0,0,-0.292372,0.956305,600,255,1), - (21486,179532,429,127.199,-272.801,-4.14639,-1.93732,0,0,-0.824127,0.566404,600,255,1), - (21487,179532,429,-94.2365,-406.708,-58.6073,0,0,0,0,1,600,255,1), - (21488,179532,429,-112.021,-258.887,-56.2501,0,0,0,0,1,600,255,1), - (21489,179532,429,134.767,-262.46,-4.14639,-0.488691,0,0,-0.241921,0.970296,600,255,1), - (21490,179532,429,-148.661,-210.009,-4.1514,0.418879,0,0,0.207911,0.978148,600,255,1), - (21491,179532,429,32.7576,-775.236,-25.1416,-1.309,0,0,-0.608763,0.793352,600,255,1), - (21492,179532,429,-109.888,-404.549,-4.21786,-2.07694,0,0,-0.861629,0.507539,600,255,1), - (21493,179532,429,-61.5861,-306.311,-55.7067,2.33874,0,0,0.920505,0.390732,600,255,1), - (21494,179532,429,-7.83484,-199.983,-4.12879,-0.453785,0,0,-0.224951,0.97437,600,255,1), - (21495,179532,429,64.8074,-400.448,-58.6044,-0.628317,0,0,-0.309016,0.951057,600,255,1), - (21496,179532,429,44.9141,-626.477,-25.1061,-2.47837,0,0,-0.945519,0.325567,600,255,1), - (21497,179532,429,66.1826,-315.416,-54.2518,0,0,0,0,1,600,255,1), - (21498,179532,429,242.178,-420.788,-119.962,-0.069812,0,0,-0.0348989,0.999391,600,255,1), - (21499,179532,429,490.501,551.961,-25.381,-0.418879,0,0,-0.207912,0.978148,600,255,1), - (21500,179532,429,468.448,258.01,6.34532,1.02974,0,0,0.492422,0.870357,600,255,1), - (21501,179532,429,-5.54965,-393.198,-58.6137,-0.209439,0,0,-0.104528,0.994522,600,255,1), - (21502,179532,429,-124.622,-234.072,-55.1133,-0.314158,0,0,-0.156434,0.987688,600,255,1), - (21503,179532,429,119.36,-336.64,-4.14986,-1.44862,0,0,-0.66262,0.748956,600,255,1), - (21504,179532,429,-75.923,-358.893,-4.14481,2.87979,0,0,0.991445,0.130528,600,255,1), - (21505,179532,429,41.8712,-744.931,-25.1339,0.104719,0,0,0.0523357,0.99863,600,255,1), - (21506,179532,429,36.7851,-402.629,-4.21849,-2.49582,0,0,-0.948324,0.317305,600,255,1), - (21508,179912,0,234.683,-2127.22,119.316,5.56797,0,0,0.350036,-0.936736,25,0,1), - (21551,176117,0,1411.16,-3657.82,77.694,-1.6057,0,0,0.71934,-0.694658,60,100,1), - (21552,176117,0,1476.28,-3722,80.5144,1.44862,0,0,0.66262,0.748956,60,100,1), - (21602,176117,0,1405.48,-3716.77,78.1764,2.58309,0,0,0.961262,0.275637,60,100,1), - (21603,176117,0,1423.47,-3663.76,82.02,-1.55334,0,0,0.700909,-0.71325,60,100,1), - (21604,176117,0,1477.12,-3716.01,80.5158,2.46091,0,0,0.942641,0.333807,60,100,1), - (21605,176117,0,1407.58,-3680.22,77.2517,-0.890118,0,0,0.430511,-0.902585,60,100,1), - (21608,180327,309,-11887.1,-1889.8,63.5037,0.855211,0,0,0.414693,0.909961,7200,100,1), - (21609,180327,309,-11887.1,-1889.8,63.5037,0.855211,0,0,0.414693,0.909961,7200,100,1), - (21610,180327,309,-11887.1,-1889.8,63.5037,0.855211,0,0,0.414693,0.909961,7200,100,1), - (21612,181287,533,2617.62,-2953.47,241.381,0.739406,0,0,0.361338,0.932435,6380,100,1), - (21613,181287,533,2482.83,-2896.52,241.282,2.26701,0,0,0.905903,0.423486,6380,100,1), - (21614,181287,533,2455.52,-2978.11,241.287,3.86137,0,0,0.935936,-0.352171,6380,100,1), - (21615,177491,0,2449.53,-1662.01,104.37,5.48507,0,0,0.38855,-0.921428,-120,0,1), - (21620,181287,533,2745.64,-3116.69,267.685,3.69249,0,0,0.962303,-0.271981,6380,100,1), - (21621,181287,533,3339.69,-3334.2,292.595,4.8431,0,0,0.659415,-0.751779,6380,100,1), - (21622,181287,533,3192.31,-3293.11,292.595,4.74492,0,0,0.695511,-0.718515,6380,100,1), - (21623,181287,533,3193.01,-3359.1,292.595,4.32474,0,0,0.830065,-0.557667,6380,100,1), - (21624,181287,533,3233.92,-3173.09,297.946,3.88884,0,0,0.931011,-0.364992,6380,100,1), - (21625,181287,533,3272.91,-3208.04,297.846,4.57605,0,0,0.75363,-0.657299,6380,100,1), - (21626,181287,533,3332.81,-3202.3,297.811,5.80127,0,0,0.238634,-0.97111,6380,100,1), - (21627,181287,533,3511.27,-2898.78,302.345,0.103201,0,0,0.0515777,0.998669,6380,100,1), - (21628,181287,533,3551.96,-2961.45,302.736,0.217081,0,0,0.108327,0.994115,6380,100,1), - (21629,181287,533,3479.38,-2888.36,302.702,1.71326,0,0,0.755641,0.654986,6380,100,1), - (21630,181287,533,3524.32,-3946.9,310.05,4.98837,0,0,0.603119,-0.797651,6380,100,1), - (21631,181287,533,3460.24,-3934.4,305.996,4.01841,0,0,0.905429,-0.424498,6380,100,1), - (21632,181287,533,3549.72,-3925.55,305.4,6.02981,0,0,0.12635,-0.991986,6380,100,1), - (21633,181287,533,3381.55,-3621.99,261.167,0.0458548,0,0,0.0229254,0.999737,6380,100,1), - (21634,181287,533,3351.06,-3592.56,260.996,0.108686,0,0,0.0543163,0.998524,6380,100,1), - (21635,181287,533,3322.47,-3635.3,259.084,2.99895,0,0,0.997458,0.0712598,6380,100,1), - (21641,181366,533,2516.59,-2946.82,245.552,5.48033,0,0,-0.390731,0.920505,-604800,0,1), - (21783,180634,531,-8929.61,1344.38,-104.211,3.84846,0,0,-0.938191,0.346119,7200,100,0), - (21784,180635,531,-9016.36,1330.68,-104.211,2.80125,0,0,0.985556,0.169352,7200,100,1), - (21785,180636,531,-8429.59,2048.81,153.309,3.51685,0,0,-0.982449,0.186529,7200,100,1), - (21786,180690,531,-8561.12,1989.54,-3.09152,4.18879,0,0,-0.866025,0.500001,7200,100,1), - (21787,180690,531,-8134.14,1125.44,-86.2664,2.51327,0,0,0.951056,0.309017,7200,100,1), - (21788,180690,531,-8583.56,1287.91,-68.8899,1.6057,0,0,0.719339,0.694659,7200,100,1), - (21789,180690,531,-8674.74,1594.59,-86.1393,3.57793,0,0,-0.976296,0.216442,7200,100,1), - (21790,180690,531,-8882.01,1347.22,-92.5825,1.13446,0,0,0.537299,0.843392,7200,100,1), - (21791,180690,531,-9242.85,1567.7,-77.3522,0.488691,0,0,0.241921,0.970296,7200,100,1), - (21792,180690,531,-9106.09,1502.93,-100.001,5.07891,0,0,-0.566406,0.824126,7200,100,1), - (21793,180690,531,-8928.15,1823.57,-18.932,1.09956,0,0,0.522498,0.852641,7200,100,1), - (21794,180690,531,-9201.08,1486.46,-95.1725,2.00713,0,0,0.843391,0.5373,7200,100,1), - (21795,180690,531,-9161.58,1579.33,-79.9399,1.88495,0,0,0.809016,0.587786,7200,100,1), - (21796,180690,531,-9203.9,1961.31,-50.1677,1.55334,0,0,0.700909,0.713251,7200,100,1), - (21797,180745,531,-8660.63,2022.4,108.577,3.64774,0,0,-0.968147,0.250381,7200,100,1), - (21798,180745,531,-8652.2,2020.92,108.577,0.244346,0,0,0.121869,0.992546,7200,100,1), - (21799,180745,531,-8663.34,2029.9,108.577,4.45059,0,0,-0.793353,0.608762,7200,100,1), - (21841,144125,1,-1035.11,-3676.03,23.067,2.87107,0,0,0.990866,0.134851,900,100,1), - (573754,176224,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (573753,176224,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (22024,15069,1,-2386.13,-390.918,-3.39068,2.15548,0.034508,0.045814,0.879675,0.472104,900,100,1), - (22025,55774,1,-1231.24,-42.5523,164.349,-0.427606,0,0,-0.212178,0.977231,900,100,1), - (22026,50910,1,-1930.94,-1041.4,43.9631,3.14159,0,0,1,0,900,100,1), - (22027,3296,1,-1299.78,129.196,131.572,1.31772,0,0,0.612217,0.79069,900,100,1), - (22028,3298,1,-1241.88,41.979,127.152,-2.40856,0,0,0.93358,-0.358368,900,100,1), - (22029,3301,1,-2873.73,-219.324,54.8712,-2.32129,0,0,0.91706,-0.398749,900,100,1), - (573752,176224,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (573751,176224,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (573750,176224,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573749,176224,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (22034,175457,329,3704.02,-3246.32,127.442,0.698131,0,0,0.34202,0.939693,180,100,1), - (22035,180764,1,10146.8,2574.27,1322.24,-1.93731,0,0,-0.824125,0.566409,300,0,1), - (22036,180764,1,10149.7,2592.52,1332.08,-2.93214,0,0,-0.994521,0.104535,300,0,1), - (22037,180766,1,10149.6,2592.34,1330.62,0.191985,0,0,0.0958451,0.995396,300,0,1), - (22038,180766,1,10154.6,2593.35,1330.55,0.087266,0,0,0.0436192,0.999048,300,0,1), - (22039,180766,1,10141.7,2600.15,1330.83,0.244346,0,0,0.121869,0.992546,300,0,1), - (22040,180766,1,10159.9,2604.61,1330.83,-2.89724,0,0,-0.992546,0.121873,300,0,1), - (22041,180766,1,10147,2574.3,1320.72,1.18682,0,0,0.559191,0.829039,300,0,1), - (22042,180766,1,10148.5,2610.38,1330.83,-1.3439,0,0,-0.622513,0.782609,300,0,1), - (22043,180868,1,10145.2,2600.96,1330.83,0.261798,0,0,0.130525,0.991445,300,0,1), - (22044,180868,1,10152.6,2607.9,1330.83,-1.95477,0,0,-0.829038,0.559192,300,0,1), - (22045,180868,1,10154.3,2598.18,1330.83,2.30383,0,0,0.913544,0.406739,300,0,1), - (22046,180868,1,10148.5,2596.95,1330.83,1.22173,0,0,0.573576,0.819152,300,0,1), - (22047,180868,1,10146.6,2607.02,1330.83,-0.890117,0,0,-0.430511,0.902586,300,0,1), - (22048,180868,1,10156.2,2603.66,1330.83,-2.91469,0,0,-0.993571,0.113208,300,0,1), - (22049,180869,1,10147.5,2600.16,1330.83,0.645772,0,0,0.317305,0.948324,300,0,1), - (22050,180869,1,10153.8,2601.12,1330.83,2.82743,0,0,0.987688,0.156436,300,0,1), - (22051,180870,1,10159.8,2604.5,1332.37,-2.87979,0,0,-0.991445,0.130528,300,0,1), - (22052,180871,1,10154.5,2593.53,1332.05,-3.00195,0,0,-0.997563,0.0697646,300,0,1), - (22053,180871,1,10141.8,2600.27,1332.35,0.296705,0,0,0.147809,0.989016,300,0,1), - (22054,180872,1,10148.6,2610.28,1332.4,-1.3439,0,0,-0.622513,0.782609,300,0,1), - (22055,180878,1,10148.3,2574.19,1320.52,-1.41372,0,0,-0.649449,0.760405,300,0,1), - (22056,180878,1,10145.3,2572.1,1320.98,-1.78023,0,0,-0.777144,0.629323,300,0,1), - (22057,180878,1,10146.9,2572.09,1320.74,-2.74016,0,0,-0.979924,0.199371,300,0,1), - (22058,180878,1,10147.6,2574.05,1320.64,2.1293,0,0,0.874619,0.48481,300,0,1), - (22059,180878,1,10145,2573.84,1321.03,-0.715585,0,0,-0.350207,0.936672,300,41,1), - (22060,180878,1,10147.9,2574.83,1320.58,-0.698132,0,0,-0.34202,0.939693,300,0,1), - (22061,180879,1,10146.3,2573.1,1320.67,-0.418879,0,0,-0.207912,0.978148,300,0,1), - (22062,180880,1,10146.4,2572.52,1322.5,-2.86233,0,0,-0.990267,0.139178,300,0,1), - (22063,180881,1,10146.3,2573.47,1322.49,-1.48353,0,0,-0.67559,0.737277,300,0,1), - (22064,180882,1,10146.5,2573.02,1322.49,-1.83259,0,0,-0.793352,0.608764,300,0,1), - (22065,180883,1,10145.7,2573.4,1322.48,-0.837757,0,0,-0.406736,0.913546,300,0,1), - (22066,180883,1,10145.9,2572.75,1322.49,-0.471238,0,0,-0.233445,0.97237,300,0,1), - (22067,180765,1,10080.9,2586.87,1340.51,-1.0821,0,0,-0.515036,0.857168,300,0,1), - (22068,180765,1,10180.7,2583.7,1364.72,-2.58308,0,0,-0.961261,0.275641,300,0,1), - (22069,180765,1,10040.4,2478.43,1353.98,-1.58825,0,0,-0.713251,0.700909,300,0,1), - (22070,180765,1,10165.4,2580.43,1361.88,2.23402,0,0,0.898794,0.438372,300,0,1), - (22071,180765,1,10088.9,2580.35,1341.74,2.19912,0,0,0.891008,0.453988,300,0,1), - (22072,180765,1,10107.7,2590.67,1341.86,1.50098,0,0,0.681997,0.731355,300,0,1), - (22073,180765,1,10170.9,2556.5,1366.24,2.63544,0,0,0.968147,0.250383,300,0,1), - (22074,180765,1,10170.2,2554.24,1344.73,-0.436332,0,0,-0.216439,0.976296,300,0,1), - (22075,180765,1,10050.7,2510.38,1353.98,-0.541051,0,0,-0.267238,0.963631,300,0,1), - (22076,180765,1,10185.8,2575.52,1366.35,-1.39626,0,0,-0.642786,0.766046,300,0,1), - (22077,180765,1,10106.9,2600.88,1340.55,2.96704,0,0,0.996194,0.0871655,300,0,1), - (22078,180765,1,10162.8,2569.22,1366.5,1.25664,0,0,0.587786,0.809016,300,0,1), - (22079,180765,1,10156.6,2582.27,1345.43,-1.46608,0,0,-0.669132,0.743144,300,0,1), - (22080,180765,1,10185.6,2561.11,1366.72,1.0821,0,0,0.515036,0.857168,300,0,1), - (22081,180765,1,10163.1,2568.72,1353.6,-1.41372,0,0,-0.649449,0.760405,300,0,1), - (22201,153578,1,-2351.58,-1944.75,95.7911,0.427606,0,0,0.212178,0.977231,900,100,1), - (23607,176346,329,3682.24,-3401.63,132.84,3.87243,0,0,0.933973,-0.357343,600,255,1), - (23609,176349,329,3651.64,-3165.24,128.157,2.17619,0,0,0.885745,0.464173,600,255,1), - (23610,176350,329,3660.31,-3476.31,138.379,1.49442,0,0,0.679596,0.733586,600,255,1), - (23611,176351,329,3662.84,-3629.71,138.513,5.47596,0,0,0.392744,-0.919648,600,255,1), - (23612,176352,329,3567.3,-3351.87,130.696,5.47596,0,0,0.392744,-0.919648,600,255,1), - (23613,176353,329,3500.43,-3295.64,131.034,1.57623,0,0,0.709027,0.705182,600,255,1), - (23615,176360,329,3682.91,-3401.05,133.941,0.670026,0,0,-0.929145,0.369716,-180,255,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (20260,176588,1,6521.04,-4081,660.227,4.812,0,0,0.671027,-0.741433,300,300,100,1), + (20261,176588,1,6517.31,-4092,660.619,3.167,0,0,0.999919,-0.0127034,300,300,100,1), + (20262,176588,1,6444.04,-4166,662.705,3.972,0,0,0.915034,-0.403376,300,300,100,1), + (20263,176589,0,-7751,-2115,133.439,1.466,0,0,0.669102,0.74317,3600,3600,100,1), + (20264,176589,0,3152.23,-3727,133.804,0.541,0,0,0.267213,0.963637,3600,3600,100,1), + (20265,176589,1,5680.18,-4517,766.4,1.414,0,0,0.649556,0.760314,3600,3600,100,1), + (20266,176589,0,-7702,-1532,132.293,-3,0,0,-0.997495,0.0707372,3600,3600,100,1), + (20267,176589,1,-7910,1883.64,11.901,0.541,0,0,0.267213,0.963637,3600,3600,100,1), + (20268,176589,0,-7815,-2063,134.002,1.371,0,0,0.63306,0.774103,3600,3600,100,1), + (20269,176589,1,8177.92,-3885,706.106,0.419,0,0,0.207971,0.978135,3600,3600,100,1), + (20270,176589,1,5087.43,-4799,856.715,4.659,0,0,0.725729,-0.687981,3600,3600,100,1), + (20271,176589,0,3026.97,-3701,130.465,4.738,0,0,0.697994,-0.716103,3600,3600,100,1), + (20272,176589,0,-8113,-1217,136.675,0.38,0,0,0.188859,0.982004,3600,3600,100,1), + (20273,176589,1,8124.4,-3812,701.824,3.091,0,0,0.99968,0.0252936,3600,3600,100,1), + (20274,176589,1,-7908,1898.56,12.147,3.895,0,0,0.929882,-0.367857,3600,3600,100,1), + (20275,176589,0,-7620.87,-709.08,182.742,1.46608,0,0,0.669132,0.743144,3600,3600,255,1), + (20276,176589,1,6480.53,-5114,766.217,3.552,0,0,0.97902,-0.203767,3600,3600,100,1), + (20277,176589,0,2981.9,-3740,126.154,3.121,0,0,0.999947,0.0102961,3600,3600,100,1), + (20278,176589,1,5731.28,-4532,761.863,0.403,0,0,0.200139,0.979768,3600,3600,100,1), + (20279,176589,0,-7941,-884.056,130.403,-2.40855,0,0,-0.93358,0.35837,3600,3600,255,1), + (20280,176589,0,-7899,-1346,135.428,6.184,0,0,0.0495723,-0.998771,3600,3600,100,1), + (20281,176589,1,6534.58,-3914,663.082,4.449,0,0,0.793837,-0.608131,3600,3600,100,1), + (20282,176589,0,-7777,-2699,173.787,-2,0,0,-0.841471,0.540302,3600,3600,100,1), + (20283,176589,0,3007.17,-4888,108.379,2.128,0,0,0.874304,0.485379,3600,3600,100,1), + (20284,176589,0,-8006,-2479,135.256,1.24,0,0,0.581035,0.813878,3600,3600,100,1), + (20285,176589,0,2067.25,-4491,74.347,0.819,0,0,0.398151,0.91732,3600,3600,100,1), + (20286,176589,1,6536.91,-5112,769.792,4.872,0,0,0.648485,-0.761227,3600,3600,100,1), + (20287,176589,1,5536.19,-4971,843.9,4.667,0,0,0.722971,-0.690879,3600,3600,100,1), + (20288,176589,0,-7979,-2509,134.837,1.616,0,0,0.722907,0.690946,3600,3600,100,1), + (20289,176589,0,-7987,-1364,132.401,6.169,0,0,0.0570616,-0.998371,3600,3600,100,1), + (20290,176589,1,5554.61,-4915,837.844,0.742,0,0,0.362548,0.931965,3600,3600,100,1), + (20291,176589,1,-8077.72,960.008,48.8815,0.994339,0,0,0.47694,0.878936,3600,3600,100,1), + (20292,176589,1,-7886.15,1178.26,-1.58162,0.355033,0,0,0.176586,0.984285,3600,3600,100,1), + (20293,176589,0,-7722,-1626,136.02,3.487,0,0,0.985124,-0.171846,3600,3600,100,1), + (20294,176589,0,-7985,-1308,133.409,-1,0,0,-0.479426,0.877583,3600,3600,100,1), + (20295,176589,0,-7801,-2100,133.439,0.299,0,0,0.148944,0.988846,3600,3600,100,1), + (20296,176589,0,2038.93,-4513,73.623,3.953,0,0,0.918825,-0.394665,3600,3600,100,1), + (20297,176589,0,-7922,-1410,137.799,1.956,0,0,0.829382,0.558682,3600,3600,100,1), + (20298,176589,1,5713.17,-4569,764.981,5.647,0,0,0.312756,-0.949834,3600,3600,100,1), + (20299,176589,0,1575.14,-3213,78.003,4.924,0,0,0.628476,-0.777829,3600,3600,100,1), + (20300,176589,1,5014.98,-4747,857.683,2.614,0,0,0.965407,0.260747,3600,3600,100,1), + (20301,176589,1,6596.97,-3974,664.124,6.16,0,0,0.0615538,-0.998104,3600,3600,100,1), + (20302,176589,1,6607.47,-3899,658.772,1.377,0,0,0.63538,0.7722,3600,3600,100,1), + (20303,176589,0,2424.83,-5085,84.331,3.856,0,0,0.936878,-0.349656,3600,3600,100,1), + (20304,176589,0,2451.17,-5143,79.494,5.216,0,0,0.50863,-0.860985,3600,3600,100,1), + (20305,176589,0,-7991,-840,132.058,2.495,0,0,0.948193,0.317694,3600,3600,100,1), + (20306,176589,1,-8132,291.22,-10,5.928,0,0,0.176661,-0.984272,3600,3600,100,1), + (20307,176589,0,-8137,-1187,134.373,5.209,0,0,0.51164,-0.8592,3600,3600,100,1), + (20308,61040,0,-1346.65,-1266.61,49.9093,0.733037,0,0,0.358367,0.933581,7200,7200,100,1), + (20309,61042,0,-1343.07,-1270.87,49.892,0.514871,0,0,0.254601,0.967046,7200,7200,100,1), + (20310,61088,0,-1309.95,-1256.23,32.2188,-0.77667,0,0,-0.378648,0.925541,7200,7200,100,1), + (20311,1620,0,-8889.5,-2158.8,132.444,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (20312,1622,0,-9678.53,-3173.73,61.6091,0.750492,0,0,0.366501,0.930417,300,300,100,1), + (20313,2912,1,-2404.69,-829.573,-4.32751,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (20314,2912,1,-2708.53,-578.228,9.40896,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (20315,1619,0,-9727.67,-2890.66,56.9846,-3.03687,0,0,-0.998629,0.0523374,300,300,100,1), + (20316,61089,0,-1297.08,-1252.89,32.2188,-2.522,0,0,0.952396,-0.304864,7200,7200,100,1), + (20317,2912,1,-2319.13,53.2301,33.6666,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (20318,2912,1,-2466.15,-69.4343,-2.98705,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (20319,2912,1,-2364.92,-622.662,-6.11146,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (20320,2912,1,-2042.95,-200.846,-9.21264,1.0472,0,0,0.5,0.866025,180,180,100,1), + (20321,2912,1,-2106.22,-63.1155,1.19319,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (20322,2912,1,-2197.47,-484.446,-9.39311,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (20323,2912,1,-2547.34,-520.279,-5.76603,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (20324,2912,1,-2775.89,-866.91,7.90189,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (20325,2912,1,-2492.93,-917.357,-5.09743,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (20326,2912,1,-2321.21,-258.898,-8.24166,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (20327,2912,1,-2480.31,-454.933,-6.74949,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (20328,2912,1,-2550.61,-539.232,-4.60521,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (20329,2061,1,-411.843,1847.04,128.486,1.58825,0,0,0.71325,0.700909,900,900,100,1), + (20330,2061,1,-413.766,1872.18,128.514,-0.375245,0,0,-0.186524,0.98245,900,900,100,1), + (20331,2061,1,-401.162,1860,128.514,2.74889,0,0,0.980785,0.19509,900,900,100,1), + (20332,2912,1,-2259.57,-701.602,-4.23098,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (20333,2913,1,-2544.29,-711.974,-9.77772,3.14159,0,0,1,0,900,900,100,1), + (20334,50529,1,-1200.58,-29.923,166.106,2.26893,0,0,0.906308,0.422618,900,900,100,1), + (20335,50530,1,-1202.63,-29.7456,166.015,0.584685,0,0,0.288196,0.957571,900,900,100,1), + (20336,2914,1,-2240.45,-400.991,-9.42564,-1.82387,0,0,-0.79069,0.612217,900,900,100,1), + (20337,180664,0,-3887.51,-837.013,0,2.32129,0,0,0.91706,0.398748,180,180,100,1), + (20338,50531,1,-1225.7,-85.6491,164.649,0.584685,0,0,0.288196,0.957571,900,900,100,1), + (20339,180685,1,-2937.83,-4248.67,0,-0.977384,0,0,-0.469471,0.882948,180,180,100,1), + (20340,61090,0,-1324.03,-1221.47,32.2188,3.06305,0,0,0.999229,0.039259,7200,7200,100,1), + (20341,61058,0,-1267.7,-1235.68,41.5643,1.57952,0,0,0.710185,0.704015,7200,7200,100,1), + (20342,61059,0,-1282.32,-1248.39,40.1729,2.27765,0,0,0.908143,0.41866,7200,7200,100,1), + (20343,61061,0,-1286.63,-1252.07,40.1729,2.27765,0,0,0.908143,0.41866,7200,7200,100,1), + (20344,61071,0,-1308.6,-1266.27,39.3471,-2.43473,0,0,0.938191,-0.346117,7200,7200,100,1), + (20345,61055,0,-1295.28,-1203.61,41.5685,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20346,61057,0,-1264.67,-1233.32,41.5643,2.27765,0,0,0.908143,0.41866,7200,7200,100,1), + (20347,61062,0,-1320.34,-1203.88,40.1729,-0.863938,0,0,-0.41866,0.908143,7200,7200,100,1), + (20348,61064,0,-1298.89,-1188.38,41.5643,-1.91114,0,0,-0.816642,0.577145,7200,7200,100,1), + (20349,61046,0,-1351.4,-1262.01,40.1858,0.619593,0,0,0.304865,0.952396,7200,7200,100,1), + (20350,61047,0,-1352.27,-1260.98,40.1858,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20351,50532,1,-1223.62,-86.0525,164.629,2.08567,0,0,0.863836,0.503774,900,900,100,1), + (20354,180685,1,-3431.34,-4390.54,0,-1.46608,0,0,-0.669132,0.743144,180,180,100,1), + (20356,50533,1,-1193.06,-88.0565,164.628,0.959932,0,0,0.461749,0.887011,900,900,100,1), + (20357,1622,0,-9472.23,-3215,69.1513,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (20358,1619,0,-9751.1,-2623.07,84.558,-2.93215,0,0,-0.994522,0.10453,300,300,100,1), + (20377,180685,1,-2693.47,-4182.76,0,-2.79253,0,0,-0.984808,0.173647,180,180,100,1), + (20378,50534,1,-1191.07,-87.3614,164.684,2.67908,0,0,0.973379,0.2292,900,900,100,1), + (20379,180248,0,-14208.8,-84.284,0,1.309,0,0,0.608761,0.793353,180,180,100,1), + (20380,50535,1,-1192.99,-6.21354,165.471,2.97579,0,0,0.996566,0.082808,900,900,100,1), + (20381,50536,1,-1407.07,-110.36,158.879,-0.497418,0,0,-0.246153,0.969231,900,900,100,1), + (20382,180248,0,-13748,-397.276,0,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (20383,50537,1,-1064.84,-241.505,158.863,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (20384,1622,0,-9764.38,-2981.51,80.0459,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (20385,180248,0,-14145,-102.518,0,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (20386,50538,1,-1001.31,230.705,134.871,-2.08567,0,0,-0.863836,0.503774,900,900,100,1), + (20387,180248,0,-14288.2,20.8866,0,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (20388,180248,0,-14725.3,279.19,0,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (20389,57708,1,-938.558,33.1454,18.2845,-0.759218,0,0,-0.370557,0.92881,900,900,100,1), + (20391,180248,0,-14751.1,450.965,0,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (20392,180248,0,-14676.9,551.697,0,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (20393,61049,0,-1354.28,-1247.6,40.1821,-2.87979,0,0,0.991445,-0.130527,7200,7200,100,1), + (20394,61043,0,-1341.57,-1272.63,49.892,0.794125,0,0,0.386711,0.922201,7200,7200,100,1), + (20395,61095,0,-1312.24,-1239.9,40.1882,-0.689405,0,0,-0.337917,0.941176,7200,7200,100,1), + (20396,61074,0,-1341.89,-1227.14,39.3471,-2.34747,0,0,0.922201,-0.38671,7200,7200,100,1), + (20397,61086,0,-1304.35,-1244.37,32.1232,-3.05433,0,0,0.999048,-0.043619,7200,7200,100,1), + (20398,61076,0,-1330.95,-1224.97,38.7994,1.92859,0,0,0.821647,0.569997,7200,7200,100,1), + (20399,61035,0,-1296.74,-1220.18,22.9453,2.84489,0,0,0.989016,0.147809,7200,7200,100,1), + (20400,61038,0,-1292.52,-1219.14,23.2883,-0.427605,0,0,-0.212177,0.977231,7200,7200,100,1), + (20401,2061,0,-1292.52,-1219.14,23.2883,-0.427605,0,0,-0.212177,0.977231,7200,7200,100,1), + (20402,61077,0,-1302.41,-1236.61,22.9538,1.44862,0,0,0.66262,0.748956,7200,7200,100,1), + (20403,61079,0,-1301.53,-1225.23,22.9507,0.174533,0,0,0.087156,0.996195,7200,7200,100,1), + (20404,61085,0,-1305.92,-1246.13,32.1232,2.618,0,0,0.965926,0.258819,7200,7200,100,1), + (20405,61097,0,-1310,-1237.14,40.1882,-0.34034,0,0,-0.16935,0.985556,7200,7200,100,1), + (20406,61073,0,-1339.62,-1229.62,39.3471,-2.522,0,0,0.952396,-0.304864,7200,7200,100,1), + (20407,61098,0,-1329.56,-1245.52,40.1882,1.23046,0,0,0.577145,0.816642,7200,7200,100,1), + (20408,61100,0,-1334.41,-1233.5,49.9114,-2.34747,0,0,0.922201,-0.38671,7200,7200,100,1), + (20410,180248,0,-14344.7,53.7308,0,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (20412,180248,0,-13828.8,705.368,0,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (20413,180248,0,-13681.3,662.986,0,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (20414,180248,0,-13648.4,641.196,0,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (20415,180248,0,-13648.2,551.393,0,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (20416,180248,0,-13562,630.335,0,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (20419,180248,0,-13264.1,580.541,-0.827195,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (20423,180248,0,-12869.3,482.93,0,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (20425,180248,0,-12681.6,153.839,0,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (20427,177265,1,-1123.41,66.3221,149.444,-1.85878,0,0,-0.801254,0.598324,900,900,100,1), + (20428,177266,1,-1108.16,-11.2957,148.629,1.84132,0,0,0.796002,0.605294,900,900,100,1), + (20429,61102,0,-1325.91,-1226.34,49.9114,-0.689405,0,0,-0.337917,0.941176,7200,7200,100,1), + (20430,61075,0,-1332.93,-1222.99,38.7994,0.183261,0,0,0.091502,0.995805,7200,7200,100,1), + (20431,61068,0,-1310.86,-1263.46,39.3471,-2.43473,0,0,0.938191,-0.346117,7200,7200,100,1), + (20432,1620,0,-9683.75,-2774.97,52.3916,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (20433,3705,0,-9776.85,-2263.73,59.2903,2.21657,0,0,0.894934,0.446198,7200,7200,100,1), + (20434,178246,0,-9233.62,-2701.74,89.086,-0.331612,0,0,0.165048,-0.986286,5,5,100,1), + (20435,61070,0,-1309.8,-1264.53,39.3471,-2.522,0,0,0.952396,-0.304864,7200,7200,100,1), + (20436,18035,1,-2240.59,-401.031,-9.42416,-1.76278,0,0,-0.771625,0.636078,900,900,100,1), + (20437,177267,1,-1179.59,-93.4133,168.539,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (20438,180248,0,-12723.1,199.981,0,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (20439,50547,1,-2301.75,-458.31,-5.34616,-1.87623,0,0,-0.806445,0.59131,900,900,100,1), + (20440,50803,1,-2922.91,-231.506,54.2929,-1.42244,0,0,-0.652759,0.757565,900,900,100,1), + (20441,180248,0,-12711.1,-21.5854,0,1.0472,0,0,0.5,0.866025,180,180,100,1), + (20442,177268,1,-1237.66,-90.5948,169.033,0.488692,0,0,0.241922,0.970296,900,900,100,1), + (20443,61039,0,-1292.47,-1218.11,23.2883,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (20444,2061,0,-1292.47,-1218.11,23.2883,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (20445,50548,1,-2319.68,-438.993,-5.34616,-2.39983,0,0,0.932008,-0.362438,900,900,100,1), + (20446,50804,1,-2916.71,-228.517,54.2929,-1.55334,0,0,-0.700909,0.71325,900,900,100,1), + (20447,180248,0,-12340.5,305.54,0,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (20448,180248,0,-12089.9,433.639,0,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (20449,180248,0,-12006.2,637.413,0,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (20450,180248,0,-11965.9,747.412,0,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (20451,180248,0,-11957.8,831.91,0,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (20452,180248,0,-11862.1,874.626,-0.84411,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (20453,123334,0,-9233.62,-2701.74,89.086,-0.331612,0,0,0.165048,-0.986286,7200,7200,100,1), + (20455,1621,0,-9072.37,-2054.56,131.181,-2.09439,0,0,-0.866024,0.500002,300,300,100,1), + (20456,180248,0,-11756.1,989.75,0,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (20458,177200,0,-8338,519.843,122.939,0.623,0.668,0.233,0.667571,-0.233126,120,120,0,1), + (20459,177202,0,-8348,520.97,122.939,4.712,0,-1,-0.307199,0.63689,120,120,0,1), + (20462,180248,0,-12029.2,526.407,0,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (20465,177269,1,-1204.25,134.805,140.694,-2.44346,0,0,0.939692,-0.34202,900,900,100,1), + (20468,50549,1,-2295.75,-435.007,-5.34616,-1.7017,0,0,-0.75184,0.659346,900,900,100,1), + (20469,61036,0,-1294.84,-1222.38,22.9462,1.49226,0,0,0.678801,0.734322,7200,7200,100,1), + (20470,50805,1,-2927.41,-212.532,54.2929,-1.49226,0,0,-0.6788,0.734323,900,900,100,1), + (20471,177270,1,-1278.97,49.2355,135.326,0.471238,0,0,0.233445,0.97237,900,900,100,1), + (20472,113528,1,-992.869,211.094,135.373,2.09439,0,0,0.866025,0.5,900,900,100,1), + (20478,1620,0,-8931.43,-2308.25,132.534,-1.36136,0,0,-0.629322,0.777145,300,300,100,1), + (20480,1622,0,-9374.39,-2992.28,139.1,0.453786,0,0,0.224951,0.97437,300,300,100,1), + (20481,1622,0,-8825.49,-2462.65,133.923,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (20482,1621,0,-9647.41,-2340.83,70.4579,3.05433,0,0,0.999048,0.0436174,300,300,100,1), + (20483,179487,0,-9427.09,-2391.39,53.9951,-1.53589,0,0,0.694658,-0.71934,480,480,100,1), + (20484,179487,0,-9373.02,-2661.57,53.3449,2.54818,0,0,0.956305,0.292372,480,480,100,1), + (20485,179487,0,-9429.94,-2544.85,34.8912,1.88496,0,0,0.809017,0.587785,480,480,100,1), + (20486,179487,0,-9385.64,-2541.61,28.9328,1.32645,0,0,0.615662,0.788011,480,480,100,1), + (20487,179487,0,-9462.51,-2703.37,38.6959,2.79253,0,0,0.984808,0.173648,480,480,100,1), + (20488,179487,0,-9360.87,-2610.81,27.6731,2.53073,0,0,0.953717,0.300706,480,480,100,1), + (20489,179487,0,-9508.27,-2513.24,44.242,0.942478,0,0,0.45399,0.891007,480,480,100,1), + (20490,61092,0,-1355.06,-1245.86,40.1821,-2.3562,0,0,0.92388,-0.382683,7200,7200,100,1), + (20491,148507,1,-8170.22,-5077.53,16.0034,4.33427,0,0,0.827399,-0.561615,180,180,100,1), + (20497,2061,1,-422.419,1868.29,128.514,-0.610865,0,0,-0.300706,0.953717,900,900,100,1), + (20498,61044,0,-1343.67,-1268.96,40.1858,-0.77667,0,0,-0.378648,0.925541,7200,7200,100,1), + (20500,3853,1,-421.933,1850.12,128.486,-0.148353,0,0,-0.074109,0.99725,900,900,100,1), + (20501,3705,0,-8894.44,-2176.12,132.722,3.01942,0,0,0.998135,0.061049,7200,7200,100,1), + (20502,1619,0,-8714.04,-2328.38,156.262,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (20503,1619,0,-9428.68,-3121.35,78.3536,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (20504,178246,0,-9232.72,-2705.1,89.086,0.890118,0,0,0.430511,0.902585,5,5,100,1), + (20511,123334,0,-9232.72,-2705.1,89.086,0.890118,0,0,0.430511,0.902585,7200,7200,100,1), + (20512,3194,1,-2965.6,-263.16,55.3713,-0.07854,0,0,-0.03926,0.999229,900,900,100,1), + (20514,3195,1,-1415.05,89.3264,18.658,-2.36492,0,0,0.925541,-0.378648,900,900,100,1), + (20517,3196,1,-1793,-17.6701,-7.20197,-2.85361,0,0,0.989651,-0.143493,900,900,100,1), + (20518,3197,1,-1795.67,-18.6726,-7.14825,0.28798,0,0,0.143493,0.989651,900,900,100,1), + (20519,3198,1,-2376.43,-901.556,-6.59151,-1.72788,0,0,-0.760406,0.649448,900,900,100,1), + (20521,3199,1,-2376.61,-904.266,-6.53595,1.41372,0,0,0.649448,0.760406,900,900,100,1), + (20525,3719,1,-1756.74,-1256.07,113.383,-1.43117,0,0,0.656059,-0.75471,7200,7200,100,1), + (20526,3719,1,-1774.41,-1175.7,116.892,2.54818,0,0,0.956305,0.292372,7200,7200,100,1), + (20527,3719,1,-2189.53,-420.679,-4.39675,1.0472,0,0,0.5,0.866025,7200,7200,100,1), + (20528,3719,1,-1925.28,417.42,133.59,-2.04204,0,0,0.85264,-0.522498,7200,7200,100,1), + (20529,3719,1,-2750.28,-438.494,-2.84708,0.942478,0,0,0.45399,0.891007,7200,7200,100,1), + (20530,3719,1,-1917.36,-711.039,3.66848,-1.6057,0,0,0.71934,-0.694658,7200,7200,100,1), + (20531,3719,1,-825.687,-23.4734,-13.1944,1.69297,0,0,0.748956,0.66262,7200,7200,100,1), + (20532,3719,1,-2246.88,-313.829,-9.4249,2.74017,0,0,0.979925,0.199368,7200,7200,100,1), + (20539,153482,1,-1350.14,-1126.14,141.571,3.14159,-0.004363,0,0.99999,0,900,900,100,1), + (20541,158680,230,571.139,-136.509,-35.6645,-1.25664,0,0,-0.587785,0.809017,600,600,100,1), + (20542,177388,1,-7235,1859.18,-82,0.824,0,0,0,0,2700,2700,100,1), + (20543,177388,1,-6261,1129.39,-26,2.41,0,0,0,0,2700,2700,100,1), + (20544,177388,1,-7061,1624.37,5.127,1.317,0,0,0,0,2700,2700,100,1), + (20545,177388,1,-7159,1722.48,-10,3.274,0,0,0,0,2700,2700,100,1), + (20546,177388,1,-7101,1272.79,5.261,2.096,0,0,0,0,2700,2700,100,1), + (20547,177388,1,-6249,985.954,-39,6.148,0,0,0,0,2700,2700,100,1), + (20548,177388,1,-6620,1047.31,-36,0.34,0,0,0,0,2700,2700,100,1), + (20549,177388,1,-6268,1053.72,-33,2.517,0,0,0,0,2700,2700,100,1), + (20550,177388,1,-6599,1138.67,-46,1.345,0,0,0,0,2700,2700,100,1), + (20551,177388,1,-7230,1799.2,-65,1.351,0,0,0,0,2700,2700,100,1), + (20552,177388,1,-6660,1075.4,-27,1.672,0,0,0,0,2700,2700,100,1), + (20553,177388,1,-6314,1011.95,-32,6.148,0,0,0,0,2700,2700,100,1), + (20554,177388,1,-6242,928.06,-38,3.824,0,0,0,0,2700,2700,100,1), + (20555,177388,1,-7245,1859.5,-87,2.545,0,0,0,0,2700,2700,100,1), + (20556,178571,1,-1207.63,-66.4389,157.49,-3.03687,0,0,0.99863,-0.052336,900,900,100,1), + (20560,3222,1,-1890.66,-1092.59,89.2807,-2.99324,-0.023366,0.020133,0.996811,-0.073598,900,900,100,1), + (20562,3223,1,-1886.95,-1093.64,90.0005,2.74017,-0.03086,-0.020426,0.97939,0.19856,900,900,100,1), + (20564,2968,1,-1416.95,87.1512,18.7106,0.767946,0,0,0.374607,0.927184,900,900,100,1), + (20565,186264,1,-2096.65,-429.225,-5.58479,-2.21657,0,0,0.894934,-0.446198,900,900,100,1), + (20566,2969,1,-2309.82,-599.078,-7.03527,-2.34747,0,0,0.922201,-0.38671,900,900,100,1), + (20568,61072,0,-1338.41,-1231.36,39.3471,-2.43473,0,0,0.938191,-0.346117,7200,7200,100,1), + (20569,61087,0,-1328.77,-1279.32,49.9057,2.36492,0,0,0.92554,0.378649,7200,7200,100,1), + (20570,61096,0,-1306.39,-1252.95,49.9114,1.92859,0,0,0.821647,0.569997,7200,7200,100,1), + (20571,61052,0,-1358.11,-1249.52,49.9057,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20572,61060,0,-1357.69,-1245.45,49.9057,-0.951204,0,0,-0.457874,0.889017,7200,7200,100,1), + (20573,61069,0,-1331.66,-1280.49,49.9057,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20574,61050,0,-1330.01,-1280.52,49.9057,2.27765,0,0,0.908143,0.41866,7200,7200,100,1), + (20575,61066,0,-1353.02,-1259.22,49.892,0.689406,0,0,0.337917,0.941176,7200,7200,100,1), + (20576,61037,0,-1293.61,-1218.91,23.2883,2.71399,0,0,0.977231,0.212177,7200,7200,100,1), + (20577,2061,0,-1293.61,-1218.91,23.2883,2.71399,0,0,0.977231,0.212177,7200,7200,100,1), + (20578,61081,0,-1298.48,-1226.8,22.9507,2.09439,0,0,0.866025,0.5,7200,7200,100,1), + (20579,61082,0,-1297.42,-1225.8,22.9507,2.44346,0,0,0.939693,0.34202,7200,7200,100,1), + (20580,2970,1,-2311.99,-599.909,-7.03527,-0.209441,0,0,-0.104529,0.994522,900,900,100,1), + (20581,2971,1,-2310.76,-601.521,-7.03527,1.51844,0,0,0.688354,0.725374,900,900,100,1), + (20582,61048,0,-1359.03,-1246.54,49.9057,-0.863938,0,0,-0.41866,0.908143,7200,7200,100,1), + (20583,61078,0,-1292.77,-1230.28,22.9502,2.53073,0,0,0.953717,0.300706,7200,7200,100,1), + (20585,2972,1,-2311.98,-599.904,-7.8686,-0.209441,0,0,-0.104529,0.994522,900,900,100,1), + (20586,61067,0,-1312.07,-1262.04,39.3471,-2.34747,0,0,0.922201,-0.38671,7200,7200,100,1), + (20587,61053,0,-1278.69,-1223.05,41.5685,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20588,61099,0,-1305.07,-1252.23,49.9114,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (20589,61094,0,-1325.13,-1220.05,32.2188,-2.60927,0,0,0.964787,-0.263032,7200,7200,100,1), + (20590,61051,0,-1328.73,-1222.87,32.126,1.66679,0,0,0.740218,0.672367,7200,7200,100,1), + (20591,61045,0,-1344.07,-1270.59,40.1858,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20616,2973,1,-2472.82,-492.043,-6.20265,-0.811578,0,0,-0.394744,0.918791,900,900,100,1), + (20617,3662,0,-9440.73,-2230.18,69.5418,1.8675,0,0,0.803857,0.594823,7200,7200,100,1), + (20618,2974,1,-2470.78,-493.887,-6.20265,2.33001,0,0,0.918791,0.394745,900,900,100,1), + (20619,2975,1,-2470.91,-491.974,-6.20265,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (20620,61083,0,-1301.52,-1223.37,22.9507,-0.349066,0,0,-0.173648,0.984808,7200,7200,100,1), + (20622,2976,1,-2470.78,-493.885,-7.03598,2.33001,0,0,0.918791,0.394745,900,900,100,1), + (20623,2977,1,-2969.98,200.04,74.8646,0.523597,0,0,0.258818,0.965926,900,900,100,1), + (20624,2978,1,-2967.69,201.644,74.8337,-2.618,0,0,0.965926,-0.258818,900,900,100,1), + (20626,160426,1,-1227.38,-19.8772,165.325,3.14159,0,0,1,0,900,900,100,1), + (20627,2732,1,-2872.7,-1040.85,54.2209,-2.45953,0,0,0.94241,-0.334461,900,900,100,1), + (20636,63674,1,-3020.89,-719.327,46.0125,2.16421,0,0,0.882948,0.469472,900,900,100,1), + (20637,100028,1,-3020.22,-718.964,45.4778,-2.19039,0,0,0.889017,-0.457874,900,900,100,1), + (20638,175442,329,3524.41,-3376.47,132.171,2.96706,-0.018864,-0.215616,0.972581,0.08509,180,180,100,1), + (20639,47296,1,-1028.04,-28.3568,69.0226,2.9147,0,0,0.993572,0.113203,900,900,100,1), + (20640,47297,1,-1037.27,-49.2355,140.495,3.07178,0,0,0.999391,0.034899,900,900,100,1), + (20641,1731,1,-1413.5,-1023.59,142.286,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (20642,1731,1,-1541.22,-991.637,154.309,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (20643,1731,1,-1385.24,-1081.32,142.678,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (20644,1731,1,-1382.94,-1171.94,163.176,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (20645,1731,1,212.447,1588.1,174.453,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (20646,1731,1,170.665,1985.24,179.044,-0.05236,0,0,-0.026177,0.999657,300,300,100,1), + (20647,1731,1,-201.552,1178.94,97.313,-1.50098,0,0,-0.681997,0.731355,300,300,100,1), + (20648,1731,1,-1486.76,-1196.38,129.623,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (20649,1731,1,-2881.33,355.126,127.839,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (20650,1731,1,-3006.23,277.98,111.43,-2.28638,0,0,-0.909961,0.414694,300,300,100,1), + (20651,2849,0,-9405.47,-2786.26,37.7474,2.87979,0,0,0.991445,0.130526,7200,7200,100,1), + (20654,61065,0,-1351.48,-1261.03,49.892,0.794125,0,0,0.386711,0.922201,7200,7200,100,1), + (20655,61093,0,-1331.97,-1229.59,32.2188,2.45219,0,0,0.941176,0.337916,7200,7200,100,1), + (20656,61080,0,-1300.45,-1226.55,22.9507,1.0472,0,0,0.5,0.866025,7200,7200,100,1), + (20657,61041,0,-1359.18,-1248.21,49.9057,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20658,1731,1,-2658.6,257.63,96.5652,2.26893,0,0,0.906308,0.422617,300,300,100,1), + (20661,1731,1,-2658.35,-1470.27,80.4637,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (20662,1731,1,-500.561,-67.4469,72.3764,-2.40855,0,0,-0.93358,0.35837,300,300,100,1), + (20663,1731,1,-2834.42,-829.513,28.5204,0.977384,0,0,0.469471,0.882948,300,300,100,1), + (20664,1731,1,-1250.65,488.017,39.6058,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (20665,1731,1,-2395.6,455.132,74.6857,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (20666,1731,1,-2126.26,342.359,137.839,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (20667,1731,1,-2378.36,391.934,66.0987,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (20668,1731,1,-1499.49,375.201,67.0526,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (20669,1731,1,-1716.2,-1252.96,114.492,-2.54818,0,0,-0.956305,0.292372,300,300,100,1), + (20670,1731,1,-1598.59,-1179.21,143.803,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (20671,1731,1,-1558.8,-1308.79,135.994,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (20672,1731,1,-1554.69,-1083.31,105.707,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (20673,1731,1,-2160.77,246.023,85.1964,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (20674,1731,1,-441.273,-634.283,68.3678,1.55334,0,0,0.700908,0.713252,300,300,100,1), + (20675,177929,1,684.774,1714.24,-22,4.415,0,0,0,0,120,120,0,1), + (20676,177929,1,703.858,1485.01,-16,-1,0,0,0.300706,-0.953717,120,120,0,1), + (20677,177929,1,922.012,1574.63,-16,-2,0,0,0.870356,-0.492423,120,120,0,1), + (20678,177929,1,761.091,1399.94,-16,-3,0,0,0.986286,-0.165048,120,120,0,1), + (20679,177929,1,671.264,1604.77,-19,-1,0,0,0.5,-0.866025,120,120,0,1), + (20680,177929,1,572.613,1444.71,0,2.478,0,0,0.945519,0.325568,120,120,0,1), + (20681,177929,1,690.67,1777.99,-16,4.725,0,0,0,0,120,120,0,1), + (20682,177929,1,881.023,1775.58,-9,2.338,0,0,0,0,120,120,0,1), + (20683,177929,1,900.547,1591.16,-18,0.795,0,0,0,0,120,120,0,1), + (20684,177929,1,917.972,1715.87,-15,1.169,0,0,0.551937,0.833886,120,120,0,1), + (20685,177929,1,841.456,1526.23,-19,-2,0,0,0.793353,-0.608761,120,120,0,1), + (20686,177929,1,764.09,1498.87,-22,0.478,0,0,0,0,120,120,0,1), + (20687,177929,1,627.24,1495.12,-12,5.995,0,0,0,0,120,120,0,1), + (20688,177929,1,494.866,1457.51,8.78,-1,0,0,0.350207,-0.936672,120,120,0,1), + (20689,177929,1,697.464,1671.31,-25,3.324,0,0,0,0,120,120,0,1), + (20690,177929,1,674.535,1826.91,-12,0,0,0,0.104528,-0.994522,120,120,0,1), + (20691,177929,1,559.697,1715.42,-7,3.373,0,0,0,0,120,120,0,1), + (20692,177929,1,609.719,1602.23,-11,-1,0,0,0.608761,-0.793353,120,120,0,1), + (20693,177929,1,734.333,1602.32,-24,0,0,0,0.017452,-0.999848,120,120,0,1), + (20694,177929,1,541.104,1600.31,-4,-3,0,0,0.999048,-0.043619,120,120,0,1), + (20695,177929,1,593.536,1799.24,-8,0,0,0,0.165048,-0.986286,120,120,0,1), + (20696,177929,1,824.819,1688.19,-25,2.775,0,0,0.983255,0.182236,120,120,0,1), + (20697,177929,1,637.28,1493.22,-12,0.873,0,0,0.422618,0.906308,120,120,0,1), + (20698,177929,1,841.033,1823.13,-8,0.593,0,0,0.292372,0.956305,120,120,0,1), + (20699,177929,1,715.156,1771.19,-17,-1,0,0,0.544639,-0.838671,120,120,0,1), + (20700,177929,1,514.252,1759.08,1.474,-1,0,0,0.390731,-0.920505,120,120,0,1), + (20701,177929,1,809.844,1887.52,4.843,-2,0,0,0.777146,-0.62932,120,120,0,1), + (20702,177929,1,611.429,1756.65,-12,0,0,0,0.104528,-0.994522,120,120,0,1), + (20703,177929,1,749.38,1741.49,-21,0.489,0,0,0.241922,0.970296,120,120,0,1), + (20704,177929,1,667.014,1562.03,-19,-2,0,0,0.819152,-0.573576,120,120,0,1), + (20705,177929,1,616.323,1685.79,-17,2.353,0,0,0,0,120,120,0,1), + (20706,177929,1,563.785,1551.61,-9,1.745,0,0,0.766044,0.642788,120,120,0,1), + (20707,177929,1,634.521,1670.21,-19,0,0,0,0.095846,-0.995396,120,120,0,1), + (20708,177929,1,792.721,1487.82,-18,1.03,0,0,0.492424,0.870356,120,120,0,1), + (20711,1731,1,-503.832,-529.76,72.2556,0.575959,0,0,0.284016,0.95882,300,300,100,1), + (20712,1731,1,-1886.84,329.933,110.194,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (20713,61054,0,-1277.69,-1224.21,41.5685,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20714,61084,0,-1300.3,-1222.24,22.9507,-1.0472,0,0,-0.5,0.866025,7200,7200,100,1), + (20715,1731,1,-2412.37,503.889,64.3131,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (20716,1731,1,-2299.02,385.609,58.3093,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (20717,1731,1,-2415.56,352.934,65.7179,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (20718,1731,1,-1745.35,-912.952,88.8484,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (20719,1731,1,-1301.52,-1039.44,61.9713,-2.84489,0,0,-0.989016,0.147808,300,300,100,1), + (20720,1731,1,-1271.72,-1073.83,57.5627,0,0,0,0,1,300,300,100,1), + (20721,1731,1,-1648.13,-1087.61,127.155,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (20722,1731,1,-1810.58,-1214.9,108.548,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (20723,1731,1,-1348.19,-948.489,25.8795,-2.61799,0,0,-0.965925,0.258821,300,300,100,1), + (20724,2061,1,-421.933,1850.12,128.486,-0.148353,0,0,-0.074109,0.99725,900,900,100,1), + (20725,1732,1,-217.198,2298.1,43.6278,-1.43117,0,0,-0.656059,0.75471,300,300,100,1), + (20726,1732,1,-1847.22,1463.27,66.0594,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (20727,1732,1,-693.297,2504.13,47.6133,2.21657,0,0,0.894935,0.446197,300,300,100,1), + (20728,1732,1,126.755,1559.23,158.139,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (20729,1732,1,-1439.63,2146.6,93.2643,1.8675,0,0,0.803856,0.594824,300,300,100,1), + (20730,1732,1,-1257.96,988.44,95.3533,-0.523599,0,0,-0.258819,0.965926,300,300,100,1), + (20731,1732,1,-31.4126,1103.66,107.949,2.96706,0,0,0.996195,0.0871556,300,300,100,1), + (20732,1733,1,-1175.74,684.178,182.837,-0.994838,0,0,-0.477159,0.878817,300,300,100,1), + (20733,175443,329,3524.43,-3376.18,133.056,-0.174533,0,0,-0.087156,0.996195,180,180,100,1), + (20734,179532,429,2.64945,-210.379,-52.3845,-0.95993,0,0,-0.461748,0.887011,600,600,255,1), + (20737,1733,1,-130.526,737.533,123.25,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (20738,178304,369,-20,44.256,-4.3,-1,0,0,0.793353,0.608761,120,120,0,1), + (20739,178304,369,-23,44.436,-4.3,1.292,0,0,0.793353,0.608761,120,120,0,1), + (20740,178304,369,-17,44.478,-4.3,1.833,0,0,0.793353,0.608761,120,120,0,1), + (20741,1733,1,-1787.2,2460.57,78.082,2.9147,0,0,0.993572,0.113203,300,300,100,1), + (20742,176211,329,3534.3,-2966.74,125.001,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (20743,61063,0,-1304.85,-1190.64,41.5643,-0.863938,0,0,-0.41866,0.908143,7200,7200,100,1), + (20746,175444,329,3523.58,-3377.04,132.509,1.39627,-0.033414,-0.028038,0.642176,0.765315,180,180,100,1), + (20747,175445,329,3558.12,-3320.44,130.295,-1.8326,0.079459,-0.103553,-0.786566,0.603553,180,180,100,1), + (20748,175447,329,3555.99,-3321.16,129.5,2.87979,0.005693,0.043246,0.990501,0.130402,180,180,100,1), + (20753,178666,1,-1475.32,204.501,-7.79271,3.15416,0,0,0.99998,-0.00628126,25,25,0,1), + (20754,178666,1,-1468.19,196.812,-7.79269,1.21893,0,0,0.57243,0.819953,25,25,0,1), + (20755,178666,1,-1480.03,194.661,-7.79279,5.31714,0,0,0.464458,-0.885595,25,25,0,1), + (20756,176215,329,3577.97,-2940.95,125.002,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (20757,176215,329,3575.46,-2937.3,125.002,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (20758,176215,329,3562.64,-2936.15,125.001,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (20759,176215,329,3572.97,-2933.9,125.002,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (20760,176215,329,3573.9,-2947.05,125,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (20761,176216,329,3567.81,-2947.28,124.962,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (20762,61091,0,-1332.73,-1279.17,49.9057,0.706858,0,0,0.346117,0.938191,7200,7200,100,1), + (20763,61056,0,-1263.5,-1232.32,41.5643,2.27765,0,0,0.908143,0.41866,7200,7200,100,1), + (20764,61101,0,-1325.39,-1229.4,49.9114,1.14319,0,0,0.540975,0.841039,7200,7200,100,1), + (20765,2850,0,-9158.28,-3288.89,101.998,-0.488692,0,0,0.241922,-0.970296,7200,7200,100,1), + (20766,175734,0,-36.0156,-936.455,54.2782,0.698132,0,0,0.34202,0.939693,7200,7200,100,1), + (20767,175754,0,-849.938,-585.718,19.6432,-0.802851,0,0,0.390731,-0.920505,7200,7200,100,1), + (20768,176217,329,3562.45,-2939.42,124.962,-2.43474,0,0,0.938191,-0.346117,180,180,100,1), + (20769,74439,1,-2176.38,-410.315,-4.77444,-3.05433,0,0,0.999048,-0.043619,900,900,100,1), + (20770,1735,1,-2248.9,1933.76,115.635,-0.994838,0,0,-0.477159,0.878817,300,300,100,1), + (20771,2850,0,-9363.87,-3052.83,164.757,-1.46608,0,0,0.669131,-0.743145,7200,7200,100,1), + (20772,179264,369,-79,1211.73,-123,0.401,0,0,0.199368,0.979925,180,180,0,1), + (20773,179264,369,37.434,1316.43,-122,-2,0,0,0.939693,-0.34202,180,180,0,1), + (20774,175761,0,-846.939,-575.43,19.671,1.44862,0,0,0.66262,0.748956,7200,7200,100,1), + (20775,175734,0,-850.782,-480.416,15.8534,1.85005,0,0,0.798636,0.601815,7200,7200,100,1), + (20776,175746,0,-41.4616,-972.543,58.2241,2.25148,0,0,0.902585,0.430511,7200,7200,100,1), + (20777,175449,329,3812.27,-3615.74,145.239,-0.837757,0.039848,-0.017742,-0.406349,0.912676,180,180,100,1), + (20778,1736,0,-569.5,42.2739,49.8843,-1.37881,0,0,0.636078,-0.771625,300,300,100,1), + (20779,1768,0,-198.584,-337.764,72.8801,2.33874,0,0,0.920505,0.390731,1,1,100,1), + (20780,1769,0,-166.441,-342.88,53.4926,-2.54818,0,0,0.956305,-0.292372,1,1,100,1), + (20781,2714,0,-203.451,-378.424,48.6637,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (20782,2714,0,-302.113,-310.967,44.2162,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (20783,2714,0,-270.227,-336.386,64.3987,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (20784,1722,0,-445.851,-1486.69,92.085,0,0,0,0,1,300,300,100,1), + (20785,1721,0,-485.261,-1343.86,53.6516,2.58309,0,0,0.961262,0.275637,300,300,100,1), + (20786,1735,1,57.0231,2135.69,131.945,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (20788,3705,0,-9485.74,-1939.03,78.7392,2.77507,0,0,0.983255,0.182236,7200,7200,100,1), + (20789,1735,1,-2173.94,1804.57,84.9345,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (20790,1735,1,-857.72,2428.58,99.7405,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (20791,1735,1,-1242.73,2641.72,137.034,2.93215,0,0,0.994522,0.10453,300,300,100,1), + (20792,1735,1,-1109.22,2656.24,117.811,2.89725,0,0,0.992546,0.121868,300,300,100,1), + (20793,2850,0,-8795.49,-2130.23,155.813,1.97222,0,0,0.833886,0.551937,7200,7200,100,1), + (20795,103628,0,-9264.42,-3282.77,150.947,-0.837758,0,0,0.406737,-0.913545,2,2,100,1), + (20796,1735,1,-1868.93,1184.33,103.297,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (20797,1735,1,-783.164,962.887,103.31,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (20798,2849,0,-9791.08,-2175.86,60.1929,2.16421,0,0,0.882948,0.469472,7200,7200,100,1), + (20799,1735,1,275.046,1982.8,154.533,3.08923,0,0,0.999657,0.0261783,300,300,100,1), + (20800,1728,0,0.490093,-943.409,61.9385,1.0821,0,0,0.515038,0.857167,10,10,100,1), + (20801,176573,0,-512.17,103.772,58.1571,-0.034907,0,0,0.017452,-0.999848,7200,7200,100,1), + (20802,175885,0,-38.4987,-947.293,54.2737,-1.64061,0,0,0.731354,-0.681998,7200,7200,100,1), + (20803,180657,0,-1263.25,-908.322,0,1.5708,0,0,0.707108,0.707106,3600,3600,100,1), + (20804,180664,0,-1108.14,-216.96,0,2.07694,0,0,0.861629,0.507539,3600,3600,100,1), + (20805,180663,0,-806.863,-715.487,5.63574,2.58309,0,0,0.961262,0.275637,3600,3600,100,1), + (20806,181620,0,-351.384,-711.547,57.7376,0.191986,0,0,0.095846,0.995396,2,2,100,1), + (20807,179488,0,-434.04,-1425.26,99.7115,-1.43117,0,0,0.656059,-0.75471,7200,7200,100,1), + (20808,181062,0,-1393.85,-1102.71,39.3095,-0.785398,0,0,0.382683,-0.92388,2,2,100,1), + (20809,181064,0,-1391.73,-1102.39,39.5927,-2.11185,0,0,0.870356,-0.492423,7200,7200,100,1), + (20810,181065,0,-1393.27,-1105.31,39.2092,0.942478,0,0,0.45399,0.891007,7200,7200,100,1), + (20811,181066,0,-1391.12,-1103.49,39.2979,0.680678,0,0,0.333807,0.942641,7200,7200,100,1), + (20812,181067,0,-1393.61,-1103.07,43.3719,2.09439,0,0,0.866025,0.5,7200,7200,100,1), + (20813,181063,0,-1392.42,-1104.12,39.2772,-2.60054,0,0,0.96363,-0.267238,7200,7200,100,1), + (20814,1735,1,-1354.45,1426.45,66.6043,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (20815,1735,1,-926.993,1758.54,65.4485,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (20816,74440,1,-2254.61,-304.677,-9.4249,3.14159,0,0,1,0,900,900,100,1), + (20818,3695,0,-910.543,-1058.96,30.3488,1.16937,0,0,0.551937,0.833886,7200,7200,100,1), + (20819,180657,0,-1304.26,-991.073,0,0.558505,0,0,0.275637,0.961262,3600,3600,100,1), + (20821,180664,0,-985.492,335.767,0,-1.36136,0,0,-0.629322,0.777145,3600,3600,100,1), + (20823,180664,0,-1107.49,-147.94,0,-2.75762,0,0,-0.981627,0.190809,3600,3600,100,1), + (20825,1622,0,-770.199,505.167,95.3264,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (20826,180657,0,-1474.17,-1098.55,0,2.93215,0,0,0.994522,0.10453,3600,3600,100,1), + (20827,180664,0,-1102.51,-83.557,0,0.069813,0,0,0.0348994,0.999391,3600,3600,100,1), + (20828,148424,1,-1292.92,113.572,130.947,-0.174534,0,0,-0.087156,0.996195,900,900,100,1), + (20829,74441,1,-2264.61,-318.313,-9.4249,3.14159,0,0,1,0,900,900,100,1), + (20830,179532,429,-168.655,-271.912,-4.12082,-0.750491,0,0,-0.366501,0.930418,600,600,255,1), + (20831,148425,1,-1294.68,99.045,130.24,0.36652,0,0,0.182236,0.983255,900,900,100,1), + (20832,179532,429,55.8777,-438.434,-58.5981,-0.855211,0,0,-0.414693,0.909961,600,600,255,1), + (20833,74442,1,-2267.86,-295.326,-9.42493,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (20834,148426,1,-1227.56,45.3586,127.677,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (20835,18895,33,-242.581,2159.05,90.6226,-1.94604,0,0,-0.82659,0.562805,5400,5400,100,1), + (20836,154357,0,-9363.99,-2396.56,36.8816,-2.00713,0,0,0.843391,-0.5373,10,10,100,1), + (20845,179532,429,59.0393,-760.028,-25.0955,-1.23918,0,0,-0.580701,0.814117,600,600,255,1), + (20850,175450,329,3810.09,-3615.18,146.034,0.733039,0.121857,0.046776,0.355302,0.925593,180,180,100,1), + (20851,181085,329,4074.52,-3342.64,117.693,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (20852,181085,329,3981.04,-3363.18,119.539,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (20853,74443,1,-2270.34,-281.727,-9.42569,-2.85361,0,0,0.989651,-0.143493,900,900,100,1), + (20856,3659,0,-467.071,-1619.44,64.8736,-1.95477,0,0,0.829038,-0.559193,7200,7200,100,1), + (20857,180657,0,-1428.6,-1035.49,0,-1.09956,0,0,-0.5225,0.852639,3600,3600,100,1), + (20859,181085,329,4012.71,-3465.33,122.372,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (20861,174476,230,872.208,-172.535,-49.7396,1.62316,0,0,0.725375,0.688354,600,600,100,1), + (20871,175454,329,3993.23,-3547.21,124.481,1.94604,0,0,0.82659,0.562805,180,180,100,1), + (20872,175966,329,3614.64,-3124.92,137.012,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (20873,175455,329,3994.78,-3546.62,124.439,-1.19555,-0.036055,0.024549,-0.562269,0.825803,180,180,100,1), + (20874,74444,1,-2277.64,-309.08,-9.42493,2.68781,0,0,0.97437,0.224951,900,900,100,1), + (20875,3695,0,-1345.93,-1232.94,49.9038,-1.74533,0,0,0.766044,-0.642788,7200,7200,100,1), + (20877,180664,0,-1101.77,-285.447,0,0.959931,0,0,0.461749,0.887011,3600,3600,100,1), + (20878,1622,0,-319.786,285.167,119.267,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (20879,180663,0,-286.699,-906.524,54.3358,2.61799,0,0,0.965926,0.258819,3600,3600,100,1), + (20880,179488,0,-528.988,-1438.78,65.8266,-0.628319,0,0,0.309017,-0.951056,7200,7200,100,1), + (20881,3695,0,-336.972,-2.99089,55.9979,0.471239,0,0,0.233445,0.97237,7200,7200,100,1), + (20885,3715,0,-439.736,129.825,56.8404,-1.79769,0,0,0.782608,-0.622515,7200,7200,100,1), + (20886,3659,0,-59.0124,-958.949,54.274,1.36136,0,0,0.62932,0.777146,7200,7200,100,1), + (20887,179973,0,-9556.81,74.3175,58.8824,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (20888,179972,0,-9553.88,73.4533,58.8824,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (20889,180005,0,-9562.67,37.0204,62.3963,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (20890,180043,0,-9547.15,130.869,58.9007,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (20891,74445,1,-2401.79,-397.705,-2.08003,3.14159,0,-0.008727,0.999962,0,900,900,100,1), + (20892,74446,1,-2897.13,-274.717,53.9047,2.42601,0,0,0.936672,0.350207,900,900,100,1), + (20907,179964,0,-9515.21,144.939,60.2098,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (20908,179967,0,-9529.48,98.628,58.9005,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (20909,180043,0,-9574.43,29.2368,61.3682,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (20910,179972,0,-9560.35,73.5978,58.8919,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (20911,179968,0,-9533.06,100.432,58.8815,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (20912,180047,0,-9556.16,113.024,58.8894,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (20913,180006,0,-9576.48,28.5868,61.2078,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (20914,3659,0,-1429.34,-1051.7,-0.013546,1.98968,0,0,0.838671,0.544639,7200,7200,100,1), + (20915,180663,0,-507.251,-929.455,29.6017,-0.820305,0,0,0.398749,-0.91706,3600,3600,100,1), + (20916,175967,329,3645.56,-3136.76,134.76,-1.00356,0,0,-0.480989,0.876727,180,180,100,1), + (20917,175968,329,3567.34,-3050.77,135.651,-0.959931,0,0,-0.461749,0.887011,180,180,100,1), + (20918,179965,1,-1487.31,228.588,-6.69648,2.40645,0,0,0.933203,0.359349,25,25,0,1), + (20919,179965,1,-1470.87,166.517,-7.7646,5.11136,0,0,0.552958,-0.833209,25,25,0,1), + (20920,179965,1,-1437.63,216.881,-7.57591,0.505787,0,0,0.250207,0.968192,25,25,0,1), + (20921,179965,1,-1564.16,176.039,-7.82386,4.86554,0,0,0.650942,-0.759128,25,25,0,1), + (20922,179965,1,-1581.13,171.421,-7.79277,5.58417,0,0,0.342433,-0.939542,25,25,0,1), + (20923,179965,1,-1590.91,157.523,-7.23096,6.17322,0,0,0.0549539,-0.998489,25,25,0,1), + (20924,179965,1,-1585.18,145.282,-7.1297,0.516005,0,0,0.255149,0.966902,25,25,0,1), + (20925,179965,1,-1536.28,144.662,-7.11979,2.21953,0,0,0.895594,0.444872,25,25,0,1), + (20926,179965,1,-1555.49,132.563,-7.59478,1.8449,0,0,0.797082,0.603871,25,25,0,1), + (20927,179965,1,-1584.21,131.393,-7.53359,4.51053,0,0,0.774755,-0.632262,25,25,0,1), + (20928,179965,1,-1598.12,101.245,-12.0423,4.96056,0,0,0.614152,-0.789188,25,25,0,1), + (20929,179965,1,-1583.59,102.213,-9.99208,4.96056,0,0,0.614152,-0.789188,25,25,0,1), + (20930,179965,1,-1641.61,105.337,-17.9416,3.75498,0,0,0.953337,-0.301908,25,25,0,1), + (20931,179965,1,-1627.24,126.606,-17.9482,5.21111,0,0,0.510734,-0.859739,25,25,0,1), + (20932,179965,1,-1637.04,121.988,-17.8089,5.25117,0,0,0.493413,-0.869795,25,25,0,1), + (20933,179965,1,-1617.7,87.493,-17.9482,5.73261,0,0,0.271821,-0.962348,25,25,0,1), + (20934,179965,1,-1627.69,82.7048,-17.9481,4.43278,0,0,0.798743,-0.601673,25,25,0,1), + (573760,176224,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (573759,176224,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (20961,179975,1,-1641.23,111.788,-17.8136,5.59753,0,0,0.336153,-0.941807,25,25,0,1), + (20962,179975,1,-1619.14,89.1289,-17.9481,2.48185,0,0,0.946084,0.323922,25,25,0,1), + (20963,3286,1,-1155.98,66.8138,145.96,0.095993,0,0,0.047978,0.998848,900,900,100,1), + (20969,179486,0,-489.764,-1554.22,53.2001,-2.09439,0,0,0.866025,-0.5,7200,7200,100,1), + (20972,180006,1,-1542.46,178.946,-7.51071,4.49404,0,0,0.779941,-0.625853,25,25,0,1), + (20973,180006,1,-1538.15,177.527,-7.64813,4.35817,0,0,0.820628,-0.571463,25,25,0,1), + (20976,180029,1,-1574.47,124.949,-8.43615,0.746905,0,0,0.364832,0.931073,25,25,0,1), + (20977,180030,1,-1590.79,148.81,-6.80771,3.10389,0,0,0.999822,0.0188516,25,25,0,1), + (20980,180031,1,-1588.22,164.951,-6.02765,2.73475,0,0,0.979381,0.202022,25,25,0,1), + (20981,180032,1,-1573.09,175.07,-6.09269,2.6837,0,0,0.973906,0.226952,25,25,0,1), + (20983,180034,1,-1561.3,129.129,-7.08975,3.16986,0,0,0.9999,-0.0141349,25,25,0,1), + (21003,180035,1,-1502.22,201.857,-6.22113,1.02102,0,0,0.488623,0.872495,25,25,0,1), + (21004,180035,1,-1514.45,185.094,-6.27244,0.860011,0,0,0.416876,0.908963,25,25,0,1), + (21005,180035,1,-1476.92,230.467,-6.15357,0.118592,0,0,0.0592612,0.998242,25,25,0,1), + (21006,180035,1,-1490.88,219.115,-6.23147,1.13254,0,0,0.536489,0.843908,25,25,0,1), + (21007,180035,1,-1439.6,206.198,-6.21134,1.52681,0,0,0.691386,0.722486,25,25,0,1), + (21008,180035,1,-1455.81,227.128,-6.29216,6.00437,0,0,0.138958,-0.990298,25,25,0,1), + (21009,180035,1,-1445.64,190.087,-6.20897,0.98646,0,0,0.473473,0.880808,25,25,0,1), + (21010,180035,1,-1456.61,177.402,-6.19623,0.764972,0,0,0.373228,0.92774,25,25,0,1), + (21011,180035,1,-1483.8,166.663,-6.28385,6.23606,0,0,0.0235628,-0.999722,25,25,0,1), + (21012,180035,1,-1505.91,164.385,-6.29185,0.141367,0,0,0.0706244,0.997503,25,25,0,1), + (21013,180035,1,-1529.86,179.384,-5.95531,6.11275,0,0,0.085115,-0.996371,25,25,0,1), + (21014,180035,1,-1547.34,183.217,-6.16809,6.11275,0,0,0.085115,-0.996371,25,25,0,1), + (21015,180035,1,-1563.01,182.812,-6.29273,0.136655,0,0,0.0682742,0.997667,25,25,0,1), + (21016,180035,1,-1596.78,160.577,-5.49165,1.15296,0,0,0.545077,0.838386,25,25,0,1), + (21017,180035,1,-1521.48,158.244,-6.28302,4.2757,0,0,0.843486,-0.53715,25,25,0,1), + (21018,180035,1,-1533.99,140.882,-5.33157,3.84138,0,0,0.93941,-0.342797,25,25,0,1), + (21019,180035,1,-1548,129.626,-5.32227,3.8076,0,0,0.945064,-0.326885,25,25,0,1), + (21020,180035,1,-1562.56,123.908,-5.3431,3.18321,0,0,0.999783,-0.0208084,25,25,0,1), + (21021,180035,1,-1619.61,127.234,-16.1669,3.12509,0,0,0.999966,0.0082507,25,25,0,1), + (21022,180035,1,-1615.81,99.5197,-16.4134,5.1098,0,0,0.553612,-0.832775,25,25,0,1), + (21023,180035,1,-1616.57,86.7473,-16.4482,4.0715,0,0,0.893842,-0.448382,25,25,0,1), + (21024,180035,1,-1642.17,116.595,-16.0274,4.14062,0,0,0.877816,-0.478997,25,25,0,1), + (21025,180035,1,-1642.19,103.421,-16.3481,5.4216,0,0,0.41759,-0.908635,25,25,0,1), + (21026,180035,1,-1636.1,90.5422,-16.4327,4.93622,0,0,0.623711,-0.781655,25,25,0,1), + (21027,180035,1,-1628,81.6304,-16.4481,6.05934,0,0,0.11169,-0.993743,25,25,0,1), + (21036,180036,1,-1455.2,189.449,-6.39425,0.966829,0,0,0.464805,0.885413,25,25,0,1), + (21037,180036,1,-1497.96,196.108,-6.3925,0.890645,0,0,0.430749,0.902472,25,25,0,1), + (21038,180036,1,-1474.23,223.182,-6.3988,6.14809,0,0,0.0674945,-0.99772,25,25,0,1), + (21039,180036,1,-1487.67,174.982,-6.3925,6.13003,0,0,0.0765049,-0.997069,25,25,0,1), + (21040,180037,1,-1634.83,119.682,-17.9482,3.42826,0,0,0.989745,-0.142842,25,25,0,1), + (21041,180037,1,-1621.62,86.7465,-17.9479,4.98806,0,0,0.603244,-0.797556,25,25,0,1), + (21050,180038,1,-1635.84,100.167,-17.9482,3.89321,0,0,0.930211,-0.367026,25,25,0,1), + (21051,180038,1,-1637.94,116.713,-17.8953,3.82645,0,0,0.941941,-0.335778,25,25,0,1), + (21052,180038,1,-1624.66,124.262,-17.9465,3.13923,0,0,0.999999,0.00118084,25,25,0,1), + (21053,180038,1,-1623.42,84.8813,-17.947,4.89774,0,0,0.638635,-0.76951,25,25,0,1), + (21054,180038,1,-1617.06,93.0088,-17.9481,5.12708,0,0,0.546395,-0.837528,25,25,0,1), + (21055,180038,1,-1630.41,85.0338,-17.9481,3.94741,0,0,0.919925,-0.392094,25,25,0,1), + (21060,180039,1,-1634.12,125.847,-17.6058,2.85177,0,0,0.989519,0.144404,25,25,0,1), + (21061,180040,1,-1614.83,109.451,-17.8154,5.62188,0,0,0.324663,-0.94583,25,25,0,1), + (21062,180040,1,-1619.58,97.453,-17.948,1.69881,0,0,0.750888,0.660429,25,25,0,1), + (21063,180040,1,-1632.41,94.4014,-17.948,4.9323,0,0,0.625244,-0.78043,25,25,0,1), + (21066,180041,1,-1621.44,102.896,-17.9482,0.467307,0,0,0.231533,0.972827,25,25,0,1), + (21069,180042,1,-1547.09,140.815,-7.83972,2.90675,0,0,0.993114,0.11715,25,25,0,1), + (21070,180043,1,-1540.47,177.528,-7.63263,1.30219,0,0,0.606056,0.795422,25,25,0,1), + (21071,180043,1,-1565.88,172.3,-7.79275,1.5865,0,0,0.712636,0.701534,25,25,0,1), + (21072,180043,1,-1579.05,168.725,-7.70059,2.20539,0,0,0.892426,0.451193,25,25,0,1), + (21073,180043,1,-1587.77,155.739,-7.60978,3.46046,0,0,0.987318,-0.158757,25,25,0,1), + (21074,180043,1,-1584.81,147.97,-7.38451,3.93955,0,0,0.921459,-0.388477,25,25,0,1), + (21075,180043,1,-1541.77,148.237,-7.67637,5.4593,0,0,0.400391,-0.916344,25,25,0,1), + (21076,180043,1,-1558.24,135.247,-7.79273,5.32343,0,0,0.461672,-0.887051,25,25,0,1), + (21077,180043,1,-1567.65,131.666,-7.83269,5.32343,0,0,0.461672,-0.887051,25,25,0,1), + (21078,180043,1,-1633.68,97.8591,-17.948,3.52643,0,0,0.981544,-0.191236,25,25,0,1), + (21079,180043,1,-1629.4,124.053,-17.948,1.83783,0,0,0.794944,0.606683,25,25,0,1), + (21080,180043,1,-1608.3,125.113,-15.986,0.980177,0,0,0.470704,0.882291,25,25,0,1), + (21081,180043,1,-1618.3,94.8422,-17.9482,0.0785394,0,0,0.0392596,0.999229,25,25,0,1), + (21099,180044,1,-1557.38,156.089,-8.79277,3.39528,0,0,0.991966,-0.126502,25,25,0,1), + (21100,180047,1,-1472.44,196.713,-7.7928,2.72271,0,0,0.978148,0.207912,120,120,0,1), + (21101,180047,1,-1476.58,196.844,-7.7928,0.663225,0,0,0.325568,0.945519,120,120,0,1), + (21102,180047,1,-1475.06,201.665,-7.7928,-1.71042,0,0,0.75471,-0.656059,120,120,0,1), + (573758,176224,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (573757,176224,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (573756,176224,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573755,176224,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (21158,15068,1,-2265.87,-307.139,-9.4257,3.14159,0,0,1,0,900,900,100,1), + (21191,19862,1,3184.06,190.81,4.61263,5.55407,0,0,0,0,-6,-6,0,1), + (21216,2045,0,-1041.86,492.523,-11.6498,-0.820305,0,0,-0.398749,0.91706,300,300,100,1), + (21217,3659,0,-876.26,213.034,8.80425,1.46608,0,0,0.669131,0.743145,7200,7200,100,1), + (21218,1624,0,-1012.6,117.441,54.1006,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (21219,180407,0,-10517.2,-3317.18,32.3102,-0.698132,0,0,0.34202,-0.939693,600,600,100,1), + (21220,1624,0,187.893,-854.931,156.516,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (21221,180664,0,-1056.71,288.538,0,-2.93215,0,0,-0.994522,0.10453,3600,3600,100,1), + (21222,180657,0,-1093.24,-33.4709,0,-0.139626,0,0,-0.0697563,0.997564,3600,3600,100,1), + (21223,180664,0,-1176.62,161.262,0,-2.09439,0,0,-0.866024,0.500002,3600,3600,100,1), + (21224,180657,0,-1032.62,-405.506,0,-0.174533,0,0,-0.0871558,0.996195,3600,3600,100,1), + (21225,180657,0,-1068.16,-336.681,0,1.90241,0,0,0.814116,0.580702,3600,3600,100,1), + (21226,180663,0,185.368,-1213.63,37.0966,2.67035,0,0,0.97237,0.233445,3600,3600,100,1), + (21227,2043,0,-1186.68,-1422.74,61.8339,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (21228,180663,0,-161.079,-1124.2,37.0966,2.23402,0,0,0.898794,0.438371,3600,3600,100,1), + (21229,180663,0,-232.452,-1103.82,37.0876,-0.872665,0,0,0.422618,-0.906308,3600,3600,100,1), + (21230,180663,0,-246.458,-870.301,54.3358,-2.96706,0,0,0.996195,-0.087156,3600,3600,100,1), + (21231,180663,0,-35.5541,-1115.41,37.0966,2.58309,0,0,0.961262,0.275637,3600,3600,100,1), + (21232,180663,0,-328.036,-878.957,54.3358,1.78024,0,0,0.777146,0.62932,3600,3600,100,1), + (21233,3695,0,-674.383,-438.202,31.6388,-2.72271,0,0,0.978148,-0.207912,7200,7200,100,1), + (21234,180663,0,-281.086,-860.915,54.3358,-1.3439,0,0,0.622515,-0.782608,3600,3600,100,1), + (21235,179486,0,-541.082,-1515.59,53.3401,-2.35619,0,0,0.92388,-0.382683,7200,7200,100,1), + (21236,180663,0,42.8876,-1124.48,37.0966,1.39626,0,0,0.642788,0.766044,3600,3600,100,1), + (21238,180664,0,-991.793,-708.385,0,-2.75762,0,0,-0.981627,0.190812,3600,3600,100,1), + (21239,179486,0,-475.535,-1576.44,53.669,2.74017,0,0,0.979925,0.199368,7200,7200,100,1), + (21240,3659,0,-470.151,-1324.74,52.6928,-1.95477,0,0,0.829038,-0.559193,7200,7200,100,1), + (21241,180657,0,-896.287,-696.348,0,-2.68781,0,0,-0.97437,0.22495,3600,3600,100,1), + (21242,180662,0,-1199.8,-833.747,0,2.46091,0,0,0.942641,0.333809,3600,3600,100,1), + (21243,180657,0,-1037.98,-736.12,0,-1.65806,0,0,-0.737276,0.675591,3600,3600,100,1), + (21244,180664,0,-1169.1,-796.219,0,4.71239,0,0,0.707106,-0.707107,3600,3600,100,1), + (21245,180663,0,-619.02,-769.87,6.30652,-3.00197,0,0,0.997564,-0.069756,3600,3600,100,1), + (21246,180663,0,-686.795,-735.617,6.30554,-2.25148,0,0,0.902585,-0.430511,3600,3600,100,1), + (21247,180664,0,-1088.09,-773.98,0,2.37365,0,0,0.927184,0.374606,3600,3600,100,1), + (21248,3659,0,-1084.94,-105.958,0.012003,3.05433,0,0,0.999048,0.043619,7200,7200,100,1), + (21249,2045,0,-1264.06,403.329,-25.6376,1.85005,0,0,0.798636,0.601815,300,300,100,1), + (21251,1623,0,-1322.98,594.88,99.3072,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (21253,1624,0,-1083.47,-1121.58,49.2658,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (21255,1624,0,-751.515,120.358,42.109,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (21258,1624,0,-898.498,-14.4967,24.378,-0.663225,0,0,-0.325568,0.945519,300,300,100,1), + (21260,180663,0,-468.827,-955.067,29.6017,2.37365,0,0,0.927184,0.374607,3600,3600,100,1), + (21261,180663,0,-437.862,-1020.62,33.553,0.383972,0,0,0.190809,0.981627,3600,3600,100,1), + (21262,180663,0,-355.982,-1094.87,34.9602,2.00713,0,0,0.843391,0.5373,3600,3600,100,1), + (21263,1621,0,-229.459,-1349.42,92.0722,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (21264,180664,0,-931.71,-554.852,0,2.84489,0,0,0.989016,0.147808,3600,3600,100,1), + (21265,179488,0,-432.836,-1412.54,98.9434,1.74533,0,0,0.766044,0.642788,7200,7200,100,1), + (21266,179488,0,-452.439,-1591.42,64.9381,2.72271,0,0,0.978148,0.207912,7200,7200,100,1), + (21267,179488,0,-464.596,-1510.61,89.6376,2.47837,0,0,0.945519,0.325568,7200,7200,100,1), + (21268,180664,0,-948.823,-523.381,0,-1.62316,0,0,-0.725374,0.688355,3600,3600,100,1), + (21269,180662,0,-933.148,-568.908,0,-0.05236,0,0,-0.026177,0.999657,3600,3600,100,1), + (21272,1621,0,-960.591,-936.081,30.8552,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (21275,1622,0,-704.487,624.527,98.1865,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (21276,1623,0,-389.719,-1771.66,113.344,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (21277,1623,0,-1097.72,-862.315,45.1709,2.77507,0,0,0.983255,0.182237,300,300,100,1), + (21278,2045,0,-1113.05,-52.1462,-4.06643,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (21279,1624,0,-214.701,-319.413,158.04,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (21280,1623,0,-1401.68,-1098.82,39.569,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (21294,181119,533,2587.96,-3017.17,241.304,3.14159,0,0,-1,0,25,25,100,1), + (21451,143982,1,-443.692,-2649.08,95.7738,0.226892,0,0,0.113203,0.993572,900,900,100,1), + (21478,179532,429,71.7946,-437.261,-58.5956,0.872664,0,0,0.422618,0.906308,600,600,255,1), + (21479,179532,429,-28.3324,-385.063,-58.6181,1.95477,0,0,0.829038,0.559192,600,600,255,1), + (21480,179532,429,47.8125,-334.275,-52.0553,-0.506145,0,0,-0.25038,0.968148,600,600,255,1), + (21481,179532,429,353.105,-447.005,-90.0577,0,0,0,0,1,600,600,255,1), + (21482,179532,429,509.725,523.927,-25.4027,-2.80997,0,0,-0.986285,0.165053,600,600,255,1), + (21483,179532,429,456.691,-47.364,-3.88702,-1.76278,0,0,-0.771624,0.636079,600,600,255,1), + (21484,179532,429,34.5069,-391.211,-58.6112,-2.16421,0,0,-0.882948,0.469471,600,600,255,1), + (21485,179532,429,-12.3063,-396.872,-4.22113,-0.593412,0,0,-0.292372,0.956305,600,600,255,1), + (21486,179532,429,127.199,-272.801,-4.14639,-1.93732,0,0,-0.824127,0.566404,600,600,255,1), + (21487,179532,429,-94.2365,-406.708,-58.6073,0,0,0,0,1,600,600,255,1), + (21488,179532,429,-112.021,-258.887,-56.2501,0,0,0,0,1,600,600,255,1), + (21489,179532,429,134.767,-262.46,-4.14639,-0.488691,0,0,-0.241921,0.970296,600,600,255,1), + (21490,179532,429,-148.661,-210.009,-4.1514,0.418879,0,0,0.207911,0.978148,600,600,255,1), + (21491,179532,429,32.7576,-775.236,-25.1416,-1.309,0,0,-0.608763,0.793352,600,600,255,1), + (21492,179532,429,-109.888,-404.549,-4.21786,-2.07694,0,0,-0.861629,0.507539,600,600,255,1), + (21493,179532,429,-61.5861,-306.311,-55.7067,2.33874,0,0,0.920505,0.390732,600,600,255,1), + (21494,179532,429,-7.83484,-199.983,-4.12879,-0.453785,0,0,-0.224951,0.97437,600,600,255,1), + (21495,179532,429,64.8074,-400.448,-58.6044,-0.628317,0,0,-0.309016,0.951057,600,600,255,1), + (21496,179532,429,44.9141,-626.477,-25.1061,-2.47837,0,0,-0.945519,0.325567,600,600,255,1), + (21497,179532,429,66.1826,-315.416,-54.2518,0,0,0,0,1,600,600,255,1), + (21498,179532,429,242.178,-420.788,-119.962,-0.069812,0,0,-0.0348989,0.999391,600,600,255,1), + (21499,179532,429,490.501,551.961,-25.381,-0.418879,0,0,-0.207912,0.978148,600,600,255,1), + (21500,179532,429,468.448,258.01,6.34532,1.02974,0,0,0.492422,0.870357,600,600,255,1), + (21501,179532,429,-5.54965,-393.198,-58.6137,-0.209439,0,0,-0.104528,0.994522,600,600,255,1), + (21502,179532,429,-124.622,-234.072,-55.1133,-0.314158,0,0,-0.156434,0.987688,600,600,255,1), + (21503,179532,429,119.36,-336.64,-4.14986,-1.44862,0,0,-0.66262,0.748956,600,600,255,1), + (21504,179532,429,-75.923,-358.893,-4.14481,2.87979,0,0,0.991445,0.130528,600,600,255,1), + (21505,179532,429,41.8712,-744.931,-25.1339,0.104719,0,0,0.0523357,0.99863,600,600,255,1), + (21506,179532,429,36.7851,-402.629,-4.21849,-2.49582,0,0,-0.948324,0.317305,600,600,255,1), + (21508,179912,0,234.683,-2127.22,119.316,5.56797,0,0,0.350036,-0.936736,25,25,0,1), + (21551,176117,0,1411.16,-3657.82,77.694,-1.6057,0,0,0.71934,-0.694658,60,60,100,1), + (21552,176117,0,1476.28,-3722,80.5144,1.44862,0,0,0.66262,0.748956,60,60,100,1), + (21602,176117,0,1405.48,-3716.77,78.1764,2.58309,0,0,0.961262,0.275637,60,60,100,1), + (21603,176117,0,1423.47,-3663.76,82.02,-1.55334,0,0,0.700909,-0.71325,60,60,100,1), + (21604,176117,0,1477.12,-3716.01,80.5158,2.46091,0,0,0.942641,0.333807,60,60,100,1), + (21605,176117,0,1407.58,-3680.22,77.2517,-0.890118,0,0,0.430511,-0.902585,60,60,100,1), + (21608,180327,309,-11887.1,-1889.8,63.5037,0.855211,0,0,0.414693,0.909961,7200,7200,100,1), + (21609,180327,309,-11887.1,-1889.8,63.5037,0.855211,0,0,0.414693,0.909961,7200,7200,100,1), + (21610,180327,309,-11887.1,-1889.8,63.5037,0.855211,0,0,0.414693,0.909961,7200,7200,100,1), + (21612,181287,533,2617.62,-2953.47,241.381,0.739406,0,0,0.361338,0.932435,6380,6380,100,1), + (21613,181287,533,2482.83,-2896.52,241.282,2.26701,0,0,0.905903,0.423486,6380,6380,100,1), + (21614,181287,533,2455.52,-2978.11,241.287,3.86137,0,0,0.935936,-0.352171,6380,6380,100,1), + (21615,177491,0,2449.53,-1662.01,104.37,5.48507,0,0,0.38855,-0.921428,-120,-120,0,1), + (21620,181287,533,2745.64,-3116.69,267.685,3.69249,0,0,0.962303,-0.271981,6380,6380,100,1), + (21621,181287,533,3339.69,-3334.2,292.595,4.8431,0,0,0.659415,-0.751779,6380,6380,100,1), + (21622,181287,533,3192.31,-3293.11,292.595,4.74492,0,0,0.695511,-0.718515,6380,6380,100,1), + (21623,181287,533,3193.01,-3359.1,292.595,4.32474,0,0,0.830065,-0.557667,6380,6380,100,1), + (21624,181287,533,3233.92,-3173.09,297.946,3.88884,0,0,0.931011,-0.364992,6380,6380,100,1), + (21625,181287,533,3272.91,-3208.04,297.846,4.57605,0,0,0.75363,-0.657299,6380,6380,100,1), + (21626,181287,533,3332.81,-3202.3,297.811,5.80127,0,0,0.238634,-0.97111,6380,6380,100,1), + (21627,181287,533,3511.27,-2898.78,302.345,0.103201,0,0,0.0515777,0.998669,6380,6380,100,1), + (21628,181287,533,3551.96,-2961.45,302.736,0.217081,0,0,0.108327,0.994115,6380,6380,100,1), + (21629,181287,533,3479.38,-2888.36,302.702,1.71326,0,0,0.755641,0.654986,6380,6380,100,1), + (21630,181287,533,3524.32,-3946.9,310.05,4.98837,0,0,0.603119,-0.797651,6380,6380,100,1), + (21631,181287,533,3460.24,-3934.4,305.996,4.01841,0,0,0.905429,-0.424498,6380,6380,100,1), + (21632,181287,533,3549.72,-3925.55,305.4,6.02981,0,0,0.12635,-0.991986,6380,6380,100,1), + (21633,181287,533,3381.55,-3621.99,261.167,0.0458548,0,0,0.0229254,0.999737,6380,6380,100,1), + (21634,181287,533,3351.06,-3592.56,260.996,0.108686,0,0,0.0543163,0.998524,6380,6380,100,1), + (21635,181287,533,3322.47,-3635.3,259.084,2.99895,0,0,0.997458,0.0712598,6380,6380,100,1), + (21641,181366,533,2516.59,-2946.82,245.552,5.48033,0,0,-0.390731,0.920505,-604800,-604800,0,1), + (21783,180634,531,-8929.61,1344.38,-104.211,3.84846,0,0,-0.938191,0.346119,7200,7200,100,0), + (21784,180635,531,-9016.36,1330.68,-104.211,2.80125,0,0,0.985556,0.169352,7200,7200,100,1), + (21785,180636,531,-8429.59,2048.81,153.309,3.51685,0,0,-0.982449,0.186529,7200,7200,100,1), + (21786,180690,531,-8561.12,1989.54,-3.09152,4.18879,0,0,-0.866025,0.500001,7200,7200,100,1), + (21787,180690,531,-8134.14,1125.44,-86.2664,2.51327,0,0,0.951056,0.309017,7200,7200,100,1), + (21788,180690,531,-8583.56,1287.91,-68.8899,1.6057,0,0,0.719339,0.694659,7200,7200,100,1), + (21789,180690,531,-8674.74,1594.59,-86.1393,3.57793,0,0,-0.976296,0.216442,7200,7200,100,1), + (21790,180690,531,-8882.01,1347.22,-92.5825,1.13446,0,0,0.537299,0.843392,7200,7200,100,1), + (21791,180690,531,-9242.85,1567.7,-77.3522,0.488691,0,0,0.241921,0.970296,7200,7200,100,1), + (21792,180690,531,-9106.09,1502.93,-100.001,5.07891,0,0,-0.566406,0.824126,7200,7200,100,1), + (21793,180690,531,-8928.15,1823.57,-18.932,1.09956,0,0,0.522498,0.852641,7200,7200,100,1), + (21794,180690,531,-9201.08,1486.46,-95.1725,2.00713,0,0,0.843391,0.5373,7200,7200,100,1), + (21795,180690,531,-9161.58,1579.33,-79.9399,1.88495,0,0,0.809016,0.587786,7200,7200,100,1), + (21796,180690,531,-9203.9,1961.31,-50.1677,1.55334,0,0,0.700909,0.713251,7200,7200,100,1), + (21797,180745,531,-8660.63,2022.4,108.577,3.64774,0,0,-0.968147,0.250381,7200,7200,100,1), + (21798,180745,531,-8652.2,2020.92,108.577,0.244346,0,0,0.121869,0.992546,7200,7200,100,1), + (21799,180745,531,-8663.34,2029.9,108.577,4.45059,0,0,-0.793353,0.608762,7200,7200,100,1), + (21841,144125,1,-1035.11,-3676.03,23.067,2.87107,0,0,0.990866,0.134851,900,900,100,1), + (573754,176224,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (573753,176224,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (22024,15069,1,-2386.13,-390.918,-3.39068,2.15548,0.034508,0.045814,0.879675,0.472104,900,900,100,1), + (22025,55774,1,-1231.24,-42.5523,164.349,-0.427606,0,0,-0.212178,0.977231,900,900,100,1), + (22026,50910,1,-1930.94,-1041.4,43.9631,3.14159,0,0,1,0,900,900,100,1), + (22027,3296,1,-1299.78,129.196,131.572,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (22028,3298,1,-1241.88,41.979,127.152,-2.40856,0,0,0.93358,-0.358368,900,900,100,1), + (22029,3301,1,-2873.73,-219.324,54.8712,-2.32129,0,0,0.91706,-0.398749,900,900,100,1), + (573752,176224,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (573751,176224,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (573750,176224,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573749,176224,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (22034,175457,329,3704.02,-3246.32,127.442,0.698131,0,0,0.34202,0.939693,180,180,100,1), + (22035,180764,1,10146.8,2574.27,1322.24,-1.93731,0,0,-0.824125,0.566409,300,300,0,1), + (22036,180764,1,10149.7,2592.52,1332.08,-2.93214,0,0,-0.994521,0.104535,300,300,0,1), + (22037,180766,1,10149.6,2592.34,1330.62,0.191985,0,0,0.0958451,0.995396,300,300,0,1), + (22038,180766,1,10154.6,2593.35,1330.55,0.087266,0,0,0.0436192,0.999048,300,300,0,1), + (22039,180766,1,10141.7,2600.15,1330.83,0.244346,0,0,0.121869,0.992546,300,300,0,1), + (22040,180766,1,10159.9,2604.61,1330.83,-2.89724,0,0,-0.992546,0.121873,300,300,0,1), + (22041,180766,1,10147,2574.3,1320.72,1.18682,0,0,0.559191,0.829039,300,300,0,1), + (22042,180766,1,10148.5,2610.38,1330.83,-1.3439,0,0,-0.622513,0.782609,300,300,0,1), + (22043,180868,1,10145.2,2600.96,1330.83,0.261798,0,0,0.130525,0.991445,300,300,0,1), + (22044,180868,1,10152.6,2607.9,1330.83,-1.95477,0,0,-0.829038,0.559192,300,300,0,1), + (22045,180868,1,10154.3,2598.18,1330.83,2.30383,0,0,0.913544,0.406739,300,300,0,1), + (22046,180868,1,10148.5,2596.95,1330.83,1.22173,0,0,0.573576,0.819152,300,300,0,1), + (22047,180868,1,10146.6,2607.02,1330.83,-0.890117,0,0,-0.430511,0.902586,300,300,0,1), + (22048,180868,1,10156.2,2603.66,1330.83,-2.91469,0,0,-0.993571,0.113208,300,300,0,1), + (22049,180869,1,10147.5,2600.16,1330.83,0.645772,0,0,0.317305,0.948324,300,300,0,1), + (22050,180869,1,10153.8,2601.12,1330.83,2.82743,0,0,0.987688,0.156436,300,300,0,1), + (22051,180870,1,10159.8,2604.5,1332.37,-2.87979,0,0,-0.991445,0.130528,300,300,0,1), + (22052,180871,1,10154.5,2593.53,1332.05,-3.00195,0,0,-0.997563,0.0697646,300,300,0,1), + (22053,180871,1,10141.8,2600.27,1332.35,0.296705,0,0,0.147809,0.989016,300,300,0,1), + (22054,180872,1,10148.6,2610.28,1332.4,-1.3439,0,0,-0.622513,0.782609,300,300,0,1), + (22055,180878,1,10148.3,2574.19,1320.52,-1.41372,0,0,-0.649449,0.760405,300,300,0,1), + (22056,180878,1,10145.3,2572.1,1320.98,-1.78023,0,0,-0.777144,0.629323,300,300,0,1), + (22057,180878,1,10146.9,2572.09,1320.74,-2.74016,0,0,-0.979924,0.199371,300,300,0,1), + (22058,180878,1,10147.6,2574.05,1320.64,2.1293,0,0,0.874619,0.48481,300,300,0,1), + (22059,180878,1,10145,2573.84,1321.03,-0.715585,0,0,-0.350207,0.936672,300,300,41,1), + (22060,180878,1,10147.9,2574.83,1320.58,-0.698132,0,0,-0.34202,0.939693,300,300,0,1), + (22061,180879,1,10146.3,2573.1,1320.67,-0.418879,0,0,-0.207912,0.978148,300,300,0,1), + (22062,180880,1,10146.4,2572.52,1322.5,-2.86233,0,0,-0.990267,0.139178,300,300,0,1), + (22063,180881,1,10146.3,2573.47,1322.49,-1.48353,0,0,-0.67559,0.737277,300,300,0,1), + (22064,180882,1,10146.5,2573.02,1322.49,-1.83259,0,0,-0.793352,0.608764,300,300,0,1), + (22065,180883,1,10145.7,2573.4,1322.48,-0.837757,0,0,-0.406736,0.913546,300,300,0,1), + (22066,180883,1,10145.9,2572.75,1322.49,-0.471238,0,0,-0.233445,0.97237,300,300,0,1), + (22067,180765,1,10080.9,2586.87,1340.51,-1.0821,0,0,-0.515036,0.857168,300,300,0,1), + (22068,180765,1,10180.7,2583.7,1364.72,-2.58308,0,0,-0.961261,0.275641,300,300,0,1), + (22069,180765,1,10040.4,2478.43,1353.98,-1.58825,0,0,-0.713251,0.700909,300,300,0,1), + (22070,180765,1,10165.4,2580.43,1361.88,2.23402,0,0,0.898794,0.438372,300,300,0,1), + (22071,180765,1,10088.9,2580.35,1341.74,2.19912,0,0,0.891008,0.453988,300,300,0,1), + (22072,180765,1,10107.7,2590.67,1341.86,1.50098,0,0,0.681997,0.731355,300,300,0,1), + (22073,180765,1,10170.9,2556.5,1366.24,2.63544,0,0,0.968147,0.250383,300,300,0,1), + (22074,180765,1,10170.2,2554.24,1344.73,-0.436332,0,0,-0.216439,0.976296,300,300,0,1), + (22075,180765,1,10050.7,2510.38,1353.98,-0.541051,0,0,-0.267238,0.963631,300,300,0,1), + (22076,180765,1,10185.8,2575.52,1366.35,-1.39626,0,0,-0.642786,0.766046,300,300,0,1), + (22077,180765,1,10106.9,2600.88,1340.55,2.96704,0,0,0.996194,0.0871655,300,300,0,1), + (22078,180765,1,10162.8,2569.22,1366.5,1.25664,0,0,0.587786,0.809016,300,300,0,1), + (22079,180765,1,10156.6,2582.27,1345.43,-1.46608,0,0,-0.669132,0.743144,300,300,0,1), + (22080,180765,1,10185.6,2561.11,1366.72,1.0821,0,0,0.515036,0.857168,300,300,0,1), + (22081,180765,1,10163.1,2568.72,1353.6,-1.41372,0,0,-0.649449,0.760405,300,300,0,1), + (22201,153578,1,-2351.58,-1944.75,95.7911,0.427606,0,0,0.212178,0.977231,900,900,100,1), + (23607,176346,329,3682.24,-3401.63,132.84,3.87243,0,0,0.933973,-0.357343,600,600,255,1), + (23609,176349,329,3651.64,-3165.24,128.157,2.17619,0,0,0.885745,0.464173,600,600,255,1), + (23610,176350,329,3660.31,-3476.31,138.379,1.49442,0,0,0.679596,0.733586,600,600,255,1), + (23611,176351,329,3662.84,-3629.71,138.513,5.47596,0,0,0.392744,-0.919648,600,600,255,1), + (23612,176352,329,3567.3,-3351.87,130.696,5.47596,0,0,0.392744,-0.919648,600,600,255,1), + (23613,176353,329,3500.43,-3295.64,131.034,1.57623,0,0,0.709027,0.705182,600,600,255,1), + (23615,176360,329,3682.91,-3401.05,133.941,0.670026,0,0,-0.929145,0.369716,-180,-180,255,1), + (23616,176360,329,3652.15,-3165.96,129.285,5.34443,0,0,0.452331,-0.89185,-180,-180,255,1), + (23617,176360,329,3660.25,-3477.18,139.511,4.82007,0,0,-0.685653,-0.727929,-180,-180,255,1), + (23618,176360,329,3662.24,-3629.09,139.66,2.20469,0,0,-0.382585,0.92392,-180,-180,255,1), + (23619,176360,329,3566.72,-3351.26,131.838,2.31857,0,0,0.916517,0.399995,-180,-180,255,1), + (23620,176360,329,3500.44,-3296.51,132.178,4.55695,0,0,-0.711057,-0.703135,-180,-180,255,1), + (23981,181287,533,2789.51,-3075.94,267.685,0.814009,0,0,0.39586,0.918311,6380,6380,100,1), + (23982,181287,533,2745.96,-3312.15,267.684,0.138569,0,0,0.0692289,0.997601,6380,6380,100,1), + (23983,181287,533,2678.9,-3432.53,267.689,4.74886,0,0,0.694097,-0.719881,6380,6380,100,1), + (23984,181287,533,2635.2,-3384.3,267.685,3.19377,0,0,0.99966,-0.0260857,6380,6380,100,1), + (24059,175969,329,3575.01,-2984,125.33,0.610866,0,0,0.300706,0.953717,180,180,100,0), + (24166,149410,0,-6683.73,-1194.19,240.027,0.447678,0,0,0.221974,0.975053,-360,-360,0,1), + (24169,180471,0,-10464.1,-3261.28,32.3179,1.43117,0,0,0.656059,0.75471,600,600,100,1), + (24681,180057,0,841.286,2207.92,-136.506,0.217779,0,0,0.108674,0.994077,25,25,255,1), + (24682,180057,0,-10170.1,2388.58,-139.25,3.84594,0,0,0.98777,-0.15592,25,25,255,1), + (24846,143981,1,322.408,-4706.9,14.6834,1.03847,0,0,0.496216,0.868199,900,900,100,1), + (25119,175458,329,3704.12,-3247.53,126.895,2.26893,-0.018434,-0.039533,0.905445,0.422216,180,180,100,1), + (25329,175459,329,3446.54,-3370.09,140.956,1.65806,0,0,0.737278,0.67559,180,180,100,1), + (25478,142095,1,-3618.42,-4437.94,13.4574,3.14159,0,0,1,0,900,900,100,1), + (26178,75298,34,188.603,81.585,-33.9396,2.47837,0,0,0.945519,0.325568,43200,43200,100,1), + (26179,75298,34,90.5921,-145.882,-33.9396,1.44862,0,0,0.66262,0.748956,43200,43200,100,1), + (26180,179967,0,-9536.88,66.2043,58.8815,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (26181,179968,0,-9556.75,73.0311,58.8824,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (26183,17153,36,-262.714,-482.361,49.4353,-0.017454,0,0,-0.008727,0.999962,43200,43200,100,1), + (26184,17154,36,-242.965,-578.561,51.1366,3.12414,0,0,0.999962,0.008726,43200,43200,100,1), + (26186,1731,36,-81.0082,-394.329,61.5258,0.436332,0,0,0.216439,0.976296,7200,7200,100,1), + (26187,1732,36,-127.872,-444.354,57.161,0.349066,0,0,0.173648,0.984808,7200,7200,100,1), + (26188,101831,36,-188.136,-460.313,54.5591,1.72788,0,0,0.760406,0.649448,43200,43200,100,1), + (26189,1732,36,-211.943,-518.46,52.8603,-2.33874,0,0,-0.920505,0.390732,7200,7200,100,1), + (26190,19019,36,-214.701,-545.259,19.3065,-1.37881,0,0,0.636078,-0.771625,43200,43200,100,1), + (26191,123207,36,-205.664,-574.581,20.9987,1.55334,0,0,0.700909,0.71325,43200,43200,100,1), + (26192,101834,36,-165.404,-576.924,19.3064,-2.98451,0,0,0.996917,-0.078458,43200,43200,100,1), + (26193,123210,36,-205.805,-583.964,20.9987,-1.58825,0,0,-0.71325,0.700909,43200,43200,100,1), + (26194,123208,36,-210.428,-579.201,20.9987,3.12414,0,0,0.999962,0.008726,43200,43200,100,1), + (26195,123209,36,-201.043,-579.374,20.9987,-0.017454,0,0,-0.008727,0.999962,43200,43200,100,1), + (26196,19019,36,-170.766,-588.508,19.3276,2.77507,0,0,0.983255,0.182236,43200,43200,100,1), + (26197,101832,36,-287.282,-539.877,49.4321,1.72788,0,0,0.760406,0.649448,43200,43200,100,1), + (26198,75293,36,-312.046,-477.501,49.5979,-1.55334,0,0,-0.700908,0.713252,5200,5200,100,1), + (26199,1731,36,-286.104,-577.582,50.9829,-0.069813,0,0,-0.0348994,0.999391,7200,7200,100,1), + (26200,123211,36,-205.973,-613.262,19.4004,-0.104719,0,0,-0.052336,0.99863,43200,43200,100,1), + (26201,123213,36,-196.491,-605.381,19.4004,1.64061,0,0,0.731353,0.681999,43200,43200,100,1), + (26202,123212,36,-196.417,-610.98,19.4004,-2.02458,0,0,-0.848048,0.529919,43200,43200,100,1), + (26203,17155,36,-106.409,-617.284,13.8495,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (26204,1732,36,-106.249,-611.118,16.6945,2.25148,0,0,0.902586,0.430509,7200,7200,100,1), + (26205,16398,36,-107.562,-659.674,7.21211,-0.890294,-0.002224,0.0111,-0.430507,0.902516,180,180,100,1), + (26206,101833,36,-96.9278,-670.597,7.40338,1.90241,0,0,0.814115,0.580703,43200,43200,100,1), + (26207,3705,36,-89.3315,-682.574,7.42373,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (26208,3705,36,-43.7597,-733.648,9.18536,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (26209,19019,36,-141.933,-770.301,2.44696,0.017453,0,0,0.008727,0.999962,43200,43200,100,1), + (26210,75293,36,-77.7409,-788.596,26.1097,1.16937,0,0,0.551937,0.833886,5200,5200,100,1), + (26211,144111,36,2.69086,-781.633,9.76985,2.33874,0,0,0.920505,0.390731,43200,43200,100,1), + (26212,3662,36,-144.899,-891.56,4.30954,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (26225,170499,230,1410.75,-778.143,-85.165,0,0,0,0,1,600,600,100,1), + (26227,22604,0,-9379.57,-65.7043,64.4918,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (26228,1617,0,-9766.11,-607.248,38.7044,3.00197,0,0,0.997564,0.0697546,300,300,100,1), + (26229,22603,0,-9379.46,-65.5162,69.4086,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (26230,2061,0,-9379.46,-65.5162,69.4086,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (26231,22606,0,-9380.42,-66.1146,64.4918,-0.872663,0,0,-0.422618,0.906308,900,900,100,1), + (26232,2061,0,-9380.42,-66.1146,64.4918,-0.872663,0,0,-0.422618,0.906308,900,900,100,1), + (26233,22602,0,-9380.32,-65.9266,69.4086,-0.872663,0,0,-0.422618,0.906308,900,900,100,1), + (26234,106318,0,-9484.18,-349.415,59.8835,2.70526,0,0,0.976296,0.21644,3600,3600,100,1), + (26235,170351,0,-9384.81,-66.0895,64.4227,-2.08567,0,0,-0.863836,0.503774,900,900,100,1), + (26236,170349,0,-9388.5,-64.0052,64.4227,-2.08567,0,0,-0.863836,0.503774,900,900,100,1), + (26237,170350,0,-9386.61,-65.0726,64.4227,-2.08567,0,0,-0.863836,0.503774,900,900,100,1), + (26238,170348,0,-9390.25,-64.5718,64.4227,-0.514872,0,0,-0.254602,0.967046,900,900,100,1), + (26239,170347,0,-9391.43,-66.6428,64.4227,-0.514872,0,0,-0.254602,0.967046,900,900,100,1), + (26240,22605,0,-9380.79,-65.4971,64.4918,2.60927,0,0,0.964787,0.263032,900,900,100,1), + (26241,2061,0,-9380.79,-65.4971,64.4918,2.60927,0,0,0.964787,0.263032,900,900,100,1), + (26242,1560,0,-9463.14,-2.22515,63.8205,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (26243,177502,0,-9467.19,16.164,63.9322,0.069814,0,0,0.0349,0.999391,900,900,100,1), + (26244,22772,0,-9456.12,21.3815,56.9157,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (26245,2061,0,-9456.12,21.3815,56.9157,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (26246,22803,0,-9458.4,16.0574,56.9748,-2.50455,0,0,0.949699,-0.313163,900,900,100,1), + (26247,22773,0,-9455,23.3205,56.9157,0.383973,0,0,0.190809,0.981627,900,900,100,1), + (26248,2061,0,-9455,23.3205,56.9157,0.383973,0,0,0.190809,0.981627,900,900,100,1), + (26249,177495,0,-9460.35,13.188,56.9748,1.42244,0,0,0.652759,0.757565,900,900,100,1), + (26250,177500,0,-9456.11,27.3651,63.8175,-2.03331,0,0,-0.850353,0.526213,900,900,100,1), + (26251,177501,0,-9456.63,24.7865,63.8175,1.80642,0,0,0.785317,0.619094,900,900,100,1), + (26252,177503,0,-9457.11,36.5191,63.9322,-1.69297,0,0,-0.748956,0.66262,900,900,100,1), + (26253,22774,0,-9456.23,24.3172,56.9157,3.01942,0,0,0.998135,0.061048,900,900,100,1), + (26254,2061,0,-9456.23,24.3172,56.9157,3.01942,0,0,0.998135,0.061048,900,900,100,1), + (26255,177494,0,-9458.8,13.3082,56.9748,2.2253,0,0,0.896873,0.442288,900,900,100,1), + (26256,22783,0,-9465.5,5.93474,63.8175,1.10828,0,0,0.526213,0.850353,900,900,100,1), + (26257,22777,0,-9456.42,22.8661,56.9157,-2.17294,0,0,0.884988,-0.465614,900,900,100,1), + (26258,2061,0,-9456.42,22.8661,56.9157,-2.17294,0,0,0.884988,-0.465614,900,900,100,1), + (26259,22804,0,-9459.94,16.4905,56.9748,-1.67552,0,0,-0.743145,0.669131,900,900,100,1), + (26260,175749,0,-9461.34,16.1169,64.9663,-1.41372,0,0,0.649448,-0.760406,900,900,100,1), + (26262,176576,0,-8765.82,403.164,104.162,-0.898844,0,0,-0.434445,0.900698,900,900,100,0), + (26263,25332,0,-8999.85,474.263,98.1296,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26266,2109,0,-8816.2,498.888,101.957,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (573695,177670,0,3117.6,-3870.24,138.364,3.25174,0,0,0.998484,-0.0550475,-45,-45,100,1), + (26270,24632,0,-8858.72,573.456,101.069,0.776672,0,0,0.378649,0.925541,900,900,100,1), + (573694,177670,0,2862.1,-3232.82,134.187,6.28181,0,0,0.000687273,-1,-45,-45,100,1), + (26276,24631,0,-8856.19,576.132,101.069,-2.39983,0,0,0.932008,-0.362438,900,900,100,1), + (26277,10082,0,-8879.98,567.066,93.3457,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26278,10083,0,-8882.02,565.445,93.3457,2.24275,0,0,0.900698,0.434445,900,900,100,1), + (26279,103795,0,-8800.81,578.754,96.7434,2.24275,0,0,0.900698,0.434445,900,900,100,1), + (26280,105188,0,-8859.88,584.693,97.7821,2.37365,0,0,0.927184,0.374607,900,900,100,1), + (26282,25330,0,-8950.24,523.951,98.1296,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26283,176573,0,-8940.04,537.055,116.107,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (26285,25328,0,-8859.34,609.421,96.9478,-1.20428,0,0,-0.566406,0.824127,900,900,100,1), + (26286,63195,0,-8885.46,594.829,97.6335,-1.0821,0,0,-0.515038,0.857167,900,900,100,1), + (573693,177670,0,2794.86,-3761.12,125.424,3.28237,0,0,0.997524,-0.0703324,-45,-45,100,1), + (26289,2123,0,-8798.77,580.375,95.4652,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26290,2190,0,-8798.77,580.375,96.7434,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (573692,177670,0,3227.72,-3096.21,161.34,3.22661,0,0,0.999097,-0.0424947,-45,-45,100,1), + (26292,2146,0,-8834.74,613.107,100.341,2.46092,0,0,0.942642,0.333806,900,900,100,1), + (26293,24498,0,-8911.46,631.015,99.5682,-2.63545,0,0,0.968148,-0.25038,900,900,100,1), + (26294,24529,0,-8913.85,609.636,99.5682,2.07694,0,0,0.861629,0.507539,900,900,100,1), + (26295,24530,0,-8910.58,611.415,99.5682,2.07694,0,0,0.861629,0.507539,900,900,100,1), + (26296,24531,0,-8904.06,615.052,99.5682,2.07694,0,0,0.861629,0.507539,900,900,100,1), + (26297,2124,0,-8830.48,617.036,93.5619,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26298,24496,0,-8907.24,623.35,99.5682,-2.63545,0,0,0.968148,-0.25038,900,900,100,1), + (26299,2110,0,-8828.66,616.828,94.162,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26300,24486,0,-8882.89,612.291,95.2583,-1.85005,0,0,-0.798636,0.601815,900,900,100,1), + (26301,24487,0,-8886.57,610.899,95.2583,-0.279253,0,0,-0.139173,0.990268,900,900,100,1), + (26302,24488,0,-8886.54,618.386,95.3006,-2.64417,0,0,0.969231,-0.246153,900,900,100,1), + (26303,24489,0,-8890.1,616.553,95.2891,0.497419,0,0,0.246153,0.969231,900,900,100,1), + (26304,24633,0,-8884.17,607.827,95.2583,1.41372,0,0,0.649448,0.760406,900,900,100,1), + (26305,17268,0,-8920.59,607.744,99.5272,-1.44862,0,0,-0.66262,0.748956,900,900,100,1), + (26306,17269,0,-8922.39,606.783,99.5272,-0.523598,0,0,-0.258819,0.965926,900,900,100,1), + (26307,17262,0,-8907.33,615.291,99.5272,-1.44862,0,0,-0.66262,0.748956,900,900,100,1), + (26308,17261,0,-8909.32,614.132,99.5272,-0.523598,0,0,-0.258819,0.965926,900,900,100,1), + (26309,28035,0,-8830.74,615.172,93.0378,2.24275,0,0,0.900698,0.434445,900,900,100,1), + (26310,24388,0,-8923.91,604.165,99.5682,2.07694,0,0,0.861629,0.507539,900,900,100,1), + (26311,24492,0,-8885.36,613.676,102.314,-2.64417,0,0,0.969231,-0.246153,900,900,100,1), + (26312,2112,0,-8828.86,614.998,93.5619,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26313,2142,0,-8830.69,615.207,94.162,2.24275,0,0,0.900698,0.434445,900,900,100,1), + (26314,24634,0,-8881.11,609.416,95.2583,2.86234,0,0,0.990268,0.139173,900,900,100,1), + (26315,24490,0,-8889.22,619.027,95.2728,-1.07338,0,0,-0.511293,0.859407,900,900,100,1), + (26316,24528,0,-8917.39,607.75,99.5682,2.07694,0,0,0.861629,0.507539,900,900,100,1), + (26328,2139,0,-8800.81,629.267,97.3194,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26335,2111,0,-8752.45,551.908,96.9932,0.916297,0,0,0.442288,0.896873,900,900,100,1), + (26336,2119,0,-8750.38,550.322,96.9932,-2.2253,0,0,0.896873,-0.442288,900,900,100,1), + (26337,2100,0,-8773.94,612.498,97.9492,-2.35619,0,0,0.923879,-0.382684,900,900,100,1), + (26338,28036,0,-8752.45,551.908,95.784,0.916297,0,0,0.442288,0.896873,900,900,100,1), + (26339,2116,0,-8750.63,552.148,97.5932,-0.654498,0,0,-0.321439,0.94693,900,900,100,1), + (26340,2145,0,-8877.12,644.33,99.9724,0.471239,0,0,0.233446,0.97237,900,900,100,1), + (26385,66780,0,-8785.44,638.509,100.472,1.8675,0,0,0.803857,0.594823,900,900,100,1), + (26388,112898,0,-8855.54,661.93,100.128,-0.986112,0,0,-0.47332,0.880891,900,900,100,1), + (26391,24500,0,-8745.53,653.098,105.104,-2.59181,0,0,0.962455,-0.27144,900,900,100,1), + (26392,24502,0,-8750.01,654.409,105.104,-1.03847,0,0,-0.496216,0.868199,900,900,100,1), + (26393,24503,0,-8751.01,652.083,105.104,0,0,0,0,1,900,900,100,1), + (26394,24501,0,-8747.54,654.676,105.104,-1.52716,0,0,-0.691513,0.722364,900,900,100,1), + (26395,24510,0,-8739.99,656.817,105.131,-1.27409,0,0,-0.594823,0.803857,900,900,100,1), + (26396,24511,0,-8738.03,655.697,105.131,-2.84489,0,0,0.989016,-0.14781,900,900,100,1), + (26397,24504,0,-8741.02,654.916,105.131,0.296706,0,0,0.147809,0.989016,900,900,100,1), + (26398,24505,0,-8739.25,653.735,105.131,1.8675,0,0,0.803857,0.594823,900,900,100,1), + (26399,24493,0,-8736.72,654.489,112.12,1.8675,0,0,0.803857,0.594823,900,900,100,1), + (573691,177669,0,3183.1,-3461.12,168.207,1.0472,0,0,0.5,0.866025,-45,-45,100,1), + (26401,3705,0,-8715.8,641.233,101.567,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (26404,160444,0,-8862.7,674.185,97.9155,0.349065,0,0,0.173648,0.984808,900,900,100,1), + (26405,2138,0,-8801.26,685.201,105.043,-1.7366,0,0,-0.763232,0.646124,900,900,100,1), + (26406,24469,0,-8861.7,671.905,97.9155,0.837757,0,0,0.406736,0.913546,900,900,100,1), + (26407,2101,0,-8822.23,673.832,98.4552,0.471239,0,0,0.233446,0.97237,900,900,100,1), + (26408,24470,0,-8859.18,671.656,97.9155,1.87623,0,0,0.806445,0.591309,900,900,100,1), + (26413,2099,0,-8779.16,666.68,104.139,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26414,176573,0,-8790.99,671.519,102.051,-1.13446,0,0,0.5373,-0.843391,900,900,100,1), + (26415,2136,0,-8722.32,515.438,96.7327,-2.50455,0,0,0.949699,-0.313164,900,900,100,1), + (26416,2115,0,-8723.86,517.518,96.5355,0.637046,0,0,0.313164,0.949699,900,900,100,1), + (26417,28041,0,-8723.89,517.549,95.3567,0.637046,0,0,0.313164,0.949699,900,900,100,1), + (26418,28027,0,-8722.04,517.246,96.743,-0.933752,0,0,-0.450099,0.892979,900,900,100,1), + (26419,25346,0,-8730.09,500.055,107.884,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26420,179725,0,-8722.25,515.349,94.4307,-2.50455,0,0,0.949699,-0.313164,900,900,100,1), + (26421,179744,0,-8722.26,515.362,95.1963,-2.50455,0,0,0.949699,-0.313164,900,900,100,1), + (26422,179743,0,-8722.29,515.4,95.9646,-2.50455,0,0,0.949699,-0.313164,900,900,100,1), + (26423,25347,0,-8709.44,516.483,107.884,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (573690,177669,0,3180.5,-3321.09,166.007,-0.855212,0,0,0.414693,-0.909961,-45,-45,100,1), + (26426,176573,0,-8688,583.24,100.881,-1.93731,0,0,0.824126,-0.566406,900,900,100,1), + (26428,2108,0,-8690.85,472.162,96.2616,0.663226,0,0,0.325568,0.945518,900,900,100,1), + (26429,2154,0,-8715.09,457.635,102.051,-0.90757,0,0,-0.438371,0.898794,900,900,100,1), + (26430,130125,0,-8670.68,447.147,101.64,2.2253,0,0,0.896873,0.442288,900,900,100,1), + (26431,164908,0,-8673.33,489.992,102.188,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26432,179731,0,-8677.2,484.316,98.4834,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26433,179728,0,-8677.26,484.272,96.7433,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26434,179732,0,-8677.29,484.241,97.6425,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26435,176573,0,-8679.42,446.083,99.9921,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (573689,177669,0,3124.68,-3869.22,139.169,0.226893,0,0,0.113203,0.993572,-45,-45,100,1), + (26437,2143,0,-8617.82,520.15,103.077,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (26438,2125,0,-8617.8,521.992,102.477,0.776672,0,0,0.378649,0.925541,900,900,100,1), + (26439,2150,0,-8664.27,496.432,104.12,-1.69297,0,0,-0.748956,0.66262,900,900,100,1), + (26440,25336,0,-8620.57,515.031,115.383,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26441,28028,0,-8615.96,521.976,103.077,-0.794124,0,0,-0.386711,0.922201,900,900,100,1), + (26442,28033,0,-8649.44,475.237,102.919,-0.90757,0,0,-0.438371,0.898794,900,900,100,1), + (26443,2117,0,-8615.97,520.134,102.477,-2.36492,0,0,0.92554,-0.378649,900,900,100,1), + (573688,177669,0,3006.01,-3433.58,150.562,-1.8326,0,0,0.793353,-0.608761,-45,-45,100,1), + (26454,25337,0,-8604.14,494.379,115.383,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26455,2120,0,-8577.29,534.76,101.237,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (26456,2129,0,-8578.51,537.059,101.237,0.488692,0,0,0.241922,0.970296,900,900,100,1), + (26457,2189,0,-8579.05,535.299,101.837,2.05949,0,0,0.857167,0.515038,900,900,100,1), + (26458,28029,0,-8576.75,536.521,101.837,-1.0821,0,0,-0.515038,0.857167,900,900,100,1), + (573687,177669,0,3292.42,-3643.56,149.743,1.3439,0,0,0.622515,0.782608,-45,-45,100,1), + (26460,2152,0,-8636.66,427.751,107.94,2.23402,0,0,0.898794,0.438371,900,900,100,1), + (26461,2153,0,-8649.6,433.767,107.404,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26462,28047,0,-8551.27,495.747,105.725,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26464,28034,0,-8547.07,499.24,99.3676,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26465,179730,0,-8648.52,417.363,102.766,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26466,179733,0,-8648.61,417.288,101.926,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26467,179727,0,-8648.57,417.319,101.026,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26468,126046,0,-8546.43,516.733,111.292,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26469,176573,0,-8552.55,460.888,104.815,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (26470,24607,0,-8544.04,543.648,102.773,1.45735,0,0,0.665881,0.746058,900,900,100,1), + (26471,24601,0,-8545.36,545.544,102.773,-0.113446,0,0,-0.056693,0.998392,900,900,100,1), + (26472,24517,0,-8543.43,551.564,102.746,1.71042,0,0,0.754709,0.656059,900,900,100,1), + (26473,24516,0,-8542.18,556.991,102.746,-1.98095,0,0,-0.836286,0.548293,900,900,100,1), + (26474,10206,0,-8543.57,546.7,102.773,-1.68424,0,0,-0.746058,0.665881,900,900,100,1), + (26475,24507,0,-8545.67,542.93,109.762,-0.113445,0,0,-0.056692,0.998392,900,900,100,1), + (26476,24508,0,-8540.45,555.15,102.746,-3.01942,0,0,0.998135,-0.061049,900,900,100,1), + (26477,24606,0,-8542.23,544.996,102.773,3.02815,0,0,0.998392,0.056692,900,900,100,1), + (26478,147824,0,-8541.19,552.774,102.746,2.77507,0,0,0.983255,0.182236,900,900,100,1), + (26479,24548,0,-8550.38,354.24,108.413,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26480,24551,0,-8542.18,394.582,108.375,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26481,24562,0,-8551.11,371.227,108.541,0.5236,0,0,0.25882,0.965926,900,900,100,1), + (26482,24563,0,-8551.15,374.908,108.541,-1.14319,0,0,-0.540974,0.841039,900,900,100,1), + (26483,24564,0,-8547.77,373.781,108.541,-2.51327,0,0,0.951057,-0.309017,900,900,100,1), + (26484,24547,0,-8552.04,356.335,108.413,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26485,24479,0,-8614.78,394.164,102.929,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26486,24627,0,-8616.92,389.98,102.929,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26487,24546,0,-8551.28,395.436,108.375,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26488,24544,0,-8567.58,375.923,108.413,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26489,24545,0,-8565.92,373.827,108.413,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26490,24538,0,-8548,391.504,108.413,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26491,24539,0,-8537.45,358.165,108.375,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26492,24542,0,-8546.33,389.409,108.413,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26493,103802,0,-8601.58,392.346,102.929,2.2253,0,0,0.896873,0.442288,900,900,100,1), + (26494,10223,0,-8599.53,380.303,110.184,-2.522,0,0,0.952396,-0.304864,900,900,100,1), + (26495,24552,0,-8560.94,387.75,108.375,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26496,17255,0,-8618.09,391.587,102.929,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26497,10201,0,-8603.47,394.958,102.929,-0.916298,0,0,-0.442289,0.896873,900,900,100,1), + (26498,10209,0,-8603.98,392.582,102.929,0.619592,0,0,0.304864,0.952396,900,900,100,1), + (26499,17258,0,-8596.63,383.499,110.184,0.619592,0,0,0.304864,0.952396,900,900,100,1), + (26500,17252,0,-8617.62,394.256,102.929,-0.933752,0,0,-0.450099,0.892979,900,900,100,1), + (26501,24541,0,-8563.98,361.292,108.375,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26502,24550,0,-8570.74,379.958,108.375,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26503,24566,0,-8547.85,370.833,108.541,2.32129,0,0,0.91706,0.398749,900,900,100,1), + (26504,17281,0,-8613.99,389.682,102.929,2.19039,0,0,0.889017,0.457873,900,900,100,1), + (26505,10218,0,-8596.46,386.362,110.184,-0.916298,0,0,-0.442289,0.896873,900,900,100,1), + (26506,10194,0,-8602.56,378.004,110.184,0.619592,0,0,0.304864,0.952396,900,900,100,1), + (26507,10216,0,-8602.05,380.565,110.184,-0.916298,0,0,-0.442289,0.896873,900,900,100,1), + (26508,24600,0,-8613.6,392.708,102.929,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26509,24555,0,-8571.77,371.088,108.375,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26510,24556,0,-8556.29,351.63,108.375,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26511,24543,0,-8547.25,350.373,108.375,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26512,24763,0,-8604.54,357.722,100.129,-1.66679,0,0,-0.740218,0.672367,900,900,100,1), + (26513,2061,0,-8604.54,357.722,100.129,-1.66679,0,0,-0.740218,0.672367,900,900,100,1), + (26514,17276,0,-8608.41,373.171,110.184,0.619592,0,0,0.304864,0.952396,900,900,100,1), + (26515,17274,0,-8605.59,375.393,110.184,-2.522,0,0,0.952396,-0.304864,900,900,100,1), + (26516,24764,0,-8604.28,358.384,100.129,1.4399,0,0,0.659346,0.75184,900,900,100,1), + (26517,2061,0,-8604.28,358.384,100.129,1.4399,0,0,0.659346,0.75184,900,900,100,1), + (26518,28038,0,-8538.83,681.087,96.6712,2.2602,0,0,0.904455,0.426568,900,900,100,1), + (26519,28031,0,-8536.95,680.95,97.1988,-2.45219,0,0,0.941176,-0.337917,900,900,100,1), + (26520,2133,0,-8538.78,681.127,97.7989,2.2602,0,0,0.904455,0.426568,900,900,100,1), + (26521,2140,0,-8538.6,682.959,97.1988,0.689406,0,0,0.337917,0.941176,900,900,100,1), + (26522,25338,0,-8556.2,666.571,103.701,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26523,2102,0,-8559.69,670.721,97.824,0.663226,0,0,0.325568,0.945518,900,900,100,1), + (26524,181354,0,-8539.9,675.413,95.4741,-1.71042,0,0,0.75471,-0.656059,900,900,100,1), + (26525,24512,0,-8552.68,717.101,108.738,0.689404,0,0,0.337916,0.941176,900,900,100,1), + (26526,24513,0,-8551.69,719.33,101.75,2.2602,0,0,0.904455,0.426568,900,900,100,1), + (26527,24514,0,-8553.82,721.747,101.75,-0.881392,0,0,-0.426569,0.904455,900,900,100,1), + (26528,24520,0,-8556.47,732.65,108.886,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26529,10192,0,-8558.13,730.031,101.722,-1.89368,0,0,-0.811574,0.584249,900,900,100,1), + (26530,10193,0,-8556.18,727.799,101.722,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (26531,10195,0,-8557.39,724.922,101.722,2.55691,0,0,0.957571,0.288196,900,900,100,1), + (26532,10210,0,-8564.63,702.333,103.529,2.23402,0,0,0.898794,0.438371,900,900,100,1), + (26533,10211,0,-8566.48,704.905,103.547,-0.90757,0,0,-0.438371,0.898794,900,900,100,1), + (26534,10212,0,-8564.42,704.546,103.545,-2.47837,0,0,0.945518,-0.325568,900,900,100,1), + (26535,10213,0,-8566.76,702.606,103.557,0.663226,0,0,0.325568,0.945518,900,900,100,1), + (26536,24515,0,-8551.76,721.546,101.75,-2.45219,0,0,0.941176,-0.337916,900,900,100,1), + (26537,10196,0,-8554.06,719.456,101.75,0.689406,0,0,0.337917,0.941176,900,900,100,1), + (26538,24519,0,-8559.68,730.099,108.886,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26539,2159,0,-8565.34,738.994,103.01,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26540,2160,0,-8575.77,719.845,98.2461,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26541,10217,0,-8573.43,710.857,103.514,-0.113446,0,0,-0.056693,0.998392,900,900,100,1), + (26542,10214,0,-8568.68,709.467,103.514,3.02815,0,0,0.998392,0.056692,900,900,100,1), + (26543,10215,0,-8571.62,707.766,103.514,1.45735,0,0,0.665881,0.746058,900,900,100,1), + (26544,24518,0,-8560.62,729.75,101.722,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (26545,25339,0,-8576.98,671.775,109.566,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26546,10219,0,-8571.09,712.617,103.514,-1.56207,0,0,-0.704015,0.710185,900,900,100,1), + (26548,2155,0,-8673.01,402.956,108.793,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26549,179729,0,-8730.51,405.396,98.1411,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26550,2156,0,-8706.44,400.225,105.812,1.02974,0,0,0.492424,0.870356,900,900,100,1), + (26551,179726,0,-8730.57,405.352,96.401,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (26552,179734,0,-8730.61,405.321,97.3002,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (573686,177669,0,3234.45,-3095.5,162.193,0.174533,0,0,0.087156,0.996195,-45,-45,100,1), + (26554,3662,0,-8699,341.685,102.28,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (26555,17266,0,-8612.39,371.32,110.184,-2.522,0,0,0.952396,-0.304864,900,900,100,1), + (26556,17275,0,-8614.85,371.595,110.184,-0.916298,0,0,-0.442289,0.896873,900,900,100,1), + (26557,17249,0,-8608.17,375.809,110.184,-0.916298,0,0,-0.442289,0.896873,900,900,100,1), + (26560,160439,0,-8706.19,333.207,111.613,-1.35263,0,0,-0.625924,0.779884,900,900,100,1), + (26561,160440,0,-8703.11,333.406,111.611,-1.85878,0,0,-0.801254,0.598325,900,900,100,1), + (26562,112901,0,-8693.8,307.521,101.029,2.79253,0,0,0.984808,0.173648,900,900,100,1), + (26563,112902,0,-8694.1,311.796,101.029,-1.97222,0,0,-0.833886,0.551937,900,900,100,1), + (26564,112903,0,-8692.94,309.367,101.029,2.79253,0,0,0.984808,0.173648,900,900,100,1), + (26565,112904,0,-8696.43,310.742,101.029,-0.349066,0,0,-0.173648,0.984808,900,900,100,1), + (26566,160438,0,-8708.7,331.562,111.613,-0.680677,0,0,-0.333806,0.942642,900,900,100,1), + (26567,179738,0,-8746.64,375.573,108.044,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26568,179736,0,-8750.65,406.218,107.633,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26569,176242,0,-8812.31,354.229,100.711,2.99324,0,0,0.99725,0.074108,900,900,100,1), + (26570,176243,0,-8820.47,355.468,100.711,-0.104721,0,0,-0.052337,0.99863,900,900,100,1), + (26571,124374,0,-8805.35,339.796,95.0986,-1.69297,0,0,0.748956,-0.66262,900,900,100,1), + (26572,112905,0,-8697.11,308.776,101.029,-0.349066,0,0,-0.173648,0.984808,900,900,100,1), + (26573,112906,0,-8696.18,306.674,101.029,0.287979,0,0,0.143493,0.989651,900,900,100,1), + (26574,176232,0,-8794.49,329.951,109.518,-1.66679,0,0,-0.740218,0.672367,900,900,100,1), + (26575,160437,0,-8709.33,328.886,111.613,0.069814,0,0,0.0349,0.999391,900,900,100,1), + (26576,176233,0,-8796.4,328.243,109.518,-0.043633,0,0,-0.021815,0.999762,900,900,100,1), + (26577,176234,0,-8792.65,327.983,109.518,3.09796,0,0,0.999762,0.021814,900,900,100,1), + (26578,176235,0,-8792.92,325.964,109.518,3.09796,0,0,0.999762,0.021814,900,900,100,1), + (26579,176237,0,-8794.93,324.44,109.518,0.593412,0,0,0.292372,0.956305,900,900,100,1), + (26580,176238,0,-8794.14,331.237,103.09,-1.31772,0,0,-0.612217,0.79069,900,900,100,1), + (26581,176239,0,-8796.24,329.781,103.09,-0.253074,0,0,-0.126199,0.992005,900,900,100,1), + (26582,24480,0,-8705.53,320.452,103.098,-1.91986,0,0,-0.819152,0.573577,900,900,100,1), + (26583,179737,0,-8759.01,381.722,108.044,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26584,176240,0,-8796.7,327.336,103.09,0.235619,0,0,0.117537,0.993068,900,900,100,1), + (26585,160441,0,-8705.77,325.564,111.613,1.25664,0,0,0.587785,0.809017,900,900,100,1), + (26586,176241,0,-8794.77,325.704,103.09,1.27409,0,0,0.594823,0.803857,900,900,100,1), + (26587,176236,0,-8796.45,326.165,109.518,-0.043633,0,0,-0.021815,0.999762,900,900,100,1), + (26588,160436,0,-8708.19,326.775,111.613,0.6545,0,0,0.32144,0.94693,900,900,100,1), + (26589,112907,0,-8708.01,313.557,103.098,1.23046,0,0,0.577146,0.816641,900,900,100,1), + (26590,179735,0,-8761.47,405.757,105.839,-0.898844,0.022737,0.047139,-0.433849,0.899464,900,900,100,1), + (26598,2182,0,-8737.55,704.933,98.6947,2.2602,0,0,0.904455,0.426568,900,900,100,1), + (26599,2173,0,-8735.54,706.589,98.6947,-0.881392,0,0,-0.426569,0.904455,900,900,100,1), + (26600,2187,0,-8713.35,724.114,97.6882,2.2602,0,0,0.904455,0.426568,900,900,100,1), + (26601,25340,0,-8684.51,709.816,109.421,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26602,63197,0,-8705.89,709.368,103.556,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26603,63198,0,-8700.69,730.154,109.421,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (26604,28040,0,-8713.38,724.094,96.6248,2.2602,0,0,0.904455,0.426568,900,900,100,1), + (26605,2113,0,-8735.72,704.757,98.0946,-2.45219,0,0,0.941176,-0.337917,900,900,100,1), + (26606,2105,0,-8701.68,712.724,97.6471,-0.90757,0,0,-0.438371,0.898794,900,900,100,1), + (26607,2175,0,-8711.34,725.77,97.6882,-0.881392,0,0,-0.426569,0.904455,900,900,100,1), + (26608,2127,0,-8737.38,706.766,98.0946,0.689406,0,0,0.337917,0.941176,900,900,100,1), + (26609,28032,0,-8711.52,723.938,97.0882,-2.45219,0,0,0.941176,-0.337917,900,900,100,1), + (26610,24717,0,-8713.17,725.947,97.0882,0.689406,0,0,0.337917,0.941176,900,900,100,1), + (26611,28037,0,-8737.6,704.899,97.6625,2.2602,0,0,0.904455,0.426568,900,900,100,1), + (573685,177669,0,2855.47,-3232.33,134.957,3.05433,0,0,0.999048,0.043619,-45,-45,100,1), + (26614,10200,0,-8644,682.324,101.769,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (26615,10202,0,-8645.12,683.648,101.769,-2.16421,0,0,0.882948,-0.469471,900,900,100,1), + (26616,10203,0,-8646.96,683.924,101.769,-1.69297,0,0,-0.748955,0.662621,900,900,100,1), + (26617,10204,0,-8655.05,673.228,108.151,-0.90757,0,0,-0.438371,0.898794,900,900,100,1), + (26618,10205,0,-8653.19,670.584,108.151,2.23402,0,0,0.898794,0.438371,900,900,100,1), + (26619,10199,0,-8643.99,680.85,101.769,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (26620,23295,0,-8754.73,723.02,101.395,0.733039,0,0,0.358368,0.93358,900,900,100,1), + (26621,2158,0,-8661.74,779.927,102.73,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26622,24389,0,-8631.84,757.712,97.2505,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26623,24393,0,-8635.49,770.86,97.2505,1.45735,0,0,0.665881,0.746058,900,900,100,1), + (26624,24395,0,-8641.14,769.49,97.2505,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26625,24396,0,-8630.66,768.04,97.2505,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (26626,24398,0,-8629.09,762.629,97.2505,-0.113445,0,0,-0.056692,0.998392,900,900,100,1), + (26627,24401,0,-8637.17,755.949,97.2505,-1.68424,0,0,-0.746058,0.665881,900,900,100,1), + (26628,177199,0,-8640.87,760.053,98.4485,-2.46964,0.59733,0.208597,0.731096,-0.25531,900,900,100,1), + (26629,24399,0,-8644.11,764.324,97.2505,3.02815,0,0,0.998392,0.056692,900,900,100,1), + (26631,24616,0,-8577.77,797.889,106.577,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (573684,177669,0,2803.14,-3759.45,126.201,0.139626,0,0,0.069756,0.997564,-45,-45,100,1), + (26635,179595,0,-8810.5,798.038,98.1829,-3.0456,0,0,0.998848,-0.047979,900,900,100,1), + (26636,2161,0,-8936.26,778.732,90.6729,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (26637,2166,0,-8979.59,771.453,97.1008,0.951204,0,0,0.457874,0.889017,900,900,100,1), + (26638,2096,0,-8912.03,793.973,87.402,-2.46964,0,0,0.944089,-0.329691,900,900,100,1), + (14106,94040,48,-839.619,-477.904,-33.7343,3.14159,0,0,0.926452,0.376412,300,300,255,1), + (26640,2181,0,-8875.49,754.334,95.8672,0.750492,0,0,0.366501,0.930417,900,900,100,1), + (26641,10197,0,-8848.98,792.054,102.738,0.532324,0,0,0.263031,0.964787,900,900,100,1), + (26642,25349,0,-8873.05,766.226,105.477,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26643,24715,0,-8873.65,754.27,96.4673,-0.820306,0,0,-0.39875,0.91706,900,900,100,1), + (26644,10198,0,-8846.36,793.774,102.738,-2.57436,0,0,0.96005,-0.279829,900,900,100,1), + (26647,160442,0,-8866.53,682.945,97.9429,-0.968659,0,0,-0.465615,0.884987,900,900,100,1), + (26648,28043,0,-8839.73,728.599,95.9198,-2.62672,0,0,0.967046,-0.254602,900,900,100,1), + (26649,103793,0,-8841.02,730.865,96.6851,0.514872,0,0,0.254602,0.967046,900,900,100,1), + (26650,25348,0,-8893.7,749.804,105.477,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26651,2176,0,-8873.72,752.429,96.1492,-2.3911,0,0,0.930417,-0.366501,900,900,100,1), + (26652,2134,0,-8839.24,730.373,97.2851,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (26653,24653,0,-8864.89,680.331,97.9429,2.17293,0,0,0.884987,0.465615,900,900,100,1), + (26654,24654,0,-8864.29,682.378,97.9429,-2.53945,0,0,0.95502,-0.296541,900,900,100,1), + (26655,24686,0,-8867.01,680.742,97.9429,0.60214,0,0,0.296542,0.95502,900,900,100,1), + (26656,24687,0,-8865.77,684.556,104.931,-2.53945,0,0,0.95502,-0.296541,900,900,100,1), + (26657,111094,0,-8892.59,697.523,101.537,2.14675,0,0,0.878817,0.477159,900,900,100,1), + (26658,2122,0,-8839.73,728.599,97.0075,-2.62672,0,0,0.967046,-0.254602,900,900,100,1), + (26659,28042,0,-8873.67,752.364,95.1353,-2.3911,0,0,0.930417,-0.366501,900,900,100,1), + (10230,176547,289,165.317,-81.145,85.2284,3.00197,0,0,0.997564,0.069757,-30,-30,100,1), + (26668,24534,0,-8926.75,632.971,99.5682,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (26669,17264,0,-8920.27,634.515,99.5272,1.69297,0,0,0.748956,0.66262,900,900,100,1), + (26670,24536,0,-8916.7,638.443,99.5682,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (26671,17263,0,-8918.03,635.641,99.5272,2.61799,0,0,0.965926,0.258819,900,900,100,1), + (26672,24537,0,-8923.21,634.857,99.5682,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (26677,160443,0,-8861.79,676.572,97.9155,-0.715584,0,0,-0.350207,0.936672,900,900,100,1), + (26678,24532,0,-8936.54,627.555,99.5682,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (26680,24533,0,-8930.02,631.193,99.5682,-1.06465,0,0,-0.507538,0.861629,900,900,100,1), + (26681,17267,0,-8933.21,627.349,99.5272,1.69297,0,0,0.748956,0.66262,900,900,100,1), + (26682,17265,0,-8931.5,628.361,99.5272,2.61799,0,0,0.965926,0.258819,900,900,100,1), + (26685,25333,0,-8980.14,510.776,98.1269,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26686,25331,0,-8970.09,497.938,98.1296,2.24275,0,0,0.900698,0.434446,900,900,100,1), + (26688,25329,0,-9010.01,487.061,98.1296,-0.898844,0,0,-0.434445,0.900698,900,900,100,1), + (26695,178264,0,-9075.78,421.941,92.7185,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (10229,176546,289,196.871,-73.8801,85.2284,2.46091,0,0,0.942641,0.333807,-30,-30,100,1), + (26699,177905,0,-9056.85,433.454,93.0558,-0.331612,0,0,0.165048,-0.986286,900,900,100,1), + (26701,178265,0,-9090.46,412.362,92.1034,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (26705,2866,0,-6587.79,-991.392,245.393,-2.61799,0,0,-0.965925,0.258821,300,300,100,1), + (26706,1617,0,-9200.67,397.828,86.8352,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (26707,3799,0,-9267.92,361.519,76.6291,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (26708,2061,0,-9267.92,361.519,76.6291,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (26709,3800,0,-9268.65,361.001,76.6291,-2.46092,0,0,0.942642,-0.333807,900,900,100,1), + (26710,2061,0,-9268.65,361.001,76.6291,-2.46092,0,0,0.942642,-0.333807,900,900,100,1), + (26711,170073,0,-9268.23,352.681,76.7088,0.698132,0,0,0.34202,0.939693,900,900,100,1), + (26713,1617,0,-9283.77,255.418,68.9463,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (26714,1617,0,-9176.22,154.128,71.6352,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (26715,1617,0,-9271.89,106.244,68.41,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (26716,106318,0,-9159.07,91.1625,76.2147,-2.75762,0,0,0.981627,-0.190809,3600,3600,100,1), + (26717,170073,0,-9176.61,-1.04883,80.4094,0.776672,0,0,0.378649,0.92554,900,900,100,1), + (26718,3799,0,-9177,7.7856,80.3297,2.60927,0,0,0.964787,0.263031,900,900,100,1), + (26719,2061,0,-9177,7.7856,80.3297,2.60927,0,0,0.964787,0.263031,900,900,100,1), + (26720,3800,0,-9177.69,7.21202,80.3297,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (26721,2061,0,-9177.69,7.21202,80.3297,-2.38238,0,0,0.92881,-0.370557,900,900,100,1), + (26723,151958,0,-8917.3,-164.075,81.9261,-1.81514,0,0,-0.788011,0.615661,900,900,100,1), + (26724,151955,0,-8888.92,-151.535,81.9261,-1.77151,0,0,-0.774393,0.632705,900,900,100,1), + (26725,151956,0,-8861.49,-180.356,81.9433,-0.383972,0,0,-0.190809,0.981627,900,900,100,1), + (26726,151964,0,-8876.24,-191.115,89.2906,1.18682,0,0,0.559193,0.829037,900,900,100,1), + (26727,151968,0,-8889.9,-162.104,113.122,-1.95477,0,0,-0.829037,0.559193,900,900,100,1), + (26728,151969,0,-8905.3,-182.084,113.122,-0.36652,0,0,-0.182236,0.983255,900,900,100,1), + (26729,151970,0,-8912.84,-189.944,89.1523,-0.375246,0,0,-0.186524,0.98245,900,900,100,1), + (26730,151972,0,-8905.1,-210.849,89.1523,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (26731,151963,0,-8874.48,-171.567,89.2906,-1.94604,0,0,-0.82659,0.562805,900,900,100,1), + (26732,151957,0,-8847.94,-187.002,81.9209,2.76635,0,0,0.98245,0.186524,900,900,100,1), + (26733,151959,0,-8853.78,-180.455,81.9433,-1.94604,0,0,-0.82659,0.562805,900,900,100,1), + (26734,151961,0,-8873.38,-172.736,81.9433,-1.94604,0,0,-0.82659,0.562805,900,900,100,1), + (26735,151962,0,-8866.22,-175.556,81.9433,-1.94604,0,0,-0.82659,0.562805,900,900,100,1), + (26736,151971,0,-8899.14,-195.708,89.1523,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (26737,151966,0,-8911.89,-182.81,81.9261,1.1781,0,0,0.55557,0.83147,900,900,100,1), + (26738,151954,0,-8920.58,-208.072,89.1614,-0.314161,0,0,-0.156435,0.987688,900,900,100,1), + (26739,151960,0,-8882.17,-188.219,81.9433,1.19555,0,0,0.562805,0.82659,900,900,100,1), + (26740,151965,0,-8910.39,-167.963,113.15,-0.375246,0,0,-0.186524,0.98245,900,900,100,1), + (26741,151953,0,-8883.07,-155.2,81.9261,2.80125,0,0,0.985556,0.16935,900,900,100,1), + (26742,151967,0,-8849.78,-192.784,89.3158,2.76635,0,0,0.98245,0.186524,900,900,100,1), + (26743,176573,0,-8896.91,-173.596,140.675,2.28638,0,0,0.909961,0.414693,900,900,100,1), + (26744,175761,0,-8856.74,-184.672,83.1194,0.733038,0,0,0.358368,0.93358,900,900,100,1), + (26745,21008,0,-8768.92,-115.092,83.3665,3.14159,-0.026176,-0.008724,0.999619,-0.000228,900,900,100,1), + (26746,2061,0,-8768.92,-115.092,83.3665,3.14159,-0.026176,-0.008724,0.999619,-0.000228,900,900,100,1), + (26747,21007,0,-8752.72,-190.934,85.4098,3.00197,-0.004125,0.065849,0.99535,0.070174,900,900,100,1), + (26748,2061,0,-8752.72,-190.934,85.4098,3.00197,-0.004125,0.065849,0.99535,0.070174,900,900,100,1), + (26749,2843,0,-8556.58,-199.101,85.8751,1.93731,0,0,0.824126,0.566406,3600,3600,100,1), + (26750,21009,0,-8789.56,-248.095,82.4282,3.14159,0,0,1,0,900,900,100,1), + (26751,2061,0,-8789.56,-248.095,82.4282,3.14159,0,0,1,0,900,900,100,1), + (26752,161557,0,-9105.75,-323.82,73.2725,-0.331612,0,0,0.165048,-0.986286,120,120,100,1), + (26753,161557,0,-9074,-314.569,73.4517,-0.366519,0,0,0.182236,-0.983255,120,120,100,1), + (26754,161557,0,-9095.93,-318.186,73.3742,1.32645,0,0,0.615662,0.788011,120,120,100,1), + (26755,161557,0,-9113.1,-341.447,73.3246,1.01229,0,0,0.48481,0.87462,120,120,100,1), + (26756,2843,0,-9140.58,-282.026,71.8892,1.3439,0,0,0.622515,0.782608,3600,3600,100,1), + (26757,161557,0,-9052.65,-319.387,73.4539,-1.39626,0,0,0.642788,-0.766044,120,120,100,1), + (26758,161557,0,-9064.08,-312.041,73.4517,-0.628319,0,0,0.309017,-0.951056,120,120,100,1), + (26759,161557,0,-9041.35,-334.082,73.4562,-0.279253,0,0,0.139173,-0.990268,120,120,100,1), + (26760,161557,0,-9096.34,-358.273,73.4524,3.14159,0,0,1,0,120,120,100,1), + (26761,161557,0,-9081.92,-352.131,73.4517,-2.77507,0,0,0.983255,-0.182235,120,120,100,1), + (26762,161557,0,-9071.23,-371.267,73.4529,-0.087267,0,0,0.04362,-0.999048,120,120,100,1), + (26763,161557,0,-9039.74,-343.685,73.5143,0.663225,0,0,0.325568,0.945519,120,120,100,1), + (26764,161557,0,-9026.81,-331.989,73.7014,1.01229,0,0,0.48481,0.87462,120,120,100,1), + (26765,21282,0,-8955.8,-425.021,65.0672,3.12414,0.021108,-0.074278,0.996961,0.010317,900,900,100,1), + (26766,2061,0,-8955.8,-425.021,65.0672,3.12414,0.021108,-0.074278,0.996961,0.010317,900,900,100,1), + (26767,83763,0,-8957.04,-432.748,64.7194,-3.05433,-0.035056,0.002834,0.998437,-0.04344,180,180,100,1), + (26769,1617,0,-9218.83,96.9761,74.9729,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (26772,142076,0,-9262.57,356.955,77.8105,2.05949,0,0,0.857167,0.515038,120,120,100,1), + (26773,1617,0,-9274.19,473.541,81.3159,0.122173,0,0,0.0610485,0.998135,300,300,100,1), + (26774,3799,0,-9306.58,289.397,70.4752,0.863937,0,0,0.418659,0.908143,900,900,100,1), + (26775,2061,0,-9306.58,289.397,70.4752,0.863937,0,0,0.418659,0.908143,900,900,100,1), + (26776,3800,0,-9307.03,290.173,70.4752,2.15548,0,0,0.88089,0.47332,900,900,100,1), + (26777,2061,0,-9307.03,290.173,70.4752,2.15548,0,0,0.88089,0.47332,900,900,100,1), + (26778,22536,0,-9308.22,284.755,70.5465,2.20784,0,0,0.892979,0.450099,900,900,100,1), + (26779,22537,0,-9310.32,283.258,70.5465,2.19039,0,0,0.889017,0.457874,900,900,100,1), + (26780,22538,0,-9312.28,281.934,70.5465,2.16421,0,0,0.882948,0.469471,900,900,100,1), + (26781,22535,0,-9315.35,290.549,70.5549,-0.968658,0,0,-0.465615,0.884988,900,900,100,1), + (26782,3658,0,-9316.71,290.286,70.5393,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (26783,1617,0,-9283.67,355.41,75.5293,0.767945,0,0,0.374607,0.927184,300,300,100,1), + (26784,142075,0,-9455.99,45.8229,56.4395,1.40499,0,0,0.646124,0.763232,900,900,100,1), + (26785,90,0,-9430.87,64.5112,56.7852,0,0,0,0,1,900,900,100,1), + (26786,89,0,-9430.91,62.5356,56.7788,3.14159,0,0,1,0,900,900,100,1), + (26787,4089,0,-9459.47,102.285,58.3415,-0.750491,0,0,-0.366501,0.930418,900,900,100,1), + (26788,4087,0,-9464.95,89.9806,58.3415,0.689405,0,0,0.337917,0.941176,900,900,100,1), + (26789,123244,0,-9454.9,90.0535,58.3415,2.17293,0,0,0.884987,0.465615,900,900,100,1), + (26790,4088,0,-9455,98.4979,58.3415,-2.7838,0,0,0.984041,-0.177944,900,900,100,1), + (26791,4090,0,-9460.03,94.2031,56.5335,-1.54462,0,0,-0.69779,0.716302,900,900,100,1), + (26792,177504,0,-9458.89,36.7377,63.9322,-1.69297,0,0,-0.748956,0.66262,900,900,100,1), + (26793,1618,0,-9350.43,49.4977,61.2849,1.8675,0,0,0.803856,0.594824,300,300,100,1), + (26794,91,0,-9499.41,66.8215,56.012,-1.83259,0,0,-0.793353,0.608761,900,900,100,1), + (26795,92,0,-9499.42,66.8299,56.5678,-1.83259,0,0,-0.793353,0.608762,900,900,100,1), + (26796,95,0,-9500.56,66.0789,56.5629,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (26797,96,0,-9500.54,66.0703,56.0072,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (26798,93,0,-9500.09,68.0035,56.5492,-0.261799,0,0,-0.130526,0.991445,900,900,100,1), + (26799,94,0,-9500.08,67.9826,55.993,-0.261799,0,0,-0.130526,0.991445,900,900,100,1), + (26800,22811,0,-9476.91,29.6716,56.3435,-0.846484,0,0,-0.410719,0.911762,900,900,100,1), + (26801,22812,0,-9475.51,29.7921,56.3435,-1.67552,0,0,-0.743145,0.669131,900,900,100,1), + (26802,177497,0,-9472.31,29.4276,56.3435,-1.80642,0,0,-0.785317,0.619094,900,900,100,1), + (26803,177498,0,-9473.92,29.6083,56.3435,-1.67552,0,0,-0.743145,0.669131,900,900,100,1), + (26804,177499,0,-9477.27,28.3755,56.3435,-0.095995,0,0,-0.047979,0.998848,900,900,100,1), + (26805,22813,0,-9470.65,28.9553,56.3435,-2.34747,0,0,0.922201,-0.386711,900,900,100,1), + (26806,22806,0,-9461.63,16.4342,56.9748,-1.10828,0,0,-0.526214,0.850352,900,900,100,1), + (26807,177496,0,-9461.86,13.7346,56.9748,1.05593,0,0,0.503774,0.863835,900,900,100,1), + (26808,22776,0,-9470.47,-7.262,57.4436,1.38754,0,0,0.639439,0.768842,900,900,100,1), + (26809,2061,0,-9470.47,-7.262,57.4436,1.38754,0,0,0.639439,0.768842,900,900,100,1), + (26810,22775,0,-9469.2,-6.83347,57.4436,-0.017454,0,0,-0.008727,0.999962,900,900,100,1), + (26811,2061,0,-9469.2,-6.83347,57.4436,-0.017454,0,0,-0.008727,0.999962,900,900,100,1), + (26812,1618,0,-9410.12,-32.9812,64.1018,0.069813,0,0,0.0348994,0.999391,300,300,100,1), + (26813,1618,0,-9549.51,116.518,59.0369,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (26814,106318,0,-9460.34,280.899,53.0244,0,0,0,0,1,3600,3600,100,1), + (26817,3799,0,-9435.12,472.543,53.212,1.28282,0,0,0.598324,0.801254,900,900,100,1), + (26818,2061,0,-9435.12,472.543,53.212,1.28282,0,0,0.598324,0.801254,900,900,100,1), + (26819,3800,0,-9435.84,473.07,53.212,2.57436,0,0,0.96005,0.27983,900,900,100,1), + (26820,2061,0,-9435.84,473.07,53.212,2.57436,0,0,0.96005,0.27983,900,900,100,1), + (26821,1617,0,-9481.27,483.545,51.8271,-2.6529,0,0,-0.970296,0.241922,300,300,100,1), + (26824,1617,0,-9521.12,591.748,51.523,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (26826,1619,0,-9488.74,661.122,60.1932,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (26828,36985,0,-9604.64,657.506,53.9792,2.71399,0,0,0.977231,0.212178,900,900,100,1), + (26829,36986,0,-9612.26,654.45,53.9792,1.18683,0,0,0.559193,0.829037,900,900,100,1), + (26830,36987,0,-9608.5,653.007,53.9792,1.18683,0,0,0.559193,0.829037,900,900,100,1), + (26831,36981,0,-9611.19,663.495,38.66,-0.410152,0,0,-0.203642,0.979046,900,900,100,1), + (26832,36983,0,-9601.67,664.353,53.9792,2.71399,0,0,0.977231,0.212178,900,900,100,1), + (26833,36982,0,-9625.8,665.66,52.6094,2.60927,0,0,0.964787,0.263032,900,900,100,1), + (26834,36984,0,-9603.04,661.2,53.9792,2.71399,0,0,0.977231,0.212178,900,900,100,1), + (26835,36980,0,-9608.22,662.232,38.66,2.69653,0,0,0.975342,0.220697,900,900,100,1), + (26836,36989,0,-9604.24,672.904,53.9792,-1.9984,0,0,-0.841039,0.540974,900,900,100,1), + (26837,36988,0,-9600.54,671.298,53.9792,-1.9984,0,0,-0.841039,0.540974,900,900,100,1), + (26838,36979,0,-9621.92,674.771,52.6094,2.73144,0,0,0.979045,0.203642,900,900,100,1), + (26839,3769,0,-9587.29,682.231,38.726,2.82743,0,0,0.987688,0.156435,900,900,100,1), + (26840,36998,0,-9589.5,683.851,38.66,-0.733038,0,0,-0.358368,0.933581,900,900,100,1), + (26841,36996,0,-9587.52,683.816,38.66,-2.9147,0,0,0.993572,-0.113203,900,900,100,1), + (26842,36997,0,-9588.08,681.086,38.66,2.14676,0,0,0.878817,0.477158,900,900,100,1), + (26843,68,0,-9668.23,683.391,36.3331,2.53949,0.067211,0.043912,0.95288,0.292532,900,900,100,1), + (26844,1596,0,-9753.13,684.66,27.4324,0.061086,0,0,0.030538,0.999534,900,900,100,1), + (26845,1597,0,-9752.96,682.686,27.4112,-3.0805,0,0,0.999534,-0.030539,900,900,100,1), + (26846,156561,0,-9750.33,682.773,27.071,-2.41728,0.042439,-0.025885,0.934403,-0.352732,900,900,100,1), + (26847,1598,0,-9752.95,682.683,26.8579,-3.0805,0,0,0.999534,-0.030539,900,900,100,1), + (26848,1595,0,-9752.12,683.759,27.399,-1.50971,0,0,-0.685183,0.728371,900,900,100,1), + (26849,23014,0,-9792.56,712.892,33.1239,-1.9984,0,0,-0.841039,0.540974,900,900,100,1), + (26850,23013,0,-9791.04,709.844,33.1239,-2.63545,0,0,0.968148,-0.25038,900,900,100,1), + (26851,3719,0,-9809.68,718.15,33.1179,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (26852,23015,0,-9809.22,711.052,33.0933,0.18326,0,0,0.091502,0.995805,900,900,100,1), + (26853,1617,0,-9895.89,600.01,40.0391,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (26854,103728,0,-9948.2,618.362,37.2068,3.05433,0,0,0.999048,0.043619,900,900,100,1), + (26855,2061,0,-9948.2,618.362,37.2068,3.05433,0,0,0.999048,0.043619,900,900,100,1), + (26856,103729,0,-9933.88,576.672,37.0046,1.45735,0,0,0.665882,0.746057,900,900,100,1), + (26857,2061,0,-9933.88,576.672,37.0046,1.45735,0,0,0.665882,0.746057,900,900,100,1), + (26858,1950,0,-10064.4,631.624,39.2654,0.357794,0,0,0.177944,0.984041,900,900,100,1), + (26859,2061,0,-10064.4,631.624,39.2654,0.357794,0,0,0.177944,0.984041,900,900,100,1), + (26860,103727,0,-10002.7,660.444,36.0688,2.10312,0,0,0.868199,0.496216,900,900,100,1), + (26861,2061,0,-10002.7,660.444,36.0688,2.10312,0,0,0.868199,0.496216,900,900,100,1), + (26862,3658,0,-10063.4,622.68,39.2654,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (26863,1949,0,-9979.62,569.403,37.6626,-0.331614,0,0,-0.165048,0.986286,900,900,100,1), + (26864,2061,0,-9979.62,569.403,37.6626,-0.331614,0,0,-0.165048,0.986286,900,900,100,1), + (26865,106318,0,-9983.97,568.819,37.7626,0,0,0,0,1,3600,3600,100,1), + (26866,1617,0,-10065.7,575.861,36.1672,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (26867,1951,0,-10111.1,685.473,31.8941,-1.7366,0,0,-0.763232,0.646124,900,900,100,1), + (26868,2061,0,-10111.1,685.473,31.8941,-1.7366,0,0,-0.763232,0.646124,900,900,100,1), + (26870,1617,0,-9978.52,348.763,36.5914,-2.07694,0,0,-0.861629,0.507539,300,300,100,1), + (26871,3799,0,-9879.5,315.337,37.677,-0.549779,0,0,-0.271441,0.962455,900,900,100,1), + (26872,2061,0,-9879.5,315.337,37.677,-0.549779,0,0,-0.271441,0.962455,900,900,100,1), + (26873,3800,0,-9878.81,315.898,37.677,0.741764,0,0,0.362438,0.932008,900,900,100,1), + (26874,2061,0,-9878.81,315.898,37.677,0.741764,0,0,0.362438,0.932008,900,900,100,1), + (26875,170073,0,-9879.74,324.177,37.7567,-2.38237,0,0,0.92881,-0.370557,900,900,100,1), + (26876,1618,0,-9966.72,299.388,37.097,-1.67552,0,0,-0.743144,0.669131,300,300,100,1), + (26877,3719,0,-9853.07,366.57,36.4383,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (26883,1617,0,-9880.6,51.431,31.4423,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (26884,1617,0,-9778.46,63.8523,38.2911,-2.00713,0,0,-0.843392,0.537299,300,300,100,1), + (26886,106318,0,-9743.79,81.3121,13.6848,2.6529,0,0,0.970296,0.241922,3600,3600,100,1), + (26887,1618,0,-9710.92,150.961,50.0749,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (26888,3658,0,-10009.8,38.8972,35.1709,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (26890,1618,0,-9933.43,-67.6157,32.1866,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (26891,3799,0,-9948.25,-129.27,25.3063,1.02102,0,0,0.488621,0.872496,900,900,100,1), + (26892,2061,0,-9948.25,-129.27,25.3063,1.02102,0,0,0.488621,0.872496,900,900,100,1), + (26893,3800,0,-9948.81,-128.573,25.3063,2.31256,0,0,0.915311,0.402747,900,900,100,1), + (26894,2061,0,-9948.81,-128.573,25.3063,2.31256,0,0,0.915311,0.402747,900,900,100,1), + (26895,106318,0,-9955.09,-128.517,25.3672,-0.767945,0,0,0.374607,-0.927184,3600,3600,100,1), + (26896,1952,0,-9862.19,-220.097,36.1407,3.14159,0,0,1,0,900,900,100,1), + (26897,2061,0,-9862.19,-220.097,36.1407,3.14159,0,0,1,0,900,900,100,1), + (26898,3719,0,-9862.25,-230.512,35.5091,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (26900,1619,0,-9818.68,-252.158,44.7478,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (26903,1618,0,-9883.75,-315.768,36.1588,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (26906,1617,0,-9812.22,-772.245,38.5331,0.122173,0,0,0.0610485,0.998135,300,300,100,1), + (26907,2883,0,-9814.32,-884.165,39.7662,-2.09439,0,0,0.866025,-0.5,900,900,100,1), + (26908,3799,0,-9812.37,-934.667,39.7933,-2.00231,0,0,-0.842093,0.539332,900,900,100,1), + (26909,2061,0,-9812.37,-934.667,39.7933,-2.00231,0,0,-0.842093,0.539332,900,900,100,1), + (26910,3800,0,-9811.73,-935.293,39.7933,-0.710761,0,0,-0.347947,0.937514,900,900,100,1), + (26911,2061,0,-9811.73,-935.293,39.7933,-0.710761,0,0,-0.347947,0.937514,900,900,100,1), + (26912,22535,0,-9803.62,-933.392,39.873,2.44829,0,0,0.940515,0.339752,900,900,100,1), + (26913,22536,0,-9812.06,-929.755,39.8646,-0.658401,0,0,-0.323287,0.946301,900,900,100,1), + (26914,22537,0,-9810.44,-927.744,39.8646,-0.675853,0,0,-0.331531,0.943444,900,900,100,1), + (26915,22538,0,-9808.91,-925.934,39.8646,-0.702033,0,0,-0.343852,0.939024,900,900,100,1), + (26916,106318,0,-9711.93,-943.498,38.4165,3.08923,0,0,0.999657,0.026177,3600,3600,100,1), + (26917,2883,0,-9735.11,-862.986,39.4185,-2.16421,0,0,0.882948,-0.469472,900,900,100,1), + (26919,55,0,-9336.17,-986.384,67.191,3.14159,0,0,1,0,900,900,100,1), + (26920,1618,0,-9365.94,-914.584,64.3116,2.60054,0,0,0.96363,0.267239,300,300,100,1), + (26921,1617,0,-9516.02,-860.491,53.1059,3.05433,0,0,0.999048,0.0436174,300,300,100,1), + (26922,1617,0,-9447.37,-810.647,61.7622,-0.2618,0,0,-0.130526,0.991445,300,300,100,1), + (26924,1619,0,-9541.04,-808.438,56.4095,-0.855212,0,0,-0.414694,0.909961,300,300,100,1), + (26925,148544,0,-9570.77,-732.162,90.4492,0.968657,0,0,0.465614,0.884988,900,900,100,1), + (26926,148567,0,-9566.32,-734.797,90.4492,1.15192,0,0,0.544639,0.83867,900,900,100,1), + (26927,148556,0,-9566.89,-722.777,64.7779,0.619591,0,0,0.304864,0.952396,900,900,100,1), + (26928,148557,0,-9558.77,-726.578,64.7779,1.68424,0,0,0.746057,0.665882,900,900,100,1), + (26929,148554,0,-9560.61,-726.668,64.7779,1.39626,0,0,0.642788,0.766045,900,900,100,1), + (26930,169284,0,-9553.23,-722.085,64.7779,2.77507,0,0,0.983255,0.182236,900,900,100,1), + (26931,169271,0,-9562.28,-741.028,99.3252,1.50971,0,0,0.685183,0.728371,900,900,100,1), + (26932,169272,0,-9560.43,-741.197,99.3252,1.50971,0,0,0.685183,0.728371,900,900,100,1), + (26933,169287,0,-9572.68,-732.994,99.3056,0.820304,0,0,0.398749,0.91706,900,900,100,1), + (26934,169265,0,-9582.4,-719.049,99.3252,-0.061087,0,0,-0.030539,0.999534,900,900,100,1), + (26935,169266,0,-9582.23,-717.205,99.3252,-0.061087,0,0,-0.030539,0.999534,900,900,100,1), + (26936,148550,0,-9554.37,-703.481,90.4492,-1.98968,0,0,-0.838671,0.544639,900,900,100,1), + (26937,148549,0,-9545.04,-712.295,90.4492,-2.77507,0,0,0.983255,-0.182236,900,900,100,1), + (26938,169283,0,-9567.19,-703.839,90.4492,-1.20428,0,0,-0.566406,0.824126,900,900,100,1), + (26939,169270,0,-9560.26,-697.081,99.3252,-1.63188,0,0,-0.728371,0.685183,900,900,100,1), + (26940,169275,0,-9547.31,-732.326,99.2767,2.27765,0,0,0.908143,0.41866,900,900,100,1), + (26941,169264,0,-9550.62,-710.087,75.1509,-2.31256,0,0,0.915312,-0.402747,900,900,100,1), + (26942,169281,0,-9547.32,-729.564,90.4492,2.53945,0,0,0.95502,0.296542,900,900,100,1), + (26943,169289,0,-9564.64,-727.218,99.2041,-0.479966,0,0,-0.237686,0.971342,900,900,100,1), + (26944,169290,0,-9575.64,-725.983,90.4492,0.36652,0,0,0.182236,0.983255,900,900,100,1), + (26945,169291,0,-9549.92,-706.115,90.4492,-2.17293,0,0,0.884987,-0.465615,900,900,100,1), + (26946,169282,0,-9543.76,-717.301,90.4492,-2.95833,0,0,0.995805,-0.091502,900,900,100,1), + (26947,169276,0,-9575.22,-730.291,99.3056,0.567232,0,0,0.279829,0.96005,900,900,100,1), + (26948,169277,0,-9553.75,-722.053,99.1719,-0.479966,0,0,-0.237686,0.971342,900,900,100,1), + (26949,169278,0,-9558.61,-724.378,99.1588,-1.10828,0,0,-0.526214,0.850352,900,900,100,1), + (26950,169279,0,-9576,-713.16,90.4492,-0.418879,0,0,-0.207912,0.978148,900,900,100,1), + (26951,169280,0,-9576.93,-720.977,90.4492,0.183261,0,0,0.091502,0.995805,900,900,100,1), + (26952,169292,0,-9548.21,-713.426,64.7779,-2.80125,0,0,0.985556,-0.16935,900,900,100,1), + (26953,169293,0,-9553.18,-707.852,64.7779,-2.19911,0,0,0.891006,-0.453991,900,900,100,1), + (26954,148540,0,-9573.37,-708.714,90.4492,-0.602139,0,0,-0.296542,0.95502,900,900,100,1), + (26955,169274,0,-9548.75,-733.486,99.2767,2.27765,0,0,0.908143,0.41866,900,900,100,1), + (26956,169285,0,-9563.79,-717.015,64.7779,-0.436333,0,0,-0.21644,0.976296,900,900,100,1), + (26957,169273,0,-9574.03,-706.961,99.2709,-0.061087,0,0,-0.030539,0.999534,900,900,100,1), + (26958,169288,0,-9552.15,-717.083,99.2041,-1.31772,0,0,-0.612218,0.790689,900,900,100,1), + (26959,148547,0,-9544.69,-725.118,90.4492,2.72271,0,0,0.978148,0.207911,900,900,100,1), + (26960,148551,0,-9562.18,-702.558,90.4492,-1.38754,0,0,-0.639439,0.768842,900,900,100,1), + (26961,19548,0,-9552.76,-719.371,99.9786,2.3911,0,0,0.930418,0.366501,900,900,100,1), + (26962,3719,0,-9555.29,-718.836,99.0869,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (26963,169268,0,-9538.29,-719.228,99.3252,3.08051,0,0,0.999534,0.030539,900,900,100,1), + (26964,169267,0,-9538.46,-721.072,99.3252,3.08051,0,0,0.999534,0.030539,900,900,100,1), + (26965,169269,0,-9558.41,-697.249,99.3252,-1.63188,0,0,-0.728371,0.685183,900,900,100,1), + (26966,175760,0,-9546.13,-706.112,100.899,-2.42601,0,0,0.936672,-0.350207,900,900,100,1), + (26967,1617,0,-9525.54,-597.313,61.8545,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (26968,1617,0,-9389.64,-704.291,67.6454,0.418879,0,0,0.207912,0.978148,300,300,100,1), + (26969,1618,0,-9416.57,-682.391,65.3388,2.68781,0,0,0.97437,0.22495,300,300,100,1), + (26970,1948,0,-9250.33,-703.805,63.2293,1.50555,0,0,0.683667,0.729794,900,900,100,1), + (26971,2061,0,-9250.33,-703.805,63.2293,1.50555,0,0,0.683667,0.729794,900,900,100,1), + (26974,106318,0,-9051.11,-625.67,53.4202,1.36136,0,0,0.62932,0.777146,3600,3600,100,1), + (26977,1618,0,-9388.6,-621.303,69.2396,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (26978,106318,0,-9483.03,-433.494,58.3551,-0.750491,0,0,0.366501,-0.930418,3600,3600,100,1), + (26979,1617,0,-9567.63,-332.694,62.3448,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (26980,22622,0,-9373.76,-80.6795,69.2088,2.62672,0,0,0.967046,0.254602,900,900,100,1), + (26981,22623,0,-9372.08,-77.7213,69.2088,2.62672,0,0,0.967046,0.254602,900,900,100,1), + (26982,22638,0,-9381.89,-72.638,64.4227,-0.514872,0,0,-0.254602,0.967046,900,900,100,1), + (26983,3658,0,-9379.27,-115.021,58.7317,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (26985,1617,0,-9334.78,-347.827,68.3406,-2.9147,0,0,-0.993572,0.113203,300,300,100,1), + (26986,1619,0,-9272.45,-285.934,81.656,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (26987,1617,0,-9115.96,-828.876,70.2978,2.37365,0,0,0.927184,0.374606,300,300,100,1), + (26988,1947,0,-8981.75,-829.974,70.2097,3.14159,0,0,1,0,900,900,100,1), + (26989,2061,0,-8981.75,-829.974,70.2097,3.14159,0,0,1,0,900,900,100,1), + (26990,1617,0,-8931.29,-774.365,68.6411,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (26991,1946,0,-8885.78,-776.907,69.5359,-3.14159,-0.026176,0.008724,0.999619,0.000228,900,900,100,1), + (26992,2061,0,-8885.78,-776.907,69.5359,-3.14159,-0.026176,0.008724,0.999619,0.000228,900,900,100,1), + (26993,178504,0,-8898.29,-712.231,70.5139,2.89725,0,0,0.992546,0.121869,900,900,100,1), + (26994,3719,0,-8900.41,-770.323,69.5532,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (26995,106318,0,-8881.7,-761.708,68.4141,3.05433,0,0,0.999048,0.043619,3600,3600,100,1), + (26996,1945,0,-8840.08,-868.83,75.7291,3.14159,0,0,1,0,900,900,100,1), + (26997,2061,0,-8840.08,-868.83,75.7291,3.14159,0,0,1,0,900,900,100,1), + (26998,3719,0,-8823.07,-872.418,74.7945,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (27000,106318,0,-9100.11,-1033.55,72.8855,-2.87979,0,0,0.991445,-0.130526,3600,3600,100,1), + (27001,1619,0,-9205.2,-1018.75,80.3799,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (27002,20923,0,-9135.07,-1050.37,70.5258,-1.63188,0,0,-0.728371,0.685183,900,900,100,1), + (27006,106318,0,-9913.85,-1143.97,23.4692,3.14159,0,0,1,0,3600,3600,100,1), + (27007,1617,0,-9881.79,-1119.49,27.9795,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (27008,1617,0,-9804.5,-1280.95,40.2085,-0.872665,0,0,-0.422618,0.906308,300,300,100,1), + (27009,3799,0,-9541.14,-1210.89,48.0887,2.79253,0,0,0.984808,0.173648,900,900,100,1), + (27010,2061,0,-9541.14,-1210.89,48.0887,2.79253,0,0,0.984808,0.173648,900,900,100,1), + (27011,3800,0,-9541.71,-1211.58,48.0887,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (27012,2061,0,-9541.71,-1211.58,48.0887,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (27013,22536,0,-9536.22,-1210.79,48.1601,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (27014,22537,0,-9534.08,-1212.24,48.1601,-2.16421,0,0,0.882947,-0.469472,900,900,100,1), + (27015,22538,0,-9532.16,-1213.62,48.1601,-2.19039,0,0,0.889017,-0.457874,900,900,100,1), + (27016,22535,0,-9539.15,-1219.5,48.1685,0.959931,0,0,0.461749,0.887011,900,900,100,1), + (27017,1617,0,-9514.6,-1218.97,46.938,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (27018,3799,0,-9493.29,-1187.44,49.5017,1.92859,0,0,0.821647,0.569997,900,900,100,1), + (27019,2061,0,-9493.29,-1187.44,49.5017,1.92859,0,0,0.821647,0.569997,900,900,100,1), + (27020,3800,0,-9494.18,-1187.45,49.5017,-3.06305,0,0,0.999229,-0.03926,900,900,100,1), + (27021,2061,0,-9494.18,-1187.45,49.5017,-3.06305,0,0,0.999229,-0.03926,900,900,100,1), + (27022,178526,0,-9496.07,-1189.87,50.7038,-0.139626,0,0,0.069756,-0.997564,900,900,100,1), + (27023,176793,0,-9405.82,-1217.06,56.3241,1.02974,0,0,0.492424,0.870356,900,900,100,1), + (27024,176793,0,-9362.34,-1249.63,63.1472,-0.366519,0,0,0.182236,-0.983255,900,900,100,1), + (27025,176793,0,-9382.79,-1184.88,62.9284,-1.79769,0,0,0.782608,-0.622515,900,900,100,1), + (27026,176793,0,-9353.76,-1204.15,66.7748,-1.88496,0,0,0.809017,-0.587785,900,900,100,1), + (27027,176793,0,-9308.91,-1302.8,68.2527,-0.680679,0,0,0.333807,-0.942641,900,900,100,1), + (27028,1618,0,-9288.1,-1199.96,69.7286,0.122173,0,0,0.0610485,0.998135,300,300,100,1), + (27029,56,0,-9224.19,-1234.33,73.4313,-0.95993,0,0,-0.461748,0.887011,900,900,100,1), + (27030,176793,0,-9216.81,-1258.01,77.3716,0.785398,0,0,0.382683,0.92388,900,900,100,1), + (27031,176793,0,-9251.74,-1232.97,73.6682,2.89725,0,0,0.992546,0.121869,900,900,100,1), + (27032,176793,0,-9186.53,-1271.85,77.5322,-1.74533,0,0,0.766044,-0.642788,900,900,100,1), + (27033,176793,0,-9106.29,-1242.62,72.0848,-0.907571,0,0,0.438371,-0.898794,900,900,100,1), + (27034,176793,0,-9147.28,-1271.13,77.2768,0.331613,0,0,0.165048,0.986286,900,900,100,1), + (27035,176793,0,-9150.39,-1230.15,70.4289,-0.366519,0,0,0.182236,-0.983255,900,900,100,1), + (27038,1619,0,-8832.86,-1181.85,91.3664,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (27041,176793,0,-9309.43,-1362.21,69.9119,0.383972,0,0,0.190809,0.981627,900,900,100,1), + (27042,3799,0,-9488.84,-1358.64,46.8952,-1.89368,0,0,-0.811574,0.584249,900,900,100,1), + (27043,2061,0,-9488.84,-1358.64,46.8952,-1.89368,0,0,-0.811574,0.584249,900,900,100,1), + (27044,3800,0,-9488.14,-1359.19,46.8952,-0.602139,0,0,-0.296542,0.95502,900,900,100,1), + (27045,2061,0,-9488.14,-1359.19,46.8952,-0.602139,0,0,-0.296542,0.95502,900,900,100,1), + (27046,170073,0,-9480.28,-1356.42,46.9749,2.55691,0,0,0.957571,0.288196,900,900,100,1), + (27047,97,0,-9647.84,-1335.74,49.6839,-0.261799,0,0,-0.130526,0.991445,900,900,100,1), + (27048,98,0,-9647.84,-1335.76,49.1314,-0.261799,0,0,-0.130526,0.991445,900,900,100,1), + (27049,99,0,-9648.32,-1337.66,49.6781,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (27050,100,0,-9647.18,-1336.91,49.6778,-1.83259,0,0,-0.793353,0.608761,900,900,100,1), + (27052,3719,0,-9789.66,-1399.88,62.8007,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (27053,1617,0,-9859.65,-1441.96,35.2237,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (27056,1618,0,-9583.33,-1486.53,60.378,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (27057,180025,0,-9430.34,-1409.66,46.662,-2.24495,0,0,0.901177,-0.433452,900,900,100,1), + (27058,176793,0,-9339.49,-1375.02,64.6252,1.71042,0,0,0.75471,0.656059,900,900,100,1), + (27060,1618,0,-9351.36,-1447.61,66.6508,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (27061,1619,0,-9297.25,-1417.39,95.7719,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (27063,1619,0,-9377.18,-1536.06,80.8797,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (27064,22622,0,-9559.67,-1422.45,62.3007,0,0,0,0,1,900,900,100,1), + (27065,22623,0,-9559.67,-1425.85,62.3007,0,0,0,0,1,900,900,100,1), + (27066,22638,0,-9548.63,-1425.45,57.5146,3.14159,0,0,1,0,900,900,100,1), + (27067,22604,0,-9547.23,-1432.62,57.5837,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (27069,22603,0,-9547.23,-1432.84,62.5006,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (27070,2061,0,-9547.23,-1432.84,62.5006,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (27071,22606,0,-9546.69,-1431.85,57.5837,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (27073,22602,0,-9546.69,-1432.06,62.5006,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (27074,2061,0,-9546.69,-1432.06,62.5006,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (27075,170351,0,-9542.86,-1429.71,57.5146,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (27076,170349,0,-9538.63,-1429.71,57.5146,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (27077,170350,0,-9540.79,-1429.71,57.5146,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (27078,170348,0,-9537.38,-1428.35,57.5146,3.14159,0,0,1,0,900,900,100,1), + (27079,170347,0,-9537.38,-1425.97,57.5146,3.14159,0,0,1,0,900,900,100,1), + (27080,22605,0,-9546.07,-1432.21,57.5837,-0.017454,0,0,-0.008727,0.999962,900,900,100,1), + (27081,2061,0,-9546.07,-1432.21,57.5837,-0.017454,0,0,-0.008727,0.999962,900,900,100,1), + (27082,1562,0,-9549.08,-1439.21,62.2936,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (27083,175751,0,-9554.19,-1425.17,63.4386,0.296706,0,0,0.147809,0.989016,900,900,100,1), + (27084,3658,0,-9538.32,-1406.06,55.6784,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (27085,85563,0,-9765.27,-1565.24,41.4964,-0.305432,0,0,-0.152123,0.988362,900,900,100,1), + (27086,146084,209,1854.53,1142.89,16.0846,0.671953,0,0,0.329691,0.944089,7200,7200,100,1), + (27087,141852,209,1646.76,801.711,8.88617,3.14159,0,0,1,0,7200,7200,100,1), + (27088,2066,209,1646.76,801.711,8.88617,3.14159,0,0,1,0,7200,7200,100,1), + (27089,141073,209,1886.88,1298.94,48.2268,2.76635,0,0,0.98245,0.186524,7200,7200,100,1), + (27090,141074,209,1883.33,1298.99,48.2929,-3.02815,0,0,0.998392,-0.056693,7200,7200,100,1), + (27091,141072,209,1889.76,1297.68,48.1727,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (27092,141071,209,1881.33,1297.46,48.3304,-2.72271,0,0,0.978148,-0.207912,7200,7200,100,1), + (27093,141070,209,1890.96,1294.47,48.1535,1.66679,0,0,0.740218,0.672367,7200,7200,100,1), + (27094,142715,209,1800.81,857.587,8.65556,1.9984,-0.264375,0.160184,0.801304,0.512209,7200,7200,100,1), + (27095,92426,209,1810.09,673.184,14.2178,1.49916,-0.00027,0.037908,0.680317,0.731937,7200,7200,100,1), + (27096,2061,209,1810.09,673.184,14.2178,1.49916,-0.00027,0.037908,0.680317,0.731937,7200,7200,100,1), + (27097,128403,209,1887.46,967.143,8.98506,-0.314159,0,0,0.156434,-0.987688,7200,7200,100,1), + (27098,128403,209,1879.89,974.651,8.87679,1.0472,0,0,0.5,0.866025,7200,7200,100,1), + (27099,128403,209,1876.44,972.207,9.91169,2.84489,0,0,0.989016,0.147809,7200,7200,100,1), + (27100,128403,209,1882.7,971.825,8.87679,0.994838,0,0,0.477159,0.878817,7200,7200,100,1), + (27101,128308,209,1876.14,976.482,9.05195,1.01229,0,0,0.48481,0.87462,7200,7200,100,1), + (27102,128403,209,1839.42,1023.49,9.56256,2.98451,0,0,0.996917,0.078459,7200,7200,100,1), + (27103,128403,209,1861.12,1019.39,8.87679,-1.18682,0,0,0.559193,-0.829037,7200,7200,100,1), + (27104,128403,209,1866.24,1008.4,8.87679,0.663225,0,0,0.325568,0.945519,7200,7200,100,1), + (27105,128403,209,1865.03,1012.49,8.8768,1.0472,0,0,0.5,0.866025,7200,7200,100,1), + (27106,128403,209,1890.12,989.759,8.87679,2.70526,0,0,0.976296,0.21644,7200,7200,100,1), + (27107,128308,209,1897.08,980.836,8.95884,-2.98451,0,0,0.996917,-0.078459,7200,7200,100,1), + (27108,128403,209,1894.39,977.006,8.92631,-0.279253,0,0,0.139173,-0.990268,7200,7200,100,1), + (27109,128308,209,1897.98,985.276,8.89835,2.75762,0,0,0.981627,0.190809,7200,7200,100,1), + (27110,128308,209,1888.64,977.75,8.87679,-2.56563,0,0,0.95882,-0.284015,7200,7200,100,1), + (27111,128403,209,1871.86,994.256,8.8819,0.506145,0,0,0.25038,0.968148,7200,7200,100,1), + (27112,128308,209,1890.27,970.862,9.01388,2.56563,0,0,0.95882,0.284015,7200,7200,100,1), + (27113,128403,209,1871.3,1008.32,8.87679,1.0821,0,0,0.515038,0.857167,7200,7200,100,1), + (27114,128403,209,1832.72,1032.39,9.45168,0.575959,0,0,0.284015,0.95882,7200,7200,100,1), + (27115,128403,209,1841.08,1045.54,9.21622,3.05433,0,0,0.999048,0.043619,7200,7200,100,1), + (27116,128308,209,1836.74,1029.36,9.62377,0.942478,0,0,0.45399,0.891007,7200,7200,100,1), + (27117,128403,209,1852.41,1024.78,8.87679,-2.49582,0,0,0.948324,-0.317305,7200,7200,100,1), + (27118,128403,209,1843.19,1041.16,8.87679,-0.401426,0,0,0.199368,-0.979925,7200,7200,100,1), + (27119,128403,209,1841.82,1027.76,9.15097,0.959931,0,0,0.461749,0.887011,7200,7200,100,1), + (27120,128403,209,1839.18,1036.88,9.35239,-1.67552,0,0,0.743145,-0.669131,7200,7200,100,1), + (27121,128403,209,1845.54,1024.12,9.07972,0.977384,0,0,0.469472,0.882948,7200,7200,100,1), + (27122,128308,209,1863.41,1044.78,8.87679,-1.71042,0,0,0.75471,-0.656059,7200,7200,100,1), + (27123,141596,209,1908.09,1017.97,11.5153,-2.97579,0,0,0.996566,-0.082808,7200,7200,100,1), + (27124,141851,209,1909.48,1016.13,11.5157,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (27125,2061,209,1909.48,1016.13,11.5157,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (27126,128403,209,1867.74,1041.84,8.8768,-0.436333,0,0,0.21644,-0.976296,7200,7200,100,1), + (27127,128308,209,1869.28,1020.08,8.87679,-0.488692,0,0,0.241922,-0.970296,7200,7200,100,1), + (27128,128403,209,1887.94,1029.08,9.14775,0.855211,0,0,0.414693,0.909961,7200,7200,100,1), + (27129,128403,209,1892.57,1006.37,9.06781,-2.1293,0,0,0.87462,-0.48481,7200,7200,100,1), + (27130,128403,209,1888.36,1037,8.92103,-1.98968,0,0,0.838671,-0.544639,7200,7200,100,1), + (27131,128403,209,1881.99,1034.68,8.87679,-0.453786,0,0,0.224951,-0.97437,7200,7200,100,1), + (27132,128403,209,1891.6,1023.06,9.37117,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (27133,128403,209,1845.96,1047.25,8.87679,-0.453786,0,0,0.224951,-0.97437,7200,7200,100,1), + (27134,128403,209,1858.7,1053.75,8.87679,-2.74017,0,0,0.979925,-0.199368,7200,7200,100,1), + (27135,128403,209,1862.12,1050.76,9.05665,-2.3911,0,0,0.930418,-0.366501,7200,7200,100,1), + (27136,128308,209,1866.33,1049.64,9.01483,1.11701,0,0,0.529919,0.848048,7200,7200,100,1), + (27137,128403,209,1881.46,1041.43,8.87679,-2.19912,0,0,0.891007,-0.45399,7200,7200,100,1), + (27138,128403,209,1871.08,1046.76,9.03374,-2.16421,0,0,0.882948,-0.469472,7200,7200,100,1), + (27139,128403,209,1875.85,1044.26,9.07804,0.855211,0,0,0.414693,0.909961,7200,7200,100,1), + (27140,141832,209,1650.91,1171.88,10.901,-2.3911,0,0,0.930418,-0.366501,7200,7200,100,1), + (27141,175460,329,3447.17,-3369.94,140.925,-1.48877,-0.117315,0.128027,-0.665327,0.726076,180,180,100,1), + (27142,169216,1,-7198.09,-2425,-216.693,4.30284,0,0,0.83612,-0.548546,-180,-180,0,1), + (27558,100035,0,425.194,1864.41,10.3692,3.89689,0,0,0.929534,-0.368737,90,90,0,1), + (27561,175461,329,3683.66,-3612.59,138.91,1.8326,0.079459,0.103553,0.786567,0.603553,180,180,100,1), + (27562,175462,329,3686.45,-3611.89,138.563,-1.309,0,0,-0.608762,0.793353,180,180,100,1), + (27587,175463,329,3685.14,-3610.9,138.115,0.2618,0.043246,0.005693,0.130402,0.990501,180,180,100,1), + (27589,180582,0,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,3600,3600,100,1), + (27594,143984,1,-2338.21,-367.143,-8.52861,2.67036,0,0,0.97237,0.233445,900,900,100,1), + (27624,1622,0,-957.259,-373,20.2044,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (27634,175466,329,3670.92,-3333.54,138.502,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (27799,143985,1,-1263.31,44.5454,127.545,-1.55334,0,0,-0.700909,0.71325,900,900,100,1), + (27812,177844,0,-10174.2,2388.69,-139.4,4.78638,0,0,0.68047,-0.732776,50,50,100,1), + (27813,177790,0,848.998,2208.29,-137.5,1.50034,0,0,0.681762,0.731574,50,50,100,1), + (27814,181287,533,2844.3,-3980.5,278.981,1.62973,0,0,0.727634,0.685966,6380,6380,100,1), + (27815,181287,533,2926.43,-4034.49,273.577,4.7941,0,0,0.677635,-0.735399,6380,6380,100,1), + (27816,181287,533,2925.78,-3959.76,273.57,0.855331,0,0,0.414748,0.909936,6380,6380,100,1), + (27817,181287,533,2793.38,-3650.78,273.64,0.378605,0,0,0.188174,0.982136,6380,6380,100,1), + (27818,181287,533,2748.44,-3651.65,273.622,2.83297,0,0,0.988118,0.153697,6380,6380,100,1), + (27819,181287,533,2811.74,-3703.96,273.616,5.56223,0,0,0.35272,-0.935729,6380,6380,100,1), + (27820,181287,533,2641.82,-3456.01,265.559,2.8772,0,0,0.991275,0.13181,6380,6380,100,1), + (27821,181287,533,2730.03,-3455.88,262.271,0.678089,0,0,0.332586,0.943073,6380,6380,100,1), + (27822,181287,533,2727.52,-3546.65,261.969,6.0188,0,0,0.13181,-0.991275,6380,6380,100,1), + (27823,181287,533,3214.19,-3465.14,287.071,2.60625,0,0,0.96439,0.264486,6380,6380,100,1), + (27824,181287,533,3336.09,-3469.08,287.069,0.301108,0,0,0.149986,0.988688,6380,6380,100,1), + (27825,175467,329,3730.97,-3493.46,144.672,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (27826,175469,329,3661.27,-3479.86,153.273,-1.48353,0,0,-0.675591,0.737277,180,180,100,1), + (27863,175470,329,3686.23,-3499.92,148.561,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (27864,175471,329,3506.49,-3395.26,147.507,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (27865,175472,329,3550.09,-3383.72,144.137,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (27866,175474,329,4065.84,-3449.08,132.23,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (27867,175477,329,3876.35,-3588.01,151.74,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (27868,176245,329,3456.98,-3106.54,137.908,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (27869,175478,329,3887.01,-3571.79,156.622,2.40856,0,0,0.93358,0.358368,180,180,100,1), + (27870,175479,329,3802.17,-3648.13,162.065,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (27871,153464,329,3555.39,-3424.3,136.745,2.3911,0,0,0.930418,0.366501,7200,7200,100,1), + (27872,176248,329,3480.75,-3290.46,131.762,-1.11701,0,0,0.529919,-0.848048,10800,10800,100,1), + (27873,175481,329,3830.23,-3704.26,153.273,-0.261799,0,0,-0.130526,0.991445,180,180,100,1), + (27874,74727,1,-1053.65,-288.594,159.03,3.07178,0,0,0.999391,0.034899,900,900,100,1), + (27875,3303,1,-1173.28,-26.3016,164.488,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (27876,74728,1,-1052.08,-310.696,159.031,-3.05433,0,0,0.999048,-0.043619,900,900,100,1), + (27877,74729,1,-1043.45,-308.713,159.031,3.14159,0,0,1,0,900,900,100,1), + (27878,74730,1,-1071.19,-276.392,159.031,3.14159,0,0,1,0,900,900,100,1), + (27879,3306,1,-808.24,-31.0297,-13.2098,3.14159,0,0,1,0,900,900,100,1), + (27880,176249,329,3858.25,-3757.06,145.091,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (27881,175737,329,3614.39,-3125.01,137.009,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (27882,3308,1,-1926,-709.528,3.57442,3.14159,0,0,1,0,900,900,100,1), + (27883,175483,329,3477.52,-3359.29,151.06,-1.5708,0,0,-0.707107,0.707107,180,180,100,1), + (27884,175484,329,3473.01,-3294.13,147.507,-1.13446,0,0,-0.5373,0.843391,180,180,100,1), + (27885,3310,1,-2405.66,226.712,48.7031,-3.10669,-0.017065,-0.022113,0.999451,-0.017826,900,900,100,1), + (27886,3311,1,-2740.26,-435.603,-4.50803,3.14159,0.082801,0.013045,0.99648,-0.001084,900,900,100,1), + (27887,3315,1,-1221.87,-18.0721,165.411,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (27888,153469,329,4080.21,-3533.44,124.622,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (27889,175741,329,3615.47,-3125.96,137.01,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (27890,175748,329,3479.83,-3089.39,137.671,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (27891,175749,329,3471.25,-3095.42,137.664,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (27892,2040,1,-1291.37,3013.82,88.8554,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (27893,2040,1,-1738.91,1723.86,71.395,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (27894,2040,1,126.822,852.442,149.675,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (27895,2040,1,11.4729,2703.64,-73.5529,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (27896,2040,1,-2107.35,2460.43,24.257,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (27897,2040,1,-1338.7,2898.86,73.0065,2.28638,0,0,0.909961,0.414694,300,300,100,1), + (27898,148830,109,-515.553,95.2582,-148.74,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (27899,148831,109,-419.849,94.4837,-148.74,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (28111,148832,109,-491.4,135.97,-148.74,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (28112,148833,109,-491.491,53.4818,-148.74,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (28113,148834,109,-443.855,136.101,-148.74,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (28114,148835,109,-443.417,53.8312,-148.74,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (28294,103680,1,-4013.3,-3385.15,38.4657,2.38013,0,0,0.181189,0.983448,-600,-600,100,0), + (28321,2040,1,-2019.15,3121.25,18.2197,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (28327,142212,90,-562.961,632.162,-327.485,0.916298,0,0,0.442289,0.896873,3600,3600,100,1), + (28477,177287,329,3450.79,-3105.5,138.456,0.610865,0,0,0.300706,0.953717,0,0,100,1), + (28487,142475,90,-563.833,154.52,-202.151,-1.98968,0,0,0.838671,-0.544639,3600,3600,100,1), + (28512,179967,0,-9559.65,72.3264,58.8912,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (28513,180051,0,-9579.01,38.1403,61.0277,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (28514,180005,0,-9537.65,126.811,61.1037,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (28515,175753,329,3470.62,-3094.68,137.664,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (28517,175290,389,25.4365,6.90505,11.0928,2.87056,0.023353,0.002362,0.990576,0.134938,3600,3600,100,1), + (28518,2045,1,-3238.11,-3382.49,-1.51944,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (28525,3659,0,-1172.82,102.157,0.00608,2.68781,0,0,0.97437,0.224951,7200,7200,100,1), + (28526,179965,0,-9569.41,97.0819,58.8815,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (28527,180046,0,-9572.6,33.3993,61.2556,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (28528,179975,0,-9560.94,127.774,58.9152,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (28529,179968,0,-9558.87,131.45,58.8875,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (28530,180035,0,-9562.45,120.571,60.4093,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (28531,180032,0,-9560.39,106.003,60.5481,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (28532,179967,0,-9570.38,73.6094,60.0989,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (28533,179975,0,-9535.88,110.817,58.8815,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (28534,180049,0,-9573.65,33.65,61.7434,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (28535,180043,0,-9573.83,82.3919,58.8815,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (28536,179965,0,-9564.48,128.845,59.1488,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (28537,179965,0,-9572.12,77.6323,58.882,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (28538,179965,0,-9515.8,75.137,59.6035,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (28539,180040,0,-9558.64,119.835,58.854,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (28540,180043,0,-9533.74,74.5172,58.8815,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (28541,180047,0,-9577.95,29.7229,61.0439,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (28542,180038,0,-9554.68,138.057,59.187,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (28543,180045,0,-9580.79,28.3274,60.6627,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (28544,180048,0,-9577.74,29.818,61.5466,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (28545,180029,0,-9515.35,86.6149,59.0797,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (28546,180043,0,-9546.52,140.876,58.8815,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (28547,180006,0,-9559.52,53.4495,60.136,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (28548,180034,0,-9530,99.0359,59.3857,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (28549,180037,0,-9553.33,110.428,59.1801,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (28550,180035,0,-9521.37,96.6575,60.8029,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (28551,180043,0,-9530.79,92.2459,58.8815,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (28552,179965,0,-9530.22,74.4355,58.8815,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (28553,179965,0,-9542.1,69.9565,58.8932,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (28554,180035,0,-9551.88,55.3052,61.1185,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (28555,180043,0,-9563.43,99.4973,58.8815,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (28556,180045,0,-9573.3,37.0724,60.4675,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (28557,180043,0,-9537.02,98.595,58.8815,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (28558,180030,0,-9534.2,68.6959,59.3954,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (28559,180046,0,-9571.2,28.7882,61.4907,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (28560,180043,0,-9566.04,76.5801,58.8981,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (28561,180046,0,-9577.11,28.9335,61.0503,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (28562,180035,0,-9576.63,74.4836,60.7141,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (28563,180043,0,-9553.62,104.592,58.8828,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (28564,179972,0,-9570.34,73.6059,58.9049,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (28565,180006,0,-9555.57,54.1968,60.1749,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (28566,179968,0,-9559.52,130.32,58.8953,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (28567,180038,0,-9560.48,123.28,59.2266,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (28568,180036,0,-9551.95,41.1687,61.8756,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (28569,180044,0,-9547.15,84.5487,58.1561,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (28570,180043,0,-9556.71,69.5335,58.9567,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (28571,179965,0,-9540.73,34.5314,59.5549,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (28572,179970,0,-9568.37,76.0546,58.8809,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (28573,179965,0,-9528.68,91.8029,58.8889,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (28574,179975,0,-9535.4,130.943,58.8839,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (28575,180043,0,-9531.2,117.723,59.1229,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (28576,179965,0,-9526.89,62.1373,59.5495,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (28577,179973,0,-9569.09,74.8281,58.8618,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (28578,180041,0,-9556.3,116.333,58.8582,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (28579,179968,0,-9534.25,128.669,58.9019,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (28580,180036,0,-9558.04,15.1922,63.009,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (28581,180031,0,-9563.75,66.4712,60.5913,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (28582,180035,0,-9558.93,135.616,60.3051,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (28583,180038,0,-9532.87,120.536,59.2362,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (28584,180042,0,-9576.61,89.6703,58.8815,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (28585,180048,0,-9573.39,33.7,61.7433,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (28586,180035,0,-9523.69,69.3342,60.3902,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (28587,180047,0,-9571.72,27.8073,61.4719,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (28588,180045,0,-9568.85,26.1816,61.2764,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (28589,179968,0,-9535.15,113.199,58.8815,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (28590,180046,0,-9574.43,33.592,61.162,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (28591,180039,0,-9550.79,144.551,59.3467,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (28592,180035,0,-9556.89,4.93777,61.6764,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (28593,180049,0,-9571.81,28.07,61.9897,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (28594,180335,0,-9569.42,74.9086,58.9041,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (28595,180035,0,-9545.69,27.9266,60.59,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (28596,179965,0,-9513.38,86.4162,59.6696,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (28597,179968,0,-9536.48,108.306,58.8908,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (28598,180043,0,-9539.89,72.8221,58.8815,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (28599,180035,0,-9549.23,65.4561,60.4817,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (28600,180043,0,-9541.98,80.8587,59.1252,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (28601,180053,0,-9574.1,30.2205,61.2259,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (28602,181029,0,-9574.1,30.2205,61.2259,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (28603,180037,0,-9542,136.385,59.2148,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (28604,179965,0,-9532.9,133.527,58.986,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (28605,180035,0,-9530.71,125.602,59.8683,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (28606,180035,0,-9539.58,138.433,60.2842,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (28607,180040,0,-9557.69,134.367,58.8329,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (28608,180035,0,-9533.44,109.463,60.0964,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (28609,180035,0,-9542.16,42.035,60.9323,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (28610,179968,0,-9535.4,112.285,58.8815,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (28611,180047,0,-9573.48,33.6922,61.2497,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (28612,179965,0,-9572.74,40.4953,60.4069,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (28613,179965,0,-9538.01,103.002,58.9158,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (28614,180040,0,-9538.27,133.446,58.8815,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (28615,179968,0,-9533.8,128.406,59.6028,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (28616,179965,0,-9551.97,106.014,58.8853,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (28617,180043,0,-9557.68,54.6593,60.3315,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (28618,180035,0,-9534.68,63.1606,60.2981,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (28619,179968,0,-9533.51,127.849,58.9001,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (28620,180524,0,-9544.44,140.065,58.8815,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (28621,180524,0,-9533.17,124.821,58.9729,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (28622,180524,0,-9584.94,79.6764,60.4523,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (28623,180524,0,-9520.97,91.3967,59.3657,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (28624,180524,0,-9546.56,87.8324,59.4187,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (28625,180524,0,-9522.69,74.1969,59.1998,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (28626,180524,0,-9552.22,111.492,58.8853,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (28627,180524,0,-9553.61,67.2332,59.2847,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (28628,180524,0,-9549.28,28.2097,59.4478,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (28629,180524,0,-9533.64,115.556,58.9128,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (28630,180524,0,-9574.56,79.7395,58.8815,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (28631,180524,0,-9566.92,99.248,58.8815,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (28632,2849,0,-9036.02,-2420.72,129.325,-2.53073,0,0,0.953717,-0.300706,7200,7200,100,1), + (28633,176610,309,-12193.3,-1673.08,113.394,2.71399,0,0,0.977231,0.212178,600,600,100,1), + (28634,2061,309,-12193.3,-1673.08,113.394,2.71399,0,0,0.977231,0.212178,600,600,100,1), + (28635,176611,309,-12218.2,-1688.99,124.302,2.67908,0,0,0.973379,0.2292,600,600,100,1), + (28636,2061,309,-12218.2,-1688.99,124.302,2.67908,0,0,0.973379,0.2292,600,600,100,1), + (28637,176612,309,-12218.1,-1673.09,125.153,2.67908,0,0,0.973379,0.2292,600,600,100,1), + (28638,2061,309,-12218.1,-1673.09,125.153,2.67908,0,0,0.973379,0.2292,600,600,100,1), + (28639,176618,309,-12388.7,-1909.05,130.26,-0.951205,0,0,-0.457874,0.889017,600,600,100,1), + (28640,2066,309,-12388.7,-1909.05,130.26,-0.951205,0,0,-0.457874,0.889017,600,600,100,1), + (28641,176619,309,-11985.3,-1703,32.2836,-2.73144,0,0,0.979046,-0.203642,600,600,100,1), + (28642,2066,309,-11985.3,-1703,32.2836,-2.73144,0,0,0.979046,-0.203642,600,600,100,1), + (28643,176609,309,-12192.9,-1688.96,112.47,2.67908,0,0,0.973379,0.2292,600,600,100,1), + (28644,2061,309,-12192.9,-1688.96,112.47,2.67908,0,0,0.973379,0.2292,600,600,100,1), + (28645,176606,309,-12164.1,-1689.15,98.4539,2.6529,0,0,0.970296,0.241922,600,600,100,1), + (28646,2041,1,-1847.96,1911.21,53.6878,0.767945,0,0,0.374607,0.927184,300,300,100,1), + (28647,2061,309,-12164.1,-1689.15,98.4539,2.6529,0,0,0.970296,0.241922,600,600,100,1), + (28648,176605,309,-12164.1,-1673.04,98.038,2.70526,0,0,0.976296,0.21644,600,600,100,1), + (28649,2061,309,-12164.1,-1673.04,98.038,2.70526,0,0,0.976296,0.21644,600,600,100,1), + (28650,176608,309,-12135.1,-1672.99,85.1896,2.70526,0,0,0.976296,0.21644,600,600,100,1), + (28651,2061,309,-12135.1,-1672.99,85.1896,2.70526,0,0,0.976296,0.21644,600,600,100,1), + (28652,176607,309,-12134.9,-1689.13,85.6075,2.70526,0,0,0.976296,0.21644,600,600,100,1), + (28653,2061,309,-12134.9,-1689.13,85.6075,2.70526,0,0,0.976296,0.21644,600,600,100,1), + (28654,176617,309,-12355.3,-1954.65,132.352,-2.56563,0,0,0.95882,-0.284015,600,600,100,1), + (28655,2066,309,-12355.3,-1954.65,132.352,-2.56563,0,0,0.95882,-0.284015,600,600,100,1), + (28656,179704,309,-11548.8,-1247.98,78.2841,-2.30383,0,0,0.913545,-0.406737,600,600,100,1), + (28657,2061,309,-11548.8,-1247.98,78.2841,-2.30383,0,0,0.913545,-0.406737,600,600,100,1), + (28658,180368,309,-11910.4,-1917.04,71.6557,-2.33001,0,0,0.918791,-0.394744,600,600,100,1), + (28659,180365,309,-11924.5,-1900.15,66.7322,3.14159,0,0,1,0,600,600,100,1), + (28660,180358,309,-11874.8,-1927.73,67.0359,1.58825,0,0,0.71325,0.70091,600,600,100,1), + (28661,180364,309,-11892.6,-1928.81,66.8137,-1.58825,0,0,-0.71325,0.70091,600,600,100,1), + (28662,176604,309,-11981.8,-1470.24,79.0613,2.73144,0,0,0.979045,0.203642,600,600,100,1), + (28663,2066,309,-11981.8,-1470.24,79.0613,2.73144,0,0,0.979045,0.203642,600,600,100,1), + (28664,180393,309,-11923.3,-1882.99,66.8137,-0.026181,0,0,-0.01309,0.999914,600,600,100,1), + (28665,180497,309,-11501.9,-1614.8,44.5722,1.57952,0,0,0.710185,0.704015,600,600,100,0), + (28666,180386,309,-11516.2,-1648.14,49.5335,1.66679,0,0,0.740218,0.672367,600,600,100,1), + (28667,180526,309,-11569.2,-1627.87,41.2767,0.008726,0,0,0.004363,0.99999,600,600,100,1), + (28668,180323,309,-11916.8,-1221.22,92.5045,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (28669,180366,309,-11698.1,-1771.5,12.5578,-2.93215,0,0,0.994522,-0.104529,600,600,100,1), + (28670,180252,309,-11892.5,-1913.15,65.1471,2.44346,0,0,0.939693,0.34202,600,600,100,1), + (28671,180252,309,-11906.1,-1911.84,65.1471,0.855211,0,0,0.414693,0.909961,600,600,100,1), + (28672,180252,309,-11909.1,-1899.26,65.1471,0.750492,0,0,0.366501,0.930418,600,600,100,1), + (28673,180228,309,-11518.2,-1693.06,52.485,1.02974,0,0,0.492424,0.870356,7200,7200,100,1), + (28674,180247,309,-11518.2,-1693.06,52.485,1.02974,0,0,0.492424,0.870356,600,600,100,1), + (28675,180228,309,-12382.4,-1919.37,131.553,-2.84489,0,0,0.989016,-0.147809,7200,7200,100,1), + (28676,180247,309,-12382.4,-1919.37,131.553,-2.84489,0,0,0.989016,-0.147809,600,600,100,1), + (28677,180229,309,-11810.1,-1882.4,46.0745,-2.44346,0,0,0.939693,-0.34202,600,600,100,1), + (28678,180244,309,-11810.1,-1882.4,46.0745,-2.44346,0,0,0.939693,-0.34202,600,600,100,1), + (28679,180229,309,-11526.3,-1479.74,78.0266,-1.15192,0,0,0.544639,-0.838671,600,600,100,1), + (28680,180244,309,-11526.3,-1479.74,78.0266,-1.15192,0,0,0.544639,-0.838671,600,600,100,1), + (28681,180228,309,-12376.2,-1661.07,132.864,1.43117,0,0,0.656059,0.75471,7200,7200,100,1), + (28682,180247,309,-12376.2,-1661.07,132.864,1.43117,0,0,0.656059,0.75471,600,600,100,1), + (28684,180229,309,-11539.9,-1247.64,78.5177,3.00197,0,0,0.997564,0.069757,600,600,100,1), + (28685,180244,309,-11539.9,-1247.64,78.5177,3.00197,0,0,0.997564,0.069757,600,600,100,1), + (28686,180229,309,-11452.9,-1613.94,49.0348,2.53073,0,0,0.953717,0.300706,600,600,100,1), + (28687,180244,309,-11452.9,-1613.94,49.0348,2.53073,0,0,0.953717,0.300706,600,600,100,1), + (28688,180228,309,-12155.9,-1960.37,133.111,-2.63545,0,0,0.968148,-0.25038,7200,7200,100,1), + (28689,180247,309,-12155.9,-1960.37,133.111,-2.63545,0,0,0.968148,-0.25038,600,600,100,1), + (28690,180229,309,-11781.9,-1621.91,21.149,-3.12414,0,0,0.999962,-0.008727,600,600,100,1), + (28691,180244,309,-11781.9,-1621.91,21.149,-3.12414,0,0,0.999962,-0.008727,600,600,100,1), + (28692,180229,309,-12357.9,-1836.31,130.865,0.453786,0,0,0.224951,0.97437,600,600,100,1), + (28693,180244,309,-12357.9,-1836.31,130.865,0.453786,0,0,0.224951,0.97437,600,600,100,1), + (28694,179985,309,-12339.7,-1645.15,131.269,-2.94961,0,0,0.995396,-0.095846,600,600,100,1), + (28695,179985,309,-12365.6,-1610.73,131.883,-1.48353,0,0,0.67559,-0.737277,600,600,100,1), + (28696,179985,309,-12284.4,-1636.02,133.045,-2.25148,0,0,0.902585,-0.430511,600,600,100,1), + (28697,179985,309,-12288,-1690.2,132.435,-0.122173,0,0,0.061049,-0.998135,600,600,100,1), + (28698,179985,309,-12315.5,-1687.51,130.996,3.03687,0,0,0.99863,0.052336,600,600,100,1), + (28699,179985,309,-12305.7,-1641.98,130.927,0.069813,0,0,0.034899,0.999391,600,600,100,1), + (28700,179985,309,-12309.8,-1627.26,130.809,1.69297,0,0,0.748956,0.66262,600,600,100,1), + (28701,179985,309,-12293.7,-1645.84,131.421,1.85005,0,0,0.798636,0.601815,600,600,100,1), + (28702,179985,309,-12299.3,-1608.96,132.029,1.65806,0,0,0.737277,0.67559,600,600,100,1), + (28703,179985,309,-12333.4,-1604.45,133.015,1.43117,0,0,0.656059,0.75471,600,600,100,1), + (28704,180327,309,-11887.1,-1889.8,63.5037,0.855211,0,0,0.414693,0.909961,7200,7200,100,1), + (28705,180369,309,-11781,-1425.23,10.4603,-0.733038,0,0,0.358368,-0.93358,600,600,100,1), + (28706,180369,309,-11841.1,-1506.42,10.4603,-0.925024,0,0,0.446198,-0.894934,600,600,100,1), + (28707,180369,309,-11900,-1479.85,10.4603,-1.62316,0,0,0.725374,-0.688354,600,600,100,1), + (28708,180369,309,-11680.2,-1659.74,10.4603,1.29154,0,0,0.601815,0.798636,600,600,100,1), + (28709,180168,309,-11986.2,-1475.36,79.6971,-3.00197,0,0,0.997564,-0.069756,2700,2700,100,1), + (28710,180168,309,-12185.9,-1901.98,133.235,0.820305,0,0,0.398749,0.91706,2700,2700,100,1), + (28711,180166,309,-11733.9,-1945.6,58.6811,-2.82743,0,0,0.987688,-0.156434,2700,2700,100,1), + (28712,180164,309,-12347.2,-1845.5,131.012,-2.93215,0,0,0.994522,-0.104529,2700,2700,100,1), + (28713,180166,309,-12264.7,-1869.38,133.452,1.29154,0,0,0.601815,0.798636,2700,2700,100,1), + (28714,180166,309,-11595.3,-1218.19,81.0125,-0.820305,0,0,0.398749,-0.91706,2700,2700,100,1), + (28715,180164,309,-11597.3,-1752.79,39.3294,-0.785398,0,0,0.382683,-0.92388,2700,2700,100,1), + (28716,180167,309,-11988.1,-1825.93,58.5294,-1.81514,0,0,0.788011,-0.615661,2700,2700,100,1), + (28717,180167,309,-11585.2,-1573.6,50.7598,1.16937,0,0,0.551937,0.833886,2700,2700,100,1), + (28718,180167,309,-12298.4,-1684.08,132.492,1.44862,0,0,0.66262,0.748956,2700,2700,100,1), + (28719,180215,309,-11998,-1843.46,60.4131,-0.418879,0,0,0.207912,-0.978148,2700,2700,100,1), + (28720,180215,309,-11927.7,-1756.96,50.1585,3.14159,0,0,1,0,2700,2700,100,1), + (28721,180215,309,-12241.9,-1488.29,131.513,1.58825,0,0,0.71325,0.700909,2700,2700,100,1), + (28722,180392,309,-11691.7,-1769.89,12.5923,2.60054,0,0,0.96363,0.267238,10,10,100,1), + (28723,180392,309,-11698.5,-1775,12.5728,1.46608,0,0,0.669131,0.743145,10,10,100,1), + (28725,180392,309,-11696.3,-1771.7,12.5923,-0.977384,0,0,0.469472,-0.882948,10,10,100,1), + (28726,180392,309,-11686.7,-1786.22,12.5923,-2.80998,0,0,0.986286,-0.165048,10,10,100,1), + (28727,180392,309,-11700.5,-1769.89,12.3476,-1.93731,0,0,0.824126,-0.566406,10,10,100,1), + (28729,180392,309,-11693.3,-1765.31,12.5923,0.733038,0,0,0.358368,0.93358,10,10,100,1), + (28731,180229,309,-11742.3,-1930.5,56.9127,1.62316,0,0,0.725374,0.688355,600,600,100,1), + (28732,180244,309,-11742.3,-1930.5,56.9127,1.62316,0,0,0.725374,0.688355,600,600,100,1), + (28733,180228,309,-12358.3,-1939.73,132.353,0.10472,0,0,0.052336,0.99863,7200,7200,100,1), + (28734,180247,309,-12358.3,-1939.73,132.353,0.10472,0,0,0.052336,0.99863,600,600,100,1), + (28735,180229,309,-11974.8,-1474.54,79.9835,2.93215,0,0,0.994522,0.104528,600,600,100,1), + (28736,180244,309,-11974.8,-1474.54,79.9835,2.93215,0,0,0.994522,0.104528,600,600,100,1), + (28737,180228,309,-11542.7,-1544.95,51.7792,-0.785398,0,0,0.382683,-0.92388,7200,7200,100,1), + (28738,180247,309,-11542.7,-1544.95,51.7792,-0.785398,0,0,0.382683,-0.92388,600,600,100,1), + (28739,180229,309,-11638.4,-1882.91,57.3159,-2.42601,0,0,0.936672,-0.350207,600,600,100,1), + (28740,180244,309,-11638.4,-1882.91,57.3159,-2.42601,0,0,0.936672,-0.350207,600,600,100,1), + (28741,180228,309,-11556,-1725.95,39.7283,0.942478,0,0,0.45399,0.891007,7200,7200,100,1), + (28742,180247,309,-11556,-1725.95,39.7283,0.942478,0,0,0.45399,0.891007,600,600,100,1), + (28743,180229,309,-11594.7,-1216.66,81.3685,0.331613,0,0,0.165048,0.986286,600,600,100,1), + (28744,180244,309,-11594.7,-1216.66,81.3685,0.331613,0,0,0.165048,0.986286,600,600,100,1), + (28745,179985,309,-12349.4,-1597.15,134.484,2.58309,0,0,0.961262,0.275637,600,600,100,1), + (28746,179985,309,-12341.5,-1596.31,132.422,2.6529,0,0,0.970296,0.241922,600,600,100,1), + (28747,179985,309,-12332.4,-1688.48,131.306,-1.29154,0,0,0.601815,-0.798635,600,600,100,1), + (28748,179985,309,-12348.6,-1639.16,131.314,-1.50098,0,0,0.681998,-0.731354,600,600,100,1), + (28749,179985,309,-12276.5,-1647.22,131.402,-2.49582,0,0,0.948324,-0.317305,600,600,100,1), + (28750,179985,309,-12366.6,-1637.88,131.448,0.122173,0,0,0.061049,0.998135,600,600,100,1), + (28751,179985,309,-12370.9,-1619.6,130.94,-1.41372,0,0,0.649448,-0.760406,600,600,100,1), + (28752,179985,309,-12367.7,-1687.49,133.749,0.628319,0,0,0.309017,0.951057,600,600,100,1), + (28753,179985,309,-12353.8,-1634.05,130.66,2.49582,0,0,0.948324,0.317305,600,600,100,1), + (28754,179985,309,-12263.1,-1653.51,132.593,0.890118,0,0,0.430511,0.902585,600,600,100,1), + (28755,180167,309,-11834.8,-1326.26,67.5547,-2.63545,0,0,0.968148,-0.25038,2700,2700,100,1), + (28756,180166,309,-12225.9,-1419.93,131.392,-1.25664,0,0,0.587785,-0.809017,2700,2700,100,1), + (28757,180165,309,-11969.4,-1825.95,56.2139,2.16421,0,0,0.882948,0.469472,2700,2700,100,1), + (28758,180167,309,-12223.5,-1416.27,131.545,2.93215,0,0,0.994522,0.104528,2700,2700,100,1), + (28759,180168,309,-11821,-1892.17,49.6586,0.977384,0,0,0.469472,0.882948,2700,2700,100,1), + (28760,180168,309,-11456.6,-1606.96,49.1958,2.02458,0,0,0.848048,0.529919,2700,2700,100,1), + (28761,180165,309,-12334.5,-1899.65,131.243,-3.00197,0,0,0.997564,-0.069756,2700,2700,100,1), + (28762,180168,309,-11608.9,-1274.07,79.271,0.017453,0,0,0.008727,0.999962,2700,2700,100,1), + (28763,180165,309,-11874.8,-1382.4,68.2662,-1.01229,0,0,0.48481,-0.87462,2700,2700,100,1), + (28764,179985,309,-12327.5,-1647,131.203,2.93215,0,0,0.994522,0.104528,600,600,100,1), + (28765,179985,309,-12307.2,-1575.85,132.98,-0.750491,0,0,0.366501,-0.930418,600,600,100,1), + (28766,179985,309,-12327.7,-1671.95,129.964,-0.436333,0,0,0.21644,-0.976296,600,600,100,1), + (28767,179985,309,-12371.7,-1653.59,130.519,-1.44862,0,0,0.66262,-0.748956,600,600,100,1), + (28768,179985,309,-12301.9,-1631.13,130.825,-0.558505,0,0,0.275637,-0.961262,600,600,100,1), + (28769,179985,309,-12278.1,-1626.72,133.961,-2.53073,0,0,0.953717,-0.300706,600,600,100,1), + (28770,179985,309,-12293.5,-1698.04,132.401,-0.506145,0,0,0.25038,-0.968148,600,600,100,1), + (28771,179985,309,-12338.7,-1617.66,132.662,-1.20428,0,0,0.566406,-0.824126,600,600,100,1), + (28772,179985,309,-12342.2,-1614.41,132.148,0.890118,0,0,0.430511,0.902585,600,600,100,1), + (28773,179985,309,-12317.6,-1577.69,132.425,-2.51327,0,0,0.951057,-0.309017,600,600,100,1), + (28774,179985,309,-12262,-1692.71,131.977,1.65806,0,0,0.737277,0.67559,600,600,100,1), + (28775,179985,309,-12350,-1683.83,131.702,-2.77507,0,0,0.983255,-0.182235,600,600,100,1), + (28776,179985,309,-12345.1,-1577.11,133.149,0.05236,0,0,0.026177,0.999657,600,600,100,1), + (28777,179985,309,-12380.6,-1674.21,135.135,-0.122173,0,0,0.061049,-0.998135,600,600,100,1), + (28778,179985,309,-12334.3,-1590.64,132.309,0.296706,0,0,0.147809,0.989016,600,600,100,1), + (28779,179985,309,-12286.5,-1624.23,130.432,-0.453786,0,0,0.224951,-0.97437,600,600,100,1), + (28780,179985,309,-12348.6,-1666.71,130.695,-1.309,0,0,0.608761,-0.793353,600,600,100,1), + (28781,179985,309,-12331.4,-1586.47,132.353,3.01942,0,0,0.998135,0.061049,600,600,100,1), + (28782,179985,309,-12375.1,-1633.28,129.588,-2.51327,0,0,0.951057,-0.309017,600,600,100,1), + (28783,179985,309,-12384.8,-1641.3,131.158,-1.20428,0,0,0.566406,-0.824126,600,600,100,1), + (28784,179985,309,-12331.3,-1610.76,132.727,-0.977384,0,0,0.469472,-0.882948,600,600,100,1), + (28785,179985,309,-12375.4,-1604.21,133.843,-0.628319,0,0,0.309017,-0.951056,600,600,100,1), + (28786,179985,309,-12377.1,-1622.55,130.761,-2.42601,0,0,0.936672,-0.350207,600,600,100,1), + (28787,179985,309,-12326.1,-1564.06,133.69,-1.91986,0,0,0.819152,-0.573576,600,600,100,1), + (28788,179985,309,-12272.7,-1695.68,133.57,1.43117,0,0,0.656059,0.75471,600,600,100,1), + (28789,179985,309,-12338.7,-1582.65,132.537,0.872665,0,0,0.422618,0.906308,600,600,100,1), + (28790,179985,309,-12351.5,-1691.34,132.402,-1.78024,0,0,0.777146,-0.62932,600,600,100,1), + (28791,179985,309,-12381.2,-1611.29,132.438,-0.802851,0,0,0.390731,-0.920505,600,600,100,1), + (28792,179985,309,-12372.5,-1595.45,138.234,-0.593412,0,0,0.292372,-0.956305,600,600,100,1), + (28793,179985,309,-12306.7,-1616.96,131.571,-1.55334,0,0,0.700909,-0.71325,600,600,100,1), + (28794,179985,309,-12377.7,-1665.01,131.331,1.11701,0,0,0.529919,0.848048,600,600,100,1), + (28795,179985,309,-12316.2,-1586.61,133.266,-2.14675,0,0,0.878817,-0.477159,600,600,100,1), + (28796,179985,309,-12248.8,-1663.64,132.011,2.05949,0,0,0.857167,0.515038,600,600,100,1), + (28798,179985,309,-12320,-1566.54,132.908,0.191986,0,0,0.095846,0.995396,600,600,100,1), + (28799,179985,309,-12331.6,-1637.42,130.824,-1.90241,0,0,0.814116,-0.580703,600,600,100,1), + (28800,179985,309,-12313.4,-1563.06,133.655,-2.96706,0,0,0.996195,-0.087156,600,600,100,1), + (28801,179985,309,-12356.8,-1672.31,130.908,-1.43117,0,0,0.656059,-0.75471,600,600,100,1), + (28802,179985,309,-12299.6,-1688.98,130.936,0.488692,0,0,0.241922,0.970296,600,600,100,1), + (28803,179985,309,-12340.9,-1679.74,130.734,0.418879,0,0,0.207912,0.978148,600,600,100,1), + (28804,179985,309,-12344.8,-1608.62,132.508,-2.84489,0,0,0.989016,-0.147809,600,600,100,1), + (28805,179985,309,-12359.7,-1598.03,134.801,-0.383972,0,0,0.190809,-0.981627,600,600,100,1), + (28806,179985,309,-12311.2,-1582.18,133.06,-1.18682,0,0,0.559193,-0.829037,600,600,100,1), + (28807,179985,309,-12259.1,-1661.71,131.386,-2.54818,0,0,0.956305,-0.292372,600,600,100,1), + (28808,179985,309,-12272.6,-1632.06,138.273,0.698132,0,0,0.34202,0.939693,600,600,100,1), + (28809,179985,309,-12333,-1577.07,132.298,-0.628319,0,0,0.309017,-0.951056,600,600,100,1), + (28810,179985,309,-12299.6,-1619.48,131.14,-2.02458,0,0,0.848048,-0.529919,600,600,100,1), + (28811,179985,309,-12305.1,-1600.49,132.504,1.43117,0,0,0.656059,0.75471,600,600,100,1), + (28812,179985,309,-12304.7,-1594.69,133.991,-0.436333,0,0,0.21644,-0.976296,600,600,100,1), + (28813,179985,309,-12310.8,-1698.4,132.645,-2.9147,0,0,0.993572,-0.113203,600,600,100,1), + (28814,179985,309,-12247.3,-1692.2,132.04,2.58309,0,0,0.961262,0.275637,600,600,100,1), + (28815,179985,309,-12310.7,-1572.57,133.447,2.11185,0,0,0.870356,0.492424,600,600,100,1), + (28816,179985,309,-12313.3,-1608.37,133.097,-1.32645,0,0,0.615661,-0.788011,600,600,100,1), + (28817,179985,309,-12343.4,-1587.82,132.232,-1.23918,0,0,0.580703,-0.814116,600,600,100,1), + (28818,179985,309,-12285.3,-1613.89,131.108,2.37365,0,0,0.927184,0.374607,600,600,100,1), + (28819,179985,309,-12272.3,-1683.82,131.424,-0.034907,0,0,0.017452,-0.999848,600,600,100,1), + (28820,179985,309,-12318.3,-1594.9,132.353,2.37365,0,0,0.927184,0.374607,600,600,100,1), + (28821,179985,309,-12286.5,-1652.58,131.431,1.71042,0,0,0.75471,0.656059,600,600,100,1), + (28822,179985,309,-12371.3,-1672.74,131.131,-0.628319,0,0,0.309017,-0.951056,600,600,100,1), + (28823,179985,309,-12281.5,-1684.34,132.108,0.907571,0,0,0.438371,0.898794,600,600,100,1), + (28824,179985,309,-12347.5,-1566.59,132.695,2.93215,0,0,0.994522,0.104528,600,600,100,1), + (28825,179985,309,-12343.2,-1570.49,131.631,2.6529,0,0,0.970296,0.241922,600,600,100,1), + (28826,179985,309,-12320,-1587.94,132.603,-2.30383,0,0,0.913545,-0.406737,600,600,100,1), + (28827,179985,309,-12331.4,-1627.34,130.44,2.16421,0,0,0.882948,0.469472,600,600,100,1), + (28828,179985,309,-12308.9,-1568.17,134.035,1.0821,0,0,0.515038,0.857167,600,600,100,1), + (28829,179985,309,-12363,-1676.58,130.748,-0.349066,0,0,0.173648,-0.984808,600,600,100,1), + (28830,179985,309,-12321.5,-1580.01,132.249,3.08923,0,0,0.999657,0.026177,600,600,100,1), + (28831,179985,309,-12322.3,-1696.68,135.189,3.12414,0,0,0.999962,0.008727,600,600,100,1), + (28832,179985,309,-12293.5,-1679.86,131.552,2.79253,0,0,0.984808,0.173648,600,600,100,1), + (28833,179985,309,-12316.8,-1582.49,132.893,-0.226893,0,0,0.113203,-0.993572,600,600,100,1), + (28834,179985,309,-12263.5,-1640.6,135.232,-1.71042,0,0,0.75471,-0.656059,600,600,100,1), + (28835,179985,309,-12340.3,-1569.5,131.41,-1.29154,0,0,0.601815,-0.798635,600,600,100,1), + (28836,179985,309,-12314.7,-1674.71,132.047,0.977384,0,0,0.469472,0.882948,600,600,100,1), + (28837,179985,309,-12367.8,-1604.67,132.359,-1.25664,0,0,0.587785,-0.809017,600,600,100,1), + (28838,179985,309,-12307.6,-1587.04,132.717,2.26893,0,0,0.906308,0.422618,600,600,100,1), + (28839,179985,309,-12303.3,-1674.7,131.068,0.191986,0,0,0.095846,0.995396,600,600,100,1), + (28840,179985,309,-12383.2,-1656.12,132.77,-1.16937,0,0,0.551937,-0.833886,600,600,100,1), + (28841,179985,309,-12332.5,-1566.51,132.693,3.08923,0,0,0.999657,0.026177,600,600,100,1), + (28842,179985,309,-12337.4,-1601.97,133.901,-2.74017,0,0,0.979925,-0.199368,600,600,100,1), + (28843,179985,309,-12315.9,-1664.36,131.508,-1.72788,0,0,0.760406,-0.649448,600,600,100,1), + (28844,179985,309,-12313,-1599.8,132.637,0.837758,0,0,0.406737,0.913545,600,600,100,1), + (28845,180868,1,1977.78,-4248.5,31.7743,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (28846,180878,1,1969.2,-4259.8,32.1476,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (28847,180769,1,1670.49,-4477.45,32.305,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (28848,180772,1,1548.6,-4376.24,0.923368,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (28849,180770,1,1703.54,-4464.34,32.2189,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (28850,180769,1,1679.64,-4411.1,35.9493,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (28851,180770,1,1609.43,-4460.12,41.9464,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (28852,180778,1,1942.67,-4280.45,29.3345,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (28853,180778,1,1958.85,-4268.32,31.4018,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (28854,180770,1,1694.4,-4476.28,32.3138,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (28855,180767,1,-1098.15,-58.235,158.314,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (28856,180761,1,-1222.71,-70.9462,165.41,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (28857,180775,1,-1181.29,-91.9861,165.958,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (28858,180768,1,-1022.19,-231.044,160.118,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (28859,180778,1,-1012.56,-11.1564,60.6166,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (28860,180767,1,-1244.12,-94.1286,169.764,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (28861,180761,1,-1256.62,39.4392,132.649,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (28862,180769,0,1586.17,201.402,-36.3775,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (28863,180878,0,1645.92,234.438,62.5916,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (28864,180769,0,1629.63,261.489,-36.6427,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (28865,180868,0,1637.5,236.442,62.5916,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (28866,180771,0,1510.2,384.225,-53.3292,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (28867,180769,0,1555.69,248.024,-36.4548,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (28868,180769,0,1561.98,219.116,-36.4872,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (28869,180769,1,1578.61,-4462.96,34.6688,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (28870,180775,1,1382.96,-4355.71,38.0235,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (28871,180770,1,1618.8,-4356.14,22.2475,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (28872,180868,1,1965.61,-4263.08,31.8683,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (28873,180769,1,1676.2,-4481.53,32.5477,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (28874,180770,1,1606.42,-4460.8,33.7153,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (28875,180768,1,1964.1,-4275.89,30.7694,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (28876,180771,1,1549.14,-4374.01,0.809186,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (28877,180770,1,1614.31,-4361.89,22.0891,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (28878,180768,1,-1047.07,-227.933,159.785,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (28879,180775,1,-1235.89,-90.114,165.731,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (28880,180767,1,-1285.03,45.8843,135.888,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (28881,180767,1,-1280.96,-110.514,178.729,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (28882,180778,1,-1328.29,173.114,60.9292,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (28883,180772,1,-1203,-57.0452,159.069,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (28884,180878,1,-1042.95,-218.214,160.232,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (28885,180869,1,-1030.57,-235.374,159.576,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (28886,180868,1,-1035.79,-224.572,160.313,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (28887,180769,0,1572.17,208.065,-36.5376,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (28888,180769,0,1556.4,230.372,-36.469,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (28889,180878,0,1648.1,232.49,62.5916,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (28890,180768,0,1637.78,245.495,62.5916,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (28891,180769,0,1616.46,274.22,-36.5836,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (28892,180771,0,1710.7,118.395,-51.3916,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (28893,180769,0,1575.25,275.017,-36.5746,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (28894,180878,0,1646.8,232.985,62.5916,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (28895,180762,1,1970.12,-4749.98,60.8001,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (28896,180759,1,1628.78,-4432.28,20.0159,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (28897,180770,1,1652.29,-4440.35,25.0826,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (28898,180778,1,1976.44,-4264.71,32.1246,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (28899,180869,1,1982.79,-4250.35,31.4752,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (28900,180770,1,1635.71,-4428.51,25.4803,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (28901,180769,1,1622.56,-4438.32,25.6376,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (28902,180778,1,-1330.8,184.184,60.7978,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (28903,180767,1,-1121.58,72.3169,150.153,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (28904,180878,1,-1043.68,-217.307,160.241,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (28905,180771,1,-1204.51,-56.883,159.069,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (28906,180878,1,-1042.06,-218.223,159.804,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (28907,180768,0,1641.11,232.872,62.5916,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (28908,180760,0,1595.4,201.922,-50.7759,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (28909,180769,0,1648.81,221.105,-36.6523,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (28910,180769,0,1605.55,279.724,-36.4851,1.309,0,0,0.608761,0.793353,180,180,100,1), + (28911,180769,0,1601.86,200.033,-36.5113,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (28912,180769,0,1635.66,247.545,-36.3512,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (28913,180769,0,1562.3,262.052,-36.4425,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (28914,180771,0,1726.76,344.264,-51.5696,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (28915,180771,0,1516.07,387.622,-53.3292,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (28916,180770,1,1658.29,-4451.78,32.3135,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (28917,180878,1,1968.53,-4259.34,32.0739,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (28918,180769,1,1586.9,-4453.55,42.1854,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (28919,180878,1,1968.91,-4257.11,32.0645,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (28920,180770,1,1687.56,-4398.57,36.058,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (28921,180770,1,1669.44,-4428.92,31.6215,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (28922,180868,1,1992.31,-4250.18,31.4586,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (28923,180770,1,1587.46,-4456.28,34.2002,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (28924,180771,1,1989.5,-4656.89,27.3624,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (28925,180772,1,-1214.91,-56.8004,159.056,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (28926,180772,1,-1213.46,-56.7885,159.056,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (28927,180767,1,-1141.67,-122.524,178.199,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (28928,180878,1,-1044.24,-216.621,159.335,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (28929,180878,1,-1042.46,-218.979,159.818,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (28930,180775,1,-1206.35,133.66,138.144,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (28932,180878,0,1648.58,234.882,62.5916,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (28933,180878,0,1646.28,233.535,62.5916,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (28934,142475,90,-550.357,101.493,-202.102,3.14159,0,0,1,0,3600,3600,100,1), + (28935,180869,0,1639.92,234.601,62.5916,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (28936,180772,0,1715.69,122.836,-51.3916,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (28937,180768,0,1635.36,237.196,62.5916,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (28938,180770,1,1662.87,-4432.13,31.6775,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (28939,180769,1,1684.69,-4480.9,32.4815,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (28940,180770,1,1610,-4367.55,22.2935,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (28941,180878,1,1969.63,-4256.93,32.1302,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (28942,180770,1,1589.61,-4451.72,42.2628,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (28943,180775,1,1733.14,-4408.25,48.4424,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (28944,180769,1,1599.96,-4456.83,33.8569,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (28945,180772,1,-1201.59,-56.9542,159.069,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (28946,180868,1,-1038.94,-230.445,160.088,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (28947,180768,1,-1041.46,-230.346,160.023,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (28948,180771,1,-1210.76,-56.9323,159.056,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (28949,180768,1,-1041.94,-217.551,159.768,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (28950,180878,0,1649.09,234.271,62.5916,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (28951,180868,0,1637.5,243.41,62.5916,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (28952,180769,0,1589.67,280.358,-36.5545,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (28953,180769,0,1586.84,279.833,-36.3964,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (28954,180771,0,1711.05,332.216,-51.5689,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (28955,180878,0,1648.62,233.049,62.5916,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (28956,180769,0,1604.7,200.729,-36.4511,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (28957,180770,1,1634.12,-4393.97,22.3753,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (28958,180771,1,1993.1,-4660.77,27.0221,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (28959,180769,1,1614.55,-4387.67,22.3548,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (28960,180770,1,1620.31,-4441.3,25.7824,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (28961,180868,1,-1029.13,-225.699,160.515,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (28962,180767,1,-1173.8,-97.9679,169.195,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (28963,180778,1,-1045.66,-227.565,159.956,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (28964,180778,1,-1276.59,209.697,59.2747,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (28965,180775,1,-1276.95,50.0955,132.456,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (28966,180878,0,1647.32,232.518,62.5916,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (28967,180878,0,1649.09,233.546,62.5916,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (28968,180769,0,1648.86,215.154,-36.4556,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (28969,180772,0,1523.4,111.867,-53.3286,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (28970,180769,0,1619.41,272.5,-36.5722,1.0472,0,0,0.5,0.866025,180,180,100,1), + (28971,180769,0,1635.75,232.623,-36.5015,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (28972,180772,0,1517.67,115.35,-53.3285,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (28973,180769,0,1572.97,273.089,-36.6699,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (28974,180868,0,1642.77,245.378,62.5916,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (28975,180770,0,1588.48,240.007,-48.0515,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (28976,180869,0,1640.01,245.183,62.5916,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (28977,180778,0,1646.56,244.051,62.5916,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (28978,180769,0,1574.73,206.371,-36.486,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (28979,180769,0,1602.64,280.405,-36.4615,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (28980,180768,1,1993.42,-4258.83,31.8616,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (28981,180770,1,1608.88,-4374.46,22.2562,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (28982,180769,1,1681.73,-4425.58,35.8772,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (28983,180770,1,1682.94,-4431.13,32.3404,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (28984,180762,1,1937.87,-4251.41,45.0749,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (28985,180770,1,1600.06,-4454.22,42.1749,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (28986,180768,1,1984.63,-4244.79,31.5727,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (28987,180869,1,-1026.84,-228.528,160.363,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (28988,180767,1,-1106.42,-17.879,149.316,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (28989,180778,1,-1034.48,-73.7086,60.531,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (28990,180878,1,-1043.08,-217.583,160.261,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (28991,180772,0,1696.44,132.449,-51.391,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (28992,180769,0,1627.69,264.104,-36.6371,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (28993,180760,0,1595.7,278.743,-50.8353,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (28994,180769,0,1563.72,216.652,-36.4789,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (28995,180769,0,1618.73,207.786,-36.6291,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (28996,180768,0,1635.49,242.698,62.5916,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (28997,180770,0,1639.55,215.955,-36.4585,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (28998,180771,0,1469.29,164.49,-53.3286,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (28999,180769,0,1646.17,213.66,-36.4928,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (29000,180769,0,1635.63,227.167,-36.5431,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (29001,180768,0,1637.64,234.224,62.5916,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (29002,180769,0,1589.3,200.453,-36.4421,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (29003,180770,0,1595.74,233.181,-48.0654,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (29004,180772,0,1448.35,160.557,-53.3292,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (29005,180878,0,1647.58,233.319,63.6957,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (29006,180760,0,1631.72,216.644,-39.8794,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (29007,180769,0,1616.12,205.97,-36.5111,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (29008,180771,0,1519.72,367.012,-53.3286,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (29009,180778,0,1646.3,235.541,62.5916,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (29010,180770,0,1642.44,224.405,-36.7174,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (29011,180775,0,1608.55,253.162,-46.6006,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (29012,180868,0,1636.3,239.929,62.5916,0,0,0,0,1,180,180,100,1), + (29013,180334,0,-5075.06,-800.017,495.127,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (29014,180769,0,1627.69,216.648,-36.4423,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (29015,180769,0,1649.81,218.219,-36.4882,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (29016,180771,0,1715.14,326.768,-51.5689,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (29017,180771,0,1701.16,137.297,-51.391,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29018,180770,0,1595.74,247.951,-48.0585,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29019,180772,0,1466.16,170.502,-53.3286,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (29020,180769,0,1634.9,250.342,-36.3342,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (29021,180772,0,1451.78,154.781,-53.3292,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (29022,180769,0,1555.46,233.379,-36.3424,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (29023,180769,0,1632.92,219.24,-36.3693,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (29024,180769,0,1563.88,264.798,-36.6633,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (29025,180769,0,1556.64,251.016,-36.4766,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (29026,180868,0,1642.7,234.406,62.5916,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (29027,180772,0,1525.77,370.145,-53.3285,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (29028,180769,0,1634.75,229.686,-36.4041,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (29029,180771,0,1467.46,312.594,-53.3286,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (29030,180768,0,1641.18,247.026,62.5916,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (29031,180771,0,1470.81,318.526,-53.3286,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (29032,180769,0,1629.46,219.208,-36.4537,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (29033,180770,0,1603.29,240.396,-48.0446,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29034,180772,0,1730.99,338.868,-51.5696,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (29035,180771,1,1550.02,-4371.35,0.802526,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (29036,180770,1,1674.89,-4429.55,32.3091,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (29037,180769,1,1693.71,-4394.74,35.9609,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (29038,180769,1,1662.86,-4436.96,32.3813,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (29039,180769,1,1695.15,-4439.45,32.4032,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (29040,180769,1,1639.09,-4429.36,25.2713,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (29041,180778,1,-1266.36,199.405,59.6992,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (29042,180767,1,-1322.18,29.2153,144.886,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (29043,180771,1,-1211.89,-56.8578,159.056,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (29044,180778,1,-1023.02,-68.3547,60.531,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (29045,180778,1,-1006.6,-21.3943,60.531,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (29046,180768,1,-1052.77,-250.587,159.03,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (29047,180759,1,1614.17,-4380.83,18.2116,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (29048,180770,1,1664.67,-4472.76,32.3041,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (29049,180770,1,1673.37,-4479.65,32.387,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (29050,180878,1,1970.18,-4257.96,32.8414,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (29051,180759,1,1668.55,-4431.96,25.6414,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (29052,180770,1,1656.05,-4443.6,31.5062,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (29053,180878,1,-1043.49,-216.356,159.402,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (29054,180768,1,-1064,-252.4,159.03,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (29055,180878,1,-1042.72,-216.533,159.549,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (29056,180761,1,-1192.56,-70.5608,165.004,3.14159,0,0,1,0,180,180,100,1), + (29057,180878,1,-1042.2,-217.193,159.714,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (29058,180868,1,-1038.21,-226.919,160.221,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (29059,180775,1,1676.75,-4363.53,46.238,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (29060,180778,1,1945.71,-4286.77,28.0525,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (29061,180868,1,1991.6,-4255.45,31.7451,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (29062,180770,1,1680.45,-4418.36,36.0296,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (29063,180778,1,1963.31,-4274.5,31.0743,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (29064,180771,1,1551.92,-4365.94,0.652043,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (29065,180770,1,1702.91,-4452.89,32.2417,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (29066,180772,1,1551.07,-4368.64,0.73131,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (29067,180778,1,-1041.67,-218.831,159.888,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (29068,180761,1,-1178.93,30.5365,154.627,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29069,180768,1,-1025.51,-238.322,159.351,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (29070,180770,1,1657.16,-4459.14,32.3037,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (29071,180770,1,1627.06,-4432.32,25.6215,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (29072,180770,1,1611.68,-4381.2,22.0837,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (29073,180769,1,1606.18,-4458.06,42.0132,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (29074,180770,1,1668.8,-4432.82,32.2527,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (29075,180869,1,1987.88,-4258.21,31.879,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (29076,180767,1,-1107.31,110.894,159.152,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (29077,180878,1,-1044.83,-217.274,159.328,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (29078,180768,1,-1036.83,-221.709,160.245,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (29079,180868,1,-1033.46,-234.836,159.733,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (29080,180771,1,-1200.28,-57.0174,159.069,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (29081,180761,1,-1057.47,-260.165,170.47,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (29082,180767,1,-1166.19,162.909,150.407,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (29083,180770,1,1687.89,-4479.46,32.5471,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (29084,180770,1,1580.94,-4457.81,42.006,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (29085,180770,1,1623.16,-4451.97,26.001,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (29086,180868,1,1987.29,-4247.9,31.4537,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (29087,180768,1,1957.95,-4267.14,31.34,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (29088,180878,1,1968.4,-4257.74,32.0277,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (29089,180768,1,1942.06,-4279.65,29.4859,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (29090,180770,1,1581.58,-4460.8,34.5845,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (29091,180770,1,1681.44,-4402.75,36.2229,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (29092,180767,1,-1199.38,139.051,141.408,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (29093,180868,1,1987.61,-4262.84,32.0927,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (29094,180878,1,1968.22,-4258.56,32.0273,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (29095,180770,1,1659.18,-4444.4,32.4382,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (29096,180868,1,1969.71,-4269.34,32.3147,2.09439,0,0,0.866025,0.5,180,180,100,1), + (29097,180762,1,1623.31,-4440.17,19.9645,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (29098,180778,1,1971.69,-4258.37,32.0957,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (29099,180768,1,1970.89,-4257.2,32.1292,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (29100,173047,1,1894.97,-4553.88,29.1535,2.15548,0,0,0.880891,0.473319,900,900,100,1), + (29101,180759,1,1959.63,-4754.61,59.6691,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (29102,180768,1,1945.87,-4287.73,27.8395,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (29103,180770,1,1645.99,-4431.27,25.169,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (29104,180770,1,1627.03,-4393.15,22.064,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (29105,180770,1,1688.7,-4435.48,32.3028,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (29106,180769,1,1619.97,-4392.13,22.3244,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (29107,180768,1,1977.19,-4265.79,32.1976,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (29108,180878,1,1970.37,-4257.01,32.1565,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (29109,180771,1,1991.22,-4658.88,27.1988,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (29110,180762,1,1672.33,-4334.29,65.3751,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (29111,180759,1,1664.1,-4346.65,38.7045,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (29112,180769,1,1596.84,-4454.96,33.8994,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (29113,180759,1,1919.03,-4252.79,45.8645,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (29114,180872,0,1641.41,246.193,63.6263,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (29115,180872,0,1636.11,237.332,63.6332,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (29116,142475,90,-546.673,129.436,-202.151,1.55334,0,0,0.700909,0.71325,3600,3600,100,1), + (29117,180764,0,1641.4,233.697,63.5916,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (29118,180764,0,1638.47,244.872,63.6263,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (29119,180872,0,1636.34,242.429,63.6819,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (29120,180763,0,1586.57,206.722,-48.4407,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (29121,180764,0,1564.27,225.497,-48.4558,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (29122,180764,0,1565.59,256.706,-48.624,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (29123,180764,0,1580.32,209.161,-48.6208,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (29124,180763,0,1626.46,224.47,-48.5357,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (29125,180764,0,1587.24,274.035,-48.5127,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (29126,180764,0,1581.1,271.953,-48.77,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (29127,180763,0,1604.63,273.871,-48.6895,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (29128,180764,0,1626.9,255.238,-48.4775,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (29129,180764,0,1610.74,209.172,-48.4635,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (29130,180763,0,1604.06,206.589,-48.6392,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (29131,180764,0,1611,271.571,-48.6687,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (29132,180763,0,1565.59,256.706,-48.624,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (29133,180763,0,1586.57,206.722,-48.4407,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (29134,180763,0,1626.46,224.47,-48.5357,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (29135,180763,0,1604.63,273.871,-48.6895,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (29136,180763,0,1581.1,271.953,-48.77,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (29137,180763,0,1564.27,225.497,-48.4558,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (29138,180763,0,1587.24,274.035,-48.5127,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (29139,180764,0,1604.06,206.589,-48.6392,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (29140,180764,0,1580.32,209.161,-48.6208,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (29141,180764,0,1611,271.571,-48.6687,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (29142,180763,0,1610.74,209.172,-48.4635,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (29143,180764,0,1626.9,255.238,-48.4775,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (29144,180763,0,1586.57,206.722,-48.4407,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (29145,180763,0,1604.63,273.871,-48.6895,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (29146,180763,0,1565.59,256.706,-48.624,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (29147,180871,1,-1046.29,-228.027,160.915,1.309,0,0,0.608761,0.793353,180,180,100,1), + (29148,180871,1,-1022.06,-231.753,161.152,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (29149,180871,1,-1024.76,-237.99,160.384,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (29150,180871,1,-1041.92,-229.486,160.999,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (29151,180764,1,1677.92,-4422.83,28.8499,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (29152,180763,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (29153,180764,1,1605.18,-4370.81,19.4832,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (29154,180764,1,1630.31,-4423.55,21.8445,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (29155,180764,1,1614.38,-4393.15,19.4818,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (29156,180764,1,1614.56,-4444.61,24.0514,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (29157,180763,1,1639.48,-4396.46,19.5513,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (29158,180763,1,1656.05,-4432.83,29.0276,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (29159,180763,1,1630.31,-4423.55,21.8445,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (29160,180763,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (29161,180763,1,1677.92,-4422.83,28.8499,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (29162,180764,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (29163,180763,1,1656.05,-4432.83,29.0276,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (29164,180764,1,1614.38,-4393.15,19.4818,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (29165,180764,1,1605.18,-4370.81,19.4832,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (29166,180763,1,1958.28,-4267.89,32.3831,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (29167,180871,1,1976.55,-4265.19,33.182,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (29168,180763,1,1971.23,-4258.03,33.1456,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (29169,180763,1,1639.48,-4396.46,19.5513,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (29170,180763,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (29171,180871,1,1971.23,-4258.03,33.1456,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (29172,180872,1,1993.38,-4257.96,32.903,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (29173,180763,1,1605.18,-4370.81,19.4832,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (29174,180872,1,1958.28,-4267.89,32.3831,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (29175,180871,1,1946.64,-4287.34,28.96,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (29176,180764,1,1942.81,-4279.42,30.5777,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (29177,180763,1,1677.92,-4422.83,28.8499,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (29178,180764,1,1656.05,-4432.83,29.0276,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (29179,180763,1,1630.31,-4423.55,21.8445,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (29180,180763,1,1614.38,-4393.15,19.4818,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (29181,180763,1,1614.56,-4444.61,24.0514,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (29182,180763,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (29183,180763,1,1677.92,-4422.83,28.8499,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (29184,180763,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (29185,2041,1,-1662.95,1563.55,59.7157,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (29186,2041,1,-1984.55,2190.74,51.9447,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (29187,2045,1,-1194.27,-3840.6,-15.7948,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (29188,2041,1,-1677.75,852.175,88.6948,0,0,0,0,1,300,300,100,1), + (29189,2061,1,-1232.67,1740.11,90.3898,-1.05945,0,0,-0.505297,0.862946,900,900,100,1), + (29190,175754,329,3480.58,-3089.02,137.671,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (29191,175756,329,3458.6,-3107.46,137.9,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (29192,175761,329,3476.46,-3096.2,136.546,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (29193,175762,329,3479.95,-3088.35,137.664,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (573748,176224,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (29195,2045,1,-139.563,2382.37,-27.3656,-2.02458,0,0,-0.848048,0.52992,300,300,100,1), + (29196,142476,90,-555.494,488.075,-216.81,-1.81514,0,0,0.788011,-0.615661,3600,3600,100,1), + (29198,2045,1,-1921.45,3312.82,-70.0786,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (29199,2045,1,-2014.64,3244.24,-31.9593,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (29200,2045,1,-1871.19,3396.33,-70.1769,-1.95477,0,0,-0.829038,0.559192,300,300,100,1), + (29201,2045,1,-418.43,2789.23,-28.9977,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (29202,2045,1,-92.348,2822.52,-44.5401,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (29203,2045,1,-170.591,2477.28,-32.982,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (573747,176224,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (29205,92252,1,-770.513,-3720.37,42.461,5.82547,0,0,0.226865,-0.973926,25,25,100,1), + (29206,2047,1,-1930.25,1766.63,74.6961,1.20428,0,0,0.566407,0.824125,300,300,100,1), + (29207,2047,1,-1313.19,2791.93,127.485,0.575959,0,0,0.284016,0.95882,300,300,100,1), + (29208,2061,1,-1227.94,1745.11,90.3898,-1.19035,0,0,-0.560655,0.82805,900,900,100,1), + (29209,2061,1,-1243.62,1756.25,90.3898,-1.12926,0,0,-0.535105,0.844785,900,900,100,1), + (29212,2061,1,-2358.13,2485.34,70.7527,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (29213,2061,1,-2408.39,2418.16,74.8806,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (29214,2061,1,-2360.21,2432.05,76.5657,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (29215,2061,1,-2297.11,2424.52,68.0497,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (29216,2061,1,-2407.32,2486.28,83.7571,2.80998,0,0,0.986286,0.165048,900,900,100,1), + (29232,3855,1,-422.419,1868.29,128.514,-0.610865,0,0,-0.300706,0.953717,900,900,100,1), + (29233,3856,1,-411.843,1847.04,128.486,1.58825,0,0,0.71325,0.700909,900,900,100,1), + (29234,2045,1,-911.403,-4010.55,-54.0648,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (29235,2045,1,-1043.93,-4187.63,-32.8391,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (29237,180329,0,-5074.65,-800.21,496.023,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29239,3662,0,-8968.61,-2079.53,132.445,-1.85005,0,0,0.798635,-0.601815,7200,7200,100,1), + (29240,2850,0,-8686.87,-2364.43,159.694,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (29241,180331,0,-5089.13,-800.45,496.023,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (29242,180328,0,-5087.79,-800.033,496.03,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (29243,180325,0,-5079.86,-801.669,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29244,180325,0,-5088.31,-801.761,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29249,2045,0,-13434.2,812.866,-6.68726,1.67552,0,0,0.743146,0.669129,300,300,100,1), + (29250,2041,0,-13323,599.927,4.51111,-0.837758,0,0,-0.406737,0.913545,300,300,100,1), + (29251,2043,0,-11768.8,-873.189,28.2211,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (29252,2045,0,-13056.3,522.983,-21.8572,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (29253,2046,0,-12885.3,393.837,47.626,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (29255,2045,0,-14143.6,530.425,-15.8463,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (29256,4149,0,-13279.3,-428.964,16.9264,1.41372,0,0,0.649448,0.760406,900,900,100,1), + (29257,2045,0,-12420.1,333.587,-19.0185,-2.42601,0,0,-0.936673,0.350206,300,300,100,1), + (29258,2045,0,-12532.9,330.768,-42.6405,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (29259,2045,0,-12299.6,399.688,-17.0721,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (29261,1832,0,-10852.7,-4088.34,21.6844,2.34747,0,0,0.922201,0.386711,600,600,100,1), + (29262,2066,0,-10852.7,-4088.34,21.6844,2.34747,0,0,0.922201,0.386711,600,600,100,1), + (29263,2046,0,-12007.8,306.513,3.89546,-0.471239,0,0,-0.233445,0.97237,300,300,100,1), + (29264,1829,0,-9954.27,-3637.75,21.6967,-3.13287,0,0,0.99999,-0.004363,600,600,100,1), + (29265,2061,0,-9954.27,-3637.75,21.6967,-3.13287,0,0,0.99999,-0.004363,600,600,100,1), + (29266,1830,0,-9963.63,-3715.78,21.7567,-1.34562,0,0,-0.623185,0.782075,600,600,100,1), + (29268,1624,0,-11653.7,71.7935,16.7056,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (29269,2043,0,-11704,74.8653,18.1263,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (29270,2061,0,-9963.63,-3715.78,21.7567,-1.34562,0,0,-0.623185,0.782075,600,600,100,1), + (29275,3658,0,-9729.42,656.299,31.8338,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29276,3658,0,-9258.88,355.379,76.693,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (29278,161557,0,-9085.58,-340.105,73.4517,0.541052,0,0,0.267238,0.96363,120,120,100,1), + (29280,161557,0,-9092.74,-345.37,73.4517,0.663225,0,0,0.325568,0.945519,120,120,100,1), + (29283,161557,0,-9038.2,-325.137,73.4668,1.22173,0,0,0.573576,0.819152,120,120,100,1), + (29287,1940,0,-8637.57,-547.361,145.041,1.57079,-0.024678,0.006171,0.707079,0.706676,180,180,100,1), + (29288,180184,0,-8306.6,-334.969,143.974,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (29291,2866,0,-6886.74,-1017.65,244.263,0.122173,0,0,0.0610485,0.998135,300,300,100,1), + (29292,2852,0,-1152.82,174.51,0.739045,-0.279253,0,0,0.139173,-0.990268,7200,7200,100,1), + (29294,180598,0,-4971.55,-1148.57,501.648,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (29299,180681,0,-4958.51,-1179.32,501.659,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (29300,180680,0,-4913.85,-1226,501.651,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (29301,180679,0,-4937.29,-1282.74,501.672,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (29304,311,0,-5356.59,-529.636,391.713,-2.41728,0,0,0.935135,-0.354291,180,180,100,1), + (29305,314,0,-5356.56,-528.312,391.688,-0.846485,0,0,-0.410719,0.911762,180,180,100,1), + (29306,3719,0,-5470.22,-636.681,393.521,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (29307,1618,0,-5446.32,-639.383,393.661,-2.60054,0,0,-0.96363,0.267239,300,300,100,1), + (29308,1619,0,-5770.15,-641.998,403.322,-2.79253,0,0,-0.984808,0.173647,300,300,100,1), + (29309,1617,0,-5736.14,-429.302,365.018,2.63545,0,0,0.968148,0.250379,300,300,100,1), + (29310,1619,0,-5819.96,-404.656,382.646,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (29311,1617,0,-5723.05,-880.104,406.79,3.00197,0,0,0.997564,0.0697546,300,300,100,1), + (29312,1617,0,-5891.02,-968.64,405.87,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (29313,1619,0,-5628.9,-1185.42,393.984,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (29314,1618,0,-5718.43,-1246.63,388.957,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (29315,1617,0,-5692.37,-1330.26,393.417,-0.733038,0,0,-0.358368,0.93358,300,300,100,1), + (29317,3658,0,-5416.44,-1249.67,444.115,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (29318,1618,0,-5852.89,-1104.2,382.177,3.03687,0,0,0.998629,0.0523374,300,300,100,1), + (29320,1619,0,-5945.51,-1106.05,400.468,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (29322,1619,0,-5726.06,-1343.31,400.751,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (29323,1618,0,-5788.71,-384.254,365.201,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (29324,1617,0,-5814.87,-134.708,354.66,-0.436333,0,0,-0.21644,0.976296,300,300,100,1), + (29325,1618,0,-5744.84,-276.552,357.268,2.63545,0,0,0.968148,0.250379,300,300,100,1), + (29326,1617,0,-5857.19,-67.1325,360.612,2.33874,0,0,0.920505,0.390732,300,300,100,1), + (29327,1618,0,-5841.27,58.068,357.529,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (29328,1617,0,-5774.8,184.6,372.731,-0.959931,0,0,-0.461749,0.887011,300,300,100,1), + (29334,106318,0,-5493.27,-341.81,354.891,1.79769,0,0,0.782608,0.622515,3600,3600,100,1), + (29336,309,0,-5594.03,-489.786,397.693,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29337,310,0,-5592.13,-489.765,397.682,-1.5708,0,0,-0.707107,0.707107,180,180,100,1), + (29339,1617,0,-5737.89,-358.573,366.568,0.05236,0,0,0.026177,0.999657,300,300,100,1), + (29340,1618,0,-5433.05,-912.624,393.396,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (29341,1618,0,-5463.35,-966.706,394.704,-2.86234,0,0,-0.990268,0.139173,300,300,100,1), + (29342,1619,0,-5678.37,-1411.78,405.54,-1.25664,0,0,-0.587786,0.809016,300,300,100,1), + (29343,106318,0,-5586.13,-1741.28,371.757,-0.122173,0,0,0.061049,-0.998135,3600,3600,100,1), + (29344,1617,0,-5554.53,-1695.4,396.897,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (29346,1617,0,-5485.37,-1751.25,413.59,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (29347,1619,0,-5467.29,-1814.53,408.816,2.21657,0,0,0.894935,0.446197,300,300,100,1), + (29348,1619,0,-5588.87,-1868.5,405.868,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (29349,1618,0,-5559.47,-1833.76,399.766,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (29353,1621,0,-10934.2,349.027,38.7166,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (29356,1831,0,-10370.7,-3371.53,21.8971,3.14159,0,0,1,0,600,600,100,1), + (29357,2066,0,-10370.7,-3371.53,21.8971,3.14159,0,0,1,0,600,600,100,1), + (29358,2007,0,-10030.2,-4284.14,4.36199,-2.89749,0.01626,0.010785,0.992353,-0.121876,600,600,100,1), + (29359,2061,0,-10030.2,-4284.14,4.36199,-2.89749,0.01626,0.010785,0.992353,-0.121876,600,600,100,1), + (29360,32569,0,-10228.8,-3319.46,22.3632,-1.50098,0.03104,-0.005091,-0.681994,0.730681,600,600,100,1), + (29361,37118,0,-9898.3,-3724.76,21.9428,2.28638,0,0,0.909961,0.414694,600,600,100,1), + (29362,28024,0,-9900.72,-3701.58,22.5485,-3.02815,-0.0551,-0.029306,0.99636,-0.058064,600,600,100,1), + (29363,74135,0,-10670.1,-2526.78,26.7779,3.14159,0,0,1,0,600,600,100,1), + (29364,2061,0,-10670.1,-2526.78,26.7779,3.14159,0,0,1,0,600,600,100,1), + (29365,157637,0,-10464,-3265.26,20.1778,1.39626,0,0,0.642788,0.766044,600,600,100,1), + (29366,180763,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (29367,180763,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (29368,180764,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29369,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (29370,180763,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29371,180763,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (29372,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (29373,180763,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29374,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (29375,180763,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29376,180764,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (29377,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (29378,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (29379,180764,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29380,180764,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29381,180763,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (29382,180764,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (29383,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (29384,180763,1,-1289.63,88.4306,130.733,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (29385,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (29386,180763,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29387,180764,1,-1269.99,132.321,134.358,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (29388,180763,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29389,180763,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (29390,180764,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29391,180763,1,-1294.66,102.415,134.119,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (29392,180764,1,-1260.11,134.924,135.133,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (29393,180763,1,-1231.67,147.951,136.156,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (29394,180764,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (29395,180763,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (29396,180764,1,-1292.82,117.224,134.066,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (29397,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (29398,180764,1,-1289.63,88.4306,130.733,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (29399,180764,1,-1269.99,132.321,134.358,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (29400,180763,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29401,180763,1,-1294.66,102.415,134.119,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (29402,180764,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (29403,180763,1,-1260.11,134.924,135.133,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (29404,180764,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (29405,180763,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (29406,180764,1,-1289.63,88.4306,130.733,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (29407,180764,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29408,180764,1,-1269.99,132.321,134.358,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (29409,180764,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29410,180764,1,-1231.67,147.951,136.156,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (29411,180764,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (29412,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (29413,180764,1,-1292.82,117.224,134.066,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (29414,180763,1,-1294.66,102.415,134.119,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (29415,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (29416,180764,1,-1289.63,88.4306,130.733,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (29417,180763,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (29418,180763,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29419,180763,1,-1260.11,134.924,135.133,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (29420,180764,1,-1269.99,132.321,134.358,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (29421,180764,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (29422,180763,1,-1231.67,147.951,136.156,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (29423,180763,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (29424,180766,0,-4647.32,-951.891,502.146,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (29425,180766,0,-4650.32,-965.221,502.146,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (29426,180770,0,-4757.84,-1036.9,520.828,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (29427,180770,0,-4749.11,-1043.69,520.839,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (29428,180868,0,-4652.47,-967.853,502.145,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (29429,180772,0,-4700.11,-1224.86,501.659,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (29430,180769,0,-4944.61,-919.571,510.741,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (29431,180769,0,-8851.96,790.538,101.022,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (29432,180771,0,-8792.38,771.701,96.338,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (29433,180769,0,-8936.93,993.13,136.422,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (29434,180769,0,-8933.98,994.652,136.309,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (29435,180771,0,-8797.51,771.303,96.338,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (29436,180769,0,-4860.13,-879.785,517.728,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (29437,180769,0,-4942.03,-917.438,510.791,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (29438,180869,0,-4667.97,-953.622,500.377,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (29439,180769,0,-8838.09,653.775,100.943,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (29440,180771,0,-8851.56,960.308,96.338,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (29441,180771,0,-8749.5,521.746,96.338,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (29442,180769,0,-8849.09,622.721,101.087,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (29443,180770,0,-8764.17,724.286,104.215,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (29444,180878,0,-8737.22,1077.33,90.7803,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (29445,180769,0,-9055.89,831.778,119.272,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (29446,180878,0,-8739.7,1076.34,90.7599,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (29447,180766,0,-8727.39,1079.93,90.7803,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (29448,180878,0,-8737.03,1076.28,90.7686,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (29449,180772,0,-8746.53,526.208,96.338,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (29450,180757,0,-8870.13,672.571,101.514,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (29451,180770,0,-8868.48,564.995,107.274,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (29452,180878,0,-4646.26,-951.154,502.146,1.309,0,0,0.608761,0.793353,180,180,100,1), + (29453,180869,0,-4649,-959.818,507.316,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (29454,180774,0,-4909.19,-877.809,508.409,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (29455,180769,0,-4936.74,-913.115,510.866,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (29456,180769,0,-4957.97,-930.837,510.452,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (29457,180774,0,-4911.44,-980.87,508.034,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (29458,180769,0,-4934.18,-911.016,510.924,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (29459,180878,0,-4645.69,-950.103,501.914,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (29460,180773,0,-4634.32,-1026.6,511.782,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (29461,180773,0,-4999.56,-952.122,508.383,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (29462,180769,0,-4863.67,-880.493,517.643,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (29463,180878,0,-4644.64,-955.35,501.914,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29464,180878,0,-4643.89,-954.762,501.661,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (29465,180769,0,-4724.23,-1108.4,520.722,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (29466,180869,0,-4673.37,-964.586,507.312,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (29467,180773,0,-4640.95,-1177.73,511.826,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (29468,180878,0,-4643.01,-950.559,501.66,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (29469,180769,0,-4978.91,-1022.39,520.185,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (29470,180878,0,-4644.38,-953.24,502.584,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (29471,180774,0,-8942.75,987.955,135.161,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (29472,180770,0,-8456.9,501.865,110.473,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (29473,180773,0,-8851.83,850.705,108.847,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (29474,180769,0,-8841.24,798.017,101.21,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (29475,180757,0,-8934.87,617.982,102.707,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (29476,180770,0,-8647.99,443.477,109.039,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (29477,180770,0,-8802.43,620.403,101.454,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (29478,180868,0,-8748.12,1083.28,90.7803,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (29479,180770,0,-8466.47,494.299,110.526,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (29480,180769,0,-8835.5,604.1,98.3973,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (29481,180772,0,-8747.45,524.756,96.338,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (29482,180773,0,-8538.96,455.334,113.57,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (29483,180774,0,-8854.54,662.68,107.202,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (29484,180868,0,-8739.59,1084.96,92.8465,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (29485,180868,0,-8749.15,1079.22,90.7803,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (29486,180769,0,-8852.74,667.995,100.272,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (29487,180770,0,-8844.86,792.295,101.099,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (29488,180766,0,-8769.56,1069.19,90.7803,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (29489,180770,0,-8860.55,575.904,103.94,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (29490,180771,0,-4704.16,-1227.98,501.659,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (29491,180869,0,-4661.65,-961.541,500.376,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (29492,180769,0,-4960.68,-933.021,510.504,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (29493,180769,0,-4971.42,-1005.39,520.139,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (29494,180772,0,-4692.61,-1218.68,501.659,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (29495,180769,0,-4972.77,-1008.64,520.155,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (29496,180769,0,-4952.37,-926.179,510.539,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (29497,180769,0,-4806.92,-1179.83,516.326,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (29498,180772,0,-4696.28,-1221.67,501.659,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (29499,180769,0,-4977.32,-1019.04,520.133,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (29500,180878,0,-4646.24,-952.042,502.146,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (29501,180769,0,-4975.66,-1015.43,520.069,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (29502,180774,0,-5020.66,-834.843,515.468,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (29503,180769,0,-4723.41,-1101.91,520.97,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (29504,180769,0,-4949.67,-923.867,510.669,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (29505,180769,0,-4726.4,-1121.3,521.027,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (29506,180769,0,-4676.53,-885.727,520.219,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (29507,180769,0,-4723.79,-1105.03,520.915,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (29508,180769,0,-4939.39,-915.255,510.801,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (29509,180769,0,-4726.96,-1124.51,520.967,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (29510,180868,0,-4664.31,-971.442,502.139,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29511,180774,0,-4898.08,-969.862,508.096,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (29512,180766,0,-4669.06,-970.064,502.136,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (29513,142476,90,-554.104,487.732,-216.81,-1.8326,0,0,0.793353,-0.608761,3600,3600,100,1), + (29514,180771,0,-8854.1,962.875,96.338,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (29515,180774,0,-8712.76,465.377,107.831,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (29516,180770,0,-8854.35,617.13,100.596,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (29517,180770,0,-8455.49,490.953,110.563,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (29518,180757,0,-8800.28,670.986,100.996,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (29519,180769,0,-8939.55,990.909,136.777,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (29520,180769,0,-8951.18,981.333,137.118,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (29521,180868,0,-8752.74,1071.68,90.5656,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (29522,180770,0,-9060.05,841.657,119.352,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (29523,180766,0,-8760.67,1068.52,90.7803,0,0,0,0,1,180,180,100,1), + (29524,180766,0,-8731.94,1060.68,90.7474,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (29525,180769,0,-8948.97,983.89,136.965,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (29526,180766,0,-8734.78,1076.23,90.7527,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (29527,2043,0,-11870.5,-780.281,33.2686,1.67552,0,0,0.743146,0.669129,300,300,100,1), + (29528,2042,0,-11950.4,-691.592,16.011,-2.16421,0,0,-0.882948,0.469471,300,300,100,1), + (29529,2042,0,-11807.2,-259.54,17.5633,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (29530,2046,0,-12273.1,-626.843,33.5493,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (29531,2046,0,-12459.7,-608.362,27.2746,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (29532,2046,0,-12157.5,-313.322,19.6208,2.42601,0,0,0.936673,0.350206,300,300,100,1), + (29534,2046,0,-12696.7,-290.853,27.3519,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (29535,2043,0,-12821.1,-441.142,21.424,-0.087267,0,0,-0.0436197,0.999048,300,300,100,1), + (29536,2046,0,-12975.7,-159.466,9.26464,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (29537,2046,0,-13052.1,-87.6246,18.0662,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (29539,3707,0,-12011.6,513.743,-0.071974,1.74533,0,0,0.766044,0.642788,900,900,100,1), + (29540,142140,0,-11811.6,43.7655,16.3889,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (29541,176791,0,-10102.2,-2789.37,21.8688,3.10669,0,0,0.999848,0.017452,600,600,100,1), + (29542,1623,0,-13800.1,143.831,36.5053,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (29543,1624,0,-13686.6,221.261,23.823,-3.10669,0,0,-0.999848,0.0174505,300,300,100,1), + (29544,2046,0,-13982.5,337.48,25.3151,-0.401426,0,0,-0.199368,0.979925,300,300,100,1), + (29545,2041,0,-14040.7,316.313,22.5915,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (29546,180333,0,-5084.67,-800.052,496.03,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (29547,180332,0,-5087.41,-800.542,496.023,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (29548,2061,0,-10102.2,-2789.37,21.8688,3.10669,0,0,0.999848,0.017452,600,600,100,1), + (29549,180333,0,-5078.55,-800.314,496.009,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (29550,180325,0,-5085.6,-801.764,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29551,180334,0,-5079.42,-800.063,495.141,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (29552,180353,0,-5081.4,-803.12,495.127,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (29553,180325,0,-5082.82,-801.759,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29554,1623,0,-13859.7,598.398,51.4079,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (29556,2045,0,-13352.9,819.383,-7.56789,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (29558,92099,0,-9975.23,-3654.42,21.6983,2.66163,0,0,0.971342,0.237686,600,600,100,1), + (29559,2045,0,-13200.9,566.285,-13.3525,2.26893,0,0,0.906308,0.422617,300,300,100,1), + (29560,2061,0,-9975.23,-3654.42,21.6983,2.66163,0,0,0.971342,0.237686,600,600,100,1), + (29561,2045,0,-12966.9,499.994,-1.77646,-1.76278,0,0,-0.771624,0.636079,300,300,100,1), + (29562,179554,0,-10457.8,-3807.79,18.0667,1.98095,0,0,0.836286,0.548293,600,600,100,1), + (29563,2045,0,-12591.2,251.22,-39.6461,-2.40855,0,0,-0.93358,0.35837,300,300,100,1), + (29565,2553,0,-10357.7,-2747.54,17.3974,-2.83616,0.294459,0.302566,0.876552,-0.231094,600,600,100,1), + (29566,3968,0,-10443,-3190.39,19.0195,2.20784,0,0,0.892979,0.450099,600,600,100,1), + (29567,2061,0,-10443,-3190.39,19.0195,2.20784,0,0,0.892979,0.450099,600,600,100,1), + (29568,1623,0,-11769.4,327.063,41.5691,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (29571,3967,0,-10426.9,-3192.65,19.0195,-0.139626,0,0,-0.069756,0.997564,600,600,100,1), + (29573,1621,0,-10570.1,700.636,32.7759,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (29575,1617,0,-10078.2,670.238,36.4874,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (29578,3719,0,-9439.13,485.315,53.1871,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (29583,161557,0,-9045.19,-351.078,73.5266,-1.41372,0,0,0.649448,-0.760406,120,120,100,1), + (29584,176586,0,-8176.24,-695.394,162.667,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (29585,176584,0,-8012.43,-794.508,129.571,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (29587,2866,0,-6821.65,-946.133,240.209,-0.174533,0,0,-0.0871558,0.996195,300,300,100,1), + (29588,2866,0,-6597.88,-894.268,246.205,2.68781,0,0,0.97437,0.22495,300,300,100,1), + (29590,1619,0,-5973.6,-621.295,404.829,3.00197,0,0,0.997564,0.0697546,300,300,100,1), + (29591,1618,0,-5801.63,-602.409,398.511,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (29592,1619,0,-5718.08,-596.609,406.947,-0.925024,0,0,-0.446198,0.894934,300,300,100,1), + (29599,1617,0,-5193.84,-474.132,388.059,-3.07178,0,0,-0.999391,0.0349061,300,300,100,1), + (29601,1617,0,-5943.62,-510.961,410.105,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (29603,1619,0,-5930.02,-140.335,377.131,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (29604,1617,0,-5854.22,-19.7348,358.193,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (29606,1618,0,-5856.25,97.6157,375.367,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (29607,1619,0,-5845.22,120.792,392.526,0.279253,0,0,0.139173,0.990268,300,300,100,1), + (29609,3658,0,-5470.22,-636.681,393.521,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (29610,1618,0,-5372.48,-739.068,395.762,-1.97222,0,0,-0.833885,0.551938,300,300,100,1), + (29612,1618,0,-5551.67,-1069.22,391.08,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (29613,1619,0,-5678.06,-1108.16,388.727,-1.95477,0,0,-0.829038,0.559192,300,300,100,1), + (29614,1617,0,-5669.77,-1056.96,397.297,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (29617,1619,0,-5606.06,-1408.9,403.155,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (29626,3719,0,-5602.55,-2006.01,395.767,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (29628,1617,0,-5789.72,54.9042,363.247,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (29629,1618,0,-5574.85,333.46,392.183,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (29630,1617,0,-5536.76,320.8,395.362,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (29633,106318,0,-5479.81,-217.343,354.253,3.14159,0,0,1,0,3600,3600,100,1), + (29636,276,0,-5314.48,-231.654,441.06,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (29638,106318,0,-5192.4,23.6719,363.003,2.96706,0,0,0.996195,0.087156,3600,3600,100,1), + (29640,3719,0,-5371.96,287.039,394.127,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (29641,1617,0,-5450.02,382.678,394.011,3.14159,0,0,-1,0,300,300,100,1), + (29642,1618,0,-5896.37,-639.165,399.77,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (29643,1617,0,-5983.73,-570.244,402.969,-0.279253,0,0,-0.139173,0.990268,300,300,100,1), + (29644,178325,0,18.6622,-1449.73,175.94,3.12414,0,0,0.999962,0.008727,300,300,100,1), + (29645,178324,0,18.6622,-1449.73,175.94,3.12414,0,0,0.999962,0.008727,7200,7200,100,1), + (29647,2852,0,-949.093,-933.953,30.3479,-0.453786,0,0,0.224951,-0.97437,7200,7200,100,1), + (29648,1723,0,-933.914,-1017.14,30.3479,-1.79769,0,0,0.782608,-0.622515,300,300,100,1), + (29649,1622,0,232.238,-1132.69,88.8365,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (29650,4096,0,-842.758,57.2623,3.5978,2.9147,0,0,0.993572,0.113203,7200,7200,100,1), + (29652,1620,0,-749.735,25.9655,27.5589,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (29653,2855,0,-1144.02,30.8218,1.62843,-0.453786,0,0,0.224951,-0.97437,7200,7200,100,1), + (29655,2041,0,-582.104,-829.921,7.925,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (29658,1622,0,-197.465,-1432.28,114.996,2.63545,0,0,0.968148,0.250379,300,300,100,1), + (573746,176224,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (29660,1619,0,-9503.87,-2112.98,101.672,-1.0821,0,0,-0.515036,0.857168,300,300,100,1), + (29662,2061,0,-10426.9,-3192.65,19.0195,-0.139626,0,0,-0.069756,0.997564,600,600,100,1), + (29667,51706,0,-10404,-3257.64,22.1459,-1.12574,0,0,-0.533614,0.845728,600,600,100,1), + (29668,50985,0,-10398.6,-3260.64,20.2416,0.968658,0,0,0.465614,0.884988,600,600,100,1), + (29669,51707,0,-10394.2,-3267.13,22.4151,2.94088,0,0,0.994969,0.100188,600,600,100,1), + (29670,3840,0,-10462,-3328.45,21.0756,2.53945,0,0,0.95502,0.296541,600,600,100,1), + (29671,3841,0,-10469,-3323.67,21.0756,1.00356,0,0,0.480988,0.876727,600,600,100,1), + (29672,3842,0,-10472.3,-3335.87,25.5832,2.53945,0,0,0.95502,0.296541,600,600,100,1), + (29673,3843,0,-10470.2,-3324.35,39.975,1.45735,0,0,0.665882,0.746057,600,600,100,1), + (29674,3844,0,-10462.1,-3329.8,39.9393,1.20428,0,0,0.566406,0.824126,600,600,100,1), + (29675,3845,0,-10466.7,-3310.37,21.0756,-3.07178,0,0,0.999391,-0.034899,600,600,100,1), + (29676,3839,0,-10450.9,-3321.21,21.0756,-3.07178,0,0,0.999391,-0.034899,600,600,100,1), + (29677,3962,0,-10493.9,-3251.54,21.1533,1.38754,0,0,0.639439,0.768842,600,600,100,1), + (29680,50936,0,-9974.27,-3657.53,21.9236,-1.71042,0,0,0.75471,-0.656059,600,600,100,1), + (29681,175752,0,-10462.4,-3315.86,40.5967,-0.977384,0,0,0.469472,-0.882948,600,600,100,1), + (29683,2866,0,-11439.9,-3350.83,8.0762,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (29684,142142,0,-11408.9,-3276.19,7.33489,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (29685,2866,0,-11620.2,-3251.3,10.2471,-0.401426,0,0,-0.199368,0.979925,300,300,100,1), + (29686,175745,0,-10462.4,-3316.77,22.0057,-1.69297,0,0,0.748956,-0.66262,600,600,100,1), + (29687,142145,0,-11685.5,-3147.74,14.2616,-0.296706,0,0,-0.147809,0.989016,300,300,100,1), + (29688,175742,0,-10457.5,-3319.44,40.6453,-2.32129,0,0,0.91706,-0.398749,600,600,100,1), + (29704,173221,1,1615.58,-4391.6,10.108,-2.33874,0,0,0.920505,-0.390731,900,900,100,1), + (573745,176224,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (29859,180331,0,-5087.12,-800.04,496.016,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (29860,180325,0,-5074.62,-801.563,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29861,180329,0,-5083.8,-800.583,496.016,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (29862,180325,0,-5077.11,-801.625,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29863,180353,0,-5072.05,-801.831,495.127,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (29864,180332,0,-5081.46,-800.325,496.016,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (29865,180331,0,-5083,-800.127,496.023,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (29866,180373,0,-5088.26,-800.337,496.044,-0.436333,0,0,0.21644,-0.976296,10,10,100,1), + (29867,180373,0,-5079.73,-800.639,496.037,-0.20944,0,0,0.104528,-0.994522,10,10,100,1), + (29868,180371,0,-5082.25,-800.448,496.03,-0.191986,0,0,0.095846,-0.995396,10,10,100,1), + (29869,180373,0,-5084.47,-800.503,496.044,-0.15708,0,0,0.078459,-0.996917,10,10,100,1), + (29870,180370,0,-5073.67,-799.944,496.038,-0.15708,0,0,0.078459,-0.996917,10,10,100,1), + (29871,180373,0,-5075,-800.559,496.044,0.349066,0,0,0.173648,0.984808,10,10,100,1), + (29872,180325,0,-5077.19,-798.264,495.127,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (29873,180325,0,-5082.74,-798.158,495.168,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (29874,180330,0,-5083.99,-799.661,496.023,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (29875,180325,0,-5085.63,-798.16,495.127,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (29876,180325,0,-5088.48,-798.13,495.151,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (29877,180330,0,-5081.63,-799.858,496.016,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (29878,180324,0,-5087.78,-799.986,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29879,180328,0,-5083.52,-799.941,496.03,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (29880,180334,0,-5083.52,-799.991,495.155,3.14159,0,0,1,0,180,180,100,1), + (29881,180328,0,-5075.06,-799.986,496.037,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29882,180325,0,-5079.94,-798.199,495.143,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (29883,180353,0,-5090.38,-798.075,495.127,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (29884,180331,0,-5075.9,-799.944,496.016,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (29885,180325,0,-5074.62,-798.337,495.13,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (29886,180329,0,-5079.95,-799.924,496.023,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (29887,180324,0,-5075.08,-799.992,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29888,180334,0,-5087.77,-799.962,495.155,0,0,0,0,1,180,180,100,1), + (29889,180328,0,-5079.3,-799.97,496.037,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (29890,180329,0,-5087.33,-799.571,496.023,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (29891,180330,0,-5074.53,-799.737,496.023,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (29892,180324,0,-5079.32,-799.988,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29893,180325,0,-5090.32,-799.914,495.127,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (29894,180353,0,-5081.25,-796.474,495.197,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (29895,180332,0,-5076.32,-799.575,496.023,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (29896,180325,0,-5072.4,-799.883,495.127,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (29976,1620,0,-5530.05,-3734.07,318.923,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (29977,180663,0,116.688,-1161.05,37.0966,-2.54818,0,0,0.956305,-0.292372,3600,3600,100,1), + (29979,1622,0,-5385.37,-3911.91,335.182,-1.50098,0,0,-0.681997,0.731355,300,300,100,1), + (29980,1621,0,-5253.37,-4036.28,327.86,0.069813,0,0,0.0348994,0.999391,300,300,100,1), + (29981,1621,0,-5196.54,-3952.01,332.173,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (29986,1723,0,-925.706,-944.54,31.2686,2.3911,0,0,0.930418,0.366501,300,300,100,1), + (29988,1723,0,-916.097,-974.295,30.3479,-0.541052,0,0,0.267238,-0.96363,300,300,100,1), + (29990,1618,0,-5498.98,-3167.97,346.123,-2.9147,0,0,-0.993572,0.113203,300,300,100,1), + (29991,1723,0,-897.239,-961.192,30.3461,1.46608,0,0,0.669131,0.743145,300,300,100,1), + (29992,1723,0,-904.673,-973.271,30.3479,-2.58309,0,0,0.961262,-0.275637,300,300,100,1), + (29994,1761,0,-490.591,115.354,61.5263,-0.139626,0,0,0.069756,-0.997564,10,10,100,1), + (29995,1759,0,-486.062,121.95,60.4183,-2.26893,0,0,0.906308,-0.422618,2,2,100,1), + (29996,1621,0,-863.912,-814.314,20.1829,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (29997,2043,0,-248.326,-285.914,166.76,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (29998,1621,0,-824.922,146.619,39.0395,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (30005,179486,0,-507.908,-1585.03,52.818,1.23918,0,0,0.580703,0.814116,7200,7200,100,1), + (30006,179486,0,-545.406,-1413.07,53.4511,-0.593412,0,0,0.292372,-0.956305,7200,7200,100,1), + (30007,179486,0,-580.359,-1460.68,52.4409,1.13446,0,0,0.5373,0.843391,7200,7200,100,1), + (30008,179486,0,-549.894,-1460.29,52.6552,3.05433,0,0,0.999048,0.043619,7200,7200,100,1), + (30012,179486,0,-584.293,-1474.19,53.3182,-0.453786,0,0,0.224951,-0.97437,7200,7200,100,1), + (30013,1621,0,-4921.13,-3886.59,303.857,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (30014,1622,0,-4915.41,-3785.78,322.432,1.01229,0,0,0.484809,0.87462,300,300,100,1), + (30015,1618,0,-5000.06,-3667.08,308.377,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (30016,1620,0,-4945.09,-3620.74,299.462,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (30017,1622,0,-589.345,-353.673,53.0932,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (30018,2850,0,-442.496,-1467.72,92.9661,-1.90241,0,0,0.814116,-0.580703,7200,7200,100,1), + (30020,1622,0,-958.002,-1143.01,66.0742,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (30021,1620,0,-4751.33,-3146.34,301.222,0.122173,0,0,0.0610485,0.998135,300,300,100,1), + (30023,1624,0,-692.911,-174.651,40.7294,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (30025,1624,0,-322.816,-1543.89,81.843,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (30026,1620,0,-750.837,-333.019,17.6311,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (30028,1727,0,-1327.42,-1223.41,38.791,-1.67552,0,0,0.743145,-0.669131,2,2,100,1), + (30031,1729,0,0.437117,-942.794,61.9384,-2.54818,0,0,0.956305,-0.292372,-120,-120,100,1), + (30032,4096,0,-1358.34,-1245.93,40.1805,-1.65806,0,0,0.737277,-0.67559,7200,7200,100,1), + (30033,2855,0,-202.066,-339.025,72.8802,0.506145,0,0,0.25038,0.968148,7200,7200,100,1), + (30036,3715,0,-446.851,-105.513,55.0402,-0.296706,0,0,0.147809,-0.989016,7200,7200,100,1), + (30037,1892,0,1178.17,-550.932,71.2403,-0.58897,0,0,-0.290247,0.956952,7200,7200,100,1), + (30040,2061,0,1178.17,-550.932,71.2403,-0.58897,0,0,-0.290247,0.956952,7200,7200,100,1), + (30041,1893,0,1112.12,-716.389,71.4242,-3.0252,0,0,0.998307,-0.058164,7200,7200,100,1), + (30043,1617,0,-4966.44,-3070.72,320.412,-2.82743,0,0,-0.987688,0.156436,300,300,100,1), + (30044,1617,0,-5046.05,-3013.4,325.29,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (30045,1617,0,-4813.95,-2823.96,326.671,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (30046,1618,0,-4751.03,-2784.29,323.863,1.32645,0,0,0.615661,0.788011,300,300,100,1), + (30047,1617,0,-5069.66,-2869.19,330.151,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (30049,2061,0,1112.12,-716.389,71.4242,-3.0252,0,0,0.998307,-0.058164,7200,7200,100,1), + (30050,1894,0,996.473,-787.105,108.488,-0.71687,0,0,-0.350809,0.936447,7200,7200,100,1), + (30051,2061,0,996.473,-787.105,108.488,-0.71687,0,0,-0.350809,0.936447,7200,7200,100,1), + (30052,1620,0,-5471.05,-3511.75,298.675,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (30054,2030,0,758.712,-1467.83,78.6684,1.4399,0,0,0.659346,0.75184,7200,7200,100,1), + (30056,1895,0,935.952,-844.892,114.643,-1.14122,0,0,-0.540146,0.841571,7200,7200,100,1), + (30057,2413,0,-8953.95,1010.44,122.038,-2.4871,0,0,0.94693,-0.321439,120,120,0,0), + (30058,1620,0,-5103.99,-3516.45,298.615,-0.855212,0,0,-0.414694,0.909961,300,300,100,1), + (30059,2061,0,935.952,-844.892,114.643,-1.14122,0,0,-0.540146,0.841571,7200,7200,100,1), + (30061,1898,0,235.282,-847.55,146.816,-1.63614,0,0,-0.729827,0.683632,7200,7200,100,1), + (30062,2061,0,235.282,-847.55,146.816,-1.63614,0,0,-0.729827,0.683632,7200,7200,100,1), + (30063,1740,0,232.146,-849.549,147.566,1.9984,0,0,0.841039,0.540974,7200,7200,100,1), + (30065,1620,0,-5820.7,-3810.71,338.18,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (30070,1621,0,-5807.98,-4171.35,388.076,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (30072,1617,0,-5511.64,-2911.08,359.775,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (30073,2023,0,455.827,-628.813,167.55,2.96706,0,0,0.996195,0.087156,7200,7200,100,1), + (30076,1617,0,-5754.79,-2887.25,369.144,-0.05236,0,0,-0.026177,0.999657,300,300,100,1), + (30079,2024,0,452.427,-629.573,166.348,2.90598,0.576802,-0.173584,0.779713,0.170927,7200,7200,100,1), + (30081,2027,0,638.134,-966.654,164.827,3.14159,0,0,1,0,7200,7200,100,1), + (30082,2029,0,638.149,-966.611,164.826,0,0,0,0,1,7200,7200,100,1), + (30084,150138,0,-6034.97,-2488.73,311.086,0.663225,0.002705,0.005546,0.325544,0.945507,7200,7200,100,1), + (30085,2061,0,610.183,-427.191,161.133,3.14159,-0.004363,-0.004363,0.999981,-0.000019,7200,7200,100,1), + (30087,20870,0,565.048,-277.395,150.271,-0.136534,0,0,-0.068214,0.997671,7200,7200,100,1), + (30089,2066,0,565.048,-277.395,150.271,-0.136534,0,0,-0.068214,0.997671,7200,7200,100,1), + (30091,20871,0,844.305,-562.162,141.906,-0.110354,0,0,-0.055149,0.998478,7200,7200,100,1), + (30092,2061,0,844.305,-562.162,141.906,-0.110354,0,0,-0.055149,0.998478,7200,7200,100,1), + (30093,175632,0,-29.9507,-555.919,151.213,3.14159,0,0,1,0,7200,7200,100,1), + (30094,2061,0,-29.9507,-555.919,151.213,3.14159,0,0,1,0,7200,7200,100,1), + (30095,103663,0,253.037,-1437.64,49.9305,-2.57436,0,0,0.96005,-0.279829,7200,7200,100,1), + (30096,2061,0,253.037,-1437.64,49.9305,-2.57436,0,0,0.96005,-0.279829,7200,7200,100,1), + (30097,1619,0,-5921.04,-2998,379.722,0.261799,0,0,0.130526,0.991445,300,300,100,1), + (30099,89931,0,253.017,-1437.67,49.9317,3.13287,0,0,0.99999,0.004363,10,10,100,1), + (30100,1760,0,634.332,-292.516,152.886,3.07178,-0.008416,0.009025,0.999312,0.034973,2,2,100,1), + (30101,176863,0,-20.8676,-323.458,131.177,-0.641371,0,0,-0.315217,0.94902,7200,7200,100,1), + (30102,2061,0,-20.8676,-323.458,131.177,-0.641371,0,0,-0.315217,0.94902,7200,7200,100,1), + (30108,2032,0,758.998,-1467.18,78.8067,3.01942,-0.010186,-0.095401,0.993556,0.060349,7200,7200,100,1), + (30109,1621,0,-4108.67,-3082.92,10.0557,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (30111,2025,0,455.836,-628.784,167.56,-0.18326,0,0,-0.091502,0.995805,7200,7200,100,1), + (30112,1765,0,1226.3,-313.66,43.622,-2.87107,0,0,0.990866,-0.134851,2,2,100,1), + (30113,1623,0,-3669.14,-2560.55,74.454,-2.89725,0,0,-0.992546,0.121868,300,300,100,1), + (30115,1623,0,-3466.01,-2563.88,61.5072,2.96706,0,0,0.996195,0.0871556,300,300,100,1), + (30116,2028,0,638.187,-966.647,164.827,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (30117,2031,0,758.73,-1467.82,78.6634,-1.7017,0,0,-0.75184,0.659346,7200,7200,100,1), + (30118,20872,0,681.542,-593.628,162.83,3.14159,0,0,1,0,7200,7200,100,1), + (30119,2061,0,681.542,-593.628,162.83,3.14159,0,0,1,0,7200,7200,100,1), + (30121,2026,0,455.859,-628.778,167.57,1.38754,0,0,0.639439,0.768842,7200,7200,100,1), + (30122,3816,0,1224.24,-311.229,48.5985,0.610865,0,0,0.300706,0.953717,7200,7200,100,1), + (30123,3817,0,1223.25,-310.355,43.6817,1.90241,0,0,0.814115,0.580703,7200,7200,100,1), + (30124,1621,0,-3433.37,-2286.1,51.9849,2.58309,0,0,0.961262,0.275636,300,300,100,1), + (30126,3819,0,1224.04,-311.303,43.6817,0.610865,0,0,0.300706,0.953717,7200,7200,100,1), + (30127,1620,0,-3363.26,-1794.07,26.0834,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (30128,1622,0,-3375.99,-1849.47,18.9603,-2.40855,0,0,-0.93358,0.35837,300,300,100,1), + (30129,1621,0,-3602.54,-1371.32,12.2624,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (30130,1622,0,-3685.53,-1391.78,30.311,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (30131,174880,0,1226.22,-313.298,48.3895,-3.10669,0,0,0.999848,-0.017453,7200,7200,100,1), + (30132,22664,0,1219.32,-314.954,48.4054,-1.23918,0,0,-0.580703,0.814115,7200,7200,100,1), + (30133,22654,0,1217.85,-315.177,43.6415,-1.23918,0,0,-0.580703,0.814115,7200,7200,100,1), + (30134,22658,0,1216.77,-315.882,48.4054,-1.23918,0,0,-0.580703,0.814115,7200,7200,100,1), + (30135,22649,0,1216.76,-321.851,43.6415,0.488694,0,0,0.241923,0.970295,7200,7200,100,1), + (30136,22652,0,1222.01,-320.312,43.6415,2.86234,0,0,0.990268,0.139172,7200,7200,100,1), + (30137,22650,0,1217.99,-322.756,43.6415,1.27409,0,0,0.594823,0.803857,7200,7200,100,1), + (30138,22651,0,1221.11,-321.682,43.6415,2.27766,0,0,0.908143,0.418659,7200,7200,100,1), + (30139,3818,0,1223.13,-311.06,43.6817,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (30140,3815,0,1223.33,-310.987,48.5985,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (30141,3801,0,882.545,-124.94,38.3289,-1.79769,0,0,-0.782608,0.622514,7200,7200,100,1), + (30142,2061,0,882.545,-124.94,38.3289,-1.79769,0,0,-0.782608,0.622514,7200,7200,100,1), + (30143,3802,0,883.298,-125.423,38.3289,-0.506146,0,0,-0.25038,0.968148,7200,7200,100,1), + (30144,2061,0,883.298,-125.423,38.3289,-0.506146,0,0,-0.25038,0.968148,7200,7200,100,1), + (30145,174881,0,890.854,-121.914,38.4086,2.6529,0,0,0.970296,0.241922,7200,7200,100,1), + (30146,22261,0,492.759,-204.398,167.849,-2.62672,0,0,0.967046,-0.254603,7200,7200,100,1), + (30148,2045,0,-3657.56,-540.877,-17.6931,-0.087267,0,0,-0.0436197,0.999048,300,300,100,1), + (30149,3857,1,-413.766,1872.18,128.514,-0.375245,0,0,-0.186524,0.98245,900,900,100,1), + (30150,2045,1,6300.8,655.543,-16.6708,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (30151,50961,1,-82.7896,1692.18,88.7181,-0.994838,0,0,0.477159,-0.878817,2,2,100,1), + (30152,179491,1,-223.064,2810.58,-14.2226,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (30153,179491,1,-210.638,2589.55,-32.895,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (30154,2045,1,6643.83,750.378,-14.2264,-3.01942,0,0,-0.998135,0.0610484,300,300,100,1), + (30155,179491,1,-206.382,2561.64,-24.2572,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (30156,179491,1,-186.41,2548.61,-32.3653,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (30157,179491,1,-234.329,2541.33,-13.9135,1.0472,0,0,0.5,0.866025,180,180,100,1), + (30158,179491,1,-168.484,2702.7,-68.014,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (30159,179491,1,-170.891,2640.21,-51.8494,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (30160,1733,1,5889.95,666.349,8.03616,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (30161,177444,1,-1423.31,2926.35,135.388,1.67552,0.006485,-0.005839,0.743117,0.669105,900,900,100,1), + (30162,2045,1,5666.41,552.479,-2.61341,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (30163,179493,1,74.1478,2673.05,-79.3735,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (30164,179493,1,-56.1482,2688.71,-101.311,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (30165,179493,1,33.8505,2635.4,-65.1946,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (30166,17190,1,-1981.14,442.017,133.59,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (30167,2045,1,5397.28,565.987,-6.86503,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (30168,17191,1,-1978.85,443.599,133.59,2.49582,0,0,0.948324,0.317305,900,900,100,1), + (30169,2855,1,-1020.23,878.373,92.5822,-0.279253,0,0,0.139173,-0.990268,7200,7200,100,1), + (30170,2855,1,-390.962,1789.9,127.79,1.8326,0,0,0.793353,0.608761,7200,7200,100,1), + (30171,2855,1,-247.599,687.142,100.894,1.50098,0,0,0.681998,0.731354,7200,7200,100,1), + (30172,175144,1,196.727,1173.15,167.832,0.593413,0,0,0.292372,0.956305,900,900,100,1), + (30173,2045,1,4954.72,646.754,-15.7999,3.00197,0,0,0.997564,0.0697546,300,300,100,1), + (30174,1620,1,4763.26,676.558,11.7826,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (30175,50984,1,-1890.75,620.357,107.671,0.095992,0,0,0.047978,0.998848,900,900,100,1), + (30176,1619,1,4581.46,710.533,24.4426,1.5708,0,0,0.707108,0.707106,300,300,100,1), + (30177,175145,1,200.77,1175.62,167.999,-2.30383,0,0,0.913545,-0.406737,900,900,100,1), + (30178,2857,1,-2373.11,2443,77.2417,0.20944,0,0,0.104528,0.994522,7200,7200,100,1), + (30179,1731,1,4420.88,826.078,15.3331,-1.18682,0,0,-0.559193,0.829038,300,300,100,1), + (30180,1731,1,4535.69,902.658,7.67582,2.18166,0,0,0.88701,0.461749,300,300,100,1), + (30181,2045,1,4292.18,970.887,-22.6644,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (30182,2857,1,-1389.72,2652.81,111.556,-1.93731,0,0,0.824126,-0.566406,7200,7200,100,1), + (30183,2857,1,-1968.62,1268.88,91.5316,-0.349066,0,0,0.173648,-0.984808,7200,7200,100,1), + (30184,2857,1,-1380.12,2766.56,112.532,0.872665,0,0,0.422618,0.906308,7200,7200,100,1), + (30185,175146,1,182.857,1154.68,168.305,0.451998,0,0,0.22408,0.974571,900,900,100,1), + (30186,2413,0,-8956.34,1010.81,122.038,-0.951203,0,0,-0.457873,0.889017,120,120,0,0), + (30188,177706,1,-1152.08,2707.2,111.114,1.02974,0,0,0.492424,0.870356,900,900,100,1), + (30189,3888,1,-356.995,1727.36,139.436,-2.39983,0,0,0.932008,-0.362438,900,900,100,1), + (30190,1622,1,3705.17,815.295,6.18831,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (30191,1621,1,3584.87,642.443,12.888,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (30192,142140,1,3472.97,426.689,-1.17177,-2.89725,0,0,-0.992546,0.121868,300,300,100,1), + (30194,1731,1,2404.24,-705.668,154.528,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (30195,1731,1,2451.43,-997.505,146.244,1.01229,0,0,0.484809,0.87462,300,300,100,1), + (30196,176945,1,-1903,2449.26,62.189,2.89961,0,0,0.992689,0.120697,900,900,100,1), + (30197,176946,1,-1902.63,2449.51,62.1889,1.47717,0,0,0.673241,0.739423,900,900,100,1), + (30199,3890,1,-354.948,1791.56,139.446,-2.89725,0,0,0.992546,-0.12187,900,900,100,1), + (30200,176947,1,-1902.75,2448.83,62.2104,-1.65712,0,0,-0.736959,0.675937,900,900,100,1), + (30201,3891,1,-350.965,1725.13,139.436,0.05236,0,0,0.026177,0.999657,900,900,100,1), + (30202,176948,1,-1885.88,2431.31,59.8215,2.80998,0,0,0.986286,0.165048,900,900,100,1), + (30203,3892,1,-353.081,1747.82,139.57,-1.37008,0,0,-0.632705,0.774393,900,900,100,1), + (30204,176949,1,-1886,2431.38,59.8215,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (30205,3729,1,-1412.43,-3639.26,92.1808,0.575959,0,0,0.284015,0.95882,900,900,100,1), + (30206,3893,1,-353.645,1758.22,139.618,-0.977384,0,0,-0.469471,0.882948,900,900,100,1), + (30207,176950,1,-1434.61,1564.88,61.1024,0.253073,0,0,0.126199,0.992005,900,900,100,1), + (30208,3894,1,-311.159,1752.08,139.436,-0.541054,0,0,-0.267239,0.96363,900,900,100,1), + (30209,3895,1,-337.261,1797.88,139.436,1.02974,0,0,0.492424,0.870356,900,900,100,1), + (30210,3896,1,-343.083,1799.94,139.436,-2.80125,0,0,0.985556,-0.169349,900,900,100,1), + (30211,3897,1,-383.358,1773.23,139.436,2.60054,0,0,0.96363,0.267239,900,900,100,1), + (30212,3898,1,-320.561,1765.15,139.446,1.80642,0,0,0.785317,0.619094,900,900,100,1), + (30213,2046,1,-2606.63,-3550.43,50.8285,-2.07694,0,0,-0.861629,0.507539,300,300,100,1), + (30214,153470,1,-3932.84,-2858.54,46.4809,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (30223,3899,1,-370.915,1780.58,139.446,-1.98095,0,0,-0.836286,0.548293,900,900,100,1), + (30224,3900,1,-339.572,1733.7,139.437,0.296707,0,0,0.14781,0.989016,900,900,100,1), + (30225,3901,1,-310.74,1758.49,139.436,1.91113,0,0,0.816641,0.577146,900,900,100,1), + (30226,176958,1,-253.204,1391.27,95.3264,2.7838,0,0,0.984041,0.177944,900,900,100,1), + (30227,1735,1,-7474.51,-3903.37,9.63838,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (30228,3902,1,-331.32,1762.97,139.57,-1.37008,0,0,-0.632705,0.774393,900,900,100,1), + (30229,2866,1,-7883.3,-4354,13.6836,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (30230,2866,1,-8554.13,-4622.89,10.3284,-2.84489,0,0,-0.989016,0.147808,300,300,100,1), + (30231,142140,1,-8144.29,-4606.85,-1.73628,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (30232,176959,1,-253.149,1391.28,95.3277,-1.8675,0,0,-0.803857,0.594823,900,900,100,1), + (30233,3903,1,-341.349,1777.37,139.57,-0.226893,0,0,-0.113203,0.993572,900,900,100,1), + (30234,176960,1,-507.224,1424.25,92.629,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (30235,3904,1,-363.236,1762.35,139.57,-0.392699,0,0,-0.19509,0.980785,900,900,100,1), + (30276,7510,1,9503.04,719.029,1255.94,3.22764,0,0,0.999075,-0.0430092,-600,-600,100,1), + (30277,175949,229,-128.234,-482.381,25.7435,6.27245,0,0,0.00536574,-0.999986,43200,43200,100,1), + (30278,175950,229,-11.1345,-465.705,-16.8553,1.5577,0,0,0.69938,0.71475,43200,43200,100,1), + (30342,37099,0,-10290.4,-3970.14,-73.653,2.44346,0,0,0.939693,0.34202,600,600,100,1), + (30344,37099,0,-10378.4,-4018.2,-76.2186,0.733038,0,0,0.358368,0.93358,600,600,100,1), + (30345,37099,0,-10370.9,-3980.15,-77.1915,-1.25664,0,0,0.587785,-0.809017,600,600,100,1), + (30347,2041,0,-10472.1,-2599.18,20.7916,-2.80998,0,0,-0.986286,0.165048,300,300,100,1), + (30349,2042,0,-10551.8,-2854,24.3616,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (30351,37099,0,-10291.2,-3936.29,-70.6545,-1.81514,0,0,0.788011,-0.615661,600,600,100,1), + (30352,37099,0,-10312.3,-3876.39,-37.3397,1.11701,0,0,0.529919,0.848048,600,600,100,1), + (30353,37099,0,-10349.5,-3893.36,-96.7628,0.663225,0,0,0.325568,0.945519,600,600,100,1), + (30354,37099,0,-10337.8,-3851.45,-52.6429,-2.42601,0,0,0.936672,-0.350207,600,600,100,1), + (30355,37099,0,-10335.1,-3937.92,-96.7629,2.18166,0,0,0.887011,0.461749,600,600,100,1), + (30356,180770,0,-8563.6,604.25,109.357,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (30357,37099,0,-10301.7,-3841.17,-37.3536,1.0821,0,0,0.515038,0.857167,600,600,100,1), + (30358,37099,0,-10376.2,-3961.71,-83.0998,1.8326,0,0,0.793353,0.608761,600,600,100,1), + (30359,37099,0,-10359.4,-3962.76,-82.2519,-1.85005,0,0,0.798635,-0.601815,600,600,100,1), + (30360,180331,0,-5078.68,-799.688,496.016,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (30361,180324,0,-5083.55,-799.982,495.127,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (30362,180371,0,-5085.64,-799.931,496.03,-0.226893,0,0,0.113203,-0.993572,10,10,100,1), + (30363,180373,0,-5084.49,-799.378,496.051,-2.79253,0,0,0.984808,-0.173648,10,10,100,1), + (30364,180370,0,-5089.05,-799.469,496.03,-2.11185,0,0,0.870356,-0.492423,10,10,100,1), + (30365,180373,0,-5079.42,-799.408,496.056,-2.93215,0,0,0.994522,-0.104529,10,10,100,1), + (30366,37099,0,-10405.4,-3982.36,-81.7915,0.558505,0,0,0.275637,0.961262,600,600,100,1), + (30367,37099,0,-10377.9,-3950.25,-96.8053,1.02974,0,0,0.492424,0.870356,600,600,100,1), + (30368,37099,0,-10346.3,-3967.85,-83.1067,-0.750491,0,0,0.366501,-0.930418,600,600,100,1), + (30369,24798,0,-10670.4,-4330.51,2.08081,2.1293,0,0,0.87462,0.48481,600,600,100,1), + (30371,30854,0,-10528.7,-3820.75,-18.8854,-0.872665,0,0,0.422618,-0.906308,600,600,100,1), + (30372,1620,0,-11030.4,-501.376,30.8799,0.017453,0,0,0.00872639,0.999962,300,300,100,1), + (30373,1624,0,-11048.5,-694.963,47.5763,-0.785398,0,0,-0.382683,0.92388,300,300,100,1), + (30374,30854,0,-10376.8,-3699.82,12.7557,-0.2618,0,0,0.130526,-0.991445,600,600,100,1), + (30375,30855,0,-10304.4,-3876.28,-19.7476,-3.08923,0,0,0.999657,-0.026177,600,600,100,1), + (30376,1622,0,-11078.8,-960.529,65.0361,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (30378,30855,0,-10333.3,-3853.02,-19.4654,-0.645772,0,0,0.317305,-0.948324,600,600,100,1), + (30380,30856,0,-10396.3,-3836.55,23.4845,1.65806,0,0,0.737277,0.67559,600,600,100,1), + (30381,30854,0,-10505.5,-3780.27,-20.4266,1.25664,0,0,0.587785,0.809017,600,600,100,1), + (30383,30855,0,-10428.9,-3783.61,10.9708,0.698132,0,0,0.34202,0.939693,600,600,100,1), + (30533,13965,36,-191.414,-457.446,54.4391,1.69297,0,0,0.748955,0.66262,180,180,100,1), + (30534,16397,36,-100.502,-668.771,7.41049,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (30535,2413,0,-8954.27,1008.3,122.038,2.19039,0,0,0.889017,0.457873,120,120,0,0), + (30536,1732,36,-146.761,-519.81,55.0914,-0.628319,0,0,-0.309017,0.951056,7200,7200,100,1), + (30537,19019,36,-236.247,-560.498,19.3065,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (30538,75293,36,-209.206,-602.72,19.3065,-0.139626,0,0,-0.0697563,0.997564,5200,5200,100,1), + (30539,19019,36,-123.418,-705.997,8.44232,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (30540,75293,36,-63.0889,-797.013,39.0067,1.55334,0,0,0.700908,0.713252,5200,5200,100,1), + (30541,30856,0,-10433,-3886.55,2.29756,-0.942478,0,0,0.453991,-0.891006,600,600,100,1), + (30542,30856,0,-10414.1,-3933.38,-19.7472,-0.2618,0,0,0.130526,-0.991445,600,600,100,1), + (30543,30856,0,-10323.6,-3792.94,-19.7852,-2.89725,0,0,0.992546,-0.121869,600,600,100,1), + (30546,30854,0,-10486.5,-3843.2,12.151,-2.51327,0,0,0.951057,-0.309017,600,600,100,1), + (30547,30854,0,-10447.4,-3747.13,-10.3953,-3.03687,0,0,0.99863,-0.052336,600,600,100,1), + (30549,30856,0,-10362.3,-4017.44,22.399,-1.48353,0,0,0.67559,-0.737277,600,600,100,1), + (30550,30854,0,-10384.1,-3777.46,2.37646,2.33874,0,0,0.920505,0.390731,600,600,100,1), + (30551,30854,0,-10343.7,-3804.86,-18.4887,2.33874,0,0,0.920505,0.390731,600,600,100,1), + (30554,30854,0,-10376.2,-3875.26,2.91017,-2.19912,0,0,0.891007,-0.45399,600,600,100,1), + (30556,30856,0,-10355.9,-3825.43,-11.5657,1.22173,0,0,0.573576,0.819152,600,600,100,1), + (30557,1621,0,-10910.6,1550.8,55.2261,1.309,0,0,0.608763,0.793352,300,300,100,1), + (30558,30854,0,-10495.1,-4029.64,17.4578,-2.74017,0,0,0.979925,-0.199368,600,600,100,1), + (30559,30855,0,-10304.3,-3960.32,17.4877,2.1293,0,0,0.87462,0.48481,600,600,100,1), + (30560,142476,90,-555.275,488.978,-216.81,1.32645,0,0,0.615662,0.788011,3600,3600,100,1), + (30561,30856,0,-10245.3,-3823.93,18.79,-2.33874,0,0,0.920505,-0.390731,600,600,100,1), + (30563,181624,0,-9983.32,-3665.64,20.1015,-0.20944,0,0,0.104528,-0.994522,600,600,100,1), + (30564,181625,0,-9968.59,-3723.42,21.8284,-0.488692,0,0,0.241922,-0.970296,600,600,100,1), + (30565,181625,0,-9959.85,-3610.43,21.7329,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (30566,179493,0,-10368.4,-3775.43,-6.92094,0.977384,0,0,0.469472,0.882948,600,600,100,1), + (30567,179493,0,-10513.4,-3742.83,-19.3387,0.977384,0,0,0.469472,0.882948,600,600,100,1), + (30568,179493,0,-10556.3,-3821.21,-19.3311,-1.15192,0,0,0.544639,-0.838671,600,600,100,1), + (30570,179493,0,-10358.4,-3867.49,-12.0961,-0.698132,0,0,0.34202,-0.939693,600,600,100,1), + (30572,179493,0,-10412.1,-3722.8,-17.9972,-1.78024,0,0,0.777146,-0.62932,600,600,100,1), + (30573,179493,0,-10562.7,-3870.06,-19.0518,-2.79253,0,0,0.984808,-0.173648,600,600,100,1), + (30576,179493,0,-10515.5,-3924.83,-19.6291,3.01942,0,0,0.998135,0.061049,600,600,100,1), + (30577,1622,0,-9813.7,865.911,25.9242,1.58825,0,0,0.713251,0.700909,300,300,100,1), + (30578,1617,0,-9757.84,947.896,30.6724,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (30580,179493,0,-10402.2,-3906.39,-4.55802,-0.820305,0,0,0.398749,-0.91706,600,600,100,1), + (30582,179493,0,-10354.9,-3803.89,-3.47278,0.139626,0,0,0.069756,0.997564,600,600,100,1), + (30583,24798,0,-10417.2,-4400.32,3.35398,2.05949,0,0,0.857167,0.515038,600,600,100,1), + (30584,24798,0,-10535.1,-4399.61,0.500701,1.69297,0,0,0.748956,0.66262,600,600,100,1), + (30585,24798,0,-10727.6,-4302.85,0.139995,-2.56563,0,0,0.95882,-0.284015,600,600,100,1), + (30586,24798,0,-10252.2,-4393.17,-1.27413,-3.05433,0,0,0.999048,-0.043619,600,600,100,1), + (30587,30856,0,-10486.5,-3843.2,12.151,-2.51327,0,0,0.951057,-0.309017,600,600,100,1), + (30593,30855,0,-10528.7,-3820.75,-18.8854,-0.872665,0,0,0.422618,-0.906308,600,600,100,1), + (30594,30855,0,-10384.1,-3777.46,2.37646,2.33874,0,0,0.920505,0.390731,600,600,100,1), + (30597,24798,0,-10634,-4366.1,2.38925,-1.15192,0,0,0.544639,-0.838671,600,600,100,1), + (30598,24798,0,-10600.7,-4373.9,3.19594,2.89725,0,0,0.992546,0.121869,600,600,100,1), + (30599,28604,0,-9977.94,-3693.06,22.3174,-0.244346,0,0,0.121869,-0.992546,600,600,100,1), + (30601,24798,0,-10179.1,-4361.93,0.390651,1.55334,0,0,0.700909,0.71325,600,600,100,1), + (30602,1618,0,-10085.1,1779.87,35.3454,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (30603,1620,0,-9920.78,1747.56,14.0297,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (30604,24798,0,-10304.1,-4397.31,0.88668,0.191986,0,0,0.095846,0.995396,600,600,100,1), + (30605,24798,0,-10385.2,-4394.04,3.6958,-2.40855,0,0,0.93358,-0.358368,600,600,100,1), + (30606,24798,0,-10255.4,-4389.32,-0.537893,1.0472,0,0,0.5,0.866025,600,600,100,1), + (30607,1624,0,-10234.9,-3633.81,22.1656,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (30608,2045,0,-10044.3,1997.39,-6.45574,3.03687,0,0,0.998629,0.0523374,300,300,100,1), + (30609,1620,0,-10154,2004.12,9.56525,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (30610,2043,0,-10352.3,-4014.83,22.4297,-0.2618,0,0,-0.130526,0.991445,300,300,100,1), + (30611,1619,0,-10148.5,2027.09,22.9411,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (30612,2045,0,-10180.1,2084.07,-9.03643,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (30615,142143,0,-10595.4,-2506.96,23.671,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (30616,142143,0,-10179.2,-2452.48,27.9523,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (30618,142143,0,-10077.7,-3969.91,19.7811,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (30621,2041,0,-10567.4,-2542.74,20.7944,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (30622,1617,0,-10165.6,1730.2,31.9278,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (30623,1621,0,-10187.9,1542.37,44.9426,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (30624,2043,0,-10079,-3086.74,23.2176,-2.47837,0,0,-0.945519,0.325567,300,300,100,1), + (30625,2041,0,-10389.1,-4076,19.9551,0.261799,0,0,0.130526,0.991445,300,300,100,1), + (30626,2041,0,-10078.1,-4046.58,18.9007,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (30628,1624,0,-9962.84,-4165.99,22.3697,-0.680679,0,0,-0.333807,0.942641,300,300,100,1), + (30629,2046,0,-10650,-3612.02,40.9606,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (30632,2046,0,-10056.1,-3181.05,30.9256,1.51844,0,0,0.688356,0.725373,300,300,100,1), + (30633,1620,0,-10382.2,1148.62,35.6488,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (30634,2041,0,-10617.5,-3956.31,20.4969,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (30635,30856,0,-10505.9,-3634.01,19.1487,1.0821,0,0,0.515038,0.857167,600,600,100,1), + (30636,30856,0,-10554.5,-3780.28,15.0893,1.25664,0,0,0.587785,0.809017,600,600,100,1), + (30637,1622,0,-10758.3,882.721,35.5663,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (30638,30854,0,-10611.5,-3912.47,16.2095,2.18166,0,0,0.887011,0.461749,600,600,100,1), + (30639,1618,0,-10473.3,1431.99,47.6578,0.942478,0,0,0.453991,0.891006,300,300,100,1), + (30640,1621,0,-10485,1508.12,64.7425,-2.60054,0,0,-0.96363,0.267239,300,300,100,1), + (30641,1620,0,-10333.3,1529.97,40.7884,-1.3439,0,0,-0.622513,0.782609,300,300,100,1), + (30642,30855,0,-10267.9,-3918.14,17.2907,2.86234,0,0,0.990268,0.139173,600,600,100,1), + (30643,30856,0,-10321,-3766.63,-19.0347,-2.37365,0,0,0.927184,-0.374607,600,600,100,1), + (30644,1621,0,-10870.6,1083.95,39.6233,3.14159,0,0,1,0.00000126759,300,300,100,1), + (30645,2045,0,-10836.6,-4267.68,-8.00184,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (30658,161557,0,-9054.42,-358.9,73.4667,-0.767945,0,0,0.374607,-0.927184,120,120,100,1), + (30663,161557,0,-9074.82,-379.739,73.4452,-2.79253,0,0,0.984808,-0.173648,120,120,100,1), + (30664,161557,0,-9050.2,-303.807,73.674,4.71239,0,0,0.707107,-0.707107,120,120,100,1), + (30665,161557,0,-9062.97,-358.679,73.4519,-0.2618,0,0,0.130526,-0.991445,120,120,100,1), + (30666,161557,0,-9085.33,-361.118,73.4517,0.174533,0,0,0.087156,0.996195,120,120,100,1), + (30667,161557,0,-9073.2,-298.484,73.4538,2.70526,0,0,0.976296,0.21644,120,120,100,1), + (30668,161557,0,-9083.89,-370.696,73.4518,-0.488692,0,0,0.241922,-0.970296,120,120,100,1), + (30672,161557,0,-9056.31,-348.569,73.4518,-1.309,0,0,0.608761,-0.793353,120,120,100,1), + (30675,1619,0,-9104.65,-132.352,89.4059,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (30677,3658,0,-9458.53,8.58518,56.9626,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (30678,1617,0,-9692.8,-19.2856,41.6506,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (30685,3719,0,-9909.52,26.2754,32.0256,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (30687,3719,0,-9258.88,355.379,76.693,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (30691,2413,0,-8956.6,1008.58,122.038,0.6545,0,0,0.32144,0.94693,120,120,0,0), + (30696,1617,0,-9694.65,-1076.84,42.6583,0.750492,0,0,0.366501,0.930417,300,300,100,1), + (30697,1617,0,-9499.13,-1010.12,54.8872,-0.872665,0,0,-0.422618,0.906308,300,300,100,1), + (30698,176793,0,-9425.35,-1126.99,58.4709,-2.42601,0,0,0.936672,-0.350207,900,900,100,1), + (30700,176793,0,-9397.9,-1141.84,59.9588,0.680678,0,0,0.333807,0.942641,900,900,100,1), + (30703,176793,0,-9316.88,-1146.7,69.7394,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (30704,106318,0,-9264.64,-714.127,62.8596,2.37365,0,0,0.927184,0.374607,3600,3600,100,1), + (30706,2413,0,-8857.44,1072.93,102.466,1.81514,0,0,0.788011,0.615662,120,120,0,0), + (30708,2413,0,-8851.57,1068.64,95.2111,0.279253,0,0,0.139173,0.990268,120,120,0,0), + (30709,2413,0,-8860.2,1067.42,102.466,-1.32645,0,0,-0.615661,0.788011,120,120,0,0), + (30710,1617,0,-9487.01,-418.342,60.1237,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (30711,2413,0,-8861.17,1065.46,102.466,0.279253,0,0,0.139173,0.990268,120,120,0,0), + (30712,180712,1,-4825.53,2112.97,0,-0.349066,0,0,-0.173648,0.984808,180,180,100,1), + (30713,176793,0,-9329.07,-1246.56,66.3978,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (30714,106318,0,-9259.1,-1219.62,72.4233,2.11185,0,0,0.870356,0.492424,3600,3600,100,1), + (30715,1618,0,-9451.08,-1451,59.5396,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (30716,22248,0,459.3,-213.663,152.53,-1.66679,0,0,-0.740218,0.672367,7200,7200,100,1), + (30717,176793,0,-9389.48,-1295.82,55.0306,1.0821,0,0,0.515038,0.857167,900,900,100,1), + (30718,176793,0,-9380.64,-1262.96,56.987,2.84489,0,0,0.989016,0.147809,900,900,100,1), + (30719,176793,0,-9351.74,-1310.34,59.6748,-1.48353,0,0,0.67559,-0.737277,900,900,100,1), + (30720,176793,0,-9365,-1285.28,59.5279,-2.26893,0,0,0.906308,-0.422618,900,900,100,1), + (30721,176793,0,-9331.11,-1338.23,64.414,0.453786,0,0,0.224951,0.97437,900,900,100,1), + (30722,22253,0,496.712,-221.85,152.53,-2.66163,0,0,0.971342,-0.237686,7200,7200,100,1), + (30723,1618,0,-9185.54,-1052.26,71.4121,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (30725,1617,0,-9400.36,-1142.13,59.6709,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (30739,30856,0,-10281,-3787.93,14.225,0.139626,0,0,0.069756,0.997564,600,600,100,1), + (30740,22550,0,-9968,-3708.24,22.1812,0.610865,0,0,0.300706,0.953717,600,600,100,1), + (30741,30855,0,-10582.8,-3766.84,16.8426,-2.51327,0,0,0.951057,-0.309017,600,600,100,1), + (30742,30856,0,-10353.6,-3927.38,-20.2995,1.29154,0,0,0.601815,0.798636,600,600,100,1), + (30743,30855,0,-10562.5,-3924.92,-18.5661,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (30744,30855,0,-10526.2,-3863.78,-18.8896,-2.70526,0,0,0.976296,-0.21644,600,600,100,1), + (30745,142143,0,-10178.7,-2923.07,21.2528,2.26893,0,0,0.906308,0.422617,300,300,100,1), + (30746,2041,0,-10212.2,-3159.33,19.1041,3.08923,0,0,0.999657,0.0261783,300,300,100,1), + (30748,3658,0,-9307.25,-291.366,70.4318,2.26893,0,0,0.906308,0.422618,180,180,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (23616,176360,329,3652.15,-3165.96,129.285,5.34443,0,0,0.452331,-0.89185,-180,255,1), - (23617,176360,329,3660.25,-3477.18,139.511,4.82007,0,0,-0.685653,-0.727929,-180,255,1), - (23618,176360,329,3662.24,-3629.09,139.66,2.20469,0,0,-0.382585,0.92392,-180,255,1), - (23619,176360,329,3566.72,-3351.26,131.838,2.31857,0,0,0.916517,0.399995,-180,255,1), - (23620,176360,329,3500.44,-3296.51,132.178,4.55695,0,0,-0.711057,-0.703135,-180,255,1), - (23981,181287,533,2789.51,-3075.94,267.685,0.814009,0,0,0.39586,0.918311,6380,100,1), - (23982,181287,533,2745.96,-3312.15,267.684,0.138569,0,0,0.0692289,0.997601,6380,100,1), - (23983,181287,533,2678.9,-3432.53,267.689,4.74886,0,0,0.694097,-0.719881,6380,100,1), - (23984,181287,533,2635.2,-3384.3,267.685,3.19377,0,0,0.99966,-0.0260857,6380,100,1), - (24059,175969,329,3575.01,-2984,125.33,0.610866,0,0,0.300706,0.953717,180,100,0), - (24166,149410,0,-6683.73,-1194.19,240.027,0.447678,0,0,0.221974,0.975053,-360,0,1), - (24169,180471,0,-10464.1,-3261.28,32.3179,1.43117,0,0,0.656059,0.75471,600,100,1), - (24681,180057,0,841.286,2207.92,-136.506,0.217779,0,0,0.108674,0.994077,25,255,1), - (24682,180057,0,-10170.1,2388.58,-139.25,3.84594,0,0,0.98777,-0.15592,25,255,1), - (24846,143981,1,322.408,-4706.9,14.6834,1.03847,0,0,0.496216,0.868199,900,100,1), - (25119,175458,329,3704.12,-3247.53,126.895,2.26893,-0.018434,-0.039533,0.905445,0.422216,180,100,1), - (25329,175459,329,3446.54,-3370.09,140.956,1.65806,0,0,0.737278,0.67559,180,100,1), - (25478,142095,1,-3618.42,-4437.94,13.4574,3.14159,0,0,1,0,900,100,1), - (26178,75298,34,188.603,81.585,-33.9396,2.47837,0,0,0.945519,0.325568,43200,100,1), - (26179,75298,34,90.5921,-145.882,-33.9396,1.44862,0,0,0.66262,0.748956,43200,100,1), - (26180,179967,0,-9536.88,66.2043,58.8815,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (26181,179968,0,-9556.75,73.0311,58.8824,1.0821,0,0,0.515038,0.857167,180,100,1), - (26183,17153,36,-262.714,-482.361,49.4353,-0.017454,0,0,-0.008727,0.999962,43200,100,1), - (26184,17154,36,-242.965,-578.561,51.1366,3.12414,0,0,0.999962,0.008726,43200,100,1), - (26186,1731,36,-81.0082,-394.329,61.5258,0.436332,0,0,0.216439,0.976296,7200,100,1), - (26187,1732,36,-127.872,-444.354,57.161,0.349066,0,0,0.173648,0.984808,7200,100,1), - (26188,101831,36,-188.136,-460.313,54.5591,1.72788,0,0,0.760406,0.649448,43200,100,1), - (26189,1732,36,-211.943,-518.46,52.8603,-2.33874,0,0,-0.920505,0.390732,7200,100,1), - (26190,19019,36,-214.701,-545.259,19.3065,-1.37881,0,0,0.636078,-0.771625,43200,100,1), - (26191,123207,36,-205.664,-574.581,20.9987,1.55334,0,0,0.700909,0.71325,43200,100,1), - (26192,101834,36,-165.404,-576.924,19.3064,-2.98451,0,0,0.996917,-0.078458,43200,100,1), - (26193,123210,36,-205.805,-583.964,20.9987,-1.58825,0,0,-0.71325,0.700909,43200,100,1), - (26194,123208,36,-210.428,-579.201,20.9987,3.12414,0,0,0.999962,0.008726,43200,100,1), - (26195,123209,36,-201.043,-579.374,20.9987,-0.017454,0,0,-0.008727,0.999962,43200,100,1), - (26196,19019,36,-170.766,-588.508,19.3276,2.77507,0,0,0.983255,0.182236,43200,100,1), - (26197,101832,36,-287.282,-539.877,49.4321,1.72788,0,0,0.760406,0.649448,43200,100,1), - (26198,75293,36,-312.046,-477.501,49.5979,-1.55334,0,0,-0.700908,0.713252,5200,100,1), - (26199,1731,36,-286.104,-577.582,50.9829,-0.069813,0,0,-0.0348994,0.999391,7200,100,1), - (26200,123211,36,-205.973,-613.262,19.4004,-0.104719,0,0,-0.052336,0.99863,43200,100,1), - (26201,123213,36,-196.491,-605.381,19.4004,1.64061,0,0,0.731353,0.681999,43200,100,1), - (26202,123212,36,-196.417,-610.98,19.4004,-2.02458,0,0,-0.848048,0.529919,43200,100,1), - (26203,17155,36,-106.409,-617.284,13.8495,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (26204,1732,36,-106.249,-611.118,16.6945,2.25148,0,0,0.902586,0.430509,7200,100,1), - (26205,16398,36,-107.562,-659.674,7.21211,-0.890294,-0.002224,0.0111,-0.430507,0.902516,180,100,1), - (26206,101833,36,-96.9278,-670.597,7.40338,1.90241,0,0,0.814115,0.580703,43200,100,1), - (26207,3705,36,-89.3315,-682.574,7.42373,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (26208,3705,36,-43.7597,-733.648,9.18536,1.18682,0,0,0.559193,0.829038,180,100,1), - (26209,19019,36,-141.933,-770.301,2.44696,0.017453,0,0,0.008727,0.999962,43200,100,1), - (26210,75293,36,-77.7409,-788.596,26.1097,1.16937,0,0,0.551937,0.833886,5200,100,1), - (26211,144111,36,2.69086,-781.633,9.76985,2.33874,0,0,0.920505,0.390731,43200,100,1), - (26212,3662,36,-144.899,-891.56,4.30954,1.51844,0,0,0.688355,0.725374,180,100,1), - (26225,170499,230,1410.75,-778.143,-85.165,0,0,0,0,1,600,100,1), - (26227,22604,0,-9379.57,-65.7043,64.4918,1.31772,0,0,0.612217,0.79069,900,100,1), - (26228,1617,0,-9766.11,-607.248,38.7044,3.00197,0,0,0.997564,0.0697546,300,100,1), - (26229,22603,0,-9379.46,-65.5162,69.4086,1.31772,0,0,0.612217,0.79069,900,100,1), - (26230,2061,0,-9379.46,-65.5162,69.4086,1.31772,0,0,0.612217,0.79069,900,100,1), - (26231,22606,0,-9380.42,-66.1146,64.4918,-0.872663,0,0,-0.422618,0.906308,900,100,1), - (26232,2061,0,-9380.42,-66.1146,64.4918,-0.872663,0,0,-0.422618,0.906308,900,100,1), - (26233,22602,0,-9380.32,-65.9266,69.4086,-0.872663,0,0,-0.422618,0.906308,900,100,1), - (26234,106318,0,-9484.18,-349.415,59.8835,2.70526,0,0,0.976296,0.21644,3600,100,1), - (26235,170351,0,-9384.81,-66.0895,64.4227,-2.08567,0,0,-0.863836,0.503774,900,100,1), - (26236,170349,0,-9388.5,-64.0052,64.4227,-2.08567,0,0,-0.863836,0.503774,900,100,1), - (26237,170350,0,-9386.61,-65.0726,64.4227,-2.08567,0,0,-0.863836,0.503774,900,100,1), - (26238,170348,0,-9390.25,-64.5718,64.4227,-0.514872,0,0,-0.254602,0.967046,900,100,1), - (26239,170347,0,-9391.43,-66.6428,64.4227,-0.514872,0,0,-0.254602,0.967046,900,100,1), - (26240,22605,0,-9380.79,-65.4971,64.4918,2.60927,0,0,0.964787,0.263032,900,100,1), - (26241,2061,0,-9380.79,-65.4971,64.4918,2.60927,0,0,0.964787,0.263032,900,100,1), - (26242,1560,0,-9463.14,-2.22515,63.8205,1.43117,0,0,0.656059,0.75471,180,100,1), - (26243,177502,0,-9467.19,16.164,63.9322,0.069814,0,0,0.0349,0.999391,900,100,1), - (26244,22772,0,-9456.12,21.3815,56.9157,1.31772,0,0,0.612217,0.79069,900,100,1), - (26245,2061,0,-9456.12,21.3815,56.9157,1.31772,0,0,0.612217,0.79069,900,100,1), - (26246,22803,0,-9458.4,16.0574,56.9748,-2.50455,0,0,0.949699,-0.313163,900,100,1), - (26247,22773,0,-9455,23.3205,56.9157,0.383973,0,0,0.190809,0.981627,900,100,1), - (26248,2061,0,-9455,23.3205,56.9157,0.383973,0,0,0.190809,0.981627,900,100,1), - (26249,177495,0,-9460.35,13.188,56.9748,1.42244,0,0,0.652759,0.757565,900,100,1), - (26250,177500,0,-9456.11,27.3651,63.8175,-2.03331,0,0,-0.850353,0.526213,900,100,1), - (26251,177501,0,-9456.63,24.7865,63.8175,1.80642,0,0,0.785317,0.619094,900,100,1), - (26252,177503,0,-9457.11,36.5191,63.9322,-1.69297,0,0,-0.748956,0.66262,900,100,1), - (26253,22774,0,-9456.23,24.3172,56.9157,3.01942,0,0,0.998135,0.061048,900,100,1), - (26254,2061,0,-9456.23,24.3172,56.9157,3.01942,0,0,0.998135,0.061048,900,100,1), - (26255,177494,0,-9458.8,13.3082,56.9748,2.2253,0,0,0.896873,0.442288,900,100,1), - (26256,22783,0,-9465.5,5.93474,63.8175,1.10828,0,0,0.526213,0.850353,900,100,1), - (26257,22777,0,-9456.42,22.8661,56.9157,-2.17294,0,0,0.884988,-0.465614,900,100,1), - (26258,2061,0,-9456.42,22.8661,56.9157,-2.17294,0,0,0.884988,-0.465614,900,100,1), - (26259,22804,0,-9459.94,16.4905,56.9748,-1.67552,0,0,-0.743145,0.669131,900,100,1), - (26260,175749,0,-9461.34,16.1169,64.9663,-1.41372,0,0,0.649448,-0.760406,900,100,1), - (26262,176576,0,-8765.82,403.164,104.162,-0.898844,0,0,-0.434445,0.900698,900,100,0), - (26263,25332,0,-8999.85,474.263,98.1296,2.24275,0,0,0.900698,0.434446,900,100,1), - (26266,2109,0,-8816.2,498.888,101.957,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (573695,177670,0,3117.6,-3870.24,138.364,3.25174,0,0,0.998484,-0.0550475,-45,100,1), - (26270,24632,0,-8858.72,573.456,101.069,0.776672,0,0,0.378649,0.925541,900,100,1), - (573694,177670,0,2862.1,-3232.82,134.187,6.28181,0,0,0.000687273,-1,-45,100,1), - (26276,24631,0,-8856.19,576.132,101.069,-2.39983,0,0,0.932008,-0.362438,900,100,1), - (26277,10082,0,-8879.98,567.066,93.3457,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26278,10083,0,-8882.02,565.445,93.3457,2.24275,0,0,0.900698,0.434445,900,100,1), - (26279,103795,0,-8800.81,578.754,96.7434,2.24275,0,0,0.900698,0.434445,900,100,1), - (26280,105188,0,-8859.88,584.693,97.7821,2.37365,0,0,0.927184,0.374607,900,100,1), - (26282,25330,0,-8950.24,523.951,98.1296,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26283,176573,0,-8940.04,537.055,116.107,1.64061,0,0,0.731354,0.681998,900,100,1), - (26285,25328,0,-8859.34,609.421,96.9478,-1.20428,0,0,-0.566406,0.824127,900,100,1), - (26286,63195,0,-8885.46,594.829,97.6335,-1.0821,0,0,-0.515038,0.857167,900,100,1), - (573693,177670,0,2794.86,-3761.12,125.424,3.28237,0,0,0.997524,-0.0703324,-45,100,1), - (26289,2123,0,-8798.77,580.375,95.4652,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26290,2190,0,-8798.77,580.375,96.7434,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (573692,177670,0,3227.72,-3096.21,161.34,3.22661,0,0,0.999097,-0.0424947,-45,100,1), - (26292,2146,0,-8834.74,613.107,100.341,2.46092,0,0,0.942642,0.333806,900,100,1), - (26293,24498,0,-8911.46,631.015,99.5682,-2.63545,0,0,0.968148,-0.25038,900,100,1), - (26294,24529,0,-8913.85,609.636,99.5682,2.07694,0,0,0.861629,0.507539,900,100,1), - (26295,24530,0,-8910.58,611.415,99.5682,2.07694,0,0,0.861629,0.507539,900,100,1), - (26296,24531,0,-8904.06,615.052,99.5682,2.07694,0,0,0.861629,0.507539,900,100,1), - (26297,2124,0,-8830.48,617.036,93.5619,0.671952,0,0,0.329691,0.944089,900,100,1), - (26298,24496,0,-8907.24,623.35,99.5682,-2.63545,0,0,0.968148,-0.25038,900,100,1), - (26299,2110,0,-8828.66,616.828,94.162,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26300,24486,0,-8882.89,612.291,95.2583,-1.85005,0,0,-0.798636,0.601815,900,100,1), - (26301,24487,0,-8886.57,610.899,95.2583,-0.279253,0,0,-0.139173,0.990268,900,100,1), - (26302,24488,0,-8886.54,618.386,95.3006,-2.64417,0,0,0.969231,-0.246153,900,100,1), - (26303,24489,0,-8890.1,616.553,95.2891,0.497419,0,0,0.246153,0.969231,900,100,1), - (26304,24633,0,-8884.17,607.827,95.2583,1.41372,0,0,0.649448,0.760406,900,100,1), - (26305,17268,0,-8920.59,607.744,99.5272,-1.44862,0,0,-0.66262,0.748956,900,100,1), - (26306,17269,0,-8922.39,606.783,99.5272,-0.523598,0,0,-0.258819,0.965926,900,100,1), - (26307,17262,0,-8907.33,615.291,99.5272,-1.44862,0,0,-0.66262,0.748956,900,100,1), - (26308,17261,0,-8909.32,614.132,99.5272,-0.523598,0,0,-0.258819,0.965926,900,100,1), - (26309,28035,0,-8830.74,615.172,93.0378,2.24275,0,0,0.900698,0.434445,900,100,1), - (26310,24388,0,-8923.91,604.165,99.5682,2.07694,0,0,0.861629,0.507539,900,100,1), - (26311,24492,0,-8885.36,613.676,102.314,-2.64417,0,0,0.969231,-0.246153,900,100,1), - (26312,2112,0,-8828.86,614.998,93.5619,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26313,2142,0,-8830.69,615.207,94.162,2.24275,0,0,0.900698,0.434445,900,100,1), - (26314,24634,0,-8881.11,609.416,95.2583,2.86234,0,0,0.990268,0.139173,900,100,1), - (26315,24490,0,-8889.22,619.027,95.2728,-1.07338,0,0,-0.511293,0.859407,900,100,1), - (26316,24528,0,-8917.39,607.75,99.5682,2.07694,0,0,0.861629,0.507539,900,100,1), - (26328,2139,0,-8800.81,629.267,97.3194,2.25147,0,0,0.902585,0.430511,900,100,1), - (26335,2111,0,-8752.45,551.908,96.9932,0.916297,0,0,0.442288,0.896873,900,100,1), - (26336,2119,0,-8750.38,550.322,96.9932,-2.2253,0,0,0.896873,-0.442288,900,100,1), - (26337,2100,0,-8773.94,612.498,97.9492,-2.35619,0,0,0.923879,-0.382684,900,100,1), - (26338,28036,0,-8752.45,551.908,95.784,0.916297,0,0,0.442288,0.896873,900,100,1), - (26339,2116,0,-8750.63,552.148,97.5932,-0.654498,0,0,-0.321439,0.94693,900,100,1), - (26340,2145,0,-8877.12,644.33,99.9724,0.471239,0,0,0.233446,0.97237,900,100,1), - (26385,66780,0,-8785.44,638.509,100.472,1.8675,0,0,0.803857,0.594823,900,100,1), - (26388,112898,0,-8855.54,661.93,100.128,-0.986112,0,0,-0.47332,0.880891,900,100,1), - (26391,24500,0,-8745.53,653.098,105.104,-2.59181,0,0,0.962455,-0.27144,900,100,1), - (26392,24502,0,-8750.01,654.409,105.104,-1.03847,0,0,-0.496216,0.868199,900,100,1), - (26393,24503,0,-8751.01,652.083,105.104,0,0,0,0,1,900,100,1), - (26394,24501,0,-8747.54,654.676,105.104,-1.52716,0,0,-0.691513,0.722364,900,100,1), - (26395,24510,0,-8739.99,656.817,105.131,-1.27409,0,0,-0.594823,0.803857,900,100,1), - (26396,24511,0,-8738.03,655.697,105.131,-2.84489,0,0,0.989016,-0.14781,900,100,1), - (26397,24504,0,-8741.02,654.916,105.131,0.296706,0,0,0.147809,0.989016,900,100,1), - (26398,24505,0,-8739.25,653.735,105.131,1.8675,0,0,0.803857,0.594823,900,100,1), - (26399,24493,0,-8736.72,654.489,112.12,1.8675,0,0,0.803857,0.594823,900,100,1), - (573691,177669,0,3183.1,-3461.12,168.207,1.0472,0,0,0.5,0.866025,-45,100,1), - (26401,3705,0,-8715.8,641.233,101.567,0.453786,0,0,0.224951,0.97437,180,100,1), - (26404,160444,0,-8862.7,674.185,97.9155,0.349065,0,0,0.173648,0.984808,900,100,1), - (26405,2138,0,-8801.26,685.201,105.043,-1.7366,0,0,-0.763232,0.646124,900,100,1), - (26406,24469,0,-8861.7,671.905,97.9155,0.837757,0,0,0.406736,0.913546,900,100,1), - (26407,2101,0,-8822.23,673.832,98.4552,0.471239,0,0,0.233446,0.97237,900,100,1), - (26408,24470,0,-8859.18,671.656,97.9155,1.87623,0,0,0.806445,0.591309,900,100,1), - (26413,2099,0,-8779.16,666.68,104.139,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26414,176573,0,-8790.99,671.519,102.051,-1.13446,0,0,0.5373,-0.843391,900,100,1), - (26415,2136,0,-8722.32,515.438,96.7327,-2.50455,0,0,0.949699,-0.313164,900,100,1), - (26416,2115,0,-8723.86,517.518,96.5355,0.637046,0,0,0.313164,0.949699,900,100,1), - (26417,28041,0,-8723.89,517.549,95.3567,0.637046,0,0,0.313164,0.949699,900,100,1), - (26418,28027,0,-8722.04,517.246,96.743,-0.933752,0,0,-0.450099,0.892979,900,100,1), - (26419,25346,0,-8730.09,500.055,107.884,2.24275,0,0,0.900698,0.434446,900,100,1), - (26420,179725,0,-8722.25,515.349,94.4307,-2.50455,0,0,0.949699,-0.313164,900,100,1), - (26421,179744,0,-8722.26,515.362,95.1963,-2.50455,0,0,0.949699,-0.313164,900,100,1), - (26422,179743,0,-8722.29,515.4,95.9646,-2.50455,0,0,0.949699,-0.313164,900,100,1), - (26423,25347,0,-8709.44,516.483,107.884,2.24275,0,0,0.900698,0.434446,900,100,1), - (573690,177669,0,3180.5,-3321.09,166.007,-0.855212,0,0,0.414693,-0.909961,-45,100,1), - (26426,176573,0,-8688,583.24,100.881,-1.93731,0,0,0.824126,-0.566406,900,100,1), - (26428,2108,0,-8690.85,472.162,96.2616,0.663226,0,0,0.325568,0.945518,900,100,1), - (26429,2154,0,-8715.09,457.635,102.051,-0.90757,0,0,-0.438371,0.898794,900,100,1), - (26430,130125,0,-8670.68,447.147,101.64,2.2253,0,0,0.896873,0.442288,900,100,1), - (26431,164908,0,-8673.33,489.992,102.188,2.24275,0,0,0.900698,0.434446,900,100,1), - (26432,179731,0,-8677.2,484.316,98.4834,2.25147,0,0,0.902585,0.430511,900,100,1), - (26433,179728,0,-8677.26,484.272,96.7433,2.25147,0,0,0.902585,0.430511,900,100,1), - (26434,179732,0,-8677.29,484.241,97.6425,2.25147,0,0,0.902585,0.430511,900,100,1), - (26435,176573,0,-8679.42,446.083,99.9921,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (573689,177669,0,3124.68,-3869.22,139.169,0.226893,0,0,0.113203,0.993572,-45,100,1), - (26437,2143,0,-8617.82,520.15,103.077,2.34747,0,0,0.922201,0.386711,900,100,1), - (26438,2125,0,-8617.8,521.992,102.477,0.776672,0,0,0.378649,0.925541,900,100,1), - (26439,2150,0,-8664.27,496.432,104.12,-1.69297,0,0,-0.748956,0.66262,900,100,1), - (26440,25336,0,-8620.57,515.031,115.383,0.671952,0,0,0.329691,0.944089,900,100,1), - (26441,28028,0,-8615.96,521.976,103.077,-0.794124,0,0,-0.386711,0.922201,900,100,1), - (26442,28033,0,-8649.44,475.237,102.919,-0.90757,0,0,-0.438371,0.898794,900,100,1), - (26443,2117,0,-8615.97,520.134,102.477,-2.36492,0,0,0.92554,-0.378649,900,100,1), - (573688,177669,0,3006.01,-3433.58,150.562,-1.8326,0,0,0.793353,-0.608761,-45,100,1), - (26454,25337,0,-8604.14,494.379,115.383,0.671952,0,0,0.329691,0.944089,900,100,1), - (26455,2120,0,-8577.29,534.76,101.237,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (26456,2129,0,-8578.51,537.059,101.237,0.488692,0,0,0.241922,0.970296,900,100,1), - (26457,2189,0,-8579.05,535.299,101.837,2.05949,0,0,0.857167,0.515038,900,100,1), - (26458,28029,0,-8576.75,536.521,101.837,-1.0821,0,0,-0.515038,0.857167,900,100,1), - (573687,177669,0,3292.42,-3643.56,149.743,1.3439,0,0,0.622515,0.782608,-45,100,1), - (26460,2152,0,-8636.66,427.751,107.94,2.23402,0,0,0.898794,0.438371,900,100,1), - (26461,2153,0,-8649.6,433.767,107.404,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26462,28047,0,-8551.27,495.747,105.725,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26464,28034,0,-8547.07,499.24,99.3676,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26465,179730,0,-8648.52,417.363,102.766,2.25147,0,0,0.902585,0.430511,900,100,1), - (26466,179733,0,-8648.61,417.288,101.926,2.25147,0,0,0.902585,0.430511,900,100,1), - (26467,179727,0,-8648.57,417.319,101.026,2.25147,0,0,0.902585,0.430511,900,100,1), - (26468,126046,0,-8546.43,516.733,111.292,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26469,176573,0,-8552.55,460.888,104.815,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (26470,24607,0,-8544.04,543.648,102.773,1.45735,0,0,0.665881,0.746058,900,100,1), - (26471,24601,0,-8545.36,545.544,102.773,-0.113446,0,0,-0.056693,0.998392,900,100,1), - (26472,24517,0,-8543.43,551.564,102.746,1.71042,0,0,0.754709,0.656059,900,100,1), - (26473,24516,0,-8542.18,556.991,102.746,-1.98095,0,0,-0.836286,0.548293,900,100,1), - (26474,10206,0,-8543.57,546.7,102.773,-1.68424,0,0,-0.746058,0.665881,900,100,1), - (26475,24507,0,-8545.67,542.93,109.762,-0.113445,0,0,-0.056692,0.998392,900,100,1), - (26476,24508,0,-8540.45,555.15,102.746,-3.01942,0,0,0.998135,-0.061049,900,100,1), - (26477,24606,0,-8542.23,544.996,102.773,3.02815,0,0,0.998392,0.056692,900,100,1), - (26478,147824,0,-8541.19,552.774,102.746,2.77507,0,0,0.983255,0.182236,900,100,1), - (26479,24548,0,-8550.38,354.24,108.413,2.24275,0,0,0.900698,0.434446,900,100,1), - (26480,24551,0,-8542.18,394.582,108.375,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26481,24562,0,-8551.11,371.227,108.541,0.5236,0,0,0.25882,0.965926,900,100,1), - (26482,24563,0,-8551.15,374.908,108.541,-1.14319,0,0,-0.540974,0.841039,900,100,1), - (26483,24564,0,-8547.77,373.781,108.541,-2.51327,0,0,0.951057,-0.309017,900,100,1), - (26484,24547,0,-8552.04,356.335,108.413,2.24275,0,0,0.900698,0.434446,900,100,1), - (26485,24479,0,-8614.78,394.164,102.929,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26486,24627,0,-8616.92,389.98,102.929,0.671952,0,0,0.329691,0.944089,900,100,1), - (26487,24546,0,-8551.28,395.436,108.375,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26488,24544,0,-8567.58,375.923,108.413,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26489,24545,0,-8565.92,373.827,108.413,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26490,24538,0,-8548,391.504,108.413,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26491,24539,0,-8537.45,358.165,108.375,2.24275,0,0,0.900698,0.434446,900,100,1), - (26492,24542,0,-8546.33,389.409,108.413,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26493,103802,0,-8601.58,392.346,102.929,2.2253,0,0,0.896873,0.442288,900,100,1), - (26494,10223,0,-8599.53,380.303,110.184,-2.522,0,0,0.952396,-0.304864,900,100,1), - (26495,24552,0,-8560.94,387.75,108.375,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26496,17255,0,-8618.09,391.587,102.929,0.671952,0,0,0.329691,0.944089,900,100,1), - (26497,10201,0,-8603.47,394.958,102.929,-0.916298,0,0,-0.442289,0.896873,900,100,1), - (26498,10209,0,-8603.98,392.582,102.929,0.619592,0,0,0.304864,0.952396,900,100,1), - (26499,17258,0,-8596.63,383.499,110.184,0.619592,0,0,0.304864,0.952396,900,100,1), - (26500,17252,0,-8617.62,394.256,102.929,-0.933752,0,0,-0.450099,0.892979,900,100,1), - (26501,24541,0,-8563.98,361.292,108.375,0.671952,0,0,0.329691,0.944089,900,100,1), - (26502,24550,0,-8570.74,379.958,108.375,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26503,24566,0,-8547.85,370.833,108.541,2.32129,0,0,0.91706,0.398749,900,100,1), - (26504,17281,0,-8613.99,389.682,102.929,2.19039,0,0,0.889017,0.457873,900,100,1), - (26505,10218,0,-8596.46,386.362,110.184,-0.916298,0,0,-0.442289,0.896873,900,100,1), - (26506,10194,0,-8602.56,378.004,110.184,0.619592,0,0,0.304864,0.952396,900,100,1), - (26507,10216,0,-8602.05,380.565,110.184,-0.916298,0,0,-0.442289,0.896873,900,100,1), - (26508,24600,0,-8613.6,392.708,102.929,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26509,24555,0,-8571.77,371.088,108.375,0.671952,0,0,0.329691,0.944089,900,100,1), - (26510,24556,0,-8556.29,351.63,108.375,0.671952,0,0,0.329691,0.944089,900,100,1), - (26511,24543,0,-8547.25,350.373,108.375,2.24275,0,0,0.900698,0.434446,900,100,1), - (26512,24763,0,-8604.54,357.722,100.129,-1.66679,0,0,-0.740218,0.672367,900,100,1), - (26513,2061,0,-8604.54,357.722,100.129,-1.66679,0,0,-0.740218,0.672367,900,100,1), - (26514,17276,0,-8608.41,373.171,110.184,0.619592,0,0,0.304864,0.952396,900,100,1), - (26515,17274,0,-8605.59,375.393,110.184,-2.522,0,0,0.952396,-0.304864,900,100,1), - (26516,24764,0,-8604.28,358.384,100.129,1.4399,0,0,0.659346,0.75184,900,100,1), - (26517,2061,0,-8604.28,358.384,100.129,1.4399,0,0,0.659346,0.75184,900,100,1), - (26518,28038,0,-8538.83,681.087,96.6712,2.2602,0,0,0.904455,0.426568,900,100,1), - (26519,28031,0,-8536.95,680.95,97.1988,-2.45219,0,0,0.941176,-0.337917,900,100,1), - (26520,2133,0,-8538.78,681.127,97.7989,2.2602,0,0,0.904455,0.426568,900,100,1), - (26521,2140,0,-8538.6,682.959,97.1988,0.689406,0,0,0.337917,0.941176,900,100,1), - (26522,25338,0,-8556.2,666.571,103.701,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26523,2102,0,-8559.69,670.721,97.824,0.663226,0,0,0.325568,0.945518,900,100,1), - (26524,181354,0,-8539.9,675.413,95.4741,-1.71042,0,0,0.75471,-0.656059,900,100,1), - (26525,24512,0,-8552.68,717.101,108.738,0.689404,0,0,0.337916,0.941176,900,100,1), - (26526,24513,0,-8551.69,719.33,101.75,2.2602,0,0,0.904455,0.426568,900,100,1), - (26527,24514,0,-8553.82,721.747,101.75,-0.881392,0,0,-0.426569,0.904455,900,100,1), - (26528,24520,0,-8556.47,732.65,108.886,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26529,10192,0,-8558.13,730.031,101.722,-1.89368,0,0,-0.811574,0.584249,900,100,1), - (26530,10193,0,-8556.18,727.799,101.722,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (26531,10195,0,-8557.39,724.922,101.722,2.55691,0,0,0.957571,0.288196,900,100,1), - (26532,10210,0,-8564.63,702.333,103.529,2.23402,0,0,0.898794,0.438371,900,100,1), - (26533,10211,0,-8566.48,704.905,103.547,-0.90757,0,0,-0.438371,0.898794,900,100,1), - (26534,10212,0,-8564.42,704.546,103.545,-2.47837,0,0,0.945518,-0.325568,900,100,1), - (26535,10213,0,-8566.76,702.606,103.557,0.663226,0,0,0.325568,0.945518,900,100,1), - (26536,24515,0,-8551.76,721.546,101.75,-2.45219,0,0,0.941176,-0.337916,900,100,1), - (26537,10196,0,-8554.06,719.456,101.75,0.689406,0,0,0.337917,0.941176,900,100,1), - (26538,24519,0,-8559.68,730.099,108.886,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26539,2159,0,-8565.34,738.994,103.01,2.24275,0,0,0.900698,0.434446,900,100,1), - (26540,2160,0,-8575.77,719.845,98.2461,2.24275,0,0,0.900698,0.434446,900,100,1), - (26541,10217,0,-8573.43,710.857,103.514,-0.113446,0,0,-0.056693,0.998392,900,100,1), - (26542,10214,0,-8568.68,709.467,103.514,3.02815,0,0,0.998392,0.056692,900,100,1), - (26543,10215,0,-8571.62,707.766,103.514,1.45735,0,0,0.665881,0.746058,900,100,1), - (26544,24518,0,-8560.62,729.75,101.722,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (26545,25339,0,-8576.98,671.775,109.566,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26546,10219,0,-8571.09,712.617,103.514,-1.56207,0,0,-0.704015,0.710185,900,100,1), - (26548,2155,0,-8673.01,402.956,108.793,2.24275,0,0,0.900698,0.434446,900,100,1), - (26549,179729,0,-8730.51,405.396,98.1411,2.25147,0,0,0.902585,0.430511,900,100,1), - (26550,2156,0,-8706.44,400.225,105.812,1.02974,0,0,0.492424,0.870356,900,100,1), - (26551,179726,0,-8730.57,405.352,96.401,2.25147,0,0,0.902585,0.430511,900,100,1), - (26552,179734,0,-8730.61,405.321,97.3002,2.25147,0,0,0.902585,0.430511,900,100,1), - (573686,177669,0,3234.45,-3095.5,162.193,0.174533,0,0,0.087156,0.996195,-45,100,1), - (26554,3662,0,-8699,341.685,102.28,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (26555,17266,0,-8612.39,371.32,110.184,-2.522,0,0,0.952396,-0.304864,900,100,1), - (26556,17275,0,-8614.85,371.595,110.184,-0.916298,0,0,-0.442289,0.896873,900,100,1), - (26557,17249,0,-8608.17,375.809,110.184,-0.916298,0,0,-0.442289,0.896873,900,100,1), - (26560,160439,0,-8706.19,333.207,111.613,-1.35263,0,0,-0.625924,0.779884,900,100,1), - (26561,160440,0,-8703.11,333.406,111.611,-1.85878,0,0,-0.801254,0.598325,900,100,1), - (26562,112901,0,-8693.8,307.521,101.029,2.79253,0,0,0.984808,0.173648,900,100,1), - (26563,112902,0,-8694.1,311.796,101.029,-1.97222,0,0,-0.833886,0.551937,900,100,1), - (26564,112903,0,-8692.94,309.367,101.029,2.79253,0,0,0.984808,0.173648,900,100,1), - (26565,112904,0,-8696.43,310.742,101.029,-0.349066,0,0,-0.173648,0.984808,900,100,1), - (26566,160438,0,-8708.7,331.562,111.613,-0.680677,0,0,-0.333806,0.942642,900,100,1), - (26567,179738,0,-8746.64,375.573,108.044,0.671952,0,0,0.329691,0.944089,900,100,1), - (26568,179736,0,-8750.65,406.218,107.633,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26569,176242,0,-8812.31,354.229,100.711,2.99324,0,0,0.99725,0.074108,900,100,1), - (26570,176243,0,-8820.47,355.468,100.711,-0.104721,0,0,-0.052337,0.99863,900,100,1), - (26571,124374,0,-8805.35,339.796,95.0986,-1.69297,0,0,0.748956,-0.66262,900,100,1), - (26572,112905,0,-8697.11,308.776,101.029,-0.349066,0,0,-0.173648,0.984808,900,100,1), - (26573,112906,0,-8696.18,306.674,101.029,0.287979,0,0,0.143493,0.989651,900,100,1), - (26574,176232,0,-8794.49,329.951,109.518,-1.66679,0,0,-0.740218,0.672367,900,100,1), - (26575,160437,0,-8709.33,328.886,111.613,0.069814,0,0,0.0349,0.999391,900,100,1), - (26576,176233,0,-8796.4,328.243,109.518,-0.043633,0,0,-0.021815,0.999762,900,100,1), - (26577,176234,0,-8792.65,327.983,109.518,3.09796,0,0,0.999762,0.021814,900,100,1), - (26578,176235,0,-8792.92,325.964,109.518,3.09796,0,0,0.999762,0.021814,900,100,1), - (26579,176237,0,-8794.93,324.44,109.518,0.593412,0,0,0.292372,0.956305,900,100,1), - (26580,176238,0,-8794.14,331.237,103.09,-1.31772,0,0,-0.612217,0.79069,900,100,1), - (26581,176239,0,-8796.24,329.781,103.09,-0.253074,0,0,-0.126199,0.992005,900,100,1), - (26582,24480,0,-8705.53,320.452,103.098,-1.91986,0,0,-0.819152,0.573577,900,100,1), - (26583,179737,0,-8759.01,381.722,108.044,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26584,176240,0,-8796.7,327.336,103.09,0.235619,0,0,0.117537,0.993068,900,100,1), - (26585,160441,0,-8705.77,325.564,111.613,1.25664,0,0,0.587785,0.809017,900,100,1), - (26586,176241,0,-8794.77,325.704,103.09,1.27409,0,0,0.594823,0.803857,900,100,1), - (26587,176236,0,-8796.45,326.165,109.518,-0.043633,0,0,-0.021815,0.999762,900,100,1), - (26588,160436,0,-8708.19,326.775,111.613,0.6545,0,0,0.32144,0.94693,900,100,1), - (26589,112907,0,-8708.01,313.557,103.098,1.23046,0,0,0.577146,0.816641,900,100,1), - (26590,179735,0,-8761.47,405.757,105.839,-0.898844,0.022737,0.047139,-0.433849,0.899464,900,100,1), - (26598,2182,0,-8737.55,704.933,98.6947,2.2602,0,0,0.904455,0.426568,900,100,1), - (26599,2173,0,-8735.54,706.589,98.6947,-0.881392,0,0,-0.426569,0.904455,900,100,1), - (26600,2187,0,-8713.35,724.114,97.6882,2.2602,0,0,0.904455,0.426568,900,100,1), - (26601,25340,0,-8684.51,709.816,109.421,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26602,63197,0,-8705.89,709.368,103.556,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26603,63198,0,-8700.69,730.154,109.421,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (26604,28040,0,-8713.38,724.094,96.6248,2.2602,0,0,0.904455,0.426568,900,100,1), - (26605,2113,0,-8735.72,704.757,98.0946,-2.45219,0,0,0.941176,-0.337917,900,100,1), - (26606,2105,0,-8701.68,712.724,97.6471,-0.90757,0,0,-0.438371,0.898794,900,100,1), - (26607,2175,0,-8711.34,725.77,97.6882,-0.881392,0,0,-0.426569,0.904455,900,100,1), - (26608,2127,0,-8737.38,706.766,98.0946,0.689406,0,0,0.337917,0.941176,900,100,1), - (26609,28032,0,-8711.52,723.938,97.0882,-2.45219,0,0,0.941176,-0.337917,900,100,1), - (26610,24717,0,-8713.17,725.947,97.0882,0.689406,0,0,0.337917,0.941176,900,100,1), - (26611,28037,0,-8737.6,704.899,97.6625,2.2602,0,0,0.904455,0.426568,900,100,1), - (573685,177669,0,2855.47,-3232.33,134.957,3.05433,0,0,0.999048,0.043619,-45,100,1), - (26614,10200,0,-8644,682.324,101.769,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (26615,10202,0,-8645.12,683.648,101.769,-2.16421,0,0,0.882948,-0.469471,900,100,1), - (26616,10203,0,-8646.96,683.924,101.769,-1.69297,0,0,-0.748955,0.662621,900,100,1), - (26617,10204,0,-8655.05,673.228,108.151,-0.90757,0,0,-0.438371,0.898794,900,100,1), - (26618,10205,0,-8653.19,670.584,108.151,2.23402,0,0,0.898794,0.438371,900,100,1), - (26619,10199,0,-8643.99,680.85,101.769,3.00197,0,0,0.997564,0.069757,900,100,1), - (26620,23295,0,-8754.73,723.02,101.395,0.733039,0,0,0.358368,0.93358,900,100,1), - (26621,2158,0,-8661.74,779.927,102.73,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26622,24389,0,-8631.84,757.712,97.2505,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26623,24393,0,-8635.49,770.86,97.2505,1.45735,0,0,0.665881,0.746058,900,100,1), - (26624,24395,0,-8641.14,769.49,97.2505,2.24275,0,0,0.900698,0.434446,900,100,1), - (26625,24396,0,-8630.66,768.04,97.2505,0.671952,0,0,0.329691,0.944089,900,100,1), - (26626,24398,0,-8629.09,762.629,97.2505,-0.113445,0,0,-0.056692,0.998392,900,100,1), - (26627,24401,0,-8637.17,755.949,97.2505,-1.68424,0,0,-0.746058,0.665881,900,100,1), - (26628,177199,0,-8640.87,760.053,98.4485,-2.46964,0.59733,0.208597,0.731096,-0.25531,900,100,1), - (26629,24399,0,-8644.11,764.324,97.2505,3.02815,0,0,0.998392,0.056692,900,100,1), - (26631,24616,0,-8577.77,797.889,106.577,0.671952,0,0,0.329691,0.944089,900,100,1), - (573684,177669,0,2803.14,-3759.45,126.201,0.139626,0,0,0.069756,0.997564,-45,100,1), - (26635,179595,0,-8810.5,798.038,98.1829,-3.0456,0,0,0.998848,-0.047979,900,100,1), - (26636,2161,0,-8936.26,778.732,90.6729,-1.309,0,0,-0.608762,0.793353,900,100,1), - (26637,2166,0,-8979.59,771.453,97.1008,0.951204,0,0,0.457874,0.889017,900,100,1), - (26638,2096,0,-8912.03,793.973,87.402,-2.46964,0,0,0.944089,-0.329691,900,100,1), - (14106,94040,48,-839.619,-477.904,-33.7343,3.14159,0,0,0.926452,0.376412,300,255,1), - (26640,2181,0,-8875.49,754.334,95.8672,0.750492,0,0,0.366501,0.930417,900,100,1), - (26641,10197,0,-8848.98,792.054,102.738,0.532324,0,0,0.263031,0.964787,900,100,1), - (26642,25349,0,-8873.05,766.226,105.477,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26643,24715,0,-8873.65,754.27,96.4673,-0.820306,0,0,-0.39875,0.91706,900,100,1), - (26644,10198,0,-8846.36,793.774,102.738,-2.57436,0,0,0.96005,-0.279829,900,100,1), - (26647,160442,0,-8866.53,682.945,97.9429,-0.968659,0,0,-0.465615,0.884987,900,100,1), - (26648,28043,0,-8839.73,728.599,95.9198,-2.62672,0,0,0.967046,-0.254602,900,100,1), - (26649,103793,0,-8841.02,730.865,96.6851,0.514872,0,0,0.254602,0.967046,900,100,1), - (26650,25348,0,-8893.7,749.804,105.477,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26651,2176,0,-8873.72,752.429,96.1492,-2.3911,0,0,0.930417,-0.366501,900,100,1), - (26652,2134,0,-8839.24,730.373,97.2851,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (26653,24653,0,-8864.89,680.331,97.9429,2.17293,0,0,0.884987,0.465615,900,100,1), - (26654,24654,0,-8864.29,682.378,97.9429,-2.53945,0,0,0.95502,-0.296541,900,100,1), - (26655,24686,0,-8867.01,680.742,97.9429,0.60214,0,0,0.296542,0.95502,900,100,1), - (26656,24687,0,-8865.77,684.556,104.931,-2.53945,0,0,0.95502,-0.296541,900,100,1), - (26657,111094,0,-8892.59,697.523,101.537,2.14675,0,0,0.878817,0.477159,900,100,1), - (26658,2122,0,-8839.73,728.599,97.0075,-2.62672,0,0,0.967046,-0.254602,900,100,1), - (26659,28042,0,-8873.67,752.364,95.1353,-2.3911,0,0,0.930417,-0.366501,900,100,1), - (10230,176547,289,165.317,-81.145,85.2284,3.00197,0,0,0.997564,0.069757,-30,100,1), - (26668,24534,0,-8926.75,632.971,99.5682,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (26669,17264,0,-8920.27,634.515,99.5272,1.69297,0,0,0.748956,0.66262,900,100,1), - (26670,24536,0,-8916.7,638.443,99.5682,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (26671,17263,0,-8918.03,635.641,99.5272,2.61799,0,0,0.965926,0.258819,900,100,1), - (26672,24537,0,-8923.21,634.857,99.5682,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (26677,160443,0,-8861.79,676.572,97.9155,-0.715584,0,0,-0.350207,0.936672,900,100,1), - (26678,24532,0,-8936.54,627.555,99.5682,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (26680,24533,0,-8930.02,631.193,99.5682,-1.06465,0,0,-0.507538,0.861629,900,100,1), - (26681,17267,0,-8933.21,627.349,99.5272,1.69297,0,0,0.748956,0.66262,900,100,1), - (26682,17265,0,-8931.5,628.361,99.5272,2.61799,0,0,0.965926,0.258819,900,100,1), - (26685,25333,0,-8980.14,510.776,98.1269,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26686,25331,0,-8970.09,497.938,98.1296,2.24275,0,0,0.900698,0.434446,900,100,1), - (26688,25329,0,-9010.01,487.061,98.1296,-0.898844,0,0,-0.434445,0.900698,900,100,1), - (26695,178264,0,-9075.78,421.941,92.7185,1.91986,0,0,0.819152,0.573576,900,100,1), - (10229,176546,289,196.871,-73.8801,85.2284,2.46091,0,0,0.942641,0.333807,-30,100,1), - (26699,177905,0,-9056.85,433.454,93.0558,-0.331612,0,0,0.165048,-0.986286,900,100,1), - (26701,178265,0,-9090.46,412.362,92.1034,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (26705,2866,0,-6587.79,-991.392,245.393,-2.61799,0,0,-0.965925,0.258821,300,100,1), - (26706,1617,0,-9200.67,397.828,86.8352,2.47837,0,0,0.945519,0.325567,300,100,1), - (26707,3799,0,-9267.92,361.519,76.6291,2.53073,0,0,0.953717,0.300706,900,100,1), - (26708,2061,0,-9267.92,361.519,76.6291,2.53073,0,0,0.953717,0.300706,900,100,1), - (26709,3800,0,-9268.65,361.001,76.6291,-2.46092,0,0,0.942642,-0.333807,900,100,1), - (26710,2061,0,-9268.65,361.001,76.6291,-2.46092,0,0,0.942642,-0.333807,900,100,1), - (26711,170073,0,-9268.23,352.681,76.7088,0.698132,0,0,0.34202,0.939693,900,100,1), - (26713,1617,0,-9283.77,255.418,68.9463,1.93731,0,0,0.824125,0.566409,300,100,1), - (26714,1617,0,-9176.22,154.128,71.6352,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (26715,1617,0,-9271.89,106.244,68.41,2.53073,0,0,0.953717,0.300705,300,100,1), - (26716,106318,0,-9159.07,91.1625,76.2147,-2.75762,0,0,0.981627,-0.190809,3600,100,1), - (26717,170073,0,-9176.61,-1.04883,80.4094,0.776672,0,0,0.378649,0.92554,900,100,1), - (26718,3799,0,-9177,7.7856,80.3297,2.60927,0,0,0.964787,0.263031,900,100,1), - (26719,2061,0,-9177,7.7856,80.3297,2.60927,0,0,0.964787,0.263031,900,100,1), - (26720,3800,0,-9177.69,7.21202,80.3297,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (26721,2061,0,-9177.69,7.21202,80.3297,-2.38238,0,0,0.92881,-0.370557,900,100,1), - (26723,151958,0,-8917.3,-164.075,81.9261,-1.81514,0,0,-0.788011,0.615661,900,100,1), - (26724,151955,0,-8888.92,-151.535,81.9261,-1.77151,0,0,-0.774393,0.632705,900,100,1), - (26725,151956,0,-8861.49,-180.356,81.9433,-0.383972,0,0,-0.190809,0.981627,900,100,1), - (26726,151964,0,-8876.24,-191.115,89.2906,1.18682,0,0,0.559193,0.829037,900,100,1), - (26727,151968,0,-8889.9,-162.104,113.122,-1.95477,0,0,-0.829037,0.559193,900,100,1), - (26728,151969,0,-8905.3,-182.084,113.122,-0.36652,0,0,-0.182236,0.983255,900,100,1), - (26729,151970,0,-8912.84,-189.944,89.1523,-0.375246,0,0,-0.186524,0.98245,900,100,1), - (26730,151972,0,-8905.1,-210.849,89.1523,2.7838,0,0,0.984041,0.177943,900,100,1), - (26731,151963,0,-8874.48,-171.567,89.2906,-1.94604,0,0,-0.82659,0.562805,900,100,1), - (26732,151957,0,-8847.94,-187.002,81.9209,2.76635,0,0,0.98245,0.186524,900,100,1), - (26733,151959,0,-8853.78,-180.455,81.9433,-1.94604,0,0,-0.82659,0.562805,900,100,1), - (26734,151961,0,-8873.38,-172.736,81.9433,-1.94604,0,0,-0.82659,0.562805,900,100,1), - (26735,151962,0,-8866.22,-175.556,81.9433,-1.94604,0,0,-0.82659,0.562805,900,100,1), - (26736,151971,0,-8899.14,-195.708,89.1523,2.7838,0,0,0.984041,0.177943,900,100,1), - (26737,151966,0,-8911.89,-182.81,81.9261,1.1781,0,0,0.55557,0.83147,900,100,1), - (26738,151954,0,-8920.58,-208.072,89.1614,-0.314161,0,0,-0.156435,0.987688,900,100,1), - (26739,151960,0,-8882.17,-188.219,81.9433,1.19555,0,0,0.562805,0.82659,900,100,1), - (26740,151965,0,-8910.39,-167.963,113.15,-0.375246,0,0,-0.186524,0.98245,900,100,1), - (26741,151953,0,-8883.07,-155.2,81.9261,2.80125,0,0,0.985556,0.16935,900,100,1), - (26742,151967,0,-8849.78,-192.784,89.3158,2.76635,0,0,0.98245,0.186524,900,100,1), - (26743,176573,0,-8896.91,-173.596,140.675,2.28638,0,0,0.909961,0.414693,900,100,1), - (26744,175761,0,-8856.74,-184.672,83.1194,0.733038,0,0,0.358368,0.93358,900,100,1), - (26745,21008,0,-8768.92,-115.092,83.3665,3.14159,-0.026176,-0.008724,0.999619,-0.000228,900,100,1), - (26746,2061,0,-8768.92,-115.092,83.3665,3.14159,-0.026176,-0.008724,0.999619,-0.000228,900,100,1), - (26747,21007,0,-8752.72,-190.934,85.4098,3.00197,-0.004125,0.065849,0.99535,0.070174,900,100,1), - (26748,2061,0,-8752.72,-190.934,85.4098,3.00197,-0.004125,0.065849,0.99535,0.070174,900,100,1), - (26749,2843,0,-8556.58,-199.101,85.8751,1.93731,0,0,0.824126,0.566406,3600,100,1), - (26750,21009,0,-8789.56,-248.095,82.4282,3.14159,0,0,1,0,900,100,1), - (26751,2061,0,-8789.56,-248.095,82.4282,3.14159,0,0,1,0,900,100,1), - (26752,161557,0,-9105.75,-323.82,73.2725,-0.331612,0,0,0.165048,-0.986286,120,100,1), - (26753,161557,0,-9074,-314.569,73.4517,-0.366519,0,0,0.182236,-0.983255,120,100,1), - (26754,161557,0,-9095.93,-318.186,73.3742,1.32645,0,0,0.615662,0.788011,120,100,1), - (26755,161557,0,-9113.1,-341.447,73.3246,1.01229,0,0,0.48481,0.87462,120,100,1), - (26756,2843,0,-9140.58,-282.026,71.8892,1.3439,0,0,0.622515,0.782608,3600,100,1), - (26757,161557,0,-9052.65,-319.387,73.4539,-1.39626,0,0,0.642788,-0.766044,120,100,1), - (26758,161557,0,-9064.08,-312.041,73.4517,-0.628319,0,0,0.309017,-0.951056,120,100,1), - (26759,161557,0,-9041.35,-334.082,73.4562,-0.279253,0,0,0.139173,-0.990268,120,100,1), - (26760,161557,0,-9096.34,-358.273,73.4524,3.14159,0,0,1,0,120,100,1), - (26761,161557,0,-9081.92,-352.131,73.4517,-2.77507,0,0,0.983255,-0.182235,120,100,1), - (26762,161557,0,-9071.23,-371.267,73.4529,-0.087267,0,0,0.04362,-0.999048,120,100,1), - (26763,161557,0,-9039.74,-343.685,73.5143,0.663225,0,0,0.325568,0.945519,120,100,1), - (26764,161557,0,-9026.81,-331.989,73.7014,1.01229,0,0,0.48481,0.87462,120,100,1), - (26765,21282,0,-8955.8,-425.021,65.0672,3.12414,0.021108,-0.074278,0.996961,0.010317,900,100,1), - (26766,2061,0,-8955.8,-425.021,65.0672,3.12414,0.021108,-0.074278,0.996961,0.010317,900,100,1), - (26767,83763,0,-8957.04,-432.748,64.7194,-3.05433,-0.035056,0.002834,0.998437,-0.04344,180,100,1), - (26769,1617,0,-9218.83,96.9761,74.9729,0.925024,0,0,0.446198,0.894934,300,100,1), - (26772,142076,0,-9262.57,356.955,77.8105,2.05949,0,0,0.857167,0.515038,120,100,1), - (26773,1617,0,-9274.19,473.541,81.3159,0.122173,0,0,0.0610485,0.998135,300,100,1), - (26774,3799,0,-9306.58,289.397,70.4752,0.863937,0,0,0.418659,0.908143,900,100,1), - (26775,2061,0,-9306.58,289.397,70.4752,0.863937,0,0,0.418659,0.908143,900,100,1), - (26776,3800,0,-9307.03,290.173,70.4752,2.15548,0,0,0.88089,0.47332,900,100,1), - (26777,2061,0,-9307.03,290.173,70.4752,2.15548,0,0,0.88089,0.47332,900,100,1), - (26778,22536,0,-9308.22,284.755,70.5465,2.20784,0,0,0.892979,0.450099,900,100,1), - (26779,22537,0,-9310.32,283.258,70.5465,2.19039,0,0,0.889017,0.457874,900,100,1), - (26780,22538,0,-9312.28,281.934,70.5465,2.16421,0,0,0.882948,0.469471,900,100,1), - (26781,22535,0,-9315.35,290.549,70.5549,-0.968658,0,0,-0.465615,0.884988,900,100,1), - (26782,3658,0,-9316.71,290.286,70.5393,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (26783,1617,0,-9283.67,355.41,75.5293,0.767945,0,0,0.374607,0.927184,300,100,1), - (26784,142075,0,-9455.99,45.8229,56.4395,1.40499,0,0,0.646124,0.763232,900,100,1), - (26785,90,0,-9430.87,64.5112,56.7852,0,0,0,0,1,900,100,1), - (26786,89,0,-9430.91,62.5356,56.7788,3.14159,0,0,1,0,900,100,1), - (26787,4089,0,-9459.47,102.285,58.3415,-0.750491,0,0,-0.366501,0.930418,900,100,1), - (26788,4087,0,-9464.95,89.9806,58.3415,0.689405,0,0,0.337917,0.941176,900,100,1), - (26789,123244,0,-9454.9,90.0535,58.3415,2.17293,0,0,0.884987,0.465615,900,100,1), - (26790,4088,0,-9455,98.4979,58.3415,-2.7838,0,0,0.984041,-0.177944,900,100,1), - (26791,4090,0,-9460.03,94.2031,56.5335,-1.54462,0,0,-0.69779,0.716302,900,100,1), - (26792,177504,0,-9458.89,36.7377,63.9322,-1.69297,0,0,-0.748956,0.66262,900,100,1), - (26793,1618,0,-9350.43,49.4977,61.2849,1.8675,0,0,0.803856,0.594824,300,100,1), - (26794,91,0,-9499.41,66.8215,56.012,-1.83259,0,0,-0.793353,0.608761,900,100,1), - (26795,92,0,-9499.42,66.8299,56.5678,-1.83259,0,0,-0.793353,0.608762,900,100,1), - (26796,95,0,-9500.56,66.0789,56.5629,2.87979,0,0,0.991445,0.130526,900,100,1), - (26797,96,0,-9500.54,66.0703,56.0072,2.87979,0,0,0.991445,0.130526,900,100,1), - (26798,93,0,-9500.09,68.0035,56.5492,-0.261799,0,0,-0.130526,0.991445,900,100,1), - (26799,94,0,-9500.08,67.9826,55.993,-0.261799,0,0,-0.130526,0.991445,900,100,1), - (26800,22811,0,-9476.91,29.6716,56.3435,-0.846484,0,0,-0.410719,0.911762,900,100,1), - (26801,22812,0,-9475.51,29.7921,56.3435,-1.67552,0,0,-0.743145,0.669131,900,100,1), - (26802,177497,0,-9472.31,29.4276,56.3435,-1.80642,0,0,-0.785317,0.619094,900,100,1), - (26803,177498,0,-9473.92,29.6083,56.3435,-1.67552,0,0,-0.743145,0.669131,900,100,1), - (26804,177499,0,-9477.27,28.3755,56.3435,-0.095995,0,0,-0.047979,0.998848,900,100,1), - (26805,22813,0,-9470.65,28.9553,56.3435,-2.34747,0,0,0.922201,-0.386711,900,100,1), - (26806,22806,0,-9461.63,16.4342,56.9748,-1.10828,0,0,-0.526214,0.850352,900,100,1), - (26807,177496,0,-9461.86,13.7346,56.9748,1.05593,0,0,0.503774,0.863835,900,100,1), - (26808,22776,0,-9470.47,-7.262,57.4436,1.38754,0,0,0.639439,0.768842,900,100,1), - (26809,2061,0,-9470.47,-7.262,57.4436,1.38754,0,0,0.639439,0.768842,900,100,1), - (26810,22775,0,-9469.2,-6.83347,57.4436,-0.017454,0,0,-0.008727,0.999962,900,100,1), - (26811,2061,0,-9469.2,-6.83347,57.4436,-0.017454,0,0,-0.008727,0.999962,900,100,1), - (26812,1618,0,-9410.12,-32.9812,64.1018,0.069813,0,0,0.0348994,0.999391,300,100,1), - (26813,1618,0,-9549.51,116.518,59.0369,2.07694,0,0,0.861629,0.507539,300,100,1), - (26814,106318,0,-9460.34,280.899,53.0244,0,0,0,0,1,3600,100,1), - (26817,3799,0,-9435.12,472.543,53.212,1.28282,0,0,0.598324,0.801254,900,100,1), - (26818,2061,0,-9435.12,472.543,53.212,1.28282,0,0,0.598324,0.801254,900,100,1), - (26819,3800,0,-9435.84,473.07,53.212,2.57436,0,0,0.96005,0.27983,900,100,1), - (26820,2061,0,-9435.84,473.07,53.212,2.57436,0,0,0.96005,0.27983,900,100,1), - (26821,1617,0,-9481.27,483.545,51.8271,-2.6529,0,0,-0.970296,0.241922,300,100,1), - (26824,1617,0,-9521.12,591.748,51.523,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (26826,1619,0,-9488.74,661.122,60.1932,2.53073,0,0,0.953717,0.300705,300,100,1), - (26828,36985,0,-9604.64,657.506,53.9792,2.71399,0,0,0.977231,0.212178,900,100,1), - (26829,36986,0,-9612.26,654.45,53.9792,1.18683,0,0,0.559193,0.829037,900,100,1), - (26830,36987,0,-9608.5,653.007,53.9792,1.18683,0,0,0.559193,0.829037,900,100,1), - (26831,36981,0,-9611.19,663.495,38.66,-0.410152,0,0,-0.203642,0.979046,900,100,1), - (26832,36983,0,-9601.67,664.353,53.9792,2.71399,0,0,0.977231,0.212178,900,100,1), - (26833,36982,0,-9625.8,665.66,52.6094,2.60927,0,0,0.964787,0.263032,900,100,1), - (26834,36984,0,-9603.04,661.2,53.9792,2.71399,0,0,0.977231,0.212178,900,100,1), - (26835,36980,0,-9608.22,662.232,38.66,2.69653,0,0,0.975342,0.220697,900,100,1), - (26836,36989,0,-9604.24,672.904,53.9792,-1.9984,0,0,-0.841039,0.540974,900,100,1), - (26837,36988,0,-9600.54,671.298,53.9792,-1.9984,0,0,-0.841039,0.540974,900,100,1), - (26838,36979,0,-9621.92,674.771,52.6094,2.73144,0,0,0.979045,0.203642,900,100,1), - (26839,3769,0,-9587.29,682.231,38.726,2.82743,0,0,0.987688,0.156435,900,100,1), - (26840,36998,0,-9589.5,683.851,38.66,-0.733038,0,0,-0.358368,0.933581,900,100,1), - (26841,36996,0,-9587.52,683.816,38.66,-2.9147,0,0,0.993572,-0.113203,900,100,1), - (26842,36997,0,-9588.08,681.086,38.66,2.14676,0,0,0.878817,0.477158,900,100,1), - (26843,68,0,-9668.23,683.391,36.3331,2.53949,0.067211,0.043912,0.95288,0.292532,900,100,1), - (26844,1596,0,-9753.13,684.66,27.4324,0.061086,0,0,0.030538,0.999534,900,100,1), - (26845,1597,0,-9752.96,682.686,27.4112,-3.0805,0,0,0.999534,-0.030539,900,100,1), - (26846,156561,0,-9750.33,682.773,27.071,-2.41728,0.042439,-0.025885,0.934403,-0.352732,900,100,1), - (26847,1598,0,-9752.95,682.683,26.8579,-3.0805,0,0,0.999534,-0.030539,900,100,1), - (26848,1595,0,-9752.12,683.759,27.399,-1.50971,0,0,-0.685183,0.728371,900,100,1), - (26849,23014,0,-9792.56,712.892,33.1239,-1.9984,0,0,-0.841039,0.540974,900,100,1), - (26850,23013,0,-9791.04,709.844,33.1239,-2.63545,0,0,0.968148,-0.25038,900,100,1), - (26851,3719,0,-9809.68,718.15,33.1179,1.02974,0,0,0.492424,0.870356,180,100,1), - (26852,23015,0,-9809.22,711.052,33.0933,0.18326,0,0,0.091502,0.995805,900,100,1), - (26853,1617,0,-9895.89,600.01,40.0391,1.23918,0,0,0.580701,0.814117,300,100,1), - (26854,103728,0,-9948.2,618.362,37.2068,3.05433,0,0,0.999048,0.043619,900,100,1), - (26855,2061,0,-9948.2,618.362,37.2068,3.05433,0,0,0.999048,0.043619,900,100,1), - (26856,103729,0,-9933.88,576.672,37.0046,1.45735,0,0,0.665882,0.746057,900,100,1), - (26857,2061,0,-9933.88,576.672,37.0046,1.45735,0,0,0.665882,0.746057,900,100,1), - (26858,1950,0,-10064.4,631.624,39.2654,0.357794,0,0,0.177944,0.984041,900,100,1), - (26859,2061,0,-10064.4,631.624,39.2654,0.357794,0,0,0.177944,0.984041,900,100,1), - (26860,103727,0,-10002.7,660.444,36.0688,2.10312,0,0,0.868199,0.496216,900,100,1), - (26861,2061,0,-10002.7,660.444,36.0688,2.10312,0,0,0.868199,0.496216,900,100,1), - (26862,3658,0,-10063.4,622.68,39.2654,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (26863,1949,0,-9979.62,569.403,37.6626,-0.331614,0,0,-0.165048,0.986286,900,100,1), - (26864,2061,0,-9979.62,569.403,37.6626,-0.331614,0,0,-0.165048,0.986286,900,100,1), - (26865,106318,0,-9983.97,568.819,37.7626,0,0,0,0,1,3600,100,1), - (26866,1617,0,-10065.7,575.861,36.1672,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (26867,1951,0,-10111.1,685.473,31.8941,-1.7366,0,0,-0.763232,0.646124,900,100,1), - (26868,2061,0,-10111.1,685.473,31.8941,-1.7366,0,0,-0.763232,0.646124,900,100,1), - (26870,1617,0,-9978.52,348.763,36.5914,-2.07694,0,0,-0.861629,0.507539,300,100,1), - (26871,3799,0,-9879.5,315.337,37.677,-0.549779,0,0,-0.271441,0.962455,900,100,1), - (26872,2061,0,-9879.5,315.337,37.677,-0.549779,0,0,-0.271441,0.962455,900,100,1), - (26873,3800,0,-9878.81,315.898,37.677,0.741764,0,0,0.362438,0.932008,900,100,1), - (26874,2061,0,-9878.81,315.898,37.677,0.741764,0,0,0.362438,0.932008,900,100,1), - (26875,170073,0,-9879.74,324.177,37.7567,-2.38237,0,0,0.92881,-0.370557,900,100,1), - (26876,1618,0,-9966.72,299.388,37.097,-1.67552,0,0,-0.743144,0.669131,300,100,1), - (26877,3719,0,-9853.07,366.57,36.4383,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (26883,1617,0,-9880.6,51.431,31.4423,0.139626,0,0,0.0697563,0.997564,300,100,1), - (26884,1617,0,-9778.46,63.8523,38.2911,-2.00713,0,0,-0.843392,0.537299,300,100,1), - (26886,106318,0,-9743.79,81.3121,13.6848,2.6529,0,0,0.970296,0.241922,3600,100,1), - (26887,1618,0,-9710.92,150.961,50.0749,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (26888,3658,0,-10009.8,38.8972,35.1709,2.26893,0,0,0.906308,0.422618,180,100,1), - (26890,1618,0,-9933.43,-67.6157,32.1866,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (26891,3799,0,-9948.25,-129.27,25.3063,1.02102,0,0,0.488621,0.872496,900,100,1), - (26892,2061,0,-9948.25,-129.27,25.3063,1.02102,0,0,0.488621,0.872496,900,100,1), - (26893,3800,0,-9948.81,-128.573,25.3063,2.31256,0,0,0.915311,0.402747,900,100,1), - (26894,2061,0,-9948.81,-128.573,25.3063,2.31256,0,0,0.915311,0.402747,900,100,1), - (26895,106318,0,-9955.09,-128.517,25.3672,-0.767945,0,0,0.374607,-0.927184,3600,100,1), - (26896,1952,0,-9862.19,-220.097,36.1407,3.14159,0,0,1,0,900,100,1), - (26897,2061,0,-9862.19,-220.097,36.1407,3.14159,0,0,1,0,900,100,1), - (26898,3719,0,-9862.25,-230.512,35.5091,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (26900,1619,0,-9818.68,-252.158,44.7478,0.645772,0,0,0.317305,0.948324,300,100,1), - (26903,1618,0,-9883.75,-315.768,36.1588,0.471239,0,0,0.233445,0.97237,300,100,1), - (26906,1617,0,-9812.22,-772.245,38.5331,0.122173,0,0,0.0610485,0.998135,300,100,1), - (26907,2883,0,-9814.32,-884.165,39.7662,-2.09439,0,0,0.866025,-0.5,900,100,1), - (26908,3799,0,-9812.37,-934.667,39.7933,-2.00231,0,0,-0.842093,0.539332,900,100,1), - (26909,2061,0,-9812.37,-934.667,39.7933,-2.00231,0,0,-0.842093,0.539332,900,100,1), - (26910,3800,0,-9811.73,-935.293,39.7933,-0.710761,0,0,-0.347947,0.937514,900,100,1), - (26911,2061,0,-9811.73,-935.293,39.7933,-0.710761,0,0,-0.347947,0.937514,900,100,1), - (26912,22535,0,-9803.62,-933.392,39.873,2.44829,0,0,0.940515,0.339752,900,100,1), - (26913,22536,0,-9812.06,-929.755,39.8646,-0.658401,0,0,-0.323287,0.946301,900,100,1), - (26914,22537,0,-9810.44,-927.744,39.8646,-0.675853,0,0,-0.331531,0.943444,900,100,1), - (26915,22538,0,-9808.91,-925.934,39.8646,-0.702033,0,0,-0.343852,0.939024,900,100,1), - (26916,106318,0,-9711.93,-943.498,38.4165,3.08923,0,0,0.999657,0.026177,3600,100,1), - (26917,2883,0,-9735.11,-862.986,39.4185,-2.16421,0,0,0.882948,-0.469472,900,100,1), - (26919,55,0,-9336.17,-986.384,67.191,3.14159,0,0,1,0,900,100,1), - (26920,1618,0,-9365.94,-914.584,64.3116,2.60054,0,0,0.96363,0.267239,300,100,1), - (26921,1617,0,-9516.02,-860.491,53.1059,3.05433,0,0,0.999048,0.0436174,300,100,1), - (26922,1617,0,-9447.37,-810.647,61.7622,-0.2618,0,0,-0.130526,0.991445,300,100,1), - (26924,1619,0,-9541.04,-808.438,56.4095,-0.855212,0,0,-0.414694,0.909961,300,100,1), - (26925,148544,0,-9570.77,-732.162,90.4492,0.968657,0,0,0.465614,0.884988,900,100,1), - (26926,148567,0,-9566.32,-734.797,90.4492,1.15192,0,0,0.544639,0.83867,900,100,1), - (26927,148556,0,-9566.89,-722.777,64.7779,0.619591,0,0,0.304864,0.952396,900,100,1), - (26928,148557,0,-9558.77,-726.578,64.7779,1.68424,0,0,0.746057,0.665882,900,100,1), - (26929,148554,0,-9560.61,-726.668,64.7779,1.39626,0,0,0.642788,0.766045,900,100,1), - (26930,169284,0,-9553.23,-722.085,64.7779,2.77507,0,0,0.983255,0.182236,900,100,1), - (26931,169271,0,-9562.28,-741.028,99.3252,1.50971,0,0,0.685183,0.728371,900,100,1), - (26932,169272,0,-9560.43,-741.197,99.3252,1.50971,0,0,0.685183,0.728371,900,100,1), - (26933,169287,0,-9572.68,-732.994,99.3056,0.820304,0,0,0.398749,0.91706,900,100,1), - (26934,169265,0,-9582.4,-719.049,99.3252,-0.061087,0,0,-0.030539,0.999534,900,100,1), - (26935,169266,0,-9582.23,-717.205,99.3252,-0.061087,0,0,-0.030539,0.999534,900,100,1), - (26936,148550,0,-9554.37,-703.481,90.4492,-1.98968,0,0,-0.838671,0.544639,900,100,1), - (26937,148549,0,-9545.04,-712.295,90.4492,-2.77507,0,0,0.983255,-0.182236,900,100,1), - (26938,169283,0,-9567.19,-703.839,90.4492,-1.20428,0,0,-0.566406,0.824126,900,100,1), - (26939,169270,0,-9560.26,-697.081,99.3252,-1.63188,0,0,-0.728371,0.685183,900,100,1), - (26940,169275,0,-9547.31,-732.326,99.2767,2.27765,0,0,0.908143,0.41866,900,100,1), - (26941,169264,0,-9550.62,-710.087,75.1509,-2.31256,0,0,0.915312,-0.402747,900,100,1), - (26942,169281,0,-9547.32,-729.564,90.4492,2.53945,0,0,0.95502,0.296542,900,100,1), - (26943,169289,0,-9564.64,-727.218,99.2041,-0.479966,0,0,-0.237686,0.971342,900,100,1), - (26944,169290,0,-9575.64,-725.983,90.4492,0.36652,0,0,0.182236,0.983255,900,100,1), - (26945,169291,0,-9549.92,-706.115,90.4492,-2.17293,0,0,0.884987,-0.465615,900,100,1), - (26946,169282,0,-9543.76,-717.301,90.4492,-2.95833,0,0,0.995805,-0.091502,900,100,1), - (26947,169276,0,-9575.22,-730.291,99.3056,0.567232,0,0,0.279829,0.96005,900,100,1), - (26948,169277,0,-9553.75,-722.053,99.1719,-0.479966,0,0,-0.237686,0.971342,900,100,1), - (26949,169278,0,-9558.61,-724.378,99.1588,-1.10828,0,0,-0.526214,0.850352,900,100,1), - (26950,169279,0,-9576,-713.16,90.4492,-0.418879,0,0,-0.207912,0.978148,900,100,1), - (26951,169280,0,-9576.93,-720.977,90.4492,0.183261,0,0,0.091502,0.995805,900,100,1), - (26952,169292,0,-9548.21,-713.426,64.7779,-2.80125,0,0,0.985556,-0.16935,900,100,1), - (26953,169293,0,-9553.18,-707.852,64.7779,-2.19911,0,0,0.891006,-0.453991,900,100,1), - (26954,148540,0,-9573.37,-708.714,90.4492,-0.602139,0,0,-0.296542,0.95502,900,100,1), - (26955,169274,0,-9548.75,-733.486,99.2767,2.27765,0,0,0.908143,0.41866,900,100,1), - (26956,169285,0,-9563.79,-717.015,64.7779,-0.436333,0,0,-0.21644,0.976296,900,100,1), - (26957,169273,0,-9574.03,-706.961,99.2709,-0.061087,0,0,-0.030539,0.999534,900,100,1), - (26958,169288,0,-9552.15,-717.083,99.2041,-1.31772,0,0,-0.612218,0.790689,900,100,1), - (26959,148547,0,-9544.69,-725.118,90.4492,2.72271,0,0,0.978148,0.207911,900,100,1), - (26960,148551,0,-9562.18,-702.558,90.4492,-1.38754,0,0,-0.639439,0.768842,900,100,1), - (26961,19548,0,-9552.76,-719.371,99.9786,2.3911,0,0,0.930418,0.366501,900,100,1), - (26962,3719,0,-9555.29,-718.836,99.0869,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (26963,169268,0,-9538.29,-719.228,99.3252,3.08051,0,0,0.999534,0.030539,900,100,1), - (26964,169267,0,-9538.46,-721.072,99.3252,3.08051,0,0,0.999534,0.030539,900,100,1), - (26965,169269,0,-9558.41,-697.249,99.3252,-1.63188,0,0,-0.728371,0.685183,900,100,1), - (26966,175760,0,-9546.13,-706.112,100.899,-2.42601,0,0,0.936672,-0.350207,900,100,1), - (26967,1617,0,-9525.54,-597.313,61.8545,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (26968,1617,0,-9389.64,-704.291,67.6454,0.418879,0,0,0.207912,0.978148,300,100,1), - (26969,1618,0,-9416.57,-682.391,65.3388,2.68781,0,0,0.97437,0.22495,300,100,1), - (26970,1948,0,-9250.33,-703.805,63.2293,1.50555,0,0,0.683667,0.729794,900,100,1), - (26971,2061,0,-9250.33,-703.805,63.2293,1.50555,0,0,0.683667,0.729794,900,100,1), - (26974,106318,0,-9051.11,-625.67,53.4202,1.36136,0,0,0.62932,0.777146,3600,100,1), - (26977,1618,0,-9388.6,-621.303,69.2396,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (26978,106318,0,-9483.03,-433.494,58.3551,-0.750491,0,0,0.366501,-0.930418,3600,100,1), - (26979,1617,0,-9567.63,-332.694,62.3448,0.20944,0,0,0.104529,0.994522,300,100,1), - (26980,22622,0,-9373.76,-80.6795,69.2088,2.62672,0,0,0.967046,0.254602,900,100,1), - (26981,22623,0,-9372.08,-77.7213,69.2088,2.62672,0,0,0.967046,0.254602,900,100,1), - (26982,22638,0,-9381.89,-72.638,64.4227,-0.514872,0,0,-0.254602,0.967046,900,100,1), - (26983,3658,0,-9379.27,-115.021,58.7317,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (26985,1617,0,-9334.78,-347.827,68.3406,-2.9147,0,0,-0.993572,0.113203,300,100,1), - (26986,1619,0,-9272.45,-285.934,81.656,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (26987,1617,0,-9115.96,-828.876,70.2978,2.37365,0,0,0.927184,0.374606,300,100,1), - (26988,1947,0,-8981.75,-829.974,70.2097,3.14159,0,0,1,0,900,100,1), - (26989,2061,0,-8981.75,-829.974,70.2097,3.14159,0,0,1,0,900,100,1), - (26990,1617,0,-8931.29,-774.365,68.6411,1.65806,0,0,0.737276,0.675591,300,100,1), - (26991,1946,0,-8885.78,-776.907,69.5359,-3.14159,-0.026176,0.008724,0.999619,0.000228,900,100,1), - (26992,2061,0,-8885.78,-776.907,69.5359,-3.14159,-0.026176,0.008724,0.999619,0.000228,900,100,1), - (26993,178504,0,-8898.29,-712.231,70.5139,2.89725,0,0,0.992546,0.121869,900,100,1), - (26994,3719,0,-8900.41,-770.323,69.5532,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (26995,106318,0,-8881.7,-761.708,68.4141,3.05433,0,0,0.999048,0.043619,3600,100,1), - (26996,1945,0,-8840.08,-868.83,75.7291,3.14159,0,0,1,0,900,100,1), - (26997,2061,0,-8840.08,-868.83,75.7291,3.14159,0,0,1,0,900,100,1), - (26998,3719,0,-8823.07,-872.418,74.7945,2.98451,0,0,0.996917,0.078459,180,100,1), - (27000,106318,0,-9100.11,-1033.55,72.8855,-2.87979,0,0,0.991445,-0.130526,3600,100,1), - (27001,1619,0,-9205.2,-1018.75,80.3799,2.02458,0,0,0.848048,0.52992,300,100,1), - (27002,20923,0,-9135.07,-1050.37,70.5258,-1.63188,0,0,-0.728371,0.685183,900,100,1), - (27006,106318,0,-9913.85,-1143.97,23.4692,3.14159,0,0,1,0,3600,100,1), - (27007,1617,0,-9881.79,-1119.49,27.9795,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (27008,1617,0,-9804.5,-1280.95,40.2085,-0.872665,0,0,-0.422618,0.906308,300,100,1), - (27009,3799,0,-9541.14,-1210.89,48.0887,2.79253,0,0,0.984808,0.173648,900,100,1), - (27010,2061,0,-9541.14,-1210.89,48.0887,2.79253,0,0,0.984808,0.173648,900,100,1), - (27011,3800,0,-9541.71,-1211.58,48.0887,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (27012,2061,0,-9541.71,-1211.58,48.0887,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (27013,22536,0,-9536.22,-1210.79,48.1601,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (27014,22537,0,-9534.08,-1212.24,48.1601,-2.16421,0,0,0.882947,-0.469472,900,100,1), - (27015,22538,0,-9532.16,-1213.62,48.1601,-2.19039,0,0,0.889017,-0.457874,900,100,1), - (27016,22535,0,-9539.15,-1219.5,48.1685,0.959931,0,0,0.461749,0.887011,900,100,1), - (27017,1617,0,-9514.6,-1218.97,46.938,1.53589,0,0,0.694658,0.71934,300,100,1), - (27018,3799,0,-9493.29,-1187.44,49.5017,1.92859,0,0,0.821647,0.569997,900,100,1), - (27019,2061,0,-9493.29,-1187.44,49.5017,1.92859,0,0,0.821647,0.569997,900,100,1), - (27020,3800,0,-9494.18,-1187.45,49.5017,-3.06305,0,0,0.999229,-0.03926,900,100,1), - (27021,2061,0,-9494.18,-1187.45,49.5017,-3.06305,0,0,0.999229,-0.03926,900,100,1), - (27022,178526,0,-9496.07,-1189.87,50.7038,-0.139626,0,0,0.069756,-0.997564,900,100,1), - (27023,176793,0,-9405.82,-1217.06,56.3241,1.02974,0,0,0.492424,0.870356,900,100,1), - (27024,176793,0,-9362.34,-1249.63,63.1472,-0.366519,0,0,0.182236,-0.983255,900,100,1), - (27025,176793,0,-9382.79,-1184.88,62.9284,-1.79769,0,0,0.782608,-0.622515,900,100,1), - (27026,176793,0,-9353.76,-1204.15,66.7748,-1.88496,0,0,0.809017,-0.587785,900,100,1), - (27027,176793,0,-9308.91,-1302.8,68.2527,-0.680679,0,0,0.333807,-0.942641,900,100,1), - (27028,1618,0,-9288.1,-1199.96,69.7286,0.122173,0,0,0.0610485,0.998135,300,100,1), - (27029,56,0,-9224.19,-1234.33,73.4313,-0.95993,0,0,-0.461748,0.887011,900,100,1), - (27030,176793,0,-9216.81,-1258.01,77.3716,0.785398,0,0,0.382683,0.92388,900,100,1), - (27031,176793,0,-9251.74,-1232.97,73.6682,2.89725,0,0,0.992546,0.121869,900,100,1), - (27032,176793,0,-9186.53,-1271.85,77.5322,-1.74533,0,0,0.766044,-0.642788,900,100,1), - (27033,176793,0,-9106.29,-1242.62,72.0848,-0.907571,0,0,0.438371,-0.898794,900,100,1), - (27034,176793,0,-9147.28,-1271.13,77.2768,0.331613,0,0,0.165048,0.986286,900,100,1), - (27035,176793,0,-9150.39,-1230.15,70.4289,-0.366519,0,0,0.182236,-0.983255,900,100,1), - (27038,1619,0,-8832.86,-1181.85,91.3664,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (27041,176793,0,-9309.43,-1362.21,69.9119,0.383972,0,0,0.190809,0.981627,900,100,1), - (27042,3799,0,-9488.84,-1358.64,46.8952,-1.89368,0,0,-0.811574,0.584249,900,100,1), - (27043,2061,0,-9488.84,-1358.64,46.8952,-1.89368,0,0,-0.811574,0.584249,900,100,1), - (27044,3800,0,-9488.14,-1359.19,46.8952,-0.602139,0,0,-0.296542,0.95502,900,100,1), - (27045,2061,0,-9488.14,-1359.19,46.8952,-0.602139,0,0,-0.296542,0.95502,900,100,1), - (27046,170073,0,-9480.28,-1356.42,46.9749,2.55691,0,0,0.957571,0.288196,900,100,1), - (27047,97,0,-9647.84,-1335.74,49.6839,-0.261799,0,0,-0.130526,0.991445,900,100,1), - (27048,98,0,-9647.84,-1335.76,49.1314,-0.261799,0,0,-0.130526,0.991445,900,100,1), - (27049,99,0,-9648.32,-1337.66,49.6781,2.87979,0,0,0.991445,0.130526,900,100,1), - (27050,100,0,-9647.18,-1336.91,49.6778,-1.83259,0,0,-0.793353,0.608761,900,100,1), - (27052,3719,0,-9789.66,-1399.88,62.8007,1.58825,0,0,0.71325,0.700909,180,100,1), - (27053,1617,0,-9859.65,-1441.96,35.2237,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (27056,1618,0,-9583.33,-1486.53,60.378,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (27057,180025,0,-9430.34,-1409.66,46.662,-2.24495,0,0,0.901177,-0.433452,900,100,1), - (27058,176793,0,-9339.49,-1375.02,64.6252,1.71042,0,0,0.75471,0.656059,900,100,1), - (27060,1618,0,-9351.36,-1447.61,66.6508,0.314159,0,0,0.156434,0.987688,300,100,1), - (27061,1619,0,-9297.25,-1417.39,95.7719,0.733038,0,0,0.358368,0.93358,300,100,1), - (27063,1619,0,-9377.18,-1536.06,80.8797,1.41372,0,0,0.649449,0.760405,300,100,1), - (27064,22622,0,-9559.67,-1422.45,62.3007,0,0,0,0,1,900,100,1), - (27065,22623,0,-9559.67,-1425.85,62.3007,0,0,0,0,1,900,100,1), - (27066,22638,0,-9548.63,-1425.45,57.5146,3.14159,0,0,1,0,900,100,1), - (27067,22604,0,-9547.23,-1432.62,57.5837,-1.309,0,0,-0.608762,0.793353,900,100,1), - (27069,22603,0,-9547.23,-1432.84,62.5006,-1.309,0,0,-0.608762,0.793353,900,100,1), - (27070,2061,0,-9547.23,-1432.84,62.5006,-1.309,0,0,-0.608762,0.793353,900,100,1), - (27071,22606,0,-9546.69,-1431.85,57.5837,2.7838,0,0,0.984041,0.177943,900,100,1), - (27073,22602,0,-9546.69,-1432.06,62.5006,2.7838,0,0,0.984041,0.177943,900,100,1), - (27074,2061,0,-9546.69,-1432.06,62.5006,2.7838,0,0,0.984041,0.177943,900,100,1), - (27075,170351,0,-9542.86,-1429.71,57.5146,1.5708,0,0,0.707107,0.707107,900,100,1), - (27076,170349,0,-9538.63,-1429.71,57.5146,1.5708,0,0,0.707107,0.707107,900,100,1), - (27077,170350,0,-9540.79,-1429.71,57.5146,1.5708,0,0,0.707107,0.707107,900,100,1), - (27078,170348,0,-9537.38,-1428.35,57.5146,3.14159,0,0,1,0,900,100,1), - (27079,170347,0,-9537.38,-1425.97,57.5146,3.14159,0,0,1,0,900,100,1), - (27080,22605,0,-9546.07,-1432.21,57.5837,-0.017454,0,0,-0.008727,0.999962,900,100,1), - (27081,2061,0,-9546.07,-1432.21,57.5837,-0.017454,0,0,-0.008727,0.999962,900,100,1), - (27082,1562,0,-9549.08,-1439.21,62.2936,2.25148,0,0,0.902585,0.430511,180,100,1), - (27083,175751,0,-9554.19,-1425.17,63.4386,0.296706,0,0,0.147809,0.989016,900,100,1), - (27084,3658,0,-9538.32,-1406.06,55.6784,2.79253,0,0,0.984808,0.173648,180,100,1), - (27085,85563,0,-9765.27,-1565.24,41.4964,-0.305432,0,0,-0.152123,0.988362,900,100,1), - (27086,146084,209,1854.53,1142.89,16.0846,0.671953,0,0,0.329691,0.944089,7200,100,1), - (27087,141852,209,1646.76,801.711,8.88617,3.14159,0,0,1,0,7200,100,1), - (27088,2066,209,1646.76,801.711,8.88617,3.14159,0,0,1,0,7200,100,1), - (27089,141073,209,1886.88,1298.94,48.2268,2.76635,0,0,0.98245,0.186524,7200,100,1), - (27090,141074,209,1883.33,1298.99,48.2929,-3.02815,0,0,0.998392,-0.056693,7200,100,1), - (27091,141072,209,1889.76,1297.68,48.1727,2.19039,0,0,0.889017,0.457874,7200,100,1), - (27092,141071,209,1881.33,1297.46,48.3304,-2.72271,0,0,0.978148,-0.207912,7200,100,1), - (27093,141070,209,1890.96,1294.47,48.1535,1.66679,0,0,0.740218,0.672367,7200,100,1), - (27094,142715,209,1800.81,857.587,8.65556,1.9984,-0.264375,0.160184,0.801304,0.512209,7200,100,1), - (27095,92426,209,1810.09,673.184,14.2178,1.49916,-0.00027,0.037908,0.680317,0.731937,7200,100,1), - (27096,2061,209,1810.09,673.184,14.2178,1.49916,-0.00027,0.037908,0.680317,0.731937,7200,100,1), - (27097,128403,209,1887.46,967.143,8.98506,-0.314159,0,0,0.156434,-0.987688,7200,100,1), - (27098,128403,209,1879.89,974.651,8.87679,1.0472,0,0,0.5,0.866025,7200,100,1), - (27099,128403,209,1876.44,972.207,9.91169,2.84489,0,0,0.989016,0.147809,7200,100,1), - (27100,128403,209,1882.7,971.825,8.87679,0.994838,0,0,0.477159,0.878817,7200,100,1), - (27101,128308,209,1876.14,976.482,9.05195,1.01229,0,0,0.48481,0.87462,7200,100,1), - (27102,128403,209,1839.42,1023.49,9.56256,2.98451,0,0,0.996917,0.078459,7200,100,1), - (27103,128403,209,1861.12,1019.39,8.87679,-1.18682,0,0,0.559193,-0.829037,7200,100,1), - (27104,128403,209,1866.24,1008.4,8.87679,0.663225,0,0,0.325568,0.945519,7200,100,1), - (27105,128403,209,1865.03,1012.49,8.8768,1.0472,0,0,0.5,0.866025,7200,100,1), - (27106,128403,209,1890.12,989.759,8.87679,2.70526,0,0,0.976296,0.21644,7200,100,1), - (27107,128308,209,1897.08,980.836,8.95884,-2.98451,0,0,0.996917,-0.078459,7200,100,1), - (27108,128403,209,1894.39,977.006,8.92631,-0.279253,0,0,0.139173,-0.990268,7200,100,1), - (27109,128308,209,1897.98,985.276,8.89835,2.75762,0,0,0.981627,0.190809,7200,100,1), - (27110,128308,209,1888.64,977.75,8.87679,-2.56563,0,0,0.95882,-0.284015,7200,100,1), - (27111,128403,209,1871.86,994.256,8.8819,0.506145,0,0,0.25038,0.968148,7200,100,1), - (27112,128308,209,1890.27,970.862,9.01388,2.56563,0,0,0.95882,0.284015,7200,100,1), - (27113,128403,209,1871.3,1008.32,8.87679,1.0821,0,0,0.515038,0.857167,7200,100,1), - (27114,128403,209,1832.72,1032.39,9.45168,0.575959,0,0,0.284015,0.95882,7200,100,1), - (27115,128403,209,1841.08,1045.54,9.21622,3.05433,0,0,0.999048,0.043619,7200,100,1), - (27116,128308,209,1836.74,1029.36,9.62377,0.942478,0,0,0.45399,0.891007,7200,100,1), - (27117,128403,209,1852.41,1024.78,8.87679,-2.49582,0,0,0.948324,-0.317305,7200,100,1), - (27118,128403,209,1843.19,1041.16,8.87679,-0.401426,0,0,0.199368,-0.979925,7200,100,1), - (27119,128403,209,1841.82,1027.76,9.15097,0.959931,0,0,0.461749,0.887011,7200,100,1), - (27120,128403,209,1839.18,1036.88,9.35239,-1.67552,0,0,0.743145,-0.669131,7200,100,1), - (27121,128403,209,1845.54,1024.12,9.07972,0.977384,0,0,0.469472,0.882948,7200,100,1), - (27122,128308,209,1863.41,1044.78,8.87679,-1.71042,0,0,0.75471,-0.656059,7200,100,1), - (27123,141596,209,1908.09,1017.97,11.5153,-2.97579,0,0,0.996566,-0.082808,7200,100,1), - (27124,141851,209,1909.48,1016.13,11.5157,2.79253,0,0,0.984808,0.173648,7200,100,1), - (27125,2061,209,1909.48,1016.13,11.5157,2.79253,0,0,0.984808,0.173648,7200,100,1), - (27126,128403,209,1867.74,1041.84,8.8768,-0.436333,0,0,0.21644,-0.976296,7200,100,1), - (27127,128308,209,1869.28,1020.08,8.87679,-0.488692,0,0,0.241922,-0.970296,7200,100,1), - (27128,128403,209,1887.94,1029.08,9.14775,0.855211,0,0,0.414693,0.909961,7200,100,1), - (27129,128403,209,1892.57,1006.37,9.06781,-2.1293,0,0,0.87462,-0.48481,7200,100,1), - (27130,128403,209,1888.36,1037,8.92103,-1.98968,0,0,0.838671,-0.544639,7200,100,1), - (27131,128403,209,1881.99,1034.68,8.87679,-0.453786,0,0,0.224951,-0.97437,7200,100,1), - (27132,128403,209,1891.6,1023.06,9.37117,2.79253,0,0,0.984808,0.173648,7200,100,1), - (27133,128403,209,1845.96,1047.25,8.87679,-0.453786,0,0,0.224951,-0.97437,7200,100,1), - (27134,128403,209,1858.7,1053.75,8.87679,-2.74017,0,0,0.979925,-0.199368,7200,100,1), - (27135,128403,209,1862.12,1050.76,9.05665,-2.3911,0,0,0.930418,-0.366501,7200,100,1), - (27136,128308,209,1866.33,1049.64,9.01483,1.11701,0,0,0.529919,0.848048,7200,100,1), - (27137,128403,209,1881.46,1041.43,8.87679,-2.19912,0,0,0.891007,-0.45399,7200,100,1), - (27138,128403,209,1871.08,1046.76,9.03374,-2.16421,0,0,0.882948,-0.469472,7200,100,1), - (27139,128403,209,1875.85,1044.26,9.07804,0.855211,0,0,0.414693,0.909961,7200,100,1), - (27140,141832,209,1650.91,1171.88,10.901,-2.3911,0,0,0.930418,-0.366501,7200,100,1), - (27141,175460,329,3447.17,-3369.94,140.925,-1.48877,-0.117315,0.128027,-0.665327,0.726076,180,100,1), - (27142,169216,1,-7198.09,-2425,-216.693,4.30284,0,0,0.83612,-0.548546,-180,0,1), - (27558,100035,0,425.194,1864.41,10.3692,3.89689,0,0,0.929534,-0.368737,90,0,1), - (27561,175461,329,3683.66,-3612.59,138.91,1.8326,0.079459,0.103553,0.786567,0.603553,180,100,1), - (27562,175462,329,3686.45,-3611.89,138.563,-1.309,0,0,-0.608762,0.793353,180,100,1), - (27587,175463,329,3685.14,-3610.9,138.115,0.2618,0.043246,0.005693,0.130402,0.990501,180,100,1), - (27589,180582,0,-9808.47,1813.63,0,1.53589,0,0,0.694658,0.71934,3600,100,1), - (27594,143984,1,-2338.21,-367.143,-8.52861,2.67036,0,0,0.97237,0.233445,900,100,1), - (27624,1622,0,-957.259,-373,20.2044,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (27634,175466,329,3670.92,-3333.54,138.502,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (27799,143985,1,-1263.31,44.5454,127.545,-1.55334,0,0,-0.700909,0.71325,900,100,1), - (27812,177844,0,-10174.2,2388.69,-139.4,4.78638,0,0,0.68047,-0.732776,50,100,1), - (27813,177790,0,848.998,2208.29,-137.5,1.50034,0,0,0.681762,0.731574,50,100,1), - (27814,181287,533,2844.3,-3980.5,278.981,1.62973,0,0,0.727634,0.685966,6380,100,1), - (27815,181287,533,2926.43,-4034.49,273.577,4.7941,0,0,0.677635,-0.735399,6380,100,1), - (27816,181287,533,2925.78,-3959.76,273.57,0.855331,0,0,0.414748,0.909936,6380,100,1), - (27817,181287,533,2793.38,-3650.78,273.64,0.378605,0,0,0.188174,0.982136,6380,100,1), - (27818,181287,533,2748.44,-3651.65,273.622,2.83297,0,0,0.988118,0.153697,6380,100,1), - (27819,181287,533,2811.74,-3703.96,273.616,5.56223,0,0,0.35272,-0.935729,6380,100,1), - (27820,181287,533,2641.82,-3456.01,265.559,2.8772,0,0,0.991275,0.13181,6380,100,1), - (27821,181287,533,2730.03,-3455.88,262.271,0.678089,0,0,0.332586,0.943073,6380,100,1), - (27822,181287,533,2727.52,-3546.65,261.969,6.0188,0,0,0.13181,-0.991275,6380,100,1), - (27823,181287,533,3214.19,-3465.14,287.071,2.60625,0,0,0.96439,0.264486,6380,100,1), - (27824,181287,533,3336.09,-3469.08,287.069,0.301108,0,0,0.149986,0.988688,6380,100,1), - (27825,175467,329,3730.97,-3493.46,144.672,2.30383,0,0,0.913545,0.406737,180,100,1), - (27826,175469,329,3661.27,-3479.86,153.273,-1.48353,0,0,-0.675591,0.737277,180,100,1), - (27863,175470,329,3686.23,-3499.92,148.561,2.23402,0,0,0.898794,0.438371,180,100,1), - (27864,175471,329,3506.49,-3395.26,147.507,1.13446,0,0,0.5373,0.843391,180,100,1), - (27865,175472,329,3550.09,-3383.72,144.137,2.96706,0,0,0.996195,0.087156,180,100,1), - (27866,175474,329,4065.84,-3449.08,132.23,2.00713,0,0,0.843391,0.5373,180,100,1), - (27867,175477,329,3876.35,-3588.01,151.74,2.53073,0,0,0.953717,0.300706,180,100,1), - (27868,176245,329,3456.98,-3106.54,137.908,2.18166,0,0,0.887011,0.461749,180,100,1), - (27869,175478,329,3887.01,-3571.79,156.622,2.40856,0,0,0.93358,0.358368,180,100,1), - (27870,175479,329,3802.17,-3648.13,162.065,0.488692,0,0,0.241922,0.970296,180,100,1), - (27871,153464,329,3555.39,-3424.3,136.745,2.3911,0,0,0.930418,0.366501,7200,100,1), - (27872,176248,329,3480.75,-3290.46,131.762,-1.11701,0,0,0.529919,-0.848048,10800,100,1), - (27873,175481,329,3830.23,-3704.26,153.273,-0.261799,0,0,-0.130526,0.991445,180,100,1), - (27874,74727,1,-1053.65,-288.594,159.03,3.07178,0,0,0.999391,0.034899,900,100,1), - (27875,3303,1,-1173.28,-26.3016,164.488,1.31772,0,0,0.612217,0.79069,900,100,1), - (27876,74728,1,-1052.08,-310.696,159.031,-3.05433,0,0,0.999048,-0.043619,900,100,1), - (27877,74729,1,-1043.45,-308.713,159.031,3.14159,0,0,1,0,900,100,1), - (27878,74730,1,-1071.19,-276.392,159.031,3.14159,0,0,1,0,900,100,1), - (27879,3306,1,-808.24,-31.0297,-13.2098,3.14159,0,0,1,0,900,100,1), - (27880,176249,329,3858.25,-3757.06,145.091,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (27881,175737,329,3614.39,-3125.01,137.009,2.35619,0,0,0.92388,0.382683,180,100,1), - (27882,3308,1,-1926,-709.528,3.57442,3.14159,0,0,1,0,900,100,1), - (27883,175483,329,3477.52,-3359.29,151.06,-1.5708,0,0,-0.707107,0.707107,180,100,1), - (27884,175484,329,3473.01,-3294.13,147.507,-1.13446,0,0,-0.5373,0.843391,180,100,1), - (27885,3310,1,-2405.66,226.712,48.7031,-3.10669,-0.017065,-0.022113,0.999451,-0.017826,900,100,1), - (27886,3311,1,-2740.26,-435.603,-4.50803,3.14159,0.082801,0.013045,0.99648,-0.001084,900,100,1), - (27887,3315,1,-1221.87,-18.0721,165.411,3.11541,0,0,0.999914,0.01309,900,100,1), - (27888,153469,329,4080.21,-3533.44,124.622,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (27889,175741,329,3615.47,-3125.96,137.01,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (27890,175748,329,3479.83,-3089.39,137.671,2.98451,0,0,0.996917,0.078459,180,100,1), - (27891,175749,329,3471.25,-3095.42,137.664,1.48353,0,0,0.67559,0.737277,180,100,1), - (27892,2040,1,-1291.37,3013.82,88.8554,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (27893,2040,1,-1738.91,1723.86,71.395,1.43117,0,0,0.656059,0.75471,300,100,1), - (27894,2040,1,126.822,852.442,149.675,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (27895,2040,1,11.4729,2703.64,-73.5529,1.48353,0,0,0.67559,0.737277,300,100,1), - (27896,2040,1,-2107.35,2460.43,24.257,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (27897,2040,1,-1338.7,2898.86,73.0065,2.28638,0,0,0.909961,0.414694,300,100,1), - (27898,148830,109,-515.553,95.2582,-148.74,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (27899,148831,109,-419.849,94.4837,-148.74,1.53589,0,0,0.694658,0.71934,180,100,1), - (28111,148832,109,-491.4,135.97,-148.74,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (28112,148833,109,-491.491,53.4818,-148.74,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (28113,148834,109,-443.855,136.101,-148.74,2.53073,0,0,0.953717,0.300706,180,100,1), - (28114,148835,109,-443.417,53.8312,-148.74,0.471239,0,0,0.233445,0.97237,180,100,1), - (28294,103680,1,-4013.3,-3385.15,38.4657,2.38013,0,0,0.181189,0.983448,-600,100,0), - (28321,2040,1,-2019.15,3121.25,18.2197,2.67035,0,0,0.972369,0.233447,300,100,1), - (28327,142212,90,-562.961,632.162,-327.485,0.916298,0,0,0.442289,0.896873,3600,100,1), - (28477,177287,329,3450.79,-3105.5,138.456,0.610865,0,0,0.300706,0.953717,0,100,1), - (28487,142475,90,-563.833,154.52,-202.151,-1.98968,0,0,0.838671,-0.544639,3600,100,1), - (28512,179967,0,-9559.65,72.3264,58.8912,0.331613,0,0,0.165048,0.986286,180,100,1), - (28513,180051,0,-9579.01,38.1403,61.0277,1.0821,0,0,0.515038,0.857167,180,100,1), - (28514,180005,0,-9537.65,126.811,61.1037,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (28515,175753,329,3470.62,-3094.68,137.664,0.314159,0,0,0.156434,0.987688,180,100,1), - (28517,175290,389,25.4365,6.90505,11.0928,2.87056,0.023353,0.002362,0.990576,0.134938,3600,100,1), - (28518,2045,1,-3238.11,-3382.49,-1.51944,1.22173,0,0,0.573576,0.819152,300,100,1), - (28525,3659,0,-1172.82,102.157,0.00608,2.68781,0,0,0.97437,0.224951,7200,100,1), - (28526,179965,0,-9569.41,97.0819,58.8815,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (28527,180046,0,-9572.6,33.3993,61.2556,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (28528,179975,0,-9560.94,127.774,58.9152,1.27409,0,0,0.594823,0.803857,180,100,1), - (28529,179968,0,-9558.87,131.45,58.8875,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (28530,180035,0,-9562.45,120.571,60.4093,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (28531,180032,0,-9560.39,106.003,60.5481,3.00197,0,0,0.997564,0.069757,180,100,1), - (28532,179967,0,-9570.38,73.6094,60.0989,2.26893,0,0,0.906308,0.422618,180,100,1), - (28533,179975,0,-9535.88,110.817,58.8815,1.36136,0,0,0.62932,0.777146,180,100,1), - (28534,180049,0,-9573.65,33.65,61.7434,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (28535,180043,0,-9573.83,82.3919,58.8815,2.56563,0,0,0.95882,0.284015,180,100,1), - (28536,179965,0,-9564.48,128.845,59.1488,2.93215,0,0,0.994522,0.104528,180,100,1), - (28537,179965,0,-9572.12,77.6323,58.882,0.558505,0,0,0.275637,0.961262,180,100,1), - (28538,179965,0,-9515.8,75.137,59.6035,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (28539,180040,0,-9558.64,119.835,58.854,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (28540,180043,0,-9533.74,74.5172,58.8815,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (28541,180047,0,-9577.95,29.7229,61.0439,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (28542,180038,0,-9554.68,138.057,59.187,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (28543,180045,0,-9580.79,28.3274,60.6627,-1.309,0,0,0.608761,-0.793353,180,100,1), - (28544,180048,0,-9577.74,29.818,61.5466,0.663225,0,0,0.325568,0.945519,180,100,1), - (28545,180029,0,-9515.35,86.6149,59.0797,2.96706,0,0,0.996195,0.087156,180,100,1), - (28546,180043,0,-9546.52,140.876,58.8815,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (28547,180006,0,-9559.52,53.4495,60.136,1.36136,0,0,0.62932,0.777146,180,100,1), - (28548,180034,0,-9530,99.0359,59.3857,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (28549,180037,0,-9553.33,110.428,59.1801,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (28550,180035,0,-9521.37,96.6575,60.8029,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (28551,180043,0,-9530.79,92.2459,58.8815,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (28552,179965,0,-9530.22,74.4355,58.8815,1.98968,0,0,0.838671,0.544639,180,100,1), - (28553,179965,0,-9542.1,69.9565,58.8932,1.8326,0,0,0.793353,0.608761,180,100,1), - (28554,180035,0,-9551.88,55.3052,61.1185,1.95477,0,0,0.829038,0.559193,180,100,1), - (28555,180043,0,-9563.43,99.4973,58.8815,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (28556,180045,0,-9573.3,37.0724,60.4675,3.00197,0,0,0.997564,0.069757,180,100,1), - (28557,180043,0,-9537.02,98.595,58.8815,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (28558,180030,0,-9534.2,68.6959,59.3954,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (28559,180046,0,-9571.2,28.7882,61.4907,2.54818,0,0,0.956305,0.292372,180,100,1), - (28560,180043,0,-9566.04,76.5801,58.8981,0.855211,0,0,0.414693,0.909961,180,100,1), - (28561,180046,0,-9577.11,28.9335,61.0503,0.767945,0,0,0.374607,0.927184,180,100,1), - (28562,180035,0,-9576.63,74.4836,60.7141,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (28563,180043,0,-9553.62,104.592,58.8828,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (28564,179972,0,-9570.34,73.6059,58.9049,0.872665,0,0,0.422618,0.906308,180,100,1), - (28565,180006,0,-9555.57,54.1968,60.1749,2.11185,0,0,0.870356,0.492424,180,100,1), - (28566,179968,0,-9559.52,130.32,58.8953,0.750492,0,0,0.366501,0.930418,180,100,1), - (28567,180038,0,-9560.48,123.28,59.2266,0.20944,0,0,0.104528,0.994522,180,100,1), - (28568,180036,0,-9551.95,41.1687,61.8756,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (28569,180044,0,-9547.15,84.5487,58.1561,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (28570,180043,0,-9556.71,69.5335,58.9567,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (28571,179965,0,-9540.73,34.5314,59.5549,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (28572,179970,0,-9568.37,76.0546,58.8809,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (28573,179965,0,-9528.68,91.8029,58.8889,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (28574,179975,0,-9535.4,130.943,58.8839,2.33874,0,0,0.920505,0.390731,180,100,1), - (28575,180043,0,-9531.2,117.723,59.1229,2.05949,0,0,0.857167,0.515038,180,100,1), - (28576,179965,0,-9526.89,62.1373,59.5495,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (28577,179973,0,-9569.09,74.8281,58.8618,0.261799,0,0,0.130526,0.991445,180,100,1), - (28578,180041,0,-9556.3,116.333,58.8582,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (28579,179968,0,-9534.25,128.669,58.9019,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (28580,180036,0,-9558.04,15.1922,63.009,0.715585,0,0,0.350207,0.936672,180,100,1), - (28581,180031,0,-9563.75,66.4712,60.5913,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (28582,180035,0,-9558.93,135.616,60.3051,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (28583,180038,0,-9532.87,120.536,59.2362,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (28584,180042,0,-9576.61,89.6703,58.8815,0.575959,0,0,0.284015,0.95882,180,100,1), - (28585,180048,0,-9573.39,33.7,61.7433,0.977384,0,0,0.469472,0.882948,180,100,1), - (28586,180035,0,-9523.69,69.3342,60.3902,1.01229,0,0,0.48481,0.87462,180,100,1), - (28587,180047,0,-9571.72,27.8073,61.4719,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (28588,180045,0,-9568.85,26.1816,61.2764,0.767945,0,0,0.374607,0.927184,180,100,1), - (28589,179968,0,-9535.15,113.199,58.8815,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (28590,180046,0,-9574.43,33.592,61.162,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (28591,180039,0,-9550.79,144.551,59.3467,2.54818,0,0,0.956305,0.292372,180,100,1), - (28592,180035,0,-9556.89,4.93777,61.6764,0.715585,0,0,0.350207,0.936672,180,100,1), - (28593,180049,0,-9571.81,28.07,61.9897,2.79253,0,0,0.984808,0.173648,180,100,1), - (28594,180335,0,-9569.42,74.9086,58.9041,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (28595,180035,0,-9545.69,27.9266,60.59,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (28596,179965,0,-9513.38,86.4162,59.6696,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (28597,179968,0,-9536.48,108.306,58.8908,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (28598,180043,0,-9539.89,72.8221,58.8815,2.72271,0,0,0.978148,0.207912,180,100,1), - (28599,180035,0,-9549.23,65.4561,60.4817,0.418879,0,0,0.207912,0.978148,180,100,1), - (28600,180043,0,-9541.98,80.8587,59.1252,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (28601,180053,0,-9574.1,30.2205,61.2259,1.22173,0,0,0.573576,0.819152,180,100,1), - (28602,181029,0,-9574.1,30.2205,61.2259,1.22173,0,0,0.573576,0.819152,180,100,1), - (28603,180037,0,-9542,136.385,59.2148,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (28604,179965,0,-9532.9,133.527,58.986,0.575959,0,0,0.284015,0.95882,180,100,1), - (28605,180035,0,-9530.71,125.602,59.8683,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (28606,180035,0,-9539.58,138.433,60.2842,2.53073,0,0,0.953717,0.300706,180,100,1), - (28607,180040,0,-9557.69,134.367,58.8329,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (28608,180035,0,-9533.44,109.463,60.0964,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (28609,180035,0,-9542.16,42.035,60.9323,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (28610,179968,0,-9535.4,112.285,58.8815,1.58825,0,0,0.71325,0.700909,180,100,1), - (28611,180047,0,-9573.48,33.6922,61.2497,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (28612,179965,0,-9572.74,40.4953,60.4069,1.44862,0,0,0.66262,0.748956,180,100,1), - (28613,179965,0,-9538.01,103.002,58.9158,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (28614,180040,0,-9538.27,133.446,58.8815,2.47837,0,0,0.945519,0.325568,180,100,1), - (28615,179968,0,-9533.8,128.406,59.6028,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (28616,179965,0,-9551.97,106.014,58.8853,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (28617,180043,0,-9557.68,54.6593,60.3315,1.71042,0,0,0.75471,0.656059,180,100,1), - (28618,180035,0,-9534.68,63.1606,60.2981,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (28619,179968,0,-9533.51,127.849,58.9001,2.94961,0,0,0.995396,0.095846,180,100,1), - (28620,180524,0,-9544.44,140.065,58.8815,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (28621,180524,0,-9533.17,124.821,58.9729,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (28622,180524,0,-9584.94,79.6764,60.4523,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (28623,180524,0,-9520.97,91.3967,59.3657,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (28624,180524,0,-9546.56,87.8324,59.4187,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (28625,180524,0,-9522.69,74.1969,59.1998,2.46091,0,0,0.942641,0.333807,180,100,1), - (28626,180524,0,-9552.22,111.492,58.8853,0.261799,0,0,0.130526,0.991445,180,100,1), - (28627,180524,0,-9553.61,67.2332,59.2847,1.29154,0,0,0.601815,0.798636,180,100,1), - (28628,180524,0,-9549.28,28.2097,59.4478,2.79253,0,0,0.984808,0.173648,180,100,1), - (28629,180524,0,-9533.64,115.556,58.9128,2.89725,0,0,0.992546,0.121869,180,100,1), - (28630,180524,0,-9574.56,79.7395,58.8815,0.593412,0,0,0.292372,0.956305,180,100,1), - (28631,180524,0,-9566.92,99.248,58.8815,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (28632,2849,0,-9036.02,-2420.72,129.325,-2.53073,0,0,0.953717,-0.300706,7200,100,1), - (28633,176610,309,-12193.3,-1673.08,113.394,2.71399,0,0,0.977231,0.212178,600,100,1), - (28634,2061,309,-12193.3,-1673.08,113.394,2.71399,0,0,0.977231,0.212178,600,100,1), - (28635,176611,309,-12218.2,-1688.99,124.302,2.67908,0,0,0.973379,0.2292,600,100,1), - (28636,2061,309,-12218.2,-1688.99,124.302,2.67908,0,0,0.973379,0.2292,600,100,1), - (28637,176612,309,-12218.1,-1673.09,125.153,2.67908,0,0,0.973379,0.2292,600,100,1), - (28638,2061,309,-12218.1,-1673.09,125.153,2.67908,0,0,0.973379,0.2292,600,100,1), - (28639,176618,309,-12388.7,-1909.05,130.26,-0.951205,0,0,-0.457874,0.889017,600,100,1), - (28640,2066,309,-12388.7,-1909.05,130.26,-0.951205,0,0,-0.457874,0.889017,600,100,1), - (28641,176619,309,-11985.3,-1703,32.2836,-2.73144,0,0,0.979046,-0.203642,600,100,1), - (28642,2066,309,-11985.3,-1703,32.2836,-2.73144,0,0,0.979046,-0.203642,600,100,1), - (28643,176609,309,-12192.9,-1688.96,112.47,2.67908,0,0,0.973379,0.2292,600,100,1), - (28644,2061,309,-12192.9,-1688.96,112.47,2.67908,0,0,0.973379,0.2292,600,100,1), - (28645,176606,309,-12164.1,-1689.15,98.4539,2.6529,0,0,0.970296,0.241922,600,100,1), - (28646,2041,1,-1847.96,1911.21,53.6878,0.767945,0,0,0.374607,0.927184,300,100,1), - (28647,2061,309,-12164.1,-1689.15,98.4539,2.6529,0,0,0.970296,0.241922,600,100,1), - (28648,176605,309,-12164.1,-1673.04,98.038,2.70526,0,0,0.976296,0.21644,600,100,1), - (28649,2061,309,-12164.1,-1673.04,98.038,2.70526,0,0,0.976296,0.21644,600,100,1), - (28650,176608,309,-12135.1,-1672.99,85.1896,2.70526,0,0,0.976296,0.21644,600,100,1), - (28651,2061,309,-12135.1,-1672.99,85.1896,2.70526,0,0,0.976296,0.21644,600,100,1), - (28652,176607,309,-12134.9,-1689.13,85.6075,2.70526,0,0,0.976296,0.21644,600,100,1), - (28653,2061,309,-12134.9,-1689.13,85.6075,2.70526,0,0,0.976296,0.21644,600,100,1), - (28654,176617,309,-12355.3,-1954.65,132.352,-2.56563,0,0,0.95882,-0.284015,600,100,1), - (28655,2066,309,-12355.3,-1954.65,132.352,-2.56563,0,0,0.95882,-0.284015,600,100,1), - (28656,179704,309,-11548.8,-1247.98,78.2841,-2.30383,0,0,0.913545,-0.406737,600,100,1), - (28657,2061,309,-11548.8,-1247.98,78.2841,-2.30383,0,0,0.913545,-0.406737,600,100,1), - (28658,180368,309,-11910.4,-1917.04,71.6557,-2.33001,0,0,0.918791,-0.394744,600,100,1), - (28659,180365,309,-11924.5,-1900.15,66.7322,3.14159,0,0,1,0,600,100,1), - (28660,180358,309,-11874.8,-1927.73,67.0359,1.58825,0,0,0.71325,0.70091,600,100,1), - (28661,180364,309,-11892.6,-1928.81,66.8137,-1.58825,0,0,-0.71325,0.70091,600,100,1), - (28662,176604,309,-11981.8,-1470.24,79.0613,2.73144,0,0,0.979045,0.203642,600,100,1), - (28663,2066,309,-11981.8,-1470.24,79.0613,2.73144,0,0,0.979045,0.203642,600,100,1), - (28664,180393,309,-11923.3,-1882.99,66.8137,-0.026181,0,0,-0.01309,0.999914,600,100,1), - (28665,180497,309,-11501.9,-1614.8,44.5722,1.57952,0,0,0.710185,0.704015,600,100,0), - (28666,180386,309,-11516.2,-1648.14,49.5335,1.66679,0,0,0.740218,0.672367,600,100,1), - (28667,180526,309,-11569.2,-1627.87,41.2767,0.008726,0,0,0.004363,0.99999,600,100,1), - (28668,180323,309,-11916.8,-1221.22,92.5045,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (28669,180366,309,-11698.1,-1771.5,12.5578,-2.93215,0,0,0.994522,-0.104529,600,100,1), - (28670,180252,309,-11892.5,-1913.15,65.1471,2.44346,0,0,0.939693,0.34202,600,100,1), - (28671,180252,309,-11906.1,-1911.84,65.1471,0.855211,0,0,0.414693,0.909961,600,100,1), - (28672,180252,309,-11909.1,-1899.26,65.1471,0.750492,0,0,0.366501,0.930418,600,100,1), - (28673,180228,309,-11518.2,-1693.06,52.485,1.02974,0,0,0.492424,0.870356,7200,100,1), - (28674,180247,309,-11518.2,-1693.06,52.485,1.02974,0,0,0.492424,0.870356,600,100,1), - (28675,180228,309,-12382.4,-1919.37,131.553,-2.84489,0,0,0.989016,-0.147809,7200,100,1), - (28676,180247,309,-12382.4,-1919.37,131.553,-2.84489,0,0,0.989016,-0.147809,600,100,1), - (28677,180229,309,-11810.1,-1882.4,46.0745,-2.44346,0,0,0.939693,-0.34202,600,100,1), - (28678,180244,309,-11810.1,-1882.4,46.0745,-2.44346,0,0,0.939693,-0.34202,600,100,1), - (28679,180229,309,-11526.3,-1479.74,78.0266,-1.15192,0,0,0.544639,-0.838671,600,100,1), - (28680,180244,309,-11526.3,-1479.74,78.0266,-1.15192,0,0,0.544639,-0.838671,600,100,1), - (28681,180228,309,-12376.2,-1661.07,132.864,1.43117,0,0,0.656059,0.75471,7200,100,1), - (28682,180247,309,-12376.2,-1661.07,132.864,1.43117,0,0,0.656059,0.75471,600,100,1), - (28684,180229,309,-11539.9,-1247.64,78.5177,3.00197,0,0,0.997564,0.069757,600,100,1), - (28685,180244,309,-11539.9,-1247.64,78.5177,3.00197,0,0,0.997564,0.069757,600,100,1), - (28686,180229,309,-11452.9,-1613.94,49.0348,2.53073,0,0,0.953717,0.300706,600,100,1), - (28687,180244,309,-11452.9,-1613.94,49.0348,2.53073,0,0,0.953717,0.300706,600,100,1), - (28688,180228,309,-12155.9,-1960.37,133.111,-2.63545,0,0,0.968148,-0.25038,7200,100,1), - (28689,180247,309,-12155.9,-1960.37,133.111,-2.63545,0,0,0.968148,-0.25038,600,100,1), - (28690,180229,309,-11781.9,-1621.91,21.149,-3.12414,0,0,0.999962,-0.008727,600,100,1), - (28691,180244,309,-11781.9,-1621.91,21.149,-3.12414,0,0,0.999962,-0.008727,600,100,1), - (28692,180229,309,-12357.9,-1836.31,130.865,0.453786,0,0,0.224951,0.97437,600,100,1), - (28693,180244,309,-12357.9,-1836.31,130.865,0.453786,0,0,0.224951,0.97437,600,100,1), - (28694,179985,309,-12339.7,-1645.15,131.269,-2.94961,0,0,0.995396,-0.095846,600,100,1), - (28695,179985,309,-12365.6,-1610.73,131.883,-1.48353,0,0,0.67559,-0.737277,600,100,1), - (28696,179985,309,-12284.4,-1636.02,133.045,-2.25148,0,0,0.902585,-0.430511,600,100,1), - (28697,179985,309,-12288,-1690.2,132.435,-0.122173,0,0,0.061049,-0.998135,600,100,1), - (28698,179985,309,-12315.5,-1687.51,130.996,3.03687,0,0,0.99863,0.052336,600,100,1), - (28699,179985,309,-12305.7,-1641.98,130.927,0.069813,0,0,0.034899,0.999391,600,100,1), - (28700,179985,309,-12309.8,-1627.26,130.809,1.69297,0,0,0.748956,0.66262,600,100,1), - (28701,179985,309,-12293.7,-1645.84,131.421,1.85005,0,0,0.798636,0.601815,600,100,1), - (28702,179985,309,-12299.3,-1608.96,132.029,1.65806,0,0,0.737277,0.67559,600,100,1), - (28703,179985,309,-12333.4,-1604.45,133.015,1.43117,0,0,0.656059,0.75471,600,100,1), - (28704,180327,309,-11887.1,-1889.8,63.5037,0.855211,0,0,0.414693,0.909961,7200,100,1), - (28705,180369,309,-11781,-1425.23,10.4603,-0.733038,0,0,0.358368,-0.93358,600,100,1), - (28706,180369,309,-11841.1,-1506.42,10.4603,-0.925024,0,0,0.446198,-0.894934,600,100,1), - (28707,180369,309,-11900,-1479.85,10.4603,-1.62316,0,0,0.725374,-0.688354,600,100,1), - (28708,180369,309,-11680.2,-1659.74,10.4603,1.29154,0,0,0.601815,0.798636,600,100,1), - (28709,180168,309,-11986.2,-1475.36,79.6971,-3.00197,0,0,0.997564,-0.069756,2700,100,1), - (28710,180168,309,-12185.9,-1901.98,133.235,0.820305,0,0,0.398749,0.91706,2700,100,1), - (28711,180166,309,-11733.9,-1945.6,58.6811,-2.82743,0,0,0.987688,-0.156434,2700,100,1), - (28712,180164,309,-12347.2,-1845.5,131.012,-2.93215,0,0,0.994522,-0.104529,2700,100,1), - (28713,180166,309,-12264.7,-1869.38,133.452,1.29154,0,0,0.601815,0.798636,2700,100,1), - (28714,180166,309,-11595.3,-1218.19,81.0125,-0.820305,0,0,0.398749,-0.91706,2700,100,1), - (28715,180164,309,-11597.3,-1752.79,39.3294,-0.785398,0,0,0.382683,-0.92388,2700,100,1), - (28716,180167,309,-11988.1,-1825.93,58.5294,-1.81514,0,0,0.788011,-0.615661,2700,100,1), - (28717,180167,309,-11585.2,-1573.6,50.7598,1.16937,0,0,0.551937,0.833886,2700,100,1), - (28718,180167,309,-12298.4,-1684.08,132.492,1.44862,0,0,0.66262,0.748956,2700,100,1), - (28719,180215,309,-11998,-1843.46,60.4131,-0.418879,0,0,0.207912,-0.978148,2700,100,1), - (28720,180215,309,-11927.7,-1756.96,50.1585,3.14159,0,0,1,0,2700,100,1), - (28721,180215,309,-12241.9,-1488.29,131.513,1.58825,0,0,0.71325,0.700909,2700,100,1), - (28722,180392,309,-11691.7,-1769.89,12.5923,2.60054,0,0,0.96363,0.267238,10,100,1), - (28723,180392,309,-11698.5,-1775,12.5728,1.46608,0,0,0.669131,0.743145,10,100,1), - (28725,180392,309,-11696.3,-1771.7,12.5923,-0.977384,0,0,0.469472,-0.882948,10,100,1), - (28726,180392,309,-11686.7,-1786.22,12.5923,-2.80998,0,0,0.986286,-0.165048,10,100,1), - (28727,180392,309,-11700.5,-1769.89,12.3476,-1.93731,0,0,0.824126,-0.566406,10,100,1), - (28729,180392,309,-11693.3,-1765.31,12.5923,0.733038,0,0,0.358368,0.93358,10,100,1), - (28731,180229,309,-11742.3,-1930.5,56.9127,1.62316,0,0,0.725374,0.688355,600,100,1), - (28732,180244,309,-11742.3,-1930.5,56.9127,1.62316,0,0,0.725374,0.688355,600,100,1), - (28733,180228,309,-12358.3,-1939.73,132.353,0.10472,0,0,0.052336,0.99863,7200,100,1), - (28734,180247,309,-12358.3,-1939.73,132.353,0.10472,0,0,0.052336,0.99863,600,100,1), - (28735,180229,309,-11974.8,-1474.54,79.9835,2.93215,0,0,0.994522,0.104528,600,100,1), - (28736,180244,309,-11974.8,-1474.54,79.9835,2.93215,0,0,0.994522,0.104528,600,100,1), - (28737,180228,309,-11542.7,-1544.95,51.7792,-0.785398,0,0,0.382683,-0.92388,7200,100,1), - (28738,180247,309,-11542.7,-1544.95,51.7792,-0.785398,0,0,0.382683,-0.92388,600,100,1), - (28739,180229,309,-11638.4,-1882.91,57.3159,-2.42601,0,0,0.936672,-0.350207,600,100,1), - (28740,180244,309,-11638.4,-1882.91,57.3159,-2.42601,0,0,0.936672,-0.350207,600,100,1), - (28741,180228,309,-11556,-1725.95,39.7283,0.942478,0,0,0.45399,0.891007,7200,100,1), - (28742,180247,309,-11556,-1725.95,39.7283,0.942478,0,0,0.45399,0.891007,600,100,1), - (28743,180229,309,-11594.7,-1216.66,81.3685,0.331613,0,0,0.165048,0.986286,600,100,1), - (28744,180244,309,-11594.7,-1216.66,81.3685,0.331613,0,0,0.165048,0.986286,600,100,1), - (28745,179985,309,-12349.4,-1597.15,134.484,2.58309,0,0,0.961262,0.275637,600,100,1), - (28746,179985,309,-12341.5,-1596.31,132.422,2.6529,0,0,0.970296,0.241922,600,100,1), - (28747,179985,309,-12332.4,-1688.48,131.306,-1.29154,0,0,0.601815,-0.798635,600,100,1), - (28748,179985,309,-12348.6,-1639.16,131.314,-1.50098,0,0,0.681998,-0.731354,600,100,1), - (28749,179985,309,-12276.5,-1647.22,131.402,-2.49582,0,0,0.948324,-0.317305,600,100,1), - (28750,179985,309,-12366.6,-1637.88,131.448,0.122173,0,0,0.061049,0.998135,600,100,1), - (28751,179985,309,-12370.9,-1619.6,130.94,-1.41372,0,0,0.649448,-0.760406,600,100,1), - (28752,179985,309,-12367.7,-1687.49,133.749,0.628319,0,0,0.309017,0.951057,600,100,1), - (28753,179985,309,-12353.8,-1634.05,130.66,2.49582,0,0,0.948324,0.317305,600,100,1), - (28754,179985,309,-12263.1,-1653.51,132.593,0.890118,0,0,0.430511,0.902585,600,100,1), - (28755,180167,309,-11834.8,-1326.26,67.5547,-2.63545,0,0,0.968148,-0.25038,2700,100,1), - (28756,180166,309,-12225.9,-1419.93,131.392,-1.25664,0,0,0.587785,-0.809017,2700,100,1), - (28757,180165,309,-11969.4,-1825.95,56.2139,2.16421,0,0,0.882948,0.469472,2700,100,1), - (28758,180167,309,-12223.5,-1416.27,131.545,2.93215,0,0,0.994522,0.104528,2700,100,1), - (28759,180168,309,-11821,-1892.17,49.6586,0.977384,0,0,0.469472,0.882948,2700,100,1), - (28760,180168,309,-11456.6,-1606.96,49.1958,2.02458,0,0,0.848048,0.529919,2700,100,1), - (28761,180165,309,-12334.5,-1899.65,131.243,-3.00197,0,0,0.997564,-0.069756,2700,100,1), - (28762,180168,309,-11608.9,-1274.07,79.271,0.017453,0,0,0.008727,0.999962,2700,100,1), - (28763,180165,309,-11874.8,-1382.4,68.2662,-1.01229,0,0,0.48481,-0.87462,2700,100,1), - (28764,179985,309,-12327.5,-1647,131.203,2.93215,0,0,0.994522,0.104528,600,100,1), - (28765,179985,309,-12307.2,-1575.85,132.98,-0.750491,0,0,0.366501,-0.930418,600,100,1), - (28766,179985,309,-12327.7,-1671.95,129.964,-0.436333,0,0,0.21644,-0.976296,600,100,1), - (28767,179985,309,-12371.7,-1653.59,130.519,-1.44862,0,0,0.66262,-0.748956,600,100,1), - (28768,179985,309,-12301.9,-1631.13,130.825,-0.558505,0,0,0.275637,-0.961262,600,100,1), - (28769,179985,309,-12278.1,-1626.72,133.961,-2.53073,0,0,0.953717,-0.300706,600,100,1), - (28770,179985,309,-12293.5,-1698.04,132.401,-0.506145,0,0,0.25038,-0.968148,600,100,1), - (28771,179985,309,-12338.7,-1617.66,132.662,-1.20428,0,0,0.566406,-0.824126,600,100,1), - (28772,179985,309,-12342.2,-1614.41,132.148,0.890118,0,0,0.430511,0.902585,600,100,1), - (28773,179985,309,-12317.6,-1577.69,132.425,-2.51327,0,0,0.951057,-0.309017,600,100,1), - (28774,179985,309,-12262,-1692.71,131.977,1.65806,0,0,0.737277,0.67559,600,100,1), - (28775,179985,309,-12350,-1683.83,131.702,-2.77507,0,0,0.983255,-0.182235,600,100,1), - (28776,179985,309,-12345.1,-1577.11,133.149,0.05236,0,0,0.026177,0.999657,600,100,1), - (28777,179985,309,-12380.6,-1674.21,135.135,-0.122173,0,0,0.061049,-0.998135,600,100,1), - (28778,179985,309,-12334.3,-1590.64,132.309,0.296706,0,0,0.147809,0.989016,600,100,1), - (28779,179985,309,-12286.5,-1624.23,130.432,-0.453786,0,0,0.224951,-0.97437,600,100,1), - (28780,179985,309,-12348.6,-1666.71,130.695,-1.309,0,0,0.608761,-0.793353,600,100,1), - (28781,179985,309,-12331.4,-1586.47,132.353,3.01942,0,0,0.998135,0.061049,600,100,1), - (28782,179985,309,-12375.1,-1633.28,129.588,-2.51327,0,0,0.951057,-0.309017,600,100,1), - (28783,179985,309,-12384.8,-1641.3,131.158,-1.20428,0,0,0.566406,-0.824126,600,100,1), - (28784,179985,309,-12331.3,-1610.76,132.727,-0.977384,0,0,0.469472,-0.882948,600,100,1), - (28785,179985,309,-12375.4,-1604.21,133.843,-0.628319,0,0,0.309017,-0.951056,600,100,1), - (28786,179985,309,-12377.1,-1622.55,130.761,-2.42601,0,0,0.936672,-0.350207,600,100,1), - (28787,179985,309,-12326.1,-1564.06,133.69,-1.91986,0,0,0.819152,-0.573576,600,100,1), - (28788,179985,309,-12272.7,-1695.68,133.57,1.43117,0,0,0.656059,0.75471,600,100,1), - (28789,179985,309,-12338.7,-1582.65,132.537,0.872665,0,0,0.422618,0.906308,600,100,1), - (28790,179985,309,-12351.5,-1691.34,132.402,-1.78024,0,0,0.777146,-0.62932,600,100,1), - (28791,179985,309,-12381.2,-1611.29,132.438,-0.802851,0,0,0.390731,-0.920505,600,100,1), - (28792,179985,309,-12372.5,-1595.45,138.234,-0.593412,0,0,0.292372,-0.956305,600,100,1), - (28793,179985,309,-12306.7,-1616.96,131.571,-1.55334,0,0,0.700909,-0.71325,600,100,1), - (28794,179985,309,-12377.7,-1665.01,131.331,1.11701,0,0,0.529919,0.848048,600,100,1), - (28795,179985,309,-12316.2,-1586.61,133.266,-2.14675,0,0,0.878817,-0.477159,600,100,1), - (28796,179985,309,-12248.8,-1663.64,132.011,2.05949,0,0,0.857167,0.515038,600,100,1), - (28798,179985,309,-12320,-1566.54,132.908,0.191986,0,0,0.095846,0.995396,600,100,1), - (28799,179985,309,-12331.6,-1637.42,130.824,-1.90241,0,0,0.814116,-0.580703,600,100,1), - (28800,179985,309,-12313.4,-1563.06,133.655,-2.96706,0,0,0.996195,-0.087156,600,100,1), - (28801,179985,309,-12356.8,-1672.31,130.908,-1.43117,0,0,0.656059,-0.75471,600,100,1), - (28802,179985,309,-12299.6,-1688.98,130.936,0.488692,0,0,0.241922,0.970296,600,100,1), - (28803,179985,309,-12340.9,-1679.74,130.734,0.418879,0,0,0.207912,0.978148,600,100,1), - (28804,179985,309,-12344.8,-1608.62,132.508,-2.84489,0,0,0.989016,-0.147809,600,100,1), - (28805,179985,309,-12359.7,-1598.03,134.801,-0.383972,0,0,0.190809,-0.981627,600,100,1), - (28806,179985,309,-12311.2,-1582.18,133.06,-1.18682,0,0,0.559193,-0.829037,600,100,1), - (28807,179985,309,-12259.1,-1661.71,131.386,-2.54818,0,0,0.956305,-0.292372,600,100,1), - (28808,179985,309,-12272.6,-1632.06,138.273,0.698132,0,0,0.34202,0.939693,600,100,1), - (28809,179985,309,-12333,-1577.07,132.298,-0.628319,0,0,0.309017,-0.951056,600,100,1), - (28810,179985,309,-12299.6,-1619.48,131.14,-2.02458,0,0,0.848048,-0.529919,600,100,1), - (28811,179985,309,-12305.1,-1600.49,132.504,1.43117,0,0,0.656059,0.75471,600,100,1), - (28812,179985,309,-12304.7,-1594.69,133.991,-0.436333,0,0,0.21644,-0.976296,600,100,1), - (28813,179985,309,-12310.8,-1698.4,132.645,-2.9147,0,0,0.993572,-0.113203,600,100,1), - (28814,179985,309,-12247.3,-1692.2,132.04,2.58309,0,0,0.961262,0.275637,600,100,1), - (28815,179985,309,-12310.7,-1572.57,133.447,2.11185,0,0,0.870356,0.492424,600,100,1), - (28816,179985,309,-12313.3,-1608.37,133.097,-1.32645,0,0,0.615661,-0.788011,600,100,1), - (28817,179985,309,-12343.4,-1587.82,132.232,-1.23918,0,0,0.580703,-0.814116,600,100,1), - (28818,179985,309,-12285.3,-1613.89,131.108,2.37365,0,0,0.927184,0.374607,600,100,1), - (28819,179985,309,-12272.3,-1683.82,131.424,-0.034907,0,0,0.017452,-0.999848,600,100,1), - (28820,179985,309,-12318.3,-1594.9,132.353,2.37365,0,0,0.927184,0.374607,600,100,1), - (28821,179985,309,-12286.5,-1652.58,131.431,1.71042,0,0,0.75471,0.656059,600,100,1), - (28822,179985,309,-12371.3,-1672.74,131.131,-0.628319,0,0,0.309017,-0.951056,600,100,1), - (28823,179985,309,-12281.5,-1684.34,132.108,0.907571,0,0,0.438371,0.898794,600,100,1), - (28824,179985,309,-12347.5,-1566.59,132.695,2.93215,0,0,0.994522,0.104528,600,100,1), - (28825,179985,309,-12343.2,-1570.49,131.631,2.6529,0,0,0.970296,0.241922,600,100,1), - (28826,179985,309,-12320,-1587.94,132.603,-2.30383,0,0,0.913545,-0.406737,600,100,1), - (28827,179985,309,-12331.4,-1627.34,130.44,2.16421,0,0,0.882948,0.469472,600,100,1), - (28828,179985,309,-12308.9,-1568.17,134.035,1.0821,0,0,0.515038,0.857167,600,100,1), - (28829,179985,309,-12363,-1676.58,130.748,-0.349066,0,0,0.173648,-0.984808,600,100,1), - (28830,179985,309,-12321.5,-1580.01,132.249,3.08923,0,0,0.999657,0.026177,600,100,1), - (28831,179985,309,-12322.3,-1696.68,135.189,3.12414,0,0,0.999962,0.008727,600,100,1), - (28832,179985,309,-12293.5,-1679.86,131.552,2.79253,0,0,0.984808,0.173648,600,100,1), - (28833,179985,309,-12316.8,-1582.49,132.893,-0.226893,0,0,0.113203,-0.993572,600,100,1), - (28834,179985,309,-12263.5,-1640.6,135.232,-1.71042,0,0,0.75471,-0.656059,600,100,1), - (28835,179985,309,-12340.3,-1569.5,131.41,-1.29154,0,0,0.601815,-0.798635,600,100,1), - (28836,179985,309,-12314.7,-1674.71,132.047,0.977384,0,0,0.469472,0.882948,600,100,1), - (28837,179985,309,-12367.8,-1604.67,132.359,-1.25664,0,0,0.587785,-0.809017,600,100,1), - (28838,179985,309,-12307.6,-1587.04,132.717,2.26893,0,0,0.906308,0.422618,600,100,1), - (28839,179985,309,-12303.3,-1674.7,131.068,0.191986,0,0,0.095846,0.995396,600,100,1), - (28840,179985,309,-12383.2,-1656.12,132.77,-1.16937,0,0,0.551937,-0.833886,600,100,1), - (28841,179985,309,-12332.5,-1566.51,132.693,3.08923,0,0,0.999657,0.026177,600,100,1), - (28842,179985,309,-12337.4,-1601.97,133.901,-2.74017,0,0,0.979925,-0.199368,600,100,1), - (28843,179985,309,-12315.9,-1664.36,131.508,-1.72788,0,0,0.760406,-0.649448,600,100,1), - (28844,179985,309,-12313,-1599.8,132.637,0.837758,0,0,0.406737,0.913545,600,100,1), - (28845,180868,1,1977.78,-4248.5,31.7743,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (28846,180878,1,1969.2,-4259.8,32.1476,0.10472,0,0,0.052336,0.99863,180,100,1), - (28847,180769,1,1670.49,-4477.45,32.305,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (28848,180772,1,1548.6,-4376.24,0.923368,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (28849,180770,1,1703.54,-4464.34,32.2189,3.07178,0,0,0.999391,0.034899,180,100,1), - (28850,180769,1,1679.64,-4411.1,35.9493,0.087266,0,0,0.043619,0.999048,180,100,1), - (28851,180770,1,1609.43,-4460.12,41.9464,1.06465,0,0,0.507538,0.861629,180,100,1), - (28852,180778,1,1942.67,-4280.45,29.3345,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (28853,180778,1,1958.85,-4268.32,31.4018,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (28854,180770,1,1694.4,-4476.28,32.3138,2.00713,0,0,0.843391,0.5373,180,100,1), - (28855,180767,1,-1098.15,-58.235,158.314,2.60054,0,0,0.96363,0.267238,180,100,1), - (28856,180761,1,-1222.71,-70.9462,165.41,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (28857,180775,1,-1181.29,-91.9861,165.958,2.53073,0,0,0.953717,0.300706,180,100,1), - (28858,180768,1,-1022.19,-231.044,160.118,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (28859,180778,1,-1012.56,-11.1564,60.6166,0.645772,0,0,0.317305,0.948324,180,100,1), - (28860,180767,1,-1244.12,-94.1286,169.764,1.65806,0,0,0.737277,0.67559,180,100,1), - (28861,180761,1,-1256.62,39.4392,132.649,1.79769,0,0,0.782608,0.622515,180,100,1), - (28862,180769,0,1586.17,201.402,-36.3775,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (28863,180878,0,1645.92,234.438,62.5916,2.16421,0,0,0.882948,0.469472,180,100,1), - (28864,180769,0,1629.63,261.489,-36.6427,0.715585,0,0,0.350207,0.936672,180,100,1), - (28865,180868,0,1637.5,236.442,62.5916,0.645772,0,0,0.317305,0.948324,180,100,1), - (28866,180771,0,1510.2,384.225,-53.3292,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (28867,180769,0,1555.69,248.024,-36.4548,2.86234,0,0,0.990268,0.139173,180,100,1), - (28868,180769,0,1561.98,219.116,-36.4872,0.628319,0,0,0.309017,0.951057,180,100,1), - (28869,180769,1,1578.61,-4462.96,34.6688,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (28870,180775,1,1382.96,-4355.71,38.0235,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (28871,180770,1,1618.8,-4356.14,22.2475,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (28872,180868,1,1965.61,-4263.08,31.8683,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (28873,180769,1,1676.2,-4481.53,32.5477,1.06465,0,0,0.507538,0.861629,180,100,1), - (28874,180770,1,1606.42,-4460.8,33.7153,1.01229,0,0,0.48481,0.87462,180,100,1), - (28875,180768,1,1964.1,-4275.89,30.7694,0.471239,0,0,0.233445,0.97237,180,100,1), - (28876,180771,1,1549.14,-4374.01,0.809186,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (28877,180770,1,1614.31,-4361.89,22.0891,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (28878,180768,1,-1047.07,-227.933,159.785,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (28879,180775,1,-1235.89,-90.114,165.731,0.488692,0,0,0.241922,0.970296,180,100,1), - (28880,180767,1,-1285.03,45.8843,135.888,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (28881,180767,1,-1280.96,-110.514,178.729,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (28882,180778,1,-1328.29,173.114,60.9292,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (28883,180772,1,-1203,-57.0452,159.069,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (28884,180878,1,-1042.95,-218.214,160.232,0.226893,0,0,0.113203,0.993572,180,100,1), - (28885,180869,1,-1030.57,-235.374,159.576,1.81514,0,0,0.788011,0.615662,180,100,1), - (28886,180868,1,-1035.79,-224.572,160.313,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (28887,180769,0,1572.17,208.065,-36.5376,0.977384,0,0,0.469472,0.882948,180,100,1), - (28888,180769,0,1556.4,230.372,-36.469,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (28889,180878,0,1648.1,232.49,62.5916,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (28890,180768,0,1637.78,245.495,62.5916,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (28891,180769,0,1616.46,274.22,-36.5836,0.994838,0,0,0.477159,0.878817,180,100,1), - (28892,180771,0,1710.7,118.395,-51.3916,2.32129,0,0,0.91706,0.398749,180,100,1), - (28893,180769,0,1575.25,275.017,-36.5746,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (28894,180878,0,1646.8,232.985,62.5916,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (28895,180762,1,1970.12,-4749.98,60.8001,1.93731,0,0,0.824126,0.566406,180,100,1), - (28896,180759,1,1628.78,-4432.28,20.0159,2.49582,0,0,0.948324,0.317305,180,100,1), - (28897,180770,1,1652.29,-4440.35,25.0826,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (28898,180778,1,1976.44,-4264.71,32.1246,0.645772,0,0,0.317305,0.948324,180,100,1), - (28899,180869,1,1982.79,-4250.35,31.4752,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (28900,180770,1,1635.71,-4428.51,25.4803,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (28901,180769,1,1622.56,-4438.32,25.6376,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (28902,180778,1,-1330.8,184.184,60.7978,0.506145,0,0,0.25038,0.968148,180,100,1), - (28903,180767,1,-1121.58,72.3169,150.153,2.05949,0,0,0.857167,0.515038,180,100,1), - (28904,180878,1,-1043.68,-217.307,160.241,0.244346,0,0,0.121869,0.992546,180,100,1), - (28905,180771,1,-1204.51,-56.883,159.069,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (28906,180878,1,-1042.06,-218.223,159.804,0.20944,0,0,0.104528,0.994522,180,100,1), - (28907,180768,0,1641.11,232.872,62.5916,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (28908,180760,0,1595.4,201.922,-50.7759,1.5708,0,0,0.707107,0.707107,180,100,1), - (28909,180769,0,1648.81,221.105,-36.6523,0.645772,0,0,0.317305,0.948324,180,100,1), - (28910,180769,0,1605.55,279.724,-36.4851,1.309,0,0,0.608761,0.793353,180,100,1), - (28911,180769,0,1601.86,200.033,-36.5113,1.76278,0,0,0.771625,0.636078,180,100,1), - (28912,180769,0,1635.66,247.545,-36.3512,0.261799,0,0,0.130526,0.991445,180,100,1), - (28913,180769,0,1562.3,262.052,-36.4425,2.53073,0,0,0.953717,0.300706,180,100,1), - (28914,180771,0,1726.76,344.264,-51.5696,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (28915,180771,0,1516.07,387.622,-53.3292,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (28916,180770,1,1658.29,-4451.78,32.3135,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (28917,180878,1,1968.53,-4259.34,32.0739,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (28918,180769,1,1586.9,-4453.55,42.1854,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (28919,180878,1,1968.91,-4257.11,32.0645,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (28920,180770,1,1687.56,-4398.57,36.058,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (28921,180770,1,1669.44,-4428.92,31.6215,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (28922,180868,1,1992.31,-4250.18,31.4586,0.575959,0,0,0.284015,0.95882,180,100,1), - (28923,180770,1,1587.46,-4456.28,34.2002,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (28924,180771,1,1989.5,-4656.89,27.3624,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (28925,180772,1,-1214.91,-56.8004,159.056,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (28926,180772,1,-1213.46,-56.7885,159.056,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (28927,180767,1,-1141.67,-122.524,178.199,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (28928,180878,1,-1044.24,-216.621,159.335,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (28929,180878,1,-1042.46,-218.979,159.818,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (28930,180775,1,-1206.35,133.66,138.144,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (28932,180878,0,1648.58,234.882,62.5916,2.9147,0,0,0.993572,0.113203,180,100,1), - (28933,180878,0,1646.28,233.535,62.5916,2.89725,0,0,0.992546,0.121869,180,100,1), - (28934,142475,90,-550.357,101.493,-202.102,3.14159,0,0,1,0,3600,100,1), - (28935,180869,0,1639.92,234.601,62.5916,1.22173,0,0,0.573576,0.819152,180,100,1), - (28936,180772,0,1715.69,122.836,-51.3916,2.35619,0,0,0.92388,0.382683,180,100,1), - (28937,180768,0,1635.36,237.196,62.5916,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (28938,180770,1,1662.87,-4432.13,31.6775,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (28939,180769,1,1684.69,-4480.9,32.4815,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (28940,180770,1,1610,-4367.55,22.2935,2.53073,0,0,0.953717,0.300706,180,100,1), - (28941,180878,1,1969.63,-4256.93,32.1302,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (28942,180770,1,1589.61,-4451.72,42.2628,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (28943,180775,1,1733.14,-4408.25,48.4424,2.18166,0,0,0.887011,0.461749,180,100,1), - (28944,180769,1,1599.96,-4456.83,33.8569,-2.09439,0,0,0.866025,-0.5,180,100,1), - (28945,180772,1,-1201.59,-56.9542,159.069,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (28946,180868,1,-1038.94,-230.445,160.088,0.034907,0,0,0.017452,0.999848,180,100,1), - (28947,180768,1,-1041.46,-230.346,160.023,0.488692,0,0,0.241922,0.970296,180,100,1), - (28948,180771,1,-1210.76,-56.9323,159.056,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (28949,180768,1,-1041.94,-217.551,159.768,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (28950,180878,0,1649.09,234.271,62.5916,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (28951,180868,0,1637.5,243.41,62.5916,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (28952,180769,0,1589.67,280.358,-36.5545,1.74533,0,0,0.766044,0.642788,180,100,1), - (28953,180769,0,1586.84,279.833,-36.3964,1.8326,0,0,0.793353,0.608761,180,100,1), - (28954,180771,0,1711.05,332.216,-51.5689,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (28955,180878,0,1648.62,233.049,62.5916,0.366519,0,0,0.182236,0.983255,180,100,1), - (28956,180769,0,1604.7,200.729,-36.4511,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (28957,180770,1,1634.12,-4393.97,22.3753,1.46608,0,0,0.669131,0.743145,180,100,1), - (28958,180771,1,1993.1,-4660.77,27.0221,2.63545,0,0,0.968148,0.25038,180,100,1), - (28959,180769,1,1614.55,-4387.67,22.3548,0.488692,0,0,0.241922,0.970296,180,100,1), - (28960,180770,1,1620.31,-4441.3,25.7824,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (28961,180868,1,-1029.13,-225.699,160.515,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (28962,180767,1,-1173.8,-97.9679,169.195,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (28963,180778,1,-1045.66,-227.565,159.956,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (28964,180778,1,-1276.59,209.697,59.2747,0.715585,0,0,0.350207,0.936672,180,100,1), - (28965,180775,1,-1276.95,50.0955,132.456,0.506145,0,0,0.25038,0.968148,180,100,1), - (28966,180878,0,1647.32,232.518,62.5916,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (28967,180878,0,1649.09,233.546,62.5916,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (28968,180769,0,1648.86,215.154,-36.4556,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (28969,180772,0,1523.4,111.867,-53.3286,1.06465,0,0,0.507538,0.861629,180,100,1), - (28970,180769,0,1619.41,272.5,-36.5722,1.0472,0,0,0.5,0.866025,180,100,1), - (28971,180769,0,1635.75,232.623,-36.5015,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (28972,180772,0,1517.67,115.35,-53.3285,1.01229,0,0,0.48481,0.87462,180,100,1), - (28973,180769,0,1572.97,273.089,-36.6699,2.23402,0,0,0.898794,0.438371,180,100,1), - (28974,180868,0,1642.77,245.378,62.5916,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (28975,180770,0,1588.48,240.007,-48.0515,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (28976,180869,0,1640.01,245.183,62.5916,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (28977,180778,0,1646.56,244.051,62.5916,0.087266,0,0,0.043619,0.999048,180,100,1), - (28978,180769,0,1574.73,206.371,-36.486,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (28979,180769,0,1602.64,280.405,-36.4615,1.37881,0,0,0.636078,0.771625,180,100,1), - (28980,180768,1,1993.42,-4258.83,31.8616,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (28981,180770,1,1608.88,-4374.46,22.2562,0.401426,0,0,0.199368,0.979925,180,100,1), - (28982,180769,1,1681.73,-4425.58,35.8772,0.244346,0,0,0.121869,0.992546,180,100,1), - (28983,180770,1,1682.94,-4431.13,32.3404,0.907571,0,0,0.438371,0.898794,180,100,1), - (28984,180762,1,1937.87,-4251.41,45.0749,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (28985,180770,1,1600.06,-4454.22,42.1749,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (28986,180768,1,1984.63,-4244.79,31.5727,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (28987,180869,1,-1026.84,-228.528,160.363,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (28988,180767,1,-1106.42,-17.879,149.316,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (28989,180778,1,-1034.48,-73.7086,60.531,2.07694,0,0,0.861629,0.507538,180,100,1), - (28990,180878,1,-1043.08,-217.583,160.261,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (28991,180772,0,1696.44,132.449,-51.391,2.32129,0,0,0.91706,0.398749,180,100,1), - (28992,180769,0,1627.69,264.104,-36.6371,0.575959,0,0,0.284015,0.95882,180,100,1), - (28993,180760,0,1595.7,278.743,-50.8353,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (28994,180769,0,1563.72,216.652,-36.4789,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (28995,180769,0,1618.73,207.786,-36.6291,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (28996,180768,0,1635.49,242.698,62.5916,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (28997,180770,0,1639.55,215.955,-36.4585,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (28998,180771,0,1469.29,164.49,-53.3286,0.541052,0,0,0.267238,0.96363,180,100,1), - (28999,180769,0,1646.17,213.66,-36.4928,1.65806,0,0,0.737277,0.67559,180,100,1), - (29000,180769,0,1635.63,227.167,-36.5431,1.01229,0,0,0.48481,0.87462,180,100,1), - (29001,180768,0,1637.64,234.224,62.5916,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (29002,180769,0,1589.3,200.453,-36.4421,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (29003,180770,0,1595.74,233.181,-48.0654,1.53589,0,0,0.694658,0.71934,180,100,1), - (29004,180772,0,1448.35,160.557,-53.3292,0.506145,0,0,0.25038,0.968148,180,100,1), - (29005,180878,0,1647.58,233.319,63.6957,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (29006,180760,0,1631.72,216.644,-39.8794,0.959931,0,0,0.461749,0.887011,180,100,1), - (29007,180769,0,1616.12,205.97,-36.5111,2.19912,0,0,0.891007,0.453991,180,100,1), - (29008,180771,0,1519.72,367.012,-53.3286,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (29009,180778,0,1646.3,235.541,62.5916,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (29010,180770,0,1642.44,224.405,-36.7174,1.23918,0,0,0.580703,0.814116,180,100,1), - (29011,180775,0,1608.55,253.162,-46.6006,0.715585,0,0,0.350207,0.936672,180,100,1), - (29012,180868,0,1636.3,239.929,62.5916,0,0,0,0,1,180,100,1), - (29013,180334,0,-5075.06,-800.017,495.127,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (29014,180769,0,1627.69,216.648,-36.4423,2.56563,0,0,0.95882,0.284015,180,100,1), - (29015,180769,0,1649.81,218.219,-36.4882,0.017453,0,0,0.008727,0.999962,180,100,1), - (29016,180771,0,1715.14,326.768,-51.5689,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (29017,180771,0,1701.16,137.297,-51.391,2.35619,0,0,0.92388,0.382683,180,100,1), - (29018,180770,0,1595.74,247.951,-48.0585,1.5708,0,0,0.707107,0.707107,180,100,1), - (29019,180772,0,1466.16,170.502,-53.3286,0.506145,0,0,0.25038,0.968148,180,100,1), - (29020,180769,0,1634.9,250.342,-36.3342,0.296706,0,0,0.147809,0.989016,180,100,1), - (29021,180772,0,1451.78,154.781,-53.3292,0.541052,0,0,0.267238,0.96363,180,100,1), - (29022,180769,0,1555.46,233.379,-36.3424,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (29023,180769,0,1632.92,219.24,-36.3693,1.11701,0,0,0.529919,0.848048,180,100,1), - (29024,180769,0,1563.88,264.798,-36.6633,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (29025,180769,0,1556.64,251.016,-36.4766,2.79253,0,0,0.984808,0.173648,180,100,1), - (29026,180868,0,1642.7,234.406,62.5916,1.71042,0,0,0.75471,0.656059,180,100,1), - (29027,180772,0,1525.77,370.145,-53.3285,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (29028,180769,0,1634.75,229.686,-36.4041,2.75762,0,0,0.981627,0.190809,180,100,1), - (29029,180771,0,1467.46,312.594,-53.3286,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (29030,180768,0,1641.18,247.026,62.5916,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (29031,180771,0,1470.81,318.526,-53.3286,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (29032,180769,0,1629.46,219.208,-36.4537,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (29033,180770,0,1603.29,240.396,-48.0446,3.12414,0,0,0.999962,0.008727,180,100,1), - (29034,180772,0,1730.99,338.868,-51.5696,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (29035,180771,1,1550.02,-4371.35,0.802526,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (29036,180770,1,1674.89,-4429.55,32.3091,1.79769,0,0,0.782608,0.622515,180,100,1), - (29037,180769,1,1693.71,-4394.74,35.9609,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (29038,180769,1,1662.86,-4436.96,32.3813,2.30383,0,0,0.913545,0.406737,180,100,1), - (29039,180769,1,1695.15,-4439.45,32.4032,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (29040,180769,1,1639.09,-4429.36,25.2713,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (29041,180778,1,-1266.36,199.405,59.6992,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (29042,180767,1,-1322.18,29.2153,144.886,0.296706,0,0,0.147809,0.989016,180,100,1), - (29043,180771,1,-1211.89,-56.8578,159.056,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (29044,180778,1,-1023.02,-68.3547,60.531,-1.0472,0,0,0.5,-0.866025,180,100,1), - (29045,180778,1,-1006.6,-21.3943,60.531,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (29046,180768,1,-1052.77,-250.587,159.03,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (29047,180759,1,1614.17,-4380.83,18.2116,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (29048,180770,1,1664.67,-4472.76,32.3041,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (29049,180770,1,1673.37,-4479.65,32.387,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (29050,180878,1,1970.18,-4257.96,32.8414,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (29051,180759,1,1668.55,-4431.96,25.6414,1.95477,0,0,0.829038,0.559193,180,100,1), - (29052,180770,1,1656.05,-4443.6,31.5062,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (29053,180878,1,-1043.49,-216.356,159.402,1.09956,0,0,0.522499,0.85264,180,100,1), - (29054,180768,1,-1064,-252.4,159.03,1.50098,0,0,0.681998,0.731354,180,100,1), - (29055,180878,1,-1042.72,-216.533,159.549,1.16937,0,0,0.551937,0.833886,180,100,1), - (29056,180761,1,-1192.56,-70.5608,165.004,3.14159,0,0,1,0,180,100,1), - (29057,180878,1,-1042.2,-217.193,159.714,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (29058,180868,1,-1038.21,-226.919,160.221,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (29059,180775,1,1676.75,-4363.53,46.238,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (29060,180778,1,1945.71,-4286.77,28.0525,0.541052,0,0,0.267238,0.96363,180,100,1), - (29061,180868,1,1991.6,-4255.45,31.7451,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (29062,180770,1,1680.45,-4418.36,36.0296,0.139626,0,0,0.069756,0.997564,180,100,1), - (29063,180778,1,1963.31,-4274.5,31.0743,0.645772,0,0,0.317305,0.948324,180,100,1), - (29064,180771,1,1551.92,-4365.94,0.652043,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (29065,180770,1,1702.91,-4452.89,32.2417,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (29066,180772,1,1551.07,-4368.64,0.73131,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (29067,180778,1,-1041.67,-218.831,159.888,2.67035,0,0,0.97237,0.233445,180,100,1), - (29068,180761,1,-1178.93,30.5365,154.627,3.12414,0,0,0.999962,0.008727,180,100,1), - (29069,180768,1,-1025.51,-238.322,159.351,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (29070,180770,1,1657.16,-4459.14,32.3037,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (29071,180770,1,1627.06,-4432.32,25.6215,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (29072,180770,1,1611.68,-4381.2,22.0837,0.401426,0,0,0.199368,0.979925,180,100,1), - (29073,180769,1,1606.18,-4458.06,42.0132,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (29074,180770,1,1668.8,-4432.82,32.2527,2.14675,0,0,0.878817,0.477159,180,100,1), - (29075,180869,1,1987.88,-4258.21,31.879,2.67035,0,0,0.97237,0.233445,180,100,1), - (29076,180767,1,-1107.31,110.894,159.152,2.25148,0,0,0.902585,0.430511,180,100,1), - (29077,180878,1,-1044.83,-217.274,159.328,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (29078,180768,1,-1036.83,-221.709,160.245,1.65806,0,0,0.737277,0.67559,180,100,1), - (29079,180868,1,-1033.46,-234.836,159.733,1.25664,0,0,0.587785,0.809017,180,100,1), - (29080,180771,1,-1200.28,-57.0174,159.069,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (29081,180761,1,-1057.47,-260.165,170.47,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (29082,180767,1,-1166.19,162.909,150.407,2.68781,0,0,0.97437,0.224951,180,100,1), - (29083,180770,1,1687.89,-4479.46,32.5471,1.95477,0,0,0.829038,0.559193,180,100,1), - (29084,180770,1,1580.94,-4457.81,42.006,2.18166,0,0,0.887011,0.461749,180,100,1), - (29085,180770,1,1623.16,-4451.97,26.001,0.645772,0,0,0.317305,0.948324,180,100,1), - (29086,180868,1,1987.29,-4247.9,31.4537,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (29087,180768,1,1957.95,-4267.14,31.34,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (29088,180878,1,1968.4,-4257.74,32.0277,3.08923,0,0,0.999657,0.026177,180,100,1), - (29089,180768,1,1942.06,-4279.65,29.4859,-1.0472,0,0,0.5,-0.866025,180,100,1), - (29090,180770,1,1581.58,-4460.8,34.5845,2.18166,0,0,0.887011,0.461749,180,100,1), - (29091,180770,1,1681.44,-4402.75,36.2229,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (29092,180767,1,-1199.38,139.051,141.408,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (29093,180868,1,1987.61,-4262.84,32.0927,2.14675,0,0,0.878817,0.477159,180,100,1), - (29094,180878,1,1968.22,-4258.56,32.0273,1.41372,0,0,0.649448,0.760406,180,100,1), - (29095,180770,1,1659.18,-4444.4,32.4382,3.08923,0,0,0.999657,0.026177,180,100,1), - (29096,180868,1,1969.71,-4269.34,32.3147,2.09439,0,0,0.866025,0.5,180,100,1), - (29097,180762,1,1623.31,-4440.17,19.9645,2.51327,0,0,0.951057,0.309017,180,100,1), - (29098,180778,1,1971.69,-4258.37,32.0957,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (29099,180768,1,1970.89,-4257.2,32.1292,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (29100,173047,1,1894.97,-4553.88,29.1535,2.15548,0,0,0.880891,0.473319,900,100,1), - (29101,180759,1,1959.63,-4754.61,59.6691,1.97222,0,0,0.833886,0.551937,180,100,1), - (29102,180768,1,1945.87,-4287.73,27.8395,-1.309,0,0,0.608761,-0.793353,180,100,1), - (29103,180770,1,1645.99,-4431.27,25.169,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (29104,180770,1,1627.03,-4393.15,22.064,1.44862,0,0,0.66262,0.748956,180,100,1), - (29105,180770,1,1688.7,-4435.48,32.3028,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (29106,180769,1,1619.97,-4392.13,22.3244,1.32645,0,0,0.615662,0.788011,180,100,1), - (29107,180768,1,1977.19,-4265.79,32.1976,0.645772,0,0,0.317305,0.948324,180,100,1), - (29108,180878,1,1970.37,-4257.01,32.1565,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (29109,180771,1,1991.22,-4658.88,27.1988,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (29110,180762,1,1672.33,-4334.29,65.3751,2.30383,0,0,0.913545,0.406737,180,100,1), - (29111,180759,1,1664.1,-4346.65,38.7045,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (29112,180769,1,1596.84,-4454.96,33.8994,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (29113,180759,1,1919.03,-4252.79,45.8645,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (29114,180872,0,1641.41,246.193,63.6263,0.174533,0,0,0.087156,0.996195,180,100,1), - (29115,180872,0,1636.11,237.332,63.6332,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (29116,142475,90,-546.673,129.436,-202.151,1.55334,0,0,0.700909,0.71325,3600,100,1), - (29117,180764,0,1641.4,233.697,63.5916,2.96706,0,0,0.996195,0.087156,180,100,1), - (29118,180764,0,1638.47,244.872,63.6263,0.506145,0,0,0.25038,0.968148,180,100,1), - (29119,180872,0,1636.34,242.429,63.6819,1.06465,0,0,0.507538,0.861629,180,100,1), - (29120,180763,0,1586.57,206.722,-48.4407,1.29154,0,0,0.601815,0.798636,180,100,1), - (29121,180764,0,1564.27,225.497,-48.4558,0.436332,0,0,0.21644,0.976296,180,100,1), - (29122,180764,0,1565.59,256.706,-48.624,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (29123,180764,0,1580.32,209.161,-48.6208,1.09956,0,0,0.522499,0.85264,180,100,1), - (29124,180763,0,1626.46,224.47,-48.5357,2.67035,0,0,0.97237,0.233445,180,100,1), - (29125,180764,0,1587.24,274.035,-48.5127,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (29126,180764,0,1581.1,271.953,-48.77,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (29127,180763,0,1604.63,273.871,-48.6895,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (29128,180764,0,1626.9,255.238,-48.4775,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (29129,180764,0,1610.74,209.172,-48.4635,1.98968,0,0,0.838671,0.544639,180,100,1), - (29130,180763,0,1604.06,206.589,-48.6392,1.78024,0,0,0.777146,0.62932,180,100,1), - (29131,180764,0,1611,271.571,-48.6687,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (29132,180763,0,1565.59,256.706,-48.624,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (29133,180763,0,1586.57,206.722,-48.4407,1.29154,0,0,0.601815,0.798636,180,100,1), - (29134,180763,0,1626.46,224.47,-48.5357,2.67035,0,0,0.97237,0.233445,180,100,1), - (29135,180763,0,1604.63,273.871,-48.6895,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (29136,180763,0,1581.1,271.953,-48.77,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (29137,180763,0,1564.27,225.497,-48.4558,0.436332,0,0,0.21644,0.976296,180,100,1), - (29138,180763,0,1587.24,274.035,-48.5127,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (29139,180764,0,1604.06,206.589,-48.6392,1.78024,0,0,0.777146,0.62932,180,100,1), - (29140,180764,0,1580.32,209.161,-48.6208,1.09956,0,0,0.522499,0.85264,180,100,1), - (29141,180764,0,1611,271.571,-48.6687,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (29142,180763,0,1610.74,209.172,-48.4635,1.98968,0,0,0.838671,0.544639,180,100,1), - (29143,180764,0,1626.9,255.238,-48.4775,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (29144,180763,0,1586.57,206.722,-48.4407,1.29154,0,0,0.601815,0.798636,180,100,1), - (29145,180763,0,1604.63,273.871,-48.6895,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (29146,180763,0,1565.59,256.706,-48.624,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (29147,180871,1,-1046.29,-228.027,160.915,1.309,0,0,0.608761,0.793353,180,100,1), - (29148,180871,1,-1022.06,-231.753,161.152,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (29149,180871,1,-1024.76,-237.99,160.384,1.95477,0,0,0.829038,0.559193,180,100,1), - (29150,180871,1,-1041.92,-229.486,160.999,2.05949,0,0,0.857167,0.515038,180,100,1), - (29151,180764,1,1677.92,-4422.83,28.8499,1.69297,0,0,0.748956,0.66262,180,100,1), - (29152,180763,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,100,1), - (29153,180764,1,1605.18,-4370.81,19.4832,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (29154,180764,1,1630.31,-4423.55,21.8445,0.383972,0,0,0.190809,0.981627,180,100,1), - (29155,180764,1,1614.38,-4393.15,19.4818,0.837758,0,0,0.406737,0.913545,180,100,1), - (29156,180764,1,1614.56,-4444.61,24.0514,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (29157,180763,1,1639.48,-4396.46,19.5513,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (29158,180763,1,1656.05,-4432.83,29.0276,2.67035,0,0,0.97237,0.233445,180,100,1), - (29159,180763,1,1630.31,-4423.55,21.8445,0.383972,0,0,0.190809,0.981627,180,100,1), - (29160,180763,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,100,1), - (29161,180763,1,1677.92,-4422.83,28.8499,1.69297,0,0,0.748956,0.66262,180,100,1), - (29162,180764,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,100,1), - (29163,180763,1,1656.05,-4432.83,29.0276,2.67035,0,0,0.97237,0.233445,180,100,1), - (29164,180764,1,1614.38,-4393.15,19.4818,0.837758,0,0,0.406737,0.913545,180,100,1), - (29165,180764,1,1605.18,-4370.81,19.4832,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (29166,180763,1,1958.28,-4267.89,32.3831,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (29167,180871,1,1976.55,-4265.19,33.182,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (29168,180763,1,1971.23,-4258.03,33.1456,0.610865,0,0,0.300706,0.953717,180,100,1), - (29169,180763,1,1639.48,-4396.46,19.5513,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (29170,180763,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,100,1), - (29171,180871,1,1971.23,-4258.03,33.1456,0.610865,0,0,0.300706,0.953717,180,100,1), - (29172,180872,1,1993.38,-4257.96,32.903,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (29173,180763,1,1605.18,-4370.81,19.4832,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (29174,180872,1,1958.28,-4267.89,32.3831,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (29175,180871,1,1946.64,-4287.34,28.96,1.91986,0,0,0.819152,0.573576,180,100,1), - (29176,180764,1,1942.81,-4279.42,30.5777,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (29177,180763,1,1677.92,-4422.83,28.8499,1.69297,0,0,0.748956,0.66262,180,100,1), - (29178,180764,1,1656.05,-4432.83,29.0276,2.67035,0,0,0.97237,0.233445,180,100,1), - (29179,180763,1,1630.31,-4423.55,21.8445,0.383972,0,0,0.190809,0.981627,180,100,1), - (29180,180763,1,1614.38,-4393.15,19.4818,0.837758,0,0,0.406737,0.913545,180,100,1), - (29181,180763,1,1614.56,-4444.61,24.0514,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (29182,180763,1,1676.92,-4403.84,24.9586,2.47837,0,0,0.945519,0.325568,180,100,1), - (29183,180763,1,1677.92,-4422.83,28.8499,1.69297,0,0,0.748956,0.66262,180,100,1), - (29184,180763,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (29185,2041,1,-1662.95,1563.55,59.7157,1.36136,0,0,0.629322,0.777145,300,100,1), - (29186,2041,1,-1984.55,2190.74,51.9447,2.47837,0,0,0.945519,0.325567,300,100,1), - (29187,2045,1,-1194.27,-3840.6,-15.7948,0.20944,0,0,0.104529,0.994522,300,100,1), - (29188,2041,1,-1677.75,852.175,88.6948,0,0,0,0,1,300,100,1), - (29189,2061,1,-1232.67,1740.11,90.3898,-1.05945,0,0,-0.505297,0.862946,900,100,1), - (29190,175754,329,3480.58,-3089.02,137.671,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (29191,175756,329,3458.6,-3107.46,137.9,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (29192,175761,329,3476.46,-3096.2,136.546,2.96706,0,0,0.996195,0.087156,180,100,1), - (29193,175762,329,3479.95,-3088.35,137.664,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (573748,176224,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (29195,2045,1,-139.563,2382.37,-27.3656,-2.02458,0,0,-0.848048,0.52992,300,100,1), - (29196,142476,90,-555.494,488.075,-216.81,-1.81514,0,0,0.788011,-0.615661,3600,100,1), - (29198,2045,1,-1921.45,3312.82,-70.0786,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (29199,2045,1,-2014.64,3244.24,-31.9593,0.663225,0,0,0.325568,0.945519,300,100,1), - (29200,2045,1,-1871.19,3396.33,-70.1769,-1.95477,0,0,-0.829038,0.559192,300,100,1), - (29201,2045,1,-418.43,2789.23,-28.9977,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (29202,2045,1,-92.348,2822.52,-44.5401,0.139626,0,0,0.0697563,0.997564,300,100,1), - (29203,2045,1,-170.591,2477.28,-32.982,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (573747,176224,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (29205,92252,1,-770.513,-3720.37,42.461,5.82547,0,0,0.226865,-0.973926,25,100,1), - (29206,2047,1,-1930.25,1766.63,74.6961,1.20428,0,0,0.566407,0.824125,300,100,1), - (29207,2047,1,-1313.19,2791.93,127.485,0.575959,0,0,0.284016,0.95882,300,100,1), - (29208,2061,1,-1227.94,1745.11,90.3898,-1.19035,0,0,-0.560655,0.82805,900,100,1), - (29209,2061,1,-1243.62,1756.25,90.3898,-1.12926,0,0,-0.535105,0.844785,900,100,1), - (29212,2061,1,-2358.13,2485.34,70.7527,1.28282,0,0,0.598325,0.801254,900,100,1), - (29213,2061,1,-2408.39,2418.16,74.8806,1.28282,0,0,0.598325,0.801254,900,100,1), - (29214,2061,1,-2360.21,2432.05,76.5657,1.28282,0,0,0.598325,0.801254,900,100,1), - (29215,2061,1,-2297.11,2424.52,68.0497,1.28282,0,0,0.598325,0.801254,900,100,1), - (29216,2061,1,-2407.32,2486.28,83.7571,2.80998,0,0,0.986286,0.165048,900,100,1), - (29232,3855,1,-422.419,1868.29,128.514,-0.610865,0,0,-0.300706,0.953717,900,100,1), - (29233,3856,1,-411.843,1847.04,128.486,1.58825,0,0,0.71325,0.700909,900,100,1), - (29234,2045,1,-911.403,-4010.55,-54.0648,1.25664,0,0,0.587786,0.809016,300,100,1), - (29235,2045,1,-1043.93,-4187.63,-32.8391,1.0472,0,0,0.500001,0.866025,300,100,1), - (29237,180329,0,-5074.65,-800.21,496.023,3.12414,0,0,0.999962,0.008727,180,100,1), - (29239,3662,0,-8968.61,-2079.53,132.445,-1.85005,0,0,0.798635,-0.601815,7200,100,1), - (29240,2850,0,-8686.87,-2364.43,159.694,2.79253,0,0,0.984808,0.173648,7200,100,1), - (29241,180331,0,-5089.13,-800.45,496.023,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (29242,180328,0,-5087.79,-800.033,496.03,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (29243,180325,0,-5079.86,-801.669,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29244,180325,0,-5088.31,-801.761,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29249,2045,0,-13434.2,812.866,-6.68726,1.67552,0,0,0.743146,0.669129,300,100,1), - (29250,2041,0,-13323,599.927,4.51111,-0.837758,0,0,-0.406737,0.913545,300,100,1), - (29251,2043,0,-11768.8,-873.189,28.2211,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (29252,2045,0,-13056.3,522.983,-21.8572,2.02458,0,0,0.848048,0.52992,300,100,1), - (29253,2046,0,-12885.3,393.837,47.626,0.541052,0,0,0.267238,0.96363,300,100,1), - (29255,2045,0,-14143.6,530.425,-15.8463,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (29256,4149,0,-13279.3,-428.964,16.9264,1.41372,0,0,0.649448,0.760406,900,100,1), - (29257,2045,0,-12420.1,333.587,-19.0185,-2.42601,0,0,-0.936673,0.350206,300,100,1), - (29258,2045,0,-12532.9,330.768,-42.6405,1.93731,0,0,0.824125,0.566409,300,100,1), - (29259,2045,0,-12299.6,399.688,-17.0721,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (29261,1832,0,-10852.7,-4088.34,21.6844,2.34747,0,0,0.922201,0.386711,600,100,1), - (29262,2066,0,-10852.7,-4088.34,21.6844,2.34747,0,0,0.922201,0.386711,600,100,1), - (29263,2046,0,-12007.8,306.513,3.89546,-0.471239,0,0,-0.233445,0.97237,300,100,1), - (29264,1829,0,-9954.27,-3637.75,21.6967,-3.13287,0,0,0.99999,-0.004363,600,100,1), - (29265,2061,0,-9954.27,-3637.75,21.6967,-3.13287,0,0,0.99999,-0.004363,600,100,1), - (29266,1830,0,-9963.63,-3715.78,21.7567,-1.34562,0,0,-0.623185,0.782075,600,100,1), - (29268,1624,0,-11653.7,71.7935,16.7056,1.74533,0,0,0.766045,0.642787,300,100,1), - (29269,2043,0,-11704,74.8653,18.1263,2.30383,0,0,0.913544,0.406739,300,100,1), - (29270,2061,0,-9963.63,-3715.78,21.7567,-1.34562,0,0,-0.623185,0.782075,600,100,1), - (29275,3658,0,-9729.42,656.299,31.8338,2.35619,0,0,0.92388,0.382683,180,100,1), - (29276,3658,0,-9258.88,355.379,76.693,1.36136,0,0,0.62932,0.777146,180,100,1), - (29278,161557,0,-9085.58,-340.105,73.4517,0.541052,0,0,0.267238,0.96363,120,100,1), - (29280,161557,0,-9092.74,-345.37,73.4517,0.663225,0,0,0.325568,0.945519,120,100,1), - (29283,161557,0,-9038.2,-325.137,73.4668,1.22173,0,0,0.573576,0.819152,120,100,1), - (29287,1940,0,-8637.57,-547.361,145.041,1.57079,-0.024678,0.006171,0.707079,0.706676,180,100,1), - (29288,180184,0,-8306.6,-334.969,143.974,1.25664,0,0,0.587785,0.809017,180,100,1), - (29291,2866,0,-6886.74,-1017.65,244.263,0.122173,0,0,0.0610485,0.998135,300,100,1), - (29292,2852,0,-1152.82,174.51,0.739045,-0.279253,0,0,0.139173,-0.990268,7200,100,1), - (29294,180598,0,-4971.55,-1148.57,501.648,2.28638,0,0,0.909961,0.414693,180,100,1), - (29299,180681,0,-4958.51,-1179.32,501.659,2.26893,0,0,0.906308,0.422618,180,100,1), - (29300,180680,0,-4913.85,-1226,501.651,2.25148,0,0,0.902585,0.430511,180,100,1), - (29301,180679,0,-4937.29,-1282.74,501.672,2.26893,0,0,0.906308,0.422618,180,100,1), - (29304,311,0,-5356.59,-529.636,391.713,-2.41728,0,0,0.935135,-0.354291,180,100,1), - (29305,314,0,-5356.56,-528.312,391.688,-0.846485,0,0,-0.410719,0.911762,180,100,1), - (29306,3719,0,-5470.22,-636.681,393.521,0.331613,0,0,0.165048,0.986286,180,100,1), - (29307,1618,0,-5446.32,-639.383,393.661,-2.60054,0,0,-0.96363,0.267239,300,100,1), - (29308,1619,0,-5770.15,-641.998,403.322,-2.79253,0,0,-0.984808,0.173647,300,100,1), - (29309,1617,0,-5736.14,-429.302,365.018,2.63545,0,0,0.968148,0.250379,300,100,1), - (29310,1619,0,-5819.96,-404.656,382.646,2.02458,0,0,0.848048,0.52992,300,100,1), - (29311,1617,0,-5723.05,-880.104,406.79,3.00197,0,0,0.997564,0.0697546,300,100,1), - (29312,1617,0,-5891.02,-968.64,405.87,2.51327,0,0,0.951056,0.309019,300,100,1), - (29313,1619,0,-5628.9,-1185.42,393.984,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (29314,1618,0,-5718.43,-1246.63,388.957,1.98968,0,0,0.838672,0.544637,300,100,1), - (29315,1617,0,-5692.37,-1330.26,393.417,-0.733038,0,0,-0.358368,0.93358,300,100,1), - (29317,3658,0,-5416.44,-1249.67,444.115,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (29318,1618,0,-5852.89,-1104.2,382.177,3.03687,0,0,0.998629,0.0523374,300,100,1), - (29320,1619,0,-5945.51,-1106.05,400.468,2.07694,0,0,0.861629,0.507539,300,100,1), - (29322,1619,0,-5726.06,-1343.31,400.751,1.88496,0,0,0.809018,0.587783,300,100,1), - (29323,1618,0,-5788.71,-384.254,365.201,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (29324,1617,0,-5814.87,-134.708,354.66,-0.436333,0,0,-0.21644,0.976296,300,100,1), - (29325,1618,0,-5744.84,-276.552,357.268,2.63545,0,0,0.968148,0.250379,300,100,1), - (29326,1617,0,-5857.19,-67.1325,360.612,2.33874,0,0,0.920505,0.390732,300,100,1), - (29327,1618,0,-5841.27,58.068,357.529,0.506145,0,0,0.25038,0.968148,300,100,1), - (29328,1617,0,-5774.8,184.6,372.731,-0.959931,0,0,-0.461749,0.887011,300,100,1), - (29334,106318,0,-5493.27,-341.81,354.891,1.79769,0,0,0.782608,0.622515,3600,100,1), - (29336,309,0,-5594.03,-489.786,397.693,1.5708,0,0,0.707107,0.707107,180,100,1), - (29337,310,0,-5592.13,-489.765,397.682,-1.5708,0,0,-0.707107,0.707107,180,100,1), - (29339,1617,0,-5737.89,-358.573,366.568,0.05236,0,0,0.026177,0.999657,300,100,1), - (29340,1618,0,-5433.05,-912.624,393.396,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (29341,1618,0,-5463.35,-966.706,394.704,-2.86234,0,0,-0.990268,0.139173,300,100,1), - (29342,1619,0,-5678.37,-1411.78,405.54,-1.25664,0,0,-0.587786,0.809016,300,100,1), - (29343,106318,0,-5586.13,-1741.28,371.757,-0.122173,0,0,0.061049,-0.998135,3600,100,1), - (29344,1617,0,-5554.53,-1695.4,396.897,0.820305,0,0,0.398749,0.91706,300,100,1), - (29346,1617,0,-5485.37,-1751.25,413.59,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (29347,1619,0,-5467.29,-1814.53,408.816,2.21657,0,0,0.894935,0.446197,300,100,1), - (29348,1619,0,-5588.87,-1868.5,405.868,1.8326,0,0,0.793355,0.60876,300,100,1), - (29349,1618,0,-5559.47,-1833.76,399.766,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (29353,1621,0,-10934.2,349.027,38.7166,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (29356,1831,0,-10370.7,-3371.53,21.8971,3.14159,0,0,1,0,600,100,1), - (29357,2066,0,-10370.7,-3371.53,21.8971,3.14159,0,0,1,0,600,100,1), - (29358,2007,0,-10030.2,-4284.14,4.36199,-2.89749,0.01626,0.010785,0.992353,-0.121876,600,100,1), - (29359,2061,0,-10030.2,-4284.14,4.36199,-2.89749,0.01626,0.010785,0.992353,-0.121876,600,100,1), - (29360,32569,0,-10228.8,-3319.46,22.3632,-1.50098,0.03104,-0.005091,-0.681994,0.730681,600,100,1), - (29361,37118,0,-9898.3,-3724.76,21.9428,2.28638,0,0,0.909961,0.414694,600,100,1), - (29362,28024,0,-9900.72,-3701.58,22.5485,-3.02815,-0.0551,-0.029306,0.99636,-0.058064,600,100,1), - (29363,74135,0,-10670.1,-2526.78,26.7779,3.14159,0,0,1,0,600,100,1), - (29364,2061,0,-10670.1,-2526.78,26.7779,3.14159,0,0,1,0,600,100,1), - (29365,157637,0,-10464,-3265.26,20.1778,1.39626,0,0,0.642788,0.766044,600,100,1), - (29366,180763,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,100,1), - (29367,180763,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (29368,180764,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,100,1), - (29369,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,100,1), - (29370,180763,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,100,1), - (29371,180763,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,100,1), - (29372,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (29373,180763,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,100,1), - (29374,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,100,1), - (29375,180763,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,100,1), - (29376,180764,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,100,1), - (29377,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (29378,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,100,1), - (29379,180764,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,100,1), - (29380,180764,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,100,1), - (29381,180763,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,100,1), - (29382,180764,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (29383,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (29384,180763,1,-1289.63,88.4306,130.733,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (29385,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,100,1), - (29386,180763,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,100,1), - (29387,180764,1,-1269.99,132.321,134.358,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (29388,180763,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,100,1), - (29389,180763,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,100,1), - (29390,180764,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,100,1), - (29391,180763,1,-1294.66,102.415,134.119,0.034907,0,0,0.017452,0.999848,180,100,1), - (29392,180764,1,-1260.11,134.924,135.133,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (29393,180763,1,-1231.67,147.951,136.156,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (29394,180764,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,100,1), - (29395,180763,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (29396,180764,1,-1292.82,117.224,134.066,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (29397,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (29398,180764,1,-1289.63,88.4306,130.733,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (29399,180764,1,-1269.99,132.321,134.358,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (29400,180763,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,100,1), - (29401,180763,1,-1294.66,102.415,134.119,0.034907,0,0,0.017452,0.999848,180,100,1), - (29402,180764,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,100,1), - (29403,180763,1,-1260.11,134.924,135.133,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (29404,180764,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (29405,180763,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (29406,180764,1,-1289.63,88.4306,130.733,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (29407,180764,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,100,1), - (29408,180764,1,-1269.99,132.321,134.358,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (29409,180764,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,100,1), - (29410,180764,1,-1231.67,147.951,136.156,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (29411,180764,1,-1230.26,42.3611,129.246,0.20944,0,0,0.104528,0.994522,180,100,1), - (29412,180763,1,-1218.25,91.5365,135.351,2.32129,0,0,0.91706,0.398749,180,100,1), - (29413,180764,1,-1292.82,117.224,134.066,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (29414,180763,1,-1294.66,102.415,134.119,0.034907,0,0,0.017452,0.999848,180,100,1), - (29415,180764,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (29416,180764,1,-1289.63,88.4306,130.733,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (29417,180763,1,-1280.86,70.6094,130.21,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (29418,180763,1,-1227.41,81.9722,135.316,3.12414,0,0,0.999962,0.008727,180,100,1), - (29419,180763,1,-1260.11,134.924,135.133,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (29420,180764,1,-1269.99,132.321,134.358,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (29421,180764,1,-1198.94,114.53,135.487,2.35619,0,0,0.92388,0.382683,180,100,1), - (29422,180763,1,-1231.67,147.951,136.156,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (29423,180763,1,-1211.39,91.3351,136.006,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (29424,180766,0,-4647.32,-951.891,502.146,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (29425,180766,0,-4650.32,-965.221,502.146,2.51327,0,0,0.951057,0.309017,180,100,1), - (29426,180770,0,-4757.84,-1036.9,520.828,0.907571,0,0,0.438371,0.898794,180,100,1), - (29427,180770,0,-4749.11,-1043.69,520.839,0.907571,0,0,0.438371,0.898794,180,100,1), - (29428,180868,0,-4652.47,-967.853,502.145,2.40855,0,0,0.93358,0.358368,180,100,1), - (29429,180772,0,-4700.11,-1224.86,501.659,2.25148,0,0,0.902585,0.430511,180,100,1), - (29430,180769,0,-4944.61,-919.571,510.741,2.16421,0,0,0.882948,0.469472,180,100,1), - (29431,180769,0,-8851.96,790.538,101.022,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (29432,180771,0,-8792.38,771.701,96.338,0.087266,0,0,0.043619,0.999048,180,100,1), - (29433,180769,0,-8936.93,993.13,136.422,-1.0472,0,0,0.5,-0.866025,180,100,1), - (29434,180769,0,-8933.98,994.652,136.309,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (29435,180771,0,-8797.51,771.303,96.338,0.087266,0,0,0.043619,0.999048,180,100,1), - (29436,180769,0,-4860.13,-879.785,517.728,1.78024,0,0,0.777146,0.62932,180,100,1), - (29437,180769,0,-4942.03,-917.438,510.791,2.33874,0,0,0.920505,0.390731,180,100,1), - (29438,180869,0,-4667.97,-953.622,500.377,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (29439,180769,0,-8838.09,653.775,100.943,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (29440,180771,0,-8851.56,960.308,96.338,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (29441,180771,0,-8749.5,521.746,96.338,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (29442,180769,0,-8849.09,622.721,101.087,0.349066,0,0,0.173648,0.984808,180,100,1), - (29443,180770,0,-8764.17,724.286,104.215,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (29444,180878,0,-8737.22,1077.33,90.7803,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (29445,180769,0,-9055.89,831.778,119.272,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (29446,180878,0,-8739.7,1076.34,90.7599,2.11185,0,0,0.870356,0.492424,180,100,1), - (29447,180766,0,-8727.39,1079.93,90.7803,0.610865,0,0,0.300706,0.953717,180,100,1), - (29448,180878,0,-8737.03,1076.28,90.7686,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (29449,180772,0,-8746.53,526.208,96.338,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (29450,180757,0,-8870.13,672.571,101.514,0.628319,0,0,0.309017,0.951057,180,100,1), - (29451,180770,0,-8868.48,564.995,107.274,2.26893,0,0,0.906308,0.422618,180,100,1), - (29452,180878,0,-4646.26,-951.154,502.146,1.309,0,0,0.608761,0.793353,180,100,1), - (29453,180869,0,-4649,-959.818,507.316,2.87979,0,0,0.991445,0.130526,180,100,1), - (29454,180774,0,-4909.19,-877.809,508.409,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (29455,180769,0,-4936.74,-913.115,510.866,2.26893,0,0,0.906308,0.422618,180,100,1), - (29456,180769,0,-4957.97,-930.837,510.452,2.30383,0,0,0.913545,0.406737,180,100,1), - (29457,180774,0,-4911.44,-980.87,508.034,2.30383,0,0,0.913545,0.406737,180,100,1), - (29458,180769,0,-4934.18,-911.016,510.924,2.19912,0,0,0.891007,0.453991,180,100,1), - (29459,180878,0,-4645.69,-950.103,501.914,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (29460,180773,0,-4634.32,-1026.6,511.782,1.81514,0,0,0.788011,0.615662,180,100,1), - (29461,180773,0,-4999.56,-952.122,508.383,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (29462,180769,0,-4863.67,-880.493,517.643,1.74533,0,0,0.766044,0.642788,180,100,1), - (29463,180878,0,-4644.64,-955.35,501.914,1.5708,0,0,0.707107,0.707107,180,100,1), - (29464,180878,0,-4643.89,-954.762,501.661,0.331613,0,0,0.165048,0.986286,180,100,1), - (29465,180769,0,-4724.23,-1108.4,520.722,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (29466,180869,0,-4673.37,-964.586,507.312,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (29467,180773,0,-4640.95,-1177.73,511.826,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (29468,180878,0,-4643.01,-950.559,501.66,-2.09439,0,0,0.866025,-0.5,180,100,1), - (29469,180769,0,-4978.91,-1022.39,520.185,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (29470,180878,0,-4644.38,-953.24,502.584,-1.309,0,0,0.608761,-0.793353,180,100,1), - (29471,180774,0,-8942.75,987.955,135.161,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (29472,180770,0,-8456.9,501.865,110.473,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (29473,180773,0,-8851.83,850.705,108.847,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (29474,180769,0,-8841.24,798.017,101.21,0.645772,0,0,0.317305,0.948324,180,100,1), - (29475,180757,0,-8934.87,617.982,102.707,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (29476,180770,0,-8647.99,443.477,109.039,2.25148,0,0,0.902585,0.430511,180,100,1), - (29477,180770,0,-8802.43,620.403,101.454,2.25148,0,0,0.902585,0.430511,180,100,1), - (29478,180868,0,-8748.12,1083.28,90.7803,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (29479,180770,0,-8466.47,494.299,110.526,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (29480,180769,0,-8835.5,604.1,98.3973,2.53073,0,0,0.953717,0.300706,180,100,1), - (29481,180772,0,-8747.45,524.756,96.338,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (29482,180773,0,-8538.96,455.334,113.57,2.23402,0,0,0.898794,0.438371,180,100,1), - (29483,180774,0,-8854.54,662.68,107.202,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (29484,180868,0,-8739.59,1084.96,92.8465,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (29485,180868,0,-8749.15,1079.22,90.7803,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (29486,180769,0,-8852.74,667.995,100.272,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (29487,180770,0,-8844.86,792.295,101.099,2.16421,0,0,0.882948,0.469472,180,100,1), - (29488,180766,0,-8769.56,1069.19,90.7803,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (29489,180770,0,-8860.55,575.904,103.94,2.33874,0,0,0.920505,0.390731,180,100,1), - (29490,180771,0,-4704.16,-1227.98,501.659,2.21657,0,0,0.894934,0.446198,180,100,1), - (29491,180869,0,-4661.65,-961.541,500.376,1.81514,0,0,0.788011,0.615662,180,100,1), - (29492,180769,0,-4960.68,-933.021,510.504,2.23402,0,0,0.898794,0.438371,180,100,1), - (29493,180769,0,-4971.42,-1005.39,520.139,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (29494,180772,0,-4692.61,-1218.68,501.659,2.30383,0,0,0.913545,0.406737,180,100,1), - (29495,180769,0,-4972.77,-1008.64,520.155,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (29496,180769,0,-4952.37,-926.179,510.539,2.25148,0,0,0.902585,0.430511,180,100,1), - (29497,180769,0,-4806.92,-1179.83,516.326,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (29498,180772,0,-4696.28,-1221.67,501.659,2.26893,0,0,0.906308,0.422618,180,100,1), - (29499,180769,0,-4977.32,-1019.04,520.133,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (29500,180878,0,-4646.24,-952.042,502.146,2.96706,0,0,0.996195,0.087156,180,100,1), - (29501,180769,0,-4975.66,-1015.43,520.069,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (29502,180774,0,-5020.66,-834.843,515.468,2.25148,0,0,0.902585,0.430511,180,100,1), - (29503,180769,0,-4723.41,-1101.91,520.97,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (29504,180769,0,-4949.67,-923.867,510.669,2.30383,0,0,0.913545,0.406737,180,100,1), - (29505,180769,0,-4726.4,-1121.3,521.027,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (29506,180769,0,-4676.53,-885.727,520.219,0.907571,0,0,0.438371,0.898794,180,100,1), - (29507,180769,0,-4723.79,-1105.03,520.915,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (29508,180769,0,-4939.39,-915.255,510.801,2.25148,0,0,0.902585,0.430511,180,100,1), - (29509,180769,0,-4726.96,-1124.51,520.967,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (29510,180868,0,-4664.31,-971.442,502.139,1.5708,0,0,0.707107,0.707107,180,100,1), - (29511,180774,0,-4898.08,-969.862,508.096,2.19912,0,0,0.891007,0.453991,180,100,1), - (29512,180766,0,-4669.06,-970.064,502.136,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (29513,142476,90,-554.104,487.732,-216.81,-1.8326,0,0,0.793353,-0.608761,3600,100,1), - (29514,180771,0,-8854.1,962.875,96.338,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (29515,180774,0,-8712.76,465.377,107.831,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (29516,180770,0,-8854.35,617.13,100.596,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (29517,180770,0,-8455.49,490.953,110.563,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (29518,180757,0,-8800.28,670.986,100.996,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (29519,180769,0,-8939.55,990.909,136.777,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (29520,180769,0,-8951.18,981.333,137.118,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (29521,180868,0,-8752.74,1071.68,90.5656,0.541052,0,0,0.267238,0.96363,180,100,1), - (29522,180770,0,-9060.05,841.657,119.352,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (29523,180766,0,-8760.67,1068.52,90.7803,0,0,0,0,1,180,100,1), - (29524,180766,0,-8731.94,1060.68,90.7474,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (29525,180769,0,-8948.97,983.89,136.965,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (29526,180766,0,-8734.78,1076.23,90.7527,0.575959,0,0,0.284015,0.95882,180,100,1), - (29527,2043,0,-11870.5,-780.281,33.2686,1.67552,0,0,0.743146,0.669129,300,100,1), - (29528,2042,0,-11950.4,-691.592,16.011,-2.16421,0,0,-0.882948,0.469471,300,100,1), - (29529,2042,0,-11807.2,-259.54,17.5633,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (29530,2046,0,-12273.1,-626.843,33.5493,1.29154,0,0,0.601814,0.798637,300,100,1), - (29531,2046,0,-12459.7,-608.362,27.2746,2.30383,0,0,0.913544,0.406739,300,100,1), - (29532,2046,0,-12157.5,-313.322,19.6208,2.42601,0,0,0.936673,0.350206,300,100,1), - (29534,2046,0,-12696.7,-290.853,27.3519,0.349066,0,0,0.173648,0.984808,300,100,1), - (29535,2043,0,-12821.1,-441.142,21.424,-0.087267,0,0,-0.0436197,0.999048,300,100,1), - (29536,2046,0,-12975.7,-159.466,9.26464,2.19912,0,0,0.891008,0.453988,300,100,1), - (29537,2046,0,-13052.1,-87.6246,18.0662,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (29539,3707,0,-12011.6,513.743,-0.071974,1.74533,0,0,0.766044,0.642788,900,100,1), - (29540,142140,0,-11811.6,43.7655,16.3889,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (29541,176791,0,-10102.2,-2789.37,21.8688,3.10669,0,0,0.999848,0.017452,600,100,1), - (29542,1623,0,-13800.1,143.831,36.5053,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (29543,1624,0,-13686.6,221.261,23.823,-3.10669,0,0,-0.999848,0.0174505,300,100,1), - (29544,2046,0,-13982.5,337.48,25.3151,-0.401426,0,0,-0.199368,0.979925,300,100,1), - (29545,2041,0,-14040.7,316.313,22.5915,1.8326,0,0,0.793355,0.60876,300,100,1), - (29546,180333,0,-5084.67,-800.052,496.03,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (29547,180332,0,-5087.41,-800.542,496.023,1.43117,0,0,0.656059,0.75471,180,100,1), - (29548,2061,0,-10102.2,-2789.37,21.8688,3.10669,0,0,0.999848,0.017452,600,100,1), - (29549,180333,0,-5078.55,-800.314,496.009,0.698132,0,0,0.34202,0.939693,180,100,1), - (29550,180325,0,-5085.6,-801.764,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29551,180334,0,-5079.42,-800.063,495.141,0.017453,0,0,0.008727,0.999962,180,100,1), - (29552,180353,0,-5081.4,-803.12,495.127,1.58825,0,0,0.71325,0.700909,180,100,1), - (29553,180325,0,-5082.82,-801.759,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29554,1623,0,-13859.7,598.398,51.4079,2.74017,0,0,0.979925,0.199366,300,100,1), - (29556,2045,0,-13352.9,819.383,-7.56789,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (29558,92099,0,-9975.23,-3654.42,21.6983,2.66163,0,0,0.971342,0.237686,600,100,1), - (29559,2045,0,-13200.9,566.285,-13.3525,2.26893,0,0,0.906308,0.422617,300,100,1), - (29560,2061,0,-9975.23,-3654.42,21.6983,2.66163,0,0,0.971342,0.237686,600,100,1), - (29561,2045,0,-12966.9,499.994,-1.77646,-1.76278,0,0,-0.771624,0.636079,300,100,1), - (29562,179554,0,-10457.8,-3807.79,18.0667,1.98095,0,0,0.836286,0.548293,600,100,1), - (29563,2045,0,-12591.2,251.22,-39.6461,-2.40855,0,0,-0.93358,0.35837,300,100,1), - (29565,2553,0,-10357.7,-2747.54,17.3974,-2.83616,0.294459,0.302566,0.876552,-0.231094,600,100,1), - (29566,3968,0,-10443,-3190.39,19.0195,2.20784,0,0,0.892979,0.450099,600,100,1), - (29567,2061,0,-10443,-3190.39,19.0195,2.20784,0,0,0.892979,0.450099,600,100,1), - (29568,1623,0,-11769.4,327.063,41.5691,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (29571,3967,0,-10426.9,-3192.65,19.0195,-0.139626,0,0,-0.069756,0.997564,600,100,1), - (29573,1621,0,-10570.1,700.636,32.7759,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (29575,1617,0,-10078.2,670.238,36.4874,2.1293,0,0,0.874619,0.48481,300,100,1), - (29578,3719,0,-9439.13,485.315,53.1871,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (29583,161557,0,-9045.19,-351.078,73.5266,-1.41372,0,0,0.649448,-0.760406,120,100,1), - (29584,176586,0,-8176.24,-695.394,162.667,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (29585,176584,0,-8012.43,-794.508,129.571,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (29587,2866,0,-6821.65,-946.133,240.209,-0.174533,0,0,-0.0871558,0.996195,300,100,1), - (29588,2866,0,-6597.88,-894.268,246.205,2.68781,0,0,0.97437,0.22495,300,100,1), - (29590,1619,0,-5973.6,-621.295,404.829,3.00197,0,0,0.997564,0.0697546,300,100,1), - (29591,1618,0,-5801.63,-602.409,398.511,0.366519,0,0,0.182235,0.983255,300,100,1), - (29592,1619,0,-5718.08,-596.609,406.947,-0.925024,0,0,-0.446198,0.894934,300,100,1), - (29599,1617,0,-5193.84,-474.132,388.059,-3.07178,0,0,-0.999391,0.0349061,300,100,1), - (29601,1617,0,-5943.62,-510.961,410.105,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (29603,1619,0,-5930.02,-140.335,377.131,2.84489,0,0,0.989016,0.147808,300,100,1), - (29604,1617,0,-5854.22,-19.7348,358.193,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (29606,1618,0,-5856.25,97.6157,375.367,0.191986,0,0,0.0958456,0.995396,300,100,1), - (29607,1619,0,-5845.22,120.792,392.526,0.279253,0,0,0.139173,0.990268,300,100,1), - (29609,3658,0,-5470.22,-636.681,393.521,0.331613,0,0,0.165048,0.986286,180,100,1), - (29610,1618,0,-5372.48,-739.068,395.762,-1.97222,0,0,-0.833885,0.551938,300,100,1), - (29612,1618,0,-5551.67,-1069.22,391.08,2.61799,0,0,0.965925,0.258821,300,100,1), - (29613,1619,0,-5678.06,-1108.16,388.727,-1.95477,0,0,-0.829038,0.559192,300,100,1), - (29614,1617,0,-5669.77,-1056.96,397.297,0.907571,0,0,0.438371,0.898794,300,100,1), - (29617,1619,0,-5606.06,-1408.9,403.155,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (29626,3719,0,-5602.55,-2006.01,395.767,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (29628,1617,0,-5789.72,54.9042,363.247,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (29629,1618,0,-5574.85,333.46,392.183,1.97222,0,0,0.833885,0.551938,300,100,1), - (29630,1617,0,-5536.76,320.8,395.362,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (29633,106318,0,-5479.81,-217.343,354.253,3.14159,0,0,1,0,3600,100,1), - (29636,276,0,-5314.48,-231.654,441.06,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (29638,106318,0,-5192.4,23.6719,363.003,2.96706,0,0,0.996195,0.087156,3600,100,1), - (29640,3719,0,-5371.96,287.039,394.127,-1.0472,0,0,0.5,-0.866025,180,100,1), - (29641,1617,0,-5450.02,382.678,394.011,3.14159,0,0,-1,0,300,100,1), - (29642,1618,0,-5896.37,-639.165,399.77,1.11701,0,0,0.529919,0.848048,300,100,1), - (29643,1617,0,-5983.73,-570.244,402.969,-0.279253,0,0,-0.139173,0.990268,300,100,1), - (29644,178325,0,18.6622,-1449.73,175.94,3.12414,0,0,0.999962,0.008727,300,100,1), - (29645,178324,0,18.6622,-1449.73,175.94,3.12414,0,0,0.999962,0.008727,7200,100,1), - (29647,2852,0,-949.093,-933.953,30.3479,-0.453786,0,0,0.224951,-0.97437,7200,100,1), - (29648,1723,0,-933.914,-1017.14,30.3479,-1.79769,0,0,0.782608,-0.622515,300,100,1), - (29649,1622,0,232.238,-1132.69,88.8365,2.49582,0,0,0.948324,0.317305,300,100,1), - (29650,4096,0,-842.758,57.2623,3.5978,2.9147,0,0,0.993572,0.113203,7200,100,1), - (29652,1620,0,-749.735,25.9655,27.5589,2.53073,0,0,0.953717,0.300705,300,100,1), - (29653,2855,0,-1144.02,30.8218,1.62843,-0.453786,0,0,0.224951,-0.97437,7200,100,1), - (29655,2041,0,-582.104,-829.921,7.925,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (29658,1622,0,-197.465,-1432.28,114.996,2.63545,0,0,0.968148,0.250379,300,100,1), - (573746,176224,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (29660,1619,0,-9503.87,-2112.98,101.672,-1.0821,0,0,-0.515036,0.857168,300,100,1), - (29662,2061,0,-10426.9,-3192.65,19.0195,-0.139626,0,0,-0.069756,0.997564,600,100,1), - (29667,51706,0,-10404,-3257.64,22.1459,-1.12574,0,0,-0.533614,0.845728,600,100,1), - (29668,50985,0,-10398.6,-3260.64,20.2416,0.968658,0,0,0.465614,0.884988,600,100,1), - (29669,51707,0,-10394.2,-3267.13,22.4151,2.94088,0,0,0.994969,0.100188,600,100,1), - (29670,3840,0,-10462,-3328.45,21.0756,2.53945,0,0,0.95502,0.296541,600,100,1), - (29671,3841,0,-10469,-3323.67,21.0756,1.00356,0,0,0.480988,0.876727,600,100,1), - (29672,3842,0,-10472.3,-3335.87,25.5832,2.53945,0,0,0.95502,0.296541,600,100,1), - (29673,3843,0,-10470.2,-3324.35,39.975,1.45735,0,0,0.665882,0.746057,600,100,1), - (29674,3844,0,-10462.1,-3329.8,39.9393,1.20428,0,0,0.566406,0.824126,600,100,1), - (29675,3845,0,-10466.7,-3310.37,21.0756,-3.07178,0,0,0.999391,-0.034899,600,100,1), - (29676,3839,0,-10450.9,-3321.21,21.0756,-3.07178,0,0,0.999391,-0.034899,600,100,1), - (29677,3962,0,-10493.9,-3251.54,21.1533,1.38754,0,0,0.639439,0.768842,600,100,1), - (29680,50936,0,-9974.27,-3657.53,21.9236,-1.71042,0,0,0.75471,-0.656059,600,100,1), - (29681,175752,0,-10462.4,-3315.86,40.5967,-0.977384,0,0,0.469472,-0.882948,600,100,1), - (29683,2866,0,-11439.9,-3350.83,8.0762,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (29684,142142,0,-11408.9,-3276.19,7.33489,2.56563,0,0,0.958819,0.284017,300,100,1), - (29685,2866,0,-11620.2,-3251.3,10.2471,-0.401426,0,0,-0.199368,0.979925,300,100,1), - (29686,175745,0,-10462.4,-3316.77,22.0057,-1.69297,0,0,0.748956,-0.66262,600,100,1), - (29687,142145,0,-11685.5,-3147.74,14.2616,-0.296706,0,0,-0.147809,0.989016,300,100,1), - (29688,175742,0,-10457.5,-3319.44,40.6453,-2.32129,0,0,0.91706,-0.398749,600,100,1), - (29704,173221,1,1615.58,-4391.6,10.108,-2.33874,0,0,0.920505,-0.390731,900,100,1), - (573745,176224,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (29859,180331,0,-5087.12,-800.04,496.016,0.05236,0,0,0.026177,0.999657,180,100,1), - (29860,180325,0,-5074.62,-801.563,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29861,180329,0,-5083.8,-800.583,496.016,1.16937,0,0,0.551937,0.833886,180,100,1), - (29862,180325,0,-5077.11,-801.625,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29863,180353,0,-5072.05,-801.831,495.127,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (29864,180332,0,-5081.46,-800.325,496.016,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (29865,180331,0,-5083,-800.127,496.023,2.9147,0,0,0.993572,0.113203,180,100,1), - (29866,180373,0,-5088.26,-800.337,496.044,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (29867,180373,0,-5079.73,-800.639,496.037,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (29868,180371,0,-5082.25,-800.448,496.03,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (29869,180373,0,-5084.47,-800.503,496.044,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (29870,180370,0,-5077.29,-800.179,496.03,2.32129,0,0,0.91706,0.398749,180,100,1), - (29871,180373,0,-5075,-800.559,496.044,0.349066,0,0,0.173648,0.984808,180,100,1), - (29872,180325,0,-5077.19,-798.264,495.127,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (29873,180325,0,-5082.74,-798.158,495.168,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (29874,180330,0,-5083.99,-799.661,496.023,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (29875,180325,0,-5085.63,-798.16,495.127,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (29876,180325,0,-5088.48,-798.13,495.151,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (29877,180330,0,-5081.63,-799.858,496.016,0.802851,0,0,0.390731,0.920505,180,100,1), - (29878,180324,0,-5087.78,-799.986,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29879,180328,0,-5083.52,-799.941,496.03,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (29880,180334,0,-5083.52,-799.991,495.155,3.14159,0,0,1,0,180,100,1), - (29881,180328,0,-5075.06,-799.986,496.037,1.5708,0,0,0.707107,0.707107,180,100,1), - (29882,180325,0,-5079.94,-798.199,495.143,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (29883,180353,0,-5090.38,-798.075,495.127,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (29884,180331,0,-5075.9,-799.944,496.016,2.3911,0,0,0.930418,0.366501,180,100,1), - (29885,180325,0,-5074.62,-798.337,495.13,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (29886,180329,0,-5079.95,-799.924,496.023,2.93215,0,0,0.994522,0.104528,180,100,1), - (29887,180324,0,-5075.08,-799.992,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29888,180334,0,-5087.77,-799.962,495.155,0,0,0,0,1,180,100,1), - (29889,180328,0,-5079.3,-799.97,496.037,1.58825,0,0,0.71325,0.700909,180,100,1), - (29890,180329,0,-5087.33,-799.571,496.023,1.81514,0,0,0.788011,0.615662,180,100,1), - (29891,180330,0,-5074.53,-799.737,496.023,0.10472,0,0,0.052336,0.99863,180,100,1), - (29892,180324,0,-5079.32,-799.988,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (29893,180325,0,-5090.32,-799.914,495.127,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (29894,180353,0,-5081.25,-796.474,495.197,1.5708,0,0,0.707107,0.707107,180,100,1), - (29895,180332,0,-5076.32,-799.575,496.023,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (29896,180325,0,-5072.4,-799.883,495.127,3.12414,0,0,0.999962,0.008727,180,100,1), - (29976,1620,0,-5530.05,-3734.07,318.923,0.383972,0,0,0.190809,0.981627,300,100,1), - (29977,180663,0,116.688,-1161.05,37.0966,-2.54818,0,0,0.956305,-0.292372,3600,100,1), - (29979,1622,0,-5385.37,-3911.91,335.182,-1.50098,0,0,-0.681997,0.731355,300,100,1), - (29980,1621,0,-5253.37,-4036.28,327.86,0.069813,0,0,0.0348994,0.999391,300,100,1), - (29981,1621,0,-5196.54,-3952.01,332.173,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (29986,1723,0,-925.706,-944.54,31.2686,2.3911,0,0,0.930418,0.366501,300,100,1), - (29988,1723,0,-916.097,-974.295,30.3479,-0.541052,0,0,0.267238,-0.96363,300,100,1), - (29990,1618,0,-5498.98,-3167.97,346.123,-2.9147,0,0,-0.993572,0.113203,300,100,1), - (29991,1723,0,-897.239,-961.192,30.3461,1.46608,0,0,0.669131,0.743145,300,100,1), - (29992,1723,0,-904.673,-973.271,30.3479,-2.58309,0,0,0.961262,-0.275637,300,100,1), - (29994,1761,0,-490.591,115.354,61.5263,-0.139626,0,0,0.069756,-0.997564,10,100,1), - (29995,1759,0,-486.062,121.95,60.4183,-2.26893,0,0,0.906308,-0.422618,2,100,1), - (29996,1621,0,-863.912,-814.314,20.1829,1.97222,0,0,0.833885,0.551938,300,100,1), - (29997,2043,0,-248.326,-285.914,166.76,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (29998,1621,0,-824.922,146.619,39.0395,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (30005,179486,0,-507.908,-1585.03,52.818,1.23918,0,0,0.580703,0.814116,7200,100,1), - (30006,179486,0,-545.406,-1413.07,53.4511,-0.593412,0,0,0.292372,-0.956305,7200,100,1), - (30007,179486,0,-580.359,-1460.68,52.4409,1.13446,0,0,0.5373,0.843391,7200,100,1), - (30008,179486,0,-549.894,-1460.29,52.6552,3.05433,0,0,0.999048,0.043619,7200,100,1), - (30012,179486,0,-584.293,-1474.19,53.3182,-0.453786,0,0,0.224951,-0.97437,7200,100,1), - (30013,1621,0,-4921.13,-3886.59,303.857,1.06465,0,0,0.507538,0.861629,300,100,1), - (30014,1622,0,-4915.41,-3785.78,322.432,1.01229,0,0,0.484809,0.87462,300,100,1), - (30015,1618,0,-5000.06,-3667.08,308.377,0.994838,0,0,0.477159,0.878817,300,100,1), - (30016,1620,0,-4945.09,-3620.74,299.462,1.41372,0,0,0.649449,0.760405,300,100,1), - (30017,1622,0,-589.345,-353.673,53.0932,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (30018,2850,0,-442.496,-1467.72,92.9661,-1.90241,0,0,0.814116,-0.580703,7200,100,1), - (30020,1622,0,-958.002,-1143.01,66.0742,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (30021,1620,0,-4751.33,-3146.34,301.222,0.122173,0,0,0.0610485,0.998135,300,100,1), - (30023,1624,0,-692.911,-174.651,40.7294,1.06465,0,0,0.507538,0.861629,300,100,1), - (30025,1624,0,-322.816,-1543.89,81.843,2.40855,0,0,0.93358,0.35837,300,100,1), - (30026,1620,0,-750.837,-333.019,17.6311,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (30028,1727,0,-1327.42,-1223.41,38.791,-1.67552,0,0,0.743145,-0.669131,2,100,1), - (30031,1729,0,0.437117,-942.794,61.9384,-2.54818,0,0,0.956305,-0.292372,-120,100,1), - (30032,4096,0,-1358.34,-1245.93,40.1805,-1.65806,0,0,0.737277,-0.67559,7200,100,1), - (30033,2855,0,-202.066,-339.025,72.8802,0.506145,0,0,0.25038,0.968148,7200,100,1), - (30036,3715,0,-446.851,-105.513,55.0402,-0.296706,0,0,0.147809,-0.989016,7200,100,1), - (30037,1892,0,1178.17,-550.932,71.2403,-0.58897,0,0,-0.290247,0.956952,7200,100,1), - (30040,2061,0,1178.17,-550.932,71.2403,-0.58897,0,0,-0.290247,0.956952,7200,100,1), - (30041,1893,0,1112.12,-716.389,71.4242,-3.0252,0,0,0.998307,-0.058164,7200,100,1), - (30043,1617,0,-4966.44,-3070.72,320.412,-2.82743,0,0,-0.987688,0.156436,300,100,1), - (30044,1617,0,-5046.05,-3013.4,325.29,1.23918,0,0,0.580701,0.814117,300,100,1), - (30045,1617,0,-4813.95,-2823.96,326.671,1.88496,0,0,0.809018,0.587783,300,100,1), - (30046,1618,0,-4751.03,-2784.29,323.863,1.32645,0,0,0.615661,0.788011,300,100,1), - (30047,1617,0,-5069.66,-2869.19,330.151,2.47837,0,0,0.945519,0.325567,300,100,1), - (30049,2061,0,1112.12,-716.389,71.4242,-3.0252,0,0,0.998307,-0.058164,7200,100,1), - (30050,1894,0,996.473,-787.105,108.488,-0.71687,0,0,-0.350809,0.936447,7200,100,1), - (30051,2061,0,996.473,-787.105,108.488,-0.71687,0,0,-0.350809,0.936447,7200,100,1), - (30052,1620,0,-5471.05,-3511.75,298.675,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (30054,2030,0,758.712,-1467.83,78.6684,1.4399,0,0,0.659346,0.75184,7200,100,1), - (30056,1895,0,935.952,-844.892,114.643,-1.14122,0,0,-0.540146,0.841571,7200,100,1), - (30057,2413,0,-8953.95,1010.44,122.038,-2.4871,0,0,0.94693,-0.321439,120,0,0), - (30058,1620,0,-5103.99,-3516.45,298.615,-0.855212,0,0,-0.414694,0.909961,300,100,1), - (30059,2061,0,935.952,-844.892,114.643,-1.14122,0,0,-0.540146,0.841571,7200,100,1), - (30061,1898,0,235.282,-847.55,146.816,-1.63614,0,0,-0.729827,0.683632,7200,100,1), - (30062,2061,0,235.282,-847.55,146.816,-1.63614,0,0,-0.729827,0.683632,7200,100,1), - (30063,1740,0,232.146,-849.549,147.566,1.9984,0,0,0.841039,0.540974,7200,100,1), - (30065,1620,0,-5820.7,-3810.71,338.18,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (30070,1621,0,-5807.98,-4171.35,388.076,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (30072,1617,0,-5511.64,-2911.08,359.775,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (30073,2023,0,455.827,-628.813,167.55,2.96706,0,0,0.996195,0.087156,7200,100,1), - (30076,1617,0,-5754.79,-2887.25,369.144,-0.05236,0,0,-0.026177,0.999657,300,100,1), - (30079,2024,0,452.427,-629.573,166.348,2.90598,0.576802,-0.173584,0.779713,0.170927,7200,100,1), - (30081,2027,0,638.134,-966.654,164.827,3.14159,0,0,1,0,7200,100,1), - (30082,2029,0,638.149,-966.611,164.826,0,0,0,0,1,7200,100,1), - (30084,150138,0,-6034.97,-2488.73,311.086,0.663225,0.002705,0.005546,0.325544,0.945507,7200,100,1), - (30085,2061,0,610.183,-427.191,161.133,3.14159,-0.004363,-0.004363,0.999981,-0.000019,7200,100,1), - (30087,20870,0,565.048,-277.395,150.271,-0.136534,0,0,-0.068214,0.997671,7200,100,1), - (30089,2066,0,565.048,-277.395,150.271,-0.136534,0,0,-0.068214,0.997671,7200,100,1), - (30091,20871,0,844.305,-562.162,141.906,-0.110354,0,0,-0.055149,0.998478,7200,100,1), - (30092,2061,0,844.305,-562.162,141.906,-0.110354,0,0,-0.055149,0.998478,7200,100,1), - (30093,175632,0,-29.9507,-555.919,151.213,3.14159,0,0,1,0,7200,100,1), - (30094,2061,0,-29.9507,-555.919,151.213,3.14159,0,0,1,0,7200,100,1), - (30095,103663,0,253.037,-1437.64,49.9305,-2.57436,0,0,0.96005,-0.279829,7200,100,1), - (30096,2061,0,253.037,-1437.64,49.9305,-2.57436,0,0,0.96005,-0.279829,7200,100,1), - (30097,1619,0,-5921.04,-2998,379.722,0.261799,0,0,0.130526,0.991445,300,100,1), - (30099,89931,0,253.017,-1437.67,49.9317,3.13287,0,0,0.99999,0.004363,10,100,1), - (30100,1760,0,634.332,-292.516,152.886,3.07178,-0.008416,0.009025,0.999312,0.034973,2,100,1), - (30101,176863,0,-20.8676,-323.458,131.177,-0.641371,0,0,-0.315217,0.94902,7200,100,1), - (30102,2061,0,-20.8676,-323.458,131.177,-0.641371,0,0,-0.315217,0.94902,7200,100,1), - (30108,2032,0,758.998,-1467.18,78.8067,3.01942,-0.010186,-0.095401,0.993556,0.060349,7200,100,1), - (30109,1621,0,-4108.67,-3082.92,10.0557,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (30111,2025,0,455.836,-628.784,167.56,-0.18326,0,0,-0.091502,0.995805,7200,100,1), - (30112,1765,0,1226.3,-313.66,43.622,-2.87107,0,0,0.990866,-0.134851,2,100,1), - (30113,1623,0,-3669.14,-2560.55,74.454,-2.89725,0,0,-0.992546,0.121868,300,100,1), - (30115,1623,0,-3466.01,-2563.88,61.5072,2.96706,0,0,0.996195,0.0871556,300,100,1), - (30116,2028,0,638.187,-966.647,164.827,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (30117,2031,0,758.73,-1467.82,78.6634,-1.7017,0,0,-0.75184,0.659346,7200,100,1), - (30118,20872,0,681.542,-593.628,162.83,3.14159,0,0,1,0,7200,100,1), - (30119,2061,0,681.542,-593.628,162.83,3.14159,0,0,1,0,7200,100,1), - (30121,2026,0,455.859,-628.778,167.57,1.38754,0,0,0.639439,0.768842,7200,100,1), - (30122,3816,0,1224.24,-311.229,48.5985,0.610865,0,0,0.300706,0.953717,7200,100,1), - (30123,3817,0,1223.25,-310.355,43.6817,1.90241,0,0,0.814115,0.580703,7200,100,1), - (30124,1621,0,-3433.37,-2286.1,51.9849,2.58309,0,0,0.961262,0.275636,300,100,1), - (30126,3819,0,1224.04,-311.303,43.6817,0.610865,0,0,0.300706,0.953717,7200,100,1), - (30127,1620,0,-3363.26,-1794.07,26.0834,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (30128,1622,0,-3375.99,-1849.47,18.9603,-2.40855,0,0,-0.93358,0.35837,300,100,1), - (30129,1621,0,-3602.54,-1371.32,12.2624,1.48353,0,0,0.67559,0.737277,300,100,1), - (30130,1622,0,-3685.53,-1391.78,30.311,0.558505,0,0,0.275637,0.961262,300,100,1), - (30131,174880,0,1226.22,-313.298,48.3895,-3.10669,0,0,0.999848,-0.017453,7200,100,1), - (30132,22664,0,1219.32,-314.954,48.4054,-1.23918,0,0,-0.580703,0.814115,7200,100,1), - (30133,22654,0,1217.85,-315.177,43.6415,-1.23918,0,0,-0.580703,0.814115,7200,100,1), - (30134,22658,0,1216.77,-315.882,48.4054,-1.23918,0,0,-0.580703,0.814115,7200,100,1), - (30135,22649,0,1216.76,-321.851,43.6415,0.488694,0,0,0.241923,0.970295,7200,100,1), - (30136,22652,0,1222.01,-320.312,43.6415,2.86234,0,0,0.990268,0.139172,7200,100,1), - (30137,22650,0,1217.99,-322.756,43.6415,1.27409,0,0,0.594823,0.803857,7200,100,1), - (30138,22651,0,1221.11,-321.682,43.6415,2.27766,0,0,0.908143,0.418659,7200,100,1), - (30139,3818,0,1223.13,-311.06,43.6817,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (30140,3815,0,1223.33,-310.987,48.5985,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (30141,3801,0,882.545,-124.94,38.3289,-1.79769,0,0,-0.782608,0.622514,7200,100,1), - (30142,2061,0,882.545,-124.94,38.3289,-1.79769,0,0,-0.782608,0.622514,7200,100,1), - (30143,3802,0,883.298,-125.423,38.3289,-0.506146,0,0,-0.25038,0.968148,7200,100,1), - (30144,2061,0,883.298,-125.423,38.3289,-0.506146,0,0,-0.25038,0.968148,7200,100,1), - (30145,174881,0,890.854,-121.914,38.4086,2.6529,0,0,0.970296,0.241922,7200,100,1), - (30146,22261,0,492.759,-204.398,167.849,-2.62672,0,0,0.967046,-0.254603,7200,100,1), - (30148,2045,0,-3657.56,-540.877,-17.6931,-0.087267,0,0,-0.0436197,0.999048,300,100,1), - (30149,3857,1,-413.766,1872.18,128.514,-0.375245,0,0,-0.186524,0.98245,900,100,1), - (30150,2045,1,6300.8,655.543,-16.6708,1.22173,0,0,0.573576,0.819152,300,100,1), - (30151,50961,1,-82.7896,1692.18,88.7181,-0.994838,0,0,0.477159,-0.878817,2,100,1), - (30152,179491,1,-223.064,2810.58,-14.2226,0.767945,0,0,0.374607,0.927184,180,100,1), - (30153,179491,1,-210.638,2589.55,-32.895,0.436332,0,0,0.21644,0.976296,180,100,1), - (30154,2045,1,6643.83,750.378,-14.2264,-3.01942,0,0,-0.998135,0.0610484,300,100,1), - (30155,179491,1,-206.382,2561.64,-24.2572,0.663225,0,0,0.325568,0.945519,180,100,1), - (30156,179491,1,-186.41,2548.61,-32.3653,0.349066,0,0,0.173648,0.984808,180,100,1), - (30157,179491,1,-234.329,2541.33,-13.9135,1.0472,0,0,0.5,0.866025,180,100,1), - (30158,179491,1,-168.484,2702.7,-68.014,0.087266,0,0,0.043619,0.999048,180,100,1), - (30159,179491,1,-170.891,2640.21,-51.8494,0.244346,0,0,0.121869,0.992546,180,100,1), - (30160,1733,1,5889.95,666.349,8.03616,1.29154,0,0,0.601814,0.798637,300,100,1), - (30161,177444,1,-1423.31,2926.35,135.388,1.67552,0.006485,-0.005839,0.743117,0.669105,900,100,1), - (30162,2045,1,5666.41,552.479,-2.61341,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (30163,179493,1,74.1478,2673.05,-79.3735,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (30164,179493,1,-56.1482,2688.71,-101.311,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (30165,179493,1,33.8505,2635.4,-65.1946,0.733038,0,0,0.358368,0.93358,180,100,1), - (30166,17190,1,-1981.14,442.017,133.59,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (30167,2045,1,5397.28,565.987,-6.86503,0.331613,0,0,0.165048,0.986286,300,100,1), - (30168,17191,1,-1978.85,443.599,133.59,2.49582,0,0,0.948324,0.317305,900,100,1), - (30169,2855,1,-1020.23,878.373,92.5822,-0.279253,0,0,0.139173,-0.990268,7200,100,1), - (30170,2855,1,-390.962,1789.9,127.79,1.8326,0,0,0.793353,0.608761,7200,100,1), - (30171,2855,1,-247.599,687.142,100.894,1.50098,0,0,0.681998,0.731354,7200,100,1), - (30172,175144,1,196.727,1173.15,167.832,0.593413,0,0,0.292372,0.956305,900,100,1), - (30173,2045,1,4954.72,646.754,-15.7999,3.00197,0,0,0.997564,0.0697546,300,100,1), - (30174,1620,1,4763.26,676.558,11.7826,2.87979,0,0,0.991445,0.130528,300,100,1), - (30175,50984,1,-1890.75,620.357,107.671,0.095992,0,0,0.047978,0.998848,900,100,1), - (30176,1619,1,4581.46,710.533,24.4426,1.5708,0,0,0.707108,0.707106,300,100,1), - (30177,175145,1,200.77,1175.62,167.999,-2.30383,0,0,0.913545,-0.406737,900,100,1), - (30178,2857,1,-2373.11,2443,77.2417,0.20944,0,0,0.104528,0.994522,7200,100,1), - (30179,1731,1,4420.88,826.078,15.3331,-1.18682,0,0,-0.559193,0.829038,300,100,1), - (30180,1731,1,4535.69,902.658,7.67582,2.18166,0,0,0.88701,0.461749,300,100,1), - (30181,2045,1,4292.18,970.887,-22.6644,0.191986,0,0,0.0958456,0.995396,300,100,1), - (30182,2857,1,-1389.72,2652.81,111.556,-1.93731,0,0,0.824126,-0.566406,7200,100,1), - (30183,2857,1,-1968.62,1268.88,91.5316,-0.349066,0,0,0.173648,-0.984808,7200,100,1), - (30184,2857,1,-1380.12,2766.56,112.532,0.872665,0,0,0.422618,0.906308,7200,100,1), - (30185,175146,1,182.857,1154.68,168.305,0.451998,0,0,0.22408,0.974571,900,100,1), - (30186,2413,0,-8956.34,1010.81,122.038,-0.951203,0,0,-0.457873,0.889017,120,0,0), - (30188,177706,1,-1152.08,2707.2,111.114,1.02974,0,0,0.492424,0.870356,900,100,1), - (30189,3888,1,-356.995,1727.36,139.436,-2.39983,0,0,0.932008,-0.362438,900,100,1), - (30190,1622,1,3705.17,815.295,6.18831,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (30191,1621,1,3584.87,642.443,12.888,0.139626,0,0,0.0697563,0.997564,300,100,1), - (30192,142140,1,3472.97,426.689,-1.17177,-2.89725,0,0,-0.992546,0.121868,300,100,1), - (30194,1731,1,2404.24,-705.668,154.528,0.663225,0,0,0.325568,0.945519,300,100,1), - (30195,1731,1,2451.43,-997.505,146.244,1.01229,0,0,0.484809,0.87462,300,100,1), - (30196,176945,1,-1903,2449.26,62.189,2.89961,0,0,0.992689,0.120697,900,100,1), - (30197,176946,1,-1902.63,2449.51,62.1889,1.47717,0,0,0.673241,0.739423,900,100,1), - (30199,3890,1,-354.948,1791.56,139.446,-2.89725,0,0,0.992546,-0.12187,900,100,1), - (30200,176947,1,-1902.75,2448.83,62.2104,-1.65712,0,0,-0.736959,0.675937,900,100,1), - (30201,3891,1,-350.965,1725.13,139.436,0.05236,0,0,0.026177,0.999657,900,100,1), - (30202,176948,1,-1885.88,2431.31,59.8215,2.80998,0,0,0.986286,0.165048,900,100,1), - (30203,3892,1,-353.081,1747.82,139.57,-1.37008,0,0,-0.632705,0.774393,900,100,1), - (30204,176949,1,-1886,2431.38,59.8215,1.28282,0,0,0.598325,0.801254,900,100,1), - (30205,3729,1,-1412.43,-3639.26,92.1808,0.575959,0,0,0.284015,0.95882,900,100,1), - (30206,3893,1,-353.645,1758.22,139.618,-0.977384,0,0,-0.469471,0.882948,900,100,1), - (30207,176950,1,-1434.61,1564.88,61.1024,0.253073,0,0,0.126199,0.992005,900,100,1), - (30208,3894,1,-311.159,1752.08,139.436,-0.541054,0,0,-0.267239,0.96363,900,100,1), - (30209,3895,1,-337.261,1797.88,139.436,1.02974,0,0,0.492424,0.870356,900,100,1), - (30210,3896,1,-343.083,1799.94,139.436,-2.80125,0,0,0.985556,-0.169349,900,100,1), - (30211,3897,1,-383.358,1773.23,139.436,2.60054,0,0,0.96363,0.267239,900,100,1), - (30212,3898,1,-320.561,1765.15,139.446,1.80642,0,0,0.785317,0.619094,900,100,1), - (30213,2046,1,-2606.63,-3550.43,50.8285,-2.07694,0,0,-0.861629,0.507539,300,100,1), - (30214,153470,1,-3932.84,-2858.54,46.4809,2.72271,0,0,0.978148,0.207912,180,100,1), - (30223,3899,1,-370.915,1780.58,139.446,-1.98095,0,0,-0.836286,0.548293,900,100,1), - (30224,3900,1,-339.572,1733.7,139.437,0.296707,0,0,0.14781,0.989016,900,100,1), - (30225,3901,1,-310.74,1758.49,139.436,1.91113,0,0,0.816641,0.577146,900,100,1), - (30226,176958,1,-253.204,1391.27,95.3264,2.7838,0,0,0.984041,0.177944,900,100,1), - (30227,1735,1,-7474.51,-3903.37,9.63838,0.663225,0,0,0.325568,0.945519,300,100,1), - (30228,3902,1,-331.32,1762.97,139.57,-1.37008,0,0,-0.632705,0.774393,900,100,1), - (30229,2866,1,-7883.3,-4354,13.6836,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (30230,2866,1,-8554.13,-4622.89,10.3284,-2.84489,0,0,-0.989016,0.147808,300,100,1), - (30231,142140,1,-8144.29,-4606.85,-1.73628,2.75762,0,0,0.981627,0.190809,300,100,1), - (30232,176959,1,-253.149,1391.28,95.3277,-1.8675,0,0,-0.803857,0.594823,900,100,1), - (30233,3903,1,-341.349,1777.37,139.57,-0.226893,0,0,-0.113203,0.993572,900,100,1), - (30234,176960,1,-507.224,1424.25,92.629,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (30235,3904,1,-363.236,1762.35,139.57,-0.392699,0,0,-0.19509,0.980785,900,100,1), - (30276,7510,1,9503.04,719.029,1255.94,3.22764,0,0,0.999075,-0.0430092,-600,100,1), - (30277,175949,229,-128.234,-482.381,25.7435,6.27245,0,0,0.00536574,-0.999986,43200,100,1), - (30278,175950,229,-11.1345,-465.705,-16.8553,1.5577,0,0,0.69938,0.71475,43200,100,1), - (30342,37099,0,-10290.4,-3970.14,-73.653,2.44346,0,0,0.939693,0.34202,600,100,1), - (30344,37099,0,-10378.4,-4018.2,-76.2186,0.733038,0,0,0.358368,0.93358,600,100,1), - (30345,37099,0,-10370.9,-3980.15,-77.1915,-1.25664,0,0,0.587785,-0.809017,600,100,1), - (30347,2041,0,-10472.1,-2599.18,20.7916,-2.80998,0,0,-0.986286,0.165048,300,100,1), - (30349,2042,0,-10551.8,-2854,24.3616,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (30351,37099,0,-10291.2,-3936.29,-70.6545,-1.81514,0,0,0.788011,-0.615661,600,100,1), - (30352,37099,0,-10312.3,-3876.39,-37.3397,1.11701,0,0,0.529919,0.848048,600,100,1), - (30353,37099,0,-10349.5,-3893.36,-96.7628,0.663225,0,0,0.325568,0.945519,600,100,1), - (30354,37099,0,-10337.8,-3851.45,-52.6429,-2.42601,0,0,0.936672,-0.350207,600,100,1), - (30355,37099,0,-10335.1,-3937.92,-96.7629,2.18166,0,0,0.887011,0.461749,600,100,1), - (30356,180770,0,-8563.6,604.25,109.357,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (30357,37099,0,-10301.7,-3841.17,-37.3536,1.0821,0,0,0.515038,0.857167,600,100,1), - (30358,37099,0,-10376.2,-3961.71,-83.0998,1.8326,0,0,0.793353,0.608761,600,100,1), - (30359,37099,0,-10359.4,-3962.76,-82.2519,-1.85005,0,0,0.798635,-0.601815,600,100,1), - (30360,180331,0,-5078.68,-799.688,496.016,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (30361,180324,0,-5083.55,-799.982,495.127,1.5708,0,0,0.707107,0.707107,180,100,1), - (30362,180371,0,-5085.64,-799.931,496.03,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (30363,180373,0,-5084.49,-799.378,496.051,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (30364,180370,0,-5089.05,-799.469,496.03,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (30365,180373,0,-5079.42,-799.408,496.056,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (30366,37099,0,-10405.4,-3982.36,-81.7915,0.558505,0,0,0.275637,0.961262,600,100,1), - (30367,37099,0,-10377.9,-3950.25,-96.8053,1.02974,0,0,0.492424,0.870356,600,100,1), - (30368,37099,0,-10346.3,-3967.85,-83.1067,-0.750491,0,0,0.366501,-0.930418,600,100,1), - (30369,24798,0,-10670.4,-4330.51,2.08081,2.1293,0,0,0.87462,0.48481,600,100,1), - (30371,30854,0,-10528.7,-3820.75,-18.8854,-0.872665,0,0,0.422618,-0.906308,600,100,1), - (30372,1620,0,-11030.4,-501.376,30.8799,0.017453,0,0,0.00872639,0.999962,300,100,1), - (30373,1624,0,-11048.5,-694.963,47.5763,-0.785398,0,0,-0.382683,0.92388,300,100,1), - (30374,30854,0,-10376.8,-3699.82,12.7557,-0.2618,0,0,0.130526,-0.991445,600,100,1), - (30375,30855,0,-10304.4,-3876.28,-19.7476,-3.08923,0,0,0.999657,-0.026177,600,100,1), - (30376,1622,0,-11078.8,-960.529,65.0361,0.471239,0,0,0.233445,0.97237,300,100,1), - (30378,30855,0,-10333.3,-3853.02,-19.4654,-0.645772,0,0,0.317305,-0.948324,600,100,1), - (30380,30856,0,-10396.3,-3836.55,23.4845,1.65806,0,0,0.737277,0.67559,600,100,1), - (30381,30854,0,-10505.5,-3780.27,-20.4266,1.25664,0,0,0.587785,0.809017,600,100,1), - (30383,30855,0,-10428.9,-3783.61,10.9708,0.698132,0,0,0.34202,0.939693,600,100,1), - (30533,13965,36,-191.414,-457.446,54.4391,1.69297,0,0,0.748955,0.66262,180,100,1), - (30534,16397,36,-100.502,-668.771,7.41049,1.81514,0,0,0.788011,0.615662,180,100,1), - (30535,2413,0,-8954.27,1008.3,122.038,2.19039,0,0,0.889017,0.457873,120,0,0), - (30536,1732,36,-146.761,-519.81,55.0914,-0.628319,0,0,-0.309017,0.951056,7200,100,1), - (30537,19019,36,-236.247,-560.498,19.3065,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (30538,75293,36,-209.206,-602.72,19.3065,-0.139626,0,0,-0.0697563,0.997564,5200,100,1), - (30539,19019,36,-123.418,-705.997,8.44232,0.802851,0,0,0.390731,0.920505,180,100,1), - (30540,75293,36,-63.0889,-797.013,39.0067,1.55334,0,0,0.700908,0.713252,5200,100,1), - (30541,30856,0,-10433,-3886.55,2.29756,-0.942478,0,0,0.453991,-0.891006,600,100,1), - (30542,30856,0,-10414.1,-3933.38,-19.7472,-0.2618,0,0,0.130526,-0.991445,600,100,1), - (30543,30856,0,-10323.6,-3792.94,-19.7852,-2.89725,0,0,0.992546,-0.121869,600,100,1), - (30546,30854,0,-10486.5,-3843.2,12.151,-2.51327,0,0,0.951057,-0.309017,600,100,1), - (30547,30854,0,-10447.4,-3747.13,-10.3953,-3.03687,0,0,0.99863,-0.052336,600,100,1), - (30549,30856,0,-10362.3,-4017.44,22.399,-1.48353,0,0,0.67559,-0.737277,600,100,1), - (30550,30854,0,-10384.1,-3777.46,2.37646,2.33874,0,0,0.920505,0.390731,600,100,1), - (30551,30854,0,-10343.7,-3804.86,-18.4887,2.33874,0,0,0.920505,0.390731,600,100,1), - (30554,30854,0,-10376.2,-3875.26,2.91017,-2.19912,0,0,0.891007,-0.45399,600,100,1), - (30556,30856,0,-10355.9,-3825.43,-11.5657,1.22173,0,0,0.573576,0.819152,600,100,1), - (30557,1621,0,-10910.6,1550.8,55.2261,1.309,0,0,0.608763,0.793352,300,100,1), - (30558,30854,0,-10495.1,-4029.64,17.4578,-2.74017,0,0,0.979925,-0.199368,600,100,1), - (30559,30855,0,-10304.3,-3960.32,17.4877,2.1293,0,0,0.87462,0.48481,600,100,1), - (30560,142476,90,-555.275,488.978,-216.81,1.32645,0,0,0.615662,0.788011,3600,100,1), - (30561,30856,0,-10245.3,-3823.93,18.79,-2.33874,0,0,0.920505,-0.390731,600,100,1), - (30563,181624,0,-9983.32,-3665.64,20.1015,-0.20944,0,0,0.104528,-0.994522,600,100,1), - (30564,181625,0,-9968.59,-3723.42,21.8284,-0.488692,0,0,0.241922,-0.970296,600,100,1), - (30565,181625,0,-9959.85,-3610.43,21.7329,1.5708,0,0,0.707107,0.707107,600,100,1), - (30566,179493,0,-10368.4,-3775.43,-6.92094,0.977384,0,0,0.469472,0.882948,600,100,1), - (30567,179493,0,-10513.4,-3742.83,-19.3387,0.977384,0,0,0.469472,0.882948,600,100,1), - (30568,179493,0,-10556.3,-3821.21,-19.3311,-1.15192,0,0,0.544639,-0.838671,600,100,1), - (30570,179493,0,-10358.4,-3867.49,-12.0961,-0.698132,0,0,0.34202,-0.939693,600,100,1), - (30572,179493,0,-10412.1,-3722.8,-17.9972,-1.78024,0,0,0.777146,-0.62932,600,100,1), - (30573,179493,0,-10562.7,-3870.06,-19.0518,-2.79253,0,0,0.984808,-0.173648,600,100,1), - (30576,179493,0,-10515.5,-3924.83,-19.6291,3.01942,0,0,0.998135,0.061049,600,100,1), - (30577,1622,0,-9813.7,865.911,25.9242,1.58825,0,0,0.713251,0.700909,300,100,1), - (30578,1617,0,-9757.84,947.896,30.6724,1.98968,0,0,0.838672,0.544637,300,100,1), - (30580,179493,0,-10402.2,-3906.39,-4.55802,-0.820305,0,0,0.398749,-0.91706,600,100,1), - (30582,179493,0,-10354.9,-3803.89,-3.47278,0.139626,0,0,0.069756,0.997564,600,100,1), - (30583,24798,0,-10417.2,-4400.32,3.35398,2.05949,0,0,0.857167,0.515038,600,100,1), - (30584,24798,0,-10535.1,-4399.61,0.500701,1.69297,0,0,0.748956,0.66262,600,100,1), - (30585,24798,0,-10727.6,-4302.85,0.139995,-2.56563,0,0,0.95882,-0.284015,600,100,1), - (30586,24798,0,-10252.2,-4393.17,-1.27413,-3.05433,0,0,0.999048,-0.043619,600,100,1), - (30587,30856,0,-10486.5,-3843.2,12.151,-2.51327,0,0,0.951057,-0.309017,600,100,1), - (30593,30855,0,-10528.7,-3820.75,-18.8854,-0.872665,0,0,0.422618,-0.906308,600,100,1), - (30594,30855,0,-10384.1,-3777.46,2.37646,2.33874,0,0,0.920505,0.390731,600,100,1), - (30597,24798,0,-10634,-4366.1,2.38925,-1.15192,0,0,0.544639,-0.838671,600,100,1), - (30598,24798,0,-10600.7,-4373.9,3.19594,2.89725,0,0,0.992546,0.121869,600,100,1), - (30599,28604,0,-9977.94,-3693.06,22.3174,-0.244346,0,0,0.121869,-0.992546,600,100,1), - (30601,24798,0,-10179.1,-4361.93,0.390651,1.55334,0,0,0.700909,0.71325,600,100,1), - (30602,1618,0,-10085.1,1779.87,35.3454,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (30603,1620,0,-9920.78,1747.56,14.0297,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (30604,24798,0,-10304.1,-4397.31,0.88668,0.191986,0,0,0.095846,0.995396,600,100,1), - (30605,24798,0,-10385.2,-4394.04,3.6958,-2.40855,0,0,0.93358,-0.358368,600,100,1), - (30606,24798,0,-10255.4,-4389.32,-0.537893,1.0472,0,0,0.5,0.866025,600,100,1), - (30607,1624,0,-10234.9,-3633.81,22.1656,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (30608,2045,0,-10044.3,1997.39,-6.45574,3.03687,0,0,0.998629,0.0523374,300,100,1), - (30609,1620,0,-10154,2004.12,9.56525,1.0821,0,0,0.515036,0.857168,300,100,1), - (30610,2043,0,-10352.3,-4014.83,22.4297,-0.2618,0,0,-0.130526,0.991445,300,100,1), - (30611,1619,0,-10148.5,2027.09,22.9411,1.25664,0,0,0.587786,0.809016,300,100,1), - (30612,2045,0,-10180.1,2084.07,-9.03643,2.44346,0,0,0.939692,0.342021,300,100,1), - (30615,142143,0,-10595.4,-2506.96,23.671,-1.309,0,0,-0.608763,0.793352,300,100,1), - (30616,142143,0,-10179.2,-2452.48,27.9523,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (30618,142143,0,-10077.7,-3969.91,19.7811,1.98968,0,0,0.838672,0.544637,300,100,1), - (30621,2041,0,-10567.4,-2542.74,20.7944,1.16937,0,0,0.551937,0.833886,300,100,1), - (30622,1617,0,-10165.6,1730.2,31.9278,1.93731,0,0,0.824125,0.566409,300,100,1), - (30623,1621,0,-10187.9,1542.37,44.9426,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (30624,2043,0,-10079,-3086.74,23.2176,-2.47837,0,0,-0.945519,0.325567,300,100,1), - (30625,2041,0,-10389.1,-4076,19.9551,0.261799,0,0,0.130526,0.991445,300,100,1), - (30626,2041,0,-10078.1,-4046.58,18.9007,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (30628,1624,0,-9962.84,-4165.99,22.3697,-0.680679,0,0,-0.333807,0.942641,300,100,1), - (30629,2046,0,-10650,-3612.02,40.9606,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (30632,2046,0,-10056.1,-3181.05,30.9256,1.51844,0,0,0.688356,0.725373,300,100,1), - (30633,1620,0,-10382.2,1148.62,35.6488,4.71239,0,0,0.707106,-0.707107,300,100,1), - (30634,2041,0,-10617.5,-3956.31,20.4969,0.558505,0,0,0.275637,0.961262,300,100,1), - (30635,30856,0,-10505.9,-3634.01,19.1487,1.0821,0,0,0.515038,0.857167,600,100,1), - (30636,30856,0,-10554.5,-3780.28,15.0893,1.25664,0,0,0.587785,0.809017,600,100,1), - (30637,1622,0,-10758.3,882.721,35.5663,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (30638,30854,0,-10611.5,-3912.47,16.2095,2.18166,0,0,0.887011,0.461749,600,100,1), - (30639,1618,0,-10473.3,1431.99,47.6578,0.942478,0,0,0.453991,0.891006,300,100,1), - (30640,1621,0,-10485,1508.12,64.7425,-2.60054,0,0,-0.96363,0.267239,300,100,1), - (30641,1620,0,-10333.3,1529.97,40.7884,-1.3439,0,0,-0.622513,0.782609,300,100,1), - (30642,30855,0,-10267.9,-3918.14,17.2907,2.86234,0,0,0.990268,0.139173,600,100,1), - (30643,30856,0,-10321,-3766.63,-19.0347,-2.37365,0,0,0.927184,-0.374607,600,100,1), - (30644,1621,0,-10870.6,1083.95,39.6233,3.14159,0,0,1,0.00000126759,300,100,1), - (30645,2045,0,-10836.6,-4267.68,-8.00184,1.06465,0,0,0.507538,0.861629,300,100,1), - (30658,161557,0,-9054.42,-358.9,73.4667,-0.767945,0,0,0.374607,-0.927184,120,100,1), - (30663,161557,0,-9074.82,-379.739,73.4452,-2.79253,0,0,0.984808,-0.173648,120,100,1), - (30664,161557,0,-9050.2,-303.807,73.674,4.71239,0,0,0.707107,-0.707107,120,100,1), - (30665,161557,0,-9062.97,-358.679,73.4519,-0.2618,0,0,0.130526,-0.991445,120,100,1), - (30666,161557,0,-9085.33,-361.118,73.4517,0.174533,0,0,0.087156,0.996195,120,100,1), - (30667,161557,0,-9073.2,-298.484,73.4538,2.70526,0,0,0.976296,0.21644,120,100,1), - (30668,161557,0,-9083.89,-370.696,73.4518,-0.488692,0,0,0.241922,-0.970296,120,100,1), - (30672,161557,0,-9056.31,-348.569,73.4518,-1.309,0,0,0.608761,-0.793353,120,100,1), - (30675,1619,0,-9104.65,-132.352,89.4059,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (30677,3658,0,-9458.53,8.58518,56.9626,2.98451,0,0,0.996917,0.078459,180,100,1), - (30678,1617,0,-9692.8,-19.2856,41.6506,1.02974,0,0,0.492422,0.870357,300,100,1), - (30685,3719,0,-9909.52,26.2754,32.0256,0.401426,0,0,0.199368,0.979925,180,100,1), - (30687,3719,0,-9258.88,355.379,76.693,1.36136,0,0,0.62932,0.777146,180,100,1), - (30691,2413,0,-8956.6,1008.58,122.038,0.6545,0,0,0.32144,0.94693,120,0,0), - (30696,1617,0,-9694.65,-1076.84,42.6583,0.750492,0,0,0.366501,0.930417,300,100,1), - (30697,1617,0,-9499.13,-1010.12,54.8872,-0.872665,0,0,-0.422618,0.906308,300,100,1), - (30698,176793,0,-9425.35,-1126.99,58.4709,-2.42601,0,0,0.936672,-0.350207,900,100,1), - (30700,176793,0,-9397.9,-1141.84,59.9588,0.680678,0,0,0.333807,0.942641,900,100,1), - (30703,176793,0,-9316.88,-1146.7,69.7394,2.96706,0,0,0.996195,0.087156,900,100,1), - (30704,106318,0,-9264.64,-714.127,62.8596,2.37365,0,0,0.927184,0.374607,3600,100,1), - (30706,2413,0,-8857.44,1072.93,102.466,1.81514,0,0,0.788011,0.615662,120,0,0), - (30708,2413,0,-8851.57,1068.64,95.2111,0.279253,0,0,0.139173,0.990268,120,0,0), - (30709,2413,0,-8860.2,1067.42,102.466,-1.32645,0,0,-0.615661,0.788011,120,0,0), - (30710,1617,0,-9487.01,-418.342,60.1237,1.3439,0,0,0.622513,0.782609,300,100,1), - (30711,2413,0,-8861.17,1065.46,102.466,0.279253,0,0,0.139173,0.990268,120,0,0), - (30712,180712,1,-4825.53,2112.97,0,-0.349066,0,0,-0.173648,0.984808,180,100,1), - (30713,176793,0,-9329.07,-1246.56,66.3978,1.5708,0,0,0.707107,0.707107,900,100,1), - (30714,106318,0,-9259.1,-1219.62,72.4233,2.11185,0,0,0.870356,0.492424,3600,100,1), - (30715,1618,0,-9451.08,-1451,59.5396,1.48353,0,0,0.67559,0.737277,300,100,1), - (30716,22248,0,459.3,-213.663,152.53,-1.66679,0,0,-0.740218,0.672367,7200,100,1), - (30717,176793,0,-9389.48,-1295.82,55.0306,1.0821,0,0,0.515038,0.857167,900,100,1), - (30718,176793,0,-9380.64,-1262.96,56.987,2.84489,0,0,0.989016,0.147809,900,100,1), - (30719,176793,0,-9351.74,-1310.34,59.6748,-1.48353,0,0,0.67559,-0.737277,900,100,1), - (30720,176793,0,-9365,-1285.28,59.5279,-2.26893,0,0,0.906308,-0.422618,900,100,1), - (30721,176793,0,-9331.11,-1338.23,64.414,0.453786,0,0,0.224951,0.97437,900,100,1), - (30722,22253,0,496.712,-221.85,152.53,-2.66163,0,0,0.971342,-0.237686,7200,100,1), - (30723,1618,0,-9185.54,-1052.26,71.4121,0.383972,0,0,0.190809,0.981627,300,100,1), - (30725,1617,0,-9400.36,-1142.13,59.6709,1.97222,0,0,0.833885,0.551938,300,100,1), - (30739,30856,0,-10281,-3787.93,14.225,0.139626,0,0,0.069756,0.997564,600,100,1), - (30740,22550,0,-9968,-3708.24,22.1812,0.610865,0,0,0.300706,0.953717,600,100,1), - (30741,30855,0,-10582.8,-3766.84,16.8426,-2.51327,0,0,0.951057,-0.309017,600,100,1), - (30742,30856,0,-10353.6,-3927.38,-20.2995,1.29154,0,0,0.601815,0.798636,600,100,1), - (30743,30855,0,-10562.5,-3924.92,-18.5661,1.5708,0,0,0.707107,0.707107,600,100,1), - (30744,30855,0,-10526.2,-3863.78,-18.8896,-2.70526,0,0,0.976296,-0.21644,600,100,1), - (30745,142143,0,-10178.7,-2923.07,21.2528,2.26893,0,0,0.906308,0.422617,300,100,1), - (30746,2041,0,-10212.2,-3159.33,19.1041,3.08923,0,0,0.999657,0.0261783,300,100,1), - (30748,3658,0,-9307.25,-291.366,70.4318,2.26893,0,0,0.906308,0.422618,180,100,1), - (30749,1617,0,-9332.48,-466.748,70.8302,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (30751,3719,0,-8981.32,-815.302,70.3834,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (30752,1617,0,-8910.91,-935.893,70.9603,1.8326,0,0,0.793355,0.60876,300,100,1), - (30753,1617,0,-8891.17,-1123.56,74.4556,0.907571,0,0,0.438371,0.898794,300,100,1), - (30755,2413,0,-8859.38,1074.27,102.466,0.279253,0,0,0.139173,0.990268,120,0,0), - (30757,22254,0,457.164,-215.451,152.53,-0.445058,0,0,-0.220697,0.975342,7200,100,1), - (30758,3719,0,-9729.42,656.299,31.8338,2.35619,0,0,0.92388,0.382683,180,100,1), - (30759,37090,0,504.026,-208.327,176.59,3.13287,0,0,0.99999,0.004363,7200,100,1), - (30761,2041,0,-10338.3,-3419.24,20.0979,0.296706,0,0,0.147809,0.989016,300,100,1), - (30763,1618,0,-9898.06,635.503,39.2301,0.855211,0,0,0.414693,0.909961,300,100,1), - (30764,2061,0,504.026,-208.327,176.59,3.13287,0,0,0.99999,0.004363,7200,100,1), - (30765,1624,0,-10663.8,-3987.31,23.7514,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (30766,1617,0,-9692.39,930.336,33.7575,1.97222,0,0,0.833885,0.551938,300,100,1), - (30767,142143,0,-10178.3,-4155.69,19.9699,2.19912,0,0,0.891008,0.453988,300,100,1), - (30768,1624,0,-10521.2,-4287.75,21.7414,-2.84489,0,0,-0.989016,0.147808,300,100,1), - (30769,37089,0,507.406,-266.757,154.462,2.05949,0,0,0.857167,0.515038,7200,100,1), - (30770,142143,0,-10554.2,-4098.89,19.9402,-0.279253,0,0,-0.139173,0.990268,300,100,1), - (30779,176961,1,-507.222,1424.26,91.6278,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (30781,1617,0,-9186.2,-645.259,65.5863,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (30782,106318,0,-9074.04,-584.789,62.1864,2.94961,0,0,0.995396,0.095846,3600,100,1), - (30784,24798,0,-10493.8,-4378.04,5.88736,-0.471239,0,0,0.233445,-0.97237,600,100,1), - (30785,24798,0,-10982.5,-4142.48,4.31635,0.855211,0,0,0.414693,0.909961,600,100,1), - (30786,2045,0,-11125.1,-4076.05,-7.1008,-0.767945,0,0,-0.374607,0.927184,300,100,1), - (30791,1618,0,-9815.08,-97.4157,26.4314,-0.837758,0,0,-0.406737,0.913545,300,100,1), - (30792,1617,0,-9813.14,-195.055,37.6972,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (30793,1618,0,-9865.58,-165.308,33.4404,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (30794,2413,0,-8858.27,1066.15,102.466,-2.86234,0,0,0.990268,-0.139174,120,0,0), - (30795,2413,0,-8938.35,1005.09,122.047,-2.46964,0,0,0.944089,-0.329691,120,0,0), - (30797,1623,0,-11985.8,-1033.01,79.2129,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (30798,180771,0,-8794.1,771.608,96.338,0.087266,0,0,0.043619,0.999048,180,100,1), - (30799,180868,0,-8759.55,1077.59,92.847,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (30800,180868,0,-8744.15,1072.4,90.3993,2.75762,0,0,0.981627,0.190809,180,100,1), - (30801,180868,0,-8755.55,1075.59,90.7803,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (30802,180770,0,-9085.32,827.946,119.368,0.383972,0,0,0.190809,0.981627,180,100,1), - (30803,180878,0,-8738.94,1074.94,90.7094,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (30804,180771,0,-8748.35,523.169,96.338,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (30805,180771,0,-8850.5,959.072,96.338,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (30806,180766,0,-8735.34,1066.71,90.4431,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (30807,2046,0,-12004.7,-825.052,37.6024,1.71042,0,0,0.754709,0.65606,300,100,1), - (30808,2043,0,-10425.4,-4097.31,24.1328,1.39626,0,0,0.642786,0.766046,300,100,1), - (30809,1624,0,-11913.6,-594.356,17.0496,0.20944,0,0,0.104529,0.994522,300,100,1), - (30811,28604,0,-10164.9,-3273.83,18.932,-0.488692,0,0,0.241922,-0.970296,600,100,1), - (30824,30855,0,-10544.9,-3952.77,14.3097,-0.05236,0,0,0.026177,-0.999657,600,100,1), - (30825,30856,0,-10545.8,-3872.98,-19.7263,-1.85005,0,0,0.798635,-0.601815,600,100,1), - (30826,2046,0,-10628.8,-2456.41,40.9222,2.82743,0,0,0.987688,0.156436,300,100,1), - (30828,2041,0,-10284.3,-2789.84,18.9399,-1.88496,0,0,-0.809018,0.587783,300,100,1), - (30829,142143,0,-10224.2,-2910.98,20.6481,-3.00197,0,0,-0.997564,0.0697546,300,100,1), - (30830,2043,0,-9949.42,-3705.74,23.3083,4.71239,0,0,0.707106,-0.707107,300,100,1), - (30831,24761,0,-8451.59,465.881,96.9824,-1.66679,0,0,-0.740218,0.672367,180,100,1), - (30832,24762,0,-8451.33,466.544,96.9824,1.4399,0,0,0.659346,0.75184,180,100,1), - (30833,2098,0,-8439.52,650.014,93.5751,0.663226,0,0,0.325568,0.945518,180,100,1), - (30834,28030,0,-8506.89,657.75,99.9641,-2.53945,0,0,0.95502,-0.296542,180,100,1), - (30839,3719,0,-9458.53,8.58518,56.9626,2.98451,0,0,0.996917,0.078459,180,100,1), - (30842,1617,0,-9621.68,181.844,46.4322,0.837758,0,0,0.406737,0.913545,300,100,1), - (30846,3658,0,-9851.94,173.276,21.2732,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (30848,1618,0,-10033.5,133.567,31.6554,1.93731,0,0,0.824125,0.566409,300,100,1), - (30851,1617,0,-9541.16,-232.515,60.5579,1.95477,0,0,0.829038,0.559192,300,100,1), - (30854,142143,0,-10356.2,-2964.91,20.044,2.37365,0,0,0.927184,0.374606,300,100,1), - (30855,3662,0,-8931.09,766.998,92.5858,2.72271,0,0,0.978148,0.207912,180,100,1), - (30860,180773,0,-8885.67,594.606,93.5835,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (30861,180770,0,-4867.89,-1144.3,510.123,0.453786,0,0,0.224951,0.97437,180,100,1), - (30862,180878,0,-4645.46,-950.869,501.914,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (30863,180878,0,-4643.13,-954.621,501.661,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (30864,180766,0,-4655.97,-941.488,502.146,1.27409,0,0,0.594823,0.803857,180,100,1), - (30865,180868,0,-4678.36,-954.307,502.145,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (30866,180868,0,-4664.67,-964.686,500.374,1.39626,0,0,0.642788,0.766044,180,100,1), - (30867,22550,0,-9931.97,-3722.25,21.6779,-0.20944,0,0,0.104528,-0.994522,600,100,1), - (30868,180766,0,-4677.84,-959.587,502.145,0.244346,0,0,0.121869,0.992546,180,100,1), - (30869,180769,0,-4867.37,-881.163,517.568,1.8326,0,0,0.793353,0.608761,180,100,1), - (30872,2046,0,-13369.1,39.5527,19.5869,1.15192,0,0,0.54464,0.83867,300,100,1), - (30873,1623,0,-13565.8,14.526,67.5056,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (30874,1624,0,-14034.9,206.048,13.3856,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (30875,180370,0,-5080.8,-799.561,496.03,1.8675,0,0,0.803857,0.594823,180,100,1), - (30876,22550,0,-9970.3,-3712.3,22.8488,0.453786,0,0,0.224951,0.97437,600,100,1), - (30877,2046,0,-11117,-3791.12,34.1568,1.85005,0,0,0.798636,0.601815,300,100,1), - (30878,180373,0,-5087.83,-799.271,496.047,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (30879,180373,0,-5074.1,-799.221,496.051,-2.9147,0,0,0.993572,-0.113203,180,37,1), - (30880,24798,0,-10902.7,-4162.44,5.68347,-3.00197,0,0,0.997564,-0.069756,600,100,1), - (30881,2045,0,-14088.1,525.152,-35.922,0.593412,0,0,0.292372,0.956305,300,100,1), - (30882,2045,0,-14057.4,602.716,-36.1396,0.750492,0,0,0.366501,0.930417,300,100,1), - (30883,2045,0,-14073,853.465,-59.9112,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (30884,3905,1,-369.303,1747.69,139.446,-0.820305,0,0,-0.398749,0.91706,900,100,1), - (30888,3906,1,-362.153,1740.15,139.446,-0.410152,0,0,-0.203642,0.979046,900,100,1), - (30889,3729,1,-751.061,-3900.37,20.7891,-1.72788,0,0,0.760406,-0.649448,900,100,1), - (30890,3907,1,-332.324,1784.88,139.446,2.66163,0,0,0.971342,0.237686,900,100,1), - (30891,2061,0,507.406,-266.757,154.462,2.05949,0,0,0.857167,0.515038,7200,100,1), - (30892,3908,1,-323.18,1744.76,139.446,1.24791,0,0,0.58425,0.811574,900,100,1), - (30893,3909,1,-340.531,1767.06,139.618,-0.977384,0,0,-0.469471,0.882948,900,100,1), - (30894,3727,1,737.1,-3683.63,29.4815,1.44862,0,0,0.66262,0.748956,900,100,1), - (30895,3910,1,-324.838,1777.23,139.446,2.27765,0,0,0.908143,0.41866,900,100,1), - (30897,3911,1,-373.44,1757.53,139.446,-1.213,0,0,-0.569997,0.821647,900,100,1), - (30898,175707,1,-1178.72,2704.81,111.593,-2.02923,0,0,-0.849278,0.527947,900,100,1), - (30899,177243,1,-1944.78,1844.42,65.9396,1.55334,0,0,0.700909,0.71325,900,100,1), - (30900,176226,1,-2358.13,2485.34,70.7527,1.28282,0,0,0.598325,0.801254,900,100,1), - (30901,176227,1,-2408.39,2418.16,74.8806,1.28282,0,0,0.598325,0.801254,900,100,1), - (30902,176228,1,-2360.21,2432.05,76.5657,1.28282,0,0,0.598325,0.801254,900,100,1), - (30903,176229,1,-2297.11,2424.52,68.0497,1.28282,0,0,0.598325,0.801254,900,100,1), - (30904,176230,1,-2407.32,2486.28,83.7571,2.80998,0,0,0.986286,0.165048,900,100,1), - (30905,3944,1,-1835.57,605.213,109.211,-2.522,0,0,0.952396,-0.304865,900,100,1), - (30906,3945,1,-1840.2,588.71,157.515,-2.66163,0,0,0.971342,-0.237686,900,100,1), - (30907,3946,1,-1829.55,596.711,122.66,-1.41372,0,0,-0.649449,0.760406,900,100,1), - (30908,3947,1,-1836.86,588.299,109.211,-2.522,0,0,0.952396,-0.304865,900,100,1), - (30910,1617,0,-9670.86,144.697,46.8161,-2.19912,0,0,-0.891008,0.453988,300,100,1), - (30914,1617,0,-9888.64,133.306,32.6016,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (30920,1617,0,-9663.1,318.379,45.7386,-2.93215,0,0,-0.994522,0.10453,300,100,1), - (30921,1617,0,-9791.76,321.606,39.6705,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (30924,1622,0,-9915.18,930.207,34.1456,1.37881,0,0,0.636078,0.771625,300,100,1), - (30926,1617,0,-9729.85,1043.7,35.997,3.12414,0,0,0.999962,0.0087262,300,100,1), - (30927,24798,0,-10866.3,-4203.48,4.94094,-0.331612,0,0,0.165048,-0.986286,600,100,1), - (30928,24798,0,-11032.1,-4111.75,2.3667,-2.30383,0,0,0.913545,-0.406737,600,100,1), - (30931,1618,0,-9666.77,-89.0881,42.3579,2.82743,0,0,0.987688,0.156436,300,100,1), - (30932,2413,0,-8941.54,1002.57,122.047,0.671952,0,0,0.329691,0.944089,120,0,0), - (30934,106318,0,-9736.54,120.219,25.6411,-1.50098,0,0,0.681998,-0.731354,3600,100,1), - (30939,1618,0,-9284.6,-632.643,65.1002,0.471239,0,0,0.233445,0.97237,300,100,1), - (30946,142143,0,-10180.7,-3383.07,20.0926,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (30950,106318,0,-9866.26,221.78,14.0336,-2.74017,0,0,0.979925,-0.199368,3600,100,1), - (30952,3948,1,-1851.1,597.134,109.211,-2.522,0,0,0.952396,-0.304865,900,100,1), - (30953,2045,0,-3820.83,-690.69,-11.6346,2.84489,0,0,0.989016,0.147808,300,100,1), - (30954,37095,0,472.23,-225.529,176.59,3.13287,0,0,0.99999,0.004363,7200,100,1), - (30955,1622,0,-4009.57,-856.26,28.7322,1.09956,0,0,0.5225,0.852639,300,100,1), - (30957,1619,0,-5634.98,-633.097,408.587,2.67035,0,0,0.972369,0.233447,300,100,1), - (30960,2061,0,472.23,-225.529,176.59,3.13287,0,0,0.99999,0.004363,7200,100,1), - (30964,1619,0,-9049.12,138.53,118.886,2.33874,0,0,0.920505,0.390732,300,100,1), - (30967,1617,0,-9485.66,448.977,52.3653,1.97222,0,0,0.833885,0.551938,300,100,1), - (30968,1617,0,-9487.93,324.516,52.442,1.0472,0,0,0.500001,0.866025,300,100,1), - (30971,3658,0,-9930.38,582.718,37.709,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (30972,1617,0,-9973.48,614.659,39.457,-2.82743,0,0,-0.987688,0.156436,300,100,1), - (30973,1618,0,-9998.34,642.859,38.7573,0.785398,0,0,0.382683,0.92388,300,100,1), - (30975,24798,0,-10962.2,-4168.2,5.67139,-2.60054,0,0,0.96363,-0.267238,600,100,1), - (30976,1620,0,-10698.9,932.072,36.6582,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (30977,24798,0,-10753.7,-4282.67,2.35976,2.46091,0,0,0.942641,0.333807,600,100,1), - (30978,1622,0,-10783.4,912.195,34.0927,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (30979,1618,0,-10696.7,1433.84,41.4072,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (30980,24798,0,-10920.1,-4198.96,2.19333,-0.15708,0,0,0.078459,-0.996917,600,100,1), - (30981,24798,0,-10815.3,-4229.25,4.92431,1.0821,0,0,0.515038,0.857167,600,100,1), - (30982,142143,0,-10423.1,-3523.94,19.6052,0.558505,0,0,0.275637,0.961262,300,100,1), - (30984,142143,0,-10162.9,-3101.57,19.999,1.06465,0,0,0.507538,0.861629,300,100,1), - (30985,142143,0,-10103.6,-3515.35,20.2572,0.10472,0,0,0.0523361,0.99863,300,100,1), - (30986,24798,0,-9831.49,-4138.32,1.6585,-1.85005,0,0,0.798635,-0.601815,600,100,1), - (30987,2045,0,-10510.5,2153.03,-12.7309,-2.96706,0,0,-0.996195,0.0871556,300,100,1), - (30988,142143,0,-10011.7,-3683.81,20.8291,2.04204,0,0,0.852641,0.522496,300,100,1), - (30989,142143,0,-10099.9,-3630.48,19.802,1.37881,0,0,0.636078,0.771625,300,100,1), - (30990,2045,0,-10283.1,2098.84,-9.46596,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (30991,2045,0,-10078.2,2046.95,-12.5141,-0.663225,0,0,-0.325568,0.945519,300,100,1), - (30992,2857,0,-9962.91,-3695.04,21.8734,-0.087267,0,0,0.04362,-0.999048,600,100,1), - (30994,2045,0,-10349.7,2300.16,-44.4406,0.558505,0,0,0.275637,0.961262,300,100,1), - (30995,28604,0,-9998.53,-3528.52,22.0725,1.36136,0,0,0.62932,0.777146,600,100,1), - (30998,22550,0,-10063.3,-3501.32,23.0662,3.07178,0,0,0.999391,0.034899,600,100,1), - (31000,1619,0,-10354.3,1882.78,38.931,-2.84489,0,0,-0.989016,0.147808,300,100,1), - (31001,1621,0,-10397.8,1926.35,10.1886,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (31003,22550,0,-10080.8,-3486.49,23.6995,-1.13446,0,0,0.5373,-0.843391,600,100,1), - (31004,22550,0,-10002.2,-3539.66,22.9176,1.95477,0,0,0.829038,0.559193,600,100,1), - (31005,22550,0,-9960.04,-3603,22.2479,0.453786,0,0,0.224951,0.97437,600,100,1), - (31006,22550,0,-9964.19,-3646.9,22.1477,-2.51327,0,0,0.951057,-0.309017,600,100,1), - (31007,1622,0,-9951.39,1449.66,64.6033,2.26893,0,0,0.906308,0.422617,300,100,1), - (31008,28604,0,-9964.91,-3651.28,21.6919,2.16421,0,0,0.882948,0.469472,600,100,1), - (31009,22550,0,-9981.25,-3652.04,21.8077,1.43117,0,0,0.656059,0.75471,600,100,1), - (31014,2857,0,-10076.4,-3483.64,23.1767,0.366519,0,0,0.182236,0.983255,600,100,1), - (31016,2857,0,-10711.4,-2543.09,28.2205,2.21657,0,0,0.894934,0.446198,600,100,1), - (31017,142143,0,-10261.2,-3259.22,19.6363,1.3439,0,0,0.622513,0.782609,300,100,1), - (31018,2045,0,-9615.35,1612.86,-2.8987,0.017453,0,0,0.00872639,0.999962,300,100,1), - (31021,2045,0,-9911.14,1916.8,-7.46602,2.6529,0,0,0.970296,0.241922,300,100,1), - (31023,1620,0,-9996.08,1878.73,12.3701,2.56563,0,0,0.958819,0.284017,300,100,1), - (31024,30854,0,-10612.6,-3834.69,18.958,1.36136,0,0,0.62932,0.777146,600,100,1), - (31027,1618,0,-10275.3,1933.49,33.0991,0.191986,0,0,0.0958456,0.995396,300,100,1), - (31029,30856,0,-10591.8,-3972,18.9141,2.98451,0,0,0.996917,0.078459,600,100,1), - (31035,30854,0,-10630.2,-3842.42,22.635,-2.89725,0,0,0.992546,-0.121869,600,100,1), - (31036,30854,0,-10467,-3723.87,-19.7124,1.02974,0,0,0.492424,0.870356,600,100,1), - (31037,1619,0,-10827.6,2052.28,27.6429,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (31039,30855,0,-10341,-3736.78,14.747,-3.05433,0,0,0.999048,-0.043619,600,100,1), - (31040,30854,0,-10525,-3746.86,-19.7333,2.32129,0,0,0.91706,0.398749,600,100,1), - (31041,30854,0,-10429.8,-3654.53,18.6127,0.069813,0,0,0.034899,0.999391,600,100,1), - (31042,2045,0,-11024.1,2114.27,-5.42915,0.383972,0,0,0.190809,0.981627,300,100,1), - (31044,4149,0,-10662.9,-4337.71,1.24313,-1.53589,0,0,0.694658,-0.71934,600,100,1), - (31045,4149,0,-10396.9,-4399.83,2.74045,0.890118,0,0,0.430511,0.902585,600,100,1), - (31046,1620,0,-11344.2,1812.11,8.70332,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (31047,1850,0,-10825.8,1325.7,34.2356,0.548886,0,0,0.271011,0.962576,3600,100,1), - (31048,1621,0,-11408.4,1939.08,10.2287,-2.82743,0,0,-0.987688,0.156436,300,100,1), - (31049,2061,0,-10825.8,1325.7,34.2356,0.548886,0,0,0.271011,0.962576,3600,100,1), - (31054,1620,0,-11067.5,1865.32,34.6777,2.49582,0,0,0.948324,0.317305,300,100,1), - (31055,1617,0,-10880.8,1839.2,73.2964,0.890118,0,0,0.430511,0.902585,300,100,1), - (31056,1851,0,-10859.6,1163.74,37.6507,0.540161,0,0,0.266809,0.96375,3600,100,1), - (31058,2061,0,-10859.6,1163.74,37.6507,0.540161,0,0,0.266809,0.96375,3600,100,1), - (31059,1852,0,-11032,1041.22,36.9377,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,100,1), - (31060,2061,0,-11032,1041.22,36.9377,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,100,1), - (31061,1853,0,-11048.9,898.368,36.0253,0.557615,0,0,0.275209,0.961385,3600,100,1), - (31062,1621,0,-10702.9,1829.45,40.1955,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (31063,1622,0,-10742,1648.85,45.6545,2.30383,0,0,0.913544,0.406739,300,100,1), - (31064,2061,0,-11048.9,898.368,36.0253,0.557615,0,0,0.275209,0.961385,3600,100,1), - (31065,1854,0,-11038.5,782.848,37.8301,0.619591,-0.051002,0.001978,0.305264,0.950899,3600,100,1), - (31066,2061,0,-11038.5,782.848,37.8301,0.619591,-0.051002,0.001978,0.305264,0.950899,3600,100,1), - (31067,123,0,-10924.8,996.455,35.6767,-1.48353,0.035104,-0.026255,-0.675081,0.73644,3600,100,1), - (31068,124,0,-10925,994.95,36.3558,0.083313,-0.090912,-0.016617,0.040289,0.994905,3600,100,1), - (31069,1856,0,-11102.7,789.153,37.6336,0.557615,0,0,0.275209,0.961385,3600,100,1), - (31070,2061,0,-11102.7,789.153,37.6336,0.557615,0,0,0.275209,0.961385,3600,100,1), - (31071,1857,0,-11134,1040.79,33.8189,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,100,1), - (31072,2061,0,-11134,1040.79,33.8189,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,100,1), - (31073,1859,0,-11154.7,735,32.6179,-1.03847,-0.032998,0.038939,-0.494843,0.867482,3600,100,1), - (31074,2061,0,-11154.7,735,32.6179,-1.03847,-0.032998,0.038939,-0.494843,0.867482,3600,100,1), - (31076,1621,0,-10558.9,894.501,34.7862,0.314159,0,0,0.156434,0.987688,300,100,1), - (31079,1860,0,-11322.4,1720.98,36.8901,3.14159,0,0,1,0,3600,100,1), - (31080,1622,0,-11028.3,813.303,37.0161,0.645772,0,0,0.317305,0.948324,300,100,1), - (31081,2061,0,-11322.4,1720.98,36.8901,3.14159,0,0,1,0,3600,100,1), - (31082,1865,0,-11269.6,1450.98,89.2755,-2.50455,0.009778,0.039964,0.948656,-0.313622,3600,100,1), - (31083,2061,0,-11269.6,1450.98,89.2755,-2.50455,0.009778,0.039964,0.948656,-0.313622,3600,100,1), - (31084,1617,0,-11169.6,895.545,42.3367,1.02974,0,0,0.492422,0.870357,300,100,1), - (31085,1745,0,-11042.4,1452.14,45.1961,-1.42244,0.002848,0.003305,-0.652753,0.757558,3600,100,1), - (31086,1841,0,-10662.8,2042.55,8.07821,-3.14159,0.013083,0.030536,0.999448,-0.0004,3600,100,1), - (31087,2061,0,-10662.8,2042.55,8.07821,-3.14159,0.013083,0.030536,0.999448,-0.0004,3600,100,1), - (31089,1842,0,-10490.9,1328.44,42.5677,3.14159,0,0,1,0,3600,100,1), - (31092,2061,0,-10490.9,1328.44,42.5677,3.14159,0,0,1,0,3600,100,1), - (31093,2056,0,-10796.7,2048.33,10.2231,3.14159,-0.065223,0.07395,0.995115,0.004847,3600,100,1), - (31094,1621,0,-10152.7,1377.54,39.4594,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (31095,2061,0,-10796.7,2048.33,10.2231,3.14159,-0.065223,0.07395,0.995115,0.004847,3600,100,1), - (31096,2057,0,-11025.8,1657.36,42.5925,3.13286,-0.004286,0.017471,0.999828,0.004439,3600,100,1), - (31097,2061,0,-11025.8,1657.36,42.5925,3.13286,-0.004286,0.017471,0.999828,0.004439,3600,100,1), - (31098,1833,0,-9913.26,1772.61,10.4483,3.14159,0,0,1,0,3600,100,1), - (31099,1622,0,-10106.3,1051.02,36.4797,0.890118,0,0,0.430511,0.902585,300,100,1), - (31102,1619,0,-9652.64,-221.701,54.7938,-1.29154,0,0,-0.601814,0.798637,300,100,1), - (31104,3658,0,-9572.89,-718.307,64.7386,3.07178,0,0,0.999391,0.034899,180,100,1), - (31105,1619,0,-9577.55,-761.046,46.7085,0.959931,0,0,0.461749,0.887011,300,100,1), - (31106,2883,0,-9753.3,-845.746,39.3713,0.05236,0,0,0.026177,0.999657,180,100,1), - (31107,1617,0,-9703.22,-854.584,42.7863,-1.41372,0,0,-0.649447,0.760406,300,100,1), - (31108,1617,0,-9561.31,-1155.23,44.7466,0.261799,0,0,0.130526,0.991445,300,100,1), - (31110,1618,0,-9707.22,-1138.33,38.5584,2.16421,0,0,0.882948,0.469471,300,100,1), - (31112,1621,0,-9479.87,-1875.75,84.1223,1.98968,0,0,0.838672,0.544637,300,100,1), - (31114,1621,0,-9380.46,-1944.81,61.4576,0.506145,0,0,0.25038,0.968148,300,100,1), - (31117,178244,0,-9231.58,-2698.62,89.086,-0.750491,0,0,0.366501,-0.930418,5,100,1), - (31118,178244,0,-9227.89,-2696.93,89.086,-0.872665,0,0,0.422618,-0.906308,5,100,1), - (31119,178244,0,-9225.42,-2694.12,89.086,-1.16937,0,0,0.551937,-0.833886,5,100,1), - (31121,154357,0,-9324.1,-1986.69,43.5814,-0.331612,0,0,0.165048,-0.986286,10,100,1), - (31122,2849,0,-8839.22,-1942.85,132.651,-0.20944,0,0,0.104528,-0.994522,7200,100,1), - (31125,1619,0,-9048.02,-1983.92,148.601,0.087266,0,0,0.0436192,0.999048,300,100,1), - (31126,1619,0,-9042.54,-2104.46,130.643,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (31127,2849,0,-9470.98,-1887.11,83.2995,-0.593412,0,0,0.292372,-0.956305,7200,100,1), - (31130,2849,0,-9098.88,-2025.8,128.651,-1.78024,0,0,0.777146,-0.62932,7200,100,1), - (31132,2850,0,-9210.75,-2898.86,112.972,0.575959,0,0,0.284015,0.95882,7200,100,1), - (31134,2061,0,-9913.26,1772.61,10.4483,3.14159,0,0,1,0,3600,100,1), - (31135,1620,0,-9417.62,-2113.58,67.2459,-2.40855,0,0,-0.93358,0.35837,300,100,1), - (31136,1834,0,-10024.6,1881.3,13.0101,3.14159,0,0,1,0,3600,100,1), - (31137,2061,0,-10024.6,1881.3,13.0101,3.14159,0,0,1,0,3600,100,1), - (31138,1835,0,-10024.8,1817.23,37.637,0.557615,0,0,0.275209,0.961385,3600,100,1), - (31139,1620,0,-10987.7,-518.608,33.1096,1.53589,0,0,0.694658,0.71934,300,100,1), - (31140,2061,0,-10024.8,1817.23,37.637,0.557615,0,0,0.275209,0.961385,3600,100,1), - (31141,2043,0,-11781,-144.351,6.24316,2.04204,0,0,0.852641,0.522496,300,100,1), - (31143,1624,0,-12082,-522.503,13.8591,-0.453786,0,0,-0.224951,0.97437,300,100,1), - (31144,180769,0,-4725.37,-1114.84,520.907,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (31145,180772,0,-4689.03,-1215.52,501.659,2.32129,0,0,0.91706,0.398749,180,100,1), - (31146,180770,0,-4847.67,-1163.08,508.427,0.837758,0,0,0.406737,0.913545,180,100,1), - (31147,180769,0,-4810.58,-1179.87,516.286,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (31148,180769,0,-4947.25,-921.71,510.724,2.35619,0,0,0.92388,0.382683,180,100,1), - (31149,180769,0,-4724.78,-1111.6,520.828,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (31150,180770,0,-4691.34,-874.262,520.236,0.907571,0,0,0.438371,0.898794,180,100,1), - (31151,180769,0,-4799.39,-1179.94,516.354,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (31152,180878,0,-8737.99,1077.35,90.7803,0.645772,0,0,0.317305,0.948324,180,100,1), - (31153,180773,0,-4637.87,-934.665,517.183,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (31154,180770,0,-8663.15,503.359,105.884,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (31155,180772,0,-8852.99,961.527,96.338,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (31156,180769,0,-8795.12,622.49,101.78,0.715585,0,0,0.350207,0.936672,180,100,1), - (31157,180770,0,-5019.26,-1046.8,522.748,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (31158,180769,0,-8946.24,985.972,137.093,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (31159,180769,0,-4725.93,-1118.11,520.869,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (31160,180769,0,-4803.04,-1179.86,516.321,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (31161,180868,0,-4658.02,-962.036,500.377,2.26893,0,0,0.906308,0.422618,180,100,1), - (31162,180771,0,-4707.92,-1230.92,501.659,2.19912,0,0,0.891007,0.453991,180,100,1), - (31163,180769,0,-4955.13,-928.472,510.472,2.23402,0,0,0.898794,0.438371,180,100,1), - (31164,180878,0,-4645.78,-955.221,502.146,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (31165,180770,0,-8463.01,509.91,110.471,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (31166,180869,0,-8746.18,1081.48,90.7803,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (31167,180774,0,-8763.2,724.889,104.229,0.680678,0,0,0.333807,0.942641,180,100,1), - (31168,180878,0,-8739.33,1077.06,90.7803,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (31169,180769,0,-8806.03,613.984,101.849,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (31170,180868,0,-8751.59,1083.03,90.7803,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (31171,180769,0,-8856.18,665.462,100.26,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (31172,180770,0,-8472.49,502.288,110.509,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (31173,180869,0,-8753.01,1080.69,90.7803,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (31174,180773,0,-8859.93,584.931,93.381,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (31175,180769,0,-9057.16,835.097,119.412,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (31176,180771,0,-8795.86,771.453,96.338,0.087266,0,0,0.043619,0.999048,180,100,1), - (31177,180769,0,-8835.63,649.729,100.795,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (31178,180769,0,-4974.16,-1011.93,520.027,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (31179,180868,0,-4670.13,-962.105,500.376,0.698132,0,0,0.34202,0.939693,180,100,1), - (31180,180878,0,-4643.37,-955.283,501.661,2.84489,0,0,0.989016,0.147809,180,100,1), - (31181,180774,0,-5007.46,-1240.85,518.638,0.698132,0,0,0.34202,0.939693,180,100,1), - (31182,180770,0,-4765.33,-912.13,507.818,1.29154,0,0,0.601815,0.798636,180,100,1), - (31183,180868,0,-4671.26,-956.461,500.377,0.017453,0,0,0.008727,0.999962,180,100,1), - (31184,180770,0,-4682.48,-881.148,520.234,0.925024,0,0,0.446198,0.894934,180,100,1), - (31185,180878,0,-4645.99,-953.588,502.146,0.733038,0,0,0.358368,0.93358,180,100,1), - (31186,180868,0,-4672.56,-943.665,502.145,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (31187,180878,0,-4646.05,-952.816,502.146,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (31188,180878,0,-4645.03,-954.707,501.914,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (31189,180878,0,-4645.94,-954.439,502.146,2.67035,0,0,0.97237,0.233445,180,100,1), - (31190,180878,0,-8737.76,1076.57,90.7768,0.087266,0,0,0.043619,0.999048,180,100,1), - (31191,180878,0,-8736.52,1074.73,90.7114,3.07178,0,0,0.999391,0.034899,180,100,1), - (31192,180769,0,-8862.9,617.229,100.997,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (31193,180878,0,-8739.89,1075.47,90.7259,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (31194,180770,0,-5016.34,-1125.14,509.606,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (31195,180769,0,-4870.8,-882.01,517.743,1.78024,0,0,0.777146,0.62932,180,100,1), - (31196,180878,0,-4643.85,-953.568,502.598,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (31197,180868,0,-4667.73,-949.558,500.377,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (31198,180766,0,-4669.66,-941.988,502.145,2.05949,0,0,0.857167,0.515038,180,100,1), - (31199,180878,0,-4644.84,-949.221,501.661,0.261799,0,0,0.130526,0.991445,180,100,1), - (31200,180869,0,-4663.9,-941.643,507.315,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (31201,180868,0,-8742,1077.54,90.7803,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (31202,180769,0,-8838.13,600.776,98.2744,2.44346,0,0,0.939693,0.34202,180,100,1), - (31203,180871,0,-4647.16,-951.983,503.619,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (31204,180871,0,-4669.02,-970.218,503.601,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (31205,180871,0,-4650.28,-965.382,503.618,2.46091,0,0,0.942641,0.333807,180,100,1), - (31206,180764,0,-4677.99,-959.548,503.617,0.314159,0,0,0.156434,0.987688,180,100,1), - (31207,180763,0,-4926.37,-996.199,502.393,2.44346,0,0,0.939693,0.34202,180,100,1), - (31208,180764,0,-4829.83,-1288.79,506.62,1.41372,0,0,0.649448,0.760406,180,100,1), - (31209,180763,0,-4839.16,-874.906,506.185,1.78024,0,0,0.777146,0.62932,180,100,1), - (31210,180763,0,-4838.31,-1287.45,506.708,1.36136,0,0,0.62932,0.777146,180,100,1), - (31211,180764,0,-4852.04,-1158.69,505.505,0.907571,0,0,0.438371,0.898794,180,100,1), - (31212,180764,0,-4874.24,-955.01,506.792,1.97222,0,0,0.833886,0.551937,180,100,1), - (31213,180763,0,-5001.92,-1222.46,506.967,0.872665,0,0,0.422618,0.906308,180,100,1), - (31214,180764,0,-4805.33,-1255.81,505.788,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (31215,180764,0,-4842.78,-1166.88,505.359,0.802851,0,0,0.390731,0.920505,180,100,1), - (31216,180763,0,-4848.96,-1285.76,505.979,1.41372,0,0,0.649448,0.760406,180,100,1), - (31217,180764,0,-4988.48,-1239.32,506.844,0.767945,0,0,0.374607,0.927184,180,100,1), - (31218,180764,0,-4798.82,-1179.97,507.065,1.8675,0,0,0.803857,0.594823,180,100,1), - (31219,180763,0,-4852.13,-1247.77,505.845,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (31220,180763,0,-4886.36,-958.486,506.705,1.81514,0,0,0.788011,0.615662,180,100,1), - (31221,180763,0,-4819.39,-1290.44,506.017,1.53589,0,0,0.694658,0.71934,180,100,1), - (31222,180764,0,-4926.37,-996.199,502.393,2.44346,0,0,0.939693,0.34202,180,100,1), - (31223,180872,0,-8727.5,1080.04,92.3358,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (31224,180871,0,-8769.58,1069.28,92.3428,0,0,0,0,1,180,100,1), - (31225,180764,0,-8735.24,1066.74,92.0709,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (31226,180763,0,-8760.69,1068.68,92.3914,3.07178,0,0,0.999391,0.034899,180,100,1), - (31227,180763,0,-4829.83,-1288.79,506.62,1.41372,0,0,0.649448,0.760406,180,100,1), - (31228,180764,0,-4838.31,-1287.45,506.708,1.36136,0,0,0.62932,0.777146,180,100,1), - (31229,180764,0,-4805.33,-1255.81,505.788,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (31230,180763,0,-5001.92,-1222.46,506.967,0.872665,0,0,0.422618,0.906308,180,100,1), - (31231,180764,0,-4848.96,-1285.76,505.979,1.41372,0,0,0.649448,0.760406,180,100,1), - (31233,180763,0,-8853.72,638.316,98.2551,0.523599,0,0,0.258819,0.965926,180,100,1), - (31234,180764,0,-8846.65,619.905,97.9667,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (31235,180764,0,-8883.98,592.172,96.68,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (31236,180763,0,-8833.74,609.503,97.2013,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (31237,180763,0,-8865.42,570.219,100.54,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (31238,180763,0,-8808.96,616.082,98.9183,2.32129,0,0,0.91706,0.398749,180,100,1), - (31239,180764,0,-8859.56,660.835,98.8865,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (31240,180763,0,-8872.6,611.058,96.2855,-1.0472,0,0,0.5,-0.866025,180,100,1), - (31241,180764,0,-8853.72,638.316,98.2551,0.523599,0,0,0.258819,0.965926,180,100,1), - (31242,180763,0,-8883.98,592.172,96.68,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (31243,180763,0,-8846.65,619.905,97.9667,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (31244,180764,0,-8760.69,1068.68,92.3914,3.07178,0,0,0.999391,0.034899,180,100,1), - (31245,180763,0,-8735.24,1066.74,92.0709,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (31246,180871,0,-8734.83,1076.31,92.3113,0.541052,0,0,0.267238,0.96363,180,100,1), - (31247,180763,0,-8731.79,1060.77,92.3128,2.05949,0,0,0.857167,0.515038,180,100,1), - (31248,180872,0,-8727.5,1080.04,92.3358,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (31249,180764,0,-8735.24,1066.74,92.0709,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (31250,180765,1,9640.84,2607.8,1356.51,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (31251,180773,1,9940.37,2509.09,1327.09,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (31252,180772,1,7592.77,-2209.55,473.739,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (31253,180878,1,7593.7,-2225.91,469.257,2.60054,0,0,0.96363,0.267238,180,100,1), - (31254,180771,1,7577.15,-2226.38,472.801,1.93731,0,0,0.824126,0.566406,180,100,1), - (31255,180768,1,7596.48,-2260.56,464.648,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (31256,180768,1,7567.66,-2234.99,470.035,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (31257,180772,1,7571.86,-2230.04,471.872,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (31258,180771,1,7564.37,-2224.28,472.465,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (31259,180771,1,7568.89,-2211.81,474.619,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (31260,180878,1,7595.83,-2227.57,468.584,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (31261,180771,1,7898.9,-2425.79,494.243,2.47837,0,0,0.945519,0.325568,180,100,1), - (31262,180768,1,7804.63,-2306.1,455.442,2.40855,0,0,0.93358,0.358368,180,100,1), - (31263,180765,1,7789.09,-2453.35,494.773,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (31264,180765,1,7844.05,-2569.99,505.267,0.418879,0,0,0.207912,0.978148,180,100,1), - (31265,180765,1,8018.68,-2687.19,521.25,3.08923,0,0,0.999657,0.026177,180,100,1), - (31266,180765,1,7980.53,-2436.58,496.331,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (31267,180771,1,9933.49,2208.78,1329.27,0.10472,0,0,0.052336,0.99863,180,100,1), - (31268,180765,1,9864.92,2496.11,1337.47,0.890118,0,0,0.430511,0.902585,180,100,1), - (31269,180771,1,9966.66,2204.93,1328.99,3.12414,0,0,0.999962,0.008727,180,100,1), - (31270,180765,1,10153.7,2244.23,1335.25,2.68781,0,0,0.97437,0.224951,180,100,1), - (31271,180772,1,7604.71,-2222.28,470.468,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (31272,180778,1,7608.04,-2241.13,467.295,2.6529,0,0,0.970296,0.241922,180,100,1), - (31273,180766,1,7577.04,-2202.19,475.33,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (31274,180878,1,7594.09,-2218.45,469.616,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (31275,180878,1,7593.46,-2220.96,469.408,0.034907,0,0,0.017452,0.999848,180,100,1), - (31276,180878,1,7594.01,-2217.78,469.815,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (31277,180766,1,7584.93,-2210.23,473.766,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (31278,180778,1,7533.19,-2189.47,476.343,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (31279,180778,1,7533.15,-2200.42,475.957,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (31280,180771,1,7600.6,-2238.86,467.719,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (31281,180778,1,7597.29,-2260.58,464.672,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (31282,180766,1,7586.31,-2220.49,471.462,2.40855,0,0,0.93358,0.358368,180,100,1), - (31283,180771,1,7612.31,-2222.55,470.39,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (31284,180768,1,7622.83,-2235.06,465.443,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (31285,180771,1,7573.45,-2244.37,467.651,1.29154,0,0,0.601815,0.798636,180,100,1), - (31286,180768,1,7602.54,-2228.53,467.916,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (31287,180771,1,7617.58,-2233.56,467.032,2.54818,0,0,0.956305,0.292372,180,100,1), - (31288,180771,1,7579.26,-2243.99,468.654,2.18166,0,0,0.887011,0.461749,180,100,1), - (31289,180768,1,7697.64,-2225.46,456.511,0.244346,0,0,0.121869,0.992546,180,100,1), - (31290,180765,1,7785.37,-2587.58,497.624,1.88496,0,0,0.809017,0.587785,180,100,1), - (31291,180769,1,7976,-2424.46,497.055,0.069813,0,0,0.034899,0.999391,180,100,1), - (31292,180768,1,7892.78,-2315.5,466.889,2.80998,0,0,0.986286,0.165048,180,100,1), - (31293,180765,1,9936.63,2508.27,1324.64,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (31294,180765,1,9855.15,2363.35,1337.14,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (31295,180771,1,9933.3,2199.98,1328.31,0.191986,0,0,0.095846,0.995396,180,100,1), - (31296,180758,1,10142.9,2209.27,1332.51,2.16421,0,0,0.882948,0.469472,180,100,1), - (31297,180878,1,7594.99,-2220.99,469.232,2.33874,0,0,0.920505,0.390731,180,100,1), - (31298,180878,1,7595.52,-2222.41,469,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (31299,180878,1,7594.13,-2226.66,469.132,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (31300,22255,0,458.687,-216.708,152.53,1.7366,0,0,0.763233,0.646124,7200,100,1), - (31301,1839,0,-9714.08,1045.22,35.4106,3.14159,0,0,1,0,3600,100,1), - (31302,1621,0,-10273.4,-752.236,45.124,3.08923,0,0,0.999657,0.0261783,300,100,1), - (31303,2061,0,-9714.08,1045.22,35.4106,3.14159,0,0,1,0,3600,100,1), - (31304,1624,0,-10320.1,-915.112,39.2073,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (31310,1619,0,-8779.48,-2617.22,139.61,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (31311,37091,0,514.604,-228.266,176.59,-2.10312,0,0,0.868199,-0.496217,7200,100,1), - (31312,2061,0,514.604,-228.266,176.59,-2.10312,0,0,0.868199,-0.496217,7200,100,1), - (31313,37092,0,484.051,-220.741,167.711,0.034906,0,0,0.017452,0.999848,7200,100,1), - (31315,2061,0,484.051,-220.741,167.711,0.034906,0,0,0.017452,0.999848,7200,100,1), - (31316,22262,0,475.146,-213.76,167.849,0.471238,0,0,0.233445,0.97237,7200,100,1), - (31317,22250,0,488.281,-214.182,152.53,2.05949,0,0,0.857167,0.515038,7200,100,1), - (31318,3770,0,457.965,-214.064,152.596,-0.986111,0,0,-0.47332,0.880891,7200,100,1), - (31319,37093,0,518.792,-260.702,154.462,2.05949,0,0,0.857167,0.515038,7200,100,1), - (31320,2061,0,518.792,-260.702,154.462,2.05949,0,0,0.857167,0.515038,7200,100,1), - (31321,22259,0,486.939,-205.517,167.849,-1.09956,0,0,-0.522499,0.85264,7200,100,1), - (31322,2866,0,-7182.48,-1527.93,241.124,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (31323,22260,0,494.803,-207.869,167.849,-2.62672,0,0,0.967046,-0.254603,7200,100,1), - (31324,22251,0,486.849,-211.538,152.53,-1.11701,0,0,-0.529919,0.848048,7200,100,1), - (31326,37094,0,493.702,-215.755,167.711,1.01229,0,0,0.484809,0.87462,7200,100,1), - (31327,2061,0,493.702,-215.755,167.711,1.01229,0,0,0.484809,0.87462,7200,100,1), - (31328,22257,0,480.347,-209.022,167.849,-1.09956,0,0,-0.522499,0.85264,7200,100,1), - (31329,22258,0,483.383,-207.408,167.849,-1.09956,0,0,-0.522499,0.85264,7200,100,1), - (31330,37051,0,477.036,-217.316,167.849,0.471238,0,0,0.233445,0.97237,7200,100,1), - (31331,37096,0,482.846,-245.071,176.59,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (31332,2061,0,482.846,-245.071,176.59,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (31333,1764,0,684.73,-895.298,171.805,2.09439,0,0,0.866025,0.5,7200,100,1), - (31335,2714,0,-243.975,-326.684,46.3559,-1.79769,0,0,0.782608,-0.622515,300,100,1), - (31337,3707,0,1205.95,-310.428,42.7005,-2.14675,0,0,0.878817,-0.477159,7200,100,1), - (31338,19876,0,263.339,-267.679,143.757,1.44862,0,0,0.66262,0.748956,7200,100,1), - (31339,2866,0,-7230.77,-1154.26,258.973,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (31340,187254,0,-32.6525,-558.996,152.07,1.44862,0,0,0.66262,0.748956,7200,100,1), - (31342,3949,1,-1846.53,607.406,122.66,-1.50098,0,0,-0.681999,0.731353,900,100,1), - (31343,2045,1,5990.36,779.264,-16.601,-1.88496,0,0,-0.809018,0.587783,300,100,1), - (31344,3950,1,-1847.87,587.302,122.66,4.71239,0,0,-0.707107,0.707107,900,100,1), - (31346,3951,1,-1847.55,602.834,157.515,-1.85878,0,0,-0.801254,0.598324,900,100,1), - (31348,2045,1,6459.84,694.331,-35.396,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (31349,176751,1,-1310.88,2035.5,50.1442,-2.77507,0,0,0.983255,-0.182235,500,100,1), - (31350,176751,1,-1349.28,2031.71,50.1442,-0.942478,0,0,0.453991,-0.891006,500,100,1), - (31351,2045,1,6133.21,600.884,-7.72176,-0.087267,0,0,-0.0436197,0.999048,300,100,1), - (31354,2045,1,5265.87,615.337,-10.8252,0.244346,0,0,0.121869,0.992546,300,100,1), - (31356,176751,1,-1307.84,1949.76,51.0022,-0.034907,0,0,0.017452,-0.999848,500,100,1), - (31357,1731,1,4787.53,766.542,8.5393,1.20428,0,0,0.566407,0.824125,300,100,1), - (31358,1731,1,4855.59,722.665,5.86654,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (31359,176751,1,-1461.4,1785.83,50.2736,-2.37365,0,0,0.927184,-0.374607,500,100,1), - (31360,176751,1,-1303.66,1887.6,50.3437,-1.50098,0,0,0.681998,-0.731354,500,100,1), - (31361,1620,1,4636.47,638.005,7.22104,-1.76278,0,0,-0.771624,0.636079,300,100,1), - (31363,2045,1,4594.34,834.275,-8.53328,-2.89725,0,0,-0.992546,0.12187,300,100,1), - (31365,176751,1,-1383.97,1838.74,50.1442,-3.10669,0,0,0.999848,-0.017452,500,100,1), - (31366,1731,1,4348.59,966.763,15.5835,-2.89725,0,0,-0.992546,0.121868,300,100,1), - (31367,176751,1,-1315.02,1796.78,50.1442,-1.0821,0,0,0.515038,-0.857167,500,100,1), - (31368,176751,1,-1358.2,1787.12,50.1443,-2.40855,0,0,0.93358,-0.358368,500,100,1), - (31369,176751,1,-1386.78,2157.37,66.9486,-1.85005,0,0,0.798635,-0.601815,500,100,1), - (31370,1731,1,3753.26,618.903,14.7077,-2.42601,0,0,-0.936671,0.35021,300,100,1), - (31372,1621,1,2962.99,385.299,91.82,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (31373,1620,1,2871.51,353.335,91.6667,1.25664,0,0,0.587786,0.809016,300,100,1), - (31374,176751,1,-1258.74,1856.7,50.1442,1.8326,0,0,0.793353,0.608761,500,100,1), - (31375,176752,1,-1347.18,1933.94,50.1442,0.05236,0,0,0.026177,0.999657,500,100,1), - (31376,1622,1,2308.27,-1013.45,104.782,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (31377,176752,1,-1259.2,1999.79,50.1442,0.453786,0,0,0.224951,0.97437,500,100,1), - (31378,176752,1,-1430.09,1788.51,50.1442,-2.82743,0,0,0.987688,-0.156434,500,100,1), - (31379,176752,1,-1290.17,1810.65,50.1442,-1.3439,0,0,0.622515,-0.782608,500,100,1), - (31380,1624,1,2013.37,-842.71,97.7068,1.69297,0,0,0.748956,0.66262,300,100,1), - (31381,2045,1,1902.56,-1242.19,65.2825,2.3911,0,0,0.930417,0.366502,300,100,1), - (31382,1731,1,1795.4,-1623.78,95.8916,2.09439,0,0,0.866024,0.500002,300,100,1), - (31383,176752,1,-1276.88,2101.91,62.59,-2.86234,0,0,0.990268,-0.139173,500,100,1), - (31384,50803,1,-1232.67,1740.11,90.3898,-1.05945,0,0,-0.505297,0.862946,900,100,1), - (31385,50804,1,-1227.94,1745.11,90.3898,-1.19035,0,0,-0.560655,0.82805,900,100,1), - (31386,1622,1,1638.67,-1843.24,120.203,3.12414,0,0,0.999962,0.0087262,300,100,1), - (31387,1621,1,1426.8,-1952.5,99.9765,0.558505,0,0,0.275637,0.961262,300,100,1), - (31388,180372,0,-5073.67,-799.944,496.03,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (31389,180370,0,-5075.2,-799.255,496.038,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (31390,180373,0,-5074.1,-799.221,496.051,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (31391,180372,0,-5073.67,-799.944,496.03,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (31392,180372,0,-5077.29,-800.179,496.03,2.32129,0,0,0.91706,0.398749,180,100,1), - (31393,180370,0,-5077.29,-800.179,496.03,2.32129,0,0,0.91706,0.398749,180,100,1), - (31394,180373,0,-5079.73,-800.639,496.037,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (31395,180371,0,-5080.8,-799.561,496.03,1.8675,0,0,0.803857,0.594823,180,100,1), - (31396,180370,0,-5082.25,-800.448,496.03,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (31397,186420,0,-33.4915,-558.884,152.066,1.93731,0,0,0.824126,0.566406,7200,100,1), - (31401,3662,0,-8780.65,456.425,98.4555,1.58825,0,0,0.71325,0.700909,180,100,1), - (31402,3662,0,-8826.01,582.64,95.2445,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (31414,3658,0,-5637.03,-505.798,396.955,3.00197,0,0,0.997564,0.069757,180,100,1), - (31473,1617,0,-5294.54,-526.426,391.066,1.98968,0,0,0.838672,0.544637,300,100,1), - (31684,177524,1,-1876.68,3378.85,-70.1771,0,0,0,0,1,900,100,1), - (31896,177524,1,-588.114,2858.04,-38.5369,0.628319,0,0,0.309017,0.951057,900,100,1), - (31897,177524,1,-498.033,2739.48,-30.6666,-0.750491,0,0,0.366501,-0.930418,900,100,1), - (31899,177524,1,-76.6455,2685.81,-99.1043,1.88496,0,0,0.809017,0.587785,900,100,1), - (31900,177524,1,-1985.92,3374.38,-80.1733,0,0,0,0,1,900,100,1), - (31901,177524,1,-1944,3222.99,-69.3751,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (31902,177524,1,-147.745,2589.38,-48.1679,-0.698132,0,0,0.34202,-0.939693,900,100,1), - (31903,177524,1,161.034,2742.56,-71.4729,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (31904,142476,90,-553.812,488.616,-216.81,1.309,0,0,0.608761,0.793353,3600,100,1), - (31905,177524,1,-22.3517,2831.51,-34.2596,-0.802851,0,0,0.390731,-0.920505,900,100,1), - (31906,177524,1,55.2842,2842.69,-83.0677,2.53073,0,0,0.953717,0.300706,900,100,1), - (31907,177524,1,-1829.4,3280.41,-68.2534,1.58825,0,0,0.71325,0.700909,900,100,1), - (31908,50805,1,-1243.62,1756.25,90.3898,-1.12926,0,0,-0.535105,0.844785,900,100,1), - (31909,175736,1,-1966.76,426.639,134.949,-2.04204,0,0,0.85264,-0.522498,900,100,1), - (31910,177784,1,-468.385,2699.84,-26.4766,0.191986,0,0,0.095846,0.995396,7200,100,1), - (31917,180045,1,-1468.97,202.423,-7.7928,2.40855,0,0,0.93358,0.358368,180,100,1), - (31926,3705,0,-8801.83,511.413,100.043,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (31930,1617,0,-9594.93,515.174,48.0958,1.27409,0,0,0.594823,0.803857,300,100,1), - (31931,1618,0,-9649.62,566.361,41.6649,0.942478,0,0,0.453991,0.891006,300,100,1), - (31932,1617,0,-9977.84,952.781,32.1047,1.64061,0,0,0.731354,0.681998,300,100,1), - (31933,1618,0,-10028.1,1030.02,36.5747,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (31934,1618,0,-10202.1,945.401,37.1596,2.05949,0,0,0.857168,0.515037,300,100,1), - (31935,33,0,-9794.49,2107.64,12.304,-1.93499,-0.093924,0.017096,-0.822295,0.560996,1,100,1), - (31936,1618,0,-10833.5,1232.25,32.9296,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (31937,36,0,-10515.2,1598.61,44.0296,-1.50337,0.066409,-0.128221,-0.670844,0.727405,1,100,1), - (31938,1620,0,-10932.7,1331.54,35.9677,1.25664,0,0,0.587786,0.809016,300,100,1), - (31939,86,0,-10670.3,1022.06,32.6104,-1.90211,0.032457,-0.007081,-0.813898,0.580057,3600,100,1), - (31940,88,0,-10670.6,1020.91,31.5826,1.23918,0,0,0.580703,0.814116,3600,100,1), - (31941,21308,0,-10612.6,1947.38,37.6884,-0.105611,0,0,-0.052781,0.998606,3600,100,1), - (31942,2061,0,-10612.6,1947.38,37.6884,-0.105611,0,0,-0.052781,0.998606,3600,100,1), - (31943,1621,0,-11042.4,1486.27,43.7401,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (31945,1622,0,-11095.7,1524.61,43.1948,1.97222,0,0,0.833885,0.551938,300,100,1), - (31951,1621,0,-11251.6,1625.53,57.6362,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (31954,21701,0,-10123.2,1058.27,36.2985,-3.01069,0,0,0.997859,-0.065403,3600,100,1), - (31957,3662,36,-103.57,-723.359,8.49449,0.698132,0,0,0.34202,0.939693,180,100,1), - (31960,20921,0,-11374.3,1796.17,8.31632,3.14159,0,0,1,0,3600,100,1), - (31961,2061,0,-11374.3,1796.17,8.31632,3.14159,0,0,1,0,3600,100,1), - (31962,16396,0,-9979.23,1007.14,31.1373,0.02618,0.087148,0.001141,0.01304,0.996109,3600,100,1), - (31963,75295,34,104.455,77.2554,-34.8562,-0.366519,0,0,0.182236,-0.983255,43200,100,1), - (31964,75298,34,151.69,-65.131,-34.8562,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (31965,180371,0,-5085.64,-799.931,496.03,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (31966,180373,0,-5074.1,-799.221,496.051,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (31967,180371,0,-5073.67,-799.944,496.03,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (31968,180372,0,-5075.2,-799.255,496.038,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (31969,180370,0,-5080.8,-799.561,496.03,1.8675,0,0,0.803857,0.594823,180,100,1), - (31970,180348,1,1329.04,-4424.14,27.4311,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (31971,180348,1,1328.02,-4415.51,27.6108,1.25664,0,0,0.587785,0.809017,180,100,1), - (31972,180338,1,1330.02,-4412.74,27.6077,0.069813,0,0,0.034899,0.999391,180,100,1), - (31973,177784,1,-588.834,2648.15,-19.4671,1.67552,0,0,0.743145,0.669131,7200,100,1), - (31974,3725,1,-427.637,-2486.69,92.1472,-0.174533,0,0,0.087156,-0.996195,900,100,1), - (31975,3727,1,-853.452,-2310.96,92.8695,1.97222,0,0,0.833886,0.551937,900,100,1), - (31976,3724,1,-918.801,-2302.58,91.6667,3.00197,0,0,0.997564,0.069757,900,100,1), - (31977,177784,1,-606.141,2758.65,-24.8071,-1.16937,0,0,0.551937,-0.833886,7200,100,1), - (31978,3729,1,-832.846,-2075.74,91.6667,2.93215,0,0,0.994522,0.104528,900,100,1), - (31979,177784,1,-573.624,2860.44,-36.238,-0.523599,0,0,0.258819,-0.965926,7200,100,1), - (31981,177784,1,-370.997,2697.79,-19.8611,2.16421,0,0,0.882948,0.469472,7200,100,1), - (31982,177784,1,-464.644,2797.81,-31.1769,-2.61799,0,0,0.965926,-0.258819,7200,100,1), - (31983,177784,1,-404.709,2752.26,-25.585,-2.40855,0,0,0.93358,-0.358368,7200,100,1), - (31984,177784,1,-297.987,2642.96,-20.8264,2.00713,0,0,0.843391,0.5373,7200,100,1), - (31985,177784,1,-305.279,2763.53,-14.4324,-3.05433,0,0,0.999048,-0.043619,7200,100,1), - (573744,176224,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (573743,176224,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (31988,177784,1,-277.378,2846.93,-15.2723,2.82743,0,0,0.987688,0.156434,7200,100,1), - (31989,177784,1,-241.083,2690.35,-37.2636,-2.75762,0,0,0.981627,-0.190809,7200,100,1), - (31990,13891,43,-31.3705,268.373,-103.759,-2.84489,0,0,0.989016,-0.147809,300,100,1), - (31991,19535,43,-31.3705,268.373,-103.759,-2.84489,0,0,0.989016,-0.147809,3600,100,1), - (31992,2041,43,-33.4606,282.588,-105.51,-0.139626,0,0,-0.0697563,0.997564,7200,100,1), - (31993,56819,43,36.4862,186.328,-87.6447,2.75526,0.056032,0.008136,0.980019,0.190677,3600,100,1), - (31994,2061,43,36.4862,186.328,-87.6447,2.75526,0.056032,0.008136,0.980019,0.190677,3600,100,1), - (31995,13891,43,28.4734,146.89,-90.4116,-1.78024,0,0,0.777146,-0.62932,300,100,1), - (31996,19535,43,28.4734,146.89,-90.4116,-1.78024,0,0,0.777146,-0.62932,3600,100,1), - (31997,13891,43,45.9468,275.327,-89.1026,-2.21657,0,0,0.894934,-0.446198,300,100,1), - (31998,19535,43,45.9468,275.327,-89.1026,-2.21657,0,0,0.894934,-0.446198,3600,100,1), - (31999,75293,43,-49.9295,370.574,-59.6856,0.575959,0,0,0.284016,0.95882,5200,100,1), - (32000,1619,43,-53.0091,389.589,-61.6968,-1.0821,0,0,-0.515036,0.857168,7200,100,1), - (32001,13891,43,-95.8325,423.05,-106.731,2.84489,0,0,0.989016,0.147809,300,100,1), - (32002,19535,43,-95.8325,423.05,-106.731,2.84489,0,0,0.989016,0.147809,3600,100,1), - (32003,146091,43,-136.916,414.704,-72.737,-1.85517,-0.021164,0.000875,-0.800126,0.599458,3600,100,1), - (32004,2061,43,-136.916,414.704,-72.737,-1.85517,-0.021164,0.000875,-0.800126,0.599458,3600,100,1), - (32005,13891,43,3.27935,411.871,-65.9418,-2.16421,0,0,0.882948,-0.469472,300,100,1), - (32006,19535,43,3.27935,411.871,-65.9418,-2.16421,0,0,0.882948,-0.469472,3600,100,1), - (32007,177784,1,-545.825,2710.22,-27.9073,-2.1293,0,0,0.87462,-0.48481,7200,100,1), - (32008,177786,1,191.081,2884.41,2.96727,1.6057,0,0,0.71934,0.694658,2,100,1), - (32009,177787,1,-459.514,2611.73,2.09082,0.244346,0,0,0.121869,0.992546,2,100,1), - (32010,175739,1,-1965.7,426.689,134.916,-1.43117,0,0,0.656059,-0.75471,900,100,1), - (32011,3725,1,-1020,-2140.87,82.2547,-1.46608,0,0,0.669131,-0.743145,900,100,1), - (32012,177278,1,157.035,1190.92,165.464,2.06821,0,0,0.859406,0.511293,900,100,1), - (32013,65407,1,-1400.12,2090.36,61.6213,2.99324,0,0,0.99725,0.074109,900,100,1), - (32014,3729,1,-2554.9,-2101.11,91.6667,-0.383972,0,0,0.190809,-0.981627,900,100,1), - (32015,3729,1,-3199.2,-2127.84,91.6781,0.977384,0,0,0.469472,0.882948,900,100,1), - (32017,3729,1,-4031.71,-1957.76,92.6257,2.28638,0,0,0.909961,0.414693,900,100,1), - (32018,1623,1,-4471.07,-1945,118.288,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (32019,176768,1,-1399.82,1483.42,61.4687,0.750492,0,0,0.366501,0.930418,900,100,1), - (32020,157820,129,2561.65,692.778,55.132,3.14159,0,0,1,0,5400,100,1), - (32021,157816,129,2586.09,765.225,55.132,3.14159,0,0,1,0,5400,100,1), - (32022,157817,129,2605.48,726.652,55.132,3.14159,0,0,1,0,5400,100,1), - (32023,157818,129,2600.1,709.109,55.132,3.14159,0,0,1,0,5400,100,1), - (32024,157819,129,2581.85,698.974,55.132,3.14159,0,0,1,0,5400,100,1), - (32025,148850,129,2563.35,1000.16,61.1681,3.14159,0,0,1,0,5400,100,1), - (32026,2061,129,2563.35,1000.16,61.1681,3.14159,0,0,1,0,5400,100,1), - (32027,151952,129,2590.95,944.905,63.5354,2.49582,0,0,0.948324,0.317305,5400,100,1), - (32028,142141,129,2479.97,1006.34,24.0507,-2.32129,0,0,-0.91706,0.398748,7200,100,1), - (32029,151951,129,2586.83,937.335,54.6307,0.087266,0,0,0.043619,0.999048,5400,100,1), - (32030,151952,129,2579.3,933.342,63.8774,2.49582,0,0,0.948324,0.317305,5400,100,1), - (32031,151973,129,2582.49,941.554,64.2574,1.51844,0,0,0.688355,0.725374,5400,100,1), - (32032,75300,129,2502.75,944.867,49.1772,-2.05949,0,0,0.857167,-0.515038,5400,100,1), - (32033,148858,129,2516.57,881.267,61.1051,0.200713,0,0,0.100188,0.994969,5400,100,1), - (32034,2061,129,2516.57,881.267,61.1051,0.200713,0,0,0.100188,0.994969,5400,100,1), - (32035,148847,129,2459.19,956.073,35.414,3.14086,-0.005169,-0.03555,0.999355,0.000184,5400,100,1), - (32036,2061,129,2459.19,956.073,35.414,3.14086,-0.005169,-0.03555,0.999355,0.000184,5400,100,1), - (32037,148849,129,2455.71,925.767,48.1272,3.14159,0,0,1,0,5400,100,1), - (32038,2061,129,2455.71,925.767,48.1272,3.14159,0,0,1,0,5400,100,1), - (32039,148848,129,2529.56,858.371,48.5066,3.03737,-0.240603,-0.002895,0.969493,0.046745,5400,100,1), - (32040,2061,129,2529.56,858.371,48.5066,3.03737,-0.240603,-0.002895,0.969493,0.046745,5400,100,1), - (32041,148861,129,2544.21,865.916,49.7136,3.11186,-0.211319,0.047258,0.975977,0.02409,5400,100,1), - (32042,2061,129,2544.21,865.916,49.7136,3.11186,-0.211319,0.047258,0.975977,0.02409,5400,100,1), - (32043,148860,129,2543.6,850.734,51.312,-3.13662,-0.021938,0.008126,0.999724,-0.002306,5400,100,1), - (32044,2061,129,2543.6,850.734,51.312,-3.13662,-0.021938,0.008126,0.999724,-0.002306,5400,100,1), - (32045,148917,129,2552.44,856.984,51.495,2.68781,0,0,0.97437,0.224951,5400,100,1), - (32046,148846,129,2439.52,996.783,49.2134,2.73448,0.008101,0.107634,0.97333,0.202428,5400,100,1), - (32047,2061,129,2439.52,996.783,49.2134,2.73448,0.008101,0.107634,0.97333,0.202428,5400,100,1), - (32048,40198,129,2409.97,954.724,54.7089,3.14159,0,0,1,0,5400,100,1), - (32049,2061,129,2409.97,954.724,54.7089,3.14159,0,0,1,0,5400,100,1), - (32050,2046,129,2413.38,939.964,45.2382,-0.663225,0,0,-0.325568,0.945519,7200,100,1), - (32051,1628,129,2422,982.551,48.5452,-0.20944,0,0,-0.104529,0.994522,7200,100,1), - (32052,142141,129,2536.55,736.053,53.7239,3.05433,0,0,0.999048,0.0436174,7200,100,1), - (32053,1628,129,2599.42,701.18,55.4969,1.3439,0,0,0.622513,0.782609,7200,100,1), - (32054,2046,129,2582.36,693.47,56.6378,-0.645772,0,0,-0.317305,0.948324,7200,100,1), - (32055,1628,129,2501.06,666.093,53.2512,0.314159,0,0,0.156434,0.987688,7200,100,1), - (32056,148859,129,2499.28,667.883,54.6696,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,100,1), - (32057,2061,129,2499.28,667.883,54.6696,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,100,1), - (32058,148864,129,2455.52,698.852,55.8303,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,100,1), - (32059,2061,129,2455.52,698.852,55.8303,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,100,1), - (32060,1628,129,2459.58,673.032,63.7238,0.349066,0,0,0.173648,0.984808,7200,100,1), - (32061,148862,129,2459.83,641.64,55.662,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,100,1), - (32062,2061,129,2459.83,641.64,55.662,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,100,1), - (32063,148863,129,2433.28,653.952,55.7454,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,100,1), - (32064,2061,129,2433.28,653.952,55.7454,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,100,1), - (32065,40199,129,2394.63,886.028,55.4499,3.14159,0,0,1,0,5400,100,1), - (32066,142140,0,-12728,-451.183,30.4847,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (32067,2046,0,-13067.4,-142.569,12.5609,2.87979,0,0,0.991445,0.130528,300,100,1), - (32068,2043,0,-13126.2,-282.232,15.2135,1.18682,0,0,0.559191,0.829039,300,100,1), - (32069,1623,0,-13255,-216.357,36.4438,1.74533,0,0,0.766045,0.642787,300,100,1), - (32070,92143,0,-11204.5,796.073,39.774,-3.14159,0.026177,-0.004362,0.999648,0.000114,3600,100,1), - (32071,1624,0,-13412.4,154.721,21.4733,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (32072,2061,0,-11204.5,796.073,39.774,-3.14159,0.026177,-0.004362,0.999648,0.000114,3600,100,1), - (32077,180345,1,1328.42,-4423.67,27.4051,2.96706,0,0,0.996195,0.087156,180,100,1), - (32078,180352,1,1333.24,-4417.46,26.8339,2.80998,0,0,0.986286,0.165048,180,100,1), - (32079,180349,1,1328.8,-4424.65,27.425,0.942478,0,0,0.45399,0.891007,180,100,1), - (32080,180345,1,1328.18,-4414.68,27.5827,0.890118,0,0,0.430511,0.902585,180,100,1), - (32081,129206,0,-11110.6,513.03,31.2564,2.93215,0,0,0.994522,0.104528,3600,100,1), - (32083,2061,0,-11110.6,513.03,31.2564,2.93215,0,0,0.994522,0.104528,3600,100,1), - (32084,2045,0,-12976.8,516.376,-7.23011,-0.296706,0,0,-0.147809,0.989016,300,100,1), - (32085,92140,0,-10144.8,1647.71,37.8731,3.14159,0,0,1,0,3600,100,1), - (32086,2045,0,-12818.7,508.625,-5.3383,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (32087,2045,0,-12885,524.078,-9.65929,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (32089,142140,0,-13841.1,469.385,95.3553,1.53589,0,0,0.694658,0.71934,300,100,1), - (32090,180683,0,-11749.2,998.85,0,-1.29154,0,0,-0.601814,0.798637,3600,100,1), - (32091,180682,0,-12131.3,369.493,0,-0.942478,0,0,-0.453991,0.891006,3600,100,1), - (32092,2041,0,-12102.2,351.286,3.22855,1.25664,0,0,0.587786,0.809016,300,100,1), - (32093,2046,0,-13644.7,-228.335,22.9016,2.14675,0,0,0.878816,0.477161,300,100,1), - (32094,1624,0,-12076.9,271.495,3.80528,2.93215,0,0,0.994522,0.10453,300,100,1), - (32097,2744,0,-12211.3,689.117,-72.4633,2.77507,0,0,0.983255,0.182236,900,100,1), - (32098,2061,0,-10144.8,1647.71,37.8731,3.14159,0,0,1,0,3600,100,1), - (32099,1622,0,-10929.3,-946.819,71.0177,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (32101,153716,0,-10644.5,1158.04,33.1382,2.55691,0,0,0.957571,0.288196,3600,100,1), - (32102,2866,0,-11248.5,-3366.84,9.82008,0.645772,0,0,0.317305,0.948324,300,100,1), - (32103,142142,0,-11545.8,-3247.7,6.83403,-3.07178,0,0,-0.999391,0.0348993,300,100,1), - (32104,2866,0,-11523.3,-3197.15,8.01532,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (32105,2866,0,-11675.6,-3106.1,20.2953,-0.541052,0,0,-0.267238,0.96363,300,100,1), - (32106,142145,0,-11728.9,-3299.33,9.54797,2.6529,0,0,0.970296,0.241922,300,100,1), - (32114,2046,0,586.493,22.1321,103.655,2.05949,0,0,0.857168,0.515037,300,100,1), - (32115,2045,0,-3922.7,-750.731,-16.4427,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (32116,3695,0,11.3366,-337.718,131.157,-2.3911,0,0,0.930418,-0.366501,7200,100,1), - (32117,2045,0,-3975.57,-814.71,-15.7574,-0.139626,0,0,-0.0697563,0.997564,300,100,1), - (32118,3706,0,770.268,-307.623,136.1,-1.309,0,0,0.608761,-0.793353,7200,100,1), - (32119,180398,0,-5035.22,-921.683,501.659,0,0,0,0,1,180,100,1), - (32120,180398,0,-4917.68,-844.409,501.661,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (32123,1617,0,-5886.16,-609.264,400.401,-2.6529,0,0,-0.970296,0.241922,300,100,1), - (32128,92142,0,-11212.6,881.81,52.11,1.66679,0.171047,0.066838,0.736749,0.650751,3600,100,1), - (32130,2061,0,-11212.6,881.81,52.11,1.66679,0.171047,0.066838,0.736749,0.650751,3600,100,1), - (32131,1844,0,-10720.9,1864.91,32.1338,2.36492,0,0,0.925541,0.378649,3600,100,1), - (32134,153451,0,-11312,-3434.67,7.46774,2.25148,0,0,0.902585,0.430511,7200,100,1), - (32146,180398,0,-5035.22,-921.683,501.659,0,0,0,0,1,180,100,1), - (32149,1618,0,-5700.67,-565.946,400.492,3.14159,0,0,1,0.00000126759,300,100,1), - (32156,1618,0,-9183.36,114.578,74.9537,-1.50098,0,0,-0.681998,0.731354,300,100,1), - (32158,3705,0,-8566.42,598.972,104.599,0.785398,0,0,0.382683,0.92388,180,100,1), - (32159,180398,0,-8386.75,288.328,120.886,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (32160,3705,0,-8907.74,737.733,98.7046,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (32162,75295,34,165.322,57.6663,-34.8562,2.9147,0,0,0.993572,0.113203,43200,100,1), - (32164,1619,0,-9210.75,-225.726,84.0886,2.54818,0,0,0.956305,0.292372,300,100,1), - (32168,161557,0,-9086.57,-310.064,73.3862,0.715585,0,0,0.350207,0.936672,120,100,1), - (32169,161557,0,-9068.66,-336.238,73.4517,0.331613,0,0,0.165048,0.986286,120,100,1), - (32171,1622,0,-2875.19,-1521.41,9.38473,-0.890118,0,0,-0.430511,0.902585,300,100,1), - (32173,2045,0,-2586.9,-1507.23,-14.0206,0.314159,0,0,0.156434,0.987688,300,100,1), - (32174,1623,0,-1846.42,-1501.6,52.674,0.349066,0,0,0.173648,0.984808,300,100,1), - (32176,3659,0,375.083,148.578,43.1998,-1.50098,0,0,0.681998,-0.731354,7200,100,1), - (32177,2714,0,-137.529,-379.939,53.2472,2.93215,0,0,0.994522,0.104528,300,100,1), - (32178,2714,0,-196.545,-313.81,74.0239,2.44346,0,0,0.939693,0.34202,300,100,1), - (32179,2039,0,370.836,149.831,42.7135,1.25664,0,0,0.587785,0.809017,7200,100,1), - (32182,2041,0,465.736,531.193,41.1185,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (32183,2039,0,318.043,197.013,41.9076,-1.22173,0,0,0.573576,-0.819152,7200,100,1), - (32184,2039,0,366.028,173.183,42.7965,-1.20428,0,0,0.566406,-0.824126,7200,100,1), - (32185,2041,0,1220.57,-257.893,32.6141,0.366519,0,0,0.182235,0.983255,300,100,1), - (32186,3707,0,726.603,-972.032,164.298,-0.645772,0,0,0.317305,-0.948324,7200,100,1), - (32188,1624,0,1031.8,-466.332,112.072,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (32190,2042,0,1216.97,-338.416,43.6423,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (32191,180684,0,1245.56,-204.805,32.2924,0.733038,0,0,0.358368,0.93358,3600,100,1), - (32192,3706,0,699.577,-988.074,164.991,1.29154,0,0,0.601815,0.798636,7200,100,1), - (32194,2046,0,991.061,-415.836,118.128,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (32195,2042,0,1028.41,-776.417,100.061,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (32197,2041,0,884.468,-81.2903,32.3366,2.79253,0,0,0.984808,0.173647,300,100,1), - (32198,2043,0,1272.28,-259.936,46.5083,2.54818,0,0,0.956305,0.292372,300,100,1), - (32199,2046,0,453.387,-501.445,187.001,2.47837,0,0,0.945519,0.325567,300,100,1), - (32200,2043,0,1130.94,-716.134,67.074,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (32201,2046,0,1093.45,-715.179,77.7529,-0.226893,0,0,-0.113203,0.993572,300,100,1), - (32202,1624,0,1184.12,-474.71,66.9761,-1.53589,0,0,-0.694658,0.71934,300,100,1), - (32203,2044,0,545.584,-446.205,167.449,-1.0821,0,0,0.515038,-0.857167,300,100,1), - (32204,2045,0,530.479,451.559,15.8327,-0.994838,0,0,-0.477159,0.878817,300,100,1), - (32205,3695,0,177.03,217.541,41.3711,-1.64061,0,0,0.731354,-0.681998,7200,100,1), - (32206,176587,0,1698.71,-1163.65,59.6132,-1.22173,0,0,-0.573576,0.819152,300,100,1), - (32208,142141,0,1631.83,-883.966,63.2506,1.90241,0,0,0.814116,0.580702,300,100,1), - (32209,1624,0,380.512,-846.562,127.959,2.84489,0,0,0.989016,0.147808,300,100,1), - (32210,2043,0,482.952,-1002.54,134.929,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (32211,2043,0,735.648,-807.982,166.306,2.09439,0,0,0.866024,0.500002,300,100,1), - (32212,3706,0,443.563,-607.169,167.443,-1.51844,0,0,0.688354,-0.725374,7200,100,1), - (32213,105579,0,121.878,454.223,44.0955,0.034907,0,0,0.017452,0.999848,7200,100,1), - (32214,1617,0,1856.06,-750.755,66.7944,1.98968,0,0,0.838672,0.544637,300,100,1), - (32215,1618,0,1973.46,-559.621,53.6831,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (32217,2044,0,381.986,-313.19,164.722,-1.43117,0,0,0.656059,-0.75471,300,100,1), - (32220,1619,0,2885.39,-694.062,137.149,1.85005,0,0,0.798636,0.601815,300,100,1), - (32221,176685,189,278.199,-375.739,20.4242,1.85005,0,0,0.798636,0.601815,7200,100,1), - (32222,176678,189,273.077,-382.732,20.4242,-1.29154,0,0,-0.601814,0.798636,7200,100,1), - (32223,176677,189,278.122,-382.732,20.4242,-2.01585,0,0,-0.845727,0.533615,7200,100,1), - (32224,176690,189,203.572,-415.721,18.8796,-2.86234,0,0,0.990268,-0.139173,7200,100,1), - (32225,176687,189,174.975,-415.801,18.8796,-0.445059,0,0,-0.220697,0.975342,7200,100,1), - (32226,176689,189,203.572,-420.766,18.8796,2.69654,0,0,0.975342,0.220697,7200,100,1), - (32227,176674,189,256.799,-411.496,20.4242,1.85005,0,0,0.798636,0.601815,7200,100,1), - (32228,176673,189,251.754,-411.496,20.4242,1.12574,0,0,0.533615,0.845728,7200,100,1), - (32229,175758,189,260.621,-418.135,18.5252,-0.628319,0,0,0.309017,-0.951056,7200,100,1), - (32230,175730,189,254.067,-412.484,20.4127,2.19912,0,0,0.891007,0.453991,7200,100,1), - (32231,175756,189,219.355,-423.785,19.8973,-2.42601,0,0,0.936672,-0.350207,7200,100,1), - (32232,21582,189,244.774,-423.123,19.8917,2.1293,0,0,0.87462,0.48481,7200,100,1), - (32233,176679,189,273.157,-411.329,20.4242,1.12574,0,0,0.533615,0.845728,7200,100,1), - (32234,175734,189,274.557,-411.359,20.4126,2.14675,0,0,0.878817,0.477159,7200,100,1), - (32235,175727,189,266.258,-432.047,19.8889,0.925024,0,0,0.446198,0.894934,7200,100,1), - (32236,19283,189,277.481,-425.391,20.0659,-1.69297,0,0,0.748956,-0.66262,300,100,1), - (32237,103664,189,277.586,-429.488,21.4194,-1.6057,0,0,0.71934,-0.694658,300,100,1), - (32238,176691,189,203.739,-442.17,18.8796,2.69654,0,0,0.975342,0.220697,7200,100,1), - (32239,176692,189,203.739,-437.124,18.8796,-2.86234,0,0,0.990268,-0.139173,7200,100,1), - (32240,176688,189,174.975,-420.846,18.8796,0.279253,0,0,0.139173,0.990268,7200,100,1), - (32241,176693,189,175.142,-437.204,18.8796,-0.445059,0,0,-0.220697,0.975342,7200,100,1), - (32242,176672,189,159.128,-413.11,18.5772,-2.77507,0,0,0.983255,-0.182236,7200,100,1), - (32243,175749,189,160.654,-440.271,19.8477,1.18682,0,0,0.559193,0.829038,7200,100,1), - (32244,175761,189,147.959,-412.862,19.8459,-0.925024,0,0,0.446198,-0.894934,7200,100,1), - (32245,176669,189,130.502,-434.091,18.5772,0.069814,0,0,0.0349,0.999391,7200,100,1), - (32246,176670,189,130.783,-431.06,18.5772,-0.863939,0,0,-0.41866,0.908143,7200,100,1), - (32247,103821,189,131.826,-432.618,18.5158,0.017453,0,0,0.008727,0.999962,5,100,1), - (32248,176671,189,147.217,-412.03,18.5674,0,0,0,0,1,7200,100,1), - (32249,175754,189,146.443,-444.578,19.8542,-0.349066,0,0,0.173648,-0.984808,7200,100,1), - (32250,101854,189,1933.69,-431.654,18.671,3.14159,0,0,1,0,7200,100,1), - (32251,2042,189,1651.94,-371.805,18.0233,0.453786,0,0,0.224951,0.97437,7200,100,1), - (32252,75300,189,1684.87,-345.412,18.0233,0.034907,0,0,0.017452,0.999848,7200,100,1), - (32253,3704,189,1745.17,-357.994,8.01148,-1.85005,0,0,0.798635,-0.601815,7200,100,1), - (32254,3703,189,1771.76,-377.259,8.01092,-1.51844,0,0,0.688354,-0.725374,7200,100,1), - (32255,103820,189,1895.6,-416.358,19.2626,-1.78024,0,0,0.777146,-0.62932,7200,100,1), - (32256,103820,189,1905.72,-414.568,19.0876,-1.0821,0,0,0.515038,-0.857167,7200,100,1), - (32257,103820,189,1899.35,-415.707,19.2136,2.63545,0,0,0.968148,0.25038,7200,100,1), - (32258,103820,189,1897.99,-416.516,19.2,-2.33874,0,0,0.920505,-0.390731,7200,100,1), - (32259,103820,189,1906.05,-416.476,19.2964,-1.62316,0,0,0.725374,-0.688354,7200,100,1), - (32260,101855,189,1939.48,-427.998,17.0815,3.14159,0,0,1,0,7200,100,1), - (32261,175778,189,1945.12,-420.068,15.5816,-0.523598,0,0,-0.258819,0.965926,7200,100,1), - (32262,175772,189,1945.1,-443.14,15.5829,0.514872,0,0,0.254602,0.967046,7200,100,1), - (32263,175771,189,1954.54,-411.113,14.5238,-1.09083,0,0,-0.518773,0.854912,7200,100,1), - (32264,97803,189,1951.83,-426.404,6.29011,-0.383973,0,0,-0.190809,0.981627,7200,100,1), - (32265,97801,189,1951.79,-436.72,6.29011,0.36652,0,0,0.182236,0.983255,7200,100,1), - (32266,175777,189,1965.05,-408.534,12.5446,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (32267,97802,189,1972.01,-437.26,6.29011,2.46964,0,0,0.944089,0.329691,7200,100,1), - (32268,175780,189,1965.08,-454.683,12.5446,1.5708,0,0,0.707107,0.707107,7200,100,1), - (32269,175773,189,1976.57,-451.619,12.5446,2.08567,0,0,0.863835,0.503774,7200,100,1), - (32270,175775,189,1976.6,-411.61,12.5438,-2.09439,0,0,0.866025,-0.5,7200,100,1), - (32271,175776,189,1954.42,-452.057,14.5107,1.07338,0,0,0.511294,0.859406,7200,100,1), - (32272,175781,189,1985.06,-420.051,12.5317,-2.62672,0,0,0.967046,-0.254602,7200,100,1), - (32273,175779,189,1988.16,-431.608,12.5446,3.14159,0,0,1,0,7200,100,1), - (32274,175774,189,1985.06,-443.161,12.5446,2.61799,0,0,0.965926,0.258819,7200,100,1), - (32280,3706,0,575.566,-286.316,150.669,0.383972,0,0,0.190809,0.981627,7200,100,1), - (32282,1617,0,-5844.92,-652.907,398.171,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (32284,1622,0,741.367,-394.364,141.665,2.30383,0,0,0.913544,0.406739,300,100,1), - (32287,3662,0,-8822.55,727.074,98.2994,2.18166,0,0,0.887011,0.461749,180,100,1), - (32288,2061,0,-10720.9,1864.91,32.1338,2.36492,0,0,0.925541,0.378649,3600,100,1), - (32293,1845,0,-10752.1,1954.68,37.2454,0.557615,0,0,0.275209,0.961385,3600,100,1), - (32294,142142,0,-11209,-3315.33,8.70227,0,0,0,0,1,300,100,1), - (32296,2061,0,-10752.1,1954.68,37.2454,0.557615,0,0,0.275209,0.961385,3600,100,1), - (32297,130666,0,-10267.1,1393.97,39.5082,-2.46964,0,0,0.944089,-0.329691,3600,100,1), - (32298,130668,0,-10651.6,1106.91,33.6065,2.34747,0,0,0.922201,0.386711,3600,100,1), - (32299,1855,0,-11130.1,938.902,36.7735,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,100,1), - (32300,2061,0,-11130.1,938.902,36.7735,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,100,1), - (32301,20922,0,-11388.2,1793.76,8.24267,1.26537,0,0,0.59131,0.806445,3600,100,1), - (32303,2866,0,-11650.7,-3321.59,11.7631,-2.61799,0,0,-0.965925,0.258821,300,100,1), - (32304,142145,0,-11706.2,-3102.49,-0.512091,0.366519,0,0,0.182235,0.983255,300,100,1), - (32308,2866,0,-11892.8,-3074.32,27.4976,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (32309,142145,0,-11312.9,-2585.17,91.7989,-1.48353,0,0,-0.67559,0.737277,300,100,1), - (32310,2061,0,-11388.2,1793.76,8.24267,1.26537,0,0,0.59131,0.806445,3600,100,1), - (32311,1838,0,-9884.45,1552.73,43.8514,3.14159,0,0,1,0,3600,100,1), - (32312,2061,0,-9884.45,1552.73,43.8514,3.14159,0,0,1,0,3600,100,1), - (32313,3658,0,-9500.53,81.368,57.4601,0.017453,0,0,0.008727,0.999962,180,100,1), - (32315,1619,0,-9607.63,-728.023,48.0923,-2.16421,0,0,-0.882947,0.469473,300,100,1), - (32318,1858,0,-11134,886.571,38.7789,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,100,1), - (32319,2061,0,-11134,886.571,38.7789,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,100,1), - (32320,178834,0,-11089.3,1561.09,49.4401,2.31256,0,0,0.915311,0.402747,3600,100,1), - (32321,1836,0,-9724.96,1444.73,44.844,3.14159,0,0,1,0,3600,100,1), - (32322,2061,0,-9724.96,1444.73,44.844,3.14159,0,0,1,0,3600,100,1), - (32323,1847,0,-11013.4,2031,10.6365,3.14159,-0.021794,0.043609,0.99881,0.000952,3600,100,1), - (32324,2061,0,-11013.4,2031,10.6365,3.14159,-0.021794,0.043609,0.99881,0.000952,3600,100,1), - (32325,34,0,-9797.29,1594.66,39.695,3.07701,-0.027805,0.04702,0.997942,0.033592,1,100,1), - (32326,1837,0,-9752.11,1192.54,40.9789,3.14159,0,0,1,0,3600,100,1), - (32327,2061,0,-9752.11,1192.54,40.9789,3.14159,0,0,1,0,3600,100,1), - (32328,121,0,-10924.2,995.367,34.9543,3.1406,0.004356,0.056692,0.998382,0.000247,3600,100,1), - (32329,1840,0,-10143.8,1732.91,31.983,3.14159,0,0,1,0,3600,100,1), - (32330,2061,0,-10143.8,1732.91,31.983,3.14159,0,0,1,0,3600,100,1), - (32331,87,0,-10670.6,1020.86,33.4143,1.23197,-0.003461,0.00463,0.577755,0.81619,3600,100,1), - (32332,1864,0,-11241.8,1156.04,89.0412,-1.17899,0,0,-0.555941,0.831222,3600,100,1), - (32333,2061,0,-11241.8,1156.04,89.0412,-1.17899,0,0,-0.555941,0.831222,3600,100,1), - (32334,92141,0,-10828.3,1762.66,36.6664,3.14159,0,0,1,0,3600,100,1), - (32335,2061,0,-10828.3,1762.66,36.6664,3.14159,0,0,1,0,3600,100,1), - (32336,130667,0,-10650.1,1104.9,33.6293,2.79253,0,0,0.984808,0.173648,3600,100,1), - (32337,122,0,-10925,996.34,34.5069,-1.5708,0,0,-0.707107,0.707107,3600,100,1), - (32338,35,0,-10514.2,2109.99,2.68824,-1.49493,0.065849,-0.128509,-0.667664,0.730325,1,100,1), - (32339,84,0,-10912,1420.35,42.5259,-0.131043,-0.056856,0.000639,-0.065544,0.996228,3600,100,1), - (32340,3804,0,-9841.13,1290.25,41.8229,2.26893,0,0,0.906308,0.422619,3600,100,1), - (32341,2061,0,-9841.13,1290.25,41.8229,2.26893,0,0,0.906308,0.422619,3600,100,1), - (32342,3803,0,-9840.6,1289.53,41.8229,0.977384,0,0,0.469471,0.882948,3600,100,1), - (32343,2061,0,-9840.6,1289.53,41.8229,0.977384,0,0,0.469471,0.882948,3600,100,1), - (32344,22673,0,-10109.5,1048.67,37.5367,0.898844,0,0,0.434445,0.900698,3600,100,1), - (32345,2061,0,-10109.5,1048.67,37.5367,0.898844,0,0,0.434445,0.900698,3600,100,1), - (32347,22670,0,-10110,1048.27,42.4536,-2.58309,0,0,0.961262,-0.275638,3600,100,1), - (32348,2061,0,-10110,1048.27,42.4536,-2.58309,0,0,0.961262,-0.275638,3600,100,1), - (32349,22671,0,-10109.7,1047.36,42.4536,-0.392699,0,0,-0.19509,0.980785,3600,100,1), - (32351,1617,0,-9349.19,-570.087,69.412,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (32352,1619,0,-9257.12,-382.725,73.1997,-0.820305,0,0,-0.398749,0.91706,300,100,1), - (32353,1618,0,-9319.03,-181.814,67.7439,1.3439,0,0,0.622513,0.782609,300,100,1), - (32354,1617,0,-9144.78,97.4556,74.8526,-2.07694,0,0,-0.861629,0.507539,300,100,1), - (32355,2061,0,-10109.7,1047.36,42.4536,-0.392699,0,0,-0.19509,0.980785,3600,100,1), - (32356,22672,0,-10109.9,1047.49,37.5367,-0.392699,0,0,-0.19509,0.980785,3600,100,1), - (32357,1618,0,-9349.9,247.285,64.4522,1.46608,0,0,0.669132,0.743144,300,100,1), - (32359,2046,0,-10486.1,-2718.95,31.199,1.8675,0,0,0.803856,0.594824,300,100,1), - (32363,1617,0,-4976.83,-361.01,392.941,1.16937,0,0,0.551937,0.833886,300,100,1), - (32365,1617,0,-4866.93,-321.393,391.614,1.72788,0,0,0.760407,0.649446,300,100,1), - (32367,1617,0,-5067.37,-52.6969,394.439,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (32368,1618,0,-5053.9,132.035,396.328,1.43117,0,0,0.656059,0.75471,300,100,1), - (32369,3658,0,-5073.84,445.727,410.966,0.10472,0,0,0.052336,0.99863,180,100,1), - (32370,106318,0,-5229.76,514.666,387.61,2.47837,0,0,0.945519,0.325568,3600,100,1), - (32371,142176,0,-5096.71,750.027,260.55,0.226893,0,0,0.113203,0.993572,180,100,1), - (32372,142175,0,-5096.6,750.102,260.55,2.68781,0,0,0.97437,0.224951,180,100,1), - (32373,90566,0,-4861.05,740.452,249.389,1.49226,0,0,0.678801,0.734323,180,100,1), - (32374,142345,0,-4946.91,719.229,261.646,0.715585,0,0,0.350207,0.936672,180,100,1), - (32375,142345,0,-4945.58,735.987,261.646,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (32376,142345,0,-4893.72,722.746,249.419,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (32377,142345,0,-4894.51,712.608,249.419,1.48353,0,0,0.67559,0.737277,180,100,1), - (32378,90567,0,-4855.03,742.434,249.325,-0.078541,0,0,-0.03926,0.999229,180,100,1), - (32379,142696,90,-864.416,394.925,-316.429,0.645772,0,0,0.317305,0.948324,3600,100,1), - (32380,142696,90,-842.562,369.682,-316.873,2.30383,0,0,0.913545,0.406737,3600,100,1), - (32381,142696,90,-857.861,399.913,-316.423,-2.47837,0,0,0.945519,-0.325568,3600,100,1), - (32382,19020,90,-472.186,509.814,-230.602,-0.453786,0,0,0.224951,-0.97437,3600,100,1), - (32383,19020,90,-541.045,15.7146,-179.734,2.30383,0,0,0.913545,0.406737,3600,100,1), - (32384,142487,90,-519.316,163.12,-193.73,1.06465,0,0,0.507538,0.861629,3600,100,1), - (32385,175084,90,-550.033,206.148,-193.723,-2.05949,0,0,0.857167,-0.515038,3600,100,1), - (32386,175085,90,-496.932,185.134,-193.71,0.977384,0,0,0.469472,0.882948,3600,100,1), - (32387,142477,90,-459.943,634.926,-325.315,2.6529,0,0,0.970296,0.241922,300,100,1), - (32388,142344,90,-821.033,296.943,-272.596,1.74533,0,0,0.766044,0.642788,300,100,1), - (32389,142344,90,-425.91,33.8693,-207.919,2.54818,0,0,0.956305,0.292372,300,100,1), - (32390,142344,90,-613.813,50.1167,-199.653,1.51844,0,0,0.688355,0.725374,300,100,1), - (32391,142344,90,-651.159,404.573,-273.063,1.43117,0,0,0.656059,0.75471,300,100,1), - (32392,142344,90,-497.876,268.348,-207.906,2.68781,0,0,0.97437,0.224951,300,100,1), - (32393,142344,90,-495.907,463.871,-273.07,1.5708,0,0,0.707107,0.707107,300,100,1), - (32394,142344,90,-484.388,524.049,-273.068,-1.95477,0,0,0.829038,-0.559193,300,100,1), - (32395,142344,90,-623.627,715.784,-327.056,-1.50098,0,0,0.681998,-0.731354,300,100,1), - (32396,142344,90,-857.707,357.317,-316.873,-1.97222,0,0,0.833886,-0.551937,300,100,1), - (32397,142344,90,-577.389,429.721,-230.602,-2.25148,0,0,0.902585,-0.430511,300,100,1), - (32398,3659,90,-571.492,510.91,-216.81,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (32399,74448,90,-754.344,364,-272.596,2.80998,0,0,0.986286,0.165048,3600,100,1), - (32400,142344,90,-618.898,546.456,-230.602,2.09439,0,0,0.866025,0.5,300,100,1), - (32401,142344,90,-650.266,507.459,-273.061,0.174533,0,0,0.087156,0.996195,300,100,1), - (32402,142344,90,-598.683,441.687,-230.601,0.226893,0,0,0.113203,0.993572,300,100,1), - (32403,142344,90,-440.51,195.739,-207.906,3.14159,0,0,1,0,300,100,1), - (32404,142344,90,-619.782,463.787,-230.602,-0.575959,0,0,0.284015,-0.95882,300,100,1), - (32405,142344,90,-494.991,445.379,-230.602,0.680678,0,0,0.333807,0.942641,300,100,1), - (32406,142344,90,-640.366,115.257,-183.875,1.50098,0,0,0.681998,0.731354,300,100,1), - (32407,142344,90,-893.433,346.016,-272.596,0.069813,0,0,0.034899,0.999391,300,100,1), - (32408,142344,90,-737.696,252.43,-273.08,2.86234,0,0,0.990268,0.139173,300,100,1), - (32409,142344,90,-360.87,139.481,-154.743,0.174533,0,0,0.087156,0.996195,300,100,1), - (32410,3695,90,-910.038,357.305,-272.596,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (32411,19020,90,-466.196,104.798,-150.114,0.226893,0,0,0.113203,0.993572,3600,100,1), - (32412,142344,90,-688.657,537.412,-290.292,0.069813,0,0,0.034899,0.999391,300,100,1), - (32413,142344,90,-535.189,309.62,-216.94,-1.18682,0,0,0.559193,-0.829037,300,100,1), - (32414,142344,90,-518.071,207.96,-155.237,2.53073,0,0,0.953717,0.300706,300,100,1), - (32415,142344,90,-688.036,441.761,-273.062,1.58825,0,0,0.71325,0.700909,300,100,1), - (32416,142344,90,-626.23,534.406,-230.602,0.10472,0,0,0.052336,0.99863,300,100,1), - (32417,142344,90,-449.446,470.808,-230.601,-0.244346,0,0,0.121869,-0.992546,300,100,1), - (32418,142344,90,-503.163,288.431,-211.552,-1.65806,0,0,0.737277,-0.67559,300,100,1), - (32419,142344,90,-639.499,98.2576,-183.267,2.49582,0,0,0.948324,0.317305,300,100,1), - (32420,142344,90,-614.765,446.326,-273.06,3.01942,0,0,0.998135,0.061049,300,100,1), - (32421,142344,90,-554.923,524.83,-273.063,-1.13446,0,0,0.5373,-0.843391,300,100,1), - (32422,74448,90,-440.175,81.8185,-151.476,1.25664,0,0,0.587786,0.809016,3600,100,1), - (32423,142344,90,-500.244,550.958,-273.07,0.680678,0,0,0.333807,0.942641,300,100,1), - (32424,142344,90,-549.984,572.745,-273.072,1.58825,0,0,0.71325,0.700909,300,100,1), - (32425,142344,90,-780.991,192.097,-273.082,-0.244346,0,0,0.121869,-0.992546,300,100,1), - (32426,142344,90,-573.166,358.569,-231.679,1.309,0,0,0.608761,0.793353,300,100,1), - (32427,142344,90,-560.135,587.789,-230.602,2.98451,0,0,0.996917,0.078459,300,100,1), - (32428,142344,90,-771.775,368.892,-272.59,-0.715585,0,0,0.350207,-0.936672,300,100,1), - (32429,142344,90,-441.089,235.067,-207.907,0.890118,0,0,0.430511,0.902585,300,100,1), - (32430,142344,90,-737.905,683.435,-330.783,-1.15192,0,0,0.544639,-0.838671,300,100,1), - (32431,142344,90,-835.579,507.531,-303.937,-1.6057,0,0,0.71934,-0.694658,300,100,1), - (32432,142344,90,-824.705,434.837,-272.596,-1.81514,0,0,0.788011,-0.615661,300,100,1), - (32433,142344,90,-474.898,39.9007,-207.411,-0.698132,0,0,0.34202,-0.939693,300,100,1), - (32434,142344,90,-798.868,397.023,-316.433,2.70526,0,0,0.976296,0.21644,300,100,1), - (32435,142344,90,-508.935,436.862,-230.602,3.05433,0,0,0.999048,0.043619,300,100,1), - (32436,142344,90,-565.759,306.406,-213.012,1.62316,0,0,0.725374,0.688355,300,100,1), - (32437,142344,90,-676.904,694.759,-331.384,-1.0821,0,0,0.515038,-0.857167,300,100,1), - (32438,142344,90,-750.604,633.824,-314.793,-2.25148,0,0,0.902585,-0.430511,300,100,1), - (32439,142344,90,-585.429,401.097,-230.601,1.97222,0,0,0.833886,0.551937,300,100,1), - (32440,74448,90,-630.556,66.5022,-183.275,2.75762,0,0,0.981627,0.190809,3600,100,1), - (32441,19020,90,-527.599,-134.657,-152.499,0.174533,0,0,0.087156,0.996195,3600,100,1), - (32442,18900,33,-252.696,2114.22,82.8052,4.71239,-0.131892,-0.694697,-0.131892,0.694697,5400,100,1), - (32443,101812,33,-236.251,2164.04,91.1562,1.5708,0.584487,0.397963,0.584487,-0.397963,5400,100,1), - (32444,101811,33,-245.598,2132.32,82.8052,4.71239,-0.131892,-0.694697,-0.131892,0.694697,5400,100,1), - (32445,18934,33,-251.244,2116.38,81.218,-0.375245,0,0,-0.186524,0.98245,5400,100,1), - (32446,18935,33,-244.14,2134.41,81.0625,-0.375245,0,0,-0.186524,0.98245,5400,100,1), - (32447,18973,33,-146.391,2173,150.543,-1.94604,0,0,-0.82659,0.562805,5400,100,1), - (32448,35594,33,-219.694,2259.45,77.338,-2.73144,0,0,0.979045,-0.203642,5400,100,1), - (32449,2061,33,-219.694,2259.45,77.338,-2.73144,0,0,0.979045,-0.203642,5400,100,1), - (32450,35595,33,-218.509,2260.46,77.338,0.802852,0,0,0.390731,0.920505,5400,100,1), - (32451,2061,33,-218.509,2260.46,77.338,0.802852,0,0,0.390731,0.920505,5400,100,1), - (32452,35597,33,-214.755,2272.27,77.338,-2.47837,0,0,0.945518,-0.325569,5400,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (30749,1617,0,-9332.48,-466.748,70.8302,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (30751,3719,0,-8981.32,-815.302,70.3834,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (30752,1617,0,-8910.91,-935.893,70.9603,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (30753,1617,0,-8891.17,-1123.56,74.4556,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (30755,2413,0,-8859.38,1074.27,102.466,0.279253,0,0,0.139173,0.990268,120,120,0,0), + (30757,22254,0,457.164,-215.451,152.53,-0.445058,0,0,-0.220697,0.975342,7200,7200,100,1), + (30758,3719,0,-9729.42,656.299,31.8338,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (30759,37090,0,504.026,-208.327,176.59,3.13287,0,0,0.99999,0.004363,7200,7200,100,1), + (30761,2041,0,-10338.3,-3419.24,20.0979,0.296706,0,0,0.147809,0.989016,300,300,100,1), + (30763,1618,0,-9898.06,635.503,39.2301,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (30764,2061,0,504.026,-208.327,176.59,3.13287,0,0,0.99999,0.004363,7200,7200,100,1), + (30765,1624,0,-10663.8,-3987.31,23.7514,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (30766,1617,0,-9692.39,930.336,33.7575,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (30767,142143,0,-10178.3,-4155.69,19.9699,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (30768,1624,0,-10521.2,-4287.75,21.7414,-2.84489,0,0,-0.989016,0.147808,300,300,100,1), + (30769,37089,0,507.406,-266.757,154.462,2.05949,0,0,0.857167,0.515038,7200,7200,100,1), + (30770,142143,0,-10554.2,-4098.89,19.9402,-0.279253,0,0,-0.139173,0.990268,300,300,100,1), + (30779,176961,1,-507.222,1424.26,91.6278,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (30781,1617,0,-9186.2,-645.259,65.5863,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (30782,106318,0,-9074.04,-584.789,62.1864,2.94961,0,0,0.995396,0.095846,3600,3600,100,1), + (30784,24798,0,-10493.8,-4378.04,5.88736,-0.471239,0,0,0.233445,-0.97237,600,600,100,1), + (30785,24798,0,-10982.5,-4142.48,4.31635,0.855211,0,0,0.414693,0.909961,600,600,100,1), + (30786,2045,0,-11125.1,-4076.05,-7.1008,-0.767945,0,0,-0.374607,0.927184,300,300,100,1), + (30791,1618,0,-9815.08,-97.4157,26.4314,-0.837758,0,0,-0.406737,0.913545,300,300,100,1), + (30792,1617,0,-9813.14,-195.055,37.6972,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (30793,1618,0,-9865.58,-165.308,33.4404,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (30794,2413,0,-8858.27,1066.15,102.466,-2.86234,0,0,0.990268,-0.139174,120,120,0,0), + (30795,2413,0,-8938.35,1005.09,122.047,-2.46964,0,0,0.944089,-0.329691,120,120,0,0), + (30797,1623,0,-11985.8,-1033.01,79.2129,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (30798,180771,0,-8794.1,771.608,96.338,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (30799,180868,0,-8759.55,1077.59,92.847,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (30800,180868,0,-8744.15,1072.4,90.3993,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (30801,180868,0,-8755.55,1075.59,90.7803,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (30802,180770,0,-9085.32,827.946,119.368,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (30803,180878,0,-8738.94,1074.94,90.7094,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (30804,180771,0,-8748.35,523.169,96.338,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (30805,180771,0,-8850.5,959.072,96.338,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (30806,180766,0,-8735.34,1066.71,90.4431,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (30807,2046,0,-12004.7,-825.052,37.6024,1.71042,0,0,0.754709,0.65606,300,300,100,1), + (30808,2043,0,-10425.4,-4097.31,24.1328,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (30809,1624,0,-11913.6,-594.356,17.0496,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (30811,28604,0,-10164.9,-3273.83,18.932,-0.488692,0,0,0.241922,-0.970296,600,600,100,1), + (30824,30855,0,-10544.9,-3952.77,14.3097,-0.05236,0,0,0.026177,-0.999657,600,600,100,1), + (30825,30856,0,-10545.8,-3872.98,-19.7263,-1.85005,0,0,0.798635,-0.601815,600,600,100,1), + (30826,2046,0,-10628.8,-2456.41,40.9222,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (30828,2041,0,-10284.3,-2789.84,18.9399,-1.88496,0,0,-0.809018,0.587783,300,300,100,1), + (30829,142143,0,-10224.2,-2910.98,20.6481,-3.00197,0,0,-0.997564,0.0697546,300,300,100,1), + (30830,2043,0,-9949.42,-3705.74,23.3083,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (30831,24761,0,-8451.59,465.881,96.9824,-1.66679,0,0,-0.740218,0.672367,180,180,100,1), + (30832,24762,0,-8451.33,466.544,96.9824,1.4399,0,0,0.659346,0.75184,180,180,100,1), + (30833,2098,0,-8439.52,650.014,93.5751,0.663226,0,0,0.325568,0.945518,180,180,100,1), + (30834,28030,0,-8506.89,657.75,99.9641,-2.53945,0,0,0.95502,-0.296542,180,180,100,1), + (30839,3719,0,-9458.53,8.58518,56.9626,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (30842,1617,0,-9621.68,181.844,46.4322,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (30846,3658,0,-9851.94,173.276,21.2732,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (30848,1618,0,-10033.5,133.567,31.6554,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (30851,1617,0,-9541.16,-232.515,60.5579,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (30854,142143,0,-10356.2,-2964.91,20.044,2.37365,0,0,0.927184,0.374606,300,300,100,1), + (30855,3662,0,-8931.09,766.998,92.5858,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (30860,180773,0,-8885.67,594.606,93.5835,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (30861,180770,0,-4867.89,-1144.3,510.123,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (30862,180878,0,-4645.46,-950.869,501.914,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (30863,180878,0,-4643.13,-954.621,501.661,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (30864,180766,0,-4655.97,-941.488,502.146,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (30865,180868,0,-4678.36,-954.307,502.145,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (30866,180868,0,-4664.67,-964.686,500.374,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (30867,22550,0,-9931.97,-3722.25,21.6779,-0.20944,0,0,0.104528,-0.994522,600,600,100,1), + (30868,180766,0,-4677.84,-959.587,502.145,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (30869,180769,0,-4867.37,-881.163,517.568,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (30872,2046,0,-13369.1,39.5527,19.5869,1.15192,0,0,0.54464,0.83867,300,300,100,1), + (30873,1623,0,-13565.8,14.526,67.5056,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (30874,1624,0,-14034.9,206.048,13.3856,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (30875,180370,0,-5080.8,-799.561,496.03,1.8675,0,0,0.803857,0.594823,10,10,100,1), + (30876,22550,0,-9970.3,-3712.3,22.8488,0.453786,0,0,0.224951,0.97437,600,600,100,1), + (30877,2046,0,-11117,-3791.12,34.1568,1.85005,0,0,0.798636,0.601815,300,300,100,1), + (30878,180373,0,-5087.83,-799.271,496.047,-3.03687,0,0,0.99863,-0.052336,10,10,100,1), + (30879,180373,0,-5074.1,-799.221,496.051,-2.9147,0,0,0.993572,-0.113203,10,10,37,1), + (30880,24798,0,-10902.7,-4162.44,5.68347,-3.00197,0,0,0.997564,-0.069756,600,600,100,1), + (30881,2045,0,-14088.1,525.152,-35.922,0.593412,0,0,0.292372,0.956305,300,300,100,1), + (30882,2045,0,-14057.4,602.716,-36.1396,0.750492,0,0,0.366501,0.930417,300,300,100,1), + (30883,2045,0,-14073,853.465,-59.9112,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (30884,3905,1,-369.303,1747.69,139.446,-0.820305,0,0,-0.398749,0.91706,900,900,100,1), + (30888,3906,1,-362.153,1740.15,139.446,-0.410152,0,0,-0.203642,0.979046,900,900,100,1), + (30889,3729,1,-751.061,-3900.37,20.7891,-1.72788,0,0,0.760406,-0.649448,900,900,100,1), + (30890,3907,1,-332.324,1784.88,139.446,2.66163,0,0,0.971342,0.237686,900,900,100,1), + (30891,2061,0,507.406,-266.757,154.462,2.05949,0,0,0.857167,0.515038,7200,7200,100,1), + (30892,3908,1,-323.18,1744.76,139.446,1.24791,0,0,0.58425,0.811574,900,900,100,1), + (30893,3909,1,-340.531,1767.06,139.618,-0.977384,0,0,-0.469471,0.882948,900,900,100,1), + (30894,3727,1,737.1,-3683.63,29.4815,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (30895,3910,1,-324.838,1777.23,139.446,2.27765,0,0,0.908143,0.41866,900,900,100,1), + (30897,3911,1,-373.44,1757.53,139.446,-1.213,0,0,-0.569997,0.821647,900,900,100,1), + (30898,175707,1,-1178.72,2704.81,111.593,-2.02923,0,0,-0.849278,0.527947,900,900,100,1), + (30899,177243,1,-1944.78,1844.42,65.9396,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (30900,176226,1,-2358.13,2485.34,70.7527,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (30901,176227,1,-2408.39,2418.16,74.8806,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (30902,176228,1,-2360.21,2432.05,76.5657,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (30903,176229,1,-2297.11,2424.52,68.0497,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (30904,176230,1,-2407.32,2486.28,83.7571,2.80998,0,0,0.986286,0.165048,900,900,100,1), + (30905,3944,1,-1835.57,605.213,109.211,-2.522,0,0,0.952396,-0.304865,900,900,100,1), + (30906,3945,1,-1840.2,588.71,157.515,-2.66163,0,0,0.971342,-0.237686,900,900,100,1), + (30907,3946,1,-1829.55,596.711,122.66,-1.41372,0,0,-0.649449,0.760406,900,900,100,1), + (30908,3947,1,-1836.86,588.299,109.211,-2.522,0,0,0.952396,-0.304865,900,900,100,1), + (30910,1617,0,-9670.86,144.697,46.8161,-2.19912,0,0,-0.891008,0.453988,300,300,100,1), + (30914,1617,0,-9888.64,133.306,32.6016,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (30920,1617,0,-9663.1,318.379,45.7386,-2.93215,0,0,-0.994522,0.10453,300,300,100,1), + (30921,1617,0,-9791.76,321.606,39.6705,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (30924,1622,0,-9915.18,930.207,34.1456,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (30926,1617,0,-9729.85,1043.7,35.997,3.12414,0,0,0.999962,0.0087262,300,300,100,1), + (30927,24798,0,-10866.3,-4203.48,4.94094,-0.331612,0,0,0.165048,-0.986286,600,600,100,1), + (30928,24798,0,-11032.1,-4111.75,2.3667,-2.30383,0,0,0.913545,-0.406737,600,600,100,1), + (30931,1618,0,-9666.77,-89.0881,42.3579,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (30932,2413,0,-8941.54,1002.57,122.047,0.671952,0,0,0.329691,0.944089,120,120,0,0), + (30934,106318,0,-9736.54,120.219,25.6411,-1.50098,0,0,0.681998,-0.731354,3600,3600,100,1), + (30939,1618,0,-9284.6,-632.643,65.1002,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (30946,142143,0,-10180.7,-3383.07,20.0926,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (30950,106318,0,-9866.26,221.78,14.0336,-2.74017,0,0,0.979925,-0.199368,3600,3600,100,1), + (30952,3948,1,-1851.1,597.134,109.211,-2.522,0,0,0.952396,-0.304865,900,900,100,1), + (30953,2045,0,-3820.83,-690.69,-11.6346,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (30954,37095,0,472.23,-225.529,176.59,3.13287,0,0,0.99999,0.004363,7200,7200,100,1), + (30955,1622,0,-4009.57,-856.26,28.7322,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (30957,1619,0,-5634.98,-633.097,408.587,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (30960,2061,0,472.23,-225.529,176.59,3.13287,0,0,0.99999,0.004363,7200,7200,100,1), + (30964,1619,0,-9049.12,138.53,118.886,2.33874,0,0,0.920505,0.390732,300,300,100,1), + (30967,1617,0,-9485.66,448.977,52.3653,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (30968,1617,0,-9487.93,324.516,52.442,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (30971,3658,0,-9930.38,582.718,37.709,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (30972,1617,0,-9973.48,614.659,39.457,-2.82743,0,0,-0.987688,0.156436,300,300,100,1), + (30973,1618,0,-9998.34,642.859,38.7573,0.785398,0,0,0.382683,0.92388,300,300,100,1), + (30975,24798,0,-10962.2,-4168.2,5.67139,-2.60054,0,0,0.96363,-0.267238,600,600,100,1), + (30976,1620,0,-10698.9,932.072,36.6582,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (30977,24798,0,-10753.7,-4282.67,2.35976,2.46091,0,0,0.942641,0.333807,600,600,100,1), + (30978,1622,0,-10783.4,912.195,34.0927,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (30979,1618,0,-10696.7,1433.84,41.4072,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (30980,24798,0,-10920.1,-4198.96,2.19333,-0.15708,0,0,0.078459,-0.996917,600,600,100,1), + (30981,24798,0,-10815.3,-4229.25,4.92431,1.0821,0,0,0.515038,0.857167,600,600,100,1), + (30982,142143,0,-10423.1,-3523.94,19.6052,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (30984,142143,0,-10162.9,-3101.57,19.999,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (30985,142143,0,-10103.6,-3515.35,20.2572,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (30986,24798,0,-9831.49,-4138.32,1.6585,-1.85005,0,0,0.798635,-0.601815,600,600,100,1), + (30987,2045,0,-10510.5,2153.03,-12.7309,-2.96706,0,0,-0.996195,0.0871556,300,300,100,1), + (30988,142143,0,-10011.7,-3683.81,20.8291,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (30989,142143,0,-10099.9,-3630.48,19.802,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (30990,2045,0,-10283.1,2098.84,-9.46596,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (30991,2045,0,-10078.2,2046.95,-12.5141,-0.663225,0,0,-0.325568,0.945519,300,300,100,1), + (30992,2857,0,-9962.91,-3695.04,21.8734,-0.087267,0,0,0.04362,-0.999048,600,600,100,1), + (30994,2045,0,-10349.7,2300.16,-44.4406,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (30995,28604,0,-9998.53,-3528.52,22.0725,1.36136,0,0,0.62932,0.777146,600,600,100,1), + (30998,22550,0,-10063.3,-3501.32,23.0662,3.07178,0,0,0.999391,0.034899,600,600,100,1), + (31000,1619,0,-10354.3,1882.78,38.931,-2.84489,0,0,-0.989016,0.147808,300,300,100,1), + (31001,1621,0,-10397.8,1926.35,10.1886,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (31003,22550,0,-10080.8,-3486.49,23.6995,-1.13446,0,0,0.5373,-0.843391,600,600,100,1), + (31004,22550,0,-10002.2,-3539.66,22.9176,1.95477,0,0,0.829038,0.559193,600,600,100,1), + (31005,22550,0,-9960.04,-3603,22.2479,0.453786,0,0,0.224951,0.97437,600,600,100,1), + (31006,22550,0,-9964.19,-3646.9,22.1477,-2.51327,0,0,0.951057,-0.309017,600,600,100,1), + (31007,1622,0,-9951.39,1449.66,64.6033,2.26893,0,0,0.906308,0.422617,300,300,100,1), + (31008,28604,0,-9964.91,-3651.28,21.6919,2.16421,0,0,0.882948,0.469472,600,600,100,1), + (31009,22550,0,-9981.25,-3652.04,21.8077,1.43117,0,0,0.656059,0.75471,600,600,100,1), + (31014,2857,0,-10076.4,-3483.64,23.1767,0.366519,0,0,0.182236,0.983255,600,600,100,1), + (31016,2857,0,-10711.4,-2543.09,28.2205,2.21657,0,0,0.894934,0.446198,600,600,100,1), + (31017,142143,0,-10261.2,-3259.22,19.6363,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (31018,2045,0,-9615.35,1612.86,-2.8987,0.017453,0,0,0.00872639,0.999962,300,300,100,1), + (31021,2045,0,-9911.14,1916.8,-7.46602,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (31023,1620,0,-9996.08,1878.73,12.3701,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (31024,30854,0,-10612.6,-3834.69,18.958,1.36136,0,0,0.62932,0.777146,600,600,100,1), + (31027,1618,0,-10275.3,1933.49,33.0991,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (31029,30856,0,-10591.8,-3972,18.9141,2.98451,0,0,0.996917,0.078459,600,600,100,1), + (31035,30854,0,-10630.2,-3842.42,22.635,-2.89725,0,0,0.992546,-0.121869,600,600,100,1), + (31036,30854,0,-10467,-3723.87,-19.7124,1.02974,0,0,0.492424,0.870356,600,600,100,1), + (31037,1619,0,-10827.6,2052.28,27.6429,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (31039,30855,0,-10341,-3736.78,14.747,-3.05433,0,0,0.999048,-0.043619,600,600,100,1), + (31040,30854,0,-10525,-3746.86,-19.7333,2.32129,0,0,0.91706,0.398749,600,600,100,1), + (31041,30854,0,-10429.8,-3654.53,18.6127,0.069813,0,0,0.034899,0.999391,600,600,100,1), + (31042,2045,0,-11024.1,2114.27,-5.42915,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (31044,4149,0,-10662.9,-4337.71,1.24313,-1.53589,0,0,0.694658,-0.71934,600,600,100,1), + (31045,4149,0,-10396.9,-4399.83,2.74045,0.890118,0,0,0.430511,0.902585,600,600,100,1), + (31046,1620,0,-11344.2,1812.11,8.70332,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (31047,1850,0,-10825.8,1325.7,34.2356,0.548886,0,0,0.271011,0.962576,3600,3600,100,1), + (31048,1621,0,-11408.4,1939.08,10.2287,-2.82743,0,0,-0.987688,0.156436,300,300,100,1), + (31049,2061,0,-10825.8,1325.7,34.2356,0.548886,0,0,0.271011,0.962576,3600,3600,100,1), + (31054,1620,0,-11067.5,1865.32,34.6777,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (31055,1617,0,-10880.8,1839.2,73.2964,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (31056,1851,0,-10859.6,1163.74,37.6507,0.540161,0,0,0.266809,0.96375,3600,3600,100,1), + (31058,2061,0,-10859.6,1163.74,37.6507,0.540161,0,0,0.266809,0.96375,3600,3600,100,1), + (31059,1852,0,-11032,1041.22,36.9377,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,3600,100,1), + (31060,2061,0,-11032,1041.22,36.9377,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,3600,100,1), + (31061,1853,0,-11048.9,898.368,36.0253,0.557615,0,0,0.275209,0.961385,3600,3600,100,1), + (31062,1621,0,-10702.9,1829.45,40.1955,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (31063,1622,0,-10742,1648.85,45.6545,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (31064,2061,0,-11048.9,898.368,36.0253,0.557615,0,0,0.275209,0.961385,3600,3600,100,1), + (31065,1854,0,-11038.5,782.848,37.8301,0.619591,-0.051002,0.001978,0.305264,0.950899,3600,3600,100,1), + (31066,2061,0,-11038.5,782.848,37.8301,0.619591,-0.051002,0.001978,0.305264,0.950899,3600,3600,100,1), + (31067,123,0,-10924.8,996.455,35.6767,-1.48353,0.035104,-0.026255,-0.675081,0.73644,3600,3600,100,1), + (31068,124,0,-10925,994.95,36.3558,0.083313,-0.090912,-0.016617,0.040289,0.994905,3600,3600,100,1), + (31069,1856,0,-11102.7,789.153,37.6336,0.557615,0,0,0.275209,0.961385,3600,3600,100,1), + (31070,2061,0,-11102.7,789.153,37.6336,0.557615,0,0,0.275209,0.961385,3600,3600,100,1), + (31071,1857,0,-11134,1040.79,33.8189,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,3600,100,1), + (31072,2061,0,-11134,1040.79,33.8189,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,3600,100,1), + (31073,1859,0,-11154.7,735,32.6179,-1.03847,-0.032998,0.038939,-0.494843,0.867482,3600,3600,100,1), + (31074,2061,0,-11154.7,735,32.6179,-1.03847,-0.032998,0.038939,-0.494843,0.867482,3600,3600,100,1), + (31076,1621,0,-10558.9,894.501,34.7862,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (31079,1860,0,-11322.4,1720.98,36.8901,3.14159,0,0,1,0,3600,3600,100,1), + (31080,1622,0,-11028.3,813.303,37.0161,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (31081,2061,0,-11322.4,1720.98,36.8901,3.14159,0,0,1,0,3600,3600,100,1), + (31082,1865,0,-11269.6,1450.98,89.2755,-2.50455,0.009778,0.039964,0.948656,-0.313622,3600,3600,100,1), + (31083,2061,0,-11269.6,1450.98,89.2755,-2.50455,0.009778,0.039964,0.948656,-0.313622,3600,3600,100,1), + (31084,1617,0,-11169.6,895.545,42.3367,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (31085,1745,0,-11042.4,1452.14,45.1961,-1.42244,0.002848,0.003305,-0.652753,0.757558,3600,3600,100,1), + (31086,1841,0,-10662.8,2042.55,8.07821,-3.14159,0.013083,0.030536,0.999448,-0.0004,3600,3600,100,1), + (31087,2061,0,-10662.8,2042.55,8.07821,-3.14159,0.013083,0.030536,0.999448,-0.0004,3600,3600,100,1), + (31089,1842,0,-10490.9,1328.44,42.5677,3.14159,0,0,1,0,3600,3600,100,1), + (31092,2061,0,-10490.9,1328.44,42.5677,3.14159,0,0,1,0,3600,3600,100,1), + (31093,2056,0,-10796.7,2048.33,10.2231,3.14159,-0.065223,0.07395,0.995115,0.004847,3600,3600,100,1), + (31094,1621,0,-10152.7,1377.54,39.4594,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (31095,2061,0,-10796.7,2048.33,10.2231,3.14159,-0.065223,0.07395,0.995115,0.004847,3600,3600,100,1), + (31096,2057,0,-11025.8,1657.36,42.5925,3.13286,-0.004286,0.017471,0.999828,0.004439,3600,3600,100,1), + (31097,2061,0,-11025.8,1657.36,42.5925,3.13286,-0.004286,0.017471,0.999828,0.004439,3600,3600,100,1), + (31098,1833,0,-9913.26,1772.61,10.4483,3.14159,0,0,1,0,3600,3600,100,1), + (31099,1622,0,-10106.3,1051.02,36.4797,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (31102,1619,0,-9652.64,-221.701,54.7938,-1.29154,0,0,-0.601814,0.798637,300,300,100,1), + (31104,3658,0,-9572.89,-718.307,64.7386,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (31105,1619,0,-9577.55,-761.046,46.7085,0.959931,0,0,0.461749,0.887011,300,300,100,1), + (31106,2883,0,-9753.3,-845.746,39.3713,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (31107,1617,0,-9703.22,-854.584,42.7863,-1.41372,0,0,-0.649447,0.760406,300,300,100,1), + (31108,1617,0,-9561.31,-1155.23,44.7466,0.261799,0,0,0.130526,0.991445,300,300,100,1), + (31110,1618,0,-9707.22,-1138.33,38.5584,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (31112,1621,0,-9479.87,-1875.75,84.1223,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (31114,1621,0,-9380.46,-1944.81,61.4576,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (31117,178244,0,-9231.58,-2698.62,89.086,-0.750491,0,0,0.366501,-0.930418,5,5,100,1), + (31118,178244,0,-9227.89,-2696.93,89.086,-0.872665,0,0,0.422618,-0.906308,5,5,100,1), + (31119,178244,0,-9225.42,-2694.12,89.086,-1.16937,0,0,0.551937,-0.833886,5,5,100,1), + (31121,154357,0,-9324.1,-1986.69,43.5814,-0.331612,0,0,0.165048,-0.986286,10,10,100,1), + (31122,2849,0,-8839.22,-1942.85,132.651,-0.20944,0,0,0.104528,-0.994522,7200,7200,100,1), + (31125,1619,0,-9048.02,-1983.92,148.601,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (31126,1619,0,-9042.54,-2104.46,130.643,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (31127,2849,0,-9470.98,-1887.11,83.2995,-0.593412,0,0,0.292372,-0.956305,7200,7200,100,1), + (31130,2849,0,-9098.88,-2025.8,128.651,-1.78024,0,0,0.777146,-0.62932,7200,7200,100,1), + (31132,2850,0,-9210.75,-2898.86,112.972,0.575959,0,0,0.284015,0.95882,7200,7200,100,1), + (31134,2061,0,-9913.26,1772.61,10.4483,3.14159,0,0,1,0,3600,3600,100,1), + (31135,1620,0,-9417.62,-2113.58,67.2459,-2.40855,0,0,-0.93358,0.35837,300,300,100,1), + (31136,1834,0,-10024.6,1881.3,13.0101,3.14159,0,0,1,0,3600,3600,100,1), + (31137,2061,0,-10024.6,1881.3,13.0101,3.14159,0,0,1,0,3600,3600,100,1), + (31138,1835,0,-10024.8,1817.23,37.637,0.557615,0,0,0.275209,0.961385,3600,3600,100,1), + (31139,1620,0,-10987.7,-518.608,33.1096,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (31140,2061,0,-10024.8,1817.23,37.637,0.557615,0,0,0.275209,0.961385,3600,3600,100,1), + (31141,2043,0,-11781,-144.351,6.24316,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (31143,1624,0,-12082,-522.503,13.8591,-0.453786,0,0,-0.224951,0.97437,300,300,100,1), + (31144,180769,0,-4725.37,-1114.84,520.907,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (31145,180772,0,-4689.03,-1215.52,501.659,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (31146,180770,0,-4847.67,-1163.08,508.427,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (31147,180769,0,-4810.58,-1179.87,516.286,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (31148,180769,0,-4947.25,-921.71,510.724,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (31149,180769,0,-4724.78,-1111.6,520.828,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (31150,180770,0,-4691.34,-874.262,520.236,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (31151,180769,0,-4799.39,-1179.94,516.354,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (31152,180878,0,-8737.99,1077.35,90.7803,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (31153,180773,0,-4637.87,-934.665,517.183,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (31154,180770,0,-8663.15,503.359,105.884,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (31155,180772,0,-8852.99,961.527,96.338,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (31156,180769,0,-8795.12,622.49,101.78,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (31157,180770,0,-5019.26,-1046.8,522.748,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (31158,180769,0,-8946.24,985.972,137.093,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (31159,180769,0,-4725.93,-1118.11,520.869,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (31160,180769,0,-4803.04,-1179.86,516.321,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (31161,180868,0,-4658.02,-962.036,500.377,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (31162,180771,0,-4707.92,-1230.92,501.659,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (31163,180769,0,-4955.13,-928.472,510.472,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (31164,180878,0,-4645.78,-955.221,502.146,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (31165,180770,0,-8463.01,509.91,110.471,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (31166,180869,0,-8746.18,1081.48,90.7803,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (31167,180774,0,-8763.2,724.889,104.229,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (31168,180878,0,-8739.33,1077.06,90.7803,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (31169,180769,0,-8806.03,613.984,101.849,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (31170,180868,0,-8751.59,1083.03,90.7803,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (31171,180769,0,-8856.18,665.462,100.26,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (31172,180770,0,-8472.49,502.288,110.509,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (31173,180869,0,-8753.01,1080.69,90.7803,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (31174,180773,0,-8859.93,584.931,93.381,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (31175,180769,0,-9057.16,835.097,119.412,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (31176,180771,0,-8795.86,771.453,96.338,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (31177,180769,0,-8835.63,649.729,100.795,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (31178,180769,0,-4974.16,-1011.93,520.027,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (31179,180868,0,-4670.13,-962.105,500.376,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (31180,180878,0,-4643.37,-955.283,501.661,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (31181,180774,0,-5007.46,-1240.85,518.638,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (31182,180770,0,-4765.33,-912.13,507.818,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (31183,180868,0,-4671.26,-956.461,500.377,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (31184,180770,0,-4682.48,-881.148,520.234,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (31185,180878,0,-4645.99,-953.588,502.146,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (31186,180868,0,-4672.56,-943.665,502.145,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (31187,180878,0,-4646.05,-952.816,502.146,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (31188,180878,0,-4645.03,-954.707,501.914,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (31189,180878,0,-4645.94,-954.439,502.146,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (31190,180878,0,-8737.76,1076.57,90.7768,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (31191,180878,0,-8736.52,1074.73,90.7114,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (31192,180769,0,-8862.9,617.229,100.997,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (31193,180878,0,-8739.89,1075.47,90.7259,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (31194,180770,0,-5016.34,-1125.14,509.606,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (31195,180769,0,-4870.8,-882.01,517.743,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (31196,180878,0,-4643.85,-953.568,502.598,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (31197,180868,0,-4667.73,-949.558,500.377,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (31198,180766,0,-4669.66,-941.988,502.145,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (31199,180878,0,-4644.84,-949.221,501.661,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (31200,180869,0,-4663.9,-941.643,507.315,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (31201,180868,0,-8742,1077.54,90.7803,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (31202,180769,0,-8838.13,600.776,98.2744,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (31203,180871,0,-4647.16,-951.983,503.619,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (31204,180871,0,-4669.02,-970.218,503.601,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (31205,180871,0,-4650.28,-965.382,503.618,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (31206,180764,0,-4677.99,-959.548,503.617,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (31207,180763,0,-4926.37,-996.199,502.393,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (31208,180764,0,-4829.83,-1288.79,506.62,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (31209,180763,0,-4839.16,-874.906,506.185,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (31210,180763,0,-4838.31,-1287.45,506.708,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (31211,180764,0,-4852.04,-1158.69,505.505,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (31212,180764,0,-4874.24,-955.01,506.792,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (31213,180763,0,-5001.92,-1222.46,506.967,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (31214,180764,0,-4805.33,-1255.81,505.788,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (31215,180764,0,-4842.78,-1166.88,505.359,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (31216,180763,0,-4848.96,-1285.76,505.979,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (31217,180764,0,-4988.48,-1239.32,506.844,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (31218,180764,0,-4798.82,-1179.97,507.065,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (31219,180763,0,-4852.13,-1247.77,505.845,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (31220,180763,0,-4886.36,-958.486,506.705,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (31221,180763,0,-4819.39,-1290.44,506.017,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (31222,180764,0,-4926.37,-996.199,502.393,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (31223,180872,0,-8727.5,1080.04,92.3358,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (31224,180871,0,-8769.58,1069.28,92.3428,0,0,0,0,1,180,180,100,1), + (31225,180764,0,-8735.24,1066.74,92.0709,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (31226,180763,0,-8760.69,1068.68,92.3914,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (31227,180763,0,-4829.83,-1288.79,506.62,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (31228,180764,0,-4838.31,-1287.45,506.708,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (31229,180764,0,-4805.33,-1255.81,505.788,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (31230,180763,0,-5001.92,-1222.46,506.967,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (31231,180764,0,-4848.96,-1285.76,505.979,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (31233,180763,0,-8853.72,638.316,98.2551,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (31234,180764,0,-8846.65,619.905,97.9667,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (31235,180764,0,-8883.98,592.172,96.68,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (31236,180763,0,-8833.74,609.503,97.2013,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (31237,180763,0,-8865.42,570.219,100.54,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (31238,180763,0,-8808.96,616.082,98.9183,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (31239,180764,0,-8859.56,660.835,98.8865,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (31240,180763,0,-8872.6,611.058,96.2855,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (31241,180764,0,-8853.72,638.316,98.2551,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (31242,180763,0,-8883.98,592.172,96.68,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (31243,180763,0,-8846.65,619.905,97.9667,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (31244,180764,0,-8760.69,1068.68,92.3914,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (31245,180763,0,-8735.24,1066.74,92.0709,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (31246,180871,0,-8734.83,1076.31,92.3113,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (31247,180763,0,-8731.79,1060.77,92.3128,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (31248,180872,0,-8727.5,1080.04,92.3358,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (31249,180764,0,-8735.24,1066.74,92.0709,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (31250,180765,1,9640.84,2607.8,1356.51,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (31251,180773,1,9940.37,2509.09,1327.09,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (31252,180772,1,7592.77,-2209.55,473.739,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (31253,180878,1,7593.7,-2225.91,469.257,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (31254,180771,1,7577.15,-2226.38,472.801,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (31255,180768,1,7596.48,-2260.56,464.648,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (31256,180768,1,7567.66,-2234.99,470.035,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (31257,180772,1,7571.86,-2230.04,471.872,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (31258,180771,1,7564.37,-2224.28,472.465,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (31259,180771,1,7568.89,-2211.81,474.619,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (31260,180878,1,7595.83,-2227.57,468.584,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (31261,180771,1,7898.9,-2425.79,494.243,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (31262,180768,1,7804.63,-2306.1,455.442,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (31263,180765,1,7789.09,-2453.35,494.773,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (31264,180765,1,7844.05,-2569.99,505.267,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (31265,180765,1,8018.68,-2687.19,521.25,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (31266,180765,1,7980.53,-2436.58,496.331,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (31267,180771,1,9933.49,2208.78,1329.27,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (31268,180765,1,9864.92,2496.11,1337.47,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (31269,180771,1,9966.66,2204.93,1328.99,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (31270,180765,1,10153.7,2244.23,1335.25,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (31271,180772,1,7604.71,-2222.28,470.468,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (31272,180778,1,7608.04,-2241.13,467.295,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (31273,180766,1,7577.04,-2202.19,475.33,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (31274,180878,1,7594.09,-2218.45,469.616,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (31275,180878,1,7593.46,-2220.96,469.408,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (31276,180878,1,7594.01,-2217.78,469.815,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (31277,180766,1,7584.93,-2210.23,473.766,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (31278,180778,1,7533.19,-2189.47,476.343,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (31279,180778,1,7533.15,-2200.42,475.957,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (31280,180771,1,7600.6,-2238.86,467.719,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (31281,180778,1,7597.29,-2260.58,464.672,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (31282,180766,1,7586.31,-2220.49,471.462,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (31283,180771,1,7612.31,-2222.55,470.39,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (31284,180768,1,7622.83,-2235.06,465.443,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (31285,180771,1,7573.45,-2244.37,467.651,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (31286,180768,1,7602.54,-2228.53,467.916,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (31287,180771,1,7617.58,-2233.56,467.032,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (31288,180771,1,7579.26,-2243.99,468.654,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (31289,180768,1,7697.64,-2225.46,456.511,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (31290,180765,1,7785.37,-2587.58,497.624,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (31291,180769,1,7976,-2424.46,497.055,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (31292,180768,1,7892.78,-2315.5,466.889,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (31293,180765,1,9936.63,2508.27,1324.64,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (31294,180765,1,9855.15,2363.35,1337.14,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (31295,180771,1,9933.3,2199.98,1328.31,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (31296,180758,1,10142.9,2209.27,1332.51,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (31297,180878,1,7594.99,-2220.99,469.232,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (31298,180878,1,7595.52,-2222.41,469,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (31299,180878,1,7594.13,-2226.66,469.132,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (31300,22255,0,458.687,-216.708,152.53,1.7366,0,0,0.763233,0.646124,7200,7200,100,1), + (31301,1839,0,-9714.08,1045.22,35.4106,3.14159,0,0,1,0,3600,3600,100,1), + (31302,1621,0,-10273.4,-752.236,45.124,3.08923,0,0,0.999657,0.0261783,300,300,100,1), + (31303,2061,0,-9714.08,1045.22,35.4106,3.14159,0,0,1,0,3600,3600,100,1), + (31304,1624,0,-10320.1,-915.112,39.2073,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (31310,1619,0,-8779.48,-2617.22,139.61,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (31311,37091,0,514.604,-228.266,176.59,-2.10312,0,0,0.868199,-0.496217,7200,7200,100,1), + (31312,2061,0,514.604,-228.266,176.59,-2.10312,0,0,0.868199,-0.496217,7200,7200,100,1), + (31313,37092,0,484.051,-220.741,167.711,0.034906,0,0,0.017452,0.999848,7200,7200,100,1), + (31315,2061,0,484.051,-220.741,167.711,0.034906,0,0,0.017452,0.999848,7200,7200,100,1), + (31316,22262,0,475.146,-213.76,167.849,0.471238,0,0,0.233445,0.97237,7200,7200,100,1), + (31317,22250,0,488.281,-214.182,152.53,2.05949,0,0,0.857167,0.515038,7200,7200,100,1), + (31318,3770,0,457.965,-214.064,152.596,-0.986111,0,0,-0.47332,0.880891,7200,7200,100,1), + (31319,37093,0,518.792,-260.702,154.462,2.05949,0,0,0.857167,0.515038,7200,7200,100,1), + (31320,2061,0,518.792,-260.702,154.462,2.05949,0,0,0.857167,0.515038,7200,7200,100,1), + (31321,22259,0,486.939,-205.517,167.849,-1.09956,0,0,-0.522499,0.85264,7200,7200,100,1), + (31322,2866,0,-7182.48,-1527.93,241.124,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (31323,22260,0,494.803,-207.869,167.849,-2.62672,0,0,0.967046,-0.254603,7200,7200,100,1), + (31324,22251,0,486.849,-211.538,152.53,-1.11701,0,0,-0.529919,0.848048,7200,7200,100,1), + (31326,37094,0,493.702,-215.755,167.711,1.01229,0,0,0.484809,0.87462,7200,7200,100,1), + (31327,2061,0,493.702,-215.755,167.711,1.01229,0,0,0.484809,0.87462,7200,7200,100,1), + (31328,22257,0,480.347,-209.022,167.849,-1.09956,0,0,-0.522499,0.85264,7200,7200,100,1), + (31329,22258,0,483.383,-207.408,167.849,-1.09956,0,0,-0.522499,0.85264,7200,7200,100,1), + (31330,37051,0,477.036,-217.316,167.849,0.471238,0,0,0.233445,0.97237,7200,7200,100,1), + (31331,37096,0,482.846,-245.071,176.59,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (31332,2061,0,482.846,-245.071,176.59,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (31333,1764,0,684.73,-895.298,171.805,2.09439,0,0,0.866025,0.5,7200,7200,100,1), + (31335,2714,0,-243.975,-326.684,46.3559,-1.79769,0,0,0.782608,-0.622515,300,300,100,1), + (31337,3707,0,1205.95,-310.428,42.7005,-2.14675,0,0,0.878817,-0.477159,7200,7200,100,1), + (31338,19876,0,263.339,-267.679,143.757,1.44862,0,0,0.66262,0.748956,7200,7200,100,1), + (31339,2866,0,-7230.77,-1154.26,258.973,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (31340,187254,0,-32.6525,-558.996,152.07,1.44862,0,0,0.66262,0.748956,7200,7200,100,1), + (31342,3949,1,-1846.53,607.406,122.66,-1.50098,0,0,-0.681999,0.731353,900,900,100,1), + (31343,2045,1,5990.36,779.264,-16.601,-1.88496,0,0,-0.809018,0.587783,300,300,100,1), + (31344,3950,1,-1847.87,587.302,122.66,4.71239,0,0,-0.707107,0.707107,900,900,100,1), + (31346,3951,1,-1847.55,602.834,157.515,-1.85878,0,0,-0.801254,0.598324,900,900,100,1), + (31348,2045,1,6459.84,694.331,-35.396,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (31349,176751,1,-1310.88,2035.5,50.1442,-2.77507,0,0,0.983255,-0.182235,500,500,100,1), + (31350,176751,1,-1349.28,2031.71,50.1442,-0.942478,0,0,0.453991,-0.891006,500,500,100,1), + (31351,2045,1,6133.21,600.884,-7.72176,-0.087267,0,0,-0.0436197,0.999048,300,300,100,1), + (31354,2045,1,5265.87,615.337,-10.8252,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (31356,176751,1,-1307.84,1949.76,51.0022,-0.034907,0,0,0.017452,-0.999848,500,500,100,1), + (31357,1731,1,4787.53,766.542,8.5393,1.20428,0,0,0.566407,0.824125,300,300,100,1), + (31358,1731,1,4855.59,722.665,5.86654,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (31359,176751,1,-1461.4,1785.83,50.2736,-2.37365,0,0,0.927184,-0.374607,500,500,100,1), + (31360,176751,1,-1303.66,1887.6,50.3437,-1.50098,0,0,0.681998,-0.731354,500,500,100,1), + (31361,1620,1,4636.47,638.005,7.22104,-1.76278,0,0,-0.771624,0.636079,300,300,100,1), + (31363,2045,1,4594.34,834.275,-8.53328,-2.89725,0,0,-0.992546,0.12187,300,300,100,1), + (31365,176751,1,-1383.97,1838.74,50.1442,-3.10669,0,0,0.999848,-0.017452,500,500,100,1), + (31366,1731,1,4348.59,966.763,15.5835,-2.89725,0,0,-0.992546,0.121868,300,300,100,1), + (31367,176751,1,-1315.02,1796.78,50.1442,-1.0821,0,0,0.515038,-0.857167,500,500,100,1), + (31368,176751,1,-1358.2,1787.12,50.1443,-2.40855,0,0,0.93358,-0.358368,500,500,100,1), + (31369,176751,1,-1386.78,2157.37,66.9486,-1.85005,0,0,0.798635,-0.601815,500,500,100,1), + (31370,1731,1,3753.26,618.903,14.7077,-2.42601,0,0,-0.936671,0.35021,300,300,100,1), + (31372,1621,1,2962.99,385.299,91.82,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (31373,1620,1,2871.51,353.335,91.6667,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (31374,176751,1,-1258.74,1856.7,50.1442,1.8326,0,0,0.793353,0.608761,500,500,100,1), + (31375,176752,1,-1347.18,1933.94,50.1442,0.05236,0,0,0.026177,0.999657,500,500,100,1), + (31376,1622,1,2308.27,-1013.45,104.782,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (31377,176752,1,-1259.2,1999.79,50.1442,0.453786,0,0,0.224951,0.97437,500,500,100,1), + (31378,176752,1,-1430.09,1788.51,50.1442,-2.82743,0,0,0.987688,-0.156434,500,500,100,1), + (31379,176752,1,-1290.17,1810.65,50.1442,-1.3439,0,0,0.622515,-0.782608,500,500,100,1), + (31380,1624,1,2013.37,-842.71,97.7068,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (31381,2045,1,1902.56,-1242.19,65.2825,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (31382,1731,1,1795.4,-1623.78,95.8916,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (31383,176752,1,-1276.88,2101.91,62.59,-2.86234,0,0,0.990268,-0.139173,500,500,100,1), + (31384,50803,1,-1232.67,1740.11,90.3898,-1.05945,0,0,-0.505297,0.862946,900,900,100,1), + (31385,50804,1,-1227.94,1745.11,90.3898,-1.19035,0,0,-0.560655,0.82805,900,900,100,1), + (31386,1622,1,1638.67,-1843.24,120.203,3.12414,0,0,0.999962,0.0087262,300,300,100,1), + (31387,1621,1,1426.8,-1952.5,99.9765,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (31388,180372,0,-5073.67,-799.944,496.03,-0.15708,0,0,0.078459,-0.996917,10,10,100,1), + (31389,180370,0,-5075.2,-799.255,496.038,-1.29154,0,0,0.601815,-0.798635,10,10,100,1), + (31390,180373,0,-5074.1,-799.221,496.051,-2.9147,0,0,0.993572,-0.113203,10,10,100,1), + (31391,180372,0,-5080.8,-799.561,496.03,1.8675,0,0,0.803857,0.594823,10,10,100,1), + (31392,180372,0,-5077.29,-800.179,496.03,2.32129,0,0,0.91706,0.398749,10,10,100,1), + (31393,180370,0,-5077.29,-800.179,496.03,2.32129,0,0,0.91706,0.398749,10,10,100,1), + (31394,180373,0,-5079.73,-800.639,496.037,-0.20944,0,0,0.104528,-0.994522,10,10,100,1), + (31395,180371,0,-5080.8,-799.561,496.03,1.8675,0,0,0.803857,0.594823,10,10,100,1), + (31396,180370,0,-5082.25,-800.448,496.03,-0.191986,0,0,0.095846,-0.995396,10,10,100,1), + (31397,186420,0,-33.4915,-558.884,152.066,1.93731,0,0,0.824126,0.566406,7200,7200,100,1), + (31401,3662,0,-8780.65,456.425,98.4555,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (31402,3662,0,-8826.01,582.64,95.2445,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (31414,3658,0,-5637.03,-505.798,396.955,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (31473,1617,0,-5294.54,-526.426,391.066,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (31684,177524,1,-1876.68,3378.85,-70.1771,0,0,0,0,1,900,900,100,1), + (31896,177524,1,-588.114,2858.04,-38.5369,0.628319,0,0,0.309017,0.951057,900,900,100,1), + (31897,177524,1,-498.033,2739.48,-30.6666,-0.750491,0,0,0.366501,-0.930418,900,900,100,1), + (31899,177524,1,-76.6455,2685.81,-99.1043,1.88496,0,0,0.809017,0.587785,900,900,100,1), + (31900,177524,1,-1985.92,3374.38,-80.1733,0,0,0,0,1,900,900,100,1), + (31901,177524,1,-1944,3222.99,-69.3751,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (31902,177524,1,-147.745,2589.38,-48.1679,-0.698132,0,0,0.34202,-0.939693,900,900,100,1), + (31903,177524,1,161.034,2742.56,-71.4729,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (31904,142476,90,-553.812,488.616,-216.81,1.309,0,0,0.608761,0.793353,3600,3600,100,1), + (31905,177524,1,-22.3517,2831.51,-34.2596,-0.802851,0,0,0.390731,-0.920505,900,900,100,1), + (31906,177524,1,55.2842,2842.69,-83.0677,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (31907,177524,1,-1829.4,3280.41,-68.2534,1.58825,0,0,0.71325,0.700909,900,900,100,1), + (31908,50805,1,-1243.62,1756.25,90.3898,-1.12926,0,0,-0.535105,0.844785,900,900,100,1), + (31909,175736,1,-1966.76,426.639,134.949,-2.04204,0,0,0.85264,-0.522498,900,900,100,1), + (31910,177784,1,-468.385,2699.84,-26.4766,0.191986,0,0,0.095846,0.995396,7200,7200,100,1), + (31917,180045,1,-1468.97,202.423,-7.7928,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (31926,3705,0,-8801.83,511.413,100.043,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (31930,1617,0,-9594.93,515.174,48.0958,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (31931,1618,0,-9649.62,566.361,41.6649,0.942478,0,0,0.453991,0.891006,300,300,100,1), + (31932,1617,0,-9977.84,952.781,32.1047,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (31933,1618,0,-10028.1,1030.02,36.5747,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (31934,1618,0,-10202.1,945.401,37.1596,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (31935,33,0,-9794.49,2107.64,12.304,-1.93499,-0.093924,0.017096,-0.822295,0.560996,1,1,100,1), + (31936,1618,0,-10833.5,1232.25,32.9296,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (31937,36,0,-10515.2,1598.61,44.0296,-1.50337,0.066409,-0.128221,-0.670844,0.727405,1,1,100,1), + (31938,1620,0,-10932.7,1331.54,35.9677,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (31939,86,0,-10670.3,1022.06,32.6104,-1.90211,0.032457,-0.007081,-0.813898,0.580057,3600,3600,100,1), + (31940,88,0,-10670.6,1020.91,31.5826,1.23918,0,0,0.580703,0.814116,3600,3600,100,1), + (31941,21308,0,-10612.6,1947.38,37.6884,-0.105611,0,0,-0.052781,0.998606,3600,3600,100,1), + (31942,2061,0,-10612.6,1947.38,37.6884,-0.105611,0,0,-0.052781,0.998606,3600,3600,100,1), + (31943,1621,0,-11042.4,1486.27,43.7401,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (31945,1622,0,-11095.7,1524.61,43.1948,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (31951,1621,0,-11251.6,1625.53,57.6362,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (31954,21701,0,-10123.2,1058.27,36.2985,-3.01069,0,0,0.997859,-0.065403,3600,3600,100,1), + (31957,3662,36,-103.57,-723.359,8.49449,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (31960,20921,0,-11374.3,1796.17,8.31632,3.14159,0,0,1,0,3600,3600,100,1), + (31961,2061,0,-11374.3,1796.17,8.31632,3.14159,0,0,1,0,3600,3600,100,1), + (31962,16396,0,-9979.23,1007.14,31.1373,0.02618,0.087148,0.001141,0.01304,0.996109,3600,3600,100,1), + (31963,75295,34,104.455,77.2554,-34.8562,-0.366519,0,0,0.182236,-0.983255,43200,43200,100,1), + (31964,75298,34,151.69,-65.131,-34.8562,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (31965,180371,0,-5075.2,-799.255,496.038,-1.29154,0,0,0.601815,-0.798635,10,10,100,1), + (31966,180373,0,-5074.1,-799.221,496.051,-2.9147,0,0,0.993572,-0.113203,10,10,100,1), + (31967,180371,0,-5073.67,-799.944,496.03,-0.15708,0,0,0.078459,-0.996917,10,10,100,1), + (31968,180372,0,-5075.2,-799.255,496.038,-1.29154,0,0,0.601815,-0.798635,10,10,100,1), + (31969,180370,0,-5085.64,-799.931,496.03,-0.226893,0,0,0.113203,-0.993572,10,10,100,1), + (31970,180348,1,1329.04,-4424.14,27.4311,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (31971,180348,1,1328.02,-4415.51,27.6108,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (31972,180338,1,1330.02,-4412.74,27.6077,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (31973,177784,1,-588.834,2648.15,-19.4671,1.67552,0,0,0.743145,0.669131,7200,7200,100,1), + (31974,3725,1,-427.637,-2486.69,92.1472,-0.174533,0,0,0.087156,-0.996195,900,900,100,1), + (31975,3727,1,-853.452,-2310.96,92.8695,1.97222,0,0,0.833886,0.551937,900,900,100,1), + (31976,3724,1,-918.801,-2302.58,91.6667,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (31977,177784,1,-606.141,2758.65,-24.8071,-1.16937,0,0,0.551937,-0.833886,7200,7200,100,1), + (31978,3729,1,-832.846,-2075.74,91.6667,2.93215,0,0,0.994522,0.104528,900,900,100,1), + (31979,177784,1,-573.624,2860.44,-36.238,-0.523599,0,0,0.258819,-0.965926,7200,7200,100,1), + (31981,177784,1,-370.997,2697.79,-19.8611,2.16421,0,0,0.882948,0.469472,7200,7200,100,1), + (31982,177784,1,-464.644,2797.81,-31.1769,-2.61799,0,0,0.965926,-0.258819,7200,7200,100,1), + (31983,177784,1,-404.709,2752.26,-25.585,-2.40855,0,0,0.93358,-0.358368,7200,7200,100,1), + (31984,177784,1,-297.987,2642.96,-20.8264,2.00713,0,0,0.843391,0.5373,7200,7200,100,1), + (31985,177784,1,-305.279,2763.53,-14.4324,-3.05433,0,0,0.999048,-0.043619,7200,7200,100,1), + (573744,176224,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (573743,176224,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (31988,177784,1,-277.378,2846.93,-15.2723,2.82743,0,0,0.987688,0.156434,7200,7200,100,1), + (31989,177784,1,-241.083,2690.35,-37.2636,-2.75762,0,0,0.981627,-0.190809,7200,7200,100,1), + (31990,13891,43,-31.3705,268.373,-103.759,-2.84489,0,0,0.989016,-0.147809,300,300,100,1), + (31991,19535,43,-31.3705,268.373,-103.759,-2.84489,0,0,0.989016,-0.147809,3600,3600,100,1), + (31992,2041,43,-33.4606,282.588,-105.51,-0.139626,0,0,-0.0697563,0.997564,7200,7200,100,1), + (31993,56819,43,36.4862,186.328,-87.6447,2.75526,0.056032,0.008136,0.980019,0.190677,3600,3600,100,1), + (31994,2061,43,36.4862,186.328,-87.6447,2.75526,0.056032,0.008136,0.980019,0.190677,3600,3600,100,1), + (31995,13891,43,28.4734,146.89,-90.4116,-1.78024,0,0,0.777146,-0.62932,300,300,100,1), + (31996,19535,43,28.4734,146.89,-90.4116,-1.78024,0,0,0.777146,-0.62932,3600,3600,100,1), + (31997,13891,43,45.9468,275.327,-89.1026,-2.21657,0,0,0.894934,-0.446198,300,300,100,1), + (31998,19535,43,45.9468,275.327,-89.1026,-2.21657,0,0,0.894934,-0.446198,3600,3600,100,1), + (31999,75293,43,-49.9295,370.574,-59.6856,0.575959,0,0,0.284016,0.95882,5200,5200,100,1), + (32000,1619,43,-53.0091,389.589,-61.6968,-1.0821,0,0,-0.515036,0.857168,7200,7200,100,1), + (32001,13891,43,-95.8325,423.05,-106.731,2.84489,0,0,0.989016,0.147809,300,300,100,1), + (32002,19535,43,-95.8325,423.05,-106.731,2.84489,0,0,0.989016,0.147809,3600,3600,100,1), + (32003,146091,43,-136.916,414.704,-72.737,-1.85517,-0.021164,0.000875,-0.800126,0.599458,3600,3600,100,1), + (32004,2061,43,-136.916,414.704,-72.737,-1.85517,-0.021164,0.000875,-0.800126,0.599458,3600,3600,100,1), + (32005,13891,43,3.27935,411.871,-65.9418,-2.16421,0,0,0.882948,-0.469472,300,300,100,1), + (32006,19535,43,3.27935,411.871,-65.9418,-2.16421,0,0,0.882948,-0.469472,3600,3600,100,1), + (32007,177784,1,-545.825,2710.22,-27.9073,-2.1293,0,0,0.87462,-0.48481,7200,7200,100,1), + (32008,177786,1,191.081,2884.41,2.96727,1.6057,0,0,0.71934,0.694658,2,2,100,1), + (32009,177787,1,-459.514,2611.73,2.09082,0.244346,0,0,0.121869,0.992546,2,2,100,1), + (32010,175739,1,-1965.7,426.689,134.916,-1.43117,0,0,0.656059,-0.75471,900,900,100,1), + (32011,3725,1,-1020,-2140.87,82.2547,-1.46608,0,0,0.669131,-0.743145,900,900,100,1), + (32012,177278,1,157.035,1190.92,165.464,2.06821,0,0,0.859406,0.511293,900,900,100,1), + (32013,65407,1,-1400.12,2090.36,61.6213,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (32014,3729,1,-2554.9,-2101.11,91.6667,-0.383972,0,0,0.190809,-0.981627,900,900,100,1), + (32015,3729,1,-3199.2,-2127.84,91.6781,0.977384,0,0,0.469472,0.882948,900,900,100,1), + (32017,3729,1,-4031.71,-1957.76,92.6257,2.28638,0,0,0.909961,0.414693,900,900,100,1), + (32018,1623,1,-4471.07,-1945,118.288,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (32019,176768,1,-1399.82,1483.42,61.4687,0.750492,0,0,0.366501,0.930418,900,900,100,1), + (32020,157820,129,2561.65,692.778,55.132,3.14159,0,0,1,0,5400,5400,100,1), + (32021,157816,129,2586.09,765.225,55.132,3.14159,0,0,1,0,5400,5400,100,1), + (32022,157817,129,2605.48,726.652,55.132,3.14159,0,0,1,0,5400,5400,100,1), + (32023,157818,129,2600.1,709.109,55.132,3.14159,0,0,1,0,5400,5400,100,1), + (32024,157819,129,2581.85,698.974,55.132,3.14159,0,0,1,0,5400,5400,100,1), + (32025,148850,129,2563.35,1000.16,61.1681,3.14159,0,0,1,0,5400,5400,100,1), + (32026,2061,129,2563.35,1000.16,61.1681,3.14159,0,0,1,0,5400,5400,100,1), + (32027,151952,129,2590.95,944.905,63.5354,2.49582,0,0,0.948324,0.317305,5400,5400,100,1), + (32028,142141,129,2479.97,1006.34,24.0507,-2.32129,0,0,-0.91706,0.398748,7200,7200,100,1), + (32029,151951,129,2586.83,937.335,54.6307,0.087266,0,0,0.043619,0.999048,5400,5400,100,1), + (32030,151952,129,2579.3,933.342,63.8774,2.49582,0,0,0.948324,0.317305,5400,5400,100,1), + (32031,151973,129,2582.49,941.554,64.2574,1.51844,0,0,0.688355,0.725374,5400,5400,100,1), + (32032,75300,129,2502.75,944.867,49.1772,-2.05949,0,0,0.857167,-0.515038,5400,5400,100,1), + (32033,148858,129,2516.57,881.267,61.1051,0.200713,0,0,0.100188,0.994969,5400,5400,100,1), + (32034,2061,129,2516.57,881.267,61.1051,0.200713,0,0,0.100188,0.994969,5400,5400,100,1), + (32035,148847,129,2459.19,956.073,35.414,3.14086,-0.005169,-0.03555,0.999355,0.000184,5400,5400,100,1), + (32036,2061,129,2459.19,956.073,35.414,3.14086,-0.005169,-0.03555,0.999355,0.000184,5400,5400,100,1), + (32037,148849,129,2455.71,925.767,48.1272,3.14159,0,0,1,0,5400,5400,100,1), + (32038,2061,129,2455.71,925.767,48.1272,3.14159,0,0,1,0,5400,5400,100,1), + (32039,148848,129,2529.56,858.371,48.5066,3.03737,-0.240603,-0.002895,0.969493,0.046745,5400,5400,100,1), + (32040,2061,129,2529.56,858.371,48.5066,3.03737,-0.240603,-0.002895,0.969493,0.046745,5400,5400,100,1), + (32041,148861,129,2544.21,865.916,49.7136,3.11186,-0.211319,0.047258,0.975977,0.02409,5400,5400,100,1), + (32042,2061,129,2544.21,865.916,49.7136,3.11186,-0.211319,0.047258,0.975977,0.02409,5400,5400,100,1), + (32043,148860,129,2543.6,850.734,51.312,-3.13662,-0.021938,0.008126,0.999724,-0.002306,5400,5400,100,1), + (32044,2061,129,2543.6,850.734,51.312,-3.13662,-0.021938,0.008126,0.999724,-0.002306,5400,5400,100,1), + (32045,148917,129,2552.44,856.984,51.495,2.68781,0,0,0.97437,0.224951,5400,5400,100,1), + (32046,148846,129,2439.52,996.783,49.2134,2.73448,0.008101,0.107634,0.97333,0.202428,5400,5400,100,1), + (32047,2061,129,2439.52,996.783,49.2134,2.73448,0.008101,0.107634,0.97333,0.202428,5400,5400,100,1), + (32048,40198,129,2409.97,954.724,54.7089,3.14159,0,0,1,0,5400,5400,100,1), + (32049,2061,129,2409.97,954.724,54.7089,3.14159,0,0,1,0,5400,5400,100,1), + (32050,2046,129,2413.38,939.964,45.2382,-0.663225,0,0,-0.325568,0.945519,7200,7200,100,1), + (32051,1628,129,2422,982.551,48.5452,-0.20944,0,0,-0.104529,0.994522,7200,7200,100,1), + (32052,142141,129,2536.55,736.053,53.7239,3.05433,0,0,0.999048,0.0436174,7200,7200,100,1), + (32053,1628,129,2599.42,701.18,55.4969,1.3439,0,0,0.622513,0.782609,7200,7200,100,1), + (32054,2046,129,2582.36,693.47,56.6378,-0.645772,0,0,-0.317305,0.948324,7200,7200,100,1), + (32055,1628,129,2501.06,666.093,53.2512,0.314159,0,0,0.156434,0.987688,7200,7200,100,1), + (32056,148859,129,2499.28,667.883,54.6696,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,5400,100,1), + (32057,2061,129,2499.28,667.883,54.6696,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,5400,100,1), + (32058,148864,129,2455.52,698.852,55.8303,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,5400,100,1), + (32059,2061,129,2455.52,698.852,55.8303,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,5400,100,1), + (32060,1628,129,2459.58,673.032,63.7238,0.349066,0,0,0.173648,0.984808,7200,7200,100,1), + (32061,148862,129,2459.83,641.64,55.662,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,5400,100,1), + (32062,2061,129,2459.83,641.64,55.662,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,5400,100,1), + (32063,148863,129,2433.28,653.952,55.7454,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,5400,100,1), + (32064,2061,129,2433.28,653.952,55.7454,-2.01979,0.083072,-0.074296,-0.843264,0.525818,5400,5400,100,1), + (32065,40199,129,2394.63,886.028,55.4499,3.14159,0,0,1,0,5400,5400,100,1), + (32066,142140,0,-12728,-451.183,30.4847,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (32067,2046,0,-13067.4,-142.569,12.5609,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (32068,2043,0,-13126.2,-282.232,15.2135,1.18682,0,0,0.559191,0.829039,300,300,100,1), + (32069,1623,0,-13255,-216.357,36.4438,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (32070,92143,0,-11204.5,796.073,39.774,-3.14159,0.026177,-0.004362,0.999648,0.000114,3600,3600,100,1), + (32071,1624,0,-13412.4,154.721,21.4733,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (32072,2061,0,-11204.5,796.073,39.774,-3.14159,0.026177,-0.004362,0.999648,0.000114,3600,3600,100,1), + (32077,180345,1,1328.42,-4423.67,27.4051,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (32078,180352,1,1333.24,-4417.46,26.8339,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (32079,180349,1,1328.8,-4424.65,27.425,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (32080,180345,1,1328.18,-4414.68,27.5827,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (32081,129206,0,-11110.6,513.03,31.2564,2.93215,0,0,0.994522,0.104528,3600,3600,100,1), + (32083,2061,0,-11110.6,513.03,31.2564,2.93215,0,0,0.994522,0.104528,3600,3600,100,1), + (32084,2045,0,-12976.8,516.376,-7.23011,-0.296706,0,0,-0.147809,0.989016,300,300,100,1), + (32085,92140,0,-10144.8,1647.71,37.8731,3.14159,0,0,1,0,3600,3600,100,1), + (32086,2045,0,-12818.7,508.625,-5.3383,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (32087,2045,0,-12885,524.078,-9.65929,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (32089,142140,0,-13841.1,469.385,95.3553,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (32090,180683,0,-11749.2,998.85,0,-1.29154,0,0,-0.601814,0.798637,3600,3600,100,1), + (32091,180682,0,-12131.3,369.493,0,-0.942478,0,0,-0.453991,0.891006,3600,3600,100,1), + (32092,2041,0,-12102.2,351.286,3.22855,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (32093,2046,0,-13644.7,-228.335,22.9016,2.14675,0,0,0.878816,0.477161,300,300,100,1), + (32094,1624,0,-12076.9,271.495,3.80528,2.93215,0,0,0.994522,0.10453,300,300,100,1), + (32097,2744,0,-12211.3,689.117,-72.4633,2.77507,0,0,0.983255,0.182236,900,900,100,1), + (32098,2061,0,-10144.8,1647.71,37.8731,3.14159,0,0,1,0,3600,3600,100,1), + (32099,1622,0,-10929.3,-946.819,71.0177,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (32101,153716,0,-10644.5,1158.04,33.1382,2.55691,0,0,0.957571,0.288196,3600,3600,100,1), + (32102,2866,0,-11248.5,-3366.84,9.82008,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (32103,142142,0,-11545.8,-3247.7,6.83403,-3.07178,0,0,-0.999391,0.0348993,300,300,100,1), + (32104,2866,0,-11523.3,-3197.15,8.01532,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (32105,2866,0,-11675.6,-3106.1,20.2953,-0.541052,0,0,-0.267238,0.96363,300,300,100,1), + (32106,142145,0,-11728.9,-3299.33,9.54797,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (32114,2046,0,586.493,22.1321,103.655,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (32115,2045,0,-3922.7,-750.731,-16.4427,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (32116,3695,0,11.3366,-337.718,131.157,-2.3911,0,0,0.930418,-0.366501,7200,7200,100,1), + (32117,2045,0,-3975.57,-814.71,-15.7574,-0.139626,0,0,-0.0697563,0.997564,300,300,100,1), + (32118,3706,0,770.268,-307.623,136.1,-1.309,0,0,0.608761,-0.793353,7200,7200,100,1), + (190300,180396,0,1598.8,311.823,-41.4244,3.17493,0,0,0,0,180,180,255,1), + (190296,180396,0,1592.72,168.947,-41.4244,0,0,0,0,0,180,180,255,1), + (32123,1617,0,-5886.16,-609.264,400.401,-2.6529,0,0,-0.970296,0.241922,300,300,100,1), + (32128,92142,0,-11212.6,881.81,52.11,1.66679,0.171047,0.066838,0.736749,0.650751,3600,3600,100,1), + (32130,2061,0,-11212.6,881.81,52.11,1.66679,0.171047,0.066838,0.736749,0.650751,3600,3600,100,1), + (32131,1844,0,-10720.9,1864.91,32.1338,2.36492,0,0,0.925541,0.378649,3600,3600,100,1), + (32134,153451,0,-11312,-3434.67,7.46774,2.25148,0,0,0.902585,0.430511,7200,7200,100,1), + (190292,180396,0,1524.65,242.972,-41.3899,-1.55334,0,0,0,0,180,180,255,1), + (32149,1618,0,-5700.67,-565.946,400.492,3.14159,0,0,1,0.00000126759,300,300,100,1), + (32156,1618,0,-9183.36,114.578,74.9537,-1.50098,0,0,-0.681998,0.731354,300,300,100,1), + (32158,3705,0,-8566.42,598.972,104.599,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (190288,180396,0,1262.51,353.944,-63.7039,5.5162,0,0,0,0,180,180,255,1), + (32160,3705,0,-8907.74,737.733,98.7046,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (32162,75295,34,165.322,57.6663,-34.8562,2.9147,0,0,0.993572,0.113203,43200,43200,100,1), + (32164,1619,0,-9210.75,-225.726,84.0886,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (32168,161557,0,-9086.57,-310.064,73.3862,0.715585,0,0,0.350207,0.936672,120,120,100,1), + (32169,161557,0,-9068.66,-336.238,73.4517,0.331613,0,0,0.165048,0.986286,120,120,100,1), + (32171,1622,0,-2875.19,-1521.41,9.38473,-0.890118,0,0,-0.430511,0.902585,300,300,100,1), + (32173,2045,0,-2586.9,-1507.23,-14.0206,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (32174,1623,0,-1846.42,-1501.6,52.674,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (32176,3659,0,375.083,148.578,43.1998,-1.50098,0,0,0.681998,-0.731354,7200,7200,100,1), + (32177,2714,0,-137.529,-379.939,53.2472,2.93215,0,0,0.994522,0.104528,300,300,100,1), + (32178,2714,0,-196.545,-313.81,74.0239,2.44346,0,0,0.939693,0.34202,300,300,100,1), + (32179,2039,0,370.836,149.831,42.7135,1.25664,0,0,0.587785,0.809017,7200,7200,100,1), + (32182,2041,0,465.736,531.193,41.1185,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (32183,2039,0,318.043,197.013,41.9076,-1.22173,0,0,0.573576,-0.819152,7200,7200,100,1), + (32184,2039,0,366.028,173.183,42.7965,-1.20428,0,0,0.566406,-0.824126,7200,7200,100,1), + (32185,2041,0,1220.57,-257.893,32.6141,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (32186,3707,0,726.603,-972.032,164.298,-0.645772,0,0,0.317305,-0.948324,7200,7200,100,1), + (32188,1624,0,1031.8,-466.332,112.072,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (32190,2042,0,1216.97,-338.416,43.6423,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (32191,180684,0,1245.56,-204.805,32.2924,0.733038,0,0,0.358368,0.93358,3600,3600,100,1), + (32192,3706,0,699.577,-988.074,164.991,1.29154,0,0,0.601815,0.798636,7200,7200,100,1), + (32194,2046,0,991.061,-415.836,118.128,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (32195,2042,0,1028.41,-776.417,100.061,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (32197,2041,0,884.468,-81.2903,32.3366,2.79253,0,0,0.984808,0.173647,300,300,100,1), + (32198,2043,0,1272.28,-259.936,46.5083,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (32199,2046,0,453.387,-501.445,187.001,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (32200,2043,0,1130.94,-716.134,67.074,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (32201,2046,0,1093.45,-715.179,77.7529,-0.226893,0,0,-0.113203,0.993572,300,300,100,1), + (32202,1624,0,1184.12,-474.71,66.9761,-1.53589,0,0,-0.694658,0.71934,300,300,100,1), + (32203,2044,0,545.584,-446.205,167.449,-1.0821,0,0,0.515038,-0.857167,300,300,100,1), + (32204,2045,0,530.479,451.559,15.8327,-0.994838,0,0,-0.477159,0.878817,300,300,100,1), + (32205,3695,0,177.03,217.541,41.3711,-1.64061,0,0,0.731354,-0.681998,7200,7200,100,1), + (32206,176587,0,1698.71,-1163.65,59.6132,-1.22173,0,0,-0.573576,0.819152,300,300,100,1), + (32208,142141,0,1631.83,-883.966,63.2506,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (32209,1624,0,380.512,-846.562,127.959,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (32210,2043,0,482.952,-1002.54,134.929,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (32211,2043,0,735.648,-807.982,166.306,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (32212,3706,0,443.563,-607.169,167.443,-1.51844,0,0,0.688354,-0.725374,7200,7200,100,1), + (32213,105579,0,121.878,454.223,44.0955,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (32214,1617,0,1856.06,-750.755,66.7944,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (32215,1618,0,1973.46,-559.621,53.6831,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (32217,2044,0,381.986,-313.19,164.722,-1.43117,0,0,0.656059,-0.75471,300,300,100,1), + (32220,1619,0,2885.39,-694.062,137.149,1.85005,0,0,0.798636,0.601815,300,300,100,1), + (32221,176685,189,278.199,-375.739,20.4242,1.85005,0,0,0.798636,0.601815,7200,7200,100,1), + (32222,176678,189,273.077,-382.732,20.4242,-1.29154,0,0,-0.601814,0.798636,7200,7200,100,1), + (32223,176677,189,278.122,-382.732,20.4242,-2.01585,0,0,-0.845727,0.533615,7200,7200,100,1), + (32224,176690,189,203.572,-415.721,18.8796,-2.86234,0,0,0.990268,-0.139173,7200,7200,100,1), + (32225,176687,189,174.975,-415.801,18.8796,-0.445059,0,0,-0.220697,0.975342,7200,7200,100,1), + (32226,176689,189,203.572,-420.766,18.8796,2.69654,0,0,0.975342,0.220697,7200,7200,100,1), + (32227,176674,189,256.799,-411.496,20.4242,1.85005,0,0,0.798636,0.601815,7200,7200,100,1), + (32228,176673,189,251.754,-411.496,20.4242,1.12574,0,0,0.533615,0.845728,7200,7200,100,1), + (32229,175758,189,260.621,-418.135,18.5252,-0.628319,0,0,0.309017,-0.951056,7200,7200,100,1), + (32230,175730,189,254.067,-412.484,20.4127,2.19912,0,0,0.891007,0.453991,7200,7200,100,1), + (32231,175756,189,219.355,-423.785,19.8973,-2.42601,0,0,0.936672,-0.350207,7200,7200,100,1), + (32232,21582,189,244.774,-423.123,19.8917,2.1293,0,0,0.87462,0.48481,7200,7200,100,1), + (32233,176679,189,273.157,-411.329,20.4242,1.12574,0,0,0.533615,0.845728,7200,7200,100,1), + (32234,175734,189,274.557,-411.359,20.4126,2.14675,0,0,0.878817,0.477159,7200,7200,100,1), + (32235,175727,189,266.258,-432.047,19.8889,0.925024,0,0,0.446198,0.894934,7200,7200,100,1), + (32236,19283,189,277.481,-425.391,20.0659,-1.69297,0,0,0.748956,-0.66262,300,300,100,1), + (32237,103664,189,277.586,-429.488,21.4194,-1.6057,0,0,0.71934,-0.694658,300,300,100,1), + (32238,176691,189,203.739,-442.17,18.8796,2.69654,0,0,0.975342,0.220697,7200,7200,100,1), + (32239,176692,189,203.739,-437.124,18.8796,-2.86234,0,0,0.990268,-0.139173,7200,7200,100,1), + (32240,176688,189,174.975,-420.846,18.8796,0.279253,0,0,0.139173,0.990268,7200,7200,100,1), + (32241,176693,189,175.142,-437.204,18.8796,-0.445059,0,0,-0.220697,0.975342,7200,7200,100,1), + (32242,176672,189,159.128,-413.11,18.5772,-2.77507,0,0,0.983255,-0.182236,7200,7200,100,1), + (32243,175749,189,160.654,-440.271,19.8477,1.18682,0,0,0.559193,0.829038,7200,7200,100,1), + (32244,175761,189,147.959,-412.862,19.8459,-0.925024,0,0,0.446198,-0.894934,7200,7200,100,1), + (32245,176669,189,130.502,-434.091,18.5772,0.069814,0,0,0.0349,0.999391,7200,7200,100,1), + (32246,176670,189,130.783,-431.06,18.5772,-0.863939,0,0,-0.41866,0.908143,7200,7200,100,1), + (32247,103821,189,131.826,-432.618,18.5158,0.017453,0,0,0.008727,0.999962,5,5,100,1), + (32248,176671,189,147.217,-412.03,18.5674,0,0,0,0,1,7200,7200,100,1), + (32249,175754,189,146.443,-444.578,19.8542,-0.349066,0,0,0.173648,-0.984808,7200,7200,100,1), + (32250,101854,189,1933.69,-431.654,18.671,3.14159,0,0,1,0,7200,7200,100,1), + (32251,2042,189,1651.94,-371.805,18.0233,0.453786,0,0,0.224951,0.97437,7200,7200,100,1), + (32252,75300,189,1684.87,-345.412,18.0233,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (32253,3704,189,1745.17,-357.994,8.01148,-1.85005,0,0,0.798635,-0.601815,7200,7200,100,1), + (32254,3703,189,1771.76,-377.259,8.01092,-1.51844,0,0,0.688354,-0.725374,7200,7200,100,1), + (32255,103820,189,1895.6,-416.358,19.2626,-1.78024,0,0,0.777146,-0.62932,7200,7200,100,1), + (32256,103820,189,1905.72,-414.568,19.0876,-1.0821,0,0,0.515038,-0.857167,7200,7200,100,1), + (32257,103820,189,1899.35,-415.707,19.2136,2.63545,0,0,0.968148,0.25038,7200,7200,100,1), + (32258,103820,189,1897.99,-416.516,19.2,-2.33874,0,0,0.920505,-0.390731,7200,7200,100,1), + (32259,103820,189,1906.05,-416.476,19.2964,-1.62316,0,0,0.725374,-0.688354,7200,7200,100,1), + (32260,101855,189,1939.48,-427.998,17.0815,3.14159,0,0,1,0,7200,7200,100,1), + (32261,175778,189,1945.12,-420.068,15.5816,-0.523598,0,0,-0.258819,0.965926,7200,7200,100,1), + (32262,175772,189,1945.1,-443.14,15.5829,0.514872,0,0,0.254602,0.967046,7200,7200,100,1), + (32263,175771,189,1954.54,-411.113,14.5238,-1.09083,0,0,-0.518773,0.854912,7200,7200,100,1), + (32264,97803,189,1951.83,-426.404,6.29011,-0.383973,0,0,-0.190809,0.981627,7200,7200,100,1), + (32265,97801,189,1951.79,-436.72,6.29011,0.36652,0,0,0.182236,0.983255,7200,7200,100,1), + (32266,175777,189,1965.05,-408.534,12.5446,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (32267,97802,189,1972.01,-437.26,6.29011,2.46964,0,0,0.944089,0.329691,7200,7200,100,1), + (32268,175780,189,1965.08,-454.683,12.5446,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (32269,175773,189,1976.57,-451.619,12.5446,2.08567,0,0,0.863835,0.503774,7200,7200,100,1), + (32270,175775,189,1976.6,-411.61,12.5438,-2.09439,0,0,0.866025,-0.5,7200,7200,100,1), + (32271,175776,189,1954.42,-452.057,14.5107,1.07338,0,0,0.511294,0.859406,7200,7200,100,1), + (32272,175781,189,1985.06,-420.051,12.5317,-2.62672,0,0,0.967046,-0.254602,7200,7200,100,1), + (32273,175779,189,1988.16,-431.608,12.5446,3.14159,0,0,1,0,7200,7200,100,1), + (32274,175774,189,1985.06,-443.161,12.5446,2.61799,0,0,0.965926,0.258819,7200,7200,100,1), + (32280,3706,0,575.566,-286.316,150.669,0.383972,0,0,0.190809,0.981627,7200,7200,100,1), + (32282,1617,0,-5844.92,-652.907,398.171,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (32284,1622,0,741.367,-394.364,141.665,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (32287,3662,0,-8822.55,727.074,98.2994,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (32288,2061,0,-10720.9,1864.91,32.1338,2.36492,0,0,0.925541,0.378649,3600,3600,100,1), + (32293,1845,0,-10752.1,1954.68,37.2454,0.557615,0,0,0.275209,0.961385,3600,3600,100,1), + (32294,142142,0,-11209,-3315.33,8.70227,0,0,0,0,1,300,300,100,1), + (32296,2061,0,-10752.1,1954.68,37.2454,0.557615,0,0,0.275209,0.961385,3600,3600,100,1), + (32297,130666,0,-10267.1,1393.97,39.5082,-2.46964,0,0,0.944089,-0.329691,3600,3600,100,1), + (32298,130668,0,-10651.6,1106.91,33.6065,2.34747,0,0,0.922201,0.386711,3600,3600,100,1), + (32299,1855,0,-11130.1,938.902,36.7735,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,3600,100,1), + (32300,2061,0,-11130.1,938.902,36.7735,3.14159,-0.013089,-0.004363,0.999905,-0.000057,3600,3600,100,1), + (32301,20922,0,-11388.2,1793.76,8.24267,1.26537,0,0,0.59131,0.806445,3600,3600,100,1), + (32303,2866,0,-11650.7,-3321.59,11.7631,-2.61799,0,0,-0.965925,0.258821,300,300,100,1), + (32304,142145,0,-11706.2,-3102.49,-0.512091,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (32308,2866,0,-11892.8,-3074.32,27.4976,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (32309,142145,0,-11312.9,-2585.17,91.7989,-1.48353,0,0,-0.67559,0.737277,300,300,100,1), + (32310,2061,0,-11388.2,1793.76,8.24267,1.26537,0,0,0.59131,0.806445,3600,3600,100,1), + (32311,1838,0,-9884.45,1552.73,43.8514,3.14159,0,0,1,0,3600,3600,100,1), + (32312,2061,0,-9884.45,1552.73,43.8514,3.14159,0,0,1,0,3600,3600,100,1), + (32313,3658,0,-9500.53,81.368,57.4601,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (32315,1619,0,-9607.63,-728.023,48.0923,-2.16421,0,0,-0.882947,0.469473,300,300,100,1), + (32318,1858,0,-11134,886.571,38.7789,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,3600,100,1), + (32319,2061,0,-11134,886.571,38.7789,3.12414,-0.01785,-0.047817,0.998666,0.007878,3600,3600,100,1), + (32320,178834,0,-11089.3,1561.09,49.4401,2.31256,0,0,0.915311,0.402747,3600,3600,100,1), + (32321,1836,0,-9724.96,1444.73,44.844,3.14159,0,0,1,0,3600,3600,100,1), + (32322,2061,0,-9724.96,1444.73,44.844,3.14159,0,0,1,0,3600,3600,100,1), + (32323,1847,0,-11013.4,2031,10.6365,3.14159,-0.021794,0.043609,0.99881,0.000952,3600,3600,100,1), + (32324,2061,0,-11013.4,2031,10.6365,3.14159,-0.021794,0.043609,0.99881,0.000952,3600,3600,100,1), + (32325,34,0,-9797.29,1594.66,39.695,3.07701,-0.027805,0.04702,0.997942,0.033592,1,1,100,1), + (32326,1837,0,-9752.11,1192.54,40.9789,3.14159,0,0,1,0,3600,3600,100,1), + (32327,2061,0,-9752.11,1192.54,40.9789,3.14159,0,0,1,0,3600,3600,100,1), + (32328,121,0,-10924.2,995.367,34.9543,3.1406,0.004356,0.056692,0.998382,0.000247,3600,3600,100,1), + (32329,1840,0,-10143.8,1732.91,31.983,3.14159,0,0,1,0,3600,3600,100,1), + (32330,2061,0,-10143.8,1732.91,31.983,3.14159,0,0,1,0,3600,3600,100,1), + (32331,87,0,-10670.6,1020.86,33.4143,1.23197,-0.003461,0.00463,0.577755,0.81619,3600,3600,100,1), + (32332,1864,0,-11241.8,1156.04,89.0412,-1.17899,0,0,-0.555941,0.831222,3600,3600,100,1), + (32333,2061,0,-11241.8,1156.04,89.0412,-1.17899,0,0,-0.555941,0.831222,3600,3600,100,1), + (32334,92141,0,-10828.3,1762.66,36.6664,3.14159,0,0,1,0,3600,3600,100,1), + (32335,2061,0,-10828.3,1762.66,36.6664,3.14159,0,0,1,0,3600,3600,100,1), + (32336,130667,0,-10650.1,1104.9,33.6293,2.79253,0,0,0.984808,0.173648,3600,3600,100,1), + (32337,122,0,-10925,996.34,34.5069,-1.5708,0,0,-0.707107,0.707107,3600,3600,100,1), + (32338,35,0,-10514.2,2109.99,2.68824,-1.49493,0.065849,-0.128509,-0.667664,0.730325,1,1,100,1), + (32339,84,0,-10912,1420.35,42.5259,-0.131043,-0.056856,0.000639,-0.065544,0.996228,3600,3600,100,1), + (32340,3804,0,-9841.13,1290.25,41.8229,2.26893,0,0,0.906308,0.422619,3600,3600,100,1), + (32341,2061,0,-9841.13,1290.25,41.8229,2.26893,0,0,0.906308,0.422619,3600,3600,100,1), + (32342,3803,0,-9840.6,1289.53,41.8229,0.977384,0,0,0.469471,0.882948,3600,3600,100,1), + (32343,2061,0,-9840.6,1289.53,41.8229,0.977384,0,0,0.469471,0.882948,3600,3600,100,1), + (32344,22673,0,-10109.5,1048.67,37.5367,0.898844,0,0,0.434445,0.900698,3600,3600,100,1), + (32345,2061,0,-10109.5,1048.67,37.5367,0.898844,0,0,0.434445,0.900698,3600,3600,100,1), + (32347,22670,0,-10110,1048.27,42.4536,-2.58309,0,0,0.961262,-0.275638,3600,3600,100,1), + (32348,2061,0,-10110,1048.27,42.4536,-2.58309,0,0,0.961262,-0.275638,3600,3600,100,1), + (32349,22671,0,-10109.7,1047.36,42.4536,-0.392699,0,0,-0.19509,0.980785,3600,3600,100,1), + (32351,1617,0,-9349.19,-570.087,69.412,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (32352,1619,0,-9257.12,-382.725,73.1997,-0.820305,0,0,-0.398749,0.91706,300,300,100,1), + (32353,1618,0,-9319.03,-181.814,67.7439,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (32354,1617,0,-9144.78,97.4556,74.8526,-2.07694,0,0,-0.861629,0.507539,300,300,100,1), + (32355,2061,0,-10109.7,1047.36,42.4536,-0.392699,0,0,-0.19509,0.980785,3600,3600,100,1), + (32356,22672,0,-10109.9,1047.49,37.5367,-0.392699,0,0,-0.19509,0.980785,3600,3600,100,1), + (32357,1618,0,-9349.9,247.285,64.4522,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (32359,2046,0,-10486.1,-2718.95,31.199,1.8675,0,0,0.803856,0.594824,300,300,100,1), + (32363,1617,0,-4976.83,-361.01,392.941,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (32365,1617,0,-4866.93,-321.393,391.614,1.72788,0,0,0.760407,0.649446,300,300,100,1), + (32367,1617,0,-5067.37,-52.6969,394.439,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (32368,1618,0,-5053.9,132.035,396.328,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (32369,3658,0,-5073.84,445.727,410.966,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (32370,106318,0,-5229.76,514.666,387.61,2.47837,0,0,0.945519,0.325568,3600,3600,100,1), + (32371,142176,0,-5096.71,750.027,260.55,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (32372,142175,0,-5096.6,750.102,260.55,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (32373,90566,0,-4861.05,740.452,249.389,1.49226,0,0,0.678801,0.734323,180,180,100,1), + (32374,142345,0,-4946.91,719.229,261.646,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (32375,142345,0,-4945.58,735.987,261.646,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (32376,142345,0,-4893.72,722.746,249.419,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (32377,142345,0,-4894.51,712.608,249.419,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (32378,90567,0,-4855.03,742.434,249.325,-0.078541,0,0,-0.03926,0.999229,180,180,100,1), + (32379,142696,90,-864.416,394.925,-316.429,0.645772,0,0,0.317305,0.948324,3600,3600,100,1), + (32380,142696,90,-842.562,369.682,-316.873,2.30383,0,0,0.913545,0.406737,3600,3600,100,1), + (32381,142696,90,-857.861,399.913,-316.423,-2.47837,0,0,0.945519,-0.325568,3600,3600,100,1), + (32382,19020,90,-472.186,509.814,-230.602,-0.453786,0,0,0.224951,-0.97437,3600,3600,100,1), + (32383,19020,90,-541.045,15.7146,-179.734,2.30383,0,0,0.913545,0.406737,3600,3600,100,1), + (32384,142487,90,-519.316,163.12,-193.73,1.06465,0,0,0.507538,0.861629,3600,3600,100,1), + (32385,175084,90,-550.033,206.148,-193.723,-2.05949,0,0,0.857167,-0.515038,3600,3600,100,1), + (32386,175085,90,-496.932,185.134,-193.71,0.977384,0,0,0.469472,0.882948,3600,3600,100,1), + (32387,142477,90,-459.943,634.926,-325.315,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (32388,142344,90,-821.033,296.943,-272.596,1.74533,0,0,0.766044,0.642788,300,300,100,1), + (32389,142344,90,-425.91,33.8693,-207.919,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (32390,142344,90,-613.813,50.1167,-199.653,1.51844,0,0,0.688355,0.725374,300,300,100,1), + (32391,142344,90,-651.159,404.573,-273.063,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (32392,142344,90,-497.876,268.348,-207.906,2.68781,0,0,0.97437,0.224951,300,300,100,1), + (32393,142344,90,-495.907,463.871,-273.07,1.5708,0,0,0.707107,0.707107,300,300,100,1), + (32394,142344,90,-484.388,524.049,-273.068,-1.95477,0,0,0.829038,-0.559193,300,300,100,1), + (32395,142344,90,-623.627,715.784,-327.056,-1.50098,0,0,0.681998,-0.731354,300,300,100,1), + (32396,142344,90,-857.707,357.317,-316.873,-1.97222,0,0,0.833886,-0.551937,300,300,100,1), + (32397,142344,90,-577.389,429.721,-230.602,-2.25148,0,0,0.902585,-0.430511,300,300,100,1), + (32398,3659,90,-571.492,510.91,-216.81,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (32399,74448,90,-754.344,364,-272.596,2.80998,0,0,0.986286,0.165048,3600,3600,100,1), + (32400,142344,90,-618.898,546.456,-230.602,2.09439,0,0,0.866025,0.5,300,300,100,1), + (32401,142344,90,-650.266,507.459,-273.061,0.174533,0,0,0.087156,0.996195,300,300,100,1), + (32402,142344,90,-598.683,441.687,-230.601,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (32403,142344,90,-440.51,195.739,-207.906,3.14159,0,0,1,0,300,300,100,1), + (32404,142344,90,-619.782,463.787,-230.602,-0.575959,0,0,0.284015,-0.95882,300,300,100,1), + (32405,142344,90,-494.991,445.379,-230.602,0.680678,0,0,0.333807,0.942641,300,300,100,1), + (32406,142344,90,-640.366,115.257,-183.875,1.50098,0,0,0.681998,0.731354,300,300,100,1), + (32407,142344,90,-893.433,346.016,-272.596,0.069813,0,0,0.034899,0.999391,300,300,100,1), + (32408,142344,90,-737.696,252.43,-273.08,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (32409,142344,90,-360.87,139.481,-154.743,0.174533,0,0,0.087156,0.996195,300,300,100,1), + (32410,3695,90,-910.038,357.305,-272.596,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (32411,19020,90,-466.196,104.798,-150.114,0.226893,0,0,0.113203,0.993572,3600,3600,100,1), + (32412,142344,90,-688.657,537.412,-290.292,0.069813,0,0,0.034899,0.999391,300,300,100,1), + (32413,142344,90,-535.189,309.62,-216.94,-1.18682,0,0,0.559193,-0.829037,300,300,100,1), + (32414,142344,90,-518.071,207.96,-155.237,2.53073,0,0,0.953717,0.300706,300,300,100,1), + (32415,142344,90,-688.036,441.761,-273.062,1.58825,0,0,0.71325,0.700909,300,300,100,1), + (32416,142344,90,-626.23,534.406,-230.602,0.10472,0,0,0.052336,0.99863,300,300,100,1), + (32417,142344,90,-449.446,470.808,-230.601,-0.244346,0,0,0.121869,-0.992546,300,300,100,1), + (32418,142344,90,-503.163,288.431,-211.552,-1.65806,0,0,0.737277,-0.67559,300,300,100,1), + (32419,142344,90,-639.499,98.2576,-183.267,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (32420,142344,90,-614.765,446.326,-273.06,3.01942,0,0,0.998135,0.061049,300,300,100,1), + (32421,142344,90,-554.923,524.83,-273.063,-1.13446,0,0,0.5373,-0.843391,300,300,100,1), + (32422,74448,90,-440.175,81.8185,-151.476,1.25664,0,0,0.587786,0.809016,3600,3600,100,1), + (32423,142344,90,-500.244,550.958,-273.07,0.680678,0,0,0.333807,0.942641,300,300,100,1), + (32424,142344,90,-549.984,572.745,-273.072,1.58825,0,0,0.71325,0.700909,300,300,100,1), + (32425,142344,90,-780.991,192.097,-273.082,-0.244346,0,0,0.121869,-0.992546,300,300,100,1), + (32426,142344,90,-573.166,358.569,-231.679,1.309,0,0,0.608761,0.793353,300,300,100,1), + (32427,142344,90,-560.135,587.789,-230.602,2.98451,0,0,0.996917,0.078459,300,300,100,1), + (32428,142344,90,-771.775,368.892,-272.59,-0.715585,0,0,0.350207,-0.936672,300,300,100,1), + (32429,142344,90,-441.089,235.067,-207.907,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (32430,142344,90,-737.905,683.435,-330.783,-1.15192,0,0,0.544639,-0.838671,300,300,100,1), + (32431,142344,90,-835.579,507.531,-303.937,-1.6057,0,0,0.71934,-0.694658,300,300,100,1), + (32432,142344,90,-824.705,434.837,-272.596,-1.81514,0,0,0.788011,-0.615661,300,300,100,1), + (32433,142344,90,-474.898,39.9007,-207.411,-0.698132,0,0,0.34202,-0.939693,300,300,100,1), + (32434,142344,90,-798.868,397.023,-316.433,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (32435,142344,90,-508.935,436.862,-230.602,3.05433,0,0,0.999048,0.043619,300,300,100,1), + (32436,142344,90,-565.759,306.406,-213.012,1.62316,0,0,0.725374,0.688355,300,300,100,1), + (32437,142344,90,-676.904,694.759,-331.384,-1.0821,0,0,0.515038,-0.857167,300,300,100,1), + (32438,142344,90,-750.604,633.824,-314.793,-2.25148,0,0,0.902585,-0.430511,300,300,100,1), + (32439,142344,90,-585.429,401.097,-230.601,1.97222,0,0,0.833886,0.551937,300,300,100,1), + (32440,74448,90,-630.556,66.5022,-183.275,2.75762,0,0,0.981627,0.190809,3600,3600,100,1), + (32441,19020,90,-527.599,-134.657,-152.499,0.174533,0,0,0.087156,0.996195,3600,3600,100,1), + (32442,18900,33,-252.696,2114.22,82.8052,4.71239,-0.131892,-0.694697,-0.131892,0.694697,5400,5400,100,1), + (32443,101812,33,-236.251,2164.04,91.1562,1.5708,0.584487,0.397963,0.584487,-0.397963,5400,5400,100,1), + (32444,101811,33,-245.598,2132.32,82.8052,4.71239,-0.131892,-0.694697,-0.131892,0.694697,5400,5400,100,1), + (32445,18934,33,-251.244,2116.38,81.218,-0.375245,0,0,-0.186524,0.98245,5400,5400,100,1), + (32446,18935,33,-244.14,2134.41,81.0625,-0.375245,0,0,-0.186524,0.98245,5400,5400,100,1), + (32447,18973,33,-146.391,2173,150.543,-1.94604,0,0,-0.82659,0.562805,5400,5400,100,1), + (32448,35594,33,-219.694,2259.45,77.338,-2.73144,0,0,0.979045,-0.203642,5400,5400,100,1), + (32449,2061,33,-219.694,2259.45,77.338,-2.73144,0,0,0.979045,-0.203642,5400,5400,100,1), + (32450,35595,33,-218.509,2260.46,77.338,0.802852,0,0,0.390731,0.920505,5400,5400,100,1), + (32451,2061,33,-218.509,2260.46,77.338,0.802852,0,0,0.390731,0.920505,5400,5400,100,1), + (32452,35597,33,-214.755,2272.27,77.338,-2.47837,0,0,0.945518,-0.325569,5400,5400,100,1), + (32453,2061,33,-214.755,2272.27,77.338,-2.47837,0,0,0.945518,-0.325569,5400,5400,100,1), + (32456,2866,0,-6718.4,-944.373,253.159,1.32645,0,0,0.615661,0.788011,300,300,100,1), + (32457,35593,33,-220.578,2258.18,77.338,-0.375245,0,0,-0.186524,0.98245,5400,5400,100,1), + (32458,2061,33,-220.578,2258.18,77.338,-0.375245,0,0,-0.186524,0.98245,5400,5400,100,1), + (190284,180396,1,-1091.78,-20.9857,140.129,0.241459,0,0,0,0,180,180,255,1), + (32466,106318,0,-9828.59,87.2501,0.875297,-0.471239,0,0,0.233445,-0.97237,3600,3600,100,1), + (32469,1621,0,-10251.2,170.163,34.6015,-3.01942,0,0,-0.998135,0.0610484,300,300,100,1), + (32473,2061,0,-10109.9,1047.49,37.5367,-0.392699,0,0,-0.19509,0.980785,3600,3600,100,1), + (32474,1623,0,-10756.3,-268.323,71.2071,2.14675,0,0,0.878816,0.477161,300,300,100,1), + (32475,22674,0,-10110.2,1048.4,37.5367,-2.58309,0,0,0.961262,-0.275638,3600,3600,100,1), + (32476,2061,0,-10110.2,1048.4,37.5367,-2.58309,0,0,0.961262,-0.275638,3600,3600,100,1), + (32477,23014,0,-10507.1,1023.07,60.5298,1.90241,0,0,0.814115,0.580703,3600,3600,100,1), + (32478,23015,0,-10496.3,1035.87,60.4992,-2.19912,0,0,0.891006,-0.453991,3600,3600,100,1), + (32480,18899,33,-113.762,2165.08,157.855,4.71239,0.694697,-0.131892,0.694697,0.131892,5400,5400,100,1), + (32481,1623,0,-11161.1,-328.905,69.7266,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (32482,23013,0,-10510.3,1024.23,60.5298,1.26536,0,0,0.59131,0.806445,3600,3600,100,1), + (32483,174862,0,-10641,1196.48,34.5259,-1.5708,0,0,-0.707107,0.707106,3600,3600,100,1), + (32484,2042,0,-11684.3,226.792,39.6924,3.08923,0,0,0.999657,0.0261783,300,300,100,1), + (32487,142964,0,-10639.3,1195.26,34.7837,2.48709,0,0,0.94693,0.32144,3600,3600,100,1), + (32488,142961,0,-10641.3,1194.38,34.7837,1.4748,0,0,0.672367,0.740218,3600,3600,100,1), + (32489,43117,0,-11338.9,1571.23,33.1338,-1.21333,0.117353,0.00166,-0.571569,0.812117,3600,3600,100,1), + (32491,2061,0,-11338.9,1571.23,33.1338,-1.21333,0.117353,0.00166,-0.571569,0.812117,3600,3600,100,1), + (32494,2041,0,-13002.7,480.754,14.5163,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (32495,43118,0,-11339.2,1533.54,28.5637,0.202627,0.023957,-0.019708,0.101571,0.994345,3600,3600,100,1), + (32496,2061,0,-11339.2,1533.54,28.5637,0.202627,0.023957,-0.019708,0.101571,0.994345,3600,3600,100,1), + (32497,180350,1,1331.8,-4410.85,27.0403,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (32498,180340,1,1328.05,-4415.06,27.6181,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (32499,180352,1,1324.74,-4418.82,26.7249,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (32500,180350,1,1325.44,-4420.82,26.7052,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (32501,180347,1,1326.49,-4422.18,27.4093,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (32502,180326,1,1328.63,-4414.32,26.8274,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (32503,2043,0,-14026,539.187,8.4053,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (32504,2045,0,-14021.3,678.831,-36.2025,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (32505,2045,0,-14094.5,764.343,-35.9106,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (32506,175750,1,-1965.77,428.316,134.913,1.01229,0,0,0.48481,0.87462,900,900,100,1), + (32507,2045,1,-1234.9,-4029.82,-22.9658,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (32508,2045,1,-1226.13,-4110.12,-80.8536,0.017453,0,0,0.00872639,0.999962,300,300,100,1), + (32511,178827,1,-1417.55,2817.21,112.341,2.93215,0,0,0.994522,0.104528,900,900,100,1), + (32512,2045,1,-942.918,-3814.59,-21.18,0.034907,0,0,0.0174526,0.999848,300,300,100,1), + (32513,175758,1,221.271,1252.92,198.155,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (32518,175764,1,-852.223,1073.55,91.7444,-1.1302,0,0,-0.535502,0.844534,900,900,100,1), + (32519,3726,1,-685.994,-3881.35,41.5266,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (32520,1731,1,-10.5625,-3934.51,56.4291,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (32521,1618,1,41.6207,-3916.78,44.4288,-1.53589,0,0,-0.694658,0.71934,300,300,100,1), + (32522,175765,1,-1058.91,1021.65,91.014,3.14159,0,0,1,0,900,900,100,1), + (32523,1731,1,503.216,-3923.43,23.0152,-2.80998,0,0,-0.986286,0.165048,300,300,100,1), + (32524,1731,1,557.418,-3846.62,30.4998,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (32525,1619,1,765.453,-3869.99,24.0596,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (32526,175766,1,-1039.04,906.292,92.6294,2.35579,0,0,0.923802,0.382872,900,900,100,1), + (32527,175767,1,-946.586,894.099,90.7859,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (32528,74138,1,-2152.59,2678.26,61.387,-2.27765,0,0,0.908143,-0.41866,900,900,100,1), + (32529,1621,1,2487.97,-3658.66,54.2921,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (32530,74146,1,-1596.13,850.377,117.23,-3.14159,-0.00436,0.039259,0.99922,0.000171,900,900,100,1), + (32531,35251,1,-460.793,2609.83,2.75692,1.51844,0,0,0.688355,0.725374,2,2,100,1), + (32532,1620,1,2756.46,-3094.9,163.366,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (32533,175797,1,-1742.22,948.166,91.7389,2.03824,0,0,0.851648,0.524114,900,900,100,1), + (32534,175798,1,-1788.01,1052.12,93.3257,-1.68407,0,0,-0.746001,0.665944,900,900,100,1), + (32535,175799,1,-1884.87,1108.26,91.9544,0.687147,0,0,0.336854,0.941557,900,900,100,1), + (32536,175800,1,-1886.18,987.436,90.558,1.16787,0,0,0.551313,0.834298,900,900,100,1), + (32537,179896,1,-1609.2,3118.86,44.8293,-2.3911,0,0,0.930418,-0.366501,900,900,100,1), + (32538,175545,1,-513.468,1841.53,94.3219,-2.82788,0,0,0.987724,-0.156212,900,900,100,1), + (32539,175801,1,-1935.52,1234.5,91.278,-0.277988,0,0,-0.138547,0.990356,900,900,100,1), + (32540,176319,1,248.118,1291.65,190.392,-2.86234,0,0,0.990268,-0.139173,900,900,100,1), + (32541,176581,1,-347.299,1762.85,138.371,2.25148,0,0,0.902585,0.430511,900,900,100,1), + (32542,142140,1,2774.76,-2983.14,147.94,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (32543,176582,1,-1975.23,3193.08,-66.2544,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (32544,176582,1,-2024.38,3293.43,-43.9713,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (32545,176582,1,-1834.32,3425.38,-48.2402,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (32546,176582,1,-1861.97,3384.48,-69.699,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (32547,176582,1,-2005.05,3358.99,-80.155,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (32548,1622,1,2708.76,-3015.53,143.975,3.01942,0,0,0.998135,0.0610484,300,300,100,1), + (32549,176582,1,-1796.36,3300.82,-69.3038,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (32550,176582,1,-1860.29,3183.45,-34.1432,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (32551,176582,1,-1869.41,3139.91,-29.0381,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (32552,2045,1,2655.71,-2826.17,162.807,1.44862,0,0,0.662619,0.748957,300,300,100,1), + (32553,176582,1,-1920.99,3326.93,-74.3969,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (32554,176582,1,-1831.1,3343.21,-44.4896,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (32555,176582,1,-1754.22,3332.64,-43.293,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (32556,180682,1,-1753.47,3150.17,0,1.20428,0,0,0.566407,0.824125,900,900,100,1), + (32557,1624,1,2301.97,-3024.32,125.214,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (32558,1621,1,2200.46,-2983.75,121.052,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (32560,180682,1,-206.448,2473.09,0,-1.20428,0,0,-0.566407,0.824125,900,900,100,1), + (32561,180682,1,-1932.85,3071.6,0,-1.23918,0,0,-0.580701,0.814117,900,900,100,1), + (32562,180683,1,-1849.59,3071.28,0,-1.20428,0,0,-0.566407,0.824125,900,900,100,1), + (32563,180683,1,-1967.56,3075.03,0,0.890118,0,0,0.430511,0.902585,900,900,100,1), + (32564,180683,1,-1890.94,3079.53,0,1.55334,0,0,0.700908,0.713252,900,900,100,1), + (32565,180683,1,-1746.44,3268.02,0,-2.79253,0,0,-0.984808,0.173647,900,900,100,1), + (32566,178386,1,-1381.95,2918.69,73.1218,-0.715509,0.00781,0.003894,-0.350194,0.936637,900,900,100,1), + (32567,177365,1,-1922.37,1808.77,66.7608,-2.42601,0,0,0.936672,-0.350207,900,900,100,1), + (32568,177366,1,-1985.62,1944.33,62.1731,-0.174533,0,0,0.087156,-0.996195,900,900,100,1), + (32569,1624,1,1977.47,-3053.46,107.193,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (32570,177367,1,-2002.06,1866.33,52.4633,-3.08923,0,0,0.999657,-0.026177,900,900,100,1), + (32571,177368,1,-2067.9,1844.89,60.4518,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (32572,177369,1,-1928.12,1757.31,74.2315,0.174533,0,0,0.087156,0.996195,900,900,100,1), + (32573,178908,1,-1656.58,3195.25,45.0778,0.558505,0,0,0.275637,0.961262,900,900,100,1), + (32574,178908,1,188.83,1156.04,168.833,-1.90241,0,0,0.814116,-0.580703,900,900,100,1), + (32575,22245,1,-1962.47,1274.3,91.5047,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (32576,22245,1,-1979.55,1247.86,91.1801,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (32577,22245,1,-1962.53,1242.16,91.1554,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (32578,22245,1,-1901.59,977.026,90.8614,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (32579,1732,1,2047.51,-2031.09,101.465,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (32580,1732,1,2311.01,-1469.53,97.9441,-1.58825,0,0,-0.713251,0.700909,300,300,100,1), + (32581,22245,1,-1904.84,1086.4,92.7197,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (32582,22245,1,-1798.71,943.654,92.6719,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (32584,22245,1,-1864.22,1121.96,92.3054,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (32585,1620,1,2376.63,-940.836,99.4775,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (32586,1624,1,2085.4,-1018.72,96.5819,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (32588,1624,1,3343.28,388.38,3.15747,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (32589,1620,1,3370.7,434.525,5.09357,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (32590,1621,1,3920.32,622.906,9.86391,-0.820305,0,0,-0.398749,0.91706,300,300,100,1), + (32591,22245,1,-1809.68,1045.78,92.2393,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (32592,22245,1,-1760.62,930.161,92.4926,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (32593,22245,1,-1725.56,903.259,91.7553,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (32594,22245,1,-1733.64,921.224,91.812,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (32595,22245,1,-1774.14,924.496,92.4915,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (32596,22246,1,-2388.48,2397.53,75.9926,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (32598,22246,1,-2301.26,2477.97,71.4515,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (32599,22246,1,-2365.34,2465.82,75.5739,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (32600,22246,1,-2423.63,2408.19,76.04,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (32601,22246,1,-2392.94,2450.82,75.0398,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (32603,22246,1,-2346.49,2500.98,70.6213,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (32604,22246,1,-2397.13,2421.27,75.1008,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (32605,1622,1,4200.08,717.59,-23.9814,-0.855212,0,0,-0.414694,0.909961,300,300,100,1), + (32606,22246,1,-2303.65,2412.44,68.8269,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (32607,19018,48,-320.238,65.9714,-63.7392,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (32608,2045,48,-345.151,-10.1984,-70.4985,0.907571,0,0,0.438371,0.898794,7200,7200,100,1), + (32609,19018,48,-347.471,76.0812,-61.8706,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (32610,103015,48,-413.324,43.6505,-47.9681,3.14159,0,0,1,0,7200,7200,100,1), + (32611,94039,48,-413.324,43.6505,-47.9681,3.14159,0,0,1,0,7200,7200,100,1), + (32612,1732,48,-401.418,46.9318,-47.7134,2.26893,0,0,0.906308,0.422617,7200,7200,100,1), + (32613,2045,48,-328.711,211.076,-69.6185,-0.715585,0,0,-0.350207,0.936672,7200,7200,100,1), + (32614,13949,48,-330.544,212.014,-69.706,2.80998,0,0,0.986286,0.165048,0,0,100,1), + (32615,19018,48,-472.575,130.778,-72.3319,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (32616,2045,48,-494.592,106.927,-73.508,1.76278,0,0,0.771624,0.636079,7200,7200,100,1), + (32617,19018,48,-400.427,279.812,-71.1439,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (32618,19018,48,-405.571,319.074,-68.079,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (32619,19018,48,-410.671,348.695,-71.7385,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (32620,1622,48,-331.144,362.221,-52.3723,2.40855,0,0,0.93358,0.35837,7200,7200,100,1), + (32621,1733,48,-351.981,402.932,-53.4195,-0.855212,0,0,-0.414694,0.909961,7200,7200,100,1), + (32622,21327,48,-534.789,317.353,-49.8213,-3.13794,0.019173,-0.021242,0.99959,-0.00142,7200,7200,100,1), + (32623,2061,48,-534.789,317.353,-49.8213,-3.13794,0.019173,-0.021242,0.99959,-0.00142,7200,7200,100,1), + (32624,3689,48,-614.864,252.745,-49.4881,-1.46608,0,0,0.669131,-0.743145,7200,7200,100,1), + (32643,2046,0,500.427,-170.212,151.195,-2.21657,0,0,-0.894935,0.446197,300,300,100,1), + (32644,1628,0,473.569,-313.753,157.633,-0.994838,0,0,-0.477159,0.878817,300,300,100,1), + (32646,22246,1,-2420.36,2439.34,74.5003,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (32647,22246,1,-2356.41,2410.15,76.3133,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (32649,22246,1,-2344.93,2450.73,67.3172,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (32651,22246,1,-2309.08,2500.5,73.9427,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (32654,3307,1,-1926.55,431.244,133.59,3.14159,-0.004363,0.004363,0.999981,0.000019,900,900,100,1), + (32655,175851,1,-1689.62,3082.47,32.0528,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (32658,175852,1,-1698.94,3083.72,32.5628,2.16421,0,0,0.882948,0.469472,900,900,100,1), + (32659,175853,1,-1725.04,3184.21,4.33212,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (32661,177397,1,-1703.56,1747.92,60.5614,-2.05949,0,0,0.857167,-0.515038,900,900,100,1), + (32663,177398,1,-1669.83,1956.22,61.4355,-0.226893,0,0,0.113203,-0.993572,900,900,100,1), + (32664,177399,1,-1774.85,1975.78,61.1707,0.122173,0,0,0.061049,0.998135,900,900,100,1), + (32666,2045,1,4867.08,799.838,-9.09855,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (32667,51704,1,-1891.89,626.389,109.575,-1.9984,0,0,-0.841039,0.540975,900,900,100,1), + (32668,177400,1,-1865.29,1990.25,62.8822,-1.64061,0,0,0.731354,-0.681998,900,900,100,1), + (32669,51705,1,-1892.89,612.827,109.845,2.06821,0,0,0.859406,0.511293,900,900,100,1), + (32670,176635,1,-1683.83,3321.01,-44.2335,2.14675,0,0,0.878817,0.477159,7200,7200,100,1), + (32672,1731,1,4580.22,709.536,25.268,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (32674,176635,1,-1994.45,3401.67,-80.061,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (32676,2045,1,4506.33,792.851,-12.08,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (32677,1731,1,4470.7,743.511,-1.83624,0.942478,0,0,0.453991,0.891006,300,300,100,1), + (32678,1731,1,4422.54,774.582,14.917,1.309,0,0,0.608763,0.793352,300,300,100,1), + (32679,176635,1,-1799.84,3226.16,-45.5012,-1.79769,0,0,0.782608,-0.622515,7200,7200,100,1), + (32681,176635,1,-1980.03,3252.06,-32.7441,0.610865,0,0,0.300706,0.953717,7200,7200,100,1), + (32682,21117,48,-818.361,-200.647,-25.7911,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (32683,1622,48,-454.55,-34.1752,-31.5826,-0.767945,0,0,-0.374607,0.927184,7200,7200,100,1), + (32684,75298,48,-450.61,-38.0686,-31.7772,3.08923,0,0,0.999657,0.026177,7200,7200,100,1), + (32685,19018,48,-753.173,-21.3254,-37.499,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (32686,177964,48,-782.021,-63.5876,-45.0935,-2.44346,0,0,0.939693,-0.34202,0,0,100,1), + (32687,19018,48,-700.195,-100.683,-35.6787,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (32688,75295,48,-743.061,-111.067,-30.0483,1.48353,0,0,0.67559,0.737277,43200,43200,100,1), + (32689,19018,48,-727.025,-118.419,-37.0088,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (32690,2045,48,-726.43,-159.34,-56.596,-0.593412,0,0,-0.292372,0.956305,7200,7200,100,1), + (32691,19018,48,-741.055,-152.381,-56.7611,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (32692,19018,48,-807.617,-120.467,-37.3081,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (32693,2042,0,6.72537,-35.8818,95.798,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (190280,180396,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,180,180,255,1), + (190276,180396,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,180,180,255,1), + (32696,180341,1,1329.92,-4425.95,27.4075,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (32697,180338,1,1329.62,-4425.55,27.4192,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (32698,180339,1,1328.44,-4424.3,27.445,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (32699,180326,1,1328.45,-4424.17,26.655,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (32700,180352,1,1333.3,-4428.39,26.6008,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (32702,1618,0,-5518.27,-580.56,403.711,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (32707,2866,0,-7208.97,-778.02,327.742,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (32738,43119,0,-11336.8,1544.15,29.1525,-2.17349,-0.060274,0.035675,0.883963,-0.462281,3600,3600,100,1), + (32739,2061,0,-11336.8,1544.15,29.1525,-2.17349,-0.060274,0.035675,0.883963,-0.462281,3600,3600,100,1), + (32740,43121,0,-11282.6,1585.34,36.6617,1.8328,0.02063,-0.023459,0.792916,0.608529,3600,3600,100,1), + (32742,3705,0,-8822.55,727.074,98.2994,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (32745,1617,0,-9250.98,32.9344,72.9955,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (32746,1618,0,-9218.29,-16.9272,75.6434,0.959931,0,0,0.461749,0.887011,300,300,100,1), + (32747,1617,0,-9400.2,-264.985,64.0626,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (32748,1617,0,-9453.03,-568.905,66.8389,-0.785398,0,0,-0.382683,0.92388,300,300,100,1), + (32752,3719,0,-9630.97,-53.8834,44.6324,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (32753,1618,0,-9582.88,16.6436,60.1078,-2.80998,0,0,-0.986286,0.165048,300,300,100,1), + (32754,3719,0,-9500.53,81.368,57.4601,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (32755,2042,0,-10444.5,-2698.47,24.9546,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (32758,142145,0,-11157.6,-3246.66,8.25317,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (32760,2866,0,-11582.3,-3345.27,8.5192,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (32784,176635,1,-1962.74,3303.61,-42.876,2.53073,0,0,0.953717,0.300706,7200,7200,100,1), + (190272,180396,1,-1379.01,-58.6698,158.927,3.71842,0,0,0,0,180,180,255,1), + (190268,180396,1,-1383.59,-85.434,159.566,3.17021,0,0,0,0,180,180,255,1), + (32825,3658,0,-9605.92,674.789,38.6522,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (32827,2061,0,-11282.6,1585.34,36.6617,1.8328,0.02063,-0.023459,0.792916,0.608529,3600,3600,100,1), + (32828,43122,0,-11311.7,1589.71,36.4687,-2.12555,-0.022938,0.088306,0.869074,-0.486195,3600,3600,100,1), + (32829,2061,0,-11311.7,1589.71,36.4687,-2.12555,-0.022938,0.088306,0.869074,-0.486195,3600,3600,100,1), + (32830,43116,0,-11311.2,1560.59,37.2089,3.12414,0.048675,0.063256,0.996794,0.005625,3600,3600,100,1), + (32831,2061,0,-11311.2,1560.59,37.2089,3.12414,0.048675,0.063256,0.996794,0.005625,3600,3600,100,1), + (32833,2041,0,-11813.6,-425.959,14.4181,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (32834,2041,0,-12506.1,-291.3,16.6848,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (32835,43120,0,-11327.5,1559.62,26.2338,2.5389,-0.017395,0.067846,0.951938,0.298173,3600,3600,100,1), + (32836,2061,0,-11327.5,1559.62,26.2338,2.5389,-0.017395,0.067846,0.951938,0.298173,3600,3600,100,1), + (32837,148773,0,-11136.2,555.479,46.3722,-2.03331,0,0,-0.850352,0.526214,3600,3600,100,1), + (32838,148729,0,-11159.5,552.031,70.4921,0.218166,0,0,0.108867,0.994056,3600,3600,100,1), + (32839,148730,0,-11127.9,533.501,70.498,2.55691,0,0,0.957571,0.288197,3600,3600,100,1), + (32841,1624,0,-13031.3,297.264,19.8068,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (32842,148737,0,-11154.2,529.276,70.5269,0.846485,0,0,0.410719,0.911762,3600,3600,100,1), + (32843,2041,0,-13197.5,488.905,3.82022,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (32844,2045,0,-13232.7,634.259,-15.0641,1.58825,0,0,0.713251,0.700909,300,300,100,1), + (32845,148731,0,-11144.9,535.146,70.4254,-0.200714,0,0,-0.100188,0.994968,3600,3600,100,1), + (32846,2045,0,-13443.5,858.717,-17.5163,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (32850,148762,0,-11147.2,565.671,70.5465,-1.35263,0,0,-0.625924,0.779884,3600,3600,100,1), + (32851,180342,1,1328.81,-4413.92,27.6126,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (32852,180341,1,1330.65,-4412.48,27.61,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (32853,180339,1,1328.58,-4414.96,27.6126,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (32854,180340,1,1326.84,-4422.57,27.4387,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (32855,174846,1,-404.88,1868.69,128.514,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (32862,174847,1,-383.672,1766.89,139.436,-1.23046,0,0,-0.577145,0.816641,900,900,100,1), + (32863,142342,1,1426.47,-601.823,62.8262,3.14159,-0.008726,-0.008726,0.999924,-0.000076,900,900,100,1), + (32864,177926,1,1447.92,816.679,142.055,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (32865,1731,1,-1391.02,-3936.81,20.6872,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (32866,2045,1,-1650.07,-4063.6,-0.348229,-2.93215,0,0,-0.994522,0.10453,300,300,100,1), + (32872,177926,1,1529,717.888,142.33,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (32873,177926,1,1703.08,782.711,134.429,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (32874,177926,1,1622.01,899.396,123.166,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (32875,177926,1,1748.77,882.718,131.44,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (32876,177926,1,1726.34,773.34,136.96,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (32877,177926,1,1627.15,984.317,126.792,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (32878,142140,1,-6811.14,-2924.48,10.3656,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (32879,177926,1,1640.26,795.113,129.504,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (32880,2040,1,-7086.78,-4180.31,19.208,-0.872665,0,0,-0.422618,0.906308,300,300,100,1), + (32881,2866,1,-7017.32,-4153.8,10.935,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (32884,2045,0,-3940.99,-592.529,-10.591,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (32886,178905,349,989.642,-392.402,-50.3576,-2.04204,0,0,0.85264,-0.522498,3600,3600,100,1), + (32887,178905,349,1064.95,-375.428,-36.3821,0,0,0,0,1,3600,3600,100,1), + (32888,178905,349,1041.07,-330.69,-38.209,1.50098,0,0,0.681998,0.731354,3600,3600,100,1), + (32889,178905,349,951.301,-351.813,-50.2403,-0.593412,0,0,0.292372,-0.956305,3600,3600,100,1), + (32890,178905,349,1083.37,-290.819,-72.6456,-2.21657,0,0,0.894934,-0.446198,3600,3600,100,1), + (32891,178561,349,1060.74,-268.217,-73.4903,-1.53589,-0.000001,0.000001,-0.694658,0.71934,3600,3600,100,1), + (32892,178559,349,937.838,-378.811,-50.3032,3.0456,0,0,0.998848,0.047978,3600,3600,100,1), + (32893,178905,349,1037.18,-256.586,-72.4103,2.49582,0,0,0.948324,0.317305,3600,3600,100,1), + (32894,142144,349,926.314,-292.831,-49.8022,0,0,0,0,1,7200,7200,100,1), + (32895,178568,349,1032.63,-243.233,-72.6557,-0.218167,0,0.000001,-0.108867,0.994056,3600,3600,100,1), + (32896,178569,349,1007.36,-232.888,-67.5961,-1.87623,-0.000001,0,-0.806444,0.59131,3600,3600,100,1), + (32897,178905,349,960.01,-259.707,-49.0976,1.22173,0,0,0.573576,0.819152,3600,3600,100,1), + (32898,178905,349,924.664,-231.712,-46.6095,0.994838,0,0,0.477159,0.878817,3600,3600,100,1), + (32899,178567,349,1013.67,-227.789,-67.5961,-0.218167,0,0.000001,-0.108867,0.994056,3600,3600,100,1), + (32900,2040,349,943.325,-215.377,-46.5547,-2.11185,0,0,-0.870356,0.492423,7200,7200,100,1), + (32901,178564,349,1091.48,-239.483,-75.062,2.25148,0.000001,0,0.902585,0.430511,3600,3600,100,1), + (32902,178562,349,1114.76,-261.923,-78.7819,0.446882,0.023724,0.021276,0.221053,0.974741,3600,3600,100,1), + (32903,178566,349,1039.73,-204.988,-71.6528,-0.218167,0,0.000001,-0.108867,0.994056,3600,3600,100,1), + (32904,178565,349,1047.68,-204.189,-70.4171,-2.74889,0.000001,0,0.980785,-0.19509,3600,3600,100,1), + (32905,178563,349,1077.81,-208.096,-74.1736,0.445059,0,0.000001,0.220697,0.975342,3600,3600,100,1), + (32906,178570,349,1141.01,-191.389,-79.012,0.959931,0,0,0.461749,0.887011,3600,3600,100,1), + (32907,178905,349,941.809,-136.609,-61.1079,0.942478,0,0,0.45399,0.891007,3600,3600,100,1), + (32908,178905,349,883.578,-67.2601,-59.2139,1.53589,0,0,0.694658,0.71934,3600,3600,100,1), + (32909,178905,349,983.297,-67.8987,-62.0587,-2.18166,0,0,0.887011,-0.461749,3600,3600,100,1), + (32910,178905,349,960.397,-10.6216,-62.9832,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (32911,142144,349,879.252,-60.7925,-59.1787,1.50098,0,0,0.681997,0.731355,7200,7200,100,1), + (32912,142144,349,731.282,-113.686,-56.2199,-0.558505,0,0,-0.275637,0.961262,7200,7200,100,1), + (32913,142144,349,618.634,-375.951,-52.0194,0.017453,0,0,0.00872639,0.999962,7200,7200,100,1), + (32914,1734,349,591.887,-392.592,-52.0194,0,0,0,0,1,7200,7200,100,1), + (32915,142144,349,716.474,-509.132,-36.4142,-1.50098,0,0,-0.681997,0.731355,7200,7200,100,1), + (32916,142144,349,802.402,85.6517,-86.3652,0.750492,0,0,0.366501,0.930417,7200,7200,100,1), + (32917,178560,349,650.99,74.458,-86.8651,1.45735,0,0,0.665882,0.746057,3600,3600,100,1), + (32918,2040,349,318.675,13.3193,-130.733,2.30383,0,0,0.913544,0.406739,7200,7200,100,1), + (32919,142143,349,317.784,163.933,-131.715,-1.91986,0,0,-0.819151,0.573577,7200,7200,100,1), + (32920,142144,349,347.821,249.205,-94.2677,-3.08923,0,0,-0.999657,0.0261783,7200,7200,100,1), + (32921,2040,349,349.508,-405.274,-124.867,1.71042,0,0,0.754709,0.65606,7200,7200,100,1), + (32922,2047,349,225.88,-381.777,-160.314,-0.523599,0,0,-0.258819,0.965926,7200,7200,100,1), + (32923,142143,349,228.621,-358.796,-160.849,-2.14675,0,0,-0.878816,0.477161,7200,7200,100,1), + (32924,2045,349,55.738,-123.624,-205.301,1.95477,0,0,0.829038,0.559192,7200,7200,100,1), + (32925,2045,349,-8.19321,-211.133,-207.641,2.60054,0,0,0.96363,0.267239,7200,7200,100,1), + (32926,2045,349,-32.5801,-134.583,-208.084,-1.3439,0,0,-0.622513,0.782609,7200,7200,100,1), + (32927,142143,349,7.35923,-12.3294,-131.156,-2.37365,0,0,-0.927184,0.374606,7200,7200,100,1), + (32928,1734,349,-157.535,-284.373,-170.383,2.35619,0,0,0.923879,0.382686,7200,7200,100,1), + (32929,142144,349,-146.257,-268.381,-170.419,-2.72271,0,0,-0.978147,0.207914,7200,7200,100,1), + (32930,21118,48,-813.47,-158.535,-24.5271,-1.51844,0,0,0.688354,-0.725374,7200,7200,100,1), + (32931,21121,48,-823.88,-158.535,-24.5278,0.925024,0,0,0.446198,0.894934,7200,7200,100,1), + (32932,21119,48,-813.578,-170.461,-24.5276,0.10472,0,0,0.052336,0.99863,7200,7200,100,1), + (32933,21120,48,-823.955,-170.407,-24.5267,2.82743,0,0,0.987688,0.156434,7200,7200,100,1), + (32934,19018,48,-781.432,-165.561,-47.9078,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (32935,103016,48,-839.619,-477.904,-33.7343,3.14159,0,0,1,0,7200,7200,100,1), + (33135,2044,0,708.759,-744.561,163.241,-2.11185,0,0,0.870356,-0.492423,300,300,100,1), + (33137,2044,0,713.304,-554.205,163.252,2.04204,0,0,0.85264,0.522499,300,300,100,1), + (33140,2046,0,788.919,-779.384,180.029,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (33141,2046,0,583.982,-503.847,186.546,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (33142,3659,0,-100.047,242.911,55.215,-2.40855,0,0,0.93358,-0.358368,7200,7200,100,1), + (33147,148768,0,-11149,565.325,70.5465,-1.35263,0,0,-0.625924,0.779884,3600,3600,100,1), + (33148,1621,0,-9522.33,-2332.94,66.4444,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (33149,1621,0,-9673.71,-1971.44,56.4296,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (33150,1620,0,-9785.31,-1849.98,42.9601,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (33151,1621,0,-10253.7,-1233.5,34.7362,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (33152,148738,0,-11164.2,538.103,70.5465,0.218166,0,0,0.108867,0.994056,3600,3600,100,1), + (33153,148732,0,-11139.9,539.539,70.3801,-0.829031,0,0,-0.402747,0.915312,3600,3600,100,1), + (33155,1621,0,-10951.9,-798.848,63.1586,3.14159,0,0,1,0.00000126759,300,300,100,1), + (33157,1620,0,-11087.3,-457.458,31.571,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (33158,180878,1,7594.97,-2225.43,468.876,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (33159,180765,1,9746.54,2571.27,1348.62,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (33160,180771,1,7588.16,-2211.21,473.156,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (33161,180878,1,7593.5,-2222.48,470.964,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (33162,180765,1,9862.25,2392.58,1345.22,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (33163,180878,1,7593.46,-2218.19,469.722,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (33164,180765,1,9888.87,2352.4,1326.37,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (33165,180765,1,9748.82,2482.11,1348.68,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (33166,2045,0,-3796.78,-1050.54,-32.052,-1.13446,0,0,-0.537298,0.843393,300,300,100,1), + (33167,3706,0,672.087,-579.128,162.059,-0.471239,0,0,0.233445,-0.97237,7200,7200,100,1), + (33168,1622,0,405.727,227.308,41.9076,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (33170,1621,0,-3024.27,-2522.86,9.51586,-2.84489,0,0,-0.989016,0.147808,300,300,100,1), + (33174,1624,0,13.7539,221.86,44.3383,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (33175,2041,0,-3900.1,-3014.22,7.17964,2.11185,0,0,0.870356,0.492423,300,300,100,1), + (33176,1620,0,-4125.3,-3181.28,13.1021,0.017453,0,0,0.00872639,0.999962,300,300,100,1), + (33181,105579,0,389.558,178.222,41.9383,-3.01942,0,0,0.998135,-0.061048,7200,7200,100,1), + (33183,1617,0,-5158.43,-3009.92,335.032,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (33189,1618,0,-5779.97,-3348.33,304.483,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (33193,2857,0,997.268,-795.828,108.986,-1.97222,0,0,0.833886,-0.551937,7200,7200,100,1), + (33194,3707,0,1183.19,-558.203,71.2063,-1.6057,0,0,0.71934,-0.694658,7200,7200,100,1), + (33197,1624,0,-50.2177,-112.871,131.619,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (33200,2857,0,503.234,-204.826,152.522,2.09439,0,0,0.866025,0.5,7200,7200,100,1), + (33201,2042,0,533.329,-1443.44,50.8982,-0.558505,0,0,-0.275637,0.961262,300,300,100,1), + (33203,2041,0,283.791,-1287.66,39.2282,-0.994838,0,0,-0.477159,0.878817,300,300,100,1), + (33206,2855,0,654.356,-995.732,166.399,0.366519,0,0,0.182236,0.983255,7200,7200,100,1), + (33207,2855,0,675.575,-991.235,170.363,1.29154,0,0,0.601815,0.798636,7200,7200,100,1), + (33208,2857,0,1223.77,-304.653,42.606,1.43117,0,0,0.656059,0.75471,7200,7200,100,1), + (33209,180684,0,525.774,296.498,32.934,1.79769,0,0,0.782608,0.622514,3600,3600,100,1), + (33210,180684,0,577.045,227.188,32.934,-2.74017,0,0,-0.979925,0.199366,3600,3600,100,1), + (33211,180684,0,794.327,-35.3443,32.4959,-1.46608,0,0,-0.669132,0.743144,3600,3600,100,1), + (33212,180684,0,486.771,409.1,32.934,-0.575959,0,0,-0.284016,0.95882,3600,3600,100,1), + (33214,48513,70,-214.306,213.869,-46.7948,0.559547,-0.047695,-0.08301,0.270444,0.957964,3600,3600,100,1), + (33215,48514,70,-215.031,215.95,-46.9364,-0.052072,-0.049881,-0.044778,-0.028222,0.997352,3600,3600,100,1), + (33216,48515,70,-193.623,-20.8782,-33.2921,2.64952,0.030977,-0.046301,0.968002,0.244681,3600,3600,100,1), + (33217,48410,70,-243.487,-16.6386,-48.1398,-0.72074,-0.023905,0.053165,-0.350428,0.934774,3600,3600,100,1), + (33218,48501,70,-35.1563,301.21,-44.8091,2.2825,0.042688,0.070671,0.906372,0.414335,3600,3600,100,1), + (33219,18936,33,-247.757,2125.23,81.0625,-0.375245,0,0,-0.186524,0.98245,5400,5400,100,1), + (33220,103007,70,-217.173,384.857,-39.0385,0.880767,0.063291,-0.131798,0.421848,0.8948,3600,3600,100,1), + (33221,131474,70,161.826,298.283,-51.3698,-0.174533,0,0,-0.087156,0.996195,3600,3600,100,1), + (33222,48510,70,-241.045,-16.8139,-48.2756,-2.53924,-0.003279,0.007053,0.954961,-0.296629,3600,3600,100,1), + (33223,124370,70,-185.394,389.599,-36.3661,0,0,0,0,1,3600,3600,100,1), + (33224,48471,70,-242.871,9.15532,-47.8467,-3.08595,-0.022237,0.047403,0.998269,-0.026773,3600,3600,100,1), + (33225,2061,70,-242.871,9.15532,-47.8467,-3.08595,-0.022237,0.047403,0.998269,-0.026773,3600,3600,100,1), + (33226,48467,70,8.29184,406.718,-46.901,3.07303,-0.032725,0.029802,0.998399,0.035207,3600,3600,100,1), + (33227,48503,70,-246.137,275.353,-50.0709,-1.45661,0.019126,0.000954,-0.665622,0.746043,3600,3600,100,1), + (33228,48435,70,-215.627,361.523,-39.3363,1.92762,0.063823,-0.040403,0.819162,0.568566,3600,3600,100,1), + (33229,48490,70,-218.364,362.314,-39.1264,1.84202,0.053382,-0.034824,0.794769,0.603556,3600,3600,100,1), + (33230,2061,70,-218.364,362.314,-39.1264,1.84202,0.053382,-0.034824,0.794769,0.603556,3600,3600,100,1), + (33231,48423,70,-259.395,370.126,-37.1944,0.325101,-0.03313,0.074323,0.162909,0.98328,3600,3600,100,1), + (33232,48425,70,42.9327,326.448,-43.193,1.40642,0.009595,0.026232,0.646162,0.762689,3600,3600,100,1), + (33233,48415,70,-255.129,372.414,-37.9806,-2.50895,0.041143,-0.02152,0.949697,-0.30971,3600,3600,100,1), + (33234,48451,70,-162.023,205.416,-49.7395,2.71758,-0.037043,-0.026216,0.976819,0.209201,3600,3600,100,1), + (33235,2061,70,-162.023,205.416,-49.7395,2.71758,-0.037043,-0.026216,0.976819,0.209201,3600,3600,100,1), + (33236,48504,70,-247.816,275.446,-50.0534,-1.54689,0.024115,0.042028,-0.697377,0.715065,3600,3600,100,1), + (33237,48406,70,-247.478,-7.58863,-48.3038,-0.797098,0.08282,0.05369,-0.390378,0.915349,3600,3600,100,1), + (33238,103010,70,-242.733,7.14204,-47.7888,1.72626,0.011142,-0.050888,0.757998,0.650173,3600,3600,100,1), + (33239,48458,70,-215.218,384.681,-38.7247,1.96629,-0.005656,-0.041683,0.831121,0.554498,3600,3600,100,1), + (33240,170353,70,150.495,305.928,-52.2261,0.436333,0,0,0.21644,0.976296,3600,3600,100,1), + (33241,18971,33,-118.11,2161.86,155.678,2.76635,0,0,0.98245,0.186524,5400,5400,100,1), + (33242,48419,70,22.4306,214.409,-30.6124,1.84374,-0.037073,0.028266,0.795862,0.60368,3600,3600,100,1), + (33243,2061,70,22.4306,214.409,-30.6124,1.84374,-0.037073,0.028266,0.795862,0.60368,3600,3600,100,1), + (33244,48494,70,-112.48,234.122,-52.2094,-3.01741,0.06817,-0.065682,0.993859,-0.057295,3600,3600,100,1), + (33245,2061,70,-112.48,234.122,-52.2094,-3.01741,0.06817,-0.065682,0.993859,-0.057295,3600,3600,100,1), + (33246,48444,70,-88.7184,313.445,-51.1717,2.15463,0.019534,0.001075,0.880602,0.473452,3600,3600,100,1), + (33247,2061,70,-88.7184,313.445,-51.1717,2.15463,0.019534,0.001075,0.880602,0.473452,3600,3600,100,1), + (33248,48466,70,-94.9388,203.878,-39.6716,1.55063,-0.034373,0.055574,0.697791,0.713315,3600,3600,100,1), + (33249,2061,70,-94.9388,203.878,-39.6716,1.55063,-0.034373,0.055574,0.697791,0.713315,3600,3600,100,1), + (33250,48468,70,6.15078,390.771,-44.5271,-2.76553,0.003794,0.109831,0.975932,-0.18836,3600,3600,100,1), + (33251,48414,70,26.641,221.423,-31.6789,-0.716324,0.003466,-0.000418,-0.350554,0.936536,3600,3600,100,1), + (33252,2061,70,26.641,221.423,-31.6789,-0.716324,0.003466,-0.000418,-0.350554,0.936536,3600,3600,100,1), + (33253,142488,70,150.495,305.928,-52.2261,0.436333,0,0,0.21644,0.976296,3600,3600,100,1), + (33254,48437,70,-213.755,7.63143,-48.1748,0.153017,-0.035141,0.041069,0.077712,0.99551,3600,3600,100,1), + (33255,2061,70,-213.755,7.63143,-48.1748,0.153017,-0.035141,0.041069,0.077712,0.99551,3600,3600,100,1), + (33256,48502,70,-247.077,286.443,-48.6889,-1.63188,0,0,-0.728371,0.685183,3600,3600,100,1), + (33257,48416,70,24.4553,223.402,-31.8671,-0.626887,-0.039967,-0.033002,-0.309081,0.949622,3600,3600,100,1), + (33258,48506,70,-248.061,238.934,-46.504,0.915699,-0.015833,0.007554,0.442086,0.896801,3600,3600,100,1), + (33259,103006,70,-82.1037,332.987,-48.6892,3.14159,0,0,1,0,3600,3600,100,1), + (33260,103009,70,-85.766,314.434,-51.2457,3.14159,0,0,1,0,3600,3600,100,1), + (33261,48485,70,52.875,345.382,-40.1759,3.14159,0,0,1,0,3600,3600,100,1), + (33262,48457,70,-36.6456,337.479,-39.5379,3.14159,0,0,1,0,3600,3600,100,1), + (33263,48478,70,-354.055,113.161,-44.222,2.43293,0.035616,0.020336,0.937377,0.345893,3600,3600,100,1), + (33264,48427,70,-126.334,332.602,-44.0837,3.14159,0,0,1,0,3600,3600,100,1), + (33265,48498,70,-245.441,286.356,-48.6889,-1.5708,0,0,-0.707107,0.707107,3600,3600,100,1), + (33266,103005,70,-115.06,345.334,-44.6386,3.14159,0,0,1,0,3600,3600,100,1), + (33267,48439,70,-198.304,270.631,-48.6933,2.80547,0.060366,-0.018399,0.983862,0.167433,3600,3600,100,1), + (33268,48497,70,-246.502,265,-50.3298,-2.20012,0.012807,0.006955,0.891138,-0.453499,3600,3600,100,1), + (33269,2061,70,-246.502,265,-50.3298,-2.20012,0.012807,0.006955,0.891138,-0.453499,3600,3600,100,1), + (33270,48463,70,-15.815,341.419,-41.1402,1.81281,-0.037894,-0.008885,0.78715,0.615532,3600,3600,100,1), + (33271,2061,70,-15.815,341.419,-41.1402,1.81281,-0.037894,-0.008885,0.78715,0.615532,3600,3600,100,1), + (33272,48429,70,30.4804,317.575,-39.893,-1.3361,-0.006702,0.016792,-0.619243,0.784991,3600,3600,100,1), + (33273,2061,70,30.4804,317.575,-39.893,-1.3361,-0.006702,0.016792,-0.619243,0.784991,3600,3600,100,1), + (33274,48438,70,-197.55,272.136,-48.7444,2.90467,0.074492,-0.004459,0.990261,0.117531,3600,3600,100,1), + (33275,48512,70,-215.032,-8.5477,-48.5745,-1.46335,-0.017971,0.028946,-0.667495,0.743834,3600,3600,100,1), + (33276,2061,70,-215.032,-8.5477,-48.5745,-1.46335,-0.017971,0.028946,-0.667495,0.743834,3600,3600,100,1), + (33277,48489,70,-109.96,234.258,-52.2748,-3.07411,-0.073691,-0.058389,0.994851,-0.037827,3600,3600,100,1), + (33278,1735,70,-179.772,95.0592,-48.8041,2.77507,0,0,0.983255,0.182237,7200,7200,100,1), + (33279,1735,70,-23.9125,326.636,-44.5684,-1.97222,0,0,-0.833885,0.551938,7200,7200,100,1), + (33280,2040,70,26.3165,209.089,-29.7314,2.68781,0,0,0.97437,0.22495,7200,7200,100,1), + (33281,2040,70,-360.646,141.757,-48.4138,-0.174533,0,0,-0.0871558,0.996195,7200,7200,100,1), + (33282,3707,70,-101.293,329.776,-47.5239,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (33283,3707,70,-247.885,236.192,-46.4701,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (33284,180684,0,903.772,-82.2748,32.9309,-2.51327,0,0,-0.951056,0.309019,3600,3600,100,1), + (33285,180712,1,-4722.65,2106.9,0,-0.05236,0,0,-0.026177,0.999657,180,180,100,1), + (33300,180685,0,515.198,365.689,32.934,1.37881,0,0,0.636078,0.771625,3600,3600,100,1), + (33304,2855,0,604.922,-406.975,160.282,-0.436333,0,0,0.21644,-0.976296,7200,7200,100,1), + (33305,1624,0,88.6101,-582.392,141.557,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (33307,142141,0,2277.96,-4737.99,95.8844,0.959931,0,0,0.461749,0.887011,300,300,100,1), + (33308,176587,0,2206.71,-4689.75,74.457,-2.44346,0,0,-0.939692,0.342021,300,300,100,1), + (33309,176583,0,1964.47,-4535.95,74.9133,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (33310,2044,0,217.143,-315.348,155.358,-2.23402,0,0,0.898794,-0.438371,300,300,100,1), + (33311,176584,0,1846.72,-4646.22,82.071,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (33312,2003,0,-696.212,1584.57,17.2694,3.14159,-0.030536,0.013083,0.999448,0.0004,7200,7200,100,1), + (33313,2061,0,-696.212,1584.57,17.2694,3.14159,-0.030536,0.013083,0.999448,0.0004,7200,7200,100,1), + (33314,2004,0,-730.747,1485.59,15.7626,3.14159,0,0,1,0,7200,7200,100,1), + (33315,176584,0,1688.96,-4419.48,84.7388,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (33316,142141,0,1616.92,-3934.26,146.298,-0.733038,0,0,-0.358368,0.93358,300,300,100,1), + (33317,2061,0,-730.747,1485.59,15.7626,3.14159,0,0,1,0,7200,7200,100,1), + (33318,2005,0,987.7,1417.24,38.8028,-1.53738,0.037723,-0.042544,-0.693893,0.71783,7200,7200,100,1), + (33319,2061,0,987.7,1417.24,38.8028,-1.53738,0.037723,-0.042544,-0.693893,0.71783,7200,7200,100,1), + (33320,2002,0,-469.17,809.026,96.1982,-3.14159,-0.061034,-0.021774,0.997897,-0.001332,7200,7200,100,1), + (33321,2061,0,-469.17,809.026,96.1982,-3.14159,-0.061034,-0.021774,0.997897,-0.001332,7200,7200,100,1), + (33322,176584,0,1602.15,-3616.62,105.538,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (33323,1688,0,342.817,1249.18,80.7382,-1.8675,0,0,-0.803857,0.594823,7200,7200,100,1), + (33324,1690,0,342.674,1249.23,80.7299,1.27409,0,0,0.594823,0.803857,7200,7200,100,1), + (33325,142141,0,1651.41,-3497.05,131.833,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (33326,1692,0,340.22,1249.68,80.8974,2.76636,0.68659,0.001571,0.72691,0.013906,7200,7200,100,1), + (33327,1693,0,-138.245,1182.22,63.9376,3.14159,0,0,1,0,7200,7200,100,1), + (33328,1694,0,-138.215,1182.31,63.9358,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (33329,1675,0,1292.7,1078.13,53.6442,0.724311,0,0,0.354291,0.935135,7200,7200,100,1), + (33330,2048,0,-549.538,727.129,91.1026,2.90597,0,0,0.993068,0.117537,7200,7200,100,1), + (33331,2049,0,-549.49,727.23,91.0993,-0.235619,0,0,-0.117537,0.993068,7200,7200,100,1), + (33332,2050,0,-549.49,727.23,90.5437,-0.235619,0,0,-0.117537,0.993068,7200,7200,100,1), + (33333,2001,0,-18.7388,1344.92,59.323,-1.18682,0.075408,0.111796,-0.554085,0.821465,7200,7200,100,1), + (33334,2061,0,-18.7388,1344.92,59.323,-1.18682,0.075408,0.111796,-0.554085,0.821465,7200,7200,100,1), + (33335,1677,0,1292.74,1078.11,53.6475,-2.41728,0,0,0.935135,-0.354291,7200,7200,100,1), + (33336,1628,0,1592.48,-3265.5,67.0181,-0.139626,0,0,-0.0697563,0.997564,300,300,100,1), + (33337,1679,0,639.842,1290.95,85.5373,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (33338,1680,0,639.839,1290.94,85.0389,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (33339,176324,1,-5464.37,-2450.8,89.2474,-2.76635,0,0,0.98245,-0.186524,180,180,100,1), + (33341,1681,0,639.938,1291.03,86.034,-0.951205,0,0,-0.457874,0.889017,7200,7200,100,1), + (33342,1599,0,970.835,599.321,53.9521,-2.66163,0,0,0.971342,-0.237686,2,2,100,1), + (33343,1695,0,-138.358,1182.31,63.9459,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (33344,1696,0,-138.333,1182.32,63.4442,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (33347,1697,0,-138.235,1182.3,63.4372,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (33348,1703,0,-140.413,872.051,61.7348,0,0,0,0,1,7200,7200,100,1), + (33349,1620,0,19.495,-804.196,58.156,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (33350,1704,0,-140.519,871.971,63.2393,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (33351,1705,0,-362.578,1185.08,65.4052,0,0,0,0,1,7200,7200,100,1), + (33352,1708,0,-362.612,1185.03,65.4082,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (33353,1710,0,-362.606,1185.03,65.4072,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (33354,1711,0,-358.386,1313.26,36.0851,2.02458,0,0,0.848048,0.529919,7200,7200,100,1), + (33356,1714,0,-358.347,1313.35,36.0834,-1.11701,0,0,-0.529919,0.848048,7200,7200,100,1), + (33358,1715,0,-358.347,1313.35,35.5834,-1.11701,0,0,-0.529919,0.848048,7200,7200,100,1), + (33359,24777,0,471.736,1597.1,126.347,-1.53995,0.018603,-0.005884,-0.696095,0.717685,10,10,100,1), + (33361,1624,0,-388.773,-1225.92,56.8811,1.5708,0,0,0.707108,0.707106,300,300,100,1), + (33362,112881,0,1171.46,2061.27,5.48514,-3.14159,0.052,0.113048,0.99221,-0.005925,7200,7200,100,1), + (33363,2061,0,1171.46,2061.27,5.48514,-3.14159,0.052,0.113048,0.99221,-0.005925,7200,7200,100,1), + (33364,69282,0,240.615,1640.48,141.344,3.14159,-0.04347,-0.082729,0.995617,-0.003612,7200,7200,100,1), + (33365,2061,0,240.615,1640.48,141.344,3.14159,-0.04347,-0.082729,0.995617,-0.003612,7200,7200,100,1), + (33366,113540,0,-645.013,1180.23,78.852,-0.203929,0,0,-0.101788,0.994806,7200,7200,100,1), + (33367,2061,0,-645.013,1180.23,78.852,-0.203929,0,0,-0.101788,0.994806,7200,7200,100,1), + (33368,112888,0,971.939,704.891,85.0009,-1.52716,0,0,-0.691513,0.722364,2,2,100,1), + (33369,101750,0,425.113,1864.08,9.97404,-2.87107,0,0,0.990866,-0.134851,7200,7200,100,1), + (33370,143989,0,503.972,1626.93,125.608,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (33371,1707,0,-362.572,1185.07,64.405,0,0,0,0,1,7200,7200,100,1), + (33372,20693,0,483.145,986.401,128.601,3.14159,0,-0.01309,0.999914,0,7200,7200,100,1), + (33373,2061,0,483.145,986.401,128.601,3.14159,0,-0.01309,0.999914,0,7200,7200,100,1), + (33374,2052,0,-549.489,727.179,91.1012,-1.80642,0,0,-0.785317,0.619094,7200,7200,100,1), + (33375,1700,0,-140.429,872.05,63.2351,0,0,0,0,1,7200,7200,100,1), + (33380,1624,0,-1077.16,-2522.21,54.5256,-2.49582,0,0,-0.948323,0.317306,300,300,100,1), + (33381,2042,0,-1110.98,-3047.87,43.4221,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (33382,1593,0,689.519,995.651,33.5328,-2.03331,0.022059,0.255141,-0.804415,0.536035,2,2,100,1), + (33383,178845,0,-247.137,1509.01,75.8482,-2.68781,0,0,0.97437,-0.224951,7200,7200,100,1), + (33384,2006,0,1103.3,1115.97,40.567,-0.55829,0,0,-0.275534,0.961291,7200,7200,100,1), + (33386,2061,0,1103.3,1115.97,40.567,-0.55829,0,0,-0.275534,0.961291,7200,7200,100,1), + (33387,1698,0,-138.331,1182.32,62.944,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (33388,2042,0,-1525.59,-2820.52,38.0459,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (33390,1678,0,639.812,1290.94,86.0389,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (33391,1709,0,-362.617,1185.01,64.9082,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (33392,1701,0,-140.427,872.057,62.7348,0,0,0,0,1,7200,7200,100,1), + (33393,1713,0,-358.349,1313.27,35.5801,-2.68781,0,0,0.97437,-0.224951,7200,7200,100,1), + (33394,1621,0,-3158.41,-2715.49,10.3879,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (33395,1621,0,-3783.77,-2933.34,11.6395,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (33396,1676,0,1292.71,1078.12,53.1458,0.733039,0,0,0.358368,0.933581,7200,7200,100,1), + (33397,1622,0,-4189.18,-3100.81,26.2298,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (33401,24776,0,471.821,1594.13,126.601,-1.5253,0,0,-0.690838,0.72301,2,2,100,1), + (33403,1712,0,-358.349,1313.27,36.0801,-2.68781,0,0,0.97437,-0.224951,7200,7200,100,1), + (33404,1618,0,-5782.84,-3418.18,304.949,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (33406,2866,0,-6683.87,-2915.99,240.744,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (33408,1687,0,342.817,1249.18,81.2382,-1.8675,0,0,-0.803857,0.594823,7200,7200,100,1), + (33409,2046,0,-6612.58,-2531.59,277.704,0.15708,0,0,0.0784593,0.996917,300,300,100,1), + (33412,1686,0,639.83,1291,86.0111,0.610866,0,0,0.300706,0.953717,7200,7200,100,1), + (33413,2866,0,-7323.66,-1669.21,286.824,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (33414,1702,0,-140.42,872.052,62.2349,0,0,0,0,1,7200,7200,100,1), + (33415,20692,0,508.544,916.669,128.55,2.81024,0,0,0.986307,0.164918,7200,7200,100,1), + (33416,2061,0,508.544,916.669,128.55,2.81024,0,0,0.986307,0.164918,7200,7200,100,1), + (33417,113791,0,419.041,1843.15,11.989,3.14159,-0.013089,-0.004363,1,-0.000203653,2,2,100,1), + (33418,1706,0,-362.583,1185.07,64.9056,0,0,0,0,1,7200,7200,100,1), + (33419,176584,0,-8108.57,-1242.01,133.102,-2.67035,0,0,-0.972369,0.233447,300,300,100,1), + (33420,176589,0,-8237.66,-1185.92,142.557,2.46091,0,0,0.942641,0.333809,3600,3600,100,1), + (33421,106318,0,-9267.23,-1180.15,70.147,0.436332,0,0,0.21644,0.976296,3600,3600,100,1), + (33422,176793,0,-9340.38,-1142.91,67.7554,-0.20944,0,0,0.104528,-0.994522,900,900,100,1), + (33423,176793,0,-9369.15,-1128.57,63.9992,-1.71042,0,0,0.75471,-0.656059,900,900,100,1), + (33424,176793,0,-9383.15,-1101.23,62.5236,-2.40855,0,0,0.93358,-0.358368,900,900,100,1), + (33425,1621,0,-10221.9,-1002.5,33.334,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (33427,35598,33,-213.2,2273.37,77.338,-3.12414,0,0,0.999962,-0.008727,5400,5400,100,1), + (33428,2041,0,-12204.9,-26.777,1.90866,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (33429,1622,0,-10790.5,-1381.68,39.0026,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (33430,1621,0,-10508.8,-798.706,54.701,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (33431,2852,0,-10462.6,-803.022,52.0224,-1.15192,0,0,0.544639,-0.838671,3600,3600,100,1), + (33434,2852,0,-10996.7,-1346.73,53.658,-1.98968,0,0,0.838671,-0.544639,3600,3600,100,1), + (33436,76,0,-9296.65,-2943.81,164.84,3.14159,0,0,1,0,2,2,100,1), + (33437,180341,1,1328.08,-4424.06,27.4015,2.09439,0,0,0.866025,0.5,180,180,100,1), + (33438,180338,1,1328.61,-4423.99,27.4347,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (33442,180374,1,1332.6,-4418.85,27.7424,0.541052,0,0,0.267238,0.96363,10,10,100,1), + (33443,180374,1,1328.19,-4414.11,27.6073,0.488692,0,0,0.241922,0.970296,10,10,100,1), + (33444,180374,1,1327.38,-4414.65,27.6105,1.29154,0,0,0.601815,0.798636,10,10,100,1), + (33448,1699,0,-138.325,1182.32,62.4436,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (33449,1627,0,-22.4965,1354.5,59.6505,3.14159,-0.004358,-0.047978,0.998839,-0.000209,2,2,100,1), + (33451,2051,0,-549.466,727.231,89.9898,-0.235619,0,0,-0.117537,0.993068,7200,7200,100,1), + (33452,1689,0,342.653,1249.23,81.2299,1.27409,0,0,0.594823,0.803857,7200,7200,100,1), + (33454,1691,0,342.674,1249.23,80.2299,1.27409,0,0,0.594823,0.803857,7200,7200,100,1), + (33455,3798,0,1416.72,1095.33,53.622,1.32645,0,0,0.615661,0.788011,7200,7200,100,1), + (33458,1622,0,-10733.4,-1102.38,27.4643,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (33459,1624,0,-10795.4,-690.17,40.9777,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (33460,2061,33,-213.2,2273.37,77.338,-3.12414,0,0,0.999962,-0.008727,5400,5400,100,1), + (33463,1821,0,-9715.57,-3180.91,58.6088,3.14159,0,0,1,0,7200,7200,100,1), + (33464,2061,0,-9715.57,-3180.91,58.6088,3.14159,0,0,1,0,7200,7200,100,1), + (33465,114,0,-9589.4,-1929.75,63.4401,-2.81871,0,0,0.986996,-0.160743,7200,7200,100,1), + (33467,115,0,-9588.76,-1928.54,63.4444,-1.24791,0,0,-0.58425,0.811574,7200,7200,100,1), + (33468,1623,0,-10184.1,-646.728,72.9885,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (33469,1623,0,-10096.3,-384.409,54.7689,2.18166,0,0,0.88701,0.461749,300,300,100,1), + (33470,1621,0,-10210.7,-75.452,34.5287,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (33471,1622,0,-10387.4,-122.059,66.1578,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (33472,1622,0,-11016.1,262.501,26.9719,0.401426,0,0,0.199368,0.979925,300,300,100,1), + (33475,2850,0,-10835.7,-568.281,36.5574,0.017453,0,0,0.008727,0.999962,3600,3600,100,1), + (33476,1624,0,-11049,-495.103,30.5978,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (33477,117,0,-9635.47,-2087.19,61.2531,-1.98095,0,0,-0.836286,0.548293,7200,7200,100,1), + (33478,118,0,-9637.23,-2086.35,61.294,1.16064,0,0,0.548293,0.836286,7200,7200,100,1), + (33479,2062,0,-9288.76,-2251.3,63.322,3.14159,0,0,1,0,7200,7200,100,1), + (33480,2061,0,-9288.76,-2251.3,63.322,3.14159,0,0,1,0,7200,7200,100,1), + (33481,1808,0,-9462.8,-1895.16,82.413,-1.91986,0.003574,0.002503,-0.819144,0.573571,7200,7200,100,1), + (33483,1628,0,-10495,430.5,38.0431,0.593412,0,0,0.292372,0.956305,300,300,100,1), + (33486,1620,0,-10808.6,-1383.39,43.1448,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (33487,2061,0,-9462.8,-1895.16,82.413,-1.91986,0.003574,0.002503,-0.819144,0.573571,7200,7200,100,1), + (33488,1811,0,-9295.96,-3199.75,105.146,-3.14159,-0.056684,0.017424,0.99824,0.000989,7200,7200,100,1), + (33489,2061,0,-9295.96,-3199.75,105.146,-3.14159,-0.056684,0.017424,0.99824,0.000989,7200,7200,100,1), + (33490,1622,0,-10414.3,-1020.31,49.9457,-1.48353,0,0,-0.67559,0.737277,300,300,100,1), + (33491,3658,0,-9940.45,-1108.79,22.2839,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (33492,106318,0,-9940.04,-1118.6,21.9235,0.017453,0,0,0.008727,0.999962,3600,3600,100,1), + (33495,3797,0,1415.97,1095.83,53.622,2.61799,0,0,0.965926,0.258819,7200,7200,100,1), + (33496,22567,0,1309.41,1212.34,58.7176,0.218166,0,0,0.108867,0.994056,7200,7200,100,1), + (33497,2061,0,1309.41,1212.34,58.7176,0.218166,0,0,0.108867,0.994056,7200,7200,100,1), + (33498,22563,0,1308.83,1213.53,53.8007,1.50971,0,0,0.685183,0.728371,7200,7200,100,1), + (33499,2061,0,1308.83,1213.53,53.8007,1.50971,0,0,0.685183,0.728371,7200,7200,100,1), + (33500,22565,0,1309.2,1212.35,53.8007,0.218166,0,0,0.108867,0.994056,7200,7200,100,1), + (33501,2061,0,1309.2,1212.35,53.8007,0.218166,0,0,0.108867,0.994056,7200,7200,100,1), + (33502,22564,0,1308.66,1212.92,58.7176,-1.97222,0,0,-0.833885,0.551938,7200,7200,100,1), + (33503,2061,0,1308.66,1212.92,58.7176,-1.97222,0,0,-0.833885,0.551938,7200,7200,100,1), + (33504,22566,0,1308.44,1212.93,53.8007,-1.97222,0,0,-0.833885,0.551938,7200,7200,100,1), + (33505,2061,0,1308.44,1212.93,53.8007,-1.97222,0,0,-0.833885,0.551938,7200,7200,100,1), + (33506,3798,0,577.164,1571.24,132.716,0.305431,0,0,0.152123,0.988362,7200,7200,100,1), + (33507,1620,0,-3263.8,-1156.58,9.49935,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (33508,22533,0,573.316,1568.17,132.788,1.64934,0,0,0.734322,0.678801,7200,7200,100,1), + (33509,1621,0,-3380.85,-2549.54,19.3933,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (33511,1622,0,-3986.58,-2605.34,63.3832,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (33516,22534,0,570.742,1568.01,132.788,1.63188,0,0,0.728371,0.685183,7200,7200,100,1), + (33518,177926,1,1577.24,757.409,133.939,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (33519,177926,1,1507.13,819.177,133.427,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (33524,177926,1,1488.74,856.914,132.446,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (33525,177926,1,1473.38,902.268,134.989,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (33526,2045,1,5921.83,566.67,-1.87616,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (33531,177927,1,1016.05,931.665,103.535,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (33532,92424,1,731.628,344.516,64.4051,1.54462,0,0,0.69779,0.716302,900,900,100,1), + (33533,92426,1,-274.28,-396.209,17.2234,0.530502,0.017412,0.033674,0.261272,0.964521,900,900,100,1), + (33540,92427,1,-191.895,-349.684,8.63399,3.14159,0.008726,-0.004363,0.999952,0.000038,900,900,100,1), + (33541,1732,1,3373.64,350.877,10.6327,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (33542,2061,1,117.989,-583.54,-1.03831,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (33544,2061,1,51.3821,-777.908,-7.49511,3.14159,0,0,1,0,900,900,100,1), + (33545,1731,1,2585.55,-1074.56,131.414,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (33547,1622,1,2335.76,-1409.18,95.0829,0.942478,0,0,0.453991,0.891006,300,300,100,1), + (33548,2041,1,2066.76,-1994.64,94.9482,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (33549,3724,1,-146.922,-2948.52,91.9616,-1.93731,0,0,0.824126,-0.566406,900,900,100,1), + (33553,3730,1,-1524.99,-3553.36,174.708,-2.35619,0,0,0.92388,-0.382683,1800,1800,100,1), + (33555,2061,1,1426.47,-601.823,62.8262,3.14159,-0.008726,-0.008726,0.999924,-0.000076,900,900,100,1), + (33556,2061,1,731.628,344.516,64.4051,1.54462,0,0,0.69779,0.716302,900,900,100,1), + (33557,3729,1,-2033.97,-3719.65,22.6121,2.74017,0,0,0.979925,0.199368,900,900,100,1), + (33607,3705,0,-8780.65,456.425,98.4555,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (33608,1618,0,-9285.26,315.225,72.9209,-2.40855,0,0,-0.93358,0.35837,300,300,100,1), + (33610,1617,0,-9687.95,-463.91,53.1311,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (33613,1618,0,-9451.71,-688.275,63.4407,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (33616,106318,0,-9491.57,-396.539,59.5112,1.25664,0,0,0.587785,0.809017,3600,3600,100,1), + (33617,1617,0,-9372.77,286.021,64.5818,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (33618,180374,1,1325.71,-4422.15,27.4345,1.43117,0,0,0.656059,0.75471,10,10,100,1), + (33619,180374,1,1326.5,-4421.39,27.4327,-0.925024,0,0,0.446198,-0.894934,10,10,100,1), + (33633,35596,33,-215.003,2270.45,77.338,-1.94604,0,0,-0.82659,0.562805,5400,5400,100,1), + (33732,2061,33,-215.003,2270.45,77.338,-1.94604,0,0,-0.82659,0.562805,5400,5400,100,1), + (33785,18972,33,-129.034,2166.16,129.187,-0.375245,0,0,-0.186524,0.98245,5400,5400,100,1), + (33834,3705,0,-8407.79,581.781,91.9778,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (33837,161557,0,-9105.36,-332.526,73.4301,-2.1293,0,0,0.87462,-0.48481,120,120,100,1), + (33838,161557,0,-9095.65,-334.19,73.4517,-0.890118,0,0,0.430511,-0.902585,120,120,100,1), + (33840,161557,0,-9068.64,-344.935,73.4517,0.017453,0,0,0.008727,0.999962,120,120,100,1), + (33843,161557,0,-9060.96,-297.315,73.4599,-1.06465,0,0,0.507538,-0.861629,120,120,100,1), + (33846,1623,0,-3486.11,-1629.04,54.0082,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (33848,1622,0,-3456.5,-1510.45,28.996,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (33850,1624,0,-1355.84,-3012.1,41.9774,2.21657,0,0,0.894935,0.446197,300,300,100,1), + (33852,22530,0,570.339,1576.86,132.796,-1.52716,0,0,-0.691513,0.722364,7200,7200,100,1), + (33853,22531,0,568.371,1567.93,132.788,1.6057,0,0,0.71934,0.694658,7200,7200,100,1), + (33854,3797,0,577.197,1572.13,132.716,1.59697,0,0,0.716302,0.697791,7200,7200,100,1), + (33855,22261,0,1011.06,680.326,76.3021,1.63188,0,0,0.728371,0.685183,7200,7200,100,1), + (33856,22248,0,1017.4,714.46,60.9829,2.59181,0,0,0.962455,0.27144,7200,7200,100,1), + (33857,142140,0,390.568,-3796.91,167.297,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (33858,142144,0,444.66,-3789.41,120.988,-0.541052,0,0,-0.267238,0.96363,300,300,100,1), + (33860,22253,0,993.643,684.423,60.9836,1.59698,0,0,0.716302,0.69779,7200,7200,100,1), + (33861,176586,0,1799.07,-4340.02,101.96,1.5708,0,0,0.707108,0.707106,300,300,100,1), + (33862,142142,0,1845.25,-4381.79,97.4889,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (33864,176587,0,1882.59,-4541.19,82.5564,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (33865,22254,0,1016.73,717.164,60.9829,-2.46964,0,0,0.944089,-0.329691,7200,7200,100,1), + (33866,37090,0,1002.59,671.922,85.0435,1.10828,0,0,0.526214,0.850352,7200,7200,100,1), + (33867,2061,0,1002.59,671.922,85.0435,1.10828,0,0,0.526214,0.850352,7200,7200,100,1), + (33868,37089,0,948.594,694.498,62.9153,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (33869,2061,0,948.594,694.498,62.9153,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (33870,176586,0,2372.58,-5299.3,95.3673,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (33872,37095,0,1001.07,708.04,85.0435,1.10828,0,0,0.526214,0.850352,7200,7200,100,1), + (33873,2061,0,1001.07,708.04,85.0435,1.10828,0,0,0.526214,0.850352,7200,7200,100,1), + (33874,176583,0,2536.31,-4813.06,105.719,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (33875,22255,0,1014.93,716.346,60.9829,-0.287979,0,0,-0.143492,0.989651,7200,7200,100,1), + (33876,37091,0,980.033,671.155,85.0435,2.15548,0,0,0.880891,0.473319,7200,7200,100,1), + (33877,2061,0,980.033,671.155,85.0435,2.15548,0,0,0.880891,0.473319,7200,7200,100,1), + (33878,37092,0,1000.19,695.317,76.1638,-1.98968,0,0,-0.838671,0.544639,7200,7200,100,1), + (33879,2061,0,1000.19,695.317,76.1638,-1.98968,0,0,-0.838671,0.544639,7200,7200,100,1), + (33880,22262,0,1010.37,700.261,76.3021,-1.55334,0,0,-0.700909,0.71325,7200,7200,100,1), + (33881,22250,0,1004.23,688.64,60.9829,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (33882,3770,0,1017.63,715.836,61.0489,-3.01069,0,0,0.997859,-0.065403,7200,7200,100,1), + (33883,37093,0,949.044,681.61,62.9153,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (33911,2061,1,-180.889,-234.881,8.78675,1.30027,0,0,0.605294,0.796002,900,900,100,1), + (34006,18901,33,-249.22,2123.1,82.8052,4.71239,-0.131892,-0.694697,-0.131892,0.694697,5400,5400,100,1), + (34024,2061,0,949.044,681.61,62.9153,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (34030,1618,0,-9689.24,747.931,30.9122,-0.663225,0,0,-0.325568,0.945519,300,300,100,1), + (34031,3719,0,-10004.2,668.569,35.7438,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (34032,106318,0,-10104,687.487,31.9941,0,0,0,0,1,3600,3600,100,1), + (34033,1620,0,-10533,585.718,29.9915,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (34034,1621,0,-10737.3,689.143,36.6868,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (34039,1812,0,-9373.79,-3164.97,83.5434,-1.00356,0.008023,0.005552,-0.480999,0.876667,7200,7200,100,1), + (34040,2061,0,-9373.79,-3164.97,83.5434,-1.00356,0.008023,0.005552,-0.480999,0.876667,7200,7200,100,1), + (34042,180374,1,1332.63,-4419.56,27.7271,2.96706,0,0,0.996195,0.087156,10,10,100,1), + (34043,180374,1,1330.26,-4411.88,27.609,0.139626,0,0,0.069756,0.997564,10,10,100,1), + (34044,180374,1,1331.32,-4412.06,27.6068,-1.95477,0,0,0.829038,-0.559193,10,10,100,1), + (34045,180374,1,1329.07,-4425.48,27.442,-3.07178,0,0,0.999391,-0.034899,10,10,100,1), + (34046,180371,1,1330.72,-4425.71,27.4281,0.750492,0,0,0.366501,0.930418,10,10,100,1), + (34047,180372,1,1327.37,-4423.33,27.4349,2.53073,0,0,0.953717,0.300706,10,10,100,1), + (34048,180371,1,1326.97,-4416.36,27.5984,-1.6057,0,0,0.71934,-0.694658,10,10,100,1), + (34049,1813,0,-9444.47,-3078.38,136.687,1.51844,0,0,0.688355,0.725374,7200,7200,100,1), + (34050,2061,0,-9444.47,-3078.38,136.687,1.51844,0,0,0.688355,0.725374,7200,7200,100,1), + (34051,1815,0,-9229.14,-3303.42,101.531,3.14159,0,0,1,0,7200,7200,100,1), + (34052,2061,0,-9229.14,-3303.42,101.531,3.14159,0,0,1,0,7200,7200,100,1), + (34053,2045,0,-12138.3,469.575,-30.1143,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (34054,1816,0,-9257.98,-3217.15,101.091,3.14159,0,0,1,0,7200,7200,100,1), + (34056,2061,0,-9257.98,-3217.15,101.091,3.14159,0,0,1,0,7200,7200,100,1), + (34060,3662,0,-8492.74,525.669,97.9904,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (34061,180338,1,1341.48,-4414.62,28.0698,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (34062,180352,1,1342.92,-4418.95,27.2818,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (34063,180345,1,1339.55,-4423.48,27.6004,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (34064,180351,1,1335.12,-4425.61,26.6863,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (34065,180326,1,1338.9,-4424.27,26.8507,2.37365,0,0,0.927184,0.374607,180,180,100,1), + (34066,180350,1,1334.99,-4426.71,26.6625,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (34067,180340,1,1337.8,-4412.08,28.0879,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (34068,180339,1,1339,-4423.43,27.6229,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (34069,180339,1,1337.52,-4426.05,27.6252,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (34072,3662,0,-8704.65,518.544,99.26,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (34075,3705,0,-8848.34,623.168,95.9836,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (34077,2061,1,-271.76,-586.848,54.6868,3.14159,0,0,1,0,900,900,100,1), + (34078,3705,0,-8505.77,722.066,99.935,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (34081,22259,0,1012.61,686.048,76.3021,-3.12414,0,0,0.999962,-0.008726,7200,7200,100,1), + (34082,22260,0,1007.05,680.01,76.3021,1.63188,0,0,0.728371,0.685183,7200,7200,100,1), + (34083,22251,0,1007.24,688.768,60.9829,-3.14159,0,0,1,0,7200,7200,100,1), + (34084,37094,0,1000.44,684.457,76.1638,-1.01229,0,0,-0.48481,0.874619,7200,7200,100,1), + (34085,2061,0,1000.44,684.457,76.1638,-1.01229,0,0,-0.48481,0.874619,7200,7200,100,1), + (34086,22257,0,1012.35,693.509,76.3021,-3.12414,0,0,0.999962,-0.008726,7200,7200,100,1), + (34087,22258,0,1012.47,690.073,76.3021,-3.12414,0,0,0.999962,-0.008726,7200,7200,100,1), + (34088,37051,0,1006.34,700.12,76.3021,-1.55334,0,0,-0.700909,0.71325,7200,7200,100,1), + (34089,37096,0,978.851,707.066,85.0435,2.67908,0,0,0.973379,0.2292,7200,7200,100,1), + (34090,2061,0,978.851,707.066,85.0435,2.67908,0,0,0.973379,0.2292,7200,7200,100,1), + (34091,22567,0,28.3393,791.282,69.9228,1.83259,0,0,0.793353,0.608762,7200,7200,100,1), + (34092,2061,0,28.3393,791.282,69.9228,1.83259,0,0,0.793353,0.608762,7200,7200,100,1), + (34093,1624,0,-2874.88,-1185.42,10.8165,3.01942,0,0,0.998135,0.0610484,300,300,100,1), + (34094,1620,0,-2915.78,-1339.99,9.14903,0.15708,0,0,0.0784593,0.996917,300,300,100,1), + (34095,1624,0,-2899.61,-1292.45,9.66346,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (34096,169997,0,18.4832,786.791,64.9368,0,0,0,0,1,7200,7200,100,1), + (34097,2041,0,-2731.62,-1562.32,7.14171,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (34098,2041,0,-2913.08,-1589.84,7.25743,-1.25664,0,0,-0.587786,0.809016,300,300,100,1), + (34099,2041,0,-2784,-1662.3,7.3956,-1.50098,0,0,-0.681997,0.731355,300,300,100,1), + (34100,1622,0,-2588.95,-1822.21,28.4186,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (34101,1621,0,-2691.68,-1849.43,10.1395,-2.79253,0,0,-0.984808,0.173647,300,300,100,1), + (34103,1622,0,-2713.54,-2050.41,37.8379,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (34104,2041,0,-2799.74,-1180.95,8.3378,-2.94961,0,0,-0.995396,0.095844,300,300,100,1), + (34105,170000,0,23.9676,788.15,64.9368,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (34106,2045,0,-2631.51,-1035.74,-46.6925,1.13446,0,0,0.537298,0.843393,300,300,100,1), + (34107,22569,0,29.7327,783.888,64.9368,0,0,0,0,1,7200,7200,100,1), + (34108,2045,0,-2627.82,-1190.51,-14.4644,-0.226893,0,0,-0.113203,0.993572,300,300,100,1), + (34109,22563,0,27.1779,790.647,65.006,3.12414,0,0,0.999962,0.008727,7200,7200,100,1), + (34110,1628,0,-2808.46,-2242.54,16.3167,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (34112,1621,0,-2909.45,-2307.05,14.6199,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (34113,1624,0,-2985.44,-2727.56,12.5439,0,0,0,0,1,300,300,100,1), + (34114,1621,0,-3121.62,-2614.2,9.623,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (34115,2061,0,27.1779,790.647,65.006,3.12414,0,0,0.999962,0.008727,7200,7200,100,1), + (34128,22576,0,40.772,780.895,69.723,3.14159,0,0,1,0,7200,7200,100,1), + (34129,1624,0,-3345.73,-2173.77,42.9332,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (34131,22577,0,40.772,784.293,69.723,3.14159,0,0,1,0,7200,7200,100,1), + (34132,169996,0,18.4832,784.412,64.9368,0,0,0,0,1,7200,7200,100,1), + (34134,22565,0,28.3393,791.066,65.006,1.83259,0,0,0.793353,0.608762,7200,7200,100,1), + (34135,1620,0,-3475.37,-1883.48,26.8199,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (34136,1624,0,-3229.36,-2942.28,20.6132,-0.558505,0,0,-0.275637,0.961262,300,300,100,1), + (34137,1624,0,-3282.03,-3014.68,23.2151,2.72271,0,0,0.978147,0.207914,300,300,100,1), + (34138,1624,0,-3335.34,-3094.7,25.0433,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (34139,1620,0,-3279.81,-3125.94,22.2169,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (34141,1621,0,-3157.49,-3169.83,64.8122,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (34142,2061,0,28.3393,791.066,65.006,1.83259,0,0,0.793353,0.608762,7200,7200,100,1), + (34150,2061,1,1005.39,997.696,105.221,-3.12414,-0.008764,0.004287,0.999915,-0.008688,900,900,100,1), + (34151,2045,1,4665.89,828.601,-3.69986,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (34152,2061,1,-177.737,-328.416,9.59662,3.14159,0,0,1,0,900,900,100,1), + (34153,1732,1,4078.74,1230.03,-23.8451,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (34154,2045,1,4009.1,1322.32,-25.2673,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (34156,1622,1,1229.23,1472.09,84.5503,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (34157,1732,1,1219.89,1498.06,79.8926,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (34158,2061,1,-191.895,-349.684,8.63399,3.14159,0.008726,-0.004363,0.999952,0.000038,900,900,100,1), + (34160,2061,1,106.461,-362.113,3.67769,-1.36135,-0.017118,-0.014207,-0.629237,0.776895,900,900,100,1), + (34161,2061,1,817.469,943.855,154.181,3.14159,0.017448,-0.021812,0.99961,0.000381,900,900,100,1), + (34162,2061,1,905.725,917.909,114.572,-0.008727,0,0,-0.004364,0.99999,900,900,100,1), + (34163,2061,1,889.201,925.77,106.362,0.942477,0,0,0.45399,0.891007,900,900,100,1), + (34164,2061,1,903.448,923.333,106.348,-1.39626,0,0,-0.642787,0.766045,900,900,100,1), + (34165,1622,1,-341.005,1817.83,125.427,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (34166,2061,1,115.265,-345.367,3.71276,-2.97579,0,0,0.996565,-0.082808,900,900,100,1), + (34167,1734,1,-274.474,1849.42,171.919,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (34168,1623,1,-204.337,1871.94,187.68,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (34169,1735,1,-1212.29,2424.01,101.576,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (34170,1624,1,-1449.4,2345.26,92.6044,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (34171,2061,1,118.362,-351.517,3.71276,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (34172,2061,1,134.158,-340.536,3.71276,-3.0456,0,0,0.998848,-0.047978,900,900,100,1), + (34173,2061,1,132.638,-537.883,3.05782,-2.2602,0,0,0.904455,-0.426568,900,900,100,1), + (34174,2061,1,-274.28,-396.209,17.2234,0.530502,0.017412,0.033674,0.261272,0.964521,900,900,100,1), + (34175,2066,1,76.993,-460.474,12.8305,3.14159,0,0,1,0,900,900,100,1), + (34176,2334,1,106.461,-362.113,3.67769,-1.36135,-0.017118,-0.014207,-0.629237,0.776895,900,900,100,1), + (34177,2040,1,-2319.18,2605.48,63.8411,-1.98968,0,0,-0.838672,0.544637,300,300,100,1), + (34178,179486,1,1249.3,154.684,4.96865,-1.02974,0,0,0.492424,-0.870356,7200,7200,100,1), + (34179,2040,1,-1497.13,2799.23,84.7267,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (34180,2040,1,-1395.65,2749.97,119.239,0.279253,0,0,0.139173,0.990268,300,300,100,1), + (34181,179486,1,1202.77,-239.405,-20.4256,2.32129,0,0,0.91706,0.398749,7200,7200,100,1), + (34182,142144,1,-1370.94,2878.47,76.912,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (34183,2040,1,-1276.49,2921.21,74.2758,1.309,0,0,0.608763,0.793352,300,300,100,1), + (34184,1735,1,-1244.74,2893.57,124.94,0.575959,0,0,0.284016,0.95882,300,300,100,1), + (34185,142144,1,-1199.4,2971.74,64.6476,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (34186,179486,1,1185.02,173.503,2.90554,-0.628319,0,0,0.309017,-0.951056,7200,7200,100,1), + (34187,1622,1,-1361.79,2647.51,112.728,-1.90241,0,0,-0.814116,0.580702,300,300,100,1), + (34213,1735,1,-1358.23,2866.45,119.355,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (34215,1622,0,-3953.9,-930.859,28.0154,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (34218,22564,0,27.7984,790.505,69.9228,-0.357791,0,0,-0.177943,0.984041,7200,7200,100,1), + (34219,2061,0,27.7984,790.505,69.9228,-0.357791,0,0,-0.177943,0.984041,7200,7200,100,1), + (34220,169998,0,19.7348,788.15,64.9368,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (34221,169999,0,21.9023,788.15,64.9368,-1.5708,0,0,-0.707107,0.707107,7200,7200,100,1), + (34222,22566,0,27.7984,790.289,65.006,-0.357791,0,0,-0.177943,0.984041,7200,7200,100,1), + (34223,2061,0,27.7984,790.289,65.006,-0.357791,0,0,-0.177943,0.984041,7200,7200,100,1), + (34224,22754,0,-381.634,1637.4,24.4077,-1.62315,0,0,-0.725374,0.688355,7200,7200,100,1), + (34225,149049,0,-373.329,1611.1,17.4156,1.58825,0,0,0.71325,0.700909,7200,7200,100,1), + (34226,22708,0,-380.522,1656.77,17.8744,-1.62315,0,0,-0.725374,0.688355,7200,7200,100,1), + (34227,2061,0,-380.522,1656.77,17.8744,-1.62315,0,0,-0.725374,0.688355,7200,7200,100,1), + (34228,22711,0,-381.727,1656.18,17.8744,-3.02815,0,0,0.998392,-0.056692,7200,7200,100,1), + (34230,2061,0,-381.727,1656.18,17.8744,-3.02815,0,0,0.998392,-0.056692,7200,7200,100,1), + (34231,22727,0,-373.894,1620.98,16.8435,0.898846,0,0,0.434446,0.900698,7200,7200,100,1), + (34232,22741,0,-368.816,1624.28,24.2858,3.05433,0,0,0.999048,0.043619,7200,7200,100,1), + (34234,22736,0,-383.577,1637.36,24.4077,-1.54462,0,0,-0.69779,0.716302,7200,7200,100,1), + (34235,22712,0,-390.52,1625.07,17.384,1.09956,0,0,0.522499,0.85264,7200,7200,100,1), + (34236,2061,0,-390.52,1625.07,17.384,1.09956,0,0,0.522499,0.85264,7200,7200,100,1), + (34237,22744,0,-389.062,1635.15,17.473,-0.671952,0,0,-0.329691,0.944089,7200,7200,100,1), + (34238,1623,0,-248.231,-1218.32,118.386,3.10669,0,0,0.999848,0.0174505,300,300,100,1), + (34239,1624,0,-294.774,-1392.19,80.9553,-0.907571,0,0,-0.438371,0.898794,300,300,100,1), + (34240,1623,0,-216.618,-1379.53,116.65,0.977384,0,0,0.469471,0.882948,300,300,100,1), + (34243,22734,0,-368.848,1627.87,24.2858,-3.01069,0,0,0.997859,-0.065403,7200,7200,100,1), + (34244,22755,0,-387.698,1627.3,24.4037,1.57952,0,0,0.710186,0.704015,7200,7200,100,1), + (34245,1621,0,-502.171,-1678.16,80.8453,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (34247,22719,0,-384.356,1621.56,16.813,0.680679,0,0,0.333807,0.942641,7200,7200,100,1), + (34248,22707,0,-391.006,1626.5,17.384,-1.69297,0,0,-0.748955,0.66262,7200,7200,100,1), + (34249,2061,0,-391.006,1626.5,17.384,-1.69297,0,0,-0.748955,0.66262,7200,7200,100,1), + (34250,22751,0,-387.081,1623.96,24.2858,-0.331612,0,0,-0.165048,0.986286,7200,7200,100,1), + (34251,22709,0,-391.864,1624.43,17.384,-2.62672,0,0,0.967046,-0.254603,7200,7200,100,1), + (34252,1623,0,-803.796,-1209.23,69.7456,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (34253,1624,0,-795.205,-1067.75,47.5945,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (34255,2061,0,-391.864,1624.43,17.384,-2.62672,0,0,0.967046,-0.254603,7200,7200,100,1), + (34256,22710,0,-390.516,1623.6,17.384,0.008728,0,0,0.004364,0.99999,7200,7200,100,1), + (34257,1621,0,-825.247,34.6299,30.3599,-1.25664,0,0,-0.587786,0.809016,300,300,100,1), + (34260,2061,0,-390.516,1623.6,17.384,0.008728,0,0,0.004364,0.99999,7200,7200,100,1), + (34261,3798,0,-407.288,1608.25,18.041,2.60054,0,0,0.96363,0.267239,7200,7200,100,1), + (34266,170002,0,-406.978,1599.41,18.1207,0.767945,0,0,0.374607,0.927184,7200,7200,100,1), + (34267,1624,0,-785.523,316.123,51.6129,3.05433,0,0,0.999048,0.0436174,300,300,100,1), + (34268,1620,0,-733.692,300.211,48.8067,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (34269,3797,0,-407.98,1607.68,18.041,-2.3911,0,0,0.930418,-0.366501,7200,7200,100,1), + (34270,22567,0,-325.356,1555.83,30.2577,0.270526,0,0,0.134851,0.990866,7200,7200,100,1), + (34271,2061,0,-325.356,1555.83,30.2577,0.270526,0,0,0.134851,0.990866,7200,7200,100,1), + (34272,169997,0,-329.934,1565.65,25.2718,-1.56207,0,0,-0.704015,0.710186,7200,7200,100,1), + (34273,170000,0,-328.527,1560.18,25.2718,-3.13287,0,0,0.99999,-0.004363,7200,7200,100,1), + (34274,22569,0,-332.738,1554.37,25.2718,-1.56207,0,0,-0.704015,0.710186,7200,7200,100,1), + (34275,22563,0,-326.002,1556.99,25.3409,1.56207,0,0,0.704015,0.710186,7200,7200,100,1), + (34276,2061,0,-326.002,1556.99,25.3409,1.56207,0,0,0.704015,0.710186,7200,7200,100,1), + (34277,22576,0,-335.635,1543.31,30.0579,1.57952,0,0,0.710186,0.704015,7200,7200,100,1), + (34278,1623,0,-1015.45,-1156.76,70.3094,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (34280,22567,33,-325.356,2089.16,30.2577,0.270526,0,0,0.134851,0.990866,5400,5400,100,1), + (34282,22577,0,-332.237,1543.34,30.0579,1.57952,0,0,0.710186,0.704015,7200,7200,100,1), + (34284,169996,0,-332.313,1565.63,25.2718,-1.56207,0,0,-0.704015,0.710186,7200,7200,100,1), + (34285,22565,0,-325.573,1555.83,25.3409,0.270526,0,0,0.134851,0.990866,7200,7200,100,1), + (34286,2061,0,-325.573,1555.83,25.3409,0.270526,0,0,0.134851,0.990866,7200,7200,100,1), + (34287,22564,0,-326.139,1556.36,30.2577,-1.91986,0,0,-0.819152,0.573577,7200,7200,100,1), + (34288,2061,0,-326.139,1556.36,30.2577,-1.91986,0,0,-0.819152,0.573577,7200,7200,100,1), + (34289,169998,0,-328.564,1564.41,25.2718,-3.13287,0,0,0.99999,-0.004363,7200,7200,100,1), + (34290,169999,0,-328.545,1562.24,25.2718,-3.13287,0,0,0.99999,-0.004363,7200,7200,100,1), + (34291,2045,0,-1620.5,-1026.73,-40.5638,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (34292,2045,0,-1548,-988.021,-39.3629,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (34293,2045,0,-1516.17,-1054.35,-7.40376,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (34295,22566,0,-326.355,1556.36,25.3409,-1.91986,0,0,-0.819152,0.573577,7200,7200,100,1), + (34296,2061,0,-326.355,1556.36,25.3409,-1.91986,0,0,-0.819152,0.573577,7200,7200,100,1), + (34297,3798,0,-330.346,1535.26,17.9233,1.85005,0,0,0.798635,0.601816,7200,7200,100,1), + (34298,170002,0,-336.146,1528.59,18.003,0.017453,0,0,0.008726,0.999962,7200,7200,100,1), + (34299,3797,0,-331.238,1535.32,17.9233,3.14159,0,0,1,0.000001,7200,7200,100,1), + (34300,38491,0,-344.818,1502.01,16.9989,-2.73144,0,0,0.979045,-0.203642,7200,7200,100,1), + (34301,38493,0,-350.577,1504.99,18.8068,-0.497419,0,0,-0.246153,0.969231,7200,7200,100,1), + (34302,38494,0,-337.114,1504.51,18.8068,-1.93731,0,0,-0.824126,0.566406,7200,7200,100,1), + (34303,38495,0,-338.949,1498.94,18.8068,2.31256,0,0,0.915311,0.402747,7200,7200,100,1), + (34304,38492,0,-346.742,1495.69,18.8068,0.98611,0,0,0.473319,0.880891,7200,7200,100,1), + (34325,180415,0,-4846.25,-865.094,502.74,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (34326,180415,0,-4849.2,-865.399,511.163,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (34327,180415,0,-4837.82,-867.012,502.879,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (34328,180415,0,-4957.93,-928.282,505.377,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (34329,180415,0,-4955.2,-926.044,505.377,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (34330,180415,0,-4941.95,-915.017,505.377,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (34331,180415,0,-4937.16,-911.085,505.377,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (34332,180415,0,-4938.96,-912.556,505.377,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (34333,180415,0,-4960.64,-930.466,505.377,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (34334,180415,0,-4959.27,-929.356,505.377,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (34335,180415,0,-4955.55,-896.263,505.048,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (34336,180415,0,-4956.63,-927.191,505.377,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (34337,180415,0,-4955.74,-896.054,505.201,1.0472,0,0,0.5,0.866025,180,180,100,1), + (34338,180415,0,-4940.44,-913.799,505.377,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (34339,180415,0,-4943.3,-916.166,505.377,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (34340,180415,0,-5586.53,-534.7,404.42,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (34341,180415,0,-8860.16,645.424,97.5818,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (34342,180415,0,-8857.27,646.114,97.587,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (34343,180415,0,-8857.78,648.229,99.5508,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (34344,180415,0,-8863,649.592,97.5799,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (34345,180415,0,-8859.92,647.928,100.919,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (34346,180415,0,-8860.42,652.318,97.5884,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (34347,180415,0,-8858.8,650.633,99.5508,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (34348,180415,0,-8862.42,650.928,97.5967,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (34349,180415,0,-8858.54,645.522,97.5841,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (34350,180415,0,-8862.91,648.022,97.5879,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (34351,180415,0,-8861.25,649.566,99.5508,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (34352,180415,0,-8860.15,647.198,99.5508,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (34353,180415,0,-8859.13,649.933,100.919,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (34354,180415,0,-8859.09,647.941,100.919,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (34355,180415,0,-8858.51,648.538,100.919,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (34356,180415,0,-8861.17,648.135,99.5508,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (34357,180415,0,-8858.54,649.368,100.919,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (34358,180415,0,-8861.75,651.735,97.5841,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (34359,180415,0,-8860.28,650.604,99.5508,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (34360,180415,0,-8856.06,648.258,97.5925,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (34361,180415,0,-8856.12,649.835,97.5908,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (34362,180415,0,-8856.57,646.938,97.5958,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (34363,180415,0,-8858.84,652.35,97.5946,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (34364,180415,0,-8862.3,646.718,97.5914,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (34365,180415,0,-8858.74,647.225,99.5508,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (34366,180415,0,-8860.54,649.32,100.919,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (34367,180415,0,-8861.52,645.97,97.5894,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (34368,180415,0,-8860.51,648.489,100.919,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (34369,180415,0,-8856.7,651.108,97.591,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (34370,180415,0,-8857.83,649.682,99.5508,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (34371,180415,0,-8857.5,651.876,97.5891,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (34372,180415,0,-8859.95,649.926,100.919,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (34373,180415,0,-8865.86,680.98,99.0419,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (34374,180415,0,-9468.5,35.224,65.3135,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (34375,180415,0,-9467.26,15.0534,64.7441,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (34376,180415,1,9796.24,984.413,1315.63,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (34377,180415,1,9880.38,967.783,1314.74,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (34378,180415,1,9885.3,964.763,1314.74,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (34797,2843,0,-8593.03,-169.743,87.1218,0.767945,0,0,0.374607,0.927184,3600,3600,100,1), + (34798,2843,0,-9038.98,-303.642,74.3616,2.28638,0,0,0.909961,0.414693,3600,3600,100,1), + (34799,161557,0,-9042.6,-316.675,73.5157,1.0821,0,0,0.515038,0.857167,120,120,100,1), + (34802,161557,0,-9104.13,-342.145,73.4493,-0.436333,0,0,0.21644,-0.976296,120,120,100,1), + (34805,161557,0,-9051.67,-340.492,73.4518,1.23918,0,0,0.580703,0.814116,120,120,100,1), + (34806,161557,0,-9061.2,-330.884,73.4517,1.85005,0,0,0.798636,0.601815,120,120,100,1), + (34810,3798,0,-323.869,1474.63,31.7105,1.85877,0,0,0.801253,0.598325,7200,7200,100,1), + (34812,170002,0,-329.61,1467.9,31.7902,0.026179,0,0,0.013089,0.999914,7200,7200,100,1), + (34813,3797,0,-324.762,1474.68,31.7105,-3.13287,0,0,0.99999,-0.004362,7200,7200,100,1), + (34818,1619,0,-9110.28,225.151,100.979,1.01229,0,0,0.484809,0.87462,300,300,100,1), + (34820,1617,0,-9577.08,318.724,55.6465,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (34821,1618,0,-9827.08,626.985,40.678,-2.96706,0,0,-0.996194,0.087165,300,300,100,1), + (34822,3719,0,-9947.94,625.232,37.2732,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (34823,1617,0,-10224.7,1052.03,37.59,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (34824,1817,0,-9410.35,-3387.38,88.3448,3.14159,0,0,1,0,7200,7200,100,1), + (34826,1620,0,-10524,1176.9,34.2627,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (34828,2061,0,-9410.35,-3387.38,88.3448,3.14159,0,0,1,0,7200,7200,100,1), + (34830,1818,0,-9552.73,-3260.94,48.6202,0.270527,-0.062831,0.00903,0.135635,0.988723,7200,7200,100,1), + (34831,1622,1,-1908.22,2049.17,63.7565,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (34833,2061,0,-9552.73,-3260.94,48.6202,0.270527,-0.062831,0.00903,0.135635,0.988723,7200,7200,100,1), + (34836,1819,0,-9791.94,-2205.93,58.6144,-2.13803,0,0,0.876727,-0.480989,7200,7200,100,1), + (34839,2061,0,-9791.94,-2205.93,58.6144,-2.13803,0,0,0.876727,-0.480989,7200,7200,100,1), + (34840,1617,0,-11288,1559.09,71.4569,2.21657,0,0,0.894935,0.446197,300,300,100,1), + (34841,1801,0,-8959.95,-2079.81,132.445,3.14159,0,0,1,0,7200,7200,100,1), + (34844,1622,0,-11352.9,1644.53,73.2029,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (34845,2061,0,-8959.95,-2079.81,132.445,3.14159,0,0,1,0,7200,7200,100,1), + (34846,1802,0,-8694.52,-2343.68,156.35,-0.689406,-0.011727,-0.013641,-0.337964,0.940987,7200,7200,100,1), + (34847,1731,36,-56.9023,-349.056,57.4095,-1.06465,0,0,-0.507538,0.861629,7200,7200,100,1), + (34848,19019,36,-200.774,-574.159,20.9768,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (34849,1732,36,-140.057,-602.209,17.7757,-1.37881,0,0,-0.636078,0.771625,7200,7200,100,1), + (34850,75293,36,-300.887,-532.542,49.4236,0.226893,0,0,0.113203,0.993572,5200,5200,100,1), + (34851,1731,36,-314.51,-592.77,51.2438,0.959931,0,0,0.461749,0.887011,7200,7200,100,1), + (34852,19019,36,-185.016,-692.186,8.81941,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (34855,1617,0,-11201.2,1329.07,89.256,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (34857,2061,0,-8694.52,-2343.68,156.35,-0.689406,-0.011727,-0.013641,-0.337964,0.940987,7200,7200,100,1), + (34858,1803,0,-8887.98,-2170.61,132.466,1.29154,0,0,0.601815,0.798636,7200,7200,100,1), + (34864,324,1,-8042.74,-4665.4,30.8037,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (34865,2061,33,-325.356,2089.16,30.2577,0.270526,0,0,0.134851,0.990866,5400,5400,100,1), + (34898,3798,0,-351.257,1579.08,17.9852,0.279252,0,0,0.139173,0.990268,7200,7200,100,1), + (34899,3705,0,-8672.96,691.163,100.021,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (34900,161557,0,-9114.74,-331.552,73.1508,0.750492,0,0,0.366501,0.930418,120,120,100,1), + (34901,161557,0,-9084.25,-323.969,73.4517,-2.16421,0,0,0.882948,-0.469472,120,120,100,1), + (34907,1624,0,-2941.42,-1409.68,10.1165,-0.523599,0,0,-0.258819,0.965926,300,300,100,1), + (34908,3797,0,-351.201,1579.98,17.9852,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (34909,2045,0,-2655.07,-1339.36,-12.6774,-1.48353,0,0,-0.67559,0.737277,300,300,100,1), + (34910,3798,0,-358.742,1520.59,24.8719,-1.23918,0,0,-0.580703,0.814115,7200,7200,100,1), + (34911,2046,0,-1779.05,-1391.67,45.4381,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (34912,1623,0,-1783.34,-1445.12,78.2442,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (34913,22533,0,-361.912,1524.36,24.9433,0.104719,0,0,0.052336,0.99863,7200,7200,100,1), + (34916,22534,0,-362.135,1526.93,24.9433,0.087268,0,0,0.04362,0.999048,7200,7200,100,1), + (34917,22530,0,-353.3,1527.56,24.9517,-3.07178,0,0,0.999391,-0.0349,7200,7200,100,1), + (34918,22531,0,-362.278,1529.3,24.9433,0.061087,0,0,0.030539,0.999534,7200,7200,100,1), + (34919,3797,0,-357.848,1520.58,24.8719,0.052359,0,0,0.026177,0.999657,7200,7200,100,1), + (34920,22567,0,-417.653,1572.8,24.5154,-2.88852,0,0,0.992005,-0.126199,7200,7200,100,1), + (34921,2061,0,-417.653,1572.8,24.5154,-2.88852,0,0,0.992005,-0.126199,7200,7200,100,1), + (34926,142140,0,-9.96951,-2448.67,125.089,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (34927,22579,0,-407.761,1581.41,19.5583,-2.22529,0,0,0.896873,-0.442289,7200,7200,100,1), + (34928,22580,0,-411.057,1581.5,19.5583,-1.22173,0,0,-0.573576,0.819152,7200,7200,100,1), + (34929,170001,0,-418.783,1575.43,24.3063,-0.322886,0,0,-0.160742,0.986996,7200,7200,100,1), + (34930,22581,0,-412.382,1580.53,19.5583,-0.637043,0,0,-0.313163,0.949699,7200,7200,100,1), + (34931,22582,0,-410.277,1574.26,19.5583,1.54462,0,0,0.69779,0.716302,7200,7200,100,1), + (34932,22563,0,-417.028,1571.64,19.5985,-1.59698,0,0,-0.716302,0.69779,7200,7200,100,1), + (34933,2061,0,-417.028,1571.64,19.5985,-1.59698,0,0,-0.716302,0.69779,7200,7200,100,1), + (34936,22578,0,-406.927,1580.13,19.5583,-3.01069,0,0,0.997859,-0.065404,7200,7200,100,1), + (34937,22565,0,-417.437,1572.8,19.5985,-2.88852,0,0,0.992005,-0.126199,7200,7200,100,1), + (34938,2061,0,-417.437,1572.8,19.5985,-2.88852,0,0,0.992005,-0.126199,7200,7200,100,1), + (34939,22564,0,-416.88,1572.26,24.5154,1.20428,0,0,0.566407,0.824126,7200,7200,100,1), + (34940,2061,0,-416.88,1572.26,24.5154,1.20428,0,0,0.566407,0.824126,7200,7200,100,1), + (34941,22587,0,-409.021,1574.54,24.3222,1.54462,0,0,0.69779,0.716302,7200,7200,100,1), + (34942,22588,0,-411.736,1574.57,24.3222,1.54462,0,0,0.69779,0.716302,7200,7200,100,1), + (34943,22566,0,-416.664,1572.25,19.5985,1.20428,0,0,0.566407,0.824126,7200,7200,100,1), + (34945,2061,0,-416.664,1572.25,19.5985,1.20428,0,0,0.566407,0.824126,7200,7200,100,1), + (34946,112070,0,-411.551,1490.14,19.8909,1.57952,0,0,0.710186,0.704014,7200,7200,100,1), + (34947,2046,0,-307.895,-3338.89,139.851,2.18166,0,0,0.88701,0.461749,300,300,100,1), + (34948,112055,0,-394.59,1490.29,19.8909,1.61443,0,0,0.722364,0.691513,7200,7200,100,1), + (34949,112058,0,-411.706,1502.97,19.8909,-1.50098,0,0,-0.681998,0.731354,7200,7200,100,1), + (34950,112059,0,-413.738,1502.95,19.8909,-1.64061,0,0,-0.731354,0.681998,7200,7200,100,1), + (34951,112062,0,-414.332,1507.9,19.8909,1.64061,0,0,0.731354,0.681998,7200,7200,100,1), + (34952,112051,0,-413.722,1490.12,19.8909,1.67552,0,0,0.743145,0.66913,7200,7200,100,1), + (34953,112065,0,-401.729,1508.25,18.8755,-1.56207,0,0,-0.704014,0.710186,7200,7200,100,1), + (34955,112071,0,-408.884,1507.95,19.8909,1.57952,0,0,0.710186,0.704014,7200,7200,100,1), + (34958,112053,0,-398.794,1490.25,19.8909,1.65806,0,0,0.737278,0.67559,7200,7200,100,1), + (34959,2042,0,-24.6152,-3595.42,118.51,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (34960,112054,0,-396.761,1490.27,19.8909,1.53589,0,0,0.694659,0.71934,7200,7200,100,1), + (34963,2046,0,123.901,-3946.82,134.454,-0.331612,0,0,-0.165047,0.986286,300,300,100,1), + (34965,112052,0,-415.755,1490.1,19.8909,1.57952,0,0,0.710186,0.704014,7200,7200,100,1), + (34969,112060,0,-415.91,1502.93,19.8909,-1.56207,0,0,-0.704014,0.710186,7200,7200,100,1), + (34970,112066,0,-400.759,1507.3,18.8755,3.06305,0,0,0.999229,0.03926,7200,7200,100,1), + (34971,142140,0,-273.218,-4094.25,152.123,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (34972,112072,0,-387.514,1496.47,19.8909,-3.09796,0,0,0.999762,-0.021816,7200,7200,100,1), + (34973,142140,0,-323.621,-4058.63,174.355,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (34974,22567,0,-404.823,1449.31,31.8847,-2.4871,0,0,0.94693,-0.321439,7200,7200,100,1), + (34975,2061,0,-404.823,1449.31,31.8847,-2.4871,0,0,0.94693,-0.321439,7200,7200,100,1), + (34976,142140,0,-246.823,-4114.37,119.559,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (34977,22563,0,-403.792,1448.48,26.9679,-1.19555,0,0,-0.562805,0.826589,7200,7200,100,1), + (34978,2061,0,-403.792,1448.48,26.9679,-1.19555,0,0,-0.562805,0.826589,7200,7200,100,1), + (34979,22565,0,-404.623,1449.4,26.9679,-2.4871,0,0,0.94693,-0.321439,7200,7200,100,1), + (34980,2061,0,-404.623,1449.4,26.9679,-2.4871,0,0,0.94693,-0.321439,7200,7200,100,1), + (34981,22564,0,-403.897,1449.11,31.8847,1.6057,0,0,0.71934,0.694658,7200,7200,100,1), + (34982,2061,0,-403.897,1449.11,31.8847,1.6057,0,0,0.71934,0.694658,7200,7200,100,1), + (34983,22566,0,-403.698,1449.19,26.9679,1.6057,0,0,0.71934,0.694658,7200,7200,100,1), + (34984,2061,0,-403.698,1449.19,26.9679,1.6057,0,0,0.71934,0.694658,7200,7200,100,1), + (34986,3798,0,-394.313,1429.05,26.7847,-2.47837,0,0,0.945519,-0.325567,7200,7200,100,1), + (34988,142140,0,-504.943,-4198.09,215.861,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (34989,3797,0,-394.031,1428.2,26.7847,-1.18683,0,0,-0.559194,0.829037,7200,7200,100,1), + (34990,3798,0,-436.941,1567.65,19.6521,2.51327,0,0,0.951056,0.309018,7200,7200,100,1), + (34991,142140,0,-416.098,-3969.53,215.906,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (34992,3797,0,-437.68,1567.14,19.6521,-2.47837,0,0,0.945519,-0.325567,7200,7200,100,1), + (34993,3798,0,-441.134,1514.25,19.4842,-1.91114,0,0,-0.816642,0.577145,7200,7200,100,1), + (34994,3797,0,-440.44,1513.69,19.4842,-0.619594,0,0,-0.304865,0.952395,7200,7200,100,1), + (34995,3798,0,-449.802,1541.81,19.5727,-2.83616,0,0,0.988362,-0.152123,7200,7200,100,1), + (34996,22533,0,-445.955,1544.88,19.644,-1.49226,0,0,-0.678801,0.734322,7200,7200,100,1), + (34997,22534,0,-443.38,1545.04,19.644,-1.50971,0,0,-0.685183,0.728371,7200,7200,100,1), + (34998,142140,0,-403.029,-3761.48,238.899,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (34999,22530,0,-442.978,1536.19,19.6524,1.61443,0,0,0.722364,0.691513,7200,7200,100,1), + (35000,22531,0,-441.01,1545.12,19.644,-1.53589,0,0,-0.694658,0.71934,7200,7200,100,1), + (35001,142140,0,-635.332,-3904.48,238.479,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (35002,142140,0,-589.769,-3878.78,238.958,-0.785398,0,0,-0.382683,0.92388,300,300,100,1), + (35003,142144,0,-627.208,-3836.7,233.725,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (35004,3797,0,-449.835,1540.92,19.5727,-1.54462,0,0,-0.697791,0.716301,7200,7200,100,1), + (35007,179486,1,1329.49,-181.49,5.93555,2.58309,0,0,0.961262,0.275637,7200,7200,100,1), + (35008,179486,1,1067.31,-245.852,4.23911,-0.05236,0,0,0.026177,-0.999657,7200,7200,100,1), + (35009,1622,1,4636.02,617.317,8.80881,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (35010,2045,1,4499.15,932.683,-6.90451,1.20428,0,0,0.566407,0.824125,300,300,100,1), + (35012,179486,1,1239.45,222.891,14.8428,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (35014,179486,1,1107.43,249.567,16.722,-1.0472,0,0,0.5,-0.866025,7200,7200,100,1), + (35015,179486,1,1303.87,-263.335,2.5265,2.82743,0,0,0.987688,0.156434,7200,7200,100,1), + (35017,179486,1,1074.21,-67.168,9.75521,-0.383972,0,0,0.190809,-0.981627,7200,7200,100,1), + (35018,179486,1,1174.1,328.936,25.3013,-0.366519,0,0,0.182236,-0.983255,7200,7200,100,1), + (35019,1624,1,3516.21,737.909,6.25968,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (35023,3763,1,-101.218,-2886.92,91.6667,-2.07694,0,0,0.861629,-0.507538,900,900,100,1), + (35024,3727,1,-715.848,-3142.72,94.6115,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (35025,179486,1,1259.45,18.4913,-6.00124,2.42601,0,0,0.936672,0.350207,7200,7200,100,1), + (35026,2335,1,117.989,-583.54,-1.03831,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (35028,142140,1,-6840.79,-2892.82,9.48657,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (35082,180415,0,-3820.03,-830.962,10.8705,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (35083,180415,0,-3826.62,-822.461,14.4818,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (35084,180415,0,-3812.21,-831.096,10.8693,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (35085,180415,0,-3819.93,-827.252,10.8358,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (35086,180415,0,-3812.28,-827.373,10.8454,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (35087,180415,0,-3820.13,-823.346,18.1519,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (35088,180415,0,-844.892,-565.707,19.4904,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (35089,180415,0,-848.956,-515.008,13.7464,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (35090,180415,0,-848.971,-514.336,13.7464,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (35091,180415,0,-848.564,-513.916,13.7464,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (35092,180415,0,-848.698,-515.303,13.7464,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (35093,180415,0,-848.253,-515.431,13.7464,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (35094,180415,0,-848.233,-513.817,13.7464,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (35095,180415,0,-847.582,-515.028,13.7464,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (35096,180415,0,-847.858,-515.317,13.7464,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (35097,180415,0,-848.846,-514.05,13.7464,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (35098,180415,0,-779.06,-498.239,18.9328,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (35099,180415,0,-778.516,-497.542,18.9322,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (35100,180415,0,-784.49,-510.675,24.5159,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (35101,180415,0,-18.5607,-905.82,57.0007,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (35102,180415,0,-51.7051,-902.781,57.3418,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (35103,180415,0,-51.7305,-901.87,57.3406,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (35104,180415,1,340.648,-4684.65,17.2356,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (35105,180415,1,1615.81,-4391.67,11.98,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (35106,180415,1,1615.65,-4391.81,12.0892,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (35107,180415,0,2257.67,252.648,42.0453,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (35108,180415,0,2257.56,252.962,42.1911,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (35109,180415,0,2255.58,236.869,34.3351,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (35110,180415,0,2246.99,233.207,43.5175,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (35111,180415,0,2254.3,243.072,42.0314,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (35112,180415,0,1567.81,205.946,-41.6998,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (35113,180415,0,1650.33,218.291,-41.2075,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (35114,180415,0,1635.26,218.183,-41.8599,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (35115,180415,0,1616.8,288.283,-42.3593,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (35116,180415,0,1615.94,288.854,-42.3454,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (35117,180415,0,1617.37,294.527,-42.0469,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (35290,170045,0,-121.598,797.048,66.1434,1.68424,0,0,0.746057,0.665882,7200,7200,100,1), + (35292,170035,0,-122.388,779.059,66.1434,1.68424,0,0,0.746057,0.665882,7200,7200,100,1), + (35293,170036,0,-124.546,778.813,66.1434,1.78024,0,0,0.777146,0.629321,7200,7200,100,1), + (35294,170042,0,-125.904,791.574,66.1434,-1.53589,0,0,-0.694659,0.71934,7200,7200,100,1), + (35296,2866,0,-7035.01,-1361.4,243.32,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (35300,170043,0,-128.062,791.328,66.1434,-1.45735,0,0,-0.665882,0.746057,7200,7200,100,1), + (35301,176586,0,-8107.99,-2224.98,176.563,-1.76278,0,0,-0.771624,0.636079,300,300,100,1), + (35307,142145,0,-11281.9,-3380.87,8.11461,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (35310,2061,0,-8887.98,-2170.61,132.466,1.29154,0,0,0.601815,0.798636,7200,7200,100,1), + (35347,170037,0,-126.566,778.583,66.1434,1.68424,0,0,0.746057,0.665882,7200,7200,100,1), + (35348,170038,0,-109.713,780.503,66.1434,1.76278,0,0,0.771625,0.636078,7200,7200,100,1), + (35349,170039,0,-107.694,780.733,66.1434,1.64061,0,0,0.731354,0.681998,7200,7200,100,1), + (35350,170044,0,-127.011,796.432,66.1434,1.74533,0,0,0.766045,0.642787,7200,7200,100,1), + (35351,2045,0,-1325.19,-554.179,-39.0349,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (35352,112012,0,-134.798,783.737,67.4665,0.113446,0,0,0.056692,0.998392,7200,7200,100,1), + (35353,170040,0,-105.536,780.979,66.1434,1.71915,0,0,0.757565,0.65276,7200,7200,100,1), + (35354,170046,0,-99.1451,787.87,66.1434,-2.99324,0,0,0.99725,-0.074109,7200,7200,100,1), + (35355,170041,0,-123.884,791.805,66.1434,-1.39626,0,0,-0.642787,0.766045,7200,7200,100,1), + (35357,3798,0,-71.4975,802.068,64.8285,-0.375246,0,0,-0.186524,0.98245,7200,7200,100,1), + (35358,3797,0,-70.9091,802.742,64.8285,0.916297,0,0,0.442288,0.896873,7200,7200,100,1), + (35359,22567,0,-158.22,782.859,69.7358,-1.44862,0,0,-0.66262,0.748956,7200,7200,100,1), + (35360,2061,0,-158.22,782.859,69.7358,-1.44862,0,0,-0.66262,0.748956,7200,7200,100,1), + (35361,2041,0,-363.167,-1073.16,35.5518,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (35362,22598,0,-160.106,780.006,64.7788,2.98451,0,0,0.996917,0.078459,7200,7200,100,1), + (35363,22563,0,-156.982,783.326,64.819,-0.15708,0,0,-0.078459,0.996917,7200,7200,100,1), + (35364,2061,0,-156.982,783.326,64.819,-0.15708,0,0,-0.078459,0.996917,7200,7200,100,1), + (35366,1621,0,-110.734,-1184.78,45.4065,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (35367,22600,0,-158.689,790.313,64.7626,2.98451,0,0,0.996917,0.078459,7200,7200,100,1), + (35368,22591,0,-163.136,778.908,69.6302,3.00197,0,0,0.997564,0.069756,7200,7200,100,1), + (35369,22592,0,-163.597,776.975,69.6302,2.19912,0,0,0.891007,0.45399,7200,7200,100,1), + (35370,22593,0,-166.952,777.57,69.6302,0.794125,0,0,0.386711,0.922201,7200,7200,100,1), + (35372,2041,0,500.881,-1566.5,39.456,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (35373,22594,0,-166.894,779.44,69.6302,-0.139626,0,0,-0.069756,0.997564,7200,7200,100,1), + (35375,2043,0,651.71,-1333.18,108.475,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (35376,22565,0,-158.19,783.073,64.819,-1.44862,0,0,-0.66262,0.748956,7200,7200,100,1), + (35377,2061,0,-158.19,783.073,64.819,-1.44862,0,0,-0.66262,0.748956,7200,7200,100,1), + (35379,2042,0,634.193,-966.233,164.721,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (35380,22564,0,-157.576,783.554,69.7358,2.64418,0,0,0.969231,0.246153,7200,7200,100,1), + (35381,2061,0,-157.576,783.554,69.7358,2.64418,0,0,0.969231,0.246153,7200,7200,100,1), + (35382,22589,0,-160.814,782.035,69.558,0.759219,0,0,0.370558,0.928809,7200,7200,100,1), + (35385,22595,0,-160.975,783.941,69.558,-0.794124,0,0,-0.386711,0.922201,7200,7200,100,1), + (35386,22599,0,-161.015,779.094,64.7788,1.41372,0,0,0.649449,0.760405,7200,7200,100,1), + (35388,2046,0,673.078,-488.209,182.39,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (35389,2044,0,757.825,-588.897,157.523,2.14675,0,0,0.878817,0.477159,300,300,100,1), + (35390,2046,0,706.655,-401.579,170.44,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (35391,22590,0,-165.335,776.619,69.6302,1.43117,0,0,0.656059,0.75471,7200,7200,100,1), + (35392,22566,0,-157.546,783.768,64.819,2.64418,0,0,0.969231,0.246153,7200,7200,100,1), + (35393,2061,0,-157.546,783.768,64.819,2.64418,0,0,0.969231,0.246153,7200,7200,100,1), + (35394,1622,0,561.188,-345.716,151.627,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (35395,3798,0,-215.072,806.141,75.3562,-0.095994,0,0,-0.047978,0.998848,7200,7200,100,1), + (35397,2044,0,153.907,-280.618,154.185,1.8675,0,0,0.803857,0.594823,300,300,100,1), + (35400,22533,0,-219.813,804.818,75.4275,1.24791,0,0,0.584249,0.811574,7200,7200,100,1), + (35401,22534,0,-222.244,805.681,75.4275,1.23046,0,0,0.577146,0.816641,7200,7200,100,1), + (35402,22530,0,-219.157,813.984,75.4359,-1.92859,0,0,-0.821647,0.569997,7200,7200,100,1), + (35404,2044,0,611.006,-113.783,135.792,-1.67552,0,0,0.743145,-0.669131,300,300,100,1), + (35406,22531,0,-224.457,806.533,75.4275,1.20428,0,0,0.566407,0.824126,7200,7200,100,1), + (35407,2045,0,1151.61,-65.7765,-12.3899,-3.07178,0,0,-0.999391,0.0348993,300,300,100,1), + (35408,22566,33,-326.355,2089.7,25.3409,-1.91986,0,0,-0.819152,0.573577,5400,5400,100,1), + (35409,2061,33,-326.355,2089.7,25.3409,-1.91986,0,0,-0.819152,0.573577,5400,5400,100,1), + (35410,1617,0,1432.96,544.227,48.2039,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (35411,3797,0,-214.692,806.951,75.3562,1.19555,0,0,0.562805,0.82659,7200,7200,100,1), + (35412,103815,0,-160.152,774.069,69.5275,2.16421,0,0,0.882948,0.469472,2,2,100,1), + (35415,1619,0,1806.39,852.448,30.1205,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (35418,63674,0,425.067,1864.19,10.3533,-0.017453,0,0,0.008727,-0.999962,7200,7200,100,1), + (35419,180642,0,-760.386,1510.07,19.2723,-2.07694,0,0,0.861629,-0.507538,2,2,100,1), + (35420,1571,0,866.425,1231.33,52.6032,-0.802851,0,0,0.390731,-0.920505,2,2,100,1), + (35421,1617,0,1998.24,1095.29,35.8014,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (35422,1594,0,-382.261,1644.94,24.2887,3.12414,0,0,0.999962,0.008727,2,2,100,1), + (35423,180582,0,992.979,1958.68,0,-2.9147,0,0,-0.993572,0.113203,3600,3600,100,1), + (35424,180582,0,736.54,1845.57,0,-1.98968,0,0,-0.838672,0.544637,3600,3600,100,1), + (35425,180582,0,817.672,1896.21,0,2.60054,0,0,0.96363,0.267239,3600,3600,100,1), + (35426,180656,0,1321.13,757.507,32.9309,-2.1293,0,0,-0.874619,0.48481,3600,3600,100,1), + (35427,1617,0,2121.92,1221.56,52.8374,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (35428,180656,0,604.853,644.405,32.9334,-0.244346,0,0,-0.121869,0.992546,3600,3600,100,1), + (35429,180656,0,697.501,756.158,32.9329,-0.279253,0,0,-0.139173,0.990268,3600,3600,100,1), + (35430,2045,0,319.586,1985.36,-36.0766,-2.44346,0,0,-0.939692,0.342021,300,300,100,1), + (35432,3705,0,-438.84,1560.23,19.7135,-0.296706,0,0,0.147809,-0.989016,7200,7200,100,1), + (35433,3705,0,-245.751,808.898,73.9651,0.715585,0,0,0.350207,0.936672,7200,7200,100,1), + (35434,3705,0,27.1249,774.611,63.6768,-2.75762,0,0,0.981627,-0.190809,7200,7200,100,1), + (35435,3694,0,-82.0719,822.652,63.9224,-0.802851,0,0,0.390731,-0.920505,7200,7200,100,1), + (35436,2849,0,868.042,81.3203,34.2455,1.0821,0,0,0.515038,0.857167,7200,7200,100,1), + (35438,180656,0,664.48,728.523,32.9329,-0.279253,0,0,-0.139173,0.990268,3600,3600,100,1), + (35439,180656,0,643.843,916.963,32.9319,3.14159,0,0,1,0.00000126759,3600,3600,100,1), + (35440,3705,0,-414.799,1454.96,27.3901,-1.72788,0,0,0.760406,-0.649448,7200,7200,100,1), + (35441,180656,0,719.737,978.174,32.9329,-0.802851,0,0,-0.390731,0.920505,3600,3600,100,1), + (35445,1617,0,913.527,179.44,38.1404,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (35447,2849,0,489.196,722.214,31.3016,-0.2618,0,0,0.130526,-0.991445,7200,7200,100,1), + (35448,3705,0,-333.433,1547.02,25.2864,-2.96706,0,0,0.996195,-0.087156,7200,7200,100,1), + (35449,111095,0,22.9779,792.832,64.0931,1.309,0,0,0.608761,0.793353,7200,7200,100,1), + (35451,2413,0,-8939.07,1002.53,122.047,2.19039,0,0,0.889017,0.457873,120,120,0,0), + (35452,3705,0,-707.737,1585.45,17.3471,-0.331612,0,0,0.165048,-0.986286,7200,7200,100,1), + (35453,180582,0,-459.576,1677.06,0,-1.90241,0,0,-0.814116,0.580702,3600,3600,100,1), + (35458,2045,0,848.158,1960.73,-7.93733,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (35459,1619,0,174.527,736.229,52.6158,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (35460,1617,0,1986.07,630.762,46.7154,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (573742,176224,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (35464,3705,0,-360.588,1523.31,24.9354,1.43117,0,0,0.656059,0.75471,7200,7200,100,1), + (35465,3705,0,-184.691,978.297,65.5431,-2.18166,0,0,0.887011,-0.461749,7200,7200,100,1), + (35466,180684,0,744.693,8.48069,32.934,-0.436333,0,0,-0.21644,0.976296,3600,3600,100,1), + (35468,1618,0,155.442,683.028,50.2955,-0.453786,0,0,-0.224951,0.97437,300,300,100,1), + (35470,1617,0,2630.43,-552.393,88.9996,-2.09439,0,0,-0.866024,0.500002,300,300,100,1), + (35471,1619,0,2508.62,-538.787,86.9927,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (35472,1617,0,2205.54,-732.041,70.5577,2.14675,0,0,0.878816,0.477161,300,300,100,1), + (35473,1619,0,2120.73,-664.005,78.6451,-2.9147,0,0,-0.993572,0.113203,300,300,100,1), + (573741,176224,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (35476,3694,0,-55.3036,985.734,68.2029,-0.331612,0,0,0.165048,-0.986286,7200,7200,100,1), + (35481,111095,0,-225.795,807.346,75.4164,1.20428,0,0,0.566406,0.824126,7200,7200,100,1), + (35482,180582,0,-335.832,1723.09,0,-1.8326,0,0,-0.793355,0.60876,3600,3600,100,1), + (35483,106319,0,-401.628,1467.65,26.1344,-0.383972,0,0,0.190809,-0.981627,7200,7200,100,1), + (35484,2849,0,1016,719.293,60.975,3.10669,0,0,0.999848,0.017452,7200,7200,100,1), + (35485,1617,0,2018.12,-171.965,34.9615,3.12414,0,0,0.999962,0.0087262,300,300,100,1), + (35487,2849,0,1016.97,708.279,74.0034,1.41372,0,0,0.649448,0.760406,7200,7200,100,1), + (35488,1617,0,1430.56,653.667,51.9433,0.05236,0,0,0.026177,0.999657,300,300,100,1), + (35489,111095,0,-135.089,779.212,67.3825,1.64061,0,0,0.731354,0.681998,7200,7200,100,1), + (35493,1618,0,1392.21,932.562,48.8297,-1.29154,0,0,-0.601814,0.798637,300,300,100,1), + (35494,1618,0,1307.91,1086.52,51.4278,-3.07178,0,0,-0.999391,0.0348993,300,300,100,1), + (35495,1617,0,1178.73,1272.24,35.4085,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (35496,1617,0,1074.42,1304.77,37.8319,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (35498,1617,0,895.545,1396.65,38.7257,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (35499,2045,0,619.406,1954.03,-20.8516,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (35500,1621,0,791.815,1391.85,59.5212,-2.05949,0,0,-0.857168,0.515037,300,300,100,1), + (35501,1620,0,851.27,1405.59,41.4164,3.10669,0,0,0.999848,0.0174505,300,300,100,1), + (35503,1621,0,563.505,1313.28,87.6793,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (35504,1619,0,310.73,1181.5,86.8165,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (35505,180582,0,699.816,1845.44,-0.446223,-2.44346,0,0,-0.939692,0.342021,3600,3600,100,1), + (35506,1618,0,-76.2625,1275.56,57.8445,-1.90241,0,0,-0.814116,0.580702,300,300,100,1), + (35507,1622,0,57.6614,1380.17,83.7885,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (35508,1618,0,-101.836,1131.98,63.7291,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (35509,1621,0,-141.737,1240.82,51.6545,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (35510,1621,0,-182.456,1115.56,56.6134,3.12414,0,0,0.999962,0.0087262,300,300,100,1), + (35512,1618,0,-414.508,1265.74,41.815,-0.733038,0,0,-0.358368,0.93358,300,300,100,1), + (35515,1620,0,-397.639,1223.54,47.8256,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (35518,1622,0,-185.161,932.904,65.5428,-0.017453,0,0,-0.00872639,0.999962,300,300,100,1), + (35520,1617,0,1438.32,1086.28,57.7825,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (35521,1622,0,-55.1535,762.506,63.0612,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (35522,1617,0,1025,1748.5,15.8375,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (35526,1617,0,795.117,1585.94,33.8348,3.14159,0,0,1,0.00000126759,300,300,100,1), + (35530,1618,0,877.827,1818.34,8.32242,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (35531,1617,0,1149.85,1595.4,33.0277,0.610865,0,0,0.300706,0.953717,300,300,100,1), + (35532,1617,0,1123.03,1642.73,29.839,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (35538,1617,0,1054.94,1424.03,40.147,-2.94961,0,0,-0.995396,0.095844,300,300,100,1), + (35539,1617,0,964.176,1734.82,13.604,3.14159,0,0,1,0.00000126759,300,300,100,1), + (35541,2045,0,917.13,1993.14,-4.2409,-0.837758,0,0,-0.406737,0.913545,300,300,100,1), + (35542,1618,0,833.437,1787.82,11.3078,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (35544,1617,0,793.355,1688.58,27.3342,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (35546,1621,0,198.553,1564.28,128.405,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (35551,2045,0,529.272,633.311,10.2678,-2.79253,0,0,-0.984808,0.173647,300,300,100,1), + (35552,1624,0,-880.024,-1218.82,51.3718,1.32645,0,0,0.615661,0.788011,300,300,100,1), + (35554,1624,0,-1240.48,-1672.71,57.7778,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (35556,2042,0,-1445.92,-2131.08,18.7754,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (35557,1624,0,-1347.04,-2376.29,63.4075,-0.523599,0,0,-0.258819,0.965926,300,300,100,1), + (35559,2041,0,-1823.54,-2461.07,52.6159,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (35561,2046,0,-1681.95,-2841.92,45.2879,-0.837758,0,0,-0.406737,0.913545,300,300,100,1), + (35564,1620,0,695.347,1008.52,39.9455,-1.50098,0,0,-0.681997,0.731355,300,300,100,1), + (35565,1622,0,-1664.37,-1769.13,81.2792,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (35566,1620,0,783.099,1111.93,46.2027,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (35567,1619,0,-711.061,1210.57,89.5052,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (35569,106319,0,1324.06,729.208,32.3627,2.93215,0,0,0.994522,0.104528,7200,7200,100,1), + (35572,1624,0,-1349.13,-3284.67,45.117,1.85005,0,0,0.798636,0.601815,300,300,100,1), + (35574,2043,0,-1554.54,-3431.37,51.0258,1.01229,0,0,0.484809,0.87462,300,300,100,1), + (35575,2042,0,-1153.02,-3243.16,32.381,-0.488692,0,0,-0.241921,0.970296,300,300,100,1), + (35576,1624,0,-1078.73,-3248.5,36.6129,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (35577,175294,389,51.6565,38.0719,-8.68831,2.36492,0,0,0.92554,0.378649,3600,3600,100,1), + (35578,175288,389,17.9346,52.2161,-11.1568,2.7838,0,0,0.984041,0.177944,3600,3600,100,1), + (35579,175292,389,39.1689,52.8595,-3.46941,3.14159,0,0,1,0,3600,3600,100,1), + (35580,175307,389,62.3991,61.4202,-9.25621,3.14159,0,0,1,0,3600,3600,100,1), + (35581,175305,389,2.43144,65.4367,-9.98579,3.14159,0,0,1,0,3600,3600,100,1), + (35582,175293,389,1.82074,32.2247,-11.459,3.14159,0,0,1,0,3600,3600,100,1), + (35583,175308,389,5.65531,68.3387,-9.77679,-0.610865,0,0,-0.300706,0.953717,3600,3600,100,1), + (35584,175291,389,59.6263,56.4047,-8.96765,3.14159,0,0,1,0,3600,3600,100,1), + (35585,175287,389,66.6137,34.3891,-8.68421,2.7838,0,0,0.984041,0.177944,3600,3600,100,1), + (35586,175289,389,42.1618,8.73129,10.9549,3.14159,0,0,1,0,3600,3600,100,1), + (35587,175298,389,-4.42081,120.719,12.2467,2.02458,0,0,0.848048,0.529919,3600,3600,100,1), + (35588,175310,389,13.7698,100.689,-1.96314,-2.54818,0,0,0.956305,-0.292372,3600,3600,100,1), + (35590,13891,43,-35.8711,463.283,-54.8242,-2.93215,0,0,0.994522,-0.104529,300,300,100,1), + (35591,19535,43,-35.8711,463.283,-54.8242,-2.93215,0,0,0.994522,-0.104529,3600,3600,100,1), + (35592,1624,43,36.5195,461.61,-85.8738,2.93215,0,0,0.994522,0.10453,7200,7200,100,1), + (35593,13891,43,60.8216,459.733,-63.9568,-2.61799,0,0,0.965926,-0.258819,300,300,100,1), + (35594,19535,43,60.8216,459.733,-63.9568,-2.61799,0,0,0.965926,-0.258819,3600,3600,100,1), + (35595,1619,43,47.5179,517.586,-58.1344,0.541052,0,0,0.267238,0.96363,7200,7200,100,1), + (35596,1731,43,-161.053,411.129,-72.5271,3.01942,0,0,0.998135,0.0610484,7200,7200,100,1), + (35597,13891,43,-46.0182,63.2591,-85.972,2.16421,0,0,0.882948,0.469472,300,300,100,1), + (35598,19535,43,-46.0182,63.2591,-85.972,2.16421,0,0,0.882948,0.469472,3600,3600,100,1), + (35599,1732,43,-32.2606,43.5227,-117.543,2.26893,0,0,0.906308,0.422617,7200,7200,100,1), + (35600,13891,43,-64.4431,62.0624,-28.4545,-2.35619,0,0,0.92388,-0.382683,300,300,100,1), + (35601,19535,43,-64.4431,62.0624,-28.4545,-2.35619,0,0,0.92388,-0.382683,3600,3600,100,1), + (35602,146088,43,-70.0215,-31.7023,-60.1562,-1.85517,-0.021164,0.000875,-0.800126,0.599458,3600,3600,100,1), + (35603,2061,43,-70.0215,-31.7023,-60.1562,-1.85517,-0.021164,0.000875,-0.800126,0.599458,3600,3600,100,1), + (35604,60393,43,-228.116,40.6489,-82.3157,-3.13179,-0.008465,-0.02245,0.999699,-0.005094,3600,3600,100,1), + (35605,2061,43,-228.116,40.6489,-82.3157,-3.13179,-0.008465,-0.02245,0.999699,-0.005094,3600,3600,100,1), + (35606,13891,43,-196.059,29.3717,-50.2278,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (35607,19535,43,-196.059,29.3717,-50.2278,0.645772,0,0,0.317305,0.948324,3600,3600,100,1), + (35608,56821,43,-148.837,-51.4536,-78.262,3.13956,0.021214,0.110294,0.993672,-0.001331,3600,3600,100,1), + (35609,2061,43,-148.837,-51.4536,-78.262,3.13956,0.021214,0.110294,0.993672,-0.001331,3600,3600,100,1), + (35610,60394,43,-142.382,-64.699,-77.6614,3.13388,0.014377,0.134123,0.990858,0.001946,3600,3600,100,1), + (35611,2061,43,-142.382,-64.699,-77.6614,3.13388,0.014377,0.134123,0.990858,0.001946,3600,3600,100,1), + (35612,13891,43,-223.392,-50.9034,-102.96,-2.79253,0,0,0.984808,-0.173648,300,300,100,1), + (35613,19535,43,-223.392,-50.9034,-102.96,-2.79253,0,0,0.984808,-0.173648,3600,3600,100,1), + (35614,56818,43,-350.49,23.1432,-100.991,-3.13233,0.053693,-0.039829,0.99776,-0.002472,3600,3600,100,1), + (35615,2061,43,-350.49,23.1432,-100.991,-3.13233,0.053693,-0.039829,0.99776,-0.002472,3600,3600,100,1), + (35616,13891,43,-360.631,43.2781,-100.909,-1.8326,0,0,0.793353,-0.608761,300,300,100,1), + (35617,19535,43,-360.631,43.2781,-100.909,-1.8326,0,0,0.793353,-0.608761,3600,3600,100,1), + (35618,13891,43,-111.872,-38.7467,-28.4545,-3.03687,0,0,0.99863,-0.052336,300,300,100,1), + (35619,19535,43,-111.872,-38.7467,-28.4545,-3.03687,0,0,0.99863,-0.052336,3600,3600,100,1), + (35620,1619,43,-81.6752,-33.1718,-58.8048,2.84489,0,0,0.989016,0.147808,7200,7200,100,1), + (35621,75293,43,-79.462,-32.6,-59.1092,-0.296706,0,0,-0.147809,0.989016,5200,5200,100,1), + (35622,59530,43,-69.8097,-34.2418,-60.2396,2.35478,0.015678,0.0318,0.92306,0.383019,3600,3600,100,1), + (35623,2061,43,-69.8097,-34.2418,-60.2396,2.35478,0.015678,0.0318,0.92306,0.383019,3600,3600,100,1), + (35624,13891,43,-178.29,-101.693,-65.8531,-2.79253,0,0,0.984808,-0.173648,300,300,100,1), + (35625,19535,43,-178.29,-101.693,-65.8531,-2.79253,0,0,0.984808,-0.173648,3600,3600,100,1), + (35626,1732,43,-122.103,-121.608,-64.2499,0.907571,0,0,0.438371,0.898794,7200,7200,100,1), + (35627,13891,43,-147.206,-146.156,-66.9507,4.71239,0,0,0.707107,-0.707107,300,300,100,1), + (35628,19535,43,-147.206,-146.156,-66.9507,4.71239,0,0,0.707107,-0.707107,3600,3600,100,1), + (35629,13891,43,-232.344,-148.216,-62.7499,-2.07694,0,0,0.861629,-0.507538,300,300,100,1), + (35630,19535,43,-232.344,-148.216,-62.7499,-2.07694,0,0,0.861629,-0.507538,3600,3600,100,1), + (35631,1731,43,-87.6443,-136.019,-65.0488,0.523599,0,0,0.258819,0.965926,7200,7200,100,1), + (35632,1731,43,-179.484,-190.661,-60.6078,-1.16937,0,0,-0.551937,0.833886,7200,7200,100,1), + (35633,1622,43,-56.9757,-116.137,-69.4735,-1.65806,0,0,-0.737276,0.675591,7200,7200,100,1), + (35634,13891,43,-0.314322,-42.1754,-65.0227,-0.226893,0,0,0.113203,-0.993572,300,300,100,1), + (35635,19535,43,-0.314322,-42.1754,-65.0227,-0.226893,0,0,0.113203,-0.993572,3600,3600,100,1), + (35636,1619,43,-9.10271,-166.562,-76.5781,-1.72788,0,0,-0.760407,0.649446,7200,7200,100,1), + (35637,13891,43,-169.717,-224.064,-55.6624,2.18166,0,0,0.887011,0.461749,300,300,100,1), + (35638,19535,43,-169.717,-224.064,-55.6624,2.18166,0,0,0.887011,0.461749,3600,3600,100,1), + (35639,1619,43,-227.876,-204.881,-58.5064,-1.90241,0,0,-0.814116,0.580702,7200,7200,100,1), + (35640,13891,43,-94.1341,-264.677,-55.5865,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (35641,19535,43,-94.1341,-264.677,-55.5865,1.06465,0,0,0.507538,0.861629,3600,3600,100,1), + (35642,1624,43,-69.5988,-259.049,-67.1074,-0.331612,0,0,-0.165047,0.986286,7200,7200,100,1), + (35643,146089,43,-113.451,-313.306,-63.0296,2.36853,0.01015,-0.018592,0.925931,0.377098,3600,3600,100,1), + (35644,2061,43,-113.451,-313.306,-63.0296,2.36853,0.01015,-0.018592,0.925931,0.377098,3600,3600,100,1), + (35645,13891,43,-36.2995,-281.637,-66.5813,-0.977384,0,0,0.469472,-0.882948,300,300,100,1), + (35646,19535,43,-36.2995,-281.637,-66.5813,-0.977384,0,0,0.469472,-0.882948,3600,3600,100,1), + (35647,75293,43,-95.0718,-311.132,-61.8035,2.32129,0,0,0.91706,0.398748,5200,5200,100,1), + (35648,56820,43,-15.4209,-252.946,-69.0084,2.75491,0.010416,0.062605,0.979367,0.191864,3600,3600,100,1), + (35649,2061,43,-15.4209,-252.946,-69.0084,2.75491,0.010416,0.062605,0.979367,0.191864,3600,3600,100,1), + (35650,1732,43,-89.4373,-314.586,-60.7897,0.959931,0,0,0.461749,0.887011,7200,7200,100,1), + (35651,1619,43,-128.068,-324.797,-62.8066,2.86234,0,0,0.990268,0.139173,7200,7200,100,1), + (35652,75293,43,-10.4679,-272.442,-66.1606,0.715585,0,0,0.350207,0.936672,5200,5200,100,1), + (35653,13891,43,48.0354,-165.494,-81.7236,0.767945,0,0,0.374607,0.927184,300,300,100,1), + (35654,19535,43,48.0354,-165.494,-81.7236,0.767945,0,0,0.374607,0.927184,3600,3600,100,1), + (35655,13891,43,-164.128,-337.607,-68.9215,0.959931,0,0,0.461749,0.887011,300,300,100,1), + (35656,19535,43,-164.128,-337.607,-68.9215,0.959931,0,0,0.461749,0.887011,3600,3600,100,1), + (35657,59529,43,-286.253,-234.953,-63.6185,-2.82698,-0.010312,0.011486,0.987552,-0.156531,3600,3600,100,1), + (35658,2061,43,-286.253,-234.953,-63.6185,-2.82698,-0.010312,0.011486,0.987552,-0.156531,3600,3600,100,1), + (35659,13891,43,-293.322,-319.377,-68.2288,-0.890118,0,0,0.430511,-0.902585,300,300,100,1), + (35660,19535,43,-293.322,-319.377,-68.2288,-0.890118,0,0,0.430511,-0.902585,3600,3600,100,1), + (35661,146090,43,-300.358,-239.158,-63.889,-0.755027,-0.020811,0.014963,-0.368345,0.929336,3600,3600,100,1), + (35662,2061,43,-300.358,-239.158,-63.889,-0.755027,-0.020811,0.014963,-0.368345,0.929336,3600,3600,100,1), + (35663,13891,43,-382.755,-100.201,-64.46,-1.88496,0,0,0.809017,-0.587785,300,300,100,1), + (35664,19535,43,-382.755,-100.201,-64.46,-1.88496,0,0,0.809017,-0.587785,3600,3600,100,1), + (35665,177000,409,736.663,-1176.57,-119.798,3.14159,0,0,1,0,600,600,100,1), + (35666,2061,129,2394.63,886.028,55.4499,3.14159,0,0,1,0,5400,5400,100,1), + (35667,40200,129,2399.8,893.103,39.144,3.14159,0,0,1,0,5400,5400,100,1), + (35668,2061,129,2399.8,893.103,39.144,3.14159,0,0,1,0,5400,5400,100,1), + (35669,142141,129,2423.88,1027.32,38.2242,-2.3911,0,0,-0.930417,0.366502,7200,7200,100,1), + (35670,148843,129,2436.99,1058.62,59.6726,3.14159,0,0,1,0,5400,5400,100,1), + (35671,2061,129,2436.99,1058.62,59.6726,3.14159,0,0,1,0,5400,5400,100,1), + (35672,148844,129,2427.53,1051.77,40.9434,3.14159,0,0,1,0,5400,5400,100,1), + (35673,2061,129,2427.53,1051.77,40.9434,3.14159,0,0,1,0,5400,5400,100,1), + (35674,148845,129,2416.99,1032.8,39.0779,3.13659,-0.024268,-0.079424,0.996545,0.000572,5400,5400,100,1), + (35675,2061,129,2416.99,1032.8,39.0779,3.13659,-0.024268,-0.079424,0.996545,0.000572,5400,5400,100,1), + (35676,148857,129,2312.43,989.682,58.8116,2.53945,0,0,0.95502,0.296542,5400,5400,100,1), + (35677,2061,129,2312.43,989.682,58.8116,2.53945,0,0,0.95502,0.296542,5400,5400,100,1), + (35678,40201,129,2361.76,965.172,39.826,3.14159,0,0,1,0,5400,5400,100,1), + (35679,2061,129,2361.76,965.172,39.826,3.14159,0,0,1,0,5400,5400,100,1), + (35680,148856,129,2323.65,1008.87,51.9277,3.14159,0,0,1,0,5400,5400,100,1), + (35681,2061,129,2323.65,1008.87,51.9277,3.14159,0,0,1,0,5400,5400,100,1), + (35682,75300,129,2358.62,966.718,40.2895,1.309,0,0,0.608761,0.793353,5400,5400,100,1), + (35683,148851,129,2358.82,903.675,28.7906,3.14159,0,0,1,0,5400,5400,100,1), + (35684,2061,129,2358.82,903.675,28.7906,3.14159,0,0,1,0,5400,5400,100,1), + (35685,148853,129,2341.9,902.615,54.8697,3.14159,0,0,1,0,5400,5400,100,1), + (35686,2061,129,2341.9,902.615,54.8697,3.14159,0,0,1,0,5400,5400,100,1), + (35687,148854,129,2328.17,922.935,51.7426,3.14159,0,0,1,0,5400,5400,100,1), + (35688,2061,129,2328.17,922.935,51.7426,3.14159,0,0,1,0,5400,5400,100,1), + (35689,148855,129,2325.3,908.668,58.5663,3.14159,0,0,1,0,5400,5400,100,1), + (35690,2061,129,2325.3,908.668,58.5663,3.14159,0,0,1,0,5400,5400,100,1), + (35691,148852,129,2360.86,889.033,60.6865,3.14159,0,0,1,0,5400,5400,100,1), + (35692,2061,129,2360.86,889.033,60.6865,3.14159,0,0,1,0,5400,5400,100,1), + (35693,11899,47,1729.23,1350.39,-44.1443,-0.18326,0,0,-0.091502,0.995805,3600,3600,100,1), + (35694,11898,47,1734.57,1372.33,85.4053,0.061086,0,0,0.030538,0.999534,3600,3600,100,1), + (35695,2042,47,2035.23,1525.38,80.6839,1.16937,0,0,0.551937,0.833886,7200,7200,100,1), + (35696,69431,47,1896.43,1626.5,73.9552,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35697,2061,47,1896.43,1626.5,73.9552,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35698,21099,47,2060.41,2015.7,62.3831,-0.357792,0,0,-0.177943,0.984041,3600,3600,100,1), + (35699,69425,47,1885.3,1644.9,80.4157,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35700,2061,47,1885.3,1644.9,80.4157,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35701,1621,47,2073.56,1600.3,63.6955,-1.62316,0,0,-0.725376,0.688353,7200,7200,100,1), + (35702,2042,47,2039.44,1700.29,61.0109,-2.49582,0,0,-0.948324,0.317305,7200,7200,100,1), + (35703,69422,47,2096.74,1597.51,80.4157,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35704,2061,47,2096.74,1597.51,80.4157,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35705,74447,47,2111.45,1613.83,81.1889,-1.98968,0,0,0.838671,-0.544639,43200,43200,100,1), + (35706,1621,47,2096.28,1557.81,81.4785,-0.418879,0,0,-0.207912,0.978148,7200,7200,100,1), + (35707,74078,47,2110.67,1543.94,81.4979,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35708,2061,47,2110.67,1543.94,81.4979,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35709,69436,47,2146.93,1541.29,72.1165,0.856097,0.01482,-0.022508,0.415046,0.909401,3600,3600,100,1), + (35710,2061,47,2146.93,1541.29,72.1165,0.856097,0.01482,-0.022508,0.415046,0.909401,3600,3600,100,1), + (35711,69429,47,2157.04,1552.62,72.277,0.855642,0.029872,0.008814,0.414811,0.909375,3600,3600,100,1), + (35712,2061,47,2157.04,1552.62,72.277,0.855642,0.029872,0.008814,0.414811,0.909375,3600,3600,100,1), + (35713,69432,47,2107.36,1453.43,73.7747,0.854633,-0.023475,-0.013847,0.414205,0.909775,3600,3600,100,1), + (35714,2061,47,2107.36,1453.43,73.7747,0.854633,-0.023475,-0.013847,0.414205,0.909775,3600,3600,100,1), + (35715,69424,47,2136.87,1476.97,72.9517,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35716,2061,47,2136.87,1476.97,72.9517,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35717,69421,47,2202.55,1518.84,84.805,0.856097,0.01482,-0.022508,0.415046,0.909401,3600,3600,100,1), + (35718,2061,47,2202.55,1518.84,84.805,0.856097,0.01482,-0.022508,0.415046,0.909401,3600,3600,100,1), + (35719,69426,47,2202.16,1646.28,85.5385,0.817546,-0.007337,0.000104,0.397492,0.917576,3600,3600,100,1), + (35720,2061,47,2202.16,1646.28,85.5385,0.817546,-0.007337,0.000104,0.397492,0.917576,3600,3600,100,1), + (35721,74447,47,2199.22,1654.65,86.1542,-1.37881,0,0,0.636078,-0.771625,43200,43200,100,1), + (35722,69434,47,2083.81,1431.2,85.4887,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35723,2061,47,2083.81,1431.2,85.4887,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35724,69435,47,2112.14,1413.64,85.7095,0.846398,-0.038081,0.085699,0.408829,0.90778,3600,3600,100,1), + (35725,2061,47,2112.14,1413.64,85.7095,0.846398,-0.038081,0.085699,0.408829,0.90778,3600,3600,100,1), + (35726,69430,47,2132.16,1410.02,73.9552,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35727,2061,47,2132.16,1410.02,73.9552,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35728,1621,47,2139.33,1404.52,73.725,2.00713,0,0,0.843392,0.537299,7200,7200,100,1), + (35729,69437,47,2155.07,1405.45,84.16,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35730,2061,47,2155.07,1405.45,84.16,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35731,74075,47,2158.47,1413.67,74.1121,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35732,2061,47,2158.47,1413.67,74.1121,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35733,69423,47,2145.54,1405.98,73.6876,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35734,2061,47,2145.54,1405.98,73.6876,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35735,69433,47,2192.71,1487.73,82.826,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35736,2061,47,2192.71,1487.73,82.826,0.853841,0.025008,0.006261,0.41404,0.909894,3600,3600,100,1), + (35737,1734,47,2175.92,1714.05,55.2663,-1.81514,0,0,-0.78801,0.615662,7200,7200,100,1), + (35738,1621,47,2097.27,1746.72,78.7565,-1.93731,0,0,-0.824125,0.566409,7200,7200,100,1), + (35739,1735,47,2097.83,1864.54,52.5586,0.680678,0,0,0.333807,0.942642,7200,7200,100,1), + (35740,69438,47,2191.35,1788.04,65.3368,1.51814,-0.04298,-0.016434,0.688065,0.724189,3600,3600,100,1), + (35741,2061,47,2191.35,1788.04,65.3368,1.51814,-0.04298,-0.016434,0.688065,0.724189,3600,3600,100,1), + (35742,1621,47,2026.93,1858.32,56.4944,0.715585,0,0,0.350207,0.936672,7200,7200,100,1), + (35743,1735,47,2128.49,1922.27,68.3568,-2.72271,0,0,-0.978147,0.207914,7200,7200,100,1), + (35744,74076,47,2137.15,1923.77,66.4822,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35745,2061,47,2137.15,1923.77,66.4822,0.820305,0,0,0.398749,0.91706,3600,3600,100,1), + (35746,69428,47,2147.91,1917.96,66.5458,1.51844,0,0,0.688354,0.725374,3600,3600,100,1), + (35747,2061,47,2147.91,1917.96,66.5458,1.51844,0,0,0.688354,0.725374,3600,3600,100,1), + (35748,1621,47,2210.56,1881.96,71.2617,-2.37365,0,0,-0.927184,0.374606,7200,7200,100,1), + (35749,69427,47,2067.08,2010.08,63.7909,1.51844,0,0,0.688354,0.725374,3600,3600,100,1), + (35750,2061,47,2067.08,2010.08,63.7909,1.51844,0,0,0.688354,0.725374,3600,3600,100,1), + (35751,1735,47,2166.68,1998.86,62.0029,-0.977384,0,0,-0.469471,0.882948,7200,7200,100,1), + (35752,180339,1,1339.42,-4413.63,28.0882,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (35753,180350,1,1335.68,-4410.58,27.2218,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (35754,180347,1,1338.85,-4423.88,27.5971,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (35755,180342,1,1338.36,-4424.98,27.5953,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (35756,180352,1,1333.95,-4409.53,27.184,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (35757,180348,1,1339.06,-4424.37,27.6298,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (35758,180348,1,1340.83,-4414.94,28.0846,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (35759,180349,1,1340.39,-4422.71,27.6314,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (35760,180350,1,1333.84,-4417.15,26.867,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (35761,180342,1,1339.09,-4412.91,28.0812,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (35762,180326,1,1339.34,-4413.23,27.3107,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (35763,180337,1,1333.74,-4419.13,26.7987,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (35764,180340,1,1339.18,-4423.79,27.6266,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (35765,180347,1,1338.2,-4411.91,28.0581,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (35766,180338,1,1339.35,-4413.28,28.0797,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (35767,180341,1,1339.83,-4413.4,28.0745,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (35768,180374,1,1338.36,-4412.73,28.0956,1.78024,0,0,0.777146,0.62932,10,10,100,1), + (35769,180374,1,1338.31,-4424.39,27.6296,0.418879,0,0,0.207912,0.978148,10,10,100,1), + (35770,180374,1,1339.14,-4412.19,28.0854,-0.628319,0,0,0.309017,-0.951056,10,10,100,1), + (35771,180374,1,1337.59,-4425.13,27.638,0.925024,0,0,0.446198,0.894934,10,10,100,1), + (35772,180374,1,1341.59,-4415.56,28.0966,-1.90241,0,0,0.814116,-0.580703,10,10,100,1), + (35773,180374,1,1340.16,-4423.78,27.6281,-3.12414,0,0,0.999962,-0.008727,10,10,100,1), + (35774,180370,1,1341.04,-4421.81,27.6249,0.383972,0,0,0.190809,0.981627,10,10,100,1), + (35775,180372,1,1336.56,-4426.84,27.6309,-2.9147,0,0,0.993572,-0.113203,10,10,100,1), + (35776,180372,1,1329.31,-4413.13,27.6023,0.680678,0,0,0.333807,0.942641,10,10,100,1), + (35777,180370,1,1340.36,-4414.08,28.0881,1.98968,0,0,0.838671,0.544639,10,10,100,1), + (35778,180372,1,1337.53,-4411.01,28.0848,-0.680679,0,0,0.333807,-0.942641,10,10,100,1), + (35779,180371,1,1336.56,-4426.84,27.6309,-2.9147,0,0,0.993572,-0.113203,10,10,100,1), + (35780,180372,1,1341.04,-4421.81,27.6249,0.383972,0,0,0.190809,0.981627,10,10,100,1), + (35781,180370,1,1336.56,-4426.84,27.6309,-2.9147,0,0,0.993572,-0.113203,10,10,100,1), + (35782,180374,1,1338.39,-4425.73,27.6245,-1.3439,0,0,0.622515,-0.782608,10,10,100,1), + (35783,180371,1,1327.37,-4423.33,27.4349,2.53073,0,0,0.953717,0.300706,10,10,100,1), + (35784,180372,1,1340.36,-4414.08,28.0881,1.98968,0,0,0.838671,0.544639,10,10,100,1), + (35785,180370,1,1329.31,-4413.13,27.6023,0.680678,0,0,0.333807,0.942641,10,10,100,1), + (35786,180370,1,1337.53,-4411.01,28.0848,-0.680679,0,0,0.333807,-0.942641,10,10,100,1), + (35787,180372,1,1330.72,-4425.71,27.4281,0.750492,0,0,0.366501,0.930418,10,10,100,1), + (35788,180370,1,1326.97,-4416.36,27.5984,-1.6057,0,0,0.71934,-0.694658,10,10,100,1), + (573740,176224,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (35790,175194,229,192.74,-258.394,76.8603,0,0,0,0,1,180,180,255,0), + (573739,176224,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (35792,175970,229,147.228,-240.436,112.205,4.66492,0,0,0.72369,-0.690125,250,250,0,1), + (35793,177387,469,-7537.94,-1009.43,449.242,5.34938,0,0,0.450123,-0.892967,250,250,0,1), + (35794,170530,230,1468.17,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (35795,170547,230,1392.44,-414.949,-94.6781,0,0,0,0,1,600,600,100,1), + (573738,176224,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (35797,22563,33,-326.002,2090.32,25.3409,1.56207,0,0,0.704015,0.710186,5400,5400,100,1), + (35798,177371,289,204.326,0.011124,76.1678,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,0), + (35799,177379,289,280.914,72.2313,110.012,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (35800,2061,289,280.914,72.2313,110.012,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (35801,174563,230,825.268,-355.339,-49.3422,2.32129,0,0,0.91706,0.398749,600,600,100,1), + (35802,174536,230,864.572,-195.525,-43.6942,-2.53073,0,0,0.953717,-0.300706,600,600,100,1), + (35803,174415,230,565.604,-100.667,-45.0247,2.58309,0,0,0.961262,0.275637,600,600,100,1), + (35804,170445,230,711.532,39.6208,-45.0302,1.57952,0,0,0.710185,0.704015,600,600,100,1), + (35805,158580,230,577.717,-138.115,-36.9204,-1.25664,0,0,-0.587785,0.809017,600,600,100,1), + (35806,174534,230,891.735,-198.835,-43.6971,0.532326,0,0,0.263031,0.964787,600,600,100,1), + (35807,170572,230,1449.13,-342.325,-92.0093,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (35808,158571,230,327.122,-139.953,-64.948,-2.56563,0,0,0.95882,-0.284015,600,600,100,1), + (35809,158551,230,634.132,-233.81,-35.6229,2.37365,0,0,0.927184,0.374607,600,600,100,1), + (35810,170563,230,319.473,-216.317,-77.7557,1.02102,0,0,0.488621,0.872496,600,600,100,1), + (35811,170480,230,1348.43,-763.966,-85.165,3.14159,0,0,1,0,600,600,100,1), + (35812,170554,230,1379.13,-827.561,-91.9804,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (35813,170474,230,1346.45,-766.735,-85.165,3.14159,0,0,1,0,600,600,100,1), + (35814,174467,230,861.169,-139.926,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (35815,170457,230,991.852,-356.764,-65.3932,-1.90241,0,0,-0.814115,0.580703,600,600,100,1), + (35816,170504,230,1412.95,-789.338,-85.165,0,0,0,0,1,600,600,100,1), + (35817,140380,230,634.43,-142.899,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (35818,170472,230,1346.45,-763.966,-85.165,3.14159,0,0,1,0,600,600,100,1), + (35819,174524,230,886.514,-209.76,-43.721,1.87623,0,0,0.806444,0.59131,600,600,100,1), + (35820,170575,230,1380.12,-710.482,-92.0093,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (35821,170560,230,569.589,-9.36154,-70.2566,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (35822,170453,230,864.724,-197.895,-43.6942,2.79253,0,0,0.984808,0.173648,600,600,100,1), + (35823,174474,230,862.884,-135.828,-49.7372,-1.42244,0,0,-0.65276,0.757565,600,600,100,1), + (35824,174433,230,707.989,49.6678,-45.0302,-0.008726,0,0,-0.004363,0.99999,600,600,100,1), + (35825,158679,230,573.842,-135.429,-35.6645,-1.25664,0,0,-0.587785,0.809017,600,600,100,1), + (35826,174550,230,792,-266.546,-43.3257,0.959931,0,0,0.461749,0.887011,600,600,100,1), + (35827,170460,230,972.812,-408.586,-60.673,-1.8832,-0.044939,-0.044299,-0.806545,0.587795,600,600,100,1), + (35828,174533,230,894.627,-197.716,-43.721,-2.67908,0,0,0.973379,-0.229201,600,600,100,1), + (35829,200000,469,-7587.76,-1261.43,482,0.577301,0,0,0.284659,0.958629,25,25,0,1), + (35830,177378,289,242.415,71.5593,110.012,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (35832,179516,429,380.615,260.057,11.4396,0,0,0,-0.484809,0.87462,7200,7200,0,1), + (30236,179548,429,836.333,493.379,37.3182,0.296705,0,0,0.147809,0.989016,7200,7200,0,1), + (35834,179564,429,808.37,482.128,37.3182,0,0,0,-0.999657,0.0262017,-7200,-7200,0,1), + (573737,176224,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (573736,176224,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (573735,176224,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (573734,176224,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (573733,176224,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (573732,176224,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573731,176224,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (573730,176224,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (573729,176224,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573728,176224,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573727,176224,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (573726,176224,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (573725,176224,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (35848,175796,329,4032.69,-3364.54,115.054,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (573724,176224,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573723,176224,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (573722,176224,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (573721,176224,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (573720,176224,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (573719,176224,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573718,176224,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (573717,176224,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (573716,176224,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (573715,176224,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (573714,176224,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (267,175785,229,-10.5242,-391.338,48.8214,0,0,0,-0.874619,0.48481,0,0,0,1), + (35862,170592,230,1380.52,-834.296,-86.6783,1.5708,0,0,0.707107,0.707107,600,600,100,1), + (35863,174502,230,872.183,-140.534,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (35864,174558,230,811.128,-331.38,-49.3422,-0.820305,0,0,-0.398749,0.91706,600,600,100,1), + (35865,174517,230,873.605,-209.623,-43.721,-2.54818,0,0,0.956305,-0.292372,600,600,100,1), + (35866,170500,230,1410.75,-780.912,-85.165,0,0,0,0,1,600,600,100,1), + (573713,176224,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (35868,176090,229,-20.8789,-364.483,-31.5237,4.75759,0,0,0.690947,-0.722905,25,25,0,1), + (35869,179880,229,41.8915,-285.414,110.958,3.04222,0,0,0.998766,0.0496642,25,25,0,1), + (35870,175606,229,-135.543,-528.703,6.53392,0.660128,0,0,0.324104,0.946022,250,250,0,1), + (35871,175606,229,-139.313,-527.232,6.43271,0.798332,0,0,0.38865,0.921386,250,250,0,1), + (35872,175606,229,-152.326,-547.679,8.4167,4.22659,0,0,0.85642,-0.51628,250,250,0,1), + (35873,175606,229,-103.921,-572.89,9.6253,1.67797,0,0,0.743966,0.668218,250,250,0,1), + (35875,270,0,-5607.24,-547.934,392.985,0.471239,0,0,0.69985,-0.71429,-600,-600,0,1), + (36158,180405,0,-4875.75,-948.454,503.399,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (36159,180405,0,-4888.81,-913.699,503.589,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (36160,180405,0,-4842.84,-874.502,511.14,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (36161,180405,0,-4853.77,-880.603,501.659,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (36162,180405,0,-4901.65,-904.996,503.596,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (36163,180405,0,-4936.36,-943.386,503.589,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (36164,180405,0,-4915.74,-980.408,501.446,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (36165,180405,0,-4900.69,-971.593,503.6,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (36166,180405,0,-4957.27,-928.353,514.703,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (36167,180405,0,-4956.93,-921.641,504.261,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (36168,180405,0,-4938.5,-927.929,503.596,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (36169,180405,0,-4978.98,-971.438,503.596,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (36170,180405,0,-4926.08,-996.481,509.855,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (36171,180405,0,-5028.53,-835.857,505.493,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (36172,180405,0,-5636.27,-530.223,404.766,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (36173,180405,0,-5636.49,-498.668,396.67,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (36174,180405,0,-8855.88,664.225,97.3114,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (36175,180405,0,-8850.12,634.925,98.2098,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (36176,180405,0,-8811.58,654.092,96.1933,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (36177,180405,0,-8836.54,602.794,95.7934,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (36178,180405,0,-8853.54,584.33,95.4865,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (36179,180405,0,-8920.6,605.74,100.557,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (36180,180405,0,-8919.8,636.631,100.55,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (36181,180405,0,-9106.48,422.687,93.8075,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (36182,180405,0,-9469.92,106.845,57.3989,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (36183,180405,0,-9485.53,20.3553,57.5648,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (36184,180405,0,-9471.28,41.2414,58.0485,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (36185,180405,1,9945.01,2500.43,1318.04,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (36186,180405,1,9923.93,2512.17,1318.33,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (36187,180405,1,9805.9,962.437,1324.01,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (36188,180405,1,9818.93,948.167,1310.06,3.14159,0,0,1,0,180,180,100,1), + (36189,180405,1,9779.24,953.004,1308.07,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (36190,180405,1,9772.65,893.538,1297.33,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (36191,180405,1,6441.53,525.847,9.49004,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (36192,180405,1,6415.77,504.078,9.9911,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (36193,180405,1,6427.14,555.08,13.561,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (36194,180405,1,6412.79,537.461,14.7039,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (36195,180405,1,6383.95,544.012,9.50275,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (36292,180405,0,-3828.79,-826.367,13.3171,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (36293,180405,0,-3825,-843.398,11.1765,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (36294,180405,0,-3793.61,-832.75,9.65538,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (36295,180405,0,-3656.67,-840.95,41.3908,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (36296,180405,0,-851.76,-592.332,18.546,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (36297,180405,0,-813.363,-550.619,15.8751,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (36298,180405,0,-860.519,-566.173,11.7025,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (36299,180405,0,-862.773,-597.735,4.52076,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (36300,180405,0,-841.687,-577.538,12.7741,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (36301,180405,0,-869.58,-493.707,12.4533,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (36302,180405,0,-848.881,-472.524,14.7145,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (36303,180405,0,-772.237,-496.195,23.6258,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (36304,180405,0,-790.641,-511.977,17.7366,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (36305,180405,0,-162.562,-873.109,56.5376,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (36306,180405,0,-35.6717,-945.184,56.5174,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (36307,180405,0,-17.6713,-904.807,57.047,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (36308,180405,0,6.34836,-855.247,58.728,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (36309,180405,1,242.533,-4747.68,22.0291,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (36310,180405,1,262.719,-4826.96,20.0259,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (36311,180405,1,303.718,-4777.12,10.4055,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (36312,180405,1,324.94,-4702.18,16.1588,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (36313,180405,1,376.122,-4761.78,20.6571,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (36314,180405,1,1387.25,-4359.58,28.3313,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (36315,180405,1,1605.6,-4370.8,23.6105,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (36316,180405,1,1658.61,-4435.29,18.9179,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (36317,180405,1,1630.54,-4433.85,14.6416,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (36318,180405,1,1643.95,-4354.71,23.6602,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (36319,180405,1,1626.48,-4359.48,12.76,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (36320,180405,1,1687.77,-4439.83,19.1512,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (36321,180405,1,1680.35,-4421.51,19.3924,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (36322,180405,1,1660.69,-4344.94,31.5451,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (36323,180405,0,2265.08,323.945,34.8258,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (36324,180405,0,2260.16,349.644,36.0201,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (36325,180405,0,2222.56,304.016,47.5872,1.309,0,0,0.608761,0.793353,180,180,100,1), + (36326,180405,0,2244.2,308.972,35.1891,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (36327,180405,0,2238.87,323.399,47.5317,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (36328,180405,0,2251.14,254.486,34.2604,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (36329,180405,0,2269.54,254.167,35.3428,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (36330,180405,0,2237.03,249.148,33.9396,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (36331,180405,0,2288.5,244.627,41.1147,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (36332,180405,0,2069.53,282.107,97.0314,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (36333,180405,0,2047.32,280.663,56.4686,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (36334,180405,0,1589.89,246.036,60.1008,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (36335,180405,0,1634.57,252.315,-34.79,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (36336,180405,0,1608,227.792,-29.058,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (36337,180405,0,1583.4,252.825,-29.1276,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (36338,180405,0,1565.11,214.768,-34.8034,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (36339,180405,0,1565.49,266.374,-34.8027,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (36340,180405,0,1560.96,259.986,-34.8059,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (36341,180405,0,1520.14,243.825,-41.3899,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (36342,180405,0,1552.16,257.957,-42.3671,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (36343,180405,0,1583.97,201.574,-34.8288,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (36344,180405,0,1626.06,214.752,-34.8048,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (36345,180405,0,1584.45,279.162,-34.8301,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (36346,180405,0,1621.03,271.112,-34.8236,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (36347,180405,0,1649.09,216.261,-43.1032,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (36348,180405,0,1644.89,261.737,-43.1031,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (36349,180405,0,1628.32,172.413,-43.0912,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (36385,180405,1,-2339.43,-319.15,-9.09311,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (36386,180405,1,-2342.23,-356.264,-8.88146,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (36387,180405,1,-2317.26,-445.981,-5.4384,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (36388,180405,1,-1230.82,44.4664,127.532,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (36389,180405,1,-1275.29,44.2053,131.571,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (36390,180405,1,-1210.34,140.668,134.158,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (36391,180405,1,-1259.07,134.032,132.246,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (36392,180405,1,-1296.17,102.668,130.91,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (36393,180405,0,-10525,1030.71,67.1606,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (36394,180405,0,-10476.7,1020.13,67.1611,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (36395,180405,0,-10639.5,1160.96,33.3855,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (36396,180405,0,-10650.3,1179.93,34.4429,1.309,0,0,0.608761,0.793353,180,180,100,1), + (36397,180405,0,-10586.1,-1158.38,30.0596,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (36398,180405,0,-10550.3,-1110.84,31.4281,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (36399,180405,0,-10567.1,-1171.94,29.0921,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (36400,180405,0,-10586.7,-1173.86,28.6101,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (36401,180405,0,-10566.1,-1167.03,29.0606,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (36402,180405,0,-10586.4,-1259.04,37.0091,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (36403,180405,0,-10530.3,-1203.69,27.2637,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (36404,180405,0,-10510.2,-1173.23,31.3193,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (36405,180405,0,-10504.8,-1177.95,28.0608,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (36406,180405,0,-10526.8,-1139.3,29.5047,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (36407,180405,0,-10571.3,-1314.04,48.9264,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (36408,180405,0,-10521.7,-1296.15,41.097,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (36409,180405,0,-9422.31,-2237.39,68.5077,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (36410,180405,0,-9285.58,-2267.99,69.384,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (36411,180405,0,-9245.94,-2215.57,66.8433,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (36412,180405,0,-9239.37,-2161.26,71.2117,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (36413,180405,0,-9216.77,-2141.1,65.4398,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (36414,180405,0,-5379.73,-2957.82,345.71,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (36415,180405,0,-5363.95,-2959.14,327.416,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (36416,180405,0,-5357.1,-2973.15,335.56,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (36417,180405,1,6759.99,-4674.02,724.01,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (36418,180405,1,6775.23,-4644.59,733.327,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (36419,180405,1,6733.35,-4617.07,733.557,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (36420,180405,1,6737.85,-4636.27,721.756,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (36421,180405,1,6713.73,-4697.01,721.199,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (36422,180405,1,6758.69,-4698.86,733.824,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (36423,180405,1,6700.1,-4672.85,730.837,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (36424,180405,1,6697.15,-4665.77,722.896,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (36425,180405,1,6723.81,-4665.58,726.105,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (36426,180405,1,6662.09,-4670.13,733.847,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (36427,180405,1,2606.15,-457.218,106.549,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (36428,180405,1,2826.43,-243.912,106.533,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (36429,180405,1,2743.62,-397.889,120.638,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (36430,180405,1,2780.87,-428.415,116.581,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (36431,180405,1,2730.01,-435.163,120.639,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (36432,180405,1,2773.1,-443.755,122.61,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (36433,180405,1,2782.03,-419.09,122.607,3.14159,0,0,1,0,180,180,100,1), + (36434,180405,1,-961.656,-3753.66,5.0467,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (36435,180405,1,-927.038,-3690.68,12.7117,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (36436,180405,1,-1003.8,-3659.95,24.8701,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (36437,180405,1,-970.705,-3678.14,9.19452,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (36438,180405,1,-1036.88,-3663.89,23.8536,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (36439,180405,1,-1040.77,-3682.06,32.4865,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (36440,180405,1,-1039.7,-3636.44,39.9077,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (36441,180405,1,-3612.56,-4437.96,13.8345,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (36442,180405,1,-3611.44,-4452.6,14.2488,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (36443,180405,1,-3631.73,-4453.35,21.1031,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (36444,180405,1,221.95,1276.14,201.68,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (36445,180405,1,221.743,1259.8,195.683,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (36446,180405,1,227.192,1234.62,203.296,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (36447,180405,1,261.901,1276.85,201.329,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (36448,180405,1,271.169,1238.33,201.329,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (36449,180405,1,-4387.96,3309.8,14.9332,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (36450,180405,1,-4337.97,3280.32,18.6924,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (36451,180405,1,-4389.1,3269.09,14.9168,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (36452,180405,1,-6845.85,737.019,45.3388,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (36453,180405,1,-7139.33,-3733.65,17.1019,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (36454,180405,1,-7144.3,-3735.35,17.1126,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (36455,180405,1,-7102.42,-3719.74,21.3077,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (36456,180405,1,-7149.3,-3685.78,24.8428,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (36457,180405,1,-7207.72,-3827.99,9.72762,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (36458,180405,1,-7158.07,-3776.17,16.9689,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (36459,180405,1,-7193.67,-3809.76,11.131,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (36460,180405,1,-7193.37,-3798.98,11.1263,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (36461,180405,1,-7210.63,-3846.74,20.9489,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (36462,180405,1,-7119.29,-3798.01,20.8808,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (36463,180405,1,-7146.68,-3839.22,15.3137,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (36464,180405,1,-7128.03,-3767.59,16.9689,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (36465,180405,1,-7154.85,-3837.96,10.1017,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (36466,180405,1,-7149.79,-3806.18,16.9689,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (36467,180405,1,-7119.83,-3861.62,21.1767,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (36468,180405,0,-6672.22,-2168.3,263.398,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (36469,180405,0,-6662.69,-2177.12,262.2,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (36470,180405,0,-6676.11,-2147.64,244.144,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (36471,180405,0,-6639.46,-2144.92,252.106,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (36472,180405,0,-950.255,-3547.04,71.8155,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (36473,180405,0,-909.083,-3490.05,70.4615,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (36474,180405,0,-909.464,-3518.86,74.357,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (36475,180405,0,-864.379,-3517.01,85.0474,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (36476,180405,0,-54.9239,-960.408,56.5588,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (36477,180405,0,-32.2518,-960.571,56.5541,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (36478,180405,0,-49.7485,-978.071,56.5275,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (36479,180405,0,-14449.1,514.921,26.557,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (36480,180405,0,-14455.8,480.712,16.3901,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (36481,180405,1,-404.056,-2632.96,169.641,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (36482,180405,1,-427.543,-2634.88,118.633,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (36483,180405,1,-425.411,-2592.54,95.8431,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (36484,180405,1,-427.142,-2654.98,105.178,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (36485,180405,1,-413.925,-2654.73,169.481,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (36486,180405,1,-390.917,-2666.11,116.865,1.0472,0,0,0.5,0.866025,180,180,100,1), + (36487,180405,1,-373.841,-2688.74,107.696,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (36488,180405,1,-565.708,-2663.99,107.647,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (36489,180405,1,-2361.45,-1964.46,96.0866,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (36490,180405,1,-2386.98,-1913.03,95.7825,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (36491,180405,1,-5468.61,-2464.28,98.8094,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (36492,180405,1,-5465.86,-2451.21,98.5677,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (36493,180405,1,2329.61,-2560.56,102.773,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (36494,180405,1,2327.7,-2553.85,110.15,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (36495,180405,1,2307.95,-2510.91,105.729,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (36496,180405,1,924.533,926.458,119.498,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (36497,180405,1,925.502,893.594,109.202,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (36498,180405,1,890.35,923.252,106.258,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (36499,180405,1,-1609.78,3160.18,47.0972,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (36500,180405,1,-1603.47,3126.34,47.1902,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (36501,180405,1,-1021.66,215.737,109.19,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (36601,180406,0,-4882.04,-958.476,505.988,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (36602,180406,0,-4894.28,-901.649,503.596,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (36603,180406,0,-4842.47,-876.994,503.18,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (36604,180406,0,-4835.51,-860.697,501.914,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (36605,180406,0,-4836.29,-873.72,511.14,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (36606,180406,0,-4930.08,-938.236,503.589,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (36607,180406,0,-4876.57,-998.628,506.958,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (36608,180406,0,-4946.81,-913.254,504.265,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (36609,180406,0,-4949.3,-921.615,514.82,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (36610,180406,0,-4939.25,-999.182,503.488,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (36611,180406,0,-4974.25,-964.829,503.596,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (36612,180406,0,-4968.24,-979.194,503.589,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (36613,180406,0,-5576.09,-504.13,413.209,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (36614,180406,0,-5579.09,-461.786,414.318,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (36615,180406,0,-5611.35,-513.342,413.42,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (36616,180406,0,-8864.63,659.09,96.5215,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (36617,180406,0,-8878.82,649.317,96.0217,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (36618,180406,0,-8804.62,618.998,96.7731,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (36619,180406,0,-8850.34,618.577,97.4238,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (36620,180406,0,-8795.31,653.508,96.242,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (36621,180406,0,-8907.21,613.034,100.55,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (36622,180406,0,-9085.34,396.436,93.5745,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (36623,180406,0,-9470.3,86.5708,57.0982,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (36624,180406,0,-9477.2,33.5808,63.8205,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (36625,180406,0,-9475.64,28.2177,56.9783,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (36626,180406,0,-9466.89,0.882867,63.8205,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (36627,180406,0,-9483.64,32.7722,57.8729,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (36628,180406,0,-9493.4,86.6099,56.5065,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (36629,180406,1,9927.16,2508.96,1318.31,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (36630,180406,1,9960.22,2513.61,1318.8,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (36631,180406,1,9840.55,961.529,1308.02,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (36632,180406,1,9890.33,971.642,1313.85,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (36633,180406,1,9781.97,943.558,1308.03,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (36634,180406,1,6423.81,502.402,9.98644,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (36635,180406,1,6407.35,539.211,14.7088,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (36636,180406,1,6384.93,514.608,9.97545,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (36730,180406,0,-3800.1,-824.109,11.1765,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (36731,180406,0,-3828.58,-819.249,13.3105,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (36732,180406,0,-3802.34,-822.976,16.9484,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (36733,180406,0,-3677.24,-820.286,9.90854,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (36734,180406,0,-846.054,-546.036,11.0807,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (36735,180406,0,-892.201,-545.964,8.61645,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (36736,180406,0,-863.383,-566.539,11.7053,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (36737,180406,0,-857.986,-581.597,14.9146,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (36738,180406,0,-865.593,-504.278,14.0186,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (36739,180406,0,-819.934,-509.261,14.6287,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (36740,180406,0,-809.522,-569.142,15.4237,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (36741,180406,0,-796.388,-507.985,18.1268,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (36742,180406,0,-157.147,-862.492,57.0345,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (36743,180406,0,-18.5988,-938.41,57.1723,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (36744,180406,0,-40.4353,-943.475,56.5177,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (36745,180406,0,-37.2786,-906.449,56.1047,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (36746,180406,1,277.691,-4716.72,15.0264,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (36747,180406,1,260.71,-4821.83,20.338,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (36748,180406,1,361.788,-4772.05,13.6175,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (36749,180406,1,332.859,-4706.83,16.0718,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (36750,180406,1,359.142,-4712.21,14.3102,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (36751,180406,1,375.951,-4819.75,23.0254,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (36752,180406,1,1579.62,-4460.17,7.66945,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (36753,180406,1,1615.14,-4393.23,23.6002,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (36754,180406,1,1660.5,-4432.42,18.9946,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (36755,180406,1,1653.87,-4376.54,23.6052,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (36756,180406,1,1640.88,-4382.69,12.7705,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (36757,180406,1,1665.92,-4350.56,31.4275,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (36758,180406,1,1676.6,-4475.37,22.351,3.14159,0,0,1,0,180,180,100,1), + (36759,180406,0,2314.07,401.688,33.9672,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (36760,180406,0,2255.96,323.755,45.2518,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (36761,180406,0,2264.75,339.848,36.0207,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (36762,180406,0,2237.85,300.95,35.1891,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (36763,180406,0,2310.31,262.384,38.6699,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (36764,180406,0,2238.6,254.445,36.0864,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (36765,180406,0,2291.13,243.396,27.0881,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (36766,180406,0,2269.84,229.898,37.4792,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (36767,180406,0,2272.1,243.929,35.4217,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (36768,180406,0,2082.34,273.505,56.9152,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (36769,180406,0,2057.44,257.57,99.7713,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (36770,180406,0,2049.03,289.131,56.693,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (36771,180406,0,1608.22,252.597,-29.0965,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (36772,180406,0,1630.69,259.745,-34.8042,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (36773,180406,0,1583.19,228.007,-29.0643,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (36774,180406,0,1557.23,252.965,-34.7953,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (36775,180406,0,1570.48,209.514,-34.8259,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (36776,180406,0,1556.88,228.184,-34.7917,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (36777,180406,0,1528.06,206.545,-43.0567,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (36778,180406,0,1606.85,201.396,-34.8287,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (36779,180406,0,1620.48,208.921,-34.8199,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (36780,180406,0,1595.97,279.402,-55.3429,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (36781,180406,0,1577.34,275.896,-34.8361,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (36782,180406,0,1614.73,275.668,-34.8358,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (36783,180406,0,1634.67,228.067,-43.1027,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (36784,180406,0,1637.09,203.168,-39.8802,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (36785,180406,0,1599.21,316.441,-41.4244,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (36816,180406,1,-2286.91,-330.5,-9.42493,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (36817,180406,1,-2344.4,-360.949,-8.69262,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (36818,180406,1,-2307.9,-455.905,-5.4384,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (36819,180406,1,-1216.15,82.2808,130.265,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (36820,180406,1,-1281.91,54.8837,131.992,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (36821,180406,1,-1064.14,201.507,108.493,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (36822,180406,1,-1251.57,135.698,132.566,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (36823,180406,1,-1290.56,130,131.679,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (36824,180406,0,-10501.7,1050.79,67.7618,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (36825,180406,0,-10624,1033.61,35.4685,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (36826,180406,0,-10655,1173.23,34.3705,1.309,0,0,0.608761,0.793353,180,180,100,1), + (36827,180406,0,-10607.1,-1206.06,33.2618,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (36828,180406,0,-10582.8,-1194.33,27.7212,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (36829,180406,0,-10597.8,-1171.61,28.3795,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (36830,180406,0,-10539,-1171.25,29.1855,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (36831,180406,0,-10561.5,-1150.11,28.0342,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (36832,180406,0,-10574,-1106.17,30.0689,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (36833,180406,0,-10562.2,-1173.23,29.0547,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (36834,180406,0,-10558.4,-1258.3,32.7991,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (36835,180406,0,-10524.7,-1208.09,28.1176,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (36836,180406,0,-10530.2,-1175.49,34.9574,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (36837,180406,0,-10525.6,-1173.01,28.1152,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (36838,180406,0,-10533.1,-1151.42,29.1855,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (36839,180406,0,-10519.1,-1291.52,40.685,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (36840,180406,0,-9406.59,-2258.17,69.3843,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (36841,180406,0,-9288.24,-2302.93,69.3842,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (36842,180406,0,-9245.99,-2206.87,66.8433,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (36843,180406,0,-9213.11,-2165.04,67.575,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (36844,180406,0,-9241.84,-2160.53,65.4398,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (36845,180406,0,-5376.17,-2942.42,335.728,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (36846,180406,0,-5385.74,-2969.57,322.058,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (36847,180406,0,-5390.82,-2947.85,345.709,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (36848,180406,1,6760.84,-4644.66,733.66,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (36849,180406,1,6752.49,-4655.74,724.3,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (36850,180406,1,6716.77,-4617.89,733.585,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (36851,180406,1,6730.27,-4677.18,721.111,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (36852,180406,1,6713.71,-4724.44,733.696,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (36853,180406,1,6775.25,-4698.47,733.372,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (36854,180406,1,6687.53,-4697.85,733.604,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (36855,180406,1,6687.16,-4662.49,724.811,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (36856,180406,1,2831.81,-248.503,106.74,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (36857,180406,1,2731.4,-427.92,120.64,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (36858,180406,1,2739.96,-404.305,120.64,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (36859,180406,1,2781.3,-446.598,122.608,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (36860,180406,1,2790.24,-422.079,122.607,3.14159,0,0,1,0,180,180,100,1), + (36861,180406,1,-917.475,-3734.82,9.54303,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (36862,180406,1,-975.773,-3627.86,19.1774,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (36863,180406,1,-989.658,-3717.8,4.77912,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (36864,180406,1,-1039.23,-3674.15,32.5077,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (36865,180406,1,-1046.28,-3659.36,46.7958,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (36866,180406,1,-1032.2,-3637.5,32.4507,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (36867,180406,1,-3627.02,-4444.74,15.3521,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (36868,180406,1,-3630.63,-4473.58,17.4676,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (36869,180406,1,218.664,1233.16,195.683,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (36870,180406,1,221.114,1260.2,203.297,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (36871,180406,1,212.836,1257.55,195.682,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (36872,180406,1,256.933,1284.37,201.68,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (36873,180406,1,234.954,1220.67,201.693,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (36874,180406,1,270.587,1245.66,201.329,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (36875,180406,1,-4361.85,3258.67,14.4313,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (36876,180406,1,-4337.6,3295.78,18.6969,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (36877,180406,1,-4389.75,3277.26,14.9121,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (36878,180406,1,-4360.24,3318.73,14.4334,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (36879,180406,1,-6848.9,742.919,45.3775,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (36880,180406,1,-7142.1,-3734.45,14.4772,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (36881,180406,1,-7109.67,-3688.69,21.2432,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (36882,180406,1,-7168.8,-3710.33,20.6333,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (36883,180406,1,-7209.17,-3809.74,19.2736,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (36884,180406,1,-7188.19,-3823.63,17.1787,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (36885,180406,1,-7190.64,-3818.94,17.1681,2.37365,0,0,0.927184,0.374607,180,180,100,1), + (36886,180406,1,-7139.27,-3764.82,16.9689,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (36887,180406,1,-7161.01,-3787.17,16.9689,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (36888,180406,1,-7183.11,-3860.83,21.0905,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (36889,180406,1,-7138.55,-3808.81,16.9689,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (36890,180406,1,-7116.42,-3786.46,20.8808,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (36891,180406,1,-7164.38,-3836.03,9.94613,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (36892,180406,1,-7171.84,-3833.71,15.3137,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (36893,180406,1,-7105.66,-3834.22,21.4284,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (36894,180406,0,-6675.93,-2169.29,244.162,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (36895,180406,0,-6625.69,-2176.62,244.253,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (36896,180406,0,-6663.35,-2142.9,251.999,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (36897,180406,0,-947.414,-3547.06,59.4718,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (36898,180406,0,-950.423,-3518.88,71.8936,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (36899,180406,0,-1043.03,-3545.54,67.7502,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (36900,180406,0,-908.188,-3521.81,75.5931,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (36901,180406,0,-863.686,-3505.98,84.8415,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (36902,180406,0,-36.9353,-974.165,56.5544,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (36903,180406,0,-44.9335,-979.539,56.5456,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (36904,180406,0,-57.1539,-967.152,56.5676,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (36905,180406,0,-14476.1,461.171,36.5471,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (36906,180406,0,-14414.5,525.337,10.0594,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (36907,180406,1,-429.755,-2644.72,105.078,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (36908,180406,1,-403.309,-2620.52,117.011,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (36909,180406,1,-424.962,-2581.73,98.9549,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (36910,180406,1,-359.745,-2526.22,106.834,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (36911,180406,1,-429.388,-2654.07,95.9459,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (36912,180406,1,-416.78,-2640.05,166.812,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (36913,180406,1,-398.444,-2657.45,167.344,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (36914,180406,1,-550.807,-2667.19,95.7875,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (36915,180406,1,-2325.91,-1935.16,107.396,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (36916,180406,1,-2354.59,-1968.28,96.0425,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (36917,180406,1,-5474.18,-2451.12,98.7576,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (36918,180406,1,-5462.87,-2458.26,98.7082,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (36919,180406,1,2228,-2529.8,86.8419,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (36920,180406,1,2333.51,-2549.03,110.501,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (36921,180406,1,910.467,939.451,119.297,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (36922,180406,1,912.223,920.902,106.258,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (36923,180406,1,-1609.9,3124.21,62.5351,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (36924,180406,1,-1582.03,3165.59,47.0972,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (37026,180407,0,-4881.76,-950.187,503.399,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (37027,180407,0,-4839.59,-874.046,511.14,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (37028,180407,0,-4835.73,-860.537,510.248,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (37029,180407,0,-4896.2,-917.084,503.589,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (37030,180407,0,-4922.04,-985.385,501.451,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (37031,180407,0,-4909.09,-978.534,503.6,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (37032,180407,0,-4940.62,-914.508,514.966,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (37033,180407,0,-4944.77,-933.12,503.596,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (37034,180407,0,-4963.5,-972.529,503.589,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (37035,180407,0,-4936.35,-995.565,503.488,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (37036,180407,0,-4886.57,-1007.11,506.958,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (37037,180407,0,-5018.09,-827.228,505.487,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (37038,180407,0,-5477.37,-459.368,398.493,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (37039,180407,0,-5572.82,-461.664,414.201,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (37040,180407,0,-8861.63,681.381,97.9031,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (37041,180407,0,-8873.71,640.329,96.0894,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (37042,180407,0,-8858.59,607.65,92.5204,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (37043,180407,0,-8788.02,640.459,96.1278,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (37044,180407,0,-8933.28,629.342,100.55,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (37045,180407,0,-8861.82,571.42,95.267,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (37046,180407,0,-8889.4,594.797,95.7745,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (37047,180407,0,-9471.17,32.3599,56.9661,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (37048,180407,0,-9495.12,79.9449,56.3581,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (37049,180407,0,-9484.71,26.726,57.5551,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (37050,180407,0,-9478.97,13.2145,60.185,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (37051,180407,1,9950.4,2499.17,1317.88,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (37052,180407,1,9946.24,2531.13,1318.29,0,0,0,0,1,180,180,100,1), + (37053,180407,1,9837.62,970.739,1308.05,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (37054,180407,1,9884.54,975.47,1313.85,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (37055,180407,1,9812.1,932.718,1308.52,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (37056,180407,1,9757.33,900.838,1295.52,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (37057,180407,1,6434.79,504.597,9.49945,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (37058,180407,1,6408.95,530.921,23.884,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (37059,180407,1,6412.4,559.632,13.5808,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (37060,180407,1,6377.31,522.765,9.51592,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (37061,180407,1,6392.46,511.439,9.99399,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (37156,180407,0,-3807.85,-843.605,11.1765,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (37157,180407,0,-3839.41,-840.98,16.9484,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (37158,180407,0,-3683.18,-831.403,10.211,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (37159,180407,0,-3796.48,-786.528,9.50826,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (37160,180407,0,-860.709,-553.046,12.7741,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (37161,180407,0,-858.553,-555.332,18.546,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (37162,180407,0,-841.409,-560.369,12.7741,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (37163,180407,0,-852.493,-576.027,11.6881,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (37164,180407,0,-892.35,-532.265,8.60272,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (37165,180407,0,-856.976,-504.387,14.0186,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (37166,180407,0,-770.981,-493.73,19.3267,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (37167,180407,0,-699.998,-519.84,25.4201,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (37168,180407,0,-167.261,-894.331,65.4016,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (37169,180407,0,-167.079,-911.742,65.3895,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (37170,180407,0,-37.5803,-900.762,56.2837,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (37171,180407,1,241.731,-4724.49,24.2261,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (37172,180407,1,282.476,-4709.35,15.0264,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (37173,180407,1,309.771,-4776.31,10.413,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (37174,180407,1,329.97,-4702.32,24.0077,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (37175,180407,1,387.923,-4712.04,16.4604,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (37176,180407,1,370.259,-4831.36,22.1464,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (37177,180407,1,1389.62,-4378.1,28.322,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (37178,180407,1,1579.73,-4387.44,8.49147,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (37179,180407,1,1624.77,-4441.66,12.743,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (37180,180407,1,1639.33,-4396.17,23.5804,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (37181,180407,1,1641.65,-4365.48,12.7683,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (37182,180407,1,1620.1,-4351.54,23.6353,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (37183,180407,1,1661.15,-4448.8,19.3533,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (37184,180407,1,1696.49,-4467.12,22.351,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (37185,180407,0,2313.43,395.148,33.8786,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (37186,180407,0,2272.17,349.008,35.1809,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (37187,180407,0,2257.5,314.74,34.9868,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (37188,180407,0,2252.84,257.183,35.3428,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (37189,180407,0,2249.57,232.839,41.1147,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (37190,180407,0,2259.6,247.091,34.2865,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (37191,180407,0,2084.2,281.982,57.2933,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (37192,180407,0,2064.2,256.208,99.7714,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (37193,180407,0,2062.93,283.674,97.0314,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (37194,180407,0,1589.96,234.658,60.0869,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (37195,180407,0,1593.82,238.46,-6.75039,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (37196,180407,0,1597.56,242.139,-6.65455,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (37197,180407,0,1597.53,238.448,-6.70424,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (37198,180407,0,1593.87,242.172,-6.67417,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (37199,180407,0,1634.91,227.954,-34.8457,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (37200,180407,0,1560.59,221.109,-34.8046,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (37201,180407,0,1575.13,191.39,-43.1023,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (37202,180407,0,1576.76,205.023,-34.8364,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (37203,180407,0,1626.28,265.872,-34.8036,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (37204,180407,0,1614.21,204.868,-34.8364,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (37205,180407,0,1630.65,220.042,-34.8874,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (37206,180407,0,1605.08,201.442,-53.7117,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (37207,180407,0,1563,308.405,-43.0912,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (37208,180407,0,1570.89,271.517,-34.8238,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (37209,180407,0,1607.56,278.91,-34.8318,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (37210,180407,0,1592.19,164.115,-41.4244,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (37240,180407,1,-1199.84,114.105,134.996,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (37241,180407,1,-2372.33,-338.882,-8.95699,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (37242,180407,1,-2280.07,-335.056,-9.42493,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (37243,180407,1,-2302.13,-435.46,-5.4384,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (37244,180407,1,-1263.59,40.3066,130.707,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (37245,180407,1,-1280.9,81.9136,128.321,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (37246,180407,1,-1056.12,198.692,109.13,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (37247,180407,1,-1290.64,150.028,129.732,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (37248,180407,0,-10517.6,1044.56,67.7618,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (37249,180407,0,-10486.8,1045.7,67.1601,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (37250,180407,0,-10642.5,1171.54,34.3586,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (37251,180407,0,-10584.9,-1213.55,28.4989,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (37252,180407,0,-10561.1,-1168.19,29.0615,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (37253,180407,0,-10568.2,-1128.87,29.1669,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (37254,180407,0,-10578.3,-1160.45,28.1573,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (37255,180407,0,-10623.6,-1169.42,26.0939,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (37256,180407,0,-10553,-1148.91,27.7082,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (37257,180407,0,-10536.8,-1204.53,27.2317,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (37258,180407,0,-10536.4,-1286.65,38.795,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (37259,180407,0,-10505.2,-1252.52,42.3995,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (37260,180407,0,-10500.4,-1159.06,34.9574,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (37261,180407,0,-10465.1,-1177.89,27.5236,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (37262,180407,0,-10464.6,-1183.71,27.5535,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (37263,180407,0,-10516,-1150,29.1855,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (37264,180407,0,-9409.27,-2293.3,69.3841,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (37265,180407,0,-9212.95,-2157.92,67.5804,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (37266,180407,0,-9233.94,-2140.7,65.4398,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (37267,180407,0,-9199.95,-2147.66,71.2117,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (37268,180407,0,-5436.36,-2918.19,347.243,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (37269,180407,0,-5363.23,-2969.87,326.78,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (37270,180407,0,-5361.62,-2957.44,335.493,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (37271,180407,1,6760.23,-4668.09,724.09,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (37272,180407,1,6802.75,-4671.66,733.762,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (37273,180407,1,6724.94,-4680.41,721.428,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (37274,180407,1,6729.96,-4724.89,733.533,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (37275,180407,1,6700.3,-4668.04,730.837,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (37276,180407,1,6690.19,-4643.65,733.418,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (37277,180407,1,6696.84,-4675.14,723.03,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (37278,180407,1,2608.52,-462.551,106.561,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (37279,180407,1,2783.11,-402.998,121.002,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (37280,180407,1,2749.22,-390.714,121.002,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (37281,180407,1,2729.93,-444.183,120.991,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (37282,180407,1,2750.04,-418.635,112.747,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (37283,180407,1,-952.892,-3759.29,5.75048,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (37284,180407,1,-999.217,-3656.52,24.6121,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (37285,180407,1,-1036.85,-3661.47,32.5027,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (37286,180407,1,-1048.81,-3671.75,46.9146,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (37287,180407,1,-1038.52,-3672.21,23.8495,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (37288,180407,1,-1050.86,-3679.86,32.4949,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (37289,180407,1,-3625.09,-4453.6,14.2488,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (37290,180407,1,-3642.07,-4431.75,14.4714,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (37291,180407,1,212.621,1258.28,203.299,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (37292,180407,1,218.801,1232.54,203.297,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (37293,180407,1,264.63,1270.06,201.328,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (37294,180407,1,227.552,1235.49,195.68,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (37295,180407,1,270.638,1229.25,201.695,2.09439,0,0,0.866025,0.5,180,180,100,1), + (37296,180407,1,-4382.49,3319.27,14.4422,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (37297,180407,1,-4384.11,3259.27,14.4343,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (37298,180407,1,-4389.1,3301.69,14.9135,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (37299,180407,1,-6851.29,741.85,56.659,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (37300,180407,1,-6848.34,735.943,56.6547,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (37301,180407,1,-7143.05,-3674.26,25.7859,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (37302,180407,1,-7222.41,-3811.39,21.4184,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (37303,180407,1,-7208.96,-3798.59,18.9727,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (37304,180407,1,-7150.42,-3767.65,19.2353,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (37305,180407,1,-7189.34,-3821.36,14.5484,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (37306,180407,1,-7158.18,-3798.37,19.2353,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (37307,180407,1,-7156.85,-3869.97,20.7682,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (37308,180407,1,-7156.58,-3833.58,17.9054,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (37309,180407,1,-7119.74,-3775.3,19.2353,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (37310,180407,1,-7127.55,-3806.04,19.2353,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (37311,180407,1,-7161.27,-3832.5,17.9054,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (37312,180407,0,-6673.77,-2233.17,272.046,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (37313,180407,0,-6661.24,-2179.32,244.144,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (37314,180407,0,-6656.46,-2144.17,245.354,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (37315,180407,0,-1043.36,-3556.54,67.4011,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (37316,180407,0,-948.269,-3472.09,53.4219,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (37317,180407,0,-926.228,-3528.17,73.6876,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (37318,180407,0,-922.036,-3553.24,76.151,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (37319,180407,0,-34.709,-952.718,56.5587,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (37320,180407,0,-45.8715,-948.883,56.5595,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (37321,180407,0,-34.626,-967.426,56.5554,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (37322,180407,0,-52.6765,-953.561,56.5482,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (37323,180407,0,-54.277,-976.302,56.5475,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (37324,180407,0,-40.3125,-950.872,90.6575,3.14159,0,0,1,0,180,180,100,1), + (37325,180407,0,-14477.7,488.013,14.9051,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (37326,180407,1,-431.063,-2646.45,96.0274,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (37327,180407,1,-405.369,-2610.27,97.4109,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (37328,180407,1,-489.198,-2679.13,98.629,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (37329,180407,1,-420.078,-2664.69,116.839,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (37330,180407,1,-392.965,-2643.17,166.244,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (37331,180407,1,-368.511,-2673.57,107.256,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (37332,180407,1,-556.346,-2640.97,106.91,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (37333,180407,1,-2360.89,-1982.54,96.7048,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (37334,180407,1,-2387.8,-1888.32,95.8088,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (37335,180407,1,-5402.83,-2423.95,89.276,-1.98968,0,0,0.838671,-0.544639,180,180,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (32453,2061,33,-214.755,2272.27,77.338,-2.47837,0,0,0.945518,-0.325569,5400,100,1), - (32456,2866,0,-6718.4,-944.373,253.159,1.32645,0,0,0.615661,0.788011,300,100,1), - (32457,35593,33,-220.578,2258.18,77.338,-0.375245,0,0,-0.186524,0.98245,5400,100,1), - (32458,2061,33,-220.578,2258.18,77.338,-0.375245,0,0,-0.186524,0.98245,5400,100,1), - (32459,180398,0,-8403.36,576.668,91.5761,2.18166,0,0,0.887011,0.461749,180,100,1), - (32466,106318,0,-9828.59,87.2501,0.875297,-0.471239,0,0,0.233445,-0.97237,3600,100,1), - (32469,1621,0,-10251.2,170.163,34.6015,-3.01942,0,0,-0.998135,0.0610484,300,100,1), - (32473,2061,0,-10109.9,1047.49,37.5367,-0.392699,0,0,-0.19509,0.980785,3600,100,1), - (32474,1623,0,-10756.3,-268.323,71.2071,2.14675,0,0,0.878816,0.477161,300,100,1), - (32475,22674,0,-10110.2,1048.4,37.5367,-2.58309,0,0,0.961262,-0.275638,3600,100,1), - (32476,2061,0,-10110.2,1048.4,37.5367,-2.58309,0,0,0.961262,-0.275638,3600,100,1), - (32477,23014,0,-10507.1,1023.07,60.5298,1.90241,0,0,0.814115,0.580703,3600,100,1), - (32478,23015,0,-10496.3,1035.87,60.4992,-2.19912,0,0,0.891006,-0.453991,3600,100,1), - (32480,18899,33,-113.762,2165.08,157.855,4.71239,0.694697,-0.131892,0.694697,0.131892,5400,100,1), - (32481,1623,0,-11161.1,-328.905,69.7266,1.41372,0,0,0.649449,0.760405,300,100,1), - (32482,23013,0,-10510.3,1024.23,60.5298,1.26536,0,0,0.59131,0.806445,3600,100,1), - (32483,174862,0,-10641,1196.48,34.5259,-1.5708,0,0,-0.707107,0.707106,3600,100,1), - (32484,2042,0,-11684.3,226.792,39.6924,3.08923,0,0,0.999657,0.0261783,300,100,1), - (32487,142964,0,-10639.3,1195.26,34.7837,2.48709,0,0,0.94693,0.32144,3600,100,1), - (32488,142961,0,-10641.3,1194.38,34.7837,1.4748,0,0,0.672367,0.740218,3600,100,1), - (32489,43117,0,-11338.9,1571.23,33.1338,-1.21333,0.117353,0.00166,-0.571569,0.812117,3600,100,1), - (32491,2061,0,-11338.9,1571.23,33.1338,-1.21333,0.117353,0.00166,-0.571569,0.812117,3600,100,1), - (32494,2041,0,-13002.7,480.754,14.5163,0.907571,0,0,0.438371,0.898794,300,100,1), - (32495,43118,0,-11339.2,1533.54,28.5637,0.202627,0.023957,-0.019708,0.101571,0.994345,3600,100,1), - (32496,2061,0,-11339.2,1533.54,28.5637,0.202627,0.023957,-0.019708,0.101571,0.994345,3600,100,1), - (32497,180350,1,1331.8,-4410.85,27.0403,0.890118,0,0,0.430511,0.902585,180,100,1), - (32498,180340,1,1328.05,-4415.06,27.6181,0.785398,0,0,0.382683,0.92388,180,100,1), - (32499,180352,1,1324.74,-4418.82,26.7249,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (32500,180350,1,1325.44,-4420.82,26.7052,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (32501,180347,1,1326.49,-4422.18,27.4093,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (32502,180326,1,1328.63,-4414.32,26.8274,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (32503,2043,0,-14026,539.187,8.4053,1.16937,0,0,0.551937,0.833886,300,100,1), - (32504,2045,0,-14021.3,678.831,-36.2025,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (32505,2045,0,-14094.5,764.343,-35.9106,2.6529,0,0,0.970296,0.241922,300,100,1), - (32506,175750,1,-1965.77,428.316,134.913,1.01229,0,0,0.48481,0.87462,900,100,1), - (32507,2045,1,-1234.9,-4029.82,-22.9658,0.872665,0,0,0.422618,0.906308,300,100,1), - (32508,2045,1,-1226.13,-4110.12,-80.8536,0.017453,0,0,0.00872639,0.999962,300,100,1), - (32511,178827,1,-1417.55,2817.21,112.341,2.93215,0,0,0.994522,0.104528,900,100,1), - (32512,2045,1,-942.918,-3814.59,-21.18,0.034907,0,0,0.0174526,0.999848,300,100,1), - (32513,175758,1,221.271,1252.92,198.155,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (32518,175764,1,-852.223,1073.55,91.7444,-1.1302,0,0,-0.535502,0.844534,900,100,1), - (32519,3726,1,-685.994,-3881.35,41.5266,1.64061,0,0,0.731354,0.681998,900,100,1), - (32520,1731,1,-10.5625,-3934.51,56.4291,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (32521,1618,1,41.6207,-3916.78,44.4288,-1.53589,0,0,-0.694658,0.71934,300,100,1), - (32522,175765,1,-1058.91,1021.65,91.014,3.14159,0,0,1,0,900,100,1), - (32523,1731,1,503.216,-3923.43,23.0152,-2.80998,0,0,-0.986286,0.165048,300,100,1), - (32524,1731,1,557.418,-3846.62,30.4998,2.35619,0,0,0.923879,0.382686,300,100,1), - (32525,1619,1,765.453,-3869.99,24.0596,1.16937,0,0,0.551937,0.833886,300,100,1), - (32526,175766,1,-1039.04,906.292,92.6294,2.35579,0,0,0.923802,0.382872,900,100,1), - (32527,175767,1,-946.586,894.099,90.7859,3.13287,0,0,0.99999,0.004363,900,100,1), - (32528,74138,1,-2152.59,2678.26,61.387,-2.27765,0,0,0.908143,-0.41866,900,100,1), - (32529,1621,1,2487.97,-3658.66,54.2921,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (32530,74146,1,-1596.13,850.377,117.23,-3.14159,-0.00436,0.039259,0.99922,0.000171,900,100,1), - (32531,35251,1,-460.793,2609.83,2.75692,1.51844,0,0,0.688355,0.725374,2,100,1), - (32532,1620,1,2756.46,-3094.9,163.366,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (32533,175797,1,-1742.22,948.166,91.7389,2.03824,0,0,0.851648,0.524114,900,100,1), - (32534,175798,1,-1788.01,1052.12,93.3257,-1.68407,0,0,-0.746001,0.665944,900,100,1), - (32535,175799,1,-1884.87,1108.26,91.9544,0.687147,0,0,0.336854,0.941557,900,100,1), - (32536,175800,1,-1886.18,987.436,90.558,1.16787,0,0,0.551313,0.834298,900,100,1), - (32537,179896,1,-1609.2,3118.86,44.8293,-2.3911,0,0,0.930418,-0.366501,900,100,1), - (32538,175545,1,-513.468,1841.53,94.3219,-2.82788,0,0,0.987724,-0.156212,900,100,1), - (32539,175801,1,-1935.52,1234.5,91.278,-0.277988,0,0,-0.138547,0.990356,900,100,1), - (32540,176319,1,248.118,1291.65,190.392,-2.86234,0,0,0.990268,-0.139173,900,100,1), - (32541,176581,1,-347.299,1762.85,138.371,2.25148,0,0,0.902585,0.430511,900,100,1), - (32542,142140,1,2774.76,-2983.14,147.94,2.6529,0,0,0.970296,0.241922,300,100,1), - (32543,176582,1,-1975.23,3193.08,-66.2544,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (32544,176582,1,-2024.38,3293.43,-43.9713,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (32545,176582,1,-1834.32,3425.38,-48.2402,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (32546,176582,1,-1861.97,3384.48,-69.699,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (32547,176582,1,-2005.05,3358.99,-80.155,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (32548,1622,1,2708.76,-3015.53,143.975,3.01942,0,0,0.998135,0.0610484,300,100,1), - (32549,176582,1,-1796.36,3300.82,-69.3038,3.08923,0,0,0.999657,0.026177,180,100,1), - (32550,176582,1,-1860.29,3183.45,-34.1432,3.00197,0,0,0.997564,0.069757,180,100,1), - (32551,176582,1,-1869.41,3139.91,-29.0381,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (32552,2045,1,2655.71,-2826.17,162.807,1.44862,0,0,0.662619,0.748957,300,100,1), - (32553,176582,1,-1920.99,3326.93,-74.3969,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (32554,176582,1,-1831.1,3343.21,-44.4896,0.244346,0,0,0.121869,0.992546,180,100,1), - (32555,176582,1,-1754.22,3332.64,-43.293,0.401426,0,0,0.199368,0.979925,180,100,1), - (32556,180682,1,-1753.47,3150.17,0,1.20428,0,0,0.566407,0.824125,900,100,1), - (32557,1624,1,2301.97,-3024.32,125.214,2.40855,0,0,0.93358,0.35837,300,100,1), - (32558,1621,1,2200.46,-2983.75,121.052,2.00713,0,0,0.843392,0.537299,300,100,1), - (32560,180682,1,-206.448,2473.09,0,-1.20428,0,0,-0.566407,0.824125,900,100,1), - (32561,180682,1,-1932.85,3071.6,0,-1.23918,0,0,-0.580701,0.814117,900,100,1), - (32562,180683,1,-1849.59,3071.28,0,-1.20428,0,0,-0.566407,0.824125,900,100,1), - (32563,180683,1,-1967.56,3075.03,0,0.890118,0,0,0.430511,0.902585,900,100,1), - (32564,180683,1,-1890.94,3079.53,0,1.55334,0,0,0.700908,0.713252,900,100,1), - (32565,180683,1,-1746.44,3268.02,0,-2.79253,0,0,-0.984808,0.173647,900,100,1), - (32566,178386,1,-1381.95,2918.69,73.1218,-0.715509,0.00781,0.003894,-0.350194,0.936637,900,100,1), - (32567,177365,1,-1922.37,1808.77,66.7608,-2.42601,0,0,0.936672,-0.350207,900,100,1), - (32568,177366,1,-1985.62,1944.33,62.1731,-0.174533,0,0,0.087156,-0.996195,900,100,1), - (32569,1624,1,1977.47,-3053.46,107.193,1.36136,0,0,0.629322,0.777145,300,100,1), - (32570,177367,1,-2002.06,1866.33,52.4633,-3.08923,0,0,0.999657,-0.026177,900,100,1), - (32571,177368,1,-2067.9,1844.89,60.4518,2.87979,0,0,0.991445,0.130526,900,100,1), - (32572,177369,1,-1928.12,1757.31,74.2315,0.174533,0,0,0.087156,0.996195,900,100,1), - (32573,178908,1,-1656.58,3195.25,45.0778,0.558505,0,0,0.275637,0.961262,900,100,1), - (32574,178908,1,188.83,1156.04,168.833,-1.90241,0,0,0.814116,-0.580703,900,100,1), - (32575,22245,1,-1962.47,1274.3,91.5047,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (32576,22245,1,-1979.55,1247.86,91.1801,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (32577,22245,1,-1962.53,1242.16,91.1554,2.98451,0,0,0.996917,0.078459,180,100,1), - (32578,22245,1,-1901.59,977.026,90.8614,0.942478,0,0,0.45399,0.891007,180,100,1), - (32579,1732,1,2047.51,-2031.09,101.465,0.366519,0,0,0.182235,0.983255,300,100,1), - (32580,1732,1,2311.01,-1469.53,97.9441,-1.58825,0,0,-0.713251,0.700909,300,100,1), - (32581,22245,1,-1904.84,1086.4,92.7197,0.541052,0,0,0.267238,0.96363,180,100,1), - (32582,22245,1,-1798.71,943.654,92.6719,2.60054,0,0,0.96363,0.267238,180,100,1), - (32584,22245,1,-1864.22,1121.96,92.3054,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (32585,1620,1,2376.63,-940.836,99.4775,2.04204,0,0,0.852641,0.522496,300,100,1), - (32586,1624,1,2085.4,-1018.72,96.5819,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (32588,1624,1,3343.28,388.38,3.15747,1.81514,0,0,0.78801,0.615662,300,100,1), - (32589,1620,1,3370.7,434.525,5.09357,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (32590,1621,1,3920.32,622.906,9.86391,-0.820305,0,0,-0.398749,0.91706,300,100,1), - (32591,22245,1,-1809.68,1045.78,92.2393,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (32592,22245,1,-1760.62,930.161,92.4926,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (32593,22245,1,-1725.56,903.259,91.7553,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (32594,22245,1,-1733.64,921.224,91.812,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (32595,22245,1,-1774.14,924.496,92.4915,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (32596,22246,1,-2388.48,2397.53,75.9926,0.872665,0,0,0.422618,0.906308,180,100,1), - (32598,22246,1,-2301.26,2477.97,71.4515,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (32599,22246,1,-2365.34,2465.82,75.5739,1.78024,0,0,0.777146,0.62932,180,100,1), - (32600,22246,1,-2423.63,2408.19,76.04,0.244346,0,0,0.121869,0.992546,180,100,1), - (32601,22246,1,-2392.94,2450.82,75.0398,0.977384,0,0,0.469472,0.882948,180,100,1), - (32603,22246,1,-2346.49,2500.98,70.6213,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (32604,22246,1,-2397.13,2421.27,75.1008,2.98451,0,0,0.996917,0.078459,180,100,1), - (32605,1622,1,4200.08,717.59,-23.9814,-0.855212,0,0,-0.414694,0.909961,300,100,1), - (32606,22246,1,-2303.65,2412.44,68.8269,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (32607,19018,48,-320.238,65.9714,-63.7392,0.628319,0,0,0.309017,0.951057,180,100,1), - (32608,2045,48,-345.151,-10.1984,-70.4985,0.907571,0,0,0.438371,0.898794,7200,100,1), - (32609,19018,48,-347.471,76.0812,-61.8706,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (32610,103015,48,-413.324,43.6505,-47.9681,3.14159,0,0,1,0,7200,100,1), - (32611,94039,48,-413.324,43.6505,-47.9681,3.14159,0,0,1,0,7200,100,1), - (32612,1732,48,-401.418,46.9318,-47.7134,2.26893,0,0,0.906308,0.422617,7200,100,1), - (32613,2045,48,-328.711,211.076,-69.6185,-0.715585,0,0,-0.350207,0.936672,7200,100,1), - (32614,13949,48,-330.544,212.014,-69.706,2.80998,0,0,0.986286,0.165048,0,100,1), - (32615,19018,48,-472.575,130.778,-72.3319,1.62316,0,0,0.725374,0.688355,180,100,1), - (32616,2045,48,-494.592,106.927,-73.508,1.76278,0,0,0.771624,0.636079,7200,100,1), - (32617,19018,48,-400.427,279.812,-71.1439,2.74017,0,0,0.979925,0.199368,180,100,1), - (32618,19018,48,-405.571,319.074,-68.079,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (32619,19018,48,-410.671,348.695,-71.7385,0.558505,0,0,0.275637,0.961262,180,100,1), - (32620,1622,48,-331.144,362.221,-52.3723,2.40855,0,0,0.93358,0.35837,7200,100,1), - (32621,1733,48,-351.981,402.932,-53.4195,-0.855212,0,0,-0.414694,0.909961,7200,100,1), - (32622,21327,48,-534.789,317.353,-49.8213,-3.13794,0.019173,-0.021242,0.99959,-0.00142,7200,100,1), - (32623,2061,48,-534.789,317.353,-49.8213,-3.13794,0.019173,-0.021242,0.99959,-0.00142,7200,100,1), - (32624,3689,48,-614.864,252.745,-49.4881,-1.46608,0,0,0.669131,-0.743145,7200,100,1), - (32643,2046,0,500.427,-170.212,151.195,-2.21657,0,0,-0.894935,0.446197,300,100,1), - (32644,1628,0,473.569,-313.753,157.633,-0.994838,0,0,-0.477159,0.878817,300,100,1), - (32646,22246,1,-2420.36,2439.34,74.5003,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (32647,22246,1,-2356.41,2410.15,76.3133,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (32649,22246,1,-2344.93,2450.73,67.3172,0.331613,0,0,0.165048,0.986286,180,100,1), - (32651,22246,1,-2309.08,2500.5,73.9427,0.383972,0,0,0.190809,0.981627,180,100,1), - (32654,3307,1,-1926.55,431.244,133.59,3.14159,-0.004363,0.004363,0.999981,0.000019,900,100,1), - (32655,175851,1,-1689.62,3082.47,32.0528,1.56207,0,0,0.704015,0.710185,900,100,1), - (32658,175852,1,-1698.94,3083.72,32.5628,2.16421,0,0,0.882948,0.469472,900,100,1), - (32659,175853,1,-1725.04,3184.21,4.33212,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (32661,177397,1,-1703.56,1747.92,60.5614,-2.05949,0,0,0.857167,-0.515038,900,100,1), - (32663,177398,1,-1669.83,1956.22,61.4355,-0.226893,0,0,0.113203,-0.993572,900,100,1), - (32664,177399,1,-1774.85,1975.78,61.1707,0.122173,0,0,0.061049,0.998135,900,100,1), - (32666,2045,1,4867.08,799.838,-9.09855,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (32667,51704,1,-1891.89,626.389,109.575,-1.9984,0,0,-0.841039,0.540975,900,100,1), - (32668,177400,1,-1865.29,1990.25,62.8822,-1.64061,0,0,0.731354,-0.681998,900,100,1), - (32669,51705,1,-1892.89,612.827,109.845,2.06821,0,0,0.859406,0.511293,900,100,1), - (32670,176635,1,-1683.83,3321.01,-44.2335,2.14675,0,0,0.878817,0.477159,7200,100,1), - (32672,1731,1,4580.22,709.536,25.268,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (32674,176635,1,-1994.45,3401.67,-80.061,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (32676,2045,1,4506.33,792.851,-12.08,0.244346,0,0,0.121869,0.992546,300,100,1), - (32677,1731,1,4470.7,743.511,-1.83624,0.942478,0,0,0.453991,0.891006,300,100,1), - (32678,1731,1,4422.54,774.582,14.917,1.309,0,0,0.608763,0.793352,300,100,1), - (32679,176635,1,-1799.84,3226.16,-45.5012,-1.79769,0,0,0.782608,-0.622515,7200,100,1), - (32681,176635,1,-1980.03,3252.06,-32.7441,0.610865,0,0,0.300706,0.953717,7200,100,1), - (32682,21117,48,-818.361,-200.647,-25.7911,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (32683,1622,48,-454.55,-34.1752,-31.5826,-0.767945,0,0,-0.374607,0.927184,7200,100,1), - (32684,75298,48,-450.61,-38.0686,-31.7772,3.08923,0,0,0.999657,0.026177,7200,100,1), - (32685,19018,48,-753.173,-21.3254,-37.499,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (32686,177964,48,-782.021,-63.5876,-45.0935,-2.44346,0,0,0.939693,-0.34202,0,100,1), - (32687,19018,48,-700.195,-100.683,-35.6787,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (32688,75295,48,-743.061,-111.067,-30.0483,1.48353,0,0,0.67559,0.737277,43200,100,1), - (32689,19018,48,-727.025,-118.419,-37.0088,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (32690,2045,48,-726.43,-159.34,-56.596,-0.593412,0,0,-0.292372,0.956305,7200,100,1), - (32691,19018,48,-741.055,-152.381,-56.7611,0.575959,0,0,0.284015,0.95882,180,100,1), - (32692,19018,48,-807.617,-120.467,-37.3081,1.29154,0,0,0.601815,0.798636,180,100,1), - (32693,2042,0,6.72537,-35.8818,95.798,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (32694,180398,1,9963.71,2489.41,1316.03,0,0,0,0,1,180,100,1), - (32695,180398,1,9985.22,2348.01,1330.79,0,0,0,0,1,180,100,1), - (32696,180341,1,1329.92,-4425.95,27.4075,2.60054,0,0,0.96363,0.267238,180,100,1), - (32697,180338,1,1329.62,-4425.55,27.4192,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (32698,180339,1,1328.44,-4424.3,27.445,2.84489,0,0,0.989016,0.147809,180,100,1), - (32699,180326,1,1328.45,-4424.17,26.655,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (32700,180352,1,1333.3,-4428.39,26.6008,2.67035,0,0,0.97237,0.233445,180,100,1), - (32702,1618,0,-5518.27,-580.56,403.711,1.3439,0,0,0.622513,0.782609,300,100,1), - (32707,2866,0,-7208.97,-778.02,327.742,1.97222,0,0,0.833885,0.551938,300,100,1), - (32738,43119,0,-11336.8,1544.15,29.1525,-2.17349,-0.060274,0.035675,0.883963,-0.462281,3600,100,1), - (32739,2061,0,-11336.8,1544.15,29.1525,-2.17349,-0.060274,0.035675,0.883963,-0.462281,3600,100,1), - (32740,43121,0,-11282.6,1585.34,36.6617,1.8328,0.02063,-0.023459,0.792916,0.608529,3600,100,1), - (32742,3705,0,-8822.55,727.074,98.2994,2.18166,0,0,0.887011,0.461749,180,100,1), - (32745,1617,0,-9250.98,32.9344,72.9955,1.88496,0,0,0.809018,0.587783,300,100,1), - (32746,1618,0,-9218.29,-16.9272,75.6434,0.959931,0,0,0.461749,0.887011,300,100,1), - (32747,1617,0,-9400.2,-264.985,64.0626,2.02458,0,0,0.848048,0.52992,300,100,1), - (32748,1617,0,-9453.03,-568.905,66.8389,-0.785398,0,0,-0.382683,0.92388,300,100,1), - (32752,3719,0,-9630.97,-53.8834,44.6324,1.64061,0,0,0.731354,0.681998,180,100,1), - (32753,1618,0,-9582.88,16.6436,60.1078,-2.80998,0,0,-0.986286,0.165048,300,100,1), - (32754,3719,0,-9500.53,81.368,57.4601,0.017453,0,0,0.008727,0.999962,180,100,1), - (32755,2042,0,-10444.5,-2698.47,24.9546,0.349066,0,0,0.173648,0.984808,300,100,1), - (32758,142145,0,-11157.6,-3246.66,8.25317,0.872665,0,0,0.422618,0.906308,300,100,1), - (32760,2866,0,-11582.3,-3345.27,8.5192,1.16937,0,0,0.551937,0.833886,300,100,1), - (32784,176635,1,-1962.74,3303.61,-42.876,2.53073,0,0,0.953717,0.300706,7200,100,1), - (32815,180398,0,-5035.22,-921.683,501.659,0,0,0,0,1,180,100,1), - (32816,180398,0,-4833.52,-1171.66,502.195,1.25664,0,0,0.587785,0.809017,180,100,1), - (32825,3658,0,-9605.92,674.789,38.6522,1.50098,0,0,0.681998,0.731354,180,100,1), - (32827,2061,0,-11282.6,1585.34,36.6617,1.8328,0.02063,-0.023459,0.792916,0.608529,3600,100,1), - (32828,43122,0,-11311.7,1589.71,36.4687,-2.12555,-0.022938,0.088306,0.869074,-0.486195,3600,100,1), - (32829,2061,0,-11311.7,1589.71,36.4687,-2.12555,-0.022938,0.088306,0.869074,-0.486195,3600,100,1), - (32830,43116,0,-11311.2,1560.59,37.2089,3.12414,0.048675,0.063256,0.996794,0.005625,3600,100,1), - (32831,2061,0,-11311.2,1560.59,37.2089,3.12414,0.048675,0.063256,0.996794,0.005625,3600,100,1), - (32833,2041,0,-11813.6,-425.959,14.4181,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (32834,2041,0,-12506.1,-291.3,16.6848,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (32835,43120,0,-11327.5,1559.62,26.2338,2.5389,-0.017395,0.067846,0.951938,0.298173,3600,100,1), - (32836,2061,0,-11327.5,1559.62,26.2338,2.5389,-0.017395,0.067846,0.951938,0.298173,3600,100,1), - (32837,148773,0,-11136.2,555.479,46.3722,-2.03331,0,0,-0.850352,0.526214,3600,100,1), - (32838,148729,0,-11159.5,552.031,70.4921,0.218166,0,0,0.108867,0.994056,3600,100,1), - (32839,148730,0,-11127.9,533.501,70.498,2.55691,0,0,0.957571,0.288197,3600,100,1), - (32841,1624,0,-13031.3,297.264,19.8068,0.383972,0,0,0.190809,0.981627,300,100,1), - (32842,148737,0,-11154.2,529.276,70.5269,0.846485,0,0,0.410719,0.911762,3600,100,1), - (32843,2041,0,-13197.5,488.905,3.82022,1.3439,0,0,0.622513,0.782609,300,100,1), - (32844,2045,0,-13232.7,634.259,-15.0641,1.58825,0,0,0.713251,0.700909,300,100,1), - (32845,148731,0,-11144.9,535.146,70.4254,-0.200714,0,0,-0.100188,0.994968,3600,100,1), - (32846,2045,0,-13443.5,858.717,-17.5163,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (32850,148762,0,-11147.2,565.671,70.5465,-1.35263,0,0,-0.625924,0.779884,3600,100,1), - (32851,180342,1,1328.81,-4413.92,27.6126,2.93215,0,0,0.994522,0.104528,180,100,1), - (32852,180341,1,1330.65,-4412.48,27.61,2.75762,0,0,0.981627,0.190809,180,100,1), - (32853,180339,1,1328.58,-4414.96,27.6126,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (32854,180340,1,1326.84,-4422.57,27.4387,1.02974,0,0,0.492424,0.870356,180,100,1), - (32855,174846,1,-404.88,1868.69,128.514,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (32862,174847,1,-383.672,1766.89,139.436,-1.23046,0,0,-0.577145,0.816641,900,100,1), - (32863,142342,1,1426.47,-601.823,62.8262,3.14159,-0.008726,-0.008726,0.999924,-0.000076,900,100,1), - (32864,177926,1,1447.92,816.679,142.055,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (32865,1731,1,-1391.02,-3936.81,20.6872,0.890118,0,0,0.430511,0.902585,300,100,1), - (32866,2045,1,-1650.07,-4063.6,-0.348229,-2.93215,0,0,-0.994522,0.10453,300,100,1), - (32872,177926,1,1529,717.888,142.33,2.02458,0,0,0.848048,0.529919,180,100,1), - (32873,177926,1,1703.08,782.711,134.429,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (32874,177926,1,1622.01,899.396,123.166,1.62316,0,0,0.725374,0.688355,180,100,1), - (32875,177926,1,1748.77,882.718,131.44,0.453786,0,0,0.224951,0.97437,180,100,1), - (32876,177926,1,1726.34,773.34,136.96,2.05949,0,0,0.857167,0.515038,180,100,1), - (32877,177926,1,1627.15,984.317,126.792,1.6057,0,0,0.71934,0.694658,180,100,1), - (32878,142140,1,-6811.14,-2924.48,10.3656,1.43117,0,0,0.656059,0.75471,300,100,1), - (32879,177926,1,1640.26,795.113,129.504,0.383972,0,0,0.190809,0.981627,180,100,1), - (32880,2040,1,-7086.78,-4180.31,19.208,-0.872665,0,0,-0.422618,0.906308,300,100,1), - (32881,2866,1,-7017.32,-4153.8,10.935,1.90241,0,0,0.814116,0.580702,300,100,1), - (32884,2045,0,-3940.99,-592.529,-10.591,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (32886,178905,349,989.642,-392.402,-50.3576,-2.04204,0,0,0.85264,-0.522498,3600,100,1), - (32887,178905,349,1064.95,-375.428,-36.3821,0,0,0,0,1,3600,100,1), - (32888,178905,349,1041.07,-330.69,-38.209,1.50098,0,0,0.681998,0.731354,3600,100,1), - (32889,178905,349,951.301,-351.813,-50.2403,-0.593412,0,0,0.292372,-0.956305,3600,100,1), - (32890,178905,349,1083.37,-290.819,-72.6456,-2.21657,0,0,0.894934,-0.446198,3600,100,1), - (32891,178561,349,1060.74,-268.217,-73.4903,-1.53589,-0.000001,0.000001,-0.694658,0.71934,3600,100,1), - (32892,178559,349,937.838,-378.811,-50.3032,3.0456,0,0,0.998848,0.047978,3600,100,1), - (32893,178905,349,1037.18,-256.586,-72.4103,2.49582,0,0,0.948324,0.317305,3600,100,1), - (32894,142144,349,926.314,-292.831,-49.8022,0,0,0,0,1,7200,100,1), - (32895,178568,349,1032.63,-243.233,-72.6557,-0.218167,0,0.000001,-0.108867,0.994056,3600,100,1), - (32896,178569,349,1007.36,-232.888,-67.5961,-1.87623,-0.000001,0,-0.806444,0.59131,3600,100,1), - (32897,178905,349,960.01,-259.707,-49.0976,1.22173,0,0,0.573576,0.819152,3600,100,1), - (32898,178905,349,924.664,-231.712,-46.6095,0.994838,0,0,0.477159,0.878817,3600,100,1), - (32899,178567,349,1013.67,-227.789,-67.5961,-0.218167,0,0.000001,-0.108867,0.994056,3600,100,1), - (32900,2040,349,943.325,-215.377,-46.5547,-2.11185,0,0,-0.870356,0.492423,7200,100,1), - (32901,178564,349,1091.48,-239.483,-75.062,2.25148,0.000001,0,0.902585,0.430511,3600,100,1), - (32902,178562,349,1114.76,-261.923,-78.7819,0.446882,0.023724,0.021276,0.221053,0.974741,3600,100,1), - (32903,178566,349,1039.73,-204.988,-71.6528,-0.218167,0,0.000001,-0.108867,0.994056,3600,100,1), - (32904,178565,349,1047.68,-204.189,-70.4171,-2.74889,0.000001,0,0.980785,-0.19509,3600,100,1), - (32905,178563,349,1077.81,-208.096,-74.1736,0.445059,0,0.000001,0.220697,0.975342,3600,100,1), - (32906,178570,349,1141.01,-191.389,-79.012,0.959931,0,0,0.461749,0.887011,3600,100,1), - (32907,178905,349,941.809,-136.609,-61.1079,0.942478,0,0,0.45399,0.891007,3600,100,1), - (32908,178905,349,883.578,-67.2601,-59.2139,1.53589,0,0,0.694658,0.71934,3600,100,1), - (32909,178905,349,983.297,-67.8987,-62.0587,-2.18166,0,0,0.887011,-0.461749,3600,100,1), - (32910,178905,349,960.397,-10.6216,-62.9832,0.820305,0,0,0.398749,0.91706,3600,100,1), - (32911,142144,349,879.252,-60.7925,-59.1787,1.50098,0,0,0.681997,0.731355,7200,100,1), - (32912,142144,349,731.282,-113.686,-56.2199,-0.558505,0,0,-0.275637,0.961262,7200,100,1), - (32913,142144,349,618.634,-375.951,-52.0194,0.017453,0,0,0.00872639,0.999962,7200,100,1), - (32914,1734,349,591.887,-392.592,-52.0194,0,0,0,0,1,7200,100,1), - (32915,142144,349,716.474,-509.132,-36.4142,-1.50098,0,0,-0.681997,0.731355,7200,100,1), - (32916,142144,349,802.402,85.6517,-86.3652,0.750492,0,0,0.366501,0.930417,7200,100,1), - (32917,178560,349,650.99,74.458,-86.8651,1.45735,0,0,0.665882,0.746057,3600,100,1), - (32918,2040,349,318.675,13.3193,-130.733,2.30383,0,0,0.913544,0.406739,7200,100,1), - (32919,142143,349,317.784,163.933,-131.715,-1.91986,0,0,-0.819151,0.573577,7200,100,1), - (32920,142144,349,347.821,249.205,-94.2677,-3.08923,0,0,-0.999657,0.0261783,7200,100,1), - (32921,2040,349,349.508,-405.274,-124.867,1.71042,0,0,0.754709,0.65606,7200,100,1), - (32922,2047,349,225.88,-381.777,-160.314,-0.523599,0,0,-0.258819,0.965926,7200,100,1), - (32923,142143,349,228.621,-358.796,-160.849,-2.14675,0,0,-0.878816,0.477161,7200,100,1), - (32924,2045,349,55.738,-123.624,-205.301,1.95477,0,0,0.829038,0.559192,7200,100,1), - (32925,2045,349,-8.19321,-211.133,-207.641,2.60054,0,0,0.96363,0.267239,7200,100,1), - (32926,2045,349,-32.5801,-134.583,-208.084,-1.3439,0,0,-0.622513,0.782609,7200,100,1), - (32927,142143,349,7.35923,-12.3294,-131.156,-2.37365,0,0,-0.927184,0.374606,7200,100,1), - (32928,1734,349,-157.535,-284.373,-170.383,2.35619,0,0,0.923879,0.382686,7200,100,1), - (32929,142144,349,-146.257,-268.381,-170.419,-2.72271,0,0,-0.978147,0.207914,7200,100,1), - (32930,21118,48,-813.47,-158.535,-24.5271,-1.51844,0,0,0.688354,-0.725374,7200,100,1), - (32931,21121,48,-823.88,-158.535,-24.5278,0.925024,0,0,0.446198,0.894934,7200,100,1), - (32932,21119,48,-813.578,-170.461,-24.5276,0.10472,0,0,0.052336,0.99863,7200,100,1), - (32933,21120,48,-823.955,-170.407,-24.5267,2.82743,0,0,0.987688,0.156434,7200,100,1), - (32934,19018,48,-781.432,-165.561,-47.9078,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (32935,103016,48,-839.619,-477.904,-33.7343,3.14159,0,0,1,0,7200,100,1), - (33135,2044,0,708.759,-744.561,163.241,-2.11185,0,0,0.870356,-0.492423,300,100,1), - (33137,2044,0,713.304,-554.205,163.252,2.04204,0,0,0.85264,0.522499,300,100,1), - (33140,2046,0,788.919,-779.384,180.029,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (33141,2046,0,583.982,-503.847,186.546,2.25148,0,0,0.902586,0.430509,300,100,1), - (33142,3659,0,-100.047,242.911,55.215,-2.40855,0,0,0.93358,-0.358368,7200,100,1), - (33147,148768,0,-11149,565.325,70.5465,-1.35263,0,0,-0.625924,0.779884,3600,100,1), - (33148,1621,0,-9522.33,-2332.94,66.4444,0.139626,0,0,0.0697563,0.997564,300,100,1), - (33149,1621,0,-9673.71,-1971.44,56.4296,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (33150,1620,0,-9785.31,-1849.98,42.9601,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (33151,1621,0,-10253.7,-1233.5,34.7362,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (33152,148738,0,-11164.2,538.103,70.5465,0.218166,0,0,0.108867,0.994056,3600,100,1), - (33153,148732,0,-11139.9,539.539,70.3801,-0.829031,0,0,-0.402747,0.915312,3600,100,1), - (33155,1621,0,-10951.9,-798.848,63.1586,3.14159,0,0,1,0.00000126759,300,100,1), - (33157,1620,0,-11087.3,-457.458,31.571,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (33158,180878,1,7594.97,-2225.43,468.876,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (33159,180765,1,9746.54,2571.27,1348.62,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (33160,180771,1,7588.16,-2211.21,473.156,2.02458,0,0,0.848048,0.529919,180,100,1), - (33161,180878,1,7593.5,-2222.48,470.964,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (33162,180765,1,9862.25,2392.58,1345.22,2.47837,0,0,0.945519,0.325568,180,100,1), - (33163,180878,1,7593.46,-2218.19,469.722,1.15192,0,0,0.544639,0.838671,180,100,1), - (33164,180765,1,9888.87,2352.4,1326.37,2.58309,0,0,0.961262,0.275637,180,100,1), - (33165,180765,1,9748.82,2482.11,1348.68,1.46608,0,0,0.669131,0.743145,180,100,1), - (33166,2045,0,-3796.78,-1050.54,-32.052,-1.13446,0,0,-0.537298,0.843393,300,100,1), - (33167,3706,0,672.087,-579.128,162.059,-0.471239,0,0,0.233445,-0.97237,7200,100,1), - (33168,1622,0,405.727,227.308,41.9076,0.331613,0,0,0.165048,0.986286,300,100,1), - (33170,1621,0,-3024.27,-2522.86,9.51586,-2.84489,0,0,-0.989016,0.147808,300,100,1), - (33174,1624,0,13.7539,221.86,44.3383,2.51327,0,0,0.951056,0.309019,300,100,1), - (33175,2041,0,-3900.1,-3014.22,7.17964,2.11185,0,0,0.870356,0.492423,300,100,1), - (33176,1620,0,-4125.3,-3181.28,13.1021,0.017453,0,0,0.00872639,0.999962,300,100,1), - (33181,105579,0,389.558,178.222,41.9383,-3.01942,0,0,0.998135,-0.061048,7200,100,1), - (33183,1617,0,-5158.43,-3009.92,335.032,0.314159,0,0,0.156434,0.987688,300,100,1), - (33189,1618,0,-5779.97,-3348.33,304.483,1.8326,0,0,0.793355,0.60876,300,100,1), - (33193,2857,0,997.268,-795.828,108.986,-1.97222,0,0,0.833886,-0.551937,7200,100,1), - (33194,3707,0,1183.19,-558.203,71.2063,-1.6057,0,0,0.71934,-0.694658,7200,100,1), - (33197,1624,0,-50.2177,-112.871,131.619,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (33200,2857,0,503.234,-204.826,152.522,2.09439,0,0,0.866025,0.5,7200,100,1), - (33201,2042,0,533.329,-1443.44,50.8982,-0.558505,0,0,-0.275637,0.961262,300,100,1), - (33203,2041,0,283.791,-1287.66,39.2282,-0.994838,0,0,-0.477159,0.878817,300,100,1), - (33206,2855,0,654.356,-995.732,166.399,0.366519,0,0,0.182236,0.983255,7200,100,1), - (33207,2855,0,675.575,-991.235,170.363,1.29154,0,0,0.601815,0.798636,7200,100,1), - (33208,2857,0,1223.77,-304.653,42.606,1.43117,0,0,0.656059,0.75471,7200,100,1), - (33209,180684,0,525.774,296.498,32.934,1.79769,0,0,0.782608,0.622514,3600,100,1), - (33210,180684,0,577.045,227.188,32.934,-2.74017,0,0,-0.979925,0.199366,3600,100,1), - (33211,180684,0,794.327,-35.3443,32.4959,-1.46608,0,0,-0.669132,0.743144,3600,100,1), - (33212,180684,0,486.771,409.1,32.934,-0.575959,0,0,-0.284016,0.95882,3600,100,1), - (33214,48513,70,-214.306,213.869,-46.7948,0.559547,-0.047695,-0.08301,0.270444,0.957964,3600,100,1), - (33215,48514,70,-215.031,215.95,-46.9364,-0.052072,-0.049881,-0.044778,-0.028222,0.997352,3600,100,1), - (33216,48515,70,-193.623,-20.8782,-33.2921,2.64952,0.030977,-0.046301,0.968002,0.244681,3600,100,1), - (33217,48410,70,-243.487,-16.6386,-48.1398,-0.72074,-0.023905,0.053165,-0.350428,0.934774,3600,100,1), - (33218,48501,70,-35.1563,301.21,-44.8091,2.2825,0.042688,0.070671,0.906372,0.414335,3600,100,1), - (33219,18936,33,-247.757,2125.23,81.0625,-0.375245,0,0,-0.186524,0.98245,5400,100,1), - (33220,103007,70,-217.173,384.857,-39.0385,0.880767,0.063291,-0.131798,0.421848,0.8948,3600,100,1), - (33221,131474,70,161.826,298.283,-51.3698,-0.174533,0,0,-0.087156,0.996195,3600,100,1), - (33222,48510,70,-241.045,-16.8139,-48.2756,-2.53924,-0.003279,0.007053,0.954961,-0.296629,3600,100,1), - (33223,124370,70,-185.394,389.599,-36.3661,0,0,0,0,1,3600,100,1), - (33224,48471,70,-242.871,9.15532,-47.8467,-3.08595,-0.022237,0.047403,0.998269,-0.026773,3600,100,1), - (33225,2061,70,-242.871,9.15532,-47.8467,-3.08595,-0.022237,0.047403,0.998269,-0.026773,3600,100,1), - (33226,48467,70,8.29184,406.718,-46.901,3.07303,-0.032725,0.029802,0.998399,0.035207,3600,100,1), - (33227,48503,70,-246.137,275.353,-50.0709,-1.45661,0.019126,0.000954,-0.665622,0.746043,3600,100,1), - (33228,48435,70,-215.627,361.523,-39.3363,1.92762,0.063823,-0.040403,0.819162,0.568566,3600,100,1), - (33229,48490,70,-218.364,362.314,-39.1264,1.84202,0.053382,-0.034824,0.794769,0.603556,3600,100,1), - (33230,2061,70,-218.364,362.314,-39.1264,1.84202,0.053382,-0.034824,0.794769,0.603556,3600,100,1), - (33231,48423,70,-259.395,370.126,-37.1944,0.325101,-0.03313,0.074323,0.162909,0.98328,3600,100,1), - (33232,48425,70,42.9327,326.448,-43.193,1.40642,0.009595,0.026232,0.646162,0.762689,3600,100,1), - (33233,48415,70,-255.129,372.414,-37.9806,-2.50895,0.041143,-0.02152,0.949697,-0.30971,3600,100,1), - (33234,48451,70,-162.023,205.416,-49.7395,2.71758,-0.037043,-0.026216,0.976819,0.209201,3600,100,1), - (33235,2061,70,-162.023,205.416,-49.7395,2.71758,-0.037043,-0.026216,0.976819,0.209201,3600,100,1), - (33236,48504,70,-247.816,275.446,-50.0534,-1.54689,0.024115,0.042028,-0.697377,0.715065,3600,100,1), - (33237,48406,70,-247.478,-7.58863,-48.3038,-0.797098,0.08282,0.05369,-0.390378,0.915349,3600,100,1), - (33238,103010,70,-242.733,7.14204,-47.7888,1.72626,0.011142,-0.050888,0.757998,0.650173,3600,100,1), - (33239,48458,70,-215.218,384.681,-38.7247,1.96629,-0.005656,-0.041683,0.831121,0.554498,3600,100,1), - (33240,170353,70,150.495,305.928,-52.2261,0.436333,0,0,0.21644,0.976296,3600,100,1), - (33241,18971,33,-118.11,2161.86,155.678,2.76635,0,0,0.98245,0.186524,5400,100,1), - (33242,48419,70,22.4306,214.409,-30.6124,1.84374,-0.037073,0.028266,0.795862,0.60368,3600,100,1), - (33243,2061,70,22.4306,214.409,-30.6124,1.84374,-0.037073,0.028266,0.795862,0.60368,3600,100,1), - (33244,48494,70,-112.48,234.122,-52.2094,-3.01741,0.06817,-0.065682,0.993859,-0.057295,3600,100,1), - (33245,2061,70,-112.48,234.122,-52.2094,-3.01741,0.06817,-0.065682,0.993859,-0.057295,3600,100,1), - (33246,48444,70,-88.7184,313.445,-51.1717,2.15463,0.019534,0.001075,0.880602,0.473452,3600,100,1), - (33247,2061,70,-88.7184,313.445,-51.1717,2.15463,0.019534,0.001075,0.880602,0.473452,3600,100,1), - (33248,48466,70,-94.9388,203.878,-39.6716,1.55063,-0.034373,0.055574,0.697791,0.713315,3600,100,1), - (33249,2061,70,-94.9388,203.878,-39.6716,1.55063,-0.034373,0.055574,0.697791,0.713315,3600,100,1), - (33250,48468,70,6.15078,390.771,-44.5271,-2.76553,0.003794,0.109831,0.975932,-0.18836,3600,100,1), - (33251,48414,70,26.641,221.423,-31.6789,-0.716324,0.003466,-0.000418,-0.350554,0.936536,3600,100,1), - (33252,2061,70,26.641,221.423,-31.6789,-0.716324,0.003466,-0.000418,-0.350554,0.936536,3600,100,1), - (33253,142488,70,150.495,305.928,-52.2261,0.436333,0,0,0.21644,0.976296,3600,100,1), - (33254,48437,70,-213.755,7.63143,-48.1748,0.153017,-0.035141,0.041069,0.077712,0.99551,3600,100,1), - (33255,2061,70,-213.755,7.63143,-48.1748,0.153017,-0.035141,0.041069,0.077712,0.99551,3600,100,1), - (33256,48502,70,-247.077,286.443,-48.6889,-1.63188,0,0,-0.728371,0.685183,3600,100,1), - (33257,48416,70,24.4553,223.402,-31.8671,-0.626887,-0.039967,-0.033002,-0.309081,0.949622,3600,100,1), - (33258,48506,70,-248.061,238.934,-46.504,0.915699,-0.015833,0.007554,0.442086,0.896801,3600,100,1), - (33259,103006,70,-82.1037,332.987,-48.6892,3.14159,0,0,1,0,3600,100,1), - (33260,103009,70,-85.766,314.434,-51.2457,3.14159,0,0,1,0,3600,100,1), - (33261,48485,70,52.875,345.382,-40.1759,3.14159,0,0,1,0,3600,100,1), - (33262,48457,70,-36.6456,337.479,-39.5379,3.14159,0,0,1,0,3600,100,1), - (33263,48478,70,-354.055,113.161,-44.222,2.43293,0.035616,0.020336,0.937377,0.345893,3600,100,1), - (33264,48427,70,-126.334,332.602,-44.0837,3.14159,0,0,1,0,3600,100,1), - (33265,48498,70,-245.441,286.356,-48.6889,-1.5708,0,0,-0.707107,0.707107,3600,100,1), - (33266,103005,70,-115.06,345.334,-44.6386,3.14159,0,0,1,0,3600,100,1), - (33267,48439,70,-198.304,270.631,-48.6933,2.80547,0.060366,-0.018399,0.983862,0.167433,3600,100,1), - (33268,48497,70,-246.502,265,-50.3298,-2.20012,0.012807,0.006955,0.891138,-0.453499,3600,100,1), - (33269,2061,70,-246.502,265,-50.3298,-2.20012,0.012807,0.006955,0.891138,-0.453499,3600,100,1), - (33270,48463,70,-15.815,341.419,-41.1402,1.81281,-0.037894,-0.008885,0.78715,0.615532,3600,100,1), - (33271,2061,70,-15.815,341.419,-41.1402,1.81281,-0.037894,-0.008885,0.78715,0.615532,3600,100,1), - (33272,48429,70,30.4804,317.575,-39.893,-1.3361,-0.006702,0.016792,-0.619243,0.784991,3600,100,1), - (33273,2061,70,30.4804,317.575,-39.893,-1.3361,-0.006702,0.016792,-0.619243,0.784991,3600,100,1), - (33274,48438,70,-197.55,272.136,-48.7444,2.90467,0.074492,-0.004459,0.990261,0.117531,3600,100,1), - (33275,48512,70,-215.032,-8.5477,-48.5745,-1.46335,-0.017971,0.028946,-0.667495,0.743834,3600,100,1), - (33276,2061,70,-215.032,-8.5477,-48.5745,-1.46335,-0.017971,0.028946,-0.667495,0.743834,3600,100,1), - (33277,48489,70,-109.96,234.258,-52.2748,-3.07411,-0.073691,-0.058389,0.994851,-0.037827,3600,100,1), - (33278,1735,70,-179.772,95.0592,-48.8041,2.77507,0,0,0.983255,0.182237,7200,100,1), - (33279,1735,70,-23.9125,326.636,-44.5684,-1.97222,0,0,-0.833885,0.551938,7200,100,1), - (33280,2040,70,26.3165,209.089,-29.7314,2.68781,0,0,0.97437,0.22495,7200,100,1), - (33281,2040,70,-360.646,141.757,-48.4138,-0.174533,0,0,-0.0871558,0.996195,7200,100,1), - (33282,3707,70,-101.293,329.776,-47.5239,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (33283,3707,70,-247.885,236.192,-46.4701,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (33284,180684,0,903.772,-82.2748,32.9309,-2.51327,0,0,-0.951056,0.309019,3600,100,1), - (33285,180712,1,-4722.65,2106.9,0,-0.05236,0,0,-0.026177,0.999657,180,100,1), - (33300,180685,0,515.198,365.689,32.934,1.37881,0,0,0.636078,0.771625,3600,100,1), - (33304,2855,0,604.922,-406.975,160.282,-0.436333,0,0,0.21644,-0.976296,7200,100,1), - (33305,1624,0,88.6101,-582.392,141.557,1.93731,0,0,0.824125,0.566409,300,100,1), - (33307,142141,0,2277.96,-4737.99,95.8844,0.959931,0,0,0.461749,0.887011,300,100,1), - (33308,176587,0,2206.71,-4689.75,74.457,-2.44346,0,0,-0.939692,0.342021,300,100,1), - (33309,176583,0,1964.47,-4535.95,74.9133,0.890118,0,0,0.430511,0.902585,300,100,1), - (33310,2044,0,217.143,-315.348,155.358,-2.23402,0,0,0.898794,-0.438371,300,100,1), - (33311,176584,0,1846.72,-4646.22,82.071,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (33312,2003,0,-696.212,1584.57,17.2694,3.14159,-0.030536,0.013083,0.999448,0.0004,7200,100,1), - (33313,2061,0,-696.212,1584.57,17.2694,3.14159,-0.030536,0.013083,0.999448,0.0004,7200,100,1), - (33314,2004,0,-730.747,1485.59,15.7626,3.14159,0,0,1,0,7200,100,1), - (33315,176584,0,1688.96,-4419.48,84.7388,0.523599,0,0,0.258819,0.965926,300,100,1), - (33316,142141,0,1616.92,-3934.26,146.298,-0.733038,0,0,-0.358368,0.93358,300,100,1), - (33317,2061,0,-730.747,1485.59,15.7626,3.14159,0,0,1,0,7200,100,1), - (33318,2005,0,987.7,1417.24,38.8028,-1.53738,0.037723,-0.042544,-0.693893,0.71783,7200,100,1), - (33319,2061,0,987.7,1417.24,38.8028,-1.53738,0.037723,-0.042544,-0.693893,0.71783,7200,100,1), - (33320,2002,0,-469.17,809.026,96.1982,-3.14159,-0.061034,-0.021774,0.997897,-0.001332,7200,100,1), - (33321,2061,0,-469.17,809.026,96.1982,-3.14159,-0.061034,-0.021774,0.997897,-0.001332,7200,100,1), - (33322,176584,0,1602.15,-3616.62,105.538,2.51327,0,0,0.951056,0.309019,300,100,1), - (33323,1688,0,342.817,1249.18,80.7382,-1.8675,0,0,-0.803857,0.594823,7200,100,1), - (33324,1690,0,342.674,1249.23,80.7299,1.27409,0,0,0.594823,0.803857,7200,100,1), - (33325,142141,0,1651.41,-3497.05,131.833,0.191986,0,0,0.0958456,0.995396,300,100,1), - (33326,1692,0,340.22,1249.68,80.8974,2.76636,0.68659,0.001571,0.72691,0.013906,7200,100,1), - (33327,1693,0,-138.245,1182.22,63.9376,3.14159,0,0,1,0,7200,100,1), - (33328,1694,0,-138.215,1182.31,63.9358,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (33329,1675,0,1292.7,1078.13,53.6442,0.724311,0,0,0.354291,0.935135,7200,100,1), - (33330,2048,0,-549.538,727.129,91.1026,2.90597,0,0,0.993068,0.117537,7200,100,1), - (33331,2049,0,-549.49,727.23,91.0993,-0.235619,0,0,-0.117537,0.993068,7200,100,1), - (33332,2050,0,-549.49,727.23,90.5437,-0.235619,0,0,-0.117537,0.993068,7200,100,1), - (33333,2001,0,-18.7388,1344.92,59.323,-1.18682,0.075408,0.111796,-0.554085,0.821465,7200,100,1), - (33334,2061,0,-18.7388,1344.92,59.323,-1.18682,0.075408,0.111796,-0.554085,0.821465,7200,100,1), - (33335,1677,0,1292.74,1078.11,53.6475,-2.41728,0,0,0.935135,-0.354291,7200,100,1), - (33336,1628,0,1592.48,-3265.5,67.0181,-0.139626,0,0,-0.0697563,0.997564,300,100,1), - (33337,1679,0,639.842,1290.95,85.5373,2.19039,0,0,0.889017,0.457874,7200,100,1), - (33338,1680,0,639.839,1290.94,85.0389,2.19039,0,0,0.889017,0.457874,7200,100,1), - (33339,176324,1,-5464.37,-2450.8,89.2474,-2.76635,0,0,0.98245,-0.186524,180,100,1), - (33341,1681,0,639.938,1291.03,86.034,-0.951205,0,0,-0.457874,0.889017,7200,100,1), - (33342,1599,0,970.835,599.321,53.9521,-2.66163,0,0,0.971342,-0.237686,2,100,1), - (33343,1695,0,-138.358,1182.31,63.9459,1.5708,0,0,0.707107,0.707107,7200,100,1), - (33344,1696,0,-138.333,1182.32,63.4442,1.5708,0,0,0.707107,0.707107,7200,100,1), - (33347,1697,0,-138.235,1182.3,63.4372,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (33348,1703,0,-140.413,872.051,61.7348,0,0,0,0,1,7200,100,1), - (33349,1620,0,19.495,-804.196,58.156,1.0472,0,0,0.500001,0.866025,300,100,1), - (33350,1704,0,-140.519,871.971,63.2393,1.5708,0,0,0.707107,0.707107,7200,100,1), - (33351,1705,0,-362.578,1185.08,65.4052,0,0,0,0,1,7200,100,1), - (33352,1708,0,-362.612,1185.03,65.4082,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (33353,1710,0,-362.606,1185.03,65.4072,1.5708,0,0,0.707107,0.707107,7200,100,1), - (33354,1711,0,-358.386,1313.26,36.0851,2.02458,0,0,0.848048,0.529919,7200,100,1), - (33356,1714,0,-358.347,1313.35,36.0834,-1.11701,0,0,-0.529919,0.848048,7200,100,1), - (33358,1715,0,-358.347,1313.35,35.5834,-1.11701,0,0,-0.529919,0.848048,7200,100,1), - (33359,24777,0,471.736,1597.1,126.347,-1.53995,0.018603,-0.005884,-0.696095,0.717685,10,100,1), - (33361,1624,0,-388.773,-1225.92,56.8811,1.5708,0,0,0.707108,0.707106,300,100,1), - (33362,112881,0,1171.46,2061.27,5.48514,-3.14159,0.052,0.113048,0.99221,-0.005925,7200,100,1), - (33363,2061,0,1171.46,2061.27,5.48514,-3.14159,0.052,0.113048,0.99221,-0.005925,7200,100,1), - (33364,69282,0,240.615,1640.48,141.344,3.14159,-0.04347,-0.082729,0.995617,-0.003612,7200,100,1), - (33365,2061,0,240.615,1640.48,141.344,3.14159,-0.04347,-0.082729,0.995617,-0.003612,7200,100,1), - (33366,113540,0,-645.013,1180.23,78.852,-0.203929,0,0,-0.101788,0.994806,7200,100,1), - (33367,2061,0,-645.013,1180.23,78.852,-0.203929,0,0,-0.101788,0.994806,7200,100,1), - (33368,112888,0,971.939,704.891,85.0009,-1.52716,0,0,-0.691513,0.722364,2,100,1), - (33369,101750,0,425.113,1864.08,9.97404,-2.87107,0,0,0.990866,-0.134851,7200,100,1), - (33370,143989,0,503.972,1626.93,125.608,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (33371,1707,0,-362.572,1185.07,64.405,0,0,0,0,1,7200,100,1), - (33372,20693,0,483.145,986.401,128.601,3.14159,0,-0.01309,0.999914,0,7200,100,1), - (33373,2061,0,483.145,986.401,128.601,3.14159,0,-0.01309,0.999914,0,7200,100,1), - (33374,2052,0,-549.489,727.179,91.1012,-1.80642,0,0,-0.785317,0.619094,7200,100,1), - (33375,1700,0,-140.429,872.05,63.2351,0,0,0,0,1,7200,100,1), - (33380,1624,0,-1077.16,-2522.21,54.5256,-2.49582,0,0,-0.948323,0.317306,300,100,1), - (33381,2042,0,-1110.98,-3047.87,43.4221,2.70526,0,0,0.976296,0.21644,300,100,1), - (33382,1593,0,689.519,995.651,33.5328,-2.03331,0.022059,0.255141,-0.804415,0.536035,2,100,1), - (33383,178845,0,-247.137,1509.01,75.8482,-2.68781,0,0,0.97437,-0.224951,7200,100,1), - (33384,2006,0,1103.3,1115.97,40.567,-0.55829,0,0,-0.275534,0.961291,7200,100,1), - (33386,2061,0,1103.3,1115.97,40.567,-0.55829,0,0,-0.275534,0.961291,7200,100,1), - (33387,1698,0,-138.331,1182.32,62.944,1.5708,0,0,0.707107,0.707107,7200,100,1), - (33388,2042,0,-1525.59,-2820.52,38.0459,1.78024,0,0,0.777147,0.629319,300,100,1), - (33390,1678,0,639.812,1290.94,86.0389,2.19039,0,0,0.889017,0.457874,7200,100,1), - (33391,1709,0,-362.617,1185.01,64.9082,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (33392,1701,0,-140.427,872.057,62.7348,0,0,0,0,1,7200,100,1), - (33393,1713,0,-358.349,1313.27,35.5801,-2.68781,0,0,0.97437,-0.224951,7200,100,1), - (33394,1621,0,-3158.41,-2715.49,10.3879,1.09956,0,0,0.5225,0.852639,300,100,1), - (33395,1621,0,-3783.77,-2933.34,11.6395,1.0821,0,0,0.515036,0.857168,300,100,1), - (33396,1676,0,1292.71,1078.12,53.1458,0.733039,0,0,0.358368,0.933581,7200,100,1), - (33397,1622,0,-4189.18,-3100.81,26.2298,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (33401,24776,0,471.821,1594.13,126.601,-1.5253,0,0,-0.690838,0.72301,2,100,1), - (33403,1712,0,-358.349,1313.27,36.0801,-2.68781,0,0,0.97437,-0.224951,7200,100,1), - (33404,1618,0,-5782.84,-3418.18,304.949,0.907571,0,0,0.438371,0.898794,300,100,1), - (33406,2866,0,-6683.87,-2915.99,240.744,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (33408,1687,0,342.817,1249.18,81.2382,-1.8675,0,0,-0.803857,0.594823,7200,100,1), - (33409,2046,0,-6612.58,-2531.59,277.704,0.15708,0,0,0.0784593,0.996917,300,100,1), - (33412,1686,0,639.83,1291,86.0111,0.610866,0,0,0.300706,0.953717,7200,100,1), - (33413,2866,0,-7323.66,-1669.21,286.824,2.16421,0,0,0.882948,0.469471,300,100,1), - (33414,1702,0,-140.42,872.052,62.2349,0,0,0,0,1,7200,100,1), - (33415,20692,0,508.544,916.669,128.55,2.81024,0,0,0.986307,0.164918,7200,100,1), - (33416,2061,0,508.544,916.669,128.55,2.81024,0,0,0.986307,0.164918,7200,100,1), - (33417,113791,0,419.041,1843.15,11.989,3.14159,-0.013089,-0.004363,1,-0.000203653,2,100,1), - (33418,1706,0,-362.583,1185.07,64.9056,0,0,0,0,1,7200,100,1), - (33419,176584,0,-8108.57,-1242.01,133.102,-2.67035,0,0,-0.972369,0.233447,300,100,1), - (33420,176589,0,-8237.66,-1185.92,142.557,2.46091,0,0,0.942641,0.333809,3600,100,1), - (33421,106318,0,-9267.23,-1180.15,70.147,0.436332,0,0,0.21644,0.976296,3600,100,1), - (33422,176793,0,-9340.38,-1142.91,67.7554,-0.20944,0,0,0.104528,-0.994522,900,100,1), - (33423,176793,0,-9369.15,-1128.57,63.9992,-1.71042,0,0,0.75471,-0.656059,900,100,1), - (33424,176793,0,-9383.15,-1101.23,62.5236,-2.40855,0,0,0.93358,-0.358368,900,100,1), - (33425,1621,0,-10221.9,-1002.5,33.334,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (33427,35598,33,-213.2,2273.37,77.338,-3.12414,0,0,0.999962,-0.008727,5400,100,1), - (33428,2041,0,-12204.9,-26.777,1.90866,0.994838,0,0,0.477159,0.878817,300,100,1), - (33429,1622,0,-10790.5,-1381.68,39.0026,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (33430,1621,0,-10508.8,-798.706,54.701,1.8326,0,0,0.793355,0.60876,300,100,1), - (33431,2852,0,-10462.6,-803.022,52.0224,-1.15192,0,0,0.544639,-0.838671,3600,100,1), - (33434,2852,0,-10996.7,-1346.73,53.658,-1.98968,0,0,0.838671,-0.544639,3600,100,1), - (33436,76,0,-9296.65,-2943.81,164.84,3.14159,0,0,1,0,2,100,1), - (33437,180341,1,1328.08,-4424.06,27.4015,2.09439,0,0,0.866025,0.5,180,100,1), - (33438,180338,1,1328.61,-4423.99,27.4347,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (33442,180374,1,1332.6,-4418.85,27.7424,0.541052,0,0,0.267238,0.96363,180,100,1), - (33443,180374,1,1328.19,-4414.11,27.6073,0.488692,0,0,0.241922,0.970296,180,100,1), - (33444,180374,1,1327.38,-4414.65,27.6105,1.29154,0,0,0.601815,0.798636,180,100,1), - (33448,1699,0,-138.325,1182.32,62.4436,1.5708,0,0,0.707107,0.707107,7200,100,1), - (33449,1627,0,-22.4965,1354.5,59.6505,3.14159,-0.004358,-0.047978,0.998839,-0.000209,2,100,1), - (33451,2051,0,-549.466,727.231,89.9898,-0.235619,0,0,-0.117537,0.993068,7200,100,1), - (33452,1689,0,342.653,1249.23,81.2299,1.27409,0,0,0.594823,0.803857,7200,100,1), - (33454,1691,0,342.674,1249.23,80.2299,1.27409,0,0,0.594823,0.803857,7200,100,1), - (33455,3798,0,1416.72,1095.33,53.622,1.32645,0,0,0.615661,0.788011,7200,100,1), - (33458,1622,0,-10733.4,-1102.38,27.4643,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (33459,1624,0,-10795.4,-690.17,40.9777,0.139626,0,0,0.0697563,0.997564,300,100,1), - (33460,2061,33,-213.2,2273.37,77.338,-3.12414,0,0,0.999962,-0.008727,5400,100,1), - (33463,1821,0,-9715.57,-3180.91,58.6088,3.14159,0,0,1,0,7200,100,1), - (33464,2061,0,-9715.57,-3180.91,58.6088,3.14159,0,0,1,0,7200,100,1), - (33465,114,0,-9589.4,-1929.75,63.4401,-2.81871,0,0,0.986996,-0.160743,7200,100,1), - (33467,115,0,-9588.76,-1928.54,63.4444,-1.24791,0,0,-0.58425,0.811574,7200,100,1), - (33468,1623,0,-10184.1,-646.728,72.9885,2.98451,0,0,0.996917,0.0784606,300,100,1), - (33469,1623,0,-10096.3,-384.409,54.7689,2.18166,0,0,0.88701,0.461749,300,100,1), - (33470,1621,0,-10210.7,-75.452,34.5287,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (33471,1622,0,-10387.4,-122.059,66.1578,0.366519,0,0,0.182235,0.983255,300,100,1), - (33472,1622,0,-11016.1,262.501,26.9719,0.401426,0,0,0.199368,0.979925,300,100,1), - (33475,2850,0,-10835.7,-568.281,36.5574,0.017453,0,0,0.008727,0.999962,3600,100,1), - (33476,1624,0,-11049,-495.103,30.5978,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (33477,117,0,-9635.47,-2087.19,61.2531,-1.98095,0,0,-0.836286,0.548293,7200,100,1), - (33478,118,0,-9637.23,-2086.35,61.294,1.16064,0,0,0.548293,0.836286,7200,100,1), - (33479,2062,0,-9288.76,-2251.3,63.322,3.14159,0,0,1,0,7200,100,1), - (33480,2061,0,-9288.76,-2251.3,63.322,3.14159,0,0,1,0,7200,100,1), - (33481,1808,0,-9462.8,-1895.16,82.413,-1.91986,0.003574,0.002503,-0.819144,0.573571,7200,100,1), - (33483,1628,0,-10495,430.5,38.0431,0.593412,0,0,0.292372,0.956305,300,100,1), - (33486,1620,0,-10808.6,-1383.39,43.1448,1.39626,0,0,0.642786,0.766046,300,100,1), - (33487,2061,0,-9462.8,-1895.16,82.413,-1.91986,0.003574,0.002503,-0.819144,0.573571,7200,100,1), - (33488,1811,0,-9295.96,-3199.75,105.146,-3.14159,-0.056684,0.017424,0.99824,0.000989,7200,100,1), - (33489,2061,0,-9295.96,-3199.75,105.146,-3.14159,-0.056684,0.017424,0.99824,0.000989,7200,100,1), - (33490,1622,0,-10414.3,-1020.31,49.9457,-1.48353,0,0,-0.67559,0.737277,300,100,1), - (33491,3658,0,-9940.45,-1108.79,22.2839,0.785398,0,0,0.382683,0.92388,180,100,1), - (33492,106318,0,-9940.04,-1118.6,21.9235,0.017453,0,0,0.008727,0.999962,3600,100,1), - (33495,3797,0,1415.97,1095.83,53.622,2.61799,0,0,0.965926,0.258819,7200,100,1), - (33496,22567,0,1309.41,1212.34,58.7176,0.218166,0,0,0.108867,0.994056,7200,100,1), - (33497,2061,0,1309.41,1212.34,58.7176,0.218166,0,0,0.108867,0.994056,7200,100,1), - (33498,22563,0,1308.83,1213.53,53.8007,1.50971,0,0,0.685183,0.728371,7200,100,1), - (33499,2061,0,1308.83,1213.53,53.8007,1.50971,0,0,0.685183,0.728371,7200,100,1), - (33500,22565,0,1309.2,1212.35,53.8007,0.218166,0,0,0.108867,0.994056,7200,100,1), - (33501,2061,0,1309.2,1212.35,53.8007,0.218166,0,0,0.108867,0.994056,7200,100,1), - (33502,22564,0,1308.66,1212.92,58.7176,-1.97222,0,0,-0.833885,0.551938,7200,100,1), - (33503,2061,0,1308.66,1212.92,58.7176,-1.97222,0,0,-0.833885,0.551938,7200,100,1), - (33504,22566,0,1308.44,1212.93,53.8007,-1.97222,0,0,-0.833885,0.551938,7200,100,1), - (33505,2061,0,1308.44,1212.93,53.8007,-1.97222,0,0,-0.833885,0.551938,7200,100,1), - (33506,3798,0,577.164,1571.24,132.716,0.305431,0,0,0.152123,0.988362,7200,100,1), - (33507,1620,0,-3263.8,-1156.58,9.49935,2.51327,0,0,0.951056,0.309019,300,100,1), - (33508,22533,0,573.316,1568.17,132.788,1.64934,0,0,0.734322,0.678801,7200,100,1), - (33509,1621,0,-3380.85,-2549.54,19.3933,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (33511,1622,0,-3986.58,-2605.34,63.3832,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (33516,22534,0,570.742,1568.01,132.788,1.63188,0,0,0.728371,0.685183,7200,100,1), - (33518,177926,1,1577.24,757.409,133.939,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (33519,177926,1,1507.13,819.177,133.427,0.506145,0,0,0.25038,0.968148,180,100,1), - (33524,177926,1,1488.74,856.914,132.446,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (33525,177926,1,1473.38,902.268,134.989,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (33526,2045,1,5921.83,566.67,-1.87616,2.02458,0,0,0.848048,0.52992,300,100,1), - (33531,177927,1,1016.05,931.665,103.535,1.44862,0,0,0.66262,0.748956,900,100,1), - (33532,92424,1,731.628,344.516,64.4051,1.54462,0,0,0.69779,0.716302,900,100,1), - (33533,92426,1,-274.28,-396.209,17.2234,0.530502,0.017412,0.033674,0.261272,0.964521,900,100,1), - (33540,92427,1,-191.895,-349.684,8.63399,3.14159,0.008726,-0.004363,0.999952,0.000038,900,100,1), - (33541,1732,1,3373.64,350.877,10.6327,2.1293,0,0,0.874619,0.48481,300,100,1), - (33542,2061,1,117.989,-583.54,-1.03831,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (33544,2061,1,51.3821,-777.908,-7.49511,3.14159,0,0,1,0,900,100,1), - (33545,1731,1,2585.55,-1074.56,131.414,2.35619,0,0,0.923879,0.382686,300,100,1), - (33547,1622,1,2335.76,-1409.18,95.0829,0.942478,0,0,0.453991,0.891006,300,100,1), - (33548,2041,1,2066.76,-1994.64,94.9482,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (33549,3724,1,-146.922,-2948.52,91.9616,-1.93731,0,0,0.824126,-0.566406,900,100,1), - (33553,3730,1,-1524.99,-3553.36,174.708,-2.35619,0,0,0.92388,-0.382683,1800,100,1), - (33555,2061,1,1426.47,-601.823,62.8262,3.14159,-0.008726,-0.008726,0.999924,-0.000076,900,100,1), - (33556,2061,1,731.628,344.516,64.4051,1.54462,0,0,0.69779,0.716302,900,100,1), - (33557,3729,1,-2033.97,-3719.65,22.6121,2.74017,0,0,0.979925,0.199368,900,100,1), - (33607,3705,0,-8780.65,456.425,98.4555,1.58825,0,0,0.71325,0.700909,180,100,1), - (33608,1618,0,-9285.26,315.225,72.9209,-2.40855,0,0,-0.93358,0.35837,300,100,1), - (33610,1617,0,-9687.95,-463.91,53.1311,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (33613,1618,0,-9451.71,-688.275,63.4407,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (33616,106318,0,-9491.57,-396.539,59.5112,1.25664,0,0,0.587785,0.809017,3600,100,1), - (33617,1617,0,-9372.77,286.021,64.5818,2.67035,0,0,0.972369,0.233447,300,100,1), - (33618,180374,1,1325.71,-4422.15,27.4345,1.43117,0,0,0.656059,0.75471,180,100,1), - (33619,180374,1,1326.5,-4421.39,27.4327,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (33633,35596,33,-215.003,2270.45,77.338,-1.94604,0,0,-0.82659,0.562805,5400,100,1), - (33732,2061,33,-215.003,2270.45,77.338,-1.94604,0,0,-0.82659,0.562805,5400,100,1), - (33785,18972,33,-129.034,2166.16,129.187,-0.375245,0,0,-0.186524,0.98245,5400,100,1), - (33834,3705,0,-8407.79,581.781,91.9778,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (33837,161557,0,-9105.36,-332.526,73.4301,-2.1293,0,0,0.87462,-0.48481,120,100,1), - (33838,161557,0,-9095.65,-334.19,73.4517,-0.890118,0,0,0.430511,-0.902585,120,100,1), - (33840,161557,0,-9068.64,-344.935,73.4517,0.017453,0,0,0.008727,0.999962,120,100,1), - (33843,161557,0,-9060.96,-297.315,73.4599,-1.06465,0,0,0.507538,-0.861629,120,100,1), - (33846,1623,0,-3486.11,-1629.04,54.0082,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (33848,1622,0,-3456.5,-1510.45,28.996,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (33850,1624,0,-1355.84,-3012.1,41.9774,2.21657,0,0,0.894935,0.446197,300,100,1), - (33852,22530,0,570.339,1576.86,132.796,-1.52716,0,0,-0.691513,0.722364,7200,100,1), - (33853,22531,0,568.371,1567.93,132.788,1.6057,0,0,0.71934,0.694658,7200,100,1), - (33854,3797,0,577.197,1572.13,132.716,1.59697,0,0,0.716302,0.697791,7200,100,1), - (33855,22261,0,1011.06,680.326,76.3021,1.63188,0,0,0.728371,0.685183,7200,100,1), - (33856,22248,0,1017.4,714.46,60.9829,2.59181,0,0,0.962455,0.27144,7200,100,1), - (33857,142140,0,390.568,-3796.91,167.297,2.25148,0,0,0.902586,0.430509,300,100,1), - (33858,142144,0,444.66,-3789.41,120.988,-0.541052,0,0,-0.267238,0.96363,300,100,1), - (33860,22253,0,993.643,684.423,60.9836,1.59698,0,0,0.716302,0.69779,7200,100,1), - (33861,176586,0,1799.07,-4340.02,101.96,1.5708,0,0,0.707108,0.707106,300,100,1), - (33862,142142,0,1845.25,-4381.79,97.4889,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (33864,176587,0,1882.59,-4541.19,82.5564,0.558505,0,0,0.275637,0.961262,300,100,1), - (33865,22254,0,1016.73,717.164,60.9829,-2.46964,0,0,0.944089,-0.329691,7200,100,1), - (33866,37090,0,1002.59,671.922,85.0435,1.10828,0,0,0.526214,0.850352,7200,100,1), - (33867,2061,0,1002.59,671.922,85.0435,1.10828,0,0,0.526214,0.850352,7200,100,1), - (33868,37089,0,948.594,694.498,62.9153,0.034907,0,0,0.017452,0.999848,7200,100,1), - (33869,2061,0,948.594,694.498,62.9153,0.034907,0,0,0.017452,0.999848,7200,100,1), - (33870,176586,0,2372.58,-5299.3,95.3673,2.3911,0,0,0.930417,0.366502,300,100,1), - (33872,37095,0,1001.07,708.04,85.0435,1.10828,0,0,0.526214,0.850352,7200,100,1), - (33873,2061,0,1001.07,708.04,85.0435,1.10828,0,0,0.526214,0.850352,7200,100,1), - (33874,176583,0,2536.31,-4813.06,105.719,2.84489,0,0,0.989016,0.147808,300,100,1), - (33875,22255,0,1014.93,716.346,60.9829,-0.287979,0,0,-0.143492,0.989651,7200,100,1), - (33876,37091,0,980.033,671.155,85.0435,2.15548,0,0,0.880891,0.473319,7200,100,1), - (33877,2061,0,980.033,671.155,85.0435,2.15548,0,0,0.880891,0.473319,7200,100,1), - (33878,37092,0,1000.19,695.317,76.1638,-1.98968,0,0,-0.838671,0.544639,7200,100,1), - (33879,2061,0,1000.19,695.317,76.1638,-1.98968,0,0,-0.838671,0.544639,7200,100,1), - (33880,22262,0,1010.37,700.261,76.3021,-1.55334,0,0,-0.700909,0.71325,7200,100,1), - (33881,22250,0,1004.23,688.64,60.9829,0.034907,0,0,0.017452,0.999848,7200,100,1), - (33882,3770,0,1017.63,715.836,61.0489,-3.01069,0,0,0.997859,-0.065403,7200,100,1), - (33883,37093,0,949.044,681.61,62.9153,0.034907,0,0,0.017452,0.999848,7200,100,1), - (33911,2061,1,-180.889,-234.881,8.78675,1.30027,0,0,0.605294,0.796002,900,100,1), - (34006,18901,33,-249.22,2123.1,82.8052,4.71239,-0.131892,-0.694697,-0.131892,0.694697,5400,100,1), - (34024,2061,0,949.044,681.61,62.9153,0.034907,0,0,0.017452,0.999848,7200,100,1), - (34030,1618,0,-9689.24,747.931,30.9122,-0.663225,0,0,-0.325568,0.945519,300,100,1), - (34031,3719,0,-10004.2,668.569,35.7438,1.48353,0,0,0.67559,0.737277,180,100,1), - (34032,106318,0,-10104,687.487,31.9941,0,0,0,0,1,3600,100,1), - (34033,1620,0,-10533,585.718,29.9915,2.75762,0,0,0.981627,0.190809,300,100,1), - (34034,1621,0,-10737.3,689.143,36.6868,1.0472,0,0,0.500001,0.866025,300,100,1), - (34039,1812,0,-9373.79,-3164.97,83.5434,-1.00356,0.008023,0.005552,-0.480999,0.876667,7200,100,1), - (34040,2061,0,-9373.79,-3164.97,83.5434,-1.00356,0.008023,0.005552,-0.480999,0.876667,7200,100,1), - (34042,180374,1,1332.63,-4419.56,27.7271,2.96706,0,0,0.996195,0.087156,180,100,1), - (34043,180374,1,1330.26,-4411.88,27.609,0.139626,0,0,0.069756,0.997564,180,100,1), - (34044,180374,1,1331.32,-4412.06,27.6068,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (34045,180374,1,1329.07,-4425.48,27.442,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (34046,180371,1,1330.72,-4425.71,27.4281,0.750492,0,0,0.366501,0.930418,180,100,1), - (34047,180372,1,1327.37,-4423.33,27.4349,2.53073,0,0,0.953717,0.300706,180,100,1), - (34048,180371,1,1326.97,-4416.36,27.5984,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (34049,1813,0,-9444.47,-3078.38,136.687,1.51844,0,0,0.688355,0.725374,7200,100,1), - (34050,2061,0,-9444.47,-3078.38,136.687,1.51844,0,0,0.688355,0.725374,7200,100,1), - (34051,1815,0,-9229.14,-3303.42,101.531,3.14159,0,0,1,0,7200,100,1), - (34052,2061,0,-9229.14,-3303.42,101.531,3.14159,0,0,1,0,7200,100,1), - (34053,2045,0,-12138.3,469.575,-30.1143,0.890118,0,0,0.430511,0.902585,300,100,1), - (34054,1816,0,-9257.98,-3217.15,101.091,3.14159,0,0,1,0,7200,100,1), - (34056,2061,0,-9257.98,-3217.15,101.091,3.14159,0,0,1,0,7200,100,1), - (34060,3662,0,-8492.74,525.669,97.9904,1.97222,0,0,0.833886,0.551937,180,100,1), - (34061,180338,1,1341.48,-4414.62,28.0698,2.35619,0,0,0.92388,0.382683,180,100,1), - (34062,180352,1,1342.92,-4418.95,27.2818,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (34063,180345,1,1339.55,-4423.48,27.6004,0.907571,0,0,0.438371,0.898794,180,100,1), - (34064,180351,1,1335.12,-4425.61,26.6863,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (34065,180326,1,1338.9,-4424.27,26.8507,2.37365,0,0,0.927184,0.374607,180,100,1), - (34066,180350,1,1334.99,-4426.71,26.6625,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (34067,180340,1,1337.8,-4412.08,28.0879,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (34068,180339,1,1339,-4423.43,27.6229,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (34069,180339,1,1337.52,-4426.05,27.6252,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (34072,3662,0,-8704.65,518.544,99.26,2.00713,0,0,0.843391,0.5373,180,100,1), - (34075,3705,0,-8848.34,623.168,95.9836,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (34077,2061,1,-271.76,-586.848,54.6868,3.14159,0,0,1,0,900,100,1), - (34078,3705,0,-8505.77,722.066,99.935,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (34081,22259,0,1012.61,686.048,76.3021,-3.12414,0,0,0.999962,-0.008726,7200,100,1), - (34082,22260,0,1007.05,680.01,76.3021,1.63188,0,0,0.728371,0.685183,7200,100,1), - (34083,22251,0,1007.24,688.768,60.9829,-3.14159,0,0,1,0,7200,100,1), - (34084,37094,0,1000.44,684.457,76.1638,-1.01229,0,0,-0.48481,0.874619,7200,100,1), - (34085,2061,0,1000.44,684.457,76.1638,-1.01229,0,0,-0.48481,0.874619,7200,100,1), - (34086,22257,0,1012.35,693.509,76.3021,-3.12414,0,0,0.999962,-0.008726,7200,100,1), - (34087,22258,0,1012.47,690.073,76.3021,-3.12414,0,0,0.999962,-0.008726,7200,100,1), - (34088,37051,0,1006.34,700.12,76.3021,-1.55334,0,0,-0.700909,0.71325,7200,100,1), - (34089,37096,0,978.851,707.066,85.0435,2.67908,0,0,0.973379,0.2292,7200,100,1), - (34090,2061,0,978.851,707.066,85.0435,2.67908,0,0,0.973379,0.2292,7200,100,1), - (34091,22567,0,28.3393,791.282,69.9228,1.83259,0,0,0.793353,0.608762,7200,100,1), - (34092,2061,0,28.3393,791.282,69.9228,1.83259,0,0,0.793353,0.608762,7200,100,1), - (34093,1624,0,-2874.88,-1185.42,10.8165,3.01942,0,0,0.998135,0.0610484,300,100,1), - (34094,1620,0,-2915.78,-1339.99,9.14903,0.15708,0,0,0.0784593,0.996917,300,100,1), - (34095,1624,0,-2899.61,-1292.45,9.66346,1.88496,0,0,0.809018,0.587783,300,100,1), - (34096,169997,0,18.4832,786.791,64.9368,0,0,0,0,1,7200,100,1), - (34097,2041,0,-2731.62,-1562.32,7.14171,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (34098,2041,0,-2913.08,-1589.84,7.25743,-1.25664,0,0,-0.587786,0.809016,300,100,1), - (34099,2041,0,-2784,-1662.3,7.3956,-1.50098,0,0,-0.681997,0.731355,300,100,1), - (34100,1622,0,-2588.95,-1822.21,28.4186,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (34101,1621,0,-2691.68,-1849.43,10.1395,-2.79253,0,0,-0.984808,0.173647,300,100,1), - (34103,1622,0,-2713.54,-2050.41,37.8379,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (34104,2041,0,-2799.74,-1180.95,8.3378,-2.94961,0,0,-0.995396,0.095844,300,100,1), - (34105,170000,0,23.9676,788.15,64.9368,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (34106,2045,0,-2631.51,-1035.74,-46.6925,1.13446,0,0,0.537298,0.843393,300,100,1), - (34107,22569,0,29.7327,783.888,64.9368,0,0,0,0,1,7200,100,1), - (34108,2045,0,-2627.82,-1190.51,-14.4644,-0.226893,0,0,-0.113203,0.993572,300,100,1), - (34109,22563,0,27.1779,790.647,65.006,3.12414,0,0,0.999962,0.008727,7200,100,1), - (34110,1628,0,-2808.46,-2242.54,16.3167,2.07694,0,0,0.861629,0.507539,300,100,1), - (34112,1621,0,-2909.45,-2307.05,14.6199,2.47837,0,0,0.945519,0.325567,300,100,1), - (34113,1624,0,-2985.44,-2727.56,12.5439,0,0,0,0,1,300,100,1), - (34114,1621,0,-3121.62,-2614.2,9.623,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (34115,2061,0,27.1779,790.647,65.006,3.12414,0,0,0.999962,0.008727,7200,100,1), - (34128,22576,0,40.772,780.895,69.723,3.14159,0,0,1,0,7200,100,1), - (34129,1624,0,-3345.73,-2173.77,42.9332,1.46608,0,0,0.669132,0.743144,300,100,1), - (34131,22577,0,40.772,784.293,69.723,3.14159,0,0,1,0,7200,100,1), - (34132,169996,0,18.4832,784.412,64.9368,0,0,0,0,1,7200,100,1), - (34134,22565,0,28.3393,791.066,65.006,1.83259,0,0,0.793353,0.608762,7200,100,1), - (34135,1620,0,-3475.37,-1883.48,26.8199,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (34136,1624,0,-3229.36,-2942.28,20.6132,-0.558505,0,0,-0.275637,0.961262,300,100,1), - (34137,1624,0,-3282.03,-3014.68,23.2151,2.72271,0,0,0.978147,0.207914,300,100,1), - (34138,1624,0,-3335.34,-3094.7,25.0433,2.51327,0,0,0.951056,0.309019,300,100,1), - (34139,1620,0,-3279.81,-3125.94,22.2169,1.02974,0,0,0.492422,0.870357,300,100,1), - (34141,1621,0,-3157.49,-3169.83,64.8122,2.70526,0,0,0.976296,0.21644,300,100,1), - (34142,2061,0,28.3393,791.066,65.006,1.83259,0,0,0.793353,0.608762,7200,100,1), - (34150,2061,1,1005.39,997.696,105.221,-3.12414,-0.008764,0.004287,0.999915,-0.008688,900,100,1), - (34151,2045,1,4665.89,828.601,-3.69986,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (34152,2061,1,-177.737,-328.416,9.59662,3.14159,0,0,1,0,900,100,1), - (34153,1732,1,4078.74,1230.03,-23.8451,2.61799,0,0,0.965925,0.258821,300,100,1), - (34154,2045,1,4009.1,1322.32,-25.2673,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (34156,1622,1,1229.23,1472.09,84.5503,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (34157,1732,1,1219.89,1498.06,79.8926,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (34158,2061,1,-191.895,-349.684,8.63399,3.14159,0.008726,-0.004363,0.999952,0.000038,900,100,1), - (34160,2061,1,106.461,-362.113,3.67769,-1.36135,-0.017118,-0.014207,-0.629237,0.776895,900,100,1), - (34161,2061,1,817.469,943.855,154.181,3.14159,0.017448,-0.021812,0.99961,0.000381,900,100,1), - (34162,2061,1,905.725,917.909,114.572,-0.008727,0,0,-0.004364,0.99999,900,100,1), - (34163,2061,1,889.201,925.77,106.362,0.942477,0,0,0.45399,0.891007,900,100,1), - (34164,2061,1,903.448,923.333,106.348,-1.39626,0,0,-0.642787,0.766045,900,100,1), - (34165,1622,1,-341.005,1817.83,125.427,2.74017,0,0,0.979925,0.199366,300,100,1), - (34166,2061,1,115.265,-345.367,3.71276,-2.97579,0,0,0.996565,-0.082808,900,100,1), - (34167,1734,1,-274.474,1849.42,171.919,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (34168,1623,1,-204.337,1871.94,187.68,0.471239,0,0,0.233445,0.97237,300,100,1), - (34169,1735,1,-1212.29,2424.01,101.576,2.70526,0,0,0.976296,0.21644,300,100,1), - (34170,1624,1,-1449.4,2345.26,92.6044,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (34171,2061,1,118.362,-351.517,3.71276,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (34172,2061,1,134.158,-340.536,3.71276,-3.0456,0,0,0.998848,-0.047978,900,100,1), - (34173,2061,1,132.638,-537.883,3.05782,-2.2602,0,0,0.904455,-0.426568,900,100,1), - (34174,2061,1,-274.28,-396.209,17.2234,0.530502,0.017412,0.033674,0.261272,0.964521,900,100,1), - (34175,2066,1,76.993,-460.474,12.8305,3.14159,0,0,1,0,900,100,1), - (34176,2334,1,106.461,-362.113,3.67769,-1.36135,-0.017118,-0.014207,-0.629237,0.776895,900,100,1), - (34177,2040,1,-2319.18,2605.48,63.8411,-1.98968,0,0,-0.838672,0.544637,300,100,1), - (34178,179486,1,1249.3,154.684,4.96865,-1.02974,0,0,0.492424,-0.870356,7200,100,1), - (34179,2040,1,-1497.13,2799.23,84.7267,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (34180,2040,1,-1395.65,2749.97,119.239,0.279253,0,0,0.139173,0.990268,300,100,1), - (34181,179486,1,1202.77,-239.405,-20.4256,2.32129,0,0,0.91706,0.398749,7200,100,1), - (34182,142144,1,-1370.94,2878.47,76.912,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (34183,2040,1,-1276.49,2921.21,74.2758,1.309,0,0,0.608763,0.793352,300,100,1), - (34184,1735,1,-1244.74,2893.57,124.94,0.575959,0,0,0.284016,0.95882,300,100,1), - (34185,142144,1,-1199.4,2971.74,64.6476,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (34186,179486,1,1185.02,173.503,2.90554,-0.628319,0,0,0.309017,-0.951056,7200,100,1), - (34187,1622,1,-1361.79,2647.51,112.728,-1.90241,0,0,-0.814116,0.580702,300,100,1), - (34213,1735,1,-1358.23,2866.45,119.355,1.74533,0,0,0.766045,0.642787,300,100,1), - (34215,1622,0,-3953.9,-930.859,28.0154,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (34218,22564,0,27.7984,790.505,69.9228,-0.357791,0,0,-0.177943,0.984041,7200,100,1), - (34219,2061,0,27.7984,790.505,69.9228,-0.357791,0,0,-0.177943,0.984041,7200,100,1), - (34220,169998,0,19.7348,788.15,64.9368,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (34221,169999,0,21.9023,788.15,64.9368,-1.5708,0,0,-0.707107,0.707107,7200,100,1), - (34222,22566,0,27.7984,790.289,65.006,-0.357791,0,0,-0.177943,0.984041,7200,100,1), - (34223,2061,0,27.7984,790.289,65.006,-0.357791,0,0,-0.177943,0.984041,7200,100,1), - (34224,22754,0,-381.634,1637.4,24.4077,-1.62315,0,0,-0.725374,0.688355,7200,100,1), - (34225,149049,0,-373.329,1611.1,17.4156,1.58825,0,0,0.71325,0.700909,7200,100,1), - (34226,22708,0,-380.522,1656.77,17.8744,-1.62315,0,0,-0.725374,0.688355,7200,100,1), - (34227,2061,0,-380.522,1656.77,17.8744,-1.62315,0,0,-0.725374,0.688355,7200,100,1), - (34228,22711,0,-381.727,1656.18,17.8744,-3.02815,0,0,0.998392,-0.056692,7200,100,1), - (34230,2061,0,-381.727,1656.18,17.8744,-3.02815,0,0,0.998392,-0.056692,7200,100,1), - (34231,22727,0,-373.894,1620.98,16.8435,0.898846,0,0,0.434446,0.900698,7200,100,1), - (34232,22741,0,-368.816,1624.28,24.2858,3.05433,0,0,0.999048,0.043619,7200,100,1), - (34234,22736,0,-383.577,1637.36,24.4077,-1.54462,0,0,-0.69779,0.716302,7200,100,1), - (34235,22712,0,-390.52,1625.07,17.384,1.09956,0,0,0.522499,0.85264,7200,100,1), - (34236,2061,0,-390.52,1625.07,17.384,1.09956,0,0,0.522499,0.85264,7200,100,1), - (34237,22744,0,-389.062,1635.15,17.473,-0.671952,0,0,-0.329691,0.944089,7200,100,1), - (34238,1623,0,-248.231,-1218.32,118.386,3.10669,0,0,0.999848,0.0174505,300,100,1), - (34239,1624,0,-294.774,-1392.19,80.9553,-0.907571,0,0,-0.438371,0.898794,300,100,1), - (34240,1623,0,-216.618,-1379.53,116.65,0.977384,0,0,0.469471,0.882948,300,100,1), - (34243,22734,0,-368.848,1627.87,24.2858,-3.01069,0,0,0.997859,-0.065403,7200,100,1), - (34244,22755,0,-387.698,1627.3,24.4037,1.57952,0,0,0.710186,0.704015,7200,100,1), - (34245,1621,0,-502.171,-1678.16,80.8453,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (34247,22719,0,-384.356,1621.56,16.813,0.680679,0,0,0.333807,0.942641,7200,100,1), - (34248,22707,0,-391.006,1626.5,17.384,-1.69297,0,0,-0.748955,0.66262,7200,100,1), - (34249,2061,0,-391.006,1626.5,17.384,-1.69297,0,0,-0.748955,0.66262,7200,100,1), - (34250,22751,0,-387.081,1623.96,24.2858,-0.331612,0,0,-0.165048,0.986286,7200,100,1), - (34251,22709,0,-391.864,1624.43,17.384,-2.62672,0,0,0.967046,-0.254603,7200,100,1), - (34252,1623,0,-803.796,-1209.23,69.7456,2.47837,0,0,0.945519,0.325567,300,100,1), - (34253,1624,0,-795.205,-1067.75,47.5945,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (34255,2061,0,-391.864,1624.43,17.384,-2.62672,0,0,0.967046,-0.254603,7200,100,1), - (34256,22710,0,-390.516,1623.6,17.384,0.008728,0,0,0.004364,0.99999,7200,100,1), - (34257,1621,0,-825.247,34.6299,30.3599,-1.25664,0,0,-0.587786,0.809016,300,100,1), - (34260,2061,0,-390.516,1623.6,17.384,0.008728,0,0,0.004364,0.99999,7200,100,1), - (34261,3798,0,-407.288,1608.25,18.041,2.60054,0,0,0.96363,0.267239,7200,100,1), - (34266,170002,0,-406.978,1599.41,18.1207,0.767945,0,0,0.374607,0.927184,7200,100,1), - (34267,1624,0,-785.523,316.123,51.6129,3.05433,0,0,0.999048,0.0436174,300,100,1), - (34268,1620,0,-733.692,300.211,48.8067,1.43117,0,0,0.656059,0.75471,300,100,1), - (34269,3797,0,-407.98,1607.68,18.041,-2.3911,0,0,0.930418,-0.366501,7200,100,1), - (34270,22567,0,-325.356,1555.83,30.2577,0.270526,0,0,0.134851,0.990866,7200,100,1), - (34271,2061,0,-325.356,1555.83,30.2577,0.270526,0,0,0.134851,0.990866,7200,100,1), - (34272,169997,0,-329.934,1565.65,25.2718,-1.56207,0,0,-0.704015,0.710186,7200,100,1), - (34273,170000,0,-328.527,1560.18,25.2718,-3.13287,0,0,0.99999,-0.004363,7200,100,1), - (34274,22569,0,-332.738,1554.37,25.2718,-1.56207,0,0,-0.704015,0.710186,7200,100,1), - (34275,22563,0,-326.002,1556.99,25.3409,1.56207,0,0,0.704015,0.710186,7200,100,1), - (34276,2061,0,-326.002,1556.99,25.3409,1.56207,0,0,0.704015,0.710186,7200,100,1), - (34277,22576,0,-335.635,1543.31,30.0579,1.57952,0,0,0.710186,0.704015,7200,100,1), - (34278,1623,0,-1015.45,-1156.76,70.3094,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (34280,22567,33,-325.356,2089.16,30.2577,0.270526,0,0,0.134851,0.990866,5400,100,1), - (34282,22577,0,-332.237,1543.34,30.0579,1.57952,0,0,0.710186,0.704015,7200,100,1), - (34284,169996,0,-332.313,1565.63,25.2718,-1.56207,0,0,-0.704015,0.710186,7200,100,1), - (34285,22565,0,-325.573,1555.83,25.3409,0.270526,0,0,0.134851,0.990866,7200,100,1), - (34286,2061,0,-325.573,1555.83,25.3409,0.270526,0,0,0.134851,0.990866,7200,100,1), - (34287,22564,0,-326.139,1556.36,30.2577,-1.91986,0,0,-0.819152,0.573577,7200,100,1), - (34288,2061,0,-326.139,1556.36,30.2577,-1.91986,0,0,-0.819152,0.573577,7200,100,1), - (34289,169998,0,-328.564,1564.41,25.2718,-3.13287,0,0,0.99999,-0.004363,7200,100,1), - (34290,169999,0,-328.545,1562.24,25.2718,-3.13287,0,0,0.99999,-0.004363,7200,100,1), - (34291,2045,0,-1620.5,-1026.73,-40.5638,2.6529,0,0,0.970296,0.241922,300,100,1), - (34292,2045,0,-1548,-988.021,-39.3629,1.0821,0,0,0.515036,0.857168,300,100,1), - (34293,2045,0,-1516.17,-1054.35,-7.40376,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (34295,22566,0,-326.355,1556.36,25.3409,-1.91986,0,0,-0.819152,0.573577,7200,100,1), - (34296,2061,0,-326.355,1556.36,25.3409,-1.91986,0,0,-0.819152,0.573577,7200,100,1), - (34297,3798,0,-330.346,1535.26,17.9233,1.85005,0,0,0.798635,0.601816,7200,100,1), - (34298,170002,0,-336.146,1528.59,18.003,0.017453,0,0,0.008726,0.999962,7200,100,1), - (34299,3797,0,-331.238,1535.32,17.9233,3.14159,0,0,1,0.000001,7200,100,1), - (34300,38491,0,-344.818,1502.01,16.9989,-2.73144,0,0,0.979045,-0.203642,7200,100,1), - (34301,38493,0,-350.577,1504.99,18.8068,-0.497419,0,0,-0.246153,0.969231,7200,100,1), - (34302,38494,0,-337.114,1504.51,18.8068,-1.93731,0,0,-0.824126,0.566406,7200,100,1), - (34303,38495,0,-338.949,1498.94,18.8068,2.31256,0,0,0.915311,0.402747,7200,100,1), - (34304,38492,0,-346.742,1495.69,18.8068,0.98611,0,0,0.473319,0.880891,7200,100,1), - (34325,180415,0,-4846.25,-865.094,502.74,2.70526,0,0,0.976296,0.21644,180,100,1), - (34326,180415,0,-4849.2,-865.399,511.163,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (34327,180415,0,-4837.82,-867.012,502.879,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (34328,180415,0,-4957.93,-928.282,505.377,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (34329,180415,0,-4955.2,-926.044,505.377,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (34330,180415,0,-4941.95,-915.017,505.377,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (34331,180415,0,-4937.16,-911.085,505.377,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (34332,180415,0,-4938.96,-912.556,505.377,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (34333,180415,0,-4960.64,-930.466,505.377,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (34334,180415,0,-4959.27,-929.356,505.377,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (34335,180415,0,-4955.55,-896.263,505.048,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (34336,180415,0,-4956.63,-927.191,505.377,0.471239,0,0,0.233445,0.97237,180,100,1), - (34337,180415,0,-4955.74,-896.054,505.201,1.0472,0,0,0.5,0.866025,180,100,1), - (34338,180415,0,-4940.44,-913.799,505.377,2.80998,0,0,0.986286,0.165048,180,100,1), - (34339,180415,0,-4943.3,-916.166,505.377,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (34340,180415,0,-5586.53,-534.7,404.42,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (34341,180415,0,-8860.16,645.424,97.5818,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (34342,180415,0,-8857.27,646.114,97.587,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (34343,180415,0,-8857.78,648.229,99.5508,2.05949,0,0,0.857167,0.515038,180,100,1), - (34344,180415,0,-8863,649.592,97.5799,0.05236,0,0,0.026177,0.999657,180,100,1), - (34345,180415,0,-8859.92,647.928,100.919,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (34346,180415,0,-8860.42,652.318,97.5884,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (34347,180415,0,-8858.8,650.633,99.5508,2.02458,0,0,0.848048,0.529919,180,100,1), - (34348,180415,0,-8862.42,650.928,97.5967,1.8675,0,0,0.803857,0.594823,180,100,1), - (34349,180415,0,-8858.54,645.522,97.5841,0.698132,0,0,0.34202,0.939693,180,100,1), - (34350,180415,0,-8862.91,648.022,97.5879,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (34351,180415,0,-8861.25,649.566,99.5508,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (34352,180415,0,-8860.15,647.198,99.5508,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (34353,180415,0,-8859.13,649.933,100.919,3.03687,0,0,0.99863,0.052336,180,100,1), - (34354,180415,0,-8859.09,647.941,100.919,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (34355,180415,0,-8858.51,648.538,100.919,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (34356,180415,0,-8861.17,648.135,99.5508,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (34357,180415,0,-8858.54,649.368,100.919,2.40855,0,0,0.93358,0.358368,180,100,1), - (34358,180415,0,-8861.75,651.735,97.5841,2.58309,0,0,0.961262,0.275637,180,100,1), - (34359,180415,0,-8860.28,650.604,99.5508,2.79253,0,0,0.984808,0.173648,180,100,1), - (34360,180415,0,-8856.06,648.258,97.5925,0.279253,0,0,0.139173,0.990268,180,100,1), - (34361,180415,0,-8856.12,649.835,97.5908,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (34362,180415,0,-8856.57,646.938,97.5958,2.87979,0,0,0.991445,0.130526,180,100,1), - (34363,180415,0,-8858.84,652.35,97.5946,0.453786,0,0,0.224951,0.97437,180,100,1), - (34364,180415,0,-8862.3,646.718,97.5914,2.79253,0,0,0.984808,0.173648,180,100,1), - (34365,180415,0,-8858.74,647.225,99.5508,2.72271,0,0,0.978148,0.207912,180,100,1), - (34366,180415,0,-8860.54,649.32,100.919,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (34367,180415,0,-8861.52,645.97,97.5894,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (34368,180415,0,-8860.51,648.489,100.919,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (34369,180415,0,-8856.7,651.108,97.591,2.77507,0,0,0.983255,0.182236,180,100,1), - (34370,180415,0,-8857.83,649.682,99.5508,1.27409,0,0,0.594823,0.803857,180,100,1), - (34371,180415,0,-8857.5,651.876,97.5891,2.23402,0,0,0.898794,0.438371,180,100,1), - (34372,180415,0,-8859.95,649.926,100.919,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (34373,180415,0,-8865.86,680.98,99.0419,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (34374,180415,0,-9468.5,35.224,65.3135,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (34375,180415,0,-9467.26,15.0534,64.7441,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (34376,180415,1,9796.24,984.413,1315.63,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (34377,180415,1,9880.38,967.783,1314.74,1.62316,0,0,0.725374,0.688355,180,100,1), - (34378,180415,1,9885.3,964.763,1314.74,2.49582,0,0,0.948324,0.317305,180,100,1), - (34797,2843,0,-8593.03,-169.743,87.1218,0.767945,0,0,0.374607,0.927184,3600,100,1), - (34798,2843,0,-9038.98,-303.642,74.3616,2.28638,0,0,0.909961,0.414693,3600,100,1), - (34799,161557,0,-9042.6,-316.675,73.5157,1.0821,0,0,0.515038,0.857167,120,100,1), - (34802,161557,0,-9104.13,-342.145,73.4493,-0.436333,0,0,0.21644,-0.976296,120,100,1), - (34805,161557,0,-9051.67,-340.492,73.4518,1.23918,0,0,0.580703,0.814116,120,100,1), - (34806,161557,0,-9061.2,-330.884,73.4517,1.85005,0,0,0.798636,0.601815,120,100,1), - (34810,3798,0,-323.869,1474.63,31.7105,1.85877,0,0,0.801253,0.598325,7200,100,1), - (34812,170002,0,-329.61,1467.9,31.7902,0.026179,0,0,0.013089,0.999914,7200,100,1), - (34813,3797,0,-324.762,1474.68,31.7105,-3.13287,0,0,0.99999,-0.004362,7200,100,1), - (34818,1619,0,-9110.28,225.151,100.979,1.01229,0,0,0.484809,0.87462,300,100,1), - (34820,1617,0,-9577.08,318.724,55.6465,1.93731,0,0,0.824125,0.566409,300,100,1), - (34821,1618,0,-9827.08,626.985,40.678,-2.96706,0,0,-0.996194,0.087165,300,100,1), - (34822,3719,0,-9947.94,625.232,37.2732,1.0821,0,0,0.515038,0.857167,180,100,1), - (34823,1617,0,-10224.7,1052.03,37.59,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (34824,1817,0,-9410.35,-3387.38,88.3448,3.14159,0,0,1,0,7200,100,1), - (34826,1620,0,-10524,1176.9,34.2627,0.837758,0,0,0.406737,0.913545,300,100,1), - (34828,2061,0,-9410.35,-3387.38,88.3448,3.14159,0,0,1,0,7200,100,1), - (34830,1818,0,-9552.73,-3260.94,48.6202,0.270527,-0.062831,0.00903,0.135635,0.988723,7200,100,1), - (34831,1622,1,-1908.22,2049.17,63.7565,2.3911,0,0,0.930417,0.366502,300,100,1), - (34833,2061,0,-9552.73,-3260.94,48.6202,0.270527,-0.062831,0.00903,0.135635,0.988723,7200,100,1), - (34836,1819,0,-9791.94,-2205.93,58.6144,-2.13803,0,0,0.876727,-0.480989,7200,100,1), - (34839,2061,0,-9791.94,-2205.93,58.6144,-2.13803,0,0,0.876727,-0.480989,7200,100,1), - (34840,1617,0,-11288,1559.09,71.4569,2.21657,0,0,0.894935,0.446197,300,100,1), - (34841,1801,0,-8959.95,-2079.81,132.445,3.14159,0,0,1,0,7200,100,1), - (34844,1622,0,-11352.9,1644.53,73.2029,0.820305,0,0,0.398749,0.91706,300,100,1), - (34845,2061,0,-8959.95,-2079.81,132.445,3.14159,0,0,1,0,7200,100,1), - (34846,1802,0,-8694.52,-2343.68,156.35,-0.689406,-0.011727,-0.013641,-0.337964,0.940987,7200,100,1), - (34847,1731,36,-56.9023,-349.056,57.4095,-1.06465,0,0,-0.507538,0.861629,7200,100,1), - (34848,19019,36,-200.774,-574.159,20.9768,0.767945,0,0,0.374607,0.927184,180,100,1), - (34849,1732,36,-140.057,-602.209,17.7757,-1.37881,0,0,-0.636078,0.771625,7200,100,1), - (34850,75293,36,-300.887,-532.542,49.4236,0.226893,0,0,0.113203,0.993572,5200,100,1), - (34851,1731,36,-314.51,-592.77,51.2438,0.959931,0,0,0.461749,0.887011,7200,100,1), - (34852,19019,36,-185.016,-692.186,8.81941,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (34855,1617,0,-11201.2,1329.07,89.256,1.88496,0,0,0.809018,0.587783,300,100,1), - (34857,2061,0,-8694.52,-2343.68,156.35,-0.689406,-0.011727,-0.013641,-0.337964,0.940987,7200,100,1), - (34858,1803,0,-8887.98,-2170.61,132.466,1.29154,0,0,0.601815,0.798636,7200,100,1), - (34864,324,1,-8042.74,-4665.4,30.8037,1.43117,0,0,0.656059,0.75471,300,100,1), - (34865,2061,33,-325.356,2089.16,30.2577,0.270526,0,0,0.134851,0.990866,5400,100,1), - (34898,3798,0,-351.257,1579.08,17.9852,0.279252,0,0,0.139173,0.990268,7200,100,1), - (34899,3705,0,-8672.96,691.163,100.021,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (34900,161557,0,-9114.74,-331.552,73.1508,0.750492,0,0,0.366501,0.930418,120,100,1), - (34901,161557,0,-9084.25,-323.969,73.4517,-2.16421,0,0,0.882948,-0.469472,120,100,1), - (34907,1624,0,-2941.42,-1409.68,10.1165,-0.523599,0,0,-0.258819,0.965926,300,100,1), - (34908,3797,0,-351.201,1579.98,17.9852,1.5708,0,0,0.707107,0.707107,7200,100,1), - (34909,2045,0,-2655.07,-1339.36,-12.6774,-1.48353,0,0,-0.67559,0.737277,300,100,1), - (34910,3798,0,-358.742,1520.59,24.8719,-1.23918,0,0,-0.580703,0.814115,7200,100,1), - (34911,2046,0,-1779.05,-1391.67,45.4381,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (34912,1623,0,-1783.34,-1445.12,78.2442,2.35619,0,0,0.923879,0.382686,300,100,1), - (34913,22533,0,-361.912,1524.36,24.9433,0.104719,0,0,0.052336,0.99863,7200,100,1), - (34916,22534,0,-362.135,1526.93,24.9433,0.087268,0,0,0.04362,0.999048,7200,100,1), - (34917,22530,0,-353.3,1527.56,24.9517,-3.07178,0,0,0.999391,-0.0349,7200,100,1), - (34918,22531,0,-362.278,1529.3,24.9433,0.061087,0,0,0.030539,0.999534,7200,100,1), - (34919,3797,0,-357.848,1520.58,24.8719,0.052359,0,0,0.026177,0.999657,7200,100,1), - (34920,22567,0,-417.653,1572.8,24.5154,-2.88852,0,0,0.992005,-0.126199,7200,100,1), - (34921,2061,0,-417.653,1572.8,24.5154,-2.88852,0,0,0.992005,-0.126199,7200,100,1), - (34926,142140,0,-9.96951,-2448.67,125.089,2.40855,0,0,0.93358,0.35837,300,100,1), - (34927,22579,0,-407.761,1581.41,19.5583,-2.22529,0,0,0.896873,-0.442289,7200,100,1), - (34928,22580,0,-411.057,1581.5,19.5583,-1.22173,0,0,-0.573576,0.819152,7200,100,1), - (34929,170001,0,-418.783,1575.43,24.3063,-0.322886,0,0,-0.160742,0.986996,7200,100,1), - (34930,22581,0,-412.382,1580.53,19.5583,-0.637043,0,0,-0.313163,0.949699,7200,100,1), - (34931,22582,0,-410.277,1574.26,19.5583,1.54462,0,0,0.69779,0.716302,7200,100,1), - (34932,22563,0,-417.028,1571.64,19.5985,-1.59698,0,0,-0.716302,0.69779,7200,100,1), - (34933,2061,0,-417.028,1571.64,19.5985,-1.59698,0,0,-0.716302,0.69779,7200,100,1), - (34936,22578,0,-406.927,1580.13,19.5583,-3.01069,0,0,0.997859,-0.065404,7200,100,1), - (34937,22565,0,-417.437,1572.8,19.5985,-2.88852,0,0,0.992005,-0.126199,7200,100,1), - (34938,2061,0,-417.437,1572.8,19.5985,-2.88852,0,0,0.992005,-0.126199,7200,100,1), - (34939,22564,0,-416.88,1572.26,24.5154,1.20428,0,0,0.566407,0.824126,7200,100,1), - (34940,2061,0,-416.88,1572.26,24.5154,1.20428,0,0,0.566407,0.824126,7200,100,1), - (34941,22587,0,-409.021,1574.54,24.3222,1.54462,0,0,0.69779,0.716302,7200,100,1), - (34942,22588,0,-411.736,1574.57,24.3222,1.54462,0,0,0.69779,0.716302,7200,100,1), - (34943,22566,0,-416.664,1572.25,19.5985,1.20428,0,0,0.566407,0.824126,7200,100,1), - (34945,2061,0,-416.664,1572.25,19.5985,1.20428,0,0,0.566407,0.824126,7200,100,1), - (34946,112070,0,-411.551,1490.14,19.8909,1.57952,0,0,0.710186,0.704014,7200,100,1), - (34947,2046,0,-307.895,-3338.89,139.851,2.18166,0,0,0.88701,0.461749,300,100,1), - (34948,112055,0,-394.59,1490.29,19.8909,1.61443,0,0,0.722364,0.691513,7200,100,1), - (34949,112058,0,-411.706,1502.97,19.8909,-1.50098,0,0,-0.681998,0.731354,7200,100,1), - (34950,112059,0,-413.738,1502.95,19.8909,-1.64061,0,0,-0.731354,0.681998,7200,100,1), - (34951,112062,0,-414.332,1507.9,19.8909,1.64061,0,0,0.731354,0.681998,7200,100,1), - (34952,112051,0,-413.722,1490.12,19.8909,1.67552,0,0,0.743145,0.66913,7200,100,1), - (34953,112065,0,-401.729,1508.25,18.8755,-1.56207,0,0,-0.704014,0.710186,7200,100,1), - (34955,112071,0,-408.884,1507.95,19.8909,1.57952,0,0,0.710186,0.704014,7200,100,1), - (34958,112053,0,-398.794,1490.25,19.8909,1.65806,0,0,0.737278,0.67559,7200,100,1), - (34959,2042,0,-24.6152,-3595.42,118.51,1.02974,0,0,0.492422,0.870357,300,100,1), - (34960,112054,0,-396.761,1490.27,19.8909,1.53589,0,0,0.694659,0.71934,7200,100,1), - (34963,2046,0,123.901,-3946.82,134.454,-0.331612,0,0,-0.165047,0.986286,300,100,1), - (34965,112052,0,-415.755,1490.1,19.8909,1.57952,0,0,0.710186,0.704014,7200,100,1), - (34969,112060,0,-415.91,1502.93,19.8909,-1.56207,0,0,-0.704014,0.710186,7200,100,1), - (34970,112066,0,-400.759,1507.3,18.8755,3.06305,0,0,0.999229,0.03926,7200,100,1), - (34971,142140,0,-273.218,-4094.25,152.123,0.558505,0,0,0.275637,0.961262,300,100,1), - (34972,112072,0,-387.514,1496.47,19.8909,-3.09796,0,0,0.999762,-0.021816,7200,100,1), - (34973,142140,0,-323.621,-4058.63,174.355,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (34974,22567,0,-404.823,1449.31,31.8847,-2.4871,0,0,0.94693,-0.321439,7200,100,1), - (34975,2061,0,-404.823,1449.31,31.8847,-2.4871,0,0,0.94693,-0.321439,7200,100,1), - (34976,142140,0,-246.823,-4114.37,119.559,1.65806,0,0,0.737276,0.675591,300,100,1), - (34977,22563,0,-403.792,1448.48,26.9679,-1.19555,0,0,-0.562805,0.826589,7200,100,1), - (34978,2061,0,-403.792,1448.48,26.9679,-1.19555,0,0,-0.562805,0.826589,7200,100,1), - (34979,22565,0,-404.623,1449.4,26.9679,-2.4871,0,0,0.94693,-0.321439,7200,100,1), - (34980,2061,0,-404.623,1449.4,26.9679,-2.4871,0,0,0.94693,-0.321439,7200,100,1), - (34981,22564,0,-403.897,1449.11,31.8847,1.6057,0,0,0.71934,0.694658,7200,100,1), - (34982,2061,0,-403.897,1449.11,31.8847,1.6057,0,0,0.71934,0.694658,7200,100,1), - (34983,22566,0,-403.698,1449.19,26.9679,1.6057,0,0,0.71934,0.694658,7200,100,1), - (34984,2061,0,-403.698,1449.19,26.9679,1.6057,0,0,0.71934,0.694658,7200,100,1), - (34986,3798,0,-394.313,1429.05,26.7847,-2.47837,0,0,0.945519,-0.325567,7200,100,1), - (34988,142140,0,-504.943,-4198.09,215.861,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (34989,3797,0,-394.031,1428.2,26.7847,-1.18683,0,0,-0.559194,0.829037,7200,100,1), - (34990,3798,0,-436.941,1567.65,19.6521,2.51327,0,0,0.951056,0.309018,7200,100,1), - (34991,142140,0,-416.098,-3969.53,215.906,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (34992,3797,0,-437.68,1567.14,19.6521,-2.47837,0,0,0.945519,-0.325567,7200,100,1), - (34993,3798,0,-441.134,1514.25,19.4842,-1.91114,0,0,-0.816642,0.577145,7200,100,1), - (34994,3797,0,-440.44,1513.69,19.4842,-0.619594,0,0,-0.304865,0.952395,7200,100,1), - (34995,3798,0,-449.802,1541.81,19.5727,-2.83616,0,0,0.988362,-0.152123,7200,100,1), - (34996,22533,0,-445.955,1544.88,19.644,-1.49226,0,0,-0.678801,0.734322,7200,100,1), - (34997,22534,0,-443.38,1545.04,19.644,-1.50971,0,0,-0.685183,0.728371,7200,100,1), - (34998,142140,0,-403.029,-3761.48,238.899,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (34999,22530,0,-442.978,1536.19,19.6524,1.61443,0,0,0.722364,0.691513,7200,100,1), - (35000,22531,0,-441.01,1545.12,19.644,-1.53589,0,0,-0.694658,0.71934,7200,100,1), - (35001,142140,0,-635.332,-3904.48,238.479,2.61799,0,0,0.965925,0.258821,300,100,1), - (35002,142140,0,-589.769,-3878.78,238.958,-0.785398,0,0,-0.382683,0.92388,300,100,1), - (35003,142144,0,-627.208,-3836.7,233.725,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (35004,3797,0,-449.835,1540.92,19.5727,-1.54462,0,0,-0.697791,0.716301,7200,100,1), - (35007,179486,1,1329.49,-181.49,5.93555,2.58309,0,0,0.961262,0.275637,7200,100,1), - (35008,179486,1,1067.31,-245.852,4.23911,-0.05236,0,0,0.026177,-0.999657,7200,100,1), - (35009,1622,1,4636.02,617.317,8.80881,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (35010,2045,1,4499.15,932.683,-6.90451,1.20428,0,0,0.566407,0.824125,300,100,1), - (35012,179486,1,1239.45,222.891,14.8428,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (35014,179486,1,1107.43,249.567,16.722,-1.0472,0,0,0.5,-0.866025,7200,100,1), - (35015,179486,1,1303.87,-263.335,2.5265,2.82743,0,0,0.987688,0.156434,7200,100,1), - (35017,179486,1,1074.21,-67.168,9.75521,-0.383972,0,0,0.190809,-0.981627,7200,100,1), - (35018,179486,1,1174.1,328.936,25.3013,-0.366519,0,0,0.182236,-0.983255,7200,100,1), - (35019,1624,1,3516.21,737.909,6.25968,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (35023,3763,1,-101.218,-2886.92,91.6667,-2.07694,0,0,0.861629,-0.507538,900,100,1), - (35024,3727,1,-715.848,-3142.72,94.6115,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (35025,179486,1,1259.45,18.4913,-6.00124,2.42601,0,0,0.936672,0.350207,7200,100,1), - (35026,2335,1,117.989,-583.54,-1.03831,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (35028,142140,1,-6840.79,-2892.82,9.48657,1.98968,0,0,0.838672,0.544637,300,100,1), - (35082,180415,0,-3820.03,-830.962,10.8705,2.26893,0,0,0.906308,0.422618,180,100,1), - (35083,180415,0,-3826.62,-822.461,14.4818,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (35084,180415,0,-3812.21,-831.096,10.8693,0.226893,0,0,0.113203,0.993572,180,100,1), - (35085,180415,0,-3819.93,-827.252,10.8358,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (35086,180415,0,-3812.28,-827.373,10.8454,0.890118,0,0,0.430511,0.902585,180,100,1), - (35087,180415,0,-3820.13,-823.346,18.1519,0.418879,0,0,0.207912,0.978148,180,100,1), - (35088,180415,0,-844.892,-565.707,19.4904,2.60054,0,0,0.96363,0.267238,180,100,1), - (35089,180415,0,-848.956,-515.008,13.7464,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (35090,180415,0,-848.971,-514.336,13.7464,1.01229,0,0,0.48481,0.87462,180,100,1), - (35091,180415,0,-848.564,-513.916,13.7464,2.56563,0,0,0.95882,0.284015,180,100,1), - (35092,180415,0,-848.698,-515.303,13.7464,2.35619,0,0,0.92388,0.382683,180,100,1), - (35093,180415,0,-848.253,-515.431,13.7464,0.959931,0,0,0.461749,0.887011,180,100,1), - (35094,180415,0,-848.233,-513.817,13.7464,2.6529,0,0,0.970296,0.241922,180,100,1), - (35095,180415,0,-847.582,-515.028,13.7464,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (35096,180415,0,-847.858,-515.317,13.7464,2.67035,0,0,0.97237,0.233445,180,100,1), - (35097,180415,0,-848.846,-514.05,13.7464,2.87979,0,0,0.991445,0.130526,180,100,1), - (35098,180415,0,-779.06,-498.239,18.9328,0.785398,0,0,0.382683,0.92388,180,100,1), - (35099,180415,0,-778.516,-497.542,18.9322,1.55334,0,0,0.700909,0.71325,180,100,1), - (35100,180415,0,-784.49,-510.675,24.5159,0.05236,0,0,0.026177,0.999657,180,100,1), - (35101,180415,0,-18.5607,-905.82,57.0007,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (35102,180415,0,-51.7051,-902.781,57.3418,0.820305,0,0,0.398749,0.91706,180,100,1), - (35103,180415,0,-51.7305,-901.87,57.3406,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (35104,180415,1,340.648,-4684.65,17.2356,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (35105,180415,1,1615.81,-4391.67,11.98,1.65806,0,0,0.737277,0.67559,180,100,1), - (35106,180415,1,1615.65,-4391.81,12.0892,0.401426,0,0,0.199368,0.979925,180,100,1), - (35107,180415,0,2257.67,252.648,42.0453,2.67035,0,0,0.97237,0.233445,180,100,1), - (35108,180415,0,2257.56,252.962,42.1911,0.017453,0,0,0.008727,0.999962,180,100,1), - (35109,180415,0,2255.58,236.869,34.3351,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (35110,180415,0,2246.99,233.207,43.5175,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (35111,180415,0,2254.3,243.072,42.0314,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (35112,180415,0,1567.81,205.946,-41.6998,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (35113,180415,0,1650.33,218.291,-41.2075,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (35114,180415,0,1635.26,218.183,-41.8599,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (35115,180415,0,1616.8,288.283,-42.3593,2.07694,0,0,0.861629,0.507538,180,100,1), - (35116,180415,0,1615.94,288.854,-42.3454,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (35117,180415,0,1617.37,294.527,-42.0469,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (35290,170045,0,-121.598,797.048,66.1434,1.68424,0,0,0.746057,0.665882,7200,100,1), - (35292,170035,0,-122.388,779.059,66.1434,1.68424,0,0,0.746057,0.665882,7200,100,1), - (35293,170036,0,-124.546,778.813,66.1434,1.78024,0,0,0.777146,0.629321,7200,100,1), - (35294,170042,0,-125.904,791.574,66.1434,-1.53589,0,0,-0.694659,0.71934,7200,100,1), - (35296,2866,0,-7035.01,-1361.4,243.32,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (35300,170043,0,-128.062,791.328,66.1434,-1.45735,0,0,-0.665882,0.746057,7200,100,1), - (35301,176586,0,-8107.99,-2224.98,176.563,-1.76278,0,0,-0.771624,0.636079,300,100,1), - (35307,142145,0,-11281.9,-3380.87,8.11461,1.97222,0,0,0.833885,0.551938,300,100,1), - (35310,2061,0,-8887.98,-2170.61,132.466,1.29154,0,0,0.601815,0.798636,7200,100,1), - (35347,170037,0,-126.566,778.583,66.1434,1.68424,0,0,0.746057,0.665882,7200,100,1), - (35348,170038,0,-109.713,780.503,66.1434,1.76278,0,0,0.771625,0.636078,7200,100,1), - (35349,170039,0,-107.694,780.733,66.1434,1.64061,0,0,0.731354,0.681998,7200,100,1), - (35350,170044,0,-127.011,796.432,66.1434,1.74533,0,0,0.766045,0.642787,7200,100,1), - (35351,2045,0,-1325.19,-554.179,-39.0349,1.81514,0,0,0.78801,0.615662,300,100,1), - (35352,112012,0,-134.798,783.737,67.4665,0.113446,0,0,0.056692,0.998392,7200,100,1), - (35353,170040,0,-105.536,780.979,66.1434,1.71915,0,0,0.757565,0.65276,7200,100,1), - (35354,170046,0,-99.1451,787.87,66.1434,-2.99324,0,0,0.99725,-0.074109,7200,100,1), - (35355,170041,0,-123.884,791.805,66.1434,-1.39626,0,0,-0.642787,0.766045,7200,100,1), - (35357,3798,0,-71.4975,802.068,64.8285,-0.375246,0,0,-0.186524,0.98245,7200,100,1), - (35358,3797,0,-70.9091,802.742,64.8285,0.916297,0,0,0.442288,0.896873,7200,100,1), - (35359,22567,0,-158.22,782.859,69.7358,-1.44862,0,0,-0.66262,0.748956,7200,100,1), - (35360,2061,0,-158.22,782.859,69.7358,-1.44862,0,0,-0.66262,0.748956,7200,100,1), - (35361,2041,0,-363.167,-1073.16,35.5518,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (35362,22598,0,-160.106,780.006,64.7788,2.98451,0,0,0.996917,0.078459,7200,100,1), - (35363,22563,0,-156.982,783.326,64.819,-0.15708,0,0,-0.078459,0.996917,7200,100,1), - (35364,2061,0,-156.982,783.326,64.819,-0.15708,0,0,-0.078459,0.996917,7200,100,1), - (35366,1621,0,-110.734,-1184.78,45.4065,0.20944,0,0,0.104529,0.994522,300,100,1), - (35367,22600,0,-158.689,790.313,64.7626,2.98451,0,0,0.996917,0.078459,7200,100,1), - (35368,22591,0,-163.136,778.908,69.6302,3.00197,0,0,0.997564,0.069756,7200,100,1), - (35369,22592,0,-163.597,776.975,69.6302,2.19912,0,0,0.891007,0.45399,7200,100,1), - (35370,22593,0,-166.952,777.57,69.6302,0.794125,0,0,0.386711,0.922201,7200,100,1), - (35372,2041,0,500.881,-1566.5,39.456,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (35373,22594,0,-166.894,779.44,69.6302,-0.139626,0,0,-0.069756,0.997564,7200,100,1), - (35375,2043,0,651.71,-1333.18,108.475,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (35376,22565,0,-158.19,783.073,64.819,-1.44862,0,0,-0.66262,0.748956,7200,100,1), - (35377,2061,0,-158.19,783.073,64.819,-1.44862,0,0,-0.66262,0.748956,7200,100,1), - (35379,2042,0,634.193,-966.233,164.721,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (35380,22564,0,-157.576,783.554,69.7358,2.64418,0,0,0.969231,0.246153,7200,100,1), - (35381,2061,0,-157.576,783.554,69.7358,2.64418,0,0,0.969231,0.246153,7200,100,1), - (35382,22589,0,-160.814,782.035,69.558,0.759219,0,0,0.370558,0.928809,7200,100,1), - (35385,22595,0,-160.975,783.941,69.558,-0.794124,0,0,-0.386711,0.922201,7200,100,1), - (35386,22599,0,-161.015,779.094,64.7788,1.41372,0,0,0.649449,0.760405,7200,100,1), - (35388,2046,0,673.078,-488.209,182.39,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (35389,2044,0,757.825,-588.897,157.523,2.14675,0,0,0.878817,0.477159,300,100,1), - (35390,2046,0,706.655,-401.579,170.44,2.46091,0,0,0.942641,0.333809,300,100,1), - (35391,22590,0,-165.335,776.619,69.6302,1.43117,0,0,0.656059,0.75471,7200,100,1), - (35392,22566,0,-157.546,783.768,64.819,2.64418,0,0,0.969231,0.246153,7200,100,1), - (35393,2061,0,-157.546,783.768,64.819,2.64418,0,0,0.969231,0.246153,7200,100,1), - (35394,1622,0,561.188,-345.716,151.627,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (35395,3798,0,-215.072,806.141,75.3562,-0.095994,0,0,-0.047978,0.998848,7200,100,1), - (35397,2044,0,153.907,-280.618,154.185,1.8675,0,0,0.803857,0.594823,300,100,1), - (35400,22533,0,-219.813,804.818,75.4275,1.24791,0,0,0.584249,0.811574,7200,100,1), - (35401,22534,0,-222.244,805.681,75.4275,1.23046,0,0,0.577146,0.816641,7200,100,1), - (35402,22530,0,-219.157,813.984,75.4359,-1.92859,0,0,-0.821647,0.569997,7200,100,1), - (35404,2044,0,611.006,-113.783,135.792,-1.67552,0,0,0.743145,-0.669131,300,100,1), - (35406,22531,0,-224.457,806.533,75.4275,1.20428,0,0,0.566407,0.824126,7200,100,1), - (35407,2045,0,1151.61,-65.7765,-12.3899,-3.07178,0,0,-0.999391,0.0348993,300,100,1), - (35408,22566,33,-326.355,2089.7,25.3409,-1.91986,0,0,-0.819152,0.573577,5400,100,1), - (35409,2061,33,-326.355,2089.7,25.3409,-1.91986,0,0,-0.819152,0.573577,5400,100,1), - (35410,1617,0,1432.96,544.227,48.2039,1.74533,0,0,0.766045,0.642787,300,100,1), - (35411,3797,0,-214.692,806.951,75.3562,1.19555,0,0,0.562805,0.82659,7200,100,1), - (35412,103815,0,-160.152,774.069,69.5275,2.16421,0,0,0.882948,0.469472,2,100,1), - (35415,1619,0,1806.39,852.448,30.1205,0.471239,0,0,0.233445,0.97237,300,100,1), - (35418,63674,0,425.067,1864.19,10.3533,-0.017453,0,0,0.008727,-0.999962,7200,100,1), - (35419,180642,0,-760.386,1510.07,19.2723,-2.07694,0,0,0.861629,-0.507538,2,100,1), - (35420,1571,0,866.425,1231.33,52.6032,-0.802851,0,0,0.390731,-0.920505,2,100,1), - (35421,1617,0,1998.24,1095.29,35.8014,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (35422,1594,0,-382.261,1644.94,24.2887,3.12414,0,0,0.999962,0.008727,2,100,1), - (35423,180582,0,992.979,1958.68,0,-2.9147,0,0,-0.993572,0.113203,3600,100,1), - (35424,180582,0,736.54,1845.57,0,-1.98968,0,0,-0.838672,0.544637,3600,100,1), - (35425,180582,0,817.672,1896.21,0,2.60054,0,0,0.96363,0.267239,3600,100,1), - (35426,180656,0,1321.13,757.507,32.9309,-2.1293,0,0,-0.874619,0.48481,3600,100,1), - (35427,1617,0,2121.92,1221.56,52.8374,2.30383,0,0,0.913544,0.406739,300,100,1), - (35428,180656,0,604.853,644.405,32.9334,-0.244346,0,0,-0.121869,0.992546,3600,100,1), - (35429,180656,0,697.501,756.158,32.9329,-0.279253,0,0,-0.139173,0.990268,3600,100,1), - (35430,2045,0,319.586,1985.36,-36.0766,-2.44346,0,0,-0.939692,0.342021,300,100,1), - (35432,3705,0,-438.84,1560.23,19.7135,-0.296706,0,0,0.147809,-0.989016,7200,100,1), - (35433,3705,0,-245.751,808.898,73.9651,0.715585,0,0,0.350207,0.936672,7200,100,1), - (35434,3705,0,27.1249,774.611,63.6768,-2.75762,0,0,0.981627,-0.190809,7200,100,1), - (35435,3694,0,-82.0719,822.652,63.9224,-0.802851,0,0,0.390731,-0.920505,7200,100,1), - (35436,2849,0,868.042,81.3203,34.2455,1.0821,0,0,0.515038,0.857167,7200,100,1), - (35438,180656,0,664.48,728.523,32.9329,-0.279253,0,0,-0.139173,0.990268,3600,100,1), - (35439,180656,0,643.843,916.963,32.9319,3.14159,0,0,1,0.00000126759,3600,100,1), - (35440,3705,0,-414.799,1454.96,27.3901,-1.72788,0,0,0.760406,-0.649448,7200,100,1), - (35441,180656,0,719.737,978.174,32.9329,-0.802851,0,0,-0.390731,0.920505,3600,100,1), - (35445,1617,0,913.527,179.44,38.1404,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (35447,2849,0,489.196,722.214,31.3016,-0.2618,0,0,0.130526,-0.991445,7200,100,1), - (35448,3705,0,-333.433,1547.02,25.2864,-2.96706,0,0,0.996195,-0.087156,7200,100,1), - (35449,111095,0,22.9779,792.832,64.0931,1.309,0,0,0.608761,0.793353,7200,100,1), - (35451,2413,0,-8939.07,1002.53,122.047,2.19039,0,0,0.889017,0.457873,120,0,0), - (35452,3705,0,-707.737,1585.45,17.3471,-0.331612,0,0,0.165048,-0.986286,7200,100,1), - (35453,180582,0,-459.576,1677.06,0,-1.90241,0,0,-0.814116,0.580702,3600,100,1), - (35458,2045,0,848.158,1960.73,-7.93733,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (35459,1619,0,174.527,736.229,52.6158,1.93731,0,0,0.824125,0.566409,300,100,1), - (35460,1617,0,1986.07,630.762,46.7154,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (573742,176224,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (35464,3705,0,-360.588,1523.31,24.9354,1.43117,0,0,0.656059,0.75471,7200,100,1), - (35465,3705,0,-184.691,978.297,65.5431,-2.18166,0,0,0.887011,-0.461749,7200,100,1), - (35466,180684,0,744.693,8.48069,32.934,-0.436333,0,0,-0.21644,0.976296,3600,100,1), - (35468,1618,0,155.442,683.028,50.2955,-0.453786,0,0,-0.224951,0.97437,300,100,1), - (35470,1617,0,2630.43,-552.393,88.9996,-2.09439,0,0,-0.866024,0.500002,300,100,1), - (35471,1619,0,2508.62,-538.787,86.9927,1.22173,0,0,0.573576,0.819152,300,100,1), - (35472,1617,0,2205.54,-732.041,70.5577,2.14675,0,0,0.878816,0.477161,300,100,1), - (35473,1619,0,2120.73,-664.005,78.6451,-2.9147,0,0,-0.993572,0.113203,300,100,1), - (573741,176224,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (35476,3694,0,-55.3036,985.734,68.2029,-0.331612,0,0,0.165048,-0.986286,7200,100,1), - (35481,111095,0,-225.795,807.346,75.4164,1.20428,0,0,0.566406,0.824126,7200,100,1), - (35482,180582,0,-335.832,1723.09,0,-1.8326,0,0,-0.793355,0.60876,3600,100,1), - (35483,106319,0,-401.628,1467.65,26.1344,-0.383972,0,0,0.190809,-0.981627,7200,100,1), - (35484,2849,0,1016,719.293,60.975,3.10669,0,0,0.999848,0.017452,7200,100,1), - (35485,1617,0,2018.12,-171.965,34.9615,3.12414,0,0,0.999962,0.0087262,300,100,1), - (35487,2849,0,1016.97,708.279,74.0034,1.41372,0,0,0.649448,0.760406,7200,100,1), - (35488,1617,0,1430.56,653.667,51.9433,0.05236,0,0,0.026177,0.999657,300,100,1), - (35489,111095,0,-135.089,779.212,67.3825,1.64061,0,0,0.731354,0.681998,7200,100,1), - (35493,1618,0,1392.21,932.562,48.8297,-1.29154,0,0,-0.601814,0.798637,300,100,1), - (35494,1618,0,1307.91,1086.52,51.4278,-3.07178,0,0,-0.999391,0.0348993,300,100,1), - (35495,1617,0,1178.73,1272.24,35.4085,0.191986,0,0,0.0958456,0.995396,300,100,1), - (35496,1617,0,1074.42,1304.77,37.8319,0.331613,0,0,0.165048,0.986286,300,100,1), - (35498,1617,0,895.545,1396.65,38.7257,0.20944,0,0,0.104529,0.994522,300,100,1), - (35499,2045,0,619.406,1954.03,-20.8516,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (35500,1621,0,791.815,1391.85,59.5212,-2.05949,0,0,-0.857168,0.515037,300,100,1), - (35501,1620,0,851.27,1405.59,41.4164,3.10669,0,0,0.999848,0.0174505,300,100,1), - (35503,1621,0,563.505,1313.28,87.6793,-1.309,0,0,-0.608763,0.793352,300,100,1), - (35504,1619,0,310.73,1181.5,86.8165,1.8326,0,0,0.793355,0.60876,300,100,1), - (35505,180582,0,699.816,1845.44,-0.446223,-2.44346,0,0,-0.939692,0.342021,3600,100,1), - (35506,1618,0,-76.2625,1275.56,57.8445,-1.90241,0,0,-0.814116,0.580702,300,100,1), - (35507,1622,0,57.6614,1380.17,83.7885,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (35508,1618,0,-101.836,1131.98,63.7291,1.43117,0,0,0.656059,0.75471,300,100,1), - (35509,1621,0,-141.737,1240.82,51.6545,2.40855,0,0,0.93358,0.35837,300,100,1), - (35510,1621,0,-182.456,1115.56,56.6134,3.12414,0,0,0.999962,0.0087262,300,100,1), - (35512,1618,0,-414.508,1265.74,41.815,-0.733038,0,0,-0.358368,0.93358,300,100,1), - (35515,1620,0,-397.639,1223.54,47.8256,1.39626,0,0,0.642786,0.766046,300,100,1), - (35518,1622,0,-185.161,932.904,65.5428,-0.017453,0,0,-0.00872639,0.999962,300,100,1), - (35520,1617,0,1438.32,1086.28,57.7825,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (35521,1622,0,-55.1535,762.506,63.0612,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (35522,1617,0,1025,1748.5,15.8375,1.25664,0,0,0.587786,0.809016,300,100,1), - (35526,1617,0,795.117,1585.94,33.8348,3.14159,0,0,1,0.00000126759,300,100,1), - (35530,1618,0,877.827,1818.34,8.32242,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (35531,1617,0,1149.85,1595.4,33.0277,0.610865,0,0,0.300706,0.953717,300,100,1), - (35532,1617,0,1123.03,1642.73,29.839,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (35538,1617,0,1054.94,1424.03,40.147,-2.94961,0,0,-0.995396,0.095844,300,100,1), - (35539,1617,0,964.176,1734.82,13.604,3.14159,0,0,1,0.00000126759,300,100,1), - (35541,2045,0,917.13,1993.14,-4.2409,-0.837758,0,0,-0.406737,0.913545,300,100,1), - (35542,1618,0,833.437,1787.82,11.3078,0.314159,0,0,0.156434,0.987688,300,100,1), - (35544,1617,0,793.355,1688.58,27.3342,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (35546,1621,0,198.553,1564.28,128.405,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (35551,2045,0,529.272,633.311,10.2678,-2.79253,0,0,-0.984808,0.173647,300,100,1), - (35552,1624,0,-880.024,-1218.82,51.3718,1.32645,0,0,0.615661,0.788011,300,100,1), - (35554,1624,0,-1240.48,-1672.71,57.7778,2.86234,0,0,0.990268,0.139173,300,100,1), - (35556,2042,0,-1445.92,-2131.08,18.7754,0.820305,0,0,0.398749,0.91706,300,100,1), - (35557,1624,0,-1347.04,-2376.29,63.4075,-0.523599,0,0,-0.258819,0.965926,300,100,1), - (35559,2041,0,-1823.54,-2461.07,52.6159,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (35561,2046,0,-1681.95,-2841.92,45.2879,-0.837758,0,0,-0.406737,0.913545,300,100,1), - (35564,1620,0,695.347,1008.52,39.9455,-1.50098,0,0,-0.681997,0.731355,300,100,1), - (35565,1622,0,-1664.37,-1769.13,81.2792,3.07178,0,0,0.999391,0.0348993,300,100,1), - (35566,1620,0,783.099,1111.93,46.2027,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (35567,1619,0,-711.061,1210.57,89.5052,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (35569,106319,0,1324.06,729.208,32.3627,2.93215,0,0,0.994522,0.104528,7200,100,1), - (35572,1624,0,-1349.13,-3284.67,45.117,1.85005,0,0,0.798636,0.601815,300,100,1), - (35574,2043,0,-1554.54,-3431.37,51.0258,1.01229,0,0,0.484809,0.87462,300,100,1), - (35575,2042,0,-1153.02,-3243.16,32.381,-0.488692,0,0,-0.241921,0.970296,300,100,1), - (35576,1624,0,-1078.73,-3248.5,36.6129,1.36136,0,0,0.629322,0.777145,300,100,1), - (35577,175294,389,51.6565,38.0719,-8.68831,2.36492,0,0,0.92554,0.378649,3600,100,1), - (35578,175288,389,17.9346,52.2161,-11.1568,2.7838,0,0,0.984041,0.177944,3600,100,1), - (35579,175292,389,39.1689,52.8595,-3.46941,3.14159,0,0,1,0,3600,100,1), - (35580,175307,389,62.3991,61.4202,-9.25621,3.14159,0,0,1,0,3600,100,1), - (35581,175305,389,2.43144,65.4367,-9.98579,3.14159,0,0,1,0,3600,100,1), - (35582,175293,389,1.82074,32.2247,-11.459,3.14159,0,0,1,0,3600,100,1), - (35583,175308,389,5.65531,68.3387,-9.77679,-0.610865,0,0,-0.300706,0.953717,3600,100,1), - (35584,175291,389,59.6263,56.4047,-8.96765,3.14159,0,0,1,0,3600,100,1), - (35585,175287,389,66.6137,34.3891,-8.68421,2.7838,0,0,0.984041,0.177944,3600,100,1), - (35586,175289,389,42.1618,8.73129,10.9549,3.14159,0,0,1,0,3600,100,1), - (35587,175298,389,-4.42081,120.719,12.2467,2.02458,0,0,0.848048,0.529919,3600,100,1), - (35588,175310,389,13.7698,100.689,-1.96314,-2.54818,0,0,0.956305,-0.292372,3600,100,1), - (35590,13891,43,-35.8711,463.283,-54.8242,-2.93215,0,0,0.994522,-0.104529,300,100,1), - (35591,19535,43,-35.8711,463.283,-54.8242,-2.93215,0,0,0.994522,-0.104529,3600,100,1), - (35592,1624,43,36.5195,461.61,-85.8738,2.93215,0,0,0.994522,0.10453,7200,100,1), - (35593,13891,43,60.8216,459.733,-63.9568,-2.61799,0,0,0.965926,-0.258819,300,100,1), - (35594,19535,43,60.8216,459.733,-63.9568,-2.61799,0,0,0.965926,-0.258819,3600,100,1), - (35595,1619,43,47.5179,517.586,-58.1344,0.541052,0,0,0.267238,0.96363,7200,100,1), - (35596,1731,43,-161.053,411.129,-72.5271,3.01942,0,0,0.998135,0.0610484,7200,100,1), - (35597,13891,43,-46.0182,63.2591,-85.972,2.16421,0,0,0.882948,0.469472,300,100,1), - (35598,19535,43,-46.0182,63.2591,-85.972,2.16421,0,0,0.882948,0.469472,3600,100,1), - (35599,1732,43,-32.2606,43.5227,-117.543,2.26893,0,0,0.906308,0.422617,7200,100,1), - (35600,13891,43,-64.4431,62.0624,-28.4545,-2.35619,0,0,0.92388,-0.382683,300,100,1), - (35601,19535,43,-64.4431,62.0624,-28.4545,-2.35619,0,0,0.92388,-0.382683,3600,100,1), - (35602,146088,43,-70.0215,-31.7023,-60.1562,-1.85517,-0.021164,0.000875,-0.800126,0.599458,3600,100,1), - (35603,2061,43,-70.0215,-31.7023,-60.1562,-1.85517,-0.021164,0.000875,-0.800126,0.599458,3600,100,1), - (35604,60393,43,-228.116,40.6489,-82.3157,-3.13179,-0.008465,-0.02245,0.999699,-0.005094,3600,100,1), - (35605,2061,43,-228.116,40.6489,-82.3157,-3.13179,-0.008465,-0.02245,0.999699,-0.005094,3600,100,1), - (35606,13891,43,-196.059,29.3717,-50.2278,0.645772,0,0,0.317305,0.948324,300,100,1), - (35607,19535,43,-196.059,29.3717,-50.2278,0.645772,0,0,0.317305,0.948324,3600,100,1), - (35608,56821,43,-148.837,-51.4536,-78.262,3.13956,0.021214,0.110294,0.993672,-0.001331,3600,100,1), - (35609,2061,43,-148.837,-51.4536,-78.262,3.13956,0.021214,0.110294,0.993672,-0.001331,3600,100,1), - (35610,60394,43,-142.382,-64.699,-77.6614,3.13388,0.014377,0.134123,0.990858,0.001946,3600,100,1), - (35611,2061,43,-142.382,-64.699,-77.6614,3.13388,0.014377,0.134123,0.990858,0.001946,3600,100,1), - (35612,13891,43,-223.392,-50.9034,-102.96,-2.79253,0,0,0.984808,-0.173648,300,100,1), - (35613,19535,43,-223.392,-50.9034,-102.96,-2.79253,0,0,0.984808,-0.173648,3600,100,1), - (35614,56818,43,-350.49,23.1432,-100.991,-3.13233,0.053693,-0.039829,0.99776,-0.002472,3600,100,1), - (35615,2061,43,-350.49,23.1432,-100.991,-3.13233,0.053693,-0.039829,0.99776,-0.002472,3600,100,1), - (35616,13891,43,-360.631,43.2781,-100.909,-1.8326,0,0,0.793353,-0.608761,300,100,1), - (35617,19535,43,-360.631,43.2781,-100.909,-1.8326,0,0,0.793353,-0.608761,3600,100,1), - (35618,13891,43,-111.872,-38.7467,-28.4545,-3.03687,0,0,0.99863,-0.052336,300,100,1), - (35619,19535,43,-111.872,-38.7467,-28.4545,-3.03687,0,0,0.99863,-0.052336,3600,100,1), - (35620,1619,43,-81.6752,-33.1718,-58.8048,2.84489,0,0,0.989016,0.147808,7200,100,1), - (35621,75293,43,-79.462,-32.6,-59.1092,-0.296706,0,0,-0.147809,0.989016,5200,100,1), - (35622,59530,43,-69.8097,-34.2418,-60.2396,2.35478,0.015678,0.0318,0.92306,0.383019,3600,100,1), - (35623,2061,43,-69.8097,-34.2418,-60.2396,2.35478,0.015678,0.0318,0.92306,0.383019,3600,100,1), - (35624,13891,43,-178.29,-101.693,-65.8531,-2.79253,0,0,0.984808,-0.173648,300,100,1), - (35625,19535,43,-178.29,-101.693,-65.8531,-2.79253,0,0,0.984808,-0.173648,3600,100,1), - (35626,1732,43,-122.103,-121.608,-64.2499,0.907571,0,0,0.438371,0.898794,7200,100,1), - (35627,13891,43,-147.206,-146.156,-66.9507,4.71239,0,0,0.707107,-0.707107,300,100,1), - (35628,19535,43,-147.206,-146.156,-66.9507,4.71239,0,0,0.707107,-0.707107,3600,100,1), - (35629,13891,43,-232.344,-148.216,-62.7499,-2.07694,0,0,0.861629,-0.507538,300,100,1), - (35630,19535,43,-232.344,-148.216,-62.7499,-2.07694,0,0,0.861629,-0.507538,3600,100,1), - (35631,1731,43,-87.6443,-136.019,-65.0488,0.523599,0,0,0.258819,0.965926,7200,100,1), - (35632,1731,43,-179.484,-190.661,-60.6078,-1.16937,0,0,-0.551937,0.833886,7200,100,1), - (35633,1622,43,-56.9757,-116.137,-69.4735,-1.65806,0,0,-0.737276,0.675591,7200,100,1), - (35634,13891,43,-0.314322,-42.1754,-65.0227,-0.226893,0,0,0.113203,-0.993572,300,100,1), - (35635,19535,43,-0.314322,-42.1754,-65.0227,-0.226893,0,0,0.113203,-0.993572,3600,100,1), - (35636,1619,43,-9.10271,-166.562,-76.5781,-1.72788,0,0,-0.760407,0.649446,7200,100,1), - (35637,13891,43,-169.717,-224.064,-55.6624,2.18166,0,0,0.887011,0.461749,300,100,1), - (35638,19535,43,-169.717,-224.064,-55.6624,2.18166,0,0,0.887011,0.461749,3600,100,1), - (35639,1619,43,-227.876,-204.881,-58.5064,-1.90241,0,0,-0.814116,0.580702,7200,100,1), - (35640,13891,43,-94.1341,-264.677,-55.5865,1.06465,0,0,0.507538,0.861629,300,100,1), - (35641,19535,43,-94.1341,-264.677,-55.5865,1.06465,0,0,0.507538,0.861629,3600,100,1), - (35642,1624,43,-69.5988,-259.049,-67.1074,-0.331612,0,0,-0.165047,0.986286,7200,100,1), - (35643,146089,43,-113.451,-313.306,-63.0296,2.36853,0.01015,-0.018592,0.925931,0.377098,3600,100,1), - (35644,2061,43,-113.451,-313.306,-63.0296,2.36853,0.01015,-0.018592,0.925931,0.377098,3600,100,1), - (35645,13891,43,-36.2995,-281.637,-66.5813,-0.977384,0,0,0.469472,-0.882948,300,100,1), - (35646,19535,43,-36.2995,-281.637,-66.5813,-0.977384,0,0,0.469472,-0.882948,3600,100,1), - (35647,75293,43,-95.0718,-311.132,-61.8035,2.32129,0,0,0.91706,0.398748,5200,100,1), - (35648,56820,43,-15.4209,-252.946,-69.0084,2.75491,0.010416,0.062605,0.979367,0.191864,3600,100,1), - (35649,2061,43,-15.4209,-252.946,-69.0084,2.75491,0.010416,0.062605,0.979367,0.191864,3600,100,1), - (35650,1732,43,-89.4373,-314.586,-60.7897,0.959931,0,0,0.461749,0.887011,7200,100,1), - (35651,1619,43,-128.068,-324.797,-62.8066,2.86234,0,0,0.990268,0.139173,7200,100,1), - (35652,75293,43,-10.4679,-272.442,-66.1606,0.715585,0,0,0.350207,0.936672,5200,100,1), - (35653,13891,43,48.0354,-165.494,-81.7236,0.767945,0,0,0.374607,0.927184,300,100,1), - (35654,19535,43,48.0354,-165.494,-81.7236,0.767945,0,0,0.374607,0.927184,3600,100,1), - (35655,13891,43,-164.128,-337.607,-68.9215,0.959931,0,0,0.461749,0.887011,300,100,1), - (35656,19535,43,-164.128,-337.607,-68.9215,0.959931,0,0,0.461749,0.887011,3600,100,1), - (35657,59529,43,-286.253,-234.953,-63.6185,-2.82698,-0.010312,0.011486,0.987552,-0.156531,3600,100,1), - (35658,2061,43,-286.253,-234.953,-63.6185,-2.82698,-0.010312,0.011486,0.987552,-0.156531,3600,100,1), - (35659,13891,43,-293.322,-319.377,-68.2288,-0.890118,0,0,0.430511,-0.902585,300,100,1), - (35660,19535,43,-293.322,-319.377,-68.2288,-0.890118,0,0,0.430511,-0.902585,3600,100,1), - (35661,146090,43,-300.358,-239.158,-63.889,-0.755027,-0.020811,0.014963,-0.368345,0.929336,3600,100,1), - (35662,2061,43,-300.358,-239.158,-63.889,-0.755027,-0.020811,0.014963,-0.368345,0.929336,3600,100,1), - (35663,13891,43,-382.755,-100.201,-64.46,-1.88496,0,0,0.809017,-0.587785,300,100,1), - (35664,19535,43,-382.755,-100.201,-64.46,-1.88496,0,0,0.809017,-0.587785,3600,100,1), - (35665,177000,409,736.663,-1176.57,-119.798,3.14159,0,0,1,0,600,100,1), - (35666,2061,129,2394.63,886.028,55.4499,3.14159,0,0,1,0,5400,100,1), - (35667,40200,129,2399.8,893.103,39.144,3.14159,0,0,1,0,5400,100,1), - (35668,2061,129,2399.8,893.103,39.144,3.14159,0,0,1,0,5400,100,1), - (35669,142141,129,2423.88,1027.32,38.2242,-2.3911,0,0,-0.930417,0.366502,7200,100,1), - (35670,148843,129,2436.99,1058.62,59.6726,3.14159,0,0,1,0,5400,100,1), - (35671,2061,129,2436.99,1058.62,59.6726,3.14159,0,0,1,0,5400,100,1), - (35672,148844,129,2427.53,1051.77,40.9434,3.14159,0,0,1,0,5400,100,1), - (35673,2061,129,2427.53,1051.77,40.9434,3.14159,0,0,1,0,5400,100,1), - (35674,148845,129,2416.99,1032.8,39.0779,3.13659,-0.024268,-0.079424,0.996545,0.000572,5400,100,1), - (35675,2061,129,2416.99,1032.8,39.0779,3.13659,-0.024268,-0.079424,0.996545,0.000572,5400,100,1), - (35676,148857,129,2312.43,989.682,58.8116,2.53945,0,0,0.95502,0.296542,5400,100,1), - (35677,2061,129,2312.43,989.682,58.8116,2.53945,0,0,0.95502,0.296542,5400,100,1), - (35678,40201,129,2361.76,965.172,39.826,3.14159,0,0,1,0,5400,100,1), - (35679,2061,129,2361.76,965.172,39.826,3.14159,0,0,1,0,5400,100,1), - (35680,148856,129,2323.65,1008.87,51.9277,3.14159,0,0,1,0,5400,100,1), - (35681,2061,129,2323.65,1008.87,51.9277,3.14159,0,0,1,0,5400,100,1), - (35682,75300,129,2358.62,966.718,40.2895,1.309,0,0,0.608761,0.793353,5400,100,1), - (35683,148851,129,2358.82,903.675,28.7906,3.14159,0,0,1,0,5400,100,1), - (35684,2061,129,2358.82,903.675,28.7906,3.14159,0,0,1,0,5400,100,1), - (35685,148853,129,2341.9,902.615,54.8697,3.14159,0,0,1,0,5400,100,1), - (35686,2061,129,2341.9,902.615,54.8697,3.14159,0,0,1,0,5400,100,1), - (35687,148854,129,2328.17,922.935,51.7426,3.14159,0,0,1,0,5400,100,1), - (35688,2061,129,2328.17,922.935,51.7426,3.14159,0,0,1,0,5400,100,1), - (35689,148855,129,2325.3,908.668,58.5663,3.14159,0,0,1,0,5400,100,1), - (35690,2061,129,2325.3,908.668,58.5663,3.14159,0,0,1,0,5400,100,1), - (35691,148852,129,2360.86,889.033,60.6865,3.14159,0,0,1,0,5400,100,1), - (35692,2061,129,2360.86,889.033,60.6865,3.14159,0,0,1,0,5400,100,1), - (35693,11899,47,1729.23,1350.39,-44.1443,-0.18326,0,0,-0.091502,0.995805,3600,100,1), - (35694,11898,47,1734.57,1372.33,85.4053,0.061086,0,0,0.030538,0.999534,3600,100,1), - (35695,2042,47,2035.23,1525.38,80.6839,1.16937,0,0,0.551937,0.833886,7200,100,1), - (35696,69431,47,1896.43,1626.5,73.9552,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35697,2061,47,1896.43,1626.5,73.9552,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35698,21099,47,2060.41,2015.7,62.3831,-0.357792,0,0,-0.177943,0.984041,3600,100,1), - (35699,69425,47,1885.3,1644.9,80.4157,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35700,2061,47,1885.3,1644.9,80.4157,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35701,1621,47,2073.56,1600.3,63.6955,-1.62316,0,0,-0.725376,0.688353,7200,100,1), - (35702,2042,47,2039.44,1700.29,61.0109,-2.49582,0,0,-0.948324,0.317305,7200,100,1), - (35703,69422,47,2096.74,1597.51,80.4157,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35704,2061,47,2096.74,1597.51,80.4157,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35705,74447,47,2111.45,1613.83,81.1889,-1.98968,0,0,0.838671,-0.544639,43200,100,1), - (35706,1621,47,2096.28,1557.81,81.4785,-0.418879,0,0,-0.207912,0.978148,7200,100,1), - (35707,74078,47,2110.67,1543.94,81.4979,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35708,2061,47,2110.67,1543.94,81.4979,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35709,69436,47,2146.93,1541.29,72.1165,0.856097,0.01482,-0.022508,0.415046,0.909401,3600,100,1), - (35710,2061,47,2146.93,1541.29,72.1165,0.856097,0.01482,-0.022508,0.415046,0.909401,3600,100,1), - (35711,69429,47,2157.04,1552.62,72.277,0.855642,0.029872,0.008814,0.414811,0.909375,3600,100,1), - (35712,2061,47,2157.04,1552.62,72.277,0.855642,0.029872,0.008814,0.414811,0.909375,3600,100,1), - (35713,69432,47,2107.36,1453.43,73.7747,0.854633,-0.023475,-0.013847,0.414205,0.909775,3600,100,1), - (35714,2061,47,2107.36,1453.43,73.7747,0.854633,-0.023475,-0.013847,0.414205,0.909775,3600,100,1), - (35715,69424,47,2136.87,1476.97,72.9517,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35716,2061,47,2136.87,1476.97,72.9517,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35717,69421,47,2202.55,1518.84,84.805,0.856097,0.01482,-0.022508,0.415046,0.909401,3600,100,1), - (35718,2061,47,2202.55,1518.84,84.805,0.856097,0.01482,-0.022508,0.415046,0.909401,3600,100,1), - (35719,69426,47,2202.16,1646.28,85.5385,0.817546,-0.007337,0.000104,0.397492,0.917576,3600,100,1), - (35720,2061,47,2202.16,1646.28,85.5385,0.817546,-0.007337,0.000104,0.397492,0.917576,3600,100,1), - (35721,74447,47,2199.22,1654.65,86.1542,-1.37881,0,0,0.636078,-0.771625,43200,100,1), - (35722,69434,47,2083.81,1431.2,85.4887,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35723,2061,47,2083.81,1431.2,85.4887,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35724,69435,47,2112.14,1413.64,85.7095,0.846398,-0.038081,0.085699,0.408829,0.90778,3600,100,1), - (35725,2061,47,2112.14,1413.64,85.7095,0.846398,-0.038081,0.085699,0.408829,0.90778,3600,100,1), - (35726,69430,47,2132.16,1410.02,73.9552,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35727,2061,47,2132.16,1410.02,73.9552,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35728,1621,47,2139.33,1404.52,73.725,2.00713,0,0,0.843392,0.537299,7200,100,1), - (35729,69437,47,2155.07,1405.45,84.16,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35730,2061,47,2155.07,1405.45,84.16,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35731,74075,47,2158.47,1413.67,74.1121,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35732,2061,47,2158.47,1413.67,74.1121,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35733,69423,47,2145.54,1405.98,73.6876,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35734,2061,47,2145.54,1405.98,73.6876,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35735,69433,47,2192.71,1487.73,82.826,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35736,2061,47,2192.71,1487.73,82.826,0.853841,0.025008,0.006261,0.41404,0.909894,3600,100,1), - (35737,1734,47,2175.92,1714.05,55.2663,-1.81514,0,0,-0.78801,0.615662,7200,100,1), - (35738,1621,47,2097.27,1746.72,78.7565,-1.93731,0,0,-0.824125,0.566409,7200,100,1), - (35739,1735,47,2097.83,1864.54,52.5586,0.680678,0,0,0.333807,0.942642,7200,100,1), - (35740,69438,47,2191.35,1788.04,65.3368,1.51814,-0.04298,-0.016434,0.688065,0.724189,3600,100,1), - (35741,2061,47,2191.35,1788.04,65.3368,1.51814,-0.04298,-0.016434,0.688065,0.724189,3600,100,1), - (35742,1621,47,2026.93,1858.32,56.4944,0.715585,0,0,0.350207,0.936672,7200,100,1), - (35743,1735,47,2128.49,1922.27,68.3568,-2.72271,0,0,-0.978147,0.207914,7200,100,1), - (35744,74076,47,2137.15,1923.77,66.4822,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35745,2061,47,2137.15,1923.77,66.4822,0.820305,0,0,0.398749,0.91706,3600,100,1), - (35746,69428,47,2147.91,1917.96,66.5458,1.51844,0,0,0.688354,0.725374,3600,100,1), - (35747,2061,47,2147.91,1917.96,66.5458,1.51844,0,0,0.688354,0.725374,3600,100,1), - (35748,1621,47,2210.56,1881.96,71.2617,-2.37365,0,0,-0.927184,0.374606,7200,100,1), - (35749,69427,47,2067.08,2010.08,63.7909,1.51844,0,0,0.688354,0.725374,3600,100,1), - (35750,2061,47,2067.08,2010.08,63.7909,1.51844,0,0,0.688354,0.725374,3600,100,1), - (35751,1735,47,2166.68,1998.86,62.0029,-0.977384,0,0,-0.469471,0.882948,7200,100,1), - (35752,180339,1,1339.42,-4413.63,28.0882,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (35753,180350,1,1335.68,-4410.58,27.2218,3.05433,0,0,0.999048,0.043619,180,100,1), - (35754,180347,1,1338.85,-4423.88,27.5971,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (35755,180342,1,1338.36,-4424.98,27.5953,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (35756,180352,1,1333.95,-4409.53,27.184,0.296706,0,0,0.147809,0.989016,180,100,1), - (35757,180348,1,1339.06,-4424.37,27.6298,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (35758,180348,1,1340.83,-4414.94,28.0846,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (35759,180349,1,1340.39,-4422.71,27.6314,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (35760,180350,1,1333.84,-4417.15,26.867,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (35761,180342,1,1339.09,-4412.91,28.0812,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (35762,180326,1,1339.34,-4413.23,27.3107,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (35763,180337,1,1333.74,-4419.13,26.7987,2.72271,0,0,0.978148,0.207912,180,100,1), - (35764,180340,1,1339.18,-4423.79,27.6266,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (35765,180347,1,1338.2,-4411.91,28.0581,2.70526,0,0,0.976296,0.21644,180,100,1), - (35766,180338,1,1339.35,-4413.28,28.0797,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (35767,180341,1,1339.83,-4413.4,28.0745,0.907571,0,0,0.438371,0.898794,180,100,1), - (35768,180374,1,1338.36,-4412.73,28.0956,1.78024,0,0,0.777146,0.62932,180,100,1), - (35769,180374,1,1338.31,-4424.39,27.6296,0.418879,0,0,0.207912,0.978148,180,100,1), - (35770,180374,1,1339.14,-4412.19,28.0854,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (35771,180374,1,1337.59,-4425.13,27.638,0.925024,0,0,0.446198,0.894934,180,100,1), - (35772,180374,1,1341.59,-4415.56,28.0966,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (35773,180374,1,1340.16,-4423.78,27.6281,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (35774,180370,1,1341.04,-4421.81,27.6249,0.383972,0,0,0.190809,0.981627,180,100,1), - (35775,180372,1,1336.56,-4426.84,27.6309,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (35776,180372,1,1329.31,-4413.13,27.6023,0.680678,0,0,0.333807,0.942641,180,100,1), - (35777,180370,1,1340.36,-4414.08,28.0881,1.98968,0,0,0.838671,0.544639,180,100,1), - (35778,180372,1,1337.53,-4411.01,28.0848,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (35779,180371,1,1330.72,-4425.71,27.4281,0.750492,0,0,0.366501,0.930418,180,100,1), - (35780,180372,1,1341.04,-4421.81,27.6249,0.383972,0,0,0.190809,0.981627,180,100,1), - (35781,180370,1,1336.56,-4426.84,27.6309,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (35782,180374,1,1338.39,-4425.73,27.6245,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (35783,180371,1,1327.37,-4423.33,27.4349,2.53073,0,0,0.953717,0.300706,180,100,1), - (35784,180372,1,1340.36,-4414.08,28.0881,1.98968,0,0,0.838671,0.544639,180,100,1), - (35785,180370,1,1329.31,-4413.13,27.6023,0.680678,0,0,0.333807,0.942641,180,100,1), - (35786,180370,1,1337.53,-4411.01,28.0848,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (35787,180372,1,1330.72,-4425.71,27.4281,0.750492,0,0,0.366501,0.930418,180,100,1), - (35788,180370,1,1341.04,-4421.81,27.6249,0.383972,0,0,0.190809,0.981627,180,100,1), - (573740,176224,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (35790,175194,229,192.74,-258.394,76.8603,0,0,0,0,1,180,255,0), - (573739,176224,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (35792,175970,229,147.228,-240.436,112.205,4.66492,0,0,0.72369,-0.690125,250,0,1), - (35793,177387,469,-7537.94,-1009.43,449.242,5.34938,0,0,0.450123,-0.892967,250,0,1), - (35794,170530,230,1468.17,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (35795,170547,230,1392.44,-414.949,-94.6781,0,0,0,0,1,600,100,1), - (573738,176224,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (35797,22563,33,-326.002,2090.32,25.3409,1.56207,0,0,0.704015,0.710186,5400,100,1), - (35798,177371,289,204.326,0.011124,76.1678,-1.55334,0,0,-0.700909,0.713251,7200,100,0), - (35799,177379,289,280.914,72.2313,110.012,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (35800,2061,289,280.914,72.2313,110.012,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (35801,174563,230,825.268,-355.339,-49.3422,2.32129,0,0,0.91706,0.398749,600,100,1), - (35802,174536,230,864.572,-195.525,-43.6942,-2.53073,0,0,0.953717,-0.300706,600,100,1), - (35803,174415,230,565.604,-100.667,-45.0247,2.58309,0,0,0.961262,0.275637,600,100,1), - (35804,170445,230,711.532,39.6208,-45.0302,1.57952,0,0,0.710185,0.704015,600,100,1), - (35805,158580,230,577.717,-138.115,-36.9204,-1.25664,0,0,-0.587785,0.809017,600,100,1), - (35806,174534,230,891.735,-198.835,-43.6971,0.532326,0,0,0.263031,0.964787,600,100,1), - (35807,170572,230,1449.13,-342.325,-92.0093,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (35808,158571,230,327.122,-139.953,-64.948,-2.56563,0,0,0.95882,-0.284015,600,100,1), - (35809,158551,230,634.132,-233.81,-35.6229,2.37365,0,0,0.927184,0.374607,600,100,1), - (35810,170563,230,319.473,-216.317,-77.7557,1.02102,0,0,0.488621,0.872496,600,100,1), - (35811,170480,230,1348.43,-763.966,-85.165,3.14159,0,0,1,0,600,100,1), - (35812,170554,230,1379.13,-827.561,-91.9804,1.5708,0,0,0.707107,0.707107,600,100,1), - (35813,170474,230,1346.45,-766.735,-85.165,3.14159,0,0,1,0,600,100,1), - (35814,174467,230,861.169,-139.926,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (35815,170457,230,991.852,-356.764,-65.3932,-1.90241,0,0,-0.814115,0.580703,600,100,1), - (35816,170504,230,1412.95,-789.338,-85.165,0,0,0,0,1,600,100,1), - (35817,140380,230,634.43,-142.899,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (35818,170472,230,1346.45,-763.966,-85.165,3.14159,0,0,1,0,600,100,1), - (35819,174524,230,886.514,-209.76,-43.721,1.87623,0,0,0.806444,0.59131,600,100,1), - (35820,170575,230,1380.12,-710.482,-92.0093,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (35821,170560,230,569.589,-9.36154,-70.2566,1.5708,0,0,0.707107,0.707107,600,100,1), - (35822,170453,230,864.724,-197.895,-43.6942,2.79253,0,0,0.984808,0.173648,600,100,1), - (35823,174474,230,862.884,-135.828,-49.7372,-1.42244,0,0,-0.65276,0.757565,600,100,1), - (35824,174433,230,707.989,49.6678,-45.0302,-0.008726,0,0,-0.004363,0.99999,600,100,1), - (35825,158679,230,573.842,-135.429,-35.6645,-1.25664,0,0,-0.587785,0.809017,600,100,1), - (35826,174550,230,792,-266.546,-43.3257,0.959931,0,0,0.461749,0.887011,600,100,1), - (35827,170460,230,972.812,-408.586,-60.673,-1.8832,-0.044939,-0.044299,-0.806545,0.587795,600,100,1), - (35828,174533,230,894.627,-197.716,-43.721,-2.67908,0,0,0.973379,-0.229201,600,100,1), - (35829,200000,469,-7587.76,-1261.43,482,0.577301,0,0,0.284659,0.958629,25,0,1), - (35830,177378,289,242.415,71.5593,110.012,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (35832,179516,429,380.615,260.057,11.4396,0,0,0,-0.484809,0.87462,7200,0,1), - (30236,179548,429,836.333,493.379,37.3182,0.296705,0,0,0.147809,0.989016,7200,0,1), - (35834,179564,429,808.37,482.128,37.3182,0,0,0,-0.999657,0.0262017,-7200,0,1), - (573737,176224,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (573736,176224,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (573735,176224,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (573734,176224,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (573733,176224,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (573732,176224,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573731,176224,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (573730,176224,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (573729,176224,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573728,176224,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573727,176224,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (573726,176224,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (573725,176224,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (35848,175796,329,4032.69,-3364.54,115.054,1.5708,0,0,0.707107,0.707107,180,100,1), - (573724,176224,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573723,176224,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (573722,176224,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (573721,176224,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (573720,176224,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (573719,176224,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573718,176224,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (573717,176224,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (573716,176224,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (573715,176224,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (573714,176224,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (267,175785,229,-10.5242,-391.338,48.8214,0,0,0,-0.874619,0.48481,0,0,1), - (35862,170592,230,1380.52,-834.296,-86.6783,1.5708,0,0,0.707107,0.707107,600,100,1), - (35863,174502,230,872.183,-140.534,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (35864,174558,230,811.128,-331.38,-49.3422,-0.820305,0,0,-0.398749,0.91706,600,100,1), - (35865,174517,230,873.605,-209.623,-43.721,-2.54818,0,0,0.956305,-0.292372,600,100,1), - (35866,170500,230,1410.75,-780.912,-85.165,0,0,0,0,1,600,100,1), - (573713,176224,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (35868,176090,229,-20.8789,-364.483,-31.5237,4.75759,0,0,0.690947,-0.722905,25,0,1), - (35869,179880,229,41.8915,-285.414,110.958,3.04222,0,0,0.998766,0.0496642,25,0,1), - (35870,175606,229,-135.543,-528.703,6.53392,0.660128,0,0,0.324104,0.946022,250,0,1), - (35871,175606,229,-139.313,-527.232,6.43271,0.798332,0,0,0.38865,0.921386,250,0,1), - (35872,175606,229,-152.326,-547.679,8.4167,4.22659,0,0,0.85642,-0.51628,250,0,1), - (35873,175606,229,-103.921,-572.89,9.6253,1.67797,0,0,0.743966,0.668218,250,0,1), - (35875,270,0,-5607.24,-547.934,392.985,0.471239,0,0,0.69985,-0.71429,-600,0,1), - (36158,180405,0,-4875.75,-948.454,503.399,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (36159,180405,0,-4888.81,-913.699,503.589,0.820305,0,0,0.398749,0.91706,180,100,1), - (36160,180405,0,-4842.84,-874.502,511.14,0.436332,0,0,0.21644,0.976296,180,100,1), - (36161,180405,0,-4853.77,-880.603,501.659,0.541052,0,0,0.267238,0.96363,180,100,1), - (36162,180405,0,-4901.65,-904.996,503.596,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (36163,180405,0,-4936.36,-943.386,503.589,1.02974,0,0,0.492424,0.870356,180,100,1), - (36164,180405,0,-4915.74,-980.408,501.446,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (36165,180405,0,-4900.69,-971.593,503.6,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (36166,180405,0,-4957.27,-928.353,514.703,1.11701,0,0,0.529919,0.848048,180,100,1), - (36167,180405,0,-4956.93,-921.641,504.261,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (36168,180405,0,-4938.5,-927.929,503.596,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (36169,180405,0,-4978.98,-971.438,503.596,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (36170,180405,0,-4926.08,-996.481,509.855,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (36171,180405,0,-5028.53,-835.857,505.493,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (36172,180405,0,-5636.27,-530.223,404.766,2.87979,0,0,0.991445,0.130526,180,100,1), - (36173,180405,0,-5636.49,-498.668,396.67,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (36174,180405,0,-8855.88,664.225,97.3114,0.977384,0,0,0.469472,0.882948,180,100,1), - (36175,180405,0,-8850.12,634.925,98.2098,1.81514,0,0,0.788011,0.615662,180,100,1), - (36176,180405,0,-8811.58,654.092,96.1933,0.15708,0,0,0.078459,0.996917,180,100,1), - (36177,180405,0,-8836.54,602.794,95.7934,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (36178,180405,0,-8853.54,584.33,95.4865,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (36179,180405,0,-8920.6,605.74,100.557,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (36180,180405,0,-8919.8,636.631,100.55,0.907571,0,0,0.438371,0.898794,180,100,1), - (36181,180405,0,-9106.48,422.687,93.8075,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (36182,180405,0,-9469.92,106.845,57.3989,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (36183,180405,0,-9485.53,20.3553,57.5648,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (36184,180405,0,-9471.28,41.2414,58.0485,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (36185,180405,1,9945.01,2500.43,1318.04,0.279253,0,0,0.139173,0.990268,180,100,1), - (36186,180405,1,9923.93,2512.17,1318.33,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (36187,180405,1,9805.9,962.437,1324.01,0.698132,0,0,0.34202,0.939693,180,100,1), - (36188,180405,1,9818.93,948.167,1310.06,3.14159,0,0,1,0,180,100,1), - (36189,180405,1,9779.24,953.004,1308.07,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (36190,180405,1,9772.65,893.538,1297.33,2.87979,0,0,0.991445,0.130526,180,100,1), - (36191,180405,1,6441.53,525.847,9.49004,1.6057,0,0,0.71934,0.694658,180,100,1), - (36192,180405,1,6415.77,504.078,9.9911,0.017453,0,0,0.008727,0.999962,180,100,1), - (36193,180405,1,6427.14,555.08,13.561,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (36194,180405,1,6412.79,537.461,14.7039,0.10472,0,0,0.052336,0.99863,180,100,1), - (36195,180405,1,6383.95,544.012,9.50275,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (36292,180405,0,-3828.79,-826.367,13.3171,2.72271,0,0,0.978148,0.207912,180,100,1), - (36293,180405,0,-3825,-843.398,11.1765,0.366519,0,0,0.182236,0.983255,180,100,1), - (36294,180405,0,-3793.61,-832.75,9.65538,1.91986,0,0,0.819152,0.573576,180,100,1), - (36295,180405,0,-3656.67,-840.95,41.3908,1.43117,0,0,0.656059,0.75471,180,100,1), - (36296,180405,0,-851.76,-592.332,18.546,1.90241,0,0,0.814116,0.580703,180,100,1), - (36297,180405,0,-813.363,-550.619,15.8751,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (36298,180405,0,-860.519,-566.173,11.7025,0.331613,0,0,0.165048,0.986286,180,100,1), - (36299,180405,0,-862.773,-597.735,4.52076,1.97222,0,0,0.833886,0.551937,180,100,1), - (36300,180405,0,-841.687,-577.538,12.7741,1.98968,0,0,0.838671,0.544639,180,100,1), - (36301,180405,0,-869.58,-493.707,12.4533,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (36302,180405,0,-848.881,-472.524,14.7145,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (36303,180405,0,-772.237,-496.195,23.6258,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (36304,180405,0,-790.641,-511.977,17.7366,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (36305,180405,0,-162.562,-873.109,56.5376,1.71042,0,0,0.75471,0.656059,180,100,1), - (36306,180405,0,-35.6717,-945.184,56.5174,3.08923,0,0,0.999657,0.026177,180,100,1), - (36307,180405,0,-17.6713,-904.807,57.047,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (36308,180405,0,6.34836,-855.247,58.728,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (36309,180405,1,242.533,-4747.68,22.0291,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (36310,180405,1,262.719,-4826.96,20.0259,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (36311,180405,1,303.718,-4777.12,10.4055,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (36312,180405,1,324.94,-4702.18,16.1588,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (36313,180405,1,376.122,-4761.78,20.6571,2.77507,0,0,0.983255,0.182236,180,100,1), - (36314,180405,1,1387.25,-4359.58,28.3313,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (36315,180405,1,1605.6,-4370.8,23.6105,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (36316,180405,1,1658.61,-4435.29,18.9179,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (36317,180405,1,1630.54,-4433.85,14.6416,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (36318,180405,1,1643.95,-4354.71,23.6602,2.9147,0,0,0.993572,0.113203,180,100,1), - (36319,180405,1,1626.48,-4359.48,12.76,0.436332,0,0,0.21644,0.976296,180,100,1), - (36320,180405,1,1687.77,-4439.83,19.1512,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (36321,180405,1,1680.35,-4421.51,19.3924,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (36322,180405,1,1660.69,-4344.94,31.5451,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (36323,180405,0,2265.08,323.945,34.8258,2.82743,0,0,0.987688,0.156434,180,100,1), - (36324,180405,0,2260.16,349.644,36.0201,0.907571,0,0,0.438371,0.898794,180,100,1), - (36325,180405,0,2222.56,304.016,47.5872,1.309,0,0,0.608761,0.793353,180,100,1), - (36326,180405,0,2244.2,308.972,35.1891,1.88496,0,0,0.809017,0.587785,180,100,1), - (36327,180405,0,2238.87,323.399,47.5317,1.25664,0,0,0.587785,0.809017,180,100,1), - (36328,180405,0,2251.14,254.486,34.2604,0.959931,0,0,0.461749,0.887011,180,100,1), - (36329,180405,0,2269.54,254.167,35.3428,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (36330,180405,0,2237.03,249.148,33.9396,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (36331,180405,0,2288.5,244.627,41.1147,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (36332,180405,0,2069.53,282.107,97.0314,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (36333,180405,0,2047.32,280.663,56.4686,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (36334,180405,0,1589.89,246.036,60.1008,1.20428,0,0,0.566406,0.824126,180,100,1), - (36335,180405,0,1634.57,252.315,-34.79,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (36336,180405,0,1608,227.792,-29.058,1.16937,0,0,0.551937,0.833886,180,100,1), - (36337,180405,0,1583.4,252.825,-29.1276,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (36338,180405,0,1565.11,214.768,-34.8034,1.8326,0,0,0.793353,0.608761,180,100,1), - (36339,180405,0,1565.49,266.374,-34.8027,2.07694,0,0,0.861629,0.507538,180,100,1), - (36340,180405,0,1560.96,259.986,-34.8059,0.436332,0,0,0.21644,0.976296,180,100,1), - (36341,180405,0,1520.14,243.825,-41.3899,1.15192,0,0,0.544639,0.838671,180,100,1), - (36342,180405,0,1552.16,257.957,-42.3671,1.64061,0,0,0.731354,0.681998,180,100,1), - (36343,180405,0,1583.97,201.574,-34.8288,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (36344,180405,0,1626.06,214.752,-34.8048,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (36345,180405,0,1584.45,279.162,-34.8301,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (36346,180405,0,1621.03,271.112,-34.8236,0.523599,0,0,0.258819,0.965926,180,100,1), - (36347,180405,0,1649.09,216.261,-43.1032,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (36348,180405,0,1644.89,261.737,-43.1031,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (36349,180405,0,1628.32,172.413,-43.0912,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (36385,180405,1,-2339.43,-319.15,-9.09311,1.3439,0,0,0.622515,0.782608,180,100,1), - (36386,180405,1,-2342.23,-356.264,-8.88146,1.48353,0,0,0.67559,0.737277,180,100,1), - (36387,180405,1,-2317.26,-445.981,-5.4384,1.74533,0,0,0.766044,0.642788,180,100,1), - (36388,180405,1,-1230.82,44.4664,127.532,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (36389,180405,1,-1275.29,44.2053,131.571,2.46091,0,0,0.942641,0.333807,180,100,1), - (36390,180405,1,-1210.34,140.668,134.158,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (36391,180405,1,-1259.07,134.032,132.246,0.10472,0,0,0.052336,0.99863,180,100,1), - (36392,180405,1,-1296.17,102.668,130.91,2.25148,0,0,0.902585,0.430511,180,100,1), - (36393,180405,0,-10525,1030.71,67.1606,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (36394,180405,0,-10476.7,1020.13,67.1611,1.74533,0,0,0.766044,0.642788,180,100,1), - (36395,180405,0,-10639.5,1160.96,33.3855,0.855211,0,0,0.414693,0.909961,180,100,1), - (36396,180405,0,-10650.3,1179.93,34.4429,1.309,0,0,0.608761,0.793353,180,100,1), - (36397,180405,0,-10586.1,-1158.38,30.0596,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (36398,180405,0,-10550.3,-1110.84,31.4281,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (36399,180405,0,-10567.1,-1171.94,29.0921,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (36400,180405,0,-10586.7,-1173.86,28.6101,1.39626,0,0,0.642788,0.766044,180,100,1), - (36401,180405,0,-10566.1,-1167.03,29.0606,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (36402,180405,0,-10586.4,-1259.04,37.0091,1.93731,0,0,0.824126,0.566406,180,100,1), - (36403,180405,0,-10530.3,-1203.69,27.2637,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (36404,180405,0,-10510.2,-1173.23,31.3193,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (36405,180405,0,-10504.8,-1177.95,28.0608,1.18682,0,0,0.559193,0.829038,180,100,1), - (36406,180405,0,-10526.8,-1139.3,29.5047,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (36407,180405,0,-10571.3,-1314.04,48.9264,1.91986,0,0,0.819152,0.573576,180,100,1), - (36408,180405,0,-10521.7,-1296.15,41.097,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (36409,180405,0,-9422.31,-2237.39,68.5077,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (36410,180405,0,-9285.58,-2267.99,69.384,1.8326,0,0,0.793353,0.608761,180,100,1), - (36411,180405,0,-9245.94,-2215.57,66.8433,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (36412,180405,0,-9239.37,-2161.26,71.2117,1.90241,0,0,0.814116,0.580703,180,100,1), - (36413,180405,0,-9216.77,-2141.1,65.4398,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (36414,180405,0,-5379.73,-2957.82,345.71,2.40855,0,0,0.93358,0.358368,180,100,1), - (36415,180405,0,-5363.95,-2959.14,327.416,2.96706,0,0,0.996195,0.087156,180,100,1), - (36416,180405,0,-5357.1,-2973.15,335.56,1.44862,0,0,0.66262,0.748956,180,100,1), - (36417,180405,1,6759.99,-4674.02,724.01,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (36418,180405,1,6775.23,-4644.59,733.327,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (36419,180405,1,6733.35,-4617.07,733.557,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (36420,180405,1,6737.85,-4636.27,721.756,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (36421,180405,1,6713.73,-4697.01,721.199,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (36422,180405,1,6758.69,-4698.86,733.824,1.0821,0,0,0.515038,0.857167,180,100,1), - (36423,180405,1,6700.1,-4672.85,730.837,1.90241,0,0,0.814116,0.580703,180,100,1), - (36424,180405,1,6697.15,-4665.77,722.896,0.349066,0,0,0.173648,0.984808,180,100,1), - (36425,180405,1,6723.81,-4665.58,726.105,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (36426,180405,1,6662.09,-4670.13,733.847,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (36427,180405,1,2606.15,-457.218,106.549,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (36428,180405,1,2826.43,-243.912,106.533,2.79253,0,0,0.984808,0.173648,180,100,1), - (36429,180405,1,2743.62,-397.889,120.638,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (36430,180405,1,2780.87,-428.415,116.581,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (36431,180405,1,2730.01,-435.163,120.639,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (36432,180405,1,2773.1,-443.755,122.61,0.017453,0,0,0.008727,0.999962,180,100,1), - (36433,180405,1,2782.03,-419.09,122.607,3.14159,0,0,1,0,180,100,1), - (36434,180405,1,-961.656,-3753.66,5.0467,2.72271,0,0,0.978148,0.207912,180,100,1), - (36435,180405,1,-927.038,-3690.68,12.7117,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (36436,180405,1,-1003.8,-3659.95,24.8701,1.01229,0,0,0.48481,0.87462,180,100,1), - (36437,180405,1,-970.705,-3678.14,9.19452,2.56563,0,0,0.95882,0.284015,180,100,1), - (36438,180405,1,-1036.88,-3663.89,23.8536,1.62316,0,0,0.725374,0.688355,180,100,1), - (36439,180405,1,-1040.77,-3682.06,32.4865,0.942478,0,0,0.45399,0.891007,180,100,1), - (36440,180405,1,-1039.7,-3636.44,39.9077,1.5708,0,0,0.707107,0.707107,180,100,1), - (36441,180405,1,-3612.56,-4437.96,13.8345,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (36442,180405,1,-3611.44,-4452.6,14.2488,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (36443,180405,1,-3631.73,-4453.35,21.1031,1.91986,0,0,0.819152,0.573576,180,100,1), - (36444,180405,1,221.95,1276.14,201.68,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (36445,180405,1,221.743,1259.8,195.683,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (36446,180405,1,227.192,1234.62,203.296,0.628319,0,0,0.309017,0.951057,180,100,1), - (36447,180405,1,261.901,1276.85,201.329,2.14675,0,0,0.878817,0.477159,180,100,1), - (36448,180405,1,271.169,1238.33,201.329,2.05949,0,0,0.857167,0.515038,180,100,1), - (36449,180405,1,-4387.96,3309.8,14.9332,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (36450,180405,1,-4337.97,3280.32,18.6924,1.98968,0,0,0.838671,0.544639,180,100,1), - (36451,180405,1,-4389.1,3269.09,14.9168,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (36452,180405,1,-6845.85,737.019,45.3388,2.32129,0,0,0.91706,0.398749,180,100,1), - (36453,180405,1,-7139.33,-3733.65,17.1019,0.750492,0,0,0.366501,0.930418,180,100,1), - (36454,180405,1,-7144.3,-3735.35,17.1126,0.767945,0,0,0.374607,0.927184,180,100,1), - (36455,180405,1,-7102.42,-3719.74,21.3077,2.26893,0,0,0.906308,0.422618,180,100,1), - (36456,180405,1,-7149.3,-3685.78,24.8428,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (36457,180405,1,-7207.72,-3827.99,9.72762,1.98968,0,0,0.838671,0.544639,180,100,1), - (36458,180405,1,-7158.07,-3776.17,16.9689,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (36459,180405,1,-7193.67,-3809.76,11.131,1.95477,0,0,0.829038,0.559193,180,100,1), - (36460,180405,1,-7193.37,-3798.98,11.1263,1.90241,0,0,0.814116,0.580703,180,100,1), - (36461,180405,1,-7210.63,-3846.74,20.9489,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (36462,180405,1,-7119.29,-3798.01,20.8808,1.3439,0,0,0.622515,0.782608,180,100,1), - (36463,180405,1,-7146.68,-3839.22,15.3137,2.6529,0,0,0.970296,0.241922,180,100,1), - (36464,180405,1,-7128.03,-3767.59,16.9689,2.94961,0,0,0.995396,0.095846,180,100,1), - (36465,180405,1,-7154.85,-3837.96,10.1017,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (36466,180405,1,-7149.79,-3806.18,16.9689,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (36467,180405,1,-7119.83,-3861.62,21.1767,1.41372,0,0,0.649448,0.760406,180,100,1), - (36468,180405,0,-6672.22,-2168.3,263.398,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (36469,180405,0,-6662.69,-2177.12,262.2,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (36470,180405,0,-6676.11,-2147.64,244.144,0.349066,0,0,0.173648,0.984808,180,100,1), - (36471,180405,0,-6639.46,-2144.92,252.106,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (36472,180405,0,-950.255,-3547.04,71.8155,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (36473,180405,0,-909.083,-3490.05,70.4615,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (36474,180405,0,-909.464,-3518.86,74.357,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (36475,180405,0,-864.379,-3517.01,85.0474,1.8326,0,0,0.793353,0.608761,180,100,1), - (36476,180405,0,-54.9239,-960.408,56.5588,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (36477,180405,0,-32.2518,-960.571,56.5541,1.5708,0,0,0.707107,0.707107,180,100,1), - (36478,180405,0,-49.7485,-978.071,56.5275,0.05236,0,0,0.026177,0.999657,180,100,1), - (36479,180405,0,-14449.1,514.921,26.557,1.09956,0,0,0.522499,0.85264,180,100,1), - (36480,180405,0,-14455.8,480.712,16.3901,0.890118,0,0,0.430511,0.902585,180,100,1), - (36481,180405,1,-404.056,-2632.96,169.641,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (36482,180405,1,-427.543,-2634.88,118.633,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (36483,180405,1,-425.411,-2592.54,95.8431,0.05236,0,0,0.026177,0.999657,180,100,1), - (36484,180405,1,-427.142,-2654.98,105.178,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (36485,180405,1,-413.925,-2654.73,169.481,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (36486,180405,1,-390.917,-2666.11,116.865,1.0472,0,0,0.5,0.866025,180,100,1), - (36487,180405,1,-373.841,-2688.74,107.696,1.98968,0,0,0.838671,0.544639,180,100,1), - (36488,180405,1,-565.708,-2663.99,107.647,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (36489,180405,1,-2361.45,-1964.46,96.0866,2.93215,0,0,0.994522,0.104528,180,100,1), - (36490,180405,1,-2386.98,-1913.03,95.7825,1.74533,0,0,0.766044,0.642788,180,100,1), - (36491,180405,1,-5468.61,-2464.28,98.8094,1.97222,0,0,0.833886,0.551937,180,100,1), - (36492,180405,1,-5465.86,-2451.21,98.5677,2.72271,0,0,0.978148,0.207912,180,100,1), - (36493,180405,1,2329.61,-2560.56,102.773,1.18682,0,0,0.559193,0.829038,180,100,1), - (36494,180405,1,2327.7,-2553.85,110.15,-2.09439,0,0,0.866025,-0.5,180,100,1), - (36495,180405,1,2307.95,-2510.91,105.729,0.575959,0,0,0.284015,0.95882,180,100,1), - (36496,180405,1,924.533,926.458,119.498,2.3911,0,0,0.930418,0.366501,180,100,1), - (36497,180405,1,925.502,893.594,109.202,0.593412,0,0,0.292372,0.956305,180,100,1), - (36498,180405,1,890.35,923.252,106.258,2.30383,0,0,0.913545,0.406737,180,100,1), - (36499,180405,1,-1609.78,3160.18,47.0972,1.36136,0,0,0.62932,0.777146,180,100,1), - (36500,180405,1,-1603.47,3126.34,47.1902,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (36501,180405,1,-1021.66,215.737,109.19,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (36601,180406,0,-4882.04,-958.476,505.988,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (36602,180406,0,-4894.28,-901.649,503.596,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (36603,180406,0,-4842.47,-876.994,503.18,1.0821,0,0,0.515038,0.857167,180,100,1), - (36604,180406,0,-4835.51,-860.697,501.914,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (36605,180406,0,-4836.29,-873.72,511.14,0.453786,0,0,0.224951,0.97437,180,100,1), - (36606,180406,0,-4930.08,-938.236,503.589,1.02974,0,0,0.492424,0.870356,180,100,1), - (36607,180406,0,-4876.57,-998.628,506.958,-2.09439,0,0,0.866025,-0.5,180,100,1), - (36608,180406,0,-4946.81,-913.254,504.265,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (36609,180406,0,-4949.3,-921.615,514.82,1.09956,0,0,0.522499,0.85264,180,100,1), - (36610,180406,0,-4939.25,-999.182,503.488,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (36611,180406,0,-4974.25,-964.829,503.596,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (36612,180406,0,-4968.24,-979.194,503.589,1.37881,0,0,0.636078,0.771625,180,100,1), - (36613,180406,0,-5576.09,-504.13,413.209,2.70526,0,0,0.976296,0.21644,180,100,1), - (36614,180406,0,-5579.09,-461.786,414.318,0.383972,0,0,0.190809,0.981627,180,100,1), - (36615,180406,0,-5611.35,-513.342,413.42,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (36616,180406,0,-8864.63,659.09,96.5215,1.06465,0,0,0.507538,0.861629,180,100,1), - (36617,180406,0,-8878.82,649.317,96.0217,2.00713,0,0,0.843391,0.5373,180,100,1), - (36618,180406,0,-8804.62,618.998,96.7731,-2.09439,0,0,0.866025,-0.5,180,100,1), - (36619,180406,0,-8850.34,618.577,97.4238,0.349066,0,0,0.173648,0.984808,180,100,1), - (36620,180406,0,-8795.31,653.508,96.242,0.087266,0,0,0.043619,0.999048,180,100,1), - (36621,180406,0,-8907.21,613.034,100.55,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (36622,180406,0,-9085.34,396.436,93.5745,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (36623,180406,0,-9470.3,86.5708,57.0982,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (36624,180406,0,-9477.2,33.5808,63.8205,1.81514,0,0,0.788011,0.615662,180,100,1), - (36625,180406,0,-9475.64,28.2177,56.9783,1.3439,0,0,0.622515,0.782608,180,100,1), - (36626,180406,0,-9466.89,0.882867,63.8205,1.76278,0,0,0.771625,0.636078,180,100,1), - (36627,180406,0,-9483.64,32.7722,57.8729,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (36628,180406,0,-9493.4,86.6099,56.5065,1.50098,0,0,0.681998,0.731354,180,100,1), - (36629,180406,1,9927.16,2508.96,1318.31,0.226893,0,0,0.113203,0.993572,180,100,1), - (36630,180406,1,9960.22,2513.61,1318.8,0.453786,0,0,0.224951,0.97437,180,100,1), - (36631,180406,1,9840.55,961.529,1308.02,2.32129,0,0,0.91706,0.398749,180,100,1), - (36632,180406,1,9890.33,971.642,1313.85,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (36633,180406,1,9781.97,943.558,1308.03,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (36634,180406,1,6423.81,502.402,9.98644,0.034907,0,0,0.017452,0.999848,180,100,1), - (36635,180406,1,6407.35,539.211,14.7088,0.122173,0,0,0.061049,0.998135,180,100,1), - (36636,180406,1,6384.93,514.608,9.97545,0.087266,0,0,0.043619,0.999048,180,100,1), - (36730,180406,0,-3800.1,-824.109,11.1765,1.98968,0,0,0.838671,0.544639,180,100,1), - (36731,180406,0,-3828.58,-819.249,13.3105,1.23918,0,0,0.580703,0.814116,180,100,1), - (36732,180406,0,-3802.34,-822.976,16.9484,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (36733,180406,0,-3677.24,-820.286,9.90854,1.44862,0,0,0.66262,0.748956,180,100,1), - (36734,180406,0,-846.054,-546.036,11.0807,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (36735,180406,0,-892.201,-545.964,8.61645,1.97222,0,0,0.833886,0.551937,180,100,1), - (36736,180406,0,-863.383,-566.539,11.7053,0.349066,0,0,0.173648,0.984808,180,100,1), - (36737,180406,0,-857.986,-581.597,14.9146,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (36738,180406,0,-865.593,-504.278,14.0186,0.942478,0,0,0.45399,0.891007,180,100,1), - (36739,180406,0,-819.934,-509.261,14.6287,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (36740,180406,0,-809.522,-569.142,15.4237,2.16421,0,0,0.882948,0.469472,180,100,1), - (36741,180406,0,-796.388,-507.985,18.1268,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (36742,180406,0,-157.147,-862.492,57.0345,1.25664,0,0,0.587785,0.809017,180,100,1), - (36743,180406,0,-18.5988,-938.41,57.1723,2.16421,0,0,0.882948,0.469472,180,100,1), - (36744,180406,0,-40.4353,-943.475,56.5177,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (36745,180406,0,-37.2786,-906.449,56.1047,2.05949,0,0,0.857167,0.515038,180,100,1), - (36746,180406,1,277.691,-4716.72,15.0264,1.46608,0,0,0.669131,0.743145,180,100,1), - (36747,180406,1,260.71,-4821.83,20.338,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (36748,180406,1,361.788,-4772.05,13.6175,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (36749,180406,1,332.859,-4706.83,16.0718,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (36750,180406,1,359.142,-4712.21,14.3102,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (36751,180406,1,375.951,-4819.75,23.0254,1.44862,0,0,0.66262,0.748956,180,100,1), - (36752,180406,1,1579.62,-4460.17,7.66945,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (36753,180406,1,1615.14,-4393.23,23.6002,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (36754,180406,1,1660.5,-4432.42,18.9946,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (36755,180406,1,1653.87,-4376.54,23.6052,1.8326,0,0,0.793353,0.608761,180,100,1), - (36756,180406,1,1640.88,-4382.69,12.7705,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (36757,180406,1,1665.92,-4350.56,31.4275,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (36758,180406,1,1676.6,-4475.37,22.351,3.14159,0,0,1,0,180,100,1), - (36759,180406,0,2314.07,401.688,33.9672,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (36760,180406,0,2255.96,323.755,45.2518,1.32645,0,0,0.615662,0.788011,180,100,1), - (36761,180406,0,2264.75,339.848,36.0207,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (36762,180406,0,2237.85,300.95,35.1891,1.13446,0,0,0.5373,0.843391,180,100,1), - (36763,180406,0,2310.31,262.384,38.6699,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (36764,180406,0,2238.6,254.445,36.0864,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (36765,180406,0,2291.13,243.396,27.0881,0.20944,0,0,0.104528,0.994522,180,100,1), - (36766,180406,0,2269.84,229.898,37.4792,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (36767,180406,0,2272.1,243.929,35.4217,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (36768,180406,0,2082.34,273.505,56.9152,1.74533,0,0,0.766044,0.642788,180,100,1), - (36769,180406,0,2057.44,257.57,99.7713,0.523599,0,0,0.258819,0.965926,180,100,1), - (36770,180406,0,2049.03,289.131,56.693,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (36771,180406,0,1608.22,252.597,-29.0965,2.68781,0,0,0.97437,0.224951,180,100,1), - (36772,180406,0,1630.69,259.745,-34.8042,0.139626,0,0,0.069756,0.997564,180,100,1), - (36773,180406,0,1583.19,228.007,-29.0643,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (36774,180406,0,1557.23,252.965,-34.7953,2.21657,0,0,0.894934,0.446198,180,100,1), - (36775,180406,0,1570.48,209.514,-34.8259,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (36776,180406,0,1556.88,228.184,-34.7917,1.43117,0,0,0.656059,0.75471,180,100,1), - (36777,180406,0,1528.06,206.545,-43.0567,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (36778,180406,0,1606.85,201.396,-34.8287,3.05433,0,0,0.999048,0.043619,180,100,1), - (36779,180406,0,1620.48,208.921,-34.8199,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (36780,180406,0,1595.97,279.402,-55.3429,0.418879,0,0,0.207912,0.978148,180,100,1), - (36781,180406,0,1577.34,275.896,-34.8361,1.64061,0,0,0.731354,0.681998,180,100,1), - (36782,180406,0,1614.73,275.668,-34.8358,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (36783,180406,0,1634.67,228.067,-43.1027,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (36784,180406,0,1637.09,203.168,-39.8802,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (36785,180406,0,1599.21,316.441,-41.4244,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (36816,180406,1,-2286.91,-330.5,-9.42493,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (36817,180406,1,-2344.4,-360.949,-8.69262,1.55334,0,0,0.700909,0.71325,180,100,1), - (36818,180406,1,-2307.9,-455.905,-5.4384,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (36819,180406,1,-1216.15,82.2808,130.265,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (36820,180406,1,-1281.91,54.8837,131.992,2.44346,0,0,0.939693,0.34202,180,100,1), - (36821,180406,1,-1064.14,201.507,108.493,0.034907,0,0,0.017452,0.999848,180,100,1), - (36822,180406,1,-1251.57,135.698,132.566,0.837758,0,0,0.406737,0.913545,180,100,1), - (36823,180406,1,-1290.56,130,131.679,1.32645,0,0,0.615662,0.788011,180,100,1), - (36824,180406,0,-10501.7,1050.79,67.7618,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (36825,180406,0,-10624,1033.61,35.4685,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (36826,180406,0,-10655,1173.23,34.3705,1.309,0,0,0.608761,0.793353,180,100,1), - (36827,180406,0,-10607.1,-1206.06,33.2618,2.82743,0,0,0.987688,0.156434,180,100,1), - (36828,180406,0,-10582.8,-1194.33,27.7212,2.05949,0,0,0.857167,0.515038,180,100,1), - (36829,180406,0,-10597.8,-1171.61,28.3795,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (36830,180406,0,-10539,-1171.25,29.1855,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (36831,180406,0,-10561.5,-1150.11,28.0342,0.558505,0,0,0.275637,0.961262,180,100,1), - (36832,180406,0,-10574,-1106.17,30.0689,0.523599,0,0,0.258819,0.965926,180,100,1), - (36833,180406,0,-10562.2,-1173.23,29.0547,0.872665,0,0,0.422618,0.906308,180,100,1), - (36834,180406,0,-10558.4,-1258.3,32.7991,2.82743,0,0,0.987688,0.156434,180,100,1), - (36835,180406,0,-10524.7,-1208.09,28.1176,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (36836,180406,0,-10530.2,-1175.49,34.9574,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (36837,180406,0,-10525.6,-1173.01,28.1152,3.05433,0,0,0.999048,0.043619,180,100,1), - (36838,180406,0,-10533.1,-1151.42,29.1855,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (36839,180406,0,-10519.1,-1291.52,40.685,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (36840,180406,0,-9406.59,-2258.17,69.3843,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (36841,180406,0,-9288.24,-2302.93,69.3842,1.8326,0,0,0.793353,0.608761,180,100,1), - (36842,180406,0,-9245.99,-2206.87,66.8433,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (36843,180406,0,-9213.11,-2165.04,67.575,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (36844,180406,0,-9241.84,-2160.53,65.4398,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (36845,180406,0,-5376.17,-2942.42,335.728,3.00197,0,0,0.997564,0.069757,180,100,1), - (36846,180406,0,-5385.74,-2969.57,322.058,2.18166,0,0,0.887011,0.461749,180,100,1), - (36847,180406,0,-5390.82,-2947.85,345.709,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (36848,180406,1,6760.84,-4644.66,733.66,2.74017,0,0,0.979925,0.199368,180,100,1), - (36849,180406,1,6752.49,-4655.74,724.3,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (36850,180406,1,6716.77,-4617.89,733.585,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (36851,180406,1,6730.27,-4677.18,721.111,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (36852,180406,1,6713.71,-4724.44,733.696,0.418879,0,0,0.207912,0.978148,180,100,1), - (36853,180406,1,6775.25,-4698.47,733.372,0.366519,0,0,0.182236,0.983255,180,100,1), - (36854,180406,1,6687.53,-4697.85,733.604,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (36855,180406,1,6687.16,-4662.49,724.811,1.23918,0,0,0.580703,0.814116,180,100,1), - (36856,180406,1,2831.81,-248.503,106.74,2.75762,0,0,0.981627,0.190809,180,100,1), - (36857,180406,1,2731.4,-427.92,120.64,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (36858,180406,1,2739.96,-404.305,120.64,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (36859,180406,1,2781.3,-446.598,122.608,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (36860,180406,1,2790.24,-422.079,122.607,3.14159,0,0,1,0,180,100,1), - (36861,180406,1,-917.475,-3734.82,9.54303,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (36862,180406,1,-975.773,-3627.86,19.1774,2.1293,0,0,0.87462,0.48481,180,100,1), - (36863,180406,1,-989.658,-3717.8,4.77912,2.21657,0,0,0.894934,0.446198,180,100,1), - (36864,180406,1,-1039.23,-3674.15,32.5077,1.65806,0,0,0.737277,0.67559,180,100,1), - (36865,180406,1,-1046.28,-3659.36,46.7958,1.69297,0,0,0.748956,0.66262,180,100,1), - (36866,180406,1,-1032.2,-3637.5,32.4507,1.74533,0,0,0.766044,0.642788,180,100,1), - (36867,180406,1,-3627.02,-4444.74,15.3521,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (36868,180406,1,-3630.63,-4473.58,17.4676,2.77507,0,0,0.983255,0.182236,180,100,1), - (36869,180406,1,218.664,1233.16,195.683,0.575959,0,0,0.284015,0.95882,180,100,1), - (36870,180406,1,221.114,1260.2,203.297,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (36871,180406,1,212.836,1257.55,195.682,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (36872,180406,1,256.933,1284.37,201.68,2.16421,0,0,0.882948,0.469472,180,100,1), - (36873,180406,1,234.954,1220.67,201.693,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (36874,180406,1,270.587,1245.66,201.329,2.1293,0,0,0.87462,0.48481,180,100,1), - (36875,180406,1,-4361.85,3258.67,14.4313,0.366519,0,0,0.182236,0.983255,180,100,1), - (36876,180406,1,-4337.6,3295.78,18.6969,1.8675,0,0,0.803857,0.594823,180,100,1), - (36877,180406,1,-4389.75,3277.26,14.9121,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (36878,180406,1,-4360.24,3318.73,14.4334,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (36879,180406,1,-6848.9,742.919,45.3775,2.46091,0,0,0.942641,0.333807,180,100,1), - (36880,180406,1,-7142.1,-3734.45,14.4772,0.715585,0,0,0.350207,0.936672,180,100,1), - (36881,180406,1,-7109.67,-3688.69,21.2432,2.23402,0,0,0.898794,0.438371,180,100,1), - (36882,180406,1,-7168.8,-3710.33,20.6333,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (36883,180406,1,-7209.17,-3809.74,19.2736,1.93731,0,0,0.824126,0.566406,180,100,1), - (36884,180406,1,-7188.19,-3823.63,17.1787,2.35619,0,0,0.92388,0.382683,180,100,1), - (36885,180406,1,-7190.64,-3818.94,17.1681,2.37365,0,0,0.927184,0.374607,180,100,1), - (36886,180406,1,-7139.27,-3764.82,16.9689,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (36887,180406,1,-7161.01,-3787.17,16.9689,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (36888,180406,1,-7183.11,-3860.83,21.0905,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (36889,180406,1,-7138.55,-3808.81,16.9689,0.383972,0,0,0.190809,0.981627,180,100,1), - (36890,180406,1,-7116.42,-3786.46,20.8808,1.97222,0,0,0.833886,0.551937,180,100,1), - (36891,180406,1,-7164.38,-3836.03,9.94613,1.81514,0,0,0.788011,0.615662,180,100,1), - (36892,180406,1,-7171.84,-3833.71,15.3137,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (36893,180406,1,-7105.66,-3834.22,21.4284,1.67552,0,0,0.743145,0.669131,180,100,1), - (36894,180406,0,-6675.93,-2169.29,244.162,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (36895,180406,0,-6625.69,-2176.62,244.253,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (36896,180406,0,-6663.35,-2142.9,251.999,1.22173,0,0,0.573576,0.819152,180,100,1), - (36897,180406,0,-947.414,-3547.06,59.4718,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (36898,180406,0,-950.423,-3518.88,71.8936,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (36899,180406,0,-1043.03,-3545.54,67.7502,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (36900,180406,0,-908.188,-3521.81,75.5931,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (36901,180406,0,-863.686,-3505.98,84.8415,1.62316,0,0,0.725374,0.688355,180,100,1), - (36902,180406,0,-36.9353,-974.165,56.5544,1.65806,0,0,0.737277,0.67559,180,100,1), - (36903,180406,0,-44.9335,-979.539,56.5456,0.10472,0,0,0.052336,0.99863,180,100,1), - (36904,180406,0,-57.1539,-967.152,56.5676,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (36905,180406,0,-14476.1,461.171,36.5471,2.86234,0,0,0.990268,0.139173,180,100,1), - (36906,180406,0,-14414.5,525.337,10.0594,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (36907,180406,1,-429.755,-2644.72,105.078,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (36908,180406,1,-403.309,-2620.52,117.011,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (36909,180406,1,-424.962,-2581.73,98.9549,2.3911,0,0,0.930418,0.366501,180,100,1), - (36910,180406,1,-359.745,-2526.22,106.834,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (36911,180406,1,-429.388,-2654.07,95.9459,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (36912,180406,1,-416.78,-2640.05,166.812,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (36913,180406,1,-398.444,-2657.45,167.344,1.02974,0,0,0.492424,0.870356,180,100,1), - (36914,180406,1,-550.807,-2667.19,95.7875,2.40855,0,0,0.93358,0.358368,180,100,1), - (36915,180406,1,-2325.91,-1935.16,107.396,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (36916,180406,1,-2354.59,-1968.28,96.0425,2.96706,0,0,0.996195,0.087156,180,100,1), - (36917,180406,1,-5474.18,-2451.12,98.7576,2.79253,0,0,0.984808,0.173648,180,100,1), - (36918,180406,1,-5462.87,-2458.26,98.7082,2.05949,0,0,0.857167,0.515038,180,100,1), - (36919,180406,1,2228,-2529.8,86.8419,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (36920,180406,1,2333.51,-2549.03,110.501,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (36921,180406,1,910.467,939.451,119.297,2.82743,0,0,0.987688,0.156434,180,100,1), - (36922,180406,1,912.223,920.902,106.258,0.488692,0,0,0.241922,0.970296,180,100,1), - (36923,180406,1,-1609.9,3124.21,62.5351,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (36924,180406,1,-1582.03,3165.59,47.0972,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (37026,180407,0,-4881.76,-950.187,503.399,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (37027,180407,0,-4839.59,-874.046,511.14,0.575959,0,0,0.284015,0.95882,180,100,1), - (37028,180407,0,-4835.73,-860.537,510.248,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (37029,180407,0,-4896.2,-917.084,503.589,0.820305,0,0,0.398749,0.91706,180,100,1), - (37030,180407,0,-4922.04,-985.385,501.451,-2.09439,0,0,0.866025,-0.5,180,100,1), - (37031,180407,0,-4909.09,-978.534,503.6,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (37032,180407,0,-4940.62,-914.508,514.966,1.0821,0,0,0.515038,0.857167,180,100,1), - (37033,180407,0,-4944.77,-933.12,503.596,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (37034,180407,0,-4963.5,-972.529,503.589,1.3439,0,0,0.622515,0.782608,180,100,1), - (37035,180407,0,-4936.35,-995.565,503.488,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (37036,180407,0,-4886.57,-1007.11,506.958,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (37037,180407,0,-5018.09,-827.228,505.487,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (37038,180407,0,-5477.37,-459.368,398.493,0.837758,0,0,0.406737,0.913545,180,100,1), - (37039,180407,0,-5572.82,-461.664,414.201,0.261799,0,0,0.130526,0.991445,180,100,1), - (37040,180407,0,-8861.63,681.381,97.9031,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (37041,180407,0,-8873.71,640.329,96.0894,2.79253,0,0,0.984808,0.173648,180,100,1), - (37042,180407,0,-8858.59,607.65,92.5204,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (37043,180407,0,-8788.02,640.459,96.1278,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (37044,180407,0,-8933.28,629.342,100.55,0.907571,0,0,0.438371,0.898794,180,100,1), - (37045,180407,0,-8861.82,571.42,95.267,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (37046,180407,0,-8889.4,594.797,95.7745,0.453786,0,0,0.224951,0.97437,180,100,1), - (37047,180407,0,-9471.17,32.3599,56.9661,2.56563,0,0,0.95882,0.284015,180,100,1), - (37048,180407,0,-9495.12,79.9449,56.3581,1.85005,0,0,0.798636,0.601815,180,100,1), - (37049,180407,0,-9484.71,26.726,57.5551,-1.309,0,0,0.608761,-0.793353,180,100,1), - (37050,180407,0,-9478.97,13.2145,60.185,2.80998,0,0,0.986286,0.165048,180,100,1), - (37051,180407,1,9950.4,2499.17,1317.88,0.122173,0,0,0.061049,0.998135,180,100,1), - (37052,180407,1,9946.24,2531.13,1318.29,0,0,0,0,1,180,100,1), - (37053,180407,1,9837.62,970.739,1308.05,2.25148,0,0,0.902585,0.430511,180,100,1), - (37054,180407,1,9884.54,975.47,1313.85,0.20944,0,0,0.104528,0.994522,180,100,1), - (37055,180407,1,9812.1,932.718,1308.52,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (37056,180407,1,9757.33,900.838,1295.52,2.84489,0,0,0.989016,0.147809,180,100,1), - (37057,180407,1,6434.79,504.597,9.49945,1.58825,0,0,0.71325,0.700909,180,100,1), - (37058,180407,1,6408.95,530.921,23.884,0.05236,0,0,0.026177,0.999657,180,100,1), - (37059,180407,1,6412.4,559.632,13.5808,2.70526,0,0,0.976296,0.21644,180,100,1), - (37060,180407,1,6377.31,522.765,9.51592,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (37061,180407,1,6392.46,511.439,9.99399,0.069813,0,0,0.034899,0.999391,180,100,1), - (37156,180407,0,-3807.85,-843.605,11.1765,0.366519,0,0,0.182236,0.983255,180,100,1), - (37157,180407,0,-3839.41,-840.98,16.9484,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (37158,180407,0,-3683.18,-831.403,10.211,1.43117,0,0,0.656059,0.75471,180,100,1), - (37159,180407,0,-3796.48,-786.528,9.50826,2.53073,0,0,0.953717,0.300706,180,100,1), - (37160,180407,0,-860.709,-553.046,12.7741,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (37161,180407,0,-858.553,-555.332,18.546,0.05236,0,0,0.026177,0.999657,180,100,1), - (37162,180407,0,-841.409,-560.369,12.7741,1.97222,0,0,0.833886,0.551937,180,100,1), - (37163,180407,0,-852.493,-576.027,11.6881,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (37164,180407,0,-892.35,-532.265,8.60272,1.95477,0,0,0.829038,0.559193,180,100,1), - (37165,180407,0,-856.976,-504.387,14.0186,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (37166,180407,0,-770.981,-493.73,19.3267,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (37167,180407,0,-699.998,-519.84,25.4201,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (37168,180407,0,-167.261,-894.331,65.4016,1.8326,0,0,0.793353,0.608761,180,100,1), - (37169,180407,0,-167.079,-911.742,65.3895,1.93731,0,0,0.824126,0.566406,180,100,1), - (37170,180407,0,-37.5803,-900.762,56.2837,2.00713,0,0,0.843391,0.5373,180,100,1), - (37171,180407,1,241.731,-4724.49,24.2261,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (37172,180407,1,282.476,-4709.35,15.0264,1.32645,0,0,0.615662,0.788011,180,100,1), - (37173,180407,1,309.771,-4776.31,10.413,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (37174,180407,1,329.97,-4702.32,24.0077,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (37175,180407,1,387.923,-4712.04,16.4604,1.8326,0,0,0.793353,0.608761,180,100,1), - (37176,180407,1,370.259,-4831.36,22.1464,1.55334,0,0,0.700909,0.71325,180,100,1), - (37177,180407,1,1389.62,-4378.1,28.322,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (37178,180407,1,1579.73,-4387.44,8.49147,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (37179,180407,1,1624.77,-4441.66,12.743,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (37180,180407,1,1639.33,-4396.17,23.5804,0.733038,0,0,0.358368,0.93358,180,100,1), - (37181,180407,1,1641.65,-4365.48,12.7683,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (37182,180407,1,1620.1,-4351.54,23.6353,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (37183,180407,1,1661.15,-4448.8,19.3533,1.8675,0,0,0.803857,0.594823,180,100,1), - (37184,180407,1,1696.49,-4467.12,22.351,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (37185,180407,0,2313.43,395.148,33.8786,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (37186,180407,0,2272.17,349.008,35.1809,2.70526,0,0,0.976296,0.21644,180,100,1), - (37187,180407,0,2257.5,314.74,34.9868,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (37188,180407,0,2252.84,257.183,35.3428,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (37189,180407,0,2249.57,232.839,41.1147,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (37190,180407,0,2259.6,247.091,34.2865,0.244346,0,0,0.121869,0.992546,180,100,1), - (37191,180407,0,2084.2,281.982,57.2933,1.74533,0,0,0.766044,0.642788,180,100,1), - (37192,180407,0,2064.2,256.208,99.7714,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (37193,180407,0,2062.93,283.674,97.0314,2.79253,0,0,0.984808,0.173648,180,100,1), - (37194,180407,0,1589.96,234.658,60.0869,2.67035,0,0,0.97237,0.233445,180,100,1), - (37195,180407,0,1593.82,238.46,-6.75039,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (37196,180407,0,1597.56,242.139,-6.65455,2.70526,0,0,0.976296,0.21644,180,100,1), - (37197,180407,0,1597.53,238.448,-6.70424,1.16937,0,0,0.551937,0.833886,180,100,1), - (37198,180407,0,1593.87,242.172,-6.67417,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (37199,180407,0,1634.91,227.954,-34.8457,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (37200,180407,0,1560.59,221.109,-34.8046,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (37201,180407,0,1575.13,191.39,-43.1023,3.08923,0,0,0.999657,0.026177,180,100,1), - (37202,180407,0,1576.76,205.023,-34.8364,2.19912,0,0,0.891007,0.453991,180,100,1), - (37203,180407,0,1626.28,265.872,-34.8036,-1.309,0,0,0.608761,-0.793353,180,100,1), - (37204,180407,0,1614.21,204.868,-34.8364,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (37205,180407,0,1630.65,220.042,-34.8874,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (37206,180407,0,1605.08,201.442,-53.7117,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (37207,180407,0,1563,308.405,-43.0912,1.64061,0,0,0.731354,0.681998,180,100,1), - (37208,180407,0,1570.89,271.517,-34.8238,0.226893,0,0,0.113203,0.993572,180,100,1), - (37209,180407,0,1607.56,278.91,-34.8318,0.785398,0,0,0.382683,0.92388,180,100,1), - (37210,180407,0,1592.19,164.115,-41.4244,2.75762,0,0,0.981627,0.190809,180,100,1), - (37240,180407,1,-1199.84,114.105,134.996,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (37241,180407,1,-2372.33,-338.882,-8.95699,0.820305,0,0,0.398749,0.91706,180,100,1), - (37242,180407,1,-2280.07,-335.056,-9.42493,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (37243,180407,1,-2302.13,-435.46,-5.4384,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (37244,180407,1,-1263.59,40.3066,130.707,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (37245,180407,1,-1280.9,81.9136,128.321,2.80998,0,0,0.986286,0.165048,180,100,1), - (37246,180407,1,-1056.12,198.692,109.13,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (37247,180407,1,-1290.64,150.028,129.732,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (37248,180407,0,-10517.6,1044.56,67.7618,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (37249,180407,0,-10486.8,1045.7,67.1601,2.93215,0,0,0.994522,0.104528,180,100,1), - (37250,180407,0,-10642.5,1171.54,34.3586,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (37251,180407,0,-10584.9,-1213.55,28.4989,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (37252,180407,0,-10561.1,-1168.19,29.0615,2.56563,0,0,0.95882,0.284015,180,100,1), - (37253,180407,0,-10568.2,-1128.87,29.1669,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (37254,180407,0,-10578.3,-1160.45,28.1573,1.43117,0,0,0.656059,0.75471,180,100,1), - (37255,180407,0,-10623.6,-1169.42,26.0939,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (37256,180407,0,-10553,-1148.91,27.7082,0.575959,0,0,0.284015,0.95882,180,100,1), - (37257,180407,0,-10536.8,-1204.53,27.2317,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (37258,180407,0,-10536.4,-1286.65,38.795,2.14675,0,0,0.878817,0.477159,180,100,1), - (37259,180407,0,-10505.2,-1252.52,42.3995,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (37260,180407,0,-10500.4,-1159.06,34.9574,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (37261,180407,0,-10465.1,-1177.89,27.5236,2.07694,0,0,0.861629,0.507538,180,100,1), - (37262,180407,0,-10464.6,-1183.71,27.5535,2.35619,0,0,0.92388,0.382683,180,100,1), - (37263,180407,0,-10516,-1150,29.1855,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (37264,180407,0,-9409.27,-2293.3,69.3841,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (37265,180407,0,-9212.95,-2157.92,67.5804,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (37266,180407,0,-9233.94,-2140.7,65.4398,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (37267,180407,0,-9199.95,-2147.66,71.2117,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (37268,180407,0,-5436.36,-2918.19,347.243,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (37269,180407,0,-5363.23,-2969.87,326.78,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (37270,180407,0,-5361.62,-2957.44,335.493,2.96706,0,0,0.996195,0.087156,180,100,1), - (37271,180407,1,6760.23,-4668.09,724.09,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (37272,180407,1,6802.75,-4671.66,733.762,1.90241,0,0,0.814116,0.580703,180,100,1), - (37273,180407,1,6724.94,-4680.41,721.428,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (37274,180407,1,6729.96,-4724.89,733.533,0.383972,0,0,0.190809,0.981627,180,100,1), - (37275,180407,1,6700.3,-4668.04,730.837,1.90241,0,0,0.814116,0.580703,180,100,1), - (37276,180407,1,6690.19,-4643.65,733.418,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (37277,180407,1,6696.84,-4675.14,723.03,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (37278,180407,1,2608.52,-462.551,106.561,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (37279,180407,1,2783.11,-402.998,121.002,1.53589,0,0,0.694658,0.71934,180,100,1), - (37280,180407,1,2749.22,-390.714,121.002,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (37281,180407,1,2729.93,-444.183,120.991,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (37282,180407,1,2750.04,-418.635,112.747,1.58825,0,0,0.71325,0.700909,180,100,1), - (37283,180407,1,-952.892,-3759.29,5.75048,3.08923,0,0,0.999657,0.026177,180,100,1), - (37284,180407,1,-999.217,-3656.52,24.6121,0.925024,0,0,0.446198,0.894934,180,100,1), - (37285,180407,1,-1036.85,-3661.47,32.5027,1.88496,0,0,0.809017,0.587785,180,100,1), - (37286,180407,1,-1048.81,-3671.75,46.9146,1.72788,0,0,0.760406,0.649448,180,100,1), - (37287,180407,1,-1038.52,-3672.21,23.8495,1.81514,0,0,0.788011,0.615662,180,100,1), - (37288,180407,1,-1050.86,-3679.86,32.4949,0.226893,0,0,0.113203,0.993572,180,100,1), - (37289,180407,1,-3625.09,-4453.6,14.2488,2.94961,0,0,0.995396,0.095846,180,100,1), - (37290,180407,1,-3642.07,-4431.75,14.4714,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (37291,180407,1,212.621,1258.28,203.299,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (37292,180407,1,218.801,1232.54,203.297,0.628319,0,0,0.309017,0.951057,180,100,1), - (37293,180407,1,264.63,1270.06,201.328,2.14675,0,0,0.878817,0.477159,180,100,1), - (37294,180407,1,227.552,1235.49,195.68,0.575959,0,0,0.284015,0.95882,180,100,1), - (37295,180407,1,270.638,1229.25,201.695,2.09439,0,0,0.866025,0.5,180,100,1), - (37296,180407,1,-4382.49,3319.27,14.4422,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (37297,180407,1,-4384.11,3259.27,14.4343,0.436332,0,0,0.21644,0.976296,180,100,1), - (37298,180407,1,-4389.1,3301.69,14.9135,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (37299,180407,1,-6851.29,741.85,56.659,2.35619,0,0,0.92388,0.382683,180,100,1), - (37300,180407,1,-6848.34,735.943,56.6547,2.44346,0,0,0.939693,0.34202,180,100,1), - (37301,180407,1,-7143.05,-3674.26,25.7859,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (37302,180407,1,-7222.41,-3811.39,21.4184,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (37303,180407,1,-7208.96,-3798.59,18.9727,1.91986,0,0,0.819152,0.573576,180,100,1), - (37304,180407,1,-7150.42,-3767.65,19.2353,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (37305,180407,1,-7189.34,-3821.36,14.5484,2.44346,0,0,0.939693,0.34202,180,100,1), - (37306,180407,1,-7158.18,-3798.37,19.2353,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (37307,180407,1,-7156.85,-3869.97,20.7682,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (37308,180407,1,-7156.58,-3833.58,17.9054,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (37309,180407,1,-7119.74,-3775.3,19.2353,2.51327,0,0,0.951057,0.309017,180,100,1), - (37310,180407,1,-7127.55,-3806.04,19.2353,0.959931,0,0,0.461749,0.887011,180,100,1), - (37311,180407,1,-7161.27,-3832.5,17.9054,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (37312,180407,0,-6673.77,-2233.17,272.046,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (37313,180407,0,-6661.24,-2179.32,244.144,0.174533,0,0,0.087156,0.996195,180,100,1), - (37314,180407,0,-6656.46,-2144.17,245.354,0.994838,0,0,0.477159,0.878817,180,100,1), - (37315,180407,0,-1043.36,-3556.54,67.4011,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (37316,180407,0,-948.269,-3472.09,53.4219,0.10472,0,0,0.052336,0.99863,180,100,1), - (37317,180407,0,-926.228,-3528.17,73.6876,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (37318,180407,0,-922.036,-3553.24,76.151,3.07178,0,0,0.999391,0.034899,180,100,1), - (37319,180407,0,-34.709,-952.718,56.5587,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (37320,180407,0,-45.8715,-948.883,56.5595,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (37321,180407,0,-34.626,-967.426,56.5554,1.64061,0,0,0.731354,0.681998,180,100,1), - (37322,180407,0,-52.6765,-953.561,56.5482,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (37323,180407,0,-54.277,-976.302,56.5475,0.069813,0,0,0.034899,0.999391,180,100,1), - (37324,180407,0,-40.3125,-950.872,90.6575,3.14159,0,0,1,0,180,100,1), - (37325,180407,0,-14477.7,488.013,14.9051,1.55334,0,0,0.700909,0.71325,180,100,1), - (37326,180407,1,-431.063,-2646.45,96.0274,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (37327,180407,1,-405.369,-2610.27,97.4109,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (37328,180407,1,-489.198,-2679.13,98.629,2.9147,0,0,0.993572,0.113203,180,100,1), - (37329,180407,1,-420.078,-2664.69,116.839,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (37330,180407,1,-392.965,-2643.17,166.244,2.00713,0,0,0.843391,0.5373,180,100,1), - (37331,180407,1,-368.511,-2673.57,107.256,1.8675,0,0,0.803857,0.594823,180,100,1), - (37332,180407,1,-556.346,-2640.97,106.91,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (37333,180407,1,-2360.89,-1982.54,96.7048,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (37334,180407,1,-2387.8,-1888.32,95.8088,1.91986,0,0,0.819152,0.573576,180,100,1), - (37335,180407,1,-5402.83,-2423.95,89.276,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (37336,180407,1,-5460.86,-2453.27,100.621,2.33874,0,0,0.920505,0.390731,180,100,1), - (37337,180407,1,2229.74,-2548.78,86.8784,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (37338,180407,1,2330.69,-2551.5,110.329,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (37339,180407,1,2339.92,-2552.77,102.773,0.907571,0,0,0.438371,0.898794,180,100,1), - (37340,180407,1,920.328,914.369,120.702,1.22173,0,0,0.573576,0.819152,180,100,1), - (37341,180407,1,914.874,906.285,120.702,1.3439,0,0,0.622515,0.782608,180,100,1), - (37342,180407,1,-1610.46,3131.24,47.188,0.226893,0,0,0.113203,0.993572,180,100,1), - (37343,180407,1,-1575.65,3136.97,47.0972,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (37395,180410,0,-5600.61,-519.861,401.598,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (37396,180410,0,-8842.03,658.268,100.708,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (37397,180410,0,-8857.86,676.606,98.7503,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (37398,180410,0,-8859.69,679.492,98.7225,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (37399,180410,0,-8855.96,673.77,98.7433,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (37400,180410,0,-8872.83,611.52,97.7786,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (37401,180410,0,-9469.81,26.996,64.633,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (37402,180410,0,-9467.8,18.2728,64.876,0.191986,0,0,0.095846,0.995396,180,100,1), - (37403,180410,0,-9476.97,35.7757,58.3203,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (37404,180410,1,9798.09,972.733,1314.57,0.366519,0,0,0.182236,0.983255,180,100,1), - (37405,180410,1,9894.05,1001.46,1315.52,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (37406,180410,1,6408.51,543.741,14.4298,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (37422,180410,0,-3804.48,-841.082,17.8234,1.58825,0,0,0.71325,0.700909,180,100,1), - (37423,180410,0,-849.901,-555.29,19.3376,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (37424,180410,0,-813.434,-565.625,17.04,1.69297,0,0,0.748956,0.66262,180,100,1), - (37425,180410,0,-857.684,-566.767,19.3932,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (37426,180410,0,-842.735,-592.188,18.8376,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (37427,180410,0,-844.234,-555.255,19.3099,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (37428,180410,0,-772.417,-507.494,24.684,2.53073,0,0,0.953717,0.300706,180,100,1), - (37429,180410,0,-777.241,-514.105,24.6709,2.53073,0,0,0.953717,0.300706,180,100,1), - (37430,180410,0,-785.715,-508.464,20.2837,0.942478,0,0,0.45399,0.891007,180,100,1), - (37431,180410,0,-10.9297,-907.315,58.2896,1.76278,0,0,0.771625,0.636078,180,100,1), - (37432,180410,0,2267.48,348.075,36.5773,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (37433,180410,0,2313.98,262.918,39.7046,2.9147,0,0,0.993572,0.113203,180,100,1), - (37434,180410,0,2247.21,232.861,34.8715,1.37881,0,0,0.636078,0.771625,180,100,1), - (37435,180410,0,2250.53,249.87,34.8854,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (37436,180410,0,2256.41,239.76,41.9272,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (37437,180410,0,2265.28,241.376,42.1564,1.58825,0,0,0.71325,0.700909,180,100,1), - (37438,180410,0,2247.32,232.918,34.8645,1.48353,0,0,0.67559,0.737277,180,100,1), - (37439,180410,0,2283.31,237.745,35.6883,1.23918,0,0,0.580703,0.814116,180,100,1), - (37440,180410,0,1560.32,200.055,-41.0122,2.42601,0,0,0.936672,0.350207,180,100,1), - (37441,180410,0,1643.48,223.044,-41.6658,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (37451,180410,0,-10646.3,1188.8,35.5654,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (37452,180410,0,-10537.5,-1160.24,35.7838,0.069813,0,0,0.034899,0.999391,180,100,1), - (37453,180410,0,-10606.9,-1193.93,34.3345,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (37454,180410,0,-10595.8,-1191.87,34.3362,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (37455,180410,0,-10587.6,-1108.7,31.1037,0.10472,0,0,0.052336,0.99863,180,100,1), - (37456,180410,0,-10600.1,-1192.88,34.3262,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (37457,180410,0,-10537.9,-1154.57,35.8046,0.017453,0,0,0.008727,0.999962,180,100,1), - (37458,180410,0,-10586.2,-1118.44,31.0967,0.20944,0,0,0.104528,0.994522,180,100,1), - (37459,180410,0,-10578.3,-1127.14,29.7919,0.087266,0,0,0.043619,0.999048,180,100,1), - (37460,180410,0,-10587.7,-1190.68,34.3195,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (37461,180410,0,-10537.4,-1217.96,33.7167,1.62316,0,0,0.725374,0.688355,180,100,1), - (37462,180410,0,-10589.6,-1251.71,38.7106,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (37463,180410,0,-10529,-1217.08,33.6658,1.67552,0,0,0.743145,0.669131,180,100,1), - (37464,180410,0,-10532.5,-1176.04,28.735,1.72788,0,0,0.760406,0.649448,180,100,1), - (37465,180410,0,-10525.5,-1167.07,35.7699,0.034907,0,0,0.017452,0.999848,180,100,1), - (37466,180410,0,-9237.25,-2143.21,72.0173,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (37467,180410,0,-9223.2,-2150.45,72.2742,0.087266,0,0,0.043619,0.999048,180,100,1), - (37468,180410,0,-9223.09,-2144.12,72.2742,0,0,0,0,1,180,100,1), - (37469,180410,1,2775.97,-423.697,117.234,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (37470,180410,1,-834.342,-3730.86,27.3936,2.56563,0,0,0.95882,0.284015,180,100,1), - (37471,180410,1,-1057.51,-3670.35,24.6536,1.3439,0,0,0.622515,0.782608,180,100,1), - (37472,180410,1,-3608.31,-4483.75,21.5059,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (37473,180410,1,-3623.67,-4458.66,21.9226,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (37474,180410,1,-3632.21,-4451,14.872,0.034907,0,0,0.017452,0.999848,180,100,1), - (37475,180410,1,229.771,1241.94,197.943,1.79769,0,0,0.782608,0.622515,180,100,1), - (37476,180410,1,-4353.52,3295.18,19.317,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (37477,180410,1,-6871.84,741.84,47.2871,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (37478,180410,1,-6860.07,719.547,47.3635,2.07694,0,0,0.861629,0.507538,180,100,1), - (37501,180411,0,-4849.77,-878.507,506.666,1.22173,0,0,0.573576,0.819152,180,100,1), - (37502,180411,0,-4883.41,-1001.22,508.31,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (37503,180411,0,-8855.08,662.448,108.703,2.07694,0,0,0.861629,0.507538,180,100,1), - (37504,180411,0,-8838.65,607.516,105.986,0.139626,0,0,0.069756,0.997564,180,100,1), - (37505,180411,0,-8891.56,593.596,99.4311,2.74017,0,0,0.979925,0.199368,180,100,1), - (37506,180411,0,-8863.13,578.012,109.825,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (37507,180411,0,-9471.16,44.0573,65.787,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (37508,180411,0,-9475.76,6.54861,65.951,1.02974,0,0,0.492424,0.870356,180,100,1), - (37509,180411,0,-9475.44,12.2855,64.1442,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (37510,180411,1,9959.14,2515.49,1349.82,1.41372,0,0,0.649448,0.760406,180,100,1), - (37511,180411,1,9935.6,2509.45,1327.92,0.610865,0,0,0.300706,0.953717,180,100,1), - (37512,180411,1,9940.37,2509.09,1327.87,1.74533,0,0,0.766044,0.642788,180,100,1), - (37513,180411,1,9848.73,969.073,1324.3,2.94961,0,0,0.995396,0.095846,180,100,1), - (37514,180411,1,9879.92,961.012,1318.21,0.733038,0,0,0.358368,0.93358,180,100,1), - (37515,180411,1,9772.82,945.868,1322.54,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (37516,180411,1,6432.34,516.997,34.2644,1.8326,0,0,0.793353,0.608761,180,100,1), - (37517,180411,1,6409.32,524.399,14.4122,2.09439,0,0,0.866025,0.5,180,100,1), - (37518,180411,1,6386.73,531.444,33.9369,0.10472,0,0,0.052336,0.99863,180,100,1), - (37557,180411,0,-3828.41,-822.946,18.0013,2.61799,0,0,0.965926,0.258819,180,100,1), - (37558,180411,0,-3797.55,-823.88,19.1232,2.6529,0,0,0.970296,0.241922,180,100,1), - (37559,180411,0,-860.915,-550.083,20.6621,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (37560,180411,0,-786.281,-515.908,24.5508,0.575959,0,0,0.284015,0.95882,180,100,1), - (37561,180411,0,-166.816,-903.132,65.8673,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (37562,180411,0,-26.2865,-941.84,59.2891,0.715585,0,0,0.350207,0.936672,180,100,1), - (37563,180411,0,-18.2257,-925.061,59.2014,-1.309,0,0,0.608761,-0.793353,180,100,1), - (37564,180411,0,-23.9271,-931.762,61.5588,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (37566,180411,1,306.708,-4775.14,18.3228,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (37567,180411,1,342.497,-4702.62,44.7838,1.22173,0,0,0.573576,0.819152,180,100,1), - (37568,180411,1,324.651,-4690.11,44.9481,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (37569,180411,1,329.618,-4670.66,45.2729,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (37570,180411,1,359.845,-4687.86,44.2442,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (37571,180411,1,352.104,-4668.82,44.8596,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (37572,180411,1,1616.53,-4444.83,20.3055,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (37573,180411,1,1629.43,-4373.84,17.5144,0.383972,0,0,0.190809,0.981627,180,100,1), - (37574,180411,1,1667.51,-4429.66,25.6653,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (37575,180411,0,2261.23,254.279,36.4932,1.43117,0,0,0.656059,0.75471,180,100,1), - (37576,180411,0,2239.19,239.425,42.9984,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (37577,180411,0,2270.32,233.821,41.8621,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (37578,180411,0,1633.03,224.205,-34.1374,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (37579,180411,0,1565.7,271.373,-32.0599,2.14675,0,0,0.878817,0.477159,180,100,1), - (37586,180411,1,-2367.6,-347.014,-2.57915,2.35619,0,0,0.92388,0.382683,180,100,1), - (37587,180411,1,-1303.5,36.4717,135.767,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (37588,180411,0,-10647.4,1175.61,39.36,1.5708,0,0,0.707107,0.707107,180,100,1), - (37589,180411,0,-10614.4,-1200.89,33.7408,0.15708,0,0,0.078459,0.996917,180,100,1), - (37590,180411,0,-10582.4,-1166.69,34.1377,2.46091,0,0,0.942641,0.333807,180,100,1), - (37591,180411,0,-10541.9,-1171.66,36.9621,0.069813,0,0,0.034899,0.999391,180,100,1), - (37592,180411,0,-10544.3,-1204.61,31.6527,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (37593,180411,0,-10541.7,-1234.61,30.9651,0.628319,0,0,0.309017,0.951057,180,100,1), - (37594,180411,0,-10525.8,-1202.41,31.1005,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (37595,180411,0,-10517.7,-1156.23,38.5831,0.680678,0,0,0.333807,0.942641,180,100,1), - (37596,180411,0,-9270.44,-2269.75,83.7601,0.191986,0,0,0.095846,0.995396,180,100,1), - (37597,180411,0,-9244.65,-2160.48,73.2438,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (37598,180411,1,2640.32,-445.144,118.661,0.436332,0,0,0.21644,0.976296,180,100,1), - (37599,180411,1,2807.22,-270.655,116.549,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (37600,180411,1,2770.18,-385.998,127.01,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (37601,180411,1,2798.33,-439.092,125.572,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (37602,180411,1,2742.97,-460.925,126.063,1.20428,0,0,0.566406,0.824126,180,100,1), - (37603,180411,1,-1027.71,-3650.63,38.5826,2.77507,0,0,0.983255,0.182236,180,100,1), - (37604,180411,1,-3612.85,-4497.22,23.2277,0.802851,0,0,0.390731,0.920505,180,100,1), - (37605,180411,1,-3627.2,-4441.57,22.952,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (37606,180411,1,-3626.6,-4479.9,23.1281,1.15192,0,0,0.544639,0.838671,180,100,1), - (37607,180411,1,240.503,1275.93,217.257,0.087266,0,0,0.043619,0.999048,180,100,1), - (37608,180411,1,236.597,1291.74,207.3,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (37609,180411,1,202.236,1242.24,206.332,0.087266,0,0,0.043619,0.999048,180,100,1), - (37610,180411,1,251.519,1229.71,217.117,0.244346,0,0,0.121869,0.992546,180,100,1), - (37611,180411,1,255.368,1213.65,207.65,1.48353,0,0,0.67559,0.737277,180,100,1), - (37612,180411,1,-4370.96,3328.83,28.7201,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (37613,180411,1,-4327.14,3287.82,27.903,3.10669,0,0,0.999848,0.017452,180,100,1), - (37614,180411,1,-4373.13,3249.73,27.8623,1.39626,0,0,0.642788,0.766044,180,100,1), - (37615,180411,1,-6880,753.092,64.5604,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (37616,180411,1,-6834.8,746.42,64.1033,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (37617,180411,1,-6856.36,706.314,63.8647,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (37618,180411,0,-6669.9,-2176.43,252.543,1.22173,0,0,0.573576,0.819152,180,100,1), - (37619,180411,0,-891.214,-3520.66,85.2512,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (37620,180411,0,-891.533,-3552.06,85.2911,1.98968,0,0,0.838671,0.544639,180,100,1), - (37621,180411,0,-914.462,-3520.82,86.4486,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (37622,180411,0,-914.981,-3552.24,86.2317,0.645772,0,0,0.317305,0.948324,180,100,1), - (37623,180411,0,-14424.2,470,26.7855,0.715585,0,0,0.350207,0.936672,180,100,1), - (37624,180411,0,-14462.6,487.211,28.7177,2.63545,0,0,0.968148,0.25038,180,100,1), - (37625,180411,1,-403.576,-2626.58,124.765,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (37626,180411,1,-421.214,-2637.09,124.696,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (37627,180411,1,-386.665,-2641.36,124.649,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (37628,180411,1,-417.354,-2658.58,124.502,0.663225,0,0,0.325568,0.945519,180,100,1), - (37629,180411,1,-394.465,-2659.96,124.242,2.1293,0,0,0.87462,0.48481,180,100,1), - (37630,180411,1,-2333.35,-1920.44,102.397,1.09956,0,0,0.522499,0.85264,180,100,1), - (37631,180411,1,-5477.9,-2460.39,100.842,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (37632,180411,1,2318.24,-2562.98,107.537,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (37633,180411,1,2344.43,-2542.99,108.403,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (37634,180411,1,915.365,904.422,132.775,2.72271,0,0,0.978148,0.207912,180,100,1), - (37635,180411,1,922.67,915.174,131.827,2.25148,0,0,0.902585,0.430511,180,100,1), - (37636,180411,1,-1610.93,3122.73,52.6335,0.628319,0,0,0.309017,0.951057,180,100,1), - (37673,180412,0,-4838.04,-858.582,502.782,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (37674,180412,0,-8868.47,671.55,97.9031,1.36136,0,0,0.62932,0.777146,180,100,1), - (37675,180412,1,9800.08,982.901,1313.88,0.610865,0,0,0.300706,0.953717,180,100,1), - (37676,180412,1,6410.36,515.78,9.9353,2.77507,0,0,0.983255,0.182236,180,100,1), - (37691,180412,0,-3826.69,-833.661,10.0906,2.28638,0,0,0.909961,0.414693,180,100,1), - (37692,180412,0,-859.345,-569.782,11.0422,2.53073,0,0,0.953717,0.300706,180,100,1), - (37693,180412,1,342.447,-4687.63,16.4578,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (37694,180412,1,1631.84,-4444.22,15.4065,2.93215,0,0,0.994522,0.104528,180,100,1), - (37695,180412,0,2266.64,244.856,34.2569,0.645772,0,0,0.317305,0.948324,180,100,1), - (37696,180412,0,1638.49,223.114,-43.1032,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (37700,180412,1,-2363.67,-345.607,-8.95699,0.558505,0,0,0.275637,0.961262,180,100,1), - (37701,180412,1,-1301.73,40.5221,129.209,1.65806,0,0,0.737277,0.67559,180,100,1), - (37702,180412,0,-10653.9,1164.76,34.4738,1.50098,0,0,0.681998,0.731354,180,100,1), - (37703,180412,0,-10513.2,-1159.21,28.0995,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (37704,180412,0,-9225.34,-2158.93,63.7112,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (37705,180412,0,-5379.71,-2973.99,323.169,2.9147,0,0,0.993572,0.113203,180,100,1), - (37706,180412,1,6693.95,-4671.05,721.573,1.78024,0,0,0.777146,0.62932,180,100,1), - (37707,180412,1,2779.4,-434.263,116.582,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (37708,180412,1,-1050.04,-3667.06,23.8903,1.88496,0,0,0.809017,0.587785,180,100,1), - (37709,180412,1,-3617.99,-4471.41,14.2453,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (37710,180412,1,254.62,1251.26,193.434,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (37711,180412,1,-4379.91,3292,14.836,0.855211,0,0,0.414693,0.909961,180,100,1), - (37712,180412,1,-6868.5,732.159,45.6621,1.44862,0,0,0.66262,0.748956,180,100,1), - (37713,180412,1,-7157.03,-3838.02,8.63536,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (37714,180412,0,-6652.56,-2148.98,245.351,0.15708,0,0,0.078459,0.996917,180,100,1), - (37715,180412,0,-913.192,-3526.9,72.6024,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (37716,180412,0,-4.40115,-945.557,57.165,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (37717,180412,0,-14456.4,494.096,15.1261,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (37718,180412,1,-408.149,-2642.81,96.223,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (37719,180412,1,-2378.77,-1994.53,96.7048,2.07694,0,0,0.861629,0.507538,180,100,1), - (37720,180412,1,-5476.96,-2462.54,89.2837,2.40855,0,0,0.93358,0.358368,180,100,1), - (37721,180412,1,2343.53,-2565.08,102.773,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (37722,180412,1,895.011,929.801,106.258,0.331613,0,0,0.165048,0.986286,180,100,1), - (37723,180412,1,-1595.17,3150.9,46.4944,0.017453,0,0,0.008727,0.999962,180,100,1), - (37750,180425,0,-4849.3,-866.219,511.212,0.837758,0,0,0.406737,0.913545,180,100,1), - (37751,180425,0,-4837.33,-865.615,502.879,2.94961,0,0,0.995396,0.095846,180,100,1), - (37752,180425,0,-4846.05,-864.825,502.872,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (37753,180425,0,-4938.13,-911.856,505.377,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (37754,180425,0,-4955.85,-896.461,505.222,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (37755,180425,0,-4941.24,-914.404,505.377,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (37756,180425,0,-4955.94,-926.625,505.377,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (37757,180425,0,-4959.99,-929.957,505.377,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (37758,180425,0,-4939.71,-913.158,505.377,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (37759,180425,0,-4957.25,-927.708,505.377,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (37760,180425,0,-4942.63,-915.615,505.377,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (37761,180425,0,-4958.61,-928.822,505.377,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (37762,180425,0,-5586.76,-534.981,404.455,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (37763,180425,0,-5601.16,-525.245,400.555,0.174533,0,0,0.087156,0.996195,180,100,1), - (37764,180425,0,-8858.07,647.557,99.5508,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (37765,180425,0,-8860.28,648.128,100.919,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (37766,180425,0,-8862.61,647.306,97.5833,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (37767,180425,0,-8858.42,648.961,100.919,0.10472,0,0,0.052336,0.99863,180,100,1), - (37768,180425,0,-8858.14,650.361,99.5508,0.750492,0,0,0.366501,0.930418,180,100,1), - (37769,180425,0,-8860.92,650.26,99.5508,2.54818,0,0,0.956305,0.292372,180,100,1), - (37770,180425,0,-8859.55,650.047,100.919,1.65806,0,0,0.737277,0.67559,180,100,1), - (37771,180425,0,-8859.5,647.831,100.919,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (37772,180425,0,-8855.81,649.067,97.5998,0.034907,0,0,0.017452,0.999848,180,100,1), - (37773,180425,0,-8857,651.617,97.6039,0.837758,0,0,0.406737,0.913545,180,100,1), - (37774,180425,0,-8859.52,648.896,103.923,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (37775,180425,0,-8856.79,646.399,97.6001,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (37776,180425,0,-8860.33,649.696,100.919,2.30383,0,0,0.913545,0.406737,180,100,1), - (37777,180425,0,-8862.03,646.213,97.6001,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (37778,180425,0,-8860.63,648.895,100.919,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (37779,180425,0,-8862.2,651.415,97.6041,2.35619,0,0,0.92388,0.382683,180,100,1), - (37780,180425,0,-8858.7,648.151,100.919,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (37781,180425,0,-8858.16,652.095,97.5944,1.23918,0,0,0.580703,0.814116,180,100,1), - (37782,180425,0,-8860.87,645.674,97.5779,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (37783,180425,0,-8857.53,648.988,99.5508,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (37784,180425,0,-8861.08,652.001,97.5912,2.04204,0,0,0.85264,0.522499,180,100,1), - (37785,180425,0,-8856.31,647.577,97.5906,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (37786,180425,0,-8859.38,645.213,97.5979,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (37787,180425,0,-8860.84,647.521,99.5508,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (37788,180425,0,-8861.45,648.848,99.5508,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (37789,180425,0,-8859.63,652.589,97.606,1.5708,0,0,0.707107,0.707107,180,100,1), - (37790,180425,0,-8858.75,649.735,100.919,0.837758,0,0,0.406737,0.913545,180,100,1), - (37791,180425,0,-8863.21,648.778,97.5969,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (37792,180425,0,-8859.45,646.969,99.5508,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (37793,180425,0,-8856.43,650.497,97.5926,0.453786,0,0,0.224951,0.97437,180,100,1), - (37794,180425,0,-8857.9,645.839,97.5896,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (37795,180425,0,-8859.55,650.882,99.5508,1.6057,0,0,0.71934,0.694658,180,100,1), - (37796,180425,0,-8862.72,650.276,97.5859,2.79253,0,0,0.984808,0.173648,180,100,1), - (37797,180425,0,-8866.14,680.927,99.0628,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (37798,180425,0,-8856.12,671.737,98.8753,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (37799,180425,0,-9466.75,29.177,64.7649,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (37800,180425,0,-9471.51,21.8403,57.2409,1.25664,0,0,0.587785,0.809017,180,100,1), - (37801,180425,0,-9478.14,24.5459,57.1311,0.05236,0,0,0.026177,0.999657,180,100,1), - (37802,180425,0,-9468.34,34.9887,65.2719,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (37803,180425,0,-9475.25,39.2479,64.7441,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (37974,180425,0,-3821.91,-830.921,11.3301,0,0,0,0,1,180,100,1), - (37975,180425,0,-3820.49,-822.682,11.6915,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (37976,180425,0,-3836.52,-837.852,11.4829,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (37977,180425,0,-3821.83,-827.257,11.3153,0.034907,0,0,0.017452,0.999848,180,100,1), - (37978,180425,0,-3826.65,-823.227,14.5709,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (37979,180425,0,-3813.7,-838.421,10.6491,1.5708,0,0,0.707107,0.707107,180,100,1), - (37980,180425,0,-3803.05,-831.83,17.8929,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (37981,180425,0,-3819.23,-838.346,10.6494,1.50098,0,0,0.681998,0.731354,180,100,1), - (37982,180425,0,-3810.42,-827.465,11.3117,0.017453,0,0,0.008727,0.999962,180,100,1), - (37983,180425,0,-3810.56,-831.115,11.306,0,0,0,0,1,180,100,1), - (37984,180425,0,-3848.81,-837.599,4.74804,3.10669,0,0,0.999848,0.017452,180,100,1), - (37985,180425,0,-864.581,-555.167,19.4696,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (37986,180425,0,-818.883,-556.169,17.2105,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (37987,180425,0,-844.609,-565.486,19.6432,2.70526,0,0,0.976296,0.21644,180,100,1), - (37988,180425,0,-779.363,-498.541,18.9343,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (37989,180425,0,-778.689,-506.925,24.7619,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (37990,180425,0,-778.846,-497.828,18.9343,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (37991,180425,0,-778.282,-497.183,18.9327,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (37992,180425,0,-20.5749,-934.773,56.9922,2.6529,0,0,0.970296,0.241922,180,100,1), - (37993,180425,0,-51.8081,-901.422,57.3414,0.191986,0,0,0.095846,0.995396,180,100,1), - (37994,180425,0,-18.7037,-905.487,56.9874,2.54818,0,0,0.956305,0.292372,180,100,1), - (37995,180425,0,-51.7563,-903.219,57.3438,0.174533,0,0,0.087156,0.996195,180,100,1), - (37996,180425,0,-51.7415,-902.34,57.3417,0.122173,0,0,0.061049,0.998135,180,100,1), - (37997,180425,0,-19.0276,-931.57,56.986,2.68781,0,0,0.97437,0.224951,180,100,1), - (38000,180425,1,340.878,-4684.76,17.3953,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (38001,180425,1,1615.53,-4391.35,12.1723,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (38002,180425,1,1662.07,-4431.16,19.6592,1.98968,0,0,0.838671,0.544639,180,100,1), - (38003,180425,0,2255.37,237.023,34.3351,0.645772,0,0,0.317305,0.948324,180,100,1), - (38004,180425,0,2259.72,246.196,42.6217,2.40855,0,0,0.93358,0.358368,180,100,1), - (38005,180425,0,2246.14,233.359,43.5939,1.09956,0,0,0.522499,0.85264,180,100,1), - (38006,180425,0,2290.09,241.181,35.3324,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (38007,180425,0,2276.42,244.141,42.205,0.663225,0,0,0.325568,0.945519,180,100,1), - (38008,180425,0,1591.55,206.649,-54.218,0.802851,0,0,0.390731,0.920505,180,100,1), - (38009,180425,0,1567.52,206.151,-41.5123,1.27409,0,0,0.594823,0.803857,180,100,1), - (38010,180425,0,1636.6,218.003,-41.846,2.04204,0,0,0.85264,0.522499,180,100,1), - (38011,180425,0,1616.41,288.45,-42.2829,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (38012,180425,0,1620.45,291.465,-42.2897,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (38013,180425,0,-10600.9,-1204.97,34.2151,0.907571,0,0,0.438371,0.898794,180,100,1), - (38014,180425,0,-10605,-1204.04,30.0705,0.785398,0,0,0.382683,0.92388,180,100,1), - (38015,180425,0,-10554.4,-1109.87,32.5416,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (38016,180425,0,-10557.9,-1104.5,31.6309,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (38017,180425,0,-10557.4,-1108.15,31.6302,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (38018,180425,0,-10553.5,-1116.22,32.5104,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (38019,180425,0,-10601.2,-1196.61,29.6063,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (38020,180425,0,-10554.7,-1108.21,32.5486,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (38021,180425,0,-10555.5,-1103.6,32.5846,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (38022,180425,0,-10553.9,-1114.13,32.523,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (38023,180425,0,-10570.5,-1122.79,30.3197,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (38024,180425,0,-10536.4,-1174.82,35.881,0.471239,0,0,0.233445,0.97237,180,100,1), - (38025,180425,0,-10536.1,-1164.99,35.9018,0.837758,0,0,0.406737,0.913545,180,100,1), - (38026,180425,0,-10554.1,-1112.11,32.5467,2.84489,0,0,0.989016,0.147809,180,100,1), - (38027,180425,0,-10555.5,-1102.06,32.6257,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (38028,180425,0,-10538.9,-1225.2,34.2506,0.802851,0,0,0.390731,0.920505,180,100,1), - (38029,180425,0,-10523.1,-1212.52,28.8398,2.89725,0,0,0.992546,0.121869,180,100,1), - (38030,180425,0,-10519.2,-1298.57,42.0999,0.959931,0,0,0.461749,0.887011,180,100,1), - (38031,180425,0,-10515.2,-1293.24,42.0981,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (38032,180425,0,-9221.28,-2161.6,65.9583,3.14159,0,0,1,0,180,100,1), - (38033,180425,0,-9215.05,-2161.07,68.8249,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (38034,180425,0,-9221.61,-2160.95,72.4998,3.14159,0,0,1,0,180,100,1), - (38035,180425,0,-5383.79,-2957.53,322.97,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (38036,180425,0,-5386.63,-2965.18,322.967,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (38037,180425,0,-5392.66,-2953.06,322.928,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (38038,180425,0,-5382.7,-2972.23,324.048,0.296706,0,0,0.147809,0.989016,180,100,1), - (38039,180425,1,6692.74,-4672.77,722.699,1.01229,0,0,0.48481,0.87462,180,100,1), - (38040,180425,1,6685.02,-4673.27,722.637,0.10472,0,0,0.052336,0.99863,180,100,1), - (38041,180425,1,-3610.63,-4457.09,22.1934,2.74017,0,0,0.979925,0.199368,180,100,1), - (38042,180425,1,-3624.52,-4464.29,14.5179,1.25664,0,0,0.587785,0.809017,180,100,1), - (38043,180425,1,-3616.22,-4460.8,14.3304,2.74017,0,0,0.979925,0.199368,180,100,1), - (38044,180425,1,-3630.84,-4447.32,22.0337,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (38045,180425,1,-7158.9,-3848.25,9.70517,1.88496,0,0,0.809017,0.587785,180,100,1), - (38046,180425,0,-6648.32,-2145.63,246.538,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (38047,180425,0,-910.649,-3552,76.439,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (38048,180425,0,-910.679,-3545.95,76.4364,2.40855,0,0,0.93358,0.358368,180,100,1), - (38049,180425,0,-914.861,-3533.73,73.5913,2.79253,0,0,0.984808,0.173648,180,100,1), - (38050,180425,0,-14451.6,491.966,16.4231,3.07178,0,0,0.999391,0.034899,180,100,1), - (38051,180425,0,-14464.6,485.66,21.2723,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (38052,180425,0,-14455.3,497.728,16.4213,2.70526,0,0,0.976296,0.21644,180,100,1), - (38053,180425,0,-14468.1,488.156,21.2688,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (38054,180425,0,-14465.5,478.233,21.2693,1.71042,0,0,0.75471,0.656059,180,100,1), - (38055,180425,0,-14461.6,487.55,15.9713,1.6057,0,0,0.71934,0.694658,180,100,1), - (38056,180425,0,-14469.5,481.24,21.2634,0.994838,0,0,0.477159,0.878817,180,100,1), - (38057,180425,0,-14473,493.423,16.0433,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (38058,180425,0,-14457.8,502.84,15.9505,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (38059,180425,1,2349.32,-2577.47,103.558,1.76278,0,0,0.771625,0.636078,180,100,1), - (38060,180425,1,2342.56,-2568.89,103.704,2.56563,0,0,0.95882,0.284015,180,100,1), - (38061,180425,1,884.048,932.844,108.862,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (38121,180426,0,-4931.58,-947.785,513.383,0.645772,0,0,0.317305,0.948324,180,100,1), - (38122,180426,0,-4927.86,-945.005,515.461,0.279253,0,0,0.139173,0.990268,180,100,1), - (38123,180426,0,-4925.88,-947.759,516.111,1.13446,0,0,0.5373,0.843391,180,100,1), - (38124,180426,0,-4928.69,-947.439,521.357,2.18166,0,0,0.887011,0.461749,180,100,1), - (38125,180426,0,-4928.67,-947.668,514.349,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (38126,180426,0,-4928.72,-947.599,511.981,0.331613,0,0,0.165048,0.986286,180,100,1), - (38127,180426,0,-4928.87,-947.526,517.67,0.05236,0,0,0.026177,0.999657,180,100,1), - (38128,180426,0,-4928.85,-947.618,509.739,0.977384,0,0,0.469472,0.882948,180,100,1), - (38129,180426,0,-4928.96,-950.283,515.337,1.01229,0,0,0.48481,0.87462,180,100,1), - (38130,180426,0,-4928.74,-947.609,514.093,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (38131,180426,0,-8865.28,591.821,108.951,1.20428,0,0,0.566406,0.824126,180,100,1), - (38132,180426,0,-8864.79,591.75,109.96,1.64061,0,0,0.731354,0.681998,180,100,1), - (38133,180426,0,-8866.69,590.465,108.604,0,0,0,0,1,180,100,1), - (38134,180426,0,-8868.26,592.172,108.429,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (38135,180426,0,-8868.43,589.201,110.485,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (38136,180426,0,-8866.74,590.377,109.822,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (38137,180426,0,-8866.83,590.557,109.529,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (38138,180426,0,-8866.92,590.62,113.12,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (38139,180426,0,-8866.69,590.531,109.977,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (38140,180426,1,6408.88,524.401,37.7487,1.8326,0,0,0.793353,0.608761,180,100,1), - (38141,180426,1,6408.99,524.435,37.7378,2.18166,0,0,0.887011,0.461749,180,100,1), - (38142,180426,1,6408.77,524.274,37.7557,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (38143,180426,1,6408.66,524.253,37.7672,0.314159,0,0,0.156434,0.987688,180,100,1), - (38144,180426,1,6408.51,524.202,37.7814,1.15192,0,0,0.544639,0.838671,180,100,1), - (38145,180426,1,6408.9,524.048,37.7344,1.76278,0,0,0.771625,0.636078,180,100,1), - (38146,180426,1,6408.84,524.548,37.7575,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (38147,180426,1,6408.61,524.109,37.7669,1.13446,0,0,0.5373,0.843391,180,100,1), - (38304,180426,0,-826.276,-534.316,21.7568,0.401426,0,0,0.199368,0.979925,180,100,1), - (38305,180426,0,-825.885,-529.047,24.4897,2.75762,0,0,0.981627,0.190809,180,100,1), - (38306,180426,0,-825.215,-530.28,28.1214,0.471239,0,0,0.233445,0.97237,180,100,1), - (38307,180426,0,-821.033,-529.208,22.0651,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (38308,180426,0,-826.821,-531.299,23.2907,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (38309,180426,0,-827.097,-529.721,16.6731,2.80998,0,0,0.986286,0.165048,180,100,1), - (38310,180426,0,-826.479,-529.198,23.2864,1.6057,0,0,0.71934,0.694658,180,100,1), - (38311,180426,0,-826.257,-530.399,24.8881,2.40855,0,0,0.93358,0.358368,180,100,1), - (38312,180426,0,-829.378,-530.351,19.8903,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (38313,180426,0,-828.776,-526.464,23.7267,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (38314,180426,0,-26.9965,-907.502,67.0383,2.26893,0,0,0.906308,0.422618,180,100,1), - (38315,180426,0,-30.6701,-910.307,70.6511,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (38316,180426,0,-25.3594,-902.866,70.6307,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (38317,180426,0,-24.2413,-911.556,68.021,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (38318,180426,0,-30.7222,-908.097,67.8789,3.03687,0,0,0.99863,0.052336,180,100,1), - (38319,180426,0,-28.4549,-907.01,66.5892,2.37365,0,0,0.927184,0.374607,180,100,1), - (38320,180426,0,-26.5694,-907.134,67.8177,1.44862,0,0,0.66262,0.748956,180,100,1), - (38321,180426,0,-23.9375,-905.661,69.2105,2.72271,0,0,0.978148,0.207912,180,100,1), - (38322,180426,0,-26.2882,-913.064,68.6926,0.523599,0,0,0.258819,0.965926,180,100,1), - (38323,180426,0,-27.1806,-907.016,66.1841,1.36136,0,0,0.62932,0.777146,180,100,1), - (38324,180426,1,306.21,-4741.75,25.0973,4.71239,0,0,0.707107,-0.707107,180,100,1), - (38325,180426,1,310.755,-4747.11,19.0526,0.471239,0,0,0.233445,0.97237,180,100,1), - (38326,180426,1,301.755,-4745.12,24.7701,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (38327,180426,1,310.688,-4735.71,19.7581,0.069813,0,0,0.034899,0.999391,180,100,1), - (38328,180426,1,306.201,-4741.66,21.9747,3.05433,0,0,0.999048,0.043619,180,100,1), - (38329,180426,1,306.266,-4741.67,24.542,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (38330,180426,1,306.318,-4741.59,24.0594,0.663225,0,0,0.325568,0.945519,180,100,1), - (38331,180426,1,302.141,-4736.73,23.54,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (38332,180426,1,307.738,-4743.67,21.1543,0.680678,0,0,0.333807,0.942641,180,100,1), - (38333,180426,1,306.196,-4741.71,24.3714,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (38334,180426,1,1582.73,-4400.44,22.3765,2.53073,0,0,0.953717,0.300706,180,100,1), - (38335,180426,1,1556.67,-4410.31,17.5933,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (38336,180426,1,1585.41,-4393.2,14.1553,2.46091,0,0,0.942641,0.333807,180,100,1), - (38337,180426,1,1566.96,-4376.46,9.6817,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (38338,180426,1,1575.92,-4394.03,14.4871,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (38339,180426,1,1598.47,-4402.24,21.5625,0.383972,0,0,0.190809,0.981627,180,100,1), - (38340,180426,1,1591.75,-4413.75,20.7142,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (38341,180426,1,1605.77,-4411.7,20.8836,1.79769,0,0,0.782608,0.622515,180,100,1), - (38342,180426,1,1594.05,-4389.92,17.9776,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (38343,180426,1,1582.19,-4376.89,13.2993,2.54818,0,0,0.956305,0.292372,180,100,1), - (38344,180426,0,2219.41,250.036,44.2009,4.71239,0,0,0.707107,-0.707107,180,100,1), - (38345,180426,0,2205.35,263.651,43.2458,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (38346,180426,0,2215.99,260.259,42.0619,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (38368,180426,0,-10563.5,-1168.31,42.5704,1.90241,0,0,0.814116,0.580703,180,100,1), - (38369,180426,0,-10564.3,-1173.72,43.7754,1.3439,0,0,0.622515,0.782608,180,100,1), - (38370,180426,0,-10564.2,-1170.12,41.7997,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (38371,180426,0,-10563.7,-1170.24,42.7233,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (38372,180426,0,-10568.3,-1170.87,44.7843,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (38373,180426,0,-10563.5,-1169.82,42.6063,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (38374,180426,0,-10565.3,-1171.53,44.2023,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (38375,180426,0,-10561.9,-1170.68,42.7257,2.00713,0,0,0.843391,0.5373,180,100,1), - (38376,180426,0,-10560.5,-1169.42,44.3374,1.23918,0,0,0.580703,0.814116,180,100,1), - (38377,180426,0,-10564.9,-1168.31,46.612,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (38378,180426,0,-9272.63,-2155.81,70.6074,1.09956,0,0,0.522499,0.85264,180,100,1), - (38379,180426,0,-9272.18,-2155.59,72.259,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (38380,180426,0,-9272.11,-2155.18,75.0314,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (38381,180426,0,-9272.81,-2155.5,75.1012,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (38382,180426,0,-9272.22,-2156.34,78.1218,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (38383,180426,0,-9272.77,-2155.95,70.5217,2.53073,0,0,0.953717,0.300706,180,100,1), - (38384,180426,0,-9272.38,-2155.75,68.6321,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (38385,180426,0,-9272.26,-2156.27,74.7746,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (38386,180426,0,-9272.59,-2155.63,71.7588,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (38387,180426,0,-9272.29,-2155.95,73.7278,0.331613,0,0,0.165048,0.986286,180,100,1), - (38388,180426,0,-5329.85,-2955.83,343.072,0.296706,0,0,0.147809,0.989016,180,100,1), - (38389,180426,0,-5329.47,-2955.62,344.731,1.62316,0,0,0.725374,0.688355,180,100,1), - (38390,180426,0,-5331.04,-2956.38,340.645,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (38391,180426,0,-5329.8,-2956.16,337.813,-1.0472,0,0,0.5,-0.866025,180,100,1), - (38392,180426,0,-5329.76,-2956.02,340.106,1.53589,0,0,0.694658,0.71934,180,100,1), - (38393,180426,0,-5331.14,-2956.7,345.508,0.017453,0,0,0.008727,0.999962,180,100,1), - (38394,180426,0,-5329.36,-2955.65,343.894,0.331613,0,0,0.165048,0.986286,180,100,1), - (38395,180426,0,-5329.77,-2955.85,347.798,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (38396,180426,0,-5329.64,-2956.38,337.193,0.523599,0,0,0.258819,0.965926,180,100,1), - (38397,180426,0,-5329.5,-2955.99,339.369,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (38398,180426,1,6731.66,-4662.94,731.196,0.733038,0,0,0.358368,0.93358,180,100,1), - (38399,180426,1,6731.65,-4662.8,735.191,0.087266,0,0,0.043619,0.999048,180,100,1), - (38400,180426,1,6731.79,-4662.99,734.248,2.87979,0,0,0.991445,0.130526,180,100,1), - (38401,180426,1,6731.72,-4662.53,728.936,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (38402,180426,1,6732.04,-4662.9,732.004,2.63545,0,0,0.968148,0.25038,180,100,1), - (38403,180426,1,6730.81,-4663.44,730.422,0.785398,0,0,0.382683,0.92388,180,100,1), - (38404,180426,1,6731.99,-4662.52,732.326,1.95477,0,0,0.829038,0.559193,180,100,1), - (38405,180426,1,6731.81,-4662.78,734.597,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (38406,180426,1,6731.71,-4662.54,730.15,1.93731,0,0,0.824126,0.566406,180,100,1), - (38407,180426,1,6731.44,-4663.31,731.576,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (38408,180426,1,245.884,1252.71,221.2,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (38409,180426,1,245.887,1252.73,224.279,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (38410,180426,1,246.01,1252.69,225.765,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (38411,180426,1,246.009,1252.82,228.014,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (38412,180426,1,245.938,1252.73,229.242,3.03687,0,0,0.99863,0.052336,180,100,1), - (38413,180426,1,246.049,1252.59,230.384,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (38414,180426,1,245.955,1252.91,221.219,0.575959,0,0,0.284015,0.95882,180,100,1), - (38415,180426,1,246.047,1252.65,221.197,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (38416,180426,1,-6868.31,729.377,70.1487,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (38417,180426,1,-6868.39,729.252,70.1522,2.32129,0,0,0.91706,0.398749,180,100,1), - (38418,180426,1,-6868.38,729.488,70.143,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (38419,180426,1,-6868.54,729.622,70.1366,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (38420,180426,1,-7145.19,-3788.69,21.4109,0.628319,0,0,0.309017,0.951057,180,100,1), - (38421,180426,1,-7145.12,-3788.22,21.4415,2.79253,0,0,0.984808,0.173648,180,100,1), - (38422,180426,1,-7145.34,-3787.99,21.4182,2.21657,0,0,0.894934,0.446198,180,100,1), - (38423,180426,1,-7145.19,-3788.48,21.4195,2.80998,0,0,0.986286,0.165048,180,100,1), - (38424,180426,1,-7145.48,-3787.91,21.4007,0.226893,0,0,0.113203,0.993572,180,100,1), - (38425,180426,1,-7145.27,-3788.24,21.4184,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (38426,180426,1,-7145.34,-3788.11,21.4135,1.309,0,0,0.608761,0.793353,180,100,1), - (38427,180426,1,-7145.72,-3788.31,21.3477,2.87979,0,0,0.991445,0.130526,180,100,1), - (38428,180426,1,-7145.17,-3787.54,21.4639,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (38429,180426,0,-6692.61,-2193.15,254.797,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (38430,180426,0,-6696.31,-2190.68,255.012,1.98968,0,0,0.838671,0.544639,180,100,1), - (38431,180426,0,-6686.37,-2187.63,253.455,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (38432,180426,0,-6683.61,-2191.04,254.846,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (38433,180426,0,-6695.17,-2191.12,256.832,0.383972,0,0,0.190809,0.981627,180,100,1), - (38434,180426,0,-6692.57,-2184.14,253.692,1.5708,0,0,0.707107,0.707107,180,100,1), - (38435,180426,0,-6682.63,-2197.99,257.053,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (38436,180426,0,-6690.4,-2184.52,256.266,2.68781,0,0,0.97437,0.224951,180,100,1), - (38437,180426,0,-6695.44,-2188.49,253.012,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (38438,180426,0,-973.944,-3506.32,72.2613,0.890118,0,0,0.430511,0.902585,180,100,1), - (38439,180426,0,-966.95,-3494.36,71.7457,0.541052,0,0,0.267238,0.96363,180,100,1), - (38440,180426,0,-984.186,-3517.26,70.0188,1.41372,0,0,0.649448,0.760406,180,100,1), - (38441,180426,0,-972.927,-3496.46,69.9502,0.034907,0,0,0.017452,0.999848,180,100,1), - (38442,180426,0,-965.007,-3498.43,69.3924,1.62316,0,0,0.725374,0.688355,180,100,1), - (38443,180426,0,-980.792,-3511.07,71.5178,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (38444,180426,0,-985.585,-3510.05,74.4027,1.95477,0,0,0.829038,0.559193,180,100,1), - (38445,180426,0,-973.021,-3496.08,72.5597,2.16421,0,0,0.882948,0.469472,180,100,1), - (38446,180426,0,-973.271,-3495.88,69.8946,2.21657,0,0,0.894934,0.446198,180,100,1), - (38447,180426,0,-981.304,-3513.26,71.2471,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (38448,180426,1,-465.63,-2646.78,104.016,0.226893,0,0,0.113203,0.993572,180,100,1), - (38449,180426,1,-464.429,-2651.92,105.601,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (38450,180426,1,-454.948,-2650.06,107.623,2.96706,0,0,0.996195,0.087156,180,100,1), - (38451,180426,1,-458.352,-2645.65,108.235,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (38452,180426,1,-509.385,-2653.66,103.259,2.02458,0,0,0.848048,0.529919,180,100,1), - (38453,180426,1,-485.116,-2652.35,105.56,1.15192,0,0,0.544639,0.838671,180,100,1), - (38454,180426,1,-479.358,-2649.55,104.944,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (38455,180426,1,-483.243,-2645.08,109.237,2.26893,0,0,0.906308,0.422618,180,100,1), - (38456,180426,1,-490.979,-2653.3,104.053,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (38457,180426,1,-468.49,-2649.16,108.87,0.436332,0,0,0.21644,0.976296,180,100,1), - (38458,180426,1,-5442.19,-2442.87,109.249,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (38459,180426,1,-5442.68,-2442.49,108.862,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (38460,180426,1,-5442.2,-2442.65,102.036,1.11701,0,0,0.529919,0.848048,180,100,1), - (38461,180426,1,-5442.28,-2443.05,110.183,0.349066,0,0,0.173648,0.984808,180,100,1), - (38462,180426,1,-5442.55,-2442.78,103.53,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (38463,180426,1,-5441.99,-2442.64,103.31,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (38464,180426,1,-5441.9,-2442.4,106.319,0.488692,0,0,0.241922,0.970296,180,100,1), - (38465,180426,1,-5441.85,-2442.82,100.798,1.65806,0,0,0.737277,0.67559,180,100,1), - (38466,180426,1,-5442.63,-2442.68,106.776,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (38467,180426,1,-5441.9,-2442.93,103.385,2.70526,0,0,0.976296,0.21644,180,100,1), - (38468,180426,1,-1592.77,3149.18,80.4043,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (38469,180426,1,-1592.85,3149.06,80.387,2.07694,0,0,0.861629,0.507538,180,100,1), - (38470,180426,1,-1592.86,3148.89,80.2465,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (38471,180426,1,-1592.99,3148.97,80.2336,1.22173,0,0,0.573576,0.819152,180,100,1), - (38472,180426,1,-1592.94,3149.17,80.3571,2.80998,0,0,0.986286,0.165048,180,100,1), - (38573,180427,0,-4928.74,-947.528,511.885,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (38574,180427,0,-4928.59,-947.762,513.119,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (38575,180427,0,-4928.95,-947.833,512.134,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (38576,180427,0,-4930.29,-948.924,509.871,0.366519,0,0,0.182236,0.983255,180,100,1), - (38577,180427,0,-4927.29,-949.342,513.889,0.977384,0,0,0.469472,0.882948,180,100,1), - (38578,180427,0,-4928.82,-947.476,510.559,2.25148,0,0,0.902585,0.430511,180,100,1), - (38579,180427,0,-4928.87,-947.632,511.357,2.16421,0,0,0.882948,0.469472,180,100,1), - (38580,180427,0,-4928.75,-947.851,511.091,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (38581,180427,0,-4926.8,-946.286,512.214,1.02974,0,0,0.492424,0.870356,180,100,1), - (38582,180427,0,-4928.41,-947.601,513.529,3.00197,0,0,0.997564,0.069757,180,100,1), - (38583,180427,0,-8824.14,628.167,111.065,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (38584,180427,0,-8822.23,630.097,113.517,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (38585,180427,0,-8824.49,626.264,115.635,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (38586,180427,0,-8822.94,627.17,110.621,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (38587,180427,0,-8821.35,628.524,112.554,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (38588,180427,0,-8826.43,627.41,113.328,3.07178,0,0,0.999391,0.034899,180,100,1), - (38589,180427,0,-8819.89,626.856,115.356,0.279253,0,0,0.139173,0.990268,180,100,1), - (38590,180427,0,-8821.7,625.53,112.837,1.02974,0,0,0.492424,0.870356,180,100,1), - (38591,180427,0,-8823.19,624.09,111.614,1.64061,0,0,0.731354,0.681998,180,100,1), - (38592,180427,0,-8822.93,627.281,113.257,2.23402,0,0,0.898794,0.438371,180,100,1), - (38593,180427,1,6408.69,524.347,37.7667,2.75762,0,0,0.981627,0.190809,180,100,1), - (38594,180427,1,6408.8,524.137,37.7478,1.78024,0,0,0.777146,0.62932,180,100,1), - (38595,180427,1,6408.58,524.329,37.7777,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (38596,180427,1,6408.8,524.317,37.7541,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (38715,180427,0,-827.941,-534.575,29.8442,2.9147,0,0,0.993572,0.113203,180,100,1), - (38716,180427,0,-823.28,-534.493,29.1761,1.98968,0,0,0.838671,0.544639,180,100,1), - (38717,180427,0,-818.88,-533.639,30.1811,1.74533,0,0,0.766044,0.642788,180,100,1), - (38718,180427,0,-826.399,-530.189,25.3448,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (38719,180427,0,-828.396,-527.128,26.8897,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (38720,180427,0,-831.597,-529.389,28.9197,2.09439,0,0,0.866025,0.5,180,100,1), - (38721,180427,0,-821.988,-531.769,29.8615,1.71042,0,0,0.75471,0.656059,180,100,1), - (38722,180427,0,-835.076,-530.922,29.0757,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (38723,180427,0,-830.705,-532.611,30.2827,1.76278,0,0,0.771625,0.636078,180,100,1), - (38724,180427,0,-825.503,-530.405,30.4317,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (38725,180427,0,-26.9931,-906.983,66.1571,3.14159,0,0,1,0,180,100,1), - (38726,180427,0,-24.4757,-908.552,67.9117,1.78024,0,0,0.777146,0.62932,180,100,1), - (38727,180427,0,-27.7448,-906.516,67.9337,1.39626,0,0,0.642788,0.766044,180,100,1), - (38728,180427,0,-26.9722,-909.306,69.3836,2.84489,0,0,0.989016,0.147809,180,100,1), - (38729,180427,0,-27.9479,-907.458,66.7932,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (38730,180427,0,-25.8611,-908.983,66.4432,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (38731,180427,0,-27.9392,-907.764,67.932,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (38732,180427,0,-26.3229,-907.042,68.2803,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (38733,180427,0,-29.7795,-905.773,69.0499,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (38734,180427,0,-25.25,-908.04,69.7132,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (38735,180427,1,306.161,-4741.7,25.1535,2.11185,0,0,0.870356,0.492424,180,100,1), - (38736,180427,1,306.177,-4741.8,24.336,1.27409,0,0,0.594823,0.803857,180,100,1), - (38737,180427,1,306.188,-4741.68,29.9549,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (38738,180427,1,306.127,-4741.7,25.8081,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (38739,180427,1,302.288,-4737.72,21.0833,0.593412,0,0,0.292372,0.956305,180,100,1), - (38740,180427,1,311.491,-4741.93,21.984,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (38741,180427,1,302.104,-4746.55,20.1369,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (38742,180427,1,306.184,-4741.78,22.5989,2.25148,0,0,0.902585,0.430511,180,100,1), - (38743,180427,1,306.269,-4741.75,28.427,0.314159,0,0,0.156434,0.987688,180,100,1), - (38744,180427,1,306.174,-4741.78,24.1782,0.680678,0,0,0.333807,0.942641,180,100,1), - (38745,180427,1,1629.99,-4373.46,35.9867,2.11185,0,0,0.870356,0.492424,180,100,1), - (38746,180427,1,1623.01,-4371.36,34.4928,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (38747,180427,1,1629.87,-4373.78,37.436,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (38748,180427,1,1630,-4373.75,41.7013,2.70526,0,0,0.976296,0.21644,180,100,1), - (38749,180427,1,1629.98,-4373.82,38.1617,0.05236,0,0,0.026177,0.999657,180,100,1), - (38750,180427,1,1629.96,-4373.84,40.6166,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (38751,180427,1,1628.52,-4380.23,35.274,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (38752,180427,1,1629.68,-4373.7,37.4993,3.14159,0,0,1,0,180,100,1), - (38753,180427,1,1630.14,-4373.4,38.3794,1.79769,0,0,0.782608,0.622515,180,100,1), - (38754,180427,1,1633,-4369.97,39.1387,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (38755,142102,0,-5603.59,-513.781,401.569,3.14159,0,0,1,0,900,100,1), - (38756,180427,0,2261.29,245.934,55.7817,2.68781,0,0,0.97437,0.224951,180,100,1), - (38757,180427,0,2261.24,246.184,51.7869,0.244346,0,0,0.121869,0.992546,180,100,1), - (38758,180427,0,2261.09,246.349,54.6641,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (38759,180427,0,2261.36,246.217,51.781,2.96706,0,0,0.996195,0.087156,180,100,1), - (38760,180427,0,2261.51,246.075,56.2693,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (38761,180427,0,2261.58,246.352,58.4485,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (38762,180427,0,2261.27,246.321,59.2549,3.14159,0,0,1,0,180,100,1), - (38763,180427,0,2259.97,245.693,51.8264,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (38764,180427,0,1596.11,240.488,-51.6915,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (38765,180427,0,1595.99,237.528,-42.4693,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (38766,180427,0,1593.51,242.29,-41.5179,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (38767,180427,0,1595.69,240.498,-48.386,2.30383,0,0,0.913545,0.406737,180,100,1), - (38768,180427,0,1597.7,242.08,-48.4415,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (38769,180427,0,1595.1,239.01,-46.386,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (38770,180427,0,1593.23,238.406,-45.004,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (38771,180427,0,1594.4,241.403,-50.3235,-1.0472,0,0,0.5,-0.866025,180,100,1), - (38772,180427,0,1596.13,239.479,-49.7818,1.98968,0,0,0.838671,0.544639,180,100,1), - (38773,180427,0,1594.72,240.597,-40.9485,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (38774,180427,0,1596.23,240.778,-49.7054,1.76278,0,0,0.771625,0.636078,180,100,1), - (38775,180427,0,1596.31,240.095,-45.879,2.72271,0,0,0.978148,0.207912,180,100,1), - (38776,180427,0,1597.92,237.512,-42.8652,2.46091,0,0,0.942641,0.333807,180,100,1), - (38777,180427,0,1595.54,236.896,-45.011,3.05433,0,0,0.999048,0.043619,180,100,1), - (38778,180427,0,1592.59,240.158,-47.3999,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (38779,180427,0,1595.55,243.582,-45.6985,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (38780,180427,0,1597.48,240.141,-44.6915,2.80998,0,0,0.986286,0.165048,180,100,1), - (38781,180427,0,1596.31,239.955,-52.1429,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (38782,180427,0,1596.81,240.71,-50.3027,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (38783,180427,0,1597.47,241.762,-47.0526,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (38804,180427,0,-10564.3,-1171.94,47.4731,0.436332,0,0,0.21644,0.976296,180,100,1), - (38805,180427,0,-10565.7,-1170.11,48.7913,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (38806,180427,0,-10567.8,-1167.49,48.2378,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (38807,180427,0,-10564,-1170.12,46.952,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (38808,180427,0,-10562.6,-1175.63,47.5216,1.25664,0,0,0.587785,0.809017,180,100,1), - (38809,180427,0,-10564.1,-1170.22,47.4512,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (38810,180427,0,-10564.8,-1170.62,50.3471,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (38811,180427,0,-10564,-1169.83,46.2473,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (38812,180427,0,-10565.1,-1169.65,46.188,2.60054,0,0,0.96363,0.267238,180,100,1), - (38813,180427,0,-10561.8,-1166.61,48.5048,0.244346,0,0,0.121869,0.992546,180,100,1), - (38814,180427,0,-9273.15,-2155.56,74.7377,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (38815,180427,0,-9272.53,-2156.02,71.7158,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (38816,180427,0,-9272.1,-2155.4,75.3186,1.79769,0,0,0.782608,0.622515,180,100,1), - (38817,180427,0,-9272.04,-2155.52,73.2948,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (38818,180427,0,-9272.83,-2155.8,74.7799,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (38819,180427,0,-9272.97,-2155.92,77.1008,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (38820,180427,0,-9272.53,-2156.22,75.4977,1.79769,0,0,0.782608,0.622515,180,100,1), - (38821,180427,0,-9272.14,-2156.15,76.2434,3.14159,0,0,1,0,180,100,1), - (38822,180427,0,-9272.24,-2155.79,76.0933,0.191986,0,0,0.095846,0.995396,180,100,1), - (38823,180427,0,-9272.66,-2155.34,70.8885,0.488692,0,0,0.241922,0.970296,180,100,1), - (38824,180427,0,-5375.64,-2947.98,349.641,2.23402,0,0,0.898794,0.438371,180,100,1), - (38825,180427,0,-5376.1,-2948.14,354.537,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (38826,180427,0,-5375.33,-2948.59,351.628,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (38827,180427,0,-5375.67,-2948.2,352.403,0.244346,0,0,0.121869,0.992546,180,100,1), - (38828,180427,0,-5375.22,-2947.73,352.885,0.15708,0,0,0.078459,0.996917,180,100,1), - (38829,180427,0,-5375.93,-2947.47,350.673,2.07694,0,0,0.861629,0.507538,180,100,1), - (38830,180427,0,-5375.66,-2947.37,352.023,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (38831,180427,0,-5375.03,-2951.17,351.475,2.49582,0,0,0.948324,0.317305,180,100,1), - (38832,180427,0,-5375.52,-2948.04,352.756,1.53589,0,0,0.694658,0.71934,180,100,1), - (38833,180427,0,-5375.69,-2948.72,352.134,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (38834,180427,1,6731.46,-4662.6,732.015,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (38835,180427,1,6731.74,-4662.76,731.859,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (38836,180427,1,6731.36,-4662.91,732.086,2.05949,0,0,0.857167,0.515038,180,100,1), - (38837,180427,1,6731.5,-4662.5,733.622,0.279253,0,0,0.139173,0.990268,180,100,1), - (38838,180427,1,6731.93,-4663.16,732.646,2.32129,0,0,0.91706,0.398749,180,100,1), - (38839,180427,1,6732.07,-4662.67,732.924,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (38840,180427,1,6732.12,-4662.85,735.06,-2.09439,0,0,0.866025,-0.5,180,100,1), - (38841,180427,1,6732.25,-4663.02,732.985,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (38842,180427,1,6731.6,-4662.77,730.67,1.55334,0,0,0.700909,0.71325,180,100,1), - (38843,180427,1,6731.8,-4662.72,731.365,1.6057,0,0,0.71934,0.694658,180,100,1), - (38844,180427,1,245.888,1252.66,221.195,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (38845,180427,1,245.885,1252.77,221.207,1.29154,0,0,0.601815,0.798636,180,100,1), - (38846,180427,1,245.99,1252.68,224.909,1.93731,0,0,0.824126,0.566406,180,100,1), - (38847,180427,1,245.911,1252.71,230.956,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (38848,180427,1,245.84,1252.81,229.143,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (38849,180427,1,245.91,1252.75,230.704,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (38850,180427,1,245.847,1252.71,225.236,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (38851,180427,1,-6868.18,729.269,70.1557,1.62316,0,0,0.725374,0.688355,180,100,1), - (38852,180427,1,-6868.41,729.375,70.1468,3.12414,0,0,0.999962,0.008727,180,100,1), - (38853,180427,1,-6868.55,729.209,70.1507,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (38854,180427,1,-6868.44,729.51,70.1408,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (38855,180427,1,-6868.31,729.624,70.1388,2.00713,0,0,0.843391,0.5373,180,100,1), - (38856,180427,1,-6868.67,729.545,70.1361,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (38857,180427,1,-6868.28,729.47,70.1456,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (38858,180427,1,-7145.35,-3788.45,21.3967,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (38859,180427,1,-7145.55,-3788.12,21.381,0.994838,0,0,0.477159,0.878817,180,100,1), - (38860,180427,1,-7145.35,-3788.16,21.4097,1.97222,0,0,0.833886,0.551937,180,100,1), - (38861,180427,1,-7145.2,-3788.1,21.4351,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (38862,180427,1,-7145.1,-3787.84,21.462,2.60054,0,0,0.96363,0.267238,180,100,1), - (38863,180427,1,-7145.49,-3787.74,21.4078,2.26893,0,0,0.906308,0.422618,180,100,1), - (38864,180427,1,-7145.35,-3787.91,21.4202,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (38865,180427,0,-6651.67,-2150.92,265.788,0,0,0,0,1,180,100,1), - (38866,180427,0,-6651.55,-2150.84,265.983,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (38867,180427,0,-6651.85,-2151.22,267.085,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (38868,180427,0,-6652.03,-2150.7,265.018,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (38869,180427,0,-6651.62,-2151,266.066,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (38870,180427,0,-6651.77,-2150.61,264.917,2.14675,0,0,0.878817,0.477159,180,100,1), - (38871,180427,0,-6652.23,-2150.62,268.19,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (38872,180427,0,-6651.61,-2150.92,266.268,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (38873,180427,0,-6651.77,-2150.62,269.208,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (38874,180427,0,-6651.61,-2150.9,266.442,2.74017,0,0,0.979925,0.199368,180,100,1), - (38875,180427,0,-905.805,-3535.27,97.8563,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (38876,180427,0,-905.645,-3535.3,97.9295,0.453786,0,0,0.224951,0.97437,180,100,1), - (38877,180427,0,-905.502,-3535.46,97.9576,1.25664,0,0,0.587785,0.809017,180,100,1), - (38878,180427,0,-905.534,-3535.17,97.9608,2.49582,0,0,0.948324,0.317305,180,100,1), - (38879,180427,0,-905.553,-3535.58,97.9754,0.855211,0,0,0.414693,0.909961,180,100,1), - (38880,180427,0,-905.427,-3535.58,97.9378,-2.09439,0,0,0.866025,-0.5,180,100,1), - (38881,180427,1,-465.688,-2651.39,103.999,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (38882,180427,1,-468.535,-2648.7,104.586,0.087266,0,0,0.043619,0.999048,180,100,1), - (38883,180427,1,-480.991,-2651.98,105.388,3.03687,0,0,0.99863,0.052336,180,100,1), - (38884,180427,1,-471.955,-2648.23,108.387,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (38885,180427,1,-469.901,-2650.51,102.917,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (38886,180427,1,-483.432,-2653.88,105.868,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (38887,180427,1,-479.948,-2648.56,105.424,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (38888,180427,1,-466,-2652.89,102.449,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (38889,180427,1,-467.474,-2651.88,104.822,0.244346,0,0,0.121869,0.992546,180,100,1), - (38890,180427,1,-483.073,-2649.28,104.072,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (38891,180427,1,-5442.05,-2442.33,108.026,0.488692,0,0,0.241922,0.970296,180,100,1), - (38892,180427,1,-5442.34,-2443.02,106.55,1.3439,0,0,0.622515,0.782608,180,100,1), - (38893,180427,1,-5442,-2442.53,104.423,1.43117,0,0,0.656059,0.75471,180,100,1), - (38894,180427,1,-5442.07,-2442.56,112.244,0.20944,0,0,0.104528,0.994522,180,100,1), - (38895,180427,1,-5442.37,-2442.48,105.873,0.715585,0,0,0.350207,0.936672,180,100,1), - (38896,180427,1,-5442.13,-2442.36,112.394,2.60054,0,0,0.96363,0.267238,180,100,1), - (38897,180427,1,-5442.14,-2442.58,103.947,0.331613,0,0,0.165048,0.986286,180,100,1), - (38898,180427,1,-5441.85,-2442.7,115.758,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (38899,180427,1,-5442.33,-2442.74,104.946,2.58309,0,0,0.961262,0.275637,180,100,1), - (38900,180427,1,-5442.35,-2443,114.259,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (38901,180427,1,-1592.84,3149.09,80.4126,2.42601,0,0,0.936672,0.350207,180,100,1), - (38902,180427,1,-1592.65,3149.01,80.3006,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (38903,180427,1,-1592.9,3148.94,80.2801,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (38973,180471,0,-4955.48,-928.056,509.867,0.628319,0,0,0.309017,0.951057,180,100,1), - (38974,180471,0,-4958.27,-930.339,509.757,0.837758,0,0,0.406737,0.913545,180,100,1), - (38975,144179,90,-547.903,167.259,-193.804,-1.55334,0,0,-0.70091,0.71325,3600,100,1), - (38976,180471,0,-4942.48,-916.835,509.992,0.698132,0,0,0.34202,0.939693,180,100,1), - (38977,180471,0,-4952.81,-925.55,509.851,0.575959,0,0,0.284015,0.95882,180,100,1), - (38978,180471,0,-4960.97,-932.681,509.753,0.593412,0,0,0.292372,0.956305,180,100,1), - (38979,180471,0,-4934.77,-910.578,510.159,0.628319,0,0,0.309017,0.951057,180,100,1), - (38980,180471,0,-4937.28,-912.663,510.157,0.383972,0,0,0.190809,0.981627,180,100,1), - (38981,180471,0,-4945.07,-918.958,509.976,0.872665,0,0,0.422618,0.906308,180,100,1), - (38982,180471,0,-4950.2,-923.319,509.882,0.715585,0,0,0.350207,0.936672,180,100,1), - (38983,180471,0,-4939.86,-914.722,510.085,0.680678,0,0,0.333807,0.942641,180,100,1), - (38984,180471,0,-5572.97,-462.491,410.72,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (38985,180471,0,-8860.1,661.863,100.949,0.541052,0,0,0.267238,0.96363,180,100,1), - (38986,180471,0,-8808.05,616.82,100.994,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (38987,180471,0,-8797.81,625.088,100.968,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (38988,180471,0,-9473.69,-10.1163,66.0361,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (38989,180471,0,-9464.57,-12.3906,71.7849,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (38990,180471,0,-9456.78,-12.0764,66.1144,1.32645,0,0,0.615662,0.788011,180,100,1), - (38991,180471,0,-9496.13,87.2795,59.7371,2.86234,0,0,0.990268,0.139173,180,100,1), - (38992,180471,0,-9479.14,43.8299,65.9558,2.77507,0,0,0.983255,0.182236,180,100,1), - (38993,180471,0,-9480.79,35.9462,72.5583,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (38994,180471,0,-9483.42,8.89583,65.9921,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (38995,180471,0,-9483.45,16.1788,72.5328,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (38996,180471,0,-9482.07,26.0677,72.5697,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (38997,180471,1,9836.44,976.599,1316.44,1.72788,0,0,0.760406,0.649448,180,100,1), - (38998,180471,1,9831.24,963.776,1337.88,1.72788,0,0,0.760406,0.649448,180,100,1), - (38999,180471,1,9842.81,955.974,1316.52,1.91986,0,0,0.819152,0.573576,180,100,1), - (39000,180471,1,9902.63,1002.82,1325.58,1.06465,0,0,0.507538,0.861629,180,100,1), - (39001,180471,1,9907.52,992.868,1320.74,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (39002,180471,1,9908.97,1001.43,1323.51,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (39003,180471,1,9904.15,991.191,1326.15,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (39004,180471,1,9902.02,994.245,1318.83,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (39005,180471,1,9900.94,1000.01,1317.07,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (39006,180471,1,9900.81,995.552,1326.17,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (39007,180471,1,9778,889.441,1301.15,3.07178,0,0,0.999391,0.034899,180,100,1), - (39008,180471,1,9772.01,890.326,1301.04,3.03687,0,0,0.99863,0.052336,180,100,1), - (39009,180471,1,6435.58,512.542,14.5359,1.29154,0,0,0.601815,0.798636,180,100,1), - (39010,180471,1,6414.59,499.226,15.2371,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (39011,180471,1,6421.89,498.191,15.1892,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (39012,180471,1,6430.88,498.243,15.5072,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (39013,180471,1,6442.38,525.224,16.3867,1.18682,0,0,0.559193,0.829038,180,100,1), - (39014,180471,1,6441.94,533.25,15.5112,2.68781,0,0,0.97437,0.224951,180,100,1), - (39015,180471,1,6435.9,504.665,16.3992,1.309,0,0,0.608761,0.793353,180,100,1), - (39016,180471,1,6437.53,519.024,14.5557,1.11701,0,0,0.529919,0.848048,180,100,1), - (39017,180471,1,6431.11,550.076,9.81848,1.25664,0,0,0.587785,0.809017,180,100,1), - (39018,180471,1,6431.6,549.972,17.1529,1.0472,0,0,0.5,0.866025,180,100,1), - (39019,180471,1,6428.96,541.684,17.2095,0.977384,0,0,0.469472,0.882948,180,100,1), - (39020,180471,1,6428.38,541.297,9.90316,1.09956,0,0,0.522499,0.85264,180,100,1), - (39021,180471,1,6376.61,515.219,15.4312,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (39022,180471,1,6390.67,506.918,15.0956,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (39023,180471,1,6376.39,523.406,16.2935,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (39024,180471,1,6381.29,529.874,14.6052,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (39025,180471,1,6384.19,510.224,14.9887,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (39026,180471,1,6387.72,550.481,15.5398,2.75762,0,0,0.981627,0.190809,180,100,1), - (39027,180471,1,6383.01,536.115,14.5281,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (39028,180471,1,6382.83,544.002,16.2825,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (39029,180471,1,6406.47,557.894,9.63274,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (39030,180471,1,6403.53,549.125,9.75999,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (39031,180471,1,6405.81,558.115,17.1509,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (39032,180471,1,6403.19,549.852,17.0938,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (39123,180471,0,-3833.51,-815.356,19.106,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (39124,180471,0,-3817.06,-823.266,23.522,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (39125,180471,0,-3832.13,-844.451,19.1502,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (39126,180471,0,-3851.4,-827,19.1502,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (39127,180471,0,-3795.18,-839.344,13.1326,1.53589,0,0,0.694658,0.71934,180,100,1), - (39128,180471,0,-3808.24,-816.545,18.6895,3.14159,0,0,1,0,180,100,1), - (39129,180471,0,-3851.64,-844.045,19.1229,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (39130,180471,0,-3795,-832.128,13.077,1.46608,0,0,0.669131,0.743145,180,100,1), - (39131,180471,0,-3828.05,-836.813,23.4915,1.53589,0,0,0.694658,0.71934,180,100,1), - (39132,180471,0,-3798.29,-815.955,19.1254,3.08923,0,0,0.999657,0.026177,180,100,1), - (39133,180471,0,-3823.89,-816.288,18.6264,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (39134,180471,0,-3800.02,-844.962,19.2155,1.15192,0,0,0.544639,0.838671,180,100,1), - (39135,180471,0,-844.46,-569.08,13.491,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (39136,180471,0,-868.849,-551.184,20.667,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (39137,180471,0,-839.74,-552.396,20.6736,2.63545,0,0,0.968148,0.25038,180,100,1), - (39138,180471,0,-43,-943.962,78.1049,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (39139,180471,0,-17.2743,-927.087,59.0579,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (39142,180471,1,325.012,-4700.68,20.8674,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (39143,180471,1,334.215,-4706.16,20.6955,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (39144,180471,1,1573.93,-4465.6,34.0623,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (39145,180471,1,1592.92,-4452.57,13.6598,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (39146,180471,1,1593.22,-4451.31,31.987,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (39147,180471,1,1623.02,-4440.79,19.2387,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (39148,180471,1,1629.1,-4432.03,19.3479,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (39149,180471,1,1612.7,-4463.88,32.7327,2.86234,0,0,0.990268,0.139173,180,100,1), - (39150,180471,1,1657.73,-4435.09,30.2704,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (39151,180471,1,1678.49,-4404.72,26.5988,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (39152,180471,1,1677.91,-4425.66,30.3757,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (39153,180471,0,2266.02,353.038,42.0811,2.58309,0,0,0.961262,0.275637,180,100,1), - (39154,180471,0,2262.57,331.372,43.4836,1.58825,0,0,0.71325,0.700909,180,100,1), - (39155,180471,0,2219.65,309.325,41.1997,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (39156,180471,0,2241.81,318.163,41.1694,1.74533,0,0,0.766044,0.642788,180,100,1), - (39157,180471,0,2241.69,304.469,44.0003,0.785398,0,0,0.382683,0.92388,180,100,1), - (39158,180471,0,2228.26,302.042,41.1505,0,0,0,0,1,180,100,1), - (39159,180471,0,2233.19,325.413,41.255,1.6057,0,0,0.71934,0.694658,180,100,1), - (39160,180471,0,2249.82,315.672,43.4524,0.10472,0,0,0.052336,0.99863,180,100,1), - (39161,180471,0,2243.61,255.313,42.3766,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (39162,180471,0,2288.2,252.019,42.3886,3.05433,0,0,0.999048,0.043619,180,100,1), - (39163,180471,0,2314.36,253.191,44.8237,0.767945,0,0,0.374607,0.927184,180,100,1), - (39164,180471,0,2291.48,259.194,44.6633,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (39165,180471,0,2280.84,252.767,42.3917,2.98451,0,0,0.996917,0.078459,180,100,1), - (39166,180471,0,2256.72,228.429,42.3406,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (39167,180471,0,2242.05,246.394,42.4323,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (39168,180471,0,2244.61,230.634,42.3624,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (39169,180471,0,2286.52,235.46,42.3634,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (39170,180471,0,2268.43,226.446,42.3202,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (39171,180471,0,2277.77,237.038,42.3036,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (39172,180471,0,1636.34,244.611,-36.9297,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (39173,180471,0,1633.93,252.672,-36.888,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (39174,180471,0,1557.83,253.432,-36.7838,2.02458,0,0,0.848048,0.529919,180,100,1), - (39175,180471,0,1557.66,227.792,-36.8602,0.802851,0,0,0.390731,0.920505,180,100,1), - (39176,180471,0,1577.61,205.205,-36.9065,1.53589,0,0,0.694658,0.71934,180,100,1), - (39177,180471,0,1587.74,248.417,-56.6546,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (39178,180471,0,1588.72,240.344,-48.8432,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (39179,180471,0,1570.22,210.313,-36.9759,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (39180,180471,0,1587.64,232.384,-56.6338,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (39181,180471,0,1603.13,240.336,-48.5863,1.67552,0,0,0.743145,0.669131,180,100,1), - (39182,180471,0,1603.77,248.243,-56.6824,2.26893,0,0,0.906308,0.422618,180,100,1), - (39183,180471,0,1603.62,232.231,-56.6963,0.715585,0,0,0.350207,0.936672,180,100,1), - (39184,180471,0,1613.23,204.894,-36.9134,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (39185,180471,0,1620.7,209.941,-36.8023,2.74017,0,0,0.979925,0.199368,180,100,1), - (39186,180471,0,1570.69,270.759,-36.8717,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (39187,180471,0,1592.67,273.842,-48.2895,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (39188,180471,0,1599.35,273.691,-48.0919,0.191986,0,0,0.095846,0.995396,180,100,1), - (39189,180471,0,1578.05,275.731,-36.8578,1.50098,0,0,0.681998,0.731354,180,100,1), - (39190,180471,0,1621.2,270.245,-36.9065,0.191986,0,0,0.095846,0.995396,180,100,1), - (39191,180471,0,1613.88,275.438,-36.9203,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (39192,180471,0,1633.49,227.171,-36.9505,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (39193,180471,0,1636.09,235.45,-36.9088,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (39194,180471,0,1636.99,281.951,-37.1579,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (39195,180471,0,1636.22,274.521,-37.1636,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (39196,180471,0,1629.77,281.556,-37.3325,0.837758,0,0,0.406737,0.913545,180,100,1), - (39197,180471,1,-2340.18,-356.144,-1.45354,1.67552,0,0,0.743145,0.669131,180,100,1), - (39198,180471,1,-2339.82,-357.363,-1.33762,1.5708,0,0,0.707107,0.707107,180,100,1), - (39199,180471,1,-2340.38,-358.815,-1.25354,1.15192,0,0,0.544639,0.838671,180,100,1), - (39200,180471,1,-2341.55,-361.283,-1.05757,0.890118,0,0,0.430511,0.902585,180,100,1), - (39201,180471,1,-2340.47,-353.108,-1.52671,1.51844,0,0,0.688355,0.725374,180,100,1), - (39202,180471,1,-2342.61,-362.233,-1.23254,0.733038,0,0,0.358368,0.93358,180,100,1), - (39203,180471,1,-2346.34,-364.899,-1.17205,0.034907,0,0,0.017452,0.999848,180,100,1), - (39204,180471,1,-2345.08,-363.825,-1.13552,0.645772,0,0,0.317305,0.948324,180,100,1), - (39205,180471,1,-2340.54,-354.8,-1.49939,1.71042,0,0,0.75471,0.656059,180,100,1), - (39206,180471,1,-2343.74,-362.677,-1.35864,0.575959,0,0,0.284015,0.95882,180,100,1), - (39207,180471,1,-2340.94,-360.099,-1.11863,1.23918,0,0,0.580703,0.814116,180,100,1), - (39208,180471,1,-1276.52,44.4253,136.691,1.8675,0,0,0.803857,0.594823,180,100,1), - (39209,180471,1,-1291.11,42.14,141.059,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (39210,180471,1,-1281.43,53.7552,136.661,2.04204,0,0,0.85264,0.522499,180,100,1), - (39211,180471,1,-1322.25,29.2517,143.498,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (39212,180471,0,-10637.3,1171.85,40.0635,0.820305,0,0,0.398749,0.91706,180,100,1), - (39213,180471,0,-10644.7,1161.8,39.9605,0.855211,0,0,0.414693,0.909961,180,100,1), - (39214,180471,0,-10652.5,1183.4,39.9697,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (39215,180471,0,-10660.6,1172.83,40.1438,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (39216,180471,0,-10644.8,1193.82,40.0113,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (39217,180471,0,-10550.9,-1137.18,36.6543,0.261799,0,0,0.130526,0.991445,180,100,1), - (39218,180471,0,-10545.4,-1156.39,31.1622,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (39219,180471,0,-10566.8,-1139.45,36.6009,0.191986,0,0,0.095846,0.995396,180,100,1), - (39220,180471,0,-10540,-1179.41,37.0651,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (39221,180471,0,-10541.1,-1150.39,37.0856,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (39222,180471,0,-10544.9,-1163.71,31.1274,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (39223,180471,0,-10505,-1176.67,37.1015,1.09956,0,0,0.522499,0.85264,180,100,1), - (39224,180471,0,-10489.7,-1146.45,37.1127,2.42601,0,0,0.936672,0.350207,180,100,1), - (39225,180471,0,-10488.3,-1163.37,37.0897,1.02974,0,0,0.492424,0.870356,180,100,1), - (39226,180471,0,-9246.52,-2152.15,67.4098,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (39227,180471,0,-9246.49,-2144.93,67.4722,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (39228,180471,0,-9208.29,-2168.96,73.3765,0.767945,0,0,0.374607,0.927184,180,100,1), - (39229,180471,0,-5381.19,-2947.02,324.301,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (39230,180471,0,-5385.7,-2977.4,330.496,2.04204,0,0,0.85264,0.522499,180,100,1), - (39231,180471,0,-5377.23,-2961.76,324.134,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (39232,180471,0,-5361.95,-2958.06,331.247,2.68781,0,0,0.97437,0.224951,180,100,1), - (39233,180471,0,-5362.78,-2974.11,331.339,0.261799,0,0,0.130526,0.991445,180,100,1), - (39234,180471,1,6746.04,-4630.79,729.535,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (39235,180471,1,6694.69,-4659.88,724.979,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (39236,180471,1,6694.03,-4681.5,724.976,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (39237,180471,1,6678.68,-4680.46,724.988,2.32129,0,0,0.91706,0.398749,180,100,1), - (39238,180471,1,6678.2,-4659.39,724.857,0.645772,0,0,0.317305,0.948324,180,100,1), - (39239,180471,1,2783.61,-403.243,118.368,1.20428,0,0,0.566406,0.824126,180,100,1), - (39240,180471,1,2748.73,-390.556,118.376,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (39241,180471,1,2743.27,-397.821,117.975,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (39242,180471,1,2777.19,-398.017,119.159,2.98451,0,0,0.996917,0.078459,180,100,1), - (39243,180471,1,2757.1,-390.62,119.317,2.61799,0,0,0.965926,0.258819,180,100,1), - (39244,180471,1,2755.82,-456.727,119.266,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (39245,180471,1,2772.93,-444.076,120.007,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (39246,180471,1,2748.26,-446.226,142,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (39247,180471,1,2790.41,-421.576,119.975,2.82743,0,0,0.987688,0.156434,180,100,1), - (39248,180471,1,2729.73,-435.028,117.999,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (39249,180471,1,2781.09,-447.01,119.997,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (39250,180471,1,2739.7,-404.264,118.001,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (39251,180471,1,2735.6,-449.328,119.226,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (39252,180471,1,2731.11,-427.844,118.084,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (39253,180471,1,2764.6,-401.368,142.18,2.63545,0,0,0.968148,0.25038,180,100,1), - (39254,180471,1,2729.5,-444.035,118.327,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (39255,180471,1,2782.2,-418.582,120.022,2.87979,0,0,0.991445,0.130526,180,100,1), - (39256,180471,1,-929.804,-3680.36,15.0455,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (39257,180471,1,-926.804,-3695.56,15.0741,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (39258,180471,1,-929.79,-3688.15,15.8277,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (39259,180471,1,-985.646,-3648.55,25.2679,0.715585,0,0,0.350207,0.936672,180,100,1), - (39260,180471,1,-3611.61,-4439.26,17.2728,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39261,180471,1,-3613.32,-4472.37,27.6439,2.77507,0,0,0.983255,0.182236,180,100,1), - (39262,180471,1,-3619.2,-4439.44,17.2589,2.70526,0,0,0.976296,0.21644,180,100,1), - (39263,180471,1,-3606.03,-4443.97,23.2176,2.74017,0,0,0.979925,0.199368,180,100,1), - (39264,180471,1,-3605.17,-4495.49,23.2524,0.593412,0,0,0.292372,0.956305,180,100,1), - (39265,180471,1,-3605.66,-4476.22,23.2841,1.58825,0,0,0.71325,0.700909,180,100,1), - (39266,180471,1,-3634.5,-4478.54,23.295,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (39267,180471,1,-3622.18,-4495.97,23.2355,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (39268,180471,1,-3635.92,-4461.32,29.673,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (39269,180471,1,-3636.02,-4451.34,29.7045,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (39270,180471,1,-3635.75,-4471.28,29.6379,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (39271,180471,1,-3635.14,-4443.24,23.3006,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (39272,180471,1,230.898,1256.31,200.013,0.15708,0,0,0.078459,0.996917,180,100,1), - (39273,180471,1,260.314,1236.01,198.766,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (39274,180471,1,253.91,1267.9,198.785,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (39275,180471,1,259.958,1242.72,198.737,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (39276,180471,1,233.925,1243.5,200.501,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (39277,180471,1,251.313,1274.02,198.712,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (39278,180471,1,-4394.86,3277.05,20.1297,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (39279,180471,1,-4341.35,3274.67,22.2062,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (39280,180471,1,-4349.85,3283.19,22.1567,3.08923,0,0,0.999657,0.026177,180,100,1), - (39281,180471,1,-4392.77,3309.38,19.9972,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (39282,180471,1,-4372.85,3260.74,20.0147,0.034907,0,0,0.017452,0.999848,180,100,1), - (39283,180471,1,-4349.34,3301.98,22.0187,3.03687,0,0,0.99863,0.052336,180,100,1), - (39284,180471,1,-4354.57,3260.12,20.382,1.46608,0,0,0.669131,0.743145,180,100,1), - (39285,180471,1,-4360.55,3319.92,21.281,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39286,180471,1,-4349.59,3293.71,22.0801,0.05236,0,0,0.026177,0.999657,180,100,1), - (39287,180471,1,-4391.23,3261.15,20.451,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (39288,180471,1,-4382.14,3320.5,21.234,2.96706,0,0,0.996195,0.087156,180,100,1), - (39289,180471,1,-6885.02,737.509,54.511,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (39290,180471,1,-6864.03,747.955,54.6475,2.00713,0,0,0.843391,0.5373,180,100,1), - (39291,180471,1,-6851.33,722.142,54.518,1.93731,0,0,0.824126,0.566406,180,100,1), - (39292,180471,1,-6872.17,711.655,54.4945,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (39293,180471,1,-7154.19,-3862.34,12.1344,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (39294,180471,1,-7171.17,-3835.93,11.6742,0.610865,0,0,0.300706,0.953717,180,100,1), - (39295,180471,1,-7178.94,-3852.8,11.2204,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (39296,180471,1,-7153.02,-3856.03,11.9569,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (39297,180471,1,-7174.15,-3853.9,10.9993,2.28638,0,0,0.909961,0.414693,180,100,1), - (39298,180471,1,-7149.11,-3841.04,11.9541,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (39299,180471,1,-7148.22,-3857.14,12.1973,1.20428,0,0,0.566406,0.824126,180,100,1), - (39300,180471,1,-7144.04,-3840.93,11.25,1.36136,0,0,0.62932,0.777146,180,100,1), - (39301,180471,1,-7174.92,-3857.43,12.1441,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (39302,180471,1,-7175.17,-3835.4,12.1882,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (39303,180471,0,-6673.52,-2171.27,251.275,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (39304,180471,0,-6685.01,-2232.09,269.41,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (39305,180471,0,-6668.12,-2221.59,269.438,2.49582,0,0,0.948324,0.317305,180,100,1), - (39306,180471,0,-6679.67,-2221.86,269.32,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (39307,180471,0,-6679.01,-2241.85,269.32,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (39308,180471,0,-6667.32,-2241.73,269.348,0.488692,0,0,0.241922,0.970296,180,100,1), - (39309,180471,0,-6640.64,-2163.38,254.629,0.366519,0,0,0.182236,0.983255,180,100,1), - (39310,180471,0,-6648.83,-2157.49,249.878,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (39311,180471,0,-6663.77,-2178.08,251.263,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (39312,180471,0,-6648.77,-2167.1,254.813,0.471239,0,0,0.233445,0.97237,180,100,1), - (39313,180471,0,-6636.26,-2156.2,254.718,1.48353,0,0,0.67559,0.737277,180,100,1), - (39314,180471,0,-6662.02,-2231.45,269.445,1.48353,0,0,0.67559,0.737277,180,100,1), - (39315,180471,0,-6667.7,-2145.33,254.822,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (39316,180471,0,-6668.53,-2154.42,254.787,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (39317,180471,0,-6646.79,-2134.73,254.655,2.47837,0,0,0.945519,0.325568,180,100,1), - (39318,180471,0,-6646.55,-2145.34,250.187,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (39319,180471,0,-6655.15,-2134.47,254.785,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (39320,180471,0,-6663.32,-2138.31,254.723,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (39321,180471,0,-6635.49,-2147.32,254.797,1.41372,0,0,0.649448,0.760406,180,100,1), - (39322,180471,0,-6639.38,-2139.92,254.712,2.44346,0,0,0.939693,0.34202,180,100,1), - (39323,180471,0,-891.118,-3541.33,91.1892,1.5708,0,0,0.707107,0.707107,180,100,1), - (39324,180471,0,-891.26,-3531.3,91.0084,1.6057,0,0,0.71934,0.694658,180,100,1), - (39325,180471,0,-925.611,-3542.43,78.6179,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (39326,180471,0,-905.672,-3516.52,78.8484,2.18166,0,0,0.887011,0.461749,180,100,1), - (39327,180471,0,-914.938,-3531.33,90.9304,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (39328,180471,0,-925.2,-3516.33,78.2995,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (39329,180471,0,-914.658,-3541.44,91.1833,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (39330,180471,0,-924.997,-3529.37,78.2877,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (39331,180471,0,-34.0608,-947.181,78.1744,1.97222,0,0,0.833886,0.551937,180,100,1), - (39332,180471,0,-37.6892,-957.658,78.1397,0.349066,0,0,0.173648,0.984808,180,100,1), - (39333,180471,0,-46.4722,-954.578,78.1535,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (39334,180471,0,-14467.8,492.974,24.0386,0.925024,0,0,0.446198,0.894934,180,100,1), - (39335,180471,1,-403.385,-2632.72,102.593,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (39336,180471,1,-401.884,-2618.22,107.491,2.9147,0,0,0.993572,0.113203,180,100,1), - (39337,180471,1,-428.089,-2633.34,107.454,-2.09439,0,0,0.866025,-0.5,180,100,1), - (39338,180471,1,-377.655,-2637.33,106.826,1.79769,0,0,0.782608,0.622515,180,100,1), - (39339,180471,1,-390.236,-2667.55,106.624,0.785398,0,0,0.382683,0.92388,180,100,1), - (39340,180471,1,-420.762,-2665.7,106.676,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (39341,180471,1,-397.973,-2654.99,102.572,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (39342,180471,1,-2383.2,-1997.34,100.36,1.98968,0,0,0.838671,0.544639,180,100,1), - (39343,180471,1,-2365.43,-1965.56,104.24,2.89725,0,0,0.992546,0.121869,180,100,1), - (39344,180471,1,-2373.57,-1981.27,100.312,2.00713,0,0,0.843391,0.5373,180,100,1), - (39345,180471,1,-2353.31,-1972.59,104.595,1.93731,0,0,0.824126,0.566406,180,100,1), - (39346,180471,1,-2362.61,-1965.92,104.197,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (39347,180471,1,-2355.94,-1968.05,104.677,2.26893,0,0,0.906308,0.422618,180,100,1), - (39348,180471,1,-2360.36,-1965.44,104.34,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39349,180471,1,-2355.26,-1970.25,104.4,1.8675,0,0,0.803857,0.594823,180,100,1), - (39350,180471,1,-2378.95,-1990.2,100.47,2.47837,0,0,0.945519,0.325568,180,100,1), - (39351,180471,1,-5466.99,-2447.34,93.3513,1.88496,0,0,0.809017,0.587785,180,100,1), - (39352,180471,1,-5461.42,-2460.63,93.1646,1.93731,0,0,0.824126,0.566406,180,100,1), - (39353,180471,1,2327.65,-2586.37,112.986,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (39354,180471,1,2324.24,-2577.28,112.938,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (39355,180471,1,2319.53,-2566.14,113.076,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (39356,180471,1,2323.06,-2574.41,112.956,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (39357,180471,1,2353.42,-2549.89,113.795,2.42601,0,0,0.936672,0.350207,180,100,1), - (39358,180471,1,2362.1,-2556.06,113.853,2.46091,0,0,0.942641,0.333807,180,100,1), - (39359,180471,1,2337.86,-2548.36,113.651,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (39360,180471,1,2328.66,-2589.87,113.002,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (39361,180471,1,2368.52,-2560.44,113.866,2.6529,0,0,0.970296,0.241922,180,100,1), - (39362,180471,1,2334.76,-2550.61,113.581,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (39363,180471,1,2328.53,-2555.31,113.378,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (39364,180471,1,2325.68,-2557.59,113.228,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (39365,180471,1,2331.67,-2553.05,113.442,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (39366,180471,1,2359.19,-2553.9,113.774,2.60054,0,0,0.96363,0.267238,180,100,1), - (39367,180471,1,2320.77,-2568.89,112.99,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (39368,180471,1,2322.48,-2560.03,113.106,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (39369,180471,1,2356.38,-2551.83,113.815,2.54818,0,0,0.956305,0.292372,180,100,1), - (39370,180471,1,2350.36,-2547.8,113.782,2.40855,0,0,0.93358,0.358368,180,100,1), - (39371,180471,1,2326.39,-2583.17,112.977,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (39372,180471,1,2325.22,-2580.14,112.956,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (39373,180471,1,2347.39,-2545.48,113.85,2.28638,0,0,0.909961,0.414693,180,100,1), - (39374,180471,1,2364.95,-2557.85,113.885,2.6529,0,0,0.970296,0.241922,180,100,1), - (39375,180471,1,2340.89,-2546.01,113.742,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (39376,180471,1,2321.95,-2571.65,112.948,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (39377,180471,1,911.53,902.538,112.567,1.0472,0,0,0.5,0.866025,180,100,1), - (39378,180471,1,922.608,918.924,112.708,0.942478,0,0,0.45399,0.891007,180,100,1), - (39379,180471,1,919.408,907.153,112.068,0.488692,0,0,0.241922,0.970296,180,100,1), - (39380,180471,1,884.424,932.247,118.031,0.942478,0,0,0.45399,0.891007,180,100,1), - (39381,180471,1,899.214,930.042,109.838,1.09956,0,0,0.522499,0.85264,180,100,1), - (39382,180471,1,921.299,909.95,112.082,1.46608,0,0,0.669131,0.743145,180,100,1), - (39383,180471,1,-1609.93,3131.58,50.2661,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (39384,180471,1,-1602.8,3126.71,50.3806,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (39385,180471,1,-1578.83,3138.73,50.6807,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (39421,180472,0,-4842.57,-857.819,506.665,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (39422,180472,0,-4878.74,-988.53,508.603,2.30383,0,0,0.913545,0.406737,180,100,1), - (39423,180472,0,-4887.75,-995.85,508.607,2.53073,0,0,0.953717,0.300706,180,100,1), - (39424,180472,0,-4896.72,-1003.29,508.574,2.30383,0,0,0.913545,0.406737,180,100,1), - (39425,180472,0,-5578.99,-462.439,412.273,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (39426,180472,0,-5605.22,-531.842,402.575,1.53589,0,0,0.694658,0.71934,180,100,1), - (39427,180472,0,-8832.67,608.795,99.9003,2.54818,0,0,0.956305,0.292372,180,100,1), - (39428,180472,0,-9464.31,-9.875,68.3207,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (39429,180472,0,-9471.79,39.8953,71.1019,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (39430,180472,0,-9475.47,9.11111,68.4426,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (39431,180472,0,-9479.52,33.8819,66.9817,3.08923,0,0,0.999657,0.026177,180,100,1), - (39432,180472,0,-9481.46,18.3229,66.9625,3.05433,0,0,0.999048,0.043619,180,100,1), - (39433,180472,1,9937.76,2510.55,1325.3,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (39434,180472,1,9837.19,965.625,1316.69,0.506145,0,0,0.25038,0.968148,180,100,1), - (39435,180472,1,9782.48,949.056,1316.65,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (39436,180472,1,9775.4,892.347,1306.31,1.43117,0,0,0.656059,0.75471,180,100,1), - (39437,180472,1,6420.51,505.382,17.2161,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (39438,180472,1,6436.43,515.628,16.5424,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (39439,180472,1,6389.4,515.325,17.244,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (39440,180472,1,6381.98,532.99,16.5859,2.98451,0,0,0.996917,0.078459,180,100,1), - (39522,180472,0,-3843.5,-843.964,19.6402,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (39523,180472,0,-3803.76,-815.917,19.7024,1.71042,0,0,0.75471,0.656059,180,100,1), - (39524,180472,0,-3808.17,-843.53,21.5903,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (39525,180472,0,-3816.09,-815.701,19.6684,1.64061,0,0,0.731354,0.681998,180,100,1), - (39526,180472,0,-3824.66,-843.351,21.5253,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (39527,180472,0,-3798.85,-840.222,19.7102,0.122173,0,0,0.061049,0.998135,180,100,1), - (39528,180472,0,-3832.36,-823.182,21.5255,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39529,180472,0,-3845.59,-836.68,24.208,0.10472,0,0,0.052336,0.99863,180,100,1), - (39530,180472,0,-3798.68,-831.174,19.7026,0.174533,0,0,0.087156,0.996195,180,100,1), - (39531,180472,0,-3806.48,-823.415,25.1391,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39532,180472,0,-3827.92,-815.467,19.6712,1.51844,0,0,0.688355,0.725374,180,100,1), - (39533,180472,0,-3836.12,-843.486,19.6667,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (39534,180472,0,-3844.39,-827.165,19.7118,1.65806,0,0,0.737277,0.67559,180,100,1), - (39535,180472,0,-3795.23,-835.738,16.6216,0,0,0,0,1,180,100,1), - (39536,180472,0,-3850.24,-836.247,21.4533,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39537,180472,0,-3835.5,-827.337,19.6931,1.58825,0,0,0.71325,0.700909,180,100,1), - (39538,180472,0,-849.115,-547.715,18.1846,1.65806,0,0,0.737277,0.67559,180,100,1), - (39539,180472,0,-23.5729,-940.104,60.5031,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (39540,180472,0,-10.9757,-902.566,61.6934,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (39541,180472,0,-5.19358,-921.897,60.9012,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (39542,180472,1,346.632,-4673.57,24.1462,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (39543,180472,1,353.672,-4686.45,24.1544,3.14159,0,0,1,0,180,100,1), - (39544,180472,1,341.216,-4695.41,24.1655,1.55334,0,0,0.700909,0.71325,180,100,1), - (39545,180472,1,334.332,-4674.82,24.1872,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (39546,180472,1,330.917,-4688.35,24.1428,0.523599,0,0,0.258819,0.965926,180,100,1), - (39547,180472,1,1592.2,-4447.56,43.1374,1.69297,0,0,0.748956,0.66262,180,100,1), - (39548,180472,1,1583.33,-4459.53,15.0132,2.33874,0,0,0.920505,0.390731,180,100,1), - (39549,180472,1,1613.1,-4444.98,34.0966,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (39550,180472,1,1616.23,-4391.12,22.1337,-2.09439,0,0,0.866025,-0.5,180,100,1), - (39551,180472,1,1607.97,-4370.9,22.1793,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (39552,180472,1,1656.34,-4430.03,34.135,0.663225,0,0,0.325568,0.945519,180,100,1), - (39553,180472,1,1628.77,-4422.48,34.6505,1.76278,0,0,0.771625,0.636078,180,100,1), - (39554,180472,1,1621.22,-4353.55,22.1485,2.07694,0,0,0.861629,0.507538,180,100,1), - (39555,180472,1,1675.43,-4404.3,37.0884,2.82743,0,0,0.987688,0.156434,180,100,1), - (39556,180472,0,2252.43,339.427,40.0785,0.959931,0,0,0.461749,0.887011,180,100,1), - (39557,180472,0,2261.29,332.288,40.0521,1.22173,0,0,0.573576,0.819152,180,100,1), - (39558,180472,0,2259.29,339.141,39.49,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (39559,180472,0,2239.73,323.781,40.0553,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (39560,180472,0,2267.16,342.884,45.8091,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (39561,180472,0,2216.67,314.182,42.7254,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (39562,180472,0,2245.58,312.681,42.7052,0.261799,0,0,0.130526,0.991445,180,100,1), - (39563,180472,0,2248.52,316.682,40.0532,-2.11185,0,0,0.870356,-0.492423,180,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (37336,180407,1,-5460.86,-2453.27,100.621,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (37337,180407,1,2229.74,-2548.78,86.8784,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (37338,180407,1,2330.69,-2551.5,110.329,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (37339,180407,1,2339.92,-2552.77,102.773,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (37340,180407,1,920.328,914.369,120.702,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (37341,180407,1,914.874,906.285,120.702,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (37342,180407,1,-1610.46,3131.24,47.188,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (37343,180407,1,-1575.65,3136.97,47.0972,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (37395,180410,0,-5600.61,-519.861,401.598,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (37396,180410,0,-8842.03,658.268,100.708,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (37397,180410,0,-8857.86,676.606,98.7503,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (37398,180410,0,-8859.69,679.492,98.7225,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (37399,180410,0,-8855.96,673.77,98.7433,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (37400,180410,0,-8872.83,611.52,97.7786,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (37401,180410,0,-9469.81,26.996,64.633,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (37402,180410,0,-9467.8,18.2728,64.876,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (37403,180410,0,-9476.97,35.7757,58.3203,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (37404,180410,1,9798.09,972.733,1314.57,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (37405,180410,1,9894.05,1001.46,1315.52,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (37406,180410,1,6408.51,543.741,14.4298,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (37422,180410,0,-3804.48,-841.082,17.8234,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (37423,180410,0,-849.901,-555.29,19.3376,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (37424,180410,0,-813.434,-565.625,17.04,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (37425,180410,0,-857.684,-566.767,19.3932,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (37426,180410,0,-842.735,-592.188,18.8376,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (37427,180410,0,-844.234,-555.255,19.3099,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (37428,180410,0,-772.417,-507.494,24.684,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (37429,180410,0,-777.241,-514.105,24.6709,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (37430,180410,0,-785.715,-508.464,20.2837,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (37431,180410,0,-10.9297,-907.315,58.2896,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (37432,180410,0,2267.48,348.075,36.5773,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (37433,180410,0,2313.98,262.918,39.7046,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (37434,180410,0,2247.21,232.861,34.8715,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (37435,180410,0,2250.53,249.87,34.8854,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (37436,180410,0,2256.41,239.76,41.9272,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (37437,180410,0,2265.28,241.376,42.1564,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (37438,180410,0,2247.32,232.918,34.8645,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (37439,180410,0,2283.31,237.745,35.6883,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (37440,180410,0,1560.32,200.055,-41.0122,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (37441,180410,0,1643.48,223.044,-41.6658,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (37451,180410,0,-10646.3,1188.8,35.5654,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (37452,180410,0,-10537.5,-1160.24,35.7838,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (37453,180410,0,-10606.9,-1193.93,34.3345,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (37454,180410,0,-10595.8,-1191.87,34.3362,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (37455,180410,0,-10587.6,-1108.7,31.1037,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (37456,180410,0,-10600.1,-1192.88,34.3262,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (37457,180410,0,-10537.9,-1154.57,35.8046,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (37458,180410,0,-10586.2,-1118.44,31.0967,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (37459,180410,0,-10578.3,-1127.14,29.7919,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (37460,180410,0,-10587.7,-1190.68,34.3195,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (37461,180410,0,-10537.4,-1217.96,33.7167,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (37462,180410,0,-10589.6,-1251.71,38.7106,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (37463,180410,0,-10529,-1217.08,33.6658,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (37464,180410,0,-10532.5,-1176.04,28.735,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (37465,180410,0,-10525.5,-1167.07,35.7699,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (37466,180410,0,-9237.25,-2143.21,72.0173,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (37467,180410,0,-9223.2,-2150.45,72.2742,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (37468,180410,0,-9223.09,-2144.12,72.2742,0,0,0,0,1,180,180,100,1), + (37469,180410,1,2775.97,-423.697,117.234,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (37470,180410,1,-834.342,-3730.86,27.3936,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (37471,180410,1,-1057.51,-3670.35,24.6536,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (37472,180410,1,-3608.31,-4483.75,21.5059,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (37473,180410,1,-3623.67,-4458.66,21.9226,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (37474,180410,1,-3632.21,-4451,14.872,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (37475,180410,1,229.771,1241.94,197.943,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (37476,180410,1,-4353.52,3295.18,19.317,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (37477,180410,1,-6871.84,741.84,47.2871,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (37478,180410,1,-6860.07,719.547,47.3635,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (37501,180411,0,-4849.77,-878.507,506.666,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (37502,180411,0,-4883.41,-1001.22,508.31,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (37503,180411,0,-8855.08,662.448,108.703,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (37504,180411,0,-8838.65,607.516,105.986,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (37505,180411,0,-8891.56,593.596,99.4311,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (37506,180411,0,-8863.13,578.012,109.825,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (37507,180411,0,-9471.16,44.0573,65.787,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (37508,180411,0,-9475.76,6.54861,65.951,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (37509,180411,0,-9475.44,12.2855,64.1442,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (37510,180411,1,9959.14,2515.49,1349.82,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (37511,180411,1,9935.6,2509.45,1327.92,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (37512,180411,1,9940.37,2509.09,1327.87,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (37513,180411,1,9848.73,969.073,1324.3,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (37514,180411,1,9879.92,961.012,1318.21,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (37515,180411,1,9772.82,945.868,1322.54,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (37516,180411,1,6432.34,516.997,34.2644,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (37517,180411,1,6409.32,524.399,14.4122,2.09439,0,0,0.866025,0.5,180,180,100,1), + (37518,180411,1,6386.73,531.444,33.9369,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (37557,180411,0,-3828.41,-822.946,18.0013,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (37558,180411,0,-3797.55,-823.88,19.1232,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (37559,180411,0,-860.915,-550.083,20.6621,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (37560,180411,0,-786.281,-515.908,24.5508,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (37561,180411,0,-166.816,-903.132,65.8673,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (37562,180411,0,-26.2865,-941.84,59.2891,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (37563,180411,0,-18.2257,-925.061,59.2014,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (37564,180411,0,-23.9271,-931.762,61.5588,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (37566,180411,1,306.708,-4775.14,18.3228,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (37567,180411,1,342.497,-4702.62,44.7838,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (37568,180411,1,324.651,-4690.11,44.9481,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (37569,180411,1,329.618,-4670.66,45.2729,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (37570,180411,1,359.845,-4687.86,44.2442,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (37571,180411,1,352.104,-4668.82,44.8596,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (37572,180411,1,1616.53,-4444.83,20.3055,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (37573,180411,1,1629.43,-4373.84,17.5144,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (37574,180411,1,1667.51,-4429.66,25.6653,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (37575,180411,0,2261.23,254.279,36.4932,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (37576,180411,0,2239.19,239.425,42.9984,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (37577,180411,0,2270.32,233.821,41.8621,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (37578,180411,0,1633.03,224.205,-34.1374,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (37579,180411,0,1565.7,271.373,-32.0599,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (37586,180411,1,-2367.6,-347.014,-2.57915,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (37587,180411,1,-1303.5,36.4717,135.767,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (37588,180411,0,-10647.4,1175.61,39.36,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (37589,180411,0,-10614.4,-1200.89,33.7408,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (37590,180411,0,-10582.4,-1166.69,34.1377,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (37591,180411,0,-10541.9,-1171.66,36.9621,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (37592,180411,0,-10544.3,-1204.61,31.6527,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (37593,180411,0,-10541.7,-1234.61,30.9651,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (37594,180411,0,-10525.8,-1202.41,31.1005,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (37595,180411,0,-10517.7,-1156.23,38.5831,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (37596,180411,0,-9270.44,-2269.75,83.7601,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (37597,180411,0,-9244.65,-2160.48,73.2438,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (37598,180411,1,2640.32,-445.144,118.661,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (37599,180411,1,2807.22,-270.655,116.549,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (37600,180411,1,2770.18,-385.998,127.01,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (37601,180411,1,2798.33,-439.092,125.572,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (37602,180411,1,2742.97,-460.925,126.063,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (37603,180411,1,-1027.71,-3650.63,38.5826,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (37604,180411,1,-3612.85,-4497.22,23.2277,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (37605,180411,1,-3627.2,-4441.57,22.952,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (37606,180411,1,-3626.6,-4479.9,23.1281,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (37607,180411,1,240.503,1275.93,217.257,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (37608,180411,1,236.597,1291.74,207.3,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (37609,180411,1,202.236,1242.24,206.332,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (37610,180411,1,251.519,1229.71,217.117,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (37611,180411,1,255.368,1213.65,207.65,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (37612,180411,1,-4370.96,3328.83,28.7201,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (37613,180411,1,-4327.14,3287.82,27.903,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (37614,180411,1,-4373.13,3249.73,27.8623,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (37615,180411,1,-6880,753.092,64.5604,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (37616,180411,1,-6834.8,746.42,64.1033,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (37617,180411,1,-6856.36,706.314,63.8647,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (37618,180411,0,-6669.9,-2176.43,252.543,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (37619,180411,0,-891.214,-3520.66,85.2512,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (37620,180411,0,-891.533,-3552.06,85.2911,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (37621,180411,0,-914.462,-3520.82,86.4486,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (37622,180411,0,-914.981,-3552.24,86.2317,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (37623,180411,0,-14424.2,470,26.7855,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (37624,180411,0,-14462.6,487.211,28.7177,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (37625,180411,1,-403.576,-2626.58,124.765,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (37626,180411,1,-421.214,-2637.09,124.696,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (37627,180411,1,-386.665,-2641.36,124.649,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (37628,180411,1,-417.354,-2658.58,124.502,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (37629,180411,1,-394.465,-2659.96,124.242,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (37630,180411,1,-2333.35,-1920.44,102.397,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (37631,180411,1,-5477.9,-2460.39,100.842,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (37632,180411,1,2318.24,-2562.98,107.537,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (37633,180411,1,2344.43,-2542.99,108.403,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (37634,180411,1,915.365,904.422,132.775,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (37635,180411,1,922.67,915.174,131.827,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (37636,180411,1,-1610.93,3122.73,52.6335,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (37673,180412,0,-4838.04,-858.582,502.782,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (37674,180412,0,-8868.47,671.55,97.9031,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (37675,180412,1,9800.08,982.901,1313.88,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (37676,180412,1,6410.36,515.78,9.9353,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (37691,180412,0,-3826.69,-833.661,10.0906,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (37692,180412,0,-859.345,-569.782,11.0422,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (37693,180412,1,342.447,-4687.63,16.4578,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (37694,180412,1,1631.84,-4444.22,15.4065,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (37695,180412,0,2266.64,244.856,34.2569,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (37696,180412,0,1638.49,223.114,-43.1032,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (37700,180412,1,-2363.67,-345.607,-8.95699,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (37701,180412,1,-1301.73,40.5221,129.209,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (37702,180412,0,-10653.9,1164.76,34.4738,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (37703,180412,0,-10513.2,-1159.21,28.0995,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (37704,180412,0,-9225.34,-2158.93,63.7112,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (37705,180412,0,-5379.71,-2973.99,323.169,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (37706,180412,1,6693.95,-4671.05,721.573,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (37707,180412,1,2779.4,-434.263,116.582,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (37708,180412,1,-1050.04,-3667.06,23.8903,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (37709,180412,1,-3617.99,-4471.41,14.2453,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (37710,180412,1,254.62,1251.26,193.434,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (37711,180412,1,-4379.91,3292,14.836,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (37712,180412,1,-6868.5,732.159,45.6621,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (37713,180412,1,-7157.03,-3838.02,8.63536,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (37714,180412,0,-6652.56,-2148.98,245.351,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (37715,180412,0,-913.192,-3526.9,72.6024,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (37716,180412,0,-4.40115,-945.557,57.165,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (37717,180412,0,-14456.4,494.096,15.1261,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (37718,180412,1,-408.149,-2642.81,96.223,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (37719,180412,1,-2378.77,-1994.53,96.7048,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (37720,180412,1,-5476.96,-2462.54,89.2837,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (37721,180412,1,2343.53,-2565.08,102.773,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (37722,180412,1,895.011,929.801,106.258,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (37723,180412,1,-1595.17,3150.9,46.4944,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (37750,180425,0,-4849.3,-866.219,511.212,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (37751,180425,0,-4837.33,-865.615,502.879,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (37752,180425,0,-4846.05,-864.825,502.872,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (37753,180425,0,-4938.13,-911.856,505.377,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (37754,180425,0,-4955.85,-896.461,505.222,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (37755,180425,0,-4941.24,-914.404,505.377,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (37756,180425,0,-4955.94,-926.625,505.377,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (37757,180425,0,-4959.99,-929.957,505.377,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (37758,180425,0,-4939.71,-913.158,505.377,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (37759,180425,0,-4957.25,-927.708,505.377,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (37760,180425,0,-4942.63,-915.615,505.377,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (37761,180425,0,-4958.61,-928.822,505.377,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (37762,180425,0,-5586.76,-534.981,404.455,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (37763,180425,0,-5601.16,-525.245,400.555,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (37764,180425,0,-8858.07,647.557,99.5508,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (37765,180425,0,-8860.28,648.128,100.919,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (37766,180425,0,-8862.61,647.306,97.5833,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (37767,180425,0,-8858.42,648.961,100.919,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (37768,180425,0,-8858.14,650.361,99.5508,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (37769,180425,0,-8860.92,650.26,99.5508,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (37770,180425,0,-8859.55,650.047,100.919,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (37771,180425,0,-8859.5,647.831,100.919,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (37772,180425,0,-8855.81,649.067,97.5998,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (37773,180425,0,-8857,651.617,97.6039,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (37774,180425,0,-8859.52,648.896,103.923,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (37775,180425,0,-8856.79,646.399,97.6001,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (37776,180425,0,-8860.33,649.696,100.919,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (37777,180425,0,-8862.03,646.213,97.6001,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (37778,180425,0,-8860.63,648.895,100.919,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (37779,180425,0,-8862.2,651.415,97.6041,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (37780,180425,0,-8858.7,648.151,100.919,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (37781,180425,0,-8858.16,652.095,97.5944,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (37782,180425,0,-8860.87,645.674,97.5779,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (37783,180425,0,-8857.53,648.988,99.5508,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (37784,180425,0,-8861.08,652.001,97.5912,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (37785,180425,0,-8856.31,647.577,97.5906,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (37786,180425,0,-8859.38,645.213,97.5979,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (37787,180425,0,-8860.84,647.521,99.5508,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (37788,180425,0,-8861.45,648.848,99.5508,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (37789,180425,0,-8859.63,652.589,97.606,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (37790,180425,0,-8858.75,649.735,100.919,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (37791,180425,0,-8863.21,648.778,97.5969,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (37792,180425,0,-8859.45,646.969,99.5508,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (37793,180425,0,-8856.43,650.497,97.5926,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (37794,180425,0,-8857.9,645.839,97.5896,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (37795,180425,0,-8859.55,650.882,99.5508,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (37796,180425,0,-8862.72,650.276,97.5859,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (37797,180425,0,-8866.14,680.927,99.0628,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (37798,180425,0,-8856.12,671.737,98.8753,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (37799,180425,0,-9466.75,29.177,64.7649,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (37800,180425,0,-9471.51,21.8403,57.2409,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (37801,180425,0,-9478.14,24.5459,57.1311,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (37802,180425,0,-9468.34,34.9887,65.2719,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (37803,180425,0,-9475.25,39.2479,64.7441,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (37974,180425,0,-3821.91,-830.921,11.3301,0,0,0,0,1,180,180,100,1), + (37975,180425,0,-3820.49,-822.682,11.6915,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (37976,180425,0,-3836.52,-837.852,11.4829,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (37977,180425,0,-3821.83,-827.257,11.3153,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (37978,180425,0,-3826.65,-823.227,14.5709,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (37979,180425,0,-3813.7,-838.421,10.6491,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (37980,180425,0,-3803.05,-831.83,17.8929,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (37981,180425,0,-3819.23,-838.346,10.6494,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (37982,180425,0,-3810.42,-827.465,11.3117,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (37983,180425,0,-3810.56,-831.115,11.306,0,0,0,0,1,180,180,100,1), + (37984,180425,0,-3848.81,-837.599,4.74804,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (37985,180425,0,-864.581,-555.167,19.4696,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (37986,180425,0,-818.883,-556.169,17.2105,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (37987,180425,0,-844.609,-565.486,19.6432,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (37988,180425,0,-779.363,-498.541,18.9343,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (37989,180425,0,-778.689,-506.925,24.7619,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (37990,180425,0,-778.846,-497.828,18.9343,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (37991,180425,0,-778.282,-497.183,18.9327,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (37992,180425,0,-20.5749,-934.773,56.9922,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (37993,180425,0,-51.8081,-901.422,57.3414,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (37994,180425,0,-18.7037,-905.487,56.9874,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (37995,180425,0,-51.7563,-903.219,57.3438,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (37996,180425,0,-51.7415,-902.34,57.3417,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (37997,180425,0,-19.0276,-931.57,56.986,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (38000,180425,1,340.878,-4684.76,17.3953,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (38001,180425,1,1615.53,-4391.35,12.1723,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (38002,180425,1,1662.07,-4431.16,19.6592,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (38003,180425,0,2255.37,237.023,34.3351,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (38004,180425,0,2259.72,246.196,42.6217,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (38005,180425,0,2246.14,233.359,43.5939,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (38006,180425,0,2290.09,241.181,35.3324,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (38007,180425,0,2276.42,244.141,42.205,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (38008,180425,0,1591.55,206.649,-54.218,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (38009,180425,0,1567.52,206.151,-41.5123,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (38010,180425,0,1636.6,218.003,-41.846,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (38011,180425,0,1616.41,288.45,-42.2829,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (38012,180425,0,1620.45,291.465,-42.2897,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (38013,180425,0,-10600.9,-1204.97,34.2151,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (38014,180425,0,-10605,-1204.04,30.0705,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (38015,180425,0,-10554.4,-1109.87,32.5416,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (38016,180425,0,-10557.9,-1104.5,31.6309,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (38017,180425,0,-10557.4,-1108.15,31.6302,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (38018,180425,0,-10553.5,-1116.22,32.5104,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (38019,180425,0,-10601.2,-1196.61,29.6063,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (38020,180425,0,-10554.7,-1108.21,32.5486,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (38021,180425,0,-10555.5,-1103.6,32.5846,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (38022,180425,0,-10553.9,-1114.13,32.523,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (38023,180425,0,-10570.5,-1122.79,30.3197,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (38024,180425,0,-10536.4,-1174.82,35.881,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (38025,180425,0,-10536.1,-1164.99,35.9018,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (38026,180425,0,-10554.1,-1112.11,32.5467,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (38027,180425,0,-10555.5,-1102.06,32.6257,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (38028,180425,0,-10538.9,-1225.2,34.2506,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (38029,180425,0,-10523.1,-1212.52,28.8398,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (38030,180425,0,-10519.2,-1298.57,42.0999,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (38031,180425,0,-10515.2,-1293.24,42.0981,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (38032,180425,0,-9221.28,-2161.6,65.9583,3.14159,0,0,1,0,180,180,100,1), + (38033,180425,0,-9215.05,-2161.07,68.8249,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (38034,180425,0,-9221.61,-2160.95,72.4998,3.14159,0,0,1,0,180,180,100,1), + (38035,180425,0,-5383.79,-2957.53,322.97,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (38036,180425,0,-5386.63,-2965.18,322.967,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (38037,180425,0,-5392.66,-2953.06,322.928,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (38038,180425,0,-5382.7,-2972.23,324.048,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (38039,180425,1,6692.74,-4672.77,722.699,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (38040,180425,1,6685.02,-4673.27,722.637,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (38041,180425,1,-3610.63,-4457.09,22.1934,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (38042,180425,1,-3624.52,-4464.29,14.5179,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (38043,180425,1,-3616.22,-4460.8,14.3304,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (38044,180425,1,-3630.84,-4447.32,22.0337,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (38045,180425,1,-7158.9,-3848.25,9.70517,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (38046,180425,0,-6648.32,-2145.63,246.538,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (38047,180425,0,-910.649,-3552,76.439,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (38048,180425,0,-910.679,-3545.95,76.4364,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (38049,180425,0,-914.861,-3533.73,73.5913,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (38050,180425,0,-14451.6,491.966,16.4231,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (38051,180425,0,-14464.6,485.66,21.2723,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (38052,180425,0,-14455.3,497.728,16.4213,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (38053,180425,0,-14468.1,488.156,21.2688,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (38054,180425,0,-14465.5,478.233,21.2693,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (38055,180425,0,-14461.6,487.55,15.9713,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (38056,180425,0,-14469.5,481.24,21.2634,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (38057,180425,0,-14473,493.423,16.0433,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (38058,180425,0,-14457.8,502.84,15.9505,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (38059,180425,1,2349.32,-2577.47,103.558,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (38060,180425,1,2342.56,-2568.89,103.704,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (38061,180425,1,884.048,932.844,108.862,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (38121,180426,0,-4931.58,-947.785,513.383,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (38122,180426,0,-4927.86,-945.005,515.461,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (38123,180426,0,-4925.88,-947.759,516.111,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (38124,180426,0,-4928.69,-947.439,521.357,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (38125,180426,0,-4928.67,-947.668,514.349,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (38126,180426,0,-4928.72,-947.599,511.981,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (38127,180426,0,-4928.87,-947.526,517.67,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (38128,180426,0,-4928.85,-947.618,509.739,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (38129,180426,0,-4928.96,-950.283,515.337,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (38130,180426,0,-4928.74,-947.609,514.093,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (38131,180426,0,-8865.28,591.821,108.951,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (38132,180426,0,-8864.79,591.75,109.96,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (38133,180426,0,-8866.69,590.465,108.604,0,0,0,0,1,180,180,100,1), + (38134,180426,0,-8868.26,592.172,108.429,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (38135,180426,0,-8868.43,589.201,110.485,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (38136,180426,0,-8866.74,590.377,109.822,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (38137,180426,0,-8866.83,590.557,109.529,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (38138,180426,0,-8866.92,590.62,113.12,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (38139,180426,0,-8866.69,590.531,109.977,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (38140,180426,1,6408.88,524.401,37.7487,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (38141,180426,1,6408.99,524.435,37.7378,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (38142,180426,1,6408.77,524.274,37.7557,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (38143,180426,1,6408.66,524.253,37.7672,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (38144,180426,1,6408.51,524.202,37.7814,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (38145,180426,1,6408.9,524.048,37.7344,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (38146,180426,1,6408.84,524.548,37.7575,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (38147,180426,1,6408.61,524.109,37.7669,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (38304,180426,0,-826.276,-534.316,21.7568,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (38305,180426,0,-825.885,-529.047,24.4897,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (38306,180426,0,-825.215,-530.28,28.1214,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (38307,180426,0,-821.033,-529.208,22.0651,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (38308,180426,0,-826.821,-531.299,23.2907,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (38309,180426,0,-827.097,-529.721,16.6731,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (38310,180426,0,-826.479,-529.198,23.2864,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (38311,180426,0,-826.257,-530.399,24.8881,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (38312,180426,0,-829.378,-530.351,19.8903,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (38313,180426,0,-828.776,-526.464,23.7267,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (38314,180426,0,-26.9965,-907.502,67.0383,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (38315,180426,0,-30.6701,-910.307,70.6511,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (38316,180426,0,-25.3594,-902.866,70.6307,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (38317,180426,0,-24.2413,-911.556,68.021,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (38318,180426,0,-30.7222,-908.097,67.8789,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (38319,180426,0,-28.4549,-907.01,66.5892,2.37365,0,0,0.927184,0.374607,180,180,100,1), + (38320,180426,0,-26.5694,-907.134,67.8177,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (38321,180426,0,-23.9375,-905.661,69.2105,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (38322,180426,0,-26.2882,-913.064,68.6926,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (38323,180426,0,-27.1806,-907.016,66.1841,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (38324,180426,1,306.21,-4741.75,25.0973,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (38325,180426,1,310.755,-4747.11,19.0526,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (38326,180426,1,301.755,-4745.12,24.7701,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (38327,180426,1,310.688,-4735.71,19.7581,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (38328,180426,1,306.201,-4741.66,21.9747,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (38329,180426,1,306.266,-4741.67,24.542,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (38330,180426,1,306.318,-4741.59,24.0594,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (38331,180426,1,302.141,-4736.73,23.54,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (38332,180426,1,307.738,-4743.67,21.1543,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (38333,180426,1,306.196,-4741.71,24.3714,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (38334,180426,1,1582.73,-4400.44,22.3765,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (38335,180426,1,1556.67,-4410.31,17.5933,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (38336,180426,1,1585.41,-4393.2,14.1553,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (38337,180426,1,1566.96,-4376.46,9.6817,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (38338,180426,1,1575.92,-4394.03,14.4871,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (38339,180426,1,1598.47,-4402.24,21.5625,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (38340,180426,1,1591.75,-4413.75,20.7142,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (38341,180426,1,1605.77,-4411.7,20.8836,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (38342,180426,1,1594.05,-4389.92,17.9776,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (38343,180426,1,1582.19,-4376.89,13.2993,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (38344,180426,0,2219.41,250.036,44.2009,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (38345,180426,0,2205.35,263.651,43.2458,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (38346,180426,0,2215.99,260.259,42.0619,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (38368,180426,0,-10563.5,-1168.31,42.5704,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (38369,180426,0,-10564.3,-1173.72,43.7754,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (38370,180426,0,-10564.2,-1170.12,41.7997,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (38371,180426,0,-10563.7,-1170.24,42.7233,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (38372,180426,0,-10568.3,-1170.87,44.7843,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (38373,180426,0,-10563.5,-1169.82,42.6063,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (38374,180426,0,-10565.3,-1171.53,44.2023,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (38375,180426,0,-10561.9,-1170.68,42.7257,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (38376,180426,0,-10560.5,-1169.42,44.3374,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (38377,180426,0,-10564.9,-1168.31,46.612,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (38378,180426,0,-9272.63,-2155.81,70.6074,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (38379,180426,0,-9272.18,-2155.59,72.259,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (38380,180426,0,-9272.11,-2155.18,75.0314,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (38381,180426,0,-9272.81,-2155.5,75.1012,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (38382,180426,0,-9272.22,-2156.34,78.1218,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (38383,180426,0,-9272.77,-2155.95,70.5217,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (38384,180426,0,-9272.38,-2155.75,68.6321,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (38385,180426,0,-9272.26,-2156.27,74.7746,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (38386,180426,0,-9272.59,-2155.63,71.7588,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (38387,180426,0,-9272.29,-2155.95,73.7278,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (38388,180426,0,-5329.85,-2955.83,343.072,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (38389,180426,0,-5329.47,-2955.62,344.731,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (38390,180426,0,-5331.04,-2956.38,340.645,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (38391,180426,0,-5329.8,-2956.16,337.813,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (38392,180426,0,-5329.76,-2956.02,340.106,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (38393,180426,0,-5331.14,-2956.7,345.508,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (38394,180426,0,-5329.36,-2955.65,343.894,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (38395,180426,0,-5329.77,-2955.85,347.798,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (38396,180426,0,-5329.64,-2956.38,337.193,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (38397,180426,0,-5329.5,-2955.99,339.369,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (38398,180426,1,6731.66,-4662.94,731.196,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (38399,180426,1,6731.65,-4662.8,735.191,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (38400,180426,1,6731.79,-4662.99,734.248,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (38401,180426,1,6731.72,-4662.53,728.936,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (38402,180426,1,6732.04,-4662.9,732.004,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (38403,180426,1,6730.81,-4663.44,730.422,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (38404,180426,1,6731.99,-4662.52,732.326,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (38405,180426,1,6731.81,-4662.78,734.597,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (38406,180426,1,6731.71,-4662.54,730.15,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (38407,180426,1,6731.44,-4663.31,731.576,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (38408,180426,1,245.884,1252.71,221.2,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (38409,180426,1,245.887,1252.73,224.279,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (38410,180426,1,246.01,1252.69,225.765,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (38411,180426,1,246.009,1252.82,228.014,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (38412,180426,1,245.938,1252.73,229.242,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (38413,180426,1,246.049,1252.59,230.384,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (38414,180426,1,245.955,1252.91,221.219,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (38415,180426,1,246.047,1252.65,221.197,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (38416,180426,1,-6868.31,729.377,70.1487,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (38417,180426,1,-6868.39,729.252,70.1522,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (38418,180426,1,-6868.38,729.488,70.143,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (38419,180426,1,-6868.54,729.622,70.1366,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (38420,180426,1,-7145.19,-3788.69,21.4109,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (38421,180426,1,-7145.12,-3788.22,21.4415,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (38422,180426,1,-7145.34,-3787.99,21.4182,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (38423,180426,1,-7145.19,-3788.48,21.4195,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (38424,180426,1,-7145.48,-3787.91,21.4007,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (38425,180426,1,-7145.27,-3788.24,21.4184,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (38426,180426,1,-7145.34,-3788.11,21.4135,1.309,0,0,0.608761,0.793353,180,180,100,1), + (38427,180426,1,-7145.72,-3788.31,21.3477,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (38428,180426,1,-7145.17,-3787.54,21.4639,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (38429,180426,0,-6692.61,-2193.15,254.797,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (38430,180426,0,-6696.31,-2190.68,255.012,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (38431,180426,0,-6686.37,-2187.63,253.455,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (38432,180426,0,-6683.61,-2191.04,254.846,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (38433,180426,0,-6695.17,-2191.12,256.832,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (38434,180426,0,-6692.57,-2184.14,253.692,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (38435,180426,0,-6682.63,-2197.99,257.053,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (38436,180426,0,-6690.4,-2184.52,256.266,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (38437,180426,0,-6695.44,-2188.49,253.012,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (38438,180426,0,-973.944,-3506.32,72.2613,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (38439,180426,0,-966.95,-3494.36,71.7457,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (38440,180426,0,-984.186,-3517.26,70.0188,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (38441,180426,0,-972.927,-3496.46,69.9502,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (38442,180426,0,-965.007,-3498.43,69.3924,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (38443,180426,0,-980.792,-3511.07,71.5178,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (38444,180426,0,-985.585,-3510.05,74.4027,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (38445,180426,0,-973.021,-3496.08,72.5597,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (38446,180426,0,-973.271,-3495.88,69.8946,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (38447,180426,0,-981.304,-3513.26,71.2471,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (38448,180426,1,-465.63,-2646.78,104.016,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (38449,180426,1,-464.429,-2651.92,105.601,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (38450,180426,1,-454.948,-2650.06,107.623,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (38451,180426,1,-458.352,-2645.65,108.235,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (38452,180426,1,-509.385,-2653.66,103.259,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (38453,180426,1,-485.116,-2652.35,105.56,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (38454,180426,1,-479.358,-2649.55,104.944,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (38455,180426,1,-483.243,-2645.08,109.237,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (38456,180426,1,-490.979,-2653.3,104.053,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (38457,180426,1,-468.49,-2649.16,108.87,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (38458,180426,1,-5442.19,-2442.87,109.249,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (38459,180426,1,-5442.68,-2442.49,108.862,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (38460,180426,1,-5442.2,-2442.65,102.036,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (38461,180426,1,-5442.28,-2443.05,110.183,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (38462,180426,1,-5442.55,-2442.78,103.53,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (38463,180426,1,-5441.99,-2442.64,103.31,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (38464,180426,1,-5441.9,-2442.4,106.319,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (38465,180426,1,-5441.85,-2442.82,100.798,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (38466,180426,1,-5442.63,-2442.68,106.776,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (38467,180426,1,-5441.9,-2442.93,103.385,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (38468,180426,1,-1592.77,3149.18,80.4043,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (38469,180426,1,-1592.85,3149.06,80.387,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (38470,180426,1,-1592.86,3148.89,80.2465,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (38471,180426,1,-1592.99,3148.97,80.2336,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (38472,180426,1,-1592.94,3149.17,80.3571,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (38573,180427,0,-4928.74,-947.528,511.885,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (38574,180427,0,-4928.59,-947.762,513.119,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (38575,180427,0,-4928.95,-947.833,512.134,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (38576,180427,0,-4930.29,-948.924,509.871,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (38577,180427,0,-4927.29,-949.342,513.889,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (38578,180427,0,-4928.82,-947.476,510.559,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (38579,180427,0,-4928.87,-947.632,511.357,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (38580,180427,0,-4928.75,-947.851,511.091,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (38581,180427,0,-4926.8,-946.286,512.214,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (38582,180427,0,-4928.41,-947.601,513.529,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (38583,180427,0,-8824.14,628.167,111.065,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (38584,180427,0,-8822.23,630.097,113.517,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (38585,180427,0,-8824.49,626.264,115.635,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (38586,180427,0,-8822.94,627.17,110.621,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (38587,180427,0,-8821.35,628.524,112.554,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (38588,180427,0,-8826.43,627.41,113.328,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (38589,180427,0,-8819.89,626.856,115.356,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (38590,180427,0,-8821.7,625.53,112.837,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (38591,180427,0,-8823.19,624.09,111.614,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (38592,180427,0,-8822.93,627.281,113.257,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (38593,180427,1,6408.69,524.347,37.7667,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (38594,180427,1,6408.8,524.137,37.7478,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (38595,180427,1,6408.58,524.329,37.7777,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (38596,180427,1,6408.8,524.317,37.7541,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (38715,180427,0,-827.941,-534.575,29.8442,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (38716,180427,0,-823.28,-534.493,29.1761,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (38717,180427,0,-818.88,-533.639,30.1811,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (38718,180427,0,-826.399,-530.189,25.3448,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (38719,180427,0,-828.396,-527.128,26.8897,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (38720,180427,0,-831.597,-529.389,28.9197,2.09439,0,0,0.866025,0.5,180,180,100,1), + (38721,180427,0,-821.988,-531.769,29.8615,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (38722,180427,0,-835.076,-530.922,29.0757,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (38723,180427,0,-830.705,-532.611,30.2827,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (38724,180427,0,-825.503,-530.405,30.4317,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (38725,180427,0,-26.9931,-906.983,66.1571,3.14159,0,0,1,0,180,180,100,1), + (38726,180427,0,-24.4757,-908.552,67.9117,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (38727,180427,0,-27.7448,-906.516,67.9337,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (38728,180427,0,-26.9722,-909.306,69.3836,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (38729,180427,0,-27.9479,-907.458,66.7932,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (38730,180427,0,-25.8611,-908.983,66.4432,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (38731,180427,0,-27.9392,-907.764,67.932,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (38732,180427,0,-26.3229,-907.042,68.2803,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (38733,180427,0,-29.7795,-905.773,69.0499,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (38734,180427,0,-25.25,-908.04,69.7132,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (38735,180427,1,306.161,-4741.7,25.1535,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (38736,180427,1,306.177,-4741.8,24.336,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (38737,180427,1,306.188,-4741.68,29.9549,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (38738,180427,1,306.127,-4741.7,25.8081,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (38739,180427,1,302.288,-4737.72,21.0833,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (38740,180427,1,311.491,-4741.93,21.984,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (38741,180427,1,302.104,-4746.55,20.1369,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (38742,180427,1,306.184,-4741.78,22.5989,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (38743,180427,1,306.269,-4741.75,28.427,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (38744,180427,1,306.174,-4741.78,24.1782,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (38745,180427,1,1629.99,-4373.46,35.9867,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (38746,180427,1,1623.01,-4371.36,34.4928,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (38747,180427,1,1629.87,-4373.78,37.436,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (38748,180427,1,1630,-4373.75,41.7013,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (38749,180427,1,1629.98,-4373.82,38.1617,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (38750,180427,1,1629.96,-4373.84,40.6166,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (38751,180427,1,1628.52,-4380.23,35.274,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (38752,180427,1,1629.68,-4373.7,37.4993,3.14159,0,0,1,0,180,180,100,1), + (38753,180427,1,1630.14,-4373.4,38.3794,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (38754,180427,1,1633,-4369.97,39.1387,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (38755,142102,0,-5603.59,-513.781,401.569,3.14159,0,0,1,0,900,900,100,1), + (38756,180427,0,2261.29,245.934,55.7817,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (38757,180427,0,2261.24,246.184,51.7869,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (38758,180427,0,2261.09,246.349,54.6641,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (38759,180427,0,2261.36,246.217,51.781,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (38760,180427,0,2261.51,246.075,56.2693,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (38761,180427,0,2261.58,246.352,58.4485,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (38762,180427,0,2261.27,246.321,59.2549,3.14159,0,0,1,0,180,180,100,1), + (38763,180427,0,2259.97,245.693,51.8264,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (38764,180427,0,1596.11,240.488,-51.6915,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (38765,180427,0,1595.99,237.528,-42.4693,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (38766,180427,0,1593.51,242.29,-41.5179,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (38767,180427,0,1595.69,240.498,-48.386,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (38768,180427,0,1597.7,242.08,-48.4415,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (38769,180427,0,1595.1,239.01,-46.386,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (38770,180427,0,1593.23,238.406,-45.004,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (38771,180427,0,1594.4,241.403,-50.3235,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (38772,180427,0,1596.13,239.479,-49.7818,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (38773,180427,0,1594.72,240.597,-40.9485,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (38774,180427,0,1596.23,240.778,-49.7054,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (38775,180427,0,1596.31,240.095,-45.879,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (38776,180427,0,1597.92,237.512,-42.8652,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (38777,180427,0,1595.54,236.896,-45.011,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (38778,180427,0,1592.59,240.158,-47.3999,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (38779,180427,0,1595.55,243.582,-45.6985,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (38780,180427,0,1597.48,240.141,-44.6915,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (38781,180427,0,1596.31,239.955,-52.1429,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (38782,180427,0,1596.81,240.71,-50.3027,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (38783,180427,0,1597.47,241.762,-47.0526,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (38804,180427,0,-10564.3,-1171.94,47.4731,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (38805,180427,0,-10565.7,-1170.11,48.7913,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (38806,180427,0,-10567.8,-1167.49,48.2378,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (38807,180427,0,-10564,-1170.12,46.952,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (38808,180427,0,-10562.6,-1175.63,47.5216,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (38809,180427,0,-10564.1,-1170.22,47.4512,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (38810,180427,0,-10564.8,-1170.62,50.3471,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (38811,180427,0,-10564,-1169.83,46.2473,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (38812,180427,0,-10565.1,-1169.65,46.188,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (38813,180427,0,-10561.8,-1166.61,48.5048,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (38814,180427,0,-9273.15,-2155.56,74.7377,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (38815,180427,0,-9272.53,-2156.02,71.7158,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (38816,180427,0,-9272.1,-2155.4,75.3186,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (38817,180427,0,-9272.04,-2155.52,73.2948,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (38818,180427,0,-9272.83,-2155.8,74.7799,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (38819,180427,0,-9272.97,-2155.92,77.1008,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (38820,180427,0,-9272.53,-2156.22,75.4977,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (38821,180427,0,-9272.14,-2156.15,76.2434,3.14159,0,0,1,0,180,180,100,1), + (38822,180427,0,-9272.24,-2155.79,76.0933,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (38823,180427,0,-9272.66,-2155.34,70.8885,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (38824,180427,0,-5375.64,-2947.98,349.641,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (38825,180427,0,-5376.1,-2948.14,354.537,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (38826,180427,0,-5375.33,-2948.59,351.628,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (38827,180427,0,-5375.67,-2948.2,352.403,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (38828,180427,0,-5375.22,-2947.73,352.885,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (38829,180427,0,-5375.93,-2947.47,350.673,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (38830,180427,0,-5375.66,-2947.37,352.023,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (38831,180427,0,-5375.03,-2951.17,351.475,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (38832,180427,0,-5375.52,-2948.04,352.756,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (38833,180427,0,-5375.69,-2948.72,352.134,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (38834,180427,1,6731.46,-4662.6,732.015,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (38835,180427,1,6731.74,-4662.76,731.859,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (38836,180427,1,6731.36,-4662.91,732.086,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (38837,180427,1,6731.5,-4662.5,733.622,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (38838,180427,1,6731.93,-4663.16,732.646,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (38839,180427,1,6732.07,-4662.67,732.924,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (38840,180427,1,6732.12,-4662.85,735.06,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (38841,180427,1,6732.25,-4663.02,732.985,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (38842,180427,1,6731.6,-4662.77,730.67,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (38843,180427,1,6731.8,-4662.72,731.365,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (38844,180427,1,245.888,1252.66,221.195,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (38845,180427,1,245.885,1252.77,221.207,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (38846,180427,1,245.99,1252.68,224.909,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (38847,180427,1,245.911,1252.71,230.956,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (38848,180427,1,245.84,1252.81,229.143,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (38849,180427,1,245.91,1252.75,230.704,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (38850,180427,1,245.847,1252.71,225.236,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (38851,180427,1,-6868.18,729.269,70.1557,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (38852,180427,1,-6868.41,729.375,70.1468,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (38853,180427,1,-6868.55,729.209,70.1507,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (38854,180427,1,-6868.44,729.51,70.1408,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (38855,180427,1,-6868.31,729.624,70.1388,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (38856,180427,1,-6868.67,729.545,70.1361,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (38857,180427,1,-6868.28,729.47,70.1456,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (38858,180427,1,-7145.35,-3788.45,21.3967,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (38859,180427,1,-7145.55,-3788.12,21.381,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (38860,180427,1,-7145.35,-3788.16,21.4097,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (38861,180427,1,-7145.2,-3788.1,21.4351,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (38862,180427,1,-7145.1,-3787.84,21.462,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (38863,180427,1,-7145.49,-3787.74,21.4078,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (38864,180427,1,-7145.35,-3787.91,21.4202,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (38865,180427,0,-6651.67,-2150.92,265.788,0,0,0,0,1,180,180,100,1), + (38866,180427,0,-6651.55,-2150.84,265.983,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (38867,180427,0,-6651.85,-2151.22,267.085,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (38868,180427,0,-6652.03,-2150.7,265.018,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (38869,180427,0,-6651.62,-2151,266.066,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (38870,180427,0,-6651.77,-2150.61,264.917,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (38871,180427,0,-6652.23,-2150.62,268.19,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (38872,180427,0,-6651.61,-2150.92,266.268,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (38873,180427,0,-6651.77,-2150.62,269.208,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (38874,180427,0,-6651.61,-2150.9,266.442,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (38875,180427,0,-905.805,-3535.27,97.8563,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (38876,180427,0,-905.645,-3535.3,97.9295,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (38877,180427,0,-905.502,-3535.46,97.9576,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (38878,180427,0,-905.534,-3535.17,97.9608,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (38879,180427,0,-905.553,-3535.58,97.9754,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (38880,180427,0,-905.427,-3535.58,97.9378,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (38881,180427,1,-465.688,-2651.39,103.999,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (38882,180427,1,-468.535,-2648.7,104.586,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (38883,180427,1,-480.991,-2651.98,105.388,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (38884,180427,1,-471.955,-2648.23,108.387,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (38885,180427,1,-469.901,-2650.51,102.917,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (38886,180427,1,-483.432,-2653.88,105.868,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (38887,180427,1,-479.948,-2648.56,105.424,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (38888,180427,1,-466,-2652.89,102.449,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (38889,180427,1,-467.474,-2651.88,104.822,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (38890,180427,1,-483.073,-2649.28,104.072,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (38891,180427,1,-5442.05,-2442.33,108.026,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (38892,180427,1,-5442.34,-2443.02,106.55,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (38893,180427,1,-5442,-2442.53,104.423,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (38894,180427,1,-5442.07,-2442.56,112.244,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (38895,180427,1,-5442.37,-2442.48,105.873,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (38896,180427,1,-5442.13,-2442.36,112.394,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (38897,180427,1,-5442.14,-2442.58,103.947,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (38898,180427,1,-5441.85,-2442.7,115.758,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (38899,180427,1,-5442.33,-2442.74,104.946,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (38900,180427,1,-5442.35,-2443,114.259,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (38901,180427,1,-1592.84,3149.09,80.4126,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (38902,180427,1,-1592.65,3149.01,80.3006,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (38903,180427,1,-1592.9,3148.94,80.2801,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (38973,180471,0,-4955.48,-928.056,509.867,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (38974,180471,0,-4958.27,-930.339,509.757,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (38975,144179,90,-547.903,167.259,-193.804,-1.55334,0,0,-0.70091,0.71325,3600,3600,100,1), + (38976,180471,0,-4942.48,-916.835,509.992,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (38977,180471,0,-4952.81,-925.55,509.851,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (38978,180471,0,-4960.97,-932.681,509.753,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (38979,180471,0,-4934.77,-910.578,510.159,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (38980,180471,0,-4937.28,-912.663,510.157,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (38981,180471,0,-4945.07,-918.958,509.976,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (38982,180471,0,-4950.2,-923.319,509.882,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (38983,180471,0,-4939.86,-914.722,510.085,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (38984,180471,0,-5572.97,-462.491,410.72,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (38985,180471,0,-8860.1,661.863,100.949,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (38986,180471,0,-8808.05,616.82,100.994,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (38987,180471,0,-8797.81,625.088,100.968,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (38988,180471,0,-9473.69,-10.1163,66.0361,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (38989,180471,0,-9464.57,-12.3906,71.7849,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (38990,180471,0,-9456.78,-12.0764,66.1144,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (38991,180471,0,-9496.13,87.2795,59.7371,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (38992,180471,0,-9479.14,43.8299,65.9558,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (38993,180471,0,-9480.79,35.9462,72.5583,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (38994,180471,0,-9483.42,8.89583,65.9921,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (38995,180471,0,-9483.45,16.1788,72.5328,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (38996,180471,0,-9482.07,26.0677,72.5697,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (38997,180471,1,9836.44,976.599,1316.44,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (38998,180471,1,9831.24,963.776,1337.88,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (38999,180471,1,9842.81,955.974,1316.52,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (39000,180471,1,9902.63,1002.82,1325.58,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (39001,180471,1,9907.52,992.868,1320.74,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (39002,180471,1,9908.97,1001.43,1323.51,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (39003,180471,1,9904.15,991.191,1326.15,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (39004,180471,1,9902.02,994.245,1318.83,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (39005,180471,1,9900.94,1000.01,1317.07,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (39006,180471,1,9900.81,995.552,1326.17,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (39007,180471,1,9778,889.441,1301.15,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (39008,180471,1,9772.01,890.326,1301.04,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (39009,180471,1,6435.58,512.542,14.5359,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (39010,180471,1,6414.59,499.226,15.2371,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (39011,180471,1,6421.89,498.191,15.1892,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (39012,180471,1,6430.88,498.243,15.5072,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (39013,180471,1,6442.38,525.224,16.3867,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (39014,180471,1,6441.94,533.25,15.5112,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (39015,180471,1,6435.9,504.665,16.3992,1.309,0,0,0.608761,0.793353,180,180,100,1), + (39016,180471,1,6437.53,519.024,14.5557,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (39017,180471,1,6431.11,550.076,9.81848,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (39018,180471,1,6431.6,549.972,17.1529,1.0472,0,0,0.5,0.866025,180,180,100,1), + (39019,180471,1,6428.96,541.684,17.2095,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (39020,180471,1,6428.38,541.297,9.90316,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (39021,180471,1,6376.61,515.219,15.4312,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (39022,180471,1,6390.67,506.918,15.0956,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (39023,180471,1,6376.39,523.406,16.2935,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (39024,180471,1,6381.29,529.874,14.6052,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (39025,180471,1,6384.19,510.224,14.9887,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (39026,180471,1,6387.72,550.481,15.5398,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (39027,180471,1,6383.01,536.115,14.5281,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (39028,180471,1,6382.83,544.002,16.2825,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (39029,180471,1,6406.47,557.894,9.63274,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (39030,180471,1,6403.53,549.125,9.75999,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (39031,180471,1,6405.81,558.115,17.1509,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (39032,180471,1,6403.19,549.852,17.0938,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (39123,180471,0,-3833.51,-815.356,19.106,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (39124,180471,0,-3817.06,-823.266,23.522,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (39125,180471,0,-3832.13,-844.451,19.1502,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (39126,180471,0,-3851.4,-827,19.1502,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (39127,180471,0,-3795.18,-839.344,13.1326,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (39128,180471,0,-3808.24,-816.545,18.6895,3.14159,0,0,1,0,180,180,100,1), + (39129,180471,0,-3851.64,-844.045,19.1229,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (39130,180471,0,-3795,-832.128,13.077,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (39131,180471,0,-3828.05,-836.813,23.4915,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (39132,180471,0,-3798.29,-815.955,19.1254,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (39133,180471,0,-3823.89,-816.288,18.6264,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (39134,180471,0,-3800.02,-844.962,19.2155,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (39135,180471,0,-844.46,-569.08,13.491,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (39136,180471,0,-868.849,-551.184,20.667,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (39137,180471,0,-839.74,-552.396,20.6736,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (39138,180471,0,-43,-943.962,78.1049,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (39139,180471,0,-17.2743,-927.087,59.0579,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (39142,180471,1,325.012,-4700.68,20.8674,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (39143,180471,1,334.215,-4706.16,20.6955,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (39144,180471,1,1573.93,-4465.6,34.0623,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (39145,180471,1,1592.92,-4452.57,13.6598,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (39146,180471,1,1593.22,-4451.31,31.987,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (39147,180471,1,1623.02,-4440.79,19.2387,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (39148,180471,1,1629.1,-4432.03,19.3479,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (39149,180471,1,1612.7,-4463.88,32.7327,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (39150,180471,1,1657.73,-4435.09,30.2704,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (39151,180471,1,1678.49,-4404.72,26.5988,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (39152,180471,1,1677.91,-4425.66,30.3757,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (39153,180471,0,2266.02,353.038,42.0811,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (39154,180471,0,2262.57,331.372,43.4836,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (39155,180471,0,2219.65,309.325,41.1997,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (39156,180471,0,2241.81,318.163,41.1694,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (39157,180471,0,2241.69,304.469,44.0003,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (39158,180471,0,2228.26,302.042,41.1505,0,0,0,0,1,180,180,100,1), + (39159,180471,0,2233.19,325.413,41.255,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (39160,180471,0,2249.82,315.672,43.4524,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (39161,180471,0,2243.61,255.313,42.3766,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (39162,180471,0,2288.2,252.019,42.3886,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (39163,180471,0,2314.36,253.191,44.8237,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (39164,180471,0,2291.48,259.194,44.6633,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (39165,180471,0,2280.84,252.767,42.3917,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (39166,180471,0,2256.72,228.429,42.3406,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (39167,180471,0,2242.05,246.394,42.4323,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (39168,180471,0,2244.61,230.634,42.3624,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (39169,180471,0,2286.52,235.46,42.3634,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (39170,180471,0,2268.43,226.446,42.3202,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (39171,180471,0,2277.77,237.038,42.3036,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (39172,180471,0,1636.34,244.611,-36.9297,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (39173,180471,0,1633.93,252.672,-36.888,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (39174,180471,0,1557.83,253.432,-36.7838,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (39175,180471,0,1557.66,227.792,-36.8602,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (39176,180471,0,1577.61,205.205,-36.9065,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (39177,180471,0,1587.74,248.417,-56.6546,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (39178,180471,0,1588.72,240.344,-48.8432,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (39179,180471,0,1570.22,210.313,-36.9759,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (39180,180471,0,1587.64,232.384,-56.6338,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (39181,180471,0,1603.13,240.336,-48.5863,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (39182,180471,0,1603.77,248.243,-56.6824,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (39183,180471,0,1603.62,232.231,-56.6963,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (39184,180471,0,1613.23,204.894,-36.9134,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (39185,180471,0,1620.7,209.941,-36.8023,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (39186,180471,0,1570.69,270.759,-36.8717,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (39187,180471,0,1592.67,273.842,-48.2895,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (39188,180471,0,1599.35,273.691,-48.0919,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (39189,180471,0,1578.05,275.731,-36.8578,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (39190,180471,0,1621.2,270.245,-36.9065,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (39191,180471,0,1613.88,275.438,-36.9203,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (39192,180471,0,1633.49,227.171,-36.9505,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (39193,180471,0,1636.09,235.45,-36.9088,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (39194,180471,0,1636.99,281.951,-37.1579,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (39195,180471,0,1636.22,274.521,-37.1636,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (39196,180471,0,1629.77,281.556,-37.3325,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (39197,180471,1,-2340.18,-356.144,-1.45354,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (39198,180471,1,-2339.82,-357.363,-1.33762,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (39199,180471,1,-2340.38,-358.815,-1.25354,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (39200,180471,1,-2341.55,-361.283,-1.05757,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (39201,180471,1,-2340.47,-353.108,-1.52671,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (39202,180471,1,-2342.61,-362.233,-1.23254,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (39203,180471,1,-2346.34,-364.899,-1.17205,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (39204,180471,1,-2345.08,-363.825,-1.13552,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (39205,180471,1,-2340.54,-354.8,-1.49939,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (39206,180471,1,-2343.74,-362.677,-1.35864,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (39207,180471,1,-2340.94,-360.099,-1.11863,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (39208,180471,1,-1276.52,44.4253,136.691,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (39209,180471,1,-1291.11,42.14,141.059,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (39210,180471,1,-1281.43,53.7552,136.661,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (39211,180471,1,-1322.25,29.2517,143.498,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (39212,180471,0,-10637.3,1171.85,40.0635,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (39213,180471,0,-10644.7,1161.8,39.9605,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (39214,180471,0,-10652.5,1183.4,39.9697,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (39215,180471,0,-10660.6,1172.83,40.1438,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (39216,180471,0,-10644.8,1193.82,40.0113,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (39217,180471,0,-10550.9,-1137.18,36.6543,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (39218,180471,0,-10545.4,-1156.39,31.1622,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (39219,180471,0,-10566.8,-1139.45,36.6009,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (39220,180471,0,-10540,-1179.41,37.0651,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (39221,180471,0,-10541.1,-1150.39,37.0856,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (39222,180471,0,-10544.9,-1163.71,31.1274,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (39223,180471,0,-10505,-1176.67,37.1015,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (39224,180471,0,-10489.7,-1146.45,37.1127,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (39225,180471,0,-10488.3,-1163.37,37.0897,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (39226,180471,0,-9246.52,-2152.15,67.4098,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (39227,180471,0,-9246.49,-2144.93,67.4722,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (39228,180471,0,-9208.29,-2168.96,73.3765,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (39229,180471,0,-5381.19,-2947.02,324.301,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (39230,180471,0,-5385.7,-2977.4,330.496,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (39231,180471,0,-5377.23,-2961.76,324.134,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (39232,180471,0,-5361.95,-2958.06,331.247,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (39233,180471,0,-5362.78,-2974.11,331.339,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (39234,180471,1,6746.04,-4630.79,729.535,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (39235,180471,1,6694.69,-4659.88,724.979,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (39236,180471,1,6694.03,-4681.5,724.976,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (39237,180471,1,6678.68,-4680.46,724.988,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (39238,180471,1,6678.2,-4659.39,724.857,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (39239,180471,1,2783.61,-403.243,118.368,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (39240,180471,1,2748.73,-390.556,118.376,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (39241,180471,1,2743.27,-397.821,117.975,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (39242,180471,1,2777.19,-398.017,119.159,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (39243,180471,1,2757.1,-390.62,119.317,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (39244,180471,1,2755.82,-456.727,119.266,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (39245,180471,1,2772.93,-444.076,120.007,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (39246,180471,1,2748.26,-446.226,142,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (39247,180471,1,2790.41,-421.576,119.975,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (39248,180471,1,2729.73,-435.028,117.999,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (39249,180471,1,2781.09,-447.01,119.997,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (39250,180471,1,2739.7,-404.264,118.001,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (39251,180471,1,2735.6,-449.328,119.226,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (39252,180471,1,2731.11,-427.844,118.084,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (39253,180471,1,2764.6,-401.368,142.18,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (39254,180471,1,2729.5,-444.035,118.327,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (39255,180471,1,2782.2,-418.582,120.022,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (39256,180471,1,-929.804,-3680.36,15.0455,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (39257,180471,1,-926.804,-3695.56,15.0741,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (39258,180471,1,-929.79,-3688.15,15.8277,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (39259,180471,1,-985.646,-3648.55,25.2679,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (39260,180471,1,-3611.61,-4439.26,17.2728,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39261,180471,1,-3613.32,-4472.37,27.6439,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (39262,180471,1,-3619.2,-4439.44,17.2589,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (39263,180471,1,-3606.03,-4443.97,23.2176,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (39264,180471,1,-3605.17,-4495.49,23.2524,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (39265,180471,1,-3605.66,-4476.22,23.2841,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (39266,180471,1,-3634.5,-4478.54,23.295,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (39267,180471,1,-3622.18,-4495.97,23.2355,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (39268,180471,1,-3635.92,-4461.32,29.673,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (39269,180471,1,-3636.02,-4451.34,29.7045,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (39270,180471,1,-3635.75,-4471.28,29.6379,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (39271,180471,1,-3635.14,-4443.24,23.3006,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (39272,180471,1,230.898,1256.31,200.013,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (39273,180471,1,260.314,1236.01,198.766,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (39274,180471,1,253.91,1267.9,198.785,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (39275,180471,1,259.958,1242.72,198.737,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (39276,180471,1,233.925,1243.5,200.501,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (39277,180471,1,251.313,1274.02,198.712,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (39278,180471,1,-4394.86,3277.05,20.1297,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (39279,180471,1,-4341.35,3274.67,22.2062,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (39280,180471,1,-4349.85,3283.19,22.1567,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (39281,180471,1,-4392.77,3309.38,19.9972,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (39282,180471,1,-4372.85,3260.74,20.0147,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (39283,180471,1,-4349.34,3301.98,22.0187,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (39284,180471,1,-4354.57,3260.12,20.382,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (39285,180471,1,-4360.55,3319.92,21.281,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39286,180471,1,-4349.59,3293.71,22.0801,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (39287,180471,1,-4391.23,3261.15,20.451,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (39288,180471,1,-4382.14,3320.5,21.234,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (39289,180471,1,-6885.02,737.509,54.511,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (39290,180471,1,-6864.03,747.955,54.6475,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (39291,180471,1,-6851.33,722.142,54.518,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (39292,180471,1,-6872.17,711.655,54.4945,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (39293,180471,1,-7154.19,-3862.34,12.1344,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (39294,180471,1,-7171.17,-3835.93,11.6742,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (39295,180471,1,-7178.94,-3852.8,11.2204,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (39296,180471,1,-7153.02,-3856.03,11.9569,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (39297,180471,1,-7174.15,-3853.9,10.9993,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (39298,180471,1,-7149.11,-3841.04,11.9541,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (39299,180471,1,-7148.22,-3857.14,12.1973,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (39300,180471,1,-7144.04,-3840.93,11.25,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (39301,180471,1,-7174.92,-3857.43,12.1441,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (39302,180471,1,-7175.17,-3835.4,12.1882,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (39303,180471,0,-6673.52,-2171.27,251.275,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (39304,180471,0,-6685.01,-2232.09,269.41,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (39305,180471,0,-6668.12,-2221.59,269.438,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (39306,180471,0,-6679.67,-2221.86,269.32,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (39307,180471,0,-6679.01,-2241.85,269.32,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (39308,180471,0,-6667.32,-2241.73,269.348,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (39309,180471,0,-6640.64,-2163.38,254.629,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (39310,180471,0,-6648.83,-2157.49,249.878,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (39311,180471,0,-6663.77,-2178.08,251.263,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (39312,180471,0,-6648.77,-2167.1,254.813,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (39313,180471,0,-6636.26,-2156.2,254.718,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (39314,180471,0,-6662.02,-2231.45,269.445,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (39315,180471,0,-6667.7,-2145.33,254.822,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (39316,180471,0,-6668.53,-2154.42,254.787,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (39317,180471,0,-6646.79,-2134.73,254.655,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (39318,180471,0,-6646.55,-2145.34,250.187,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (39319,180471,0,-6655.15,-2134.47,254.785,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (39320,180471,0,-6663.32,-2138.31,254.723,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (39321,180471,0,-6635.49,-2147.32,254.797,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (39322,180471,0,-6639.38,-2139.92,254.712,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (39323,180471,0,-891.118,-3541.33,91.1892,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (39324,180471,0,-891.26,-3531.3,91.0084,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (39325,180471,0,-925.611,-3542.43,78.6179,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (39326,180471,0,-905.672,-3516.52,78.8484,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (39327,180471,0,-914.938,-3531.33,90.9304,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (39328,180471,0,-925.2,-3516.33,78.2995,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (39329,180471,0,-914.658,-3541.44,91.1833,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (39330,180471,0,-924.997,-3529.37,78.2877,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (39331,180471,0,-34.0608,-947.181,78.1744,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (39332,180471,0,-37.6892,-957.658,78.1397,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (39333,180471,0,-46.4722,-954.578,78.1535,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (39334,180471,0,-14467.8,492.974,24.0386,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (39335,180471,1,-403.385,-2632.72,102.593,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (39336,180471,1,-401.884,-2618.22,107.491,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (39337,180471,1,-428.089,-2633.34,107.454,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (39338,180471,1,-377.655,-2637.33,106.826,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (39339,180471,1,-390.236,-2667.55,106.624,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (39340,180471,1,-420.762,-2665.7,106.676,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (39341,180471,1,-397.973,-2654.99,102.572,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (39342,180471,1,-2383.2,-1997.34,100.36,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (39343,180471,1,-2365.43,-1965.56,104.24,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (39344,180471,1,-2373.57,-1981.27,100.312,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (39345,180471,1,-2353.31,-1972.59,104.595,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (39346,180471,1,-2362.61,-1965.92,104.197,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (39347,180471,1,-2355.94,-1968.05,104.677,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (39348,180471,1,-2360.36,-1965.44,104.34,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39349,180471,1,-2355.26,-1970.25,104.4,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (39350,180471,1,-2378.95,-1990.2,100.47,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (39351,180471,1,-5466.99,-2447.34,93.3513,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (39352,180471,1,-5461.42,-2460.63,93.1646,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (39353,180471,1,2327.65,-2586.37,112.986,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (39354,180471,1,2324.24,-2577.28,112.938,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (39355,180471,1,2319.53,-2566.14,113.076,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (39356,180471,1,2323.06,-2574.41,112.956,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (39357,180471,1,2353.42,-2549.89,113.795,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (39358,180471,1,2362.1,-2556.06,113.853,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (39359,180471,1,2337.86,-2548.36,113.651,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (39360,180471,1,2328.66,-2589.87,113.002,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (39361,180471,1,2368.52,-2560.44,113.866,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (39362,180471,1,2334.76,-2550.61,113.581,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (39363,180471,1,2328.53,-2555.31,113.378,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (39364,180471,1,2325.68,-2557.59,113.228,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (39365,180471,1,2331.67,-2553.05,113.442,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (39366,180471,1,2359.19,-2553.9,113.774,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (39367,180471,1,2320.77,-2568.89,112.99,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (39368,180471,1,2322.48,-2560.03,113.106,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (39369,180471,1,2356.38,-2551.83,113.815,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (39370,180471,1,2350.36,-2547.8,113.782,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (39371,180471,1,2326.39,-2583.17,112.977,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (39372,180471,1,2325.22,-2580.14,112.956,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (39373,180471,1,2347.39,-2545.48,113.85,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (39374,180471,1,2364.95,-2557.85,113.885,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (39375,180471,1,2340.89,-2546.01,113.742,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (39376,180471,1,2321.95,-2571.65,112.948,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (39377,180471,1,911.53,902.538,112.567,1.0472,0,0,0.5,0.866025,180,180,100,1), + (39378,180471,1,922.608,918.924,112.708,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (39379,180471,1,919.408,907.153,112.068,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (39380,180471,1,884.424,932.247,118.031,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (39381,180471,1,899.214,930.042,109.838,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (39382,180471,1,921.299,909.95,112.082,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (39383,180471,1,-1609.93,3131.58,50.2661,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (39384,180471,1,-1602.8,3126.71,50.3806,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (39385,180471,1,-1578.83,3138.73,50.6807,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (39421,180472,0,-4842.57,-857.819,506.665,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (39422,180472,0,-4878.74,-988.53,508.603,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (39423,180472,0,-4887.75,-995.85,508.607,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (39424,180472,0,-4896.72,-1003.29,508.574,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (39425,180472,0,-5578.99,-462.439,412.273,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (39426,180472,0,-5605.22,-531.842,402.575,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (39427,180472,0,-8832.67,608.795,99.9003,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (39428,180472,0,-9464.31,-9.875,68.3207,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (39429,180472,0,-9471.79,39.8953,71.1019,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (39430,180472,0,-9475.47,9.11111,68.4426,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (39431,180472,0,-9479.52,33.8819,66.9817,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (39432,180472,0,-9481.46,18.3229,66.9625,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (39433,180472,1,9937.76,2510.55,1325.3,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (39434,180472,1,9837.19,965.625,1316.69,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (39435,180472,1,9782.48,949.056,1316.65,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (39436,180472,1,9775.4,892.347,1306.31,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (39437,180472,1,6420.51,505.382,17.2161,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (39438,180472,1,6436.43,515.628,16.5424,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (39439,180472,1,6389.4,515.325,17.244,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (39440,180472,1,6381.98,532.99,16.5859,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (39522,180472,0,-3843.5,-843.964,19.6402,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (39523,180472,0,-3803.76,-815.917,19.7024,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (39524,180472,0,-3808.17,-843.53,21.5903,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (39525,180472,0,-3816.09,-815.701,19.6684,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (39526,180472,0,-3824.66,-843.351,21.5253,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (39527,180472,0,-3798.85,-840.222,19.7102,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (39528,180472,0,-3832.36,-823.182,21.5255,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39529,180472,0,-3845.59,-836.68,24.208,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (39530,180472,0,-3798.68,-831.174,19.7026,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (39531,180472,0,-3806.48,-823.415,25.1391,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39532,180472,0,-3827.92,-815.467,19.6712,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (39533,180472,0,-3836.12,-843.486,19.6667,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (39534,180472,0,-3844.39,-827.165,19.7118,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (39535,180472,0,-3795.23,-835.738,16.6216,0,0,0,0,1,180,180,100,1), + (39536,180472,0,-3850.24,-836.247,21.4533,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39537,180472,0,-3835.5,-827.337,19.6931,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (39538,180472,0,-849.115,-547.715,18.1846,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (39539,180472,0,-23.5729,-940.104,60.5031,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (39540,180472,0,-10.9757,-902.566,61.6934,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (39541,180472,0,-5.19358,-921.897,60.9012,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (39542,180472,1,346.632,-4673.57,24.1462,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (39543,180472,1,353.672,-4686.45,24.1544,3.14159,0,0,1,0,180,180,100,1), + (39544,180472,1,341.216,-4695.41,24.1655,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (39545,180472,1,334.332,-4674.82,24.1872,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (39546,180472,1,330.917,-4688.35,24.1428,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (39547,180472,1,1592.2,-4447.56,43.1374,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (39548,180472,1,1583.33,-4459.53,15.0132,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (39549,180472,1,1613.1,-4444.98,34.0966,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (39550,180472,1,1616.23,-4391.12,22.1337,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (39551,180472,1,1607.97,-4370.9,22.1793,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (39552,180472,1,1656.34,-4430.03,34.135,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (39553,180472,1,1628.77,-4422.48,34.6505,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (39554,180472,1,1621.22,-4353.55,22.1485,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (39555,180472,1,1675.43,-4404.3,37.0884,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (39556,180472,0,2252.43,339.427,40.0785,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (39557,180472,0,2261.29,332.288,40.0521,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (39558,180472,0,2259.29,339.141,39.49,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (39559,180472,0,2239.73,323.781,40.0553,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (39560,180472,0,2267.16,342.884,45.8091,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (39561,180472,0,2216.67,314.182,42.7254,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (39562,180472,0,2245.58,312.681,42.7052,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (39563,180472,0,2248.52,316.682,40.0532,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (39564,180472,0,2221.13,321.8,47.3332,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (39565,180472,0,2234.34,299.293,42.6905,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (39566,180472,0,2253.25,257.127,45.7153,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (39567,180472,0,2304.21,260.66,54.2393,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (39568,180472,0,2269.48,254.275,45.6593,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (39569,180472,0,2315.76,263.325,44.0152,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (39570,180472,0,2264.58,227.84,44.1995,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (39571,180472,0,2239.4,251.462,40.7591,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (39572,180472,0,2247.41,231.62,51.3689,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (39573,180472,0,2249.1,230.59,44.2678,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (39574,180472,0,2257.21,229.922,51.3778,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (39575,180472,0,2274.03,233.228,45.6284,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (39576,180472,0,2293.73,243.386,45.5457,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (39577,180472,0,2267.04,228.241,51.4395,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (39578,180472,0,1630.7,258.837,-35.4783,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (39579,180472,0,1565.93,214.653,-35.4852,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (39580,180472,0,1566.49,266.5,-35.4783,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (39581,180472,0,1561.04,259.306,-35.4713,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (39582,180472,0,1560.73,221.87,-35.4783,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (39583,180472,0,1583.49,202.115,-35.4793,2.37365,0,0,0.927184,0.374607,180,180,100,1), + (39584,180472,0,1595.74,247.67,-47.3432,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (39585,180472,0,1595.68,233.139,-47.3432,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (39586,180472,0,1595.8,207.281,-45.7957,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (39587,180472,0,1630.36,221.266,-35.4991,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (39588,180472,0,1625.08,214.17,-35.4436,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (39589,180472,0,1625.44,266.028,-35.4852,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (39590,180472,0,1607.38,202.161,-35.507,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (39591,180472,0,1584.11,278.58,-35.4862,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (39592,180472,0,1607.98,278.264,-35.5209,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (39609,180472,1,-2366.23,-341.423,-4.00298,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (39610,180472,1,-2356.78,-345.862,-4.01085,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (39611,180472,1,-2373.83,-337.652,-4.00746,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (39612,180472,1,-2381.07,-341.387,4.20557,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (39613,180472,1,-1277.57,50.0303,138.394,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (39614,180472,1,-1309.48,36.8389,136.39,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (39615,180472,1,-1294.51,39.5434,136.457,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (39616,180472,1,-1301.65,41.0712,136.434,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (39617,180472,1,-1311.22,31.8542,136.465,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (39618,180472,0,-10640.6,1198.93,41.7194,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (39619,180472,0,-10648.7,1156.17,41.4305,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (39620,180472,0,-10633.2,1177.2,41.7219,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (39621,180472,0,-10656.5,1161.75,45.8833,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (39622,180472,0,-10641.1,1167.03,41.312,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (39623,180472,0,-10632.8,1193.89,45.9387,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (39624,180472,0,-10656.2,1178.29,41.433,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (39625,180472,0,-10664.3,1167.84,42.0422,-2.82743,0,0,0.987688,-0.156434,180,180,100,1), + (39626,180472,0,-10648.7,1188.67,41.301,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (39627,180472,0,-10544.9,-1160.03,34.5908,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (39628,180472,0,-10559.4,-1133.95,37.0414,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (39629,180472,0,-10524.2,-1154.26,32.231,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (39630,180472,0,-9215.49,-2167.42,81.5162,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (39631,180472,0,-9235.43,-2167.01,81.5096,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (39632,180472,0,-9246.51,-2148.59,70.8801,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (39633,180472,0,-9209.25,-2161.15,75.8212,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (39634,180472,0,-9233.54,-2167.75,74.37,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (39635,180472,0,-9243.5,-2168.35,74.833,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (39636,180472,0,-9219.71,-2158.61,69.0896,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (39637,180472,0,-9225.44,-2167.16,81.5397,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (39638,180472,0,-9217.88,-2167.94,74.3742,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (39639,180472,0,-9225.25,-2144.25,67.629,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (39640,180472,0,-9213.14,-2147.57,78.884,3.14159,0,0,1,0,180,180,100,1), + (39641,180472,0,-9217.1,-2141.01,75.8143,2.09439,0,0,0.866025,0.5,180,180,100,1), + (39642,180472,0,-9233.64,-2140.88,75.8632,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (39643,180472,0,-9191.43,-2148.04,75.698,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (39644,180472,0,-5367.11,-2960.09,332.67,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (39645,180472,0,-5379.22,-2954.44,325.51,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (39646,180472,0,-5359.61,-2966.95,332.67,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (39647,180472,0,-5386.62,-2949.31,329.708,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (39648,180472,0,-5372.72,-2977.01,332.773,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (39649,180472,1,6710.43,-4697.76,727.29,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (39650,180472,1,6687.56,-4659.61,726.272,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (39651,180472,1,6687.81,-4654.68,726.512,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (39652,180472,1,6694.94,-4654.86,726.554,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (39653,180472,1,6699.99,-4659.21,726.566,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (39654,180472,1,6678.45,-4685.41,726.529,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (39655,180472,1,6672.75,-4668.83,726.472,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (39656,180472,1,6686.6,-4680.93,726.239,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (39657,180472,1,6695.16,-4686.57,725.587,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (39658,180472,1,6677.68,-4669.08,726.274,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (39659,180472,1,6672.24,-4680.43,726.477,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (39660,180472,1,6686.35,-4685.88,726.423,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (39661,180472,1,6699.06,-4681.76,726.468,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (39662,180472,1,6673.26,-4659.15,726.477,3.14159,0,0,1,0,180,180,100,1), + (39663,180472,1,6677.13,-4654.32,725.606,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (39664,180472,1,2766.13,-396.896,119.367,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (39665,180472,1,2775.8,-436.295,121.444,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (39666,180472,1,2737.16,-433.642,120.048,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (39667,180472,1,2748.22,-403.135,120.055,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (39668,180472,1,2746.87,-450.457,119.343,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (39669,180472,1,2779.35,-426.358,121.454,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (39670,180472,1,-852.826,-3748.06,31.8919,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (39671,180472,1,-915.629,-3729.13,13.9103,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (39672,180472,1,-917.16,-3724.57,13.9439,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (39673,180472,1,-976.174,-3672.39,16.7423,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (39674,180472,1,-1045.75,-3666.28,28.8748,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (39675,180472,1,-3619.92,-4443.08,23.8725,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (39676,180472,1,-3622.45,-4480.15,23.8967,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39677,180472,1,-3610.87,-4442.94,23.865,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (39678,180472,1,-3606.17,-4480.03,23.8483,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (39679,180472,1,-3615.41,-4439.53,20.7609,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (39680,180472,1,-3610.98,-4460.68,18.4407,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (39681,180472,1,-3605.42,-4487.4,23.8798,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (39682,180472,1,-3622.32,-4489.05,23.8983,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (39683,180472,1,-3634.97,-4448.79,23.872,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (39684,180472,1,-3634.58,-4472.98,23.8783,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (39685,180472,1,-3634.83,-4461.12,23.8873,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (39686,180472,1,222.934,1252.56,202.113,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (39687,180472,1,239.394,1280.44,200.081,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (39688,180472,1,225.439,1242.2,202.126,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (39689,180472,1,252.698,1225,200.066,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (39690,180472,1,-4393.83,3269.74,21.5106,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (39691,180472,1,-4371.37,3317.45,21.4659,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (39692,180472,1,-4383.75,3258.02,22.7724,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (39693,180472,1,-4394.25,3302.18,21.6209,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39694,180472,1,-4340.62,3301.73,23.5147,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (39695,180472,1,-4353.02,3317,21.784,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (39696,180472,1,-4362.25,3257.48,22.7778,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (39697,180472,1,-4350.06,3274.92,23.5513,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (39698,180472,1,-4390.11,3318,21.9916,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (39699,180472,1,-6876.86,713.354,54.5631,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (39700,180472,1,-6861.49,733.155,52.3494,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (39701,180472,1,-6867.31,709.95,52.9809,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (39702,180472,1,-6886.48,732.583,54.4935,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (39703,180472,1,-6869.42,750.474,53.3019,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (39704,180472,1,-6883.95,743.286,53.2916,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (39705,180472,1,-6852.83,717.257,52.9591,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (39706,180472,1,-7210.25,-3775.28,17.9253,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (39707,180472,1,-7216.49,-3801.31,4.1354,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (39708,180472,1,-7216.58,-3806.44,4.14484,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (39709,180472,1,-7192.19,-3738.15,18.1441,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (39710,180472,1,-7171.93,-3843.47,13.3424,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (39711,180472,1,-7148,-3836.26,13.5734,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (39712,180472,1,-7151.06,-3848.36,13.2882,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (39713,180472,1,-7165.52,-3859.74,13.5475,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (39714,180472,1,-7164.4,-3854.98,13.3331,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (39715,180472,1,-7146.3,-3849.48,13.5178,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (39716,180472,1,-7176.67,-3842.37,13.5859,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (39717,180472,1,-7170.03,-3831.27,13.6756,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (39718,180472,1,-7095.14,-3797.82,18.3354,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (39719,180472,1,-7093.06,-3755.53,18.3397,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (39720,180472,0,-6681.36,-2236.3,270.772,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (39721,180472,0,-6672.46,-2241.6,270.737,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (39722,180472,0,-6668.61,-2174.53,252.737,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (39723,180472,0,-6681.73,-2226.44,270.778,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (39724,180472,0,-6673.44,-2221.65,270.73,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (39725,180472,0,-6664.48,-2227.04,270.716,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (39726,180472,0,-6664.86,-2237,270.751,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (39727,180472,0,-6635.87,-2152.03,256.184,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (39728,180472,0,-6645.15,-2165.36,256.199,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (39729,180472,0,-6667.97,-2149.44,256.206,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (39730,180472,0,-6658.88,-2136.14,256.194,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (39731,180472,0,-6642.87,-2137.6,256.218,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (39732,180472,0,-6644.61,-2151.25,251.631,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39733,180472,0,-6650.21,-2145.54,251.282,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (39734,180472,0,-914.611,-3525.91,92.4604,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (39735,180472,0,-891.455,-3546.66,92.3286,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (39736,180472,0,-915.698,-3516.3,84.1516,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (39737,180472,0,-891.582,-3536.21,92.6192,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (39738,180472,0,-916.278,-3556.08,84.1787,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (39739,180472,0,-914.644,-3536.08,92.5044,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (39740,180472,0,-925.279,-3535.94,79.8783,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (39741,180472,0,-914.679,-3546.86,92.3193,3.14159,0,0,1,0,180,180,100,1), + (39742,180472,0,-925.076,-3522.8,79.7578,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (39743,180472,0,-891.604,-3525.95,92.521,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (39744,180472,0,-14459.5,488.271,19.8451,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (39745,180472,0,-14460.7,477.214,22.0198,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (39746,180472,1,-415.328,-2640.18,103.888,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (39747,180472,1,-393.637,-2640.78,103.934,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (39748,180472,1,-458.358,-2678.75,104.026,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (39749,180472,1,-446.293,-2676.3,104.009,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (39750,180472,1,-413.173,-2652.4,103.903,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (39751,180472,1,-2380.11,-2004.98,109.951,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (39752,180472,1,-2375.91,-1963.25,104.419,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (39753,180472,1,-2358.07,-1966.65,105.901,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (39754,180472,1,-2366.04,-1980.97,109.867,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (39755,180472,1,-2367.81,-1984.4,103.985,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (39756,180472,1,-2346.41,-1980.65,104.418,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (39757,180472,1,-5484,-2445.51,94.35,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (39758,180472,1,-5471.17,-2475.57,94.3389,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (39759,180472,1,-5461.55,-2453.59,98.6207,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (39760,180472,1,2337.23,-2579.24,110.568,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (39761,180472,1,2333.12,-2564.26,110.542,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (39762,180472,1,2343.47,-2556.66,110.625,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (39763,180472,1,2351.87,-2577.11,110.525,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (39764,180472,1,2355.06,-2565.08,110.534,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (39765,180472,1,917.764,907.281,113.52,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (39766,180472,1,920.682,911.196,113.52,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (39767,180472,1,920.259,908.49,113.506,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (39768,180472,1,907.547,916.684,119.476,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (39769,180472,1,907.752,924.128,111.285,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (39770,180472,1,892.167,934.877,111.278,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (39771,180472,1,-1607.06,3158.34,51.9636,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (39772,180472,1,-1585.55,3139.68,51.5643,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (39773,180472,1,-1586.91,3158.36,51.9763,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (39774,180472,1,-1582.26,3144.87,51.5921,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (39805,186269,189,1774.87,1347.73,17.9662,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (39806,186269,189,1774.77,1349.65,18.0742,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (39807,186269,189,1776.55,1346.47,17.9903,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (39808,186269,189,1776.73,1350.71,18.2772,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (39809,186269,189,1778.53,1347.8,18.1645,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (39810,186269,189,1778.41,1349.91,18.2217,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (39811,186269,189,1765.26,1347.54,17.5504,0.069813,0,0,0.034899,0.999391,180,180,41,1), + (39812,186328,189,1777.72,1349.6,18.2638,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (39813,186328,189,1775.78,1346.66,18.0012,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (39814,186328,189,1777.65,1347.4,18.1198,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (39816,2045,0,-366.25,1783.86,-15.3409,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (39819,1804,0,-8941.22,-2313.92,132.45,3.14159,0,0,1,0,7200,7200,100,1), + (39820,2045,0,-417.752,1724.76,-4.57706,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (39821,180407,0,-10471,-3266.66,38.9726,1.72788,0,0,0.760406,0.649448,600,600,100,1), + (39822,180405,0,-10462.6,-3282.97,21.4072,2.68781,0,0,0.97437,0.224951,600,600,100,1), + (39823,180407,0,-10402.7,-3292.8,31.1736,0.471239,0,0,0.233445,0.97237,600,600,100,1), + (39824,180406,0,-10476,-3263.56,21.0499,-2.82743,0,0,0.987688,-0.156434,600,600,100,1), + (39825,180472,0,-10489.9,-3270.82,31.7689,-1.09956,0,0,0.522499,-0.85264,600,600,100,1), + (39826,180406,0,-10411.9,-3293,31.355,0.366519,0,0,0.182236,0.983255,600,600,100,1), + (39827,180406,0,-10468.9,-3269.33,20.2304,1.43117,0,0,0.656059,0.75471,600,600,100,1), + (39828,180472,0,-10466.6,-3260.92,28.5181,-0.087267,0,0,0.04362,-0.999048,600,600,100,1), + (39829,180405,0,-10374.5,-3254.37,30.9464,2.44346,0,0,0.939693,0.34202,600,600,100,1), + (39830,180406,0,-10379.3,-3246.54,30.7355,2.47837,0,0,0.945519,0.325568,600,600,100,1), + (39831,180405,0,-10465.6,-3252.2,20.1782,2.32129,0,0,0.91706,0.398749,600,600,100,1), + (39832,180407,0,-10474.7,-3254.83,21.0492,0.226893,0,0,0.113203,0.993572,600,600,100,1), + (39833,180407,0,-10466.9,-3254.33,37.8394,1.81514,0,0,0.788011,0.615662,600,600,100,1), + (39834,180472,0,-10484.8,-3243.19,31.8426,1.13446,0,0,0.5373,0.843391,600,600,100,1), + (39835,180405,0,-10457.7,-3220.28,31.4225,-2.72271,0,0,0.978148,-0.207912,600,600,100,1), + (39836,180472,0,-10490.8,-3249.92,27.0335,-1.8326,0,0,0.793353,-0.608761,600,600,100,1), + (39837,180523,0,-10489.8,-3249.77,21.3302,-1.13446,0,0,0.5373,-0.843391,1,1,100,1), + (39838,180406,0,-10466.9,-3220.31,31.1332,-2.77507,0,0,0.983255,-0.182235,600,600,100,1), + (39839,180412,0,-10487.7,-3256.98,21.0293,1.27409,0,0,0.594823,0.803857,600,600,100,1), + (39840,180472,0,-10511.1,-3252.49,31.7915,2.96706,0,0,0.996195,0.087156,600,600,100,1), + (39841,180471,0,-10498.1,-3248.7,25.864,0.261799,0,0,0.130526,0.991445,600,600,100,1), + (39842,180472,0,-10505.7,-3267.78,31.8062,-2.16421,0,0,0.882948,-0.469472,600,600,100,1), + (39843,180471,0,-10500.6,-3256.17,25.7453,2.37365,0,0,0.927184,0.374607,600,600,100,1), + (39844,180472,0,-10502.4,-3252.83,27.2633,-0.087267,0,0,0.04362,-0.999048,600,600,100,1), + (39845,180472,0,-10500.6,-3240.27,31.8518,2.02458,0,0,0.848048,0.529919,600,600,100,1), + (39848,180523,0,-4839.18,-863.865,510.518,2.86234,0,0,0.990268,0.139173,1,1,100,1), + (39849,180523,0,-5584.79,-539.93,404.089,-0.663225,0,0,0.325568,-0.945519,1,1,100,1), + (39850,180523,0,-8860.01,674.45,98.6253,-2.14675,0,0,0.878817,-0.477159,1,1,100,1), + (39851,180523,1,9815.24,967.38,1309.05,-1.69297,0,0,0.748956,-0.66262,1,1,100,1), + (39852,180523,1,6415.74,512.385,8.92158,1.65806,0,0,0.737277,0.67559,1,1,100,1), + (39867,180523,0,-3823.61,-833.012,10.3683,1.15192,0,0,0.544639,0.838671,1,1,100,1), + (39868,180523,0,-852.939,-568.741,11.3427,-2.75762,0,0,0.981627,-0.190809,1,1,100,1), + (39869,180523,0,-12.8681,-927.523,57.6167,-2.54818,0,0,0.956305,-0.292372,1,1,100,1), + (39870,180523,1,340.696,-4697.91,16.7286,-0.279253,0,0,0.139173,-0.990268,1,1,100,1), + (39871,180523,1,1635.93,-4443.07,16.0593,0.645772,0,0,0.317305,0.948324,1,1,100,1), + (39872,180523,0,2269.13,249.087,34.9444,0.244346,0,0,0.121869,0.992546,1,1,100,1), + (39873,180523,0,1645.08,218.875,-42.7976,0.069813,0,0,0.034899,0.999391,1,1,100,1), + (39877,180523,1,-2371.92,-348.406,-8.67921,2.32129,0,0,0.91706,0.398749,1,1,100,1), + (39878,180523,1,-1286.76,37.5031,129.486,2.44346,0,0,0.939693,0.34202,1,1,100,1), + (39879,180523,0,-10645.5,1176.89,34.7773,0.139626,0,0,0.069756,0.997564,1,1,100,1), + (39880,180523,0,-10515.5,-1154.88,28.8079,1.27409,0,0,0.594823,0.803857,1,1,100,1), + (39881,180523,0,-9217.99,-2151.35,64.6316,1.93731,0,0,0.824126,0.566406,1,1,100,1), + (39882,180523,0,-5377.69,-2966.28,322.342,0.645772,0,0,0.317305,0.948324,1,1,100,1), + (39883,180523,1,6692.21,-4661.61,721.989,-1.309,0,0,0.608761,-0.793353,1,1,100,1), + (39884,180523,1,2760.96,-430.809,111.749,-2.32129,0,0,0.91706,-0.398749,1,1,100,1), + (39885,180523,1,-1055.18,-3667.13,24.1591,0.994838,0,0,0.477159,0.878817,1,1,100,1), + (39886,180523,1,-3612.08,-4469.29,14.8008,-2.72271,0,0,0.978148,-0.207912,1,1,100,1), + (39887,180523,1,237.868,1255.6,192.428,-1.72788,0,0,0.760406,-0.649448,1,1,100,1), + (39888,180523,1,-4381.68,3279.98,13.8363,2.74017,0,0,0.979925,0.199368,1,1,100,1), + (39889,180523,1,-6863.62,725.828,45.9329,-2.28638,0,0,0.909961,-0.414693,1,1,100,1), + (39890,180523,1,-7154.14,-3842.12,9.06118,-1.46608,0,0,0.669131,-0.743145,1,1,100,1), + (39891,180523,0,-6647.28,-2156.66,245.629,-2.33874,0,0,0.920505,-0.390731,1,1,100,1), + (39892,180523,0,-914.346,-3520.18,73.1017,-2.3911,0,0,0.930418,-0.366501,1,1,100,1), + (39893,180523,0,-14463.1,479.976,20.7248,-1.16937,0,0,0.551937,-0.833886,1,1,100,1), + (39894,180523,1,-399.312,-2643.31,96.4938,-0.890118,0,0,0.430511,-0.902585,1,1,100,1), + (39895,180523,1,-2378.3,-2000.52,96.9825,-2.44346,0,0,0.939693,-0.34202,1,1,100,1), + (39896,180523,1,-5471.74,-2463.49,89.5615,-2.86234,0,0,0.990268,-0.139173,1,1,100,1), + (39897,180523,1,2347.42,-2573.19,103.044,-2.02458,0,0,0.848048,-0.529919,1,1,100,1), + (39898,180523,1,905.736,911.613,106.549,-2.56563,0,0,0.95882,-0.284015,1,1,100,1), + (39899,180523,1,-1582.53,3141.49,46.7652,-2.58309,0,0,0.961262,-0.275637,1,1,100,1), + (39921,174794,0,-9360.51,543.767,48.4284,1.51031,0,0,0.685401,0.728166,25,25,0,1), + (39923,164688,230,525.067,-238.766,-41.0167,-0.881392,0,0,-0.426569,0.904455,600,600,100,0), + (39924,174559,230,806.742,-358.63,-49.3422,0.759217,0,0,0.370557,0.92881,600,600,100,1), + (39925,170607,230,848.268,-197.164,-43.6743,-1.03847,0,0,-0.496216,0.868199,600,600,100,1), + (39926,174448,230,826.894,-170.856,-49.7396,-2.522,0,0,0.952396,-0.304864,600,600,100,1), + (39927,180570,0,-858.213,-577.129,13.7121,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (39928,176583,1,3634.74,-5081.17,87.0803,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (39929,176583,1,3946.57,-5300.64,126.174,0,0,0,0,1,300,300,0,1), + (39930,176584,1,2944.55,-4102.77,104.082,0,0,0,0,1,300,300,0,1), + (39931,176584,1,3870.36,-5051.52,131.018,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (39932,142140,1,2994.69,-4191.74,99.2509,0,0,0,0,1,300,300,0,1), + (39933,142140,1,3247.26,-4355.22,128.791,0,0,0,0,1,300,300,0,1), + (39934,142140,1,3435.67,-4595.98,104.198,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (39935,142140,1,3679.39,-5030.5,137.12,0,0,0,0,1,300,300,0,1), + (39936,176586,1,3503.66,-4555.64,130.593,0,0,0,0,1,300,300,0,1), + (39937,175404,1,2454.85,-6524.62,13.1702,0,0,0,0,1,300,300,0,1), + (39938,142142,1,2952.15,-4158.74,99.8019,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (39939,142142,1,3146.87,-4251.87,101.115,0,0,0,0,1,300,300,0,1), + (39940,142142,1,3282.85,-4195.96,108.182,0,0,0,0,1,300,300,0,1), + (39941,2040,1,3280.91,-4263.56,128.709,0,0,0,0,1,300,300,0,1), + (39942,2336,1,51.3821,-777.908,-7.49511,3.14159,0,0,1,0,900,900,100,1), + (39943,179488,1,929.189,-277.671,18.1227,-2.37365,0,0,0.927184,-0.374607,7200,7200,100,1), + (39944,324,1,-6379.43,-1967.41,-166.9,0,0,0,0,1,300,300,0,1), + (39945,175404,1,-7247.48,-1466.81,-227.61,0,0,0,0,1,300,300,0,1), + (39952,176584,0,-8296.72,-1910.3,142.82,0,0,0,0,1,300,300,0,1), + (39954,176584,0,-7785.81,-1741.95,133.241,0,0,0,0,1,300,300,0,1), + (39955,176586,0,-8277.23,-2797.4,168.285,0,0,0,0,1,300,300,0,1), + (39956,176586,0,-8178.27,-3033.76,162.67,0,0,0,0,1,300,300,0,1), + (39957,142142,0,-7710.37,-2015.47,133.439,0,0,0,0,1,300,300,0,1), + (39958,142142,0,-8042.05,-2924.21,133.322,0,0,0,0,1,300,300,0,1), + (39959,1624,0,-7044.2,-3581.83,242.035,0,0,0,0,1,300,300,0,1), + (39960,1620,0,684.037,1134.15,55.1769,-0.925024,0,0,-0.446198,0.894934,300,300,100,1), + (39961,1620,0,668.948,1072.93,55.419,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (39967,2866,0,-7316.03,-3449.29,314.218,0,0,0,0,1,300,300,0,1), + (39968,2041,0,-3387.81,-2701.29,8.18293,0,0,0,0,1,300,300,0,1), + (39970,2866,0,-6789.56,-1452.27,171.825,0,0,0,0,1,300,300,0,1), + (39971,2866,0,-7081.08,-1059.23,240.712,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (39972,2061,0,-8941.22,-2313.92,132.45,3.14159,0,0,1,0,7200,7200,100,1), + (39973,1805,0,-8982.22,-2184.03,132.55,3.14159,0,0,1,0,7200,7200,100,1), + (39974,2061,0,-8982.22,-2184.03,132.55,3.14159,0,0,1,0,7200,7200,100,1), + (39975,1624,0,-10945.9,120.067,37.8769,0,0,0,0,1,300,300,0,1), + (39976,1624,0,-10253.2,478.01,36.3302,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (39978,1806,0,-9036.92,-2411.91,129.159,3.14159,0,0,1,0,7200,7200,100,1), + (39979,1622,0,-10513.1,291.466,31.6615,0,0,0,0,1,300,300,0,1), + (39987,2061,0,-9036.92,-2411.91,129.159,3.14159,0,0,1,0,7200,7200,100,1), + (39988,1623,0,-10761.2,-357.067,95.771,0,0,0,0,1,300,300,0,1), + (39995,1628,0,-10536.1,400.886,32.0835,0,0,0,0,1,300,300,0,1), + (39996,142142,0,-11317.3,-3360.56,7.88618,0,0,0,0,1,300,300,0,1), + (39997,142145,0,-11812,-3348.31,5.77242,0,0,0,0,1,300,300,0,1), + (39999,1622,0,-9172.05,-2443.96,114.471,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (40000,1617,0,-10307.6,1344.26,40.4595,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (40001,1621,0,-11073,1546.55,44.7528,0,0,0,0,1,300,300,0,1), + (40002,1621,0,-11017.3,1273.56,42.0886,0,0,0,0,1,300,300,0,1), + (40011,1624,0,-12781.8,-655.897,64.5905,0,0,0,0,1,300,300,0,1), + (40015,2042,0,-12274,44.3563,17.7245,0,0,0,0,1,300,300,0,1), + (40016,2042,0,-12275.3,22.47,20.5699,0,0,0,0,1,300,300,0,1), + (40022,2046,0,-12348.3,-559.049,28.1487,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (40134,179556,1,1537.06,-4409.45,9.382,1.57399,0,0,0.708235,0.705977,-25,-25,0,2), + (40135,179558,0,-8971.95,552.556,105.971,3.8666,0,0,0.935013,-0.354614,-25,-25,0,2), + (40655,2061,33,-326.002,2090.32,25.3409,1.56207,0,0,0.704015,0.710186,5400,5400,100,1), + (40656,22564,33,-326.139,2089.7,30.2577,-1.91986,0,0,-0.819152,0.573577,5400,5400,100,1), + (40657,2061,33,-326.139,2089.7,30.2577,-1.91986,0,0,-0.819152,0.573577,5400,5400,100,1), + (40658,22565,33,-325.573,2089.16,25.3409,0.270526,0,0,0.134851,0.990866,5400,5400,100,1), + (40659,2061,33,-325.573,2089.16,25.3409,0.270526,0,0,0.134851,0.990866,5400,5400,100,1), + (40660,75295,33,-189.568,2122.88,97.3899,1.39626,0,0,0.642788,0.766044,5400,5400,100,1), + (40661,3659,33,-197.138,2268.28,76.2013,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (40662,75293,33,-190.976,2225.68,79.7585,-1.23918,0,0,-0.580701,0.814117,5200,5200,100,1), + (40663,3695,33,-206.199,2249.48,76.2013,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (40664,3659,33,-232.514,2290.86,74.9993,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (40665,75298,33,-106.541,2164.01,101.52,3.03687,0,0,0.99863,0.052336,5400,5400,100,1), + (40666,3695,33,-257.011,2279.7,74.9993,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (40667,36738,33,-155.171,2185.61,130.643,0.785398,0,0,0.382683,0.92388,2,2,100,1), + (40668,91138,33,-218.464,2237.2,80.7977,-2.18166,0,0,0.887011,-0.461749,300,300,100,1), + (40669,182011,33,-207.395,2245.31,79.7689,-1.90241,0,0,0.814116,-0.580703,300,300,100,1), + (40670,3707,70,-117.284,235.933,-51.811,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (40671,3707,70,54.6041,348.621,-40.4473,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (40672,3707,70,37.0305,227.32,-32.1131,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (40673,123329,70,-355.996,112.829,-43.2036,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (40674,128293,70,-358.599,100.755,-53.1931,1.0472,0,0,0.5,0.866025,300,300,100,1), + (40675,126049,70,-203.678,214.625,-46.4376,2.23402,0,0,0.898794,0.438371,300,300,100,1), + (40676,128196,70,-203.678,214.625,-46.4376,2.23402,0,0,0.898794,0.438371,3600,3600,100,1), + (40677,126049,70,57.257,322.762,-41.8984,-0.418879,0,0,0.207912,-0.978148,300,300,100,1), + (40678,128196,70,57.257,322.762,-41.8984,-0.418879,0,0,0.207912,-0.978148,3600,3600,100,1), + (40679,128293,70,-164.64,301.678,-53.1613,-1.71042,0,0,0.75471,-0.656059,300,300,100,1), + (40680,126049,70,1.60166,236.356,-32.3796,-2.63545,0,0,0.968148,-0.25038,300,300,100,1), + (40681,128196,70,1.60166,236.356,-32.3796,-2.63545,0,0,0.968148,-0.25038,3600,3600,100,1), + (40682,126049,70,-95.1379,337.393,-47.0908,-1.43117,0,0,0.656059,-0.75471,300,300,100,1), + (40683,128196,70,-95.1379,337.393,-47.0908,-1.43117,0,0,0.656059,-0.75471,3600,3600,100,1), + (40684,126049,70,-112.397,230.632,-52.1536,-0.471239,0,0,0.233445,-0.97237,300,300,100,1), + (40685,128196,70,-112.397,230.632,-52.1536,-0.471239,0,0,0.233445,-0.97237,3600,3600,100,1), + (40686,126049,70,-129.112,384.45,-39.9942,-2.04204,0,0,0.85264,-0.522498,300,300,100,1), + (40687,128196,70,-129.112,384.45,-39.9942,-2.04204,0,0,0.85264,-0.522498,3600,3600,100,1), + (40688,142088,70,-1.89168,422.099,-47.1127,-1.62316,0,0,0.725374,-0.688354,300,300,100,1), + (40689,19903,70,-119.96,269.695,-45.7821,-2.11185,0,0,0.870356,-0.492423,1800,1800,100,1), + (40690,19903,70,-143.01,210.889,-46.4858,-0.383972,0,0,0.190809,-0.981627,1800,1800,100,1), + (40691,19903,70,-14.075,300.25,-46.1978,-0.907571,0,0,0.438371,-0.898794,1800,1800,100,1), + (40692,131978,70,-150.166,201.764,-49.9121,-2.98451,0,0,0.996917,-0.078459,3600,3600,100,1), + (40693,131978,70,-73.5079,265.315,-47.6291,2.82743,0,0,0.987688,0.156434,3600,3600,100,1), + (40694,113757,70,21.1868,413.872,-45.0149,-2.02458,0,0,0.848048,-0.529919,300,300,100,1), + (40695,125477,70,-350.81,82.6264,-51.2318,1.93731,0,0,0.824126,0.566406,300,300,100,1), + (40696,130511,70,104.845,272.453,-26.5322,-2.67035,0,0,0.97237,-0.233445,3600,3600,100,1), + (40697,123463,70,-355.018,114.854,-43.2878,2.54818,0,0,0.956305,0.292372,3600,3600,100,1), + (40698,133234,70,96.4808,269.052,-52.1487,-2.70526,0,0,0.976296,-0.21644,3600,3600,100,1), + (40703,179488,1,990.512,-375.106,8.20421,0.593412,0,0,0.292372,0.956305,7200,7200,100,1), + (40704,179488,1,977.922,-379.317,8.87022,-1.65806,0,0,0.737277,-0.67559,7200,7200,100,1), + (40705,179488,1,861.138,-294.96,18.0027,-0.383972,0,0,0.190809,-0.981627,7200,7200,100,1), + (40706,179488,1,962.366,-351.622,17.3785,-0.523599,0,0,0.258819,-0.965926,7200,7200,100,1), + (40707,2849,1,175.248,-871.923,4.12848,-1.02974,0,0,0.492424,-0.870356,7200,7200,100,1), + (40708,2849,1,963.853,-322.229,-0.674117,2.72271,0,0,0.978148,0.207912,7200,7200,100,1), + (40709,2849,1,953.074,-279.746,-0.152094,-1.90241,0,0,0.814116,-0.580703,7200,7200,100,1), + (40710,2849,1,1656.01,1133.06,142.817,-2.79253,0,0,0.984808,-0.173648,7200,7200,100,1), + (40711,2849,1,983.964,-371.61,8.82686,-1.01229,0,0,0.48481,-0.87462,7200,7200,100,1), + (40712,2850,1,825.031,1861.43,1.89357,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (40713,2850,1,673.933,1535.63,-18.8477,-1.62316,0,0,0.725374,-0.688354,7200,7200,100,1), + (40714,141871,1,-271.76,-586.848,54.6868,3.14159,0,0,1,0,900,900,100,1), + (40715,49485,1,905.725,917.909,114.572,-0.008727,0,0,-0.004364,0.99999,900,900,100,1), + (40716,49486,1,889.201,925.77,106.362,0.942477,0,0,0.45399,0.891007,900,900,100,1), + (40717,3662,1,162.03,-900.954,5.84075,2.16421,0,0,0.882948,0.469472,7200,7200,100,1), + (40718,49487,1,903.448,923.333,106.348,-1.39626,0,0,-0.642787,0.766045,900,900,100,1), + (40719,1620,1,147.106,-848.698,-0.954544,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (40720,1620,1,1367.9,110.66,11.5936,-1.3439,0,0,-0.622513,0.782609,300,300,100,1), + (40721,1620,1,2308.11,1501.96,281.706,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (40722,1620,1,99.7222,-762.517,-15.6302,-2.60054,0,0,-0.96363,0.267239,300,300,100,1), + (40723,19541,1,1069,247.825,19.5764,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (40724,19541,1,1139.26,-545.701,7.48719,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (40725,19541,1,1205.69,-536.305,7.69451,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (40726,19541,1,1597.57,767.384,132.161,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (40727,19541,1,1425.79,-197.039,20.3348,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (40739,2041,1,-3923.71,-3395,30.9962,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (40740,2042,1,-3865.61,-3201.42,43.931,-0.139626,0,0,-0.0697563,0.997564,300,300,100,1), + (40742,19904,1,-4344.74,-3312.62,34.4343,2.44346,0,0,0.939693,0.34202,2,2,100,1), + (40743,19905,1,-4328.22,-3004.77,35.538,-2.93215,0,0,0.994522,-0.104529,2,2,100,1), + (40744,1734,1,-2715.27,-3905.9,66.2966,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (40748,19906,1,-4468.35,-2898.64,21.7621,-0.10472,0,0,0.052336,-0.99863,2,2,100,1), + (40749,186450,1,-3987.02,-3688.77,46.9588,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (40750,186450,1,-3920.49,-3755.76,38.9218,1.29154,0,0,0.601815,0.798636,900,900,100,1), + (40751,186450,1,-4094.93,-3790.06,36.385,1.13446,0,0,0.5373,0.843391,900,900,100,1), + (40752,186450,1,-4008.56,-3735.68,45.7889,1.85005,0,0,0.798636,0.601815,900,900,100,1), + (40753,186450,1,-3984.55,-3772.04,40.9397,0.139626,0,0,0.069756,0.997564,900,900,100,1), + (40754,186450,1,-3941.57,-3842.56,35.8808,0.15708,0,0,0.078459,0.996917,900,900,100,1), + (40755,186450,1,-4126.17,-3725.11,37.8951,0.506145,0,0,0.25038,0.968148,900,900,100,1), + (40756,186450,1,-3934.03,-3691.96,42.7914,-0.733038,0,0,0.358368,-0.93358,900,900,100,1), + (40757,1733,1,-3814.19,-3819.94,56.2298,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (40758,4149,1,-5097.62,-3964.18,40.8574,-0.471239,0,0,0.233445,-0.97237,7200,7200,100,1), + (40759,2047,1,-4464.97,-2882.58,22.3767,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (40772,4149,1,-4306.4,-3289.77,35.3826,-2.61799,0,0,0.965926,-0.258819,7200,7200,100,1), + (40773,1734,1,-4337.58,-2598.09,41.2869,-0.890118,0,0,-0.430511,0.902585,300,300,100,1), + (40774,186272,1,-2693.98,-4253.17,3.63396,-2.11185,0,0,0.870356,-0.492423,900,900,100,1), + (40775,186273,1,-2671.49,-4263.42,3.59574,1.46608,0,0,0.669131,0.743145,900,900,100,1), + (40776,186283,1,-2738.74,-4420.66,-11.1825,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (40778,186283,1,-2705.81,-4468.4,-9.34198,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (40780,186283,1,-2738.53,-4376.88,-20.0353,2.18166,0,0,0.887011,0.461749,900,900,100,1), + (40782,186283,1,-2761.82,-4496.42,-21.122,-1.37881,0,0,0.636078,-0.771625,900,900,100,1), + (40784,186283,1,-2597.8,-4356.95,-15.2234,0.279253,0,0,0.139173,0.990268,900,900,100,1), + (40793,1735,1,-4566.88,-2734.63,45.9512,-1.55334,0,0,-0.700908,0.713252,300,300,100,1), + (40796,4149,1,-4399.68,-2954.71,27.334,1.15192,0,0,0.544639,0.838671,7200,7200,100,1), + (40797,2040,1,-4434.57,-2908.51,27.2165,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (40821,1735,1,-4346.2,-3005.47,35.1079,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (40822,3707,1,-2947.81,-2978.97,39.7293,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (40823,1735,1,-2737.97,-2789.71,50.6377,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (40824,2046,1,-3653.49,-3548.63,56.625,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (40828,2043,1,-3686.8,-3145.4,40.6784,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (22030,102413,0,-5095.61,-785.424,496.288,1.37889,0,0,0.636107,0.771601,-10,-10,255,1), + (40832,2042,1,-3841.12,-3422.93,37.834,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (40833,2042,1,-3639.57,-3233.57,35.1359,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (40842,186465,1,-3663.72,-4751.45,0.626044,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (40843,178645,0,-9465.45,-8.79167,62.0397,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (40844,178438,0,-9457.21,-5.32091,62.0467,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (40845,178438,0,-9464.36,-9.85764,66.983,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (40846,180844,0,-9467.18,25.031,62.5621,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (40847,178438,0,-9477.21,10.9063,62.0813,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (40848,178438,0,-9480,25.8073,71.7806,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (40849,178645,0,-9478.65,34.4385,62.0954,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (40850,178438,0,-9481.22,15.8993,71.8324,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (40851,178645,0,-9472.03,0.649306,62.0185,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (40852,178645,0,-9469.84,40.459,62.0731,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (40853,178438,0,-9471.18,7.77159,62.0532,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (40854,178438,0,-9475.47,9.10069,66.9765,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (40855,178438,0,-9468.87,102.127,63.6341,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (40856,178438,0,-9480.93,15.6156,62.2065,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (40857,178438,0,-9478.78,35.6892,71.8364,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (40858,178438,0,-9471.18,43.6858,72.5629,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (40859,178438,0,-9473.43,10.4618,62.0603,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (40860,178438,0,-9468.42,85.2795,63.6443,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (40861,178645,0,-9480.02,23.1914,62.0745,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (40862,178433,0,-9442.94,36.8943,57.9068,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (40863,178436,0,-9457.54,24.0219,61.0303,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (40864,178431,0,-9442.55,39.3654,57.8482,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (40865,178428,0,-9443.72,40.939,58.6151,1.309,0,0,0.608761,0.793353,180,180,100,1), + (40866,178433,0,-9443.25,38.6544,58.2803,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (40867,178432,0,-9444.39,42.5577,57.4761,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (40868,178434,0,-9458.15,19.559,61.0872,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (40869,178438,0,-9459.74,81.3819,66.9234,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (40870,178428,0,-9445.12,38.3211,58.061,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (40871,178438,0,-9452.98,33.5608,62.0325,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (40872,178434,0,-9457.41,25.059,61.0444,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (40873,178435,0,-9457.21,27.0394,61.0356,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (40874,178438,0,-9452.91,31.1285,67.2082,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (40875,178436,0,-9457.25,26.1233,61.0227,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (40876,178438,0,-9455.81,41.3646,60.6918,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (40877,178432,0,-9445.24,39.7915,57.8123,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (40878,178431,0,-9441.94,41.1367,57.4608,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (40879,178438,0,-9451.21,85.7344,63.6779,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (40880,178645,0,-9455.61,13.0335,62.1921,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (40881,178428,0,-9441.89,40.0102,57.7333,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (40882,178433,0,-9444.47,41.5838,57.6757,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (40883,178438,0,-9460.25,105.72,67.0911,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (40884,178431,0,-9447.09,43.0054,57.7438,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (40885,178433,0,-9446.53,42.185,57.6722,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (40886,178438,0,-9462.92,41.9844,60.776,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (40887,178431,0,-9442.88,37.7384,57.9209,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (40888,178438,0,-9453.56,29.5903,62.0117,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (40889,178428,0,-9441.79,37.9808,57.9737,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (40890,178433,0,-9441.67,38.9009,57.7952,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (40891,178434,0,-9457.91,21.5961,61.1023,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (40892,178645,0,-9456.57,1.87245,61.9979,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (40893,178431,0,-9445.59,41.3057,57.7842,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (40894,178432,0,-9443.99,37.3294,57.8718,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (40895,178428,0,-9445.49,42.2693,57.6616,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (40896,178438,0,-9459.1,44.8247,61.924,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (40897,178435,0,-9457.77,22.8301,61.0893,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (40898,178436,0,-9458.04,20.6125,61.1104,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (40899,178554,0,-9465.26,36.7092,61.5535,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (40900,178432,0,-9443.25,40.0653,57.8817,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (40901,180796,0,-8823.58,540.349,96.9068,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (40902,178667,0,-8828.45,538.055,97.2165,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (40903,178434,0,-8825.73,541.273,102.374,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (40904,178435,0,-8824.3,542.582,102.153,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (40905,178645,0,-8860.55,575.904,103.94,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (40906,178645,0,-8868.48,564.995,107.274,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (40907,178438,0,-8838.09,653.775,100.943,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (40908,178438,0,-8838.13,600.776,98.2744,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (40909,178438,0,-8835.5,604.1,98.3973,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (40910,178438,0,-8862.9,617.229,100.997,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (40911,178428,0,-8894.2,615.993,102.304,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (40912,178438,0,-8806.03,613.984,101.849,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (40913,178432,0,-8894.74,617.003,102.304,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (40914,178645,0,-8854.35,617.13,100.596,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (40915,178433,0,-8894.48,617.927,102.304,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (40916,178438,0,-8849.97,622.437,100.705,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (40917,178667,0,-8893.52,617.43,102.304,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (40918,178438,0,-8835.63,649.729,100.795,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (40919,178667,0,-8917.42,622.561,99.5226,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (40920,178431,0,-8892.69,617.781,102.304,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (40921,178438,0,-8808.38,638.579,96.6939,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (40922,178428,0,-8805.25,641.694,94.2287,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (40923,178438,0,-8803.39,641.224,97.3953,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (40924,178431,0,-8804.64,640.854,94.2287,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (40925,178432,0,-8807.29,644.759,94.2287,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (40926,178428,0,-8807,646.121,94.2698,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (40927,178431,0,-8808.33,646.38,94.2694,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (40928,178428,0,-8807.76,645.652,94.2287,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (40929,178433,0,-8806.97,645.001,95.1106,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (40930,178433,0,-8807.59,646.776,94.3007,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (40931,178432,0,-8803.95,637.36,94.2287,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (40932,178433,0,-8802.86,637.19,94.2287,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (40933,178645,0,-8802.43,620.403,101.454,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (40934,178438,0,-8856.18,665.462,100.26,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (40935,178438,0,-8806,642.851,97.1731,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (40936,178431,0,-8803.57,636.541,94.2287,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (40937,178432,0,-8804.11,641.649,94.2287,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (40938,178431,0,-8805.98,640.937,94.2287,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (40939,178438,0,-8795.12,622.49,101.78,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (40940,178431,0,-8872.95,681.716,104.949,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (40941,180844,0,-8865.12,675.992,101.723,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (40942,178438,0,-8852.74,667.995,100.272,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (40943,178428,0,-8871.72,680.997,104.949,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (40944,178433,0,-8873.62,679.719,104.949,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (40945,178645,0,-8663.15,503.359,105.884,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (40946,178645,0,-8764.17,724.286,104.215,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (40947,178436,0,-8654.68,678.73,105.691,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (40948,178645,0,-8655.18,670.121,106.511,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (40949,178435,0,-8654.11,680.394,105.545,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (40950,178434,0,-8651.98,675.333,105.79,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (40951,178438,0,-8851.96,790.538,101.022,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (40952,178645,0,-8844.86,792.295,101.099,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (40953,178438,0,-8841.24,798.017,101.21,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (40954,180844,0,-10646.7,1176.09,45.6901,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (40955,180844,0,-10523.4,-1163.76,33.7104,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (40956,180844,0,-9224.47,-2154.24,69.8677,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (40957,178436,0,-5591.46,-543.576,401.327,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (40958,178434,0,-5591.44,-543.049,401.308,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (40959,178435,0,-5591.47,-544.152,401.329,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (40960,178428,0,-5619.63,-508.786,404.039,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (40961,178433,0,-5617.29,-505.012,403.343,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (40962,178432,0,-5620.14,-507.787,404.011,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (40963,178434,0,-5606.34,-527.596,402.448,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (40964,178438,0,-5637.22,-497.663,399.162,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (40965,178432,0,-5617.62,-506.734,403.501,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (40966,178438,0,-5609.56,-513.094,411.458,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (40967,178428,0,-5616.18,-508.178,403.309,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (40968,178431,0,-5615.57,-506.633,403.17,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (40969,178645,0,-5602.4,-513.195,411.182,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (40970,178433,0,-5618.46,-509.386,403.812,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (40971,178431,0,-5619.45,-507.022,403.85,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (40972,178436,0,-5606.39,-523.281,402.28,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (40973,178432,0,-5617.99,-508.64,403.692,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (40974,178431,0,-5617.38,-509.489,403.658,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (40975,178645,0,-5612.04,-519.249,411.411,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (40976,178433,0,-5619.35,-506.159,403.648,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (40977,178431,0,-5617.77,-505.853,403.575,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (40978,178435,0,-5606.48,-526.992,402.247,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (40979,178433,0,-5615.45,-507.559,403.148,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (40980,178428,0,-5618.61,-506.473,403.723,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (40981,178432,0,-5618.53,-505.36,403.421,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (40982,178428,0,-5616.54,-506.25,403.674,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (40983,178645,0,-5514.76,-658.712,404.398,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (40984,178438,0,-5592.97,-510.877,411.151,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (40985,178645,0,-5582.89,-503.835,411.089,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (40986,178554,0,-5586.63,-510.127,407.883,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (40987,180844,0,-5581.25,-524.323,408.617,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (40988,178438,0,-5595.17,-513.299,411.147,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (40989,178645,0,-5576.12,-514.995,411.114,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (40990,178438,0,-5576.29,-522.604,411.214,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (40991,178438,0,-5576.09,-507.521,411.094,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (40992,178438,0,-5592.9,-506.817,411.253,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (40993,180796,0,-5049.6,-817.202,495.232,2.09439,0,0,0.866025,0.5,180,180,100,1), + (40994,178667,0,-5054.74,-817.064,495.691,0,0,0,0,1,180,180,100,1), + (40995,178434,0,-5050.44,-815.008,500.521,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (40996,178435,0,-5048.18,-815.393,500.651,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (40997,178554,0,-4950.75,-919.28,509.25,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (40998,178438,0,-4960.68,-933.021,510.504,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (40999,178438,0,-4957.97,-930.837,510.452,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (41000,178438,0,-4947.25,-921.71,510.724,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (41001,178438,0,-4942.03,-917.438,510.791,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (41002,178438,0,-4936.74,-913.115,510.866,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (41003,178438,0,-4952.37,-926.179,510.539,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (41004,178438,0,-4934.18,-911.016,510.924,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (41005,178438,0,-4944.61,-919.571,510.741,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (41006,178438,0,-4939.39,-915.255,510.801,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (41007,178438,0,-4955.13,-928.472,510.472,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41008,178438,0,-4949.67,-923.867,510.669,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (41009,178428,0,-4920.03,-981.581,501.46,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (41010,178432,0,-4928.83,-981.794,501.471,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (41011,178764,0,-4918.91,-965.482,501.485,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (41012,178432,0,-4911.57,-978.474,501.443,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (41013,178432,0,-4914.36,-979.154,501.772,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (41014,178764,0,-4913.34,-972.405,501.459,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (41015,178431,0,-4914.48,-980.951,501.442,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (41016,178433,0,-4914.49,-983.483,501.442,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (41017,178433,0,-4879.74,-1004.04,504.983,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (41018,178764,0,-4911.25,-977.674,501.444,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (41019,178433,0,-4914.18,-977.769,501.449,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41020,178431,0,-4913.15,-977.191,501.448,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (41021,178764,0,-4918.63,-974.248,501.466,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (41022,178431,0,-4915.62,-980.778,501.445,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (41023,178432,0,-4915.39,-983.512,501.446,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (41024,178432,0,-4917.3,-984.011,501.45,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (41025,178438,0,-4927.6,-982.418,504.369,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (41026,178428,0,-4879.56,-1002.36,504.656,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (41027,178433,0,-4882.52,-1005.59,504.656,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (41028,178431,0,-4915.37,-984.428,501.446,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (41029,178764,0,-4912.28,-975.044,501.451,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (41030,178432,0,-4919.02,-981.645,501.458,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (41031,178764,0,-4915.31,-967.143,501.475,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (41032,178428,0,-4917.06,-982.294,501.451,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (41033,178433,0,-4917.67,-981.497,501.452,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (41034,178428,0,-4839.92,-1027.42,502.62,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (41035,178432,0,-4880.79,-1004.39,504.656,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (41036,178431,0,-4880.61,-1002.6,504.656,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (41037,178438,0,-4922.48,-984.037,504.453,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (41038,178431,0,-4913.81,-977.993,501.857,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (41039,178764,0,-4921.3,-975.208,501.469,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41040,178428,0,-4913.57,-978.173,501.447,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (41041,178433,0,-4929.33,-983.41,501.468,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (41042,178764,0,-4914.32,-969.749,501.467,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (41043,178436,0,-4877.86,-999.075,506.552,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41044,178764,0,-4923.09,-969.918,501.485,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (41045,178431,0,-4929.24,-982.548,501.47,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (41046,178764,0,-4916.88,-970.794,501.469,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (41047,178428,0,-4924.65,-982.013,503.642,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (41048,178433,0,-4915.05,-985.427,501.443,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (41049,178432,0,-4881.94,-1006.7,504.656,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (41050,178431,0,-4839.92,-1030.65,502.19,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (41051,178764,0,-4924.04,-967.22,501.493,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (41052,178438,0,-4925.55,-984.653,504.526,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (41053,178764,0,-4920.43,-969.163,501.48,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (41054,178431,0,-4881.43,-1004.9,504.656,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (41055,178433,0,-4840.71,-1027.32,502.19,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (41056,178435,0,-4876.9,-998.28,506.618,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (41057,178764,0,-4921.58,-966.446,501.489,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (41058,178431,0,-4923.86,-982.202,503.64,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (41059,178433,0,-4914.76,-981.188,501.859,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (41060,178431,0,-4915.31,-982.608,501.443,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (41061,178764,0,-4916.27,-964.497,501.482,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (41062,178438,0,-4923.74,-979.213,503.944,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (41063,178428,0,-4927.71,-981.239,501.469,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (41064,178431,0,-4918.29,-982.118,501.456,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (41065,178431,0,-4928.47,-980.865,501.472,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (41066,178764,0,-4922.13,-972.534,501.477,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (41067,178434,0,-4885.42,-1005.3,506.573,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (41068,178433,0,-4839.01,-1031.11,502.19,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (41069,178433,0,-4879.15,-1003.29,504.656,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (41070,178428,0,-4915.01,-981.603,501.442,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (41071,178431,0,-4918.24,-983.626,501.453,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (41072,178764,0,-4916.01,-973.261,501.462,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (41073,178433,0,-4928.11,-981.109,501.88,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (41074,178428,0,-4916.79,-981.15,501.447,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (41075,178432,0,-4838.34,-1029.23,502.19,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (41076,178435,0,-4886.52,-1006.21,506.568,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (41077,178431,0,-4878.85,-1004.29,504.656,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (41078,178433,0,-4838.23,-1027.78,502.19,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (41079,178432,0,-4838.23,-1031.65,502.19,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (41080,178431,0,-4839.57,-1027.4,502.19,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (41081,178428,0,-4840.9,-1030.34,502.19,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (41082,178554,0,-4898.46,-983.005,507.422,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (41083,178428,0,-4881.35,-1005.91,504.656,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (41084,178428,0,-4880.92,-1003.48,504.656,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (41085,178432,0,-4839.99,-1028.57,502.19,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (41086,178433,0,-4841.52,-1029.55,502.19,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (41087,178432,0,-4878.28,-1002.28,504.656,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (41088,178428,0,-4840.08,-1029.63,502.19,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (41089,180844,0,-4852.96,-871.331,509.252,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41090,178438,0,-4860.13,-879.785,517.728,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (41091,178438,0,-4870.8,-882.01,517.743,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (41092,178438,0,-4867.37,-881.163,517.568,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (41093,178438,0,-4863.67,-880.493,517.643,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (41094,178554,0,-4865.81,-878.291,506.852,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (41095,178438,0,-4725.93,-1118.11,520.869,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (41096,178438,0,-4723.79,-1105.03,520.915,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (41097,178438,0,-4724.78,-1111.6,520.828,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (41098,178438,0,-4725.37,-1114.84,520.907,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (41099,178438,0,-4724.23,-1108.4,520.722,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (41100,178438,0,-4726.96,-1124.51,520.967,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (41101,178438,0,-4723.41,-1101.91,520.97,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (41102,178438,0,-4726.4,-1121.3,521.027,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (41103,178645,0,-4757.84,-1036.9,520.828,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (41104,178645,0,-4749.11,-1043.69,520.839,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (41105,178438,0,-4803.04,-1179.86,516.321,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (41106,178645,0,-4867.89,-1144.3,510.123,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (41107,178438,0,-4810.58,-1179.87,516.286,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (41108,178645,0,-4847.67,-1163.08,508.427,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (41109,178438,0,-4806.92,-1179.83,516.326,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (41110,178438,0,-4799.39,-1179.94,516.354,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (41111,178428,0,-4672.49,-1256.23,501.993,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (41112,178428,0,-4674.09,-1256.94,502.319,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (41113,178432,0,-4673.58,-1256.22,501.993,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (41114,178433,0,-4676.01,-1254.17,501.993,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (41115,178433,0,-4672.28,-1255.15,501.993,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (41116,178431,0,-4674.79,-1255.06,502.402,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (41117,178432,0,-4674.98,-1253.88,501.993,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (41118,178432,0,-4671.43,-1255.93,501.993,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (41119,178431,0,-4676.06,-1256.28,501.993,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (41120,178431,0,-4673.05,-1255.53,501.993,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (41121,178433,0,-4674.74,-1254.84,501.993,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (41122,178431,0,-4673.23,-1253.52,501.993,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (41123,178433,0,-4674.98,-1256.7,501.993,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (41124,178428,0,-4673.16,-1254.51,501.993,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (41125,178428,0,-4675.51,-1255.57,502.326,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (41126,178432,0,-5039.33,-1259.82,505.3,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (41127,178428,0,-5039.27,-1258,505.3,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (41128,178432,0,-5038.66,-1255.29,505.3,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (41129,178433,0,-5040.69,-1255.61,505.3,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (41130,178431,0,-5040.21,-1255.81,506.043,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (41131,178433,0,-5038.57,-1257.14,505.64,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (41132,178431,0,-5038.73,-1258.95,505.3,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (41133,178433,0,-5038.65,-1254.31,505.3,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (41134,178431,0,-5040.37,-1256.45,505.3,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (41135,178432,0,-5040.27,-1257.5,505.3,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (41136,178428,0,-5039.72,-1255.83,505.3,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (41137,178428,0,-5037.86,-1255.93,505.3,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (41138,178645,0,-5016.34,-1125.14,509.606,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (41139,178438,0,-4977.32,-1019.04,520.133,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (41140,178438,0,-4978.91,-1022.39,520.185,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (41141,178645,0,-5019.26,-1046.8,522.748,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (41142,178438,0,-4975.66,-1015.43,520.069,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (41143,178438,0,-4974.16,-1011.93,520.027,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (41144,178438,0,-4972.77,-1008.64,520.155,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (41145,178438,0,-4971.42,-1005.39,520.139,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (41146,178436,0,-4842.63,-855.262,504.828,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (41147,178434,0,-4844.22,-855.457,504.833,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (41148,178435,0,-4843.46,-855.364,504.855,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (41149,178435,0,-4839.65,-854.896,504.847,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (41150,178436,0,-4838.76,-854.785,504.819,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (41151,178434,0,-4837.93,-854.684,504.83,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (41152,178645,0,-5473.22,-463.798,403.052,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (41153,178438,0,-5569.95,-456.755,411.595,0,0,0,0,1,180,180,100,1), + (41154,178645,0,-5578.91,-462.684,411.961,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (41155,178438,0,-5588.37,-459.784,412.01,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (41156,178438,0,-5571.83,-462.635,411.933,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (41157,178438,0,-5586.28,-462.684,412.27,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (41158,178438,0,-5569.9,-460.395,411.737,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (41159,178438,0,-5588.15,-456.507,411.75,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (41176,180844,1,9817.01,957.182,1322.59,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (41188,180844,0,-14461.3,492.389,22.4625,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41189,178433,0,-14296.3,511.291,8.96054,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (41190,180796,0,-14294.5,516.209,8.95392,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (41191,178667,0,-14295.2,510.918,8.96046,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (41192,178434,0,-14296.8,515.626,14.3654,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (41193,178435,0,-14296.2,517.835,14.0084,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (41194,180844,1,-413.368,-2652.68,104.007,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41195,178645,1,1614.31,-4361.89,22.0891,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (41196,178645,1,1611.68,-4381.2,22.0837,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (41197,178645,1,1687.56,-4398.57,36.058,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (41198,178438,1,1693.71,-4394.74,35.9609,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (41199,178438,1,1614.55,-4387.67,22.3548,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (41200,178438,1,1619.97,-4392.13,22.3244,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (41201,178645,1,1627.03,-4393.15,22.064,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (41202,178438,1,1596.84,-4454.96,33.8994,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (41203,178438,1,1599.96,-4456.83,33.8569,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (41204,178438,1,1586.9,-4453.55,42.1854,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (41205,180844,1,1629.96,-4438.87,20.1023,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (41206,178432,1,1655.44,-4428.89,16.9732,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (41207,178431,1,1655.85,-4430.66,16.9859,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (41208,178428,1,1656.4,-4431.52,17.1377,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (41209,178433,1,1658.99,-4430.05,17.4248,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (41210,178428,1,1658.17,-4430.74,17.0974,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (41211,178433,1,1625.75,-4412.65,15.1604,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (41212,178438,1,1639.09,-4429.36,25.2713,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (41213,178428,1,1621.84,-4414.29,14.4339,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (41214,178438,1,1676.2,-4481.53,32.5477,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (41215,178433,1,1621.69,-4413.32,14.4555,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (41216,178431,1,1654.33,-4431.17,16.9963,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (41217,178432,1,1652.83,-4431.79,17.0255,2.09439,0,0,0.866025,0.5,180,180,100,1), + (41218,178438,1,1653.82,-4433.39,20.1792,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (41219,178431,1,1658.06,-4430.69,17.509,2.09439,0,0,0.866025,0.5,180,180,100,1), + (41220,178438,1,1650.75,-4432.93,20.0794,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (41221,178428,1,1653.8,-4430.6,19.2086,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (41222,178432,1,1651.98,-4431.05,19.2049,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (41223,178431,1,1623.72,-4411.58,14.7421,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (41224,178431,1,1627.42,-4413.71,15.5231,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (41225,178645,1,1606.42,-4460.8,33.7153,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (41226,178431,1,1621.82,-4412.34,14.4458,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (41227,178428,1,1626.61,-4414.2,15.3961,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (41228,178432,1,1657.5,-4428.73,17.0631,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (41229,178433,1,1650.06,-4431.31,16.8666,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (41230,178438,1,1651.82,-4428,19.5231,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (41231,178433,1,1656.32,-4429.17,16.9997,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (41232,178431,1,1656.75,-4428.1,17.0543,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (41233,178432,1,1625.64,-4413.75,15.2,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (41234,178431,1,1624.7,-4414.23,15.0586,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (41235,178645,1,1687.52,-4430.99,31.443,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (41236,178438,1,1606.18,-4458.06,42.0132,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (41237,178428,1,1653.11,-4432.58,17.1544,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (41238,178432,1,1650.13,-4433.25,17.202,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41239,178428,1,1659.61,-4429.45,17.4366,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (41240,178428,1,1654.15,-4427.68,16.9627,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (41241,178428,1,1649.34,-4432.85,17.1207,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41242,178431,1,1650.48,-4434.14,17.3595,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (41243,178438,1,1684.69,-4480.9,32.4815,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (41244,178645,1,1652.29,-4440.35,25.0826,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (41245,178645,1,1668.8,-4432.82,32.2527,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (41246,178645,1,1656.05,-4443.6,31.5062,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (41247,178645,1,1702.91,-4452.89,32.2417,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (41248,178428,1,1653.99,-4429.92,16.8781,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (41249,178428,1,1651.1,-4430.92,16.8211,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (41250,178433,1,1652.26,-4432.52,17.1118,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (41251,178438,1,1622.56,-4438.32,25.6376,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (41252,178432,1,1624.48,-4416.08,14.9653,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (41253,178438,1,1679.64,-4411.1,35.9493,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (41254,178645,1,1703.54,-4464.34,32.2189,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (41255,178645,1,1645.99,-4431.27,25.169,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (41256,178431,1,1626.17,-4410.95,15.2034,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (41257,178554,1,1629.68,-4438.63,19.8125,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41258,178645,1,1658.29,-4451.78,32.3135,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (41259,178432,1,1624.4,-4410.67,14.8138,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (41260,178428,1,1624.62,-4411.9,14.9197,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (41261,178645,1,1664.67,-4472.76,32.3041,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (41262,178428,1,1622.61,-4412.71,14.6042,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (41263,178428,1,1623.31,-4410.73,14.6234,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (41264,178645,1,1688.7,-4435.48,32.3028,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (41265,178428,1,1623.99,-4415.02,14.9103,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (41266,178431,1,1623.56,-4413.39,15.1786,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (41267,178645,1,1669.44,-4428.92,31.6215,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (41268,178438,1,1670.49,-4477.45,32.305,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (41269,178431,1,1626.49,-4413.23,15.3235,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (41270,178645,1,1694.4,-4476.28,32.3138,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (41271,178645,1,1627.06,-4432.32,25.6215,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (41272,178645,1,1623.16,-4451.97,26.001,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (41273,178438,1,1681.73,-4425.58,35.8772,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (41274,178433,1,1622.76,-4411.78,14.5826,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (41275,178645,1,1600.06,-4454.22,42.1749,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (41276,178438,1,1662.86,-4436.96,32.3813,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (41277,178433,1,1624.97,-4415.17,15.1387,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41278,178431,1,1624.7,-4414.3,15.4715,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (41279,178438,1,1695.15,-4439.45,32.4032,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (41280,178428,1,1626.57,-4411.96,15.3074,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (41281,178432,1,1622.65,-4413.73,14.6626,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (41282,178645,1,1587.46,-4456.28,34.2002,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (41283,178645,1,1580.94,-4457.81,42.006,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (41284,178438,1,1578.61,-4462.96,34.6688,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (41285,178554,1,-1173.35,-97.7847,168.962,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (41286,178432,1,-1206.55,-45.1777,161.105,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (41287,178428,1,-1208.17,-46.8873,160.887,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (41288,178428,1,-1207.07,-44.3133,161.201,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (41289,178432,1,-1208.87,-46.2314,161.006,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (41290,178431,1,-1205.85,-44.5672,161.483,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (41291,178431,1,-1208.1,-45.8046,161.038,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (41292,178433,1,-1208.72,-45.0676,161.153,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (41293,178428,1,-1206.13,-46.056,161.006,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (41294,178428,1,-1207.03,-42.6002,161.406,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (41295,178428,1,-1207.95,-46.183,161.441,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (41296,178431,1,-1206.9,-44.1168,161.646,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (41297,178428,1,-1209.6,-44.4537,161.286,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (41298,178431,1,-1207.38,-47.4854,160.812,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (41299,178433,1,-1206.58,-47.0897,160.872,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (41300,178432,1,-1207.65,-43.361,161.324,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (41301,178431,1,-1209.7,-45.4058,161.525,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (41302,178433,1,-1206.38,-43.4489,161.295,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (41303,180844,1,-1293.09,46.4601,136.813,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41304,178554,1,-1285.32,45.6914,135.617,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (41305,178436,1,-1251.48,25.3088,132.722,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (41306,178432,1,-1229.53,68.3677,129.413,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (41307,178431,1,-1230.64,69.311,129.46,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (41308,178431,1,-1232.31,68.0706,129.567,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (41309,178433,1,-1231.54,68.8951,129.652,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (41310,178431,1,-1232.52,69.204,129.305,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (41311,178428,1,-1232.96,67.0502,129.004,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (41312,178433,1,-1231.95,65.1976,128.783,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (41313,178432,1,-1229.18,66.446,129.198,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (41314,178431,1,-1234.11,66.96,128.853,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (41315,178433,1,-1230.11,67.4235,129.567,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (41316,178432,1,-1231.19,65.6161,128.912,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (41317,178428,1,-1232.57,68.0557,129.161,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (41318,178428,1,-1230.67,68.1176,129.32,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (41319,178435,1,-1260.71,18.8607,132.753,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (41320,178434,1,-1254.37,19.5174,132.74,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (41321,178434,1,-1264.51,24.1133,132.637,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (41322,178435,1,-1292.8,36.6665,134.496,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (41323,178428,1,-1231.18,65.6862,129.771,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41324,178433,1,-1232.86,67.0938,129.413,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (41325,178435,1,-1305.44,37.9972,134.177,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (41326,178434,1,-1296.47,43.3576,134.564,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (41327,178436,1,-1313.03,34.4937,134.238,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (41328,178434,1,-1309.88,29.8672,134.541,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (41329,178554,1,-1198.99,139.266,141.15,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (41330,180796,1,1332.11,-4607.79,23.8029,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (41331,178434,1,1330.83,-4609.73,29.1435,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (41332,178435,1,1329.79,-4607.04,28.9421,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (41333,178667,1,1335.24,-4612.35,24.454,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (41334,180796,0,2051.28,272.469,56.9136,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (41335,178667,0,2049.81,266.668,57.1444,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (41336,178434,0,2049.07,271.458,62.2352,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (41337,178435,0,2049.34,273.793,62.1127,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (41338,180844,0,1636.48,234.943,-35.5772,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (41339,178428,0,1644.53,217.511,-43.1031,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (41340,178438,0,1649.81,218.219,-36.4882,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (41341,178434,0,1636.84,230.843,-38.1832,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (41342,178645,0,1642.44,224.405,-36.7174,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (41343,178435,0,1636.65,230.313,-38.122,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (41344,178431,0,1645.39,218.035,-43.1031,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (41345,178432,0,1644.44,218.792,-43.1031,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (41346,178433,0,1645.8,217.171,-43.1031,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (41347,178432,0,1646.81,216.966,-43.1031,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (41348,178428,0,1645.58,219.275,-42.7629,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (41349,178436,0,1637.02,231.352,-38.2367,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (41350,178554,0,1633.15,231.674,-35.687,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (41351,178438,0,1635.66,247.545,-36.3512,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (41352,178438,0,1629.46,219.208,-36.4537,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (41353,178438,0,1629.63,261.489,-36.6427,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (41354,178438,0,1627.69,264.104,-36.6371,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (41355,178438,0,1634.75,229.686,-36.4041,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (41356,178438,0,1618.73,207.786,-36.6291,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (41357,178438,0,1616.46,274.22,-36.5836,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (41358,178438,0,1555.69,248.024,-36.4548,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (41359,178438,0,1556.4,230.372,-36.469,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (41360,178438,0,1589.3,200.453,-36.4421,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (41361,178438,0,1556.64,251.016,-36.4766,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (41362,178438,0,1572.17,208.065,-36.5376,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (41363,178438,0,1586.17,201.402,-36.3775,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (41364,178438,0,1601.86,200.033,-36.5113,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (41365,178438,0,1575.25,275.017,-36.5746,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (41366,178438,0,1589.67,280.358,-36.5545,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (41367,178438,0,1572.97,273.089,-36.6699,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41368,180844,0,-10.4797,-932.317,61.3011,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (41369,180844,0,2250.38,239.955,39.5571,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (41370,178438,0,2257.26,230.184,49.5377,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (41371,178436,0,2262.09,251.472,38.4125,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (41372,178434,0,2259.14,251.905,38.4874,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (41373,178435,0,2260.42,251.664,38.4655,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (41374,178438,0,2253.21,256.957,44.7864,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (41375,178433,0,2274.38,265.107,35.0558,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (41376,178438,0,2269.54,252.941,37.3043,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (41377,178431,0,2273.98,266.189,35.1129,0,0,0,0,1,180,180,100,1), + (41378,178432,0,2275.39,265.18,35.0573,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (41379,178431,0,2276.46,264.966,35.0507,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (41380,178428,0,2276.27,264.194,35.0103,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (41381,178434,0,2262.5,276.512,37.0132,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (41382,178431,0,2261.46,274.158,37.1788,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (41383,178438,0,2240.84,305.184,45.265,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (41384,178432,0,2261.01,273.208,37.1514,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (41385,178433,0,2277.77,267.152,35.1313,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (41386,178428,0,2275.88,267.832,35.1469,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (41387,178431,0,2276.95,268.001,35.1474,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (41388,178432,0,2276.63,267.17,35.1351,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (41389,178428,0,2274.7,267.537,35.464,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (41390,178438,0,2262.82,320.48,39.0799,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (41391,178438,0,2310.7,290.378,79.5307,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (41392,178438,0,2300.26,300.052,79.598,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (41393,178438,0,2325.54,285.866,43.1567,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (41394,178438,0,2305.99,279.109,79.5418,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (41395,178645,0,2293.17,296.918,79.7216,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (41396,178645,0,2302.92,296.797,69.7218,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (41397,180844,1,331.054,-4688.31,24.2156,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41398,178554,1,332.307,-4699.03,21.2674,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (41399,178438,1,362.918,-4694.39,27.4816,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (41400,178645,1,331.292,-4700.9,27.9386,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (41401,178645,1,365.701,-4684.87,27.5498,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (41402,178645,1,353.168,-4679.67,50.7887,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (41403,178645,1,349.209,-4706.38,27.5692,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (41404,178645,1,335.073,-4694.6,51.0577,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (41405,178645,1,340.972,-4672.06,51.5112,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (41406,178645,1,357.595,-4664.75,27.9291,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (41407,178645,1,349.964,-4660.61,27.884,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (41408,178645,1,351.464,-4821.58,31.6924,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (41409,178645,1,348.332,-4808.32,31.748,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (41410,178438,1,352.061,-4814.8,31.7549,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (41411,178645,1,317.028,-4803.29,52.9392,1.309,0,0,0.608761,0.793353,180,180,100,1), + (41412,178438,1,314.254,-4774.03,31.6671,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (41413,178433,1,308.024,-4703.12,11.3265,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (41414,178428,1,307.826,-4707.75,11.3265,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (41415,178433,1,308.446,-4706.97,11.6529,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (41416,178432,1,309.724,-4704.23,11.3265,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (41417,178645,1,306.748,-4774.83,31.6602,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (41418,178428,1,308.831,-4703.99,11.3265,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (41419,178645,1,322.128,-4695.19,28.2542,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (41420,178645,1,329.694,-4681.15,51.2518,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (41421,178431,1,310.632,-4707.45,11.3265,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (41422,178431,1,308.453,-4704.87,11.3265,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (41423,178432,1,313.255,-4707.39,11.3265,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (41424,178645,1,321.389,-4676.35,28.5081,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (41425,178428,1,309.547,-4703.06,11.3265,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (41426,178438,1,323.635,-4668.97,28.4823,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (41427,178432,1,311.476,-4705.77,11.3265,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (41428,178431,1,308.31,-4708.79,11.3265,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (41429,178431,1,307.426,-4706.27,11.3265,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (41430,178433,1,309.085,-4709.29,11.3265,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (41431,178438,1,335.082,-4788.52,31.7341,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (41432,178431,1,311.895,-4709.02,11.3579,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (41433,178438,1,321.856,-4782.07,31.676,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (41434,178428,1,309.893,-4708.41,11.3265,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (41435,178438,1,291.396,-4789.32,31.6577,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (41436,178428,1,312.634,-4708.17,11.3265,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (41437,178433,1,311.107,-4708.43,11.3265,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (41438,178438,1,338.285,-4790.9,31.6855,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (41439,178433,1,307.57,-4705.21,11.3265,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (41440,178432,1,309.163,-4706.33,11.3265,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (41441,178438,1,338.545,-4661.85,28.1722,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (41442,178645,1,331.051,-4662.82,28.3729,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (41443,178438,1,324.531,-4665.15,28.5812,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (41444,178645,1,284.759,-4792.96,31.6646,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (41445,178645,1,272.543,-4820.96,31.6855,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (41446,178645,1,293.233,-4816.29,52.967,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (41447,178645,1,295.094,-4831.7,53.0156,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (41448,178438,1,274.697,-4813.71,31.6646,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (41449,178645,1,330.493,-4827.39,52.9809,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (41450,178645,1,321.231,-4839.13,52.9462,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (41451,178645,1,281.303,-4844.77,31.741,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (41452,178645,1,274.057,-4831.56,31.6855,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (41453,178438,1,293.403,-4855.49,31.6508,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (41454,178645,1,334.253,-4852.53,31.6507,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (41455,178438,1,346.133,-4839.28,31.6924,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (41456,178645,1,324.42,-4858.03,31.6716,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (41457,178645,1,310.853,-4860.73,31.6646,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (41458,178438,1,-2180.86,-409.422,1.33605,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (41459,178433,1,-2325.37,-356.001,-8.91097,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (41460,178428,1,-2324.23,-354.631,-8.96526,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (41461,178438,1,-2340.76,-359.712,-0.147857,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (41462,178554,1,-2344.09,-358.151,-1.9589,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (41463,178433,1,-2325.73,-358.709,-8.89445,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (41464,178432,1,-2324.34,-355.469,-8.95844,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (41465,178431,1,-2323.67,-356.386,-8.9952,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (41466,178433,1,-2323.73,-358.05,-8.99302,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (41467,178428,1,-2324.06,-357.28,-8.97475,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (41468,178432,1,-2326.6,-357.03,-8.8701,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (41469,178431,1,-2326.26,-356.127,-8.88198,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (41470,178438,1,-2400.77,-390.523,2.55611,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (41471,180844,1,-2375.93,-343.055,-1.67232,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (41472,180844,0,-6664.25,-2168.42,251.881,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (41489,178645,0,-4682.48,-881.148,520.234,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (41490,178645,0,-4691.34,-874.262,520.236,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (41491,178438,0,-4676.53,-885.727,520.219,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (41492,178432,0,-4626.01,-908.805,501.07,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (41493,178433,0,-4625.17,-908.701,501.07,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (41494,178428,0,-4623.16,-907.937,501.071,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (41495,178431,0,-4626.21,-907.461,501.07,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (41496,178433,0,-4624,-907.02,501.488,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (41497,178431,0,-4623.99,-907.563,501.071,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (41498,178432,0,-4623.04,-905.585,501.072,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (41499,178433,0,-4623.9,-906.373,501.071,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (41500,178432,0,-4625.69,-906.64,501.07,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (41501,178428,0,-4625.04,-907.745,501.07,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (41502,178645,0,-4765.33,-912.13,507.818,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (41503,180844,0,-858.729,-559.158,16.9185,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (41504,178430,0,-9445.21,38.5112,57.7323,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (41505,178430,0,-9443.3,38.843,57.9523,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (41506,178429,0,-9444.47,39.0879,57.9079,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (41507,178429,0,-9446.75,41.1902,57.5598,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (41508,178429,0,-9442.65,40.951,57.6692,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (41509,178429,0,-9444.79,40.9518,57.8201,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (41510,178430,0,-9445.82,43.1794,57.6043,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (41511,178430,0,-9443.4,41.8905,57.5554,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (41512,178429,0,-9443.85,40.9865,57.7472,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (41513,178430,0,-9446.19,39.6186,57.6081,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (41514,178429,0,-8825.5,537.883,97.0667,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (41515,178429,0,-8826.55,539.181,97.0769,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (41516,178430,0,-8892.86,616.543,102.304,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (41517,178429,0,-8893.48,618.502,102.304,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (41518,178429,0,-8802.9,638.144,94.2287,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (41519,178430,0,-8805.16,639.965,94.2287,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (41520,178430,0,-8807.75,646.273,94.7082,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (41521,178430,0,-8806.37,643.382,94.2287,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (41522,178429,0,-8806.59,645.342,94.2318,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (41523,178429,0,-8803.76,640.421,94.2287,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (41524,178430,0,-8872.35,679.86,104.949,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (41525,178429,0,-5616.99,-508.509,403.41,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (41526,178430,0,-5615.89,-505.479,403.134,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (41527,178429,0,-5616.33,-507.197,403.301,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (41528,178430,0,-5619.06,-508.267,403.889,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (41529,178430,0,-5616.65,-506.122,403.353,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (41530,178429,0,-5618.39,-507.497,403.752,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (41531,178429,0,-4920.27,-982.373,501.459,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (41532,178430,0,-4840.89,-1028.61,502.19,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (41533,178430,0,-4879.79,-1004.31,504.656,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (41534,178430,0,-4928.33,-983.354,501.467,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (41535,178430,0,-4919.07,-982.774,501.456,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (41536,178429,0,-4837.47,-1028.8,502.19,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (41537,178429,0,-4927.89,-982.285,501.468,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (41538,178430,0,-4916.12,-982.092,501.446,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (41539,178430,0,-4929.53,-981.164,501.78,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (41540,178430,0,-4925.64,-981.864,503.64,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (41541,178765,0,-4919.54,-971.751,501.473,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (41542,178805,0,-4917.84,-982.904,501.453,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (41543,178430,0,-4879.68,-1001.4,504.656,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (41544,178430,0,-4916.54,-984.526,501.448,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (41545,178429,0,-4912.43,-977.841,501.445,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (41546,178429,0,-4913.87,-980.341,501.443,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (41547,178765,0,-4917.81,-968.167,501.477,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (41548,178429,0,-4839.08,-1028.25,502.19,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (41549,178430,0,-4914.32,-984.673,501.443,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41550,178429,0,-4916.39,-983.416,501.449,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (41551,178430,0,-4914.39,-979.315,501.446,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (41552,178671,0,-4914.36,-976.11,501.453,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (41553,178429,0,-4839.07,-1030,502.19,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (41554,178430,0,-4929.57,-981.413,501.474,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (41555,178430,0,-4837.88,-1030.59,502.19,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (41556,178429,0,-4878.4,-1003.24,504.656,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (41557,178429,0,-4880.44,-1005.61,504.656,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (41558,178429,0,-4882.52,-1004.4,504.656,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (41559,178430,0,-4882.01,-1005.45,505.066,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (41560,178430,0,-4840.07,-1030.24,502.606,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (41561,178430,0,-4673.57,-1257.03,501.993,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (41562,178429,0,-4672.25,-1254.1,501.993,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (41563,178429,0,-4674,-1254.31,501.993,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (41564,178430,0,-4675.51,-1255.41,501.993,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (41565,178430,0,-4672.93,-1254.97,502.409,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41566,178430,0,-4674.12,-1252.92,501.993,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (41567,178429,0,-4674.52,-1255.91,501.993,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (41568,178429,0,-4674.65,-1257.73,501.993,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (41569,178430,0,-5040.27,-1256.03,505.717,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (41570,178429,0,-5039.96,-1258.34,505.3,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (41571,178430,0,-5039.87,-1254.86,505.3,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (41572,178430,0,-5038.32,-1257.05,505.3,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (41573,178429,0,-5038.9,-1256.37,505.3,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (41583,178429,0,-14296.3,510.205,8.96181,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (41584,178430,0,-14294.7,510.362,8.96087,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (41585,178429,0,-14295.4,511.958,8.95932,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (41586,178429,1,1657.93,-4429.76,17.0449,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (41587,178430,1,1652.97,-4430.76,19.2047,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (41588,178429,1,1654.09,-4432.05,17.1176,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (41589,178430,1,1623.04,-4414.89,14.6889,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (41590,178429,1,1627.21,-4412.75,15.4656,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (41591,178429,1,1654.39,-4428.95,16.9284,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (41592,178429,1,1650,-4432.42,17.056,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (41593,178430,1,1658.1,-4430.41,17.9061,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (41594,178430,1,1655.43,-4427.74,17.013,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (41595,178430,1,1659.33,-4430.24,17.0854,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (41596,178429,1,1625.66,-4414.93,15.2677,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (41597,178430,1,1627.31,-4414.83,15.5548,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (41598,178430,1,1659.16,-4429.43,17.1063,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (41599,178429,1,1652.18,-4430.73,16.8399,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (41600,178429,1,1623.59,-4412.49,14.7675,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (41601,178430,1,1653.26,-4430.49,16.8498,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (41602,178430,1,1651.2,-4432.66,17.1215,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (41603,178430,1,1653.92,-4433.16,17.275,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (41604,178429,1,1625.41,-4411.36,15.0297,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (41605,178430,1,1623.6,-4413.74,14.8367,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (41606,178429,1,-1205.19,-43.5796,161.271,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (41607,178429,1,-1208.08,-44.2821,161.219,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (41608,178430,1,-1209.04,-43.5423,161.359,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (41609,178430,1,-1207.23,-46.1965,160.988,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (41610,178430,1,-1209.97,-45.3822,161.189,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (41611,178430,1,-1205.74,-44.7678,161.149,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (41612,178429,1,-1205.29,-46.2159,160.985,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (41613,178429,1,-1207.09,-45.886,161.32,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (41614,178429,1,-1233.18,66.148,128.84,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (41615,178430,1,-1233.53,68.0668,129.071,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (41616,178429,1,-1232.09,66.1226,128.928,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (41617,178430,1,-1229.96,67.3176,129.265,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (41618,178430,1,-1231.53,68.6936,129.329,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (41619,178429,1,-1230.24,66.4012,129.113,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (41620,178429,0,1646.5,219.521,-43.1032,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (41621,178430,0,1645.52,219.276,-43.1032,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (41622,178430,0,2278.55,266.297,35.1048,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (41623,178429,0,2274.87,266.014,35.0993,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (41624,178429,0,2277.24,265.914,35.0919,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (41625,178430,0,2278.27,265.41,35.4209,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (41626,178430,0,2277.76,264.943,35.0476,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (41627,178429,0,2262.02,274.943,37.1986,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (41628,178430,0,2274.62,267.351,35.1427,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (41629,178429,0,2275.43,267.01,35.1362,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (41630,178430,1,307.592,-4703.99,11.3265,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (41631,178429,1,309.62,-4707.24,11.3265,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (41632,178429,1,310.517,-4704.97,11.3265,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (41633,178430,1,308.3,-4706.19,11.3265,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (41634,178430,1,308.889,-4707.71,11.3265,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (41635,178430,1,310.258,-4709.36,11.3265,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (41636,178430,1,312.13,-4707.33,11.3265,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (41637,178429,1,309.447,-4705.16,11.3265,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (41638,178429,1,311.434,-4706.83,11.3265,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (41639,178430,1,-2322.93,-356.921,-9.03593,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (41640,178430,1,-2324.83,-357.8,-8.93327,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (41641,178430,1,-2325.5,-354.999,-8.90624,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (41642,178429,1,-2325.72,-357.095,-8.90014,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (41643,178430,1,-2326.22,-357.9,-8.88105,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (41644,178429,1,-2323.52,-355.368,-9.00428,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (41651,178430,0,-4623.12,-906.704,501.071,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (41652,178430,0,-4625.55,-907.835,501.48,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (41653,178429,0,-4624.28,-908.424,501.07,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (41654,178429,0,-4624.84,-905.598,501.071,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (41655,178437,0,-9471.37,42.1133,66.6165,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (41656,178425,0,-9444.12,39.8997,57.9022,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (41657,180797,0,-8823.47,540.116,96.909,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (41658,180798,0,-8826.04,539.763,97.0313,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (41659,180799,0,-8825.7,538.879,97.0442,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (41660,178437,0,-8862.04,575.857,109.647,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (41661,178746,0,-8822.21,544.495,96.4986,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (41662,178669,0,-8884.3,640.378,102.779,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (41663,178437,0,-8882.4,601.456,107.546,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (41664,180715,0,-8801.03,643.395,94.2849,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (41665,178649,0,-8802.99,637.111,98.2287,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (41666,178746,0,-8809.42,640.168,94.2287,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (41667,178437,0,-8838.71,654.773,110.863,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (41668,178649,0,-8763.2,724.889,107,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (41669,180797,0,-5049.3,-818.477,495.292,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (41670,178746,0,-5045.87,-817.197,495.132,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (41671,180798,0,-5051.25,-815.183,495.198,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (41672,180799,0,-5051.87,-815.902,495.318,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (41673,180715,0,-4928.87,-990.331,501.448,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (41674,178746,0,-4925.46,-978.472,501.476,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (41675,178437,0,-4901.77,-978.971,513.425,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (41676,178649,0,-4849.69,-879.541,511.446,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (41677,178425,0,-4673.74,-1255.41,501.993,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (41678,178437,0,-5003.66,-1237.58,517.013,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (41679,178649,0,-5579.01,-446.655,427.896,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (41687,180797,0,-14294.2,516.148,8.95387,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (41688,178746,0,-14295.9,520.494,8.9496,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (41689,180798,0,-14296.2,514.327,8.95694,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (41690,180799,0,-14295.3,513.761,8.95717,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (41691,180715,1,1645.58,-4431.99,16.7608,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (41692,178437,1,1659.47,-4464.28,29.7475,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (41693,178746,1,1650.14,-4428.46,16.6467,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (41694,178437,1,1700.01,-4444.32,29.645,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (41695,178437,1,1660.83,-4440.2,29.4446,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (41696,178437,1,1678.87,-4431.94,29.0725,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (41697,178437,1,1680.1,-4480.39,29.6864,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (41698,178437,1,1700.51,-4470.39,29.4725,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (41699,178437,1,-1124.17,64.2808,153.555,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (41700,180715,1,-1227.87,70.1361,129.717,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (41701,178746,1,-1233.33,74.2931,129.665,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (41702,178437,1,-1276.96,50.0951,139.574,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (41703,178437,1,-1206.35,133.66,145.06,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (41704,180797,1,1332.49,-4607.35,24.4361,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (41705,178746,1,1329.79,-4604.69,23.8266,3.14159,0,0,1,0,180,180,100,1), + (41706,180798,1,1331.76,-4610.19,23.8533,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (41707,180799,1,1332.63,-4610.31,24.1196,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (41708,180797,0,2051.41,272.413,57.174,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (41709,178746,0,2048.38,270.002,56.9913,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (41710,180798,0,2049.7,270.445,57.1413,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (41711,180799,0,2050.56,270.024,57.163,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (41712,178746,0,1629.75,219.435,-43.1027,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (41713,180715,0,1634.73,227.274,-43.1027,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (41714,178437,0,1604.24,240.217,-44.4003,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (41715,178437,0,1587.19,240.712,-44.3019,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (41716,178437,0,1595.85,248.83,-44.5701,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (41717,178437,0,1595.3,231.795,-44.3783,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (41718,178437,0,2302.74,297.162,75.6165,1.309,0,0,0.608761,0.793353,180,180,100,1), + (41719,178437,0,2299.09,282.748,76.0147,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (41720,178437,0,2308.15,288.269,75.9524,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (41721,178437,0,2295.36,291.855,53.6273,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (41722,178437,1,-2287.06,-427.083,0.756005,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (41723,178437,1,-2332.82,-437.091,0.580925,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (41724,178437,1,-2301.21,-472.051,0.688566,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (41731,178437,0,-4637.88,-935.443,521.784,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (41732,178557,0,-4839.23,-1029.21,502.19,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (41733,178557,0,-5039.57,-1256.93,505.3,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (41801,178557,0,-4624.72,-906.863,501.071,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (41802,178551,0,-9454.73,14.8919,67.1856,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (41803,178551,1,1618.8,-4356.14,22.2475,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (41804,178551,1,1610,-4367.55,22.2935,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (41805,178551,1,1634.12,-4393.97,22.3753,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (41806,178551,1,1608.88,-4374.46,22.2562,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (41807,178551,1,1589.61,-4451.72,42.2628,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (41808,178551,1,1655.83,-4431.12,20.1236,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (41809,178551,1,1681.44,-4402.75,36.2229,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (41810,178551,1,1609.43,-4460.12,41.9464,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (41811,178551,1,1682.94,-4431.13,32.3404,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (41812,178551,1,1659.18,-4444.4,32.4382,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (41813,178426,1,1624.8,-4413.33,15.029,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (41814,178745,1,1680.45,-4418.36,36.0296,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (41815,178551,1,1635.71,-4428.51,25.4803,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (41816,178551,1,1657.16,-4459.14,32.3037,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (41817,178551,1,1620.31,-4441.3,25.7824,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (41818,178551,1,1674.89,-4429.55,32.3091,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (41819,178551,1,1662.87,-4432.13,31.6775,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (41820,178551,1,1673.37,-4479.65,32.387,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (41821,178551,1,1687.89,-4479.46,32.5471,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (41822,178551,1,1581.58,-4460.8,34.5845,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (41823,178426,1,-1207.68,-44.79,161.152,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (41824,178426,1,-1231.48,66.8287,129.161,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (41825,178551,0,1648.86,215.154,-36.4556,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (41826,178551,0,1646.17,213.66,-36.4928,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (41827,178551,0,1648.81,221.105,-36.6523,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (41828,178745,0,1639.55,215.955,-36.4585,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (41829,178551,0,1635.75,232.623,-36.5015,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (41830,178745,0,1603.29,240.396,-48.0446,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (41831,178551,0,1634.9,250.342,-36.3342,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (41832,178551,0,1616.12,205.97,-36.5111,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (41833,178551,0,1632.92,219.24,-36.3693,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (41834,178551,0,1627.69,216.648,-36.4423,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (41835,178551,0,1635.63,227.167,-36.5431,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (41836,178551,0,1619.41,272.5,-36.5722,1.0472,0,0,0.5,0.866025,180,180,100,1), + (41837,178551,0,1605.55,279.724,-36.4851,1.309,0,0,0.608761,0.793353,180,180,100,1), + (41838,178551,0,1562.3,262.052,-36.4425,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (41839,178745,0,1595.74,233.181,-48.0654,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (41840,178745,0,1588.48,240.007,-48.0515,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (41841,178551,0,1574.73,206.371,-36.486,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (41842,178551,0,1561.98,219.116,-36.4872,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (41843,178551,0,1563.88,264.798,-36.6633,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (41844,178551,0,1563.72,216.652,-36.4789,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (41845,178745,0,1595.74,247.951,-48.0585,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (41846,178551,0,1555.46,233.379,-36.3424,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (41847,178551,0,1604.7,200.729,-36.4511,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (41848,178551,0,1586.84,279.833,-36.3964,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (41849,178551,0,1602.64,280.405,-36.4615,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (41850,178551,0,2247.41,231.688,49.3476,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (41851,178551,0,2242.06,238.913,44.4373,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (41852,178551,0,2239.41,251.467,39.6522,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (41853,178551,0,2252.68,255.944,37.4432,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (41854,178551,0,2269.51,254.106,44.5084,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (41855,178745,0,2291.16,264.636,45.7518,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (41856,178551,0,2267.01,228.247,49.3595,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (41857,178551,0,2273.73,233.259,44.3712,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (41858,178551,0,2293.55,243.373,44.4494,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (41859,178426,0,2276.44,265.838,35.091,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (41860,178551,0,2218.94,312.885,42.3842,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (41861,178551,0,2232,301.83,42.2479,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (41862,178551,0,2242.64,314.71,42.2181,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (41863,178551,0,2221.76,321.288,45.4276,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (41864,178551,0,2263.9,275.987,38.2951,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (41865,178551,0,2261.01,271.304,38.0992,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (41866,178745,0,2285.62,272.123,44.8518,1.309,0,0,0.608761,0.793353,180,180,100,1), + (41867,178551,0,2304.22,260.701,53.1209,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (41868,178745,0,2317.04,258.638,45.9468,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (41869,178551,0,2318.83,266.076,45.8177,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (41870,178551,0,2260.42,317.753,39.1529,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (41871,178551,0,2265.32,352.369,43.3057,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (41872,178745,0,2290.87,287.054,79.6895,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (41873,178551,0,2266.81,342.987,44.1937,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (41874,178551,0,2315.27,303.328,52.8901,1.309,0,0,0.608761,0.793353,180,180,100,1), + (41875,178551,0,2285.52,281.379,48.4084,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (41876,178745,0,2295.01,281.529,79.7541,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (41877,178745,0,2307.56,288.068,69.7498,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (41878,178551,0,2311.94,294.269,79.6345,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (41879,178745,0,2298.79,283.089,69.7985,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (41880,178551,0,2296.19,301.094,79.6685,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (41881,178745,0,2269.29,342.006,40.1503,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (41882,178745,0,2308.85,283.466,79.7263,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (41883,178551,0,2302.33,279.767,79.6174,1.309,0,0,0.608761,0.793353,180,180,100,1), + (41884,178745,0,2294.03,291.955,69.799,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (41885,178745,0,2328.21,277.215,42.8928,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (41886,178551,0,2321.72,270.816,42.9842,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (41887,178745,0,2308.12,297.888,79.6209,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (41888,178745,0,2289.63,289.638,44.7264,1.309,0,0,0.608761,0.793353,180,180,100,1), + (41889,178745,0,2301.56,304.113,45.6238,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (41890,178745,1,340.373,-4707.1,27.9283,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (41891,178745,1,361.552,-4675.2,27.7588,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (41892,178745,1,349.872,-4693.48,50.7931,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (41893,178745,1,357.32,-4699.16,27.6691,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (41894,178551,1,365.985,-4691.75,27.6457,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (41895,178551,1,344.832,-4801.65,31.741,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (41896,178745,1,302.394,-4804.79,53.0017,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (41897,178745,1,328.559,-4812.91,52.9878,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (41898,178551,1,299.255,-4775.87,31.8893,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (41899,178745,1,318.783,-4687,28.5606,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (41900,178426,1,310.436,-4706.01,11.2432,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (41901,178551,1,293.361,-4785.63,31.8285,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (41902,178745,1,328.087,-4786.59,31.8521,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (41903,178551,1,342.45,-4661.6,28.1975,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (41904,178551,1,275.345,-4810.06,31.7133,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (41905,178551,1,279.089,-4798.02,31.8521,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (41906,178551,1,277.774,-4838.3,31.7896,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (41907,178745,1,306,-4840.72,53.0364,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (41908,178745,1,348.266,-4832.28,31.7619,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (41909,178745,1,300.281,-4857.37,31.7549,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (41910,178551,1,317.987,-4861.65,31.7549,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (41916,1622,0,118.86,1451.5,114.548,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (42035,178647,0,1646.51,218.251,-43.1031,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (42036,178647,1,-2324.56,-356.533,-8.94748,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (42037,178666,1,1653.42,-4431.63,17.0263,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (42038,178666,0,-4924.69,-983.046,501.461,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (42039,19541,1,1436.58,-78.9992,22.0202,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (42040,19541,1,1257.89,-615.094,24.6667,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (42041,1617,0,840.311,1677.48,23.4966,-0.226893,0,0,-0.113203,0.993572,300,300,100,1), + (42042,1617,0,900.661,1569.17,33.5175,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (42043,1617,0,1205.44,1783.67,16.5314,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (42045,1620,0,1219.14,1954.37,10.6725,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (42046,1617,0,1126.4,1410.8,37.209,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (42048,1617,0,544.687,1121.12,89.5982,0,0,0,0,1,300,300,100,1), + (42049,1620,0,991.112,1078.78,38.4924,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (42050,1617,0,949.814,1149.56,41.3023,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (42051,1621,0,-573.7,1325.55,48.5212,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (42052,1620,0,-616.288,1354.73,36.3461,2.58309,0,0,0.961262,0.275636,300,300,100,1), + (42053,1618,0,-417.206,819.836,96.3303,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (42055,1622,0,-73.9623,939.846,69.3082,2.28638,0,0,0.909961,0.414694,300,300,100,1), + (42056,1621,0,222.798,1622.17,138.217,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (42057,1621,0,-458.826,1416.93,33.0005,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (42058,1620,0,-311.059,1654.67,14.3302,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (573712,176224,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (573711,176224,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (42065,1622,0,-320.719,1459.67,30.8319,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (42067,106319,0,778.225,1620.16,30.3357,1.44862,0,0,0.66262,0.748956,7200,7200,100,1), + (42068,106319,0,969.376,1225.46,48.1095,-1.44862,0,0,0.66262,-0.748956,7200,7200,100,1), + (42069,106319,0,1093.89,1575.27,28.1143,-2.61799,0,0,0.965926,-0.258819,7200,7200,100,1), + (42070,1617,0,1332.69,1258.29,53.0574,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (42075,1620,0,865.811,1470.07,33.9663,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (42077,106319,0,895.424,1089.89,32.2036,0.994838,0,0,0.477159,0.878817,7200,7200,100,1), + (42078,1618,0,-666.635,1533.53,7.65304,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (42079,178609,0,392.244,-513.648,170.534,1.88496,0,0,0.809017,0.587785,60,60,100,1), + (42080,178609,0,486.986,-575.443,179.757,-0.977384,0,0,0.469472,-0.882948,60,60,100,1), + (42081,178609,0,325.881,-449.009,163.906,-1.16937,0,0,0.551937,-0.833886,60,60,100,1), + (42082,178609,0,244.099,-413.517,151.886,0.907571,0,0,0.438371,0.898794,60,60,100,1), + (42083,178609,0,274.492,-345.021,160.988,-1.0472,0,0,0.5,-0.866025,60,60,100,1), + (42084,178609,0,339.396,-345.504,168.615,-0.750491,0,0,0.366501,-0.930418,60,60,100,1), + (42085,178609,0,217.648,-322.997,155.659,-0.05236,0,0,0.026177,-0.999657,60,60,100,1), + (42086,178609,0,325.881,-449.009,163.906,-1.16937,0,0,0.551937,-0.833886,60,60,100,1), + (42087,178609,0,385.21,-308.448,164.001,2.00713,0,0,0.843391,0.5373,60,60,100,1), + (42088,178609,0,580.66,-448.034,161.691,-2.80998,0,0,0.986286,-0.165048,60,60,100,1), + (42089,178609,0,652.958,-361.622,152.858,1.27409,0,0,0.594823,0.803857,60,60,100,1), + (42090,178609,0,755.297,-337.724,139.335,0.767945,0,0,0.374607,0.927184,60,60,100,1), + (42091,178609,0,728.207,-302.976,139.786,1.0472,0,0,0.5,0.866025,60,60,100,1), + (42092,178609,0,773.855,-398.191,139.625,-1.39626,0,0,0.642788,-0.766044,60,60,100,1), + (42093,178609,0,819.066,-272.722,151.079,2.53073,0,0,0.953717,0.300706,60,60,100,1), + (42094,178609,0,773.523,-230.858,135.745,2.44346,0,0,0.939693,0.34202,60,60,100,1), + (42097,180712,1,-4001.04,3001.31,0,-0.767945,0,0,-0.374607,0.927184,180,180,100,1), + (42098,19541,1,1297.68,313.875,25.4999,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (42434,3662,1,-4087.37,-2362.9,108.909,5.99774,0,0,0.142237,-0.989833,25,25,0,1), + (42435,2413,1,-4066.54,-2365.23,108.91,2.46894,0,0,0.943974,0.33002,25,25,0,1), + (42437,141812,0,-11719.9,-3324.45,16.3167,-0.296706,0,0,0.147809,-0.989016,450,450,100,1), + (42438,141859,0,-11313.8,-2518.58,94.4106,2.79253,0,0,0.984808,0.173648,450,450,100,1), + (42439,153451,0,-10886.6,-2665.34,7.63572,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (42440,142142,0,-11753,-3063.05,13.3587,-1.22173,0,0,-0.573576,0.819152,300,300,100,1), + (42441,21581,0,-10911.8,-3396.66,83.1401,0.20944,0,0,0.104528,0.994522,900,900,100,1), + (42442,175745,0,-10975,-3479.04,103.984,-1.98968,0,0,0.838671,-0.544639,900,900,100,1), + (42443,21582,0,-11077.3,-3425.05,83.1957,0.261799,0,0,0.130526,0.991445,900,900,100,1), + (42447,153204,0,-11208.4,-2960.47,9.21103,-1.69297,0,0,0.748956,-0.66262,900,900,100,1), + (42448,153204,0,-11204.4,-2730.92,14.9347,-1.41372,0,0,0.649448,-0.760406,900,900,100,1), + (42449,153203,0,-11204.6,-2730.84,15.2066,0.034907,0,0,0.017452,0.999848,900,900,100,1), + (573710,176224,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (42451,153204,0,-11337.3,-2848.63,9.3447,-2.16421,0,0,0.882948,-0.469472,900,900,100,1), + (42452,153203,0,-11208.5,-2960.48,9.29594,-1.11701,0,0,0.529919,-0.848048,900,900,100,1), + (573709,176224,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (42454,153203,0,-11337.4,-2848.64,9.61797,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (573708,176224,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (42456,153204,0,-11079.8,-2855.72,10.6925,-2.47837,0,0,0.945519,-0.325568,900,900,100,1), + (42462,141859,0,-11453.4,-2624.39,36.395,-1.51844,0,0,0.688354,-0.725374,450,450,100,1), + (42463,153203,0,-11079.8,-2855.81,10.9242,-0.174533,0,0,0.087156,-0.996195,900,900,100,1), + (573707,176224,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (42465,141812,0,-11815.3,-3377.41,7.89995,0.767945,0,0,0.374607,0.927184,450,450,100,1), + (42466,141858,0,-11612.1,-3402.23,7.48246,1.48353,0,0,0.67559,0.737277,450,450,100,1), + (42467,141858,0,-11337.3,-3417.56,11.5386,-1.01229,0,0,0.48481,-0.87462,450,450,100,1), + (42468,141859,0,-11491.1,-2675.31,7.24377,2.00713,0,0,0.843391,0.5373,450,450,100,1), + (42469,141812,0,-11763.8,-3049.82,15.8468,0.401426,0,0,0.199368,0.979925,450,450,100,1), + (42470,141857,0,-11547.5,-2911.63,11.2399,-0.279253,0,0,0.139173,-0.990268,450,450,100,1), + (42471,141812,0,-11643.2,-3105.75,18.438,3.00197,0,0,0.997564,0.069757,450,450,100,1), + (42472,141857,0,-10858.8,-2630.63,7.63572,1.90241,0,0,0.814116,0.580703,450,450,100,1), + (42473,141857,0,-10832.5,-2700.95,7.6357,-1.55334,0,0,0.700909,-0.71325,450,450,100,1), + (42474,141812,0,-11855.1,-2959.74,10.3145,-2.30383,0,0,0.913545,-0.406737,450,450,100,1), + (42475,141858,0,-11471.8,-3383.37,9.2671,-2.3911,0,0,0.930418,-0.366501,450,450,100,1), + (42476,141812,0,-11899.7,-3025.95,21.0243,-0.401426,0,0,0.199368,-0.979925,450,450,100,1), + (42477,141812,0,-11844.8,-3357.05,7.89991,-1.76278,0,0,0.771625,-0.636078,450,450,100,1), + (42482,1621,0,-10948.9,-185.265,37.7564,-1.0821,0,0,-0.515036,0.857168,300,300,100,1), + (42483,1622,0,-11130.1,-77.5629,33.1727,0.279253,0,0,0.139173,0.990268,300,300,100,1), + (42484,2014,0,-9256.97,-2232.04,63.9334,1.6057,0,0,0.71934,0.694658,7200,7200,100,1), + (42485,32,0,-9366.48,-2472.26,17.0271,-2.28118,-0.118706,-0.071149,0.899253,-0.414959,2,2,100,1), + (42486,1726,0,-9247.39,-2145.58,63.9334,3.14159,0,0,1,0,2,2,100,1), + (42487,1807,0,-9101.38,-2034.23,128.651,1.29154,0,0,0.601815,0.798636,7200,7200,100,1), + (42488,2061,0,-9101.38,-2034.23,128.651,1.29154,0,0,0.601815,0.798636,7200,7200,100,1), + (42489,178572,0,-9492.13,-1930.11,78.7398,3.14159,0,0,1,0,7200,7200,100,1), + (42490,2061,0,-9492.13,-1930.11,78.7398,3.14159,0,0,1,0,7200,7200,100,1), + (42491,92703,0,-9248.72,-2174.7,64.0431,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (42492,92458,0,-9599.33,-3499.25,121.956,3.14159,0,0,1,0,7200,7200,100,1), + (42493,2061,0,-9599.33,-3499.25,121.956,3.14159,0,0,1,0,7200,7200,100,1), + (42494,116,0,-9589.39,-1929.77,62.8871,-2.81871,0,0,0.986996,-0.160743,7200,7200,100,1), + (42495,31,0,-9253.08,-3404.9,104.348,0.547548,0.014522,-0.044873,0.27015,0.961662,2,2,100,1), + (42496,60,0,-9243.42,-2213.92,67.6241,3.14159,0,0,1,0,2,2,100,1), + (42497,142093,0,-9248.41,-2144.23,63.9334,3.14159,0,0,1,0,7200,7200,100,1), + (42498,157968,0,-9465.61,-2002.43,96.6121,3.14159,0,0,1,0,7200,7200,100,1), + (42499,2061,0,-9465.61,-2002.43,96.6121,3.14159,0,0,1,0,7200,7200,100,1), + (42500,178573,0,-9126.49,-3231.55,101.219,-1.52716,-0.010128,0.039876,-0.690377,0.722279,7200,7200,100,1), + (42501,2061,0,-9126.49,-3231.55,101.219,-1.52716,-0.010128,0.039876,-0.690377,0.722279,7200,7200,100,1), + (42502,1814,0,-9163.2,-3286.05,101.547,3.14159,0,0,1,0,7200,7200,100,1), + (42503,2061,0,-9163.2,-3286.05,101.547,3.14159,0,0,1,0,7200,7200,100,1), + (42504,1810,0,-9199,-2896.18,112.975,3.14159,0,0,1,0,7200,7200,100,1), + (42505,2061,0,-9199,-2896.18,112.975,3.14159,0,0,1,0,7200,7200,100,1), + (42506,113,0,-9590.62,-1929.1,63.4876,1.89368,0,0,0.811574,0.58425,7200,7200,100,1), + (42507,47,0,-9247.36,-2151.6,63.9334,3.14159,0,0,1,0,2,2,100,1), + (42508,1809,0,-9498,-1905.51,79.3961,3.14159,-0.021815,-0.004362,0.999753,-0.000095,7200,7200,100,1), + (42509,2061,0,-9498,-1905.51,79.3961,3.14159,-0.021815,-0.004362,0.999753,-0.000095,7200,7200,100,1), + (42510,2015,0,-9261.33,-2228.62,63.7668,3.14159,0,0,1,0,7200,7200,100,1), + (42511,1820,0,-9792.47,-2242.62,69.4734,2.88852,0.020713,0.09398,0.987506,0.124783,7200,7200,100,1), + (42512,2061,0,-9792.47,-2242.62,69.4734,2.88852,0.020713,0.09398,0.987506,0.124783,7200,7200,100,1), + (42513,3801,0,-9166.63,-2084.54,88.886,0.602138,0,0,0.296541,0.95502,7200,7200,100,1), + (42514,2061,0,-9166.63,-2084.54,88.886,0.602138,0,0,0.296541,0.95502,7200,7200,100,1), + (42515,3802,0,-9166.86,-2083.67,88.886,1.89368,0,0,0.811574,0.58425,7200,7200,100,1), + (42516,2061,0,-9166.86,-2083.67,88.886,1.89368,0,0,0.811574,0.58425,7200,7200,100,1), + (42517,3801,0,-9167.21,-2120.37,88.886,-0.479966,0,0,-0.237686,0.971342,7200,7200,100,1), + (42518,2061,0,-9167.21,-2120.37,88.886,-0.479966,0,0,-0.237686,0.971342,7200,7200,100,1), + (42519,3802,0,-9166.55,-2119.76,88.886,0.811577,0,0,0.394744,0.918791,7200,7200,100,1), + (42520,2061,0,-9166.55,-2119.76,88.886,0.811577,0,0,0.394744,0.918791,7200,7200,100,1), + (42521,22540,0,-9175.76,-2116.49,88.9573,0.820306,0,0,0.398749,0.91706,7200,7200,100,1), + (42522,22541,0,-9168.06,-2111.56,88.9657,-2.31256,0,0,0.915311,-0.402747,7200,7200,100,1), + (42523,22543,0,-9172.1,-2119.82,88.9573,0.863937,0,0,0.418659,0.908143,7200,7200,100,1), + (42524,22544,0,-9174.03,-2118.11,88.9573,0.846486,0,0,0.410719,0.911762,7200,7200,100,1), + (42525,3816,0,-9205.78,-2060.33,83.0698,0.253072,0,0,0.126198,0.992005,7200,7200,100,1), + (42526,3817,0,-9206.41,-2059.16,78.1529,1.54462,0,0,0.69779,0.716302,7200,7200,100,1), + (42527,3819,0,-9206,-2060.33,78.1529,0.253072,0,0,0.126198,0.992005,7200,7200,100,1), + (42528,2489,0,-9201.26,-2068.48,82.9642,1.56207,0,0,0.704015,0.710185,7200,7200,100,1), + (42529,22665,0,-9204.63,-2062.79,82.892,2.46091,0,0,0.942641,0.333807,7200,7200,100,1), + (42530,22667,0,-9202.71,-2061.83,78.1128,-1.59698,0,0,-0.716302,0.69779,7200,7200,100,1), + (42531,22660,0,-9199.25,-2064.89,82.9642,-2.38238,0,0,0.92881,-0.370557,7200,7200,100,1), + (42532,22661,0,-9199.4,-2068.3,82.9642,2.49582,0,0,0.948324,0.317305,7200,7200,100,1), + (42533,149424,0,-9213.11,-2061.77,78.0966,-1.59698,0,0,-0.716302,0.69779,7200,7200,100,1), + (42534,3815,0,-9206.55,-2059.78,83.0698,-1.93731,0,0,-0.824126,0.566406,7200,7200,100,1), + (42535,3818,0,-9206.77,-2059.78,78.1529,-1.93731,0,0,-0.824126,0.566406,7200,7200,100,1), + (42536,22659,0,-9198.67,-2066.57,82.9642,3.13286,0,0,0.99999,0.004364,7200,7200,100,1), + (42537,22668,0,-9201.69,-2062.61,78.1128,3.11541,0,0,0.999914,0.013089,7200,7200,100,1), + (42538,22666,0,-9206.5,-2063.2,82.892,0.907571,0,0,0.438371,0.898794,7200,7200,100,1), + (42539,22662,0,-9201.22,-2064.69,82.9642,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (42540,3801,0,-9235.17,-2028.74,78.1037,1.87623,0,0,0.806444,0.59131,7200,7200,100,1), + (42541,2061,0,-9235.17,-2028.74,78.1037,1.87623,0,0,0.806444,0.59131,7200,7200,100,1), + (42542,3802,0,-9236.07,-2028.7,78.1037,-3.11541,0,0,0.999914,-0.013089,7200,7200,100,1), + (42543,2061,0,-9236.07,-2028.7,78.1037,-3.11541,0,0,0.999914,-0.013089,7200,7200,100,1), + (42544,22879,0,-9212.89,-2152.8,71.3308,3.06305,0,0,0.999229,0.039259,7200,7200,100,1), + (42545,22854,0,-9214.95,-2145.31,64.3961,-2.26893,0,0,0.906308,-0.422618,7200,7200,100,1), + (42546,22855,0,-9228.66,-2149.66,63.7361,-0.916298,0,0,-0.442289,0.896873,7200,7200,100,1), + (42547,22856,0,-9229.52,-2160.1,63.7666,-0.698131,0,0,-0.34202,0.939693,7200,7200,100,1), + (42548,22860,0,-9212.89,-2150.85,71.3308,-3.14159,0,0,1,-0.000001,7200,7200,100,1), + (42549,22835,0,-9224.99,-2143.59,64.3071,-0.497419,0,0,-0.246153,0.969231,7200,7200,100,1), + (42550,2061,0,-9224.99,-2143.59,64.3071,-0.497419,0,0,-0.246153,0.969231,7200,7200,100,1), + (42551,22836,0,-9193.56,-2154.42,64.7975,3.06305,0,0,0.999229,0.039259,7200,7200,100,1), + (42552,2061,0,-9193.56,-2154.42,64.7975,3.06305,0,0,0.999229,0.039259,7200,7200,100,1), + (42553,22864,0,-9226.35,-2165.27,71.2089,1.45735,0,0,0.665882,0.746057,7200,7200,100,1), + (42554,22832,0,-9223.55,-2143.14,64.3071,2.99324,0,0,0.99725,0.074108,7200,7200,100,1), + (42555,2061,0,-9223.55,-2143.14,64.3071,2.99324,0,0,0.99725,0.074108,7200,7200,100,1), + (42556,22865,0,-9226.19,-2147,71.2089,-1.92859,0,0,-0.821647,0.569997,7200,7200,100,1), + (42557,22834,0,-9226.46,-2143.56,64.3071,-1.58825,0,0,-0.71325,0.70091,7200,7200,100,1), + (42558,2061,0,-9226.46,-2143.56,64.3071,-1.58825,0,0,-0.71325,0.70091,7200,7200,100,1), + (42559,22831,0,-9194.12,-2153.2,64.7975,1.65806,0,0,0.737277,0.675591,7200,7200,100,1), + (42560,2061,0,-9194.12,-2153.2,64.7975,1.65806,0,0,0.737277,0.675591,7200,7200,100,1), + (42561,22880,0,-9222.83,-2146.47,71.3268,-0.017453,0,0,-0.008726,0.999962,7200,7200,100,1), + (42562,22858,0,-9222.76,-2165.33,71.2089,1.67552,0,0,0.743145,0.669131,7200,7200,100,1), + (42563,149048,0,-9239.4,-2160.41,64.3387,-0.008727,0,0,-0.004364,0.99999,7200,7200,100,1), + (42564,22833,0,-9225.59,-2142.23,64.3071,2.05949,0,0,0.857168,0.515038,7200,7200,100,1), + (42565,2061,0,-9225.59,-2142.23,64.3071,2.05949,0,0,0.857168,0.515038,7200,7200,100,1), + (42566,112232,0,-9223.9,-2211.37,66.3003,0.061088,0,0,0.030539,0.999534,7200,7200,100,1), + (42567,179778,0,-9217.12,-2223.13,67.6377,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (42568,112200,0,-9229.09,-2201.35,65.2849,0,0,0,0,1,7200,7200,100,1), + (42569,112201,0,-9223.9,-2215.57,66.3003,0,0,0,0,1,7200,7200,100,1), + (42570,112237,0,-9211.06,-2198.57,66.3003,-3.06305,0,0,0.999229,-0.03926,7200,7200,100,1), + (42571,112238,0,-9211.06,-2196.54,66.3003,3.09796,0,0,0.999762,0.021815,7200,7200,100,1), + (42572,112241,0,-9211.06,-2194.37,66.3003,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (42573,112239,0,-9217.19,-2187.24,66.3003,-1.53589,0,0,-0.694658,0.71934,7200,7200,100,1), + (42574,112236,0,-9211.06,-2215.53,66.3003,3.14159,0,0,1,0,7200,7200,100,1), + (42575,112234,0,-9211.06,-2211.33,66.3003,3.14159,0,0,1,0,7200,7200,100,1), + (42576,112235,0,-9211.06,-2213.5,66.3003,-3.0456,0,0,0.998848,-0.047978,7200,7200,100,1), + (42577,179781,0,-9220.4,-2217.56,66.3005,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (42578,112215,0,-9228.13,-2200.39,65.2849,-1.65806,0,0,-0.737278,0.67559,7200,7200,100,1), + (42579,179779,0,-9211.28,-2205.23,66.3005,-3.11541,0,0,0.999914,-0.01309,7200,7200,100,1), + (42580,179780,0,-9223.91,-2205.23,66.3005,-0.008726,0,0,-0.004363,0.99999,7200,7200,100,1), + (42581,112204,0,-9228.85,-2213.95,66.3003,-3.0805,0,0,0.999534,-0.030539,7200,7200,100,1), + (42582,112205,0,-9228.85,-2208.5,66.3003,3.14159,0,0,1,0,7200,7200,100,1), + (42583,112231,0,-9223.9,-2213.4,66.3003,-0.07854,0,0,-0.03926,0.999229,7200,7200,100,1), + (42584,160468,0,-9345.64,-2298.73,71.6477,2.89725,0,0,0.992546,0.121869,7200,7200,100,1), + (42585,160469,0,-9351.31,-2298.29,71.6477,0.034907,0,0,0.017453,0.999848,7200,7200,100,1), + (42586,160470,0,-9340.69,-2297.04,71.6,3.06305,0.01308,-0.000514,0.999143,0.039256,7200,7200,100,1), + (42587,148662,0,-9296.94,-3312.67,150.255,0.680678,0,0,0.333807,0.942641,7200,7200,100,1), + (42588,148664,0,-9281.78,-3290.44,150.134,-2.87979,0,0,0.991445,-0.130526,7200,7200,100,1), + (42589,148665,0,-9284.31,-3296.62,150.089,2.77507,0,0,0.983255,0.182235,7200,7200,100,1), + (42590,148659,0,-9280.55,-3312.55,126.081,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (42591,148682,0,-9292.85,-3281.86,150.255,-0.890117,0,0,-0.430511,0.902586,7200,7200,100,1), + (42592,148714,0,-9298.01,-3298.39,150.207,-0.122174,0,0,-0.061049,0.998135,7200,7200,100,1), + (42593,148683,0,-9284.14,-3306.36,150.134,2.56563,0,0,0.95882,0.284016,7200,7200,100,1), + (42594,148684,0,-9286.33,-3301.61,150.102,-2.87979,0,0,0.991445,-0.130526,7200,7200,100,1), + (42595,148686,0,-9264.11,-3305.96,141.379,2.67908,0,0,0.973379,0.2292,7200,7200,100,1), + (42596,148680,0,-9278.38,-3315.95,141.379,1.71042,0,0,0.75471,0.656058,7200,7200,100,1), + (42597,148677,0,-9290.47,-3311.86,141.379,0.925025,0,0,0.446198,0.894934,7200,7200,100,1), + (42598,148674,0,-9296.14,-3300.42,141.379,0.139627,0,0,0.069757,0.997564,7200,7200,100,1), + (42599,148658,0,-9295.81,-3314.14,150.255,0.680678,0,0,0.333807,0.942641,7200,7200,100,1), + (42600,148695,0,-9284.58,-3311.71,115.708,1.08211,0,0,0.515038,0.857167,7200,7200,100,1), + (42601,148696,0,-9277.15,-3312.47,115.708,1.68424,0,0,0.746058,0.665881,7200,7200,100,1), + (42602,148694,0,-9272.7,-3287.83,115.708,-2.0944,0,0,0.866026,-0.5,7200,7200,100,1), + (42603,148707,0,-9297.73,-3296.56,150.207,-0.122174,0,0,-0.061049,0.998135,7200,7200,100,1), + (42604,148671,0,-9272.83,-3283.92,141.379,-2.03331,0,0,-0.850352,0.526214,7200,7200,100,1), + (42605,148668,0,-9263.91,-3293.13,141.379,-2.81871,0,0,0.986996,-0.160743,7200,7200,100,1), + (42606,148670,0,-9268.51,-3286.75,141.379,-2.21657,0,0,0.894934,-0.446198,7200,7200,100,1), + (42607,148697,0,-9261.18,-3299.04,150.201,-2.46091,0,0,0.942641,-0.333807,7200,7200,100,1), + (42608,148660,0,-9263.17,-3284.47,150.255,-2.46091,0,0,0.942641,-0.333807,7200,7200,100,1), + (42609,148691,0,-9294.33,-3282.98,150.255,-0.890117,0,0,-0.430511,0.902586,7200,7200,100,1), + (42610,148692,0,-9286.72,-3301.94,115.708,0.375246,0,0,0.186524,0.98245,7200,7200,100,1), + (42611,148693,0,-9275.52,-3298.54,115.708,-2.83616,0,0,0.988361,-0.152123,7200,7200,100,1), + (42612,148669,0,-9266.13,-3316.75,150.255,2.25147,0,0,0.902585,0.430511,7200,7200,100,1), + (42613,148675,0,-9264.66,-3315.63,150.255,2.25147,0,0,0.902585,0.430511,7200,7200,100,1), + (42614,148661,0,-9262.05,-3285.94,150.255,-2.46091,0,0,0.942641,-0.333807,7200,7200,100,1), + (42615,148725,0,-9279.76,-3280.76,150.236,-1.57952,0,0,-0.710186,0.704014,7200,7200,100,1), + (42616,148663,0,-9276.06,-3281.03,150.236,-1.83259,0,0,-0.793353,0.608762,7200,7200,100,1), + (42617,175739,0,-9221.69,-2221.75,68.6782,-1.22173,0,0,0.573576,-0.819152,7200,7200,100,1), + (42618,175745,0,-9238.68,-2152.52,72.1492,0.069813,0,0,0.034899,0.999391,7200,7200,100,1), + (42619,175544,0,-9727,-3187.94,58.6088,-0.366519,0,0,0.182236,-0.983255,7200,7200,100,1), + (42620,121264,0,-9222.03,-2700.6,89.086,2.37365,0,0,0.927184,0.374607,2,2,100,1), + (42621,2850,0,-9367.5,-3311.05,92.4461,2.25148,0,0,0.902585,0.430511,7200,7200,100,1), + (42622,3695,0,-9371.79,-3082.53,140.675,3.01942,0,0,0.998135,0.061049,7200,7200,100,1), + (42623,3695,0,-9195.45,-2873.63,113.036,-0.436333,0,0,0.21644,-0.976296,7200,7200,100,1), + (42624,3695,0,-9710.18,-3166.36,58.6868,-1.6057,0,0,0.71934,-0.694658,7200,7200,100,1), + (42625,148742,0,-11138.8,522.522,70.5465,1.78896,0,0,0.779885,0.625923,3600,3600,100,1), + (42626,148740,0,-11164.6,539.922,70.5465,0.218166,0,0,0.108867,0.994056,3600,3600,100,1), + (42627,148749,0,-11121.4,548.272,70.5465,-2.92343,0,0,0.994056,-0.108867,3600,3600,100,1), + (42628,148752,0,-11127.6,550.434,61.6705,-2.67908,0,0,0.973379,-0.2292,3600,3600,100,1), + (42629,148754,0,-11136.6,559.489,61.6705,-1.89368,0,0,-0.811574,0.58425,3600,3600,100,1), + (42630,148743,0,-11159.7,545.528,61.6705,-0.139627,0,0,-0.069757,0.997564,3600,3600,100,1), + (42631,148744,0,-11158.5,537.76,61.6705,0.462513,0,0,0.229201,0.973379,3600,3600,100,1), + (42632,148758,0,-11153.8,556.917,61.6705,-0.925024,0,0,-0.446198,0.894934,3600,3600,100,1), + (42633,148767,0,-11132.9,552.932,35.9992,-2.522,0,0,0.952396,-0.304864,3600,3600,100,1), + (42634,148769,0,-11139.2,556.923,35.9992,-1.91986,0,0,-0.819152,0.573577,3600,3600,100,1), + (42635,148748,0,-11127.6,537.666,61.6705,2.81871,0,0,0.986996,0.160743,3600,3600,100,1), + (42636,148728,0,-11135.9,543.114,70.3932,-0.200714,0,0,-0.100188,0.994968,3600,3600,100,1), + (42637,148734,0,-11151.1,527.378,70.5269,1.09956,0,0,0.522498,0.85264,3600,3600,100,1), + (42638,148765,0,-11146.9,545.188,35.9992,-0.15708,0,0,-0.078459,0.996917,3600,3600,100,1), + (42639,148741,0,-11135.7,548.332,70.4254,-1.03847,0,0,-0.496217,0.868199,3600,3600,100,1), + (42640,148766,0,-11154.2,536.855,35.9992,0.584684,0,0,0.288196,0.957571,3600,3600,100,1), + (42641,148745,0,-11155.8,533.301,61.6705,0.645773,0,0,0.317305,0.948324,3600,3600,100,1), + (42642,148774,0,-11137,522.869,70.5465,1.78896,0,0,0.779885,0.625923,3600,3600,100,1), + (42643,148733,0,-11126.9,535.013,70.498,2.55691,0,0,0.957571,0.288197,3600,3600,100,1), + (42644,148755,0,-11121.8,550.091,70.5465,-2.92343,0,0,0.994056,-0.108867,3600,3600,100,1), + (42645,148764,0,-11135.4,543.225,35.9992,3.05433,0,0,0.999048,0.043619,3600,3600,100,1), + (42646,3804,0,-11459.4,1515.44,50.8734,0.558505,0,0,0.275637,0.961262,3600,3600,100,1), + (42647,2061,0,-11459.4,1515.44,50.8734,0.558505,0,0,0.275637,0.961262,3600,3600,100,1), + (42648,3803,0,-11460.2,1515.02,50.8734,-0.733039,0,0,-0.358368,0.93358,3600,3600,100,1), + (42649,2061,0,-11460.2,1515.02,50.8734,-0.733039,0,0,-0.358368,0.93358,3600,3600,100,1), + (42650,175756,0,-10508,1024.06,61.6208,1.55334,0,0,0.700909,0.71325,3600,3600,100,1), + (42651,175740,0,-10636.5,1176.63,35.4641,3.05433,0,0,0.999048,0.043619,1,1,100,1), + (42652,175738,0,-10103.8,1040.5,43.1785,2.60054,0,0,0.96363,0.267238,3600,3600,100,1), + (42653,2724,0,-10755.6,1668.06,45.2371,-2.04204,0,0,0.85264,-0.522498,300,300,100,1), + (42654,2724,0,-10227.1,1052.83,37.7072,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (42655,2724,0,-10018.7,1812.27,37.7998,-1.309,0,0,0.608761,-0.793353,300,300,100,1), + (42656,2724,0,-10448.9,1773.64,35.1405,2.93215,0,0,0.994522,0.104528,300,300,100,1), + (42657,2724,0,-11014.9,1661.04,42.4364,-0.506145,0,0,0.25038,-0.968148,300,300,100,1), + (42658,2724,0,-11029.1,1419.98,43.6576,0.139626,0,0,0.069756,0.997564,300,300,100,1), + (42659,2724,0,-9810.29,1590.95,39.8811,1.44862,0,0,0.66262,0.748956,300,300,100,1), + (42660,2724,0,-10313.9,1234.5,38.3061,-1.18682,0,0,0.559193,-0.829037,300,300,100,1), + (42661,2724,0,-9754.98,1203.31,40.9789,2.25148,0,0,0.902585,0.430511,300,300,100,1), + (42662,1166,0,-10672.2,1748.32,40.5583,-0.959931,0,0,0.461749,-0.887011,1,1,100,1), + (42663,3643,0,-10957,1563.67,45.6177,-2.46091,0,0,0.942641,-0.333807,1,1,100,1), + (42666,176573,0,-11416.7,1948.7,10.9535,-0.872665,0,0,0.422618,-0.906308,3600,3600,100,1), + (42673,290,0,-9849.81,1290.18,41.887,-0.802851,0,0,0.390731,-0.920505,1,1,100,1), + (42674,3662,0,-11214.6,1549.68,34.4351,2.58309,0,0,0.961262,0.275637,3600,3600,100,1), + (42675,3705,0,-11280.2,1512.85,37.6001,-2.6529,0,0,0.970296,-0.241922,3600,3600,100,1), + (42676,3705,0,-11176.7,1518.9,19.5604,0.296706,0,0,0.147809,0.989016,3600,3600,100,1), + (42677,123214,0,-11125,552.153,70.4333,-2.93215,0,0,0.994522,-0.104529,1,1,100,1), + (42678,124072,0,-11125,552.153,70.4333,-2.93215,0,0,0.994522,-0.104529,3600,3600,100,1), + (42679,3662,0,-10994.1,2096.65,0.014037,-1.6057,0,0,0.71934,-0.694658,3600,3600,100,1), + (42680,106319,0,-10479.1,1932.18,7.63419,1.74533,0,0,0.766044,0.642788,3600,3600,100,1), + (42681,106319,0,-11072.2,1512.31,42.9444,3.12414,0,0,0.999962,0.008727,3600,3600,100,1), + (42682,3662,0,-9633.56,1594.26,0.009919,-0.122173,0,0,0.061049,-0.998135,3600,3600,100,1), + (42683,3662,0,-10062.7,1689.69,34.9306,-2.23402,0,0,0.898794,-0.438371,3600,3600,100,1), + (42684,2849,0,-11331.1,1732.21,38.4692,-1.09956,0,0,0.522499,-0.85264,3600,3600,100,1), + (42685,19019,0,-10036,1945.72,0.043373,1.20428,0,0,0.566406,0.824126,3600,3600,100,1), + (42686,3662,0,-10990.8,1473.42,43.2017,-0.785398,0,0,0.382683,-0.92388,3600,3600,100,1), + (42687,3662,0,-10178.1,2022.71,5.62225,-2.96706,0,0,0.996195,-0.087156,3600,3600,100,1), + (42688,1621,0,-10585.6,1153.83,39.8396,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (42689,2045,0,-9705.45,1738.62,-16.9369,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (42690,2045,0,-9504.94,1420.12,-17.7375,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (42691,1618,0,-10241.4,1770.12,36.702,0.401426,0,0,0.199368,0.979925,300,300,100,1), + (42692,2045,0,-10576.6,2132.65,-5.98227,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (42693,180655,0,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,3600,3600,100,1), + (42694,180582,0,-9801.39,1766.6,0,-0.087267,0,0,-0.0436197,0.999048,3600,3600,100,1), + (42695,180582,0,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438372,3600,3600,100,1), + (42696,180655,0,-10549.4,2127.94,0,1.91986,0,0,0.819151,0.573577,3600,3600,100,1), + (42697,180582,0,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.0871556,3600,3600,100,1), + (42698,180582,0,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,3600,3600,100,1), + (42699,2724,0,-10679.8,1750.2,39.4916,-0.959931,0,0,0.461749,-0.887011,300,300,100,1), + (42700,2724,0,-10177.7,1195.3,36.808,1.5708,0,0,0.707107,0.707107,300,300,100,1), + (42701,2724,0,-9876.95,1327.05,43.0019,-0.698132,0,0,0.34202,-0.939693,300,300,100,1), + (42702,2724,0,-9983.83,1196.93,41.124,-2.00713,0,0,0.843391,-0.5373,300,300,100,1), + (42703,2724,0,-10133.7,1745.75,31.7093,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (42704,2724,0,-9874.4,1306.96,43.0079,2.00713,0,0,0.843391,0.5373,300,300,100,1), + (42705,2724,0,-9711.59,1046.76,35.325,0.610865,0,0,0.300706,0.953717,300,300,100,1), + (42713,3662,0,-10815.4,1327.02,34.0955,1.25664,0,0,0.587785,0.809017,3600,3600,100,1), + (42714,3705,0,-11309.9,1714.72,37.5294,-2.6529,0,0,0.970296,-0.241922,3600,3600,100,1), + (42715,3705,0,-10883.2,1981.65,38.6544,-1.15192,0,0,0.544639,-0.838671,3600,3600,100,1), + (42716,3662,0,-10558.6,1964.51,35.0131,-2.42601,0,0,0.936672,-0.350207,3600,3600,100,1), + (42717,3662,0,-11006.8,2041.88,10.6006,-2.86234,0,0,0.990268,-0.139173,3600,3600,100,1), + (42718,106319,0,-9946.81,1477.11,39.8371,-1.58825,0,0,0.71325,-0.700909,3600,3600,100,1), + (42719,106319,0,-10144.1,1745.59,31.6711,-1.15192,0,0,0.544639,-0.838671,3600,3600,100,1), + (42720,1619,0,-11451,1469.53,61.3521,-0.680679,0,0,-0.333807,0.942641,300,300,100,1), + (42721,1622,0,-10728.3,1725.82,42.8853,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (42722,2724,0,-9866.77,1286.17,41.3612,-2.77507,0,0,0.983255,-0.182235,300,300,100,1), + (42723,2724,0,-10184,1274.15,37.2337,-2.67035,0,0,0.97237,-0.233445,300,300,100,1), + (42724,2724,0,-10292.2,1405.87,40.1184,-0.453786,0,0,0.224951,-0.97437,300,300,100,1), + (42725,2724,0,-10637.2,1792.82,32.9354,2.44346,0,0,0.939693,0.34202,300,300,100,1), + (42726,2724,0,-10558,1964.81,35.0003,-3.10669,0,0,0.999848,-0.017452,300,300,100,1), + (42727,2724,0,-11107.7,780.983,36.6786,0.628319,0,0,0.309017,0.951057,300,300,100,1), + (42728,2724,0,-10735.1,1685.64,45.71,-0.907571,0,0,0.438371,-0.898794,300,300,100,1), + (42729,2724,0,-10662.3,1792.56,35.8383,1.91986,0,0,0.819152,0.573576,300,300,100,1), + (42730,2724,0,-10997.9,1882.23,41.3795,2.02458,0,0,0.848048,0.529919,300,300,100,1), + (42733,3705,0,-11115.7,564.248,32.7555,1.58825,0,0,0.71325,0.700909,3600,3600,100,1), + (42734,2849,0,-11151,730.26,33.5383,2.35619,0,0,0.92388,0.382683,3600,3600,100,1), + (42735,3662,0,-11457,1521.76,50.9323,1.46608,0,0,0.669131,0.743145,3600,3600,100,1), + (42736,106319,0,-10758.8,896.878,35.9566,-1.78024,0,0,0.777146,-0.62932,3600,3600,100,1), + (42737,3705,0,-10658.4,993.572,32.8741,1.0472,0,0,0.5,0.866025,3600,3600,100,1), + (42738,106319,0,-11027.1,1661.24,42.6791,-2.47837,0,0,0.945519,-0.325568,3600,3600,100,1), + (42739,106319,0,-9992.27,1452.8,41.4762,2.68781,0,0,0.97437,0.224951,3600,3600,100,1), + (42740,2045,0,-11239.5,2079.09,-10.3704,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (42741,1622,0,-10128.7,1063.89,36.2835,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (42742,2724,0,-9916.3,1195.9,42.1551,2.61799,0,0,0.965926,0.258819,300,300,100,1), + (42743,2724,0,-9750.42,1200.72,40.9789,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (42744,2724,0,-10619.7,1952.76,37.6884,-1.0821,0,0,0.515038,-0.857167,300,300,100,1), + (42745,2724,0,-11325.2,1734.76,38.1712,-1.67552,0,0,0.743145,-0.669131,300,300,100,1), + (42746,2724,0,-11139.8,892.258,38.7149,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (42747,2724,0,-10179,1192.37,37.9645,-0.244346,0,0,0.121869,-0.992546,300,300,100,1), + (42748,2849,0,-11195.7,1593.99,28.9737,-1.44862,0,0,0.66262,-0.748956,3600,3600,100,1), + (42749,106319,0,-9584.66,1508.62,-2.25849,-2.72271,0,0,0.978148,-0.207912,3600,3600,100,1), + (42750,3662,0,-9741.55,1185.91,41.191,0.226893,0,0,0.113203,0.993572,3600,3600,100,1), + (42751,19017,0,-11485,2019.67,-24.0839,0.698132,0,0,0.34202,0.939693,3600,3600,100,1), + (42752,19019,0,-10949.5,1572.38,46.9775,-2.16421,0,0,0.882948,-0.469472,3600,3600,100,1), + (42753,1618,0,-10568.1,834.061,45.3067,3.01942,0,0,0.998135,0.0610484,300,300,100,1), + (42754,1621,0,-11382.5,1712.27,34.3837,-2.60054,0,0,-0.96363,0.267239,300,300,100,1), + (42755,1617,0,-11244.6,1461.82,89.0313,0.05236,0,0,0.026177,0.999657,300,300,100,1), + (42756,1620,0,-10346.7,1661.32,34.2802,-1.20428,0,0,-0.566407,0.824125,300,300,100,1), + (42757,1621,0,-10707,819.448,38.7905,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (42758,1617,0,-10025.3,1585.59,41.4551,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (42759,1622,0,-10954.4,1538,44.3892,-2.32129,0,0,-0.91706,0.398748,300,300,100,1), + (42760,1622,0,-9982.7,1443.37,43.6065,-3.03687,0,0,-0.998629,0.0523374,300,300,100,1), + (42761,2045,0,-9765.43,1841.31,-16.9369,-0.191986,0,0,-0.0958456,0.995396,300,300,100,1), + (42762,1620,0,-10385.4,1511.15,40.8489,-0.331612,0,0,-0.165047,0.986286,300,300,100,1), + (42763,1622,0,-10678.4,1114.52,34.4814,-0.872665,0,0,-0.422618,0.906308,300,300,100,1), + (42764,2045,0,-11425.1,1873.62,-14.6076,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (42765,1620,0,-11154,589.96,36.4083,0.453786,0,0,0.224951,0.97437,300,300,100,1), + (42766,2045,0,-10913.7,2149.42,-3.98935,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (42767,2045,0,-9560.01,1111.49,-9.92492,-1.36136,0,0,-0.629322,0.777145,300,300,100,1), + (42768,2724,0,-9912.09,1224.92,42.2841,-1.22173,0,0,0.573576,-0.819152,300,300,100,1), + (42769,2724,0,-10646.9,1382.07,41.3108,-0.069813,0,0,0.034899,-0.999391,300,300,100,1), + (42770,2724,0,-11030.5,780.767,36.9739,-0.994838,0,0,0.477159,-0.878817,300,300,100,1), + (42771,2724,0,-10281,1387.52,40.0853,-2.63545,0,0,0.968148,-0.25038,300,300,100,1), + (42772,2724,0,-9881.79,1024.43,32.7513,0.610865,0,0,0.300706,0.953717,300,300,100,1), + (42773,2724,0,-9857.87,1264.05,40.9883,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (42774,2724,0,-9833.09,1037.05,33.119,-0.942478,0,0,0.453991,-0.891006,300,300,100,1), + (42776,2724,0,-9839.89,948.362,29.1304,-3.10669,0,0,0.999848,-0.017452,300,300,100,1), + (42777,2724,0,-10117.3,1063.9,36.7115,2.94961,0,0,0.995396,0.095846,300,300,100,1), + (42778,2724,0,-10191.9,1043.57,36.4252,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (42779,1620,0,-11000.8,866.014,36.2081,-3.07178,0,0,-0.999391,0.0348993,300,300,100,1), + (42780,1618,0,-11002.8,1153.5,39.7658,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (42781,2724,0,-10221.6,1445.29,40.6156,-0.418879,0,0,0.207912,-0.978148,300,300,100,1), + (42782,1620,0,-11019.1,2025.29,10.9935,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (42783,1619,0,-11292.6,1869.2,37.1779,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (42784,1621,0,-10209.2,1704.51,33.2407,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (42785,1619,0,-9778.02,1586.12,39.4332,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (42786,1620,0,-9609.96,1027.01,7.99688,-2.89725,0,0,-0.992546,0.121868,300,300,100,1), + (42787,2724,0,-9825.56,1259.95,41.3516,-1.15192,0,0,0.544639,-0.838671,300,300,100,1), + (42788,106319,0,-10311.4,1228.23,37.501,-0.453786,0,0,0.224951,-0.97437,3600,3600,100,1), + (42789,105568,0,-10647.8,1116.43,35.6134,-1.71042,0,0,0.75471,-0.656059,3600,3600,100,1), + (42790,2724,0,-10258,1389.76,39.3324,0.20944,0,0,0.104528,0.994522,300,300,100,1), + (42791,2724,0,-9849.3,1027.01,33.0296,-2.98451,0,0,0.996917,-0.078459,300,300,100,1), + (42792,2724,0,-10258.5,1522.81,39.6263,-2.44346,0,0,0.939693,-0.34202,300,300,100,1), + (42793,2413,0,-8716.9,1049.97,96.0077,2.33001,0,0,0.918791,0.394743,120,120,0,0), + (42794,2413,0,-8719.39,1049.55,96.0077,0.794124,0,0,0.38671,0.922201,120,120,0,0), + (42795,2413,0,-8704.69,1049.75,95.9989,-0.82903,0,0,-0.402746,0.915312,120,120,0,0), + (42796,2413,0,-8702.5,1049.67,95.9989,-2.36492,0,0,0.92554,-0.378649,120,120,0,0), + (42797,2413,0,-8702.46,1047.57,95.9989,2.31256,0,0,0.915312,0.402746,120,120,0,0), + (42798,2413,0,-8704.62,1047.45,95.9989,0.776672,0,0,0.378649,0.925541,120,120,0,0), + (42799,2413,0,-8843.11,1080.57,95.2111,-1.27409,0,0,-0.594823,0.803857,120,120,0,0), + (42800,2413,0,-8720.9,1051.01,96.0077,0.794124,0,0,0.38671,0.922201,120,120,0,0), + (42801,2413,0,-8720.49,1053.53,96.0077,-0.82903,0,0,-0.402746,0.915312,120,120,0,0), + (42802,2413,0,-8718.16,1053.77,96.0077,-2.34747,0,0,0.922201,-0.386711,120,120,0,0), + (42803,2413,0,-8716.78,1052.48,96.0077,-2.34747,0,0,0.922201,-0.386711,120,120,0,0), + (42804,2413,0,-8843.8,1087.69,95.2111,-2.89725,0,0,0.992546,-0.121869,120,120,0,0), + (42805,2413,0,-8841.89,1076.86,95.2111,1.8675,0,0,0.803857,0.594823,120,120,0,0), + (42806,2413,0,-8841.14,1078.94,95.2111,-2.89725,0,0,0.992546,-0.121869,120,120,0,0), + (42807,2413,0,-8859.68,821.753,98.354,-2.46964,0,0,0.944089,-0.329691,120,120,0,0), + (42808,2413,0,-8861.97,819.848,98.354,0.671952,0,0,0.329691,0.944089,120,120,0,0), + (42809,2413,0,-8857.95,865.658,99.6507,-2.47837,0,0,0.945518,-0.325568,120,120,0,0), + (42810,2413,0,-8858.18,856.268,99.6084,-1.68424,0,0,-0.746058,0.665881,120,120,0,0), + (42811,2413,0,-8861.44,854.283,99.6084,-0.113445,0,0,-0.056692,0.998392,120,120,0,0), + (42812,2413,0,-8858.79,851.646,99.6084,1.57952,0,0,0.710185,0.704015,120,120,0,0), + (42813,2413,0,-9076.53,836.782,108.423,0.349067,0,0,0.173649,0.984808,120,120,0,0), + (42814,2413,0,-9070.64,831.409,108.423,-1.18682,0,0,-0.559192,0.829038,120,120,0,0), + (42815,2413,0,-9075.87,839.091,108.423,-1.18682,0,0,-0.559192,0.829038,120,120,0,0), + (42816,2413,0,-9084.21,822.609,115.678,1.90241,0,0,0.814115,0.580703,120,120,0,0), + (42817,2413,0,-9087.25,814.73,115.678,0.366519,0,0,0.182236,0.983255,120,120,0,0), + (42818,2413,0,-9076.9,820.727,108.423,-1.23918,0,0,-0.580703,0.814115,120,120,0,0), + (42819,2413,0,-9077.67,818.802,108.423,0.366519,0,0,0.182236,0.983255,120,120,0,0), + (42820,2413,0,-9086.42,816.854,115.678,-1.23918,0,0,-0.580703,0.814115,120,120,0,0), + (42821,2413,0,-9093.92,835.672,115.678,1.90241,0,0,0.814115,0.580703,120,120,0,0), + (42822,2413,0,-9085.34,825.551,115.678,-1.23918,0,0,-0.580703,0.814115,120,120,0,0), + (42823,2413,0,-9088.41,832.583,115.678,-1.23918,0,0,-0.580703,0.814115,120,120,0,0), + (42824,2413,0,-9073.92,839.838,108.423,-1.18682,0,0,-0.559192,0.829038,120,120,0,0), + (42825,2413,0,-9082.61,829.7,108.423,0.383972,0,0,0.190809,0.981627,120,120,0,0), + (42826,2413,0,-9084.33,815.84,115.678,-2.77507,0,0,0.983255,-0.182235,120,120,0,0), + (42827,2413,0,-9087.19,829.712,115.678,1.90241,0,0,0.814115,0.580703,120,120,0,0), + (42828,2413,0,-9072.42,836.41,108.423,1.95477,0,0,0.829038,0.559193,120,120,0,0), + (42829,2413,0,-9074.4,835.579,108.423,1.95477,0,0,0.829038,0.559193,120,120,0,0), + (42830,2413,0,-9072.51,830.595,108.423,-1.18682,0,0,-0.559192,0.829038,120,120,0,0), + (42831,2413,0,-9071.92,838.498,108.423,-2.80998,0,0,0.986286,-0.165047,120,120,0,0), + (42832,2413,0,-9078.49,829.071,108.423,-2.75762,0,0,0.981627,-0.190809,120,120,0,0), + (42833,2413,0,-9086.18,823.716,115.678,0.36652,0,0,0.182236,0.983255,120,120,0,0), + (42834,2413,0,-9073.26,828.164,108.423,0.349067,0,0,0.173649,0.984808,120,120,0,0), + (42835,2413,0,-9079.09,831.018,108.423,-2.75762,0,0,0.981627,-0.190809,120,120,0,0), + (42836,2413,0,-9031.5,853.676,107.114,-1.213,0,0,-0.569997,0.821647,120,120,0,0), + (42837,2413,0,-9030.18,850.778,107.114,1.92859,0,0,0.821647,0.569997,120,120,0,0), + (42838,2413,0,-9028.44,846.872,107.114,-1.02102,0,0,-0.488621,0.872496,120,120,0,0), + (42839,2413,0,-9026.85,843.907,107.114,2.12057,0,0,0.872496,0.488622,120,120,0,0), + (42840,2413,0,-9034.79,837.918,107.114,2.14676,0,0,0.878817,0.477159,120,120,0,0), + (42841,2413,0,-9036.78,840.762,107.114,-0.994837,0,0,-0.477159,0.878817,120,120,0,0), + (42842,2413,0,-9074.96,819.786,108.423,-2.77507,0,0,0.983255,-0.182235,120,120,0,0), + (42843,2413,0,-9069.08,827.884,108.423,1.95477,0,0,0.829038,0.559193,120,120,0,0), + (42844,2413,0,-9068.53,830.029,108.423,-2.80998,0,0,0.986286,-0.165047,120,120,0,0), + (42845,2413,0,-9071.09,826.996,108.423,1.95477,0,0,0.829038,0.559193,120,120,0,0), + (42846,2413,0,-9081.79,827.786,108.423,0.383972,0,0,0.190809,0.981627,120,120,0,0), + (42847,2413,0,-9081.58,832.045,108.423,-1.23918,0,0,-0.580703,0.814115,120,120,0,0), + (42848,2413,0,-9093.04,837.804,115.678,-2.77507,0,0,0.983255,-0.182236,120,120,0,0), + (42849,2413,0,-9089.19,830.856,115.678,0.36652,0,0,0.182236,0.983255,120,120,0,0), + (42850,2413,0,-9096.14,836.811,115.678,0.36652,0,0,0.182236,0.983255,120,120,0,0), + (42851,2413,0,-9079.69,826.848,108.423,1.02102,0,0,0.488621,0.872496,120,120,0,0), + (42852,2413,0,-8858.19,863.523,99.6415,2.23402,0,0,0.898794,0.438372,120,120,0,0), + (42853,3662,0,-8666,948.621,104.315,0.055,0,0,-0.358368,0.93358,120,120,0,1), + (42854,3662,0,-8665,946.653,102.944,0.055,0,0,-0.358368,0.93358,120,120,0,1), + (42855,3662,0,-8712,1004.73,96.817,1.363,0,0,0.630085,0.776526,120,120,0,1), + (42856,3705,0,-8700,1052.82,95.986,-3,0,0,-0.999391,0.0349,120,120,100,1), + (42857,3705,0,-8840,819.683,98.771,0.628,0,0,0.309017,0.951056,120,120,100,1), + (42858,3705,0,-9037,877.856,110.196,-1,0,0,-0.469471,0.882948,120,120,100,1), + (42859,23296,0,-8980.3,823.3,113,2.286,0,0,0.858475,0.512855,120,120,0,0), + (42861,23299,0,-8898,909.436,110.7,-1,0,0,-0.515038,0.857167,120,120,0,0), + (42862,23299,0,-8707,909.093,102.03,0.681,0,0,0.333807,0.942642,120,120,0,0), + (42863,24388,0,-8939.37,963.451,117.423,-0.689405,0,0,-0.337917,0.941176,120,120,0,0), + (42864,24388,0,-8934.69,955.004,117.235,1.27409,0,0,0.594823,0.803857,120,120,0,0), + (42865,24388,0,-8939.01,958.188,117.188,0.462513,0,0,0.229201,0.973379,120,120,0,0), + (42866,24715,0,-8825.26,958.985,98.9105,0,0,0,-0.426569,0.904455,120,120,0,0), + (42867,24715,0,-8727.75,894.541,101,0,0,0,0.337917,0.941176,120,120,0,0), + (42868,24715,0,-8706.5,867.59,96.763,0,0,0,0.337917,0.941176,120,120,0,0), + (42869,25338,0,-8688,885.325,103.556,2.243,0,0,0.900698,0.434446,120,120,0,0), + (42870,25339,0,-8667,880.121,109.421,2.243,0,0,0.900698,0.434446,120,120,0,0), + (42871,25339,0,-8688,863.742,109.421,2.243,0,0,0.900698,0.434446,120,120,0,0), + (42872,25341,0,-8704,926.338,113.227,-1,0,0,-0.434445,0.900698,120,120,0,0), + (42873,25341,0,-8791,935.929,112.986,-2,0,0,0.944089,-0.329691,120,120,0,0), + (42874,25341,0,-8807,956.344,112.986,-2,0,0,0.944089,-0.329691,120,120,0,0), + (42875,25342,0,-8704,904.836,108.535,-1,0,0,-0.434445,0.900698,120,120,0,0), + (42876,25342,0,-8812,935.573,108.294,-2,0,0,0.944089,-0.329691,120,120,0,0), + (42877,25348,0,-8864,943.259,114.328,0.506,0,0,0.25038,0.968148,120,120,0,0), + (42878,25348,0,-8851,920.186,114.328,0.506,0,0,0.25038,0.968148,120,120,0,0), + (42879,28035,0,-8706.7,866.008,96.167,0,0,0,0.904455,0.426568,120,120,0,0), + (42880,31408,0,-8980,1032.2,100.544,5.219,0,0,0,0,120,120,0,0), + (42881,92015,0,-8973.05,1043.72,52.8631,2,0,0,0.944993,-0.327091,25,25,0,1), + (573706,176224,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573705,176224,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573704,176224,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (573703,176224,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (573702,176224,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573701,176224,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (42888,176325,329,3585.5,-3000.15,125,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (42890,103811,0,-8998,874.961,148.72,0.340339,0,0,0.169349,0.985556,120,120,0,0), + (42891,103811,0,-8996.6,871.905,148.72,3.14159,0,0,1,0,120,120,0,0), + (42892,103811,0,-9015.59,862.672,148.72,0.794126,0,0,0.386711,0.922201,120,120,0,0), + (42893,103811,0,-9006.84,882.802,148.72,-0.061087,0,0,-0.030539,0.999534,120,120,0,0), + (42894,103811,0,-8999.93,877.17,29.7392,0.671952,0,0,0.329691,0.944089,120,120,0,0), + (42895,103811,0,-9006.42,859.194,29.7392,-2.46964,0,0,0.944089,-0.329691,120,120,0,0), + (42896,103811,0,-9004.77,860.183,148.72,1.90241,0,0,0.814115,0.580703,120,120,0,0), + (42897,105174,0,-8986,863.658,30.635,4.752,0,0,0.692892,-0.721041,120,120,0,1), + (42898,105175,0,-8986,863.658,30.635,3.428,0,0,0.989775,-0.142637,120,120,0,1), + (42899,140911,0,-8695.25,840.727,99.7325,3.142,0,0,0,0,120,120,100,1), + (42900,142075,0,-8797,1083.48,90.208,-1,0,0,-0.410719,0.911762,120,120,0,0), + (42901,175727,0,-8832,1088.1,97.004,3.037,0,0,0.99863,0.052336,120,120,0,0), + (42902,175729,0,-8861,821.677,99.456,0.977,0,0,0.469472,0.882948,120,120,0,0), + (42903,175730,0,-8729,1107.63,94.33,-1,0,0,0.366501,-0.930418,120,120,0,0), + (42904,175758,0,-8860,820.548,99.463,0.07,0,0,0.034899,0.999391,120,120,0,0), + (42905,176573,0,-8760,1117.5,110.842,2.478,0,0,0.945519,0.325568,120,120,0,0), + (42906,176573,0,-8999,852.309,105.596,0.873,0,0,0.422618,0.906308,120,120,0,0), + (42907,177272,0,-8753.33,1106.74,92.2191,5.7876,0,0,0.245266,-0.969456,120,120,100,1), + (42908,177272,0,-8760.01,1106.03,92.7206,3.34736,0,0,0.994712,-0.102705,120,120,100,1), + (42909,177272,0,-8759.24,1111.3,92.6899,2.2321,0,0,0.898373,0.439233,120,120,100,1), + (42910,177272,0,-8755.33,1103.32,92.2695,5.13337,0,0,0.543759,-0.839242,120,120,100,1), + (42911,2163,0,-8957.49,888.772,108.748,-2.53073,0,0,0.953717,-0.300706,180,180,100,0), + (42912,1618,0,19.8344,1294.69,62.4714,3.00197,0,0,0.997564,0.0697546,300,300,100,1), + (42914,105174,0,-8987.37,862.753,30.6276,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (42915,105175,0,-8984.55,861.033,30.6693,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (42916,105174,0,-8986.73,862.93,30.6484,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (42917,105175,0,-8985.31,860.86,30.704,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (42918,105174,0,-8987.15,861.843,30.6623,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (42919,105175,0,-8985.57,860.344,30.7109,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (42920,2167,0,-9005.54,948.967,118.524,2.61799,0,0,0.965926,0.258819,180,180,100,0), + (42921,2162,0,-8882.87,813.153,93.5343,2.97579,0,0,0.996565,0.082808,180,180,100,0), + (42922,2164,0,-8943.47,981.937,123.953,-0.942478,0,0,-0.453991,0.891007,180,180,100,0), + (42923,10220,0,-8860.45,863.904,99.6391,0.663226,0,0,0.325568,0.945518,180,180,100,0), + (42924,176573,0,-8812,808.697,126.444,1.16937,0,0,0.551937,0.833886,180,180,100,0), + (42931,3705,0,-8841.06,822.494,98.8119,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (42934,2141,0,-8728.06,892.761,101.164,2.2602,0,0,0.904455,0.426568,180,180,100,0), + (42935,140911,0,-8692.42,844.004,98.6852,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (42936,23301,0,-8808,938.99,101.841,-0.90757,0,0,-0.438371,0.898794,180,180,100,0), + (42938,3705,0,-8782.52,926.32,100.376,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (42945,1561,0,-8830.35,985.121,98.8379,-2.82743,0,0,0.987688,-0.156434,180,180,100,0), + (42946,24760,0,-8882.17,1083.55,92.411,-0.506144,0,0,-0.250379,0.968148,180,180,100,0), + (42957,106319,0,145.562,1541.99,114.415,1.81514,0,0,0.788011,0.615662,7200,7200,100,1), + (42959,176327,329,3818.4,-3693.32,144.242,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (42962,1617,0,1204.6,1263.11,42.5633,-0.436333,0,0,-0.21644,0.976296,300,300,100,1), + (42963,1620,0,1189,1038.54,36.0202,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (42964,1619,0,817.288,1517.61,41.1745,-1.15192,0,0,-0.54464,0.83867,300,300,100,1), + (42965,1619,0,757.613,1514.36,53.8668,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (42968,1621,0,-38.9839,1064.54,63.8401,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (42970,1619,0,463.334,1359.06,94.2735,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (42972,175824,329,3524.5,-3375.93,132.258,-0.174117,0.034767,0.003042,-0.087103,0.995588,180,180,100,1), + (42973,1621,0,-205.826,1116.79,56.9068,1.50098,0,0,0.681997,0.731355,300,300,100,1), + (42974,1621,0,-496.818,675.509,88.2723,-0.139626,0,0,-0.0697563,0.997564,300,300,100,1), + (42975,1621,0,-473.732,911.782,93.7703,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (42976,2034,0,2374.4,1263.28,29.9549,2.7838,0,0,0.984041,0.177944,900,900,100,1), + (42977,2035,0,2373.78,1264.78,31.3421,1.213,0,0,0.569997,0.821647,900,900,100,1), + (42978,1655,0,2029.8,52.2057,33.867,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (42979,1663,0,2217.72,259.555,34.2424,2.11185,0,0,0.870356,0.492424,900,900,100,1), + (42980,1664,0,2037.23,157.224,33.8977,0.741765,0,0,0.362438,0.932008,900,900,100,1), + (42981,1665,0,2028.6,53.3481,33.8673,0,0,0,0,1,900,900,100,1), + (42982,1871,0,2530.24,-902.411,56.7375,2.04204,-0.026638,0.031664,0.851641,0.522489,900,900,100,1), + (42984,2061,289,242.415,71.5593,110.012,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (42985,177383,289,111.629,67.163,99.1106,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,7200,7200,100,1), + (43045,180523,1,1635.93,-4443.07,16.0593,0.645772,0,0,0.317305,0.948324,5,5,100,1), + (43046,180523,1,340.696,-4697.91,16.7286,-0.279253,0,0,0.139173,-0.990268,5,5,100,1), + (37871,180434,0,1758.89,513.276,35.8655,1.28897,0,0,0.600788,0.799409,300,300,0,1), + (43053,180523,0,1645.08,218.875,-42.7976,0.069813,0,0,0.034899,0.999391,5,5,100,1), + (43054,180523,0,2269.13,249.087,34.9444,0.244346,0,0,0.121869,0.992546,5,5,100,1), + (37869,180432,0,1712.63,507.05,38.2495,1.58824,0,0,0.713246,0.700914,300,300,100,1), + (37868,180432,0,1749.28,507.611,39.2312,1.49635,0,0,0.680301,0.732933,300,300,100,1), + (37867,180432,0,1732.17,474.856,61.6567,1.52646,0,0,0,0,300,300,100,1), + (37881,180406,0,1719.67,522.979,36.8828,3.30702,0,0,0.996581,-0.0826182,300,300,100,1), + (43063,180431,0,1642.02,239.837,62.5916,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (37880,180406,0,1728,475.099,63.6779,3.49316,0,0,0.98459,-0.174878,300,300,100,1), + (43078,180523,0,-5584.79,-539.93,404.089,-0.663225,0,0,0.325568,-0.945519,2,2,100,1), + (43079,180523,0,-4839.18,-863.865,510.518,2.86234,0,0,0.990268,0.139173,2,2,100,1), + (37879,180405,0,1746.07,517.066,38.936,3.40519,0,0,0.991327,-0.131419,300,300,100,1), + (37870,180433,0,1734.04,504.05,42.2861,1.4131,0,0,0.649213,0.760607,300,300,100,1), + (43082,158562,230,547.474,-155.238,-35.6229,1.45735,0,0,0.665882,0.746057,600,600,100,1), + (43083,140375,230,640.006,-154.601,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (43084,174412,230,574.867,-100.646,-45.0247,-0.584685,0,0,-0.288196,0.957571,600,600,100,1), + (43085,174541,230,840.824,-337.855,-50.2247,-0.645772,0,0,-0.317305,0.948324,600,600,100,1), + (43086,174442,230,715.072,49.5606,-45.0064,-1.53589,0,0,-0.694658,0.71934,600,600,100,1), + (43087,174455,230,827.847,-172.382,-49.7396,3.14159,0,0,1,0,600,600,100,1), + (43088,174506,230,866.981,-132.205,-49.7396,0.54978,0,0,0.271441,0.962455,600,600,100,1), + (43089,140394,230,583.062,-242.579,-37.0031,1.19555,0,0,0.562805,0.82659,600,600,100,1), + (43090,174464,230,825.495,-180.731,-49.7396,-2.53945,0,0,0.95502,-0.296542,600,600,100,1), + (43091,158599,230,1348.44,-786.733,-85.165,0,0,0,0,1,600,600,100,1), + (43092,170527,230,1470.93,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,600,100,1), + (43093,174552,230,791.756,-262.877,-43.3257,-2.10312,0,0,0.868198,-0.496217,600,600,100,1), + (43094,174553,230,804.221,-356.07,-48.9646,-2.3911,0,0,0.930418,-0.366501,600,600,100,1), + (43095,174507,230,868.226,-134.198,-49.7396,0.375246,0,0,0.186524,0.98245,600,600,100,1), + (43096,140379,230,631.595,-140.111,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,600,100,1), + (43097,164911,230,914.375,-146.991,-49.7565,0,0,0,-0.96363,0.267241,10800,10800,100,1), + (43098,164911,230,915.714,-149.289,-49.757,0,0,0,-0.968147,0.250381,10800,10800,100,1), + (43099,164911,230,917.027,-151.583,-49.7576,0,0,0,-0.968147,0.250381,10800,10800,100,1), + (43100,175736,230,796.877,-259.958,-43.2215,-2.89725,0,0,0.992546,-0.121869,600,600,100,1), + (43101,175739,230,768.508,-313.491,-42.3144,1.309,0,0,0.608761,0.793353,600,600,100,1), + (43102,175725,230,816.034,-310.85,-42.3211,1.69297,0,0,0.748956,0.66262,600,600,100,1), + (43103,165658,230,502.794,-191.522,-57.5144,-0.401426,0,0,-0.199368,0.979925,7200,7200,100,1), + (43104,165658,230,418.63,-158.696,-63.1528,0.226893,0,0,0.113203,0.993572,7200,7200,100,1), + (43105,165658,230,679.721,102.181,-73.2564,-1.18682,0,0,-0.559191,0.829039,7200,7200,100,1), + (43106,165658,230,748.476,-53.7894,-71.278,2.96706,0,0,0.996195,0.0871556,7200,7200,100,1), + (43107,165658,230,1001.83,-395.972,-62.7024,0.15708,0,0,0.0784593,0.996917,7200,7200,100,1), + (43108,165658,230,545.169,-128.195,-60.3184,-1.72788,0,0,-0.760406,0.649449,7200,7200,100,1), + (43109,165739,230,896.804,-180.447,-42.8357,-2.63545,0,0,0.968148,-0.25038,600,600,100,1), + (43110,165739,230,892.705,-183.942,-42.8634,0.523599,0,0,0.258819,0.965926,600,600,100,1), + (43111,165738,230,890.764,-182.514,-42.8079,0.436332,0,0,0.21644,0.976296,600,600,100,1), + (43112,165738,230,891.388,-182.913,-42.794,-1.20428,0,0,0.566406,-0.824126,600,600,100,1), + (43113,165738,230,891.448,-183.286,-42.794,-0.785398,0,0,0.382683,-0.92388,600,600,100,1), + (43114,165738,230,891.809,-182.863,-42.794,-2.60054,0,0,0.96363,-0.267238,600,600,100,1), + (43115,165738,230,891.541,-182.533,-42.8009,-0.453786,0,0,0.224951,-0.97437,600,600,100,1), + (43116,171941,230,848.112,-194.884,-43.7037,-1.22173,0,0,0.573576,-0.819152,600,600,100,1), + (43117,173234,230,388.327,-159.248,-64.0879,-1.20428,0,0,0.566406,-0.824126,600,600,100,1), + (43118,173232,230,793.133,-32.2615,-52.628,1.74533,0,0,0.766044,0.642788,600,600,100,1), + (43119,166872,230,401.911,-52.3001,-63.939,0.331613,0,0,0.165048,0.986286,600,600,100,1), + (43120,160836,230,800.501,-354.719,-48.9411,0.767945,0,0,0.374607,0.927184,10800000,10800000,100,1), + (43121,160836,230,830.274,-352.138,-48.9411,2.33874,0,0,0.920505,0.390731,10800000,10800000,100,1), + (43122,160836,230,805.92,-334.672,-48.9411,-0.802851,0,0,0.390731,-0.920505,10800000,10800000,100,1), + (43123,160836,230,805.943,-359.275,-48.9411,0.802851,0,0,0.390731,0.920505,10800000,10800000,100,1), + (43124,160836,230,801.531,-338.64,-48.9411,-0.802851,0,0,0.390731,-0.920505,10800000,10800000,100,1), + (43125,160836,230,810.212,-330.354,-48.9411,-0.820305,0,0,0.398749,-0.91706,10800000,10800000,100,1), + (43126,160836,230,826.025,-356.067,-48.9411,2.26893,0,0,0.906308,0.422618,10800000,10800000,100,1), + (43127,160836,230,821.327,-360.303,-48.9411,2.23402,0,0,0.898794,0.438371,10800000,10800000,100,1), + (43128,160836,230,817.216,-364.331,-48.9411,2.35619,0,0,0.92388,0.382683,10800000,10800000,100,1), + (43129,160836,230,796.978,-342.902,-48.9411,-0.802851,0,0,0.390731,-0.920505,10800000,10800000,100,1), + (43130,164819,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,10800000,100,1), + (43131,164825,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,10800000,100,1), + (43133,179553,230,1128.01,-471.763,-104.032,3.01942,0,0,0.998135,0.061049,0,0,100,1), + (43134,160845,230,803.861,-356.356,-47.464,0.750492,0,0,0.366501,0.930418,600,600,100,1), + (43135,160836,230,810.224,-363.701,-48.9411,0.785398,0,0,0.382683,0.92388,10800000,10800000,100,1), + (43136,160836,230,796.287,-350.17,-48.9411,0.767945,0,0,0.374607,0.927184,10800000,10800000,100,1), + (43137,161495,230,803.48,-357.449,-48.9414,0.733038,0,0,0.358368,0.93358,600,600,100,1), + (63180,174683,1,-6034.46,-1014.57,-216.735,6.07572,0,0,0.103548,-0.994624,-30,-30,255,1), + (43163,178193,409,897.058,-551.546,-203.953,3.14159,0,0,1,0,604800,604800,255,1), + (43165,178191,409,694.229,-495.598,-214.329,3.14159,0,0,1,0,604800,604800,255,1), + (43166,165658,409,646.1,-865.918,-208.326,-2.18166,0,0,-0.88701,0.461749,7200,7200,100,1), + (43167,165658,409,638.447,-754.949,-208.723,1.81514,0,0,0.78801,0.615662,7200,7200,100,1), + (43168,165658,409,713.891,-862.482,-202.019,-1.6057,0,0,-0.719339,0.694659,7200,7200,100,1), + (43169,165658,409,962.736,-569.84,-201.54,1.11701,0,0,0.529919,0.848048,7200,7200,100,1), + (43170,165658,409,1000.87,-732.561,-173.765,0.471239,0,0,0.233445,0.97237,7200,7200,100,1), + (43171,165658,409,914.487,-630.667,-199.639,1.32645,0,0,0.615661,0.788011,7200,7200,100,1), + (43172,165658,409,1066.79,-863.968,-158.071,1.25664,0,0,0.587786,0.809016,7200,7200,100,1), + (43173,165658,409,1015.03,-818.843,-149.959,0.994838,0,0,0.477159,0.878817,7200,7200,100,1), + (43174,165658,409,666.984,-567.945,-209.082,0.10472,0,0,0.0523361,0.99863,7200,7200,100,1), + (43175,165658,409,714.65,-721.695,-209.823,0.907571,0,0,0.438371,0.898794,7200,7200,100,1), + (43176,2061,289,111.629,67.163,99.1106,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,7200,7200,100,1), + (43177,177385,289,227.261,88.3103,99.1947,0.017453,0,0,0.008727,0.999962,7200,7200,100,1), + (43178,175610,289,172.046,99.4433,105.135,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,1), + (43179,175613,289,261.929,64.9468,110.028,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,1), + (43180,177380,289,279.9,130.338,110.012,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (43181,2061,289,279.9,130.338,110.012,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (43182,177382,289,142.415,67.2058,103.283,-3.12785,-0.038479,-0.01461,0.999125,-0.007417,7200,7200,100,1), + (43183,2061,289,142.415,67.2058,103.283,-3.12785,-0.038479,-0.01461,0.999125,-0.007417,7200,7200,100,1), + (43184,177375,289,151.773,-0.602287,88.9039,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,0), + (43185,175616,289,166.337,153.214,109.639,0.017453,0,0,0.008727,0.999962,7200,7200,100,0); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (39564,180472,0,2221.13,321.8,47.3332,2.54818,0,0,0.956305,0.292372,180,100,1), - (39565,180472,0,2234.34,299.293,42.6905,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (39566,180472,0,2253.25,257.127,45.7153,1.43117,0,0,0.656059,0.75471,180,100,1), - (39567,180472,0,2304.21,260.66,54.2393,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (39568,180472,0,2269.48,254.275,45.6593,1.41372,0,0,0.649448,0.760406,180,100,1), - (39569,180472,0,2315.76,263.325,44.0152,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (39570,180472,0,2264.58,227.84,44.1995,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (39571,180472,0,2239.4,251.462,40.7591,3.00197,0,0,0.997564,0.069757,180,100,1), - (39572,180472,0,2247.41,231.62,51.3689,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (39573,180472,0,2249.1,230.59,44.2678,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (39574,180472,0,2257.21,229.922,51.3778,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (39575,180472,0,2274.03,233.228,45.6284,0.05236,0,0,0.026177,0.999657,180,100,1), - (39576,180472,0,2293.73,243.386,45.5457,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (39577,180472,0,2267.04,228.241,51.4395,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (39578,180472,0,1630.7,258.837,-35.4783,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (39579,180472,0,1565.93,214.653,-35.4852,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (39580,180472,0,1566.49,266.5,-35.4783,0.20944,0,0,0.104528,0.994522,180,100,1), - (39581,180472,0,1561.04,259.306,-35.4713,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (39582,180472,0,1560.73,221.87,-35.4783,1.5708,0,0,0.707107,0.707107,180,100,1), - (39583,180472,0,1583.49,202.115,-35.4793,2.37365,0,0,0.927184,0.374607,180,100,1), - (39584,180472,0,1595.74,247.67,-47.3432,1.67552,0,0,0.743145,0.669131,180,100,1), - (39585,180472,0,1595.68,233.139,-47.3432,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (39586,180472,0,1595.8,207.281,-45.7957,1.55334,0,0,0.700909,0.71325,180,100,1), - (39587,180472,0,1630.36,221.266,-35.4991,1.64061,0,0,0.731354,0.681998,180,100,1), - (39588,180472,0,1625.08,214.17,-35.4436,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (39589,180472,0,1625.44,266.028,-35.4852,3.10669,0,0,0.999848,0.017452,180,100,1), - (39590,180472,0,1607.38,202.161,-35.507,1.02974,0,0,0.492424,0.870356,180,100,1), - (39591,180472,0,1584.11,278.58,-35.4862,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (39592,180472,0,1607.98,278.264,-35.5209,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (39609,180472,1,-2366.23,-341.423,-4.00298,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (39610,180472,1,-2356.78,-345.862,-4.01085,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (39611,180472,1,-2373.83,-337.652,-4.00746,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (39612,180472,1,-2381.07,-341.387,4.20557,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (39613,180472,1,-1277.57,50.0303,138.394,0.593412,0,0,0.292372,0.956305,180,100,1), - (39614,180472,1,-1309.48,36.8389,136.39,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (39615,180472,1,-1294.51,39.5434,136.457,0.698132,0,0,0.34202,0.939693,180,100,1), - (39616,180472,1,-1301.65,41.0712,136.434,-1.0472,0,0,0.5,-0.866025,180,100,1), - (39617,180472,1,-1311.22,31.8542,136.465,0.733038,0,0,0.358368,0.93358,180,100,1), - (39618,180472,0,-10640.6,1198.93,41.7194,1.8675,0,0,0.803857,0.594823,180,100,1), - (39619,180472,0,-10648.7,1156.17,41.4305,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (39620,180472,0,-10633.2,1177.2,41.7219,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (39621,180472,0,-10656.5,1161.75,45.8833,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (39622,180472,0,-10641.1,1167.03,41.312,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (39623,180472,0,-10632.8,1193.89,45.9387,1.11701,0,0,0.529919,0.848048,180,100,1), - (39624,180472,0,-10656.2,1178.29,41.433,2.47837,0,0,0.945519,0.325568,180,100,1), - (39625,180472,0,-10664.3,1167.84,42.0422,-2.82743,0,0,0.987688,-0.156434,180,100,1), - (39626,180472,0,-10648.7,1188.67,41.301,2.84489,0,0,0.989016,0.147809,180,100,1), - (39627,180472,0,-10544.9,-1160.03,34.5908,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (39628,180472,0,-10559.4,-1133.95,37.0414,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (39629,180472,0,-10524.2,-1154.26,32.231,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (39630,180472,0,-9215.49,-2167.42,81.5162,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (39631,180472,0,-9235.43,-2167.01,81.5096,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (39632,180472,0,-9246.51,-2148.59,70.8801,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (39633,180472,0,-9209.25,-2161.15,75.8212,0.15708,0,0,0.078459,0.996917,180,100,1), - (39634,180472,0,-9233.54,-2167.75,74.37,-1.309,0,0,0.608761,-0.793353,180,100,1), - (39635,180472,0,-9243.5,-2168.35,74.833,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (39636,180472,0,-9219.71,-2158.61,69.0896,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (39637,180472,0,-9225.44,-2167.16,81.5397,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (39638,180472,0,-9217.88,-2167.94,74.3742,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (39639,180472,0,-9225.25,-2144.25,67.629,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (39640,180472,0,-9213.14,-2147.57,78.884,3.14159,0,0,1,0,180,100,1), - (39641,180472,0,-9217.1,-2141.01,75.8143,2.09439,0,0,0.866025,0.5,180,100,1), - (39642,180472,0,-9233.64,-2140.88,75.8632,1.64061,0,0,0.731354,0.681998,180,100,1), - (39643,180472,0,-9191.43,-2148.04,75.698,0.191986,0,0,0.095846,0.995396,180,100,1), - (39644,180472,0,-5367.11,-2960.09,332.67,1.8326,0,0,0.793353,0.608761,180,100,1), - (39645,180472,0,-5379.22,-2954.44,325.51,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (39646,180472,0,-5359.61,-2966.95,332.67,0.418879,0,0,0.207912,0.978148,180,100,1), - (39647,180472,0,-5386.62,-2949.31,329.708,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (39648,180472,0,-5372.72,-2977.01,332.773,-1.0472,0,0,0.5,-0.866025,180,100,1), - (39649,180472,1,6710.43,-4697.76,727.29,1.20428,0,0,0.566406,0.824126,180,100,1), - (39650,180472,1,6687.56,-4659.61,726.272,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (39651,180472,1,6687.81,-4654.68,726.512,1.36136,0,0,0.62932,0.777146,180,100,1), - (39652,180472,1,6694.94,-4654.86,726.554,1.64061,0,0,0.731354,0.681998,180,100,1), - (39653,180472,1,6699.99,-4659.21,726.566,0.174533,0,0,0.087156,0.996195,180,100,1), - (39654,180472,1,6678.45,-4685.41,726.529,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (39655,180472,1,6672.75,-4668.83,726.472,3.08923,0,0,0.999657,0.026177,180,100,1), - (39656,180472,1,6686.6,-4680.93,726.239,1.76278,0,0,0.771625,0.636078,180,100,1), - (39657,180472,1,6695.16,-4686.57,725.587,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (39658,180472,1,6677.68,-4669.08,726.274,0.122173,0,0,0.061049,0.998135,180,100,1), - (39659,180472,1,6672.24,-4680.43,726.477,3.12414,0,0,0.999962,0.008727,180,100,1), - (39660,180472,1,6686.35,-4685.88,726.423,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (39661,180472,1,6699.06,-4681.76,726.468,0.15708,0,0,0.078459,0.996917,180,100,1), - (39662,180472,1,6673.26,-4659.15,726.477,3.14159,0,0,1,0,180,100,1), - (39663,180472,1,6677.13,-4654.32,725.606,1.58825,0,0,0.71325,0.700909,180,100,1), - (39664,180472,1,2766.13,-396.896,119.367,1.09956,0,0,0.522499,0.85264,180,100,1), - (39665,180472,1,2775.8,-436.295,121.444,1.32645,0,0,0.615662,0.788011,180,100,1), - (39666,180472,1,2737.16,-433.642,120.048,2.80998,0,0,0.986286,0.165048,180,100,1), - (39667,180472,1,2748.22,-403.135,120.055,2.79253,0,0,0.984808,0.173648,180,100,1), - (39668,180472,1,2746.87,-450.457,119.343,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (39669,180472,1,2779.35,-426.358,121.454,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (39670,180472,1,-852.826,-3748.06,31.8919,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (39671,180472,1,-915.629,-3729.13,13.9103,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (39672,180472,1,-917.16,-3724.57,13.9439,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (39673,180472,1,-976.174,-3672.39,16.7423,0.575959,0,0,0.284015,0.95882,180,100,1), - (39674,180472,1,-1045.75,-3666.28,28.8748,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (39675,180472,1,-3619.92,-4443.08,23.8725,1.62316,0,0,0.725374,0.688355,180,100,1), - (39676,180472,1,-3622.45,-4480.15,23.8967,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39677,180472,1,-3610.87,-4442.94,23.865,1.67552,0,0,0.743145,0.669131,180,100,1), - (39678,180472,1,-3606.17,-4480.03,23.8483,0.10472,0,0,0.052336,0.99863,180,100,1), - (39679,180472,1,-3615.41,-4439.53,20.7609,1.6057,0,0,0.71934,0.694658,180,100,1), - (39680,180472,1,-3610.98,-4460.68,18.4407,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (39681,180472,1,-3605.42,-4487.4,23.8798,0.122173,0,0,0.061049,0.998135,180,100,1), - (39682,180472,1,-3622.32,-4489.05,23.8983,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (39683,180472,1,-3634.97,-4448.79,23.872,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (39684,180472,1,-3634.58,-4472.98,23.8783,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (39685,180472,1,-3634.83,-4461.12,23.8873,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (39686,180472,1,222.934,1252.56,202.113,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (39687,180472,1,239.394,1280.44,200.081,1.95477,0,0,0.829038,0.559193,180,100,1), - (39688,180472,1,225.439,1242.2,202.126,1.79769,0,0,0.782608,0.622515,180,100,1), - (39689,180472,1,252.698,1225,200.066,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (39690,180472,1,-4393.83,3269.74,21.5106,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (39691,180472,1,-4371.37,3317.45,21.4659,1.65806,0,0,0.737277,0.67559,180,100,1), - (39692,180472,1,-4383.75,3258.02,22.7724,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (39693,180472,1,-4394.25,3302.18,21.6209,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39694,180472,1,-4340.62,3301.73,23.5147,1.50098,0,0,0.681998,0.731354,180,100,1), - (39695,180472,1,-4353.02,3317,21.784,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (39696,180472,1,-4362.25,3257.48,22.7778,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (39697,180472,1,-4350.06,3274.92,23.5513,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (39698,180472,1,-4390.11,3318,21.9916,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (39699,180472,1,-6876.86,713.354,54.5631,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (39700,180472,1,-6861.49,733.155,52.3494,0.453786,0,0,0.224951,0.97437,180,100,1), - (39701,180472,1,-6867.31,709.95,52.9809,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (39702,180472,1,-6886.48,732.583,54.4935,2.05949,0,0,0.857167,0.515038,180,100,1), - (39703,180472,1,-6869.42,750.474,53.3019,2.11185,0,0,0.870356,0.492424,180,100,1), - (39704,180472,1,-6883.95,743.286,53.2916,2.1293,0,0,0.87462,0.48481,180,100,1), - (39705,180472,1,-6852.83,717.257,52.9591,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (39706,180472,1,-7210.25,-3775.28,17.9253,2.74017,0,0,0.979925,0.199368,180,100,1), - (39707,180472,1,-7216.49,-3801.31,4.1354,0.20944,0,0,0.104528,0.994522,180,100,1), - (39708,180472,1,-7216.58,-3806.44,4.14484,0.122173,0,0,0.061049,0.998135,180,100,1), - (39709,180472,1,-7192.19,-3738.15,18.1441,2.72271,0,0,0.978148,0.207912,180,100,1), - (39710,180472,1,-7171.93,-3843.47,13.3424,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (39711,180472,1,-7148,-3836.26,13.5734,1.48353,0,0,0.67559,0.737277,180,100,1), - (39712,180472,1,-7151.06,-3848.36,13.2882,3.05433,0,0,0.999048,0.043619,180,100,1), - (39713,180472,1,-7165.52,-3859.74,13.5475,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (39714,180472,1,-7164.4,-3854.98,13.3331,1.39626,0,0,0.642788,0.766044,180,100,1), - (39715,180472,1,-7146.3,-3849.48,13.5178,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (39716,180472,1,-7176.67,-3842.37,13.5859,2.98451,0,0,0.996917,0.078459,180,100,1), - (39717,180472,1,-7170.03,-3831.27,13.6756,1.3439,0,0,0.622515,0.782608,180,100,1), - (39718,180472,1,-7095.14,-3797.82,18.3354,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (39719,180472,1,-7093.06,-3755.53,18.3397,0.15708,0,0,0.078459,0.996917,180,100,1), - (39720,180472,0,-6681.36,-2236.3,270.772,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (39721,180472,0,-6672.46,-2241.6,270.737,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (39722,180472,0,-6668.61,-2174.53,252.737,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (39723,180472,0,-6681.73,-2226.44,270.778,2.58309,0,0,0.961262,0.275637,180,100,1), - (39724,180472,0,-6673.44,-2221.65,270.73,1.58825,0,0,0.71325,0.700909,180,100,1), - (39725,180472,0,-6664.48,-2227.04,270.716,0.575959,0,0,0.284015,0.95882,180,100,1), - (39726,180472,0,-6664.86,-2237,270.751,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (39727,180472,0,-6635.87,-2152.03,256.184,0.034907,0,0,0.017452,0.999848,180,100,1), - (39728,180472,0,-6645.15,-2165.36,256.199,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (39729,180472,0,-6667.97,-2149.44,256.206,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (39730,180472,0,-6658.88,-2136.14,256.194,2.14675,0,0,0.878817,0.477159,180,100,1), - (39731,180472,0,-6642.87,-2137.6,256.218,1.22173,0,0,0.573576,0.819152,180,100,1), - (39732,180472,0,-6644.61,-2151.25,251.631,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39733,180472,0,-6650.21,-2145.54,251.282,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (39734,180472,0,-914.611,-3525.91,92.4604,2.98451,0,0,0.996917,0.078459,180,100,1), - (39735,180472,0,-891.455,-3546.66,92.3286,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (39736,180472,0,-915.698,-3516.3,84.1516,1.65806,0,0,0.737277,0.67559,180,100,1), - (39737,180472,0,-891.582,-3536.21,92.6192,0.069813,0,0,0.034899,0.999391,180,100,1), - (39738,180472,0,-916.278,-3556.08,84.1787,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (39739,180472,0,-914.644,-3536.08,92.5044,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (39740,180472,0,-925.279,-3535.94,79.8783,3.08923,0,0,0.999657,0.026177,180,100,1), - (39741,180472,0,-914.679,-3546.86,92.3193,3.14159,0,0,1,0,180,100,1), - (39742,180472,0,-925.076,-3522.8,79.7578,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (39743,180472,0,-891.604,-3525.95,92.521,0.087266,0,0,0.043619,0.999048,180,100,1), - (39744,180472,0,-14459.5,488.271,19.8451,2.47837,0,0,0.945519,0.325568,180,100,1), - (39745,180472,0,-14460.7,477.214,22.0198,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (39746,180472,1,-415.328,-2640.18,103.888,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (39747,180472,1,-393.637,-2640.78,103.934,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (39748,180472,1,-458.358,-2678.75,104.026,2.75762,0,0,0.981627,0.190809,180,100,1), - (39749,180472,1,-446.293,-2676.3,104.009,1.50098,0,0,0.681998,0.731354,180,100,1), - (39750,180472,1,-413.173,-2652.4,103.903,1.0821,0,0,0.515038,0.857167,180,100,1), - (39751,180472,1,-2380.11,-2004.98,109.951,1.23918,0,0,0.580703,0.814116,180,100,1), - (39752,180472,1,-2375.91,-1963.25,104.419,2.54818,0,0,0.956305,0.292372,180,100,1), - (39753,180472,1,-2358.07,-1966.65,105.901,1.20428,0,0,0.566406,0.824126,180,100,1), - (39754,180472,1,-2366.04,-1980.97,109.867,1.09956,0,0,0.522499,0.85264,180,100,1), - (39755,180472,1,-2367.81,-1984.4,103.985,1.27409,0,0,0.594823,0.803857,180,100,1), - (39756,180472,1,-2346.41,-1980.65,104.418,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (39757,180472,1,-5484,-2445.51,94.35,0.279253,0,0,0.139173,0.990268,180,100,1), - (39758,180472,1,-5471.17,-2475.57,94.3389,0.436332,0,0,0.21644,0.976296,180,100,1), - (39759,180472,1,-5461.55,-2453.59,98.6207,0.663225,0,0,0.325568,0.945519,180,100,1), - (39760,180472,1,2337.23,-2579.24,110.568,1.15192,0,0,0.544639,0.838671,180,100,1), - (39761,180472,1,2333.12,-2564.26,110.542,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (39762,180472,1,2343.47,-2556.66,110.625,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (39763,180472,1,2351.87,-2577.11,110.525,2.1293,0,0,0.87462,0.48481,180,100,1), - (39764,180472,1,2355.06,-2565.08,110.534,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (39765,180472,1,917.764,907.281,113.52,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (39766,180472,1,920.682,911.196,113.52,0.436332,0,0,0.21644,0.976296,180,100,1), - (39767,180472,1,920.259,908.49,113.506,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (39768,180472,1,907.547,916.684,119.476,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (39769,180472,1,907.752,924.128,111.285,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (39770,180472,1,892.167,934.877,111.278,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (39771,180472,1,-1607.06,3158.34,51.9636,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (39772,180472,1,-1585.55,3139.68,51.5643,1.58825,0,0,0.71325,0.700909,180,100,1), - (39773,180472,1,-1586.91,3158.36,51.9763,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (39774,180472,1,-1582.26,3144.87,51.5921,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (39805,186269,189,1774.87,1347.73,17.9662,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (39806,186269,189,1774.77,1349.65,18.0742,2.33874,0,0,0.920505,0.390731,180,100,1), - (39807,186269,189,1776.55,1346.47,17.9903,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (39808,186269,189,1776.73,1350.71,18.2772,1.5708,0,0,0.707107,0.707107,180,100,1), - (39809,186269,189,1778.53,1347.8,18.1645,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (39810,186269,189,1778.41,1349.91,18.2217,0.331613,0,0,0.165048,0.986286,180,100,1), - (39811,186269,189,1765.26,1347.54,17.5504,0.069813,0,0,0.034899,0.999391,180,41,1), - (39812,186328,189,1777.72,1349.6,18.2638,0.575959,0,0,0.284015,0.95882,180,100,1), - (39813,186328,189,1775.78,1346.66,18.0012,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (39814,186328,189,1777.65,1347.4,18.1198,0.017453,0,0,0.008727,0.999962,180,100,1), - (39816,2045,0,-366.25,1783.86,-15.3409,1.65806,0,0,0.737276,0.675591,300,100,1), - (39819,1804,0,-8941.22,-2313.92,132.45,3.14159,0,0,1,0,7200,100,1), - (39820,2045,0,-417.752,1724.76,-4.57706,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (39821,180407,0,-10471,-3266.66,38.9726,1.72788,0,0,0.760406,0.649448,600,100,1), - (39822,180405,0,-10462.6,-3282.97,21.4072,2.68781,0,0,0.97437,0.224951,600,100,1), - (39823,180407,0,-10402.7,-3292.8,31.1736,0.471239,0,0,0.233445,0.97237,600,100,1), - (39824,180406,0,-10476,-3263.56,21.0499,-2.82743,0,0,0.987688,-0.156434,600,100,1), - (39825,180472,0,-10489.9,-3270.82,31.7689,-1.09956,0,0,0.522499,-0.85264,600,100,1), - (39826,180406,0,-10411.9,-3293,31.355,0.366519,0,0,0.182236,0.983255,600,100,1), - (39827,180406,0,-10468.9,-3269.33,20.2304,1.43117,0,0,0.656059,0.75471,600,100,1), - (39828,180472,0,-10466.6,-3260.92,28.5181,-0.087267,0,0,0.04362,-0.999048,600,100,1), - (39829,180405,0,-10374.5,-3254.37,30.9464,2.44346,0,0,0.939693,0.34202,600,100,1), - (39830,180406,0,-10379.3,-3246.54,30.7355,2.47837,0,0,0.945519,0.325568,600,100,1), - (39831,180405,0,-10465.6,-3252.2,20.1782,2.32129,0,0,0.91706,0.398749,600,100,1), - (39832,180407,0,-10474.7,-3254.83,21.0492,0.226893,0,0,0.113203,0.993572,600,100,1), - (39833,180407,0,-10466.9,-3254.33,37.8394,1.81514,0,0,0.788011,0.615662,600,100,1), - (39834,180472,0,-10484.8,-3243.19,31.8426,1.13446,0,0,0.5373,0.843391,600,100,1), - (39835,180405,0,-10457.7,-3220.28,31.4225,-2.72271,0,0,0.978148,-0.207912,600,100,1), - (39836,180472,0,-10490.8,-3249.92,27.0335,-1.8326,0,0,0.793353,-0.608761,600,100,1), - (39837,180523,0,-10489.8,-3249.77,21.3302,-1.13446,0,0,0.5373,-0.843391,1,100,1), - (39838,180406,0,-10466.9,-3220.31,31.1332,-2.77507,0,0,0.983255,-0.182235,600,100,1), - (39839,180412,0,-10487.7,-3256.98,21.0293,1.27409,0,0,0.594823,0.803857,600,100,1), - (39840,180472,0,-10511.1,-3252.49,31.7915,2.96706,0,0,0.996195,0.087156,600,100,1), - (39841,180471,0,-10498.1,-3248.7,25.864,0.261799,0,0,0.130526,0.991445,600,100,1), - (39842,180472,0,-10505.7,-3267.78,31.8062,-2.16421,0,0,0.882948,-0.469472,600,100,1), - (39843,180471,0,-10500.6,-3256.17,25.7453,2.37365,0,0,0.927184,0.374607,600,100,1), - (39844,180472,0,-10502.4,-3252.83,27.2633,-0.087267,0,0,0.04362,-0.999048,600,100,1), - (39845,180472,0,-10500.6,-3240.27,31.8518,2.02458,0,0,0.848048,0.529919,600,100,1), - (39848,180523,0,-4839.18,-863.865,510.518,2.86234,0,0,0.990268,0.139173,1,100,1), - (39849,180523,0,-5584.79,-539.93,404.089,-0.663225,0,0,0.325568,-0.945519,1,100,1), - (39850,180523,0,-8860.01,674.45,98.6253,-2.14675,0,0,0.878817,-0.477159,1,100,1), - (39851,180523,1,9815.24,967.38,1309.05,-1.69297,0,0,0.748956,-0.66262,1,100,1), - (39852,180523,1,6415.74,512.385,8.92158,1.65806,0,0,0.737277,0.67559,1,100,1), - (39867,180523,0,-3823.61,-833.012,10.3683,1.15192,0,0,0.544639,0.838671,1,100,1), - (39868,180523,0,-852.939,-568.741,11.3427,-2.75762,0,0,0.981627,-0.190809,1,100,1), - (39869,180523,0,-12.8681,-927.523,57.6167,-2.54818,0,0,0.956305,-0.292372,1,100,1), - (39870,180523,1,340.696,-4697.91,16.7286,-0.279253,0,0,0.139173,-0.990268,1,100,1), - (39871,180523,1,1635.93,-4443.07,16.0593,0.645772,0,0,0.317305,0.948324,1,100,1), - (39872,180523,0,2269.13,249.087,34.9444,0.244346,0,0,0.121869,0.992546,1,100,1), - (39873,180523,0,1645.08,218.875,-42.7976,0.069813,0,0,0.034899,0.999391,1,100,1), - (39877,180523,1,-2371.92,-348.406,-8.67921,2.32129,0,0,0.91706,0.398749,1,100,1), - (39878,180523,1,-1286.76,37.5031,129.486,2.44346,0,0,0.939693,0.34202,1,100,1), - (39879,180523,0,-10645.5,1176.89,34.7773,0.139626,0,0,0.069756,0.997564,1,100,1), - (39880,180523,0,-10515.5,-1154.88,28.8079,1.27409,0,0,0.594823,0.803857,1,100,1), - (39881,180523,0,-9217.99,-2151.35,64.6316,1.93731,0,0,0.824126,0.566406,1,100,1), - (39882,180523,0,-5377.69,-2966.28,322.342,0.645772,0,0,0.317305,0.948324,1,100,1), - (39883,180523,1,6692.21,-4661.61,721.989,-1.309,0,0,0.608761,-0.793353,1,100,1), - (39884,180523,1,2760.96,-430.809,111.749,-2.32129,0,0,0.91706,-0.398749,1,100,1), - (39885,180523,1,-1055.18,-3667.13,24.1591,0.994838,0,0,0.477159,0.878817,1,100,1), - (39886,180523,1,-3612.08,-4469.29,14.8008,-2.72271,0,0,0.978148,-0.207912,1,100,1), - (39887,180523,1,237.868,1255.6,192.428,-1.72788,0,0,0.760406,-0.649448,1,100,1), - (39888,180523,1,-4381.68,3279.98,13.8363,2.74017,0,0,0.979925,0.199368,1,100,1), - (39889,180523,1,-6863.62,725.828,45.9329,-2.28638,0,0,0.909961,-0.414693,1,100,1), - (39890,180523,1,-7154.14,-3842.12,9.06118,-1.46608,0,0,0.669131,-0.743145,1,100,1), - (39891,180523,0,-6647.28,-2156.66,245.629,-2.33874,0,0,0.920505,-0.390731,1,100,1), - (39892,180523,0,-914.346,-3520.18,73.1017,-2.3911,0,0,0.930418,-0.366501,1,100,1), - (39893,180523,0,-14463.1,479.976,20.7248,-1.16937,0,0,0.551937,-0.833886,1,100,1), - (39894,180523,1,-399.312,-2643.31,96.4938,-0.890118,0,0,0.430511,-0.902585,1,100,1), - (39895,180523,1,-2378.3,-2000.52,96.9825,-2.44346,0,0,0.939693,-0.34202,1,100,1), - (39896,180523,1,-5471.74,-2463.49,89.5615,-2.86234,0,0,0.990268,-0.139173,1,100,1), - (39897,180523,1,2347.42,-2573.19,103.044,-2.02458,0,0,0.848048,-0.529919,1,100,1), - (39898,180523,1,905.736,911.613,106.549,-2.56563,0,0,0.95882,-0.284015,1,100,1), - (39899,180523,1,-1582.53,3141.49,46.7652,-2.58309,0,0,0.961262,-0.275637,1,100,1), - (39921,174794,0,-9360.51,543.767,48.4284,1.51031,0,0,0.685401,0.728166,25,0,1), - (39923,164688,230,525.067,-238.766,-41.0167,-0.881392,0,0,-0.426569,0.904455,600,100,0), - (39924,174559,230,806.742,-358.63,-49.3422,0.759217,0,0,0.370557,0.92881,600,100,1), - (39925,170607,230,848.268,-197.164,-43.6743,-1.03847,0,0,-0.496216,0.868199,600,100,1), - (39926,174448,230,826.894,-170.856,-49.7396,-2.522,0,0,0.952396,-0.304864,600,100,1), - (39927,180570,0,-858.213,-577.129,13.7121,1.51844,0,0,0.688355,0.725374,180,100,1), - (39928,176583,1,3634.74,-5081.17,87.0803,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (39929,176583,1,3946.57,-5300.64,126.174,0,0,0,0,1,300,0,1), - (39930,176584,1,2944.55,-4102.77,104.082,0,0,0,0,1,300,0,1), - (39931,176584,1,3870.36,-5051.52,131.018,1.74533,0,0,0.766045,0.642787,300,255,1), - (39932,142140,1,2994.69,-4191.74,99.2509,0,0,0,0,1,300,0,1), - (39933,142140,1,3247.26,-4355.22,128.791,0,0,0,0,1,300,0,1), - (39934,142140,1,3435.67,-4595.98,104.198,1.64061,0,0,0.731354,0.681998,300,255,1), - (39935,142140,1,3679.39,-5030.5,137.12,0,0,0,0,1,300,0,1), - (39936,176586,1,3503.66,-4555.64,130.593,0,0,0,0,1,300,0,1), - (39937,175404,1,2454.85,-6524.62,13.1702,0,0,0,0,1,300,0,1), - (39938,142142,1,2952.15,-4158.74,99.8019,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (39939,142142,1,3146.87,-4251.87,101.115,0,0,0,0,1,300,0,1), - (39940,142142,1,3282.85,-4195.96,108.182,0,0,0,0,1,300,0,1), - (39941,2040,1,3280.91,-4263.56,128.709,0,0,0,0,1,300,0,1), - (39942,2336,1,51.3821,-777.908,-7.49511,3.14159,0,0,1,0,900,100,1), - (39943,179488,1,929.189,-277.671,18.1227,-2.37365,0,0,0.927184,-0.374607,7200,100,1), - (39944,324,1,-6379.43,-1967.41,-166.9,0,0,0,0,1,300,0,1), - (39945,175404,1,-7247.48,-1466.81,-227.61,0,0,0,0,1,300,0,1), - (39952,176584,0,-8296.72,-1910.3,142.82,0,0,0,0,1,300,0,1), - (39954,176584,0,-7785.81,-1741.95,133.241,0,0,0,0,1,300,0,1), - (39955,176586,0,-8277.23,-2797.4,168.285,0,0,0,0,1,300,0,1), - (39956,176586,0,-8178.27,-3033.76,162.67,0,0,0,0,1,300,0,1), - (39957,142142,0,-7710.37,-2015.47,133.439,0,0,0,0,1,300,0,1), - (39958,142142,0,-8042.05,-2924.21,133.322,0,0,0,0,1,300,0,1), - (39959,1624,0,-7044.2,-3581.83,242.035,0,0,0,0,1,300,0,1), - (39960,1620,0,684.037,1134.15,55.1769,-0.925024,0,0,-0.446198,0.894934,300,100,1), - (39961,1620,0,668.948,1072.93,55.419,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (39967,2866,0,-7316.03,-3449.29,314.218,0,0,0,0,1,300,0,1), - (39968,2041,0,-3387.81,-2701.29,8.18293,0,0,0,0,1,300,0,1), - (39970,2866,0,-6789.56,-1452.27,171.825,0,0,0,0,1,300,0,1), - (39971,2866,0,-7081.08,-1059.23,240.712,1.32645,0,0,0.615661,0.788011,300,255,1), - (39972,2061,0,-8941.22,-2313.92,132.45,3.14159,0,0,1,0,7200,100,1), - (39973,1805,0,-8982.22,-2184.03,132.55,3.14159,0,0,1,0,7200,100,1), - (39974,2061,0,-8982.22,-2184.03,132.55,3.14159,0,0,1,0,7200,100,1), - (39975,1624,0,-10945.9,120.067,37.8769,0,0,0,0,1,300,0,1), - (39976,1624,0,-10253.2,478.01,36.3302,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (39978,1806,0,-9036.92,-2411.91,129.159,3.14159,0,0,1,0,7200,100,1), - (39979,1622,0,-10513.1,291.466,31.6615,0,0,0,0,1,300,0,1), - (39987,2061,0,-9036.92,-2411.91,129.159,3.14159,0,0,1,0,7200,100,1), - (39988,1623,0,-10761.2,-357.067,95.771,0,0,0,0,1,300,0,1), - (39995,1628,0,-10536.1,400.886,32.0835,0,0,0,0,1,300,0,1), - (39996,142142,0,-11317.3,-3360.56,7.88618,0,0,0,0,1,300,0,1), - (39997,142145,0,-11812,-3348.31,5.77242,0,0,0,0,1,300,0,1), - (39999,1622,0,-9172.05,-2443.96,114.471,0.890117,0,0,0.430511,0.902586,300,255,1), - (40000,1617,0,-10307.6,1344.26,40.4595,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (40001,1621,0,-11073,1546.55,44.7528,0,0,0,0,1,300,0,1), - (40002,1621,0,-11017.3,1273.56,42.0886,0,0,0,0,1,300,0,1), - (40011,1624,0,-12781.8,-655.897,64.5905,0,0,0,0,1,300,0,1), - (40015,2042,0,-12274,44.3563,17.7245,0,0,0,0,1,300,0,1), - (40016,2042,0,-12275.3,22.47,20.5699,0,0,0,0,1,300,0,1), - (40022,2046,0,-12348.3,-559.049,28.1487,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (40134,179556,1,1537.06,-4409.45,9.382,1.57399,0,0,0.708235,0.705977,-25,0,2), - (40135,179558,0,-8971.95,552.556,105.971,3.8666,0,0,0.935013,-0.354614,-25,0,2), - (40655,2061,33,-326.002,2090.32,25.3409,1.56207,0,0,0.704015,0.710186,5400,100,1), - (40656,22564,33,-326.139,2089.7,30.2577,-1.91986,0,0,-0.819152,0.573577,5400,100,1), - (40657,2061,33,-326.139,2089.7,30.2577,-1.91986,0,0,-0.819152,0.573577,5400,100,1), - (40658,22565,33,-325.573,2089.16,25.3409,0.270526,0,0,0.134851,0.990866,5400,100,1), - (40659,2061,33,-325.573,2089.16,25.3409,0.270526,0,0,0.134851,0.990866,5400,100,1), - (40660,75295,33,-189.568,2122.88,97.3899,1.39626,0,0,0.642788,0.766044,5400,100,1), - (40661,3659,33,-197.138,2268.28,76.2013,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (40662,75293,33,-190.976,2225.68,79.7585,-1.23918,0,0,-0.580701,0.814117,5200,100,1), - (40663,3695,33,-206.199,2249.48,76.2013,1.16937,0,0,0.551937,0.833886,180,100,1), - (40664,3659,33,-232.514,2290.86,74.9993,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (40665,75298,33,-106.541,2164.01,101.52,3.03687,0,0,0.99863,0.052336,5400,100,1), - (40666,3695,33,-257.011,2279.7,74.9993,1.23918,0,0,0.580703,0.814116,180,100,1), - (40667,36738,33,-155.171,2185.61,130.643,0.785398,0,0,0.382683,0.92388,2,100,1), - (40668,91138,33,-218.464,2237.2,80.7977,-2.18166,0,0,0.887011,-0.461749,300,100,1), - (40669,182011,33,-207.395,2245.31,79.7689,-1.90241,0,0,0.814116,-0.580703,300,100,1), - (40670,3707,70,-117.284,235.933,-51.811,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (40671,3707,70,54.6041,348.621,-40.4473,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (40672,3707,70,37.0305,227.32,-32.1131,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (40673,123329,70,-355.996,112.829,-43.2036,0.383972,0,0,0.190809,0.981627,300,100,1), - (40674,128293,70,-358.599,100.755,-53.1931,1.0472,0,0,0.5,0.866025,300,100,1), - (40675,126049,70,-203.678,214.625,-46.4376,2.23402,0,0,0.898794,0.438371,300,100,1), - (40676,128196,70,-203.678,214.625,-46.4376,2.23402,0,0,0.898794,0.438371,3600,100,1), - (40677,126049,70,57.257,322.762,-41.8984,-0.418879,0,0,0.207912,-0.978148,300,100,1), - (40678,128196,70,57.257,322.762,-41.8984,-0.418879,0,0,0.207912,-0.978148,3600,100,1), - (40679,128293,70,-164.64,301.678,-53.1613,-1.71042,0,0,0.75471,-0.656059,300,100,1), - (40680,126049,70,1.60166,236.356,-32.3796,-2.63545,0,0,0.968148,-0.25038,300,100,1), - (40681,128196,70,1.60166,236.356,-32.3796,-2.63545,0,0,0.968148,-0.25038,3600,100,1), - (40682,126049,70,-95.1379,337.393,-47.0908,-1.43117,0,0,0.656059,-0.75471,300,100,1), - (40683,128196,70,-95.1379,337.393,-47.0908,-1.43117,0,0,0.656059,-0.75471,3600,100,1), - (40684,126049,70,-112.397,230.632,-52.1536,-0.471239,0,0,0.233445,-0.97237,300,100,1), - (40685,128196,70,-112.397,230.632,-52.1536,-0.471239,0,0,0.233445,-0.97237,3600,100,1), - (40686,126049,70,-129.112,384.45,-39.9942,-2.04204,0,0,0.85264,-0.522498,300,100,1), - (40687,128196,70,-129.112,384.45,-39.9942,-2.04204,0,0,0.85264,-0.522498,3600,100,1), - (40688,142088,70,-1.89168,422.099,-47.1127,-1.62316,0,0,0.725374,-0.688354,300,100,1), - (40689,19903,70,-119.96,269.695,-45.7821,-2.11185,0,0,0.870356,-0.492423,1800,100,1), - (40690,19903,70,-143.01,210.889,-46.4858,-0.383972,0,0,0.190809,-0.981627,1800,100,1), - (40691,19903,70,-14.075,300.25,-46.1978,-0.907571,0,0,0.438371,-0.898794,1800,100,1), - (40692,131978,70,-150.166,201.764,-49.9121,-2.98451,0,0,0.996917,-0.078459,3600,100,1), - (40693,131978,70,-73.5079,265.315,-47.6291,2.82743,0,0,0.987688,0.156434,3600,100,1), - (40694,113757,70,21.1868,413.872,-45.0149,-2.02458,0,0,0.848048,-0.529919,300,100,1), - (40695,125477,70,-350.81,82.6264,-51.2318,1.93731,0,0,0.824126,0.566406,300,100,1), - (40696,130511,70,104.845,272.453,-26.5322,-2.67035,0,0,0.97237,-0.233445,3600,100,1), - (40697,123463,70,-355.018,114.854,-43.2878,2.54818,0,0,0.956305,0.292372,3600,100,1), - (40698,133234,70,96.4808,269.052,-52.1487,-2.70526,0,0,0.976296,-0.21644,3600,100,1), - (40703,179488,1,990.512,-375.106,8.20421,0.593412,0,0,0.292372,0.956305,7200,100,1), - (40704,179488,1,977.922,-379.317,8.87022,-1.65806,0,0,0.737277,-0.67559,7200,100,1), - (40705,179488,1,861.138,-294.96,18.0027,-0.383972,0,0,0.190809,-0.981627,7200,100,1), - (40706,179488,1,962.366,-351.622,17.3785,-0.523599,0,0,0.258819,-0.965926,7200,100,1), - (40707,2849,1,175.248,-871.923,4.12848,-1.02974,0,0,0.492424,-0.870356,7200,100,1), - (40708,2849,1,963.853,-322.229,-0.674117,2.72271,0,0,0.978148,0.207912,7200,100,1), - (40709,2849,1,953.074,-279.746,-0.152094,-1.90241,0,0,0.814116,-0.580703,7200,100,1), - (40710,2849,1,1656.01,1133.06,142.817,-2.79253,0,0,0.984808,-0.173648,7200,100,1), - (40711,2849,1,983.964,-371.61,8.82686,-1.01229,0,0,0.48481,-0.87462,7200,100,1), - (40712,2850,1,825.031,1861.43,1.89357,2.79253,0,0,0.984808,0.173648,7200,100,1), - (40713,2850,1,673.933,1535.63,-18.8477,-1.62316,0,0,0.725374,-0.688354,7200,100,1), - (40714,141871,1,-271.76,-586.848,54.6868,3.14159,0,0,1,0,900,100,1), - (40715,49485,1,905.725,917.909,114.572,-0.008727,0,0,-0.004364,0.99999,900,100,1), - (40716,49486,1,889.201,925.77,106.362,0.942477,0,0,0.45399,0.891007,900,100,1), - (40717,3662,1,162.03,-900.954,5.84075,2.16421,0,0,0.882948,0.469472,7200,100,1), - (40718,49487,1,903.448,923.333,106.348,-1.39626,0,0,-0.642787,0.766045,900,100,1), - (40719,1620,1,147.106,-848.698,-0.954544,1.53589,0,0,0.694658,0.71934,300,100,1), - (40720,1620,1,1367.9,110.66,11.5936,-1.3439,0,0,-0.622513,0.782609,300,100,1), - (40721,1620,1,2308.11,1501.96,281.706,2.46091,0,0,0.942641,0.333809,300,100,1), - (40722,1620,1,99.7222,-762.517,-15.6302,-2.60054,0,0,-0.96363,0.267239,300,100,1), - (40723,19541,1,1069,247.825,19.5764,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (40724,19541,1,1139.26,-545.701,7.48719,3.00197,0,0,0.997564,0.069757,180,100,1), - (40725,19541,1,1205.69,-536.305,7.69451,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (40726,19541,1,1597.57,767.384,132.161,1.6057,0,0,0.71934,0.694658,180,100,1), - (40727,19541,1,1425.79,-197.039,20.3348,0.349066,0,0,0.173648,0.984808,180,100,1), - (40739,2041,1,-3923.71,-3395,30.9962,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (40740,2042,1,-3865.61,-3201.42,43.931,-0.139626,0,0,-0.0697563,0.997564,300,100,1), - (40742,19904,1,-4344.74,-3312.62,34.4343,2.44346,0,0,0.939693,0.34202,2,100,1), - (40743,19905,1,-4328.22,-3004.77,35.538,-2.93215,0,0,0.994522,-0.104529,2,100,1), - (40744,1734,1,-2715.27,-3905.9,66.2966,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (40748,19906,1,-4468.35,-2898.64,21.7621,-0.10472,0,0,0.052336,-0.99863,2,100,1), - (40749,186450,1,-3987.02,-3688.77,46.9588,1.55334,0,0,0.700909,0.71325,900,100,1), - (40750,186450,1,-3920.49,-3755.76,38.9218,1.29154,0,0,0.601815,0.798636,900,100,1), - (40751,186450,1,-4094.93,-3790.06,36.385,1.13446,0,0,0.5373,0.843391,900,100,1), - (40752,186450,1,-4008.56,-3735.68,45.7889,1.85005,0,0,0.798636,0.601815,900,100,1), - (40753,186450,1,-3984.55,-3772.04,40.9397,0.139626,0,0,0.069756,0.997564,900,100,1), - (40754,186450,1,-3941.57,-3842.56,35.8808,0.15708,0,0,0.078459,0.996917,900,100,1), - (40755,186450,1,-4126.17,-3725.11,37.8951,0.506145,0,0,0.25038,0.968148,900,100,1), - (40756,186450,1,-3934.03,-3691.96,42.7914,-0.733038,0,0,0.358368,-0.93358,900,100,1), - (40757,1733,1,-3814.19,-3819.94,56.2298,2.84489,0,0,0.989016,0.147808,300,100,1), - (40758,4149,1,-5097.62,-3964.18,40.8574,-0.471239,0,0,0.233445,-0.97237,7200,100,1), - (40759,2047,1,-4464.97,-2882.58,22.3767,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (40768,186463,1,-4633.99,-3279.92,40.3589,0.645772,0,0,0.317305,0.948324,500,100,1), - (40769,186463,1,-4778.8,-3505.88,35.2617,2.87979,0,0,0.991445,0.130526,500,100,1), - (40770,186463,1,-4822.72,-3492.24,31.2472,0.401426,0,0,0.199368,0.979925,500,100,1), - (40771,186463,1,-4770.07,-3663.61,47.8918,2.26893,0,0,0.906308,0.422618,500,100,1), - (40772,4149,1,-4306.4,-3289.77,35.3826,-2.61799,0,0,0.965926,-0.258819,7200,100,1), - (40773,1734,1,-4337.58,-2598.09,41.2869,-0.890118,0,0,-0.430511,0.902585,300,100,1), - (40774,186272,1,-2693.98,-4253.17,3.63396,-2.11185,0,0,0.870356,-0.492423,900,100,1), - (40775,186273,1,-2671.49,-4263.42,3.59574,1.46608,0,0,0.669131,0.743145,900,100,1), - (40776,186283,1,-2738.74,-4420.66,-11.1825,2.63545,0,0,0.968148,0.25038,900,100,1), - (40778,186283,1,-2705.81,-4468.4,-9.34198,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (40780,186283,1,-2738.53,-4376.88,-20.0353,2.18166,0,0,0.887011,0.461749,900,100,1), - (40782,186283,1,-2761.82,-4496.42,-21.122,-1.37881,0,0,0.636078,-0.771625,900,100,1), - (40784,186283,1,-2597.8,-4356.95,-15.2234,0.279253,0,0,0.139173,0.990268,900,100,1), - (40793,1735,1,-4566.88,-2734.63,45.9512,-1.55334,0,0,-0.700908,0.713252,300,100,1), - (40796,4149,1,-4399.68,-2954.71,27.334,1.15192,0,0,0.544639,0.838671,7200,100,1), - (40797,2040,1,-4434.57,-2908.51,27.2165,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (40821,1735,1,-4346.2,-3005.47,35.1079,1.11701,0,0,0.529919,0.848048,300,100,1), - (40822,3707,1,-2947.81,-2978.97,39.7293,1.18682,0,0,0.559193,0.829038,180,100,1), - (40823,1735,1,-2737.97,-2789.71,50.6377,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (40824,2046,1,-3653.49,-3548.63,56.625,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (40826,186463,1,-4613.35,-3383.03,38.6386,1.09956,0,0,0.522499,0.85264,500,100,1), - (40827,186463,1,-4660.73,-3411.01,37.1853,2.56563,0,0,0.95882,0.284015,500,100,1), - (40828,2043,1,-3686.8,-3145.4,40.6784,1.97222,0,0,0.833885,0.551938,300,100,1), - (40829,186463,1,-4690.38,-3449.14,36.306,-0.994838,0,0,0.477159,-0.878817,500,100,1), - (40830,186463,1,-4734.05,-3427.67,39.6073,0.488692,0,0,0.241922,0.970296,500,100,1), - (40831,186463,1,-4689.83,-3353.13,37.1149,-1.25664,0,0,0.587785,-0.809017,500,100,1), - (40832,2042,1,-3841.12,-3422.93,37.834,1.11701,0,0,0.529919,0.848048,300,100,1), - (40833,2042,1,-3639.57,-3233.57,35.1359,2.30383,0,0,0.913544,0.406739,300,100,1), - (40842,186465,1,-3663.72,-4751.45,0.626044,1.76278,0,0,0.771625,0.636078,900,100,1), - (40843,178645,0,-9465.45,-8.79167,62.0397,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (40844,178438,0,-9457.21,-5.32091,62.0467,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (40845,178438,0,-9464.36,-9.85764,66.983,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (40846,180844,0,-9467.18,25.031,62.5621,2.23402,0,0,0.898794,0.438371,180,100,1), - (40847,178438,0,-9477.21,10.9063,62.0813,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (40848,178438,0,-9480,25.8073,71.7806,3.08923,0,0,0.999657,0.026177,180,100,1), - (40849,178645,0,-9478.65,34.4385,62.0954,3.00197,0,0,0.997564,0.069757,180,100,1), - (40850,178438,0,-9481.22,15.8993,71.8324,3.03687,0,0,0.99863,0.052336,180,100,1), - (40851,178645,0,-9472.03,0.649306,62.0185,3.01942,0,0,0.998135,0.061049,180,100,1), - (40852,178645,0,-9469.84,40.459,62.0731,1.43117,0,0,0.656059,0.75471,180,100,1), - (40853,178438,0,-9471.18,7.77159,62.0532,3.00197,0,0,0.997564,0.069757,180,100,1), - (40854,178438,0,-9475.47,9.10069,66.9765,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (40855,178438,0,-9468.87,102.127,63.6341,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (40856,178438,0,-9480.93,15.6156,62.2065,2.96706,0,0,0.996195,0.087156,180,100,1), - (40857,178438,0,-9478.78,35.6892,71.8364,3.03687,0,0,0.99863,0.052336,180,100,1), - (40858,178438,0,-9471.18,43.6858,72.5629,1.44862,0,0,0.66262,0.748956,180,100,1), - (40859,178438,0,-9473.43,10.4618,62.0603,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (40860,178438,0,-9468.42,85.2795,63.6443,3.12414,0,0,0.999962,0.008727,180,100,1), - (40861,178645,0,-9480.02,23.1914,62.0745,2.98451,0,0,0.996917,0.078459,180,100,1), - (40862,178433,0,-9442.94,36.8943,57.9068,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (40863,178436,0,-9457.54,24.0219,61.0303,2.87979,0,0,0.991445,0.130526,180,100,1), - (40864,178431,0,-9442.55,39.3654,57.8482,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (40865,178428,0,-9443.72,40.939,58.6151,1.309,0,0,0.608761,0.793353,180,100,1), - (40866,178433,0,-9443.25,38.6544,58.2803,2.60054,0,0,0.96363,0.267238,180,100,1), - (40867,178432,0,-9444.39,42.5577,57.4761,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (40868,178434,0,-9458.15,19.559,61.0872,2.53073,0,0,0.953717,0.300706,180,100,1), - (40869,178438,0,-9459.74,81.3819,66.9234,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (40870,178428,0,-9445.12,38.3211,58.061,0.331613,0,0,0.165048,0.986286,180,100,1), - (40871,178438,0,-9452.98,33.5608,62.0325,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (40872,178434,0,-9457.41,25.059,61.0444,3.05433,0,0,0.999048,0.043619,180,100,1), - (40873,178435,0,-9457.21,27.0394,61.0356,3.03687,0,0,0.99863,0.052336,180,100,1), - (40874,178438,0,-9452.91,31.1285,67.2082,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (40875,178436,0,-9457.25,26.1233,61.0227,2.9147,0,0,0.993572,0.113203,180,100,1), - (40876,178438,0,-9455.81,41.3646,60.6918,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (40877,178432,0,-9445.24,39.7915,57.8123,1.74533,0,0,0.766044,0.642788,180,100,1), - (40878,178431,0,-9441.94,41.1367,57.4608,0.418879,0,0,0.207912,0.978148,180,100,1), - (40879,178438,0,-9451.21,85.7344,63.6779,0.034907,0,0,0.017452,0.999848,180,100,1), - (40880,178645,0,-9455.61,13.0335,62.1921,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (40881,178428,0,-9441.89,40.0102,57.7333,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (40882,178433,0,-9444.47,41.5838,57.6757,1.06465,0,0,0.507538,0.861629,180,100,1), - (40883,178438,0,-9460.25,105.72,67.0911,1.72788,0,0,0.760406,0.649448,180,100,1), - (40884,178431,0,-9447.09,43.0054,57.7438,2.75762,0,0,0.981627,0.190809,180,100,1), - (40885,178433,0,-9446.53,42.185,57.6722,2.19912,0,0,0.891007,0.453991,180,100,1), - (40886,178438,0,-9462.92,41.9844,60.776,2.98451,0,0,0.996917,0.078459,180,100,1), - (40887,178431,0,-9442.88,37.7384,57.9209,1.98968,0,0,0.838671,0.544639,180,100,1), - (40888,178438,0,-9453.56,29.5903,62.0117,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (40889,178428,0,-9441.79,37.9808,57.9737,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (40890,178433,0,-9441.67,38.9009,57.7952,1.43117,0,0,0.656059,0.75471,180,100,1), - (40891,178434,0,-9457.91,21.5961,61.1023,2.96706,0,0,0.996195,0.087156,180,100,1), - (40892,178645,0,-9456.57,1.87245,61.9979,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (40893,178431,0,-9445.59,41.3057,57.7842,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (40894,178432,0,-9443.99,37.3294,57.8718,1.32645,0,0,0.615662,0.788011,180,100,1), - (40895,178428,0,-9445.49,42.2693,57.6616,1.62316,0,0,0.725374,0.688355,180,100,1), - (40896,178438,0,-9459.1,44.8247,61.924,1.46608,0,0,0.669131,0.743145,180,100,1), - (40897,178435,0,-9457.77,22.8301,61.0893,2.9147,0,0,0.993572,0.113203,180,100,1), - (40898,178436,0,-9458.04,20.6125,61.1104,2.82743,0,0,0.987688,0.156434,180,100,1), - (40899,178554,0,-9465.26,36.7092,61.5535,2.46091,0,0,0.942641,0.333807,180,100,1), - (40900,178432,0,-9443.25,40.0653,57.8817,1.18682,0,0,0.559193,0.829038,180,100,1), - (40901,180796,0,-8823.58,540.349,96.9068,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (40902,178667,0,-8828.45,538.055,97.2165,1.91986,0,0,0.819152,0.573576,180,100,1), - (40903,178434,0,-8825.73,541.273,102.374,2.74017,0,0,0.979925,0.199368,180,100,1), - (40904,178435,0,-8824.3,542.582,102.153,1.95477,0,0,0.829038,0.559193,180,100,1), - (40905,178645,0,-8860.55,575.904,103.94,2.33874,0,0,0.920505,0.390731,180,100,1), - (40906,178645,0,-8868.48,564.995,107.274,2.26893,0,0,0.906308,0.422618,180,100,1), - (40907,178438,0,-8838.09,653.775,100.943,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (40908,178438,0,-8838.13,600.776,98.2744,2.44346,0,0,0.939693,0.34202,180,100,1), - (40909,178438,0,-8835.5,604.1,98.3973,2.53073,0,0,0.953717,0.300706,180,100,1), - (40910,178438,0,-8862.9,617.229,100.997,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (40911,178428,0,-8894.2,615.993,102.304,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (40912,178438,0,-8806.03,613.984,101.849,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (40913,178432,0,-8894.74,617.003,102.304,1.36136,0,0,0.62932,0.777146,180,100,1), - (40914,178645,0,-8854.35,617.13,100.596,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (40915,178433,0,-8894.48,617.927,102.304,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (40916,178438,0,-8849.97,622.437,100.705,0.349066,0,0,0.173648,0.984808,180,100,1), - (40917,178667,0,-8893.52,617.43,102.304,0.383972,0,0,0.190809,0.981627,180,100,1), - (40918,178438,0,-8835.63,649.729,100.795,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (40919,178667,0,-8917.42,622.561,99.5226,2.04204,0,0,0.85264,0.522499,180,100,1), - (40920,178431,0,-8892.69,617.781,102.304,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (40921,178438,0,-8808.38,638.579,96.6939,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (40922,178428,0,-8805.25,641.694,94.2287,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (40923,178438,0,-8803.39,641.224,97.3953,0.523599,0,0,0.258819,0.965926,180,100,1), - (40924,178431,0,-8804.64,640.854,94.2287,3.12414,0,0,0.999962,0.008727,180,100,1), - (40925,178432,0,-8807.29,644.759,94.2287,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (40926,178428,0,-8807,646.121,94.2698,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (40927,178431,0,-8808.33,646.38,94.2694,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (40928,178428,0,-8807.76,645.652,94.2287,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (40929,178433,0,-8806.97,645.001,95.1106,-2.09439,0,0,0.866025,-0.5,180,100,1), - (40930,178433,0,-8807.59,646.776,94.3007,2.07694,0,0,0.861629,0.507538,180,100,1), - (40931,178432,0,-8803.95,637.36,94.2287,0.488692,0,0,0.241922,0.970296,180,100,1), - (40932,178433,0,-8802.86,637.19,94.2287,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (40933,178645,0,-8802.43,620.403,101.454,2.25148,0,0,0.902585,0.430511,180,100,1), - (40934,178438,0,-8856.18,665.462,100.26,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (40935,178438,0,-8806,642.851,97.1731,2.05949,0,0,0.857167,0.515038,180,100,1), - (40936,178431,0,-8803.57,636.541,94.2287,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (40937,178432,0,-8804.11,641.649,94.2287,2.89725,0,0,0.992546,0.121869,180,100,1), - (40938,178431,0,-8805.98,640.937,94.2287,0.575959,0,0,0.284015,0.95882,180,100,1), - (40939,178438,0,-8795.12,622.49,101.78,0.715585,0,0,0.350207,0.936672,180,100,1), - (40940,178431,0,-8872.95,681.716,104.949,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (40941,180844,0,-8865.12,675.992,101.723,2.23402,0,0,0.898794,0.438371,180,100,1), - (40942,178438,0,-8852.74,667.995,100.272,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (40943,178428,0,-8871.72,680.997,104.949,0.15708,0,0,0.078459,0.996917,180,100,1), - (40944,178433,0,-8873.62,679.719,104.949,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (40945,178645,0,-8663.15,503.359,105.884,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (40946,178645,0,-8764.17,724.286,104.215,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (40947,178436,0,-8654.68,678.73,105.691,0.610865,0,0,0.300706,0.953717,180,100,1), - (40948,178645,0,-8655.18,670.121,106.511,0.663225,0,0,0.325568,0.945519,180,100,1), - (40949,178435,0,-8654.11,680.394,105.545,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (40950,178434,0,-8651.98,675.333,105.79,0.506145,0,0,0.25038,0.968148,180,100,1), - (40951,178438,0,-8851.96,790.538,101.022,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (40952,178645,0,-8844.86,792.295,101.099,2.16421,0,0,0.882948,0.469472,180,100,1), - (40953,178438,0,-8841.24,798.017,101.21,0.645772,0,0,0.317305,0.948324,180,100,1), - (40954,180844,0,-10646.7,1176.09,45.6901,2.23402,0,0,0.898794,0.438371,180,100,1), - (40955,180844,0,-10523.4,-1163.76,33.7104,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (40956,180844,0,-9224.47,-2154.24,69.8677,2.23402,0,0,0.898794,0.438371,180,100,1), - (40957,178436,0,-5591.46,-543.576,401.327,2.87979,0,0,0.991445,0.130526,180,100,1), - (40958,178434,0,-5591.44,-543.049,401.308,3.05433,0,0,0.999048,0.043619,180,100,1), - (40959,178435,0,-5591.47,-544.152,401.329,2.89725,0,0,0.992546,0.121869,180,100,1), - (40960,178428,0,-5619.63,-508.786,404.039,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (40961,178433,0,-5617.29,-505.012,403.343,1.79769,0,0,0.782608,0.622515,180,100,1), - (40962,178432,0,-5620.14,-507.787,404.011,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (40963,178434,0,-5606.34,-527.596,402.448,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (40964,178438,0,-5637.22,-497.663,399.162,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (40965,178432,0,-5617.62,-506.734,403.501,0.471239,0,0,0.233445,0.97237,180,100,1), - (40966,178438,0,-5609.56,-513.094,411.458,1.51844,0,0,0.688355,0.725374,180,100,1), - (40967,178428,0,-5616.18,-508.178,403.309,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (40968,178431,0,-5615.57,-506.633,403.17,1.90241,0,0,0.814116,0.580703,180,100,1), - (40969,178645,0,-5602.4,-513.195,411.182,1.55334,0,0,0.700909,0.71325,180,100,1), - (40970,178433,0,-5618.46,-509.386,403.812,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (40971,178431,0,-5619.45,-507.022,403.85,1.53589,0,0,0.694658,0.71934,180,100,1), - (40972,178436,0,-5606.39,-523.281,402.28,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (40973,178432,0,-5617.99,-508.64,403.692,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (40974,178431,0,-5617.38,-509.489,403.658,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (40975,178645,0,-5612.04,-519.249,411.411,3.12414,0,0,0.999962,0.008727,180,100,1), - (40976,178433,0,-5619.35,-506.159,403.648,2.61799,0,0,0.965926,0.258819,180,100,1), - (40977,178431,0,-5617.77,-505.853,403.575,2.47837,0,0,0.945519,0.325568,180,100,1), - (40978,178435,0,-5606.48,-526.992,402.247,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (40979,178433,0,-5615.45,-507.559,403.148,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (40980,178428,0,-5618.61,-506.473,403.723,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (40981,178432,0,-5618.53,-505.36,403.421,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (40982,178428,0,-5616.54,-506.25,403.674,0.191986,0,0,0.095846,0.995396,180,100,1), - (40983,178645,0,-5514.76,-658.712,404.398,0.401426,0,0,0.199368,0.979925,180,100,1), - (40984,178438,0,-5592.97,-510.877,411.151,3.12414,0,0,0.999962,0.008727,180,100,1), - (40985,178645,0,-5582.89,-503.835,411.089,1.55334,0,0,0.700909,0.71325,180,100,1), - (40986,178554,0,-5586.63,-510.127,407.883,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (40987,180844,0,-5581.25,-524.323,408.617,2.23402,0,0,0.898794,0.438371,180,100,1), - (40988,178438,0,-5595.17,-513.299,411.147,1.5708,0,0,0.707107,0.707107,180,100,1), - (40989,178645,0,-5576.12,-514.995,411.114,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (40990,178438,0,-5576.29,-522.604,411.214,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (40991,178438,0,-5576.09,-507.521,411.094,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (40992,178438,0,-5592.9,-506.817,411.253,3.10669,0,0,0.999848,0.017452,180,100,1), - (40993,180796,0,-5049.6,-817.202,495.232,2.09439,0,0,0.866025,0.5,180,100,1), - (40994,178667,0,-5054.74,-817.064,495.691,0,0,0,0,1,180,100,1), - (40995,178434,0,-5050.44,-815.008,500.521,1.53589,0,0,0.694658,0.71934,180,100,1), - (40996,178435,0,-5048.18,-815.393,500.651,0.977384,0,0,0.469472,0.882948,180,100,1), - (40997,178554,0,-4950.75,-919.28,509.25,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (40998,178438,0,-4960.68,-933.021,510.504,2.23402,0,0,0.898794,0.438371,180,100,1), - (40999,178438,0,-4957.97,-930.837,510.452,2.30383,0,0,0.913545,0.406737,180,100,1), - (41000,178438,0,-4947.25,-921.71,510.724,2.35619,0,0,0.92388,0.382683,180,100,1), - (41001,178438,0,-4942.03,-917.438,510.791,2.33874,0,0,0.920505,0.390731,180,100,1), - (41002,178438,0,-4936.74,-913.115,510.866,2.26893,0,0,0.906308,0.422618,180,100,1), - (41003,178438,0,-4952.37,-926.179,510.539,2.25148,0,0,0.902585,0.430511,180,100,1), - (41004,178438,0,-4934.18,-911.016,510.924,2.19912,0,0,0.891007,0.453991,180,100,1), - (41005,178438,0,-4944.61,-919.571,510.741,2.16421,0,0,0.882948,0.469472,180,100,1), - (41006,178438,0,-4939.39,-915.255,510.801,2.25148,0,0,0.902585,0.430511,180,100,1), - (41007,178438,0,-4955.13,-928.472,510.472,2.23402,0,0,0.898794,0.438371,180,100,1), - (41008,178438,0,-4949.67,-923.867,510.669,2.30383,0,0,0.913545,0.406737,180,100,1), - (41009,178428,0,-4920.03,-981.581,501.46,1.53589,0,0,0.694658,0.71934,180,100,1), - (41010,178432,0,-4928.83,-981.794,501.471,1.0821,0,0,0.515038,0.857167,180,100,1), - (41011,178764,0,-4918.91,-965.482,501.485,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (41012,178432,0,-4911.57,-978.474,501.443,2.51327,0,0,0.951057,0.309017,180,100,1), - (41013,178432,0,-4914.36,-979.154,501.772,1.74533,0,0,0.766044,0.642788,180,100,1), - (41014,178764,0,-4913.34,-972.405,501.459,0.366519,0,0,0.182236,0.983255,180,100,1), - (41015,178431,0,-4914.48,-980.951,501.442,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (41016,178433,0,-4914.49,-983.483,501.442,1.62316,0,0,0.725374,0.688355,180,100,1), - (41017,178433,0,-4879.74,-1004.04,504.983,1.01229,0,0,0.48481,0.87462,180,100,1), - (41018,178764,0,-4911.25,-977.674,501.444,0.383972,0,0,0.190809,0.981627,180,100,1), - (41019,178433,0,-4914.18,-977.769,501.449,2.23402,0,0,0.898794,0.438371,180,100,1), - (41020,178431,0,-4913.15,-977.191,501.448,2.93215,0,0,0.994522,0.104528,180,100,1), - (41021,178764,0,-4918.63,-974.248,501.466,1.91986,0,0,0.819152,0.573576,180,100,1), - (41022,178431,0,-4915.62,-980.778,501.445,2.3911,0,0,0.930418,0.366501,180,100,1), - (41023,178432,0,-4915.39,-983.512,501.446,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (41024,178432,0,-4917.3,-984.011,501.45,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (41025,178438,0,-4927.6,-982.418,504.369,2.80998,0,0,0.986286,0.165048,180,100,1), - (41026,178428,0,-4879.56,-1002.36,504.656,2.75762,0,0,0.981627,0.190809,180,100,1), - (41027,178433,0,-4882.52,-1005.59,504.656,0.785398,0,0,0.382683,0.92388,180,100,1), - (41028,178431,0,-4915.37,-984.428,501.446,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (41029,178764,0,-4912.28,-975.044,501.451,0.383972,0,0,0.190809,0.981627,180,100,1), - (41030,178432,0,-4919.02,-981.645,501.458,2.80998,0,0,0.986286,0.165048,180,100,1), - (41031,178764,0,-4915.31,-967.143,501.475,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (41032,178428,0,-4917.06,-982.294,501.451,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (41033,178433,0,-4917.67,-981.497,501.452,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (41034,178428,0,-4839.92,-1027.42,502.62,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (41035,178432,0,-4880.79,-1004.39,504.656,1.09956,0,0,0.522499,0.85264,180,100,1), - (41036,178431,0,-4880.61,-1002.6,504.656,2.46091,0,0,0.942641,0.333807,180,100,1), - (41037,178438,0,-4922.48,-984.037,504.453,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (41038,178431,0,-4913.81,-977.993,501.857,2.74017,0,0,0.979925,0.199368,180,100,1), - (41039,178764,0,-4921.3,-975.208,501.469,0.314159,0,0,0.156434,0.987688,180,100,1), - (41040,178428,0,-4913.57,-978.173,501.447,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (41041,178433,0,-4929.33,-983.41,501.468,1.25664,0,0,0.587785,0.809017,180,100,1), - (41042,178764,0,-4914.32,-969.749,501.467,1.95477,0,0,0.829038,0.559193,180,100,1), - (41043,178436,0,-4877.86,-999.075,506.552,2.23402,0,0,0.898794,0.438371,180,100,1), - (41044,178764,0,-4923.09,-969.918,501.485,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (41045,178431,0,-4929.24,-982.548,501.47,1.64061,0,0,0.731354,0.681998,180,100,1), - (41046,178764,0,-4916.88,-970.794,501.469,1.90241,0,0,0.814116,0.580703,180,100,1), - (41047,178428,0,-4924.65,-982.013,503.642,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (41048,178433,0,-4915.05,-985.427,501.443,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (41049,178432,0,-4881.94,-1006.7,504.656,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (41050,178431,0,-4839.92,-1030.65,502.19,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (41051,178764,0,-4924.04,-967.22,501.493,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (41052,178438,0,-4925.55,-984.653,504.526,1.32645,0,0,0.615662,0.788011,180,100,1), - (41053,178764,0,-4920.43,-969.163,501.48,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (41054,178431,0,-4881.43,-1004.9,504.656,0.925024,0,0,0.446198,0.894934,180,100,1), - (41055,178433,0,-4840.71,-1027.32,502.19,2.11185,0,0,0.870356,0.492424,180,100,1), - (41056,178435,0,-4876.9,-998.28,506.618,1.88496,0,0,0.809017,0.587785,180,100,1), - (41057,178764,0,-4921.58,-966.446,501.489,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (41058,178431,0,-4923.86,-982.202,503.64,2.49582,0,0,0.948324,0.317305,180,100,1), - (41059,178433,0,-4914.76,-981.188,501.859,3.00197,0,0,0.997564,0.069757,180,100,1), - (41060,178431,0,-4915.31,-982.608,501.443,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (41061,178764,0,-4916.27,-964.497,501.482,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (41062,178438,0,-4923.74,-979.213,503.944,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (41063,178428,0,-4927.71,-981.239,501.469,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (41064,178431,0,-4918.29,-982.118,501.456,2.25148,0,0,0.902585,0.430511,180,100,1), - (41065,178431,0,-4928.47,-980.865,501.472,2.61799,0,0,0.965926,0.258819,180,100,1), - (41066,178764,0,-4922.13,-972.534,501.477,0.366519,0,0,0.182236,0.983255,180,100,1), - (41067,178434,0,-4885.42,-1005.3,506.573,2.11185,0,0,0.870356,0.492424,180,100,1), - (41068,178433,0,-4839.01,-1031.11,502.19,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (41069,178433,0,-4879.15,-1003.29,504.656,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (41070,178428,0,-4915.01,-981.603,501.442,2.30383,0,0,0.913545,0.406737,180,100,1), - (41071,178431,0,-4918.24,-983.626,501.453,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (41072,178764,0,-4916.01,-973.261,501.462,1.93731,0,0,0.824126,0.566406,180,100,1), - (41073,178433,0,-4928.11,-981.109,501.88,0.715585,0,0,0.350207,0.936672,180,100,1), - (41074,178428,0,-4916.79,-981.15,501.447,2.26893,0,0,0.906308,0.422618,180,100,1), - (41075,178432,0,-4838.34,-1029.23,502.19,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (41076,178435,0,-4886.52,-1006.21,506.568,2.16421,0,0,0.882948,0.469472,180,100,1), - (41077,178431,0,-4878.85,-1004.29,504.656,2.68781,0,0,0.97437,0.224951,180,100,1), - (41078,178433,0,-4838.23,-1027.78,502.19,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (41079,178432,0,-4838.23,-1031.65,502.19,1.02974,0,0,0.492424,0.870356,180,100,1), - (41080,178431,0,-4839.57,-1027.4,502.19,1.53589,0,0,0.694658,0.71934,180,100,1), - (41081,178428,0,-4840.9,-1030.34,502.19,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (41082,178554,0,-4898.46,-983.005,507.422,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (41083,178428,0,-4881.35,-1005.91,504.656,2.00713,0,0,0.843391,0.5373,180,100,1), - (41084,178428,0,-4880.92,-1003.48,504.656,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (41085,178432,0,-4839.99,-1028.57,502.19,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (41086,178433,0,-4841.52,-1029.55,502.19,0.523599,0,0,0.258819,0.965926,180,100,1), - (41087,178432,0,-4878.28,-1002.28,504.656,2.75762,0,0,0.981627,0.190809,180,100,1), - (41088,178428,0,-4840.08,-1029.63,502.19,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (41089,180844,0,-4852.96,-871.331,509.252,2.23402,0,0,0.898794,0.438371,180,100,1), - (41090,178438,0,-4860.13,-879.785,517.728,1.78024,0,0,0.777146,0.62932,180,100,1), - (41091,178438,0,-4870.8,-882.01,517.743,1.78024,0,0,0.777146,0.62932,180,100,1), - (41092,178438,0,-4867.37,-881.163,517.568,1.8326,0,0,0.793353,0.608761,180,100,1), - (41093,178438,0,-4863.67,-880.493,517.643,1.74533,0,0,0.766044,0.642788,180,100,1), - (41094,178554,0,-4865.81,-878.291,506.852,1.71042,0,0,0.75471,0.656059,180,100,1), - (41095,178438,0,-4725.93,-1118.11,520.869,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (41096,178438,0,-4723.79,-1105.03,520.915,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (41097,178438,0,-4724.78,-1111.6,520.828,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (41098,178438,0,-4725.37,-1114.84,520.907,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (41099,178438,0,-4724.23,-1108.4,520.722,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (41100,178438,0,-4726.96,-1124.51,520.967,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (41101,178438,0,-4723.41,-1101.91,520.97,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (41102,178438,0,-4726.4,-1121.3,521.027,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (41103,178645,0,-4757.84,-1036.9,520.828,0.907571,0,0,0.438371,0.898794,180,100,1), - (41104,178645,0,-4749.11,-1043.69,520.839,0.907571,0,0,0.438371,0.898794,180,100,1), - (41105,178438,0,-4803.04,-1179.86,516.321,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (41106,178645,0,-4867.89,-1144.3,510.123,0.453786,0,0,0.224951,0.97437,180,100,1), - (41107,178438,0,-4810.58,-1179.87,516.286,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (41108,178645,0,-4847.67,-1163.08,508.427,0.837758,0,0,0.406737,0.913545,180,100,1), - (41109,178438,0,-4806.92,-1179.83,516.326,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (41110,178438,0,-4799.39,-1179.94,516.354,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (41111,178428,0,-4672.49,-1256.23,501.993,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (41112,178428,0,-4674.09,-1256.94,502.319,1.3439,0,0,0.622515,0.782608,180,100,1), - (41113,178432,0,-4673.58,-1256.22,501.993,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (41114,178433,0,-4676.01,-1254.17,501.993,2.70526,0,0,0.976296,0.21644,180,100,1), - (41115,178433,0,-4672.28,-1255.15,501.993,0.087266,0,0,0.043619,0.999048,180,100,1), - (41116,178431,0,-4674.79,-1255.06,502.402,1.72788,0,0,0.760406,0.649448,180,100,1), - (41117,178432,0,-4674.98,-1253.88,501.993,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (41118,178432,0,-4671.43,-1255.93,501.993,2.26893,0,0,0.906308,0.422618,180,100,1), - (41119,178431,0,-4676.06,-1256.28,501.993,0.069813,0,0,0.034899,0.999391,180,100,1), - (41120,178431,0,-4673.05,-1255.53,501.993,2.80998,0,0,0.986286,0.165048,180,100,1), - (41121,178433,0,-4674.74,-1254.84,501.993,0.191986,0,0,0.095846,0.995396,180,100,1), - (41122,178431,0,-4673.23,-1253.52,501.993,1.27409,0,0,0.594823,0.803857,180,100,1), - (41123,178433,0,-4674.98,-1256.7,501.993,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (41124,178428,0,-4673.16,-1254.51,501.993,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (41125,178428,0,-4675.51,-1255.57,502.326,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (41126,178432,0,-5039.33,-1259.82,505.3,0.349066,0,0,0.173648,0.984808,180,100,1), - (41127,178428,0,-5039.27,-1258,505.3,0.453786,0,0,0.224951,0.97437,180,100,1), - (41128,178432,0,-5038.66,-1255.29,505.3,2.98451,0,0,0.996917,0.078459,180,100,1), - (41129,178433,0,-5040.69,-1255.61,505.3,1.67552,0,0,0.743145,0.669131,180,100,1), - (41130,178431,0,-5040.21,-1255.81,506.043,1.69297,0,0,0.748956,0.66262,180,100,1), - (41131,178433,0,-5038.57,-1257.14,505.64,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (41132,178431,0,-5038.73,-1258.95,505.3,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (41133,178433,0,-5038.65,-1254.31,505.3,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (41134,178431,0,-5040.37,-1256.45,505.3,2.56563,0,0,0.95882,0.284015,180,100,1), - (41135,178432,0,-5040.27,-1257.5,505.3,2.19912,0,0,0.891007,0.453991,180,100,1), - (41136,178428,0,-5039.72,-1255.83,505.3,0.820305,0,0,0.398749,0.91706,180,100,1), - (41137,178428,0,-5037.86,-1255.93,505.3,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (41138,178645,0,-5016.34,-1125.14,509.606,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (41139,178438,0,-4977.32,-1019.04,520.133,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (41140,178438,0,-4978.91,-1022.39,520.185,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (41141,178645,0,-5019.26,-1046.8,522.748,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (41142,178438,0,-4975.66,-1015.43,520.069,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (41143,178438,0,-4974.16,-1011.93,520.027,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (41144,178438,0,-4972.77,-1008.64,520.155,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (41145,178438,0,-4971.42,-1005.39,520.139,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (41146,178436,0,-4842.63,-855.262,504.828,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (41147,178434,0,-4844.22,-855.457,504.833,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (41148,178435,0,-4843.46,-855.364,504.855,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (41149,178435,0,-4839.65,-854.896,504.847,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (41150,178436,0,-4838.76,-854.785,504.819,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (41151,178434,0,-4837.93,-854.684,504.83,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (41152,178645,0,-5473.22,-463.798,403.052,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (41153,178438,0,-5569.95,-456.755,411.595,0,0,0,0,1,180,100,1), - (41154,178645,0,-5578.91,-462.684,411.961,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (41155,178438,0,-5588.37,-459.784,412.01,2.98451,0,0,0.996917,0.078459,180,100,1), - (41156,178438,0,-5571.83,-462.635,411.933,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (41157,178438,0,-5586.28,-462.684,412.27,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (41158,178438,0,-5569.9,-460.395,411.737,0.034907,0,0,0.017452,0.999848,180,100,1), - (41159,178438,0,-5588.15,-456.507,411.75,3.12414,0,0,0.999962,0.008727,180,100,1), - (41176,180844,1,9817.01,957.182,1322.59,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (41188,180844,0,-14461.3,492.389,22.4625,2.23402,0,0,0.898794,0.438371,180,100,1), - (41189,178433,0,-14296.3,511.291,8.96054,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (41190,180796,0,-14294.5,516.209,8.95392,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (41191,178667,0,-14295.2,510.918,8.96046,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (41192,178434,0,-14296.8,515.626,14.3654,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (41193,178435,0,-14296.2,517.835,14.0084,2.61799,0,0,0.965926,0.258819,180,100,1), - (41194,180844,1,-413.368,-2652.68,104.007,2.23402,0,0,0.898794,0.438371,180,100,1), - (41195,178645,1,1614.31,-4361.89,22.0891,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (41196,178645,1,1611.68,-4381.2,22.0837,0.401426,0,0,0.199368,0.979925,180,100,1), - (41197,178645,1,1687.56,-4398.57,36.058,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (41198,178438,1,1693.71,-4394.74,35.9609,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (41199,178438,1,1614.55,-4387.67,22.3548,0.488692,0,0,0.241922,0.970296,180,100,1), - (41200,178438,1,1619.97,-4392.13,22.3244,1.32645,0,0,0.615662,0.788011,180,100,1), - (41201,178645,1,1627.03,-4393.15,22.064,1.44862,0,0,0.66262,0.748956,180,100,1), - (41202,178438,1,1596.84,-4454.96,33.8994,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (41203,178438,1,1599.96,-4456.83,33.8569,-2.09439,0,0,0.866025,-0.5,180,100,1), - (41204,178438,1,1586.9,-4453.55,42.1854,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (41205,180844,1,1629.96,-4438.87,20.1023,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (41206,178432,1,1655.44,-4428.89,16.9732,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (41207,178431,1,1655.85,-4430.66,16.9859,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (41208,178428,1,1656.4,-4431.52,17.1377,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (41209,178433,1,1658.99,-4430.05,17.4248,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (41210,178428,1,1658.17,-4430.74,17.0974,2.02458,0,0,0.848048,0.529919,180,100,1), - (41211,178433,1,1625.75,-4412.65,15.1604,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (41212,178438,1,1639.09,-4429.36,25.2713,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (41213,178428,1,1621.84,-4414.29,14.4339,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (41214,178438,1,1676.2,-4481.53,32.5477,1.06465,0,0,0.507538,0.861629,180,100,1), - (41215,178433,1,1621.69,-4413.32,14.4555,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (41216,178431,1,1654.33,-4431.17,16.9963,1.78024,0,0,0.777146,0.62932,180,100,1), - (41217,178432,1,1652.83,-4431.79,17.0255,2.09439,0,0,0.866025,0.5,180,100,1), - (41218,178438,1,1653.82,-4433.39,20.1792,1.93731,0,0,0.824126,0.566406,180,100,1), - (41219,178431,1,1658.06,-4430.69,17.509,2.09439,0,0,0.866025,0.5,180,100,1), - (41220,178438,1,1650.75,-4432.93,20.0794,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (41221,178428,1,1653.8,-4430.6,19.2086,1.5708,0,0,0.707107,0.707107,180,100,1), - (41222,178432,1,1651.98,-4431.05,19.2049,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (41223,178431,1,1623.72,-4411.58,14.7421,0.05236,0,0,0.026177,0.999657,180,100,1), - (41224,178431,1,1627.42,-4413.71,15.5231,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (41225,178645,1,1606.42,-4460.8,33.7153,1.01229,0,0,0.48481,0.87462,180,100,1), - (41226,178431,1,1621.82,-4412.34,14.4458,3.00197,0,0,0.997564,0.069757,180,100,1), - (41227,178428,1,1626.61,-4414.2,15.3961,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (41228,178432,1,1657.5,-4428.73,17.0631,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (41229,178433,1,1650.06,-4431.31,16.8666,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (41230,178438,1,1651.82,-4428,19.5231,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (41231,178433,1,1656.32,-4429.17,16.9997,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (41232,178431,1,1656.75,-4428.1,17.0543,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (41233,178432,1,1625.64,-4413.75,15.2,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (41234,178431,1,1624.7,-4414.23,15.0586,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (41235,178645,1,1687.52,-4430.99,31.443,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (41236,178438,1,1606.18,-4458.06,42.0132,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (41237,178428,1,1653.11,-4432.58,17.1544,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (41238,178432,1,1650.13,-4433.25,17.202,0.314159,0,0,0.156434,0.987688,180,100,1), - (41239,178428,1,1659.61,-4429.45,17.4366,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (41240,178428,1,1654.15,-4427.68,16.9627,0.523599,0,0,0.258819,0.965926,180,100,1), - (41241,178428,1,1649.34,-4432.85,17.1207,0.314159,0,0,0.156434,0.987688,180,100,1), - (41242,178431,1,1650.48,-4434.14,17.3595,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (41243,178438,1,1684.69,-4480.9,32.4815,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (41244,178645,1,1652.29,-4440.35,25.0826,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (41245,178645,1,1668.8,-4432.82,32.2527,2.14675,0,0,0.878817,0.477159,180,100,1), - (41246,178645,1,1656.05,-4443.6,31.5062,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (41247,178645,1,1702.91,-4452.89,32.2417,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (41248,178428,1,1653.99,-4429.92,16.8781,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (41249,178428,1,1651.1,-4430.92,16.8211,1.98968,0,0,0.838671,0.544639,180,100,1), - (41250,178433,1,1652.26,-4432.52,17.1118,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (41251,178438,1,1622.56,-4438.32,25.6376,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (41252,178432,1,1624.48,-4416.08,14.9653,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (41253,178438,1,1679.64,-4411.1,35.9493,0.087266,0,0,0.043619,0.999048,180,100,1), - (41254,178645,1,1703.54,-4464.34,32.2189,3.07178,0,0,0.999391,0.034899,180,100,1), - (41255,178645,1,1645.99,-4431.27,25.169,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (41256,178431,1,1626.17,-4410.95,15.2034,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (41257,178554,1,1629.68,-4438.63,19.8125,0.314159,0,0,0.156434,0.987688,180,100,1), - (41258,178645,1,1658.29,-4451.78,32.3135,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (41259,178432,1,1624.4,-4410.67,14.8138,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (41260,178428,1,1624.62,-4411.9,14.9197,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (41261,178645,1,1664.67,-4472.76,32.3041,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (41262,178428,1,1622.61,-4412.71,14.6042,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (41263,178428,1,1623.31,-4410.73,14.6234,2.07694,0,0,0.861629,0.507538,180,100,1), - (41264,178645,1,1688.7,-4435.48,32.3028,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (41265,178428,1,1623.99,-4415.02,14.9103,0.802851,0,0,0.390731,0.920505,180,100,1), - (41266,178431,1,1623.56,-4413.39,15.1786,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (41267,178645,1,1669.44,-4428.92,31.6215,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (41268,178438,1,1670.49,-4477.45,32.305,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (41269,178431,1,1626.49,-4413.23,15.3235,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (41270,178645,1,1694.4,-4476.28,32.3138,2.00713,0,0,0.843391,0.5373,180,100,1), - (41271,178645,1,1627.06,-4432.32,25.6215,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (41272,178645,1,1623.16,-4451.97,26.001,0.645772,0,0,0.317305,0.948324,180,100,1), - (41273,178438,1,1681.73,-4425.58,35.8772,0.244346,0,0,0.121869,0.992546,180,100,1), - (41274,178433,1,1622.76,-4411.78,14.5826,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (41275,178645,1,1600.06,-4454.22,42.1749,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (41276,178438,1,1662.86,-4436.96,32.3813,2.30383,0,0,0.913545,0.406737,180,100,1), - (41277,178433,1,1624.97,-4415.17,15.1387,0.314159,0,0,0.156434,0.987688,180,100,1), - (41278,178431,1,1624.7,-4414.3,15.4715,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (41279,178438,1,1695.15,-4439.45,32.4032,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (41280,178428,1,1626.57,-4411.96,15.3074,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (41281,178432,1,1622.65,-4413.73,14.6626,2.63545,0,0,0.968148,0.25038,180,100,1), - (41282,178645,1,1587.46,-4456.28,34.2002,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (41283,178645,1,1580.94,-4457.81,42.006,2.18166,0,0,0.887011,0.461749,180,100,1), - (41284,178438,1,1578.61,-4462.96,34.6688,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (41285,178554,1,-1173.35,-97.7847,168.962,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (41286,178432,1,-1206.55,-45.1777,161.105,2.33874,0,0,0.920505,0.390731,180,100,1), - (41287,178428,1,-1208.17,-46.8873,160.887,0.575959,0,0,0.284015,0.95882,180,100,1), - (41288,178428,1,-1207.07,-44.3133,161.201,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (41289,178432,1,-1208.87,-46.2314,161.006,2.02458,0,0,0.848048,0.529919,180,100,1), - (41290,178431,1,-1205.85,-44.5672,161.483,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (41291,178431,1,-1208.1,-45.8046,161.038,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (41292,178433,1,-1208.72,-45.0676,161.153,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (41293,178428,1,-1206.13,-46.056,161.006,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (41294,178428,1,-1207.03,-42.6002,161.406,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (41295,178428,1,-1207.95,-46.183,161.441,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (41296,178431,1,-1206.9,-44.1168,161.646,0.733038,0,0,0.358368,0.93358,180,100,1), - (41297,178428,1,-1209.6,-44.4537,161.286,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (41298,178431,1,-1207.38,-47.4854,160.812,-1.309,0,0,0.608761,-0.793353,180,100,1), - (41299,178433,1,-1206.58,-47.0897,160.872,0.087266,0,0,0.043619,0.999048,180,100,1), - (41300,178432,1,-1207.65,-43.361,161.324,3.00197,0,0,0.997564,0.069757,180,100,1), - (41301,178431,1,-1209.7,-45.4058,161.525,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (41302,178433,1,-1206.38,-43.4489,161.295,1.16937,0,0,0.551937,0.833886,180,100,1), - (41303,180844,1,-1293.09,46.4601,136.813,0.314159,0,0,0.156434,0.987688,180,100,1), - (41304,178554,1,-1285.32,45.6914,135.617,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (41305,178436,1,-1251.48,25.3088,132.722,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (41306,178432,1,-1229.53,68.3677,129.413,2.72271,0,0,0.978148,0.207912,180,100,1), - (41307,178431,1,-1230.64,69.311,129.46,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (41308,178431,1,-1232.31,68.0706,129.567,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (41309,178433,1,-1231.54,68.8951,129.652,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (41310,178431,1,-1232.52,69.204,129.305,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (41311,178428,1,-1232.96,67.0502,129.004,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (41312,178433,1,-1231.95,65.1976,128.783,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (41313,178432,1,-1229.18,66.446,129.198,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (41314,178431,1,-1234.11,66.96,128.853,0.488692,0,0,0.241922,0.970296,180,100,1), - (41315,178433,1,-1230.11,67.4235,129.567,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (41316,178432,1,-1231.19,65.6161,128.912,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (41317,178428,1,-1232.57,68.0557,129.161,1.3439,0,0,0.622515,0.782608,180,100,1), - (41318,178428,1,-1230.67,68.1176,129.32,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (41319,178435,1,-1260.71,18.8607,132.753,1.46608,0,0,0.669131,0.743145,180,100,1), - (41320,178434,1,-1254.37,19.5174,132.74,2.07694,0,0,0.861629,0.507538,180,100,1), - (41321,178434,1,-1264.51,24.1133,132.637,0.331613,0,0,0.165048,0.986286,180,100,1), - (41322,178435,1,-1292.8,36.6665,134.496,2.05949,0,0,0.857167,0.515038,180,100,1), - (41323,178428,1,-1231.18,65.6862,129.771,0.314159,0,0,0.156434,0.987688,180,100,1), - (41324,178433,1,-1232.86,67.0938,129.413,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (41325,178435,1,-1305.44,37.9972,134.177,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (41326,178434,1,-1296.47,43.3576,134.564,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (41327,178436,1,-1313.03,34.4937,134.238,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (41328,178434,1,-1309.88,29.8672,134.541,2.16421,0,0,0.882948,0.469472,180,100,1), - (41329,178554,1,-1198.99,139.266,141.15,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (41330,180796,1,1332.11,-4607.79,23.8029,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (41331,178434,1,1330.83,-4609.73,29.1435,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (41332,178435,1,1329.79,-4607.04,28.9421,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (41333,178667,1,1335.24,-4612.35,24.454,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (41334,180796,0,2051.28,272.469,56.9136,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (41335,178667,0,2049.81,266.668,57.1444,1.43117,0,0,0.656059,0.75471,180,100,1), - (41336,178434,0,2049.07,271.458,62.2352,3.08923,0,0,0.999657,0.026177,180,100,1), - (41337,178435,0,2049.34,273.793,62.1127,2.44346,0,0,0.939693,0.34202,180,100,1), - (41338,180844,0,1636.48,234.943,-35.5772,0.575959,0,0,0.284015,0.95882,180,100,1), - (41339,178428,0,1644.53,217.511,-43.1031,1.0821,0,0,0.515038,0.857167,180,100,1), - (41340,178438,0,1649.81,218.219,-36.4882,0.017453,0,0,0.008727,0.999962,180,100,1), - (41341,178434,0,1636.84,230.843,-38.1832,2.70526,0,0,0.976296,0.21644,180,100,1), - (41342,178645,0,1642.44,224.405,-36.7174,1.23918,0,0,0.580703,0.814116,180,100,1), - (41343,178435,0,1636.65,230.313,-38.122,3.01942,0,0,0.998135,0.061049,180,100,1), - (41344,178431,0,1645.39,218.035,-43.1031,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (41345,178432,0,1644.44,218.792,-43.1031,1.39626,0,0,0.642788,0.766044,180,100,1), - (41346,178433,0,1645.8,217.171,-43.1031,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (41347,178432,0,1646.81,216.966,-43.1031,1.90241,0,0,0.814116,0.580703,180,100,1), - (41348,178428,0,1645.58,219.275,-42.7629,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (41349,178436,0,1637.02,231.352,-38.2367,2.68781,0,0,0.97437,0.224951,180,100,1), - (41350,178554,0,1633.15,231.674,-35.687,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (41351,178438,0,1635.66,247.545,-36.3512,0.261799,0,0,0.130526,0.991445,180,100,1), - (41352,178438,0,1629.46,219.208,-36.4537,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (41353,178438,0,1629.63,261.489,-36.6427,0.715585,0,0,0.350207,0.936672,180,100,1), - (41354,178438,0,1627.69,264.104,-36.6371,0.575959,0,0,0.284015,0.95882,180,100,1), - (41355,178438,0,1634.75,229.686,-36.4041,2.75762,0,0,0.981627,0.190809,180,100,1), - (41356,178438,0,1618.73,207.786,-36.6291,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (41357,178438,0,1616.46,274.22,-36.5836,0.994838,0,0,0.477159,0.878817,180,100,1), - (41358,178438,0,1555.69,248.024,-36.4548,2.86234,0,0,0.990268,0.139173,180,100,1), - (41359,178438,0,1556.4,230.372,-36.469,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (41360,178438,0,1589.3,200.453,-36.4421,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (41361,178438,0,1556.64,251.016,-36.4766,2.79253,0,0,0.984808,0.173648,180,100,1), - (41362,178438,0,1572.17,208.065,-36.5376,0.977384,0,0,0.469472,0.882948,180,100,1), - (41363,178438,0,1586.17,201.402,-36.3775,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (41364,178438,0,1601.86,200.033,-36.5113,1.76278,0,0,0.771625,0.636078,180,100,1), - (41365,178438,0,1575.25,275.017,-36.5746,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (41366,178438,0,1589.67,280.358,-36.5545,1.74533,0,0,0.766044,0.642788,180,100,1), - (41367,178438,0,1572.97,273.089,-36.6699,2.23402,0,0,0.898794,0.438371,180,100,1), - (41368,180844,0,-10.4797,-932.317,61.3011,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (41369,180844,0,2250.38,239.955,39.5571,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (41370,178438,0,2257.26,230.184,49.5377,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (41371,178436,0,2262.09,251.472,38.4125,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (41372,178434,0,2259.14,251.905,38.4874,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (41373,178435,0,2260.42,251.664,38.4655,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (41374,178438,0,2253.21,256.957,44.7864,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (41375,178433,0,2274.38,265.107,35.0558,0.645772,0,0,0.317305,0.948324,180,100,1), - (41376,178438,0,2269.54,252.941,37.3043,1.32645,0,0,0.615662,0.788011,180,100,1), - (41377,178431,0,2273.98,266.189,35.1129,0,0,0,0,1,180,100,1), - (41378,178432,0,2275.39,265.18,35.0573,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (41379,178431,0,2276.46,264.966,35.0507,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (41380,178428,0,2276.27,264.194,35.0103,-1.309,0,0,0.608761,-0.793353,180,100,1), - (41381,178434,0,2262.5,276.512,37.0132,2.60054,0,0,0.96363,0.267238,180,100,1), - (41382,178431,0,2261.46,274.158,37.1788,1.91986,0,0,0.819152,0.573576,180,100,1), - (41383,178438,0,2240.84,305.184,45.265,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (41384,178432,0,2261.01,273.208,37.1514,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (41385,178433,0,2277.77,267.152,35.1313,2.77507,0,0,0.983255,0.182236,180,100,1), - (41386,178428,0,2275.88,267.832,35.1469,1.93731,0,0,0.824126,0.566406,180,100,1), - (41387,178431,0,2276.95,268.001,35.1474,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (41388,178432,0,2276.63,267.17,35.1351,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (41389,178428,0,2274.7,267.537,35.464,2.32129,0,0,0.91706,0.398749,180,100,1), - (41390,178438,0,2262.82,320.48,39.0799,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (41391,178438,0,2310.7,290.378,79.5307,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (41392,178438,0,2300.26,300.052,79.598,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (41393,178438,0,2325.54,285.866,43.1567,1.41372,0,0,0.649448,0.760406,180,100,1), - (41394,178438,0,2305.99,279.109,79.5418,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (41395,178645,0,2293.17,296.918,79.7216,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (41396,178645,0,2302.92,296.797,69.7218,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (41397,180844,1,331.054,-4688.31,24.2156,2.23402,0,0,0.898794,0.438371,180,100,1), - (41398,178554,1,332.307,-4699.03,21.2674,3.10669,0,0,0.999848,0.017452,180,100,1), - (41399,178438,1,362.918,-4694.39,27.4816,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (41400,178645,1,331.292,-4700.9,27.9386,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (41401,178645,1,365.701,-4684.87,27.5498,0.418879,0,0,0.207912,0.978148,180,100,1), - (41402,178645,1,353.168,-4679.67,50.7887,0.366519,0,0,0.182236,0.983255,180,100,1), - (41403,178645,1,349.209,-4706.38,27.5692,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (41404,178645,1,335.073,-4694.6,51.0577,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (41405,178645,1,340.972,-4672.06,51.5112,1.64061,0,0,0.731354,0.681998,180,100,1), - (41406,178645,1,357.595,-4664.75,27.9291,0.383972,0,0,0.190809,0.981627,180,100,1), - (41407,178645,1,349.964,-4660.61,27.884,1.69297,0,0,0.748956,0.66262,180,100,1), - (41408,178645,1,351.464,-4821.58,31.6924,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (41409,178645,1,348.332,-4808.32,31.748,0.488692,0,0,0.241922,0.970296,180,100,1), - (41410,178438,1,352.061,-4814.8,31.7549,0.593412,0,0,0.292372,0.956305,180,100,1), - (41411,178645,1,317.028,-4803.29,52.9392,1.309,0,0,0.608761,0.793353,180,100,1), - (41412,178438,1,314.254,-4774.03,31.6671,1.65806,0,0,0.737277,0.67559,180,100,1), - (41413,178433,1,308.024,-4703.12,11.3265,1.36136,0,0,0.62932,0.777146,180,100,1), - (41414,178428,1,307.826,-4707.75,11.3265,0.383972,0,0,0.190809,0.981627,180,100,1), - (41415,178433,1,308.446,-4706.97,11.6529,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (41416,178432,1,309.724,-4704.23,11.3265,1.37881,0,0,0.636078,0.771625,180,100,1), - (41417,178645,1,306.748,-4774.83,31.6602,1.67552,0,0,0.743145,0.669131,180,100,1), - (41418,178428,1,308.831,-4703.99,11.3265,1.79769,0,0,0.782608,0.622515,180,100,1), - (41419,178645,1,322.128,-4695.19,28.2542,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (41420,178645,1,329.694,-4681.15,51.2518,2.89725,0,0,0.992546,0.121869,180,100,1), - (41421,178431,1,310.632,-4707.45,11.3265,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (41422,178431,1,308.453,-4704.87,11.3265,2.80998,0,0,0.986286,0.165048,180,100,1), - (41423,178432,1,313.255,-4707.39,11.3265,1.69297,0,0,0.748956,0.66262,180,100,1), - (41424,178645,1,321.389,-4676.35,28.5081,2.87979,0,0,0.991445,0.130526,180,100,1), - (41425,178428,1,309.547,-4703.06,11.3265,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (41426,178438,1,323.635,-4668.97,28.4823,2.84489,0,0,0.989016,0.147809,180,100,1), - (41427,178432,1,311.476,-4705.77,11.3265,0.15708,0,0,0.078459,0.996917,180,100,1), - (41428,178431,1,308.31,-4708.79,11.3265,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (41429,178431,1,307.426,-4706.27,11.3265,1.71042,0,0,0.75471,0.656059,180,100,1), - (41430,178433,1,309.085,-4709.29,11.3265,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (41431,178438,1,335.082,-4788.52,31.7341,1.29154,0,0,0.601815,0.798636,180,100,1), - (41432,178431,1,311.895,-4709.02,11.3579,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (41433,178438,1,321.856,-4782.07,31.676,0.15708,0,0,0.078459,0.996917,180,100,1), - (41434,178428,1,309.893,-4708.41,11.3265,2.58309,0,0,0.961262,0.275637,180,100,1), - (41435,178438,1,291.396,-4789.32,31.6577,2.07694,0,0,0.861629,0.507538,180,100,1), - (41436,178428,1,312.634,-4708.17,11.3265,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (41437,178433,1,311.107,-4708.43,11.3265,0.331613,0,0,0.165048,0.986286,180,100,1), - (41438,178438,1,338.285,-4790.9,31.6855,0.523599,0,0,0.258819,0.965926,180,100,1), - (41439,178433,1,307.57,-4705.21,11.3265,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (41440,178432,1,309.163,-4706.33,11.3265,1.37881,0,0,0.636078,0.771625,180,100,1), - (41441,178438,1,338.545,-4661.85,28.1722,1.62316,0,0,0.725374,0.688355,180,100,1), - (41442,178645,1,331.051,-4662.82,28.3729,1.67552,0,0,0.743145,0.669131,180,100,1), - (41443,178438,1,324.531,-4665.15,28.5812,2.87979,0,0,0.991445,0.130526,180,100,1), - (41444,178645,1,284.759,-4792.96,31.6646,2.05949,0,0,0.857167,0.515038,180,100,1), - (41445,178645,1,272.543,-4820.96,31.6855,2.84489,0,0,0.989016,0.147809,180,100,1), - (41446,178645,1,293.233,-4816.29,52.967,2.86234,0,0,0.990268,0.139173,180,100,1), - (41447,178645,1,295.094,-4831.7,53.0156,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (41448,178438,1,274.697,-4813.71,31.6646,2.87979,0,0,0.991445,0.130526,180,100,1), - (41449,178645,1,330.493,-4827.39,52.9809,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (41450,178645,1,321.231,-4839.13,52.9462,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (41451,178645,1,281.303,-4844.77,31.741,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (41452,178645,1,274.057,-4831.56,31.6855,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (41453,178438,1,293.403,-4855.49,31.6508,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (41454,178645,1,334.253,-4852.53,31.6507,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (41455,178438,1,346.133,-4839.28,31.6924,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (41456,178645,1,324.42,-4858.03,31.6716,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (41457,178645,1,310.853,-4860.73,31.6646,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (41458,178438,1,-2180.86,-409.422,1.33605,0.907571,0,0,0.438371,0.898794,180,100,1), - (41459,178433,1,-2325.37,-356.001,-8.91097,2.6529,0,0,0.970296,0.241922,180,100,1), - (41460,178428,1,-2324.23,-354.631,-8.96526,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (41461,178438,1,-2340.76,-359.712,-0.147857,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (41462,178554,1,-2344.09,-358.151,-1.9589,1.25664,0,0,0.587785,0.809017,180,100,1), - (41463,178433,1,-2325.73,-358.709,-8.89445,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (41464,178432,1,-2324.34,-355.469,-8.95844,2.86234,0,0,0.990268,0.139173,180,100,1), - (41465,178431,1,-2323.67,-356.386,-8.9952,0.174533,0,0,0.087156,0.996195,180,100,1), - (41466,178433,1,-2323.73,-358.05,-8.99302,2.35619,0,0,0.92388,0.382683,180,100,1), - (41467,178428,1,-2324.06,-357.28,-8.97475,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (41468,178432,1,-2326.6,-357.03,-8.8701,2.82743,0,0,0.987688,0.156434,180,100,1), - (41469,178431,1,-2326.26,-356.127,-8.88198,0.174533,0,0,0.087156,0.996195,180,100,1), - (41470,178438,1,-2400.77,-390.523,2.55611,0.139626,0,0,0.069756,0.997564,180,100,1), - (41471,180844,1,-2375.93,-343.055,-1.67232,0.645772,0,0,0.317305,0.948324,180,100,1), - (41472,180844,0,-6664.25,-2168.42,251.881,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (41489,178645,0,-4682.48,-881.148,520.234,0.925024,0,0,0.446198,0.894934,180,100,1), - (41490,178645,0,-4691.34,-874.262,520.236,0.907571,0,0,0.438371,0.898794,180,100,1), - (41491,178438,0,-4676.53,-885.727,520.219,0.907571,0,0,0.438371,0.898794,180,100,1), - (41492,178432,0,-4626.01,-908.805,501.07,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (41493,178433,0,-4625.17,-908.701,501.07,0.366519,0,0,0.182236,0.983255,180,100,1), - (41494,178428,0,-4623.16,-907.937,501.071,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (41495,178431,0,-4626.21,-907.461,501.07,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (41496,178433,0,-4624,-907.02,501.488,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (41497,178431,0,-4623.99,-907.563,501.071,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (41498,178432,0,-4623.04,-905.585,501.072,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (41499,178433,0,-4623.9,-906.373,501.071,2.94961,0,0,0.995396,0.095846,180,100,1), - (41500,178432,0,-4625.69,-906.64,501.07,0.925024,0,0,0.446198,0.894934,180,100,1), - (41501,178428,0,-4625.04,-907.745,501.07,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (41502,178645,0,-4765.33,-912.13,507.818,1.29154,0,0,0.601815,0.798636,180,100,1), - (41503,180844,0,-858.729,-559.158,16.9185,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (41504,178430,0,-9445.21,38.5112,57.7323,0.15708,0,0,0.078459,0.996917,180,100,1), - (41505,178430,0,-9443.3,38.843,57.9523,0.418879,0,0,0.207912,0.978148,180,100,1), - (41506,178429,0,-9444.47,39.0879,57.9079,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (41507,178429,0,-9446.75,41.1902,57.5598,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (41508,178429,0,-9442.65,40.951,57.6692,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (41509,178429,0,-9444.79,40.9518,57.8201,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (41510,178430,0,-9445.82,43.1794,57.6043,1.58825,0,0,0.71325,0.700909,180,100,1), - (41511,178430,0,-9443.4,41.8905,57.5554,1.13446,0,0,0.5373,0.843391,180,100,1), - (41512,178429,0,-9443.85,40.9865,57.7472,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (41513,178430,0,-9446.19,39.6186,57.6081,0.680678,0,0,0.333807,0.942641,180,100,1), - (41514,178429,0,-8825.5,537.883,97.0667,0.244346,0,0,0.121869,0.992546,180,100,1), - (41515,178429,0,-8826.55,539.181,97.0769,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (41516,178430,0,-8892.86,616.543,102.304,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (41517,178429,0,-8893.48,618.502,102.304,1.36136,0,0,0.62932,0.777146,180,100,1), - (41518,178429,0,-8802.9,638.144,94.2287,2.89725,0,0,0.992546,0.121869,180,100,1), - (41519,178430,0,-8805.16,639.965,94.2287,1.0821,0,0,0.515038,0.857167,180,100,1), - (41520,178430,0,-8807.75,646.273,94.7082,2.94961,0,0,0.995396,0.095846,180,100,1), - (41521,178430,0,-8806.37,643.382,94.2287,2.1293,0,0,0.87462,0.48481,180,100,1), - (41522,178429,0,-8806.59,645.342,94.2318,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (41523,178429,0,-8803.76,640.421,94.2287,0.698132,0,0,0.34202,0.939693,180,100,1), - (41524,178430,0,-8872.35,679.86,104.949,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (41525,178429,0,-5616.99,-508.509,403.41,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (41526,178430,0,-5615.89,-505.479,403.134,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (41527,178429,0,-5616.33,-507.197,403.301,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (41528,178430,0,-5619.06,-508.267,403.889,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (41529,178430,0,-5616.65,-506.122,403.353,1.23918,0,0,0.580703,0.814116,180,100,1), - (41530,178429,0,-5618.39,-507.497,403.752,2.86234,0,0,0.990268,0.139173,180,100,1), - (41531,178429,0,-4920.27,-982.373,501.459,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (41532,178430,0,-4840.89,-1028.61,502.19,0.087266,0,0,0.043619,0.999048,180,100,1), - (41533,178430,0,-4879.79,-1004.31,504.656,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (41534,178430,0,-4928.33,-983.354,501.467,2.82743,0,0,0.987688,0.156434,180,100,1), - (41535,178430,0,-4919.07,-982.774,501.456,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (41536,178429,0,-4837.47,-1028.8,502.19,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (41537,178429,0,-4927.89,-982.285,501.468,2.26893,0,0,0.906308,0.422618,180,100,1), - (41538,178430,0,-4916.12,-982.092,501.446,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (41539,178430,0,-4929.53,-981.164,501.78,2.70526,0,0,0.976296,0.21644,180,100,1), - (41540,178430,0,-4925.64,-981.864,503.64,0.05236,0,0,0.026177,0.999657,180,100,1), - (41541,178765,0,-4919.54,-971.751,501.473,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (41542,178805,0,-4917.84,-982.904,501.453,1.72788,0,0,0.760406,0.649448,180,100,1), - (41543,178430,0,-4879.68,-1001.4,504.656,1.46608,0,0,0.669131,0.743145,180,100,1), - (41544,178430,0,-4916.54,-984.526,501.448,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (41545,178429,0,-4912.43,-977.841,501.445,2.84489,0,0,0.989016,0.147809,180,100,1), - (41546,178429,0,-4913.87,-980.341,501.443,2.32129,0,0,0.91706,0.398749,180,100,1), - (41547,178765,0,-4917.81,-968.167,501.477,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (41548,178429,0,-4839.08,-1028.25,502.19,0.15708,0,0,0.078459,0.996917,180,100,1), - (41549,178430,0,-4914.32,-984.673,501.443,0.314159,0,0,0.156434,0.987688,180,100,1), - (41550,178429,0,-4916.39,-983.416,501.449,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (41551,178430,0,-4914.39,-979.315,501.446,2.68781,0,0,0.97437,0.224951,180,100,1), - (41552,178671,0,-4914.36,-976.11,501.453,1.93731,0,0,0.824126,0.566406,180,100,1), - (41553,178429,0,-4839.07,-1030,502.19,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (41554,178430,0,-4929.57,-981.413,501.474,2.74017,0,0,0.979925,0.199368,180,100,1), - (41555,178430,0,-4837.88,-1030.59,502.19,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (41556,178429,0,-4878.4,-1003.24,504.656,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (41557,178429,0,-4880.44,-1005.61,504.656,0.15708,0,0,0.078459,0.996917,180,100,1), - (41558,178429,0,-4882.52,-1004.4,504.656,0.05236,0,0,0.026177,0.999657,180,100,1), - (41559,178430,0,-4882.01,-1005.45,505.066,1.76278,0,0,0.771625,0.636078,180,100,1), - (41560,178430,0,-4840.07,-1030.24,502.606,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (41561,178430,0,-4673.57,-1257.03,501.993,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (41562,178429,0,-4672.25,-1254.1,501.993,2.00713,0,0,0.843391,0.5373,180,100,1), - (41563,178429,0,-4674,-1254.31,501.993,1.85005,0,0,0.798636,0.601815,180,100,1), - (41564,178430,0,-4675.51,-1255.41,501.993,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (41565,178430,0,-4672.93,-1254.97,502.409,0.314159,0,0,0.156434,0.987688,180,100,1), - (41566,178430,0,-4674.12,-1252.92,501.993,3.01942,0,0,0.998135,0.061049,180,100,1), - (41567,178429,0,-4674.52,-1255.91,501.993,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (41568,178429,0,-4674.65,-1257.73,501.993,0.907571,0,0,0.438371,0.898794,180,100,1), - (41569,178430,0,-5040.27,-1256.03,505.717,2.75762,0,0,0.981627,0.190809,180,100,1), - (41570,178429,0,-5039.96,-1258.34,505.3,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (41571,178430,0,-5039.87,-1254.86,505.3,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (41572,178430,0,-5038.32,-1257.05,505.3,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (41573,178429,0,-5038.9,-1256.37,505.3,1.79769,0,0,0.782608,0.622515,180,100,1), - (41583,178429,0,-14296.3,510.205,8.96181,1.5708,0,0,0.707107,0.707107,180,100,1), - (41584,178430,0,-14294.7,510.362,8.96087,2.30383,0,0,0.913545,0.406737,180,100,1), - (41585,178429,0,-14295.4,511.958,8.95932,2.30383,0,0,0.913545,0.406737,180,100,1), - (41586,178429,1,1657.93,-4429.76,17.0449,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (41587,178430,1,1652.97,-4430.76,19.2047,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (41588,178429,1,1654.09,-4432.05,17.1176,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (41589,178430,1,1623.04,-4414.89,14.6889,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (41590,178429,1,1627.21,-4412.75,15.4656,0.349066,0,0,0.173648,0.984808,180,100,1), - (41591,178429,1,1654.39,-4428.95,16.9284,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (41592,178429,1,1650,-4432.42,17.056,1.90241,0,0,0.814116,0.580703,180,100,1), - (41593,178430,1,1658.1,-4430.41,17.9061,0.366519,0,0,0.182236,0.983255,180,100,1), - (41594,178430,1,1655.43,-4427.74,17.013,1.5708,0,0,0.707107,0.707107,180,100,1), - (41595,178430,1,1659.33,-4430.24,17.0854,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (41596,178429,1,1625.66,-4414.93,15.2677,1.81514,0,0,0.788011,0.615662,180,100,1), - (41597,178430,1,1627.31,-4414.83,15.5548,2.18166,0,0,0.887011,0.461749,180,100,1), - (41598,178430,1,1659.16,-4429.43,17.1063,1.93731,0,0,0.824126,0.566406,180,100,1), - (41599,178429,1,1652.18,-4430.73,16.8399,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (41600,178429,1,1623.59,-4412.49,14.7675,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (41601,178430,1,1653.26,-4430.49,16.8498,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (41602,178430,1,1651.2,-4432.66,17.1215,0.314159,0,0,0.156434,0.987688,180,100,1), - (41603,178430,1,1653.92,-4433.16,17.275,1.95477,0,0,0.829038,0.559193,180,100,1), - (41604,178429,1,1625.41,-4411.36,15.0297,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (41605,178430,1,1623.6,-4413.74,14.8367,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (41606,178429,1,-1205.19,-43.5796,161.271,0.418879,0,0,0.207912,0.978148,180,100,1), - (41607,178429,1,-1208.08,-44.2821,161.219,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (41608,178430,1,-1209.04,-43.5423,161.359,2.42601,0,0,0.936672,0.350207,180,100,1), - (41609,178430,1,-1207.23,-46.1965,160.988,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (41610,178430,1,-1209.97,-45.3822,161.189,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (41611,178430,1,-1205.74,-44.7678,161.149,0.15708,0,0,0.078459,0.996917,180,100,1), - (41612,178429,1,-1205.29,-46.2159,160.985,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (41613,178429,1,-1207.09,-45.886,161.32,1.01229,0,0,0.48481,0.87462,180,100,1), - (41614,178429,1,-1233.18,66.148,128.84,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (41615,178430,1,-1233.53,68.0668,129.071,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (41616,178429,1,-1232.09,66.1226,128.928,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (41617,178430,1,-1229.96,67.3176,129.265,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (41618,178430,1,-1231.53,68.6936,129.329,3.01942,0,0,0.998135,0.061049,180,100,1), - (41619,178429,1,-1230.24,66.4012,129.113,0.331613,0,0,0.165048,0.986286,180,100,1), - (41620,178429,0,1646.5,219.521,-43.1032,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (41621,178430,0,1645.52,219.276,-43.1032,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (41622,178430,0,2278.55,266.297,35.1048,0.226893,0,0,0.113203,0.993572,180,100,1), - (41623,178429,0,2274.87,266.014,35.0993,2.11185,0,0,0.870356,0.492424,180,100,1), - (41624,178429,0,2277.24,265.914,35.0919,0.226893,0,0,0.113203,0.993572,180,100,1), - (41625,178430,0,2278.27,265.41,35.4209,2.60054,0,0,0.96363,0.267238,180,100,1), - (41626,178430,0,2277.76,264.943,35.0476,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (41627,178429,0,2262.02,274.943,37.1986,2.80998,0,0,0.986286,0.165048,180,100,1), - (41628,178430,0,2274.62,267.351,35.1427,3.00197,0,0,0.997564,0.069757,180,100,1), - (41629,178429,0,2275.43,267.01,35.1362,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (41630,178430,1,307.592,-4703.99,11.3265,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (41631,178429,1,309.62,-4707.24,11.3265,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (41632,178429,1,310.517,-4704.97,11.3265,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (41633,178430,1,308.3,-4706.19,11.3265,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (41634,178430,1,308.889,-4707.71,11.3265,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (41635,178430,1,310.258,-4709.36,11.3265,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (41636,178430,1,312.13,-4707.33,11.3265,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (41637,178429,1,309.447,-4705.16,11.3265,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (41638,178429,1,311.434,-4706.83,11.3265,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (41639,178430,1,-2322.93,-356.921,-9.03593,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (41640,178430,1,-2324.83,-357.8,-8.93327,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (41641,178430,1,-2325.5,-354.999,-8.90624,2.16421,0,0,0.882948,0.469472,180,100,1), - (41642,178429,1,-2325.72,-357.095,-8.90014,0.942478,0,0,0.45399,0.891007,180,100,1), - (41643,178430,1,-2326.22,-357.9,-8.88105,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (41644,178429,1,-2323.52,-355.368,-9.00428,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (41651,178430,0,-4623.12,-906.704,501.071,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (41652,178430,0,-4625.55,-907.835,501.48,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (41653,178429,0,-4624.28,-908.424,501.07,0.855211,0,0,0.414693,0.909961,180,100,1), - (41654,178429,0,-4624.84,-905.598,501.071,2.23402,0,0,0.898794,0.438371,180,100,1), - (41655,178437,0,-9471.37,42.1133,66.6165,1.46608,0,0,0.669131,0.743145,180,100,1), - (41656,178425,0,-9444.12,39.8997,57.9022,1.95477,0,0,0.829038,0.559193,180,100,1), - (41657,180797,0,-8823.47,540.116,96.909,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (41658,180798,0,-8826.04,539.763,97.0313,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (41659,180799,0,-8825.7,538.879,97.0442,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (41660,178437,0,-8862.04,575.857,109.647,2.35619,0,0,0.92388,0.382683,180,100,1), - (41661,178746,0,-8822.21,544.495,96.4986,1.81514,0,0,0.788011,0.615662,180,100,1), - (41662,178669,0,-8884.3,640.378,102.779,0.488692,0,0,0.241922,0.970296,180,100,1), - (41663,178437,0,-8882.4,601.456,107.546,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (41664,180715,0,-8801.03,643.395,94.2849,0.925024,0,0,0.446198,0.894934,180,100,1), - (41665,178649,0,-8802.99,637.111,98.2287,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (41666,178746,0,-8809.42,640.168,94.2287,2.89725,0,0,0.992546,0.121869,180,100,1), - (41667,178437,0,-8838.71,654.773,110.863,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (41668,178649,0,-8763.2,724.889,107,0.680678,0,0,0.333807,0.942641,180,100,1), - (41669,180797,0,-5049.3,-818.477,495.292,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (41670,178746,0,-5045.87,-817.197,495.132,0.959931,0,0,0.461749,0.887011,180,100,1), - (41671,180798,0,-5051.25,-815.183,495.198,2.46091,0,0,0.942641,0.333807,180,100,1), - (41672,180799,0,-5051.87,-815.902,495.318,2.54818,0,0,0.956305,0.292372,180,100,1), - (41673,180715,0,-4928.87,-990.331,501.448,2.51327,0,0,0.951057,0.309017,180,100,1), - (41674,178746,0,-4925.46,-978.472,501.476,1.43117,0,0,0.656059,0.75471,180,100,1), - (41675,178437,0,-4901.77,-978.971,513.425,2.25148,0,0,0.902585,0.430511,180,100,1), - (41676,178649,0,-4849.69,-879.541,511.446,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (41677,178425,0,-4673.74,-1255.41,501.993,2.25148,0,0,0.902585,0.430511,180,100,1), - (41678,178437,0,-5003.66,-1237.58,517.013,0.698132,0,0,0.34202,0.939693,180,100,1), - (41679,178649,0,-5579.01,-446.655,427.896,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (41687,180797,0,-14294.2,516.148,8.95387,0.593412,0,0,0.292372,0.956305,180,100,1), - (41688,178746,0,-14295.9,520.494,8.9496,2.74017,0,0,0.979925,0.199368,180,100,1), - (41689,180798,0,-14296.2,514.327,8.95694,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (41690,180799,0,-14295.3,513.761,8.95717,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (41691,180715,1,1645.58,-4431.99,16.7608,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (41692,178437,1,1659.47,-4464.28,29.7475,0.506145,0,0,0.25038,0.968148,180,100,1), - (41693,178746,1,1650.14,-4428.46,16.6467,1.85005,0,0,0.798636,0.601815,180,100,1), - (41694,178437,1,1700.01,-4444.32,29.645,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (41695,178437,1,1660.83,-4440.2,29.4446,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (41696,178437,1,1678.87,-4431.94,29.0725,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (41697,178437,1,1680.1,-4480.39,29.6864,1.51844,0,0,0.688355,0.725374,180,100,1), - (41698,178437,1,1700.51,-4470.39,29.4725,2.28638,0,0,0.909961,0.414693,180,100,1), - (41699,178437,1,-1124.17,64.2808,153.555,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (41700,180715,1,-1227.87,70.1361,129.717,-2.09439,0,0,0.866025,-0.5,180,100,1), - (41701,178746,1,-1233.33,74.2931,129.665,2.18166,0,0,0.887011,0.461749,180,100,1), - (41702,178437,1,-1276.96,50.0951,139.574,0.506145,0,0,0.25038,0.968148,180,100,1), - (41703,178437,1,-1206.35,133.66,145.06,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (41704,180797,1,1332.49,-4607.35,24.4361,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (41705,178746,1,1329.79,-4604.69,23.8266,3.14159,0,0,1,0,180,100,1), - (41706,180798,1,1331.76,-4610.19,23.8533,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (41707,180799,1,1332.63,-4610.31,24.1196,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (41708,180797,0,2051.41,272.413,57.174,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (41709,178746,0,2048.38,270.002,56.9913,2.70526,0,0,0.976296,0.21644,180,100,1), - (41710,180798,0,2049.7,270.445,57.1413,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (41711,180799,0,2050.56,270.024,57.163,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (41712,178746,0,1629.75,219.435,-43.1027,2.07694,0,0,0.861629,0.507538,180,100,1), - (41713,180715,0,1634.73,227.274,-43.1027,0.907571,0,0,0.438371,0.898794,180,100,1), - (41714,178437,0,1604.24,240.217,-44.4003,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (41715,178437,0,1587.19,240.712,-44.3019,3.10669,0,0,0.999848,0.017452,180,100,1), - (41716,178437,0,1595.85,248.83,-44.5701,1.5708,0,0,0.707107,0.707107,180,100,1), - (41717,178437,0,1595.3,231.795,-44.3783,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (41718,178437,0,2302.74,297.162,75.6165,1.309,0,0,0.608761,0.793353,180,100,1), - (41719,178437,0,2299.09,282.748,76.0147,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (41720,178437,0,2308.15,288.269,75.9524,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (41721,178437,0,2295.36,291.855,53.6273,2.94961,0,0,0.995396,0.095846,180,100,1), - (41722,178437,1,-2287.06,-427.083,0.756005,0.802851,0,0,0.390731,0.920505,180,100,1), - (41723,178437,1,-2332.82,-437.091,0.580925,2.86234,0,0,0.990268,0.139173,180,100,1), - (41724,178437,1,-2301.21,-472.051,0.688566,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (41731,178437,0,-4637.88,-935.443,521.784,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (41732,178557,0,-4839.23,-1029.21,502.19,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (41733,178557,0,-5039.57,-1256.93,505.3,0.296706,0,0,0.147809,0.989016,180,100,1), - (41801,178557,0,-4624.72,-906.863,501.071,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (41802,178551,0,-9454.73,14.8919,67.1856,3.07178,0,0,0.999391,0.034899,180,100,1), - (41803,178551,1,1618.8,-4356.14,22.2475,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (41804,178551,1,1610,-4367.55,22.2935,2.53073,0,0,0.953717,0.300706,180,100,1), - (41805,178551,1,1634.12,-4393.97,22.3753,1.46608,0,0,0.669131,0.743145,180,100,1), - (41806,178551,1,1608.88,-4374.46,22.2562,0.401426,0,0,0.199368,0.979925,180,100,1), - (41807,178551,1,1589.61,-4451.72,42.2628,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (41808,178551,1,1655.83,-4431.12,20.1236,0.349066,0,0,0.173648,0.984808,180,100,1), - (41809,178551,1,1681.44,-4402.75,36.2229,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (41810,178551,1,1609.43,-4460.12,41.9464,1.06465,0,0,0.507538,0.861629,180,100,1), - (41811,178551,1,1682.94,-4431.13,32.3404,0.907571,0,0,0.438371,0.898794,180,100,1), - (41812,178551,1,1659.18,-4444.4,32.4382,3.08923,0,0,0.999657,0.026177,180,100,1), - (41813,178426,1,1624.8,-4413.33,15.029,2.32129,0,0,0.91706,0.398749,180,100,1), - (41814,178745,1,1680.45,-4418.36,36.0296,0.139626,0,0,0.069756,0.997564,180,100,1), - (41815,178551,1,1635.71,-4428.51,25.4803,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (41816,178551,1,1657.16,-4459.14,32.3037,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (41817,178551,1,1620.31,-4441.3,25.7824,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (41818,178551,1,1674.89,-4429.55,32.3091,1.79769,0,0,0.782608,0.622515,180,100,1), - (41819,178551,1,1662.87,-4432.13,31.6775,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (41820,178551,1,1673.37,-4479.65,32.387,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (41821,178551,1,1687.89,-4479.46,32.5471,1.95477,0,0,0.829038,0.559193,180,100,1), - (41822,178551,1,1581.58,-4460.8,34.5845,2.18166,0,0,0.887011,0.461749,180,100,1), - (41823,178426,1,-1207.68,-44.79,161.152,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (41824,178426,1,-1231.48,66.8287,129.161,1.88496,0,0,0.809017,0.587785,180,100,1), - (41825,178551,0,1648.86,215.154,-36.4556,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (41826,178551,0,1646.17,213.66,-36.4928,1.65806,0,0,0.737277,0.67559,180,100,1), - (41827,178551,0,1648.81,221.105,-36.6523,0.645772,0,0,0.317305,0.948324,180,100,1), - (41828,178745,0,1639.55,215.955,-36.4585,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (41829,178551,0,1635.75,232.623,-36.5015,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (41830,178745,0,1603.29,240.396,-48.0446,3.12414,0,0,0.999962,0.008727,180,100,1), - (41831,178551,0,1634.9,250.342,-36.3342,0.296706,0,0,0.147809,0.989016,180,100,1), - (41832,178551,0,1616.12,205.97,-36.5111,2.19912,0,0,0.891007,0.453991,180,100,1), - (41833,178551,0,1632.92,219.24,-36.3693,1.11701,0,0,0.529919,0.848048,180,100,1), - (41834,178551,0,1627.69,216.648,-36.4423,2.56563,0,0,0.95882,0.284015,180,100,1), - (41835,178551,0,1635.63,227.167,-36.5431,1.01229,0,0,0.48481,0.87462,180,100,1), - (41836,178551,0,1619.41,272.5,-36.5722,1.0472,0,0,0.5,0.866025,180,100,1), - (41837,178551,0,1605.55,279.724,-36.4851,1.309,0,0,0.608761,0.793353,180,100,1), - (41838,178551,0,1562.3,262.052,-36.4425,2.53073,0,0,0.953717,0.300706,180,100,1), - (41839,178745,0,1595.74,233.181,-48.0654,1.53589,0,0,0.694658,0.71934,180,100,1), - (41840,178745,0,1588.48,240.007,-48.0515,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (41841,178551,0,1574.73,206.371,-36.486,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (41842,178551,0,1561.98,219.116,-36.4872,0.628319,0,0,0.309017,0.951057,180,100,1), - (41843,178551,0,1563.88,264.798,-36.6633,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (41844,178551,0,1563.72,216.652,-36.4789,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (41845,178745,0,1595.74,247.951,-48.0585,1.5708,0,0,0.707107,0.707107,180,100,1), - (41846,178551,0,1555.46,233.379,-36.3424,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (41847,178551,0,1604.7,200.729,-36.4511,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (41848,178551,0,1586.84,279.833,-36.3964,1.8326,0,0,0.793353,0.608761,180,100,1), - (41849,178551,0,1602.64,280.405,-36.4615,1.37881,0,0,0.636078,0.771625,180,100,1), - (41850,178551,0,2247.41,231.688,49.3476,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (41851,178551,0,2242.06,238.913,44.4373,2.98451,0,0,0.996917,0.078459,180,100,1), - (41852,178551,0,2239.41,251.467,39.6522,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (41853,178551,0,2252.68,255.944,37.4432,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (41854,178551,0,2269.51,254.106,44.5084,1.43117,0,0,0.656059,0.75471,180,100,1), - (41855,178745,0,2291.16,264.636,45.7518,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (41856,178551,0,2267.01,228.247,49.3595,1.50098,0,0,0.681998,0.731354,180,100,1), - (41857,178551,0,2273.73,233.259,44.3712,3.00197,0,0,0.997564,0.069757,180,100,1), - (41858,178551,0,2293.55,243.373,44.4494,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (41859,178426,0,2276.44,265.838,35.091,2.63545,0,0,0.968148,0.25038,180,100,1), - (41860,178551,0,2218.94,312.885,42.3842,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (41861,178551,0,2232,301.83,42.2479,0.890118,0,0,0.430511,0.902585,180,100,1), - (41862,178551,0,2242.64,314.71,42.2181,0.872665,0,0,0.422618,0.906308,180,100,1), - (41863,178551,0,2221.76,321.288,45.4276,2.54818,0,0,0.956305,0.292372,180,100,1), - (41864,178551,0,2263.9,275.987,38.2951,1.02974,0,0,0.492424,0.870356,180,100,1), - (41865,178551,0,2261.01,271.304,38.0992,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (41866,178745,0,2285.62,272.123,44.8518,1.309,0,0,0.608761,0.793353,180,100,1), - (41867,178551,0,2304.22,260.701,53.1209,1.36136,0,0,0.62932,0.777146,180,100,1), - (41868,178745,0,2317.04,258.638,45.9468,2.89725,0,0,0.992546,0.121869,180,100,1), - (41869,178551,0,2318.83,266.076,45.8177,2.87979,0,0,0.991445,0.130526,180,100,1), - (41870,178551,0,2260.42,317.753,39.1529,2.47837,0,0,0.945519,0.325568,180,100,1), - (41871,178551,0,2265.32,352.369,43.3057,1.16937,0,0,0.551937,0.833886,180,100,1), - (41872,178745,0,2290.87,287.054,79.6895,2.89725,0,0,0.992546,0.121869,180,100,1), - (41873,178551,0,2266.81,342.987,44.1937,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (41874,178551,0,2315.27,303.328,52.8901,1.309,0,0,0.608761,0.793353,180,100,1), - (41875,178551,0,2285.52,281.379,48.4084,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (41876,178745,0,2295.01,281.529,79.7541,1.32645,0,0,0.615662,0.788011,180,100,1), - (41877,178745,0,2307.56,288.068,69.7498,2.89725,0,0,0.992546,0.121869,180,100,1), - (41878,178551,0,2311.94,294.269,79.6345,2.9147,0,0,0.993572,0.113203,180,100,1), - (41879,178745,0,2298.79,283.089,69.7985,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (41880,178551,0,2296.19,301.094,79.6685,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (41881,178745,0,2269.29,342.006,40.1503,2.70526,0,0,0.976296,0.21644,180,100,1), - (41882,178745,0,2308.85,283.466,79.7263,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (41883,178551,0,2302.33,279.767,79.6174,1.309,0,0,0.608761,0.793353,180,100,1), - (41884,178745,0,2294.03,291.955,69.799,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (41885,178745,0,2328.21,277.215,42.8928,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (41886,178551,0,2321.72,270.816,42.9842,1.3439,0,0,0.622515,0.782608,180,100,1), - (41887,178745,0,2308.12,297.888,79.6209,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (41888,178745,0,2289.63,289.638,44.7264,1.309,0,0,0.608761,0.793353,180,100,1), - (41889,178745,0,2301.56,304.113,45.6238,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (41890,178745,1,340.373,-4707.1,27.9283,1.01229,0,0,0.48481,0.87462,180,100,1), - (41891,178745,1,361.552,-4675.2,27.7588,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (41892,178745,1,349.872,-4693.48,50.7931,2.28638,0,0,0.909961,0.414693,180,100,1), - (41893,178745,1,357.32,-4699.16,27.6691,2.28638,0,0,0.909961,0.414693,180,100,1), - (41894,178551,1,365.985,-4691.75,27.6457,2.26893,0,0,0.906308,0.422618,180,100,1), - (41895,178551,1,344.832,-4801.65,31.741,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (41896,178745,1,302.394,-4804.79,53.0017,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (41897,178745,1,328.559,-4812.91,52.9878,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (41898,178551,1,299.255,-4775.87,31.8893,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (41899,178745,1,318.783,-4687,28.5606,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (41900,178426,1,310.436,-4706.01,11.2432,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (41901,178551,1,293.361,-4785.63,31.8285,0.10472,0,0,0.052336,0.99863,180,100,1), - (41902,178745,1,328.087,-4786.59,31.8521,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (41903,178551,1,342.45,-4661.6,28.1975,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (41904,178551,1,275.345,-4810.06,31.7133,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (41905,178551,1,279.089,-4798.02,31.8521,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (41906,178551,1,277.774,-4838.3,31.7896,0.488692,0,0,0.241922,0.970296,180,100,1), - (41907,178745,1,306,-4840.72,53.0364,1.29154,0,0,0.601815,0.798636,180,100,1), - (41908,178745,1,348.266,-4832.28,31.7619,2.82743,0,0,0.987688,0.156434,180,100,1), - (41909,178745,1,300.281,-4857.37,31.7549,1.29154,0,0,0.601815,0.798636,180,100,1), - (41910,178551,1,317.987,-4861.65,31.7549,2.05949,0,0,0.857167,0.515038,180,100,1), - (41916,1622,0,118.86,1451.5,114.548,2.70526,0,0,0.976296,0.21644,300,100,1), - (42035,178647,0,1646.51,218.251,-43.1031,2.82743,0,0,0.987688,0.156434,180,100,1), - (42036,178647,1,-2324.56,-356.533,-8.94748,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (42037,178666,1,1653.42,-4431.63,17.0263,0.349066,0,0,0.173648,0.984808,180,100,1), - (42038,178666,0,-4924.69,-983.046,501.461,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (42039,19541,1,1436.58,-78.9992,22.0202,2.46091,0,0,0.942641,0.333807,180,100,1), - (42040,19541,1,1257.89,-615.094,24.6667,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (42041,1617,0,840.311,1677.48,23.4966,-0.226893,0,0,-0.113203,0.993572,300,100,1), - (42042,1617,0,900.661,1569.17,33.5175,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (42043,1617,0,1205.44,1783.67,16.5314,0.645772,0,0,0.317305,0.948324,300,100,1), - (42045,1620,0,1219.14,1954.37,10.6725,2.98451,0,0,0.996917,0.0784606,300,100,1), - (42046,1617,0,1126.4,1410.8,37.209,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (42048,1617,0,544.687,1121.12,89.5982,0,0,0,0,1,300,100,1), - (42049,1620,0,991.112,1078.78,38.4924,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (42050,1617,0,949.814,1149.56,41.3023,1.41372,0,0,0.649449,0.760405,300,100,1), - (42051,1621,0,-573.7,1325.55,48.5212,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (42052,1620,0,-616.288,1354.73,36.3461,2.58309,0,0,0.961262,0.275636,300,100,1), - (42053,1618,0,-417.206,819.836,96.3303,2.47837,0,0,0.945519,0.325567,300,100,1), - (42055,1622,0,-73.9623,939.846,69.3082,2.28638,0,0,0.909961,0.414694,300,100,1), - (42056,1621,0,222.798,1622.17,138.217,2.3911,0,0,0.930417,0.366502,300,100,1), - (42057,1621,0,-458.826,1416.93,33.0005,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (42058,1620,0,-311.059,1654.67,14.3302,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (573712,176224,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (573711,176224,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (42065,1622,0,-320.719,1459.67,30.8319,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (42067,106319,0,778.225,1620.16,30.3357,1.44862,0,0,0.66262,0.748956,7200,100,1), - (42068,106319,0,969.376,1225.46,48.1095,-1.44862,0,0,0.66262,-0.748956,7200,100,1), - (42069,106319,0,1093.89,1575.27,28.1143,-2.61799,0,0,0.965926,-0.258819,7200,100,1), - (42070,1617,0,1332.69,1258.29,53.0574,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (42075,1620,0,865.811,1470.07,33.9663,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (42077,106319,0,895.424,1089.89,32.2036,0.994838,0,0,0.477159,0.878817,7200,100,1), - (42078,1618,0,-666.635,1533.53,7.65304,1.53589,0,0,0.694658,0.71934,300,100,1), - (42079,178609,0,392.244,-513.648,170.534,1.88496,0,0,0.809017,0.587785,60,100,1), - (42080,178609,0,486.986,-575.443,179.757,-0.977384,0,0,0.469472,-0.882948,60,100,1), - (42081,178609,0,325.881,-449.009,163.906,-1.16937,0,0,0.551937,-0.833886,60,100,1), - (42082,178609,0,244.099,-413.517,151.886,0.907571,0,0,0.438371,0.898794,60,100,1), - (42083,178609,0,274.492,-345.021,160.988,-1.0472,0,0,0.5,-0.866025,60,100,1), - (42084,178609,0,339.396,-345.504,168.615,-0.750491,0,0,0.366501,-0.930418,60,100,1), - (42085,178609,0,217.648,-322.997,155.659,-0.05236,0,0,0.026177,-0.999657,60,100,1), - (42086,178609,0,325.881,-449.009,163.906,-1.16937,0,0,0.551937,-0.833886,60,100,1), - (42087,178609,0,385.21,-308.448,164.001,2.00713,0,0,0.843391,0.5373,60,100,1), - (42088,178609,0,580.66,-448.034,161.691,-2.80998,0,0,0.986286,-0.165048,60,100,1), - (42089,178609,0,652.958,-361.622,152.858,1.27409,0,0,0.594823,0.803857,60,100,1), - (42090,178609,0,755.297,-337.724,139.335,0.767945,0,0,0.374607,0.927184,60,100,1), - (42091,178609,0,728.207,-302.976,139.786,1.0472,0,0,0.5,0.866025,60,100,1), - (42092,178609,0,773.855,-398.191,139.625,-1.39626,0,0,0.642788,-0.766044,60,100,1), - (42093,178609,0,819.066,-272.722,151.079,2.53073,0,0,0.953717,0.300706,60,100,1), - (42094,178609,0,773.523,-230.858,135.745,2.44346,0,0,0.939693,0.34202,60,100,1), - (42097,180712,1,-4001.04,3001.31,0,-0.767945,0,0,-0.374607,0.927184,180,100,1), - (42098,19541,1,1297.68,313.875,25.4999,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (42434,3662,1,-4087.37,-2362.9,108.909,5.99774,0,0,0.142237,-0.989833,25,0,1), - (42435,2413,1,-4066.54,-2365.23,108.91,2.46894,0,0,0.943974,0.33002,25,0,1), - (42437,141812,0,-11719.9,-3324.45,16.3167,-0.296706,0,0,0.147809,-0.989016,450,100,1), - (42438,141859,0,-11313.8,-2518.58,94.4106,2.79253,0,0,0.984808,0.173648,450,100,1), - (42439,153451,0,-10886.6,-2665.34,7.63572,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (42440,142142,0,-11753,-3063.05,13.3587,-1.22173,0,0,-0.573576,0.819152,300,100,1), - (42441,21581,0,-10911.8,-3396.66,83.1401,0.20944,0,0,0.104528,0.994522,900,100,1), - (42442,175745,0,-10975,-3479.04,103.984,-1.98968,0,0,0.838671,-0.544639,900,100,1), - (42443,21582,0,-11077.3,-3425.05,83.1957,0.261799,0,0,0.130526,0.991445,900,100,1), - (42447,153204,0,-11208.4,-2960.47,9.21103,-1.69297,0,0,0.748956,-0.66262,900,100,1), - (42448,153204,0,-11204.4,-2730.92,14.9347,-1.41372,0,0,0.649448,-0.760406,900,100,1), - (42449,153203,0,-11204.6,-2730.84,15.2066,0.034907,0,0,0.017452,0.999848,900,100,1), - (573710,176224,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (42451,153204,0,-11337.3,-2848.63,9.3447,-2.16421,0,0,0.882948,-0.469472,900,100,1), - (42452,153203,0,-11208.5,-2960.48,9.29594,-1.11701,0,0,0.529919,-0.848048,900,100,1), - (573709,176224,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (42454,153203,0,-11337.4,-2848.64,9.61797,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (573708,176224,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (42456,153204,0,-11079.8,-2855.72,10.6925,-2.47837,0,0,0.945519,-0.325568,900,100,1), - (42462,141859,0,-11453.4,-2624.39,36.395,-1.51844,0,0,0.688354,-0.725374,450,100,1), - (42463,153203,0,-11079.8,-2855.81,10.9242,-0.174533,0,0,0.087156,-0.996195,900,100,1), - (573707,176224,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (42465,141812,0,-11815.3,-3377.41,7.89995,0.767945,0,0,0.374607,0.927184,450,100,1), - (42466,141858,0,-11612.1,-3402.23,7.48246,1.48353,0,0,0.67559,0.737277,450,100,1), - (42467,141858,0,-11337.3,-3417.56,11.5386,-1.01229,0,0,0.48481,-0.87462,450,100,1), - (42468,141859,0,-11491.1,-2675.31,7.24377,2.00713,0,0,0.843391,0.5373,450,100,1), - (42469,141812,0,-11763.8,-3049.82,15.8468,0.401426,0,0,0.199368,0.979925,450,100,1), - (42470,141857,0,-11547.5,-2911.63,11.2399,-0.279253,0,0,0.139173,-0.990268,450,100,1), - (42471,141812,0,-11643.2,-3105.75,18.438,3.00197,0,0,0.997564,0.069757,450,100,1), - (42472,141857,0,-10858.8,-2630.63,7.63572,1.90241,0,0,0.814116,0.580703,450,100,1), - (42473,141857,0,-10832.5,-2700.95,7.6357,-1.55334,0,0,0.700909,-0.71325,450,100,1), - (42474,141812,0,-11855.1,-2959.74,10.3145,-2.30383,0,0,0.913545,-0.406737,450,100,1), - (42475,141858,0,-11471.8,-3383.37,9.2671,-2.3911,0,0,0.930418,-0.366501,450,100,1), - (42476,141812,0,-11899.7,-3025.95,21.0243,-0.401426,0,0,0.199368,-0.979925,450,100,1), - (42477,141812,0,-11844.8,-3357.05,7.89991,-1.76278,0,0,0.771625,-0.636078,450,100,1), - (42482,1621,0,-10948.9,-185.265,37.7564,-1.0821,0,0,-0.515036,0.857168,300,100,1), - (42483,1622,0,-11130.1,-77.5629,33.1727,0.279253,0,0,0.139173,0.990268,300,100,1), - (42484,2014,0,-9256.97,-2232.04,63.9334,1.6057,0,0,0.71934,0.694658,7200,100,1), - (42485,32,0,-9366.48,-2472.26,17.0271,-2.28118,-0.118706,-0.071149,0.899253,-0.414959,2,100,1), - (42486,1726,0,-9247.39,-2145.58,63.9334,3.14159,0,0,1,0,2,100,1), - (42487,1807,0,-9101.38,-2034.23,128.651,1.29154,0,0,0.601815,0.798636,7200,100,1), - (42488,2061,0,-9101.38,-2034.23,128.651,1.29154,0,0,0.601815,0.798636,7200,100,1), - (42489,178572,0,-9492.13,-1930.11,78.7398,3.14159,0,0,1,0,7200,100,1), - (42490,2061,0,-9492.13,-1930.11,78.7398,3.14159,0,0,1,0,7200,100,1), - (42491,92703,0,-9248.72,-2174.7,64.0431,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (42492,92458,0,-9599.33,-3499.25,121.956,3.14159,0,0,1,0,7200,100,1), - (42493,2061,0,-9599.33,-3499.25,121.956,3.14159,0,0,1,0,7200,100,1), - (42494,116,0,-9589.39,-1929.77,62.8871,-2.81871,0,0,0.986996,-0.160743,7200,100,1), - (42495,31,0,-9253.08,-3404.9,104.348,0.547548,0.014522,-0.044873,0.27015,0.961662,2,100,1), - (42496,60,0,-9243.42,-2213.92,67.6241,3.14159,0,0,1,0,2,100,1), - (42497,142093,0,-9248.41,-2144.23,63.9334,3.14159,0,0,1,0,7200,100,1), - (42498,157968,0,-9465.61,-2002.43,96.6121,3.14159,0,0,1,0,7200,100,1), - (42499,2061,0,-9465.61,-2002.43,96.6121,3.14159,0,0,1,0,7200,100,1), - (42500,178573,0,-9126.49,-3231.55,101.219,-1.52716,-0.010128,0.039876,-0.690377,0.722279,7200,100,1), - (42501,2061,0,-9126.49,-3231.55,101.219,-1.52716,-0.010128,0.039876,-0.690377,0.722279,7200,100,1), - (42502,1814,0,-9163.2,-3286.05,101.547,3.14159,0,0,1,0,7200,100,1), - (42503,2061,0,-9163.2,-3286.05,101.547,3.14159,0,0,1,0,7200,100,1), - (42504,1810,0,-9199,-2896.18,112.975,3.14159,0,0,1,0,7200,100,1), - (42505,2061,0,-9199,-2896.18,112.975,3.14159,0,0,1,0,7200,100,1), - (42506,113,0,-9590.62,-1929.1,63.4876,1.89368,0,0,0.811574,0.58425,7200,100,1), - (42507,47,0,-9247.36,-2151.6,63.9334,3.14159,0,0,1,0,2,100,1), - (42508,1809,0,-9498,-1905.51,79.3961,3.14159,-0.021815,-0.004362,0.999753,-0.000095,7200,100,1), - (42509,2061,0,-9498,-1905.51,79.3961,3.14159,-0.021815,-0.004362,0.999753,-0.000095,7200,100,1), - (42510,2015,0,-9261.33,-2228.62,63.7668,3.14159,0,0,1,0,7200,100,1), - (42511,1820,0,-9792.47,-2242.62,69.4734,2.88852,0.020713,0.09398,0.987506,0.124783,7200,100,1), - (42512,2061,0,-9792.47,-2242.62,69.4734,2.88852,0.020713,0.09398,0.987506,0.124783,7200,100,1), - (42513,3801,0,-9166.63,-2084.54,88.886,0.602138,0,0,0.296541,0.95502,7200,100,1), - (42514,2061,0,-9166.63,-2084.54,88.886,0.602138,0,0,0.296541,0.95502,7200,100,1), - (42515,3802,0,-9166.86,-2083.67,88.886,1.89368,0,0,0.811574,0.58425,7200,100,1), - (42516,2061,0,-9166.86,-2083.67,88.886,1.89368,0,0,0.811574,0.58425,7200,100,1), - (42517,3801,0,-9167.21,-2120.37,88.886,-0.479966,0,0,-0.237686,0.971342,7200,100,1), - (42518,2061,0,-9167.21,-2120.37,88.886,-0.479966,0,0,-0.237686,0.971342,7200,100,1), - (42519,3802,0,-9166.55,-2119.76,88.886,0.811577,0,0,0.394744,0.918791,7200,100,1), - (42520,2061,0,-9166.55,-2119.76,88.886,0.811577,0,0,0.394744,0.918791,7200,100,1), - (42521,22540,0,-9175.76,-2116.49,88.9573,0.820306,0,0,0.398749,0.91706,7200,100,1), - (42522,22541,0,-9168.06,-2111.56,88.9657,-2.31256,0,0,0.915311,-0.402747,7200,100,1), - (42523,22543,0,-9172.1,-2119.82,88.9573,0.863937,0,0,0.418659,0.908143,7200,100,1), - (42524,22544,0,-9174.03,-2118.11,88.9573,0.846486,0,0,0.410719,0.911762,7200,100,1), - (42525,3816,0,-9205.78,-2060.33,83.0698,0.253072,0,0,0.126198,0.992005,7200,100,1), - (42526,3817,0,-9206.41,-2059.16,78.1529,1.54462,0,0,0.69779,0.716302,7200,100,1), - (42527,3819,0,-9206,-2060.33,78.1529,0.253072,0,0,0.126198,0.992005,7200,100,1), - (42528,2489,0,-9201.26,-2068.48,82.9642,1.56207,0,0,0.704015,0.710185,7200,100,1), - (42529,22665,0,-9204.63,-2062.79,82.892,2.46091,0,0,0.942641,0.333807,7200,100,1), - (42530,22667,0,-9202.71,-2061.83,78.1128,-1.59698,0,0,-0.716302,0.69779,7200,100,1), - (42531,22660,0,-9199.25,-2064.89,82.9642,-2.38238,0,0,0.92881,-0.370557,7200,100,1), - (42532,22661,0,-9199.4,-2068.3,82.9642,2.49582,0,0,0.948324,0.317305,7200,100,1), - (42533,149424,0,-9213.11,-2061.77,78.0966,-1.59698,0,0,-0.716302,0.69779,7200,100,1), - (42534,3815,0,-9206.55,-2059.78,83.0698,-1.93731,0,0,-0.824126,0.566406,7200,100,1), - (42535,3818,0,-9206.77,-2059.78,78.1529,-1.93731,0,0,-0.824126,0.566406,7200,100,1), - (42536,22659,0,-9198.67,-2066.57,82.9642,3.13286,0,0,0.99999,0.004364,7200,100,1), - (42537,22668,0,-9201.69,-2062.61,78.1128,3.11541,0,0,0.999914,0.013089,7200,100,1), - (42538,22666,0,-9206.5,-2063.2,82.892,0.907571,0,0,0.438371,0.898794,7200,100,1), - (42539,22662,0,-9201.22,-2064.69,82.9642,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (42540,3801,0,-9235.17,-2028.74,78.1037,1.87623,0,0,0.806444,0.59131,7200,100,1), - (42541,2061,0,-9235.17,-2028.74,78.1037,1.87623,0,0,0.806444,0.59131,7200,100,1), - (42542,3802,0,-9236.07,-2028.7,78.1037,-3.11541,0,0,0.999914,-0.013089,7200,100,1), - (42543,2061,0,-9236.07,-2028.7,78.1037,-3.11541,0,0,0.999914,-0.013089,7200,100,1), - (42544,22879,0,-9212.89,-2152.8,71.3308,3.06305,0,0,0.999229,0.039259,7200,100,1), - (42545,22854,0,-9214.95,-2145.31,64.3961,-2.26893,0,0,0.906308,-0.422618,7200,100,1), - (42546,22855,0,-9228.66,-2149.66,63.7361,-0.916298,0,0,-0.442289,0.896873,7200,100,1), - (42547,22856,0,-9229.52,-2160.1,63.7666,-0.698131,0,0,-0.34202,0.939693,7200,100,1), - (42548,22860,0,-9212.89,-2150.85,71.3308,-3.14159,0,0,1,-0.000001,7200,100,1), - (42549,22835,0,-9224.99,-2143.59,64.3071,-0.497419,0,0,-0.246153,0.969231,7200,100,1), - (42550,2061,0,-9224.99,-2143.59,64.3071,-0.497419,0,0,-0.246153,0.969231,7200,100,1), - (42551,22836,0,-9193.56,-2154.42,64.7975,3.06305,0,0,0.999229,0.039259,7200,100,1), - (42552,2061,0,-9193.56,-2154.42,64.7975,3.06305,0,0,0.999229,0.039259,7200,100,1), - (42553,22864,0,-9226.35,-2165.27,71.2089,1.45735,0,0,0.665882,0.746057,7200,100,1), - (42554,22832,0,-9223.55,-2143.14,64.3071,2.99324,0,0,0.99725,0.074108,7200,100,1), - (42555,2061,0,-9223.55,-2143.14,64.3071,2.99324,0,0,0.99725,0.074108,7200,100,1), - (42556,22865,0,-9226.19,-2147,71.2089,-1.92859,0,0,-0.821647,0.569997,7200,100,1), - (42557,22834,0,-9226.46,-2143.56,64.3071,-1.58825,0,0,-0.71325,0.70091,7200,100,1), - (42558,2061,0,-9226.46,-2143.56,64.3071,-1.58825,0,0,-0.71325,0.70091,7200,100,1), - (42559,22831,0,-9194.12,-2153.2,64.7975,1.65806,0,0,0.737277,0.675591,7200,100,1), - (42560,2061,0,-9194.12,-2153.2,64.7975,1.65806,0,0,0.737277,0.675591,7200,100,1), - (42561,22880,0,-9222.83,-2146.47,71.3268,-0.017453,0,0,-0.008726,0.999962,7200,100,1), - (42562,22858,0,-9222.76,-2165.33,71.2089,1.67552,0,0,0.743145,0.669131,7200,100,1), - (42563,149048,0,-9239.4,-2160.41,64.3387,-0.008727,0,0,-0.004364,0.99999,7200,100,1), - (42564,22833,0,-9225.59,-2142.23,64.3071,2.05949,0,0,0.857168,0.515038,7200,100,1), - (42565,2061,0,-9225.59,-2142.23,64.3071,2.05949,0,0,0.857168,0.515038,7200,100,1), - (42566,112232,0,-9223.9,-2211.37,66.3003,0.061088,0,0,0.030539,0.999534,7200,100,1), - (42567,179778,0,-9217.12,-2223.13,67.6377,1.5708,0,0,0.707107,0.707107,7200,100,1), - (42568,112200,0,-9229.09,-2201.35,65.2849,0,0,0,0,1,7200,100,1), - (42569,112201,0,-9223.9,-2215.57,66.3003,0,0,0,0,1,7200,100,1), - (42570,112237,0,-9211.06,-2198.57,66.3003,-3.06305,0,0,0.999229,-0.03926,7200,100,1), - (42571,112238,0,-9211.06,-2196.54,66.3003,3.09796,0,0,0.999762,0.021815,7200,100,1), - (42572,112241,0,-9211.06,-2194.37,66.3003,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (42573,112239,0,-9217.19,-2187.24,66.3003,-1.53589,0,0,-0.694658,0.71934,7200,100,1), - (42574,112236,0,-9211.06,-2215.53,66.3003,3.14159,0,0,1,0,7200,100,1), - (42575,112234,0,-9211.06,-2211.33,66.3003,3.14159,0,0,1,0,7200,100,1), - (42576,112235,0,-9211.06,-2213.5,66.3003,-3.0456,0,0,0.998848,-0.047978,7200,100,1), - (42577,179781,0,-9220.4,-2217.56,66.3005,1.5708,0,0,0.707107,0.707107,7200,100,1), - (42578,112215,0,-9228.13,-2200.39,65.2849,-1.65806,0,0,-0.737278,0.67559,7200,100,1), - (42579,179779,0,-9211.28,-2205.23,66.3005,-3.11541,0,0,0.999914,-0.01309,7200,100,1), - (42580,179780,0,-9223.91,-2205.23,66.3005,-0.008726,0,0,-0.004363,0.99999,7200,100,1), - (42581,112204,0,-9228.85,-2213.95,66.3003,-3.0805,0,0,0.999534,-0.030539,7200,100,1), - (42582,112205,0,-9228.85,-2208.5,66.3003,3.14159,0,0,1,0,7200,100,1), - (42583,112231,0,-9223.9,-2213.4,66.3003,-0.07854,0,0,-0.03926,0.999229,7200,100,1), - (42584,160468,0,-9345.64,-2298.73,71.6477,2.89725,0,0,0.992546,0.121869,7200,100,1), - (42585,160469,0,-9351.31,-2298.29,71.6477,0.034907,0,0,0.017453,0.999848,7200,100,1), - (42586,160470,0,-9340.69,-2297.04,71.6,3.06305,0.01308,-0.000514,0.999143,0.039256,7200,100,1), - (42587,148662,0,-9296.94,-3312.67,150.255,0.680678,0,0,0.333807,0.942641,7200,100,1), - (42588,148664,0,-9281.78,-3290.44,150.134,-2.87979,0,0,0.991445,-0.130526,7200,100,1), - (42589,148665,0,-9284.31,-3296.62,150.089,2.77507,0,0,0.983255,0.182235,7200,100,1), - (42590,148659,0,-9280.55,-3312.55,126.081,1.5708,0,0,0.707107,0.707107,7200,100,1), - (42591,148682,0,-9292.85,-3281.86,150.255,-0.890117,0,0,-0.430511,0.902586,7200,100,1), - (42592,148714,0,-9298.01,-3298.39,150.207,-0.122174,0,0,-0.061049,0.998135,7200,100,1), - (42593,148683,0,-9284.14,-3306.36,150.134,2.56563,0,0,0.95882,0.284016,7200,100,1), - (42594,148684,0,-9286.33,-3301.61,150.102,-2.87979,0,0,0.991445,-0.130526,7200,100,1), - (42595,148686,0,-9264.11,-3305.96,141.379,2.67908,0,0,0.973379,0.2292,7200,100,1), - (42596,148680,0,-9278.38,-3315.95,141.379,1.71042,0,0,0.75471,0.656058,7200,100,1), - (42597,148677,0,-9290.47,-3311.86,141.379,0.925025,0,0,0.446198,0.894934,7200,100,1), - (42598,148674,0,-9296.14,-3300.42,141.379,0.139627,0,0,0.069757,0.997564,7200,100,1), - (42599,148658,0,-9295.81,-3314.14,150.255,0.680678,0,0,0.333807,0.942641,7200,100,1), - (42600,148695,0,-9284.58,-3311.71,115.708,1.08211,0,0,0.515038,0.857167,7200,100,1), - (42601,148696,0,-9277.15,-3312.47,115.708,1.68424,0,0,0.746058,0.665881,7200,100,1), - (42602,148694,0,-9272.7,-3287.83,115.708,-2.0944,0,0,0.866026,-0.5,7200,100,1), - (42603,148707,0,-9297.73,-3296.56,150.207,-0.122174,0,0,-0.061049,0.998135,7200,100,1), - (42604,148671,0,-9272.83,-3283.92,141.379,-2.03331,0,0,-0.850352,0.526214,7200,100,1), - (42605,148668,0,-9263.91,-3293.13,141.379,-2.81871,0,0,0.986996,-0.160743,7200,100,1), - (42606,148670,0,-9268.51,-3286.75,141.379,-2.21657,0,0,0.894934,-0.446198,7200,100,1), - (42607,148697,0,-9261.18,-3299.04,150.201,-2.46091,0,0,0.942641,-0.333807,7200,100,1), - (42608,148660,0,-9263.17,-3284.47,150.255,-2.46091,0,0,0.942641,-0.333807,7200,100,1), - (42609,148691,0,-9294.33,-3282.98,150.255,-0.890117,0,0,-0.430511,0.902586,7200,100,1), - (42610,148692,0,-9286.72,-3301.94,115.708,0.375246,0,0,0.186524,0.98245,7200,100,1), - (42611,148693,0,-9275.52,-3298.54,115.708,-2.83616,0,0,0.988361,-0.152123,7200,100,1), - (42612,148669,0,-9266.13,-3316.75,150.255,2.25147,0,0,0.902585,0.430511,7200,100,1), - (42613,148675,0,-9264.66,-3315.63,150.255,2.25147,0,0,0.902585,0.430511,7200,100,1), - (42614,148661,0,-9262.05,-3285.94,150.255,-2.46091,0,0,0.942641,-0.333807,7200,100,1), - (42615,148725,0,-9279.76,-3280.76,150.236,-1.57952,0,0,-0.710186,0.704014,7200,100,1), - (42616,148663,0,-9276.06,-3281.03,150.236,-1.83259,0,0,-0.793353,0.608762,7200,100,1), - (42617,175739,0,-9221.69,-2221.75,68.6782,-1.22173,0,0,0.573576,-0.819152,7200,100,1), - (42618,175745,0,-9238.68,-2152.52,72.1492,0.069813,0,0,0.034899,0.999391,7200,100,1), - (42619,175544,0,-9727,-3187.94,58.6088,-0.366519,0,0,0.182236,-0.983255,7200,100,1), - (42620,121264,0,-9222.03,-2700.6,89.086,2.37365,0,0,0.927184,0.374607,2,100,1), - (42621,2850,0,-9367.5,-3311.05,92.4461,2.25148,0,0,0.902585,0.430511,7200,100,1), - (42622,3695,0,-9371.79,-3082.53,140.675,3.01942,0,0,0.998135,0.061049,7200,100,1), - (42623,3695,0,-9195.45,-2873.63,113.036,-0.436333,0,0,0.21644,-0.976296,7200,100,1), - (42624,3695,0,-9710.18,-3166.36,58.6868,-1.6057,0,0,0.71934,-0.694658,7200,100,1), - (42625,148742,0,-11138.8,522.522,70.5465,1.78896,0,0,0.779885,0.625923,3600,100,1), - (42626,148740,0,-11164.6,539.922,70.5465,0.218166,0,0,0.108867,0.994056,3600,100,1), - (42627,148749,0,-11121.4,548.272,70.5465,-2.92343,0,0,0.994056,-0.108867,3600,100,1), - (42628,148752,0,-11127.6,550.434,61.6705,-2.67908,0,0,0.973379,-0.2292,3600,100,1), - (42629,148754,0,-11136.6,559.489,61.6705,-1.89368,0,0,-0.811574,0.58425,3600,100,1), - (42630,148743,0,-11159.7,545.528,61.6705,-0.139627,0,0,-0.069757,0.997564,3600,100,1), - (42631,148744,0,-11158.5,537.76,61.6705,0.462513,0,0,0.229201,0.973379,3600,100,1), - (42632,148758,0,-11153.8,556.917,61.6705,-0.925024,0,0,-0.446198,0.894934,3600,100,1), - (42633,148767,0,-11132.9,552.932,35.9992,-2.522,0,0,0.952396,-0.304864,3600,100,1), - (42634,148769,0,-11139.2,556.923,35.9992,-1.91986,0,0,-0.819152,0.573577,3600,100,1), - (42635,148748,0,-11127.6,537.666,61.6705,2.81871,0,0,0.986996,0.160743,3600,100,1), - (42636,148728,0,-11135.9,543.114,70.3932,-0.200714,0,0,-0.100188,0.994968,3600,100,1), - (42637,148734,0,-11151.1,527.378,70.5269,1.09956,0,0,0.522498,0.85264,3600,100,1), - (42638,148765,0,-11146.9,545.188,35.9992,-0.15708,0,0,-0.078459,0.996917,3600,100,1), - (42639,148741,0,-11135.7,548.332,70.4254,-1.03847,0,0,-0.496217,0.868199,3600,100,1), - (42640,148766,0,-11154.2,536.855,35.9992,0.584684,0,0,0.288196,0.957571,3600,100,1), - (42641,148745,0,-11155.8,533.301,61.6705,0.645773,0,0,0.317305,0.948324,3600,100,1), - (42642,148774,0,-11137,522.869,70.5465,1.78896,0,0,0.779885,0.625923,3600,100,1), - (42643,148733,0,-11126.9,535.013,70.498,2.55691,0,0,0.957571,0.288197,3600,100,1), - (42644,148755,0,-11121.8,550.091,70.5465,-2.92343,0,0,0.994056,-0.108867,3600,100,1), - (42645,148764,0,-11135.4,543.225,35.9992,3.05433,0,0,0.999048,0.043619,3600,100,1), - (42646,3804,0,-11459.4,1515.44,50.8734,0.558505,0,0,0.275637,0.961262,3600,100,1), - (42647,2061,0,-11459.4,1515.44,50.8734,0.558505,0,0,0.275637,0.961262,3600,100,1), - (42648,3803,0,-11460.2,1515.02,50.8734,-0.733039,0,0,-0.358368,0.93358,3600,100,1), - (42649,2061,0,-11460.2,1515.02,50.8734,-0.733039,0,0,-0.358368,0.93358,3600,100,1), - (42650,175756,0,-10508,1024.06,61.6208,1.55334,0,0,0.700909,0.71325,3600,100,1), - (42651,175740,0,-10636.5,1176.63,35.4641,3.05433,0,0,0.999048,0.043619,1,100,1), - (42652,175738,0,-10103.8,1040.5,43.1785,2.60054,0,0,0.96363,0.267238,3600,100,1), - (42653,2724,0,-10755.6,1668.06,45.2371,-2.04204,0,0,0.85264,-0.522498,300,100,1), - (42654,2724,0,-10227.1,1052.83,37.7072,1.37881,0,0,0.636078,0.771625,300,100,1), - (42655,2724,0,-10018.7,1812.27,37.7998,-1.309,0,0,0.608761,-0.793353,300,100,1), - (42656,2724,0,-10448.9,1773.64,35.1405,2.93215,0,0,0.994522,0.104528,300,100,1), - (42657,2724,0,-11014.9,1661.04,42.4364,-0.506145,0,0,0.25038,-0.968148,300,100,1), - (42658,2724,0,-11029.1,1419.98,43.6576,0.139626,0,0,0.069756,0.997564,300,100,1), - (42659,2724,0,-9810.29,1590.95,39.8811,1.44862,0,0,0.66262,0.748956,300,100,1), - (42660,2724,0,-10313.9,1234.5,38.3061,-1.18682,0,0,0.559193,-0.829037,300,100,1), - (42661,2724,0,-9754.98,1203.31,40.9789,2.25148,0,0,0.902585,0.430511,300,100,1), - (42662,1166,0,-10672.2,1748.32,40.5583,-0.959931,0,0,0.461749,-0.887011,1,100,1), - (42663,3643,0,-10957,1563.67,45.6177,-2.46091,0,0,0.942641,-0.333807,1,100,1), - (42666,176573,0,-11416.7,1948.7,10.9535,-0.872665,0,0,0.422618,-0.906308,3600,100,1), - (42673,290,0,-9849.81,1290.18,41.887,-0.802851,0,0,0.390731,-0.920505,1,100,1), - (42674,3662,0,-11214.6,1549.68,34.4351,2.58309,0,0,0.961262,0.275637,3600,100,1), - (42675,3705,0,-11280.2,1512.85,37.6001,-2.6529,0,0,0.970296,-0.241922,3600,100,1), - (42676,3705,0,-11176.7,1518.9,19.5604,0.296706,0,0,0.147809,0.989016,3600,100,1), - (42677,123214,0,-11125,552.153,70.4333,-2.93215,0,0,0.994522,-0.104529,1,100,1), - (42678,124072,0,-11125,552.153,70.4333,-2.93215,0,0,0.994522,-0.104529,3600,100,1), - (42679,3662,0,-10994.1,2096.65,0.014037,-1.6057,0,0,0.71934,-0.694658,3600,100,1), - (42680,106319,0,-10479.1,1932.18,7.63419,1.74533,0,0,0.766044,0.642788,3600,100,1), - (42681,106319,0,-11072.2,1512.31,42.9444,3.12414,0,0,0.999962,0.008727,3600,100,1), - (42682,3662,0,-9633.56,1594.26,0.009919,-0.122173,0,0,0.061049,-0.998135,3600,100,1), - (42683,3662,0,-10062.7,1689.69,34.9306,-2.23402,0,0,0.898794,-0.438371,3600,100,1), - (42684,2849,0,-11331.1,1732.21,38.4692,-1.09956,0,0,0.522499,-0.85264,3600,100,1), - (42685,19019,0,-10036,1945.72,0.043373,1.20428,0,0,0.566406,0.824126,3600,100,1), - (42686,3662,0,-10990.8,1473.42,43.2017,-0.785398,0,0,0.382683,-0.92388,3600,100,1), - (42687,3662,0,-10178.1,2022.71,5.62225,-2.96706,0,0,0.996195,-0.087156,3600,100,1), - (42688,1621,0,-10585.6,1153.83,39.8396,1.88496,0,0,0.809018,0.587783,300,100,1), - (42689,2045,0,-9705.45,1738.62,-16.9369,1.64061,0,0,0.731354,0.681998,300,100,1), - (42690,2045,0,-9504.94,1420.12,-17.7375,1.76278,0,0,0.771624,0.636079,300,100,1), - (42691,1618,0,-10241.4,1770.12,36.702,0.401426,0,0,0.199368,0.979925,300,100,1), - (42692,2045,0,-10576.6,2132.65,-5.98227,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (42693,180655,0,-10790.8,2126.85,0,1.27409,0,0,0.594823,0.803857,3600,100,1), - (42694,180582,0,-9801.39,1766.6,0,-0.087267,0,0,-0.0436197,0.999048,3600,100,1), - (42695,180582,0,-11243.9,2021.24,0,2.23402,0,0,0.898794,0.438372,3600,100,1), - (42696,180655,0,-10549.4,2127.94,0,1.91986,0,0,0.819151,0.573577,3600,100,1), - (42697,180582,0,-10326.1,2091.91,0,2.96706,0,0,0.996195,0.0871556,3600,100,1), - (42698,180582,0,-10411.3,2116.25,0,0.506145,0,0,0.25038,0.968148,3600,100,1), - (42699,2724,0,-10679.8,1750.2,39.4916,-0.959931,0,0,0.461749,-0.887011,300,100,1), - (42700,2724,0,-10177.7,1195.3,36.808,1.5708,0,0,0.707107,0.707107,300,100,1), - (42701,2724,0,-9876.95,1327.05,43.0019,-0.698132,0,0,0.34202,-0.939693,300,100,1), - (42702,2724,0,-9983.83,1196.93,41.124,-2.00713,0,0,0.843391,-0.5373,300,100,1), - (42703,2724,0,-10133.7,1745.75,31.7093,0.663225,0,0,0.325568,0.945519,300,100,1), - (42704,2724,0,-9874.4,1306.96,43.0079,2.00713,0,0,0.843391,0.5373,300,100,1), - (42705,2724,0,-9711.59,1046.76,35.325,0.610865,0,0,0.300706,0.953717,300,100,1), - (42713,3662,0,-10815.4,1327.02,34.0955,1.25664,0,0,0.587785,0.809017,3600,100,1), - (42714,3705,0,-11309.9,1714.72,37.5294,-2.6529,0,0,0.970296,-0.241922,3600,100,1), - (42715,3705,0,-10883.2,1981.65,38.6544,-1.15192,0,0,0.544639,-0.838671,3600,100,1), - (42716,3662,0,-10558.6,1964.51,35.0131,-2.42601,0,0,0.936672,-0.350207,3600,100,1), - (42717,3662,0,-11006.8,2041.88,10.6006,-2.86234,0,0,0.990268,-0.139173,3600,100,1), - (42718,106319,0,-9946.81,1477.11,39.8371,-1.58825,0,0,0.71325,-0.700909,3600,100,1), - (42719,106319,0,-10144.1,1745.59,31.6711,-1.15192,0,0,0.544639,-0.838671,3600,100,1), - (42720,1619,0,-11451,1469.53,61.3521,-0.680679,0,0,-0.333807,0.942641,300,100,1), - (42721,1622,0,-10728.3,1725.82,42.8853,1.98968,0,0,0.838672,0.544637,300,100,1), - (42722,2724,0,-9866.77,1286.17,41.3612,-2.77507,0,0,0.983255,-0.182235,300,100,1), - (42723,2724,0,-10184,1274.15,37.2337,-2.67035,0,0,0.97237,-0.233445,300,100,1), - (42724,2724,0,-10292.2,1405.87,40.1184,-0.453786,0,0,0.224951,-0.97437,300,100,1), - (42725,2724,0,-10637.2,1792.82,32.9354,2.44346,0,0,0.939693,0.34202,300,100,1), - (42726,2724,0,-10558,1964.81,35.0003,-3.10669,0,0,0.999848,-0.017452,300,100,1), - (42727,2724,0,-11107.7,780.983,36.6786,0.628319,0,0,0.309017,0.951057,300,100,1), - (42728,2724,0,-10735.1,1685.64,45.71,-0.907571,0,0,0.438371,-0.898794,300,100,1), - (42729,2724,0,-10662.3,1792.56,35.8383,1.91986,0,0,0.819152,0.573576,300,100,1), - (42730,2724,0,-10997.9,1882.23,41.3795,2.02458,0,0,0.848048,0.529919,300,100,1), - (42733,3705,0,-11115.7,564.248,32.7555,1.58825,0,0,0.71325,0.700909,3600,100,1), - (42734,2849,0,-11151,730.26,33.5383,2.35619,0,0,0.92388,0.382683,3600,100,1), - (42735,3662,0,-11457,1521.76,50.9323,1.46608,0,0,0.669131,0.743145,3600,100,1), - (42736,106319,0,-10758.8,896.878,35.9566,-1.78024,0,0,0.777146,-0.62932,3600,100,1), - (42737,3705,0,-10658.4,993.572,32.8741,1.0472,0,0,0.5,0.866025,3600,100,1), - (42738,106319,0,-11027.1,1661.24,42.6791,-2.47837,0,0,0.945519,-0.325568,3600,100,1), - (42739,106319,0,-9992.27,1452.8,41.4762,2.68781,0,0,0.97437,0.224951,3600,100,1), - (42740,2045,0,-11239.5,2079.09,-10.3704,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (42741,1622,0,-10128.7,1063.89,36.2835,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (42742,2724,0,-9916.3,1195.9,42.1551,2.61799,0,0,0.965926,0.258819,300,100,1), - (42743,2724,0,-9750.42,1200.72,40.9789,0.802851,0,0,0.390731,0.920505,300,100,1), - (42744,2724,0,-10619.7,1952.76,37.6884,-1.0821,0,0,0.515038,-0.857167,300,100,1), - (42745,2724,0,-11325.2,1734.76,38.1712,-1.67552,0,0,0.743145,-0.669131,300,100,1), - (42746,2724,0,-11139.8,892.258,38.7149,0.226893,0,0,0.113203,0.993572,300,100,1), - (42747,2724,0,-10179,1192.37,37.9645,-0.244346,0,0,0.121869,-0.992546,300,100,1), - (42748,2849,0,-11195.7,1593.99,28.9737,-1.44862,0,0,0.66262,-0.748956,3600,100,1), - (42749,106319,0,-9584.66,1508.62,-2.25849,-2.72271,0,0,0.978148,-0.207912,3600,100,1), - (42750,3662,0,-9741.55,1185.91,41.191,0.226893,0,0,0.113203,0.993572,3600,100,1), - (42751,19017,0,-11485,2019.67,-24.0839,0.698132,0,0,0.34202,0.939693,3600,100,1), - (42752,19019,0,-10949.5,1572.38,46.9775,-2.16421,0,0,0.882948,-0.469472,3600,100,1), - (42753,1618,0,-10568.1,834.061,45.3067,3.01942,0,0,0.998135,0.0610484,300,100,1), - (42754,1621,0,-11382.5,1712.27,34.3837,-2.60054,0,0,-0.96363,0.267239,300,100,1), - (42755,1617,0,-11244.6,1461.82,89.0313,0.05236,0,0,0.026177,0.999657,300,100,1), - (42756,1620,0,-10346.7,1661.32,34.2802,-1.20428,0,0,-0.566407,0.824125,300,100,1), - (42757,1621,0,-10707,819.448,38.7905,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (42758,1617,0,-10025.3,1585.59,41.4551,0.139626,0,0,0.0697563,0.997564,300,100,1), - (42759,1622,0,-10954.4,1538,44.3892,-2.32129,0,0,-0.91706,0.398748,300,100,1), - (42760,1622,0,-9982.7,1443.37,43.6065,-3.03687,0,0,-0.998629,0.0523374,300,100,1), - (42761,2045,0,-9765.43,1841.31,-16.9369,-0.191986,0,0,-0.0958456,0.995396,300,100,1), - (42762,1620,0,-10385.4,1511.15,40.8489,-0.331612,0,0,-0.165047,0.986286,300,100,1), - (42763,1622,0,-10678.4,1114.52,34.4814,-0.872665,0,0,-0.422618,0.906308,300,100,1), - (42764,2045,0,-11425.1,1873.62,-14.6076,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (42765,1620,0,-11154,589.96,36.4083,0.453786,0,0,0.224951,0.97437,300,100,1), - (42766,2045,0,-10913.7,2149.42,-3.98935,2.94961,0,0,0.995396,0.095844,300,100,1), - (42767,2045,0,-9560.01,1111.49,-9.92492,-1.36136,0,0,-0.629322,0.777145,300,100,1), - (42768,2724,0,-9912.09,1224.92,42.2841,-1.22173,0,0,0.573576,-0.819152,300,100,1), - (42769,2724,0,-10646.9,1382.07,41.3108,-0.069813,0,0,0.034899,-0.999391,300,100,1), - (42770,2724,0,-11030.5,780.767,36.9739,-0.994838,0,0,0.477159,-0.878817,300,100,1), - (42771,2724,0,-10281,1387.52,40.0853,-2.63545,0,0,0.968148,-0.25038,300,100,1), - (42772,2724,0,-9881.79,1024.43,32.7513,0.610865,0,0,0.300706,0.953717,300,100,1), - (42773,2724,0,-9857.87,1264.05,40.9883,0.715585,0,0,0.350207,0.936672,300,100,1), - (42774,2724,0,-9833.09,1037.05,33.119,-0.942478,0,0,0.453991,-0.891006,300,100,1), - (42776,2724,0,-9839.89,948.362,29.1304,-3.10669,0,0,0.999848,-0.017452,300,100,1), - (42777,2724,0,-10117.3,1063.9,36.7115,2.94961,0,0,0.995396,0.095846,300,100,1), - (42778,2724,0,-10191.9,1043.57,36.4252,0.541052,0,0,0.267238,0.96363,300,100,1), - (42779,1620,0,-11000.8,866.014,36.2081,-3.07178,0,0,-0.999391,0.0348993,300,100,1), - (42780,1618,0,-11002.8,1153.5,39.7658,1.16937,0,0,0.551937,0.833886,300,100,1), - (42781,2724,0,-10221.6,1445.29,40.6156,-0.418879,0,0,0.207912,-0.978148,300,100,1), - (42782,1620,0,-11019.1,2025.29,10.9935,2.98451,0,0,0.996917,0.0784606,300,100,1), - (42783,1619,0,-11292.6,1869.2,37.1779,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (42784,1621,0,-10209.2,1704.51,33.2407,-1.309,0,0,-0.608763,0.793352,300,100,1), - (42785,1619,0,-9778.02,1586.12,39.4332,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (42786,1620,0,-9609.96,1027.01,7.99688,-2.89725,0,0,-0.992546,0.121868,300,100,1), - (42787,2724,0,-9825.56,1259.95,41.3516,-1.15192,0,0,0.544639,-0.838671,300,100,1), - (42788,106319,0,-10311.4,1228.23,37.501,-0.453786,0,0,0.224951,-0.97437,3600,100,1), - (42789,105568,0,-10647.8,1116.43,35.6134,-1.71042,0,0,0.75471,-0.656059,3600,100,1), - (42790,2724,0,-10258,1389.76,39.3324,0.20944,0,0,0.104528,0.994522,300,100,1), - (42791,2724,0,-9849.3,1027.01,33.0296,-2.98451,0,0,0.996917,-0.078459,300,100,1), - (42792,2724,0,-10258.5,1522.81,39.6263,-2.44346,0,0,0.939693,-0.34202,300,100,1), - (42793,2413,0,-8716.9,1049.97,96.0077,2.33001,0,0,0.918791,0.394743,120,0,0), - (42794,2413,0,-8719.39,1049.55,96.0077,0.794124,0,0,0.38671,0.922201,120,0,0), - (42795,2413,0,-8704.69,1049.75,95.9989,-0.82903,0,0,-0.402746,0.915312,120,0,0), - (42796,2413,0,-8702.5,1049.67,95.9989,-2.36492,0,0,0.92554,-0.378649,120,0,0), - (42797,2413,0,-8702.46,1047.57,95.9989,2.31256,0,0,0.915312,0.402746,120,0,0), - (42798,2413,0,-8704.62,1047.45,95.9989,0.776672,0,0,0.378649,0.925541,120,0,0), - (42799,2413,0,-8843.11,1080.57,95.2111,-1.27409,0,0,-0.594823,0.803857,120,0,0), - (42800,2413,0,-8720.9,1051.01,96.0077,0.794124,0,0,0.38671,0.922201,120,0,0), - (42801,2413,0,-8720.49,1053.53,96.0077,-0.82903,0,0,-0.402746,0.915312,120,0,0), - (42802,2413,0,-8718.16,1053.77,96.0077,-2.34747,0,0,0.922201,-0.386711,120,0,0), - (42803,2413,0,-8716.78,1052.48,96.0077,-2.34747,0,0,0.922201,-0.386711,120,0,0), - (42804,2413,0,-8843.8,1087.69,95.2111,-2.89725,0,0,0.992546,-0.121869,120,0,0), - (42805,2413,0,-8841.89,1076.86,95.2111,1.8675,0,0,0.803857,0.594823,120,0,0), - (42806,2413,0,-8841.14,1078.94,95.2111,-2.89725,0,0,0.992546,-0.121869,120,0,0), - (42807,2413,0,-8859.68,821.753,98.354,-2.46964,0,0,0.944089,-0.329691,120,0,0), - (42808,2413,0,-8861.97,819.848,98.354,0.671952,0,0,0.329691,0.944089,120,0,0), - (42809,2413,0,-8857.95,865.658,99.6507,-2.47837,0,0,0.945518,-0.325568,120,0,0), - (42810,2413,0,-8858.18,856.268,99.6084,-1.68424,0,0,-0.746058,0.665881,120,0,0), - (42811,2413,0,-8861.44,854.283,99.6084,-0.113445,0,0,-0.056692,0.998392,120,0,0), - (42812,2413,0,-8858.79,851.646,99.6084,1.57952,0,0,0.710185,0.704015,120,0,0), - (42813,2413,0,-9076.53,836.782,108.423,0.349067,0,0,0.173649,0.984808,120,0,0), - (42814,2413,0,-9070.64,831.409,108.423,-1.18682,0,0,-0.559192,0.829038,120,0,0), - (42815,2413,0,-9075.87,839.091,108.423,-1.18682,0,0,-0.559192,0.829038,120,0,0), - (42816,2413,0,-9084.21,822.609,115.678,1.90241,0,0,0.814115,0.580703,120,0,0), - (42817,2413,0,-9087.25,814.73,115.678,0.366519,0,0,0.182236,0.983255,120,0,0), - (42818,2413,0,-9076.9,820.727,108.423,-1.23918,0,0,-0.580703,0.814115,120,0,0), - (42819,2413,0,-9077.67,818.802,108.423,0.366519,0,0,0.182236,0.983255,120,0,0), - (42820,2413,0,-9086.42,816.854,115.678,-1.23918,0,0,-0.580703,0.814115,120,0,0), - (42821,2413,0,-9093.92,835.672,115.678,1.90241,0,0,0.814115,0.580703,120,0,0), - (42822,2413,0,-9085.34,825.551,115.678,-1.23918,0,0,-0.580703,0.814115,120,0,0), - (42823,2413,0,-9088.41,832.583,115.678,-1.23918,0,0,-0.580703,0.814115,120,0,0), - (42824,2413,0,-9073.92,839.838,108.423,-1.18682,0,0,-0.559192,0.829038,120,0,0), - (42825,2413,0,-9082.61,829.7,108.423,0.383972,0,0,0.190809,0.981627,120,0,0), - (42826,2413,0,-9084.33,815.84,115.678,-2.77507,0,0,0.983255,-0.182235,120,0,0), - (42827,2413,0,-9087.19,829.712,115.678,1.90241,0,0,0.814115,0.580703,120,0,0), - (42828,2413,0,-9072.42,836.41,108.423,1.95477,0,0,0.829038,0.559193,120,0,0), - (42829,2413,0,-9074.4,835.579,108.423,1.95477,0,0,0.829038,0.559193,120,0,0), - (42830,2413,0,-9072.51,830.595,108.423,-1.18682,0,0,-0.559192,0.829038,120,0,0), - (42831,2413,0,-9071.92,838.498,108.423,-2.80998,0,0,0.986286,-0.165047,120,0,0), - (42832,2413,0,-9078.49,829.071,108.423,-2.75762,0,0,0.981627,-0.190809,120,0,0), - (42833,2413,0,-9086.18,823.716,115.678,0.36652,0,0,0.182236,0.983255,120,0,0), - (42834,2413,0,-9073.26,828.164,108.423,0.349067,0,0,0.173649,0.984808,120,0,0), - (42835,2413,0,-9079.09,831.018,108.423,-2.75762,0,0,0.981627,-0.190809,120,0,0), - (42836,2413,0,-9031.5,853.676,107.114,-1.213,0,0,-0.569997,0.821647,120,0,0), - (42837,2413,0,-9030.18,850.778,107.114,1.92859,0,0,0.821647,0.569997,120,0,0), - (42838,2413,0,-9028.44,846.872,107.114,-1.02102,0,0,-0.488621,0.872496,120,0,0), - (42839,2413,0,-9026.85,843.907,107.114,2.12057,0,0,0.872496,0.488622,120,0,0), - (42840,2413,0,-9034.79,837.918,107.114,2.14676,0,0,0.878817,0.477159,120,0,0), - (42841,2413,0,-9036.78,840.762,107.114,-0.994837,0,0,-0.477159,0.878817,120,0,0), - (42842,2413,0,-9074.96,819.786,108.423,-2.77507,0,0,0.983255,-0.182235,120,0,0), - (42843,2413,0,-9069.08,827.884,108.423,1.95477,0,0,0.829038,0.559193,120,0,0), - (42844,2413,0,-9068.53,830.029,108.423,-2.80998,0,0,0.986286,-0.165047,120,0,0), - (42845,2413,0,-9071.09,826.996,108.423,1.95477,0,0,0.829038,0.559193,120,0,0), - (42846,2413,0,-9081.79,827.786,108.423,0.383972,0,0,0.190809,0.981627,120,0,0), - (42847,2413,0,-9081.58,832.045,108.423,-1.23918,0,0,-0.580703,0.814115,120,0,0), - (42848,2413,0,-9093.04,837.804,115.678,-2.77507,0,0,0.983255,-0.182236,120,0,0), - (42849,2413,0,-9089.19,830.856,115.678,0.36652,0,0,0.182236,0.983255,120,0,0), - (42850,2413,0,-9096.14,836.811,115.678,0.36652,0,0,0.182236,0.983255,120,0,0), - (42851,2413,0,-9079.69,826.848,108.423,1.02102,0,0,0.488621,0.872496,120,0,0), - (42852,2413,0,-8858.19,863.523,99.6415,2.23402,0,0,0.898794,0.438372,120,0,0), - (42853,3662,0,-8666,948.621,104.315,0.055,0,0,-0.358368,0.93358,120,0,1), - (42854,3662,0,-8665,946.653,102.944,0.055,0,0,-0.358368,0.93358,120,0,1), - (42855,3662,0,-8712,1004.73,96.817,1.363,0,0,0.630085,0.776526,120,0,1), - (42856,3705,0,-8700,1052.82,95.986,-3,0,0,-0.999391,0.0349,120,100,1), - (42857,3705,0,-8840,819.683,98.771,0.628,0,0,0.309017,0.951056,120,100,1), - (42858,3705,0,-9037,877.856,110.196,-1,0,0,-0.469471,0.882948,120,100,1), - (42859,23296,0,-8980.3,823.3,113,2.286,0,0,0.858475,0.512855,120,0,0), - (42861,23299,0,-8898,909.436,110.7,-1,0,0,-0.515038,0.857167,120,0,0), - (42862,23299,0,-8707,909.093,102.03,0.681,0,0,0.333807,0.942642,120,0,0), - (42863,24388,0,-8939.37,963.451,117.423,-0.689405,0,0,-0.337917,0.941176,120,0,0), - (42864,24388,0,-8934.69,955.004,117.235,1.27409,0,0,0.594823,0.803857,120,0,0), - (42865,24388,0,-8939.01,958.188,117.188,0.462513,0,0,0.229201,0.973379,120,0,0), - (42866,24715,0,-8825.26,958.985,98.9105,0,0,0,-0.426569,0.904455,120,0,0), - (42867,24715,0,-8727.75,894.541,101,0,0,0,0.337917,0.941176,120,0,0), - (42868,24715,0,-8706.5,867.59,96.763,0,0,0,0.337917,0.941176,120,0,0), - (42869,25338,0,-8688,885.325,103.556,2.243,0,0,0.900698,0.434446,120,0,0), - (42870,25339,0,-8667,880.121,109.421,2.243,0,0,0.900698,0.434446,120,0,0), - (42871,25339,0,-8688,863.742,109.421,2.243,0,0,0.900698,0.434446,120,0,0), - (42872,25341,0,-8704,926.338,113.227,-1,0,0,-0.434445,0.900698,120,0,0), - (42873,25341,0,-8791,935.929,112.986,-2,0,0,0.944089,-0.329691,120,0,0), - (42874,25341,0,-8807,956.344,112.986,-2,0,0,0.944089,-0.329691,120,0,0), - (42875,25342,0,-8704,904.836,108.535,-1,0,0,-0.434445,0.900698,120,0,0), - (42876,25342,0,-8812,935.573,108.294,-2,0,0,0.944089,-0.329691,120,0,0), - (42877,25348,0,-8864,943.259,114.328,0.506,0,0,0.25038,0.968148,120,0,0), - (42878,25348,0,-8851,920.186,114.328,0.506,0,0,0.25038,0.968148,120,0,0), - (42879,28035,0,-8706.7,866.008,96.167,0,0,0,0.904455,0.426568,120,0,0), - (42880,31408,0,-8980,1032.2,100.544,5.219,0,0,0,0,120,0,0), - (42881,92015,0,-8973.05,1043.72,52.8631,2,0,0,0.944993,-0.327091,25,0,1), - (573706,176224,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573705,176224,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573704,176224,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (573703,176224,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (573702,176224,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573701,176224,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (42888,176325,329,3585.5,-3000.15,125,2.19912,0,0,0.891007,0.453991,180,100,1), - (42890,103811,0,-8998,874.961,148.72,0.340339,0,0,0.169349,0.985556,120,0,0), - (42891,103811,0,-8996.6,871.905,148.72,3.14159,0,0,1,0,120,0,0), - (42892,103811,0,-9015.59,862.672,148.72,0.794126,0,0,0.386711,0.922201,120,0,0), - (42893,103811,0,-9006.84,882.802,148.72,-0.061087,0,0,-0.030539,0.999534,120,0,0), - (42894,103811,0,-8999.93,877.17,29.7392,0.671952,0,0,0.329691,0.944089,120,0,0), - (42895,103811,0,-9006.42,859.194,29.7392,-2.46964,0,0,0.944089,-0.329691,120,0,0), - (42896,103811,0,-9004.77,860.183,148.72,1.90241,0,0,0.814115,0.580703,120,0,0), - (42897,105174,0,-8986,863.658,30.635,4.752,0,0,0.692892,-0.721041,120,0,1), - (42898,105175,0,-8986,863.658,30.635,3.428,0,0,0.989775,-0.142637,120,0,1), - (42899,140911,0,-8695.25,840.727,99.7325,3.142,0,0,0,0,120,100,1), - (42900,142075,0,-8797,1083.48,90.208,-1,0,0,-0.410719,0.911762,120,0,0), - (42901,175727,0,-8832,1088.1,97.004,3.037,0,0,0.99863,0.052336,120,0,0), - (42902,175729,0,-8861,821.677,99.456,0.977,0,0,0.469472,0.882948,120,0,0), - (42903,175730,0,-8729,1107.63,94.33,-1,0,0,0.366501,-0.930418,120,0,0), - (42904,175758,0,-8860,820.548,99.463,0.07,0,0,0.034899,0.999391,120,0,0), - (42905,176573,0,-8760,1117.5,110.842,2.478,0,0,0.945519,0.325568,120,0,0), - (42906,176573,0,-8999,852.309,105.596,0.873,0,0,0.422618,0.906308,120,0,0), - (42907,177272,0,-8753.33,1106.74,92.2191,5.7876,0,0,0.245266,-0.969456,120,100,1), - (42908,177272,0,-8760.01,1106.03,92.7206,3.34736,0,0,0.994712,-0.102705,120,100,1), - (42909,177272,0,-8759.24,1111.3,92.6899,2.2321,0,0,0.898373,0.439233,120,100,1), - (42910,177272,0,-8755.33,1103.32,92.2695,5.13337,0,0,0.543759,-0.839242,120,100,1), - (42911,2163,0,-8957.49,888.772,108.748,-2.53073,0,0,0.953717,-0.300706,180,100,0), - (42912,1618,0,19.8344,1294.69,62.4714,3.00197,0,0,0.997564,0.0697546,300,100,1), - (42914,105174,0,-8987.37,862.753,30.6276,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (42915,105175,0,-8984.55,861.033,30.6693,2.72271,0,0,0.978148,0.207912,180,100,1), - (42916,105174,0,-8986.73,862.93,30.6484,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (42917,105175,0,-8985.31,860.86,30.704,2.67035,0,0,0.97237,0.233445,180,100,1), - (42918,105174,0,-8987.15,861.843,30.6623,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (42919,105175,0,-8985.57,860.344,30.7109,3.08923,0,0,0.999657,0.026177,180,100,1), - (42920,2167,0,-9005.54,948.967,118.524,2.61799,0,0,0.965926,0.258819,180,100,0), - (42921,2162,0,-8882.87,813.153,93.5343,2.97579,0,0,0.996565,0.082808,180,100,0), - (42922,2164,0,-8943.47,981.937,123.953,-0.942478,0,0,-0.453991,0.891007,180,100,0), - (42923,10220,0,-8860.45,863.904,99.6391,0.663226,0,0,0.325568,0.945518,180,100,0), - (42924,176573,0,-8812,808.697,126.444,1.16937,0,0,0.551937,0.833886,180,100,0), - (42931,3705,0,-8841.06,822.494,98.8119,0.628319,0,0,0.309017,0.951057,180,100,1), - (42934,2141,0,-8728.06,892.761,101.164,2.2602,0,0,0.904455,0.426568,180,100,0), - (42935,140911,0,-8692.42,844.004,98.6852,2.28638,0,0,0.909961,0.414693,180,100,1), - (42936,23301,0,-8808,938.99,101.841,-0.90757,0,0,-0.438371,0.898794,180,100,0), - (42938,3705,0,-8782.52,926.32,100.376,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (42945,1561,0,-8830.35,985.121,98.8379,-2.82743,0,0,0.987688,-0.156434,180,100,0), - (42946,24760,0,-8882.17,1083.55,92.411,-0.506144,0,0,-0.250379,0.968148,180,100,0), - (42957,106319,0,145.562,1541.99,114.415,1.81514,0,0,0.788011,0.615662,7200,100,1), - (42959,176327,329,3818.4,-3693.32,144.242,0.261799,0,0,0.130526,0.991445,180,100,1), - (42962,1617,0,1204.6,1263.11,42.5633,-0.436333,0,0,-0.21644,0.976296,300,100,1), - (42963,1620,0,1189,1038.54,36.0202,2.07694,0,0,0.861629,0.507539,300,100,1), - (42964,1619,0,817.288,1517.61,41.1745,-1.15192,0,0,-0.54464,0.83867,300,100,1), - (42965,1619,0,757.613,1514.36,53.8668,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (42968,1621,0,-38.9839,1064.54,63.8401,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (42970,1619,0,463.334,1359.06,94.2735,2.3911,0,0,0.930417,0.366502,300,100,1), - (42972,175824,329,3524.5,-3375.93,132.258,-0.174117,0.034767,0.003042,-0.087103,0.995588,180,100,1), - (42973,1621,0,-205.826,1116.79,56.9068,1.50098,0,0,0.681997,0.731355,300,100,1), - (42974,1621,0,-496.818,675.509,88.2723,-0.139626,0,0,-0.0697563,0.997564,300,100,1), - (42975,1621,0,-473.732,911.782,93.7703,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (42976,2034,0,2374.4,1263.28,29.9549,2.7838,0,0,0.984041,0.177944,900,100,1), - (42977,2035,0,2373.78,1264.78,31.3421,1.213,0,0,0.569997,0.821647,900,100,1), - (42978,1655,0,2029.8,52.2057,33.867,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (42979,1663,0,2217.72,259.555,34.2424,2.11185,0,0,0.870356,0.492424,900,100,1), - (42980,1664,0,2037.23,157.224,33.8977,0.741765,0,0,0.362438,0.932008,900,100,1), - (42981,1665,0,2028.6,53.3481,33.8673,0,0,0,0,1,900,100,1), - (42982,1871,0,2530.24,-902.411,56.7375,2.04204,-0.026638,0.031664,0.851641,0.522489,900,100,1), - (42984,2061,289,242.415,71.5593,110.012,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (42985,177383,289,111.629,67.163,99.1106,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,7200,100,1), - (43045,180523,1,1635.93,-4443.07,16.0593,0.645772,0,0,0.317305,0.948324,5,100,1), - (43046,180523,1,340.696,-4697.91,16.7286,-0.279253,0,0,0.139173,-0.990268,5,100,1), - (37871,180434,0,1758.89,513.276,35.8655,1.28897,0,0,0.600788,0.799409,300,0,1), - (43053,180523,0,1645.08,218.875,-42.7976,0.069813,0,0,0.034899,0.999391,5,100,1), - (43054,180523,0,2269.13,249.087,34.9444,0.244346,0,0,0.121869,0.992546,5,100,1), - (37869,180432,0,1712.63,507.05,38.2495,1.58824,0,0,0.713246,0.700914,300,100,1), - (37868,180432,0,1749.28,507.611,39.2312,1.49635,0,0,0.680301,0.732933,300,100,1), - (37867,180432,0,1732.17,474.856,61.6567,1.52646,0,0,0,0,300,100,1), - (37881,180406,0,1719.67,522.979,36.8828,3.30702,0,0,0.996581,-0.0826182,300,100,1), - (43063,180431,0,1642.02,239.837,62.5916,1.97222,0,0,0.833886,0.551937,180,100,1), - (37880,180406,0,1728,475.099,63.6779,3.49316,0,0,0.98459,-0.174878,300,100,1), - (43078,180523,0,-5584.79,-539.93,404.089,-0.663225,0,0,0.325568,-0.945519,2,100,1), - (43079,180523,0,-4839.18,-863.865,510.518,2.86234,0,0,0.990268,0.139173,2,100,1), - (37879,180405,0,1746.07,517.066,38.936,3.40519,0,0,0.991327,-0.131419,300,100,1), - (37870,180433,0,1734.04,504.05,42.2861,1.4131,0,0,0.649213,0.760607,300,100,1), - (43082,158562,230,547.474,-155.238,-35.6229,1.45735,0,0,0.665882,0.746057,600,100,1), - (43083,140375,230,640.006,-154.601,-37.0031,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (43084,174412,230,574.867,-100.646,-45.0247,-0.584685,0,0,-0.288196,0.957571,600,100,1), - (43085,174541,230,840.824,-337.855,-50.2247,-0.645772,0,0,-0.317305,0.948324,600,100,1), - (43086,174442,230,715.072,49.5606,-45.0064,-1.53589,0,0,-0.694658,0.71934,600,100,1), - (43087,174455,230,827.847,-172.382,-49.7396,3.14159,0,0,1,0,600,100,1), - (43088,174506,230,866.981,-132.205,-49.7396,0.54978,0,0,0.271441,0.962455,600,100,1), - (43089,140394,230,583.062,-242.579,-37.0031,1.19555,0,0,0.562805,0.82659,600,100,1), - (43090,174464,230,825.495,-180.731,-49.7396,-2.53945,0,0,0.95502,-0.296542,600,100,1), - (43091,158599,230,1348.44,-786.733,-85.165,0,0,0,0,1,600,100,1), - (43092,170527,230,1470.93,-404.209,-92.0635,-1.5708,0,0,-0.707107,0.707107,600,100,1), - (43093,174552,230,791.756,-262.877,-43.3257,-2.10312,0,0,0.868198,-0.496217,600,100,1), - (43094,174553,230,804.221,-356.07,-48.9646,-2.3911,0,0,0.930418,-0.366501,600,100,1), - (43095,174507,230,868.226,-134.198,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1), - (43096,140379,230,631.595,-140.111,-35.6289,-2.35619,0,0,0.92388,-0.382683,600,100,1), - (43097,164911,230,914.375,-146.991,-49.7565,0,0,0,-0.96363,0.267241,10800,100,1), - (43098,164911,230,915.714,-149.289,-49.757,0,0,0,-0.968147,0.250381,10800,100,1), - (43099,164911,230,917.027,-151.583,-49.7576,0,0,0,-0.968147,0.250381,10800,100,1), - (43100,175736,230,796.877,-259.958,-43.2215,-2.89725,0,0,0.992546,-0.121869,600,100,1), - (43101,175739,230,768.508,-313.491,-42.3144,1.309,0,0,0.608761,0.793353,600,100,1), - (43102,175725,230,816.034,-310.85,-42.3211,1.69297,0,0,0.748956,0.66262,600,100,1), - (43103,165658,230,502.794,-191.522,-57.5144,-0.401426,0,0,-0.199368,0.979925,7200,100,1), - (43104,165658,230,418.63,-158.696,-63.1528,0.226893,0,0,0.113203,0.993572,7200,100,1), - (43105,165658,230,679.721,102.181,-73.2564,-1.18682,0,0,-0.559191,0.829039,7200,100,1), - (43106,165658,230,748.476,-53.7894,-71.278,2.96706,0,0,0.996195,0.0871556,7200,100,1), - (43107,165658,230,1001.83,-395.972,-62.7024,0.15708,0,0,0.0784593,0.996917,7200,100,1), - (43108,165658,230,545.169,-128.195,-60.3184,-1.72788,0,0,-0.760406,0.649449,7200,100,1), - (43109,165739,230,896.804,-180.447,-42.8357,-2.63545,0,0,0.968148,-0.25038,600,100,1), - (43110,165739,230,892.705,-183.942,-42.8634,0.523599,0,0,0.258819,0.965926,600,100,1), - (43111,165738,230,890.764,-182.514,-42.8079,0.436332,0,0,0.21644,0.976296,600,100,1), - (43112,165738,230,891.388,-182.913,-42.794,-1.20428,0,0,0.566406,-0.824126,600,100,1), - (43113,165738,230,891.448,-183.286,-42.794,-0.785398,0,0,0.382683,-0.92388,600,100,1), - (43114,165738,230,891.809,-182.863,-42.794,-2.60054,0,0,0.96363,-0.267238,600,100,1), - (43115,165738,230,891.541,-182.533,-42.8009,-0.453786,0,0,0.224951,-0.97437,600,100,1), - (43116,171941,230,848.112,-194.884,-43.7037,-1.22173,0,0,0.573576,-0.819152,600,100,1), - (43117,173234,230,388.327,-159.248,-64.0879,-1.20428,0,0,0.566406,-0.824126,600,100,1), - (43118,173232,230,793.133,-32.2615,-52.628,1.74533,0,0,0.766044,0.642788,600,100,1), - (43119,166872,230,401.911,-52.3001,-63.939,0.331613,0,0,0.165048,0.986286,600,100,1), - (43120,160836,230,800.501,-354.719,-48.9411,0.767945,0,0,0.374607,0.927184,10800000,100,1), - (43121,160836,230,830.274,-352.138,-48.9411,2.33874,0,0,0.920505,0.390731,10800000,100,1), - (43122,160836,230,805.92,-334.672,-48.9411,-0.802851,0,0,0.390731,-0.920505,10800000,100,1), - (43123,160836,230,805.943,-359.275,-48.9411,0.802851,0,0,0.390731,0.920505,10800000,100,1), - (43124,160836,230,801.531,-338.64,-48.9411,-0.802851,0,0,0.390731,-0.920505,10800000,100,1), - (43125,160836,230,810.212,-330.354,-48.9411,-0.820305,0,0,0.398749,-0.91706,10800000,100,1), - (43126,160836,230,826.025,-356.067,-48.9411,2.26893,0,0,0.906308,0.422618,10800000,100,1), - (43127,160836,230,821.327,-360.303,-48.9411,2.23402,0,0,0.898794,0.438371,10800000,100,1), - (43128,160836,230,817.216,-364.331,-48.9411,2.35619,0,0,0.92388,0.382683,10800000,100,1), - (43129,160836,230,796.978,-342.902,-48.9411,-0.802851,0,0,0.390731,-0.920505,10800000,100,1), - (43130,164819,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,100,1), - (43131,164825,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,100,1), - (43133,179553,230,1128.01,-471.763,-104.032,3.01942,0,0,0.998135,0.061049,0,100,1), - (43134,160845,230,803.861,-356.356,-47.464,0.750492,0,0,0.366501,0.930418,600,100,1), - (43135,160836,230,810.224,-363.701,-48.9411,0.785398,0,0,0.382683,0.92388,10800000,100,1), - (43136,160836,230,796.287,-350.17,-48.9411,0.767945,0,0,0.374607,0.927184,10800000,100,1), - (43137,161495,230,803.48,-357.449,-48.9414,0.733038,0,0,0.358368,0.93358,600,100,1), - (63180,174683,1,-6034.46,-1014.57,-216.735,6.07572,0,0,0.103548,-0.994624,-30,255,1), - (43163,178193,409,897.058,-551.546,-203.953,3.14159,0,0,1,0,600,100,1), - (43165,178191,409,694.229,-495.598,-214.329,3.14159,0,0,1,0,600,100,1), - (43166,165658,409,646.1,-865.918,-208.326,-2.18166,0,0,-0.88701,0.461749,7200,100,1), - (43167,165658,409,638.447,-754.949,-208.723,1.81514,0,0,0.78801,0.615662,7200,100,1), - (43168,165658,409,713.891,-862.482,-202.019,-1.6057,0,0,-0.719339,0.694659,7200,100,1), - (43169,165658,409,962.736,-569.84,-201.54,1.11701,0,0,0.529919,0.848048,7200,100,1), - (43170,165658,409,1000.87,-732.561,-173.765,0.471239,0,0,0.233445,0.97237,7200,100,1), - (43171,165658,409,914.487,-630.667,-199.639,1.32645,0,0,0.615661,0.788011,7200,100,1), - (43172,165658,409,1066.79,-863.968,-158.071,1.25664,0,0,0.587786,0.809016,7200,100,1), - (43173,165658,409,1015.03,-818.843,-149.959,0.994838,0,0,0.477159,0.878817,7200,100,1), - (43174,165658,409,666.984,-567.945,-209.082,0.10472,0,0,0.0523361,0.99863,7200,100,1), - (43175,165658,409,714.65,-721.695,-209.823,0.907571,0,0,0.438371,0.898794,7200,100,1), - (43176,2061,289,111.629,67.163,99.1106,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,7200,100,1), - (43177,177385,289,227.261,88.3103,99.1947,0.017453,0,0,0.008727,0.999962,7200,100,1), - (43178,175610,289,172.046,99.4433,105.135,-1.55334,0,0,-0.700909,0.713251,7200,100,1), - (43179,175613,289,261.929,64.9468,110.028,-1.55334,0,0,-0.700909,0.713251,7200,100,1), - (43180,177380,289,279.9,130.338,110.012,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (43181,2061,289,279.9,130.338,110.012,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (43182,177382,289,142.415,67.2058,103.283,-3.12785,-0.038479,-0.01461,0.999125,-0.007417,7200,100,1), - (43183,2061,289,142.415,67.2058,103.283,-3.12785,-0.038479,-0.01461,0.999125,-0.007417,7200,100,1), - (43184,177375,289,151.773,-0.602287,88.9039,-3.12414,0,0,0.999962,-0.008727,7200,100,0), - (43185,175616,289,166.337,153.214,109.639,0.017453,0,0,0.008727,0.999962,7200,100,0), - (43186,175617,289,91.0901,100.655,97.6291,0.017453,0,0,0.008727,0.999962,7200,100,1), - (43187,177372,289,159.746,-0.767021,76.1678,-1.55334,0,0,-0.700909,0.713251,7200,100,0), - (43188,177373,289,181.054,-21.3466,76.1317,0.017453,0,0,0.008727,0.999962,7200,100,0), - (43189,175618,289,135.951,59.0352,102.766,1.58825,0,0,0.71325,0.700909,7200,100,1), - (43190,175614,289,260.844,137.045,110.028,-1.55334,0,0,-0.700909,0.713251,7200,100,1), - (43191,179724,289,94.1333,181.318,93.2171,0.017453,0,0,0.008727,0.999962,7200,100,0), - (43192,175167,289,174.378,77.9398,104.802,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (43193,177384,289,105.718,108.08,98.0795,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,7200,100,1), - (43194,2061,289,105.718,108.08,98.0795,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,7200,100,1), - (43195,177370,289,57.4802,142.856,83.4796,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (43196,177376,289,209.065,0.011116,88.9113,-3.12414,0,0,0.999962,-0.008727,7200,100,0), - (43197,175615,289,199.721,125.504,110.028,1.58825,0,0,0.71325,0.700909,7200,100,1), - (43198,175611,289,201.211,58.2171,128.794,1.58825,0,0,0.71325,0.700909,7200,100,1), - (43199,175612,289,247.466,37.5645,115.725,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (43200,175619,289,198.88,180.594,110.108,-1.55334,0,0,-0.700909,0.713251,7200,100,0), - (43201,177374,289,179.137,29.0423,88.8537,1.58825,0,0,0.71325,0.700909,7200,100,0), - (43202,175620,289,241.679,181.246,95.8874,1.58825,0,0,0.71325,0.700909,7200,100,0), - (43203,177377,289,181.244,-29.1116,88.9104,-1.55334,0,0,-0.700909,0.713251,7200,100,0), - (43204,177387,289,38.8082,163.686,83.5698,1.58825,0,0,0.71325,0.700909,2,100,1), - (43205,175965,289,-17.8299,124.581,84.8528,1.53589,0,0,0.694658,0.71934,7200,100,1), - (43206,176544,289,196.871,-73.8801,85.2284,2.46091,0,0,0.942641,0.333807,60,100,1), - (43207,176545,289,165.317,-81.145,85.2284,3.00197,0,0,0.997564,0.069757,60,100,1), - (43208,175564,289,325.122,93.6436,101.637,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (43209,175763,289,185.373,175.628,110.747,-1.81514,0,0,0.788011,-0.615661,7200,100,1), - (43210,175753,289,236.514,25.5745,116.662,0.872665,0,0,0.422618,0.906308,7200,100,1), - (43211,175760,289,174.178,165.658,110.788,-1.18682,0,0,0.559193,-0.829037,7200,100,1), - (43212,175762,289,170.06,23.499,116.652,0.471239,0,0,0.233445,0.97237,7200,100,1), - (43213,175749,289,233.369,20.1783,116.667,-2.19912,0,0,0.891007,-0.45399,7200,100,1), - (43214,175748,289,171.383,5.92264,116.625,1.69297,0,0,0.748956,0.66262,7200,100,1), - (43215,175754,289,173.759,3.56098,116.652,-1.88496,0,0,0.809017,-0.587785,7200,100,1), - (43216,175737,289,243.078,49.9478,116.638,-2.25148,0,0,0.902585,-0.430511,7200,100,1), - (43217,175725,289,273.328,154.363,111.123,-2.87979,0,0,0.991445,-0.130526,7200,100,1), - (43218,175745,289,231.868,-4.19412,117.052,2.02458,0,0,0.848048,0.529919,7200,100,1), - (43219,176944,289,167.378,98.986,104.727,0.034907,0,0,0.017452,0.999848,7200,100,1), - (43220,176561,289,182.53,-100.098,85.2284,1.58825,0,0,0.71325,0.700909,7200,100,1), - (43221,176484,289,-16.4044,158.618,84.8517,1.46608,0,0,0.669131,0.743145,10,100,1), - (43222,176485,289,185.297,-90.6366,72.5991,-1.02974,0,0,0.492424,-0.870356,10,100,1), - (43223,176486,289,223.524,-21.3739,116.694,-1.6057,0,0,0.71934,-0.694658,10,100,1), - (43224,176487,289,175.154,167.22,110.734,-2.26893,0,0,0.906308,-0.422618,10,100,1), - (43225,175731,289,179.786,106.997,106.099,-1.88496,0,0,0.809017,-0.587785,7200,100,1), - (43226,175756,289,195.84,-9.33474,116.638,1.27409,0,0,0.594823,0.803857,7200,100,1), - (43227,175733,289,150.812,120.409,105.659,-0.680679,0,0,0.333807,-0.942641,7200,100,1), - (43228,175747,289,216.765,64.7193,106.099,1.58825,0,0,0.71325,0.700909,7200,100,1), - (43229,175741,289,170.056,171.955,110.725,-0.017453,0,0,0.008727,-0.999962,7200,100,1), - (43230,175724,289,224.275,-21.3776,116.666,-1.09956,0,0,0.522499,-0.85264,7200,100,1), - (43232,180878,1,7595.61,-2225.55,468.68,1.69297,0,0,0.748956,0.66262,180,100,1), - (43233,180771,1,7617.1,-2223.79,469.857,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (43234,180772,1,7927.19,-2609.97,492.678,2.96706,0,0,0.996195,0.087156,180,100,1), - (43235,180772,1,7926.08,-2616.2,492.6,2.94961,0,0,0.995396,0.095846,180,100,1), - (43236,180768,1,7704.17,-2239.71,456.548,3.00197,0,0,0.997564,0.069757,180,100,1), - (43237,180768,1,7644.64,-2214.37,464.142,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (43238,180768,1,7711.92,-2226.82,454.915,0.15708,0,0,0.078459,0.996917,180,100,1), - (43239,180765,1,7879.61,-2478.38,498.821,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (43240,180765,1,10154.9,2510.77,1348.69,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (43241,180765,1,9645.1,2439.84,1356.53,-1.0472,0,0,0.5,-0.866025,180,100,1), - (43242,180765,1,9878.23,2481.74,1337.47,2.42601,0,0,0.936672,0.350207,180,100,1), - (43243,180766,1,7591.07,-2215.05,471.043,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (43244,180778,1,7604.17,-2204.45,473.184,0.785398,0,0,0.382683,0.92388,180,100,1), - (43245,180768,1,7613.15,-2234.59,467.077,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (43246,180878,1,7593.65,-2219,469.534,2.6529,0,0,0.970296,0.241922,180,100,1), - (43247,180772,1,7604.73,-2238.83,467.635,1.01229,0,0,0.48481,0.87462,180,100,1), - (43248,180768,1,7581.21,-2248.32,467.319,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (43249,180878,1,7594.47,-2225.95,469.027,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (43250,180768,1,7935.84,-2310.79,474.185,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (43251,180768,1,7532.74,-2139.9,483.885,2.70526,0,0,0.976296,0.21644,180,100,1), - (43252,180768,1,7930.11,-2321.35,473.361,2.93215,0,0,0.994522,0.104528,180,100,1), - (43253,180768,1,7598.2,-2233.02,467.864,2.42601,0,0,0.936672,0.350207,180,100,1), - (43254,180766,1,7587.9,-2197.06,476.167,2.86234,0,0,0.990268,0.139173,180,100,1), - (43255,180778,1,7613.83,-2233.69,467.286,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (43256,180878,1,7592.49,-2222.17,469.499,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (43257,180771,1,7591.72,-2239.93,468.481,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (43258,180772,1,7609.26,-2209.27,471.389,-2.82743,0,0,0.987688,-0.156434,180,100,1), - (43259,180878,1,7591.83,-2218.64,469.931,1.29154,0,0,0.601815,0.798636,180,100,1), - (43260,180778,1,7603.41,-2227.89,468.211,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (43261,180770,1,7595.04,-2218.26,474.475,0.785398,0,0,0.382683,0.92388,180,100,1), - (43262,180768,1,7745.28,-2264.6,455.25,2.56563,0,0,0.95882,0.284015,180,100,1), - (43263,180767,1,7860.25,-2568.45,501.588,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (43264,180767,1,7861.15,-2519.11,496.652,0.174533,0,0,0.087156,0.996195,180,100,1), - (43265,180765,1,7846.75,-2595.48,494.174,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (43266,180767,1,8022.06,-2671.01,521.282,2.49582,0,0,0.948324,0.317305,180,100,1), - (43267,180768,1,7692.51,-2237.53,457.553,3.05433,0,0,0.999048,0.043619,180,100,1), - (43268,180765,1,9732.68,2612.34,1362.84,0.366519,0,0,0.182236,0.983255,180,100,1), - (43269,180772,1,9966.54,2209.23,1329.34,3.14159,0,0,1,0,180,100,1), - (43270,180765,1,9796.55,2483.21,1348.64,0.05236,0,0,0.026177,0.999657,180,100,1), - (43271,180772,1,9966.67,2200.08,1328.58,3.12414,0,0,0.999962,0.008727,180,100,1), - (43272,180765,1,9737.18,2440.22,1362.86,0.226893,0,0,0.113203,0.993572,180,100,1), - (43273,180765,1,9867.76,2375.51,1345.22,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (43274,180758,1,9987.02,2308.42,1335.39,1.44862,0,0,0.66262,0.748956,180,100,1), - (43275,180765,1,10217.4,2502.56,1366.01,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (43276,180772,1,9933.29,2217.77,1329.89,0.017453,0,0,0.008727,0.999962,180,100,1), - (43277,180758,1,9867.86,2328.99,1325.43,2.54818,0,0,0.956305,0.292372,180,100,1), - (43278,180758,1,9920.54,2307.41,1335.39,1.74533,0,0,0.766044,0.642788,180,100,1), - (43279,180773,1,9952.49,2258.65,1349.29,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (43280,180765,1,10213.6,2498.31,1375.36,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (43281,180768,1,7591.91,-2223.41,469.71,2.70526,0,0,0.976296,0.21644,180,100,1), - (43282,180772,1,7581.01,-2200.26,476.055,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (43283,180878,1,7591.94,-2222.58,469.657,0.418879,0,0,0.207912,0.978148,180,100,1), - (43284,180878,1,7594.37,-2222.91,469.134,1.97222,0,0,0.833886,0.551937,180,100,1), - (43285,180878,1,7593.37,-2219.57,469.522,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (43286,180878,1,7591.35,-2218.07,470.125,2.54818,0,0,0.956305,0.292372,180,100,1), - (43287,180878,1,7595.88,-2221.74,469.039,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (43288,180768,1,7608.72,-2240.28,467.181,2.60054,0,0,0.96363,0.267238,180,100,1), - (43289,180878,1,7593.03,-2224.01,469.455,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (43290,180771,1,7924.53,-2625.9,492.615,1.39626,0,0,0.642788,0.766044,180,100,1), - (43291,180772,1,7896.8,-2410.48,494.253,2.33874,0,0,0.920505,0.390731,180,100,1), - (43292,180768,1,7842.76,-2302.04,458.262,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (43293,180770,1,7795.1,-2575.12,496.787,0.174533,0,0,0.087156,0.996195,180,100,1), - (43294,180778,1,7938.44,-2375.48,488.528,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (43295,180765,1,7941.81,-2383.62,496.297,0.191986,0,0,0.095846,0.995396,180,100,1), - (43296,180766,1,7610.67,-2300.42,458.179,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (43297,180878,1,7594.19,-2227.33,469.107,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (43298,180768,1,7604.78,-2204.85,473.018,2.46091,0,0,0.942641,0.333807,180,100,1), - (43299,180878,1,7591.99,-2219.29,469.799,0.715585,0,0,0.350207,0.936672,180,100,1), - (43300,180778,1,7597.41,-2233.83,467.938,2.3911,0,0,0.930418,0.366501,180,100,1), - (43301,180771,1,7592.72,-2256.18,464.866,1.32645,0,0,0.615662,0.788011,180,100,1), - (43302,180772,1,7585.59,-2242.75,469.17,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (43303,180878,1,7592.51,-2218.87,469.764,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (43304,180770,1,7816.99,-2572.12,497.042,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (43305,180767,1,7872.55,-2478.92,498.78,1.3439,0,0,0.622515,0.782608,180,100,1), - (43306,180767,1,7898.02,-2476.25,498.773,1.36136,0,0,0.62932,0.777146,180,100,1), - (43307,180771,1,7978.29,-2487.15,487.317,1.46608,0,0,0.669131,0.743145,180,100,1), - (43308,180767,1,7827.34,-2546.64,503.597,1.0472,0,0,0.5,0.866025,180,100,1), - (43309,180778,1,7979.65,-2518.67,487.485,2.35619,0,0,0.92388,0.382683,180,100,1), - (43310,180765,1,9883.47,2496.6,1337.47,2.3911,0,0,0.930418,0.366501,180,100,1), - (43311,180765,1,9793.91,2572.3,1348.68,1.65806,0,0,0.737277,0.67559,180,100,1), - (43312,180765,1,9748.21,2523.51,1360.43,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (43313,180765,1,9866.58,2322.46,1337.21,1.23918,0,0,0.580703,0.814116,180,100,1), - (43314,180878,1,7594.82,-2222.37,469.124,0.174533,0,0,0.087156,0.996195,180,100,1), - (43315,180778,1,7622.9,-2233.94,465.878,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (43316,180772,1,7575.58,-2213.41,474.162,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (43317,180766,1,7562.21,-2226.89,471.68,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (43318,180878,1,7594.44,-2221.37,469.268,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (43319,180772,1,7568.51,-2239.04,468.669,0.034907,0,0,0.017452,0.999848,180,100,1), - (43320,180765,1,7914.28,-2481.34,496.647,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (43321,180768,1,7549.26,-2136.74,483.713,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (43322,180771,1,7923.52,-2631.46,492.603,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (43323,180765,1,7972.68,-2380.01,496.279,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (43324,180765,1,7948.81,-2575.67,516.43,1.18682,0,0,0.559193,0.829038,180,100,1), - (43325,180878,1,7593.99,-2217.05,470.032,2.40855,0,0,0.93358,0.358368,180,100,1), - (43326,180771,1,7587.62,-2248.99,466.622,0.331613,0,0,0.165048,0.986286,180,100,1), - (43327,180878,1,7594.29,-2225.31,469.08,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (43328,180766,1,7571.88,-2207.41,474.813,2.35619,0,0,0.92388,0.382683,180,100,1), - (43329,180766,1,7580.4,-2214.85,473.344,2.44346,0,0,0.939693,0.34202,180,100,1), - (43330,180878,1,7593.41,-2217.43,469.95,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (43331,180878,1,7593.85,-2223.05,470.925,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (43332,180769,1,7853.06,-2569.36,497.708,0.10472,0,0,0.052336,0.99863,180,100,1), - (43333,180772,1,7923.95,-2629,492.617,2.94961,0,0,0.995396,0.095846,180,100,1), - (43334,180770,1,7963.99,-2438.75,495.92,1.67552,0,0,0.743145,0.669131,180,100,1), - (43335,180765,1,7939.98,-2425.35,498.421,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (43336,180772,1,9966.54,2213.23,1329.65,3.14159,0,0,1,0,180,100,1), - (43337,180765,1,9887.47,2347.95,1337.02,0.296706,0,0,0.147809,0.989016,180,100,1), - (43338,180770,1,7594.84,-2228.78,473.126,0.628319,0,0,0.309017,0.951057,180,100,1), - (43339,180878,1,7592.63,-2222.82,469.503,0.471239,0,0,0.233445,0.97237,180,100,1), - (43340,180878,1,7593.15,-2223.35,469.407,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (43341,180778,1,7567.49,-2234.31,470.226,0.541052,0,0,0.267238,0.96363,180,100,1), - (43342,180878,1,7594.89,-2220.37,469.289,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (43343,180878,1,7594.19,-2220.7,469.345,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (43344,180771,1,7592.12,-2204.81,475.237,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (43345,180765,1,9866.51,2324.54,1330.73,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (43346,180771,1,9933.09,2222.3,1330.08,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (43347,180768,1,7564.61,-2160.89,480.921,2.40855,0,0,0.93358,0.358368,180,100,1), - (43348,180767,1,7783.38,-2563.99,497.555,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (43349,180767,1,7891.54,-2477.24,498.728,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (43350,180768,1,7956.48,-2342.96,484.342,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (43351,180772,1,7963.61,-2363.03,486.943,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (43352,180765,1,10158.3,2522.73,1350.48,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (43353,180772,1,9966.6,2219.1,1329.73,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (43354,180771,1,9933.32,2204.33,1328.75,0.15708,0,0,0.078459,0.996917,180,100,1), - (43355,180765,1,9644.59,2452.31,1356.43,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (43356,180765,1,10204.1,2494.78,1364.48,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (43357,180765,1,10129.5,2227.02,1334.8,2.40855,0,0,0.93358,0.358368,180,100,1), - (43358,180765,1,9640.93,2596.01,1356.52,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (43359,180768,1,7516.9,-2122.64,485.131,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (43360,180878,1,7592.02,-2223.97,469.717,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (43361,180878,1,7595.12,-2223.01,468.992,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (43362,180771,1,7607.8,-2215.78,470.626,2.37365,0,0,0.927184,0.374607,180,100,1), - (43363,180766,1,7619.32,-2221.53,469.727,2.3911,0,0,0.930418,0.366501,180,100,1), - (43364,180765,1,7927.91,-2401.15,498.453,0.034907,0,0,0.017452,0.999848,180,100,1), - (43365,180768,1,7754.59,-2254.29,454.47,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (43366,180769,1,7872.84,-2514.87,497.417,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (43367,180765,1,7833.26,-2607.05,503.597,2.49582,0,0,0.948324,0.317305,180,100,1), - (43368,180770,1,7959.39,-2575.68,500.479,3.10669,0,0,0.999848,0.017452,180,100,1), - (43369,180772,1,7925.08,-2622.85,492.579,2.98451,0,0,0.996917,0.078459,180,100,1), - (43370,180771,1,7956.68,-2481.38,487.811,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (43371,180878,1,7594.84,-2227.71,468.895,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (43372,180878,1,7595.18,-2221.74,469.144,0.977384,0,0,0.469472,0.882948,180,100,1), - (43373,180771,1,7581.57,-2236.44,471.056,-2.82743,0,0,0.987688,-0.156434,180,100,1), - (43374,180878,1,7591.86,-2223.29,469.716,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (43375,180878,1,7594.76,-2228.44,468.912,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (43376,180778,1,7972.11,-2371.99,488.075,1.91986,0,0,0.819152,0.573576,180,100,1), - (43377,180768,1,7809.61,-2296.26,456.077,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (43378,180767,1,7917.5,-2513.8,496.711,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (43379,180768,1,7894.48,-2303.82,467.555,0.174533,0,0,0.087156,0.996195,180,100,1), - (43380,180770,1,7915.64,-2496.98,496.199,0.15708,0,0,0.078459,0.996917,180,100,1), - (43381,180771,1,7600.81,-2205.07,473.84,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (43382,180772,1,7596.56,-2256.54,465.793,1.67552,0,0,0.743145,0.669131,180,100,1), - (43383,180878,1,7595.66,-2221.08,469.144,1.44862,0,0,0.66262,0.748956,180,100,1), - (43384,180778,1,7580.78,-2247.52,467.57,1.02974,0,0,0.492424,0.870356,180,100,1), - (43385,180878,1,7593.45,-2226.54,469.335,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (43386,180768,1,7599.5,-2222.73,469.649,0.767945,0,0,0.374607,0.927184,180,100,1), - (43387,180770,1,7957.12,-2382.03,495.736,1.72788,0,0,0.760406,0.649448,180,100,1), - (43388,180769,1,7842.37,-2225.35,477.591,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (43389,180765,1,7857.63,-2486.78,496.671,2.77507,0,0,0.983255,0.182236,180,100,1), - (43390,180768,1,7776.42,-2271.94,455.442,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (43391,180778,1,7949.12,-2473.9,487.025,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (43392,180774,1,9710.09,2525.44,1343.07,0.034907,0,0,0.017452,0.999848,180,100,1), - (43393,180765,1,10018.2,2502.78,1353.98,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (43394,180771,1,9933.43,2213.09,1329.66,0.05236,0,0,0.026177,0.999657,180,100,1), - (43395,180765,1,10105.5,2211.24,1335.26,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (43396,180765,1,9645.19,2427.32,1356.57,2.19912,0,0,0.891007,0.453991,180,100,1), - (43397,180765,1,9746,2529.46,1360.48,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (43398,180772,1,9966.62,2225.06,1330.09,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (43399,180765,1,9796.35,2531.26,1360.33,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (43400,180774,1,9935.6,2509.45,1326.91,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (43401,180765,1,10160.6,2492.13,1351.22,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (43402,180773,1,9950.42,2339.04,1355.66,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (43403,180765,1,9796.61,2524.59,1360.37,2.32129,0,0,0.91706,0.398749,180,100,1), - (43404,180758,1,9935.47,2516.37,1321.33,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (43405,180878,1,7593.75,-2221.61,469.33,1.41372,0,0,0.649448,0.760406,180,100,1), - (43406,180878,1,7595.38,-2228.13,468.719,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (43407,180878,1,7592.68,-2219.46,469.637,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (43408,180878,1,7594.18,-2228.04,469.102,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (43409,180878,1,7594.24,-2222.51,470.969,0.383972,0,0,0.190809,0.981627,180,100,1), - (43410,180778,1,7622.68,-2243.35,464.332,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (43411,180768,1,7622.82,-2242.1,464.281,3.10669,0,0,0.999848,0.017452,180,100,1), - (43412,180771,1,7588.35,-2200.22,476.101,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (43413,180771,1,7836.09,-2419.28,490.083,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (43414,180770,1,7830.83,-2448.31,501.732,1.58825,0,0,0.71325,0.700909,180,100,1), - (43415,180767,1,8003.72,-2672.31,538.656,4.71239,0,0,0.707107,-0.707107,180,100,1), - (43416,180771,1,7926.64,-2613.45,492.593,1.48353,0,0,0.67559,0.737277,180,100,1), - (43417,180772,1,7579.37,-2222.32,473.149,2.94961,0,0,0.995396,0.095846,180,100,1), - (43418,180772,1,7618.54,-2229.28,468.585,3.08923,0,0,0.999657,0.026177,180,100,1), - (43419,180878,1,7592.54,-2223.5,469.563,1.11701,0,0,0.529919,0.848048,180,100,1), - (43420,180771,1,7600.83,-2219.17,470.416,1.27409,0,0,0.594823,0.803857,180,100,1), - (43421,180878,1,7596.22,-2225.96,468.526,0.226893,0,0,0.113203,0.993572,180,100,1), - (43422,180767,1,7936.62,-2400.23,498.442,1.81514,0,0,0.788011,0.615662,180,100,1), - (43423,180765,1,7887.91,-2501.87,501.987,-1.309,0,0,0.608761,-0.793353,180,100,1), - (43424,180768,1,7845.03,-2318.16,458.596,2.89725,0,0,0.992546,0.121869,180,100,1), - (43425,180765,1,7871.58,-2470.44,498.786,0.226893,0,0,0.113203,0.993572,180,100,1), - (43426,180765,1,7931.39,-2426.61,498.437,0.680678,0,0,0.333807,0.942641,180,100,1), - (43427,180765,1,8013.81,-2638.38,521.009,0.401426,0,0,0.199368,0.979925,180,100,1), - (43428,180768,1,7592.08,-2191,475.255,2.80998,0,0,0.986286,0.165048,180,100,1), - (43429,180768,1,7766.87,-2281.9,455.667,2.40855,0,0,0.93358,0.358368,180,100,1), - (43430,180766,1,7951.32,-2617.37,493.063,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (43431,180770,1,7859.39,-2502.98,496.135,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (43432,180771,1,7946.75,-2365.5,486.792,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (43433,180766,1,7579.47,-2330.61,457.673,1.06465,0,0,0.507538,0.861629,180,100,1), - (43434,180771,1,7925.52,-2619.13,492.729,1.39626,0,0,0.642788,0.766044,180,100,1), - (43435,180769,1,7971.77,-2392.21,496.75,0.139626,0,0,0.069756,0.997564,180,100,1), - (43436,180766,1,7626.09,-2252.97,460.859,1.11701,0,0,0.529919,0.848048,180,100,1), - (43437,180771,1,7960.17,-2507.24,487.32,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (43438,180766,1,7949.07,-2627.79,493.044,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (43439,180770,1,7830.75,-2474.56,501.845,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (43440,180768,1,7944.3,-2346.67,482.911,1.72788,0,0,0.760406,0.649448,180,100,1), - (43441,180768,1,7491.62,-2129.4,489.297,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (43442,180765,1,7831.95,-2594.87,503.597,0.663225,0,0,0.325568,0.945519,180,100,1), - (43443,180769,1,7905.29,-2511.54,497.396,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (43444,180758,1,7969.65,-2388.3,493.366,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (43445,180761,1,7901.07,-2511.07,493.829,1.71042,0,0,0.75471,0.656059,180,100,1), - (43446,180765,1,7897.03,-2467.57,498.767,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (43447,180765,1,7826.32,-2535.33,503.597,2.30383,0,0,0.913545,0.406737,180,100,1), - (43448,180778,1,7879.72,-2588.08,486.896,1.32645,0,0,0.615662,0.788011,180,100,1), - (43449,180772,1,7923.05,-2634.43,492.61,3.00197,0,0,0.997564,0.069757,180,100,1), - (43450,180771,1,7928.09,-2606.29,492.72,1.41372,0,0,0.649448,0.760406,180,100,1), - (43451,180771,1,7918.45,-2556.71,487.28,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (43452,180767,1,7948.69,-2440.54,496.291,1.88496,0,0,0.809017,0.587785,180,100,1), - (43453,180767,1,7792.22,-2575.03,504.43,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (43454,180764,1,7984.22,-2510.8,491.295,3.10669,0,0,0.999848,0.017452,180,100,1), - (43455,180764,1,7920.03,-2507.53,494.735,0.10472,0,0,0.052336,0.99863,180,100,1), - (43456,180764,1,7851.8,-2586.24,490.53,0.994838,0,0,0.477159,0.878817,180,100,1), - (43457,180764,1,7784.21,-2444.03,491.084,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (43458,180764,1,7923.93,-2402.74,495.077,0.017453,0,0,0.008727,0.999962,180,100,1), - (43459,180764,1,7840.29,-2460.97,500.83,3.12414,0,0,0.999962,0.008727,180,100,1), - (43460,180764,1,7895.71,-2463.35,495.476,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (43461,180763,1,7872.37,-2465.73,495.346,1.85005,0,0,0.798636,0.601815,180,100,1), - (43462,180764,1,7821.15,-2461.32,500.733,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (43463,180763,1,7987.88,-2496.83,491.205,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (43464,180764,1,7857.7,-2514.05,494.846,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (43465,180764,1,7979.53,-2510.59,491.206,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (43466,180764,1,7953.87,-2442.53,494.496,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (43467,180763,1,7852.21,-2599.64,490.336,2.80998,0,0,0.986286,0.165048,180,100,1), - (43468,180764,1,7989.22,-2501.3,491.15,1.71042,0,0,0.75471,0.656059,180,100,1), - (43469,180763,1,7975.33,-2439.86,494.407,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (43470,180764,1,7862.1,-2586.77,493.69,1.72788,0,0,0.760406,0.649448,180,100,1), - (43471,180764,1,7926.81,-2426.16,495.152,0.436332,0,0,0.21644,0.976296,180,100,1), - (43472,180764,1,7856.42,-2601.62,490.434,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (43473,180763,1,7799.55,-2448.8,490.865,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (43474,180763,1,7917.81,-2486.02,494.781,0.017453,0,0,0.008727,0.999962,180,100,1), - (43475,180763,1,7967.77,-2377.64,494.484,1.50098,0,0,0.681998,0.731354,180,100,1), - (43476,180764,1,7945.99,-2380.12,494.757,1.69297,0,0,0.748956,0.66262,180,100,1), - (43477,180764,1,7795.54,-2451.18,491.041,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (43478,180764,1,7968.34,-2590.41,499.985,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (43479,180763,1,7858.73,-2550.53,493.343,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (43480,180764,1,7785.12,-2448.59,491.067,1.76278,0,0,0.771625,0.636078,180,100,1), - (43481,180763,1,7968.89,-2561.6,499.946,3.07178,0,0,0.999391,0.034899,180,100,1), - (43482,180764,1,7984.22,-2510.8,491.295,3.10669,0,0,0.999848,0.017452,180,100,1), - (43483,180763,1,7855.47,-2492.52,494.851,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (43484,180763,1,7987.88,-2496.83,491.205,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (43485,180763,1,7920.03,-2507.53,494.735,0.10472,0,0,0.052336,0.99863,180,100,1), - (43486,180764,1,7851.8,-2586.24,490.53,0.994838,0,0,0.477159,0.878817,180,100,1), - (43487,180764,1,7821.15,-2461.32,500.733,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (43488,180764,1,7848.52,-2589.56,490.523,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (43489,180764,1,7852.21,-2599.64,490.336,2.80998,0,0,0.986286,0.165048,180,100,1), - (43490,180763,1,7979.53,-2510.59,491.206,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (43491,180763,1,9990.33,2272.24,1352.53,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (43492,180764,1,9893.19,2215.41,1347.72,0.05236,0,0,0.026177,0.999657,180,100,1), - (43493,180763,1,7862.1,-2586.77,493.69,1.72788,0,0,0.760406,0.649448,180,100,1), - (43494,180764,1,10013.2,2249.78,1347.76,3.10669,0,0,0.999848,0.017452,180,100,1), - (43495,180764,1,10013,2255.08,1347.76,3.12414,0,0,0.999962,0.008727,180,100,1), - (43496,180763,1,9892.33,2248.57,1347.73,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (43497,180764,1,10014.4,2202.72,1347.7,3.10669,0,0,0.999848,0.017452,180,100,1), - (43498,180763,1,10013.5,2234.72,1347.74,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (43499,180763,1,9892.79,2230.95,1347.79,0.017453,0,0,0.008727,0.999962,180,100,1), - (43500,180763,1,10013.8,2225.97,1347.74,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (43501,180764,1,9905.2,2270.1,1352.49,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (43502,180764,1,9893,2223.03,1347.77,0.034907,0,0,0.017452,0.999848,180,100,1), - (43503,180763,1,10013.4,2241.81,1347.75,3.10669,0,0,0.999848,0.017452,180,100,1), - (43504,180764,1,10014.2,2210.73,1347.7,3.12414,0,0,0.999962,0.008727,180,100,1), - (43505,180763,1,9892.15,2255.53,1347.84,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (43506,180763,1,9893.4,2207.44,1347.74,0.069813,0,0,0.034899,0.999391,180,100,1), - (43507,180764,1,9893.79,2192.74,1347.75,0.10472,0,0,0.052336,0.99863,180,100,1), - (43508,180764,1,9893.66,2197.81,1347.86,0.087266,0,0,0.043619,0.999048,180,100,1), - (43509,180764,1,9923.07,2270.59,1352.43,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (43510,180764,1,10014,2218.97,1347.73,3.14159,0,0,1,0,180,100,1), - (43511,180763,1,9892.62,2237.51,1347.79,0,0,0,0,1,180,100,1), - (43512,180763,1,9914.61,2270.34,1352.5,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (43513,180764,1,9981.71,2272.07,1352.37,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (43514,180764,1,9999.3,2272.52,1352.39,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (43515,180763,1,9931.43,2270.75,1352.57,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (43516,180764,1,9972.94,2271.95,1352.08,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (43517,180764,1,10014.5,2196.34,1347.65,3.08923,0,0,0.999657,0.026177,180,100,1), - (43518,180763,1,9990.33,2272.24,1352.53,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (43519,180763,1,10013.5,2234.72,1347.74,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (43520,180764,1,9893.19,2215.41,1347.72,0.05236,0,0,0.026177,0.999657,180,100,1), - (43521,180764,1,10014.4,2202.72,1347.7,3.10669,0,0,0.999848,0.017452,180,100,1), - (43522,180763,1,9892.79,2230.95,1347.79,0.017453,0,0,0.008727,0.999962,180,100,1), - (43523,180763,1,10013,2255.08,1347.76,3.12414,0,0,0.999962,0.008727,180,100,1), - (43524,180763,1,10013.8,2225.97,1347.74,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (43525,180764,1,10013.2,2249.78,1347.76,3.10669,0,0,0.999848,0.017452,180,100,1), - (43526,181018,0,-8800.71,664.397,97.7356,2.89725,0,0,0.992546,0.121869,180,100,1), - (43527,181020,0,-8805.12,868.183,109.955,2.18166,0,0,0.887011,0.461749,180,100,1), - (43528,181016,0,-8839.07,545.266,96.8377,1.01229,0,0,0.48481,0.87462,180,100,1), - (43529,181020,0,-8883.68,758.493,105.122,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (43530,181060,0,-8859.98,649.945,100.919,1.58825,0,0,0.71325,0.700909,180,100,1), - (43531,181019,0,-8919.73,636.243,100.627,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (43532,181060,0,-8863.06,649.095,97.6071,1.23918,0,0,0.580703,0.814116,180,100,1), - (43533,181016,0,-8879.18,649.492,96.0198,0.488692,0,0,0.241922,0.970296,180,100,1), - (43534,181060,0,-8857.41,651.69,97.6205,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (43535,181018,0,-8902.26,621.338,101.596,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (43536,181060,0,-8858.56,648.477,100.919,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (43537,181060,0,-8857.76,645.929,97.5954,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (43538,181060,0,-8856.1,648.363,97.6085,0.610865,0,0,0.300706,0.953717,180,100,1), - (43539,181060,0,-8920.49,636.273,100.627,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (43540,181025,0,-9085.24,418.316,121.565,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (43541,181014,0,-9094.49,429.216,99.0901,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (43542,181015,0,-8987.69,509.24,97.0765,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (43543,181015,0,-9066.78,452.947,93.2955,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (43544,181015,0,-9046.63,428.583,93.2955,2.30383,0,0,0.913545,0.406737,180,100,1), - (43545,181015,0,-9018.08,485.234,97.1197,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (43546,181015,0,-8884.23,566.347,92.8298,0.715585,0,0,0.350207,0.936672,180,100,1), - (43547,181015,0,-9085.16,396.496,93.5758,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (43548,181015,0,-8893.99,578.844,92.8094,0.680678,0,0,0.333807,0.942641,180,100,1), - (43549,181015,0,-9106.58,422.097,93.7786,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (43550,181016,0,-8861.03,658.585,96.7187,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (43551,181017,0,-8860.68,662.838,101.16,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (43552,181017,0,-8841.08,658.815,101.888,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (43553,181017,0,-8871.9,682.277,102.292,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (43554,181019,0,-8856.15,671.781,98.8406,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (43555,181016,0,-8856.85,661.656,97.1286,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (43556,181021,0,-4984.71,-859.337,524.799,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (43557,181016,0,-4997.85,-880.69,501.659,0.715585,0,0,0.350207,0.936672,180,100,1), - (43558,181021,0,-4974.65,-871.542,524.529,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (43559,181021,0,-4994.78,-847.123,524.522,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (43560,181021,0,-5013.39,-862.519,524.679,0.698132,0,0,0.34202,0.939693,180,100,1), - (43561,181016,0,-4980.03,-865.875,501.659,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (43562,181016,0,-4990.29,-853.343,501.659,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (43563,181016,0,-5000.16,-841.309,501.659,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (43564,181016,0,-5008.32,-868.188,501.659,0.767945,0,0,0.374607,0.927184,180,100,1), - (43565,181021,0,-4993.28,-886.917,524.6,0.680678,0,0,0.333807,0.942641,180,100,1), - (43566,181060,0,-4839.09,-874.047,511.14,2.26893,0,0,0.906308,0.422618,180,100,1), - (43567,181019,0,-4846.32,-864.108,502.844,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (43568,181060,0,-4843.25,-874.554,511.14,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (43569,181017,0,-4849.92,-877.536,506.389,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (43570,181060,0,-4844.49,-874.748,511.14,1.98968,0,0,0.838671,0.544639,180,100,1), - (43571,181060,0,-4841.93,-874.424,511.14,-1.0472,0,0,0.5,-0.866025,180,100,1), - (43572,181018,0,-4897.69,-1002.05,510.054,2.07694,0,0,0.861629,0.507538,180,100,1), - (43573,181017,0,-4899.03,-982.314,510.777,2.28638,0,0,0.909961,0.414693,180,100,1), - (43574,181060,0,-4877.75,-999.527,506.958,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (43575,181018,0,-4888.82,-994.738,510.049,2.32129,0,0,0.91706,0.398749,180,100,1), - (43576,181019,0,-4877.42,-986.308,504.758,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (43577,181019,0,-4899.35,-1004.48,504.758,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (43578,181018,0,-4879.83,-987.33,509.983,2.14675,0,0,0.878817,0.477159,180,100,1), - (43579,181019,0,-4881.06,-989.323,504.758,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (43580,181019,0,-4905.37,-979.254,503.518,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (43581,181019,0,-4886.38,-993.683,504.758,2.32129,0,0,0.91706,0.398749,180,100,1), - (43582,181025,0,-4700.94,-958.901,510.295,0.820305,0,0,0.398749,0.91706,180,100,1), - (43583,181017,0,-4868.57,-1144.73,510.407,0.383972,0,0,0.190809,0.981627,180,100,1), - (43584,181017,0,-4804.96,-1180.35,510.459,1.5708,0,0,0.707107,0.707107,180,100,1), - (43585,181025,0,-4928.49,-902.764,510.451,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (43586,181021,0,-4634.71,-1025.57,514.933,1.8675,0,0,0.803857,0.594823,180,100,1), - (43587,181017,0,-4730.89,-1063.31,508.738,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (43588,181025,0,-4684.72,-1205.31,510.45,2.35619,0,0,0.92388,0.382683,180,100,1), - (43589,181017,0,-4974.48,-1033.47,510.385,2.77507,0,0,0.983255,0.182236,180,100,1), - (43590,181025,0,-4878.06,-879.947,510.242,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (43591,181017,0,-4614.04,-1114.48,509.55,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (43592,181020,0,-8803.75,653.544,97.3249,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (43593,181014,0,-8852.53,539.681,117.809,0.244346,0,0,0.121869,0.992546,180,100,1), - (43594,181020,0,-8842.43,716.519,109.501,2.02458,0,0,0.848048,0.529919,180,100,1), - (43595,181020,0,-8743.36,695.376,110.7,0.628319,0,0,0.309017,0.951057,180,100,1), - (43596,181020,0,-8740.8,579.024,109.82,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (43597,181060,0,-8859.7,652.545,97.6087,1.62316,0,0,0.725374,0.688355,180,100,1), - (43598,181060,0,-8907.8,612.974,100.613,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (43599,181060,0,-8858.01,647.785,99.5508,2.58309,0,0,0.961262,0.275637,180,100,1), - (43600,181060,0,-8857.6,648.729,99.5508,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (43601,181060,0,-8933.73,628.958,100.634,2.00713,0,0,0.843391,0.5373,180,100,1), - (43602,181018,0,-8910.36,636.253,101.55,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (43603,181060,0,-8862.61,650.263,97.6093,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (43604,181060,0,-8860.49,649.388,100.919,0.017453,0,0,0.008727,0.999962,180,100,1), - (43605,181060,0,-8861.36,645.959,97.5999,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (43606,181060,0,-8855.97,649.273,97.6137,1.06465,0,0,0.507538,0.861629,180,100,1), - (43607,181015,0,-8973.18,490.654,97.0779,2.19912,0,0,0.891007,0.453991,180,100,1), - (43608,181015,0,-9003.58,466.834,97.1185,2.1293,0,0,0.87462,0.48481,180,100,1), - (43609,181014,0,-8948.45,539.271,109.32,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (43610,181015,0,-9060.67,417.703,93.2955,2.28638,0,0,0.909961,0.414693,180,100,1), - (43611,181014,0,-8935.14,522.536,109.389,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (43612,181015,0,-9079.23,442.914,93.2955,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (43613,181014,0,-9075.37,407.018,98.6196,2.25148,0,0,0.902585,0.430511,180,100,1), - (43614,181016,0,-5018.23,-855.977,501.659,0.680678,0,0,0.333807,0.942641,180,100,1), - (43615,181021,0,-5003.33,-874.714,524.838,0.680678,0,0,0.333807,0.942641,180,100,1), - (43616,181060,0,-4840.76,-874.337,511.14,2.96706,0,0,0.996195,0.087156,180,100,1), - (43617,181060,0,-4837.73,-873.987,511.14,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (43618,181019,0,-4895.29,-1001.13,504.758,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (43619,181019,0,-4890.23,-996.799,504.758,0.418879,0,0,0.207912,0.978148,180,100,1), - (43620,181019,0,-4900.67,-975.41,503.491,2.70526,0,0,0.976296,0.21644,180,100,1), - (43621,181060,0,-4888.35,-1008.27,506.958,1.88496,0,0,0.809017,0.587785,180,100,1), - (43622,181060,0,-4885.09,-1005.57,506.958,0.069813,0,0,0.034899,0.999391,180,100,1), - (43623,181060,0,-4875.53,-997.696,506.958,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (43624,181017,0,-4732.77,-1146.49,507.539,2.6529,0,0,0.970296,0.241922,180,100,1), - (43625,181025,0,-4931.61,-1206.36,509.64,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (43626,181017,0,-4989.78,-1117.28,508.186,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (43627,181017,0,-5041.65,-1166.19,508.227,0.314159,0,0,0.156434,0.987688,180,100,1), - (43628,181017,0,-4880.1,-957.773,509.628,1.93731,0,0,0.824126,0.566406,180,100,1), - (43629,181025,0,-4971.15,-937.866,510.349,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (43630,181017,0,-5030.98,-1153.9,509.76,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (43631,181017,0,-4612.88,-1093.26,509.641,3.05433,0,0,0.999048,0.043619,180,100,1), - (43632,181017,0,-5017.75,-1125.04,509.957,0.191986,0,0,0.095846,0.995396,180,100,1), - (43633,181017,0,-4601.88,-1010.22,509.911,1.81514,0,0,0.788011,0.615662,180,100,1), - (43634,181017,0,-4847.69,-1162.96,508.747,0.837758,0,0,0.406737,0.913545,180,100,1), - (43635,181017,0,-4798.37,-908.976,503.25,1.5708,0,0,0.707107,0.707107,180,100,1), - (43636,181025,0,-5003.48,-983.329,510.498,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (43637,181017,0,-4591.77,-999.464,508.207,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (43638,181025,0,-4672.9,-992.939,510.192,0.575959,0,0,0.284015,0.95882,180,100,1), - (43639,181025,0,-4959.71,-1172.35,509.83,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (43640,181025,0,-4720.98,-1235.2,510.423,2.1293,0,0,0.87462,0.48481,180,100,1), - (43641,181017,0,-4707.57,-948.41,509.872,0.907571,0,0,0.438371,0.898794,180,100,1), - (43642,181017,0,-4927.71,-1279.47,509.796,2.6529,0,0,0.970296,0.241922,180,100,1), - (43643,181017,0,-4765.77,-913.387,508.234,1.32645,0,0,0.615662,0.788011,180,100,1), - (43644,181020,0,-8822.07,652.003,95.9321,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (43645,181020,0,-8811.8,808.563,110.495,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (43646,181055,0,-8862.35,489.578,122.263,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (43647,181016,0,-8833.52,541.753,96.9853,0.942478,0,0,0.45399,0.891007,180,100,1), - (43648,181017,0,-8906.31,628.792,106.67,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (43649,181019,0,-8933.17,629.211,100.613,0.017453,0,0,0.008727,0.999962,180,100,1), - (43650,181060,0,-8856.87,651.243,97.6127,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (43651,181060,0,-8861.12,649.861,99.5508,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (43652,181060,0,-8858.38,652.086,97.6133,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (43653,181060,0,-8860.27,650.596,99.5508,2.30383,0,0,0.913545,0.406737,180,100,1), - (43654,181060,0,-8862.32,646.846,97.6005,2.82743,0,0,0.987688,0.156434,180,100,1), - (43655,181060,0,-8859.86,647.929,100.919,0.977384,0,0,0.469472,0.882948,180,100,1), - (43656,181060,0,-8856.46,647.413,97.6089,2.42601,0,0,0.936672,0.350207,180,100,1), - (43657,181060,0,-8919.41,636.825,100.62,0.017453,0,0,0.008727,0.999962,180,100,1), - (43658,181020,0,-8811.44,655.375,97.0114,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (43659,181060,0,-8860.19,645.501,97.5955,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (43660,181060,0,-8906.8,613.516,100.627,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (43661,181060,0,-8920.23,606.277,100.627,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (43662,181019,0,-8907.3,613.16,100.627,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (43663,181060,0,-8860.51,648.487,100.919,0.226893,0,0,0.113203,0.993572,180,100,1), - (43664,181060,0,-8860.32,647.253,99.5508,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (43665,181060,0,-8861.47,648.844,99.5508,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (43666,181060,0,-8859.06,647.953,100.919,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (43667,181060,0,-8862.29,651.178,97.6053,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (43668,181060,0,-8858.69,647.248,99.5508,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (43669,181021,0,-4641.6,-1178.9,515.026,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (43670,181017,0,-4691.64,-1183.9,509.915,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (43671,181060,0,-8862.92,648.115,97.5961,3.08923,0,0,0.999657,0.026177,180,100,1), - (43672,181060,0,-8856.95,646.507,97.6371,0.890118,0,0,0.430511,0.902585,180,100,1), - (43673,181060,0,-8856.4,650.419,97.5945,1.85005,0,0,0.798636,0.601815,180,100,1), - (43674,181060,0,-8858.51,649.38,100.919,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (43675,181060,0,-8859.13,650.743,99.5508,1.46608,0,0,0.669131,0.743145,180,100,1), - (43676,181016,0,-8874.09,640.259,96.0894,0.541052,0,0,0.267238,0.96363,180,100,1), - (43677,181060,0,-8858.38,650.422,99.5508,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (43678,181060,0,-8860.68,652.186,97.5913,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (43679,181060,0,-8858.82,645.576,97.6209,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (43680,181060,0,-8861.11,647.936,99.5508,2.14675,0,0,0.878817,0.477159,180,100,1), - (43681,181060,0,-8861.33,651.786,97.6117,2.72271,0,0,0.978148,0.207912,180,100,1), - (43682,181060,0,-8859.11,649.941,100.919,1.44862,0,0,0.66262,0.748956,180,100,1), - (43683,181060,0,-8932.71,629.542,100.627,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (43684,181019,0,-8920.66,606.056,100.606,1.0472,0,0,0.5,0.866025,180,100,1), - (43685,181060,0,-8857.83,649.636,99.5508,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (43686,181060,0,-8859.47,646.978,99.5508,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (43687,181060,0,-8920.95,605.589,100.62,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (44051,181060,1,9908.24,2510.89,1316.4,2.42601,0,0,0.936672,0.350207,180,100,1), - (44052,181060,1,9963.17,2552.34,1315.38,3.14159,0,0,1,0,180,100,1), - (44053,181060,1,9973.12,2550.51,1315.55,0.349066,0,0,0.173648,0.984808,180,100,1), - (44054,181060,1,9982.1,2542.38,1316.06,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (44055,181060,1,9984.97,2508.03,1316.66,1.36136,0,0,0.62932,0.777146,180,100,1), - (44056,181060,1,9923.26,2493.75,1317.02,3.05433,0,0,0.999048,0.043619,180,100,1), - (44057,181060,1,9934.3,2557.73,1316.95,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (44058,181060,1,9906.71,2539.32,1315.74,1.98968,0,0,0.838671,0.544639,180,100,1), - (44059,181060,1,9978.79,2546.93,1315.76,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (44060,181060,1,9971.63,2499.95,1315.94,2.28638,0,0,0.909961,0.414693,180,100,1), - (44061,181055,1,9930.41,2271.81,1355.08,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (44062,181021,1,9985.94,1978.34,1352.14,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (44063,181055,1,9908.32,2270.95,1355.09,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (44064,181016,1,9952.86,2607.13,1316.19,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (44065,181021,1,9892.4,2238.72,1343.61,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (44066,181021,1,10014.4,2211.14,1343.83,3.10669,0,0,0.999848,0.017452,180,100,1), - (44067,181016,1,9939.42,2606.72,1316.73,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (44068,181016,1,9952.37,2593.96,1316.53,3.08923,0,0,0.999657,0.026177,180,100,1), - (44069,181055,1,9973.71,2273.31,1355.09,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (44070,181021,1,9986.28,2022.9,1351.84,1.6057,0,0,0.71934,0.694658,180,100,1), - (44071,181027,1,9992.48,2419.78,1313.66,1.06465,0,0,0.507538,0.861629,180,100,1), - (44072,181020,1,9696.47,2532.07,1339.74,0,0,0,0,1,180,100,1), - (44073,181027,1,9888.75,2392.52,1313.66,1.3439,0,0,0.622515,0.782608,180,100,1), - (44074,181027,1,9791.98,2452.62,1313.66,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (44075,181027,1,9816.61,2485.6,1313.66,1.93731,0,0,0.824126,0.566406,180,100,1), - (44076,181027,1,9985.42,2477.57,1313.66,2.16421,0,0,0.882948,0.469472,180,100,1), - (44077,181027,1,9785.54,2582.46,1313.66,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (44078,181060,1,9917.05,2550.05,1316.59,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (44079,181060,1,9918.65,2498.42,1316.38,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (44080,181060,1,9967.18,2493.32,1316.13,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (44081,181060,1,9936.7,2484,1316.68,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (44082,181060,1,9923.77,2553.71,1316.8,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (44083,181060,1,9991.68,2525.66,1315.42,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (44084,181060,1,9941.61,2481.39,1316.35,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (44085,181060,1,9960.74,2485.68,1316.04,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (44086,181060,1,9928.7,2489.73,1317.02,0.261799,0,0,0.130526,0.991445,180,100,1), - (44087,181060,1,9932.14,2487.1,1316.74,2.04204,0,0,0.85264,0.522499,180,100,1), - (44088,181021,1,9892.59,2223.51,1343.63,0.017453,0,0,0.008727,0.999962,180,100,1), - (44089,181055,1,9996.89,2273.38,1355.08,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (44090,181055,1,9919.38,2271.49,1355.09,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (44091,181016,1,9939.09,2585.65,1316.41,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (44092,181021,1,10014,2226.74,1343.69,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (44093,181021,1,9893.36,2207.54,1343.76,0.034907,0,0,0.017452,0.999848,180,100,1), - (44094,181021,1,10013.6,2242.08,1343.91,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (44095,181016,1,9939.75,2594.98,1316.24,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (44096,181016,1,9952.15,2585.77,1316.13,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (44097,181055,1,9985.81,2272.69,1355,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (44098,181025,1,9906.45,2306.75,1340.89,1.55334,0,0,0.700909,0.71325,180,100,1), - (44099,181020,1,9821.78,2252.39,1346.21,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (44100,181020,1,9737.77,2294.83,1346.49,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (44101,181027,1,9791.89,2515.96,1313.66,0.20944,0,0,0.104528,0.994522,180,100,1), - (44102,181027,1,9813.96,2555.76,1313.66,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (44103,181027,1,9885.83,2408.99,1313.66,2.6529,0,0,0.970296,0.241922,180,100,1), - (44104,181027,1,10017,2582.8,1313.66,2.33874,0,0,0.920505,0.390731,180,100,1), - (44105,181060,1,9911.52,2545.1,1316.08,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (44106,181060,1,9955.18,2556.27,1316.17,1.39626,0,0,0.642788,0.766044,180,100,1), - (44107,181060,1,9986.88,2533.89,1315.75,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (44108,181060,1,9904.95,2522.02,1315.93,1.25664,0,0,0.587785,0.809017,180,100,1), - (44109,181060,1,9976.07,2506.44,1316.5,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (44110,181027,1,9713.11,2608.23,1313.66,0.698132,0,0,0.34202,0.939693,180,100,1), - (44111,181027,1,10040.2,2582.51,1313.66,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (44112,181027,1,9814.59,2612.67,1313.66,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (44113,181027,1,10015.5,2398.33,1313.66,1.65806,0,0,0.737277,0.67559,180,100,1), - (44114,181027,1,9916.01,2481.23,1313.66,0.541052,0,0,0.267238,0.96363,180,100,1), - (44115,181027,1,9990.15,2556.42,1313.66,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (44116,181027,1,9855.38,2594.17,1313.66,0.698132,0,0,0.34202,0.939693,180,100,1), - (44117,181027,1,9921.48,2386.86,1313.66,2.67035,0,0,0.97237,0.233445,180,100,1), - (44118,181027,1,9785.84,2616.44,1313.66,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (44119,181027,1,9750.32,2472.94,1313.66,0.942478,0,0,0.45399,0.891007,180,100,1), - (44120,181027,1,10020.8,2461.28,1313.66,2.30383,0,0,0.913545,0.406737,180,100,1), - (44121,181020,1,9857.45,2344.73,1334.97,2.89725,0,0,0.992546,0.121869,180,100,1), - (44122,181027,1,9910.92,2589,1313.66,0.680678,0,0,0.333807,0.942641,180,100,1), - (44123,181027,1,10047.5,2525,1313.66,2.74017,0,0,0.979925,0.199368,180,100,1), - (44124,181027,1,9951.83,2377.67,1313.66,2.40855,0,0,0.93358,0.358368,180,100,1), - (44125,181020,1,9798.35,2309.28,1330.56,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (44126,181027,1,9982.73,2383.53,1313.66,2.77507,0,0,0.983255,0.182236,180,100,1), - (44127,181027,1,9722.1,2587.24,1313.66,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (44128,181025,1,9995.74,2309.05,1340.94,1.74533,0,0,0.766044,0.642788,180,100,1), - (44129,181027,1,9686.7,2619.66,1313.66,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (44130,181027,1,9791.99,2473.6,1313.66,0.471239,0,0,0.233445,0.97237,180,100,1), - (44131,181027,1,9950.99,2441.91,1313.66,1.32645,0,0,0.615662,0.788011,180,100,1), - (44132,181027,1,10017.7,2611.61,1313.66,3.05433,0,0,0.999048,0.043619,180,100,1), - (44133,181027,1,9884.55,2517.38,1313.66,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (44134,181027,1,9782.26,2386.59,1313.66,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (44135,181027,1,9916.19,2415.84,1313.66,0.645772,0,0,0.317305,0.948324,180,100,1), - (44136,181027,1,9853.22,2517.56,1313.66,-2.09439,0,0,0.866025,-0.5,180,100,1), - (44137,181027,1,10016.9,2522.34,1313.66,0.715585,0,0,0.350207,0.936672,180,100,1), - (44138,181027,1,10043.9,2380.27,1313.66,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (44139,181027,1,9879.48,2611.53,1313.66,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (44140,181027,1,9753.91,2584.86,1313.66,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (44141,181020,1,9695.81,2338.86,1340.98,2.18166,0,0,0.887011,0.461749,180,100,1), - (44142,181027,1,10039.7,2546.71,1313.66,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (44143,181027,1,9855.78,2612.98,1313.66,2.72271,0,0,0.978148,0.207912,180,100,1), - (44144,181027,1,10050.3,2459.01,1313.66,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (44145,181027,1,9817.47,2450.54,1313.66,0.767945,0,0,0.374607,0.927184,180,100,1), - (44146,181027,1,9923,2450.67,1313.66,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (44147,181027,1,9816.98,2516.38,1313.66,1.22173,0,0,0.573576,0.819152,180,100,1), - (44148,181027,1,9988.74,2449.6,1313.66,1.15192,0,0,0.544639,0.838671,180,100,1), - (44149,181027,1,9887.99,2548.04,1313.66,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (44150,181027,1,10040.3,2614.06,1313.66,1.41372,0,0,0.649448,0.760406,180,100,1), - (44151,181027,1,9848.24,2479.29,1313.66,0.750492,0,0,0.366501,0.930418,180,100,1), - (44152,181027,1,10023,2351.21,1313.66,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (44153,181027,1,9987.97,2582.2,1313.66,2.47837,0,0,0.945519,0.325568,180,100,1), - (44154,181020,1,9696.83,2518.31,1339.86,0.05236,0,0,0.026177,0.999657,180,100,1), - (44155,181027,1,10016.5,2549.55,1313.66,1.53589,0,0,0.694658,0.71934,180,100,1), - (44156,181019,0,1715.13,232.002,-41.266,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (44157,181060,0,1601.56,256.767,60.1515,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (44158,181019,0,1715.21,246.746,-41.2577,2.18166,0,0,0.887011,0.461749,180,100,1), - (44159,181060,0,1578.87,234.809,60.1515,0.541052,0,0,0.267238,0.96363,180,100,1), - (44160,181016,0,1589.83,245.835,60.1507,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (44161,181019,0,1682.87,232.56,-41.257,2.16421,0,0,0.882948,0.469472,180,100,1), - (44162,181019,0,1701.35,237.729,-41.5009,2.1293,0,0,0.87462,0.48481,180,100,1), - (44163,181019,0,1690.85,246.782,-41.2577,1.09956,0,0,0.522499,0.85264,180,100,1), - (44164,181019,0,1702.21,246.72,-41.2573,0.226893,0,0,0.113203,0.993572,180,100,1), - (44165,181060,0,1590.36,223.334,60.1515,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (44166,181060,0,1557.83,253.536,-34.8079,3.10669,0,0,0.999848,0.017452,180,100,1), - (44167,181060,0,1636.66,230.875,-40.7105,1.20428,0,0,0.566406,0.824126,180,100,1), - (44168,181060,0,1587.74,281.471,-40.7497,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (44169,181060,0,1621.26,270.278,-34.8406,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (44170,181060,0,1613.86,275.428,-34.8434,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (44171,181060,0,1577.56,205.111,-34.8439,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (44172,181060,0,1633.55,227.21,-34.8064,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (44173,181060,0,1557.67,227.829,-34.807,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (44174,181060,0,1572.79,206.157,-40.7758,2.80998,0,0,0.986286,0.165048,180,100,1), - (44175,181060,0,1636.74,249.196,-40.836,0.680678,0,0,0.333807,0.942641,180,100,1), - (44176,181018,0,1586.07,250.113,-47.3099,2.35619,0,0,0.92388,0.382683,180,100,1), - (44177,181015,0,1595.84,240.163,-52.1429,0.890118,0,0,0.430511,0.902585,180,100,1), - (44178,181019,0,1586.32,277.428,-54.2526,1.13446,0,0,0.5373,0.843391,180,100,1), - (44179,181019,0,1590.35,206.828,-54.2666,2.9147,0,0,0.993572,0.113203,180,100,1), - (44180,181018,0,1605.44,249.869,-47.3329,0.802851,0,0,0.390731,0.920505,180,100,1), - (44181,181019,0,1605.69,276.238,-54.2526,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (44182,181018,0,1605.16,230.557,-47.4507,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (44183,181018,0,1585.86,230.646,-47.4108,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (44184,181027,0,1438,242.31,-64.4786,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (44185,181027,0,1720.83,336.018,-64.4786,0.645772,0,0,0.317305,0.948324,180,100,1), - (44186,181027,0,1485.2,352.151,-64.4786,1.48353,0,0,0.67559,0.737277,180,100,1), - (44187,181027,0,1611.55,269.952,-64.4786,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (44188,181027,0,1515.95,104.481,-64.4786,0.453786,0,0,0.224951,0.97437,180,100,1), - (44189,181027,0,1443.8,285.548,-64.4786,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (44190,181027,0,1458.7,160.822,-64.4786,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (44191,181027,0,1553.21,89.4006,-64.4786,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (44192,181025,0,1408.34,241.411,-50.6636,0.017453,0,0,0.008727,0.999962,180,100,1), - (44193,181027,0,1748.11,280.002,-64.4786,0.802851,0,0,0.390731,0.920505,180,100,1), - (44194,181019,0,1691.12,232.09,-41.2572,2.44346,0,0,0.939693,0.34202,180,100,1), - (44195,181060,0,1600.75,223.21,60.1515,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (44196,181019,0,1701.99,232.31,-41.2565,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (44197,181019,0,1682.74,246.803,-41.2577,0.069813,0,0,0.034899,0.999391,180,100,1), - (44198,181025,0,1719.17,239.088,-24.511,0,0,0,0,1,180,100,1), - (44199,181019,0,1709.12,246.94,-41.2577,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (44200,181019,0,1708.3,231.784,-41.2571,1.67552,0,0,0.743145,0.669131,180,100,1), - (44201,181060,0,1590.42,256.867,60.1515,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (44202,181060,0,1579.19,245.857,60.1515,1.46608,0,0,0.669131,0.743145,180,100,1), - (44203,181019,0,1701.38,241.146,-41.5217,1.309,0,0,0.608761,0.793353,180,100,1), - (44204,181060,0,1583.37,202.294,-34.8428,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (44205,181060,0,1562.17,264.058,-40.7658,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (44206,181060,0,1566.17,266.398,-34.8092,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (44207,181060,0,1625.44,265.981,-34.8108,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (44208,181060,0,1613.23,204.839,-34.8436,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (44209,181060,0,1624.88,214.133,-34.8118,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (44210,181060,0,1630.67,258.803,-34.8106,1.44862,0,0,0.66262,0.748956,180,100,1), - (44211,181060,0,1570.24,210.329,-34.8401,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (44212,181060,0,1633.82,252.787,-34.8056,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (44213,181060,0,1583.94,278.432,-34.8459,2.74017,0,0,0.979925,0.199368,180,100,1), - (44214,181027,0,1704.93,125.161,-64.4786,-2.09439,0,0,0.866025,-0.5,180,100,1), - (44215,181027,0,1609.73,208.739,-64.4786,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (44216,181027,0,1634.06,90.87,-64.4786,2.23402,0,0,0.898794,0.438371,180,100,1), - (44217,181027,0,1680.95,370.951,-64.4786,0.907571,0,0,0.438371,0.898794,180,100,1), - (44218,181027,0,1672.13,101.345,-64.4786,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (44219,181027,0,1581.26,208.777,-64.4786,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (44220,181027,0,1481.61,127.706,-64.4786,1.309,0,0,0.608761,0.793353,180,100,1), - (44221,181027,0,1752.5,239.586,-64.4786,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (44222,181027,0,1747.87,199.132,-64.4786,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (44223,181027,0,1595.46,82.8779,-64.4786,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (44224,181016,0,1589.55,234.288,60.1507,0.785398,0,0,0.382683,0.92388,180,100,1), - (44225,181060,0,1561.64,217.309,-40.6901,2.68781,0,0,0.97437,0.224951,180,100,1), - (44226,181060,0,1586.88,199.268,-40.7277,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (44227,181060,0,1573.4,274.89,-40.7745,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (44228,181060,0,1629.16,216.474,-40.702,0.506145,0,0,0.25038,0.968148,180,100,1), - (44229,181060,0,1607.48,202.24,-34.8466,0.471239,0,0,0.233445,0.97237,180,100,1), - (44230,181060,0,1618.72,274.337,-40.8867,2.93215,0,0,0.994522,0.104528,180,100,1), - (44231,181060,0,1604.37,281.328,-40.8098,0.122173,0,0,0.061049,0.998135,180,100,1), - (44232,181060,0,1630.29,221.499,-34.8128,0.331613,0,0,0.165048,0.986286,180,100,1), - (44233,181060,0,1560.75,221.971,-34.8116,0.436332,0,0,0.21644,0.976296,180,100,1), - (44234,181060,0,1629.66,263.248,-40.9019,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (44235,181027,0,1582.82,270.919,-64.4786,1.18682,0,0,0.559193,0.829038,180,100,1), - (44236,181027,0,1731.75,160.798,-64.4786,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (44237,181027,0,1596.63,397.226,-64.4786,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (44238,181025,0,1783.2,237.736,-50.6241,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (44239,181027,0,1558.55,393.236,-64.4786,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (44240,181025,0,1594.39,52.9281,-50.7143,1.5708,0,0,0.707107,0.707107,180,100,1), - (44241,181027,0,1636.53,389.252,-64.4786,0.383972,0,0,0.190809,0.981627,180,100,1), - (44242,181027,0,1521.35,379.553,-64.4786,0.296706,0,0,0.147809,0.989016,180,100,1), - (44243,181027,0,1442.43,201.785,-64.4786,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (44244,181027,0,1459.6,319.881,-64.4786,1.29154,0,0,0.601815,0.798636,180,100,1), - (44245,181060,0,1554.78,249.882,-40.7112,2.23402,0,0,0.898794,0.438371,180,100,1), - (44246,181060,0,1636.01,235.241,-34.8096,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (44247,181060,0,1565.89,214.636,-34.8104,0.314159,0,0,0.156434,0.987688,180,100,1), - (44248,181060,0,1570.76,270.908,-34.8359,1.23918,0,0,0.580703,0.814116,180,100,1), - (44249,181060,0,1578.06,275.812,-34.8425,1.37881,0,0,0.636078,0.771625,180,100,1), - (44250,181060,0,1554.6,231.532,-40.7101,2.89725,0,0,0.992546,0.121869,180,100,1), - (44251,181060,0,1620.63,210.139,-34.8459,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (44252,181060,0,1560.98,259.348,-34.8111,2.16421,0,0,0.882948,0.469472,180,100,1), - (44253,181060,0,1617.92,205.694,-40.7951,2.42601,0,0,0.936672,0.350207,180,100,1), - (44254,181060,0,1607.9,278.295,-34.8444,1.41372,0,0,0.649448,0.760406,180,100,1), - (44255,181060,0,1603.55,199.13,-40.7256,1.78024,0,0,0.777146,0.62932,180,100,1), - (44256,181060,0,1636.11,244.58,-34.8105,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (44257,181055,1,1588.31,-4108.94,46.2348,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (44258,181016,1,-1071.91,-32.9583,141.348,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (44259,181014,1,-1185.54,27.9683,195.245,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (44260,181016,1,-1067.54,-18.4063,140.607,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (44261,181016,1,-1304.97,144.895,131.385,1.41372,0,0,0.649448,0.760406,180,100,1), - (44262,181014,1,-1210.72,34.2156,192.245,2.84489,0,0,0.989016,0.147809,180,100,1), - (44263,181014,1,-1297.66,192.871,137.188,1.65806,0,0,0.737277,0.67559,180,100,1), - (44264,181016,1,-1202.39,25.2032,176.949,0.855211,0,0,0.414693,0.909961,180,100,1), - (44265,181016,1,-1277.25,162.139,131.136,2.68781,0,0,0.97437,0.224951,180,100,1), - (44266,181017,1,-1259.44,39.8108,133.912,1.62316,0,0,0.725374,0.688355,180,100,1), - (44267,181016,1,-1263.3,18.5099,128.187,0.820305,0,0,0.398749,0.91706,180,100,1), - (44268,181016,1,-1251.77,20.0596,128.187,2.54818,0,0,0.956305,0.292372,180,100,1), - (44269,181016,1,-1265.91,26.0747,128.187,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (44270,181016,1,-1250.87,27.5822,128.187,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (44271,181060,1,-1140.31,48.5482,147.17,1.27409,0,0,0.594823,0.803857,180,100,1), - (44272,181060,1,-1091.37,-1.32107,143.954,0.767945,0,0,0.374607,0.927184,180,100,1), - (44273,181060,1,-1183.16,-54.9835,165.055,0.244346,0,0,0.121869,0.992546,180,100,1), - (44274,181060,1,-1245.64,137.252,136.048,1.41372,0,0,0.649448,0.760406,180,100,1), - (44275,181060,1,-1234.44,84.6758,133.533,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (44276,181060,1,-1186.31,-38.4025,166.354,0.959931,0,0,0.461749,0.887011,180,100,1), - (44277,181060,1,-1114.98,7.12733,145.233,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (44278,181060,1,-1149.42,27.2867,148.415,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (44279,181019,1,-1290.56,49.203,138.795,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (44280,181016,1,-1292.91,49.4335,129.209,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (44281,181021,1,-1277.65,49.8685,144.238,0.558505,0,0,0.275637,0.961262,180,100,1), - (44282,181017,1,-1311.32,32.3073,135.914,0.541052,0,0,0.267238,0.96363,180,100,1), - (44283,181017,1,-1294.72,40.1545,135.862,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (44284,181016,1,-1287.73,37.0892,129.209,1.97222,0,0,0.833886,0.551937,180,100,1), - (44285,181016,1,1642.59,-4372.39,12.7448,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (44286,181016,1,1615.25,-4371.44,12.3255,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (44287,181014,1,1663.45,-4345.16,38.0168,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (44288,181016,1,1622.07,-4385.72,12.2943,0.872665,0,0,0.422618,0.906308,180,100,1), - (44289,181018,1,1630.14,-4373.75,19.1125,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (44290,181014,1,1659.33,-4346.13,67.0861,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (44291,181016,1,1632.28,-4360.02,12.7307,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (44292,181019,1,1640.67,-4445.25,16.3232,0.715585,0,0,0.350207,0.936672,180,100,1), - (44293,181017,1,1624.57,-4435.78,25.7124,2.51327,0,0,0.951057,0.309017,180,100,1), - (44294,181016,1,1643.54,-4444.94,15.4065,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (44295,181017,1,1627.62,-4431.78,25.5626,2.54818,0,0,0.956305,0.292372,180,100,1), - (44296,181019,1,1639.59,-4445.7,16.3232,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (44297,181016,1,1638.73,-4450.24,15.4065,1.98968,0,0,0.838671,0.544639,180,100,1), - (44298,181060,1,1639.94,-4444.88,16.3301,1.69297,0,0,0.748956,0.66262,180,100,1), - (44299,181017,1,1621.98,-4439.55,25.8617,2.49582,0,0,0.948324,0.317305,180,100,1), - (44300,181021,1,1659.82,-4329.04,75.2346,2.68781,0,0,0.97437,0.224951,180,100,1), - (44301,181018,1,1434.22,-4358.4,38.2172,-2.09439,0,0,0.866025,-0.5,180,100,1), - (44302,181021,1,1687.43,-4340.11,74.9505,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (44303,181021,1,1672.88,-4320.48,74.9852,1.64061,0,0,0.731354,0.681998,180,100,1), - (44304,181018,1,1432.57,-4427.82,38.966,0.890118,0,0,0.430511,0.902585,180,100,1), - (44305,181021,1,1484.87,-4416.72,53.1904,0.10472,0,0,0.052336,0.99863,180,100,1), - (44306,181018,1,1425.61,-4369.41,38.829,0.907571,0,0,0.438371,0.898794,180,100,1), - (44307,181021,1,1685.85,-4327.43,74.8583,0.698132,0,0,0.34202,0.939693,180,100,1), - (44308,181021,1,1661.55,-4344.48,75.2458,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (44309,181018,1,1441.37,-4416.68,37.9758,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (44310,181060,1,1779.42,-4313.93,5.45587,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (44311,181018,1,1887.7,-4604.38,41.2229,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (44312,181018,1,1928.96,-4584.59,41.3925,3.03687,0,0,0.99863,0.052336,180,100,1), - (44313,181018,1,1743.51,-4403.31,46.0636,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (44314,181022,1,1858.83,-4514.74,23.7042,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (44315,181018,1,1695.88,-4277.76,41.1063,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (44316,181014,1,-1028.03,-41.6273,147.165,2.60054,0,0,0.96363,0.267238,180,100,1), - (44317,181016,1,-1059.13,-7.60406,141.311,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (44318,181021,1,1706.77,-3929.71,71.8858,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (44319,181018,1,1941.74,-4251.02,50.9597,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (44320,181016,1,-1190.94,25.9335,176.949,2.35619,0,0,0.92388,0.382683,180,100,1), - (44321,181016,1,-1290.7,150.55,129.743,1.76278,0,0,0.771625,0.636078,180,100,1), - (44322,181060,1,-1174.21,-75.0951,165.661,2.84489,0,0,0.989016,0.147809,180,100,1), - (44323,181020,1,-1189.54,36.9993,180.617,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (44324,181060,1,-1226.72,80.6411,133.715,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (44325,181020,1,-1175.14,-48.8111,167.614,3.07178,0,0,0.999391,0.034899,180,100,1), - (44326,181014,1,-1236.53,-90.0243,178.074,0.436332,0,0,0.21644,0.976296,180,100,1), - (44327,181060,1,-1224.42,81.4398,133.715,1.58825,0,0,0.71325,0.700909,180,100,1), - (44328,181060,1,-1226.41,45.3912,131.096,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (44329,181060,1,-1213.21,-10.1759,169.181,2.00713,0,0,0.843391,0.5373,180,100,1), - (44330,181060,1,-1292.99,112.323,134.367,0.907571,0,0,0.438371,0.898794,180,100,1), - (44331,181060,1,-1174.35,-72.6692,165.661,0.523599,0,0,0.258819,0.965926,180,100,1), - (44332,181021,1,1381.49,-4369.8,52.8347,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (44333,181018,1,1907.3,-4315.75,28.5347,0.279253,0,0,0.139173,0.990268,180,100,1), - (44334,181018,1,1915.1,-4371.97,32.7758,0.314159,0,0,0.156434,0.987688,180,100,1), - (44335,181018,1,1956.05,-4361.1,33.1505,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (44336,181018,1,1656.47,-4433.01,28.1114,2.33874,0,0,0.920505,0.390731,180,100,1), - (44337,181060,1,-1162.25,29.9081,149.03,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (44338,181014,1,-1205,134.352,149.189,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (44339,181016,1,-1399.61,-48.9439,156.685,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (44340,181020,1,-1423.93,-109.049,167.31,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (44341,181060,1,-1277,80.4661,131.839,0.436332,0,0,0.21644,0.976296,180,100,1), - (44342,181060,1,1764.03,-4325.3,5.91079,0.05236,0,0,0.026177,0.999657,180,100,1), - (44343,181016,1,1695.3,-4321.7,61.498,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (44344,181055,1,1965.27,-4751.63,70.7718,1.97222,0,0,0.833886,0.551937,180,100,1), - (44345,181060,1,1766.38,-4323.8,6.09742,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (44346,181018,1,1674.43,-4334.04,64.0697,1.11701,0,0,0.529919,0.848048,180,100,1), - (44347,181060,1,1771.43,-4319.82,6.45918,1.51844,0,0,0.688355,0.725374,180,100,1), - (44348,181060,1,1776.3,-4316.4,6.11171,2.25148,0,0,0.902585,0.430511,180,100,1), - (44349,181027,1,1987.8,-4625.01,24.5558,2.44346,0,0,0.939693,0.34202,180,100,1), - (44350,181027,1,1967.51,-4664.97,24.5558,1.18682,0,0,0.559193,0.829038,180,100,1), - (44351,181060,1,-1042.26,-215.809,162.632,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (44352,181060,1,-1063.76,-241.522,162.283,0.558505,0,0,0.275637,0.961262,180,100,1), - (44353,181020,1,-1057.54,-259.685,168.674,1.71042,0,0,0.75471,0.656059,180,100,1), - (44354,181060,1,-1114.43,4.69217,145.233,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (44355,181060,1,-1139.33,50.6481,147.17,0.05236,0,0,0.026177,0.999657,180,100,1), - (44356,181016,1,-1385.49,-58.1903,158.535,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (44357,181020,1,-1204.61,25.1163,181.123,0.750492,0,0,0.366501,0.930418,180,100,1), - (44358,181020,1,-1085.99,5.73009,147.634,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (44359,181060,1,-1295.13,100.277,133.66,2.6529,0,0,0.970296,0.241922,180,100,1), - (44360,181060,1,-1103.8,21.8106,143.861,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (44361,181060,1,-1406.43,-109.242,162.298,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (44362,181027,1,1961.35,-4645.08,24.5558,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (44363,181018,1,1677.66,-4423.05,28.1319,1.5708,0,0,0.707107,0.707107,180,100,1), - (44364,181016,1,1650.02,-4332.94,61.5018,0,0,0,0,1,180,100,1), - (44365,181018,1,1724.71,-4416.39,46.0725,0.698132,0,0,0.34202,0.939693,180,100,1), - (44366,181018,1,2030.91,-4657.26,37.322,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (44367,181016,1,1658.49,-4314.09,62.0468,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (44368,181060,1,1774.14,-4317.93,6.51081,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (44369,181018,1,1915.48,-4252.46,50.5299,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (44370,181060,1,-1066.19,-241.4,162.283,3.00197,0,0,0.997564,0.069757,180,100,1), - (44371,181055,1,1928.31,-4248.18,55.957,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (44372,181018,1,1712.41,-4219.7,55.258,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (44373,181060,1,-1041.59,-213.363,162.632,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (44374,181014,1,-1108.48,-10.3021,157.776,1.78024,0,0,0.777146,0.62932,180,100,1), - (44375,181060,1,-1160.04,29.3408,149.03,1.20428,0,0,0.566406,0.824126,180,100,1), - (44376,181020,1,-1192.92,22.2192,181.24,1.90241,0,0,0.814116,0.580703,180,100,1), - (44377,181027,1,-1261.52,94.5747,127.886,0.872665,0,0,0.422618,0.906308,180,100,1), - (44378,181060,1,-1243.21,137.371,136.048,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (44379,181020,1,-1248.75,-62.7547,170.309,0.087266,0,0,0.043619,0.999048,180,100,1), - (44380,181060,1,-1231.69,-43.6813,167.769,1.97222,0,0,0.833886,0.551937,180,100,1), - (44381,181060,1,-1187.53,-36.2961,166.354,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (44382,181018,1,1900.84,-4339.25,26.3603,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (44383,181060,1,1769.25,-4321.72,6.2909,1.55334,0,0,0.700909,0.71325,180,100,1), - (44384,181018,1,1919.7,-4582.7,41.1832,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (44385,181016,1,1675.11,-4361.82,62.06,1.65806,0,0,0.737277,0.67559,180,100,1), - (44386,181018,1,1897.01,-4606.08,40.9014,2.9147,0,0,0.993572,0.113203,180,100,1), - (44387,181016,1,1688.17,-4313.84,61.6555,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (44388,181016,1,1675.8,-4311.48,61.6065,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (44389,181016,1,1698.88,-4342.24,62.0575,2.74017,0,0,0.979925,0.199368,180,100,1), - (44390,181060,1,-1118.3,39.446,144.723,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (44391,181060,1,-1102.7,19.6779,143.861,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (44392,181060,1,-1253.88,51.9722,129.965,1.46608,0,0,0.669131,0.743145,180,100,1), - (44393,181027,1,-1256.94,101.069,127.886,2.19912,0,0,0.891007,0.453991,180,100,1), - (44394,181014,1,-1180.66,-92.8976,177.532,2.53073,0,0,0.953717,0.300706,180,100,1), - (44395,181060,1,-1278.87,81.8948,131.839,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (44396,181060,1,-1292.63,114.803,134.367,0.069813,0,0,0.034899,0.999391,180,100,1), - (44397,181060,1,-1091.03,1.14784,143.954,2.61799,0,0,0.965926,0.258819,180,100,1), - (44398,181018,1,2011.81,-4645.75,36.5273,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (44399,181027,1,1993.21,-4673.66,24.5558,2.32129,0,0,0.91706,0.398749,180,100,1), - (44400,181016,1,1693.92,-4351.96,61.5084,2.32129,0,0,0.91706,0.398749,180,100,1), - (44401,181027,1,-1266.06,100.961,127.886,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (44402,181060,1,-1118.2,37.1479,144.723,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (44403,181060,1,-1192.85,-5.08306,168.891,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (44404,181020,1,-1200.74,40.0504,180.859,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (44405,181060,1,-1183.14,-57.4883,165.055,0.244346,0,0,0.121869,0.992546,180,100,1), - (44406,181060,1,-1228.75,45.3529,131.096,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (44407,181060,1,-1236.09,-58.2324,166.207,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (44408,181060,1,-1147.1,26.9074,148.415,0.069813,0,0,0.034899,0.999391,180,100,1), - (44409,181060,1,-1256.15,51.2523,129.965,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (44410,181060,1,-1236.08,82.8995,133.533,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (44411,181060,1,-1230.7,-41.4822,167.769,2.60054,0,0,0.96363,0.267238,180,100,1), - (44412,181060,1,-1193.23,-7.46246,168.891,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (44413,181060,1,-1294.23,97.8879,133.66,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (44414,181014,1,-1123.94,65.1875,158.35,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (44415,181060,1,-1290.47,132.949,134.571,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (44416,181060,1,-1288.88,130.987,134.571,2.04204,0,0,0.85264,0.522499,180,100,1), - (44417,181060,1,-1213.46,-12.5487,169.181,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (44418,181020,1,-1146.22,17.2813,150.335,0.488692,0,0,0.241922,0.970296,180,100,1), - (44419,181060,1,-1407.64,-111.458,162.298,2.87979,0,0,0.991445,0.130526,180,100,1), - (44420,181060,1,-1235.88,-55.7595,166.207,-1.0472,0,0,0.5,-0.866025,180,100,1), - (44640,19541,1,1402.17,853.09,146.997,1.79769,0,0,0.782608,0.622515,180,100,1), - (44641,19541,1,862.677,209.647,27.7091,1.76278,0,0,0.771625,0.636078,180,100,1), - (44642,1621,1,215.087,-475.521,20.5114,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (44643,19541,1,1524.46,604.206,145.681,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (44644,19541,1,1503.16,1011.93,142.6,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (44645,19541,1,1495.26,-482.557,38.5625,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (44646,19541,1,918.995,200.072,27.677,1.79769,0,0,0.782608,0.622515,180,100,1), - (44647,1621,1,1369.16,-462.259,27.6064,1.46608,0,0,0.669132,0.743144,300,100,1), - (44648,1621,1,955.098,150.59,25.9209,0.331613,0,0,0.165048,0.986286,300,100,1), - (44649,19541,1,989.752,166.383,22.7116,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (44650,19541,1,1525.06,-389.071,32.0918,1.90241,0,0,0.814116,0.580703,180,100,1), - (44651,19541,1,1498.51,-566.273,61.4355,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (44652,19541,1,543.946,595.887,74.1724,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (44653,19541,1,524.556,580.345,90.9927,0.034907,0,0,0.017452,0.999848,180,100,1), - (44654,19541,1,456.917,677.47,78.431,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (44655,19541,1,501.52,685.815,79.4108,0,0,0,0,1,180,100,1), - (44656,19541,1,544.568,667.32,78.8672,1.18682,0,0,0.559193,0.829038,180,100,1), - (44657,19541,1,602.857,660.715,79.6928,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (44658,1621,1,2632.98,1374.62,233.622,0.034907,0,0,0.0174526,0.999848,300,100,1), - (44659,19541,1,962.659,85.6017,20.7847,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (44660,1621,1,2211.69,1094.75,268.101,1.09956,0,0,0.5225,0.852639,300,100,1), - (44661,1621,1,1205.25,731.131,174.484,0.10472,0,0,0.0523361,0.99863,300,100,1), - (44662,1621,1,515.528,1649.29,0.500507,1.97222,0,0,0.833885,0.551938,300,100,1), - (44663,1622,1,100.978,-868.159,11.8056,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (44664,2061,0,2530.24,-902.411,56.7375,2.04204,-0.026638,0.031664,0.851641,0.522489,900,100,1), - (44705,19542,1,1241.14,-480.327,12.3867,-2.30383,0,0,0.913545,-0.406737,7200,100,1), - (44712,19542,1,1400.6,278.44,15.6321,-2.67035,0,0,0.97237,-0.233445,7200,100,1), - (44717,1622,1,146.906,-605.11,11.0711,-2.16421,0,0,-0.882948,0.469471,300,100,1), - (44718,1622,1,2741.4,1700.49,309.784,2.53073,0,0,0.953717,0.300705,300,100,1), - (44726,179559,429,275.82,-424.098,-119.962,0,0,0,-0.824126,0.566406,-604800,0,1), - (44727,179559,429,274.34,-424.026,-119.962,0,0,0,0.309016,0.951057,-604800,0,1), - (44728,179559,429,275.153,-424.891,-119.962,0,0,0,-0.649447,0.760406,-604800,0,1), - (44729,179559,429,275.296,-423.466,-119.962,0,0,0,-0.981627,0.190812,-604800,0,1), - (44730,179559,429,275.341,-422.536,-119.962,0,0,0,0.983254,0.182238,-604800,0,1), - (44731,19542,1,828.248,266.675,24.3001,1.58825,0,0,0.71325,0.700909,7200,100,1), - (44732,141981,0,-10633.4,-2985.83,28.986,4.74371,0,0,0.695946,-0.718095,-600,0,1), - (44733,141980,0,-10633.4,-2985.83,28.986,4.74371,0,0,0.695946,-0.718095,-600,0,1), - (44737,1622,1,1389.8,-360.001,13.5614,-2.89725,0,0,-0.992546,0.121868,300,100,1), - (44738,1872,0,1791.16,1340.98,89.2416,0.549778,0.001933,0.041333,0.270713,0.96177,900,100,1), - (44739,179544,429,168.564,526.016,-48.4669,1.62774,0,0,0.72695,0.68669,180,0,1), - (44740,179499,429,599.501,606.489,-4.75246,3.74834,0,0,0.954335,-0.298739,7200,100,1), - (44741,1622,1,1478.8,-360.606,20.2212,1.76278,0,0,0.771624,0.636079,300,100,1), - (44744,2061,0,1791.16,1340.98,89.2416,0.549778,0.001933,0.041333,0.270713,0.96177,900,100,1), - (44745,1630,0,1938.4,1584.38,81.9161,-1.85878,0,0,-0.801254,0.598324,900,100,1), - (44746,1631,0,2199.82,1182.34,31.6977,2.13803,0,0,0.876727,0.480989,900,100,1), - (44747,1632,0,2199.82,1182.32,30.3105,2.13803,0,0,0.876727,0.480989,900,100,1), - (44748,1633,0,2208.14,1053.3,29.4228,2.08567,0,0,0.863836,0.503774,900,100,1), - (44749,1634,0,2210.21,1054.52,29.4134,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (44750,1643,0,2188.94,660.645,33.1658,-2.522,0,0,0.952396,-0.304864,900,100,1), - (44751,1644,0,2187.56,662.604,31.8218,0.619591,0,0,0.304864,0.952396,900,100,1), - (44752,1645,0,2187.58,662.574,33.1829,0.619591,0,0,0.304864,0.952396,900,100,1), - (44753,1648,0,2219.77,260.808,32.9195,-1.02975,0,0,-0.492424,0.870356,900,100,1), - (44754,1649,0,2037.2,155.574,33.9039,2.31256,0,0,0.915311,0.402747,900,100,1), - (44755,1651,0,2038.91,157.136,32.5245,-0.829032,0,0,-0.402747,0.915312,900,100,1), - (44756,1652,0,2038.89,157.162,33.8562,-0.829032,0,0,-0.402747,0.915312,900,100,1), - (44757,1653,0,2037.23,157.224,32.5644,0.741765,0,0,0.362438,0.932008,900,100,1), - (44758,2037,0,2347.31,1071.91,39.3924,1.5708,0,0,0.707107,0.707107,900,100,1), - (44759,1656,0,2028.64,51.0382,33.8673,3.14159,0,0,1,0,900,100,1), - (44760,2038,0,2347.27,1071.89,38.0578,1.5708,0,0,0.707107,0.707107,900,100,1), - (44761,2033,0,2374.47,1263.36,31.3438,2.7838,0,0,0.984041,0.177944,900,100,1), - (44762,1743,0,2039.03,150.276,34.2552,3.14159,0.004363,-0.008726,0.999952,0.000038,900,100,1), - (44763,1744,0,2038.58,147.191,34.2486,-3.14159,0.030528,-0.026165,0.999191,0.000799,900,100,1), - (44764,1657,0,2659.37,-639.66,109.284,-2.81871,0,0,0.986996,-0.160743,900,100,1), - (44765,711,0,2285.97,288.693,35.1822,2.63545,0,0,0.968148,0.25038,900,100,1), - (44766,104593,0,2376.07,359.997,37.8147,2.36492,0,0,0.925541,0.378648,900,100,1), - (44767,176200,0,1734.5,-728.731,59.2861,-3.14159,-0.056691,-0.008713,0.998354,-0.000495,900,100,1), - (44768,2061,0,1734.5,-728.731,59.2861,-3.14159,-0.056691,-0.008713,0.998354,-0.000495,900,100,1), - (44769,176202,0,1775.49,-723.108,59.2244,-3.14159,-0.004361,0.030538,0.999524,0.000133,900,100,1), - (44770,2061,0,1775.49,-723.108,59.2244,-3.14159,-0.004361,0.030538,0.999524,0.000133,900,100,1), - (44771,176203,0,1689.23,-723.685,57.7102,3.14159,0.013054,0.074102,0.997165,-0.00097,900,100,1), - (44772,2061,0,1689.23,-723.685,57.7102,3.14159,0.013054,0.074102,0.997165,-0.00097,900,100,1), - (44773,59990,0,2573.17,-49.7969,33.5683,3.14159,-0.052331,-0.013072,0.998544,-0.000685,900,100,1), - (44774,2061,0,2573.17,-49.7969,33.5683,3.14159,-0.052331,-0.013072,0.998544,-0.000685,900,100,1), - (44775,143990,0,2238.56,254.503,34.0054,2.96706,0,0,0.996195,0.087156,900,100,1), - (44776,146079,0,1802.23,-364.975,32.4969,2.2253,0,0,0.896873,0.442289,900,100,1), - (44777,146080,0,1804.02,-363.637,32.4961,-0.916299,0,0,-0.442289,0.896873,900,100,1), - (44778,177284,0,1659.45,-732.351,59.3033,3.14159,0,0.052336,0.99863,0,900,100,1), - (44779,2061,0,1659.45,-732.351,59.3033,3.14159,0,0.052336,0.99863,0,900,100,1), - (44780,177285,0,1750.32,-732.367,59.9415,3.14159,0,0,1,0,900,100,1), - (44781,2061,0,1750.32,-732.367,59.9415,3.14159,0,0,1,0,900,100,1), - (44782,1557,0,2485.43,22.1354,26.8835,3.05432,0.027844,0.038068,0.997981,0.042545,900,100,1), - (44783,165558,0,1981.64,249.839,36.9705,-1.0472,0,0,-0.5,0.866026,900,100,1), - (44784,1647,0,2219.78,260.826,34.2528,-1.02975,0,0,-0.492424,0.870356,900,100,1), - (44785,1660,0,1980.1,250.336,37.0608,0.514872,0,0,0.254602,0.967046,900,100,1), - (44786,1666,0,1979.63,248.687,37.0391,2.08567,0,0,0.863835,0.503775,900,100,1), - (44787,1873,0,2029.24,72.6146,34.4231,-3.14159,0.117536,0.004333,0.993059,-0.000513,900,100,1), - (44788,2061,0,2029.24,72.6146,34.4231,-3.14159,0.117536,0.004333,0.993059,-0.000513,900,100,1), - (44789,1165,0,2569.4,-37.6788,33.28,2.3911,-0.014757,0.033938,0.929529,0.366888,3,100,1), - (44790,1658,0,1981.24,248.245,36.9923,-2.62672,0,0,0.967046,-0.254602,900,100,1), - (44791,178844,0,2655.95,-678.247,111.193,0.427606,0,0,0.212178,0.977231,900,100,1), - (44792,1654,0,2028.62,53.3835,32.5893,0,0,0,0,1,900,100,1), - (44793,19028,0,2654.7,-633.416,108.547,0.209439,0,0,0.104528,0.994522,900,100,1), - (44794,1662,0,2188.92,660.634,31.8302,-2.522,0,0,0.952396,-0.304864,900,100,1), - (44795,176204,0,1672.89,-715.228,57.6562,-3.13286,0.004286,0.017471,0.999828,-0.004439,900,100,1), - (44796,2061,0,1672.89,-715.228,57.6562,-3.13286,0.004286,0.017471,0.999828,-0.004439,900,100,1), - (44797,1659,0,1981.36,248.159,35.5948,-2.62672,0,0,0.967046,-0.254602,900,100,1), - (44798,2036,0,2349.64,1071.89,39.3799,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (44799,1650,0,2037.14,155.523,32.5716,2.31256,0,0,0.915311,0.402747,900,100,1), - (44800,1661,0,2208.14,1053.3,28.0898,2.08567,0,0,0.863836,0.503774,900,100,1), - (44801,1639,0,2208.55,1054.92,29.3639,0.532325,0,0,0.263031,0.964787,900,100,1), - (44802,176201,0,1758.54,-722.294,60.1177,-3.13287,0.021815,0.000095,0.999753,-0.004362,900,100,1), - (44803,2061,0,1758.54,-722.294,60.1177,-3.13287,0.021815,0.000095,0.999753,-0.004362,900,100,1), - (44804,1586,0,2571.7,-46.7431,33.4288,-2.96706,-0.063073,0.02071,0.994135,-0.085371,900,100,1), - (44805,1646,0,2217.73,259.581,32.9658,2.11185,0,0,0.870356,0.492424,900,100,1), - (44806,1638,0,2200.22,1183.99,31.7502,0.558505,0,0,0.275637,0.961262,900,100,1), - (44807,146081,0,1804.01,-363.649,31.1078,-0.916299,0,0,-0.442289,0.896873,900,100,1), - (44809,101853,0,2910.81,-818.836,160.293,1.9635,0,0,0.83147,0.55557,900,100,1), - (44811,101852,0,2889.18,-827.798,160.293,1.9635,0,0,0.83147,0.55557,900,100,1), - (44812,165619,0,2851.88,-753.274,160.44,-1.1781,0,0,-0.55557,0.83147,900,100,1), - (44813,165620,0,2856.83,-751.222,160.44,-1.1781,0,0,-0.55557,0.83147,900,100,1), - (44814,165618,0,2853.59,-752.567,160.44,-1.1781,0,0,-0.55557,0.83147,900,100,1), - (44815,165621,0,2858.54,-750.515,160.44,-1.1781,0,0,-0.55557,0.83147,900,100,1), - (44816,176594,0,2389.1,337.902,40.013,2.24275,0,0,0.900698,0.434445,900,100,1), - (44817,170063,0,2302.75,272.549,37.4309,-0.253073,0,0,-0.126199,0.992005,900,100,1), - (44818,170066,0,2316.35,298.305,37.4309,-1.78896,0,0,-0.779884,0.625924,900,100,1), - (44819,170062,0,2303.3,274.652,37.4309,-0.331613,0,0,-0.165048,0.986286,900,100,1), - (44820,170061,0,2303.81,276.62,37.4309,-0.191985,0,0,-0.095845,0.995396,900,100,1), - (44821,112044,0,2314.76,283.213,37.3159,2.80125,0,0,0.985556,0.169349,900,100,1), - (44822,112048,0,2315.7,291.391,37.3159,1.30027,0,0,0.605295,0.796002,900,100,1), - (44823,170055,0,2316.24,273.449,37.4309,2.88852,0,0,0.992005,0.126199,900,100,1), - (44824,170056,0,2315.7,271.346,37.4309,2.98451,0,0,0.996917,0.078459,900,100,1), - (44825,170057,0,2315.19,269.378,37.4309,2.88852,0,0,0.992005,0.126199,900,100,1), - (44826,170058,0,2319.44,285.799,37.4309,2.96706,0,0,0.996195,0.087156,900,100,1), - (44827,112074,0,2313.68,295.369,37.3159,-1.90241,0,0,-0.814115,0.580703,900,100,1), - (44828,112061,0,2307.43,263.539,38.754,1.31772,0,0,0.612217,0.79069,900,100,1), - (44829,112049,0,2316.48,294.571,37.3159,-1.82387,0,0,-0.790689,0.612218,900,100,1), - (44830,170064,0,2298.37,275.359,37.4309,2.94961,0,0,0.995396,0.095845,900,100,1), - (44831,112045,0,2310.39,284.385,37.3159,-0.209439,0,0,-0.104528,0.994522,900,100,1), - (44832,170065,0,2299.73,280.634,37.4309,2.88852,0,0,0.992005,0.126199,900,100,1), - (44833,112073,0,2311.8,294.296,37.3159,-0.209439,0,0,-0.104528,0.994522,900,100,1), - (44834,112042,0,2317.68,292.594,37.3159,2.80125,0,0,0.985556,0.169349,900,100,1), - (44835,112079,0,2312.01,281.893,37.3159,1.30027,0,0,0.605295,0.796002,900,100,1), - (44836,112050,0,2312.8,292.474,37.3159,1.16937,0,0,0.551937,0.833886,900,100,1), - (44837,170060,0,2320.49,289.87,37.4309,2.92343,0,0,0.994056,0.108867,900,100,1), - (44838,170059,0,2319.95,287.767,37.4309,2.84489,0,0,0.989016,0.147809,900,100,1), - (44839,112043,0,2313.01,285.512,37.3159,-1.82387,0,0,-0.790689,0.612218,900,100,1), - (44840,3798,0,2256.81,349.358,35.9566,2.96706,0,0,0.996195,0.087156,900,100,1), - (44841,3797,0,2256.37,348.58,35.9566,-2.02458,0,0,-0.848048,0.529919,900,100,1), - (44842,22733,0,2267.49,249.173,34.2691,-0.157079,0,0,-0.078459,0.996917,900,100,1), - (44843,22735,0,2267.46,247.479,34.2691,0.410153,0,0,0.203642,0.979045,900,100,1), - (44844,22750,0,2254.71,232.482,33.6378,1.42244,0,0,0.652759,0.757565,900,100,1), - (44845,22732,0,2268,250.684,34.2691,-0.986112,0,0,-0.47332,0.880891,900,100,1), - (44846,22712,0,2261.31,253.02,34.21,-0.654499,0,0,-0.32144,0.94693,900,100,1), - (44847,2061,0,2261.31,253.02,34.21,-0.654499,0,0,-0.32144,0.94693,900,100,1), - (44848,22745,0,2253.44,232.916,33.6378,0.671952,0,0,0.329691,0.944089,900,100,1), - (44849,22749,0,2253.66,235.9,33.6378,-0.157079,0,0,-0.078459,0.996917,900,100,1), - (44850,22753,0,2247.32,251.278,41.2266,-0.174533,0,0,-0.087156,0.996195,900,100,1), - (44851,22708,0,2290.66,237.413,34.7004,2.90597,0,0,0.993069,0.117537,900,100,1), - (44852,2061,0,2290.66,237.413,34.7004,2.90597,0,0,0.993069,0.117537,900,100,1), - (44853,22711,0,2290.3,238.705,34.7004,1.50098,0,0,0.681998,0.731354,900,100,1), - (44854,2061,0,2290.3,238.705,34.7004,1.50098,0,0,0.681998,0.731354,900,100,1), - (44855,22743,0,2256.83,253.565,41.1119,-0.514873,0,0,-0.254602,0.967046,900,100,1), - (44856,22738,0,2247.64,253.045,41.2266,-0.174533,0,0,-0.087156,0.996195,900,100,1), - (44857,22739,0,2270.73,250.146,34.2691,-2.53945,0,0,0.95502,-0.296542,900,100,1), - (44858,22746,0,2253.39,234.318,33.6378,-0.157079,0,0,-0.078459,0.996917,900,100,1), - (44859,22707,0,2262.8,253.238,34.21,2.83616,0,0,0.988362,0.152123,900,100,1), - (44860,2061,0,2262.8,253.238,34.21,2.83616,0,0,0.988362,0.152123,900,100,1), - (44861,22740,0,2270.77,248.585,34.2691,2.94088,0,0,0.994968,0.100188,900,100,1), - (44862,22752,0,2277.74,243.066,41.1119,2.62672,0,0,0.967046,0.254602,900,100,1), - (44863,22742,0,2270.14,247.111,34.2691,2.57436,0,0,0.96005,0.279829,900,100,1), - (44864,22710,0,2259.87,253.283,34.21,-1.74533,0,0,-0.766044,0.642788,900,100,1), - (44865,2061,0,2259.87,253.283,34.21,-1.74533,0,0,-0.766044,0.642788,900,100,1), - (44866,22737,0,2267.44,241.916,41.2266,1.58825,0,0,0.713251,0.700909,900,100,1), - (44867,22747,0,2254.48,239.125,33.6378,-0.829031,0,0,-0.402746,0.915312,900,100,1), - (44868,22748,0,2253.92,237.491,33.6378,-0.28798,0,0,-0.143493,0.989651,900,100,1), - (44869,22709,0,2260.93,254.458,34.21,1.90241,0,0,0.814116,0.580702,900,100,1), - (44870,2061,0,2260.93,254.458,34.21,1.90241,0,0,0.814116,0.580702,900,100,1), - (44871,38491,0,2230.72,313.74,34.9113,-0.698132,0,0,-0.34202,0.939693,900,100,1), - (44872,38493,0,2230.62,307.257,36.7193,1.53589,0,0,0.694658,0.71934,900,100,1), - (44873,38494,0,2225.04,319.516,36.7193,0.095993,0,0,0.047978,0.998848,900,100,1), - (44874,38495,0,2230.84,320.359,36.7193,-1.93732,0,0,-0.824126,0.566406,900,100,1), - (44875,38492,0,2237.23,314.837,36.7193,3.01942,0,0,0.998135,0.061049,900,100,1), - (44876,22563,0,1867.47,1564.01,94.368,-0.017454,0,0,-0.008727,0.999962,900,100,1), - (44877,2061,0,1867.47,1564.01,94.368,-0.017454,0,0,-0.008727,0.999962,900,100,1), - (44878,22567,0,1866.31,1563.37,99.2849,-1.309,0,0,-0.608762,0.793353,900,100,1), - (44879,2061,0,1866.31,1563.37,99.2849,-1.309,0,0,-0.608762,0.793353,900,100,1), - (44880,22565,0,1866.31,1563.59,94.368,-1.309,0,0,-0.608762,0.793353,900,100,1), - (44881,2061,0,1866.31,1563.59,94.368,-1.309,0,0,-0.608762,0.793353,900,100,1), - (44882,22564,0,1866.85,1564.15,99.2849,2.7838,0,0,0.984041,0.177943,900,100,1), - (44883,2061,0,1866.85,1564.15,99.2849,2.7838,0,0,0.984041,0.177943,900,100,1), - (44884,22566,0,1866.85,1564.36,94.368,2.7838,0,0,0.984041,0.177943,900,100,1), - (44885,2061,0,1866.85,1564.36,94.368,2.7838,0,0,0.984041,0.177943,900,100,1), - (44886,3798,0,1837.2,1564.09,96.5178,-1.309,0,0,-0.608762,0.793353,900,100,1), - (44887,3797,0,1838.09,1564.02,96.5178,-0.017454,0,0,-0.008727,0.999962,900,100,1), - (44888,170354,0,1598.8,381.962,-58.4576,3.12414,0,0,0.999962,0.008726,900,100,1), - (44889,33999,0,1569.15,413.038,-58.5007,-1.52717,0,0,-0.691514,0.722363,900,100,1), - (44890,20656,0,1553.3,240.656,55.3952,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44891,20653,0,1595.38,197.706,55.3952,1.56207,0,0,0.704015,0.710185,900,100,1), - (44892,20649,0,1596.15,291.8,14.6822,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44893,20651,0,1596.21,302.401,-40.6645,1.56207,0,0,0.704015,0.710185,900,100,1), - (44894,36397,0,1474.84,364.133,-57.9933,-0.724311,0,0,-0.354291,0.935135,900,100,1), - (44895,113576,0,1615.76,226.406,-56.0906,2.33874,0,0,0.920505,0.390731,900,100,1), - (44896,113570,0,1575.17,253.843,-56.0906,-0.802852,0,0,-0.390731,0.920505,900,100,1), - (44897,36102,0,1650.48,293.54,-58.4937,0.776671,0,0,0.378648,0.925541,900,100,1), - (44898,113577,0,1595.32,181.144,-58.2397,1.56207,0,0,0.704015,0.710185,900,100,1), - (44899,113575,0,1536.38,240.581,-58.3116,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44900,113569,0,1593.69,100.517,-59.0787,0.008725,0,0,0.004363,0.99999,900,100,1), - (44901,20655,0,1544.24,240.773,-40.7835,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44902,36126,0,1513.67,389.707,-49.8204,0.584686,0,0,0.288197,0.957571,900,100,1), - (44903,36127,0,1450.02,331.97,-49.425,-2.07694,0,0,-0.861629,0.507539,900,100,1), - (44904,58623,0,1518.91,163.899,-53.5867,2.33874,0,0,0.920505,0.390731,900,100,1), - (44905,58624,0,1486.69,196.506,-57.9991,0.392699,0,0,0.19509,0.980785,900,100,1), - (44906,58626,0,1641.53,141.79,-55.9469,-1.11701,0,0,-0.529919,0.848048,900,100,1), - (44907,177884,0,1475.09,429.974,-68.8891,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44908,113753,0,1693.92,281.951,-62.5492,1.64934,0,0,0.734323,0.6788,900,100,1), - (44909,20657,0,1533.88,240.826,-32.3473,3.13287,0,0,0.99999,0.004363,900,100,1), - (44910,36095,0,1653.47,240.713,-58.4937,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44911,98354,0,1541.84,292.223,-58.4937,2.34747,0,0,0.922201,0.38671,900,100,1), - (44912,136101,0,1693.92,192.593,-56.0891,-0.462512,0,0,-0.2292,0.973379,900,100,1), - (44913,36070,0,1596.28,300.245,-58.2333,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44914,58599,0,1560.44,255.524,-34.2867,-0.532326,0,0,-0.263031,0.964787,900,100,1), - (44915,58613,0,1403.93,380.684,-55.4364,-2.3911,0,0,0.930418,-0.3665,900,100,1), - (44916,52175,0,1392.59,147.99,-62.4183,1.92859,0,0,0.821647,0.569997,900,100,1), - (44917,52176,0,1684.69,276.825,-62.1811,1.26536,0,0,0.59131,0.806444,900,100,1), - (44918,113752,0,1630.96,225.036,-33.7029,2.66163,0,0,0.971342,0.237686,900,100,1), - (44919,58614,0,1487.24,285.943,-58.2546,-0.392699,0,0,-0.19509,0.980785,900,100,1), - (44920,58615,0,1551.94,349.372,-57.73,-1.18682,0,0,-0.559193,0.829038,900,100,1), - (44921,58616,0,1672.61,316.299,-54.0445,-0.794124,0,0,-0.386711,0.922201,900,100,1), - (44922,58618,0,1641.27,349.046,-58.439,-1.97222,0,0,-0.833886,0.551936,900,100,1), - (44923,58619,0,1705.15,284.347,-58.439,-2.75762,0,0,0.981627,-0.190809,900,100,1), - (44924,153695,0,1589.73,274.311,-55.2462,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44925,2061,0,1589.73,274.311,-55.2462,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44926,98351,0,1595.26,180.821,-59.8467,1.56207,0,0,0.704015,0.710185,900,100,1), - (44927,58596,0,1609.45,275.395,-34.4713,-1.97222,0,0,-0.833886,0.551936,900,100,1), - (44928,58597,0,1569.9,267.807,-30.3544,-0.794124,0,0,-0.386711,0.922201,900,100,1), - (44929,36094,0,1541.74,293.894,-58.2235,-2.36492,0,0,0.925541,-0.378648,900,100,1), - (44930,58606,0,1596.14,269.916,-53.1671,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44931,58608,0,1600.37,210.108,-53.283,1.56207,0,0,0.704015,0.710185,900,100,1), - (44932,58609,0,1409.79,144.261,-50.9751,-2.66163,0,0,0.971342,-0.237686,900,100,1), - (44933,58610,0,1406.44,414.359,-80.2099,-0.794124,0,0,-0.386711,0.922201,900,100,1), - (44934,113568,0,1456.08,238.96,-57.3161,1.51844,0,0,0.688354,0.725375,900,100,1), - (44935,58600,0,1631.32,254.778,-34.3416,-2.62672,0,0,0.967046,-0.254602,900,100,1), - (44936,58602,0,1585.13,240.335,-42.7427,3.13287,0,0,0.99999,0.004363,900,100,1), - (44937,58603,0,1595.72,250.741,-42.7427,1.56207,0,0,0.704015,0.710185,900,100,1), - (44938,98350,0,1597.47,299.311,-59.4108,3.13287,0,0,0.99999,0.004363,900,100,1), - (44939,36098,0,1536.05,240.635,-59.9186,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44940,36398,0,1520.36,365.522,-49.2209,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (44941,77813,0,1681.83,286.665,-62.5492,0.165807,0,0,0.082808,0.996565,900,100,1), - (44942,36072,0,1595.68,382.005,-57.3161,-0.061087,0,0,-0.030539,0.999534,900,100,1), - (44943,36077,0,1596.33,300.568,-59.8403,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44944,36078,0,1457.71,240.692,-58.0024,3.12414,0,0,0.999962,0.008726,900,100,1), - (44945,36079,0,1540.27,292.398,-59.8545,0.776671,0,0,0.378648,0.925541,900,100,1), - (44946,36083,0,1733.97,238.875,-58.0024,-0.069812,0,0,-0.034899,0.999391,900,100,1), - (44947,36085,0,1594.94,102.178,-58.0024,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44948,58622,0,1496.89,194.178,-54.0023,-2.69653,0,0,0.975342,-0.220697,900,100,1), - (44949,113754,0,1694.13,293.993,-62.1811,2.97579,0,0,0.996566,0.082808,900,100,1), - (44950,113755,0,1539.44,185.908,-58.2235,-0.794124,0,0,-0.386711,0.922201,900,100,1), - (44951,36118,0,1596.36,182.127,-59.1923,3.13287,0,0,0.99999,0.004363,900,100,1), - (44952,58620,0,1643.31,338.249,-55.7215,1.09956,0,0,0.522498,0.85264,900,100,1), - (44953,98348,0,1537.42,239.507,-59.0969,1.56207,0,0,0.704015,0.710185,900,100,1), - (44954,20654,0,1595.21,178.693,-40.5223,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44955,34013,0,1515.52,391.034,-49.425,-2.55691,0,0,0.957571,-0.288196,900,100,1), - (44956,36091,0,1653.59,238.433,-58.9002,1.56207,0,0,0.704015,0.710185,900,100,1), - (44957,58598,0,1569.12,213.633,-30.3544,0.776673,0,0,0.378649,0.92554,900,100,1), - (44958,36113,0,1541.11,186.008,-58.4937,-2.36492,0,0,0.925541,-0.378648,900,100,1), - (44959,36105,0,1649.9,186.003,-58.4937,-0.794124,0,0,-0.386711,0.922201,900,100,1), - (44960,36082,0,1650,184.332,-58.2235,0.776671,0,0,0.378648,0.925541,900,100,1), - (44961,36092,0,1596.68,100.578,-57.3161,3.10668,0,0,0.999848,0.017453,900,100,1), - (44962,20652,0,1595.26,188.644,-40.7835,1.56207,0,0,0.704015,0.710185,900,100,1), - (44963,36096,0,1594.15,182.202,-59.025,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44964,58621,0,1550.34,131.823,-58.0667,1.16937,0,0,0.551937,0.833886,900,100,1), - (44965,36071,0,1655.01,239.622,-59.6427,3.13287,0,0,0.99999,0.004363,900,100,1), - (44966,177064,0,1622,213.146,-30.3544,2.34747,0,0,0.922201,0.38671,900,100,1), - (44967,36093,0,1654.68,239.625,-58.2235,3.13287,0,0,0.99999,0.004363,900,100,1), - (44968,33998,0,1595.85,382.093,-59.5498,-0.061087,0,0,-0.030539,0.999534,900,100,1), - (44969,58617,0,1694.62,286.703,-56.5023,0.445059,0,0,0.220697,0.975342,900,100,1), - (44970,58627,0,1639.7,131.31,-58.0613,1.95477,0,0,0.829038,0.559192,900,100,1), - (44971,58604,0,1595.53,229.746,-42.7427,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44972,98343,0,1652.15,293.64,-58.2235,2.34747,0,0,0.922201,0.38671,900,100,1), - (44973,36086,0,1651.47,185.828,-59.8545,-2.36492,0,0,0.925541,-0.378648,900,100,1), - (44974,36090,0,1735.61,237.529,-59.0787,1.55334,0,0,0.700909,0.71325,900,100,1), - (44975,36080,0,1597.27,380.382,-58.0024,1.55334,0,0,0.700909,0.71325,900,100,1), - (44976,20650,0,1596.04,282.738,55.3952,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44977,58629,0,1704.1,194.835,-57.7369,2.74889,0,0,0.980785,0.195091,900,100,1), - (44978,113572,0,1609.18,260.417,-56.0906,-2.37365,0,0,0.927184,-0.374606,900,100,1), - (44979,98349,0,1650.65,295.105,-59.8545,-0.794127,0,0,-0.386712,0.922201,900,100,1), - (44980,58605,0,1622.15,267.302,-30.4093,-2.36492,0,0,0.925541,-0.378648,900,100,1), - (44981,98347,0,1595.21,299.206,-59.0186,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44982,34012,0,1520.24,365.819,-50.7368,-1.05592,0,0,-0.503774,0.863836,900,100,1), - (44983,36073,0,1581.75,219.832,-56.0906,0.767946,0,0,0.374607,0.927184,900,100,1), - (44985,58607,0,1591.61,210.289,-53.1671,1.56207,0,0,0.704015,0.710185,900,100,1), - (44986,58612,0,1774.65,80.8117,-55.9975,2.34747,0,0,0.922201,0.38671,900,100,1), - (44987,177044,0,1633.02,219.281,-43.1118,1.0821,0,0,0.515038,0.857168,900,100,1), - (44988,40303,0,1395.34,140.091,-62.5492,0.733038,0,0,0.358368,0.93358,900,100,1), - (44989,113574,0,1735.62,240.519,-57.3161,-1.63188,0,0,-0.728371,0.685183,900,100,1), - (44990,170355,0,1537.4,241.815,-59.0969,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44991,58611,0,1753.62,60.143,-55.9975,2.34747,0,0,0.922201,0.38671,900,100,1), - (44992,58625,0,1548.17,142.028,-56.9035,-2.03331,0,0,-0.850352,0.526214,900,100,1), - (44993,58601,0,1606.12,240.152,-42.7427,-0.008727,0,0,-0.004363,0.99999,900,100,1), - (44994,175659,0,1597.25,240.212,60.732,-0.008727,-0.000418,-0.095845,-0.004343,0.995387,900,100,1), - (44995,113756,0,1540.93,184.443,-59.8545,2.34747,0,0,0.922201,0.386711,900,100,1), - (44996,113571,0,1456.07,241.95,-59.0787,-1.57952,0,0,-0.710186,0.704014,900,100,1), - (44997,175725,0,1554.01,335.411,-61.2067,1.309,0,0,0.608761,0.793353,900,100,1), - (44998,175754,0,1551.71,333.925,-61.2067,2.82743,0,0,0.987688,0.156434,900,100,1), - (44999,175749,0,1553.09,334.694,-61.2067,2.32129,0,0,0.91706,0.398749,900,100,1), - (45000,175731,0,1508.04,279.751,-61.2413,2.46091,0,0,0.942641,0.333807,900,100,1), - (45001,175761,0,1639.36,224.559,-42.1102,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (45002,175738,0,2267.83,247.603,42.2675,-0.802851,0,0,0.390731,-0.920505,900,100,1), - (45003,175726,0,2313.83,284.125,38.1232,0.942478,0,0,0.45399,0.891007,900,100,1), - (45004,176092,0,1756.07,-724.743,60.1272,1.5708,0,0,0.707107,0.707107,3,100,1), - (45005,164662,0,1891.29,1548.12,88.0769,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (45006,164662,0,1867.64,1541.64,88.3213,1.25664,0,0,0.587785,0.809017,180,100,1), - (45007,164662,0,1956.45,1616.72,82.1385,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (45008,37098,0,1802.02,726.09,48.9915,-2.56563,0,0,0.95882,-0.284015,3,100,1), - (45009,3705,0,1455.03,120.887,-60.1912,-2.11185,0,0,0.870356,-0.492423,900,100,1), - (45010,3662,0,1526.48,167.26,-42.6944,2.09439,0,0,0.866025,0.5,900,100,1), - (45011,3662,0,1685.6,140.026,-60.4732,-1.51844,0,0,0.688354,-0.725374,900,100,1), - (45012,3705,0,1503.96,344.823,-60.0877,-0.10472,0,0,0.052336,-0.99863,900,100,1), - (45013,3662,0,1604.67,204.438,-55.343,1.67552,0,0,0.743145,0.669131,900,100,1), - (45014,103600,0,1385.33,341.708,-66.0074,0.471239,0,0,0.233445,0.97237,3,100,1), - (45015,178090,0,1876.89,1624.95,94.7472,-1.8675,0,0,0.803857,-0.594823,900,100,1), - (45016,178464,0,2537.49,-900.56,56.3891,2.40855,0,0,0.93358,0.358368,900,100,1), - (45017,105174,0,1814.54,51.3096,-46.3164,2.30383,0,0,0.913545,0.406737,3,100,1), - (45018,105174,0,1813.73,52.6475,-46.3165,2.32129,0,0,0.91706,0.398749,3,100,1), - (45019,105174,0,1814.59,53.1667,-46.3167,2.94961,0,0,0.995396,0.095846,3,100,1), - (45020,105175,0,1813.6,50.2285,-46.3162,2.51327,0,0,0.951057,0.309017,3,100,1), - (45021,105175,0,1813.25,51.0138,-46.3162,-2.46091,0,0,0.942641,-0.333807,3,100,1), - (45022,175885,0,2299.5,290.835,36.4086,2.04204,0,0,0.85264,0.522499,900,100,1), - (45023,102985,0,1976.88,-472.256,35.6522,2.40855,0,0,0.93358,0.358368,3,100,1), - (45024,102985,0,1969.59,-472.857,35.7564,2.70526,0,0,0.976296,0.21644,3,100,1), - (45025,102985,0,1969.43,-471.338,35.6069,-2.53073,0,0,0.953717,-0.300706,3,100,1), - (45026,102985,0,1969.55,-464.101,36.1453,-0.837758,0,0,0.406737,-0.913545,3,100,1), - (45027,102985,0,1977.11,-473.432,35.4561,1.43117,0,0,0.656059,0.75471,3,100,1), - (45028,102985,0,1976.87,-463.903,35.8052,-2.28638,0,0,0.909961,-0.414693,3,100,1), - (45031,176753,0,2612.94,375.012,35.0619,-1.8326,0,0,0.793353,-0.608761,300,100,1), - (45032,176753,0,2753.78,436.604,20.217,-1.32645,0,0,0.615661,-0.788011,300,100,1), - (45042,375,0,2431.47,1591.2,37.0613,0.488692,0,0,0.241922,0.970296,120,100,1), - (45043,375,0,2351.13,1324.59,33.3334,0.293625,0,0,0.146286,0.989242,120,255,1), - (45044,174848,0,1407.62,414.136,-83.785,-0.10472,0,0,0.052336,-0.99863,900,100,1), - (45045,175265,0,1407.04,415.23,-83.8892,0,0,0,0,1,900,100,1), - (45046,1617,0,2689.82,104.365,36.0844,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (45047,1617,0,2465.66,1011.87,69.3897,1.97222,0,0,0.833885,0.551938,300,100,1), - (45048,1618,0,2693.91,-456.716,110.102,0.959931,0,0,0.461749,0.887011,300,100,1), - (45049,1618,0,2439.13,-409.188,68.4866,1.88496,0,0,0.809018,0.587783,300,100,1), - (45050,1619,0,2795.85,-403.263,83.9041,3.12414,0,0,0.999962,0.0087262,300,100,1), - (45051,1619,0,2616.7,-311.016,76.7967,-0.296706,0,0,-0.147809,0.989016,300,100,1), - (45052,1617,0,1884.5,831.883,35.8827,-2.77507,0,0,-0.983254,0.182238,300,100,1), - (45053,1617,0,1767.44,836.736,54.3356,2.80998,0,0,0.986286,0.165048,300,100,1), - (45054,175825,329,3557.53,-3320.44,129.254,-1.828,0.003704,-0.045229,-0.790561,0.6107,180,100,1), - (45055,1618,0,2285.03,847.533,37.1652,0.541052,0,0,0.267238,0.96363,300,100,1), - (45056,1618,0,2714.45,778.143,111.664,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (45057,1617,0,2359.34,1191.43,35.5818,1.46608,0,0,0.669132,0.743144,300,100,1), - (45058,1617,0,2688.86,1274.64,52.6062,1.58825,0,0,0.713251,0.700909,300,100,1), - (45059,3658,0,1660.01,-735.278,59.8819,0.418879,0,0,0.207912,0.978148,900,100,1), - (45060,106318,0,3058.92,-257.522,1.97371,1.76278,0,0,0.771625,0.636078,900,100,1), - (45061,153473,0,3081.58,-565.609,131.491,2.89725,0,0,0.992546,0.121869,900,100,1), - (45062,153472,0,2277.38,254.764,34.1961,-2.40855,0,0,0.93358,-0.358368,900,100,1), - (45063,175566,0,2040.25,1129.57,33.7844,2.18166,0,0,0.887011,0.461749,300,100,1), - (45064,175566,0,2225.91,940.262,44.7632,-1.8326,0,0,0.793353,-0.608761,300,100,1), - (45065,180666,0,1628.84,133.938,-60.9673,-0.401426,0,0,0.199368,-0.979925,900,100,1), - (45066,164662,0,1912.53,1492.64,88.2604,1.71042,0,0,0.75471,0.656059,180,100,1), - (45067,164662,0,1909.97,1507.27,89.185,3.05433,0,0,0.999048,0.043619,180,100,1), - (45068,164662,0,1903.3,1487.85,93.9513,1.65806,0,0,0.737277,0.67559,180,100,1), - (45070,176753,0,2780.2,470.615,21.8746,-0.20944,0,0,0.104528,-0.994522,300,100,1), - (45071,176753,0,2787.47,460.688,21.1982,-0.10472,0,0,0.052336,-0.99863,300,100,1), - (45072,176753,0,2748.7,426.054,20.7038,-2.9147,0,0,0.993572,-0.113203,300,100,1), - (45087,1619,0,2503.86,839.506,120.784,2.19912,0,0,0.891008,0.453988,300,100,1), - (45088,1619,0,2464.48,696.83,45.391,2.67035,0,0,0.972369,0.233447,300,100,1), - (45089,1618,0,1811.54,-641.503,42.0859,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (45091,1617,0,1838.21,-369.633,36.7846,1.64061,0,0,0.731354,0.681998,300,100,1), - (45093,1619,0,2709.66,-881.543,79.0136,2.44346,0,0,0.939692,0.342021,300,100,1), - (45095,1617,0,2254.61,885.544,48.9225,-0.541052,0,0,-0.267238,0.96363,300,100,1), - (45099,1618,0,2801.52,71.3728,29.24,2.67035,0,0,0.972369,0.233447,300,100,1), - (45100,1617,0,2768.63,162.392,31.1702,-2.07694,0,0,-0.861629,0.507539,300,100,1), - (45101,1618,0,2318.94,-820.467,71.3757,-1.309,0,0,-0.608763,0.793352,300,100,1), - (45102,1618,0,2812.19,-219.117,46.8137,0.296706,0,0,0.147809,0.989016,300,100,1), - (45103,3658,0,2831.79,822.436,113.144,2.72271,0,0,0.978148,0.207912,900,100,1), - (45104,153472,0,2948.7,727.587,103.686,2.49582,0,0,0.948324,0.317305,900,100,1), - (45105,3658,0,2040.9,-461.893,35.9081,2.19912,0,0,0.891007,0.453991,900,100,1), - (45106,2843,0,1900.49,1487.23,93.9514,1.44862,0,0,0.66262,0.748956,900,100,1), - (45107,3658,0,3054.27,-350.856,-0.050096,2.54818,0,0,0.956305,0.292372,900,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (43186,175617,289,91.0901,100.655,97.6291,0.017453,0,0,0.008727,0.999962,7200,7200,100,1), + (43187,177372,289,159.746,-0.767021,76.1678,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,0), + (43188,177373,289,181.054,-21.3466,76.1317,0.017453,0,0,0.008727,0.999962,7200,7200,100,0), + (43189,175618,289,135.951,59.0352,102.766,1.58825,0,0,0.71325,0.700909,7200,7200,100,1), + (43190,175614,289,260.844,137.045,110.028,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,1), + (43191,179724,289,94.1333,181.318,93.2171,0.017453,0,0,0.008727,0.999962,7200,7200,100,0), + (43192,175167,289,174.378,77.9398,104.802,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (43193,177384,289,105.718,108.08,98.0795,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,7200,7200,100,1), + (43194,2061,289,105.718,108.08,98.0795,-3.12788,-0.06462,-0.014867,0.997769,-0.007779,7200,7200,100,1), + (43195,177370,289,57.4802,142.856,83.4796,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (43196,177376,289,209.065,0.011116,88.9113,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,0), + (43197,175615,289,199.721,125.504,110.028,1.58825,0,0,0.71325,0.700909,7200,7200,100,1), + (43198,175611,289,201.211,58.2171,128.794,1.58825,0,0,0.71325,0.700909,7200,7200,100,1), + (43199,175612,289,247.466,37.5645,115.725,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (43200,175619,289,198.88,180.594,110.108,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,0), + (43201,177374,289,179.137,29.0423,88.8537,1.58825,0,0,0.71325,0.700909,7200,7200,100,0), + (43202,175620,289,241.679,181.246,95.8874,1.58825,0,0,0.71325,0.700909,7200,7200,100,0), + (43203,177377,289,181.244,-29.1116,88.9104,-1.55334,0,0,-0.700909,0.713251,7200,7200,100,0), + (43204,177387,289,38.8082,163.686,83.5698,1.58825,0,0,0.71325,0.700909,2,2,100,1), + (43205,175965,289,-17.8299,124.581,84.8528,1.53589,0,0,0.694658,0.71934,7200,7200,100,1), + (43206,176544,289,196.871,-73.8801,85.2284,2.46091,0,0,0.942641,0.333807,60,60,100,1), + (43207,176545,289,165.317,-81.145,85.2284,3.00197,0,0,0.997564,0.069757,60,60,100,1), + (43208,175564,289,325.122,93.6436,101.637,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (43209,175763,289,185.373,175.628,110.747,-1.81514,0,0,0.788011,-0.615661,7200,7200,100,1), + (43210,175753,289,236.514,25.5745,116.662,0.872665,0,0,0.422618,0.906308,7200,7200,100,1), + (43211,175760,289,174.178,165.658,110.788,-1.18682,0,0,0.559193,-0.829037,7200,7200,100,1), + (43212,175762,289,170.06,23.499,116.652,0.471239,0,0,0.233445,0.97237,7200,7200,100,1), + (43213,175749,289,233.369,20.1783,116.667,-2.19912,0,0,0.891007,-0.45399,7200,7200,100,1), + (43214,175748,289,171.383,5.92264,116.625,1.69297,0,0,0.748956,0.66262,7200,7200,100,1), + (43215,175754,289,173.759,3.56098,116.652,-1.88496,0,0,0.809017,-0.587785,7200,7200,100,1), + (43216,175737,289,243.078,49.9478,116.638,-2.25148,0,0,0.902585,-0.430511,7200,7200,100,1), + (43217,175725,289,273.328,154.363,111.123,-2.87979,0,0,0.991445,-0.130526,7200,7200,100,1), + (43218,175745,289,231.868,-4.19412,117.052,2.02458,0,0,0.848048,0.529919,7200,7200,100,1), + (43219,176944,289,167.378,98.986,104.727,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (43220,176561,289,182.53,-100.098,85.2284,1.58825,0,0,0.71325,0.700909,7200,7200,100,1), + (43221,176484,289,-16.4044,158.618,84.8517,1.46608,0,0,0.669131,0.743145,10,10,100,1), + (43222,176485,289,185.297,-90.6366,72.5991,-1.02974,0,0,0.492424,-0.870356,10,10,100,1), + (43223,176486,289,223.524,-21.3739,116.694,-1.6057,0,0,0.71934,-0.694658,10,10,100,1), + (43224,176487,289,175.154,167.22,110.734,-2.26893,0,0,0.906308,-0.422618,10,10,100,1), + (43225,175731,289,179.786,106.997,106.099,-1.88496,0,0,0.809017,-0.587785,7200,7200,100,1), + (43226,175756,289,195.84,-9.33474,116.638,1.27409,0,0,0.594823,0.803857,7200,7200,100,1), + (43227,175733,289,150.812,120.409,105.659,-0.680679,0,0,0.333807,-0.942641,7200,7200,100,1), + (43228,175747,289,216.765,64.7193,106.099,1.58825,0,0,0.71325,0.700909,7200,7200,100,1), + (43229,175741,289,170.056,171.955,110.725,-0.017453,0,0,0.008727,-0.999962,7200,7200,100,1), + (43230,175724,289,224.275,-21.3776,116.666,-1.09956,0,0,0.522499,-0.85264,7200,7200,100,1), + (43232,180878,1,7595.61,-2225.55,468.68,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (43233,180771,1,7617.1,-2223.79,469.857,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (43234,180772,1,7927.19,-2609.97,492.678,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (43235,180772,1,7926.08,-2616.2,492.6,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (43236,180768,1,7704.17,-2239.71,456.548,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (43237,180768,1,7644.64,-2214.37,464.142,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (43238,180768,1,7711.92,-2226.82,454.915,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (43239,180765,1,7879.61,-2478.38,498.821,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (43240,180765,1,10154.9,2510.77,1348.69,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (43241,180765,1,9645.1,2439.84,1356.53,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (43242,180765,1,9878.23,2481.74,1337.47,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (43243,180766,1,7591.07,-2215.05,471.043,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (43244,180778,1,7604.17,-2204.45,473.184,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (43245,180768,1,7613.15,-2234.59,467.077,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (43246,180878,1,7593.65,-2219,469.534,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (43247,180772,1,7604.73,-2238.83,467.635,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (43248,180768,1,7581.21,-2248.32,467.319,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (43249,180878,1,7594.47,-2225.95,469.027,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (43250,180768,1,7935.84,-2310.79,474.185,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (43251,180768,1,7532.74,-2139.9,483.885,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (43252,180768,1,7930.11,-2321.35,473.361,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (43253,180768,1,7598.2,-2233.02,467.864,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (43254,180766,1,7587.9,-2197.06,476.167,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (43255,180778,1,7613.83,-2233.69,467.286,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (43256,180878,1,7592.49,-2222.17,469.499,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (43257,180771,1,7591.72,-2239.93,468.481,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (43258,180772,1,7609.26,-2209.27,471.389,-2.82743,0,0,0.987688,-0.156434,180,180,100,1), + (43259,180878,1,7591.83,-2218.64,469.931,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (43260,180778,1,7603.41,-2227.89,468.211,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (43261,180770,1,7595.04,-2218.26,474.475,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (43262,180768,1,7745.28,-2264.6,455.25,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (43263,180767,1,7860.25,-2568.45,501.588,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (43264,180767,1,7861.15,-2519.11,496.652,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (43265,180765,1,7846.75,-2595.48,494.174,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (43266,180767,1,8022.06,-2671.01,521.282,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (43267,180768,1,7692.51,-2237.53,457.553,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (43268,180765,1,9732.68,2612.34,1362.84,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (43269,180772,1,9966.54,2209.23,1329.34,3.14159,0,0,1,0,180,180,100,1), + (43270,180765,1,9796.55,2483.21,1348.64,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (43271,180772,1,9966.67,2200.08,1328.58,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (43272,180765,1,9737.18,2440.22,1362.86,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (43273,180765,1,9867.76,2375.51,1345.22,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (43274,180758,1,9987.02,2308.42,1335.39,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (43275,180765,1,10217.4,2502.56,1366.01,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (43276,180772,1,9933.29,2217.77,1329.89,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (43277,180758,1,9867.86,2328.99,1325.43,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (43278,180758,1,9920.54,2307.41,1335.39,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (43279,180773,1,9952.49,2258.65,1349.29,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (43280,180765,1,10213.6,2498.31,1375.36,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (43281,180768,1,7591.91,-2223.41,469.71,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (43282,180772,1,7581.01,-2200.26,476.055,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (43283,180878,1,7591.94,-2222.58,469.657,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (43284,180878,1,7594.37,-2222.91,469.134,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (43285,180878,1,7593.37,-2219.57,469.522,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (43286,180878,1,7591.35,-2218.07,470.125,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (43287,180878,1,7595.88,-2221.74,469.039,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (43288,180768,1,7608.72,-2240.28,467.181,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (43289,180878,1,7593.03,-2224.01,469.455,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (43290,180771,1,7924.53,-2625.9,492.615,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (43291,180772,1,7896.8,-2410.48,494.253,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (43292,180768,1,7842.76,-2302.04,458.262,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (43293,180770,1,7795.1,-2575.12,496.787,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (43294,180778,1,7938.44,-2375.48,488.528,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (43295,180765,1,7941.81,-2383.62,496.297,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (43296,180766,1,7610.67,-2300.42,458.179,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (43297,180878,1,7594.19,-2227.33,469.107,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (43298,180768,1,7604.78,-2204.85,473.018,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (43299,180878,1,7591.99,-2219.29,469.799,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (43300,180778,1,7597.41,-2233.83,467.938,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (43301,180771,1,7592.72,-2256.18,464.866,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (43302,180772,1,7585.59,-2242.75,469.17,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (43303,180878,1,7592.51,-2218.87,469.764,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (43304,180770,1,7816.99,-2572.12,497.042,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (43305,180767,1,7872.55,-2478.92,498.78,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (43306,180767,1,7898.02,-2476.25,498.773,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (43307,180771,1,7978.29,-2487.15,487.317,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (43308,180767,1,7827.34,-2546.64,503.597,1.0472,0,0,0.5,0.866025,180,180,100,1), + (43309,180778,1,7979.65,-2518.67,487.485,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (43310,180765,1,9883.47,2496.6,1337.47,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (43311,180765,1,9793.91,2572.3,1348.68,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (43312,180765,1,9748.21,2523.51,1360.43,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (43313,180765,1,9866.58,2322.46,1337.21,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (43314,180878,1,7594.82,-2222.37,469.124,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (43315,180778,1,7622.9,-2233.94,465.878,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (43316,180772,1,7575.58,-2213.41,474.162,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (43317,180766,1,7562.21,-2226.89,471.68,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (43318,180878,1,7594.44,-2221.37,469.268,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (43319,180772,1,7568.51,-2239.04,468.669,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (43320,180765,1,7914.28,-2481.34,496.647,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (43321,180768,1,7549.26,-2136.74,483.713,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (43322,180771,1,7923.52,-2631.46,492.603,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (43323,180765,1,7972.68,-2380.01,496.279,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (43324,180765,1,7948.81,-2575.67,516.43,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (43325,180878,1,7593.99,-2217.05,470.032,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (43326,180771,1,7587.62,-2248.99,466.622,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (43327,180878,1,7594.29,-2225.31,469.08,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (43328,180766,1,7571.88,-2207.41,474.813,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (43329,180766,1,7580.4,-2214.85,473.344,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (43330,180878,1,7593.41,-2217.43,469.95,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (43331,180878,1,7593.85,-2223.05,470.925,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (43332,180769,1,7853.06,-2569.36,497.708,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (43333,180772,1,7923.95,-2629,492.617,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (43334,180770,1,7963.99,-2438.75,495.92,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (43335,180765,1,7939.98,-2425.35,498.421,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (43336,180772,1,9966.54,2213.23,1329.65,3.14159,0,0,1,0,180,180,100,1), + (43337,180765,1,9887.47,2347.95,1337.02,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (43338,180770,1,7594.84,-2228.78,473.126,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (43339,180878,1,7592.63,-2222.82,469.503,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (43340,180878,1,7593.15,-2223.35,469.407,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (43341,180778,1,7567.49,-2234.31,470.226,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (43342,180878,1,7594.89,-2220.37,469.289,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (43343,180878,1,7594.19,-2220.7,469.345,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (43344,180771,1,7592.12,-2204.81,475.237,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (43345,180765,1,9866.51,2324.54,1330.73,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (43346,180771,1,9933.09,2222.3,1330.08,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (43347,180768,1,7564.61,-2160.89,480.921,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (43348,180767,1,7783.38,-2563.99,497.555,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (43349,180767,1,7891.54,-2477.24,498.728,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (43350,180768,1,7956.48,-2342.96,484.342,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (43351,180772,1,7963.61,-2363.03,486.943,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (43352,180765,1,10158.3,2522.73,1350.48,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (43353,180772,1,9966.6,2219.1,1329.73,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (43354,180771,1,9933.32,2204.33,1328.75,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (43355,180765,1,9644.59,2452.31,1356.43,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (43356,180765,1,10204.1,2494.78,1364.48,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (43357,180765,1,10129.5,2227.02,1334.8,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (43358,180765,1,9640.93,2596.01,1356.52,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (43359,180768,1,7516.9,-2122.64,485.131,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (43360,180878,1,7592.02,-2223.97,469.717,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (43361,180878,1,7595.12,-2223.01,468.992,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (43362,180771,1,7607.8,-2215.78,470.626,2.37365,0,0,0.927184,0.374607,180,180,100,1), + (43363,180766,1,7619.32,-2221.53,469.727,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (43364,180765,1,7927.91,-2401.15,498.453,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (43365,180768,1,7754.59,-2254.29,454.47,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (43366,180769,1,7872.84,-2514.87,497.417,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (43367,180765,1,7833.26,-2607.05,503.597,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (43368,180770,1,7959.39,-2575.68,500.479,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43369,180772,1,7925.08,-2622.85,492.579,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (43370,180771,1,7956.68,-2481.38,487.811,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (43371,180878,1,7594.84,-2227.71,468.895,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (43372,180878,1,7595.18,-2221.74,469.144,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (43373,180771,1,7581.57,-2236.44,471.056,-2.82743,0,0,0.987688,-0.156434,180,180,100,1), + (43374,180878,1,7591.86,-2223.29,469.716,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (43375,180878,1,7594.76,-2228.44,468.912,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (43376,180778,1,7972.11,-2371.99,488.075,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (43377,180768,1,7809.61,-2296.26,456.077,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (43378,180767,1,7917.5,-2513.8,496.711,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (43379,180768,1,7894.48,-2303.82,467.555,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (43380,180770,1,7915.64,-2496.98,496.199,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (43381,180771,1,7600.81,-2205.07,473.84,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (43382,180772,1,7596.56,-2256.54,465.793,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (43383,180878,1,7595.66,-2221.08,469.144,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (43384,180778,1,7580.78,-2247.52,467.57,1.02974,0,0,0.492424,0.870356,180,180,100,1), + (43385,180878,1,7593.45,-2226.54,469.335,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (43386,180768,1,7599.5,-2222.73,469.649,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (43387,180770,1,7957.12,-2382.03,495.736,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (43388,180769,1,7842.37,-2225.35,477.591,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (43389,180765,1,7857.63,-2486.78,496.671,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (43390,180768,1,7776.42,-2271.94,455.442,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (43391,180778,1,7949.12,-2473.9,487.025,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (43392,180774,1,9710.09,2525.44,1343.07,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (43393,180765,1,10018.2,2502.78,1353.98,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (43394,180771,1,9933.43,2213.09,1329.66,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (43395,180765,1,10105.5,2211.24,1335.26,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (43396,180765,1,9645.19,2427.32,1356.57,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (43397,180765,1,9746,2529.46,1360.48,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (43398,180772,1,9966.62,2225.06,1330.09,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (43399,180765,1,9796.35,2531.26,1360.33,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (43400,180774,1,9935.6,2509.45,1326.91,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (43401,180765,1,10160.6,2492.13,1351.22,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (43402,180773,1,9950.42,2339.04,1355.66,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (43403,180765,1,9796.61,2524.59,1360.37,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (43404,180758,1,9935.47,2516.37,1321.33,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (43405,180878,1,7593.75,-2221.61,469.33,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (43406,180878,1,7595.38,-2228.13,468.719,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (43407,180878,1,7592.68,-2219.46,469.637,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (43408,180878,1,7594.18,-2228.04,469.102,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (43409,180878,1,7594.24,-2222.51,470.969,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (43410,180778,1,7622.68,-2243.35,464.332,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (43411,180768,1,7622.82,-2242.1,464.281,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43412,180771,1,7588.35,-2200.22,476.101,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (43413,180771,1,7836.09,-2419.28,490.083,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (43414,180770,1,7830.83,-2448.31,501.732,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (43415,180767,1,8003.72,-2672.31,538.656,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (43416,180771,1,7926.64,-2613.45,492.593,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (43417,180772,1,7579.37,-2222.32,473.149,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (43418,180772,1,7618.54,-2229.28,468.585,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (43419,180878,1,7592.54,-2223.5,469.563,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (43420,180771,1,7600.83,-2219.17,470.416,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (43421,180878,1,7596.22,-2225.96,468.526,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (43422,180767,1,7936.62,-2400.23,498.442,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (43423,180765,1,7887.91,-2501.87,501.987,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (43424,180768,1,7845.03,-2318.16,458.596,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (43425,180765,1,7871.58,-2470.44,498.786,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (43426,180765,1,7931.39,-2426.61,498.437,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (43427,180765,1,8013.81,-2638.38,521.009,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (43428,180768,1,7592.08,-2191,475.255,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (43429,180768,1,7766.87,-2281.9,455.667,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (43430,180766,1,7951.32,-2617.37,493.063,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (43431,180770,1,7859.39,-2502.98,496.135,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (43432,180771,1,7946.75,-2365.5,486.792,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (43433,180766,1,7579.47,-2330.61,457.673,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (43434,180771,1,7925.52,-2619.13,492.729,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (43435,180769,1,7971.77,-2392.21,496.75,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (43436,180766,1,7626.09,-2252.97,460.859,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (43437,180771,1,7960.17,-2507.24,487.32,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (43438,180766,1,7949.07,-2627.79,493.044,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (43439,180770,1,7830.75,-2474.56,501.845,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (43440,180768,1,7944.3,-2346.67,482.911,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (43441,180768,1,7491.62,-2129.4,489.297,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (43442,180765,1,7831.95,-2594.87,503.597,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (43443,180769,1,7905.29,-2511.54,497.396,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (43444,180758,1,7969.65,-2388.3,493.366,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (43445,180761,1,7901.07,-2511.07,493.829,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (43446,180765,1,7897.03,-2467.57,498.767,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (43447,180765,1,7826.32,-2535.33,503.597,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (43448,180778,1,7879.72,-2588.08,486.896,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (43449,180772,1,7923.05,-2634.43,492.61,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (43450,180771,1,7928.09,-2606.29,492.72,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (43451,180771,1,7918.45,-2556.71,487.28,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (43452,180767,1,7948.69,-2440.54,496.291,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (43453,180767,1,7792.22,-2575.03,504.43,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (43454,180764,1,7984.22,-2510.8,491.295,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43455,180764,1,7920.03,-2507.53,494.735,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (43456,180764,1,7851.8,-2586.24,490.53,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (43457,180764,1,7784.21,-2444.03,491.084,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (43458,180764,1,7923.93,-2402.74,495.077,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (43459,180764,1,7840.29,-2460.97,500.83,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (43460,180764,1,7895.71,-2463.35,495.476,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (43461,180763,1,7872.37,-2465.73,495.346,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (43462,180764,1,7821.15,-2461.32,500.733,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (43463,180763,1,7987.88,-2496.83,491.205,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (43464,180764,1,7857.7,-2514.05,494.846,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (43465,180764,1,7979.53,-2510.59,491.206,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (43466,180764,1,7953.87,-2442.53,494.496,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (43467,180763,1,7852.21,-2599.64,490.336,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (43468,180764,1,7989.22,-2501.3,491.15,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (43469,180763,1,7975.33,-2439.86,494.407,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (43470,180764,1,7862.1,-2586.77,493.69,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (43471,180764,1,7926.81,-2426.16,495.152,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (43472,180764,1,7856.42,-2601.62,490.434,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (43473,180763,1,7799.55,-2448.8,490.865,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (43474,180763,1,7917.81,-2486.02,494.781,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (43475,180763,1,7967.77,-2377.64,494.484,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (43476,180764,1,7945.99,-2380.12,494.757,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (43477,180764,1,7795.54,-2451.18,491.041,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (43478,180764,1,7968.34,-2590.41,499.985,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (43479,180763,1,7858.73,-2550.53,493.343,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (43480,180764,1,7785.12,-2448.59,491.067,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (43481,180763,1,7968.89,-2561.6,499.946,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (43482,180764,1,7984.22,-2510.8,491.295,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43483,180763,1,7855.47,-2492.52,494.851,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (43484,180763,1,7987.88,-2496.83,491.205,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (43485,180763,1,7920.03,-2507.53,494.735,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (43486,180764,1,7851.8,-2586.24,490.53,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (43487,180764,1,7821.15,-2461.32,500.733,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (43488,180764,1,7848.52,-2589.56,490.523,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (43489,180764,1,7852.21,-2599.64,490.336,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (43490,180763,1,7979.53,-2510.59,491.206,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (43491,180763,1,9990.33,2272.24,1352.53,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (43492,180764,1,9893.19,2215.41,1347.72,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (43493,180763,1,7862.1,-2586.77,493.69,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (43494,180764,1,10013.2,2249.78,1347.76,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43495,180764,1,10013,2255.08,1347.76,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (43496,180763,1,9892.33,2248.57,1347.73,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (43497,180764,1,10014.4,2202.72,1347.7,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43498,180763,1,10013.5,2234.72,1347.74,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (43499,180763,1,9892.79,2230.95,1347.79,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (43500,180763,1,10013.8,2225.97,1347.74,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (43501,180764,1,9905.2,2270.1,1352.49,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (43502,180764,1,9893,2223.03,1347.77,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (43503,180763,1,10013.4,2241.81,1347.75,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43504,180764,1,10014.2,2210.73,1347.7,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (43505,180763,1,9892.15,2255.53,1347.84,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (43506,180763,1,9893.4,2207.44,1347.74,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (43507,180764,1,9893.79,2192.74,1347.75,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (43508,180764,1,9893.66,2197.81,1347.86,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (43509,180764,1,9923.07,2270.59,1352.43,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (43510,180764,1,10014,2218.97,1347.73,3.14159,0,0,1,0,180,180,100,1), + (43511,180763,1,9892.62,2237.51,1347.79,0,0,0,0,1,180,180,100,1), + (43512,180763,1,9914.61,2270.34,1352.5,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (43513,180764,1,9981.71,2272.07,1352.37,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (43514,180764,1,9999.3,2272.52,1352.39,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (43515,180763,1,9931.43,2270.75,1352.57,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (43516,180764,1,9972.94,2271.95,1352.08,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (43517,180764,1,10014.5,2196.34,1347.65,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (43518,180763,1,9990.33,2272.24,1352.53,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (43519,180763,1,10013.5,2234.72,1347.74,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (43520,180764,1,9893.19,2215.41,1347.72,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (43521,180764,1,10014.4,2202.72,1347.7,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43522,180763,1,9892.79,2230.95,1347.79,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (43523,180763,1,10013,2255.08,1347.76,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (43524,180763,1,10013.8,2225.97,1347.74,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (43525,180764,1,10013.2,2249.78,1347.76,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (43526,181018,0,-8800.71,664.397,97.7356,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (43527,181020,0,-8805.12,868.183,109.955,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (43528,181016,0,-8839.07,545.266,96.8377,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (43529,181020,0,-8883.68,758.493,105.122,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (43530,181060,0,-8859.98,649.945,100.919,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (43531,181019,0,-8919.73,636.243,100.627,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (43532,181060,0,-8863.06,649.095,97.6071,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (43533,181016,0,-8879.18,649.492,96.0198,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (43534,181060,0,-8857.41,651.69,97.6205,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (43535,181018,0,-8902.26,621.338,101.596,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (43536,181060,0,-8858.56,648.477,100.919,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (43537,181060,0,-8857.76,645.929,97.5954,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (43538,181060,0,-8856.1,648.363,97.6085,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (43539,181060,0,-8920.49,636.273,100.627,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (43540,181025,0,-9085.24,418.316,121.565,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (43541,181014,0,-9094.49,429.216,99.0901,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (43542,181015,0,-8987.69,509.24,97.0765,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (43543,181015,0,-9066.78,452.947,93.2955,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (43544,181015,0,-9046.63,428.583,93.2955,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (43545,181015,0,-9018.08,485.234,97.1197,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (43546,181015,0,-8884.23,566.347,92.8298,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (43547,181015,0,-9085.16,396.496,93.5758,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (43548,181015,0,-8893.99,578.844,92.8094,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (43549,181015,0,-9106.58,422.097,93.7786,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (43550,181016,0,-8861.03,658.585,96.7187,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (43551,181017,0,-8860.68,662.838,101.16,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (43552,181017,0,-8841.08,658.815,101.888,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (43553,181017,0,-8871.9,682.277,102.292,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (43554,181019,0,-8856.15,671.781,98.8406,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (43555,181016,0,-8856.85,661.656,97.1286,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (43556,181021,0,-4984.71,-859.337,524.799,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (43557,181016,0,-4997.85,-880.69,501.659,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (43558,181021,0,-4974.65,-871.542,524.529,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (43559,181021,0,-4994.78,-847.123,524.522,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (43560,181021,0,-5013.39,-862.519,524.679,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (43561,181016,0,-4980.03,-865.875,501.659,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (43562,181016,0,-4990.29,-853.343,501.659,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (43563,181016,0,-5000.16,-841.309,501.659,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (43564,181016,0,-5008.32,-868.188,501.659,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (43565,181021,0,-4993.28,-886.917,524.6,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (43566,181060,0,-4839.09,-874.047,511.14,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (43567,181019,0,-4846.32,-864.108,502.844,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (43568,181060,0,-4843.25,-874.554,511.14,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (43569,181017,0,-4849.92,-877.536,506.389,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (43570,181060,0,-4844.49,-874.748,511.14,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (43571,181060,0,-4841.93,-874.424,511.14,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (43572,181018,0,-4897.69,-1002.05,510.054,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (43573,181017,0,-4899.03,-982.314,510.777,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (43574,181060,0,-4877.75,-999.527,506.958,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (43575,181018,0,-4888.82,-994.738,510.049,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (43576,181019,0,-4877.42,-986.308,504.758,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (43577,181019,0,-4899.35,-1004.48,504.758,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (43578,181018,0,-4879.83,-987.33,509.983,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (43579,181019,0,-4881.06,-989.323,504.758,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (43580,181019,0,-4905.37,-979.254,503.518,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (43581,181019,0,-4886.38,-993.683,504.758,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (43582,181025,0,-4700.94,-958.901,510.295,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (43583,181017,0,-4868.57,-1144.73,510.407,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (43584,181017,0,-4804.96,-1180.35,510.459,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (43585,181025,0,-4928.49,-902.764,510.451,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (43586,181021,0,-4634.71,-1025.57,514.933,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (43587,181017,0,-4730.89,-1063.31,508.738,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (43588,181025,0,-4684.72,-1205.31,510.45,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (43589,181017,0,-4974.48,-1033.47,510.385,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (43590,181025,0,-4878.06,-879.947,510.242,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (43591,181017,0,-4614.04,-1114.48,509.55,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (43592,181020,0,-8803.75,653.544,97.3249,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (43593,181014,0,-8852.53,539.681,117.809,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (43594,181020,0,-8842.43,716.519,109.501,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (43595,181020,0,-8743.36,695.376,110.7,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (43596,181020,0,-8740.8,579.024,109.82,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (43597,181060,0,-8859.7,652.545,97.6087,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (43598,181060,0,-8907.8,612.974,100.613,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (43599,181060,0,-8858.01,647.785,99.5508,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (43600,181060,0,-8857.6,648.729,99.5508,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (43601,181060,0,-8933.73,628.958,100.634,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (43602,181018,0,-8910.36,636.253,101.55,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (43603,181060,0,-8862.61,650.263,97.6093,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (43604,181060,0,-8860.49,649.388,100.919,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (43605,181060,0,-8861.36,645.959,97.5999,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (43606,181060,0,-8855.97,649.273,97.6137,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (43607,181015,0,-8973.18,490.654,97.0779,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (43608,181015,0,-9003.58,466.834,97.1185,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (43609,181014,0,-8948.45,539.271,109.32,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (43610,181015,0,-9060.67,417.703,93.2955,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (43611,181014,0,-8935.14,522.536,109.389,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (43612,181015,0,-9079.23,442.914,93.2955,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (43613,181014,0,-9075.37,407.018,98.6196,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (43614,181016,0,-5018.23,-855.977,501.659,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (43615,181021,0,-5003.33,-874.714,524.838,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (43616,181060,0,-4840.76,-874.337,511.14,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (43617,181060,0,-4837.73,-873.987,511.14,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (43618,181019,0,-4895.29,-1001.13,504.758,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (43619,181019,0,-4890.23,-996.799,504.758,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (43620,181019,0,-4900.67,-975.41,503.491,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (43621,181060,0,-4888.35,-1008.27,506.958,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (43622,181060,0,-4885.09,-1005.57,506.958,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (43623,181060,0,-4875.53,-997.696,506.958,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (43624,181017,0,-4732.77,-1146.49,507.539,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (43625,181025,0,-4931.61,-1206.36,509.64,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (43626,181017,0,-4989.78,-1117.28,508.186,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (43627,181017,0,-5041.65,-1166.19,508.227,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (43628,181017,0,-4880.1,-957.773,509.628,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (43629,181025,0,-4971.15,-937.866,510.349,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (43630,181017,0,-5030.98,-1153.9,509.76,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (43631,181017,0,-4612.88,-1093.26,509.641,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (43632,181017,0,-5017.75,-1125.04,509.957,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (43633,181017,0,-4601.88,-1010.22,509.911,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (43634,181017,0,-4847.69,-1162.96,508.747,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (43635,181017,0,-4798.37,-908.976,503.25,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (43636,181025,0,-5003.48,-983.329,510.498,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (43637,181017,0,-4591.77,-999.464,508.207,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (43638,181025,0,-4672.9,-992.939,510.192,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (43639,181025,0,-4959.71,-1172.35,509.83,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (43640,181025,0,-4720.98,-1235.2,510.423,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (43641,181017,0,-4707.57,-948.41,509.872,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (43642,181017,0,-4927.71,-1279.47,509.796,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (43643,181017,0,-4765.77,-913.387,508.234,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (43644,181020,0,-8822.07,652.003,95.9321,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (43645,181020,0,-8811.8,808.563,110.495,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (43646,181055,0,-8862.35,489.578,122.263,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (43647,181016,0,-8833.52,541.753,96.9853,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (43648,181017,0,-8906.31,628.792,106.67,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (43649,181019,0,-8933.17,629.211,100.613,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (43650,181060,0,-8856.87,651.243,97.6127,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (43651,181060,0,-8861.12,649.861,99.5508,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (43652,181060,0,-8858.38,652.086,97.6133,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (43653,181060,0,-8860.27,650.596,99.5508,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (43654,181060,0,-8862.32,646.846,97.6005,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (43655,181060,0,-8859.86,647.929,100.919,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (43656,181060,0,-8856.46,647.413,97.6089,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (43657,181060,0,-8919.41,636.825,100.62,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (43658,181020,0,-8811.44,655.375,97.0114,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (43659,181060,0,-8860.19,645.501,97.5955,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (43660,181060,0,-8906.8,613.516,100.627,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (43661,181060,0,-8920.23,606.277,100.627,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (43662,181019,0,-8907.3,613.16,100.627,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (43663,181060,0,-8860.51,648.487,100.919,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (43664,181060,0,-8860.32,647.253,99.5508,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (43665,181060,0,-8861.47,648.844,99.5508,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (43666,181060,0,-8859.06,647.953,100.919,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (43667,181060,0,-8862.29,651.178,97.6053,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (43668,181060,0,-8858.69,647.248,99.5508,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (43669,181021,0,-4641.6,-1178.9,515.026,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (43670,181017,0,-4691.64,-1183.9,509.915,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (43671,181060,0,-8862.92,648.115,97.5961,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (43672,181060,0,-8856.95,646.507,97.6371,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (43673,181060,0,-8856.4,650.419,97.5945,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (43674,181060,0,-8858.51,649.38,100.919,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (43675,181060,0,-8859.13,650.743,99.5508,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (43676,181016,0,-8874.09,640.259,96.0894,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (43677,181060,0,-8858.38,650.422,99.5508,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (43678,181060,0,-8860.68,652.186,97.5913,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (43679,181060,0,-8858.82,645.576,97.6209,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (43680,181060,0,-8861.11,647.936,99.5508,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (43681,181060,0,-8861.33,651.786,97.6117,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (43682,181060,0,-8859.11,649.941,100.919,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (43683,181060,0,-8932.71,629.542,100.627,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (43684,181019,0,-8920.66,606.056,100.606,1.0472,0,0,0.5,0.866025,180,180,100,1), + (43685,181060,0,-8857.83,649.636,99.5508,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (43686,181060,0,-8859.47,646.978,99.5508,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (43687,181060,0,-8920.95,605.589,100.62,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (44051,181060,1,9908.24,2510.89,1316.4,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (44052,181060,1,9963.17,2552.34,1315.38,3.14159,0,0,1,0,180,180,100,1), + (44053,181060,1,9973.12,2550.51,1315.55,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (44054,181060,1,9982.1,2542.38,1316.06,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (44055,181060,1,9984.97,2508.03,1316.66,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (44056,181060,1,9923.26,2493.75,1317.02,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (44057,181060,1,9934.3,2557.73,1316.95,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (44058,181060,1,9906.71,2539.32,1315.74,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (44059,181060,1,9978.79,2546.93,1315.76,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (44060,181060,1,9971.63,2499.95,1315.94,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (44061,181055,1,9930.41,2271.81,1355.08,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (44062,181021,1,9985.94,1978.34,1352.14,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (44063,181055,1,9908.32,2270.95,1355.09,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (44064,181016,1,9952.86,2607.13,1316.19,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (44065,181021,1,9892.4,2238.72,1343.61,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (44066,181021,1,10014.4,2211.14,1343.83,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (44067,181016,1,9939.42,2606.72,1316.73,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (44068,181016,1,9952.37,2593.96,1316.53,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (44069,181055,1,9973.71,2273.31,1355.09,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (44070,181021,1,9986.28,2022.9,1351.84,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (44071,181027,1,9992.48,2419.78,1313.66,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (44072,181020,1,9696.47,2532.07,1339.74,0,0,0,0,1,180,180,100,1), + (44073,181027,1,9888.75,2392.52,1313.66,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (44074,181027,1,9791.98,2452.62,1313.66,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (44075,181027,1,9816.61,2485.6,1313.66,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (44076,181027,1,9985.42,2477.57,1313.66,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (44077,181027,1,9785.54,2582.46,1313.66,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (44078,181060,1,9917.05,2550.05,1316.59,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (44079,181060,1,9918.65,2498.42,1316.38,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (44080,181060,1,9967.18,2493.32,1316.13,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (44081,181060,1,9936.7,2484,1316.68,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (44082,181060,1,9923.77,2553.71,1316.8,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (44083,181060,1,9991.68,2525.66,1315.42,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (44084,181060,1,9941.61,2481.39,1316.35,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (44085,181060,1,9960.74,2485.68,1316.04,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (44086,181060,1,9928.7,2489.73,1317.02,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (44087,181060,1,9932.14,2487.1,1316.74,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (44088,181021,1,9892.59,2223.51,1343.63,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (44089,181055,1,9996.89,2273.38,1355.08,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (44090,181055,1,9919.38,2271.49,1355.09,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (44091,181016,1,9939.09,2585.65,1316.41,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (44092,181021,1,10014,2226.74,1343.69,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (44093,181021,1,9893.36,2207.54,1343.76,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (44094,181021,1,10013.6,2242.08,1343.91,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (44095,181016,1,9939.75,2594.98,1316.24,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (44096,181016,1,9952.15,2585.77,1316.13,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (44097,181055,1,9985.81,2272.69,1355,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (44098,181025,1,9906.45,2306.75,1340.89,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (44099,181020,1,9821.78,2252.39,1346.21,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (44100,181020,1,9737.77,2294.83,1346.49,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (44101,181027,1,9791.89,2515.96,1313.66,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (44102,181027,1,9813.96,2555.76,1313.66,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (44103,181027,1,9885.83,2408.99,1313.66,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (44104,181027,1,10017,2582.8,1313.66,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (44105,181060,1,9911.52,2545.1,1316.08,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (44106,181060,1,9955.18,2556.27,1316.17,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (44107,181060,1,9986.88,2533.89,1315.75,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (44108,181060,1,9904.95,2522.02,1315.93,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (44109,181060,1,9976.07,2506.44,1316.5,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (44110,181027,1,9713.11,2608.23,1313.66,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (44111,181027,1,10040.2,2582.51,1313.66,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (44112,181027,1,9814.59,2612.67,1313.66,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (44113,181027,1,10015.5,2398.33,1313.66,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (44114,181027,1,9916.01,2481.23,1313.66,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (44115,181027,1,9990.15,2556.42,1313.66,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (44116,181027,1,9855.38,2594.17,1313.66,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (44117,181027,1,9921.48,2386.86,1313.66,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (44118,181027,1,9785.84,2616.44,1313.66,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (44119,181027,1,9750.32,2472.94,1313.66,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (44120,181027,1,10020.8,2461.28,1313.66,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (44121,181020,1,9857.45,2344.73,1334.97,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (44122,181027,1,9910.92,2589,1313.66,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (44123,181027,1,10047.5,2525,1313.66,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (44124,181027,1,9951.83,2377.67,1313.66,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (44125,181020,1,9798.35,2309.28,1330.56,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (44126,181027,1,9982.73,2383.53,1313.66,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (44127,181027,1,9722.1,2587.24,1313.66,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (44128,181025,1,9995.74,2309.05,1340.94,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (44129,181027,1,9686.7,2619.66,1313.66,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (44130,181027,1,9791.99,2473.6,1313.66,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (44131,181027,1,9950.99,2441.91,1313.66,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (44132,181027,1,10017.7,2611.61,1313.66,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (44133,181027,1,9884.55,2517.38,1313.66,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (44134,181027,1,9782.26,2386.59,1313.66,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (44135,181027,1,9916.19,2415.84,1313.66,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (44136,181027,1,9853.22,2517.56,1313.66,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (44137,181027,1,10016.9,2522.34,1313.66,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (44138,181027,1,10043.9,2380.27,1313.66,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (44139,181027,1,9879.48,2611.53,1313.66,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (44140,181027,1,9753.91,2584.86,1313.66,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (44141,181020,1,9695.81,2338.86,1340.98,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (44142,181027,1,10039.7,2546.71,1313.66,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (44143,181027,1,9855.78,2612.98,1313.66,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (44144,181027,1,10050.3,2459.01,1313.66,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (44145,181027,1,9817.47,2450.54,1313.66,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (44146,181027,1,9923,2450.67,1313.66,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (44147,181027,1,9816.98,2516.38,1313.66,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (44148,181027,1,9988.74,2449.6,1313.66,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (44149,181027,1,9887.99,2548.04,1313.66,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (44150,181027,1,10040.3,2614.06,1313.66,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (44151,181027,1,9848.24,2479.29,1313.66,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (44152,181027,1,10023,2351.21,1313.66,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (44153,181027,1,9987.97,2582.2,1313.66,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (44154,181020,1,9696.83,2518.31,1339.86,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (44155,181027,1,10016.5,2549.55,1313.66,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (44156,181019,0,1715.13,232.002,-41.266,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (44157,181060,0,1601.56,256.767,60.1515,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (44158,181019,0,1715.21,246.746,-41.2577,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (44159,181060,0,1578.87,234.809,60.1515,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (44160,181016,0,1589.83,245.835,60.1507,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (44161,181019,0,1682.87,232.56,-41.257,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (44162,181019,0,1701.35,237.729,-41.5009,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (44163,181019,0,1690.85,246.782,-41.2577,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (44164,181019,0,1702.21,246.72,-41.2573,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (44165,181060,0,1590.36,223.334,60.1515,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (44166,181060,0,1557.83,253.536,-34.8079,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (44167,181060,0,1636.66,230.875,-40.7105,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (44168,181060,0,1587.74,281.471,-40.7497,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (44169,181060,0,1621.26,270.278,-34.8406,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (44170,181060,0,1613.86,275.428,-34.8434,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (44171,181060,0,1577.56,205.111,-34.8439,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (44172,181060,0,1633.55,227.21,-34.8064,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (44173,181060,0,1557.67,227.829,-34.807,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (44174,181060,0,1572.79,206.157,-40.7758,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (44175,181060,0,1636.74,249.196,-40.836,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (44176,181018,0,1586.07,250.113,-47.3099,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (44177,181015,0,1595.84,240.163,-52.1429,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (44178,181019,0,1586.32,277.428,-54.2526,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (44179,181019,0,1590.35,206.828,-54.2666,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (44180,181018,0,1605.44,249.869,-47.3329,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (44181,181019,0,1605.69,276.238,-54.2526,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (44182,181018,0,1605.16,230.557,-47.4507,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (44183,181018,0,1585.86,230.646,-47.4108,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (44184,181027,0,1438,242.31,-64.4786,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (44185,181027,0,1720.83,336.018,-64.4786,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (44186,181027,0,1485.2,352.151,-64.4786,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (44187,181027,0,1611.55,269.952,-64.4786,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (44188,181027,0,1515.95,104.481,-64.4786,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (44189,181027,0,1443.8,285.548,-64.4786,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (44190,181027,0,1458.7,160.822,-64.4786,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (44191,181027,0,1553.21,89.4006,-64.4786,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (44192,181025,0,1408.34,241.411,-50.6636,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (44193,181027,0,1748.11,280.002,-64.4786,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (44194,181019,0,1691.12,232.09,-41.2572,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (44195,181060,0,1600.75,223.21,60.1515,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (44196,181019,0,1701.99,232.31,-41.2565,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (44197,181019,0,1682.74,246.803,-41.2577,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (44198,181025,0,1719.17,239.088,-24.511,0,0,0,0,1,180,180,100,1), + (44199,181019,0,1709.12,246.94,-41.2577,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (44200,181019,0,1708.3,231.784,-41.2571,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (44201,181060,0,1590.42,256.867,60.1515,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (44202,181060,0,1579.19,245.857,60.1515,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (44203,181019,0,1701.38,241.146,-41.5217,1.309,0,0,0.608761,0.793353,180,180,100,1), + (44204,181060,0,1583.37,202.294,-34.8428,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (44205,181060,0,1562.17,264.058,-40.7658,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (44206,181060,0,1566.17,266.398,-34.8092,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (44207,181060,0,1625.44,265.981,-34.8108,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (44208,181060,0,1613.23,204.839,-34.8436,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (44209,181060,0,1624.88,214.133,-34.8118,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (44210,181060,0,1630.67,258.803,-34.8106,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (44211,181060,0,1570.24,210.329,-34.8401,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (44212,181060,0,1633.82,252.787,-34.8056,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (44213,181060,0,1583.94,278.432,-34.8459,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (44214,181027,0,1704.93,125.161,-64.4786,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (44215,181027,0,1609.73,208.739,-64.4786,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (44216,181027,0,1634.06,90.87,-64.4786,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (44217,181027,0,1680.95,370.951,-64.4786,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (44218,181027,0,1672.13,101.345,-64.4786,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (44219,181027,0,1581.26,208.777,-64.4786,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (44220,181027,0,1481.61,127.706,-64.4786,1.309,0,0,0.608761,0.793353,180,180,100,1), + (44221,181027,0,1752.5,239.586,-64.4786,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (44222,181027,0,1747.87,199.132,-64.4786,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (44223,181027,0,1595.46,82.8779,-64.4786,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (44224,181016,0,1589.55,234.288,60.1507,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (44225,181060,0,1561.64,217.309,-40.6901,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (44226,181060,0,1586.88,199.268,-40.7277,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (44227,181060,0,1573.4,274.89,-40.7745,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (44228,181060,0,1629.16,216.474,-40.702,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (44229,181060,0,1607.48,202.24,-34.8466,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (44230,181060,0,1618.72,274.337,-40.8867,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (44231,181060,0,1604.37,281.328,-40.8098,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (44232,181060,0,1630.29,221.499,-34.8128,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (44233,181060,0,1560.75,221.971,-34.8116,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (44234,181060,0,1629.66,263.248,-40.9019,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (44235,181027,0,1582.82,270.919,-64.4786,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (44236,181027,0,1731.75,160.798,-64.4786,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (44237,181027,0,1596.63,397.226,-64.4786,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (44238,181025,0,1783.2,237.736,-50.6241,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (44239,181027,0,1558.55,393.236,-64.4786,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (44240,181025,0,1594.39,52.9281,-50.7143,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (44241,181027,0,1636.53,389.252,-64.4786,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (44242,181027,0,1521.35,379.553,-64.4786,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (44243,181027,0,1442.43,201.785,-64.4786,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (44244,181027,0,1459.6,319.881,-64.4786,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (44245,181060,0,1554.78,249.882,-40.7112,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (44246,181060,0,1636.01,235.241,-34.8096,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (44247,181060,0,1565.89,214.636,-34.8104,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (44248,181060,0,1570.76,270.908,-34.8359,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (44249,181060,0,1578.06,275.812,-34.8425,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (44250,181060,0,1554.6,231.532,-40.7101,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (44251,181060,0,1620.63,210.139,-34.8459,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (44252,181060,0,1560.98,259.348,-34.8111,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (44253,181060,0,1617.92,205.694,-40.7951,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (44254,181060,0,1607.9,278.295,-34.8444,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (44255,181060,0,1603.55,199.13,-40.7256,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (44256,181060,0,1636.11,244.58,-34.8105,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (44257,181055,1,1588.31,-4108.94,46.2348,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (44258,181016,1,-1071.91,-32.9583,141.348,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (44259,181014,1,-1185.54,27.9683,195.245,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (44260,181016,1,-1067.54,-18.4063,140.607,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (44261,181016,1,-1304.97,144.895,131.385,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (44262,181014,1,-1210.72,34.2156,192.245,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (44263,181014,1,-1297.66,192.871,137.188,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (44264,181016,1,-1202.39,25.2032,176.949,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (44265,181016,1,-1277.25,162.139,131.136,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (44266,181017,1,-1259.44,39.8108,133.912,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (44267,181016,1,-1263.3,18.5099,128.187,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (44268,181016,1,-1251.77,20.0596,128.187,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (44269,181016,1,-1265.91,26.0747,128.187,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (44270,181016,1,-1250.87,27.5822,128.187,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (44271,181060,1,-1140.31,48.5482,147.17,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (44272,181060,1,-1091.37,-1.32107,143.954,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (44273,181060,1,-1183.16,-54.9835,165.055,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (44274,181060,1,-1245.64,137.252,136.048,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (44275,181060,1,-1234.44,84.6758,133.533,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (44276,181060,1,-1186.31,-38.4025,166.354,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (44277,181060,1,-1114.98,7.12733,145.233,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (44278,181060,1,-1149.42,27.2867,148.415,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (44279,181019,1,-1290.56,49.203,138.795,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (44280,181016,1,-1292.91,49.4335,129.209,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (44281,181021,1,-1277.65,49.8685,144.238,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (44282,181017,1,-1311.32,32.3073,135.914,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (44283,181017,1,-1294.72,40.1545,135.862,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (44284,181016,1,-1287.73,37.0892,129.209,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (44285,181016,1,1642.59,-4372.39,12.7448,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (44286,181016,1,1615.25,-4371.44,12.3255,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (44287,181014,1,1663.45,-4345.16,38.0168,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (44288,181016,1,1622.07,-4385.72,12.2943,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (44289,181018,1,1630.14,-4373.75,19.1125,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (44290,181014,1,1659.33,-4346.13,67.0861,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (44291,181016,1,1632.28,-4360.02,12.7307,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (44292,181019,1,1640.67,-4445.25,16.3232,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (44293,181017,1,1624.57,-4435.78,25.7124,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (44294,181016,1,1643.54,-4444.94,15.4065,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (44295,181017,1,1627.62,-4431.78,25.5626,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (44296,181019,1,1639.59,-4445.7,16.3232,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (44297,181016,1,1638.73,-4450.24,15.4065,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (44298,181060,1,1639.94,-4444.88,16.3301,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (44299,181017,1,1621.98,-4439.55,25.8617,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (44300,181021,1,1659.82,-4329.04,75.2346,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (44301,181018,1,1434.22,-4358.4,38.2172,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (44302,181021,1,1687.43,-4340.11,74.9505,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (44303,181021,1,1672.88,-4320.48,74.9852,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (44304,181018,1,1432.57,-4427.82,38.966,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (44305,181021,1,1484.87,-4416.72,53.1904,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (44306,181018,1,1425.61,-4369.41,38.829,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (44307,181021,1,1685.85,-4327.43,74.8583,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (44308,181021,1,1661.55,-4344.48,75.2458,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (44309,181018,1,1441.37,-4416.68,37.9758,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (44310,181060,1,1779.42,-4313.93,5.45587,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (44311,181018,1,1887.7,-4604.38,41.2229,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (44312,181018,1,1928.96,-4584.59,41.3925,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (44313,181018,1,1743.51,-4403.31,46.0636,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (44314,181022,1,1858.83,-4514.74,23.7042,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (44315,181018,1,1695.88,-4277.76,41.1063,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (44316,181014,1,-1028.03,-41.6273,147.165,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (44317,181016,1,-1059.13,-7.60406,141.311,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (44318,181021,1,1706.77,-3929.71,71.8858,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (44319,181018,1,1941.74,-4251.02,50.9597,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (44320,181016,1,-1190.94,25.9335,176.949,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (44321,181016,1,-1290.7,150.55,129.743,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (44322,181060,1,-1174.21,-75.0951,165.661,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (44323,181020,1,-1189.54,36.9993,180.617,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (44324,181060,1,-1226.72,80.6411,133.715,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (44325,181020,1,-1175.14,-48.8111,167.614,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (44326,181014,1,-1236.53,-90.0243,178.074,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (44327,181060,1,-1224.42,81.4398,133.715,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (44328,181060,1,-1226.41,45.3912,131.096,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (44329,181060,1,-1213.21,-10.1759,169.181,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (44330,181060,1,-1292.99,112.323,134.367,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (44331,181060,1,-1174.35,-72.6692,165.661,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (44332,181021,1,1381.49,-4369.8,52.8347,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (44333,181018,1,1907.3,-4315.75,28.5347,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (44334,181018,1,1915.1,-4371.97,32.7758,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (44335,181018,1,1956.05,-4361.1,33.1505,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (44336,181018,1,1656.47,-4433.01,28.1114,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (44337,181060,1,-1162.25,29.9081,149.03,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (44338,181014,1,-1205,134.352,149.189,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (44339,181016,1,-1399.61,-48.9439,156.685,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (44340,181020,1,-1423.93,-109.049,167.31,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (44341,181060,1,-1277,80.4661,131.839,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (44342,181060,1,1764.03,-4325.3,5.91079,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (44343,181016,1,1695.3,-4321.7,61.498,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (44344,181055,1,1965.27,-4751.63,70.7718,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (44345,181060,1,1766.38,-4323.8,6.09742,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (44346,181018,1,1674.43,-4334.04,64.0697,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (44347,181060,1,1771.43,-4319.82,6.45918,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (44348,181060,1,1776.3,-4316.4,6.11171,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (44349,181027,1,1987.8,-4625.01,24.5558,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (44350,181027,1,1967.51,-4664.97,24.5558,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (44351,181060,1,-1042.26,-215.809,162.632,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (44352,181060,1,-1063.76,-241.522,162.283,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (44353,181020,1,-1057.54,-259.685,168.674,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (44354,181060,1,-1114.43,4.69217,145.233,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (44355,181060,1,-1139.33,50.6481,147.17,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (44356,181016,1,-1385.49,-58.1903,158.535,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (44357,181020,1,-1204.61,25.1163,181.123,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (44358,181020,1,-1085.99,5.73009,147.634,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (44359,181060,1,-1295.13,100.277,133.66,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (44360,181060,1,-1103.8,21.8106,143.861,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (44361,181060,1,-1406.43,-109.242,162.298,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (44362,181027,1,1961.35,-4645.08,24.5558,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (44363,181018,1,1677.66,-4423.05,28.1319,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (44364,181016,1,1650.02,-4332.94,61.5018,0,0,0,0,1,180,180,100,1), + (44365,181018,1,1724.71,-4416.39,46.0725,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (44366,181018,1,2030.91,-4657.26,37.322,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (44367,181016,1,1658.49,-4314.09,62.0468,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (44368,181060,1,1774.14,-4317.93,6.51081,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (44369,181018,1,1915.48,-4252.46,50.5299,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (44370,181060,1,-1066.19,-241.4,162.283,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (44371,181055,1,1928.31,-4248.18,55.957,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (44372,181018,1,1712.41,-4219.7,55.258,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (44373,181060,1,-1041.59,-213.363,162.632,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (44374,181014,1,-1108.48,-10.3021,157.776,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (44375,181060,1,-1160.04,29.3408,149.03,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (44376,181020,1,-1192.92,22.2192,181.24,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (44377,181027,1,-1261.52,94.5747,127.886,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (44378,181060,1,-1243.21,137.371,136.048,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (44379,181020,1,-1248.75,-62.7547,170.309,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (44380,181060,1,-1231.69,-43.6813,167.769,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (44381,181060,1,-1187.53,-36.2961,166.354,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (44382,181018,1,1900.84,-4339.25,26.3603,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (44383,181060,1,1769.25,-4321.72,6.2909,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (44384,181018,1,1919.7,-4582.7,41.1832,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (44385,181016,1,1675.11,-4361.82,62.06,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (44386,181018,1,1897.01,-4606.08,40.9014,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (44387,181016,1,1688.17,-4313.84,61.6555,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (44388,181016,1,1675.8,-4311.48,61.6065,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (44389,181016,1,1698.88,-4342.24,62.0575,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (44390,181060,1,-1118.3,39.446,144.723,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (44391,181060,1,-1102.7,19.6779,143.861,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (44392,181060,1,-1253.88,51.9722,129.965,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (44393,181027,1,-1256.94,101.069,127.886,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (44394,181014,1,-1180.66,-92.8976,177.532,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (44395,181060,1,-1278.87,81.8948,131.839,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (44396,181060,1,-1292.63,114.803,134.367,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (44397,181060,1,-1091.03,1.14784,143.954,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (44398,181018,1,2011.81,-4645.75,36.5273,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (44399,181027,1,1993.21,-4673.66,24.5558,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (44400,181016,1,1693.92,-4351.96,61.5084,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (44401,181027,1,-1266.06,100.961,127.886,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (44402,181060,1,-1118.2,37.1479,144.723,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (44403,181060,1,-1192.85,-5.08306,168.891,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (44404,181020,1,-1200.74,40.0504,180.859,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (44405,181060,1,-1183.14,-57.4883,165.055,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (44406,181060,1,-1228.75,45.3529,131.096,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (44407,181060,1,-1236.09,-58.2324,166.207,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (44408,181060,1,-1147.1,26.9074,148.415,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (44409,181060,1,-1256.15,51.2523,129.965,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (44410,181060,1,-1236.08,82.8995,133.533,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (44411,181060,1,-1230.7,-41.4822,167.769,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (44412,181060,1,-1193.23,-7.46246,168.891,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (44413,181060,1,-1294.23,97.8879,133.66,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (44414,181014,1,-1123.94,65.1875,158.35,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (44415,181060,1,-1290.47,132.949,134.571,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (44416,181060,1,-1288.88,130.987,134.571,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (44417,181060,1,-1213.46,-12.5487,169.181,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (44418,181020,1,-1146.22,17.2813,150.335,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (44419,181060,1,-1407.64,-111.458,162.298,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (44420,181060,1,-1235.88,-55.7595,166.207,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (44640,19541,1,1402.17,853.09,146.997,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (44641,19541,1,862.677,209.647,27.7091,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (44642,1621,1,215.087,-475.521,20.5114,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (44643,19541,1,1524.46,604.206,145.681,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (44644,19541,1,1503.16,1011.93,142.6,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (44645,19541,1,1495.26,-482.557,38.5625,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (44646,19541,1,918.995,200.072,27.677,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (44647,1621,1,1369.16,-462.259,27.6064,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (44648,1621,1,955.098,150.59,25.9209,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (44649,19541,1,989.752,166.383,22.7116,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (44650,19541,1,1525.06,-389.071,32.0918,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (44651,19541,1,1498.51,-566.273,61.4355,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (44652,19541,1,543.946,595.887,74.1724,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (44653,19541,1,524.556,580.345,90.9927,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (44654,19541,1,456.917,677.47,78.431,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (44655,19541,1,501.52,685.815,79.4108,0,0,0,0,1,180,180,100,1), + (44656,19541,1,544.568,667.32,78.8672,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (44657,19541,1,602.857,660.715,79.6928,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (44658,1621,1,2632.98,1374.62,233.622,0.034907,0,0,0.0174526,0.999848,300,300,100,1), + (44659,19541,1,962.659,85.6017,20.7847,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (44660,1621,1,2211.69,1094.75,268.101,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (44661,1621,1,1205.25,731.131,174.484,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (44662,1621,1,515.528,1649.29,0.500507,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (44663,1622,1,100.978,-868.159,11.8056,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (44664,2061,0,2530.24,-902.411,56.7375,2.04204,-0.026638,0.031664,0.851641,0.522489,900,900,100,1), + (44705,19542,1,1241.14,-480.327,12.3867,-2.30383,0,0,0.913545,-0.406737,7200,7200,100,1), + (44712,19542,1,1400.6,278.44,15.6321,-2.67035,0,0,0.97237,-0.233445,7200,7200,100,1), + (44717,1622,1,146.906,-605.11,11.0711,-2.16421,0,0,-0.882948,0.469471,300,300,100,1), + (44718,1622,1,2741.4,1700.49,309.784,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (44726,179559,429,275.82,-424.098,-119.962,0,0,0,-0.824126,0.566406,-604800,-604800,0,1), + (44727,179559,429,274.34,-424.026,-119.962,0,0,0,0.309016,0.951057,-604800,-604800,0,1), + (44728,179559,429,275.153,-424.891,-119.962,0,0,0,-0.649447,0.760406,-604800,-604800,0,1), + (44729,179559,429,275.296,-423.466,-119.962,0,0,0,-0.981627,0.190812,-604800,-604800,0,1), + (44730,179559,429,275.341,-422.536,-119.962,0,0,0,0.983254,0.182238,-604800,-604800,0,1), + (44731,19542,1,828.248,266.675,24.3001,1.58825,0,0,0.71325,0.700909,7200,7200,100,1), + (44732,141981,0,-10633.4,-2985.83,28.986,4.74371,0,0,0.695946,-0.718095,-600,-600,0,1), + (44733,141980,0,-10633.4,-2985.83,28.986,4.74371,0,0,0.695946,-0.718095,-600,-600,0,1), + (44737,1622,1,1389.8,-360.001,13.5614,-2.89725,0,0,-0.992546,0.121868,300,300,100,1), + (44738,1872,0,1791.16,1340.98,89.2416,0.549778,0.001933,0.041333,0.270713,0.96177,900,900,100,1), + (44739,179544,429,168.564,526.016,-48.4669,1.62774,0,0,0.72695,0.68669,180,180,0,1), + (44740,179499,429,599.501,606.489,-4.75246,3.74834,0,0,0.954335,-0.298739,7200,7200,100,1), + (44741,1622,1,1478.8,-360.606,20.2212,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (44744,2061,0,1791.16,1340.98,89.2416,0.549778,0.001933,0.041333,0.270713,0.96177,900,900,100,1), + (44745,1630,0,1938.4,1584.38,81.9161,-1.85878,0,0,-0.801254,0.598324,900,900,100,1), + (44746,1631,0,2199.82,1182.34,31.6977,2.13803,0,0,0.876727,0.480989,900,900,100,1), + (44747,1632,0,2199.82,1182.32,30.3105,2.13803,0,0,0.876727,0.480989,900,900,100,1), + (44748,1633,0,2208.14,1053.3,29.4228,2.08567,0,0,0.863836,0.503774,900,900,100,1), + (44749,1634,0,2210.21,1054.52,29.4134,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (44750,1643,0,2188.94,660.645,33.1658,-2.522,0,0,0.952396,-0.304864,900,900,100,1), + (44751,1644,0,2187.56,662.604,31.8218,0.619591,0,0,0.304864,0.952396,900,900,100,1), + (44752,1645,0,2187.58,662.574,33.1829,0.619591,0,0,0.304864,0.952396,900,900,100,1), + (44753,1648,0,2219.77,260.808,32.9195,-1.02975,0,0,-0.492424,0.870356,900,900,100,1), + (44754,1649,0,2037.2,155.574,33.9039,2.31256,0,0,0.915311,0.402747,900,900,100,1), + (44755,1651,0,2038.91,157.136,32.5245,-0.829032,0,0,-0.402747,0.915312,900,900,100,1), + (44756,1652,0,2038.89,157.162,33.8562,-0.829032,0,0,-0.402747,0.915312,900,900,100,1), + (44757,1653,0,2037.23,157.224,32.5644,0.741765,0,0,0.362438,0.932008,900,900,100,1), + (44758,2037,0,2347.31,1071.91,39.3924,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (44759,1656,0,2028.64,51.0382,33.8673,3.14159,0,0,1,0,900,900,100,1), + (44760,2038,0,2347.27,1071.89,38.0578,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (44761,2033,0,2374.47,1263.36,31.3438,2.7838,0,0,0.984041,0.177944,900,900,100,1), + (44762,1743,0,2039.03,150.276,34.2552,3.14159,0.004363,-0.008726,0.999952,0.000038,900,900,100,1), + (44763,1744,0,2038.58,147.191,34.2486,-3.14159,0.030528,-0.026165,0.999191,0.000799,900,900,100,1), + (44764,1657,0,2659.37,-639.66,109.284,-2.81871,0,0,0.986996,-0.160743,900,900,100,1), + (44765,711,0,2285.97,288.693,35.1822,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (44766,104593,0,2376.07,359.997,37.8147,2.36492,0,0,0.925541,0.378648,900,900,100,1), + (44767,176200,0,1734.5,-728.731,59.2861,-3.14159,-0.056691,-0.008713,0.998354,-0.000495,900,900,100,1), + (44768,2061,0,1734.5,-728.731,59.2861,-3.14159,-0.056691,-0.008713,0.998354,-0.000495,900,900,100,1), + (44769,176202,0,1775.49,-723.108,59.2244,-3.14159,-0.004361,0.030538,0.999524,0.000133,900,900,100,1), + (44770,2061,0,1775.49,-723.108,59.2244,-3.14159,-0.004361,0.030538,0.999524,0.000133,900,900,100,1), + (44771,176203,0,1689.23,-723.685,57.7102,3.14159,0.013054,0.074102,0.997165,-0.00097,900,900,100,1), + (44772,2061,0,1689.23,-723.685,57.7102,3.14159,0.013054,0.074102,0.997165,-0.00097,900,900,100,1), + (44773,59990,0,2573.17,-49.7969,33.5683,3.14159,-0.052331,-0.013072,0.998544,-0.000685,900,900,100,1), + (44774,2061,0,2573.17,-49.7969,33.5683,3.14159,-0.052331,-0.013072,0.998544,-0.000685,900,900,100,1), + (44775,143990,0,2238.56,254.503,34.0054,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (44776,146079,0,1802.23,-364.975,32.4969,2.2253,0,0,0.896873,0.442289,900,900,100,1), + (44777,146080,0,1804.02,-363.637,32.4961,-0.916299,0,0,-0.442289,0.896873,900,900,100,1), + (44778,177284,0,1659.45,-732.351,59.3033,3.14159,0,0.052336,0.99863,0,900,900,100,1), + (44779,2061,0,1659.45,-732.351,59.3033,3.14159,0,0.052336,0.99863,0,900,900,100,1), + (44780,177285,0,1750.32,-732.367,59.9415,3.14159,0,0,1,0,900,900,100,1), + (44781,2061,0,1750.32,-732.367,59.9415,3.14159,0,0,1,0,900,900,100,1), + (44782,1557,0,2485.43,22.1354,26.8835,3.05432,0.027844,0.038068,0.997981,0.042545,900,900,100,1), + (44783,165558,0,1981.64,249.839,36.9705,-1.0472,0,0,-0.5,0.866026,900,900,100,1), + (44784,1647,0,2219.78,260.826,34.2528,-1.02975,0,0,-0.492424,0.870356,900,900,100,1), + (44785,1660,0,1980.1,250.336,37.0608,0.514872,0,0,0.254602,0.967046,900,900,100,1), + (44786,1666,0,1979.63,248.687,37.0391,2.08567,0,0,0.863835,0.503775,900,900,100,1), + (44787,1873,0,2029.24,72.6146,34.4231,-3.14159,0.117536,0.004333,0.993059,-0.000513,900,900,100,1), + (44788,2061,0,2029.24,72.6146,34.4231,-3.14159,0.117536,0.004333,0.993059,-0.000513,900,900,100,1), + (44789,1165,0,2569.4,-37.6788,33.28,2.3911,-0.014757,0.033938,0.929529,0.366888,3,3,100,1), + (44790,1658,0,1981.24,248.245,36.9923,-2.62672,0,0,0.967046,-0.254602,900,900,100,1), + (44791,178844,0,2655.95,-678.247,111.193,0.427606,0,0,0.212178,0.977231,900,900,100,1), + (44792,1654,0,2028.62,53.3835,32.5893,0,0,0,0,1,900,900,100,1), + (44793,19028,0,2654.7,-633.416,108.547,0.209439,0,0,0.104528,0.994522,900,900,100,1), + (44794,1662,0,2188.92,660.634,31.8302,-2.522,0,0,0.952396,-0.304864,900,900,100,1), + (44795,176204,0,1672.89,-715.228,57.6562,-3.13286,0.004286,0.017471,0.999828,-0.004439,900,900,100,1), + (44796,2061,0,1672.89,-715.228,57.6562,-3.13286,0.004286,0.017471,0.999828,-0.004439,900,900,100,1), + (44797,1659,0,1981.36,248.159,35.5948,-2.62672,0,0,0.967046,-0.254602,900,900,100,1), + (44798,2036,0,2349.64,1071.89,39.3799,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (44799,1650,0,2037.14,155.523,32.5716,2.31256,0,0,0.915311,0.402747,900,900,100,1), + (44800,1661,0,2208.14,1053.3,28.0898,2.08567,0,0,0.863836,0.503774,900,900,100,1), + (44801,1639,0,2208.55,1054.92,29.3639,0.532325,0,0,0.263031,0.964787,900,900,100,1), + (44802,176201,0,1758.54,-722.294,60.1177,-3.13287,0.021815,0.000095,0.999753,-0.004362,900,900,100,1), + (44803,2061,0,1758.54,-722.294,60.1177,-3.13287,0.021815,0.000095,0.999753,-0.004362,900,900,100,1), + (44804,1586,0,2571.7,-46.7431,33.4288,-2.96706,-0.063073,0.02071,0.994135,-0.085371,900,900,100,1), + (44805,1646,0,2217.73,259.581,32.9658,2.11185,0,0,0.870356,0.492424,900,900,100,1), + (44806,1638,0,2200.22,1183.99,31.7502,0.558505,0,0,0.275637,0.961262,900,900,100,1), + (44807,146081,0,1804.01,-363.649,31.1078,-0.916299,0,0,-0.442289,0.896873,900,900,100,1), + (44809,101853,0,2910.81,-818.836,160.293,1.9635,0,0,0.83147,0.55557,900,900,100,1), + (44811,101852,0,2889.18,-827.798,160.293,1.9635,0,0,0.83147,0.55557,900,900,100,1), + (44812,165619,0,2851.88,-753.274,160.44,-1.1781,0,0,-0.55557,0.83147,900,900,100,1), + (44813,165620,0,2856.83,-751.222,160.44,-1.1781,0,0,-0.55557,0.83147,900,900,100,1), + (44814,165618,0,2853.59,-752.567,160.44,-1.1781,0,0,-0.55557,0.83147,900,900,100,1), + (44815,165621,0,2858.54,-750.515,160.44,-1.1781,0,0,-0.55557,0.83147,900,900,100,1), + (44816,176594,0,2389.1,337.902,40.013,2.24275,0,0,0.900698,0.434445,900,900,100,1), + (44817,170063,0,2302.75,272.549,37.4309,-0.253073,0,0,-0.126199,0.992005,900,900,100,1), + (44818,170066,0,2316.35,298.305,37.4309,-1.78896,0,0,-0.779884,0.625924,900,900,100,1), + (44819,170062,0,2303.3,274.652,37.4309,-0.331613,0,0,-0.165048,0.986286,900,900,100,1), + (44820,170061,0,2303.81,276.62,37.4309,-0.191985,0,0,-0.095845,0.995396,900,900,100,1), + (44821,112044,0,2314.76,283.213,37.3159,2.80125,0,0,0.985556,0.169349,900,900,100,1), + (44822,112048,0,2315.7,291.391,37.3159,1.30027,0,0,0.605295,0.796002,900,900,100,1), + (44823,170055,0,2316.24,273.449,37.4309,2.88852,0,0,0.992005,0.126199,900,900,100,1), + (44824,170056,0,2315.7,271.346,37.4309,2.98451,0,0,0.996917,0.078459,900,900,100,1), + (44825,170057,0,2315.19,269.378,37.4309,2.88852,0,0,0.992005,0.126199,900,900,100,1), + (44826,170058,0,2319.44,285.799,37.4309,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (44827,112074,0,2313.68,295.369,37.3159,-1.90241,0,0,-0.814115,0.580703,900,900,100,1), + (44828,112061,0,2307.43,263.539,38.754,1.31772,0,0,0.612217,0.79069,900,900,100,1), + (44829,112049,0,2316.48,294.571,37.3159,-1.82387,0,0,-0.790689,0.612218,900,900,100,1), + (44830,170064,0,2298.37,275.359,37.4309,2.94961,0,0,0.995396,0.095845,900,900,100,1), + (44831,112045,0,2310.39,284.385,37.3159,-0.209439,0,0,-0.104528,0.994522,900,900,100,1), + (44832,170065,0,2299.73,280.634,37.4309,2.88852,0,0,0.992005,0.126199,900,900,100,1), + (44833,112073,0,2311.8,294.296,37.3159,-0.209439,0,0,-0.104528,0.994522,900,900,100,1), + (44834,112042,0,2317.68,292.594,37.3159,2.80125,0,0,0.985556,0.169349,900,900,100,1), + (44835,112079,0,2312.01,281.893,37.3159,1.30027,0,0,0.605295,0.796002,900,900,100,1), + (44836,112050,0,2312.8,292.474,37.3159,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (44837,170060,0,2320.49,289.87,37.4309,2.92343,0,0,0.994056,0.108867,900,900,100,1), + (44838,170059,0,2319.95,287.767,37.4309,2.84489,0,0,0.989016,0.147809,900,900,100,1), + (44839,112043,0,2313.01,285.512,37.3159,-1.82387,0,0,-0.790689,0.612218,900,900,100,1), + (44840,3798,0,2256.81,349.358,35.9566,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (44841,3797,0,2256.37,348.58,35.9566,-2.02458,0,0,-0.848048,0.529919,900,900,100,1), + (44842,22733,0,2267.49,249.173,34.2691,-0.157079,0,0,-0.078459,0.996917,900,900,100,1), + (44843,22735,0,2267.46,247.479,34.2691,0.410153,0,0,0.203642,0.979045,900,900,100,1), + (44844,22750,0,2254.71,232.482,33.6378,1.42244,0,0,0.652759,0.757565,900,900,100,1), + (44845,22732,0,2268,250.684,34.2691,-0.986112,0,0,-0.47332,0.880891,900,900,100,1), + (44846,22712,0,2261.31,253.02,34.21,-0.654499,0,0,-0.32144,0.94693,900,900,100,1), + (44847,2061,0,2261.31,253.02,34.21,-0.654499,0,0,-0.32144,0.94693,900,900,100,1), + (44848,22745,0,2253.44,232.916,33.6378,0.671952,0,0,0.329691,0.944089,900,900,100,1), + (44849,22749,0,2253.66,235.9,33.6378,-0.157079,0,0,-0.078459,0.996917,900,900,100,1), + (44850,22753,0,2247.32,251.278,41.2266,-0.174533,0,0,-0.087156,0.996195,900,900,100,1), + (44851,22708,0,2290.66,237.413,34.7004,2.90597,0,0,0.993069,0.117537,900,900,100,1), + (44852,2061,0,2290.66,237.413,34.7004,2.90597,0,0,0.993069,0.117537,900,900,100,1), + (44853,22711,0,2290.3,238.705,34.7004,1.50098,0,0,0.681998,0.731354,900,900,100,1), + (44854,2061,0,2290.3,238.705,34.7004,1.50098,0,0,0.681998,0.731354,900,900,100,1), + (44855,22743,0,2256.83,253.565,41.1119,-0.514873,0,0,-0.254602,0.967046,900,900,100,1), + (44856,22738,0,2247.64,253.045,41.2266,-0.174533,0,0,-0.087156,0.996195,900,900,100,1), + (44857,22739,0,2270.73,250.146,34.2691,-2.53945,0,0,0.95502,-0.296542,900,900,100,1), + (44858,22746,0,2253.39,234.318,33.6378,-0.157079,0,0,-0.078459,0.996917,900,900,100,1), + (44859,22707,0,2262.8,253.238,34.21,2.83616,0,0,0.988362,0.152123,900,900,100,1), + (44860,2061,0,2262.8,253.238,34.21,2.83616,0,0,0.988362,0.152123,900,900,100,1), + (44861,22740,0,2270.77,248.585,34.2691,2.94088,0,0,0.994968,0.100188,900,900,100,1), + (44862,22752,0,2277.74,243.066,41.1119,2.62672,0,0,0.967046,0.254602,900,900,100,1), + (44863,22742,0,2270.14,247.111,34.2691,2.57436,0,0,0.96005,0.279829,900,900,100,1), + (44864,22710,0,2259.87,253.283,34.21,-1.74533,0,0,-0.766044,0.642788,900,900,100,1), + (44865,2061,0,2259.87,253.283,34.21,-1.74533,0,0,-0.766044,0.642788,900,900,100,1), + (44866,22737,0,2267.44,241.916,41.2266,1.58825,0,0,0.713251,0.700909,900,900,100,1), + (44867,22747,0,2254.48,239.125,33.6378,-0.829031,0,0,-0.402746,0.915312,900,900,100,1), + (44868,22748,0,2253.92,237.491,33.6378,-0.28798,0,0,-0.143493,0.989651,900,900,100,1), + (44869,22709,0,2260.93,254.458,34.21,1.90241,0,0,0.814116,0.580702,900,900,100,1), + (44870,2061,0,2260.93,254.458,34.21,1.90241,0,0,0.814116,0.580702,900,900,100,1), + (44871,38491,0,2230.72,313.74,34.9113,-0.698132,0,0,-0.34202,0.939693,900,900,100,1), + (44872,38493,0,2230.62,307.257,36.7193,1.53589,0,0,0.694658,0.71934,900,900,100,1), + (44873,38494,0,2225.04,319.516,36.7193,0.095993,0,0,0.047978,0.998848,900,900,100,1), + (44874,38495,0,2230.84,320.359,36.7193,-1.93732,0,0,-0.824126,0.566406,900,900,100,1), + (44875,38492,0,2237.23,314.837,36.7193,3.01942,0,0,0.998135,0.061049,900,900,100,1), + (44876,22563,0,1867.47,1564.01,94.368,-0.017454,0,0,-0.008727,0.999962,900,900,100,1), + (44877,2061,0,1867.47,1564.01,94.368,-0.017454,0,0,-0.008727,0.999962,900,900,100,1), + (44878,22567,0,1866.31,1563.37,99.2849,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (44879,2061,0,1866.31,1563.37,99.2849,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (44880,22565,0,1866.31,1563.59,94.368,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (44881,2061,0,1866.31,1563.59,94.368,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (44882,22564,0,1866.85,1564.15,99.2849,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (44883,2061,0,1866.85,1564.15,99.2849,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (44884,22566,0,1866.85,1564.36,94.368,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (44885,2061,0,1866.85,1564.36,94.368,2.7838,0,0,0.984041,0.177943,900,900,100,1), + (44886,3798,0,1837.2,1564.09,96.5178,-1.309,0,0,-0.608762,0.793353,900,900,100,1), + (44887,3797,0,1838.09,1564.02,96.5178,-0.017454,0,0,-0.008727,0.999962,900,900,100,1), + (44888,170354,0,1598.8,381.962,-58.4576,3.12414,0,0,0.999962,0.008726,900,900,100,1), + (44889,33999,0,1569.15,413.038,-58.5007,-1.52717,0,0,-0.691514,0.722363,900,900,100,1), + (44890,20656,0,1553.3,240.656,55.3952,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44891,20653,0,1595.38,197.706,55.3952,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44892,20649,0,1596.15,291.8,14.6822,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44893,20651,0,1596.21,302.401,-40.6645,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44894,36397,0,1474.84,364.133,-57.9933,-0.724311,0,0,-0.354291,0.935135,900,900,100,1), + (44895,113576,0,1615.76,226.406,-56.0906,2.33874,0,0,0.920505,0.390731,900,900,100,1), + (44896,113570,0,1575.17,253.843,-56.0906,-0.802852,0,0,-0.390731,0.920505,900,900,100,1), + (44897,36102,0,1650.48,293.54,-58.4937,0.776671,0,0,0.378648,0.925541,900,900,100,1), + (44898,113577,0,1595.32,181.144,-58.2397,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44899,113575,0,1536.38,240.581,-58.3116,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44900,113569,0,1593.69,100.517,-59.0787,0.008725,0,0,0.004363,0.99999,900,900,100,1), + (44901,20655,0,1544.24,240.773,-40.7835,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44902,36126,0,1513.67,389.707,-49.8204,0.584686,0,0,0.288197,0.957571,900,900,100,1), + (44903,36127,0,1450.02,331.97,-49.425,-2.07694,0,0,-0.861629,0.507539,900,900,100,1), + (44904,58623,0,1518.91,163.899,-53.5867,2.33874,0,0,0.920505,0.390731,900,900,100,1), + (44905,58624,0,1486.69,196.506,-57.9991,0.392699,0,0,0.19509,0.980785,900,900,100,1), + (44906,58626,0,1641.53,141.79,-55.9469,-1.11701,0,0,-0.529919,0.848048,900,900,100,1), + (44907,177884,0,1475.09,429.974,-68.8891,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44908,113753,0,1693.92,281.951,-62.5492,1.64934,0,0,0.734323,0.6788,900,900,100,1), + (44909,20657,0,1533.88,240.826,-32.3473,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (44910,36095,0,1653.47,240.713,-58.4937,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44911,98354,0,1541.84,292.223,-58.4937,2.34747,0,0,0.922201,0.38671,900,900,100,1), + (44912,136101,0,1693.92,192.593,-56.0891,-0.462512,0,0,-0.2292,0.973379,900,900,100,1), + (44913,36070,0,1596.28,300.245,-58.2333,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44914,58599,0,1560.44,255.524,-34.2867,-0.532326,0,0,-0.263031,0.964787,900,900,100,1), + (44915,58613,0,1403.93,380.684,-55.4364,-2.3911,0,0,0.930418,-0.3665,900,900,100,1), + (44916,52175,0,1392.59,147.99,-62.4183,1.92859,0,0,0.821647,0.569997,900,900,100,1), + (44917,52176,0,1684.69,276.825,-62.1811,1.26536,0,0,0.59131,0.806444,900,900,100,1), + (44918,113752,0,1630.96,225.036,-33.7029,2.66163,0,0,0.971342,0.237686,900,900,100,1), + (44919,58614,0,1487.24,285.943,-58.2546,-0.392699,0,0,-0.19509,0.980785,900,900,100,1), + (44920,58615,0,1551.94,349.372,-57.73,-1.18682,0,0,-0.559193,0.829038,900,900,100,1), + (44921,58616,0,1672.61,316.299,-54.0445,-0.794124,0,0,-0.386711,0.922201,900,900,100,1), + (44922,58618,0,1641.27,349.046,-58.439,-1.97222,0,0,-0.833886,0.551936,900,900,100,1), + (44923,58619,0,1705.15,284.347,-58.439,-2.75762,0,0,0.981627,-0.190809,900,900,100,1), + (44924,153695,0,1589.73,274.311,-55.2462,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44925,2061,0,1589.73,274.311,-55.2462,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44926,98351,0,1595.26,180.821,-59.8467,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44927,58596,0,1609.45,275.395,-34.4713,-1.97222,0,0,-0.833886,0.551936,900,900,100,1), + (44928,58597,0,1569.9,267.807,-30.3544,-0.794124,0,0,-0.386711,0.922201,900,900,100,1), + (44929,36094,0,1541.74,293.894,-58.2235,-2.36492,0,0,0.925541,-0.378648,900,900,100,1), + (44930,58606,0,1596.14,269.916,-53.1671,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44931,58608,0,1600.37,210.108,-53.283,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44932,58609,0,1409.79,144.261,-50.9751,-2.66163,0,0,0.971342,-0.237686,900,900,100,1), + (44933,58610,0,1406.44,414.359,-80.2099,-0.794124,0,0,-0.386711,0.922201,900,900,100,1), + (44934,113568,0,1456.08,238.96,-57.3161,1.51844,0,0,0.688354,0.725375,900,900,100,1), + (44935,58600,0,1631.32,254.778,-34.3416,-2.62672,0,0,0.967046,-0.254602,900,900,100,1), + (44936,58602,0,1585.13,240.335,-42.7427,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (44937,58603,0,1595.72,250.741,-42.7427,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44938,98350,0,1597.47,299.311,-59.4108,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (44939,36098,0,1536.05,240.635,-59.9186,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44940,36398,0,1520.36,365.522,-49.2209,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (44941,77813,0,1681.83,286.665,-62.5492,0.165807,0,0,0.082808,0.996565,900,900,100,1), + (44942,36072,0,1595.68,382.005,-57.3161,-0.061087,0,0,-0.030539,0.999534,900,900,100,1), + (44943,36077,0,1596.33,300.568,-59.8403,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44944,36078,0,1457.71,240.692,-58.0024,3.12414,0,0,0.999962,0.008726,900,900,100,1), + (44945,36079,0,1540.27,292.398,-59.8545,0.776671,0,0,0.378648,0.925541,900,900,100,1), + (44946,36083,0,1733.97,238.875,-58.0024,-0.069812,0,0,-0.034899,0.999391,900,900,100,1), + (44947,36085,0,1594.94,102.178,-58.0024,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44948,58622,0,1496.89,194.178,-54.0023,-2.69653,0,0,0.975342,-0.220697,900,900,100,1), + (44949,113754,0,1694.13,293.993,-62.1811,2.97579,0,0,0.996566,0.082808,900,900,100,1), + (44950,113755,0,1539.44,185.908,-58.2235,-0.794124,0,0,-0.386711,0.922201,900,900,100,1), + (44951,36118,0,1596.36,182.127,-59.1923,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (44952,58620,0,1643.31,338.249,-55.7215,1.09956,0,0,0.522498,0.85264,900,900,100,1), + (44953,98348,0,1537.42,239.507,-59.0969,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44954,20654,0,1595.21,178.693,-40.5223,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44955,34013,0,1515.52,391.034,-49.425,-2.55691,0,0,0.957571,-0.288196,900,900,100,1), + (44956,36091,0,1653.59,238.433,-58.9002,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44957,58598,0,1569.12,213.633,-30.3544,0.776673,0,0,0.378649,0.92554,900,900,100,1), + (44958,36113,0,1541.11,186.008,-58.4937,-2.36492,0,0,0.925541,-0.378648,900,900,100,1), + (44959,36105,0,1649.9,186.003,-58.4937,-0.794124,0,0,-0.386711,0.922201,900,900,100,1), + (44960,36082,0,1650,184.332,-58.2235,0.776671,0,0,0.378648,0.925541,900,900,100,1), + (44961,36092,0,1596.68,100.578,-57.3161,3.10668,0,0,0.999848,0.017453,900,900,100,1), + (44962,20652,0,1595.26,188.644,-40.7835,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44963,36096,0,1594.15,182.202,-59.025,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44964,58621,0,1550.34,131.823,-58.0667,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (44965,36071,0,1655.01,239.622,-59.6427,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (44966,177064,0,1622,213.146,-30.3544,2.34747,0,0,0.922201,0.38671,900,900,100,1), + (44967,36093,0,1654.68,239.625,-58.2235,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (44968,33998,0,1595.85,382.093,-59.5498,-0.061087,0,0,-0.030539,0.999534,900,900,100,1), + (44969,58617,0,1694.62,286.703,-56.5023,0.445059,0,0,0.220697,0.975342,900,900,100,1), + (44970,58627,0,1639.7,131.31,-58.0613,1.95477,0,0,0.829038,0.559192,900,900,100,1), + (44971,58604,0,1595.53,229.746,-42.7427,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44972,98343,0,1652.15,293.64,-58.2235,2.34747,0,0,0.922201,0.38671,900,900,100,1), + (44973,36086,0,1651.47,185.828,-59.8545,-2.36492,0,0,0.925541,-0.378648,900,900,100,1), + (44974,36090,0,1735.61,237.529,-59.0787,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (44975,36080,0,1597.27,380.382,-58.0024,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (44976,20650,0,1596.04,282.738,55.3952,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44977,58629,0,1704.1,194.835,-57.7369,2.74889,0,0,0.980785,0.195091,900,900,100,1), + (44978,113572,0,1609.18,260.417,-56.0906,-2.37365,0,0,0.927184,-0.374606,900,900,100,1), + (44979,98349,0,1650.65,295.105,-59.8545,-0.794127,0,0,-0.386712,0.922201,900,900,100,1), + (44980,58605,0,1622.15,267.302,-30.4093,-2.36492,0,0,0.925541,-0.378648,900,900,100,1), + (44981,98347,0,1595.21,299.206,-59.0186,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44982,34012,0,1520.24,365.819,-50.7368,-1.05592,0,0,-0.503774,0.863836,900,900,100,1), + (44983,36073,0,1581.75,219.832,-56.0906,0.767946,0,0,0.374607,0.927184,900,900,100,1), + (44985,58607,0,1591.61,210.289,-53.1671,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (44986,58612,0,1774.65,80.8117,-55.9975,2.34747,0,0,0.922201,0.38671,900,900,100,1), + (44987,177044,0,1633.02,219.281,-43.1118,1.0821,0,0,0.515038,0.857168,900,900,100,1), + (44988,40303,0,1395.34,140.091,-62.5492,0.733038,0,0,0.358368,0.93358,900,900,100,1), + (44989,113574,0,1735.62,240.519,-57.3161,-1.63188,0,0,-0.728371,0.685183,900,900,100,1), + (44990,170355,0,1537.4,241.815,-59.0969,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44991,58611,0,1753.62,60.143,-55.9975,2.34747,0,0,0.922201,0.38671,900,900,100,1), + (44992,58625,0,1548.17,142.028,-56.9035,-2.03331,0,0,-0.850352,0.526214,900,900,100,1), + (44993,58601,0,1606.12,240.152,-42.7427,-0.008727,0,0,-0.004363,0.99999,900,900,100,1), + (44994,175659,0,1597.25,240.212,60.732,-0.008727,-0.000418,-0.095845,-0.004343,0.995387,900,900,100,1), + (44995,113756,0,1540.93,184.443,-59.8545,2.34747,0,0,0.922201,0.386711,900,900,100,1), + (44996,113571,0,1456.07,241.95,-59.0787,-1.57952,0,0,-0.710186,0.704014,900,900,100,1), + (44997,175725,0,1554.01,335.411,-61.2067,1.309,0,0,0.608761,0.793353,900,900,100,1), + (44998,175754,0,1551.71,333.925,-61.2067,2.82743,0,0,0.987688,0.156434,900,900,100,1), + (44999,175749,0,1553.09,334.694,-61.2067,2.32129,0,0,0.91706,0.398749,900,900,100,1), + (45000,175731,0,1508.04,279.751,-61.2413,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (45001,175761,0,1639.36,224.559,-42.1102,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (45002,175738,0,2267.83,247.603,42.2675,-0.802851,0,0,0.390731,-0.920505,900,900,100,1), + (45003,175726,0,2313.83,284.125,38.1232,0.942478,0,0,0.45399,0.891007,900,900,100,1), + (45004,176092,0,1756.07,-724.743,60.1272,1.5708,0,0,0.707107,0.707107,3,3,100,1), + (45005,164662,0,1891.29,1548.12,88.0769,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (45006,164662,0,1867.64,1541.64,88.3213,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (45007,164662,0,1956.45,1616.72,82.1385,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (45008,37098,0,1802.02,726.09,48.9915,-2.56563,0,0,0.95882,-0.284015,3,3,100,1), + (45009,3705,0,1455.03,120.887,-60.1912,-2.11185,0,0,0.870356,-0.492423,900,900,100,1), + (45010,3662,0,1526.48,167.26,-42.6944,2.09439,0,0,0.866025,0.5,900,900,100,1), + (45011,3662,0,1685.6,140.026,-60.4732,-1.51844,0,0,0.688354,-0.725374,900,900,100,1), + (45012,3705,0,1503.96,344.823,-60.0877,-0.10472,0,0,0.052336,-0.99863,900,900,100,1), + (45013,3662,0,1604.67,204.438,-55.343,1.67552,0,0,0.743145,0.669131,900,900,100,1), + (45014,103600,0,1385.33,341.708,-66.0074,0.471239,0,0,0.233445,0.97237,3,3,100,1), + (45015,178090,0,1876.89,1624.95,94.7472,-1.8675,0,0,0.803857,-0.594823,900,900,100,1), + (45016,178464,0,2537.49,-900.56,56.3891,2.40855,0,0,0.93358,0.358368,900,900,100,1), + (45017,105174,0,1814.54,51.3096,-46.3164,2.30383,0,0,0.913545,0.406737,3,3,100,1), + (45018,105174,0,1813.73,52.6475,-46.3165,2.32129,0,0,0.91706,0.398749,3,3,100,1), + (45019,105174,0,1814.59,53.1667,-46.3167,2.94961,0,0,0.995396,0.095846,3,3,100,1), + (45020,105175,0,1813.6,50.2285,-46.3162,2.51327,0,0,0.951057,0.309017,3,3,100,1), + (45021,105175,0,1813.25,51.0138,-46.3162,-2.46091,0,0,0.942641,-0.333807,3,3,100,1), + (45022,175885,0,2299.5,290.835,36.4086,2.04204,0,0,0.85264,0.522499,900,900,100,1), + (45023,102985,0,1976.88,-472.256,35.6522,2.40855,0,0,0.93358,0.358368,3,3,100,1), + (45024,102985,0,1969.59,-472.857,35.7564,2.70526,0,0,0.976296,0.21644,3,3,100,1), + (45025,102985,0,1969.43,-471.338,35.6069,-2.53073,0,0,0.953717,-0.300706,3,3,100,1), + (45026,102985,0,1969.55,-464.101,36.1453,-0.837758,0,0,0.406737,-0.913545,3,3,100,1), + (45027,102985,0,1977.11,-473.432,35.4561,1.43117,0,0,0.656059,0.75471,3,3,100,1), + (45028,102985,0,1976.87,-463.903,35.8052,-2.28638,0,0,0.909961,-0.414693,3,3,100,1), + (45031,176753,0,2612.94,375.012,35.0619,-1.8326,0,0,0.793353,-0.608761,300,300,100,1), + (45032,176753,0,2753.78,436.604,20.217,-1.32645,0,0,0.615661,-0.788011,300,300,100,1), + (45042,375,0,2431.47,1591.2,37.0613,0.488692,0,0,0.241922,0.970296,120,120,100,1), + (45043,375,0,2351.13,1324.59,33.3334,0.293625,0,0,0.146286,0.989242,120,120,255,1), + (45044,174848,0,1407.62,414.136,-83.785,-0.10472,0,0,0.052336,-0.99863,900,900,100,1), + (45045,175265,0,1407.04,415.23,-83.8892,0,0,0,0,1,900,900,100,1), + (45046,1617,0,2689.82,104.365,36.0844,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (45047,1617,0,2465.66,1011.87,69.3897,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (45048,1618,0,2693.91,-456.716,110.102,0.959931,0,0,0.461749,0.887011,300,300,100,1), + (45049,1618,0,2439.13,-409.188,68.4866,1.88496,0,0,0.809018,0.587783,300,300,100,1), + (45050,1619,0,2795.85,-403.263,83.9041,3.12414,0,0,0.999962,0.0087262,300,300,100,1), + (45051,1619,0,2616.7,-311.016,76.7967,-0.296706,0,0,-0.147809,0.989016,300,300,100,1), + (45052,1617,0,1884.5,831.883,35.8827,-2.77507,0,0,-0.983254,0.182238,300,300,100,1), + (45053,1617,0,1767.44,836.736,54.3356,2.80998,0,0,0.986286,0.165048,300,300,100,1), + (45054,175825,329,3557.53,-3320.44,129.254,-1.828,0.003704,-0.045229,-0.790561,0.6107,180,180,100,1), + (45055,1618,0,2285.03,847.533,37.1652,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (45056,1618,0,2714.45,778.143,111.664,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (45057,1617,0,2359.34,1191.43,35.5818,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (45058,1617,0,2688.86,1274.64,52.6062,1.58825,0,0,0.713251,0.700909,300,300,100,1), + (45059,3658,0,1660.01,-735.278,59.8819,0.418879,0,0,0.207912,0.978148,900,900,100,1), + (45060,106318,0,3058.92,-257.522,1.97371,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (45061,153473,0,3081.58,-565.609,131.491,2.89725,0,0,0.992546,0.121869,900,900,100,1), + (45062,153472,0,2277.38,254.764,34.1961,-2.40855,0,0,0.93358,-0.358368,900,900,100,1), + (45063,175566,0,2040.25,1129.57,33.7844,2.18166,0,0,0.887011,0.461749,300,300,100,1), + (45064,175566,0,2225.91,940.262,44.7632,-1.8326,0,0,0.793353,-0.608761,300,300,100,1), + (45065,180666,0,1628.84,133.938,-60.9673,-0.401426,0,0,0.199368,-0.979925,900,900,100,1), + (45066,164662,0,1912.53,1492.64,88.2604,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (45067,164662,0,1909.97,1507.27,89.185,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (45068,164662,0,1903.3,1487.85,93.9513,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (45070,176753,0,2780.2,470.615,21.8746,-0.20944,0,0,0.104528,-0.994522,300,300,100,1), + (45071,176753,0,2787.47,460.688,21.1982,-0.10472,0,0,0.052336,-0.99863,300,300,100,1), + (45072,176753,0,2748.7,426.054,20.7038,-2.9147,0,0,0.993572,-0.113203,300,300,100,1), + (45087,1619,0,2503.86,839.506,120.784,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (45088,1619,0,2464.48,696.83,45.391,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (45089,1618,0,1811.54,-641.503,42.0859,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (45091,1617,0,1838.21,-369.633,36.7846,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (45093,1619,0,2709.66,-881.543,79.0136,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (45095,1617,0,2254.61,885.544,48.9225,-0.541052,0,0,-0.267238,0.96363,300,300,100,1), + (45099,1618,0,2801.52,71.3728,29.24,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (45100,1617,0,2768.63,162.392,31.1702,-2.07694,0,0,-0.861629,0.507539,300,300,100,1), + (45101,1618,0,2318.94,-820.467,71.3757,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (45102,1618,0,2812.19,-219.117,46.8137,0.296706,0,0,0.147809,0.989016,300,300,100,1), + (45103,3658,0,2831.79,822.436,113.144,2.72271,0,0,0.978148,0.207912,900,900,100,1), + (45104,153472,0,2948.7,727.587,103.686,2.49582,0,0,0.948324,0.317305,900,900,100,1), + (45105,3658,0,2040.9,-461.893,35.9081,2.19912,0,0,0.891007,0.453991,900,900,100,1), + (45106,2843,0,1900.49,1487.23,93.9514,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (45107,3658,0,3054.27,-350.856,-0.050096,2.54818,0,0,0.956305,0.292372,900,900,100,1), + (45108,3658,0,2340.66,1306.41,34.0632,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (45109,153473,0,2166.62,-561.002,79.265,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (45110,2843,0,2081.69,1967.03,101.193,2.82743,0,0,0.987688,0.156434,900,900,100,1), + (45111,175566,0,2303.58,923.441,57.9082,-1.85005,0,0,0.798635,-0.601815,300,300,100,1), + (45112,176753,0,2795.22,490.533,18.748,2.87979,0,0,0.991445,0.130526,300,300,100,1), + (45113,2045,0,1299.25,394.809,10.5615,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (45118,1619,0,2915.55,439.492,33.1534,-3.07178,0,0,-0.999391,0.0348993,300,300,100,1), + (45119,1617,0,2927.01,801.089,115.221,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (45120,1617,0,2943.64,645.655,104.953,-1.8326,0,0,-0.793355,0.60876,300,300,100,1), + (45121,1617,0,2716.56,-275.278,64.3166,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (45122,1617,0,2073.42,-449.206,40.492,-0.418879,0,0,-0.207912,0.978148,300,300,100,1), + (45123,1618,0,2410.99,1400.23,33.0661,-2.86234,0,0,-0.990268,0.139173,300,300,100,1), + (45124,1618,0,2398.67,1633.2,33.5639,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (45125,1618,0,2039.89,-297.34,36.1757,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (45126,1617,0,1917.47,1167.43,42.603,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (45127,1619,0,2904.83,533.744,97.6854,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (45128,1619,0,2877.74,-398.049,81.5441,-1.3439,0,0,-0.622513,0.782609,300,300,100,1), + (45129,1619,0,2898.8,-326.923,67.1757,-1.88496,0,0,-0.809018,0.587783,300,300,100,1), + (45130,1618,0,2984.46,833.843,97.512,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (45131,175566,0,2009.63,1018.52,30.6434,0.191986,0,0,0.095846,0.995396,300,300,100,1), + (45133,1618,0,2202.17,706.952,36.9317,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (45134,1618,0,2308.14,702.509,39.1969,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (45135,1618,0,2289.65,951.939,52.3763,-0.523599,0,0,-0.258819,0.965926,300,300,100,1), + (45137,1619,0,2726.09,1270.6,38.1253,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (45138,1617,0,2615.37,-1018.56,94.6326,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (45139,1617,0,2851.01,-375.707,76.4105,-1.58825,0,0,-0.713251,0.700909,300,300,100,1), + (45140,1617,0,2264.65,1519.68,46.53,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (45141,1617,0,2443.22,1397.34,31.1435,2.26893,0,0,0.906308,0.422617,300,300,100,1), + (45142,1619,0,2285.42,-1092.11,82.5132,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (45143,1619,0,2135.39,-350.163,78.2639,2.28638,0,0,0.909961,0.414694,300,300,100,1), + (45144,1619,0,1637.51,-293.452,55.3764,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (45145,175566,0,2006.88,954.244,34.781,-0.628319,0,0,0.309017,-0.951056,300,300,100,1), + (45146,175566,0,2053.96,1152.23,35.6857,-1.0821,0,0,0.515038,-0.857167,300,300,100,1), + (45147,175566,0,2033.44,1065.45,32.5116,-0.663225,0,0,0.325568,-0.945519,300,300,100,1), + (45148,175566,0,1966.64,861.508,34.4494,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (45149,175566,0,1925.26,781.157,41.4477,-2.18166,0,0,0.887011,-0.461749,300,300,100,1), + (45150,175566,0,2267.1,972.917,57.5825,-0.174533,0,0,0.087156,-0.996195,300,300,100,1), + (45151,175566,0,2339.3,1160.45,35.3953,-1.91986,0,0,0.819152,-0.573576,300,300,100,1), + (45152,175566,0,2313.51,1012.61,48.4422,-2.75762,0,0,0.981627,-0.190809,300,300,100,1), + (45153,175566,0,1989.05,908.592,37.0844,-0.349066,0,0,0.173648,-0.984808,300,300,100,1), + (45154,175566,0,2268.87,812.059,26.9755,0.383972,0,0,0.190809,0.981627,300,300,100,1), + (45155,175566,0,2322.85,755.438,33.4112,-1.01229,0,0,0.48481,-0.87462,300,300,100,1), + (45156,175566,0,2256.74,930.73,49.2382,-1.15192,0,0,0.544639,-0.838671,300,300,100,1), + (45157,375,0,2284.49,1470.76,33.4333,1.22173,0,0,0.573576,0.819152,120,120,100,1), + (45158,1617,0,2815.79,414.031,19.1513,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (45159,1619,0,2653.72,1342.15,31.6403,-2.32129,0,0,-0.91706,0.398748,300,300,100,1), + (45160,3658,0,2522.86,1512.94,0.003494,1.0472,0,0,0.5,0.866025,900,900,100,1), + (45161,1618,0,2630.62,1030.99,100.553,-1.0472,0,0,-0.500001,0.866025,300,300,100,1), + (45162,1619,0,2877.22,1117.63,121.895,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (45163,1618,0,1691.54,646.112,49.5556,-3.03687,0,0,-0.998629,0.0523374,300,300,100,1), + (45165,105172,0,3023.03,653.814,75.3499,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (45166,105171,0,3019.9,688.797,66.4507,-1.53589,0,0,0.694658,-0.71934,900,900,100,1), + (45167,105170,0,3063.67,697.922,66.4507,-3.07178,0,0,0.999391,-0.034899,900,900,100,1), + (45168,105169,0,3058.62,653.585,58.1085,-2.28638,0,0,0.909961,-0.414693,3,3,100,1), + (45169,176753,0,2802.07,427.215,20.2532,0.20944,0,0,0.104528,0.994522,300,300,100,1), + (45170,1617,0,2728.32,-199.027,41.2771,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (45172,181206,329,3642.07,-3486.78,137.613,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (45173,175566,0,2086.75,531.731,42.7909,-1.53589,0,0,0.694658,-0.71934,300,300,100,1), + (45174,175566,0,2072.59,1084.79,38.433,-0.331612,0,0,0.165048,-0.986286,300,300,100,1), + (45175,105174,0,1814.28,52.1381,-46.3165,2.35619,0,0,0.92388,0.382683,3,3,100,1), + (45178,176753,0,2806.17,416.962,19.7714,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (45179,176753,0,2697.07,456.044,19.6853,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (45180,1619,0,1572.23,-683.486,54.7838,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (45181,176753,0,2817.67,429.309,19.3431,-2.58309,0,0,0.961262,-0.275637,300,300,100,1), + (45182,176753,0,2680.46,421.304,23.8358,-2.3911,0,0,0.930418,-0.366501,300,300,100,1), + (45183,176753,0,2698.68,468.033,19.9265,-1.8326,0,0,0.793353,-0.608761,300,300,100,1), + (45184,176753,0,2628.19,375.378,34.9441,1.97222,0,0,0.833886,0.551937,300,300,100,1), + (45185,176753,0,2572.14,476.879,26.6746,0.296706,0,0,0.147809,0.989016,300,300,100,1), + (45186,176753,0,2646.47,434.396,24.7347,-0.226893,0,0,0.113203,-0.993572,300,300,100,1), + (45187,176753,0,2567.35,447.133,29.1168,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (45188,176753,0,2663.25,560.112,15.5056,-0.977384,0,0,0.469472,-0.882948,300,300,100,1), + (45189,175566,0,2271.59,1163.64,33.3779,1.309,0,0,0.608761,0.793353,300,300,100,1), + (45190,175566,0,2206.49,1239.32,45.8215,3.12414,0,0,0.999962,0.008727,300,300,100,1), + (45191,175566,0,2281.16,1207.72,37.4511,-2.77507,0,0,0.983255,-0.182235,300,300,100,1), + (45192,175566,0,2103.31,1209.1,44.8005,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (45193,175566,0,2208.36,892.037,49.5662,2.02458,0,0,0.848048,0.529919,300,300,100,1), + (45194,375,0,2293.58,1396.66,33.4333,-1.55334,0,0,0.700909,-0.71325,120,120,100,1), + (45195,375,0,2259.64,1430.03,33.4525,2.3911,0,0,0.930418,0.366501,120,120,100,1), + (45196,375,0,2304,1439.05,33.4333,-0.750491,0,0,0.366501,-0.930418,120,120,100,1), + (45197,375,0,2355.96,1348.1,33.4333,2.84489,0,0,0.989016,0.147809,120,120,100,1), + (45198,375,0,2348.16,1405.88,33.3189,1.46608,0,0,0.669131,0.743145,120,120,100,1), + (45199,175566,0,2096.79,1147.78,34.9593,-2.16421,0,0,0.882948,-0.469472,300,300,100,1), + (45200,375,0,2279.18,1450.29,33.4333,-1.74533,0,0,0.766044,-0.642788,120,120,100,1), + (45201,375,0,2263.35,1480.02,33.4491,1.97222,0,0,0.833886,0.551937,120,120,100,1), + (45202,164662,0,1848.6,1516.77,88.0788,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (45203,164662,0,1891.99,1506.2,88.0769,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (45204,164662,0,1991.39,1552.15,79.0752,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (45205,164662,0,1858.63,1535.83,88.5926,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (45206,175566,0,2283.7,1108.32,35.0781,-1.74533,0,0,0.766044,-0.642788,300,300,100,1), + (45207,175566,0,2007.4,758.06,37.6743,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (45208,1618,0,2571.15,110.923,30.8361,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (45210,176753,0,2670.57,410.521,26.3028,-0.349066,0,0,0.173648,-0.984808,300,300,100,1), + (45211,176753,0,2592.68,385.176,34.8352,-1.16937,0,0,0.551937,-0.833886,300,300,100,1), + (45212,176753,0,2627.54,482.803,18.0862,-1.309,0,0,0.608761,-0.793353,300,300,100,1), + (45214,176753,0,2544.31,399.634,33.1274,-3.03687,0,0,0.99863,-0.052336,300,300,100,1), + (45215,176753,0,2639.42,451.185,21.7638,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (45216,176753,0,2556.72,555.666,14.5084,-0.174533,0,0,0.087156,-0.996195,300,300,100,1), + (45217,176753,0,2635.87,460.013,19.9491,1.50098,0,0,0.681998,0.731354,300,300,100,1), + (45218,176753,0,2627.55,535.917,19.9466,0.261799,0,0,0.130526,0.991445,300,300,100,1), + (45219,153473,0,1782.73,698.258,45.757,-1.91986,0,0,0.819152,-0.573576,900,900,100,1), + (45223,1617,0,2564.25,1086.43,85.6945,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (45225,105175,0,1812.77,51.5278,-46.3162,-2.05949,0,0,0.857167,-0.515038,3,3,100,1), + (45226,175566,0,1994.96,851.787,38.2864,2.16421,0,0,0.882948,0.469472,300,300,100,1), + (45227,153472,0,2904.5,385.574,30.3958,-2.77507,0,0,0.983255,-0.182235,900,900,100,1), + (45228,1617,0,2414.88,488.286,42.3283,-0.767945,0,0,-0.374607,0.927184,300,300,100,1), + (45231,164662,0,1899.36,1562.73,88.0769,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (45232,164662,0,1971.21,1598.49,82.3257,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (45233,164662,0,1985.14,1593.29,82.4882,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (45234,164662,0,1898.85,1570.28,89.0722,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (45235,175566,0,1992.88,687.914,44.4858,-0.959931,0,0,0.461749,-0.887011,300,300,100,1), + (45236,175566,0,2186.53,929.867,39.5658,-1.69297,0,0,0.748956,-0.66262,300,300,100,1), + (45237,175566,0,2133.84,516.146,55.6377,0.174533,0,0,0.087156,0.996195,300,300,100,1), + (45240,106318,0,1807.04,728.572,53.7584,2.35619,0,0,0.92388,0.382683,900,900,100,1), + (45241,175566,0,2241.39,1003.52,38.8929,2.67035,0,0,0.97237,0.233445,300,300,100,1), + (45243,175566,0,2277.01,1049.74,33.6851,1.8326,0,0,0.793353,0.608761,300,300,100,1), + (45244,106318,0,2846.95,416.488,20.8466,1.3439,0,0,0.622515,0.782608,900,900,100,1), + (45246,175566,0,2055.5,976.255,34.4295,-1.23918,0,0,0.580703,-0.814116,300,300,100,1), + (45247,175566,0,2065.28,1017.33,34.2151,-2.80998,0,0,0.986286,-0.165048,300,300,100,1), + (45248,175566,0,2145,1055.34,36.681,0.15708,0,0,0.078459,0.996917,300,300,100,1), + (45249,175566,0,2126.95,1147.39,33.6235,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (45250,175566,0,2207.06,1027.68,35.8526,2.63545,0,0,0.968148,0.25038,300,300,100,1), + (45251,106318,0,2448.36,1604.06,72.1558,-1.69297,0,0,0.748956,-0.66262,900,900,100,1), + (45252,175566,0,2311.62,1245.93,35.018,-2.54818,0,0,0.956305,-0.292372,300,300,100,1), + (45253,175566,0,2104.26,1077.75,33.7003,3.08923,0,0,0.999657,0.026177,300,300,100,1), + (45254,1619,0,2752.14,-776.589,136.009,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (45255,175566,0,2156.23,1233.15,49.5931,-2.35619,0,0,0.92388,-0.382683,300,300,100,1), + (45256,1617,0,1507.44,743.901,45.1805,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (45257,106318,0,2826.1,808.456,113.606,-1.20428,0,0,0.566406,-0.824126,900,900,100,1), + (45258,175566,0,2134.21,907.484,33.2853,2.40855,0,0,0.93358,0.358368,300,300,100,1), + (45259,3658,0,2670.02,954.971,114.079,2.14675,0,0,0.878817,0.477159,900,900,100,1), + (45261,1618,0,2088.03,454.396,53.9297,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (45262,175566,0,2302.54,524.717,36.2656,1.88496,0,0,0.809017,0.587785,300,300,100,1), + (45263,175566,0,2187.44,986.024,34.918,2.19912,0,0,0.891007,0.453991,300,300,100,1), + (45264,175566,0,2216.59,497.006,46.0756,3.12414,0,0,0.999962,0.008727,300,300,100,1), + (45265,175566,0,2221.57,855.305,47.5855,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (45266,175566,0,2285.17,675.366,33.7976,2.87979,0,0,0.991445,0.130526,300,300,100,1), + (45267,1618,0,2309.52,101.501,37.7982,1.44862,0,0,0.662619,0.748957,300,300,100,1), + (45268,175566,0,2022.74,817.623,34.3397,-0.506145,0,0,0.25038,-0.968148,300,300,100,1), + (45269,175566,0,2183.6,832.554,41.1778,-2.42601,0,0,0.936672,-0.350207,300,300,100,1), + (45270,175566,0,2018.8,647.946,37.9402,0.628319,0,0,0.309017,0.951057,300,300,100,1), + (45271,1617,0,2258.85,118.972,43.5398,-3.01942,0,0,-0.998135,0.0610484,300,300,100,1), + (45273,175566,0,2070,827.461,35.2885,-0.401426,0,0,0.199368,-0.979925,300,300,100,1), + (45274,175566,0,2300,634.158,30.284,-0.645772,0,0,0.317305,-0.948324,300,300,100,1), + (45275,175566,0,2179.03,709.911,35.2548,3.01942,0,0,0.998135,0.061049,300,300,100,1), + (45276,175566,0,2108.38,972.297,36.6983,-0.069813,0,0,0.034899,-0.999391,300,300,100,1), + (45277,175566,0,2271.85,705.482,34.2596,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (45278,175566,0,2250.9,528.181,34.8574,2.84489,0,0,0.989016,0.147809,300,300,100,1), + (45279,175566,0,2337.85,678.923,36.6145,-2.3911,0,0,0.930418,-0.366501,300,300,100,1), + (45280,175566,0,2138.54,775.447,33.9446,3.03687,0,0,0.99863,0.052336,300,300,100,1), + (45281,175566,0,2266.97,643.859,24.7552,-2.75762,0,0,0.981627,-0.190809,300,300,100,1), + (45282,175566,0,2249.89,612.077,34.7925,-2.26893,0,0,0.906308,-0.422618,300,300,100,1), + (45283,175566,0,2201.3,561.071,30.3881,2.61799,0,0,0.965926,0.258819,300,300,100,1), + (45284,175566,0,2127.71,705.943,35.3964,-2.49582,0,0,0.948324,-0.317305,300,300,100,1), + (45286,176753,0,2532.5,475.661,27.4419,-2.30383,0,0,0.913545,-0.406737,300,300,100,1), + (45287,175566,0,2173.8,745.507,36.4827,-1.22173,0,0,0.573576,-0.819152,300,300,100,1), + (45288,37097,0,1704.79,42.2205,-63.7808,3.03687,0,0,0.99863,0.052336,900,900,100,1), + (45289,175566,0,2059.63,904.302,34.4074,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (45290,175566,0,2182.81,789.424,37.2076,-2.86234,0,0,0.990268,-0.139173,300,300,100,1), + (45291,176753,0,2550.12,535.84,15.7838,2.68781,0,0,0.97437,0.224951,300,300,100,1), + (45292,175566,0,2089.96,863.474,32.1929,1.65806,0,0,0.737277,0.67559,300,300,100,1), + (45293,175566,0,2233.93,745.971,35.7519,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (45294,175566,0,2123.89,828.964,32.7644,-2.93215,0,0,0.994522,-0.104529,300,300,100,1), + (45295,1902,0,2317.88,-1870.18,91.0425,-2.88852,-0.008106,-0.005429,0.991953,-0.126232,1200,1200,100,1), + (45296,2061,0,2317.88,-1870.18,91.0425,-2.88852,-0.008106,-0.005429,0.991953,-0.126232,1200,1200,100,1), + (45297,1905,0,3003.51,-1510.75,145.948,3.14159,0,0,1,0,1200,1200,100,1), + (45298,2061,0,3003.51,-1510.75,145.948,3.14159,0,0,1,0,1200,1200,100,1), + (45299,1903,0,2208.55,-1774.02,62.5138,-3.14159,-0.069754,-0.008705,0.997526,-0.000609,1200,1200,100,1), + (45300,2061,0,2208.55,-1774.02,62.5138,-3.14159,-0.069754,-0.008705,0.997526,-0.000609,1200,1200,100,1), + (45301,1906,0,2393.66,-1500.97,60.0645,3.12414,-0.048251,-0.03444,0.998217,0.007037,1200,1200,100,1), + (45302,2061,0,2393.66,-1500.97,60.0645,3.12414,-0.048251,-0.03444,0.998217,0.007037,1200,1200,100,1), + (45303,1901,0,1870.57,-1325.53,60.2783,2.9147,0,0,0.993572,0.113203,1200,1200,100,1), + (45304,2061,0,1870.57,-1325.53,60.2783,2.9147,0,0,0.993572,0.113203,1200,1200,100,1), + (45305,2082,0,979.335,-1822.82,80.4872,0.28798,0,0,0.143493,0.989651,2,2,100,1), + (45306,177286,0,962.347,-1413.73,67.1812,-1.87623,0.016183,0.044301,-0.804939,0.59148,1200,1200,100,1), + (45307,2061,0,962.347,-1413.73,67.1812,-1.87623,0.016183,0.044301,-0.804939,0.59148,1200,1200,100,1), + (45308,176987,0,1689.41,-1361.88,70.1315,-2.85361,0,0,0.989651,-0.143493,1200,1200,100,1), + (45309,176989,0,1689.36,-1361.75,70.1265,0.279252,0,0,0.139173,0.990268,1200,1200,100,1), + (45310,176990,0,1689.39,-1361.88,68.7965,-2.85361,0,0,0.989651,-0.143493,1200,1200,100,1), + (45311,176994,0,1754.7,-1735.39,60.5517,-1.37008,0,0,-0.632705,0.774393,1200,1200,100,1), + (45312,176393,0,1485.84,-1863.15,58.4416,3.14159,0,0,1,0,1200,1200,100,1), + (45313,176988,0,1689.29,-1361.82,70.1216,1.85005,0,0,0.798635,0.601816,1200,1200,100,1), + (45314,178832,0,1232.23,-2571.76,90.4589,-1.71042,0,0,-0.75471,0.656059,1200,1200,100,1), + (45315,176210,0,1879.24,-1332.82,59.8794,3.14159,0,0,1,0,1200,1200,100,1), + (45316,176991,0,1754.6,-1735.33,59.2001,0.209439,0,0,0.104528,0.994522,1200,1200,100,1), + (45317,176992,0,1754.62,-1735.46,60.5517,-2.94088,0,0,0.994969,-0.100188,1200,1200,100,1), + (45318,177289,0,1878.8,-1568.91,58.9335,3.14159,0,0,1,0,1200,1200,100,1), + (45319,176392,0,1690.47,-2272.56,58.9362,-2.71399,0.009454,-0.002412,0.977193,-0.21213,1200,1200,100,1), + (45320,176186,0,1252.8,-2539.05,91.9415,0.237617,0,0,0.118529,0.992951,1200,1200,100,1), + (45321,2061,0,1252.8,-2539.05,91.9415,0.237617,0,0,0.118529,0.992951,1200,1200,100,1), + (45322,185498,0,962.503,-1429.08,64.5533,3.11541,-0.048931,-0.086422,0.995017,0.008844,1200,1200,100,1), + (45323,2061,0,962.503,-1429.08,64.5533,3.11541,-0.048931,-0.086422,0.995017,0.008844,1200,1200,100,1), + (45324,176361,0,1738.88,-1184.93,59.2689,2.36492,0,0,0.925541,0.378648,10,10,100,1), + (45325,176993,0,1754.59,-1735.33,60.5318,0.209439,0,0,0.104528,0.994522,1200,1200,100,1), + (45326,182483,0,968.684,-1826.15,77.0133,-2.94088,0,0,0.994969,-0.100188,1200,1200,100,1), + (45327,175925,0,1943.25,-1652.02,59.4557,-3.08923,0,0,0.999657,-0.026177,10,10,100,1), + (45328,1904,0,2092.69,-1809.75,56.9267,1.79769,0.001245,0.043589,0.781294,0.622638,1200,1200,100,1), + (45329,2061,0,2092.69,-1809.75,56.9267,1.79769,0.001245,0.043589,0.781294,0.622638,1200,1200,100,1), + (45330,176187,0,1170.47,-2528.27,61.4077,3.14159,0,0,1,0,1200,1200,100,1), + (45331,2061,0,1170.47,-2528.27,61.4077,3.14159,0,0,1,0,1200,1200,100,1), + (45332,176145,0,1166.31,-1720.26,60.6196,2.17741,0.025572,0.011236,0.885859,0.463114,2,2,100,1), + (45333,148957,0,2974.16,-1495.55,147.04,0.698132,0,0,0.34202,0.939693,1200,1200,100,1), + (45334,148960,0,2979.04,-1491.28,145.232,-1.53589,0,0,-0.694658,0.71934,1200,1200,100,1), + (45335,148958,0,2979.53,-1483.19,147.04,-0.741765,0,0,-0.362438,0.932008,1200,1200,100,1), + (45336,148959,0,2984.04,-1486.94,147.04,-2.77507,0,0,0.983255,-0.182235,1200,1200,100,1), + (45337,148956,0,2984.21,-1495.39,147.04,2.18166,0,0,0.887011,0.461749,1200,1200,100,1), + (45338,174895,0,2983.39,-1611.08,184.537,2.19912,0,0,0.891007,0.45399,1200,1200,100,1), + (45339,174896,0,2968.8,-1588.85,184.435,0.314159,0,0,0.156434,0.987688,1200,1200,100,1), + (45340,174897,0,2973.86,-1590.15,184.403,1.15192,0,0,0.544639,0.838671,1200,1200,100,1), + (45341,174901,0,2974.2,-1613.35,175.68,1.81514,0,0,0.788011,0.615661,1200,1200,100,1), + (45342,174903,0,2980.96,-1583.27,175.68,-2.11185,0,0,0.870356,-0.492424,1200,1200,100,1), + (45343,174906,0,2956.5,-1604.67,175.68,0.427606,0,0,0.212178,0.977231,1200,1200,100,1), + (45344,174908,0,2969.44,-1600.48,150.009,1.19555,0,0,0.562805,0.82659,1200,1200,100,1), + (45345,174909,0,2976,-1609.41,150.009,1.93731,0,0,0.824126,0.566407,1200,1200,100,1), + (45346,174911,0,2959.65,-1590.44,150.009,-0.567231,0,0,-0.279829,0.96005,1200,1200,100,1), + (45347,174883,0,2972.61,-1618.93,184.556,1.5708,0,0,0.707107,0.707107,1200,1200,100,1), + (45348,174885,0,2971.94,-1574.94,184.556,4.71239,0,0,-0.707107,0.707107,1200,1200,100,1), + (45349,174886,0,2970.09,-1574.89,184.556,4.71239,0,0,-0.707107,0.707107,1200,1200,100,1), + (45350,174888,0,2949.33,-1598.17,184.556,-0.000001,0,0,0,1,1200,1200,100,1), + (45351,174889,0,2993.32,-1597.5,184.556,-3.14159,0,0,1,-0.000001,1200,1200,100,1), + (45352,174893,0,2983.72,-1583.09,184.508,-2.37365,0,0,0.927184,-0.374606,1200,1200,100,1), + (45353,174894,0,2985.93,-1608.38,184.537,2.45219,0,0,0.941176,0.337917,1200,1200,100,1), + (45354,174882,0,2961.72,-1587.75,160.382,-0.680679,0,0,-0.333807,0.942641,1200,1200,100,1), + (45355,174887,0,2949.38,-1596.32,184.556,-0.000001,0,0,0,1,1200,1200,100,1), + (45356,174900,0,2966.34,-1612.9,175.68,1.213,0,0,0.569997,0.821647,1200,1200,100,1), + (45357,148672,0,2984.99,-1606.52,175.68,2.60054,0,0,0.96363,0.267239,1200,1200,100,1), + (45358,148673,0,2987.34,-1601.92,175.68,2.7838,0,0,0.984041,0.177943,1200,1200,100,1), + (45359,148676,0,2976.36,-1580.91,175.68,-1.92859,0,0,-0.821647,0.569997,1200,1200,100,1), + (45360,148681,0,2955.36,-1591.9,175.68,-0.357792,0,0,-0.177944,0.984041,1200,1200,100,1), + (45361,148685,0,2954.91,-1599.76,175.68,0.244346,0,0,0.121869,0.992546,1200,1200,100,1), + (45362,148688,0,2975.38,-1603.22,150.009,2.25147,0,0,0.902585,0.430511,1200,1200,100,1), + (45363,174904,0,2968.5,-1580.47,175.68,-1.32645,0,0,-0.615661,0.788011,1200,1200,100,1), + (45364,174898,0,2979.68,-1600.71,184.435,1.15192,0,0,0.544639,0.838671,1200,1200,100,1), + (45365,174892,0,2984.96,-1584.46,184.508,-2.37365,0,0,0.927184,-0.374606,1200,1200,100,1), + (45366,174891,0,2960.03,-1611.31,184.502,1.5708,0,0,0.707107,0.707107,1200,1200,100,1), + (45367,174902,0,2979.11,-1611.76,175.68,1.9984,0,0,0.841039,0.540974,1200,1200,100,1), + (45368,148666,0,2961.74,-1610.54,175.68,1.02974,0,0,0.492423,0.870356,1200,1200,100,1), + (45369,174884,0,2970.76,-1618.88,184.556,1.5708,0,0,0.707107,0.707107,1200,1200,100,1), + (45370,148687,0,2978.88,-1596.72,150.009,3.02815,0,0,0.998392,0.056693,1200,1200,100,1), + (45371,174910,0,2964.91,-1585.15,150.009,-1.16937,0,0,-0.551937,0.833886,1200,1200,100,1), + (45372,148679,0,2963.58,-1582.06,175.68,-1.14319,0,0,-0.540974,0.841039,1200,1200,100,1), + (45373,174907,0,2973.86,-1589.63,150.009,-1.87623,0,0,-0.806445,0.59131,1200,1200,100,1), + (45374,174890,0,2993.37,-1595.65,184.556,-3.14159,0,0,1,-0.000001,1200,1200,100,1), + (45375,148689,0,2978.68,-1594.88,150.009,-2.96706,0,0,0.996195,-0.087156,1200,1200,100,1), + (45376,174905,0,2957.71,-1587.3,175.68,-0.541051,0,0,-0.267238,0.963631,1200,1200,100,1), + (45377,174899,0,2976.47,-1594.86,184.39,0.523599,0,0,0.258819,0.965926,1200,1200,100,1), + (45378,3816,0,2929.69,-1520.63,152.335,-0.532326,0,0,-0.263031,0.964787,1200,1200,100,1), + (45379,3817,0,2930.07,-1519.37,147.418,0.759218,0,0,0.370557,0.92881,1200,1200,100,1), + (45380,3819,0,2929.53,-1520.48,147.418,-0.532326,0,0,-0.263031,0.964787,1200,1200,100,1), + (45381,174875,0,2931.9,-1508.83,147.349,-2.36492,0,0,0.92554,-0.378649,1200,1200,100,1), + (45382,174878,0,2932.08,-1513.89,147.349,2.34747,0,0,0.922201,0.386711,1200,1200,100,1), + (45383,22647,0,2913.54,-1521.94,152.135,0.776672,0,0,0.378649,0.92554,1200,1200,100,1), + (45384,22648,0,2915.92,-1524.36,152.135,0.776672,0,0,0.378649,0.92554,1200,1200,100,1), + (45385,22639,0,2923.51,-1516.34,147.349,-2.36492,0,0,0.92554,-0.378649,1200,1200,100,1), + (45386,174876,0,2933.57,-1510.52,147.349,-2.36492,0,0,0.92554,-0.378649,1200,1200,100,1), + (45387,3818,0,2929.38,-1519.55,147.418,-2.72271,0,0,0.978147,-0.207912,1200,1200,100,1), + (45388,3815,0,2929.53,-1519.7,152.335,-2.72271,0,0,0.978147,-0.207912,1200,1200,100,1), + (45389,174879,0,2930.61,-1515.34,147.349,2.34747,0,0,0.922201,0.386711,1200,1200,100,1), + (45390,174877,0,2933.63,-1512.37,147.349,2.34747,0,0,0.922201,0.386711,1200,1200,100,1), + (45391,174939,0,2821.16,-1403.85,147.668,-1.05593,0,0,-0.503774,0.863835,1200,1200,100,1), + (45392,174933,0,2834.39,-1416.21,146.652,0.392699,0,0,0.19509,0.980785,1200,1200,100,1), + (45393,174937,0,2824.89,-1401.91,147.668,-1.01229,0,0,-0.484809,0.87462,1200,1200,100,1), + (45394,174942,0,2845.9,-1405.44,147.668,2.05076,0,0,0.854912,0.518773,1200,1200,100,1), + (45395,174941,0,2843.98,-1406.45,147.668,1.97222,0,0,0.833886,0.551937,1200,1200,100,1), + (45396,174944,0,2841.92,-1413.1,147.668,-1.09083,0,0,-0.518773,0.854912,1200,1200,100,1), + (45397,174945,0,2817.67,-1412.58,147.668,0.514873,0,0,0.254602,0.967046,1200,1200,100,1), + (45398,112195,0,2820.93,-1409.68,147.553,0.479966,0,0,0.237686,0.971342,1200,1200,100,1), + (45399,174938,0,2823.09,-1402.85,147.668,-1.13446,0,0,-0.5373,0.843391,1200,1200,100,1), + (45400,112217,0,2822.26,-1412.26,147.553,0.401427,0,0,0.199368,0.979925,1200,1200,100,1), + (45401,179767,0,2846.05,-1401.42,147.668,-2.66163,0,0,0.971342,-0.237686,1200,1200,100,1), + (45402,112216,0,2823.36,-1412.64,147.553,2.09439,0,0,0.866026,0.5,1200,1200,100,1), + (45403,112196,0,2830.36,-1406.01,147.553,0.479966,0,0,0.237686,0.971342,1200,1200,100,1), + (45404,179770,0,2830.9,-1399.03,147.668,-1.06465,0,0,-0.507538,0.861629,1200,1200,100,1), + (45405,179771,0,2836.73,-1410.23,147.668,2.04204,0,0,0.85264,0.522498,1200,1200,100,1), + (45406,112192,0,2821.34,-1408.38,147.553,-1.1781,0,0,-0.55557,0.83147,1200,1200,100,1), + (45407,174935,0,2838.14,-1395.02,147.668,-0.994838,0,0,-0.477159,0.878817,1200,1200,100,1), + (45408,112194,0,2830.33,-1404.39,147.553,-1.1781,0,0,-0.55557,0.83147,1200,1200,100,1), + (45409,112197,0,2831.62,-1406.97,147.553,2.09439,0,0,0.866026,0.5,1200,1200,100,1), + (45410,112198,0,2822.45,-1408.84,147.553,-2.67908,0,0,0.973379,-0.229201,1200,1200,100,1), + (45411,112202,0,2849.47,-1395.94,148.991,-2.66163,0,0,0.971342,-0.237686,1200,1200,100,1), + (45412,179769,0,2841.93,-1400.97,147.668,0.453787,0,0,0.224952,0.97437,1200,1200,100,1), + (45413,174940,0,2842.17,-1407.39,147.668,2.11185,0,0,0.870356,0.492423,1200,1200,100,1), + (45414,179768,0,2838.85,-1402.47,147.668,0.506146,0,0,0.25038,0.968148,1200,1200,100,1), + (45415,174936,0,2839.94,-1394.08,147.668,-1.09083,0,0,-0.518773,0.854912,1200,1200,100,1), + (45416,174932,0,2835.68,-1416.62,146.652,2.05076,0,0,0.854912,0.518773,1200,1200,100,1), + (45417,112199,0,2823.86,-1411.58,147.553,-2.80998,0,0,0.986286,-0.165048,1200,1200,100,1), + (45418,174943,0,2846.75,-1410.58,147.668,-1.02974,0,0,-0.492423,0.870356,1200,1200,100,1), + (45419,174934,0,2836.21,-1396.02,147.668,-1.09083,0,0,-0.518773,0.854912,1200,1200,100,1), + (45420,112223,0,2831.56,-1405.45,147.553,-2.67908,0,0,0.973379,-0.229201,1200,1200,100,1), + (45421,23016,0,2827.59,-1544.08,151.209,0.2618,0,0,0.130526,0.991445,1200,1200,100,1), + (45422,23018,0,2844.93,-1549.65,151.178,3.08051,0,0,0.999534,0.030538,1200,1200,100,1), + (45423,23017,0,2828.32,-1547.41,151.209,0.898845,0,0,0.434445,0.900698,1200,1200,100,1), + (45424,23016,0,2687.23,-1951.62,72.156,1.42244,0,0,0.65276,0.757565,1200,1200,100,1), + (45425,23018,0,2699.25,-1937.94,72.1254,-2.04204,0,0,-0.85264,0.522499,1200,1200,100,1), + (45426,23017,0,2690.57,-1952.27,72.156,2.05949,0,0,0.857167,0.515038,1200,1200,100,1), + (45427,174626,0,1267.59,-2567.38,94.1143,-1.09083,0,0,-0.518773,0.854912,1200,1200,100,1), + (45428,176767,0,1262.97,-2563.08,96.8452,0.479966,0,0,0.237686,0.971342,1200,1200,100,1), + (45429,177726,0,2872.28,-1481.25,146.433,2.30383,0,0,0.913545,0.406737,7200,7200,100,1), + (45430,177726,0,2864.11,-1463.57,146.141,-1.76278,0,0,0.771625,-0.636078,7200,7200,100,1), + (45431,177726,0,3012.15,-1509.73,146.374,0.20944,0,0,0.104528,0.994522,7200,7200,100,1), + (45432,177726,0,2867.84,-1455.52,146.398,-1.01229,0,0,0.48481,-0.87462,7200,7200,100,1), + (45433,177726,0,2879.67,-1563.35,147.259,-2.25148,0,0,0.902585,-0.430511,7200,7200,100,1), + (45434,177726,0,2960.97,-1485.12,146.582,-1.85005,0,0,0.798635,-0.601815,7200,7200,100,1), + (45435,177726,0,2912.01,-1554.45,145.805,2.84489,0,0,0.989016,0.147809,7200,7200,100,1), + (45436,177726,0,2983.68,-1485.88,147.043,2.89725,0,0,0.992546,0.121869,7200,7200,100,1), + (45437,177726,0,2915.22,-1559.36,145.223,1.22173,0,0,0.573576,0.819152,7200,7200,100,1), + (45438,175795,0,1380.09,-1691.1,69.524,-0.645772,0,0,0.317305,-0.948324,1200,1200,100,1), + (45439,175795,0,1393.23,-1707.35,68.1579,1.98968,0,0,0.838671,0.544639,1200,1200,100,1), + (45440,175795,0,1459.99,-1636.9,71.3693,2.04204,0,0,0.85264,0.522499,1200,1200,100,1), + (45441,175795,0,1565.49,-1527.46,64.0972,0.610865,0,0,0.300706,0.953717,1200,1200,100,1), + (45442,175795,0,1547.85,-1639.82,71.588,-0.837758,0,0,0.406737,-0.913545,1200,1200,100,1), + (45443,175795,0,1452.54,-1739.81,71.5766,0,0,0,0,1,1200,1200,100,1), + (45444,175795,0,1392.65,-1694.79,70.1015,1.11701,0,0,0.529919,0.848048,1200,1200,100,1), + (45445,175795,0,1477.22,-1643.99,71.4427,2.05949,0,0,0.857167,0.515038,1200,1200,100,1), + (45446,175795,0,1581.4,-1524.63,63.9671,-0.034907,0,0,0.017452,-0.999848,1200,1200,100,1), + (45447,175795,0,1587.12,-1591.09,66.7877,2.26893,0,0,0.906308,0.422618,1200,1200,100,1), + (45448,175802,0,1442.58,-1339.81,60.9195,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (45449,175802,0,1259.74,-1457.78,60.0777,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (45450,175802,0,1395.32,-1405.5,56.3329,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (45451,175802,0,1366.37,-1677.68,65.4626,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (45452,175802,0,1247.33,-1425.4,57.4378,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (45453,175802,0,1363.71,-1358.37,51.1534,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (45454,175802,0,1297.67,-1384.63,49.5268,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (45455,175802,0,1370.68,-1228.98,61.6614,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (45456,175802,0,1460.78,-1587.64,67.8308,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (45457,175802,0,1408.24,-1429.33,56.6351,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (45458,175926,0,1914.1,-1638.53,60.3946,2.60054,0,0,0.96363,0.267238,2,2,100,1), + (45459,176151,0,1382.42,-1449.85,56.969,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (45460,176151,0,1360.85,-1458.26,56.969,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (45461,176151,0,1374.15,-1448.33,56.969,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (45462,176151,0,1393.88,-1457.68,58.3282,2.33874,0,0,0.920505,0.390731,300,300,100,1), + (45463,176151,0,1360.83,-1448.93,56.969,1.95477,0,0,0.829038,0.559193,300,300,100,1), + (45464,176151,0,1394.99,-1450.47,58.3282,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (45465,176151,0,1356.51,-1452.11,57.8184,-0.296706,0,0,0.147809,-0.989016,300,300,100,1), + (45466,176151,0,1385.29,-1455.31,56.9689,0.017453,0,0,0.008727,0.999962,300,300,100,1), + (45467,176150,0,1368.85,-1449.31,56.969,0.279253,0,0,0.139173,0.990268,10,10,100,1), + (45468,176151,0,1380.05,-1457.83,56.9689,1.71042,0,0,0.75471,0.656059,300,300,100,1), + (45469,176587,0,1472.9,-1914.6,59.8501,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (45470,176587,0,1711.91,-2267.45,58.8344,-1.02974,0,0,-0.492422,0.870357,300,300,100,1), + (45471,176587,0,1871.52,-1512.08,59.354,1.18682,0,0,0.559191,0.829039,300,300,100,1), + (45472,176587,0,2097.08,-1613.8,65.1345,-3.10669,0,0,-0.999848,0.0174505,300,300,100,1), + (45473,142141,0,2443.13,-1963.16,115.076,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (45474,176584,0,1959.56,-2296.7,61.1561,-0.05236,0,0,-0.026177,0.999657,300,300,100,1), + (45475,176584,0,1644.26,-1690.35,60.1426,-0.15708,0,0,-0.0784593,0.996917,300,300,100,1), + (45477,176584,0,3020.37,-1471.85,146.344,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (45478,142141,0,1093.33,-1860.1,62.4847,-2.05949,0,0,-0.857168,0.515037,300,300,100,1), + (45479,177725,0,2959.57,-1372,149.728,0.558505,0,0,0.275637,0.961262,1200,1200,100,1), + (45480,177727,0,2971.64,-1373.58,148.546,-0.855212,0,0,0.414693,-0.909961,1200,1200,100,1), + (45481,177724,0,2960.78,-1372.21,148.74,1.11701,0,0,0.529919,0.848048,1200,1200,100,1), + (45482,175894,0,1783.06,-1248.57,59.8121,0.802851,0,0,0.390731,0.920505,2,2,100,1), + (45483,153471,0,2317.03,-1867.21,91.1002,-2.09439,0,0,0.866025,-0.5,7200,7200,100,1), + (45484,153453,0,1276.58,-1438.97,54.7453,1.69297,0,0,0.748956,0.66262,7200,7200,100,1), + (45485,153453,0,1663.49,-2362.48,66.4362,0.034907,0,0,0.017452,0.999848,7200,7200,100,1), + (45486,153468,0,2989.21,-1601.67,184.449,2.49582,0,0,0.948324,0.317305,7200,7200,100,1), + (45487,153471,0,2833.18,-1430.73,146.347,-0.977384,0,0,0.469472,-0.882948,7200,7200,100,1), + (45488,153453,0,1943.14,-1619.81,65.8298,-1.50098,0,0,0.681998,-0.731354,7200,7200,100,1), + (45489,153471,0,1999.12,-2418.34,60.1171,1.43117,0,0,0.656059,0.75471,7200,7200,100,1), + (45490,153471,0,1879.78,-1331.77,59.8191,-3.01942,0,0,0.998135,-0.061048,7200,7200,100,1), + (45491,153471,0,1269.15,-1584.73,59.488,0.314159,0,0,0.156434,0.987688,7200,7200,100,1), + (45492,153453,0,1453.66,-1275.51,68.5218,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (45494,176745,0,1127.89,-2387.34,59.1675,1.41372,0,0,0.649448,0.760406,1200,1200,100,1), + (45495,176192,0,1457.6,-1275.34,69.4593,-2.37365,0,0,0.927184,-0.374607,2,2,100,1), + (45506,175924,0,1944.04,-1619.52,65.8237,-2.33874,0,0,0.920505,-0.390731,10,10,100,1), + (45507,177490,0,2449.44,-1662.34,103.127,0.261799,0,0,0.130526,0.991445,1200,1200,100,1), + (45508,176206,0,2822.29,-1411.67,148.714,0.401426,0,0,0.199368,0.979925,2,2,100,1), + (45509,177045,0,2822.29,-1411.67,148.714,0.401426,0,0,0.199368,0.979925,1200,1200,100,1), + (45510,176207,0,1727.26,-2326.33,59.5189,-0.715585,0,0,0.350207,-0.936672,2,2,100,1), + (45511,177045,0,1727.26,-2326.33,59.5189,-0.715585,0,0,0.350207,-0.936672,1200,1200,100,1), + (45512,176213,0,2412.71,-1721.56,107.006,2.89725,0,0,0.992546,0.121869,7200,7200,100,1), + (45513,176214,0,2412.71,-1721.56,107.006,2.89725,0,0,0.992546,0.121869,1200,1200,100,1), + (45514,176213,0,1791.37,-1834.49,61.1652,3.14159,0,0,1,0,7200,7200,100,1), + (45515,176214,0,1791.37,-1834.49,61.1652,3.14159,0,0,1,0,1200,1200,100,1), + (574241,375,0,2287.5,1419.42,33.3334,0.307855,0,0,0.153321,0.988177,120,120,255,1), + (45517,175795,0,1579.78,-1577.51,66.0182,-2.3911,0,0,0.930418,-0.366501,1200,1200,100,1), + (45518,175795,0,1566,-1666.89,66.5444,3.03687,0,0,0.99863,0.052336,1200,1200,100,1), + (45519,175795,0,1481.3,-1658.36,71.2339,2.09439,0,0,0.866025,0.5,1200,1200,100,1), + (45521,175795,0,1520.75,-1657.25,72.4614,2.26893,0,0,0.906308,0.422618,1200,1200,100,1), + (45522,175795,0,1590.57,-1605.59,67.0138,-0.296706,0,0,0.147809,-0.989016,1200,1200,100,1), + (45523,175795,0,1478.63,-1613.5,69.4307,-2.51327,0,0,0.951057,-0.309017,1200,1200,100,1), + (45524,175795,0,1465.05,-1741.84,71.1726,2.9147,0,0,0.993572,0.113203,1200,1200,100,1), + (45525,175795,0,1439.34,-1746.62,71.07,-2.44346,0,0,0.939693,-0.34202,1200,1200,100,1), + (45526,175795,0,1532.62,-1671.76,72.6519,-0.471239,0,0,0.233445,-0.97237,1200,1200,100,1), + (45527,175802,0,1253.12,-1527.2,59.8639,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (45528,175802,0,1412.98,-1314.18,59.2673,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (45529,175802,0,1476.04,-1518.45,56.2876,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (45530,175802,0,1371.54,-1419.11,48.9352,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (45531,175802,0,1416.45,-1256.14,61.864,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (45532,175802,0,1347.66,-1510.8,59.0271,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (45533,175802,0,1275.18,-1578.36,59.4729,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (45534,175802,0,1461.21,-1317,62.2837,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (45535,175802,0,1278.55,-1511.36,59.6755,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (45536,175802,0,1257.36,-1379.93,49.8689,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (45537,176586,0,2693.49,-1661.42,147.172,-0.523599,0,0,-0.258819,0.965926,300,300,100,1), + (45538,176584,0,2401.16,-1622.07,108.026,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (45539,142142,0,2082.24,-1543.59,65.4353,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (45540,176587,0,2066.96,-2506.99,64.0521,-2.67035,0,0,-0.972369,0.233447,300,300,100,1), + (45541,142141,0,1540.87,-2012.89,60.0711,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (45542,142142,0,1802.61,-1424.62,59.3134,0.069813,0,0,0.0348994,0.999391,300,300,100,1), + (45543,142141,0,1811.75,-1115.76,60.5452,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (45544,142141,0,1374.24,-1278.43,58.6285,2.28638,0,0,0.909961,0.414694,300,300,100,1), + (45545,142142,0,2827.46,-1364.16,145.578,-1.22173,0,0,-0.573576,0.819152,300,300,100,1), + (45546,142142,0,1574.81,-1276.14,63.6341,-1.46608,0,0,-0.66913,0.743145,300,300,100,1), + (45547,153471,0,2558.21,-1812.66,34.1335,-3.12414,0,0,0.999962,-0.008727,7200,7200,100,1), + (45548,153453,0,2199.86,-1767.21,60.8591,-0.401426,0,0,0.199368,-0.979925,7200,7200,100,1), + (45549,153471,0,2713.43,-1637.06,131.475,0.174533,0,0,0.087156,0.996195,7200,7200,100,1), + (45550,153471,0,1547.82,-1440.9,65.0662,2.37365,0,0,0.927184,0.374607,7200,7200,100,1), + (45554,175795,0,1471.83,-1731.22,71.5081,-2.80998,0,0,0.986286,-0.165048,1200,1200,100,1), + (45555,142141,0,2332.05,-1511.23,91.4124,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (45556,176587,0,1123.23,-2578.06,61.0618,1.309,0,0,0.608763,0.793352,300,300,100,1), + (45557,176586,0,1861.67,-1889.43,99.0528,-2.9147,0,0,-0.993572,0.113203,300,300,100,1), + (45558,176587,0,2091.89,-1709.48,61.7097,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (45559,176584,0,1548.84,-2014.29,59.9311,-3.12414,0,0,-0.999962,0.0087262,300,300,100,1), + (45562,20972,0,1651.62,-4805.73,85.3026,1.56207,-0.021526,0.01552,0.703848,0.709855,900,900,100,1), + (45563,2061,0,1651.62,-4805.73,85.3026,1.56207,-0.021526,0.01552,0.703848,0.709855,900,900,100,1), + (45564,176978,0,2046.41,-4509.19,73.7033,-2.28638,0,0,0.909961,-0.414694,900,900,100,1), + (45565,176276,0,2258.4,-5338.74,86.5647,3.14159,-0.056673,0.026135,0.99805,0.001484,900,900,100,1), + (45566,2061,0,2258.4,-5338.74,86.5647,3.14159,-0.056673,0.026135,0.99805,0.001484,900,900,100,1), + (45567,176277,0,2304.18,-5303.3,81.9963,3.14159,0,-0.008727,0.999962,0,900,900,100,1), + (45568,2061,0,2304.18,-5303.3,81.9963,3.14159,0,-0.008727,0.999962,0,900,900,100,1), + (45569,176973,0,2849.58,-4406.56,87.1056,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (45570,176389,0,2684.93,-5402.48,157.013,3.14159,0,0,1,0,900,900,100,1), + (45571,2061,0,2684.93,-5402.48,157.013,3.14159,0,0,1,0,900,900,100,1), + (45572,176390,0,2669.94,-5504.85,162.417,3.14159,0,0,1,0,900,900,100,1), + (45573,2061,0,2669.94,-5504.85,162.417,3.14159,0,0,1,0,900,900,100,1), + (45574,176985,0,1751.66,-3623.4,118.502,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (45575,176972,0,2849.63,-4406.45,88.4929,-0.558507,0,0,-0.275638,0.961262,900,900,100,1), + (45576,176967,0,3140.37,-3411.06,141.124,-1.29154,0,0,-0.601815,0.798635,900,900,100,1), + (45577,176968,0,3140.33,-3411,141.125,0.279252,0,0,0.139173,0.990268,900,900,100,1), + (45578,176969,0,3140.27,-3411.11,141.12,1.85005,0,0,0.798636,0.601814,900,900,100,1), + (45579,176970,0,2849.59,-4406.55,88.4945,2.58309,0,0,0.961262,0.275637,900,900,100,1), + (45580,176971,0,2849.66,-4406.57,88.5517,-2.1293,0,0,0.87462,-0.48481,900,900,100,1), + (45581,177264,0,2923.08,-4946.41,95.1625,-3.002,0.568144,0.411121,0.590135,-0.399915,2,2,100,1), + (45582,176986,0,1751.62,-3623.34,119.835,1.54462,0,0,0.69779,0.716302,900,900,100,1), + (45583,176272,0,2792.18,-5406.48,162.825,-3.06305,-0.040575,0.033305,0.997904,-0.037836,900,900,100,1), + (45584,2061,0,2792.18,-5406.48,162.825,-3.06305,-0.040575,0.033305,0.997904,-0.037836,900,900,100,1), + (45585,176274,0,2793.5,-5581.04,161.705,2.42601,0,0,0.936672,0.350207,900,900,100,1), + (45586,2061,0,2793.5,-5581.04,161.705,2.42601,0,0,0.936672,0.350207,900,900,100,1), + (45587,176980,0,2046.34,-4509.18,73.7058,2.42601,0,0,0.936672,0.350207,900,900,100,1), + (45588,176981,0,2046.29,-4509.09,73.71,0.855211,0,0,0.414693,0.909961,900,900,100,1), + (45589,176979,0,2046.41,-4509.19,72.3702,-2.28638,0,0,0.909961,-0.414693,900,900,100,1), + (45590,176264,0,3079.74,-3369.22,154.359,-1.09083,0,0,-0.518773,0.854912,900,900,100,1), + (45591,2061,0,3079.74,-3369.22,154.359,-1.09083,0,0,-0.518773,0.854912,900,900,100,1), + (45592,176266,0,2824.24,-3849.04,106.123,1.50971,0,0,0.685183,0.728371,900,900,100,1), + (45593,2061,0,2824.24,-3849.04,106.123,1.50971,0,0,0.685183,0.728371,900,900,100,1), + (45594,176267,0,2474.82,-3706.07,177.933,1.7017,0,0,0.75184,0.659346,900,900,100,1), + (45595,2061,0,2474.82,-3706.07,177.933,1.7017,0,0,0.75184,0.659346,900,900,100,1), + (45596,176270,0,1856.12,-3492.39,107.931,2.9147,-0.018421,-0.046186,0.992414,0.112439,900,900,100,1), + (45597,2061,0,1856.12,-3492.39,107.931,2.9147,-0.018421,-0.046186,0.992414,0.112439,900,900,100,1), + (45598,176982,0,2046.28,-4509.09,72.3769,0.855211,0,0,0.414693,0.909961,900,900,100,1), + (45599,176268,0,2498.45,-3768.6,177.505,-2.93654,0,0,0.994749,-0.102346,900,900,100,1), + (45600,2061,0,2498.45,-3768.6,177.505,-2.93654,0,0,0.994749,-0.102346,900,900,100,1), + (45601,20970,0,2783.29,-4814.73,80.5852,-3.14159,-0.078447,0.017399,0.996765,0.001369,900,900,100,1), + (45602,2061,0,2783.29,-4814.73,80.5852,-3.14159,-0.078447,0.017399,0.996765,0.001369,900,900,100,1), + (45603,181236,0,2289.56,-5318.35,88.64,2.35787,0,0,0.924199,0.381912,900,900,100,1), + (45604,176273,0,2794.42,-5585.13,161.76,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (45605,2061,0,2794.42,-5585.13,161.76,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (45606,181130,0,2261.36,-5322.45,81.8427,-1.19123,0,0,-0.561018,0.827803,900,900,100,1), + (45607,181131,0,2264.12,-5316.56,81.9278,1.90375,0,0,0.814505,0.580157,900,900,100,1), + (45608,181134,0,2706.01,-4002.39,92.1321,-2.83236,0,0,0.988071,-0.154,900,900,100,1), + (45609,2066,0,2706.01,-4002.39,92.1321,-2.83236,0,0,0.988071,-0.154,900,900,100,1), + (45610,181135,0,2687.99,-4029,92.7841,2.05109,0.005994,0.001468,0.854991,0.518606,900,900,100,1), + (45611,2066,0,2687.99,-4029,92.7841,2.05109,0.005994,0.001468,0.854991,0.518606,900,900,100,1), + (45612,178831,0,3372.45,-3379.63,144.855,3.03687,0,0,0.99863,0.052336,900,900,100,1), + (45613,20969,0,2821.23,-4738.76,75.5786,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (45614,2061,0,2821.23,-4738.76,75.5786,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (45615,176984,0,1751.66,-3623.41,119.835,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (45616,176271,0,2100.83,-3943.71,135.299,-3.14159,0.017432,-0.047971,0.998696,0.000837,900,900,100,1), + (45617,2061,0,2100.83,-3943.71,135.299,-3.14159,0.017432,-0.047971,0.998696,0.000837,900,900,100,1), + (45618,176275,0,2609.16,-5503.63,158.051,3.14159,0.047923,0.047923,0.997698,-0.002302,900,900,100,1), + (45619,2061,0,2609.16,-5503.63,158.051,3.14159,0.047923,0.047923,0.997698,-0.002302,900,900,100,1), + (45620,176983,0,1751.66,-3623.24,119.84,-0.026181,0,0,-0.01309,0.999914,900,900,100,1), + (45621,176269,0,2291,-4980.33,73.8016,3.14159,0,0,1,0,900,900,100,1), + (45622,2066,0,2291,-4980.33,73.8016,3.14159,0,0,1,0,900,900,100,1), + (45623,175657,0,3447.17,-3369.94,140.925,-1.48877,-0.117315,0.128027,-0.665327,0.726076,900,900,100,1), + (45624,175656,0,3446.54,-3370.09,140.956,1.65806,0,0,0.737278,0.67559,900,900,100,1), + (45625,175432,0,3191.1,-4044.29,108.423,3.12414,0,0,0.999962,0.008726,900,900,100,1), + (45626,175369,0,3185.48,-4039.1,107.792,3.12414,0,0,0.999962,0.008726,900,900,100,1), + (45627,175370,0,3271.52,-4064.31,108.435,-2.85361,0,0,0.989651,-0.143492,900,900,100,1), + (45632,179760,0,1594.1,-5298.19,91.2139,-0.462513,0,0,-0.229201,0.973379,900,900,100,1), + (45633,179762,0,1590.88,-5304.93,91.2139,-0.462513,0,0,-0.229201,0.973379,900,900,100,1), + (45634,179763,0,1614.96,-5307.08,89.8441,-0.567233,0,0,-0.27983,0.96005,900,900,100,1), + (45635,179749,0,1652.53,-5323.6,77.8271,2.69653,0,0,0.975342,0.220698,900,900,100,1), + (45636,179765,0,1597.51,-5303.04,75.8948,-0.479965,0,0,-0.237686,0.971342,900,900,100,1), + (45637,179761,0,1592.36,-5301.82,91.2139,-0.462513,0,0,-0.229201,0.973379,900,900,100,1), + (45638,179750,0,1646.97,-5335.24,77.8271,2.69653,0,0,0.975342,0.220698,900,900,100,1), + (45639,179756,0,1605.62,-5302.39,91.0757,1.64934,0,0,0.734322,0.678801,900,900,100,1), + (45640,179764,0,1600.52,-5304.45,75.8948,2.69653,0,0,0.975342,0.220698,900,900,100,1), + (45641,179753,0,1600.83,-5312.14,91.0757,0.671951,0,0,0.32969,0.944089,900,900,100,1), + (45642,179751,0,1614.33,-5332.42,99.9554,-0.942478,0,0,-0.45399,0.891007,900,900,100,1), + (45643,179748,0,1589.52,-5311.83,91.2139,1.10828,0,0,0.526213,0.850352,900,900,100,1), + (45644,179757,0,1593.15,-5313.56,91.2139,1.10828,0,0,0.526213,0.850352,900,900,100,1), + (45645,179758,0,1598.11,-5293.83,91.2139,-1.98967,0,0,-0.83867,0.544639,900,900,100,1), + (45646,179754,0,1609.5,-5290.28,99.9554,-2.51327,0,0,0.951056,-0.309017,900,900,100,1), + (45647,179755,0,1594.18,-5323.02,99.9554,-2.51327,0,0,0.951056,-0.309017,900,900,100,1), + (45648,179759,0,1601.82,-5295.4,91.2139,-1.98967,0,0,-0.83867,0.544639,900,900,100,1), + (45649,179752,0,1629.87,-5300.02,99.9554,-1.46608,0,0,-0.669131,0.743145,900,900,100,1), + (45650,179766,0,1610.76,-5316.04,89.8441,-0.445059,0,0,-0.220698,0.975342,900,900,100,1), + (45651,151969,0,1747.94,-5426.71,113.491,-0.20944,0,0,-0.104529,0.994522,900,900,100,1), + (45652,151972,0,1752.64,-5455.09,89.5215,2.94088,0,0,0.994969,0.100187,900,900,100,1), + (45653,151954,0,1736.92,-5454.77,89.5306,-0.15708,0,0,-0.078459,0.996917,900,900,100,1), + (45654,151957,0,1805.37,-5422.6,82.2901,2.92343,0,0,0.994056,0.108867,900,900,100,1), + (45655,151959,0,1798.57,-5417.04,82.3125,-1.78896,0,0,-0.779885,0.625923,900,900,100,1), + (45656,151961,0,1778.01,-5412.49,82.3125,-1.78896,0,0,-0.779885,0.625923,900,900,100,1), + (45657,151962,0,1785.52,-5414.15,82.3125,-1.78896,0,0,-0.779885,0.625923,900,900,100,1), + (45658,151955,0,1759.35,-5393.98,82.2953,-1.61443,0,0,-0.722364,0.691513,900,900,100,1), + (45659,151956,0,1790.95,-5418.15,82.3125,-0.226892,0,0,-0.113203,0.993572,900,900,100,1), + (45660,151964,0,1778.06,-5431.09,89.6598,1.3439,0,0,0.622515,0.782608,900,900,100,1), + (45661,151968,0,1760.03,-5404.57,113.491,-1.79769,0,0,-0.782608,0.622515,900,900,100,1), + (45662,151966,0,1741.55,-5428.46,82.2953,1.33518,0,0,0.619094,0.785317,900,900,100,1), + (45663,151971,0,1756.17,-5439.21,89.5215,2.94088,0,0,0.994969,0.100187,900,900,100,1), + (45664,177271,0,1754.45,-5418.32,118.324,-0.218166,0,0,-0.108867,0.994056,900,900,100,1), + (45665,151960,0,1771.75,-5429.15,82.3125,1.35263,0,0,0.625924,0.779884,900,900,100,1), + (45666,151958,0,1733.28,-5410.8,82.2953,-1.65806,0,0,-0.737277,0.67559,900,900,100,1), + (45667,151967,0,1804.46,-5428.6,89.685,2.92343,0,0,0.994056,0.108867,900,900,100,1), + (45668,151965,0,1740.71,-5413.56,113.519,-0.218166,0,0,-0.108867,0.994056,900,900,100,1), + (45669,151970,0,1741.73,-5435.66,89.5215,-0.218166,0,0,-0.108867,0.994056,900,900,100,1), + (45670,151953,0,1765.7,-5396.68,82.2953,2.95833,0,0,0.995805,0.091502,900,900,100,1), + (45671,151963,0,1776.74,-5411.5,89.6598,-1.78896,0,0,-0.779885,0.625923,900,900,100,1), + (45672,147436,0,1598.22,-5551.45,111.207,-2.05076,0,0,-0.854912,0.518773,900,900,100,1), + (45673,147438,0,1596.14,-5543.89,111.207,2.66163,0,0,0.971342,0.237686,900,900,100,1), + (45674,147439,0,1605.12,-5548.43,111.207,-0.479966,0,0,-0.237686,0.971342,900,900,100,1), + (45675,147441,0,1601.55,-5560.77,111.207,1.09083,0,0,0.518773,0.854912,900,900,100,1), + (45676,147442,0,1588.2,-5553.66,111.207,1.09083,0,0,0.518773,0.854912,900,900,100,1), + (45677,147446,0,1604.7,-5581.04,111.205,2.66163,0,0,0.971342,0.237686,900,900,100,1), + (45678,147447,0,1597.03,-5595.77,111.205,2.66163,0,0,0.971342,0.237686,900,900,100,1), + (45679,147448,0,1589.27,-5610.68,111.205,2.66163,0,0,0.971342,0.237686,900,900,100,1), + (45680,147445,0,1574.41,-5555.61,111.205,-0.479966,0,0,-0.237686,0.971342,900,900,100,1), + (45681,147440,0,1570.45,-5563.21,111.205,-0.479966,0,0,-0.237686,0.971342,900,900,100,1), + (45682,147437,0,1608.66,-5573.43,111.205,2.66163,0,0,0.971342,0.237686,900,900,100,1), + (45683,147435,0,1603.59,-5541.13,111.207,1.09083,0,0,0.518773,0.854912,900,900,100,1), + (45684,147444,0,1613.16,-5538.55,111.207,-2.05076,0,0,-0.854912,0.518773,900,900,100,1), + (45685,147449,0,1555.02,-5592.85,111.205,-0.479966,0,0,-0.237686,0.971342,900,900,100,1), + (45686,147450,0,1562.78,-5577.94,111.205,-0.479966,0,0,-0.237686,0.971342,900,900,100,1), + (45687,147443,0,1599.54,-5531.46,111.207,-2.05076,0,0,-0.854912,0.518773,900,900,100,1), + (45688,148957,0,1548.43,-5393.59,80.0324,1.50971,0,0,0.685183,0.728371,900,900,100,1), + (45689,148960,0,1548.7,-5387.11,78.2245,-0.724312,0,0,-0.354291,0.935135,900,900,100,1), + (45690,148958,0,1543.17,-5381.19,80.0324,0.069813,0,0,0.034899,0.999391,900,900,100,1), + (45691,148959,0,1548.99,-5380.5,80.0324,-1.9635,0,0,-0.83147,0.55557,900,900,100,1), + (45692,148956,0,1555.23,-5386.18,80.0324,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (45693,182106,0,2539.61,-4801.55,115.766,2.00713,0,0,0.843391,0.5373,900,900,100,1), + (45694,182106,0,2569.6,-4772.93,115.399,2.72271,0,0,0.978148,0.207912,900,900,100,1), + (45695,182106,0,3148.17,-4365.51,145.029,1.53589,0,0,0.694658,0.71934,900,900,100,1), + (45696,182106,0,3188.76,-4358.5,144.555,1.97222,0,0,0.833886,0.551937,900,900,100,1), + (45697,177668,0,2803.14,-3759.45,126.201,0.139626,0,0,0.069756,0.997564,900,900,100,1), + (45698,177668,0,2855.47,-3232.33,134.957,3.05433,0,0,0.999048,0.043619,900,900,100,1), + (45699,177239,0,1556.88,-3284.6,86.2749,-0.10472,0,0,0.052336,-0.99863,900,900,100,1), + (45700,177604,0,1854.53,-3237.39,120.779,-2.61799,0,0,0.965926,-0.258819,900,900,100,1), + (45701,177604,0,1823.12,-3223.05,119.357,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (45702,177604,0,1872.23,-3211.72,125.583,-0.314159,0,0,0.156434,-0.987688,900,900,100,1), + (45703,177604,0,1868.74,-3263.57,126.709,1.93731,0,0,0.824126,0.566406,900,900,100,1), + (45704,177604,0,1852.72,-3175.83,128.543,-2.58309,0,0,0.961262,-0.275637,900,900,100,1), + (45705,176587,0,2864.59,-3011.77,102.675,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (45706,176586,0,3044.06,-4542.72,135.107,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (45707,176584,0,3103.35,-4156.78,96.6142,-1.55334,0,0,-0.700908,0.713252,300,300,100,1), + (45708,142141,0,2027.98,-3431.85,109.943,0.436332,0,0,0.216439,0.976296,300,300,100,1), + (45709,177675,0,1576.2,-3270.77,87.885,-0.122173,0,0,0.061049,-0.998135,2,2,100,1), + (45710,177664,0,1574.83,-3248.03,73.2311,0.628319,0,0,0.309017,0.951057,900,900,100,1), + (45711,177664,0,1575.75,-3246.93,73.2311,-2.05949,0,0,0.857167,-0.515038,900,900,100,1), + (45712,177664,0,1575.08,-3264.91,78.7768,2.79253,0,0,0.984808,0.173648,900,900,100,1), + (45713,177664,0,1594.29,-3265.98,88.1488,-1.18682,0,0,0.559193,-0.829037,900,900,100,1), + (45714,177664,0,1598.85,-3248.16,66.8294,-1.85005,0,0,0.798635,-0.601815,900,900,100,1), + (45715,177664,0,1597.62,-3248.02,66.8294,1.62316,0,0,0.725374,0.688355,900,900,100,1), + (45716,177664,0,1599.17,-3244.91,66.8294,0.733038,0,0,0.358368,0.93358,900,900,100,1), + (45717,177665,0,1598.34,-3246.52,66.8294,-0.802851,0,0,0.390731,-0.920505,900,900,100,1), + (45718,177664,0,1595.64,-3258.53,88.1501,1.8326,0,0,0.793353,0.608761,900,900,100,1), + (45719,177804,0,1865.05,-3236.6,125.542,2.25148,0,0,0.902585,0.430511,10,10,100,1), + (45720,177805,0,1867.17,-3300.52,124.795,1.64061,0,0,0.731354,0.681998,10,10,100,1), + (45721,177806,0,1739.04,-3300.72,97.7257,2.42601,0,0,0.936672,0.350207,10,10,100,1), + (45722,182075,0,3235.73,-4263.08,98.6782,2.68781,0,0,0.97437,0.224951,900,900,100,1), + (45723,182076,0,3230.51,-4261.45,98.1817,2.1293,0,0,0.87462,0.48481,900,900,100,1), + (45724,182077,0,3228.59,-4256.07,97.9563,4.71239,0,0,0.707107,-0.707107,900,900,100,1), + (45725,182077,0,3234.45,-4264.41,98.6083,-1.79769,0,0,0.782608,-0.622515,900,900,100,1), + (45726,182078,0,3228.7,-4252.13,97.5613,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (45727,182079,0,3238.49,-4259.48,98.1348,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (45728,182080,0,3229.37,-4248.63,97.5058,0.645772,0,0,0.317305,0.948324,900,900,100,1), + (45729,182081,0,3225.94,-4249.87,97.2352,1.39626,0,0,0.642788,0.766044,900,900,100,1), + (45730,175488,0,3398.7,-4998.99,167.667,2.3911,0,0,0.930418,0.366501,2,2,100,1), + (45731,175487,0,3466.96,-4985.37,195.424,-2.35619,0,0,0.92388,-0.382683,2,2,100,1), + (45732,177464,0,2831.32,-3211.77,130.282,0.191986,0,0,0.095846,0.995396,300,300,100,1), + (45733,177464,0,2924.76,-2940.54,103.583,2.72271,0,0,0.978148,0.207912,300,300,100,1), + (45734,153454,0,3003.64,-4886.26,108.384,0.506145,0,0,0.25038,0.968148,7200,7200,100,1), + (45735,153453,0,2929.34,-3728.45,114.777,1.41372,0,0,0.649448,0.760406,7200,7200,100,1), + (45736,176213,0,2192.74,-4479.21,87.66,3.03687,0,0,0.99863,0.052336,7200,7200,100,1), + (45737,182063,0,1796.55,-5422.54,83.4887,1.98968,0,0,0.838671,0.544639,2,2,100,1), + (45738,177667,0,1600.31,-3241.3,66.8294,2.16421,0,0,0.882948,0.469472,2,2,100,1), + (45739,181476,0,3132.78,-3731.29,134.72,-2.77507,0,0,0.983255,-0.182235,900,900,100,1), + (45740,179498,0,1831.05,-5202.31,113.106,-3.10669,0,0,0.999848,-0.017452,10,10,100,1), + (45741,179498,0,1709.81,-5243.4,73.8047,-2.32129,0,0,0.91706,-0.398749,10,10,100,1), + (45742,179498,0,1643.78,-5394.08,74.3453,1.43117,0,0,0.656059,0.75471,10,10,100,1), + (45743,179498,0,1731.75,-5184.69,74.2646,2.47837,0,0,0.945519,0.325568,10,10,100,1), + (45744,179498,0,1558.48,-5585.33,111.175,-0.488692,0,0,0.241922,-0.970296,10,10,100,1), + (45745,179498,0,1701.28,-5556.79,102.831,2.56563,0,0,0.95882,0.284015,10,10,100,1), + (45746,179498,0,1707.22,-5445.95,73.6114,2.98451,0,0,0.996917,0.078459,10,10,100,1), + (45747,179498,0,1736.29,-5359.7,74.2946,1.58825,0,0,0.71325,0.700909,10,10,100,1), + (45748,179498,0,1620.4,-5304.8,89.8103,-2.00713,0,0,0.843391,-0.5373,10,10,100,1), + (45749,179498,0,1743.23,-5463.59,89.5351,1.3439,0,0,0.622515,0.782608,10,10,100,1), + (45750,177544,0,1461.95,-3586.53,87.7845,2.54818,0,0,0.956305,0.292372,2,2,100,1), + (45751,182059,0,3247.73,-4534.92,107.584,-2.11185,0,0,0.870356,-0.492423,900,900,100,1), + (45753,182106,0,1838.42,-3703.56,167.713,0.890118,0,0,0.430511,0.902585,900,900,100,1), + (45754,182106,0,1877.6,-3716.76,167.188,1.74533,0,0,0.766044,0.642788,900,900,100,1), + (45755,182106,0,2992.63,-3022.95,125.593,3.03687,0,0,0.99863,0.052336,900,900,100,1), + (45756,182106,0,2975.5,-3060.36,125.108,-1.0472,0,0,0.5,-0.866025,900,900,100,1), + (45757,179747,0,2915.52,-2850.17,97.0444,0.453786,0,0,0.224951,0.97437,900,900,100,1), + (45758,179747,0,2916.89,-2905.8,100.871,-0.017453,0,0,0.008727,-0.999962,900,900,100,1), + (45759,179747,0,2992.97,-2867.09,100.759,2.72271,0,0,0.978148,0.207912,900,900,100,1), + (45760,179747,0,2967.11,-3054.83,120.292,-1.11701,0,0,0.529919,-0.848048,900,900,100,1), + (45761,179747,0,2868.34,-2902.26,97.1712,-1.98968,0,0,0.838671,-0.544639,900,900,100,1), + (45762,179747,0,2997.42,-2878.24,102.333,0.122173,0,0,0.061049,0.998135,900,900,100,1), + (45763,179747,0,2971.16,-2870.4,100.149,2.28638,0,0,0.909961,0.414693,900,900,100,1), + (45764,181257,0,2272.14,-5283.31,82.1693,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (45765,181257,0,2286.1,-5283.85,82.4626,1.6057,0,0,0.71934,0.694658,900,900,100,1), + (45766,181075,0,2297.43,-5339.89,90.8799,0.575959,0,0,0.284015,0.95882,900,900,100,1), + (45767,181077,0,2297.27,-5339.75,90.8799,-0.942478,0,0,0.453991,-0.891006,900,900,100,1), + (45768,181078,0,2296.2,-5337.89,90.8799,-0.977384,0,0,0.469472,-0.882948,900,900,100,1), + (45769,181076,0,2298.9,-5339.02,90.8799,-2.49582,0,0,0.948324,-0.317305,900,900,100,1), + (45770,181079,0,2298.86,-5341.83,90.8799,2.16421,0,0,0.882948,0.469472,900,900,100,1), + (45771,181080,0,2296.01,-5340.98,90.8799,0.610865,0,0,0.300706,0.953717,900,900,100,1), + (45772,177668,0,3234.45,-3095.5,162.193,0.174533,0,0,0.087156,0.996195,900,900,100,1), + (45773,177668,0,3292.42,-3643.56,149.743,1.3439,0,0,0.622515,0.782608,900,900,100,1), + (45774,177677,0,3364.35,-4909.32,159.366,-0.15708,0,0,0.078459,-0.996917,900,900,100,1), + (45775,177677,0,3370.24,-4906.31,159.336,-2.89725,0,0,0.992546,-0.121869,900,900,100,1), + (45776,177604,0,1914.38,-3208.45,134.074,-2.9147,0,0,0.993572,-0.113203,900,900,100,1), + (45777,177604,0,1842.2,-3207.07,124.358,-1.01229,0,0,0.48481,-0.87462,900,900,100,1), + (45778,177604,0,1869.69,-3211.32,125.447,3.07178,0,0,0.999391,0.034899,900,900,100,1), + (45779,177604,0,1823.4,-3183.71,120.43,-3.05433,0,0,0.999048,-0.043619,900,900,100,1), + (45780,177604,0,1844.19,-3264.78,118.091,0.925024,0,0,0.446198,0.894934,900,900,100,1), + (45781,177604,0,1906.8,-3228.86,121.052,-2.33874,0,0,0.920505,-0.390731,900,900,100,1), + (45782,176584,0,3137.76,-2946.87,121.373,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (45784,176587,0,1712.41,-4910.69,88.1443,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (45785,142142,0,2581.95,-4586.84,83.667,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (45786,176584,0,2099.18,-2798.86,79.4446,-0.925024,0,0,-0.446198,0.894935,300,300,100,1), + (45787,176587,0,2687.42,-4252.07,97.2032,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (45788,177464,0,3101.7,-2973.57,123.886,2.46091,0,0,0.942641,0.333807,300,300,100,1), + (45789,177464,0,3035.01,-3398.77,151.745,2.33874,0,0,0.920505,0.390731,300,300,100,1), + (45790,177464,0,3243.74,-3361.21,145.949,1.95477,0,0,0.829038,0.559193,300,300,100,1), + (45791,176317,0,2303.87,-5352.26,91.5743,2.16421,0,0,0.882948,0.469472,2,2,100,1), + (45792,182059,0,3222.39,-4567.55,109.807,2.30383,0,0,0.913545,0.406737,900,900,100,1), + (45793,179747,0,2850.89,-2949.52,98.9194,-1.18682,0,0,0.559193,-0.829037,900,900,100,1), + (45794,179747,0,2955.81,-2891.01,101.984,-2.75762,0,0,0.981627,-0.190809,900,900,100,1), + (45795,179747,0,2900.23,-2899.14,105.637,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (45796,179747,0,2825.92,-3014.59,104.616,-2.07694,0,0,0.861629,-0.507538,900,900,100,1), + (45797,179747,0,2865.08,-3047.4,103.398,-1.65806,0,0,0.737277,-0.67559,900,900,100,1), + (45798,179747,0,2968.6,-2755.77,112.842,1.309,0,0,0.608761,0.793353,900,900,100,1), + (45799,179747,0,2958.54,-2878.55,107.63,-1.36136,0,0,0.629321,-0.777146,900,900,100,1), + (45800,179747,0,3000.06,-2872.85,93.6041,0.087266,0,0,0.043619,0.999048,900,900,100,1), + (45801,177668,0,3006.01,-3433.58,150.562,-1.8326,0,0,0.793353,-0.608761,900,900,100,1), + (45802,177604,0,1924.73,-3249.43,120.349,-0.191986,0,0,0.095846,-0.995396,900,900,100,1), + (45803,177604,0,1884.22,-3236.26,119.506,-1.69297,0,0,0.748956,-0.66262,900,900,100,1), + (45804,177604,0,1885.36,-3154.44,115.716,-0.942478,0,0,0.453991,-0.891006,900,900,100,1), + (45805,177604,0,1915.71,-3173.64,113.362,1.8675,0,0,0.803857,0.594823,900,900,100,1), + (45806,177604,0,1902.92,-3263.79,121.171,-2.70526,0,0,0.976296,-0.21644,900,900,100,1), + (45807,177604,0,1856.38,-3285.96,117.936,-2.9147,0,0,0.993572,-0.113203,900,900,100,1), + (45808,177604,0,1889.86,-3287.38,115.745,1.85005,0,0,0.798636,0.601815,900,900,100,1), + (45809,176584,0,2330.51,-4407.83,96.5121,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (45810,176587,0,2248.66,-4084.08,77.1973,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (45811,176587,0,2285.63,-4489.29,100.796,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (45812,142141,0,2087.21,-3983.61,130.583,-0.802851,0,0,-0.390731,0.920505,300,300,100,1), + (45813,176586,0,2486.02,-5229.42,89.0458,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (45814,176586,0,3303.08,-3117.53,167.973,1.32645,0,0,0.615661,0.788011,300,300,100,1), + (45815,176587,0,3173.16,-4317.57,125.094,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (45816,176587,0,2121.78,-2811.04,81.9509,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (45817,179747,0,3015.58,-2830.42,110.939,-1.09956,0,0,0.522499,-0.85264,900,900,100,1), + (45818,179747,0,2994.05,-2862.44,107.63,3.07178,0,0,0.999391,0.034899,900,900,100,1), + (45819,179747,0,2972.62,-3038.04,120.298,-1.8675,0,0,0.803857,-0.594823,900,900,100,1), + (45820,179747,0,2913.28,-2891.7,105.612,-0.523599,0,0,0.258819,-0.965926,900,900,100,1), + (45821,179747,0,2907.08,-3025.86,110.025,-1.91986,0,0,0.819152,-0.573576,900,900,100,1), + (45822,176584,0,1931.42,-3334.11,108.27,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (45823,142142,0,2899.04,-2948.18,102.165,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (45824,142141,0,2903.33,-5060.41,110.633,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (45825,176583,0,3183.81,-4648.79,115.482,-2.89725,0,0,-0.992546,0.121868,300,300,100,1), + (45826,176586,0,2197.89,-3384.63,170.525,2.21657,0,0,0.894935,0.446197,300,300,100,1), + (45827,176586,0,1738.77,-5557.74,118.974,0.436332,0,0,0.216439,0.976296,300,300,100,1), + (45828,176586,0,2592.11,-3777.34,192.67,-0.401426,0,0,-0.199368,0.979925,300,300,100,1), + (45829,179747,0,3116.67,-2819.62,126.054,1.67552,0,0,0.743145,0.669131,900,900,100,1), + (45830,179747,0,2961.55,-2864.36,107.63,-1.50098,0,0,0.681998,-0.731354,900,900,100,1), + (45831,179747,0,2954.12,-3026.99,120.213,3.10669,0,0,0.999848,0.017452,900,900,100,1), + (45832,176587,0,3403.05,-4913.33,159.709,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (45833,176587,0,2832.29,-3181.75,116.206,0.436332,0,0,0.216439,0.976296,300,300,100,1), + (45834,176584,0,2159.88,-4183.56,75.3865,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (45835,176587,0,3079.81,-4751.75,96.9671,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (45837,176589,0,1663.37,-5585.61,102.194,-0.087267,0,0,-0.0436197,0.999048,3600,3600,100,1), + (45838,181081,0,2297.47,-5339.24,91.8521,-0.593412,0,0,0.292372,-0.956305,900,900,100,1), + (45839,181081,0,2297.23,-5340.72,91.866,1.29154,0,0,0.601815,0.798636,900,900,100,1), + (45840,181082,0,2297.46,-5340,91.8521,2.14675,0,0,0.878817,0.477159,900,900,100,1), + (45841,177677,0,3362.45,-4904.24,159.253,-2.00713,0,0,0.843391,-0.5373,900,900,100,1), + (45842,176586,0,1609.7,-5213.33,92.6051,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (45843,181056,0,3157.28,-3743.47,236.951,2.76712,0,0,0.982523,0.186143,25,25,100,1), + (45844,176584,0,1684.28,-5542.05,101.781,-1.53589,0,0,-0.694658,0.71934,300,300,100,1), + (45845,142142,0,1948.3,-3384.17,103.864,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (45847,176584,0,2104.34,-3477.04,115.704,0,0,0,0,1,300,300,100,1), + (45848,177464,0,3185.19,-3051.57,142.776,1.39626,0,0,0.642788,0.766044,300,300,100,1), + (45849,177464,0,3149.18,-3107.17,162.386,-0.698132,0,0,0.34202,-0.939693,300,300,100,1), + (45850,177464,0,3204.61,-3344.22,163.94,1.309,0,0,0.608761,0.793353,300,300,100,1), + (45851,176587,0,2813.54,-4918.73,101.453,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (45852,177464,0,2917.48,-3844.04,119.692,-2.3911,0,0,0.930418,-0.366501,300,300,100,1), + (45853,176213,0,2958.04,-3485.06,146.222,-3.00197,0,0,0.997564,-0.069756,7200,7200,100,1), + (45854,176214,0,2958.04,-3485.06,146.222,-3.00197,0,0,0.997564,-0.069756,900,900,100,1), + (45855,176583,0,1587.83,-5417.1,75.4493,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (45856,176587,0,2035.5,-3416.72,110.1,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (45857,177464,0,3264.28,-2975.98,130.729,-0.890118,0,0,0.430511,-0.902585,300,300,100,1), + (45858,177464,0,3112.57,-3902.23,134.875,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (45859,177464,0,3246.43,-3053.01,158.993,-2.18166,0,0,0.887011,-0.461749,300,300,100,1), + (45860,142141,0,2748.95,-3899.36,96.998,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (45861,177747,0,3327.59,-4203.74,160.015,3.07178,0,0,0.999391,0.034899,2,2,100,1), + (45862,177464,0,2921.3,-3961.48,106.724,0.174533,0,0,0.087156,0.996195,300,300,100,1), + (45864,180100,0,3167.72,-4355.91,138.785,1.69297,0,0,0.748956,0.66262,900,900,100,1), + (45865,177464,0,2821.56,-3159.57,114.976,-0.226893,0,0,0.113203,-0.993572,300,300,100,1), + (45866,177464,0,2963.69,-3288.09,123.335,-2.47837,0,0,0.945519,-0.325568,300,300,100,1), + (45867,177464,0,3033.55,-3197.28,146.286,-1.93731,0,0,0.824126,-0.566406,300,300,100,1), + (45868,176213,0,2144.03,-3241.36,112.884,-1.74533,0,0,0.766044,-0.642788,7200,7200,100,1), + (45869,176214,0,2144.03,-3241.36,112.884,-1.74533,0,0,0.766044,-0.642788,900,900,100,1), + (45870,176587,0,2142.95,-2875.18,88.9537,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (45871,177464,0,3150.41,-3781.63,133.505,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (45872,177464,0,2988.2,-3757.75,128.973,-2.94961,0,0,0.995396,-0.095846,300,300,100,1), + (45873,177464,0,3134.35,-3492.04,156.367,-0.05236,0,0,0.026177,-0.999657,300,300,100,1), + (45874,177464,0,3203.84,-3721.22,147.665,-1.69297,0,0,0.748956,-0.66262,300,300,100,1), + (45875,176208,0,2511.07,-4163.67,47.7799,2.3911,0,0,0.930418,0.366501,2,2,100,1), + (45876,176591,0,2511.07,-4163.67,47.7799,2.3911,0,0,0.930418,0.366501,900,900,100,1), + (45877,177464,0,2813.03,-3816.65,104.483,3.07178,0,0,0.999391,0.034899,300,300,100,1), + (45878,177464,0,2876.65,-3425.46,106.596,0.069813,0,0,0.034899,0.999391,300,300,100,1), + (45879,177789,0,2997.61,-2860.27,107.63,1.11701,0,0,0.529919,0.848048,2,2,100,1), + (45881,177240,0,1557.35,-3281.02,86.6763,-0.087267,0,0,0.04362,-0.999048,2,2,100,1), + (45886,177677,0,3375.49,-4903.45,159.404,-1.6057,0,0,0.71934,-0.694658,900,900,100,1), + (45887,177677,0,3358.5,-4910.05,159.308,1.95477,0,0,0.829038,0.559193,900,900,100,1), + (45888,177464,0,3186.21,-3561.96,152.481,-2.93215,0,0,0.994522,-0.104529,300,300,100,1), + (45889,177464,0,2980.26,-3578.71,146.556,0.890118,0,0,0.430511,0.902585,300,300,100,1), + (45890,177464,0,3174.8,-3875.18,127.319,-1.15192,0,0,0.544639,-0.838671,300,300,100,1), + (45891,177464,0,2900.32,-3685.61,116.883,3.08923,0,0,0.999657,0.026177,300,300,100,1), + (45892,176213,0,2888.38,-4086.29,101.381,-2.19912,0,0,0.891007,-0.45399,7200,7200,100,1), + (45894,179747,0,3003.44,-2829.65,106.174,-1.67552,0,0,0.743145,-0.669131,900,900,100,1), + (45895,177677,0,3368.92,-4900.83,159.357,0.680678,0,0,0.333807,0.942641,900,900,100,1), + (45896,179747,0,2968.79,-2724.6,112.788,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (45897,179747,0,2999.99,-2750.22,119.115,-1.02974,0,0,0.492424,-0.870356,900,900,100,1), + (45898,179747,0,2946.98,-2743.9,109.499,-2.18166,0,0,0.887011,-0.461749,900,900,100,1), + (45899,179747,0,2980.18,-2783.62,110.581,-2.54818,0,0,0.956305,-0.292372,900,900,100,1), + (45900,179747,0,2935.37,-2779.95,110.451,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (45901,179747,0,2916.91,-2770.76,120.46,-0.523599,0,0,0.258819,-0.965926,900,900,100,1), + (45902,179747,0,3000.26,-2825.68,117.44,0.628319,0,0,0.309017,0.951057,900,900,100,1), + (45903,179747,0,2968.57,-2944.56,105.866,0.872665,0,0,0.422618,0.906308,900,900,100,1), + (45904,179747,0,3071.87,-2859.33,107.392,-0.959931,0,0,0.461749,-0.887011,900,900,100,1), + (45905,179747,0,3050.04,-2887.48,109.743,2.32129,0,0,0.91706,0.398749,900,900,100,1), + (45906,179747,0,2941.44,-2979.87,109.033,-1.32645,0,0,0.615661,-0.788011,900,900,100,1), + (45907,177668,0,3124.68,-3869.22,139.169,0.226893,0,0,0.113203,0.993572,900,900,100,1), + (45908,176583,0,2433.27,-4630.52,64.1854,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (45910,153454,0,3191.12,-4639.98,119.947,-2.94961,0,0,0.995396,-0.095846,7200,7200,100,1), + (45911,177668,0,3180.5,-3321.09,166.007,-0.855212,0,0,0.414693,-0.909961,900,900,100,1), + (45912,142141,0,3010.58,-3385.03,147.425,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (45913,177668,0,3183.1,-3461.12,168.207,1.0472,0,0,0.5,0.866025,900,900,100,1), + (45914,176587,0,2889.89,-3784.17,112.466,-0.785398,0,0,-0.382683,0.92388,300,300,100,1), + (45915,153454,0,2544.61,-3704.67,179.64,0.244346,0,0,0.121869,0.992546,7200,7200,100,1), + (45918,177677,0,3372.38,-4914.28,159.563,-2.60054,0,0,0.96363,-0.267238,900,900,100,1), + (45919,177677,0,3356.58,-4902.11,159.253,-0.436333,0,0,0.21644,-0.976296,900,900,100,1), + (45920,177677,0,3376.41,-4909.34,159.357,-1.309,0,0,0.608761,-0.793353,900,900,100,1), + (45921,177677,0,3361.99,-4896.87,159.265,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (45922,177677,0,3355.94,-4915.08,159.327,0.802851,0,0,0.390731,0.920505,900,900,100,1), + (45923,177677,0,3367.08,-4921.18,159.694,2.77507,0,0,0.983255,0.182236,900,900,100,1), + (45924,177677,0,3362.06,-4915.01,159.461,0.471239,0,0,0.233445,0.97237,900,900,100,1), + (45925,177677,0,3369.51,-4894.12,159.475,0.488692,0,0,0.241922,0.970296,900,900,100,1), + (45926,177677,0,3352.44,-4907.72,159.253,2.56563,0,0,0.95882,0.284015,900,900,100,1), + (45927,177677,0,3382.57,-4902.56,159.435,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (45928,177677,0,3359.73,-4920.11,159.454,-2.25148,0,0,0.902585,-0.430511,900,900,100,1), + (45930,177677,0,3382.55,-4907.5,159.305,-1.11701,0,0,0.529919,-0.848048,900,900,100,1), + (45931,153454,0,2601.59,-5512.31,158.713,-0.034907,0,0,0.017452,-0.999848,7200,7200,100,1), + (45932,142142,0,2182.69,-3987.18,124.955,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (45933,153454,0,1753.27,-5410.36,113.525,-0.366519,0,0,0.182236,-0.983255,7200,7200,100,1), + (45934,176213,0,1873.27,-3189.56,128.554,0.15708,0,0,0.078459,0.996917,7200,7200,100,1), + (45935,176214,0,1873.27,-3189.56,128.554,0.15708,0,0,0.078459,0.996917,900,900,100,1), + (45936,176213,0,2115.7,-4691.12,74.3362,1.15192,0,0,0.544639,0.838671,7200,7200,100,1), + (45937,176214,0,2115.7,-4691.12,74.3362,1.15192,0,0,0.544639,0.838671,900,900,100,1), + (45938,153454,0,1829.56,-5210.25,113.105,-1.06465,0,0,0.507538,-0.861629,7200,7200,100,1), + (45939,176587,0,2052.15,-5148.68,81.0545,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (45941,176116,0,1411.16,-3657.82,77.694,-1.6057,0,0,0.71934,-0.694658,2,2,100,1), + (45942,176587,0,2384,-3656.2,178.143,0.750492,0,0,0.366501,0.930417,300,300,100,1), + (45943,176143,0,1477.12,-3716.01,80.5158,2.46091,0,0,0.942641,0.333807,2,2,100,1), + (45944,176143,0,1407.58,-3680.22,77.2517,-0.890118,0,0,0.430511,-0.902585,2,2,100,1), + (45945,176142,0,1405.48,-3716.77,78.1764,2.58309,0,0,0.961262,0.275637,2,2,100,1), + (45946,176142,0,1423.47,-3663.76,82.02,-1.55334,0,0,0.700909,-0.71325,2,2,100,1), + (45947,176116,0,1476.28,-3722,80.5144,1.44862,0,0,0.66262,0.748956,2,2,100,1), + (45948,176583,0,1575.04,-3276.92,89.2958,-1.53589,0,0,-0.694658,0.71934,300,300,100,1), + (45949,153453,0,1845.01,-3719.17,162.225,-2.33874,0,0,0.920505,-0.390731,7200,7200,100,1), + (45950,153453,0,2027.14,-4550.41,74.9888,-1.02974,0,0,0.492424,-0.870356,7200,7200,100,1), + (45954,176209,0,2102.45,-4272.28,21.8204,-1.90241,0,0,0.814116,-0.580703,2,2,100,1), + (45955,176865,0,2102.45,-4272.28,21.8204,-1.90241,0,0,0.814116,-0.580703,900,900,100,1), + (45957,176587,0,2642.47,-5431.1,157.232,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (45964,181103,0,2277,-5326.86,88.7085,-0.541052,0,0,0.267238,-0.96363,900,900,100,1), + (45965,181104,0,2276.9,-5326.88,88.6976,1.67552,0,0,0.743145,0.669131,900,900,100,1), + (45971,18068,0,-350.385,-4215.59,152.04,3.14159,0,0,1,0,7200,7200,100,1), + (45972,2061,0,-350.385,-4215.59,152.04,3.14159,0,0,1,0,7200,7200,100,1), + (45973,18069,0,-392.788,-3803.21,238.351,-1.81514,0,0,-0.788011,0.615661,7200,7200,100,1), + (45974,2061,0,-392.788,-3803.21,238.351,-1.81514,0,0,-0.788011,0.615661,7200,7200,100,1), + (45975,18070,0,-374.328,-4057.11,174.012,3.14159,0,0,1,0,7200,7200,100,1), + (45976,2061,0,-374.328,-4057.11,174.012,3.14159,0,0,1,0,7200,7200,100,1), + (45977,18071,0,-414.069,-4018.49,195.102,2.80125,0,0,0.985556,0.16935,7200,7200,100,1), + (45978,2061,0,-414.069,-4018.49,195.102,2.80125,0,0,0.985556,0.16935,7200,7200,100,1), + (45979,18052,0,-309.29,-2816.43,87.0157,3.14159,0,0,1,0,7200,7200,100,1), + (45980,18053,0,-347.449,-2966.26,90.6851,3.14159,0,0,1,0,7200,7200,100,1), + (45981,18054,0,-344.214,-2957.76,82.842,3.14159,0,0,1,0,7200,7200,100,1), + (45982,18043,0,220.983,-2606.29,160.21,3.14159,0,0,1,0,7200,7200,100,1), + (45983,2061,0,220.983,-2606.29,160.21,3.14159,0,0,1,0,7200,7200,100,1), + (45984,18046,0,-28.4132,-2806.42,122.301,3.14159,0,0,1,0,7200,7200,100,1), + (45985,2061,0,-28.4132,-2806.42,122.301,3.14159,0,0,1,0,7200,7200,100,1), + (45986,18057,0,-386.467,-2953.6,82.2936,2.75762,0,0,0.981627,0.190809,7200,7200,100,1), + (45987,18058,0,-384.174,-2972.32,98.898,3.14159,0,0,1,0,7200,7200,100,1), + (45988,18060,0,-438.732,-2823.27,87.2316,3.14159,0,0,1,0,7200,7200,100,1), + (45989,18061,0,-459.768,-2858.41,95.6075,3.14159,0,0,1,0,7200,7200,100,1), + (45990,18062,0,-452.447,-2863,87.8225,3.14159,0,0,1,0,7200,7200,100,1), + (45991,18050,0,-286.282,-2852.11,86.4622,3.14159,0,0,1,0,7200,7200,100,1), + (45992,142712,0,-15.8808,-2789.75,123.862,3.14159,0,0,1,0,7200,7200,100,1), + (45993,142713,0,-14.6563,-2460.39,122.163,3.14159,0,0,1,0,7200,7200,100,1), + (45994,18047,0,-291.27,-2811.4,104.449,3.14159,0,0,1,0,7200,7200,100,1), + (45995,18048,0,-275.266,-2839.44,103.057,3.14159,0,0,1,0,7200,7200,100,1), + (45996,18049,0,-281.428,-2845.15,95.5834,3.14159,0,0,1,0,7200,7200,100,1), + (45997,20975,0,273.661,-2178.75,119.797,2.67908,0,0,0.973379,0.2292,7200,7200,100,1), + (45998,2061,0,273.661,-2178.75,119.797,2.67908,0,0,0.973379,0.2292,7200,7200,100,1), + (45999,20976,0,-238.132,-3108.89,125.669,2.99324,0,0,0.99725,0.074109,7200,7200,100,1), + (46000,2061,0,-238.132,-3108.89,125.669,2.99324,0,0,0.99725,0.074109,7200,7200,100,1), + (46001,20978,0,-294.681,-3427.3,187.139,1.05592,0,0,0.503774,0.863836,7200,7200,100,1), + (46002,2066,0,-294.681,-3427.3,187.139,1.05592,0,0,0.503774,0.863836,7200,7200,100,1), + (46003,20980,0,-329.636,-3459.66,189.238,3.14159,0,0,1,0,7200,7200,100,1), + (46004,2066,0,-329.636,-3459.66,189.238,3.14159,0,0,1,0,7200,7200,100,1), + (46005,20981,0,-237.573,-4180.51,121.683,3.14159,0,0,1,0,7200,7200,100,1), + (46006,2061,0,-237.573,-4180.51,121.683,3.14159,0,0,1,0,7200,7200,100,1), + (46007,142127,0,-47.878,-4897.72,20.0918,2.70526,0.16719,-0.028256,0.962478,0.211862,2,2,100,1), + (46008,18056,0,-384.921,-2962.02,91.4364,3.14159,0,0,1,0,7200,7200,100,1), + (46009,142980,0,-667.451,-4017.34,237.311,1.34621,0,0,0.623416,0.78189,7200,7200,100,1), + (46010,2066,0,-667.451,-4017.34,237.311,1.34621,0,0,0.623416,0.78189,7200,7200,100,1), + (46011,142977,0,-594.174,-4159.36,238.38,-3.06617,0,0,0.999289,-0.037701,7200,7200,100,1), + (46012,2061,0,-594.174,-4159.36,238.38,-3.06617,0,0,0.999289,-0.037701,7200,7200,100,1), + (46013,142978,0,-631.182,-3943.58,237.528,3.14159,0,0,1,0,7200,7200,100,1), + (46014,2061,0,-631.182,-3943.58,237.528,3.14159,0,0,1,0,7200,7200,100,1), + (46015,142973,0,-395.594,-3941.58,215.861,-1.55491,0,0,-0.701467,0.712702,7200,7200,100,1), + (46016,2061,0,-395.594,-3941.58,215.861,-1.55491,0,0,-0.701467,0.712702,7200,7200,100,1), + (46017,142974,0,-408.03,-3819.49,238.351,-2.73144,0,0,0.979045,-0.203642,7200,7200,100,1), + (46018,2061,0,-408.03,-3819.49,238.351,-2.73144,0,0,0.979045,-0.203642,7200,7200,100,1), + (46019,142976,0,-586.431,-4015.14,238.351,2.79634,0,0,0.985137,0.171771,7200,7200,100,1), + (46020,2061,0,-586.431,-4015.14,238.351,2.79634,0,0,0.985137,0.171771,7200,7200,100,1), + (46021,143991,0,-404.793,-4208.73,174.074,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (46022,2061,0,-404.793,-4208.73,174.074,2.79253,0,0,0.984808,0.173648,7200,7200,100,1), + (46023,142970,0,-262.325,-4026.64,174.085,2.94088,0,0,0.994969,0.100188,7200,7200,100,1), + (46024,2061,0,-262.325,-4026.64,174.085,2.94088,0,0,0.994969,0.100188,7200,7200,100,1), + (46025,142971,0,-304.75,-4171.2,136.438,3.14159,0,0,1,0,7200,7200,100,1), + (46026,2061,0,-304.75,-4171.2,136.438,3.14159,0,0,1,0,7200,7200,100,1), + (46027,18063,0,-200.953,-3908.78,215.681,2.98451,0,0,0.996917,0.078459,7200,7200,100,1), + (46028,2066,0,-200.953,-3908.78,215.681,2.98451,0,0,0.996917,0.078459,7200,7200,100,1), + (46029,18064,0,-219.448,-3975.78,195.034,2.75762,0,0,0.981627,0.190809,7200,7200,100,1), + (46030,2061,0,-219.448,-3975.78,195.034,2.75762,0,0,0.981627,0.190809,7200,7200,100,1), + (46031,18065,0,-216.868,-4046.03,173.914,1.94604,0,0,0.82659,0.562805,7200,7200,100,1), + (46032,2061,0,-216.868,-4046.03,173.914,1.94604,0,0,0.82659,0.562805,7200,7200,100,1), + (46033,18067,0,-274.997,-4018.38,174.21,-3.02815,0,0,0.998392,-0.056693,7200,7200,100,1), + (46034,2061,0,-274.997,-4018.38,174.21,-3.02815,0,0,0.998392,-0.056693,7200,7200,100,1), + (46035,142969,0,-209.465,-3986.73,195.092,3.14159,0,0,1,0,7200,7200,100,1), + (46036,2061,0,-209.465,-3986.73,195.092,3.14159,0,0,1,0,7200,7200,100,1), + (46037,142968,0,38.9479,-4641.74,11.8895,3.14159,0,0,1,0,7200,7200,100,1), + (46038,2061,0,38.9479,-4641.74,11.8895,3.14159,0,0,1,0,7200,7200,100,1), + (46039,142704,0,-38.4722,-2468.8,121.807,-0.30543,0.290411,0.583498,-0.276992,0.706022,7200,7200,100,1), + (46040,142703,0,-38.592,-2468.76,121.659,-2.49582,-0.093536,0.046635,0.944858,-0.310354,7200,7200,100,1), + (46041,142705,0,-43.7708,-2481.39,118.982,3.14159,0,0,1,0,7200,7200,100,1), + (46042,144066,0,-42.8271,-2471.28,119.413,-1.53589,0.093357,-0.060008,-0.692074,0.713244,10,10,100,1), + (46043,142702,0,-42.5313,-2481.28,119.151,2.94088,-0.416004,0.113211,0.893777,0.123636,10,10,100,1), + (46044,142967,0,224.78,-4315.29,117.729,-2.94088,0,0,0.994969,-0.100188,7200,7200,100,1), + (46045,2066,0,224.78,-4315.29,117.729,-2.94088,0,0,0.994969,-0.100188,7200,7200,100,1), + (46046,142706,0,-43.8073,-2480.73,118.917,3.14159,0,0,1,0,7200,7200,100,1), + (46047,144067,0,-43.0674,-2465.5,119.377,-1.57952,0.039832,-0.058729,-0.707752,0.702888,10,10,100,1), + (46048,144011,0,293.628,-2115.57,121.77,-2.96706,0,0,0.996195,-0.087156,7200,7200,100,1), + (46049,142714,0,-15.1615,-2460.22,122.175,3.14159,0.086678,0.104131,0.990737,-0.00911,7200,7200,100,1), + (46050,179885,0,-571.221,-4596.28,10.3823,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (46051,2061,0,-571.221,-4596.28,10.3823,2.19039,0,0,0.889017,0.457874,7200,7200,100,1), + (46052,179887,0,-588.373,-4547.32,9.1969,2.38238,0,0,0.92881,0.370557,7200,7200,100,1), + (46053,2556,0,264.878,-4685.26,-8.57834,-1.67552,0.069275,0.320579,-0.664674,0.671296,2,2,100,1), + (46054,179895,0,-599.543,-4610.39,9.73191,-0.448994,0,0,-0.222616,0.974906,7200,7200,100,1), + (46055,142139,0,-68.4388,-4041.03,122.363,-3.14159,0.017452,-0.004363,0.999838,0.000076,7200,7200,100,1), + (46056,2061,0,-68.4388,-4041.03,122.363,-3.14159,0.017452,-0.004363,0.999838,0.000076,7200,7200,100,1), + (46057,18073,0,-466.481,-4189.62,195.065,2.67036,0,0,0.97237,0.233445,7200,7200,100,1), + (46058,2061,0,-466.481,-4189.62,195.065,2.67036,0,0,0.97237,0.233445,7200,7200,100,1), + (46059,18055,0,-349.795,-2975.66,100.217,-2.85361,0,0,0.989651,-0.143493,7200,7200,100,1), + (46060,142965,0,465.783,-3623.65,118.853,3.14159,0,0,1,0,7200,7200,100,1), + (46061,2066,0,465.783,-3623.65,118.853,3.14159,0,0,1,0,7200,7200,100,1), + (46062,18074,0,-528.585,-4181.07,215.626,3.14159,0,0,1,0,7200,7200,100,1), + (46063,2061,0,-528.585,-4181.07,215.626,3.14159,0,0,1,0,7200,7200,100,1), + (46064,144068,0,-4.31662,-2806.49,125.207,1.58825,0.049808,-0.055046,0.711056,0.699206,10,10,100,1), + (46065,142036,0,262.882,-2758.3,122.553,1.63188,0,0,0.728371,0.685183,7200,7200,100,1), + (46066,18059,0,-448.108,-2823.1,96.3767,-2.87979,0,0,0.991445,-0.130526,7200,7200,100,1), + (46067,18051,0,-301.355,-2814.48,94.8399,3.14159,0,0,1,0,7200,7200,100,1), + (46068,20977,0,-262.211,-3461.06,189.374,3.14159,0,0,1,0,7200,7200,100,1), + (46069,2066,0,-262.211,-3461.06,189.374,3.14159,0,0,1,0,7200,7200,100,1), + (46070,18072,0,-404.462,-4195.62,174.073,3.14159,0,0,1,0,7200,7200,100,1), + (46071,2061,0,-404.462,-4195.62,174.073,3.14159,0,0,1,0,7200,7200,100,1), + (46072,18045,0,-26.2778,-2465.58,122.334,2.04204,-0.023759,0.019675,0.852165,0.522364,7200,7200,100,1), + (46073,2061,0,-26.2778,-2465.58,122.334,2.04204,-0.023759,0.019675,0.852165,0.522364,7200,7200,100,1), + (46074,18066,0,-275.102,-3908.01,215.861,2.9147,0,0,0.993572,0.113203,7200,7200,100,1), + (46075,2061,0,-275.102,-3908.01,215.861,2.9147,0,0,0.993572,0.113203,7200,7200,100,1), + (46076,144070,0,-255.823,-3630.3,238.769,-1.7366,0,0,-0.763232,0.646125,10,10,100,1), + (46077,142966,0,323.578,-4123.22,119.397,-2.87979,0,0,0.991445,-0.130526,7200,7200,100,1), + (46078,2066,0,323.578,-4123.22,119.397,-2.87979,0,0,0.991445,-0.130526,7200,7200,100,1), + (46079,142972,0,-356.743,-4209.81,152.173,2.71399,0,0,0.977231,0.212178,7200,7200,100,1), + (46080,31442,0,-356.743,-4209.81,152.173,2.71399,0,0,0.977231,0.212178,7200,7200,100,1), + (46081,142707,0,-38.7292,-2468.43,121.504,-3.14159,-0.061046,-0.00871,0.998097,-0.000533,7200,7200,100,1), + (46082,179886,0,-593.066,-4546.81,8.97534,2.11185,0,0,0.870356,0.492424,7200,7200,100,1), + (46083,20979,0,-294.632,-3495.95,188.313,3.14159,0,0,1,0,7200,7200,100,1), + (46084,2066,0,-294.632,-3495.95,188.313,3.14159,0,0,1,0,7200,7200,100,1), + (46085,142979,0,-637.54,-3937.79,238.644,2.71399,0,0,0.977231,0.212178,7200,7200,100,1), + (46086,2061,0,-637.54,-3937.79,238.644,2.71399,0,0,0.977231,0.212178,7200,7200,100,1), + (46087,2558,0,269.315,-2026.47,171.57,-0.733038,0,0,-0.358368,0.933581,7200,7200,100,1), + (46088,61040,0,399.557,-2099.23,131.57,-2.88852,0,0,0.992005,-0.126198,7200,7200,100,1), + (46089,61042,0,398.344,-2093.8,131.553,-3.10669,0,0,0.999848,-0.017452,7200,7200,100,1), + (46090,61088,0,362.202,-2091.49,113.88,1.88496,0,0,0.809017,0.587785,7200,7200,100,1), + (46091,61089,0,349.249,-2088.51,113.88,0.139626,0,0,0.069756,0.997564,7200,7200,100,1), + (46092,61090,0,358.642,-2128.82,113.88,-0.558504,0,0,-0.275637,0.961262,7200,7200,100,1), + (46093,61058,0,315.238,-2090.21,123.225,-2.04204,0,0,-0.85264,0.522499,7200,7200,100,1), + (46094,61059,0,334.076,-2085.68,121.834,-1.3439,0,0,-0.622515,0.782608,7200,7200,100,1), + (46095,61061,0,339.596,-2084.41,121.834,-1.3439,0,0,-0.622515,0.782608,7200,7200,100,1), + (46096,61071,0,365.641,-2081.96,121.008,0.226894,0,0,0.113204,0.993572,7200,7200,100,1), + (46097,61055,0,324.902,-2131.39,123.229,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46098,61057,0,311.459,-2090.9,123.225,-1.3439,0,0,-0.622515,0.782608,7200,7200,100,1), + (46099,61062,0,347.246,-2142.72,121.834,1.79769,0,0,0.782608,0.622515,7200,7200,100,1), + (46100,61064,0,321.067,-2146.56,123.225,0.750491,0,0,0.366501,0.930418,7200,7200,100,1), + (46101,61046,0,401.636,-2105.5,121.847,-3.00197,0,0,0.997564,-0.069757,7200,7200,100,1), + (46102,61047,0,401.938,-2106.81,121.847,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46103,61049,0,397.546,-2119.61,121.843,-0.218165,0,0,-0.108866,0.994056,7200,7200,100,1), + (46104,61043,0,397.828,-2091.54,131.553,-2.82743,0,0,0.987688,-0.156435,7200,7200,100,1), + (46105,61095,0,356.696,-2107.03,121.849,1.97222,0,0,0.833886,0.551937,7200,7200,100,1), + (46106,61074,0,377.099,-2132.04,121.008,0.314158,0,0,0.156434,0.987688,7200,7200,100,1), + (46107,61086,0,351.763,-2099.43,113.784,-0.392699,0,0,-0.19509,0.980785,7200,7200,100,1), + (46108,61076,0,366.399,-2128.91,120.46,-1.69297,0,0,-0.748956,0.66262,7200,7200,100,1), + (46109,61035,0,333.847,-2117.36,104.606,-0.776671,0,0,-0.378649,0.925541,7200,7200,100,1), + (46110,61038,0,329.621,-2116.34,104.949,2.23402,0,0,0.898794,0.438371,7200,7200,100,1), + (46111,2061,0,329.621,-2116.34,104.949,2.23402,0,0,0.898794,0.438371,7200,7200,100,1), + (46112,61077,0,346.458,-2105.41,104.615,-2.17294,0,0,0.884988,-0.465614,7200,7200,100,1), + (46113,61079,0,340.421,-2115.1,104.611,2.83616,0,0,0.988362,0.152123,7200,7200,100,1), + (46114,61085,0,353.965,-2098.59,113.784,-1.00356,0,0,-0.480988,0.876727,7200,7200,100,1), + (46115,61097,0,353.432,-2108.44,121.849,2.32129,0,0,0.91706,0.398749,7200,7200,100,1), + (46116,61073,0,376.234,-2128.79,121.008,0.139626,0,0,0.069756,0.997564,7200,7200,100,1), + (46117,61098,0,374.661,-2110.04,121.849,-2.3911,0,0,0.930417,-0.366501,7200,7200,100,1), + (46118,61100,0,373.409,-2122.94,131.572,0.314158,0,0,0.156434,0.987688,7200,7200,100,1), + (46119,61102,0,362.565,-2125.37,131.572,1.97222,0,0,0.833886,0.551937,7200,7200,100,1), + (46120,61075,0,367.244,-2131.58,120.46,2.84489,0,0,0.989016,0.147809,7200,7200,100,1), + (46121,61068,0,366.352,-2085.49,121.008,0.226894,0,0,0.113204,0.993572,7200,7200,100,1), + (46122,61070,0,365.906,-2084.06,121.008,0.139626,0,0,0.069756,0.997564,7200,7200,100,1), + (46123,61039,0,329.103,-2117.23,104.949,-1.43117,0,0,-0.656059,0.75471,7200,7200,100,1), + (46124,2061,0,329.103,-2117.23,104.949,-1.43117,0,0,-0.656059,0.75471,7200,7200,100,1), + (46125,61036,0,333.177,-2114.54,104.607,-2.1293,0,0,0.874619,-0.48481,7200,7200,100,1), + (46126,61092,0,397.436,-2121.51,121.843,0.305431,0,0,0.152123,0.988362,7200,7200,100,1), + (46127,61044,0,397.989,-2095.77,121.847,1.88496,0,0,0.809017,0.587785,7200,7200,100,1), + (46128,61072,0,375.968,-2126.69,121.008,0.226894,0,0,0.113204,0.993572,7200,7200,100,1), + (46129,61087,0,389.561,-2079.7,131.566,-1.25664,0,0,-0.587786,0.809017,7200,7200,100,1), + (46130,61096,0,357.534,-2092.75,131.572,-1.69297,0,0,-0.748956,0.66262,7200,7200,100,1), + (46131,61052,0,401.825,-2119.67,131.566,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46132,61060,0,399.579,-2123.09,131.566,1.71042,0,0,0.75471,0.656059,7200,7200,100,1), + (46133,61069,0,392.666,-2080,131.566,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46134,61050,0,391.212,-2079.2,131.566,-1.3439,0,0,-0.622515,0.782608,7200,7200,100,1), + (46135,61066,0,401.789,-2108.72,131.553,-2.93215,0,0,0.994522,-0.104529,7200,7200,100,1), + (46136,61037,0,330.48,-2117.05,104.949,-0.90757,0,0,-0.438371,0.898794,7200,7200,100,1), + (46137,2061,0,330.48,-2117.05,104.949,-0.90757,0,0,-0.438371,0.898794,7200,7200,100,1), + (46138,61081,0,338.445,-2112.29,104.611,-1.52716,0,0,-0.691513,0.722364,7200,7200,100,1), + (46139,61082,0,337.038,-2112.69,104.611,-1.1781,0,0,-0.55557,0.83147,7200,7200,100,1), + (46140,61048,0,401.267,-2122.75,131.566,1.79769,0,0,0.782608,0.622515,7200,7200,100,1), + (46141,61078,0,334.986,-2106.57,104.611,-1.09083,0,0,-0.518773,0.854912,7200,7200,100,1), + (46142,61067,0,366.772,-2087.31,121.008,0.314158,0,0,0.156434,0.987688,7200,7200,100,1), + (46143,61053,0,319.153,-2106.49,123.229,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46144,61099,0,356.03,-2092.79,131.572,-1.43117,0,0,-0.656059,0.75471,7200,7200,100,1), + (46145,61094,0,358.965,-2130.59,113.88,0.052361,0,0,0.026178,0.999657,7200,7200,100,1), + (46146,61051,0,363.463,-2129.76,113.787,-1.95477,0,0,-0.829038,0.559193,7200,7200,100,1), + (46147,61045,0,399.097,-2094.51,121.847,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46148,61083,0,339.556,-2116.74,104.611,2.31256,0,0,0.915312,0.402747,7200,7200,100,1), + (46149,61065,0,401.259,-2106.41,131.553,-2.82743,0,0,0.987688,-0.156435,7200,7200,100,1), + (46150,61093,0,369.44,-2125.29,113.88,-1.16937,0,0,-0.551937,0.833886,7200,7200,100,1), + (46151,61080,0,340.07,-2113.43,104.611,-2.57436,0,0,0.96005,-0.279829,7200,7200,100,1), + (46152,61041,0,402.168,-2121.33,131.566,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46153,61054,0,318.809,-2105,123.229,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46154,61084,0,337.954,-2117.18,104.611,1.61443,0,0,0.722364,0.691513,7200,7200,100,1), + (46155,61063,0,327.392,-2147.31,123.225,1.79769,0,0,0.782608,0.622515,7200,7200,100,1), + (46156,61091,0,393.009,-2081.66,131.566,-2.9147,0,0,0.993572,-0.113203,7200,7200,100,1), + (46157,61056,0,309.967,-2091.25,123.225,-1.3439,0,0,-0.622515,0.782608,7200,7200,100,1), + (46158,61101,0,363.51,-2122.41,131.572,-2.47837,0,0,0.945518,-0.325569,7200,7200,100,1), + (46159,32582,0,208.33,-1963.2,140.199,2.34747,0,0,0.922201,0.386712,7200,7200,100,1), + (46160,32584,0,211.431,-1961.45,140.199,1.82387,0,0,0.790689,0.612217,7200,7200,100,1), + (46161,34572,0,212.653,-1966.46,140.482,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (46162,32591,0,221.599,-1955.59,140.199,-0.183259,0,0,-0.091501,0.995805,7200,7200,100,1), + (46163,32592,0,207.378,-1953.78,140.199,-0.139626,0,0,-0.069756,0.997564,7200,7200,100,1), + (46164,31508,0,204.899,-1955.35,140.205,-1.01229,0,0,-0.48481,0.87462,7200,7200,100,1), + (46165,32590,0,226.315,-1961.5,140.199,1.64934,0,0,0.734323,0.6788,7200,7200,100,1), + (46166,31504,0,216.334,-1951.09,140.205,-1.85005,0,0,-0.798636,0.601815,7200,7200,100,1), + (46167,32585,0,217.035,-1963.27,140.199,0.776673,0,0,0.378649,0.92554,7200,7200,100,1), + (46168,32593,0,218.245,-1953.59,140.199,-0.968657,0,0,-0.465614,0.884988,7200,7200,100,1), + (46169,32583,0,213.966,-1961.46,140.199,1.30027,0,0,0.605294,0.796002,7200,7200,100,1), + (46170,32594,0,203.43,-1955.59,140.199,2.87107,0,0,0.990866,0.13485,7200,7200,100,1), + (46171,31509,0,225.936,-1957.37,140.205,-2.11185,0,0,0.870356,-0.492424,7200,7200,100,1), + (46172,31507,0,217.705,-1952.11,140.205,-2.72271,0,0,0.978147,-0.207912,7200,7200,100,1), + (46173,28069,0,53.6241,-2091.78,110.901,-2.97579,0,0,0.996566,-0.082808,7200,7200,100,1), + (46174,28071,0,53.0687,-2082.9,111.234,-2.97579,0,0,0.996566,-0.082808,7200,7200,100,1), + (46175,28072,0,51.4527,-2081.37,111.234,-1.57952,0,0,-0.710185,0.704015,7200,7200,100,1), + (46176,22223,0,47.0671,-2093.99,111.269,-1.97225,-0.003479,0.008002,-0.833854,0.551916,7200,7200,100,1), + (46177,2061,0,47.0671,-2093.99,111.269,-1.97225,-0.003479,0.008002,-0.833854,0.551916,7200,7200,100,1), + (46178,29761,0,263.851,-2192.02,118.308,-2.9147,0,0,0.993572,-0.113204,7200,7200,100,1), + (46179,29759,0,263.385,-2194.11,118.308,2.53945,0,0,0.95502,0.296541,7200,7200,100,1), + (46180,29760,0,245.134,-2205.28,125.178,-0.907572,0,0,-0.438371,0.898794,7200,7200,100,1), + (46181,147036,0,265.565,-2216.69,125.171,2.60927,0,0,0.964787,0.263031,7200,7200,100,1), + (46182,147037,0,268.864,-2214.08,125.171,-2.67036,0,0,0.97237,-0.233445,7200,7200,100,1), + (46183,147038,0,266.53,-2216.26,125.171,2.30383,0,0,0.913545,0.406737,7200,7200,100,1), + (46184,147039,0,267.031,-2215.53,125.171,2.74017,0,0,0.979925,0.199368,7200,7200,100,1), + (46185,147041,0,270.023,-2212.94,125.171,0.951205,0,0,0.457874,0.889017,7200,7200,100,1), + (46186,29764,0,269.075,-2210.78,125.178,1.53589,0,0,0.694658,0.71934,7200,7200,100,1), + (46187,147042,0,269.066,-2212.74,125.171,1.30027,0,0,0.605294,0.796002,7200,7200,100,1), + (46188,29763,0,247.262,-2206.16,125.178,-1.95477,0,0,-0.829037,0.559193,7200,7200,100,1), + (46189,29765,0,245.821,-2193.22,118.308,-0.253072,0,0,-0.126198,0.992005,7200,7200,100,1), + (46190,29762,0,247.473,-2195.09,118.308,1.92859,0,0,0.821647,0.569997,7200,7200,100,1), + (46191,147040,0,267.894,-2214.91,125.171,2.04203,0,0,0.85264,0.522499,7200,7200,100,1), + (46192,175739,0,333.788,-2119.51,105.298,0.017453,0,0,0.008727,0.999962,7200,7200,100,1), + (46193,175890,0,-760.941,-3791.81,233.529,0,0,0,0,1,7200,7200,100,1), + (46194,153239,0,-22.0864,-3577.59,121.25,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (46195,153239,0,45.3549,-3618.53,119.937,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (46196,179910,0,408.8,-4826.95,10.575,2.86234,0,0,0.990268,0.139173,10,10,100,1), + (46197,179913,0,-560.658,-4619.69,10.1144,2.18166,0,0,0.887011,0.461749,2,2,100,1), + (46198,179914,0,-467.435,-3966.28,203.276,-1.48353,0,0,0.67559,-0.737277,2,2,100,1), + (46199,179915,0,-195.441,-3829.46,238.351,0.087266,0,0,0.043619,0.999048,2,2,100,1), + (46200,181643,0,-369.673,-3005.33,111.792,3.01942,0,0,0.998135,0.061049,2,2,100,1), + (46201,181649,0,48.7021,-2092.3,111.45,-2.05949,0,0,0.857167,-0.515038,2,2,100,1), + (46202,153239,0,285.885,-3754.58,116.064,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (46203,153239,0,341.389,-3687.71,114.493,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (46204,153239,0,452.422,-3558.39,119.946,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (46205,2046,0,-758.931,-4435.09,13.9278,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (46206,153239,0,243.315,-3785.42,119.589,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (46207,153239,0,404.675,-3684.76,117.13,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (46208,153239,0,422.908,-3617.97,117.339,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (46209,153239,0,448.783,-3508.33,107.07,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (46210,153239,0,-73.498,-3340.48,117.203,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (46211,153239,0,302.648,-3761.67,118.609,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (46212,153239,0,202.317,-3889.58,126.21,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (46213,153239,0,381.482,-3613.84,117.454,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (46214,177224,0,-562.72,-4630.31,31.1001,2.47837,0,0,0.945519,0.325568,7200,7200,100,1), + (46215,153239,0,-114.567,-4014.36,127.394,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (46216,153239,0,342.217,-3890.87,120.69,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (46217,153239,0,-162.852,-3447.7,133.754,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (46218,153239,0,147.385,-3603.38,118.665,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (46219,153239,0,-146.35,-3547.11,124.383,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (46220,153239,0,190.283,-4018.84,118.134,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (46221,153239,0,280.755,-3824.38,121.155,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (46222,153239,0,258.207,-3643.98,118.196,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (46223,153239,0,121.705,-3955.49,136.596,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (46224,153470,0,213.525,-2612.98,160.823,0.663225,0,0,0.325568,0.945519,7200,7200,100,1), + (46225,153239,0,181.672,-3377.25,115.104,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (46226,153470,0,-689.347,-4559.89,-0.785528,-2.51327,0,0,0.951057,-0.309017,7200,7200,100,1), + (46227,153239,0,70.3809,-3212.33,117.142,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (46228,153239,0,177.208,-3011.15,125.567,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (46229,153239,0,-54.2134,-3266.13,117.092,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (46230,153239,0,328.746,-3276.33,115.296,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (46231,50937,0,-233.926,-3114.39,125.674,-2.21657,0,0,0.894934,-0.446198,2,2,100,1), + (46232,153239,0,362.094,-2938.3,119.806,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (46233,153239,0,251.461,-2852.89,111.913,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (46234,153470,0,195.437,-1986.69,145.438,-0.506145,0,0,0.25038,-0.968148,7200,7200,100,1), + (46235,153239,0,364.282,-2857,117.484,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (46236,153239,0,284.176,-3017.59,118.026,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (46237,153239,0,358.834,-2827.92,121.337,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (46238,153470,0,-238.323,-4190.93,121.411,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (46239,153239,0,359.711,-2941.92,120.361,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (46240,153239,0,331.874,-3385.64,118.557,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (46241,153239,0,407.581,-3448.04,121.277,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (46242,153239,0,-54.2967,-3515.72,120.683,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (46243,153239,0,383.659,-3717.74,129.536,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (46244,176583,0,970.431,-4124.26,112.937,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (46245,142191,0,376.004,-3884.55,106.011,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (46246,153239,0,-25.1712,-2656.91,127.903,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (46247,2045,0,-418.383,-4633,-10.4412,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (46248,153470,0,-44.0701,-2462.24,119.177,0.349066,0,0,0.173648,0.984808,7200,7200,100,1), + (46249,153239,0,159.605,-3138.89,124.74,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (46250,153239,0,-34.5055,-3214.01,124.435,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (46251,153470,0,389.519,-2113.48,131.562,1.74533,0,0,0.766044,0.642788,7200,7200,100,1), + (46252,181645,0,-398.889,-2957.72,94.6755,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (46253,2043,0,286.887,-4306.71,118.855,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (46254,142140,0,-265.61,-3521.13,160.874,-2.60054,0,0,-0.96363,0.267239,300,300,100,1), + (46255,179922,0,-252.302,-4176.37,122.347,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (46256,179922,0,-688.901,-4020.53,238.046,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (46258,153239,0,26.18,-3237.22,120.659,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (46259,153239,0,304.913,-3114.54,119.836,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (46260,153239,0,229.179,-2891.25,107.297,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (46261,153239,0,107.49,-2886.59,114.365,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (46262,153239,0,337.628,-3197.95,123.031,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (46263,153239,0,234.815,-2880.96,109.95,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (46264,142144,0,-281.516,-3721.69,239.785,-2.40855,0,0,-0.93358,0.35837,300,300,100,1), + (46265,179922,0,-643.353,-4059.02,247.18,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (46266,153239,0,332.095,-3057.31,121.807,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (46267,181645,0,-400.907,-2957.13,94.3013,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (46268,4149,0,-233.413,-3120.78,125.667,-2.94961,0,0,0.995396,-0.095846,7200,7200,100,1), + (46270,2045,0,428.389,-4857.91,-12.8203,1.62316,0,0,0.725376,0.688353,300,300,100,1), + (46271,181645,0,-403.663,-2888.74,84.9427,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (46272,179922,0,-646.152,-4017.33,238.351,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (46273,153239,0,277.916,-3303.21,111.578,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (46274,153239,0,-121.652,-2713.43,127.658,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (46275,153470,0,111.505,-3508.02,108.155,2.58309,0,0,0.961262,0.275637,7200,7200,100,1), + (46276,142140,0,-661.092,-4066.43,238.502,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (46277,153239,0,27.887,-2385.72,127.713,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (46278,2045,0,227.089,-4819.19,-19.5382,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (46279,2045,0,-151.148,-4909.86,-19.1006,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (46280,179922,0,-521.126,-4180.78,215.86,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (46281,2043,0,447.914,-3893.58,124.796,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (46283,2046,0,103.8,-4171.09,126.829,0.279253,0,0,0.139173,0.990268,300,300,100,1), + (46284,176583,0,54.9439,-4500.57,145.834,-0.034907,0,0,-0.0174526,0.999848,300,300,100,1), + (46286,2068,0,-743.028,-4465.44,9.26164,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (46287,2068,0,-802.868,-4460.14,8.75458,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (46288,179922,0,-635.096,-3935.52,238.473,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (46289,179922,0,-581.076,-4012.02,238.351,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (46290,142140,0,-539.072,-4192.2,215.934,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (46292,153451,0,-189.69,-3919.23,215.861,-2.53073,0,0,0.953717,-0.300706,7200,7200,100,1), + (46293,179922,0,-184.428,-3879.18,216.443,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (46294,179922,0,-245.083,-3909.9,215.886,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (46295,179922,0,-595.09,-4012.17,238.351,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (46296,142140,0,-240.483,-4018.18,174.303,-1.71042,0,0,-0.754709,0.65606,300,300,100,1), + (46297,142140,0,-206.332,-3960.19,196.913,-2.42601,0,0,-0.936673,0.350206,300,300,100,1), + (46298,142140,0,-385.865,-3823.76,238.612,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (46299,142144,0,-611.874,-3735.32,231.213,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (46301,142144,0,-627.495,-3810.34,234.504,-0.15708,0,0,-0.0784593,0.996917,300,300,100,1), + (46302,142140,0,-252.906,-4189.7,121.522,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (46303,142144,0,-672.777,-3734.38,220.609,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (46304,179922,0,-668.155,-4047.74,238.815,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (46305,142140,0,-251.535,-2768.62,114.138,-0.890118,0,0,-0.430511,0.902585,300,300,100,1), + (46306,176583,0,-136.655,-3453.34,129.769,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (46307,2068,0,-528.292,-4589.23,9.62677,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (46308,2068,0,-731.011,-4510.92,6.02543,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (46309,153239,0,-303.015,-2601.52,118.558,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (46310,153239,0,-12.08,-2369.73,122.519,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (46311,142140,0,72.0628,-3488.07,107.691,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (46312,181645,0,-228.687,-3109.74,127.158,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (46313,181645,0,-229.455,-3109.93,127.045,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (46314,2068,0,-607.983,-4582.3,9.72136,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (46315,2068,0,-521.844,-4502.74,10.1411,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (46316,4149,0,-249.456,-2551.53,117.288,0.226893,0,0,0.113203,0.993572,7200,7200,100,1), + (46317,153239,0,62.0423,-2787.86,117.091,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (46318,2068,0,-488.094,-4548.03,10.278,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (46319,2068,0,-670.489,-4553.04,5.86212,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (46321,153239,0,-291.635,-2662.21,120.979,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (46322,153239,0,258.298,-2325.22,115.651,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (46323,176583,0,-256.678,-2890.58,92.1892,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (46324,2041,0,346.838,-2737.67,116.216,-2.42601,0,0,-0.936673,0.350206,300,300,100,1), + (46325,153239,0,61.1424,-2185.37,106.797,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (46326,179922,0,-227.43,-3962.62,196.51,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (46327,141853,0,-46.251,-3174.9,100.005,2.77507,0,0,0.983255,0.182236,10,10,100,1), + (46328,142142,0,286.254,-2994.07,114.463,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (46329,153239,0,83.0015,-3047.95,133.336,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (46330,153239,0,118.286,-2181.55,105.897,2.09439,0,0,0.866025,0.5,180,180,100,1), + (46331,153239,0,72.429,-2642.29,111.754,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (46332,153239,0,59.1494,-2458.14,123.159,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (46333,153239,0,104.486,-2469.16,124.453,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (46334,179922,0,-541.611,-3996.01,216.051,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (46335,153239,0,229.081,-2347.75,114.727,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (46336,153239,0,100.526,-2581.09,115.188,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (46337,153239,0,126.025,-2683.36,110.96,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (46338,153239,0,-22.1915,-2885.07,122.147,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (46339,141853,0,-49.4441,-3140.39,100.705,-3.01942,0,0,0.998135,-0.061048,10,10,100,1), + (46340,141853,0,-80.7382,-3153.22,103.261,2.79253,0,0,0.984808,0.173648,10,10,100,1), + (46341,153239,0,38.8605,-2929.75,115.445,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (46342,153239,0,64.9755,-2683.8,115.364,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (46343,153239,0,-40.6661,-2525.25,121.178,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (46344,153239,0,160.259,-2430.17,126.847,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (46345,153451,0,381.921,-3787.64,168.509,-0.698132,0,0,0.34202,-0.939693,7200,7200,100,1), + (46346,153451,0,-584.52,-4174.72,238.351,1.95477,0,0,0.829038,0.559193,7200,7200,100,1), + (46347,141853,0,-69.0762,-3117.58,100.222,0.872665,0,0,0.422618,0.906308,10,10,100,1), + (46348,2068,0,-557.488,-4620.13,10.6123,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (46349,2068,0,-646.192,-4594.06,9.09663,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (46351,2068,0,164.417,-4743.52,1.03506,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (46352,2068,0,-473.161,-4588.85,8.90176,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (46353,142142,0,376.906,-3558.85,118.439,-2.26893,0,0,-0.906308,0.422617,300,300,100,1), + (46354,142191,0,475.376,-3801.4,119.541,-0.383972,0,0,0.190809,-0.981627,300,300,100,1), + (46355,142191,0,412.035,-3779.88,101.943,2.89725,0,0,0.992546,0.121869,300,300,100,1), + (46356,142191,0,352.323,-3788.47,126.821,-2.80998,0,0,0.986286,-0.165048,300,300,100,1), + (46357,142191,0,337.275,-3752.61,107.44,-2.42601,0,0,0.936672,-0.350207,300,300,100,1), + (46358,142191,0,409.569,-3884.31,97.6722,0.593412,0,0,0.292372,0.956305,300,300,100,1), + (46359,181645,0,-401.472,-2890.84,86.4709,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (46360,181645,0,-459.636,-2875.02,97.045,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (46361,181645,0,-458.228,-2872.08,97.045,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (46362,181645,0,-460.186,-2875.95,97.045,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (46363,181645,0,-399.676,-2958.68,94.3814,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (46364,142144,0,389.591,-3854.77,96.4221,0.575959,0,0,0.284016,0.95882,300,300,100,1), + (46365,142144,0,363.105,-3803.18,111.28,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (46366,142144,0,325.818,-3708.8,107.088,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (46370,153451,0,-416.233,-4202.66,174.142,-1.44862,0,0,0.66262,-0.748956,7200,7200,100,1), + (46371,175889,0,-760.949,-3792.02,233.946,-1.8326,0,0,0.793353,-0.608761,2,2,100,1), + (46372,2068,0,-493.695,-4610.89,7.72567,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (46374,2068,0,-112.019,-4656.11,6.36985,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (46375,2068,0,-457.803,-4549.83,6.87578,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (46376,2068,0,-485.254,-4604.51,7.43423,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (46378,2068,0,-215.656,-4570.68,11.1453,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (46379,2068,0,-346.469,-4605.1,8.97484,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (46381,2068,0,-29.108,-4574.31,11.2146,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (46383,142191,0,411.176,-3329.15,121.761,-0.436333,0,0,0.21644,-0.976296,300,300,100,1), + (46384,142191,0,483.259,-3338.97,121.075,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (46385,142191,0,431.119,-3390.93,118.63,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (46386,142191,0,494.142,-3400.08,104.628,-2.35619,0,0,0.92388,-0.382683,300,300,100,1), + (46387,4149,0,-294.901,-3471.44,192.46,0.959931,0,0,0.461749,0.887011,7200,7200,100,1), + (46388,144073,0,284.731,-2674.58,119.856,-2.79253,0,0,0.984808,-0.173648,10,10,100,1), + (46389,144072,0,217.68,-2715.69,121.68,2.74017,0,0,0.979925,0.199368,10,10,100,1), + (46390,144071,0,265.02,-2806.68,123.37,2.54818,0,0,0.956305,0.292372,10,10,100,1), + (46391,179922,0,-511.591,-4076.11,215.861,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (46392,179922,0,-582.067,-4160.32,238.351,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (46393,179922,0,-191.448,-3916.03,215.876,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (46394,179922,0,-550.34,-4035.25,217.301,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (46395,2041,0,534.453,-3604.43,102.202,2.72271,0,0,0.978147,0.207914,300,300,100,1), + (46396,2046,0,-299.212,-2770.7,100.27,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (46398,2046,0,-35.6698,-2694.52,172.04,-2.96706,0,0,-0.996195,0.0871556,300,300,100,1), + (46400,179922,0,-491.64,-3802,238.38,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (46401,179922,0,-624,-4137.58,238.452,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (46402,179922,0,-290.903,-3986.91,195.099,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (46404,141853,0,-67.8489,-3153.98,97.6893,-0.610865,0,0,0.300706,-0.953717,10,10,100,1), + (46405,179922,0,-648.011,-4107.59,238.428,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (46406,141853,0,-74.0476,-3095.58,105.822,-2.86234,0,0,0.990268,-0.139173,10,10,100,1), + (46407,2068,0,-478.874,-4597.85,8.48413,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (46408,2068,0,202.048,-4722.03,4.15109,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (46409,2068,0,-897.303,-4397.14,9.57116,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (46410,2068,0,47.6152,-4696.43,8.54735,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (46411,2068,0,-932.438,-4419.02,2.96595,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (46412,2068,0,170.564,-4707.38,14.8963,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (46413,1623,0,-244.647,-1761.18,134.621,0.994838,0,0,0.477159,0.878817,300,300,100,1), + (46414,2068,0,-628.323,-4639.52,10.4146,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (46415,2068,0,-631.212,-4505.6,14.1107,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (46416,2068,0,-983.612,-4394.97,10.3429,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (46417,2068,0,-337.585,-4633.88,9.86941,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (46418,2046,0,98.4678,-4596.08,118.84,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (46419,2045,0,-144.687,-4860.1,-16.9362,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (46420,179908,0,374.858,-3784.89,169.835,2.96706,0,0,0.996195,0.087156,2,2,100,1), + (46421,142142,0,59.7218,-3386.04,117.453,3.01942,0,0,0.998135,0.0610484,300,300,100,1), + (46422,2046,0,-184.718,-3334.12,126.395,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (46428,153470,0,454.527,-3626.2,119.975,-0.226893,0,0,0.113203,-0.993572,7200,7200,100,1), + (46430,153451,0,476.848,-3619.85,118.363,2.30383,0,0,0.913545,0.406737,7200,7200,100,1), + (46434,142142,0,154.721,-4485.13,126.177,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (46435,2068,0,-334.877,-4481.4,10.9634,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (46436,2068,0,-67.1886,-4655.48,8.81271,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (46437,2068,0,-3.94976,-4653.33,11.465,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (46440,142142,0,291.528,-3741.59,138.065,-1.71042,0,0,-0.754709,0.65606,300,300,100,1), + (46441,142142,0,255.481,-4115.63,119.415,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (46443,179922,0,-376.806,-4159.81,174.08,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (46445,179922,0,-627,-3952.58,239.012,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (46446,179922,0,-591.502,-4102.43,238.771,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (46447,179922,0,-479.191,-4189.64,195.065,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (46448,179922,0,-296.976,-4112.84,137.199,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (46449,142142,0,-83.7886,-4318.95,127.546,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (46450,179922,0,-315.947,-4232.27,137.523,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (46451,179922,0,-287.654,-3914.65,215.861,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (46454,1623,0,-1678.06,-1441.07,47.4573,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (46457,20869,0,610.183,-427.191,161.133,3.14159,-0.004363,-0.004363,0.999981,-0.000019,7200,7200,100,1), + (46461,2046,0,-1031.36,-3711.92,94.4584,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (46462,1623,0,-1071.02,-3843.59,136.313,2.18166,0,0,0.88701,0.461749,300,300,100,1), + (46463,3706,0,-1695.79,-1834.49,81.5332,-2.18166,0,0,0.887011,-0.461749,7200,7200,100,1), + (46464,2041,0,-2925.42,-2048.49,7.02952,-3.12414,0,0,-0.999962,0.0087262,300,300,100,1), + (46465,1624,0,-2820.1,-2086.7,30.4687,-0.925024,0,0,-0.446198,0.894934,300,300,100,1), + (47191,19542,1,1444.76,-551.361,47.7179,0.750492,0,0,0.366501,0.930418,7200,7200,100,1), + (47192,19542,1,451.478,626.261,74.2562,-2.26893,0,0,0.906308,-0.422618,7200,7200,100,1), + (47193,19542,1,485.431,648.489,67.4054,-0.244346,0,0,0.121869,-0.992546,7200,7200,100,1), + (47194,1622,1,1860.54,853.155,167.536,2.32129,0,0,0.91706,0.398748,300,300,100,1), + (47195,1622,1,2391.84,1418.07,275.535,-0.453786,0,0,-0.224951,0.97437,300,300,100,1), + (47207,1622,1,1442.79,630.915,154.015,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (47208,1622,1,1359.07,222.016,13.8978,0.907571,0,0,0.438371,0.898794,300,300,100,1), + (47230,1622,1,-133.757,-665.551,8.78258,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (47231,1622,1,883.949,1848.89,12.2401,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (47247,180582,0,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,3600,3600,100,1), + (47278,176112,329,3617.53,-3130.55,135.665,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (47279,175857,329,3616.72,-3126.52,135.779,2.40856,0,0,0.93358,0.358368,180,180,100,1), + (47280,175858,329,3615.18,-3127.7,135.779,2.11185,0,0,0.870355,0.492424,180,180,100,1), + (47281,175350,329,3621.54,-3335.55,123.501,3.14159,0,0,1,0,180,180,100,0), + (47282,175351,329,3603.04,-3335.24,125.354,3.14159,0,0,1,0,180,180,100,0), + (47283,180582,0,-9574.33,1392.54,0,-0.122173,0,0,-0.0610485,0.998135,3600,3600,100,1), + (47316,1622,1,788.054,1455.41,-8.71992,-2.00713,0,0,-0.843392,0.537299,300,300,100,1), + (47317,1623,1,-194.322,153.912,94.1951,-2.21657,0,0,-0.894935,0.446197,300,300,100,1), + (47318,180900,0,-13646.9,547.157,0,1.95477,0,0,0.829038,0.559192,3600,3600,100,1), + (47319,180900,0,-13853.3,707.847,0,0.436332,0,0,0.216439,0.976296,3600,3600,100,1), + (47320,180900,0,-13244,775.253,0,0.767945,0,0,0.374607,0.927184,3600,3600,100,1), + (47321,180900,0,-13341.5,808.699,0,-0.541052,0,0,-0.267238,0.96363,3600,3600,100,1), + (47322,180900,0,-13290.2,651.097,0,-2.74017,0,0,-0.979925,0.199366,3600,3600,100,1), + (47323,180900,0,-13952.5,695.664,0,-1.0821,0,0,-0.515036,0.857168,3600,3600,100,1), + (47324,180900,0,-12909.3,506.528,0,-1.6057,0,0,-0.719339,0.694659,3600,3600,100,1), + (47325,180900,0,-13150,482.661,0,-1.98968,0,0,-0.838672,0.544637,3600,3600,100,1), + (47326,180900,0,-14320.4,529.485,0,-2.67035,0,0,-0.972369,0.233447,3600,3600,100,1), + (47327,180900,0,-14659.1,196.393,0,-0.907571,0,0,-0.438371,0.898794,3600,3600,100,1), + (47328,180900,0,-14345,481.232,0,-0.191986,0,0,-0.0958456,0.995396,3600,3600,100,1), + (47329,180901,0,-12968.7,489.778,0,-1.13446,0,0,-0.537298,0.843393,3600,3600,100,1), + (47330,180901,0,-13693.8,670.814,0,0.139626,0,0,0.0697563,0.997564,3600,3600,100,1), + (47331,180901,0,-13952.5,695.664,0,-1.0821,0,0,-0.515036,0.857168,3600,3600,100,1), + (47332,180901,0,-13059.8,506.689,0,1.67552,0,0,0.743146,0.669129,3600,3600,100,1), + (47333,180901,0,-12771.4,378.642,0,-0.523599,0,0,-0.258819,0.965926,3600,3600,100,1), + (47334,180901,0,-12727.5,39.1558,0,-0.331612,0,0,-0.165047,0.986286,3600,3600,100,1), + (47335,180901,0,-14424.6,465.557,0,3.12414,0,0,0.999962,0.0087262,3600,3600,100,1), + (47336,180901,0,-12829.6,440.834,0,2.75762,0,0,0.981627,0.190809,3600,3600,100,1), + (47337,180901,0,-13779.9,703.536,0,2.40855,0,0,0.93358,0.35837,3600,3600,100,1), + (47338,180902,0,-13059.8,506.689,0,1.67552,0,0,0.743146,0.669129,3600,3600,100,1), + (47339,180902,0,-13150,482.661,0,-1.98968,0,0,-0.838672,0.544637,3600,3600,100,1), + (47340,180902,0,-12701.7,-21.263,0,-2.11185,0,0,-0.870356,0.492423,3600,3600,100,1), + (47341,180902,0,-14012.5,599.186,0,3.07178,0,0,0.999391,0.0348993,3600,3600,100,1), + (47342,180902,0,-13952.5,695.664,0,-1.0821,0,0,-0.515036,0.857168,3600,3600,100,1), + (47343,180902,0,-13779.9,703.536,0,2.40855,0,0,0.93358,0.35837,3600,3600,100,1), + (47344,180902,0,-13568.4,766.911,0,-0.401426,0,0,-0.199368,0.979925,3600,3600,100,1), + (47345,180902,0,-12771.4,378.642,0,-0.523599,0,0,-0.258819,0.965926,3600,3600,100,1), + (47346,180902,0,-13414.4,783.912,0,2.04204,0,0,0.852641,0.522496,3600,3600,100,1), + (47348,180902,0,-13235.1,558.615,0,-3.00197,0,0,-0.997564,0.0697546,3600,3600,100,1), + (47349,180902,0,-14720,448.409,0,1.69297,0,0,0.748956,0.66262,3600,3600,100,1), + (47350,1623,1,147.146,-929.535,25.7858,-1.71042,0,0,-0.754709,0.65606,300,300,100,1), + (47351,180655,0,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,3600,3600,100,1), + (47352,180656,0,-5730.29,-3414.34,297.605,-2.80998,0,0,-0.986286,0.165048,3600,3600,100,1), + (47353,180656,0,-5127.44,-3148.62,297.605,-2.98451,0,0,-0.996917,0.0784606,3600,3600,100,1), + (47354,180656,0,-4912.3,-3581.94,297.605,-0.663225,0,0,-0.325568,0.945519,3600,3600,100,1), + (47355,180656,0,-5642.59,-3291.67,297.605,2.14675,0,0,0.878816,0.477161,3600,3600,100,1), + (47356,180656,0,-5347.89,-3706.57,297.605,-1.8326,0,0,-0.793355,0.60876,3600,3600,100,1), + (47357,1623,1,72.2089,-570.957,21.4807,-0.680679,0,0,-0.333807,0.942641,300,300,100,1), + (47358,180656,0,-4982.37,-3543.38,297.605,1.50098,0,0,0.681997,0.731355,3600,3600,100,1), + (47359,180656,0,-4773.38,-3163.92,297.605,-2.18166,0,0,-0.88701,0.461749,3600,3600,100,1), + (47360,180656,0,-5202.45,-3145.92,297.605,2.25148,0,0,0.902586,0.430509,3600,3600,100,1), + (47361,180656,0,-5167.09,-3142.34,297.605,-0.034907,0,0,-0.0174526,0.999848,3600,3600,100,1), + (47362,1623,1,1643.17,121.834,120.033,-0.541052,0,0,-0.267238,0.96363,300,300,100,1), + (47363,180656,0,-5032.86,-3580.12,297.605,-1.93731,0,0,-0.824125,0.566409,3600,3600,100,1), + (47364,1623,1,1520.54,-94.205,69.8056,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (47365,1623,1,2748.57,1710.59,309.425,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (47366,180657,0,-1088.09,-773.98,0,2.37365,0,0,0.927184,0.374606,3600,3600,100,1), + (47367,180657,0,-991.793,-708.385,0,-2.75762,0,0,-0.981627,0.190809,3600,3600,100,1), + (47368,180657,0,-933.148,-568.908,0,-0.05236,0,0,-0.026177,0.999657,3600,3600,100,1), + (47369,180657,0,-3707.95,-631.876,0,-0.925024,0,0,-0.446198,0.894934,3600,3600,100,1), + (47370,1623,1,2224.12,960.375,305.949,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (47371,180657,0,-931.71,-554.852,0,2.84489,0,0,0.989016,0.147808,3600,3600,100,1), + (47372,180657,0,-3353.9,-975.253,0,-0.349066,0,0,-0.173648,0.984808,3600,3600,100,1), + (47373,180657,0,-3843.22,-918.727,0,-2.89725,0,0,-0.992546,0.121868,3600,3600,100,1), + (47374,1623,1,1737.92,635.655,194.972,1.6057,0,0,0.719339,0.694659,300,300,100,1), + (47375,180657,0,-1108.14,-216.96,0,2.07694,0,0,0.861629,0.507539,3600,3600,100,1), + (47376,1623,1,2274.55,1274.77,341.91,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (47377,1623,1,192.71,387.511,99.3351,-0.226893,0,0,-0.113203,0.993572,300,300,100,1), + (47378,1623,1,719.544,1986.88,26.8171,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (47379,180662,0,-1169.1,-796.219,0,4.71239,0,0,0.707106,-0.707107,3600,3600,100,1), + (47380,180662,0,-1474.17,-1098.55,0,2.93215,0,0,0.994522,0.10453,3600,3600,100,1), + (47381,180662,0,-1428.6,-1035.49,0,-1.09956,0,0,-0.5225,0.852639,3600,3600,100,1), + (47382,180662,0,-3353.9,-975.253,0,-0.349066,0,0,-0.173648,0.984808,3600,3600,100,1), + (47383,180662,0,-948.823,-523.381,0,-1.62316,0,0,-0.725376,0.688353,3600,3600,100,1), + (47384,180662,0,-991.793,-708.385,0,-2.75762,0,0,-0.981627,0.190809,3600,3600,100,1), + (47385,180662,0,-896.287,-696.348,0,-2.68781,0,0,-0.97437,0.22495,3600,3600,100,1), + (47386,1624,1,1279.98,-392.616,15.7534,3.10669,0,0,0.999848,0.0174505,300,300,100,1), + (47387,180662,0,-931.71,-554.852,0,2.84489,0,0,0.989016,0.147808,3600,3600,100,1), + (47388,1624,1,1814.52,978.991,145.711,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (47389,1624,1,2682.74,1322.29,265.415,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (47390,180664,0,-1263.25,-908.322,0,1.5708,0,0,0.707108,0.707106,3600,3600,100,1), + (47391,180664,0,-3262.99,-889.309,0,-0.610865,0,0,-0.300706,0.953717,3600,3600,100,1), + (47392,180664,0,-1376.06,-1012.95,0,0.122173,0,0,0.0610485,0.998135,3600,3600,100,1), + (47393,180664,0,-2755.3,-1128.21,0,2.56563,0,0,0.958819,0.284017,3600,3600,100,1), + (47394,180664,0,-2904.7,-1007.43,0,-0.418879,0,0,-0.207912,0.978148,3600,3600,100,1), + (47395,180664,0,-3843.22,-918.727,0,-2.89725,0,0,-0.992546,0.121868,3600,3600,100,1), + (47396,180664,0,-3018.44,-941.133,0,2.51327,0,0,0.951056,0.309019,3600,3600,100,1), + (47397,180664,0,-1199.8,-833.747,0,2.46091,0,0,0.942641,0.333809,3600,3600,100,1), + (47398,180664,0,-2869.85,-1038.07,0,1.62316,0,0,0.725376,0.688353,3600,3600,100,1), + (47399,1624,1,2553.66,1288.54,268.658,-0.017453,0,0,-0.00872639,0.999962,300,300,100,1), + (47400,180664,0,-1304.26,-991.073,0,0.558505,0,0,0.275637,0.961262,3600,3600,100,1), + (47401,180664,0,-1428.6,-1035.49,0,-1.09956,0,0,-0.5225,0.852639,3600,3600,100,1), + (47402,1624,1,1075.53,-10.5895,6.89414,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (47403,180664,0,-3710.44,-673.205,0,2.51327,0,0,0.951056,0.309019,3600,3600,100,1), + (47404,180664,0,-3873.45,-634.351,0,-0.837758,0,0,-0.406737,0.913545,3600,3600,100,1), + (47405,180664,0,-1068.16,-336.681,0,1.90241,0,0,0.814116,0.580702,3600,3600,100,1), + (47406,180664,0,-933.148,-568.908,0,-0.05236,0,0,-0.026177,0.999657,3600,3600,100,1), + (47407,180682,0,-12015.2,532.893,-0.255422,3.03687,0,0,0.998629,0.0523374,3600,3600,100,1), + (47408,180682,0,-12080.1,459.363,0,2.14675,0,0,0.878816,0.477161,3600,3600,100,1), + (47409,180682,0,-12011.6,759.599,0,0.855211,0,0,0.414693,0.909961,3600,3600,100,1), + (47410,180682,0,-12202.2,351.023,0,-1.67552,0,0,-0.743146,0.669129,3600,3600,100,1), + (47411,1624,1,955.697,1678.26,-9.78031,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (47412,180682,0,-12259.6,344.519,0,1.90241,0,0,0.814116,0.580702,3600,3600,100,1), + (47413,1624,1,92.3763,-238.569,6.50289,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (47414,180682,0,-12031.4,593.977,0,-0.680679,0,0,-0.333807,0.942641,3600,3600,100,1), + (47415,180682,0,-12001.6,651.077,0,-2.16421,0,0,-0.882948,0.469471,3600,3600,100,1), + (47416,1624,1,460.004,309.484,49.2967,-0.139626,0,0,-0.0697563,0.997564,300,300,100,1), + (47417,180682,1,-2591.33,-4100.78,0,-2.89725,0,0,-0.992546,0.121868,3600,3600,100,1), + (47418,180682,1,-2693.47,-4182.76,0,-2.79253,0,0,-0.984808,0.173647,3600,3600,100,1), + (47419,180683,0,-12202.2,351.023,0,-1.67552,0,0,-0.743146,0.669129,3600,3600,100,1), + (47420,180683,0,-11993.8,649.109,-0.949605,-2.16421,0,0,-0.882948,0.469471,3600,3600,100,1), + (47421,180683,0,-12043.2,541.762,0,3.03687,0,0,0.998629,0.0523374,3600,3600,100,1), + (47422,180683,0,-12080.1,459.363,0,2.14675,0,0,0.878816,0.477161,3600,3600,100,1), + (47423,180683,1,-2636.08,-4058.32,0,0.593412,0,0,0.292372,0.956305,3600,3600,100,1), + (47424,180683,1,-2937.83,-4248.67,0,-0.977384,0,0,-0.469471,0.882948,3600,3600,100,1), + (47425,180684,0,1188.74,-247.037,32.9309,-3.12414,0,0,-0.999962,0.0087262,3600,3600,100,1), + (47426,180684,0,667.415,130.111,32.934,2.49582,0,0,0.948324,0.317305,3600,3600,100,1), + (47427,180684,0,1210.71,-235.344,32.9309,-2.94961,0,0,-0.995396,0.095844,3600,3600,100,1), + (47428,180684,0,-12036.6,-500.827,10.0699,1.15192,0,0,0.54464,0.83867,3600,3600,100,1), + (47429,180684,0,-11856.7,-427.904,10.0699,0.977384,0,0,0.469471,0.882948,3600,3600,100,1), + (47430,180684,0,-11447.1,254.103,10.0699,-0.890118,0,0,-0.430511,0.902585,3600,3600,100,1), + (47431,180684,0,843.119,-66.724,32.9309,1.48353,0,0,0.67559,0.737277,3600,3600,100,1), + (47432,180684,0,994.35,-169.237,32.9309,-2.94961,0,0,-0.995396,0.095844,3600,3600,100,1), + (47433,180684,0,-11576.1,-28.4349,10.0699,2.14675,0,0,0.878816,0.477161,3600,3600,100,1), + (47434,180684,0,-12472.4,-289.304,10.1106,-2.6529,0,0,-0.970296,0.241922,3600,3600,100,1), + (47435,180684,0,-11596.9,-3.87077,10.0699,1.48353,0,0,0.67559,0.737277,3600,3600,100,1), + (47436,180684,0,-11538.7,-52.8923,10.0699,-1.74533,0,0,-0.766045,0.642787,3600,3600,100,1), + (47437,180684,0,-11542.9,43.4788,10.0699,1.72788,0,0,0.760407,0.649446,3600,3600,100,1), + (47438,1624,1,900.207,1788.22,-7.09105,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (47439,180684,0,-11701.4,-331.587,10.0699,-2.87979,0,0,-0.991445,0.130528,3600,3600,100,1), + (47440,19547,1,1169.03,49.4346,-0.828489,-0.767945,0,0,0.374607,-0.927184,900,900,100,1), + (47441,180684,0,-11568.2,-64.7165,10.0699,-0.191986,0,0,-0.0958456,0.995396,3600,3600,100,1), + (47442,180684,0,-11498.4,91.6261,10.0699,2.05949,0,0,0.857168,0.515037,3600,3600,100,1), + (47443,180684,0,-11614.3,-192.641,10.0699,-2.16421,0,0,-0.882948,0.469471,3600,3600,100,1), + (47444,19547,1,1432.74,49.0701,21.7349,2.02458,0,0,0.848048,0.529919,900,900,100,1), + (47445,19547,1,1268.82,-300.327,6.23046,-0.977384,0,0,0.469472,-0.882948,900,900,100,1), + (47446,180684,0,-11594.2,-161.316,10.0699,-0.558505,0,0,-0.275637,0.961262,3600,3600,100,1), + (47447,19558,1,92.3087,-55.575,22.1523,-0.698132,0.073728,-0.026835,-0.340966,0.936796,900,900,100,1), + (47448,180684,0,-11668.9,-262.907,10.0699,2.77507,0,0,0.983255,0.182237,3600,3600,100,1), + (47449,19559,1,92.3294,-55.5541,21.6017,-0.698132,0.073728,-0.026835,-0.340966,0.936796,900,900,100,1), + (47450,19560,1,92.4392,-55.4797,21.1166,-0.69813,0.095253,-0.043904,-0.339276,0.934821,900,900,100,1), + (47451,19561,1,92.5894,-56.8869,19.968,2.36492,0.019279,0.081575,0.921872,0.378319,900,900,100,1), + (47452,19562,1,92.1316,-57.3277,19.4242,2.36492,0.063403,0.166318,0.910467,0.373321,900,900,100,1), + (47453,180684,0,-12120.5,-352.027,10.0699,1.5708,0,0,0.707108,0.707106,3600,3600,100,1), + (47454,19563,1,603.942,326.386,47.2019,-3.01069,-0.005131,0.078291,0.994783,-0.065202,900,900,100,1), + (47455,19564,1,603.019,325.876,46.7247,1.67552,0.081867,0.084447,0.73833,0.664105,900,900,100,1), + (47456,19565,1,602.858,327.266,45.5181,0.095993,0.118016,-0.007345,0.049178,0.991766,900,900,100,1), + (47457,19566,1,602.785,327.066,44.9758,0.052359,0.082431,0.015208,0.025001,0.996167,900,900,100,1), + (47458,143983,1,925.941,901.492,104.969,1.25664,0,0,0.587785,0.809017,900,900,100,1), + (47459,19567,1,602.769,327.7,44.4997,0.05236,0.177768,0.00895,0.024983,0.983715,900,900,100,1), + (47460,3695,1,2697.92,1456.44,234.873,-1.0472,0,0,0.5,-0.866025,7200,7200,100,1), + (47461,180685,0,794.327,-35.3443,32.4959,-1.46608,0,0,-0.669132,0.743144,3600,3600,100,1), + (47462,180685,0,1245.56,-204.805,32.2924,0.733038,0,0,0.358368,0.93358,3600,3600,100,1), + (47463,180685,0,-11668.9,-262.907,10.0699,2.77507,0,0,0.983255,0.182237,3600,3600,100,1), + (47464,180685,0,-11447.1,254.103,10.0699,-0.890118,0,0,-0.430511,0.902585,3600,3600,100,1), + (47465,19568,1,603.36,325.836,46.0544,1.67552,0.034697,0.045045,0.741777,0.668232,900,900,100,1), + (47466,180685,0,-11538.7,-52.8923,10.0699,-1.74533,0,0,-0.766045,0.642787,3600,3600,100,1), + (47467,180685,0,-11595.8,-30.9914,10.0699,2.70526,0,0,0.976296,0.21644,3600,3600,100,1), + (47468,19569,1,633.42,359.589,52.0103,-3.08923,0.139589,0.115725,0.982528,-0.041978,900,900,100,1), + (47469,180685,0,-11568.2,-64.7165,10.0699,-0.191986,0,0,-0.0958456,0.995396,3600,3600,100,1), + (47470,180685,0,-11925.3,-322.532,10.085,-2.89725,0,0,-0.992546,0.121868,3600,3600,100,1), + (47471,180685,0,-12239.5,-335.31,10.0699,0.698132,0,0,0.34202,0.939693,3600,3600,100,1), + (47472,180685,0,-12131.3,369.493,0,-0.942478,0,0,-0.453991,0.891006,3600,3600,100,1), + (47473,180685,1,-3548.39,-4378.76,0,1.65806,0,0,0.737276,0.675591,3600,3600,100,1), + (47474,180712,0,-13853.3,707.847,0,0.436332,0,0,0.216439,0.976296,3600,3600,100,1), + (47475,180712,0,-14597.8,143.019,0,1.46608,0,0,0.669132,0.743144,3600,3600,100,1), + (47476,180712,0,-13693.8,670.814,0,0.139626,0,0,0.0697563,0.997564,3600,3600,100,1), + (47477,180712,0,-13235.1,558.615,0,-3.00197,0,0,-0.997564,0.0697546,3600,3600,100,1), + (47478,180712,0,-14720,448.409,0,1.69297,0,0,0.748956,0.66262,3600,3600,100,1), + (47479,180712,0,-14424.6,465.557,0,3.12414,0,0,0.999962,0.0087262,3600,3600,100,1), + (47480,19570,1,633.265,359.896,51.3748,-3.08923,0.145749,0.068523,0.986307,-0.035498,900,900,100,1), + (47481,19571,1,633.123,359.458,50.9136,-3.08923,0.142918,0.137158,0.979124,-0.045578,900,900,100,1), + (47486,50803,1,115.265,-345.367,3.71276,-2.97579,0,0,0.996565,-0.082808,900,900,100,1), + (47501,19572,1,1576.59,1026.5,137.053,-0.069812,0,0,-0.034899,0.999391,900,900,100,1), + (47502,50804,1,118.362,-351.517,3.71276,-3.10669,0,0,0.999848,-0.017452,900,900,100,1), + (47503,19573,1,1576.64,1026.36,137.726,-1.64061,0,0,-0.731354,0.681998,900,900,100,1), + (47504,50805,1,134.158,-340.536,3.71276,-3.0456,0,0,0.998848,-0.047978,900,900,100,1), + (47505,180900,0,-13235.1,558.615,0,-3.00197,0,0,-0.997564,0.0697546,3600,3600,100,1), + (47506,180901,0,-13290.2,651.097,0,-2.74017,0,0,-0.979925,0.199366,3600,3600,100,1), + (47507,180901,0,-14012.5,599.186,0,3.07178,0,0,0.999391,0.0348993,3600,3600,100,1), + (47508,180901,0,-12679.1,154.718,0,-2.96706,0,0,-0.996195,0.0871556,3600,3600,100,1), + (47509,180902,0,-14141.9,517.923,0,2.72271,0,0,0.978147,0.207914,3600,3600,100,1), + (47510,180902,0,-12968.7,489.778,0,-1.13446,0,0,-0.537298,0.843393,3600,3600,100,1), + (47511,180902,0,-14424.6,465.557,0,3.12414,0,0,0.999962,0.0087262,3600,3600,100,1), + (47512,180902,0,-14345,481.232,0,-0.191986,0,0,-0.0958456,0.995396,3600,3600,100,1), + (47513,180902,0,-13693.8,670.814,0,0.139626,0,0,0.0697563,0.997564,3600,3600,100,1), + (47514,19574,1,1576.49,1026.46,137.741,1.50098,0,0,0.681998,0.731354,900,900,100,1), + (47515,19575,1,1576.49,1026.45,137.074,1.50098,0,0,0.681998,0.731354,900,900,100,1), + (47516,180657,0,-1169.1,-796.219,0,4.71239,0,0,0.707106,-0.707107,3600,3600,100,1), + (47517,180657,0,-2704.53,-1210.83,0,2.14675,0,0,0.878816,0.477161,3600,3600,100,1), + (47518,180657,0,-3873.45,-634.351,0,-0.837758,0,0,-0.406737,0.913545,3600,3600,100,1), + (47519,180657,0,-2904.7,-1007.43,0,-0.418879,0,0,-0.207912,0.978148,3600,3600,100,1), + (47520,180662,0,-1032.62,-405.506,0,-0.174533,0,0,-0.0871558,0.996195,3600,3600,100,1), + (47521,180662,0,-1101.77,-285.447,0,0.959931,0,0,0.461749,0.887011,3600,3600,100,1), + (47522,180664,0,-1474.17,-1098.55,0,2.93215,0,0,0.994522,0.10453,3600,3600,100,1), + (47523,180664,0,-896.287,-696.348,0,-2.68781,0,0,-0.97437,0.22495,3600,3600,100,1), + (47524,180664,0,-1093.24,-33.4709,0,-0.139626,0,0,-0.0697563,0.997564,3600,3600,100,1), + (47525,180664,0,-1037.98,-736.12,0,-1.65806,0,0,-0.737277,0.675591,3600,3600,100,1), + (47526,180664,0,-3649.69,-665.087,0,0.191986,0,0,0.0958456,0.995396,3600,3600,100,1), + (47527,180682,1,-2871.48,-4241.04,0,0.314159,0,0,0.156434,0.987688,3600,3600,100,1), + (47528,180682,0,-12067.7,871.853,0,2.49582,0,0,0.948324,0.317305,3600,3600,100,1), + (47529,180682,0,-11882,876.11,0,1.53589,0,0,0.694658,0.71934,3600,3600,100,1), + (47530,180682,0,-11801.6,961.14,0,-0.436333,0,0,-0.21644,0.976296,3600,3600,100,1), + (47531,180682,0,-11950.8,847.183,0,2.77507,0,0,0.983255,0.182237,3600,3600,100,1), + (47532,19576,1,1576.5,1026.46,136.404,1.50098,0,0,0.681998,0.731354,900,900,100,1), + (47533,180682,1,-2994.52,-4235.53,0,-1.51844,0,0,-0.688356,0.725373,3600,3600,100,1), + (47534,180682,1,-3548.39,-4378.76,0,1.65806,0,0,0.737276,0.675591,3600,3600,100,1), + (47535,180683,1,-3250.99,-4297.08,0,1.09956,0,0,0.5225,0.852639,3600,3600,100,1), + (47536,180683,0,-11958.1,738.97,0,2.94961,0,0,0.995396,0.095844,3600,3600,100,1), + (47537,180683,0,-11801.6,961.14,0,-0.436333,0,0,-0.21644,0.976296,3600,3600,100,1), + (47538,180683,1,-2591.33,-4100.78,0,-2.89725,0,0,-0.992546,0.121868,3600,3600,100,1), + (47539,180683,0,-12349.4,342.822,0,2.26893,0,0,0.906308,0.422617,3600,3600,100,1), + (47540,180684,0,-11517.9,141.394,10.0699,1.36136,0,0,0.629322,0.777145,3600,3600,100,1), + (47541,180684,0,-11483.7,187.406,10.0699,-2.33874,0,0,-0.920505,0.390732,3600,3600,100,1), + (47542,19577,1,1576.05,1027.92,138.641,-0.122174,0,0,-0.061049,0.998135,900,900,100,1), + (47543,180684,0,-12313.4,-311.831,10.0699,1.79769,0,0,0.782608,0.622514,3600,3600,100,1), + (47544,180684,0,-12578.5,-108.159,10.0699,-2.11185,0,0,-0.870356,0.492423,3600,3600,100,1), + (47545,180685,0,-11542.9,43.4788,10.0699,1.72788,0,0,0.760407,0.649446,3600,3600,100,1), + (47546,180685,0,-11701.4,-331.587,10.0699,-2.87979,0,0,-0.991445,0.130528,3600,3600,100,1), + (47547,180712,0,-14012.5,599.186,0,3.07178,0,0,0.999391,0.0348993,3600,3600,100,1), + (47548,180712,0,-12968.7,489.778,0,-1.13446,0,0,-0.537298,0.843393,3600,3600,100,1), + (47549,180712,0,-12771.4,378.642,0,-0.523599,0,0,-0.258819,0.965926,3600,3600,100,1), + (47550,180712,0,-13646.9,547.157,0,1.95477,0,0,0.829038,0.559192,3600,3600,100,1), + (47551,180712,0,-13150,482.661,0,-1.98968,0,0,-0.838672,0.544637,3600,3600,100,1), + (47552,3705,1,993.306,1015.48,104.813,-1.81514,0,0,0.788011,-0.615661,7200,7200,100,1), + (47557,3705,1,141.558,-580.347,-0.440365,-1.44862,0,0,0.66262,-0.748956,7200,7200,100,1), + (47558,3705,1,125.913,-335.311,3.59643,-2.96706,0,0,0.996195,-0.087156,7200,7200,100,1), + (47559,3705,1,878.17,360.789,23.2176,1.8675,0,0,0.803857,0.594823,7200,7200,100,1), + (47560,3705,1,-6.22917,-509.885,-41.3079,-1.25664,0,0,0.587785,-0.809017,7200,7200,100,1), + (47561,148418,109,-435.417,248.872,-90.8275,2.40799,0,0,0.933479,0.358632,180,180,100,1), + (47562,148419,109,-499.066,248.605,-90.8275,0.659252,0,0,0.323689,0.946163,180,180,100,1), + (47563,148420,109,-499.108,303.472,-90.8275,5.535,0,0,0.365427,-0.93084,180,180,100,1), + (47564,148421,109,-434.857,303.821,-90.8264,3.84954,0,0,0.938003,-0.346627,180,180,100,1), + (47567,179707,450,243.102,84.7166,25.8072,1.54101,0,0,0.696499,0.717557,180,180,100,1), + (47568,179706,449,-0.368658,29.2944,2.42959,4.59952,0,0,0.745866,-0.666095,180,180,100,1), + (47569,3705,1,-192.374,-301.287,11.5468,3.01942,0,0,0.998135,0.061049,7200,7200,100,1), + (47578,173266,0,-7025.07,-1784.32,265.739,2.13058,0,0,0.874929,0.484251,-300,-300,100,1), + (47579,19578,1,2397.4,1168.34,311.887,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (47580,176506,1,817.469,943.855,154.181,3.14159,0.017448,-0.021812,0.99961,0.000381,900,900,100,1), + (47581,19579,1,2397.41,1168.34,311.221,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (47582,176507,1,1005.39,997.696,105.221,-3.12414,-0.008764,0.004287,0.999915,-0.008688,900,900,100,1), + (47583,19580,1,2397.39,1168.35,310.554,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (47584,176508,1,990.191,1006.01,104.824,2.62672,0,0,0.967046,0.254602,900,900,100,1), + (47585,19581,1,2397.48,1168.49,311.887,0.008726,0,0,0.004363,0.99999,900,900,100,1), + (47586,176509,1,988.247,1005.29,104.608,2.74889,0,0,0.980785,0.19509,900,900,100,1), + (47587,19583,1,101.517,-244.563,8.88794,3.14159,0,0,1,0,900,900,100,1), + (47588,177280,1,2659.46,1447.63,226.239,-1.706,0,0,-0.753257,0.657726,900,900,100,1), + (47589,3715,1,2516.58,1860.07,366.597,1.37881,0,0,0.636078,0.771625,7200,7200,100,1), + (47590,3715,1,2534.92,2003.42,347.636,-1.37881,0,0,0.636078,-0.771625,7200,7200,100,1), + (47591,19590,1,1048.91,-440.569,4.021,-2.86234,0,0,0.990268,-0.139173,900,900,100,1), + (47592,19590,1,1168.98,49.815,-3.28093,2.47837,0,0,0.945519,0.325568,900,900,100,1), + (47593,181639,1,2681.93,1487.06,233.917,-1.47994,0,0,-0.674265,0.73849,900,900,100,1), + (47594,19591,1,1166.8,51.1317,-0.971587,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (47595,177288,1,-177.737,-328.416,9.59662,3.14159,0,0,1,0,900,900,100,1), + (47596,19594,1,1435.89,-2.28635,23.4277,-1.02974,0,0,0.492424,-0.870356,900,900,100,1), + (47597,19594,1,1435.6,-2.20177,37.6618,0,0,0,0,1,900,900,100,1), + (47598,19595,1,2415.62,1785.69,393.665,-0.680679,0,0,0.333807,-0.942641,2,2,100,1), + (47599,19596,1,2546.77,1998.05,347.693,2.35619,0,0,0.92388,0.382683,2,2,100,1), + (47600,19597,1,2400.82,1802.94,360.375,-1.16937,0,0,0.551937,-0.833886,2,2,100,1), + (47601,50830,1,109.2,-591.928,-1.48484,-2.0944,0,0,0.866026,-0.5,900,900,100,1), + (47602,19598,1,2466.91,1880.6,363.948,-2.84489,0,0,0.989016,-0.147809,2,2,100,1), + (47603,50831,1,112.123,-591.829,-1.6742,-1.58825,0,0,-0.713251,0.700909,900,900,100,1), + (47604,19599,1,2562.67,1947.02,347.03,2.16421,0,0,0.882948,0.469472,2,2,100,1), + (47605,19600,1,1049.96,-442.421,3.39679,0.558505,0,0,0.275637,0.961262,900,900,100,1), + (47606,19602,1,1245.09,18.2578,-4.65858,2.26893,0.159553,0.361134,0.83122,0.391405,2,2,100,1), + (47607,19603,1,985.849,-390.181,9.57425,1.79769,0,0,0.782608,0.622515,2,2,100,1), + (47608,176787,1,76.993,-460.474,12.8305,3.14159,0,0,1,0,900,900,100,1), + (47609,176794,1,930.339,1054.16,107.735,1.64934,0,0,0.734322,0.678801,900,900,100,1), + (47610,176795,1,930.321,1054.17,106.791,1.64934,0,0,0.734322,0.678801,900,900,100,1), + (47611,176796,1,930.02,1056.91,106.819,-1.51844,0,0,-0.688354,0.725374,900,900,100,1), + (47612,176797,1,930.038,1056.9,107.762,-1.51844,0,0,-0.688354,0.725374,900,900,100,1), + (47613,176798,1,704.612,1375.84,13.5887,0.558505,0,0,0.275637,0.961262,900,900,100,1), + (47614,176799,1,913.059,643.425,99.9028,-1.51844,0,0,-0.688354,0.725374,900,900,100,1), + (47615,176800,1,911.736,641.804,99.8028,0.095993,0,0,0.047978,0.998848,900,900,100,1), + (47616,176801,1,914.527,642.2,99.8821,-3.13287,0,0,0.99999,-0.004363,900,900,100,1), + (47617,20899,1,1048.63,-440.455,3.94077,2.1293,0,0,0.87462,0.48481,900,900,100,1), + (47618,180661,1,1487.37,0.364583,11.2851,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (47619,180661,1,1574.21,-85.732,11.2851,-0.855212,0,0,0.414693,-0.909961,900,900,100,1), + (47620,180661,1,1123.77,-314.828,-9.73216,0.715585,0,0,0.350207,0.936672,900,900,100,1), + (47621,180661,1,1201.43,-256.563,-9.73216,-2.30383,0,0,0.913545,-0.406737,900,900,100,1), + (47622,180661,1,1434.25,186.711,11.2755,0.122173,0,0,0.061049,0.998135,900,900,100,1), + (47623,180662,1,1686.51,833.11,122.101,-2.67035,0,0,-0.972369,0.233447,900,900,100,1), + (47624,180663,1,1670.89,921.875,122.101,-2.93215,0,0,0.994522,-0.104529,900,900,100,1), + (47625,178104,1,-90.3116,334.663,102.433,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (47626,178104,1,-78.4804,337.506,101.92,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (47627,178104,1,-53.5342,419.568,104.232,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (47628,178104,1,-31.6009,343.79,98.2847,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (47629,178104,1,-36.0511,333.875,94.5704,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (47630,178104,1,-4.27756,441.209,104.228,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (47631,178104,1,-13.4543,312.586,95.9667,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (47632,178104,1,-63.4084,274.304,88.6756,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (47633,178104,1,-39.0437,249.398,85.9696,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (47634,178104,1,-99.8681,361.988,95.7091,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (47635,178104,1,-44.2909,334.918,119.002,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (47636,178104,1,-10.9643,354.732,103.357,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (47637,178104,1,-100.77,317.247,88.4146,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (47638,178104,1,-123.834,377.4,94.7579,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (47639,178104,1,-0.137587,357.231,109.81,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (47640,178104,1,-92.4437,306.435,122.651,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (47641,178104,1,-42.5558,280.483,91.0621,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (47642,178105,1,-83.7762,384.115,111.53,-0.994838,0,0,0.477159,-0.878817,300,300,100,1), + (47643,178105,1,-36.1657,378.314,104.588,0.401426,0,0,0.199368,0.979925,300,300,100,1), + (47644,176631,329,4032.77,-3350.6,115.06,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (47645,178105,1,11.8071,448.487,103.12,2.53073,0,0,0.953717,0.300706,300,300,100,1), + (47646,178105,1,-76.7463,316.693,85.8159,2.67035,0,0,0.97237,0.233445,300,300,100,1), + (47647,178105,1,-62.4003,333.943,116.277,-0.122173,0,0,0.061049,-0.998135,300,300,100,1), + (47648,178105,1,-64.9141,347.352,121.193,-0.174533,0,0,0.087156,-0.996195,300,300,100,1), + (47649,178105,1,-7.92567,402.71,101.443,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (47650,178105,1,-13.4543,312.586,95.9667,2.26893,0,0,0.906308,0.422618,300,300,100,1), + (47651,178105,1,-100.368,390.171,95.5482,-2.6529,0,0,0.970296,-0.241922,300,300,100,1), + (47652,178105,1,-93.8035,271.996,94.4738,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (47653,178105,1,-89.3209,256.081,97.3751,-1.16937,0,0,0.551937,-0.833886,300,300,100,1), + (47654,178106,1,-67.5171,313.293,118.042,0.767945,0,0,0.374607,0.927184,300,300,100,1), + (47655,178106,1,-93.8035,271.996,94.4738,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (47656,178106,1,-107.376,328.426,119.415,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (47657,178106,1,-106.029,343.425,93.7598,-0.855212,0,0,0.414693,-0.909961,300,300,100,1), + (47658,178106,1,-72.2178,346.028,113.018,-1.25664,0,0,0.587785,-0.809017,300,300,100,1), + (47659,178106,1,-32.1617,301.727,90.3894,0.15708,0,0,0.078459,0.996917,300,300,100,1), + (47660,178106,1,-52.8023,311.732,89.9642,1.8675,0,0,0.803857,0.594823,300,300,100,1), + (47661,178106,1,-41.3147,368.748,119.611,2.67035,0,0,0.97237,0.233445,300,300,100,1), + (47662,178106,1,-49.0881,246.705,85.9696,1.67552,0,0,0.743145,0.669131,300,300,100,1), + (47663,178106,1,-14.578,452.385,104.226,2.56563,0,0,0.95882,0.284015,300,300,100,1), + (47664,1731,1,175.005,-458.132,34.7948,1.71042,0,0,0.754709,0.65606,300,300,100,1), + (47665,1731,1,1570.61,512.606,180.156,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (47666,1731,1,1357.7,1544.49,156.776,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (47667,1731,1,198.019,-889.892,20.2088,-3.12414,0,0,-0.999962,0.0087262,300,300,100,1), + (47668,1731,1,2282.73,1445.62,281.699,-2.94961,0,0,-0.995396,0.095844,300,300,100,1), + (47669,1731,1,1199.96,-500.415,10.4833,-1.88496,0,0,-0.809018,0.587783,300,300,100,1), + (47670,1731,1,1364.09,615.343,215.96,0.069813,0,0,0.0348994,0.999391,300,300,100,1), + (47671,1731,1,1182.49,-112.109,6.31108,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (47672,1731,1,1329.93,911.696,189.129,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (47673,1731,1,1237.52,148.234,12.0444,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (47674,1731,1,1462.14,-88.5425,36.7921,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (47675,1731,1,1578.98,70.4523,-2.32776,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (47676,1732,1,995.43,-324.321,1.79314,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (47677,1732,1,926.57,-290.756,18.5812,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (47678,1732,1,-72.2598,344.644,113.302,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (47679,1732,1,2692.85,1204.99,324.032,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (47680,1732,1,1549.73,598.373,162.936,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (47681,1732,1,2623.61,1257.79,292.274,-2.05949,0,0,-0.857168,0.515037,300,300,100,1), + (47682,1732,1,-70.216,310.514,85.7165,-0.034907,0,0,-0.0174526,0.999848,300,300,100,1), + (47683,1732,1,164.408,-670.49,40.2843,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (47684,1732,1,1749.93,662.532,201.807,2.42601,0,0,0.936673,0.350206,300,300,100,1), + (47685,1732,1,1187.05,1384.45,107.598,-0.855212,0,0,-0.414694,0.909961,300,300,100,1), + (47686,1732,1,1232.8,-283.63,9.716,-0.558505,0,0,-0.275637,0.961262,300,300,100,1), + (47687,1732,1,2337.9,1283.17,300.478,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (47688,1733,1,918.211,-338.124,20.9945,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (47689,1733,1,471.047,1521.84,31.6324,-0.139626,0,0,-0.0697563,0.997564,300,300,100,1), + (47690,1735,1,2229.49,1354.33,315.216,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (47691,178145,1,2.79373,432.367,104.308,-1.6057,0,0,0.71934,-0.694658,900,900,100,1), + (47692,3301,1,132.638,-537.883,3.05782,-2.2602,0,0,0.904455,-0.426568,900,900,100,1), + (47693,177904,1,451.498,361.607,51.0175,-2.40855,0,0,0.93358,-0.358368,2,2,100,1), + (47694,176113,1,-180.889,-234.881,8.78675,1.30027,0,0,0.605294,0.796002,900,900,100,1), + (47695,2040,1,758.625,1793.01,-13.7902,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (47696,2040,1,744.61,1543.04,-18.1738,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (47697,2040,1,733.572,1935.63,30.1618,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (47698,175104,1,2688.84,-374.291,109.995,3.14159,0,0,1,0,900,900,100,1), + (47699,93192,1,3461.31,-118.269,3.70502,1.0472,0,0,0.5,0.866025,2,2,100,1), + (47700,178184,1,4293.06,978.738,-21.3594,-2.80998,0,0,0.986286,-0.165048,300,300,100,1), + (47701,178184,1,4164.8,956.146,-16.2607,-0.418879,0,0,0.207912,-0.978148,300,300,100,1), + (47702,178184,1,4185.8,749.693,-26.1232,-0.907571,0,0,0.438371,-0.898794,300,300,100,1), + (47703,178184,1,4280.48,845.42,-5.77331,2.02458,0,0,0.848048,0.529919,300,300,100,1), + (47704,178185,1,4181.5,929.908,-11.7148,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (47705,178185,1,4308.7,954.32,-20.4886,-1.20428,0,0,0.566406,-0.824126,300,300,100,1), + (47706,178185,1,4234.39,746.67,-22.409,-1.91986,0,0,0.819152,-0.573576,300,300,100,1), + (47707,175352,329,3571.57,-3451.68,136.357,2.31256,0,0,0.915311,0.402747,180,180,100,1), + (47708,178186,1,4219.62,902.007,-5.77761,1.0472,0,0,0.5,0.866025,300,300,100,1), + (47709,178186,1,4306.23,939.533,-16.4769,-0.226893,0,0,0.113203,-0.993572,300,300,100,1), + (47710,178186,1,4198.19,718.992,-22.5782,-0.593412,0,0,0.292372,-0.956305,300,300,100,1), + (47711,178186,1,4342.96,857.754,-19.0421,-2.14675,0,0,0.878817,-0.477159,300,300,100,1), + (47712,21004,1,1632.57,-3075.2,85.9586,-0.802851,0.001818,-0.029207,-0.390248,0.920245,2,2,100,1), + (47713,2061,1,2371.71,-1190.5,89.1238,-1.7366,0,0,-0.763232,0.646125,900,900,100,1), + (47714,2061,1,3274.43,-589.458,157.637,0.506146,0,0,0.25038,0.968148,900,900,100,1), + (47715,2061,1,2874.13,-569.281,107.089,3.14159,0,0,1,0,900,900,100,1), + (47716,2061,1,2943.09,-2821.35,214.134,-3.02815,0,0,0.998392,-0.056693,900,900,100,1), + (47717,2061,1,3361.12,-479.11,154.218,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (47718,2061,1,2930.07,-109.979,96.9742,1.71042,0.025478,-0.010589,0.754572,0.655637,900,900,100,1), + (47719,2061,1,3181.12,-269.173,120.559,3.14159,0.021802,0.034891,0.999153,-0.000761,900,900,100,1), + (47720,2061,1,2208.02,-1421.51,90.8178,3.14159,0.00436,0.039259,0.99922,-0.000171,900,900,100,1), + (47721,2061,1,2218.27,-1537.09,88.9847,-3.14159,-0.021794,-0.043609,0.99881,-0.000952,900,900,100,1), + (47722,2061,1,2247.52,-1565.23,87.571,3.14159,-0.056691,0.008713,0.998354,0.000495,900,900,100,1), + (47723,2061,1,2602.69,-3598.53,109.897,3.14159,0,0,1,0,900,900,100,1), + (47724,2061,1,3246.78,-3709.06,149.906,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (47725,2061,1,3242.24,-3736.8,149.752,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (47726,2061,1,2437.12,-3408.23,99.6397,3.14159,0,0,1,0,900,900,100,1), + (47727,2061,1,2434.27,-3478.44,92.34,3.14159,0,0,1,0,900,900,100,1), + (47728,2061,1,2455.71,-3450.13,95.3096,3.14159,0,0,1,0,900,900,100,1), + (47729,2061,1,2688.84,-374.291,109.995,3.14159,0,0,1,0,900,900,100,1), + (47730,2061,1,3470.87,848.708,5.38822,3.14159,0,0,1,0,900,900,100,1), + (47731,2061,1,2759.67,-2952.73,142.91,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (47732,2061,1,2779.5,-3014.32,153.85,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (47733,2061,1,2952.08,-3216.08,169.205,-0.51668,0,0,-0.255476,0.966815,900,900,100,1), + (47734,2061,1,3011.2,-79.7769,99.8711,-2.66259,0,0,0.971457,-0.237217,900,900,100,1), + (47735,2061,1,3262.54,-364.49,153.103,3.14159,0,0,1,0,900,900,100,1), + (47736,2061,1,3025.1,-174.24,102.979,-0.085618,0,0,-0.042796,0.999084,900,900,100,1), + (47737,2061,1,2918.17,-408.996,107.089,3.14159,0,0,1,0,900,900,100,1), + (47738,2061,1,3027.77,-3299.18,155.13,0.081623,0,0,0.0408,0.999167,900,900,100,1), + (47739,2061,1,2931.64,-342.213,108.038,3.14159,0,0,1,0,900,900,100,1), + (47740,2061,1,2735.6,-2982.38,140.626,-1.94604,0,0,-0.82659,0.562805,900,900,100,1), + (47741,2061,1,2371.39,657.631,153.145,2.69653,-0.003852,-0.017022,0.975194,0.220664,900,900,100,1), + (47742,2061,1,2489.38,-2146.48,200.484,3.14159,0,0,1,0,900,900,100,1), + (47743,2061,1,3349.37,1013.64,3.19711,-2.46669,0,0,0.943602,-0.331081,900,900,100,1), + (47744,2061,1,2306.32,-1427.84,86.8245,3.14159,-0.017452,0,0.999848,0,900,900,100,1), + (47745,2061,1,2466.4,-3458.41,94.6259,3.14159,0,0,1,0,900,900,100,1), + (47746,2061,1,2449.56,-3479.43,92.2099,3.14159,0,0,1,0,900,900,100,1), + (47747,2061,1,2434.8,-3418.61,99.1157,2.69653,0,0,0.975342,0.220697,900,900,100,1), + (47748,2061,1,2456.86,-3413.34,100.858,3.14159,0,0,1,0,900,900,100,1), + (47749,2061,1,2792.72,-2954.37,148.589,1.74533,0,0,0.766044,0.642788,900,900,100,1), + (47750,2061,1,2912.38,-3270.78,160.035,-1.85878,0,0,-0.801254,0.598324,900,900,100,1), + (47751,2061,1,3416.6,-653.602,176.015,-1.75406,0.005015,-0.012854,-0.768732,0.639422,900,900,100,1), + (47752,2061,1,3456.4,-658.21,178.38,0.584685,0.025066,0.007544,0.288097,0.957243,900,900,100,1), + (47753,2061,1,3428.87,-684.23,175.79,0.584685,0.025066,0.007544,0.288097,0.957243,900,900,100,1), + (47754,2061,1,3378.09,-706.384,169.039,-1.74157,0.121808,-0.025566,-0.763746,0.633404,900,900,100,1), + (47755,2061,1,3359.57,-742.809,163.996,-2.75684,-0.089587,0.005206,0.977962,-0.188513,900,900,100,1), + (47756,2061,1,3343.84,-629.726,178.893,-2.76077,-0.015503,-0.030555,0.981242,-0.189708,900,900,100,1), + (47757,2061,1,3353.88,-746.578,163.594,-2.7541,0.019117,0.050137,0.979626,-0.193529,900,900,100,1), + (47758,2061,1,2497.64,-2493.56,111.613,-3.03539,-0.095015,-0.099155,0.988579,-0.06206,900,900,100,1), + (47759,2061,1,2417.58,-2483.76,109.056,0.926495,0.042274,0.024428,0.446193,0.893604,900,900,100,1), + (47760,2061,1,2439.92,-2485.85,109.508,-2.9554,-0.090442,-0.068436,0.98869,-0.09813,900,900,100,1), + (47761,2061,1,2412.86,-2494.73,109.822,-2.61513,0.072812,-0.073324,0.961577,-0.254344,900,900,100,1), + (47762,2061,1,2404.87,-2512.04,111.151,-1.8476,-0.012117,0.07048,-0.794594,0.602914,900,900,100,1), + (47763,2061,1,2436.74,-2516.35,109.309,0.719507,0.04351,0.001601,0.352244,0.934895,900,900,100,1), + (47764,2061,1,2460.6,-2526.63,110.941,-1.6525,-0.080907,0.00721,-0.735192,0.672974,900,900,100,1), + (47765,2061,1,2495.89,-2508.12,110.07,-0.902241,-0.061238,-0.085673,-0.435218,0.894145,900,900,100,1), + (47766,2061,1,2481.31,-2476.89,113.416,-1.41126,-0.01202,-0.122879,-0.638052,0.76003,900,900,100,1), + (47767,2061,1,2492.7,-2469.31,109.466,1.56393,-0.097432,0.119141,0.694646,0.702694,900,900,100,1), + (47768,2061,1,2450.56,-2456.89,112.263,2.74563,0.139062,-0.0929,0.964642,0.203709,900,900,100,1), + (47769,2061,1,2486.19,-2507.24,110,-1.40435,-0.066781,-0.015345,-0.646085,0.760183,900,900,100,1), + (47770,2061,1,2413.37,-2516.36,110.365,-1.59493,-0.062429,0.078994,-0.711213,0.695729,900,900,100,1), + (47771,2061,1,2516.09,-2525.05,109.212,-0.452843,-0.045041,-0.009578,-0.225046,0.97326,900,900,100,1), + (47772,2061,1,2460.29,-2510.13,111.062,0.910228,-0.061963,-0.074258,0.434357,0.895534,900,900,100,1), + (47773,2061,1,2388.82,-2528.41,111.151,-2.8704,-0.031004,-0.01071,0.99026,-0.135313,900,900,100,1), + (47774,2061,1,2427.54,-2488.87,109.857,-1.00852,-0.104644,-0.084406,-0.484356,0.86448,900,900,100,1), + (47775,2061,1,2535.92,-2515.95,108.819,-0.425801,0.129745,0.065718,-0.219263,0.964765,900,900,100,1), + (47776,2061,1,2497.08,-2457.87,107.671,0.171838,0.026712,0.116161,0.081037,0.989559,900,900,100,1), + (47777,2061,1,2432.74,-2476.23,108.835,0.92601,0.047114,-0.049542,0.446768,0.892034,900,900,100,1), + (47778,2061,1,2444.78,-2510.75,110.468,-0.567751,-0.001495,-0.001977,-0.280079,0.959974,900,900,100,1), + (47779,2061,1,2433.65,-2498.42,109.122,-0.974235,-0.01305,0.075665,-0.464169,0.882413,900,900,100,1), + (47780,2061,1,2523.67,-2509.98,109.212,-0.411341,0.002147,0.103475,-0.201221,0.974063,900,900,100,1), + (47781,2061,1,2462.81,-2462.26,109.472,1.3579,0.143647,-0.038133,0.629256,0.762856,900,900,100,1), + (47782,2061,1,2454.18,-2479,113.416,-2.88532,-0.004996,0.016868,0.991654,-0.12772,900,900,100,1), + (47783,2061,1,2531.29,-2495.91,107.559,-1.58432,0.135921,0.020549,-0.711456,0.689154,900,900,100,1), + (47784,2061,1,2419.35,-2471.94,108.198,1.25048,0.036524,0.061728,0.582252,0.809838,900,900,100,1), + (47785,2061,1,2487.29,-2522.76,108.529,-1.25282,-0.032564,-0.012258,-0.586336,0.809321,900,900,100,1), + (47786,2061,1,2475.22,-2459.22,109.365,1.83544,0.062598,-0.070114,0.789707,0.606241,900,900,100,1), + (47787,2061,1,2420.8,-2509.16,108.373,-1.58029,0.028237,0.002513,-0.710448,0.703179,900,900,100,1), + (47788,2061,1,2328.68,-2566.73,102.907,-1.93731,0,0,-0.824126,0.566406,900,900,100,1), + (47789,2061,1,2335.38,-2580.27,102.907,-1.93731,0,0,-0.824126,0.566406,900,900,100,1), + (47790,2061,1,2357.07,-2575.92,102.907,-1.15192,0,0,-0.544639,0.838671,900,900,100,1), + (47791,2061,1,2354.86,-2564.68,102.907,-1.15192,0,0,-0.544639,0.838671,900,900,100,1), + (47792,2061,1,2348.81,-2582.26,102.907,-0.820305,0,0,-0.398749,0.91706,900,900,100,1), + (47793,2066,1,1928.38,-2327.36,92.3993,3.0805,0,0,0.999534,0.030539,900,900,100,1), + (47794,2066,1,1575.93,-2498.76,98.0007,3.14159,0,0,1,0,900,900,100,1), + (47795,178195,1,2476.6,-2155.1,201.777,-2.58309,0,0,0.961262,-0.275637,2,2,100,1), + (47796,178195,1,2487.91,-2132.03,201.998,-1.81514,0,0,0.788011,-0.615661,2,2,100,1), + (47797,178195,1,2952.75,-2808.46,212.702,-2.35619,0,0,0.92388,-0.382683,2,2,100,1), + (47798,178195,1,2493.99,-2165.52,201.521,2.26893,0,0,0.906308,0.422618,2,2,100,1), + (47799,178195,1,2940.47,-2820.19,212.936,3.12414,0,0,0.999962,0.008727,2,2,100,1), + (47800,178195,1,2722.41,-2882.58,147.947,0.959931,0,0,0.461749,0.887011,2,2,100,1), + (47801,147742,1,2388.82,-2528.41,111.151,-2.8704,-0.031004,-0.01071,0.99026,-0.135313,900,900,100,1), + (47802,147743,1,2497.64,-2493.56,111.613,-3.03539,-0.095015,-0.099155,0.988579,-0.06206,900,900,100,1), + (47803,179487,1,4127.8,1288.31,1.7341,-1.36136,0,0,0.629321,-0.777146,480,480,100,1), + (47804,179487,1,3483.46,914.158,5.34739,0.017453,0,0,0.008727,0.999962,480,480,100,1), + (47805,179487,1,4158.51,1055.2,1.27445,2.26893,0,0,0.906308,0.422618,480,480,100,1), + (47806,179487,1,3944.02,799.561,9.05761,1.64061,0,0,0.731354,0.681998,480,480,100,1), + (47807,179487,1,4015.32,830.45,3.50855,2.28638,0,0,0.909961,0.414693,480,480,100,1), + (47808,179487,1,3632.12,927.901,2.67977,-3.12414,0,0,0.999962,-0.008727,480,480,100,1), + (47809,179487,1,4068.43,1004.95,1.45224,-0.593412,0,0,0.292372,-0.956305,480,480,100,1), + (47810,147744,1,2427.54,-2488.87,109.857,-1.00852,-0.104644,-0.084406,-0.484356,0.86448,900,900,100,1), + (47811,147745,1,2419.35,-2471.94,108.198,1.25048,0.036524,0.061728,0.582252,0.809838,900,900,100,1), + (47812,179489,1,4009.84,1083.78,-20.1928,2.40855,0,0,0.93358,0.358368,7200,7200,100,1), + (47813,2849,1,4201.29,1293.38,3.48289,3.12414,0,0,0.999962,0.008727,7200,7200,100,1), + (47814,2849,1,3458.82,632.948,9.48355,2.30383,0,0,0.913545,0.406737,7200,7200,100,1), + (47815,147746,1,2417.58,-2483.76,109.056,0.926495,0.042274,0.024428,0.446193,0.893604,900,900,100,1), + (47816,2850,1,1986.38,-960.815,50.4463,1.36136,0,0,0.62932,0.777146,7200,7200,100,1), + (47817,2850,1,3268.57,-345.062,154.452,0.10472,0,0,0.052336,0.99863,7200,7200,100,1), + (47818,2850,1,3448.48,-633.859,184.075,0.453786,0,0,0.224951,0.97437,7200,7200,100,1), + (47819,2850,1,2322.83,-1419.93,86.7689,0.575959,0,0,0.284015,0.95882,7200,7200,100,1), + (47820,2850,1,2076.28,-228.656,97.064,-0.139626,0,0,0.069756,-0.997564,7200,7200,100,1), + (47821,147747,1,2432.74,-2476.23,108.835,0.92601,0.047114,-0.049542,0.446768,0.892034,900,900,100,1), + (47822,13348,1,3230.7,233.382,10.2093,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (47823,147748,1,2439.92,-2485.85,109.508,-2.9554,-0.090442,-0.068436,0.98869,-0.09813,900,900,100,1), + (47824,2852,1,2766.62,-2265.58,202.595,-1.48353,0,0,0.67559,-0.737277,7200,7200,100,1), + (47825,2852,1,2887.95,-2658.59,182.718,-0.279253,0,0,0.139173,-0.990268,7200,7200,100,1), + (47826,2852,1,1811.35,-2613.78,61.9954,-0.680679,0,0,0.333807,-0.942641,7200,7200,100,1), + (47827,2852,1,2766.66,-2879.07,148.959,-1.55334,0,0,0.700909,-0.71325,7200,7200,100,1), + (47828,13349,1,3230.65,233.422,10.2228,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (47829,142117,1,2742.47,-395.144,108.857,2.77507,0,0,0.983255,0.182236,900,900,100,1), + (47830,147749,1,2460.6,-2526.63,110.941,-1.6525,-0.080907,0.00721,-0.735192,0.672974,900,900,100,1), + (47831,13350,1,2834.15,158.17,102.281,2.74017,0,0,0.979925,0.199368,900,900,100,1), + (47832,147750,1,2413.37,-2516.36,110.365,-1.59493,-0.062429,0.078994,-0.711213,0.695729,900,900,100,1), + (47833,13351,1,2834.15,158.123,102.271,-0.401426,0,0,-0.199368,0.979925,900,900,100,1), + (47834,147751,1,2420.8,-2509.16,108.373,-1.58029,0.028237,0.002513,-0.710448,0.703179,900,900,100,1), + (47835,50983,1,2541.93,-3389.39,102.529,-2.42601,0,0,0.936672,-0.350207,900,900,100,1), + (47836,13352,1,2834.15,158.17,102.281,1.16937,0,0,0.551937,0.833886,900,900,100,1), + (47837,147752,1,2412.86,-2494.73,109.822,-2.61513,0.072812,-0.073324,0.961577,-0.254344,900,900,100,1), + (47838,13353,1,3230.65,233.422,9.33445,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (47839,147753,1,2516.09,-2525.05,109.212,-0.452843,-0.045041,-0.009578,-0.225046,0.97326,900,900,100,1), + (47840,13354,1,2797.61,-298.651,107.244,-0.497418,0,0,-0.246153,0.969231,900,900,100,1), + (47841,177194,1,2735.6,-2982.38,140.626,-1.94604,0,0,-0.82659,0.562805,900,900,100,1), + (47842,147754,1,2404.87,-2512.04,111.151,-1.8476,-0.012117,0.07048,-0.794594,0.602914,900,900,100,1), + (47843,177195,1,2759.67,-2952.73,142.91,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (47844,13355,1,2797.62,-298.643,106.633,-0.497418,0,0,-0.246153,0.969231,900,900,100,1), + (47845,147755,1,2523.67,-2509.98,109.212,-0.411341,0.002147,0.103475,-0.201221,0.974063,900,900,100,1), + (47846,177196,1,2779.5,-3014.32,153.85,2.46091,0,0,0.942641,0.333807,900,900,100,1), + (47847,13356,1,2667.99,-417.024,107.425,2.19039,0,0,0.889017,0.457874,900,900,100,1), + (47848,147756,1,2433.65,-2498.42,109.122,-0.974235,-0.01305,0.075665,-0.464169,0.882413,900,900,100,1), + (47849,13357,1,2668,-417.037,106.812,2.19039,0,0,0.889017,0.457874,900,900,100,1), + (47850,177197,1,2792.72,-2954.37,148.589,1.74533,0,0,0.766044,0.642788,900,900,100,1), + (47851,147757,1,2444.78,-2510.75,110.468,-0.567751,-0.001495,-0.001977,-0.280079,0.959974,900,900,100,1), + (47852,13358,1,2668.04,-416.99,106.094,2.19039,0,0,0.889017,0.457874,900,900,100,1), + (47853,147758,1,2436.74,-2516.35,109.309,0.719507,0.04351,0.001601,0.352244,0.934895,900,900,100,1), + (47854,149038,1,2343.55,-2568.64,102.769,2.2253,0,0,0.896873,0.442289,900,900,100,1), + (47855,147759,1,2460.29,-2510.13,111.062,0.910228,-0.061963,-0.074258,0.434357,0.895534,900,900,100,1), + (47856,147760,1,2495.89,-2508.12,110.07,-0.902241,-0.061238,-0.085673,-0.435218,0.894145,900,900,100,1), + (47857,147761,1,2486.19,-2507.24,110,-1.40435,-0.066781,-0.015345,-0.646085,0.760183,900,900,100,1), + (47858,147762,1,2487.29,-2522.76,108.529,-1.25282,-0.032564,-0.012258,-0.586336,0.809321,900,900,100,1), + (47859,147763,1,2481.31,-2476.89,113.416,-1.41126,-0.01202,-0.122879,-0.638052,0.76003,900,900,100,1), + (47860,147764,1,2492.7,-2469.31,109.466,1.56393,-0.097432,0.119141,0.694646,0.702694,900,900,100,1), + (47861,147765,1,2475.22,-2459.22,109.365,1.83544,0.062598,-0.070114,0.789707,0.606241,900,900,100,1), + (47862,147766,1,2454.18,-2479,113.416,-2.88532,-0.004996,0.016868,0.991654,-0.12772,900,900,100,1), + (47863,147767,1,2450.56,-2456.89,112.263,2.74563,0.139062,-0.0929,0.964642,0.203709,900,900,100,1), + (47864,147768,1,2462.81,-2462.26,109.472,1.3579,0.143647,-0.038133,0.629256,0.762856,900,900,100,1), + (47865,147769,1,2497.08,-2457.87,107.671,0.171838,0.026712,0.116161,0.081037,0.989559,900,900,100,1), + (47866,147770,1,2531.29,-2495.91,107.559,-1.58432,0.135921,0.020549,-0.711456,0.689154,900,900,100,1), + (47867,147771,1,2535.92,-2515.95,108.819,-0.425801,0.129745,0.065718,-0.219263,0.964765,900,900,100,1), + (47868,142140,1,2510.14,-2177.29,200.129,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (47869,142140,1,3040.38,521.228,4.26367,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (47870,142140,1,3202.19,-270.55,122.384,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (47871,142145,1,1704.39,-3483.99,143.631,0.069813,0,0,0.0348994,0.999391,300,300,100,1), + (47872,20806,1,1870.43,-1771.57,61.328,3.14159,0,0,1,0,900,900,100,1), + (47873,178247,1,3611.72,1144.3,9.75088,1.43117,0,0,0.656059,0.75471,900,900,100,1), + (47874,19015,1,2908.22,-972.491,201.758,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (47875,19015,1,2906.27,-966.665,201.539,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (47876,19015,1,2894.13,-959.721,199.566,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (47877,19015,1,2883.09,-956.486,197.73,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (47878,19015,1,2869.01,-972.123,197.027,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (47879,19015,1,2869.9,-986.365,196.672,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (47880,19015,1,2905.43,-987.226,199.083,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (47881,19015,1,2882.52,-993.012,197.63,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (47882,19016,1,2036.25,-209.533,98.6631,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (47883,19016,1,2073.01,-232.022,97.1252,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (47884,19016,1,2060.09,-221.888,97.064,1.309,0,0,0.608761,0.793353,180,180,100,1), + (47885,19016,1,2113.95,-257.077,97.4898,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (47886,19016,1,2042.3,-192.178,97.0669,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (47887,19016,1,2072.58,-270.353,94.0163,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (47888,19016,1,2034.09,-227.392,96.3745,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (47889,19016,1,2089.97,-218.547,97.064,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (47890,19016,1,2100.94,-178.591,96.8186,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (47891,19016,1,2045.81,-197.152,97.35,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (47892,140105,1,2602.69,-3598.53,109.897,3.14159,0,0,1,0,900,900,100,1), + (47893,177225,1,1575.93,-2498.76,98.0007,3.14159,0,0,1,0,900,900,100,1), + (47894,19018,1,4348.44,851.246,-21.0695,2.6529,0,0,0.970296,0.241922,7200,7200,100,1), + (47895,175179,1,2931.64,-342.213,108.038,3.14159,0,0,1,0,900,900,100,1), + (47896,3659,1,2321.68,-1433.86,87.0652,-1.91986,0,0,0.819152,-0.573576,7200,7200,100,1), + (47897,3659,1,2941.95,-106.883,96.973,-1.69297,0,0,0.748956,-0.66262,7200,7200,100,1), + (47898,3659,1,1768.68,-2032.74,109.836,2.32129,0,0,0.91706,0.398749,7200,7200,100,1), + (47899,3659,1,1711.78,-3438.29,144.293,0.820305,0,0,0.398749,0.91706,7200,7200,100,1), + (47900,3659,1,2188.77,-3203.47,103.816,2.30383,0,0,0.913545,0.406737,7200,7200,100,1), + (47901,175180,1,2918.17,-408.996,107.089,3.14159,0,0,1,0,900,900,100,1), + (47902,175181,1,2874.13,-569.281,107.089,3.14159,0,0,1,0,900,900,100,1), + (47903,140109,1,2434.8,-3418.61,99.1157,2.69653,0,0,0.975342,0.220697,900,900,100,1), + (47904,140110,1,2455.71,-3450.13,95.3096,3.14159,0,0,1,0,900,900,100,1), + (47905,19022,1,3312.35,-1438.02,176.314,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (47906,140111,1,2466.4,-3458.41,94.6259,3.14159,0,0,1,0,900,900,100,1), + (47907,19024,1,2781.92,-1549.56,261.645,1.00356,0,0,0.480989,0.876727,2,2,100,1), + (47908,140112,1,2388.25,-3407.94,110.647,3.14159,0,0,1,0,900,900,100,1), + (47909,140113,1,2260.67,-3451.34,104.874,3.14159,0,0,1,0,900,900,100,1), + (47910,19025,1,3150.38,-1200.59,216.604,0.959931,0.086435,-0.053128,0.463407,0.880318,900,900,100,1), + (47911,19027,1,3168.89,-1211.61,216.959,1.0472,0,0,0.5,0.866025,2,2,100,1), + (47912,1620,1,2227.15,-2295.63,104.684,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (47913,1620,1,2208.3,-3540.27,45.3542,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (47914,1620,1,1733.49,-2400.11,104.377,-2.61799,0,0,-0.965925,0.258821,300,300,100,1), + (47915,1620,1,3290.33,727.878,5.54646,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (47916,1620,1,2874.86,39.6865,94.6254,-2.80998,0,0,-0.986286,0.165048,300,300,100,1), + (47917,1620,1,2370.87,-1151.9,91.3531,-1.27409,0,0,-0.594823,0.803857,300,300,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (45108,3658,0,2340.66,1306.41,34.0632,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (45109,153473,0,2166.62,-561.002,79.265,2.00713,0,0,0.843391,0.5373,900,100,1), - (45110,2843,0,2081.69,1967.03,101.193,2.82743,0,0,0.987688,0.156434,900,100,1), - (45111,175566,0,2303.58,923.441,57.9082,-1.85005,0,0,0.798635,-0.601815,300,100,1), - (45112,176753,0,2795.22,490.533,18.748,2.87979,0,0,0.991445,0.130526,300,100,1), - (45113,2045,0,1299.25,394.809,10.5615,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (45118,1619,0,2915.55,439.492,33.1534,-3.07178,0,0,-0.999391,0.0348993,300,100,1), - (45119,1617,0,2927.01,801.089,115.221,1.22173,0,0,0.573576,0.819152,300,100,1), - (45120,1617,0,2943.64,645.655,104.953,-1.8326,0,0,-0.793355,0.60876,300,100,1), - (45121,1617,0,2716.56,-275.278,64.3166,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (45122,1617,0,2073.42,-449.206,40.492,-0.418879,0,0,-0.207912,0.978148,300,100,1), - (45123,1618,0,2410.99,1400.23,33.0661,-2.86234,0,0,-0.990268,0.139173,300,100,1), - (45124,1618,0,2398.67,1633.2,33.5639,0.994838,0,0,0.477159,0.878817,300,100,1), - (45125,1618,0,2039.89,-297.34,36.1757,1.37881,0,0,0.636078,0.771625,300,100,1), - (45126,1617,0,1917.47,1167.43,42.603,0.314159,0,0,0.156434,0.987688,300,100,1), - (45127,1619,0,2904.83,533.744,97.6854,2.49582,0,0,0.948324,0.317305,300,100,1), - (45128,1619,0,2877.74,-398.049,81.5441,-1.3439,0,0,-0.622513,0.782609,300,100,1), - (45129,1619,0,2898.8,-326.923,67.1757,-1.88496,0,0,-0.809018,0.587783,300,100,1), - (45130,1618,0,2984.46,833.843,97.512,1.25664,0,0,0.587786,0.809016,300,100,1), - (45131,175566,0,2009.63,1018.52,30.6434,0.191986,0,0,0.095846,0.995396,300,100,1), - (45133,1618,0,2202.17,706.952,36.9317,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (45134,1618,0,2308.14,702.509,39.1969,1.16937,0,0,0.551937,0.833886,300,100,1), - (45135,1618,0,2289.65,951.939,52.3763,-0.523599,0,0,-0.258819,0.965926,300,100,1), - (45137,1619,0,2726.09,1270.6,38.1253,2.87979,0,0,0.991445,0.130528,300,100,1), - (45138,1617,0,2615.37,-1018.56,94.6326,0.890118,0,0,0.430511,0.902585,300,100,1), - (45139,1617,0,2851.01,-375.707,76.4105,-1.58825,0,0,-0.713251,0.700909,300,100,1), - (45140,1617,0,2264.65,1519.68,46.53,2.84489,0,0,0.989016,0.147808,300,100,1), - (45141,1617,0,2443.22,1397.34,31.1435,2.26893,0,0,0.906308,0.422617,300,100,1), - (45142,1619,0,2285.42,-1092.11,82.5132,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (45143,1619,0,2135.39,-350.163,78.2639,2.28638,0,0,0.909961,0.414694,300,100,1), - (45144,1619,0,1637.51,-293.452,55.3764,2.49582,0,0,0.948324,0.317305,300,100,1), - (45145,175566,0,2006.88,954.244,34.781,-0.628319,0,0,0.309017,-0.951056,300,100,1), - (45146,175566,0,2053.96,1152.23,35.6857,-1.0821,0,0,0.515038,-0.857167,300,100,1), - (45147,175566,0,2033.44,1065.45,32.5116,-0.663225,0,0,0.325568,-0.945519,300,100,1), - (45148,175566,0,1966.64,861.508,34.4494,1.64061,0,0,0.731354,0.681998,300,100,1), - (45149,175566,0,1925.26,781.157,41.4477,-2.18166,0,0,0.887011,-0.461749,300,100,1), - (45150,175566,0,2267.1,972.917,57.5825,-0.174533,0,0,0.087156,-0.996195,300,100,1), - (45151,175566,0,2339.3,1160.45,35.3953,-1.91986,0,0,0.819152,-0.573576,300,100,1), - (45152,175566,0,2313.51,1012.61,48.4422,-2.75762,0,0,0.981627,-0.190809,300,100,1), - (45153,175566,0,1989.05,908.592,37.0844,-0.349066,0,0,0.173648,-0.984808,300,100,1), - (45154,175566,0,2268.87,812.059,26.9755,0.383972,0,0,0.190809,0.981627,300,100,1), - (45155,175566,0,2322.85,755.438,33.4112,-1.01229,0,0,0.48481,-0.87462,300,100,1), - (45156,175566,0,2256.74,930.73,49.2382,-1.15192,0,0,0.544639,-0.838671,300,100,1), - (45157,375,0,2284.49,1470.76,33.4333,1.22173,0,0,0.573576,0.819152,120,100,1), - (45158,1617,0,2815.79,414.031,19.1513,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (45159,1619,0,2653.72,1342.15,31.6403,-2.32129,0,0,-0.91706,0.398748,300,100,1), - (45160,3658,0,2522.86,1512.94,0.003494,1.0472,0,0,0.5,0.866025,900,100,1), - (45161,1618,0,2630.62,1030.99,100.553,-1.0472,0,0,-0.500001,0.866025,300,100,1), - (45162,1619,0,2877.22,1117.63,121.895,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (45163,1618,0,1691.54,646.112,49.5556,-3.03687,0,0,-0.998629,0.0523374,300,100,1), - (45165,105172,0,3023.03,653.814,75.3499,1.55334,0,0,0.700909,0.71325,900,100,1), - (45166,105171,0,3019.9,688.797,66.4507,-1.53589,0,0,0.694658,-0.71934,900,100,1), - (45167,105170,0,3063.67,697.922,66.4507,-3.07178,0,0,0.999391,-0.034899,900,100,1), - (45168,105169,0,3058.62,653.585,58.1085,-2.28638,0,0,0.909961,-0.414693,3,100,1), - (45169,176753,0,2802.07,427.215,20.2532,0.20944,0,0,0.104528,0.994522,300,100,1), - (45170,1617,0,2728.32,-199.027,41.2771,0.139626,0,0,0.0697563,0.997564,300,100,1), - (45172,181206,329,3642.07,-3486.78,137.613,2.14675,0,0,0.878817,0.477159,180,100,1), - (45173,175566,0,2086.75,531.731,42.7909,-1.53589,0,0,0.694658,-0.71934,300,100,1), - (45174,175566,0,2072.59,1084.79,38.433,-0.331612,0,0,0.165048,-0.986286,300,100,1), - (45175,105174,0,1814.28,52.1381,-46.3165,2.35619,0,0,0.92388,0.382683,3,100,1), - (45178,176753,0,2806.17,416.962,19.7714,0.331613,0,0,0.165048,0.986286,300,100,1), - (45179,176753,0,2697.07,456.044,19.6853,0.802851,0,0,0.390731,0.920505,300,100,1), - (45180,1619,0,1572.23,-683.486,54.7838,2.94961,0,0,0.995396,0.095844,300,100,1), - (45181,176753,0,2817.67,429.309,19.3431,-2.58309,0,0,0.961262,-0.275637,300,100,1), - (45182,176753,0,2680.46,421.304,23.8358,-2.3911,0,0,0.930418,-0.366501,300,100,1), - (45183,176753,0,2698.68,468.033,19.9265,-1.8326,0,0,0.793353,-0.608761,300,100,1), - (45184,176753,0,2628.19,375.378,34.9441,1.97222,0,0,0.833886,0.551937,300,100,1), - (45185,176753,0,2572.14,476.879,26.6746,0.296706,0,0,0.147809,0.989016,300,100,1), - (45186,176753,0,2646.47,434.396,24.7347,-0.226893,0,0,0.113203,-0.993572,300,100,1), - (45187,176753,0,2567.35,447.133,29.1168,0.244346,0,0,0.121869,0.992546,300,100,1), - (45188,176753,0,2663.25,560.112,15.5056,-0.977384,0,0,0.469472,-0.882948,300,100,1), - (45189,175566,0,2271.59,1163.64,33.3779,1.309,0,0,0.608761,0.793353,300,100,1), - (45190,175566,0,2206.49,1239.32,45.8215,3.12414,0,0,0.999962,0.008727,300,100,1), - (45191,175566,0,2281.16,1207.72,37.4511,-2.77507,0,0,0.983255,-0.182235,300,100,1), - (45192,175566,0,2103.31,1209.1,44.8005,1.48353,0,0,0.67559,0.737277,300,100,1), - (45193,175566,0,2208.36,892.037,49.5662,2.02458,0,0,0.848048,0.529919,300,100,1), - (45194,375,0,2293.58,1396.66,33.4333,-1.55334,0,0,0.700909,-0.71325,120,100,1), - (45195,375,0,2259.64,1430.03,33.4525,2.3911,0,0,0.930418,0.366501,120,100,1), - (45196,375,0,2304,1439.05,33.4333,-0.750491,0,0,0.366501,-0.930418,120,100,1), - (45197,375,0,2355.96,1348.1,33.4333,2.84489,0,0,0.989016,0.147809,120,100,1), - (45198,375,0,2348.16,1405.88,33.3189,1.46608,0,0,0.669131,0.743145,120,100,1), - (45199,175566,0,2096.79,1147.78,34.9593,-2.16421,0,0,0.882948,-0.469472,300,100,1), - (45200,375,0,2279.18,1450.29,33.4333,-1.74533,0,0,0.766044,-0.642788,120,100,1), - (45201,375,0,2263.35,1480.02,33.4491,1.97222,0,0,0.833886,0.551937,120,100,1), - (45202,164662,0,1848.6,1516.77,88.0788,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (45203,164662,0,1891.99,1506.2,88.0769,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (45204,164662,0,1991.39,1552.15,79.0752,-1.0472,0,0,0.5,-0.866025,180,100,1), - (45205,164662,0,1858.63,1535.83,88.5926,1.39626,0,0,0.642788,0.766044,180,100,1), - (45206,175566,0,2283.7,1108.32,35.0781,-1.74533,0,0,0.766044,-0.642788,300,100,1), - (45207,175566,0,2007.4,758.06,37.6743,0.837758,0,0,0.406737,0.913545,300,100,1), - (45208,1618,0,2571.15,110.923,30.8361,2.05949,0,0,0.857168,0.515037,300,100,1), - (45210,176753,0,2670.57,410.521,26.3028,-0.349066,0,0,0.173648,-0.984808,300,100,1), - (45211,176753,0,2592.68,385.176,34.8352,-1.16937,0,0,0.551937,-0.833886,300,100,1), - (45212,176753,0,2627.54,482.803,18.0862,-1.309,0,0,0.608761,-0.793353,300,100,1), - (45214,176753,0,2544.31,399.634,33.1274,-3.03687,0,0,0.99863,-0.052336,300,100,1), - (45215,176753,0,2639.42,451.185,21.7638,0.331613,0,0,0.165048,0.986286,300,100,1), - (45216,176753,0,2556.72,555.666,14.5084,-0.174533,0,0,0.087156,-0.996195,300,100,1), - (45217,176753,0,2635.87,460.013,19.9491,1.50098,0,0,0.681998,0.731354,300,100,1), - (45218,176753,0,2627.55,535.917,19.9466,0.261799,0,0,0.130526,0.991445,300,100,1), - (45219,153473,0,1782.73,698.258,45.757,-1.91986,0,0,0.819152,-0.573576,900,100,1), - (45223,1617,0,2564.25,1086.43,85.6945,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (45225,105175,0,1812.77,51.5278,-46.3162,-2.05949,0,0,0.857167,-0.515038,3,100,1), - (45226,175566,0,1994.96,851.787,38.2864,2.16421,0,0,0.882948,0.469472,300,100,1), - (45227,153472,0,2904.5,385.574,30.3958,-2.77507,0,0,0.983255,-0.182235,900,100,1), - (45228,1617,0,2414.88,488.286,42.3283,-0.767945,0,0,-0.374607,0.927184,300,100,1), - (45231,164662,0,1899.36,1562.73,88.0769,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (45232,164662,0,1971.21,1598.49,82.3257,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (45233,164662,0,1985.14,1593.29,82.4882,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (45234,164662,0,1898.85,1570.28,89.0722,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (45235,175566,0,1992.88,687.914,44.4858,-0.959931,0,0,0.461749,-0.887011,300,100,1), - (45236,175566,0,2186.53,929.867,39.5658,-1.69297,0,0,0.748956,-0.66262,300,100,1), - (45237,175566,0,2133.84,516.146,55.6377,0.174533,0,0,0.087156,0.996195,300,100,1), - (45240,106318,0,1807.04,728.572,53.7584,2.35619,0,0,0.92388,0.382683,900,100,1), - (45241,175566,0,2241.39,1003.52,38.8929,2.67035,0,0,0.97237,0.233445,300,100,1), - (45243,175566,0,2277.01,1049.74,33.6851,1.8326,0,0,0.793353,0.608761,300,100,1), - (45244,106318,0,2846.95,416.488,20.8466,1.3439,0,0,0.622515,0.782608,900,100,1), - (45246,175566,0,2055.5,976.255,34.4295,-1.23918,0,0,0.580703,-0.814116,300,100,1), - (45247,175566,0,2065.28,1017.33,34.2151,-2.80998,0,0,0.986286,-0.165048,300,100,1), - (45248,175566,0,2145,1055.34,36.681,0.15708,0,0,0.078459,0.996917,300,100,1), - (45249,175566,0,2126.95,1147.39,33.6235,1.11701,0,0,0.529919,0.848048,300,100,1), - (45250,175566,0,2207.06,1027.68,35.8526,2.63545,0,0,0.968148,0.25038,300,100,1), - (45251,106318,0,2448.36,1604.06,72.1558,-1.69297,0,0,0.748956,-0.66262,900,100,1), - (45252,175566,0,2311.62,1245.93,35.018,-2.54818,0,0,0.956305,-0.292372,300,100,1), - (45253,175566,0,2104.26,1077.75,33.7003,3.08923,0,0,0.999657,0.026177,300,100,1), - (45254,1619,0,2752.14,-776.589,136.009,1.48353,0,0,0.67559,0.737277,300,100,1), - (45255,175566,0,2156.23,1233.15,49.5931,-2.35619,0,0,0.92388,-0.382683,300,100,1), - (45256,1617,0,1507.44,743.901,45.1805,0.506145,0,0,0.25038,0.968148,300,100,1), - (45257,106318,0,2826.1,808.456,113.606,-1.20428,0,0,0.566406,-0.824126,900,100,1), - (45258,175566,0,2134.21,907.484,33.2853,2.40855,0,0,0.93358,0.358368,300,100,1), - (45259,3658,0,2670.02,954.971,114.079,2.14675,0,0,0.878817,0.477159,900,100,1), - (45261,1618,0,2088.03,454.396,53.9297,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (45262,175566,0,2302.54,524.717,36.2656,1.88496,0,0,0.809017,0.587785,300,100,1), - (45263,175566,0,2187.44,986.024,34.918,2.19912,0,0,0.891007,0.453991,300,100,1), - (45264,175566,0,2216.59,497.006,46.0756,3.12414,0,0,0.999962,0.008727,300,100,1), - (45265,175566,0,2221.57,855.305,47.5855,0.872665,0,0,0.422618,0.906308,300,100,1), - (45266,175566,0,2285.17,675.366,33.7976,2.87979,0,0,0.991445,0.130526,300,100,1), - (45267,1618,0,2309.52,101.501,37.7982,1.44862,0,0,0.662619,0.748957,300,100,1), - (45268,175566,0,2022.74,817.623,34.3397,-0.506145,0,0,0.25038,-0.968148,300,100,1), - (45269,175566,0,2183.6,832.554,41.1778,-2.42601,0,0,0.936672,-0.350207,300,100,1), - (45270,175566,0,2018.8,647.946,37.9402,0.628319,0,0,0.309017,0.951057,300,100,1), - (45271,1617,0,2258.85,118.972,43.5398,-3.01942,0,0,-0.998135,0.0610484,300,100,1), - (45273,175566,0,2070,827.461,35.2885,-0.401426,0,0,0.199368,-0.979925,300,100,1), - (45274,175566,0,2300,634.158,30.284,-0.645772,0,0,0.317305,-0.948324,300,100,1), - (45275,175566,0,2179.03,709.911,35.2548,3.01942,0,0,0.998135,0.061049,300,100,1), - (45276,175566,0,2108.38,972.297,36.6983,-0.069813,0,0,0.034899,-0.999391,300,100,1), - (45277,175566,0,2271.85,705.482,34.2596,0.715585,0,0,0.350207,0.936672,300,100,1), - (45278,175566,0,2250.9,528.181,34.8574,2.84489,0,0,0.989016,0.147809,300,100,1), - (45279,175566,0,2337.85,678.923,36.6145,-2.3911,0,0,0.930418,-0.366501,300,100,1), - (45280,175566,0,2138.54,775.447,33.9446,3.03687,0,0,0.99863,0.052336,300,100,1), - (45281,175566,0,2266.97,643.859,24.7552,-2.75762,0,0,0.981627,-0.190809,300,100,1), - (45282,175566,0,2249.89,612.077,34.7925,-2.26893,0,0,0.906308,-0.422618,300,100,1), - (45283,175566,0,2201.3,561.071,30.3881,2.61799,0,0,0.965926,0.258819,300,100,1), - (45284,175566,0,2127.71,705.943,35.3964,-2.49582,0,0,0.948324,-0.317305,300,100,1), - (45286,176753,0,2532.5,475.661,27.4419,-2.30383,0,0,0.913545,-0.406737,300,100,1), - (45287,175566,0,2173.8,745.507,36.4827,-1.22173,0,0,0.573576,-0.819152,300,100,1), - (45288,37097,0,1704.79,42.2205,-63.7808,3.03687,0,0,0.99863,0.052336,900,100,1), - (45289,175566,0,2059.63,904.302,34.4074,1.43117,0,0,0.656059,0.75471,300,100,1), - (45290,175566,0,2182.81,789.424,37.2076,-2.86234,0,0,0.990268,-0.139173,300,100,1), - (45291,176753,0,2550.12,535.84,15.7838,2.68781,0,0,0.97437,0.224951,300,100,1), - (45292,175566,0,2089.96,863.474,32.1929,1.65806,0,0,0.737277,0.67559,300,100,1), - (45293,175566,0,2233.93,745.971,35.7519,0.523599,0,0,0.258819,0.965926,300,100,1), - (45294,175566,0,2123.89,828.964,32.7644,-2.93215,0,0,0.994522,-0.104529,300,100,1), - (45295,1902,0,2317.88,-1870.18,91.0425,-2.88852,-0.008106,-0.005429,0.991953,-0.126232,1200,100,1), - (45296,2061,0,2317.88,-1870.18,91.0425,-2.88852,-0.008106,-0.005429,0.991953,-0.126232,1200,100,1), - (45297,1905,0,3003.51,-1510.75,145.948,3.14159,0,0,1,0,1200,100,1), - (45298,2061,0,3003.51,-1510.75,145.948,3.14159,0,0,1,0,1200,100,1), - (45299,1903,0,2208.55,-1774.02,62.5138,-3.14159,-0.069754,-0.008705,0.997526,-0.000609,1200,100,1), - (45300,2061,0,2208.55,-1774.02,62.5138,-3.14159,-0.069754,-0.008705,0.997526,-0.000609,1200,100,1), - (45301,1906,0,2393.66,-1500.97,60.0645,3.12414,-0.048251,-0.03444,0.998217,0.007037,1200,100,1), - (45302,2061,0,2393.66,-1500.97,60.0645,3.12414,-0.048251,-0.03444,0.998217,0.007037,1200,100,1), - (45303,1901,0,1870.57,-1325.53,60.2783,2.9147,0,0,0.993572,0.113203,1200,100,1), - (45304,2061,0,1870.57,-1325.53,60.2783,2.9147,0,0,0.993572,0.113203,1200,100,1), - (45305,2082,0,979.335,-1822.82,80.4872,0.28798,0,0,0.143493,0.989651,2,100,1), - (45306,177286,0,962.347,-1413.73,67.1812,-1.87623,0.016183,0.044301,-0.804939,0.59148,1200,100,1), - (45307,2061,0,962.347,-1413.73,67.1812,-1.87623,0.016183,0.044301,-0.804939,0.59148,1200,100,1), - (45308,176987,0,1689.41,-1361.88,70.1315,-2.85361,0,0,0.989651,-0.143493,1200,100,1), - (45309,176989,0,1689.36,-1361.75,70.1265,0.279252,0,0,0.139173,0.990268,1200,100,1), - (45310,176990,0,1689.39,-1361.88,68.7965,-2.85361,0,0,0.989651,-0.143493,1200,100,1), - (45311,176994,0,1754.7,-1735.39,60.5517,-1.37008,0,0,-0.632705,0.774393,1200,100,1), - (45312,176393,0,1485.84,-1863.15,58.4416,3.14159,0,0,1,0,1200,100,1), - (45313,176988,0,1689.29,-1361.82,70.1216,1.85005,0,0,0.798635,0.601816,1200,100,1), - (45314,178832,0,1232.23,-2571.76,90.4589,-1.71042,0,0,-0.75471,0.656059,1200,100,1), - (45315,176210,0,1879.24,-1332.82,59.8794,3.14159,0,0,1,0,1200,100,1), - (45316,176991,0,1754.6,-1735.33,59.2001,0.209439,0,0,0.104528,0.994522,1200,100,1), - (45317,176992,0,1754.62,-1735.46,60.5517,-2.94088,0,0,0.994969,-0.100188,1200,100,1), - (45318,177289,0,1878.8,-1568.91,58.9335,3.14159,0,0,1,0,1200,100,1), - (45319,176392,0,1690.47,-2272.56,58.9362,-2.71399,0.009454,-0.002412,0.977193,-0.21213,1200,100,1), - (45320,176186,0,1252.8,-2539.05,91.9415,0.237617,0,0,0.118529,0.992951,1200,100,1), - (45321,2061,0,1252.8,-2539.05,91.9415,0.237617,0,0,0.118529,0.992951,1200,100,1), - (45322,185498,0,962.503,-1429.08,64.5533,3.11541,-0.048931,-0.086422,0.995017,0.008844,1200,100,1), - (45323,2061,0,962.503,-1429.08,64.5533,3.11541,-0.048931,-0.086422,0.995017,0.008844,1200,100,1), - (45324,176361,0,1738.88,-1184.93,59.2689,2.36492,0,0,0.925541,0.378648,10,100,1), - (45325,176993,0,1754.59,-1735.33,60.5318,0.209439,0,0,0.104528,0.994522,1200,100,1), - (45326,182483,0,968.684,-1826.15,77.0133,-2.94088,0,0,0.994969,-0.100188,1200,100,1), - (45327,175925,0,1943.25,-1652.02,59.4557,-3.08923,0,0,0.999657,-0.026177,10,100,1), - (45328,1904,0,2092.69,-1809.75,56.9267,1.79769,0.001245,0.043589,0.781294,0.622638,1200,100,1), - (45329,2061,0,2092.69,-1809.75,56.9267,1.79769,0.001245,0.043589,0.781294,0.622638,1200,100,1), - (45330,176187,0,1170.47,-2528.27,61.4077,3.14159,0,0,1,0,1200,100,1), - (45331,2061,0,1170.47,-2528.27,61.4077,3.14159,0,0,1,0,1200,100,1), - (45332,176145,0,1166.31,-1720.26,60.6196,2.17741,0.025572,0.011236,0.885859,0.463114,2,100,1), - (45333,148957,0,2974.16,-1495.55,147.04,0.698132,0,0,0.34202,0.939693,1200,100,1), - (45334,148960,0,2979.04,-1491.28,145.232,-1.53589,0,0,-0.694658,0.71934,1200,100,1), - (45335,148958,0,2979.53,-1483.19,147.04,-0.741765,0,0,-0.362438,0.932008,1200,100,1), - (45336,148959,0,2984.04,-1486.94,147.04,-2.77507,0,0,0.983255,-0.182235,1200,100,1), - (45337,148956,0,2984.21,-1495.39,147.04,2.18166,0,0,0.887011,0.461749,1200,100,1), - (45338,174895,0,2983.39,-1611.08,184.537,2.19912,0,0,0.891007,0.45399,1200,100,1), - (45339,174896,0,2968.8,-1588.85,184.435,0.314159,0,0,0.156434,0.987688,1200,100,1), - (45340,174897,0,2973.86,-1590.15,184.403,1.15192,0,0,0.544639,0.838671,1200,100,1), - (45341,174901,0,2974.2,-1613.35,175.68,1.81514,0,0,0.788011,0.615661,1200,100,1), - (45342,174903,0,2980.96,-1583.27,175.68,-2.11185,0,0,0.870356,-0.492424,1200,100,1), - (45343,174906,0,2956.5,-1604.67,175.68,0.427606,0,0,0.212178,0.977231,1200,100,1), - (45344,174908,0,2969.44,-1600.48,150.009,1.19555,0,0,0.562805,0.82659,1200,100,1), - (45345,174909,0,2976,-1609.41,150.009,1.93731,0,0,0.824126,0.566407,1200,100,1), - (45346,174911,0,2959.65,-1590.44,150.009,-0.567231,0,0,-0.279829,0.96005,1200,100,1), - (45347,174883,0,2972.61,-1618.93,184.556,1.5708,0,0,0.707107,0.707107,1200,100,1), - (45348,174885,0,2971.94,-1574.94,184.556,4.71239,0,0,-0.707107,0.707107,1200,100,1), - (45349,174886,0,2970.09,-1574.89,184.556,4.71239,0,0,-0.707107,0.707107,1200,100,1), - (45350,174888,0,2949.33,-1598.17,184.556,-0.000001,0,0,0,1,1200,100,1), - (45351,174889,0,2993.32,-1597.5,184.556,-3.14159,0,0,1,-0.000001,1200,100,1), - (45352,174893,0,2983.72,-1583.09,184.508,-2.37365,0,0,0.927184,-0.374606,1200,100,1), - (45353,174894,0,2985.93,-1608.38,184.537,2.45219,0,0,0.941176,0.337917,1200,100,1), - (45354,174882,0,2961.72,-1587.75,160.382,-0.680679,0,0,-0.333807,0.942641,1200,100,1), - (45355,174887,0,2949.38,-1596.32,184.556,-0.000001,0,0,0,1,1200,100,1), - (45356,174900,0,2966.34,-1612.9,175.68,1.213,0,0,0.569997,0.821647,1200,100,1), - (45357,148672,0,2984.99,-1606.52,175.68,2.60054,0,0,0.96363,0.267239,1200,100,1), - (45358,148673,0,2987.34,-1601.92,175.68,2.7838,0,0,0.984041,0.177943,1200,100,1), - (45359,148676,0,2976.36,-1580.91,175.68,-1.92859,0,0,-0.821647,0.569997,1200,100,1), - (45360,148681,0,2955.36,-1591.9,175.68,-0.357792,0,0,-0.177944,0.984041,1200,100,1), - (45361,148685,0,2954.91,-1599.76,175.68,0.244346,0,0,0.121869,0.992546,1200,100,1), - (45362,148688,0,2975.38,-1603.22,150.009,2.25147,0,0,0.902585,0.430511,1200,100,1), - (45363,174904,0,2968.5,-1580.47,175.68,-1.32645,0,0,-0.615661,0.788011,1200,100,1), - (45364,174898,0,2979.68,-1600.71,184.435,1.15192,0,0,0.544639,0.838671,1200,100,1), - (45365,174892,0,2984.96,-1584.46,184.508,-2.37365,0,0,0.927184,-0.374606,1200,100,1), - (45366,174891,0,2960.03,-1611.31,184.502,1.5708,0,0,0.707107,0.707107,1200,100,1), - (45367,174902,0,2979.11,-1611.76,175.68,1.9984,0,0,0.841039,0.540974,1200,100,1), - (45368,148666,0,2961.74,-1610.54,175.68,1.02974,0,0,0.492423,0.870356,1200,100,1), - (45369,174884,0,2970.76,-1618.88,184.556,1.5708,0,0,0.707107,0.707107,1200,100,1), - (45370,148687,0,2978.88,-1596.72,150.009,3.02815,0,0,0.998392,0.056693,1200,100,1), - (45371,174910,0,2964.91,-1585.15,150.009,-1.16937,0,0,-0.551937,0.833886,1200,100,1), - (45372,148679,0,2963.58,-1582.06,175.68,-1.14319,0,0,-0.540974,0.841039,1200,100,1), - (45373,174907,0,2973.86,-1589.63,150.009,-1.87623,0,0,-0.806445,0.59131,1200,100,1), - (45374,174890,0,2993.37,-1595.65,184.556,-3.14159,0,0,1,-0.000001,1200,100,1), - (45375,148689,0,2978.68,-1594.88,150.009,-2.96706,0,0,0.996195,-0.087156,1200,100,1), - (45376,174905,0,2957.71,-1587.3,175.68,-0.541051,0,0,-0.267238,0.963631,1200,100,1), - (45377,174899,0,2976.47,-1594.86,184.39,0.523599,0,0,0.258819,0.965926,1200,100,1), - (45378,3816,0,2929.69,-1520.63,152.335,-0.532326,0,0,-0.263031,0.964787,1200,100,1), - (45379,3817,0,2930.07,-1519.37,147.418,0.759218,0,0,0.370557,0.92881,1200,100,1), - (45380,3819,0,2929.53,-1520.48,147.418,-0.532326,0,0,-0.263031,0.964787,1200,100,1), - (45381,174875,0,2931.9,-1508.83,147.349,-2.36492,0,0,0.92554,-0.378649,1200,100,1), - (45382,174878,0,2932.08,-1513.89,147.349,2.34747,0,0,0.922201,0.386711,1200,100,1), - (45383,22647,0,2913.54,-1521.94,152.135,0.776672,0,0,0.378649,0.92554,1200,100,1), - (45384,22648,0,2915.92,-1524.36,152.135,0.776672,0,0,0.378649,0.92554,1200,100,1), - (45385,22639,0,2923.51,-1516.34,147.349,-2.36492,0,0,0.92554,-0.378649,1200,100,1), - (45386,174876,0,2933.57,-1510.52,147.349,-2.36492,0,0,0.92554,-0.378649,1200,100,1), - (45387,3818,0,2929.38,-1519.55,147.418,-2.72271,0,0,0.978147,-0.207912,1200,100,1), - (45388,3815,0,2929.53,-1519.7,152.335,-2.72271,0,0,0.978147,-0.207912,1200,100,1), - (45389,174879,0,2930.61,-1515.34,147.349,2.34747,0,0,0.922201,0.386711,1200,100,1), - (45390,174877,0,2933.63,-1512.37,147.349,2.34747,0,0,0.922201,0.386711,1200,100,1), - (45391,174939,0,2821.16,-1403.85,147.668,-1.05593,0,0,-0.503774,0.863835,1200,100,1), - (45392,174933,0,2834.39,-1416.21,146.652,0.392699,0,0,0.19509,0.980785,1200,100,1), - (45393,174937,0,2824.89,-1401.91,147.668,-1.01229,0,0,-0.484809,0.87462,1200,100,1), - (45394,174942,0,2845.9,-1405.44,147.668,2.05076,0,0,0.854912,0.518773,1200,100,1), - (45395,174941,0,2843.98,-1406.45,147.668,1.97222,0,0,0.833886,0.551937,1200,100,1), - (45396,174944,0,2841.92,-1413.1,147.668,-1.09083,0,0,-0.518773,0.854912,1200,100,1), - (45397,174945,0,2817.67,-1412.58,147.668,0.514873,0,0,0.254602,0.967046,1200,100,1), - (45398,112195,0,2820.93,-1409.68,147.553,0.479966,0,0,0.237686,0.971342,1200,100,1), - (45399,174938,0,2823.09,-1402.85,147.668,-1.13446,0,0,-0.5373,0.843391,1200,100,1), - (45400,112217,0,2822.26,-1412.26,147.553,0.401427,0,0,0.199368,0.979925,1200,100,1), - (45401,179767,0,2846.05,-1401.42,147.668,-2.66163,0,0,0.971342,-0.237686,1200,100,1), - (45402,112216,0,2823.36,-1412.64,147.553,2.09439,0,0,0.866026,0.5,1200,100,1), - (45403,112196,0,2830.36,-1406.01,147.553,0.479966,0,0,0.237686,0.971342,1200,100,1), - (45404,179770,0,2830.9,-1399.03,147.668,-1.06465,0,0,-0.507538,0.861629,1200,100,1), - (45405,179771,0,2836.73,-1410.23,147.668,2.04204,0,0,0.85264,0.522498,1200,100,1), - (45406,112192,0,2821.34,-1408.38,147.553,-1.1781,0,0,-0.55557,0.83147,1200,100,1), - (45407,174935,0,2838.14,-1395.02,147.668,-0.994838,0,0,-0.477159,0.878817,1200,100,1), - (45408,112194,0,2830.33,-1404.39,147.553,-1.1781,0,0,-0.55557,0.83147,1200,100,1), - (45409,112197,0,2831.62,-1406.97,147.553,2.09439,0,0,0.866026,0.5,1200,100,1), - (45410,112198,0,2822.45,-1408.84,147.553,-2.67908,0,0,0.973379,-0.229201,1200,100,1), - (45411,112202,0,2849.47,-1395.94,148.991,-2.66163,0,0,0.971342,-0.237686,1200,100,1), - (45412,179769,0,2841.93,-1400.97,147.668,0.453787,0,0,0.224952,0.97437,1200,100,1), - (45413,174940,0,2842.17,-1407.39,147.668,2.11185,0,0,0.870356,0.492423,1200,100,1), - (45414,179768,0,2838.85,-1402.47,147.668,0.506146,0,0,0.25038,0.968148,1200,100,1), - (45415,174936,0,2839.94,-1394.08,147.668,-1.09083,0,0,-0.518773,0.854912,1200,100,1), - (45416,174932,0,2835.68,-1416.62,146.652,2.05076,0,0,0.854912,0.518773,1200,100,1), - (45417,112199,0,2823.86,-1411.58,147.553,-2.80998,0,0,0.986286,-0.165048,1200,100,1), - (45418,174943,0,2846.75,-1410.58,147.668,-1.02974,0,0,-0.492423,0.870356,1200,100,1), - (45419,174934,0,2836.21,-1396.02,147.668,-1.09083,0,0,-0.518773,0.854912,1200,100,1), - (45420,112223,0,2831.56,-1405.45,147.553,-2.67908,0,0,0.973379,-0.229201,1200,100,1), - (45421,23016,0,2827.59,-1544.08,151.209,0.2618,0,0,0.130526,0.991445,1200,100,1), - (45422,23018,0,2844.93,-1549.65,151.178,3.08051,0,0,0.999534,0.030538,1200,100,1), - (45423,23017,0,2828.32,-1547.41,151.209,0.898845,0,0,0.434445,0.900698,1200,100,1), - (45424,23016,0,2687.23,-1951.62,72.156,1.42244,0,0,0.65276,0.757565,1200,100,1), - (45425,23018,0,2699.25,-1937.94,72.1254,-2.04204,0,0,-0.85264,0.522499,1200,100,1), - (45426,23017,0,2690.57,-1952.27,72.156,2.05949,0,0,0.857167,0.515038,1200,100,1), - (45427,174626,0,1267.59,-2567.38,94.1143,-1.09083,0,0,-0.518773,0.854912,1200,100,1), - (45428,176767,0,1262.97,-2563.08,96.8452,0.479966,0,0,0.237686,0.971342,1200,100,1), - (45429,177726,0,2872.28,-1481.25,146.433,2.30383,0,0,0.913545,0.406737,7200,100,1), - (45430,177726,0,2864.11,-1463.57,146.141,-1.76278,0,0,0.771625,-0.636078,7200,100,1), - (45431,177726,0,3012.15,-1509.73,146.374,0.20944,0,0,0.104528,0.994522,7200,100,1), - (45432,177726,0,2867.84,-1455.52,146.398,-1.01229,0,0,0.48481,-0.87462,7200,100,1), - (45433,177726,0,2879.67,-1563.35,147.259,-2.25148,0,0,0.902585,-0.430511,7200,100,1), - (45434,177726,0,2960.97,-1485.12,146.582,-1.85005,0,0,0.798635,-0.601815,7200,100,1), - (45435,177726,0,2912.01,-1554.45,145.805,2.84489,0,0,0.989016,0.147809,7200,100,1), - (45436,177726,0,2983.68,-1485.88,147.043,2.89725,0,0,0.992546,0.121869,7200,100,1), - (45437,177726,0,2915.22,-1559.36,145.223,1.22173,0,0,0.573576,0.819152,7200,100,1), - (45438,175795,0,1380.09,-1691.1,69.524,-0.645772,0,0,0.317305,-0.948324,1200,100,1), - (45439,175795,0,1393.23,-1707.35,68.1579,1.98968,0,0,0.838671,0.544639,1200,100,1), - (45440,175795,0,1459.99,-1636.9,71.3693,2.04204,0,0,0.85264,0.522499,1200,100,1), - (45441,175795,0,1565.49,-1527.46,64.0972,0.610865,0,0,0.300706,0.953717,1200,100,1), - (45442,175795,0,1547.85,-1639.82,71.588,-0.837758,0,0,0.406737,-0.913545,1200,100,1), - (45443,175795,0,1452.54,-1739.81,71.5766,0,0,0,0,1,1200,100,1), - (45444,175795,0,1392.65,-1694.79,70.1015,1.11701,0,0,0.529919,0.848048,1200,100,1), - (45445,175795,0,1477.22,-1643.99,71.4427,2.05949,0,0,0.857167,0.515038,1200,100,1), - (45446,175795,0,1581.4,-1524.63,63.9671,-0.034907,0,0,0.017452,-0.999848,1200,100,1), - (45447,175795,0,1587.12,-1591.09,66.7877,2.26893,0,0,0.906308,0.422618,1200,100,1), - (45448,175802,0,1442.58,-1339.81,60.9195,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (45449,175802,0,1259.74,-1457.78,60.0777,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (45450,175802,0,1395.32,-1405.5,56.3329,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (45451,175802,0,1366.37,-1677.68,65.4626,1.8326,0,0,0.793353,0.608761,180,100,1), - (45452,175802,0,1247.33,-1425.4,57.4378,3.00197,0,0,0.997564,0.069757,180,100,1), - (45453,175802,0,1363.71,-1358.37,51.1534,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (45454,175802,0,1297.67,-1384.63,49.5268,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (45455,175802,0,1370.68,-1228.98,61.6614,0.453786,0,0,0.224951,0.97437,180,100,1), - (45456,175802,0,1460.78,-1587.64,67.8308,-2.09439,0,0,0.866025,-0.5,180,100,1), - (45457,175802,0,1408.24,-1429.33,56.6351,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (45458,175926,0,1914.1,-1638.53,60.3946,2.60054,0,0,0.96363,0.267238,2,100,1), - (45459,176151,0,1382.42,-1449.85,56.969,1.64061,0,0,0.731354,0.681998,300,100,1), - (45460,176151,0,1360.85,-1458.26,56.969,0.645772,0,0,0.317305,0.948324,300,100,1), - (45461,176151,0,1374.15,-1448.33,56.969,1.69297,0,0,0.748956,0.66262,300,100,1), - (45462,176151,0,1393.88,-1457.68,58.3282,2.33874,0,0,0.920505,0.390731,300,100,1), - (45463,176151,0,1360.83,-1448.93,56.969,1.95477,0,0,0.829038,0.559193,300,100,1), - (45464,176151,0,1394.99,-1450.47,58.3282,0.855211,0,0,0.414693,0.909961,300,100,1), - (45465,176151,0,1356.51,-1452.11,57.8184,-0.296706,0,0,0.147809,-0.989016,300,100,1), - (45466,176151,0,1385.29,-1455.31,56.9689,0.017453,0,0,0.008727,0.999962,300,100,1), - (45467,176150,0,1368.85,-1449.31,56.969,0.279253,0,0,0.139173,0.990268,10,100,1), - (45468,176151,0,1380.05,-1457.83,56.9689,1.71042,0,0,0.75471,0.656059,300,100,1), - (45469,176587,0,1472.9,-1914.6,59.8501,2.1293,0,0,0.874619,0.48481,300,100,1), - (45470,176587,0,1711.91,-2267.45,58.8344,-1.02974,0,0,-0.492422,0.870357,300,100,1), - (45471,176587,0,1871.52,-1512.08,59.354,1.18682,0,0,0.559191,0.829039,300,100,1), - (45472,176587,0,2097.08,-1613.8,65.1345,-3.10669,0,0,-0.999848,0.0174505,300,100,1), - (45473,142141,0,2443.13,-1963.16,115.076,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (45474,176584,0,1959.56,-2296.7,61.1561,-0.05236,0,0,-0.026177,0.999657,300,100,1), - (45475,176584,0,1644.26,-1690.35,60.1426,-0.15708,0,0,-0.0784593,0.996917,300,100,1), - (45477,176584,0,3020.37,-1471.85,146.344,2.00713,0,0,0.843392,0.537299,300,100,1), - (45478,142141,0,1093.33,-1860.1,62.4847,-2.05949,0,0,-0.857168,0.515037,300,100,1), - (45479,177725,0,2959.57,-1372,149.728,0.558505,0,0,0.275637,0.961262,1200,100,1), - (45480,177727,0,2971.64,-1373.58,148.546,-0.855212,0,0,0.414693,-0.909961,1200,100,1), - (45481,177724,0,2960.78,-1372.21,148.74,1.11701,0,0,0.529919,0.848048,1200,100,1), - (45482,175894,0,1783.06,-1248.57,59.8121,0.802851,0,0,0.390731,0.920505,2,100,1), - (45483,153471,0,2317.03,-1867.21,91.1002,-2.09439,0,0,0.866025,-0.5,7200,100,1), - (45484,153453,0,1276.58,-1438.97,54.7453,1.69297,0,0,0.748956,0.66262,7200,100,1), - (45485,153453,0,1663.49,-2362.48,66.4362,0.034907,0,0,0.017452,0.999848,7200,100,1), - (45486,153468,0,2989.21,-1601.67,184.449,2.49582,0,0,0.948324,0.317305,7200,100,1), - (45487,153471,0,2833.18,-1430.73,146.347,-0.977384,0,0,0.469472,-0.882948,7200,100,1), - (45488,153453,0,1943.14,-1619.81,65.8298,-1.50098,0,0,0.681998,-0.731354,7200,100,1), - (45489,153471,0,1999.12,-2418.34,60.1171,1.43117,0,0,0.656059,0.75471,7200,100,1), - (45490,153471,0,1879.78,-1331.77,59.8191,-3.01942,0,0,0.998135,-0.061048,7200,100,1), - (45491,153471,0,1269.15,-1584.73,59.488,0.314159,0,0,0.156434,0.987688,7200,100,1), - (45492,153453,0,1453.66,-1275.51,68.5218,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (45494,176745,0,1127.89,-2387.34,59.1675,1.41372,0,0,0.649448,0.760406,1200,100,1), - (45495,176192,0,1457.6,-1275.34,69.4593,-2.37365,0,0,0.927184,-0.374607,2,100,1), - (45506,175924,0,1944.04,-1619.52,65.8237,-2.33874,0,0,0.920505,-0.390731,10,100,1), - (45507,177490,0,2449.44,-1662.34,103.127,0.261799,0,0,0.130526,0.991445,1200,100,1), - (45508,176206,0,2822.29,-1411.67,148.714,0.401426,0,0,0.199368,0.979925,2,100,1), - (45509,177045,0,2822.29,-1411.67,148.714,0.401426,0,0,0.199368,0.979925,1200,100,1), - (45510,176207,0,1727.26,-2326.33,59.5189,-0.715585,0,0,0.350207,-0.936672,2,100,1), - (45511,177045,0,1727.26,-2326.33,59.5189,-0.715585,0,0,0.350207,-0.936672,1200,100,1), - (45512,176213,0,2412.71,-1721.56,107.006,2.89725,0,0,0.992546,0.121869,7200,100,1), - (45513,176214,0,2412.71,-1721.56,107.006,2.89725,0,0,0.992546,0.121869,1200,100,1), - (45514,176213,0,1791.37,-1834.49,61.1652,3.14159,0,0,1,0,7200,100,1), - (45515,176214,0,1791.37,-1834.49,61.1652,3.14159,0,0,1,0,1200,100,1), - (574241,375,0,2287.5,1419.42,33.3334,0.307855,0,0,0.153321,0.988177,120,255,1), - (45517,175795,0,1579.78,-1577.51,66.0182,-2.3911,0,0,0.930418,-0.366501,1200,100,1), - (45518,175795,0,1566,-1666.89,66.5444,3.03687,0,0,0.99863,0.052336,1200,100,1), - (45519,175795,0,1481.3,-1658.36,71.2339,2.09439,0,0,0.866025,0.5,1200,100,1), - (45521,175795,0,1520.75,-1657.25,72.4614,2.26893,0,0,0.906308,0.422618,1200,100,1), - (45522,175795,0,1590.57,-1605.59,67.0138,-0.296706,0,0,0.147809,-0.989016,1200,100,1), - (45523,175795,0,1478.63,-1613.5,69.4307,-2.51327,0,0,0.951057,-0.309017,1200,100,1), - (45524,175795,0,1465.05,-1741.84,71.1726,2.9147,0,0,0.993572,0.113203,1200,100,1), - (45525,175795,0,1439.34,-1746.62,71.07,-2.44346,0,0,0.939693,-0.34202,1200,100,1), - (45526,175795,0,1532.62,-1671.76,72.6519,-0.471239,0,0,0.233445,-0.97237,1200,100,1), - (45527,175802,0,1253.12,-1527.2,59.8639,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (45528,175802,0,1412.98,-1314.18,59.2673,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (45529,175802,0,1476.04,-1518.45,56.2876,0.314159,0,0,0.156434,0.987688,180,100,1), - (45530,175802,0,1371.54,-1419.11,48.9352,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (45531,175802,0,1416.45,-1256.14,61.864,1.74533,0,0,0.766044,0.642788,180,100,1), - (45532,175802,0,1347.66,-1510.8,59.0271,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (45533,175802,0,1275.18,-1578.36,59.4729,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (45534,175802,0,1461.21,-1317,62.2837,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (45535,175802,0,1278.55,-1511.36,59.6755,2.63545,0,0,0.968148,0.25038,180,100,1), - (45536,175802,0,1257.36,-1379.93,49.8689,1.50098,0,0,0.681998,0.731354,180,100,1), - (45537,176586,0,2693.49,-1661.42,147.172,-0.523599,0,0,-0.258819,0.965926,300,100,1), - (45538,176584,0,2401.16,-1622.07,108.026,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (45539,142142,0,2082.24,-1543.59,65.4353,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (45540,176587,0,2066.96,-2506.99,64.0521,-2.67035,0,0,-0.972369,0.233447,300,100,1), - (45541,142141,0,1540.87,-2012.89,60.0711,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (45542,142142,0,1802.61,-1424.62,59.3134,0.069813,0,0,0.0348994,0.999391,300,100,1), - (45543,142141,0,1811.75,-1115.76,60.5452,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (45544,142141,0,1374.24,-1278.43,58.6285,2.28638,0,0,0.909961,0.414694,300,100,1), - (45545,142142,0,2827.46,-1364.16,145.578,-1.22173,0,0,-0.573576,0.819152,300,100,1), - (45546,142142,0,1574.81,-1276.14,63.6341,-1.46608,0,0,-0.66913,0.743145,300,100,1), - (45547,153471,0,2558.21,-1812.66,34.1335,-3.12414,0,0,0.999962,-0.008727,7200,100,1), - (45548,153453,0,2199.86,-1767.21,60.8591,-0.401426,0,0,0.199368,-0.979925,7200,100,1), - (45549,153471,0,2713.43,-1637.06,131.475,0.174533,0,0,0.087156,0.996195,7200,100,1), - (45550,153471,0,1547.82,-1440.9,65.0662,2.37365,0,0,0.927184,0.374607,7200,100,1), - (45554,175795,0,1471.83,-1731.22,71.5081,-2.80998,0,0,0.986286,-0.165048,1200,100,1), - (45555,142141,0,2332.05,-1511.23,91.4124,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (45556,176587,0,1123.23,-2578.06,61.0618,1.309,0,0,0.608763,0.793352,300,100,1), - (45557,176586,0,1861.67,-1889.43,99.0528,-2.9147,0,0,-0.993572,0.113203,300,100,1), - (45558,176587,0,2091.89,-1709.48,61.7097,1.11701,0,0,0.529919,0.848048,300,100,1), - (45559,176584,0,1548.84,-2014.29,59.9311,-3.12414,0,0,-0.999962,0.0087262,300,100,1), - (45562,20972,0,1651.62,-4805.73,85.3026,1.56207,-0.021526,0.01552,0.703848,0.709855,900,100,1), - (45563,2061,0,1651.62,-4805.73,85.3026,1.56207,-0.021526,0.01552,0.703848,0.709855,900,100,1), - (45564,176978,0,2046.41,-4509.19,73.7033,-2.28638,0,0,0.909961,-0.414694,900,100,1), - (45565,176276,0,2258.4,-5338.74,86.5647,3.14159,-0.056673,0.026135,0.99805,0.001484,900,100,1), - (45566,2061,0,2258.4,-5338.74,86.5647,3.14159,-0.056673,0.026135,0.99805,0.001484,900,100,1), - (45567,176277,0,2304.18,-5303.3,81.9963,3.14159,0,-0.008727,0.999962,0,900,100,1), - (45568,2061,0,2304.18,-5303.3,81.9963,3.14159,0,-0.008727,0.999962,0,900,100,1), - (45569,176973,0,2849.58,-4406.56,87.1056,2.58309,0,0,0.961262,0.275637,900,100,1), - (45570,176389,0,2684.93,-5402.48,157.013,3.14159,0,0,1,0,900,100,1), - (45571,2061,0,2684.93,-5402.48,157.013,3.14159,0,0,1,0,900,100,1), - (45572,176390,0,2669.94,-5504.85,162.417,3.14159,0,0,1,0,900,100,1), - (45573,2061,0,2669.94,-5504.85,162.417,3.14159,0,0,1,0,900,100,1), - (45574,176985,0,1751.66,-3623.4,118.502,3.11541,0,0,0.999914,0.01309,900,100,1), - (45575,176972,0,2849.63,-4406.45,88.4929,-0.558507,0,0,-0.275638,0.961262,900,100,1), - (45576,176967,0,3140.37,-3411.06,141.124,-1.29154,0,0,-0.601815,0.798635,900,100,1), - (45577,176968,0,3140.33,-3411,141.125,0.279252,0,0,0.139173,0.990268,900,100,1), - (45578,176969,0,3140.27,-3411.11,141.12,1.85005,0,0,0.798636,0.601814,900,100,1), - (45579,176970,0,2849.59,-4406.55,88.4945,2.58309,0,0,0.961262,0.275637,900,100,1), - (45580,176971,0,2849.66,-4406.57,88.5517,-2.1293,0,0,0.87462,-0.48481,900,100,1), - (45581,177264,0,2923.08,-4946.41,95.1625,-3.002,0.568144,0.411121,0.590135,-0.399915,2,100,1), - (45582,176986,0,1751.62,-3623.34,119.835,1.54462,0,0,0.69779,0.716302,900,100,1), - (45583,176272,0,2792.18,-5406.48,162.825,-3.06305,-0.040575,0.033305,0.997904,-0.037836,900,100,1), - (45584,2061,0,2792.18,-5406.48,162.825,-3.06305,-0.040575,0.033305,0.997904,-0.037836,900,100,1), - (45585,176274,0,2793.5,-5581.04,161.705,2.42601,0,0,0.936672,0.350207,900,100,1), - (45586,2061,0,2793.5,-5581.04,161.705,2.42601,0,0,0.936672,0.350207,900,100,1), - (45587,176980,0,2046.34,-4509.18,73.7058,2.42601,0,0,0.936672,0.350207,900,100,1), - (45588,176981,0,2046.29,-4509.09,73.71,0.855211,0,0,0.414693,0.909961,900,100,1), - (45589,176979,0,2046.41,-4509.19,72.3702,-2.28638,0,0,0.909961,-0.414693,900,100,1), - (45590,176264,0,3079.74,-3369.22,154.359,-1.09083,0,0,-0.518773,0.854912,900,100,1), - (45591,2061,0,3079.74,-3369.22,154.359,-1.09083,0,0,-0.518773,0.854912,900,100,1), - (45592,176266,0,2824.24,-3849.04,106.123,1.50971,0,0,0.685183,0.728371,900,100,1), - (45593,2061,0,2824.24,-3849.04,106.123,1.50971,0,0,0.685183,0.728371,900,100,1), - (45594,176267,0,2474.82,-3706.07,177.933,1.7017,0,0,0.75184,0.659346,900,100,1), - (45595,2061,0,2474.82,-3706.07,177.933,1.7017,0,0,0.75184,0.659346,900,100,1), - (45596,176270,0,1856.12,-3492.39,107.931,2.9147,-0.018421,-0.046186,0.992414,0.112439,900,100,1), - (45597,2061,0,1856.12,-3492.39,107.931,2.9147,-0.018421,-0.046186,0.992414,0.112439,900,100,1), - (45598,176982,0,2046.28,-4509.09,72.3769,0.855211,0,0,0.414693,0.909961,900,100,1), - (45599,176268,0,2498.45,-3768.6,177.505,-2.93654,0,0,0.994749,-0.102346,900,100,1), - (45600,2061,0,2498.45,-3768.6,177.505,-2.93654,0,0,0.994749,-0.102346,900,100,1), - (45601,20970,0,2783.29,-4814.73,80.5852,-3.14159,-0.078447,0.017399,0.996765,0.001369,900,100,1), - (45602,2061,0,2783.29,-4814.73,80.5852,-3.14159,-0.078447,0.017399,0.996765,0.001369,900,100,1), - (45603,181236,0,2289.56,-5318.35,88.64,2.35787,0,0,0.924199,0.381912,900,100,1), - (45604,176273,0,2794.42,-5585.13,161.76,2.99324,0,0,0.99725,0.074109,900,100,1), - (45605,2061,0,2794.42,-5585.13,161.76,2.99324,0,0,0.99725,0.074109,900,100,1), - (45606,181130,0,2261.36,-5322.45,81.8427,-1.19123,0,0,-0.561018,0.827803,900,100,1), - (45607,181131,0,2264.12,-5316.56,81.9278,1.90375,0,0,0.814505,0.580157,900,100,1), - (45608,181134,0,2706.01,-4002.39,92.1321,-2.83236,0,0,0.988071,-0.154,900,100,1), - (45609,2066,0,2706.01,-4002.39,92.1321,-2.83236,0,0,0.988071,-0.154,900,100,1), - (45610,181135,0,2687.99,-4029,92.7841,2.05109,0.005994,0.001468,0.854991,0.518606,900,100,1), - (45611,2066,0,2687.99,-4029,92.7841,2.05109,0.005994,0.001468,0.854991,0.518606,900,100,1), - (45612,178831,0,3372.45,-3379.63,144.855,3.03687,0,0,0.99863,0.052336,900,100,1), - (45613,20969,0,2821.23,-4738.76,75.5786,1.76278,0,0,0.771625,0.636078,900,100,1), - (45614,2061,0,2821.23,-4738.76,75.5786,1.76278,0,0,0.771625,0.636078,900,100,1), - (45615,176984,0,1751.66,-3623.41,119.835,3.11541,0,0,0.999914,0.01309,900,100,1), - (45616,176271,0,2100.83,-3943.71,135.299,-3.14159,0.017432,-0.047971,0.998696,0.000837,900,100,1), - (45617,2061,0,2100.83,-3943.71,135.299,-3.14159,0.017432,-0.047971,0.998696,0.000837,900,100,1), - (45618,176275,0,2609.16,-5503.63,158.051,3.14159,0.047923,0.047923,0.997698,-0.002302,900,100,1), - (45619,2061,0,2609.16,-5503.63,158.051,3.14159,0.047923,0.047923,0.997698,-0.002302,900,100,1), - (45620,176983,0,1751.66,-3623.24,119.84,-0.026181,0,0,-0.01309,0.999914,900,100,1), - (45621,176269,0,2291,-4980.33,73.8016,3.14159,0,0,1,0,900,100,1), - (45622,2066,0,2291,-4980.33,73.8016,3.14159,0,0,1,0,900,100,1), - (45623,175657,0,3447.17,-3369.94,140.925,-1.48877,-0.117315,0.128027,-0.665327,0.726076,900,100,1), - (45624,175656,0,3446.54,-3370.09,140.956,1.65806,0,0,0.737278,0.67559,900,100,1), - (45625,175432,0,3191.1,-4044.29,108.423,3.12414,0,0,0.999962,0.008726,900,100,1), - (45626,175369,0,3185.48,-4039.1,107.792,3.12414,0,0,0.999962,0.008726,900,100,1), - (45627,175370,0,3271.52,-4064.31,108.435,-2.85361,0,0,0.989651,-0.143492,900,100,1), - (45632,179760,0,1594.1,-5298.19,91.2139,-0.462513,0,0,-0.229201,0.973379,900,100,1), - (45633,179762,0,1590.88,-5304.93,91.2139,-0.462513,0,0,-0.229201,0.973379,900,100,1), - (45634,179763,0,1614.96,-5307.08,89.8441,-0.567233,0,0,-0.27983,0.96005,900,100,1), - (45635,179749,0,1652.53,-5323.6,77.8271,2.69653,0,0,0.975342,0.220698,900,100,1), - (45636,179765,0,1597.51,-5303.04,75.8948,-0.479965,0,0,-0.237686,0.971342,900,100,1), - (45637,179761,0,1592.36,-5301.82,91.2139,-0.462513,0,0,-0.229201,0.973379,900,100,1), - (45638,179750,0,1646.97,-5335.24,77.8271,2.69653,0,0,0.975342,0.220698,900,100,1), - (45639,179756,0,1605.62,-5302.39,91.0757,1.64934,0,0,0.734322,0.678801,900,100,1), - (45640,179764,0,1600.52,-5304.45,75.8948,2.69653,0,0,0.975342,0.220698,900,100,1), - (45641,179753,0,1600.83,-5312.14,91.0757,0.671951,0,0,0.32969,0.944089,900,100,1), - (45642,179751,0,1614.33,-5332.42,99.9554,-0.942478,0,0,-0.45399,0.891007,900,100,1), - (45643,179748,0,1589.52,-5311.83,91.2139,1.10828,0,0,0.526213,0.850352,900,100,1), - (45644,179757,0,1593.15,-5313.56,91.2139,1.10828,0,0,0.526213,0.850352,900,100,1), - (45645,179758,0,1598.11,-5293.83,91.2139,-1.98967,0,0,-0.83867,0.544639,900,100,1), - (45646,179754,0,1609.5,-5290.28,99.9554,-2.51327,0,0,0.951056,-0.309017,900,100,1), - (45647,179755,0,1594.18,-5323.02,99.9554,-2.51327,0,0,0.951056,-0.309017,900,100,1), - (45648,179759,0,1601.82,-5295.4,91.2139,-1.98967,0,0,-0.83867,0.544639,900,100,1), - (45649,179752,0,1629.87,-5300.02,99.9554,-1.46608,0,0,-0.669131,0.743145,900,100,1), - (45650,179766,0,1610.76,-5316.04,89.8441,-0.445059,0,0,-0.220698,0.975342,900,100,1), - (45651,151969,0,1747.94,-5426.71,113.491,-0.20944,0,0,-0.104529,0.994522,900,100,1), - (45652,151972,0,1752.64,-5455.09,89.5215,2.94088,0,0,0.994969,0.100187,900,100,1), - (45653,151954,0,1736.92,-5454.77,89.5306,-0.15708,0,0,-0.078459,0.996917,900,100,1), - (45654,151957,0,1805.37,-5422.6,82.2901,2.92343,0,0,0.994056,0.108867,900,100,1), - (45655,151959,0,1798.57,-5417.04,82.3125,-1.78896,0,0,-0.779885,0.625923,900,100,1), - (45656,151961,0,1778.01,-5412.49,82.3125,-1.78896,0,0,-0.779885,0.625923,900,100,1), - (45657,151962,0,1785.52,-5414.15,82.3125,-1.78896,0,0,-0.779885,0.625923,900,100,1), - (45658,151955,0,1759.35,-5393.98,82.2953,-1.61443,0,0,-0.722364,0.691513,900,100,1), - (45659,151956,0,1790.95,-5418.15,82.3125,-0.226892,0,0,-0.113203,0.993572,900,100,1), - (45660,151964,0,1778.06,-5431.09,89.6598,1.3439,0,0,0.622515,0.782608,900,100,1), - (45661,151968,0,1760.03,-5404.57,113.491,-1.79769,0,0,-0.782608,0.622515,900,100,1), - (45662,151966,0,1741.55,-5428.46,82.2953,1.33518,0,0,0.619094,0.785317,900,100,1), - (45663,151971,0,1756.17,-5439.21,89.5215,2.94088,0,0,0.994969,0.100187,900,100,1), - (45664,177271,0,1754.45,-5418.32,118.324,-0.218166,0,0,-0.108867,0.994056,900,100,1), - (45665,151960,0,1771.75,-5429.15,82.3125,1.35263,0,0,0.625924,0.779884,900,100,1), - (45666,151958,0,1733.28,-5410.8,82.2953,-1.65806,0,0,-0.737277,0.67559,900,100,1), - (45667,151967,0,1804.46,-5428.6,89.685,2.92343,0,0,0.994056,0.108867,900,100,1), - (45668,151965,0,1740.71,-5413.56,113.519,-0.218166,0,0,-0.108867,0.994056,900,100,1), - (45669,151970,0,1741.73,-5435.66,89.5215,-0.218166,0,0,-0.108867,0.994056,900,100,1), - (45670,151953,0,1765.7,-5396.68,82.2953,2.95833,0,0,0.995805,0.091502,900,100,1), - (45671,151963,0,1776.74,-5411.5,89.6598,-1.78896,0,0,-0.779885,0.625923,900,100,1), - (45672,147436,0,1598.22,-5551.45,111.207,-2.05076,0,0,-0.854912,0.518773,900,100,1), - (45673,147438,0,1596.14,-5543.89,111.207,2.66163,0,0,0.971342,0.237686,900,100,1), - (45674,147439,0,1605.12,-5548.43,111.207,-0.479966,0,0,-0.237686,0.971342,900,100,1), - (45675,147441,0,1601.55,-5560.77,111.207,1.09083,0,0,0.518773,0.854912,900,100,1), - (45676,147442,0,1588.2,-5553.66,111.207,1.09083,0,0,0.518773,0.854912,900,100,1), - (45677,147446,0,1604.7,-5581.04,111.205,2.66163,0,0,0.971342,0.237686,900,100,1), - (45678,147447,0,1597.03,-5595.77,111.205,2.66163,0,0,0.971342,0.237686,900,100,1), - (45679,147448,0,1589.27,-5610.68,111.205,2.66163,0,0,0.971342,0.237686,900,100,1), - (45680,147445,0,1574.41,-5555.61,111.205,-0.479966,0,0,-0.237686,0.971342,900,100,1), - (45681,147440,0,1570.45,-5563.21,111.205,-0.479966,0,0,-0.237686,0.971342,900,100,1), - (45682,147437,0,1608.66,-5573.43,111.205,2.66163,0,0,0.971342,0.237686,900,100,1), - (45683,147435,0,1603.59,-5541.13,111.207,1.09083,0,0,0.518773,0.854912,900,100,1), - (45684,147444,0,1613.16,-5538.55,111.207,-2.05076,0,0,-0.854912,0.518773,900,100,1), - (45685,147449,0,1555.02,-5592.85,111.205,-0.479966,0,0,-0.237686,0.971342,900,100,1), - (45686,147450,0,1562.78,-5577.94,111.205,-0.479966,0,0,-0.237686,0.971342,900,100,1), - (45687,147443,0,1599.54,-5531.46,111.207,-2.05076,0,0,-0.854912,0.518773,900,100,1), - (45688,148957,0,1548.43,-5393.59,80.0324,1.50971,0,0,0.685183,0.728371,900,100,1), - (45689,148960,0,1548.7,-5387.11,78.2245,-0.724312,0,0,-0.354291,0.935135,900,100,1), - (45690,148958,0,1543.17,-5381.19,80.0324,0.069813,0,0,0.034899,0.999391,900,100,1), - (45691,148959,0,1548.99,-5380.5,80.0324,-1.9635,0,0,-0.83147,0.55557,900,100,1), - (45692,148956,0,1555.23,-5386.18,80.0324,2.99324,0,0,0.99725,0.074109,900,100,1), - (45693,182106,0,2539.61,-4801.55,115.766,2.00713,0,0,0.843391,0.5373,900,100,1), - (45694,182106,0,2569.6,-4772.93,115.399,2.72271,0,0,0.978148,0.207912,900,100,1), - (45695,182106,0,3148.17,-4365.51,145.029,1.53589,0,0,0.694658,0.71934,900,100,1), - (45696,182106,0,3188.76,-4358.5,144.555,1.97222,0,0,0.833886,0.551937,900,100,1), - (45697,177668,0,2803.14,-3759.45,126.201,0.139626,0,0,0.069756,0.997564,900,100,1), - (45698,177668,0,2855.47,-3232.33,134.957,3.05433,0,0,0.999048,0.043619,900,100,1), - (45699,177239,0,1556.88,-3284.6,86.2749,-0.10472,0,0,0.052336,-0.99863,900,100,1), - (45700,177604,0,1854.53,-3237.39,120.779,-2.61799,0,0,0.965926,-0.258819,900,100,1), - (45701,177604,0,1823.12,-3223.05,119.357,2.46091,0,0,0.942641,0.333807,900,100,1), - (45702,177604,0,1872.23,-3211.72,125.583,-0.314159,0,0,0.156434,-0.987688,900,100,1), - (45703,177604,0,1868.74,-3263.57,126.709,1.93731,0,0,0.824126,0.566406,900,100,1), - (45704,177604,0,1852.72,-3175.83,128.543,-2.58309,0,0,0.961262,-0.275637,900,100,1), - (45705,176587,0,2864.59,-3011.77,102.675,0.715585,0,0,0.350207,0.936672,300,100,1), - (45706,176586,0,3044.06,-4542.72,135.107,1.36136,0,0,0.629322,0.777145,300,100,1), - (45707,176584,0,3103.35,-4156.78,96.6142,-1.55334,0,0,-0.700908,0.713252,300,100,1), - (45708,142141,0,2027.98,-3431.85,109.943,0.436332,0,0,0.216439,0.976296,300,100,1), - (45709,177675,0,1576.2,-3270.77,87.885,-0.122173,0,0,0.061049,-0.998135,2,100,1), - (45710,177664,0,1574.83,-3248.03,73.2311,0.628319,0,0,0.309017,0.951057,900,100,1), - (45711,177664,0,1575.75,-3246.93,73.2311,-2.05949,0,0,0.857167,-0.515038,900,100,1), - (45712,177664,0,1575.08,-3264.91,78.7768,2.79253,0,0,0.984808,0.173648,900,100,1), - (45713,177664,0,1594.29,-3265.98,88.1488,-1.18682,0,0,0.559193,-0.829037,900,100,1), - (45714,177664,0,1598.85,-3248.16,66.8294,-1.85005,0,0,0.798635,-0.601815,900,100,1), - (45715,177664,0,1597.62,-3248.02,66.8294,1.62316,0,0,0.725374,0.688355,900,100,1), - (45716,177664,0,1599.17,-3244.91,66.8294,0.733038,0,0,0.358368,0.93358,900,100,1), - (45717,177665,0,1598.34,-3246.52,66.8294,-0.802851,0,0,0.390731,-0.920505,900,100,1), - (45718,177664,0,1595.64,-3258.53,88.1501,1.8326,0,0,0.793353,0.608761,900,100,1), - (45719,177804,0,1865.05,-3236.6,125.542,2.25148,0,0,0.902585,0.430511,10,100,1), - (45720,177805,0,1867.17,-3300.52,124.795,1.64061,0,0,0.731354,0.681998,10,100,1), - (45721,177806,0,1739.04,-3300.72,97.7257,2.42601,0,0,0.936672,0.350207,10,100,1), - (45722,182075,0,3235.73,-4263.08,98.6782,2.68781,0,0,0.97437,0.224951,900,100,1), - (45723,182076,0,3230.51,-4261.45,98.1817,2.1293,0,0,0.87462,0.48481,900,100,1), - (45724,182077,0,3228.59,-4256.07,97.9563,4.71239,0,0,0.707107,-0.707107,900,100,1), - (45725,182077,0,3234.45,-4264.41,98.6083,-1.79769,0,0,0.782608,-0.622515,900,100,1), - (45726,182078,0,3228.7,-4252.13,97.5613,1.91986,0,0,0.819152,0.573576,900,100,1), - (45727,182079,0,3238.49,-4259.48,98.1348,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (45728,182080,0,3229.37,-4248.63,97.5058,0.645772,0,0,0.317305,0.948324,900,100,1), - (45729,182081,0,3225.94,-4249.87,97.2352,1.39626,0,0,0.642788,0.766044,900,100,1), - (45730,175488,0,3398.7,-4998.99,167.667,2.3911,0,0,0.930418,0.366501,2,100,1), - (45731,175487,0,3466.96,-4985.37,195.424,-2.35619,0,0,0.92388,-0.382683,2,100,1), - (45732,177464,0,2831.32,-3211.77,130.282,0.191986,0,0,0.095846,0.995396,300,100,1), - (45733,177464,0,2924.76,-2940.54,103.583,2.72271,0,0,0.978148,0.207912,300,100,1), - (45734,153454,0,3003.64,-4886.26,108.384,0.506145,0,0,0.25038,0.968148,7200,100,1), - (45735,153453,0,2929.34,-3728.45,114.777,1.41372,0,0,0.649448,0.760406,7200,100,1), - (45736,176213,0,2192.74,-4479.21,87.66,3.03687,0,0,0.99863,0.052336,7200,100,1), - (45737,182063,0,1796.55,-5422.54,83.4887,1.98968,0,0,0.838671,0.544639,2,100,1), - (45738,177667,0,1600.31,-3241.3,66.8294,2.16421,0,0,0.882948,0.469472,2,100,1), - (45739,181476,0,3132.78,-3731.29,134.72,-2.77507,0,0,0.983255,-0.182235,900,100,1), - (45740,179498,0,1831.05,-5202.31,113.106,-3.10669,0,0,0.999848,-0.017452,10,100,1), - (45741,179498,0,1709.81,-5243.4,73.8047,-2.32129,0,0,0.91706,-0.398749,10,100,1), - (45742,179498,0,1643.78,-5394.08,74.3453,1.43117,0,0,0.656059,0.75471,10,100,1), - (45743,179498,0,1731.75,-5184.69,74.2646,2.47837,0,0,0.945519,0.325568,10,100,1), - (45744,179498,0,1558.48,-5585.33,111.175,-0.488692,0,0,0.241922,-0.970296,10,100,1), - (45745,179498,0,1701.28,-5556.79,102.831,2.56563,0,0,0.95882,0.284015,10,100,1), - (45746,179498,0,1707.22,-5445.95,73.6114,2.98451,0,0,0.996917,0.078459,10,100,1), - (45747,179498,0,1736.29,-5359.7,74.2946,1.58825,0,0,0.71325,0.700909,10,100,1), - (45748,179498,0,1620.4,-5304.8,89.8103,-2.00713,0,0,0.843391,-0.5373,10,100,1), - (45749,179498,0,1743.23,-5463.59,89.5351,1.3439,0,0,0.622515,0.782608,10,100,1), - (45750,177544,0,1461.95,-3586.53,87.7845,2.54818,0,0,0.956305,0.292372,2,100,1), - (45751,182059,0,3247.73,-4534.92,107.584,-2.11185,0,0,0.870356,-0.492423,900,100,1), - (45753,182106,0,1838.42,-3703.56,167.713,0.890118,0,0,0.430511,0.902585,900,100,1), - (45754,182106,0,1877.6,-3716.76,167.188,1.74533,0,0,0.766044,0.642788,900,100,1), - (45755,182106,0,2992.63,-3022.95,125.593,3.03687,0,0,0.99863,0.052336,900,100,1), - (45756,182106,0,2975.5,-3060.36,125.108,-1.0472,0,0,0.5,-0.866025,900,100,1), - (45757,179747,0,2915.52,-2850.17,97.0444,0.453786,0,0,0.224951,0.97437,900,100,1), - (45758,179747,0,2916.89,-2905.8,100.871,-0.017453,0,0,0.008727,-0.999962,900,100,1), - (45759,179747,0,2992.97,-2867.09,100.759,2.72271,0,0,0.978148,0.207912,900,100,1), - (45760,179747,0,2967.11,-3054.83,120.292,-1.11701,0,0,0.529919,-0.848048,900,100,1), - (45761,179747,0,2868.34,-2902.26,97.1712,-1.98968,0,0,0.838671,-0.544639,900,100,1), - (45762,179747,0,2997.42,-2878.24,102.333,0.122173,0,0,0.061049,0.998135,900,100,1), - (45763,179747,0,2971.16,-2870.4,100.149,2.28638,0,0,0.909961,0.414693,900,100,1), - (45764,181257,0,2272.14,-5283.31,82.1693,1.55334,0,0,0.700909,0.71325,900,100,1), - (45765,181257,0,2286.1,-5283.85,82.4626,1.6057,0,0,0.71934,0.694658,900,100,1), - (45766,181075,0,2297.43,-5339.89,90.8799,0.575959,0,0,0.284015,0.95882,900,100,1), - (45767,181077,0,2297.27,-5339.75,90.8799,-0.942478,0,0,0.453991,-0.891006,900,100,1), - (45768,181078,0,2296.2,-5337.89,90.8799,-0.977384,0,0,0.469472,-0.882948,900,100,1), - (45769,181076,0,2298.9,-5339.02,90.8799,-2.49582,0,0,0.948324,-0.317305,900,100,1), - (45770,181079,0,2298.86,-5341.83,90.8799,2.16421,0,0,0.882948,0.469472,900,100,1), - (45771,181080,0,2296.01,-5340.98,90.8799,0.610865,0,0,0.300706,0.953717,900,100,1), - (45772,177668,0,3234.45,-3095.5,162.193,0.174533,0,0,0.087156,0.996195,900,100,1), - (45773,177668,0,3292.42,-3643.56,149.743,1.3439,0,0,0.622515,0.782608,900,100,1), - (45774,177677,0,3364.35,-4909.32,159.366,-0.15708,0,0,0.078459,-0.996917,900,100,1), - (45775,177677,0,3370.24,-4906.31,159.336,-2.89725,0,0,0.992546,-0.121869,900,100,1), - (45776,177604,0,1914.38,-3208.45,134.074,-2.9147,0,0,0.993572,-0.113203,900,100,1), - (45777,177604,0,1842.2,-3207.07,124.358,-1.01229,0,0,0.48481,-0.87462,900,100,1), - (45778,177604,0,1869.69,-3211.32,125.447,3.07178,0,0,0.999391,0.034899,900,100,1), - (45779,177604,0,1823.4,-3183.71,120.43,-3.05433,0,0,0.999048,-0.043619,900,100,1), - (45780,177604,0,1844.19,-3264.78,118.091,0.925024,0,0,0.446198,0.894934,900,100,1), - (45781,177604,0,1906.8,-3228.86,121.052,-2.33874,0,0,0.920505,-0.390731,900,100,1), - (45782,176584,0,3137.76,-2946.87,121.373,0.663225,0,0,0.325568,0.945519,300,100,1), - (45784,176587,0,1712.41,-4910.69,88.1443,2.3911,0,0,0.930417,0.366502,300,100,1), - (45785,142142,0,2581.95,-4586.84,83.667,2.25148,0,0,0.902586,0.430509,300,100,1), - (45786,176584,0,2099.18,-2798.86,79.4446,-0.925024,0,0,-0.446198,0.894935,300,100,1), - (45787,176587,0,2687.42,-4252.07,97.2032,2.94961,0,0,0.995396,0.095844,300,100,1), - (45788,177464,0,3101.7,-2973.57,123.886,2.46091,0,0,0.942641,0.333807,300,100,1), - (45789,177464,0,3035.01,-3398.77,151.745,2.33874,0,0,0.920505,0.390731,300,100,1), - (45790,177464,0,3243.74,-3361.21,145.949,1.95477,0,0,0.829038,0.559193,300,100,1), - (45791,176317,0,2303.87,-5352.26,91.5743,2.16421,0,0,0.882948,0.469472,2,100,1), - (45792,182059,0,3222.39,-4567.55,109.807,2.30383,0,0,0.913545,0.406737,900,100,1), - (45793,179747,0,2850.89,-2949.52,98.9194,-1.18682,0,0,0.559193,-0.829037,900,100,1), - (45794,179747,0,2955.81,-2891.01,101.984,-2.75762,0,0,0.981627,-0.190809,900,100,1), - (45795,179747,0,2900.23,-2899.14,105.637,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (45796,179747,0,2825.92,-3014.59,104.616,-2.07694,0,0,0.861629,-0.507538,900,100,1), - (45797,179747,0,2865.08,-3047.4,103.398,-1.65806,0,0,0.737277,-0.67559,900,100,1), - (45798,179747,0,2968.6,-2755.77,112.842,1.309,0,0,0.608761,0.793353,900,100,1), - (45799,179747,0,2958.54,-2878.55,107.63,-1.36136,0,0,0.629321,-0.777146,900,100,1), - (45800,179747,0,3000.06,-2872.85,93.6041,0.087266,0,0,0.043619,0.999048,900,100,1), - (45801,177668,0,3006.01,-3433.58,150.562,-1.8326,0,0,0.793353,-0.608761,900,100,1), - (45802,177604,0,1924.73,-3249.43,120.349,-0.191986,0,0,0.095846,-0.995396,900,100,1), - (45803,177604,0,1884.22,-3236.26,119.506,-1.69297,0,0,0.748956,-0.66262,900,100,1), - (45804,177604,0,1885.36,-3154.44,115.716,-0.942478,0,0,0.453991,-0.891006,900,100,1), - (45805,177604,0,1915.71,-3173.64,113.362,1.8675,0,0,0.803857,0.594823,900,100,1), - (45806,177604,0,1902.92,-3263.79,121.171,-2.70526,0,0,0.976296,-0.21644,900,100,1), - (45807,177604,0,1856.38,-3285.96,117.936,-2.9147,0,0,0.993572,-0.113203,900,100,1), - (45808,177604,0,1889.86,-3287.38,115.745,1.85005,0,0,0.798636,0.601815,900,100,1), - (45809,176584,0,2330.51,-4407.83,96.5121,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (45810,176587,0,2248.66,-4084.08,77.1973,0.10472,0,0,0.0523361,0.99863,300,100,1), - (45811,176587,0,2285.63,-4489.29,100.796,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (45812,142141,0,2087.21,-3983.61,130.583,-0.802851,0,0,-0.390731,0.920505,300,100,1), - (45813,176586,0,2486.02,-5229.42,89.0458,2.98451,0,0,0.996917,0.0784606,300,100,1), - (45814,176586,0,3303.08,-3117.53,167.973,1.32645,0,0,0.615661,0.788011,300,100,1), - (45815,176587,0,3173.16,-4317.57,125.094,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (45816,176587,0,2121.78,-2811.04,81.9509,1.0821,0,0,0.515036,0.857168,300,100,1), - (45817,179747,0,3015.58,-2830.42,110.939,-1.09956,0,0,0.522499,-0.85264,900,100,1), - (45818,179747,0,2994.05,-2862.44,107.63,3.07178,0,0,0.999391,0.034899,900,100,1), - (45819,179747,0,2972.62,-3038.04,120.298,-1.8675,0,0,0.803857,-0.594823,900,100,1), - (45820,179747,0,2913.28,-2891.7,105.612,-0.523599,0,0,0.258819,-0.965926,900,100,1), - (45821,179747,0,2907.08,-3025.86,110.025,-1.91986,0,0,0.819152,-0.573576,900,100,1), - (45822,176584,0,1931.42,-3334.11,108.27,1.65806,0,0,0.737276,0.675591,300,100,1), - (45823,142142,0,2899.04,-2948.18,102.165,2.00713,0,0,0.843392,0.537299,300,100,1), - (45824,142141,0,2903.33,-5060.41,110.633,2.49582,0,0,0.948324,0.317305,300,100,1), - (45825,176583,0,3183.81,-4648.79,115.482,-2.89725,0,0,-0.992546,0.121868,300,100,1), - (45826,176586,0,2197.89,-3384.63,170.525,2.21657,0,0,0.894935,0.446197,300,100,1), - (45827,176586,0,1738.77,-5557.74,118.974,0.436332,0,0,0.216439,0.976296,300,100,1), - (45828,176586,0,2592.11,-3777.34,192.67,-0.401426,0,0,-0.199368,0.979925,300,100,1), - (45829,179747,0,3116.67,-2819.62,126.054,1.67552,0,0,0.743145,0.669131,900,100,1), - (45830,179747,0,2961.55,-2864.36,107.63,-1.50098,0,0,0.681998,-0.731354,900,100,1), - (45831,179747,0,2954.12,-3026.99,120.213,3.10669,0,0,0.999848,0.017452,900,100,1), - (45832,176587,0,3403.05,-4913.33,159.709,2.30383,0,0,0.913544,0.406739,300,100,1), - (45833,176587,0,2832.29,-3181.75,116.206,0.436332,0,0,0.216439,0.976296,300,100,1), - (45834,176584,0,2159.88,-4183.56,75.3865,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (45835,176587,0,3079.81,-4751.75,96.9671,1.41372,0,0,0.649449,0.760405,300,100,1), - (45837,176589,0,1663.37,-5585.61,102.194,-0.087267,0,0,-0.0436197,0.999048,3600,100,1), - (45838,181081,0,2297.47,-5339.24,91.8521,-0.593412,0,0,0.292372,-0.956305,900,100,1), - (45839,181081,0,2297.23,-5340.72,91.866,1.29154,0,0,0.601815,0.798636,900,100,1), - (45840,181082,0,2297.46,-5340,91.8521,2.14675,0,0,0.878817,0.477159,900,100,1), - (45841,177677,0,3362.45,-4904.24,159.253,-2.00713,0,0,0.843391,-0.5373,900,100,1), - (45842,176586,0,1609.7,-5213.33,92.6051,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (45843,181056,0,3157.28,-3743.47,236.951,2.76712,0,0,0.982523,0.186143,25,100,1), - (45844,176584,0,1684.28,-5542.05,101.781,-1.53589,0,0,-0.694658,0.71934,300,100,1), - (45845,142142,0,1948.3,-3384.17,103.864,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (45847,176584,0,2104.34,-3477.04,115.704,0,0,0,0,1,300,100,1), - (45848,177464,0,3185.19,-3051.57,142.776,1.39626,0,0,0.642788,0.766044,300,100,1), - (45849,177464,0,3149.18,-3107.17,162.386,-0.698132,0,0,0.34202,-0.939693,300,100,1), - (45850,177464,0,3204.61,-3344.22,163.94,1.309,0,0,0.608761,0.793353,300,100,1), - (45851,176587,0,2813.54,-4918.73,101.453,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (45852,177464,0,2917.48,-3844.04,119.692,-2.3911,0,0,0.930418,-0.366501,300,100,1), - (45853,176213,0,2958.04,-3485.06,146.222,-3.00197,0,0,0.997564,-0.069756,7200,100,1), - (45854,176214,0,2958.04,-3485.06,146.222,-3.00197,0,0,0.997564,-0.069756,900,100,1), - (45855,176583,0,1587.83,-5417.1,75.4493,0.541052,0,0,0.267238,0.96363,300,100,1), - (45856,176587,0,2035.5,-3416.72,110.1,1.97222,0,0,0.833885,0.551938,300,100,1), - (45857,177464,0,3264.28,-2975.98,130.729,-0.890118,0,0,0.430511,-0.902585,300,100,1), - (45858,177464,0,3112.57,-3902.23,134.875,0.733038,0,0,0.358368,0.93358,300,100,1), - (45859,177464,0,3246.43,-3053.01,158.993,-2.18166,0,0,0.887011,-0.461749,300,100,1), - (45860,142141,0,2748.95,-3899.36,96.998,1.22173,0,0,0.573576,0.819152,300,100,1), - (45861,177747,0,3327.59,-4203.74,160.015,3.07178,0,0,0.999391,0.034899,2,100,1), - (45862,177464,0,2921.3,-3961.48,106.724,0.174533,0,0,0.087156,0.996195,300,100,1), - (45864,180100,0,3167.72,-4355.91,138.785,1.69297,0,0,0.748956,0.66262,900,100,1), - (45865,177464,0,2821.56,-3159.57,114.976,-0.226893,0,0,0.113203,-0.993572,300,100,1), - (45866,177464,0,2963.69,-3288.09,123.335,-2.47837,0,0,0.945519,-0.325568,300,100,1), - (45867,177464,0,3033.55,-3197.28,146.286,-1.93731,0,0,0.824126,-0.566406,300,100,1), - (45868,176213,0,2144.03,-3241.36,112.884,-1.74533,0,0,0.766044,-0.642788,7200,100,1), - (45869,176214,0,2144.03,-3241.36,112.884,-1.74533,0,0,0.766044,-0.642788,900,100,1), - (45870,176587,0,2142.95,-2875.18,88.9537,2.70526,0,0,0.976296,0.21644,300,100,1), - (45871,177464,0,3150.41,-3781.63,133.505,0.645772,0,0,0.317305,0.948324,300,100,1), - (45872,177464,0,2988.2,-3757.75,128.973,-2.94961,0,0,0.995396,-0.095846,300,100,1), - (45873,177464,0,3134.35,-3492.04,156.367,-0.05236,0,0,0.026177,-0.999657,300,100,1), - (45874,177464,0,3203.84,-3721.22,147.665,-1.69297,0,0,0.748956,-0.66262,300,100,1), - (45875,176208,0,2511.07,-4163.67,47.7799,2.3911,0,0,0.930418,0.366501,2,100,1), - (45876,176591,0,2511.07,-4163.67,47.7799,2.3911,0,0,0.930418,0.366501,900,100,1), - (45877,177464,0,2813.03,-3816.65,104.483,3.07178,0,0,0.999391,0.034899,300,100,1), - (45878,177464,0,2876.65,-3425.46,106.596,0.069813,0,0,0.034899,0.999391,300,100,1), - (45879,177789,0,2997.61,-2860.27,107.63,1.11701,0,0,0.529919,0.848048,2,100,1), - (45881,177240,0,1557.35,-3281.02,86.6763,-0.087267,0,0,0.04362,-0.999048,2,100,1), - (45886,177677,0,3375.49,-4903.45,159.404,-1.6057,0,0,0.71934,-0.694658,900,100,1), - (45887,177677,0,3358.5,-4910.05,159.308,1.95477,0,0,0.829038,0.559193,900,100,1), - (45888,177464,0,3186.21,-3561.96,152.481,-2.93215,0,0,0.994522,-0.104529,300,100,1), - (45889,177464,0,2980.26,-3578.71,146.556,0.890118,0,0,0.430511,0.902585,300,100,1), - (45890,177464,0,3174.8,-3875.18,127.319,-1.15192,0,0,0.544639,-0.838671,300,100,1), - (45891,177464,0,2900.32,-3685.61,116.883,3.08923,0,0,0.999657,0.026177,300,100,1), - (45892,176213,0,2888.38,-4086.29,101.381,-2.19912,0,0,0.891007,-0.45399,7200,100,1), - (45894,179747,0,3003.44,-2829.65,106.174,-1.67552,0,0,0.743145,-0.669131,900,100,1), - (45895,177677,0,3368.92,-4900.83,159.357,0.680678,0,0,0.333807,0.942641,900,100,1), - (45896,179747,0,2968.79,-2724.6,112.788,1.64061,0,0,0.731354,0.681998,900,100,1), - (45897,179747,0,2999.99,-2750.22,119.115,-1.02974,0,0,0.492424,-0.870356,900,100,1), - (45898,179747,0,2946.98,-2743.9,109.499,-2.18166,0,0,0.887011,-0.461749,900,100,1), - (45899,179747,0,2980.18,-2783.62,110.581,-2.54818,0,0,0.956305,-0.292372,900,100,1), - (45900,179747,0,2935.37,-2779.95,110.451,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (45901,179747,0,2916.91,-2770.76,120.46,-0.523599,0,0,0.258819,-0.965926,900,100,1), - (45902,179747,0,3000.26,-2825.68,117.44,0.628319,0,0,0.309017,0.951057,900,100,1), - (45903,179747,0,2968.57,-2944.56,105.866,0.872665,0,0,0.422618,0.906308,900,100,1), - (45904,179747,0,3071.87,-2859.33,107.392,-0.959931,0,0,0.461749,-0.887011,900,100,1), - (45905,179747,0,3050.04,-2887.48,109.743,2.32129,0,0,0.91706,0.398749,900,100,1), - (45906,179747,0,2941.44,-2979.87,109.033,-1.32645,0,0,0.615661,-0.788011,900,100,1), - (45907,177668,0,3124.68,-3869.22,139.169,0.226893,0,0,0.113203,0.993572,900,100,1), - (45908,176583,0,2433.27,-4630.52,64.1854,2.56563,0,0,0.958819,0.284017,300,100,1), - (45910,153454,0,3191.12,-4639.98,119.947,-2.94961,0,0,0.995396,-0.095846,7200,100,1), - (45911,177668,0,3180.5,-3321.09,166.007,-0.855212,0,0,0.414693,-0.909961,900,100,1), - (45912,142141,0,3010.58,-3385.03,147.425,2.1293,0,0,0.874619,0.48481,300,100,1), - (45913,177668,0,3183.1,-3461.12,168.207,1.0472,0,0,0.5,0.866025,900,100,1), - (45914,176587,0,2889.89,-3784.17,112.466,-0.785398,0,0,-0.382683,0.92388,300,100,1), - (45915,153454,0,2544.61,-3704.67,179.64,0.244346,0,0,0.121869,0.992546,7200,100,1), - (45918,177677,0,3372.38,-4914.28,159.563,-2.60054,0,0,0.96363,-0.267238,900,100,1), - (45919,177677,0,3356.58,-4902.11,159.253,-0.436333,0,0,0.21644,-0.976296,900,100,1), - (45920,177677,0,3376.41,-4909.34,159.357,-1.309,0,0,0.608761,-0.793353,900,100,1), - (45921,177677,0,3361.99,-4896.87,159.265,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (45922,177677,0,3355.94,-4915.08,159.327,0.802851,0,0,0.390731,0.920505,900,100,1), - (45923,177677,0,3367.08,-4921.18,159.694,2.77507,0,0,0.983255,0.182236,900,100,1), - (45924,177677,0,3362.06,-4915.01,159.461,0.471239,0,0,0.233445,0.97237,900,100,1), - (45925,177677,0,3369.51,-4894.12,159.475,0.488692,0,0,0.241922,0.970296,900,100,1), - (45926,177677,0,3352.44,-4907.72,159.253,2.56563,0,0,0.95882,0.284015,900,100,1), - (45927,177677,0,3382.57,-4902.56,159.435,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (45928,177677,0,3359.73,-4920.11,159.454,-2.25148,0,0,0.902585,-0.430511,900,100,1), - (45930,177677,0,3382.55,-4907.5,159.305,-1.11701,0,0,0.529919,-0.848048,900,100,1), - (45931,153454,0,2601.59,-5512.31,158.713,-0.034907,0,0,0.017452,-0.999848,7200,100,1), - (45932,142142,0,2182.69,-3987.18,124.955,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (45933,153454,0,1753.27,-5410.36,113.525,-0.366519,0,0,0.182236,-0.983255,7200,100,1), - (45934,176213,0,1873.27,-3189.56,128.554,0.15708,0,0,0.078459,0.996917,7200,100,1), - (45935,176214,0,1873.27,-3189.56,128.554,0.15708,0,0,0.078459,0.996917,900,100,1), - (45936,176213,0,2115.7,-4691.12,74.3362,1.15192,0,0,0.544639,0.838671,7200,100,1), - (45937,176214,0,2115.7,-4691.12,74.3362,1.15192,0,0,0.544639,0.838671,900,100,1), - (45938,153454,0,1829.56,-5210.25,113.105,-1.06465,0,0,0.507538,-0.861629,7200,100,1), - (45939,176587,0,2052.15,-5148.68,81.0545,0.837758,0,0,0.406737,0.913545,300,100,1), - (45941,176116,0,1411.16,-3657.82,77.694,-1.6057,0,0,0.71934,-0.694658,2,100,1), - (45942,176587,0,2384,-3656.2,178.143,0.750492,0,0,0.366501,0.930417,300,100,1), - (45943,176143,0,1477.12,-3716.01,80.5158,2.46091,0,0,0.942641,0.333807,2,100,1), - (45944,176143,0,1407.58,-3680.22,77.2517,-0.890118,0,0,0.430511,-0.902585,2,100,1), - (45945,176142,0,1405.48,-3716.77,78.1764,2.58309,0,0,0.961262,0.275637,2,100,1), - (45946,176142,0,1423.47,-3663.76,82.02,-1.55334,0,0,0.700909,-0.71325,2,100,1), - (45947,176116,0,1476.28,-3722,80.5144,1.44862,0,0,0.66262,0.748956,2,100,1), - (45948,176583,0,1575.04,-3276.92,89.2958,-1.53589,0,0,-0.694658,0.71934,300,100,1), - (45949,153453,0,1845.01,-3719.17,162.225,-2.33874,0,0,0.920505,-0.390731,7200,100,1), - (45950,153453,0,2027.14,-4550.41,74.9888,-1.02974,0,0,0.492424,-0.870356,7200,100,1), - (45954,176209,0,2102.45,-4272.28,21.8204,-1.90241,0,0,0.814116,-0.580703,2,100,1), - (45955,176865,0,2102.45,-4272.28,21.8204,-1.90241,0,0,0.814116,-0.580703,900,100,1), - (45957,176587,0,2642.47,-5431.1,157.232,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (45964,181103,0,2277,-5326.86,88.7085,-0.541052,0,0,0.267238,-0.96363,900,100,1), - (45965,181104,0,2276.9,-5326.88,88.6976,1.67552,0,0,0.743145,0.669131,900,100,1), - (45971,18068,0,-350.385,-4215.59,152.04,3.14159,0,0,1,0,7200,100,1), - (45972,2061,0,-350.385,-4215.59,152.04,3.14159,0,0,1,0,7200,100,1), - (45973,18069,0,-392.788,-3803.21,238.351,-1.81514,0,0,-0.788011,0.615661,7200,100,1), - (45974,2061,0,-392.788,-3803.21,238.351,-1.81514,0,0,-0.788011,0.615661,7200,100,1), - (45975,18070,0,-374.328,-4057.11,174.012,3.14159,0,0,1,0,7200,100,1), - (45976,2061,0,-374.328,-4057.11,174.012,3.14159,0,0,1,0,7200,100,1), - (45977,18071,0,-414.069,-4018.49,195.102,2.80125,0,0,0.985556,0.16935,7200,100,1), - (45978,2061,0,-414.069,-4018.49,195.102,2.80125,0,0,0.985556,0.16935,7200,100,1), - (45979,18052,0,-309.29,-2816.43,87.0157,3.14159,0,0,1,0,7200,100,1), - (45980,18053,0,-347.449,-2966.26,90.6851,3.14159,0,0,1,0,7200,100,1), - (45981,18054,0,-344.214,-2957.76,82.842,3.14159,0,0,1,0,7200,100,1), - (45982,18043,0,220.983,-2606.29,160.21,3.14159,0,0,1,0,7200,100,1), - (45983,2061,0,220.983,-2606.29,160.21,3.14159,0,0,1,0,7200,100,1), - (45984,18046,0,-28.4132,-2806.42,122.301,3.14159,0,0,1,0,7200,100,1), - (45985,2061,0,-28.4132,-2806.42,122.301,3.14159,0,0,1,0,7200,100,1), - (45986,18057,0,-386.467,-2953.6,82.2936,2.75762,0,0,0.981627,0.190809,7200,100,1), - (45987,18058,0,-384.174,-2972.32,98.898,3.14159,0,0,1,0,7200,100,1), - (45988,18060,0,-438.732,-2823.27,87.2316,3.14159,0,0,1,0,7200,100,1), - (45989,18061,0,-459.768,-2858.41,95.6075,3.14159,0,0,1,0,7200,100,1), - (45990,18062,0,-452.447,-2863,87.8225,3.14159,0,0,1,0,7200,100,1), - (45991,18050,0,-286.282,-2852.11,86.4622,3.14159,0,0,1,0,7200,100,1), - (45992,142712,0,-15.8808,-2789.75,123.862,3.14159,0,0,1,0,7200,100,1), - (45993,142713,0,-14.6563,-2460.39,122.163,3.14159,0,0,1,0,7200,100,1), - (45994,18047,0,-291.27,-2811.4,104.449,3.14159,0,0,1,0,7200,100,1), - (45995,18048,0,-275.266,-2839.44,103.057,3.14159,0,0,1,0,7200,100,1), - (45996,18049,0,-281.428,-2845.15,95.5834,3.14159,0,0,1,0,7200,100,1), - (45997,20975,0,273.661,-2178.75,119.797,2.67908,0,0,0.973379,0.2292,7200,100,1), - (45998,2061,0,273.661,-2178.75,119.797,2.67908,0,0,0.973379,0.2292,7200,100,1), - (45999,20976,0,-238.132,-3108.89,125.669,2.99324,0,0,0.99725,0.074109,7200,100,1), - (46000,2061,0,-238.132,-3108.89,125.669,2.99324,0,0,0.99725,0.074109,7200,100,1), - (46001,20978,0,-294.681,-3427.3,187.139,1.05592,0,0,0.503774,0.863836,7200,100,1), - (46002,2066,0,-294.681,-3427.3,187.139,1.05592,0,0,0.503774,0.863836,7200,100,1), - (46003,20980,0,-329.636,-3459.66,189.238,3.14159,0,0,1,0,7200,100,1), - (46004,2066,0,-329.636,-3459.66,189.238,3.14159,0,0,1,0,7200,100,1), - (46005,20981,0,-237.573,-4180.51,121.683,3.14159,0,0,1,0,7200,100,1), - (46006,2061,0,-237.573,-4180.51,121.683,3.14159,0,0,1,0,7200,100,1), - (46007,142127,0,-47.878,-4897.72,20.0918,2.70526,0.16719,-0.028256,0.962478,0.211862,2,100,1), - (46008,18056,0,-384.921,-2962.02,91.4364,3.14159,0,0,1,0,7200,100,1), - (46009,142980,0,-667.451,-4017.34,237.311,1.34621,0,0,0.623416,0.78189,7200,100,1), - (46010,2066,0,-667.451,-4017.34,237.311,1.34621,0,0,0.623416,0.78189,7200,100,1), - (46011,142977,0,-594.174,-4159.36,238.38,-3.06617,0,0,0.999289,-0.037701,7200,100,1), - (46012,2061,0,-594.174,-4159.36,238.38,-3.06617,0,0,0.999289,-0.037701,7200,100,1), - (46013,142978,0,-631.182,-3943.58,237.528,3.14159,0,0,1,0,7200,100,1), - (46014,2061,0,-631.182,-3943.58,237.528,3.14159,0,0,1,0,7200,100,1), - (46015,142973,0,-395.594,-3941.58,215.861,-1.55491,0,0,-0.701467,0.712702,7200,100,1), - (46016,2061,0,-395.594,-3941.58,215.861,-1.55491,0,0,-0.701467,0.712702,7200,100,1), - (46017,142974,0,-408.03,-3819.49,238.351,-2.73144,0,0,0.979045,-0.203642,7200,100,1), - (46018,2061,0,-408.03,-3819.49,238.351,-2.73144,0,0,0.979045,-0.203642,7200,100,1), - (46019,142976,0,-586.431,-4015.14,238.351,2.79634,0,0,0.985137,0.171771,7200,100,1), - (46020,2061,0,-586.431,-4015.14,238.351,2.79634,0,0,0.985137,0.171771,7200,100,1), - (46021,143991,0,-404.793,-4208.73,174.074,2.79253,0,0,0.984808,0.173648,7200,100,1), - (46022,2061,0,-404.793,-4208.73,174.074,2.79253,0,0,0.984808,0.173648,7200,100,1), - (46023,142970,0,-262.325,-4026.64,174.085,2.94088,0,0,0.994969,0.100188,7200,100,1), - (46024,2061,0,-262.325,-4026.64,174.085,2.94088,0,0,0.994969,0.100188,7200,100,1), - (46025,142971,0,-304.75,-4171.2,136.438,3.14159,0,0,1,0,7200,100,1), - (46026,2061,0,-304.75,-4171.2,136.438,3.14159,0,0,1,0,7200,100,1), - (46027,18063,0,-200.953,-3908.78,215.681,2.98451,0,0,0.996917,0.078459,7200,100,1), - (46028,2066,0,-200.953,-3908.78,215.681,2.98451,0,0,0.996917,0.078459,7200,100,1), - (46029,18064,0,-219.448,-3975.78,195.034,2.75762,0,0,0.981627,0.190809,7200,100,1), - (46030,2061,0,-219.448,-3975.78,195.034,2.75762,0,0,0.981627,0.190809,7200,100,1), - (46031,18065,0,-216.868,-4046.03,173.914,1.94604,0,0,0.82659,0.562805,7200,100,1), - (46032,2061,0,-216.868,-4046.03,173.914,1.94604,0,0,0.82659,0.562805,7200,100,1), - (46033,18067,0,-274.997,-4018.38,174.21,-3.02815,0,0,0.998392,-0.056693,7200,100,1), - (46034,2061,0,-274.997,-4018.38,174.21,-3.02815,0,0,0.998392,-0.056693,7200,100,1), - (46035,142969,0,-209.465,-3986.73,195.092,3.14159,0,0,1,0,7200,100,1), - (46036,2061,0,-209.465,-3986.73,195.092,3.14159,0,0,1,0,7200,100,1), - (46037,142968,0,38.9479,-4641.74,11.8895,3.14159,0,0,1,0,7200,100,1), - (46038,2061,0,38.9479,-4641.74,11.8895,3.14159,0,0,1,0,7200,100,1), - (46039,142704,0,-38.4722,-2468.8,121.807,-0.30543,0.290411,0.583498,-0.276992,0.706022,7200,100,1), - (46040,142703,0,-38.592,-2468.76,121.659,-2.49582,-0.093536,0.046635,0.944858,-0.310354,7200,100,1), - (46041,142705,0,-43.7708,-2481.39,118.982,3.14159,0,0,1,0,7200,100,1), - (46042,144066,0,-42.8271,-2471.28,119.413,-1.53589,0.093357,-0.060008,-0.692074,0.713244,10,100,1), - (46043,142702,0,-42.5313,-2481.28,119.151,2.94088,-0.416004,0.113211,0.893777,0.123636,10,100,1), - (46044,142967,0,224.78,-4315.29,117.729,-2.94088,0,0,0.994969,-0.100188,7200,100,1), - (46045,2066,0,224.78,-4315.29,117.729,-2.94088,0,0,0.994969,-0.100188,7200,100,1), - (46046,142706,0,-43.8073,-2480.73,118.917,3.14159,0,0,1,0,7200,100,1), - (46047,144067,0,-43.0674,-2465.5,119.377,-1.57952,0.039832,-0.058729,-0.707752,0.702888,10,100,1), - (46048,144011,0,293.628,-2115.57,121.77,-2.96706,0,0,0.996195,-0.087156,7200,100,1), - (46049,142714,0,-15.1615,-2460.22,122.175,3.14159,0.086678,0.104131,0.990737,-0.00911,7200,100,1), - (46050,179885,0,-571.221,-4596.28,10.3823,2.19039,0,0,0.889017,0.457874,7200,100,1), - (46051,2061,0,-571.221,-4596.28,10.3823,2.19039,0,0,0.889017,0.457874,7200,100,1), - (46052,179887,0,-588.373,-4547.32,9.1969,2.38238,0,0,0.92881,0.370557,7200,100,1), - (46053,2556,0,264.878,-4685.26,-8.57834,-1.67552,0.069275,0.320579,-0.664674,0.671296,2,100,1), - (46054,179895,0,-599.543,-4610.39,9.73191,-0.448994,0,0,-0.222616,0.974906,7200,100,1), - (46055,142139,0,-68.4388,-4041.03,122.363,-3.14159,0.017452,-0.004363,0.999838,0.000076,7200,100,1), - (46056,2061,0,-68.4388,-4041.03,122.363,-3.14159,0.017452,-0.004363,0.999838,0.000076,7200,100,1), - (46057,18073,0,-466.481,-4189.62,195.065,2.67036,0,0,0.97237,0.233445,7200,100,1), - (46058,2061,0,-466.481,-4189.62,195.065,2.67036,0,0,0.97237,0.233445,7200,100,1), - (46059,18055,0,-349.795,-2975.66,100.217,-2.85361,0,0,0.989651,-0.143493,7200,100,1), - (46060,142965,0,465.783,-3623.65,118.853,3.14159,0,0,1,0,7200,100,1), - (46061,2066,0,465.783,-3623.65,118.853,3.14159,0,0,1,0,7200,100,1), - (46062,18074,0,-528.585,-4181.07,215.626,3.14159,0,0,1,0,7200,100,1), - (46063,2061,0,-528.585,-4181.07,215.626,3.14159,0,0,1,0,7200,100,1), - (46064,144068,0,-4.31662,-2806.49,125.207,1.58825,0.049808,-0.055046,0.711056,0.699206,10,100,1), - (46065,142036,0,262.882,-2758.3,122.553,1.63188,0,0,0.728371,0.685183,7200,100,1), - (46066,18059,0,-448.108,-2823.1,96.3767,-2.87979,0,0,0.991445,-0.130526,7200,100,1), - (46067,18051,0,-301.355,-2814.48,94.8399,3.14159,0,0,1,0,7200,100,1), - (46068,20977,0,-262.211,-3461.06,189.374,3.14159,0,0,1,0,7200,100,1), - (46069,2066,0,-262.211,-3461.06,189.374,3.14159,0,0,1,0,7200,100,1), - (46070,18072,0,-404.462,-4195.62,174.073,3.14159,0,0,1,0,7200,100,1), - (46071,2061,0,-404.462,-4195.62,174.073,3.14159,0,0,1,0,7200,100,1), - (46072,18045,0,-26.2778,-2465.58,122.334,2.04204,-0.023759,0.019675,0.852165,0.522364,7200,100,1), - (46073,2061,0,-26.2778,-2465.58,122.334,2.04204,-0.023759,0.019675,0.852165,0.522364,7200,100,1), - (46074,18066,0,-275.102,-3908.01,215.861,2.9147,0,0,0.993572,0.113203,7200,100,1), - (46075,2061,0,-275.102,-3908.01,215.861,2.9147,0,0,0.993572,0.113203,7200,100,1), - (46076,144070,0,-255.823,-3630.3,238.769,-1.7366,0,0,-0.763232,0.646125,10,100,1), - (46077,142966,0,323.578,-4123.22,119.397,-2.87979,0,0,0.991445,-0.130526,7200,100,1), - (46078,2066,0,323.578,-4123.22,119.397,-2.87979,0,0,0.991445,-0.130526,7200,100,1), - (46079,142972,0,-356.743,-4209.81,152.173,2.71399,0,0,0.977231,0.212178,7200,100,1), - (46080,31442,0,-356.743,-4209.81,152.173,2.71399,0,0,0.977231,0.212178,7200,100,1), - (46081,142707,0,-38.7292,-2468.43,121.504,-3.14159,-0.061046,-0.00871,0.998097,-0.000533,7200,100,1), - (46082,179886,0,-593.066,-4546.81,8.97534,2.11185,0,0,0.870356,0.492424,7200,100,1), - (46083,20979,0,-294.632,-3495.95,188.313,3.14159,0,0,1,0,7200,100,1), - (46084,2066,0,-294.632,-3495.95,188.313,3.14159,0,0,1,0,7200,100,1), - (46085,142979,0,-637.54,-3937.79,238.644,2.71399,0,0,0.977231,0.212178,7200,100,1), - (46086,2061,0,-637.54,-3937.79,238.644,2.71399,0,0,0.977231,0.212178,7200,100,1), - (46087,2558,0,269.315,-2026.47,171.57,-0.733038,0,0,-0.358368,0.933581,7200,100,1), - (46088,61040,0,399.557,-2099.23,131.57,-2.88852,0,0,0.992005,-0.126198,7200,100,1), - (46089,61042,0,398.344,-2093.8,131.553,-3.10669,0,0,0.999848,-0.017452,7200,100,1), - (46090,61088,0,362.202,-2091.49,113.88,1.88496,0,0,0.809017,0.587785,7200,100,1), - (46091,61089,0,349.249,-2088.51,113.88,0.139626,0,0,0.069756,0.997564,7200,100,1), - (46092,61090,0,358.642,-2128.82,113.88,-0.558504,0,0,-0.275637,0.961262,7200,100,1), - (46093,61058,0,315.238,-2090.21,123.225,-2.04204,0,0,-0.85264,0.522499,7200,100,1), - (46094,61059,0,334.076,-2085.68,121.834,-1.3439,0,0,-0.622515,0.782608,7200,100,1), - (46095,61061,0,339.596,-2084.41,121.834,-1.3439,0,0,-0.622515,0.782608,7200,100,1), - (46096,61071,0,365.641,-2081.96,121.008,0.226894,0,0,0.113204,0.993572,7200,100,1), - (46097,61055,0,324.902,-2131.39,123.229,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46098,61057,0,311.459,-2090.9,123.225,-1.3439,0,0,-0.622515,0.782608,7200,100,1), - (46099,61062,0,347.246,-2142.72,121.834,1.79769,0,0,0.782608,0.622515,7200,100,1), - (46100,61064,0,321.067,-2146.56,123.225,0.750491,0,0,0.366501,0.930418,7200,100,1), - (46101,61046,0,401.636,-2105.5,121.847,-3.00197,0,0,0.997564,-0.069757,7200,100,1), - (46102,61047,0,401.938,-2106.81,121.847,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46103,61049,0,397.546,-2119.61,121.843,-0.218165,0,0,-0.108866,0.994056,7200,100,1), - (46104,61043,0,397.828,-2091.54,131.553,-2.82743,0,0,0.987688,-0.156435,7200,100,1), - (46105,61095,0,356.696,-2107.03,121.849,1.97222,0,0,0.833886,0.551937,7200,100,1), - (46106,61074,0,377.099,-2132.04,121.008,0.314158,0,0,0.156434,0.987688,7200,100,1), - (46107,61086,0,351.763,-2099.43,113.784,-0.392699,0,0,-0.19509,0.980785,7200,100,1), - (46108,61076,0,366.399,-2128.91,120.46,-1.69297,0,0,-0.748956,0.66262,7200,100,1), - (46109,61035,0,333.847,-2117.36,104.606,-0.776671,0,0,-0.378649,0.925541,7200,100,1), - (46110,61038,0,329.621,-2116.34,104.949,2.23402,0,0,0.898794,0.438371,7200,100,1), - (46111,2061,0,329.621,-2116.34,104.949,2.23402,0,0,0.898794,0.438371,7200,100,1), - (46112,61077,0,346.458,-2105.41,104.615,-2.17294,0,0,0.884988,-0.465614,7200,100,1), - (46113,61079,0,340.421,-2115.1,104.611,2.83616,0,0,0.988362,0.152123,7200,100,1), - (46114,61085,0,353.965,-2098.59,113.784,-1.00356,0,0,-0.480988,0.876727,7200,100,1), - (46115,61097,0,353.432,-2108.44,121.849,2.32129,0,0,0.91706,0.398749,7200,100,1), - (46116,61073,0,376.234,-2128.79,121.008,0.139626,0,0,0.069756,0.997564,7200,100,1), - (46117,61098,0,374.661,-2110.04,121.849,-2.3911,0,0,0.930417,-0.366501,7200,100,1), - (46118,61100,0,373.409,-2122.94,131.572,0.314158,0,0,0.156434,0.987688,7200,100,1), - (46119,61102,0,362.565,-2125.37,131.572,1.97222,0,0,0.833886,0.551937,7200,100,1), - (46120,61075,0,367.244,-2131.58,120.46,2.84489,0,0,0.989016,0.147809,7200,100,1), - (46121,61068,0,366.352,-2085.49,121.008,0.226894,0,0,0.113204,0.993572,7200,100,1), - (46122,61070,0,365.906,-2084.06,121.008,0.139626,0,0,0.069756,0.997564,7200,100,1), - (46123,61039,0,329.103,-2117.23,104.949,-1.43117,0,0,-0.656059,0.75471,7200,100,1), - (46124,2061,0,329.103,-2117.23,104.949,-1.43117,0,0,-0.656059,0.75471,7200,100,1), - (46125,61036,0,333.177,-2114.54,104.607,-2.1293,0,0,0.874619,-0.48481,7200,100,1), - (46126,61092,0,397.436,-2121.51,121.843,0.305431,0,0,0.152123,0.988362,7200,100,1), - (46127,61044,0,397.989,-2095.77,121.847,1.88496,0,0,0.809017,0.587785,7200,100,1), - (46128,61072,0,375.968,-2126.69,121.008,0.226894,0,0,0.113204,0.993572,7200,100,1), - (46129,61087,0,389.561,-2079.7,131.566,-1.25664,0,0,-0.587786,0.809017,7200,100,1), - (46130,61096,0,357.534,-2092.75,131.572,-1.69297,0,0,-0.748956,0.66262,7200,100,1), - (46131,61052,0,401.825,-2119.67,131.566,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46132,61060,0,399.579,-2123.09,131.566,1.71042,0,0,0.75471,0.656059,7200,100,1), - (46133,61069,0,392.666,-2080,131.566,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46134,61050,0,391.212,-2079.2,131.566,-1.3439,0,0,-0.622515,0.782608,7200,100,1), - (46135,61066,0,401.789,-2108.72,131.553,-2.93215,0,0,0.994522,-0.104529,7200,100,1), - (46136,61037,0,330.48,-2117.05,104.949,-0.90757,0,0,-0.438371,0.898794,7200,100,1), - (46137,2061,0,330.48,-2117.05,104.949,-0.90757,0,0,-0.438371,0.898794,7200,100,1), - (46138,61081,0,338.445,-2112.29,104.611,-1.52716,0,0,-0.691513,0.722364,7200,100,1), - (46139,61082,0,337.038,-2112.69,104.611,-1.1781,0,0,-0.55557,0.83147,7200,100,1), - (46140,61048,0,401.267,-2122.75,131.566,1.79769,0,0,0.782608,0.622515,7200,100,1), - (46141,61078,0,334.986,-2106.57,104.611,-1.09083,0,0,-0.518773,0.854912,7200,100,1), - (46142,61067,0,366.772,-2087.31,121.008,0.314158,0,0,0.156434,0.987688,7200,100,1), - (46143,61053,0,319.153,-2106.49,123.229,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46144,61099,0,356.03,-2092.79,131.572,-1.43117,0,0,-0.656059,0.75471,7200,100,1), - (46145,61094,0,358.965,-2130.59,113.88,0.052361,0,0,0.026178,0.999657,7200,100,1), - (46146,61051,0,363.463,-2129.76,113.787,-1.95477,0,0,-0.829038,0.559193,7200,100,1), - (46147,61045,0,399.097,-2094.51,121.847,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46148,61083,0,339.556,-2116.74,104.611,2.31256,0,0,0.915312,0.402747,7200,100,1), - (46149,61065,0,401.259,-2106.41,131.553,-2.82743,0,0,0.987688,-0.156435,7200,100,1), - (46150,61093,0,369.44,-2125.29,113.88,-1.16937,0,0,-0.551937,0.833886,7200,100,1), - (46151,61080,0,340.07,-2113.43,104.611,-2.57436,0,0,0.96005,-0.279829,7200,100,1), - (46152,61041,0,402.168,-2121.33,131.566,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46153,61054,0,318.809,-2105,123.229,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46154,61084,0,337.954,-2117.18,104.611,1.61443,0,0,0.722364,0.691513,7200,100,1), - (46155,61063,0,327.392,-2147.31,123.225,1.79769,0,0,0.782608,0.622515,7200,100,1), - (46156,61091,0,393.009,-2081.66,131.566,-2.9147,0,0,0.993572,-0.113203,7200,100,1), - (46157,61056,0,309.967,-2091.25,123.225,-1.3439,0,0,-0.622515,0.782608,7200,100,1), - (46158,61101,0,363.51,-2122.41,131.572,-2.47837,0,0,0.945518,-0.325569,7200,100,1), - (46159,32582,0,208.33,-1963.2,140.199,2.34747,0,0,0.922201,0.386712,7200,100,1), - (46160,32584,0,211.431,-1961.45,140.199,1.82387,0,0,0.790689,0.612217,7200,100,1), - (46161,34572,0,212.653,-1966.46,140.482,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (46162,32591,0,221.599,-1955.59,140.199,-0.183259,0,0,-0.091501,0.995805,7200,100,1), - (46163,32592,0,207.378,-1953.78,140.199,-0.139626,0,0,-0.069756,0.997564,7200,100,1), - (46164,31508,0,204.899,-1955.35,140.205,-1.01229,0,0,-0.48481,0.87462,7200,100,1), - (46165,32590,0,226.315,-1961.5,140.199,1.64934,0,0,0.734323,0.6788,7200,100,1), - (46166,31504,0,216.334,-1951.09,140.205,-1.85005,0,0,-0.798636,0.601815,7200,100,1), - (46167,32585,0,217.035,-1963.27,140.199,0.776673,0,0,0.378649,0.92554,7200,100,1), - (46168,32593,0,218.245,-1953.59,140.199,-0.968657,0,0,-0.465614,0.884988,7200,100,1), - (46169,32583,0,213.966,-1961.46,140.199,1.30027,0,0,0.605294,0.796002,7200,100,1), - (46170,32594,0,203.43,-1955.59,140.199,2.87107,0,0,0.990866,0.13485,7200,100,1), - (46171,31509,0,225.936,-1957.37,140.205,-2.11185,0,0,0.870356,-0.492424,7200,100,1), - (46172,31507,0,217.705,-1952.11,140.205,-2.72271,0,0,0.978147,-0.207912,7200,100,1), - (46173,28069,0,53.6241,-2091.78,110.901,-2.97579,0,0,0.996566,-0.082808,7200,100,1), - (46174,28071,0,53.0687,-2082.9,111.234,-2.97579,0,0,0.996566,-0.082808,7200,100,1), - (46175,28072,0,51.4527,-2081.37,111.234,-1.57952,0,0,-0.710185,0.704015,7200,100,1), - (46176,22223,0,47.0671,-2093.99,111.269,-1.97225,-0.003479,0.008002,-0.833854,0.551916,7200,100,1), - (46177,2061,0,47.0671,-2093.99,111.269,-1.97225,-0.003479,0.008002,-0.833854,0.551916,7200,100,1), - (46178,29761,0,263.851,-2192.02,118.308,-2.9147,0,0,0.993572,-0.113204,7200,100,1), - (46179,29759,0,263.385,-2194.11,118.308,2.53945,0,0,0.95502,0.296541,7200,100,1), - (46180,29760,0,245.134,-2205.28,125.178,-0.907572,0,0,-0.438371,0.898794,7200,100,1), - (46181,147036,0,265.565,-2216.69,125.171,2.60927,0,0,0.964787,0.263031,7200,100,1), - (46182,147037,0,268.864,-2214.08,125.171,-2.67036,0,0,0.97237,-0.233445,7200,100,1), - (46183,147038,0,266.53,-2216.26,125.171,2.30383,0,0,0.913545,0.406737,7200,100,1), - (46184,147039,0,267.031,-2215.53,125.171,2.74017,0,0,0.979925,0.199368,7200,100,1), - (46185,147041,0,270.023,-2212.94,125.171,0.951205,0,0,0.457874,0.889017,7200,100,1), - (46186,29764,0,269.075,-2210.78,125.178,1.53589,0,0,0.694658,0.71934,7200,100,1), - (46187,147042,0,269.066,-2212.74,125.171,1.30027,0,0,0.605294,0.796002,7200,100,1), - (46188,29763,0,247.262,-2206.16,125.178,-1.95477,0,0,-0.829037,0.559193,7200,100,1), - (46189,29765,0,245.821,-2193.22,118.308,-0.253072,0,0,-0.126198,0.992005,7200,100,1), - (46190,29762,0,247.473,-2195.09,118.308,1.92859,0,0,0.821647,0.569997,7200,100,1), - (46191,147040,0,267.894,-2214.91,125.171,2.04203,0,0,0.85264,0.522499,7200,100,1), - (46192,175739,0,333.788,-2119.51,105.298,0.017453,0,0,0.008727,0.999962,7200,100,1), - (46193,175890,0,-760.941,-3791.81,233.529,0,0,0,0,1,7200,100,1), - (46194,153239,0,-22.0864,-3577.59,121.25,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (46195,153239,0,45.3549,-3618.53,119.937,1.25664,0,0,0.587785,0.809017,180,100,1), - (46196,179910,0,408.8,-4826.95,10.575,2.86234,0,0,0.990268,0.139173,10,100,1), - (46197,179913,0,-560.658,-4619.69,10.1144,2.18166,0,0,0.887011,0.461749,2,100,1), - (46198,179914,0,-467.435,-3966.28,203.276,-1.48353,0,0,0.67559,-0.737277,2,100,1), - (46199,179915,0,-195.441,-3829.46,238.351,0.087266,0,0,0.043619,0.999048,2,100,1), - (46200,181643,0,-369.673,-3005.33,111.792,3.01942,0,0,0.998135,0.061049,2,100,1), - (46201,181649,0,48.7021,-2092.3,111.45,-2.05949,0,0,0.857167,-0.515038,2,100,1), - (46202,153239,0,285.885,-3754.58,116.064,1.27409,0,0,0.594823,0.803857,180,100,1), - (46203,153239,0,341.389,-3687.71,114.493,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (46204,153239,0,452.422,-3558.39,119.946,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (46205,2046,0,-758.931,-4435.09,13.9278,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (46206,153239,0,243.315,-3785.42,119.589,2.00713,0,0,0.843391,0.5373,180,100,1), - (46207,153239,0,404.675,-3684.76,117.13,0.855211,0,0,0.414693,0.909961,180,100,1), - (46208,153239,0,422.908,-3617.97,117.339,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (46209,153239,0,448.783,-3508.33,107.07,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (46210,153239,0,-73.498,-3340.48,117.203,0.942478,0,0,0.45399,0.891007,180,100,1), - (46211,153239,0,302.648,-3761.67,118.609,1.29154,0,0,0.601815,0.798636,180,100,1), - (46212,153239,0,202.317,-3889.58,126.21,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (46213,153239,0,381.482,-3613.84,117.454,0.837758,0,0,0.406737,0.913545,180,100,1), - (46214,177224,0,-562.72,-4630.31,31.1001,2.47837,0,0,0.945519,0.325568,7200,100,1), - (46215,153239,0,-114.567,-4014.36,127.394,2.67035,0,0,0.97237,0.233445,180,100,1), - (46216,153239,0,342.217,-3890.87,120.69,2.93215,0,0,0.994522,0.104528,180,100,1), - (46217,153239,0,-162.852,-3447.7,133.754,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (46218,153239,0,147.385,-3603.38,118.665,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (46219,153239,0,-146.35,-3547.11,124.383,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (46220,153239,0,190.283,-4018.84,118.134,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (46221,153239,0,280.755,-3824.38,121.155,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (46222,153239,0,258.207,-3643.98,118.196,1.8326,0,0,0.793353,0.608761,180,100,1), - (46223,153239,0,121.705,-3955.49,136.596,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (46224,153470,0,213.525,-2612.98,160.823,0.663225,0,0,0.325568,0.945519,7200,100,1), - (46225,153239,0,181.672,-3377.25,115.104,1.62316,0,0,0.725374,0.688355,180,100,1), - (46226,153470,0,-689.347,-4559.89,-0.785528,-2.51327,0,0,0.951057,-0.309017,7200,100,1), - (46227,153239,0,70.3809,-3212.33,117.142,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (46228,153239,0,177.208,-3011.15,125.567,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (46229,153239,0,-54.2134,-3266.13,117.092,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (46230,153239,0,328.746,-3276.33,115.296,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (46231,50937,0,-233.926,-3114.39,125.674,-2.21657,0,0,0.894934,-0.446198,2,100,1), - (46232,153239,0,362.094,-2938.3,119.806,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (46233,153239,0,251.461,-2852.89,111.913,2.49582,0,0,0.948324,0.317305,180,100,1), - (46234,153470,0,195.437,-1986.69,145.438,-0.506145,0,0,0.25038,-0.968148,7200,100,1), - (46235,153239,0,364.282,-2857,117.484,3.12414,0,0,0.999962,0.008727,180,100,1), - (46236,153239,0,284.176,-3017.59,118.026,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (46237,153239,0,358.834,-2827.92,121.337,1.81514,0,0,0.788011,0.615662,180,100,1), - (46238,153470,0,-238.323,-4190.93,121.411,1.5708,0,0,0.707107,0.707107,7200,100,1), - (46239,153239,0,359.711,-2941.92,120.361,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (46240,153239,0,331.874,-3385.64,118.557,0.226893,0,0,0.113203,0.993572,180,100,1), - (46241,153239,0,407.581,-3448.04,121.277,0.331613,0,0,0.165048,0.986286,180,100,1), - (46242,153239,0,-54.2967,-3515.72,120.683,2.04204,0,0,0.85264,0.522499,180,100,1), - (46243,153239,0,383.659,-3717.74,129.536,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (46244,176583,0,970.431,-4124.26,112.937,2.53073,0,0,0.953717,0.300705,300,100,1), - (46245,142191,0,376.004,-3884.55,106.011,0.506145,0,0,0.25038,0.968148,300,100,1), - (46246,153239,0,-25.1712,-2656.91,127.903,0.907571,0,0,0.438371,0.898794,180,100,1), - (46247,2045,0,-418.383,-4633,-10.4412,2.1293,0,0,0.874619,0.48481,300,100,1), - (46248,153470,0,-44.0701,-2462.24,119.177,0.349066,0,0,0.173648,0.984808,7200,100,1), - (46249,153239,0,159.605,-3138.89,124.74,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (46250,153239,0,-34.5055,-3214.01,124.435,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (46251,153470,0,389.519,-2113.48,131.562,1.74533,0,0,0.766044,0.642788,7200,100,1), - (46252,181645,0,-398.889,-2957.72,94.6755,1.62316,0,0,0.725374,0.688355,180,100,1), - (46253,2043,0,286.887,-4306.71,118.855,2.09439,0,0,0.866024,0.500002,300,100,1), - (46254,142140,0,-265.61,-3521.13,160.874,-2.60054,0,0,-0.96363,0.267239,300,100,1), - (46255,179922,0,-252.302,-4176.37,122.347,2.25148,0,0,0.902585,0.430511,180,100,1), - (46256,179922,0,-688.901,-4020.53,238.046,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (46258,153239,0,26.18,-3237.22,120.659,0.855211,0,0,0.414693,0.909961,180,100,1), - (46259,153239,0,304.913,-3114.54,119.836,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (46260,153239,0,229.179,-2891.25,107.297,2.28638,0,0,0.909961,0.414693,180,100,1), - (46261,153239,0,107.49,-2886.59,114.365,1.74533,0,0,0.766044,0.642788,180,100,1), - (46262,153239,0,337.628,-3197.95,123.031,2.72271,0,0,0.978148,0.207912,180,100,1), - (46263,153239,0,234.815,-2880.96,109.95,2.3911,0,0,0.930418,0.366501,180,100,1), - (46264,142144,0,-281.516,-3721.69,239.785,-2.40855,0,0,-0.93358,0.35837,300,100,1), - (46265,179922,0,-643.353,-4059.02,247.18,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (46266,153239,0,332.095,-3057.31,121.807,2.28638,0,0,0.909961,0.414693,180,100,1), - (46267,181645,0,-400.907,-2957.13,94.3013,2.18166,0,0,0.887011,0.461749,180,100,1), - (46268,4149,0,-233.413,-3120.78,125.667,-2.94961,0,0,0.995396,-0.095846,7200,100,1), - (46270,2045,0,428.389,-4857.91,-12.8203,1.62316,0,0,0.725376,0.688353,300,100,1), - (46271,181645,0,-403.663,-2888.74,84.9427,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (46272,179922,0,-646.152,-4017.33,238.351,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (46273,153239,0,277.916,-3303.21,111.578,2.74017,0,0,0.979925,0.199368,180,100,1), - (46274,153239,0,-121.652,-2713.43,127.658,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (46275,153470,0,111.505,-3508.02,108.155,2.58309,0,0,0.961262,0.275637,7200,100,1), - (46276,142140,0,-661.092,-4066.43,238.502,2.25148,0,0,0.902586,0.430509,300,100,1), - (46277,153239,0,27.887,-2385.72,127.713,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (46278,2045,0,227.089,-4819.19,-19.5382,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (46279,2045,0,-151.148,-4909.86,-19.1006,0.802851,0,0,0.390731,0.920505,300,100,1), - (46280,179922,0,-521.126,-4180.78,215.86,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (46281,2043,0,447.914,-3893.58,124.796,1.95477,0,0,0.829038,0.559192,300,100,1), - (46283,2046,0,103.8,-4171.09,126.829,0.279253,0,0,0.139173,0.990268,300,100,1), - (46284,176583,0,54.9439,-4500.57,145.834,-0.034907,0,0,-0.0174526,0.999848,300,100,1), - (46286,2068,0,-743.028,-4465.44,9.26164,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (46287,2068,0,-802.868,-4460.14,8.75458,1.79769,0,0,0.782608,0.622515,180,100,1), - (46288,179922,0,-635.096,-3935.52,238.473,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (46289,179922,0,-581.076,-4012.02,238.351,1.79769,0,0,0.782608,0.622515,180,100,1), - (46290,142140,0,-539.072,-4192.2,215.934,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (46292,153451,0,-189.69,-3919.23,215.861,-2.53073,0,0,0.953717,-0.300706,7200,100,1), - (46293,179922,0,-184.428,-3879.18,216.443,0.034907,0,0,0.017452,0.999848,180,100,1), - (46294,179922,0,-245.083,-3909.9,215.886,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (46295,179922,0,-595.09,-4012.17,238.351,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (46296,142140,0,-240.483,-4018.18,174.303,-1.71042,0,0,-0.754709,0.65606,300,100,1), - (46297,142140,0,-206.332,-3960.19,196.913,-2.42601,0,0,-0.936673,0.350206,300,100,1), - (46298,142140,0,-385.865,-3823.76,238.612,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (46299,142144,0,-611.874,-3735.32,231.213,1.65806,0,0,0.737276,0.675591,300,100,1), - (46301,142144,0,-627.495,-3810.34,234.504,-0.15708,0,0,-0.0784593,0.996917,300,100,1), - (46302,142140,0,-252.906,-4189.7,121.522,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (46303,142144,0,-672.777,-3734.38,220.609,1.95477,0,0,0.829038,0.559192,300,100,1), - (46304,179922,0,-668.155,-4047.74,238.815,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (46305,142140,0,-251.535,-2768.62,114.138,-0.890118,0,0,-0.430511,0.902585,300,100,1), - (46306,176583,0,-136.655,-3453.34,129.769,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (46307,2068,0,-528.292,-4589.23,9.62677,1.48353,0,0,0.67559,0.737277,180,100,1), - (46308,2068,0,-731.011,-4510.92,6.02543,1.09956,0,0,0.522499,0.85264,180,100,1), - (46309,153239,0,-303.015,-2601.52,118.558,0.890118,0,0,0.430511,0.902585,180,100,1), - (46310,153239,0,-12.08,-2369.73,122.519,0.698132,0,0,0.34202,0.939693,180,100,1), - (46311,142140,0,72.0628,-3488.07,107.691,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (46312,181645,0,-228.687,-3109.74,127.158,2.05949,0,0,0.857167,0.515038,180,100,1), - (46313,181645,0,-229.455,-3109.93,127.045,0.244346,0,0,0.121869,0.992546,180,100,1), - (46314,2068,0,-607.983,-4582.3,9.72136,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (46315,2068,0,-521.844,-4502.74,10.1411,1.95477,0,0,0.829038,0.559193,180,100,1), - (46316,4149,0,-249.456,-2551.53,117.288,0.226893,0,0,0.113203,0.993572,7200,100,1), - (46317,153239,0,62.0423,-2787.86,117.091,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (46318,2068,0,-488.094,-4548.03,10.278,1.36136,0,0,0.62932,0.777146,180,100,1), - (46319,2068,0,-670.489,-4553.04,5.86212,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (46321,153239,0,-291.635,-2662.21,120.979,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (46322,153239,0,258.298,-2325.22,115.651,1.16937,0,0,0.551937,0.833886,180,100,1), - (46323,176583,0,-256.678,-2890.58,92.1892,1.8326,0,0,0.793355,0.60876,300,100,1), - (46324,2041,0,346.838,-2737.67,116.216,-2.42601,0,0,-0.936673,0.350206,300,100,1), - (46325,153239,0,61.1424,-2185.37,106.797,2.00713,0,0,0.843391,0.5373,180,100,1), - (46326,179922,0,-227.43,-3962.62,196.51,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (46327,141853,0,-46.251,-3174.9,100.005,2.77507,0,0,0.983255,0.182236,10,100,1), - (46328,142142,0,286.254,-2994.07,114.463,4.71239,0,0,0.707106,-0.707107,300,100,1), - (46329,153239,0,83.0015,-3047.95,133.336,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (46330,153239,0,118.286,-2181.55,105.897,2.09439,0,0,0.866025,0.5,180,100,1), - (46331,153239,0,72.429,-2642.29,111.754,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (46332,153239,0,59.1494,-2458.14,123.159,2.26893,0,0,0.906308,0.422618,180,100,1), - (46333,153239,0,104.486,-2469.16,124.453,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (46334,179922,0,-541.611,-3996.01,216.051,1.79769,0,0,0.782608,0.622515,180,100,1), - (46335,153239,0,229.081,-2347.75,114.727,0.750492,0,0,0.366501,0.930418,180,100,1), - (46336,153239,0,100.526,-2581.09,115.188,1.13446,0,0,0.5373,0.843391,180,100,1), - (46337,153239,0,126.025,-2683.36,110.96,0.453786,0,0,0.224951,0.97437,180,100,1), - (46338,153239,0,-22.1915,-2885.07,122.147,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (46339,141853,0,-49.4441,-3140.39,100.705,-3.01942,0,0,0.998135,-0.061048,10,100,1), - (46340,141853,0,-80.7382,-3153.22,103.261,2.79253,0,0,0.984808,0.173648,10,100,1), - (46341,153239,0,38.8605,-2929.75,115.445,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (46342,153239,0,64.9755,-2683.8,115.364,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (46343,153239,0,-40.6661,-2525.25,121.178,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (46344,153239,0,160.259,-2430.17,126.847,1.8675,0,0,0.803857,0.594823,180,100,1), - (46345,153451,0,381.921,-3787.64,168.509,-0.698132,0,0,0.34202,-0.939693,7200,100,1), - (46346,153451,0,-584.52,-4174.72,238.351,1.95477,0,0,0.829038,0.559193,7200,100,1), - (46347,141853,0,-69.0762,-3117.58,100.222,0.872665,0,0,0.422618,0.906308,10,100,1), - (46348,2068,0,-557.488,-4620.13,10.6123,0.820305,0,0,0.398749,0.91706,180,100,1), - (46349,2068,0,-646.192,-4594.06,9.09663,2.05949,0,0,0.857167,0.515038,180,100,1), - (46351,2068,0,164.417,-4743.52,1.03506,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (46352,2068,0,-473.161,-4588.85,8.90176,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (46353,142142,0,376.906,-3558.85,118.439,-2.26893,0,0,-0.906308,0.422617,300,100,1), - (46354,142191,0,475.376,-3801.4,119.541,-0.383972,0,0,0.190809,-0.981627,300,100,1), - (46355,142191,0,412.035,-3779.88,101.943,2.89725,0,0,0.992546,0.121869,300,100,1), - (46356,142191,0,352.323,-3788.47,126.821,-2.80998,0,0,0.986286,-0.165048,300,100,1), - (46357,142191,0,337.275,-3752.61,107.44,-2.42601,0,0,0.936672,-0.350207,300,100,1), - (46358,142191,0,409.569,-3884.31,97.6722,0.593412,0,0,0.292372,0.956305,300,100,1), - (46359,181645,0,-401.472,-2890.84,86.4709,0.122173,0,0,0.061049,0.998135,180,100,1), - (46360,181645,0,-459.636,-2875.02,97.045,2.25148,0,0,0.902585,0.430511,180,100,1), - (46361,181645,0,-458.228,-2872.08,97.045,1.78024,0,0,0.777146,0.62932,180,100,1), - (46362,181645,0,-460.186,-2875.95,97.045,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (46363,181645,0,-399.676,-2958.68,94.3814,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (46364,142144,0,389.591,-3854.77,96.4221,0.575959,0,0,0.284016,0.95882,300,100,1), - (46365,142144,0,363.105,-3803.18,111.28,2.16421,0,0,0.882948,0.469471,300,100,1), - (46366,142144,0,325.818,-3708.8,107.088,1.23918,0,0,0.580701,0.814117,300,100,1), - (46370,153451,0,-416.233,-4202.66,174.142,-1.44862,0,0,0.66262,-0.748956,7200,100,1), - (46371,175889,0,-760.949,-3792.02,233.946,-1.8326,0,0,0.793353,-0.608761,2,100,1), - (46372,2068,0,-493.695,-4610.89,7.72567,3.10669,0,0,0.999848,0.017452,180,100,1), - (46374,2068,0,-112.019,-4656.11,6.36985,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (46375,2068,0,-457.803,-4549.83,6.87578,4.71239,0,0,0.707107,-0.707107,180,100,1), - (46376,2068,0,-485.254,-4604.51,7.43423,1.25664,0,0,0.587785,0.809017,180,100,1), - (46378,2068,0,-215.656,-4570.68,11.1453,0.226893,0,0,0.113203,0.993572,180,100,1), - (46379,2068,0,-346.469,-4605.1,8.97484,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (46381,2068,0,-29.108,-4574.31,11.2146,0.383972,0,0,0.190809,0.981627,180,100,1), - (46383,142191,0,411.176,-3329.15,121.761,-0.436333,0,0,0.21644,-0.976296,300,100,1), - (46384,142191,0,483.259,-3338.97,121.075,2.6529,0,0,0.970296,0.241922,300,100,1), - (46385,142191,0,431.119,-3390.93,118.63,0.523599,0,0,0.258819,0.965926,300,100,1), - (46386,142191,0,494.142,-3400.08,104.628,-2.35619,0,0,0.92388,-0.382683,300,100,1), - (46387,4149,0,-294.901,-3471.44,192.46,0.959931,0,0,0.461749,0.887011,7200,100,1), - (46388,144073,0,284.731,-2674.58,119.856,-2.79253,0,0,0.984808,-0.173648,10,100,1), - (46389,144072,0,217.68,-2715.69,121.68,2.74017,0,0,0.979925,0.199368,10,100,1), - (46390,144071,0,265.02,-2806.68,123.37,2.54818,0,0,0.956305,0.292372,10,100,1), - (46391,179922,0,-511.591,-4076.11,215.861,0.994838,0,0,0.477159,0.878817,180,100,1), - (46392,179922,0,-582.067,-4160.32,238.351,2.82743,0,0,0.987688,0.156434,180,100,1), - (46393,179922,0,-191.448,-3916.03,215.876,1.43117,0,0,0.656059,0.75471,180,100,1), - (46394,179922,0,-550.34,-4035.25,217.301,0.034907,0,0,0.017452,0.999848,180,100,1), - (46395,2041,0,534.453,-3604.43,102.202,2.72271,0,0,0.978147,0.207914,300,100,1), - (46396,2046,0,-299.212,-2770.7,100.27,0.523599,0,0,0.258819,0.965926,300,100,1), - (46398,2046,0,-35.6698,-2694.52,172.04,-2.96706,0,0,-0.996195,0.0871556,300,100,1), - (46400,179922,0,-491.64,-3802,238.38,0.820305,0,0,0.398749,0.91706,180,100,1), - (46401,179922,0,-624,-4137.58,238.452,2.74017,0,0,0.979925,0.199368,180,100,1), - (46402,179922,0,-290.903,-3986.91,195.099,2.74017,0,0,0.979925,0.199368,180,100,1), - (46404,141853,0,-67.8489,-3153.98,97.6893,-0.610865,0,0,0.300706,-0.953717,10,100,1), - (46405,179922,0,-648.011,-4107.59,238.428,1.97222,0,0,0.833886,0.551937,180,100,1), - (46406,141853,0,-74.0476,-3095.58,105.822,-2.86234,0,0,0.990268,-0.139173,10,100,1), - (46407,2068,0,-478.874,-4597.85,8.48413,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (46408,2068,0,202.048,-4722.03,4.15109,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (46409,2068,0,-897.303,-4397.14,9.57116,2.80998,0,0,0.986286,0.165048,180,100,1), - (46410,2068,0,47.6152,-4696.43,8.54735,1.62316,0,0,0.725374,0.688355,180,100,1), - (46411,2068,0,-932.438,-4419.02,2.96595,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (46412,2068,0,170.564,-4707.38,14.8963,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (46413,1623,0,-244.647,-1761.18,134.621,0.994838,0,0,0.477159,0.878817,300,100,1), - (46414,2068,0,-628.323,-4639.52,10.4146,0.680678,0,0,0.333807,0.942641,180,100,1), - (46415,2068,0,-631.212,-4505.6,14.1107,2.60054,0,0,0.96363,0.267238,180,100,1), - (46416,2068,0,-983.612,-4394.97,10.3429,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (46417,2068,0,-337.585,-4633.88,9.86941,0.20944,0,0,0.104528,0.994522,180,100,1), - (46418,2046,0,98.4678,-4596.08,118.84,4.71239,0,0,0.707106,-0.707107,300,100,1), - (46419,2045,0,-144.687,-4860.1,-16.9362,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (46420,179908,0,374.858,-3784.89,169.835,2.96706,0,0,0.996195,0.087156,2,100,1), - (46421,142142,0,59.7218,-3386.04,117.453,3.01942,0,0,0.998135,0.0610484,300,100,1), - (46422,2046,0,-184.718,-3334.12,126.395,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (46428,153470,0,454.527,-3626.2,119.975,-0.226893,0,0,0.113203,-0.993572,7200,100,1), - (46430,153451,0,476.848,-3619.85,118.363,2.30383,0,0,0.913545,0.406737,7200,100,1), - (46434,142142,0,154.721,-4485.13,126.177,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (46435,2068,0,-334.877,-4481.4,10.9634,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (46436,2068,0,-67.1886,-4655.48,8.81271,1.3439,0,0,0.622515,0.782608,180,100,1), - (46437,2068,0,-3.94976,-4653.33,11.465,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (46440,142142,0,291.528,-3741.59,138.065,-1.71042,0,0,-0.754709,0.65606,300,100,1), - (46441,142142,0,255.481,-4115.63,119.415,2.3911,0,0,0.930417,0.366502,300,100,1), - (46443,179922,0,-376.806,-4159.81,174.08,0.610865,0,0,0.300706,0.953717,180,100,1), - (46445,179922,0,-627,-3952.58,239.012,0.401426,0,0,0.199368,0.979925,180,100,1), - (46446,179922,0,-591.502,-4102.43,238.771,1.55334,0,0,0.700909,0.71325,180,100,1), - (46447,179922,0,-479.191,-4189.64,195.065,0.05236,0,0,0.026177,0.999657,180,100,1), - (46448,179922,0,-296.976,-4112.84,137.199,1.36136,0,0,0.62932,0.777146,180,100,1), - (46449,142142,0,-83.7886,-4318.95,127.546,1.37881,0,0,0.636078,0.771625,300,100,1), - (46450,179922,0,-315.947,-4232.27,137.523,2.02458,0,0,0.848048,0.529919,180,100,1), - (46451,179922,0,-287.654,-3914.65,215.861,1.46608,0,0,0.669131,0.743145,180,100,1), - (46454,1623,0,-1678.06,-1441.07,47.4573,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (46457,20869,0,610.183,-427.191,161.133,3.14159,-0.004363,-0.004363,0.999981,-0.000019,7200,100,1), - (46461,2046,0,-1031.36,-3711.92,94.4584,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (46462,1623,0,-1071.02,-3843.59,136.313,2.18166,0,0,0.88701,0.461749,300,100,1), - (46463,3706,0,-1695.79,-1834.49,81.5332,-2.18166,0,0,0.887011,-0.461749,7200,100,1), - (46464,2041,0,-2925.42,-2048.49,7.02952,-3.12414,0,0,-0.999962,0.0087262,300,100,1), - (46465,1624,0,-2820.1,-2086.7,30.4687,-0.925024,0,0,-0.446198,0.894934,300,100,1), - (47191,19542,1,1444.76,-551.361,47.7179,0.750492,0,0,0.366501,0.930418,7200,100,1), - (47192,19542,1,451.478,626.261,74.2562,-2.26893,0,0,0.906308,-0.422618,7200,100,1), - (47193,19542,1,485.431,648.489,67.4054,-0.244346,0,0,0.121869,-0.992546,7200,100,1), - (47194,1622,1,1860.54,853.155,167.536,2.32129,0,0,0.91706,0.398748,300,100,1), - (47195,1622,1,2391.84,1418.07,275.535,-0.453786,0,0,-0.224951,0.97437,300,100,1), - (47207,1622,1,1442.79,630.915,154.015,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (47208,1622,1,1359.07,222.016,13.8978,0.907571,0,0,0.438371,0.898794,300,100,1), - (47230,1622,1,-133.757,-665.551,8.78258,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (47231,1622,1,883.949,1848.89,12.2401,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (47247,180582,0,-9882.07,1833.48,0,1.11701,0,0,0.529919,0.848048,3600,100,1), - (47278,176112,329,3617.53,-3130.55,135.665,2.14675,0,0,0.878817,0.477159,180,100,1), - (47279,175857,329,3616.72,-3126.52,135.779,2.40856,0,0,0.93358,0.358368,180,100,1), - (47280,175858,329,3615.18,-3127.7,135.779,2.11185,0,0,0.870355,0.492424,180,100,1), - (47281,175350,329,3621.54,-3335.55,123.501,3.14159,0,0,1,0,180,100,0), - (47282,175351,329,3603.04,-3335.24,125.354,3.14159,0,0,1,0,180,100,0), - (47283,180582,0,-9574.33,1392.54,0,-0.122173,0,0,-0.0610485,0.998135,3600,100,1), - (47316,1622,1,788.054,1455.41,-8.71992,-2.00713,0,0,-0.843392,0.537299,300,100,1), - (47317,1623,1,-194.322,153.912,94.1951,-2.21657,0,0,-0.894935,0.446197,300,100,1), - (47318,180900,0,-13646.9,547.157,0,1.95477,0,0,0.829038,0.559192,3600,100,1), - (47319,180900,0,-13853.3,707.847,0,0.436332,0,0,0.216439,0.976296,3600,100,1), - (47320,180900,0,-13244,775.253,0,0.767945,0,0,0.374607,0.927184,3600,100,1), - (47321,180900,0,-13341.5,808.699,0,-0.541052,0,0,-0.267238,0.96363,3600,100,1), - (47322,180900,0,-13290.2,651.097,0,-2.74017,0,0,-0.979925,0.199366,3600,100,1), - (47323,180900,0,-13952.5,695.664,0,-1.0821,0,0,-0.515036,0.857168,3600,100,1), - (47324,180900,0,-12909.3,506.528,0,-1.6057,0,0,-0.719339,0.694659,3600,100,1), - (47325,180900,0,-13150,482.661,0,-1.98968,0,0,-0.838672,0.544637,3600,100,1), - (47326,180900,0,-14320.4,529.485,0,-2.67035,0,0,-0.972369,0.233447,3600,100,1), - (47327,180900,0,-14659.1,196.393,0,-0.907571,0,0,-0.438371,0.898794,3600,100,1), - (47328,180900,0,-14345,481.232,0,-0.191986,0,0,-0.0958456,0.995396,3600,100,1), - (47329,180901,0,-12968.7,489.778,0,-1.13446,0,0,-0.537298,0.843393,3600,100,1), - (47330,180901,0,-13693.8,670.814,0,0.139626,0,0,0.0697563,0.997564,3600,100,1), - (47331,180901,0,-13952.5,695.664,0,-1.0821,0,0,-0.515036,0.857168,3600,100,1), - (47332,180901,0,-13059.8,506.689,0,1.67552,0,0,0.743146,0.669129,3600,100,1), - (47333,180901,0,-12771.4,378.642,0,-0.523599,0,0,-0.258819,0.965926,3600,100,1), - (47334,180901,0,-12727.5,39.1558,0,-0.331612,0,0,-0.165047,0.986286,3600,100,1), - (47335,180901,0,-14424.6,465.557,0,3.12414,0,0,0.999962,0.0087262,3600,100,1), - (47336,180901,0,-12829.6,440.834,0,2.75762,0,0,0.981627,0.190809,3600,100,1), - (47337,180901,0,-13779.9,703.536,0,2.40855,0,0,0.93358,0.35837,3600,100,1), - (47338,180902,0,-13059.8,506.689,0,1.67552,0,0,0.743146,0.669129,3600,100,1), - (47339,180902,0,-13150,482.661,0,-1.98968,0,0,-0.838672,0.544637,3600,100,1), - (47340,180902,0,-12701.7,-21.263,0,-2.11185,0,0,-0.870356,0.492423,3600,100,1), - (47341,180902,0,-14012.5,599.186,0,3.07178,0,0,0.999391,0.0348993,3600,100,1), - (47342,180902,0,-13952.5,695.664,0,-1.0821,0,0,-0.515036,0.857168,3600,100,1), - (47343,180902,0,-13779.9,703.536,0,2.40855,0,0,0.93358,0.35837,3600,100,1), - (47344,180902,0,-13568.4,766.911,0,-0.401426,0,0,-0.199368,0.979925,3600,100,1), - (47345,180902,0,-12771.4,378.642,0,-0.523599,0,0,-0.258819,0.965926,3600,100,1), - (47346,180902,0,-13414.4,783.912,0,2.04204,0,0,0.852641,0.522496,3600,100,1), - (47348,180902,0,-13235.1,558.615,0,-3.00197,0,0,-0.997564,0.0697546,3600,100,1), - (47349,180902,0,-14720,448.409,0,1.69297,0,0,0.748956,0.66262,3600,100,1), - (47350,1623,1,147.146,-929.535,25.7858,-1.71042,0,0,-0.754709,0.65606,300,100,1), - (47351,180655,0,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,3600,100,1), - (47352,180656,0,-5730.29,-3414.34,297.605,-2.80998,0,0,-0.986286,0.165048,3600,100,1), - (47353,180656,0,-5127.44,-3148.62,297.605,-2.98451,0,0,-0.996917,0.0784606,3600,100,1), - (47354,180656,0,-4912.3,-3581.94,297.605,-0.663225,0,0,-0.325568,0.945519,3600,100,1), - (47355,180656,0,-5642.59,-3291.67,297.605,2.14675,0,0,0.878816,0.477161,3600,100,1), - (47356,180656,0,-5347.89,-3706.57,297.605,-1.8326,0,0,-0.793355,0.60876,3600,100,1), - (47357,1623,1,72.2089,-570.957,21.4807,-0.680679,0,0,-0.333807,0.942641,300,100,1), - (47358,180656,0,-4982.37,-3543.38,297.605,1.50098,0,0,0.681997,0.731355,3600,100,1), - (47359,180656,0,-4773.38,-3163.92,297.605,-2.18166,0,0,-0.88701,0.461749,3600,100,1), - (47360,180656,0,-5202.45,-3145.92,297.605,2.25148,0,0,0.902586,0.430509,3600,100,1), - (47361,180656,0,-5167.09,-3142.34,297.605,-0.034907,0,0,-0.0174526,0.999848,3600,100,1), - (47362,1623,1,1643.17,121.834,120.033,-0.541052,0,0,-0.267238,0.96363,300,100,1), - (47363,180656,0,-5032.86,-3580.12,297.605,-1.93731,0,0,-0.824125,0.566409,3600,100,1), - (47364,1623,1,1520.54,-94.205,69.8056,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (47365,1623,1,2748.57,1710.59,309.425,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (47366,180657,0,-1088.09,-773.98,0,2.37365,0,0,0.927184,0.374606,3600,100,1), - (47367,180657,0,-991.793,-708.385,0,-2.75762,0,0,-0.981627,0.190809,3600,100,1), - (47368,180657,0,-933.148,-568.908,0,-0.05236,0,0,-0.026177,0.999657,3600,100,1), - (47369,180657,0,-3707.95,-631.876,0,-0.925024,0,0,-0.446198,0.894934,3600,100,1), - (47370,1623,1,2224.12,960.375,305.949,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (47371,180657,0,-931.71,-554.852,0,2.84489,0,0,0.989016,0.147808,3600,100,1), - (47372,180657,0,-3353.9,-975.253,0,-0.349066,0,0,-0.173648,0.984808,3600,100,1), - (47373,180657,0,-3843.22,-918.727,0,-2.89725,0,0,-0.992546,0.121868,3600,100,1), - (47374,1623,1,1737.92,635.655,194.972,1.6057,0,0,0.719339,0.694659,300,100,1), - (47375,180657,0,-1108.14,-216.96,0,2.07694,0,0,0.861629,0.507539,3600,100,1), - (47376,1623,1,2274.55,1274.77,341.91,2.05949,0,0,0.857168,0.515037,300,100,1), - (47377,1623,1,192.71,387.511,99.3351,-0.226893,0,0,-0.113203,0.993572,300,100,1), - (47378,1623,1,719.544,1986.88,26.8171,2.19912,0,0,0.891008,0.453988,300,100,1), - (47379,180662,0,-1169.1,-796.219,0,4.71239,0,0,0.707106,-0.707107,3600,100,1), - (47380,180662,0,-1474.17,-1098.55,0,2.93215,0,0,0.994522,0.10453,3600,100,1), - (47381,180662,0,-1428.6,-1035.49,0,-1.09956,0,0,-0.5225,0.852639,3600,100,1), - (47382,180662,0,-3353.9,-975.253,0,-0.349066,0,0,-0.173648,0.984808,3600,100,1), - (47383,180662,0,-948.823,-523.381,0,-1.62316,0,0,-0.725376,0.688353,3600,100,1), - (47384,180662,0,-991.793,-708.385,0,-2.75762,0,0,-0.981627,0.190809,3600,100,1), - (47385,180662,0,-896.287,-696.348,0,-2.68781,0,0,-0.97437,0.22495,3600,100,1), - (47386,1624,1,1279.98,-392.616,15.7534,3.10669,0,0,0.999848,0.0174505,300,100,1), - (47387,180662,0,-931.71,-554.852,0,2.84489,0,0,0.989016,0.147808,3600,100,1), - (47388,1624,1,1814.52,978.991,145.711,1.3439,0,0,0.622513,0.782609,300,100,1), - (47389,1624,1,2682.74,1322.29,265.415,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (47390,180664,0,-1263.25,-908.322,0,1.5708,0,0,0.707108,0.707106,3600,100,1), - (47391,180664,0,-3262.99,-889.309,0,-0.610865,0,0,-0.300706,0.953717,3600,100,1), - (47392,180664,0,-1376.06,-1012.95,0,0.122173,0,0,0.0610485,0.998135,3600,100,1), - (47393,180664,0,-2755.3,-1128.21,0,2.56563,0,0,0.958819,0.284017,3600,100,1), - (47394,180664,0,-2904.7,-1007.43,0,-0.418879,0,0,-0.207912,0.978148,3600,100,1), - (47395,180664,0,-3843.22,-918.727,0,-2.89725,0,0,-0.992546,0.121868,3600,100,1), - (47396,180664,0,-3018.44,-941.133,0,2.51327,0,0,0.951056,0.309019,3600,100,1), - (47397,180664,0,-1199.8,-833.747,0,2.46091,0,0,0.942641,0.333809,3600,100,1), - (47398,180664,0,-2869.85,-1038.07,0,1.62316,0,0,0.725376,0.688353,3600,100,1), - (47399,1624,1,2553.66,1288.54,268.658,-0.017453,0,0,-0.00872639,0.999962,300,100,1), - (47400,180664,0,-1304.26,-991.073,0,0.558505,0,0,0.275637,0.961262,3600,100,1), - (47401,180664,0,-1428.6,-1035.49,0,-1.09956,0,0,-0.5225,0.852639,3600,100,1), - (47402,1624,1,1075.53,-10.5895,6.89414,2.75762,0,0,0.981627,0.190809,300,100,1), - (47403,180664,0,-3710.44,-673.205,0,2.51327,0,0,0.951056,0.309019,3600,100,1), - (47404,180664,0,-3873.45,-634.351,0,-0.837758,0,0,-0.406737,0.913545,3600,100,1), - (47405,180664,0,-1068.16,-336.681,0,1.90241,0,0,0.814116,0.580702,3600,100,1), - (47406,180664,0,-933.148,-568.908,0,-0.05236,0,0,-0.026177,0.999657,3600,100,1), - (47407,180682,0,-12015.2,532.893,-0.255422,3.03687,0,0,0.998629,0.0523374,3600,100,1), - (47408,180682,0,-12080.1,459.363,0,2.14675,0,0,0.878816,0.477161,3600,100,1), - (47409,180682,0,-12011.6,759.599,0,0.855211,0,0,0.414693,0.909961,3600,100,1), - (47410,180682,0,-12202.2,351.023,0,-1.67552,0,0,-0.743146,0.669129,3600,100,1), - (47411,1624,1,955.697,1678.26,-9.78031,2.61799,0,0,0.965925,0.258821,300,100,1), - (47412,180682,0,-12259.6,344.519,0,1.90241,0,0,0.814116,0.580702,3600,100,1), - (47413,1624,1,92.3763,-238.569,6.50289,0.191986,0,0,0.0958456,0.995396,300,100,1), - (47414,180682,0,-12031.4,593.977,0,-0.680679,0,0,-0.333807,0.942641,3600,100,1), - (47415,180682,0,-12001.6,651.077,0,-2.16421,0,0,-0.882948,0.469471,3600,100,1), - (47416,1624,1,460.004,309.484,49.2967,-0.139626,0,0,-0.0697563,0.997564,300,100,1), - (47417,180682,1,-2591.33,-4100.78,0,-2.89725,0,0,-0.992546,0.121868,3600,100,1), - (47418,180682,1,-2693.47,-4182.76,0,-2.79253,0,0,-0.984808,0.173647,3600,100,1), - (47419,180683,0,-12202.2,351.023,0,-1.67552,0,0,-0.743146,0.669129,3600,100,1), - (47420,180683,0,-11993.8,649.109,-0.949605,-2.16421,0,0,-0.882948,0.469471,3600,100,1), - (47421,180683,0,-12043.2,541.762,0,3.03687,0,0,0.998629,0.0523374,3600,100,1), - (47422,180683,0,-12080.1,459.363,0,2.14675,0,0,0.878816,0.477161,3600,100,1), - (47423,180683,1,-2636.08,-4058.32,0,0.593412,0,0,0.292372,0.956305,3600,100,1), - (47424,180683,1,-2937.83,-4248.67,0,-0.977384,0,0,-0.469471,0.882948,3600,100,1), - (47425,180684,0,1188.74,-247.037,32.9309,-3.12414,0,0,-0.999962,0.0087262,3600,100,1), - (47426,180684,0,667.415,130.111,32.934,2.49582,0,0,0.948324,0.317305,3600,100,1), - (47427,180684,0,1210.71,-235.344,32.9309,-2.94961,0,0,-0.995396,0.095844,3600,100,1), - (47428,180684,0,-12036.6,-500.827,10.0699,1.15192,0,0,0.54464,0.83867,3600,100,1), - (47429,180684,0,-11856.7,-427.904,10.0699,0.977384,0,0,0.469471,0.882948,3600,100,1), - (47430,180684,0,-11447.1,254.103,10.0699,-0.890118,0,0,-0.430511,0.902585,3600,100,1), - (47431,180684,0,843.119,-66.724,32.9309,1.48353,0,0,0.67559,0.737277,3600,100,1), - (47432,180684,0,994.35,-169.237,32.9309,-2.94961,0,0,-0.995396,0.095844,3600,100,1), - (47433,180684,0,-11576.1,-28.4349,10.0699,2.14675,0,0,0.878816,0.477161,3600,100,1), - (47434,180684,0,-12472.4,-289.304,10.1106,-2.6529,0,0,-0.970296,0.241922,3600,100,1), - (47435,180684,0,-11596.9,-3.87077,10.0699,1.48353,0,0,0.67559,0.737277,3600,100,1), - (47436,180684,0,-11538.7,-52.8923,10.0699,-1.74533,0,0,-0.766045,0.642787,3600,100,1), - (47437,180684,0,-11542.9,43.4788,10.0699,1.72788,0,0,0.760407,0.649446,3600,100,1), - (47438,1624,1,900.207,1788.22,-7.09105,1.78024,0,0,0.777147,0.629319,300,100,1), - (47439,180684,0,-11701.4,-331.587,10.0699,-2.87979,0,0,-0.991445,0.130528,3600,100,1), - (47440,19547,1,1169.03,49.4346,-0.828489,-0.767945,0,0,0.374607,-0.927184,900,100,1), - (47441,180684,0,-11568.2,-64.7165,10.0699,-0.191986,0,0,-0.0958456,0.995396,3600,100,1), - (47442,180684,0,-11498.4,91.6261,10.0699,2.05949,0,0,0.857168,0.515037,3600,100,1), - (47443,180684,0,-11614.3,-192.641,10.0699,-2.16421,0,0,-0.882948,0.469471,3600,100,1), - (47444,19547,1,1432.74,49.0701,21.7349,2.02458,0,0,0.848048,0.529919,900,100,1), - (47445,19547,1,1268.82,-300.327,6.23046,-0.977384,0,0,0.469472,-0.882948,900,100,1), - (47446,180684,0,-11594.2,-161.316,10.0699,-0.558505,0,0,-0.275637,0.961262,3600,100,1), - (47447,19558,1,92.3087,-55.575,22.1523,-0.698132,0.073728,-0.026835,-0.340966,0.936796,900,100,1), - (47448,180684,0,-11668.9,-262.907,10.0699,2.77507,0,0,0.983255,0.182237,3600,100,1), - (47449,19559,1,92.3294,-55.5541,21.6017,-0.698132,0.073728,-0.026835,-0.340966,0.936796,900,100,1), - (47450,19560,1,92.4392,-55.4797,21.1166,-0.69813,0.095253,-0.043904,-0.339276,0.934821,900,100,1), - (47451,19561,1,92.5894,-56.8869,19.968,2.36492,0.019279,0.081575,0.921872,0.378319,900,100,1), - (47452,19562,1,92.1316,-57.3277,19.4242,2.36492,0.063403,0.166318,0.910467,0.373321,900,100,1), - (47453,180684,0,-12120.5,-352.027,10.0699,1.5708,0,0,0.707108,0.707106,3600,100,1), - (47454,19563,1,603.942,326.386,47.2019,-3.01069,-0.005131,0.078291,0.994783,-0.065202,900,100,1), - (47455,19564,1,603.019,325.876,46.7247,1.67552,0.081867,0.084447,0.73833,0.664105,900,100,1), - (47456,19565,1,602.858,327.266,45.5181,0.095993,0.118016,-0.007345,0.049178,0.991766,900,100,1), - (47457,19566,1,602.785,327.066,44.9758,0.052359,0.082431,0.015208,0.025001,0.996167,900,100,1), - (47458,143983,1,925.941,901.492,104.969,1.25664,0,0,0.587785,0.809017,900,100,1), - (47459,19567,1,602.769,327.7,44.4997,0.05236,0.177768,0.00895,0.024983,0.983715,900,100,1), - (47460,3695,1,2697.92,1456.44,234.873,-1.0472,0,0,0.5,-0.866025,7200,100,1), - (47461,180685,0,794.327,-35.3443,32.4959,-1.46608,0,0,-0.669132,0.743144,3600,100,1), - (47462,180685,0,1245.56,-204.805,32.2924,0.733038,0,0,0.358368,0.93358,3600,100,1), - (47463,180685,0,-11668.9,-262.907,10.0699,2.77507,0,0,0.983255,0.182237,3600,100,1), - (47464,180685,0,-11447.1,254.103,10.0699,-0.890118,0,0,-0.430511,0.902585,3600,100,1), - (47465,19568,1,603.36,325.836,46.0544,1.67552,0.034697,0.045045,0.741777,0.668232,900,100,1), - (47466,180685,0,-11538.7,-52.8923,10.0699,-1.74533,0,0,-0.766045,0.642787,3600,100,1), - (47467,180685,0,-11595.8,-30.9914,10.0699,2.70526,0,0,0.976296,0.21644,3600,100,1), - (47468,19569,1,633.42,359.589,52.0103,-3.08923,0.139589,0.115725,0.982528,-0.041978,900,100,1), - (47469,180685,0,-11568.2,-64.7165,10.0699,-0.191986,0,0,-0.0958456,0.995396,3600,100,1), - (47470,180685,0,-11925.3,-322.532,10.085,-2.89725,0,0,-0.992546,0.121868,3600,100,1), - (47471,180685,0,-12239.5,-335.31,10.0699,0.698132,0,0,0.34202,0.939693,3600,100,1), - (47472,180685,0,-12131.3,369.493,0,-0.942478,0,0,-0.453991,0.891006,3600,100,1), - (47473,180685,1,-3548.39,-4378.76,0,1.65806,0,0,0.737276,0.675591,3600,100,1), - (47474,180712,0,-13853.3,707.847,0,0.436332,0,0,0.216439,0.976296,3600,100,1), - (47475,180712,0,-14597.8,143.019,0,1.46608,0,0,0.669132,0.743144,3600,100,1), - (47476,180712,0,-13693.8,670.814,0,0.139626,0,0,0.0697563,0.997564,3600,100,1), - (47477,180712,0,-13235.1,558.615,0,-3.00197,0,0,-0.997564,0.0697546,3600,100,1), - (47478,180712,0,-14720,448.409,0,1.69297,0,0,0.748956,0.66262,3600,100,1), - (47479,180712,0,-14424.6,465.557,0,3.12414,0,0,0.999962,0.0087262,3600,100,1), - (47480,19570,1,633.265,359.896,51.3748,-3.08923,0.145749,0.068523,0.986307,-0.035498,900,100,1), - (47481,19571,1,633.123,359.458,50.9136,-3.08923,0.142918,0.137158,0.979124,-0.045578,900,100,1), - (47486,50803,1,115.265,-345.367,3.71276,-2.97579,0,0,0.996565,-0.082808,900,100,1), - (47501,19572,1,1576.59,1026.5,137.053,-0.069812,0,0,-0.034899,0.999391,900,100,1), - (47502,50804,1,118.362,-351.517,3.71276,-3.10669,0,0,0.999848,-0.017452,900,100,1), - (47503,19573,1,1576.64,1026.36,137.726,-1.64061,0,0,-0.731354,0.681998,900,100,1), - (47504,50805,1,134.158,-340.536,3.71276,-3.0456,0,0,0.998848,-0.047978,900,100,1), - (47505,180900,0,-13235.1,558.615,0,-3.00197,0,0,-0.997564,0.0697546,3600,100,1), - (47506,180901,0,-13290.2,651.097,0,-2.74017,0,0,-0.979925,0.199366,3600,100,1), - (47507,180901,0,-14012.5,599.186,0,3.07178,0,0,0.999391,0.0348993,3600,100,1), - (47508,180901,0,-12679.1,154.718,0,-2.96706,0,0,-0.996195,0.0871556,3600,100,1), - (47509,180902,0,-14141.9,517.923,0,2.72271,0,0,0.978147,0.207914,3600,100,1), - (47510,180902,0,-12968.7,489.778,0,-1.13446,0,0,-0.537298,0.843393,3600,100,1), - (47511,180902,0,-14424.6,465.557,0,3.12414,0,0,0.999962,0.0087262,3600,100,1), - (47512,180902,0,-14345,481.232,0,-0.191986,0,0,-0.0958456,0.995396,3600,100,1), - (47513,180902,0,-13693.8,670.814,0,0.139626,0,0,0.0697563,0.997564,3600,100,1), - (47514,19574,1,1576.49,1026.46,137.741,1.50098,0,0,0.681998,0.731354,900,100,1), - (47515,19575,1,1576.49,1026.45,137.074,1.50098,0,0,0.681998,0.731354,900,100,1), - (47516,180657,0,-1169.1,-796.219,0,4.71239,0,0,0.707106,-0.707107,3600,100,1), - (47517,180657,0,-2704.53,-1210.83,0,2.14675,0,0,0.878816,0.477161,3600,100,1), - (47518,180657,0,-3873.45,-634.351,0,-0.837758,0,0,-0.406737,0.913545,3600,100,1), - (47519,180657,0,-2904.7,-1007.43,0,-0.418879,0,0,-0.207912,0.978148,3600,100,1), - (47520,180662,0,-1032.62,-405.506,0,-0.174533,0,0,-0.0871558,0.996195,3600,100,1), - (47521,180662,0,-1101.77,-285.447,0,0.959931,0,0,0.461749,0.887011,3600,100,1), - (47522,180664,0,-1474.17,-1098.55,0,2.93215,0,0,0.994522,0.10453,3600,100,1), - (47523,180664,0,-896.287,-696.348,0,-2.68781,0,0,-0.97437,0.22495,3600,100,1), - (47524,180664,0,-1093.24,-33.4709,0,-0.139626,0,0,-0.0697563,0.997564,3600,100,1), - (47525,180664,0,-1037.98,-736.12,0,-1.65806,0,0,-0.737277,0.675591,3600,100,1), - (47526,180664,0,-3649.69,-665.087,0,0.191986,0,0,0.0958456,0.995396,3600,100,1), - (47527,180682,1,-2871.48,-4241.04,0,0.314159,0,0,0.156434,0.987688,3600,100,1), - (47528,180682,0,-12067.7,871.853,0,2.49582,0,0,0.948324,0.317305,3600,100,1), - (47529,180682,0,-11882,876.11,0,1.53589,0,0,0.694658,0.71934,3600,100,1), - (47530,180682,0,-11801.6,961.14,0,-0.436333,0,0,-0.21644,0.976296,3600,100,1), - (47531,180682,0,-11950.8,847.183,0,2.77507,0,0,0.983255,0.182237,3600,100,1), - (47532,19576,1,1576.5,1026.46,136.404,1.50098,0,0,0.681998,0.731354,900,100,1), - (47533,180682,1,-2994.52,-4235.53,0,-1.51844,0,0,-0.688356,0.725373,3600,100,1), - (47534,180682,1,-3548.39,-4378.76,0,1.65806,0,0,0.737276,0.675591,3600,100,1), - (47535,180683,1,-3250.99,-4297.08,0,1.09956,0,0,0.5225,0.852639,3600,100,1), - (47536,180683,0,-11958.1,738.97,0,2.94961,0,0,0.995396,0.095844,3600,100,1), - (47537,180683,0,-11801.6,961.14,0,-0.436333,0,0,-0.21644,0.976296,3600,100,1), - (47538,180683,1,-2591.33,-4100.78,0,-2.89725,0,0,-0.992546,0.121868,3600,100,1), - (47539,180683,0,-12349.4,342.822,0,2.26893,0,0,0.906308,0.422617,3600,100,1), - (47540,180684,0,-11517.9,141.394,10.0699,1.36136,0,0,0.629322,0.777145,3600,100,1), - (47541,180684,0,-11483.7,187.406,10.0699,-2.33874,0,0,-0.920505,0.390732,3600,100,1), - (47542,19577,1,1576.05,1027.92,138.641,-0.122174,0,0,-0.061049,0.998135,900,100,1), - (47543,180684,0,-12313.4,-311.831,10.0699,1.79769,0,0,0.782608,0.622514,3600,100,1), - (47544,180684,0,-12578.5,-108.159,10.0699,-2.11185,0,0,-0.870356,0.492423,3600,100,1), - (47545,180685,0,-11542.9,43.4788,10.0699,1.72788,0,0,0.760407,0.649446,3600,100,1), - (47546,180685,0,-11701.4,-331.587,10.0699,-2.87979,0,0,-0.991445,0.130528,3600,100,1), - (47547,180712,0,-14012.5,599.186,0,3.07178,0,0,0.999391,0.0348993,3600,100,1), - (47548,180712,0,-12968.7,489.778,0,-1.13446,0,0,-0.537298,0.843393,3600,100,1), - (47549,180712,0,-12771.4,378.642,0,-0.523599,0,0,-0.258819,0.965926,3600,100,1), - (47550,180712,0,-13646.9,547.157,0,1.95477,0,0,0.829038,0.559192,3600,100,1), - (47551,180712,0,-13150,482.661,0,-1.98968,0,0,-0.838672,0.544637,3600,100,1), - (47552,3705,1,993.306,1015.48,104.813,-1.81514,0,0,0.788011,-0.615661,7200,100,1), - (47557,3705,1,141.558,-580.347,-0.440365,-1.44862,0,0,0.66262,-0.748956,7200,100,1), - (47558,3705,1,125.913,-335.311,3.59643,-2.96706,0,0,0.996195,-0.087156,7200,100,1), - (47559,3705,1,878.17,360.789,23.2176,1.8675,0,0,0.803857,0.594823,7200,100,1), - (47560,3705,1,-6.22917,-509.885,-41.3079,-1.25664,0,0,0.587785,-0.809017,7200,100,1), - (47561,148418,109,-435.417,248.872,-90.8275,2.40799,0,0,0.933479,0.358632,180,100,1), - (47562,148419,109,-499.066,248.605,-90.8275,0.659252,0,0,0.323689,0.946163,180,100,1), - (47563,148420,109,-499.108,303.472,-90.8275,5.535,0,0,0.365427,-0.93084,180,100,1), - (47564,148421,109,-434.857,303.821,-90.8264,3.84954,0,0,0.938003,-0.346627,180,100,1), - (47567,179707,450,243.102,84.7166,25.8072,1.54101,0,0,0.696499,0.717557,180,100,1), - (47568,179706,449,-0.368658,29.2944,2.42959,4.59952,0,0,0.745866,-0.666095,180,100,1), - (47569,3705,1,-192.374,-301.287,11.5468,3.01942,0,0,0.998135,0.061049,7200,100,1), - (47578,173266,0,-7025.07,-1784.32,265.739,2.13058,0,0,0.874929,0.484251,-300,100,1), - (47579,19578,1,2397.4,1168.34,311.887,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (47580,176506,1,817.469,943.855,154.181,3.14159,0.017448,-0.021812,0.99961,0.000381,900,100,1), - (47581,19579,1,2397.41,1168.34,311.221,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (47582,176507,1,1005.39,997.696,105.221,-3.12414,-0.008764,0.004287,0.999915,-0.008688,900,100,1), - (47583,19580,1,2397.39,1168.35,310.554,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (47584,176508,1,990.191,1006.01,104.824,2.62672,0,0,0.967046,0.254602,900,100,1), - (47585,19581,1,2397.48,1168.49,311.887,0.008726,0,0,0.004363,0.99999,900,100,1), - (47586,176509,1,988.247,1005.29,104.608,2.74889,0,0,0.980785,0.19509,900,100,1), - (47587,19583,1,101.517,-244.563,8.88794,3.14159,0,0,1,0,900,100,1), - (47588,177280,1,2659.46,1447.63,226.239,-1.706,0,0,-0.753257,0.657726,900,100,1), - (47589,3715,1,2516.58,1860.07,366.597,1.37881,0,0,0.636078,0.771625,7200,100,1), - (47590,3715,1,2534.92,2003.42,347.636,-1.37881,0,0,0.636078,-0.771625,7200,100,1), - (47591,19590,1,1048.91,-440.569,4.021,-2.86234,0,0,0.990268,-0.139173,900,100,1), - (47592,19590,1,1168.98,49.815,-3.28093,2.47837,0,0,0.945519,0.325568,900,100,1), - (47593,181639,1,2681.93,1487.06,233.917,-1.47994,0,0,-0.674265,0.73849,900,100,1), - (47594,19591,1,1166.8,51.1317,-0.971587,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (47595,177288,1,-177.737,-328.416,9.59662,3.14159,0,0,1,0,900,100,1), - (47596,19594,1,1435.89,-2.28635,23.4277,-1.02974,0,0,0.492424,-0.870356,900,100,1), - (47597,19594,1,1435.6,-2.20177,37.6618,0,0,0,0,1,900,100,1), - (47598,19595,1,2415.62,1785.69,393.665,-0.680679,0,0,0.333807,-0.942641,2,100,1), - (47599,19596,1,2546.77,1998.05,347.693,2.35619,0,0,0.92388,0.382683,2,100,1), - (47600,19597,1,2400.82,1802.94,360.375,-1.16937,0,0,0.551937,-0.833886,2,100,1), - (47601,50830,1,109.2,-591.928,-1.48484,-2.0944,0,0,0.866026,-0.5,900,100,1), - (47602,19598,1,2466.91,1880.6,363.948,-2.84489,0,0,0.989016,-0.147809,2,100,1), - (47603,50831,1,112.123,-591.829,-1.6742,-1.58825,0,0,-0.713251,0.700909,900,100,1), - (47604,19599,1,2562.67,1947.02,347.03,2.16421,0,0,0.882948,0.469472,2,100,1), - (47605,19600,1,1049.96,-442.421,3.39679,0.558505,0,0,0.275637,0.961262,900,100,1), - (47606,19602,1,1245.09,18.2578,-4.65858,2.26893,0.159553,0.361134,0.83122,0.391405,2,100,1), - (47607,19603,1,985.849,-390.181,9.57425,1.79769,0,0,0.782608,0.622515,2,100,1), - (47608,176787,1,76.993,-460.474,12.8305,3.14159,0,0,1,0,900,100,1), - (47609,176794,1,930.339,1054.16,107.735,1.64934,0,0,0.734322,0.678801,900,100,1), - (47610,176795,1,930.321,1054.17,106.791,1.64934,0,0,0.734322,0.678801,900,100,1), - (47611,176796,1,930.02,1056.91,106.819,-1.51844,0,0,-0.688354,0.725374,900,100,1), - (47612,176797,1,930.038,1056.9,107.762,-1.51844,0,0,-0.688354,0.725374,900,100,1), - (47613,176798,1,704.612,1375.84,13.5887,0.558505,0,0,0.275637,0.961262,900,100,1), - (47614,176799,1,913.059,643.425,99.9028,-1.51844,0,0,-0.688354,0.725374,900,100,1), - (47615,176800,1,911.736,641.804,99.8028,0.095993,0,0,0.047978,0.998848,900,100,1), - (47616,176801,1,914.527,642.2,99.8821,-3.13287,0,0,0.99999,-0.004363,900,100,1), - (47617,20899,1,1048.63,-440.455,3.94077,2.1293,0,0,0.87462,0.48481,900,100,1), - (47618,180661,1,1487.37,0.364583,11.2851,2.96706,0,0,0.996195,0.087156,900,100,1), - (47619,180661,1,1574.21,-85.732,11.2851,-0.855212,0,0,0.414693,-0.909961,900,100,1), - (47620,180661,1,1123.77,-314.828,-9.73216,0.715585,0,0,0.350207,0.936672,900,100,1), - (47621,180661,1,1201.43,-256.563,-9.73216,-2.30383,0,0,0.913545,-0.406737,900,100,1), - (47622,180661,1,1434.25,186.711,11.2755,0.122173,0,0,0.061049,0.998135,900,100,1), - (47623,180662,1,1686.51,833.11,122.101,-2.67035,0,0,-0.972369,0.233447,900,100,1), - (47624,180663,1,1670.89,921.875,122.101,-2.93215,0,0,0.994522,-0.104529,900,100,1), - (47625,178104,1,-90.3116,334.663,102.433,2.94961,0,0,0.995396,0.095846,180,100,1), - (47626,178104,1,-78.4804,337.506,101.92,2.54818,0,0,0.956305,0.292372,180,100,1), - (47627,178104,1,-53.5342,419.568,104.232,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (47628,178104,1,-31.6009,343.79,98.2847,1.41372,0,0,0.649448,0.760406,180,100,1), - (47629,178104,1,-36.0511,333.875,94.5704,1.20428,0,0,0.566406,0.824126,180,100,1), - (47630,178104,1,-4.27756,441.209,104.228,2.54818,0,0,0.956305,0.292372,180,100,1), - (47631,178104,1,-13.4543,312.586,95.9667,2.26893,0,0,0.906308,0.422618,180,100,1), - (47632,178104,1,-63.4084,274.304,88.6756,1.48353,0,0,0.67559,0.737277,180,100,1), - (47633,178104,1,-39.0437,249.398,85.9696,2.89725,0,0,0.992546,0.121869,180,100,1), - (47634,178104,1,-99.8681,361.988,95.7091,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (47635,178104,1,-44.2909,334.918,119.002,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (47636,178104,1,-10.9643,354.732,103.357,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (47637,178104,1,-100.77,317.247,88.4146,2.1293,0,0,0.87462,0.48481,180,100,1), - (47638,178104,1,-123.834,377.4,94.7579,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (47639,178104,1,-0.137587,357.231,109.81,2.56563,0,0,0.95882,0.284015,180,100,1), - (47640,178104,1,-92.4437,306.435,122.651,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (47641,178104,1,-42.5558,280.483,91.0621,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (47642,178105,1,-83.7762,384.115,111.53,-0.994838,0,0,0.477159,-0.878817,300,100,1), - (47643,178105,1,-36.1657,378.314,104.588,0.401426,0,0,0.199368,0.979925,300,100,1), - (47644,176631,329,4032.77,-3350.6,115.06,1.20428,0,0,0.566406,0.824126,180,100,1), - (47645,178105,1,11.8071,448.487,103.12,2.53073,0,0,0.953717,0.300706,300,100,1), - (47646,178105,1,-76.7463,316.693,85.8159,2.67035,0,0,0.97237,0.233445,300,100,1), - (47647,178105,1,-62.4003,333.943,116.277,-0.122173,0,0,0.061049,-0.998135,300,100,1), - (47648,178105,1,-64.9141,347.352,121.193,-0.174533,0,0,0.087156,-0.996195,300,100,1), - (47649,178105,1,-7.92567,402.71,101.443,0.558505,0,0,0.275637,0.961262,300,100,1), - (47650,178105,1,-13.4543,312.586,95.9667,2.26893,0,0,0.906308,0.422618,300,100,1), - (47651,178105,1,-100.368,390.171,95.5482,-2.6529,0,0,0.970296,-0.241922,300,100,1), - (47652,178105,1,-93.8035,271.996,94.4738,2.86234,0,0,0.990268,0.139173,300,100,1), - (47653,178105,1,-89.3209,256.081,97.3751,-1.16937,0,0,0.551937,-0.833886,300,100,1), - (47654,178106,1,-67.5171,313.293,118.042,0.767945,0,0,0.374607,0.927184,300,100,1), - (47655,178106,1,-93.8035,271.996,94.4738,2.86234,0,0,0.990268,0.139173,300,100,1), - (47656,178106,1,-107.376,328.426,119.415,0.715585,0,0,0.350207,0.936672,300,100,1), - (47657,178106,1,-106.029,343.425,93.7598,-0.855212,0,0,0.414693,-0.909961,300,100,1), - (47658,178106,1,-72.2178,346.028,113.018,-1.25664,0,0,0.587785,-0.809017,300,100,1), - (47659,178106,1,-32.1617,301.727,90.3894,0.15708,0,0,0.078459,0.996917,300,100,1), - (47660,178106,1,-52.8023,311.732,89.9642,1.8675,0,0,0.803857,0.594823,300,100,1), - (47661,178106,1,-41.3147,368.748,119.611,2.67035,0,0,0.97237,0.233445,300,100,1), - (47662,178106,1,-49.0881,246.705,85.9696,1.67552,0,0,0.743145,0.669131,300,100,1), - (47663,178106,1,-14.578,452.385,104.226,2.56563,0,0,0.95882,0.284015,300,100,1), - (47664,1731,1,175.005,-458.132,34.7948,1.71042,0,0,0.754709,0.65606,300,100,1), - (47665,1731,1,1570.61,512.606,180.156,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (47666,1731,1,1357.7,1544.49,156.776,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (47667,1731,1,198.019,-889.892,20.2088,-3.12414,0,0,-0.999962,0.0087262,300,100,1), - (47668,1731,1,2282.73,1445.62,281.699,-2.94961,0,0,-0.995396,0.095844,300,100,1), - (47669,1731,1,1199.96,-500.415,10.4833,-1.88496,0,0,-0.809018,0.587783,300,100,1), - (47670,1731,1,1364.09,615.343,215.96,0.069813,0,0,0.0348994,0.999391,300,100,1), - (47671,1731,1,1182.49,-112.109,6.31108,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (47672,1731,1,1329.93,911.696,189.129,2.84489,0,0,0.989016,0.147808,300,100,1), - (47673,1731,1,1237.52,148.234,12.0444,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (47674,1731,1,1462.14,-88.5425,36.7921,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (47675,1731,1,1578.98,70.4523,-2.32776,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (47676,1732,1,995.43,-324.321,1.79314,2.07694,0,0,0.861629,0.507539,300,100,1), - (47677,1732,1,926.57,-290.756,18.5812,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (47678,1732,1,-72.2598,344.644,113.302,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (47679,1732,1,2692.85,1204.99,324.032,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (47680,1732,1,1549.73,598.373,162.936,2.25148,0,0,0.902586,0.430509,300,100,1), - (47681,1732,1,2623.61,1257.79,292.274,-2.05949,0,0,-0.857168,0.515037,300,100,1), - (47682,1732,1,-70.216,310.514,85.7165,-0.034907,0,0,-0.0174526,0.999848,300,100,1), - (47683,1732,1,164.408,-670.49,40.2843,2.86234,0,0,0.990268,0.139173,300,100,1), - (47684,1732,1,1749.93,662.532,201.807,2.42601,0,0,0.936673,0.350206,300,100,1), - (47685,1732,1,1187.05,1384.45,107.598,-0.855212,0,0,-0.414694,0.909961,300,100,1), - (47686,1732,1,1232.8,-283.63,9.716,-0.558505,0,0,-0.275637,0.961262,300,100,1), - (47687,1732,1,2337.9,1283.17,300.478,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (47688,1733,1,918.211,-338.124,20.9945,2.04204,0,0,0.852641,0.522496,300,100,1), - (47689,1733,1,471.047,1521.84,31.6324,-0.139626,0,0,-0.0697563,0.997564,300,100,1), - (47690,1735,1,2229.49,1354.33,315.216,2.87979,0,0,0.991445,0.130528,300,100,1), - (47691,178145,1,2.79373,432.367,104.308,-1.6057,0,0,0.71934,-0.694658,900,100,1), - (47692,3301,1,132.638,-537.883,3.05782,-2.2602,0,0,0.904455,-0.426568,900,100,1), - (47693,177904,1,451.498,361.607,51.0175,-2.40855,0,0,0.93358,-0.358368,2,100,1), - (47694,176113,1,-180.889,-234.881,8.78675,1.30027,0,0,0.605294,0.796002,900,100,1), - (47695,2040,1,758.625,1793.01,-13.7902,0.855211,0,0,0.414693,0.909961,300,100,1), - (47696,2040,1,744.61,1543.04,-18.1738,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (47697,2040,1,733.572,1935.63,30.1618,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (47698,175104,1,2688.84,-374.291,109.995,3.14159,0,0,1,0,900,100,1), - (47699,93192,1,3461.31,-118.269,3.70502,1.0472,0,0,0.5,0.866025,2,100,1), - (47700,178184,1,4293.06,978.738,-21.3594,-2.80998,0,0,0.986286,-0.165048,300,100,1), - (47701,178184,1,4164.8,956.146,-16.2607,-0.418879,0,0,0.207912,-0.978148,300,100,1), - (47702,178184,1,4185.8,749.693,-26.1232,-0.907571,0,0,0.438371,-0.898794,300,100,1), - (47703,178184,1,4280.48,845.42,-5.77331,2.02458,0,0,0.848048,0.529919,300,100,1), - (47704,178185,1,4181.5,929.908,-11.7148,0.872665,0,0,0.422618,0.906308,300,100,1), - (47705,178185,1,4308.7,954.32,-20.4886,-1.20428,0,0,0.566406,-0.824126,300,100,1), - (47706,178185,1,4234.39,746.67,-22.409,-1.91986,0,0,0.819152,-0.573576,300,100,1), - (47707,175352,329,3571.57,-3451.68,136.357,2.31256,0,0,0.915311,0.402747,180,100,1), - (47708,178186,1,4219.62,902.007,-5.77761,1.0472,0,0,0.5,0.866025,300,100,1), - (47709,178186,1,4306.23,939.533,-16.4769,-0.226893,0,0,0.113203,-0.993572,300,100,1), - (47710,178186,1,4198.19,718.992,-22.5782,-0.593412,0,0,0.292372,-0.956305,300,100,1), - (47711,178186,1,4342.96,857.754,-19.0421,-2.14675,0,0,0.878817,-0.477159,300,100,1), - (47712,21004,1,1632.57,-3075.2,85.9586,-0.802851,0.001818,-0.029207,-0.390248,0.920245,2,100,1), - (47713,2061,1,2371.71,-1190.5,89.1238,-1.7366,0,0,-0.763232,0.646125,900,100,1), - (47714,2061,1,3274.43,-589.458,157.637,0.506146,0,0,0.25038,0.968148,900,100,1), - (47715,2061,1,2874.13,-569.281,107.089,3.14159,0,0,1,0,900,100,1), - (47716,2061,1,2943.09,-2821.35,214.134,-3.02815,0,0,0.998392,-0.056693,900,100,1), - (47717,2061,1,3361.12,-479.11,154.218,3.11541,0,0,0.999914,0.01309,900,100,1), - (47718,2061,1,2930.07,-109.979,96.9742,1.71042,0.025478,-0.010589,0.754572,0.655637,900,100,1), - (47719,2061,1,3181.12,-269.173,120.559,3.14159,0.021802,0.034891,0.999153,-0.000761,900,100,1), - (47720,2061,1,2208.02,-1421.51,90.8178,3.14159,0.00436,0.039259,0.99922,-0.000171,900,100,1), - (47721,2061,1,2218.27,-1537.09,88.9847,-3.14159,-0.021794,-0.043609,0.99881,-0.000952,900,100,1), - (47722,2061,1,2247.52,-1565.23,87.571,3.14159,-0.056691,0.008713,0.998354,0.000495,900,100,1), - (47723,2061,1,2602.69,-3598.53,109.897,3.14159,0,0,1,0,900,100,1), - (47724,2061,1,3246.78,-3709.06,149.906,2.99324,0,0,0.99725,0.074109,900,100,1), - (47725,2061,1,3242.24,-3736.8,149.752,2.99324,0,0,0.99725,0.074109,900,100,1), - (47726,2061,1,2437.12,-3408.23,99.6397,3.14159,0,0,1,0,900,100,1), - (47727,2061,1,2434.27,-3478.44,92.34,3.14159,0,0,1,0,900,100,1), - (47728,2061,1,2455.71,-3450.13,95.3096,3.14159,0,0,1,0,900,100,1), - (47729,2061,1,2688.84,-374.291,109.995,3.14159,0,0,1,0,900,100,1), - (47730,2061,1,3470.87,848.708,5.38822,3.14159,0,0,1,0,900,100,1), - (47731,2061,1,2759.67,-2952.73,142.91,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (47732,2061,1,2779.5,-3014.32,153.85,2.46091,0,0,0.942641,0.333807,900,100,1), - (47733,2061,1,2952.08,-3216.08,169.205,-0.51668,0,0,-0.255476,0.966815,900,100,1), - (47734,2061,1,3011.2,-79.7769,99.8711,-2.66259,0,0,0.971457,-0.237217,900,100,1), - (47735,2061,1,3262.54,-364.49,153.103,3.14159,0,0,1,0,900,100,1), - (47736,2061,1,3025.1,-174.24,102.979,-0.085618,0,0,-0.042796,0.999084,900,100,1), - (47737,2061,1,2918.17,-408.996,107.089,3.14159,0,0,1,0,900,100,1), - (47738,2061,1,3027.77,-3299.18,155.13,0.081623,0,0,0.0408,0.999167,900,100,1), - (47739,2061,1,2931.64,-342.213,108.038,3.14159,0,0,1,0,900,100,1), - (47740,2061,1,2735.6,-2982.38,140.626,-1.94604,0,0,-0.82659,0.562805,900,100,1), - (47741,2061,1,2371.39,657.631,153.145,2.69653,-0.003852,-0.017022,0.975194,0.220664,900,100,1), - (47742,2061,1,2489.38,-2146.48,200.484,3.14159,0,0,1,0,900,100,1), - (47743,2061,1,3349.37,1013.64,3.19711,-2.46669,0,0,0.943602,-0.331081,900,100,1), - (47744,2061,1,2306.32,-1427.84,86.8245,3.14159,-0.017452,0,0.999848,0,900,100,1), - (47745,2061,1,2466.4,-3458.41,94.6259,3.14159,0,0,1,0,900,100,1), - (47746,2061,1,2449.56,-3479.43,92.2099,3.14159,0,0,1,0,900,100,1), - (47747,2061,1,2434.8,-3418.61,99.1157,2.69653,0,0,0.975342,0.220697,900,100,1), - (47748,2061,1,2456.86,-3413.34,100.858,3.14159,0,0,1,0,900,100,1), - (47749,2061,1,2792.72,-2954.37,148.589,1.74533,0,0,0.766044,0.642788,900,100,1), - (47750,2061,1,2912.38,-3270.78,160.035,-1.85878,0,0,-0.801254,0.598324,900,100,1), - (47751,2061,1,3416.6,-653.602,176.015,-1.75406,0.005015,-0.012854,-0.768732,0.639422,900,100,1), - (47752,2061,1,3456.4,-658.21,178.38,0.584685,0.025066,0.007544,0.288097,0.957243,900,100,1), - (47753,2061,1,3428.87,-684.23,175.79,0.584685,0.025066,0.007544,0.288097,0.957243,900,100,1), - (47754,2061,1,3378.09,-706.384,169.039,-1.74157,0.121808,-0.025566,-0.763746,0.633404,900,100,1), - (47755,2061,1,3359.57,-742.809,163.996,-2.75684,-0.089587,0.005206,0.977962,-0.188513,900,100,1), - (47756,2061,1,3343.84,-629.726,178.893,-2.76077,-0.015503,-0.030555,0.981242,-0.189708,900,100,1), - (47757,2061,1,3353.88,-746.578,163.594,-2.7541,0.019117,0.050137,0.979626,-0.193529,900,100,1), - (47758,2061,1,2497.64,-2493.56,111.613,-3.03539,-0.095015,-0.099155,0.988579,-0.06206,900,100,1), - (47759,2061,1,2417.58,-2483.76,109.056,0.926495,0.042274,0.024428,0.446193,0.893604,900,100,1), - (47760,2061,1,2439.92,-2485.85,109.508,-2.9554,-0.090442,-0.068436,0.98869,-0.09813,900,100,1), - (47761,2061,1,2412.86,-2494.73,109.822,-2.61513,0.072812,-0.073324,0.961577,-0.254344,900,100,1), - (47762,2061,1,2404.87,-2512.04,111.151,-1.8476,-0.012117,0.07048,-0.794594,0.602914,900,100,1), - (47763,2061,1,2436.74,-2516.35,109.309,0.719507,0.04351,0.001601,0.352244,0.934895,900,100,1), - (47764,2061,1,2460.6,-2526.63,110.941,-1.6525,-0.080907,0.00721,-0.735192,0.672974,900,100,1), - (47765,2061,1,2495.89,-2508.12,110.07,-0.902241,-0.061238,-0.085673,-0.435218,0.894145,900,100,1), - (47766,2061,1,2481.31,-2476.89,113.416,-1.41126,-0.01202,-0.122879,-0.638052,0.76003,900,100,1), - (47767,2061,1,2492.7,-2469.31,109.466,1.56393,-0.097432,0.119141,0.694646,0.702694,900,100,1), - (47768,2061,1,2450.56,-2456.89,112.263,2.74563,0.139062,-0.0929,0.964642,0.203709,900,100,1), - (47769,2061,1,2486.19,-2507.24,110,-1.40435,-0.066781,-0.015345,-0.646085,0.760183,900,100,1), - (47770,2061,1,2413.37,-2516.36,110.365,-1.59493,-0.062429,0.078994,-0.711213,0.695729,900,100,1), - (47771,2061,1,2516.09,-2525.05,109.212,-0.452843,-0.045041,-0.009578,-0.225046,0.97326,900,100,1), - (47772,2061,1,2460.29,-2510.13,111.062,0.910228,-0.061963,-0.074258,0.434357,0.895534,900,100,1), - (47773,2061,1,2388.82,-2528.41,111.151,-2.8704,-0.031004,-0.01071,0.99026,-0.135313,900,100,1), - (47774,2061,1,2427.54,-2488.87,109.857,-1.00852,-0.104644,-0.084406,-0.484356,0.86448,900,100,1), - (47775,2061,1,2535.92,-2515.95,108.819,-0.425801,0.129745,0.065718,-0.219263,0.964765,900,100,1), - (47776,2061,1,2497.08,-2457.87,107.671,0.171838,0.026712,0.116161,0.081037,0.989559,900,100,1), - (47777,2061,1,2432.74,-2476.23,108.835,0.92601,0.047114,-0.049542,0.446768,0.892034,900,100,1), - (47778,2061,1,2444.78,-2510.75,110.468,-0.567751,-0.001495,-0.001977,-0.280079,0.959974,900,100,1), - (47779,2061,1,2433.65,-2498.42,109.122,-0.974235,-0.01305,0.075665,-0.464169,0.882413,900,100,1), - (47780,2061,1,2523.67,-2509.98,109.212,-0.411341,0.002147,0.103475,-0.201221,0.974063,900,100,1), - (47781,2061,1,2462.81,-2462.26,109.472,1.3579,0.143647,-0.038133,0.629256,0.762856,900,100,1), - (47782,2061,1,2454.18,-2479,113.416,-2.88532,-0.004996,0.016868,0.991654,-0.12772,900,100,1), - (47783,2061,1,2531.29,-2495.91,107.559,-1.58432,0.135921,0.020549,-0.711456,0.689154,900,100,1), - (47784,2061,1,2419.35,-2471.94,108.198,1.25048,0.036524,0.061728,0.582252,0.809838,900,100,1), - (47785,2061,1,2487.29,-2522.76,108.529,-1.25282,-0.032564,-0.012258,-0.586336,0.809321,900,100,1), - (47786,2061,1,2475.22,-2459.22,109.365,1.83544,0.062598,-0.070114,0.789707,0.606241,900,100,1), - (47787,2061,1,2420.8,-2509.16,108.373,-1.58029,0.028237,0.002513,-0.710448,0.703179,900,100,1), - (47788,2061,1,2328.68,-2566.73,102.907,-1.93731,0,0,-0.824126,0.566406,900,100,1), - (47789,2061,1,2335.38,-2580.27,102.907,-1.93731,0,0,-0.824126,0.566406,900,100,1), - (47790,2061,1,2357.07,-2575.92,102.907,-1.15192,0,0,-0.544639,0.838671,900,100,1), - (47791,2061,1,2354.86,-2564.68,102.907,-1.15192,0,0,-0.544639,0.838671,900,100,1), - (47792,2061,1,2348.81,-2582.26,102.907,-0.820305,0,0,-0.398749,0.91706,900,100,1), - (47793,2066,1,1928.38,-2327.36,92.3993,3.0805,0,0,0.999534,0.030539,900,100,1), - (47794,2066,1,1575.93,-2498.76,98.0007,3.14159,0,0,1,0,900,100,1), - (47795,178195,1,2476.6,-2155.1,201.777,-2.58309,0,0,0.961262,-0.275637,2,100,1), - (47796,178195,1,2487.91,-2132.03,201.998,-1.81514,0,0,0.788011,-0.615661,2,100,1), - (47797,178195,1,2952.75,-2808.46,212.702,-2.35619,0,0,0.92388,-0.382683,2,100,1), - (47798,178195,1,2493.99,-2165.52,201.521,2.26893,0,0,0.906308,0.422618,2,100,1), - (47799,178195,1,2940.47,-2820.19,212.936,3.12414,0,0,0.999962,0.008727,2,100,1), - (47800,178195,1,2722.41,-2882.58,147.947,0.959931,0,0,0.461749,0.887011,2,100,1), - (47801,147742,1,2388.82,-2528.41,111.151,-2.8704,-0.031004,-0.01071,0.99026,-0.135313,900,100,1), - (47802,147743,1,2497.64,-2493.56,111.613,-3.03539,-0.095015,-0.099155,0.988579,-0.06206,900,100,1), - (47803,179487,1,4127.8,1288.31,1.7341,-1.36136,0,0,0.629321,-0.777146,480,100,1), - (47804,179487,1,3483.46,914.158,5.34739,0.017453,0,0,0.008727,0.999962,480,100,1), - (47805,179487,1,4158.51,1055.2,1.27445,2.26893,0,0,0.906308,0.422618,480,100,1), - (47806,179487,1,3944.02,799.561,9.05761,1.64061,0,0,0.731354,0.681998,480,100,1), - (47807,179487,1,4015.32,830.45,3.50855,2.28638,0,0,0.909961,0.414693,480,100,1), - (47808,179487,1,3632.12,927.901,2.67977,-3.12414,0,0,0.999962,-0.008727,480,100,1), - (47809,179487,1,4068.43,1004.95,1.45224,-0.593412,0,0,0.292372,-0.956305,480,100,1), - (47810,147744,1,2427.54,-2488.87,109.857,-1.00852,-0.104644,-0.084406,-0.484356,0.86448,900,100,1), - (47811,147745,1,2419.35,-2471.94,108.198,1.25048,0.036524,0.061728,0.582252,0.809838,900,100,1), - (47812,179489,1,4009.84,1083.78,-20.1928,2.40855,0,0,0.93358,0.358368,7200,100,1), - (47813,2849,1,4201.29,1293.38,3.48289,3.12414,0,0,0.999962,0.008727,7200,100,1), - (47814,2849,1,3458.82,632.948,9.48355,2.30383,0,0,0.913545,0.406737,7200,100,1), - (47815,147746,1,2417.58,-2483.76,109.056,0.926495,0.042274,0.024428,0.446193,0.893604,900,100,1), - (47816,2850,1,1986.38,-960.815,50.4463,1.36136,0,0,0.62932,0.777146,7200,100,1), - (47817,2850,1,3268.57,-345.062,154.452,0.10472,0,0,0.052336,0.99863,7200,100,1), - (47818,2850,1,3448.48,-633.859,184.075,0.453786,0,0,0.224951,0.97437,7200,100,1), - (47819,2850,1,2322.83,-1419.93,86.7689,0.575959,0,0,0.284015,0.95882,7200,100,1), - (47820,2850,1,2076.28,-228.656,97.064,-0.139626,0,0,0.069756,-0.997564,7200,100,1), - (47821,147747,1,2432.74,-2476.23,108.835,0.92601,0.047114,-0.049542,0.446768,0.892034,900,100,1), - (47822,13348,1,3230.7,233.382,10.2093,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (47823,147748,1,2439.92,-2485.85,109.508,-2.9554,-0.090442,-0.068436,0.98869,-0.09813,900,100,1), - (47824,2852,1,2766.62,-2265.58,202.595,-1.48353,0,0,0.67559,-0.737277,7200,100,1), - (47825,2852,1,2887.95,-2658.59,182.718,-0.279253,0,0,0.139173,-0.990268,7200,100,1), - (47826,2852,1,1811.35,-2613.78,61.9954,-0.680679,0,0,0.333807,-0.942641,7200,100,1), - (47827,2852,1,2766.66,-2879.07,148.959,-1.55334,0,0,0.700909,-0.71325,7200,100,1), - (47828,13349,1,3230.65,233.422,10.2228,1.5708,0,0,0.707107,0.707107,900,100,1), - (47829,142117,1,2742.47,-395.144,108.857,2.77507,0,0,0.983255,0.182236,900,100,1), - (47830,147749,1,2460.6,-2526.63,110.941,-1.6525,-0.080907,0.00721,-0.735192,0.672974,900,100,1), - (47831,13350,1,2834.15,158.17,102.281,2.74017,0,0,0.979925,0.199368,900,100,1), - (47832,147750,1,2413.37,-2516.36,110.365,-1.59493,-0.062429,0.078994,-0.711213,0.695729,900,100,1), - (47833,13351,1,2834.15,158.123,102.271,-0.401426,0,0,-0.199368,0.979925,900,100,1), - (47834,147751,1,2420.8,-2509.16,108.373,-1.58029,0.028237,0.002513,-0.710448,0.703179,900,100,1), - (47835,50983,1,2541.93,-3389.39,102.529,-2.42601,0,0,0.936672,-0.350207,900,100,1), - (47836,13352,1,2834.15,158.17,102.281,1.16937,0,0,0.551937,0.833886,900,100,1), - (47837,147752,1,2412.86,-2494.73,109.822,-2.61513,0.072812,-0.073324,0.961577,-0.254344,900,100,1), - (47838,13353,1,3230.65,233.422,9.33445,1.5708,0,0,0.707107,0.707107,900,100,1), - (47839,147753,1,2516.09,-2525.05,109.212,-0.452843,-0.045041,-0.009578,-0.225046,0.97326,900,100,1), - (47840,13354,1,2797.61,-298.651,107.244,-0.497418,0,0,-0.246153,0.969231,900,100,1), - (47841,177194,1,2735.6,-2982.38,140.626,-1.94604,0,0,-0.82659,0.562805,900,100,1), - (47842,147754,1,2404.87,-2512.04,111.151,-1.8476,-0.012117,0.07048,-0.794594,0.602914,900,100,1), - (47843,177195,1,2759.67,-2952.73,142.91,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (47844,13355,1,2797.62,-298.643,106.633,-0.497418,0,0,-0.246153,0.969231,900,100,1), - (47845,147755,1,2523.67,-2509.98,109.212,-0.411341,0.002147,0.103475,-0.201221,0.974063,900,100,1), - (47846,177196,1,2779.5,-3014.32,153.85,2.46091,0,0,0.942641,0.333807,900,100,1), - (47847,13356,1,2667.99,-417.024,107.425,2.19039,0,0,0.889017,0.457874,900,100,1), - (47848,147756,1,2433.65,-2498.42,109.122,-0.974235,-0.01305,0.075665,-0.464169,0.882413,900,100,1), - (47849,13357,1,2668,-417.037,106.812,2.19039,0,0,0.889017,0.457874,900,100,1), - (47850,177197,1,2792.72,-2954.37,148.589,1.74533,0,0,0.766044,0.642788,900,100,1), - (47851,147757,1,2444.78,-2510.75,110.468,-0.567751,-0.001495,-0.001977,-0.280079,0.959974,900,100,1), - (47852,13358,1,2668.04,-416.99,106.094,2.19039,0,0,0.889017,0.457874,900,100,1), - (47853,147758,1,2436.74,-2516.35,109.309,0.719507,0.04351,0.001601,0.352244,0.934895,900,100,1), - (47854,149038,1,2343.55,-2568.64,102.769,2.2253,0,0,0.896873,0.442289,900,100,1), - (47855,147759,1,2460.29,-2510.13,111.062,0.910228,-0.061963,-0.074258,0.434357,0.895534,900,100,1), - (47856,147760,1,2495.89,-2508.12,110.07,-0.902241,-0.061238,-0.085673,-0.435218,0.894145,900,100,1), - (47857,147761,1,2486.19,-2507.24,110,-1.40435,-0.066781,-0.015345,-0.646085,0.760183,900,100,1), - (47858,147762,1,2487.29,-2522.76,108.529,-1.25282,-0.032564,-0.012258,-0.586336,0.809321,900,100,1), - (47859,147763,1,2481.31,-2476.89,113.416,-1.41126,-0.01202,-0.122879,-0.638052,0.76003,900,100,1), - (47860,147764,1,2492.7,-2469.31,109.466,1.56393,-0.097432,0.119141,0.694646,0.702694,900,100,1), - (47861,147765,1,2475.22,-2459.22,109.365,1.83544,0.062598,-0.070114,0.789707,0.606241,900,100,1), - (47862,147766,1,2454.18,-2479,113.416,-2.88532,-0.004996,0.016868,0.991654,-0.12772,900,100,1), - (47863,147767,1,2450.56,-2456.89,112.263,2.74563,0.139062,-0.0929,0.964642,0.203709,900,100,1), - (47864,147768,1,2462.81,-2462.26,109.472,1.3579,0.143647,-0.038133,0.629256,0.762856,900,100,1), - (47865,147769,1,2497.08,-2457.87,107.671,0.171838,0.026712,0.116161,0.081037,0.989559,900,100,1), - (47866,147770,1,2531.29,-2495.91,107.559,-1.58432,0.135921,0.020549,-0.711456,0.689154,900,100,1), - (47867,147771,1,2535.92,-2515.95,108.819,-0.425801,0.129745,0.065718,-0.219263,0.964765,900,100,1), - (47868,142140,1,2510.14,-2177.29,200.129,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (47869,142140,1,3040.38,521.228,4.26367,1.76278,0,0,0.771624,0.636079,300,100,1), - (47870,142140,1,3202.19,-270.55,122.384,0.855211,0,0,0.414693,0.909961,300,100,1), - (47871,142145,1,1704.39,-3483.99,143.631,0.069813,0,0,0.0348994,0.999391,300,100,1), - (47872,20806,1,1870.43,-1771.57,61.328,3.14159,0,0,1,0,900,100,1), - (47873,178247,1,3611.72,1144.3,9.75088,1.43117,0,0,0.656059,0.75471,900,100,1), - (47874,19015,1,2908.22,-972.491,201.758,1.39626,0,0,0.642788,0.766044,180,100,1), - (47875,19015,1,2906.27,-966.665,201.539,2.26893,0,0,0.906308,0.422618,180,100,1), - (47876,19015,1,2894.13,-959.721,199.566,1.06465,0,0,0.507538,0.861629,180,100,1), - (47877,19015,1,2883.09,-956.486,197.73,1.13446,0,0,0.5373,0.843391,180,100,1), - (47878,19015,1,2869.01,-972.123,197.027,1.01229,0,0,0.48481,0.87462,180,100,1), - (47879,19015,1,2869.9,-986.365,196.672,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (47880,19015,1,2905.43,-987.226,199.083,2.61799,0,0,0.965926,0.258819,180,100,1), - (47881,19015,1,2882.52,-993.012,197.63,0.139626,0,0,0.069756,0.997564,180,100,1), - (47882,19016,1,2036.25,-209.533,98.6631,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (47883,19016,1,2073.01,-232.022,97.1252,0.628319,0,0,0.309017,0.951057,180,100,1), - (47884,19016,1,2060.09,-221.888,97.064,1.309,0,0,0.608761,0.793353,180,100,1), - (47885,19016,1,2113.95,-257.077,97.4898,1.18682,0,0,0.559193,0.829038,180,100,1), - (47886,19016,1,2042.3,-192.178,97.0669,1.8326,0,0,0.793353,0.608761,180,100,1), - (47887,19016,1,2072.58,-270.353,94.0163,1.67552,0,0,0.743145,0.669131,180,100,1), - (47888,19016,1,2034.09,-227.392,96.3745,3.10669,0,0,0.999848,0.017452,180,100,1), - (47889,19016,1,2089.97,-218.547,97.064,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (47890,19016,1,2100.94,-178.591,96.8186,3.05433,0,0,0.999048,0.043619,180,100,1), - (47891,19016,1,2045.81,-197.152,97.35,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (47892,140105,1,2602.69,-3598.53,109.897,3.14159,0,0,1,0,900,100,1), - (47893,177225,1,1575.93,-2498.76,98.0007,3.14159,0,0,1,0,900,100,1), - (47894,19018,1,4348.44,851.246,-21.0695,2.6529,0,0,0.970296,0.241922,7200,100,1), - (47895,175179,1,2931.64,-342.213,108.038,3.14159,0,0,1,0,900,100,1), - (47896,3659,1,2321.68,-1433.86,87.0652,-1.91986,0,0,0.819152,-0.573576,7200,100,1), - (47897,3659,1,2941.95,-106.883,96.973,-1.69297,0,0,0.748956,-0.66262,7200,100,1), - (47898,3659,1,1768.68,-2032.74,109.836,2.32129,0,0,0.91706,0.398749,7200,100,1), - (47899,3659,1,1711.78,-3438.29,144.293,0.820305,0,0,0.398749,0.91706,7200,100,1), - (47900,3659,1,2188.77,-3203.47,103.816,2.30383,0,0,0.913545,0.406737,7200,100,1), - (47901,175180,1,2918.17,-408.996,107.089,3.14159,0,0,1,0,900,100,1), - (47902,175181,1,2874.13,-569.281,107.089,3.14159,0,0,1,0,900,100,1), - (47903,140109,1,2434.8,-3418.61,99.1157,2.69653,0,0,0.975342,0.220697,900,100,1), - (47904,140110,1,2455.71,-3450.13,95.3096,3.14159,0,0,1,0,900,100,1), - (47905,19022,1,3312.35,-1438.02,176.314,0.506145,0,0,0.25038,0.968148,300,100,1), - (47906,140111,1,2466.4,-3458.41,94.6259,3.14159,0,0,1,0,900,100,1), - (47907,19024,1,2781.92,-1549.56,261.645,1.00356,0,0,0.480989,0.876727,2,100,1), - (47908,140112,1,2388.25,-3407.94,110.647,3.14159,0,0,1,0,900,100,1), - (47909,140113,1,2260.67,-3451.34,104.874,3.14159,0,0,1,0,900,100,1), - (47910,19025,1,3150.38,-1200.59,216.604,0.959931,0.086435,-0.053128,0.463407,0.880318,900,100,1), - (47911,19027,1,3168.89,-1211.61,216.959,1.0472,0,0,0.5,0.866025,2,100,1), - (47912,1620,1,2227.15,-2295.63,104.684,2.02458,0,0,0.848048,0.52992,300,100,1), - (47913,1620,1,2208.3,-3540.27,45.3542,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (47914,1620,1,1733.49,-2400.11,104.377,-2.61799,0,0,-0.965925,0.258821,300,100,1), - (47915,1620,1,3290.33,727.878,5.54646,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (47916,1620,1,2874.86,39.6865,94.6254,-2.80998,0,0,-0.986286,0.165048,300,100,1), - (47917,1620,1,2370.87,-1151.9,91.3531,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (47918,106325,1,2354.86,-2564.68,102.907,-1.15192,0,0,-0.544639,0.838671,900,100,1), - (47919,1621,1,2184.14,105.704,128.408,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (47920,1621,1,2969.16,-652.813,183.575,0.314159,0,0,0.156434,0.987688,300,100,1), - (47921,1621,1,2951.55,-385.627,107.113,1.11701,0,0,0.529919,0.848048,300,100,1), - (47922,1621,1,2330.45,-3540.44,46.882,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (47923,1621,1,3462.15,-388.731,138.997,0.10472,0,0,0.0523361,0.99863,300,100,1), - (47924,1621,1,1756.45,-2200.29,97.3291,0.680678,0,0,0.333807,0.942642,300,100,1), - (47925,1621,1,2925.56,-2564.63,224.48,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (47926,1621,1,1742.64,-1247.11,145.985,2.21657,0,0,0.894935,0.446197,300,100,1), - (47927,1621,1,2007.82,-85.1341,114.968,-0.541052,0,0,-0.267238,0.96363,300,100,1), - (47928,106326,1,2335.38,-2580.27,102.907,-1.93731,0,0,-0.824126,0.566406,900,100,1), - (47929,1622,1,2368.99,-175.729,97.1835,2.32129,0,0,0.91706,0.398748,300,100,1), - (47930,1622,1,2322.27,-2893.05,143.599,0.488692,0,0,0.241922,0.970296,300,100,1), - (47931,1622,1,2381.54,-3624.82,47.4074,-2.21657,0,0,-0.894935,0.446197,300,100,1), - (47932,1622,1,2286.17,-585.97,117.328,0.680678,0,0,0.333807,0.942642,300,100,1), - (47933,1622,1,1662.67,-1584.32,133.698,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (47934,1622,1,2596.9,-2138.99,194.331,-0.541052,0,0,-0.267238,0.96363,300,100,1), - (47935,1622,1,4242.56,885.907,-8.37192,0.087266,0,0,0.0436192,0.999048,300,100,1), - (47936,1622,1,1830.78,-2460.02,82.1986,-1.15192,0,0,-0.54464,0.83867,300,100,1), - (47937,1622,1,4020.98,584.064,34.1959,1.64061,0,0,0.731354,0.681998,300,100,1), - (47938,1622,1,4068.27,767.957,5.82233,1.16937,0,0,0.551937,0.833886,300,100,1), - (47939,1622,1,3469.56,402.485,0.028288,-2.67035,0,0,-0.972369,0.233447,300,100,1), - (47940,106327,1,2357.07,-2575.92,102.907,-1.15192,0,0,-0.544639,0.838671,900,100,1), - (47941,1623,1,2900.9,832.995,129.443,2.63545,0,0,0.968148,0.250379,300,100,1), - (47942,1623,1,2440.16,-2515.09,201.35,-3.08923,0,0,-0.999657,0.0261783,300,100,1), - (47943,1623,1,3048.61,-1017.87,217.139,1.93731,0,0,0.824125,0.566409,300,100,1), - (47944,1623,1,1583.23,-3169.4,148.526,-3.07178,0,0,-0.999391,0.0348993,300,100,1), - (47945,1624,1,2769.78,628.216,93.3106,2.04204,0,0,0.852641,0.522496,300,100,1), - (47946,1624,1,3148.13,-189.295,110.024,-2.09439,0,0,-0.866024,0.500002,300,100,1), - (47947,1624,1,2222.26,-763.702,106.482,-2.30383,0,0,-0.913544,0.406739,300,100,1), - (47948,1624,1,2044.28,-3400.71,92.2414,0.855211,0,0,0.414693,0.909961,300,100,1), - (47949,1624,1,3380.83,613.615,5.51402,-1.0472,0,0,-0.500001,0.866025,300,100,1), - (47950,1624,1,2394.2,-305.235,98.3348,1.78024,0,0,0.777147,0.629319,300,100,1), - (47951,1624,1,3296.87,-451.888,150.117,1.85005,0,0,0.798636,0.601815,300,100,1), - (47952,1624,1,2727.56,-2248.54,198.688,0.244346,0,0,0.121869,0.992546,300,100,1), - (47953,1624,1,2583.45,-1983.67,146.993,-3.00197,0,0,-0.997564,0.0697546,300,100,1), - (47954,1624,1,1864.23,-2486.41,70.0121,-2.42601,0,0,-0.936673,0.350206,300,100,1), - (47955,1624,1,3378.6,-1651.11,168.239,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (47956,1624,1,2133.65,-688.814,103.906,2.98451,0,0,0.996917,0.0784606,300,100,1), - (47957,177244,1,3349.37,1013.64,3.19711,-2.46669,0,0,0.943602,-0.331081,900,100,1), - (47958,13405,1,2270.18,-1739.42,112.596,-2.92343,0,0,0.994056,-0.108867,900,100,1), - (47959,13406,1,2270.15,-1739.35,112.6,0.218166,0,0,0.108867,0.994056,900,100,1), - (47960,13407,1,2270.17,-1739.4,112.596,1.78896,0,0,0.779884,0.625924,900,100,1), - (47961,106335,1,2328.68,-2566.73,102.907,-1.93731,0,0,-0.824126,0.566406,900,100,1), - (47962,13408,1,2270.17,-1739.39,111.986,1.78896,0,0,0.779884,0.625924,900,100,1), - (47963,106336,1,2348.81,-2582.26,102.907,-0.820305,0,0,-0.398749,0.91706,900,100,1), - (47964,13409,1,1937.49,-2172,94.4651,3.14159,0,0,1,0,900,100,1), - (47965,13410,1,1937.48,-2171.9,94.4654,1.5708,0,0,0.707107,0.707107,900,100,1), - (47966,126050,1,2352,-2509.57,103.222,-0.767945,0,0,-0.374606,0.927184,900,100,1), - (47967,13411,1,1937.5,-2171.93,94.4663,0,0,0,0,1,900,100,1), - (47968,126051,1,2349.61,-2507.05,103.222,-0.907571,0,0,-0.438371,0.898794,900,100,1), - (47969,13412,1,1937.5,-2171.93,93.8552,0,0,0,0,1,900,100,1), - (47970,176998,1,3011.2,-79.7769,99.8711,-2.66259,0,0,0.971457,-0.237217,900,100,1), - (47971,176999,1,3025.1,-174.24,102.979,-0.085618,0,0,-0.042796,0.999084,900,100,1), - (47972,3689,1,1865.96,-2635.36,57.6073,0.226893,0,0,0.113203,0.993572,7200,100,1), - (47973,3689,1,1809.6,-2790.47,82.8923,-0.959931,0,0,0.461749,-0.887011,7200,100,1), - (47974,175724,1,2771.48,-291.519,111.108,2.56563,0,0,0.95882,0.284015,900,100,1), - (47975,175726,1,2762.15,-308.972,121.352,1.88496,0,0,0.809017,0.587785,900,100,1), - (47976,3695,1,2751.67,687.588,104.479,-2.37365,0,0,0.927184,-0.374607,7200,100,1), - (47977,3695,1,3179.82,-280.294,121.935,-1.01229,0,0,0.48481,-0.87462,7200,100,1), - (47978,3695,1,2506.74,-3429.32,104.121,-2.44346,0,0,0.939693,-0.34202,7200,100,1), - (47979,3695,1,3351.38,990.952,4.481,1.44862,0,0,0.66262,0.748956,7200,100,1), - (47980,3695,1,3268.22,-601.467,161.684,-1.22173,0,0,0.573576,-0.819152,7200,100,1), - (47981,3695,1,2471.38,-2152.43,202.284,2.23402,0,0,0.898794,0.438371,7200,100,1), - (47982,18036,1,1908.14,-2643.02,83.6655,-0.767945,0,0,0.374607,-0.927184,15,100,1), - (47983,18036,1,1909.85,-2642.83,84.2239,0.174533,0,0,0.087156,0.996195,15,100,1), - (47984,18036,1,1896.83,-2641.82,83.8797,1.8326,0,0,0.793353,0.608761,15,100,1), - (47985,175353,329,3555.83,-3434.89,136.357,2.31256,0,0,0.915311,0.402747,180,100,1), - (47986,18036,1,1913.1,-2640.38,83.0862,-0.418879,0,0,0.207912,-0.978148,15,100,1), - (47987,18036,1,1898.27,-2642.36,83.8797,0.069813,0,0,0.034899,0.999391,15,100,1), - (47988,17783,1,3879.52,880.966,0.690234,-2.04204,0,0,0.85264,-0.522498,2,100,1), - (47989,177277,1,2904.11,-1400.23,206.96,3.14159,0,0,1,0,900,100,1), - (47990,177278,1,2904.41,-1398.96,206.901,1.56207,0,0,0.704015,0.710185,900,100,1), - (47991,177278,1,2368.05,-1720.32,152.545,1.09956,0,0,0.522498,0.85264,900,100,1), - (47992,177278,1,1870.72,-1771.13,61.5062,0.994838,0,0,0.477159,0.878817,900,100,1), - (47993,20351,1,2805.8,-3005.47,157.071,-2.82743,0,0,0.987688,-0.156434,900,100,1), - (47994,20352,1,2805.86,-3005.34,157.059,3.14159,0,0,1,0,10,100,1), - (47995,17282,1,3866.55,-83.8646,6.67093,2.19912,0,0,0.891007,0.453991,180,100,1), - (47996,17282,1,3692.97,-55.559,-1.29746,2.67035,0,0,0.97237,0.233445,180,100,1), - (47997,17282,1,3769.16,-149.361,2.33554,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (47998,17282,1,3801.19,-165.122,1.00088,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (47999,17282,1,3797.38,-67.8559,4.67481,0.977384,0,0,0.469472,0.882948,180,100,1), - (48000,17282,1,3729.87,-157.549,6.12507,0.506145,0,0,0.25038,0.968148,180,100,1), - (48001,17282,1,3763.18,-68.0798,-0.755102,0.331613,0,0,0.165048,0.986286,180,100,1), - (48002,17282,1,3837.68,-155.797,0.376835,0.645772,0,0,0.317305,0.948324,180,100,1), - (48003,17284,1,3470.87,848.708,5.38822,3.14159,0,0,1,0,900,100,1), - (48004,3722,1,2371.71,-1190.5,89.1238,-1.7366,0,0,-0.763232,0.646125,900,100,1), - (48005,3723,1,3274.43,-589.458,157.637,0.506146,0,0,0.25038,0.968148,900,100,1), - (48006,178828,1,4075.15,814.207,2.121,1.5708,0,0,0.707107,0.707107,900,100,1), - (48007,175756,1,2758.09,-308.752,121.365,1.13446,0,0,0.5373,0.843391,900,100,1), - (48008,175757,1,2750.78,-287.66,111.969,-1.01229,0,0,0.48481,-0.87462,900,100,1), - (48009,6286,1,3246.78,-3709.06,149.906,2.99324,0,0,0.99725,0.074109,900,100,1), - (48010,6287,1,3242.24,-3736.8,149.752,2.99324,0,0,0.99725,0.074109,900,100,1), - (48011,6288,1,2489.38,-2146.48,200.484,3.14159,0,0,1,0,900,100,1), - (48012,6289,1,2456.86,-3413.34,100.858,3.14159,0,0,1,0,900,100,1), - (48013,6290,1,2437.12,-3408.23,99.6397,3.14159,0,0,1,0,900,100,1), - (48014,6291,1,2449.56,-3479.43,92.2099,3.14159,0,0,1,0,900,100,1), - (48015,6292,1,2434.27,-3478.44,92.34,3.14159,0,0,1,0,900,100,1), - (48016,3220,1,2306.32,-1427.84,86.8245,3.14159,-0.017452,0,0.999848,0,900,100,1), - (48017,176789,1,2371.39,657.631,153.145,2.69653,-0.003852,-0.017022,0.975194,0.220664,900,100,1), - (48018,19863,1,3230.68,233.375,10.2096,3.14159,0,0,1,0,900,100,1), - (48019,181913,1,2793.46,-2994.22,153.594,2.33874,0,0,0.920505,0.390731,900,100,1), - (48020,181916,1,2740.74,-2986.94,140.794,1.06465,0,0,0.507538,0.861629,180,100,1), - (48021,181916,1,2766.35,-2984.25,146.828,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (48022,181916,1,2710.46,-3007.98,141.219,0.296706,0,0,0.147809,0.989016,180,100,1), - (48023,181916,1,2764.24,-2914.53,146.788,2.3911,0,0,0.930418,0.366501,180,100,1), - (48024,181916,1,2784.98,-2960.43,147.208,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (48025,181916,1,2768.88,-2943.1,143.501,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (48026,181916,1,2772.44,-3023.73,154.813,0.017453,0,0,0.008727,0.999962,180,100,1), - (48027,181916,1,2790.69,-3030.88,158.207,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (48028,181916,1,2687.78,-2975.13,141.782,0.959931,0,0,0.461749,0.887011,180,100,1), - (48029,181916,1,2699.01,-2958.23,140.519,1.76278,0,0,0.771625,0.636078,180,100,1), - (48030,181916,1,2757.15,-2921.62,145.546,2.21657,0,0,0.894934,0.446198,180,100,1), - (48031,181916,1,2711.03,-2927.82,140.275,1.65806,0,0,0.737277,0.67559,180,100,1), - (48032,181916,1,2822.18,-2994.07,158.009,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (48033,181916,1,2814.72,-2963.26,155.928,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (48034,181916,1,2825.96,-3011.43,159.926,2.05949,0,0,0.857167,0.515038,180,100,1), - (48035,18596,1,1791.6,-1234.65,149.664,3.14159,0,0,1,0,900,100,1), - (48036,19879,1,2482.02,-2141.87,201.552,-3.07178,0,0,0.999391,-0.034899,900,100,1), - (48037,178864,1,2332.56,-2545.97,101.627,-2.34747,0,0,0.922201,-0.386711,900,100,1), - (48038,181681,1,2793.46,-2994.22,153.594,2.33874,0,0,0.920505,0.390731,2,100,1), - (48039,175284,1,3027.77,-3299.18,155.13,0.081623,0,0,0.0408,0.999167,900,100,1), - (48040,175285,1,2952.08,-3216.08,169.205,-0.51668,0,0,-0.255476,0.966815,900,100,1), - (48041,175286,1,2912.38,-3270.78,160.035,-1.85878,0,0,-0.801254,0.598324,900,100,1), - (48042,181686,1,2326.93,-3442.23,99.2551,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (48043,181686,1,2359.19,-3086.81,124.368,2.42601,0,0,0.936672,0.350207,180,100,1), - (48044,181686,1,2445.14,-3138.4,125.835,1.55334,0,0,0.700909,0.71325,180,100,1), - (48045,181686,1,2668.58,-3358.48,120.03,2.40855,0,0,0.93358,0.358368,180,100,1), - (48046,181686,1,2404.46,-3229.97,113.411,2.35619,0,0,0.92388,0.382683,180,100,1), - (48047,181686,1,2343.2,-3172.04,118.336,0.698132,0,0,0.34202,0.939693,180,100,1), - (48048,181686,1,2542.95,-3374.97,102.275,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (48049,181686,1,2458.62,-3452.61,95.3785,2.00713,0,0,0.843391,0.5373,180,100,1), - (48050,181686,1,2417.05,-3491.19,92.2379,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (48051,181686,1,2463.75,-3423.16,100.562,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (48052,181686,1,2560.24,-3307.61,125.403,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (48053,181686,1,2471.21,-3183.81,119.55,0.907571,0,0,0.438371,0.898794,180,100,1), - (48054,181686,1,2389.21,-3411.21,110.442,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (48055,181686,1,2402.91,-3127.16,125.248,0.453786,0,0,0.224951,0.97437,180,100,1), - (48056,181686,1,2333.19,-3307.22,103.895,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (48057,181686,1,2325.87,-3311.5,103.27,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (48058,181686,1,2177.59,-3381.64,94.8656,1.67552,0,0,0.743145,0.669131,180,100,1), - (48059,180663,1,2763.26,-493.28,102.761,0.244346,0,0,0.121869,0.992546,900,100,1), - (48060,180663,1,1970.66,-880.418,89.6561,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (48061,180663,1,2584.03,-341.135,102.761,-1.18682,0,0,0.559193,-0.829037,900,100,1), - (48062,180663,1,2109.73,-3206.77,91.4678,0.872665,0,0,0.422618,0.906308,900,100,1), - (48063,180663,1,2835.77,-549.966,102.761,-0.226893,0,0,0.113203,-0.993572,900,100,1), - (48064,180663,1,2038.68,-983.481,89.6561,-1.48353,0,0,0.67559,-0.737277,900,100,1), - (48065,180663,1,2921.18,-2609.78,210.215,-1.02974,0,0,0.492424,-0.870356,900,100,1), - (48066,180663,1,2654.1,-585.364,102.761,1.53589,0,0,0.694658,0.71934,900,100,1), - (48067,180663,1,2020.53,-1982.26,94.7607,-1.0472,0,0,0.5,-0.866025,900,100,1), - (48068,181687,1,2274.8,-3464.14,104.985,-1.01229,0,0,0.48481,-0.87462,300,100,1), - (48069,181687,1,2257.98,-3412.15,100.14,0.593412,0,0,0.292372,0.956305,300,100,1), - (48070,181687,1,2287.93,-3245.51,108.552,0.10472,0,0,0.052336,0.99863,300,100,1), - (48071,181687,1,2460.66,-3147.01,124.209,1.16937,0,0,0.551937,0.833886,300,100,1), - (48072,181687,1,2484.91,-3316.05,115.076,-2.46091,0,0,0.942641,-0.333807,300,100,1), - (48073,181687,1,2316.64,-3215,111.817,2.40855,0,0,0.93358,0.358368,300,100,1), - (48074,181687,1,2554.45,-3392.81,103.466,1.48353,0,0,0.67559,0.737277,300,100,1), - (48075,181687,1,2464.93,-3500.12,92.5606,2.75762,0,0,0.981627,0.190809,300,100,1), - (48076,181687,1,2475.78,-3479.79,92.5531,-1.22173,0,0,0.573576,-0.819152,300,100,1), - (48077,181687,1,2411.95,-3495.13,92.485,1.18682,0,0,0.559193,0.829038,300,100,1), - (48078,181687,1,2514.54,-3298.02,120.083,-0.366519,0,0,0.182236,-0.983255,300,100,1), - (48079,181687,1,2511.9,-3168.57,130.356,-1.91986,0,0,0.819152,-0.573576,300,100,1), - (48080,181687,1,2357.74,-3438.98,110.416,2.61799,0,0,0.965926,0.258819,300,100,1), - (48081,181687,1,2494.26,-3364.92,110.413,-0.541052,0,0,0.267238,-0.96363,300,100,1), - (48082,181687,1,2221.07,-3321.84,97.6165,1.16937,0,0,0.551937,0.833886,300,100,1), - (48083,181687,1,2235.63,-3395.21,92.8758,-2.47837,0,0,0.945519,-0.325568,300,100,1), - (48084,181687,1,2281.71,-3395.36,100.592,-1.53589,0,0,0.694658,-0.71934,300,100,1), - (48085,181690,1,1999.7,-2936.52,108.135,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (48086,181690,1,1940.81,-2961.87,100.084,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (48087,181690,1,1990.74,-3002.88,106.55,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (48088,181690,1,2065.97,-2958.48,112.389,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (48089,181690,1,1967.9,-3031.82,104.875,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (48090,181690,1,1941.6,-3089.76,104.611,3.10669,0,0,0.999848,0.017452,180,100,1), - (48091,181690,1,2000.48,-3107.78,106.421,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (48092,181690,1,2074.9,-3153.93,101.419,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (48093,181690,1,2123.07,-3126.78,104.993,1.50098,0,0,0.681998,0.731354,180,100,1), - (48094,181690,1,2024.87,-3161.16,101.018,1.76278,0,0,0.771625,0.636078,180,100,1), - (48095,181690,1,1966.65,-3205.14,99.1257,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (48096,181690,1,1937.37,-3173.23,102.694,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (48097,181690,1,2114.57,-2918.56,114.529,1.22173,0,0,0.573576,0.819152,180,100,1), - (48098,181690,1,2186.38,-2918.52,120.821,1.90241,0,0,0.814116,0.580703,180,100,1), - (48099,181690,1,2106.5,-2970.95,111.002,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (48100,181690,1,2172.65,-3030.6,116.131,1.74533,0,0,0.766044,0.642788,180,100,1), - (48101,181690,1,2106.15,-3034.83,109.937,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (48102,181690,1,2057.14,-3045.35,107.855,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (48103,181690,1,2001.98,-3062.33,107.034,2.80998,0,0,0.986286,0.165048,180,100,1), - (48104,181690,1,2050.83,-3118.01,101.439,1.62316,0,0,0.725374,0.688355,180,100,1), - (48105,177084,1,1928.38,-2327.36,92.3993,3.0805,0,0,0.999534,0.030539,900,100,1), - (48106,19901,1,2482.07,-2141.97,201.52,3.14159,0.065298,-0.056571,0.996254,0.003708,10,100,1), - (48107,176573,1,2694.21,-340.796,110.728,-1.25664,0,0,0.587785,-0.809017,900,100,1), - (48108,1731,1,2480.6,-324.883,115.091,0,0,0,0,1,300,100,1), - (48109,1731,1,3944.9,241.402,23.5239,2.87979,0,0,0.991445,0.130528,300,100,1), - (48110,1731,1,2728.67,-879.718,160.605,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (48111,1731,1,3144.35,-610.987,170.903,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (48112,1731,1,2948.33,-697.115,189.46,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (48113,1731,1,2605.49,83.8325,99.1653,-1.0821,0,0,-0.515036,0.857168,300,100,1), - (48114,1731,1,2421.4,386.887,109.635,2.61799,0,0,0.965925,0.258821,300,100,1), - (48115,1731,1,1491.57,-2026.44,117.112,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (48116,1731,1,3120.77,-354.15,137.784,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (48117,1732,1,2785.9,-1010.1,211.15,0.471239,0,0,0.233445,0.97237,300,100,1), - (48118,1732,1,1996.82,-74.7859,127.016,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (48119,1732,1,2956.04,836.758,113.883,1.55334,0,0,0.700908,0.713252,300,100,1), - (48120,1732,1,4216.33,908.175,32.7775,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (48121,1732,1,1723.4,-1294.55,168.293,3.07178,0,0,0.999391,0.0348993,300,100,1), - (48122,1732,1,3471.35,-651.141,181.027,1.0821,0,0,0.515036,0.857168,300,100,1), - (48123,1732,1,2618.98,-1431.62,180.995,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (48124,1732,1,3278.46,-654.683,159.349,2.49582,0,0,0.948324,0.317305,300,100,1), - (48125,1732,1,4108.63,1381.43,-0.659214,-0.296706,0,0,-0.147809,0.989016,300,100,1), - (48126,1732,1,3085.91,-24.839,103.545,-0.034907,0,0,-0.0174526,0.999848,300,100,1), - (48127,1732,1,3061.82,525.02,-2.00903,-0.10472,0,0,-0.0523357,0.99863,300,100,1), - (48128,1732,1,1589.52,-2994.15,184.978,-2.37365,0,0,-0.927184,0.374606,300,100,1), - (48129,1732,1,2854.9,-2679.75,204.303,0.349066,0,0,0.173648,0.984808,300,100,1), - (48130,1732,1,3530.72,-50.1927,22.5148,0.977384,0,0,0.469471,0.882948,300,100,1), - (48131,1732,1,2257.06,-2942.26,117.131,-2.93215,0,0,-0.994522,0.10453,300,100,1), - (48132,1734,1,2663.34,-2749.27,184.821,1.0472,0,0,0.500001,0.866025,300,100,1), - (48133,1734,1,2480.12,-2480.06,183.31,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (48134,1735,1,3474.58,-1661.89,181.845,0.244346,0,0,0.121869,0.992546,300,100,1), - (48135,1735,1,1413.4,-2426.8,137.08,0.10472,0,0,0.0523361,0.99863,300,100,1), - (48136,1735,1,3140.42,-1482.89,203.235,-0.575959,0,0,-0.284016,0.95882,300,100,1), - (48137,1735,1,2184.48,-1916.64,85.656,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (48138,1735,1,2014.93,-3308.33,108.054,1.16937,0,0,0.551937,0.833886,300,100,1), - (48139,1735,1,1737.65,-3504.75,144.517,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (48140,1735,1,2183.41,-3042.31,122.952,-1.8326,0,0,-0.793355,0.60876,300,100,1), - (48141,31442,1,2388.25,-3407.94,110.647,3.14159,0,0,1,0,900,100,1), - (48142,31442,1,2260.67,-3451.34,104.874,3.14159,0,0,1,0,900,100,1), - (48143,18643,1,2208.02,-1421.51,90.8178,3.14159,0.00436,0.039259,0.99922,-0.000171,900,100,1), - (48144,18644,1,2218.27,-1537.09,88.9847,-3.14159,-0.021794,-0.043609,0.99881,-0.000952,900,100,1), - (48145,18645,1,2247.52,-1565.23,87.571,3.14159,-0.056691,0.008713,0.998354,0.000495,900,100,1), - (48146,20960,1,3262.54,-364.49,153.103,3.14159,0,0,1,0,900,100,1), - (48147,178144,1,3347.51,-706.088,167.383,2.04204,0,0,0.85264,0.522499,180,100,1), - (48148,178144,1,3314.06,-675.867,163.483,2.30383,0,0,0.913545,0.406737,180,100,1), - (48149,178144,1,3359.01,-684.061,161.112,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (48150,178144,1,3300.53,-702.682,161.363,1.69297,0,0,0.748956,0.66262,180,100,1), - (48151,178144,1,3432.4,-636.018,166.991,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (48152,178144,1,3379.73,-656.311,162.859,2.6529,0,0,0.970296,0.241922,180,100,1), - (48153,178144,1,3336.63,-693.937,162.41,1.36136,0,0,0.62932,0.777146,180,100,1), - (48154,178144,1,3481.71,-617.877,183.44,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (48155,178144,1,3458.19,-661.234,178.35,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (48156,178144,1,3411.87,-650.551,175.705,1.62316,0,0,0.725374,0.688355,180,100,1), - (48157,178144,1,3349.02,-633.107,178.184,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (48158,178144,1,3359.49,-599.624,181.772,2.19912,0,0,0.891007,0.453991,180,100,1), - (48159,178144,1,3401.35,-604.594,182.974,2.63545,0,0,0.968148,0.25038,180,100,1), - (48160,178144,1,3395.35,-629.416,179.277,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (48161,178144,1,3406.52,-588.55,188.184,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (48162,20961,1,3361.12,-479.11,154.218,3.11541,0,0,0.999914,0.01309,900,100,1), - (48163,20962,1,2930.07,-109.979,96.9742,1.71042,0.025478,-0.010589,0.754572,0.655637,900,100,1), - (48164,178146,1,1938.05,-2339.55,92.7695,1.85005,0,0,0.798636,0.601815,900,100,1), - (48165,20963,1,3181.12,-269.173,120.559,3.14159,0.021802,0.034891,0.999153,-0.000761,900,100,1), - (48166,178147,1,3347.26,-694.841,159.843,1.55334,0,0,0.700909,0.71325,900,100,1), - (48167,20964,1,2943.09,-2821.35,214.134,-3.02815,0,0,0.998392,-0.056693,900,100,1), - (48168,175844,1,3428.87,-684.23,175.79,0.584685,0.025066,0.007544,0.288097,0.957243,900,100,1), - (48169,175845,1,3456.4,-658.21,178.38,0.584685,0.025066,0.007544,0.288097,0.957243,900,100,1), - (48170,175846,1,3416.6,-653.602,176.015,-1.75406,0.005015,-0.012854,-0.768732,0.639422,900,100,1), - (48171,175847,1,3378.09,-706.384,169.039,-1.74157,0.121808,-0.025566,-0.763746,0.633404,900,100,1), - (48172,175848,1,3353.88,-746.578,163.594,-2.7541,0.019117,0.050137,0.979626,-0.193529,900,100,1), - (48173,175849,1,3359.57,-742.809,163.996,-2.75684,-0.089587,0.005206,0.977962,-0.188513,900,100,1), - (48174,175850,1,3343.84,-629.726,178.893,-2.76077,-0.015503,-0.030555,0.981242,-0.189708,900,100,1), - (48175,20724,1,1813.94,-2657.88,52.9887,0.733038,0,0,0.358368,0.93358,900,100,1), - (48176,20725,1,1814.23,-2657.59,54.4145,0.750492,0,0,0.366501,0.930418,2,100,1), - (48177,51702,1,2546.37,-3393.64,104.434,1.76278,0,0,0.771625,0.636078,900,100,1), - (48178,51703,1,2539.31,-3382.01,104.703,-0.453785,0,0,-0.224951,0.97437,900,100,1), - (48179,2041,1,2710.84,-2596,183.061,3.07178,0,0,0.999391,0.0348993,300,100,1), - (48180,2041,1,2279.49,-2866.66,132.498,1.0472,0,0,0.500001,0.866025,300,100,1), - (48181,2041,1,2228.53,-2814.08,123.788,0.366519,0,0,0.182235,0.983255,300,100,1), - (48182,2041,1,2367.22,-3630.9,38.5453,0.820305,0,0,0.398749,0.91706,300,100,1), - (48183,2041,1,2144.38,-2088.34,98.7159,2.30383,0,0,0.913544,0.406739,300,100,1), - (48184,2045,1,2480.47,-2347.46,134.289,-2.96706,0,0,-0.996195,0.0871556,300,100,1), - (48185,2045,1,4216.95,1396.37,-9.25754,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (48186,2045,1,3877.58,950.202,-6.18378,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (48187,2045,1,2303.81,-2812.27,123.216,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (48188,2045,1,3786.61,983.335,-5.52569,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (48189,2045,1,2775.87,-2732.12,191.541,-0.453786,0,0,-0.224951,0.97437,300,100,1), - (48190,2045,1,3911.83,889.685,-4.77806,2.79253,0,0,0.984808,0.173647,300,100,1), - (48191,2045,1,4333.89,866.904,-20.8352,1.3439,0,0,0.622513,0.782609,300,100,1), - (48192,2045,1,1910.71,-1069.01,66.9827,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (48193,152324,1,4703.96,-5909.27,109.107,3.14159,0,0,1,0,180,100,1), - (48194,176904,1,2792.44,-4451.96,133.467,-2.13803,0,0,0.876727,-0.480989,180,100,1), - (48195,2061,1,4591.83,-5577.89,98.1334,-3.14159,0.034888,0.026161,0.999048,-0.000914,180,100,1), - (48196,2061,1,4687.8,-5392.43,112.125,3.14159,0,-0.056693,0.998392,0,180,100,1), - (48197,2061,1,4491.25,-6363.81,124.255,3.14159,0,0,1,0,180,100,1), - (48198,2061,1,3896.5,-5845.14,6.5354,-2.18166,-0.064342,0.000879,0.885971,-0.459255,180,100,1), - (48199,2061,1,2211.71,-6377.91,2.68068,3.14159,0,0,1,0,180,100,1), - (48200,2061,1,4311.79,-5731.2,101.761,3.03687,0.004586,0.004129,0.998612,0.052316,180,100,1), - (48201,2061,1,3586.01,-4382.09,110.553,3.14159,0,0,1,0,180,100,1), - (48202,2061,1,3617.23,-4411.15,112.804,3.14159,0.026105,-0.074083,0.996908,0.00194,180,100,1), - (48203,2061,1,3618.39,-4429.87,111.361,2.85361,0,0,0.989651,0.143493,180,100,1), - (48204,2061,1,3593.64,-4426.62,110.957,-3.14159,-0.021755,-0.074091,0.997013,-0.001617,180,100,1), - (48205,2061,1,4135.58,-5086.95,143.026,2.74017,-0.025781,-0.039261,0.978995,0.198402,180,100,1), - (48206,2061,1,3801.38,-4906.36,145.742,3.14159,0,0,1,0,180,100,1), - (48207,2061,1,4703.96,-5909.27,109.107,3.14159,0,0,1,0,180,100,1), - (48208,2061,1,3190.1,-4599.39,181.318,3.14159,0,0,1,0,180,100,1), - (48209,2061,1,3199.16,-4627.52,172.147,3.14159,0,0,1,0,180,100,1), - (48210,2061,1,3602.19,-4400.14,116.093,-3.14159,-0.043604,-0.026152,0.998706,-0.001142,180,100,1), - (48211,2061,1,3183.91,-4248.23,97.1573,3.0456,0,0,0.998848,0.047978,180,100,1), - (48212,2061,1,3442.93,-5794.46,2.93029,0.109395,-0.02518,-0.018851,0.054187,0.998035,180,100,1), - (48213,2061,1,4382.79,-6253.63,95.2054,3.14159,0,0,1,0,180,100,1), - (48214,2061,1,4261.92,-6274.79,90.2382,3.14159,0,0,1,0,180,100,1), - (48215,2061,1,3273.03,-4720.06,134.179,-3.12414,0.004172,0.021852,0.999714,-0.00882,180,100,1), - (48216,2061,1,3274.19,-4642.63,101.603,3.12414,0,0,0.999962,0.008727,180,100,1), - (48217,2061,1,3264.82,-4634.04,101.711,3.14159,0,0,1,0,180,100,1), - (48218,2061,1,3271.32,-4671.84,115.339,3.14159,0,0,1,0,180,100,1), - (48219,2061,1,2697.63,-3878.66,107.057,-3.14159,0.091376,0.052116,0.99444,-0.004789,180,100,1), - (48220,2061,1,3646.53,-4701.58,120.931,3.14159,0,0,1,0,180,100,1), - (48221,2061,1,3182.39,-4265.43,98.1628,-3.0805,0,0,0.999534,-0.030539,180,100,1), - (48222,2061,1,4024.34,-5412.36,116.293,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,180,100,1), - (48223,2061,1,4452.57,-5533.35,108.654,3.14159,-0.017452,-0.004363,0.999838,-0.000076,180,100,1), - (48224,2061,1,2792.44,-4451.96,133.467,-2.13803,0,0,0.876727,-0.480989,180,100,1), - (48225,2061,1,2242.03,-5804.64,3.26002,-3.14159,-0.052312,0.030497,0.998164,0.001598,180,100,1), - (48226,2061,1,4364.06,-6135.31,123.883,-3.14159,0.065129,0.091306,0.993673,-0.005985,180,100,1), - (48227,2061,1,4777.12,-6628.49,111.73,3.14159,0,0,1,0,180,100,1), - (48228,2061,1,3213.35,-4667.22,160.951,3.14159,0,0,1,0,180,100,1), - (48229,2061,1,3172.4,-4571.22,187.699,3.14159,0,0,1,0,180,100,1), - (48230,180750,1,3960.55,-5921.98,0,1.97222,0,0,0.833885,0.551938,180,100,1), - (48231,180751,1,3453.5,-5820.57,0,1.64061,0,0,0.731354,0.681998,180,100,1), - (48232,180751,1,3638.11,-6042.03,0,1.91986,0,0,0.819151,0.573577,180,100,1), - (48233,180752,1,3165.24,-5838.86,0,-1.64061,0,0,-0.731354,0.681998,180,100,1), - (48234,148513,1,3514.1,-5125.1,82.1113,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (48235,148513,1,3238.67,-5115.98,86.2056,2.23402,0,0,0.898794,0.438371,180,100,1), - (48236,148513,1,3290.61,-5174.9,85.6552,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (48237,148513,1,3156.25,-5419.23,92.9521,0.855211,0,0,0.414693,0.909961,180,100,1), - (48238,148513,1,3535.76,-5219.99,85.5576,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (48239,152098,1,4258.43,-6259.35,92.1325,-1.50098,0,0,-0.681998,0.731354,180,100,1), - (48240,148514,1,3790.29,-5297.37,85.653,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (48241,148514,1,3727.26,-5200.04,86.3502,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (48242,148514,1,3171.25,-5305.14,89.9827,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (48243,148514,1,3461.29,-5034.15,88.8936,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (48244,148514,1,3430.78,-5087.17,82.9979,0.767945,0,0,0.374607,0.927184,180,100,1), - (48245,148515,1,3715.95,-5167.81,88.6082,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (48246,148515,1,3142.59,-5381.76,87.959,1.37881,0,0,0.636078,0.771625,180,100,1), - (48247,153123,1,4320.38,-6121.56,127.928,0.471239,0,0,0.233445,0.97237,180,100,1), - (48248,153123,1,4359.46,-6245.76,96.7805,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (48249,153123,1,4384.8,-6168.82,128.815,2.67035,0,0,0.97237,0.233445,180,100,1), - (48250,153123,1,4369.16,-6131.61,122.726,2.02458,0,0,0.848048,0.529919,180,100,1), - (48251,153123,1,4370.78,-6256.68,96.7301,2.56563,0,0,0.95882,0.284015,180,100,1), - (48252,153123,1,4497.24,-6244.04,102.322,1.0472,0,0,0.5,0.866025,180,100,1), - (48253,153123,1,4295.74,-6299.57,96.0124,0.715585,0,0,0.350207,0.936672,180,100,1), - (48254,148515,1,3295.84,-5160.59,87.8783,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (48255,148515,1,3494.9,-5233.36,88.0976,0.139626,0,0,0.069756,0.997564,180,100,1), - (48256,148515,1,3532.69,-5097.3,84.1975,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (48257,148516,1,3166.76,-5281.95,91.9457,0.663225,0,0,0.325568,0.945519,180,100,1), - (48258,148516,1,3534.14,-5250.1,95.9873,1.309,0,0,0.608761,0.793353,180,100,1), - (48259,148516,1,3713.96,-5284.94,88.0658,3.00197,0,0,0.997564,0.069757,180,100,1), - (48260,148516,1,3588,-5156.84,80.7576,0.017453,0,0,0.008727,0.999962,180,100,1), - (48261,148516,1,3379.97,-5061.56,89.3242,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (48262,143397,1,4452.57,-5533.35,108.654,3.14159,-0.017452,-0.004363,0.999838,-0.000076,180,100,1), - (48263,152614,1,2263.7,-5565.56,33.9385,-1.09956,0,0,-0.522498,0.85264,180,100,1), - (48264,142121,1,2550.87,-6169.25,137.759,3.14159,0,0,1,0,180,100,1), - (48265,179497,1,3426.07,-6212.85,-16.0456,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (48266,179497,1,2827.69,-6892.04,-1.05952,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (48267,179497,1,3823.44,-7230.26,28.0943,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (48268,179497,1,2936.09,-6382.85,-16.0913,3.12414,0,0,0.999962,0.008727,180,100,1), - (48269,179497,1,3884.8,-6277.7,-8.57747,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (48270,179497,1,3625.54,-6351.85,-68.3725,1.55334,0,0,0.700909,0.71325,180,100,1), - (48271,179497,1,3193.52,-5806.12,3.60117,0.959931,0,0,0.461749,0.887011,180,100,1), - (48272,179497,1,3890.26,-6230.68,-6.55268,2.19912,0,0,0.891007,0.453991,180,100,1), - (48273,179497,1,3709.01,-6072.4,1.40413,2.32129,0,0,0.91706,0.398749,180,100,1), - (48274,179497,1,3958.83,-6984.15,-22.5898,0.279253,0,0,0.139173,0.990268,180,100,1), - (48275,179497,1,3372.28,-6135.77,-8.11315,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (48276,179497,1,3932.79,-5789.89,15.5816,3.07178,0,0,0.999391,0.034899,180,100,1), - (48277,179497,1,2444.29,-7258.56,-23.5623,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (48278,179497,1,3907.04,-5632.14,23.7465,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (48279,179497,1,4020.04,-7264.8,-12.5916,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (48280,179497,1,4303.34,-7461.79,-5.76203,2.21657,0,0,0.894934,0.446198,180,100,1), - (48281,179497,1,3329.55,-5945.48,-10.0802,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (48282,179497,1,3149.95,-5838.31,-3.82439,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (48283,142123,1,4382.79,-6253.63,95.2054,3.14159,0,0,1,0,180,100,1), - (48284,142124,1,4364.06,-6135.31,123.883,-3.14159,0.065129,0.091306,0.993673,-0.005985,180,100,1), - (48285,175404,1,3259.22,-5155.35,94.4296,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (48286,175404,1,4813.78,-7218.07,101.907,-0.925024,0,0,-0.446198,0.894934,300,100,1), - (48287,175404,1,2419.03,-6999.06,108.771,-2.02458,0,0,-0.848048,0.52992,300,100,1), - (48288,175404,1,4689.64,-5369.46,118.006,-0.279253,0,0,-0.139173,0.990268,300,100,1), - (48289,175404,1,3827.91,-6155.92,4.86859,1.91986,0,0,0.819151,0.573577,300,100,1), - (48290,175404,1,4451.39,-6452.65,138.367,1.8326,0,0,0.793355,0.60876,300,100,1), - (48291,152620,1,2452.77,-5903.56,107.472,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (48292,152620,1,2644.68,-6366.55,105.699,0.191986,0,0,0.095846,0.995396,180,100,1), - (48293,152620,1,2992.79,-5596.36,149.274,1.27409,0,0,0.594823,0.803857,180,100,1), - (48294,152620,1,2524.7,-6099,104.747,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (48295,152620,1,2813.64,-6089.12,124.944,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (48296,175404,1,4702.94,-6731.23,131.381,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (48297,175404,1,4382.33,-6121.17,123.339,2.96706,0,0,0.996195,0.0871556,300,100,1), - (48298,175404,1,3217.87,-5454.92,103.901,1.02974,0,0,0.492422,0.870357,300,100,1), - (48299,152621,1,2638.2,-6317.19,93.878,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (48300,152621,1,2364.99,-6452.86,104.871,0.15708,0,0,0.078459,0.996917,180,100,1), - (48301,152621,1,2286.88,-6286.94,112.171,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (48302,152621,1,2455.02,-5932.56,92.7238,0,0,0,0,1,180,100,1), - (48303,152621,1,2400.9,-6095.08,104.625,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (48304,152621,1,2399.31,-5674.11,119.468,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (48305,141870,1,2242.03,-5804.64,3.26002,-3.14159,-0.052312,0.030497,0.998164,0.001598,180,100,1), - (48306,152622,1,2314.11,-5960.15,120.284,2.51327,0,0,0.951057,0.309017,180,100,1), - (48307,152622,1,2283.25,-6079.93,108.183,1.5708,0,0,0.707107,0.707107,180,100,1), - (48308,152622,1,2851.58,-6082.01,112.405,1.53589,0,0,0.694658,0.71934,180,100,1), - (48309,152622,1,2524.26,-6327.23,107.581,1.81514,0,0,0.788011,0.615662,180,100,1), - (48310,152622,1,2978.43,-5570.77,153.85,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (48311,152622,1,2368.67,-6502.16,110.964,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (48312,152622,1,2414.94,-6326.1,93.5893,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (48313,152622,1,2678.63,-6121.11,105.745,2.74017,0,0,0.979925,0.199368,180,100,1), - (48314,152622,1,2294.57,-6258.64,114.547,1.16937,0,0,0.551937,0.833886,180,100,1), - (48315,152622,1,2399.99,-6180.49,100.596,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (48316,152622,1,2441.85,-5797.37,109.119,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (48317,152622,1,2400.63,-5670.19,121.134,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (48318,152622,1,2749.44,-5906.21,100.456,1.79769,0,0,0.782608,0.622515,180,100,1), - (48319,152622,1,2393.23,-5822.98,113.654,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (48320,152622,1,2568.2,-6044.43,101.809,0.593412,0,0,0.292372,0.956305,180,100,1), - (48321,152622,1,2477.72,-5963.47,96.5236,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (48322,152631,1,2655.94,-5737.8,112.926,1.8326,0,0,0.793353,0.608761,180,100,1), - (48323,152631,1,2438.59,-6459.73,101.949,0.349066,0,0,0.173648,0.984808,180,100,1), - (48324,152631,1,2910.19,-5680.45,127.089,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (48325,152631,1,2633.52,-5833.2,97.2349,1.13446,0,0,0.5373,0.843391,180,100,1), - (48326,152631,1,2673.61,-6006.06,99.1625,0.558505,0,0,0.275637,0.961262,180,100,1), - (48327,152631,1,2300.2,-6302.26,108.121,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (48328,152631,1,2841.39,-5739.23,121.976,1.76278,0,0,0.771625,0.636078,180,100,1), - (48329,152631,1,2678.63,-6335.86,95.0077,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (48330,152631,1,2720.12,-5567.12,121.735,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (48331,142140,1,3204.89,-4247.93,99.6327,2.80998,0,0,0.986286,0.165048,300,100,1), - (48332,142140,1,3675.66,-5029.68,136.467,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (48333,142140,1,3315.58,-4962.54,131.164,0.20944,0,0,0.104529,0.994522,300,100,1), - (48334,142140,1,3361.59,-5132.17,84.2104,-2.21657,0,0,-0.894935,0.446197,300,100,1), - (48335,142140,1,3622.77,-5275.15,89.2145,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (48336,142140,1,2610.3,-4881.27,132.716,2.82743,0,0,0.987688,0.156436,300,100,1), - (48337,142140,1,3288.32,-4790.74,107.474,2.05949,0,0,0.857168,0.515037,300,100,1), - (48338,142140,1,4285.62,-6302.4,95.3237,0.628319,0,0,0.309017,0.951056,300,100,1), - (48339,142140,1,3991.29,-5448,123.459,1.5708,0,0,0.707108,0.707106,300,100,1), - (48340,142140,1,3759.55,-5411.81,89.4116,-0.174533,0,0,-0.0871558,0.996195,300,100,1), - (48341,142140,1,2863.35,-3968.87,103.599,0.698132,0,0,0.34202,0.939693,300,100,1), - (48342,142140,1,2451.66,-5261.07,121.475,-1.36136,0,0,-0.629322,0.777145,300,100,1), - (48343,142142,1,2973.39,-5389.39,135.683,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (48344,142142,1,2501.93,-6072.88,98.5135,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (48345,142142,1,2524.18,-5040.31,123.574,0.855211,0,0,0.414693,0.909961,300,100,1), - (48346,142142,1,2913.16,-5224.49,126.914,2.30383,0,0,0.913544,0.406739,300,100,1), - (48347,142142,1,4320.56,-5612.42,126.583,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (48348,142142,1,2647.31,-4176.33,128.608,-2.98451,0,0,-0.996917,0.0784606,300,100,1), - (48349,142142,1,2277.78,-6659.57,118.987,-0.331612,0,0,-0.165047,0.986286,300,100,1), - (48350,142142,1,4649.63,-6117.47,101.234,-2.3911,0,0,-0.930417,0.366502,300,100,1), - (48351,142142,1,3582.31,-4091.26,103.303,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (48352,142142,1,3143.43,-4249.94,101.546,2.61799,0,0,0.965925,0.258821,300,100,1), - (48353,142142,1,4410.34,-6980.42,110.771,1.64061,0,0,0.731354,0.681998,300,100,1), - (48354,142142,1,2561.05,-6345.83,109.91,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (48355,140357,1,3602.19,-4400.14,116.093,-3.14159,-0.043604,-0.026152,0.998706,-0.001142,180,100,1), - (48356,140358,1,3183.91,-4248.23,97.1573,3.0456,0,0,0.998848,0.047978,180,100,1), - (48357,150086,1,2253.68,-7221.79,10.1571,3.14159,0,0,1,0,180,100,1), - (48358,140359,1,3182.39,-4265.43,98.1628,-3.0805,0,0,0.999534,-0.030539,180,100,1), - (48359,140360,1,3442.93,-5794.46,2.93029,0.109395,-0.02518,-0.018851,0.054187,0.998035,180,100,1), - (48360,19536,1,4687.8,-5392.43,112.125,3.14159,0,-0.056693,0.998392,0,180,100,1), - (48361,179551,1,2810.26,-7295.31,-12.4336,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (48362,153451,1,3011.3,-4169.73,101.559,1.5708,0,0,0.707107,0.707107,7200,100,1), - (48363,153451,1,3725.06,-5226.18,85.9103,1.0472,0,0,0.5,0.866025,7200,100,1), - (48364,153451,1,3810.42,-4919.1,146.871,2.05949,0,0,0.857167,0.515038,7200,100,1), - (48365,153451,1,3600,-4900.19,125.4,-1.6057,0,0,0.71934,-0.694658,7200,100,1), - (48366,153453,1,2741.59,-6620.59,105.229,0.017453,0,0,0.008727,0.999962,7200,100,1), - (48367,153453,1,3790.53,-7157.24,26.4807,-2.6529,0,0,0.970296,-0.241922,7200,100,1), - (48368,153453,1,2627.98,-5204.92,112.094,1.71042,0,0,0.75471,0.656059,7200,100,1), - (48369,153453,1,2175.34,-6428.31,7.65115,-0.959931,0,0,0.461749,-0.887011,7200,100,1), - (48370,153453,1,4654.68,-5378.01,107.964,-2.3911,0,0,0.930418,-0.366501,7200,100,1), - (48371,153453,1,4495.38,-6402.13,126.72,-0.767945,0,0,0.374607,-0.927184,7200,100,1), - (48372,20850,1,4311.79,-5731.2,101.761,3.03687,0.004586,0.004129,0.998612,0.052316,180,100,1), - (48373,147065,1,3646.53,-4701.58,120.931,3.14159,0,0,1,0,180,100,1), - (48374,150140,1,4282.6,-6298.72,95.5622,2.33874,0,0,0.920505,0.390731,180,100,1), - (48375,150140,1,4275.73,-6296.56,95.5616,0.366519,0,0,0.182236,0.983255,180,100,1), - (48376,150140,1,4280.73,-6291,95.5652,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (48377,20873,1,3586.01,-4382.09,110.553,3.14159,0,0,1,0,180,100,1), - (48378,20874,1,3617.23,-4411.15,112.804,3.14159,0.026105,-0.074083,0.996908,0.00194,180,100,1), - (48379,20875,1,3618.39,-4429.87,111.361,2.85361,0,0,0.989651,0.143493,180,100,1), - (48380,20876,1,3593.64,-4426.62,110.957,-3.14159,-0.021755,-0.074091,0.997013,-0.001617,180,100,1), - (48381,20879,1,4591.83,-5577.89,98.1334,-3.14159,0.034888,0.026161,0.999048,-0.000914,180,100,1), - (48382,20881,1,4024.34,-5412.36,116.293,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,180,100,1), - (48383,176792,1,2697.63,-3878.66,107.057,-3.14159,0.091376,0.052116,0.99444,-0.004789,180,100,1), - (48384,20898,1,4491.25,-6363.81,124.255,3.14159,0,0,1,0,180,100,1), - (48385,149420,1,3490.97,-5131.95,85.1316,0.305432,0,0,0.152123,0.988362,180,100,1), - (48386,88497,1,4135.58,-5086.95,143.026,2.74017,-0.025781,-0.039261,0.978995,0.198402,180,100,1), - (48387,88498,1,3801.38,-4906.36,145.742,3.14159,0,0,1,0,180,100,1), - (48388,148658,1,3983.98,-4757.37,304.917,-1.61443,0,0,-0.722364,0.691513,180,100,1), - (48389,148659,1,3975.05,-4769.86,280.743,-0.724312,0,0,-0.354291,0.935135,180,100,1), - (48390,148660,1,3984.57,-4801.48,304.917,1.52716,0,0,0.691513,0.722364,180,100,1), - (48391,148661,1,3982.72,-4801.35,304.917,1.52716,0,0,0.691513,0.722364,180,100,1), - (48392,20918,1,3896.5,-5845.14,6.5354,-2.18166,-0.064342,0.000879,0.885971,-0.459255,180,100,1), - (48393,148662,1,3985.83,-4757.51,304.917,-1.61443,0,0,-0.722364,0.691513,180,100,1), - (48394,148663,1,3995.69,-4794.11,304.898,2.15548,0,0,0.880891,0.47332,180,100,1), - (48395,148664,1,3992.43,-4783.59,304.796,1.10828,0,0,0.526214,0.850352,180,100,1), - (48396,150713,1,4261.92,-6274.79,90.2382,3.14159,0,0,1,0,180,100,1), - (48397,148665,1,3989.48,-4777.6,304.751,0.479966,0,0,0.237686,0.971342,180,100,1), - (48398,20924,1,2211.71,-6377.91,2.68068,3.14159,0,0,1,0,180,100,1), - (48399,148668,1,3978.57,-4795.19,296.042,1.16937,0,0,0.551937,0.833886,180,100,1), - (48400,148669,1,3962.36,-4777.88,304.917,-0.043634,0,0,-0.021815,0.999762,180,100,1), - (48401,20926,1,4777.12,-6628.49,111.73,3.14159,0,0,1,0,180,100,1), - (48402,148670,1,3986.4,-4795.97,296.042,1.77151,0,0,0.774393,0.632705,180,100,1), - (48403,148671,1,3991.39,-4794.61,296.042,1.95477,0,0,0.829038,0.559192,180,100,1), - (48404,148674,1,3994.47,-4766.23,296.042,-2.15548,0,0,0.880891,-0.47332,180,100,1), - (48405,148675,1,3962.22,-4779.72,304.917,-0.043634,0,0,-0.021815,0.999762,180,100,1), - (48406,148677,1,3982.15,-4762.88,296.042,-1.37008,0,0,-0.632705,0.774393,180,100,1), - (48407,176583,1,2621.83,-6386.66,109.354,0.785398,0,0,0.382683,0.92388,300,100,1), - (48408,176583,1,2964.11,-5780.74,136.449,-0.436333,0,0,-0.21644,0.976296,300,100,1), - (48409,176583,1,2698.33,-6281.33,98.2565,-0.20944,0,0,-0.104529,0.994522,300,100,1), - (48410,176583,1,3271.39,-5162.53,87.9368,2.98451,0,0,0.996917,0.0784606,300,100,1), - (48411,176583,1,2591.12,-5946.53,95.5889,0.191986,0,0,0.0958456,0.995396,300,100,1), - (48412,176583,1,4230.98,-5325.32,123.743,1.43117,0,0,0.656059,0.75471,300,100,1), - (48413,176583,1,4451.28,-6437.44,137.982,-1.20428,0,0,-0.566407,0.824125,300,100,1), - (48414,176583,1,2858.43,-4037.38,141.505,0.453786,0,0,0.224951,0.97437,300,100,1), - (48415,176583,1,4672.03,-5910.41,110.269,1.71042,0,0,0.754709,0.65606,300,100,1), - (48416,148680,1,3971.07,-4769.23,296.042,-0.584684,0,0,-0.288196,0.957572,180,100,1), - (48417,176584,1,2798.42,-5184.54,110.137,2.19912,0,0,0.891008,0.453988,300,100,1), - (48418,176584,1,4121.51,-5536.76,101.921,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (48419,176584,1,2848.59,-5696.3,126.175,-0.314159,0,0,-0.156434,0.987688,300,100,1), - (48420,176584,1,2485.09,-5689.86,97.827,1.36136,0,0,0.629322,0.777145,300,100,1), - (48421,176584,1,2592.36,-3962.94,117.977,-0.017453,0,0,-0.00872639,0.999962,300,100,1), - (48422,176584,1,4734.83,-6070.69,98.6446,1.6057,0,0,0.719339,0.694659,300,100,1), - (48423,176584,1,3674.14,-4525.15,120.568,3.07178,0,0,0.999391,0.0348993,300,100,1), - (48424,176584,1,4482.1,-7398.38,81.6085,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (48425,176584,1,4586.42,-5479.83,105.535,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (48426,176584,1,2384.02,-6498.93,104.415,-2.96706,0,0,-0.996195,0.0871556,300,100,1), - (48427,176584,1,4435.7,-6692.37,97.5533,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (48428,148682,1,4006.2,-4780.98,304.917,3.09796,0,0,0.999762,0.021814,180,100,1), - (48429,176586,1,4558.33,-6768.02,152.348,2.00713,0,0,0.843392,0.537299,300,100,1), - (48430,176586,1,4419.83,-7074.88,159.626,-0.488692,0,0,-0.241922,0.970296,300,100,1), - (48431,176586,1,2414.22,-5846.64,133.958,1.0472,0,0,0.500001,0.866025,300,100,1), - (48432,176586,1,3015.68,-5577.93,154.655,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (48433,176586,1,3780.21,-5183.21,140.473,-0.418879,0,0,-0.207912,0.978148,300,100,1), - (48434,176586,1,2998.39,-5031.8,165.897,2.1293,0,0,0.874619,0.48481,300,100,1), - (48435,176586,1,4479.73,-5381.61,124.362,-2.60054,0,0,-0.96363,0.267239,300,100,1), - (48436,148683,1,3982.08,-4771.27,304.796,0.270526,0,0,0.134851,0.990866,180,100,1), - (48437,148684,1,3987.07,-4772.78,304.764,1.10828,0,0,0.526214,0.850352,180,100,1), - (48438,148686,1,3969.1,-4786.54,296.042,0.383973,0,0,0.190809,0.981627,180,100,1), - (48439,31442,1,2550.87,-6169.25,137.759,3.14159,0,0,1,0,180,100,1), - (48440,148691,1,4006.33,-4779.13,304.917,3.09796,0,0,0.999762,0.021814,180,100,1), - (48441,148692,1,3987.1,-4772.27,270.37,-1.91986,0,0,-0.819152,0.573576,180,100,1), - (48442,148693,1,3982.21,-4782.91,270.37,1.15192,0,0,0.544639,0.838671,180,100,1), - (48443,148694,1,3988.37,-4792.12,270.37,1.89368,0,0,0.811574,0.58425,180,100,1), - (48444,148695,1,3978.35,-4767.4,270.37,-1.213,0,0,-0.569997,0.821647,180,100,1), - (48445,148696,1,3972.86,-4772.46,270.37,-0.610864,0,0,-0.300705,0.953717,180,100,1), - (48446,148697,1,3972.34,-4793.32,304.863,1.52716,0,0,0.691513,0.722364,180,100,1), - (48448,148707,1,3998.42,-4767.59,304.869,-2.41728,0,0,0.935135,-0.35429,180,100,1), - (48449,176356,1,3565.31,-5382.17,107.714,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (48450,149480,1,3642.44,-5283.04,90.2832,3.14159,0,0,1,0,180,100,1), - (48451,180712,1,3612.69,-5743.88,0,-2.93215,0,0,-0.994522,0.10453,180,100,1), - (48452,149481,1,3543.91,-5148.91,82.9136,1.58825,0,0,0.71325,0.70091,180,100,1), - (48453,149482,1,3465.71,-5272.91,89.2001,3.14159,0,0,1,0,180,100,1), - (48454,148714,1,3997.23,-4766.16,304.869,-2.41728,0,0,0.935135,-0.35429,180,100,1), - (48455,149483,1,3172.75,-5426.29,90.5842,1.55334,0,0,0.700909,0.713251,180,100,1), - (48456,185580,1,3725.26,-3994.24,94.6611,1.69297,0,0,0.748956,0.66262,180,100,1), - (48457,176885,1,3273.03,-4720.06,134.179,-3.12414,0.004172,0.021852,0.999714,-0.00882,180,100,1), - (48458,148725,1,3998.34,-4791.52,304.898,2.40855,0,0,0.93358,0.358368,180,100,1), - (48459,176886,1,3274.19,-4642.63,101.603,3.12414,0,0,0.999962,0.008727,180,100,1), - (48460,151286,1,4283.19,-6294.65,96.5188,0.279253,-0.034258,0.243758,0.134891,0.959798,180,100,1), - (48461,176887,1,3264.82,-4634.04,101.711,3.14159,0,0,1,0,180,100,1), - (48462,176888,1,3271.32,-4671.84,115.339,3.14159,0,0,1,0,180,100,1), - (48463,2040,1,3681.92,-6041.19,9.59359,1.09956,0,0,0.5225,0.852639,300,100,1), - (48464,2040,1,2350.47,-6026.23,36.1732,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (48465,2040,1,4373.93,-6309.83,96.4017,2.18166,0,0,0.88701,0.461749,300,100,1), - (48466,2040,1,4588.05,-6850.55,140.756,-2.40855,0,0,-0.93358,0.35837,300,100,1), - (48467,2040,1,4815.63,-7439.1,100.707,2.75762,0,0,0.981627,0.190809,300,100,1), - (48468,2040,1,5025.34,-6505.18,-8.06637,1.81514,0,0,0.78801,0.615662,300,100,1), - (48469,2040,1,2326.11,-6374.83,107.362,2.30383,0,0,0.913544,0.406739,300,100,1), - (48470,2040,1,2439.83,-5194.75,156.308,2.25148,0,0,0.902586,0.430509,300,100,1), - (48471,2040,1,2248.41,-5766.5,6.41299,2.82743,0,0,0.987688,0.156436,300,100,1), - (48472,2040,1,2828.26,-3994.61,117.324,1.65806,0,0,0.737276,0.675591,300,100,1), - (48473,176889,1,3190.1,-4599.39,181.318,3.14159,0,0,1,0,180,100,1), - (48474,176890,1,3213.35,-4667.22,160.951,3.14159,0,0,1,0,180,100,1), - (48475,176891,1,3199.16,-4627.52,172.147,3.14159,0,0,1,0,180,100,1), - (48476,2043,1,3614.66,-4766.14,113.319,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (48477,2043,1,4341.33,-7143.35,123.534,-2.07694,0,0,-0.861629,0.507539,300,100,1), - (48478,2043,1,3942.89,-5104.25,120.356,-1.98968,0,0,-0.838672,0.544637,300,100,1), - (48479,2043,1,2441.38,-5946.83,86.3413,2.30383,0,0,0.913544,0.406739,300,100,1), - (48480,176892,1,3172.4,-4571.22,187.699,3.14159,0,0,1,0,180,100,1), - (48481,2045,1,3972.18,-5985.87,-17.1093,2.00713,0,0,0.843392,0.537299,300,100,1), - (48482,2045,1,3509.02,-6132.71,-18.5853,2.46091,0,0,0.942641,0.333809,300,100,1), - (48483,2045,1,2250.08,-7123.27,-14.9405,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (48484,2046,1,3374.89,-4478.69,108.893,0.698132,0,0,0.34202,0.939693,300,100,1), - (48485,2046,1,2902.07,-3951.59,113.538,1.32645,0,0,0.615661,0.788011,300,100,1), - (48486,2047,1,4684.03,-6503.64,118.027,2.28638,0,0,0.909961,0.414694,300,100,1), - (48487,1619,1,4317.64,-46.5242,90.2155,2.32129,0,0,0.91706,0.398748,300,100,1), - (48488,1732,1,4488.4,-4.26991,95.172,1.22173,0,0,0.573576,0.819152,300,100,1), - (48489,1620,1,4411.26,56.8261,60.444,2.02458,0,0,0.848048,0.52992,300,100,1), - (48490,1926,1,4532.59,12.4357,89.1619,-2.94088,0,0,0.994969,-0.100188,900,100,1), - (48491,2061,1,4532.59,12.4357,89.1619,-2.94088,0,0,0.994969,-0.100188,900,100,1), - (48492,2849,1,4539.07,9.54525,88.7888,2.74017,0,0,0.979925,0.199368,7200,100,1), - (48493,1732,1,4593.95,-2.96897,71.378,0.471239,0,0,0.233445,0.97237,300,100,1), - (48494,1731,1,4606.25,-16.0594,72.8562,0.541052,0,0,0.267238,0.96363,300,100,1), - (48495,1923,1,4623.67,53.5375,68.5854,3.11541,0.035065,0.012624,0.999226,0.012624,900,100,1), - (48496,2061,1,4623.67,53.5375,68.5854,3.11541,0.035065,0.012624,0.999226,0.012624,900,100,1), - (48497,3705,1,4615.11,55.1214,69.5783,0.733038,0,0,0.358368,0.93358,7200,100,1), - (48498,1619,1,4613.15,85.3189,71.6598,4.71239,0,0,0.707106,-0.707107,300,100,1), - (48499,1731,1,4608.91,88.0124,68.9622,-2.14675,0,0,-0.878816,0.477161,300,100,1), - (48500,1732,1,4128.12,203.893,11.717,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (48501,1620,1,4332.59,559.682,58.0343,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (48502,1731,1,4374.9,568.298,58.7022,1.41372,0,0,0.649449,0.760405,300,100,1), - (48503,61929,1,4558.7,148.948,59.2164,2.98451,0,0,0.996917,0.078459,900,100,1), - (48504,2066,1,4558.7,148.948,59.2164,2.98451,0,0,0.996917,0.078459,900,100,1), - (48505,1731,1,4553.72,134.689,61.4659,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (48506,1922,1,4651.52,37.9487,65.7395,3.13287,0,0,0.99999,0.004363,900,100,1), - (48507,2061,1,4651.52,37.9487,65.7395,3.13287,0,0,0.99999,0.004363,900,100,1), - (48508,1618,1,4665.72,117.576,58.3812,1.90241,0,0,0.814116,0.580702,300,100,1), - (48509,1731,1,4792.63,33.5088,63.3617,1.74533,0,0,0.766045,0.642787,300,100,1), - (48510,176634,1,5001.34,34.4409,50.7119,2.58309,0,0,0.961262,0.275637,2,100,1), - (48511,12895,1,4982.93,218.837,38.97,1.58825,0,0,0.71325,0.700909,900,100,1), - (48512,12896,1,4983.03,218.735,38.4009,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (48513,12894,1,4983.03,218.745,38.9569,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (48514,12893,1,4982.94,218.76,38.9663,3.14159,0,0,1,0,900,100,1), - (48515,61927,1,4988.28,547.688,5.11441,3.00197,0,0,0.997564,0.069757,900,100,1), - (48516,2066,1,4988.28,547.688,5.11441,3.00197,0,0,0.997564,0.069757,900,100,1), - (48517,3705,1,5004.29,595.286,-0.009527,-2.04204,0,0,0.85264,-0.522498,7200,100,1), - (48518,2045,1,4969.62,732.893,-10.2441,1.91986,0,0,0.819151,0.573577,300,100,1), - (48519,175227,1,4805.52,800.445,0.069459,-0.890119,-0.060722,0.014487,-0.430393,0.900481,900,100,1), - (48520,2045,1,4800.42,899.741,-13.6434,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (48521,176191,1,4595.65,896.41,2.34531,-1.51844,-0.206344,-0.017748,-0.689056,0.694485,900,100,1), - (48522,176198,1,4679.33,866.985,1.9593,3.14159,0,0,1,0,900,100,1), - (48523,3662,1,4678.39,854.646,0.067275,-0.855212,0,0,0.414693,-0.909961,7200,100,1), - (48524,2045,1,4633.67,933.599,-8.19197,2.86234,0,0,0.990268,0.139173,300,100,1), - (48525,180582,1,4723.29,727.582,0,-0.506145,0,0,-0.25038,0.968148,900,100,1), - (48526,175230,1,4515.08,894.139,4.41478,-2.88852,-0.00598,0.012434,0.991918,-0.12613,900,100,1), - (48527,178185,1,4348.42,881.235,-17.8332,2.14675,0,0,0.878817,0.477159,300,100,1), - (48528,19018,1,4311.09,949.97,-22.5521,-1.02974,0,0,0.492424,-0.870356,7200,100,1), - (48529,12666,1,4575.75,417.029,34.9274,-1.78896,-0.402262,-0.303519,-0.679092,0.533756,2,100,1), - (48530,12144,1,4566.1,419.451,34.9651,-1.76278,0.194342,0.171127,-0.743867,0.616124,900,100,1), - (48531,2849,1,4544.61,425.187,33.7078,0.733038,0,0,0.358368,0.93358,7200,100,1), - (48532,1618,1,4724.49,472.739,34.2072,2.60054,0,0,0.96363,0.267239,300,100,1), - (48533,1731,1,4776.8,379.226,46.0786,2.44346,0,0,0.939692,0.342021,300,100,1), - (48534,1619,1,4802.9,374.457,49.4757,0.10472,0,0,0.0523361,0.99863,300,100,1), - (48535,61928,1,4913.14,329.844,36.7678,2.33001,0,0,0.918791,0.394744,900,100,1), - (48536,2066,1,4913.14,329.844,36.7678,2.33001,0,0,0.918791,0.394744,900,100,1), - (48537,106319,1,4912.58,343.433,36.8126,-2.82743,0,0,0.987688,-0.156434,7200,100,1), - (48538,17185,1,4815.38,230.723,49.1618,-1.14319,0.012575,-0.028832,-0.540323,0.840869,2,100,1), - (48539,180582,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766045,0.642787,900,100,1), - (48540,175226,1,5238.3,583.046,0.267388,-0.881391,-0.099853,0.023096,-0.426298,0.898758,900,100,1), - (48541,180582,1,5286.93,587.093,0,-1.51844,0,0,-0.688356,0.725373,900,100,1), - (48542,2045,1,5533.31,599.353,-8.5198,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (48543,17189,1,5576.07,147.814,28.9071,1.02974,-0.030218,0.017985,0.492583,0.869555,2,100,1), - (48544,16393,1,5633.84,166.193,32.2765,3.14159,0,0,1,0,900,100,1), - (48545,16394,1,5633.83,166.257,34.0374,0.872665,0,0,0.422618,0.906308,900,100,1), - (48546,12899,1,5633.67,324.349,19.3097,1.51844,0,0,0.688355,0.725374,900,100,1), - (48547,12900,1,5633.85,324.271,19.2931,-1.62315,0,0,-0.725374,0.688355,900,100,1), - (48548,12901,1,5633.85,324.271,19.9598,-1.62315,0,0,-0.725374,0.688355,900,100,1), - (48549,12898,1,5633.67,324.349,19.9763,1.51844,0,0,0.688355,0.725374,900,100,1), - (48550,12897,1,5633.76,324.24,19.9109,3.08923,0,0,0.999657,0.026177,900,100,1), - (48551,176190,1,5618.26,512.222,3.03785,-2.522,0.013961,0.01363,0.952168,-0.304951,2,100,1), - (48552,3662,1,5689.33,535.131,-0.138535,-2.94961,0,0,0.995396,-0.095846,7200,100,1), - (48553,2045,1,5829.67,603.885,-34.5131,2.44346,0,0,0.939692,0.342021,300,100,1), - (48554,1732,1,5889.95,666.349,8.03616,1.29154,0,0,0.601814,0.798637,300,100,1), - (48555,175207,1,6109.95,559.668,0.646731,1.19555,-0.058679,0.070741,0.561083,0.822641,2,100,1), - (48556,180655,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,900,100,1), - (48557,17182,1,6313.35,541.665,13.2845,-1.78896,-0.025917,0.018356,-0.779658,0.6254,2,100,1), - (48558,1932,1,5987.99,347.64,21.7655,3.14159,0,0,1,0,900,100,1), - (48559,2061,1,5987.99,347.64,21.7655,3.14159,0,0,1,0,900,100,1), - (48560,3705,1,5969.26,306.881,21.6972,0.942478,0,0,0.45399,0.891007,7200,100,1), - (48561,3705,1,5847,362.63,21.3515,0.261799,0,0,0.130526,0.991445,7200,100,1), - (48562,12903,1,6303.99,325.891,23.6697,3.14159,0,0,1,0,900,100,1), - (48563,12902,1,6303.99,325.891,24.2252,3.14159,0,0,1,0,900,100,1), - (48564,12904,1,6303.93,326.031,24.2229,1.5708,0,0,0.707107,0.707107,900,100,1), - (48565,177525,1,6326.02,92.7316,21.9514,1.15192,0,0,0.544639,0.838671,900,100,1), - (48566,177750,1,6324.93,100.743,21.8706,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (48567,177750,1,6335.26,93.9401,21.7166,0.802851,0,0,0.390731,0.920505,180,100,1), - (48568,177750,1,6334.71,111.107,21.7612,2.80998,0,0,0.986286,0.165048,180,100,1), - (48569,177750,1,6338.85,-94.3972,27.0504,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (48570,1731,1,6355.19,-94.2816,28.0781,-3.01942,0,0,-0.998135,0.0610484,300,100,1), - (48571,175524,1,6207.82,-157.763,80.9614,0.715585,0,0,0.350207,0.936672,2,100,1), - (48572,1619,1,6201.02,-154.568,78.4208,-1.91986,0,0,-0.819151,0.573577,300,100,1), - (48573,177750,1,6339.93,-120.801,25.7437,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (48574,177750,1,6328.28,-116.31,26.0125,1.32645,0,0,0.615662,0.788011,180,100,1), - (48575,1731,1,6140.56,-124.413,68.1804,-2.47837,0,0,-0.945519,0.325567,300,100,1), - (48576,177750,1,6142.73,-67.4937,36.1479,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (48577,177750,1,6136.07,-51.1174,36.2915,1.48353,0,0,0.67559,0.737277,180,100,1), - (48578,1731,1,6140.81,-77.5832,37.688,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (48579,1620,1,6193.06,9.49995,43.2606,1.81514,0,0,0.78801,0.615662,300,100,1), - (48580,1619,1,6036.65,-134.44,73.0123,2.74017,0,0,0.979925,0.199366,300,100,1), - (48581,1731,1,5996.1,-116.554,64.3843,2.25148,0,0,0.902586,0.430509,300,100,1), - (48582,177750,1,6008.21,-29.0825,21.0792,1.72788,0,0,0.760406,0.649448,180,100,1), - (48583,177750,1,6006.32,-45.768,22.2487,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (48584,177750,1,6017.09,-40.4235,21.859,1.16937,0,0,0.551937,0.833886,180,100,1), - (48585,1731,1,6004.19,-47.5299,23.18,-2.94961,0,0,-0.995396,0.095844,300,100,1), - (48586,177750,1,6128.16,60.8413,27.1198,1.36136,0,0,0.62932,0.777146,180,100,1), - (48587,1732,1,5831.59,-64.902,78.7412,-2.32129,0,0,-0.91706,0.398748,300,100,1), - (48588,1617,1,5837.62,72.4459,31.3255,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (48589,177750,1,6046.65,152.957,21.508,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (48590,177750,1,6039.14,166.158,21.8054,0.994838,0,0,0.477159,0.878817,180,100,1), - (48591,177750,1,6133.3,88.1867,23.8536,1.95477,0,0,0.829038,0.559193,180,100,1), - (48592,177750,1,6126.37,71.0321,25.3236,1.71042,0,0,0.75471,0.656059,180,100,1), - (48593,177750,1,6140.04,72.4986,24.7886,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (48594,177750,1,6201.33,96.495,31.1407,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (48595,177750,1,6186.37,106.662,31.1037,1.25664,0,0,0.587785,0.809017,180,100,1), - (48596,177750,1,6189.27,91.9287,31.6155,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (48597,1617,1,5952.66,169.934,28.3482,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (48598,91738,1,5775.21,119.462,34.7793,-3.14159,0.013089,-0.008726,0.999876,0.000114,900,100,1), - (48599,2061,1,5775.21,119.462,34.7793,-3.14159,0.013089,-0.008726,0.999876,0.000114,900,100,1), - (48600,17188,1,5771.17,105.759,35.0185,1.4399,0.707498,0.219083,-0.66383,0.103822,2,100,1), - (48601,1622,1,5799.47,111.217,31.7227,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (48602,106319,1,5770.34,122.787,35.23,0.872665,0,0,0.422618,0.906308,7200,100,1), - (48603,1620,1,5671.89,36.6695,43.404,1.91986,0,0,0.819151,0.573577,300,100,1), - (48604,1732,1,6476.76,-211.3,48.4865,-1.309,0,0,-0.608763,0.793352,300,100,1), - (48605,175331,1,6807.43,-376.349,39.962,-1.39626,0,0,-0.642788,0.766044,10,100,1), - (48606,175630,1,6812.8,-393.757,39.8574,-1.82387,0,0,-0.79069,0.612217,900,100,1), - (48607,2061,1,6812.8,-393.757,39.8574,-1.82387,0,0,-0.79069,0.612217,900,100,1), - (48608,175631,1,6826.44,-366.98,40.3131,2.63545,0,0,0.968148,0.25038,900,100,1), - (48609,2061,1,6826.44,-366.98,40.3131,2.63545,0,0,0.968148,0.25038,900,100,1), - (48610,1930,1,6868.69,-513.222,40.1436,3.14159,0,0,1,0,900,100,1), - (48611,2061,1,6868.69,-513.222,40.1436,3.14159,0,0,1,0,900,100,1), - (48612,176705,1,6875.17,-489.087,40.1436,3.14159,0,0,1,0,900,100,1), - (48613,2066,1,6875.17,-489.087,40.1436,3.14159,0,0,1,0,900,100,1), - (48614,1931,1,6855.15,-490.13,40.1436,3.14159,0,0,1,0,900,100,1), - (48615,2061,1,6855.15,-490.13,40.1436,3.14159,0,0,1,0,900,100,1), - (48616,175329,1,6870.7,-453.286,39.9917,-3.0456,0,0,0.998848,-0.047978,10,100,1), - (48617,3705,1,6855.48,-519.677,42.0321,2.35619,0,0,0.92388,0.382683,7200,100,1), - (48618,12907,1,6817.33,48.4149,16.8365,3.14159,0,0,1,0,900,100,1), - (48619,12908,1,6817.33,48.5573,16.8473,0,0,0,0,1,900,100,1), - (48620,12909,1,6817.28,48.5405,16.8449,1.5708,0,0,0.707107,0.707107,900,100,1), - (48621,91737,1,6679.07,-66.9471,22.7237,-3.02667,0,0,0.99835,-0.057427,900,100,1), - (48622,2061,1,6679.07,-66.9471,22.7237,-3.02667,0,0,0.99835,-0.057427,900,100,1), - (48623,106319,1,6717.44,-147.585,35.1413,3.03687,0,0,0.99863,0.052336,7200,100,1), - (48624,1622,1,6585.26,-38.7114,34.2006,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (48625,1621,1,6672.48,77.6357,32.3985,1.6057,0,0,0.719339,0.694659,300,100,1), - (48626,177187,1,6437.44,397.496,11.7038,-1.95477,0,0,0.829038,-0.559193,900,100,1), - (48627,175320,1,6402.21,503.891,8.12518,-1.85005,0,0,-0.798636,0.601815,900,100,1), - (48628,177274,1,6410.44,465.642,7.66751,3.14159,0,0,1,0,900,100,1), - (48629,142111,1,6423.62,497.105,7.67082,2.80125,0,0,0.985556,0.16935,900,100,1), - (48630,177280,1,6409.28,467.947,7.45344,0.593412,0,0,0.292372,0.956305,900,100,1), - (48631,3705,1,6533.32,449.291,7.14775,-1.0472,0,0,0.5,-0.866025,7200,100,1), - (48632,92490,1,6542.94,434.286,7.54909,2.17294,0.000202,0.009754,0.884928,0.465626,900,100,1), - (48633,103687,1,6513.71,484.541,6.24165,-3.14159,0.004362,-0.026177,0.999648,0.000114,900,100,1), - (48634,92489,1,6546.06,438.621,7.62833,1.64061,0,0,0.731354,0.681998,900,100,1), - (48635,175733,1,6422.27,545.521,14.6425,1.51844,0,0,0.688355,0.725374,900,100,1), - (48636,175729,1,6410.5,546.773,14.6204,-0.20944,0,0,0.104528,-0.994522,900,100,1), - (48637,86492,1,6392.69,725.449,-17.9098,2.46091,0,0,0.942641,0.333807,180,100,1), - (48638,180582,1,6511.13,757.642,0,-1.44862,0,0,-0.66262,0.748956,900,100,1), - (48639,86492,1,6402.14,742.217,-18.8918,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (48640,176365,1,6509.15,799.073,8.22928,-1.85878,0,0,-0.801254,0.598325,900,100,1), - (48642,176364,1,6509.15,799.206,8.21766,1.28282,0,0,0.598325,0.801254,900,100,1), - (48643,86492,1,6462.69,830.46,-36.9856,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (48644,19017,1,6666.55,663.491,-3.70557,-2.49582,0,0,0.948324,-0.317305,7200,100,1), - (48645,2045,1,6767.09,566.236,-9.5148,0.244346,0,0,0.121869,0.992546,300,100,1), - (48646,180582,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,900,100,1), - (48647,180655,1,6845.35,479.494,0,1.71042,0,0,0.754709,0.65606,900,100,1), - (48648,180582,1,6965.09,434.654,0,-1.43117,0,0,-0.656059,0.75471,900,100,1), - (48649,3705,1,6950.54,451.91,-0.431376,2.1293,0,0,0.87462,0.48481,7200,100,1), - (48650,180582,1,6981.46,323.755,0,-0.872665,0,0,-0.422618,0.906308,900,100,1), - (48651,3660,1,7050,392.654,-6.14862,-0.872665,0,0,0.422618,-0.906308,7200,100,1), - (48652,175165,1,7075.84,437.263,-21.348,-2.35619,0,0,0.92388,-0.382683,2,100,1), - (48653,175166,1,7134.26,345.874,-41.9849,-2.89725,0,0,0.992546,-0.121869,2,100,1), - (48654,1731,1,7172.98,299.393,-28.7123,3.03687,0,0,0.998629,0.0523374,300,100,1), - (48655,2045,1,7218.25,378.897,-12.8763,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (48656,17183,1,7083.71,193.24,0.820762,-3.01069,-0.03596,0.015122,0.997139,-0.064746,2,100,1), - (48657,175233,1,6956.49,195.473,0.460035,-1.26536,-0.014538,0.053895,-0.589159,0.806086,900,100,1), - (48658,180582,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587786,0.809016,900,100,1), - (48659,1733,1,7142.08,-78.385,15.72,2.94961,0,0,0.995396,0.095844,300,100,1), - (48660,1617,1,7013.95,32.6935,16.7705,1.3439,0,0,0.622513,0.782609,300,100,1), - (48661,1731,1,7148.67,45.7817,15.9786,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (48662,1620,1,7281.19,112.235,10.0818,0.645772,0,0,0.317305,0.948324,300,100,1), - (48663,180582,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615661,0.788011,900,100,1), - (48664,1617,1,7212.01,-65.4047,14.2558,0.698132,0,0,0.34202,0.939693,300,100,1), - (48665,176197,1,7433.73,47.2668,2.47926,3.14159,0,0,1,0,900,100,1), - (48666,1731,1,7358.84,117.991,12.6752,-2.93215,0,0,-0.994522,0.10453,300,100,1), - (48667,180582,1,7448.34,-246.666,0,3.03687,0,0,0.998629,0.0523374,900,100,1), - (48668,1731,1,7427.97,-258,0.78858,1.69297,0,0,0.748956,0.66262,300,100,1), - (48669,1617,1,7113.88,-224.026,35.3592,1.11701,0,0,0.529919,0.848048,300,100,1), - (48670,1618,1,6985.06,-321.506,36.0836,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (48671,175330,1,6874.13,-520.885,39.8104,-2.03331,-0.044504,-0.02754,-0.849187,0.525493,10,100,1), - (48672,11714,1,6822.92,-669.145,64.3505,0.471239,0,0,0.233445,0.97237,180,100,1), - (48673,11714,1,6831.38,-695.985,64.1903,2.40855,0,0,0.93358,0.358368,180,100,1), - (48674,11714,1,6848.88,-679.093,83.3373,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (48675,11714,1,6877.56,-663.554,84.1859,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (48676,1731,1,6827.71,-727.338,61.7001,-2.02458,0,0,-0.848048,0.52992,300,100,1), - (48677,11714,1,6818.76,-666.778,86.8468,2.75762,0,0,0.981627,0.190809,180,100,1), - (48678,11714,1,6826.27,-709.839,80.9735,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (48679,11714,1,6779.85,-680.777,89.2358,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (48680,11714,1,6792.66,-694.19,73.2235,2.19912,0,0,0.891007,0.453991,180,100,1), - (48681,1731,1,6780.64,-702.896,73.9283,1.02974,0,0,0.492422,0.870357,300,100,1), - (48682,11713,1,6808.75,-745.473,69.8791,-0.523599,0,0,0.258819,-0.965926,2,100,1), - (48683,11714,1,6822.92,-753.834,58.9879,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (48684,11714,1,6778.14,-660.192,67.4547,2.77507,0,0,0.983255,0.182236,180,100,1), - (48685,11713,1,6758.94,-698.873,69.731,0.349066,0,0,0.173648,0.984808,2,100,1), - (48686,1733,1,6789.46,-749.952,69.6737,1.78024,0,0,0.777147,0.629319,300,100,1), - (48687,11713,1,6794.09,-750.826,69.6737,-2.25148,0,0,0.902585,-0.430511,2,100,1), - (48688,11714,1,6735.58,-703.063,69.8868,0.558505,0,0,0.275637,0.961262,180,100,1), - (48689,11713,1,6752.75,-709.928,89.8335,2.86234,0,0,0.990268,0.139173,2,100,1), - (48690,11713,1,6766.05,-684.705,69.7644,0.994838,0,0,0.477159,0.878817,2,100,1), - (48691,11713,1,6750.5,-690.5,89.7645,2.79253,0,0,0.984808,0.173648,2,100,1), - (48692,11714,1,6829.69,-766.538,67.8278,2.9147,0,0,0.993572,0.113203,180,100,1), - (48693,11714,1,6726.14,-661.745,68.2791,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (48694,11714,1,6796.66,-769.305,69.6627,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (48695,106319,1,6796.76,-766.649,69.6736,0.191986,0,0,0.095846,0.995396,7200,100,1), - (48696,11714,1,6857.62,-795.148,62.6664,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (48697,1731,1,7116.58,-332.782,36.5861,2.16421,0,0,0.882948,0.469471,300,100,1), - (48698,17184,1,7260.43,-417.558,26.7562,2.81871,0.176145,0.001784,0.972401,0.152993,2,100,1), - (48699,176294,1,7116.19,-660.943,45.8617,-1.62315,0,0,-0.725374,0.688354,900,100,1), - (48700,2066,1,7116.19,-660.943,45.8617,-1.62315,0,0,-0.725374,0.688354,900,100,1), - (48701,176290,1,7174.69,-679.233,43.0805,1.77151,-0.019653,0.010424,0.774261,0.632475,900,100,1), - (48702,2061,1,7174.69,-679.233,43.0805,1.77151,-0.019653,0.010424,0.774261,0.632475,900,100,1), - (48703,3705,1,7149.68,-693.176,47.652,1.65806,0,0,0.737277,0.67559,7200,100,1), - (48704,1731,1,7087.58,-685.904,65.6651,2.07694,0,0,0.861629,0.507539,300,100,1), - (48705,176292,1,7141.83,-758.387,52.5213,0.541051,0.021949,0.051325,0.265354,0.962534,900,100,1), - (48706,2061,1,7141.83,-758.387,52.5213,0.541051,0.021949,0.051325,0.265354,0.962534,900,100,1), - (48707,148659,1,7187.6,-748.059,70.0622,0.994838,0,0,0.477159,0.878817,900,100,1), - (48708,148662,1,7173.79,-739.232,94.2365,0.10472,0,0,0.052336,0.99863,900,100,1), - (48709,148683,1,7187.96,-740.906,94.1154,1.98968,0,0,0.83867,0.544639,900,100,1), - (48710,148674,1,7181.13,-729.394,85.3605,-0.436332,0,0,-0.21644,0.976296,900,100,1), - (48711,148677,1,7179.65,-742.075,85.3605,0.349066,0,0,0.173648,0.984808,900,100,1), - (48712,148680,1,7187.57,-752.092,85.3605,1.13446,0,0,0.5373,0.843391,900,100,1), - (48713,148684,1,7188.71,-735.74,94.0832,2.82743,0,0,0.987688,0.156435,900,100,1), - (48714,148658,1,7173.93,-741.078,94.2365,0.10472,0,0,0.052336,0.99863,900,100,1), - (48715,148682,1,7193.99,-715.617,94.2365,-1.46607,0,0,-0.66913,0.743145,900,100,1), - (48716,148665,1,7193.12,-732.645,94.07,2.19912,0,0,0.891007,0.45399,900,100,1), - (48717,148695,1,7184.68,-745.162,59.6892,0.506146,0,0,0.25038,0.968148,900,100,1), - (48718,148696,1,7190.49,-749.842,59.6892,1.10828,0,0,0.526214,0.850352,900,100,1), - (48719,148707,1,7181.9,-725.289,94.188,-0.698133,0,0,-0.342021,0.939692,900,100,1), - (48720,148664,1,7198.61,-728.848,94.1154,2.82743,0,0,0.987688,0.156435,900,100,1), - (48721,148691,1,7192.15,-715.756,94.2365,-1.46607,0,0,-0.66913,0.743145,900,100,1), - (48722,148669,1,7197.41,-759.434,94.2365,1.67552,0,0,0.743145,0.669131,900,100,1), - (48723,148675,1,7199.25,-759.296,94.2365,1.67552,0,0,0.743145,0.669131,900,100,1), - (48724,148692,1,7188.2,-735.794,59.6892,-0.200713,0,0,-0.100188,0.994969,900,100,1), - (48725,148693,1,7199.45,-739.051,59.6892,2.87107,0,0,0.990866,0.134851,900,100,1), - (48726,148714,1,7180.67,-726.671,94.188,-0.698133,0,0,-0.342021,0.939692,900,100,1), - (48727,2849,1,7182.6,-764.209,56.6323,-1.50098,0,0,0.681998,-0.731354,7200,100,1), - (48728,148668,1,7212.13,-740.839,85.3605,2.88852,0,0,0.992005,0.126199,900,100,1), - (48729,148670,1,7211.75,-732.977,85.3605,-2.79253,0,0,0.984808,-0.173649,900,100,1), - (48730,148671,1,7209.66,-728.251,85.3605,-2.60927,0,0,0.964787,-0.263032,900,100,1), - (48731,148694,1,7207.65,-731.598,59.6892,-2.67035,0,0,0.97237,-0.233445,900,100,1), - (48732,148686,1,7204.98,-751.486,85.3605,2.10312,0,0,0.868199,0.496216,900,100,1), - (48733,148663,1,7208.54,-724.071,94.2169,-2.40855,0,0,0.93358,-0.358368,900,100,1), - (48734,148725,1,7205.58,-721.824,94.2169,-2.15548,0,0,0.880891,-0.473319,900,100,1), - (48735,148697,1,7211.21,-747.278,94.1821,-3.03687,0,0,0.99863,-0.052336,900,100,1), - (48736,148660,1,7217.47,-733.973,94.2365,-3.03687,0,0,0.99863,-0.052336,900,100,1), - (48737,148661,1,7217.61,-735.82,94.2365,-3.03687,0,0,0.99863,-0.052336,900,100,1), - (48738,176291,1,7190.11,-810.628,39.816,0.933753,0,0,0.450099,0.892979,900,100,1), - (48739,2066,1,7190.11,-810.628,39.816,0.933753,0,0,0.450099,0.892979,900,100,1), - (48740,176293,1,7135.73,-788.492,67.9549,-0.593413,0,0,-0.292372,0.956305,900,100,1), - (48741,2066,1,7135.73,-788.492,67.9549,-0.593413,0,0,-0.292372,0.956305,900,100,1), - (48742,1731,1,7123.89,-787.781,73.2813,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (48743,176289,1,7212.04,-843.033,35.8732,2.28638,0,0,0.909961,0.414693,900,100,1), - (48744,2066,1,7212.04,-843.033,35.8732,2.28638,0,0,0.909961,0.414693,900,100,1), - (48745,13872,1,7204.22,-859.876,41.3607,1.51844,0,0,0.688355,0.725374,300,100,1), - (48746,13360,1,7240.45,-887.029,34.7443,-1.37881,0,0,0.636078,-0.771625,300,100,1), - (48747,1619,1,7146.62,-961.387,66.532,-2.84489,0,0,-0.989016,0.147808,300,100,1), - (48748,1731,1,7223.21,-1027.89,71.9734,2.51327,0,0,0.951056,0.309019,300,100,1), - (48749,12654,1,7319.75,-1041.32,35.4728,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (48750,12654,1,7284.45,-984.769,34.1708,1.85005,0,0,0.798636,0.601815,180,100,1), - (48751,13359,1,7388.81,-1064.92,38.5052,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (48752,13359,1,7312.25,-954.66,32.2666,1.78024,0,0,0.777146,0.62932,180,100,1), - (48753,13872,1,7384.89,-1008.86,31.5059,-3.08923,0,0,0.999657,-0.026177,300,100,1), - (48754,12654,1,7506.25,-1025.4,-9.88114,1.0821,0,0,0.515038,0.857167,180,100,1), - (48755,13872,1,7502.27,-976.037,-9.83815,0.733038,0,0,0.358368,0.93358,300,100,1), - (48756,2849,1,7531.02,-1008.93,-9.88424,1.79769,0,0,0.782608,0.622515,7200,100,1), - (48757,1732,1,7614.68,-1101.92,49.7202,-0.820305,0,0,-0.398749,0.91706,300,100,1), - (48758,1732,1,7679.59,-987.505,37.6635,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (48759,13359,1,7667.91,-994.121,35.5219,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (48760,1732,1,7793.5,-1120.35,69.1242,0.488692,0,0,0.241922,0.970296,300,100,1), - (48761,1731,1,7905.12,-1060.73,37.5217,-0.034907,0,0,-0.0174526,0.999848,300,100,1), - (48762,1731,1,7925.2,-1176.95,57.2328,2.84489,0,0,0.989016,0.147808,300,100,1), - (48763,1621,1,8046.34,-1194.27,43.5508,-1.20428,0,0,-0.566407,0.824125,300,100,1), - (48764,1731,1,7959.42,-1006.33,38.6745,-0.226893,0,0,-0.113203,0.993572,300,100,1), - (48765,3660,1,7869.38,-918.659,-24.3792,1.58825,0,0,0.71325,0.700909,7200,100,1), - (48766,1731,1,7749.07,-955.581,32.851,2.19912,0,0,0.891008,0.453988,300,100,1), - (48767,1620,1,7743.73,-881.311,17.0433,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (48768,3662,1,7726.56,-759.902,-0.136312,0.610865,0,0,0.300706,0.953717,7200,100,1), - (48769,19017,1,7833.32,-712.135,-10.6728,0.820305,0,0,0.398749,0.91706,7200,100,1), - (48770,1731,1,7688.81,-814.313,8.07843,-0.698132,0,0,-0.34202,0.939693,300,100,1), - (48771,1731,1,7475.87,-686.872,4.20838,2.87979,0,0,0.991445,0.130528,300,100,1), - (48772,176196,1,7543.85,-537.257,0.616865,1.89368,0.022097,0.075376,0.807932,0.584018,900,100,1), - (48773,1731,1,7518.72,-495.795,-0.740971,2.87979,0,0,0.991445,0.130528,300,100,1), - (48774,3661,1,7472.67,-446.01,-0.074509,-0.191986,0,0,0.095846,-0.995396,7200,100,1), - (48775,1622,1,7389.33,-833.38,18.2687,0.226893,0,0,0.113203,0.993572,300,100,1), - (48776,13360,1,7351.27,-772.621,7.94713,-0.523599,0,0,0.258819,-0.965926,300,100,1), - (48777,13873,1,7395.53,-782.862,7.89658,-1.51844,0,0,0.688354,-0.725374,7200,100,1), - (48778,13872,1,7299.35,-862.117,29.8426,-1.85005,0,0,0.798635,-0.601815,300,100,1), - (48779,13360,1,7378.4,-874.377,21.1998,2.49582,0,0,0.948324,0.317305,300,100,1), - (48780,13872,1,7430.48,-864.879,3.55035,-2.1293,0,0,0.87462,-0.48481,300,100,1), - (48781,12654,1,7274.62,-892.332,33.2905,0.139626,0,0,0.069756,0.997564,180,100,1), - (48782,13360,1,7456.8,-868.262,1.33922,0.523599,0,0,0.258819,0.965926,300,100,1), - (48783,12654,1,7490.88,-887.406,16.7593,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (48784,13360,1,7483.87,-839.69,13.0221,-2.93215,0,0,0.994522,-0.104529,300,100,1), - (48785,177792,1,7838.95,-259.246,-26.4806,0.191986,0,0,0.095846,0.995396,50,100,1), - (48786,175354,329,3931.2,-3549.38,133.961,2.94961,0,0,0.995396,0.095846,180,100,0), - (48787,3637,1,3630.07,-1136.24,210.633,3.14159,0,0,1,0,180,100,1), - (48788,176189,1,6311.27,857.436,-14.0184,-2.62672,0.043064,0.024858,0.96569,-0.254894,300,100,1), - (48789,19017,1,5811.37,1006.28,-37.1452,1.36136,0,0,0.62932,0.777146,180,100,1), - (48790,19017,1,6155.17,857.033,-29.9529,2.30383,0,0,0.913545,0.406737,180,100,1), - (48791,19017,1,6806.24,791.261,-31.3644,1.53589,0,0,0.694658,0.71934,180,100,1), - (48792,2061,1,6251.44,962.67,1.16594,-2.02458,-0.025425,0.040688,-0.847071,0.529309,180,100,1), - (48793,86492,1,6305.36,801.79,-13.8798,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (48794,86492,1,6415.27,889.66,-39.7921,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (48795,86492,1,6384.79,906.778,-36.9819,1.62316,0,0,0.725374,0.688355,180,100,1), - (48796,86492,1,6309.78,845.92,-13.5739,0.698132,0,0,0.34202,0.939693,180,100,1), - (48797,55535,1,6251.44,962.67,1.16594,-2.02458,-0.025425,0.040688,-0.847071,0.529309,180,100,1), - (48798,2045,1,5977.26,984.857,-24.8214,0.750492,0,0,0.366501,0.930417,300,100,1), - (48799,2061,1,3630.07,-1136.24,210.633,3.14159,0,0,1,0,180,100,1), - (48800,3639,1,3532.35,-1134.26,221.733,3.14159,0,0,1,0,180,100,1), - (48801,2061,1,3532.35,-1134.26,221.733,3.14159,0,0,1,0,180,100,1), - (48802,3716,1,6748.91,-1961.38,550.92,3.14159,0,0,1,0,180,100,1), - (48803,2061,1,6748.91,-1961.38,550.92,3.14159,0,0,1,0,180,100,1), - (48804,3718,1,6850.85,-1888.13,550.92,2.04203,0,0,0.85264,0.522499,180,100,1), - (48805,2061,1,6850.85,-1888.13,550.92,2.04203,0,0,0.85264,0.522499,180,100,1), - (48806,177110,1,4925.55,-741.613,306.553,-0.017454,0,0,-0.008727,0.999962,180,100,1), - (48807,177111,1,6559.18,-1957.39,548.924,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (48808,153516,1,6822.58,-2086.34,623.41,1.59698,0.00248,0.046283,0.714788,0.697804,180,100,1), - (48809,2061,1,6822.58,-2086.34,623.41,1.59698,0.00248,0.046283,0.714788,0.697804,180,100,1), - (48810,177112,1,6559.15,-1957.41,548.203,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (48811,177113,1,6559.17,-1957.31,548.214,0.209439,0,0,0.104528,0.994522,180,100,1), - (48812,177114,1,6559.19,-1957.29,548.935,0.209439,0,0,0.104528,0.994522,180,100,1), - (48813,177115,1,6559.15,-1957.32,548.909,1.78024,0,0,0.777146,0.62932,180,100,1), - (48814,177105,1,3905.86,-1264.31,223.462,-0.671953,0,0,-0.329691,0.944089,180,100,1), - (48815,177106,1,3905.89,-1264.29,222.636,-0.671953,0,0,-0.329691,0.944089,180,100,1), - (48816,177104,1,3905.77,-1264.39,223.469,2.46964,0,0,0.944089,0.329691,180,100,1), - (48817,177276,1,4582.76,-218.373,298.863,2.90597,0,0,0.993068,0.117537,180,100,1), - (48818,177275,1,4841.22,-379.217,349.549,3.14159,0,0,1,0,180,100,1), - (48819,3636,1,3706.48,-1137.94,207.858,3.14159,0,0,1,0,180,100,1), - (48820,2061,1,3706.48,-1137.94,207.858,3.14159,0,0,1,0,180,100,1), - (48821,152619,1,5108.47,-358.458,356.974,-1.33738,0,0,-0.61996,0.784633,180,100,1), - (48822,2061,1,5108.47,-358.458,356.974,-1.33738,0,0,-0.61996,0.784633,180,100,1), - (48823,177107,1,4925.45,-741.677,306.536,1.57952,0,0,0.710185,0.704015,180,100,1), - (48824,3717,1,6837.87,-1962.11,551.324,3.14159,0,0,1,0,180,100,1), - (48825,2061,1,6837.87,-1962.11,551.324,3.14159,0,0,1,0,180,100,1), - (48826,177109,1,4925.6,-741.705,305.747,-1.56207,0,0,-0.704015,0.710185,180,100,1), - (48827,187260,1,5103.54,-360.519,357.04,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (48828,177108,1,4925.57,-741.689,306.577,-1.56207,0,0,-0.704015,0.710185,180,100,1), - (48829,3638,1,3626.1,-1181.11,212.055,3.14159,0.030503,0.047956,0.998383,-0.001465,180,100,1), - (48830,2061,1,3626.1,-1181.11,212.055,3.14159,0.030503,0.047956,0.998383,-0.001465,180,100,1), - (48831,176326,1,5244.1,-657.293,258.79,-2.99324,0,0,0.99725,-0.074109,180,100,1), - (48832,176157,1,5437.06,-445.052,274.28,-1.92859,0,0,-0.821647,0.569997,180,100,1), - (48833,176305,1,5374.05,-530.644,273.894,-2.67908,0,0,0.973379,-0.229201,180,100,1), - (48834,175076,1,5439.03,-437.349,272.516,-0.523599,0,0,-0.258819,0.965926,180,100,1), - (48835,2061,1,5439.03,-437.349,272.516,-0.523599,0,0,-0.258819,0.965926,180,100,1), - (48836,175075,1,5433.76,-453.637,272.578,0.05236,0,0,0.026177,0.999657,180,100,1), - (48837,2061,1,5433.76,-453.637,272.578,0.05236,0,0,0.026177,0.999657,180,100,1), - (48838,176159,1,5113.6,-524.67,296.59,-1.92859,0,0,-0.821647,0.569997,180,100,1), - (48839,176161,1,5017.8,-456.184,321.928,-0.925024,0,0,-0.446197,0.894935,180,100,1), - (48840,176306,1,5007.41,-440.546,318.9,1.53589,0,0,0.694659,0.719339,180,100,1), - (48841,176158,1,4975.15,-443.583,316.032,-1.92859,0,0,-0.821647,0.569997,180,100,1), - (48842,176160,1,5091.5,-470.309,298.159,-1.92859,0,0,-0.821647,0.569997,180,100,1), - (48859,176645,1,6437.08,-857.785,466.358,-1.01229,0,0,0.48481,-0.87462,1800,100,1), - (48860,176225,1,5111.2,-534.145,296.677,2.16421,0,0,0.882948,0.469472,180,100,1), - (48861,176188,1,5057.5,-528.531,313.221,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (48862,176188,1,5059.17,-545.185,313.221,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (48863,176188,1,5037.69,-551.63,313.221,0.837758,0,0,0.406737,0.913545,180,100,1), - (48864,176188,1,5053.61,-549.435,313.221,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (48865,176188,1,5043.94,-552.86,313.221,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (48866,176188,1,5040.44,-524.708,313.221,2.67035,0,0,0.97237,0.233445,180,100,1), - (48867,176188,1,5037.85,-526.951,313.221,0.453786,0,0,0.224951,0.97437,180,100,1), - (48868,176188,1,5031.54,-545.687,313.221,1.41372,0,0,0.649448,0.760406,180,100,1), - (48869,176188,1,5046.98,-523.698,313.221,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (48870,176188,1,5059.76,-540.777,313.221,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (48871,176091,1,6909.33,-1820.12,570.555,1.46608,0,0,0.669131,0.743145,180,100,1), - (48872,176184,1,4841.22,-380.88,349.549,1.06465,0,0,0.507538,0.861629,180,100,1), - (48901,176643,1,6470.73,-1670.67,419.546,2.58309,0,0,0.961262,0.275637,2700,100,1), - (48902,176188,1,5030.94,-534.871,313.221,1.78024,0,0,0.777146,0.62932,180,100,1), - (48903,176188,1,5061.03,-534.442,313.221,0.10472,0,0,0.052336,0.99863,180,100,1), - (48904,176188,1,5029.29,-542.443,313.221,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (48905,176188,1,5060.64,-533.654,313.221,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (48906,176188,1,5033.62,-531.373,313.221,1.16937,0,0,0.551937,0.833886,180,100,1), - (48907,176641,1,3819.17,-781.184,309.96,-0.331612,0,0,0.165048,-0.986286,2700,100,1), - (48908,176640,1,6058.16,-1623.83,498.649,2.70526,0,0,0.976296,0.21644,2700,100,1), - (48909,176645,1,3763.35,-1716.1,269.617,-1.79769,0,0,0.782608,-0.622515,1800,100,1), - (48910,176640,1,5880,-808.634,424.7,2.14675,0,0,0.878817,0.477159,2700,100,1), - (48911,176641,1,6180.81,-1159.71,370.023,0.733038,0,0,0.358368,0.93358,2700,100,1), - (48912,176641,1,5414.12,-917.214,369.429,-1.55334,0,0,0.700909,-0.71325,2700,100,1), - (48913,176639,1,5350.14,-909.026,371.589,3.12414,0,0,0.999962,0.008727,2700,100,1), - (48916,176641,1,3926.56,-1617.91,264.133,-0.680679,0,0,0.333807,-0.942641,2700,100,1), - (48917,176645,1,6325.67,-1790.15,421.579,2.32129,0,0,0.91706,0.398749,1800,100,1), - (48918,176638,1,6233.26,-1057.02,380.173,-0.087267,0,0,0.04362,-0.999048,2700,100,1), - (48919,176642,1,5693.6,-975.517,382.478,-2.56563,0,0,0.95882,-0.284015,2700,100,1), - (48920,176639,1,4017.34,-788.968,285.693,-2.09439,0,0,0.866025,-0.5,2700,100,1), - (48921,176636,1,6503.98,-1509.01,438.926,2.37365,0,0,0.927184,0.374607,2700,100,1), - (48922,176640,1,6504.79,-754.948,487.156,2.30383,0,0,0.913545,0.406737,2700,100,1), - (48923,176639,1,6547.23,-821.016,474.854,-1.06465,0,0,0.507538,-0.861629,2700,100,1), - (48925,176637,1,5991.86,-1328.28,414.972,-0.383972,0,0,0.190809,-0.981627,2700,100,1), - (48926,176642,1,6583.85,-835.312,474.345,1.91986,0,0,0.819152,0.573576,2700,100,1), - (48927,176637,1,4148.58,-697.723,282.085,-2.87979,0,0,0.991445,-0.130526,2700,100,1), - (48930,176643,1,6900.49,-1782.53,584.844,-2.86234,0,0,0.990268,-0.139173,2700,100,1), - (48931,176643,1,5342.51,-842.086,349.25,-1.11701,0,0,0.529919,-0.848048,2700,100,1), - (48932,176643,1,6220.6,-1154.74,383.322,2.82743,0,0,0.987688,0.156434,2700,100,1), - (48933,176645,1,5608.74,-473.306,381.546,-1.0472,0,0,0.5,-0.866025,1800,100,1), - (48934,176645,1,4753.38,-589.886,283.662,2.56563,0,0,0.95882,0.284015,1800,100,1), - (48937,176641,1,6217.16,-1618.61,475.595,1.65806,0,0,0.737277,0.67559,2700,100,1), - (48938,176637,1,6317.09,-1277.11,374.092,-2.05949,0,0,0.857167,-0.515038,2700,100,1), - (48939,176639,1,5885.37,-1262.66,405.783,2.00713,0,0,0.843391,0.5373,2700,100,1), - (48940,176640,1,6156.16,-1839.16,575.645,0.733038,0,0,0.358368,0.93358,2700,100,1), - (48941,176637,1,6410.31,-1664.2,489.088,-0.890118,0,0,0.430511,-0.902585,2700,100,1), - (48944,176637,1,4498.2,-518.471,298.419,-1.36136,0,0,0.629321,-0.777146,2700,100,1), - (48945,176640,1,5344.76,-954.472,390.509,-2.77507,0,0,0.983255,-0.182235,2700,100,1), - (48946,176642,1,4192.98,-1108.22,307.553,2.04204,0,0,0.85264,0.522499,2700,100,1), - (48947,176639,1,3877.94,-1616.04,250.439,-1.90241,0,0,0.814116,-0.580703,2700,100,1), - (48948,176638,1,3895.07,-680.755,326.079,1.90241,0,0,0.814116,0.580703,2700,100,1), - (48949,176643,1,4493.9,-439.566,329.082,0.261799,0,0,0.130526,0.991445,2700,100,1), - (48950,176643,1,5381.58,-554.62,272.882,-3.08923,0,0,0.999657,-0.026177,2700,100,1), - (48953,176638,1,5554.45,-987.39,371.665,-0.925024,0,0,0.446198,-0.894934,2700,100,1), - (48954,176637,1,6414.88,-783.236,471.604,-2.04204,0,0,0.85264,-0.522498,2700,100,1), - (48956,176636,1,3844.91,-1660.53,254.576,1.09956,0,0,0.522499,0.85264,2700,100,1), - (48958,176645,1,5139.88,-462.869,301.225,-1.3439,0,0,0.622515,-0.782608,1800,100,1), - (48960,176636,1,5064.93,-547.86,334.946,2.89725,0,0,0.992546,0.121869,2700,100,1), - (48961,176642,1,4051.31,-745.657,283.103,0.244346,0,0,0.121869,0.992546,2700,100,1), - (48962,176638,1,6742.92,-1596.08,477.572,-2.16421,0,0,0.882948,-0.469472,2700,100,1), - (48963,176641,1,5644.48,-674.997,343.131,-2.16421,0,0,0.882948,-0.469472,2700,100,1), - (48964,176639,1,6384.31,-2048.23,571.964,2.16421,0,0,0.882948,0.469472,2700,100,1), - (48965,176641,1,6679.51,-1323.44,467.133,-3.01942,0,0,0.998135,-0.061048,2700,100,1), - (48966,176643,1,6276.83,-648.121,489.46,2.46091,0,0,0.942641,0.333807,2700,100,1), - (48967,176639,1,4791.07,-500.714,325.658,0.436332,0,0,0.21644,0.976296,2700,100,1), - (48968,176637,1,3656.49,-1614.84,209.027,-1.06465,0,0,0.507538,-0.861629,2700,100,1), - (48969,176645,1,4729.01,-460.879,350.825,-1.91986,0,0,0.819152,-0.573576,1800,100,1), - (48970,176641,1,4493.51,-564.449,289.21,-2.16421,0,0,0.882948,-0.469472,2700,100,1), - (48971,176643,1,5010.27,-446.018,321.039,1.91986,0,0,0.819152,0.573576,2700,100,1), - (48972,176645,1,3649.17,-1207.23,220.904,0.191986,0,0,0.095846,0.995396,1800,100,1), - (48973,177152,1,6652.96,-4557.85,717.088,-0.087266,0,0,-0.043619,0.999048,900,100,1), - (48974,177153,1,6652.98,-4557.89,717.691,-1.65806,0,0,-0.737277,0.67559,900,100,1), - (48975,177154,1,6674.19,-3655.81,696.534,0,0,0,0,1,900,100,1), - (48976,177155,1,6674.21,-3655.83,695.932,0,0,0,0,1,900,100,1), - (48977,177417,1,5770.62,-4995.14,810.364,0.820305,0,0,0.398749,0.91706,900,100,1), - (48978,177417,1,5607.76,-5028.4,809.056,-1.58825,0,0,0.71325,-0.700909,900,100,1), - (48979,177417,1,5629.28,-4890.11,806.031,0.10472,0,0,0.052336,0.99863,900,100,1), - (48980,177417,1,5695.09,-5057.97,808.54,-2.56563,0,0,0.95882,-0.284015,900,100,1), - (48981,177417,1,5464.57,-4983.42,851.758,-2.09439,0,0,0.866025,-0.5,900,100,1), - (48982,175628,1,5658.92,-4676.7,775.991,1.91114,0.549471,0.805749,0.124973,0.182298,2,100,1), - (48983,2061,1,6786.5,-2665.45,544.784,3.14159,0,0,1,0,900,100,1), - (48984,2061,1,6496.02,-3144.3,571.205,3.14159,-0.065403,0,0.997859,0,900,100,1), - (48985,175629,1,5658.78,-4675.59,775.469,3.14159,-0.112419,0.116782,0.986685,0.013306,300,100,1), - (48986,2061,1,6838,-5042.41,690.522,3.14159,0,0,1,0,900,100,1), - (48987,2061,1,6847.2,-5103.88,692.888,3.14159,0,0,1,0,900,100,1), - (48988,2061,1,6777.95,-5056.11,722.833,3.14159,0,0,1,0,900,100,1), - (48989,2061,1,6781.98,-5156.25,732.297,3.14159,0,0,1,0,900,100,1), - (48990,2061,1,6511.63,-3264.02,573.818,-3.14159,-0.056679,-0.02178,0.998154,-0.001237,900,100,1), - (48991,2061,1,6804.18,-4745.66,701.498,3.14159,0.074097,0.017404,0.997098,-0.001293,900,100,1), - (48992,2061,1,6704.02,-4707.17,721.478,0.60204,0.003768,-0.013585,0.296459,0.954941,900,100,1), - (48993,175888,1,6498.79,-4231.49,659.381,-1.50098,0,0,0.681998,-0.731354,300,100,1), - (48994,2066,1,6844.29,-5082.69,690.351,-2.30383,-0.014632,0.022139,0.91327,-0.406489,900,100,1), - (48995,175891,1,6558.83,-3929.28,659.249,-0.436333,0,0,0.21644,-0.976296,300,100,1), - (48996,176404,1,6705.1,-4667.35,721.6,3.14159,0,0,1,0,900,100,1), - (48997,177684,1,8071.29,-3843.42,689.28,-1.43117,0,0,0.656059,-0.75471,900,100,1), - (48998,175892,1,6477.24,-4101.61,659.443,-2.1293,0,0,0.87462,-0.48481,300,100,1), - (48999,175893,1,6568.88,-4038.71,659.201,1.3439,0,0,0.622515,0.782608,300,100,1), - (49000,176163,1,5893.48,-4054.75,596.385,2.9147,0,0,0.993572,0.113203,900,100,1), - (49001,176164,1,5893.29,-4054.65,596.309,2.26893,0,0,0.906308,0.422618,900,100,1), - (49002,176165,1,6107.64,-4181.67,852.317,-0.802851,0,0,0.390731,-0.920505,900,100,1), - (49003,176166,1,6107.66,-4181.53,852.521,-1.93731,0,0,0.824126,-0.566406,900,100,1), - (49004,175404,1,4860.99,-4333.66,912.453,-0.855212,0,0,-0.414694,0.909961,300,100,1), - (49005,175404,1,5686.63,-5050.94,808.882,1.50098,0,0,0.681997,0.731355,300,100,1), - (49006,175355,329,3908.55,-3545.29,135.908,2.94961,0,0,0.995396,0.095846,180,100,0), - (49007,175404,1,6664.74,-4017.12,666.367,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (49008,175404,1,4858.89,-4540.23,888.01,0.680678,0,0,0.333807,0.942642,300,100,1), - (49009,175404,1,4312.08,-4112.96,951.446,0.663225,0,0,0.325568,0.945519,300,100,1), - (49010,175404,1,5328.29,-4807.32,704.26,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (49011,175404,1,5896.12,-4029.86,597.128,0.872665,0,0,0.422618,0.906308,300,100,1), - (49012,175404,1,8035.92,-4208.95,709.697,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (49013,175404,1,6706.28,-5120.3,744.64,0.523599,0,0,0.258819,0.965926,300,100,1), - (49014,175407,1,6370.13,-2999.56,604.016,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (49015,175407,1,6560.97,-3578.79,709.081,1.64061,0,0,0.731354,0.681998,180,100,1), - (49016,175407,1,6516.05,-3561.2,662.338,1.95477,0,0,0.829038,0.559193,180,100,1), - (49017,175407,1,7893.13,-4353.83,713.596,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (49018,175407,1,6140.93,-5056.44,789.064,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (49019,175407,1,5949.43,-4952.26,776.945,1.15192,0,0,0.544639,0.838671,180,100,1), - (49020,175407,1,6408.47,-3420.4,643.376,0.855211,0,0,0.414693,0.909961,180,100,1), - (49021,175407,1,6369.4,-2962.51,603.33,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (49022,175407,1,6359.31,-2789.68,582.855,1.95477,0,0,0.829038,0.559193,180,100,1), - (49023,175407,1,6438.62,-3524.33,649.41,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (49024,175407,1,6416.76,-3504.17,664.152,1.43117,0,0,0.656059,0.75471,180,100,1), - (49025,175407,1,7902.28,-4403.21,706.886,0.820305,0,0,0.398749,0.91706,180,100,1), - (49026,175407,1,7671.94,-4584.72,667.956,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (49027,175407,1,5913.81,-4749.21,762.953,1.50098,0,0,0.681998,0.731354,180,100,1), - (49028,175407,1,7850.06,-4293.56,695.921,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (49029,175407,1,6184.2,-4842.02,739.304,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (49030,175407,1,6438.38,-3625.51,697.764,2.96706,0,0,0.996195,0.087156,180,100,1), - (49031,175407,1,7543.97,-4435.66,604.325,0.645772,0,0,0.317305,0.948324,180,100,1), - (49032,175407,1,7716.83,-4455.25,640.43,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (49033,175407,1,6366.6,-2896.57,606.388,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (49034,175407,1,6047.48,-4959.49,769.984,1.43117,0,0,0.656059,0.75471,180,100,1), - (49035,175407,1,7790.87,-4490.28,663.959,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (49036,175407,1,6401.18,-3720.78,712.462,1.91986,0,0,0.819152,0.573576,180,100,1), - (49037,175407,1,6937.15,-4622.89,733.433,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (49038,175407,1,6464.24,-3562.29,669.043,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (49039,175407,1,6451.04,-3553.96,663.442,-2.09439,0,0,0.866025,-0.5,180,100,1), - (49040,175407,1,6979.45,-4438.09,722.09,2.21657,0,0,0.894934,0.446198,180,100,1), - (49041,175407,1,6717.85,-4814.36,731.411,2.87979,0,0,0.991445,0.130526,180,100,1), - (49042,175407,1,6303.67,-4824.15,754.971,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (49043,175407,1,6307.61,-2513.79,543.317,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (49044,175407,1,6324.26,-2402.99,553.211,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (49045,175407,1,7244.21,-4457.88,627.596,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (49046,175407,1,5944.81,-4814.14,756.258,1.22173,0,0,0.573576,0.819152,180,100,1), - (49047,175407,1,6483.6,-4958.94,728.934,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (49048,175407,1,6294.32,-5006.27,775.647,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (49049,175407,1,6421.33,-5100.43,757.142,2.00713,0,0,0.843391,0.5373,180,100,1), - (49050,175407,1,6002.91,-5063.72,794.503,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (49051,175407,1,7377.28,-4628.07,605.106,1.01229,0,0,0.48481,0.87462,180,100,1), - (49052,175407,1,6483.27,-2547.05,579.535,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (49053,175407,1,6446.97,-3376.66,602.696,2.84489,0,0,0.989016,0.147809,180,100,1), - (49054,175407,1,6914.73,-4541.41,710.502,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (49055,175407,1,6734.3,-3900.14,687.592,1.71042,0,0,0.75471,0.656059,180,100,1), - (49056,175407,1,6687.04,-3123.8,577.556,2.6529,0,0,0.970296,0.241922,180,100,1), - (49057,175407,1,6762.6,-3188.19,581.871,1.71042,0,0,0.75471,0.656059,180,100,1), - (49058,175407,1,6391.78,-2459.59,546.223,4.71239,0,0,0.707107,-0.707107,180,100,1), - (49059,175407,1,6600.26,-3829.53,653.886,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (49060,175407,1,6547.76,-3376.17,597.164,0.855211,0,0,0.414693,0.909961,180,100,1), - (49061,175407,1,6517.62,-3408.48,601.375,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (49062,175407,1,6537.07,-3465.81,633.207,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (49063,175407,1,6399.4,-3061.63,583.107,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (49064,175407,1,6449.28,-2468.18,562.061,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (49065,175407,1,6378.06,-2542.62,538.352,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (49066,175407,1,6433.75,-2644.12,553.284,1.0821,0,0,0.515038,0.857167,180,100,1), - (49067,175407,1,6439.02,-2589.94,563.526,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (49068,175407,1,6457.9,-2842.83,587.436,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (49069,175407,1,6488.51,-2790.97,578.171,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (49070,175407,1,6450.06,-2665.02,546.88,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (49071,175407,1,6458.14,-3035.03,573.663,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (49072,175407,1,6440.67,-2969.9,575.597,0.663225,0,0,0.325568,0.945519,180,100,1), - (49073,175407,1,6509.34,-2979.35,591.862,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (49074,175927,1,6696.57,-4648.01,721.942,-2.23402,0,0,0.898794,-0.438371,2,100,1), - (49075,175929,1,6786.5,-2665.45,544.784,3.14159,0,0,1,0,900,100,1), - (49076,175930,1,6496.02,-3144.3,571.205,3.14159,-0.065403,0,0.997859,0,900,100,1), - (49077,175931,1,6804.18,-4745.66,701.498,3.14159,0.074097,0.017404,0.997098,-0.001293,900,100,1), - (49078,175932,1,6511.63,-3264.02,573.818,-3.14159,-0.056679,-0.02178,0.998154,-0.001237,900,100,1), - (49079,324,1,5256.66,-5014.92,867.899,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (49080,324,1,6650.88,-5297.41,753.44,2.86234,0,0,0.990268,0.139173,300,100,1), - (49081,324,1,6217.66,-4274.55,658.453,3.07178,0,0,0.999391,0.0348993,300,100,1), - (49082,324,1,4651.27,-4620.2,888.455,0.750492,0,0,0.366501,0.930417,300,100,1), - (49083,324,1,5641.72,-4419.73,800.441,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (49084,324,1,7781.68,-4619.14,695.573,-1.06465,0,0,-0.507538,0.861629,300,100,1), - (49085,324,1,5102.72,-4388.88,918.337,2.18166,0,0,0.88701,0.461749,300,100,1), - (49086,176748,1,6781.91,-4681.44,723.841,1.59698,0,0,0.716302,0.69779,900,100,1), - (49087,176749,1,6776.57,-4681.44,723.841,1.59698,0,0,0.716302,0.69779,900,100,1), - (49088,153454,1,6417.92,-4281.62,666.034,-0.750491,0,0,0.366501,-0.930418,7200,100,1), - (49089,153454,1,6520.67,-3264.04,574.942,2.93215,0,0,0.994522,0.104528,7200,100,1), - (49090,153454,1,6796.87,-2666.08,544.784,2.96706,0,0,0.996195,0.087156,7200,100,1), - (49091,153454,1,6796.38,-5150.05,732.103,-2.07694,0,0,0.861629,-0.507538,7200,100,1), - (49092,179863,1,6696.5,-4645.01,720.95,-2.92343,0,0,0.994056,-0.108867,900,100,1), - (49093,179864,1,6697.86,-4642.63,721.055,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (49094,177307,1,4571.62,-3924.89,943.37,0.506217,0.012336,-0.000323,0.250435,0.968055,900,100,1), - (49096,176804,1,6838,-5042.41,690.522,3.14159,0,0,1,0,900,100,1), - (49097,176805,1,6844.29,-5082.69,690.351,-2.30383,-0.014632,0.022139,0.91327,-0.406489,900,100,1), - (49098,176806,1,6847.2,-5103.88,692.888,3.14159,0,0,1,0,900,100,1), - (49099,176807,1,6777.95,-5056.11,722.833,3.14159,0,0,1,0,900,100,1), - (49100,176808,1,6781.98,-5156.25,732.297,3.14159,0,0,1,0,900,100,1), - (49101,179125,1,6783.92,-4677.42,723.884,-2.89725,0,0,0.992546,-0.121869,900,100,1), - (49102,175811,1,6704.02,-4707.17,721.478,0.60204,0.003768,-0.013585,0.296459,0.954941,900,100,1), - (49103,176586,1,5235.97,-4352.01,901.981,2.32129,0,0,0.91706,0.398748,300,100,1), - (49104,176586,1,6294.66,-3356.88,727.518,0.261799,0,0,0.130526,0.991445,300,100,1), - (49105,176586,1,6113.66,-5209.13,885.365,2.74017,0,0,0.979925,0.199366,300,100,1), - (49106,176586,1,5946.64,-4288.95,793.852,0.785398,0,0,0.382683,0.92388,300,100,1), - (49107,176586,1,6398.49,-2862.23,604.22,-2.72271,0,0,-0.978147,0.207914,300,100,1), - (49108,176586,1,6852.85,-3761.42,743.023,2.30383,0,0,0.913544,0.406739,300,100,1), - (49109,176586,1,6396.66,-4156.79,704.298,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (49110,176586,1,6514.17,-4445.21,722.673,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (49111,176586,1,7103.62,-5173.73,760.248,-2.32129,0,0,-0.91706,0.398748,300,100,1), - (49112,176586,1,7727.69,-3802.47,724.59,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (49113,176586,1,7359.92,-4831.48,712.817,0.226893,0,0,0.113203,0.993572,300,100,1), - (49114,176586,1,6885.28,-3090.72,641.857,2.58309,0,0,0.961262,0.275636,300,100,1), - (49115,176588,1,5356.97,-5075.92,913.133,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (49116,176588,1,7563.06,-5089.49,758.552,1.29154,0,0,0.601814,0.798637,300,100,1), - (49117,176588,1,6176.92,-4441.84,662.53,-2.79253,0,0,-0.984808,0.173647,300,100,1), - (49118,176588,1,7081.68,-4991.65,718.435,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (49119,176588,1,6924.8,-3373.19,754.183,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (49120,176588,1,7648.18,-4111.49,741.152,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (49121,176588,1,6747.93,-4918.34,771.269,0.20944,0,0,0.104529,0.994522,300,100,1), - (49122,176588,1,5107.16,-4919.52,868.767,1.55334,0,0,0.700908,0.713252,300,100,1), - (49123,176588,1,5269.84,-4882.82,692.538,0.610865,0,0,0.300706,0.953717,300,100,1), - (49124,176588,1,5352.18,-4851.42,815.145,2.49582,0,0,0.948324,0.317305,300,100,1), - (49125,176588,1,6168.49,-4340.89,747.002,-0.942478,0,0,-0.453991,0.891006,300,100,1), - (49126,176588,1,6409.91,-2754.9,576.526,0.837758,0,0,0.406737,0.913545,300,100,1), - (49127,176588,1,6431.63,-4229.8,668.236,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (49128,176588,1,7920.34,-4474.76,707.338,1.74533,0,0,0.766045,0.642787,300,100,1), - (49129,176588,1,6300.39,-4215.52,722.456,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (49130,176588,1,8186,-3821.11,700.152,-2.79253,0,0,-0.984808,0.173647,300,100,1), - (49131,176588,1,6269.67,-2525.9,564.303,1.97222,0,0,0.833885,0.551938,300,100,1), - (49132,176588,1,6520.99,-3388.28,595.719,-1.36136,0,0,-0.629322,0.777145,300,100,1), - (49133,176588,1,6478.81,-3234.72,571.598,1.74533,0,0,0.766045,0.642787,300,100,1), - (49134,176588,1,6482.23,-3249.28,571.912,1.51844,0,0,0.688356,0.725373,300,100,1), - (49135,176588,1,7375.05,-4576.9,595.875,0.05236,0,0,0.026177,0.999657,300,100,1), - (49136,176588,1,5945.41,-5034.55,810.005,1.97222,0,0,0.833885,0.551938,300,100,1), - (49137,176588,1,7414.26,-4695.29,630.818,1.78024,0,0,0.777147,0.629319,300,100,1), - (49138,176588,1,7242.53,-5166.85,758.353,2.46091,0,0,0.942641,0.333809,300,100,1), - (49139,176589,1,6624.31,-4034.23,658.501,-0.069813,0,0,-0.0348994,0.999391,3600,100,1), - (49140,175324,1,5268.94,-4996.19,850.084,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (49141,175324,1,5108.38,-4886.49,866.567,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (49142,175324,1,5391.82,-4897.21,838.205,1.39626,0,0,0.642788,0.766044,180,100,1), - (49143,175324,1,5182.09,-4784.35,694.452,2.98451,0,0,0.996917,0.078459,180,100,1), - (49144,175324,1,5391.46,-4461.89,847.264,0.191986,0,0,0.095846,0.995396,180,100,1), - (49145,175324,1,5440.57,-4606.38,801.418,1.09956,0,0,0.522499,0.85264,180,100,1), - (49146,175324,1,5344.03,-4458.46,833.399,0.802851,0,0,0.390731,0.920505,180,100,1), - (49147,175324,1,5110.87,-4813.28,853.422,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (49148,175324,1,5149.33,-4850.02,854.172,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (49149,175324,1,5245.25,-4568.61,827.395,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (49150,175324,1,5343.5,-4682.25,692.467,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (49151,175324,1,5275.67,-4630.9,702,0.244346,0,0,0.121869,0.992546,180,100,1), - (49152,175324,1,5258.66,-4488.03,837.473,2.04204,0,0,0.85264,0.522499,180,100,1), - (49153,175324,1,5301.18,-4774.14,697.018,2.42601,0,0,0.936672,0.350207,180,100,1), - (49154,175324,1,5366.03,-4609.32,696.676,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (49155,175324,1,5285.98,-4838.42,693.872,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (49156,175324,1,5350.95,-4884.03,812.81,0.436332,0,0,0.21644,0.976296,180,100,1), - (49157,175324,1,5308.98,-4914.46,698.147,2.04204,0,0,0.85264,0.522499,180,100,1), - (49158,175324,1,5305.28,-4879,698.667,1.74533,0,0,0.766044,0.642788,180,100,1), - (49159,175586,1,5661.34,-4679.21,775.067,1.45735,-0.148053,-0.12066,0.654865,0.731214,2,100,1), - (49160,175587,1,5703.49,-4504.99,762.929,0.392698,0,0,0.19509,0.980785,2,100,1), - (49161,177131,1,6500.37,-2444.44,574.968,3.14159,0,0,1,0,900,100,1), - (49162,177132,1,6500.39,-2444.46,574.35,3.14159,0,0,1,0,900,100,1), - (49163,177133,1,6500.39,-2444.41,573.692,3.14159,0,0,1,0,900,100,1), - (49164,177134,1,6500.38,-2444.44,574.966,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (49165,177135,1,6500.4,-2444.47,574.35,-1.5708,0,0,-0.707107,0.707107,900,100,1), - (49166,177136,1,6674.08,-3655.81,696.485,3.14159,0,0,1,0,900,100,1), - (49167,177137,1,6674.1,-3655.84,695.882,3.14159,0,0,1,0,900,100,1), - (49168,177138,1,6674.08,-3655.81,696.483,1.5708,0,0,0.707107,0.707107,900,100,1), - (49169,177139,1,6915.43,-4129.61,694.543,-1.07338,0,0,-0.511293,0.859406,900,100,1), - (49170,177140,1,6915.42,-4129.64,693.94,-1.07338,0,0,-0.511293,0.859406,900,100,1), - (49171,177141,1,6915.44,-4129.6,694.541,0.497418,0,0,0.246153,0.969231,900,100,1), - (49172,177142,1,6915.43,-4129.63,693.938,0.497418,0,0,0.246153,0.969231,900,100,1), - (49173,177143,1,6915.46,-4129.6,693.267,0.497418,0,0,0.246153,0.969231,900,100,1), - (49174,177144,1,6915.42,-4129.61,694.54,2.06821,0,0,0.859406,0.511293,900,100,1), - (49175,2040,1,6424.74,-3189.21,586.443,-2.79253,0,0,-0.984808,0.173647,300,100,1), - (49176,2040,1,6841.2,-3706.99,735.866,-1.91986,0,0,-0.819151,0.573577,300,100,1), - (49177,2040,1,6435.06,-2795.48,571.563,2.42601,0,0,0.936673,0.350206,300,100,1), - (49178,177145,1,6915.41,-4129.63,693.938,2.06821,0,0,0.859406,0.511293,900,100,1), - (49179,177146,1,7167.97,-4150.65,706.979,1.58825,0,0,0.71325,0.700909,900,100,1), - (49180,177147,1,7167.95,-4150.67,706.367,1.58825,0,0,0.71325,0.700909,900,100,1), - (49181,177148,1,7167.99,-4150.65,706.98,-1.55334,0,0,-0.700909,0.71325,900,100,1), - (49182,177404,1,5514.49,-4917.57,845.538,2.3911,0,0,0.930418,0.366501,900,100,1), - (49183,177149,1,7167.99,-4150.65,706.98,0.017454,0,0,0.008727,0.999962,900,100,1), - (49184,177150,1,6652.97,-4557.89,717.693,3.05433,0,0,0.999048,0.04362,900,100,1), - (49185,177151,1,6652.98,-4557.87,717.693,-0.087266,0,0,-0.043619,0.999048,900,100,1), - (49186,2047,1,6435.39,-3499.3,648.11,0.15708,0,0,0.0784593,0.996917,300,100,1), - (49187,2047,1,7200.86,-5050.07,743.897,0.087266,0,0,0.0436192,0.999048,300,100,1), - (49188,2047,1,6654.32,-5345.31,771.254,-0.383972,0,0,-0.190809,0.981627,300,100,1), - (49189,177122,1,7637.18,-2227.68,463.224,-1.69297,0,0,-0.748956,0.66262,900,100,1), - (49190,177124,1,7637.1,-2227.71,462.568,-0.122174,0,0,-0.061049,0.998135,900,100,1), - (49191,177125,1,7637.14,-2227.65,463.182,-0.122174,0,0,-0.061049,0.998135,900,100,1), - (49192,177118,1,7612.83,-2293.33,457.125,-0.671953,0,0,-0.329691,0.944089,900,100,1), - (49193,177120,1,7612.75,-2293.33,457.793,0.898844,0,0,0.434445,0.900698,900,100,1), - (49194,177121,1,7637.17,-2227.66,462.563,-1.69297,0,0,-0.748956,0.66262,900,100,1), - (49195,177116,1,7612.76,-2293.37,457.737,2.46964,0,0,0.944089,0.329691,900,100,1), - (49196,177273,1,7793.49,-2446.94,486.7,3.11541,0,0,0.999914,0.01309,900,100,1), - (49197,177117,1,7612.83,-2293.32,457.791,-0.671953,0,0,-0.329691,0.944089,900,100,1), - (49198,177127,1,7811.78,-2309.92,455.63,-2.08567,0,0,-0.863836,0.503774,900,100,1), - (49199,177128,1,7811.72,-2309.84,455.566,1.05592,0,0,0.503774,0.863836,900,100,1), - (49200,177130,1,7811.76,-2309.91,454.406,1.05592,0,0,0.503774,0.863836,900,100,1), - (49201,177126,1,7811.76,-2309.9,454.961,1.05592,0,0,0.503774,0.863836,900,100,1), - (49202,177119,1,7612.75,-2293.34,457.126,0.898844,0,0,0.434445,0.900698,900,100,1), - (49203,177129,1,7811.76,-2309.84,455.625,-0.514872,0,0,-0.254602,0.967046,900,100,1), - (49204,177123,1,7637.11,-2227.73,463.229,3.01942,0,0,0.998135,0.061049,900,100,1), - (49205,177278,1,7984.11,-2504.02,486.661,2.53073,0,0,0.953717,0.300706,900,100,1), - (49206,177280,1,7853.31,-2593.1,485.923,0.226893,0,0,0.113203,0.993572,900,100,1), - (49207,177280,1,7790.75,-2446.62,486.522,1.20428,0,0,0.566406,0.824126,900,100,1), - (49208,177785,1,7634.21,-2634.78,396.328,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (49209,178984,1,7634.21,-2634.78,396.328,-0.802851,0,0,0.390731,-0.920505,900,100,1), - (49210,177785,1,7745.94,-2604.55,387.028,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (49211,178984,1,7745.94,-2604.55,387.028,-0.20944,0,0,0.104528,-0.994522,900,100,1), - (49212,177785,1,7775.02,-2641.81,405.522,3.03687,0,0,0.99863,0.052336,180,100,1), - (49213,178984,1,7775.02,-2641.81,405.522,3.03687,0,0,0.99863,0.052336,900,100,1), - (49214,177785,1,7718.84,-2631.14,411.323,1.37881,0,0,0.636078,0.771625,180,100,1), - (49215,178984,1,7718.84,-2631.14,411.323,1.37881,0,0,0.636078,0.771625,900,100,1), - (49216,177524,1,7675.39,-2659.36,406.346,1.01229,0,0,0.48481,0.87462,900,100,1), - (49217,177524,1,7697.36,-2569.16,400.31,-0.767945,0,0,0.374607,-0.927184,900,100,1), - (49223,185493,1,7457.92,-3122.74,437.772,0.226893,0,0,0.113203,0.993572,900,100,1), - (49225,185493,1,7459.25,-3121.18,437.642,-2.11185,0,0,0.870356,-0.492423,900,100,1), - (49226,185493,1,7460.14,-3124.89,437.761,0.488692,0,0,0.241922,0.970296,900,100,1), - (49255,185493,1,7461.55,-3123.44,437.646,0.034907,0,0,0.017452,0.999848,900,100,1), - (49271,180480,1,-6246.37,29.44,10.0937,-1.90661,0.044385,0.040612,-0.813599,0.578305,900,100,1), - (49272,2061,1,-7568.23,771.082,-18.2331,3.14159,0,0,1,0,900,100,1), - (49273,2061,1,-6850.66,765.725,42.3866,-2.57436,0,0,0.96005,-0.279829,900,100,1), - (49274,2061,1,-7178.94,1384.41,2.91942,3.14159,0,0,1,0,900,100,1), - (49275,2061,1,-8020.06,1112.56,2.73793,-0.28798,0.049354,0.006055,-0.143937,0.988337,900,100,1), - (49276,2066,1,-6756.5,1596.81,6.67234,2.21657,0,0,0.894934,0.446198,900,100,1), - (49277,2066,1,-6986.95,1212.81,9.09485,1.06465,0,0,0.507538,0.861629,900,100,1), - (49278,2066,1,-7037.04,1149.42,6.29843,1.7017,0,0,0.75184,0.659346,900,100,1), - (49279,2066,1,-6796.55,1661.36,5.86417,3.13287,0,0,0.99999,0.004363,900,100,1), - (49280,2066,1,-6386.38,-310.63,-1.99362,0.253073,0,0,0.126199,0.992005,900,100,1), - (49281,2066,1,-7553.39,764.236,-18.5111,3.12414,0,0,0.999962,0.008727,900,100,1), - (49282,2066,1,-6348.64,154.418,5.83256,2.86234,0,0,0.990268,0.139173,900,100,1), - (49283,2066,1,-6990.71,1122.79,8.93809,-0.855211,0,0,-0.414693,0.909961,900,100,1), - (49284,2066,1,-6446.86,209.125,4.05612,1.18682,0,0,0.559193,0.829038,900,100,1), - (49285,180501,1,-6140.71,1819.92,39.5031,1.65806,0,0,0.737277,0.67559,300,100,1), - (49286,180501,1,-6201.68,1581.94,19.4004,1.22173,0,0,0.573576,0.819152,300,100,1), - (49287,180501,1,-6295.14,1770.46,3.08768,-2.00713,0,0,0.843391,-0.5373,300,100,1), - (49288,180501,1,-6264.88,1611.38,4.17541,1.98968,0,0,0.838671,0.544639,300,100,1), - (49289,180501,1,-6393.28,1762.54,13.0218,0.558505,0,0,0.275637,0.961262,300,100,1), - (49290,180501,1,-6198.25,1778.85,17.5402,-2.47837,0,0,0.945519,-0.325568,300,100,1), - (49291,180501,1,-6209.36,1789.92,19.2903,1.71042,0,0,0.75471,0.656059,300,100,1), - (49292,180501,1,-6183.65,1697.85,14.5047,1.23918,0,0,0.580703,0.814116,300,100,1), - (49293,180501,1,-6318.64,1700.38,4.29943,3.00197,0,0,0.997564,0.069757,300,100,1), - (49294,180501,1,-6231.62,1687.5,7.06501,0.436332,0,0,0.21644,0.976296,300,100,1), - (49295,180501,1,-6276.29,1702.12,3.87638,0.174533,0,0,0.087156,0.996195,300,100,1), - (49296,180501,1,-6183.27,1847.86,38.9334,-2.63545,0,0,0.968148,-0.25038,300,100,1), - (49297,180501,1,-6378.29,1805.97,2.97902,1.44862,0,0,0.66262,0.748956,300,100,1), - (49298,180502,1,-7960,1824.93,4.11511,0,0,0,0,1,900,100,1), - (49299,180502,1,-7931.53,1891.82,6.43345,0,0,0,0,1,900,100,1), - (49300,180502,1,-7934.66,1877.42,6.81374,0,0,0,0,1,900,100,1), - (49301,180502,1,-6998.96,1226.66,10.0931,0,0,0,0,1,900,100,1), - (49302,180502,1,-7005.31,1158.44,11.6459,0,0,0,0,1,900,100,1), - (49303,180502,1,-6749.14,1647.16,8.87061,0,0,0,0,1,900,100,1), - (49304,180502,1,-6717.21,1677.15,9.33745,0,0,0,0,1,900,100,1), - (49305,180502,1,-6669.6,1564.38,9.23885,0,0,0,0,1,900,100,1), - (49306,180502,1,-7842.95,1902.33,6.26722,0,0,0,0,1,900,100,1), - (49307,180502,1,-6794.59,1686.1,8.26884,0,0,0,0,1,900,100,1), - (49308,180502,1,-6944.2,1180.51,11.3674,0,0,0,0,1,900,100,1), - (49309,180502,1,-7037.55,1203.68,7.13502,0,0,0,0,1,900,100,1), - (49310,180503,1,-7010.91,1215.83,8.90081,2.75762,0,0,0.981627,0.190809,180,100,1), - (49311,180518,1,-7842.69,1902.4,5.72886,0.837758,0,0,0.406737,0.913545,900,100,1), - (55049,181355,0,1631.83,246.979,62.5915,5.75338,0,0,0,0,180,100,1), - (55061,181392,1,4362.94,226.328,56.8875,3.91559,0,0,0.926046,-0.377411,180,100,1), - (49314,180529,1,-6944.11,1180.51,10.766,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (49315,180788,1,-8116.83,1582.42,12.4188,2.25148,0,0,0.902585,0.430511,900,100,1), - (49316,180534,1,-6998.96,1226.66,9.16291,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (49317,180539,1,-7005.53,1158.18,10.9306,-1.27409,0,0,0.594823,-0.803857,900,100,1), - (49318,142142,1,-6748.26,1252.42,5.5192,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (49319,142142,1,-7750.89,950.673,-0.100626,2.46091,0,0,0.942641,0.333809,300,100,1), - (49320,142142,1,-6852.07,19.1105,5.19067,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (49321,180544,1,-7037.58,1203.61,6.5139,1.15192,0,0,0.544639,0.838671,900,100,1), - (49322,324,1,-7851.56,207.997,12.9926,0.226893,0,0,0.113203,0.993572,300,100,1), - (49323,324,1,-6484.37,1534.94,18.1788,1.39626,0,0,0.642786,0.766046,300,100,1), - (49324,324,1,-6425.44,1448.17,-1.46714,0.331613,0,0,0.165048,0.986286,300,100,1), - (49325,324,1,-6453.39,506.931,0.376089,2.04204,0,0,0.852641,0.522496,300,100,1), - (49326,324,1,-7608.42,1251.54,-1.78993,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (49327,324,1,-8065.33,1130.68,20.2217,1.39626,0,0,0.642786,0.766046,300,100,1), - (49328,324,1,-7725.71,1852.76,22.6919,-0.034907,0,0,-0.0174526,0.999848,300,100,1), - (49329,324,1,-6890.71,198.715,-1.48214,1.27409,0,0,0.594823,0.803857,300,100,1), - (49330,324,1,-6927.77,1375.2,0.115259,0.523599,0,0,0.258819,0.965926,300,100,1), - (49331,324,1,-7769.69,998.732,-2.36412,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (49332,180549,1,-6669.6,1564.43,8.63283,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (49333,180554,1,-6716.85,1677.28,8.42865,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (49334,180559,1,-6749.07,1647.14,8.07055,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (49335,180564,1,-6794.58,1686.04,7.67232,1.15192,0,0,0.544639,0.838671,900,100,1), - (49336,181598,1,-6999.92,823.196,13.1457,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (49337,181598,1,-7851.41,1617.03,3.51614,3.07178,0,0,0.999391,0.034899,180,100,1), - (49338,181598,1,-7849.86,1811.71,1.97516,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (49339,181598,1,-7478.8,1447.77,6.12544,2.68781,0,0,0.97437,0.224951,180,100,1), - (49340,181598,1,-6477.6,1146.2,2.60009,1.95477,0,0,0.829038,0.559193,180,100,1), - (49341,181598,1,-7757.84,1258.98,-2.27307,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (49342,181598,1,-7822.73,1879.87,5.44712,3.12414,0,0,0.999962,0.008727,180,100,1), - (49343,181598,1,-7135.93,780.037,7.27633,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (49344,181598,1,-7836.4,1182.2,-1.61276,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (49345,181598,1,-6653.26,1280.47,4.89185,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (49346,181598,1,-7935.15,836.743,-1.24116,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (49347,181598,1,-6849.17,1282.89,-0.140266,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (49348,181598,1,-7323.53,473.756,9.38878,0.610865,0,0,0.300706,0.953717,180,100,1), - (49349,181598,1,-7604.34,307.644,5.16781,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (49350,181598,1,-7421.76,426.214,0.29064,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (49351,181598,1,-7118.89,514.718,5.04252,0.383972,0,0,0.190809,0.981627,180,100,1), - (49352,181603,1,-7142.01,1397.95,4.33425,-0.925024,0,0,0.446198,-0.894934,900,100,1), - (49353,180583,1,-6230.4,1548.1,15.1153,1.20428,0,0,0.566406,0.824126,900,100,1), - (49354,180583,1,-6327.62,1616.49,23.1831,0.994838,0,0,0.477159,0.878817,900,100,1), - (49355,180583,1,-6140.71,1819.92,39.5031,1.65806,0,0,0.737277,0.67559,900,100,1), - (49356,180583,1,-6134.29,1789.29,33.9167,1.74533,0,0,0.766044,0.642788,900,100,1), - (49357,180583,1,-6201.68,1581.94,19.4004,1.22173,0,0,0.573576,0.819152,900,100,1), - (49358,180583,1,-6295.14,1770.46,3.08768,-2.00713,0,0,0.843391,-0.5373,900,100,1), - (49359,180583,1,-6264.88,1611.38,4.17541,1.98968,0,0,0.838671,0.544639,900,100,1), - (49360,180583,1,-6393.28,1762.54,13.0218,0.558505,0,0,0.275637,0.961262,900,100,1), - (49361,180583,1,-6196.44,1815.9,21.6988,-1.51844,0,0,0.688354,-0.725374,900,100,1), - (49362,180583,1,-6198.25,1778.85,17.5402,-2.47837,0,0,0.945519,-0.325568,900,100,1), - (49363,180583,1,-6209.36,1789.92,19.2903,1.71042,0,0,0.75471,0.656059,900,100,1), - (49364,180583,1,-6151.03,1747.77,28.9163,-1.91986,0,0,0.819152,-0.573576,900,100,1), - (49365,180583,1,-6183.65,1697.85,14.5047,1.23918,0,0,0.580703,0.814116,900,100,1), - (49366,180583,1,-6318.64,1700.38,4.29943,3.00197,0,0,0.997564,0.069757,900,100,1), - (49367,180583,1,-6231.62,1687.5,7.06501,0.436332,0,0,0.21644,0.976296,900,100,1), - (49368,180583,1,-6276.29,1702.12,3.87638,0.174533,0,0,0.087156,0.996195,900,100,1), - (49369,180583,1,-6183.27,1847.86,38.9334,-2.63545,0,0,0.968148,-0.25038,900,100,1), - (49370,180583,1,-6378.29,1805.97,2.97902,1.44862,0,0,0.66262,0.748956,900,100,1), - (49371,180583,1,-6471.72,1850.61,3.59942,0.645772,0,0,0.317305,0.948324,900,100,1), - (49372,179565,1,-7244.06,335.095,46.3382,-0.767945,0,0,0.374607,-0.927184,2,100,1), - (49373,181617,1,-7588.78,756.778,-16.4095,2.37365,0,0,0.927184,0.374607,900,100,1), - (49374,181618,1,-7141.96,1397.97,4.34255,-2.1293,0,0,0.87462,-0.48481,900,100,1), - (49375,181619,1,-7588.6,756.806,-16.4185,-2.1293,0,0,0.87462,-0.48481,900,100,1), - (49376,178553,1,-7179.28,435.092,64.374,-1.22173,0,0,0.573576,-0.819152,2,100,1), - (49377,181633,1,-7553.39,764.236,-18.5111,3.12414,0,0,0.999962,0.008727,900,100,1), - (49378,177281,1,-6832.96,832.052,48.5853,-0.663225,0,0,-0.325568,0.945519,900,100,1), - (49379,181634,1,-7568.23,771.082,-18.2331,3.14159,0,0,1,0,900,100,1), - (49380,180866,1,-6792.99,816.434,55.7469,-1.71042,0,0,0.75471,-0.656059,900,100,1), - (49381,181635,1,-7178.94,1384.41,2.91942,3.14159,0,0,1,0,900,100,1), - (49382,179344,1,-6386.38,-310.63,-1.99362,0.253073,0,0,0.126199,0.992005,900,100,1), - (49389,180633,1,-8028.91,1538.62,2.6094,-0.139626,0,0,0.069756,-0.997564,2,100,1), - (49390,180898,1,-8138.68,1525.46,17.3969,-0.017454,0,0,-0.008727,0.999962,900,100,0), - (49391,180899,1,-8140.18,1525.19,17.4548,-0.043633,0,0,-0.021815,0.999762,900,100,0), - (49392,180904,1,-8138.58,1525.42,17.2999,-0.023624,0,0,-0.011812,0.99993,900,100,0), - (49393,180913,1,-6865.66,754.037,42.6567,-2.88852,0,0,0.992005,-0.126199,900,100,1), - (49394,180914,1,-6859.37,749.026,42.5261,0.253073,0,0,0.126199,0.992005,900,100,1), - (49395,180915,1,-6850.66,765.725,42.3866,-2.57436,0,0,0.96005,-0.279829,900,100,1), - (49396,180417,1,-8020.06,1112.56,2.73793,-0.28798,0.049354,0.006055,-0.143937,0.988337,900,100,1), - (49397,176583,1,-7631.55,562.08,-51.4681,0.20944,0,0,0.104529,0.994522,300,100,1), - (49398,176583,1,-7209.2,407.941,25.052,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (49399,176583,1,-6539.54,1413.72,3.62275,0.855211,0,0,0.414693,0.909961,300,100,1), - (49400,176583,1,-6672.97,596.309,6.83641,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (49401,176584,1,-6640.85,723.98,6.04015,-0.628319,0,0,-0.309016,0.951057,300,100,1), - (49402,176584,1,-7441.34,355.08,3.75912,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (49403,176584,1,-7320.77,509.581,7.11041,0.680678,0,0,0.333807,0.942642,300,100,1), - (49404,176584,1,-7079.04,1473.01,6.3944,2.19912,0,0,0.891008,0.453988,300,100,1), - (49405,176584,1,-7880.61,1711.77,-1.10263,3.03687,0,0,0.998629,0.0523374,300,100,1), - (49406,176586,1,-6548.1,1670.95,36.442,0.610865,0,0,0.300706,0.953717,300,100,1), - (49407,176586,1,-7273.3,1926.67,29.2987,2.82743,0,0,0.987688,0.156436,300,100,1), - (49408,176586,1,-7773.36,1961.74,28.5963,2.60054,0,0,0.96363,0.267239,300,100,1), - (49409,176586,1,-6215.69,381.553,49.5212,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (49410,176586,1,-7243.38,284.821,62.2647,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (49411,176586,1,-7993.95,247.323,20.0297,0.017453,0,0,0.00872639,0.999962,300,100,1), - (49412,176589,1,-6501.72,1818.61,3.57448,-0.785398,0,0,-0.382683,0.92388,3600,100,1), - (49413,175356,329,3782.58,-3590.48,143.987,1.94604,0,0,0.82659,0.562805,180,100,1), - (49414,180435,1,-8080.96,985.235,48.2963,0.907571,0,0,0.438371,0.898794,2,100,1), - (49415,180436,1,-6230.4,1548.1,15.1153,1.20428,0,0,0.566406,0.824126,180,100,1), - (49416,180436,1,-6327.62,1616.49,23.1831,0.994838,0,0,0.477159,0.878817,180,100,1), - (49417,180436,1,-6134.29,1789.29,33.9167,1.74533,0,0,0.766044,0.642788,180,100,1), - (49418,180436,1,-6196.44,1815.9,21.6988,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (49419,180436,1,-6151.03,1747.77,28.9163,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (49420,180436,1,-6471.72,1850.61,3.59942,0.645772,0,0,0.317305,0.948324,180,100,1), - (49421,180438,1,-6796.55,1661.36,5.86417,3.13287,0,0,0.99999,0.004363,900,100,1), - (49422,180439,1,-6756.5,1596.81,6.67234,2.21657,0,0,0.894934,0.446198,900,100,1), - (49423,180440,1,-6986.95,1212.81,9.09485,1.06465,0,0,0.507538,0.861629,900,100,1), - (49424,180441,1,-6990.71,1122.79,8.93809,-0.855211,0,0,-0.414693,0.909961,900,100,1), - (49425,180442,1,-7037.04,1149.42,6.29843,1.7017,0,0,0.75184,0.659346,900,100,1), - (49426,180443,1,-6446.86,209.125,4.05612,1.18682,0,0,0.559193,0.829038,900,100,1), - (49427,180444,1,-6348.64,154.418,5.83256,2.86234,0,0,0.990268,0.139173,900,100,1), - (49428,180448,1,-6847.41,748.786,42.5384,0.610865,0,0,0.300706,0.953717,2,100,1), - (49429,180451,1,-6840.3,734.942,42.1887,1.27409,0,0,0.594823,0.803857,900,100,1), - (49430,180453,1,-8323.09,726.438,-68.781,0.802851,0,0,0.390731,0.920505,900,100,1), - (49431,180454,1,-6579.91,765.67,-49.3908,2.42601,0,0,0.936672,0.350207,900,100,1), - (49432,180455,1,-7410.13,1239.35,-80.2098,-0.087267,0,0,0.04362,-0.999048,900,100,1), - (49433,180456,1,-7959.77,1824.89,3.53474,2.49582,0,0,0.948324,0.317305,900,100,1), - (49435,177388,1,-8290.17,564.736,-84.2301,2.6529,0,0,0.970296,0.241922,2700,100,1), - (49436,177388,1,-6636.41,945.352,-52.6581,0.069813,0,0,0.034899,0.999391,2700,100,1), - (49437,177388,1,-8346.8,690.752,-70.9637,-0.314159,0,0,0.156434,-0.987688,2700,100,1), - (49438,177388,1,-7574.74,1924.99,-59.4103,-1.27409,0,0,0.594823,-0.803857,2700,100,1), - (49439,177388,1,-6586.51,1060.81,-39.6422,-2.53073,0,0,0.953717,-0.300706,2700,100,1), - (49440,177388,1,-6325.73,999.277,-31.9301,1.85005,0,0,0.798636,0.601815,2700,100,1), - (49441,177388,1,-7272.44,1700.95,-62.5224,-2.80998,0,0,0.986286,-0.165048,2700,100,1), - (49442,177388,1,-7582,1586.19,-67.023,3.01942,0,0,0.998135,0.061049,2700,100,1), - (49443,177388,1,-8126.34,784.782,-79.5988,-2.42601,0,0,0.936672,-0.350207,2700,100,1), - (49444,177388,1,-7480.34,1851.99,-53.8354,-0.069813,0,0,0.034899,-0.999391,2700,100,1), - (49445,177388,1,-7824.6,362.929,-66.6964,-1.97222,0,0,0.833886,-0.551937,2700,100,1), - (49446,177388,1,-6335.74,1185.27,-20.9147,-2.49582,0,0,0.948324,-0.317305,2700,100,1), - (49447,177388,1,-6325.71,956.071,5.64124,-2.23402,0,0,0.898794,-0.438371,2700,100,1), - (49448,177388,1,-7471.04,1287.15,-85.9731,-2.14675,0,0,0.878817,-0.477159,2700,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (47918,106325,1,2354.86,-2564.68,102.907,-1.15192,0,0,-0.544639,0.838671,900,900,100,1), + (47919,1621,1,2184.14,105.704,128.408,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (47920,1621,1,2969.16,-652.813,183.575,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (47921,1621,1,2951.55,-385.627,107.113,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (47922,1621,1,2330.45,-3540.44,46.882,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (47923,1621,1,3462.15,-388.731,138.997,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (47924,1621,1,1756.45,-2200.29,97.3291,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (47925,1621,1,2925.56,-2564.63,224.48,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (47926,1621,1,1742.64,-1247.11,145.985,2.21657,0,0,0.894935,0.446197,300,300,100,1), + (47927,1621,1,2007.82,-85.1341,114.968,-0.541052,0,0,-0.267238,0.96363,300,300,100,1), + (47928,106326,1,2335.38,-2580.27,102.907,-1.93731,0,0,-0.824126,0.566406,900,900,100,1), + (47929,1622,1,2368.99,-175.729,97.1835,2.32129,0,0,0.91706,0.398748,300,300,100,1), + (47930,1622,1,2322.27,-2893.05,143.599,0.488692,0,0,0.241922,0.970296,300,300,100,1), + (47931,1622,1,2381.54,-3624.82,47.4074,-2.21657,0,0,-0.894935,0.446197,300,300,100,1), + (47932,1622,1,2286.17,-585.97,117.328,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (47933,1622,1,1662.67,-1584.32,133.698,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (47934,1622,1,2596.9,-2138.99,194.331,-0.541052,0,0,-0.267238,0.96363,300,300,100,1), + (47935,1622,1,4242.56,885.907,-8.37192,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (47936,1622,1,1830.78,-2460.02,82.1986,-1.15192,0,0,-0.54464,0.83867,300,300,100,1), + (47937,1622,1,4020.98,584.064,34.1959,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (47938,1622,1,4068.27,767.957,5.82233,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (47939,1622,1,3469.56,402.485,0.028288,-2.67035,0,0,-0.972369,0.233447,300,300,100,1), + (47940,106327,1,2357.07,-2575.92,102.907,-1.15192,0,0,-0.544639,0.838671,900,900,100,1), + (47941,1623,1,2900.9,832.995,129.443,2.63545,0,0,0.968148,0.250379,300,300,100,1), + (47942,1623,1,2440.16,-2515.09,201.35,-3.08923,0,0,-0.999657,0.0261783,300,300,100,1), + (47943,1623,1,3048.61,-1017.87,217.139,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (47944,1623,1,1583.23,-3169.4,148.526,-3.07178,0,0,-0.999391,0.0348993,300,300,100,1), + (47945,1624,1,2769.78,628.216,93.3106,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (47946,1624,1,3148.13,-189.295,110.024,-2.09439,0,0,-0.866024,0.500002,300,300,100,1), + (47947,1624,1,2222.26,-763.702,106.482,-2.30383,0,0,-0.913544,0.406739,300,300,100,1), + (47948,1624,1,2044.28,-3400.71,92.2414,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (47949,1624,1,3380.83,613.615,5.51402,-1.0472,0,0,-0.500001,0.866025,300,300,100,1), + (47950,1624,1,2394.2,-305.235,98.3348,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (47951,1624,1,3296.87,-451.888,150.117,1.85005,0,0,0.798636,0.601815,300,300,100,1), + (47952,1624,1,2727.56,-2248.54,198.688,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (47953,1624,1,2583.45,-1983.67,146.993,-3.00197,0,0,-0.997564,0.0697546,300,300,100,1), + (47954,1624,1,1864.23,-2486.41,70.0121,-2.42601,0,0,-0.936673,0.350206,300,300,100,1), + (47955,1624,1,3378.6,-1651.11,168.239,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (47956,1624,1,2133.65,-688.814,103.906,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (47957,177244,1,3349.37,1013.64,3.19711,-2.46669,0,0,0.943602,-0.331081,900,900,100,1), + (47958,13405,1,2270.18,-1739.42,112.596,-2.92343,0,0,0.994056,-0.108867,900,900,100,1), + (47959,13406,1,2270.15,-1739.35,112.6,0.218166,0,0,0.108867,0.994056,900,900,100,1), + (47960,13407,1,2270.17,-1739.4,112.596,1.78896,0,0,0.779884,0.625924,900,900,100,1), + (47961,106335,1,2328.68,-2566.73,102.907,-1.93731,0,0,-0.824126,0.566406,900,900,100,1), + (47962,13408,1,2270.17,-1739.39,111.986,1.78896,0,0,0.779884,0.625924,900,900,100,1), + (47963,106336,1,2348.81,-2582.26,102.907,-0.820305,0,0,-0.398749,0.91706,900,900,100,1), + (47964,13409,1,1937.49,-2172,94.4651,3.14159,0,0,1,0,900,900,100,1), + (47965,13410,1,1937.48,-2171.9,94.4654,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (47966,126050,1,2352,-2509.57,103.222,-0.767945,0,0,-0.374606,0.927184,900,900,100,1), + (47967,13411,1,1937.5,-2171.93,94.4663,0,0,0,0,1,900,900,100,1), + (47968,126051,1,2349.61,-2507.05,103.222,-0.907571,0,0,-0.438371,0.898794,900,900,100,1), + (47969,13412,1,1937.5,-2171.93,93.8552,0,0,0,0,1,900,900,100,1), + (47970,176998,1,3011.2,-79.7769,99.8711,-2.66259,0,0,0.971457,-0.237217,900,900,100,1), + (47971,176999,1,3025.1,-174.24,102.979,-0.085618,0,0,-0.042796,0.999084,900,900,100,1), + (47972,3689,1,1865.96,-2635.36,57.6073,0.226893,0,0,0.113203,0.993572,7200,7200,100,1), + (47973,3689,1,1809.6,-2790.47,82.8923,-0.959931,0,0,0.461749,-0.887011,7200,7200,100,1), + (47974,175724,1,2771.48,-291.519,111.108,2.56563,0,0,0.95882,0.284015,900,900,100,1), + (47975,175726,1,2762.15,-308.972,121.352,1.88496,0,0,0.809017,0.587785,900,900,100,1), + (47976,3695,1,2751.67,687.588,104.479,-2.37365,0,0,0.927184,-0.374607,7200,7200,100,1), + (47977,3695,1,3179.82,-280.294,121.935,-1.01229,0,0,0.48481,-0.87462,7200,7200,100,1), + (47978,3695,1,2506.74,-3429.32,104.121,-2.44346,0,0,0.939693,-0.34202,7200,7200,100,1), + (47979,3695,1,3351.38,990.952,4.481,1.44862,0,0,0.66262,0.748956,7200,7200,100,1), + (47980,3695,1,3268.22,-601.467,161.684,-1.22173,0,0,0.573576,-0.819152,7200,7200,100,1), + (47981,3695,1,2471.38,-2152.43,202.284,2.23402,0,0,0.898794,0.438371,7200,7200,100,1), + (47982,18036,1,1908.14,-2643.02,83.6655,-0.767945,0,0,0.374607,-0.927184,15,15,100,1), + (47983,18036,1,1909.85,-2642.83,84.2239,0.174533,0,0,0.087156,0.996195,15,15,100,1), + (47984,18036,1,1896.83,-2641.82,83.8797,1.8326,0,0,0.793353,0.608761,15,15,100,1), + (47985,175353,329,3555.83,-3434.89,136.357,2.31256,0,0,0.915311,0.402747,180,180,100,1), + (47986,18036,1,1913.1,-2640.38,83.0862,-0.418879,0,0,0.207912,-0.978148,15,15,100,1), + (47987,18036,1,1898.27,-2642.36,83.8797,0.069813,0,0,0.034899,0.999391,15,15,100,1), + (47988,17783,1,3879.52,880.966,0.690234,-2.04204,0,0,0.85264,-0.522498,2,2,100,1), + (47989,177277,1,2904.11,-1400.23,206.96,3.14159,0,0,1,0,900,900,100,1), + (47990,177278,1,2904.41,-1398.96,206.901,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (47991,177278,1,2368.05,-1720.32,152.545,1.09956,0,0,0.522498,0.85264,900,900,100,1), + (47992,177278,1,1870.72,-1771.13,61.5062,0.994838,0,0,0.477159,0.878817,900,900,100,1), + (47993,20351,1,2805.8,-3005.47,157.071,-2.82743,0,0,0.987688,-0.156434,900,900,100,1), + (47994,20352,1,2805.86,-3005.34,157.059,3.14159,0,0,1,0,10,10,100,1), + (47995,17282,1,3866.55,-83.8646,6.67093,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (47996,17282,1,3692.97,-55.559,-1.29746,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (47997,17282,1,3769.16,-149.361,2.33554,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (47998,17282,1,3801.19,-165.122,1.00088,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (47999,17282,1,3797.38,-67.8559,4.67481,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (48000,17282,1,3729.87,-157.549,6.12507,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (48001,17282,1,3763.18,-68.0798,-0.755102,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (48002,17282,1,3837.68,-155.797,0.376835,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (48003,17284,1,3470.87,848.708,5.38822,3.14159,0,0,1,0,900,900,100,1), + (48004,3722,1,2371.71,-1190.5,89.1238,-1.7366,0,0,-0.763232,0.646125,900,900,100,1), + (48005,3723,1,3274.43,-589.458,157.637,0.506146,0,0,0.25038,0.968148,900,900,100,1), + (48006,178828,1,4075.15,814.207,2.121,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (48007,175756,1,2758.09,-308.752,121.365,1.13446,0,0,0.5373,0.843391,900,900,100,1), + (48008,175757,1,2750.78,-287.66,111.969,-1.01229,0,0,0.48481,-0.87462,900,900,100,1), + (48009,6286,1,3246.78,-3709.06,149.906,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (48010,6287,1,3242.24,-3736.8,149.752,2.99324,0,0,0.99725,0.074109,900,900,100,1), + (48011,6288,1,2489.38,-2146.48,200.484,3.14159,0,0,1,0,900,900,100,1), + (48012,6289,1,2456.86,-3413.34,100.858,3.14159,0,0,1,0,900,900,100,1), + (48013,6290,1,2437.12,-3408.23,99.6397,3.14159,0,0,1,0,900,900,100,1), + (48014,6291,1,2449.56,-3479.43,92.2099,3.14159,0,0,1,0,900,900,100,1), + (48015,6292,1,2434.27,-3478.44,92.34,3.14159,0,0,1,0,900,900,100,1), + (48016,3220,1,2306.32,-1427.84,86.8245,3.14159,-0.017452,0,0.999848,0,900,900,100,1), + (48017,176789,1,2371.39,657.631,153.145,2.69653,-0.003852,-0.017022,0.975194,0.220664,900,900,100,1), + (48018,19863,1,3230.68,233.375,10.2096,3.14159,0,0,1,0,900,900,100,1), + (48019,181913,1,2793.46,-2994.22,153.594,2.33874,0,0,0.920505,0.390731,900,900,100,1), + (48020,181916,1,2740.74,-2986.94,140.794,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (48021,181916,1,2766.35,-2984.25,146.828,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (48022,181916,1,2710.46,-3007.98,141.219,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (48023,181916,1,2764.24,-2914.53,146.788,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (48024,181916,1,2784.98,-2960.43,147.208,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (48025,181916,1,2768.88,-2943.1,143.501,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (48026,181916,1,2772.44,-3023.73,154.813,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (48027,181916,1,2790.69,-3030.88,158.207,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (48028,181916,1,2687.78,-2975.13,141.782,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (48029,181916,1,2699.01,-2958.23,140.519,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (48030,181916,1,2757.15,-2921.62,145.546,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (48031,181916,1,2711.03,-2927.82,140.275,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (48032,181916,1,2822.18,-2994.07,158.009,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (48033,181916,1,2814.72,-2963.26,155.928,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (48034,181916,1,2825.96,-3011.43,159.926,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (48035,18596,1,1791.6,-1234.65,149.664,3.14159,0,0,1,0,900,900,100,1), + (48036,19879,1,2482.02,-2141.87,201.552,-3.07178,0,0,0.999391,-0.034899,900,900,100,1), + (48037,178864,1,2332.56,-2545.97,101.627,-2.34747,0,0,0.922201,-0.386711,900,900,100,1), + (48038,181681,1,2793.46,-2994.22,153.594,2.33874,0,0,0.920505,0.390731,2,2,100,1), + (48039,175284,1,3027.77,-3299.18,155.13,0.081623,0,0,0.0408,0.999167,900,900,100,1), + (48040,175285,1,2952.08,-3216.08,169.205,-0.51668,0,0,-0.255476,0.966815,900,900,100,1), + (48041,175286,1,2912.38,-3270.78,160.035,-1.85878,0,0,-0.801254,0.598324,900,900,100,1), + (48042,181686,1,2326.93,-3442.23,99.2551,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (48043,181686,1,2359.19,-3086.81,124.368,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (48044,181686,1,2445.14,-3138.4,125.835,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (48045,181686,1,2668.58,-3358.48,120.03,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (48046,181686,1,2404.46,-3229.97,113.411,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (48047,181686,1,2343.2,-3172.04,118.336,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (48048,181686,1,2542.95,-3374.97,102.275,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (48049,181686,1,2458.62,-3452.61,95.3785,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (48050,181686,1,2417.05,-3491.19,92.2379,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (48051,181686,1,2463.75,-3423.16,100.562,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (48052,181686,1,2560.24,-3307.61,125.403,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (48053,181686,1,2471.21,-3183.81,119.55,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (48054,181686,1,2389.21,-3411.21,110.442,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (48055,181686,1,2402.91,-3127.16,125.248,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (48056,181686,1,2333.19,-3307.22,103.895,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (48057,181686,1,2325.87,-3311.5,103.27,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (48058,181686,1,2177.59,-3381.64,94.8656,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (48059,180663,1,2763.26,-493.28,102.761,0.244346,0,0,0.121869,0.992546,900,900,100,1), + (48060,180663,1,1970.66,-880.418,89.6561,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (48061,180663,1,2584.03,-341.135,102.761,-1.18682,0,0,0.559193,-0.829037,900,900,100,1), + (48062,180663,1,2109.73,-3206.77,91.4678,0.872665,0,0,0.422618,0.906308,900,900,100,1), + (48063,180663,1,2835.77,-549.966,102.761,-0.226893,0,0,0.113203,-0.993572,900,900,100,1), + (48064,180663,1,2038.68,-983.481,89.6561,-1.48353,0,0,0.67559,-0.737277,900,900,100,1), + (48065,180663,1,2921.18,-2609.78,210.215,-1.02974,0,0,0.492424,-0.870356,900,900,100,1), + (48066,180663,1,2654.1,-585.364,102.761,1.53589,0,0,0.694658,0.71934,900,900,100,1), + (48067,180663,1,2020.53,-1982.26,94.7607,-1.0472,0,0,0.5,-0.866025,900,900,100,1), + (48068,181687,1,2274.8,-3464.14,104.985,-1.01229,0,0,0.48481,-0.87462,300,300,100,1), + (48069,181687,1,2257.98,-3412.15,100.14,0.593412,0,0,0.292372,0.956305,300,300,100,1), + (48070,181687,1,2287.93,-3245.51,108.552,0.10472,0,0,0.052336,0.99863,300,300,100,1), + (48071,181687,1,2460.66,-3147.01,124.209,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (48072,181687,1,2484.91,-3316.05,115.076,-2.46091,0,0,0.942641,-0.333807,300,300,100,1), + (48073,181687,1,2316.64,-3215,111.817,2.40855,0,0,0.93358,0.358368,300,300,100,1), + (48074,181687,1,2554.45,-3392.81,103.466,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (48075,181687,1,2464.93,-3500.12,92.5606,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (48076,181687,1,2475.78,-3479.79,92.5531,-1.22173,0,0,0.573576,-0.819152,300,300,100,1), + (48077,181687,1,2411.95,-3495.13,92.485,1.18682,0,0,0.559193,0.829038,300,300,100,1), + (48078,181687,1,2514.54,-3298.02,120.083,-0.366519,0,0,0.182236,-0.983255,300,300,100,1), + (48079,181687,1,2511.9,-3168.57,130.356,-1.91986,0,0,0.819152,-0.573576,300,300,100,1), + (48080,181687,1,2357.74,-3438.98,110.416,2.61799,0,0,0.965926,0.258819,300,300,100,1), + (48081,181687,1,2494.26,-3364.92,110.413,-0.541052,0,0,0.267238,-0.96363,300,300,100,1), + (48082,181687,1,2221.07,-3321.84,97.6165,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (48083,181687,1,2235.63,-3395.21,92.8758,-2.47837,0,0,0.945519,-0.325568,300,300,100,1), + (48084,181687,1,2281.71,-3395.36,100.592,-1.53589,0,0,0.694658,-0.71934,300,300,100,1), + (48085,181690,1,1999.7,-2936.52,108.135,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (48086,181690,1,1940.81,-2961.87,100.084,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (48087,181690,1,1990.74,-3002.88,106.55,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (48088,181690,1,2065.97,-2958.48,112.389,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (48089,181690,1,1967.9,-3031.82,104.875,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (48090,181690,1,1941.6,-3089.76,104.611,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (48091,181690,1,2000.48,-3107.78,106.421,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (48092,181690,1,2074.9,-3153.93,101.419,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (48093,181690,1,2123.07,-3126.78,104.993,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (48094,181690,1,2024.87,-3161.16,101.018,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (48095,181690,1,1966.65,-3205.14,99.1257,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (48096,181690,1,1937.37,-3173.23,102.694,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (48097,181690,1,2114.57,-2918.56,114.529,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (48098,181690,1,2186.38,-2918.52,120.821,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (48099,181690,1,2106.5,-2970.95,111.002,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (48100,181690,1,2172.65,-3030.6,116.131,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (48101,181690,1,2106.15,-3034.83,109.937,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (48102,181690,1,2057.14,-3045.35,107.855,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (48103,181690,1,2001.98,-3062.33,107.034,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (48104,181690,1,2050.83,-3118.01,101.439,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (48105,177084,1,1928.38,-2327.36,92.3993,3.0805,0,0,0.999534,0.030539,900,900,100,1), + (48106,19901,1,2482.07,-2141.97,201.52,3.14159,0.065298,-0.056571,0.996254,0.003708,10,10,100,1), + (48107,176573,1,2694.21,-340.796,110.728,-1.25664,0,0,0.587785,-0.809017,900,900,100,1), + (48108,1731,1,2480.6,-324.883,115.091,0,0,0,0,1,300,300,100,1), + (48109,1731,1,3944.9,241.402,23.5239,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (48110,1731,1,2728.67,-879.718,160.605,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (48111,1731,1,3144.35,-610.987,170.903,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (48112,1731,1,2948.33,-697.115,189.46,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (48113,1731,1,2605.49,83.8325,99.1653,-1.0821,0,0,-0.515036,0.857168,300,300,100,1), + (48114,1731,1,2421.4,386.887,109.635,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (48115,1731,1,1491.57,-2026.44,117.112,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (48116,1731,1,3120.77,-354.15,137.784,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (48117,1732,1,2785.9,-1010.1,211.15,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (48118,1732,1,1996.82,-74.7859,127.016,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (48119,1732,1,2956.04,836.758,113.883,1.55334,0,0,0.700908,0.713252,300,300,100,1), + (48120,1732,1,4216.33,908.175,32.7775,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (48121,1732,1,1723.4,-1294.55,168.293,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (48122,1732,1,3471.35,-651.141,181.027,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (48123,1732,1,2618.98,-1431.62,180.995,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (48124,1732,1,3278.46,-654.683,159.349,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (48125,1732,1,4108.63,1381.43,-0.659214,-0.296706,0,0,-0.147809,0.989016,300,300,100,1), + (48126,1732,1,3085.91,-24.839,103.545,-0.034907,0,0,-0.0174526,0.999848,300,300,100,1), + (48127,1732,1,3061.82,525.02,-2.00903,-0.10472,0,0,-0.0523357,0.99863,300,300,100,1), + (48128,1732,1,1589.52,-2994.15,184.978,-2.37365,0,0,-0.927184,0.374606,300,300,100,1), + (48129,1732,1,2854.9,-2679.75,204.303,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (48130,1732,1,3530.72,-50.1927,22.5148,0.977384,0,0,0.469471,0.882948,300,300,100,1), + (48131,1732,1,2257.06,-2942.26,117.131,-2.93215,0,0,-0.994522,0.10453,300,300,100,1), + (48132,1734,1,2663.34,-2749.27,184.821,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (48133,1734,1,2480.12,-2480.06,183.31,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (48134,1735,1,3474.58,-1661.89,181.845,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (48135,1735,1,1413.4,-2426.8,137.08,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (48136,1735,1,3140.42,-1482.89,203.235,-0.575959,0,0,-0.284016,0.95882,300,300,100,1), + (48137,1735,1,2184.48,-1916.64,85.656,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (48138,1735,1,2014.93,-3308.33,108.054,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (48139,1735,1,1737.65,-3504.75,144.517,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (48140,1735,1,2183.41,-3042.31,122.952,-1.8326,0,0,-0.793355,0.60876,300,300,100,1), + (48141,31442,1,2388.25,-3407.94,110.647,3.14159,0,0,1,0,900,900,100,1), + (48142,31442,1,2260.67,-3451.34,104.874,3.14159,0,0,1,0,900,900,100,1), + (48143,18643,1,2208.02,-1421.51,90.8178,3.14159,0.00436,0.039259,0.99922,-0.000171,900,900,100,1), + (48144,18644,1,2218.27,-1537.09,88.9847,-3.14159,-0.021794,-0.043609,0.99881,-0.000952,900,900,100,1), + (48145,18645,1,2247.52,-1565.23,87.571,3.14159,-0.056691,0.008713,0.998354,0.000495,900,900,100,1), + (48146,20960,1,3262.54,-364.49,153.103,3.14159,0,0,1,0,900,900,100,1), + (48147,178144,1,3347.51,-706.088,167.383,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (48148,178144,1,3314.06,-675.867,163.483,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (48149,178144,1,3359.01,-684.061,161.112,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (48150,178144,1,3300.53,-702.682,161.363,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (48151,178144,1,3432.4,-636.018,166.991,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (48152,178144,1,3379.73,-656.311,162.859,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (48153,178144,1,3336.63,-693.937,162.41,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (48154,178144,1,3481.71,-617.877,183.44,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (48155,178144,1,3458.19,-661.234,178.35,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (48156,178144,1,3411.87,-650.551,175.705,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (48157,178144,1,3349.02,-633.107,178.184,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (48158,178144,1,3359.49,-599.624,181.772,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (48159,178144,1,3401.35,-604.594,182.974,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (48160,178144,1,3395.35,-629.416,179.277,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (48161,178144,1,3406.52,-588.55,188.184,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (48162,20961,1,3361.12,-479.11,154.218,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (48163,20962,1,2930.07,-109.979,96.9742,1.71042,0.025478,-0.010589,0.754572,0.655637,900,900,100,1), + (48164,178146,1,1938.05,-2339.55,92.7695,1.85005,0,0,0.798636,0.601815,900,900,100,1), + (48165,20963,1,3181.12,-269.173,120.559,3.14159,0.021802,0.034891,0.999153,-0.000761,900,900,100,1), + (48166,178147,1,3347.26,-694.841,159.843,1.55334,0,0,0.700909,0.71325,900,900,100,1), + (48167,20964,1,2943.09,-2821.35,214.134,-3.02815,0,0,0.998392,-0.056693,900,900,100,1), + (48168,175844,1,3428.87,-684.23,175.79,0.584685,0.025066,0.007544,0.288097,0.957243,900,900,100,1), + (48169,175845,1,3456.4,-658.21,178.38,0.584685,0.025066,0.007544,0.288097,0.957243,900,900,100,1), + (48170,175846,1,3416.6,-653.602,176.015,-1.75406,0.005015,-0.012854,-0.768732,0.639422,900,900,100,1), + (48171,175847,1,3378.09,-706.384,169.039,-1.74157,0.121808,-0.025566,-0.763746,0.633404,900,900,100,1), + (48172,175848,1,3353.88,-746.578,163.594,-2.7541,0.019117,0.050137,0.979626,-0.193529,900,900,100,1), + (48173,175849,1,3359.57,-742.809,163.996,-2.75684,-0.089587,0.005206,0.977962,-0.188513,900,900,100,1), + (48174,175850,1,3343.84,-629.726,178.893,-2.76077,-0.015503,-0.030555,0.981242,-0.189708,900,900,100,1), + (48175,20724,1,1813.94,-2657.88,52.9887,0.733038,0,0,0.358368,0.93358,900,900,100,1), + (48176,20725,1,1814.23,-2657.59,54.4145,0.750492,0,0,0.366501,0.930418,2,2,100,1), + (48177,51702,1,2546.37,-3393.64,104.434,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (48178,51703,1,2539.31,-3382.01,104.703,-0.453785,0,0,-0.224951,0.97437,900,900,100,1), + (48179,2041,1,2710.84,-2596,183.061,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (48180,2041,1,2279.49,-2866.66,132.498,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (48181,2041,1,2228.53,-2814.08,123.788,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (48182,2041,1,2367.22,-3630.9,38.5453,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (48183,2041,1,2144.38,-2088.34,98.7159,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (48184,2045,1,2480.47,-2347.46,134.289,-2.96706,0,0,-0.996195,0.0871556,300,300,100,1), + (48185,2045,1,4216.95,1396.37,-9.25754,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (48186,2045,1,3877.58,950.202,-6.18378,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (48187,2045,1,2303.81,-2812.27,123.216,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (48188,2045,1,3786.61,983.335,-5.52569,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (48189,2045,1,2775.87,-2732.12,191.541,-0.453786,0,0,-0.224951,0.97437,300,300,100,1), + (48190,2045,1,3911.83,889.685,-4.77806,2.79253,0,0,0.984808,0.173647,300,300,100,1), + (48191,2045,1,4333.89,866.904,-20.8352,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (48192,2045,1,1910.71,-1069.01,66.9827,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (48193,152324,1,4703.96,-5909.27,109.107,3.14159,0,0,1,0,180,180,100,1), + (48194,176904,1,2792.44,-4451.96,133.467,-2.13803,0,0,0.876727,-0.480989,180,180,100,1), + (48195,2061,1,4591.83,-5577.89,98.1334,-3.14159,0.034888,0.026161,0.999048,-0.000914,180,180,100,1), + (48196,2061,1,4687.8,-5392.43,112.125,3.14159,0,-0.056693,0.998392,0,180,180,100,1), + (48197,2061,1,4491.25,-6363.81,124.255,3.14159,0,0,1,0,180,180,100,1), + (48198,2061,1,3896.5,-5845.14,6.5354,-2.18166,-0.064342,0.000879,0.885971,-0.459255,180,180,100,1), + (48199,2061,1,2211.71,-6377.91,2.68068,3.14159,0,0,1,0,180,180,100,1), + (48200,2061,1,4311.79,-5731.2,101.761,3.03687,0.004586,0.004129,0.998612,0.052316,180,180,100,1), + (48201,2061,1,3586.01,-4382.09,110.553,3.14159,0,0,1,0,180,180,100,1), + (48202,2061,1,3617.23,-4411.15,112.804,3.14159,0.026105,-0.074083,0.996908,0.00194,180,180,100,1), + (48203,2061,1,3618.39,-4429.87,111.361,2.85361,0,0,0.989651,0.143493,180,180,100,1), + (48204,2061,1,3593.64,-4426.62,110.957,-3.14159,-0.021755,-0.074091,0.997013,-0.001617,180,180,100,1), + (48205,2061,1,4135.58,-5086.95,143.026,2.74017,-0.025781,-0.039261,0.978995,0.198402,180,180,100,1), + (48206,2061,1,3801.38,-4906.36,145.742,3.14159,0,0,1,0,180,180,100,1), + (48207,2061,1,4703.96,-5909.27,109.107,3.14159,0,0,1,0,180,180,100,1), + (48208,2061,1,3190.1,-4599.39,181.318,3.14159,0,0,1,0,180,180,100,1), + (48209,2061,1,3199.16,-4627.52,172.147,3.14159,0,0,1,0,180,180,100,1), + (48210,2061,1,3602.19,-4400.14,116.093,-3.14159,-0.043604,-0.026152,0.998706,-0.001142,180,180,100,1), + (48211,2061,1,3183.91,-4248.23,97.1573,3.0456,0,0,0.998848,0.047978,180,180,100,1), + (48212,2061,1,3442.93,-5794.46,2.93029,0.109395,-0.02518,-0.018851,0.054187,0.998035,180,180,100,1), + (48213,2061,1,4382.79,-6253.63,95.2054,3.14159,0,0,1,0,180,180,100,1), + (48214,2061,1,4261.92,-6274.79,90.2382,3.14159,0,0,1,0,180,180,100,1), + (48215,2061,1,3273.03,-4720.06,134.179,-3.12414,0.004172,0.021852,0.999714,-0.00882,180,180,100,1), + (48216,2061,1,3274.19,-4642.63,101.603,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (48217,2061,1,3264.82,-4634.04,101.711,3.14159,0,0,1,0,180,180,100,1), + (48218,2061,1,3271.32,-4671.84,115.339,3.14159,0,0,1,0,180,180,100,1), + (48219,2061,1,2697.63,-3878.66,107.057,-3.14159,0.091376,0.052116,0.99444,-0.004789,180,180,100,1), + (48220,2061,1,3646.53,-4701.58,120.931,3.14159,0,0,1,0,180,180,100,1), + (48221,2061,1,3182.39,-4265.43,98.1628,-3.0805,0,0,0.999534,-0.030539,180,180,100,1), + (48222,2061,1,4024.34,-5412.36,116.293,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,180,180,100,1), + (48223,2061,1,4452.57,-5533.35,108.654,3.14159,-0.017452,-0.004363,0.999838,-0.000076,180,180,100,1), + (48224,2061,1,2792.44,-4451.96,133.467,-2.13803,0,0,0.876727,-0.480989,180,180,100,1), + (48225,2061,1,2242.03,-5804.64,3.26002,-3.14159,-0.052312,0.030497,0.998164,0.001598,180,180,100,1), + (48226,2061,1,4364.06,-6135.31,123.883,-3.14159,0.065129,0.091306,0.993673,-0.005985,180,180,100,1), + (48227,2061,1,4777.12,-6628.49,111.73,3.14159,0,0,1,0,180,180,100,1), + (48228,2061,1,3213.35,-4667.22,160.951,3.14159,0,0,1,0,180,180,100,1), + (48229,2061,1,3172.4,-4571.22,187.699,3.14159,0,0,1,0,180,180,100,1), + (48230,180750,1,3960.55,-5921.98,0,1.97222,0,0,0.833885,0.551938,180,180,100,1), + (48231,180751,1,3453.5,-5820.57,0,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (48232,180751,1,3638.11,-6042.03,0,1.91986,0,0,0.819151,0.573577,180,180,100,1), + (48233,180752,1,3165.24,-5838.86,0,-1.64061,0,0,-0.731354,0.681998,180,180,100,1), + (48234,148513,1,3514.1,-5125.1,82.1113,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (48235,148513,1,3238.67,-5115.98,86.2056,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (48236,148513,1,3290.61,-5174.9,85.6552,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (48237,148513,1,3156.25,-5419.23,92.9521,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (48238,148513,1,3535.76,-5219.99,85.5576,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (48239,152098,1,4258.43,-6259.35,92.1325,-1.50098,0,0,-0.681998,0.731354,180,180,100,1), + (48240,148514,1,3790.29,-5297.37,85.653,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (48241,148514,1,3727.26,-5200.04,86.3502,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (48242,148514,1,3171.25,-5305.14,89.9827,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (48243,148514,1,3461.29,-5034.15,88.8936,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (48244,148514,1,3430.78,-5087.17,82.9979,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (48245,148515,1,3715.95,-5167.81,88.6082,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (48246,148515,1,3142.59,-5381.76,87.959,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (48247,153123,1,4320.38,-6121.56,127.928,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (48248,153123,1,4359.46,-6245.76,96.7805,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (48249,153123,1,4384.8,-6168.82,128.815,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (48250,153123,1,4369.16,-6131.61,122.726,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (48251,153123,1,4370.78,-6256.68,96.7301,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (48252,153123,1,4497.24,-6244.04,102.322,1.0472,0,0,0.5,0.866025,180,180,100,1), + (48253,153123,1,4295.74,-6299.57,96.0124,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (48254,148515,1,3295.84,-5160.59,87.8783,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (48255,148515,1,3494.9,-5233.36,88.0976,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (48256,148515,1,3532.69,-5097.3,84.1975,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (48257,148516,1,3166.76,-5281.95,91.9457,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (48258,148516,1,3534.14,-5250.1,95.9873,1.309,0,0,0.608761,0.793353,180,180,100,1), + (48259,148516,1,3713.96,-5284.94,88.0658,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (48260,148516,1,3588,-5156.84,80.7576,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (48261,148516,1,3379.97,-5061.56,89.3242,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (48262,143397,1,4452.57,-5533.35,108.654,3.14159,-0.017452,-0.004363,0.999838,-0.000076,180,180,100,1), + (48263,152614,1,2263.7,-5565.56,33.9385,-1.09956,0,0,-0.522498,0.85264,180,180,100,1), + (48264,142121,1,2550.87,-6169.25,137.759,3.14159,0,0,1,0,180,180,100,1), + (48265,179497,1,3426.07,-6212.85,-16.0456,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (48266,179497,1,2827.69,-6892.04,-1.05952,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (48267,179497,1,3823.44,-7230.26,28.0943,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (48268,179497,1,2936.09,-6382.85,-16.0913,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (48269,179497,1,3884.8,-6277.7,-8.57747,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (48270,179497,1,3625.54,-6351.85,-68.3725,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (48271,179497,1,3193.52,-5806.12,3.60117,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (48272,179497,1,3890.26,-6230.68,-6.55268,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (48273,179497,1,3709.01,-6072.4,1.40413,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (48274,179497,1,3958.83,-6984.15,-22.5898,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (48275,179497,1,3372.28,-6135.77,-8.11315,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (48276,179497,1,3932.79,-5789.89,15.5816,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (48277,179497,1,2444.29,-7258.56,-23.5623,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (48278,179497,1,3907.04,-5632.14,23.7465,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (48279,179497,1,4020.04,-7264.8,-12.5916,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (48280,179497,1,4303.34,-7461.79,-5.76203,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (48281,179497,1,3329.55,-5945.48,-10.0802,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (48282,179497,1,3149.95,-5838.31,-3.82439,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (48283,142123,1,4382.79,-6253.63,95.2054,3.14159,0,0,1,0,180,180,100,1), + (48284,142124,1,4364.06,-6135.31,123.883,-3.14159,0.065129,0.091306,0.993673,-0.005985,180,180,100,1), + (48285,175404,1,3259.22,-5155.35,94.4296,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (48286,175404,1,4813.78,-7218.07,101.907,-0.925024,0,0,-0.446198,0.894934,300,300,100,1), + (48287,175404,1,2419.03,-6999.06,108.771,-2.02458,0,0,-0.848048,0.52992,300,300,100,1), + (48288,175404,1,4689.64,-5369.46,118.006,-0.279253,0,0,-0.139173,0.990268,300,300,100,1), + (48289,175404,1,3827.91,-6155.92,4.86859,1.91986,0,0,0.819151,0.573577,300,300,100,1), + (48290,175404,1,4451.39,-6452.65,138.367,1.8326,0,0,0.793355,0.60876,300,300,100,1), + (48291,152620,1,2452.77,-5903.56,107.472,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (48292,152620,1,2644.68,-6366.55,105.699,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (48293,152620,1,2992.79,-5596.36,149.274,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (48294,152620,1,2524.7,-6099,104.747,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (48295,152620,1,2813.64,-6089.12,124.944,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (48296,175404,1,4702.94,-6731.23,131.381,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (48297,175404,1,4382.33,-6121.17,123.339,2.96706,0,0,0.996195,0.0871556,300,300,100,1), + (48298,175404,1,3217.87,-5454.92,103.901,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (48299,152621,1,2638.2,-6317.19,93.878,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (48300,152621,1,2364.99,-6452.86,104.871,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (48301,152621,1,2286.88,-6286.94,112.171,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (48302,152621,1,2455.02,-5932.56,92.7238,0,0,0,0,1,180,180,100,1), + (48303,152621,1,2400.9,-6095.08,104.625,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (48304,152621,1,2399.31,-5674.11,119.468,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (48305,141870,1,2242.03,-5804.64,3.26002,-3.14159,-0.052312,0.030497,0.998164,0.001598,180,180,100,1), + (48306,152622,1,2314.11,-5960.15,120.284,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (48307,152622,1,2283.25,-6079.93,108.183,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (48308,152622,1,2851.58,-6082.01,112.405,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (48309,152622,1,2524.26,-6327.23,107.581,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (48310,152622,1,2978.43,-5570.77,153.85,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (48311,152622,1,2368.67,-6502.16,110.964,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (48312,152622,1,2414.94,-6326.1,93.5893,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (48313,152622,1,2678.63,-6121.11,105.745,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (48314,152622,1,2294.57,-6258.64,114.547,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (48315,152622,1,2399.99,-6180.49,100.596,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (48316,152622,1,2441.85,-5797.37,109.119,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (48317,152622,1,2400.63,-5670.19,121.134,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (48318,152622,1,2749.44,-5906.21,100.456,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (48319,152622,1,2393.23,-5822.98,113.654,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (48320,152622,1,2568.2,-6044.43,101.809,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (48321,152622,1,2477.72,-5963.47,96.5236,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (48322,152631,1,2655.94,-5737.8,112.926,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (48323,152631,1,2438.59,-6459.73,101.949,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (48324,152631,1,2910.19,-5680.45,127.089,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (48325,152631,1,2633.52,-5833.2,97.2349,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (48326,152631,1,2673.61,-6006.06,99.1625,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (48327,152631,1,2300.2,-6302.26,108.121,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (48328,152631,1,2841.39,-5739.23,121.976,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (48329,152631,1,2678.63,-6335.86,95.0077,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (48330,152631,1,2720.12,-5567.12,121.735,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (48331,142140,1,3204.89,-4247.93,99.6327,2.80998,0,0,0.986286,0.165048,300,300,100,1), + (48332,142140,1,3675.66,-5029.68,136.467,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (48333,142140,1,3315.58,-4962.54,131.164,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (48334,142140,1,3361.59,-5132.17,84.2104,-2.21657,0,0,-0.894935,0.446197,300,300,100,1), + (48335,142140,1,3622.77,-5275.15,89.2145,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (48336,142140,1,2610.3,-4881.27,132.716,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (48337,142140,1,3288.32,-4790.74,107.474,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (48338,142140,1,4285.62,-6302.4,95.3237,0.628319,0,0,0.309017,0.951056,300,300,100,1), + (48339,142140,1,3991.29,-5448,123.459,1.5708,0,0,0.707108,0.707106,300,300,100,1), + (48340,142140,1,3759.55,-5411.81,89.4116,-0.174533,0,0,-0.0871558,0.996195,300,300,100,1), + (48341,142140,1,2863.35,-3968.87,103.599,0.698132,0,0,0.34202,0.939693,300,300,100,1), + (48342,142140,1,2451.66,-5261.07,121.475,-1.36136,0,0,-0.629322,0.777145,300,300,100,1), + (48343,142142,1,2973.39,-5389.39,135.683,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (48344,142142,1,2501.93,-6072.88,98.5135,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (48345,142142,1,2524.18,-5040.31,123.574,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (48346,142142,1,2913.16,-5224.49,126.914,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (48347,142142,1,4320.56,-5612.42,126.583,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (48348,142142,1,2647.31,-4176.33,128.608,-2.98451,0,0,-0.996917,0.0784606,300,300,100,1), + (48349,142142,1,2277.78,-6659.57,118.987,-0.331612,0,0,-0.165047,0.986286,300,300,100,1), + (48350,142142,1,4649.63,-6117.47,101.234,-2.3911,0,0,-0.930417,0.366502,300,300,100,1), + (48351,142142,1,3582.31,-4091.26,103.303,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (48352,142142,1,3143.43,-4249.94,101.546,2.61799,0,0,0.965925,0.258821,300,300,100,1), + (48353,142142,1,4410.34,-6980.42,110.771,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (48354,142142,1,2561.05,-6345.83,109.91,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (48355,140357,1,3602.19,-4400.14,116.093,-3.14159,-0.043604,-0.026152,0.998706,-0.001142,180,180,100,1), + (48356,140358,1,3183.91,-4248.23,97.1573,3.0456,0,0,0.998848,0.047978,180,180,100,1), + (48357,150086,1,2253.68,-7221.79,10.1571,3.14159,0,0,1,0,180,180,100,1), + (48358,140359,1,3182.39,-4265.43,98.1628,-3.0805,0,0,0.999534,-0.030539,180,180,100,1), + (48359,140360,1,3442.93,-5794.46,2.93029,0.109395,-0.02518,-0.018851,0.054187,0.998035,180,180,100,1), + (48360,19536,1,4687.8,-5392.43,112.125,3.14159,0,-0.056693,0.998392,0,180,180,100,1), + (48361,179551,1,2810.26,-7295.31,-12.4336,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (48362,153451,1,3011.3,-4169.73,101.559,1.5708,0,0,0.707107,0.707107,7200,7200,100,1), + (48363,153451,1,3725.06,-5226.18,85.9103,1.0472,0,0,0.5,0.866025,7200,7200,100,1), + (48364,153451,1,3810.42,-4919.1,146.871,2.05949,0,0,0.857167,0.515038,7200,7200,100,1), + (48365,153451,1,3600,-4900.19,125.4,-1.6057,0,0,0.71934,-0.694658,7200,7200,100,1), + (48366,153453,1,2741.59,-6620.59,105.229,0.017453,0,0,0.008727,0.999962,7200,7200,100,1), + (48367,153453,1,3790.53,-7157.24,26.4807,-2.6529,0,0,0.970296,-0.241922,7200,7200,100,1), + (48368,153453,1,2627.98,-5204.92,112.094,1.71042,0,0,0.75471,0.656059,7200,7200,100,1), + (48369,153453,1,2175.34,-6428.31,7.65115,-0.959931,0,0,0.461749,-0.887011,7200,7200,100,1), + (48370,153453,1,4654.68,-5378.01,107.964,-2.3911,0,0,0.930418,-0.366501,7200,7200,100,1), + (48371,153453,1,4495.38,-6402.13,126.72,-0.767945,0,0,0.374607,-0.927184,7200,7200,100,1), + (48372,20850,1,4311.79,-5731.2,101.761,3.03687,0.004586,0.004129,0.998612,0.052316,180,180,100,1), + (48373,147065,1,3646.53,-4701.58,120.931,3.14159,0,0,1,0,180,180,100,1), + (48374,150140,1,4282.6,-6298.72,95.5622,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (48375,150140,1,4275.73,-6296.56,95.5616,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (48376,150140,1,4280.73,-6291,95.5652,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (48377,20873,1,3586.01,-4382.09,110.553,3.14159,0,0,1,0,180,180,100,1), + (48378,20874,1,3617.23,-4411.15,112.804,3.14159,0.026105,-0.074083,0.996908,0.00194,180,180,100,1), + (48379,20875,1,3618.39,-4429.87,111.361,2.85361,0,0,0.989651,0.143493,180,180,100,1), + (48380,20876,1,3593.64,-4426.62,110.957,-3.14159,-0.021755,-0.074091,0.997013,-0.001617,180,180,100,1), + (48381,20879,1,4591.83,-5577.89,98.1334,-3.14159,0.034888,0.026161,0.999048,-0.000914,180,180,100,1), + (48382,20881,1,4024.34,-5412.36,116.293,-3.14159,-0.02178,-0.056679,0.998154,-0.001237,180,180,100,1), + (48383,176792,1,2697.63,-3878.66,107.057,-3.14159,0.091376,0.052116,0.99444,-0.004789,180,180,100,1), + (48384,20898,1,4491.25,-6363.81,124.255,3.14159,0,0,1,0,180,180,100,1), + (48385,149420,1,3490.97,-5131.95,85.1316,0.305432,0,0,0.152123,0.988362,180,180,100,1), + (48386,88497,1,4135.58,-5086.95,143.026,2.74017,-0.025781,-0.039261,0.978995,0.198402,180,180,100,1), + (48387,88498,1,3801.38,-4906.36,145.742,3.14159,0,0,1,0,180,180,100,1), + (48388,148658,1,3983.98,-4757.37,304.917,-1.61443,0,0,-0.722364,0.691513,180,180,100,1), + (48389,148659,1,3975.05,-4769.86,280.743,-0.724312,0,0,-0.354291,0.935135,180,180,100,1), + (48390,148660,1,3984.57,-4801.48,304.917,1.52716,0,0,0.691513,0.722364,180,180,100,1), + (48391,148661,1,3982.72,-4801.35,304.917,1.52716,0,0,0.691513,0.722364,180,180,100,1), + (48392,20918,1,3896.5,-5845.14,6.5354,-2.18166,-0.064342,0.000879,0.885971,-0.459255,180,180,100,1), + (48393,148662,1,3985.83,-4757.51,304.917,-1.61443,0,0,-0.722364,0.691513,180,180,100,1), + (48394,148663,1,3995.69,-4794.11,304.898,2.15548,0,0,0.880891,0.47332,180,180,100,1), + (48395,148664,1,3992.43,-4783.59,304.796,1.10828,0,0,0.526214,0.850352,180,180,100,1), + (48396,150713,1,4261.92,-6274.79,90.2382,3.14159,0,0,1,0,180,180,100,1), + (48397,148665,1,3989.48,-4777.6,304.751,0.479966,0,0,0.237686,0.971342,180,180,100,1), + (48398,20924,1,2211.71,-6377.91,2.68068,3.14159,0,0,1,0,180,180,100,1), + (48399,148668,1,3978.57,-4795.19,296.042,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (48400,148669,1,3962.36,-4777.88,304.917,-0.043634,0,0,-0.021815,0.999762,180,180,100,1), + (48401,20926,1,4777.12,-6628.49,111.73,3.14159,0,0,1,0,180,180,100,1), + (48402,148670,1,3986.4,-4795.97,296.042,1.77151,0,0,0.774393,0.632705,180,180,100,1), + (48403,148671,1,3991.39,-4794.61,296.042,1.95477,0,0,0.829038,0.559192,180,180,100,1), + (48404,148674,1,3994.47,-4766.23,296.042,-2.15548,0,0,0.880891,-0.47332,180,180,100,1), + (48405,148675,1,3962.22,-4779.72,304.917,-0.043634,0,0,-0.021815,0.999762,180,180,100,1), + (48406,148677,1,3982.15,-4762.88,296.042,-1.37008,0,0,-0.632705,0.774393,180,180,100,1), + (48407,176583,1,2621.83,-6386.66,109.354,0.785398,0,0,0.382683,0.92388,300,300,100,1), + (48408,176583,1,2964.11,-5780.74,136.449,-0.436333,0,0,-0.21644,0.976296,300,300,100,1), + (48409,176583,1,2698.33,-6281.33,98.2565,-0.20944,0,0,-0.104529,0.994522,300,300,100,1), + (48410,176583,1,3271.39,-5162.53,87.9368,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (48411,176583,1,2591.12,-5946.53,95.5889,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (48412,176583,1,4230.98,-5325.32,123.743,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (48413,176583,1,4451.28,-6437.44,137.982,-1.20428,0,0,-0.566407,0.824125,300,300,100,1), + (48414,176583,1,2858.43,-4037.38,141.505,0.453786,0,0,0.224951,0.97437,300,300,100,1), + (48415,176583,1,4672.03,-5910.41,110.269,1.71042,0,0,0.754709,0.65606,300,300,100,1), + (48416,148680,1,3971.07,-4769.23,296.042,-0.584684,0,0,-0.288196,0.957572,180,180,100,1), + (48417,176584,1,2798.42,-5184.54,110.137,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (48418,176584,1,4121.51,-5536.76,101.921,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (48419,176584,1,2848.59,-5696.3,126.175,-0.314159,0,0,-0.156434,0.987688,300,300,100,1), + (48420,176584,1,2485.09,-5689.86,97.827,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (48421,176584,1,2592.36,-3962.94,117.977,-0.017453,0,0,-0.00872639,0.999962,300,300,100,1), + (48422,176584,1,4734.83,-6070.69,98.6446,1.6057,0,0,0.719339,0.694659,300,300,100,1), + (48423,176584,1,3674.14,-4525.15,120.568,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (48424,176584,1,4482.1,-7398.38,81.6085,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (48425,176584,1,4586.42,-5479.83,105.535,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (48426,176584,1,2384.02,-6498.93,104.415,-2.96706,0,0,-0.996195,0.0871556,300,300,100,1), + (48427,176584,1,4435.7,-6692.37,97.5533,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (48428,148682,1,4006.2,-4780.98,304.917,3.09796,0,0,0.999762,0.021814,180,180,100,1), + (48429,176586,1,4558.33,-6768.02,152.348,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (48430,176586,1,4419.83,-7074.88,159.626,-0.488692,0,0,-0.241922,0.970296,300,300,100,1), + (48431,176586,1,2414.22,-5846.64,133.958,1.0472,0,0,0.500001,0.866025,300,300,100,1), + (48432,176586,1,3015.68,-5577.93,154.655,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (48433,176586,1,3780.21,-5183.21,140.473,-0.418879,0,0,-0.207912,0.978148,300,300,100,1), + (48434,176586,1,2998.39,-5031.8,165.897,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (48435,176586,1,4479.73,-5381.61,124.362,-2.60054,0,0,-0.96363,0.267239,300,300,100,1), + (48436,148683,1,3982.08,-4771.27,304.796,0.270526,0,0,0.134851,0.990866,180,180,100,1), + (48437,148684,1,3987.07,-4772.78,304.764,1.10828,0,0,0.526214,0.850352,180,180,100,1), + (48438,148686,1,3969.1,-4786.54,296.042,0.383973,0,0,0.190809,0.981627,180,180,100,1), + (48439,31442,1,2550.87,-6169.25,137.759,3.14159,0,0,1,0,180,180,100,1), + (48440,148691,1,4006.33,-4779.13,304.917,3.09796,0,0,0.999762,0.021814,180,180,100,1), + (48441,148692,1,3987.1,-4772.27,270.37,-1.91986,0,0,-0.819152,0.573576,180,180,100,1), + (48442,148693,1,3982.21,-4782.91,270.37,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (48443,148694,1,3988.37,-4792.12,270.37,1.89368,0,0,0.811574,0.58425,180,180,100,1), + (48444,148695,1,3978.35,-4767.4,270.37,-1.213,0,0,-0.569997,0.821647,180,180,100,1), + (48445,148696,1,3972.86,-4772.46,270.37,-0.610864,0,0,-0.300705,0.953717,180,180,100,1), + (48446,148697,1,3972.34,-4793.32,304.863,1.52716,0,0,0.691513,0.722364,180,180,100,1), + (48448,148707,1,3998.42,-4767.59,304.869,-2.41728,0,0,0.935135,-0.35429,180,180,100,1), + (48449,176356,1,3565.31,-5382.17,107.714,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (48450,149480,1,3642.44,-5283.04,90.2832,3.14159,0,0,1,0,180,180,100,1), + (48451,180712,1,3612.69,-5743.88,0,-2.93215,0,0,-0.994522,0.10453,180,180,100,1), + (48452,149481,1,3543.91,-5148.91,82.9136,1.58825,0,0,0.71325,0.70091,180,180,100,1), + (48453,149482,1,3465.71,-5272.91,89.2001,3.14159,0,0,1,0,180,180,100,1), + (48454,148714,1,3997.23,-4766.16,304.869,-2.41728,0,0,0.935135,-0.35429,180,180,100,1), + (48455,149483,1,3172.75,-5426.29,90.5842,1.55334,0,0,0.700909,0.713251,180,180,100,1), + (48456,185580,1,3725.26,-3994.24,94.6611,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (48457,176885,1,3273.03,-4720.06,134.179,-3.12414,0.004172,0.021852,0.999714,-0.00882,180,180,100,1), + (48458,148725,1,3998.34,-4791.52,304.898,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (48459,176886,1,3274.19,-4642.63,101.603,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (48460,151286,1,4283.19,-6294.65,96.5188,0.279253,-0.034258,0.243758,0.134891,0.959798,180,180,100,1), + (48461,176887,1,3264.82,-4634.04,101.711,3.14159,0,0,1,0,180,180,100,1), + (48462,176888,1,3271.32,-4671.84,115.339,3.14159,0,0,1,0,180,180,100,1), + (48463,2040,1,3681.92,-6041.19,9.59359,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (48464,2040,1,2350.47,-6026.23,36.1732,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (48465,2040,1,4373.93,-6309.83,96.4017,2.18166,0,0,0.88701,0.461749,300,300,100,1), + (48466,2040,1,4588.05,-6850.55,140.756,-2.40855,0,0,-0.93358,0.35837,300,300,100,1), + (48467,2040,1,4815.63,-7439.1,100.707,2.75762,0,0,0.981627,0.190809,300,300,100,1), + (48468,2040,1,5025.34,-6505.18,-8.06637,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (48469,2040,1,2326.11,-6374.83,107.362,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (48470,2040,1,2439.83,-5194.75,156.308,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (48471,2040,1,2248.41,-5766.5,6.41299,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (48472,2040,1,2828.26,-3994.61,117.324,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (48473,176889,1,3190.1,-4599.39,181.318,3.14159,0,0,1,0,180,180,100,1), + (48474,176890,1,3213.35,-4667.22,160.951,3.14159,0,0,1,0,180,180,100,1), + (48475,176891,1,3199.16,-4627.52,172.147,3.14159,0,0,1,0,180,180,100,1), + (48476,2043,1,3614.66,-4766.14,113.319,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (48477,2043,1,4341.33,-7143.35,123.534,-2.07694,0,0,-0.861629,0.507539,300,300,100,1), + (48478,2043,1,3942.89,-5104.25,120.356,-1.98968,0,0,-0.838672,0.544637,300,300,100,1), + (48479,2043,1,2441.38,-5946.83,86.3413,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (48480,176892,1,3172.4,-4571.22,187.699,3.14159,0,0,1,0,180,180,100,1), + (48481,2045,1,3972.18,-5985.87,-17.1093,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (48482,2045,1,3509.02,-6132.71,-18.5853,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (48483,2045,1,2250.08,-7123.27,-14.9405,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (48484,2046,1,3374.89,-4478.69,108.893,0.698132,0,0,0.34202,0.939693,300,300,100,1), + (48485,2046,1,2902.07,-3951.59,113.538,1.32645,0,0,0.615661,0.788011,300,300,100,1), + (48486,2047,1,4684.03,-6503.64,118.027,2.28638,0,0,0.909961,0.414694,300,300,100,1), + (48487,1619,1,4317.64,-46.5242,90.2155,2.32129,0,0,0.91706,0.398748,300,300,100,1), + (48488,1732,1,4488.4,-4.26991,95.172,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (48489,1620,1,4411.26,56.8261,60.444,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (48490,1926,1,4532.59,12.4357,89.1619,-2.94088,0,0,0.994969,-0.100188,900,900,100,1), + (48491,2061,1,4532.59,12.4357,89.1619,-2.94088,0,0,0.994969,-0.100188,900,900,100,1), + (48492,2849,1,4539.07,9.54525,88.7888,2.74017,0,0,0.979925,0.199368,7200,7200,100,1), + (48493,1732,1,4593.95,-2.96897,71.378,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (48494,1731,1,4606.25,-16.0594,72.8562,0.541052,0,0,0.267238,0.96363,300,300,100,1), + (48495,1923,1,4623.67,53.5375,68.5854,3.11541,0.035065,0.012624,0.999226,0.012624,900,900,100,1), + (48496,2061,1,4623.67,53.5375,68.5854,3.11541,0.035065,0.012624,0.999226,0.012624,900,900,100,1), + (48497,3705,1,4615.11,55.1214,69.5783,0.733038,0,0,0.358368,0.93358,7200,7200,100,1), + (48498,1619,1,4613.15,85.3189,71.6598,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (48499,1731,1,4608.91,88.0124,68.9622,-2.14675,0,0,-0.878816,0.477161,300,300,100,1), + (48500,1732,1,4128.12,203.893,11.717,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (48501,1620,1,4332.59,559.682,58.0343,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (48502,1731,1,4374.9,568.298,58.7022,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (48503,61929,1,4558.7,148.948,59.2164,2.98451,0,0,0.996917,0.078459,900,900,100,1), + (48504,2066,1,4558.7,148.948,59.2164,2.98451,0,0,0.996917,0.078459,900,900,100,1), + (48505,1731,1,4553.72,134.689,61.4659,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (48506,1922,1,4651.52,37.9487,65.7395,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (48507,2061,1,4651.52,37.9487,65.7395,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (48508,1618,1,4665.72,117.576,58.3812,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (48509,1731,1,4792.63,33.5088,63.3617,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (48510,176634,1,5001.34,34.4409,50.7119,2.58309,0,0,0.961262,0.275637,2,2,100,1), + (48511,12895,1,4982.93,218.837,38.97,1.58825,0,0,0.71325,0.700909,900,900,100,1), + (48512,12896,1,4983.03,218.735,38.4009,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (48513,12894,1,4983.03,218.745,38.9569,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (48514,12893,1,4982.94,218.76,38.9663,3.14159,0,0,1,0,900,900,100,1), + (48515,61927,1,4988.28,547.688,5.11441,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (48516,2066,1,4988.28,547.688,5.11441,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (48517,3705,1,5004.29,595.286,-0.009527,-2.04204,0,0,0.85264,-0.522498,7200,7200,100,1), + (48518,2045,1,4969.62,732.893,-10.2441,1.91986,0,0,0.819151,0.573577,300,300,100,1), + (48519,175227,1,4805.52,800.445,0.069459,-0.890119,-0.060722,0.014487,-0.430393,0.900481,900,900,100,1), + (48520,2045,1,4800.42,899.741,-13.6434,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (48521,176191,1,4595.65,896.41,2.34531,-1.51844,-0.206344,-0.017748,-0.689056,0.694485,900,900,100,1), + (48522,176198,1,4679.33,866.985,1.9593,3.14159,0,0,1,0,900,900,100,1), + (48523,3662,1,4678.39,854.646,0.067275,-0.855212,0,0,0.414693,-0.909961,7200,7200,100,1), + (48524,2045,1,4633.67,933.599,-8.19197,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (48525,180582,1,4723.29,727.582,0,-0.506145,0,0,-0.25038,0.968148,900,900,100,1), + (48526,175230,1,4515.08,894.139,4.41478,-2.88852,-0.00598,0.012434,0.991918,-0.12613,900,900,100,1), + (48527,178185,1,4348.42,881.235,-17.8332,2.14675,0,0,0.878817,0.477159,300,300,100,1), + (48528,19018,1,4311.09,949.97,-22.5521,-1.02974,0,0,0.492424,-0.870356,7200,7200,100,1), + (48529,12666,1,4575.75,417.029,34.9274,-1.78896,-0.402262,-0.303519,-0.679092,0.533756,2,2,100,1), + (48530,12144,1,4566.1,419.451,34.9651,-1.76278,0.194342,0.171127,-0.743867,0.616124,900,900,100,1), + (48531,2849,1,4544.61,425.187,33.7078,0.733038,0,0,0.358368,0.93358,7200,7200,100,1), + (48532,1618,1,4724.49,472.739,34.2072,2.60054,0,0,0.96363,0.267239,300,300,100,1), + (48533,1731,1,4776.8,379.226,46.0786,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (48534,1619,1,4802.9,374.457,49.4757,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (48535,61928,1,4913.14,329.844,36.7678,2.33001,0,0,0.918791,0.394744,900,900,100,1), + (48536,2066,1,4913.14,329.844,36.7678,2.33001,0,0,0.918791,0.394744,900,900,100,1), + (48537,106319,1,4912.58,343.433,36.8126,-2.82743,0,0,0.987688,-0.156434,7200,7200,100,1), + (48538,17185,1,4815.38,230.723,49.1618,-1.14319,0.012575,-0.028832,-0.540323,0.840869,2,2,100,1), + (48539,180582,1,5098.13,591.153,-0.757871,1.74533,0,0,0.766045,0.642787,900,900,100,1), + (48540,175226,1,5238.3,583.046,0.267388,-0.881391,-0.099853,0.023096,-0.426298,0.898758,900,900,100,1), + (48541,180582,1,5286.93,587.093,0,-1.51844,0,0,-0.688356,0.725373,900,900,100,1), + (48542,2045,1,5533.31,599.353,-8.5198,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (48543,17189,1,5576.07,147.814,28.9071,1.02974,-0.030218,0.017985,0.492583,0.869555,2,2,100,1), + (48544,16393,1,5633.84,166.193,32.2765,3.14159,0,0,1,0,900,900,100,1), + (48545,16394,1,5633.83,166.257,34.0374,0.872665,0,0,0.422618,0.906308,900,900,100,1), + (48546,12899,1,5633.67,324.349,19.3097,1.51844,0,0,0.688355,0.725374,900,900,100,1), + (48547,12900,1,5633.85,324.271,19.2931,-1.62315,0,0,-0.725374,0.688355,900,900,100,1), + (48548,12901,1,5633.85,324.271,19.9598,-1.62315,0,0,-0.725374,0.688355,900,900,100,1), + (48549,12898,1,5633.67,324.349,19.9763,1.51844,0,0,0.688355,0.725374,900,900,100,1), + (48550,12897,1,5633.76,324.24,19.9109,3.08923,0,0,0.999657,0.026177,900,900,100,1), + (48551,176190,1,5618.26,512.222,3.03785,-2.522,0.013961,0.01363,0.952168,-0.304951,2,2,100,1), + (48552,3662,1,5689.33,535.131,-0.138535,-2.94961,0,0,0.995396,-0.095846,7200,7200,100,1), + (48553,2045,1,5829.67,603.885,-34.5131,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (48554,1732,1,5889.95,666.349,8.03616,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (48555,175207,1,6109.95,559.668,0.646731,1.19555,-0.058679,0.070741,0.561083,0.822641,2,2,100,1), + (48556,180655,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,900,900,100,1), + (48557,17182,1,6313.35,541.665,13.2845,-1.78896,-0.025917,0.018356,-0.779658,0.6254,2,2,100,1), + (48558,1932,1,5987.99,347.64,21.7655,3.14159,0,0,1,0,900,900,100,1), + (48559,2061,1,5987.99,347.64,21.7655,3.14159,0,0,1,0,900,900,100,1), + (48560,3705,1,5969.26,306.881,21.6972,0.942478,0,0,0.45399,0.891007,7200,7200,100,1), + (48561,3705,1,5847,362.63,21.3515,0.261799,0,0,0.130526,0.991445,7200,7200,100,1), + (48562,12903,1,6303.99,325.891,23.6697,3.14159,0,0,1,0,900,900,100,1), + (48563,12902,1,6303.99,325.891,24.2252,3.14159,0,0,1,0,900,900,100,1), + (48564,12904,1,6303.93,326.031,24.2229,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (48565,177525,1,6326.02,92.7316,21.9514,1.15192,0,0,0.544639,0.838671,900,900,100,1), + (48566,177750,1,6324.93,100.743,21.8706,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (48567,177750,1,6335.26,93.9401,21.7166,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (48568,177750,1,6334.71,111.107,21.7612,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (48569,177750,1,6338.85,-94.3972,27.0504,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (48570,1731,1,6355.19,-94.2816,28.0781,-3.01942,0,0,-0.998135,0.0610484,300,300,100,1), + (48571,175524,1,6207.82,-157.763,80.9614,0.715585,0,0,0.350207,0.936672,2,2,100,1), + (48572,1619,1,6201.02,-154.568,78.4208,-1.91986,0,0,-0.819151,0.573577,300,300,100,1), + (48573,177750,1,6339.93,-120.801,25.7437,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (48574,177750,1,6328.28,-116.31,26.0125,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (48575,1731,1,6140.56,-124.413,68.1804,-2.47837,0,0,-0.945519,0.325567,300,300,100,1), + (48576,177750,1,6142.73,-67.4937,36.1479,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (48577,177750,1,6136.07,-51.1174,36.2915,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (48578,1731,1,6140.81,-77.5832,37.688,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (48579,1620,1,6193.06,9.49995,43.2606,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (48580,1619,1,6036.65,-134.44,73.0123,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (48581,1731,1,5996.1,-116.554,64.3843,2.25148,0,0,0.902586,0.430509,300,300,100,1), + (48582,177750,1,6008.21,-29.0825,21.0792,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (48583,177750,1,6006.32,-45.768,22.2487,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (48584,177750,1,6017.09,-40.4235,21.859,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (48585,1731,1,6004.19,-47.5299,23.18,-2.94961,0,0,-0.995396,0.095844,300,300,100,1), + (48586,177750,1,6128.16,60.8413,27.1198,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (48587,1732,1,5831.59,-64.902,78.7412,-2.32129,0,0,-0.91706,0.398748,300,300,100,1), + (48588,1617,1,5837.62,72.4459,31.3255,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (48589,177750,1,6046.65,152.957,21.508,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (48590,177750,1,6039.14,166.158,21.8054,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (48591,177750,1,6133.3,88.1867,23.8536,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (48592,177750,1,6126.37,71.0321,25.3236,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (48593,177750,1,6140.04,72.4986,24.7886,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (48594,177750,1,6201.33,96.495,31.1407,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (48595,177750,1,6186.37,106.662,31.1037,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (48596,177750,1,6189.27,91.9287,31.6155,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (48597,1617,1,5952.66,169.934,28.3482,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (48598,91738,1,5775.21,119.462,34.7793,-3.14159,0.013089,-0.008726,0.999876,0.000114,900,900,100,1), + (48599,2061,1,5775.21,119.462,34.7793,-3.14159,0.013089,-0.008726,0.999876,0.000114,900,900,100,1), + (48600,17188,1,5771.17,105.759,35.0185,1.4399,0.707498,0.219083,-0.66383,0.103822,2,2,100,1), + (48601,1622,1,5799.47,111.217,31.7227,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (48602,106319,1,5770.34,122.787,35.23,0.872665,0,0,0.422618,0.906308,7200,7200,100,1), + (48603,1620,1,5671.89,36.6695,43.404,1.91986,0,0,0.819151,0.573577,300,300,100,1), + (48604,1732,1,6476.76,-211.3,48.4865,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (48605,175331,1,6807.43,-376.349,39.962,-1.39626,0,0,-0.642788,0.766044,10,10,100,1), + (48606,175630,1,6812.8,-393.757,39.8574,-1.82387,0,0,-0.79069,0.612217,900,900,100,1), + (48607,2061,1,6812.8,-393.757,39.8574,-1.82387,0,0,-0.79069,0.612217,900,900,100,1), + (48608,175631,1,6826.44,-366.98,40.3131,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (48609,2061,1,6826.44,-366.98,40.3131,2.63545,0,0,0.968148,0.25038,900,900,100,1), + (48610,1930,1,6868.69,-513.222,40.1436,3.14159,0,0,1,0,900,900,100,1), + (48611,2061,1,6868.69,-513.222,40.1436,3.14159,0,0,1,0,900,900,100,1), + (48612,176705,1,6875.17,-489.087,40.1436,3.14159,0,0,1,0,900,900,100,1), + (48613,2066,1,6875.17,-489.087,40.1436,3.14159,0,0,1,0,900,900,100,1), + (48614,1931,1,6855.15,-490.13,40.1436,3.14159,0,0,1,0,900,900,100,1), + (48615,2061,1,6855.15,-490.13,40.1436,3.14159,0,0,1,0,900,900,100,1), + (48616,175329,1,6870.7,-453.286,39.9917,-3.0456,0,0,0.998848,-0.047978,10,10,100,1), + (48617,3705,1,6855.48,-519.677,42.0321,2.35619,0,0,0.92388,0.382683,7200,7200,100,1), + (48618,12907,1,6817.33,48.4149,16.8365,3.14159,0,0,1,0,900,900,100,1), + (48619,12908,1,6817.33,48.5573,16.8473,0,0,0,0,1,900,900,100,1), + (48620,12909,1,6817.28,48.5405,16.8449,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (48621,91737,1,6679.07,-66.9471,22.7237,-3.02667,0,0,0.99835,-0.057427,900,900,100,1), + (48622,2061,1,6679.07,-66.9471,22.7237,-3.02667,0,0,0.99835,-0.057427,900,900,100,1), + (48623,106319,1,6717.44,-147.585,35.1413,3.03687,0,0,0.99863,0.052336,7200,7200,100,1), + (48624,1622,1,6585.26,-38.7114,34.2006,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (48625,1621,1,6672.48,77.6357,32.3985,1.6057,0,0,0.719339,0.694659,300,300,100,1), + (48626,177187,1,6437.44,397.496,11.7038,-1.95477,0,0,0.829038,-0.559193,900,900,100,1), + (48627,175320,1,6402.21,503.891,8.12518,-1.85005,0,0,-0.798636,0.601815,900,900,100,1), + (48628,177274,1,6410.44,465.642,7.66751,3.14159,0,0,1,0,900,900,100,1), + (48629,142111,1,6423.62,497.105,7.67082,2.80125,0,0,0.985556,0.16935,900,900,100,1), + (48630,177280,1,6409.28,467.947,7.45344,0.593412,0,0,0.292372,0.956305,900,900,100,1), + (48631,3705,1,6533.32,449.291,7.14775,-1.0472,0,0,0.5,-0.866025,7200,7200,100,1), + (48632,92490,1,6542.94,434.286,7.54909,2.17294,0.000202,0.009754,0.884928,0.465626,900,900,100,1), + (48633,103687,1,6513.71,484.541,6.24165,-3.14159,0.004362,-0.026177,0.999648,0.000114,900,900,100,1), + (48634,92489,1,6546.06,438.621,7.62833,1.64061,0,0,0.731354,0.681998,900,900,100,1), + (48635,175733,1,6422.27,545.521,14.6425,1.51844,0,0,0.688355,0.725374,900,900,100,1), + (48636,175729,1,6410.5,546.773,14.6204,-0.20944,0,0,0.104528,-0.994522,900,900,100,1), + (48637,86492,1,6392.69,725.449,-17.9098,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (48638,180582,1,6511.13,757.642,0,-1.44862,0,0,-0.66262,0.748956,900,900,100,1), + (48639,86492,1,6402.14,742.217,-18.8918,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (48640,176365,1,6509.15,799.073,8.22928,-1.85878,0,0,-0.801254,0.598325,900,900,100,1), + (48642,176364,1,6509.15,799.206,8.21766,1.28282,0,0,0.598325,0.801254,900,900,100,1), + (48643,86492,1,6462.69,830.46,-36.9856,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (48644,19017,1,6666.55,663.491,-3.70557,-2.49582,0,0,0.948324,-0.317305,7200,7200,100,1), + (48645,2045,1,6767.09,566.236,-9.5148,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (48646,180582,1,6756.7,515.737,-0.700236,2.80998,0,0,0.986286,0.165048,900,900,100,1), + (48647,180655,1,6845.35,479.494,0,1.71042,0,0,0.754709,0.65606,900,900,100,1), + (48648,180582,1,6965.09,434.654,0,-1.43117,0,0,-0.656059,0.75471,900,900,100,1), + (48649,3705,1,6950.54,451.91,-0.431376,2.1293,0,0,0.87462,0.48481,7200,7200,100,1), + (48650,180582,1,6981.46,323.755,0,-0.872665,0,0,-0.422618,0.906308,900,900,100,1), + (48651,3660,1,7050,392.654,-6.14862,-0.872665,0,0,0.422618,-0.906308,7200,7200,100,1), + (48652,175165,1,7075.84,437.263,-21.348,-2.35619,0,0,0.92388,-0.382683,2,2,100,1), + (48653,175166,1,7134.26,345.874,-41.9849,-2.89725,0,0,0.992546,-0.121869,2,2,100,1), + (48654,1731,1,7172.98,299.393,-28.7123,3.03687,0,0,0.998629,0.0523374,300,300,100,1), + (48655,2045,1,7218.25,378.897,-12.8763,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (48656,17183,1,7083.71,193.24,0.820762,-3.01069,-0.03596,0.015122,0.997139,-0.064746,2,2,100,1), + (48657,175233,1,6956.49,195.473,0.460035,-1.26536,-0.014538,0.053895,-0.589159,0.806086,900,900,100,1), + (48658,180582,1,6967.07,182.5,-0.538619,1.25664,0,0,0.587786,0.809016,900,900,100,1), + (48659,1733,1,7142.08,-78.385,15.72,2.94961,0,0,0.995396,0.095844,300,300,100,1), + (48660,1617,1,7013.95,32.6935,16.7705,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (48661,1731,1,7148.67,45.7817,15.9786,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (48662,1620,1,7281.19,112.235,10.0818,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (48663,180582,1,7304.01,224.661,-0.667236,1.32645,0,0,0.615661,0.788011,900,900,100,1), + (48664,1617,1,7212.01,-65.4047,14.2558,0.698132,0,0,0.34202,0.939693,300,300,100,1), + (48665,176197,1,7433.73,47.2668,2.47926,3.14159,0,0,1,0,900,900,100,1), + (48666,1731,1,7358.84,117.991,12.6752,-2.93215,0,0,-0.994522,0.10453,300,300,100,1), + (48667,180582,1,7448.34,-246.666,0,3.03687,0,0,0.998629,0.0523374,900,900,100,1), + (48668,1731,1,7427.97,-258,0.78858,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (48669,1617,1,7113.88,-224.026,35.3592,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (48670,1618,1,6985.06,-321.506,36.0836,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (48671,175330,1,6874.13,-520.885,39.8104,-2.03331,-0.044504,-0.02754,-0.849187,0.525493,10,10,100,1), + (48672,11714,1,6822.92,-669.145,64.3505,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (48673,11714,1,6831.38,-695.985,64.1903,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (48674,11714,1,6848.88,-679.093,83.3373,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (48675,11714,1,6877.56,-663.554,84.1859,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (48676,1731,1,6827.71,-727.338,61.7001,-2.02458,0,0,-0.848048,0.52992,300,300,100,1), + (48677,11714,1,6818.76,-666.778,86.8468,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (48678,11714,1,6826.27,-709.839,80.9735,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (48679,11714,1,6779.85,-680.777,89.2358,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (48680,11714,1,6792.66,-694.19,73.2235,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (48681,1731,1,6780.64,-702.896,73.9283,1.02974,0,0,0.492422,0.870357,300,300,100,1), + (48682,11713,1,6808.75,-745.473,69.8791,-0.523599,0,0,0.258819,-0.965926,2,2,100,1), + (48683,11714,1,6822.92,-753.834,58.9879,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (48684,11714,1,6778.14,-660.192,67.4547,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (48685,11713,1,6758.94,-698.873,69.731,0.349066,0,0,0.173648,0.984808,2,2,100,1), + (48686,1733,1,6789.46,-749.952,69.6737,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (48687,11713,1,6794.09,-750.826,69.6737,-2.25148,0,0,0.902585,-0.430511,2,2,100,1), + (48688,11714,1,6735.58,-703.063,69.8868,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (48689,11713,1,6752.75,-709.928,89.8335,2.86234,0,0,0.990268,0.139173,2,2,100,1), + (48690,11713,1,6766.05,-684.705,69.7644,0.994838,0,0,0.477159,0.878817,2,2,100,1), + (48691,11713,1,6750.5,-690.5,89.7645,2.79253,0,0,0.984808,0.173648,2,2,100,1), + (48692,11714,1,6829.69,-766.538,67.8278,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (48693,11714,1,6726.14,-661.745,68.2791,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (48694,11714,1,6796.66,-769.305,69.6627,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (48695,106319,1,6796.76,-766.649,69.6736,0.191986,0,0,0.095846,0.995396,7200,7200,100,1), + (48696,11714,1,6857.62,-795.148,62.6664,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (48697,1731,1,7116.58,-332.782,36.5861,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (48698,17184,1,7260.43,-417.558,26.7562,2.81871,0.176145,0.001784,0.972401,0.152993,2,2,100,1), + (48699,176294,1,7116.19,-660.943,45.8617,-1.62315,0,0,-0.725374,0.688354,900,900,100,1), + (48700,2066,1,7116.19,-660.943,45.8617,-1.62315,0,0,-0.725374,0.688354,900,900,100,1), + (48701,176290,1,7174.69,-679.233,43.0805,1.77151,-0.019653,0.010424,0.774261,0.632475,900,900,100,1), + (48702,2061,1,7174.69,-679.233,43.0805,1.77151,-0.019653,0.010424,0.774261,0.632475,900,900,100,1), + (48703,3705,1,7149.68,-693.176,47.652,1.65806,0,0,0.737277,0.67559,7200,7200,100,1), + (48704,1731,1,7087.58,-685.904,65.6651,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (48705,176292,1,7141.83,-758.387,52.5213,0.541051,0.021949,0.051325,0.265354,0.962534,900,900,100,1), + (48706,2061,1,7141.83,-758.387,52.5213,0.541051,0.021949,0.051325,0.265354,0.962534,900,900,100,1), + (48707,148659,1,7187.6,-748.059,70.0622,0.994838,0,0,0.477159,0.878817,900,900,100,1), + (48708,148662,1,7173.79,-739.232,94.2365,0.10472,0,0,0.052336,0.99863,900,900,100,1), + (48709,148683,1,7187.96,-740.906,94.1154,1.98968,0,0,0.83867,0.544639,900,900,100,1), + (48710,148674,1,7181.13,-729.394,85.3605,-0.436332,0,0,-0.21644,0.976296,900,900,100,1), + (48711,148677,1,7179.65,-742.075,85.3605,0.349066,0,0,0.173648,0.984808,900,900,100,1), + (48712,148680,1,7187.57,-752.092,85.3605,1.13446,0,0,0.5373,0.843391,900,900,100,1), + (48713,148684,1,7188.71,-735.74,94.0832,2.82743,0,0,0.987688,0.156435,900,900,100,1), + (48714,148658,1,7173.93,-741.078,94.2365,0.10472,0,0,0.052336,0.99863,900,900,100,1), + (48715,148682,1,7193.99,-715.617,94.2365,-1.46607,0,0,-0.66913,0.743145,900,900,100,1), + (48716,148665,1,7193.12,-732.645,94.07,2.19912,0,0,0.891007,0.45399,900,900,100,1), + (48717,148695,1,7184.68,-745.162,59.6892,0.506146,0,0,0.25038,0.968148,900,900,100,1), + (48718,148696,1,7190.49,-749.842,59.6892,1.10828,0,0,0.526214,0.850352,900,900,100,1), + (48719,148707,1,7181.9,-725.289,94.188,-0.698133,0,0,-0.342021,0.939692,900,900,100,1), + (48720,148664,1,7198.61,-728.848,94.1154,2.82743,0,0,0.987688,0.156435,900,900,100,1), + (48721,148691,1,7192.15,-715.756,94.2365,-1.46607,0,0,-0.66913,0.743145,900,900,100,1), + (48722,148669,1,7197.41,-759.434,94.2365,1.67552,0,0,0.743145,0.669131,900,900,100,1), + (48723,148675,1,7199.25,-759.296,94.2365,1.67552,0,0,0.743145,0.669131,900,900,100,1), + (48724,148692,1,7188.2,-735.794,59.6892,-0.200713,0,0,-0.100188,0.994969,900,900,100,1), + (48725,148693,1,7199.45,-739.051,59.6892,2.87107,0,0,0.990866,0.134851,900,900,100,1), + (48726,148714,1,7180.67,-726.671,94.188,-0.698133,0,0,-0.342021,0.939692,900,900,100,1), + (48727,2849,1,7182.6,-764.209,56.6323,-1.50098,0,0,0.681998,-0.731354,7200,7200,100,1), + (48728,148668,1,7212.13,-740.839,85.3605,2.88852,0,0,0.992005,0.126199,900,900,100,1), + (48729,148670,1,7211.75,-732.977,85.3605,-2.79253,0,0,0.984808,-0.173649,900,900,100,1), + (48730,148671,1,7209.66,-728.251,85.3605,-2.60927,0,0,0.964787,-0.263032,900,900,100,1), + (48731,148694,1,7207.65,-731.598,59.6892,-2.67035,0,0,0.97237,-0.233445,900,900,100,1), + (48732,148686,1,7204.98,-751.486,85.3605,2.10312,0,0,0.868199,0.496216,900,900,100,1), + (48733,148663,1,7208.54,-724.071,94.2169,-2.40855,0,0,0.93358,-0.358368,900,900,100,1), + (48734,148725,1,7205.58,-721.824,94.2169,-2.15548,0,0,0.880891,-0.473319,900,900,100,1), + (48735,148697,1,7211.21,-747.278,94.1821,-3.03687,0,0,0.99863,-0.052336,900,900,100,1), + (48736,148660,1,7217.47,-733.973,94.2365,-3.03687,0,0,0.99863,-0.052336,900,900,100,1), + (48737,148661,1,7217.61,-735.82,94.2365,-3.03687,0,0,0.99863,-0.052336,900,900,100,1), + (48738,176291,1,7190.11,-810.628,39.816,0.933753,0,0,0.450099,0.892979,900,900,100,1), + (48739,2066,1,7190.11,-810.628,39.816,0.933753,0,0,0.450099,0.892979,900,900,100,1), + (48740,176293,1,7135.73,-788.492,67.9549,-0.593413,0,0,-0.292372,0.956305,900,900,100,1), + (48741,2066,1,7135.73,-788.492,67.9549,-0.593413,0,0,-0.292372,0.956305,900,900,100,1), + (48742,1731,1,7123.89,-787.781,73.2813,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (48743,176289,1,7212.04,-843.033,35.8732,2.28638,0,0,0.909961,0.414693,900,900,100,1), + (48744,2066,1,7212.04,-843.033,35.8732,2.28638,0,0,0.909961,0.414693,900,900,100,1), + (48745,13872,1,7204.22,-859.876,41.3607,1.51844,0,0,0.688355,0.725374,300,300,100,1), + (48746,13360,1,7240.45,-887.029,34.7443,-1.37881,0,0,0.636078,-0.771625,300,300,100,1), + (48747,1619,1,7146.62,-961.387,66.532,-2.84489,0,0,-0.989016,0.147808,300,300,100,1), + (48748,1731,1,7223.21,-1027.89,71.9734,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (48749,12654,1,7319.75,-1041.32,35.4728,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (48750,12654,1,7284.45,-984.769,34.1708,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (48751,13359,1,7388.81,-1064.92,38.5052,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (48752,13359,1,7312.25,-954.66,32.2666,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (48753,13872,1,7384.89,-1008.86,31.5059,-3.08923,0,0,0.999657,-0.026177,300,300,100,1), + (48754,12654,1,7506.25,-1025.4,-9.88114,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (48755,13872,1,7502.27,-976.037,-9.83815,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (48756,2849,1,7531.02,-1008.93,-9.88424,1.79769,0,0,0.782608,0.622515,7200,7200,100,1), + (48757,1732,1,7614.68,-1101.92,49.7202,-0.820305,0,0,-0.398749,0.91706,300,300,100,1), + (48758,1732,1,7679.59,-987.505,37.6635,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (48759,13359,1,7667.91,-994.121,35.5219,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (48760,1732,1,7793.5,-1120.35,69.1242,0.488692,0,0,0.241922,0.970296,300,300,100,1), + (48761,1731,1,7905.12,-1060.73,37.5217,-0.034907,0,0,-0.0174526,0.999848,300,300,100,1), + (48762,1731,1,7925.2,-1176.95,57.2328,2.84489,0,0,0.989016,0.147808,300,300,100,1), + (48763,1621,1,8046.34,-1194.27,43.5508,-1.20428,0,0,-0.566407,0.824125,300,300,100,1), + (48764,1731,1,7959.42,-1006.33,38.6745,-0.226893,0,0,-0.113203,0.993572,300,300,100,1), + (48765,3660,1,7869.38,-918.659,-24.3792,1.58825,0,0,0.71325,0.700909,7200,7200,100,1), + (48766,1731,1,7749.07,-955.581,32.851,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (48767,1620,1,7743.73,-881.311,17.0433,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (48768,3662,1,7726.56,-759.902,-0.136312,0.610865,0,0,0.300706,0.953717,7200,7200,100,1), + (48769,19017,1,7833.32,-712.135,-10.6728,0.820305,0,0,0.398749,0.91706,7200,7200,100,1), + (48770,1731,1,7688.81,-814.313,8.07843,-0.698132,0,0,-0.34202,0.939693,300,300,100,1), + (48771,1731,1,7475.87,-686.872,4.20838,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (48772,176196,1,7543.85,-537.257,0.616865,1.89368,0.022097,0.075376,0.807932,0.584018,900,900,100,1), + (48773,1731,1,7518.72,-495.795,-0.740971,2.87979,0,0,0.991445,0.130528,300,300,100,1), + (48774,3661,1,7472.67,-446.01,-0.074509,-0.191986,0,0,0.095846,-0.995396,7200,7200,100,1), + (48775,1622,1,7389.33,-833.38,18.2687,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (48776,13360,1,7351.27,-772.621,7.94713,-0.523599,0,0,0.258819,-0.965926,300,300,100,1), + (48777,13873,1,7395.53,-782.862,7.89658,-1.51844,0,0,0.688354,-0.725374,7200,7200,100,1), + (48778,13872,1,7299.35,-862.117,29.8426,-1.85005,0,0,0.798635,-0.601815,300,300,100,1), + (48779,13360,1,7378.4,-874.377,21.1998,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (48780,13872,1,7430.48,-864.879,3.55035,-2.1293,0,0,0.87462,-0.48481,300,300,100,1), + (48781,12654,1,7274.62,-892.332,33.2905,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (48782,13360,1,7456.8,-868.262,1.33922,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (48783,12654,1,7490.88,-887.406,16.7593,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (48784,13360,1,7483.87,-839.69,13.0221,-2.93215,0,0,0.994522,-0.104529,300,300,100,1), + (48785,177792,1,7838.95,-259.246,-26.4806,0.191986,0,0,0.095846,0.995396,50,50,100,1), + (48786,175354,329,3931.2,-3549.38,133.961,2.94961,0,0,0.995396,0.095846,180,180,100,0), + (48787,3637,1,3630.07,-1136.24,210.633,3.14159,0,0,1,0,180,180,100,1), + (48788,176189,1,6311.27,857.436,-14.0184,-2.62672,0.043064,0.024858,0.96569,-0.254894,300,300,100,1), + (48789,19017,1,5811.37,1006.28,-37.1452,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (48790,19017,1,6155.17,857.033,-29.9529,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (48791,19017,1,6806.24,791.261,-31.3644,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (48792,2061,1,6251.44,962.67,1.16594,-2.02458,-0.025425,0.040688,-0.847071,0.529309,180,180,100,1), + (48793,86492,1,6305.36,801.79,-13.8798,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (48794,86492,1,6415.27,889.66,-39.7921,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (48795,86492,1,6384.79,906.778,-36.9819,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (48796,86492,1,6309.78,845.92,-13.5739,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (48797,55535,1,6251.44,962.67,1.16594,-2.02458,-0.025425,0.040688,-0.847071,0.529309,180,180,100,1), + (48798,2045,1,5977.26,984.857,-24.8214,0.750492,0,0,0.366501,0.930417,300,300,100,1), + (48799,2061,1,3630.07,-1136.24,210.633,3.14159,0,0,1,0,180,180,100,1), + (48800,3639,1,3532.35,-1134.26,221.733,3.14159,0,0,1,0,180,180,100,1), + (48801,2061,1,3532.35,-1134.26,221.733,3.14159,0,0,1,0,180,180,100,1), + (48802,3716,1,6748.91,-1961.38,550.92,3.14159,0,0,1,0,180,180,100,1), + (48803,2061,1,6748.91,-1961.38,550.92,3.14159,0,0,1,0,180,180,100,1), + (48804,3718,1,6850.85,-1888.13,550.92,2.04203,0,0,0.85264,0.522499,180,180,100,1), + (48805,2061,1,6850.85,-1888.13,550.92,2.04203,0,0,0.85264,0.522499,180,180,100,1), + (48806,177110,1,4925.55,-741.613,306.553,-0.017454,0,0,-0.008727,0.999962,180,180,100,1), + (48807,177111,1,6559.18,-1957.39,548.924,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (48808,153516,1,6822.58,-2086.34,623.41,1.59698,0.00248,0.046283,0.714788,0.697804,180,180,100,1), + (48809,2061,1,6822.58,-2086.34,623.41,1.59698,0.00248,0.046283,0.714788,0.697804,180,180,100,1), + (48810,177112,1,6559.15,-1957.41,548.203,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (48811,177113,1,6559.17,-1957.31,548.214,0.209439,0,0,0.104528,0.994522,180,180,100,1), + (48812,177114,1,6559.19,-1957.29,548.935,0.209439,0,0,0.104528,0.994522,180,180,100,1), + (48813,177115,1,6559.15,-1957.32,548.909,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (48814,177105,1,3905.86,-1264.31,223.462,-0.671953,0,0,-0.329691,0.944089,180,180,100,1), + (48815,177106,1,3905.89,-1264.29,222.636,-0.671953,0,0,-0.329691,0.944089,180,180,100,1), + (48816,177104,1,3905.77,-1264.39,223.469,2.46964,0,0,0.944089,0.329691,180,180,100,1), + (48817,177276,1,4582.76,-218.373,298.863,2.90597,0,0,0.993068,0.117537,180,180,100,1), + (48818,177275,1,4841.22,-379.217,349.549,3.14159,0,0,1,0,180,180,100,1), + (48819,3636,1,3706.48,-1137.94,207.858,3.14159,0,0,1,0,180,180,100,1), + (48820,2061,1,3706.48,-1137.94,207.858,3.14159,0,0,1,0,180,180,100,1), + (48821,152619,1,5108.47,-358.458,356.974,-1.33738,0,0,-0.61996,0.784633,180,180,100,1), + (48822,2061,1,5108.47,-358.458,356.974,-1.33738,0,0,-0.61996,0.784633,180,180,100,1), + (48823,177107,1,4925.45,-741.677,306.536,1.57952,0,0,0.710185,0.704015,180,180,100,1), + (48824,3717,1,6837.87,-1962.11,551.324,3.14159,0,0,1,0,180,180,100,1), + (48825,2061,1,6837.87,-1962.11,551.324,3.14159,0,0,1,0,180,180,100,1), + (48826,177109,1,4925.6,-741.705,305.747,-1.56207,0,0,-0.704015,0.710185,180,180,100,1), + (48827,187260,1,5103.54,-360.519,357.04,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (48828,177108,1,4925.57,-741.689,306.577,-1.56207,0,0,-0.704015,0.710185,180,180,100,1), + (48829,3638,1,3626.1,-1181.11,212.055,3.14159,0.030503,0.047956,0.998383,-0.001465,180,180,100,1), + (48830,2061,1,3626.1,-1181.11,212.055,3.14159,0.030503,0.047956,0.998383,-0.001465,180,180,100,1), + (48831,176326,1,5244.1,-657.293,258.79,-2.99324,0,0,0.99725,-0.074109,180,180,100,1), + (48832,176157,1,5437.06,-445.052,274.28,-1.92859,0,0,-0.821647,0.569997,180,180,100,1), + (48833,176305,1,5374.05,-530.644,273.894,-2.67908,0,0,0.973379,-0.229201,180,180,100,1), + (48834,175076,1,5439.03,-437.349,272.516,-0.523599,0,0,-0.258819,0.965926,180,180,100,1), + (48835,2061,1,5439.03,-437.349,272.516,-0.523599,0,0,-0.258819,0.965926,180,180,100,1), + (48836,175075,1,5433.76,-453.637,272.578,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (48837,2061,1,5433.76,-453.637,272.578,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (48838,176159,1,5113.6,-524.67,296.59,-1.92859,0,0,-0.821647,0.569997,180,180,100,1), + (48839,176161,1,5017.8,-456.184,321.928,-0.925024,0,0,-0.446197,0.894935,180,180,100,1), + (48840,176306,1,5007.41,-440.546,318.9,1.53589,0,0,0.694659,0.719339,180,180,100,1), + (48841,176158,1,4975.15,-443.583,316.032,-1.92859,0,0,-0.821647,0.569997,180,180,100,1), + (48842,176160,1,5091.5,-470.309,298.159,-1.92859,0,0,-0.821647,0.569997,180,180,100,1), + (48859,176645,1,6437.08,-857.785,466.358,-1.01229,0,0,0.48481,-0.87462,1800,1800,100,1), + (48860,176225,1,5111.2,-534.145,296.677,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (48861,176188,1,5057.5,-528.531,313.221,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (48862,176188,1,5059.17,-545.185,313.221,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (48863,176188,1,5037.69,-551.63,313.221,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (48864,176188,1,5053.61,-549.435,313.221,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (48865,176188,1,5043.94,-552.86,313.221,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (48866,176188,1,5040.44,-524.708,313.221,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (48867,176188,1,5037.85,-526.951,313.221,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (48868,176188,1,5031.54,-545.687,313.221,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (48869,176188,1,5046.98,-523.698,313.221,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (48870,176188,1,5059.76,-540.777,313.221,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (48871,176091,1,6909.33,-1820.12,570.555,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (48872,176184,1,4841.22,-380.88,349.549,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (48901,176643,1,6470.73,-1670.67,419.546,2.58309,0,0,0.961262,0.275637,2700,2700,100,1), + (48902,176188,1,5030.94,-534.871,313.221,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (48903,176188,1,5061.03,-534.442,313.221,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (48904,176188,1,5029.29,-542.443,313.221,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (48905,176188,1,5060.64,-533.654,313.221,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (48906,176188,1,5033.62,-531.373,313.221,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (48907,176641,1,3819.17,-781.184,309.96,-0.331612,0,0,0.165048,-0.986286,2700,2700,100,1), + (48908,176640,1,6058.16,-1623.83,498.649,2.70526,0,0,0.976296,0.21644,2700,2700,100,1), + (48909,176645,1,3763.35,-1716.1,269.617,-1.79769,0,0,0.782608,-0.622515,1800,1800,100,1), + (48910,176640,1,5880,-808.634,424.7,2.14675,0,0,0.878817,0.477159,2700,2700,100,1), + (48911,176641,1,6180.81,-1159.71,370.023,0.733038,0,0,0.358368,0.93358,2700,2700,100,1), + (48912,176641,1,5414.12,-917.214,369.429,-1.55334,0,0,0.700909,-0.71325,2700,2700,100,1), + (48913,176639,1,5350.14,-909.026,371.589,3.12414,0,0,0.999962,0.008727,2700,2700,100,1), + (48916,176641,1,3926.56,-1617.91,264.133,-0.680679,0,0,0.333807,-0.942641,2700,2700,100,1), + (48917,176645,1,6325.67,-1790.15,421.579,2.32129,0,0,0.91706,0.398749,1800,1800,100,1), + (48918,176638,1,6233.26,-1057.02,380.173,-0.087267,0,0,0.04362,-0.999048,2700,2700,100,1), + (48919,176642,1,5693.6,-975.517,382.478,-2.56563,0,0,0.95882,-0.284015,2700,2700,100,1), + (48920,176639,1,4017.34,-788.968,285.693,-2.09439,0,0,0.866025,-0.5,2700,2700,100,1), + (48921,176636,1,6503.98,-1509.01,438.926,2.37365,0,0,0.927184,0.374607,2700,2700,100,1), + (48922,176640,1,6504.79,-754.948,487.156,2.30383,0,0,0.913545,0.406737,2700,2700,100,1), + (48923,176639,1,6547.23,-821.016,474.854,-1.06465,0,0,0.507538,-0.861629,2700,2700,100,1), + (48925,176637,1,5991.86,-1328.28,414.972,-0.383972,0,0,0.190809,-0.981627,2700,2700,100,1), + (48926,176642,1,6583.85,-835.312,474.345,1.91986,0,0,0.819152,0.573576,2700,2700,100,1), + (48927,176637,1,4148.58,-697.723,282.085,-2.87979,0,0,0.991445,-0.130526,2700,2700,100,1), + (48930,176643,1,6900.49,-1782.53,584.844,-2.86234,0,0,0.990268,-0.139173,2700,2700,100,1), + (48931,176643,1,5342.51,-842.086,349.25,-1.11701,0,0,0.529919,-0.848048,2700,2700,100,1), + (48932,176643,1,6220.6,-1154.74,383.322,2.82743,0,0,0.987688,0.156434,2700,2700,100,1), + (48933,176645,1,5608.74,-473.306,381.546,-1.0472,0,0,0.5,-0.866025,1800,1800,100,1), + (48934,176645,1,4753.38,-589.886,283.662,2.56563,0,0,0.95882,0.284015,1800,1800,100,1), + (48937,176641,1,6217.16,-1618.61,475.595,1.65806,0,0,0.737277,0.67559,2700,2700,100,1), + (48938,176637,1,6317.09,-1277.11,374.092,-2.05949,0,0,0.857167,-0.515038,2700,2700,100,1), + (48939,176639,1,5885.37,-1262.66,405.783,2.00713,0,0,0.843391,0.5373,2700,2700,100,1), + (48940,176640,1,6156.16,-1839.16,575.645,0.733038,0,0,0.358368,0.93358,2700,2700,100,1), + (48941,176637,1,6410.31,-1664.2,489.088,-0.890118,0,0,0.430511,-0.902585,2700,2700,100,1), + (48944,176637,1,4498.2,-518.471,298.419,-1.36136,0,0,0.629321,-0.777146,2700,2700,100,1), + (48945,176640,1,5344.76,-954.472,390.509,-2.77507,0,0,0.983255,-0.182235,2700,2700,100,1), + (48946,176642,1,4192.98,-1108.22,307.553,2.04204,0,0,0.85264,0.522499,2700,2700,100,1), + (48947,176639,1,3877.94,-1616.04,250.439,-1.90241,0,0,0.814116,-0.580703,2700,2700,100,1), + (48948,176638,1,3895.07,-680.755,326.079,1.90241,0,0,0.814116,0.580703,2700,2700,100,1), + (48949,176643,1,4493.9,-439.566,329.082,0.261799,0,0,0.130526,0.991445,2700,2700,100,1), + (48950,176643,1,5381.58,-554.62,272.882,-3.08923,0,0,0.999657,-0.026177,2700,2700,100,1), + (48953,176638,1,5554.45,-987.39,371.665,-0.925024,0,0,0.446198,-0.894934,2700,2700,100,1), + (48954,176637,1,6414.88,-783.236,471.604,-2.04204,0,0,0.85264,-0.522498,2700,2700,100,1), + (48956,176636,1,3844.91,-1660.53,254.576,1.09956,0,0,0.522499,0.85264,2700,2700,100,1), + (48958,176645,1,5139.88,-462.869,301.225,-1.3439,0,0,0.622515,-0.782608,1800,1800,100,1), + (48960,176636,1,5064.93,-547.86,334.946,2.89725,0,0,0.992546,0.121869,2700,2700,100,1), + (48961,176642,1,4051.31,-745.657,283.103,0.244346,0,0,0.121869,0.992546,2700,2700,100,1), + (48962,176638,1,6742.92,-1596.08,477.572,-2.16421,0,0,0.882948,-0.469472,2700,2700,100,1), + (48963,176641,1,5644.48,-674.997,343.131,-2.16421,0,0,0.882948,-0.469472,2700,2700,100,1), + (48964,176639,1,6384.31,-2048.23,571.964,2.16421,0,0,0.882948,0.469472,2700,2700,100,1), + (48965,176641,1,6679.51,-1323.44,467.133,-3.01942,0,0,0.998135,-0.061048,2700,2700,100,1), + (48966,176643,1,6276.83,-648.121,489.46,2.46091,0,0,0.942641,0.333807,2700,2700,100,1), + (48967,176639,1,4791.07,-500.714,325.658,0.436332,0,0,0.21644,0.976296,2700,2700,100,1), + (48968,176637,1,3656.49,-1614.84,209.027,-1.06465,0,0,0.507538,-0.861629,2700,2700,100,1), + (48969,176645,1,4729.01,-460.879,350.825,-1.91986,0,0,0.819152,-0.573576,1800,1800,100,1), + (48970,176641,1,4493.51,-564.449,289.21,-2.16421,0,0,0.882948,-0.469472,2700,2700,100,1), + (48971,176643,1,5010.27,-446.018,321.039,1.91986,0,0,0.819152,0.573576,2700,2700,100,1), + (48972,176645,1,3649.17,-1207.23,220.904,0.191986,0,0,0.095846,0.995396,1800,1800,100,1), + (48973,177152,1,6652.96,-4557.85,717.088,-0.087266,0,0,-0.043619,0.999048,900,900,100,1), + (48974,177153,1,6652.98,-4557.89,717.691,-1.65806,0,0,-0.737277,0.67559,900,900,100,1), + (48975,177154,1,6674.19,-3655.81,696.534,0,0,0,0,1,900,900,100,1), + (48976,177155,1,6674.21,-3655.83,695.932,0,0,0,0,1,900,900,100,1), + (48977,177417,1,5770.62,-4995.14,810.364,0.820305,0,0,0.398749,0.91706,900,900,100,1), + (48978,177417,1,5607.76,-5028.4,809.056,-1.58825,0,0,0.71325,-0.700909,900,900,100,1), + (48979,177417,1,5629.28,-4890.11,806.031,0.10472,0,0,0.052336,0.99863,900,900,100,1), + (48980,177417,1,5695.09,-5057.97,808.54,-2.56563,0,0,0.95882,-0.284015,900,900,100,1), + (48981,177417,1,5464.57,-4983.42,851.758,-2.09439,0,0,0.866025,-0.5,900,900,100,1), + (48982,175628,1,5658.92,-4676.7,775.991,1.91114,0.549471,0.805749,0.124973,0.182298,2,2,100,1), + (48983,2061,1,6786.5,-2665.45,544.784,3.14159,0,0,1,0,900,900,100,1), + (48984,2061,1,6496.02,-3144.3,571.205,3.14159,-0.065403,0,0.997859,0,900,900,100,1), + (48985,175629,1,5658.78,-4675.59,775.469,3.14159,-0.112419,0.116782,0.986685,0.013306,300,300,100,1), + (48986,2061,1,6838,-5042.41,690.522,3.14159,0,0,1,0,900,900,100,1), + (48987,2061,1,6847.2,-5103.88,692.888,3.14159,0,0,1,0,900,900,100,1), + (48988,2061,1,6777.95,-5056.11,722.833,3.14159,0,0,1,0,900,900,100,1), + (48989,2061,1,6781.98,-5156.25,732.297,3.14159,0,0,1,0,900,900,100,1), + (48990,2061,1,6511.63,-3264.02,573.818,-3.14159,-0.056679,-0.02178,0.998154,-0.001237,900,900,100,1), + (48991,2061,1,6804.18,-4745.66,701.498,3.14159,0.074097,0.017404,0.997098,-0.001293,900,900,100,1), + (48992,2061,1,6704.02,-4707.17,721.478,0.60204,0.003768,-0.013585,0.296459,0.954941,900,900,100,1), + (48993,175888,1,6498.79,-4231.49,659.381,-1.50098,0,0,0.681998,-0.731354,300,300,100,1), + (48994,2066,1,6844.29,-5082.69,690.351,-2.30383,-0.014632,0.022139,0.91327,-0.406489,900,900,100,1), + (48995,175891,1,6558.83,-3929.28,659.249,-0.436333,0,0,0.21644,-0.976296,300,300,100,1), + (48996,176404,1,6705.1,-4667.35,721.6,3.14159,0,0,1,0,900,900,100,1), + (48997,177684,1,8071.29,-3843.42,689.28,-1.43117,0,0,0.656059,-0.75471,900,900,100,1), + (48998,175892,1,6477.24,-4101.61,659.443,-2.1293,0,0,0.87462,-0.48481,300,300,100,1), + (48999,175893,1,6568.88,-4038.71,659.201,1.3439,0,0,0.622515,0.782608,300,300,100,1), + (49000,176163,1,5893.48,-4054.75,596.385,2.9147,0,0,0.993572,0.113203,900,900,100,1), + (49001,176164,1,5893.29,-4054.65,596.309,2.26893,0,0,0.906308,0.422618,900,900,100,1), + (49002,176165,1,6107.64,-4181.67,852.317,-0.802851,0,0,0.390731,-0.920505,900,900,100,1), + (49003,176166,1,6107.66,-4181.53,852.521,-1.93731,0,0,0.824126,-0.566406,900,900,100,1), + (49004,175404,1,4860.99,-4333.66,912.453,-0.855212,0,0,-0.414694,0.909961,300,300,100,1), + (49005,175404,1,5686.63,-5050.94,808.882,1.50098,0,0,0.681997,0.731355,300,300,100,1), + (49006,175355,329,3908.55,-3545.29,135.908,2.94961,0,0,0.995396,0.095846,180,180,100,0), + (49007,175404,1,6664.74,-4017.12,666.367,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (49008,175404,1,4858.89,-4540.23,888.01,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (49009,175404,1,4312.08,-4112.96,951.446,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (49010,175404,1,5328.29,-4807.32,704.26,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (49011,175404,1,5896.12,-4029.86,597.128,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (49012,175404,1,8035.92,-4208.95,709.697,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (49013,175404,1,6706.28,-5120.3,744.64,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (49014,175407,1,6370.13,-2999.56,604.016,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (49015,175407,1,6560.97,-3578.79,709.081,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (49016,175407,1,6516.05,-3561.2,662.338,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (49017,175407,1,7893.13,-4353.83,713.596,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (49018,175407,1,6140.93,-5056.44,789.064,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (49019,175407,1,5949.43,-4952.26,776.945,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (49020,175407,1,6408.47,-3420.4,643.376,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (49021,175407,1,6369.4,-2962.51,603.33,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (49022,175407,1,6359.31,-2789.68,582.855,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (49023,175407,1,6438.62,-3524.33,649.41,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (49024,175407,1,6416.76,-3504.17,664.152,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (49025,175407,1,7902.28,-4403.21,706.886,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (49026,175407,1,7671.94,-4584.72,667.956,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (49027,175407,1,5913.81,-4749.21,762.953,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (49028,175407,1,7850.06,-4293.56,695.921,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (49029,175407,1,6184.2,-4842.02,739.304,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (49030,175407,1,6438.38,-3625.51,697.764,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (49031,175407,1,7543.97,-4435.66,604.325,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (49032,175407,1,7716.83,-4455.25,640.43,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (49033,175407,1,6366.6,-2896.57,606.388,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (49034,175407,1,6047.48,-4959.49,769.984,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (49035,175407,1,7790.87,-4490.28,663.959,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (49036,175407,1,6401.18,-3720.78,712.462,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (49037,175407,1,6937.15,-4622.89,733.433,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (49038,175407,1,6464.24,-3562.29,669.043,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (49039,175407,1,6451.04,-3553.96,663.442,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (49040,175407,1,6979.45,-4438.09,722.09,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (49041,175407,1,6717.85,-4814.36,731.411,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (49042,175407,1,6303.67,-4824.15,754.971,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (49043,175407,1,6307.61,-2513.79,543.317,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (49044,175407,1,6324.26,-2402.99,553.211,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (49045,175407,1,7244.21,-4457.88,627.596,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (49046,175407,1,5944.81,-4814.14,756.258,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (49047,175407,1,6483.6,-4958.94,728.934,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (49048,175407,1,6294.32,-5006.27,775.647,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (49049,175407,1,6421.33,-5100.43,757.142,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (49050,175407,1,6002.91,-5063.72,794.503,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (49051,175407,1,7377.28,-4628.07,605.106,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (49052,175407,1,6483.27,-2547.05,579.535,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (49053,175407,1,6446.97,-3376.66,602.696,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (49054,175407,1,6914.73,-4541.41,710.502,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (49055,175407,1,6734.3,-3900.14,687.592,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (49056,175407,1,6687.04,-3123.8,577.556,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (49057,175407,1,6762.6,-3188.19,581.871,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (49058,175407,1,6391.78,-2459.59,546.223,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (49059,175407,1,6600.26,-3829.53,653.886,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (49060,175407,1,6547.76,-3376.17,597.164,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (49061,175407,1,6517.62,-3408.48,601.375,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (49062,175407,1,6537.07,-3465.81,633.207,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (49063,175407,1,6399.4,-3061.63,583.107,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (49064,175407,1,6449.28,-2468.18,562.061,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (49065,175407,1,6378.06,-2542.62,538.352,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (49066,175407,1,6433.75,-2644.12,553.284,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (49067,175407,1,6439.02,-2589.94,563.526,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (49068,175407,1,6457.9,-2842.83,587.436,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (49069,175407,1,6488.51,-2790.97,578.171,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (49070,175407,1,6450.06,-2665.02,546.88,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (49071,175407,1,6458.14,-3035.03,573.663,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (49072,175407,1,6440.67,-2969.9,575.597,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (49073,175407,1,6509.34,-2979.35,591.862,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (49074,175927,1,6696.57,-4648.01,721.942,-2.23402,0,0,0.898794,-0.438371,2,2,100,1), + (49075,175929,1,6786.5,-2665.45,544.784,3.14159,0,0,1,0,900,900,100,1), + (49076,175930,1,6496.02,-3144.3,571.205,3.14159,-0.065403,0,0.997859,0,900,900,100,1), + (49077,175931,1,6804.18,-4745.66,701.498,3.14159,0.074097,0.017404,0.997098,-0.001293,900,900,100,1), + (49078,175932,1,6511.63,-3264.02,573.818,-3.14159,-0.056679,-0.02178,0.998154,-0.001237,900,900,100,1), + (49079,324,1,5256.66,-5014.92,867.899,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (49080,324,1,6650.88,-5297.41,753.44,2.86234,0,0,0.990268,0.139173,300,300,100,1), + (49081,324,1,6217.66,-4274.55,658.453,3.07178,0,0,0.999391,0.0348993,300,300,100,1), + (49082,324,1,4651.27,-4620.2,888.455,0.750492,0,0,0.366501,0.930417,300,300,100,1), + (49083,324,1,5641.72,-4419.73,800.441,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (49084,324,1,7781.68,-4619.14,695.573,-1.06465,0,0,-0.507538,0.861629,300,300,100,1), + (49085,324,1,5102.72,-4388.88,918.337,2.18166,0,0,0.88701,0.461749,300,300,100,1), + (49086,176748,1,6781.91,-4681.44,723.841,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (49087,176749,1,6776.57,-4681.44,723.841,1.59698,0,0,0.716302,0.69779,900,900,100,1), + (49088,153454,1,6417.92,-4281.62,666.034,-0.750491,0,0,0.366501,-0.930418,7200,7200,100,1), + (49089,153454,1,6520.67,-3264.04,574.942,2.93215,0,0,0.994522,0.104528,7200,7200,100,1), + (49090,153454,1,6796.87,-2666.08,544.784,2.96706,0,0,0.996195,0.087156,7200,7200,100,1), + (49091,153454,1,6796.38,-5150.05,732.103,-2.07694,0,0,0.861629,-0.507538,7200,7200,100,1), + (49092,179863,1,6696.5,-4645.01,720.95,-2.92343,0,0,0.994056,-0.108867,900,900,100,1), + (49093,179864,1,6697.86,-4642.63,721.055,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (49094,177307,1,4571.62,-3924.89,943.37,0.506217,0.012336,-0.000323,0.250435,0.968055,900,900,100,1), + (49096,176804,1,6838,-5042.41,690.522,3.14159,0,0,1,0,900,900,100,1), + (49097,176805,1,6844.29,-5082.69,690.351,-2.30383,-0.014632,0.022139,0.91327,-0.406489,900,900,100,1), + (49098,176806,1,6847.2,-5103.88,692.888,3.14159,0,0,1,0,900,900,100,1), + (49099,176807,1,6777.95,-5056.11,722.833,3.14159,0,0,1,0,900,900,100,1), + (49100,176808,1,6781.98,-5156.25,732.297,3.14159,0,0,1,0,900,900,100,1), + (49101,179125,1,6783.92,-4677.42,723.884,-2.89725,0,0,0.992546,-0.121869,900,900,100,1), + (49102,175811,1,6704.02,-4707.17,721.478,0.60204,0.003768,-0.013585,0.296459,0.954941,900,900,100,1), + (49103,176586,1,5235.97,-4352.01,901.981,2.32129,0,0,0.91706,0.398748,300,300,100,1), + (49104,176586,1,6294.66,-3356.88,727.518,0.261799,0,0,0.130526,0.991445,300,300,100,1), + (49105,176586,1,6113.66,-5209.13,885.365,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (49106,176586,1,5946.64,-4288.95,793.852,0.785398,0,0,0.382683,0.92388,300,300,100,1), + (49107,176586,1,6398.49,-2862.23,604.22,-2.72271,0,0,-0.978147,0.207914,300,300,100,1), + (49108,176586,1,6852.85,-3761.42,743.023,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (49109,176586,1,6396.66,-4156.79,704.298,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (49110,176586,1,6514.17,-4445.21,722.673,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (49111,176586,1,7103.62,-5173.73,760.248,-2.32129,0,0,-0.91706,0.398748,300,300,100,1), + (49112,176586,1,7727.69,-3802.47,724.59,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (49113,176586,1,7359.92,-4831.48,712.817,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (49114,176586,1,6885.28,-3090.72,641.857,2.58309,0,0,0.961262,0.275636,300,300,100,1), + (49115,176588,1,5356.97,-5075.92,913.133,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (49116,176588,1,7563.06,-5089.49,758.552,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (49117,176588,1,6176.92,-4441.84,662.53,-2.79253,0,0,-0.984808,0.173647,300,300,100,1), + (49118,176588,1,7081.68,-4991.65,718.435,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (49119,176588,1,6924.8,-3373.19,754.183,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (49120,176588,1,7648.18,-4111.49,741.152,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (49121,176588,1,6747.93,-4918.34,771.269,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (49122,176588,1,5107.16,-4919.52,868.767,1.55334,0,0,0.700908,0.713252,300,300,100,1), + (49123,176588,1,5269.84,-4882.82,692.538,0.610865,0,0,0.300706,0.953717,300,300,100,1), + (49124,176588,1,5352.18,-4851.42,815.145,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (49125,176588,1,6168.49,-4340.89,747.002,-0.942478,0,0,-0.453991,0.891006,300,300,100,1), + (49126,176588,1,6409.91,-2754.9,576.526,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (49127,176588,1,6431.63,-4229.8,668.236,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (49128,176588,1,7920.34,-4474.76,707.338,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (49129,176588,1,6300.39,-4215.52,722.456,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (49130,176588,1,8186,-3821.11,700.152,-2.79253,0,0,-0.984808,0.173647,300,300,100,1), + (49131,176588,1,6269.67,-2525.9,564.303,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (49132,176588,1,6520.99,-3388.28,595.719,-1.36136,0,0,-0.629322,0.777145,300,300,100,1), + (49133,176588,1,6478.81,-3234.72,571.598,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (49134,176588,1,6482.23,-3249.28,571.912,1.51844,0,0,0.688356,0.725373,300,300,100,1), + (49135,176588,1,7375.05,-4576.9,595.875,0.05236,0,0,0.026177,0.999657,300,300,100,1), + (49136,176588,1,5945.41,-5034.55,810.005,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (49137,176588,1,7414.26,-4695.29,630.818,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (49138,176588,1,7242.53,-5166.85,758.353,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (49139,176589,1,6624.31,-4034.23,658.501,-0.069813,0,0,-0.0348994,0.999391,3600,3600,100,1), + (49140,175324,1,5268.94,-4996.19,850.084,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (49141,175324,1,5108.38,-4886.49,866.567,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (49142,175324,1,5391.82,-4897.21,838.205,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (49143,175324,1,5182.09,-4784.35,694.452,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (49144,175324,1,5391.46,-4461.89,847.264,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (49145,175324,1,5440.57,-4606.38,801.418,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (49146,175324,1,5344.03,-4458.46,833.399,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (49147,175324,1,5110.87,-4813.28,853.422,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (49148,175324,1,5149.33,-4850.02,854.172,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (49149,175324,1,5245.25,-4568.61,827.395,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (49150,175324,1,5343.5,-4682.25,692.467,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (49151,175324,1,5275.67,-4630.9,702,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (49152,175324,1,5258.66,-4488.03,837.473,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (49153,175324,1,5301.18,-4774.14,697.018,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (49154,175324,1,5366.03,-4609.32,696.676,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (49155,175324,1,5285.98,-4838.42,693.872,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (49156,175324,1,5350.95,-4884.03,812.81,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (49157,175324,1,5308.98,-4914.46,698.147,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (49158,175324,1,5305.28,-4879,698.667,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (49159,175586,1,5661.34,-4679.21,775.067,1.45735,-0.148053,-0.12066,0.654865,0.731214,2,2,100,1), + (49160,175587,1,5703.49,-4504.99,762.929,0.392698,0,0,0.19509,0.980785,2,2,100,1), + (49161,177131,1,6500.37,-2444.44,574.968,3.14159,0,0,1,0,900,900,100,1), + (49162,177132,1,6500.39,-2444.46,574.35,3.14159,0,0,1,0,900,900,100,1), + (49163,177133,1,6500.39,-2444.41,573.692,3.14159,0,0,1,0,900,900,100,1), + (49164,177134,1,6500.38,-2444.44,574.966,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (49165,177135,1,6500.4,-2444.47,574.35,-1.5708,0,0,-0.707107,0.707107,900,900,100,1), + (49166,177136,1,6674.08,-3655.81,696.485,3.14159,0,0,1,0,900,900,100,1), + (49167,177137,1,6674.1,-3655.84,695.882,3.14159,0,0,1,0,900,900,100,1), + (49168,177138,1,6674.08,-3655.81,696.483,1.5708,0,0,0.707107,0.707107,900,900,100,1), + (49169,177139,1,6915.43,-4129.61,694.543,-1.07338,0,0,-0.511293,0.859406,900,900,100,1), + (49170,177140,1,6915.42,-4129.64,693.94,-1.07338,0,0,-0.511293,0.859406,900,900,100,1), + (49171,177141,1,6915.44,-4129.6,694.541,0.497418,0,0,0.246153,0.969231,900,900,100,1), + (49172,177142,1,6915.43,-4129.63,693.938,0.497418,0,0,0.246153,0.969231,900,900,100,1), + (49173,177143,1,6915.46,-4129.6,693.267,0.497418,0,0,0.246153,0.969231,900,900,100,1), + (49174,177144,1,6915.42,-4129.61,694.54,2.06821,0,0,0.859406,0.511293,900,900,100,1), + (49175,2040,1,6424.74,-3189.21,586.443,-2.79253,0,0,-0.984808,0.173647,300,300,100,1), + (49176,2040,1,6841.2,-3706.99,735.866,-1.91986,0,0,-0.819151,0.573577,300,300,100,1), + (49177,2040,1,6435.06,-2795.48,571.563,2.42601,0,0,0.936673,0.350206,300,300,100,1), + (49178,177145,1,6915.41,-4129.63,693.938,2.06821,0,0,0.859406,0.511293,900,900,100,1), + (49179,177146,1,7167.97,-4150.65,706.979,1.58825,0,0,0.71325,0.700909,900,900,100,1), + (49180,177147,1,7167.95,-4150.67,706.367,1.58825,0,0,0.71325,0.700909,900,900,100,1), + (49181,177148,1,7167.99,-4150.65,706.98,-1.55334,0,0,-0.700909,0.71325,900,900,100,1), + (49182,177404,1,5514.49,-4917.57,845.538,2.3911,0,0,0.930418,0.366501,900,900,100,1), + (49183,177149,1,7167.99,-4150.65,706.98,0.017454,0,0,0.008727,0.999962,900,900,100,1), + (49184,177150,1,6652.97,-4557.89,717.693,3.05433,0,0,0.999048,0.04362,900,900,100,1), + (49185,177151,1,6652.98,-4557.87,717.693,-0.087266,0,0,-0.043619,0.999048,900,900,100,1), + (49186,2047,1,6435.39,-3499.3,648.11,0.15708,0,0,0.0784593,0.996917,300,300,100,1), + (49187,2047,1,7200.86,-5050.07,743.897,0.087266,0,0,0.0436192,0.999048,300,300,100,1), + (49188,2047,1,6654.32,-5345.31,771.254,-0.383972,0,0,-0.190809,0.981627,300,300,100,1), + (49189,177122,1,7637.18,-2227.68,463.224,-1.69297,0,0,-0.748956,0.66262,900,900,100,1), + (49190,177124,1,7637.1,-2227.71,462.568,-0.122174,0,0,-0.061049,0.998135,900,900,100,1), + (49191,177125,1,7637.14,-2227.65,463.182,-0.122174,0,0,-0.061049,0.998135,900,900,100,1), + (49192,177118,1,7612.83,-2293.33,457.125,-0.671953,0,0,-0.329691,0.944089,900,900,100,1), + (49193,177120,1,7612.75,-2293.33,457.793,0.898844,0,0,0.434445,0.900698,900,900,100,1), + (49194,177121,1,7637.17,-2227.66,462.563,-1.69297,0,0,-0.748956,0.66262,900,900,100,1), + (49195,177116,1,7612.76,-2293.37,457.737,2.46964,0,0,0.944089,0.329691,900,900,100,1), + (49196,177273,1,7793.49,-2446.94,486.7,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (49197,177117,1,7612.83,-2293.32,457.791,-0.671953,0,0,-0.329691,0.944089,900,900,100,1), + (49198,177127,1,7811.78,-2309.92,455.63,-2.08567,0,0,-0.863836,0.503774,900,900,100,1), + (49199,177128,1,7811.72,-2309.84,455.566,1.05592,0,0,0.503774,0.863836,900,900,100,1), + (49200,177130,1,7811.76,-2309.91,454.406,1.05592,0,0,0.503774,0.863836,900,900,100,1), + (49201,177126,1,7811.76,-2309.9,454.961,1.05592,0,0,0.503774,0.863836,900,900,100,1), + (49202,177119,1,7612.75,-2293.34,457.126,0.898844,0,0,0.434445,0.900698,900,900,100,1), + (49203,177129,1,7811.76,-2309.84,455.625,-0.514872,0,0,-0.254602,0.967046,900,900,100,1), + (49204,177123,1,7637.11,-2227.73,463.229,3.01942,0,0,0.998135,0.061049,900,900,100,1), + (49205,177278,1,7984.11,-2504.02,486.661,2.53073,0,0,0.953717,0.300706,900,900,100,1), + (49206,177280,1,7853.31,-2593.1,485.923,0.226893,0,0,0.113203,0.993572,900,900,100,1), + (49207,177280,1,7790.75,-2446.62,486.522,1.20428,0,0,0.566406,0.824126,900,900,100,1), + (49208,177785,1,7634.21,-2634.78,396.328,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (49209,178984,1,7634.21,-2634.78,396.328,-0.802851,0,0,0.390731,-0.920505,900,900,100,1), + (49210,177785,1,7745.94,-2604.55,387.028,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (49211,178984,1,7745.94,-2604.55,387.028,-0.20944,0,0,0.104528,-0.994522,900,900,100,1), + (49212,177785,1,7775.02,-2641.81,405.522,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (49213,178984,1,7775.02,-2641.81,405.522,3.03687,0,0,0.99863,0.052336,900,900,100,1), + (49214,177785,1,7718.84,-2631.14,411.323,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (49215,178984,1,7718.84,-2631.14,411.323,1.37881,0,0,0.636078,0.771625,900,900,100,1), + (49216,177524,1,7675.39,-2659.36,406.346,1.01229,0,0,0.48481,0.87462,900,900,100,1), + (49217,177524,1,7697.36,-2569.16,400.31,-0.767945,0,0,0.374607,-0.927184,900,900,100,1), + (49223,185493,1,7457.92,-3122.74,437.772,0.226893,0,0,0.113203,0.993572,900,900,100,1), + (49225,185493,1,7459.25,-3121.18,437.642,-2.11185,0,0,0.870356,-0.492423,900,900,100,1), + (49226,185493,1,7460.14,-3124.89,437.761,0.488692,0,0,0.241922,0.970296,900,900,100,1), + (49255,185493,1,7461.55,-3123.44,437.646,0.034907,0,0,0.017452,0.999848,900,900,100,1), + (49271,180480,1,-6246.37,29.44,10.0937,-1.90661,0.044385,0.040612,-0.813599,0.578305,900,900,100,1), + (49272,2061,1,-7568.23,771.082,-18.2331,3.14159,0,0,1,0,900,900,100,1), + (49273,2061,1,-6850.66,765.725,42.3866,-2.57436,0,0,0.96005,-0.279829,900,900,100,1), + (49274,2061,1,-7178.94,1384.41,2.91942,3.14159,0,0,1,0,900,900,100,1), + (49275,2061,1,-8020.06,1112.56,2.73793,-0.28798,0.049354,0.006055,-0.143937,0.988337,900,900,100,1), + (49276,2066,1,-6756.5,1596.81,6.67234,2.21657,0,0,0.894934,0.446198,900,900,100,1), + (49277,2066,1,-6986.95,1212.81,9.09485,1.06465,0,0,0.507538,0.861629,900,900,100,1), + (49278,2066,1,-7037.04,1149.42,6.29843,1.7017,0,0,0.75184,0.659346,900,900,100,1), + (49279,2066,1,-6796.55,1661.36,5.86417,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (49280,2066,1,-6386.38,-310.63,-1.99362,0.253073,0,0,0.126199,0.992005,900,900,100,1), + (49281,2066,1,-7553.39,764.236,-18.5111,3.12414,0,0,0.999962,0.008727,900,900,100,1), + (49282,2066,1,-6348.64,154.418,5.83256,2.86234,0,0,0.990268,0.139173,900,900,100,1), + (49283,2066,1,-6990.71,1122.79,8.93809,-0.855211,0,0,-0.414693,0.909961,900,900,100,1), + (49284,2066,1,-6446.86,209.125,4.05612,1.18682,0,0,0.559193,0.829038,900,900,100,1), + (49285,180501,1,-6140.71,1819.92,39.5031,1.65806,0,0,0.737277,0.67559,300,300,100,1), + (49286,180501,1,-6201.68,1581.94,19.4004,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (49287,180501,1,-6295.14,1770.46,3.08768,-2.00713,0,0,0.843391,-0.5373,300,300,100,1), + (49288,180501,1,-6264.88,1611.38,4.17541,1.98968,0,0,0.838671,0.544639,300,300,100,1), + (49289,180501,1,-6393.28,1762.54,13.0218,0.558505,0,0,0.275637,0.961262,300,300,100,1), + (49290,180501,1,-6198.25,1778.85,17.5402,-2.47837,0,0,0.945519,-0.325568,300,300,100,1), + (49291,180501,1,-6209.36,1789.92,19.2903,1.71042,0,0,0.75471,0.656059,300,300,100,1), + (49292,180501,1,-6183.65,1697.85,14.5047,1.23918,0,0,0.580703,0.814116,300,300,100,1), + (49293,180501,1,-6318.64,1700.38,4.29943,3.00197,0,0,0.997564,0.069757,300,300,100,1), + (49294,180501,1,-6231.62,1687.5,7.06501,0.436332,0,0,0.21644,0.976296,300,300,100,1), + (49295,180501,1,-6276.29,1702.12,3.87638,0.174533,0,0,0.087156,0.996195,300,300,100,1), + (49296,180501,1,-6183.27,1847.86,38.9334,-2.63545,0,0,0.968148,-0.25038,300,300,100,1), + (49297,180501,1,-6378.29,1805.97,2.97902,1.44862,0,0,0.66262,0.748956,300,300,100,1), + (49298,180502,1,-7960,1824.93,4.11511,0,0,0,0,1,900,900,100,1), + (49299,180502,1,-7931.53,1891.82,6.43345,0,0,0,0,1,900,900,100,1), + (49300,180502,1,-7934.66,1877.42,6.81374,0,0,0,0,1,900,900,100,1), + (49301,180502,1,-6998.96,1226.66,10.0931,0,0,0,0,1,900,900,100,1), + (49302,180502,1,-7005.31,1158.44,11.6459,0,0,0,0,1,900,900,100,1), + (49303,180502,1,-6749.14,1647.16,8.87061,0,0,0,0,1,900,900,100,1), + (49304,180502,1,-6717.21,1677.15,9.33745,0,0,0,0,1,900,900,100,1), + (49305,180502,1,-6669.6,1564.38,9.23885,0,0,0,0,1,900,900,100,1), + (49306,180502,1,-7842.95,1902.33,6.26722,0,0,0,0,1,900,900,100,1), + (49307,180502,1,-6794.59,1686.1,8.26884,0,0,0,0,1,900,900,100,1), + (49308,180502,1,-6944.2,1180.51,11.3674,0,0,0,0,1,900,900,100,1), + (49309,180502,1,-7037.55,1203.68,7.13502,0,0,0,0,1,900,900,100,1), + (49310,180503,1,-7010.91,1215.83,8.90081,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (49311,180518,1,-7842.69,1902.4,5.72886,0.837758,0,0,0.406737,0.913545,900,900,100,1), + (55049,181355,0,1631.83,246.979,62.5915,5.75338,0,0,0,0,180,180,100,1), + (55061,181392,1,4362.94,226.328,56.8875,3.91559,0,0,0.926046,-0.377411,180,180,100,1), + (49314,180529,1,-6944.11,1180.51,10.766,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (49315,180788,1,-8116.83,1582.42,12.4188,2.25148,0,0,0.902585,0.430511,900,900,100,1), + (49316,180534,1,-6998.96,1226.66,9.16291,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (49317,180539,1,-7005.53,1158.18,10.9306,-1.27409,0,0,0.594823,-0.803857,900,900,100,1), + (49318,142142,1,-6748.26,1252.42,5.5192,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (49319,142142,1,-7750.89,950.673,-0.100626,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (49320,142142,1,-6852.07,19.1105,5.19067,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (49321,180544,1,-7037.58,1203.61,6.5139,1.15192,0,0,0.544639,0.838671,900,900,100,1), + (49322,324,1,-7851.56,207.997,12.9926,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (49323,324,1,-6484.37,1534.94,18.1788,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (49324,324,1,-6425.44,1448.17,-1.46714,0.331613,0,0,0.165048,0.986286,300,300,100,1), + (49325,324,1,-6453.39,506.931,0.376089,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (49326,324,1,-7608.42,1251.54,-1.78993,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (49327,324,1,-8065.33,1130.68,20.2217,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (49328,324,1,-7725.71,1852.76,22.6919,-0.034907,0,0,-0.0174526,0.999848,300,300,100,1), + (49329,324,1,-6890.71,198.715,-1.48214,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (49330,324,1,-6927.77,1375.2,0.115259,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (49331,324,1,-7769.69,998.732,-2.36412,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (49332,180549,1,-6669.6,1564.43,8.63283,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (49333,180554,1,-6716.85,1677.28,8.42865,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (49334,180559,1,-6749.07,1647.14,8.07055,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (49335,180564,1,-6794.58,1686.04,7.67232,1.15192,0,0,0.544639,0.838671,900,900,100,1), + (49336,181598,1,-6999.92,823.196,13.1457,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (49337,181598,1,-7851.41,1617.03,3.51614,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (49338,181598,1,-7849.86,1811.71,1.97516,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (49339,181598,1,-7478.8,1447.77,6.12544,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (49340,181598,1,-6477.6,1146.2,2.60009,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (49341,181598,1,-7757.84,1258.98,-2.27307,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (49342,181598,1,-7822.73,1879.87,5.44712,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (49343,181598,1,-7135.93,780.037,7.27633,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (49344,181598,1,-7836.4,1182.2,-1.61276,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (49345,181598,1,-6653.26,1280.47,4.89185,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (49346,181598,1,-7935.15,836.743,-1.24116,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (49347,181598,1,-6849.17,1282.89,-0.140266,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (49348,181598,1,-7323.53,473.756,9.38878,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (49349,181598,1,-7604.34,307.644,5.16781,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (49350,181598,1,-7421.76,426.214,0.29064,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (49351,181598,1,-7118.89,514.718,5.04252,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (49352,181603,1,-7142.01,1397.95,4.33425,-0.925024,0,0,0.446198,-0.894934,900,900,100,1), + (49353,180583,1,-6230.4,1548.1,15.1153,1.20428,0,0,0.566406,0.824126,900,900,100,1), + (49354,180583,1,-6327.62,1616.49,23.1831,0.994838,0,0,0.477159,0.878817,900,900,100,1), + (49355,180583,1,-6140.71,1819.92,39.5031,1.65806,0,0,0.737277,0.67559,900,900,100,1), + (49356,180583,1,-6134.29,1789.29,33.9167,1.74533,0,0,0.766044,0.642788,900,900,100,1), + (49357,180583,1,-6201.68,1581.94,19.4004,1.22173,0,0,0.573576,0.819152,900,900,100,1), + (49358,180583,1,-6295.14,1770.46,3.08768,-2.00713,0,0,0.843391,-0.5373,900,900,100,1), + (49359,180583,1,-6264.88,1611.38,4.17541,1.98968,0,0,0.838671,0.544639,900,900,100,1), + (49360,180583,1,-6393.28,1762.54,13.0218,0.558505,0,0,0.275637,0.961262,900,900,100,1), + (49361,180583,1,-6196.44,1815.9,21.6988,-1.51844,0,0,0.688354,-0.725374,900,900,100,1), + (49362,180583,1,-6198.25,1778.85,17.5402,-2.47837,0,0,0.945519,-0.325568,900,900,100,1), + (49363,180583,1,-6209.36,1789.92,19.2903,1.71042,0,0,0.75471,0.656059,900,900,100,1), + (49364,180583,1,-6151.03,1747.77,28.9163,-1.91986,0,0,0.819152,-0.573576,900,900,100,1), + (49365,180583,1,-6183.65,1697.85,14.5047,1.23918,0,0,0.580703,0.814116,900,900,100,1), + (49366,180583,1,-6318.64,1700.38,4.29943,3.00197,0,0,0.997564,0.069757,900,900,100,1), + (49367,180583,1,-6231.62,1687.5,7.06501,0.436332,0,0,0.21644,0.976296,900,900,100,1), + (49368,180583,1,-6276.29,1702.12,3.87638,0.174533,0,0,0.087156,0.996195,900,900,100,1), + (49369,180583,1,-6183.27,1847.86,38.9334,-2.63545,0,0,0.968148,-0.25038,900,900,100,1), + (49370,180583,1,-6378.29,1805.97,2.97902,1.44862,0,0,0.66262,0.748956,900,900,100,1), + (49371,180583,1,-6471.72,1850.61,3.59942,0.645772,0,0,0.317305,0.948324,900,900,100,1), + (49372,179565,1,-7244.06,335.095,46.3382,-0.767945,0,0,0.374607,-0.927184,2,2,100,1), + (49373,181617,1,-7588.78,756.778,-16.4095,2.37365,0,0,0.927184,0.374607,900,900,100,1), + (49374,181618,1,-7141.96,1397.97,4.34255,-2.1293,0,0,0.87462,-0.48481,900,900,100,1), + (49375,181619,1,-7588.6,756.806,-16.4185,-2.1293,0,0,0.87462,-0.48481,900,900,100,1), + (49376,178553,1,-7179.28,435.092,64.374,-1.22173,0,0,0.573576,-0.819152,2,2,100,1), + (49377,181633,1,-7553.39,764.236,-18.5111,3.12414,0,0,0.999962,0.008727,900,900,100,1), + (49378,177281,1,-6832.96,832.052,48.5853,-0.663225,0,0,-0.325568,0.945519,900,900,100,1), + (49379,181634,1,-7568.23,771.082,-18.2331,3.14159,0,0,1,0,900,900,100,1), + (49380,180866,1,-6792.99,816.434,55.7469,-1.71042,0,0,0.75471,-0.656059,900,900,100,1), + (49381,181635,1,-7178.94,1384.41,2.91942,3.14159,0,0,1,0,900,900,100,1), + (49382,179344,1,-6386.38,-310.63,-1.99362,0.253073,0,0,0.126199,0.992005,900,900,100,1), + (49389,180633,1,-8028.91,1538.62,2.6094,-0.139626,0,0,0.069756,-0.997564,2,2,100,1), + (49390,180898,1,-8138.68,1525.46,17.3969,-0.017454,0,0,-0.008727,0.999962,900,900,100,0), + (49391,180899,1,-8140.18,1525.19,17.4548,-0.043633,0,0,-0.021815,0.999762,900,900,100,0), + (49392,180904,1,-8138.58,1525.42,17.2999,-0.023624,0,0,-0.011812,0.99993,900,900,100,0), + (49393,180913,1,-6865.66,754.037,42.6567,-2.88852,0,0,0.992005,-0.126199,900,900,100,1), + (49394,180914,1,-6859.37,749.026,42.5261,0.253073,0,0,0.126199,0.992005,900,900,100,1), + (49395,180915,1,-6850.66,765.725,42.3866,-2.57436,0,0,0.96005,-0.279829,900,900,100,1), + (49396,180417,1,-8020.06,1112.56,2.73793,-0.28798,0.049354,0.006055,-0.143937,0.988337,900,900,100,1), + (49397,176583,1,-7631.55,562.08,-51.4681,0.20944,0,0,0.104529,0.994522,300,300,100,1), + (49398,176583,1,-7209.2,407.941,25.052,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (49399,176583,1,-6539.54,1413.72,3.62275,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (49400,176583,1,-6672.97,596.309,6.83641,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (49401,176584,1,-6640.85,723.98,6.04015,-0.628319,0,0,-0.309016,0.951057,300,300,100,1), + (49402,176584,1,-7441.34,355.08,3.75912,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (49403,176584,1,-7320.77,509.581,7.11041,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (49404,176584,1,-7079.04,1473.01,6.3944,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (49405,176584,1,-7880.61,1711.77,-1.10263,3.03687,0,0,0.998629,0.0523374,300,300,100,1), + (49406,176586,1,-6548.1,1670.95,36.442,0.610865,0,0,0.300706,0.953717,300,300,100,1), + (49407,176586,1,-7273.3,1926.67,29.2987,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (49408,176586,1,-7773.36,1961.74,28.5963,2.60054,0,0,0.96363,0.267239,300,300,100,1), + (49409,176586,1,-6215.69,381.553,49.5212,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (49410,176586,1,-7243.38,284.821,62.2647,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (49411,176586,1,-7993.95,247.323,20.0297,0.017453,0,0,0.00872639,0.999962,300,300,100,1), + (49412,176589,1,-6501.72,1818.61,3.57448,-0.785398,0,0,-0.382683,0.92388,3600,3600,100,1), + (49413,175356,329,3782.58,-3590.48,143.987,1.94604,0,0,0.82659,0.562805,180,180,100,1), + (49414,180435,1,-8080.96,985.235,48.2963,0.907571,0,0,0.438371,0.898794,2,2,100,1), + (49415,180436,1,-6230.4,1548.1,15.1153,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (49416,180436,1,-6327.62,1616.49,23.1831,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (49417,180436,1,-6134.29,1789.29,33.9167,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (49418,180436,1,-6196.44,1815.9,21.6988,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (49419,180436,1,-6151.03,1747.77,28.9163,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (49420,180436,1,-6471.72,1850.61,3.59942,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (49421,180438,1,-6796.55,1661.36,5.86417,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (49422,180439,1,-6756.5,1596.81,6.67234,2.21657,0,0,0.894934,0.446198,900,900,100,1), + (49423,180440,1,-6986.95,1212.81,9.09485,1.06465,0,0,0.507538,0.861629,900,900,100,1), + (49424,180441,1,-6990.71,1122.79,8.93809,-0.855211,0,0,-0.414693,0.909961,900,900,100,1), + (49425,180442,1,-7037.04,1149.42,6.29843,1.7017,0,0,0.75184,0.659346,900,900,100,1), + (49426,180443,1,-6446.86,209.125,4.05612,1.18682,0,0,0.559193,0.829038,900,900,100,1), + (49427,180444,1,-6348.64,154.418,5.83256,2.86234,0,0,0.990268,0.139173,900,900,100,1), + (49428,180448,1,-6847.41,748.786,42.5384,0.610865,0,0,0.300706,0.953717,2,2,100,1), + (49429,180451,1,-6840.3,734.942,42.1887,1.27409,0,0,0.594823,0.803857,900,900,100,1), + (49430,180453,1,-8323.09,726.438,-68.781,0.802851,0,0,0.390731,0.920505,900,900,100,1), + (49431,180454,1,-6579.91,765.67,-49.3908,2.42601,0,0,0.936672,0.350207,900,900,100,1), + (49432,180455,1,-7410.13,1239.35,-80.2098,-0.087267,0,0,0.04362,-0.999048,900,900,100,1), + (49433,180456,1,-7959.77,1824.89,3.53474,2.49582,0,0,0.948324,0.317305,900,900,100,1), + (49435,177388,1,-8290.17,564.736,-84.2301,2.6529,0,0,0.970296,0.241922,2700,2700,100,1), + (49436,177388,1,-6636.41,945.352,-52.6581,0.069813,0,0,0.034899,0.999391,2700,2700,100,1), + (49437,177388,1,-8346.8,690.752,-70.9637,-0.314159,0,0,0.156434,-0.987688,2700,2700,100,1), + (49438,177388,1,-7574.74,1924.99,-59.4103,-1.27409,0,0,0.594823,-0.803857,2700,2700,100,1), + (49439,177388,1,-6586.51,1060.81,-39.6422,-2.53073,0,0,0.953717,-0.300706,2700,2700,100,1), + (49440,177388,1,-6325.73,999.277,-31.9301,1.85005,0,0,0.798636,0.601815,2700,2700,100,1), + (49441,177388,1,-7272.44,1700.95,-62.5224,-2.80998,0,0,0.986286,-0.165048,2700,2700,100,1), + (49442,177388,1,-7582,1586.19,-67.023,3.01942,0,0,0.998135,0.061049,2700,2700,100,1), + (49443,177388,1,-8126.34,784.782,-79.5988,-2.42601,0,0,0.936672,-0.350207,2700,2700,100,1), + (49444,177388,1,-7480.34,1851.99,-53.8354,-0.069813,0,0,0.034899,-0.999391,2700,2700,100,1), + (49445,177388,1,-7824.6,362.929,-66.6964,-1.97222,0,0,0.833886,-0.551937,2700,2700,100,1), + (49446,177388,1,-6335.74,1185.27,-20.9147,-2.49582,0,0,0.948324,-0.317305,2700,2700,100,1), + (49447,177388,1,-6325.71,956.071,5.64124,-2.23402,0,0,0.898794,-0.438371,2700,2700,100,1), + (49448,177388,1,-7471.04,1287.15,-85.9731,-2.14675,0,0,0.878817,-0.477159,2700,2700,100,1), + (49449,177388,1,-7659.53,296.228,-37.8649,-3.05433,0,0,0.999048,-0.043619,2700,2700,100,1), + (49450,180461,1,-7928.46,1938.13,5.75729,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (49451,180718,1,-8069.05,1641.72,27.03,-1.53589,0,0,0.694658,-0.71934,900,900,100,1), + (49452,180466,1,-7898.39,1891.27,9.22634,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (49456,2040,1,-7098.66,153.395,12.9174,-0.349066,0,0,-0.173648,0.984808,300,300,100,1), + (49457,2040,1,-6324.74,1631.31,25.6828,0.680678,0,0,0.333807,0.942642,300,300,100,1), + (49458,2040,1,-6273.1,791.25,18.3609,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (49459,2040,1,-8009.26,1984.93,15.7425,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (49460,180473,1,-6317.04,17.1917,6.0711,1.51844,0,0,0.688355,0.725374,900,900,100,1), + (49461,180474,1,-6330.93,-3.34778,6.55126,1.95477,0,0,0.829038,0.559192,900,900,100,1), + (49462,180475,1,-6308.32,5.30829,6.33533,2.4969,-0.069236,-0.066279,0.945327,0.311722,900,900,100,1), + (49463,180476,1,-6237.74,49.1277,15.8064,0.218167,0,0,0.108867,0.994056,900,900,100,1), + (49464,180477,1,-6244.73,33.2799,11.0577,2.31732,0.069319,-0.059729,0.911472,0.401057,900,900,100,1), + (49465,180478,1,-6244.46,65.0301,17.1937,0.680678,0,0,0.333807,0.942642,900,900,100,1), + (49466,180479,1,-6258.04,54.7871,17.1937,1.05592,0,0,0.503774,0.863836,900,900,100,1), + (49467,4608,1,9438.71,756.401,1253.52,0.471239,0,0,0.233445,0.97237,300,300,100,1), + (49468,4608,1,9494.46,676.276,1265.11,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (49469,4608,1,9424.74,721.665,1260.28,0.680678,0,0,0.333807,0.942641,300,300,100,1), + (49470,4608,1,9386.93,1264.87,1251.3,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (49471,4608,1,9359.21,827.195,1264.37,1.95477,0,0,0.829038,0.559193,300,300,100,1), + (49472,4608,1,9508.07,649.094,1271.74,2.05949,0,0,0.857167,0.515038,300,300,100,1), + (49473,4608,1,9347,1196.95,1247.41,0.750492,0,0,0.366501,0.930418,300,300,100,1), + (49474,4608,1,9493.85,1119.84,1252.87,-0.453786,0,0,0.224951,-0.97437,300,300,100,1), + (49475,4608,1,9408.91,1123.34,1249.89,1.76278,0,0,0.771625,0.636078,300,300,100,1), + (49476,4608,1,9464.73,756.767,1254.89,-0.15708,0,0,0.078459,-0.996917,300,300,100,1), + (49477,4608,1,9457.63,699.055,1264.7,3.00197,0,0,0.997564,0.069757,300,300,100,1), + (49478,4608,1,9492.57,1079.29,1250.12,1.51844,0,0,0.688355,0.725374,300,300,100,1), + (49479,4608,1,9440.77,1089.94,1251.58,-1.09956,0,0,0.522499,-0.85264,300,300,100,1), + (49480,4608,1,9366.38,1270.76,1251.89,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (49481,4608,1,9477.68,778.675,1253.19,1.29154,0,0,0.601815,0.798636,300,300,100,1), + (49482,4608,1,9458.01,1010.13,1253.44,-1.64061,0,0,0.731354,-0.681998,300,300,100,1), + (49483,4608,1,9591.29,1007.3,1271.32,1.79769,0,0,0.782608,0.622515,300,300,100,1), + (49484,4608,1,9354.87,1130.44,1253.44,2.80998,0,0,0.986286,0.165048,300,300,100,1), + (49485,4608,1,9483.56,1141.8,1252.26,-2.44346,0,0,0.939693,-0.34202,300,300,100,1), + (49486,4608,1,9383.43,753.562,1261.82,1.18682,0,0,0.559193,0.829038,300,300,100,1), + (49487,4608,1,9446.56,1067.29,1249.51,1.23918,0,0,0.580703,0.814116,300,300,100,1), + (49488,4608,1,9427.97,1221.07,1250.06,-2.42601,0,0,0.936672,-0.350207,300,300,100,1), + (49489,4608,1,9319.93,1150.49,1254.28,-1.36136,0,0,0.629321,-0.777146,300,300,100,1), + (49490,4608,1,9668.24,765.36,1280.41,1.71042,0,0,0.75471,0.656059,300,300,100,1), + (49491,4608,1,9594.89,701.125,1267.78,-1.69297,0,0,0.748956,-0.66262,300,300,100,1), + (49492,4608,1,9375.99,786.278,1262.29,-1.88496,0,0,0.809017,-0.587785,300,300,100,1), + (49493,4608,1,9323.76,1241.87,1253.63,-1.29154,0,0,0.601815,-0.798635,300,300,100,1), + (49494,4608,1,9607.18,895.855,1261.84,-2.63545,0,0,0.968148,-0.25038,300,300,100,1), + (49495,4608,1,9561.51,970.763,1267.12,0.593412,0,0,0.292372,0.956305,300,300,100,1), + (49496,4608,1,9614.88,864.638,1259.62,-3.07178,0,0,0.999391,-0.034899,300,300,100,1), + (49497,4608,1,9644.13,891.584,1268.61,-0.069813,0,0,0.034899,-0.999391,300,300,100,1), + (49498,4608,1,9643.76,856.489,1266,2.25148,0,0,0.902585,0.430511,300,300,100,1), + (49499,4608,1,9638.86,736.849,1270.71,-1.74533,0,0,0.766044,-0.642788,300,300,100,1), + (49500,138498,1,9634.3,2523.75,1333.23,-0.855212,0,0,0.414693,-0.909961,900,900,100,1), + (49501,2061,1,9190.04,1372.69,1315.07,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (49502,2061,1,9705.91,1268.05,1290.85,3.14159,0,0,1,0,900,900,100,1), + (49503,2061,1,10056.5,323.421,1324.87,-3.14159,-0.00872,-0.039258,0.999191,-0.000343,900,900,100,1), + (49504,2061,1,9668.28,460.541,1309.52,3.14159,0,0,1,0,900,900,100,1), + (49505,2061,1,9554.57,1882.64,1314.31,1.46608,0.033072,-0.01718,0.669005,0.742323,900,900,100,1), + (49506,2061,1,9370.49,1712.86,1308.86,3.14159,0.004363,-0.004363,0.999981,0.000019,900,900,100,1), + (49507,2061,1,9110.55,1845.11,1327.5,1.89368,0,0,0.811574,0.58425,900,900,100,1), + (49508,2061,1,9198.2,1415.26,1311.22,3.14159,0.030538,0.004361,0.999524,-0.000133,900,900,100,1), + (49509,2061,1,9122.58,1776.2,1321.5,-2.28638,0.055565,-0.027363,0.908994,-0.412182,900,900,100,1), + (49510,2061,1,9113.14,1676.04,1324.53,3.14159,0.030536,-0.013083,0.999448,0.0004,900,900,100,1), + (49511,2061,1,9566.44,1299.1,1300.54,3.14159,0,0,1,0,900,900,100,1), + (49512,2061,1,10498.3,1054.03,1325.47,3.14159,0,0,1,0,900,900,100,1), + (49513,2061,1,10335.3,1034.1,1339.32,3.14159,0,0,1,0,900,900,100,1), + (49514,2061,1,10405.6,715.279,1321.62,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (49515,2061,1,9268.6,940.655,1311.9,1.66679,0.00646,-0.005867,0.74019,0.672341,900,900,100,1), + (49516,2061,1,9632.87,471.409,1312.78,3.14159,0.017451,0.013088,0.999762,-0.000228,900,900,100,1), + (49517,2061,1,9151.33,1838.82,1327.63,3.14159,-0.043599,0.030509,0.998582,0.001332,900,900,100,1), + (49518,2061,1,9755.68,905.113,1295.52,3.14159,0,0,1,0,900,900,100,1), + (49519,2061,1,10021.8,285.987,1323.02,3.14159,0,0,1,0,900,900,100,1), + (49520,2061,1,10269.9,966.038,1340.88,3.14159,0,0,1,0,900,900,100,1), + (49521,92693,1,9863.03,2229.16,1331.83,-0.34034,0,0,-0.16935,0.985556,900,900,100,1), + (49522,92694,1,9863.43,2230.25,1337.63,0.043631,0,0,0.021814,0.999762,900,900,100,1), + (49523,92695,1,9755.96,2263.14,1331.22,2.33001,0,0,0.918791,0.394744,900,900,100,1), + (49524,92696,1,9772.81,2291.17,1337.12,-0.261799,0,0,-0.130526,0.991445,900,900,100,1), + (49525,91672,1,10066.2,2354.02,1332,-0.916298,0,0,-0.442289,0.896873,900,900,100,1), + (49526,91673,1,10090.9,2425.22,1321.69,-2.77507,0,0,0.983255,-0.182236,900,900,100,1), + (49527,92699,1,10087.5,2233.9,1339.2,0.637045,0,0,0.313164,0.949699,900,900,100,1), + (49528,2843,1,10911.3,848.826,1329.36,2.04204,0,0,0.85264,0.522499,7200,7200,100,1), + (49529,2843,1,10328,1033.01,1339.31,1.74533,0,0,0.766044,0.642788,7200,7200,100,1), + (49530,92700,1,10087.8,2232.85,1333.18,0.314159,0,0,0.156434,0.987688,900,900,100,1), + (49531,142109,1,9848.28,957.296,1306.79,-2.80125,0,0,0.985556,-0.16935,900,900,100,1), + (49532,142110,1,9943,2497.74,1317.69,-2.6529,0,0,0.970296,-0.241922,900,900,100,1), + (49533,152094,1,10328.4,593.559,1333.13,3.10669,0,0,0.999848,0.017452,300,300,100,1), + (49534,152094,1,10336.7,632.356,1329.06,2.02458,0,0,0.848048,0.529919,300,300,100,1), + (49535,152094,1,10521,1103.35,1335.61,-0.558505,0,0,0.275637,-0.961262,300,300,100,1), + (49536,152094,1,10805.6,713.677,1336.18,-2.61799,0,0,0.965926,-0.258819,300,300,100,1), + (49537,152094,1,10469,1075.79,1336.42,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (49538,152094,1,10678.7,815.351,1324.22,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (49539,152094,1,10416.6,1038.97,1335.62,-0.436333,0,0,0.21644,-0.976296,300,300,100,1), + (49540,152094,1,10380.4,494.978,1334.13,-3.12414,0,0,0.999962,-0.008727,300,300,100,1), + (49541,152094,1,10355.8,617.688,1328.6,1.46608,0,0,0.669131,0.743145,300,300,100,1), + (49542,152094,1,10502.9,1066.79,1326.02,-0.680679,0,0,0.333807,-0.942641,300,300,100,1), + (49543,152094,1,10246.8,733.192,1351.85,-0.226893,0,0,0.113203,-0.993572,300,300,100,1), + (49544,152094,1,10275.8,785.104,1341.64,1.88496,0,0,0.809017,0.587785,300,300,100,1), + (49545,152094,1,10231.6,811.769,1353.23,1.90241,0,0,0.814116,0.580703,300,300,100,1), + (49546,152094,1,10482.6,1045.08,1326.4,1.90241,0,0,0.814116,0.580703,300,300,100,1), + (49547,152094,1,10549,1078.95,1324.49,-0.575959,0,0,0.284015,-0.95882,300,300,100,1), + (49548,152094,1,10473.6,1033.94,1326.3,1.97222,0,0,0.833886,0.551937,300,300,100,1), + (49549,152094,1,10356.7,705.124,1327.86,2.28638,0,0,0.909961,0.414693,300,300,100,1), + (49550,152094,1,10423.7,831.662,1318.99,2.93215,0,0,0.994522,0.104528,300,300,100,1), + (49551,152094,1,10439,570.624,1336.44,2.51327,0,0,0.951057,0.309017,300,300,100,1), + (49552,152094,1,10547.7,1029.52,1324.01,-2.28638,0,0,0.909961,-0.414693,300,300,100,1), + (49553,152094,1,10330.2,742.567,1330.22,-1.85005,0,0,0.798635,-0.601815,300,300,100,1), + (49554,152094,1,10366.7,1042.07,1342.14,-2.63545,0,0,0.968148,-0.25038,300,300,100,1), + (49555,152094,1,10276,892.483,1336.67,0.15708,0,0,0.078459,0.996917,300,300,100,1), + (49556,152094,1,10269.1,771.645,1345.13,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (49557,152094,1,10667.1,682.759,1330.08,-0.034907,0,0,0.017452,-0.999848,300,300,100,1), + (49558,152094,1,10238.9,833.838,1345.72,-0.279253,0,0,0.139173,-0.990268,300,300,100,1), + (49559,152094,1,10544.8,597.507,1334.83,-0.523599,0,0,0.258819,-0.965926,300,300,100,1), + (49560,152094,1,10499.2,946.187,1319.29,-2.26893,0,0,0.906308,-0.422618,300,300,100,1), + (49561,152094,1,10364.6,640.284,1328.36,-0.610865,0,0,0.300706,-0.953717,300,300,100,1), + (49562,152094,1,10557.1,678.682,1322.41,-1.16937,0,0,0.551937,-0.833886,300,300,100,1), + (49563,152094,1,10456.3,637.049,1323.81,2.61799,0,0,0.965926,0.258819,300,300,100,1), + (49564,152094,1,10591.8,881.344,1312.31,2.40855,0,0,0.93358,0.358368,300,300,100,1), + (49565,152094,1,10587.5,985.079,1323.48,1.39626,0,0,0.642788,0.766044,300,300,100,1), + (49566,152094,1,10468.9,519.537,1346.69,2.80998,0,0,0.986286,0.165048,300,300,100,1), + (49567,152094,1,10329.9,1032.04,1339.22,0.488692,0,0,0.241922,0.970296,300,300,100,1), + (49568,152094,1,10328.2,908.165,1328.63,1.13446,0,0,0.5373,0.843391,300,300,100,1), + (49569,152094,1,10600,736.555,1320.19,0.523599,0,0,0.258819,0.965926,300,300,100,1), + (49570,152094,1,10640.9,903.958,1318.73,2.42601,0,0,0.936672,0.350207,300,300,100,1), + (49571,152095,1,10556.1,819.897,1308.99,-1.06465,0,0,0.507538,-0.861629,300,300,100,1), + (49572,152095,1,10556.9,923.95,1314.9,1.0472,0,0,0.5,0.866025,300,300,100,1), + (49573,152095,1,10577.1,915.566,1313.2,-3.01942,0,0,0.998135,-0.061048,300,300,100,1), + (49574,152095,1,10602.6,851.279,1316.24,1.58825,0,0,0.71325,0.700909,300,300,100,1), + (49575,152095,1,10623.2,857.359,1313.07,-1.55334,0,0,0.700909,-0.71325,300,300,100,1), + (49576,152095,1,10608.5,887.885,1312.11,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (49577,152095,1,10594.2,839.119,1309.62,-0.977384,0,0,0.469472,-0.882948,300,300,100,1), + (49578,152095,1,10485,895.09,1311.08,1.97222,0,0,0.833886,0.551937,300,300,100,1), + (49579,152095,1,10587.3,858.92,1308.61,-2.47837,0,0,0.945519,-0.325568,300,300,100,1), + (49580,152095,1,10557.5,874.98,1309.68,-0.314159,0,0,0.156434,-0.987688,300,300,100,1), + (49581,152095,1,10574.6,872.669,1308.19,-0.331612,0,0,0.165048,-0.986286,300,300,100,1), + (49582,152095,1,10535.9,827.381,1310.91,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (49583,152095,1,10526.5,859.305,1308.92,1.02974,0,0,0.492424,0.870356,300,300,100,1), + (49584,152095,1,10563.7,813.337,1309.69,-2.1293,0,0,0.87462,-0.48481,300,300,100,1), + (49585,152095,1,10534.3,863.327,1308.24,2.33874,0,0,0.920505,0.390731,300,300,100,1), + (49586,152095,1,10536.5,922.475,1311.03,-1.46608,0,0,0.669131,-0.743145,300,300,100,1), + (49587,152095,1,10510.7,937.235,1315.91,-1.44862,0,0,0.66262,-0.748956,300,300,100,1), + (49588,152095,1,10504.7,913.548,1310.8,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (49589,4406,1,10932.4,911.63,1337.94,2.94961,0,0,0.995396,0.095846,300,300,100,1), + (49590,4406,1,10929.4,923.083,1339.99,1.51844,0,0,0.688355,0.725374,300,300,100,1), + (49591,4406,1,10932.1,917.925,1339.32,-2.89725,0,0,0.992546,-0.121869,300,300,100,1), + (49592,175357,329,3727.29,-3599.08,142.22,-2.76635,0,0,0.98245,-0.186524,180,180,100,1), + (49593,4406,1,10933.3,922.297,1340.05,0.15708,0,0,0.078459,0.996917,300,300,100,1), + (49594,175358,329,3960.6,-3392.89,119.662,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (49595,4406,1,10933.3,929.184,1340.81,1.20428,0,0,0.566406,0.824126,300,300,100,1), + (49596,4406,1,10931.6,926.534,1340.53,-1.88496,0,0,0.809017,-0.587785,300,300,100,1), + (49597,12351,1,10374.6,743.243,1322.15,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (49598,12352,1,10374.6,743.265,1321.53,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (49599,12353,1,9955.03,659.749,1310.21,-2.33001,0,0,0.918791,-0.394744,900,900,100,1), + (49600,12354,1,9955.03,659.749,1309.54,-2.33001,0,0,0.918791,-0.394744,900,900,100,1), + (49601,12355,1,9954.96,659.806,1310.21,2.38238,0,0,0.92881,0.370557,900,900,100,1), + (49602,12356,1,9955.04,659.796,1310.21,0.811578,0,0,0.394744,0.918791,900,900,100,1), + (49603,12357,1,9955.04,659.783,1309.6,0.811578,0,0,0.394744,0.918791,900,900,100,1), + (49604,12358,1,9891.84,919.78,1307.56,-2.81871,0,0,0.986996,-0.160743,900,900,100,1), + (49605,12359,1,9891.84,919.77,1306.89,-2.81871,0,0,0.986996,-0.160743,900,900,100,1), + (49606,12360,1,9891.9,919.854,1306.9,0.322885,0,0,0.160742,0.986996,900,900,100,1), + (49607,12361,1,9891.89,919.883,1307.56,0.322885,0,0,0.160742,0.986996,900,900,100,1), + (49608,12362,1,9891.83,919.75,1306.17,-2.81871,0,0,0.986996,-0.160743,900,900,100,1), + (49609,3658,1,10503.2,1983.78,1326.53,-1.93731,0,0,0.824126,-0.566406,7200,7200,100,1), + (49610,3658,1,10747.1,2177.42,1331.39,-1.58825,0,0,0.71325,-0.700909,7200,7200,100,1), + (49611,3658,1,9199.46,1402.7,1311.31,-2.67035,0,0,0.97237,-0.233445,7200,7200,100,1), + (49612,3658,1,9107.97,1857.2,1328.11,-0.191986,0,0,0.095846,-0.995396,7200,7200,100,1), + (49613,3658,1,9554.9,1897.06,1314.51,1.16937,0,0,0.551937,0.833886,7200,7200,100,1), + (49614,3658,1,9824.22,447.278,1307.79,-0.558505,0,0,0.275637,-0.961262,7200,7200,100,1), + (49615,3658,1,9908.29,985.799,1354.8,2.74017,0,0,0.979925,0.199368,7200,7200,100,1), + (49616,12363,1,9891.89,919.882,1306.23,0.322885,0,0,0.160742,0.986996,900,900,100,1), + (49617,12364,1,10019.2,1825.5,1319.69,-2.46091,0,0,0.942641,-0.333807,900,900,100,1), + (49618,12365,1,10019.2,1825.55,1319.68,-0.890118,0,0,-0.430511,0.902585,900,900,100,1), + (49619,21581,1,10144.7,2352.27,1332.66,1.48353,0,0,0.67559,0.737277,900,900,100,1), + (49620,12366,1,10019.2,1825.56,1319.68,0.680678,0,0,0.333807,0.942641,900,900,100,1), + (49621,106318,1,10876.1,2073.31,1328.25,-0.10472,0,0,0.052336,-0.99863,7200,7200,100,1), + (49622,106318,1,10066.1,316.005,1324.56,0.401426,0,0,0.199368,0.979925,7200,7200,100,1), + (49623,106318,1,10663.3,2073.06,1330.61,2.21657,0,0,0.894934,0.446198,7200,7200,100,1), + (49624,106318,1,9695.68,1268.06,1290.39,2.37365,0,0,0.927184,0.374607,7200,7200,100,1), + (49625,106318,1,10548,1966.69,1327.98,-2.54818,0,0,0.956305,-0.292372,7200,7200,100,1), + (49626,106318,1,9188.62,1410.32,1311.97,1.79769,0,0,0.782608,0.622515,7200,7200,100,1), + (49627,106318,1,9755.57,1525.02,1279.5,0.401426,0,0,0.199368,0.979925,7200,7200,100,1), + (49628,106318,1,10087.8,1164.73,1300.36,1.46608,0,0,0.669131,0.743145,7200,7200,100,1), + (49629,1617,1,9730.25,1797.81,1298.15,1.32645,0,0,0.615661,0.788011,300,300,100,1), + (49630,1617,1,9861.12,373.457,1313.16,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (49631,1617,1,10910.6,1759.3,1323.85,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (49632,1617,1,10955.1,1880.54,1331.02,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (49633,1617,1,9851.66,1319.95,1310.04,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (49634,1617,1,10485.3,1441.48,1329.91,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (49635,1617,1,10400,1457.49,1330.87,-2.74017,0,0,-0.979925,0.199366,300,300,100,1), + (49636,1617,1,9161.58,1649.24,1322.22,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (49637,1617,1,10890.8,1502.11,1289.87,-3.08923,0,0,-0.999657,0.0261783,300,300,100,1), + (49638,1617,1,9253.42,1450.95,1298.03,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (49639,1617,1,9218.67,963.295,1323.9,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (49640,1617,1,10254.3,1735.68,1320.57,2.26893,0,0,0.906308,0.422617,300,300,100,1), + (49641,1617,1,10565.6,1949.72,1325.72,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (49642,1617,1,10102.6,442.633,1325.6,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (49643,1617,1,9310.79,1457.74,1278.42,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (49644,1617,1,10094.6,312.466,1326.69,-1.98968,0,0,-0.838672,0.544637,300,300,100,1), + (49645,1617,1,9330.76,625.455,1319.32,-1.13446,0,0,-0.537298,0.843393,300,300,100,1), + (49646,1617,1,9454.83,526.045,1322.2,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (49647,1617,1,9700.66,807.928,1293.2,2.47837,0,0,0.945519,0.325567,300,300,100,1), + (49648,1617,1,9974.96,939.731,1325.99,-3.00197,0,0,-0.997564,0.0697546,300,300,100,1), + (49649,175359,329,3908.78,-3320.21,120.904,-1.85878,0,0,-0.801254,0.598324,180,180,100,1), + (49650,1617,1,9789.72,1101.51,1291.65,1.62316,0,0,0.725376,0.688353,300,300,100,1), + (49651,1618,1,9807.61,400.044,1308.73,-2.47837,0,0,-0.945519,0.325567,300,300,100,1), + (49652,1618,1,10763.5,1524.35,1307.42,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (49653,1618,1,9784.03,1750.67,1312.51,-0.10472,0,0,-0.0523361,0.99863,300,300,100,1), + (49654,1618,1,10464.7,1914.97,1320.17,-1.48353,0,0,-0.67559,0.737277,300,300,100,1), + (49655,1618,1,10860.5,1691.74,1301.1,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (49656,1618,1,10074.3,478.535,1321.92,-0.366519,0,0,-0.182235,0.983255,300,300,100,1), + (49657,1618,1,9752.45,571.133,1301.97,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (49658,1618,1,9858.45,707.571,1307.02,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (49659,1618,1,10186.7,1720.85,1325.37,-2.32129,0,0,-0.91706,0.398748,300,300,100,1), + (49660,1618,1,10437.5,1470.95,1321.98,0.191986,0,0,0.0958456,0.995396,300,300,100,1), + (49661,1618,1,10494.8,1564.35,1302.41,-2.82743,0,0,-0.987688,0.156436,300,300,100,1), + (49662,1618,1,10027,1698.21,1327.99,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (49663,1618,1,9401.23,599.221,1320.75,-1.85005,0,0,-0.798636,0.601815,300,300,100,1), + (49664,1618,1,9629.97,886.949,1267.63,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (49665,1618,1,9565.17,999.28,1265.68,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (49666,1618,1,9713.99,1110.66,1278.7,-1.44862,0,0,-0.662619,0.748957,300,300,100,1), + (49667,1618,1,9952.22,1302.16,1295.14,-2.05949,0,0,-0.857168,0.515037,300,300,100,1), + (49668,1619,1,9554.36,1212.68,1277.54,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (49669,1619,1,9814.7,1788.99,1320.24,3.01942,0,0,0.998135,0.0610484,300,300,100,1), + (49670,1619,1,9949.36,1517.52,1319.11,1.51844,0,0,0.688356,0.725373,300,300,100,1), + (49671,1619,1,10613.4,1781.43,1328.48,-0.296706,0,0,-0.147809,0.989016,300,300,100,1), + (49672,1619,1,10696.3,1382.2,1332.31,1.98968,0,0,0.838672,0.544637,300,300,100,1), + (49673,1619,1,10930.9,1772.33,1327.66,-2.25148,0,0,-0.902586,0.430509,300,300,100,1), + (49674,1619,1,10007.6,1518.39,1299.62,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (49675,1619,1,10498.1,1537.85,1314.11,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (49676,1619,1,10180.8,1557.96,1330.01,2.42601,0,0,0.936673,0.350206,300,300,100,1), + (49677,1619,1,9135.17,1864.75,1338.68,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (49678,1620,1,9184.62,1317.09,1317,0.488692,0,0,0.241922,0.970296,300,300,100,1), + (49679,1620,1,10673.5,1686.33,1291.7,2.53073,0,0,0.953717,0.300705,300,300,100,1), + (49680,1620,1,9381.88,1286.8,1253.28,-2.40855,0,0,-0.93358,0.35837,300,300,100,1), + (49682,1620,1,10033.7,369.977,1315.24,-0.977384,0,0,-0.469471,0.882948,300,300,100,1), + (49683,1620,1,9582.62,886.097,1255.11,-1.78024,0,0,-0.777147,0.629319,300,300,100,1), + (49684,1620,1,9876.36,1270.87,1294.97,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (49685,19545,1,9988.92,1958.52,1326.17,3.14159,0,0,1,0,900,900,100,1), + (49686,19546,1,9988.91,1958.51,1325.56,3.14159,0,0,1,0,900,900,100,1), + (49687,19549,1,10709.6,762.342,1320.24,3.14159,0,0,1,0,900,900,100,1), + (49688,19550,1,9859.68,587.283,1299.92,3.14159,0,0,1,0,900,900,100,1), + (49689,6751,1,9245.65,1644.85,1303.61,1.6057,0,0,0.71934,0.694658,900,900,100,1), + (49690,19552,1,10675.3,1857.27,1323.36,3.14159,0,0,1,0,900,900,100,1), + (49691,6752,1,10855.3,2052.4,1327.59,2.60054,0,0,0.96363,0.267238,900,900,100,1), + (49692,92524,1,10064,2203.44,1353.7,-1.36136,0,0,-0.62932,0.777146,900,900,100,1), + (49693,92525,1,10082.9,2373.48,1325.63,-2.10312,0,0,0.868199,-0.496217,900,900,100,1), + (49694,175725,1,10067.4,2352.7,1333.17,2.6529,0,0,0.970296,0.241922,900,900,100,1), + (49695,142958,1,8727.45,1002.96,23.5019,-0.750491,0,0,-0.366501,0.930418,900,900,100,1), + (49696,92526,1,10083.5,2372.12,1319.9,-2.40856,0,0,0.933581,-0.358367,900,900,100,1), + (49697,32879,1,10405.6,715.279,1321.62,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (49698,92527,1,9868.65,2265.52,1337.69,-3.02815,0,0,0.998392,-0.056693,900,900,100,1), + (49699,175727,1,10124.6,2419.1,1332.66,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (49700,32880,1,9755.68,905.113,1295.52,3.14159,0,0,1,0,900,900,100,1), + (49701,92528,1,9869.1,2266.21,1331.78,2.87107,0,0,0.990866,0.134851,900,900,100,1), + (49702,92529,1,10115.9,2330.27,1332.65,0.846485,0,0,0.410719,0.911762,900,900,100,1), + (49703,92530,1,10161.6,2299.91,1332.65,-2.18166,0,0,0.887011,-0.461748,900,900,100,1), + (49704,175730,1,10210.2,2343.42,1331.25,2.49582,0,0,0.948324,0.317305,900,900,100,1), + (49705,92531,1,9611.41,2358.19,1330.18,-2.64417,0,0,0.969231,-0.246154,900,900,100,1), + (49706,175731,1,10055.1,2577.36,1283.82,-1.09956,0,0,0.522499,-0.85264,900,900,100,1), + (49707,92532,1,9618.83,2344.52,1330.18,-2.64417,0,0,0.969231,-0.246154,900,900,100,1), + (49708,92533,1,10069.7,2284.09,1339.18,-2.53945,0,0,0.95502,-0.296541,900,900,100,1), + (49709,92534,1,10069.6,2284.99,1333.32,-2.86234,0,0,0.990268,-0.139173,900,900,100,1), + (49710,92535,1,10100.2,2296.36,1332.39,-2.81871,0,0,0.986996,-0.160742,900,900,100,1), + (49711,177272,1,9727.51,962.386,1293.19,-0.148352,0,0,-0.074108,0.99725,900,900,100,1), + (49712,92536,1,10121.3,2271.02,1331.63,-2.60927,0,0,0.964787,-0.263031,900,900,100,1), + (49713,92537,1,10136.4,2384.61,1322.11,-2.79253,0,0,0.984808,-0.173648,900,900,100,1), + (49714,92538,1,10095.9,2409.81,1319.99,-1.31772,0,0,-0.612218,0.790689,900,900,100,1), + (49715,92539,1,9836.77,2276.82,1331.92,-0.28798,0,0,-0.143493,0.989651,900,900,100,1), + (49716,92540,1,9836.27,2275.65,1337.8,0.069813,0,0,0.034899,0.999391,900,900,100,1), + (49717,92541,1,9813.07,2227.17,1338.58,3.00197,0,0,0.997564,0.069756,900,900,100,1), + (49718,177278,1,10675.4,1857.59,1323.61,2.96706,0,0,0.996195,0.087156,900,900,100,1), + (49719,177278,1,10709.1,762.556,1320.65,2.92343,0,0,0.994056,0.108867,900,900,100,1), + (49720,92542,1,9812.34,2226.13,1332.6,2.64418,0,0,0.969231,0.246153,900,900,100,1), + (49721,177278,1,9859.64,588.463,1300.1,1.22173,0,0,0.573576,0.819152,900,900,100,1), + (49722,177278,1,9728.97,961.72,1293.25,-0.235619,0,0,-0.117537,0.993068,900,900,100,1), + (49723,92543,1,9756.98,2263.91,1337.06,2.68781,0,0,0.97437,0.224952,900,900,100,1), + (49724,92544,1,9773.75,2292.04,1331.17,-0.715585,0,0,-0.350207,0.936672,900,900,100,1), + (49725,177280,1,9676.54,1409.48,1402.04,-2.21657,0,0,0.894934,-0.446198,900,900,100,1), + (49726,92545,1,9675.29,2335.09,1331.86,2.05949,0,0,0.857167,0.515038,900,900,100,1), + (49727,92546,1,9676.28,2335.45,1337.59,2.48709,0,0,0.94693,0.321439,900,900,100,1), + (49728,92547,1,9703.56,2352.39,1337.63,-0.759219,0,0,-0.370558,0.928809,900,900,100,1), + (49729,92548,1,9704.57,2352.65,1331.86,-1.18682,0,0,-0.559193,0.829038,900,900,100,1), + (49730,92549,1,9739.85,2330.08,1332.28,-0.933751,0,0,-0.450098,0.892979,900,900,100,1), + (49731,92550,1,9700.54,2375.63,1332.55,-1.00356,0,0,-0.480988,0.876727,900,900,100,1), + (49732,92551,1,9738.89,2329.4,1338.33,2.522,0,0,0.952396,0.304864,900,900,100,1), + (49733,3719,1,9804.29,966.447,1308.77,-1.65806,0,0,0.737277,-0.67559,7200,7200,100,1), + (49734,3719,1,9757.14,1577.77,1299.06,-0.645772,0,0,0.317305,-0.948324,7200,7200,100,1), + (49735,3719,1,10648.4,2078.58,1332.94,1.20428,0,0,0.566406,0.824126,7200,7200,100,1), + (49736,3719,1,10031.4,287.298,1323.28,2.35619,0,0,0.92388,0.382683,7200,7200,100,1), + (49737,3719,1,10410.2,1624.57,1288.32,2.58309,0,0,0.961262,0.275637,7200,7200,100,1), + (49738,92552,1,9716.33,2278.2,1338.33,-0.593412,0,0,-0.292372,0.956305,900,900,100,1), + (49739,1673,1,9607.42,1053.84,1269.58,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (49740,1673,1,9516.17,1272.43,1297.37,2.72271,0,0,0.978148,0.207912,300,300,100,1), + (49741,1673,1,9551.78,1168.37,1267.01,-1.71042,0,0,0.75471,-0.656059,300,300,100,1), + (49742,1673,1,9751.86,1151.12,1281.73,-1.76278,0,0,0.771625,-0.636078,300,300,100,1), + (49743,1673,1,9299.34,1331.47,1286.07,2.61799,0,0,0.965926,0.258819,300,300,100,1), + (49744,1673,1,9215.11,1379.79,1308.75,-0.122173,0,0,0.061049,-0.998135,300,300,100,1), + (49745,1673,1,9330.11,641.195,1315.31,-0.453786,0,0,0.224951,-0.97437,300,300,100,1), + (49746,1673,1,9303.36,763.68,1311.37,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (49747,1673,1,9490.28,744.065,1256.12,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (49748,1673,1,9196.3,1237.08,1315.23,-0.698132,0,0,0.34202,-0.939693,300,300,100,1), + (49749,1673,1,9143.59,1357.98,1323.15,1.90241,0,0,0.814116,0.580703,300,300,100,1), + (49750,1673,1,9236.33,1168.09,1314.27,2.98451,0,0,0.996917,0.078459,300,300,100,1), + (49751,1673,1,9868.68,321.109,1321.75,1.50098,0,0,0.681998,0.731354,300,300,100,1), + (49752,1673,1,9827.02,1256.3,1295.36,-2.94961,0,0,0.995396,-0.095846,300,300,100,1), + (49753,1673,1,9927.07,808.977,1316.98,-2.40855,0,0,0.93358,-0.358368,300,300,100,1), + (49754,1673,1,9948.04,820.448,1331.09,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (49755,1673,1,9952.19,853.894,1320.45,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (49756,1673,1,9682.39,1866.22,1303.84,-0.855212,0,0,0.414693,-0.909961,300,300,100,1), + (49757,1673,1,9490.06,1695.61,1290.97,-0.610865,0,0,0.300706,-0.953717,300,300,100,1), + (49758,1673,1,10017.8,677.298,1323.01,0.366519,0,0,0.182236,0.983255,300,300,100,1), + (49759,1673,1,10038.3,1515.71,1291.4,-0.925024,0,0,0.446198,-0.894934,300,300,100,1), + (49760,1673,1,10050.3,1391.07,1277.51,-1.15192,0,0,0.544639,-0.838671,300,300,100,1), + (49761,1673,1,9719.25,808.454,1295.91,-0.593412,0,0,0.292372,-0.956305,300,300,100,1), + (49762,1673,1,9752.63,810.283,1299.55,-2.19912,0,0,0.891007,-0.45399,300,300,100,1), + (49763,1673,1,9867.27,1833.8,1319.41,1.76278,0,0,0.771625,0.636078,300,300,100,1), + (49764,1673,1,9999.05,1708.6,1326.85,-0.959931,0,0,0.461749,-0.887011,300,300,100,1), + (49765,1673,1,9928.43,1736.16,1329.72,-3.08923,0,0,0.999657,-0.026177,300,300,100,1), + (49766,1673,1,9343.47,1481.88,1274.27,1.20428,0,0,0.566406,0.824126,300,300,100,1), + (49767,1673,1,9251.32,1542.67,1294,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (49768,1673,1,9809.61,1118.13,1293.34,3.07178,0,0,0.999391,0.034899,300,300,100,1), + (49769,1673,1,9777.62,1165.99,1281.52,2.54818,0,0,0.956305,0.292372,300,300,100,1), + (49770,1673,1,9857.67,1170.56,1300.11,2.58309,0,0,0.961262,0.275637,300,300,100,1), + (49771,1673,1,9243.97,830.677,1322.9,-2.60054,0,0,0.96363,-0.267238,300,300,100,1), + (49772,1673,1,9395.15,1055.1,1277.15,0.785398,0,0,0.382683,0.92388,300,300,100,1), + (49773,1673,1,9110.05,1701.4,1323.66,-2.93215,0,0,0.994522,-0.104529,300,300,100,1), + (49774,1673,1,9123.82,1499.62,1326.69,2.09439,0,0,0.866025,0.5,300,300,100,1), + (49775,1673,1,9157.02,1388.75,1321.45,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (49776,1673,1,9895.17,1242.28,1295.99,1.02974,0,0,0.492424,0.870356,300,300,100,1), + (49777,1673,1,9622.09,1252.71,1280.29,1.39626,0,0,0.642788,0.766044,300,300,100,1), + (49778,1673,1,9610.38,943.221,1272.63,0.820305,0,0,0.398749,0.91706,300,300,100,1), + (49779,1673,1,9615.02,1065.71,1270.84,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (49780,1673,1,9534.79,1081.55,1259.31,2.49582,0,0,0.948324,0.317305,300,300,100,1), + (49781,1673,1,10014.3,417.653,1312.95,2.40855,0,0,0.93358,0.358368,300,300,100,1), + (49782,1673,1,9802.26,299.249,1324.21,-1.81514,0,0,0.788011,-0.615661,300,300,100,1), + (49783,1673,1,10106.9,516.284,1327.84,-2.44346,0,0,0.939693,-0.34202,300,300,100,1), + (49784,1673,1,9438.43,1056.79,1252.81,-0.087267,0,0,0.04362,-0.999048,300,300,100,1), + (49785,1673,1,9730.35,1050.91,1293.92,1.55334,0,0,0.700909,0.71325,300,300,100,1), + (49786,1673,1,9695.74,441.34,1319.54,0.872665,0,0,0.422618,0.906308,300,300,100,1), + (49787,1673,1,9661.66,658.764,1303.08,1.5708,0,0,0.707107,0.707107,300,300,100,1), + (49788,1673,1,9623.77,501.426,1320.41,-2.35619,0,0,0.92388,-0.382683,300,300,100,1), + (49789,1673,1,9717.73,577.355,1307.13,-3.08923,0,0,0.999657,-0.026177,300,300,100,1), + (49790,1673,1,9664.87,917.284,1281.08,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (49791,1673,1,9703.6,901.658,1294.15,-1.29154,0,0,0.601815,-0.798635,300,300,100,1), + (49792,1673,1,9675.48,887.542,1279.44,1.91986,0,0,0.819152,0.573576,300,300,100,1), + (49793,1673,1,9898.82,1258.07,1296.24,-3.10669,0,0,0.999848,-0.017452,300,300,100,1), + (49794,1673,1,9854.3,1305.71,1304.42,-0.488692,0,0,0.241922,-0.970296,300,300,100,1), + (49795,1673,1,9562.97,1318.82,1305.68,-3.08923,0,0,0.999657,-0.026177,300,300,100,1), + (49796,1673,1,9685.58,1245.19,1282.72,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (49797,1673,1,9638.69,1184.3,1269.1,4.71239,0,0,0.707107,-0.707107,300,300,100,1), + (49798,1673,1,9717.98,749.542,1293.46,0.349066,0,0,0.173648,0.984808,300,300,100,1), + (49799,1673,1,9749.63,408.525,1307.15,-1.71042,0,0,0.75471,-0.656059,300,300,100,1), + (49800,1673,1,9726.4,472.332,1308.86,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (49801,175759,1,9697.43,2235.08,1331.86,-0.680679,0,0,0.333807,-0.942641,900,900,100,1), + (49802,175760,1,10120.3,2418.66,1322.84,-1.23918,0,0,0.580703,-0.814116,900,900,100,1), + (49803,1685,1,9916.11,2308.03,1330.79,-0.296706,0,0,0.147809,-0.989016,900,900,100,1), + (49805,19877,1,9650.52,2279.11,1346.62,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (49806,146096,1,9663.7,2300.64,1340.52,-0.925026,0,0,-0.446198,0.894934,900,900,100,1), + (49807,2739,1,9753.64,1589.44,1300.41,-2.54818,0,0,0.956305,-0.292372,10,10,100,1), + (49808,2740,1,9882,1490.07,1278.75,-0.628319,0,0,0.309017,-0.951056,10,10,100,1), + (49809,2741,1,9712.18,1538.49,1255.21,2.05949,0,0,0.857167,0.515038,10,10,100,1), + (49810,2742,1,9772.44,1553.88,1300.45,-0.383972,0,0,0.190809,-0.981627,10,10,100,1), + (49811,176573,1,9624.99,2522.05,1331.64,-2.23402,0,0,0.898794,-0.438371,900,900,100,1), + (49812,1986,1,9705.91,1268.05,1290.85,3.14159,0,0,1,0,900,900,100,1), + (49813,1987,1,10056.5,323.421,1324.87,-3.14159,-0.00872,-0.039258,0.999191,-0.000343,900,900,100,1), + (49814,1988,1,10021.8,285.987,1323.02,3.14159,0,0,1,0,900,900,100,1), + (49815,1989,1,9668.28,460.541,1309.52,3.14159,0,0,1,0,900,900,100,1), + (49816,1990,1,9632.87,471.409,1312.78,3.14159,0.017451,0.013088,0.999762,-0.000228,900,900,100,1), + (49817,1991,1,9554.57,1882.64,1314.31,1.46608,0.033072,-0.01718,0.669005,0.742323,900,900,100,1), + (49818,148423,1,10132.9,2235.49,1339.2,-2.53073,0,0,0.953717,-0.300705,900,900,100,1), + (49819,1992,1,9370.49,1712.86,1308.86,3.14159,0.004363,-0.004363,0.999981,0.000019,900,900,100,1), + (49820,1993,1,9151.33,1838.82,1327.63,3.14159,-0.043599,0.030509,0.998582,0.001332,900,900,100,1), + (49823,1994,1,9110.55,1845.11,1327.5,1.89368,0,0,0.811574,0.58425,900,900,100,1), + (49824,1995,1,9122.58,1776.2,1321.5,-2.28638,0.055565,-0.027363,0.908994,-0.412182,900,900,100,1), + (49825,1996,1,9113.14,1676.04,1324.53,3.14159,0.030536,-0.013083,0.999448,0.0004,900,900,100,1), + (49826,1997,1,9566.44,1299.1,1300.54,3.14159,0,0,1,0,900,900,100,1), + (49827,1998,1,9198.2,1415.26,1311.22,3.14159,0.030538,0.004361,0.999524,-0.000133,900,900,100,1), + (49828,126158,1,9806.74,351.422,1308.46,0.453785,0,0,0.224951,0.97437,10,10,100,1), + (49829,1999,1,9190.04,1372.69,1315.07,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (49830,2000,1,9268.6,940.655,1311.9,1.66679,0.00646,-0.005867,0.74019,0.672341,900,900,100,1), + (49831,95449,1,9715.39,2277.49,1332.28,2.23402,0,0,0.898794,0.438371,900,900,100,1), + (49832,188123,1,10122.1,2227.4,1328.19,-2.49582,0,0,0.948324,-0.317305,900,900,100,1), + (49833,7923,1,9502.27,720.536,1255.44,-0.497418,0,0,-0.246153,0.969231,900,900,100,1), + (49834,20989,1,10498.3,1054.03,1325.47,3.14159,0,0,1,0,900,900,100,1), + (49835,20990,1,10335.3,1034.1,1339.32,3.14159,0,0,1,0,900,900,100,1), + (49836,20991,1,10269.9,966.038,1340.88,3.14159,0,0,1,0,900,900,100,1), + (49837,152576,1,-4446.4,2055.31,46.2764,0.401426,0,0,0.199368,0.979925,900,900,100,1), + (49838,180480,1,-3866.36,1624.06,138.192,-2.64837,-0.056086,-0.021764,0.967881,-0.244105,900,900,100,1), + (49839,2061,1,-4142.64,812.203,146.142,-2.71399,0,0,0.977231,-0.212178,180,180,100,1), + (49840,152577,1,-4446.41,2055.24,46.2863,1.97222,0,0,0.833886,0.551937,900,900,100,1), + (49841,152578,1,-4446.41,2055.24,45.6197,1.97222,0,0,0.833886,0.551937,900,900,100,1), + (49842,152579,1,-4446.38,2055.25,44.954,1.97222,0,0,0.833886,0.551937,900,900,100,1), + (49843,152580,1,-4445.28,2058.18,44.9976,-0.767946,0.468413,0.332221,-0.472813,0.668331,900,900,100,1), + (49844,40197,1,-4836.04,180.972,55.5739,1.77151,0,0,0.774393,0.632705,900,900,100,1), + (49845,152581,1,-2481.32,2319.05,117.022,3.14159,0,0,1,0,900,900,100,1), + (49846,152582,1,-2481.34,2319.08,117.023,-1.44862,0,0,-0.66262,0.748956,900,900,100,1), + (49847,152584,1,-4394.5,193.806,27.9585,-1.78024,0,0,-0.777146,0.62932,900,900,100,1), + (49848,152585,1,-4394.48,193.833,27.1208,-1.74533,0,0,-0.766044,0.642788,900,900,100,1), + (49849,142090,1,-3543.8,2307.86,62.277,3.13286,0.021921,0.026075,0.999412,0.00379,900,900,100,1), + (49850,152586,1,-4394.51,193.683,26.249,-1.7366,0,0,-0.763232,0.646124,900,900,100,1), + (49851,142091,1,-3391.35,2497.48,23.3832,-2.24275,0,0,0.900698,-0.434445,900,900,100,1), + (49852,152587,1,-4394.08,191.27,27.9996,1.91114,0,0,0.816642,0.577145,900,900,100,1), + (49853,2061,1,-4439.73,3319.41,13.1726,2.80125,0,0,0.985556,0.16935,900,900,100,1), + (49854,2061,1,-4063.53,424.813,50.6957,2.79253,-0.017691,0.025266,0.984256,0.174034,900,900,100,1), + (49855,2061,1,-4977.81,66.849,106.867,3.14159,0,0,1,0,900,900,100,1), + (49856,2061,1,-5499.22,1197.74,18.9661,1.94604,0.004911,0.007213,0.826558,0.562784,900,900,100,1), + (49857,2061,1,-4874.44,148.861,61.4865,-3.09796,-0.022187,0.016968,0.99938,-0.021426,900,900,100,1), + (49858,2061,1,-4874.95,98.5079,87.4718,1.07338,0,0,0.511293,0.859406,900,900,100,1), + (49859,2061,1,-4414.03,1476.58,126.01,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (49860,2061,1,-4980.2,191.3,55.1962,3.14159,0,0,1,0,900,900,100,1), + (49861,2061,1,-4836.04,180.972,55.5739,1.77151,0,0,0.774393,0.632705,900,900,100,1), + (49862,141069,1,-4598.45,114.346,82.0674,3.14159,0,0,1,0,900,900,100,1), + (49863,2061,1,-4598.45,114.346,82.0674,3.14159,0,0,1,0,900,900,100,1), + (49864,2061,1,-4879.21,468.939,19.3326,3.09796,0.012704,-0.017732,0.999519,0.022038,900,900,100,1), + (49865,2061,1,-4835.98,540.722,20.3061,-0.157079,0,0,-0.078459,0.996917,900,900,100,1), + (49866,2061,1,-4727,586.583,35.7375,2.59181,0,0,0.962455,0.271441,900,900,100,1), + (49867,2061,1,-4907.84,272.276,41.2485,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (49868,2061,1,-4999.7,71.4162,103.527,1.79769,-0.022651,0.062539,0.779642,0.622683,900,900,100,1), + (49869,2061,1,-4950.27,642.321,42.6647,-2.09439,0,0,-0.866025,0.5,900,900,100,1), + (49870,2061,1,-3741.4,207.09,121.754,3.09796,-0.035358,-0.021035,0.998932,0.021035,900,900,100,1), + (49871,2061,1,-3993.01,-179.923,139.415,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (49872,2061,1,-4599.16,1377.63,107.16,0.750493,0,0,0.366502,0.930417,900,900,100,1), + (49873,2061,1,-4802.78,914.161,133.971,-0.279254,-0.01114,0.014783,-0.13898,0.990122,900,900,100,1), + (49874,2061,1,-3661.65,260.977,143.121,3.11541,0.021926,0.008438,0.999641,0.012896,900,900,100,1), + (49875,2061,1,-4756.43,853.677,142.911,1.85878,0,0,0.801254,0.598325,900,900,100,1), + (49876,2061,1,-4759.15,824.99,140.433,2.01586,0,0,0.845728,0.533615,900,900,100,1), + (49877,2061,1,-4882.82,673.609,42.2994,2.04203,0,0,0.85264,0.522499,900,900,100,1), + (49878,2061,1,-4185.25,387.248,61.0981,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (49879,2061,1,-4803.74,878.264,142.795,-1.30027,0,0,-0.605294,0.796002,900,900,100,1), + (49880,2061,1,-4975.32,355.283,23.7766,-3.14159,-0.008716,-0.047976,0.99881,-0.000419,900,900,100,1), + (49881,2061,1,-3131.03,2255.4,39.7844,-2.75762,-0.011063,0.011184,0.981528,-0.190673,900,900,100,1), + (49882,2061,1,-5504.06,1197.65,18.81,1.35263,-0.013611,-0.010924,0.625828,0.779766,900,900,100,1), + (49883,2061,1,-4772.83,905.031,142.843,2.06821,0,0,0.859406,0.511294,900,900,100,1), + (49884,2061,1,-4379.13,2323.67,1.40767,3.14159,0,0,1,0,900,900,100,1), + (49885,2061,1,-4995.5,363.451,23.8795,0.357793,0.013657,-0.001964,0.177983,0.983937,900,900,100,1), + (49886,2061,1,-4879.77,187.634,59.9742,3.14159,0,0.008727,0.999962,0,900,900,100,1), + (49887,2061,1,-4993.05,415.058,16.9711,0.375246,0,0,0.186524,0.98245,900,900,100,1), + (49888,2061,1,-4916.3,197.121,52.2984,-2.74889,0,0,0.980785,-0.19509,900,900,100,1), + (49889,179469,1,-3761.38,1133.88,131.005,1.56207,0,0,0.704015,0.710185,900,900,100,0), + (49890,2061,1,-4169.95,604.078,70.9372,-2.67035,0,0,0.97237,-0.233446,900,900,100,1), + (49891,2061,1,-4165.15,599.144,70.9372,-2.80125,0,0,0.985556,-0.169349,900,900,100,1), + (49892,2061,1,-4153.38,614.367,70.9372,-2.74017,0,0,0.979925,-0.199368,900,900,100,1), + (49893,2061,1,-4349.86,260.709,26.3679,-2.31256,0,0,0.915311,-0.402747,900,900,100,1), + (49894,2061,1,-4334.93,158.692,34.2357,-2.85361,0,0,0.989651,-0.143493,900,900,100,1), + (49895,2061,1,-4331.1,152.966,34.2357,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (49896,2061,1,-4316.76,165.79,34.2357,-2.92343,0,0,0.994056,-0.108867,900,900,100,1), + (49897,2061,1,-4448.88,248.14,47.4217,1.0472,0,0,0.5,0.866025,900,900,100,1), + (49898,2061,1,-4463.85,237.63,39.2119,1.9984,0,0,0.841039,0.540975,900,900,100,1), + (49899,2061,1,-4454.72,248.83,39.1981,-0.340339,0,0,-0.169349,0.985556,900,900,100,1), + (49900,180750,1,-4230.19,2460.48,0,-0.314159,0,0,-0.156434,0.987688,900,900,100,1), + (49901,180750,1,-3868.3,3103.87,0,-1.23918,0,0,-0.580701,0.814117,900,900,100,1), + (49902,180750,1,-4722.65,2106.9,0,-0.05236,0,0,-0.026177,0.999657,900,900,100,1), + (49903,180750,1,-4236.73,2361.38,0,2.67035,0,0,0.972369,0.233447,900,900,100,1), + (49904,180750,1,-4798.63,2316.71,0,0.034907,0,0,0.0174526,0.999848,900,900,100,1), + (49905,180750,1,-4456.79,2379.52,0,2.82743,0,0,0.987688,0.156436,900,900,100,1), + (49906,180751,1,-4210.63,2542.91,0,-1.55334,0,0,-0.700908,0.713252,900,900,100,1), + (49907,180751,1,-4001.04,3001.31,0,-0.767945,0,0,-0.374607,0.927184,900,900,100,1), + (49908,180751,1,-4825.53,2112.97,0,-0.349066,0,0,-0.173648,0.984808,900,900,100,1), + (49909,180752,1,-4379.91,2368.7,0,-2.68781,0,0,-0.97437,0.22495,900,900,100,1), + (49910,180752,1,-4582.54,2354.77,0,0.750492,0,0,0.366501,0.930417,900,900,100,1), + (49911,180752,1,-4153.15,2618.2,0,2.74017,0,0,0.979925,0.199366,900,900,100,1), + (49912,180752,1,-4859.53,2239.23,0,0.05236,0,0,0.026177,0.999657,900,900,100,1), + (49913,180752,1,-4223.67,2385.48,0,-2.30383,0,0,-0.913544,0.406739,900,900,100,1), + (49914,180752,1,-4295.15,2371.78,0,-2.53073,0,0,-0.953717,0.300705,900,900,100,1), + (49915,180752,1,-4520.65,2367.78,0,-1.37881,0,0,-0.636078,0.771625,900,900,100,1), + (49916,180752,1,-4844.58,2018.63,0,-0.401426,0,0,-0.199368,0.979925,900,900,100,1), + (49917,2066,1,-3391.35,2497.48,23.3832,-2.24275,0,0,0.900698,-0.434445,900,900,100,1), + (49918,2066,1,-4184.9,607.572,70.6163,2.88852,0,0,0.992005,0.126199,900,900,100,1), + (49920,2066,1,-4097.92,438.365,51.0712,0.689406,0,0,0.337917,0.941176,900,900,100,1), + (49921,2066,1,-4963.98,472.598,17.188,-2.74889,0,0,0.980785,-0.19509,900,900,100,1), + (49922,2066,1,-3543.8,2307.86,62.277,3.13286,0.021921,0.026075,0.999412,0.00379,900,900,100,1), + (49923,2066,1,-4672.23,1283.07,96.1783,3.02815,0,0,0.998392,0.056693,900,900,100,1), + (49924,2066,1,-4971.36,1210.37,55.4107,3.14159,0,0,1,0,900,900,100,1), + (49925,2066,1,-5763,1131.59,68.4335,-0.80285,0.007426,0.006328,-0.390747,0.920446,900,900,100,1), + (49926,2066,1,-4420.84,1369.71,123.983,0.890118,0,0,0.430511,0.902585,900,900,100,1), + (49927,2066,1,-4517.77,1277.2,126.401,1.37881,0,0,0.636078,0.771625,900,900,100,1), + (49928,2066,1,-4493.77,1385.77,127.292,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (49929,2066,1,-5505.21,1384.23,20.297,1.51844,0,0,0.688355,0.725374,900,900,100,1), + (49930,2066,1,-5289.89,1279.83,50.7445,1.93731,0,0,0.824126,0.566406,900,900,100,1), + (49931,2066,1,-4486.48,1251.33,128.58,1.85878,0,0,0.801254,0.598325,900,900,100,1), + (49932,2066,1,-4418.94,1207.29,126.659,1.71042,0.036917,0.002581,0.754642,0.655092,900,900,100,1), + (49933,2066,1,-3988.24,-134.604,139.801,3.14159,0,0,1,0,900,900,100,1), + (49934,2066,1,-3982.51,-96.9983,150.265,-2.83616,0,0,0.988361,-0.152123,900,900,100,1), + (49935,2066,1,-5540.36,1298.21,20.6948,-2.59181,0,0,0.962455,-0.271441,900,900,100,1), + (49936,2066,1,-5459.89,1223.37,32.568,-3.11541,-0.008264,-0.035009,0.999263,-0.013386,900,900,100,1), + (49937,2066,1,-4475.55,1090.12,126.48,-2.55691,0,0,0.957571,-0.288196,900,900,100,1), + (49938,2066,1,-4422.2,1175.09,126.592,0.209439,0,0,0.104528,0.994522,900,900,100,1), + (49939,2066,1,-4462.74,1544.6,126.768,-2.40855,0.002213,0.042896,0.932473,-0.358677,900,900,100,1), + (49940,2066,1,-4407.4,1374.9,123.983,-1.23918,0,0,-0.580703,0.814116,900,900,100,1), + (49941,2066,1,-5356.57,1313.4,35.3954,-2.83616,0,0,0.988361,-0.152123,900,900,100,1), + (49942,153124,1,-5499.22,1197.74,18.9661,1.94604,0.004911,0.007213,0.826558,0.562784,900,900,100,1), + (49943,177188,1,-3816.05,1250.29,160.278,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (49944,153125,1,-5504.06,1197.65,18.81,1.35263,-0.013611,-0.010924,0.625828,0.779766,900,900,100,1), + (49945,177189,1,-3763.5,1249.41,160.278,3.13287,0,0,0.99999,0.004363,900,900,100,1), + (49946,153126,1,-5763,1131.59,68.4335,-0.80285,0.007426,0.006328,-0.390747,0.920446,900,900,100,1), + (49947,142119,1,-4396.27,3269.05,11.9274,3.14159,0,0,1,0,900,900,100,1), + (49948,177192,1,-3520.13,1098.07,161.032,1.56207,0,0,0.704015,0.710185,900,900,100,1), + (49949,50986,1,-5289.89,1279.83,50.7445,1.93731,0,0,0.824126,0.566406,900,900,100,1), + (49950,141610,1,-3988.24,-134.604,139.801,3.14159,0,0,1,0,900,900,100,1), + (49951,141611,1,-3982.51,-96.9983,150.265,-2.83616,0,0,0.988361,-0.152123,900,900,100,1), + (49952,50987,1,-5356.57,1313.4,35.3954,-2.83616,0,0,0.988361,-0.152123,900,900,100,1), + (49953,50988,1,-5540.36,1298.21,20.6948,-2.59181,0,0,0.962455,-0.271441,900,900,100,1), + (49954,50989,1,-5505.21,1384.23,20.297,1.51844,0,0,0.688355,0.725374,900,900,100,1), + (49955,164909,1,-5376.7,2283.4,-2.06862,2.0944,-0.279162,-0.375469,0.779205,0.417051,2,2,100,1), + (49956,177198,1,-4076.42,85.3757,59.7996,-0.488692,0,0,-0.241922,0.970296,900,900,100,1), + (49957,178224,1,-4033.24,1345.66,152.989,3.14159,0,0,1,0,900,900,100,1), + (49958,179507,1,-3821.49,1253.97,162.378,-1.57952,0,0,-0.710186,0.704015,900,900,100,1), + (49960,179508,1,-3757.92,1252.95,162.378,-1.57952,0,0,-0.710186,0.704015,900,900,100,1), + (49961,179509,1,-3523.51,1156.89,162.378,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (49962,179510,1,-3523.77,1092.09,162.378,-0.008726,0,0,-0.004363,0.99999,900,900,100,1), + (49963,2061,1,-4184.85,793.343,144.983,-1.45735,0,0,-0.665882,0.746058,180,180,100,1), + (49964,2061,1,-4178.55,796.114,144.983,-1.58825,0,0,-0.713251,0.700909,180,180,100,1), + (49965,2061,1,-4188.69,812.463,144.983,-1.52716,0,0,-0.691513,0.722364,180,180,100,1), + (49966,2066,1,-4164.71,816.66,145.187,2.94088,0,0,0.994969,0.100188,180,180,100,1), + (49967,179513,1,-4070.46,84.6031,60.0026,-2.05949,0,0,-0.857167,0.515038,900,900,100,1), + (49968,2066,1,-4221.11,667.142,70.4964,0.977386,0,0,0.469472,0.882948,180,180,100,1), + (49969,50803,1,-4184.85,793.343,144.983,-1.45735,0,0,-0.665882,0.746058,180,180,100,1), + (49970,50804,1,-4178.55,796.114,144.983,-1.58825,0,0,-0.713251,0.700909,180,180,100,1), + (49971,50805,1,-4188.69,812.463,144.983,-1.52716,0,0,-0.691513,0.722364,180,180,100,1), + (49972,142140,1,-4431.82,1535.3,127.198,0.174533,0,0,0.0871558,0.996195,300,300,100,1), + (49973,142140,1,-3853.57,963.272,152.17,-2.51327,0,0,-0.951056,0.309019,300,300,100,1), + (49974,142140,1,-4774.86,3676.36,10.6375,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (49975,142140,1,-5314.56,3782.17,1.40555,-1.97222,0,0,-0.833885,0.551938,300,300,100,1), + (49976,142140,1,-4925.71,3668.39,12.1591,0.418879,0,0,0.207912,0.978148,300,300,100,1), + (49977,142140,1,-5584.1,1242.7,20.2652,2.37365,0,0,0.927184,0.374606,300,300,100,1), + (49978,142140,1,-3021,2668.67,59.3939,4.71239,0,0,0.707106,-0.707107,300,300,100,1), + (49979,142140,1,-5477.34,1228.05,33.186,-1.72788,0,0,-0.760407,0.649446,300,300,100,1), + (49980,142140,1,-5251.24,1266.2,54.2452,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (49981,142140,1,-5560.19,1499.82,20.8032,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (49982,142140,1,-2882.45,2666.05,74.0739,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (49983,142140,1,-3299.99,1907.3,45.5809,-3.03687,0,0,-0.998629,0.0523374,300,300,100,1), + (49984,142140,1,-3119.89,1727.51,42.6959,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (49985,142140,1,-3031.39,2788.93,60.9488,-1.90241,0,0,-0.814116,0.580702,300,300,100,1), + (49986,142142,1,-4142.78,-555.682,-5.34882,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (49987,142142,1,-4474.64,1229.13,125.889,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (49988,142142,1,-4519.35,1743.76,94.4294,-2.96706,0,0,-0.996195,0.0871556,300,300,100,1), + (49989,142142,1,-4129.28,-33.777,60.904,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (49990,142142,1,-3447.11,1875.71,48.5747,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (49991,142142,1,-3442.26,2816.72,83.3689,-0.855212,0,0,-0.414694,0.909961,300,300,100,1), + (49992,142142,1,-4614.11,1285.82,107.237,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (49993,142142,1,-4185.15,514.305,60.8172,-0.907571,0,0,-0.438371,0.898794,300,300,100,1), + (49994,142142,1,-5007.88,674.656,44.6766,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (49995,142142,1,-5160.91,437.238,27.8971,0.05236,0,0,0.026177,0.999657,300,300,100,1), + (49996,142142,1,-4139.59,549.51,71.6332,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (49997,142142,1,-4951.59,419.223,10.7939,2.6529,0,0,0.970296,0.241922,300,300,100,1), + (49998,142142,1,-5769.63,1275.29,59.1949,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (49999,142142,1,-5681.78,1666.42,89.5492,2.19912,0,0,0.891008,0.453988,300,300,100,1), + (50000,142142,1,-5270.87,1553.05,54.3162,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (50001,142142,1,-4563.7,1494.91,99.6016,1.18682,0,0,0.559191,0.829039,300,300,100,1), + (50002,142142,1,-5795.07,1569.15,74.455,0.610865,0,0,0.300706,0.953717,300,300,100,1), + (50003,142142,1,-2942.71,2481.39,33.4109,0,0,0,0,1,300,300,100,1), + (50004,142142,1,-3383.44,2411.08,34.5997,2.98451,0,0,0.996917,0.0784606,300,300,100,1), + (50008,181825,1,-4514.99,-848.971,-41.7934,-1.72788,0,0,0.760406,-0.649448,900,900,100,1), + (50009,324,1,-5582.61,2287.96,9.67933,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (50010,324,1,-5575.68,1104.02,17.9483,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (50011,49485,1,-4448.88,248.14,47.4217,1.0472,0,0,0.5,0.866025,900,900,100,1), + (50012,49486,1,-4463.85,237.63,39.2119,1.9984,0,0,0.841039,0.540975,900,900,100,1), + (50013,49487,1,-4454.72,248.83,39.1981,-0.340339,0,0,-0.169349,0.985556,900,900,100,1), + (50014,164953,1,-4975.6,346.066,23.0333,1.42244,0.023919,-0.094328,0.646777,0.756446,2,2,100,1), + (50015,164954,1,-5318.97,433.019,13.0373,-0.802851,0,0,0.390731,-0.920505,2,2,100,1), + (50016,142179,1,-4791.75,3613.3,12.5194,-2.33001,0,0,0.918791,-0.394744,2,2,100,1), + (50017,110230,1,-4164.71,816.66,145.187,2.94088,0,0,0.994969,0.100188,180,180,100,1), + (50019,148840,1,-4971.36,1210.37,55.4107,3.14159,0,0,1,0,900,900,100,1), + (50020,142185,1,-3098.4,2765.83,71.9319,3.06305,0.046004,-0.049767,0.996839,0.04147,2,2,100,1), + (50021,148841,1,-5459.89,1223.37,32.568,-3.11541,-0.008264,-0.035009,0.999263,-0.013386,900,900,100,1), + (50022,40298,1,-4063.53,424.813,50.6957,2.79253,-0.017691,0.025266,0.984256,0.174034,900,900,100,1), + (50023,142186,1,-2930.95,2817.98,71.2819,-1.6057,0.029763,-0.062157,-0.716638,0.694032,2,2,100,1), + (50024,1735,1,-4172.12,681.267,84.2283,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (50025,3301,1,-4142.64,812.203,146.142,-2.71399,0,0,0.977231,-0.212178,180,180,100,1), + (50026,181099,1,-4439.73,3319.41,13.1726,2.80125,0,0,0.985556,0.16935,900,900,100,1), + (50027,40299,1,-4977.81,66.849,106.867,3.14159,0,0,1,0,900,900,100,1), + (50028,142187,1,-2803.89,2666.9,73.4469,3.14159,0,0,1,0,2,2,100,1), + (50029,143979,1,-4533.17,808.743,60.2918,-0.890118,0,0,-0.430511,0.902585,900,900,100,1), + (50030,141931,1,-5866.16,1367.64,109.707,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (50031,141931,1,-5920.82,1391.58,137.518,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (50032,141931,1,-5889.6,1556.15,112.748,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (50033,141931,1,-5990.93,1479.18,149.163,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (50034,141931,1,-5950.36,1458.3,153.293,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (50035,141931,1,-5893.02,1377.45,122.543,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (50036,141931,1,-5882.92,1504.3,120.236,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (50037,141931,1,-5901.82,1412.07,123.821,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (50038,141931,1,-5812.36,1712.59,102.252,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (50039,142188,1,-2953.11,2624.45,69.1637,3.14159,0,0,1,0,2,2,100,1), + (50040,143980,1,-3744.25,219.985,121.832,2.35619,0,0,0.92388,0.382683,2,2,100,1), + (50041,143980,1,-3659.17,262.658,143.235,0.05236,0,0,0.026177,0.999657,2,2,100,1), + (50042,143980,1,-3955.37,-156.741,140.736,0.383972,0,0,0.190809,0.981627,2,2,100,1), + (50043,40301,1,-4980.2,191.3,55.1962,3.14159,0,0,1,0,900,900,100,1), + (50044,143986,1,-4405.37,237.677,26.7678,2.28638,0,0,0.909961,0.414693,900,900,100,1), + (50045,50803,1,-4169.95,604.078,70.9372,-2.67035,0,0,0.97237,-0.233446,900,900,100,1), + (50046,50803,1,-4334.93,158.692,34.2357,-2.85361,0,0,0.989651,-0.143493,900,900,100,1), + (50047,142195,1,-4957.59,463.196,18.9743,-0.10472,0,0,0.052336,-0.99863,2,2,100,1), + (50048,50804,1,-4165.15,599.144,70.9372,-2.80125,0,0,0.985556,-0.169349,900,900,100,1), + (50049,50804,1,-4331.1,152.966,34.2357,-2.98451,0,0,0.996917,-0.078459,900,900,100,1), + (50050,175732,1,-4350.65,3294.21,19.5419,-2.32129,0,0,0.91706,-0.398749,900,900,100,1), + (50051,50805,1,-4153.38,614.367,70.9372,-2.74017,0,0,0.979925,-0.199368,900,900,100,1), + (50052,50805,1,-4316.76,165.79,34.2357,-2.92343,0,0,0.994056,-0.108867,900,900,100,1), + (50053,177279,1,-4512.71,-781.802,-42.6385,2.58301,0,0,0.961252,0.275672,900,900,100,1), + (50054,177281,1,-4509.59,1257.62,126.183,3.01942,0,0,0.998135,0.061049,900,900,100,1), + (50055,179846,1,-4379.13,2323.67,1.40767,3.14159,0,0,1,0,900,900,100,1), + (50056,178826,1,-4427.5,1412.92,132.459,-2.60054,0,0,0.96363,-0.267238,900,900,100,1), + (50057,38028,1,-4874.44,148.861,61.4865,-3.09796,-0.022187,0.016968,0.99938,-0.021426,900,900,100,1), + (50058,38029,1,-4879.77,187.634,59.9742,3.14159,0,0.008727,0.999962,0,900,900,100,1), + (50059,38030,1,-4874.95,98.5079,87.4718,1.07338,0,0,0.511293,0.859406,900,900,100,1), + (50060,176278,1,-4599.16,1377.63,107.16,0.750493,0,0,0.366502,0.930417,900,900,100,1), + (50061,110231,1,-4184.9,607.572,70.6163,2.88852,0,0,0.992005,0.126199,900,900,100,1), + (50062,176279,1,-4486.48,1251.33,128.58,1.85878,0,0,0.801254,0.598325,900,900,100,1), + (50063,110232,1,-4221.11,667.142,70.4964,0.977386,0,0,0.469472,0.882948,900,900,100,1), + (50064,176280,1,-4418.94,1207.29,126.659,1.71042,0.036917,0.002581,0.754642,0.655092,900,900,100,1), + (50065,110233,1,-4097.92,438.365,51.0712,0.689406,0,0,0.337917,0.941176,900,900,100,1), + (50066,176281,1,-4517.77,1277.2,126.401,1.37881,0,0,0.636078,0.771625,900,900,100,1), + (50067,110234,1,-4963.98,472.598,17.188,-2.74889,0,0,0.980785,-0.19509,900,900,100,1), + (50068,176282,1,-4493.77,1385.77,127.292,1.76278,0,0,0.771625,0.636078,900,900,100,1), + (50069,110235,1,-4975.32,355.283,23.7766,-3.14159,-0.008716,-0.047976,0.99881,-0.000419,900,900,100,1), + (50070,176283,1,-4462.74,1544.6,126.768,-2.40855,0.002213,0.042896,0.932473,-0.358677,900,900,100,1), + (50071,176284,1,-4414.03,1476.58,126.01,-2.19912,0,0,0.891007,-0.45399,900,900,100,1), + (50072,110236,1,-4995.5,363.451,23.8795,0.357793,0.013657,-0.001964,0.177983,0.983937,900,900,100,1), + (50073,176285,1,-4407.4,1374.9,123.983,-1.23918,0,0,-0.580703,0.814116,900,900,100,1), + (50074,176286,1,-4420.84,1369.71,123.983,0.890118,0,0,0.430511,0.902585,900,900,100,1), + (50075,176287,1,-4475.55,1090.12,126.48,-2.55691,0,0,0.957571,-0.288196,900,900,100,1), + (50076,176288,1,-4422.2,1175.09,126.592,0.209439,0,0,0.104528,0.994522,900,900,100,1), + (50077,123310,1,-5286.74,-14.0225,21.2351,2.40855,0,0,0.93358,0.358368,1800,1800,100,1), + (50078,123310,1,-5275.56,-42.4939,8.31683,-2.53073,0,0,0.953717,-0.300706,1800,1800,100,1), + (50079,123310,1,-5353.75,397.499,17.0132,2.96706,0,0,0.996195,0.087156,1800,1800,100,1), + (50080,144050,1,-3775.3,191.55,122.38,-1.72788,0,0,0.760406,-0.649448,900,900,100,1), + (50081,144050,1,-3776.47,193.948,122.894,0.977384,0,0,0.469472,0.882948,900,900,100,1), + (50082,144050,1,-3777.7,192.37,123.696,-1.81514,0,0,0.788011,-0.615661,900,900,100,1), + (50083,144050,1,-3923.29,208.35,111.72,2.44346,0,0,0.939693,0.34202,900,900,100,1), + (50084,144050,1,-3927.71,205.875,110.779,2.6529,0,0,0.970296,0.241922,900,900,100,1), + (50085,144050,1,-3922.3,210.77,113.451,1.22173,0,0,0.573576,0.819152,900,900,100,1), + (50086,144050,1,-3926.85,213.172,114.243,-1.93731,0,0,0.824126,-0.566406,900,900,100,1), + (50087,144050,1,-3867.88,224.415,113.012,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (50088,144050,1,-3928.43,211.142,112.776,2.6529,0,0,0.970296,0.241922,900,900,100,1), + (50089,144050,1,-3864.37,222.277,113.181,0.296706,0,0,0.147809,0.989016,900,900,100,1), + (50090,144050,1,-3530.31,231.488,149.297,-2.40855,0,0,0.93358,-0.358368,900,900,100,1), + (50091,144050,1,-3870.2,220.446,112.671,1.8326,0,0,0.793353,0.608761,900,900,100,1), + (50092,144050,1,-3599.79,245.016,139.398,2.70526,0,0,0.976296,0.21644,900,900,100,1), + (50093,144050,1,-3534.63,224.825,148.76,-1.32645,0,0,0.615661,-0.788011,900,900,100,1), + (50094,144050,1,-3525.12,239.128,149.915,-2.87979,0,0,0.991445,-0.130526,900,900,100,1), + (50095,144050,1,-3526.82,228.549,150.276,-1.55334,0,0,0.700909,-0.71325,900,900,100,1), + (50096,144050,1,-3872.24,225.123,113.25,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (50097,144050,1,-3586.68,200.259,136.552,-1.78024,0,0,0.777146,-0.62932,900,900,100,1), + (50098,144050,1,-3867.41,217.295,112.72,-0.296706,0,0,0.147809,-0.989016,900,900,100,1), + (50099,144050,1,-3588.49,194.535,136.016,0.645772,0,0,0.317305,0.948324,900,900,100,1), + (50100,144050,1,-3991.3,-229.472,139.023,1.91986,0,0,0.819152,0.573576,900,900,100,1), + (50101,144050,1,-3983.44,-229.997,139.392,2.86234,0,0,0.990268,0.139173,900,900,100,1), + (50102,144050,1,-3603.83,244.165,139.593,-1.85005,0,0,0.798635,-0.601815,900,900,100,1), + (50103,144050,1,-3595.57,241.642,140.272,-1.43117,0,0,0.656059,-0.75471,900,900,100,1), + (50104,144050,1,-3602.03,242.39,139.721,-3.05433,0,0,0.999048,-0.043619,900,900,100,1), + (50105,144050,1,-3591.86,207.412,138.169,1.41372,0,0,0.649448,0.760406,900,900,100,1), + (50106,144050,1,-4001.53,-228.527,142.492,-0.680679,0,0,0.333807,-0.942641,900,900,100,1), + (50107,144050,1,-3524.03,234.3,150.126,-0.10472,0,0,0.052336,-0.99863,900,900,100,1), + (50112,144050,1,-3671.05,209.943,130.967,-2.74017,0,0,0.979925,-0.199368,900,900,100,1), + (50115,144050,1,-3893.23,135.35,127.204,-0.593412,0,0,0.292372,-0.956305,900,900,100,1), + (50116,144050,1,-3708.03,277.801,138.902,1.29154,0,0,0.601815,0.798636,900,900,100,1), + (50117,144050,1,-3669.9,202.711,132.068,-2.80998,0,0,0.986286,-0.165048,900,900,100,1), + (50118,144050,1,-3713.83,158.744,133.512,-1.90241,0,0,0.814116,-0.580703,900,900,100,1), + (50119,144050,1,-3765.14,260.81,128.749,-1.53589,0,0,0.694658,-0.71934,900,900,100,1), + (50120,144050,1,-3770.82,253.168,128.045,0.715585,0,0,0.350207,0.936672,900,900,100,1), + (50121,144050,1,-3681.94,204.402,128.213,1.09956,0,0,0.522499,0.85264,900,900,100,1), + (50122,144050,1,-3674.72,210.1,129.779,1.71042,0,0,0.75471,0.656059,900,900,100,1), + (50123,144050,1,-3962.71,136.538,111.783,-1.13446,0,0,0.5373,-0.843391,900,900,100,1), + (50124,144050,1,-3675.63,202.604,129.869,2.49582,0,0,0.948324,0.317305,900,900,100,1), + (50125,144050,1,-3941.36,-18.8281,136.989,-0.174533,0,0,0.087156,-0.996195,900,900,100,1), + (50126,144050,1,-3946.34,-17.075,136.599,1.06465,0,0,0.507538,0.861629,900,900,100,1), + (50127,144050,1,-3996.53,57.2076,100.528,-2.49582,0,0,0.948324,-0.317305,900,900,100,1), + (50128,144050,1,-3713.63,162.687,132.473,0.366519,0,0,0.182236,0.983255,900,900,100,1), + (50129,144050,1,-3909.72,87.1987,123.857,1.23918,0,0,0.580703,0.814116,900,900,100,1), + (50130,144050,1,-3986.16,-62.1162,156.959,-1.88496,0,0,0.809017,-0.587785,900,900,100,1), + (50131,144050,1,-3768.53,263.261,130.477,-0.139626,0,0,0.069756,-0.997564,900,900,100,1), + (50132,144050,1,-3981.56,-64.5532,156.959,0.750492,0,0,0.366501,0.930418,900,900,100,1), + (50133,144050,1,-3986.52,-69.9946,155.215,2.87979,0,0,0.991445,0.130526,900,900,100,1), + (50134,144050,1,-3943.52,-13.9025,135.219,-1.20428,0,0,0.566406,-0.824126,900,900,100,1), + (50135,144050,1,-3944.34,-8.39876,133.755,-0.05236,0,0,0.026177,-0.999657,900,900,100,1), + (50136,144050,1,-3707.29,157.879,137.243,0.017453,0,0,0.008727,0.999962,900,900,100,1), + (50137,144050,1,-3996.38,49.6151,100.984,0.610865,0,0,0.300706,0.953717,900,900,100,1), + (50138,144050,1,-4028.69,-144.986,126.656,-2.21657,0,0,0.894934,-0.446198,900,900,100,1), + (50139,144050,1,-3912.64,71.2246,122.333,0.593412,0,0,0.292372,0.956305,900,900,100,1), + (50140,144050,1,-3951.6,-152.97,140.435,0.802851,0,0,0.390731,0.920505,900,900,100,1), + (50141,144050,1,-3716.92,165.628,129.718,0.994838,0,0,0.477159,0.878817,900,900,100,1), + (50142,144050,1,-4032.63,-155.961,128.068,0.087266,0,0,0.043619,0.999048,900,900,100,1), + (50143,144050,1,-4010.89,-183.107,140.335,-1.25664,0,0,0.587785,-0.809017,900,900,100,1), + (50144,144050,1,-3763.98,253.521,127.472,-1.74533,0,0,0.766044,-0.642788,900,900,100,1), + (50145,144050,1,-3901.42,129.953,129.173,-0.383972,0,0,0.190809,-0.981627,900,900,100,1), + (50146,144050,1,-3900.47,133.732,126.762,-2.02458,0,0,0.848048,-0.529919,900,900,100,1), + (50147,144050,1,-3705.32,281.133,141.242,-0.383972,0,0,0.190809,-0.981627,900,900,100,1), + (50148,144050,1,-3932.82,109.82,132.351,-1.13446,0,0,0.5373,-0.843391,900,900,100,1), + (50149,144050,1,-3933.99,116.426,133.891,3.01942,0,0,0.998135,0.061049,900,900,100,1), + (50150,144050,1,-3937.4,109.411,137.052,-0.593412,0,0,0.292372,-0.956305,900,900,100,1), + (50151,144050,1,-3896.7,126.88,130.446,-0.2618,0,0,0.130526,-0.991445,900,900,100,1), + (50152,144050,1,-3958.55,143.808,112.102,2.26893,0,0,0.906308,0.422618,900,900,100,1), + (50153,144054,1,-2843.53,2783.17,94.3958,2.96706,0,0,0.996195,0.087156,2,2,100,1), + (50154,176318,1,-4672.23,1283.07,96.1783,3.02815,0,0,0.998392,0.056693,900,900,100,1), + (50155,164798,1,-2835.85,2345.93,41.8678,-0.296706,0,0,0.147809,-0.989016,2,2,100,1), + (50156,164798,1,-2840.13,2347.59,41.7155,-1.37881,0,0,0.636078,-0.771625,2,2,100,1), + (50157,164798,1,-2838.42,2341.7,41.704,-3.00197,0,0,0.997564,-0.069756,2,2,100,1), + (50158,144063,1,-2976.94,2743.2,53.0054,-2.40855,0,0,0.93358,-0.358368,2,2,100,1), + (50159,176583,1,-4851.86,95.3166,90.2275,-0.628319,0,0,-0.309017,0.951056,300,300,100,1), + (50160,176583,1,-4120.27,-422.528,21.5707,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (50161,176583,1,-3475.69,2691.11,84.2298,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (50162,1735,1,-4391.7,726.789,115.6,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (50163,176583,1,-4588.53,1415.42,99.9445,2.21657,0,0,0.894935,0.446197,300,300,100,1), + (50164,1735,1,-5062.03,1830.19,78.5687,1.62316,0,0,0.725376,0.688353,300,300,100,1), + (50165,1735,1,-5040.29,1781.08,71.5072,0,0,0,0,1,300,300,100,1), + (50166,1735,1,-5052.28,1176.74,61.5778,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (50167,123848,1,-5320.53,451.727,9.51992,-2.33874,0,0,0.920505,-0.390731,2700,2700,100,1), + (50168,41185,1,-4879.21,468.939,19.3326,3.09796,0.012704,-0.017732,0.999519,0.022038,900,900,100,1), + (50169,41186,1,-4835.98,540.722,20.3061,-0.157079,0,0,-0.078459,0.996917,900,900,100,1), + (50170,41187,1,-4727,586.583,35.7375,2.59181,0,0,0.962455,0.271441,900,900,100,1), + (50171,41188,1,-4802.78,914.161,133.971,-0.279254,-0.01114,0.014783,-0.13898,0.990122,900,900,100,1), + (50172,41189,1,-4772.83,905.031,142.843,2.06821,0,0,0.859406,0.511294,900,900,100,1), + (50173,3301,1,-4349.86,260.709,26.3679,-2.31256,0,0,0.915311,-0.402747,900,900,100,1), + (50174,41190,1,-4803.74,878.264,142.795,-1.30027,0,0,-0.605294,0.796002,900,900,100,1), + (50175,41191,1,-4756.43,853.677,142.911,1.85878,0,0,0.801254,0.598325,900,900,100,1), + (50176,153576,1,-3741.4,207.09,121.754,3.09796,-0.035358,-0.021035,0.998932,0.021035,900,900,100,1), + (50177,41192,1,-4759.15,824.99,140.433,2.01586,0,0,0.845728,0.533615,900,900,100,1), + (50178,180712,1,-3950.56,3053.76,0,-0.680679,0,0,-0.333807,0.942641,900,900,100,1), + (50179,180712,1,-4046.58,2884.38,0,-1.78024,0,0,-0.777147,0.629319,900,900,100,1), + (50180,180712,1,-3931.2,2746.97,0,-0.680679,0,0,-0.333807,0.942641,900,900,100,1), + (50181,180712,1,-4091.41,2695.04,0,2.00713,0,0,0.843392,0.537299,900,900,100,1), + (50182,180712,1,-4652.45,2377.74,0,3.08923,0,0,0.999657,0.0261783,900,900,100,1), + (50183,180712,1,-4791.43,1995.79,0,1.15192,0,0,0.54464,0.83867,900,900,100,1), + (50184,180712,1,-4731.54,2379.84,0,0.15708,0,0,0.0784593,0.996917,900,900,100,1), + (50185,153577,1,-3993.01,-179.923,139.415,3.11541,0,0,0.999914,0.01309,900,900,100,1), + (50186,41193,1,-4882.82,673.609,42.2994,2.04203,0,0,0.85264,0.522499,900,900,100,1), + (50187,41194,1,-4185.25,387.248,61.0981,-2.14675,0,0,0.878817,-0.477159,900,900,100,1), + (50188,153579,1,-3661.65,260.977,143.121,3.11541,0.021926,0.008438,0.999641,0.012896,900,900,100,1), + (50189,153580,1,-4993.05,415.058,16.9711,0.375246,0,0,0.186524,0.98245,900,900,100,1), + (50190,153581,1,-4907.84,272.276,41.2485,-3.12414,0,0,0.999962,-0.008727,900,900,100,1), + (50191,153582,1,-4916.3,197.121,52.2984,-2.74889,0,0,0.980785,-0.19509,900,900,100,1), + (50192,153583,1,-4999.7,71.4162,103.527,1.79769,-0.022651,0.062539,0.779642,0.622683,900,900,100,1), + (50193,153584,1,-4950.27,642.321,42.6647,-2.09439,0,0,-0.866025,0.5,900,900,100,1), + (50194,2040,1,-3517.99,1857.63,74.4841,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (50195,2040,1,-5752.27,3677.47,-8.37481,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (50196,2040,1,-5512.19,3464.31,-5.26021,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (50197,2040,1,-5534.18,3500.93,11.677,0.122173,0,0,0.0610485,0.998135,300,300,100,1), + (50198,2040,1,-4542.68,1448.89,109.07,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (50199,2040,1,-5558.7,3636.47,-14.6601,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (50200,2040,1,-3924.87,1589.83,126.549,2.28638,0,0,0.909961,0.414694,300,300,100,1), + (50201,2040,1,-5137.66,1802.66,94.1964,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (50202,2040,1,-5166.29,1864.39,107.349,0.139626,0,0,0.0697563,0.997564,300,300,100,1), + (50203,2040,1,-3552.21,2369.68,79.8318,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (50204,2040,1,-4821.13,446.714,5.45126,0.15708,0,0,0.0784593,0.996917,300,300,100,1), + (50205,2040,1,-3315.73,2819.71,81.5505,0.418879,0,0,0.207912,0.978148,300,300,100,1), + (50206,142073,1,-3131.03,2255.4,39.7844,-2.75762,-0.011063,0.011184,0.981528,-0.190673,900,900,100,1), + (50207,180473,1,-3926.74,1662.77,134.17,0.776672,0,0,0.378649,0.92554,900,900,100,1), + (50208,2041,1,-2801.66,2058.35,28.6504,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (50209,2041,1,-4455.71,1906.7,109.936,-2.28638,0,0,-0.909961,0.414694,300,300,100,1), + (50210,2041,1,-2716.47,1695.31,28.991,1.55334,0,0,0.700908,0.713252,300,300,100,1), + (50211,2041,1,-4614.57,2112.95,1.4487,-0.15708,0,0,-0.0784593,0.996917,300,300,100,1), + (50212,2041,1,-3439.51,1963.55,37.9141,-2.53073,0,0,-0.953717,0.300705,300,300,100,1), + (50213,2041,1,-4072.24,324.515,53.2297,1.18682,0,0,0.559191,0.829039,300,300,100,1), + (50214,180474,1,-3950.86,1657.01,134.65,1.213,0,0,0.569997,0.821647,900,900,100,1), + (50215,180475,1,-3928.34,1648.12,134.434,1.75514,-0.08855,-0.036679,0.768072,0.63315,900,900,100,1), + (50216,2043,1,-4396.74,1214.04,128.227,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (50217,2043,1,-4811.92,929.448,134.787,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (50218,2043,1,-5327.16,152.21,86.8563,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (50219,2043,1,-4081.59,-473.522,19.9786,-1.67552,0,0,-0.743146,0.669129,300,300,100,1), + (50220,2043,1,-4128.87,-721.157,-24.4313,-2.21657,0,0,-0.894935,0.446197,300,300,100,1), + (50221,2043,1,-4580.59,3655.87,11.9447,0.837758,0,0,0.406737,0.913545,300,300,100,1), + (50222,2043,1,-3840.25,2804.39,13.4874,0.663225,0,0,0.325568,0.945519,300,300,100,1), + (50223,2043,1,-4440.5,-227.748,52.9039,0.314159,0,0,0.156434,0.987688,300,300,100,1), + (50225,2043,1,-5764.7,1059.14,89.6179,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (50226,2043,1,-5755.8,1048.91,89.1057,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (50227,2043,1,-4748.61,1867.29,23.8998,-0.802851,0,0,-0.390731,0.920505,300,300,100,1), + (50228,2043,1,-3357.84,2559.06,22.8718,0.610865,0,0,0.300706,0.953717,300,300,100,1), + (50229,2043,1,-3468.21,2332.09,58.3387,0.698132,0,0,0.34202,0.939693,300,300,100,1), + (50230,180476,1,-3846.7,1632.75,143.905,-0.523598,0,0,-0.258819,0.965926,900,900,100,1), + (50231,180477,1,-3862.56,1625.79,139.156,1.57555,0.042958,-0.080792,0.70414,0.704141,900,900,100,1), + (50232,2045,1,-5036.87,2280.4,-40.0308,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (50233,2045,1,-5056.61,3546.61,-6.59211,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (50234,2045,1,-3949.81,2752.32,-1.79809,0.226893,0,0,0.113203,0.993572,300,300,100,1), + (50235,2045,1,-4240.9,2440.17,-6.63346,2.74017,0,0,0.979925,0.199366,300,300,100,1), + (50236,152574,1,-4446.32,2055.25,46.2946,-1.20428,0,0,-0.566406,0.824126,900,900,100,1), + (50237,180478,1,-3840.91,1649.01,145.292,-0.061087,0,0,-0.030539,0.999534,900,900,100,1), + (50238,2046,1,-4977.94,52.2603,114.296,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (50239,2046,1,-4009.18,19.4625,104.317,-2.75762,0,0,-0.981627,0.190809,300,300,100,1), + (50240,2046,1,-4001.88,1937.13,105.72,-0.610865,0,0,-0.300706,0.953717,300,300,100,1), + (50241,2046,1,-5442.28,3826.71,11.2156,1.97222,0,0,0.833885,0.551938,300,300,100,1), + (50242,2046,1,-5369.51,522.507,81.151,1.72788,0,0,0.760407,0.649446,300,300,100,1), + (50243,2046,1,-5479.85,2243.15,19.809,-2.89725,0,0,-0.992546,0.121868,300,300,100,1), + (50244,2046,1,-4682.56,2242.6,14.7921,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (50245,2046,1,-5868.21,1210.25,95.1845,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (50246,2046,1,-4618.66,1237.83,109.347,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (50247,2046,1,-3520.99,2593.73,84.508,3.00197,0,0,0.997564,0.0697546,300,300,100,1), + (50248,2046,1,-3575.07,2312.49,73.2116,0.10472,0,0,0.0523361,0.99863,300,300,100,1), + (50249,2046,1,-3922.86,96.7522,151.26,1.85005,0,0,0.798636,0.601815,300,300,100,1), + (50250,2046,1,-4496.87,804.762,63.6846,2.89725,0,0,0.992546,0.121868,300,300,100,1), + (50251,2046,1,-3781.11,1912.8,81.1958,-0.802851,0,0,-0.390731,0.920505,300,300,100,1), + (50252,2046,1,-5849.93,1498.83,86.9555,1.62316,0,0,0.725376,0.688353,300,300,100,1), + (50253,2046,1,-3306.32,2641.24,45.5557,-2.58309,0,0,-0.961262,0.275636,300,300,100,1), + (50254,2046,1,-3393.22,2726.71,79.0018,-0.471239,0,0,-0.233445,0.97237,300,300,100,1), + (50255,2046,1,-2764.97,2698.98,79.3317,-0.069813,0,0,-0.0348994,0.999391,300,300,100,1), + (50256,152575,1,-4446.34,2055.23,45.5724,-1.20428,0,0,-0.566406,0.824126,900,900,100,1), + (50257,180479,1,-3857.84,1650.63,145.292,0.314158,0,0,0.156434,0.987688,900,900,100,1), + (50258,2047,1,-3949.93,1661.53,134.607,1.78024,0,0,0.777147,0.629319,300,300,100,1), + (50259,180750,1,-4210.63,2542.91,0,-1.55334,0,0,-0.700908,0.713252,3600,3600,100,1), + (50260,180750,1,-4001.04,3001.31,0,-0.767945,0,0,-0.374607,0.927184,3600,3600,100,1), + (50261,180750,1,-3950.56,3053.76,0,-0.680679,0,0,-0.333807,0.942641,3600,3600,100,1), + (50262,180750,1,-7020.72,-4871.83,0,4.71239,0,0,0.707106,-0.707107,3600,3600,100,1), + (50263,180751,1,-4223.67,2385.48,0,-2.30383,0,0,-0.913544,0.406739,3600,3600,100,1), + (50264,180751,1,-4236.73,2361.38,0,2.67035,0,0,0.972369,0.233447,3600,3600,100,1), + (50265,180751,1,-4153.15,2618.2,0,2.74017,0,0,0.979925,0.199366,3600,3600,100,1), + (50266,180750,1,-7230.44,-4919.24,0,2.07694,0,0,0.861629,0.507539,3600,3600,100,1), + (50267,180582,1,-1199.29,-3823.79,0,-1.32645,0,0,-0.615661,0.788011,3600,3600,100,1), + (50268,180582,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374606,3600,3600,100,1), + (50269,180582,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559192,3600,3600,100,1), + (50270,180582,1,6431.71,667.197,0,1.44862,0,0,0.662619,0.748957,3600,3600,100,1), + (50271,180582,1,5721.1,592.505,0,-3.05433,0,0,-0.999048,0.0436174,3600,3600,100,1), + (50272,180582,1,5530.88,568.461,0,1.20428,0,0,0.566407,0.824125,3600,3600,100,1), + (50273,180655,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,3600,3600,100,1), + (50274,180582,1,5391.52,547.168,0,0.20944,0,0,0.104529,0.994522,3600,3600,100,1), + (50275,180582,1,4969.75,598.72,0,0.017453,0,0,0.00872639,0.999962,3600,3600,100,1), + (50276,180682,1,-2179.12,-3912.34,0,2.3911,0,0,0.930417,0.366502,3600,3600,100,1), + (50277,180750,1,-6765.14,-4867.56,0,-2.19912,0,0,-0.891008,0.453988,3600,3600,100,1), + (50278,180582,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.52992,3600,3600,100,1), + (50279,180655,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374606,3600,3600,100,1), + (50280,180655,1,4723.29,727.582,0,-0.506145,0,0,-0.25038,0.968148,3600,3600,100,1), + (50281,180582,1,4838.6,703.922,0,-1.97222,0,0,-0.833885,0.551938,3600,3600,100,1), + (50282,180663,1,2008.8,-1013.17,89.6561,3.07178,0,0,0.999391,0.034899,3600,3600,100,1), + (50283,180655,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.52992,3600,3600,100,1), + (50284,180582,1,-988.858,-3775.46,0,-1.97222,0,0,-0.833885,0.551938,3600,3600,100,1), + (50285,180663,1,2891.74,-2735.1,210.215,2.3911,0,0,0.930418,0.366501,3600,3600,100,1), + (50286,180582,1,6502.51,881.164,0,-0.034907,0,0,-0.0174526,0.999848,3600,3600,100,1), + (50287,180582,1,6485.99,679.739,0,1.81514,0,0,0.78801,0.615662,3600,3600,100,1), + (50288,180582,1,5837.96,548.35,0,-0.977384,0,0,-0.469471,0.882948,3600,3600,100,1), + (50289,180582,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,3600,3600,100,1), + (50290,180582,1,4737.25,851.432,-0.790674,2.56563,0,0,0.958819,0.284017,3600,3600,100,1), + (50291,180655,1,6485.99,679.739,0,1.81514,0,0,0.78801,0.615662,3600,3600,100,1), + (50292,180582,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,3600,3600,100,1), + (50293,180663,1,2621.8,-391.939,102.761,2.3911,0,0,0.930418,0.366501,3600,3600,100,1), + (50294,180582,1,4754.92,781.582,0,1.88496,0,0,0.809018,0.587783,3600,3600,100,1), + (50295,180582,1,4674.38,843.767,0,-2.09439,0,0,-0.866024,0.500002,3600,3600,100,1), + (50296,180683,1,-270.212,2531.49,0,-3.00197,0,0,-0.997564,0.0697546,3600,3600,100,1), + (50297,180683,1,-232.931,2502.31,0,-0.872665,0,0,-0.422618,0.906308,3600,3600,100,1), + (50298,180712,1,-6710.04,-4814.66,0,-1.09956,0,0,-0.5225,0.852639,3600,3600,100,1), + (50299,180582,1,6845.35,479.494,0,1.71042,0,0,0.754709,0.65606,3600,3600,100,1), + (50300,180663,1,2047.33,-1119.42,89.6561,0.034907,0,0,0.017452,0.999848,3600,3600,100,1), + (50301,180712,1,-4379.91,2368.7,0,-2.68781,0,0,-0.97437,0.22495,3600,3600,100,1), + (50302,180712,1,-4295.15,2371.78,0,-2.53073,0,0,-0.953717,0.300705,3600,3600,100,1), + (50303,180752,1,-6710.04,-4814.66,0,-1.09956,0,0,-0.5225,0.852639,3600,3600,100,1), + (50304,180582,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,3600,3600,100,1), + (50305,180582,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,3600,3600,100,1), + (50306,180655,1,6486.94,822.047,0,0.994838,0,0,0.477159,0.878817,3600,3600,100,1), + (50307,180655,1,-1981.99,-3767.3,0,1.5708,0,0,0.707108,0.707106,3600,3600,100,1), + (50308,180750,1,-4859.53,2239.23,0,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (50309,180750,1,-4791.43,1995.79,0,1.15192,0,0,0.54464,0.83867,180,180,100,1), + (50310,180751,1,-4844.58,2018.63,0,-0.401426,0,0,-0.199368,0.979925,180,180,100,1), + (50311,180751,1,-3950.56,3053.76,0,-0.680679,0,0,-0.333807,0.942641,180,180,100,1), + (50312,180752,1,-4456.79,2379.52,0,2.82743,0,0,0.987688,0.156436,180,180,100,1), + (50313,180582,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (50314,180582,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (50315,180900,0,-13779.9,703.536,0,2.40855,0,0,0.93358,0.35837,180,180,100,1), + (50316,180900,0,-14726,353.928,0,-2.96706,0,0,-0.996195,0.0871556,180,180,100,1), + (50317,180900,0,-14488.5,67.7705,0,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (50318,180900,0,-14708.2,262.638,0,-1.13446,0,0,-0.537298,0.843393,180,180,100,1), + (50319,180901,0,-14347.4,54.1188,0,-0.244346,0,0,-0.121869,0.992546,180,180,100,1), + (50320,180901,0,-14401.4,438.454,0,-1.29154,0,0,-0.601814,0.798637,180,180,100,1), + (50321,180902,0,-13853.3,707.847,0,0.436332,0,0,0.216439,0.976296,180,180,100,1), + (50322,180656,0,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (50323,180657,0,-3758.88,-608.091,0,2.56563,0,0,0.958819,0.284017,180,180,100,1), + (50324,180657,0,-2755.3,-1128.21,0,2.56563,0,0,0.958819,0.284017,180,180,100,1), + (50325,180657,0,-3070.82,-916.696,0,-0.715585,0,0,-0.350207,0.936672,180,180,100,1), + (50326,180657,0,-3142.66,-901.367,0,-2.79253,0,0,-0.984808,0.173647,180,180,100,1), + (50327,180657,0,-948.823,-523.381,0,-1.62316,0,0,-0.725376,0.688353,180,180,100,1), + (50328,180662,0,-1037.98,-736.12,0,-1.65806,0,0,-0.737276,0.675591,180,180,100,1), + (50329,180662,0,-1088.09,-773.98,0,2.37365,0,0,0.927184,0.374606,180,180,100,1), + (50330,180663,1,2566.85,-2856.31,158.68,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (50331,180663,1,2848.93,-316.313,102.761,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (50332,180664,0,-2721.1,-1163.18,0,1.97222,0,0,0.833885,0.551938,180,180,100,1), + (50333,180682,1,-2229.07,-3910.16,0,2.87979,0,0,0.991445,0.130528,180,180,100,1), + (50334,180682,1,-2533.09,-4059.57,0,-2.49582,0,0,-0.948324,0.317305,180,180,100,1), + (50335,180683,1,-2295.38,-3893.07,0,-0.994838,0,0,-0.477159,0.878817,180,180,100,1), + (50336,180683,1,-2526.34,-3965.8,0,-1.13446,0,0,-0.537298,0.843393,180,180,100,1), + (50337,180683,1,-2359.54,-3854.49,0,-1.29154,0,0,-0.601814,0.798637,180,180,100,1), + (50339,180683,1,-2994.52,-4235.53,0,-1.51844,0,0,-0.688356,0.725373,180,180,100,1), + (50340,180683,1,-2871.48,-4241.04,0,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (50341,180683,1,-3548.39,-4378.76,0,1.65806,0,0,0.737276,0.675591,180,180,100,1), + (50342,180684,0,1144.03,-244.238,32.9309,-2.93215,0,0,-0.994522,0.10453,180,180,100,1), + (50343,180684,0,1055.86,-208.246,32.9309,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (50344,180684,0,-11595.8,-30.9914,10.0699,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (50345,180685,0,744.693,8.48069,32.934,-0.436333,0,0,-0.21644,0.976296,180,180,100,1), + (50346,180685,0,-11596.9,-3.87077,10.0699,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (50348,177388,1,-8303,401.621,-92.1336,-1.8326,0,0,0.793353,-0.608761,2700,2700,100,1), + (50354,174795,1,6410.85,467.36,8.01106,4.41467,0,0,0.804158,-0.594415,25,25,100,1), + (50355,92388,1,-770.513,-3720.37,42.461,5.82547,0,0,0.226865,-0.973926,25,25,100,1), + (50358,174796,1,-7218.71,-2912.15,6.44067,3.10899,0,0,0,0,120,120,100,1), + (50359,19551,1,9554.97,1655.34,1299.41,5.60498,0,0,0.332642,-0.943053,25,25,100,1), + (50366,178934,1,16227.8,16403.4,-64.3804,3.13604,0,0,0.999996,0.00277872,25,25,0,1), + (50367,101766,1,16242.1,16304.9,20.899,6.18652,0,0,0.0483126,-0.998832,25,25,0,1), + (50368,101768,1,16243.4,16302.7,20.899,1.45293,0,0,0.66423,0.747528,25,25,0,1), + (50369,101773,1,16245.4,16302.4,20.8991,1.45293,0,0,0.66423,0.747528,25,25,0,1), + (50370,101774,1,16247.4,16304,20.899,2.25718,0,0,0.903809,0.427937,25,25,0,1), + (50371,101776,1,16245.8,16306.6,20.8999,4.59766,0,0,0.746483,-0.665404,25,25,0,1), + (50372,101769,1,16231.7,16290.3,31.4273,3.04196,0,0,0.998759,0.0497947,25,25,0,1), + (50373,101778,1,16231.1,16287.2,31.4292,2.75622,0,0,0.981493,0.191496,25,25,0,1), + (50374,101767,1,16229.6,16285.7,31.4294,2.24027,0,0,0.900159,0.435562,25,25,0,1), + (50375,101779,1,16226.9,16285.2,31.4375,1.26938,0,0,0.592929,0.805255,25,25,0,1), + (50376,101771,1,16224.1,16287.3,31.4301,0.596593,0,0,0.293892,0.955839,25,25,0,1), + (50377,101772,1,16223.1,16290.8,31.4297,6.25868,0,0,0.0122543,-0.999925,25,25,0,1), + (50378,101777,1,16236.6,16291.9,22.9307,6.1938,0,0,0.0446771,-0.999002,25,25,0,1), + (50379,101770,1,16244,16291.3,22.9307,3.02786,0,0,0.998384,0.0568344,25,25,0,1), + (50380,101775,1,16243.9,16306.8,20.9003,4.59766,0,0,0.746483,-0.665404,25,25,0,1), + (50381,174793,1,-8071.3,-1268.3,-330.911,0,0,0,0,0,120,120,100,1), + (50382,164644,1,-428.5,-3452.4,92.3,0,0,0,0,0,90,90,100,1), + (50383,164651,1,459.8,-3036,91.3,0,0,0,0,0,90,90,100,1), + (50384,19463,1,6878.81,-655.543,84.4626,3.95544,0,0,0.918342,-0.395787,25,25,100,1), + (50385,19464,1,336.563,-2281.51,239.371,3.26334,0,0,0.998148,-0.0608354,25,25,100,1), + (50386,4004,1,-7126.2,-1274.44,-194.05,1.82706,0,0,0.791665,0.610955,120,120,100,1), + (50453,177224,1,7318.7,-1495.01,156.457,4.05009,0,0,0.898591,-0.438787,25,25,0,1), + (50454,186451,1,7511.87,-1528.24,156.71,3.73092,0,0,0.956899,-0.29042,25,25,0,1), + (66316,375,0,2265.59,1354.08,33.3335,4.40528,0,0,0.80694,-0.590634,120,120,255,1), + (66315,375,0,2276.21,1362.27,33.3335,3.29704,0,0,0.996981,-0.0776452,120,120,255,1), + (66314,375,0,2300.79,1352.3,33.3334,3.07713,0,0,0.999481,0.0322268,120,120,255,1), + (66313,375,0,2305.13,1347.16,33.3334,4.94245,0,0,0.621275,-0.783592,120,120,255,1), + (66305,375,0,2318.93,1398,33.3335,2.74335,0,0,0.980241,0.197809,120,120,255,1), + (66304,375,0,2329.93,1378.17,33.3335,0.446058,0,0,0.221185,0.975232,120,120,255,1), + (66292,375,0,2305.16,1357.46,33.3335,4.13272,0,0,0.879701,-0.475526,120,120,255,1), + (66257,375,0,2341.88,1344.28,33.3341,5.63673,0,0,0.31763,-0.948215,120,120,255,1), + (66256,375,0,2340.72,1352.37,33.3341,0.344954,0,0,0.171623,0.985163,120,120,255,1), + (66255,375,0,2360.47,1399.62,33.0846,3.9146,0,0,0.926233,-0.376952,120,120,255,1), + (66254,375,0,2363.91,1348.38,33.3324,3.84784,0,0,0.938297,-0.345831,120,120,255,1), + (37887,180437,0,1733.45,494.315,42.1595,1.44606,0,0,0,0,300,300,100,1), + (37886,180437,0,1734.53,510.872,40.653,4.60175,0,0,0,0,300,300,100,1), + (37878,180437,0,1743.79,501.708,41.4234,3.42758,0,0,0,0,300,300,100,1), + (37877,180437,0,1721.62,499.971,41.4038,0.032173,0,0,0,0,300,300,100,1), + (37876,180437,0,1722.44,508.141,40.4945,5.35507,0,0,0,0,300,300,100,1), + (37875,180437,0,1739.41,508.949,40.7728,4.31508,0,0,0,0,300,300,100,1), + (50473,180651,1,-11841.1,-4760.41,6.8,3.34655,0,0,0.994753,-0.102302,300,300,0,1), + (50474,180651,1,-11842.3,-4760.39,6.1,1.57,0,0,0.737767,0.675056,300,300,0,1), + (50475,180652,1,-11841,-4760.32,6.20347,3.76831,0,0,0.951303,-0.308257,300,300,0,1), + (50480,187653,1,-6141.71,-1125,-211.053,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (50481,187653,1,-6218.41,-1121.9,-224.407,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (50482,187653,1,-6142.6,-1109.23,-208.511,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (50483,187653,1,-6218.41,-1121.9,-224.407,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (50484,187653,1,-6297.5,-1159.24,-259.616,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (50485,187653,1,-2342.56,-1953.9,95.7976,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (50486,187653,1,-5414.06,-2451.41,88.7399,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (50487,187653,0,2251.88,-5356.36,86.8467,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (50488,187653,0,2312.06,-5308.85,81.9963,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (50489,187653,0,-7495.18,-2186.27,167.18,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (50490,187653,1,-959.702,-3739.06,5.66216,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (50491,187653,1,-955.36,-3602.35,22.2714,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (50492,187653,0,-5441.49,-464.608,397.611,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (50493,187653,0,-9547.07,-1245.07,44.2274,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (50494,187653,0,-6541.2,-1109.72,309.807,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (50495,187653,0,-6509.77,-1147,307.977,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (50496,187653,0,-6486.31,-1132.05,307.117,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (50497,187653,1,-6179.71,-1108.33,-214.898,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (50498,187653,0,-11308.9,-197.343,75.46,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (50499,187653,1,-6253.03,-1134.19,-238.027,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (50500,187653,1,-6275.61,-1149.73,-249.292,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (50501,187653,1,-6121.04,-1160.71,-187.93,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (50502,187653,1,-6275.61,-1149.73,-249.292,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (50503,187653,1,-6179.71,-1108.33,-214.898,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (50504,187653,1,-6126.01,-1152.72,-190.438,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (50505,187653,0,-15.3969,-947.075,56.3747,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (50506,187653,0,-44.5442,-864.402,56.1783,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (50507,187653,0,6.72971,-848.099,59.3085,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (50508,187653,1,-2335.37,-1943.83,95.8014,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (50509,187653,1,-2343.39,-1933.16,95.8396,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (50510,187653,1,-2363.71,-1906.34,95.7825,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (50511,187653,1,-2370.56,-1953.13,96.0866,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (50512,187653,1,-6141.71,-1125,-211.053,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (50513,187653,1,-6150.9,-1154.96,-213.762,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (50514,187653,1,-6163.44,-1092.06,-207.522,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (50515,187653,1,-6142.6,-1109.23,-208.511,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (50516,187653,1,-6109.21,-1128.95,-186.674,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (50517,187653,1,-6253.03,-1134.19,-238.027,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (50518,187653,1,-6109.21,-1128.95,-186.674,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (50519,187653,1,-6150.9,-1154.96,-213.762,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (50520,187653,1,-6163.44,-1092.06,-207.522,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (50521,187653,1,-6126.01,-1152.72,-190.438,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (50522,187653,1,-2361.52,-1919.01,95.7842,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (50523,187653,1,-5400.49,-2421.97,89.276,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (50524,187653,1,-5438.34,-2387.73,87.7841,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (50525,187653,1,-5424.33,-2388.8,87.9014,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (50526,187653,0,-5628.19,-494.926,397,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (50527,187653,0,-6562.39,-1171.59,310.028,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (50528,187653,0,-6495.89,-1168.27,309.227,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (50529,187653,0,-9580.22,-1312.99,47.1187,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (50530,187653,0,-543.734,-4552.04,10.5638,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (50531,187653,0,-565.248,-4576.37,9.69496,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (50532,187653,0,-551.602,-4544.24,10.2203,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (50533,187653,0,-11310.5,-209.076,75.4009,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (50534,187653,0,-11319.4,-207.591,75.2662,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (50535,187653,0,-23.6156,-888.441,56.4718,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (50536,187653,1,-5422.2,-2460.35,88.4918,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (50537,187653,1,-5431.73,-2467.69,88.6625,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (50538,187653,1,-940.196,-3596.92,22.4634,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (50539,187653,1,-949.359,-3738.23,5.85359,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (50540,187653,1,-916.866,-3754.31,10.2625,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (50541,187653,1,-974.588,-3647.97,17.4956,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (50542,187653,1,-916.866,-3754.31,10.2625,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (50543,187653,1,-949.359,-3738.23,5.85359,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (50544,187653,0,2265.62,-5318.97,82.088,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (50545,187653,1,-955.36,-3602.35,22.2714,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (50546,187653,1,-940.196,-3596.92,22.4634,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (50547,187653,0,-33.895,-891.283,56.1147,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (50548,187653,0,-6555.72,-1058.76,273.183,1.309,0,0,0.608761,0.793353,180,180,100,1), + (50549,187653,0,-6514.09,-1077.97,288.901,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (50550,187653,0,-6581.28,-1057.07,264.397,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (50551,187653,0,-5468.98,-462.444,397.643,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (55242,181302,1,3881.28,-5393.84,142.209,0.294152,0,0,0,0,180,180,100,1), + (50555,188174,1,8703.02,947.473,13.4533,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (50556,188174,1,-1036.25,297.622,135.536,3.7342,0,0,0.956422,-0.291989,180,180,100,1), + (50561,187918,1,4196.36,1167.5,6.97441,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (50562,187918,1,4136.66,1124.69,2.53273,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (50563,187918,1,4179.25,1111.98,29.7198,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (50564,188174,1,1952.99,-4271.15,30.5822,4.16335,0,0,0.104528,-0.994522,180,180,100,1), + (50569,187918,1,4161.91,1137.89,7.36171,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (50570,187918,1,4111.82,1150.44,1.58415,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (50573,188174,0,-4695.86,-1218.79,501.659,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (50575,187667,0,-9228.71,-2144.67,65.5734,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (50576,187667,1,6681.54,-4656.6,723.674,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (50577,187667,1,-2367.68,-1972.13,99.6616,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (50578,187667,1,5103.54,-359.068,360.617,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (50579,187667,1,5112.39,-350.241,358.789,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (50580,187667,1,-5484.04,-2459.64,93.582,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (50581,187667,1,-5481.5,-2465.37,93.726,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (55259,181288,1,3879.19,-5377.36,141.002,5.33246,0,0,0,0,180,180,100,1), + (50583,187667,1,-3149.6,-2921.31,38.209,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (50584,187667,1,-3093.08,-2850.68,38.2115,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (50585,187667,1,-3147.39,-2924.04,38.2166,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (50587,187667,0,-5375.3,-2974.96,326.059,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (50588,187667,0,-11304.8,-190.674,77.7477,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (50589,187667,0,-11294.6,-206.135,77.4416,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (50590,187667,0,390.252,-2088.93,132.214,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (50591,187667,0,407.76,-2127.53,127.744,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (50592,187667,0,-16.6816,-930.98,58.5816,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (50593,187667,1,6678,-4683.67,723.701,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (50594,187667,0,-812.733,-553.7,17.3394,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (50595,187667,1,-3128.59,-2829.04,38.9808,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (50596,187667,1,-3092.74,-2857.66,38.3121,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (50597,187667,1,-3134.31,-2832.46,38.5494,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (50598,187667,1,-3162.55,-2912.96,39.1279,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (50599,187667,0,-9235.18,-2148.32,66.4477,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (50600,187667,1,6692.63,-4656.67,723.7,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (50601,187667,0,-11295.3,-209.848,77.5311,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (50602,187667,0,-11308,-188.821,77.8203,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (50603,187667,0,402.982,-2106.39,122.484,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (50604,187667,0,-10652.3,1161.82,35.6838,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (50605,187667,0,-10637.5,1193.37,35.6154,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (50607,187667,0,-866.214,-562.596,13.9192,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (50608,187667,1,6674.45,-4671.08,723.598,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (50609,187667,1,6701.59,-4667.55,725.386,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (50610,187667,1,-2358.53,-1977.52,99.7565,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (50611,187667,1,-2380.91,-2010.48,99.5593,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (50612,187667,1,-2385.7,-2007.66,99.3976,1.0472,0,0,0.5,0.866025,180,180,100,1), + (50613,187667,0,525.999,1655.05,112.624,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (50614,187667,0,-12432.4,207.398,4.62313,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (50615,187667,0,392.941,-2128.48,132.055,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (50616,187667,0,-10653.5,1155.54,35.0832,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (50617,187667,0,-3806.52,-832.095,12.2902,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (50618,187667,0,-898.413,-549.363,8.17128,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (50619,187667,0,-826.136,-500.472,17.4509,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (50620,187667,0,507.016,1659.29,118.466,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (50621,187667,0,527.996,1625.41,106.359,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (50622,187667,0,525.999,1657.61,112.585,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (50623,187667,0,-10657.5,1165.53,35.6267,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (50624,187667,0,-3828.99,-841.229,11.8213,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (50625,187667,0,-848.198,-472.568,17.5747,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (50626,187667,0,-852.203,-559.175,13.7715,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (50628,187667,0,394.967,-2072.04,127.904,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (50629,187667,0,-10632.3,1189.66,35.5709,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (50630,187667,0,-19.6624,-936.959,58.5367,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (50631,187667,0,-5386.62,-2948.95,325.376,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (50632,187667,0,395.129,-2087.8,132.361,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (50633,187667,0,381.217,-2077.7,132.671,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (50634,187667,0,-10558.9,1218.7,32.8901,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (50635,187667,0,-9235.25,-2152.22,66.452,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (50636,187667,0,-5377.3,-2975.6,326.167,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (50637,187667,0,-3806.05,-835.631,11.9619,0,0,0,0,1,180,180,100,1), + (50638,187667,0,-781.123,-513.005,19.7567,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (50639,187667,0,399.956,-2093.26,122.539,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (50640,187667,0,-3806.58,-836.058,12.2938,3.14159,0,0,1,0,180,180,100,1), + (50641,187667,0,-9221.87,-2144.79,65.6554,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (55127,181355,0,107.438,-3965.1,138.656,3.19856,0,0,0,0,180,180,100,1), + (55086,181567,0,-2624.47,-2508.33,82.1387,4.55157,0,0,0.761619,-0.648025,180,180,100,1), + (50650,181021,1,-1277.65,49.8685,144.238,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (50651,181021,1,1381.49,-4369.8,52.8347,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (50652,181021,1,1661.55,-4344.48,75.2458,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (50653,181021,1,1687.43,-4340.11,74.9505,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (50654,181021,1,1659.82,-4329.04,75.2346,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (50655,181021,1,1484.87,-4416.72,53.1904,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (50656,181021,1,1706.77,-3929.71,71.8858,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (50657,181021,1,9892.4,2238.72,1343.61,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (50658,181021,1,9985.94,1978.34,1352.14,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (50659,181021,1,9986.28,2022.9,1351.84,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (50660,181021,1,10013.6,2242.08,1343.91,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (50661,181021,1,10014,2226.74,1343.69,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (50662,181021,1,10014.4,2211.14,1343.83,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (50663,181021,0,-4994.78,-847.123,524.522,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (50664,181021,0,-5003.33,-874.714,524.838,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (50665,181021,0,-4974.65,-871.542,524.529,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (50666,181021,0,-4984.71,-859.337,524.799,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (50667,181021,0,-4993.28,-886.917,524.6,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (50668,181021,1,1672.88,-4320.48,74.9852,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (50669,181021,1,1685.85,-4327.43,74.8583,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (50670,181021,1,9893.36,2207.54,1343.76,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (50671,181021,1,9892.59,2223.51,1343.63,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (50672,181021,0,-4641.6,-1178.9,515.026,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (50673,181021,0,-5013.39,-862.519,524.679,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (50674,181021,0,-4634.71,-1025.57,514.933,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (55272,181288,0,-2624.47,-2508.33,82.1387,4.55157,0,0,0,0,180,180,100,1), + (55048,181355,0,1631.43,233.31,62.5916,0.099779,0,0,0.0498688,0.998756,180,180,100,1), + (55047,181302,0,1636.16,243.669,63.8347,2.79635,0,0,0,0,180,180,100,1), + (55170,181376,1,-7838,-2068.18,-271.779,0.446949,0,0,0.221619,0.975133,180,180,100,1), + (55169,181343,1,-7838,-2068.18,-271.779,0.446949,0,0,0.221619,0.975133,180,180,100,1), + (55227,181301,1,-1046.84,-3423.83,71.9944,2.6562,0,0,0,0,180,180,100,1), + (55222,181392,1,551.593,348.586,56.8252,0.856044,0,0,0,0,180,180,100,1), + (55060,181392,1,4368.57,231.995,56.844,0.781851,0,0,0.381044,0.924557,180,180,100,1), + (55152,181305,1,6489.51,-2489.87,567.874,2.8715,0,0,0,0,180,180,100,1), + (55151,181392,1,6483.99,-2490.93,571.377,3.4095,0,0,0.991042,-0.133552,180,180,100,1), + (55195,181302,0,-8837.14,868.573,98.6494,5.55539,0,0,0,0,180,180,100,1), + (55111,181306,0,-271.76,1162.96,63.7795,2.20795,0,0,0,0,180,180,100,1), + (50697,181302,1,8706.96,968.042,12.4523,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (50698,181302,1,-1024.37,301.704,135.746,3.94192,0,0,0.920505,-0.390731,180,180,100,1), + (55190,181302,1,-6388.38,-177.019,8.26748,3.26593,0,0,0,0,180,180,100,1), + (55205,181392,0,-11273.9,-3058.44,3.38837,2.42437,0,0,0,0,180,180,100,1), + (55046,181302,0,1636.13,244.14,62.5916,0.206842,0,0,0.972788,-0.231698,180,180,100,1), + (55271,181288,0,-325.53,-674.73,54.6548,5.56236,0,0,0,0,180,180,100,1), + (55045,181302,0,1636.34,242.705,62.5916,0.218625,0,0,0,0,180,180,100,1), + (55044,181307,0,1638,233.697,63.583,0.39765,0,0,0,0,180,180,100,1), + (55059,181301,1,4365.77,229.151,53.4413,2.36164,0,0,0.924919,0.380165,180,180,100,1), + (55168,181605,1,3897.53,-5389.21,139.649,2.65991,0,0,0,0,180,180,100,1), + (55167,181355,1,3886.89,-5385.53,141.874,1.30118,0,0,0,0,180,180,100,1), + (55166,181302,1,3884.47,-5389.63,141.459,0.982896,0,0,0.471903,0.88165,180,180,100,1), + (55165,181302,1,3883.3,-5388.39,141.58,0.51874,0,0,0.256472,0.966552,180,180,100,1), + (55214,181306,0,-11268.2,-3060.49,-0.152213,0.862024,0,0,0,0,180,180,100,1), + (55150,181392,1,6491.84,-2488.77,571.342,0.252197,0,0,0,0,180,180,100,1), + (55149,181301,1,6487.94,-2489.81,567.857,3.40635,0,0,0.991251,-0.131993,180,180,100,1), + (55213,181605,0,-11280.7,-3047.9,-0.157182,5.94215,0,0,0,0,180,180,100,1), + (55241,181355,1,3872.62,-5386.81,140.272,0.934256,0,0,0,0,180,180,100,1), + (55249,181605,1,1942.17,-2044.73,98.3882,2.46747,0,0,0,0,180,180,100,1), + (55221,181301,1,548.839,345.733,53.2745,3.9505,0,0,0,0,180,180,100,1), + (55235,181605,1,-1032.65,-3426.6,72.5323,2.87584,0,0,0,0,180,180,100,1), + (55258,181288,1,6493.44,-2497.71,568.263,3.07177,0,0,0,0,180,180,100,1), + (55257,181288,1,-6395.72,-176.997,7.62333,6.27133,0,0,0,0,180,180,100,1), + (55085,181306,0,-11285,1811.69,40.026,3.58924,0,0,0,0,180,180,100,1), + (55110,181302,0,-270.788,1169,63.7176,3.5824,0,0,0,0,180,180,100,1), + (55098,181302,0,-316.533,-683.005,54.9045,0.810702,0,0,0,0,180,180,100,1), + (55179,181355,1,-7830.57,-2070.49,-271.67,1.83902,0,0,0.795305,0.60621,180,180,100,1), + (55138,181302,0,-7188.53,-1044.36,241.911,5.44313,0,0,0,0,180,180,100,1), + (55137,181302,0,-7188.56,-1044.33,240.668,4.33965,0,0,0,0,180,180,100,1), + (50728,181302,1,8707.97,969.353,12.151,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (55189,181302,1,-6387.56,-175.772,8.37109,4.09452,0,0,0,0,180,180,100,1), + (55204,181301,0,-11270.9,-3061.05,-0.153401,5.56205,0,0,0,0,180,180,100,1), + (55270,181288,0,-11276.1,1826.11,38.9136,2.18846,0,0,0,0,180,180,100,1), + (55043,181307,0,1640.7,234.167,63.5827,2.98554,0,0,0,0,180,180,100,1), + (55068,181376,1,4373.8,222.264,51.9646,2.93812,0,0,0.994829,0.101563,180,180,100,1), + (55148,181376,1,6492.49,-2498.57,568.147,3.07177,0,0,0.999391,0.0349056,180,180,100,1), + (55147,181340,1,6492.49,-2498.57,568.147,3.07177,0,0,0.999391,0.0349056,180,180,100,1), + (55203,181355,0,-11286,1805.98,39.7451,3.84264,0,0,0,0,180,180,100,1), + (55202,181355,0,-11270.5,1816.71,39.5512,3.84264,0,0,0,0,180,180,100,1), + (55126,181392,0,108.111,-3958.46,141.821,2.3959,0,0,0.931294,0.364268,180,180,100,1), + (55084,181302,0,-11284.8,1814.98,40.845,0.651846,0,0,0,0,180,180,100,1), + (55109,181302,0,-270.51,1159.01,63.6849,3.23683,0,0,0,0,180,180,100,1), + (55097,181355,0,-306.818,-670.257,54.479,3.20931,0,0,0,0,180,180,100,1), + (55178,181302,1,-7829.06,-2066.14,-271.318,3.21394,0,0,0,0,180,180,100,1), + (50765,181302,1,1967.63,-4287.11,28.2657,5.24521,0,0,0.996195,-0.087156,180,180,100,1), + (50766,181302,1,-1022.72,302.327,135.746,4.00972,0,0,0.984808,0.173648,180,180,100,1), + (50767,181302,0,-4691.29,-1221.13,502.903,2.19469,0,0,0.89,0.455961,180,180,100,1), + (50768,181302,0,-4690.67,-1221.9,501.66,0,0,0,0,1,180,180,100,1), + (55125,181392,0,113.91,-3963.89,141.723,5.52965,0,0,0.367919,-0.929858,180,180,100,1), + (50773,181302,1,1967.57,-4287.11,29.5086,4.95068,0,0,0.999705,0.0242711,180,180,100,1), + (50774,181302,1,-1023.35,302.138,136.989,3.40496,0,0,0.843391,0.5373,180,180,100,1), + (50798,181302,0,-4691.86,-1220.47,501.66,3.11753,0,0,0.999928,0.0120311,180,180,100,1), + (55188,181388,1,-6388.39,-182.401,8.66365,2.51394,0,0,0,0,180,180,100,1), + (50811,181305,1,8703.11,965.848,12.6689,3.14159,0,0,1,0,180,180,100,1), + (55248,181388,1,1926.26,-2046.79,104.118,2.10696,0,0,0,0,180,180,100,1), + (55234,181302,1,-1048.06,-3426.07,73.4358,2.64023,0,0,0,0,180,180,100,1), + (55256,181288,1,-1036.25,297.622,135.536,3.7342,0,0,0,0,180,180,100,1), + (50815,181305,1,-1028.28,307.638,135.646,5.90386,0,0,0.188526,-0.982068,180,180,100,1), + (55187,181305,1,-6387.89,-182.302,7.6735,2.51394,0,0,0,0,180,180,100,1), + (55124,181301,0,111.032,-3961.18,138.228,0.813327,0,0,0.395547,0.918446,180,180,100,1), + (55083,181302,0,-11284.3,1815.12,39.602,3.48164,0,0,0.985581,-0.169207,180,180,100,1), + (55108,181388,0,-267.659,1160.53,64.6452,1.69823,0,0,0,0,180,180,100,1), + (55096,181355,0,-311.295,-686.494,55.8176,2.38857,0,0,0,0,180,180,100,1), + (55095,181302,0,-308.835,-680.931,55.57,2.85981,0,0,0,0,180,180,100,1), + (55136,181392,0,-7185.91,-1048.63,244.065,4.48101,0,0,0.78003,-0.620758,180,180,100,1), + (55269,181288,0,-278.222,1171.19,63.6597,3.4908,0,0,0,0,180,180,100,1), + (50833,181305,1,1968.12,-4291.75,27.0353,2.03026,0,0,0.25038,-0.968148,180,180,100,1), + (50849,181305,0,-4708.74,-1228.9,501.659,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (55042,181305,0,1639.59,233.818,62.5926,4.24288,0,0,0,0,180,180,100,1), + (55058,181563,1,4373.8,222.264,51.9646,2.93812,0,0,0.994829,0.101563,180,180,100,1), + (55041,181605,0,1650,228.962,62.5916,2.25896,0,0,0.90419,0.42713,180,180,100,1), + (55164,181307,1,3879.59,-5388.28,141.973,2.04712,0,0,0,0,180,180,100,1), + (55162,181307,1,3879.25,-5389.72,141.96,5.19265,0,0,0,0,180,180,100,1), + (55076,181376,1,560.52,342.829,52.9046,5.99805,0,0,0,0,180,180,100,1), + (55201,181605,0,-11267.5,1817.16,39.1743,4.95947,0,0,0,0,180,180,100,1), + (55247,181305,1,1926.04,-2046.6,103.143,4.99725,0,0,0,0,180,180,100,1), + (55233,181302,1,-1047.89,-3425.42,72.1893,1.2683,0,0,0,0,180,180,100,1), + (55094,181388,0,-311.252,-675.838,55.9171,5.32757,0,0,0,0,180,180,100,1), + (55177,181302,1,-7828.42,-2064.58,-271.371,3.64936,0,0,0.967944,-0.251165,180,180,100,1), + (55186,181392,1,-6389.21,-176.719,11.4018,2.43934,0,0,0.938986,0.343956,180,180,100,1), + (55146,181376,0,-11261.9,-3053.91,-0.15634,1.59315,0,0,0,0,180,180,100,1), + (55268,181288,0,97.892,-3965.68,138.777,2.5887,0,0,0,0,180,180,100,1), + (55075,181562,1,560.52,342.829,52.9046,5.99805,0,0,0,0,180,180,100,1), + (55212,181307,0,-11272.5,-3057.84,0.956728,0.153771,0,0,0,0,180,180,100,1), + (55107,181305,0,-266.176,1161.18,63.6541,1.32124,0,0,0.613608,0.789611,180,180,100,1), + (55135,181392,0,-7184.21,-1040.71,244.046,1.37868,0,0,0.636028,0.771666,180,180,100,1), + (50881,181306,1,-1025.79,307.362,135.711,4.40846,0,0,0.829038,-0.559193,180,180,100,1), + (55123,181376,0,97.892,-3965.68,138.777,2.5887,0,0,0.962031,0.272939,180,180,100,1), + (55255,181288,1,1952.99,-4271.15,30.5822,4.16335,0,0,0,0,180,180,100,1), + (55082,181302,0,-11285.7,1815.14,39.5943,3.31798,0,0,0,-0.1891,180,180,100,1), + (55145,181344,0,-11261.9,-3053.91,-0.15634,5.93953,0,0,0,0,180,180,100,1), + (55267,181288,0,-11261.9,-3053.91,-0.15634,5.93953,0,0,0,0,180,180,100,1), + (55246,181392,1,1940.73,-2028.79,104.015,1.29093,0,0,0,0,180,180,100,1), + (55232,181302,1,-1047.92,-3427.04,72.1942,2.02366,0,0,0,0,180,180,100,1), + (55254,181288,0,1642.06,239.867,62.5916,0.0009408,0,0,0,0,180,180,100,1), + (55081,181392,0,-11285,1810.09,43.1526,3.52218,0,0,0.981949,-0.189147,180,180,100,1), + (55106,181355,0,-265.118,1168.12,63.7777,2.84885,0,0,0,0,180,180,100,1), + (55093,181305,0,-311.067,-677.057,54.9271,4.06223,0,0,0,0,180,180,100,1), + (55185,181392,1,-6382.85,-181.813,11.3678,5.60842,0,0,0.331018,-0.943624,180,180,100,1), + (55176,181302,1,-7825.76,-2058,-270.617,1.39967,0,0,0,0,180,180,100,1), + (55134,181301,0,-7184.08,-1044.49,240.515,4.50368,0,0,0,0,180,180,100,1), + (50923,181307,1,1967.56,-4292.15,28.0313,0.883685,0,0,0.953717,-0.300706,180,180,100,1), + (50925,181307,0,-4709.42,-1227.95,502.645,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (55122,181345,0,97.892,-3965.68,138.777,2.5887,0,0,0.962031,0.272939,180,180,100,1), + (50943,181307,0,-4708.22,-1229.39,502.645,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (55057,181392,1,1973.47,-4290.9,30.4781,5.93008,0,0,0.0895847,0.995979,180,180,100,1), + (55001,181376,329,3685.87,-3163.12,126.721,3.79137,0,0,0,0,180,180,100,1), + (55039,181302,1,8708.34,927.586,16.5011,3.10771,0,0,0,0,180,180,100,1), + (55038,181302,1,8708.73,927.564,15.2578,0.755429,0,0,0,0,180,180,100,1), + (55037,181305,1,8716.24,929.633,15.4413,1.0421,0,0,0,0,180,180,100,1), + (55056,181392,1,1965.96,-4288.29,30.6048,2.80027,0,0,0.997263,-0.0739311,180,180,100,1), + (55036,181355,1,8714.55,934.973,14.9401,1.86128,0,0,0,0,180,180,100,1), + (55035,181355,1,8706.3,927.256,15.6132,1.86128,0,0,0,0,180,180,100,1), + (55034,181392,1,8715.52,932.063,18.7063,0.879107,0,0,0.425535,0.904942,180,180,100,1), + (55000,181348,329,3685.87,-3163.12,126.721,3.79137,0,0,0,0,180,180,100,1), + (55052,181392,1,-1023.36,308.676,139.298,0.988048,0,0,0.474173,0.880432,180,180,100,1), + (55033,181392,1,8710.6,925.819,18.5963,4.03249,0,0,0.902417,-0.430863,180,180,100,1), + (55032,181301,1,8713.12,928.921,15.2301,0.902662,0,0,0.436164,0.899867,180,180,100,1), + (55055,181301,1,1969.67,-4289.61,27.0557,5.94132,0,0,0.99681,-0.0798087,180,180,100,1), + (55051,181392,1,-1027.85,301.919,139.237,4.12179,0,0,0.882286,-0.470713,180,180,100,1), + (55021,181392,0,-8830.45,868.84,102.123,4.29844,0,0,0.837326,-0.546704,180,180,100,1), + (55054,181355,1,1965.05,-4280.22,29.8084,3.70979,0,0,0,0,180,180,100,1), + (55053,181355,1,1959.71,-4274.92,30.9223,4.11035,0,0,0,0,180,180,100,1), + (55050,181301,1,-1025.58,305.343,135.737,4.12965,0,0,0.88043,-0.474177,180,180,100,1), + (55277,181376,0,-11276.1,1826.11,38.9136,2.18846,0,0,0,0,180,180,100,1), + (55276,181288,289,95.8052,65.1433,97.7323,0.462622,0,0,0,0,180,180,100,1), + (55031,181355,0,-4706.12,-1229.37,501.66,2.2104,0,0,0,0,180,180,100,1), + (55030,181355,0,-4694.63,-1219.93,501.66,2.25359,0,0,0,0,180,180,100,1), + (55020,181301,0,-8828.97,872.496,98.6609,1.17717,0,0,0,0,180,180,100,1), + (55144,181605,0,-7199.02,-1052.55,241.488,5.9946,0,0,0,0,180,180,100,1), + (55133,181376,0,-7186.47,-1055.66,240.327,4.48405,0,0,0.783057,-0.62195,180,180,100,1), + (55175,181302,1,-7826.5,-2057.9,-271.818,5.22063,0,0,0,0,180,180,100,1), + (50980,187988,1,4172.34,1165.87,5.45043,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (50981,181332,0,-8833.23,859.132,98.8978,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (50982,187989,1,4136.73,1076.6,2.7235,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (50983,187989,1,4172.75,1166.26,5.15736,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (50984,181333,0,-4700.28,-1224.34,501.659,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (50985,181334,1,8704.97,932.636,14.7263,3.40724,0,0,0.991192,-0.132434,180,180,100,1), + (55275,181288,329,3685.87,-3163.12,126.721,3.79137,0,0,0,0,180,180,100,1), + (50987,181336,1,1952.99,-4271.15,30.5822,4.16335,0,0,0.104528,-0.994522,180,180,100,1), + (50988,181337,1,-1036.25,297.622,135.536,3.7342,0,0,0.956422,-0.291989,180,180,100,1), + (55274,181288,229,-15.5284,-364.131,49.6099,6.23491,0,0,0,0,180,180,100,1), + (55040,181335,0,1642.06,239.867,62.5916,0.0009408,0,0,0.0004704,1,180,180,100,1), + (55266,181288,0,-7186.47,-1055.66,240.327,4.48405,0,0,0,0,180,180,100,1), + (55029,181302,0,-8827.81,868.666,100.004,1.68974,0,0,0,0,180,180,100,1), + (55161,181305,1,3879.15,-5388.93,140.969,0.452771,0,0,0.224457,0.974484,180,180,100,1), + (55074,181376,1,-1041.07,-3434.1,70.3044,0.097327,0,0,0.0486443,0.998816,180,180,100,1), + (55073,181560,1,-1041.07,-3434.1,70.3044,0.883685,0,0,0.0486443,0.998816,180,180,100,1), + (55231,181388,1,-1042.97,-3420.01,73.525,4.81968,0,0,0,0,180,180,100,1), + (55121,181605,0,1928.43,-4422.3,75.4544,1.30488,0,0,0,0,180,180,100,1), + (55092,181392,0,-308.243,-677.539,58.4965,0.211427,0,0,0.105517,0.994418,180,180,100,1), + (55174,181302,1,-7285.31,-2058.77,-271.788,4.93396,0,0,0,0,180,180,100,1), + (55132,181341,0,-7186.47,-1055.66,240.327,4.48405,0,0,0.783057,-0.62195,180,180,100,1), + (51003,181605,1,8729.67,928.159,19.5782,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (51004,181605,1,-1034.63,314.927,134.59,4.80289,0,0,0.165048,0.986286,180,180,100,1), + (55184,181301,1,-6385.99,-179.254,7.9014,2.45504,0,0,0,0,180,180,100,1), + (55143,181306,0,-7183.98,-1044.11,240.515,4.80256,0,0,0,0,180,180,100,1), + (55007,181376,229,-15.5284,-364.131,49.6099,6.23491,0,0,0,0,180,180,100,1), + (55160,181392,1,3885.06,-5391.13,144.796,5.94428,0,0,0.168641,-0.985678,180,180,100,1), + (55211,181388,0,-11273.5,-3055.58,0.968239,0.075235,0,0,0,0,180,180,100,1), + (55200,181388,0,-11280.1,1809.1,40.5467,1.58293,0,0,0,0,180,180,100,1), + (55245,181392,1,1938.58,-2036.46,104.028,4.43252,0,0,0,0,180,180,100,1), + (55253,181288,1,8704.97,932.636,14.7263,3.40724,0,0,0,0,180,180,100,1), + (55080,181392,0,-11277.5,1812.91,43.1526,0.379795,0,0,0.188758,0.982024,180,180,100,1), + (55105,181392,0,-272.693,1159.95,67.247,3.96019,0,0,0.9174,-0.397966,180,180,100,1), + (51038,181605,1,1970.86,-4272.42,31.5722,3.05006,0,0,0.902585,-0.430511,180,180,100,1), + (51042,181605,0,-8843.22,845.657,99.0124,3.14159,0,0,1,0,180,180,100,1), + (51043,181605,0,-4703.92,-1237.25,501.659,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (51044,181354,1,1505.88,-4204.14,40.0391,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (51045,181354,1,1527.36,-4174.78,40.0391,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (51046,181354,1,1993.21,-4673.66,24.5558,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (51047,181354,1,9916.19,2415.84,1313.66,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (51048,181354,1,10016.5,2549.55,1313.66,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (51049,181354,1,9686.7,2619.66,1313.66,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (51050,181354,1,9982.73,2383.53,1313.66,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (51053,181354,1,6408.13,470.86,8.944,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (51054,181354,1,159.738,1193.84,166.897,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (51055,181354,1,-4511.73,-784.716,-41.2609,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (51056,181354,1,-4512.69,-779.41,-41.2681,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (51057,181354,1,-4511.73,-784.716,-41.2609,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (51058,181354,1,-4512.69,-779.41,-41.2681,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (51059,181354,1,-6832.52,828.53,49.8918,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (51060,181354,1,-6830.11,832.759,49.9057,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (51061,181354,1,3996.72,-1314.6,255.38,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (51062,181354,1,3996.17,-1309.38,255.38,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (51063,181354,0,-8519.82,680.901,95.4741,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (51064,181354,0,-8528.46,661.014,95.4741,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (51065,181354,0,-8503.91,690.442,95.4741,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (51066,181354,0,-8534.7,668.871,95.4741,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (51067,181354,0,1704.93,125.161,-64.4786,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (51068,181354,0,1720.83,336.018,-64.4786,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (51069,181354,0,1595.46,82.8779,-64.4786,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (51070,181354,0,1458.7,160.822,-64.4786,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (51071,181354,0,1481.61,127.706,-64.4786,1.309,0,0,0.608761,0.793353,180,180,100,1), + (51072,181354,0,1752.5,239.586,-64.4786,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (51073,181354,1,1452.01,-4164.02,40.0391,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (51074,181354,1,9888.75,2392.52,1313.66,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (51075,181354,1,9951.83,2377.67,1313.66,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (51076,181354,1,10020.8,2461.28,1313.66,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (51077,181354,1,9887.99,2548.04,1313.66,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (51078,181354,1,9816.98,2516.38,1313.66,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (51079,181354,1,9990.15,2556.42,1313.66,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (51080,181354,1,9782.26,2386.59,1313.66,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (51081,181354,1,6407.08,463.929,8.9248,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (51082,181354,1,159.092,1187.27,166.905,3.14159,0,0,1,0,180,180,100,1), + (51083,181354,1,152.898,1191.63,166.911,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (51084,181354,1,-6836.33,833.46,49.947,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (51085,181354,1,-6836.33,833.46,49.947,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (51086,181354,1,-6832.52,828.53,49.8918,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (51087,181354,1,-6830.11,832.759,49.9057,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (51088,181354,1,2656.09,1445.61,227.658,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (51089,181354,1,2655.81,1451.9,227.601,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (51090,181354,1,2661.88,1447,227.637,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (51092,181354,0,-8492.7,700.762,95.4741,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (51093,181354,0,-8539.9,675.413,95.4741,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (51094,181354,0,-8481.46,710.801,95.4741,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (51095,181354,0,-8522.51,686.572,95.4741,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (51096,181354,0,-8523.59,653.759,95.4741,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (51097,181354,1,-1256.94,101.069,127.886,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (51098,181354,1,9753.91,2584.86,1313.66,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (51099,181354,1,9791.99,2473.6,1313.66,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (51100,181354,1,9791.98,2452.62,1313.66,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (51101,181354,1,9853.22,2517.56,1313.66,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (51102,181354,1,10017.7,2611.61,1313.66,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (51103,181354,1,10040.2,2582.51,1313.66,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (51104,181354,1,6414,466.2,8.93638,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (51105,181354,0,1582.82,270.919,-64.4786,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (51106,181354,0,1680.95,370.951,-64.4786,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (51107,181354,0,1442.43,201.785,-64.4786,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (51108,181354,0,1596.63,397.226,-64.4786,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (51109,181354,0,1634.06,90.87,-64.4786,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (51110,181354,0,1521.35,379.553,-64.4786,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (51111,181354,0,1443.8,285.548,-64.4786,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (51112,181354,0,1636.53,389.252,-64.4786,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (51113,181354,0,1747.87,199.132,-64.4786,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (51114,181354,1,1519.75,-4197.81,40.0391,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (51115,181354,1,9813.96,2555.76,1313.66,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (51116,181354,1,10040.3,2614.06,1313.66,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (51117,181354,1,9722.1,2587.24,1313.66,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (51118,181354,1,9884.55,2517.38,1313.66,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (51119,181354,1,9923,2450.67,1313.66,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (51120,181354,1,9817.47,2450.54,1313.66,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (51121,181354,1,10016.9,2522.34,1313.66,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (51122,181354,1,-1266.06,100.961,127.886,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (51123,181354,1,1489.18,-4176.73,40.0391,1.0472,0,0,0.5,0.866025,180,180,100,1), + (51124,181354,1,10017,2582.8,1313.66,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (51125,181354,1,9880.62,2653.09,1313.66,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (51126,181354,1,1967.51,-4664.97,24.5558,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (51127,181354,1,9855.78,2612.98,1313.66,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (51128,181354,1,9988.74,2449.6,1313.66,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (51129,181354,1,-1261.52,94.5747,127.886,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (51130,181354,1,1987.8,-4625.01,24.5558,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (51131,181354,1,9849.22,2418.98,1313.66,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (51132,181354,1,10056.5,2424.05,1313.66,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (51133,181354,1,9916.01,2481.23,1313.66,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (51134,181354,1,9816.61,2485.6,1313.66,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (51135,181354,1,10019.5,2649.18,1313.66,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (51136,181354,1,9855.38,2594.17,1313.66,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (51137,181354,1,9885.83,2408.99,1313.66,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (51138,181354,1,9713.11,2608.23,1313.66,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (51139,181354,0,-8508.7,665.687,95.4741,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (51140,181354,0,-8508.91,684.543,95.4741,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (51141,181354,1,9785.54,2582.46,1313.66,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (51142,181354,1,9750.32,2472.94,1313.66,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (51143,181354,1,9854.16,2651.85,1313.66,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (51144,181354,1,9848.24,2479.29,1313.66,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (51145,181354,1,9950.99,2441.91,1313.66,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (51146,181354,1,10050.3,2459.01,1313.66,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (51147,181354,1,10015.5,2398.33,1313.66,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (51148,181354,1,9910.92,2589,1313.66,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (51149,181354,0,1609.73,208.739,-64.4786,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (51150,181354,0,1731.75,160.798,-64.4786,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (51151,181354,0,1438,242.31,-64.4786,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (51152,181354,0,1611.55,269.952,-64.4786,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (51153,181354,0,1553.21,89.4006,-64.4786,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (51154,181354,0,1558.55,393.236,-64.4786,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (51155,181354,0,1672.13,101.345,-64.4786,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (51156,181354,0,1515.95,104.481,-64.4786,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (51157,181354,1,10043.9,2380.27,1313.66,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (51158,181354,1,9791.89,2515.96,1313.66,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (51159,181354,1,9985.42,2477.57,1313.66,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (51160,181354,1,10047.5,2525,1313.66,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (51161,181354,1,9879.48,2611.53,1313.66,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (51162,181354,1,9814.59,2612.67,1313.66,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (51163,181354,1,9785.84,2616.44,1313.66,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (51164,181354,1,9992.48,2419.78,1313.66,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (51165,181354,1,10023,2351.21,1313.66,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (51166,181354,1,9820.88,2653.01,1313.66,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (51167,181354,1,9987.97,2582.2,1313.66,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (51168,181354,1,9921.48,2386.86,1313.66,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (51169,181354,1,10039.7,2546.71,1313.66,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (51176,181354,0,-8513.91,672.697,95.4741,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (51177,181354,0,1485.2,352.151,-64.4786,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (51178,181354,0,1459.6,319.881,-64.4786,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (51179,181354,0,1581.26,208.777,-64.4786,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (51180,181354,0,1748.11,280.002,-64.4786,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (51205,181355,1,8644.43,877.828,25.3982,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (51206,181355,1,1942.36,-4283.51,28.4957,1.0472,0,0,0.5,0.866025,180,180,100,1), + (51207,181355,1,1685.68,-4397.36,22.6889,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (51208,181355,1,1729.1,-4229.57,47.2369,1.309,0,0,0.608761,0.793353,180,180,100,1), + (51209,181355,1,1684.1,-4252.87,52.4333,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (51210,181355,1,1719.56,-4316.16,29.4982,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (51211,181355,1,1764.55,-4212.64,40.8687,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (51212,181355,1,-1198.35,129.721,134.871,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (51213,181355,1,-1070.81,255.197,122.435,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (51214,181355,1,7938.27,-2585.32,488.831,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (51215,181355,1,7912.61,-2504.64,489.276,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (51216,181355,1,7868.58,-2573.43,486.946,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (51217,181355,1,7956.29,-2434.9,488.941,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (55183,181376,1,-6395.72,-176.997,7.62333,6.27133,0,0,0.00592982,-0.999982,180,180,100,1), + (55182,181339,1,-6395.72,-176.997,7.62333,6.27133,0,0,0.00592982,-0.999982,180,180,100,1), + (51227,181355,1,-1202.39,25.2032,176.949,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (51228,181355,1,-1290.7,150.55,129.743,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (51229,181355,1,-1190.94,25.9335,176.949,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (51230,181355,1,-1071.91,-32.9583,141.348,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (51231,181355,1,-1304.97,144.895,131.385,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (51232,181355,1,-1059.13,-7.60406,141.311,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (51233,181355,1,-1067.54,-18.4063,140.607,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (51234,181355,1,-1250.87,27.5822,128.187,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (51235,181355,1,-1251.77,20.0596,128.187,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (51236,181355,1,-1265.91,26.0747,128.187,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (51237,181355,1,-1263.3,18.5099,128.187,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (51238,181355,1,-1021.13,192.48,135.497,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (51239,181355,1,-956.915,267.947,104.957,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (51240,181355,1,-1079.05,228.961,112.256,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (51241,181355,1,-998.573,280.934,111.91,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (51242,181355,1,-1292.91,49.4335,129.209,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (51243,181355,1,-1287.73,37.0892,129.209,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (51244,181355,1,1642.59,-4372.39,12.7448,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (51245,181355,1,1632.28,-4360.02,12.7307,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (51246,181355,1,1615.25,-4371.44,12.3255,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (51247,181355,1,1622.07,-4385.72,12.2943,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (51248,181355,1,1643.54,-4444.94,15.4065,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (51249,181355,1,1638.73,-4450.24,15.4065,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (51250,181355,1,1693.92,-4351.96,61.5084,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (51251,181355,1,9939.09,2585.65,1316.41,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (51252,181355,1,9662.22,2519.78,1331.62,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (51255,181355,1,-1036.73,-3663.8,23.8511,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (51256,181355,1,8636.46,849.685,23.0551,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (51257,181355,1,9686.92,2531.01,1337.3,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (51259,181355,1,-979.065,-3641.02,19.0544,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (51260,181355,1,-963.595,-3721.69,5.66055,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (51262,181355,0,-4844.97,-1145.23,502.211,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (51263,181355,0,-4756.69,-1170.41,502.202,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (51264,181355,0,-4859.77,-1157.24,502.194,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (51265,181355,1,-374.334,-2675.5,95.8236,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (51266,181355,1,-434.275,-2603.82,95.7872,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (51267,181355,1,-467.41,-2693.35,95.878,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (51268,181355,1,-440.477,-2586.61,95.7875,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (51269,181355,1,-357.401,-2558.71,95.7875,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (51270,181355,1,-6152.32,-1118.43,-213.186,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (51271,181355,1,-6198.83,-1123.88,-219.74,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (51272,181355,1,-6119.62,-1138.86,-188.67,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (51273,181355,1,-6305.18,-1171.37,-268.851,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (55142,181388,0,-7183.06,-1046.6,241.507,1.32718,0,0,0,0,180,180,100,1), + (55141,181307,0,-7183.74,-1047.85,241.507,2.0144,0,0,0,0,180,180,100,1), + (55140,181305,0,-7183.81,-1047.83,240.516,2.03168,0,0,0.849924,0.526906,180,180,100,1), + (51277,181355,1,2319.36,-2516.94,103.399,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (51278,181355,1,2340.49,-2554.26,102.773,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (51279,181355,1,2376.65,-2538.29,107.613,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (51280,181355,1,2237.44,-2546.42,87.9718,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (51281,181355,1,3607.33,-4412.41,113.611,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (51282,181355,1,3671.99,-4390.39,113.055,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (51283,181355,1,2705.99,-3884.95,105.437,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (51284,181355,1,6443.07,372.361,13.941,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (51285,181355,1,-1709.31,3085.11,34.0919,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (51286,181355,1,-1709.96,3201.24,4.45204,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (51287,181355,1,259.852,1230.84,192.146,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (51288,181355,1,-1609.45,3159.99,47.0972,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (51289,181355,1,-1763.11,3268.44,4.696,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (51290,181355,1,-1653.42,3191.8,27.6782,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (51291,181355,1,231.844,1273.99,192.145,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (51292,181355,1,-1604.56,3125.62,47.2101,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (51293,181355,1,-1592.92,3149.78,62.5292,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (51294,181355,1,-4572.14,-3178.51,34.1753,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (51295,181355,1,121.366,1260.67,164.847,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (51296,181355,1,-4627.18,-3168.31,40.98,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (51298,181355,1,-4602.34,-3157.29,34.925,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (51299,181355,1,-4381.59,214.329,27.6934,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (51300,181355,1,-4000.23,-4702.7,4.60181,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (51301,181355,1,-3626.21,-4359.01,6.70639,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (51302,181355,1,-3875.16,-4608.8,9.26107,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (51303,181355,1,-3755.93,-4354.49,10.8949,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (51304,181355,1,-3847.51,-4456.9,12.4744,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (51305,181355,1,-4352.96,166.211,33.9422,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (51306,181355,1,-3637.8,-4344.83,6.70639,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (51307,181355,1,-4527.93,-773.559,-41.324,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (51308,181355,1,-4501.79,-789.034,-42.2546,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (51309,181355,1,-4527.93,-773.559,-41.324,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (51310,181355,1,-4501.79,-789.034,-42.2546,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (51311,181355,1,-4447.68,3298.23,12.3739,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (51312,181355,1,6747.28,-4659.19,725.279,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (51313,181355,1,-4472.52,3216.01,13.7295,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (51314,181355,1,-6863.96,721.329,45.6621,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (51315,181355,1,-6841.45,747.798,42.5787,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (51316,181355,1,-6807.1,810.202,51.2054,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (51317,181355,1,-6807.1,810.202,51.2054,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (51318,181355,1,-6848.25,781.352,43.5151,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (51319,181355,1,-2330.59,-1971.66,96.2092,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (51320,181355,1,-6838.14,740.341,42.402,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (51321,181355,1,-2357.5,-1886.22,95.783,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (51322,181355,1,-2327.16,-1939.61,95.7952,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (51323,181355,1,-6841.45,747.798,42.5787,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (51324,181355,1,2720.09,1472.5,241.894,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (51325,181355,1,2699.29,1420.59,243.061,2.3911,0,0,0.930418,0.366501,180,180,100,1), + (51326,181355,1,2692.63,1508.85,236.819,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (51327,181355,1,2694.1,1492.04,236.819,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (51328,181355,1,3348.56,1000.52,4.10987,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (51329,181355,1,3360.07,1021.36,2.93154,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (51330,181355,1,5120.12,-361.039,358.305,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (51331,181355,1,5118.45,-344.709,357.248,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (51332,181355,1,5078.18,-340.517,368.412,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (51333,181355,1,3989.84,-1320.16,253.072,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (51334,181355,1,3995.19,-1281.88,254.08,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (55028,181302,0,-8827.84,868.646,98.7604,1.22636,0,0,0,0,180,180,100,1), + (55027,181302,0,-8830.48,876.028,98.5669,6.16258,0,0,0,0,180,180,100,1), + (55265,181288,0,1930.94,-4411.57,73.882,4.3395,0,0,0,0,180,180,100,1), + (55264,181288,1,4373.8,222.264,51.9646,2.93812,0,0,0,0,180,180,100,1), + (55263,181288,1,560.52,342.829,52.9046,5.99805,0,0,0,0,180,180,100,1), + (55026,181391,0,-8825.83,873.297,99.7165,2.69898,0,0,0,0,180,180,100,1), + (55025,181307,0,-8824.35,873.182,99.7164,1.83741,0,0,0,0,180,180,100,1), + (55159,181392,1,3877.58,-5388.38,144.908,2.79169,0,0,0.984735,0.174059,180,180,100,1), + (55158,181301,1,3881.29,-5389.7,141.325,4.3625,0,0,0.819388,-0.573239,180,180,100,1), + (55072,181376,1,1919.91,-2037.51,103.607,1.81061,0,0,0.786613,0.617446,180,180,100,1), + (55071,181561,1,1919.91,-2037.51,103.607,1.81061,0,0,0.786613,0.617446,180,180,100,1), + (55157,181376,1,3879.19,-5377.36,141.002,5.33246,0,0,0.457661,-0.889125,180,180,100,1), + (55210,181305,0,-11273.3,-3056.96,-0.033783,0.080735,0,0,0,0,180,180,100,1), + (55209,181302,0,-11268.5,-3063.01,0.1035,3.20267,0,0,0,0,180,180,100,1), + (55070,181355,1,4362.06,225.52,53.2251,0.107539,0,0,0,0,180,180,100,1), + (55069,181605,1,4367.74,217.926,52.576,0.621974,0,0,0,0,180,180,100,1), + (55199,181305,0,-11279.2,1809.14,39.5446,1.87196,0,0,0,0,180,180,100,1), + (55198,181355,0,-8812.62,847.027,99.0336,2.86682,0,0,0,0,180,180,100,1), + (55244,181301,1,1939.67,-2032.56,100.454,2.8641,0,0,0,0,180,180,100,1), + (55220,181305,0,-2638.99,-2511.42,81.2524,5.23658,0,0,0.499745,-0.866172,180,180,100,1), + (55219,181605,0,-2647.08,-2499.77,79.9929,5.80599,0,0,0,0,180,180,100,1), + (51356,181355,1,920.665,900.506,105.54,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (55218,181355,0,-2631.95,-2498.02,81.0849,5.33082,0,0,0,0,180,180,100,1), + (51358,181355,1,926.252,913.414,105.142,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (51359,181355,1,936.974,829.873,105.981,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (51360,181355,1,918.996,1055.51,105.596,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (51361,181355,1,920.406,825.935,107.397,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (55230,181305,1,-1043.88,-3420.55,72.5236,5.29093,0,0,0,0,180,180,100,1), + (55229,181392,1,-1045.03,-3420.39,75.5182,1.08004,0,0,0,0,180,180,100,1), + (55120,181306,0,1916.79,-4420.21,74.805,0.590168,0,0,0,0,180,180,100,1), + (55119,181388,0,1922.95,-4417.61,75.5039,0.591722,0,0,0,0,180,180,100,1), + (55118,181305,0,1921.67,-4417.41,74.4933,5.2058,0,0,0.513014,-0.85838,180,180,100,1), + (55117,181392,0,1914.47,-4418.32,78.0975,3.54076,0,0,0.980149,-0.198261,180,180,100,1), + (55116,181392,0,1921.93,-4415.2,77.9964,0.392881,0,0,0.19518,0.980768,180,180,100,1), + (55252,181288,0,-8833.23,859.132,98.8978,-2.07694,0,0,0,0,180,180,100,1), + (51370,181355,0,-8849.93,784.147,96.0792,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (51371,181355,0,-8809.08,801.113,98.8651,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (55079,181301,0,-11281.3,1811.53,39.6985,3.15618,0,0,0,0,180,180,100,1), + (55078,181376,0,-11276.1,1826.11,38.9136,2.18846,0,0,0.888575,0.458732,180,180,100,1), + (51374,181355,0,-8838.94,721.098,97.8029,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (55099,181302,0,-316.511,-683.215,56.1475,1.97701,0,0,0.935205,0.549939,180,180,100,1), + (51376,181355,1,-3146.65,-2919.05,35.0129,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (51377,181355,1,-3127.5,-2866.74,34.7959,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (51378,181355,1,-3121.79,-2924.78,35.7579,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (51379,181355,0,-9021.94,883.635,29.6206,-0.418879,0,0,0.207912,-0.978148,180,180,100,1), + (51380,181355,0,-8839.07,545.266,96.8377,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (55104,181392,0,-267.229,1165.74,67.297,0.80602,0,0,0.392189,0.919885,180,180,100,1), + (55091,181392,0,-316.066,-679.269,58.4965,3.38838,0,0,0.995591,-0.0937957,180,180,100,1), + (55090,181301,0,-312.201,-678.401,54.9756,3.38446,0,0,0,0,180,180,100,1), + (51384,181355,0,-8861.03,658.585,96.7187,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (51385,181355,0,-8856.85,661.656,97.1286,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (55173,181392,1,-7825.4,-2062.92,-268.198,5.62982,0,0,0.320903,-0.947112,180,180,100,1), + (55172,181392,1,-7831.84,-2058.2,-268.193,2.51886,0,0,0.951915,0.306361,180,180,100,1), + (55131,181605,0,107.727,-3972.54,137.132,2.51134,0,0,0,0,180,180,100,1), + (55130,181305,0,104.835,-3959.06,138.535,5.43696,0,0,0.410601,-0.911815,180,180,100,1), + (55129,181302,0,115.342,-3960.58,138.421,0.869869,0,0,0.421351,0.906898,180,180,100,1), + (51391,181355,1,1942.54,-4294.49,26.0505,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (51392,181355,1,1689.15,-4277.99,32.9,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (51393,181355,1,1849.85,-4252.52,43.0913,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (51394,181355,1,1724.54,-4354.79,29.1059,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (51395,181355,1,1896.41,-4277.8,31.7153,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (51396,181355,1,-1208.25,142.348,134.143,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (51397,181355,1,-1242.35,76.3979,128.954,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (51398,181355,1,7942.35,-2570.99,488.751,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (51399,181355,1,7965.54,-2385.6,488.941,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (51400,181355,1,7926.27,-2635.98,492.578,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (51401,181355,1,7950.37,-2386.92,488.941,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (55181,181605,1,-7823.89,-2049.48,-272.872,4.07402,0,0,0,0,180,180,100,1), + (51415,181355,0,-4618.02,-925.12,501.062,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (51416,181355,0,1589.83,245.835,60.1507,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (51444,181355,0,-4990.29,-853.343,501.659,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (51445,181355,0,-4980.03,-865.875,501.659,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (51446,181355,0,-5008.32,-868.188,501.659,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (51447,181355,0,-4997.85,-880.69,501.659,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (51448,181355,0,-5018.23,-855.977,501.659,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (51450,181355,0,2294.08,-5290.58,81.9963,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (51451,181355,0,2313.58,-5299.31,81.9963,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (51452,181355,0,2298.28,-5331.19,90.8799,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (51455,181355,0,2045.53,168.323,34.4744,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (51456,181355,0,-926.063,-3535.44,71.0585,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (51457,181355,0,-913.485,-3495.36,70.433,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (51458,181355,1,-1277.25,162.139,131.136,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (51459,181355,0,-9469.38,106.474,57.4206,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (51460,181355,0,-9461.54,46.4045,56.6063,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (51461,181355,1,-1399.61,-48.9439,156.685,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (51462,181355,0,-9464.54,79.274,57.2264,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (51463,181355,1,1675.8,-4311.48,61.6065,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (51464,181355,1,1650.02,-4332.94,61.5018,0,0,0,0,1,180,180,100,1), + (51465,181355,1,1658.49,-4314.09,62.0468,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (51466,181355,1,1695.3,-4321.7,61.498,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (51468,181355,0,-7502.89,-2179.08,165.575,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (51469,181355,0,-1247.64,-2543.75,21.4813,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (51472,181355,0,-1280.11,-2536.96,21.5735,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (51473,181355,0,-1236.42,-2505.87,22.3525,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (51474,181355,0,-1286.54,-2520.15,21.5872,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (51475,181355,1,9952.15,2585.77,1316.13,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (51476,181355,0,-10960.9,-3443.02,64.9828,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (51477,181355,1,9952.86,2607.13,1316.19,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (51478,181355,1,9952.37,2593.96,1316.53,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (51479,181355,0,-10986.1,-3452.44,65.0053,2.09439,0,0,0.866025,0.5,180,180,100,1), + (51480,181355,1,9939.42,2606.72,1316.73,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (51481,181355,0,-11097.4,-3444.51,64.9543,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (51483,181355,1,8667.61,868.788,22.2681,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (51484,181355,1,9658.83,2532.64,1331.52,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (51486,181355,1,-864.895,-3753.35,19.3753,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (51487,181355,0,-10565.7,-1214.24,26.5597,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (51488,181355,0,-10528.9,-1196.53,26.941,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (51489,181355,0,-10583.3,-1248.73,36.165,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (51490,181355,0,-10544.2,-1169.38,27.5815,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (51491,181355,0,-6507.06,-1174.38,309.221,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (51492,181355,0,-6459.96,-1108.43,306.738,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (51493,181355,0,513.327,1610.77,125.537,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (51494,181355,0,492.153,1560.28,127.933,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (51495,181355,0,-14282.3,546.645,8.90959,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (51496,181355,0,-5205.98,-3110.21,302.012,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (51497,181355,0,-5357.79,-2956.84,323.888,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (51498,181355,0,-10465.4,-3252.11,20.1782,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (51499,181355,0,-10391,-3266.6,22.3531,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (51500,181355,0,-10476.1,-3262.62,21.0494,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (51501,181355,1,-439.673,-2677.78,96.2705,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (51502,181355,1,-569.961,-2667.44,97.5254,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (51503,181355,0,-11317.5,-185.711,75.0316,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (51504,181355,0,-11303.3,-210.201,76.178,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (51505,181355,1,-6119.62,-1138.86,-188.67,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (51506,181355,0,-11336,-213.995,75.22,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (51507,181355,0,-11298.5,-192.833,75.5637,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (51508,181355,1,-6173.32,-1137,-216.933,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (51509,181355,1,-6198.83,-1123.88,-219.74,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (51510,181355,0,292.878,-2004.7,194.126,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (51511,181355,0,-10658,1098.28,33.6132,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (51512,181355,0,-10501.7,1051.03,67.7619,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (51513,181355,0,-3527.58,-886.202,10.7265,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (51514,181355,0,-3865.97,-715.163,8.11382,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (51515,181355,0,-3650.15,-861.073,10.7246,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (51516,181355,0,-3662.96,-776.941,9.91138,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (51517,181355,0,-3634.68,-831.379,10.724,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (51518,181355,0,-3912.7,-614.061,5.09038,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (51521,181355,1,2371.7,-2518,108.461,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (51522,181355,1,2330.95,-2561.59,102.773,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (51530,181355,1,152.311,1322.3,192.688,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (51531,181355,1,-1582.39,3165.35,47.0972,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (51532,181355,1,-1581.24,3113.16,56.1613,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (51536,181355,1,193.924,1185.87,167.999,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (51538,181355,1,-3677.69,-4378.2,10.6549,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (51539,181355,1,-4400.7,278.819,25.6522,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (51540,181355,1,-4469.02,238.696,39.1075,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (51541,181355,1,-3890.49,-4594.44,9.22391,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (51542,181355,1,-4351.06,20.2735,52.804,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (51543,181355,1,-4380.75,105.694,34.0026,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (51544,181355,1,-4484.65,238.019,48.3433,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (51546,181355,1,6785.19,-4746.64,701.661,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (51547,181355,1,6819.24,-4617.13,710.669,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (51548,181355,1,-4382.32,3216.42,12.6949,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (51549,181355,1,6806.4,-4618,710.669,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (51550,181355,1,6702.87,-4664.87,721.715,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (51551,181355,0,-811.97,-550.777,15.5091,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (51553,181355,0,-703.508,-512.517,25.899,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (51555,181355,0,-834.324,-527.053,11.853,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (51556,181355,1,-6803.87,802.201,51.428,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (51559,181355,1,-6838.14,740.341,42.402,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (51560,181355,1,-2283.56,-1937.39,95.7939,3.14159,0,0,1,0,180,180,100,1), + (51561,181355,1,-6863.96,721.329,45.6621,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (51562,181355,1,-6803.87,802.201,51.428,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (51563,181355,1,-2361.56,-1964.19,96.0866,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (51564,181355,1,2702.96,1432.79,242.87,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (51565,181355,1,2742.41,1498.08,236.821,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (51569,181355,1,2785.96,-434.604,116.525,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (51572,181355,1,2728.34,-353.425,108.593,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (55262,181288,1,1919.91,-2037.51,103.607,1.81061,0,0,0,0,180,180,100,1), + (55024,181307,0,-8827.06,873.295,99.7209,3.71451,0,0,0,0,180,180,100,1), + (55261,181288,1,-1041.07,-3434.1,70.3044,0.883685,0,0,0,0,180,180,100,1), + (55006,181347,229,-15.5284,-364.131,49.6099,6.23491,0,0,0,0,180,180,100,1), + (55005,181376,429,536.586,602.55,-4.75474,5.74615,0,0,0,0,180,180,100,1), + (55004,181346,429,536.586,602.55,-4.75474,5.74615,0,0,0,0,180,180,100,1), + (55003,181376,289,95.8052,65.1433,97.7323,0.462622,0,0,0,0,180,180,100,1), + (55156,181342,1,3879.19,-5377.36,141.002,5.33246,0,0,0.457661,-0.889125,180,180,100,1), + (55155,181605,1,6483.43,-2476.31,569.404,3.31363,0,0,0,0,180,180,100,1), + (55067,181302,1,4368.86,227.734,54.1653,0.148906,0,0,0,0,180,180,100,1), + (55066,181302,1,4367.66,227.104,52.9026,2.04816,0,0,0.854237,0.519884,180,180,100,1), + (55065,181302,1,4369.31,228.705,52.986,5.75131,0,0,0,0,180,180,100,1), + (55208,181302,0,-11275.4,-3060.68,1.14065,2.32696,0,0,0,0,180,180,100,1), + (55207,181302,0,-11275.2,-3060.5,-0.1035,2.65289,0,0,0,0,180,180,100,1), + (55197,181302,0,-8837.69,867.989,99.9008,5.51219,0,0,0,0,180,180,100,1), + (55217,181392,0,-2636.49,-2516.22,84.9528,5.49488,0,0,0.384026,-0.923322,180,180,100,1), + (55216,181392,0,-2642.17,-2510.42,84.9776,2.34858,0,0,0.922416,0.386197,180,180,100,1), + (55215,181301,0,-2639.3,-2513.32,81.3943,5.48397,0,0,0,0,180,180,100,1), + (55226,181605,1,552.391,332.784,52.9136,1.54599,0,0,0,0,180,180,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (49449,177388,1,-7659.53,296.228,-37.8649,-3.05433,0,0,0.999048,-0.043619,2700,100,1), - (49450,180461,1,-7928.46,1938.13,5.75729,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (49451,180718,1,-8069.05,1641.72,27.03,-1.53589,0,0,0.694658,-0.71934,900,100,1), - (49452,180466,1,-7898.39,1891.27,9.22634,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (49456,2040,1,-7098.66,153.395,12.9174,-0.349066,0,0,-0.173648,0.984808,300,100,1), - (49457,2040,1,-6324.74,1631.31,25.6828,0.680678,0,0,0.333807,0.942642,300,100,1), - (49458,2040,1,-6273.1,791.25,18.3609,2.07694,0,0,0.861629,0.507539,300,100,1), - (49459,2040,1,-8009.26,1984.93,15.7425,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (49460,180473,1,-6317.04,17.1917,6.0711,1.51844,0,0,0.688355,0.725374,900,100,1), - (49461,180474,1,-6330.93,-3.34778,6.55126,1.95477,0,0,0.829038,0.559192,900,100,1), - (49462,180475,1,-6308.32,5.30829,6.33533,2.4969,-0.069236,-0.066279,0.945327,0.311722,900,100,1), - (49463,180476,1,-6237.74,49.1277,15.8064,0.218167,0,0,0.108867,0.994056,900,100,1), - (49464,180477,1,-6244.73,33.2799,11.0577,2.31732,0.069319,-0.059729,0.911472,0.401057,900,100,1), - (49465,180478,1,-6244.46,65.0301,17.1937,0.680678,0,0,0.333807,0.942642,900,100,1), - (49466,180479,1,-6258.04,54.7871,17.1937,1.05592,0,0,0.503774,0.863836,900,100,1), - (49467,4608,1,9438.71,756.401,1253.52,0.471239,0,0,0.233445,0.97237,300,100,1), - (49468,4608,1,9494.46,676.276,1265.11,1.16937,0,0,0.551937,0.833886,300,100,1), - (49469,4608,1,9424.74,721.665,1260.28,0.680678,0,0,0.333807,0.942641,300,100,1), - (49470,4608,1,9386.93,1264.87,1251.3,1.53589,0,0,0.694658,0.71934,300,100,1), - (49471,4608,1,9359.21,827.195,1264.37,1.95477,0,0,0.829038,0.559193,300,100,1), - (49472,4608,1,9508.07,649.094,1271.74,2.05949,0,0,0.857167,0.515038,300,100,1), - (49473,4608,1,9347,1196.95,1247.41,0.750492,0,0,0.366501,0.930418,300,100,1), - (49474,4608,1,9493.85,1119.84,1252.87,-0.453786,0,0,0.224951,-0.97437,300,100,1), - (49475,4608,1,9408.91,1123.34,1249.89,1.76278,0,0,0.771625,0.636078,300,100,1), - (49476,4608,1,9464.73,756.767,1254.89,-0.15708,0,0,0.078459,-0.996917,300,100,1), - (49477,4608,1,9457.63,699.055,1264.7,3.00197,0,0,0.997564,0.069757,300,100,1), - (49478,4608,1,9492.57,1079.29,1250.12,1.51844,0,0,0.688355,0.725374,300,100,1), - (49479,4608,1,9440.77,1089.94,1251.58,-1.09956,0,0,0.522499,-0.85264,300,100,1), - (49480,4608,1,9366.38,1270.76,1251.89,1.11701,0,0,0.529919,0.848048,300,100,1), - (49481,4608,1,9477.68,778.675,1253.19,1.29154,0,0,0.601815,0.798636,300,100,1), - (49482,4608,1,9458.01,1010.13,1253.44,-1.64061,0,0,0.731354,-0.681998,300,100,1), - (49483,4608,1,9591.29,1007.3,1271.32,1.79769,0,0,0.782608,0.622515,300,100,1), - (49484,4608,1,9354.87,1130.44,1253.44,2.80998,0,0,0.986286,0.165048,300,100,1), - (49485,4608,1,9483.56,1141.8,1252.26,-2.44346,0,0,0.939693,-0.34202,300,100,1), - (49486,4608,1,9383.43,753.562,1261.82,1.18682,0,0,0.559193,0.829038,300,100,1), - (49487,4608,1,9446.56,1067.29,1249.51,1.23918,0,0,0.580703,0.814116,300,100,1), - (49488,4608,1,9427.97,1221.07,1250.06,-2.42601,0,0,0.936672,-0.350207,300,100,1), - (49489,4608,1,9319.93,1150.49,1254.28,-1.36136,0,0,0.629321,-0.777146,300,100,1), - (49490,4608,1,9668.24,765.36,1280.41,1.71042,0,0,0.75471,0.656059,300,100,1), - (49491,4608,1,9594.89,701.125,1267.78,-1.69297,0,0,0.748956,-0.66262,300,100,1), - (49492,4608,1,9375.99,786.278,1262.29,-1.88496,0,0,0.809017,-0.587785,300,100,1), - (49493,4608,1,9323.76,1241.87,1253.63,-1.29154,0,0,0.601815,-0.798635,300,100,1), - (49494,4608,1,9607.18,895.855,1261.84,-2.63545,0,0,0.968148,-0.25038,300,100,1), - (49495,4608,1,9561.51,970.763,1267.12,0.593412,0,0,0.292372,0.956305,300,100,1), - (49496,4608,1,9614.88,864.638,1259.62,-3.07178,0,0,0.999391,-0.034899,300,100,1), - (49497,4608,1,9644.13,891.584,1268.61,-0.069813,0,0,0.034899,-0.999391,300,100,1), - (49498,4608,1,9643.76,856.489,1266,2.25148,0,0,0.902585,0.430511,300,100,1), - (49499,4608,1,9638.86,736.849,1270.71,-1.74533,0,0,0.766044,-0.642788,300,100,1), - (49500,138498,1,9634.3,2523.75,1333.23,-0.855212,0,0,0.414693,-0.909961,900,100,1), - (49501,2061,1,9190.04,1372.69,1315.07,3.11541,0,0,0.999914,0.01309,900,100,1), - (49502,2061,1,9705.91,1268.05,1290.85,3.14159,0,0,1,0,900,100,1), - (49503,2061,1,10056.5,323.421,1324.87,-3.14159,-0.00872,-0.039258,0.999191,-0.000343,900,100,1), - (49504,2061,1,9668.28,460.541,1309.52,3.14159,0,0,1,0,900,100,1), - (49505,2061,1,9554.57,1882.64,1314.31,1.46608,0.033072,-0.01718,0.669005,0.742323,900,100,1), - (49506,2061,1,9370.49,1712.86,1308.86,3.14159,0.004363,-0.004363,0.999981,0.000019,900,100,1), - (49507,2061,1,9110.55,1845.11,1327.5,1.89368,0,0,0.811574,0.58425,900,100,1), - (49508,2061,1,9198.2,1415.26,1311.22,3.14159,0.030538,0.004361,0.999524,-0.000133,900,100,1), - (49509,2061,1,9122.58,1776.2,1321.5,-2.28638,0.055565,-0.027363,0.908994,-0.412182,900,100,1), - (49510,2061,1,9113.14,1676.04,1324.53,3.14159,0.030536,-0.013083,0.999448,0.0004,900,100,1), - (49511,2061,1,9566.44,1299.1,1300.54,3.14159,0,0,1,0,900,100,1), - (49512,2061,1,10498.3,1054.03,1325.47,3.14159,0,0,1,0,900,100,1), - (49513,2061,1,10335.3,1034.1,1339.32,3.14159,0,0,1,0,900,100,1), - (49514,2061,1,10405.6,715.279,1321.62,3.11541,0,0,0.999914,0.01309,900,100,1), - (49515,2061,1,9268.6,940.655,1311.9,1.66679,0.00646,-0.005867,0.74019,0.672341,900,100,1), - (49516,2061,1,9632.87,471.409,1312.78,3.14159,0.017451,0.013088,0.999762,-0.000228,900,100,1), - (49517,2061,1,9151.33,1838.82,1327.63,3.14159,-0.043599,0.030509,0.998582,0.001332,900,100,1), - (49518,2061,1,9755.68,905.113,1295.52,3.14159,0,0,1,0,900,100,1), - (49519,2061,1,10021.8,285.987,1323.02,3.14159,0,0,1,0,900,100,1), - (49520,2061,1,10269.9,966.038,1340.88,3.14159,0,0,1,0,900,100,1), - (49521,92693,1,9863.03,2229.16,1331.83,-0.34034,0,0,-0.16935,0.985556,900,100,1), - (49522,92694,1,9863.43,2230.25,1337.63,0.043631,0,0,0.021814,0.999762,900,100,1), - (49523,92695,1,9755.96,2263.14,1331.22,2.33001,0,0,0.918791,0.394744,900,100,1), - (49524,92696,1,9772.81,2291.17,1337.12,-0.261799,0,0,-0.130526,0.991445,900,100,1), - (49525,91672,1,10066.2,2354.02,1332,-0.916298,0,0,-0.442289,0.896873,900,100,1), - (49526,91673,1,10090.9,2425.22,1321.69,-2.77507,0,0,0.983255,-0.182236,900,100,1), - (49527,92699,1,10087.5,2233.9,1339.2,0.637045,0,0,0.313164,0.949699,900,100,1), - (49528,2843,1,10911.3,848.826,1329.36,2.04204,0,0,0.85264,0.522499,7200,100,1), - (49529,2843,1,10328,1033.01,1339.31,1.74533,0,0,0.766044,0.642788,7200,100,1), - (49530,92700,1,10087.8,2232.85,1333.18,0.314159,0,0,0.156434,0.987688,900,100,1), - (49531,142109,1,9848.28,957.296,1306.79,-2.80125,0,0,0.985556,-0.16935,900,100,1), - (49532,142110,1,9943,2497.74,1317.69,-2.6529,0,0,0.970296,-0.241922,900,100,1), - (49533,152094,1,10328.4,593.559,1333.13,3.10669,0,0,0.999848,0.017452,300,100,1), - (49534,152094,1,10336.7,632.356,1329.06,2.02458,0,0,0.848048,0.529919,300,100,1), - (49535,152094,1,10521,1103.35,1335.61,-0.558505,0,0,0.275637,-0.961262,300,100,1), - (49536,152094,1,10805.6,713.677,1336.18,-2.61799,0,0,0.965926,-0.258819,300,100,1), - (49537,152094,1,10469,1075.79,1336.42,1.69297,0,0,0.748956,0.66262,300,100,1), - (49538,152094,1,10678.7,815.351,1324.22,0.506145,0,0,0.25038,0.968148,300,100,1), - (49539,152094,1,10416.6,1038.97,1335.62,-0.436333,0,0,0.21644,-0.976296,300,100,1), - (49540,152094,1,10380.4,494.978,1334.13,-3.12414,0,0,0.999962,-0.008727,300,100,1), - (49541,152094,1,10355.8,617.688,1328.6,1.46608,0,0,0.669131,0.743145,300,100,1), - (49542,152094,1,10502.9,1066.79,1326.02,-0.680679,0,0,0.333807,-0.942641,300,100,1), - (49543,152094,1,10246.8,733.192,1351.85,-0.226893,0,0,0.113203,-0.993572,300,100,1), - (49544,152094,1,10275.8,785.104,1341.64,1.88496,0,0,0.809017,0.587785,300,100,1), - (49545,152094,1,10231.6,811.769,1353.23,1.90241,0,0,0.814116,0.580703,300,100,1), - (49546,152094,1,10482.6,1045.08,1326.4,1.90241,0,0,0.814116,0.580703,300,100,1), - (49547,152094,1,10549,1078.95,1324.49,-0.575959,0,0,0.284015,-0.95882,300,100,1), - (49548,152094,1,10473.6,1033.94,1326.3,1.97222,0,0,0.833886,0.551937,300,100,1), - (49549,152094,1,10356.7,705.124,1327.86,2.28638,0,0,0.909961,0.414693,300,100,1), - (49550,152094,1,10423.7,831.662,1318.99,2.93215,0,0,0.994522,0.104528,300,100,1), - (49551,152094,1,10439,570.624,1336.44,2.51327,0,0,0.951057,0.309017,300,100,1), - (49552,152094,1,10547.7,1029.52,1324.01,-2.28638,0,0,0.909961,-0.414693,300,100,1), - (49553,152094,1,10330.2,742.567,1330.22,-1.85005,0,0,0.798635,-0.601815,300,100,1), - (49554,152094,1,10366.7,1042.07,1342.14,-2.63545,0,0,0.968148,-0.25038,300,100,1), - (49555,152094,1,10276,892.483,1336.67,0.15708,0,0,0.078459,0.996917,300,100,1), - (49556,152094,1,10269.1,771.645,1345.13,0.802851,0,0,0.390731,0.920505,300,100,1), - (49557,152094,1,10667.1,682.759,1330.08,-0.034907,0,0,0.017452,-0.999848,300,100,1), - (49558,152094,1,10238.9,833.838,1345.72,-0.279253,0,0,0.139173,-0.990268,300,100,1), - (49559,152094,1,10544.8,597.507,1334.83,-0.523599,0,0,0.258819,-0.965926,300,100,1), - (49560,152094,1,10499.2,946.187,1319.29,-2.26893,0,0,0.906308,-0.422618,300,100,1), - (49561,152094,1,10364.6,640.284,1328.36,-0.610865,0,0,0.300706,-0.953717,300,100,1), - (49562,152094,1,10557.1,678.682,1322.41,-1.16937,0,0,0.551937,-0.833886,300,100,1), - (49563,152094,1,10456.3,637.049,1323.81,2.61799,0,0,0.965926,0.258819,300,100,1), - (49564,152094,1,10591.8,881.344,1312.31,2.40855,0,0,0.93358,0.358368,300,100,1), - (49565,152094,1,10587.5,985.079,1323.48,1.39626,0,0,0.642788,0.766044,300,100,1), - (49566,152094,1,10468.9,519.537,1346.69,2.80998,0,0,0.986286,0.165048,300,100,1), - (49567,152094,1,10329.9,1032.04,1339.22,0.488692,0,0,0.241922,0.970296,300,100,1), - (49568,152094,1,10328.2,908.165,1328.63,1.13446,0,0,0.5373,0.843391,300,100,1), - (49569,152094,1,10600,736.555,1320.19,0.523599,0,0,0.258819,0.965926,300,100,1), - (49570,152094,1,10640.9,903.958,1318.73,2.42601,0,0,0.936672,0.350207,300,100,1), - (49571,152095,1,10556.1,819.897,1308.99,-1.06465,0,0,0.507538,-0.861629,300,100,1), - (49572,152095,1,10556.9,923.95,1314.9,1.0472,0,0,0.5,0.866025,300,100,1), - (49573,152095,1,10577.1,915.566,1313.2,-3.01942,0,0,0.998135,-0.061048,300,100,1), - (49574,152095,1,10602.6,851.279,1316.24,1.58825,0,0,0.71325,0.700909,300,100,1), - (49575,152095,1,10623.2,857.359,1313.07,-1.55334,0,0,0.700909,-0.71325,300,100,1), - (49576,152095,1,10608.5,887.885,1312.11,1.11701,0,0,0.529919,0.848048,300,100,1), - (49577,152095,1,10594.2,839.119,1309.62,-0.977384,0,0,0.469472,-0.882948,300,100,1), - (49578,152095,1,10485,895.09,1311.08,1.97222,0,0,0.833886,0.551937,300,100,1), - (49579,152095,1,10587.3,858.92,1308.61,-2.47837,0,0,0.945519,-0.325568,300,100,1), - (49580,152095,1,10557.5,874.98,1309.68,-0.314159,0,0,0.156434,-0.987688,300,100,1), - (49581,152095,1,10574.6,872.669,1308.19,-0.331612,0,0,0.165048,-0.986286,300,100,1), - (49582,152095,1,10535.9,827.381,1310.91,1.64061,0,0,0.731354,0.681998,300,100,1), - (49583,152095,1,10526.5,859.305,1308.92,1.02974,0,0,0.492424,0.870356,300,100,1), - (49584,152095,1,10563.7,813.337,1309.69,-2.1293,0,0,0.87462,-0.48481,300,100,1), - (49585,152095,1,10534.3,863.327,1308.24,2.33874,0,0,0.920505,0.390731,300,100,1), - (49586,152095,1,10536.5,922.475,1311.03,-1.46608,0,0,0.669131,-0.743145,300,100,1), - (49587,152095,1,10510.7,937.235,1315.91,-1.44862,0,0,0.66262,-0.748956,300,100,1), - (49588,152095,1,10504.7,913.548,1310.8,1.27409,0,0,0.594823,0.803857,300,100,1), - (49589,4406,1,10932.4,911.63,1337.94,2.94961,0,0,0.995396,0.095846,300,100,1), - (49590,4406,1,10929.4,923.083,1339.99,1.51844,0,0,0.688355,0.725374,300,100,1), - (49591,4406,1,10932.1,917.925,1339.32,-2.89725,0,0,0.992546,-0.121869,300,100,1), - (49592,175357,329,3727.29,-3599.08,142.22,-2.76635,0,0,0.98245,-0.186524,180,100,1), - (49593,4406,1,10933.3,922.297,1340.05,0.15708,0,0,0.078459,0.996917,300,100,1), - (49594,175358,329,3960.6,-3392.89,119.662,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (49595,4406,1,10933.3,929.184,1340.81,1.20428,0,0,0.566406,0.824126,300,100,1), - (49596,4406,1,10931.6,926.534,1340.53,-1.88496,0,0,0.809017,-0.587785,300,100,1), - (49597,12351,1,10374.6,743.243,1322.15,2.25147,0,0,0.902585,0.430511,900,100,1), - (49598,12352,1,10374.6,743.265,1321.53,2.25147,0,0,0.902585,0.430511,900,100,1), - (49599,12353,1,9955.03,659.749,1310.21,-2.33001,0,0,0.918791,-0.394744,900,100,1), - (49600,12354,1,9955.03,659.749,1309.54,-2.33001,0,0,0.918791,-0.394744,900,100,1), - (49601,12355,1,9954.96,659.806,1310.21,2.38238,0,0,0.92881,0.370557,900,100,1), - (49602,12356,1,9955.04,659.796,1310.21,0.811578,0,0,0.394744,0.918791,900,100,1), - (49603,12357,1,9955.04,659.783,1309.6,0.811578,0,0,0.394744,0.918791,900,100,1), - (49604,12358,1,9891.84,919.78,1307.56,-2.81871,0,0,0.986996,-0.160743,900,100,1), - (49605,12359,1,9891.84,919.77,1306.89,-2.81871,0,0,0.986996,-0.160743,900,100,1), - (49606,12360,1,9891.9,919.854,1306.9,0.322885,0,0,0.160742,0.986996,900,100,1), - (49607,12361,1,9891.89,919.883,1307.56,0.322885,0,0,0.160742,0.986996,900,100,1), - (49608,12362,1,9891.83,919.75,1306.17,-2.81871,0,0,0.986996,-0.160743,900,100,1), - (49609,3658,1,10503.2,1983.78,1326.53,-1.93731,0,0,0.824126,-0.566406,7200,100,1), - (49610,3658,1,10747.1,2177.42,1331.39,-1.58825,0,0,0.71325,-0.700909,7200,100,1), - (49611,3658,1,9199.46,1402.7,1311.31,-2.67035,0,0,0.97237,-0.233445,7200,100,1), - (49612,3658,1,9107.97,1857.2,1328.11,-0.191986,0,0,0.095846,-0.995396,7200,100,1), - (49613,3658,1,9554.9,1897.06,1314.51,1.16937,0,0,0.551937,0.833886,7200,100,1), - (49614,3658,1,9824.22,447.278,1307.79,-0.558505,0,0,0.275637,-0.961262,7200,100,1), - (49615,3658,1,9908.29,985.799,1354.8,2.74017,0,0,0.979925,0.199368,7200,100,1), - (49616,12363,1,9891.89,919.882,1306.23,0.322885,0,0,0.160742,0.986996,900,100,1), - (49617,12364,1,10019.2,1825.5,1319.69,-2.46091,0,0,0.942641,-0.333807,900,100,1), - (49618,12365,1,10019.2,1825.55,1319.68,-0.890118,0,0,-0.430511,0.902585,900,100,1), - (49619,21581,1,10144.7,2352.27,1332.66,1.48353,0,0,0.67559,0.737277,900,100,1), - (49620,12366,1,10019.2,1825.56,1319.68,0.680678,0,0,0.333807,0.942641,900,100,1), - (49621,106318,1,10876.1,2073.31,1328.25,-0.10472,0,0,0.052336,-0.99863,7200,100,1), - (49622,106318,1,10066.1,316.005,1324.56,0.401426,0,0,0.199368,0.979925,7200,100,1), - (49623,106318,1,10663.3,2073.06,1330.61,2.21657,0,0,0.894934,0.446198,7200,100,1), - (49624,106318,1,9695.68,1268.06,1290.39,2.37365,0,0,0.927184,0.374607,7200,100,1), - (49625,106318,1,10548,1966.69,1327.98,-2.54818,0,0,0.956305,-0.292372,7200,100,1), - (49626,106318,1,9188.62,1410.32,1311.97,1.79769,0,0,0.782608,0.622515,7200,100,1), - (49627,106318,1,9755.57,1525.02,1279.5,0.401426,0,0,0.199368,0.979925,7200,100,1), - (49628,106318,1,10087.8,1164.73,1300.36,1.46608,0,0,0.669131,0.743145,7200,100,1), - (49629,1617,1,9730.25,1797.81,1298.15,1.32645,0,0,0.615661,0.788011,300,100,1), - (49630,1617,1,9861.12,373.457,1313.16,0.663225,0,0,0.325568,0.945519,300,100,1), - (49631,1617,1,10910.6,1759.3,1323.85,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (49632,1617,1,10955.1,1880.54,1331.02,2.35619,0,0,0.923879,0.382686,300,100,1), - (49633,1617,1,9851.66,1319.95,1310.04,2.35619,0,0,0.923879,0.382686,300,100,1), - (49634,1617,1,10485.3,1441.48,1329.91,0.837758,0,0,0.406737,0.913545,300,100,1), - (49635,1617,1,10400,1457.49,1330.87,-2.74017,0,0,-0.979925,0.199366,300,100,1), - (49636,1617,1,9161.58,1649.24,1322.22,2.74017,0,0,0.979925,0.199366,300,100,1), - (49637,1617,1,10890.8,1502.11,1289.87,-3.08923,0,0,-0.999657,0.0261783,300,100,1), - (49638,1617,1,9253.42,1450.95,1298.03,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (49639,1617,1,9218.67,963.295,1323.9,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (49640,1617,1,10254.3,1735.68,1320.57,2.26893,0,0,0.906308,0.422617,300,100,1), - (49641,1617,1,10565.6,1949.72,1325.72,1.76278,0,0,0.771624,0.636079,300,100,1), - (49642,1617,1,10102.6,442.633,1325.6,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (49643,1617,1,9310.79,1457.74,1278.42,2.74017,0,0,0.979925,0.199366,300,100,1), - (49644,1617,1,10094.6,312.466,1326.69,-1.98968,0,0,-0.838672,0.544637,300,100,1), - (49645,1617,1,9330.76,625.455,1319.32,-1.13446,0,0,-0.537298,0.843393,300,100,1), - (49646,1617,1,9454.83,526.045,1322.2,0.733038,0,0,0.358368,0.93358,300,100,1), - (49647,1617,1,9700.66,807.928,1293.2,2.47837,0,0,0.945519,0.325567,300,100,1), - (49648,1617,1,9974.96,939.731,1325.99,-3.00197,0,0,-0.997564,0.0697546,300,100,1), - (49649,175359,329,3908.78,-3320.21,120.904,-1.85878,0,0,-0.801254,0.598324,180,100,1), - (49650,1617,1,9789.72,1101.51,1291.65,1.62316,0,0,0.725376,0.688353,300,100,1), - (49651,1618,1,9807.61,400.044,1308.73,-2.47837,0,0,-0.945519,0.325567,300,100,1), - (49652,1618,1,10763.5,1524.35,1307.42,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (49653,1618,1,9784.03,1750.67,1312.51,-0.10472,0,0,-0.0523361,0.99863,300,100,1), - (49654,1618,1,10464.7,1914.97,1320.17,-1.48353,0,0,-0.67559,0.737277,300,100,1), - (49655,1618,1,10860.5,1691.74,1301.1,2.23402,0,0,0.898794,0.438372,300,100,1), - (49656,1618,1,10074.3,478.535,1321.92,-0.366519,0,0,-0.182235,0.983255,300,100,1), - (49657,1618,1,9752.45,571.133,1301.97,1.16937,0,0,0.551937,0.833886,300,100,1), - (49658,1618,1,9858.45,707.571,1307.02,0.349066,0,0,0.173648,0.984808,300,100,1), - (49659,1618,1,10186.7,1720.85,1325.37,-2.32129,0,0,-0.91706,0.398748,300,100,1), - (49660,1618,1,10437.5,1470.95,1321.98,0.191986,0,0,0.0958456,0.995396,300,100,1), - (49661,1618,1,10494.8,1564.35,1302.41,-2.82743,0,0,-0.987688,0.156436,300,100,1), - (49662,1618,1,10027,1698.21,1327.99,0.663225,0,0,0.325568,0.945519,300,100,1), - (49663,1618,1,9401.23,599.221,1320.75,-1.85005,0,0,-0.798636,0.601815,300,100,1), - (49664,1618,1,9629.97,886.949,1267.63,2.19912,0,0,0.891008,0.453988,300,100,1), - (49665,1618,1,9565.17,999.28,1265.68,1.98968,0,0,0.838672,0.544637,300,100,1), - (49666,1618,1,9713.99,1110.66,1278.7,-1.44862,0,0,-0.662619,0.748957,300,100,1), - (49667,1618,1,9952.22,1302.16,1295.14,-2.05949,0,0,-0.857168,0.515037,300,100,1), - (49668,1619,1,9554.36,1212.68,1277.54,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (49669,1619,1,9814.7,1788.99,1320.24,3.01942,0,0,0.998135,0.0610484,300,100,1), - (49670,1619,1,9949.36,1517.52,1319.11,1.51844,0,0,0.688356,0.725373,300,100,1), - (49671,1619,1,10613.4,1781.43,1328.48,-0.296706,0,0,-0.147809,0.989016,300,100,1), - (49672,1619,1,10696.3,1382.2,1332.31,1.98968,0,0,0.838672,0.544637,300,100,1), - (49673,1619,1,10930.9,1772.33,1327.66,-2.25148,0,0,-0.902586,0.430509,300,100,1), - (49674,1619,1,10007.6,1518.39,1299.62,0.663225,0,0,0.325568,0.945519,300,100,1), - (49675,1619,1,10498.1,1537.85,1314.11,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (49676,1619,1,10180.8,1557.96,1330.01,2.42601,0,0,0.936673,0.350206,300,100,1), - (49677,1619,1,9135.17,1864.75,1338.68,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (49678,1620,1,9184.62,1317.09,1317,0.488692,0,0,0.241922,0.970296,300,100,1), - (49679,1620,1,10673.5,1686.33,1291.7,2.53073,0,0,0.953717,0.300705,300,100,1), - (49680,1620,1,9381.88,1286.8,1253.28,-2.40855,0,0,-0.93358,0.35837,300,100,1), - (49682,1620,1,10033.7,369.977,1315.24,-0.977384,0,0,-0.469471,0.882948,300,100,1), - (49683,1620,1,9582.62,886.097,1255.11,-1.78024,0,0,-0.777147,0.629319,300,100,1), - (49684,1620,1,9876.36,1270.87,1294.97,0.802851,0,0,0.390731,0.920505,300,100,1), - (49685,19545,1,9988.92,1958.52,1326.17,3.14159,0,0,1,0,900,100,1), - (49686,19546,1,9988.91,1958.51,1325.56,3.14159,0,0,1,0,900,100,1), - (49687,19549,1,10709.6,762.342,1320.24,3.14159,0,0,1,0,900,100,1), - (49688,19550,1,9859.68,587.283,1299.92,3.14159,0,0,1,0,900,100,1), - (49689,6751,1,9245.65,1644.85,1303.61,1.6057,0,0,0.71934,0.694658,900,100,1), - (49690,19552,1,10675.3,1857.27,1323.36,3.14159,0,0,1,0,900,100,1), - (49691,6752,1,10855.3,2052.4,1327.59,2.60054,0,0,0.96363,0.267238,900,100,1), - (49692,92524,1,10064,2203.44,1353.7,-1.36136,0,0,-0.62932,0.777146,900,100,1), - (49693,92525,1,10082.9,2373.48,1325.63,-2.10312,0,0,0.868199,-0.496217,900,100,1), - (49694,175725,1,10067.4,2352.7,1333.17,2.6529,0,0,0.970296,0.241922,900,100,1), - (49695,142958,1,8727.45,1002.96,23.5019,-0.750491,0,0,-0.366501,0.930418,900,100,1), - (49696,92526,1,10083.5,2372.12,1319.9,-2.40856,0,0,0.933581,-0.358367,900,100,1), - (49697,32879,1,10405.6,715.279,1321.62,3.11541,0,0,0.999914,0.01309,900,100,1), - (49698,92527,1,9868.65,2265.52,1337.69,-3.02815,0,0,0.998392,-0.056693,900,100,1), - (49699,175727,1,10124.6,2419.1,1332.66,1.91986,0,0,0.819152,0.573576,900,100,1), - (49700,32880,1,9755.68,905.113,1295.52,3.14159,0,0,1,0,900,100,1), - (49701,92528,1,9869.1,2266.21,1331.78,2.87107,0,0,0.990866,0.134851,900,100,1), - (49702,92529,1,10115.9,2330.27,1332.65,0.846485,0,0,0.410719,0.911762,900,100,1), - (49703,92530,1,10161.6,2299.91,1332.65,-2.18166,0,0,0.887011,-0.461748,900,100,1), - (49704,175730,1,10210.2,2343.42,1331.25,2.49582,0,0,0.948324,0.317305,900,100,1), - (49705,92531,1,9611.41,2358.19,1330.18,-2.64417,0,0,0.969231,-0.246154,900,100,1), - (49706,175731,1,10055.1,2577.36,1283.82,-1.09956,0,0,0.522499,-0.85264,900,100,1), - (49707,92532,1,9618.83,2344.52,1330.18,-2.64417,0,0,0.969231,-0.246154,900,100,1), - (49708,92533,1,10069.7,2284.09,1339.18,-2.53945,0,0,0.95502,-0.296541,900,100,1), - (49709,92534,1,10069.6,2284.99,1333.32,-2.86234,0,0,0.990268,-0.139173,900,100,1), - (49710,92535,1,10100.2,2296.36,1332.39,-2.81871,0,0,0.986996,-0.160742,900,100,1), - (49711,177272,1,9727.51,962.386,1293.19,-0.148352,0,0,-0.074108,0.99725,900,100,1), - (49712,92536,1,10121.3,2271.02,1331.63,-2.60927,0,0,0.964787,-0.263031,900,100,1), - (49713,92537,1,10136.4,2384.61,1322.11,-2.79253,0,0,0.984808,-0.173648,900,100,1), - (49714,92538,1,10095.9,2409.81,1319.99,-1.31772,0,0,-0.612218,0.790689,900,100,1), - (49715,92539,1,9836.77,2276.82,1331.92,-0.28798,0,0,-0.143493,0.989651,900,100,1), - (49716,92540,1,9836.27,2275.65,1337.8,0.069813,0,0,0.034899,0.999391,900,100,1), - (49717,92541,1,9813.07,2227.17,1338.58,3.00197,0,0,0.997564,0.069756,900,100,1), - (49718,177278,1,10675.4,1857.59,1323.61,2.96706,0,0,0.996195,0.087156,900,100,1), - (49719,177278,1,10709.1,762.556,1320.65,2.92343,0,0,0.994056,0.108867,900,100,1), - (49720,92542,1,9812.34,2226.13,1332.6,2.64418,0,0,0.969231,0.246153,900,100,1), - (49721,177278,1,9859.64,588.463,1300.1,1.22173,0,0,0.573576,0.819152,900,100,1), - (49722,177278,1,9728.97,961.72,1293.25,-0.235619,0,0,-0.117537,0.993068,900,100,1), - (49723,92543,1,9756.98,2263.91,1337.06,2.68781,0,0,0.97437,0.224952,900,100,1), - (49724,92544,1,9773.75,2292.04,1331.17,-0.715585,0,0,-0.350207,0.936672,900,100,1), - (49725,177280,1,9676.54,1409.48,1402.04,-2.21657,0,0,0.894934,-0.446198,900,100,1), - (49726,92545,1,9675.29,2335.09,1331.86,2.05949,0,0,0.857167,0.515038,900,100,1), - (49727,92546,1,9676.28,2335.45,1337.59,2.48709,0,0,0.94693,0.321439,900,100,1), - (49728,92547,1,9703.56,2352.39,1337.63,-0.759219,0,0,-0.370558,0.928809,900,100,1), - (49729,92548,1,9704.57,2352.65,1331.86,-1.18682,0,0,-0.559193,0.829038,900,100,1), - (49730,92549,1,9739.85,2330.08,1332.28,-0.933751,0,0,-0.450098,0.892979,900,100,1), - (49731,92550,1,9700.54,2375.63,1332.55,-1.00356,0,0,-0.480988,0.876727,900,100,1), - (49732,92551,1,9738.89,2329.4,1338.33,2.522,0,0,0.952396,0.304864,900,100,1), - (49733,3719,1,9804.29,966.447,1308.77,-1.65806,0,0,0.737277,-0.67559,7200,100,1), - (49734,3719,1,9757.14,1577.77,1299.06,-0.645772,0,0,0.317305,-0.948324,7200,100,1), - (49735,3719,1,10648.4,2078.58,1332.94,1.20428,0,0,0.566406,0.824126,7200,100,1), - (49736,3719,1,10031.4,287.298,1323.28,2.35619,0,0,0.92388,0.382683,7200,100,1), - (49737,3719,1,10410.2,1624.57,1288.32,2.58309,0,0,0.961262,0.275637,7200,100,1), - (49738,92552,1,9716.33,2278.2,1338.33,-0.593412,0,0,-0.292372,0.956305,900,100,1), - (49739,1673,1,9607.42,1053.84,1269.58,0.837758,0,0,0.406737,0.913545,300,100,1), - (49740,1673,1,9516.17,1272.43,1297.37,2.72271,0,0,0.978148,0.207912,300,100,1), - (49741,1673,1,9551.78,1168.37,1267.01,-1.71042,0,0,0.75471,-0.656059,300,100,1), - (49742,1673,1,9751.86,1151.12,1281.73,-1.76278,0,0,0.771625,-0.636078,300,100,1), - (49743,1673,1,9299.34,1331.47,1286.07,2.61799,0,0,0.965926,0.258819,300,100,1), - (49744,1673,1,9215.11,1379.79,1308.75,-0.122173,0,0,0.061049,-0.998135,300,100,1), - (49745,1673,1,9330.11,641.195,1315.31,-0.453786,0,0,0.224951,-0.97437,300,100,1), - (49746,1673,1,9303.36,763.68,1311.37,0.314159,0,0,0.156434,0.987688,300,100,1), - (49747,1673,1,9490.28,744.065,1256.12,1.37881,0,0,0.636078,0.771625,300,100,1), - (49748,1673,1,9196.3,1237.08,1315.23,-0.698132,0,0,0.34202,-0.939693,300,100,1), - (49749,1673,1,9143.59,1357.98,1323.15,1.90241,0,0,0.814116,0.580703,300,100,1), - (49750,1673,1,9236.33,1168.09,1314.27,2.98451,0,0,0.996917,0.078459,300,100,1), - (49751,1673,1,9868.68,321.109,1321.75,1.50098,0,0,0.681998,0.731354,300,100,1), - (49752,1673,1,9827.02,1256.3,1295.36,-2.94961,0,0,0.995396,-0.095846,300,100,1), - (49753,1673,1,9927.07,808.977,1316.98,-2.40855,0,0,0.93358,-0.358368,300,100,1), - (49754,1673,1,9948.04,820.448,1331.09,1.27409,0,0,0.594823,0.803857,300,100,1), - (49755,1673,1,9952.19,853.894,1320.45,0.506145,0,0,0.25038,0.968148,300,100,1), - (49756,1673,1,9682.39,1866.22,1303.84,-0.855212,0,0,0.414693,-0.909961,300,100,1), - (49757,1673,1,9490.06,1695.61,1290.97,-0.610865,0,0,0.300706,-0.953717,300,100,1), - (49758,1673,1,10017.8,677.298,1323.01,0.366519,0,0,0.182236,0.983255,300,100,1), - (49759,1673,1,10038.3,1515.71,1291.4,-0.925024,0,0,0.446198,-0.894934,300,100,1), - (49760,1673,1,10050.3,1391.07,1277.51,-1.15192,0,0,0.544639,-0.838671,300,100,1), - (49761,1673,1,9719.25,808.454,1295.91,-0.593412,0,0,0.292372,-0.956305,300,100,1), - (49762,1673,1,9752.63,810.283,1299.55,-2.19912,0,0,0.891007,-0.45399,300,100,1), - (49763,1673,1,9867.27,1833.8,1319.41,1.76278,0,0,0.771625,0.636078,300,100,1), - (49764,1673,1,9999.05,1708.6,1326.85,-0.959931,0,0,0.461749,-0.887011,300,100,1), - (49765,1673,1,9928.43,1736.16,1329.72,-3.08923,0,0,0.999657,-0.026177,300,100,1), - (49766,1673,1,9343.47,1481.88,1274.27,1.20428,0,0,0.566406,0.824126,300,100,1), - (49767,1673,1,9251.32,1542.67,1294,1.16937,0,0,0.551937,0.833886,300,100,1), - (49768,1673,1,9809.61,1118.13,1293.34,3.07178,0,0,0.999391,0.034899,300,100,1), - (49769,1673,1,9777.62,1165.99,1281.52,2.54818,0,0,0.956305,0.292372,300,100,1), - (49770,1673,1,9857.67,1170.56,1300.11,2.58309,0,0,0.961262,0.275637,300,100,1), - (49771,1673,1,9243.97,830.677,1322.9,-2.60054,0,0,0.96363,-0.267238,300,100,1), - (49772,1673,1,9395.15,1055.1,1277.15,0.785398,0,0,0.382683,0.92388,300,100,1), - (49773,1673,1,9110.05,1701.4,1323.66,-2.93215,0,0,0.994522,-0.104529,300,100,1), - (49774,1673,1,9123.82,1499.62,1326.69,2.09439,0,0,0.866025,0.5,300,100,1), - (49775,1673,1,9157.02,1388.75,1321.45,1.16937,0,0,0.551937,0.833886,300,100,1), - (49776,1673,1,9895.17,1242.28,1295.99,1.02974,0,0,0.492424,0.870356,300,100,1), - (49777,1673,1,9622.09,1252.71,1280.29,1.39626,0,0,0.642788,0.766044,300,100,1), - (49778,1673,1,9610.38,943.221,1272.63,0.820305,0,0,0.398749,0.91706,300,100,1), - (49779,1673,1,9615.02,1065.71,1270.84,0.715585,0,0,0.350207,0.936672,300,100,1), - (49780,1673,1,9534.79,1081.55,1259.31,2.49582,0,0,0.948324,0.317305,300,100,1), - (49781,1673,1,10014.3,417.653,1312.95,2.40855,0,0,0.93358,0.358368,300,100,1), - (49782,1673,1,9802.26,299.249,1324.21,-1.81514,0,0,0.788011,-0.615661,300,100,1), - (49783,1673,1,10106.9,516.284,1327.84,-2.44346,0,0,0.939693,-0.34202,300,100,1), - (49784,1673,1,9438.43,1056.79,1252.81,-0.087267,0,0,0.04362,-0.999048,300,100,1), - (49785,1673,1,9730.35,1050.91,1293.92,1.55334,0,0,0.700909,0.71325,300,100,1), - (49786,1673,1,9695.74,441.34,1319.54,0.872665,0,0,0.422618,0.906308,300,100,1), - (49787,1673,1,9661.66,658.764,1303.08,1.5708,0,0,0.707107,0.707107,300,100,1), - (49788,1673,1,9623.77,501.426,1320.41,-2.35619,0,0,0.92388,-0.382683,300,100,1), - (49789,1673,1,9717.73,577.355,1307.13,-3.08923,0,0,0.999657,-0.026177,300,100,1), - (49790,1673,1,9664.87,917.284,1281.08,0.314159,0,0,0.156434,0.987688,300,100,1), - (49791,1673,1,9703.6,901.658,1294.15,-1.29154,0,0,0.601815,-0.798635,300,100,1), - (49792,1673,1,9675.48,887.542,1279.44,1.91986,0,0,0.819152,0.573576,300,100,1), - (49793,1673,1,9898.82,1258.07,1296.24,-3.10669,0,0,0.999848,-0.017452,300,100,1), - (49794,1673,1,9854.3,1305.71,1304.42,-0.488692,0,0,0.241922,-0.970296,300,100,1), - (49795,1673,1,9562.97,1318.82,1305.68,-3.08923,0,0,0.999657,-0.026177,300,100,1), - (49796,1673,1,9685.58,1245.19,1282.72,1.48353,0,0,0.67559,0.737277,300,100,1), - (49797,1673,1,9638.69,1184.3,1269.1,4.71239,0,0,0.707107,-0.707107,300,100,1), - (49798,1673,1,9717.98,749.542,1293.46,0.349066,0,0,0.173648,0.984808,300,100,1), - (49799,1673,1,9749.63,408.525,1307.15,-1.71042,0,0,0.75471,-0.656059,300,100,1), - (49800,1673,1,9726.4,472.332,1308.86,1.69297,0,0,0.748956,0.66262,300,100,1), - (49801,175759,1,9697.43,2235.08,1331.86,-0.680679,0,0,0.333807,-0.942641,900,100,1), - (49802,175760,1,10120.3,2418.66,1322.84,-1.23918,0,0,0.580703,-0.814116,900,100,1), - (49803,1685,1,9916.11,2308.03,1330.79,-0.296706,0,0,0.147809,-0.989016,900,100,1), - (49805,19877,1,9650.52,2279.11,1346.62,0.314159,0,0,0.156434,0.987688,300,100,1), - (49806,146096,1,9663.7,2300.64,1340.52,-0.925026,0,0,-0.446198,0.894934,900,100,1), - (49807,2739,1,9753.64,1589.44,1300.41,-2.54818,0,0,0.956305,-0.292372,10,100,1), - (49808,2740,1,9882,1490.07,1278.75,-0.628319,0,0,0.309017,-0.951056,10,100,1), - (49809,2741,1,9712.18,1538.49,1255.21,2.05949,0,0,0.857167,0.515038,10,100,1), - (49810,2742,1,9772.44,1553.88,1300.45,-0.383972,0,0,0.190809,-0.981627,10,100,1), - (49811,176573,1,9624.99,2522.05,1331.64,-2.23402,0,0,0.898794,-0.438371,900,100,1), - (49812,1986,1,9705.91,1268.05,1290.85,3.14159,0,0,1,0,900,100,1), - (49813,1987,1,10056.5,323.421,1324.87,-3.14159,-0.00872,-0.039258,0.999191,-0.000343,900,100,1), - (49814,1988,1,10021.8,285.987,1323.02,3.14159,0,0,1,0,900,100,1), - (49815,1989,1,9668.28,460.541,1309.52,3.14159,0,0,1,0,900,100,1), - (49816,1990,1,9632.87,471.409,1312.78,3.14159,0.017451,0.013088,0.999762,-0.000228,900,100,1), - (49817,1991,1,9554.57,1882.64,1314.31,1.46608,0.033072,-0.01718,0.669005,0.742323,900,100,1), - (49818,148423,1,10132.9,2235.49,1339.2,-2.53073,0,0,0.953717,-0.300705,900,100,1), - (49819,1992,1,9370.49,1712.86,1308.86,3.14159,0.004363,-0.004363,0.999981,0.000019,900,100,1), - (49820,1993,1,9151.33,1838.82,1327.63,3.14159,-0.043599,0.030509,0.998582,0.001332,900,100,1), - (49823,1994,1,9110.55,1845.11,1327.5,1.89368,0,0,0.811574,0.58425,900,100,1), - (49824,1995,1,9122.58,1776.2,1321.5,-2.28638,0.055565,-0.027363,0.908994,-0.412182,900,100,1), - (49825,1996,1,9113.14,1676.04,1324.53,3.14159,0.030536,-0.013083,0.999448,0.0004,900,100,1), - (49826,1997,1,9566.44,1299.1,1300.54,3.14159,0,0,1,0,900,100,1), - (49827,1998,1,9198.2,1415.26,1311.22,3.14159,0.030538,0.004361,0.999524,-0.000133,900,100,1), - (49828,126158,1,9806.74,351.422,1308.46,0.453785,0,0,0.224951,0.97437,10,100,1), - (49829,1999,1,9190.04,1372.69,1315.07,3.11541,0,0,0.999914,0.01309,900,100,1), - (49830,2000,1,9268.6,940.655,1311.9,1.66679,0.00646,-0.005867,0.74019,0.672341,900,100,1), - (49831,95449,1,9715.39,2277.49,1332.28,2.23402,0,0,0.898794,0.438371,900,100,1), - (49832,188123,1,10122.1,2227.4,1328.19,-2.49582,0,0,0.948324,-0.317305,900,100,1), - (49833,7923,1,9502.27,720.536,1255.44,-0.497418,0,0,-0.246153,0.969231,900,100,1), - (49834,20989,1,10498.3,1054.03,1325.47,3.14159,0,0,1,0,900,100,1), - (49835,20990,1,10335.3,1034.1,1339.32,3.14159,0,0,1,0,900,100,1), - (49836,20991,1,10269.9,966.038,1340.88,3.14159,0,0,1,0,900,100,1), - (49837,152576,1,-4446.4,2055.31,46.2764,0.401426,0,0,0.199368,0.979925,900,100,1), - (49838,180480,1,-3866.36,1624.06,138.192,-2.64837,-0.056086,-0.021764,0.967881,-0.244105,900,100,1), - (49839,2061,1,-4142.64,812.203,146.142,-2.71399,0,0,0.977231,-0.212178,180,100,1), - (49840,152577,1,-4446.41,2055.24,46.2863,1.97222,0,0,0.833886,0.551937,900,100,1), - (49841,152578,1,-4446.41,2055.24,45.6197,1.97222,0,0,0.833886,0.551937,900,100,1), - (49842,152579,1,-4446.38,2055.25,44.954,1.97222,0,0,0.833886,0.551937,900,100,1), - (49843,152580,1,-4445.28,2058.18,44.9976,-0.767946,0.468413,0.332221,-0.472813,0.668331,900,100,1), - (49844,40197,1,-4836.04,180.972,55.5739,1.77151,0,0,0.774393,0.632705,900,100,1), - (49845,152581,1,-2481.32,2319.05,117.022,3.14159,0,0,1,0,900,100,1), - (49846,152582,1,-2481.34,2319.08,117.023,-1.44862,0,0,-0.66262,0.748956,900,100,1), - (49847,152584,1,-4394.5,193.806,27.9585,-1.78024,0,0,-0.777146,0.62932,900,100,1), - (49848,152585,1,-4394.48,193.833,27.1208,-1.74533,0,0,-0.766044,0.642788,900,100,1), - (49849,142090,1,-3543.8,2307.86,62.277,3.13286,0.021921,0.026075,0.999412,0.00379,900,100,1), - (49850,152586,1,-4394.51,193.683,26.249,-1.7366,0,0,-0.763232,0.646124,900,100,1), - (49851,142091,1,-3391.35,2497.48,23.3832,-2.24275,0,0,0.900698,-0.434445,900,100,1), - (49852,152587,1,-4394.08,191.27,27.9996,1.91114,0,0,0.816642,0.577145,900,100,1), - (49853,2061,1,-4439.73,3319.41,13.1726,2.80125,0,0,0.985556,0.16935,900,100,1), - (49854,2061,1,-4063.53,424.813,50.6957,2.79253,-0.017691,0.025266,0.984256,0.174034,900,100,1), - (49855,2061,1,-4977.81,66.849,106.867,3.14159,0,0,1,0,900,100,1), - (49856,2061,1,-5499.22,1197.74,18.9661,1.94604,0.004911,0.007213,0.826558,0.562784,900,100,1), - (49857,2061,1,-4874.44,148.861,61.4865,-3.09796,-0.022187,0.016968,0.99938,-0.021426,900,100,1), - (49858,2061,1,-4874.95,98.5079,87.4718,1.07338,0,0,0.511293,0.859406,900,100,1), - (49859,2061,1,-4414.03,1476.58,126.01,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (49860,2061,1,-4980.2,191.3,55.1962,3.14159,0,0,1,0,900,100,1), - (49861,2061,1,-4836.04,180.972,55.5739,1.77151,0,0,0.774393,0.632705,900,100,1), - (49862,141069,1,-4598.45,114.346,82.0674,3.14159,0,0,1,0,900,100,1), - (49863,2061,1,-4598.45,114.346,82.0674,3.14159,0,0,1,0,900,100,1), - (49864,2061,1,-4879.21,468.939,19.3326,3.09796,0.012704,-0.017732,0.999519,0.022038,900,100,1), - (49865,2061,1,-4835.98,540.722,20.3061,-0.157079,0,0,-0.078459,0.996917,900,100,1), - (49866,2061,1,-4727,586.583,35.7375,2.59181,0,0,0.962455,0.271441,900,100,1), - (49867,2061,1,-4907.84,272.276,41.2485,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (49868,2061,1,-4999.7,71.4162,103.527,1.79769,-0.022651,0.062539,0.779642,0.622683,900,100,1), - (49869,2061,1,-4950.27,642.321,42.6647,-2.09439,0,0,-0.866025,0.5,900,100,1), - (49870,2061,1,-3741.4,207.09,121.754,3.09796,-0.035358,-0.021035,0.998932,0.021035,900,100,1), - (49871,2061,1,-3993.01,-179.923,139.415,3.11541,0,0,0.999914,0.01309,900,100,1), - (49872,2061,1,-4599.16,1377.63,107.16,0.750493,0,0,0.366502,0.930417,900,100,1), - (49873,2061,1,-4802.78,914.161,133.971,-0.279254,-0.01114,0.014783,-0.13898,0.990122,900,100,1), - (49874,2061,1,-3661.65,260.977,143.121,3.11541,0.021926,0.008438,0.999641,0.012896,900,100,1), - (49875,2061,1,-4756.43,853.677,142.911,1.85878,0,0,0.801254,0.598325,900,100,1), - (49876,2061,1,-4759.15,824.99,140.433,2.01586,0,0,0.845728,0.533615,900,100,1), - (49877,2061,1,-4882.82,673.609,42.2994,2.04203,0,0,0.85264,0.522499,900,100,1), - (49878,2061,1,-4185.25,387.248,61.0981,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (49879,2061,1,-4803.74,878.264,142.795,-1.30027,0,0,-0.605294,0.796002,900,100,1), - (49880,2061,1,-4975.32,355.283,23.7766,-3.14159,-0.008716,-0.047976,0.99881,-0.000419,900,100,1), - (49881,2061,1,-3131.03,2255.4,39.7844,-2.75762,-0.011063,0.011184,0.981528,-0.190673,900,100,1), - (49882,2061,1,-5504.06,1197.65,18.81,1.35263,-0.013611,-0.010924,0.625828,0.779766,900,100,1), - (49883,2061,1,-4772.83,905.031,142.843,2.06821,0,0,0.859406,0.511294,900,100,1), - (49884,2061,1,-4379.13,2323.67,1.40767,3.14159,0,0,1,0,900,100,1), - (49885,2061,1,-4995.5,363.451,23.8795,0.357793,0.013657,-0.001964,0.177983,0.983937,900,100,1), - (49886,2061,1,-4879.77,187.634,59.9742,3.14159,0,0.008727,0.999962,0,900,100,1), - (49887,2061,1,-4993.05,415.058,16.9711,0.375246,0,0,0.186524,0.98245,900,100,1), - (49888,2061,1,-4916.3,197.121,52.2984,-2.74889,0,0,0.980785,-0.19509,900,100,1), - (49889,179469,1,-3761.38,1133.88,131.005,1.56207,0,0,0.704015,0.710185,900,100,0), - (49890,2061,1,-4169.95,604.078,70.9372,-2.67035,0,0,0.97237,-0.233446,900,100,1), - (49891,2061,1,-4165.15,599.144,70.9372,-2.80125,0,0,0.985556,-0.169349,900,100,1), - (49892,2061,1,-4153.38,614.367,70.9372,-2.74017,0,0,0.979925,-0.199368,900,100,1), - (49893,2061,1,-4349.86,260.709,26.3679,-2.31256,0,0,0.915311,-0.402747,900,100,1), - (49894,2061,1,-4334.93,158.692,34.2357,-2.85361,0,0,0.989651,-0.143493,900,100,1), - (49895,2061,1,-4331.1,152.966,34.2357,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (49896,2061,1,-4316.76,165.79,34.2357,-2.92343,0,0,0.994056,-0.108867,900,100,1), - (49897,2061,1,-4448.88,248.14,47.4217,1.0472,0,0,0.5,0.866025,900,100,1), - (49898,2061,1,-4463.85,237.63,39.2119,1.9984,0,0,0.841039,0.540975,900,100,1), - (49899,2061,1,-4454.72,248.83,39.1981,-0.340339,0,0,-0.169349,0.985556,900,100,1), - (49900,180750,1,-4230.19,2460.48,0,-0.314159,0,0,-0.156434,0.987688,900,100,1), - (49901,180750,1,-3868.3,3103.87,0,-1.23918,0,0,-0.580701,0.814117,900,100,1), - (49902,180750,1,-4722.65,2106.9,0,-0.05236,0,0,-0.026177,0.999657,900,100,1), - (49903,180750,1,-4236.73,2361.38,0,2.67035,0,0,0.972369,0.233447,900,100,1), - (49904,180750,1,-4798.63,2316.71,0,0.034907,0,0,0.0174526,0.999848,900,100,1), - (49905,180750,1,-4456.79,2379.52,0,2.82743,0,0,0.987688,0.156436,900,100,1), - (49906,180751,1,-4210.63,2542.91,0,-1.55334,0,0,-0.700908,0.713252,900,100,1), - (49907,180751,1,-4001.04,3001.31,0,-0.767945,0,0,-0.374607,0.927184,900,100,1), - (49908,180751,1,-4825.53,2112.97,0,-0.349066,0,0,-0.173648,0.984808,900,100,1), - (49909,180752,1,-4379.91,2368.7,0,-2.68781,0,0,-0.97437,0.22495,900,100,1), - (49910,180752,1,-4582.54,2354.77,0,0.750492,0,0,0.366501,0.930417,900,100,1), - (49911,180752,1,-4153.15,2618.2,0,2.74017,0,0,0.979925,0.199366,900,100,1), - (49912,180752,1,-4859.53,2239.23,0,0.05236,0,0,0.026177,0.999657,900,100,1), - (49913,180752,1,-4223.67,2385.48,0,-2.30383,0,0,-0.913544,0.406739,900,100,1), - (49914,180752,1,-4295.15,2371.78,0,-2.53073,0,0,-0.953717,0.300705,900,100,1), - (49915,180752,1,-4520.65,2367.78,0,-1.37881,0,0,-0.636078,0.771625,900,100,1), - (49916,180752,1,-4844.58,2018.63,0,-0.401426,0,0,-0.199368,0.979925,900,100,1), - (49917,2066,1,-3391.35,2497.48,23.3832,-2.24275,0,0,0.900698,-0.434445,900,100,1), - (49918,2066,1,-4184.9,607.572,70.6163,2.88852,0,0,0.992005,0.126199,900,100,1), - (49920,2066,1,-4097.92,438.365,51.0712,0.689406,0,0,0.337917,0.941176,900,100,1), - (49921,2066,1,-4963.98,472.598,17.188,-2.74889,0,0,0.980785,-0.19509,900,100,1), - (49922,2066,1,-3543.8,2307.86,62.277,3.13286,0.021921,0.026075,0.999412,0.00379,900,100,1), - (49923,2066,1,-4672.23,1283.07,96.1783,3.02815,0,0,0.998392,0.056693,900,100,1), - (49924,2066,1,-4971.36,1210.37,55.4107,3.14159,0,0,1,0,900,100,1), - (49925,2066,1,-5763,1131.59,68.4335,-0.80285,0.007426,0.006328,-0.390747,0.920446,900,100,1), - (49926,2066,1,-4420.84,1369.71,123.983,0.890118,0,0,0.430511,0.902585,900,100,1), - (49927,2066,1,-4517.77,1277.2,126.401,1.37881,0,0,0.636078,0.771625,900,100,1), - (49928,2066,1,-4493.77,1385.77,127.292,1.76278,0,0,0.771625,0.636078,900,100,1), - (49929,2066,1,-5505.21,1384.23,20.297,1.51844,0,0,0.688355,0.725374,900,100,1), - (49930,2066,1,-5289.89,1279.83,50.7445,1.93731,0,0,0.824126,0.566406,900,100,1), - (49931,2066,1,-4486.48,1251.33,128.58,1.85878,0,0,0.801254,0.598325,900,100,1), - (49932,2066,1,-4418.94,1207.29,126.659,1.71042,0.036917,0.002581,0.754642,0.655092,900,100,1), - (49933,2066,1,-3988.24,-134.604,139.801,3.14159,0,0,1,0,900,100,1), - (49934,2066,1,-3982.51,-96.9983,150.265,-2.83616,0,0,0.988361,-0.152123,900,100,1), - (49935,2066,1,-5540.36,1298.21,20.6948,-2.59181,0,0,0.962455,-0.271441,900,100,1), - (49936,2066,1,-5459.89,1223.37,32.568,-3.11541,-0.008264,-0.035009,0.999263,-0.013386,900,100,1), - (49937,2066,1,-4475.55,1090.12,126.48,-2.55691,0,0,0.957571,-0.288196,900,100,1), - (49938,2066,1,-4422.2,1175.09,126.592,0.209439,0,0,0.104528,0.994522,900,100,1), - (49939,2066,1,-4462.74,1544.6,126.768,-2.40855,0.002213,0.042896,0.932473,-0.358677,900,100,1), - (49940,2066,1,-4407.4,1374.9,123.983,-1.23918,0,0,-0.580703,0.814116,900,100,1), - (49941,2066,1,-5356.57,1313.4,35.3954,-2.83616,0,0,0.988361,-0.152123,900,100,1), - (49942,153124,1,-5499.22,1197.74,18.9661,1.94604,0.004911,0.007213,0.826558,0.562784,900,100,1), - (49943,177188,1,-3816.05,1250.29,160.278,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (49944,153125,1,-5504.06,1197.65,18.81,1.35263,-0.013611,-0.010924,0.625828,0.779766,900,100,1), - (49945,177189,1,-3763.5,1249.41,160.278,3.13287,0,0,0.99999,0.004363,900,100,1), - (49946,153126,1,-5763,1131.59,68.4335,-0.80285,0.007426,0.006328,-0.390747,0.920446,900,100,1), - (49947,142119,1,-4396.27,3269.05,11.9274,3.14159,0,0,1,0,900,100,1), - (49948,177192,1,-3520.13,1098.07,161.032,1.56207,0,0,0.704015,0.710185,900,100,1), - (49949,50986,1,-5289.89,1279.83,50.7445,1.93731,0,0,0.824126,0.566406,900,100,1), - (49950,141610,1,-3988.24,-134.604,139.801,3.14159,0,0,1,0,900,100,1), - (49951,141611,1,-3982.51,-96.9983,150.265,-2.83616,0,0,0.988361,-0.152123,900,100,1), - (49952,50987,1,-5356.57,1313.4,35.3954,-2.83616,0,0,0.988361,-0.152123,900,100,1), - (49953,50988,1,-5540.36,1298.21,20.6948,-2.59181,0,0,0.962455,-0.271441,900,100,1), - (49954,50989,1,-5505.21,1384.23,20.297,1.51844,0,0,0.688355,0.725374,900,100,1), - (49955,164909,1,-5376.7,2283.4,-2.06862,2.0944,-0.279162,-0.375469,0.779205,0.417051,2,100,1), - (49956,177198,1,-4076.42,85.3757,59.7996,-0.488692,0,0,-0.241922,0.970296,900,100,1), - (49957,178224,1,-4033.24,1345.66,152.989,3.14159,0,0,1,0,900,100,1), - (49958,179507,1,-3821.49,1253.97,162.378,-1.57952,0,0,-0.710186,0.704015,900,100,1), - (49960,179508,1,-3757.92,1252.95,162.378,-1.57952,0,0,-0.710186,0.704015,900,100,1), - (49961,179509,1,-3523.51,1156.89,162.378,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (49962,179510,1,-3523.77,1092.09,162.378,-0.008726,0,0,-0.004363,0.99999,900,100,1), - (49963,2061,1,-4184.85,793.343,144.983,-1.45735,0,0,-0.665882,0.746058,180,100,1), - (49964,2061,1,-4178.55,796.114,144.983,-1.58825,0,0,-0.713251,0.700909,180,100,1), - (49965,2061,1,-4188.69,812.463,144.983,-1.52716,0,0,-0.691513,0.722364,180,100,1), - (49966,2066,1,-4164.71,816.66,145.187,2.94088,0,0,0.994969,0.100188,180,100,1), - (49967,179513,1,-4070.46,84.6031,60.0026,-2.05949,0,0,-0.857167,0.515038,900,100,1), - (49968,2066,1,-4221.11,667.142,70.4964,0.977386,0,0,0.469472,0.882948,180,100,1), - (49969,50803,1,-4184.85,793.343,144.983,-1.45735,0,0,-0.665882,0.746058,180,100,1), - (49970,50804,1,-4178.55,796.114,144.983,-1.58825,0,0,-0.713251,0.700909,180,100,1), - (49971,50805,1,-4188.69,812.463,144.983,-1.52716,0,0,-0.691513,0.722364,180,100,1), - (49972,142140,1,-4431.82,1535.3,127.198,0.174533,0,0,0.0871558,0.996195,300,100,1), - (49973,142140,1,-3853.57,963.272,152.17,-2.51327,0,0,-0.951056,0.309019,300,100,1), - (49974,142140,1,-4774.86,3676.36,10.6375,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (49975,142140,1,-5314.56,3782.17,1.40555,-1.97222,0,0,-0.833885,0.551938,300,100,1), - (49976,142140,1,-4925.71,3668.39,12.1591,0.418879,0,0,0.207912,0.978148,300,100,1), - (49977,142140,1,-5584.1,1242.7,20.2652,2.37365,0,0,0.927184,0.374606,300,100,1), - (49978,142140,1,-3021,2668.67,59.3939,4.71239,0,0,0.707106,-0.707107,300,100,1), - (49979,142140,1,-5477.34,1228.05,33.186,-1.72788,0,0,-0.760407,0.649446,300,100,1), - (49980,142140,1,-5251.24,1266.2,54.2452,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (49981,142140,1,-5560.19,1499.82,20.8032,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (49982,142140,1,-2882.45,2666.05,74.0739,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (49983,142140,1,-3299.99,1907.3,45.5809,-3.03687,0,0,-0.998629,0.0523374,300,100,1), - (49984,142140,1,-3119.89,1727.51,42.6959,0.837758,0,0,0.406737,0.913545,300,100,1), - (49985,142140,1,-3031.39,2788.93,60.9488,-1.90241,0,0,-0.814116,0.580702,300,100,1), - (49986,142142,1,-4142.78,-555.682,-5.34882,1.09956,0,0,0.5225,0.852639,300,100,1), - (49987,142142,1,-4474.64,1229.13,125.889,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (49988,142142,1,-4519.35,1743.76,94.4294,-2.96706,0,0,-0.996195,0.0871556,300,100,1), - (49989,142142,1,-4129.28,-33.777,60.904,1.22173,0,0,0.573576,0.819152,300,100,1), - (49990,142142,1,-3447.11,1875.71,48.5747,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (49991,142142,1,-3442.26,2816.72,83.3689,-0.855212,0,0,-0.414694,0.909961,300,100,1), - (49992,142142,1,-4614.11,1285.82,107.237,1.36136,0,0,0.629322,0.777145,300,100,1), - (49993,142142,1,-4185.15,514.305,60.8172,-0.907571,0,0,-0.438371,0.898794,300,100,1), - (49994,142142,1,-5007.88,674.656,44.6766,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (49995,142142,1,-5160.91,437.238,27.8971,0.05236,0,0,0.026177,0.999657,300,100,1), - (49996,142142,1,-4139.59,549.51,71.6332,1.65806,0,0,0.737276,0.675591,300,100,1), - (49997,142142,1,-4951.59,419.223,10.7939,2.6529,0,0,0.970296,0.241922,300,100,1), - (49998,142142,1,-5769.63,1275.29,59.1949,2.05949,0,0,0.857168,0.515037,300,100,1), - (49999,142142,1,-5681.78,1666.42,89.5492,2.19912,0,0,0.891008,0.453988,300,100,1), - (50000,142142,1,-5270.87,1553.05,54.3162,0.733038,0,0,0.358368,0.93358,300,100,1), - (50001,142142,1,-4563.7,1494.91,99.6016,1.18682,0,0,0.559191,0.829039,300,100,1), - (50002,142142,1,-5795.07,1569.15,74.455,0.610865,0,0,0.300706,0.953717,300,100,1), - (50003,142142,1,-2942.71,2481.39,33.4109,0,0,0,0,1,300,100,1), - (50004,142142,1,-3383.44,2411.08,34.5997,2.98451,0,0,0.996917,0.0784606,300,100,1), - (50008,181825,1,-4514.99,-848.971,-41.7934,-1.72788,0,0,0.760406,-0.649448,900,100,1), - (50009,324,1,-5582.61,2287.96,9.67933,0.226893,0,0,0.113203,0.993572,300,100,1), - (50010,324,1,-5575.68,1104.02,17.9483,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (50011,49485,1,-4448.88,248.14,47.4217,1.0472,0,0,0.5,0.866025,900,100,1), - (50012,49486,1,-4463.85,237.63,39.2119,1.9984,0,0,0.841039,0.540975,900,100,1), - (50013,49487,1,-4454.72,248.83,39.1981,-0.340339,0,0,-0.169349,0.985556,900,100,1), - (50014,164953,1,-4975.6,346.066,23.0333,1.42244,0.023919,-0.094328,0.646777,0.756446,2,100,1), - (50015,164954,1,-5318.97,433.019,13.0373,-0.802851,0,0,0.390731,-0.920505,2,100,1), - (50016,142179,1,-4791.75,3613.3,12.5194,-2.33001,0,0,0.918791,-0.394744,2,100,1), - (50017,110230,1,-4164.71,816.66,145.187,2.94088,0,0,0.994969,0.100188,180,100,1), - (50019,148840,1,-4971.36,1210.37,55.4107,3.14159,0,0,1,0,900,100,1), - (50020,142185,1,-3098.4,2765.83,71.9319,3.06305,0.046004,-0.049767,0.996839,0.04147,2,100,1), - (50021,148841,1,-5459.89,1223.37,32.568,-3.11541,-0.008264,-0.035009,0.999263,-0.013386,900,100,1), - (50022,40298,1,-4063.53,424.813,50.6957,2.79253,-0.017691,0.025266,0.984256,0.174034,900,100,1), - (50023,142186,1,-2930.95,2817.98,71.2819,-1.6057,0.029763,-0.062157,-0.716638,0.694032,2,100,1), - (50024,1735,1,-4172.12,681.267,84.2283,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (50025,3301,1,-4142.64,812.203,146.142,-2.71399,0,0,0.977231,-0.212178,180,100,1), - (50026,181099,1,-4439.73,3319.41,13.1726,2.80125,0,0,0.985556,0.16935,900,100,1), - (50027,40299,1,-4977.81,66.849,106.867,3.14159,0,0,1,0,900,100,1), - (50028,142187,1,-2803.89,2666.9,73.4469,3.14159,0,0,1,0,2,100,1), - (50029,143979,1,-4533.17,808.743,60.2918,-0.890118,0,0,-0.430511,0.902585,900,100,1), - (50030,141931,1,-5866.16,1367.64,109.707,1.23918,0,0,0.580703,0.814116,180,100,1), - (50031,141931,1,-5920.82,1391.58,137.518,0.139626,0,0,0.069756,0.997564,180,100,1), - (50032,141931,1,-5889.6,1556.15,112.748,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (50033,141931,1,-5990.93,1479.18,149.163,1.58825,0,0,0.71325,0.700909,180,100,1), - (50034,141931,1,-5950.36,1458.3,153.293,0.663225,0,0,0.325568,0.945519,180,100,1), - (50035,141931,1,-5893.02,1377.45,122.543,1.8326,0,0,0.793353,0.608761,180,100,1), - (50036,141931,1,-5882.92,1504.3,120.236,3.01942,0,0,0.998135,0.061049,180,100,1), - (50037,141931,1,-5901.82,1412.07,123.821,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (50038,141931,1,-5812.36,1712.59,102.252,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (50039,142188,1,-2953.11,2624.45,69.1637,3.14159,0,0,1,0,2,100,1), - (50040,143980,1,-3744.25,219.985,121.832,2.35619,0,0,0.92388,0.382683,2,100,1), - (50041,143980,1,-3659.17,262.658,143.235,0.05236,0,0,0.026177,0.999657,2,100,1), - (50042,143980,1,-3955.37,-156.741,140.736,0.383972,0,0,0.190809,0.981627,2,100,1), - (50043,40301,1,-4980.2,191.3,55.1962,3.14159,0,0,1,0,900,100,1), - (50044,143986,1,-4405.37,237.677,26.7678,2.28638,0,0,0.909961,0.414693,900,100,1), - (50045,50803,1,-4169.95,604.078,70.9372,-2.67035,0,0,0.97237,-0.233446,900,100,1), - (50046,50803,1,-4334.93,158.692,34.2357,-2.85361,0,0,0.989651,-0.143493,900,100,1), - (50047,142195,1,-4957.59,463.196,18.9743,-0.10472,0,0,0.052336,-0.99863,2,100,1), - (50048,50804,1,-4165.15,599.144,70.9372,-2.80125,0,0,0.985556,-0.169349,900,100,1), - (50049,50804,1,-4331.1,152.966,34.2357,-2.98451,0,0,0.996917,-0.078459,900,100,1), - (50050,175732,1,-4350.65,3294.21,19.5419,-2.32129,0,0,0.91706,-0.398749,900,100,1), - (50051,50805,1,-4153.38,614.367,70.9372,-2.74017,0,0,0.979925,-0.199368,900,100,1), - (50052,50805,1,-4316.76,165.79,34.2357,-2.92343,0,0,0.994056,-0.108867,900,100,1), - (50053,177279,1,-4512.71,-781.802,-42.6385,2.58301,0,0,0.961252,0.275672,900,100,1), - (50054,177281,1,-4509.59,1257.62,126.183,3.01942,0,0,0.998135,0.061049,900,100,1), - (50055,179846,1,-4379.13,2323.67,1.40767,3.14159,0,0,1,0,900,100,1), - (50056,178826,1,-4427.5,1412.92,132.459,-2.60054,0,0,0.96363,-0.267238,900,100,1), - (50057,38028,1,-4874.44,148.861,61.4865,-3.09796,-0.022187,0.016968,0.99938,-0.021426,900,100,1), - (50058,38029,1,-4879.77,187.634,59.9742,3.14159,0,0.008727,0.999962,0,900,100,1), - (50059,38030,1,-4874.95,98.5079,87.4718,1.07338,0,0,0.511293,0.859406,900,100,1), - (50060,176278,1,-4599.16,1377.63,107.16,0.750493,0,0,0.366502,0.930417,900,100,1), - (50061,110231,1,-4184.9,607.572,70.6163,2.88852,0,0,0.992005,0.126199,900,100,1), - (50062,176279,1,-4486.48,1251.33,128.58,1.85878,0,0,0.801254,0.598325,900,100,1), - (50063,110232,1,-4221.11,667.142,70.4964,0.977386,0,0,0.469472,0.882948,900,100,1), - (50064,176280,1,-4418.94,1207.29,126.659,1.71042,0.036917,0.002581,0.754642,0.655092,900,100,1), - (50065,110233,1,-4097.92,438.365,51.0712,0.689406,0,0,0.337917,0.941176,900,100,1), - (50066,176281,1,-4517.77,1277.2,126.401,1.37881,0,0,0.636078,0.771625,900,100,1), - (50067,110234,1,-4963.98,472.598,17.188,-2.74889,0,0,0.980785,-0.19509,900,100,1), - (50068,176282,1,-4493.77,1385.77,127.292,1.76278,0,0,0.771625,0.636078,900,100,1), - (50069,110235,1,-4975.32,355.283,23.7766,-3.14159,-0.008716,-0.047976,0.99881,-0.000419,900,100,1), - (50070,176283,1,-4462.74,1544.6,126.768,-2.40855,0.002213,0.042896,0.932473,-0.358677,900,100,1), - (50071,176284,1,-4414.03,1476.58,126.01,-2.19912,0,0,0.891007,-0.45399,900,100,1), - (50072,110236,1,-4995.5,363.451,23.8795,0.357793,0.013657,-0.001964,0.177983,0.983937,900,100,1), - (50073,176285,1,-4407.4,1374.9,123.983,-1.23918,0,0,-0.580703,0.814116,900,100,1), - (50074,176286,1,-4420.84,1369.71,123.983,0.890118,0,0,0.430511,0.902585,900,100,1), - (50075,176287,1,-4475.55,1090.12,126.48,-2.55691,0,0,0.957571,-0.288196,900,100,1), - (50076,176288,1,-4422.2,1175.09,126.592,0.209439,0,0,0.104528,0.994522,900,100,1), - (50077,123310,1,-5286.74,-14.0225,21.2351,2.40855,0,0,0.93358,0.358368,1800,100,1), - (50078,123310,1,-5275.56,-42.4939,8.31683,-2.53073,0,0,0.953717,-0.300706,1800,100,1), - (50079,123310,1,-5353.75,397.499,17.0132,2.96706,0,0,0.996195,0.087156,1800,100,1), - (50080,144050,1,-3775.3,191.55,122.38,-1.72788,0,0,0.760406,-0.649448,900,100,1), - (50081,144050,1,-3776.47,193.948,122.894,0.977384,0,0,0.469472,0.882948,900,100,1), - (50082,144050,1,-3777.7,192.37,123.696,-1.81514,0,0,0.788011,-0.615661,900,100,1), - (50083,144050,1,-3923.29,208.35,111.72,2.44346,0,0,0.939693,0.34202,900,100,1), - (50084,144050,1,-3927.71,205.875,110.779,2.6529,0,0,0.970296,0.241922,900,100,1), - (50085,144050,1,-3922.3,210.77,113.451,1.22173,0,0,0.573576,0.819152,900,100,1), - (50086,144050,1,-3926.85,213.172,114.243,-1.93731,0,0,0.824126,-0.566406,900,100,1), - (50087,144050,1,-3867.88,224.415,113.012,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (50088,144050,1,-3928.43,211.142,112.776,2.6529,0,0,0.970296,0.241922,900,100,1), - (50089,144050,1,-3864.37,222.277,113.181,0.296706,0,0,0.147809,0.989016,900,100,1), - (50090,144050,1,-3530.31,231.488,149.297,-2.40855,0,0,0.93358,-0.358368,900,100,1), - (50091,144050,1,-3870.2,220.446,112.671,1.8326,0,0,0.793353,0.608761,900,100,1), - (50092,144050,1,-3599.79,245.016,139.398,2.70526,0,0,0.976296,0.21644,900,100,1), - (50093,144050,1,-3534.63,224.825,148.76,-1.32645,0,0,0.615661,-0.788011,900,100,1), - (50094,144050,1,-3525.12,239.128,149.915,-2.87979,0,0,0.991445,-0.130526,900,100,1), - (50095,144050,1,-3526.82,228.549,150.276,-1.55334,0,0,0.700909,-0.71325,900,100,1), - (50096,144050,1,-3872.24,225.123,113.25,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (50097,144050,1,-3586.68,200.259,136.552,-1.78024,0,0,0.777146,-0.62932,900,100,1), - (50098,144050,1,-3867.41,217.295,112.72,-0.296706,0,0,0.147809,-0.989016,900,100,1), - (50099,144050,1,-3588.49,194.535,136.016,0.645772,0,0,0.317305,0.948324,900,100,1), - (50100,144050,1,-3991.3,-229.472,139.023,1.91986,0,0,0.819152,0.573576,900,100,1), - (50101,144050,1,-3983.44,-229.997,139.392,2.86234,0,0,0.990268,0.139173,900,100,1), - (50102,144050,1,-3603.83,244.165,139.593,-1.85005,0,0,0.798635,-0.601815,900,100,1), - (50103,144050,1,-3595.57,241.642,140.272,-1.43117,0,0,0.656059,-0.75471,900,100,1), - (50104,144050,1,-3602.03,242.39,139.721,-3.05433,0,0,0.999048,-0.043619,900,100,1), - (50105,144050,1,-3591.86,207.412,138.169,1.41372,0,0,0.649448,0.760406,900,100,1), - (50106,144050,1,-4001.53,-228.527,142.492,-0.680679,0,0,0.333807,-0.942641,900,100,1), - (50107,144050,1,-3524.03,234.3,150.126,-0.10472,0,0,0.052336,-0.99863,900,100,1), - (50112,144050,1,-3671.05,209.943,130.967,-2.74017,0,0,0.979925,-0.199368,900,100,1), - (50115,144050,1,-3893.23,135.35,127.204,-0.593412,0,0,0.292372,-0.956305,900,100,1), - (50116,144050,1,-3708.03,277.801,138.902,1.29154,0,0,0.601815,0.798636,900,100,1), - (50117,144050,1,-3669.9,202.711,132.068,-2.80998,0,0,0.986286,-0.165048,900,100,1), - (50118,144050,1,-3713.83,158.744,133.512,-1.90241,0,0,0.814116,-0.580703,900,100,1), - (50119,144050,1,-3765.14,260.81,128.749,-1.53589,0,0,0.694658,-0.71934,900,100,1), - (50120,144050,1,-3770.82,253.168,128.045,0.715585,0,0,0.350207,0.936672,900,100,1), - (50121,144050,1,-3681.94,204.402,128.213,1.09956,0,0,0.522499,0.85264,900,100,1), - (50122,144050,1,-3674.72,210.1,129.779,1.71042,0,0,0.75471,0.656059,900,100,1), - (50123,144050,1,-3962.71,136.538,111.783,-1.13446,0,0,0.5373,-0.843391,900,100,1), - (50124,144050,1,-3675.63,202.604,129.869,2.49582,0,0,0.948324,0.317305,900,100,1), - (50125,144050,1,-3941.36,-18.8281,136.989,-0.174533,0,0,0.087156,-0.996195,900,100,1), - (50126,144050,1,-3946.34,-17.075,136.599,1.06465,0,0,0.507538,0.861629,900,100,1), - (50127,144050,1,-3996.53,57.2076,100.528,-2.49582,0,0,0.948324,-0.317305,900,100,1), - (50128,144050,1,-3713.63,162.687,132.473,0.366519,0,0,0.182236,0.983255,900,100,1), - (50129,144050,1,-3909.72,87.1987,123.857,1.23918,0,0,0.580703,0.814116,900,100,1), - (50130,144050,1,-3986.16,-62.1162,156.959,-1.88496,0,0,0.809017,-0.587785,900,100,1), - (50131,144050,1,-3768.53,263.261,130.477,-0.139626,0,0,0.069756,-0.997564,900,100,1), - (50132,144050,1,-3981.56,-64.5532,156.959,0.750492,0,0,0.366501,0.930418,900,100,1), - (50133,144050,1,-3986.52,-69.9946,155.215,2.87979,0,0,0.991445,0.130526,900,100,1), - (50134,144050,1,-3943.52,-13.9025,135.219,-1.20428,0,0,0.566406,-0.824126,900,100,1), - (50135,144050,1,-3944.34,-8.39876,133.755,-0.05236,0,0,0.026177,-0.999657,900,100,1), - (50136,144050,1,-3707.29,157.879,137.243,0.017453,0,0,0.008727,0.999962,900,100,1), - (50137,144050,1,-3996.38,49.6151,100.984,0.610865,0,0,0.300706,0.953717,900,100,1), - (50138,144050,1,-4028.69,-144.986,126.656,-2.21657,0,0,0.894934,-0.446198,900,100,1), - (50139,144050,1,-3912.64,71.2246,122.333,0.593412,0,0,0.292372,0.956305,900,100,1), - (50140,144050,1,-3951.6,-152.97,140.435,0.802851,0,0,0.390731,0.920505,900,100,1), - (50141,144050,1,-3716.92,165.628,129.718,0.994838,0,0,0.477159,0.878817,900,100,1), - (50142,144050,1,-4032.63,-155.961,128.068,0.087266,0,0,0.043619,0.999048,900,100,1), - (50143,144050,1,-4010.89,-183.107,140.335,-1.25664,0,0,0.587785,-0.809017,900,100,1), - (50144,144050,1,-3763.98,253.521,127.472,-1.74533,0,0,0.766044,-0.642788,900,100,1), - (50145,144050,1,-3901.42,129.953,129.173,-0.383972,0,0,0.190809,-0.981627,900,100,1), - (50146,144050,1,-3900.47,133.732,126.762,-2.02458,0,0,0.848048,-0.529919,900,100,1), - (50147,144050,1,-3705.32,281.133,141.242,-0.383972,0,0,0.190809,-0.981627,900,100,1), - (50148,144050,1,-3932.82,109.82,132.351,-1.13446,0,0,0.5373,-0.843391,900,100,1), - (50149,144050,1,-3933.99,116.426,133.891,3.01942,0,0,0.998135,0.061049,900,100,1), - (50150,144050,1,-3937.4,109.411,137.052,-0.593412,0,0,0.292372,-0.956305,900,100,1), - (50151,144050,1,-3896.7,126.88,130.446,-0.2618,0,0,0.130526,-0.991445,900,100,1), - (50152,144050,1,-3958.55,143.808,112.102,2.26893,0,0,0.906308,0.422618,900,100,1), - (50153,144054,1,-2843.53,2783.17,94.3958,2.96706,0,0,0.996195,0.087156,2,100,1), - (50154,176318,1,-4672.23,1283.07,96.1783,3.02815,0,0,0.998392,0.056693,900,100,1), - (50155,164798,1,-2835.85,2345.93,41.8678,-0.296706,0,0,0.147809,-0.989016,2,100,1), - (50156,164798,1,-2840.13,2347.59,41.7155,-1.37881,0,0,0.636078,-0.771625,2,100,1), - (50157,164798,1,-2838.42,2341.7,41.704,-3.00197,0,0,0.997564,-0.069756,2,100,1), - (50158,144063,1,-2976.94,2743.2,53.0054,-2.40855,0,0,0.93358,-0.358368,2,100,1), - (50159,176583,1,-4851.86,95.3166,90.2275,-0.628319,0,0,-0.309017,0.951056,300,100,1), - (50160,176583,1,-4120.27,-422.528,21.5707,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (50161,176583,1,-3475.69,2691.11,84.2298,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (50162,1735,1,-4391.7,726.789,115.6,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (50163,176583,1,-4588.53,1415.42,99.9445,2.21657,0,0,0.894935,0.446197,300,100,1), - (50164,1735,1,-5062.03,1830.19,78.5687,1.62316,0,0,0.725376,0.688353,300,100,1), - (50165,1735,1,-5040.29,1781.08,71.5072,0,0,0,0,1,300,100,1), - (50166,1735,1,-5052.28,1176.74,61.5778,0.366519,0,0,0.182235,0.983255,300,100,1), - (50167,123848,1,-5320.53,451.727,9.51992,-2.33874,0,0,0.920505,-0.390731,2700,100,1), - (50168,41185,1,-4879.21,468.939,19.3326,3.09796,0.012704,-0.017732,0.999519,0.022038,900,100,1), - (50169,41186,1,-4835.98,540.722,20.3061,-0.157079,0,0,-0.078459,0.996917,900,100,1), - (50170,41187,1,-4727,586.583,35.7375,2.59181,0,0,0.962455,0.271441,900,100,1), - (50171,41188,1,-4802.78,914.161,133.971,-0.279254,-0.01114,0.014783,-0.13898,0.990122,900,100,1), - (50172,41189,1,-4772.83,905.031,142.843,2.06821,0,0,0.859406,0.511294,900,100,1), - (50173,3301,1,-4349.86,260.709,26.3679,-2.31256,0,0,0.915311,-0.402747,900,100,1), - (50174,41190,1,-4803.74,878.264,142.795,-1.30027,0,0,-0.605294,0.796002,900,100,1), - (50175,41191,1,-4756.43,853.677,142.911,1.85878,0,0,0.801254,0.598325,900,100,1), - (50176,153576,1,-3741.4,207.09,121.754,3.09796,-0.035358,-0.021035,0.998932,0.021035,900,100,1), - (50177,41192,1,-4759.15,824.99,140.433,2.01586,0,0,0.845728,0.533615,900,100,1), - (50178,180712,1,-3950.56,3053.76,0,-0.680679,0,0,-0.333807,0.942641,900,100,1), - (50179,180712,1,-4046.58,2884.38,0,-1.78024,0,0,-0.777147,0.629319,900,100,1), - (50180,180712,1,-3931.2,2746.97,0,-0.680679,0,0,-0.333807,0.942641,900,100,1), - (50181,180712,1,-4091.41,2695.04,0,2.00713,0,0,0.843392,0.537299,900,100,1), - (50182,180712,1,-4652.45,2377.74,0,3.08923,0,0,0.999657,0.0261783,900,100,1), - (50183,180712,1,-4791.43,1995.79,0,1.15192,0,0,0.54464,0.83867,900,100,1), - (50184,180712,1,-4731.54,2379.84,0,0.15708,0,0,0.0784593,0.996917,900,100,1), - (50185,153577,1,-3993.01,-179.923,139.415,3.11541,0,0,0.999914,0.01309,900,100,1), - (50186,41193,1,-4882.82,673.609,42.2994,2.04203,0,0,0.85264,0.522499,900,100,1), - (50187,41194,1,-4185.25,387.248,61.0981,-2.14675,0,0,0.878817,-0.477159,900,100,1), - (50188,153579,1,-3661.65,260.977,143.121,3.11541,0.021926,0.008438,0.999641,0.012896,900,100,1), - (50189,153580,1,-4993.05,415.058,16.9711,0.375246,0,0,0.186524,0.98245,900,100,1), - (50190,153581,1,-4907.84,272.276,41.2485,-3.12414,0,0,0.999962,-0.008727,900,100,1), - (50191,153582,1,-4916.3,197.121,52.2984,-2.74889,0,0,0.980785,-0.19509,900,100,1), - (50192,153583,1,-4999.7,71.4162,103.527,1.79769,-0.022651,0.062539,0.779642,0.622683,900,100,1), - (50193,153584,1,-4950.27,642.321,42.6647,-2.09439,0,0,-0.866025,0.5,900,100,1), - (50194,2040,1,-3517.99,1857.63,74.4841,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (50195,2040,1,-5752.27,3677.47,-8.37481,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (50196,2040,1,-5512.19,3464.31,-5.26021,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (50197,2040,1,-5534.18,3500.93,11.677,0.122173,0,0,0.0610485,0.998135,300,100,1), - (50198,2040,1,-4542.68,1448.89,109.07,2.23402,0,0,0.898794,0.438372,300,100,1), - (50199,2040,1,-5558.7,3636.47,-14.6601,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (50200,2040,1,-3924.87,1589.83,126.549,2.28638,0,0,0.909961,0.414694,300,100,1), - (50201,2040,1,-5137.66,1802.66,94.1964,1.48353,0,0,0.67559,0.737277,300,100,1), - (50202,2040,1,-5166.29,1864.39,107.349,0.139626,0,0,0.0697563,0.997564,300,100,1), - (50203,2040,1,-3552.21,2369.68,79.8318,2.23402,0,0,0.898794,0.438372,300,100,1), - (50204,2040,1,-4821.13,446.714,5.45126,0.15708,0,0,0.0784593,0.996917,300,100,1), - (50205,2040,1,-3315.73,2819.71,81.5505,0.418879,0,0,0.207912,0.978148,300,100,1), - (50206,142073,1,-3131.03,2255.4,39.7844,-2.75762,-0.011063,0.011184,0.981528,-0.190673,900,100,1), - (50207,180473,1,-3926.74,1662.77,134.17,0.776672,0,0,0.378649,0.92554,900,100,1), - (50208,2041,1,-2801.66,2058.35,28.6504,1.74533,0,0,0.766045,0.642787,300,100,1), - (50209,2041,1,-4455.71,1906.7,109.936,-2.28638,0,0,-0.909961,0.414694,300,100,1), - (50210,2041,1,-2716.47,1695.31,28.991,1.55334,0,0,0.700908,0.713252,300,100,1), - (50211,2041,1,-4614.57,2112.95,1.4487,-0.15708,0,0,-0.0784593,0.996917,300,100,1), - (50212,2041,1,-3439.51,1963.55,37.9141,-2.53073,0,0,-0.953717,0.300705,300,100,1), - (50213,2041,1,-4072.24,324.515,53.2297,1.18682,0,0,0.559191,0.829039,300,100,1), - (50214,180474,1,-3950.86,1657.01,134.65,1.213,0,0,0.569997,0.821647,900,100,1), - (50215,180475,1,-3928.34,1648.12,134.434,1.75514,-0.08855,-0.036679,0.768072,0.63315,900,100,1), - (50216,2043,1,-4396.74,1214.04,128.227,1.16937,0,0,0.551937,0.833886,300,100,1), - (50217,2043,1,-4811.92,929.448,134.787,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (50218,2043,1,-5327.16,152.21,86.8563,1.90241,0,0,0.814116,0.580702,300,100,1), - (50219,2043,1,-4081.59,-473.522,19.9786,-1.67552,0,0,-0.743146,0.669129,300,100,1), - (50220,2043,1,-4128.87,-721.157,-24.4313,-2.21657,0,0,-0.894935,0.446197,300,100,1), - (50221,2043,1,-4580.59,3655.87,11.9447,0.837758,0,0,0.406737,0.913545,300,100,1), - (50222,2043,1,-3840.25,2804.39,13.4874,0.663225,0,0,0.325568,0.945519,300,100,1), - (50223,2043,1,-4440.5,-227.748,52.9039,0.314159,0,0,0.156434,0.987688,300,100,1), - (50225,2043,1,-5764.7,1059.14,89.6179,2.09439,0,0,0.866024,0.500002,300,100,1), - (50226,2043,1,-5755.8,1048.91,89.1057,1.06465,0,0,0.507538,0.861629,300,100,1), - (50227,2043,1,-4748.61,1867.29,23.8998,-0.802851,0,0,-0.390731,0.920505,300,100,1), - (50228,2043,1,-3357.84,2559.06,22.8718,0.610865,0,0,0.300706,0.953717,300,100,1), - (50229,2043,1,-3468.21,2332.09,58.3387,0.698132,0,0,0.34202,0.939693,300,100,1), - (50230,180476,1,-3846.7,1632.75,143.905,-0.523598,0,0,-0.258819,0.965926,900,100,1), - (50231,180477,1,-3862.56,1625.79,139.156,1.57555,0.042958,-0.080792,0.70414,0.704141,900,100,1), - (50232,2045,1,-5036.87,2280.4,-40.0308,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (50233,2045,1,-5056.61,3546.61,-6.59211,0.733038,0,0,0.358368,0.93358,300,100,1), - (50234,2045,1,-3949.81,2752.32,-1.79809,0.226893,0,0,0.113203,0.993572,300,100,1), - (50235,2045,1,-4240.9,2440.17,-6.63346,2.74017,0,0,0.979925,0.199366,300,100,1), - (50236,152574,1,-4446.32,2055.25,46.2946,-1.20428,0,0,-0.566406,0.824126,900,100,1), - (50237,180478,1,-3840.91,1649.01,145.292,-0.061087,0,0,-0.030539,0.999534,900,100,1), - (50238,2046,1,-4977.94,52.2603,114.296,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (50239,2046,1,-4009.18,19.4625,104.317,-2.75762,0,0,-0.981627,0.190809,300,100,1), - (50240,2046,1,-4001.88,1937.13,105.72,-0.610865,0,0,-0.300706,0.953717,300,100,1), - (50241,2046,1,-5442.28,3826.71,11.2156,1.97222,0,0,0.833885,0.551938,300,100,1), - (50242,2046,1,-5369.51,522.507,81.151,1.72788,0,0,0.760407,0.649446,300,100,1), - (50243,2046,1,-5479.85,2243.15,19.809,-2.89725,0,0,-0.992546,0.121868,300,100,1), - (50244,2046,1,-4682.56,2242.6,14.7921,1.53589,0,0,0.694658,0.71934,300,100,1), - (50245,2046,1,-5868.21,1210.25,95.1845,2.46091,0,0,0.942641,0.333809,300,100,1), - (50246,2046,1,-4618.66,1237.83,109.347,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (50247,2046,1,-3520.99,2593.73,84.508,3.00197,0,0,0.997564,0.0697546,300,100,1), - (50248,2046,1,-3575.07,2312.49,73.2116,0.10472,0,0,0.0523361,0.99863,300,100,1), - (50249,2046,1,-3922.86,96.7522,151.26,1.85005,0,0,0.798636,0.601815,300,100,1), - (50250,2046,1,-4496.87,804.762,63.6846,2.89725,0,0,0.992546,0.121868,300,100,1), - (50251,2046,1,-3781.11,1912.8,81.1958,-0.802851,0,0,-0.390731,0.920505,300,100,1), - (50252,2046,1,-5849.93,1498.83,86.9555,1.62316,0,0,0.725376,0.688353,300,100,1), - (50253,2046,1,-3306.32,2641.24,45.5557,-2.58309,0,0,-0.961262,0.275636,300,100,1), - (50254,2046,1,-3393.22,2726.71,79.0018,-0.471239,0,0,-0.233445,0.97237,300,100,1), - (50255,2046,1,-2764.97,2698.98,79.3317,-0.069813,0,0,-0.0348994,0.999391,300,100,1), - (50256,152575,1,-4446.34,2055.23,45.5724,-1.20428,0,0,-0.566406,0.824126,900,100,1), - (50257,180479,1,-3857.84,1650.63,145.292,0.314158,0,0,0.156434,0.987688,900,100,1), - (50258,2047,1,-3949.93,1661.53,134.607,1.78024,0,0,0.777147,0.629319,300,100,1), - (50259,180750,1,-4210.63,2542.91,0,-1.55334,0,0,-0.700908,0.713252,3600,100,1), - (50260,180750,1,-4001.04,3001.31,0,-0.767945,0,0,-0.374607,0.927184,3600,100,1), - (50261,180750,1,-3950.56,3053.76,0,-0.680679,0,0,-0.333807,0.942641,3600,100,1), - (50262,180750,1,-7020.72,-4871.83,0,4.71239,0,0,0.707106,-0.707107,3600,100,1), - (50263,180751,1,-4223.67,2385.48,0,-2.30383,0,0,-0.913544,0.406739,3600,100,1), - (50264,180751,1,-4236.73,2361.38,0,2.67035,0,0,0.972369,0.233447,3600,100,1), - (50265,180751,1,-4153.15,2618.2,0,2.74017,0,0,0.979925,0.199366,3600,100,1), - (50266,180750,1,-7230.44,-4919.24,0,2.07694,0,0,0.861629,0.507539,3600,100,1), - (50267,180582,1,-1199.29,-3823.79,0,-1.32645,0,0,-0.615661,0.788011,3600,100,1), - (50268,180582,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374606,3600,100,1), - (50269,180582,1,6528.03,813.211,0,1.95477,0,0,0.829038,0.559192,3600,100,1), - (50270,180582,1,6431.71,667.197,0,1.44862,0,0,0.662619,0.748957,3600,100,1), - (50271,180582,1,5721.1,592.505,0,-3.05433,0,0,-0.999048,0.0436174,3600,100,1), - (50272,180582,1,5530.88,568.461,0,1.20428,0,0,0.566407,0.824125,3600,100,1), - (50273,180655,1,5632.19,551.868,0,2.80998,0,0,0.986286,0.165048,3600,100,1), - (50274,180582,1,5391.52,547.168,0,0.20944,0,0,0.104529,0.994522,3600,100,1), - (50275,180582,1,4969.75,598.72,0,0.017453,0,0,0.00872639,0.999962,3600,100,1), - (50276,180682,1,-2179.12,-3912.34,0,2.3911,0,0,0.930417,0.366502,3600,100,1), - (50277,180750,1,-6765.14,-4867.56,0,-2.19912,0,0,-0.891008,0.453988,3600,100,1), - (50278,180582,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.52992,3600,100,1), - (50279,180655,1,-1001.69,-3733.47,0,2.37365,0,0,0.927184,0.374606,3600,100,1), - (50280,180655,1,4723.29,727.582,0,-0.506145,0,0,-0.25038,0.968148,3600,100,1), - (50281,180582,1,4838.6,703.922,0,-1.97222,0,0,-0.833885,0.551938,3600,100,1), - (50282,180663,1,2008.8,-1013.17,89.6561,3.07178,0,0,0.999391,0.034899,3600,100,1), - (50283,180655,1,-1321.56,-4052.38,0,2.02458,0,0,0.848048,0.52992,3600,100,1), - (50284,180582,1,-988.858,-3775.46,0,-1.97222,0,0,-0.833885,0.551938,3600,100,1), - (50285,180663,1,2891.74,-2735.1,210.215,2.3911,0,0,0.930418,0.366501,3600,100,1), - (50286,180582,1,6502.51,881.164,0,-0.034907,0,0,-0.0174526,0.999848,3600,100,1), - (50287,180582,1,6485.99,679.739,0,1.81514,0,0,0.78801,0.615662,3600,100,1), - (50288,180582,1,5837.96,548.35,0,-0.977384,0,0,-0.469471,0.882948,3600,100,1), - (50289,180582,1,5205.42,646.524,0,0.401426,0,0,0.199368,0.979925,3600,100,1), - (50290,180582,1,4737.25,851.432,-0.790674,2.56563,0,0,0.958819,0.284017,3600,100,1), - (50291,180655,1,6485.99,679.739,0,1.81514,0,0,0.78801,0.615662,3600,100,1), - (50292,180582,1,6083.96,587.658,0,0.488692,0,0,0.241922,0.970296,3600,100,1), - (50293,180663,1,2621.8,-391.939,102.761,2.3911,0,0,0.930418,0.366501,3600,100,1), - (50294,180582,1,4754.92,781.582,0,1.88496,0,0,0.809018,0.587783,3600,100,1), - (50295,180582,1,4674.38,843.767,0,-2.09439,0,0,-0.866024,0.500002,3600,100,1), - (50296,180683,1,-270.212,2531.49,0,-3.00197,0,0,-0.997564,0.0697546,3600,100,1), - (50297,180683,1,-232.931,2502.31,0,-0.872665,0,0,-0.422618,0.906308,3600,100,1), - (50298,180712,1,-6710.04,-4814.66,0,-1.09956,0,0,-0.5225,0.852639,3600,100,1), - (50299,180582,1,6845.35,479.494,0,1.71042,0,0,0.754709,0.65606,3600,100,1), - (50300,180663,1,2047.33,-1119.42,89.6561,0.034907,0,0,0.017452,0.999848,3600,100,1), - (50301,180712,1,-4379.91,2368.7,0,-2.68781,0,0,-0.97437,0.22495,3600,100,1), - (50302,180712,1,-4295.15,2371.78,0,-2.53073,0,0,-0.953717,0.300705,3600,100,1), - (50303,180752,1,-6710.04,-4814.66,0,-1.09956,0,0,-0.5225,0.852639,3600,100,1), - (50304,180582,1,6648.43,540.152,0,0.802851,0,0,0.390731,0.920505,3600,100,1), - (50305,180582,1,-1925.76,-3760.7,0,1.11701,0,0,0.529919,0.848048,3600,100,1), - (50306,180655,1,6486.94,822.047,0,0.994838,0,0,0.477159,0.878817,3600,100,1), - (50307,180655,1,-1981.99,-3767.3,0,1.5708,0,0,0.707108,0.707106,3600,100,1), - (50308,180750,1,-4859.53,2239.23,0,0.05236,0,0,0.026177,0.999657,180,100,1), - (50309,180750,1,-4791.43,1995.79,0,1.15192,0,0,0.54464,0.83867,180,100,1), - (50310,180751,1,-4844.58,2018.63,0,-0.401426,0,0,-0.199368,0.979925,180,100,1), - (50311,180751,1,-3950.56,3053.76,0,-0.680679,0,0,-0.333807,0.942641,180,100,1), - (50312,180752,1,-4456.79,2379.52,0,2.82743,0,0,0.987688,0.156436,180,100,1), - (50313,180582,1,-833.911,-3919.65,0,0.994838,0,0,0.477159,0.878817,180,100,1), - (50314,180582,1,-1302.54,-3916.2,0,1.06465,0,0,0.507538,0.861629,180,100,1), - (50315,180900,0,-13779.9,703.536,0,2.40855,0,0,0.93358,0.35837,180,100,1), - (50316,180900,0,-14726,353.928,0,-2.96706,0,0,-0.996195,0.0871556,180,100,1), - (50317,180900,0,-14488.5,67.7705,0,2.70526,0,0,0.976296,0.21644,180,100,1), - (50318,180900,0,-14708.2,262.638,0,-1.13446,0,0,-0.537298,0.843393,180,100,1), - (50319,180901,0,-14347.4,54.1188,0,-0.244346,0,0,-0.121869,0.992546,180,100,1), - (50320,180901,0,-14401.4,438.454,0,-1.29154,0,0,-0.601814,0.798637,180,100,1), - (50321,180902,0,-13853.3,707.847,0,0.436332,0,0,0.216439,0.976296,180,100,1), - (50322,180656,0,-4746.4,-3163.21,297.605,2.86234,0,0,0.990268,0.139173,180,100,1), - (50323,180657,0,-3758.88,-608.091,0,2.56563,0,0,0.958819,0.284017,180,100,1), - (50324,180657,0,-2755.3,-1128.21,0,2.56563,0,0,0.958819,0.284017,180,100,1), - (50325,180657,0,-3070.82,-916.696,0,-0.715585,0,0,-0.350207,0.936672,180,100,1), - (50326,180657,0,-3142.66,-901.367,0,-2.79253,0,0,-0.984808,0.173647,180,100,1), - (50327,180657,0,-948.823,-523.381,0,-1.62316,0,0,-0.725376,0.688353,180,100,1), - (50328,180662,0,-1037.98,-736.12,0,-1.65806,0,0,-0.737276,0.675591,180,100,1), - (50329,180662,0,-1088.09,-773.98,0,2.37365,0,0,0.927184,0.374606,180,100,1), - (50330,180663,1,2566.85,-2856.31,158.68,2.40855,0,0,0.93358,0.358368,180,100,1), - (50331,180663,1,2848.93,-316.313,102.761,1.01229,0,0,0.48481,0.87462,180,100,1), - (50332,180664,0,-2721.1,-1163.18,0,1.97222,0,0,0.833885,0.551938,180,100,1), - (50333,180682,1,-2229.07,-3910.16,0,2.87979,0,0,0.991445,0.130528,180,100,1), - (50334,180682,1,-2533.09,-4059.57,0,-2.49582,0,0,-0.948324,0.317305,180,100,1), - (50335,180683,1,-2295.38,-3893.07,0,-0.994838,0,0,-0.477159,0.878817,180,100,1), - (50336,180683,1,-2526.34,-3965.8,0,-1.13446,0,0,-0.537298,0.843393,180,100,1), - (50337,180683,1,-2359.54,-3854.49,0,-1.29154,0,0,-0.601814,0.798637,180,100,1), - (50339,180683,1,-2994.52,-4235.53,0,-1.51844,0,0,-0.688356,0.725373,180,100,1), - (50340,180683,1,-2871.48,-4241.04,0,0.314159,0,0,0.156434,0.987688,180,100,1), - (50341,180683,1,-3548.39,-4378.76,0,1.65806,0,0,0.737276,0.675591,180,100,1), - (50342,180684,0,1144.03,-244.238,32.9309,-2.93215,0,0,-0.994522,0.10453,180,100,1), - (50343,180684,0,1055.86,-208.246,32.9309,1.85005,0,0,0.798636,0.601815,180,100,1), - (50344,180684,0,-11595.8,-30.9914,10.0699,2.70526,0,0,0.976296,0.21644,180,100,1), - (50345,180685,0,744.693,8.48069,32.934,-0.436333,0,0,-0.21644,0.976296,180,100,1), - (50346,180685,0,-11596.9,-3.87077,10.0699,1.48353,0,0,0.67559,0.737277,180,100,1), - (50348,177388,1,-8303,401.621,-92.1336,-1.8326,0,0,0.793353,-0.608761,2700,100,1), - (50354,174795,1,6410.85,467.36,8.01106,4.41467,0,0,0.804158,-0.594415,25,100,1), - (50355,92388,1,-770.513,-3720.37,42.461,5.82547,0,0,0.226865,-0.973926,25,100,1), - (50358,174796,1,-7218.71,-2912.15,6.44067,3.10899,0,0,0,0,120,100,1), - (50359,19551,1,9554.97,1655.34,1299.41,5.60498,0,0,0.332642,-0.943053,25,100,1), - (50366,178934,1,16227.8,16403.4,-64.3804,3.13604,0,0,0.999996,0.00277872,25,0,1), - (50367,101766,1,16242.1,16304.9,20.899,6.18652,0,0,0.0483126,-0.998832,25,0,1), - (50368,101768,1,16243.4,16302.7,20.899,1.45293,0,0,0.66423,0.747528,25,0,1), - (50369,101773,1,16245.4,16302.4,20.8991,1.45293,0,0,0.66423,0.747528,25,0,1), - (50370,101774,1,16247.4,16304,20.899,2.25718,0,0,0.903809,0.427937,25,0,1), - (50371,101776,1,16245.8,16306.6,20.8999,4.59766,0,0,0.746483,-0.665404,25,0,1), - (50372,101769,1,16231.7,16290.3,31.4273,3.04196,0,0,0.998759,0.0497947,25,0,1), - (50373,101778,1,16231.1,16287.2,31.4292,2.75622,0,0,0.981493,0.191496,25,0,1), - (50374,101767,1,16229.6,16285.7,31.4294,2.24027,0,0,0.900159,0.435562,25,0,1), - (50375,101779,1,16226.9,16285.2,31.4375,1.26938,0,0,0.592929,0.805255,25,0,1), - (50376,101771,1,16224.1,16287.3,31.4301,0.596593,0,0,0.293892,0.955839,25,0,1), - (50377,101772,1,16223.1,16290.8,31.4297,6.25868,0,0,0.0122543,-0.999925,25,0,1), - (50378,101777,1,16236.6,16291.9,22.9307,6.1938,0,0,0.0446771,-0.999002,25,0,1), - (50379,101770,1,16244,16291.3,22.9307,3.02786,0,0,0.998384,0.0568344,25,0,1), - (50380,101775,1,16243.9,16306.8,20.9003,4.59766,0,0,0.746483,-0.665404,25,0,1), - (50381,174793,1,-8071.3,-1268.3,-330.911,0,0,0,0,0,120,100,1), - (50382,164644,1,-428.5,-3452.4,92.3,0,0,0,0,0,90,100,1), - (50383,164651,1,459.8,-3036,91.3,0,0,0,0,0,90,100,1), - (50384,19463,1,6878.81,-655.543,84.4626,3.95544,0,0,0.918342,-0.395787,25,100,1), - (50385,19464,1,336.563,-2281.51,239.371,3.26334,0,0,0.998148,-0.0608354,25,100,1), - (50386,4004,1,-7126.2,-1274.44,-194.05,1.82706,0,0,0.791665,0.610955,120,100,1), - (50453,177224,1,7318.7,-1495.01,156.457,4.05009,0,0,0.898591,-0.438787,25,0,1), - (50454,186451,1,7511.87,-1528.24,156.71,3.73092,0,0,0.956899,-0.29042,25,0,1), - (66316,375,0,2265.59,1354.08,33.3335,4.40528,0,0,0.80694,-0.590634,120,255,1), - (66315,375,0,2276.21,1362.27,33.3335,3.29704,0,0,0.996981,-0.0776452,120,255,1), - (66314,375,0,2300.79,1352.3,33.3334,3.07713,0,0,0.999481,0.0322268,120,255,1), - (66313,375,0,2305.13,1347.16,33.3334,4.94245,0,0,0.621275,-0.783592,120,255,1), - (66305,375,0,2318.93,1398,33.3335,2.74335,0,0,0.980241,0.197809,120,255,1), - (66304,375,0,2329.93,1378.17,33.3335,0.446058,0,0,0.221185,0.975232,120,255,1), - (66292,375,0,2305.16,1357.46,33.3335,4.13272,0,0,0.879701,-0.475526,120,255,1), - (66257,375,0,2341.88,1344.28,33.3341,5.63673,0,0,0.31763,-0.948215,120,255,1), - (66256,375,0,2340.72,1352.37,33.3341,0.344954,0,0,0.171623,0.985163,120,255,1), - (66255,375,0,2360.47,1399.62,33.0846,3.9146,0,0,0.926233,-0.376952,120,255,1), - (66254,375,0,2363.91,1348.38,33.3324,3.84784,0,0,0.938297,-0.345831,120,255,1), - (37887,180437,0,1733.45,494.315,42.1595,1.44606,0,0,0,0,300,100,1), - (37886,180437,0,1734.53,510.872,40.653,4.60175,0,0,0,0,300,100,1), - (37878,180437,0,1743.79,501.708,41.4234,3.42758,0,0,0,0,300,100,1), - (37877,180437,0,1721.62,499.971,41.4038,0.032173,0,0,0,0,300,100,1), - (37876,180437,0,1722.44,508.141,40.4945,5.35507,0,0,0,0,300,100,1), - (37875,180437,0,1739.41,508.949,40.7728,4.31508,0,0,0,0,300,100,1), - (50473,180651,1,-11841.1,-4760.41,6.8,3.34655,0,0,0.994753,-0.102302,300,0,1), - (50474,180651,1,-11842.3,-4760.39,6.1,1.57,0,0,0.737767,0.675056,300,0,1), - (50475,180652,1,-11841,-4760.32,6.20347,3.76831,0,0,0.951303,-0.308257,300,0,1), - (50480,187653,1,-6141.71,-1125,-211.053,0.191986,0,0,0.095846,0.995396,180,100,1), - (50481,187653,1,-6218.41,-1121.9,-224.407,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (50482,187653,1,-6142.6,-1109.23,-208.511,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (50483,187653,1,-6218.41,-1121.9,-224.407,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (50484,187653,1,-6297.5,-1159.24,-259.616,0.872665,0,0,0.422618,0.906308,180,100,1), - (50485,187653,1,-2342.56,-1953.9,95.7976,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (50486,187653,1,-5414.06,-2451.41,88.7399,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (50487,187653,0,2251.88,-5356.36,86.8467,0.488692,0,0,0.241922,0.970296,180,100,1), - (50488,187653,0,2312.06,-5308.85,81.9963,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (50489,187653,0,-7495.18,-2186.27,167.18,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (50490,187653,1,-959.702,-3739.06,5.66216,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (50491,187653,1,-955.36,-3602.35,22.2714,2.56563,0,0,0.95882,0.284015,180,100,1), - (50492,187653,0,-5441.49,-464.608,397.611,1.53589,0,0,0.694658,0.71934,180,100,1), - (50493,187653,0,-9547.07,-1245.07,44.2274,1.32645,0,0,0.615662,0.788011,180,100,1), - (50494,187653,0,-6541.2,-1109.72,309.807,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (50495,187653,0,-6509.77,-1147,307.977,1.25664,0,0,0.587785,0.809017,180,100,1), - (50496,187653,0,-6486.31,-1132.05,307.117,0.663225,0,0,0.325568,0.945519,180,100,1), - (50497,187653,1,-6179.71,-1108.33,-214.898,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (50498,187653,0,-11308.9,-197.343,75.46,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (50499,187653,1,-6253.03,-1134.19,-238.027,1.06465,0,0,0.507538,0.861629,180,100,1), - (50500,187653,1,-6275.61,-1149.73,-249.292,0.017453,0,0,0.008727,0.999962,180,100,1), - (50501,187653,1,-6121.04,-1160.71,-187.93,3.10669,0,0,0.999848,0.017452,180,100,1), - (50502,187653,1,-6275.61,-1149.73,-249.292,0.017453,0,0,0.008727,0.999962,180,100,1), - (50503,187653,1,-6179.71,-1108.33,-214.898,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (50504,187653,1,-6126.01,-1152.72,-190.438,1.37881,0,0,0.636078,0.771625,180,100,1), - (50505,187653,0,-15.3969,-947.075,56.3747,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (50506,187653,0,-44.5442,-864.402,56.1783,1.76278,0,0,0.771625,0.636078,180,100,1), - (50507,187653,0,6.72971,-848.099,59.3085,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (50508,187653,1,-2335.37,-1943.83,95.8014,0.436332,0,0,0.21644,0.976296,180,100,1), - (50509,187653,1,-2343.39,-1933.16,95.8396,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (50510,187653,1,-2363.71,-1906.34,95.7825,0.034907,0,0,0.017452,0.999848,180,100,1), - (50511,187653,1,-2370.56,-1953.13,96.0866,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (50512,187653,1,-6141.71,-1125,-211.053,0.191986,0,0,0.095846,0.995396,180,100,1), - (50513,187653,1,-6150.9,-1154.96,-213.762,1.98968,0,0,0.838671,0.544639,180,100,1), - (50514,187653,1,-6163.44,-1092.06,-207.522,2.32129,0,0,0.91706,0.398749,180,100,1), - (50515,187653,1,-6142.6,-1109.23,-208.511,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (50516,187653,1,-6109.21,-1128.95,-186.674,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (50517,187653,1,-6253.03,-1134.19,-238.027,1.06465,0,0,0.507538,0.861629,180,100,1), - (50518,187653,1,-6109.21,-1128.95,-186.674,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (50519,187653,1,-6150.9,-1154.96,-213.762,1.98968,0,0,0.838671,0.544639,180,100,1), - (50520,187653,1,-6163.44,-1092.06,-207.522,2.32129,0,0,0.91706,0.398749,180,100,1), - (50521,187653,1,-6126.01,-1152.72,-190.438,1.37881,0,0,0.636078,0.771625,180,100,1), - (50522,187653,1,-2361.52,-1919.01,95.7842,1.53589,0,0,0.694658,0.71934,180,100,1), - (50523,187653,1,-5400.49,-2421.97,89.276,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (50524,187653,1,-5438.34,-2387.73,87.7841,1.15192,0,0,0.544639,0.838671,180,100,1), - (50525,187653,1,-5424.33,-2388.8,87.9014,1.85005,0,0,0.798636,0.601815,180,100,1), - (50526,187653,0,-5628.19,-494.926,397,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (50527,187653,0,-6562.39,-1171.59,310.028,0.715585,0,0,0.350207,0.936672,180,100,1), - (50528,187653,0,-6495.89,-1168.27,309.227,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (50529,187653,0,-9580.22,-1312.99,47.1187,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (50530,187653,0,-543.734,-4552.04,10.5638,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (50531,187653,0,-565.248,-4576.37,9.69496,2.56563,0,0,0.95882,0.284015,180,100,1), - (50532,187653,0,-551.602,-4544.24,10.2203,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (50533,187653,0,-11310.5,-209.076,75.4009,1.93731,0,0,0.824126,0.566406,180,100,1), - (50534,187653,0,-11319.4,-207.591,75.2662,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (50535,187653,0,-23.6156,-888.441,56.4718,0.610865,0,0,0.300706,0.953717,180,100,1), - (50536,187653,1,-5422.2,-2460.35,88.4918,1.58825,0,0,0.71325,0.700909,180,100,1), - (50537,187653,1,-5431.73,-2467.69,88.6625,2.05949,0,0,0.857167,0.515038,180,100,1), - (50538,187653,1,-940.196,-3596.92,22.4634,0.279253,0,0,0.139173,0.990268,180,100,1), - (50539,187653,1,-949.359,-3738.23,5.85359,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (50540,187653,1,-916.866,-3754.31,10.2625,0.610865,0,0,0.300706,0.953717,180,100,1), - (50541,187653,1,-974.588,-3647.97,17.4956,1.44862,0,0,0.66262,0.748956,180,100,1), - (50542,187653,1,-916.866,-3754.31,10.2625,0.610865,0,0,0.300706,0.953717,180,100,1), - (50543,187653,1,-949.359,-3738.23,5.85359,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (50544,187653,0,2265.62,-5318.97,82.088,2.51327,0,0,0.951057,0.309017,180,100,1), - (50545,187653,1,-955.36,-3602.35,22.2714,2.56563,0,0,0.95882,0.284015,180,100,1), - (50546,187653,1,-940.196,-3596.92,22.4634,0.279253,0,0,0.139173,0.990268,180,100,1), - (50547,187653,0,-33.895,-891.283,56.1147,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (50548,187653,0,-6555.72,-1058.76,273.183,1.309,0,0,0.608761,0.793353,180,100,1), - (50549,187653,0,-6514.09,-1077.97,288.901,1.16937,0,0,0.551937,0.833886,180,100,1), - (50550,187653,0,-6581.28,-1057.07,264.397,2.04204,0,0,0.85264,0.522499,180,100,1), - (50551,187653,0,-5468.98,-462.444,397.643,1.27409,0,0,0.594823,0.803857,180,100,1), - (55242,181302,1,3881.28,-5393.84,142.209,0.294152,0,0,0,0,180,100,1), - (50555,188174,1,8703.02,947.473,13.4533,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (50556,188174,1,-1036.25,297.622,135.536,3.7342,0,0,0.956422,-0.291989,180,100,1), - (50561,187918,1,4196.36,1167.5,6.97441,0.471239,0,0,0.233445,0.97237,180,100,1), - (50562,187918,1,4136.66,1124.69,2.53273,1.48353,0,0,0.67559,0.737277,180,100,1), - (50563,187918,1,4179.25,1111.98,29.7198,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (50564,188174,1,1952.99,-4271.15,30.5822,4.16335,0,0,0.104528,-0.994522,180,100,1), - (50569,187918,1,4161.91,1137.89,7.36171,2.49582,0,0,0.948324,0.317305,180,100,1), - (50570,187918,1,4111.82,1150.44,1.58415,1.8675,0,0,0.803857,0.594823,180,100,1), - (50573,188174,0,-4695.86,-1218.79,501.659,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (50575,187667,0,-9228.71,-2144.67,65.5734,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (50576,187667,1,6681.54,-4656.6,723.674,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (50577,187667,1,-2367.68,-1972.13,99.6616,-2.09439,0,0,0.866025,-0.5,180,100,1), - (50578,187667,1,5103.54,-359.068,360.617,0.087266,0,0,0.043619,0.999048,180,100,1), - (50579,187667,1,5112.39,-350.241,358.789,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (50580,187667,1,-5484.04,-2459.64,93.582,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (50581,187667,1,-5481.5,-2465.37,93.726,0.994838,0,0,0.477159,0.878817,180,100,1), - (55259,181288,1,3879.19,-5377.36,141.002,5.33246,0,0,0,0,180,100,1), - (50583,187667,1,-3149.6,-2921.31,38.209,0.663225,0,0,0.325568,0.945519,180,100,1), - (50584,187667,1,-3093.08,-2850.68,38.2115,2.75762,0,0,0.981627,0.190809,180,100,1), - (50585,187667,1,-3147.39,-2924.04,38.2166,0.733038,0,0,0.358368,0.93358,180,100,1), - (50587,187667,0,-5375.3,-2974.96,326.059,2.02458,0,0,0.848048,0.529919,180,100,1), - (50588,187667,0,-11304.8,-190.674,77.7477,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (50589,187667,0,-11294.6,-206.135,77.4416,2.9147,0,0,0.993572,0.113203,180,100,1), - (50590,187667,0,390.252,-2088.93,132.214,1.64061,0,0,0.731354,0.681998,180,100,1), - (50591,187667,0,407.76,-2127.53,127.744,1.88496,0,0,0.809017,0.587785,180,100,1), - (50592,187667,0,-16.6816,-930.98,58.5816,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (50593,187667,1,6678,-4683.67,723.701,1.5708,0,0,0.707107,0.707107,180,100,1), - (50594,187667,0,-812.733,-553.7,17.3394,1.76278,0,0,0.771625,0.636078,180,100,1), - (50595,187667,1,-3128.59,-2829.04,38.9808,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (50596,187667,1,-3092.74,-2857.66,38.3121,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (50597,187667,1,-3134.31,-2832.46,38.5494,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (50598,187667,1,-3162.55,-2912.96,39.1279,1.01229,0,0,0.48481,0.87462,180,100,1), - (50599,187667,0,-9235.18,-2148.32,66.4477,0.122173,0,0,0.061049,0.998135,180,100,1), - (50600,187667,1,6692.63,-4656.67,723.7,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (50601,187667,0,-11295.3,-209.848,77.5311,2.96706,0,0,0.996195,0.087156,180,100,1), - (50602,187667,0,-11308,-188.821,77.8203,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (50603,187667,0,402.982,-2106.39,122.484,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (50604,187667,0,-10652.3,1161.82,35.6838,0.942478,0,0,0.45399,0.891007,180,100,1), - (50605,187667,0,-10637.5,1193.37,35.6154,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (50607,187667,0,-866.214,-562.596,13.9192,0.017453,0,0,0.008727,0.999962,180,100,1), - (50608,187667,1,6674.45,-4671.08,723.598,0.069813,0,0,0.034899,0.999391,180,100,1), - (50609,187667,1,6701.59,-4667.55,725.386,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (50610,187667,1,-2358.53,-1977.52,99.7565,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (50611,187667,1,-2380.91,-2010.48,99.5593,1.0821,0,0,0.515038,0.857167,180,100,1), - (50612,187667,1,-2385.7,-2007.66,99.3976,1.0472,0,0,0.5,0.866025,180,100,1), - (50613,187667,0,525.999,1655.05,112.624,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (50614,187667,0,-12432.4,207.398,4.62313,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (50615,187667,0,392.941,-2128.48,132.055,0.139626,0,0,0.069756,0.997564,180,100,1), - (50616,187667,0,-10653.5,1155.54,35.0832,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (50617,187667,0,-3806.52,-832.095,12.2902,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (50618,187667,0,-898.413,-549.363,8.17128,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (50619,187667,0,-826.136,-500.472,17.4509,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (50620,187667,0,507.016,1659.29,118.466,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (50621,187667,0,527.996,1625.41,106.359,1.72788,0,0,0.760406,0.649448,180,100,1), - (50622,187667,0,525.999,1657.61,112.585,3.08923,0,0,0.999657,0.026177,180,100,1), - (50623,187667,0,-10657.5,1165.53,35.6267,0.890118,0,0,0.430511,0.902585,180,100,1), - (50624,187667,0,-3828.99,-841.229,11.8213,1.46608,0,0,0.669131,0.743145,180,100,1), - (50625,187667,0,-848.198,-472.568,17.5747,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (50626,187667,0,-852.203,-559.175,13.7715,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (50628,187667,0,394.967,-2072.04,127.904,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (50629,187667,0,-10632.3,1189.66,35.5709,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (50630,187667,0,-19.6624,-936.959,58.5367,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (50631,187667,0,-5386.62,-2948.95,325.376,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (50632,187667,0,395.129,-2087.8,132.361,1.93731,0,0,0.824126,0.566406,180,100,1), - (50633,187667,0,381.217,-2077.7,132.671,0.314159,0,0,0.156434,0.987688,180,100,1), - (50634,187667,0,-10558.9,1218.7,32.8901,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (50635,187667,0,-9235.25,-2152.22,66.452,0.069813,0,0,0.034899,0.999391,180,100,1), - (50636,187667,0,-5377.3,-2975.6,326.167,1.97222,0,0,0.833886,0.551937,180,100,1), - (50637,187667,0,-3806.05,-835.631,11.9619,0,0,0,0,1,180,100,1), - (50638,187667,0,-781.123,-513.005,19.7567,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (50639,187667,0,399.956,-2093.26,122.539,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (50640,187667,0,-3806.58,-836.058,12.2938,3.14159,0,0,1,0,180,100,1), - (50641,187667,0,-9221.87,-2144.79,65.6554,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (55127,181355,0,107.438,-3965.1,138.656,3.19856,0,0,0,0,180,100,1), - (55086,181567,0,-2624.47,-2508.33,82.1387,4.55157,0,0,0.761619,-0.648025,180,100,1), - (50650,181021,1,-1277.65,49.8685,144.238,0.558505,0,0,0.275637,0.961262,180,100,1), - (50651,181021,1,1381.49,-4369.8,52.8347,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (50652,181021,1,1661.55,-4344.48,75.2458,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (50653,181021,1,1687.43,-4340.11,74.9505,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (50654,181021,1,1659.82,-4329.04,75.2346,2.68781,0,0,0.97437,0.224951,180,100,1), - (50655,181021,1,1484.87,-4416.72,53.1904,0.10472,0,0,0.052336,0.99863,180,100,1), - (50656,181021,1,1706.77,-3929.71,71.8858,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (50657,181021,1,9892.4,2238.72,1343.61,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (50658,181021,1,9985.94,1978.34,1352.14,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (50659,181021,1,9986.28,2022.9,1351.84,1.6057,0,0,0.71934,0.694658,180,100,1), - (50660,181021,1,10013.6,2242.08,1343.91,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (50661,181021,1,10014,2226.74,1343.69,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (50662,181021,1,10014.4,2211.14,1343.83,3.10669,0,0,0.999848,0.017452,180,100,1), - (50663,181021,0,-4994.78,-847.123,524.522,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (50664,181021,0,-5003.33,-874.714,524.838,0.680678,0,0,0.333807,0.942641,180,100,1), - (50665,181021,0,-4974.65,-871.542,524.529,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (50666,181021,0,-4984.71,-859.337,524.799,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (50667,181021,0,-4993.28,-886.917,524.6,0.680678,0,0,0.333807,0.942641,180,100,1), - (50668,181021,1,1672.88,-4320.48,74.9852,1.64061,0,0,0.731354,0.681998,180,100,1), - (50669,181021,1,1685.85,-4327.43,74.8583,0.698132,0,0,0.34202,0.939693,180,100,1), - (50670,181021,1,9893.36,2207.54,1343.76,0.034907,0,0,0.017452,0.999848,180,100,1), - (50671,181021,1,9892.59,2223.51,1343.63,0.017453,0,0,0.008727,0.999962,180,100,1), - (50672,181021,0,-4641.6,-1178.9,515.026,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (50673,181021,0,-5013.39,-862.519,524.679,0.698132,0,0,0.34202,0.939693,180,100,1), - (50674,181021,0,-4634.71,-1025.57,514.933,1.8675,0,0,0.803857,0.594823,180,100,1), - (55272,181288,0,-2624.47,-2508.33,82.1387,4.55157,0,0,0,0,180,100,1), - (55048,181355,0,1631.43,233.31,62.5916,0.099779,0,0,0.0498688,0.998756,180,100,1), - (55047,181302,0,1636.16,243.669,63.8347,2.79635,0,0,0,0,180,100,1), - (55170,181376,1,-7838,-2068.18,-271.779,0.446949,0,0,0.221619,0.975133,180,100,1), - (55169,181343,1,-7838,-2068.18,-271.779,0.446949,0,0,0.221619,0.975133,180,100,1), - (55227,181301,1,-1046.84,-3423.83,71.9944,2.6562,0,0,0,0,180,100,1), - (55222,181392,1,551.593,348.586,56.8252,0.856044,0,0,0,0,180,100,1), - (55060,181392,1,4368.57,231.995,56.844,0.781851,0,0,0.381044,0.924557,180,100,1), - (55152,181305,1,6489.51,-2489.87,567.874,2.8715,0,0,0,0,180,100,1), - (55151,181392,1,6483.99,-2490.93,571.377,3.4095,0,0,0.991042,-0.133552,180,100,1), - (55195,181302,0,-8837.14,868.573,98.6494,5.55539,0,0,0,0,180,100,1), - (55111,181306,0,-271.76,1162.96,63.7795,2.20795,0,0,0,0,180,100,1), - (50697,181302,1,8706.96,968.042,12.4523,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (50698,181302,1,-1024.37,301.704,135.746,3.94192,0,0,0.920505,-0.390731,180,100,1), - (55190,181302,1,-6388.38,-177.019,8.26748,3.26593,0,0,0,0,180,100,1), - (55205,181392,0,-11273.9,-3058.44,3.38837,2.42437,0,0,0,0,180,100,1), - (55046,181302,0,1636.13,244.14,62.5916,0.206842,0,0,0.972788,-0.231698,180,100,1), - (55271,181288,0,-325.53,-674.73,54.6548,5.56236,0,0,0,0,180,100,1), - (55045,181302,0,1636.34,242.705,62.5916,0.218625,0,0,0,0,180,100,1), - (55044,181307,0,1638,233.697,63.583,0.39765,0,0,0,0,180,100,1), - (55059,181301,1,4365.77,229.151,53.4413,2.36164,0,0,0.924919,0.380165,180,100,1), - (55168,181605,1,3897.53,-5389.21,139.649,2.65991,0,0,0,0,180,100,1), - (55167,181355,1,3886.89,-5385.53,141.874,1.30118,0,0,0,0,180,100,1), - (55166,181302,1,3884.47,-5389.63,141.459,0.982896,0,0,0.471903,0.88165,180,100,1), - (55165,181302,1,3883.3,-5388.39,141.58,0.51874,0,0,0.256472,0.966552,180,100,1), - (55214,181306,0,-11268.2,-3060.49,-0.152213,0.862024,0,0,0,0,180,100,1), - (55150,181392,1,6491.84,-2488.77,571.342,0.252197,0,0,0,0,180,100,1), - (55149,181301,1,6487.94,-2489.81,567.857,3.40635,0,0,0.991251,-0.131993,180,100,1), - (55213,181605,0,-11280.7,-3047.9,-0.157182,5.94215,0,0,0,0,180,100,1), - (55241,181355,1,3872.62,-5386.81,140.272,0.934256,0,0,0,0,180,100,1), - (55249,181605,1,1942.17,-2044.73,98.3882,2.46747,0,0,0,0,180,100,1), - (55221,181301,1,548.839,345.733,53.2745,3.9505,0,0,0,0,180,100,1), - (55235,181605,1,-1032.65,-3426.6,72.5323,2.87584,0,0,0,0,180,100,1), - (55258,181288,1,6493.44,-2497.71,568.263,3.07177,0,0,0,0,180,100,1), - (55257,181288,1,-6395.72,-176.997,7.62333,6.27133,0,0,0,0,180,100,1), - (55085,181306,0,-11285,1811.69,40.026,3.58924,0,0,0,0,180,100,1), - (55110,181302,0,-270.788,1169,63.7176,3.5824,0,0,0,0,180,100,1), - (55098,181302,0,-316.533,-683.005,54.9045,0.810702,0,0,0,0,180,100,1), - (55179,181355,1,-7830.57,-2070.49,-271.67,1.83902,0,0,0.795305,0.60621,180,100,1), - (55138,181302,0,-7188.53,-1044.36,241.911,5.44313,0,0,0,0,180,100,1), - (55137,181302,0,-7188.56,-1044.33,240.668,4.33965,0,0,0,0,180,100,1), - (50728,181302,1,8707.97,969.353,12.151,0.05236,0,0,0.026177,0.999657,180,100,1), - (55189,181302,1,-6387.56,-175.772,8.37109,4.09452,0,0,0,0,180,100,1), - (55204,181301,0,-11270.9,-3061.05,-0.153401,5.56205,0,0,0,0,180,100,1), - (55270,181288,0,-11276.1,1826.11,38.9136,2.18846,0,0,0,0,180,100,1), - (55043,181307,0,1640.7,234.167,63.5827,2.98554,0,0,0,0,180,100,1), - (55068,181376,1,4373.8,222.264,51.9646,2.93812,0,0,0.994829,0.101563,180,100,1), - (55148,181376,1,6492.49,-2498.57,568.147,3.07177,0,0,0.999391,0.0349056,180,100,1), - (55147,181340,1,6492.49,-2498.57,568.147,3.07177,0,0,0.999391,0.0349056,180,100,1), - (55203,181355,0,-11286,1805.98,39.7451,3.84264,0,0,0,0,180,100,1), - (55202,181355,0,-11270.5,1816.71,39.5512,3.84264,0,0,0,0,180,100,1), - (55126,181392,0,108.111,-3958.46,141.821,2.3959,0,0,0.931294,0.364268,180,100,1), - (55084,181302,0,-11284.8,1814.98,40.845,0.651846,0,0,0,0,180,100,1), - (55109,181302,0,-270.51,1159.01,63.6849,3.23683,0,0,0,0,180,100,1), - (55097,181355,0,-306.818,-670.257,54.479,3.20931,0,0,0,0,180,100,1), - (55178,181302,1,-7829.06,-2066.14,-271.318,3.21394,0,0,0,0,180,100,1), - (50765,181302,1,1967.63,-4287.11,28.2657,5.24521,0,0,0.996195,-0.087156,180,100,1), - (50766,181302,1,-1022.72,302.327,135.746,4.00972,0,0,0.984808,0.173648,180,100,1), - (50767,181302,0,-4691.29,-1221.13,502.903,2.19469,0,0,0.89,0.455961,180,100,1), - (50768,181302,0,-4690.67,-1221.9,501.66,0,0,0,0,1,180,100,1), - (55125,181392,0,113.91,-3963.89,141.723,5.52965,0,0,0.367919,-0.929858,180,100,1), - (50773,181302,1,1967.57,-4287.11,29.5086,4.95068,0,0,0.999705,0.0242711,180,100,1), - (50774,181302,1,-1023.35,302.138,136.989,3.40496,0,0,0.843391,0.5373,180,100,1), - (50798,181302,0,-4691.86,-1220.47,501.66,3.11753,0,0,0.999928,0.0120311,180,100,1), - (55188,181388,1,-6388.39,-182.401,8.66365,2.51394,0,0,0,0,180,100,1), - (50811,181305,1,8703.11,965.848,12.6689,3.14159,0,0,1,0,180,100,1), - (55248,181388,1,1926.26,-2046.79,104.118,2.10696,0,0,0,0,180,100,1), - (55234,181302,1,-1048.06,-3426.07,73.4358,2.64023,0,0,0,0,180,100,1), - (55256,181288,1,-1036.25,297.622,135.536,3.7342,0,0,0,0,180,100,1), - (50815,181305,1,-1028.28,307.638,135.646,5.90386,0,0,0.188526,-0.982068,180,100,1), - (55187,181305,1,-6387.89,-182.302,7.6735,2.51394,0,0,0,0,180,100,1), - (55124,181301,0,111.032,-3961.18,138.228,0.813327,0,0,0.395547,0.918446,180,100,1), - (55083,181302,0,-11284.3,1815.12,39.602,3.48164,0,0,0.985581,-0.169207,180,100,1), - (55108,181388,0,-267.659,1160.53,64.6452,1.69823,0,0,0,0,180,100,1), - (55096,181355,0,-311.295,-686.494,55.8176,2.38857,0,0,0,0,180,100,1), - (55095,181302,0,-308.835,-680.931,55.57,2.85981,0,0,0,0,180,100,1), - (55136,181392,0,-7185.91,-1048.63,244.065,4.48101,0,0,0.78003,-0.620758,180,100,1), - (55269,181288,0,-278.222,1171.19,63.6597,3.4908,0,0,0,0,180,100,1), - (50833,181305,1,1968.12,-4291.75,27.0353,2.03026,0,0,0.25038,-0.968148,180,100,1), - (50849,181305,0,-4708.74,-1228.9,501.659,2.82743,0,0,0.987688,0.156434,180,100,1), - (55042,181305,0,1639.59,233.818,62.5926,4.24288,0,0,0,0,180,100,1), - (55058,181563,1,4373.8,222.264,51.9646,2.93812,0,0,0.994829,0.101563,180,100,1), - (55041,181605,0,1650,228.962,62.5916,2.25896,0,0,0.90419,0.42713,180,100,1), - (55164,181307,1,3879.59,-5388.28,141.973,2.04712,0,0,0,0,180,100,1), - (55162,181307,1,3879.25,-5389.72,141.96,5.19265,0,0,0,0,180,100,1), - (55076,181376,1,560.52,342.829,52.9046,5.99805,0,0,0,0,180,100,1), - (55201,181605,0,-11267.5,1817.16,39.1743,4.95947,0,0,0,0,180,100,1), - (55247,181305,1,1926.04,-2046.6,103.143,4.99725,0,0,0,0,180,100,1), - (55233,181302,1,-1047.89,-3425.42,72.1893,1.2683,0,0,0,0,180,100,1), - (55094,181388,0,-311.252,-675.838,55.9171,5.32757,0,0,0,0,180,100,1), - (55177,181302,1,-7828.42,-2064.58,-271.371,3.64936,0,0,0.967944,-0.251165,180,100,1), - (55186,181392,1,-6389.21,-176.719,11.4018,2.43934,0,0,0.938986,0.343956,180,100,1), - (55146,181376,0,-11261.9,-3053.91,-0.15634,1.59315,0,0,0,0,180,100,1), - (55268,181288,0,97.892,-3965.68,138.777,2.5887,0,0,0,0,180,100,1), - (55075,181562,1,560.52,342.829,52.9046,5.99805,0,0,0,0,180,100,1), - (55212,181307,0,-11272.5,-3057.84,0.956728,0.153771,0,0,0,0,180,100,1), - (55107,181305,0,-266.176,1161.18,63.6541,1.32124,0,0,0.613608,0.789611,180,100,1), - (55135,181392,0,-7184.21,-1040.71,244.046,1.37868,0,0,0.636028,0.771666,180,100,1), - (50881,181306,1,-1025.79,307.362,135.711,4.40846,0,0,0.829038,-0.559193,180,100,1), - (55123,181376,0,97.892,-3965.68,138.777,2.5887,0,0,0.962031,0.272939,180,100,1), - (55255,181288,1,1952.99,-4271.15,30.5822,4.16335,0,0,0,0,180,100,1), - (55082,181302,0,-11285.7,1815.14,39.5943,3.31798,0,0,0,-0.1891,180,100,1), - (55145,181344,0,-11261.9,-3053.91,-0.15634,5.93953,0,0,0,0,180,100,1), - (55267,181288,0,-11261.9,-3053.91,-0.15634,5.93953,0,0,0,0,180,100,1), - (55246,181392,1,1940.73,-2028.79,104.015,1.29093,0,0,0,0,180,100,1), - (55232,181302,1,-1047.92,-3427.04,72.1942,2.02366,0,0,0,0,180,100,1), - (55254,181288,0,1642.06,239.867,62.5916,0.0009408,0,0,0,0,180,100,1), - (55081,181392,0,-11285,1810.09,43.1526,3.52218,0,0,0.981949,-0.189147,180,100,1), - (55106,181355,0,-265.118,1168.12,63.7777,2.84885,0,0,0,0,180,100,1), - (55093,181305,0,-311.067,-677.057,54.9271,4.06223,0,0,0,0,180,100,1), - (55185,181392,1,-6382.85,-181.813,11.3678,5.60842,0,0,0.331018,-0.943624,180,100,1), - (55176,181302,1,-7825.76,-2058,-270.617,1.39967,0,0,0,0,180,100,1), - (55134,181301,0,-7184.08,-1044.49,240.515,4.50368,0,0,0,0,180,100,1), - (50923,181307,1,1967.56,-4292.15,28.0313,0.883685,0,0,0.953717,-0.300706,180,100,1), - (50925,181307,0,-4709.42,-1227.95,502.645,1.51844,0,0,0.688355,0.725374,180,100,1), - (55122,181345,0,97.892,-3965.68,138.777,2.5887,0,0,0.962031,0.272939,180,100,1), - (50943,181307,0,-4708.22,-1229.39,502.645,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (55057,181392,1,1973.47,-4290.9,30.4781,5.93008,0,0,0.0895847,0.995979,180,100,1), - (55001,181376,329,3685.87,-3163.12,126.721,3.79137,0,0,0,0,180,100,1), - (55039,181302,1,8708.34,927.586,16.5011,3.10771,0,0,0,0,180,100,1), - (55038,181302,1,8708.73,927.564,15.2578,0.755429,0,0,0,0,180,100,1), - (55037,181305,1,8716.24,929.633,15.4413,1.0421,0,0,0,0,180,100,1), - (55056,181392,1,1965.96,-4288.29,30.6048,2.80027,0,0,0.997263,-0.0739311,180,100,1), - (55036,181355,1,8714.55,934.973,14.9401,1.86128,0,0,0,0,180,100,1), - (55035,181355,1,8706.3,927.256,15.6132,1.86128,0,0,0,0,180,100,1), - (55034,181392,1,8715.52,932.063,18.7063,0.879107,0,0,0.425535,0.904942,180,100,1), - (55000,181348,329,3685.87,-3163.12,126.721,3.79137,0,0,0,0,180,100,1), - (55052,181392,1,-1023.36,308.676,139.298,0.988048,0,0,0.474173,0.880432,180,100,1), - (55033,181392,1,8710.6,925.819,18.5963,4.03249,0,0,0.902417,-0.430863,180,100,1), - (55032,181301,1,8713.12,928.921,15.2301,0.902662,0,0,0.436164,0.899867,180,100,1), - (55055,181301,1,1969.67,-4289.61,27.0557,5.94132,0,0,0.99681,-0.0798087,180,100,1), - (55051,181392,1,-1027.85,301.919,139.237,4.12179,0,0,0.882286,-0.470713,180,100,1), - (55021,181392,0,-8830.45,868.84,102.123,4.29844,0,0,0.837326,-0.546704,180,100,1), - (55054,181355,1,1965.05,-4280.22,29.8084,3.70979,0,0,0,0,180,100,1), - (55053,181355,1,1959.71,-4274.92,30.9223,4.11035,0,0,0,0,180,100,1), - (55050,181301,1,-1025.58,305.343,135.737,4.12965,0,0,0.88043,-0.474177,180,100,1), - (55277,181376,0,-11276.1,1826.11,38.9136,2.18846,0,0,0,0,180,100,1), - (55276,181288,289,95.8052,65.1433,97.7323,0.462622,0,0,0,0,180,100,1), - (55031,181355,0,-4706.12,-1229.37,501.66,2.2104,0,0,0,0,180,100,1), - (55030,181355,0,-4694.63,-1219.93,501.66,2.25359,0,0,0,0,180,100,1), - (55020,181301,0,-8828.97,872.496,98.6609,1.17717,0,0,0,0,180,100,1), - (55144,181605,0,-7199.02,-1052.55,241.488,5.9946,0,0,0,0,180,100,1), - (55133,181376,0,-7186.47,-1055.66,240.327,4.48405,0,0,0.783057,-0.62195,180,100,1), - (55175,181302,1,-7826.5,-2057.9,-271.818,5.22063,0,0,0,0,180,100,1), - (50980,187988,1,4172.34,1165.87,5.45043,3.12414,0,0,0.999962,0.008727,180,100,1), - (50981,181332,0,-8833.23,859.132,98.8978,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (50982,187989,1,4136.73,1076.6,2.7235,1.85005,0,0,0.798636,0.601815,180,100,1), - (50983,187989,1,4172.75,1166.26,5.15736,2.9147,0,0,0.993572,0.113203,180,100,1), - (50984,181333,0,-4700.28,-1224.34,501.659,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (50985,181334,1,8704.97,932.636,14.7263,3.40724,0,0,0.991192,-0.132434,180,100,1), - (55275,181288,329,3685.87,-3163.12,126.721,3.79137,0,0,0,0,180,100,1), - (50987,181336,1,1952.99,-4271.15,30.5822,4.16335,0,0,0.104528,-0.994522,180,100,1), - (50988,181337,1,-1036.25,297.622,135.536,3.7342,0,0,0.956422,-0.291989,180,100,1), - (55274,181288,229,-15.5284,-364.131,49.6099,6.23491,0,0,0,0,180,100,1), - (55040,181335,0,1642.06,239.867,62.5916,0.0009408,0,0,0.0004704,1,180,100,1), - (55266,181288,0,-7186.47,-1055.66,240.327,4.48405,0,0,0,0,180,100,1), - (55029,181302,0,-8827.81,868.666,100.004,1.68974,0,0,0,0,180,100,1), - (55161,181305,1,3879.15,-5388.93,140.969,0.452771,0,0,0.224457,0.974484,180,100,1), - (55074,181376,1,-1041.07,-3434.1,70.3044,0.097327,0,0,0.0486443,0.998816,180,100,1), - (55073,181560,1,-1041.07,-3434.1,70.3044,0.883685,0,0,0.0486443,0.998816,180,100,1), - (55231,181388,1,-1042.97,-3420.01,73.525,4.81968,0,0,0,0,180,100,1), - (55121,181605,0,1928.43,-4422.3,75.4544,1.30488,0,0,0,0,180,100,1), - (55092,181392,0,-308.243,-677.539,58.4965,0.211427,0,0,0.105517,0.994418,180,100,1), - (55174,181302,1,-7285.31,-2058.77,-271.788,4.93396,0,0,0,0,180,100,1), - (55132,181341,0,-7186.47,-1055.66,240.327,4.48405,0,0,0.783057,-0.62195,180,100,1), - (51003,181605,1,8729.67,928.159,19.5782,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (51004,181605,1,-1034.63,314.927,134.59,4.80289,0,0,0.165048,0.986286,180,100,1), - (55184,181301,1,-6385.99,-179.254,7.9014,2.45504,0,0,0,0,180,100,1), - (55143,181306,0,-7183.98,-1044.11,240.515,4.80256,0,0,0,0,180,100,1), - (55007,181376,229,-15.5284,-364.131,49.6099,6.23491,0,0,0,0,180,100,1), - (55160,181392,1,3885.06,-5391.13,144.796,5.94428,0,0,0.168641,-0.985678,180,100,1), - (55211,181388,0,-11273.5,-3055.58,0.968239,0.075235,0,0,0,0,180,100,1), - (55200,181388,0,-11280.1,1809.1,40.5467,1.58293,0,0,0,0,180,100,1), - (55245,181392,1,1938.58,-2036.46,104.028,4.43252,0,0,0,0,180,100,1), - (55253,181288,1,8704.97,932.636,14.7263,3.40724,0,0,0,0,180,100,1), - (55080,181392,0,-11277.5,1812.91,43.1526,0.379795,0,0,0.188758,0.982024,180,100,1), - (55105,181392,0,-272.693,1159.95,67.247,3.96019,0,0,0.9174,-0.397966,180,100,1), - (51038,181605,1,1970.86,-4272.42,31.5722,3.05006,0,0,0.902585,-0.430511,180,100,1), - (51042,181605,0,-8843.22,845.657,99.0124,3.14159,0,0,1,0,180,100,1), - (51043,181605,0,-4703.92,-1237.25,501.659,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (51044,181354,1,1505.88,-4204.14,40.0391,0.261799,0,0,0.130526,0.991445,180,100,1), - (51045,181354,1,1527.36,-4174.78,40.0391,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (51046,181354,1,1993.21,-4673.66,24.5558,2.32129,0,0,0.91706,0.398749,180,100,1), - (51047,181354,1,9916.19,2415.84,1313.66,0.645772,0,0,0.317305,0.948324,180,100,1), - (51048,181354,1,10016.5,2549.55,1313.66,1.53589,0,0,0.694658,0.71934,180,100,1), - (51049,181354,1,9686.7,2619.66,1313.66,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (51050,181354,1,9982.73,2383.53,1313.66,2.77507,0,0,0.983255,0.182236,180,100,1), - (51053,181354,1,6408.13,470.86,8.944,0.907571,0,0,0.438371,0.898794,180,100,1), - (51054,181354,1,159.738,1193.84,166.897,0.488692,0,0,0.241922,0.970296,180,100,1), - (51055,181354,1,-4511.73,-784.716,-41.2609,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (51056,181354,1,-4512.69,-779.41,-41.2681,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (51057,181354,1,-4511.73,-784.716,-41.2609,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (51058,181354,1,-4512.69,-779.41,-41.2681,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (51059,181354,1,-6832.52,828.53,49.8918,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (51060,181354,1,-6830.11,832.759,49.9057,1.67552,0,0,0.743145,0.669131,180,100,1), - (51061,181354,1,3996.72,-1314.6,255.38,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (51062,181354,1,3996.17,-1309.38,255.38,1.79769,0,0,0.782608,0.622515,180,100,1), - (51063,181354,0,-8519.82,680.901,95.4741,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (51064,181354,0,-8528.46,661.014,95.4741,4.71239,0,0,0.707107,-0.707107,180,100,1), - (51065,181354,0,-8503.91,690.442,95.4741,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (51066,181354,0,-8534.7,668.871,95.4741,2.63545,0,0,0.968148,0.25038,180,100,1), - (51067,181354,0,1704.93,125.161,-64.4786,-2.09439,0,0,0.866025,-0.5,180,100,1), - (51068,181354,0,1720.83,336.018,-64.4786,0.645772,0,0,0.317305,0.948324,180,100,1), - (51069,181354,0,1595.46,82.8779,-64.4786,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (51070,181354,0,1458.7,160.822,-64.4786,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (51071,181354,0,1481.61,127.706,-64.4786,1.309,0,0,0.608761,0.793353,180,100,1), - (51072,181354,0,1752.5,239.586,-64.4786,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (51073,181354,1,1452.01,-4164.02,40.0391,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (51074,181354,1,9888.75,2392.52,1313.66,1.3439,0,0,0.622515,0.782608,180,100,1), - (51075,181354,1,9951.83,2377.67,1313.66,2.40855,0,0,0.93358,0.358368,180,100,1), - (51076,181354,1,10020.8,2461.28,1313.66,2.30383,0,0,0.913545,0.406737,180,100,1), - (51077,181354,1,9887.99,2548.04,1313.66,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (51078,181354,1,9816.98,2516.38,1313.66,1.22173,0,0,0.573576,0.819152,180,100,1), - (51079,181354,1,9990.15,2556.42,1313.66,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (51080,181354,1,9782.26,2386.59,1313.66,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (51081,181354,1,6407.08,463.929,8.9248,2.6529,0,0,0.970296,0.241922,180,100,1), - (51082,181354,1,159.092,1187.27,166.905,3.14159,0,0,1,0,180,100,1), - (51083,181354,1,152.898,1191.63,166.911,2.89725,0,0,0.992546,0.121869,180,100,1), - (51084,181354,1,-6836.33,833.46,49.947,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (51085,181354,1,-6836.33,833.46,49.947,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (51086,181354,1,-6832.52,828.53,49.8918,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (51087,181354,1,-6830.11,832.759,49.9057,1.67552,0,0,0.743145,0.669131,180,100,1), - (51088,181354,1,2656.09,1445.61,227.658,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (51089,181354,1,2655.81,1451.9,227.601,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (51090,181354,1,2661.88,1447,227.637,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (51092,181354,0,-8492.7,700.762,95.4741,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (51093,181354,0,-8539.9,675.413,95.4741,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (51094,181354,0,-8481.46,710.801,95.4741,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (51095,181354,0,-8522.51,686.572,95.4741,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (51096,181354,0,-8523.59,653.759,95.4741,2.35619,0,0,0.92388,0.382683,180,100,1), - (51097,181354,1,-1256.94,101.069,127.886,2.19912,0,0,0.891007,0.453991,180,100,1), - (51098,181354,1,9753.91,2584.86,1313.66,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (51099,181354,1,9791.99,2473.6,1313.66,0.471239,0,0,0.233445,0.97237,180,100,1), - (51100,181354,1,9791.98,2452.62,1313.66,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (51101,181354,1,9853.22,2517.56,1313.66,-2.09439,0,0,0.866025,-0.5,180,100,1), - (51102,181354,1,10017.7,2611.61,1313.66,3.05433,0,0,0.999048,0.043619,180,100,1), - (51103,181354,1,10040.2,2582.51,1313.66,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (51104,181354,1,6414,466.2,8.93638,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (51105,181354,0,1582.82,270.919,-64.4786,1.18682,0,0,0.559193,0.829038,180,100,1), - (51106,181354,0,1680.95,370.951,-64.4786,0.907571,0,0,0.438371,0.898794,180,100,1), - (51107,181354,0,1442.43,201.785,-64.4786,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (51108,181354,0,1596.63,397.226,-64.4786,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (51109,181354,0,1634.06,90.87,-64.4786,2.23402,0,0,0.898794,0.438371,180,100,1), - (51110,181354,0,1521.35,379.553,-64.4786,0.296706,0,0,0.147809,0.989016,180,100,1), - (51111,181354,0,1443.8,285.548,-64.4786,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (51112,181354,0,1636.53,389.252,-64.4786,0.383972,0,0,0.190809,0.981627,180,100,1), - (51113,181354,0,1747.87,199.132,-64.4786,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (51114,181354,1,1519.75,-4197.81,40.0391,0.314159,0,0,0.156434,0.987688,180,100,1), - (51115,181354,1,9813.96,2555.76,1313.66,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (51116,181354,1,10040.3,2614.06,1313.66,1.41372,0,0,0.649448,0.760406,180,100,1), - (51117,181354,1,9722.1,2587.24,1313.66,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (51118,181354,1,9884.55,2517.38,1313.66,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (51119,181354,1,9923,2450.67,1313.66,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (51120,181354,1,9817.47,2450.54,1313.66,0.767945,0,0,0.374607,0.927184,180,100,1), - (51121,181354,1,10016.9,2522.34,1313.66,0.715585,0,0,0.350207,0.936672,180,100,1), - (51122,181354,1,-1266.06,100.961,127.886,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (51123,181354,1,1489.18,-4176.73,40.0391,1.0472,0,0,0.5,0.866025,180,100,1), - (51124,181354,1,10017,2582.8,1313.66,2.33874,0,0,0.920505,0.390731,180,100,1), - (51125,181354,1,9880.62,2653.09,1313.66,2.87979,0,0,0.991445,0.130526,180,100,1), - (51126,181354,1,1967.51,-4664.97,24.5558,1.18682,0,0,0.559193,0.829038,180,100,1), - (51127,181354,1,9855.78,2612.98,1313.66,2.72271,0,0,0.978148,0.207912,180,100,1), - (51128,181354,1,9988.74,2449.6,1313.66,1.15192,0,0,0.544639,0.838671,180,100,1), - (51129,181354,1,-1261.52,94.5747,127.886,0.872665,0,0,0.422618,0.906308,180,100,1), - (51130,181354,1,1987.8,-4625.01,24.5558,2.44346,0,0,0.939693,0.34202,180,100,1), - (51131,181354,1,9849.22,2418.98,1313.66,1.22173,0,0,0.573576,0.819152,180,100,1), - (51132,181354,1,10056.5,2424.05,1313.66,2.61799,0,0,0.965926,0.258819,180,100,1), - (51133,181354,1,9916.01,2481.23,1313.66,0.541052,0,0,0.267238,0.96363,180,100,1), - (51134,181354,1,9816.61,2485.6,1313.66,1.93731,0,0,0.824126,0.566406,180,100,1), - (51135,181354,1,10019.5,2649.18,1313.66,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (51136,181354,1,9855.38,2594.17,1313.66,0.698132,0,0,0.34202,0.939693,180,100,1), - (51137,181354,1,9885.83,2408.99,1313.66,2.6529,0,0,0.970296,0.241922,180,100,1), - (51138,181354,1,9713.11,2608.23,1313.66,0.698132,0,0,0.34202,0.939693,180,100,1), - (51139,181354,0,-8508.7,665.687,95.4741,1.95477,0,0,0.829038,0.559193,180,100,1), - (51140,181354,0,-8508.91,684.543,95.4741,2.30383,0,0,0.913545,0.406737,180,100,1), - (51141,181354,1,9785.54,2582.46,1313.66,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (51142,181354,1,9750.32,2472.94,1313.66,0.942478,0,0,0.45399,0.891007,180,100,1), - (51143,181354,1,9854.16,2651.85,1313.66,1.3439,0,0,0.622515,0.782608,180,100,1), - (51144,181354,1,9848.24,2479.29,1313.66,0.750492,0,0,0.366501,0.930418,180,100,1), - (51145,181354,1,9950.99,2441.91,1313.66,1.32645,0,0,0.615662,0.788011,180,100,1), - (51146,181354,1,10050.3,2459.01,1313.66,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (51147,181354,1,10015.5,2398.33,1313.66,1.65806,0,0,0.737277,0.67559,180,100,1), - (51148,181354,1,9910.92,2589,1313.66,0.680678,0,0,0.333807,0.942641,180,100,1), - (51149,181354,0,1609.73,208.739,-64.4786,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (51150,181354,0,1731.75,160.798,-64.4786,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (51151,181354,0,1438,242.31,-64.4786,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (51152,181354,0,1611.55,269.952,-64.4786,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (51153,181354,0,1553.21,89.4006,-64.4786,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (51154,181354,0,1558.55,393.236,-64.4786,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (51155,181354,0,1672.13,101.345,-64.4786,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (51156,181354,0,1515.95,104.481,-64.4786,0.453786,0,0,0.224951,0.97437,180,100,1), - (51157,181354,1,10043.9,2380.27,1313.66,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (51158,181354,1,9791.89,2515.96,1313.66,0.20944,0,0,0.104528,0.994522,180,100,1), - (51159,181354,1,9985.42,2477.57,1313.66,2.16421,0,0,0.882948,0.469472,180,100,1), - (51160,181354,1,10047.5,2525,1313.66,2.74017,0,0,0.979925,0.199368,180,100,1), - (51161,181354,1,9879.48,2611.53,1313.66,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (51162,181354,1,9814.59,2612.67,1313.66,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (51163,181354,1,9785.84,2616.44,1313.66,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (51164,181354,1,9992.48,2419.78,1313.66,1.06465,0,0,0.507538,0.861629,180,100,1), - (51165,181354,1,10023,2351.21,1313.66,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (51166,181354,1,9820.88,2653.01,1313.66,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (51167,181354,1,9987.97,2582.2,1313.66,2.47837,0,0,0.945519,0.325568,180,100,1), - (51168,181354,1,9921.48,2386.86,1313.66,2.67035,0,0,0.97237,0.233445,180,100,1), - (51169,181354,1,10039.7,2546.71,1313.66,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (51176,181354,0,-8513.91,672.697,95.4741,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (51177,181354,0,1485.2,352.151,-64.4786,1.48353,0,0,0.67559,0.737277,180,100,1), - (51178,181354,0,1459.6,319.881,-64.4786,1.29154,0,0,0.601815,0.798636,180,100,1), - (51179,181354,0,1581.26,208.777,-64.4786,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (51180,181354,0,1748.11,280.002,-64.4786,0.802851,0,0,0.390731,0.920505,180,100,1), - (51205,181355,1,8644.43,877.828,25.3982,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (51206,181355,1,1942.36,-4283.51,28.4957,1.0472,0,0,0.5,0.866025,180,100,1), - (51207,181355,1,1685.68,-4397.36,22.6889,1.72788,0,0,0.760406,0.649448,180,100,1), - (51208,181355,1,1729.1,-4229.57,47.2369,1.309,0,0,0.608761,0.793353,180,100,1), - (51209,181355,1,1684.1,-4252.87,52.4333,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (51210,181355,1,1719.56,-4316.16,29.4982,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (51211,181355,1,1764.55,-4212.64,40.8687,2.02458,0,0,0.848048,0.529919,180,100,1), - (51212,181355,1,-1198.35,129.721,134.871,0.872665,0,0,0.422618,0.906308,180,100,1), - (51213,181355,1,-1070.81,255.197,122.435,0.506145,0,0,0.25038,0.968148,180,100,1), - (51214,181355,1,7938.27,-2585.32,488.831,0.296706,0,0,0.147809,0.989016,180,100,1), - (51215,181355,1,7912.61,-2504.64,489.276,2.70526,0,0,0.976296,0.21644,180,100,1), - (51216,181355,1,7868.58,-2573.43,486.946,0.994838,0,0,0.477159,0.878817,180,100,1), - (51217,181355,1,7956.29,-2434.9,488.941,0.837758,0,0,0.406737,0.913545,180,100,1), - (55183,181376,1,-6395.72,-176.997,7.62333,6.27133,0,0,0.00592982,-0.999982,180,100,1), - (55182,181339,1,-6395.72,-176.997,7.62333,6.27133,0,0,0.00592982,-0.999982,180,100,1), - (51227,181355,1,-1202.39,25.2032,176.949,0.855211,0,0,0.414693,0.909961,180,100,1), - (51228,181355,1,-1290.7,150.55,129.743,1.76278,0,0,0.771625,0.636078,180,100,1), - (51229,181355,1,-1190.94,25.9335,176.949,2.35619,0,0,0.92388,0.382683,180,100,1), - (51230,181355,1,-1071.91,-32.9583,141.348,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (51231,181355,1,-1304.97,144.895,131.385,1.41372,0,0,0.649448,0.760406,180,100,1), - (51232,181355,1,-1059.13,-7.60406,141.311,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (51233,181355,1,-1067.54,-18.4063,140.607,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (51234,181355,1,-1250.87,27.5822,128.187,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (51235,181355,1,-1251.77,20.0596,128.187,2.54818,0,0,0.956305,0.292372,180,100,1), - (51236,181355,1,-1265.91,26.0747,128.187,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (51237,181355,1,-1263.3,18.5099,128.187,0.820305,0,0,0.398749,0.91706,180,100,1), - (51238,181355,1,-1021.13,192.48,135.497,0.575959,0,0,0.284015,0.95882,180,100,1), - (51239,181355,1,-956.915,267.947,104.957,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (51240,181355,1,-1079.05,228.961,112.256,0.488692,0,0,0.241922,0.970296,180,100,1), - (51241,181355,1,-998.573,280.934,111.91,0.15708,0,0,0.078459,0.996917,180,100,1), - (51242,181355,1,-1292.91,49.4335,129.209,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (51243,181355,1,-1287.73,37.0892,129.209,1.97222,0,0,0.833886,0.551937,180,100,1), - (51244,181355,1,1642.59,-4372.39,12.7448,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (51245,181355,1,1632.28,-4360.02,12.7307,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (51246,181355,1,1615.25,-4371.44,12.3255,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (51247,181355,1,1622.07,-4385.72,12.2943,0.872665,0,0,0.422618,0.906308,180,100,1), - (51248,181355,1,1643.54,-4444.94,15.4065,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (51249,181355,1,1638.73,-4450.24,15.4065,1.98968,0,0,0.838671,0.544639,180,100,1), - (51250,181355,1,1693.92,-4351.96,61.5084,2.32129,0,0,0.91706,0.398749,180,100,1), - (51251,181355,1,9939.09,2585.65,1316.41,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (51252,181355,1,9662.22,2519.78,1331.62,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (51255,181355,1,-1036.73,-3663.8,23.8511,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (51256,181355,1,8636.46,849.685,23.0551,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (51257,181355,1,9686.92,2531.01,1337.3,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (51259,181355,1,-979.065,-3641.02,19.0544,0.017453,0,0,0.008727,0.999962,180,100,1), - (51260,181355,1,-963.595,-3721.69,5.66055,0.942478,0,0,0.45399,0.891007,180,100,1), - (51262,181355,0,-4844.97,-1145.23,502.211,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (51263,181355,0,-4756.69,-1170.41,502.202,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (51264,181355,0,-4859.77,-1157.24,502.194,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (51265,181355,1,-374.334,-2675.5,95.8236,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (51266,181355,1,-434.275,-2603.82,95.7872,3.01942,0,0,0.998135,0.061049,180,100,1), - (51267,181355,1,-467.41,-2693.35,95.878,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (51268,181355,1,-440.477,-2586.61,95.7875,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (51269,181355,1,-357.401,-2558.71,95.7875,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (51270,181355,1,-6152.32,-1118.43,-213.186,0.174533,0,0,0.087156,0.996195,180,100,1), - (51271,181355,1,-6198.83,-1123.88,-219.74,2.42601,0,0,0.936672,0.350207,180,100,1), - (51272,181355,1,-6119.62,-1138.86,-188.67,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (51273,181355,1,-6305.18,-1171.37,-268.851,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (55142,181388,0,-7183.06,-1046.6,241.507,1.32718,0,0,0,0,180,100,1), - (55141,181307,0,-7183.74,-1047.85,241.507,2.0144,0,0,0,0,180,100,1), - (55140,181305,0,-7183.81,-1047.83,240.516,2.03168,0,0,0.849924,0.526906,180,100,1), - (51277,181355,1,2319.36,-2516.94,103.399,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (51278,181355,1,2340.49,-2554.26,102.773,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (51279,181355,1,2376.65,-2538.29,107.613,2.77507,0,0,0.983255,0.182236,180,100,1), - (51280,181355,1,2237.44,-2546.42,87.9718,0.087266,0,0,0.043619,0.999048,180,100,1), - (51281,181355,1,3607.33,-4412.41,113.611,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (51282,181355,1,3671.99,-4390.39,113.055,3.03687,0,0,0.99863,0.052336,180,100,1), - (51283,181355,1,2705.99,-3884.95,105.437,0.10472,0,0,0.052336,0.99863,180,100,1), - (51284,181355,1,6443.07,372.361,13.941,3.03687,0,0,0.99863,0.052336,180,100,1), - (51285,181355,1,-1709.31,3085.11,34.0919,2.05949,0,0,0.857167,0.515038,180,100,1), - (51286,181355,1,-1709.96,3201.24,4.45204,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (51287,181355,1,259.852,1230.84,192.146,2.56563,0,0,0.95882,0.284015,180,100,1), - (51288,181355,1,-1609.45,3159.99,47.0972,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (51289,181355,1,-1763.11,3268.44,4.696,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (51290,181355,1,-1653.42,3191.8,27.6782,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (51291,181355,1,231.844,1273.99,192.145,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (51292,181355,1,-1604.56,3125.62,47.2101,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (51293,181355,1,-1592.92,3149.78,62.5292,0.994838,0,0,0.477159,0.878817,180,100,1), - (51294,181355,1,-4572.14,-3178.51,34.1753,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (51295,181355,1,121.366,1260.67,164.847,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (51296,181355,1,-4627.18,-3168.31,40.98,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (51298,181355,1,-4602.34,-3157.29,34.925,0.663225,0,0,0.325568,0.945519,180,100,1), - (51299,181355,1,-4381.59,214.329,27.6934,2.80998,0,0,0.986286,0.165048,180,100,1), - (51300,181355,1,-4000.23,-4702.7,4.60181,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (51301,181355,1,-3626.21,-4359.01,6.70639,2.28638,0,0,0.909961,0.414693,180,100,1), - (51302,181355,1,-3875.16,-4608.8,9.26107,1.09956,0,0,0.522499,0.85264,180,100,1), - (51303,181355,1,-3755.93,-4354.49,10.8949,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (51304,181355,1,-3847.51,-4456.9,12.4744,0.034907,0,0,0.017452,0.999848,180,100,1), - (51305,181355,1,-4352.96,166.211,33.9422,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (51306,181355,1,-3637.8,-4344.83,6.70639,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (51307,181355,1,-4527.93,-773.559,-41.324,0.226893,0,0,0.113203,0.993572,180,100,1), - (51308,181355,1,-4501.79,-789.034,-42.2546,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (51309,181355,1,-4527.93,-773.559,-41.324,0.226893,0,0,0.113203,0.993572,180,100,1), - (51310,181355,1,-4501.79,-789.034,-42.2546,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (51311,181355,1,-4447.68,3298.23,12.3739,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (51312,181355,1,6747.28,-4659.19,725.279,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (51313,181355,1,-4472.52,3216.01,13.7295,0.977384,0,0,0.469472,0.882948,180,100,1), - (51314,181355,1,-6863.96,721.329,45.6621,1.74533,0,0,0.766044,0.642788,180,100,1), - (51315,181355,1,-6841.45,747.798,42.5787,0.645772,0,0,0.317305,0.948324,180,100,1), - (51316,181355,1,-6807.1,810.202,51.2054,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (51317,181355,1,-6807.1,810.202,51.2054,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (51318,181355,1,-6848.25,781.352,43.5151,1.55334,0,0,0.700909,0.71325,180,100,1), - (51319,181355,1,-2330.59,-1971.66,96.2092,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (51320,181355,1,-6838.14,740.341,42.402,0.244346,0,0,0.121869,0.992546,180,100,1), - (51321,181355,1,-2357.5,-1886.22,95.783,0.890118,0,0,0.430511,0.902585,180,100,1), - (51322,181355,1,-2327.16,-1939.61,95.7952,3.01942,0,0,0.998135,0.061049,180,100,1), - (51323,181355,1,-6841.45,747.798,42.5787,0.645772,0,0,0.317305,0.948324,180,100,1), - (51324,181355,1,2720.09,1472.5,241.894,1.74533,0,0,0.766044,0.642788,180,100,1), - (51325,181355,1,2699.29,1420.59,243.061,2.3911,0,0,0.930418,0.366501,180,100,1), - (51326,181355,1,2692.63,1508.85,236.819,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (51327,181355,1,2694.1,1492.04,236.819,0.872665,0,0,0.422618,0.906308,180,100,1), - (51328,181355,1,3348.56,1000.52,4.10987,0.610865,0,0,0.300706,0.953717,180,100,1), - (51329,181355,1,3360.07,1021.36,2.93154,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (51330,181355,1,5120.12,-361.039,358.305,1.69297,0,0,0.748956,0.66262,180,100,1), - (51331,181355,1,5118.45,-344.709,357.248,0.733038,0,0,0.358368,0.93358,180,100,1), - (51332,181355,1,5078.18,-340.517,368.412,1.76278,0,0,0.771625,0.636078,180,100,1), - (51333,181355,1,3989.84,-1320.16,253.072,2.53073,0,0,0.953717,0.300706,180,100,1), - (51334,181355,1,3995.19,-1281.88,254.08,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (55028,181302,0,-8827.84,868.646,98.7604,1.22636,0,0,0,0,180,100,1), - (55027,181302,0,-8830.48,876.028,98.5669,6.16258,0,0,0,0,180,100,1), - (55265,181288,0,1930.94,-4411.57,73.882,4.3395,0,0,0,0,180,100,1), - (55264,181288,1,4373.8,222.264,51.9646,2.93812,0,0,0,0,180,100,1), - (55263,181288,1,560.52,342.829,52.9046,5.99805,0,0,0,0,180,100,1), - (55026,181391,0,-8825.83,873.297,99.7165,2.69898,0,0,0,0,180,100,1), - (55025,181307,0,-8824.35,873.182,99.7164,1.83741,0,0,0,0,180,100,1), - (55159,181392,1,3877.58,-5388.38,144.908,2.79169,0,0,0.984735,0.174059,180,100,1), - (55158,181301,1,3881.29,-5389.7,141.325,4.3625,0,0,0.819388,-0.573239,180,100,1), - (55072,181376,1,1919.91,-2037.51,103.607,1.81061,0,0,0.786613,0.617446,180,100,1), - (55071,181561,1,1919.91,-2037.51,103.607,1.81061,0,0,0.786613,0.617446,180,100,1), - (55157,181376,1,3879.19,-5377.36,141.002,5.33246,0,0,0.457661,-0.889125,180,100,1), - (55210,181305,0,-11273.3,-3056.96,-0.033783,0.080735,0,0,0,0,180,100,1), - (55209,181302,0,-11268.5,-3063.01,0.1035,3.20267,0,0,0,0,180,100,1), - (55070,181355,1,4362.06,225.52,53.2251,0.107539,0,0,0,0,180,100,1), - (55069,181605,1,4367.74,217.926,52.576,0.621974,0,0,0,0,180,100,1), - (55199,181305,0,-11279.2,1809.14,39.5446,1.87196,0,0,0,0,180,100,1), - (55198,181355,0,-8812.62,847.027,99.0336,2.86682,0,0,0,0,180,100,1), - (55244,181301,1,1939.67,-2032.56,100.454,2.8641,0,0,0,0,180,100,1), - (55220,181305,0,-2638.99,-2511.42,81.2524,5.23658,0,0,0.499745,-0.866172,180,100,1), - (55219,181605,0,-2647.08,-2499.77,79.9929,5.80599,0,0,0,0,180,100,1), - (51356,181355,1,920.665,900.506,105.54,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (55218,181355,0,-2631.95,-2498.02,81.0849,5.33082,0,0,0,0,180,100,1), - (51358,181355,1,926.252,913.414,105.142,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (51359,181355,1,936.974,829.873,105.981,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (51360,181355,1,918.996,1055.51,105.596,0.610865,0,0,0.300706,0.953717,180,100,1), - (51361,181355,1,920.406,825.935,107.397,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (55230,181305,1,-1043.88,-3420.55,72.5236,5.29093,0,0,0,0,180,100,1), - (55229,181392,1,-1045.03,-3420.39,75.5182,1.08004,0,0,0,0,180,100,1), - (55120,181306,0,1916.79,-4420.21,74.805,0.590168,0,0,0,0,180,100,1), - (55119,181388,0,1922.95,-4417.61,75.5039,0.591722,0,0,0,0,180,100,1), - (55118,181305,0,1921.67,-4417.41,74.4933,5.2058,0,0,0.513014,-0.85838,180,100,1), - (55117,181392,0,1914.47,-4418.32,78.0975,3.54076,0,0,0.980149,-0.198261,180,100,1), - (55116,181392,0,1921.93,-4415.2,77.9964,0.392881,0,0,0.19518,0.980768,180,100,1), - (55252,181288,0,-8833.23,859.132,98.8978,-2.07694,0,0,0,0,180,100,1), - (51370,181355,0,-8849.93,784.147,96.0792,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (51371,181355,0,-8809.08,801.113,98.8651,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (55079,181301,0,-11281.3,1811.53,39.6985,3.15618,0,0,0,0,180,100,1), - (55078,181376,0,-11276.1,1826.11,38.9136,2.18846,0,0,0.888575,0.458732,180,100,1), - (51374,181355,0,-8838.94,721.098,97.8029,0.645772,0,0,0.317305,0.948324,180,100,1), - (55099,181302,0,-316.511,-683.215,56.1475,1.97701,0,0,0.935205,0.549939,180,100,1), - (51376,181355,1,-3146.65,-2919.05,35.0129,0.767945,0,0,0.374607,0.927184,180,100,1), - (51377,181355,1,-3127.5,-2866.74,34.7959,1.67552,0,0,0.743145,0.669131,180,100,1), - (51378,181355,1,-3121.79,-2924.78,35.7579,2.54818,0,0,0.956305,0.292372,180,100,1), - (51379,181355,0,-9021.94,883.635,29.6206,-0.418879,0,0,0.207912,-0.978148,180,100,1), - (51380,181355,0,-8839.07,545.266,96.8377,1.01229,0,0,0.48481,0.87462,180,100,1), - (55104,181392,0,-267.229,1165.74,67.297,0.80602,0,0,0.392189,0.919885,180,100,1), - (55091,181392,0,-316.066,-679.269,58.4965,3.38838,0,0,0.995591,-0.0937957,180,100,1), - (55090,181301,0,-312.201,-678.401,54.9756,3.38446,0,0,0,0,180,100,1), - (51384,181355,0,-8861.03,658.585,96.7187,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (51385,181355,0,-8856.85,661.656,97.1286,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (55173,181392,1,-7825.4,-2062.92,-268.198,5.62982,0,0,0.320903,-0.947112,180,100,1), - (55172,181392,1,-7831.84,-2058.2,-268.193,2.51886,0,0,0.951915,0.306361,180,100,1), - (55131,181605,0,107.727,-3972.54,137.132,2.51134,0,0,0,0,180,100,1), - (55130,181305,0,104.835,-3959.06,138.535,5.43696,0,0,0.410601,-0.911815,180,100,1), - (55129,181302,0,115.342,-3960.58,138.421,0.869869,0,0,0.421351,0.906898,180,100,1), - (51391,181355,1,1942.54,-4294.49,26.0505,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (51392,181355,1,1689.15,-4277.99,32.9,0.017453,0,0,0.008727,0.999962,180,100,1), - (51393,181355,1,1849.85,-4252.52,43.0913,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (51394,181355,1,1724.54,-4354.79,29.1059,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (51395,181355,1,1896.41,-4277.8,31.7153,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (51396,181355,1,-1208.25,142.348,134.143,1.71042,0,0,0.75471,0.656059,180,100,1), - (51397,181355,1,-1242.35,76.3979,128.954,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (51398,181355,1,7942.35,-2570.99,488.751,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (51399,181355,1,7965.54,-2385.6,488.941,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (51400,181355,1,7926.27,-2635.98,492.578,0.942478,0,0,0.45399,0.891007,180,100,1), - (51401,181355,1,7950.37,-2386.92,488.941,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (55181,181605,1,-7823.89,-2049.48,-272.872,4.07402,0,0,0,0,180,100,1), - (51415,181355,0,-4618.02,-925.12,501.062,0.785398,0,0,0.382683,0.92388,180,100,1), - (51416,181355,0,1589.83,245.835,60.1507,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (51444,181355,0,-4990.29,-853.343,501.659,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (51445,181355,0,-4980.03,-865.875,501.659,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (51446,181355,0,-5008.32,-868.188,501.659,0.767945,0,0,0.374607,0.927184,180,100,1), - (51447,181355,0,-4997.85,-880.69,501.659,0.715585,0,0,0.350207,0.936672,180,100,1), - (51448,181355,0,-5018.23,-855.977,501.659,0.680678,0,0,0.333807,0.942641,180,100,1), - (51450,181355,0,2294.08,-5290.58,81.9963,1.91986,0,0,0.819152,0.573576,180,100,1), - (51451,181355,0,2313.58,-5299.31,81.9963,2.44346,0,0,0.939693,0.34202,180,100,1), - (51452,181355,0,2298.28,-5331.19,90.8799,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (51455,181355,0,2045.53,168.323,34.4744,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (51456,181355,0,-926.063,-3535.44,71.0585,2.32129,0,0,0.91706,0.398749,180,100,1), - (51457,181355,0,-913.485,-3495.36,70.433,2.33874,0,0,0.920505,0.390731,180,100,1), - (51458,181355,1,-1277.25,162.139,131.136,2.68781,0,0,0.97437,0.224951,180,100,1), - (51459,181355,0,-9469.38,106.474,57.4206,2.30383,0,0,0.913545,0.406737,180,100,1), - (51460,181355,0,-9461.54,46.4045,56.6063,0.925024,0,0,0.446198,0.894934,180,100,1), - (51461,181355,1,-1399.61,-48.9439,156.685,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (51462,181355,0,-9464.54,79.274,57.2264,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (51463,181355,1,1675.8,-4311.48,61.6065,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (51464,181355,1,1650.02,-4332.94,61.5018,0,0,0,0,1,180,100,1), - (51465,181355,1,1658.49,-4314.09,62.0468,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (51466,181355,1,1695.3,-4321.7,61.498,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (51468,181355,0,-7502.89,-2179.08,165.575,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (51469,181355,0,-1247.64,-2543.75,21.4813,1.3439,0,0,0.622515,0.782608,180,100,1), - (51472,181355,0,-1280.11,-2536.96,21.5735,0.645772,0,0,0.317305,0.948324,180,100,1), - (51473,181355,0,-1236.42,-2505.87,22.3525,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (51474,181355,0,-1286.54,-2520.15,21.5872,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (51475,181355,1,9952.15,2585.77,1316.13,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (51476,181355,0,-10960.9,-3443.02,64.9828,2.79253,0,0,0.984808,0.173648,180,100,1), - (51477,181355,1,9952.86,2607.13,1316.19,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (51478,181355,1,9952.37,2593.96,1316.53,3.08923,0,0,0.999657,0.026177,180,100,1), - (51479,181355,0,-10986.1,-3452.44,65.0053,2.09439,0,0,0.866025,0.5,180,100,1), - (51480,181355,1,9939.42,2606.72,1316.73,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (51481,181355,0,-11097.4,-3444.51,64.9543,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (51483,181355,1,8667.61,868.788,22.2681,1.65806,0,0,0.737277,0.67559,180,100,1), - (51484,181355,1,9658.83,2532.64,1331.52,2.96706,0,0,0.996195,0.087156,180,100,1), - (51486,181355,1,-864.895,-3753.35,19.3753,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (51487,181355,0,-10565.7,-1214.24,26.5597,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (51488,181355,0,-10528.9,-1196.53,26.941,2.23402,0,0,0.898794,0.438371,180,100,1), - (51489,181355,0,-10583.3,-1248.73,36.165,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (51490,181355,0,-10544.2,-1169.38,27.5815,3.08923,0,0,0.999657,0.026177,180,100,1), - (51491,181355,0,-6507.06,-1174.38,309.221,1.81514,0,0,0.788011,0.615662,180,100,1), - (51492,181355,0,-6459.96,-1108.43,306.738,2.89725,0,0,0.992546,0.121869,180,100,1), - (51493,181355,0,513.327,1610.77,125.537,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (51494,181355,0,492.153,1560.28,127.933,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (51495,181355,0,-14282.3,546.645,8.90959,1.95477,0,0,0.829038,0.559193,180,100,1), - (51496,181355,0,-5205.98,-3110.21,302.012,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (51497,181355,0,-5357.79,-2956.84,323.888,0.418879,0,0,0.207912,0.978148,180,100,1), - (51498,181355,0,-10465.4,-3252.11,20.1782,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (51499,181355,0,-10391,-3266.6,22.3531,1.11701,0,0,0.529919,0.848048,180,100,1), - (51500,181355,0,-10476.1,-3262.62,21.0494,1.50098,0,0,0.681998,0.731354,180,100,1), - (51501,181355,1,-439.673,-2677.78,96.2705,0.942478,0,0,0.45399,0.891007,180,100,1), - (51502,181355,1,-569.961,-2667.44,97.5254,2.53073,0,0,0.953717,0.300706,180,100,1), - (51503,181355,0,-11317.5,-185.711,75.0316,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (51504,181355,0,-11303.3,-210.201,76.178,1.90241,0,0,0.814116,0.580703,180,100,1), - (51505,181355,1,-6119.62,-1138.86,-188.67,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (51506,181355,0,-11336,-213.995,75.22,2.42601,0,0,0.936672,0.350207,180,100,1), - (51507,181355,0,-11298.5,-192.833,75.5637,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (51508,181355,1,-6173.32,-1137,-216.933,0.261799,0,0,0.130526,0.991445,180,100,1), - (51509,181355,1,-6198.83,-1123.88,-219.74,2.42601,0,0,0.936672,0.350207,180,100,1), - (51510,181355,0,292.878,-2004.7,194.126,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (51511,181355,0,-10658,1098.28,33.6132,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (51512,181355,0,-10501.7,1051.03,67.7619,1.65806,0,0,0.737277,0.67559,180,100,1), - (51513,181355,0,-3527.58,-886.202,10.7265,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (51514,181355,0,-3865.97,-715.163,8.11382,0.663225,0,0,0.325568,0.945519,180,100,1), - (51515,181355,0,-3650.15,-861.073,10.7246,0.122173,0,0,0.061049,0.998135,180,100,1), - (51516,181355,0,-3662.96,-776.941,9.91138,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (51517,181355,0,-3634.68,-831.379,10.724,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (51518,181355,0,-3912.7,-614.061,5.09038,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (51521,181355,1,2371.7,-2518,108.461,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (51522,181355,1,2330.95,-2561.59,102.773,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (51530,181355,1,152.311,1322.3,192.688,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (51531,181355,1,-1582.39,3165.35,47.0972,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (51532,181355,1,-1581.24,3113.16,56.1613,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (51536,181355,1,193.924,1185.87,167.999,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (51538,181355,1,-3677.69,-4378.2,10.6549,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (51539,181355,1,-4400.7,278.819,25.6522,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (51540,181355,1,-4469.02,238.696,39.1075,0.541052,0,0,0.267238,0.96363,180,100,1), - (51541,181355,1,-3890.49,-4594.44,9.22391,0.663225,0,0,0.325568,0.945519,180,100,1), - (51542,181355,1,-4351.06,20.2735,52.804,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (51543,181355,1,-4380.75,105.694,34.0026,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (51544,181355,1,-4484.65,238.019,48.3433,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (51546,181355,1,6785.19,-4746.64,701.661,1.5708,0,0,0.707107,0.707107,180,100,1), - (51547,181355,1,6819.24,-4617.13,710.669,2.32129,0,0,0.91706,0.398749,180,100,1), - (51548,181355,1,-4382.32,3216.42,12.6949,1.25664,0,0,0.587785,0.809017,180,100,1), - (51549,181355,1,6806.4,-4618,710.669,1.06465,0,0,0.507538,0.861629,180,100,1), - (51550,181355,1,6702.87,-4664.87,721.715,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (51551,181355,0,-811.97,-550.777,15.5091,1.62316,0,0,0.725374,0.688355,180,100,1), - (51553,181355,0,-703.508,-512.517,25.899,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (51555,181355,0,-834.324,-527.053,11.853,2.53073,0,0,0.953717,0.300706,180,100,1), - (51556,181355,1,-6803.87,802.201,51.428,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (51559,181355,1,-6838.14,740.341,42.402,0.244346,0,0,0.121869,0.992546,180,100,1), - (51560,181355,1,-2283.56,-1937.39,95.7939,3.14159,0,0,1,0,180,100,1), - (51561,181355,1,-6863.96,721.329,45.6621,1.74533,0,0,0.766044,0.642788,180,100,1), - (51562,181355,1,-6803.87,802.201,51.428,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (51563,181355,1,-2361.56,-1964.19,96.0866,0.802851,0,0,0.390731,0.920505,180,100,1), - (51564,181355,1,2702.96,1432.79,242.87,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (51565,181355,1,2742.41,1498.08,236.821,2.53073,0,0,0.953717,0.300706,180,100,1), - (51569,181355,1,2785.96,-434.604,116.525,2.77507,0,0,0.983255,0.182236,180,100,1), - (51572,181355,1,2728.34,-353.425,108.593,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (55262,181288,1,1919.91,-2037.51,103.607,1.81061,0,0,0,0,180,100,1), - (55024,181307,0,-8827.06,873.295,99.7209,3.71451,0,0,0,0,180,100,1), - (55261,181288,1,-1041.07,-3434.1,70.3044,0.883685,0,0,0,0,180,100,1), - (55006,181347,229,-15.5284,-364.131,49.6099,6.23491,0,0,0,0,180,100,1), - (55005,181376,429,536.586,602.55,-4.75474,5.74615,0,0,0,0,180,100,1), - (55004,181346,429,536.586,602.55,-4.75474,5.74615,0,0,0,0,180,100,1), - (55003,181376,289,95.8052,65.1433,97.7323,0.462622,0,0,0,0,180,100,1), - (55156,181342,1,3879.19,-5377.36,141.002,5.33246,0,0,0.457661,-0.889125,180,100,1), - (55155,181605,1,6483.43,-2476.31,569.404,3.31363,0,0,0,0,180,100,1), - (55067,181302,1,4368.86,227.734,54.1653,0.148906,0,0,0,0,180,100,1), - (55066,181302,1,4367.66,227.104,52.9026,2.04816,0,0,0.854237,0.519884,180,100,1), - (55065,181302,1,4369.31,228.705,52.986,5.75131,0,0,0,0,180,100,1), - (55208,181302,0,-11275.4,-3060.68,1.14065,2.32696,0,0,0,0,180,100,1), - (55207,181302,0,-11275.2,-3060.5,-0.1035,2.65289,0,0,0,0,180,100,1), - (55197,181302,0,-8837.69,867.989,99.9008,5.51219,0,0,0,0,180,100,1), - (55217,181392,0,-2636.49,-2516.22,84.9528,5.49488,0,0,0.384026,-0.923322,180,100,1), - (55216,181392,0,-2642.17,-2510.42,84.9776,2.34858,0,0,0.922416,0.386197,180,100,1), - (55215,181301,0,-2639.3,-2513.32,81.3943,5.48397,0,0,0,0,180,100,1), - (55226,181605,1,552.391,332.784,52.9136,1.54599,0,0,0,0,180,100,1), - (51618,181355,1,-5467.61,-2444.78,89.3505,0.802851,0,0,0.390731,0.920505,180,100,1), - (51619,181355,1,-5463.07,-2429.32,89.5646,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (51620,181355,1,932.429,992.446,102.399,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (51621,181355,1,900.675,922.28,106.258,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (51622,181355,1,923.709,990.975,102.406,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (51623,181355,1,950.048,930.526,104.918,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (51624,181355,1,920.69,1072.1,105.839,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (55115,181301,0,1918.16,-4416.75,74.4867,5.10526,0,0,0,0,180,100,1), - (55251,181288,0,-4700.28,-1224.34,501.659,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (55239,181306,1,6491.56,-2491.17,568.238,0.225009,0,0,0,0,180,100,1), - (55238,181302,1,6485.39,-2487.69,567.798,4.64287,0,0,0,0,180,100,1), - (55237,181355,1,6479.26,-2497.55,570.778,0.283913,0,0,0,0,180,100,1), - (55236,181355,1,6493.92,-2479.42,570.136,5.7817,0,0,0,0,180,100,1), - (55250,181376,0,1642.06,239.867,62.5916,0.0009408,0,0,0,0,180,100,1), - (55077,181565,0,-11276.1,1826.11,38.9136,2.18846,0,0,0.888575,0.458732,180,100,1), - (55194,181605,1,-6391.83,-194.59,5.21879,1.68648,0,0,0,0,180,100,1), - (55193,181306,1,-6382.58,-178.797,8.22431,3.30519,0,0,0,0,180,100,1), - (51643,181355,1,-3145.85,-2828.78,35.1482,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (51644,181355,1,-3102.34,-2898.48,34.4398,2.9147,0,0,0.993572,0.113203,180,100,1), - (55103,181301,0,-269.923,1162.9,63.7691,2.38731,0,0,0,0,180,100,1), - (55102,181376,0,-278.222,1171.19,63.6597,3.4908,0,0,0.984796,-0.173716,180,100,1), - (55089,181376,0,-325.53,-674.73,54.6548,5.56236,0,0,0.352659,-0.935752,180,100,1), - (55088,181566,0,-325.53,-674.73,54.6548,5.56236,0,0,0.352659,-0.935752,180,100,1), - (51649,181355,1,1725.88,-4220.82,46.0119,2.82743,0,0,0.987688,0.156434,180,100,1), - (51650,181355,1,1729.96,-4312.58,30.0675,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (51651,181355,1,1896.37,-4292.11,31.2669,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (51652,181355,1,-1056.51,289.218,133.864,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (51653,181355,1,-1167.45,175.236,144.007,1.37881,0,0,0.636078,0.771625,180,100,1), - (51654,181355,0,-9407.07,-2258.57,69.3851,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (51655,181355,0,-4776.92,-1175.43,502.191,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (51656,181355,0,-4728.72,-1214.09,501.659,2.26893,0,0,0.906308,0.422618,180,100,1), - (51657,181355,0,-4863.93,-1098.54,502.212,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (51658,181355,0,-4834.15,-1154.81,502.207,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (51659,181355,1,8035.11,-2677.08,515.06,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (51660,181355,1,7790.67,-2422.31,488.341,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (51661,181355,1,7942.5,-2639.73,492.394,1.78024,0,0,0.777146,0.62932,180,100,1), - (51662,181355,1,7821.1,-2479.85,486.84,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (51672,181355,0,-8839.8,772.621,95.8445,3.08923,0,0,0.999657,0.026177,180,100,1), - (51673,181355,0,-8850.92,668.271,97.7651,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (51674,181355,0,-8861.19,739.929,101.403,0.977384,0,0,0.469472,0.882948,180,100,1), - (51675,181355,0,-8817.86,814.784,99.2454,2.53073,0,0,0.953717,0.300706,180,100,1), - (51676,181355,0,-8848.75,636.976,95.8979,0.558505,0,0,0.275637,0.961262,180,100,1), - (51677,181355,1,1536.37,-4206.44,41.9515,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (51678,181355,1,8636.49,858.517,22.4537,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (51679,181355,1,-897.645,-3782.64,12.1446,0.959931,0,0,0.461749,0.887011,180,100,1), - (51680,181355,1,-954.68,-3658.13,10.4672,0.436332,0,0,0.21644,0.976296,180,100,1), - (51681,181355,1,-979.065,-3641.02,19.0544,0.017453,0,0,0.008727,0.999962,180,100,1), - (51682,181355,1,-952.426,-3624.83,16.8638,0.506145,0,0,0.25038,0.968148,180,100,1), - (51683,181355,1,-6227.68,-1045.56,-199.095,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (51684,181355,1,-6299.46,-1177.01,-268.811,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (51685,181355,1,-405.638,-2607.83,95.7385,2.05949,0,0,0.857167,0.515038,180,100,1), - (51686,181355,1,-359.054,-2529.81,95.7875,1.06465,0,0,0.507538,0.861629,180,100,1), - (51687,181355,1,-6148.62,-1071.84,-198.228,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (51688,181355,1,-6106.92,-1148.02,-186.904,2.51327,0,0,0.951057,0.309017,180,100,1), - (51689,181355,1,-6227.68,-1045.56,-199.095,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (51690,181355,1,-6148.62,-1071.84,-198.228,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (51691,181355,1,-6305.18,-1171.37,-268.851,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (51695,181355,1,6353.85,546.37,15.9529,2.84489,0,0,0.989016,0.147809,180,100,1), - (51696,181355,1,6368.94,475.68,18.1209,0.977384,0,0,0.469472,0.882948,180,100,1), - (51697,181355,1,248.515,1276.99,192.147,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (51698,181355,1,106.813,1208.85,163.36,1.91986,0,0,0.819152,0.573576,180,100,1), - (51699,181355,1,244.196,1226.41,192.148,1.11701,0,0,0.529919,0.848048,180,100,1), - (51700,181355,1,-3668.36,-4389.48,10.6087,3.10669,0,0,0.999848,0.017452,180,100,1), - (51701,181355,1,-3618.21,-4458.03,13.6221,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (51702,181355,1,-3592.48,-4307.58,6.70639,0.244346,0,0,0.121869,0.992546,180,100,1), - (51703,181355,1,-3793.05,-4520.67,11.0869,2.58309,0,0,0.961262,0.275637,180,100,1), - (51704,181355,1,-4453.26,3290.12,12.3748,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (51705,181355,1,-4322.27,3295.04,18.7122,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (51706,181355,1,-4323.01,3280.12,18.7228,0.20944,0,0,0.104528,0.994522,180,100,1), - (51707,181355,0,1769.07,72.6175,-45.2479,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (51708,181355,1,6802.95,-4751.3,701.505,1.62316,0,0,0.725374,0.688355,180,100,1), - (51709,181355,1,6748.98,-4611.21,720.915,1.64061,0,0,0.731354,0.681998,180,100,1), - (51710,181355,1,-2388.45,-1888.2,95.7555,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (51711,181355,1,-2384.55,-1872.36,95.8502,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (55225,181388,1,546.317,343.171,54.2048,6.27802,0,0,0,0,180,100,1), - (55224,181305,1,546.492,343.042,53.2135,0.753528,0,0,0,0,180,100,1), - (51714,181355,1,-5407.62,-2430.02,89.6892,1.43117,0,0,0.656059,0.75471,180,100,1), - (55114,181376,0,1930.94,-4411.57,73.882,4.3395,0,0,0.825927,-0.563777,180,100,1), - (55113,181338,0,1930.94,-4411.57,73.882,4.3395,0,0,0.825927,-0.563777,180,100,1), - (55240,181302,0,-7188.77,-1045.77,240.668,5.857,0,0,0,0,180,100,1), - (55192,181355,1,-6384.71,-189.082,6.95459,1.78152,0,0,0,0,180,100,1), - (51719,181355,0,2277.63,-5342.27,88.287,2.18166,0,0,0.887011,0.461749,180,100,1), - (55101,181564,0,-278.222,1171.19,63.6597,3.4908,0,0,0.984796,-0.173716,180,100,1), - (51721,181355,0,-5000.16,-841.309,501.659,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (51722,181355,1,8654.47,866.144,22.6211,1.51844,0,0,0.688355,0.725374,180,100,1), - (51723,181355,1,1693.35,-4289.23,31.8615,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (51724,181355,1,1679.48,-4244.66,51.6368,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (51725,181355,1,1698.52,-4383.65,27.5176,2.96706,0,0,0.996195,0.087156,180,100,1), - (51726,181355,1,-1064.56,235.532,115.125,-1.309,0,0,0.608761,-0.793353,180,100,1), - (51727,181355,1,-1059.58,252.547,122.166,0.977384,0,0,0.469472,0.882948,180,100,1), - (51728,181355,1,-1236.63,69.1859,128.767,1.16937,0,0,0.551937,0.833886,180,100,1), - (51729,181355,1,-1201.81,105.939,134.565,2.40855,0,0,0.93358,0.358368,180,100,1), - (51730,181355,1,-1074.85,237.866,115.946,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (51731,181355,1,7867.61,-2562.42,486.946,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (51732,181355,1,7971.82,-2433.29,488.939,2.23402,0,0,0.898794,0.438371,180,100,1), - (51733,181355,0,-6657.58,-2182.62,244.144,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (51734,181355,0,-6644.35,-2148.98,245.351,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (51735,181355,1,7975.15,-2472.39,486.705,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (51736,181355,0,-9378.76,-86.2716,63.6306,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (51737,181355,0,-1225.37,-2521.81,22.3682,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (51738,181355,0,-11023.7,-3403.58,65.0967,0.453786,0,0,0.224951,0.97437,180,100,1), - (51739,181355,0,-11036.2,-3464.26,64.9543,0.837758,0,0,0.406737,0.913545,180,100,1), - (51740,181355,0,-11024.7,-3335.21,64.2872,1.22173,0,0,0.573576,0.819152,180,100,1), - (51741,181355,0,-11108.6,-3450.28,64.9543,0.087266,0,0,0.043619,0.999048,180,100,1), - (51742,181355,0,-5535.45,-476.932,398.085,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (51743,181355,0,-5461.15,-479.124,396.7,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (51744,181355,0,-6554.31,-1161.94,310.649,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (51745,181355,0,-6561.41,-1106.39,310.749,0.698132,0,0,0.34202,0.939693,180,100,1), - (51746,181355,0,-9528.31,-1220.07,47.512,-1.20428,0,0,0.566406,-0.824126,180,100,1), - (51747,181355,0,503.622,1612.43,125.166,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (51748,181355,0,-9491.95,-1202.64,48.5446,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (51749,181355,0,560.79,1570.85,131.883,3.08923,0,0,0.999657,0.026177,180,100,1), - (51750,181355,0,-14363,437.632,7.37248,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (51751,181355,0,-5342.95,-2963.12,324.107,2.54818,0,0,0.956305,0.292372,180,100,1), - (51752,181355,0,-12359.6,211.965,4.00973,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (51753,181355,0,-10393.4,-3271.25,22.2134,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (51754,181355,0,-10469.1,-3269.21,20.2177,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (51755,181355,0,-10464.8,-3184.08,20.3059,1.16937,0,0,0.551937,0.833886,180,100,1), - (51756,181355,0,-14337.5,396.097,23.3161,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (51757,181355,0,-14339,455.98,7.73201,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (51758,181355,0,-584.169,-4546.21,9.90844,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (51759,181355,0,-584.917,-4609.13,9.89951,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (51760,181355,0,-647.69,-4717.64,5.03787,0.977384,0,0,0.469472,0.882948,180,100,1), - (51761,181355,0,-643.153,-4701.28,4.82018,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (51762,181355,0,-637.256,-4522.71,11.3868,2.56563,0,0,0.95882,0.284015,180,100,1), - (51763,181355,0,328.687,-1969.22,197.652,1.25664,0,0,0.587785,0.809017,180,100,1), - (51764,181355,0,249.608,-2135.64,118.576,2.54818,0,0,0.956305,0.292372,180,100,1), - (51768,181355,0,-10515,1004.96,67.1648,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (51769,181355,0,-10502.6,1070.96,55.2353,2.60054,0,0,0.96363,0.267238,180,100,1), - (51770,181355,0,-10476.5,1020.19,67.1671,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (51771,181355,0,-3743.92,-711.294,8.23859,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (51772,181355,0,-3542.39,-916.357,10.7274,0.366519,0,0,0.182236,0.983255,180,100,1), - (51773,181355,0,-3600.97,-896.232,14.6426,1.0472,0,0,0.5,0.866025,180,100,1), - (51774,181355,0,-3782.5,-784.072,8.80204,1.6057,0,0,0.71934,0.694658,180,100,1), - (51775,181355,0,-3883.96,-618.031,5.36373,2.11185,0,0,0.870356,0.492424,180,100,1), - (51795,181355,1,-1059.88,187.755,107.249,1.58825,0,0,0.71325,0.700909,180,100,1), - (51796,181355,0,-37.6348,-900.646,56.287,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (51800,181355,1,8652.41,859.318,22.5535,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (51801,181355,1,1675.11,-4361.82,62.06,1.65806,0,0,0.737277,0.67559,180,100,1), - (51802,181355,1,1688.17,-4313.84,61.6555,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (51806,181355,0,-824.021,-569.205,15.2167,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (51807,181355,1,-911.322,-3743.83,9.66594,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (51808,181355,0,-804.305,-603.817,15.0128,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (51809,181355,0,-845.95,-545.974,11.0796,1.65806,0,0,0.737277,0.67559,180,100,1), - (51810,181355,1,-854.146,-3760.71,19.3062,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (51811,181355,1,-1038.23,-3672.26,23.8438,0.087266,0,0,0.043619,0.999048,180,100,1), - (51816,181355,0,-10701.3,-1129.38,25.8268,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (51817,181355,0,-10692.2,-1129.69,25.6155,0.244346,0,0,0.121869,0.992546,180,100,1), - (51824,181355,1,-6152.32,-1118.43,-213.186,0.174533,0,0,0.087156,0.996195,180,100,1), - (51825,181355,0,-1110.83,-3564.98,48.2565,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (51826,181355,1,-431.034,-2646.21,96.0356,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (51827,181355,1,-412.084,-2706.69,97.1891,0.820305,0,0,0.398749,0.91706,180,100,1), - (51828,181355,1,-429.663,-2654.22,95.9606,3.01942,0,0,0.998135,0.061049,180,100,1), - (51831,181355,1,-6299.46,-1177.01,-268.811,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (51832,181355,1,-6173.32,-1137,-216.933,0.261799,0,0,0.130526,0.991445,180,100,1), - (51835,181355,1,-3980.87,-4722.02,4.52101,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (51836,181355,1,-3809.4,-4507.4,11.2316,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (51837,181355,1,-3805.92,-4428.6,12.8887,2.89725,0,0,0.992546,0.121869,180,100,1), - (51838,181355,1,-3580.73,-4321.67,6.70639,1.15192,0,0,0.544639,0.838671,180,100,1), - (51839,181355,1,-3739.39,-4354.5,10.8762,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (51842,181355,1,6724.5,-4659.66,720.847,1.43117,0,0,0.656059,0.75471,180,100,1), - (51843,181355,1,6788.36,-4737.25,701.498,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (51845,181355,1,-2314.99,-1968.81,95.7483,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (51857,181355,1,1677.7,-4386.64,22.8407,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (51858,181355,1,1727.12,-4342.85,29.0717,0.087266,0,0,0.043619,0.999048,180,100,1), - (51859,181355,1,1700.56,-4284.04,33.0089,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (51860,181355,1,1812.64,-4240.12,41.3496,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (51861,181355,1,1914.78,-4292.68,29.2644,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (51862,181355,1,1761.26,-4222.54,42.797,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (51863,181355,1,1736.14,-4340.94,30.5056,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (51864,181355,1,1817.81,-4230.44,39.8037,2.93215,0,0,0.994522,0.104528,180,100,1), - (51865,181355,1,-1212.9,110.249,133.385,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (51866,181355,1,-1160.66,167.948,144.024,0.191986,0,0,0.095846,0.995396,180,100,1), - (51868,181355,1,-1047.48,279.202,134.503,1.69297,0,0,0.748956,0.66262,180,100,1), - (51870,181355,1,7915.28,-2562.39,488.284,3.10669,0,0,0.999848,0.017452,180,100,1), - (51871,181355,1,7864,-2510.33,489.275,0.925024,0,0,0.446198,0.894934,180,100,1), - (51872,181355,1,7911.11,-2575.12,488.51,1.97222,0,0,0.833886,0.551937,180,100,1), - (51873,181355,1,7862.29,-2495.23,489.276,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (51874,181355,0,-9423.64,-2244.61,68.4526,2.72271,0,0,0.978148,0.207912,180,100,1), - (51875,181355,0,-9289.4,-2302.5,69.382,0.279253,0,0,0.139173,0.990268,180,100,1), - (51876,181355,0,1617.5,215.654,62.5945,2.30383,0,0,0.913545,0.406737,180,100,1), - (51877,181355,0,1617.49,264.553,62.5945,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (51879,181355,1,-1000.07,264.762,137.59,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (51880,181355,1,-1385.49,-58.1903,158.535,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (51882,181355,1,8679.38,904.317,21.5485,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (51883,181355,1,8666.79,884.054,22.2721,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (51884,181355,1,1858.83,-4514.74,23.7042,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (51885,181355,0,-4880.44,-1131.43,502.212,2.96706,0,0,0.996195,0.087156,180,100,1), - (51886,181355,0,-4739.14,-1155.74,502.212,1.95477,0,0,0.829038,0.559193,180,100,1), - (51887,181355,1,-963.595,-3721.69,5.66055,0.942478,0,0,0.45399,0.891007,180,100,1), - (51891,181355,1,-479.502,-2687.16,95.959,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (51892,181355,1,-346.751,-2579.45,96.25,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (51893,181355,1,1691.73,-4372.65,24.775,2.60054,0,0,0.96363,0.267238,180,100,1), - (51894,181355,1,1729.08,-4363.2,31.4432,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (51895,181355,1,1919.96,-4297.99,27.0064,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (51896,181355,1,1858.48,-4242.12,41.2795,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (51897,181355,1,-1031.92,202.67,135.27,0.872665,0,0,0.422618,0.906308,180,100,1), - (51898,181355,1,1472.4,-4227.22,58.9938,2.16421,0,0,0.882948,0.469472,180,100,1), - (51899,181355,1,1698.88,-4342.24,62.0575,2.74017,0,0,0.979925,0.199368,180,100,1), - (51900,181355,1,-1036.73,-3663.8,23.8511,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (51901,181355,1,-911.322,-3743.83,9.66594,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (51902,181355,1,-903.914,-3770.74,11.8177,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (51903,181355,1,-976.997,-3781.05,5.07813,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (51904,181355,0,-8834.7,646.499,95.5804,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (51905,181355,0,-8852.77,744.76,101.75,1.74533,0,0,0.766044,0.642788,180,100,1), - (51906,181355,0,-8845.18,661.823,97.8532,2.63545,0,0,0.968148,0.25038,180,100,1), - (51907,181355,0,-8611.96,774.592,97.1369,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (51908,181355,0,-8833.52,541.753,96.9853,0.942478,0,0,0.45399,0.891007,180,100,1), - (51915,181355,1,-1074.37,218.621,110.217,0.244346,0,0,0.121869,0.992546,180,100,1), - (51916,181355,1,-989.995,260.398,137.59,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (51917,181355,1,-903.914,-3770.74,11.8177,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (51918,181355,0,1589.55,234.288,60.1507,0.785398,0,0,0.382683,0.92388,180,100,1), - (51919,181355,1,-1038.23,-3672.26,23.8438,0.087266,0,0,0.043619,0.999048,180,100,1), - (51920,181355,1,-925.044,-3711.47,8.92793,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (51921,181355,0,-4623.99,-917.633,501.063,0.698132,0,0,0.34202,0.939693,180,100,1), - (51922,181355,0,1761.93,64.9711,-45.2479,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (51923,181355,1,-503.652,-2644.92,95.7915,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (51924,181355,0,2273.56,-5319.77,88.0198,0.855211,0,0,0.414693,0.909961,180,100,1), - (51925,181355,0,2265.43,-5297.72,82.1673,1.39626,0,0,0.642788,0.766044,180,100,1), - (51926,181355,0,2022.71,152.72,34.3879,0.698132,0,0,0.34202,0.939693,180,100,1), - (51927,181355,1,8637.42,832.573,23.1649,1.44862,0,0,0.66262,0.748956,180,100,1), - (51928,181355,1,9687.26,2518.82,1337.31,2.51327,0,0,0.951057,0.309017,180,100,1), - (51929,181355,1,8694.31,904.751,21.662,3.08923,0,0,0.999657,0.026177,180,100,1), - (51930,181355,1,-976.997,-3781.05,5.07813,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (51931,181355,1,-954.68,-3658.13,10.4672,0.436332,0,0,0.21644,0.976296,180,100,1), - (51932,181355,1,-854.146,-3760.71,19.3062,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (51933,181355,1,-864.895,-3753.35,19.3753,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (51934,181355,0,-950.796,-3469.76,53.46,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (51935,181355,0,-921.525,-3550.71,72.9657,0.907571,0,0,0.438371,0.898794,180,100,1), - (51936,181355,0,-912.667,-3482.32,70.479,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (51937,181355,0,-6626.13,-2176.82,244.222,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (51938,181355,0,-10505,-1260.65,41.0628,2.70526,0,0,0.976296,0.21644,180,100,1), - (51939,181355,0,-5588.76,-425.284,397.325,-1.11701,0,0,0.529919,-0.848048,180,100,1), - (51940,181355,0,-5605.66,-489.755,397.563,1.79769,0,0,0.782608,0.622515,180,100,1), - (51941,181355,1,-1069.76,187.885,107.716,1.06465,0,0,0.507538,0.861629,180,100,1), - (51942,181355,0,-10572,-1148.97,26.4383,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (51943,181355,1,-925.044,-3711.47,8.92793,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (51944,181355,1,-885.678,-3771.15,12.3838,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (51945,181355,1,-970.376,-3785.63,5.57285,2.47837,0,0,0.945519,0.325568,180,100,1), - (51946,181355,0,-9653.36,-1351.62,49.9791,2.19912,0,0,0.891007,0.453991,180,100,1), - (51947,181355,1,-989.049,-3822.69,5.7397,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (51948,181355,1,-1019.93,-3677.08,22.862,2.35619,0,0,0.92388,0.382683,180,100,1), - (51949,181355,1,-897.645,-3782.64,12.1446,0.959931,0,0,0.461749,0.887011,180,100,1), - (51950,181355,0,-6521.32,-1109,311.013,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (51951,181355,0,-6516.16,-1195.87,309.255,1.55334,0,0,0.700909,0.71325,180,100,1), - (51952,181355,0,528.47,1650.73,125.682,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (51953,181355,0,501.153,1560.73,128.617,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (51955,181355,0,472.832,1537.91,131.651,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (51957,181355,0,-12429.8,225.64,1.22669,0.383972,0,0,0.190809,0.981627,180,100,1), - (51958,181355,0,-14275.7,297.306,32.0678,0.575959,0,0,0.284015,0.95882,180,100,1), - (51959,181355,0,-12343,154.528,4.77617,2.63545,0,0,0.968148,0.25038,180,100,1), - (51960,181355,0,-14465.9,460.776,30.5326,2.51327,0,0,0.951057,0.309017,180,100,1), - (51961,181355,0,-14449.2,514.87,26.56,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (51962,181355,0,-597.768,-4591.46,9.82312,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (51963,181355,0,-524.296,-4531.64,11.2075,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (51964,181355,0,288.489,-2000.86,194.126,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (51965,181355,0,206.183,-1994.8,145.408,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (51966,181355,0,-10645,1155.03,33.3267,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (51967,181355,0,-10644.3,994.063,32.8831,2.04204,0,0,0.85264,0.522499,180,100,1), - (51968,181355,0,-10626.4,1039.41,34.2315,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (51969,181355,0,-3760.64,-751.786,7.89434,2.07694,0,0,0.861629,0.507538,180,100,1), - (51970,181355,0,-3730.89,-624.588,7.25361,1.18682,0,0,0.559193,0.829038,180,100,1), - (51977,181355,0,-892.098,-532.284,8.58027,0.05236,0,0,0.026177,0.999657,180,100,1), - (51978,181355,0,-11.0178,-961.052,55.8387,2.25148,0,0,0.902585,0.430511,180,100,1), - (51979,181355,0,-9.25792,-950.505,56.3528,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (51980,181355,0,11.1673,-862.847,57.8544,3.00197,0,0,0.997564,0.069757,180,100,1), - (51992,181355,0,-9248.94,-2068.15,76.475,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (51993,181355,0,-4886.51,-1060.58,502.162,0.837758,0,0,0.406737,0.913545,180,100,1), - (51994,181355,0,-4782.38,-1159,502.212,1.15192,0,0,0.544639,0.838671,180,100,1), - (51995,181355,0,-4860.59,-1122.87,502.211,0.541052,0,0,0.267238,0.96363,180,100,1), - (51996,181355,0,-4704.54,-1193.91,501.659,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (51997,181355,0,-4813.21,-1175.7,502.2,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (51998,181355,0,-8829.58,679.432,97.692,1.11701,0,0,0.529919,0.848048,180,100,1), - (51999,181355,0,-8834.88,611.218,94.1878,2.89725,0,0,0.992546,0.121869,180,100,1), - (52000,181355,0,-8843.62,618.009,93.465,2.05949,0,0,0.857167,0.515038,180,100,1), - (52001,181355,0,-9013.6,889.642,29.6206,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (52002,181355,0,-8621.19,786.2,97.1391,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (52003,181355,0,-8430.99,596.351,94.6203,-2.82743,0,0,0.987688,-0.156434,180,100,1), - (52004,181355,0,-8874.09,640.259,96.0894,0.541052,0,0,0.267238,0.96363,180,100,1), - (52005,181355,0,-1003.92,-3541.7,57.1203,3.01942,0,0,0.998135,0.061049,180,100,1), - (52006,181355,0,-10514.6,-1245.22,41.1169,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (52007,181355,0,-10576.2,-1190.16,27.473,0.488692,0,0,0.241922,0.970296,180,100,1), - (52008,181355,0,-5420.54,-2935.77,346.834,2.89725,0,0,0.992546,0.121869,180,100,1), - (52009,181355,0,-6497.89,-1126.72,307.82,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (52010,181355,0,-6503.93,-1140.64,307.381,0,0,0,0,1,180,100,1), - (52011,181355,0,-14476.6,487.628,14.9041,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (52012,181355,0,-14465.9,460.776,30.5326,2.51327,0,0,0.951057,0.309017,180,100,1), - (52013,181355,0,-12425.1,148.815,2.97293,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (52014,181355,0,-12421.5,217.085,31.2913,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (52015,181355,0,-10451.2,-3184.26,20.6653,1.8675,0,0,0.803857,0.594823,180,100,1), - (52016,181355,0,-10475.5,-3255.49,21.0479,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (52017,181355,0,267.016,-2163.75,119.969,1.8326,0,0,0.793353,0.608761,180,100,1), - (52018,181355,0,320.482,-1963.07,197.961,0.733038,0,0,0.358368,0.93358,180,100,1), - (52019,181355,0,-555.274,-4568.21,10.0461,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (52020,181355,0,269.261,-2026.36,171.447,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (52021,181355,0,-594.688,-4617.7,9.52885,0.418879,0,0,0.207912,0.978148,180,100,1), - (52022,181355,0,293.269,-2112.53,123.937,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (52023,181355,0,318.861,-2105.37,123.228,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (52024,181355,0,-10491.4,1002.01,67.1674,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (52025,181355,0,-10525.2,1030.73,67.1655,2.86234,0,0,0.990268,0.139173,180,100,1), - (52026,181355,0,-3759.52,-643.922,8.27707,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (52028,181355,0,-3694.83,-870.158,9.91187,2.14675,0,0,0.878817,0.477159,180,100,1), - (52029,181355,0,-3793.48,-772.669,8.73583,0.191986,0,0,0.095846,0.995396,180,100,1), - (52032,181355,0,-699.977,-528.644,25.5933,2.46091,0,0,0.942641,0.333807,180,100,1), - (52033,181355,0,-18.1917,-923.664,55.6915,2.67035,0,0,0.97237,0.233445,180,100,1), - (52034,181355,0,-854.428,-504.039,11.2423,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (52035,181355,0,-37.0247,-906.391,56.0919,0.191986,0,0,0.095846,0.995396,180,100,1), - (52048,181355,0,-4946.98,-1013.48,501.44,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (52049,181355,0,-4886.14,-1098.37,502.214,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (52053,181355,0,-8848.42,716.79,97.6476,2.75762,0,0,0.981627,0.190809,180,100,1), - (52054,181355,0,-8822.11,682.775,97.6637,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (52055,181355,0,-8879.18,649.492,96.0198,0.488692,0,0,0.241922,0.970296,180,100,1), - (52056,181355,0,-10544.2,-1169.38,27.5815,3.08923,0,0,0.999657,0.026177,180,100,1), - (52057,181355,0,-5576.31,-498.891,403.867,2.25148,0,0,0.902585,0.430511,180,100,1), - (52058,181355,0,-5643.28,-503.155,396.669,1.5708,0,0,0.707107,0.707107,180,100,1), - (52059,181355,0,-10514.6,-1245.22,41.1169,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (52060,181355,0,-10565.7,-1214.24,26.5597,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (52061,181355,0,-5354.78,-2942.89,323.617,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (52062,181355,0,-5368.13,-2868.49,340.119,2.26893,0,0,0.906308,0.422618,180,100,1), - (52063,181355,0,-14466.2,448.449,30.5951,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (52064,181355,0,-14282.3,546.645,8.90959,1.95477,0,0,0.829038,0.559193,180,100,1), - (52065,181355,0,-14447,419.584,25.0283,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (52066,181355,0,-12418.3,134.366,3.76447,1.0472,0,0,0.5,0.866025,180,100,1), - (52067,181355,0,-12422.8,223.301,1.32096,1.67552,0,0,0.743145,0.669131,180,100,1), - (52070,181355,0,286.333,-2049.77,177.513,1.67552,0,0,0.743145,0.669131,180,100,1), - (52071,181355,0,-10630.7,1120.51,33.6976,0,0,0,0,1,180,100,1), - (52072,181355,0,-10664.9,1006.76,32.938,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (52073,181355,0,-10611.8,1031.24,34.1244,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (52074,181355,0,-3769.22,-860.95,10.246,0.890118,0,0,0.430511,0.902585,180,100,1), - (52075,181355,0,-3814.44,-754.409,8.07528,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (52076,181355,0,-3755.77,-683.807,8.79328,0.331613,0,0,0.165048,0.986286,180,100,1), - (52077,181355,0,-721.003,-508.469,26.4912,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (52078,181355,0,-820.159,-509.365,14.602,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (52079,181355,0,-790.763,-511.988,17.7414,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (52080,181355,0,-9409.73,-2292.76,69.385,2.63545,0,0,0.968148,0.25038,180,100,1), - (52081,181355,0,-4712.49,-1181.77,501.698,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (52082,181355,0,-4738.07,-1203.41,501.698,1.25664,0,0,0.587785,0.809017,180,100,1), - (52086,181355,0,-8831.45,814.218,98.6497,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (52089,181355,0,-10576.2,-1190.16,27.473,0.488692,0,0,0.241922,0.970296,180,100,1), - (52090,181355,0,-10528.9,-1196.53,26.941,2.23402,0,0,0.898794,0.438371,180,100,1), - (52091,181355,0,-10505,-1260.65,41.0628,2.70526,0,0,0.976296,0.21644,180,100,1), - (52092,181355,0,-5347.17,-2985.97,323.677,1.29154,0,0,0.601815,0.798636,180,100,1), - (52093,181355,0,-14421.2,511.856,4.96044,2.04204,0,0,0.85264,0.522499,180,100,1), - (52094,181355,0,-14447,419.584,25.0283,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (52095,181355,0,-14461.2,454.094,15.1864,2.54818,0,0,0.956305,0.292372,180,100,1), - (52096,181355,0,-14421.2,511.856,4.96044,2.04204,0,0,0.85264,0.522499,180,100,1), - (52097,181355,0,225.289,-2107.82,117.915,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (52098,181355,0,-10517.7,1044.93,67.7619,2.32129,0,0,0.91706,0.398749,180,100,1), - (52099,181355,0,-10486.5,1046.04,67.1715,0.994838,0,0,0.477159,0.878817,180,100,1), - (52100,181355,0,-10529.7,1059.62,55.2144,1.44862,0,0,0.66262,0.748956,180,100,1), - (52101,181355,0,-3880.62,-595.061,5.86222,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (52102,181355,0,-9234.27,-2077.68,76.5569,2.67035,0,0,0.97237,0.233445,180,100,1), - (52103,181355,0,-9184.45,-2083.87,87.7621,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (52104,181355,0,-9183.47,-2113,87.7816,1.69297,0,0,0.748956,0.66262,180,100,1), - (52105,181355,0,-9426.25,-2231.33,68.5408,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (52108,181355,0,-5433.76,-2928.79,347.517,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (52109,181355,0,-5315.12,-2960.84,333.653,2.51327,0,0,0.951057,0.309017,180,100,1), - (52110,181355,0,-5349.71,-2863.36,339.594,1.79769,0,0,0.782608,0.622515,180,100,1), - (52111,181355,0,298.721,-2136.08,123.937,1.81514,0,0,0.788011,0.615662,180,100,1), - (52112,181355,0,-3767.19,-623.693,8.57985,0.471239,0,0,0.233445,0.97237,180,100,1), - (52113,181355,0,-894.953,-544.774,6.87962,0.418879,0,0,0.207912,0.978148,180,100,1), - (52114,181355,0,-746.495,-541.341,19.4194,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (52116,181355,0,-9346.3,-2213.29,61.8977,1.3439,0,0,0.622515,0.782608,180,100,1), - (52117,181355,0,-14303.7,533.712,8.65903,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (52118,181355,0,-14476.2,461.225,36.5348,0.663225,0,0,0.325568,0.945519,180,100,1), - (52119,181355,0,-14449.2,514.87,26.56,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (52120,181355,0,-14329.5,471.739,8.28834,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (52121,181355,0,-14476.6,487.628,14.9041,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (52122,181355,0,243.802,-2011.79,177.514,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (52123,181355,0,-3837.73,-762.72,8.20215,0.191986,0,0,0.095846,0.995396,180,100,1), - (52124,181355,0,-3851.15,-705.537,8.20285,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (52125,181355,0,-3717.83,-739.974,10.2762,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (52126,181355,0,-3577.63,-850.181,14.6426,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (52127,181355,0,-14425.6,454.349,15.3409,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (52128,181355,0,-14337.5,396.097,23.3161,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (52129,181355,0,-14466.2,448.449,30.5951,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (52130,181355,0,-9285.96,-2268.29,69.3834,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (52131,181355,0,-14425.6,454.349,15.3409,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (52132,181355,0,-14395.9,401.171,8.88664,0.820305,0,0,0.398749,0.91706,180,100,1), - (52133,181355,0,-9246.19,-2136.64,63.9338,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (52134,181355,0,-9256.66,-2226.64,63.9334,3.08923,0,0,0.999657,0.026177,180,100,1), - (52135,181355,0,-9419,-2066.18,58.9032,-2.09439,0,0,0.866025,-0.5,180,100,1), - (52136,181355,0,-14476.2,461.225,36.5348,0.663225,0,0,0.325568,0.945519,180,100,1), - (52137,181355,0,-14275.7,297.306,32.0678,0.575959,0,0,0.284015,0.95882,180,100,1), - (52138,181355,0,-14317,498.746,8.58845,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (52139,181355,0,-14303.7,533.712,8.65903,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (52140,181355,0,-14339,455.98,7.73201,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (52141,181355,0,-14395.9,401.171,8.88664,0.820305,0,0,0.398749,0.91706,180,100,1), - (52142,181355,0,-14363,437.632,7.37248,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (52143,181355,0,-14461.2,454.094,15.1864,2.54818,0,0,0.956305,0.292372,180,100,1), - (52220,181358,1,-1297.66,192.871,137.188,1.65806,0,0,0.737277,0.67559,180,100,1), - (52221,181358,1,-1028.03,-41.6273,147.165,2.60054,0,0,0.96363,0.267238,180,100,1), - (52222,181358,1,-1185.54,27.9683,195.245,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (52223,181358,1,1663.45,-4345.16,38.0168,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (52224,181358,1,1659.33,-4346.13,67.0861,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (52225,181358,0,-9076.73,406.132,98.6196,2.25148,0,0,0.902585,0.430511,180,100,1), - (52226,181358,0,-8935.06,522.067,109.389,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (52227,181358,0,-8948.83,539.007,109.32,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (52228,181358,0,-9094.66,429.094,99.0901,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (52230,181358,1,-1210.72,34.2156,192.245,2.84489,0,0,0.989016,0.147809,180,100,1), - (52231,181358,1,-1123.94,65.1875,158.35,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (52232,181358,0,294.93,-2008.58,284.122,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (52233,181358,1,-4432.11,256.841,56.9382,0.366519,0,0,0.182236,0.983255,180,100,1), - (52235,181358,0,-8852.53,539.681,117.809,0.244346,0,0,0.121869,0.992546,180,100,1), - (52236,181358,1,-1108.48,-10.3021,157.776,1.78024,0,0,0.777146,0.62932,180,100,1), - (52238,181358,1,-1236.53,-90.0243,178.074,0.436332,0,0,0.21644,0.976296,180,100,1), - (52239,181358,1,-1180.66,-92.8976,177.532,2.53073,0,0,0.953717,0.300706,180,100,1), - (52240,181358,1,-1205,134.352,149.189,-2.42601,0,0,0.936672,-0.350207,180,100,1), - (52524,181376,1,1952.99,-4271.15,30.5822,4.16335,0,0,0.104528,-0.994522,180,100,1), - (55139,181302,0,-7181.2,-1043.09,240.515,5.11327,0,0,0.552164,-0.833735,180,100,1), - (55023,181305,0,-8825.92,873.322,98.6609,5.90733,0,0,0.565033,0.825068,180,100,1), - (55154,181302,1,6484.03,-2488.25,568.88,5.01169,0,0,0,0,180,100,1), - (55223,181392,1,546.09,342.787,56.8252,3.95052,0,0,0,0,180,100,1), - (55243,181302,1,3881.32,-5393.83,143.453,2.5836,0,0,0,0,180,100,1), - (55191,181302,1,-6388.37,-176.693,9.50042,3.38374,0,0,0,0,180,100,1), - (55100,181605,0,-315.902,-663.304,54.2221,4.0544,0,0,0,0,180,100,1), - (55171,181301,1,-7828.62,-2060.54,-271.689,4.07473,0,0,0.893116,-0.449826,180,100,1), - (52534,181376,1,8704.97,932.636,14.7263,3.40724,0,0,0.991192,-0.132434,180,100,1), - (55180,181355,1,-7838.82,-2058.35,-272.071,4.79997,0,0,0,0,180,100,1), - (55022,181392,0,-8827.67,876.27,102.123,1.20095,0,0,0.565033,0.825068,180,100,1), - (55002,181349,289,95.8052,65.1433,97.7323,0.462622,0,0,0,0,180,100,1), - (55153,181302,1,6484.05,-2488.09,567.637,1.87404,0,0,0,0,180,100,1), - (55064,181388,1,4363.4,229.912,54.5119,1.93035,0,0,0,0,180,100,1), - (55062,181305,1,4363.6,229.547,53.5188,0.361213,0,0,0.179626,0.983735,180,100,1), - (55206,181392,0,-11267.9,-3603.67,3.31584,5.57381,0,0,0,0,180,100,1), - (55196,181302,0,-8838.29,867.385,98.6597,5.55539,0,0,0,0,180,100,1), - (55112,181605,0,-263.594,1174.46,63.7816,4.51702,0,0,0,0,180,100,1), - (55228,181392,1,-1048.71,-3427.43,75.4132,4.2177,0,0,0,0,180,100,1), - (55087,181376,0,-2624.47,-2508.33,82.1387,4.55157,0,0,0.761619,-0.648025,180,100,1), - (55128,181302,0,109.988,-3957.43,138.209,1.09763,0,0,0.521678,0.853142,180,100,1), - (55260,181288,1,-7838,-2068.18,-271.779,0.446949,0,0,0,0,180,100,1), - (52571,181376,1,-1036.25,297.622,135.536,3.7342,0,0,0.956422,-0.291989,180,100,1), - (55273,181288,429,536.586,602.55,-4.75474,5.74615,0,0,0,0,180,100,1), - (52575,181376,0,-4700.28,-1224.34,501.659,-2.14675,0,0,-0.878817,0.477159,180,100,1), - (52577,181376,0,-8833.23,859.132,98.8978,-2.07694,0,0,-0.861629,0.507538,180,100,1), - (52581,181388,1,-1290.56,49.203,138.795,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (52582,181388,1,1639.59,-4445.7,16.3232,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (52583,181388,1,1640.67,-4445.25,16.3232,0.715585,0,0,0.350207,0.936672,180,100,1), - (52584,181388,1,10145,2211.82,1331.84,-1.69297,0,0,0.748956,-0.66262,180,100,1), - (52585,181388,1,10137.6,2226.17,1330.95,0.279253,0,0,0.139173,0.990268,180,100,1), - (52586,181388,1,10139.6,2208.23,1331.84,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (52587,181388,1,10129.6,2220.79,1330.94,2.94961,0,0,0.995396,0.095846,180,100,1), - (52588,181388,1,-1049.29,-3639.55,24.9887,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (52589,181388,1,9661.73,2505.73,1334.16,4.71239,0,0,0.707107,-0.707107,180,100,1), - (52594,181388,0,-9215.89,-2145.81,65.4233,1.01229,0,0,0.48481,0.87462,180,100,1), - (52595,181388,0,-9221.36,-2160.02,64.8293,2.32129,0,0,0.91706,0.398749,180,100,1), - (52596,181388,1,-444.25,-2649.06,97.8503,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (52597,181388,1,-6104.23,-1141.34,-184.911,0.698132,0,0,0.34202,0.939693,180,100,1), - (52598,181388,1,-6165.39,-1115.85,-212.628,0.663225,0,0,0.325568,0.945519,180,100,1), - (52599,181388,1,-6107.59,-1138.97,-185.335,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (52600,181388,1,-6104.23,-1141.34,-184.911,0.698132,0,0,0.34202,0.939693,180,100,1), - (52601,181388,1,2349.08,-2577.25,103.558,0.959931,0,0,0.461749,0.887011,180,100,1), - (52602,181388,1,252.293,1259.18,193.428,2.61799,0,0,0.965926,0.258819,180,100,1), - (52603,181388,1,-4530.47,-779.77,-39.8633,0.279253,0,0,0.139173,0.990268,180,100,1), - (52604,181388,1,-4530.47,-779.77,-39.8633,0.279253,0,0,0.139173,0.990268,180,100,1), - (52605,181388,1,6684.68,-4679.01,722.819,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (52606,181388,1,3353.02,993.033,5.975,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (52607,181388,1,-5478.75,-2455.65,89.2837,0.15708,0,0,0.078459,0.996917,180,100,1), - (52608,181388,0,-8856.15,671.781,98.8406,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (52609,181388,0,1682.87,232.56,-41.257,2.16421,0,0,0.882948,0.469472,180,100,1), - (52610,181388,0,1691.12,232.09,-41.2572,2.44346,0,0,0.939693,0.34202,180,100,1), - (52611,181388,0,1702.21,246.72,-41.2573,0.226893,0,0,0.113203,0.993572,180,100,1), - (52612,181388,0,1715.13,232.002,-41.266,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (52613,181388,0,1690.85,246.782,-41.2577,1.09956,0,0,0.522499,0.85264,180,100,1), - (52614,181388,0,1682.74,246.803,-41.2577,0.069813,0,0,0.034899,0.999391,180,100,1), - (52615,181388,0,1701.38,241.146,-41.5217,1.309,0,0,0.608761,0.793353,180,100,1), - (52617,181388,0,1605.69,276.238,-54.2526,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (52618,181388,0,1586.32,277.428,-54.2526,1.13446,0,0,0.5373,0.843391,180,100,1), - (52620,181388,0,1590.35,206.828,-54.2666,2.9147,0,0,0.993572,0.113203,180,100,1), - (52622,181388,0,-4846.32,-864.108,502.844,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (52623,181388,0,-4881.06,-989.323,504.758,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (52624,181388,0,-4905.37,-979.254,503.518,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (52625,181388,0,-4890.23,-996.799,504.758,0.418879,0,0,0.207912,0.978148,180,100,1), - (52626,181388,0,-4877.42,-986.308,504.758,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (52627,181388,0,-4895.29,-1001.13,504.758,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (52628,181388,0,-4886.38,-993.683,504.758,2.32129,0,0,0.91706,0.398749,180,100,1), - (52629,181388,0,-4900.67,-975.41,503.491,2.70526,0,0,0.976296,0.21644,180,100,1), - (52630,181388,0,2289.23,-5322.93,91.1979,1.5708,0,0,0.707107,0.707107,180,100,1), - (52631,181388,0,-6675.52,-2227.77,278.585,0.261799,0,0,0.130526,0.991445,180,100,1), - (52632,181388,0,-6673.99,-2174.42,246.237,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (52633,181388,0,-6648.33,-2144.74,246.538,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (52634,181388,0,-9457.85,28.5277,57.4864,3.14159,0,0,1,0,180,100,1), - (52635,181388,1,-903.291,-3766.62,13.0199,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (52636,181388,1,-1042.04,-3663.87,24.75,1.44862,0,0,0.66262,0.748956,180,100,1), - (52637,181388,1,-1058.84,-3665.57,24.7616,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (52638,181388,1,-1052.61,-3644.42,25.0929,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (52639,181388,1,-1044.61,-3669.45,24.718,1.50098,0,0,0.681998,0.731354,180,100,1), - (52640,181388,0,-5586.72,-528.231,400.207,3.12414,0,0,0.999962,0.008727,180,100,1), - (52641,181388,0,-6549,-1107.56,310.514,2.00713,0,0,0.843391,0.5373,180,100,1), - (52642,181388,0,-6552.04,-1175.91,310.345,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (52643,181388,0,516.852,1632.28,105.776,1.58825,0,0,0.71325,0.700909,180,100,1), - (52644,181388,0,523.949,1650.37,126.95,1.0821,0,0,0.515038,0.857167,180,100,1), - (52645,181388,0,-5290.89,-2979.17,342.717,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (52646,181388,0,-14469,480.851,21.2494,0.087266,0,0,0.043619,0.999048,180,100,1), - (52647,181388,0,-12416.6,132.127,4.49966,2.56563,0,0,0.95882,0.284015,180,100,1), - (52648,181388,1,-6107.59,-1138.97,-185.335,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (52649,181388,0,-611.439,-4588.19,11.6871,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (52650,181388,0,-3819.95,-830.828,10.8967,1.67552,0,0,0.743145,0.669131,180,100,1), - (52651,181388,1,150.625,1337.05,199.244,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (52652,181388,0,-20.4999,-929.375,57.5263,0.174533,0,0,0.087156,0.996195,180,100,1), - (52653,181388,1,-4380.19,3284.42,14.8357,0.349066,0,0,0.173648,0.984808,180,100,1), - (52654,181388,1,-5483.32,-2465.49,89.2837,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (52658,181388,0,-9213.04,-2146.22,65.5149,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (52659,181388,0,-9234.33,-2161.91,65.4893,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (52663,181388,0,-8919.73,636.243,100.627,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (52664,181388,1,9665.2,2510.76,1334.44,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (52665,181388,1,-1063.33,-3649.53,24.5443,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (52666,181388,1,-1044.61,-3669.45,24.718,1.50098,0,0,0.681998,0.731354,180,100,1), - (52667,181388,1,-1054.79,-3658.57,25.0871,2.51327,0,0,0.951057,0.309017,180,100,1), - (52668,181388,1,-417.337,-2655.72,97.55,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (52669,181388,1,-6165.39,-1115.85,-212.628,0.663225,0,0,0.325568,0.945519,180,100,1), - (52670,181388,1,217.801,1240.77,198.988,1.64061,0,0,0.731354,0.681998,180,100,1), - (52671,181388,0,1701.99,232.31,-41.2565,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (52672,181388,0,1701.35,237.729,-41.5009,2.1293,0,0,0.87462,0.48481,180,100,1), - (52673,181388,0,1715.21,246.746,-41.2577,2.18166,0,0,0.887011,0.461749,180,100,1), - (52674,181388,1,-4379.97,3293.85,14.8358,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (52675,181388,1,6685.85,-4671.19,722.623,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (52676,181388,1,-2376.47,-1990.9,96.7048,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (52677,181388,1,-5455.5,-2434.98,91.1256,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (52678,181388,0,2284.94,-5325.81,91.198,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (52679,181388,1,8702.25,964.546,13.658,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (52680,181388,0,-4899.35,-1004.48,504.758,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (52681,181388,1,-1028.71,306.373,136.636,1.21896,0,0,0.601815,0.798636,180,100,1), - (52682,181388,0,-920.357,-3521.26,73.6843,2.94961,0,0,0.995396,0.095846,180,100,1), - (52683,181388,0,-9459.09,18.5192,57.4722,2.98451,0,0,0.996917,0.078459,180,100,1), - (52684,181388,0,-9458.96,20.6805,57.522,3.03687,0,0,0.99863,0.052336,180,100,1), - (52685,181388,0,-5584.55,-533.062,404.42,0.872665,0,0,0.422618,0.906308,180,100,1), - (52686,181388,0,-10511.3,-1159.81,29.2652,1.69297,0,0,0.748956,0.66262,180,100,1), - (52687,181388,0,-6490.12,-1160.76,310.571,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (52688,181388,0,525.753,1632.43,105.706,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (52689,181388,0,-5391.71,-2954.99,322.928,1.06465,0,0,0.507538,0.861629,180,100,1), - (52690,181388,0,-5306.09,-2945.34,335.283,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (52691,181388,0,-10501.2,-3263.9,21.9491,2.32129,0,0,0.91706,0.398749,180,100,1), - (52692,181388,0,-10498.5,-3248.36,21.9547,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (52693,181388,0,-14464.6,485.528,21.2376,0.767945,0,0,0.374607,0.927184,180,100,1), - (52699,181388,0,-11.5985,-940.376,58.6723,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (52702,181388,1,-1042.04,-3663.87,24.75,1.44862,0,0,0.66262,0.748956,180,100,1), - (52703,181388,1,-1058.84,-3665.57,24.7616,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (52704,181388,1,-1056.23,-3663.13,24.7595,2.14675,0,0,0.878817,0.477159,180,100,1), - (52705,181388,1,-415.872,-2709.62,98.5692,0.680678,0,0,0.333807,0.942641,180,100,1), - (52706,181388,1,-396.492,-2659.77,97.3961,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (52707,181388,1,6696.89,-4665.74,722.892,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (52708,181388,1,-2370.76,-1981.86,96.7048,2.54818,0,0,0.956305,0.292372,180,100,1), - (52709,181388,1,-2351.74,-1944.61,97.9292,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (52710,181388,1,-1051.15,-3668.03,24.7517,2.51327,0,0,0.951057,0.309017,180,100,1), - (52711,181388,1,-1049.29,-3639.55,24.9887,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (52712,181388,1,-1061,-3645.97,24.5443,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (52713,181388,1,-403.975,-2629.13,98.1188,0.314159,0,0,0.156434,0.987688,180,100,1), - (52714,181388,1,6685.82,-4669.19,722.595,2.60054,0,0,0.96363,0.267238,180,100,1), - (52715,181388,1,-1063.33,-3649.53,24.5443,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (52716,181388,1,-425.223,-2581.53,98.9579,1.91986,0,0,0.819152,0.573576,180,100,1), - (52717,181388,1,-394.663,-2643.33,97.0077,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (52718,181388,0,-8907.3,613.16,100.627,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (52726,181388,1,9666,2517.08,1333.64,0.820305,0,0,0.398749,0.91706,180,100,1), - (52727,181388,0,1708.3,231.784,-41.2571,1.67552,0,0,0.743145,0.669131,180,100,1), - (52728,181388,1,-1052.61,-3644.42,25.0929,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (52729,181388,1,-1059.21,-3662.72,24.7594,0.733038,0,0,0.358368,0.93358,180,100,1), - (52730,181388,1,-1061.15,-3636.65,24.7179,0.820305,0,0,0.398749,0.91706,180,100,1), - (52731,181388,1,-1059.21,-3662.72,24.7594,0.733038,0,0,0.358368,0.93358,180,100,1), - (52732,181388,1,-903.291,-3766.62,13.0199,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (52733,181388,1,-1061.15,-3636.65,24.7179,0.820305,0,0,0.398749,0.91706,180,100,1), - (52734,181388,1,-1051.15,-3668.03,24.7517,2.51327,0,0,0.951057,0.309017,180,100,1), - (52735,181388,0,-9458.35,26.1867,57.5196,3.07178,0,0,0.999391,0.034899,180,100,1), - (52736,181388,1,-1056.23,-3663.13,24.7595,2.14675,0,0,0.878817,0.477159,180,100,1), - (52737,181388,1,-1054.79,-3658.57,25.0871,2.51327,0,0,0.951057,0.309017,180,100,1), - (52738,181388,1,-1061,-3645.97,24.5443,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (52739,181388,0,-5380.71,-2963.9,322.919,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (52740,181388,0,-5355.94,-2968.55,324.759,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (52741,181388,0,-5351.62,-3010.59,327.137,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (52742,181388,0,-6507.24,-1196.07,309.971,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (52743,181388,0,-5330.2,-2991.02,326.176,1.3439,0,0,0.622515,0.782608,180,100,1), - (52744,181388,0,530.298,1632.04,105.72,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (52747,181388,0,-14462.7,496.273,15.9521,0.855211,0,0,0.414693,0.909961,180,100,1), - (52748,181388,0,-3812.26,-827.435,10.8926,0.855211,0,0,0.414693,0.909961,180,100,1), - (52749,181388,0,-861.792,-558.962,12.3999,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (52750,181388,0,-8933.17,629.211,100.613,0.017453,0,0,0.008727,0.999962,180,100,1), - (52751,181388,0,-910.9,-3521.17,74.0492,2.75762,0,0,0.981627,0.190809,180,100,1), - (52752,181388,0,-908.414,-3497.37,71.9048,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (52753,181388,0,-928.086,-3525.72,72.941,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (52754,181388,0,-9457.85,10.693,58.1197,2.98451,0,0,0.996917,0.078459,180,100,1), - (52755,181388,0,-949.308,-3534.78,71.867,-1.95477,0,0,0.829038,-0.559193,180,100,1), - (52756,181388,0,-10529.2,-1163.1,29.2942,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (52757,181388,0,-5584.57,-528.398,401.642,0.296706,0,0,0.147809,0.989016,180,100,1), - (52758,181388,0,-10511.7,-1154.17,29.2592,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (52759,181388,0,-10529.2,-1163.1,29.2942,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (52760,181388,0,-5438.36,-2927.97,348.564,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (52761,181388,0,-6511.58,-1150.62,308.748,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (52762,181388,0,398.6,-2098.24,132.437,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (52763,181388,0,-616.252,-4593.14,11.6871,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (52764,181388,0,-10622.1,1034.77,35.7158,0.401426,0,0,0.199368,0.979925,180,100,1), - (52765,181388,0,-3820.03,-827.229,10.9121,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (52769,181388,0,-10528.9,-1166.75,29.3198,2.42601,0,0,0.936672,0.350207,180,100,1), - (52770,181388,0,-10528.9,-1166.75,29.3198,2.42601,0,0,0.936672,0.350207,180,100,1), - (52771,181388,0,-5215.37,-3103.75,304.076,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (52772,181388,0,-5357.49,-2963.3,324.702,0.837758,0,0,0.406737,0.913545,180,100,1), - (52773,181388,0,-5386.33,-2965.83,322.919,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (52774,181388,0,-14462.7,496.273,15.9521,0.855211,0,0,0.414693,0.909961,180,100,1), - (52775,181388,0,-14460.8,487.845,15.9519,0.802851,0,0,0.390731,0.920505,180,100,1), - (52776,181388,0,-12435.3,219.279,4.25404,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (52777,181388,0,-12435.9,209.946,3.34432,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (52778,181388,0,9.4687,-870.325,58.7902,0.174533,0,0,0.087156,0.996195,180,100,1), - (52779,181388,0,-858.528,-553.084,12.7741,2.05949,0,0,0.857167,0.515038,180,100,1), - (52780,181388,0,-850.178,-568.419,11.7761,0.750492,0,0,0.366501,0.930418,180,100,1), - (52781,181388,0,-9349.25,-2296.82,72.5472,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (52784,181388,0,-8920.66,606.056,100.606,1.0472,0,0,0.5,0.866025,180,100,1), - (52785,181388,0,-10511.7,-1154.17,29.2592,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (52786,181388,0,-10511.3,-1159.81,29.2652,1.69297,0,0,0.748956,0.66262,180,100,1), - (52787,181388,0,-5385.45,-2956.47,322.958,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (52788,181388,0,-14475.2,488.323,21.2422,2.94961,0,0,0.995396,0.095846,180,100,1), - (52789,181388,0,-10664.2,1002.03,34.8183,3.00197,0,0,0.997564,0.069757,180,100,1), - (52790,181388,0,-3828.61,-833.557,11.2566,3.00197,0,0,0.997564,0.069757,180,100,1), - (52791,181388,0,-3796.98,-792.825,12.3271,0.15708,0,0,0.078459,0.996917,180,100,1), - (52792,181388,0,-714.825,-508.338,28.123,1.55334,0,0,0.700909,0.71325,180,100,1), - (52793,181388,0,-850.527,-581.358,12.8533,1.69297,0,0,0.748956,0.66262,180,100,1), - (52796,181388,0,-14454.1,494.021,16.4246,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (52797,181388,0,-14468.6,488.556,21.2623,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (52798,181388,0,-14475.2,488.323,21.2422,2.94961,0,0,0.995396,0.095846,180,100,1), - (52799,181388,0,-14458.7,503.042,15.9638,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (52800,181388,0,-3805.48,-787.764,10.3873,1.98968,0,0,0.838671,0.544639,180,100,1), - (52801,181388,0,-9226.52,-2148.85,64.6001,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (52802,181388,0,-14469,480.851,21.2494,0.087266,0,0,0.043619,0.999048,180,100,1), - (52803,181388,0,-14465.3,479.088,21.1853,1.64061,0,0,0.731354,0.681998,180,100,1), - (52804,181388,0,-14464.6,485.528,21.2376,0.767945,0,0,0.374607,0.927184,180,100,1), - (52805,181388,0,-3812.31,-831.06,10.8776,1.11701,0,0,0.529919,0.848048,180,100,1), - (52806,181388,0,-14468.6,488.556,21.2623,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (52807,181388,0,-9229,-2162.65,64.8501,1.0472,0,0,0.5,0.866025,180,100,1), - (52808,181388,0,-14458,486.097,15.9397,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (52809,181388,0,-14465.3,479.088,21.1853,1.64061,0,0,0.731354,0.681998,180,100,1), - (52810,181388,0,-14460.8,487.845,15.9519,0.802851,0,0,0.390731,0.920505,180,100,1), - (52811,181388,0,-14458.7,503.042,15.9638,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (52812,181388,0,-14454.1,494.021,16.4246,-1.06465,0,0,0.507538,-0.861629,180,100,1), - (52842,181389,0,-9235.65,-2198.99,81.7134,3.14159,0,0,1,0,180,100,1), - (52844,181389,1,-3684.72,-4550.48,21.4914,0.453786,0,0,0.224951,0.97437,180,100,1), - (52845,181389,1,-5437.2,-2429.24,93.3418,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (52846,181389,0,-9085.24,418.316,121.565,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (52847,181389,0,-5003.48,-983.329,510.498,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (52848,181389,0,-4971.15,-937.866,510.349,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (52849,181389,0,1594.39,52.9281,-50.7143,1.5708,0,0,0.707107,0.707107,180,100,1), - (52850,181389,0,1783.2,237.736,-50.6241,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (52854,181389,1,-3884.88,-4538.85,23.8499,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (52855,181389,1,-3831.23,-4596.93,23.9426,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (52858,181389,1,-3703.81,-4511.26,21.8789,0.453786,0,0,0.224951,0.97437,180,100,1), - (52859,181389,0,1696.17,524.719,-3.46358,0.767945,0,0,0.374607,0.927184,180,100,1), - (52860,181389,0,1702.95,531.196,-3.75742,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (52861,181389,0,1719.17,239.088,-24.511,0,0,0,0,1,180,100,1), - (52862,181389,0,-4672.9,-992.939,510.192,0.575959,0,0,0.284015,0.95882,180,100,1), - (52863,181389,0,-4720.98,-1235.2,510.423,2.1293,0,0,0.87462,0.48481,180,100,1), - (52864,181389,0,-3757.12,-809.07,26.3116,2.6529,0,0,0.970296,0.241922,180,100,1), - (52865,181389,0,-3725.23,-766.948,26.0786,1.0821,0,0,0.515038,0.857167,180,100,1), - (52866,181389,1,9906.45,2306.75,1340.89,1.55334,0,0,0.700909,0.71325,180,100,1), - (52868,181389,1,9995.74,2309.05,1340.94,1.74533,0,0,0.766044,0.642788,180,100,1), - (52869,181389,0,-4928.49,-902.764,510.451,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (52870,181389,0,-4931.61,-1206.36,509.64,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (52871,181389,0,-4878.06,-879.947,510.242,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (52872,181389,0,1408.34,241.411,-50.6636,0.017453,0,0,0.008727,0.999962,180,100,1), - (52875,181389,0,-4700.94,-958.901,510.295,0.820305,0,0,0.398749,0.91706,180,100,1), - (52876,181389,0,-4959.71,-1172.35,509.83,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (52877,181389,0,-4684.72,-1205.31,510.45,2.35619,0,0,0.92388,0.382683,180,100,1), - (52878,181389,0,-3736.75,-770.748,26.2595,2.6529,0,0,0.970296,0.241922,180,100,1), - (52879,181389,0,-38.6813,-946.218,64.4312,1.20428,0,0,0.566406,0.824126,180,100,1), - (52882,181389,0,-3684.41,-798.558,26.1997,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (52883,181389,0,-3705.14,-837.566,26.0815,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (52884,181389,0,-3659.68,-855.64,12.3937,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (52888,181389,0,327.61,-2116.97,121.839,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (52889,181389,0,-3753.53,-821.631,26.2235,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (52890,181389,0,-3716.69,-841.232,26.0287,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (52891,181389,0,-3645.15,-829.442,12.2435,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (52892,181389,0,-3687.16,-787.194,26.0925,1.0821,0,0,0.515038,0.857167,180,100,1), - (52910,181390,1,7902.82,-2485,492.101,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (52911,181390,1,7945.49,-2394.95,491.892,0.017453,0,0,0.008727,0.999962,180,100,1), - (52912,181390,1,-927.979,-3711.3,22.0156,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (52913,181390,1,-924.962,-3723.77,22.505,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (52914,181390,1,10091.1,2264.78,1346.51,0.471239,0,0,0.233445,0.97237,180,100,1), - (52915,181390,1,-924.962,-3723.77,22.505,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (52916,181390,1,-918.484,-3734.15,21.278,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (52917,181390,1,-6143.81,-1095.22,-198.253,2.75762,0,0,0.981627,0.190809,180,100,1), - (52918,181390,1,-6143.81,-1095.22,-198.253,2.75762,0,0,0.981627,0.190809,180,100,1), - (52919,181390,1,2698.79,-3838.18,105.967,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (52920,181390,1,2699.54,-3900.95,108.357,1.51844,0,0,0.688355,0.725374,180,100,1), - (52921,181390,1,2698.79,-3838.18,105.967,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (52922,181390,1,6397.84,511.329,10.7327,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (52923,181390,1,6413.29,508.734,11.4374,1.29154,0,0,0.601815,0.798636,180,100,1), - (52924,181390,1,229.3,1265.46,194.758,0.174533,0,0,0.087156,0.996195,180,100,1), - (52925,181390,1,-4359.23,3272,16.2406,3.00197,0,0,0.997564,0.069757,180,100,1), - (52926,181390,1,-4358.35,3305.18,16.4366,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (52927,181390,1,-4386.24,3281.04,16.864,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (52928,181390,1,2743.48,-418.816,114.023,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (52929,181390,1,2751.52,-396.559,114.056,2.54818,0,0,0.956305,0.292372,180,100,1), - (52930,181390,1,-5460.99,-2459.12,92.2061,0.20944,0,0,0.104528,0.994522,180,100,1), - (52931,181390,1,904.554,928.819,108.48,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (52932,181390,1,915.703,905.675,108.222,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (52933,181390,1,921.162,913.809,108.265,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (52934,181390,0,-8612.71,504.637,115.304,0.575959,0,0,0.284015,0.95882,180,100,1), - (52935,181390,1,7975.64,-2417.11,491.864,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (52937,181390,0,2303.66,-5354.37,95.2214,2.18166,0,0,0.887011,0.461749,180,100,1), - (52938,181390,1,-1204.61,25.1163,181.123,0.750492,0,0,0.366501,0.930418,180,100,1), - (52939,181390,0,-9480.74,20.5973,60.0708,2.98451,0,0,0.996917,0.078459,180,100,1), - (52940,181390,0,-1231.58,-2505.85,25.4871,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (52941,181390,0,-11051.7,-3382.57,71.7589,0.575959,0,0,0.284015,0.95882,180,100,1), - (52942,181390,0,-11021.9,-3340.56,72.6192,1.81514,0,0,0.788011,0.615662,180,100,1), - (52943,181390,0,-10997.6,-3334.72,72.7626,1.85005,0,0,0.798636,0.601815,180,100,1), - (52944,181390,0,-11027.3,-3420.09,71.9022,0.575959,0,0,0.284015,0.95882,180,100,1), - (52945,181390,1,9737.77,2294.83,1346.49,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (52946,181390,1,-918.484,-3734.15,21.278,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (52947,181390,0,-5585.39,-461.506,404.85,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (52948,181390,0,-10572.3,-1130.3,44.018,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (52949,181390,0,-9493.9,-1185.91,54.3465,1.64061,0,0,0.731354,0.681998,180,100,1), - (52950,181390,0,-12387,127.134,5.87779,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (52951,181390,0,-12375,230.694,5.72845,2.51327,0,0,0.951057,0.309017,180,100,1), - (52952,181390,0,-12396.3,128.43,5.89285,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (52953,181390,0,-10465.7,-3258.41,25.3887,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (52954,181390,1,-6154.32,-1069.71,-193.003,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (52955,181390,1,-6169.52,-1112.25,-207.869,2.77507,0,0,0.983255,0.182236,180,100,1), - (52956,181390,1,6411.69,506.964,10.6824,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (52957,181390,1,236.95,1233.69,194.749,0.366519,0,0,0.182236,0.983255,180,100,1), - (52958,181390,0,-47.1617,-893.575,61.6409,1.69297,0,0,0.748956,0.66262,180,100,1), - (52959,181390,1,-4385.32,3313.15,15.6846,2.86234,0,0,0.990268,0.139173,180,100,1), - (52960,181390,1,-4385.8,3297.98,16.7664,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (52961,181390,1,2735.26,-441.959,113.966,3.05433,0,0,0.999048,0.043619,180,100,1), - (52962,181390,1,896.867,914.912,108.917,0.977384,0,0,0.469472,0.882948,180,100,1), - (52964,181390,1,7949.42,-2427.74,491.886,0.244346,0,0,0.121869,0.992546,180,100,1), - (52965,181390,1,7870.19,-2488.41,492.335,-1.36136,0,0,0.629321,-0.777146,180,100,1), - (52968,181390,0,-8656.22,844.977,108.954,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (52969,181390,0,-8740.8,579.024,109.82,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (52970,181390,1,-1200.74,40.0504,180.859,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (52971,181390,1,9821.78,2252.39,1346.21,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (52972,181390,1,9857.45,2344.73,1334.97,2.89725,0,0,0.992546,0.121869,180,100,1), - (52973,181390,1,-927.979,-3711.3,22.0156,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (52974,181390,1,-6169.52,-1112.25,-207.869,2.77507,0,0,0.983255,0.182236,180,100,1), - (52975,181390,1,6397,513.868,11.225,1.13446,0,0,0.5373,0.843391,180,100,1), - (52976,181390,1,261.44,1247.55,194.628,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (52977,181390,1,260.15,1253.55,195.555,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (52978,181390,1,257.541,1263.82,194.533,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (52979,181390,1,258.928,1258.42,195.461,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (52980,181390,1,-4386.4,3264.86,15.5737,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (52981,181390,1,-5465.35,-2448.56,92.0591,0.471239,0,0,0.233445,0.97237,180,100,1), - (52982,181390,0,2308.86,-5350.87,95.3697,2.14675,0,0,0.878817,0.477159,180,100,1), - (52983,181390,0,2288.59,-5333.11,106.25,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (52984,181390,0,2289.11,-5327.51,99.5715,2.11185,0,0,0.870356,0.492424,180,100,1), - (52985,181390,0,-862.367,-3506.7,74.4211,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (52986,181390,0,-1044.58,-3546.01,57.1398,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (52987,181390,1,7889.29,-2513.85,492.001,1.71042,0,0,0.75471,0.656059,180,100,1), - (52988,181390,0,-6667.58,-2235.47,281.012,-0.436333,0,0,0.21644,-0.976296,180,100,1), - (52989,181390,0,-9471.54,40.8966,59.861,1.48353,0,0,0.67559,0.737277,180,100,1), - (52990,181390,0,-9479.36,31.945,59.9563,3.07178,0,0,0.999391,0.034899,180,100,1), - (52991,181390,0,-10954,-3367.73,71.8739,2.9147,0,0,0.993572,0.113203,180,100,1), - (52992,181390,0,-10964,-3410.87,71.8605,2.9147,0,0,0.993572,0.113203,180,100,1), - (52993,181390,0,-5580.91,-418.452,400.419,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (52994,181390,0,-10572.4,-1129.75,53.6562,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (52995,181390,0,-12383.3,230.635,5.57705,0.890118,0,0,0.430511,0.902585,180,100,1), - (52998,181390,1,-915.304,-3745.18,21.9903,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (52999,181390,1,-6154.32,-1069.71,-193.003,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (53000,181390,1,7973.51,-2400.24,491.738,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (53001,181390,1,-1175.14,-48.8111,167.614,3.07178,0,0,0.999391,0.034899,180,100,1), - (53002,181390,1,9696.47,2532.07,1339.74,0,0,0,0,1,180,100,1), - (53003,181390,1,10072.8,2344.4,1335.17,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (53004,181390,1,9798.35,2309.28,1330.56,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (53005,181390,1,-1146.22,17.2813,150.335,0.488692,0,0,0.241922,0.970296,180,100,1), - (53006,181390,1,-1248.75,-62.7547,170.309,0.087266,0,0,0.043619,0.999048,180,100,1), - (53007,181390,1,9696.83,2518.31,1339.86,0.05236,0,0,0.026177,0.999657,180,100,1), - (53008,181390,0,-8468.74,686.889,110.725,2.21657,0,0,0.894934,0.446198,180,100,1), - (53009,181390,0,-8822.07,652.003,95.9321,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (53010,181390,0,-8842.43,716.519,109.501,2.02458,0,0,0.848048,0.529919,180,100,1), - (53011,181390,0,-8511.38,527.79,110.699,0.663225,0,0,0.325568,0.945519,180,100,1), - (53012,181390,0,-8588.41,706.813,108.989,2.18166,0,0,0.887011,0.461749,180,100,1), - (53015,181390,1,9695.81,2338.86,1340.98,2.18166,0,0,0.887011,0.461749,180,100,1), - (53016,181390,1,-1189.54,36.9993,180.617,-2.40855,0,0,0.93358,-0.358368,180,100,1), - (53017,181390,1,-1085.99,5.73009,147.634,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (53018,181390,0,2294.69,-5329.12,106.062,0.628319,0,0,0.309017,0.951057,180,100,1), - (53019,181390,1,10147.9,2358.49,1341.1,1.309,0,0,0.608761,0.793353,180,100,1), - (53020,181390,1,-1192.92,22.2192,181.24,1.90241,0,0,0.814116,0.580703,180,100,1), - (53021,181390,0,-862.495,-3516.83,74.7292,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (53022,181390,1,-915.304,-3745.18,21.9903,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (53023,181390,0,-9453.22,31.2092,59.9894,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (53024,181390,0,-9455.24,14.6579,60.0177,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (53025,181390,0,-6669.01,-2174.73,253.478,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (53026,181390,0,-5573.33,-461.346,404.843,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (53027,181390,0,-5592.18,-532.534,401.91,1.55334,0,0,0.700909,0.71325,180,100,1), - (53028,181390,1,-1423.93,-109.049,167.31,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (53029,181390,0,-9542.78,-1210.2,52.139,2.51327,0,0,0.951057,0.309017,180,100,1), - (53030,181390,0,506.051,1630.96,134.84,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (53031,181390,0,-8743.36,695.376,110.7,0.628319,0,0,0.309017,0.951057,180,100,1), - (53032,181390,0,-8883.68,758.493,105.122,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (53033,181390,0,-8665.59,741.219,108.801,0.733038,0,0,0.358368,0.93358,180,100,1), - (53034,181390,0,-8811.8,808.563,110.495,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (53035,181390,0,-1024.36,-3511.44,66.9733,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (53036,181390,0,-1044.43,-3555.74,57.3637,2.40855,0,0,0.93358,0.358368,180,100,1), - (53037,181390,0,-5576.64,-514.956,405.19,0.069813,0,0,0.034899,0.999391,180,100,1), - (53038,181390,0,-10542.9,-1171.71,41.3216,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (53039,181390,0,-10572.3,-1130.3,44.018,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (53040,181390,0,-10542.9,-1171.71,41.3216,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (53041,181390,0,-10572.6,-1131.64,32.7838,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (53042,181390,0,-10466.7,-3264.36,25.5861,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (53043,181390,0,-8803.75,653.544,97.3249,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (53044,181390,0,-8811.44,655.375,97.0114,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (53045,181390,0,-8719.57,507.913,107.537,2.18166,0,0,0.887011,0.461749,180,100,1), - (53046,181390,0,-915.311,-3517.03,77.4884,1.55334,0,0,0.700909,0.71325,180,100,1), - (53047,181390,0,-992.819,-3562.01,63.1755,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (53048,181390,0,-12329.9,170.303,6.19316,1.18682,0,0,0.559193,0.829038,180,100,1), - (53049,181390,0,-24.6954,-931.247,65.3647,2.70526,0,0,0.976296,0.21644,180,100,1), - (53050,181390,0,-165.549,-903.134,69.6598,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (53051,181390,0,-10572.6,-1131.64,32.7838,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (53052,181390,0,-10572.4,-1129.75,53.6562,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (53053,181390,0,-12330.4,178.888,6.39185,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (53066,181391,1,-1102.7,19.6779,143.861,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (53067,181391,1,-1193.23,-7.46246,168.891,-0.2618,0,0,0.130526,-0.991445,180,100,1), - (53068,181391,1,-1186.31,-38.4025,166.354,0.959931,0,0,0.461749,0.887011,180,100,1), - (53069,181391,1,-1243.21,137.371,136.048,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (53070,181391,1,-1063.76,-241.522,162.283,0.558505,0,0,0.275637,0.961262,180,100,1), - (53071,181391,1,-1041.59,-213.363,162.632,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (53072,181391,1,1639.94,-4444.88,16.3301,1.69297,0,0,0.748956,0.66262,180,100,1), - (53073,181391,1,1769.25,-4321.72,6.2909,1.55334,0,0,0.700909,0.71325,180,100,1), - (53074,181391,1,10127.5,2219.46,1330.95,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (53075,181391,1,10139.1,2227.24,1330.96,-1.78024,0,0,0.777146,-0.62932,180,100,1), - (53076,181391,1,10135.9,2225.01,1330.94,0.855211,0,0,0.414693,0.909961,180,100,1), - (53077,181391,1,9936.7,2484,1316.68,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (53078,181391,1,9906.71,2539.32,1315.74,1.98968,0,0,0.838671,0.544639,180,100,1), - (53079,181391,1,9923.26,2493.75,1317.02,3.05433,0,0,0.999048,0.043619,180,100,1), - (53080,181391,1,9904.95,2522.02,1315.93,1.25664,0,0,0.587785,0.809017,180,100,1), - (53081,181391,1,9986.88,2533.89,1315.75,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (53082,181391,1,9960.74,2485.68,1316.04,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (53083,181391,1,9928.7,2489.73,1317.02,0.261799,0,0,0.130526,0.991445,180,100,1), - (53084,181391,1,9955.18,2556.27,1316.17,1.39626,0,0,0.642788,0.766044,180,100,1), - (53085,181391,1,9932.14,2487.1,1316.74,2.04204,0,0,0.85264,0.522499,180,100,1), - (53086,181391,1,9963.17,2552.34,1315.38,3.14159,0,0,1,0,180,100,1), - (53087,181391,1,-1056.33,-3637.57,24.7248,1.6057,0,0,0.71934,0.694658,180,100,1), - (53088,181391,1,-1054.64,-3661.83,24.7526,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (53090,181391,1,-431.405,-2642.32,97.9706,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (53091,181391,1,-6108.01,-1138.22,-185.361,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (53092,181391,1,-6102.31,-1140.57,-184.87,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (53094,181391,1,2358.27,-2562.9,104.704,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (53095,181391,1,-3723.84,-4543.15,12.5908,2.05949,0,0,0.857167,0.515038,180,100,1), - (53096,181391,1,-3616.31,-4458.2,14.3235,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (53097,181391,1,6686.76,-4659.4,723.59,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (53098,181391,1,6692.37,-4672.13,722.679,0.10472,0,0,0.052336,0.99863,180,100,1), - (53099,181391,1,6686,-4666.13,722.603,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (53100,181391,1,-2376.27,-2001.03,96.7048,1.27409,0,0,0.594823,0.803857,180,100,1), - (53101,181391,1,-2379.89,-1998.91,96.7048,0.942478,0,0,0.45399,0.891007,180,100,1), - (53102,181391,1,3988.71,-1312.45,254.452,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (53103,181391,1,-5469.53,-2460.34,89.2837,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (53104,181391,1,-5471.99,-2454.6,89.2837,0.453786,0,0,0.224951,0.97437,180,100,1), - (53105,181391,0,-8861.36,645.959,97.5999,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (53106,181391,0,-8859.98,649.945,100.919,1.58825,0,0,0.71325,0.700909,180,100,1), - (53107,181391,0,-8856.87,651.243,97.6127,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (53108,181391,0,-8858.69,647.248,99.5508,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (53109,181391,0,-8858.82,645.576,97.6209,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (53110,181391,0,-8906.8,613.516,100.627,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (53111,181391,0,-8856.4,650.419,97.5945,1.85005,0,0,0.798636,0.601815,180,100,1), - (53112,181391,0,-8860.32,647.253,99.5508,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (53113,181391,0,-8861.11,647.936,99.5508,2.14675,0,0,0.878817,0.477159,180,100,1), - (53114,181391,0,1601.56,256.767,60.1515,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (53115,181391,0,1590.42,256.867,60.1515,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (53116,181391,0,1636.74,249.196,-40.836,0.680678,0,0,0.333807,0.942641,180,100,1), - (53117,181391,0,1554.6,231.532,-40.7101,2.89725,0,0,0.992546,0.121869,180,100,1), - (53118,181391,0,1617.92,205.694,-40.7951,2.42601,0,0,0.936672,0.350207,180,100,1), - (53119,181391,0,1562.17,264.058,-40.7658,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (53123,181391,0,1583.94,278.432,-34.8459,2.74017,0,0,0.979925,0.199368,180,100,1), - (53124,181391,0,1587.74,281.471,-40.7497,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (53125,181391,0,1557.67,227.829,-34.807,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (53127,181391,0,1772.4,72.1921,-45.2445,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (53128,181391,0,1765.55,68.7051,-45.2479,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (53130,181391,0,-4844.49,-874.748,511.14,1.98968,0,0,0.838671,0.544639,180,100,1), - (53131,181391,0,-4835.07,-873.535,511.14,2.05949,0,0,0.857167,0.515038,180,100,1), - (53132,181391,0,-4836.3,-873.74,511.14,1.76278,0,0,0.771625,0.636078,180,100,1), - (53133,181391,0,-4837.34,-858.78,502.781,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (53134,181391,0,-4841.93,-874.424,511.14,-1.0472,0,0,0.5,-0.866025,180,100,1), - (53135,181391,0,-4840.76,-874.337,511.14,2.96706,0,0,0.996195,0.087156,180,100,1), - (53136,181391,0,-4837.73,-873.987,511.14,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (53137,181391,0,-4877.75,-999.527,506.958,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (53138,181391,0,2250.43,-5353.07,87.9284,2.86234,0,0,0.990268,0.139173,180,100,1), - (53139,181391,0,-910.914,-3534.05,84.5815,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (53140,181391,0,-915.03,-3538.84,73.5656,3.01942,0,0,0.998135,0.061049,180,100,1), - (53141,181391,0,-6655.47,-2161.01,245.351,0.959931,0,0,0.461749,0.887011,180,100,1), - (53142,181391,0,-9458.66,19.6229,57.4694,3.03687,0,0,0.99863,0.052336,180,100,1), - (53143,181391,1,-1174.35,-72.6692,165.661,0.523599,0,0,0.258819,0.965926,180,100,1), - (53144,181391,1,-1407.64,-111.458,162.298,2.87979,0,0,0.991445,0.130526,180,100,1), - (53145,181391,1,-1256.15,51.2523,129.965,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (53146,181391,1,-1292.63,114.803,134.367,0.069813,0,0,0.034899,0.999391,180,100,1), - (53147,181391,0,-9457.62,27.3743,57.453,2.96706,0,0,0.996195,0.087156,180,100,1), - (53148,181391,1,-1118.3,39.446,144.723,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (53149,181391,1,1801.78,-4296.74,5.73776,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (53150,181391,1,1796.43,-4300.88,4.8317,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (53151,181391,0,-7456.77,-2200.11,165.271,2.53073,0,0,0.953717,0.300706,180,100,1), - (53152,181391,0,-7500.33,-2194.46,167.178,1.48353,0,0,0.67559,0.737277,180,100,1), - (53153,181391,1,9941.61,2481.39,1316.35,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (53154,181391,1,9973.12,2550.51,1315.55,0.349066,0,0,0.173648,0.984808,180,100,1), - (53155,181391,1,9971.63,2499.95,1315.94,2.28638,0,0,0.909961,0.414693,180,100,1), - (53156,181391,1,9976.07,2506.44,1316.5,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (53157,181391,1,9918.65,2498.42,1316.38,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (53158,181391,1,9923.77,2553.71,1316.8,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (53159,181391,1,9991.68,2525.66,1315.42,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (53160,181391,1,9908.24,2510.89,1316.4,2.42601,0,0,0.936672,0.350207,180,100,1), - (53161,181391,0,-1227.29,-2516.12,22.4958,0.331613,0,0,0.165048,0.986286,180,100,1), - (53162,181391,0,-1283.32,-2530.55,22.7439,0.261799,0,0,0.130526,0.991445,180,100,1), - (53163,181391,1,-1045.3,-3670.32,24.7415,1.76278,0,0,0.771625,0.636078,180,100,1), - (53164,181391,1,-1043.77,-3663.48,24.7616,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (53165,181391,0,-6548.33,-1107.89,310.512,2.09439,0,0,0.866025,0.5,180,100,1), - (53166,181391,0,523.92,1660.8,128.146,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (53167,181391,0,-5392.28,-2953.51,322.928,0.20944,0,0,0.104528,0.994522,180,100,1), - (53168,181391,0,-5358.48,-2962.96,324.701,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (53169,181391,0,-14462.5,486.737,15.9759,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (53170,181391,0,-10505.2,-3252.56,21.8927,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (53171,181391,1,-420.214,-2638.38,97.1409,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (53172,181391,0,-11292.4,-212.29,76.2525,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (53173,181391,0,-11300,-213.955,78.7973,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (53174,181391,0,-11293.7,-203.022,77.3333,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (53175,181391,1,-6102.31,-1140.57,-184.87,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (53176,181391,1,-6108.01,-1138.22,-185.361,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (53177,181391,0,-10646.4,1184.33,35.1171,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (53178,181391,0,-10621.8,1033.02,35.128,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (53179,181391,0,-10648.3,1181.62,34.9828,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (53180,181391,0,-10646.3,1167.18,34.7993,2.47837,0,0,0.945519,0.325568,180,100,1), - (53181,181391,0,-10639.4,1176.33,35.0247,2.51327,0,0,0.951057,0.309017,180,100,1), - (53182,181391,1,-3722.16,-4546.52,12.5908,2.04204,0,0,0.85264,0.522499,180,100,1), - (53183,181391,1,-3735.88,-4551.3,28.4347,0.418879,0,0,0.207912,0.978148,180,100,1), - (53184,181391,0,-3.39426,-943.227,58.3944,2.98451,0,0,0.996917,0.078459,180,100,1), - (53185,181391,0,9.09614,-871.15,58.7987,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (53186,181391,1,-4380.68,3284.21,14.8355,0.994838,0,0,0.477159,0.878817,180,100,1), - (53187,181391,1,6686.06,-4679.24,722.819,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (53188,181391,0,-858.653,-571.99,11.9621,1.65806,0,0,0.737277,0.67559,180,100,1), - (53189,181391,1,2751,-415.659,112.746,0.296706,0,0,0.147809,0.989016,180,100,1), - (53190,181391,1,2747.06,-426.269,112.746,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (53191,181391,1,-5481.01,-2467.68,89.2837,0.628319,0,0,0.309017,0.951057,180,100,1), - (53196,181391,0,-9348.36,-2297.73,72.5959,2.86234,0,0,0.990268,0.139173,180,100,1), - (53201,181391,0,-8920.23,606.277,100.627,-1.88496,0,0,0.809017,-0.587785,180,100,1), - (53202,181391,0,-8862.92,648.115,97.5961,3.08923,0,0,0.999657,0.026177,180,100,1), - (53203,181391,0,-8859.06,647.953,100.919,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (53204,181391,0,-8859.13,650.743,99.5508,1.46608,0,0,0.669131,0.743145,180,100,1), - (53205,181391,0,-8862.32,646.846,97.6005,2.82743,0,0,0.987688,0.156434,180,100,1), - (53206,181391,0,-8860.68,652.186,97.5913,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (53207,181391,0,-8907.8,612.974,100.613,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (53208,181391,0,-8860.49,649.388,100.919,0.017453,0,0,0.008727,0.999962,180,100,1), - (53209,181391,1,-1140.31,48.5482,147.17,1.27409,0,0,0.594823,0.803857,180,100,1), - (53210,181391,1,-1000.31,230.15,138.291,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (53211,181391,1,-1253.88,51.9722,129.965,1.46608,0,0,0.669131,0.743145,180,100,1), - (53212,181391,1,-1290.47,132.949,134.571,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (53213,181391,1,-1277,80.4661,131.839,0.436332,0,0,0.21644,0.976296,180,100,1), - (53214,181391,1,9917.05,2550.05,1316.59,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (53215,181391,1,9967.18,2493.32,1316.13,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (53216,181391,1,9982.1,2542.38,1316.06,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (53217,181391,1,9911.52,2545.1,1316.08,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (53218,181391,1,9984.97,2508.03,1316.66,1.36136,0,0,0.62932,0.777146,180,100,1), - (53219,181391,1,1764.03,-4325.3,5.91079,0.05236,0,0,0.026177,0.999657,180,100,1), - (53220,181391,1,1771.43,-4319.82,6.45918,1.51844,0,0,0.688355,0.725374,180,100,1), - (53221,181391,1,-1059.18,-3666.59,24.7418,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (53222,181391,1,-1051.9,-3669.14,24.7321,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (53223,181391,1,-423.93,-2591.53,96.9822,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (53224,181391,1,-3616.38,-4472.9,15.4116,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (53225,181391,0,1579.19,245.857,60.1515,1.46608,0,0,0.669131,0.743145,180,100,1), - (53226,181391,0,1600.75,223.21,60.1515,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (53227,181391,0,1578.87,234.809,60.1515,0.541052,0,0,0.267238,0.96363,180,100,1), - (53228,181391,0,1636.01,235.241,-34.8096,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (53229,181391,0,1577.56,205.111,-34.8439,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (53230,181391,1,-4342.04,3293.28,20.4175,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (53231,181391,0,1630.29,221.499,-34.8128,0.331613,0,0,0.165048,0.986286,180,100,1), - (53232,181391,0,1633.82,252.787,-34.8056,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (53233,181391,0,1560.75,221.971,-34.8116,0.436332,0,0,0.21644,0.976296,180,100,1), - (53234,181391,0,1566.17,266.398,-34.8092,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (53235,181391,0,1570.24,210.329,-34.8401,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (53236,181391,0,1583.37,202.294,-34.8428,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (53237,181391,0,1578.06,275.812,-34.8425,1.37881,0,0,0.636078,0.771625,180,100,1), - (53238,181391,1,6695.65,-4665.71,722.895,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (53239,181391,1,-5456.74,-2436.59,91.7194,2.30383,0,0,0.913545,0.406737,180,100,1), - (53240,181391,0,-4843.61,-859.587,502.784,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (53241,181391,0,-4843.25,-874.554,511.14,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (53242,181391,0,-4839.09,-874.047,511.14,2.26893,0,0,0.906308,0.422618,180,100,1), - (53243,181391,0,-4885.09,-1005.57,506.958,0.069813,0,0,0.034899,0.999391,180,100,1), - (53244,181391,0,-4888.35,-1008.27,506.958,1.88496,0,0,0.809017,0.587785,180,100,1), - (53245,181391,0,-4875.53,-997.696,506.958,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (53246,181391,0,-910.41,-3519.18,74.474,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (53247,181391,0,-904.229,-3538.13,76.4263,0.05236,0,0,0.026177,0.999657,180,100,1), - (53248,181391,0,-923.291,-3544.61,73.7576,0.15708,0,0,0.078459,0.996917,180,100,1), - (53249,181391,0,-6677.24,-2228.85,278.585,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (53250,181391,0,-6660.45,-2157.86,245.351,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (53251,181391,0,-9468.93,30.5604,58.1837,1.44862,0,0,0.66262,0.748956,180,100,1), - (53252,181391,0,-9465.44,11.6783,58.128,2.98451,0,0,0.996917,0.078459,180,100,1), - (53253,181391,0,-9470.32,19.3046,58.1873,1.41372,0,0,0.649448,0.760406,180,100,1), - (53254,181391,0,-1272.74,-2510.56,23.0328,0.907571,0,0,0.438371,0.898794,180,100,1), - (53255,181391,0,-10526.5,-1160,28.1777,0.767945,0,0,0.374607,0.927184,180,100,1), - (53256,181391,0,-5654.47,-497.96,398.054,-2.14675,0,0,0.878817,-0.477159,180,100,1), - (53257,181391,0,-10517.8,-1165.88,29.3242,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (53258,181391,0,-10518.6,-1170.63,29.6838,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (53259,181391,0,-6526.36,-1192.47,309.987,0.226893,0,0,0.113203,0.993572,180,100,1), - (53260,181391,0,-6551.34,-1176.59,310.345,0.925024,0,0,0.446198,0.894934,180,100,1), - (53261,181391,0,515.375,1632.87,105.804,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (53262,181391,0,524.172,1632.84,105.824,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (53263,181391,0,-5357.31,-2968.97,324.759,1.3439,0,0,0.622515,0.782608,180,100,1), - (53264,181391,0,-5387.95,-2973.11,326.842,0.261799,0,0,0.130526,0.991445,180,100,1), - (53265,181391,0,-12437.9,214.403,3.95543,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (53266,181391,0,-5383.8,-2957.7,322.956,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (53267,181391,0,-14459,485.608,15.9718,2.46091,0,0,0.942641,0.333807,180,100,1), - (53268,181391,0,-11302.4,-190.47,77.4705,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (53269,181391,0,-11308.3,-185.159,76.5171,2.32129,0,0,0.91706,0.398749,180,100,1), - (53270,181391,0,-10651.2,1177.6,34.7822,-0.558505,0,0,0.275637,-0.961262,180,100,1), - (53271,181391,0,-10658.3,1168.75,34.9456,2.47837,0,0,0.945519,0.325568,180,100,1), - (53272,181391,0,-10660.1,995.4,33.8662,-1.8326,0,0,0.793353,-0.608761,180,100,1), - (53273,181391,0,-3821.74,-827.251,11.3153,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (53276,181391,1,-1103.8,21.8106,143.861,-2.16421,0,0,0.882948,-0.469472,180,100,1), - (53277,181391,1,-1288.88,130.987,134.571,2.04204,0,0,0.85264,0.522499,180,100,1), - (53278,181391,1,-1042.26,-215.809,162.632,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (53279,181391,1,-1234.44,84.6758,133.533,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (53281,181391,1,-1183.16,-54.9835,165.055,0.244346,0,0,0.121869,0.992546,180,100,1), - (53282,181391,1,-1292.99,112.323,134.367,0.907571,0,0,0.438371,0.898794,180,100,1), - (53283,181391,1,-1139.33,50.6481,147.17,0.05236,0,0,0.026177,0.999657,180,100,1), - (53284,181391,1,-993.945,210.491,138.793,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (53285,181391,0,-1.76807,-939.937,58.3919,2.68781,0,0,0.97437,0.224951,180,100,1), - (53286,181391,1,1806.64,-4293.94,5.75948,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (53288,181391,1,-1054.01,-3655.74,25.1276,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (53289,181391,0,-861.304,-556.583,12.3861,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (53290,181391,1,-1053.42,-3647.23,25.1345,0.296706,0,0,0.147809,0.989016,180,100,1), - (53291,181391,1,-1054.01,-3655.74,25.1276,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (53292,181391,1,-395.41,-2641.22,97.0216,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (53293,181391,1,-393.828,-2657.53,98.1535,2.28638,0,0,0.909961,0.414693,180,100,1), - (53294,181391,1,-427.419,-2657.94,97.7266,2.89725,0,0,0.992546,0.121869,180,100,1), - (53295,181391,1,6684.05,-4673.31,722.623,4.71239,0,0,0.707107,-0.707107,180,100,1), - (53296,181391,1,-1226.41,45.3912,131.096,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (53297,181391,1,-1174.21,-75.0951,165.661,2.84489,0,0,0.989016,0.147809,180,100,1), - (53298,181391,1,-1114.43,4.69217,145.233,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (53299,181391,1,-1160.04,29.3408,149.03,1.20428,0,0,0.566406,0.824126,180,100,1), - (53300,181391,1,-1149.42,27.2867,148.415,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (53301,181391,1,-1213.21,-10.1759,169.181,2.00713,0,0,0.843391,0.5373,180,100,1), - (53302,181391,1,1774.14,-4317.93,6.51081,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (53303,181391,1,-901.11,-3768.06,13.0066,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (53304,181391,1,-1045.3,-3670.32,24.7415,1.76278,0,0,0.771625,0.636078,180,100,1), - (53305,181391,1,-1043.77,-3663.48,24.7616,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (53306,181391,1,-1047.76,-3638.93,24.9887,0.122173,0,0,0.061049,0.998135,180,100,1), - (53307,181391,1,-404.886,-2627.53,98.1396,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (53308,181391,1,-2392.31,-1880.85,97.5714,0.087266,0,0,0.043619,0.999048,180,100,1), - (53309,181391,1,-1236.08,82.8995,133.533,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (53310,181391,1,-1231.69,-43.6813,167.769,1.97222,0,0,0.833886,0.551937,180,100,1), - (53311,181391,1,-1091.37,-1.32107,143.954,0.767945,0,0,0.374607,0.927184,180,100,1), - (53312,181391,1,-1091.03,1.14784,143.954,2.61799,0,0,0.965926,0.258819,180,100,1), - (53313,181391,1,-1278.87,81.8948,131.839,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (53314,181391,1,-1406.43,-109.242,162.298,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (53315,181391,1,1766.38,-4323.8,6.09742,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (53316,181391,1,1779.42,-4313.93,5.45587,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (53317,181391,1,1776.3,-4316.4,6.11171,2.25148,0,0,0.902585,0.430511,180,100,1), - (53318,181391,1,-989.934,-3835.09,7.5486,2.74017,0,0,0.979925,0.199368,180,100,1), - (53319,181391,1,-1059.24,-3660.83,24.7605,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (53320,181391,1,-1053.42,-3647.23,25.1345,0.296706,0,0,0.147809,0.989016,180,100,1), - (53321,181391,1,-901.11,-3768.06,13.0066,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (53322,181391,1,-443.249,-2649.05,97.8271,0.575959,0,0,0.284015,0.95882,180,100,1), - (53323,181391,1,-425.785,-2663.77,97.9489,3.10669,0,0,0.999848,0.017452,180,100,1), - (53324,181391,0,-8861.47,648.844,99.5508,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (53325,181391,0,-8860.27,650.596,99.5508,2.30383,0,0,0.913545,0.406737,180,100,1), - (53326,181391,0,-8860.51,648.487,100.919,0.226893,0,0,0.113203,0.993572,180,100,1), - (53327,181391,0,-8861.12,649.861,99.5508,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (53328,181391,0,-8855.97,649.273,97.6137,1.06465,0,0,0.507538,0.861629,180,100,1), - (53329,181391,0,-8856.1,648.363,97.6085,0.610865,0,0,0.300706,0.953717,180,100,1), - (53330,181391,0,-8919.41,636.825,100.62,0.017453,0,0,0.008727,0.999962,180,100,1), - (53331,181391,0,-8860.19,645.501,97.5955,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (53332,181391,0,-8862.29,651.178,97.6053,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (53335,181391,1,-1147.1,26.9074,148.415,0.069813,0,0,0.034899,0.999391,180,100,1), - (53336,181391,1,-1183.14,-57.4883,165.055,0.244346,0,0,0.121869,0.992546,180,100,1), - (53337,181391,1,-1235.88,-55.7595,166.207,-1.0472,0,0,0.5,-0.866025,180,100,1), - (53338,181391,1,-1226.72,80.6411,133.715,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (53339,181391,1,-1213.46,-12.5487,169.181,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (53340,181391,1,-1054.64,-3661.83,24.7526,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (53341,181391,0,1590.36,223.334,60.1515,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (53342,181391,0,1620.63,210.139,-34.8459,-0.20944,0,0,0.104528,-0.994522,180,100,1), - (53343,181391,0,1557.83,253.536,-34.8079,3.10669,0,0,0.999848,0.017452,180,100,1), - (53344,181391,0,1586.88,199.268,-40.7277,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (53345,181391,0,1573.4,274.89,-40.7745,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (53346,181391,0,1603.55,199.13,-40.7256,1.78024,0,0,0.777146,0.62932,180,100,1), - (53347,181391,1,-1059.18,-3666.59,24.7418,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (53348,181391,0,1625.44,265.981,-34.8108,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (53349,181391,0,1633.55,227.21,-34.8064,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (53350,181391,1,-1051.9,-3669.14,24.7321,-1.79769,0,0,0.782608,-0.622515,180,100,1), - (53351,181391,0,1636.11,244.58,-34.8105,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (53352,181391,1,-416.416,-2708.91,98.5702,0.261799,0,0,0.130526,0.991445,180,100,1), - (53353,181391,0,2265.55,-5313.85,84.3355,2.87979,0,0,0.991445,0.130526,180,100,1), - (53354,181391,0,2310.91,-5305.96,83.0084,2.87979,0,0,0.991445,0.130526,180,100,1), - (53355,181391,1,-1002.32,231.273,138.291,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (53356,181391,1,-1294.23,97.8879,133.66,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (53357,181391,1,-1066.19,-241.4,162.283,3.00197,0,0,0.997564,0.069757,180,100,1), - (53358,181391,1,-1187.53,-36.2961,166.354,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (53359,181391,1,-1118.2,37.1479,144.723,-2.68781,0,0,0.97437,-0.224951,180,100,1), - (53360,181391,1,-1192.85,-5.08306,168.891,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (53361,181391,1,-1162.25,29.9081,149.03,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (53362,181391,1,-1047.76,-3638.93,24.9887,0.122173,0,0,0.061049,0.998135,180,100,1), - (53363,181391,0,-922.149,-3520.38,73.7394,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (53364,181391,0,-923.134,-3534.99,73.4871,0.087266,0,0,0.043619,0.999048,180,100,1), - (53365,181391,0,-9466.73,18.8708,58.2021,1.43117,0,0,0.656059,0.75471,180,100,1), - (53366,181391,0,-9465.32,30.0858,58.1569,1.44862,0,0,0.66262,0.748956,180,100,1), - (53367,181391,0,-5591.76,-508.474,405.01,3.12414,0,0,0.999962,0.008727,180,100,1), - (53368,181391,0,-5606.86,-527.5,402.588,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (53369,181391,1,-991.787,211.693,138.793,2.05949,0,0,0.857167,0.515038,180,100,1), - (53370,181391,0,-10526.5,-1160,28.1777,0.767945,0,0,0.374607,0.927184,180,100,1), - (53371,181391,1,-1236.09,-58.2324,166.207,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (53372,181391,1,-1056.33,-3637.57,24.7248,1.6057,0,0,0.71934,0.694658,180,100,1), - (53373,181391,0,-6515,-1146.03,311.321,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (53374,181391,0,-6506.74,-1137.85,309.458,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (53375,181391,0,-5305.4,-2945.86,335.283,0.401426,0,0,0.199368,0.979925,180,100,1), - (53376,181391,0,529.397,1632.91,105.811,0.628319,0,0,0.309017,0.951057,180,100,1), - (53380,181391,0,-14467.7,489.786,21.6847,0.733038,0,0,0.358368,0.93358,180,100,1), - (53381,181391,0,-14457.8,502.391,15.9639,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (53383,181391,0,-12435.7,217.515,3.77487,0.05236,0,0,0.026177,0.999657,180,100,1), - (53384,181391,0,-12434.3,209.189,3.42765,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (53385,181391,0,-10498.6,-3249.58,22.0016,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (53386,181391,0,-10656.2,1171.17,34.8895,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (53387,181391,0,-862.672,-553.068,12.7741,1.50098,0,0,0.681998,0.731354,180,100,1), - (53388,181391,0,-845.849,-581.458,12.8479,1.5708,0,0,0.707107,0.707107,180,100,1), - (53389,181391,0,-850.604,-571.132,11.7663,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (53390,181391,0,-9217.58,-2145.58,65.4719,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (53391,181391,0,-8858.51,649.38,100.919,-0.837758,0,0,0.406737,-0.913545,180,100,1), - (53392,181391,0,-8861.33,651.786,97.6117,2.72271,0,0,0.978148,0.207912,180,100,1), - (53393,181391,0,-8856.95,646.507,97.6371,0.890118,0,0,0.430511,0.902585,180,100,1), - (53394,181391,0,-8859.7,652.545,97.6087,1.62316,0,0,0.725374,0.688355,180,100,1), - (53395,181391,0,-8859.47,646.978,99.5508,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (53396,181391,0,-8933.73,628.958,100.634,2.00713,0,0,0.843391,0.5373,180,100,1), - (53397,181391,0,-8858.01,647.785,99.5508,2.58309,0,0,0.961262,0.275637,180,100,1), - (53398,181391,0,-8920.95,605.589,100.62,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (53399,181391,0,1561.64,217.309,-40.6901,2.68781,0,0,0.97437,0.224951,180,100,1), - (53400,181391,0,1621.26,270.278,-34.8406,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (53401,181391,0,1636.66,230.875,-40.7105,1.20428,0,0,0.566406,0.824126,180,100,1), - (53402,181391,0,1560.98,259.348,-34.8111,2.16421,0,0,0.882948,0.469472,180,100,1), - (53403,181391,0,1613.23,204.839,-34.8436,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (53404,181391,0,1607.9,278.295,-34.8444,1.41372,0,0,0.649448,0.760406,180,100,1), - (53405,181391,0,1604.37,281.328,-40.8098,0.122173,0,0,0.061049,0.998135,180,100,1), - (53406,181391,0,1629.16,216.474,-40.702,0.506145,0,0,0.25038,0.968148,180,100,1), - (53407,181391,0,1624.88,214.133,-34.8118,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (53408,181391,0,1565.89,214.636,-34.8104,0.314159,0,0,0.156434,0.987688,180,100,1), - (53409,181391,0,1762,61.7351,-45.2445,0.034907,0,0,0.017452,0.999848,180,100,1), - (53410,181391,0,-914.884,-3533.63,73.5769,3.12414,0,0,0.999962,0.008727,180,100,1), - (53411,181391,0,-5606.69,-532.354,400.522,1.50098,0,0,0.681998,0.731354,180,100,1), - (53412,181391,0,-5600.7,-525.18,400.545,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (53413,181391,0,-5604.24,-532.394,400.522,1.5708,0,0,0.707107,0.707107,180,100,1), - (53414,181391,0,-10518.1,-1162.24,29.3391,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (53415,181391,0,-5380.41,-2962.39,322.96,-1.309,0,0,0.608761,-0.793353,180,100,1), - (53416,181391,0,-6490.05,-1163.26,313.225,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (53417,181391,0,480.633,1527.11,132.053,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (53418,181391,0,521.656,1650.1,126.962,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (53419,181391,0,-14452.2,492.542,16.4234,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (53420,181391,0,-14470,481.411,21.2567,0.733038,0,0,0.358368,0.93358,180,100,1), - (53421,181391,0,-14457.8,502.391,15.9639,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (53422,181391,0,-10644.3,1169.92,34.7261,2.47837,0,0,0.945519,0.325568,180,100,1), - (53423,181391,0,-10641.5,1173.63,34.8877,2.42601,0,0,0.936672,0.350207,180,100,1), - (53424,181391,0,-3795.81,-794.03,11.1495,-1.74533,0,0,0.766044,-0.642788,180,100,1), - (53425,181391,0,-3821.81,-830.928,11.3301,3.14159,0,0,1,0,180,100,1), - (53429,181391,0,-8858.56,648.477,100.919,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (53430,181391,0,-8857.41,651.69,97.6205,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (53431,181391,0,-8859.11,649.941,100.919,1.44862,0,0,0.66262,0.748956,180,100,1), - (53432,181391,0,-8932.71,629.542,100.627,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (53433,181391,0,-8856.46,647.413,97.6089,2.42601,0,0,0.936672,0.350207,180,100,1), - (53434,181391,0,-8858.38,652.086,97.6133,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (53435,181391,0,-8862.61,650.263,97.6093,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (53436,181391,0,-8857.76,645.929,97.5954,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (53437,181391,0,-8920.49,636.273,100.627,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (53438,181391,0,1572.79,206.157,-40.7758,2.80998,0,0,0.986286,0.165048,180,100,1), - (53439,181391,0,1570.76,270.908,-34.8359,1.23918,0,0,0.580703,0.814116,180,100,1), - (53440,181391,0,-5594.53,-525.862,400.547,0.034907,0,0,0.017452,0.999848,180,100,1), - (53441,181391,0,-10523.6,-1159.51,28.1708,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (53442,181391,0,-10518.1,-1162.24,29.3391,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (53443,181391,0,-10523.6,-1159.51,28.1708,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (53444,181391,0,-5215.95,-3104.6,304.076,3.00197,0,0,0.997564,0.069757,180,100,1), - (53445,181391,0,520.609,1658.47,126.921,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (53446,181391,0,-14465.7,478.222,21.2486,0.785398,0,0,0.382683,0.92388,180,100,1), - (53447,181391,0,399.398,-2102.26,132.458,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (53448,181391,0,-10653.2,1175.08,34.7472,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (53449,181391,0,-3810.48,-831.149,11.2849,0,0,0,0,1,180,100,1), - (53450,181391,0,-865.595,-570.279,11.8469,0,0,0,0,1,180,100,1), - (53451,181391,0,-13.7565,-941.06,58.3806,-2.60054,0,0,0.96363,-0.267238,180,100,1), - (53452,181391,0,-9212.98,-2149.86,65.5182,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (53453,181391,0,-9222.75,-2159.78,64.8154,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (53454,181391,0,-4708.77,-1229.04,502.632,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (53455,181391,0,-8857.6,648.729,99.5508,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (53456,181391,0,-8858.38,650.422,99.5508,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (53457,181391,0,-8857.83,649.636,99.5508,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (53458,181391,0,-8863.06,649.095,97.6071,1.23918,0,0,0.580703,0.814116,180,100,1), - (53459,181391,0,-8859.86,647.929,100.919,0.977384,0,0,0.469472,0.882948,180,100,1), - (53460,181391,0,-5386.48,-2965.02,322.959,0.331613,0,0,0.165048,0.986286,180,100,1), - (53461,181391,0,-3810.46,-827.461,11.3116,0.017453,0,0,0.008727,0.999962,180,100,1), - (53462,181391,0,-3804.42,-787.288,10.2467,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (53463,181391,0,-851.413,-480.53,15.8326,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (53468,181391,0,-10517.8,-1165.88,29.3242,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (53469,181391,0,-10518.6,-1170.63,29.6838,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (53470,181391,0,-5350.96,-3010.37,327.137,0.959931,0,0,0.461749,0.887011,180,100,1), - (53471,181391,0,-5329.65,-2991.97,326.176,2.35619,0,0,0.92388,0.382683,180,100,1), - (53472,181391,0,-14470,481.411,21.2567,0.733038,0,0,0.358368,0.93358,180,100,1), - (53473,181391,0,-3828.54,-838.328,11.2522,3.03687,0,0,0.99863,0.052336,180,100,1), - (53474,181391,0,-713.097,-508.201,28.112,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (53475,181391,0,-14452.2,492.542,16.4234,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (53476,181391,0,-9226.62,-2150.39,64.6209,1.53589,0,0,0.694658,0.71934,180,100,1), - (53477,181391,0,-14463.7,485.722,21.2575,2.49582,0,0,0.948324,0.317305,180,100,1), - (53478,181391,0,-14463.9,494.74,15.9798,0.890118,0,0,0.430511,0.902585,180,100,1), - (53479,181391,0,-14463.7,485.722,21.2575,2.49582,0,0,0.948324,0.317305,180,100,1), - (53480,181391,0,-14474.6,488.765,21.2487,0.785398,0,0,0.382683,0.92388,180,100,1), - (53481,181391,0,-14465.7,478.222,21.2486,0.785398,0,0,0.382683,0.92388,180,100,1), - (53482,181391,0,-9229.15,-2161.19,64.8848,1.46608,0,0,0.669131,0.743145,180,100,1), - (53483,181391,0,-14474.6,488.765,21.2487,0.785398,0,0,0.382683,0.92388,180,100,1), - (53484,181391,0,-14459,485.608,15.9718,2.46091,0,0,0.942641,0.333807,180,100,1), - (53485,181391,0,-14467.7,489.786,21.6847,0.733038,0,0,0.358368,0.93358,180,100,1), - (53486,181391,0,-14462.5,486.737,15.9759,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (53514,181392,1,-1259.44,39.8108,133.912,1.62316,0,0,0.725374,0.688355,180,100,1), - (53515,181392,1,-1294.72,40.1545,135.862,-2.67035,0,0,0.97237,-0.233445,180,100,1), - (53516,181392,1,-1311.32,32.3073,135.914,0.541052,0,0,0.267238,0.96363,180,100,1), - (53517,181392,1,1624.57,-4435.78,25.7124,2.51327,0,0,0.951057,0.309017,180,100,1), - (53518,181392,1,1627.62,-4431.78,25.5626,2.54818,0,0,0.956305,0.292372,180,100,1), - (53519,181392,1,1621.98,-4439.55,25.8617,2.49582,0,0,0.948324,0.317305,180,100,1), - (53520,181392,1,-852.914,-3748.95,30.4225,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (53521,181392,1,-1039.74,-3678.45,31.1299,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (53522,181392,1,-6165.26,-1118.03,-208.042,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (53523,181392,1,-4586.46,-3186.03,40.7139,1.65806,0,0,0.737277,0.67559,180,100,1), - (53524,181392,1,-4601.81,-3172.89,46.2638,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (53525,181392,1,-4357.93,251.706,31.3749,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (53526,181392,1,-4395.09,150.437,30.1975,0.977384,0,0,0.469472,0.882948,180,100,1), - (53527,181392,1,-4526.74,-781.538,-34.1392,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (53528,181392,1,-4526.74,-781.538,-34.1392,-0.506145,0,0,0.25038,-0.968148,180,100,1), - (53529,181392,1,6730.29,-4683.91,726.366,2.1293,0,0,0.87462,0.48481,180,100,1), - (53530,181392,1,6725.19,-4614.92,728.672,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (53531,181392,1,-6794.58,809.81,61.0732,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (53532,181392,1,-6794.58,809.81,61.0732,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (53533,181392,1,3342.51,1004.82,8.43473,0.628319,0,0,0.309017,0.951057,180,100,1), - (53534,181392,1,3999.98,-1304.6,259.535,2.40855,0,0,0.93358,0.358368,180,100,1), - (53535,181392,1,-5463.21,-2454.17,95.1814,0.401426,0,0,0.199368,0.979925,180,100,1), - (53536,181392,0,-8871.9,682.277,102.292,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (53537,181392,0,-8841.08,658.815,101.888,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (53538,181392,0,-8860.68,662.838,101.16,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (53539,181392,0,-4732.77,-1146.49,507.539,2.6529,0,0,0.970296,0.241922,180,100,1), - (53540,181392,0,-4707.57,-948.41,509.872,0.907571,0,0,0.438371,0.898794,180,100,1), - (53541,181392,0,-4614.04,-1114.48,509.55,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (53542,181392,0,-4612.88,-1093.26,509.641,3.05433,0,0,0.999048,0.043619,180,100,1), - (53543,181392,0,-4691.64,-1183.9,509.915,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (53544,181392,0,-4880.1,-957.773,509.628,1.93731,0,0,0.824126,0.566406,180,100,1), - (53545,181392,0,-5017.75,-1125.04,509.957,0.191986,0,0,0.095846,0.995396,180,100,1), - (53548,181392,0,-4849.92,-877.536,506.389,-1.39626,0,0,0.642788,-0.766044,180,100,1), - (53549,181392,0,-4840.27,-859.969,506.082,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (53550,181392,0,-4899.03,-982.314,510.777,2.28638,0,0,0.909961,0.414693,180,100,1), - (53551,181392,0,2287.89,-5325.79,95.4735,2.14675,0,0,0.878817,0.477159,180,100,1), - (53552,181392,0,-1013.18,-3509.49,66.9384,2.72271,0,0,0.978148,0.207912,180,100,1), - (53553,181392,0,-961.246,-3552.72,62.913,1.55334,0,0,0.700909,0.71325,180,100,1), - (53554,181392,0,-9382.36,-82.4038,68.335,-2.09439,0,0,0.866025,-0.5,180,100,1), - (53555,181392,0,-7478.36,-2187.01,175.014,2.77507,0,0,0.983255,0.182236,180,100,1), - (53556,181392,0,-11054.8,-3480.33,68.8072,0.959931,0,0,0.461749,0.887011,180,100,1), - (53557,181392,0,-10960.2,-3450.69,70.2589,2.58309,0,0,0.961262,0.275637,180,100,1), - (53558,181392,1,-995.313,-3711.13,9.21037,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (53559,181392,1,-917.462,-3724.54,13.8281,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (53560,181392,1,-990.229,-3650.31,22.7167,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (53561,181392,0,-10587.1,-1256.42,41.5012,0.034907,0,0,0.017452,0.999848,180,100,1), - (53562,181392,0,-10524.8,-1148.65,34.2651,1.64061,0,0,0.731354,0.681998,180,100,1), - (53563,181392,0,-10559,-1135.93,35.5914,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (53564,181392,0,-14478,468.192,39.704,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (53565,181392,0,-14480.9,465.024,34.6276,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (53566,181392,0,-5328.31,-2987.61,329.101,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (53567,181392,0,-14444.7,495.664,20.1124,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (53568,181392,0,-14459.9,479.14,19.8853,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (53569,181392,0,-10468.1,-3260.57,28.0228,2.98451,0,0,0.996917,0.078459,180,100,1), - (53570,181392,0,-14377.1,376.658,33.2114,1.22173,0,0,0.573576,0.819152,180,100,1), - (53571,181392,0,-10484.5,-3253,26.131,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (53572,181392,0,-627.478,-4589.49,24.1062,0.733038,0,0,0.358368,0.93358,180,100,1), - (53573,181392,0,-609.756,-4582.46,15.3684,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (53574,181392,0,-636.119,-4599.01,16.3318,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (53575,181392,0,-624.136,-4570.4,18.7716,2.40855,0,0,0.93358,0.358368,180,100,1), - (53576,181392,0,-615.45,-4576.88,24.271,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (53577,181392,1,-6165.26,-1118.03,-208.042,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (53578,181392,0,398.087,-2111.54,136.327,1.76278,0,0,0.771625,0.636078,180,100,1), - (53579,181392,0,382.845,-2110.43,125.663,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (53580,181392,0,294.595,-1998.37,201.568,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (53581,181392,0,-3831.59,-822.906,16.0914,3.12414,0,0,0.999962,0.008727,180,100,1), - (53582,181392,1,2382.08,-2526.41,115.699,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (53583,181392,1,165.085,1334.67,202.412,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (53584,181392,1,-3733.66,-4424.69,35.4536,0.785398,0,0,0.382683,0.92388,180,100,1), - (53585,181392,1,-3781.57,-4370.99,20.4668,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (53586,181392,1,-4336.27,153.522,39.5271,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (53587,181392,1,-4438.11,253.947,45.4789,0.453786,0,0,0.224951,0.97437,180,100,1), - (53588,181392,0,-861.296,-502.514,19.4743,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (53589,181392,0,-823.057,-501.382,20.1873,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (53590,181392,1,-5462.63,-2422.94,94.9862,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (53593,181392,0,-8906.31,628.792,106.67,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (53594,181392,1,-1004.45,-3661.52,23.7644,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (53595,181392,1,-915.542,-3729.6,13.9625,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (53596,181392,1,-915.542,-3729.6,13.9625,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (53597,181392,1,-426.794,-2649.36,102.032,-2.82743,0,0,0.987688,-0.156434,180,100,1), - (53598,181392,0,-4798.37,-908.976,503.25,1.5708,0,0,0.707107,0.707107,180,100,1), - (53599,181392,0,-4868.57,-1144.73,510.407,0.383972,0,0,0.190809,0.981627,180,100,1), - (53600,181392,0,-4989.78,-1117.28,508.186,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (53601,181392,0,-4804.96,-1180.35,510.459,1.5708,0,0,0.707107,0.707107,180,100,1), - (53602,181392,0,-4927.71,-1279.47,509.796,2.6529,0,0,0.970296,0.241922,180,100,1), - (53603,181392,0,-4765.77,-913.387,508.234,1.32645,0,0,0.615662,0.788011,180,100,1), - (53604,181392,0,-4847.69,-1162.96,508.747,0.837758,0,0,0.406737,0.913545,180,100,1), - (53605,181392,1,6764.99,-4671.2,728.62,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (53606,181392,1,6700.02,-4663.26,726.117,0.069813,0,0,0.034899,0.999391,180,100,1), - (53607,181392,1,-2358.59,-1967.48,104.013,0.977384,0,0,0.469472,0.882948,180,100,1), - (53610,181392,0,2292.85,-5333.14,97.9789,2.11185,0,0,0.870356,0.492424,180,100,1), - (53611,181392,0,-948.646,-3533.39,69.6157,0.034907,0,0,0.017452,0.999848,180,100,1), - (53612,181392,0,-9459.15,44.3359,61.1232,1.41372,0,0,0.649448,0.760406,180,100,1), - (53613,181392,0,-10990.8,-3465.55,73.5192,1.72788,0,0,0.760406,0.649448,180,100,1), - (53614,181392,0,-10507.6,-1149.41,34.1282,1.71042,0,0,0.75471,0.656059,180,100,1), - (53615,181392,0,-10522.6,-1176.89,33.9917,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (53616,181392,0,-14446.9,492.634,32.3268,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (53617,181392,0,-14438.4,422.057,11.8795,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (53618,181392,0,-14463.7,475.632,19.8548,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (53619,181392,0,-14435.4,395.711,35.3907,1.98968,0,0,0.838671,0.544639,180,100,1), - (53620,181392,0,-5353.26,-3019.32,330.646,0.10472,0,0,0.052336,0.99863,180,100,1), - (53621,181392,0,-5212.59,-3101.86,307.047,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (53622,181392,0,-10500.7,-3255.78,26.4054,0.837758,0,0,0.406737,0.913545,180,100,1), - (53623,181392,0,-14383,404.126,12.0949,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (53624,181392,0,-14446.9,492.634,32.3268,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (53625,181392,0,-14480.9,465.024,34.6276,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (53626,181392,0,-14396.6,410.066,26.5856,1.11701,0,0,0.529919,0.848048,180,100,1), - (53627,181392,0,-638.408,-4570.88,16.1013,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (53628,181392,0,390.238,-2095.6,125.662,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (53629,181392,0,316.051,-2104.65,127.015,-1.309,0,0,0.608761,-0.793353,180,100,1), - (53630,181392,0,269.19,-2026.31,182.611,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (53632,181392,0,-38.5943,-946.292,60.8617,1.27409,0,0,0.594823,0.803857,180,100,1), - (53633,181392,0,-15.5267,-901.43,61.3727,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (53636,181392,1,-929.579,-3683.8,11.7772,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (53637,181392,1,-1046.98,-3665.95,29.0352,2.96706,0,0,0.996195,0.087156,180,100,1), - (53638,181392,1,-852.914,-3748.95,30.4225,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (53639,181392,0,-839.326,-568.902,17.7356,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (53640,181392,1,-929.579,-3683.8,11.7772,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (53641,181392,0,-849.182,-548.27,16.4179,1.53589,0,0,0.694658,0.71934,180,100,1), - (53643,181392,1,-3615.44,-4440.08,18.9329,1.58825,0,0,0.71325,0.700909,180,100,1), - (53644,181392,1,6724.95,-4613.87,728.677,1.62316,0,0,0.725374,0.688355,180,100,1), - (53645,181392,1,-2377.85,-1999.76,104.049,1.15192,0,0,0.544639,0.838671,180,100,1), - (53646,181392,1,-975.498,-3677.14,12.6074,0.506145,0,0,0.25038,0.968148,180,100,1), - (53647,181392,1,-990.229,-3650.31,22.7167,-0.855212,0,0,0.414693,-0.909961,180,100,1), - (53648,181392,1,-419.459,-2648.09,101.575,0.261799,0,0,0.130526,0.991445,180,100,1), - (53649,181392,1,6710.31,-4637.4,725.087,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (53650,181392,1,6700.53,-4670.45,726.238,0.017453,0,0,0.008727,0.999962,180,100,1), - (53651,181392,1,-1060.96,-3535.78,67.8981,0.523599,0,0,0.258819,0.965926,180,100,1), - (53652,181392,1,-780.037,-3717.93,47.7989,2.87979,0,0,0.991445,0.130526,180,100,1), - (53653,181392,1,-1060.96,-3535.78,67.8981,0.523599,0,0,0.258819,0.965926,180,100,1), - (53654,181392,1,-975.498,-3677.14,12.6074,0.506145,0,0,0.25038,0.968148,180,100,1), - (53655,181392,1,-917.462,-3724.54,13.8281,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (53656,181392,0,-5030.98,-1153.9,509.76,-1.27409,0,0,0.594823,-0.803857,180,100,1), - (53657,181392,0,-4601.88,-1010.22,509.911,1.81514,0,0,0.788011,0.615662,180,100,1), - (53658,181392,0,-5041.65,-1166.19,508.227,0.314159,0,0,0.156434,0.987688,180,100,1), - (53659,181392,0,-4591.77,-999.464,508.207,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (53660,181392,1,-995.313,-3711.13,9.21037,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (53661,181392,1,-1046.98,-3665.95,29.0352,2.96706,0,0,0.996195,0.087156,180,100,1), - (53662,181392,0,-9464.53,104.367,62.0634,1.58825,0,0,0.71325,0.700909,180,100,1), - (53663,181392,1,-1039.74,-3678.45,31.1299,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (53664,181392,0,-9459.75,82.9623,62.0673,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (53665,181392,0,-10519.2,-1294.56,45.3368,2.56563,0,0,0.95882,0.284015,180,100,1), - (53666,181392,0,-10583,-1197.7,31.6985,0.174533,0,0,0.087156,0.996195,180,100,1), - (53667,181392,0,-10507.6,-1149.41,34.1282,1.71042,0,0,0.75471,0.656059,180,100,1), - (53668,181392,0,-10522.6,-1176.89,33.9917,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (53669,181392,0,-10519.2,-1294.56,45.3368,2.56563,0,0,0.95882,0.284015,180,100,1), - (53670,181392,0,-10533.4,-1204.69,31.6826,1.65806,0,0,0.737277,0.67559,180,100,1), - (53671,181392,0,-10587.1,-1256.42,41.5012,0.034907,0,0,0.017452,0.999848,180,100,1), - (53672,181392,0,-10661.5,-1255.92,34.4552,2.53073,0,0,0.953717,0.300706,180,100,1), - (53673,181392,1,-780.037,-3717.93,47.7989,2.87979,0,0,0.991445,0.130526,180,100,1), - (53676,181392,0,507.903,1649.28,125.561,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (53677,181392,0,-14471,492.441,18.76,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (53678,181392,0,-14358.3,377.387,27.1852,1.81514,0,0,0.788011,0.615662,180,100,1), - (53679,181392,0,-14459.9,479.14,19.8853,-0.820305,0,0,0.398749,-0.91706,180,100,1), - (53680,181392,0,-14408.6,416.471,25.7947,1.25664,0,0,0.587785,0.809017,180,100,1), - (53681,181392,0,-14439.5,439.219,19.0236,2.19912,0,0,0.891007,0.453991,180,100,1), - (53682,181392,0,-14358.3,377.387,27.1852,1.81514,0,0,0.788011,0.615662,180,100,1), - (53683,181392,0,-10436.4,-3202.21,23.8162,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (53684,181392,0,-14450.9,450.218,23.9318,0.558505,0,0,0.275637,0.961262,180,100,1), - (53685,181392,0,-14408.6,416.471,25.7947,1.25664,0,0,0.587785,0.809017,180,100,1), - (53686,181392,0,-10492.9,-3262.06,26.3536,1.8326,0,0,0.793353,0.608761,180,100,1), - (53687,181392,0,-635.401,-4566.94,16.0823,1.78024,0,0,0.777146,0.62932,180,100,1), - (53688,181392,0,396.246,-2090.73,125.63,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (53689,181392,0,400.681,-2110.17,125.605,1.8326,0,0,0.793353,0.608761,180,100,1), - (53690,181392,0,-604.096,-4599.68,16.9652,-0.698132,0,0,0.34202,-0.939693,180,100,1), - (53691,181392,0,385.697,-2124.72,135.387,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (53692,181392,0,322.53,-2132.8,127.067,1.74533,0,0,0.766044,0.642788,180,100,1), - (53693,181392,0,-3816.41,-845.184,16.0608,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (53694,181392,0,-3742.72,-879.271,14.6908,1.69297,0,0,0.748956,0.66262,180,100,1), - (53695,181392,0,-3807.73,-843.088,15.9536,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (53696,181392,0,-3849.46,-835.113,16.2792,3.08923,0,0,0.999657,0.026177,180,100,1), - (53697,181392,0,-3677.09,-740.724,14.5916,-1.93731,0,0,0.824126,-0.566406,180,100,1), - (53699,181392,0,-9180.75,-2086.24,92.6779,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (53700,181392,0,-4974.48,-1033.47,510.385,2.77507,0,0,0.983255,0.182236,180,100,1), - (53701,181392,0,-4730.89,-1063.31,508.738,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (53702,181392,0,-10559,-1135.93,35.5914,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (53703,181392,0,-5480.08,-461.806,401.465,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (53704,181392,0,-10584.9,-1165.01,33.4423,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (53705,181392,0,-10584.9,-1165.01,33.4423,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (53706,181392,0,-10605.1,-1157.45,33.4107,2.56563,0,0,0.95882,0.284015,180,100,1), - (53707,181392,0,-5295.91,-2946.49,341.202,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (53708,181392,0,522.919,1644.92,111.031,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (53709,181392,0,563.026,1576.73,136.301,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (53710,181392,0,-14461.8,480.806,31.9102,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (53711,181392,0,-14448.5,457.047,19.2992,0.593412,0,0,0.292372,0.956305,180,100,1), - (53712,181392,0,-14448.1,493.436,26.2345,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (53713,181392,0,-14448.1,493.436,26.2345,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (53714,181392,0,-12426.8,221.882,6.54878,1.23918,0,0,0.580703,0.814116,180,100,1), - (53715,181392,0,-10482.1,-3200.42,23.1951,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (53716,181392,0,-10490.9,-3250.11,26.1014,0.907571,0,0,0.438371,0.898794,180,100,1), - (53717,181392,0,-10486.6,-3261.51,26.2917,0.890118,0,0,0.430511,0.902585,180,100,1), - (53718,181392,0,-622.192,-4594.98,15.1447,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (53719,181392,0,393.324,-2090.91,136.863,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (53720,181392,0,392.558,-2087.95,135.318,1.72788,0,0,0.760406,0.649448,180,100,1), - (53721,181392,0,-615.334,-4589.27,24.2244,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (53722,181392,0,-10640.1,1168.91,40.6003,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (53723,181392,0,-3796.83,-875.702,15.3076,-2.44346,0,0,0.939693,-0.34202,180,100,1), - (53724,181392,0,-841.55,-562.376,17.4683,0.05236,0,0,0.026177,0.999657,180,100,1), - (53725,181392,0,-784.941,-512.631,22.1321,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (53726,181392,0,-171.224,-905.573,59.6152,0.069813,0,0,0.034899,0.999391,180,100,1), - (53727,181392,0,-790.696,-595.682,19.2561,2.26893,0,0,0.906308,0.422618,180,100,1), - (53728,181392,0,-39.0231,-903.801,61.0358,0.05236,0,0,0.026177,0.999657,180,100,1), - (53733,181392,0,-9234.07,-2141.21,70.3266,1.50098,0,0,0.681998,0.731354,180,100,1), - (53734,181392,0,-9263.48,-2237.09,68.0257,3.07178,0,0,0.999391,0.034899,180,100,1), - (53736,181392,0,-10507.6,-1169.3,34.3831,0.087266,0,0,0.043619,0.999048,180,100,1), - (53737,181392,0,-10605.1,-1157.45,33.4107,2.56563,0,0,0.95882,0.284015,180,100,1), - (53738,181392,0,-5597.3,-532.347,403.071,1.50098,0,0,0.681998,0.731354,180,100,1), - (53739,181392,0,-10507.6,-1169.3,34.3831,0.087266,0,0,0.043619,0.999048,180,100,1), - (53740,181392,0,-10544.5,-1160.09,32.3532,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (53741,181392,0,-5379.67,-3003.71,334.484,0.855211,0,0,0.414693,0.909961,180,100,1), - (53742,181392,0,-5366.48,-2959.01,332.059,1.85005,0,0,0.798636,0.601815,180,100,1), - (53743,181392,0,563.292,1570.72,136.45,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (53744,181392,0,-14358.5,424.679,15.7415,1.91986,0,0,0.819152,0.573576,180,100,1), - (53745,181392,0,-14396.6,410.066,26.5856,1.11701,0,0,0.529919,0.848048,180,100,1), - (53746,181392,0,-14438.4,422.057,11.8795,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (53747,181392,0,-14461.8,480.806,31.9102,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (53748,181392,0,-14444.7,495.664,20.1124,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (53749,181392,0,-14440.8,432.902,23.9117,2.11185,0,0,0.870356,0.492424,180,100,1), - (53750,181392,0,-10497.5,-3248.76,26.4176,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (53751,181392,0,256.371,-2178.92,123.189,1.58825,0,0,0.71325,0.700909,180,100,1), - (53752,181392,0,-3695.47,-733.789,14.6362,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (53753,181392,0,-3763.44,-876.695,14.6474,1.0472,0,0,0.5,0.866025,180,100,1), - (53754,181392,0,-815.952,-553.565,19.9757,1.71042,0,0,0.75471,0.656059,180,100,1), - (53755,181392,0,-841.436,-586.411,17.5337,0.034907,0,0,0.017452,0.999848,180,100,1), - (53756,181392,0,-9225.21,-2139.09,70.2455,1.6057,0,0,0.71934,0.694658,180,100,1), - (53757,181392,0,-9246.09,-2148.55,68.1107,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (53758,181392,0,-10583,-1197.7,31.6985,0.174533,0,0,0.087156,0.996195,180,100,1), - (53759,181392,0,-10524.8,-1148.65,34.2651,1.64061,0,0,0.731354,0.681998,180,100,1), - (53760,181392,0,-5286.4,-2979,345.613,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (53761,181392,0,-5384.45,-2944.36,332.596,1.85005,0,0,0.798636,0.601815,180,100,1), - (53762,181392,0,-5345.1,-2929.28,328.341,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (53763,181392,0,-14450.2,413.526,29.9574,0.610865,0,0,0.300706,0.953717,180,100,1), - (53764,181392,0,-14458.5,420.944,28.9705,0.541052,0,0,0.267238,0.96363,180,100,1), - (53765,181392,0,-14358.5,424.679,15.7415,1.91986,0,0,0.819152,0.573576,180,100,1), - (53766,181392,0,-10506.6,1039.93,66.2996,1.95477,0,0,0.829038,0.559193,180,100,1), - (53767,181392,0,-3795.67,-835.688,14.1054,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (53768,181392,0,-3783.72,-857.931,15.2131,0.698132,0,0,0.34202,0.939693,180,100,1), - (53769,181392,0,-841.553,-557.781,17.5034,0.05236,0,0,0.026177,0.999657,180,100,1), - (53770,181392,0,-9175.25,-2108.6,92.6612,2.46091,0,0,0.942641,0.333807,180,100,1), - (53771,181392,0,-9221.95,-2065.85,81.4747,3.12414,0,0,0.999962,0.008727,180,100,1), - (53772,181392,0,-10722.3,-1131.86,31.5413,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (53773,181392,0,-5378.39,-2942.64,332.658,1.85005,0,0,0.798636,0.601815,180,100,1), - (53774,181392,0,-14466.3,497.062,30.2183,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (53775,181392,0,-14304.7,437.697,36.5736,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (53776,181392,0,-14474.4,452.342,34.6387,0.506145,0,0,0.25038,0.968148,180,100,1), - (53777,181392,0,-14373.5,373.372,27.6464,1.13446,0,0,0.5373,0.843391,180,100,1), - (53778,181392,0,-14452.4,440.289,7.80065,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (53779,181392,0,-14478,468.192,39.704,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (53780,181392,0,-14463.7,475.632,19.8548,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (53781,181392,0,-14399.8,413.275,32.471,1.09956,0,0,0.522499,0.85264,180,100,1), - (53782,181392,0,380.051,-2098.3,125.662,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (53783,181392,0,212.537,-1982.51,148.874,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (53784,181392,0,-3816.07,-816.804,15.8673,1.53589,0,0,0.694658,0.71934,180,100,1), - (53785,181392,0,-867.686,-568.566,17.525,3.07178,0,0,0.999391,0.034899,180,100,1), - (53786,181392,0,-14440,439.426,7.80277,2.11185,0,0,0.870356,0.492424,180,100,1), - (53787,181392,0,-14448.5,457.047,19.2992,0.593412,0,0,0.292372,0.956305,180,100,1), - (53788,181392,0,-14471,492.441,18.76,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (53789,181392,0,393.2,-2108.45,125.731,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (53790,181392,0,-9237.56,-2042.74,81.7569,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (53791,181392,0,-14439.5,439.219,19.0236,2.19912,0,0,0.891007,0.453991,180,100,1), - (53792,181392,0,-14373.5,373.372,27.6464,1.13446,0,0,0.5373,0.843391,180,100,1), - (53793,181392,0,-14377.1,376.658,33.2114,1.22173,0,0,0.573576,0.819152,180,100,1), - (53794,181392,0,-14448,467.663,7.70628,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (53795,181392,0,-14448,467.663,7.70628,-1.0821,0,0,0.515038,-0.857167,180,100,1), - (53796,181392,0,-9243.66,-2211.2,72.0786,3.12414,0,0,0.999962,0.008727,180,100,1), - (53797,181392,0,-14441.1,499.917,20.0161,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (53798,181392,0,-14435.4,395.711,35.3907,1.98968,0,0,0.838671,0.544639,180,100,1), - (53799,181392,0,-14450.2,413.526,29.9574,0.610865,0,0,0.300706,0.953717,180,100,1), - (53800,181392,0,-14399.8,413.275,32.471,1.09956,0,0,0.522499,0.85264,180,100,1), - (53801,181392,0,-14383,404.126,12.0949,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (53802,181392,0,-14478.7,428.076,37.6125,0.506145,0,0,0.25038,0.968148,180,100,1), - (53803,181392,0,-14440,439.426,7.80277,2.11185,0,0,0.870356,0.492424,180,100,1), - (53804,181392,0,-14459.3,425.488,34.7531,0.541052,0,0,0.267238,0.96363,180,100,1), - (53805,181392,0,-14441.1,499.917,20.0161,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (53806,181392,0,-14452.4,440.289,7.80065,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (53807,181392,0,-14304.7,437.697,36.5736,-0.366519,0,0,0.182236,-0.983255,180,100,1), - (53808,181392,0,-14459.3,425.488,34.7531,0.541052,0,0,0.267238,0.96363,180,100,1), - (53809,181392,0,-14478.7,428.076,37.6125,0.506145,0,0,0.25038,0.968148,180,100,1), - (53810,181392,0,-14450.9,450.218,23.9318,0.558505,0,0,0.275637,0.961262,180,100,1), - (53811,181392,0,-14466.3,497.062,30.2183,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (53812,181392,0,-14458.5,420.944,28.9705,0.541052,0,0,0.267238,0.96363,180,100,1), - (53820,181393,1,1630.14,-4373.75,19.1125,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (53821,181393,1,1441.37,-4416.68,37.9758,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (53822,181393,1,1425.61,-4369.41,38.829,0.907571,0,0,0.438371,0.898794,180,100,1), - (53823,181393,1,1434.22,-4358.4,38.2172,-2.09439,0,0,0.866025,-0.5,180,100,1), - (53824,181393,1,1432.57,-4427.82,38.966,0.890118,0,0,0.430511,0.902585,180,100,1), - (53825,181393,1,1743.51,-4403.31,46.0636,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (53826,181393,1,2071.97,-4828.26,27.8896,0.698132,0,0,0.34202,0.939693,180,100,1), - (53827,181393,1,1674.43,-4334.04,64.0697,1.11701,0,0,0.529919,0.848048,180,100,1), - (53828,181393,1,1907.3,-4315.75,28.5347,0.279253,0,0,0.139173,0.990268,180,100,1), - (53829,181393,1,1695.88,-4277.76,41.1063,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (53830,181393,1,-1037.15,-3657.89,24.1481,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (53832,181393,0,-9245.55,-2160.39,77.2992,3.05433,0,0,0.999048,0.043619,180,100,1), - (53833,181393,1,2322.34,-2558.75,107.08,2.14675,0,0,0.878817,0.477159,180,100,1), - (53834,181393,1,2338.7,-2546.8,107.421,2.09439,0,0,0.866025,0.5,180,100,1), - (53835,181393,1,-1581.83,3147.61,52.2286,2.79253,0,0,0.984808,0.173648,180,100,1), - (53836,181393,1,-4619.33,-3178.54,40.0166,1.55334,0,0,0.700909,0.71325,180,100,1), - (53837,181393,1,-4620.5,-3165.98,40.6146,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (53838,181393,1,-4424.83,289.202,43.5475,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (53839,181393,1,-4407.23,213.008,34.9065,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (53840,181393,1,-4468.16,294.938,45.7941,2.32129,0,0,0.91706,0.398749,180,100,1), - (53841,181393,1,6692.54,-4644.07,724.96,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (53842,181393,1,-6845.74,771.714,51.4555,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (53843,181393,1,-6827.61,786.462,52.2015,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (53844,181393,1,-6797.72,722.942,46.8554,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (53845,181393,1,-6848.75,778.839,51.6178,1.46608,0,0,0.669131,0.743145,180,100,1), - (53846,181393,1,-6827.61,786.462,52.2015,-1.98968,0,0,0.838671,-0.544639,180,100,1), - (53847,181393,1,-6845.74,771.714,51.4555,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (53848,181393,1,-6848.75,778.839,51.6178,1.46608,0,0,0.669131,0.743145,180,100,1), - (53849,181393,1,-6820.24,718.917,47.5142,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (53850,181393,1,2702.3,1487.9,239.449,1.64061,0,0,0.731354,0.681998,180,100,1), - (53851,181393,1,2734.88,1491.61,239.478,1.71042,0,0,0.75471,0.656059,180,100,1), - (53852,181393,1,5104.87,-348.282,360.119,1.98968,0,0,0.838671,0.544639,180,100,1), - (53853,181393,1,-5475.12,-2466.45,91.1327,1.95477,0,0,0.829038,0.559193,180,100,1), - (53854,181393,1,-3153.35,-2854.33,36.458,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (53855,181393,1,-3089.68,-2824.13,37.3795,1.22173,0,0,0.573576,0.819152,180,100,1), - (53856,181393,1,-3100.42,-2817.37,37.3277,1.25664,0,0,0.587785,0.809017,180,100,1), - (53857,181393,0,-8800.71,664.397,97.7356,2.89725,0,0,0.992546,0.121869,180,100,1), - (53858,181393,0,-8899.69,616.603,101.596,-2.6529,0,0,0.970296,-0.241922,180,100,1), - (53862,181393,0,1586.07,250.113,-47.6988,2.35619,0,0,0.92388,0.382683,180,100,1), - (53863,181393,0,1605.16,230.557,-47.8257,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (53864,181393,0,1605.44,249.87,-47.7427,0.802851,0,0,0.390731,0.920505,180,100,1), - (53865,181393,0,1585.86,230.646,-47.8969,-2.35619,0,0,0.92388,-0.382683,180,100,1), - (53871,181393,0,-4897.69,-1002.05,510.054,2.07694,0,0,0.861629,0.507538,180,100,1), - (53872,181393,1,2011.81,-4645.75,36.5273,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (53873,181393,1,1956.05,-4361.1,33.1505,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (53874,181393,1,-1041.35,-3677.52,24.5061,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (53875,181393,1,-1048.98,-3636.04,27.1376,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (53876,181393,1,-1037.15,-3657.89,24.1481,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (53877,181393,0,-6586.41,-1031.39,270.661,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (53878,181393,0,514.336,1624.92,107.64,1.23918,0,0,0.580703,0.814116,180,100,1), - (53879,181393,0,496.758,1564.18,135.881,1.5708,0,0,0.707107,0.707107,180,100,1), - (53880,181393,0,-12426.2,191.396,2.60344,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (53881,181393,0,-12420.6,219.932,3.25562,1.29154,0,0,0.601815,0.798636,180,100,1), - (53882,181393,1,-399.158,-2653.61,101.406,2.42601,0,0,0.936672,0.350207,180,100,1), - (53883,181393,0,-523.749,-4511.91,11.9685,0.069813,0,0,0.034899,0.999391,180,100,1), - (53884,181393,1,-1597.21,3159.58,52.1664,-0.907571,0,0,0.438371,-0.898794,180,100,1), - (53885,181393,1,-1587.39,3158,52.1781,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (53886,181393,1,-3618.45,-4450.95,14.8035,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (53887,181393,1,-4437.76,259.749,41.8892,0.506145,0,0,0.25038,0.968148,180,100,1), - (53888,181393,1,-4433.43,250.746,41.7631,0.488692,0,0,0.241922,0.970296,180,100,1), - (53889,181393,1,-4387.82,3296.44,15.9037,3.07178,0,0,0.999391,0.034899,180,100,1), - (53890,181393,1,-6820.24,718.917,47.5142,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (53891,181393,1,-6797.72,722.942,46.8554,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (53892,181393,1,-5409.35,-2398.16,91.113,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (53893,181393,1,-5409.24,-2439.46,92.732,2.58309,0,0,0.961262,0.275637,180,100,1), - (53894,181393,1,-5478.69,-2427.21,91.1138,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (53895,181393,1,-5441.29,-2467.74,90.3471,1.5708,0,0,0.707107,0.707107,180,100,1), - (53901,181393,1,1915.48,-4252.46,50.5299,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (53902,181393,1,1897.01,-4606.08,40.9014,2.9147,0,0,0.993572,0.113203,180,100,1), - (53903,181393,1,1928.96,-4584.59,41.3925,3.03687,0,0,0.99863,0.052336,180,100,1), - (53904,181393,1,1712.41,-4219.7,55.258,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (53905,181393,1,1656.47,-4433.01,28.1114,2.33874,0,0,0.920505,0.390731,180,100,1), - (53906,181393,1,-1061.28,-3663.65,25.259,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (53907,181393,1,-1042.55,-3660.28,35.779,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (53908,181393,1,-3718.96,-4542.8,13.5865,0.453786,0,0,0.224951,0.97437,180,100,1), - (53909,181393,1,-4388.19,3281.72,15.9663,2.96706,0,0,0.996195,0.087156,180,100,1), - (53910,181393,1,-5473.15,-2454.82,91.7347,-0.785398,0,0,0.382683,-0.92388,180,100,1), - (53911,181393,1,-5460.34,-2453.11,96.0674,0.383972,0,0,0.190809,0.981627,180,100,1), - (53912,181393,1,-5392.98,-2418.71,91.7338,-3.01942,0,0,0.998135,-0.061048,180,100,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (51618,181355,1,-5467.61,-2444.78,89.3505,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (51619,181355,1,-5463.07,-2429.32,89.5646,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (51620,181355,1,932.429,992.446,102.399,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (51621,181355,1,900.675,922.28,106.258,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (51622,181355,1,923.709,990.975,102.406,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (51623,181355,1,950.048,930.526,104.918,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (51624,181355,1,920.69,1072.1,105.839,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (55115,181301,0,1918.16,-4416.75,74.4867,5.10526,0,0,0,0,180,180,100,1), + (55251,181288,0,-4700.28,-1224.34,501.659,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (55239,181306,1,6491.56,-2491.17,568.238,0.225009,0,0,0,0,180,180,100,1), + (55238,181302,1,6485.39,-2487.69,567.798,4.64287,0,0,0,0,180,180,100,1), + (55237,181355,1,6479.26,-2497.55,570.778,0.283913,0,0,0,0,180,180,100,1), + (55236,181355,1,6493.92,-2479.42,570.136,5.7817,0,0,0,0,180,180,100,1), + (55250,181376,0,1642.06,239.867,62.5916,0.0009408,0,0,0,0,180,180,100,1), + (55077,181565,0,-11276.1,1826.11,38.9136,2.18846,0,0,0.888575,0.458732,180,180,100,1), + (55194,181605,1,-6391.83,-194.59,5.21879,1.68648,0,0,0,0,180,180,100,1), + (55193,181306,1,-6382.58,-178.797,8.22431,3.30519,0,0,0,0,180,180,100,1), + (51643,181355,1,-3145.85,-2828.78,35.1482,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (51644,181355,1,-3102.34,-2898.48,34.4398,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (55103,181301,0,-269.923,1162.9,63.7691,2.38731,0,0,0,0,180,180,100,1), + (55102,181376,0,-278.222,1171.19,63.6597,3.4908,0,0,0.984796,-0.173716,180,180,100,1), + (55089,181376,0,-325.53,-674.73,54.6548,5.56236,0,0,0.352659,-0.935752,180,180,100,1), + (55088,181566,0,-325.53,-674.73,54.6548,5.56236,0,0,0.352659,-0.935752,180,180,100,1), + (51649,181355,1,1725.88,-4220.82,46.0119,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (51650,181355,1,1729.96,-4312.58,30.0675,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (51651,181355,1,1896.37,-4292.11,31.2669,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (51652,181355,1,-1056.51,289.218,133.864,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (51653,181355,1,-1167.45,175.236,144.007,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (51654,181355,0,-9407.07,-2258.57,69.3851,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (51655,181355,0,-4776.92,-1175.43,502.191,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (51656,181355,0,-4728.72,-1214.09,501.659,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (51657,181355,0,-4863.93,-1098.54,502.212,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (51658,181355,0,-4834.15,-1154.81,502.207,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (51659,181355,1,8035.11,-2677.08,515.06,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (51660,181355,1,7790.67,-2422.31,488.341,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (51661,181355,1,7942.5,-2639.73,492.394,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (51662,181355,1,7821.1,-2479.85,486.84,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (51672,181355,0,-8839.8,772.621,95.8445,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (51673,181355,0,-8850.92,668.271,97.7651,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (51674,181355,0,-8861.19,739.929,101.403,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (51675,181355,0,-8817.86,814.784,99.2454,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (51676,181355,0,-8848.75,636.976,95.8979,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (51677,181355,1,1536.37,-4206.44,41.9515,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (51678,181355,1,8636.49,858.517,22.4537,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (51679,181355,1,-897.645,-3782.64,12.1446,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (51680,181355,1,-954.68,-3658.13,10.4672,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (51681,181355,1,-979.065,-3641.02,19.0544,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (51682,181355,1,-952.426,-3624.83,16.8638,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (51683,181355,1,-6227.68,-1045.56,-199.095,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (51684,181355,1,-6299.46,-1177.01,-268.811,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (51685,181355,1,-405.638,-2607.83,95.7385,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (51686,181355,1,-359.054,-2529.81,95.7875,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (51687,181355,1,-6148.62,-1071.84,-198.228,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (51688,181355,1,-6106.92,-1148.02,-186.904,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (51689,181355,1,-6227.68,-1045.56,-199.095,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (51690,181355,1,-6148.62,-1071.84,-198.228,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (51691,181355,1,-6305.18,-1171.37,-268.851,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (51695,181355,1,6353.85,546.37,15.9529,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (51696,181355,1,6368.94,475.68,18.1209,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (51697,181355,1,248.515,1276.99,192.147,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (51698,181355,1,106.813,1208.85,163.36,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (51699,181355,1,244.196,1226.41,192.148,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (51700,181355,1,-3668.36,-4389.48,10.6087,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (51701,181355,1,-3618.21,-4458.03,13.6221,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (51702,181355,1,-3592.48,-4307.58,6.70639,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (51703,181355,1,-3793.05,-4520.67,11.0869,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (51704,181355,1,-4453.26,3290.12,12.3748,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (51705,181355,1,-4322.27,3295.04,18.7122,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (51706,181355,1,-4323.01,3280.12,18.7228,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (51707,181355,0,1769.07,72.6175,-45.2479,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (51708,181355,1,6802.95,-4751.3,701.505,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (51709,181355,1,6748.98,-4611.21,720.915,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (51710,181355,1,-2388.45,-1888.2,95.7555,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (51711,181355,1,-2384.55,-1872.36,95.8502,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (55225,181388,1,546.317,343.171,54.2048,6.27802,0,0,0,0,180,180,100,1), + (55224,181305,1,546.492,343.042,53.2135,0.753528,0,0,0,0,180,180,100,1), + (51714,181355,1,-5407.62,-2430.02,89.6892,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (55114,181376,0,1930.94,-4411.57,73.882,4.3395,0,0,0.825927,-0.563777,180,180,100,1), + (55113,181338,0,1930.94,-4411.57,73.882,4.3395,0,0,0.825927,-0.563777,180,180,100,1), + (55240,181302,0,-7188.77,-1045.77,240.668,5.857,0,0,0,0,180,180,100,1), + (55192,181355,1,-6384.71,-189.082,6.95459,1.78152,0,0,0,0,180,180,100,1), + (51719,181355,0,2277.63,-5342.27,88.287,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (55101,181564,0,-278.222,1171.19,63.6597,3.4908,0,0,0.984796,-0.173716,180,180,100,1), + (51721,181355,0,-5000.16,-841.309,501.659,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (51722,181355,1,8654.47,866.144,22.6211,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (51723,181355,1,1693.35,-4289.23,31.8615,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (51724,181355,1,1679.48,-4244.66,51.6368,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (51725,181355,1,1698.52,-4383.65,27.5176,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (51726,181355,1,-1064.56,235.532,115.125,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (51727,181355,1,-1059.58,252.547,122.166,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (51728,181355,1,-1236.63,69.1859,128.767,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (51729,181355,1,-1201.81,105.939,134.565,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (51730,181355,1,-1074.85,237.866,115.946,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (51731,181355,1,7867.61,-2562.42,486.946,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (51732,181355,1,7971.82,-2433.29,488.939,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (51733,181355,0,-6657.58,-2182.62,244.144,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (51734,181355,0,-6644.35,-2148.98,245.351,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (51735,181355,1,7975.15,-2472.39,486.705,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (51736,181355,0,-9378.76,-86.2716,63.6306,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (51737,181355,0,-1225.37,-2521.81,22.3682,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (51738,181355,0,-11023.7,-3403.58,65.0967,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (51739,181355,0,-11036.2,-3464.26,64.9543,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (51740,181355,0,-11024.7,-3335.21,64.2872,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (51741,181355,0,-11108.6,-3450.28,64.9543,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (51742,181355,0,-5535.45,-476.932,398.085,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (51743,181355,0,-5461.15,-479.124,396.7,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (51744,181355,0,-6554.31,-1161.94,310.649,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (51745,181355,0,-6561.41,-1106.39,310.749,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (51746,181355,0,-9528.31,-1220.07,47.512,-1.20428,0,0,0.566406,-0.824126,180,180,100,1), + (51747,181355,0,503.622,1612.43,125.166,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (51748,181355,0,-9491.95,-1202.64,48.5446,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (51749,181355,0,560.79,1570.85,131.883,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (51750,181355,0,-14363,437.632,7.37248,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (51751,181355,0,-5342.95,-2963.12,324.107,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (51752,181355,0,-12359.6,211.965,4.00973,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (51753,181355,0,-10393.4,-3271.25,22.2134,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (51754,181355,0,-10469.1,-3269.21,20.2177,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (51755,181355,0,-10464.8,-3184.08,20.3059,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (51756,181355,0,-14337.5,396.097,23.3161,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (51757,181355,0,-14339,455.98,7.73201,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (51758,181355,0,-584.169,-4546.21,9.90844,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (51759,181355,0,-584.917,-4609.13,9.89951,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (51760,181355,0,-647.69,-4717.64,5.03787,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (51761,181355,0,-643.153,-4701.28,4.82018,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (51762,181355,0,-637.256,-4522.71,11.3868,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (51763,181355,0,328.687,-1969.22,197.652,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (51764,181355,0,249.608,-2135.64,118.576,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (51768,181355,0,-10515,1004.96,67.1648,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (51769,181355,0,-10502.6,1070.96,55.2353,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (51770,181355,0,-10476.5,1020.19,67.1671,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (51771,181355,0,-3743.92,-711.294,8.23859,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (51772,181355,0,-3542.39,-916.357,10.7274,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (51773,181355,0,-3600.97,-896.232,14.6426,1.0472,0,0,0.5,0.866025,180,180,100,1), + (51774,181355,0,-3782.5,-784.072,8.80204,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (51775,181355,0,-3883.96,-618.031,5.36373,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (51795,181355,1,-1059.88,187.755,107.249,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (51796,181355,0,-37.6348,-900.646,56.287,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (51800,181355,1,8652.41,859.318,22.5535,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (51801,181355,1,1675.11,-4361.82,62.06,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (51802,181355,1,1688.17,-4313.84,61.6555,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (51806,181355,0,-824.021,-569.205,15.2167,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (51807,181355,1,-911.322,-3743.83,9.66594,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (51808,181355,0,-804.305,-603.817,15.0128,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (51809,181355,0,-845.95,-545.974,11.0796,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (51810,181355,1,-854.146,-3760.71,19.3062,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (51811,181355,1,-1038.23,-3672.26,23.8438,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (51816,181355,0,-10701.3,-1129.38,25.8268,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (51817,181355,0,-10692.2,-1129.69,25.6155,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (51824,181355,1,-6152.32,-1118.43,-213.186,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (51825,181355,0,-1110.83,-3564.98,48.2565,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (51826,181355,1,-431.034,-2646.21,96.0356,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (51827,181355,1,-412.084,-2706.69,97.1891,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (51828,181355,1,-429.663,-2654.22,95.9606,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (51831,181355,1,-6299.46,-1177.01,-268.811,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (51832,181355,1,-6173.32,-1137,-216.933,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (51835,181355,1,-3980.87,-4722.02,4.52101,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (51836,181355,1,-3809.4,-4507.4,11.2316,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (51837,181355,1,-3805.92,-4428.6,12.8887,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (51838,181355,1,-3580.73,-4321.67,6.70639,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (51839,181355,1,-3739.39,-4354.5,10.8762,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (51842,181355,1,6724.5,-4659.66,720.847,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (51843,181355,1,6788.36,-4737.25,701.498,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (51845,181355,1,-2314.99,-1968.81,95.7483,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (51857,181355,1,1677.7,-4386.64,22.8407,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (51858,181355,1,1727.12,-4342.85,29.0717,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (51859,181355,1,1700.56,-4284.04,33.0089,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (51860,181355,1,1812.64,-4240.12,41.3496,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (51861,181355,1,1914.78,-4292.68,29.2644,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (51862,181355,1,1761.26,-4222.54,42.797,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (51863,181355,1,1736.14,-4340.94,30.5056,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (51864,181355,1,1817.81,-4230.44,39.8037,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (51865,181355,1,-1212.9,110.249,133.385,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (51866,181355,1,-1160.66,167.948,144.024,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (51868,181355,1,-1047.48,279.202,134.503,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (51870,181355,1,7915.28,-2562.39,488.284,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (51871,181355,1,7864,-2510.33,489.275,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (51872,181355,1,7911.11,-2575.12,488.51,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (51873,181355,1,7862.29,-2495.23,489.276,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (51874,181355,0,-9423.64,-2244.61,68.4526,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (51875,181355,0,-9289.4,-2302.5,69.382,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (51876,181355,0,1617.5,215.654,62.5945,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (51877,181355,0,1617.49,264.553,62.5945,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (51879,181355,1,-1000.07,264.762,137.59,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (51880,181355,1,-1385.49,-58.1903,158.535,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (51882,181355,1,8679.38,904.317,21.5485,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (51883,181355,1,8666.79,884.054,22.2721,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (51884,181355,1,1858.83,-4514.74,23.7042,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (51885,181355,0,-4880.44,-1131.43,502.212,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (51886,181355,0,-4739.14,-1155.74,502.212,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (51887,181355,1,-963.595,-3721.69,5.66055,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (51891,181355,1,-479.502,-2687.16,95.959,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (51892,181355,1,-346.751,-2579.45,96.25,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (51893,181355,1,1691.73,-4372.65,24.775,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (51894,181355,1,1729.08,-4363.2,31.4432,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (51895,181355,1,1919.96,-4297.99,27.0064,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (51896,181355,1,1858.48,-4242.12,41.2795,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (51897,181355,1,-1031.92,202.67,135.27,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (51898,181355,1,1472.4,-4227.22,58.9938,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (51899,181355,1,1698.88,-4342.24,62.0575,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (51900,181355,1,-1036.73,-3663.8,23.8511,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (51901,181355,1,-911.322,-3743.83,9.66594,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (51902,181355,1,-903.914,-3770.74,11.8177,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (51903,181355,1,-976.997,-3781.05,5.07813,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (51904,181355,0,-8834.7,646.499,95.5804,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (51905,181355,0,-8852.77,744.76,101.75,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (51906,181355,0,-8845.18,661.823,97.8532,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (51907,181355,0,-8611.96,774.592,97.1369,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (51908,181355,0,-8833.52,541.753,96.9853,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (51915,181355,1,-1074.37,218.621,110.217,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (51916,181355,1,-989.995,260.398,137.59,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (51917,181355,1,-903.914,-3770.74,11.8177,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (51918,181355,0,1589.55,234.288,60.1507,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (51919,181355,1,-1038.23,-3672.26,23.8438,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (51920,181355,1,-925.044,-3711.47,8.92793,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (51921,181355,0,-4623.99,-917.633,501.063,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (51922,181355,0,1761.93,64.9711,-45.2479,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (51923,181355,1,-503.652,-2644.92,95.7915,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (51924,181355,0,2273.56,-5319.77,88.0198,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (51925,181355,0,2265.43,-5297.72,82.1673,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (51926,181355,0,2022.71,152.72,34.3879,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (51927,181355,1,8637.42,832.573,23.1649,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (51928,181355,1,9687.26,2518.82,1337.31,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (51929,181355,1,8694.31,904.751,21.662,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (51930,181355,1,-976.997,-3781.05,5.07813,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (51931,181355,1,-954.68,-3658.13,10.4672,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (51932,181355,1,-854.146,-3760.71,19.3062,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (51933,181355,1,-864.895,-3753.35,19.3753,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (51934,181355,0,-950.796,-3469.76,53.46,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (51935,181355,0,-921.525,-3550.71,72.9657,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (51936,181355,0,-912.667,-3482.32,70.479,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (51937,181355,0,-6626.13,-2176.82,244.222,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (51938,181355,0,-10505,-1260.65,41.0628,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (51939,181355,0,-5588.76,-425.284,397.325,-1.11701,0,0,0.529919,-0.848048,180,180,100,1), + (51940,181355,0,-5605.66,-489.755,397.563,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (51941,181355,1,-1069.76,187.885,107.716,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (51942,181355,0,-10572,-1148.97,26.4383,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (51943,181355,1,-925.044,-3711.47,8.92793,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (51944,181355,1,-885.678,-3771.15,12.3838,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (51945,181355,1,-970.376,-3785.63,5.57285,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (51946,181355,0,-9653.36,-1351.62,49.9791,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (51947,181355,1,-989.049,-3822.69,5.7397,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (51948,181355,1,-1019.93,-3677.08,22.862,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (51949,181355,1,-897.645,-3782.64,12.1446,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (51950,181355,0,-6521.32,-1109,311.013,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (51951,181355,0,-6516.16,-1195.87,309.255,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (51952,181355,0,528.47,1650.73,125.682,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (51953,181355,0,501.153,1560.73,128.617,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (51955,181355,0,472.832,1537.91,131.651,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (51957,181355,0,-12429.8,225.64,1.22669,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (51958,181355,0,-14275.7,297.306,32.0678,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (51959,181355,0,-12343,154.528,4.77617,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (51960,181355,0,-14465.9,460.776,30.5326,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (51961,181355,0,-14449.2,514.87,26.56,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (51962,181355,0,-597.768,-4591.46,9.82312,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (51963,181355,0,-524.296,-4531.64,11.2075,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (51964,181355,0,288.489,-2000.86,194.126,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (51965,181355,0,206.183,-1994.8,145.408,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (51966,181355,0,-10645,1155.03,33.3267,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (51967,181355,0,-10644.3,994.063,32.8831,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (51968,181355,0,-10626.4,1039.41,34.2315,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (51969,181355,0,-3760.64,-751.786,7.89434,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (51970,181355,0,-3730.89,-624.588,7.25361,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (51977,181355,0,-892.098,-532.284,8.58027,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (51978,181355,0,-11.0178,-961.052,55.8387,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (51979,181355,0,-9.25792,-950.505,56.3528,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (51980,181355,0,11.1673,-862.847,57.8544,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (51992,181355,0,-9248.94,-2068.15,76.475,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (51993,181355,0,-4886.51,-1060.58,502.162,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (51994,181355,0,-4782.38,-1159,502.212,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (51995,181355,0,-4860.59,-1122.87,502.211,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (51996,181355,0,-4704.54,-1193.91,501.659,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (51997,181355,0,-4813.21,-1175.7,502.2,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (51998,181355,0,-8829.58,679.432,97.692,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (51999,181355,0,-8834.88,611.218,94.1878,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (52000,181355,0,-8843.62,618.009,93.465,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (52001,181355,0,-9013.6,889.642,29.6206,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (52002,181355,0,-8621.19,786.2,97.1391,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (52003,181355,0,-8430.99,596.351,94.6203,-2.82743,0,0,0.987688,-0.156434,180,180,100,1), + (52004,181355,0,-8874.09,640.259,96.0894,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (52005,181355,0,-1003.92,-3541.7,57.1203,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (52006,181355,0,-10514.6,-1245.22,41.1169,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (52007,181355,0,-10576.2,-1190.16,27.473,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (52008,181355,0,-5420.54,-2935.77,346.834,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (52009,181355,0,-6497.89,-1126.72,307.82,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (52010,181355,0,-6503.93,-1140.64,307.381,0,0,0,0,1,180,180,100,1), + (52011,181355,0,-14476.6,487.628,14.9041,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (52012,181355,0,-14465.9,460.776,30.5326,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (52013,181355,0,-12425.1,148.815,2.97293,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (52014,181355,0,-12421.5,217.085,31.2913,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (52015,181355,0,-10451.2,-3184.26,20.6653,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (52016,181355,0,-10475.5,-3255.49,21.0479,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (52017,181355,0,267.016,-2163.75,119.969,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (52018,181355,0,320.482,-1963.07,197.961,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (52019,181355,0,-555.274,-4568.21,10.0461,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (52020,181355,0,269.261,-2026.36,171.447,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (52021,181355,0,-594.688,-4617.7,9.52885,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (52022,181355,0,293.269,-2112.53,123.937,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (52023,181355,0,318.861,-2105.37,123.228,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (52024,181355,0,-10491.4,1002.01,67.1674,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (52025,181355,0,-10525.2,1030.73,67.1655,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (52026,181355,0,-3759.52,-643.922,8.27707,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (52028,181355,0,-3694.83,-870.158,9.91187,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (52029,181355,0,-3793.48,-772.669,8.73583,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (52032,181355,0,-699.977,-528.644,25.5933,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (52033,181355,0,-18.1917,-923.664,55.6915,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (52034,181355,0,-854.428,-504.039,11.2423,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (52035,181355,0,-37.0247,-906.391,56.0919,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (52048,181355,0,-4946.98,-1013.48,501.44,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (52049,181355,0,-4886.14,-1098.37,502.214,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (52053,181355,0,-8848.42,716.79,97.6476,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (52054,181355,0,-8822.11,682.775,97.6637,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (52055,181355,0,-8879.18,649.492,96.0198,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (52056,181355,0,-10544.2,-1169.38,27.5815,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (52057,181355,0,-5576.31,-498.891,403.867,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (52058,181355,0,-5643.28,-503.155,396.669,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (52059,181355,0,-10514.6,-1245.22,41.1169,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (52060,181355,0,-10565.7,-1214.24,26.5597,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (52061,181355,0,-5354.78,-2942.89,323.617,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (52062,181355,0,-5368.13,-2868.49,340.119,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (52063,181355,0,-14466.2,448.449,30.5951,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (52064,181355,0,-14282.3,546.645,8.90959,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (52065,181355,0,-14447,419.584,25.0283,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (52066,181355,0,-12418.3,134.366,3.76447,1.0472,0,0,0.5,0.866025,180,180,100,1), + (52067,181355,0,-12422.8,223.301,1.32096,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (52070,181355,0,286.333,-2049.77,177.513,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (52071,181355,0,-10630.7,1120.51,33.6976,0,0,0,0,1,180,180,100,1), + (52072,181355,0,-10664.9,1006.76,32.938,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (52073,181355,0,-10611.8,1031.24,34.1244,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (52074,181355,0,-3769.22,-860.95,10.246,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (52075,181355,0,-3814.44,-754.409,8.07528,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (52076,181355,0,-3755.77,-683.807,8.79328,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (52077,181355,0,-721.003,-508.469,26.4912,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (52078,181355,0,-820.159,-509.365,14.602,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (52079,181355,0,-790.763,-511.988,17.7414,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (52080,181355,0,-9409.73,-2292.76,69.385,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (52081,181355,0,-4712.49,-1181.77,501.698,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (52082,181355,0,-4738.07,-1203.41,501.698,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (52086,181355,0,-8831.45,814.218,98.6497,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (52089,181355,0,-10576.2,-1190.16,27.473,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (52090,181355,0,-10528.9,-1196.53,26.941,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (52091,181355,0,-10505,-1260.65,41.0628,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (52092,181355,0,-5347.17,-2985.97,323.677,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (52093,181355,0,-14421.2,511.856,4.96044,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (52094,181355,0,-14447,419.584,25.0283,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (52095,181355,0,-14461.2,454.094,15.1864,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (52096,181355,0,-14421.2,511.856,4.96044,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (52097,181355,0,225.289,-2107.82,117.915,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (52098,181355,0,-10517.7,1044.93,67.7619,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (52099,181355,0,-10486.5,1046.04,67.1715,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (52100,181355,0,-10529.7,1059.62,55.2144,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (52101,181355,0,-3880.62,-595.061,5.86222,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (52102,181355,0,-9234.27,-2077.68,76.5569,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (52103,181355,0,-9184.45,-2083.87,87.7621,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (52104,181355,0,-9183.47,-2113,87.7816,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (52105,181355,0,-9426.25,-2231.33,68.5408,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (52108,181355,0,-5433.76,-2928.79,347.517,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (52109,181355,0,-5315.12,-2960.84,333.653,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (52110,181355,0,-5349.71,-2863.36,339.594,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (52111,181355,0,298.721,-2136.08,123.937,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (52112,181355,0,-3767.19,-623.693,8.57985,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (52113,181355,0,-894.953,-544.774,6.87962,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (52114,181355,0,-746.495,-541.341,19.4194,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (52116,181355,0,-9346.3,-2213.29,61.8977,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (52117,181355,0,-14303.7,533.712,8.65903,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (52118,181355,0,-14476.2,461.225,36.5348,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (52119,181355,0,-14449.2,514.87,26.56,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (52120,181355,0,-14329.5,471.739,8.28834,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (52121,181355,0,-14476.6,487.628,14.9041,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (52122,181355,0,243.802,-2011.79,177.514,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (52123,181355,0,-3837.73,-762.72,8.20215,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (52124,181355,0,-3851.15,-705.537,8.20285,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (52125,181355,0,-3717.83,-739.974,10.2762,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (52126,181355,0,-3577.63,-850.181,14.6426,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (52127,181355,0,-14425.6,454.349,15.3409,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (52128,181355,0,-14337.5,396.097,23.3161,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (52129,181355,0,-14466.2,448.449,30.5951,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (52130,181355,0,-9285.96,-2268.29,69.3834,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (52131,181355,0,-14425.6,454.349,15.3409,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (52132,181355,0,-14395.9,401.171,8.88664,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (52133,181355,0,-9246.19,-2136.64,63.9338,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (52134,181355,0,-9256.66,-2226.64,63.9334,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (52135,181355,0,-9419,-2066.18,58.9032,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (52136,181355,0,-14476.2,461.225,36.5348,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (52137,181355,0,-14275.7,297.306,32.0678,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (52138,181355,0,-14317,498.746,8.58845,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (52139,181355,0,-14303.7,533.712,8.65903,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (52140,181355,0,-14339,455.98,7.73201,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (52141,181355,0,-14395.9,401.171,8.88664,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (52142,181355,0,-14363,437.632,7.37248,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (52143,181355,0,-14461.2,454.094,15.1864,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (52220,181358,1,-1297.66,192.871,137.188,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (52221,181358,1,-1028.03,-41.6273,147.165,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (52222,181358,1,-1185.54,27.9683,195.245,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (52223,181358,1,1663.45,-4345.16,38.0168,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (52224,181358,1,1659.33,-4346.13,67.0861,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (52225,181358,0,-9076.73,406.132,98.6196,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (52226,181358,0,-8935.06,522.067,109.389,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (52227,181358,0,-8948.83,539.007,109.32,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (52228,181358,0,-9094.66,429.094,99.0901,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (52230,181358,1,-1210.72,34.2156,192.245,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (52231,181358,1,-1123.94,65.1875,158.35,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (52232,181358,0,294.93,-2008.58,284.122,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (52233,181358,1,-4432.11,256.841,56.9382,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (52235,181358,0,-8852.53,539.681,117.809,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (52236,181358,1,-1108.48,-10.3021,157.776,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (52238,181358,1,-1236.53,-90.0243,178.074,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (52239,181358,1,-1180.66,-92.8976,177.532,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (52240,181358,1,-1205,134.352,149.189,-2.42601,0,0,0.936672,-0.350207,180,180,100,1), + (52524,181376,1,1952.99,-4271.15,30.5822,4.16335,0,0,0.104528,-0.994522,180,180,100,1), + (55139,181302,0,-7181.2,-1043.09,240.515,5.11327,0,0,0.552164,-0.833735,180,180,100,1), + (55023,181305,0,-8825.92,873.322,98.6609,5.90733,0,0,0.565033,0.825068,180,180,100,1), + (55154,181302,1,6484.03,-2488.25,568.88,5.01169,0,0,0,0,180,180,100,1), + (55223,181392,1,546.09,342.787,56.8252,3.95052,0,0,0,0,180,180,100,1), + (55243,181302,1,3881.32,-5393.83,143.453,2.5836,0,0,0,0,180,180,100,1), + (55191,181302,1,-6388.37,-176.693,9.50042,3.38374,0,0,0,0,180,180,100,1), + (55100,181605,0,-315.902,-663.304,54.2221,4.0544,0,0,0,0,180,180,100,1), + (55171,181301,1,-7828.62,-2060.54,-271.689,4.07473,0,0,0.893116,-0.449826,180,180,100,1), + (52534,181376,1,8704.97,932.636,14.7263,3.40724,0,0,0.991192,-0.132434,180,180,100,1), + (55180,181355,1,-7838.82,-2058.35,-272.071,4.79997,0,0,0,0,180,180,100,1), + (55022,181392,0,-8827.67,876.27,102.123,1.20095,0,0,0.565033,0.825068,180,180,100,1), + (55002,181349,289,95.8052,65.1433,97.7323,0.462622,0,0,0,0,180,180,100,1), + (55153,181302,1,6484.05,-2488.09,567.637,1.87404,0,0,0,0,180,180,100,1), + (55064,181388,1,4363.4,229.912,54.5119,1.93035,0,0,0,0,180,180,100,1), + (55062,181305,1,4363.6,229.547,53.5188,0.361213,0,0,0.179626,0.983735,180,180,100,1), + (55206,181392,0,-11267.9,-3603.67,3.31584,5.57381,0,0,0,0,180,180,100,1), + (55196,181302,0,-8838.29,867.385,98.6597,5.55539,0,0,0,0,180,180,100,1), + (55112,181605,0,-263.594,1174.46,63.7816,4.51702,0,0,0,0,180,180,100,1), + (55228,181392,1,-1048.71,-3427.43,75.4132,4.2177,0,0,0,0,180,180,100,1), + (55087,181376,0,-2624.47,-2508.33,82.1387,4.55157,0,0,0.761619,-0.648025,180,180,100,1), + (55128,181302,0,109.988,-3957.43,138.209,1.09763,0,0,0.521678,0.853142,180,180,100,1), + (55260,181288,1,-7838,-2068.18,-271.779,0.446949,0,0,0,0,180,180,100,1), + (52571,181376,1,-1036.25,297.622,135.536,3.7342,0,0,0.956422,-0.291989,180,180,100,1), + (55273,181288,429,536.586,602.55,-4.75474,5.74615,0,0,0,0,180,180,100,1), + (52575,181376,0,-4700.28,-1224.34,501.659,-2.14675,0,0,-0.878817,0.477159,180,180,100,1), + (52577,181376,0,-8833.23,859.132,98.8978,-2.07694,0,0,-0.861629,0.507538,180,180,100,1), + (52581,181388,1,-1290.56,49.203,138.795,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (52582,181388,1,1639.59,-4445.7,16.3232,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (52583,181388,1,1640.67,-4445.25,16.3232,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (52584,181388,1,10145,2211.82,1331.84,-1.69297,0,0,0.748956,-0.66262,180,180,100,1), + (52585,181388,1,10137.6,2226.17,1330.95,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (52586,181388,1,10139.6,2208.23,1331.84,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (52587,181388,1,10129.6,2220.79,1330.94,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (52588,181388,1,-1049.29,-3639.55,24.9887,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (52589,181388,1,9661.73,2505.73,1334.16,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (52594,181388,0,-9215.89,-2145.81,65.4233,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (52595,181388,0,-9221.36,-2160.02,64.8293,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (52596,181388,1,-444.25,-2649.06,97.8503,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (52597,181388,1,-6104.23,-1141.34,-184.911,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (52598,181388,1,-6165.39,-1115.85,-212.628,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (52599,181388,1,-6107.59,-1138.97,-185.335,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (52600,181388,1,-6104.23,-1141.34,-184.911,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (52601,181388,1,2349.08,-2577.25,103.558,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (52602,181388,1,252.293,1259.18,193.428,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (52603,181388,1,-4530.47,-779.77,-39.8633,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (52604,181388,1,-4530.47,-779.77,-39.8633,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (52605,181388,1,6684.68,-4679.01,722.819,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (52606,181388,1,3353.02,993.033,5.975,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (52607,181388,1,-5478.75,-2455.65,89.2837,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (52608,181388,0,-8856.15,671.781,98.8406,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (52609,181388,0,1682.87,232.56,-41.257,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (52610,181388,0,1691.12,232.09,-41.2572,2.44346,0,0,0.939693,0.34202,180,180,100,1), + (52611,181388,0,1702.21,246.72,-41.2573,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (52612,181388,0,1715.13,232.002,-41.266,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (52613,181388,0,1690.85,246.782,-41.2577,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (52614,181388,0,1682.74,246.803,-41.2577,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (52615,181388,0,1701.38,241.146,-41.5217,1.309,0,0,0.608761,0.793353,180,180,100,1), + (52617,181388,0,1605.69,276.238,-54.2526,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (52618,181388,0,1586.32,277.428,-54.2526,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (52620,181388,0,1590.35,206.828,-54.2666,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (52622,181388,0,-4846.32,-864.108,502.844,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (52623,181388,0,-4881.06,-989.323,504.758,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (52624,181388,0,-4905.37,-979.254,503.518,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (52625,181388,0,-4890.23,-996.799,504.758,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (52626,181388,0,-4877.42,-986.308,504.758,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (52627,181388,0,-4895.29,-1001.13,504.758,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (52628,181388,0,-4886.38,-993.683,504.758,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (52629,181388,0,-4900.67,-975.41,503.491,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (52630,181388,0,2289.23,-5322.93,91.1979,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (52631,181388,0,-6675.52,-2227.77,278.585,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (52632,181388,0,-6673.99,-2174.42,246.237,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (52633,181388,0,-6648.33,-2144.74,246.538,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (52634,181388,0,-9457.85,28.5277,57.4864,3.14159,0,0,1,0,180,180,100,1), + (52635,181388,1,-903.291,-3766.62,13.0199,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (52636,181388,1,-1042.04,-3663.87,24.75,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (52637,181388,1,-1058.84,-3665.57,24.7616,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (52638,181388,1,-1052.61,-3644.42,25.0929,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (52639,181388,1,-1044.61,-3669.45,24.718,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (52640,181388,0,-5586.72,-528.231,400.207,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (52641,181388,0,-6549,-1107.56,310.514,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (52642,181388,0,-6552.04,-1175.91,310.345,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (52643,181388,0,516.852,1632.28,105.776,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (52644,181388,0,523.949,1650.37,126.95,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (52645,181388,0,-5290.89,-2979.17,342.717,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (52646,181388,0,-14469,480.851,21.2494,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (52647,181388,0,-12416.6,132.127,4.49966,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (52648,181388,1,-6107.59,-1138.97,-185.335,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (52649,181388,0,-611.439,-4588.19,11.6871,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (52650,181388,0,-3819.95,-830.828,10.8967,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (52651,181388,1,150.625,1337.05,199.244,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (52652,181388,0,-20.4999,-929.375,57.5263,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (52653,181388,1,-4380.19,3284.42,14.8357,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (52654,181388,1,-5483.32,-2465.49,89.2837,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (52658,181388,0,-9213.04,-2146.22,65.5149,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (52659,181388,0,-9234.33,-2161.91,65.4893,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (52663,181388,0,-8919.73,636.243,100.627,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (52664,181388,1,9665.2,2510.76,1334.44,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (52665,181388,1,-1063.33,-3649.53,24.5443,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (52666,181388,1,-1044.61,-3669.45,24.718,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (52667,181388,1,-1054.79,-3658.57,25.0871,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (52668,181388,1,-417.337,-2655.72,97.55,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (52669,181388,1,-6165.39,-1115.85,-212.628,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (52670,181388,1,217.801,1240.77,198.988,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (52671,181388,0,1701.99,232.31,-41.2565,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (52672,181388,0,1701.35,237.729,-41.5009,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (52673,181388,0,1715.21,246.746,-41.2577,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (52674,181388,1,-4379.97,3293.85,14.8358,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (52675,181388,1,6685.85,-4671.19,722.623,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (52676,181388,1,-2376.47,-1990.9,96.7048,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (52677,181388,1,-5455.5,-2434.98,91.1256,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (52678,181388,0,2284.94,-5325.81,91.198,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (52679,181388,1,8702.25,964.546,13.658,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (52680,181388,0,-4899.35,-1004.48,504.758,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (52681,181388,1,-1028.71,306.373,136.636,1.21896,0,0,0.601815,0.798636,180,180,100,1), + (52682,181388,0,-920.357,-3521.26,73.6843,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (52683,181388,0,-9459.09,18.5192,57.4722,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (52684,181388,0,-9458.96,20.6805,57.522,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (52685,181388,0,-5584.55,-533.062,404.42,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (52686,181388,0,-10511.3,-1159.81,29.2652,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (52687,181388,0,-6490.12,-1160.76,310.571,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (52688,181388,0,525.753,1632.43,105.706,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (52689,181388,0,-5391.71,-2954.99,322.928,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (52690,181388,0,-5306.09,-2945.34,335.283,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (52691,181388,0,-10501.2,-3263.9,21.9491,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (52692,181388,0,-10498.5,-3248.36,21.9547,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (52693,181388,0,-14464.6,485.528,21.2376,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (52699,181388,0,-11.5985,-940.376,58.6723,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (52702,181388,1,-1042.04,-3663.87,24.75,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (52703,181388,1,-1058.84,-3665.57,24.7616,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (52704,181388,1,-1056.23,-3663.13,24.7595,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (52705,181388,1,-415.872,-2709.62,98.5692,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (52706,181388,1,-396.492,-2659.77,97.3961,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (52707,181388,1,6696.89,-4665.74,722.892,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (52708,181388,1,-2370.76,-1981.86,96.7048,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (52709,181388,1,-2351.74,-1944.61,97.9292,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (52710,181388,1,-1051.15,-3668.03,24.7517,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (52711,181388,1,-1049.29,-3639.55,24.9887,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (52712,181388,1,-1061,-3645.97,24.5443,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (52713,181388,1,-403.975,-2629.13,98.1188,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (52714,181388,1,6685.82,-4669.19,722.595,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (52715,181388,1,-1063.33,-3649.53,24.5443,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (52716,181388,1,-425.223,-2581.53,98.9579,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (52717,181388,1,-394.663,-2643.33,97.0077,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (52718,181388,0,-8907.3,613.16,100.627,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (52726,181388,1,9666,2517.08,1333.64,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (52727,181388,0,1708.3,231.784,-41.2571,1.67552,0,0,0.743145,0.669131,180,180,100,1), + (52728,181388,1,-1052.61,-3644.42,25.0929,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (52729,181388,1,-1059.21,-3662.72,24.7594,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (52730,181388,1,-1061.15,-3636.65,24.7179,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (52731,181388,1,-1059.21,-3662.72,24.7594,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (52732,181388,1,-903.291,-3766.62,13.0199,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (52733,181388,1,-1061.15,-3636.65,24.7179,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (52734,181388,1,-1051.15,-3668.03,24.7517,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (52735,181388,0,-9458.35,26.1867,57.5196,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (52736,181388,1,-1056.23,-3663.13,24.7595,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (52737,181388,1,-1054.79,-3658.57,25.0871,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (52738,181388,1,-1061,-3645.97,24.5443,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (52739,181388,0,-5380.71,-2963.9,322.919,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (52740,181388,0,-5355.94,-2968.55,324.759,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (52741,181388,0,-5351.62,-3010.59,327.137,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (52742,181388,0,-6507.24,-1196.07,309.971,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (52743,181388,0,-5330.2,-2991.02,326.176,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (52744,181388,0,530.298,1632.04,105.72,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (52747,181388,0,-14462.7,496.273,15.9521,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (52748,181388,0,-3812.26,-827.435,10.8926,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (52749,181388,0,-861.792,-558.962,12.3999,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (52750,181388,0,-8933.17,629.211,100.613,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (52751,181388,0,-910.9,-3521.17,74.0492,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (52752,181388,0,-908.414,-3497.37,71.9048,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (52753,181388,0,-928.086,-3525.72,72.941,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (52754,181388,0,-9457.85,10.693,58.1197,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (52755,181388,0,-949.308,-3534.78,71.867,-1.95477,0,0,0.829038,-0.559193,180,180,100,1), + (52756,181388,0,-10529.2,-1163.1,29.2942,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (52757,181388,0,-5584.57,-528.398,401.642,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (52758,181388,0,-10511.7,-1154.17,29.2592,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (52759,181388,0,-10529.2,-1163.1,29.2942,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (52760,181388,0,-5438.36,-2927.97,348.564,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (52761,181388,0,-6511.58,-1150.62,308.748,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (52762,181388,0,398.6,-2098.24,132.437,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (52763,181388,0,-616.252,-4593.14,11.6871,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (52764,181388,0,-10622.1,1034.77,35.7158,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (52765,181388,0,-3820.03,-827.229,10.9121,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (52769,181388,0,-10528.9,-1166.75,29.3198,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (52770,181388,0,-10528.9,-1166.75,29.3198,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (52771,181388,0,-5215.37,-3103.75,304.076,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (52772,181388,0,-5357.49,-2963.3,324.702,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (52773,181388,0,-5386.33,-2965.83,322.919,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (52774,181388,0,-14462.7,496.273,15.9521,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (52775,181388,0,-14460.8,487.845,15.9519,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (52776,181388,0,-12435.3,219.279,4.25404,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (52777,181388,0,-12435.9,209.946,3.34432,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (52778,181388,0,9.4687,-870.325,58.7902,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (52779,181388,0,-858.528,-553.084,12.7741,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (52780,181388,0,-850.178,-568.419,11.7761,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (52781,181388,0,-9349.25,-2296.82,72.5472,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (52784,181388,0,-8920.66,606.056,100.606,1.0472,0,0,0.5,0.866025,180,180,100,1), + (52785,181388,0,-10511.7,-1154.17,29.2592,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (52786,181388,0,-10511.3,-1159.81,29.2652,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (52787,181388,0,-5385.45,-2956.47,322.958,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (52788,181388,0,-14475.2,488.323,21.2422,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (52789,181388,0,-10664.2,1002.03,34.8183,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (52790,181388,0,-3828.61,-833.557,11.2566,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (52791,181388,0,-3796.98,-792.825,12.3271,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (52792,181388,0,-714.825,-508.338,28.123,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (52793,181388,0,-850.527,-581.358,12.8533,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (52796,181388,0,-14454.1,494.021,16.4246,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (52797,181388,0,-14468.6,488.556,21.2623,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (52798,181388,0,-14475.2,488.323,21.2422,2.94961,0,0,0.995396,0.095846,180,180,100,1), + (52799,181388,0,-14458.7,503.042,15.9638,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (52800,181388,0,-3805.48,-787.764,10.3873,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (52801,181388,0,-9226.52,-2148.85,64.6001,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (52802,181388,0,-14469,480.851,21.2494,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (52803,181388,0,-14465.3,479.088,21.1853,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (52804,181388,0,-14464.6,485.528,21.2376,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (52805,181388,0,-3812.31,-831.06,10.8776,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (52806,181388,0,-14468.6,488.556,21.2623,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (52807,181388,0,-9229,-2162.65,64.8501,1.0472,0,0,0.5,0.866025,180,180,100,1), + (52808,181388,0,-14458,486.097,15.9397,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (52809,181388,0,-14465.3,479.088,21.1853,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (52810,181388,0,-14460.8,487.845,15.9519,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (52811,181388,0,-14458.7,503.042,15.9638,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (52812,181388,0,-14454.1,494.021,16.4246,-1.06465,0,0,0.507538,-0.861629,180,180,100,1), + (52842,181389,0,-9235.65,-2198.99,81.7134,3.14159,0,0,1,0,180,180,100,1), + (52844,181389,1,-3684.72,-4550.48,21.4914,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (52845,181389,1,-5437.2,-2429.24,93.3418,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (52846,181389,0,-9085.24,418.316,121.565,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (52847,181389,0,-5003.48,-983.329,510.498,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (52848,181389,0,-4971.15,-937.866,510.349,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (52849,181389,0,1594.39,52.9281,-50.7143,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (52850,181389,0,1783.2,237.736,-50.6241,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (52854,181389,1,-3884.88,-4538.85,23.8499,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (52855,181389,1,-3831.23,-4596.93,23.9426,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (52858,181389,1,-3703.81,-4511.26,21.8789,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (52859,181389,0,1696.17,524.719,-3.46358,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (52860,181389,0,1702.95,531.196,-3.75742,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (52861,181389,0,1719.17,239.088,-24.511,0,0,0,0,1,180,180,100,1), + (52862,181389,0,-4672.9,-992.939,510.192,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (52863,181389,0,-4720.98,-1235.2,510.423,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (52864,181389,0,-3757.12,-809.07,26.3116,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (52865,181389,0,-3725.23,-766.948,26.0786,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (52866,181389,1,9906.45,2306.75,1340.89,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (52868,181389,1,9995.74,2309.05,1340.94,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (52869,181389,0,-4928.49,-902.764,510.451,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (52870,181389,0,-4931.61,-1206.36,509.64,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (52871,181389,0,-4878.06,-879.947,510.242,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (52872,181389,0,1408.34,241.411,-50.6636,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (52875,181389,0,-4700.94,-958.901,510.295,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (52876,181389,0,-4959.71,-1172.35,509.83,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (52877,181389,0,-4684.72,-1205.31,510.45,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (52878,181389,0,-3736.75,-770.748,26.2595,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (52879,181389,0,-38.6813,-946.218,64.4312,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (52882,181389,0,-3684.41,-798.558,26.1997,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (52883,181389,0,-3705.14,-837.566,26.0815,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (52884,181389,0,-3659.68,-855.64,12.3937,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (52888,181389,0,327.61,-2116.97,121.839,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (52889,181389,0,-3753.53,-821.631,26.2235,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (52890,181389,0,-3716.69,-841.232,26.0287,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (52891,181389,0,-3645.15,-829.442,12.2435,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (52892,181389,0,-3687.16,-787.194,26.0925,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (52910,181390,1,7902.82,-2485,492.101,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (52911,181390,1,7945.49,-2394.95,491.892,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (52912,181390,1,-927.979,-3711.3,22.0156,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (52913,181390,1,-924.962,-3723.77,22.505,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (52914,181390,1,10091.1,2264.78,1346.51,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (52915,181390,1,-924.962,-3723.77,22.505,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (52916,181390,1,-918.484,-3734.15,21.278,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (52917,181390,1,-6143.81,-1095.22,-198.253,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (52918,181390,1,-6143.81,-1095.22,-198.253,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (52919,181390,1,2698.79,-3838.18,105.967,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (52920,181390,1,2699.54,-3900.95,108.357,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (52921,181390,1,2698.79,-3838.18,105.967,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (52922,181390,1,6397.84,511.329,10.7327,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (52923,181390,1,6413.29,508.734,11.4374,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (52924,181390,1,229.3,1265.46,194.758,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (52925,181390,1,-4359.23,3272,16.2406,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (52926,181390,1,-4358.35,3305.18,16.4366,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (52927,181390,1,-4386.24,3281.04,16.864,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (52928,181390,1,2743.48,-418.816,114.023,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (52929,181390,1,2751.52,-396.559,114.056,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (52930,181390,1,-5460.99,-2459.12,92.2061,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (52931,181390,1,904.554,928.819,108.48,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (52932,181390,1,915.703,905.675,108.222,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (52933,181390,1,921.162,913.809,108.265,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (52934,181390,0,-8612.71,504.637,115.304,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (52935,181390,1,7975.64,-2417.11,491.864,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (52937,181390,0,2303.66,-5354.37,95.2214,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (52938,181390,1,-1204.61,25.1163,181.123,0.750492,0,0,0.366501,0.930418,180,180,100,1), + (52939,181390,0,-9480.74,20.5973,60.0708,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (52940,181390,0,-1231.58,-2505.85,25.4871,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (52941,181390,0,-11051.7,-3382.57,71.7589,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (52942,181390,0,-11021.9,-3340.56,72.6192,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (52943,181390,0,-10997.6,-3334.72,72.7626,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (52944,181390,0,-11027.3,-3420.09,71.9022,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (52945,181390,1,9737.77,2294.83,1346.49,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (52946,181390,1,-918.484,-3734.15,21.278,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (52947,181390,0,-5585.39,-461.506,404.85,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (52948,181390,0,-10572.3,-1130.3,44.018,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (52949,181390,0,-9493.9,-1185.91,54.3465,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (52950,181390,0,-12387,127.134,5.87779,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (52951,181390,0,-12375,230.694,5.72845,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (52952,181390,0,-12396.3,128.43,5.89285,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (52953,181390,0,-10465.7,-3258.41,25.3887,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (52954,181390,1,-6154.32,-1069.71,-193.003,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (52955,181390,1,-6169.52,-1112.25,-207.869,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (52956,181390,1,6411.69,506.964,10.6824,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (52957,181390,1,236.95,1233.69,194.749,0.366519,0,0,0.182236,0.983255,180,180,100,1), + (52958,181390,0,-47.1617,-893.575,61.6409,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (52959,181390,1,-4385.32,3313.15,15.6846,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (52960,181390,1,-4385.8,3297.98,16.7664,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (52961,181390,1,2735.26,-441.959,113.966,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (52962,181390,1,896.867,914.912,108.917,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (52964,181390,1,7949.42,-2427.74,491.886,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (52965,181390,1,7870.19,-2488.41,492.335,-1.36136,0,0,0.629321,-0.777146,180,180,100,1), + (52968,181390,0,-8656.22,844.977,108.954,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (52969,181390,0,-8740.8,579.024,109.82,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (52970,181390,1,-1200.74,40.0504,180.859,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (52971,181390,1,9821.78,2252.39,1346.21,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (52972,181390,1,9857.45,2344.73,1334.97,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (52973,181390,1,-927.979,-3711.3,22.0156,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (52974,181390,1,-6169.52,-1112.25,-207.869,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (52975,181390,1,6397,513.868,11.225,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (52976,181390,1,261.44,1247.55,194.628,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (52977,181390,1,260.15,1253.55,195.555,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (52978,181390,1,257.541,1263.82,194.533,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (52979,181390,1,258.928,1258.42,195.461,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (52980,181390,1,-4386.4,3264.86,15.5737,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (52981,181390,1,-5465.35,-2448.56,92.0591,0.471239,0,0,0.233445,0.97237,180,180,100,1), + (52982,181390,0,2308.86,-5350.87,95.3697,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (52983,181390,0,2288.59,-5333.11,106.25,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (52984,181390,0,2289.11,-5327.51,99.5715,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (52985,181390,0,-862.367,-3506.7,74.4211,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (52986,181390,0,-1044.58,-3546.01,57.1398,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (52987,181390,1,7889.29,-2513.85,492.001,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (52988,181390,0,-6667.58,-2235.47,281.012,-0.436333,0,0,0.21644,-0.976296,180,180,100,1), + (52989,181390,0,-9471.54,40.8966,59.861,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (52990,181390,0,-9479.36,31.945,59.9563,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (52991,181390,0,-10954,-3367.73,71.8739,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (52992,181390,0,-10964,-3410.87,71.8605,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (52993,181390,0,-5580.91,-418.452,400.419,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (52994,181390,0,-10572.4,-1129.75,53.6562,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (52995,181390,0,-12383.3,230.635,5.57705,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (52998,181390,1,-915.304,-3745.18,21.9903,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (52999,181390,1,-6154.32,-1069.71,-193.003,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (53000,181390,1,7973.51,-2400.24,491.738,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (53001,181390,1,-1175.14,-48.8111,167.614,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (53002,181390,1,9696.47,2532.07,1339.74,0,0,0,0,1,180,180,100,1), + (53003,181390,1,10072.8,2344.4,1335.17,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (53004,181390,1,9798.35,2309.28,1330.56,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (53005,181390,1,-1146.22,17.2813,150.335,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (53006,181390,1,-1248.75,-62.7547,170.309,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (53007,181390,1,9696.83,2518.31,1339.86,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (53008,181390,0,-8468.74,686.889,110.725,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (53009,181390,0,-8822.07,652.003,95.9321,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (53010,181390,0,-8842.43,716.519,109.501,2.02458,0,0,0.848048,0.529919,180,180,100,1), + (53011,181390,0,-8511.38,527.79,110.699,0.663225,0,0,0.325568,0.945519,180,180,100,1), + (53012,181390,0,-8588.41,706.813,108.989,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (53015,181390,1,9695.81,2338.86,1340.98,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (53016,181390,1,-1189.54,36.9993,180.617,-2.40855,0,0,0.93358,-0.358368,180,180,100,1), + (53017,181390,1,-1085.99,5.73009,147.634,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (53018,181390,0,2294.69,-5329.12,106.062,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (53019,181390,1,10147.9,2358.49,1341.1,1.309,0,0,0.608761,0.793353,180,180,100,1), + (53020,181390,1,-1192.92,22.2192,181.24,1.90241,0,0,0.814116,0.580703,180,180,100,1), + (53021,181390,0,-862.495,-3516.83,74.7292,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (53022,181390,1,-915.304,-3745.18,21.9903,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (53023,181390,0,-9453.22,31.2092,59.9894,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (53024,181390,0,-9455.24,14.6579,60.0177,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (53025,181390,0,-6669.01,-2174.73,253.478,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (53026,181390,0,-5573.33,-461.346,404.843,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (53027,181390,0,-5592.18,-532.534,401.91,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (53028,181390,1,-1423.93,-109.049,167.31,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (53029,181390,0,-9542.78,-1210.2,52.139,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (53030,181390,0,506.051,1630.96,134.84,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (53031,181390,0,-8743.36,695.376,110.7,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (53032,181390,0,-8883.68,758.493,105.122,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (53033,181390,0,-8665.59,741.219,108.801,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (53034,181390,0,-8811.8,808.563,110.495,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (53035,181390,0,-1024.36,-3511.44,66.9733,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (53036,181390,0,-1044.43,-3555.74,57.3637,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (53037,181390,0,-5576.64,-514.956,405.19,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (53038,181390,0,-10542.9,-1171.71,41.3216,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (53039,181390,0,-10572.3,-1130.3,44.018,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (53040,181390,0,-10542.9,-1171.71,41.3216,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (53041,181390,0,-10572.6,-1131.64,32.7838,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (53042,181390,0,-10466.7,-3264.36,25.5861,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (53043,181390,0,-8803.75,653.544,97.3249,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (53044,181390,0,-8811.44,655.375,97.0114,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (53045,181390,0,-8719.57,507.913,107.537,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (53046,181390,0,-915.311,-3517.03,77.4884,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (53047,181390,0,-992.819,-3562.01,63.1755,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (53048,181390,0,-12329.9,170.303,6.19316,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (53049,181390,0,-24.6954,-931.247,65.3647,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (53050,181390,0,-165.549,-903.134,69.6598,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (53051,181390,0,-10572.6,-1131.64,32.7838,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (53052,181390,0,-10572.4,-1129.75,53.6562,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (53053,181390,0,-12330.4,178.888,6.39185,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (53066,181391,1,-1102.7,19.6779,143.861,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (53067,181391,1,-1193.23,-7.46246,168.891,-0.2618,0,0,0.130526,-0.991445,180,180,100,1), + (53068,181391,1,-1186.31,-38.4025,166.354,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (53069,181391,1,-1243.21,137.371,136.048,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (53070,181391,1,-1063.76,-241.522,162.283,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (53071,181391,1,-1041.59,-213.363,162.632,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (53072,181391,1,1639.94,-4444.88,16.3301,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (53073,181391,1,1769.25,-4321.72,6.2909,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (53074,181391,1,10127.5,2219.46,1330.95,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (53075,181391,1,10139.1,2227.24,1330.96,-1.78024,0,0,0.777146,-0.62932,180,180,100,1), + (53076,181391,1,10135.9,2225.01,1330.94,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (53077,181391,1,9936.7,2484,1316.68,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (53078,181391,1,9906.71,2539.32,1315.74,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (53079,181391,1,9923.26,2493.75,1317.02,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (53080,181391,1,9904.95,2522.02,1315.93,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (53081,181391,1,9986.88,2533.89,1315.75,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (53082,181391,1,9960.74,2485.68,1316.04,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (53083,181391,1,9928.7,2489.73,1317.02,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (53084,181391,1,9955.18,2556.27,1316.17,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (53085,181391,1,9932.14,2487.1,1316.74,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (53086,181391,1,9963.17,2552.34,1315.38,3.14159,0,0,1,0,180,180,100,1), + (53087,181391,1,-1056.33,-3637.57,24.7248,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (53088,181391,1,-1054.64,-3661.83,24.7526,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (53090,181391,1,-431.405,-2642.32,97.9706,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (53091,181391,1,-6108.01,-1138.22,-185.361,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (53092,181391,1,-6102.31,-1140.57,-184.87,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (53094,181391,1,2358.27,-2562.9,104.704,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (53095,181391,1,-3723.84,-4543.15,12.5908,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (53096,181391,1,-3616.31,-4458.2,14.3235,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (53097,181391,1,6686.76,-4659.4,723.59,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (53098,181391,1,6692.37,-4672.13,722.679,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (53099,181391,1,6686,-4666.13,722.603,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (53100,181391,1,-2376.27,-2001.03,96.7048,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (53101,181391,1,-2379.89,-1998.91,96.7048,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (53102,181391,1,3988.71,-1312.45,254.452,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (53103,181391,1,-5469.53,-2460.34,89.2837,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (53104,181391,1,-5471.99,-2454.6,89.2837,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (53105,181391,0,-8861.36,645.959,97.5999,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (53106,181391,0,-8859.98,649.945,100.919,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (53107,181391,0,-8856.87,651.243,97.6127,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (53108,181391,0,-8858.69,647.248,99.5508,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (53109,181391,0,-8858.82,645.576,97.6209,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (53110,181391,0,-8906.8,613.516,100.627,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (53111,181391,0,-8856.4,650.419,97.5945,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (53112,181391,0,-8860.32,647.253,99.5508,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (53113,181391,0,-8861.11,647.936,99.5508,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (53114,181391,0,1601.56,256.767,60.1515,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (53115,181391,0,1590.42,256.867,60.1515,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (53116,181391,0,1636.74,249.196,-40.836,0.680678,0,0,0.333807,0.942641,180,180,100,1), + (53117,181391,0,1554.6,231.532,-40.7101,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (53118,181391,0,1617.92,205.694,-40.7951,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (53119,181391,0,1562.17,264.058,-40.7658,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (53123,181391,0,1583.94,278.432,-34.8459,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (53124,181391,0,1587.74,281.471,-40.7497,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (53125,181391,0,1557.67,227.829,-34.807,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (53127,181391,0,1772.4,72.1921,-45.2445,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (53128,181391,0,1765.55,68.7051,-45.2479,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (53130,181391,0,-4844.49,-874.748,511.14,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (53131,181391,0,-4835.07,-873.535,511.14,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (53132,181391,0,-4836.3,-873.74,511.14,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (53133,181391,0,-4837.34,-858.78,502.781,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (53134,181391,0,-4841.93,-874.424,511.14,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (53135,181391,0,-4840.76,-874.337,511.14,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (53136,181391,0,-4837.73,-873.987,511.14,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (53137,181391,0,-4877.75,-999.527,506.958,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (53138,181391,0,2250.43,-5353.07,87.9284,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (53139,181391,0,-910.914,-3534.05,84.5815,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (53140,181391,0,-915.03,-3538.84,73.5656,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (53141,181391,0,-6655.47,-2161.01,245.351,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (53142,181391,0,-9458.66,19.6229,57.4694,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (53143,181391,1,-1174.35,-72.6692,165.661,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (53144,181391,1,-1407.64,-111.458,162.298,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (53145,181391,1,-1256.15,51.2523,129.965,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (53146,181391,1,-1292.63,114.803,134.367,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (53147,181391,0,-9457.62,27.3743,57.453,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (53148,181391,1,-1118.3,39.446,144.723,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (53149,181391,1,1801.78,-4296.74,5.73776,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (53150,181391,1,1796.43,-4300.88,4.8317,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (53151,181391,0,-7456.77,-2200.11,165.271,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (53152,181391,0,-7500.33,-2194.46,167.178,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (53153,181391,1,9941.61,2481.39,1316.35,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (53154,181391,1,9973.12,2550.51,1315.55,0.349066,0,0,0.173648,0.984808,180,180,100,1), + (53155,181391,1,9971.63,2499.95,1315.94,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (53156,181391,1,9976.07,2506.44,1316.5,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (53157,181391,1,9918.65,2498.42,1316.38,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (53158,181391,1,9923.77,2553.71,1316.8,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (53159,181391,1,9991.68,2525.66,1315.42,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (53160,181391,1,9908.24,2510.89,1316.4,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (53161,181391,0,-1227.29,-2516.12,22.4958,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (53162,181391,0,-1283.32,-2530.55,22.7439,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (53163,181391,1,-1045.3,-3670.32,24.7415,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (53164,181391,1,-1043.77,-3663.48,24.7616,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (53165,181391,0,-6548.33,-1107.89,310.512,2.09439,0,0,0.866025,0.5,180,180,100,1), + (53166,181391,0,523.92,1660.8,128.146,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (53167,181391,0,-5392.28,-2953.51,322.928,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (53168,181391,0,-5358.48,-2962.96,324.701,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (53169,181391,0,-14462.5,486.737,15.9759,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (53170,181391,0,-10505.2,-3252.56,21.8927,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (53171,181391,1,-420.214,-2638.38,97.1409,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (53172,181391,0,-11292.4,-212.29,76.2525,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (53173,181391,0,-11300,-213.955,78.7973,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (53174,181391,0,-11293.7,-203.022,77.3333,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (53175,181391,1,-6102.31,-1140.57,-184.87,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (53176,181391,1,-6108.01,-1138.22,-185.361,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (53177,181391,0,-10646.4,1184.33,35.1171,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (53178,181391,0,-10621.8,1033.02,35.128,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (53179,181391,0,-10648.3,1181.62,34.9828,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (53180,181391,0,-10646.3,1167.18,34.7993,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (53181,181391,0,-10639.4,1176.33,35.0247,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (53182,181391,1,-3722.16,-4546.52,12.5908,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (53183,181391,1,-3735.88,-4551.3,28.4347,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (53184,181391,0,-3.39426,-943.227,58.3944,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (53185,181391,0,9.09614,-871.15,58.7987,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (53186,181391,1,-4380.68,3284.21,14.8355,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (53187,181391,1,6686.06,-4679.24,722.819,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (53188,181391,0,-858.653,-571.99,11.9621,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (53189,181391,1,2751,-415.659,112.746,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (53190,181391,1,2747.06,-426.269,112.746,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (53191,181391,1,-5481.01,-2467.68,89.2837,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (53196,181391,0,-9348.36,-2297.73,72.5959,2.86234,0,0,0.990268,0.139173,180,180,100,1), + (53201,181391,0,-8920.23,606.277,100.627,-1.88496,0,0,0.809017,-0.587785,180,180,100,1), + (53202,181391,0,-8862.92,648.115,97.5961,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (53203,181391,0,-8859.06,647.953,100.919,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (53204,181391,0,-8859.13,650.743,99.5508,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (53205,181391,0,-8862.32,646.846,97.6005,2.82743,0,0,0.987688,0.156434,180,180,100,1), + (53206,181391,0,-8860.68,652.186,97.5913,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (53207,181391,0,-8907.8,612.974,100.613,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (53208,181391,0,-8860.49,649.388,100.919,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (53209,181391,1,-1140.31,48.5482,147.17,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (53210,181391,1,-1000.31,230.15,138.291,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (53211,181391,1,-1253.88,51.9722,129.965,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (53212,181391,1,-1290.47,132.949,134.571,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (53213,181391,1,-1277,80.4661,131.839,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (53214,181391,1,9917.05,2550.05,1316.59,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (53215,181391,1,9967.18,2493.32,1316.13,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (53216,181391,1,9982.1,2542.38,1316.06,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (53217,181391,1,9911.52,2545.1,1316.08,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (53218,181391,1,9984.97,2508.03,1316.66,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (53219,181391,1,1764.03,-4325.3,5.91079,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (53220,181391,1,1771.43,-4319.82,6.45918,1.51844,0,0,0.688355,0.725374,180,180,100,1), + (53221,181391,1,-1059.18,-3666.59,24.7418,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (53222,181391,1,-1051.9,-3669.14,24.7321,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (53223,181391,1,-423.93,-2591.53,96.9822,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (53224,181391,1,-3616.38,-4472.9,15.4116,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (53225,181391,0,1579.19,245.857,60.1515,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (53226,181391,0,1600.75,223.21,60.1515,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (53227,181391,0,1578.87,234.809,60.1515,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (53228,181391,0,1636.01,235.241,-34.8096,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (53229,181391,0,1577.56,205.111,-34.8439,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (53230,181391,1,-4342.04,3293.28,20.4175,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (53231,181391,0,1630.29,221.499,-34.8128,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (53232,181391,0,1633.82,252.787,-34.8056,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (53233,181391,0,1560.75,221.971,-34.8116,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (53234,181391,0,1566.17,266.398,-34.8092,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (53235,181391,0,1570.24,210.329,-34.8401,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (53236,181391,0,1583.37,202.294,-34.8428,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (53237,181391,0,1578.06,275.812,-34.8425,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (53238,181391,1,6695.65,-4665.71,722.895,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (53239,181391,1,-5456.74,-2436.59,91.7194,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (53240,181391,0,-4843.61,-859.587,502.784,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (53241,181391,0,-4843.25,-874.554,511.14,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (53242,181391,0,-4839.09,-874.047,511.14,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (53243,181391,0,-4885.09,-1005.57,506.958,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (53244,181391,0,-4888.35,-1008.27,506.958,1.88496,0,0,0.809017,0.587785,180,180,100,1), + (53245,181391,0,-4875.53,-997.696,506.958,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (53246,181391,0,-910.41,-3519.18,74.474,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (53247,181391,0,-904.229,-3538.13,76.4263,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (53248,181391,0,-923.291,-3544.61,73.7576,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (53249,181391,0,-6677.24,-2228.85,278.585,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (53250,181391,0,-6660.45,-2157.86,245.351,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (53251,181391,0,-9468.93,30.5604,58.1837,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (53252,181391,0,-9465.44,11.6783,58.128,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (53253,181391,0,-9470.32,19.3046,58.1873,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (53254,181391,0,-1272.74,-2510.56,23.0328,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (53255,181391,0,-10526.5,-1160,28.1777,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (53256,181391,0,-5654.47,-497.96,398.054,-2.14675,0,0,0.878817,-0.477159,180,180,100,1), + (53257,181391,0,-10517.8,-1165.88,29.3242,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (53258,181391,0,-10518.6,-1170.63,29.6838,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (53259,181391,0,-6526.36,-1192.47,309.987,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (53260,181391,0,-6551.34,-1176.59,310.345,0.925024,0,0,0.446198,0.894934,180,180,100,1), + (53261,181391,0,515.375,1632.87,105.804,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (53262,181391,0,524.172,1632.84,105.824,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (53263,181391,0,-5357.31,-2968.97,324.759,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (53264,181391,0,-5387.95,-2973.11,326.842,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (53265,181391,0,-12437.9,214.403,3.95543,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (53266,181391,0,-5383.8,-2957.7,322.956,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (53267,181391,0,-14459,485.608,15.9718,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (53268,181391,0,-11302.4,-190.47,77.4705,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (53269,181391,0,-11308.3,-185.159,76.5171,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (53270,181391,0,-10651.2,1177.6,34.7822,-0.558505,0,0,0.275637,-0.961262,180,180,100,1), + (53271,181391,0,-10658.3,1168.75,34.9456,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (53272,181391,0,-10660.1,995.4,33.8662,-1.8326,0,0,0.793353,-0.608761,180,180,100,1), + (53273,181391,0,-3821.74,-827.251,11.3153,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (53276,181391,1,-1103.8,21.8106,143.861,-2.16421,0,0,0.882948,-0.469472,180,180,100,1), + (53277,181391,1,-1288.88,130.987,134.571,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (53278,181391,1,-1042.26,-215.809,162.632,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (53279,181391,1,-1234.44,84.6758,133.533,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (53281,181391,1,-1183.16,-54.9835,165.055,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (53282,181391,1,-1292.99,112.323,134.367,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (53283,181391,1,-1139.33,50.6481,147.17,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (53284,181391,1,-993.945,210.491,138.793,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (53285,181391,0,-1.76807,-939.937,58.3919,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (53286,181391,1,1806.64,-4293.94,5.75948,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (53288,181391,1,-1054.01,-3655.74,25.1276,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (53289,181391,0,-861.304,-556.583,12.3861,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (53290,181391,1,-1053.42,-3647.23,25.1345,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (53291,181391,1,-1054.01,-3655.74,25.1276,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (53292,181391,1,-395.41,-2641.22,97.0216,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (53293,181391,1,-393.828,-2657.53,98.1535,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (53294,181391,1,-427.419,-2657.94,97.7266,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (53295,181391,1,6684.05,-4673.31,722.623,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (53296,181391,1,-1226.41,45.3912,131.096,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (53297,181391,1,-1174.21,-75.0951,165.661,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (53298,181391,1,-1114.43,4.69217,145.233,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (53299,181391,1,-1160.04,29.3408,149.03,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (53300,181391,1,-1149.42,27.2867,148.415,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (53301,181391,1,-1213.21,-10.1759,169.181,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (53302,181391,1,1774.14,-4317.93,6.51081,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (53303,181391,1,-901.11,-3768.06,13.0066,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (53304,181391,1,-1045.3,-3670.32,24.7415,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (53305,181391,1,-1043.77,-3663.48,24.7616,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (53306,181391,1,-1047.76,-3638.93,24.9887,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (53307,181391,1,-404.886,-2627.53,98.1396,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (53308,181391,1,-2392.31,-1880.85,97.5714,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (53309,181391,1,-1236.08,82.8995,133.533,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (53310,181391,1,-1231.69,-43.6813,167.769,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (53311,181391,1,-1091.37,-1.32107,143.954,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (53312,181391,1,-1091.03,1.14784,143.954,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (53313,181391,1,-1278.87,81.8948,131.839,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (53314,181391,1,-1406.43,-109.242,162.298,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (53315,181391,1,1766.38,-4323.8,6.09742,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (53316,181391,1,1779.42,-4313.93,5.45587,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (53317,181391,1,1776.3,-4316.4,6.11171,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (53318,181391,1,-989.934,-3835.09,7.5486,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (53319,181391,1,-1059.24,-3660.83,24.7605,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (53320,181391,1,-1053.42,-3647.23,25.1345,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (53321,181391,1,-901.11,-3768.06,13.0066,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (53322,181391,1,-443.249,-2649.05,97.8271,0.575959,0,0,0.284015,0.95882,180,180,100,1), + (53323,181391,1,-425.785,-2663.77,97.9489,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (53324,181391,0,-8861.47,648.844,99.5508,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (53325,181391,0,-8860.27,650.596,99.5508,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (53326,181391,0,-8860.51,648.487,100.919,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (53327,181391,0,-8861.12,649.861,99.5508,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (53328,181391,0,-8855.97,649.273,97.6137,1.06465,0,0,0.507538,0.861629,180,180,100,1), + (53329,181391,0,-8856.1,648.363,97.6085,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (53330,181391,0,-8919.41,636.825,100.62,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (53331,181391,0,-8860.19,645.501,97.5955,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (53332,181391,0,-8862.29,651.178,97.6053,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (53335,181391,1,-1147.1,26.9074,148.415,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (53336,181391,1,-1183.14,-57.4883,165.055,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (53337,181391,1,-1235.88,-55.7595,166.207,-1.0472,0,0,0.5,-0.866025,180,180,100,1), + (53338,181391,1,-1226.72,80.6411,133.715,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (53339,181391,1,-1213.46,-12.5487,169.181,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (53340,181391,1,-1054.64,-3661.83,24.7526,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (53341,181391,0,1590.36,223.334,60.1515,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (53342,181391,0,1620.63,210.139,-34.8459,-0.20944,0,0,0.104528,-0.994522,180,180,100,1), + (53343,181391,0,1557.83,253.536,-34.8079,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (53344,181391,0,1586.88,199.268,-40.7277,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (53345,181391,0,1573.4,274.89,-40.7745,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (53346,181391,0,1603.55,199.13,-40.7256,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (53347,181391,1,-1059.18,-3666.59,24.7418,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (53348,181391,0,1625.44,265.981,-34.8108,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (53349,181391,0,1633.55,227.21,-34.8064,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (53350,181391,1,-1051.9,-3669.14,24.7321,-1.79769,0,0,0.782608,-0.622515,180,180,100,1), + (53351,181391,0,1636.11,244.58,-34.8105,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (53352,181391,1,-416.416,-2708.91,98.5702,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (53353,181391,0,2265.55,-5313.85,84.3355,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (53354,181391,0,2310.91,-5305.96,83.0084,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (53355,181391,1,-1002.32,231.273,138.291,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (53356,181391,1,-1294.23,97.8879,133.66,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (53357,181391,1,-1066.19,-241.4,162.283,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (53358,181391,1,-1187.53,-36.2961,166.354,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (53359,181391,1,-1118.2,37.1479,144.723,-2.68781,0,0,0.97437,-0.224951,180,180,100,1), + (53360,181391,1,-1192.85,-5.08306,168.891,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (53361,181391,1,-1162.25,29.9081,149.03,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (53362,181391,1,-1047.76,-3638.93,24.9887,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (53363,181391,0,-922.149,-3520.38,73.7394,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (53364,181391,0,-923.134,-3534.99,73.4871,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (53365,181391,0,-9466.73,18.8708,58.2021,1.43117,0,0,0.656059,0.75471,180,180,100,1), + (53366,181391,0,-9465.32,30.0858,58.1569,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (53367,181391,0,-5591.76,-508.474,405.01,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (53368,181391,0,-5606.86,-527.5,402.588,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (53369,181391,1,-991.787,211.693,138.793,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (53370,181391,0,-10526.5,-1160,28.1777,0.767945,0,0,0.374607,0.927184,180,180,100,1), + (53371,181391,1,-1236.09,-58.2324,166.207,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (53372,181391,1,-1056.33,-3637.57,24.7248,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (53373,181391,0,-6515,-1146.03,311.321,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (53374,181391,0,-6506.74,-1137.85,309.458,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (53375,181391,0,-5305.4,-2945.86,335.283,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (53376,181391,0,529.397,1632.91,105.811,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (53380,181391,0,-14467.7,489.786,21.6847,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (53381,181391,0,-14457.8,502.391,15.9639,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (53383,181391,0,-12435.7,217.515,3.77487,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (53384,181391,0,-12434.3,209.189,3.42765,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (53385,181391,0,-10498.6,-3249.58,22.0016,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (53386,181391,0,-10656.2,1171.17,34.8895,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (53387,181391,0,-862.672,-553.068,12.7741,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (53388,181391,0,-845.849,-581.458,12.8479,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (53389,181391,0,-850.604,-571.132,11.7663,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (53390,181391,0,-9217.58,-2145.58,65.4719,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (53391,181391,0,-8858.51,649.38,100.919,-0.837758,0,0,0.406737,-0.913545,180,180,100,1), + (53392,181391,0,-8861.33,651.786,97.6117,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (53393,181391,0,-8856.95,646.507,97.6371,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (53394,181391,0,-8859.7,652.545,97.6087,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (53395,181391,0,-8859.47,646.978,99.5508,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (53396,181391,0,-8933.73,628.958,100.634,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (53397,181391,0,-8858.01,647.785,99.5508,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (53398,181391,0,-8920.95,605.589,100.62,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (53399,181391,0,1561.64,217.309,-40.6901,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (53400,181391,0,1621.26,270.278,-34.8406,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (53401,181391,0,1636.66,230.875,-40.7105,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (53402,181391,0,1560.98,259.348,-34.8111,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (53403,181391,0,1613.23,204.839,-34.8436,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (53404,181391,0,1607.9,278.295,-34.8444,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (53405,181391,0,1604.37,281.328,-40.8098,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (53406,181391,0,1629.16,216.474,-40.702,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (53407,181391,0,1624.88,214.133,-34.8118,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (53408,181391,0,1565.89,214.636,-34.8104,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (53409,181391,0,1762,61.7351,-45.2445,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (53410,181391,0,-914.884,-3533.63,73.5769,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (53411,181391,0,-5606.69,-532.354,400.522,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (53412,181391,0,-5600.7,-525.18,400.545,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (53413,181391,0,-5604.24,-532.394,400.522,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (53414,181391,0,-10518.1,-1162.24,29.3391,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (53415,181391,0,-5380.41,-2962.39,322.96,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (53416,181391,0,-6490.05,-1163.26,313.225,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (53417,181391,0,480.633,1527.11,132.053,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (53418,181391,0,521.656,1650.1,126.962,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (53419,181391,0,-14452.2,492.542,16.4234,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (53420,181391,0,-14470,481.411,21.2567,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (53421,181391,0,-14457.8,502.391,15.9639,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (53422,181391,0,-10644.3,1169.92,34.7261,2.47837,0,0,0.945519,0.325568,180,180,100,1), + (53423,181391,0,-10641.5,1173.63,34.8877,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (53424,181391,0,-3795.81,-794.03,11.1495,-1.74533,0,0,0.766044,-0.642788,180,180,100,1), + (53425,181391,0,-3821.81,-830.928,11.3301,3.14159,0,0,1,0,180,180,100,1), + (53429,181391,0,-8858.56,648.477,100.919,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (53430,181391,0,-8857.41,651.69,97.6205,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (53431,181391,0,-8859.11,649.941,100.919,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (53432,181391,0,-8932.71,629.542,100.627,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (53433,181391,0,-8856.46,647.413,97.6089,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (53434,181391,0,-8858.38,652.086,97.6133,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (53435,181391,0,-8862.61,650.263,97.6093,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (53436,181391,0,-8857.76,645.929,97.5954,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (53437,181391,0,-8920.49,636.273,100.627,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (53438,181391,0,1572.79,206.157,-40.7758,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (53439,181391,0,1570.76,270.908,-34.8359,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (53440,181391,0,-5594.53,-525.862,400.547,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (53441,181391,0,-10523.6,-1159.51,28.1708,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (53442,181391,0,-10518.1,-1162.24,29.3391,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (53443,181391,0,-10523.6,-1159.51,28.1708,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (53444,181391,0,-5215.95,-3104.6,304.076,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (53445,181391,0,520.609,1658.47,126.921,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (53446,181391,0,-14465.7,478.222,21.2486,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (53447,181391,0,399.398,-2102.26,132.458,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (53448,181391,0,-10653.2,1175.08,34.7472,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (53449,181391,0,-3810.48,-831.149,11.2849,0,0,0,0,1,180,180,100,1), + (53450,181391,0,-865.595,-570.279,11.8469,0,0,0,0,1,180,180,100,1), + (53451,181391,0,-13.7565,-941.06,58.3806,-2.60054,0,0,0.96363,-0.267238,180,180,100,1), + (53452,181391,0,-9212.98,-2149.86,65.5182,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (53453,181391,0,-9222.75,-2159.78,64.8154,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (53454,181391,0,-4708.77,-1229.04,502.632,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (53455,181391,0,-8857.6,648.729,99.5508,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (53456,181391,0,-8858.38,650.422,99.5508,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (53457,181391,0,-8857.83,649.636,99.5508,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (53458,181391,0,-8863.06,649.095,97.6071,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (53459,181391,0,-8859.86,647.929,100.919,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (53460,181391,0,-5386.48,-2965.02,322.959,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (53461,181391,0,-3810.46,-827.461,11.3116,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (53462,181391,0,-3804.42,-787.288,10.2467,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (53463,181391,0,-851.413,-480.53,15.8326,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (53468,181391,0,-10517.8,-1165.88,29.3242,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (53469,181391,0,-10518.6,-1170.63,29.6838,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (53470,181391,0,-5350.96,-3010.37,327.137,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (53471,181391,0,-5329.65,-2991.97,326.176,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (53472,181391,0,-14470,481.411,21.2567,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (53473,181391,0,-3828.54,-838.328,11.2522,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (53474,181391,0,-713.097,-508.201,28.112,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (53475,181391,0,-14452.2,492.542,16.4234,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (53476,181391,0,-9226.62,-2150.39,64.6209,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (53477,181391,0,-14463.7,485.722,21.2575,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (53478,181391,0,-14463.9,494.74,15.9798,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (53479,181391,0,-14463.7,485.722,21.2575,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (53480,181391,0,-14474.6,488.765,21.2487,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (53481,181391,0,-14465.7,478.222,21.2486,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (53482,181391,0,-9229.15,-2161.19,64.8848,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (53483,181391,0,-14474.6,488.765,21.2487,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (53484,181391,0,-14459,485.608,15.9718,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (53485,181391,0,-14467.7,489.786,21.6847,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (53486,181391,0,-14462.5,486.737,15.9759,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (53514,181392,1,-1259.44,39.8108,133.912,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (53515,181392,1,-1294.72,40.1545,135.862,-2.67035,0,0,0.97237,-0.233445,180,180,100,1), + (53516,181392,1,-1311.32,32.3073,135.914,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (53517,181392,1,1624.57,-4435.78,25.7124,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (53518,181392,1,1627.62,-4431.78,25.5626,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (53519,181392,1,1621.98,-4439.55,25.8617,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (53520,181392,1,-852.914,-3748.95,30.4225,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (53521,181392,1,-1039.74,-3678.45,31.1299,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (53522,181392,1,-6165.26,-1118.03,-208.042,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (53523,181392,1,-4586.46,-3186.03,40.7139,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (53524,181392,1,-4601.81,-3172.89,46.2638,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (53525,181392,1,-4357.93,251.706,31.3749,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (53526,181392,1,-4395.09,150.437,30.1975,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (53527,181392,1,-4526.74,-781.538,-34.1392,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (53528,181392,1,-4526.74,-781.538,-34.1392,-0.506145,0,0,0.25038,-0.968148,180,180,100,1), + (53529,181392,1,6730.29,-4683.91,726.366,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (53530,181392,1,6725.19,-4614.92,728.672,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (53531,181392,1,-6794.58,809.81,61.0732,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (53532,181392,1,-6794.58,809.81,61.0732,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (53533,181392,1,3342.51,1004.82,8.43473,0.628319,0,0,0.309017,0.951057,180,180,100,1), + (53534,181392,1,3999.98,-1304.6,259.535,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (53535,181392,1,-5463.21,-2454.17,95.1814,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (53536,181392,0,-8871.9,682.277,102.292,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (53537,181392,0,-8841.08,658.815,101.888,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (53538,181392,0,-8860.68,662.838,101.16,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (53539,181392,0,-4732.77,-1146.49,507.539,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (53540,181392,0,-4707.57,-948.41,509.872,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (53541,181392,0,-4614.04,-1114.48,509.55,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (53542,181392,0,-4612.88,-1093.26,509.641,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (53543,181392,0,-4691.64,-1183.9,509.915,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (53544,181392,0,-4880.1,-957.773,509.628,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (53545,181392,0,-5017.75,-1125.04,509.957,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (53548,181392,0,-4849.92,-877.536,506.389,-1.39626,0,0,0.642788,-0.766044,180,180,100,1), + (53549,181392,0,-4840.27,-859.969,506.082,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (53550,181392,0,-4899.03,-982.314,510.777,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (53551,181392,0,2287.89,-5325.79,95.4735,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (53552,181392,0,-1013.18,-3509.49,66.9384,2.72271,0,0,0.978148,0.207912,180,180,100,1), + (53553,181392,0,-961.246,-3552.72,62.913,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (53554,181392,0,-9382.36,-82.4038,68.335,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (53555,181392,0,-7478.36,-2187.01,175.014,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (53556,181392,0,-11054.8,-3480.33,68.8072,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (53557,181392,0,-10960.2,-3450.69,70.2589,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (53558,181392,1,-995.313,-3711.13,9.21037,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (53559,181392,1,-917.462,-3724.54,13.8281,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (53560,181392,1,-990.229,-3650.31,22.7167,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (53561,181392,0,-10587.1,-1256.42,41.5012,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (53562,181392,0,-10524.8,-1148.65,34.2651,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (53563,181392,0,-10559,-1135.93,35.5914,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (53564,181392,0,-14478,468.192,39.704,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (53565,181392,0,-14480.9,465.024,34.6276,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (53566,181392,0,-5328.31,-2987.61,329.101,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (53567,181392,0,-14444.7,495.664,20.1124,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (53568,181392,0,-14459.9,479.14,19.8853,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (53569,181392,0,-10468.1,-3260.57,28.0228,2.98451,0,0,0.996917,0.078459,180,180,100,1), + (53570,181392,0,-14377.1,376.658,33.2114,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (53571,181392,0,-10484.5,-3253,26.131,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (53572,181392,0,-627.478,-4589.49,24.1062,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (53573,181392,0,-609.756,-4582.46,15.3684,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (53574,181392,0,-636.119,-4599.01,16.3318,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (53575,181392,0,-624.136,-4570.4,18.7716,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (53576,181392,0,-615.45,-4576.88,24.271,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (53577,181392,1,-6165.26,-1118.03,-208.042,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (53578,181392,0,398.087,-2111.54,136.327,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (53579,181392,0,382.845,-2110.43,125.663,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (53580,181392,0,294.595,-1998.37,201.568,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (53581,181392,0,-3831.59,-822.906,16.0914,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (53582,181392,1,2382.08,-2526.41,115.699,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (53583,181392,1,165.085,1334.67,202.412,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (53584,181392,1,-3733.66,-4424.69,35.4536,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (53585,181392,1,-3781.57,-4370.99,20.4668,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (53586,181392,1,-4336.27,153.522,39.5271,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (53587,181392,1,-4438.11,253.947,45.4789,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (53588,181392,0,-861.296,-502.514,19.4743,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (53589,181392,0,-823.057,-501.382,20.1873,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (53590,181392,1,-5462.63,-2422.94,94.9862,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (53593,181392,0,-8906.31,628.792,106.67,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (53594,181392,1,-1004.45,-3661.52,23.7644,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (53595,181392,1,-915.542,-3729.6,13.9625,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (53596,181392,1,-915.542,-3729.6,13.9625,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (53597,181392,1,-426.794,-2649.36,102.032,-2.82743,0,0,0.987688,-0.156434,180,180,100,1), + (53598,181392,0,-4798.37,-908.976,503.25,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (53599,181392,0,-4868.57,-1144.73,510.407,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (53600,181392,0,-4989.78,-1117.28,508.186,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (53601,181392,0,-4804.96,-1180.35,510.459,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (53602,181392,0,-4927.71,-1279.47,509.796,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (53603,181392,0,-4765.77,-913.387,508.234,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (53604,181392,0,-4847.69,-1162.96,508.747,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (53605,181392,1,6764.99,-4671.2,728.62,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (53606,181392,1,6700.02,-4663.26,726.117,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (53607,181392,1,-2358.59,-1967.48,104.013,0.977384,0,0,0.469472,0.882948,180,180,100,1), + (53610,181392,0,2292.85,-5333.14,97.9789,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (53611,181392,0,-948.646,-3533.39,69.6157,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (53612,181392,0,-9459.15,44.3359,61.1232,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (53613,181392,0,-10990.8,-3465.55,73.5192,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (53614,181392,0,-10507.6,-1149.41,34.1282,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (53615,181392,0,-10522.6,-1176.89,33.9917,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (53616,181392,0,-14446.9,492.634,32.3268,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (53617,181392,0,-14438.4,422.057,11.8795,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (53618,181392,0,-14463.7,475.632,19.8548,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (53619,181392,0,-14435.4,395.711,35.3907,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (53620,181392,0,-5353.26,-3019.32,330.646,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (53621,181392,0,-5212.59,-3101.86,307.047,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (53622,181392,0,-10500.7,-3255.78,26.4054,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (53623,181392,0,-14383,404.126,12.0949,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (53624,181392,0,-14446.9,492.634,32.3268,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (53625,181392,0,-14480.9,465.024,34.6276,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (53626,181392,0,-14396.6,410.066,26.5856,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (53627,181392,0,-638.408,-4570.88,16.1013,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (53628,181392,0,390.238,-2095.6,125.662,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (53629,181392,0,316.051,-2104.65,127.015,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (53630,181392,0,269.19,-2026.31,182.611,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (53632,181392,0,-38.5943,-946.292,60.8617,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (53633,181392,0,-15.5267,-901.43,61.3727,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (53636,181392,1,-929.579,-3683.8,11.7772,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (53637,181392,1,-1046.98,-3665.95,29.0352,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (53638,181392,1,-852.914,-3748.95,30.4225,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (53639,181392,0,-839.326,-568.902,17.7356,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (53640,181392,1,-929.579,-3683.8,11.7772,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (53641,181392,0,-849.182,-548.27,16.4179,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (53643,181392,1,-3615.44,-4440.08,18.9329,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (53644,181392,1,6724.95,-4613.87,728.677,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (53645,181392,1,-2377.85,-1999.76,104.049,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (53646,181392,1,-975.498,-3677.14,12.6074,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (53647,181392,1,-990.229,-3650.31,22.7167,-0.855212,0,0,0.414693,-0.909961,180,180,100,1), + (53648,181392,1,-419.459,-2648.09,101.575,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (53649,181392,1,6710.31,-4637.4,725.087,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (53650,181392,1,6700.53,-4670.45,726.238,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (53651,181392,1,-1060.96,-3535.78,67.8981,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (53652,181392,1,-780.037,-3717.93,47.7989,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (53653,181392,1,-1060.96,-3535.78,67.8981,0.523599,0,0,0.258819,0.965926,180,180,100,1), + (53654,181392,1,-975.498,-3677.14,12.6074,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (53655,181392,1,-917.462,-3724.54,13.8281,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (53656,181392,0,-5030.98,-1153.9,509.76,-1.27409,0,0,0.594823,-0.803857,180,180,100,1), + (53657,181392,0,-4601.88,-1010.22,509.911,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (53658,181392,0,-5041.65,-1166.19,508.227,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (53659,181392,0,-4591.77,-999.464,508.207,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (53660,181392,1,-995.313,-3711.13,9.21037,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (53661,181392,1,-1046.98,-3665.95,29.0352,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (53662,181392,0,-9464.53,104.367,62.0634,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (53663,181392,1,-1039.74,-3678.45,31.1299,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (53664,181392,0,-9459.75,82.9623,62.0673,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (53665,181392,0,-10519.2,-1294.56,45.3368,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (53666,181392,0,-10583,-1197.7,31.6985,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (53667,181392,0,-10507.6,-1149.41,34.1282,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (53668,181392,0,-10522.6,-1176.89,33.9917,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (53669,181392,0,-10519.2,-1294.56,45.3368,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (53670,181392,0,-10533.4,-1204.69,31.6826,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (53671,181392,0,-10587.1,-1256.42,41.5012,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (53672,181392,0,-10661.5,-1255.92,34.4552,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (53673,181392,1,-780.037,-3717.93,47.7989,2.87979,0,0,0.991445,0.130526,180,180,100,1), + (53676,181392,0,507.903,1649.28,125.561,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (53677,181392,0,-14471,492.441,18.76,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (53678,181392,0,-14358.3,377.387,27.1852,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (53679,181392,0,-14459.9,479.14,19.8853,-0.820305,0,0,0.398749,-0.91706,180,180,100,1), + (53680,181392,0,-14408.6,416.471,25.7947,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (53681,181392,0,-14439.5,439.219,19.0236,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (53682,181392,0,-14358.3,377.387,27.1852,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (53683,181392,0,-10436.4,-3202.21,23.8162,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (53684,181392,0,-14450.9,450.218,23.9318,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (53685,181392,0,-14408.6,416.471,25.7947,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (53686,181392,0,-10492.9,-3262.06,26.3536,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (53687,181392,0,-635.401,-4566.94,16.0823,1.78024,0,0,0.777146,0.62932,180,180,100,1), + (53688,181392,0,396.246,-2090.73,125.63,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (53689,181392,0,400.681,-2110.17,125.605,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (53690,181392,0,-604.096,-4599.68,16.9652,-0.698132,0,0,0.34202,-0.939693,180,180,100,1), + (53691,181392,0,385.697,-2124.72,135.387,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (53692,181392,0,322.53,-2132.8,127.067,1.74533,0,0,0.766044,0.642788,180,180,100,1), + (53693,181392,0,-3816.41,-845.184,16.0608,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (53694,181392,0,-3742.72,-879.271,14.6908,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (53695,181392,0,-3807.73,-843.088,15.9536,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (53696,181392,0,-3849.46,-835.113,16.2792,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (53697,181392,0,-3677.09,-740.724,14.5916,-1.93731,0,0,0.824126,-0.566406,180,180,100,1), + (53699,181392,0,-9180.75,-2086.24,92.6779,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (53700,181392,0,-4974.48,-1033.47,510.385,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (53701,181392,0,-4730.89,-1063.31,508.738,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (53702,181392,0,-10559,-1135.93,35.5914,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (53703,181392,0,-5480.08,-461.806,401.465,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (53704,181392,0,-10584.9,-1165.01,33.4423,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (53705,181392,0,-10584.9,-1165.01,33.4423,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (53706,181392,0,-10605.1,-1157.45,33.4107,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (53707,181392,0,-5295.91,-2946.49,341.202,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (53708,181392,0,522.919,1644.92,111.031,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (53709,181392,0,563.026,1576.73,136.301,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (53710,181392,0,-14461.8,480.806,31.9102,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (53711,181392,0,-14448.5,457.047,19.2992,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (53712,181392,0,-14448.1,493.436,26.2345,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (53713,181392,0,-14448.1,493.436,26.2345,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (53714,181392,0,-12426.8,221.882,6.54878,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (53715,181392,0,-10482.1,-3200.42,23.1951,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (53716,181392,0,-10490.9,-3250.11,26.1014,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (53717,181392,0,-10486.6,-3261.51,26.2917,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (53718,181392,0,-622.192,-4594.98,15.1447,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (53719,181392,0,393.324,-2090.91,136.863,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (53720,181392,0,392.558,-2087.95,135.318,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (53721,181392,0,-615.334,-4589.27,24.2244,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (53722,181392,0,-10640.1,1168.91,40.6003,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (53723,181392,0,-3796.83,-875.702,15.3076,-2.44346,0,0,0.939693,-0.34202,180,180,100,1), + (53724,181392,0,-841.55,-562.376,17.4683,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (53725,181392,0,-784.941,-512.631,22.1321,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (53726,181392,0,-171.224,-905.573,59.6152,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (53727,181392,0,-790.696,-595.682,19.2561,2.26893,0,0,0.906308,0.422618,180,180,100,1), + (53728,181392,0,-39.0231,-903.801,61.0358,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (53733,181392,0,-9234.07,-2141.21,70.3266,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (53734,181392,0,-9263.48,-2237.09,68.0257,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (53736,181392,0,-10507.6,-1169.3,34.3831,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (53737,181392,0,-10605.1,-1157.45,33.4107,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (53738,181392,0,-5597.3,-532.347,403.071,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (53739,181392,0,-10507.6,-1169.3,34.3831,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (53740,181392,0,-10544.5,-1160.09,32.3532,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (53741,181392,0,-5379.67,-3003.71,334.484,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (53742,181392,0,-5366.48,-2959.01,332.059,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (53743,181392,0,563.292,1570.72,136.45,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (53744,181392,0,-14358.5,424.679,15.7415,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (53745,181392,0,-14396.6,410.066,26.5856,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (53746,181392,0,-14438.4,422.057,11.8795,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (53747,181392,0,-14461.8,480.806,31.9102,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (53748,181392,0,-14444.7,495.664,20.1124,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (53749,181392,0,-14440.8,432.902,23.9117,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (53750,181392,0,-10497.5,-3248.76,26.4176,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (53751,181392,0,256.371,-2178.92,123.189,1.58825,0,0,0.71325,0.700909,180,180,100,1), + (53752,181392,0,-3695.47,-733.789,14.6362,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (53753,181392,0,-3763.44,-876.695,14.6474,1.0472,0,0,0.5,0.866025,180,180,100,1), + (53754,181392,0,-815.952,-553.565,19.9757,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (53755,181392,0,-841.436,-586.411,17.5337,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (53756,181392,0,-9225.21,-2139.09,70.2455,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (53757,181392,0,-9246.09,-2148.55,68.1107,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (53758,181392,0,-10583,-1197.7,31.6985,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (53759,181392,0,-10524.8,-1148.65,34.2651,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (53760,181392,0,-5286.4,-2979,345.613,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (53761,181392,0,-5384.45,-2944.36,332.596,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (53762,181392,0,-5345.1,-2929.28,328.341,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (53763,181392,0,-14450.2,413.526,29.9574,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (53764,181392,0,-14458.5,420.944,28.9705,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (53765,181392,0,-14358.5,424.679,15.7415,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (53766,181392,0,-10506.6,1039.93,66.2996,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (53767,181392,0,-3795.67,-835.688,14.1054,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (53768,181392,0,-3783.72,-857.931,15.2131,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (53769,181392,0,-841.553,-557.781,17.5034,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (53770,181392,0,-9175.25,-2108.6,92.6612,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (53771,181392,0,-9221.95,-2065.85,81.4747,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (53772,181392,0,-10722.3,-1131.86,31.5413,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (53773,181392,0,-5378.39,-2942.64,332.658,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (53774,181392,0,-14466.3,497.062,30.2183,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (53775,181392,0,-14304.7,437.697,36.5736,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (53776,181392,0,-14474.4,452.342,34.6387,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (53777,181392,0,-14373.5,373.372,27.6464,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (53778,181392,0,-14452.4,440.289,7.80065,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (53779,181392,0,-14478,468.192,39.704,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (53780,181392,0,-14463.7,475.632,19.8548,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (53781,181392,0,-14399.8,413.275,32.471,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (53782,181392,0,380.051,-2098.3,125.662,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (53783,181392,0,212.537,-1982.51,148.874,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (53784,181392,0,-3816.07,-816.804,15.8673,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (53785,181392,0,-867.686,-568.566,17.525,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (53786,181392,0,-14440,439.426,7.80277,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (53787,181392,0,-14448.5,457.047,19.2992,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (53788,181392,0,-14471,492.441,18.76,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (53789,181392,0,393.2,-2108.45,125.731,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (53790,181392,0,-9237.56,-2042.74,81.7569,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (53791,181392,0,-14439.5,439.219,19.0236,2.19912,0,0,0.891007,0.453991,180,180,100,1), + (53792,181392,0,-14373.5,373.372,27.6464,1.13446,0,0,0.5373,0.843391,180,180,100,1), + (53793,181392,0,-14377.1,376.658,33.2114,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (53794,181392,0,-14448,467.663,7.70628,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (53795,181392,0,-14448,467.663,7.70628,-1.0821,0,0,0.515038,-0.857167,180,180,100,1), + (53796,181392,0,-9243.66,-2211.2,72.0786,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (53797,181392,0,-14441.1,499.917,20.0161,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (53798,181392,0,-14435.4,395.711,35.3907,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (53799,181392,0,-14450.2,413.526,29.9574,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (53800,181392,0,-14399.8,413.275,32.471,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (53801,181392,0,-14383,404.126,12.0949,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (53802,181392,0,-14478.7,428.076,37.6125,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (53803,181392,0,-14440,439.426,7.80277,2.11185,0,0,0.870356,0.492424,180,180,100,1), + (53804,181392,0,-14459.3,425.488,34.7531,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (53805,181392,0,-14441.1,499.917,20.0161,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (53806,181392,0,-14452.4,440.289,7.80065,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (53807,181392,0,-14304.7,437.697,36.5736,-0.366519,0,0,0.182236,-0.983255,180,180,100,1), + (53808,181392,0,-14459.3,425.488,34.7531,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (53809,181392,0,-14478.7,428.076,37.6125,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (53810,181392,0,-14450.9,450.218,23.9318,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (53811,181392,0,-14466.3,497.062,30.2183,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (53812,181392,0,-14458.5,420.944,28.9705,0.541052,0,0,0.267238,0.96363,180,180,100,1), + (53820,181393,1,1630.14,-4373.75,19.1125,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (53821,181393,1,1441.37,-4416.68,37.9758,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (53822,181393,1,1425.61,-4369.41,38.829,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (53823,181393,1,1434.22,-4358.4,38.2172,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (53824,181393,1,1432.57,-4427.82,38.966,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (53825,181393,1,1743.51,-4403.31,46.0636,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (53826,181393,1,2071.97,-4828.26,27.8896,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (53827,181393,1,1674.43,-4334.04,64.0697,1.11701,0,0,0.529919,0.848048,180,180,100,1), + (53828,181393,1,1907.3,-4315.75,28.5347,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (53829,181393,1,1695.88,-4277.76,41.1063,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (53830,181393,1,-1037.15,-3657.89,24.1481,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (53832,181393,0,-9245.55,-2160.39,77.2992,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (53833,181393,1,2322.34,-2558.75,107.08,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (53834,181393,1,2338.7,-2546.8,107.421,2.09439,0,0,0.866025,0.5,180,180,100,1), + (53835,181393,1,-1581.83,3147.61,52.2286,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (53836,181393,1,-4619.33,-3178.54,40.0166,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (53837,181393,1,-4620.5,-3165.98,40.6146,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (53838,181393,1,-4424.83,289.202,43.5475,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (53839,181393,1,-4407.23,213.008,34.9065,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (53840,181393,1,-4468.16,294.938,45.7941,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (53841,181393,1,6692.54,-4644.07,724.96,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (53842,181393,1,-6845.74,771.714,51.4555,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (53843,181393,1,-6827.61,786.462,52.2015,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (53844,181393,1,-6797.72,722.942,46.8554,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (53845,181393,1,-6848.75,778.839,51.6178,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (53846,181393,1,-6827.61,786.462,52.2015,-1.98968,0,0,0.838671,-0.544639,180,180,100,1), + (53847,181393,1,-6845.74,771.714,51.4555,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (53848,181393,1,-6848.75,778.839,51.6178,1.46608,0,0,0.669131,0.743145,180,180,100,1), + (53849,181393,1,-6820.24,718.917,47.5142,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (53850,181393,1,2702.3,1487.9,239.449,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (53851,181393,1,2734.88,1491.61,239.478,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (53852,181393,1,5104.87,-348.282,360.119,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (53853,181393,1,-5475.12,-2466.45,91.1327,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (53854,181393,1,-3153.35,-2854.33,36.458,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (53855,181393,1,-3089.68,-2824.13,37.3795,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (53856,181393,1,-3100.42,-2817.37,37.3277,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (53857,181393,0,-8800.71,664.397,97.7356,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (53858,181393,0,-8899.69,616.603,101.596,-2.6529,0,0,0.970296,-0.241922,180,180,100,1), + (53862,181393,0,1586.07,250.113,-47.6988,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (53863,181393,0,1605.16,230.557,-47.8257,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (53864,181393,0,1605.44,249.87,-47.7427,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (53865,181393,0,1585.86,230.646,-47.8969,-2.35619,0,0,0.92388,-0.382683,180,180,100,1), + (53871,181393,0,-4897.69,-1002.05,510.054,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (53872,181393,1,2011.81,-4645.75,36.5273,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (53873,181393,1,1956.05,-4361.1,33.1505,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (53874,181393,1,-1041.35,-3677.52,24.5061,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (53875,181393,1,-1048.98,-3636.04,27.1376,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (53876,181393,1,-1037.15,-3657.89,24.1481,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (53877,181393,0,-6586.41,-1031.39,270.661,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (53878,181393,0,514.336,1624.92,107.64,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (53879,181393,0,496.758,1564.18,135.881,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (53880,181393,0,-12426.2,191.396,2.60344,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (53881,181393,0,-12420.6,219.932,3.25562,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (53882,181393,1,-399.158,-2653.61,101.406,2.42601,0,0,0.936672,0.350207,180,180,100,1), + (53883,181393,0,-523.749,-4511.91,11.9685,0.069813,0,0,0.034899,0.999391,180,180,100,1), + (53884,181393,1,-1597.21,3159.58,52.1664,-0.907571,0,0,0.438371,-0.898794,180,180,100,1), + (53885,181393,1,-1587.39,3158,52.1781,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (53886,181393,1,-3618.45,-4450.95,14.8035,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (53887,181393,1,-4437.76,259.749,41.8892,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (53888,181393,1,-4433.43,250.746,41.7631,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (53889,181393,1,-4387.82,3296.44,15.9037,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (53890,181393,1,-6820.24,718.917,47.5142,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (53891,181393,1,-6797.72,722.942,46.8554,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (53892,181393,1,-5409.35,-2398.16,91.113,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (53893,181393,1,-5409.24,-2439.46,92.732,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (53894,181393,1,-5478.69,-2427.21,91.1138,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (53895,181393,1,-5441.29,-2467.74,90.3471,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (53901,181393,1,1915.48,-4252.46,50.5299,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (53902,181393,1,1897.01,-4606.08,40.9014,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (53903,181393,1,1928.96,-4584.59,41.3925,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (53904,181393,1,1712.41,-4219.7,55.258,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (53905,181393,1,1656.47,-4433.01,28.1114,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (53906,181393,1,-1061.28,-3663.65,25.259,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (53907,181393,1,-1042.55,-3660.28,35.779,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (53908,181393,1,-3718.96,-4542.8,13.5865,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (53909,181393,1,-4388.19,3281.72,15.9663,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (53910,181393,1,-5473.15,-2454.82,91.7347,-0.785398,0,0,0.382683,-0.92388,180,180,100,1), + (53911,181393,1,-5460.34,-2453.11,96.0674,0.383972,0,0,0.190809,0.981627,180,180,100,1), + (53912,181393,1,-5392.98,-2418.71,91.7338,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (53913,181393,0,-4888.82,-994.738,510.049,2.32129,0,0,0.91706,0.398749,180,180,100,1), + (53914,181393,0,-4879.83,-987.33,509.983,2.14675,0,0,0.878817,0.477159,180,180,100,1), + (53915,181393,0,-12386.6,138.775,4.7903,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (53916,181393,0,-12424.7,154.634,4.52882,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (53917,181393,0,-10373.5,-3253.35,21.4065,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (53918,181393,0,-10378.2,-3246.56,21.4077,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (53919,181393,0,-10466.4,-3219.28,22.0306,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (53920,181393,0,262.468,-2021.69,174.772,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (53922,181393,0,-10528.4,1031.42,57.6058,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (53926,181393,1,1677.66,-4423.05,28.1319,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (53927,181393,1,2030.91,-4657.26,37.322,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (53928,181393,1,2052.84,-4818.59,28.2096,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (53929,181393,1,1887.7,-4604.38,41.2229,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (53932,181393,1,-2364,-1967.25,100.633,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (53933,181393,1,-2355.69,-1972.15,100.811,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (53934,181393,1,-5424.92,-2457.37,91.0689,2.28638,0,0,0.909961,0.414693,180,180,100,1), + (53935,181393,1,-5470.46,-2461.1,91.7214,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (53936,181393,1,-5480.31,-2454.42,91.3694,-1.02974,0,0,0.492424,-0.870356,180,180,100,1), + (53937,181393,1,-5438.81,-2394.16,90.9017,-0.767945,0,0,0.374607,-0.927184,180,180,100,1), + (53938,181393,1,1919.7,-4582.7,41.1832,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (53939,181393,1,1941.74,-4251.02,50.9597,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (53940,181393,1,1724.71,-4416.39,46.0725,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (53941,181393,1,1915.1,-4371.97,32.7758,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (53942,181393,1,-1048.98,-3636.04,27.1376,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (53943,181393,1,-1044.96,-3672.91,35.8578,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (53944,181393,1,-413.729,-2640.72,101.467,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (53945,181393,1,-403.707,-2634.74,101.713,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (53946,181393,1,-2378.17,-1984.89,98.211,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (53947,181393,1,1900.84,-4339.25,26.3603,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (53948,181393,1,1498.93,-4223.1,49.3495,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (53949,181393,1,-1043.44,-3666.83,32.4912,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (53950,181393,1,-412.073,-2651.01,101.407,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (53951,181393,1,-395.542,-2641.12,101.499,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (53952,181393,1,-1053.94,-3671.35,25.1827,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (53953,181393,1,-1044.96,-3672.91,35.8578,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (53954,181393,1,-1043.44,-3666.83,32.4912,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (53955,181393,1,-1061.28,-3663.65,25.259,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (53956,181393,1,-1053.94,-3671.35,25.1827,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (53957,181393,1,-1042.55,-3660.28,35.779,-0.10472,0,0,0.052336,-0.99863,180,180,100,1), + (53958,181393,1,-1041.35,-3677.52,24.5061,-0.279253,0,0,0.139173,-0.990268,180,180,100,1), + (53959,181393,0,-6500.99,-1171.68,321.561,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (53961,181393,0,508.032,1649.85,126.674,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (53962,181393,0,-12341.8,179.019,4.7031,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (53963,181393,0,-10518.5,-3317.81,23.24,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (53964,181393,0,-10403.5,-3293.58,22.265,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (53965,181393,0,-578.332,-4589.98,11.8291,1.29154,0,0,0.601815,0.798636,180,180,100,1), + (53966,181393,0,-584.311,-4627.52,13.5195,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (53967,181393,0,-514.545,-4562.39,11.8661,0.191986,0,0,0.095846,0.995396,180,180,100,1), + (53968,181393,0,300.221,-2108.42,126.444,-2.80998,0,0,0.986286,-0.165048,180,180,100,1), + (53969,181393,0,-10640.6,1129.74,38.5564,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (53970,181393,0,-10659.2,1105.51,38.4204,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (53971,181393,0,532.317,1625.02,107.717,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (53972,181393,0,-14352.1,408.626,32.1101,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (53973,181393,0,-12432.3,223.93,2.90541,1.3439,0,0,0.622515,0.782608,180,180,100,1), + (53974,181393,0,-14456,482.348,20.973,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (53975,181393,0,-10457.5,-3218.93,22.4027,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (53976,181393,0,-10513.5,-3325.05,22.9521,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (53977,181393,0,-605.514,-4598.37,18.0096,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (53978,181393,0,-10473.4,1019.39,57.6557,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (53985,181393,0,496.702,1564.11,135.996,-1.43117,0,0,0.656059,-0.75471,180,180,100,1), + (53986,181393,0,-14352.1,408.626,32.1101,-1.16937,0,0,0.551937,-0.833886,180,180,100,1), + (53987,181393,0,-10410.9,-3293.84,21.9546,-0.453786,0,0,0.224951,-0.97437,180,180,100,1), + (53988,181393,0,306.487,-2135.68,126.286,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (53989,181393,0,-10490.6,998.916,57.2939,-1.15192,0,0,0.544639,-0.838671,180,180,100,1), + (53990,181393,0,-10517.1,1002.39,57.2562,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (53991,181393,0,-8913.01,641.138,101.55,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (53992,181393,0,-14467.1,489.044,14.9012,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (53993,181393,0,299.466,-2001.07,198.562,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (53994,181393,0,-10484.7,1048.46,56.9732,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (53996,181393,0,-14348.7,416.141,31.8332,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (53997,181393,0,-14462.4,505.205,27.1798,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (53998,181393,0,291.334,-1993.75,198.597,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (53999,181393,0,274.559,-2032.56,174.892,-2.30383,0,0,0.913545,-0.406737,180,180,100,1), + (54000,181393,0,-14358.9,412.137,31.812,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (54001,181393,0,-14468.4,487.744,26.6851,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (54002,181393,0,-14456,482.348,20.973,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (54003,181393,0,-14468.4,487.744,26.6851,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (54004,181393,0,-14462.4,505.205,27.1798,-0.715585,0,0,0.350207,-0.936672,180,180,100,1), + (54005,181393,0,-14358.9,412.137,31.812,-2.77507,0,0,0.983255,-0.182235,180,180,100,1), + (54006,181393,0,-14356,419.693,31.6394,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (54007,181393,0,-14356,419.693,31.6394,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (54008,181393,0,-14467.1,489.044,14.9012,-2.33874,0,0,0.920505,-0.390731,180,180,100,1), + (54009,181393,0,-14348.7,416.141,31.8332,0.418879,0,0,0.207912,0.978148,180,180,100,1), + (54035,181401,1,8013.66,-2637.12,523.791,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (54036,181401,1,7857.99,-2503.12,496.981,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (54037,181401,1,7957.18,-2380.08,496.718,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (54038,181401,1,7918.85,-2507.95,496.78,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (54044,181401,1,10119.3,2216.15,1351.82,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (54045,181401,1,10130.9,2224.83,1352.22,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (54046,181401,1,10144.3,2233.66,1352.2,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (54047,181401,1,9996.89,2273.38,1355.08,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54048,181401,1,9919.38,2271.49,1355.09,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (54049,181401,1,9930.41,2271.81,1355.08,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54050,181401,1,-1044.43,-3666.5,40.3548,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (54051,181401,1,-1042.29,-3651.41,38.1868,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (54052,181401,1,-407.324,-2622.12,107.816,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (54053,181401,1,-394.914,-2624.62,107.54,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (54054,181401,1,-383.771,-2633.65,107.217,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (54055,181401,1,2338.29,-2518.44,108.339,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (54056,181401,1,2329.67,-2550.33,108.201,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (54057,181401,1,6434.63,603.883,25.3917,-1.8675,0,0,0.803857,-0.594823,180,180,100,1), + (54058,181401,1,6438.27,515.244,16.5496,-0.314159,0,0,0.156434,-0.987688,180,180,100,1), + (54059,181401,1,6521.33,464.942,16.8399,-2.75762,0,0,0.981627,-0.190809,180,180,100,1), + (54060,181401,1,263.833,1226.39,200.204,-1.309,0,0,0.608761,-0.793353,180,180,100,1), + (54061,181401,1,242.084,1221.15,200.202,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (54062,181401,1,238.929,1282.07,199.944,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (54063,181401,1,250.032,1284.53,200.14,1.76278,0,0,0.771625,0.636078,180,180,100,1), + (54064,181401,1,-3747.64,-4350.52,17.5358,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (54065,181401,1,-4451.88,3228.57,21.9861,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (54066,181401,1,-4455.56,3298.07,24.3637,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (54067,181401,1,-4382.54,3319.01,21.4429,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (54068,181401,1,-4360.17,3318.4,21.5473,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (54069,181401,1,-2386.59,-1994.56,104.501,2.58309,0,0,0.961262,0.275637,180,180,100,1), + (54070,181401,1,-6848.35,739.762,54.0557,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (54071,181401,1,-2368.96,-2005.71,104.507,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (54072,181401,1,2687.15,1499.69,244.284,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (54073,181401,1,2714.17,-356.15,118.547,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (54074,181401,1,2736.19,-416.542,119.777,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (54075,181401,1,2745.54,-451.896,119.853,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (54076,181401,1,2760.44,-312.137,118.554,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54077,181401,1,878.315,936.503,121.709,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (54078,181401,1,-3169.01,-2908.33,43.0948,0.715585,0,0,0.350207,0.936672,180,180,100,1), + (54079,181401,0,-8845.92,468.922,122.352,-2.47837,0,0,0.945519,-0.325568,180,180,100,1), + (54080,181401,1,7859.37,-2514.28,496.969,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (54081,181401,1,7975.71,-2439.24,496.73,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (54082,181401,1,7917.81,-2496.79,496.893,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (54083,181401,1,7922.29,-2414.88,502.598,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (54088,181401,0,-925.38,-3533.3,79.0026,0,0,0,0,1,180,180,100,1), + (54089,181401,0,-949.366,-3525.52,69.6821,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (54090,181401,0,-925.246,-3540.75,79.0073,3.14159,0,0,1,0,180,180,100,1), + (54091,181401,0,-925.949,-3497.94,69.2867,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (54092,181401,0,-6664.56,-2236.98,269.9,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (54093,181401,0,-6668.64,-2174.63,251.874,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (54094,181401,0,-6669.28,-2149.88,254.978,3.05433,0,0,0.999048,0.043619,180,180,100,1), + (54095,181401,0,-6682.43,-2226.7,269.902,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (54096,181401,0,-9481.61,26.2059,66.6079,3.01942,0,0,0.998135,0.061049,180,180,100,1), + (54097,181401,1,1588.31,-4108.94,46.2348,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (54098,181401,0,-1206.78,-2532.43,32.0589,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (54099,181401,1,9985.81,2272.69,1355,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (54100,181401,1,9908.32,2270.95,1355.09,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54101,181401,0,-11046.2,-3406.02,77.368,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (54102,181401,1,9973.71,2273.31,1355.09,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (54103,181401,0,-10515.1,-1176.3,34.0014,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (54104,181401,0,-10530.2,-1177.49,33.8839,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (54105,181401,0,-5576.13,-520.752,411.746,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54106,181401,0,-5582.83,-503.693,411.74,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (54107,181401,0,-5604.45,-512.76,411.591,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (54108,181401,0,-10515.1,-1150.08,33.9502,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (54109,181401,0,-5373.55,-2951.74,332.339,0.296706,0,0,0.147809,0.989016,180,180,100,1), + (54110,181401,0,-12351.4,195.921,16.8557,2.6529,0,0,0.970296,0.241922,180,180,100,1), + (54111,181401,0,-12342.8,201.376,16.9128,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (54112,181401,0,-12342.4,180.949,16.885,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54113,181401,0,-12425.3,191.557,8.54682,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (54114,181401,0,-10489.5,-3271.75,30.6857,-1.23918,0,0,0.580703,-0.814116,180,180,100,1), + (54115,181401,0,-10506.9,-3267.97,30.7061,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (54116,181401,1,-491.81,-2613.64,119.872,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (54117,181401,1,-412.225,-2666.04,107.033,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (54118,181401,1,-496.726,-2604.32,119.997,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (54119,181401,1,-426.518,-2640.27,107.717,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (54120,181401,0,-605.532,-4590.8,15.3616,0.942478,0,0,0.45399,0.891007,180,180,100,1), + (54121,181401,0,-10635.1,1175.51,40.7012,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (54122,181401,0,-10656.3,1162.51,40.5582,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (54123,181401,0,-3840.64,-843.026,15.8984,-1.53589,0,0,0.694658,-0.71934,180,180,100,1), + (54124,181401,1,6477.77,732.332,24.5453,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (54125,181401,1,6444.01,632.915,25.4917,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (54126,181401,1,6441.39,525.902,16.6102,-0.296706,0,0,0.147809,-0.989016,180,180,100,1), + (54127,181401,1,252.948,1223.7,200.181,-1.32645,0,0,0.615661,-0.788011,180,180,100,1), + (54128,181401,1,228.144,1279.24,199.964,1.8326,0,0,0.793353,0.608761,180,180,100,1), + (54129,181401,0,-8.19569,-948.24,59.941,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (54130,181401,1,-3841.62,-4402.08,20.5505,-0.802851,0,0,0.390731,-0.920505,180,180,100,1), + (54131,181401,1,-4361.68,3258.56,21.4951,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54132,181401,1,-4372.85,3258.68,21.5166,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (54133,181401,1,-4333.42,3288.06,26.5047,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54134,181401,0,-867.686,-560.873,17.4662,3.14159,0,0,1,0,180,180,100,1), + (54135,181401,0,-840.992,-593.922,17.596,0.05236,0,0,0.026177,0.999657,180,180,100,1), + (54136,181401,1,-6848.35,739.762,54.0557,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (54137,181401,1,-6744.6,767.858,102.267,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (54138,181401,1,-6744.6,767.858,102.267,-2.74017,0,0,0.979925,-0.199368,180,180,100,1), + (54139,181401,1,2688.58,1488.6,244.246,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (54140,181401,1,2686.09,1510.82,244.379,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (54141,181401,1,2714.17,-356.15,118.547,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (54142,181401,1,2766.66,-395.711,120.036,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (54143,181401,1,986.706,978.611,114.686,-2.28638,0,0,0.909961,-0.414693,180,180,100,1), + (54146,181401,0,-9214.25,-2141.55,70.169,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (54147,181401,1,7856.99,-2491.97,497.065,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (54148,181401,1,7958.75,-2575.71,501.371,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (54149,181401,1,7916.47,-2485.73,496.947,0.139626,0,0,0.069756,0.997564,180,180,100,1), + (54150,181401,1,7953.25,-2441.07,496.723,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (54153,181401,1,1928.31,-4248.18,55.957,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (54154,181401,1,-1035.33,-3655.5,31.1372,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (54155,181401,1,-1033.01,-3642.91,31.0176,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (54156,181401,1,-381.048,-2643.36,107.128,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (54157,181401,1,-422.354,-2659.55,107.263,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (54158,181401,1,6420.54,559.739,21.327,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (54159,181401,1,6468.23,703.672,24.6131,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (54160,181401,1,6434.66,504.66,16.5225,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (54161,181401,1,-3836.67,-4444.63,16.0376,0.802851,0,0,0.390731,0.920505,180,180,100,1), + (54162,181401,1,-3706.26,-4339.77,15.0358,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (54163,181401,1,-3701.42,-4534.23,22.6717,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (54164,181401,1,-4371.31,3318.78,21.5712,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (54165,181401,1,-4384.07,3259.21,21.538,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (54166,181401,1,-2376.24,-1976.42,104.757,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (54167,181401,1,-2384.12,-2010.97,111.793,-2.11185,0,0,0.870356,-0.492423,180,180,100,1), + (54168,181401,0,2300.95,-5345.13,97.9984,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (54169,181401,0,2297.33,-5338.97,97.9691,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (54170,181401,0,-6682.21,-2237.32,269.918,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (54171,181401,1,8013.88,-2676.42,523.229,2.77507,0,0,0.983255,0.182236,180,180,100,1), + (54172,181401,1,7831.7,-2476.79,502.888,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (54173,181401,1,7964.41,-2439.66,496.665,-1.44862,0,0,0.66262,-0.748956,180,180,100,1), + (54174,181401,0,-6664.69,-2226.46,269.916,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (54175,181401,1,7968.29,-2378.91,496.826,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (54176,181401,1,7861.9,-2568.31,499.149,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (54177,181401,1,7883.59,-2461.34,503.191,1.69297,0,0,0.748956,0.66262,180,180,100,1), + (54178,181401,0,-10950.4,-3390.95,77.247,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (54179,181401,0,-11009,-3342.63,87.0738,1.79769,0,0,0.782608,0.622515,180,180,100,1), + (54180,181401,0,-5578.94,-461.743,409.891,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (54181,181401,0,-5612.14,-518.682,411.982,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (54182,181401,0,-10515.1,-1176.3,34.0014,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (54183,181401,0,-10491,-1155.44,33.921,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (54184,181401,0,-9494.06,-1201.46,53.3359,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (54185,181401,0,-9530.79,-1220.31,51.7466,-0.610865,0,0,0.300706,-0.953717,180,180,100,1), + (54186,181401,0,-12330.1,185.076,17.687,-0.523599,0,0,0.258819,-0.965926,180,180,100,1), + (54187,181401,0,-12415,206.759,8.87249,0.034907,0,0,0.017452,0.999848,180,180,100,1), + (54188,181401,0,-12443.7,197.949,8.84866,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (54189,181401,0,-10512.3,-3253.08,30.6501,-0.139626,0,0,0.069756,-0.997564,180,180,100,1), + (54190,181401,0,255.719,-2003.95,183.79,-2.51327,0,0,0.951057,-0.309017,180,180,100,1), + (54192,181401,0,-3808.09,-816.943,15.8813,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (54193,181401,0,-3824.02,-816.665,15.8994,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (54195,181401,0,-18.6373,-943.004,59.95,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (54196,181401,1,-1042.29,-3651.41,38.1868,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (54197,181401,1,-387.531,-2659.31,107.059,-0.349066,0,0,0.173648,-0.984808,180,180,100,1), + (54198,181401,1,-421.063,-2629.84,107.871,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (54199,181401,1,7830.23,-2446.4,503.081,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (54200,181401,1,7946.01,-2381.58,496.724,1.72788,0,0,0.760406,0.649448,180,180,100,1), + (54201,181401,1,1965.27,-4751.63,70.7718,1.97222,0,0,0.833886,0.551937,180,180,100,1), + (54202,181401,1,-475.92,-2605.15,119.967,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (54203,181401,1,-396.547,-2666.66,106.95,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (54204,181401,1,-481.507,-2614.01,120.002,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (54205,181401,1,2126.65,-4732.87,60.9998,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (54206,181401,1,-1035.33,-3655.5,31.1372,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (54207,181401,1,-491.169,-2595.57,119.971,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (54209,181401,1,-480.887,-2595.91,119.98,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (54210,181401,1,-1033.01,-3642.91,31.0176,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (54211,181401,1,-1044.43,-3666.5,40.3548,-0.191986,0,0,0.095846,-0.995396,180,180,100,1), + (54212,181401,0,-925.596,-3521.91,79.0482,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (54213,181401,0,-948.427,-3541.12,69.6123,3.14159,0,0,1,0,180,180,100,1), + (54214,181401,0,-9471.47,42.1477,68.3571,1.48353,0,0,0.67559,0.737277,180,180,100,1), + (54215,181401,0,-10515.1,-1150.08,33.9502,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (54216,181401,0,-5593.03,-509.229,411.614,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (54217,181401,0,-10500.2,-1148.38,33.9002,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (54218,181401,0,-5596.98,-512.899,411.597,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (54219,181401,0,-10500.2,-1148.38,33.9002,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (54220,181401,0,-6488.25,-1191.1,343.957,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (54221,181401,0,-6486.01,-1180.54,343.689,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (54222,181401,0,-6498.48,-1189.06,343.713,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (54223,181401,0,-5359.22,-2966.16,332.193,0.279253,0,0,0.139173,0.990268,180,180,100,1), + (54224,181401,0,-12443.2,216.839,8.99457,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (54225,181401,0,-12377.7,126.1,13.2569,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (54226,181401,0,-10500.9,-3239.66,30.7801,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (54227,181401,0,-10483.8,-3242.9,30.719,-2.32129,0,0,0.91706,-0.398749,180,180,100,1), + (54228,181401,0,-612.96,-4598.89,15.0267,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (54229,181401,0,-10645.2,1192.53,40.5648,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (54230,181401,0,-10660.1,1172.91,40.523,2.46091,0,0,0.942641,0.333807,180,180,100,1), + (54231,181401,0,-3839.06,-827.16,15.9029,1.55334,0,0,0.700909,0.71325,180,180,100,1), + (54232,181401,0,-5.20785,-920.463,59.9466,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (54233,181401,0,-841.549,-578.788,17.503,0,0,0,0,1,180,180,100,1), + (54235,181401,0,-9451.46,22.5549,72.5988,-0.122173,0,0,0.061049,-0.998135,180,180,100,1), + (54236,181401,0,-5575.94,-509.474,411.792,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54237,181401,0,-10538.8,-1170.11,34.1571,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (54238,181401,0,-10538.8,-1170.11,34.1571,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (54239,181401,0,-6496.73,-1178.66,343.566,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (54240,181401,0,-6496.61,-1178.53,330.18,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (54241,181401,0,-5367.56,-2976.09,332.28,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (54242,181401,0,-14423.2,526.542,9.59473,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (54243,181401,0,-12367.1,130.978,12.4814,-0.959931,0,0,0.461749,-0.887011,180,180,100,1), + (54244,181401,0,-12368.8,148.372,12.4745,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (54246,181401,0,-3700.95,-814.647,22.5461,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (54248,181401,0,-867.686,-576.159,17.469,3.14159,0,0,1,0,180,180,100,1), + (54249,181401,0,-21.0875,-934.167,60.5195,2.68781,0,0,0.97437,0.224951,180,180,100,1), + (54250,181401,0,-9233.22,-2167.36,70.2522,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (54252,181401,0,-8862.35,489.578,122.263,-2.46091,0,0,0.942641,-0.333807,180,180,100,1), + (54253,181401,0,-925.259,-3486.37,69.2509,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (54254,181401,0,-10533.7,-1151.55,34.01,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (54255,181401,0,-10530.2,-1177.49,33.8839,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (54256,181401,0,-14470.8,488.611,32.3965,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (54257,181401,0,-12333.8,196.467,16.9059,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (54258,181401,0,-12362.8,140.281,12.5022,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (54259,181401,0,-12426.9,222.16,8.95219,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (54260,181401,0,-10652.5,1182.52,40.4796,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (54263,181401,0,-10500.5,-1164.44,34.3681,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (54264,181401,0,-14423.2,526.542,9.59473,-1.18682,0,0,0.559193,-0.829037,180,180,100,1), + (54265,181401,0,-12351.3,185.754,16.885,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (54266,181401,0,-12378.9,147.349,12.4606,2.18166,0,0,0.887011,0.461749,180,180,100,1), + (54267,181401,0,-12382.9,138.045,12.4814,-3.05433,0,0,0.999048,-0.043619,180,180,100,1), + (54268,181401,0,-10644.9,1162.15,40.7612,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (54269,181401,0,-10638.1,1107.93,42.1291,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (54270,181401,0,-859.065,-553.185,17.4666,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54271,181401,0,-848.737,-602.049,17.5255,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54272,181401,0,-10500.5,-1164.44,34.3681,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (54273,181401,0,-10491,-1155.44,33.921,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (54274,181401,0,-10533.7,-1151.55,34.01,1.64061,0,0,0.731354,0.681998,180,180,100,1), + (54275,181401,0,-3827.5,-842.746,15.8873,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (54276,181401,0,-3800.41,-825.279,15.9244,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54277,181401,0,-9241.35,-2158.48,70.1542,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (54278,181401,0,-9202.23,-2141.32,70.2668,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (54279,181401,0,-14470.8,488.611,32.3965,-2.26893,0,0,0.906308,-0.422618,180,180,100,1), + (54280,181401,0,308.876,-2121.24,127.864,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (54281,181401,0,-3642.64,-725.777,19.28,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (54282,181401,0,-9221.18,-2167.57,70.2239,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (54625,181431,0,1693.97,239.468,62.5957,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54626,181431,0,1526.29,240.466,-62.1777,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (54627,181431,0,1595.8,239.96,-52.1429,-2.05949,0,0,0.857167,-0.515038,180,180,100,1), + (54628,181431,0,1660.9,240.226,-62.1779,0.488692,0,0,0.241922,0.970296,180,180,100,1), + (54629,181431,0,1596.23,307.214,-62.1777,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (54630,181431,0,1503.1,334.538,-60.0877,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (54631,181431,0,1687.98,146.89,-60.4624,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (54632,181431,0,1744.01,386.966,-62.2913,2.33874,0,0,0.920505,0.390731,180,180,100,1), + (54633,181431,0,1594.57,176.937,-62.1779,-1.13446,0,0,0.5373,-0.843391,180,180,100,1), + (54634,181431,0,1773.19,237.801,-62.1757,2.84489,0,0,0.989016,0.147809,180,180,100,1), + (54635,181431,0,1569.78,241.011,61.6564,-1.97222,0,0,0.833886,-0.551937,180,180,100,1), + (54636,181431,0,1297.85,331.653,-60.0831,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (54637,181431,0,1743.14,90.7159,-62.2755,0.017453,0,0,0.008727,0.999962,180,180,100,1), + (54638,181431,0,1558.89,240.873,-43.1027,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (54639,181431,0,1595.57,276.88,-43.1027,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (54640,181431,0,1594.36,204.04,-43.1027,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (54641,181431,0,1805.65,237.711,62.7537,2.89725,0,0,0.992546,0.121869,180,180,100,1), + (54642,181431,0,1633.27,239.368,-43.1027,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (54643,181431,0,1698.62,321.394,-60.4842,-2.70526,0,0,0.976296,-0.21644,180,180,100,1), + (54644,181431,0,1417.78,241.386,-62.1757,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (54645,181431,0,1641.57,240.113,62.5916,2.00713,0,0,0.843391,0.5373,180,180,100,1), + (54646,181431,0,1584.89,63.2274,-62.1757,-0.174533,0,0,0.087156,-0.996195,180,180,100,1), + (54647,181431,0,1501.1,146.545,-60.0869,0.820305,0,0,0.398749,0.91706,180,180,100,1), + (54648,181431,0,1434.29,400.923,-85.2619,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (54649,181431,0,1442.64,87.9136,-62.283,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (54650,181431,0,1598.09,414.795,-62.1773,1.98968,0,0,0.838671,0.544639,180,180,100,1), + (54651,181431,0,-8953.48,520.944,96.3566,-2.09439,0,0,0.866025,-0.5,180,180,100,1), + (54652,181431,0,-8713.34,519.887,97.1824,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (54653,181431,0,-8532.75,448.786,104.917,1.6057,0,0,0.71934,0.694658,180,180,100,1), + (54654,181431,0,-8870.88,585.489,92.6893,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (54655,181431,0,-8987.21,869.165,105.691,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (54656,181431,0,-8459.98,637.94,91.8711,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (54657,181431,0,-8743.69,712.323,98.1487,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (54658,181431,0,-8710.94,611.629,125.079,3.10669,0,0,0.999848,0.017452,180,180,100,1), + (54659,181431,0,-8572.69,753.319,96.6506,2.75762,0,0,0.981627,0.190809,180,180,100,1), + (54660,181431,0,-8870.28,712.3,97.5819,0.436332,0,0,0.21644,0.976296,180,180,100,1), + (54661,181431,0,-8488.67,559.471,97.5893,0.907571,0,0,0.438371,0.898794,180,180,100,1), + (54662,181431,0,-8618.5,833.235,96.6932,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (54663,181431,0,-8511.75,652.745,100.292,2.79253,0,0,0.984808,0.173648,180,180,100,1), + (54664,181431,0,-8799.97,475.277,95.5325,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (54665,181431,0,-8845.22,837.503,98.7247,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (54666,181431,0,-8576.73,541.35,101.783,2.67035,0,0,0.97237,0.233445,180,180,100,1), + (54667,181431,0,-8364.16,628.171,95.062,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (54668,181431,0,-8813.68,572.554,94.4928,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (54669,181431,0,-8673.85,447.711,99.6484,0,0,0,0,1,180,180,100,1), + (54670,181431,0,-8933.02,958.447,117.329,-1.67552,0,0,0.743145,-0.669131,180,180,100,1), + (54671,181431,0,-8613.32,513.735,103.433,-1.81514,0,0,0.788011,-0.615661,180,180,100,1), + (54672,181431,0,-9045.98,448.512,93.0558,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (54673,181431,0,-8921.26,778.87,87.1535,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (54674,181431,0,-4755.75,-1155.98,502.212,-0.994838,0,0,0.477159,-0.878817,180,180,100,1), + (54675,181431,0,-4980.53,-884.663,501.649,-0.383972,0,0,0.190809,-0.981627,180,180,100,1), + (54676,181431,0,-4790.37,-883.416,501.659,-0.733038,0,0,0.358368,-0.93358,180,180,100,1), + (54677,181431,0,-4824.78,-1073.2,502.197,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (54678,181431,0,-4971.12,-1210.05,501.839,-2.1293,0,0,0.87462,-0.48481,180,180,100,1), + (54679,181431,0,-4776.58,-1027.98,502.212,-1.90241,0,0,0.814116,-0.580703,180,180,100,1), + (54680,181431,0,-4971.04,-972.075,503.137,0.506145,0,0,0.25038,0.968148,180,180,100,1), + (54681,181431,0,-4832.8,-1271.77,501.868,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (54682,181431,0,-4664.53,-954.755,500.377,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (54683,181431,0,-5003.65,-1114.23,501.677,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (54684,181431,0,-4878.74,-1113.32,502.212,1.8675,0,0,0.803857,0.594823,180,180,100,1), + (54685,181431,0,-4627.81,-1083.07,501.215,2.1293,0,0,0.87462,0.48481,180,180,100,1), + (54686,181431,0,-4799.59,-1107.13,498.807,-2.3911,0,0,0.930418,-0.366501,180,180,100,1), + (54687,181431,0,-4699.79,-1222.77,501.659,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (54688,181431,1,1568.88,-4314.68,22.4078,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (54689,181431,1,-1209.1,-71.6904,157.981,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (54690,181431,1,1682.48,-4298.48,4.84644,1.16937,0,0,0.551937,0.833886,180,180,100,1), + (54691,181431,1,-1024.92,201.019,135.315,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (54692,181431,1,1726.61,-4072.02,43.6949,2.25148,0,0,0.902585,0.430511,180,180,100,1), + (54693,181431,1,1928.97,-4279.17,29.862,0.20944,0,0,0.104528,0.994522,180,180,100,1), + (54694,181431,1,-1090.93,-63.0738,151.905,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (54695,181431,1,1924.25,-4583.65,33.8937,-2.84489,0,0,0.989016,-0.147809,180,180,100,1), + (54696,181431,1,-1281.58,130.652,131.33,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (54697,181431,1,-1203.32,0.722928,165.516,-1.51844,0,0,0.688354,-0.725374,180,180,100,1), + (54698,181431,1,-1328.23,24.5104,138.505,-2.00713,0,0,0.843391,-0.5373,180,180,100,1), + (54699,181431,1,-1285.22,-116.343,172.316,-0.942478,0,0,0.453991,-0.891006,180,180,100,1), + (54700,181431,1,-1388.65,-128.852,157.164,0.453786,0,0,0.224951,0.97437,180,180,100,1), + (54701,181431,1,1962.86,-4743.28,53.0303,-0.069813,0,0,0.034899,-0.999391,180,180,100,1), + (54702,181431,1,1931.64,-4665.24,26.9095,0.331613,0,0,0.165048,0.986286,180,180,100,1), + (54703,181431,1,1542.07,-4412.53,10.2388,-1.37881,0,0,0.636078,-0.771625,180,180,100,1), + (54704,181431,1,-958.499,261.57,135.746,2.49582,0,0,0.948324,0.317305,180,180,100,1), + (54705,181431,1,-1071.42,-245.669,159.03,2.23402,0,0,0.898794,0.438371,180,180,100,1), + (54706,181431,1,-1073.08,-4.91715,140.82,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (54707,181431,1,1943.9,-4435.26,22.9053,1.71042,0,0,0.75471,0.656059,180,180,100,1), + (54708,181431,1,1436.28,-4421.57,25.2354,0.10472,0,0,0.052336,0.99863,180,180,100,1), + (54709,181431,1,1865.79,-4507.46,24.1635,-0.471239,0,0,0.233445,-0.97237,180,180,100,1), + (54710,181431,1,2046.99,-4694.22,32.0786,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (54711,181431,1,1710.71,-3931.83,50.1092,-2.72271,0,0,0.978148,-0.207912,180,180,100,1), + (54712,181431,1,2103.28,-4615.66,58.4212,-1.22173,0,0,0.573576,-0.819152,180,180,100,1), + (54713,181431,1,1984.92,-4620.55,23.8024,-0.628319,0,0,0.309017,-0.951056,180,180,100,1), + (54714,181431,1,1718.27,-4373.43,29.3622,0.872665,0,0,0.422618,0.906308,180,180,100,1), + (54715,181431,1,1638.53,-4266.72,49.5179,1.36136,0,0,0.62932,0.777146,180,180,100,1), + (54716,181431,1,1453.85,-4199.93,39.1787,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (54717,181431,1,1750.27,-4517,26.4759,-2.96706,0,0,0.996195,-0.087156,180,180,100,1), + (54718,181431,1,1899.41,-4735.92,35.9949,2.80998,0,0,0.986286,0.165048,180,180,100,1), + (54719,181431,1,-1220.3,54.1701,129.126,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (54720,181431,1,-1196.99,25.2886,176.949,-1.29154,0,0,0.601815,-0.798635,180,180,100,1), + (54721,181431,1,1616.08,-4116.68,29.466,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (54722,181431,1,-1144.95,47.5701,144.553,1.39626,0,0,0.642788,0.766044,180,180,100,1), + (54723,181431,1,-1134.83,-124.223,171.786,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (54724,181431,1,1578.97,-4209.47,43.0179,2.74017,0,0,0.979925,0.199368,180,180,100,1), + (54725,181431,1,-1163.67,168.452,143.965,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (54726,181431,1,1780.35,-4290.52,18.2152,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (54727,181431,1,1802.16,-4338.96,-11.2666,1.41372,0,0,0.649448,0.760406,180,180,100,1), + (54728,181431,1,1783.82,-4227.54,39.5197,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54729,181431,1,-1417.4,-62.2922,156.886,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (54730,181431,1,1668.13,-4419.98,17.3981,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (54731,181431,1,1846.51,-4408.01,5.12675,-0.488692,0,0,0.241922,-0.970296,180,180,100,1), + (54732,181431,1,1608.08,-4385.08,10.1315,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (54733,181431,1,-1034.46,-229.359,160.215,-1.25664,0,0,0.587785,-0.809017,180,180,100,1), + (54734,181431,1,10178.8,2355.7,1328.35,-2.19912,0,0,0.891007,-0.45399,180,180,100,1), + (54735,181431,1,9950.22,2080.89,1327.7,3.03687,0,0,0.99863,0.052336,180,180,100,1), + (54736,181431,1,9815.27,2528.9,1320.81,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (54737,181431,1,10128,2580.78,1325.3,1.20428,0,0,0.566406,0.824126,180,180,100,1), + (54738,181431,1,9951.88,2305.55,1336.55,-0.872665,0,0,0.422618,-0.906308,180,180,100,1), + (54739,181431,1,9659.17,2432.43,1335.68,2.05949,0,0,0.857167,0.515038,180,180,100,1), + (54740,181431,1,9946.16,2592.42,1316.2,-1.64061,0,0,0.731354,-0.681998,180,180,100,1), + (54741,181431,1,9952.4,2176.68,1327.46,-0.977384,0,0,0.469472,-0.882948,180,180,100,1), + (54742,181431,1,9820.36,2218.26,1327.76,-2.93215,0,0,0.994522,-0.104529,180,180,100,1), + (54743,181431,1,10122.9,2244.75,1327.52,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (54744,181431,1,9839.83,2355.76,1316.03,0.401426,0,0,0.199368,0.979925,180,180,100,1), + (54745,181431,1,9706.17,2524.42,1335.69,4.71239,0,0,0.707107,-0.707107,180,180,100,1), + (54746,181431,1,10193.5,2543.76,1338.6,1.95477,0,0,0.829038,0.559193,180,180,100,1), + (54747,181431,1,9948.98,2420.34,1326.38,2.51327,0,0,0.951057,0.309017,180,180,100,1), + (54748,181431,1,8696.91,944.46,13.5097,1.37881,0,0,0.636078,0.771625,180,180,100,1), + (54749,181431,1,9898.6,2530.83,1315.4,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (54750,181431,1,10104.6,2469.82,1317.17,2.96706,0,0,0.996195,0.087156,180,180,100,1), + (54751,181431,1,10031.6,2500.51,1318.42,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (54752,181431,1,9734.43,2260.26,1327.49,1.62316,0,0,0.725374,0.688355,180,180,100,1), + (54753,181431,1,9952.83,2258.2,1335.57,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (54754,181431,1,9858.95,2280.49,1327.27,0.785398,0,0,0.382683,0.92388,180,180,100,1), + (54755,181431,1,9607.5,2523.04,1331.64,2.35619,0,0,0.92388,0.382683,180,180,100,1), + (54756,181431,1,9939.26,2502.18,1317.94,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (54757,181431,1,10040.7,2283.16,1328.87,-1.76278,0,0,0.771625,-0.636078,180,180,100,1), + (54758,181431,1,9651.16,2333.63,1327.49,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (54759,181431,1,10088.2,2374.62,1314.94,-1.41372,0,0,0.649448,-0.760406,180,180,100,1), + (54760,181431,1,8784.62,966.791,30.2048,2.04204,0,0,0.85264,0.522499,180,180,100,1), + (54761,181431,1,9884.66,2446.58,1316.8,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (54762,181431,1,9985.5,1990.21,1327.64,-0.226893,0,0,0.113203,-0.993572,180,180,100,1), + (54763,181431,1,9768.75,2298.74,1327.45,-0.663225,0,0,0.325568,-0.945519,180,180,100,1), + (54764,187576,1,-1042.19,-3671.98,25.159,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (54765,187576,1,-6111.11,-1150.63,-186.798,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (54766,187576,1,-6111.11,-1150.63,-186.798,2.60054,0,0,0.96363,0.267238,180,180,100,1), + (54767,187576,1,6436.52,528.038,12.4771,-2.02458,0,0,0.848048,-0.529919,180,180,100,1), + (54768,187576,1,6429.35,505.704,12.7617,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (54769,187576,1,2774.42,-412.949,114.748,2.93215,0,0,0.994522,0.104528,180,180,100,1), + (54770,187576,1,2746.52,-410.95,114.57,-0.401426,0,0,0.199368,-0.979925,180,180,100,1), + (54771,187576,1,2763.33,-443.494,114.795,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (54775,187576,0,2308.39,-5340.95,93.1183,-2.56563,0,0,0.95882,-0.284015,180,180,100,1), + (54776,187576,0,2038.43,155.884,36.0196,-0.890118,0,0,0.430511,-0.902585,180,180,100,1), + (54777,187576,0,-6642.27,-2175.37,245.931,-1.46608,0,0,0.669131,-0.743145,180,180,100,1), + (54778,187576,0,-9499.94,66.9415,57.203,-0.244346,0,0,0.121869,-0.992546,180,180,100,1), + (54779,187576,0,-7477.69,-2192.74,168.943,0.15708,0,0,0.078459,0.996917,180,180,100,1), + (54780,187576,0,-7479.02,-2191.29,168.971,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (54781,187576,0,-1221.52,-2542.8,25.7959,-2.79253,0,0,0.984808,-0.173648,180,180,100,1), + (54782,187576,0,-1216.53,-2521.38,24.6897,2.70526,0,0,0.976296,0.21644,180,180,100,1), + (54783,187576,1,-890.425,-3771.18,12.8452,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (54784,187576,1,-953.439,-3760.35,6.53835,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (54785,187576,0,-10523.1,-1175.39,31.0316,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (54786,187576,0,-5593.13,-489.437,398.363,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (54787,187576,0,-5357.04,-528.766,392.575,0.645772,0,0,0.317305,0.948324,180,180,100,1), + (54788,187576,0,-5608.48,-521.513,401.212,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54789,187576,0,-10523.1,-1175.39,31.0316,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (54790,187576,0,-9497,-1188.62,50.7243,-1.48353,0,0,0.67559,-0.737277,180,180,100,1), + (54791,187576,0,-6599.94,-1036.08,252.417,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (54792,187576,0,-9536.68,-1208.95,49.4019,-2.18166,0,0,0.887011,-0.461749,180,180,100,1), + (54793,187576,0,522.931,1658.99,112.467,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54794,187576,0,-14460.8,484.582,16.1547,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (54795,187576,1,-452.303,-2662.49,95.5842,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (54796,187576,1,-6114.17,-1156.72,-187.071,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (54797,187576,0,390.723,-2100.18,132.874,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (54798,187576,0,304.943,-2112.63,124.409,-2.89725,0,0,0.992546,-0.121869,180,180,100,1), + (54799,187576,0,-10655.3,1177.72,39.067,-0.680679,0,0,0.333807,-0.942641,180,180,100,1), + (54800,187576,1,6407.31,510.362,12.7691,1.18682,0,0,0.559193,0.829038,180,180,100,1), + (54801,187576,1,6382.03,520.524,12.9657,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (54802,187576,1,6402.88,511.721,12.7966,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (54803,187576,1,6389.4,543.064,12.6777,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (54804,187576,0,-19.8998,-709.855,70.674,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (54805,187576,1,6816.29,-4619.22,711.458,2.07694,0,0,0.861629,0.507538,180,180,100,1), + (54806,187576,1,-2380.68,-1870.94,96.6911,-1.09956,0,0,0.522499,-0.85264,180,180,100,1), + (54807,187576,1,-2287.1,-2169.96,96.1552,0.558505,0,0,0.275637,0.961262,180,180,100,1), + (54808,187576,1,2740.65,-427.079,114.619,-0.331612,0,0,0.165048,-0.986286,180,180,100,1), + (54809,187576,1,-5409.87,-2422.95,90.1097,0.994838,0,0,0.477159,0.878817,180,180,100,1), + (54810,187576,0,-9589.76,-1928.48,64.1741,1.91986,0,0,0.819152,0.573576,180,180,100,1), + (54811,187576,1,-1042.19,-3671.98,25.159,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (54812,187576,1,-436.4,-2589.64,96.3236,-2.25148,0,0,0.902585,-0.430511,180,180,100,1), + (54813,187576,1,-6114.17,-1156.72,-187.071,2.30383,0,0,0.913545,0.406737,180,180,100,1), + (54814,187576,1,-2288.14,-2169.88,96.1271,2.61799,0,0,0.965926,0.258819,180,180,100,1), + (54815,187576,1,-2358.52,-1981.28,106.493,2.56563,0,0,0.95882,0.284015,180,180,100,1), + (54816,187576,0,2294.46,-5350.28,93.0342,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (54817,187576,0,2304.59,-5335.3,93.0093,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (54818,187576,0,-896.141,-3505.67,72.1901,-1.71042,0,0,0.75471,-0.656059,180,180,100,1), + (54819,187576,0,-924.512,-3536.54,77.1116,-0.087267,0,0,0.04362,-0.999048,180,180,100,1), + (54820,187576,0,-1006.65,-3575.4,58.2609,3.00197,0,0,0.997564,0.069757,180,180,100,1), + (54821,187576,0,-6631.9,-2172.07,246.708,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (54822,187576,0,-9431.16,63.5481,58.1995,3.12414,0,0,0.999962,0.008727,180,180,100,1), + (54823,187576,0,-10541.6,-1181.24,28.4948,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (54824,187576,0,-10549,-1113.2,33.6784,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (54825,187576,0,-10550.2,-1104.42,33.7316,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (54826,187576,0,-10534.2,-1159.23,30.3795,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (54827,187576,0,-5579.73,-525.05,404.467,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (54828,187576,0,-10533.3,-1162.61,30.1223,0.087266,0,0,0.043619,0.999048,180,180,100,1), + (54829,187576,0,-6561.48,-1102.74,311.053,0.314159,0,0,0.156434,0.987688,180,180,100,1), + (54830,187576,0,-9648.42,-1336.6,50.6041,2.9147,0,0,0.993572,0.113203,180,180,100,1), + (54831,187576,0,505.534,1656.23,118.286,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54832,187576,0,528.155,1643.84,105.854,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (54833,187576,0,-12429.2,209.502,5.94211,0.890118,0,0,0.430511,0.902585,180,180,100,1), + (54834,187576,0,-12440.4,199.486,5.31841,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (54835,187576,0,-632.737,-4718.25,5.79148,-2.63545,0,0,0.968148,-0.25038,180,180,100,1), + (54836,187576,0,309.079,-2130.54,124.394,-2.94961,0,0,0.995396,-0.095846,180,180,100,1), + (54837,187576,0,-10641.5,1167.82,40.2927,-0.541052,0,0,0.267238,-0.96363,180,180,100,1), + (54839,187576,0,-36.0071,-947.25,57.4091,1.27409,0,0,0.594823,0.803857,180,180,100,1), + (54840,187576,0,-51.7141,-974.486,60.3425,1.25664,0,0,0.587785,0.809017,180,180,100,1), + (54842,187576,0,-843.173,-581.619,13.5102,3.14159,0,0,1,0,180,180,100,1), + (54843,187576,1,6809.78,-4617.86,711.32,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54844,187576,1,-2348.69,-1912.03,96.1628,-2.9147,0,0,0.993572,-0.113203,180,180,100,1), + (54845,187576,1,-2362.39,-1975.67,106.765,-2.07694,0,0,0.861629,-0.507538,180,180,100,1), + (54846,187576,1,-5403.29,-2418.45,89.9686,-3.10669,0,0,0.999848,-0.017452,180,180,100,1), + (54847,187576,0,-9213.55,-2224.49,69.3168,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54848,187576,0,-9636.21,-2086.49,62.582,1.09956,0,0,0.522499,0.85264,180,180,100,1), + (54849,187576,0,-9435.35,-2228.51,70.0283,-0.925024,0,0,0.446198,-0.894934,180,180,100,1), + (54850,187576,1,-957.686,-3681.65,8.48984,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54851,187576,1,-1040.89,-3662.1,25.2646,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (54852,187576,1,-953.439,-3760.35,6.53835,1.32645,0,0,0.615662,0.788011,180,180,100,1), + (54853,187576,1,-2360.38,-1984.47,106.407,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (54854,187576,1,-1040.89,-3662.1,25.2646,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (54855,187576,1,-957.686,-3681.65,8.48984,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54856,187576,1,-452.288,-2663.83,95.6572,-1.65806,0,0,0.737277,-0.67559,180,180,100,1), + (54857,187576,1,-886.465,-3776.22,12.6686,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (54858,187576,1,-890.425,-3771.18,12.8452,-2.49582,0,0,0.948324,-0.317305,180,180,100,1), + (54859,187576,1,-434.472,-2599.76,96.3508,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (54860,187576,0,2290.65,-5344.6,92.9907,0.593412,0,0,0.292372,0.956305,180,180,100,1), + (54861,187576,1,-886.465,-3776.22,12.6686,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (54862,187576,0,-9477.87,32.1865,59.23,-0.15708,0,0,0.078459,-0.996917,180,180,100,1), + (54863,187576,0,-9463.9,33.9063,58.7647,-1.72788,0,0,0.760406,-0.649448,180,180,100,1), + (54864,187576,0,-10512,-1151.34,29.9757,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (54865,187576,0,-5590.9,-513.917,405.771,1.65806,0,0,0.737277,0.67559,180,180,100,1), + (54866,187576,0,-6559.29,-1173.51,311.369,1.15192,0,0,0.544639,0.838671,180,180,100,1), + (54867,187576,0,-5362.44,-2968.69,327.632,-2.86234,0,0,0.990268,-0.139173,180,180,100,1), + (54868,187576,0,-14253.9,302.981,28.8038,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54869,187576,0,-12431.2,133.574,4.21531,1.0821,0,0,0.515038,0.857167,180,180,100,1), + (54870,187576,0,-12425,134.407,4.23034,1.93731,0,0,0.824126,0.566406,180,180,100,1), + (54871,187576,0,329.889,-2137.51,125.919,-1.3439,0,0,0.622515,-0.782608,180,180,100,1), + (54872,187576,0,-10634,1192.44,39.4125,-2.23402,0,0,0.898794,-0.438371,180,180,100,1), + (54873,187576,0,-123.047,-852.387,57.6284,-0.575959,0,0,0.284015,-0.95882,180,180,100,1), + (54874,187576,0,-10.3219,-931.982,58.6903,-2.04204,0,0,0.85264,-0.522498,180,180,100,1), + (54875,187576,0,-17.1319,-930.48,57.5215,2.63545,0,0,0.968148,0.25038,180,180,100,1), + (54876,187576,0,-849.003,-558.577,13.5004,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54877,187576,0,-4630.1,-928.945,506.122,0.733038,0,0,0.358368,0.93358,180,180,100,1), + (54878,187576,0,-906.867,-3523.45,76.6668,3.07178,0,0,0.999391,0.034899,180,180,100,1), + (54879,187576,0,-9475.58,11.6672,62.0472,1.44862,0,0,0.66262,0.748956,180,180,100,1), + (54880,187576,0,-907.369,-3535.83,76.9519,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (54881,187576,0,-5608.68,-529.576,401.066,-0.034907,0,0,0.017452,-0.999848,180,180,100,1), + (54882,187576,0,-5607.96,-525.5,402.749,0,0,0,0,1,180,180,100,1), + (54883,187576,0,-10534.2,-1159.23,30.3795,-3.07178,0,0,0.999391,-0.034899,180,180,100,1), + (54884,187576,0,-5388.73,-2966.02,324.224,0.261799,0,0,0.130526,0.991445,180,180,100,1), + (54885,187576,0,-6562.58,-1068.19,273.38,2.37365,0,0,0.927184,0.374607,180,180,100,1), + (54886,187576,0,518.378,1643.89,105.912,-1.55334,0,0,0.700909,-0.71325,180,180,100,1), + (54887,187576,0,-12431.5,209.529,4.81289,2.21657,0,0,0.894934,0.446198,180,180,100,1), + (54888,187576,0,-12425.8,195.253,5.48485,1.85005,0,0,0.798636,0.601815,180,180,100,1), + (54889,187576,0,-12418.1,207.554,5.59851,-3.08923,0,0,0.999657,-0.026177,180,180,100,1), + (54890,187576,0,-12433.1,136.545,3.81276,0.244346,0,0,0.121869,0.992546,180,180,100,1), + (54891,187576,0,-10463.5,-3280.34,21.5103,0.122173,0,0,0.061049,0.998135,180,180,100,1), + (54892,187576,0,-10513.7,1025.31,62.1908,-0.017453,0,0,0.008727,-0.999962,180,180,100,1), + (54893,187576,0,-10630.3,1030.28,35.4921,1.01229,0,0,0.48481,0.87462,180,180,100,1), + (54894,187576,0,-45.7437,-976.328,60.4604,1.23918,0,0,0.580703,0.814116,180,180,100,1), + (54895,187576,0,-41.4883,-945.367,57.4987,1.22173,0,0,0.573576,0.819152,180,180,100,1), + (54896,187576,0,-856.233,-492.18,16.321,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (54897,187576,0,-430.054,-582.755,54.6811,-3.12414,0,0,0.999962,-0.008727,180,180,100,1), + (54900,187576,0,-10549,-1113.2,33.6784,-3.00197,0,0,0.997564,-0.069756,180,180,100,1), + (54901,187576,0,-10512,-1151.34,29.9757,-1.50098,0,0,0.681998,-0.731354,180,180,100,1), + (54902,187576,0,-5409.08,-2878.84,343.427,-1.58825,0,0,0.71325,-0.700909,180,180,100,1), + (54903,187576,0,-6586.23,-1035.72,264.182,-3.03687,0,0,0.99863,-0.052336,180,180,100,1), + (54904,187576,0,342.669,1248.86,81.6274,-1.91986,0,0,0.819152,-0.573576,180,180,100,1), + (54905,187576,0,639.631,1291.24,86.392,2.16421,0,0,0.882948,0.469472,180,180,100,1), + (54906,187576,0,-12430.1,140.965,3.53968,-0.750491,0,0,0.366501,-0.930418,180,180,100,1), + (54907,187576,0,-10461.4,-3276.44,21.6193,-0.593412,0,0,0.292372,-0.956305,180,180,100,1), + (54908,187576,0,382.73,-2128.01,123.456,-2.87979,0,0,0.991445,-0.130526,180,180,100,1), + (54909,187576,0,391.608,-2103.98,132.701,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (54910,187576,0,-10634,1177.63,39.5838,2.53073,0,0,0.953717,0.300706,180,180,100,1), + (54911,187576,0,-10655.7,1162.96,39.3237,0.959931,0,0,0.461749,0.887011,180,180,100,1), + (54912,187576,0,-3775.99,-732.065,9.76503,-1.01229,0,0,0.48481,-0.87462,180,180,100,1), + (54913,187576,0,-3816.17,-818.365,11.2636,-1.62316,0,0,0.725374,-0.688354,180,180,100,1), + (54914,187576,0,-373.695,-771.469,55.1236,-2.21657,0,0,0.894934,-0.446198,180,180,100,1), + (54915,187576,0,-875.268,-518.501,13.3671,-0.05236,0,0,0.026177,-0.999657,180,180,100,1), + (54916,187576,0,-9235.77,-2148.47,66.0507,3.08923,0,0,0.999657,0.026177,180,180,100,1), + (54917,187576,0,-10541.6,-1181.24,28.4948,-1.85005,0,0,0.798635,-0.601815,180,180,100,1), + (54918,187576,0,-14449,486.041,17.4141,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (54919,187576,0,-14449.9,497.04,16.623,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (54920,187576,0,-14253.9,302.981,28.8038,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54921,187576,0,-14460.8,484.582,16.1547,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (54922,187576,0,392.492,-2107.72,132.757,0.174533,0,0,0.087156,0.996195,180,180,100,1), + (54923,187576,0,-10648,1187.87,38.7371,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (54924,187576,0,-878.069,-518.788,13.2766,-3.01942,0,0,0.998135,-0.061048,180,180,100,1), + (54925,187576,0,-9233.31,-2216.29,68.9112,1.5708,0,0,0.707107,0.707107,180,180,100,1), + (54926,187576,0,1980,248.893,37.2832,-2.61799,0,0,0.965926,-0.258819,180,180,100,1), + (54927,187576,0,-10550.2,-1104.42,33.7316,-2.98451,0,0,0.996917,-0.078459,180,180,100,1), + (54928,187576,0,-14442.7,485.205,25.3457,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (54929,187576,0,389.891,-2096.51,132.736,0.226893,0,0,0.113203,0.993572,180,180,100,1), + (54930,187576,0,343.952,-2143.08,124.366,1.81514,0,0,0.788011,0.615662,180,180,100,1), + (54931,187576,0,-9212.75,-2143.26,65.921,-1.6057,0,0,0.71934,-0.694658,180,180,100,1), + (54932,187576,0,-9222.04,-2224.41,69.2314,1.50098,0,0,0.681998,0.731354,180,180,100,1), + (54933,187576,0,-14449,486.041,17.4141,-0.645772,0,0,0.317305,-0.948324,180,180,100,1), + (54934,187576,0,-14465.6,488.715,16.1825,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (54935,187576,0,-14449.9,497.04,16.623,-2.37365,0,0,0.927184,-0.374607,180,180,100,1), + (54936,187576,0,-14465.6,488.715,16.1825,0.837758,0,0,0.406737,0.913545,180,180,100,1), + (54937,187576,0,-14442.7,485.205,25.3457,2.40855,0,0,0.93358,0.358368,180,180,100,1), + (54946,186327,189,1775.85,1348.62,18.1307,6.23924,0,0,0.0219706,-0.999759,25,25,0,1), + (54948,186314,189,1765.28,1347.46,17.5514,0.100363,0,0,0.0501604,0.998741,25,25,0,1), + (54949,1723,0,-923.686,-999.006,30.3479,2.21988,0,0,0.961262,-0.275637,300,300,100,1), + (55523,177278,1,9630.89,2520.89,1331.58,3.22902,0,0,0.999045,-0.0436984,900,900,100,1), + (55524,181899,0,3181.08,-4379.36,174.123,-2.03472,-0.065392,0.119494,-0.842275,0.521553,900,900,100,1), + (55525,182096,0,1860.85,-3731.23,196.716,-2.53214,0.033967,-0.131914,0.944741,-0.298177,180,180,100,1), + (55526,182097,0,2574.51,-4794.89,144.704,-1.45003,-0.097056,0.095578,-0.656229,0.742165,180,180,100,1), + (55527,182098,0,2962.71,-3042.31,154.789,2.08426,-0.074807,-0.113837,0.855928,0.49883,900,900,100,1), + (55528,181682,0,3167.72,-4355.91,138.785,1.69297,0,0,0,1,-180,-180,255,1), + (55529,181955,0,3167.5,-4356.24,138.821,1.69297,0,0,0,1,-180,-180,255,1), + (55530,1730,0,0.437117,-942.794,61.9384,-2.54818,0,0,0,0,-10,-10,100,1), + (55538,300011,47,2064.12,1648.8,61.2081,1.30774,0,0,0.608264,0.793735,25,25,100,1), + (55539,300011,47,2105.7,1672.02,59.0945,6.13716,0,0,0.0729491,-0.997336,25,25,100,1), + (55540,300011,47,2146.11,1679.81,58.0822,0.403748,0,0,0.200506,0.979693,25,25,100,1), + (55541,300011,47,2137.09,1736.08,51.8058,2.91153,0,0,0.993391,0.114779,25,25,100,1), + (55542,300011,47,2082.86,1704.65,56.2846,3.38983,0,0,0.992307,-0.123803,25,25,100,1), + (55543,300011,47,2034.71,1730.53,60.9074,1.50488,0,0,0.683421,0.730024,25,25,100,1), + (55544,300011,47,2062.74,1773.09,57.918,0.548263,0,0,0.270711,0.962661,25,25,100,1), + (55545,300011,47,2133.34,1809.76,46.8661,1.08512,0,0,0.516328,0.856391,25,25,100,1), + (55546,300011,47,2125.36,1851.84,50.2691,3.16642,0,0,0.999923,-0.0124143,25,25,100,1), + (55547,300011,47,2067.48,1848.23,55.2606,3.16642,0,0,0.999923,-0.0124143,25,25,100,1), + (55548,300011,47,2038.78,1860.75,55.8016,2.18624,0,0,0.888067,0.459715,25,25,100,1), + (55549,300011,47,2165.94,1854.16,57.4779,5.94516,0,0,0.168208,-0.985752,25,25,100,1), + (55550,300011,47,2188.1,1819.3,62.0598,5.15976,0,0,0.532635,-0.846345,25,25,100,1), + (55551,300011,47,2014.35,1546.19,80.7209,5.08123,0,0,0.565448,-0.824784,25,25,100,1), + (55552,300011,47,2176.8,1526.98,71.5483,3.38084,0,0,0.992854,-0.119339,25,25,100,1), + (55553,300011,47,2197.64,1611.29,81.0498,0.404178,0,0,0.200716,0.979649,25,25,100,1), + (55554,300011,47,2141.6,1634.92,81.8847,5.69305,0,0,0.290805,-0.956782,25,25,100,1), + (55555,300011,47,2077.92,1740.42,77.0148,3.9102,0,0,0.92706,-0.374912,25,25,100,1), + (56435,165658,230,977.641,-316.468,-69.4667,1.79769,0,0,0.782608,0.622514,7200,7200,100,1), + (56436,165658,230,291.891,-122.786,-69.1713,1.41372,0,0,0.649447,0.760406,7200,7200,100,1), + (56438,165658,230,640.727,28.869,-74.0452,1.8675,0,0,0.803857,0.594823,7200,7200,100,1), + (61446,175404,1,2236.38,-6675.25,127.433,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (61449,175404,1,3601.63,-5412.79,118.231,2.02458,0,0,0.848048,0.52992,300,300,100,1), + (61450,2866,0,-11508.7,-3285.16,7.97583,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (61451,2866,0,-7095.3,-1517.7,242.911,-2.9845,0,0,-0.996917,0.0784656,300,300,100,1), + (61452,2866,0,-11317.1,-3146.82,5.7421,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (61969,142140,0,-11561.6,547.996,50.6297,0,0,0,0,1,300,300,100,1), + (61970,142140,0,-12904.2,-875.625,68.7345,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (61971,142140,0,-12978.9,-610.158,53.2944,3.08918,0,0,0.999657,0.0262033,300,300,100,1), + (61972,142140,0,-12469,-182.317,14.5772,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (61973,142140,0,-13627.4,-333.377,9.63133,0.436332,0,0,0.216439,0.976296,300,300,100,1), + (61974,142140,1,3336.85,-4491.03,97.7367,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (61975,142140,1,2995.56,-4113.16,99.9418,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (61976,142140,1,3580.77,-5089.3,85.0643,-2.86233,0,0,-0.990267,0.139178,300,300,100,1), + (61979,142141,0,2097.43,-1873.44,63.6307,0.209439,0,0,0.104528,0.994522,300,300,100,1), + (61982,142141,0,1742.24,-3982.27,129.338,-0.052359,0,0,-0.0261765,0.999657,300,300,100,1), + (61984,142141,0,2422.45,-1717.29,107.66,-0.837757,0,0,-0.406736,0.913546,300,300,100,1), + (61985,142141,0,1728.19,-2407.51,60.5032,-0.890117,0,0,-0.430511,0.902586,300,300,100,1), + (61988,142141,0,1270.88,-1507.6,58.8005,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (61989,142141,0,1552.86,-1768.98,61.8234,-1.95477,0,0,-0.829038,0.559192,300,300,100,1), + (61994,142141,0,1543.4,-1647.88,69.2486,-1.27409,0,0,-0.594823,0.803857,300,300,100,1), + (62002,142141,0,2701.97,-1895.5,68.079,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (62003,142141,0,1607.96,-2178.57,55.0344,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (62028,142141,0,2929.91,-4735.68,91.4919,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (62032,142141,0,2878.18,-1533.28,145.203,-1.71042,0,0,-0.754709,0.65606,300,300,100,1), + (62177,142141,0,2009.31,-1584.37,59.8575,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (62178,142141,0,1499.3,-3183.54,111.201,0.453785,0,0,0.224951,0.97437,300,300,100,1), + (62202,142141,0,1455.01,-1599.38,67.2372,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (62210,142141,0,2703.26,-4790.44,79.8637,1.13446,0,0,0.537298,0.843393,300,300,100,1), + (62277,142141,0,1570.34,-1310.87,63.0546,2.42601,0,0,0.936672,0.350207,300,300,100,1), + (62289,142141,0,1922.05,-1480.68,61.1334,-2.37364,0,0,-0.927182,0.37461,300,300,100,1), + (62291,142141,0,1986,-4740.94,97.6036,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (62292,142142,1,2955.92,-5749.22,131.122,-3.12412,0,0,-0.999962,0.00873622,300,300,100,1), + (62293,142142,0,2748.89,-1676.89,130.522,-0.837757,0,0,-0.406736,0.913546,300,300,100,1), + (62294,142142,0,2817.25,-4655.78,88.8269,-1.44862,0,0,-0.662619,0.748957,300,300,100,1), + (62295,142142,0,2301.46,-1686.57,100.712,-0.349065,0,0,-0.173648,0.984808,300,300,100,1), + (62297,142142,0,2077.56,-1851.23,63.6229,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (62298,142142,0,2753.51,-3487.63,104.729,2.65289,0,0,0.970294,0.241927,300,300,100,1), + (62345,142142,0,1918.27,-2175.42,75.8794,-1.0472,0,0,-0.500001,0.866025,300,300,100,1), + (62347,142142,0,1975.75,-2324.23,59.4981,2.94959,0,0,0.995395,0.0958539,300,300,100,1), + (62349,142142,0,1835.37,-2031.33,74.847,-2.96704,0,0,-0.996194,0.0871655,300,300,100,1), + (62351,142142,0,3052.8,-2893.76,109.784,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (62357,142142,0,-11582.6,-3341.9,8.51584,-0.279252,0,0,-0.139173,0.990268,300,300,100,1), + (62360,142142,0,2101.91,-4440.85,73.8504,1.90241,0,0,0.814116,0.580702,300,300,100,1), + (62365,142142,0,1846.9,-3946.46,125.684,-3.05433,0,0,-0.999048,0.0436193,300,300,100,1), + (62367,142142,0,2745.93,-4982.16,91.3381,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (62372,142142,0,2526.7,-1955.44,99.2084,-2.75761,0,0,-0.981626,0.190814,300,300,100,1), + (62459,142142,1,2384.05,-6489.01,102.738,1.71042,0,0,0.754709,0.65606,300,300,100,1), + (62460,142142,0,1799.01,-1646.22,60.0723,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (62461,142143,349,209.111,-181.189,-131.517,-1.16937,0,0,-0.551937,0.833886,7200,7200,100,1), + (62470,142143,349,-89.0383,-389.406,-189.896,-1.85005,0,0,-0.798636,0.601815,7200,7200,100,1), + (62471,142143,349,308.052,-88.2435,-131.01,0.942477,0,0,0.45399,0.891007,7200,7200,100,1), + (62599,142143,0,-9907.82,-4020.32,21.1241,-0.471238,0,0,-0.233445,0.97237,300,300,100,1), + (62606,142143,0,-10189.2,-2615.33,28.1262,-0.820303,0,0,-0.398748,0.91706,300,300,100,1), + (62626,142143,0,-10334.2,-3147.92,18.8815,-0.314158,0,0,-0.156434,0.987688,300,300,100,1), + (62645,142143,0,-10095.6,-3478.14,19.7837,-0.296705,0,0,-0.147809,0.989016,300,300,100,1), + (62646,142143,0,-10744.6,-3949.81,19.419,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (62647,142143,0,-10171,-3299.99,19.4875,-2.60053,0,0,-0.963629,0.267244,300,300,100,1), + (62648,142143,0,-10389.4,-2914.98,20.7448,1.55334,0,0,0.700908,0.713252,300,300,100,1), + (62649,142143,0,-10136.6,-3063.92,21.7756,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (62757,142143,0,-10117.8,-3817.3,19.4778,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (62904,142143,0,-10172.4,-2481.55,26.186,-1.98967,0,0,-0.838669,0.544641,300,300,100,1), + (62905,142143,0,-10235.4,-2803.57,20.9111,1.76278,0,0,0.771624,0.636079,300,300,100,1), + (62923,142143,0,-10313.8,-3033.26,19.5618,0.767944,0,0,0.374606,0.927184,300,300,100,1), + (62926,142143,0,-10480.5,-3459.36,20.3456,1.13446,0,0,0.537298,0.843393,300,300,100,1), + (62973,142143,0,-10156.6,-3020.3,19.5942,-0.087266,0,0,-0.0436192,0.999048,300,300,100,1), + (62975,142143,0,-10214.5,-3286.44,19.6038,-0.628317,0,0,-0.309016,0.951057,300,300,100,1), + (62978,142143,0,-10199.6,-3054.29,21.0531,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (63051,142143,0,-10357.6,-2897.18,19.517,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (63064,142143,0,-10357,-3025.39,20.6107,2.77507,0,0,0.983255,0.182237,300,300,100,1), + (63110,142143,0,-10580.5,-2562.1,21.5194,2.21656,0,0,0.894933,0.446202,300,300,100,1), + (63111,142143,0,-10458.4,-2887.71,20.1373,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (63112,142144,349,937.457,-394.879,-50.2743,1.5708,0,0,0.707108,0.707106,7200,7200,100,1), + (63135,142144,349,640.385,-101.812,-56.1699,0.977383,0,0,0.469471,0.882948,7200,7200,100,1), + (63136,142144,349,992.133,-1.21648,-62.5453,-0.349065,0,0,-0.173648,0.984808,7200,7200,100,1), + (63137,142144,349,525.289,230.219,-94.0493,-1.32645,0,0,-0.615661,0.788011,7200,7200,100,1), + (63146,142144,349,677.736,-382.136,-52.0194,-1.58825,0,0,-0.713251,0.700909,7200,7200,100,1), + (63147,142144,349,828.923,-370.214,-58.7417,2.74016,0,0,0.979924,0.199371,7200,7200,100,1), + (63148,142144,1,-1255.65,2933.59,74.1313,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (63149,142144,0,339.986,-3752.52,107.354,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (63202,142145,0,-11373.2,-3043.34,-4.55977,-0.541051,0,0,-0.267238,0.963631,300,300,100,1), + (63233,1617,0,-10004.4,-51.3555,30.7996,-0.052359,0,0,-0.0261765,0.999657,300,300,100,1), + (63234,1617,0,-9785.19,-1567,41.5241,-1.97222,0,0,-0.833885,0.551938,300,300,100,1), + (63236,1617,0,-9490.43,-740.377,60.2324,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (63238,1617,0,-9804.8,1572.55,39.433,-1.88495,0,0,-0.809015,0.587788,300,300,100,1), + (63239,1617,0,-9023.61,-1263.65,76.5311,-0.575957,0,0,-0.284015,0.95882,300,300,100,1), + (63240,1617,0,-9329.45,-801.189,66.006,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (63241,1617,0,-9896.43,-96.5821,29.1457,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (63242,1617,0,-11215.1,1846.08,35.4977,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (63243,1617,0,-10833.7,1991.96,35.7367,-0.610864,0,0,-0.300705,0.953717,300,300,100,1), + (63244,1617,0,-9251,-1383.04,81.9087,-2.80997,0,0,-0.986285,0.165053,300,300,100,1), + (63245,1617,0,-9757.63,-1501.73,47.7348,0.994837,0,0,0.477158,0.878817,300,300,100,1), + (63246,1617,0,-9787,-297.477,46.8726,-2.09439,0,0,-0.866024,0.500002,300,300,100,1), + (63247,1617,0,-9785.34,225.803,44.7786,-0.418879,0,0,-0.207911,0.978148,300,300,100,1), + (63248,1617,0,-11255.3,1155.87,89.0312,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (63250,1617,0,-10009.4,465.371,31.1393,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (63251,1617,0,-9308.64,-208.554,68.0084,0.59341,0,0,0.292371,0.956305,300,300,100,1), + (63252,1618,0,-9748.69,-748.682,41.5984,2.63544,0,0,0.968147,0.250383,300,300,100,1), + (63256,1618,0,-5717.34,-3283.28,308.303,-0.575957,0,0,-0.284015,0.95882,300,300,100,1), + (63257,1618,0,-9879.68,-1028.55,30.0751,-0.401425,0,0,-0.199368,0.979925,300,300,100,1), + (63260,1618,0,-9738.53,-648.556,43.5726,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (63261,1618,0,-9819.93,-1534.26,38.1285,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (63264,1618,0,-9824.13,-842.282,40.8678,1.64061,0,0,0.731354,0.681998,300,300,100,1), + (63265,1618,0,-9853.78,-952.625,37.3469,-3.03684,0,0,-0.998629,0.0523524,300,300,100,1), + (63266,1618,0,-9802.5,-386.555,55.1582,3.01941,0,0,0.998134,0.0610534,300,300,100,1), + (63267,1618,0,-11136.2,761.5,36.2952,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (63268,1618,0,-9814.99,-562.856,28.7973,1.20428,0,0,0.566407,0.824125,300,300,100,1), + (63269,1618,0,-5605.07,-990.954,393.451,1.72787,0,0,0.760404,0.64945,300,300,100,1), + (63271,1618,0,-5716.99,-1300.76,390.957,-2.65289,0,0,-0.970294,0.241927,300,300,100,1), + (63272,1618,0,-5827.05,-481.184,405.621,-0.191985,0,0,-0.0958451,0.995396,300,300,100,1), + (63273,1618,0,-9681.9,-549.844,49.2377,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (63274,1618,0,2199.56,-92.5553,32.3236,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (63275,1618,0,2004.82,430.121,36.5727,-2.58308,0,0,-0.961261,0.275641,300,300,100,1), + (63276,1619,0,-8964.49,-682.498,87.1403,-2.75761,0,0,-0.981626,0.190814,300,300,100,1), + (63277,1619,0,-8728.46,-973.577,99.7805,-3.00195,0,0,-0.997563,0.0697646,300,300,100,1), + (63278,1619,0,-5469.14,-2707.13,373.47,-0.872664,0,0,-0.422618,0.906308,300,300,100,1), + (63281,1619,0,-5630.62,-1352.33,400.876,-0.890117,0,0,-0.430511,0.902586,300,300,100,1), + (63283,1619,0,-8753.15,-806.402,100.999,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (63284,1619,0,-10529.2,2043.47,36.7139,-0.802851,0,0,-0.390731,0.920505,300,300,100,1), + (63287,1619,0,-9764.79,-505.546,38.3915,0.383971,0,0,0.190808,0.981627,300,300,100,1), + (63288,1619,0,-9923.33,-223.855,48.9006,2.96704,0,0,0.996194,0.0871655,300,300,100,1), + (63289,1619,0,-9761.37,-457.87,41.5615,1.5708,0,0,0.707108,0.707106,300,300,100,1), + (63290,1619,0,-9735.58,-1411.31,57.8482,3.07177,0,0,0.999391,0.0349043,300,300,100,1), + (63291,1619,0,-9902.2,-205.827,39.8754,-2.53072,0,0,-0.953716,0.300709,300,300,100,1), + (63292,1619,0,-9685,1474.25,44.0197,-2.21656,0,0,-0.894933,0.446202,300,300,100,1), + (63293,1619,0,-9910.94,1728.46,30.7695,-1.0472,0,0,-0.500001,0.866025,300,300,100,1), + (63294,1619,0,-9699.69,1070.95,24.5274,-2.74016,0,0,-0.979924,0.199371,300,300,100,1), + (63295,1619,0,-5768,-1224.3,379.924,1.6057,0,0,0.719339,0.694659,300,300,100,1), + (63297,1619,0,-8993.99,-2544.28,142.519,-1.83259,0,0,-0.793352,0.608764,300,300,100,1), + (63298,1619,0,2422.79,-372.752,68.532,1.71042,0,0,0.754709,0.65606,300,300,100,1), + (63299,1620,1,-42.3266,-421.136,-29.0841,-3.08918,0,0,-0.999657,0.0262033,300,300,100,1), + (63300,1620,1,3633.68,770.675,6.55052,3.07177,0,0,0.999391,0.0349043,300,300,100,1), + (63305,1620,0,-10804.1,2060.42,10.0065,2.11185,0,0,0.870356,0.492423,300,300,100,1), + (63306,1620,0,-10380,-916.736,46.281,0.506145,0,0,0.25038,0.968148,300,300,100,1), + (63308,1620,0,-10953.2,255.44,28.4609,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (63309,1620,0,-10147.6,-61.248,29.0283,-2.96704,0,0,-0.996194,0.0871655,300,300,100,1), + (63310,1620,0,-11040.9,-1344.31,53.8028,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (63311,1620,0,-11025.7,-145.29,14.9451,-2.79252,0,0,-0.984807,0.173652,300,300,100,1), + (63313,1620,0,-10020.2,-883.023,29.7899,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (63314,1620,0,-2713.41,-1618.32,10.448,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (63315,1620,1,1999.51,-2599.35,93.9171,0.663223,0,0,0.325567,0.945519,300,300,100,1), + (63316,1621,1,830.578,578.432,88.3972,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (63317,1621,1,1475.06,856.463,134.955,0.366518,0,0,0.182235,0.983255,300,300,100,1), + (63319,1621,1,2023.3,-2363.69,91.3253,-2.19912,0,0,-0.891008,0.453988,300,300,100,1), + (63321,1621,0,-11052.6,1197.83,44.0466,2.86233,0,0,0.990267,0.139178,300,300,100,1), + (63322,1621,0,-10137.5,1752.56,31.8003,3.03684,0,0,0.998629,0.0523524,300,300,100,1), + (63323,1621,0,-10319.7,1886.76,38.4418,0.523598,0,0,0.258819,0.965926,300,300,100,1), + (63324,1621,0,-11254.3,1911.64,36.2096,-0.767944,0,0,-0.374606,0.927184,300,300,100,1), + (63325,1621,0,-11211.2,1228.7,90.7387,-2.54818,0,0,-0.956305,0.292372,300,300,100,1), + (63326,1621,0,-11056.3,-138.435,23.7818,2.96704,0,0,0.996194,0.0871655,300,300,100,1), + (63327,1621,0,-11105.6,-731.904,56.4545,0.820303,0,0,0.398748,0.91706,300,300,100,1), + (63328,1621,0,-10442.3,2009.9,34.8024,-2.00713,0,0,-0.843392,0.537299,300,300,100,1), + (63331,1621,0,-10282.3,-948.749,43.6457,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (63332,1621,0,-11019.6,80.7746,38.6331,2.80997,0,0,0.986285,0.165053,300,300,100,1), + (63333,1621,0,-11081.1,327.136,31.15,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (63334,1621,0,-10386.6,-798.105,52.4095,-2.93214,0,0,-0.994521,0.104535,300,300,100,1), + (63336,1621,0,-10685.5,-985.969,70.5648,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (63337,1621,0,-330.845,-1500.32,66.9755,-0.785397,0,0,-0.382683,0.92388,300,300,100,1), + (63338,1621,0,-724.908,-1357.02,67.9433,-1.78023,0,0,-0.777144,0.629323,300,300,100,1), + (63339,1621,1,2163.18,-3106.93,110.897,0.104719,0,0,0.0523356,0.99863,300,300,100,1), + (63341,1622,1,1530.68,1085.39,163.236,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (63342,1622,1,244.87,358.562,69.6436,3.07177,0,0,0.999391,0.0349043,300,300,100,1), + (63343,1622,1,-7.82878,-371.534,1.38996,-3.01941,0,0,-0.998134,0.0610534,300,300,100,1), + (63344,1622,1,-926.696,1757.49,65.2846,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (63345,1622,1,759.559,1359.03,0.63534,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (63346,1622,0,-10189.1,-218.919,48.528,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (63347,1622,0,-11307.3,1425.89,94.0528,-1.5708,0,0,-0.707108,0.707106,300,300,100,1), + (63348,1622,0,-11209,1943.46,35.8023,-2.35619,0,0,-0.923879,0.382686,300,300,100,1), + (63349,1622,0,-10958.3,-47.7831,13.9609,-1.91986,0,0,-0.819151,0.573577,300,300,100,1), + (63355,1622,0,-10933.3,-126.225,30.1699,2.75761,0,0,0.981626,0.190814,300,300,100,1), + (63356,1622,0,-10606.9,-1530.92,92.4943,-0.139624,0,0,-0.0697553,0.997564,300,300,100,1), + (63357,1622,0,-11022.4,-1357.99,51.8596,-0.349065,0,0,-0.173648,0.984808,300,300,100,1), + (63358,1622,0,-11095.6,-944.019,64.8161,-0.872664,0,0,-0.422618,0.906308,300,300,100,1), + (63359,1622,0,-10776.6,-1383.1,39.0658,-0.261798,0,0,-0.130525,0.991445,300,300,100,1), + (63360,1622,0,-11014.1,194.772,27.8686,-2.84488,0,0,-0.989015,0.147813,300,300,100,1), + (63361,1622,0,-10831,-564.47,36.8656,0.034906,0,0,0.0174521,0.999848,300,300,100,1), + (63362,1622,0,-3831.92,-1310.2,34.3048,-1.0821,0,0,-0.515036,0.857168,300,300,100,1), + (63364,1622,0,-574.227,-1478.04,52.4409,0.994837,0,0,0.477158,0.878817,300,300,100,1), + (63365,1622,0,-9175.99,-2392.31,99.8053,-0.296705,0,0,-0.147809,0.989016,300,300,100,1), + (63366,1622,1,2688.04,-3632.16,99.4288,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (63368,1622,0,-3920.28,-1053.16,28.3773,2.70526,0,0,0.976296,0.21644,300,300,100,1), + (63369,1623,1,726.615,1363.71,6.86047,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (63370,1623,1,1171.33,589.286,164.457,-0.767944,0,0,-0.374606,0.927184,300,300,100,1), + (63371,1623,0,-11467.9,888.589,65.7861,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (63372,1623,0,-13423.1,-305.521,33.3337,-2.65289,0,0,-0.970294,0.241927,300,300,100,1), + (63373,1623,0,-6550.07,-3412.83,283.882,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (63374,1623,0,-10588.8,-702.674,82.2466,2.14675,0,0,0.878816,0.477161,300,300,100,1), + (63375,1623,0,-10537.2,-1533.53,124.838,-2.79252,0,0,-0.984807,0.173652,300,300,100,1), + (63376,1623,0,-10760.5,-353.31,95.6839,2.84488,0,0,0.989015,0.147813,300,300,100,1), + (63377,1623,0,-10635.5,-1535.8,102.404,0.488691,0,0,0.241921,0.970296,300,300,100,1), + (63378,1623,0,-13661.5,-56.7511,46.4593,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (63379,1623,0,-11743.4,498.135,72.245,2.3911,0,0,0.930417,0.366502,300,300,100,1), + (63380,1623,0,-11116.7,-1294.3,69.709,-0.366518,0,0,-0.182235,0.983255,300,300,100,1), + (63381,1623,0,-10264,-692.957,58.8501,-2.77507,0,0,-0.983255,0.182237,300,300,100,1), + (63382,1623,0,-11458.9,382.251,76.9837,0.453785,0,0,0.224951,0.97437,300,300,100,1), + (63383,1623,0,-1431.21,-1182.22,66.7875,2.37364,0,0,0.927182,0.37461,300,300,100,1), + (63384,1624,189,1746.37,1410.68,22.1887,0.226892,0,0,0.113203,0.993572,7200,7200,100,1), + (63385,1624,1,932.678,1562.38,-14.8017,1.85005,0,0,0.798636,0.601815,300,300,100,1), + (63386,1624,1,-1155.72,2345.41,91.3485,-1.22173,0,0,-0.573576,0.819152,300,300,100,1), + (63388,1624,0,-6943.05,-3411.7,242.2,2.58308,0,0,0.961261,0.275641,300,300,100,1), + (63389,1624,0,-6948.58,-2952.54,241.874,-2.96704,0,0,-0.996194,0.0871655,300,300,100,1), + (63390,1624,0,-10628,-49.8506,33.4616,2.37364,0,0,0.927182,0.37461,300,300,100,1), + (63391,1624,0,-11093.2,-866.02,61.4684,1.09956,0,0,0.5225,0.852639,300,300,100,1), + (63392,1624,0,-10544.6,-821.585,53.1926,-2.19912,0,0,-0.891008,0.453988,300,300,100,1), + (63393,1624,0,-10525.1,-911.581,46.8991,-0.279252,0,0,-0.139173,0.990268,300,300,100,1), + (63394,1624,0,-10257.9,-801.824,44.3731,-2.96704,0,0,-0.996194,0.0871655,300,300,100,1), + (63395,1624,0,-10098.9,-3126.8,23.5246,0.541051,0,0,0.267238,0.963631,300,300,100,1), + (63396,1624,0,-13038.2,338.762,20.095,-1.8675,0,0,-0.803856,0.594824,300,300,100,1), + (63398,1624,0,-9809.94,-3791.36,23.7875,-2.86233,0,0,-0.990267,0.139178,300,300,100,1), + (63400,1624,0,-11587.4,375.841,46.8417,0.698132,0,0,0.34202,0.939693,300,300,100,1), + (63401,1624,0,-10570.3,-3629.32,23.0765,-0.488691,0,0,-0.241921,0.970296,300,300,100,1), + (63402,1624,0,-13428.5,669.158,9.00704,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (63403,1624,1,-4961.62,-3774.7,43.3541,-0.139624,0,0,-0.0697553,0.997564,300,300,100,1), + (63404,1624,0,-10710.7,442.859,41.0738,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (63405,1624,0,-11801.7,401.433,44.6777,-2.1293,0,0,-0.874619,0.48481,300,300,100,1), + (63406,1624,1,-3445.04,-3119.92,39.4034,0.296705,0,0,0.147809,0.989016,300,300,100,1), + (63407,1624,0,1029.87,-311.97,54.6971,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (63408,1624,0,-437.022,-322.164,53.886,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (63409,1628,189,1796.03,1417.5,14.4893,-2.68781,0,0,-0.97437,0.22495,7200,7200,100,1), + (63410,1628,1,-1158.39,2254.16,92.2791,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (63411,1628,0,-11038.5,-1320,53.6162,0.680677,0,0,0.333806,0.942642,300,300,100,1), + (63412,1628,0,-10971.9,-1321.31,52.3461,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (63415,1628,0,-10539.9,442.972,38.0475,1.22173,0,0,0.573576,0.819152,300,300,100,1), + (63419,1628,0,1602.21,-3239.35,66.8794,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (63420,1628,0,1619.87,-3271.2,88.1834,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (63454,1731,1,56.7158,1562.73,123.846,0.017452,0,0,0.00872589,0.999962,300,300,100,1), + (63483,1731,1,4662.22,766.788,30.5175,-2.9845,0,0,-0.996917,0.0784656,300,300,100,1), + (63485,1732,1,-144.083,-431.061,3.81289,-1.76278,0,0,-0.771624,0.636079,300,300,100,1), + (63488,1732,1,16.5767,1366.56,116.85,1.67551,0,0,0.743143,0.669133,300,300,100,1), + (63507,1733,1,4216.33,908.175,32.7775,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (63508,1733,1,5163.09,716.393,-9.09972,1.67551,0,0,0.743143,0.669133,300,300,100,1), + (63514,1734,1,-1313.19,2791.93,127.485,0.575957,0,0,0.284015,0.95882,300,300,100,1), + (63523,176583,0,3395.94,-4870.51,159.395,0.296705,0,0,0.147809,0.989016,300,300,100,1), + (63524,1735,1,-884.113,1800.19,69.0845,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (63525,1735,1,-1437.98,2781.71,116.279,0.890117,0,0,0.430511,0.902586,300,300,100,1), + (63527,1735,1,471.83,1693.53,31.8308,-1.67551,0,0,-0.743143,0.669133,300,300,100,1), + (63536,176583,0,1666.86,-5498.62,99.903,2.42601,0,0,0.936673,0.350206,300,300,100,1), + (63557,1735,1,-4381.84,-3001.28,31.054,-3.08918,0,0,-0.999657,0.0262033,300,300,100,1), + (63559,176583,0,2957.66,-2888.89,101.571,0.017452,0,0,0.00872589,0.999962,300,300,100,1), + (63560,176583,0,605.156,-4074.16,113.456,1.6057,0,0,0.719339,0.694659,300,300,100,1), + (63570,176583,1,3628.94,-5387.71,115.502,-1.48353,0,0,-0.67559,0.737277,300,300,100,1), + (63571,176583,1,3525.45,-4839.55,123.035,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (63593,176584,1,2610.61,-5536.26,105.048,-2.74016,0,0,-0.979924,0.199371,300,300,100,1), + (63594,176584,1,2903.76,-5402.82,113.29,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (63599,176584,0,2778.62,-1485.28,145.787,2.60053,0,0,0.963629,0.267244,300,300,100,1), + (63605,176584,0,2007.94,-4948.45,74.1835,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (63606,176584,0,2377.23,-4186.74,79.7483,2.46091,0,0,0.942641,0.333809,300,300,100,1), + (63608,176584,0,2080.25,-2486.74,59.6818,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (63609,176584,0,2920.58,-2988.31,107.379,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (63611,176584,0,2017.62,-1572.94,60.9312,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (63615,176584,0,1773.09,-4107.52,99.4197,1.6057,0,0,0.719339,0.694659,300,300,100,1), + (63616,176584,0,2505.65,-4891.79,77.3231,-0.331611,0,0,-0.165047,0.986286,300,300,100,1), + (63618,176584,0,1933.72,-4775.07,97.1779,-0.139624,0,0,-0.0697553,0.997564,300,300,100,1), + (63620,176584,0,2202.17,-5249.67,81.2344,-2.74016,0,0,-0.979924,0.199371,300,300,100,1), + (63621,176584,0,2867.57,-4857.59,99.9184,-1.95477,0,0,-0.829038,0.559192,300,300,100,1), + (63623,176584,0,2328.65,-4239.03,95.0663,-1.90241,0,0,-0.814116,0.580702,300,300,100,1), + (63624,176584,0,3084.88,-4714.11,97.0514,-2.37364,0,0,-0.927182,0.37461,300,300,100,1), + (63626,176584,0,2835.95,-1361.33,146.251,2.68781,0,0,0.97437,0.22495,300,300,100,1), + (63627,176584,0,1985.93,-1858.12,69.8165,3.12412,0,0,0.999962,0.00873622,300,300,100,1), + (63628,176584,0,2078,-1642.67,63.1557,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (63629,176584,1,2402.95,-6139.04,98.8376,-2.9845,0,0,-0.996917,0.0784656,300,300,100,1), + (63632,176584,0,-7887.27,-1978.09,134.917,-2.49582,0,0,-0.948324,0.317305,300,300,100,1), + (63633,176584,0,2282.73,-4875.34,101.072,0.95993,0,0,0.461748,0.887011,300,300,100,1), + (63634,176584,0,2697.22,-4771.53,78.5649,-1.46608,0,0,-0.669132,0.743144,300,300,100,1), + (63635,176584,0,1792.39,-2944.86,73.7743,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (63636,176584,0,1850,-4281.62,86.9686,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (63637,176584,0,1922.32,-4962.93,76.6725,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (63653,176586,1,3197.91,-5175.12,138.237,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (63657,176586,0,1877.12,-5204.1,112.687,0.261798,0,0,0.130525,0.991445,300,300,100,1), + (63658,176586,0,2320,-2046.68,175.221,1.11701,0,0,0.529919,0.848048,300,300,100,1), + (63662,176586,0,2223.48,-4782.46,113.655,-1.15192,0,0,-0.54464,0.83867,300,300,100,1), + (63664,176586,0,2487.21,-3614.84,188.068,-1.13446,0,0,-0.537298,0.843393,300,300,100,1), + (63665,176586,0,1862.28,-1242.78,73.6229,1.01229,0,0,0.484809,0.87462,300,300,100,1), + (63667,176586,0,1980.19,-5361.09,110.172,-0.558504,0,0,-0.275637,0.961262,300,300,100,1), + (63670,176586,0,2577.55,-5107.67,100.779,1.16937,0,0,0.551937,0.833886,300,300,100,1), + (63671,176586,0,2115.36,-5366.65,125.839,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (63681,176587,0,3355.6,-4984.63,159.253,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (63683,176587,0,1890.2,-1756.4,61.7958,2.63544,0,0,0.968147,0.250383,300,300,100,1), + (63685,176587,0,2158.7,-4345.31,75.9694,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (63686,176587,0,1680.81,-3853.04,133.434,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (63689,176587,0,2345.16,-1587.58,109.385,-0.855211,0,0,-0.414693,0.909961,300,300,100,1), + (63691,176587,0,2237.28,-1541.57,78.802,1.62316,0,0,0.725376,0.688353,300,300,100,1), + (63694,176587,0,1626.86,-3243.33,85.542,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (63696,176587,0,2350.54,-4982.48,71.2999,-3.08918,0,0,-0.999657,0.0262016,300,300,100,1), + (63697,176587,0,1834.97,-2172.85,66.8352,-2.33874,0,0,-0.920505,0.390732,300,300,100,1), + (63699,176587,0,1707.76,-2348.97,60.3897,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (63701,176587,0,3120.71,-3058.46,133.354,3.12412,0,0,0.999962,0.00873622,300,300,100,1), + (63702,176587,0,2020.2,-3652.82,128.096,2.53072,0,0,0.953716,0.300709,300,300,100,1), + (63703,176587,0,3113.64,-3780.52,130.505,2.79252,0,0,0.984807,0.173652,300,300,100,1), + (63704,176587,0,1810.51,-1249.53,60.7759,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (63706,176587,0,1600.04,-3050.9,79.4959,-0.95993,0,0,-0.461748,0.887011,300,300,100,1), + (63708,176587,0,1887.29,-1580.29,59.4747,-2.426,0,0,-0.936671,0.350211,300,300,100,1), + (63709,176587,0,1861.09,-2010.82,83.83,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (63711,176587,0,1497.6,-1860.78,58.628,2.86233,0,0,0.990267,0.139178,300,300,100,1), + (63712,176587,0,1646.8,-3432.92,136.714,-0.767944,0,0,-0.374606,0.927184,300,300,100,1), + (63713,176587,0,1238.8,-2549.02,92.0041,-0.645772,0,0,-0.317305,0.948324,300,300,100,1), + (63714,176587,0,1852.03,-3815.96,136.994,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (63715,176587,0,3183.07,-4570.98,108.747,2.21656,0,0,0.894933,0.446202,300,300,100,1), + (63716,176587,0,1649.55,-3722.11,119.535,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (63717,176587,0,2832.67,-4743.53,77.3118,0.471238,0,0,0.233445,0.97237,300,300,100,1), + (63718,176587,0,2716.76,-4691.48,76.8073,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (63719,176587,0,1835.43,-1642.28,60.4431,1.41372,0,0,0.649449,0.760405,300,300,100,1), + (63720,176587,0,1855.35,-4576.7,79.0182,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (63721,176587,0,1960.5,-5018.98,76.7022,0.663223,0,0,0.325567,0.945519,300,300,100,1), + (63722,176587,0,1769.25,-2311.86,60.0036,-1.41372,0,0,-0.649449,0.760405,300,300,100,1), + (63723,176587,0,1711.95,-3935.51,130.9,-1.72787,0,0,-0.760404,0.64945,300,300,100,1), + (63724,176587,0,1423.88,-1886.62,59.7396,2.16421,0,0,0.882948,0.469471,300,300,100,1), + (63725,176587,0,1752.43,-1226.08,59.6435,3.00195,0,0,0.997563,0.0697646,300,300,100,1), + (63726,176587,0,2815.06,-5441.11,158.186,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (63727,176589,0,1601.52,-3254.44,86.8639,-1.76278,0,0,-0.771624,0.636079,3600,3600,100,1), + (63728,176589,0,2052.08,-4498.23,74.777,-1.76278,0,0,-0.771624,0.636079,3600,3600,100,1), + (63965,2040,349,225.88,-381.777,-160.314,-0.523598,0,0,-0.258819,0.965926,7200,7200,100,1), + (63966,2040,349,814.429,-238.968,-74.3798,1.51844,0,0,0.688356,0.725373,7200,7200,100,1), + (63967,2040,349,103.565,-257.051,-167.439,-2.47837,0,0,-0.945519,0.325567,7200,7200,100,1), + (63968,2040,349,719.844,-389.394,-52.0194,-0.191985,0,0,-0.0958451,0.995396,7200,7200,100,1), + (63969,2040,349,-93.9523,-311.759,-170.417,1.23918,0,0,0.580701,0.814117,7200,7200,100,1), + (63970,2040,1,-1375.16,2722.34,94.2334,2.86233,0,0,0.990267,0.139178,300,300,100,1), + (63971,2040,1,-1405.84,2835.96,78.7253,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (63972,2040,1,663.333,1399.73,21.9571,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (63973,2040,1,540.059,1410.33,19.1492,-2.25147,0,0,-0.902584,0.430513,300,300,100,1), + (63989,2040,1,-4399.6,-3014.34,34.0548,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (63990,2040,1,-4378.36,-2958.63,27.1648,-2.89724,0,0,-0.992546,0.121873,300,300,100,1), + (64002,2041,0,-11539.7,656.182,60.625,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (64003,2041,0,-13985.5,368.891,29.6164,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (64004,2041,0,-12059.6,-513.804,11.483,1.18682,0,0,0.559191,0.829039,300,300,100,1), + (64005,2041,0,-13675,599.029,10.4161,-0.488691,0,0,-0.241921,0.970296,300,300,100,1), + (64006,2041,0,-12179.3,61.1013,0.958485,0.994837,0,0,0.477158,0.878817,300,300,100,1), + (64007,2041,0,-9924.61,-3873.61,19.4348,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (64008,2041,0,-10894,-3971.03,20.2261,0.733038,0,0,0.358368,0.93358,300,300,100,1), + (64010,2041,0,-10170.4,-2818.89,19.9475,0.680677,0,0,0.333806,0.942642,300,300,100,1), + (64011,2041,0,-10188.3,-3340.09,19.943,-0.750491,0,0,-0.366501,0.930418,300,300,100,1), + (64012,2041,0,-10097,-3010.47,19.1777,-2.28638,0,0,-0.909961,0.414694,300,300,100,1), + (64014,2041,0,-2750.8,-1461.47,7.20136,0.715585,0,0,0.350207,0.936672,300,300,100,1), + (64015,2041,1,-4806.29,-3440.59,30.4135,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (64016,2041,1,-3053.16,-3773.24,30.6329,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (64018,2041,0,-3147.48,-1439.87,7.53627,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (64019,2042,189,1651.27,-346.265,18.1489,-1.20428,0,0,-0.566407,0.824125,7200,7200,100,1), + (64020,2042,189,166.831,-253.104,19.0757,-0.593412,0,0,-0.292372,0.956305,7200,7200,100,1), + (64021,2042,1,-4555.18,-2725.36,40.8813,-0.994837,0,0,-0.477158,0.878817,300,300,100,1), + (64022,2042,0,-11669.9,776.653,50.7218,0.95993,0,0,0.461748,0.887011,300,300,100,1), + (64023,2042,0,-11759.6,-784.273,33.6672,-0.855211,0,0,-0.414693,0.909961,300,300,100,1), + (64025,2042,0,-11924.6,-177.015,17.2601,2.96704,0,0,0.996194,0.0871655,300,300,100,1), + (64026,2042,1,-3109.08,-3700.12,39.3471,-2.72271,0,0,-0.978147,0.207914,300,300,100,1), + (64027,2043,1,2967.38,-4074.46,103.338,1.79769,0,0,0.782608,0.622514,300,300,100,1), + (64028,2043,0,-10799.5,-3901.02,21.7152,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (64029,2043,0,-9919.22,-4132.79,22.7334,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (64031,2043,0,-12004.3,-582.896,14.048,-2.07694,0,0,-0.861629,0.507539,300,300,100,1), + (64032,2043,0,-11608.4,-581.081,27.9593,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (64033,2043,0,-10220.8,-3086.67,22.225,0.750491,0,0,0.366501,0.930418,300,300,100,1), + (64034,2043,0,-13625.3,316.356,44.1129,1.06465,0,0,0.507538,0.861629,300,300,100,1), + (64035,2043,0,-10442.5,-3509.2,23.4964,-0.541051,0,0,-0.267238,0.963631,300,300,100,1), + (64036,2043,0,-12841.2,97.749,19.3022,-0.820303,0,0,-0.398748,0.91706,300,300,100,1), + (64037,2043,0,-13468.4,345.16,36.1291,0.558504,0,0,0.275637,0.961262,300,300,100,1), + (64038,2043,0,-1256.4,-1633.42,49.7173,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (64039,2043,0,-10331,-2819.58,24.9289,-1.65806,0,0,-0.737276,0.675591,300,300,100,1), + (64040,2043,0,-10338.1,-2849.28,24.6491,2.75761,0,0,0.981626,0.190814,300,300,100,1), + (64041,2043,1,2304.78,-6388.19,117.193,-3.08918,0,0,-0.999657,0.0262033,300,300,100,1), + (64042,2043,1,-4127.7,-2823.48,39.0979,3.10665,0,0,0.999847,0.0174704,300,300,100,1), + (64043,2043,1,-3384.03,-3199.55,36.5296,-2.86233,0,0,-0.990267,0.139178,300,300,100,1), + (64044,2043,1,-3316.13,-4017.71,29.0155,0.296705,0,0,0.147809,0.989016,300,300,100,1), + (64045,2043,1,-3531.54,-3056.35,36.5391,0.453785,0,0,0.224951,0.97437,300,300,100,1), + (64046,2045,349,-15.7328,-99.223,-207.312,-0.383971,0,0,-0.190808,0.981627,7200,7200,100,1), + (64047,2045,349,1.16174,-258.687,-208.415,3.07177,0,0,0.999391,0.0349043,7200,7200,100,1), + (64048,2045,0,-13138.7,535.828,-26.0268,0.349065,0,0,0.173648,0.984808,300,300,100,1), + (64049,2045,1,5763.34,683.376,-34.9023,0.349065,0,0,0.173648,0.984808,300,300,100,1), + (64050,2045,1,3610.39,897.874,-2.06501,3.00195,0,0,0.997563,0.0697646,300,300,100,1), + (64051,2045,0,-12549.2,534.619,-47.1639,-0.855211,0,0,-0.414693,0.909961,300,300,100,1), + (64053,2045,0,-3514.47,-597.227,-17.3902,0.610864,0,0,0.300705,0.953717,300,300,100,1), + (64054,2045,0,-14738.2,426.837,-23.7297,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (64055,2045,0,-2628.22,-1494.79,-10.4608,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (64056,2045,0,-3346.15,-641.562,-14.7581,-0.453785,0,0,-0.224951,0.97437,300,300,100,1), + (64057,2045,0,-13603.6,419.877,-33.2804,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (64058,2045,0,-13887.7,-229.539,-7.185,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (64059,2045,0,-3812.61,-585.994,-12.5451,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (64060,2045,0,-14065.4,473.215,-14.4825,0.244346,0,0,0.121869,0.992546,300,300,100,1), + (64061,2045,0,-12617.1,459.617,-57.7316,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (64062,2045,0,-12476.1,573.471,-68.107,0.95993,0,0,0.461748,0.887011,300,300,100,1), + (64063,2045,0,-3612.66,-620.549,-13.8344,0.471238,0,0,0.233445,0.97237,300,300,100,1), + (64064,2045,0,-13659.4,694.493,-16.9346,-3.05433,0,0,-0.999048,0.0436174,300,300,100,1), + (64065,2045,0,-13897.6,765.022,-21.7174,-1.93731,0,0,-0.824125,0.566409,300,300,100,1), + (64066,2045,0,-2517.58,-1485.82,-27.4875,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (64067,2045,0,1287.22,124.78,-11.3707,-0.034906,0,0,-0.0174521,0.999848,300,300,100,1), + (64069,2045,1,4008.57,969.902,-4.52686,1.13446,0,0,0.537298,0.843393,300,300,100,1), + (64070,2045,0,-3756.01,-1219.82,-30.9406,-0.139624,0,0,-0.0697553,0.997564,300,300,100,1), + (64071,2045,1,2159.04,-3167.43,88.0487,-0.488691,0,0,-0.241921,0.970296,300,300,100,1), + (64072,2046,189,944.069,1421.18,18.0233,1.37881,0,0,0.636078,0.771625,7200,7200,100,1), + (64073,2046,189,1037.43,1401.24,27.3085,-0.261798,0,0,-0.130525,0.991445,7200,7200,100,1), + (64074,2046,0,-13804.3,-124.067,25.3866,-0.523598,0,0,-0.258819,0.965926,300,300,100,1), + (64075,2046,0,-13655.9,-263.221,8.17556,-0.191985,0,0,-0.0958451,0.995396,300,300,100,1), + (64076,2046,0,-11003.9,-3980.39,40.4577,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (64077,2046,0,-11684.7,920.657,4.31604,-2.54818,0,0,-0.956305,0.292372,300,300,100,1), + (64078,2046,0,-12338.7,-882.249,49.0126,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (64079,2046,0,-13015,-847.127,71.4595,2.60053,0,0,0.963629,0.267244,300,300,100,1), + (64080,2046,0,-12867.8,-742.715,66.5625,-2.63544,0,0,-0.968147,0.250383,300,300,100,1), + (64081,2046,0,-10315.6,-2560.88,32.842,-1.62316,0,0,-0.725376,0.688353,300,300,100,1), + (64082,2046,0,-10107.6,-2924.88,25.2096,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (64083,2046,0,-12880.7,-487.855,49.0174,2.37364,0,0,0.927182,0.37461,300,300,100,1), + (64084,2046,0,-12975.2,-572.484,63.2591,-2.04204,0,0,-0.852641,0.522496,300,300,100,1), + (64085,2046,0,-12978.1,-737.656,55.4423,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (64086,2046,0,-12913.3,89.1847,32.6031,1.23918,0,0,0.580701,0.814117,300,300,100,1), + (64089,2046,1,-4297.98,-3019.66,34.9951,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (64090,2046,0,-10613.8,-2827.23,35.4732,-0.872664,0,0,-0.422618,0.906308,300,300,100,1), + (64091,2046,0,-1645.62,-1495.3,49.6567,0.453785,0,0,0.224951,0.97437,300,300,100,1), + (64092,2046,0,-1274.86,-1488.95,62.0622,0.680677,0,0,0.333806,0.942642,300,300,100,1), + (64093,2046,0,-1968.88,-2554.31,75.2514,0.802851,0,0,0.390731,0.920505,300,300,100,1), + (64094,2046,0,781.663,-164.077,129.533,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (64099,2047,1,2930.96,-4063.48,121.14,-2.26892,0,0,-0.906306,0.422622,300,300,100,1), + (64512,180582,0,-11117,2055.51,0,0.942477,0,0,0.45399,0.891007,180,180,100,1), + (64513,180582,0,-10942.5,2133.54,0,-1.88495,0,0,-0.809015,0.587788,180,180,100,1), + (64514,180582,1,-969.846,-3805.13,0,-0.593412,0,0,-0.292372,0.956305,180,180,100,1), + (64515,180900,0,-14678.3,553.845,0,2.54818,0,0,0.956305,0.292372,180,180,100,1), + (64516,180901,0,-13721.4,-320.596,0,3.03684,0,0,0.998629,0.0523524,180,180,100,1), + (64517,180902,0,-12829.6,440.834,0,2.75761,0,0,0.981626,0.190814,180,180,100,1), + (64518,180902,0,-13290.2,651.097,0,-2.74016,0,0,-0.979924,0.199371,180,180,100,1), + (64617,180664,0,-2489.85,-1712.92,0,2.40855,0,0,0.93358,0.35837,180,180,100,1), + (64618,180682,0,-11844.9,908.972,0,-1.65806,0,0,-0.737276,0.675591,180,180,100,1), + (64619,180682,0,-12508.2,122.857,0,2.82743,0,0,0.987688,0.156436,180,180,100,1), + (64620,180683,0,-11882,876.11,0,1.53589,0,0,0.694658,0.71934,180,180,100,1), + (64621,180683,0,-12011.6,759.599,0,0.855211,0,0,0.414693,0.909961,180,180,100,1), + (64622,180684,0,-11886.7,-455.329,10.0699,1.6057,0,0,0.719339,0.694659,180,180,100,1), + (64623,180684,0,-12239.5,-335.31,10.0699,0.698132,0,0,0.34202,0.939693,180,180,100,1), + (64624,180684,0,-12424.2,-303.625,10.1363,-2.65289,0,0,-0.970294,0.241927,180,180,100,1), + (64625,180685,0,-12259.6,344.519,0,1.90241,0,0,0.814116,0.580702,180,180,100,1), + (64626,180685,0,-12313.4,-311.831,10.0699,1.79769,0,0,0.782608,0.622514,180,180,100,1), + (64627,180712,0,-14401.4,438.454,0,-1.29154,0,0,-0.601814,0.798637,180,180,100,1), + (64628,180712,1,3063.41,-5897.15,0,-1.37881,0,0,-0.636078,0.771625,180,180,100,1), + (64682,180655,0,-11117,2055.51,0,0.942477,0,0,0.45399,0.891007,180,180,100,1), + (64683,180655,0,-11117,2055.51,0,0.942477,0,0,0.45399,0.891007,180,180,100,1), + (64684,180655,0,-10942.5,2133.54,0,-1.88495,0,0,-0.809015,0.587788,180,180,100,1), + (64685,180655,0,-10942.5,2133.54,0,-1.88495,0,0,-0.809015,0.587788,180,180,100,1), + (64686,180655,1,-969.846,-3805.13,0,-0.593412,0,0,-0.292372,0.956305,180,180,100,1), + (64687,180655,1,-969.846,-3805.13,0,-0.593412,0,0,-0.292372,0.956305,180,180,100,1), + (64736,180657,0,-2489.85,-1712.92,0,2.40855,0,0,0.93358,0.35837,180,180,100,1), + (64737,180662,0,-2489.85,-1712.92,0,2.40855,0,0,0.93358,0.35837,180,180,100,1), + (64738,180752,1,-7691.51,-4923.28,0,-0.663223,0,0,-0.325567,0.945519,180,180,100,1), + (64739,180752,1,-7906.06,-5256.7,0,-2.77507,0,0,-0.983255,0.182237,180,180,100,1), + (64740,180752,1,-7892.33,-5235.03,0,0,0,0,0,1,180,180,100,1), + (64753,180655,0,-5480.5,-3691.84,297.605,-1.51844,0,0,-0.688356,0.725373,180,180,100,1), + (64754,180656,0,-4779.28,-3489.41,297.62,-0.069812,0,0,-0.0348989,0.999391,180,180,100,1), + (64755,180656,0,-5404.51,-3717.46,297.605,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (64756,180682,0,-11975.9,684.698,0,1.13446,0,0,0.537298,0.843393,180,180,100,1), + (64757,180682,0,-11958.1,738.97,0,2.94959,0,0,0.995395,0.0958539,180,180,100,1), + (64758,180683,0,-2285.67,-1896.8,0,-0.017452,0,0,-0.00872589,0.999962,180,180,100,1), + (64759,180683,1,-3483.83,-4389.5,0,0.767944,0,0,0.374606,0.927184,180,180,100,1), + (64760,180685,0,-12035,804.831,0,2.46091,0,0,0.942641,0.333809,180,180,100,1), + (64761,180685,0,-12015.2,532.893,-0.255422,3.03684,0,0,0.998629,0.0523524,180,180,100,1), + (64794,180582,0,-5480.5,-3691.84,297.605,-1.51844,0,0,-0.688356,0.725373,180,180,100,1), + (64795,180656,0,-5480.5,-3691.84,297.605,-1.51844,0,0,-0.688356,0.725373,180,180,100,1), + (64796,180582,0,-4779.28,-3489.41,297.62,-0.069812,0,0,-0.0348989,0.999391,180,180,100,1), + (64797,180655,0,-4779.28,-3489.41,297.62,-0.069812,0,0,-0.0348989,0.999391,180,180,100,1), + (64798,180582,0,-5404.51,-3717.46,297.605,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (64799,180655,0,-5404.51,-3717.46,297.605,2.51327,0,0,0.951056,0.309019,180,180,100,1), + (64837,149045,469,-6904.81,-1206.78,178.512,2.9845,0,0,0.996917,0.0784656,180,180,255,1), + (64838,149046,469,-6900.42,-1339.33,239.652,-2.88851,0,0,-0.992004,0.126204,180,180,255,1), + (64839,161536,469,-6756.73,-1166.7,187.042,1.31772,0,0,0.612216,0.790691,180,180,255,1), + (64840,176964,469,-7639.43,-1083.94,408.528,-2.53072,0,0,-0.953716,0.300709,180,180,100,0), + (64842,176965,469,-7552.37,-1022.98,408.528,-2.53072,0,0,-0.953716,0.300709,180,180,100,1), + (64843,176966,469,-7488.17,-1150.54,476.712,0.610865,0,0,0.300706,0.953717,180,180,100,0), + (64861,2866,0,-6730.7,-1038.35,240.145,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (64862,2866,1,-8655.95,-4414.97,11.8215,-0.994837,0,0,-0.477158,0.878817,300,300,100,1), + (64864,179784,469,-7647.78,-1066.97,449.164,0.558504,0,0,0.275637,0.961262,180,180,255,1), + (64866,179784,469,-7677.63,-994.426,440.259,0.383971,0,0,0.190808,0.981627,180,180,255,1), + (64868,179784,469,-7653.69,-999.919,439.986,0.506145,0,0,0.25038,0.968148,180,180,255,1), + (64869,179784,469,-7642.73,-1015.65,440.245,0.471238,0,0,0.233445,0.97237,180,180,255,1), + (64871,179784,469,-7651.32,-1103.53,449.164,0.523598,0,0,0.258819,0.965926,180,180,255,1), + (64873,179784,469,-7616.21,-997.084,440.282,0.209439,0,0,0.104528,0.994522,180,180,255,1), + (64874,179784,469,-7709.17,-1017,440.446,0.471238,0,0,0.233445,0.97237,180,180,255,1), + (64877,179784,469,-7637.64,-965.023,440.275,0.017452,0,0,0.00872589,0.999962,180,180,255,1), + (64878,179784,469,-7626.95,-981.359,440.023,0.157079,0,0,0.0784588,0.996917,180,180,255,1), + (64879,179784,469,-7572.59,-1062.57,449.164,0.541051,0,0,0.267238,0.963631,180,180,255,1), + (64880,179784,469,-7677.68,-1095.24,449.135,0.628317,0,0,0.309016,0.951057,180,180,255,1), + (64885,179784,469,-7713.14,-1060.04,445.176,-1.18682,0,0,-0.559191,0.829039,180,180,255,1), + (64888,142140,0,-330.517,-3413.43,158.924,-1.53589,0,0,-0.694658,0.71934,300,300,100,1), + (64889,142140,1,-9632.66,-2808.55,11.3467,2.42601,0,0,0.936673,0.350206,300,300,100,1), + (64890,142140,1,-6986.26,-4400.95,9.79876,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (64891,142140,1,-6986.9,-4349.21,9.60038,-2.89724,0,0,-0.992546,0.121873,300,300,100,1), + (64892,142140,1,-6835.3,-2926.15,8.88333,2.32129,0,0,0.91706,0.398748,300,300,100,1), + (64893,142141,0,2913.5,-4492.8,91.647,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (64894,179784,469,-7691.26,-1002.38,440.244,0.418879,0,0,0.207912,0.978148,180,180,255,1), + (64895,142141,0,2059.79,-5247.57,86.0375,-1.02974,0,0,-0.492422,0.870357,300,300,100,1), + (64896,142142,0,-223.719,-3525.59,144.542,1.39626,0,0,0.642787,0.766045,300,300,100,1), + (64897,142142,0,134.793,-3656.45,133.251,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (64898,142144,0,405.047,-3807.52,101.678,-2.426,0,0,-0.936671,0.350211,300,300,100,1), + (64899,142144,0,414.474,-3879.82,98.0181,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (64907,324,1,-7896.6,-2350.58,-21.7524,-1.18682,0,0,-0.559191,0.829039,300,300,100,1), + (64909,1617,0,-5685.17,-1872.09,400.533,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (64910,179784,469,-7665.26,-1113.61,449.164,0.523598,0,0,0.258819,0.965926,180,180,255,1), + (64911,1617,0,-5301.05,284.52,392.798,-0.226892,0,0,-0.113203,0.993572,300,300,100,1), + (64912,1617,0,-5682.57,336.39,387.171,-0.575957,0,0,-0.284015,0.95882,300,300,100,1), + (64913,1617,0,-5742.28,130.065,368.739,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (64914,1617,0,-9627.64,-1495.21,58.7032,-0.558504,0,0,-0.275637,0.961262,300,300,100,1), + (64915,179784,469,-7640.29,-991.302,440.263,0.453785,0,0,0.224951,0.97437,180,180,255,1), + (64916,1617,0,-9711.49,-1322.18,50.8747,-0.942477,0,0,-0.45399,0.891007,300,300,100,1), + (64917,179784,469,-7669.46,-1034.21,440.244,0.541051,0,0,0.267238,0.963631,180,180,255,1), + (64919,179784,469,-7637.93,-1081.13,449.164,0.453785,0,0,0.224951,0.97437,180,180,255,1), + (64920,179784,469,-7716.1,-1077.45,445.176,0.872664,0,0,0.422618,0.906308,180,180,255,1), + (64921,1617,0,-9403.12,-919.279,60.9487,-0.942477,0,0,-0.45399,0.891007,300,300,100,1), + (64922,179784,469,-7691.97,-1105.4,449.13,0.628317,0,0,0.309016,0.951057,180,180,255,1), + (64930,1617,0,-9127.98,-15.8528,85.698,-0.139624,0,0,-0.0697553,0.997564,300,300,100,1), + (64932,1617,0,-5912.34,-127.995,368.476,0.331611,0,0,0.165047,0.986286,300,300,100,1), + (64941,1617,0,-9740.14,-1205.03,45.0785,2.04204,0,0,0.852641,0.522496,300,300,100,1), + (64942,1617,0,-5718.47,-1813.51,399.721,2.96704,0,0,0.996194,0.0871655,300,300,100,1), + (64943,1617,0,-5443.69,-2982.44,356.83,-0.418879,0,0,-0.207912,0.978148,300,300,100,1), + (64944,1617,0,-10042.4,13.059,30.5839,-2.3911,0,0,-0.930417,0.366502,300,300,100,1), + (64945,1617,1,5744.92,242.318,32.4345,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (64946,1617,1,-2483.28,-920.769,-4.42509,2.86233,0,0,0.990267,0.139178,300,300,100,1), + (64951,1618,0,-5413.17,-399.971,398.614,-2.56563,0,0,-0.958819,0.284016,300,300,100,1), + (64952,1618,0,-5301.07,366.328,393.95,-0.034906,0,0,-0.0174521,0.999848,300,300,100,1), + (64953,1618,0,-9724.51,-1535.47,51.8514,0.418879,0,0,0.207911,0.978148,300,300,100,1), + (64954,179784,469,-7619.15,-1047.15,449.164,0.506145,0,0,0.25038,0.968148,180,180,255,1), + (64955,1618,0,-9910.36,-1381.62,30.7112,0.855211,0,0,0.414693,0.909961,300,300,100,1), + (64956,179784,469,-7605.95,-1045.06,449.164,0.645772,0,0,0.317305,0.948324,180,180,255,1), + (64957,1618,0,-9401.43,-772.841,63.7403,2.37364,0,0,0.927182,0.37461,300,300,100,1), + (64964,1618,0,-5882.81,-116.939,364.699,1.62316,0,0,0.725376,0.688353,300,300,100,1), + (64972,179784,469,-7686.85,-1047.04,440.371,0.558504,0,0,0.275637,0.961262,180,180,255,1), + (64973,1618,0,-5644.59,-1456.99,399.917,1.93731,0,0,0.824125,0.566409,300,300,100,1), + (64974,1618,0,-5555.24,-1461.55,403.171,-2.68781,0,0,-0.97437,0.22495,300,300,100,1), + (64975,1618,0,-5690.18,-1850.92,399.83,1.43117,0,0,0.656059,0.75471,300,300,100,1), + (64976,1618,0,-5738.69,-1914.39,401.659,1.18682,0,0,0.559191,0.829039,300,300,100,1), + (64979,1619,0,-5719.87,-1606.49,384.292,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (64980,179784,469,-7629.78,-1061.48,449.164,0.628317,0,0,0.309016,0.951057,180,180,255,1), + (64981,179784,469,-7620.09,-1075.73,449.164,0.471238,0,0,0.233445,0.97237,180,180,255,1), + (64982,179784,469,-7680.11,-1123.29,449.105,0.523598,0,0,0.258819,0.965926,180,180,255,1), + (64983,1619,0,-9679.7,-1220.33,46.5051,-1.81514,0,0,-0.788011,0.615662,300,300,100,1), + (64985,1619,0,-9819.25,-1392.68,53.7644,3.08918,0,0,0.999657,0.0262033,300,300,100,1), + (64986,179784,469,-7609.89,-1061.46,449.164,0.418879,0,0,0.207912,0.978148,180,180,255,1), + (64987,179784,469,-7699.2,-1030.98,440.588,0.558504,0,0,0.275637,0.961262,180,180,255,1), + (64988,1619,0,-9804.1,-1442.02,43.9482,-0.628317,0,0,-0.309016,0.951057,300,300,100,1), + (64989,1619,0,-9785.67,-1340.88,52.0721,-0.802851,0,0,-0.390731,0.920505,300,300,100,1), + (64990,1619,0,-9655.55,-2019.22,56.6992,-2.67035,0,0,-0.972369,0.233448,300,300,100,1), + (64999,1619,0,-5866.18,-1564.39,365.553,-2.426,0,0,-0.936671,0.350211,300,300,100,1), + (65000,179784,469,-7630.29,-1005.49,440.262,0.401425,0,0,0.199368,0.979925,180,180,255,1), + (65001,179784,469,-7595.27,-1030.42,449.164,0.314158,0,0,0.156434,0.987688,180,180,255,1), + (65002,179784,469,-7627.98,-1095.31,449.164,0.541051,0,0,0.267238,0.963631,180,180,255,1), + (65003,1619,0,-5838.34,-1653.31,358.806,-2.72271,0,0,-0.978147,0.207914,300,300,100,1), + (65004,1619,0,-5745.33,-1616.57,363.214,-0.191985,0,0,-0.0958451,0.995396,300,300,100,1), + (65005,1619,0,-5733.56,-1774.67,401.658,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (65007,1620,0,-10810.8,-627.807,39.8429,0.209439,0,0,0.104528,0.994522,300,300,100,1), + (65008,1620,0,-2988.7,-2823.87,26.3481,-0.575957,0,0,-0.284015,0.95882,300,300,100,1), + (65009,1620,0,-4992.66,-3306.73,299.76,-0.628317,0,0,-0.309016,0.951057,300,300,100,1), + (65010,1620,0,-4949.69,-3498.08,304.366,-0.244346,0,0,-0.121869,0.992546,300,300,100,1), + (65011,1620,0,-5548.28,-4147.27,376.306,-0.994837,0,0,-0.477158,0.878817,300,300,100,1), + (65012,1620,0,-5430.76,-3878.28,332.083,-0.122173,0,0,-0.0610485,0.998135,300,300,100,1), + (65013,1620,0,-9512.06,-1926.95,76.6898,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (65014,1620,1,3672.25,633.266,6.47519,-0.890117,0,0,-0.430511,0.902586,300,300,100,1), + (65016,1620,0,-9415.11,-2080.05,61.2199,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (65017,1620,0,-9381.91,-1962.83,58.4079,-0.471238,0,0,-0.233445,0.97237,300,300,100,1), + (65018,1620,0,-10024.5,-1190.48,27.327,-1.95477,0,0,-0.829038,0.559192,300,300,100,1), + (65019,1620,0,-2807.56,-1419.77,11.2288,1.48353,0,0,0.67559,0.737277,300,300,100,1), + (65020,1620,0,-9688.03,-2101.71,58.5017,-2.26892,0,0,-0.906306,0.422622,300,300,100,1), + (65022,1620,1,2271.92,-1275.44,76.1553,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (65023,1620,0,-2962.5,-2679.83,13.754,-1.98967,0,0,-0.838669,0.544641,300,300,100,1), + (65026,1621,0,-2845.5,-2193.88,30.3731,3.01941,0,0,0.998134,0.0610534,300,300,100,1), + (65027,1621,0,-2713.48,-1961.67,17.293,2.30383,0,0,0.913544,0.406739,300,300,100,1), + (65028,1621,0,-3160.43,-1554.23,8.60373,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (65029,1621,0,-5464.19,-3965.31,347.369,2.07694,0,0,0.861629,0.507539,300,300,100,1), + (65030,1621,0,-9770.06,-2221.82,59.8902,-0.314158,0,0,-0.156434,0.987688,300,300,100,1), + (65031,1621,0,-5429.04,-3918.93,341.433,-2.80997,0,0,-0.986285,0.165053,300,300,100,1), + (65032,1621,0,-9262.77,-1977.89,75.5952,-2.9845,0,0,-0.996917,0.0784656,300,300,100,1), + (65033,1621,0,-10617.7,-913.665,55.1904,-2.96704,0,0,-0.996194,0.0871655,300,300,100,1), + (65034,179784,469,-7664.82,-984.057,440.247,0.314158,0,0,0.156434,0.987688,180,180,255,1), + (65035,179784,469,-7680.51,-1018.7,439.983,0.558504,0,0,0.275637,0.961262,180,180,255,1), + (65036,1621,0,-10970.5,-1142.02,39.3726,-0.069812,0,0,-0.0348989,0.999391,300,300,100,1), + (65037,1621,0,-10435.6,42.7232,44.7757,-1.01229,0,0,-0.484809,0.87462,300,300,100,1), + (65038,1621,0,-10265.8,266.94,39.2517,0.785397,0,0,0.382683,0.92388,300,300,100,1), + (65039,179784,469,-7667.54,-1008.34,440.259,0.523598,0,0,0.258819,0.965926,180,180,255,1), + (65040,1621,0,-10346.4,28.2568,50.1187,-2.56563,0,0,-0.958819,0.284017,300,300,100,1), + (65041,1621,0,-3174.86,-1256.82,10.2202,-1.32645,0,0,-0.615661,0.788011,300,300,100,1), + (65042,1621,0,-10387.3,-1191.86,43.122,-1.95477,0,0,-0.829038,0.559192,300,300,100,1), + (65043,1621,0,-9658.02,-2111.7,60.2108,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (65044,1621,0,-2917.71,-1810.56,8.50937,-1.67551,0,0,-0.743143,0.669133,300,300,100,1), + (65046,1621,0,-3108,-2187.96,9.23061,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (65047,1621,0,-3087.76,-2009.68,9.41214,-1.02974,0,0,-0.492422,0.870357,300,300,100,1), + (65048,1621,0,-766.645,-956.938,34.0646,1.53589,0,0,0.694658,0.71934,300,300,100,1), + (65049,1621,1,5603.32,241.437,31.5457,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (65050,179784,469,-7656.67,-1024.32,440.257,0.506145,0,0,0.25038,0.968148,180,180,255,1), + (65051,1621,0,-10474,-78.0064,45.7854,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (65052,1621,0,-3067.73,-2692.13,16.6828,-0.785397,0,0,-0.382683,0.92388,300,300,100,1), + (65053,1621,0,-1053.8,-1368.43,56.3424,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (65054,1621,1,4823.35,275.858,52.1601,1.65806,0,0,0.737276,0.675591,300,300,100,1), + (65055,1621,1,4760.79,137.93,54.6364,-2.23402,0,0,-0.898794,0.438372,300,300,100,1), + (65056,1622,0,-5476.34,-3939.22,354.36,2.33874,0,0,0.920505,0.390732,300,300,100,1), + (65057,179784,469,-7595.77,-1080,449.164,0.558504,0,0,0.275637,0.961262,180,180,255,1), + (65058,1622,0,-9744.08,-2407.2,79.0861,-2.70526,0,0,-0.976296,0.21644,300,300,100,1), + (65059,1622,0,-5387.01,-4006.79,342.398,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (65060,1622,0,-1759.68,-1525.38,60.9828,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (65061,1622,0,-2859.65,-1473.97,10.1537,-2.84488,0,0,-0.989015,0.147813,300,300,100,1), + (65062,1622,0,-11090.1,-103.738,16.2993,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (65063,1622,0,-10650.5,-166.159,36.3386,0.59341,0,0,0.292371,0.956305,300,300,100,1), + (65065,1622,1,2231.59,-1551.59,93.0479,0.645772,0,0,0.317305,0.948324,300,300,100,1), + (65066,1622,0,-1084.49,-1062.97,53.508,1.3439,0,0,0.622513,0.782609,300,300,100,1), + (65067,1622,0,-3280.57,-1743.55,16.7819,-3.07177,0,0,-0.999391,0.0349043,300,300,100,1), + (65068,1622,0,-3737.84,-931.895,7.16821,-0.837757,0,0,-0.406736,0.913546,300,300,100,1), + (65069,1622,0,-3886.87,-1078.15,24.5511,2.09439,0,0,0.866024,0.500002,300,300,100,1), + (65070,1622,0,-1032.7,-258.555,24.9987,-2.00713,0,0,-0.843392,0.537299,300,300,100,1), + (65071,1622,0,-1075.52,-2794.77,42.197,-2.61799,0,0,-0.965925,0.258821,300,300,100,1), + (65072,1623,1,-918.797,839.595,136.834,0.820303,0,0,0.398748,0.91706,300,300,100,1), + (65073,1623,0,-3571.57,-2417.75,75.7175,1.25664,0,0,0.587786,0.809016,300,300,100,1), + (65074,1623,0,-749.011,-3410.89,90.186,-0.558504,0,0,-0.275637,0.961262,300,300,100,1), + (65075,179784,469,-7593.78,-1063.45,449.164,0.471238,0,0,0.233445,0.97237,180,180,255,1), + (65076,1623,0,-1829.14,-2981.23,69.3118,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (65077,1623,0,-1815.8,-1959.13,71.8475,1.0821,0,0,0.515036,0.857168,300,300,100,1), + (65078,1623,0,-3272.46,-1950.03,64.9973,1.29154,0,0,0.601814,0.798637,300,300,100,1), + (65079,1623,0,-918.291,-2640.81,91.7362,0.890117,0,0,0.430511,0.902586,300,300,100,1), + (65080,1623,0,-649.711,-2131.39,79.6602,-2.67035,0,0,-0.972369,0.233447,300,300,100,1), + (65081,1623,0,-633.374,-2060.6,67.0973,1.69297,0,0,0.748956,0.66262,300,300,100,1), + (65082,1623,0,-749.577,-3156.14,92.4223,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (65083,1623,0,-1131.15,-1300.78,82.1511,0.418879,0,0,0.207912,0.978148,300,300,100,1), + (65084,1623,0,-1956.44,-3362.97,110.945,2.23402,0,0,0.898794,0.438372,300,300,100,1), + (65085,1623,0,-6456.49,-2473.7,324.2,2.00713,0,0,0.843392,0.537299,300,300,100,1), + (65086,1623,0,-3205.36,-3143.97,70.3773,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (65087,1623,0,-880.179,-2722.09,70.7413,-1.64061,0,0,-0.731354,0.681998,300,300,100,1), + (65088,1623,0,-1756.26,-3523.51,72.5092,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (65089,1623,0,-820.696,-3109.38,88.8006,-1.81514,0,0,-0.78801,0.615662,300,300,100,1), + (65090,1623,0,-755.853,-2290.78,62.4308,0,0,0,0,1,300,300,100,1), + (65091,1623,0,-1946.28,-2989.11,72.2344,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (65092,1624,0,-3111.52,-1504.16,9.60414,2.56563,0,0,0.958819,0.284017,300,300,100,1), + (65093,1624,0,-3175.66,-952.048,9.59336,0.383971,0,0,0.190808,0.981627,300,300,100,1), + (65094,1624,0,-1215.86,-2982.48,46.8069,2.70526,0,0,0.976295,0.216442,300,300,100,1), + (65095,1624,0,55.5641,-50.3888,99.1906,-1.23918,0,0,-0.580701,0.814117,300,300,100,1), + (65096,179784,469,-7650.9,-975.792,440.263,0.226892,0,0,0.113203,0.993572,180,180,255,1), + (65097,179784,469,-7663.99,-1084.89,449.164,0.628317,0,0,0.309016,0.951057,180,180,255,1), + (65098,1624,0,-2977.79,-1225.19,10.514,1.6057,0,0,0.719339,0.694659,300,300,100,1), + (65099,1624,1,3914.34,705.673,7.32464,-0.296705,0,0,-0.147809,0.989016,300,300,100,1), + (65100,1624,0,-1264.63,-2279.34,57.1287,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (65101,1624,1,3160.27,468.336,2.55126,0.296705,0,0,0.147809,0.989016,300,300,100,1), + (65102,1624,0,-10522.5,-27.1364,44.637,2.1293,0,0,0.874619,0.48481,300,300,100,1), + (65103,1624,0,-10340.4,-28.8124,45.1232,0.296705,0,0,0.147809,0.989016,300,300,100,1), + (65104,1624,0,-1163.82,-1529.36,56.8556,-1.79769,0,0,-0.782608,0.622514,300,300,100,1), + (65105,1624,0,-1053.47,-1787.58,59.3678,0.750491,0,0,0.366501,0.930418,300,300,100,1), + (65106,1624,0,-984.745,-3346.48,56.8505,-0.523598,0,0,-0.258819,0.965926,300,300,100,1), + (65107,1624,0,-1009.44,-1058.56,43.1947,0.575957,0,0,0.284015,0.95882,300,300,100,1), + (65108,1624,0,-1053.47,-1913.41,62.1433,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (65110,1624,1,2289.08,-1279.43,77.6134,2.51327,0,0,0.951056,0.309019,300,300,100,1), + (65111,1624,0,-1546.05,-2410.19,76.3865,-1.16937,0,0,-0.551937,0.833886,300,300,100,1), + (65112,1624,0,-12200.6,139.857,18.0954,3.01941,0,0,0.998134,0.0610534,300,300,100,1), + (65113,1624,0,-10229.6,-33.3671,32.1215,-0.331611,0,0,-0.165047,0.986286,300,300,100,1), + (65114,1624,1,-196.438,1116.59,87.2241,2.05949,0,0,0.857168,0.515037,300,300,100,1), + (65115,1624,1,2343.85,-1231.43,86.3554,2.96704,0,0,0.996194,0.0871655,300,300,100,1), + (65116,1628,0,-2815.28,-2228.88,-0.927708,2.9845,0,0,0.996917,0.0784656,300,300,100,1), + (65117,1628,0,-2863.84,-2169.54,23.2902,-2.28638,0,0,-0.909961,0.414694,300,300,100,1), + (65120,1628,0,-1515.81,-1899.49,68.2952,1.95477,0,0,0.829038,0.559192,300,300,100,1), + (65202,1732,1,2909.78,415.713,103.499,1.309,0,0,0.608763,0.793352,300,300,100,1), + (65231,1734,1,-9109.86,-4197.31,-30.1479,1.83259,0,0,0.793352,0.608764,300,300,100,1), + (65232,1734,1,-8066.52,-2266.52,15.7821,-2.37364,0,0,-0.927182,0.37461,300,300,100,1), + (65263,1735,1,-978.96,1433.73,69.1913,2.82743,0,0,0.987688,0.156436,300,300,100,1), + (65270,176584,0,1878.28,-4879.28,98.8299,2.9845,0,0,0.996917,0.0784656,300,300,100,1), + (65277,176586,0,-7896.6,-2558.81,219.946,3.14159,0,0,1,0.00000126759,300,300,100,1), + (65280,176587,0,2016.61,-4694.26,91.7821,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (65281,176587,0,2016.61,-4694.26,91.7821,-0.837757,0,0,-0.406736,0.913546,300,300,100,1), + (65282,176587,0,2115.63,-4873.79,74.8908,1.50098,0,0,0.681997,0.731355,300,300,100,1), + (65283,176587,0,2818.86,-4592.9,90.6468,-1.69297,0,0,-0.748956,0.66262,300,300,100,1), + (65284,176587,0,1784.86,-4176.54,86.9041,0.663223,0,0,0.325567,0.945519,300,300,100,1), + (65285,176587,0,1208,-2550.61,73.0816,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (65286,176587,0,1814.54,-1161.08,60.4921,-2.426,0,0,-0.936671,0.350211,300,300,100,1), + (65287,176587,0,1744.66,-4339.93,77.6948,-0.069812,0,0,-0.0348989,0.999391,300,300,100,1), + (65289,176589,0,-7620.87,-709.08,182.742,1.46608,0,0,0.669132,0.743144,3600,3600,100,1), + (65290,176589,0,-8238.41,-1756.23,147.111,1.5708,0,0,0.707108,0.707106,3600,3600,100,1), + (65299,2040,1,-7995.1,-2393.72,-24.7835,1.13446,0,0,0.537298,0.843393,300,300,100,1), + (65300,2040,1,-7106.94,-2582.7,13.6203,-1.78023,0,0,-0.777144,0.629323,300,300,100,1), + (65301,2040,1,-7728.64,-2599.35,-58.1333,0.261798,0,0,0.130525,0.991445,300,300,100,1), + (65302,2040,1,-8510.09,-4529.86,21.0271,1.46608,0,0,0.669132,0.743144,300,300,100,1), + (65303,2040,1,-9337.35,-4248.36,31.5042,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (65304,2040,1,-9437.38,-3994.06,-38.0223,-1.6057,0,0,-0.719339,0.694659,300,300,100,1), + (65305,2040,1,-9375.39,-3063.52,17.3809,1.85005,0,0,0.798636,0.601815,300,300,100,1), + (65306,2040,1,-9526.4,-2399.89,45.5343,-2.46091,0,0,-0.942641,0.333809,300,300,100,1), + (65307,2040,1,-9317.54,-4210.49,23.3972,-0.680679,0,0,-0.333807,0.942641,300,300,100,1), + (65308,2041,0,-2896.75,-1689.91,7.51803,-1.309,0,0,-0.608763,0.793352,300,300,100,1), + (65309,2041,0,17.8396,-3752.17,146.476,1.39626,0,0,0.642786,0.766046,300,300,100,1), + (65310,2041,0,466.333,-1472.12,40.626,2.40855,0,0,0.93358,0.35837,300,300,100,1), + (65311,2041,0,-2739.23,-1328.33,7.56998,-0.087266,0,0,-0.0436192,0.999048,300,300,100,1), + (65312,2041,0,-1739.47,-3243.1,24.8213,2.67035,0,0,0.972369,0.233447,300,300,100,1), + (65313,2041,0,-433.665,-986.09,34.3007,-2.87979,0,0,-0.991445,0.130528,300,300,100,1), + (65315,2041,0,-2954.39,-2235.25,7.02462,0.349065,0,0,0.173648,0.984808,300,300,100,1), + (65316,2041,0,-3071.98,-2200.16,7.08711,-2.11185,0,0,-0.870356,0.492423,300,300,100,1), + (65318,2041,0,-1455.35,-1925.88,50.5102,-0.139624,0,0,-0.0697553,0.997564,300,300,100,1), + (65319,2041,0,-12156,-65.9369,10.715,-2.80997,0,0,-0.986285,0.165053,300,300,100,1), + (65320,2041,0,-1853.69,-2548.98,54.381,-1.51844,0,0,-0.688356,0.725373,300,300,100,1), + (65321,2041,0,-1400.24,-1704.12,48.3906,1.78023,0,0,0.777144,0.629323,300,300,100,1), + (65322,2041,0,-1711.67,-3364.19,29.0055,-2.3911,0,0,-0.930417,0.366502,300,300,100,1), + (65323,2042,1,-3240.05,-4140.46,23.6236,-0.977383,0,0,-0.469471,0.882948,300,300,100,1), + (65325,2042,0,-914.123,-3341.35,75.6305,2.35619,0,0,0.923879,0.382686,300,300,100,1), + (65326,2042,0,-1820.37,-2332.3,34.2472,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (65327,2042,0,-996.4,-1638.04,37.1822,1.18682,0,0,0.559193,0.829038,300,300,100,1), + (65328,2043,0,-1811.35,-3218.45,33.4678,1.91986,0,0,0.819151,0.573577,300,300,100,1), + (65330,2043,0,-1005.75,-2761.2,49.9008,2.74016,0,0,0.979924,0.199371,300,300,100,1), + (65331,2043,0,-1874.17,-3108.33,58.5064,-1.09956,0,0,-0.5225,0.852639,300,300,100,1), + (65332,2043,0,-873.379,-2402.82,57.2111,-2.63544,0,0,-0.968147,0.250383,300,300,100,1), + (65333,2043,0,-1802.22,-3083.24,43.3628,0.785397,0,0,0.382683,0.92388,300,300,100,1), + (65334,2043,0,-1712.81,-3476.88,53.6383,1.44862,0,0,0.662619,0.748957,300,300,100,1), + (65335,2045,0,-2561.2,-1245.48,-42.077,-0.174532,0,0,-0.0871553,0.996195,300,300,100,1), + (65336,2045,0,-3800.95,-1161.6,-20.5933,-0.785397,0,0,-0.382683,0.92388,300,300,100,1), + (65337,2045,0,-4006.72,-785.52,-15.6079,1.36136,0,0,0.629322,0.777145,300,300,100,1), + (65338,2045,0,-2523.04,-1413.89,-34.7353,-1.50098,0,0,-0.681997,0.731355,300,300,100,1), + (65339,2045,0,-4040.65,-783.567,-13.2906,0.122173,0,0,0.0610485,0.998135,300,300,100,1), + (65340,2045,0,-4022.54,-649.157,-11.3932,0.366518,0,0,0.182235,0.983255,300,300,100,1), + (65341,2045,0,-12476.5,425.215,-21.1171,-1.74533,0,0,-0.766045,0.642787,300,300,100,1), + (65342,2045,0,-3585.93,-1118.09,-13.8144,-0.506145,0,0,-0.25038,0.968148,300,300,100,1), + (65343,2045,0,-1677.83,-1121.21,-3.60723,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (65344,2045,0,-2980.53,-857.71,-10.4009,-2.19912,0,0,-0.891008,0.453988,300,300,100,1), + (65346,2045,0,-3946.65,-878.974,-13.3966,2.44346,0,0,0.939692,0.342021,300,300,100,1), + (65347,2045,0,-2553.31,-1336.61,-42.1703,-1.29154,0,0,-0.601814,0.798637,300,300,100,1), + (65349,2045,0,-4108.78,-749.394,-13.1341,0.663223,0,0,0.325567,0.945519,300,300,100,1), + (65350,2045,0,-3683.3,-1085.2,-45.1089,-1.78023,0,0,-0.777144,0.629323,300,300,100,1), + (65351,2045,0,-3481.24,-625.551,-13.8047,0.314158,0,0,0.156434,0.987688,300,300,100,1), + (65352,2045,0,-2743.68,-927.421,-13.5739,0.366518,0,0,0.182235,0.983255,300,300,100,1), + (65353,2045,0,-1153.73,-439.879,-41.0976,-0.942477,0,0,-0.45399,0.891007,300,300,100,1), + (65354,2045,0,-1272.66,-446.993,-90.7419,0.925024,0,0,0.446198,0.894934,300,300,100,1), + (65355,2045,0,-2824.33,-910.341,-12.6657,1.81514,0,0,0.78801,0.615662,300,300,100,1), + (65357,2045,0,-3877.74,-960.628,-14.7171,-1.11701,0,0,-0.529919,0.848048,300,300,100,1), + (65358,2045,0,-3441.99,-784.958,-9.7096,-0.593412,0,0,-0.292372,0.956305,300,300,100,1), + (65359,2045,0,-3746.37,-1147.42,-32.052,-0.104719,0,0,-0.0523356,0.99863,300,300,100,1), + (65360,2045,0,-2716.56,-1138.35,-6.98731,-0.715585,0,0,-0.350207,0.936672,300,300,100,1), + (65361,2045,0,-1229.21,-48.2863,-39.3614,-0.349065,0,0,-0.173648,0.984808,300,300,100,1), + (65363,2045,0,-1081.05,-713.958,-3.80395,1.15192,0,0,0.54464,0.83867,300,300,100,1), + (65364,2045,0,-12066.3,726.439,-17.8329,3.10665,0,0,0.999847,0.0174704,300,300,100,1), + (65365,2045,1,-7678.88,-4930.34,-7.2694,1.15192,0,0,0.54464,0.83867,300,300,100,1), + (65366,2045,1,-2091.73,-3852.34,-12.8847,1.37881,0,0,0.636078,0.771625,300,300,100,1), + (65367,2045,1,-2135.63,-3901.4,-8.63047,-1.3439,0,0,-0.622513,0.782609,300,300,100,1), + (65368,2046,0,-1108.3,-2353.25,50.4907,-1.37881,0,0,-0.636078,0.771625,300,300,100,1), + (65370,2046,0,-916.123,-3631.37,86.0909,1.74533,0,0,0.766045,0.642787,300,300,100,1), + (65371,2046,0,-11836.9,48.4786,15.7018,-1.39626,0,0,-0.642786,0.766046,300,300,100,1), + (65372,2046,0,-1033.84,-2618.83,57.3154,1.27409,0,0,0.594823,0.803857,300,300,100,1), + (65373,2046,0,-891.027,-3056.27,90.9899,-2.80997,0,0,-0.986285,0.165053,300,300,100,1), + (65374,2046,0,-928.493,-1555,57.1926,1.88495,0,0,0.809015,0.587788,300,300,100,1), + (65707,181510,533,2787.26,-3654.13,274.317,-2.74888,0,0,-0.980784,0.195097,180,180,0,1), + (65708,181511,533,2782.4,-3660.4,274.315,2.11089,0,0,0.87012,0.492841,180,180,0,1), + (65709,181512,533,2778.43,-3651.31,274.317,-2.74259,0,0,-0.980166,0.198181,180,180,0,1), + (65710,181513,533,2774.3,-3660.66,274.317,-0.183933,0,0,-0.0918369,0.995774,180,180,0,1), + (65711,175369,533,3185.48,-4039.1,107.792,3.12412,0,0,0.999962,0.00873622,180,180,0,1), + (65712,181514,533,2757.84,-3659.56,274.317,1.97116,0,0,0.833593,0.55238,180,180,0,1), + (65713,175370,533,3271.52,-4064.31,108.435,-2.8536,0,0,-0.989651,0.143497,180,180,0,1), + (65714,181515,533,2755.24,-3649.9,274.317,-2.88634,0,0,-0.991867,0.12728,180,180,0,1), + (65715,181516,533,2763.55,-3654.04,274.317,-2.88396,0,0,-0.991715,0.12846,180,180,0,1), + (65716,181517,533,2793.24,-3664.13,274.317,0.635802,0,0,0.312573,0.949894,180,180,0,1), + (65717,181518,533,2802.51,-3664.73,274.317,0.635802,0,0,0.312573,0.949894,180,180,0,1), + (65718,181519,533,2812,-3671.98,274.073,-0.473312,0,0,-0.234453,0.972127,180,180,0,1), + (65719,181520,533,2810.56,-3680.58,274.317,-3.09646,0,0,-0.999745,0.0225644,180,180,0,1), + (65720,181521,533,2800.15,-3682.71,274.352,1.03882,0,0,0.496368,0.868112,180,180,0,1), + (65721,181522,533,2805.96,-3691.67,274.317,-1.84881,0,0,-0.798263,0.60231,180,180,0,1), + (65722,181523,533,2795.81,-3677.56,274.073,2.85315,0,0,0.989618,0.143722,180,180,0,1), + (65723,181524,533,2792.33,-3684.13,274.317,-1.30703,0,0,-0.607981,0.793952,180,180,0,1), + (65724,181525,533,2783.36,-3688.36,274.385,-3.12187,0,0,-0.999951,0.00986115,180,180,0,1), + (65725,181526,533,2781.56,-3671,274.352,-3.12955,0,0,-0.999982,0.0060213,180,180,0,1), + (65726,181527,533,2777.41,-3677.64,274.387,0.79134,0,0,0.385427,0.922739,180,180,0,1), + (65727,181528,533,2769.25,-3671.42,274.422,-0.424006,0,0,-0.210418,0.977611,180,180,0,1), + (65728,181529,533,2763.33,-3680.53,274.352,-3.13681,0,0,-0.999997,0.00239129,180,180,0,1), + (65729,181530,533,2758.16,-3667.13,274.352,3.13883,0,0,0.999999,0.00138135,180,180,0,1), + (65730,181531,533,2749.34,-3662.21,274.352,-2.64632,0,0,-0.969495,0.245113,180,180,0,1), + (65731,181532,533,2743.09,-3671.32,274.317,2.46425,0,0,0.943197,0.332234,180,180,0,1), + (65732,181533,533,2754.01,-3673.77,274.387,0.79134,0,0,0.385427,0.922739,180,180,0,1), + (65733,181534,533,2737.17,-3675.16,274.317,-1.91353,0,0,-0.817332,0.576167,180,180,0,1), + (65734,181535,533,2747.13,-3684.35,274.352,3.13243,0,0,0.99999,0.00458127,180,180,0,1), + (65735,181536,533,2740.49,-3692.13,274.387,0.792787,0,0,0.386094,0.922459,180,180,0,1), + (65736,181537,533,2738.4,-3703.13,274.385,-0.537079,0,0,-0.265324,0.964159,180,180,0,1), + (65737,181538,533,2752.93,-3706.52,274.317,1.04784,0,0,0.500278,0.865865,180,180,0,1), + (65738,181539,533,2746.13,-3700.19,274.317,-0.789904,0,0,-0.384764,0.923015,180,180,0,1), + (65739,181540,533,2752.92,-3693.02,274.317,-2.18329,0,0,-0.887387,0.461026,180,180,0,1), + (65740,181541,533,2760.58,-3688.31,274.387,0.412781,0,0,0.204928,0.978777,180,180,0,1), + (65741,181542,533,2764.29,-3698.09,274.422,-0.792388,0,0,-0.38591,0.922536,180,180,0,1), + (65742,181543,533,2772.08,-3692.15,274.352,-1.26434,0,0,-0.590897,0.806747,180,180,0,1), + (65743,181544,533,2774.96,-3701.13,274.317,0.523547,0,0,0.258794,0.965933,180,180,0,1), + (65744,181545,533,2772.29,-3711.44,274.422,-0.260754,0,0,-0.130008,0.991513,180,180,0,1), + (65745,181546,533,2761.82,-3711.92,274.315,-2.32171,0,0,-0.917144,0.398555,180,180,0,1), + (65746,181547,533,2754.19,-3718.12,274.317,-0.91283,0,0,-0.440733,0.897638,180,180,0,1), + (65747,181548,533,2765.76,-3718.73,274.317,-1.4752,0,0,-0.672514,0.740085,180,180,0,1), + (65748,181549,533,2776.16,-3721.79,274.387,-2.34582,0,0,-0.921882,0.387471,180,180,0,1), + (65749,181550,533,2765.33,-3728.61,274.315,-0.065239,0,0,-0.0326137,0.999468,180,180,0,1), + (65750,181551,533,2774.99,-3731.79,274.387,-2.35527,0,0,-0.923703,0.38311,180,180,0,1), + (65751,181552,533,2784.17,-3724.73,274.385,1.05084,0,0,0.501576,0.865113,180,180,0,1), + (65752,181577,533,2909,-4025.02,273.475,3.14159,0,0,1,0.00000126759,180,180,0,1), + (65754,181120,533,3339.16,-3100.64,296.813,3.14159,0,0,-1,0,180,180,0,1), + (65755,181121,533,3421.86,-3017.51,295.615,3.14159,0,0,-1,0,180,180,0,1), + (65756,181123,533,3317.97,-3254.35,293.346,-1.5708,0,0,-0.707107,0.707107,180,180,0,1), + (65757,181124,533,2750.49,-3384.36,267.341,0,0,0,0,1,180,180,0,0), + (65758,181125,533,2633.84,-3336.82,267.084,0,0,0,0,1,180,180,0,1), + (65759,181126,533,3202.67,-3475.94,287.034,3.14159,0,0,-1,0,180,180,0,1), + (65764,181676,533,2771.37,-3681.64,273.667,-0.104719,0,0,-0.0523356,0.99863,180,180,0,1), + (65765,181676,533,2753.28,-3643.09,273.618,0.436332,0,0,0.216439,0.976296,180,180,0,1), + (65766,181676,533,2766.39,-3642.32,273.853,-2.77507,0,0,-0.983255,0.182237,180,180,0,1), + (65767,181676,533,2779.17,-3684.18,273.668,2.67035,0,0,0.972369,0.233447,180,180,0,1), + (65768,181676,533,2765.45,-3663.31,273.667,-1.3439,0,0,-0.622513,0.782609,180,180,0,1), + (65769,181676,533,2746.33,-3649.14,273.621,-2.82743,0,0,-0.987688,0.156436,180,180,0,1), + (65770,181676,533,2783.05,-3681.86,273.67,-1.44862,0,0,-0.662619,0.748957,180,180,0,1), + (65771,181676,533,2771.77,-3652.75,273.658,-0.645772,0,0,-0.317305,0.948324,180,180,0,1), + (65772,181676,533,2776.29,-3642.56,273.965,0.017452,0,0,0.00872589,0.999962,180,180,0,1), + (65773,181676,533,2746.2,-3658.67,273.619,3.00195,0,0,0.997563,0.0697646,180,180,0,1), + (65774,181676,533,2771.85,-3665.62,273.667,3.10665,0,0,0.999847,0.0174704,180,180,0,1), + (65775,181676,533,2761.93,-3648.03,273.626,-0.366518,0,0,-0.182235,0.983255,180,180,0,1), + (65776,181676,533,2771.63,-3642.94,274.379,-0.733038,0,0,-0.358368,0.93358,180,180,0,1), + (65777,181676,533,2762.27,-3672.94,273.667,-2.82743,0,0,-0.987688,0.156436,180,180,0,1), + (65778,181676,533,2752.57,-3655.19,273.626,1.46608,0,0,0.669132,0.743144,180,180,0,1), + (65779,181676,533,2782.95,-3641.68,273.594,-0.872664,0,0,-0.422618,0.906308,180,180,0,1), + (65780,181676,533,2759.67,-3641.1,273.591,-0.645772,0,0,-0.317305,0.948324,180,180,0,1), + (65781,181676,533,2752.82,-3666.02,273.654,2.58308,0,0,0.961261,0.275641,180,180,0,1), + (65782,181677,533,2735.92,-3697.26,273.65,0.523598,0,0,0.258819,0.965926,180,180,0,1), + (65783,181677,533,2778.21,-3694.98,273.638,0.663223,0,0,0.325567,0.945519,180,180,0,1), + (65784,181677,533,2747.86,-3676.92,273.662,0.296705,0,0,0.147809,0.989016,180,180,0,1), + (65785,181677,533,2745.5,-3666.69,273.639,-1.55334,0,0,-0.700908,0.713252,180,180,0,1), + (65786,181677,533,2755.71,-3682.96,273.666,-1.27409,0,0,-0.594823,0.803857,180,180,0,1), + (65787,181677,533,2768.83,-3701.38,273.665,1.51844,0,0,0.688356,0.725373,180,180,0,1), + (65788,181677,533,2747.2,-3693.01,273.666,-1.85005,0,0,-0.798636,0.601815,180,180,0,1), + (65789,181677,533,2734.93,-3688.94,273.628,-0.645772,0,0,-0.317305,0.948324,180,180,0,1), + (65790,181677,533,2766.62,-3687.92,273.664,-0.436332,0,0,-0.216439,0.976296,180,180,0,1), + (65791,181677,533,2729.2,-3673.43,273.621,-0.157079,0,0,-0.0784588,0.996917,180,180,0,1), + (65792,181677,533,2729.52,-3697.78,273.625,0.104719,0,0,0.0523356,0.99863,180,180,0,1), + (65793,181677,533,2729.02,-3684.86,274.373,-0.034906,0,0,-0.0174521,0.999848,180,180,0,1), + (65794,181677,533,2734,-3663.36,273.621,-1.91986,0,0,-0.819151,0.573577,180,180,0,1), + (65795,181677,533,2740.54,-3681.25,273.644,1.81514,0,0,0.78801,0.615662,180,180,0,1), + (65796,181677,533,2761.62,-3693.18,273.664,2.60053,0,0,0.963629,0.267244,180,180,0,1), + (65797,181678,533,2807.49,-3668.25,273.644,-1.55334,0,0,-0.700908,0.713252,180,180,0,1), + (65798,181678,533,2819.54,-3677.43,273.638,1.51844,0,0,0.688356,0.725373,180,180,0,1), + (65799,181678,533,2808.35,-3685.41,273.645,-1.27409,0,0,-0.594823,0.803857,180,180,0,1), + (65800,181678,533,2802.32,-3659.69,273.626,1.46608,0,0,0.669132,0.743144,180,180,0,1), + (65801,181678,533,2795.44,-3687.74,273.622,-0.506145,0,0,-0.25038,0.968148,180,180,0,1), + (65802,181678,533,2821.09,-3691.97,275.804,2.79252,0,0,0.984807,0.173652,180,180,0,1), + (65803,181678,533,2818.81,-3672.17,273.629,-1.3439,0,0,-0.622513,0.782609,180,180,0,1), + (65804,181678,533,2787.77,-3674.88,273.668,0.296705,0,0,0.147809,0.989016,180,180,0,1), + (65805,181678,533,2793.97,-3656.83,273.637,0.663223,0,0,0.325567,0.945519,180,180,0,1), + (65806,181678,533,2789.24,-3668.48,273.669,-0.366518,0,0,-0.182235,0.983255,180,180,0,1), + (65807,181678,533,2793,-3646.92,273.62,-0.95993,0,0,-0.461748,0.887011,180,180,0,1), + (65808,181678,533,2813.31,-3699.76,273.621,-1.85005,0,0,-0.798636,0.601815,180,180,0,1), + (65809,181678,533,2817.4,-3684.56,273.623,-0.820303,0,0,-0.398748,0.91706,180,180,0,1), + (65810,181678,533,2786.82,-3647.31,273.635,-0.436332,0,0,-0.216439,0.976296,180,180,0,1), + (65811,181678,533,2817.31,-3687.08,273.621,2.60053,0,0,0.963629,0.267244,180,180,0,1), + (65812,181678,533,2803.58,-3675.67,273.666,-2.80997,0,0,-0.986285,0.165053,180,180,0,1), + (65813,181678,533,2815.57,-3697.73,273.621,0.994837,0,0,0.477158,0.878817,180,180,0,1), + (65814,181678,533,2811.57,-3663.93,273.623,3.00195,0,0,0.997563,0.0697646,180,180,0,1), + (65815,181678,533,2796.98,-3671.73,273.669,2.58308,0,0,0.961261,0.275641,180,180,0,1), + (65816,181168,533,2924.01,-3286.47,305.366,-2.35619,0,0,-0.92388,0.382683,180,180,0,1), + (65817,181169,533,2907.85,-3270.72,305.366,-2.35619,0,0,-0.92388,0.382683,180,180,0,1), + (65818,181170,533,2692.07,-3360.78,267.504,3.14159,0,0,-1,0,180,180,0,0), + (65819,181695,533,2749.96,-3724.48,273.623,0.645772,0,0,0.317305,0.948324,180,180,0,1), + (65820,181695,533,2745.57,-3720.84,273.654,1.8675,0,0,0.803856,0.594824,180,180,0,1), + (65821,181695,533,2771.05,-3717.31,273.67,-0.366518,0,0,-0.182235,0.983255,180,180,0,1), + (65822,181695,533,2757.5,-3708.95,273.668,-0.95993,0,0,-0.461748,0.887011,180,180,0,1), + (65823,181695,533,2752.93,-3699.58,273.667,0.436332,0,0,0.216439,0.976296,180,180,0,1), + (65824,181695,533,2766.44,-3708.41,273.667,-1.27409,0,0,-0.594823,0.803857,180,180,0,1), + (65825,181695,533,2760.5,-3732.28,273.632,-1.18682,0,0,-0.559191,0.829039,180,180,0,1), + (65826,181695,533,2791.41,-3726.31,273.622,1.48353,0,0,0.67559,0.737277,180,180,0,1), + (65827,181695,533,2787.4,-3731.16,273.616,-1.09956,0,0,-0.5225,0.852639,180,180,0,1), + (65828,181695,533,2779.75,-3728.21,273.644,2.67035,0,0,0.972369,0.233447,180,180,0,1), + (65829,181695,533,2771.59,-3736.93,273.618,1.48353,0,0,0.67559,0.737277,180,180,0,1), + (65830,181695,533,2745.73,-3711.43,273.621,0.767944,0,0,0.374606,0.927184,180,180,0,1), + (65831,181695,533,2759.15,-3718.01,273.669,-2.00713,0,0,-0.843392,0.537299,180,180,0,1), + (65832,181695,533,2759.64,-3724.62,273.66,2.1293,0,0,0.874619,0.48481,180,180,0,1), + (65833,181695,533,2771.05,-3727.31,273.67,-0.436332,0,0,-0.216439,0.976296,180,180,0,1), + (65834,181695,533,2737.57,-3710.51,273.624,2.96704,0,0,0.996194,0.0871655,180,180,0,1), + (65835,181695,533,2781.85,-3735.08,273.62,1.51844,0,0,0.688356,0.725373,180,180,0,1), + (65836,181695,533,2731.62,-3706.18,273.623,-2.77507,0,0,-0.983255,0.182237,180,180,0,1), + (65837,181695,533,2755.07,-3728.92,273.626,0.523598,0,0,0.258819,0.965926,180,180,0,1), + (65838,181695,533,2781.35,-3720.31,273.64,2.67035,0,0,0.972369,0.233447,180,180,0,1), + (65839,181195,533,3143.96,-3572.22,287.097,2.35619,0,0,0.923879,0.382686,180,180,0,1), + (65840,181197,533,3452.74,-3863.67,308.341,3.14159,0,0,-1,0,180,180,0,0), + (65841,181198,533,2963.16,-3476.83,297.596,-2.35619,0,0,-0.92388,0.382683,180,180,0,0), + (65842,181199,533,2847.43,-3489.47,297.839,3.14159,0,0,-1,0,180,180,0,0), + (65843,181200,533,2737.66,-3489.72,262.095,3.14159,0,0,-1,0,180,180,0,0), + (65844,181201,533,2684.28,-3559.36,261.913,1.5708,0,0,0.707107,0.707107,180,180,0,1), + (65845,181202,533,2822.93,-3685.3,273.541,3.14159,0,0,-1,0,180,180,0,1), + (65846,181203,533,2771.5,-3737.34,273.596,-1.5708,0,0,-0.707107,0.707107,180,180,0,0), + (65847,181209,533,3427.56,-3846.01,310.369,0.001245,0,0,0.000622749,1,180,180,0,1), + (65848,181210,533,2991.71,-3420.18,300.972,3.14159,0,0,-1,0,180,180,0,1), + (65849,181211,533,2991.58,-3448.51,300.972,3.14159,0,0,-1,0,180,180,0,1), + (65850,181212,533,3020.08,-3448.65,300.972,3.14159,0,0,-1,0,180,180,0,1), + (65851,181213,533,3019.93,-3420.31,300.972,3.14159,0,0,-1,0,180,180,0,1), + (65853,181229,533,3005.78,-3434.36,300.328,3.14159,0,0,1,0.00000126759,180,180,0,1), + (65854,181230,533,2493.02,-2921.78,241.193,3.14159,0,0,-1,0,180,180,0,1), + (65855,181231,533,2909,-4025.02,273.475,3.14159,0,0,-1,0,180,180,0,1), + (65856,181232,533,3539.02,-2936.82,302.476,3.14159,0,0,-1,0,180,180,0,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (53913,181393,0,-4888.82,-994.738,510.049,2.32129,0,0,0.91706,0.398749,180,100,1), - (53914,181393,0,-4879.83,-987.33,509.983,2.14675,0,0,0.878817,0.477159,180,100,1), - (53915,181393,0,-12386.6,138.775,4.7903,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (53916,181393,0,-12424.7,154.634,4.52882,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (53917,181393,0,-10373.5,-3253.35,21.4065,0.837758,0,0,0.406737,0.913545,180,100,1), - (53918,181393,0,-10378.2,-3246.56,21.4077,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (53919,181393,0,-10466.4,-3219.28,22.0306,0.942478,0,0,0.45399,0.891007,180,100,1), - (53920,181393,0,262.468,-2021.69,174.772,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (53922,181393,0,-10528.4,1031.42,57.6058,3.05433,0,0,0.999048,0.043619,180,100,1), - (53926,181393,1,1677.66,-4423.05,28.1319,1.5708,0,0,0.707107,0.707107,180,100,1), - (53927,181393,1,2030.91,-4657.26,37.322,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (53928,181393,1,2052.84,-4818.59,28.2096,1.8675,0,0,0.803857,0.594823,180,100,1), - (53929,181393,1,1887.7,-4604.38,41.2229,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (53932,181393,1,-2364,-1967.25,100.633,0.959931,0,0,0.461749,0.887011,180,100,1), - (53933,181393,1,-2355.69,-1972.15,100.811,1.15192,0,0,0.544639,0.838671,180,100,1), - (53934,181393,1,-5424.92,-2457.37,91.0689,2.28638,0,0,0.909961,0.414693,180,100,1), - (53935,181393,1,-5470.46,-2461.1,91.7214,1.79769,0,0,0.782608,0.622515,180,100,1), - (53936,181393,1,-5480.31,-2454.42,91.3694,-1.02974,0,0,0.492424,-0.870356,180,100,1), - (53937,181393,1,-5438.81,-2394.16,90.9017,-0.767945,0,0,0.374607,-0.927184,180,100,1), - (53938,181393,1,1919.7,-4582.7,41.1832,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (53939,181393,1,1941.74,-4251.02,50.9597,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (53940,181393,1,1724.71,-4416.39,46.0725,0.698132,0,0,0.34202,0.939693,180,100,1), - (53941,181393,1,1915.1,-4371.97,32.7758,0.314159,0,0,0.156434,0.987688,180,100,1), - (53942,181393,1,-1048.98,-3636.04,27.1376,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (53943,181393,1,-1044.96,-3672.91,35.8578,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (53944,181393,1,-413.729,-2640.72,101.467,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (53945,181393,1,-403.707,-2634.74,101.713,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (53946,181393,1,-2378.17,-1984.89,98.211,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (53947,181393,1,1900.84,-4339.25,26.3603,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (53948,181393,1,1498.93,-4223.1,49.3495,0.244346,0,0,0.121869,0.992546,180,100,1), - (53949,181393,1,-1043.44,-3666.83,32.4912,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (53950,181393,1,-412.073,-2651.01,101.407,0.959931,0,0,0.461749,0.887011,180,100,1), - (53951,181393,1,-395.542,-2641.12,101.499,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (53952,181393,1,-1053.94,-3671.35,25.1827,1.32645,0,0,0.615662,0.788011,180,100,1), - (53953,181393,1,-1044.96,-3672.91,35.8578,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (53954,181393,1,-1043.44,-3666.83,32.4912,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (53955,181393,1,-1061.28,-3663.65,25.259,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (53956,181393,1,-1053.94,-3671.35,25.1827,1.32645,0,0,0.615662,0.788011,180,100,1), - (53957,181393,1,-1042.55,-3660.28,35.779,-0.10472,0,0,0.052336,-0.99863,180,100,1), - (53958,181393,1,-1041.35,-3677.52,24.5061,-0.279253,0,0,0.139173,-0.990268,180,100,1), - (53959,181393,0,-6500.99,-1171.68,321.561,1.91986,0,0,0.819152,0.573576,180,100,1), - (53961,181393,0,508.032,1649.85,126.674,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (53962,181393,0,-12341.8,179.019,4.7031,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (53963,181393,0,-10518.5,-3317.81,23.24,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (53964,181393,0,-10403.5,-3293.58,22.265,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (53965,181393,0,-578.332,-4589.98,11.8291,1.29154,0,0,0.601815,0.798636,180,100,1), - (53966,181393,0,-584.311,-4627.52,13.5195,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (53967,181393,0,-514.545,-4562.39,11.8661,0.191986,0,0,0.095846,0.995396,180,100,1), - (53968,181393,0,300.221,-2108.42,126.444,-2.80998,0,0,0.986286,-0.165048,180,100,1), - (53969,181393,0,-10640.6,1129.74,38.5564,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (53970,181393,0,-10659.2,1105.51,38.4204,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (53971,181393,0,532.317,1625.02,107.717,1.72788,0,0,0.760406,0.649448,180,100,1), - (53972,181393,0,-14352.1,408.626,32.1101,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (53973,181393,0,-12432.3,223.93,2.90541,1.3439,0,0,0.622515,0.782608,180,100,1), - (53974,181393,0,-14456,482.348,20.973,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (53975,181393,0,-10457.5,-3218.93,22.4027,1.8326,0,0,0.793353,0.608761,180,100,1), - (53976,181393,0,-10513.5,-3325.05,22.9521,3.05433,0,0,0.999048,0.043619,180,100,1), - (53977,181393,0,-605.514,-4598.37,18.0096,2.46091,0,0,0.942641,0.333807,180,100,1), - (53978,181393,0,-10473.4,1019.39,57.6557,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (53985,181393,0,496.702,1564.11,135.996,-1.43117,0,0,0.656059,-0.75471,180,100,1), - (53986,181393,0,-14352.1,408.626,32.1101,-1.16937,0,0,0.551937,-0.833886,180,100,1), - (53987,181393,0,-10410.9,-3293.84,21.9546,-0.453786,0,0,0.224951,-0.97437,180,100,1), - (53988,181393,0,306.487,-2135.68,126.286,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (53989,181393,0,-10490.6,998.916,57.2939,-1.15192,0,0,0.544639,-0.838671,180,100,1), - (53990,181393,0,-10517.1,1002.39,57.2562,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (53991,181393,0,-8913.01,641.138,101.55,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (53992,181393,0,-14467.1,489.044,14.9012,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (53993,181393,0,299.466,-2001.07,198.562,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (53994,181393,0,-10484.7,1048.46,56.9732,0.872665,0,0,0.422618,0.906308,180,100,1), - (53996,181393,0,-14348.7,416.141,31.8332,0.418879,0,0,0.207912,0.978148,180,100,1), - (53997,181393,0,-14462.4,505.205,27.1798,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (53998,181393,0,291.334,-1993.75,198.597,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (53999,181393,0,274.559,-2032.56,174.892,-2.30383,0,0,0.913545,-0.406737,180,100,1), - (54000,181393,0,-14358.9,412.137,31.812,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (54001,181393,0,-14468.4,487.744,26.6851,0.872665,0,0,0.422618,0.906308,180,100,1), - (54002,181393,0,-14456,482.348,20.973,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (54003,181393,0,-14468.4,487.744,26.6851,0.872665,0,0,0.422618,0.906308,180,100,1), - (54004,181393,0,-14462.4,505.205,27.1798,-0.715585,0,0,0.350207,-0.936672,180,100,1), - (54005,181393,0,-14358.9,412.137,31.812,-2.77507,0,0,0.983255,-0.182235,180,100,1), - (54006,181393,0,-14356,419.693,31.6394,2.07694,0,0,0.861629,0.507538,180,100,1), - (54007,181393,0,-14356,419.693,31.6394,2.07694,0,0,0.861629,0.507538,180,100,1), - (54008,181393,0,-14467.1,489.044,14.9012,-2.33874,0,0,0.920505,-0.390731,180,100,1), - (54009,181393,0,-14348.7,416.141,31.8332,0.418879,0,0,0.207912,0.978148,180,100,1), - (54035,181401,1,8013.66,-2637.12,523.791,1.72788,0,0,0.760406,0.649448,180,100,1), - (54036,181401,1,7857.99,-2503.12,496.981,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (54037,181401,1,7957.18,-2380.08,496.718,1.69297,0,0,0.748956,0.66262,180,100,1), - (54038,181401,1,7918.85,-2507.95,496.78,0.05236,0,0,0.026177,0.999657,180,100,1), - (54044,181401,1,10119.3,2216.15,1351.82,2.16421,0,0,0.882948,0.469472,180,100,1), - (54045,181401,1,10130.9,2224.83,1352.22,2.21657,0,0,0.894934,0.446198,180,100,1), - (54046,181401,1,10144.3,2233.66,1352.2,2.16421,0,0,0.882948,0.469472,180,100,1), - (54047,181401,1,9996.89,2273.38,1355.08,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54048,181401,1,9919.38,2271.49,1355.09,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (54049,181401,1,9930.41,2271.81,1355.08,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54050,181401,1,-1044.43,-3666.5,40.3548,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (54051,181401,1,-1042.29,-3651.41,38.1868,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (54052,181401,1,-407.324,-2622.12,107.816,2.07694,0,0,0.861629,0.507538,180,100,1), - (54053,181401,1,-394.914,-2624.62,107.54,0.872665,0,0,0.422618,0.906308,180,100,1), - (54054,181401,1,-383.771,-2633.65,107.217,0.890118,0,0,0.430511,0.902585,180,100,1), - (54055,181401,1,2338.29,-2518.44,108.339,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (54056,181401,1,2329.67,-2550.33,108.201,2.25148,0,0,0.902585,0.430511,180,100,1), - (54057,181401,1,6434.63,603.883,25.3917,-1.8675,0,0,0.803857,-0.594823,180,100,1), - (54058,181401,1,6438.27,515.244,16.5496,-0.314159,0,0,0.156434,-0.987688,180,100,1), - (54059,181401,1,6521.33,464.942,16.8399,-2.75762,0,0,0.981627,-0.190809,180,100,1), - (54060,181401,1,263.833,1226.39,200.204,-1.309,0,0,0.608761,-0.793353,180,100,1), - (54061,181401,1,242.084,1221.15,200.202,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (54062,181401,1,238.929,1282.07,199.944,1.79769,0,0,0.782608,0.622515,180,100,1), - (54063,181401,1,250.032,1284.53,200.14,1.76278,0,0,0.771625,0.636078,180,100,1), - (54064,181401,1,-3747.64,-4350.52,17.5358,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (54065,181401,1,-4451.88,3228.57,21.9861,0.296706,0,0,0.147809,0.989016,180,100,1), - (54066,181401,1,-4455.56,3298.07,24.3637,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (54067,181401,1,-4382.54,3319.01,21.4429,1.55334,0,0,0.700909,0.71325,180,100,1), - (54068,181401,1,-4360.17,3318.4,21.5473,1.53589,0,0,0.694658,0.71934,180,100,1), - (54069,181401,1,-2386.59,-1994.56,104.501,2.58309,0,0,0.961262,0.275637,180,100,1), - (54070,181401,1,-6848.35,739.762,54.0557,0.488692,0,0,0.241922,0.970296,180,100,1), - (54071,181401,1,-2368.96,-2005.71,104.507,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (54072,181401,1,2687.15,1499.69,244.284,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (54073,181401,1,2714.17,-356.15,118.547,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (54074,181401,1,2736.19,-416.542,119.777,2.79253,0,0,0.984808,0.173648,180,100,1), - (54075,181401,1,2745.54,-451.896,119.853,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (54076,181401,1,2760.44,-312.137,118.554,1.5708,0,0,0.707107,0.707107,180,100,1), - (54077,181401,1,878.315,936.503,121.709,2.54818,0,0,0.956305,0.292372,180,100,1), - (54078,181401,1,-3169.01,-2908.33,43.0948,0.715585,0,0,0.350207,0.936672,180,100,1), - (54079,181401,0,-8845.92,468.922,122.352,-2.47837,0,0,0.945519,-0.325568,180,100,1), - (54080,181401,1,7859.37,-2514.28,496.969,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (54081,181401,1,7975.71,-2439.24,496.73,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (54082,181401,1,7917.81,-2496.79,496.893,0.122173,0,0,0.061049,0.998135,180,100,1), - (54083,181401,1,7922.29,-2414.88,502.598,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (54088,181401,0,-925.38,-3533.3,79.0026,0,0,0,0,1,180,100,1), - (54089,181401,0,-949.366,-3525.52,69.6821,0.017453,0,0,0.008727,0.999962,180,100,1), - (54090,181401,0,-925.246,-3540.75,79.0073,3.14159,0,0,1,0,180,100,1), - (54091,181401,0,-925.949,-3497.94,69.2867,3.08923,0,0,0.999657,0.026177,180,100,1), - (54092,181401,0,-6664.56,-2236.98,269.9,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (54093,181401,0,-6668.64,-2174.63,251.874,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (54094,181401,0,-6669.28,-2149.88,254.978,3.05433,0,0,0.999048,0.043619,180,100,1), - (54095,181401,0,-6682.43,-2226.7,269.902,2.6529,0,0,0.970296,0.241922,180,100,1), - (54096,181401,0,-9481.61,26.2059,66.6079,3.01942,0,0,0.998135,0.061049,180,100,1), - (54097,181401,1,1588.31,-4108.94,46.2348,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (54098,181401,0,-1206.78,-2532.43,32.0589,3.12414,0,0,0.999962,0.008727,180,100,1), - (54099,181401,1,9985.81,2272.69,1355,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (54100,181401,1,9908.32,2270.95,1355.09,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54101,181401,0,-11046.2,-3406.02,77.368,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (54102,181401,1,9973.71,2273.31,1355.09,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (54103,181401,0,-10515.1,-1176.3,34.0014,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (54104,181401,0,-10530.2,-1177.49,33.8839,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (54105,181401,0,-5576.13,-520.752,411.746,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54106,181401,0,-5582.83,-503.693,411.74,1.55334,0,0,0.700909,0.71325,180,100,1), - (54107,181401,0,-5604.45,-512.76,411.591,1.53589,0,0,0.694658,0.71934,180,100,1), - (54108,181401,0,-10515.1,-1150.08,33.9502,1.64061,0,0,0.731354,0.681998,180,100,1), - (54109,181401,0,-5373.55,-2951.74,332.339,0.296706,0,0,0.147809,0.989016,180,100,1), - (54110,181401,0,-12351.4,195.921,16.8557,2.6529,0,0,0.970296,0.241922,180,100,1), - (54111,181401,0,-12342.8,201.376,16.9128,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (54112,181401,0,-12342.4,180.949,16.885,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54113,181401,0,-12425.3,191.557,8.54682,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (54114,181401,0,-10489.5,-3271.75,30.6857,-1.23918,0,0,0.580703,-0.814116,180,100,1), - (54115,181401,0,-10506.9,-3267.97,30.7061,0.820305,0,0,0.398749,0.91706,180,100,1), - (54116,181401,1,-491.81,-2613.64,119.872,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (54117,181401,1,-412.225,-2666.04,107.033,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (54118,181401,1,-496.726,-2604.32,119.997,3.08923,0,0,0.999657,0.026177,180,100,1), - (54119,181401,1,-426.518,-2640.27,107.717,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (54120,181401,0,-605.532,-4590.8,15.3616,0.942478,0,0,0.45399,0.891007,180,100,1), - (54121,181401,0,-10635.1,1175.51,40.7012,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (54122,181401,0,-10656.3,1162.51,40.5582,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (54123,181401,0,-3840.64,-843.026,15.8984,-1.53589,0,0,0.694658,-0.71934,180,100,1), - (54124,181401,1,6477.77,732.332,24.5453,1.23918,0,0,0.580703,0.814116,180,100,1), - (54125,181401,1,6444.01,632.915,25.4917,1.25664,0,0,0.587785,0.809017,180,100,1), - (54126,181401,1,6441.39,525.902,16.6102,-0.296706,0,0,0.147809,-0.989016,180,100,1), - (54127,181401,1,252.948,1223.7,200.181,-1.32645,0,0,0.615661,-0.788011,180,100,1), - (54128,181401,1,228.144,1279.24,199.964,1.8326,0,0,0.793353,0.608761,180,100,1), - (54129,181401,0,-8.19569,-948.24,59.941,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (54130,181401,1,-3841.62,-4402.08,20.5505,-0.802851,0,0,0.390731,-0.920505,180,100,1), - (54131,181401,1,-4361.68,3258.56,21.4951,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54132,181401,1,-4372.85,3258.68,21.5166,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (54133,181401,1,-4333.42,3288.06,26.5047,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54134,181401,0,-867.686,-560.873,17.4662,3.14159,0,0,1,0,180,100,1), - (54135,181401,0,-840.992,-593.922,17.596,0.05236,0,0,0.026177,0.999657,180,100,1), - (54136,181401,1,-6848.35,739.762,54.0557,0.488692,0,0,0.241922,0.970296,180,100,1), - (54137,181401,1,-6744.6,767.858,102.267,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (54138,181401,1,-6744.6,767.858,102.267,-2.74017,0,0,0.979925,-0.199368,180,100,1), - (54139,181401,1,2688.58,1488.6,244.246,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (54140,181401,1,2686.09,1510.82,244.379,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (54141,181401,1,2714.17,-356.15,118.547,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (54142,181401,1,2766.66,-395.711,120.036,1.22173,0,0,0.573576,0.819152,180,100,1), - (54143,181401,1,986.706,978.611,114.686,-2.28638,0,0,0.909961,-0.414693,180,100,1), - (54146,181401,0,-9214.25,-2141.55,70.169,1.55334,0,0,0.700909,0.71325,180,100,1), - (54147,181401,1,7856.99,-2491.97,497.065,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (54148,181401,1,7958.75,-2575.71,501.371,3.12414,0,0,0.999962,0.008727,180,100,1), - (54149,181401,1,7916.47,-2485.73,496.947,0.139626,0,0,0.069756,0.997564,180,100,1), - (54150,181401,1,7953.25,-2441.07,496.723,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (54153,181401,1,1928.31,-4248.18,55.957,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (54154,181401,1,-1035.33,-3655.5,31.1372,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (54155,181401,1,-1033.01,-3642.91,31.0176,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (54156,181401,1,-381.048,-2643.36,107.128,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (54157,181401,1,-422.354,-2659.55,107.263,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (54158,181401,1,6420.54,559.739,21.327,1.25664,0,0,0.587785,0.809017,180,100,1), - (54159,181401,1,6468.23,703.672,24.6131,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (54160,181401,1,6434.66,504.66,16.5225,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (54161,181401,1,-3836.67,-4444.63,16.0376,0.802851,0,0,0.390731,0.920505,180,100,1), - (54162,181401,1,-3706.26,-4339.77,15.0358,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (54163,181401,1,-3701.42,-4534.23,22.6717,0.453786,0,0,0.224951,0.97437,180,100,1), - (54164,181401,1,-4371.31,3318.78,21.5712,1.53589,0,0,0.694658,0.71934,180,100,1), - (54165,181401,1,-4384.07,3259.21,21.538,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (54166,181401,1,-2376.24,-1976.42,104.757,2.63545,0,0,0.968148,0.25038,180,100,1), - (54167,181401,1,-2384.12,-2010.97,111.793,-2.11185,0,0,0.870356,-0.492423,180,100,1), - (54168,181401,0,2300.95,-5345.13,97.9984,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (54169,181401,0,2297.33,-5338.97,97.9691,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (54170,181401,0,-6682.21,-2237.32,269.918,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (54171,181401,1,8013.88,-2676.42,523.229,2.77507,0,0,0.983255,0.182236,180,100,1), - (54172,181401,1,7831.7,-2476.79,502.888,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (54173,181401,1,7964.41,-2439.66,496.665,-1.44862,0,0,0.66262,-0.748956,180,100,1), - (54174,181401,0,-6664.69,-2226.46,269.916,0.558505,0,0,0.275637,0.961262,180,100,1), - (54175,181401,1,7968.29,-2378.91,496.826,1.65806,0,0,0.737277,0.67559,180,100,1), - (54176,181401,1,7861.9,-2568.31,499.149,0.087266,0,0,0.043619,0.999048,180,100,1), - (54177,181401,1,7883.59,-2461.34,503.191,1.69297,0,0,0.748956,0.66262,180,100,1), - (54178,181401,0,-10950.4,-3390.95,77.247,2.89725,0,0,0.992546,0.121869,180,100,1), - (54179,181401,0,-11009,-3342.63,87.0738,1.79769,0,0,0.782608,0.622515,180,100,1), - (54180,181401,0,-5578.94,-461.743,409.891,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (54181,181401,0,-5612.14,-518.682,411.982,3.12414,0,0,0.999962,0.008727,180,100,1), - (54182,181401,0,-10515.1,-1176.3,34.0014,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (54183,181401,0,-10491,-1155.44,33.921,0.087266,0,0,0.043619,0.999048,180,100,1), - (54184,181401,0,-9494.06,-1201.46,53.3359,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (54185,181401,0,-9530.79,-1220.31,51.7466,-0.610865,0,0,0.300706,-0.953717,180,100,1), - (54186,181401,0,-12330.1,185.076,17.687,-0.523599,0,0,0.258819,-0.965926,180,100,1), - (54187,181401,0,-12415,206.759,8.87249,0.034907,0,0,0.017452,0.999848,180,100,1), - (54188,181401,0,-12443.7,197.949,8.84866,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (54189,181401,0,-10512.3,-3253.08,30.6501,-0.139626,0,0,0.069756,-0.997564,180,100,1), - (54190,181401,0,255.719,-2003.95,183.79,-2.51327,0,0,0.951057,-0.309017,180,100,1), - (54192,181401,0,-3808.09,-816.943,15.8813,1.55334,0,0,0.700909,0.71325,180,100,1), - (54193,181401,0,-3824.02,-816.665,15.8994,1.55334,0,0,0.700909,0.71325,180,100,1), - (54195,181401,0,-18.6373,-943.004,59.95,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (54196,181401,1,-1042.29,-3651.41,38.1868,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (54197,181401,1,-387.531,-2659.31,107.059,-0.349066,0,0,0.173648,-0.984808,180,100,1), - (54198,181401,1,-421.063,-2629.84,107.871,2.05949,0,0,0.857167,0.515038,180,100,1), - (54199,181401,1,7830.23,-2446.4,503.081,1.6057,0,0,0.71934,0.694658,180,100,1), - (54200,181401,1,7946.01,-2381.58,496.724,1.72788,0,0,0.760406,0.649448,180,100,1), - (54201,181401,1,1965.27,-4751.63,70.7718,1.97222,0,0,0.833886,0.551937,180,100,1), - (54202,181401,1,-475.92,-2605.15,119.967,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (54203,181401,1,-396.547,-2666.66,106.95,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (54204,181401,1,-481.507,-2614.01,120.002,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (54205,181401,1,2126.65,-4732.87,60.9998,2.61799,0,0,0.965926,0.258819,180,100,1), - (54206,181401,1,-1035.33,-3655.5,31.1372,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (54207,181401,1,-491.169,-2595.57,119.971,2.05949,0,0,0.857167,0.515038,180,100,1), - (54209,181401,1,-480.887,-2595.91,119.98,0.994838,0,0,0.477159,0.878817,180,100,1), - (54210,181401,1,-1033.01,-3642.91,31.0176,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (54211,181401,1,-1044.43,-3666.5,40.3548,-0.191986,0,0,0.095846,-0.995396,180,100,1), - (54212,181401,0,-925.596,-3521.91,79.0482,0.017453,0,0,0.008727,0.999962,180,100,1), - (54213,181401,0,-948.427,-3541.12,69.6123,3.14159,0,0,1,0,180,100,1), - (54214,181401,0,-9471.47,42.1477,68.3571,1.48353,0,0,0.67559,0.737277,180,100,1), - (54215,181401,0,-10515.1,-1150.08,33.9502,1.64061,0,0,0.731354,0.681998,180,100,1), - (54216,181401,0,-5593.03,-509.229,411.614,3.10669,0,0,0.999848,0.017452,180,100,1), - (54217,181401,0,-10500.2,-1148.38,33.9002,1.71042,0,0,0.75471,0.656059,180,100,1), - (54218,181401,0,-5596.98,-512.899,411.597,1.55334,0,0,0.700909,0.71325,180,100,1), - (54219,181401,0,-10500.2,-1148.38,33.9002,1.71042,0,0,0.75471,0.656059,180,100,1), - (54220,181401,0,-6488.25,-1191.1,343.957,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (54221,181401,0,-6486.01,-1180.54,343.689,0.610865,0,0,0.300706,0.953717,180,100,1), - (54222,181401,0,-6498.48,-1189.06,343.713,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (54223,181401,0,-5359.22,-2966.16,332.193,0.279253,0,0,0.139173,0.990268,180,100,1), - (54224,181401,0,-12443.2,216.839,8.99457,2.51327,0,0,0.951057,0.309017,180,100,1), - (54225,181401,0,-12377.7,126.1,13.2569,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (54226,181401,0,-10500.9,-3239.66,30.7801,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (54227,181401,0,-10483.8,-3242.9,30.719,-2.32129,0,0,0.91706,-0.398749,180,100,1), - (54228,181401,0,-612.96,-4598.89,15.0267,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (54229,181401,0,-10645.2,1192.53,40.5648,2.49582,0,0,0.948324,0.317305,180,100,1), - (54230,181401,0,-10660.1,1172.91,40.523,2.46091,0,0,0.942641,0.333807,180,100,1), - (54231,181401,0,-3839.06,-827.16,15.9029,1.55334,0,0,0.700909,0.71325,180,100,1), - (54232,181401,0,-5.20785,-920.463,59.9466,1.09956,0,0,0.522499,0.85264,180,100,1), - (54233,181401,0,-841.549,-578.788,17.503,0,0,0,0,1,180,100,1), - (54235,181401,0,-9451.46,22.5549,72.5988,-0.122173,0,0,0.061049,-0.998135,180,100,1), - (54236,181401,0,-5575.94,-509.474,411.792,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54237,181401,0,-10538.8,-1170.11,34.1571,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (54238,181401,0,-10538.8,-1170.11,34.1571,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (54239,181401,0,-6496.73,-1178.66,343.566,2.18166,0,0,0.887011,0.461749,180,100,1), - (54240,181401,0,-6496.61,-1178.53,330.18,2.18166,0,0,0.887011,0.461749,180,100,1), - (54241,181401,0,-5367.56,-2976.09,332.28,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (54242,181401,0,-14423.2,526.542,9.59473,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (54243,181401,0,-12367.1,130.978,12.4814,-0.959931,0,0,0.461749,-0.887011,180,100,1), - (54244,181401,0,-12368.8,148.372,12.4745,1.15192,0,0,0.544639,0.838671,180,100,1), - (54246,181401,0,-3700.95,-814.647,22.5461,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (54248,181401,0,-867.686,-576.159,17.469,3.14159,0,0,1,0,180,100,1), - (54249,181401,0,-21.0875,-934.167,60.5195,2.68781,0,0,0.97437,0.224951,180,100,1), - (54250,181401,0,-9233.22,-2167.36,70.2522,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (54252,181401,0,-8862.35,489.578,122.263,-2.46091,0,0,0.942641,-0.333807,180,100,1), - (54253,181401,0,-925.259,-3486.37,69.2509,3.08923,0,0,0.999657,0.026177,180,100,1), - (54254,181401,0,-10533.7,-1151.55,34.01,1.64061,0,0,0.731354,0.681998,180,100,1), - (54255,181401,0,-10530.2,-1177.49,33.8839,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (54256,181401,0,-14470.8,488.611,32.3965,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (54257,181401,0,-12333.8,196.467,16.9059,0.558505,0,0,0.275637,0.961262,180,100,1), - (54258,181401,0,-12362.8,140.281,12.5022,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (54259,181401,0,-12426.9,222.16,8.95219,1.23918,0,0,0.580703,0.814116,180,100,1), - (54260,181401,0,-10652.5,1182.52,40.4796,2.51327,0,0,0.951057,0.309017,180,100,1), - (54263,181401,0,-10500.5,-1164.44,34.3681,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (54264,181401,0,-14423.2,526.542,9.59473,-1.18682,0,0,0.559193,-0.829037,180,100,1), - (54265,181401,0,-12351.3,185.754,16.885,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (54266,181401,0,-12378.9,147.349,12.4606,2.18166,0,0,0.887011,0.461749,180,100,1), - (54267,181401,0,-12382.9,138.045,12.4814,-3.05433,0,0,0.999048,-0.043619,180,100,1), - (54268,181401,0,-10644.9,1162.15,40.7612,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (54269,181401,0,-10638.1,1107.93,42.1291,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (54270,181401,0,-859.065,-553.185,17.4666,1.5708,0,0,0.707107,0.707107,180,100,1), - (54271,181401,0,-848.737,-602.049,17.5255,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54272,181401,0,-10500.5,-1164.44,34.3681,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (54273,181401,0,-10491,-1155.44,33.921,0.087266,0,0,0.043619,0.999048,180,100,1), - (54274,181401,0,-10533.7,-1151.55,34.01,1.64061,0,0,0.731354,0.681998,180,100,1), - (54275,181401,0,-3827.5,-842.746,15.8873,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (54276,181401,0,-3800.41,-825.279,15.9244,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54277,181401,0,-9241.35,-2158.48,70.1542,3.12414,0,0,0.999962,0.008727,180,100,1), - (54278,181401,0,-9202.23,-2141.32,70.2668,1.6057,0,0,0.71934,0.694658,180,100,1), - (54279,181401,0,-14470.8,488.611,32.3965,-2.26893,0,0,0.906308,-0.422618,180,100,1), - (54280,181401,0,308.876,-2121.24,127.864,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (54281,181401,0,-3642.64,-725.777,19.28,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (54282,181401,0,-9221.18,-2167.57,70.2239,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (54625,181431,0,1693.97,239.468,62.5957,1.5708,0,0,0.707107,0.707107,180,100,1), - (54626,181431,0,1526.29,240.466,-62.1777,1.71042,0,0,0.75471,0.656059,180,100,1), - (54627,181431,0,1595.8,239.96,-52.1429,-2.05949,0,0,0.857167,-0.515038,180,100,1), - (54628,181431,0,1660.9,240.226,-62.1779,0.488692,0,0,0.241922,0.970296,180,100,1), - (54629,181431,0,1596.23,307.214,-62.1777,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (54630,181431,0,1503.1,334.538,-60.0877,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (54631,181431,0,1687.98,146.89,-60.4624,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (54632,181431,0,1744.01,386.966,-62.2913,2.33874,0,0,0.920505,0.390731,180,100,1), - (54633,181431,0,1594.57,176.937,-62.1779,-1.13446,0,0,0.5373,-0.843391,180,100,1), - (54634,181431,0,1773.19,237.801,-62.1757,2.84489,0,0,0.989016,0.147809,180,100,1), - (54635,181431,0,1569.78,241.011,61.6564,-1.97222,0,0,0.833886,-0.551937,180,100,1), - (54636,181431,0,1297.85,331.653,-60.0831,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (54637,181431,0,1743.14,90.7159,-62.2755,0.017453,0,0,0.008727,0.999962,180,100,1), - (54638,181431,0,1558.89,240.873,-43.1027,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (54639,181431,0,1595.57,276.88,-43.1027,3.03687,0,0,0.99863,0.052336,180,100,1), - (54640,181431,0,1594.36,204.04,-43.1027,0.244346,0,0,0.121869,0.992546,180,100,1), - (54641,181431,0,1805.65,237.711,62.7537,2.89725,0,0,0.992546,0.121869,180,100,1), - (54642,181431,0,1633.27,239.368,-43.1027,0.558505,0,0,0.275637,0.961262,180,100,1), - (54643,181431,0,1698.62,321.394,-60.4842,-2.70526,0,0,0.976296,-0.21644,180,100,1), - (54644,181431,0,1417.78,241.386,-62.1757,0.122173,0,0,0.061049,0.998135,180,100,1), - (54645,181431,0,1641.57,240.113,62.5916,2.00713,0,0,0.843391,0.5373,180,100,1), - (54646,181431,0,1584.89,63.2274,-62.1757,-0.174533,0,0,0.087156,-0.996195,180,100,1), - (54647,181431,0,1501.1,146.545,-60.0869,0.820305,0,0,0.398749,0.91706,180,100,1), - (54648,181431,0,1434.29,400.923,-85.2619,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (54649,181431,0,1442.64,87.9136,-62.283,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (54650,181431,0,1598.09,414.795,-62.1773,1.98968,0,0,0.838671,0.544639,180,100,1), - (54651,181431,0,-8953.48,520.944,96.3566,-2.09439,0,0,0.866025,-0.5,180,100,1), - (54652,181431,0,-8713.34,519.887,97.1824,1.41372,0,0,0.649448,0.760406,180,100,1), - (54653,181431,0,-8532.75,448.786,104.917,1.6057,0,0,0.71934,0.694658,180,100,1), - (54654,181431,0,-8870.88,585.489,92.6893,2.23402,0,0,0.898794,0.438371,180,100,1), - (54655,181431,0,-8987.21,869.165,105.691,1.85005,0,0,0.798636,0.601815,180,100,1), - (54656,181431,0,-8459.98,637.94,91.8711,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (54657,181431,0,-8743.69,712.323,98.1487,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (54658,181431,0,-8710.94,611.629,125.079,3.10669,0,0,0.999848,0.017452,180,100,1), - (54659,181431,0,-8572.69,753.319,96.6506,2.75762,0,0,0.981627,0.190809,180,100,1), - (54660,181431,0,-8870.28,712.3,97.5819,0.436332,0,0,0.21644,0.976296,180,100,1), - (54661,181431,0,-8488.67,559.471,97.5893,0.907571,0,0,0.438371,0.898794,180,100,1), - (54662,181431,0,-8618.5,833.235,96.6932,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (54663,181431,0,-8511.75,652.745,100.292,2.79253,0,0,0.984808,0.173648,180,100,1), - (54664,181431,0,-8799.97,475.277,95.5325,2.04204,0,0,0.85264,0.522499,180,100,1), - (54665,181431,0,-8845.22,837.503,98.7247,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (54666,181431,0,-8576.73,541.35,101.783,2.67035,0,0,0.97237,0.233445,180,100,1), - (54667,181431,0,-8364.16,628.171,95.062,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (54668,181431,0,-8813.68,572.554,94.4928,1.71042,0,0,0.75471,0.656059,180,100,1), - (54669,181431,0,-8673.85,447.711,99.6484,0,0,0,0,1,180,100,1), - (54670,181431,0,-8933.02,958.447,117.329,-1.67552,0,0,0.743145,-0.669131,180,100,1), - (54671,181431,0,-8613.32,513.735,103.433,-1.81514,0,0,0.788011,-0.615661,180,100,1), - (54672,181431,0,-9045.98,448.512,93.0558,1.91986,0,0,0.819152,0.573576,180,100,1), - (54673,181431,0,-8921.26,778.87,87.1535,4.71239,0,0,0.707107,-0.707107,180,100,1), - (54674,181431,0,-4755.75,-1155.98,502.212,-0.994838,0,0,0.477159,-0.878817,180,100,1), - (54675,181431,0,-4980.53,-884.663,501.649,-0.383972,0,0,0.190809,-0.981627,180,100,1), - (54676,181431,0,-4790.37,-883.416,501.659,-0.733038,0,0,0.358368,-0.93358,180,100,1), - (54677,181431,0,-4824.78,-1073.2,502.197,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (54678,181431,0,-4971.12,-1210.05,501.839,-2.1293,0,0,0.87462,-0.48481,180,100,1), - (54679,181431,0,-4776.58,-1027.98,502.212,-1.90241,0,0,0.814116,-0.580703,180,100,1), - (54680,181431,0,-4971.04,-972.075,503.137,0.506145,0,0,0.25038,0.968148,180,100,1), - (54681,181431,0,-4832.8,-1271.77,501.868,0.087266,0,0,0.043619,0.999048,180,100,1), - (54682,181431,0,-4664.53,-954.755,500.377,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (54683,181431,0,-5003.65,-1114.23,501.677,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (54684,181431,0,-4878.74,-1113.32,502.212,1.8675,0,0,0.803857,0.594823,180,100,1), - (54685,181431,0,-4627.81,-1083.07,501.215,2.1293,0,0,0.87462,0.48481,180,100,1), - (54686,181431,0,-4799.59,-1107.13,498.807,-2.3911,0,0,0.930418,-0.366501,180,100,1), - (54687,181431,0,-4699.79,-1222.77,501.659,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (54688,181431,1,1568.88,-4314.68,22.4078,0.593412,0,0,0.292372,0.956305,180,100,1), - (54689,181431,1,-1209.1,-71.6904,157.981,1.39626,0,0,0.642788,0.766044,180,100,1), - (54690,181431,1,1682.48,-4298.48,4.84644,1.16937,0,0,0.551937,0.833886,180,100,1), - (54691,181431,1,-1024.92,201.019,135.315,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (54692,181431,1,1726.61,-4072.02,43.6949,2.25148,0,0,0.902585,0.430511,180,100,1), - (54693,181431,1,1928.97,-4279.17,29.862,0.20944,0,0,0.104528,0.994522,180,100,1), - (54694,181431,1,-1090.93,-63.0738,151.905,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (54695,181431,1,1924.25,-4583.65,33.8937,-2.84489,0,0,0.989016,-0.147809,180,100,1), - (54696,181431,1,-1281.58,130.652,131.33,0.855211,0,0,0.414693,0.909961,180,100,1), - (54697,181431,1,-1203.32,0.722928,165.516,-1.51844,0,0,0.688354,-0.725374,180,100,1), - (54698,181431,1,-1328.23,24.5104,138.505,-2.00713,0,0,0.843391,-0.5373,180,100,1), - (54699,181431,1,-1285.22,-116.343,172.316,-0.942478,0,0,0.453991,-0.891006,180,100,1), - (54700,181431,1,-1388.65,-128.852,157.164,0.453786,0,0,0.224951,0.97437,180,100,1), - (54701,181431,1,1962.86,-4743.28,53.0303,-0.069813,0,0,0.034899,-0.999391,180,100,1), - (54702,181431,1,1931.64,-4665.24,26.9095,0.331613,0,0,0.165048,0.986286,180,100,1), - (54703,181431,1,1542.07,-4412.53,10.2388,-1.37881,0,0,0.636078,-0.771625,180,100,1), - (54704,181431,1,-958.499,261.57,135.746,2.49582,0,0,0.948324,0.317305,180,100,1), - (54705,181431,1,-1071.42,-245.669,159.03,2.23402,0,0,0.898794,0.438371,180,100,1), - (54706,181431,1,-1073.08,-4.91715,140.82,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (54707,181431,1,1943.9,-4435.26,22.9053,1.71042,0,0,0.75471,0.656059,180,100,1), - (54708,181431,1,1436.28,-4421.57,25.2354,0.10472,0,0,0.052336,0.99863,180,100,1), - (54709,181431,1,1865.79,-4507.46,24.1635,-0.471239,0,0,0.233445,-0.97237,180,100,1), - (54710,181431,1,2046.99,-4694.22,32.0786,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (54711,181431,1,1710.71,-3931.83,50.1092,-2.72271,0,0,0.978148,-0.207912,180,100,1), - (54712,181431,1,2103.28,-4615.66,58.4212,-1.22173,0,0,0.573576,-0.819152,180,100,1), - (54713,181431,1,1984.92,-4620.55,23.8024,-0.628319,0,0,0.309017,-0.951056,180,100,1), - (54714,181431,1,1718.27,-4373.43,29.3622,0.872665,0,0,0.422618,0.906308,180,100,1), - (54715,181431,1,1638.53,-4266.72,49.5179,1.36136,0,0,0.62932,0.777146,180,100,1), - (54716,181431,1,1453.85,-4199.93,39.1787,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (54717,181431,1,1750.27,-4517,26.4759,-2.96706,0,0,0.996195,-0.087156,180,100,1), - (54718,181431,1,1899.41,-4735.92,35.9949,2.80998,0,0,0.986286,0.165048,180,100,1), - (54719,181431,1,-1220.3,54.1701,129.126,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (54720,181431,1,-1196.99,25.2886,176.949,-1.29154,0,0,0.601815,-0.798635,180,100,1), - (54721,181431,1,1616.08,-4116.68,29.466,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (54722,181431,1,-1144.95,47.5701,144.553,1.39626,0,0,0.642788,0.766044,180,100,1), - (54723,181431,1,-1134.83,-124.223,171.786,0.174533,0,0,0.087156,0.996195,180,100,1), - (54724,181431,1,1578.97,-4209.47,43.0179,2.74017,0,0,0.979925,0.199368,180,100,1), - (54725,181431,1,-1163.67,168.452,143.965,2.05949,0,0,0.857167,0.515038,180,100,1), - (54726,181431,1,1780.35,-4290.52,18.2152,0.087266,0,0,0.043619,0.999048,180,100,1), - (54727,181431,1,1802.16,-4338.96,-11.2666,1.41372,0,0,0.649448,0.760406,180,100,1), - (54728,181431,1,1783.82,-4227.54,39.5197,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54729,181431,1,-1417.4,-62.2922,156.886,0.610865,0,0,0.300706,0.953717,180,100,1), - (54730,181431,1,1668.13,-4419.98,17.3981,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (54731,181431,1,1846.51,-4408.01,5.12675,-0.488692,0,0,0.241922,-0.970296,180,100,1), - (54732,181431,1,1608.08,-4385.08,10.1315,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (54733,181431,1,-1034.46,-229.359,160.215,-1.25664,0,0,0.587785,-0.809017,180,100,1), - (54734,181431,1,10178.8,2355.7,1328.35,-2.19912,0,0,0.891007,-0.45399,180,100,1), - (54735,181431,1,9950.22,2080.89,1327.7,3.03687,0,0,0.99863,0.052336,180,100,1), - (54736,181431,1,9815.27,2528.9,1320.81,2.63545,0,0,0.968148,0.25038,180,100,1), - (54737,181431,1,10128,2580.78,1325.3,1.20428,0,0,0.566406,0.824126,180,100,1), - (54738,181431,1,9951.88,2305.55,1336.55,-0.872665,0,0,0.422618,-0.906308,180,100,1), - (54739,181431,1,9659.17,2432.43,1335.68,2.05949,0,0,0.857167,0.515038,180,100,1), - (54740,181431,1,9946.16,2592.42,1316.2,-1.64061,0,0,0.731354,-0.681998,180,100,1), - (54741,181431,1,9952.4,2176.68,1327.46,-0.977384,0,0,0.469472,-0.882948,180,100,1), - (54742,181431,1,9820.36,2218.26,1327.76,-2.93215,0,0,0.994522,-0.104529,180,100,1), - (54743,181431,1,10122.9,2244.75,1327.52,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (54744,181431,1,9839.83,2355.76,1316.03,0.401426,0,0,0.199368,0.979925,180,100,1), - (54745,181431,1,9706.17,2524.42,1335.69,4.71239,0,0,0.707107,-0.707107,180,100,1), - (54746,181431,1,10193.5,2543.76,1338.6,1.95477,0,0,0.829038,0.559193,180,100,1), - (54747,181431,1,9948.98,2420.34,1326.38,2.51327,0,0,0.951057,0.309017,180,100,1), - (54748,181431,1,8696.91,944.46,13.5097,1.37881,0,0,0.636078,0.771625,180,100,1), - (54749,181431,1,9898.6,2530.83,1315.4,1.44862,0,0,0.66262,0.748956,180,100,1), - (54750,181431,1,10104.6,2469.82,1317.17,2.96706,0,0,0.996195,0.087156,180,100,1), - (54751,181431,1,10031.6,2500.51,1318.42,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (54752,181431,1,9734.43,2260.26,1327.49,1.62316,0,0,0.725374,0.688355,180,100,1), - (54753,181431,1,9952.83,2258.2,1335.57,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (54754,181431,1,9858.95,2280.49,1327.27,0.785398,0,0,0.382683,0.92388,180,100,1), - (54755,181431,1,9607.5,2523.04,1331.64,2.35619,0,0,0.92388,0.382683,180,100,1), - (54756,181431,1,9939.26,2502.18,1317.94,1.93731,0,0,0.824126,0.566406,180,100,1), - (54757,181431,1,10040.7,2283.16,1328.87,-1.76278,0,0,0.771625,-0.636078,180,100,1), - (54758,181431,1,9651.16,2333.63,1327.49,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (54759,181431,1,10088.2,2374.62,1314.94,-1.41372,0,0,0.649448,-0.760406,180,100,1), - (54760,181431,1,8784.62,966.791,30.2048,2.04204,0,0,0.85264,0.522499,180,100,1), - (54761,181431,1,9884.66,2446.58,1316.8,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (54762,181431,1,9985.5,1990.21,1327.64,-0.226893,0,0,0.113203,-0.993572,180,100,1), - (54763,181431,1,9768.75,2298.74,1327.45,-0.663225,0,0,0.325568,-0.945519,180,100,1), - (54764,187576,1,-1042.19,-3671.98,25.159,1.27409,0,0,0.594823,0.803857,180,100,1), - (54765,187576,1,-6111.11,-1150.63,-186.798,2.60054,0,0,0.96363,0.267238,180,100,1), - (54766,187576,1,-6111.11,-1150.63,-186.798,2.60054,0,0,0.96363,0.267238,180,100,1), - (54767,187576,1,6436.52,528.038,12.4771,-2.02458,0,0,0.848048,-0.529919,180,100,1), - (54768,187576,1,6429.35,505.704,12.7617,1.50098,0,0,0.681998,0.731354,180,100,1), - (54769,187576,1,2774.42,-412.949,114.748,2.93215,0,0,0.994522,0.104528,180,100,1), - (54770,187576,1,2746.52,-410.95,114.57,-0.401426,0,0,0.199368,-0.979925,180,100,1), - (54771,187576,1,2763.33,-443.494,114.795,2.63545,0,0,0.968148,0.25038,180,100,1), - (54775,187576,0,2308.39,-5340.95,93.1183,-2.56563,0,0,0.95882,-0.284015,180,100,1), - (54776,187576,0,2038.43,155.884,36.0196,-0.890118,0,0,0.430511,-0.902585,180,100,1), - (54777,187576,0,-6642.27,-2175.37,245.931,-1.46608,0,0,0.669131,-0.743145,180,100,1), - (54778,187576,0,-9499.94,66.9415,57.203,-0.244346,0,0,0.121869,-0.992546,180,100,1), - (54779,187576,0,-7477.69,-2192.74,168.943,0.15708,0,0,0.078459,0.996917,180,100,1), - (54780,187576,0,-7479.02,-2191.29,168.971,1.44862,0,0,0.66262,0.748956,180,100,1), - (54781,187576,0,-1221.52,-2542.8,25.7959,-2.79253,0,0,0.984808,-0.173648,180,100,1), - (54782,187576,0,-1216.53,-2521.38,24.6897,2.70526,0,0,0.976296,0.21644,180,100,1), - (54783,187576,1,-890.425,-3771.18,12.8452,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (54784,187576,1,-953.439,-3760.35,6.53835,1.32645,0,0,0.615662,0.788011,180,100,1), - (54785,187576,0,-10523.1,-1175.39,31.0316,1.65806,0,0,0.737277,0.67559,180,100,1), - (54786,187576,0,-5593.13,-489.437,398.363,1.53589,0,0,0.694658,0.71934,180,100,1), - (54787,187576,0,-5357.04,-528.766,392.575,0.645772,0,0,0.317305,0.948324,180,100,1), - (54788,187576,0,-5608.48,-521.513,401.212,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54789,187576,0,-10523.1,-1175.39,31.0316,1.65806,0,0,0.737277,0.67559,180,100,1), - (54790,187576,0,-9497,-1188.62,50.7243,-1.48353,0,0,0.67559,-0.737277,180,100,1), - (54791,187576,0,-6599.94,-1036.08,252.417,1.91986,0,0,0.819152,0.573576,180,100,1), - (54792,187576,0,-9536.68,-1208.95,49.4019,-2.18166,0,0,0.887011,-0.461749,180,100,1), - (54793,187576,0,522.931,1658.99,112.467,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54794,187576,0,-14460.8,484.582,16.1547,0.837758,0,0,0.406737,0.913545,180,100,1), - (54795,187576,1,-452.303,-2662.49,95.5842,1.32645,0,0,0.615662,0.788011,180,100,1), - (54796,187576,1,-6114.17,-1156.72,-187.071,2.30383,0,0,0.913545,0.406737,180,100,1), - (54797,187576,0,390.723,-2100.18,132.874,0.244346,0,0,0.121869,0.992546,180,100,1), - (54798,187576,0,304.943,-2112.63,124.409,-2.89725,0,0,0.992546,-0.121869,180,100,1), - (54799,187576,0,-10655.3,1177.72,39.067,-0.680679,0,0,0.333807,-0.942641,180,100,1), - (54800,187576,1,6407.31,510.362,12.7691,1.18682,0,0,0.559193,0.829038,180,100,1), - (54801,187576,1,6382.03,520.524,12.9657,1.01229,0,0,0.48481,0.87462,180,100,1), - (54802,187576,1,6402.88,511.721,12.7966,1.27409,0,0,0.594823,0.803857,180,100,1), - (54803,187576,1,6389.4,543.064,12.6777,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (54804,187576,0,-19.8998,-709.855,70.674,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (54805,187576,1,6816.29,-4619.22,711.458,2.07694,0,0,0.861629,0.507538,180,100,1), - (54806,187576,1,-2380.68,-1870.94,96.6911,-1.09956,0,0,0.522499,-0.85264,180,100,1), - (54807,187576,1,-2287.1,-2169.96,96.1552,0.558505,0,0,0.275637,0.961262,180,100,1), - (54808,187576,1,2740.65,-427.079,114.619,-0.331612,0,0,0.165048,-0.986286,180,100,1), - (54809,187576,1,-5409.87,-2422.95,90.1097,0.994838,0,0,0.477159,0.878817,180,100,1), - (54810,187576,0,-9589.76,-1928.48,64.1741,1.91986,0,0,0.819152,0.573576,180,100,1), - (54811,187576,1,-1042.19,-3671.98,25.159,1.27409,0,0,0.594823,0.803857,180,100,1), - (54812,187576,1,-436.4,-2589.64,96.3236,-2.25148,0,0,0.902585,-0.430511,180,100,1), - (54813,187576,1,-6114.17,-1156.72,-187.071,2.30383,0,0,0.913545,0.406737,180,100,1), - (54814,187576,1,-2288.14,-2169.88,96.1271,2.61799,0,0,0.965926,0.258819,180,100,1), - (54815,187576,1,-2358.52,-1981.28,106.493,2.56563,0,0,0.95882,0.284015,180,100,1), - (54816,187576,0,2294.46,-5350.28,93.0342,0.593412,0,0,0.292372,0.956305,180,100,1), - (54817,187576,0,2304.59,-5335.3,93.0093,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (54818,187576,0,-896.141,-3505.67,72.1901,-1.71042,0,0,0.75471,-0.656059,180,100,1), - (54819,187576,0,-924.512,-3536.54,77.1116,-0.087267,0,0,0.04362,-0.999048,180,100,1), - (54820,187576,0,-1006.65,-3575.4,58.2609,3.00197,0,0,0.997564,0.069757,180,100,1), - (54821,187576,0,-6631.9,-2172.07,246.708,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (54822,187576,0,-9431.16,63.5481,58.1995,3.12414,0,0,0.999962,0.008727,180,100,1), - (54823,187576,0,-10541.6,-1181.24,28.4948,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (54824,187576,0,-10549,-1113.2,33.6784,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (54825,187576,0,-10550.2,-1104.42,33.7316,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (54826,187576,0,-10534.2,-1159.23,30.3795,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (54827,187576,0,-5579.73,-525.05,404.467,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (54828,187576,0,-10533.3,-1162.61,30.1223,0.087266,0,0,0.043619,0.999048,180,100,1), - (54829,187576,0,-6561.48,-1102.74,311.053,0.314159,0,0,0.156434,0.987688,180,100,1), - (54830,187576,0,-9648.42,-1336.6,50.6041,2.9147,0,0,0.993572,0.113203,180,100,1), - (54831,187576,0,505.534,1656.23,118.286,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54832,187576,0,528.155,1643.84,105.854,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (54833,187576,0,-12429.2,209.502,5.94211,0.890118,0,0,0.430511,0.902585,180,100,1), - (54834,187576,0,-12440.4,199.486,5.31841,0.698132,0,0,0.34202,0.939693,180,100,1), - (54835,187576,0,-632.737,-4718.25,5.79148,-2.63545,0,0,0.968148,-0.25038,180,100,1), - (54836,187576,0,309.079,-2130.54,124.394,-2.94961,0,0,0.995396,-0.095846,180,100,1), - (54837,187576,0,-10641.5,1167.82,40.2927,-0.541052,0,0,0.267238,-0.96363,180,100,1), - (54839,187576,0,-36.0071,-947.25,57.4091,1.27409,0,0,0.594823,0.803857,180,100,1), - (54840,187576,0,-51.7141,-974.486,60.3425,1.25664,0,0,0.587785,0.809017,180,100,1), - (54842,187576,0,-843.173,-581.619,13.5102,3.14159,0,0,1,0,180,100,1), - (54843,187576,1,6809.78,-4617.86,711.32,1.5708,0,0,0.707107,0.707107,180,100,1), - (54844,187576,1,-2348.69,-1912.03,96.1628,-2.9147,0,0,0.993572,-0.113203,180,100,1), - (54845,187576,1,-2362.39,-1975.67,106.765,-2.07694,0,0,0.861629,-0.507538,180,100,1), - (54846,187576,1,-5403.29,-2418.45,89.9686,-3.10669,0,0,0.999848,-0.017452,180,100,1), - (54847,187576,0,-9213.55,-2224.49,69.3168,1.5708,0,0,0.707107,0.707107,180,100,1), - (54848,187576,0,-9636.21,-2086.49,62.582,1.09956,0,0,0.522499,0.85264,180,100,1), - (54849,187576,0,-9435.35,-2228.51,70.0283,-0.925024,0,0,0.446198,-0.894934,180,100,1), - (54850,187576,1,-957.686,-3681.65,8.48984,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54851,187576,1,-1040.89,-3662.1,25.2646,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (54852,187576,1,-953.439,-3760.35,6.53835,1.32645,0,0,0.615662,0.788011,180,100,1), - (54853,187576,1,-2360.38,-1984.47,106.407,2.63545,0,0,0.968148,0.25038,180,100,1), - (54854,187576,1,-1040.89,-3662.1,25.2646,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (54855,187576,1,-957.686,-3681.65,8.48984,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54856,187576,1,-452.288,-2663.83,95.6572,-1.65806,0,0,0.737277,-0.67559,180,100,1), - (54857,187576,1,-886.465,-3776.22,12.6686,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (54858,187576,1,-890.425,-3771.18,12.8452,-2.49582,0,0,0.948324,-0.317305,180,100,1), - (54859,187576,1,-434.472,-2599.76,96.3508,3.07178,0,0,0.999391,0.034899,180,100,1), - (54860,187576,0,2290.65,-5344.6,92.9907,0.593412,0,0,0.292372,0.956305,180,100,1), - (54861,187576,1,-886.465,-3776.22,12.6686,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (54862,187576,0,-9477.87,32.1865,59.23,-0.15708,0,0,0.078459,-0.996917,180,100,1), - (54863,187576,0,-9463.9,33.9063,58.7647,-1.72788,0,0,0.760406,-0.649448,180,100,1), - (54864,187576,0,-10512,-1151.34,29.9757,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (54865,187576,0,-5590.9,-513.917,405.771,1.65806,0,0,0.737277,0.67559,180,100,1), - (54866,187576,0,-6559.29,-1173.51,311.369,1.15192,0,0,0.544639,0.838671,180,100,1), - (54867,187576,0,-5362.44,-2968.69,327.632,-2.86234,0,0,0.990268,-0.139173,180,100,1), - (54868,187576,0,-14253.9,302.981,28.8038,1.5708,0,0,0.707107,0.707107,180,100,1), - (54869,187576,0,-12431.2,133.574,4.21531,1.0821,0,0,0.515038,0.857167,180,100,1), - (54870,187576,0,-12425,134.407,4.23034,1.93731,0,0,0.824126,0.566406,180,100,1), - (54871,187576,0,329.889,-2137.51,125.919,-1.3439,0,0,0.622515,-0.782608,180,100,1), - (54872,187576,0,-10634,1192.44,39.4125,-2.23402,0,0,0.898794,-0.438371,180,100,1), - (54873,187576,0,-123.047,-852.387,57.6284,-0.575959,0,0,0.284015,-0.95882,180,100,1), - (54874,187576,0,-10.3219,-931.982,58.6903,-2.04204,0,0,0.85264,-0.522498,180,100,1), - (54875,187576,0,-17.1319,-930.48,57.5215,2.63545,0,0,0.968148,0.25038,180,100,1), - (54876,187576,0,-849.003,-558.577,13.5004,1.5708,0,0,0.707107,0.707107,180,100,1), - (54877,187576,0,-4630.1,-928.945,506.122,0.733038,0,0,0.358368,0.93358,180,100,1), - (54878,187576,0,-906.867,-3523.45,76.6668,3.07178,0,0,0.999391,0.034899,180,100,1), - (54879,187576,0,-9475.58,11.6672,62.0472,1.44862,0,0,0.66262,0.748956,180,100,1), - (54880,187576,0,-907.369,-3535.83,76.9519,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (54881,187576,0,-5608.68,-529.576,401.066,-0.034907,0,0,0.017452,-0.999848,180,100,1), - (54882,187576,0,-5607.96,-525.5,402.749,0,0,0,0,1,180,100,1), - (54883,187576,0,-10534.2,-1159.23,30.3795,-3.07178,0,0,0.999391,-0.034899,180,100,1), - (54884,187576,0,-5388.73,-2966.02,324.224,0.261799,0,0,0.130526,0.991445,180,100,1), - (54885,187576,0,-6562.58,-1068.19,273.38,2.37365,0,0,0.927184,0.374607,180,100,1), - (54886,187576,0,518.378,1643.89,105.912,-1.55334,0,0,0.700909,-0.71325,180,100,1), - (54887,187576,0,-12431.5,209.529,4.81289,2.21657,0,0,0.894934,0.446198,180,100,1), - (54888,187576,0,-12425.8,195.253,5.48485,1.85005,0,0,0.798636,0.601815,180,100,1), - (54889,187576,0,-12418.1,207.554,5.59851,-3.08923,0,0,0.999657,-0.026177,180,100,1), - (54890,187576,0,-12433.1,136.545,3.81276,0.244346,0,0,0.121869,0.992546,180,100,1), - (54891,187576,0,-10463.5,-3280.34,21.5103,0.122173,0,0,0.061049,0.998135,180,100,1), - (54892,187576,0,-10513.7,1025.31,62.1908,-0.017453,0,0,0.008727,-0.999962,180,100,1), - (54893,187576,0,-10630.3,1030.28,35.4921,1.01229,0,0,0.48481,0.87462,180,100,1), - (54894,187576,0,-45.7437,-976.328,60.4604,1.23918,0,0,0.580703,0.814116,180,100,1), - (54895,187576,0,-41.4883,-945.367,57.4987,1.22173,0,0,0.573576,0.819152,180,100,1), - (54896,187576,0,-856.233,-492.18,16.321,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (54897,187576,0,-430.054,-582.755,54.6811,-3.12414,0,0,0.999962,-0.008727,180,100,1), - (54900,187576,0,-10549,-1113.2,33.6784,-3.00197,0,0,0.997564,-0.069756,180,100,1), - (54901,187576,0,-10512,-1151.34,29.9757,-1.50098,0,0,0.681998,-0.731354,180,100,1), - (54902,187576,0,-5409.08,-2878.84,343.427,-1.58825,0,0,0.71325,-0.700909,180,100,1), - (54903,187576,0,-6586.23,-1035.72,264.182,-3.03687,0,0,0.99863,-0.052336,180,100,1), - (54904,187576,0,342.669,1248.86,81.6274,-1.91986,0,0,0.819152,-0.573576,180,100,1), - (54905,187576,0,639.631,1291.24,86.392,2.16421,0,0,0.882948,0.469472,180,100,1), - (54906,187576,0,-12430.1,140.965,3.53968,-0.750491,0,0,0.366501,-0.930418,180,100,1), - (54907,187576,0,-10461.4,-3276.44,21.6193,-0.593412,0,0,0.292372,-0.956305,180,100,1), - (54908,187576,0,382.73,-2128.01,123.456,-2.87979,0,0,0.991445,-0.130526,180,100,1), - (54909,187576,0,391.608,-2103.98,132.701,0.174533,0,0,0.087156,0.996195,180,100,1), - (54910,187576,0,-10634,1177.63,39.5838,2.53073,0,0,0.953717,0.300706,180,100,1), - (54911,187576,0,-10655.7,1162.96,39.3237,0.959931,0,0,0.461749,0.887011,180,100,1), - (54912,187576,0,-3775.99,-732.065,9.76503,-1.01229,0,0,0.48481,-0.87462,180,100,1), - (54913,187576,0,-3816.17,-818.365,11.2636,-1.62316,0,0,0.725374,-0.688354,180,100,1), - (54914,187576,0,-373.695,-771.469,55.1236,-2.21657,0,0,0.894934,-0.446198,180,100,1), - (54915,187576,0,-875.268,-518.501,13.3671,-0.05236,0,0,0.026177,-0.999657,180,100,1), - (54916,187576,0,-9235.77,-2148.47,66.0507,3.08923,0,0,0.999657,0.026177,180,100,1), - (54917,187576,0,-10541.6,-1181.24,28.4948,-1.85005,0,0,0.798635,-0.601815,180,100,1), - (54918,187576,0,-14449,486.041,17.4141,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (54919,187576,0,-14449.9,497.04,16.623,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (54920,187576,0,-14253.9,302.981,28.8038,1.5708,0,0,0.707107,0.707107,180,100,1), - (54921,187576,0,-14460.8,484.582,16.1547,0.837758,0,0,0.406737,0.913545,180,100,1), - (54922,187576,0,392.492,-2107.72,132.757,0.174533,0,0,0.087156,0.996195,180,100,1), - (54923,187576,0,-10648,1187.87,38.7371,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (54924,187576,0,-878.069,-518.788,13.2766,-3.01942,0,0,0.998135,-0.061048,180,100,1), - (54925,187576,0,-9233.31,-2216.29,68.9112,1.5708,0,0,0.707107,0.707107,180,100,1), - (54926,187576,0,1980,248.893,37.2832,-2.61799,0,0,0.965926,-0.258819,180,100,1), - (54927,187576,0,-10550.2,-1104.42,33.7316,-2.98451,0,0,0.996917,-0.078459,180,100,1), - (54928,187576,0,-14442.7,485.205,25.3457,2.40855,0,0,0.93358,0.358368,180,100,1), - (54929,187576,0,389.891,-2096.51,132.736,0.226893,0,0,0.113203,0.993572,180,100,1), - (54930,187576,0,343.952,-2143.08,124.366,1.81514,0,0,0.788011,0.615662,180,100,1), - (54931,187576,0,-9212.75,-2143.26,65.921,-1.6057,0,0,0.71934,-0.694658,180,100,1), - (54932,187576,0,-9222.04,-2224.41,69.2314,1.50098,0,0,0.681998,0.731354,180,100,1), - (54933,187576,0,-14449,486.041,17.4141,-0.645772,0,0,0.317305,-0.948324,180,100,1), - (54934,187576,0,-14465.6,488.715,16.1825,0.837758,0,0,0.406737,0.913545,180,100,1), - (54935,187576,0,-14449.9,497.04,16.623,-2.37365,0,0,0.927184,-0.374607,180,100,1), - (54936,187576,0,-14465.6,488.715,16.1825,0.837758,0,0,0.406737,0.913545,180,100,1), - (54937,187576,0,-14442.7,485.205,25.3457,2.40855,0,0,0.93358,0.358368,180,100,1), - (54946,186327,189,1775.85,1348.62,18.1307,6.23924,0,0,0.0219706,-0.999759,25,0,1), - (54948,186314,189,1765.28,1347.46,17.5514,0.100363,0,0,0.0501604,0.998741,25,0,1), - (54949,1723,0,-923.686,-999.006,30.3479,2.21988,0,0,0.961262,-0.275637,300,100,1), - (55523,177278,1,9630.89,2520.89,1331.58,3.22902,0,0,0.999045,-0.0436984,900,100,1), - (55524,181899,0,3181.08,-4379.36,174.123,-2.03472,-0.065392,0.119494,-0.842275,0.521553,900,100,1), - (55525,182096,0,1860.85,-3731.23,196.716,-2.53214,0.033967,-0.131914,0.944741,-0.298177,180,100,1), - (55526,182097,0,2574.51,-4794.89,144.704,-1.45003,-0.097056,0.095578,-0.656229,0.742165,180,100,1), - (55527,182098,0,2962.71,-3042.31,154.789,2.08426,-0.074807,-0.113837,0.855928,0.49883,900,100,1), - (55528,181682,0,3167.72,-4355.91,138.785,1.69297,0,0,0,1,-180,255,1), - (55529,181955,0,3167.5,-4356.24,138.821,1.69297,0,0,0,1,-180,255,1), - (55530,1730,0,0.437117,-942.794,61.9384,-2.54818,0,0,0,0,-10,100,1), - (55538,300011,47,2064.12,1648.8,61.2081,1.30774,0,0,0.608264,0.793735,25,100,1), - (55539,300011,47,2105.7,1672.02,59.0945,6.13716,0,0,0.0729491,-0.997336,25,100,1), - (55540,300011,47,2146.11,1679.81,58.0822,0.403748,0,0,0.200506,0.979693,25,100,1), - (55541,300011,47,2137.09,1736.08,51.8058,2.91153,0,0,0.993391,0.114779,25,100,1), - (55542,300011,47,2082.86,1704.65,56.2846,3.38983,0,0,0.992307,-0.123803,25,100,1), - (55543,300011,47,2034.71,1730.53,60.9074,1.50488,0,0,0.683421,0.730024,25,100,1), - (55544,300011,47,2062.74,1773.09,57.918,0.548263,0,0,0.270711,0.962661,25,100,1), - (55545,300011,47,2133.34,1809.76,46.8661,1.08512,0,0,0.516328,0.856391,25,100,1), - (55546,300011,47,2125.36,1851.84,50.2691,3.16642,0,0,0.999923,-0.0124143,25,100,1), - (55547,300011,47,2067.48,1848.23,55.2606,3.16642,0,0,0.999923,-0.0124143,25,100,1), - (55548,300011,47,2038.78,1860.75,55.8016,2.18624,0,0,0.888067,0.459715,25,100,1), - (55549,300011,47,2165.94,1854.16,57.4779,5.94516,0,0,0.168208,-0.985752,25,100,1), - (55550,300011,47,2188.1,1819.3,62.0598,5.15976,0,0,0.532635,-0.846345,25,100,1), - (55551,300011,47,2014.35,1546.19,80.7209,5.08123,0,0,0.565448,-0.824784,25,100,1), - (55552,300011,47,2176.8,1526.98,71.5483,3.38084,0,0,0.992854,-0.119339,25,100,1), - (55553,300011,47,2197.64,1611.29,81.0498,0.404178,0,0,0.200716,0.979649,25,100,1), - (55554,300011,47,2141.6,1634.92,81.8847,5.69305,0,0,0.290805,-0.956782,25,100,1), - (55555,300011,47,2077.92,1740.42,77.0148,3.9102,0,0,0.92706,-0.374912,25,100,1), - (56435,165658,230,977.641,-316.468,-69.4667,1.79769,0,0,0.782608,0.622514,7200,100,1), - (56436,165658,230,291.891,-122.786,-69.1713,1.41372,0,0,0.649447,0.760406,7200,100,1), - (56438,165658,230,640.727,28.869,-74.0452,1.8675,0,0,0.803857,0.594823,7200,100,1), - (61446,175404,1,2236.38,-6675.25,127.433,1.29154,0,0,0.601814,0.798637,300,100,1), - (61449,175404,1,3601.63,-5412.79,118.231,2.02458,0,0,0.848048,0.52992,300,100,1), - (61450,2866,0,-11508.7,-3285.16,7.97583,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (61451,2866,0,-7095.3,-1517.7,242.911,-2.9845,0,0,-0.996917,0.0784656,300,100,1), - (61452,2866,0,-11317.1,-3146.82,5.7421,1.93731,0,0,0.824125,0.566409,300,100,1), - (61969,142140,0,-11561.6,547.996,50.6297,0,0,0,0,1,300,100,1), - (61970,142140,0,-12904.2,-875.625,68.7345,0.925024,0,0,0.446198,0.894934,300,100,1), - (61971,142140,0,-12978.9,-610.158,53.2944,3.08918,0,0,0.999657,0.0262033,300,100,1), - (61972,142140,0,-12469,-182.317,14.5772,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (61973,142140,0,-13627.4,-333.377,9.63133,0.436332,0,0,0.216439,0.976296,300,100,1), - (61974,142140,1,3336.85,-4491.03,97.7367,1.27409,0,0,0.594823,0.803857,300,100,1), - (61975,142140,1,2995.56,-4113.16,99.9418,0.715585,0,0,0.350207,0.936672,300,100,1), - (61976,142140,1,3580.77,-5089.3,85.0643,-2.86233,0,0,-0.990267,0.139178,300,100,1), - (61979,142141,0,2097.43,-1873.44,63.6307,0.209439,0,0,0.104528,0.994522,300,100,1), - (61982,142141,0,1742.24,-3982.27,129.338,-0.052359,0,0,-0.0261765,0.999657,300,100,1), - (61984,142141,0,2422.45,-1717.29,107.66,-0.837757,0,0,-0.406736,0.913546,300,100,1), - (61985,142141,0,1728.19,-2407.51,60.5032,-0.890117,0,0,-0.430511,0.902586,300,100,1), - (61988,142141,0,1270.88,-1507.6,58.8005,2.1293,0,0,0.874619,0.48481,300,100,1), - (61989,142141,0,1552.86,-1768.98,61.8234,-1.95477,0,0,-0.829038,0.559192,300,100,1), - (61994,142141,0,1543.4,-1647.88,69.2486,-1.27409,0,0,-0.594823,0.803857,300,100,1), - (62002,142141,0,2701.97,-1895.5,68.079,0.715585,0,0,0.350207,0.936672,300,100,1), - (62003,142141,0,1607.96,-2178.57,55.0344,1.0821,0,0,0.515036,0.857168,300,100,1), - (62028,142141,0,2929.91,-4735.68,91.4919,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (62032,142141,0,2878.18,-1533.28,145.203,-1.71042,0,0,-0.754709,0.65606,300,100,1), - (62177,142141,0,2009.31,-1584.37,59.8575,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (62178,142141,0,1499.3,-3183.54,111.201,0.453785,0,0,0.224951,0.97437,300,100,1), - (62202,142141,0,1455.01,-1599.38,67.2372,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (62210,142141,0,2703.26,-4790.44,79.8637,1.13446,0,0,0.537298,0.843393,300,100,1), - (62277,142141,0,1570.34,-1310.87,63.0546,2.42601,0,0,0.936672,0.350207,300,100,1), - (62289,142141,0,1922.05,-1480.68,61.1334,-2.37364,0,0,-0.927182,0.37461,300,100,1), - (62291,142141,0,1986,-4740.94,97.6036,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (62292,142142,1,2955.92,-5749.22,131.122,-3.12412,0,0,-0.999962,0.00873622,300,100,1), - (62293,142142,0,2748.89,-1676.89,130.522,-0.837757,0,0,-0.406736,0.913546,300,100,1), - (62294,142142,0,2817.25,-4655.78,88.8269,-1.44862,0,0,-0.662619,0.748957,300,100,1), - (62295,142142,0,2301.46,-1686.57,100.712,-0.349065,0,0,-0.173648,0.984808,300,100,1), - (62297,142142,0,2077.56,-1851.23,63.6229,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (62298,142142,0,2753.51,-3487.63,104.729,2.65289,0,0,0.970294,0.241927,300,100,1), - (62345,142142,0,1918.27,-2175.42,75.8794,-1.0472,0,0,-0.500001,0.866025,300,100,1), - (62347,142142,0,1975.75,-2324.23,59.4981,2.94959,0,0,0.995395,0.0958539,300,100,1), - (62349,142142,0,1835.37,-2031.33,74.847,-2.96704,0,0,-0.996194,0.0871655,300,100,1), - (62351,142142,0,3052.8,-2893.76,109.784,2.3911,0,0,0.930417,0.366502,300,100,1), - (62357,142142,0,-11582.6,-3341.9,8.51584,-0.279252,0,0,-0.139173,0.990268,300,100,1), - (62360,142142,0,2101.91,-4440.85,73.8504,1.90241,0,0,0.814116,0.580702,300,100,1), - (62365,142142,0,1846.9,-3946.46,125.684,-3.05433,0,0,-0.999048,0.0436193,300,100,1), - (62367,142142,0,2745.93,-4982.16,91.3381,1.16937,0,0,0.551937,0.833886,300,100,1), - (62372,142142,0,2526.7,-1955.44,99.2084,-2.75761,0,0,-0.981626,0.190814,300,100,1), - (62459,142142,1,2384.05,-6489.01,102.738,1.71042,0,0,0.754709,0.65606,300,100,1), - (62460,142142,0,1799.01,-1646.22,60.0723,1.23918,0,0,0.580701,0.814117,300,100,1), - (62461,142143,349,209.111,-181.189,-131.517,-1.16937,0,0,-0.551937,0.833886,7200,100,1), - (62470,142143,349,-89.0383,-389.406,-189.896,-1.85005,0,0,-0.798636,0.601815,7200,100,1), - (62471,142143,349,308.052,-88.2435,-131.01,0.942477,0,0,0.45399,0.891007,7200,100,1), - (62599,142143,0,-9907.82,-4020.32,21.1241,-0.471238,0,0,-0.233445,0.97237,300,100,1), - (62606,142143,0,-10189.2,-2615.33,28.1262,-0.820303,0,0,-0.398748,0.91706,300,100,1), - (62626,142143,0,-10334.2,-3147.92,18.8815,-0.314158,0,0,-0.156434,0.987688,300,100,1), - (62645,142143,0,-10095.6,-3478.14,19.7837,-0.296705,0,0,-0.147809,0.989016,300,100,1), - (62646,142143,0,-10744.6,-3949.81,19.419,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (62647,142143,0,-10171,-3299.99,19.4875,-2.60053,0,0,-0.963629,0.267244,300,100,1), - (62648,142143,0,-10389.4,-2914.98,20.7448,1.55334,0,0,0.700908,0.713252,300,100,1), - (62649,142143,0,-10136.6,-3063.92,21.7756,0.802851,0,0,0.390731,0.920505,300,100,1), - (62757,142143,0,-10117.8,-3817.3,19.4778,1.16937,0,0,0.551937,0.833886,300,100,1), - (62904,142143,0,-10172.4,-2481.55,26.186,-1.98967,0,0,-0.838669,0.544641,300,100,1), - (62905,142143,0,-10235.4,-2803.57,20.9111,1.76278,0,0,0.771624,0.636079,300,100,1), - (62923,142143,0,-10313.8,-3033.26,19.5618,0.767944,0,0,0.374606,0.927184,300,100,1), - (62926,142143,0,-10480.5,-3459.36,20.3456,1.13446,0,0,0.537298,0.843393,300,100,1), - (62973,142143,0,-10156.6,-3020.3,19.5942,-0.087266,0,0,-0.0436192,0.999048,300,100,1), - (62975,142143,0,-10214.5,-3286.44,19.6038,-0.628317,0,0,-0.309016,0.951057,300,100,1), - (62978,142143,0,-10199.6,-3054.29,21.0531,2.40855,0,0,0.93358,0.35837,300,100,1), - (63051,142143,0,-10357.6,-2897.18,19.517,1.22173,0,0,0.573576,0.819152,300,100,1), - (63064,142143,0,-10357,-3025.39,20.6107,2.77507,0,0,0.983255,0.182237,300,100,1), - (63110,142143,0,-10580.5,-2562.1,21.5194,2.21656,0,0,0.894933,0.446202,300,100,1), - (63111,142143,0,-10458.4,-2887.71,20.1373,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (63112,142144,349,937.457,-394.879,-50.2743,1.5708,0,0,0.707108,0.707106,7200,100,1), - (63135,142144,349,640.385,-101.812,-56.1699,0.977383,0,0,0.469471,0.882948,7200,100,1), - (63136,142144,349,992.133,-1.21648,-62.5453,-0.349065,0,0,-0.173648,0.984808,7200,100,1), - (63137,142144,349,525.289,230.219,-94.0493,-1.32645,0,0,-0.615661,0.788011,7200,100,1), - (63146,142144,349,677.736,-382.136,-52.0194,-1.58825,0,0,-0.713251,0.700909,7200,100,1), - (63147,142144,349,828.923,-370.214,-58.7417,2.74016,0,0,0.979924,0.199371,7200,100,1), - (63148,142144,1,-1255.65,2933.59,74.1313,2.05949,0,0,0.857168,0.515037,300,100,1), - (63149,142144,0,339.986,-3752.52,107.354,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (63202,142145,0,-11373.2,-3043.34,-4.55977,-0.541051,0,0,-0.267238,0.963631,300,100,1), - (63233,1617,0,-10004.4,-51.3555,30.7996,-0.052359,0,0,-0.0261765,0.999657,300,100,1), - (63234,1617,0,-9785.19,-1567,41.5241,-1.97222,0,0,-0.833885,0.551938,300,100,1), - (63236,1617,0,-9490.43,-740.377,60.2324,2.23402,0,0,0.898794,0.438372,300,100,1), - (63238,1617,0,-9804.8,1572.55,39.433,-1.88495,0,0,-0.809015,0.587788,300,100,1), - (63239,1617,0,-9023.61,-1263.65,76.5311,-0.575957,0,0,-0.284015,0.95882,300,100,1), - (63240,1617,0,-9329.45,-801.189,66.006,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (63241,1617,0,-9896.43,-96.5821,29.1457,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (63242,1617,0,-11215.1,1846.08,35.4977,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (63243,1617,0,-10833.7,1991.96,35.7367,-0.610864,0,0,-0.300705,0.953717,300,100,1), - (63244,1617,0,-9251,-1383.04,81.9087,-2.80997,0,0,-0.986285,0.165053,300,100,1), - (63245,1617,0,-9757.63,-1501.73,47.7348,0.994837,0,0,0.477158,0.878817,300,100,1), - (63246,1617,0,-9787,-297.477,46.8726,-2.09439,0,0,-0.866024,0.500002,300,100,1), - (63247,1617,0,-9785.34,225.803,44.7786,-0.418879,0,0,-0.207911,0.978148,300,100,1), - (63248,1617,0,-11255.3,1155.87,89.0312,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (63250,1617,0,-10009.4,465.371,31.1393,1.25664,0,0,0.587786,0.809016,300,100,1), - (63251,1617,0,-9308.64,-208.554,68.0084,0.59341,0,0,0.292371,0.956305,300,100,1), - (63252,1618,0,-9748.69,-748.682,41.5984,2.63544,0,0,0.968147,0.250383,300,100,1), - (63256,1618,0,-5717.34,-3283.28,308.303,-0.575957,0,0,-0.284015,0.95882,300,100,1), - (63257,1618,0,-9879.68,-1028.55,30.0751,-0.401425,0,0,-0.199368,0.979925,300,100,1), - (63260,1618,0,-9738.53,-648.556,43.5726,1.93731,0,0,0.824125,0.566409,300,100,1), - (63261,1618,0,-9819.93,-1534.26,38.1285,0.506145,0,0,0.25038,0.968148,300,100,1), - (63264,1618,0,-9824.13,-842.282,40.8678,1.64061,0,0,0.731354,0.681998,300,100,1), - (63265,1618,0,-9853.78,-952.625,37.3469,-3.03684,0,0,-0.998629,0.0523524,300,100,1), - (63266,1618,0,-9802.5,-386.555,55.1582,3.01941,0,0,0.998134,0.0610534,300,100,1), - (63267,1618,0,-11136.2,761.5,36.2952,2.00713,0,0,0.843392,0.537299,300,100,1), - (63268,1618,0,-9814.99,-562.856,28.7973,1.20428,0,0,0.566407,0.824125,300,100,1), - (63269,1618,0,-5605.07,-990.954,393.451,1.72787,0,0,0.760404,0.64945,300,100,1), - (63271,1618,0,-5716.99,-1300.76,390.957,-2.65289,0,0,-0.970294,0.241927,300,100,1), - (63272,1618,0,-5827.05,-481.184,405.621,-0.191985,0,0,-0.0958451,0.995396,300,100,1), - (63273,1618,0,-9681.9,-549.844,49.2377,1.06465,0,0,0.507538,0.861629,300,100,1), - (63274,1618,0,2199.56,-92.5553,32.3236,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (63275,1618,0,2004.82,430.121,36.5727,-2.58308,0,0,-0.961261,0.275641,300,100,1), - (63276,1619,0,-8964.49,-682.498,87.1403,-2.75761,0,0,-0.981626,0.190814,300,100,1), - (63277,1619,0,-8728.46,-973.577,99.7805,-3.00195,0,0,-0.997563,0.0697646,300,100,1), - (63278,1619,0,-5469.14,-2707.13,373.47,-0.872664,0,0,-0.422618,0.906308,300,100,1), - (63281,1619,0,-5630.62,-1352.33,400.876,-0.890117,0,0,-0.430511,0.902586,300,100,1), - (63283,1619,0,-8753.15,-806.402,100.999,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (63284,1619,0,-10529.2,2043.47,36.7139,-0.802851,0,0,-0.390731,0.920505,300,100,1), - (63287,1619,0,-9764.79,-505.546,38.3915,0.383971,0,0,0.190808,0.981627,300,100,1), - (63288,1619,0,-9923.33,-223.855,48.9006,2.96704,0,0,0.996194,0.0871655,300,100,1), - (63289,1619,0,-9761.37,-457.87,41.5615,1.5708,0,0,0.707108,0.707106,300,100,1), - (63290,1619,0,-9735.58,-1411.31,57.8482,3.07177,0,0,0.999391,0.0349043,300,100,1), - (63291,1619,0,-9902.2,-205.827,39.8754,-2.53072,0,0,-0.953716,0.300709,300,100,1), - (63292,1619,0,-9685,1474.25,44.0197,-2.21656,0,0,-0.894933,0.446202,300,100,1), - (63293,1619,0,-9910.94,1728.46,30.7695,-1.0472,0,0,-0.500001,0.866025,300,100,1), - (63294,1619,0,-9699.69,1070.95,24.5274,-2.74016,0,0,-0.979924,0.199371,300,100,1), - (63295,1619,0,-5768,-1224.3,379.924,1.6057,0,0,0.719339,0.694659,300,100,1), - (63297,1619,0,-8993.99,-2544.28,142.519,-1.83259,0,0,-0.793352,0.608764,300,100,1), - (63298,1619,0,2422.79,-372.752,68.532,1.71042,0,0,0.754709,0.65606,300,100,1), - (63299,1620,1,-42.3266,-421.136,-29.0841,-3.08918,0,0,-0.999657,0.0262033,300,100,1), - (63300,1620,1,3633.68,770.675,6.55052,3.07177,0,0,0.999391,0.0349043,300,100,1), - (63305,1620,0,-10804.1,2060.42,10.0065,2.11185,0,0,0.870356,0.492423,300,100,1), - (63306,1620,0,-10380,-916.736,46.281,0.506145,0,0,0.25038,0.968148,300,100,1), - (63308,1620,0,-10953.2,255.44,28.4609,1.48353,0,0,0.67559,0.737277,300,100,1), - (63309,1620,0,-10147.6,-61.248,29.0283,-2.96704,0,0,-0.996194,0.0871655,300,100,1), - (63310,1620,0,-11040.9,-1344.31,53.8028,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (63311,1620,0,-11025.7,-145.29,14.9451,-2.79252,0,0,-0.984807,0.173652,300,100,1), - (63313,1620,0,-10020.2,-883.023,29.7899,2.51327,0,0,0.951056,0.309019,300,100,1), - (63314,1620,0,-2713.41,-1618.32,10.448,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (63315,1620,1,1999.51,-2599.35,93.9171,0.663223,0,0,0.325567,0.945519,300,100,1), - (63316,1621,1,830.578,578.432,88.3972,1.41372,0,0,0.649449,0.760405,300,100,1), - (63317,1621,1,1475.06,856.463,134.955,0.366518,0,0,0.182235,0.983255,300,100,1), - (63319,1621,1,2023.3,-2363.69,91.3253,-2.19912,0,0,-0.891008,0.453988,300,100,1), - (63321,1621,0,-11052.6,1197.83,44.0466,2.86233,0,0,0.990267,0.139178,300,100,1), - (63322,1621,0,-10137.5,1752.56,31.8003,3.03684,0,0,0.998629,0.0523524,300,100,1), - (63323,1621,0,-10319.7,1886.76,38.4418,0.523598,0,0,0.258819,0.965926,300,100,1), - (63324,1621,0,-11254.3,1911.64,36.2096,-0.767944,0,0,-0.374606,0.927184,300,100,1), - (63325,1621,0,-11211.2,1228.7,90.7387,-2.54818,0,0,-0.956305,0.292372,300,100,1), - (63326,1621,0,-11056.3,-138.435,23.7818,2.96704,0,0,0.996194,0.0871655,300,100,1), - (63327,1621,0,-11105.6,-731.904,56.4545,0.820303,0,0,0.398748,0.91706,300,100,1), - (63328,1621,0,-10442.3,2009.9,34.8024,-2.00713,0,0,-0.843392,0.537299,300,100,1), - (63331,1621,0,-10282.3,-948.749,43.6457,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (63332,1621,0,-11019.6,80.7746,38.6331,2.80997,0,0,0.986285,0.165053,300,100,1), - (63333,1621,0,-11081.1,327.136,31.15,1.48353,0,0,0.67559,0.737277,300,100,1), - (63334,1621,0,-10386.6,-798.105,52.4095,-2.93214,0,0,-0.994521,0.104535,300,100,1), - (63336,1621,0,-10685.5,-985.969,70.5648,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (63337,1621,0,-330.845,-1500.32,66.9755,-0.785397,0,0,-0.382683,0.92388,300,100,1), - (63338,1621,0,-724.908,-1357.02,67.9433,-1.78023,0,0,-0.777144,0.629323,300,100,1), - (63339,1621,1,2163.18,-3106.93,110.897,0.104719,0,0,0.0523356,0.99863,300,100,1), - (63341,1622,1,1530.68,1085.39,163.236,2.82743,0,0,0.987688,0.156436,300,100,1), - (63342,1622,1,244.87,358.562,69.6436,3.07177,0,0,0.999391,0.0349043,300,100,1), - (63343,1622,1,-7.82878,-371.534,1.38996,-3.01941,0,0,-0.998134,0.0610534,300,100,1), - (63344,1622,1,-926.696,1757.49,65.2846,1.16937,0,0,0.551937,0.833886,300,100,1), - (63345,1622,1,759.559,1359.03,0.63534,1.27409,0,0,0.594823,0.803857,300,100,1), - (63346,1622,0,-10189.1,-218.919,48.528,1.27409,0,0,0.594823,0.803857,300,100,1), - (63347,1622,0,-11307.3,1425.89,94.0528,-1.5708,0,0,-0.707108,0.707106,300,100,1), - (63348,1622,0,-11209,1943.46,35.8023,-2.35619,0,0,-0.923879,0.382686,300,100,1), - (63349,1622,0,-10958.3,-47.7831,13.9609,-1.91986,0,0,-0.819151,0.573577,300,100,1), - (63355,1622,0,-10933.3,-126.225,30.1699,2.75761,0,0,0.981626,0.190814,300,100,1), - (63356,1622,0,-10606.9,-1530.92,92.4943,-0.139624,0,0,-0.0697553,0.997564,300,100,1), - (63357,1622,0,-11022.4,-1357.99,51.8596,-0.349065,0,0,-0.173648,0.984808,300,100,1), - (63358,1622,0,-11095.6,-944.019,64.8161,-0.872664,0,0,-0.422618,0.906308,300,100,1), - (63359,1622,0,-10776.6,-1383.1,39.0658,-0.261798,0,0,-0.130525,0.991445,300,100,1), - (63360,1622,0,-11014.1,194.772,27.8686,-2.84488,0,0,-0.989015,0.147813,300,100,1), - (63361,1622,0,-10831,-564.47,36.8656,0.034906,0,0,0.0174521,0.999848,300,100,1), - (63362,1622,0,-3831.92,-1310.2,34.3048,-1.0821,0,0,-0.515036,0.857168,300,100,1), - (63364,1622,0,-574.227,-1478.04,52.4409,0.994837,0,0,0.477158,0.878817,300,100,1), - (63365,1622,0,-9175.99,-2392.31,99.8053,-0.296705,0,0,-0.147809,0.989016,300,100,1), - (63366,1622,1,2688.04,-3632.16,99.4288,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (63368,1622,0,-3920.28,-1053.16,28.3773,2.70526,0,0,0.976296,0.21644,300,100,1), - (63369,1623,1,726.615,1363.71,6.86047,0.925024,0,0,0.446198,0.894934,300,100,1), - (63370,1623,1,1171.33,589.286,164.457,-0.767944,0,0,-0.374606,0.927184,300,100,1), - (63371,1623,0,-11467.9,888.589,65.7861,1.23918,0,0,0.580701,0.814117,300,100,1), - (63372,1623,0,-13423.1,-305.521,33.3337,-2.65289,0,0,-0.970294,0.241927,300,100,1), - (63373,1623,0,-6550.07,-3412.83,283.882,2.35619,0,0,0.923879,0.382686,300,100,1), - (63374,1623,0,-10588.8,-702.674,82.2466,2.14675,0,0,0.878816,0.477161,300,100,1), - (63375,1623,0,-10537.2,-1533.53,124.838,-2.79252,0,0,-0.984807,0.173652,300,100,1), - (63376,1623,0,-10760.5,-353.31,95.6839,2.84488,0,0,0.989015,0.147813,300,100,1), - (63377,1623,0,-10635.5,-1535.8,102.404,0.488691,0,0,0.241921,0.970296,300,100,1), - (63378,1623,0,-13661.5,-56.7511,46.4593,0.733038,0,0,0.358368,0.93358,300,100,1), - (63379,1623,0,-11743.4,498.135,72.245,2.3911,0,0,0.930417,0.366502,300,100,1), - (63380,1623,0,-11116.7,-1294.3,69.709,-0.366518,0,0,-0.182235,0.983255,300,100,1), - (63381,1623,0,-10264,-692.957,58.8501,-2.77507,0,0,-0.983255,0.182237,300,100,1), - (63382,1623,0,-11458.9,382.251,76.9837,0.453785,0,0,0.224951,0.97437,300,100,1), - (63383,1623,0,-1431.21,-1182.22,66.7875,2.37364,0,0,0.927182,0.37461,300,100,1), - (63384,1624,189,1746.37,1410.68,22.1887,0.226892,0,0,0.113203,0.993572,7200,100,1), - (63385,1624,1,932.678,1562.38,-14.8017,1.85005,0,0,0.798636,0.601815,300,100,1), - (63386,1624,1,-1155.72,2345.41,91.3485,-1.22173,0,0,-0.573576,0.819152,300,100,1), - (63388,1624,0,-6943.05,-3411.7,242.2,2.58308,0,0,0.961261,0.275641,300,100,1), - (63389,1624,0,-6948.58,-2952.54,241.874,-2.96704,0,0,-0.996194,0.0871655,300,100,1), - (63390,1624,0,-10628,-49.8506,33.4616,2.37364,0,0,0.927182,0.37461,300,100,1), - (63391,1624,0,-11093.2,-866.02,61.4684,1.09956,0,0,0.5225,0.852639,300,100,1), - (63392,1624,0,-10544.6,-821.585,53.1926,-2.19912,0,0,-0.891008,0.453988,300,100,1), - (63393,1624,0,-10525.1,-911.581,46.8991,-0.279252,0,0,-0.139173,0.990268,300,100,1), - (63394,1624,0,-10257.9,-801.824,44.3731,-2.96704,0,0,-0.996194,0.0871655,300,100,1), - (63395,1624,0,-10098.9,-3126.8,23.5246,0.541051,0,0,0.267238,0.963631,300,100,1), - (63396,1624,0,-13038.2,338.762,20.095,-1.8675,0,0,-0.803856,0.594824,300,100,1), - (63398,1624,0,-9809.94,-3791.36,23.7875,-2.86233,0,0,-0.990267,0.139178,300,100,1), - (63400,1624,0,-11587.4,375.841,46.8417,0.698132,0,0,0.34202,0.939693,300,100,1), - (63401,1624,0,-10570.3,-3629.32,23.0765,-0.488691,0,0,-0.241921,0.970296,300,100,1), - (63402,1624,0,-13428.5,669.158,9.00704,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (63403,1624,1,-4961.62,-3774.7,43.3541,-0.139624,0,0,-0.0697553,0.997564,300,100,1), - (63404,1624,0,-10710.7,442.859,41.0738,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (63405,1624,0,-11801.7,401.433,44.6777,-2.1293,0,0,-0.874619,0.48481,300,100,1), - (63406,1624,1,-3445.04,-3119.92,39.4034,0.296705,0,0,0.147809,0.989016,300,100,1), - (63407,1624,0,1029.87,-311.97,54.6971,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (63408,1624,0,-437.022,-322.164,53.886,0.925024,0,0,0.446198,0.894934,300,100,1), - (63409,1628,189,1796.03,1417.5,14.4893,-2.68781,0,0,-0.97437,0.22495,7200,100,1), - (63410,1628,1,-1158.39,2254.16,92.2791,2.56563,0,0,0.958819,0.284017,300,100,1), - (63411,1628,0,-11038.5,-1320,53.6162,0.680677,0,0,0.333806,0.942642,300,100,1), - (63412,1628,0,-10971.9,-1321.31,52.3461,2.51327,0,0,0.951056,0.309019,300,100,1), - (63415,1628,0,-10539.9,442.972,38.0475,1.22173,0,0,0.573576,0.819152,300,100,1), - (63419,1628,0,1602.21,-3239.35,66.8794,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (63420,1628,0,1619.87,-3271.2,88.1834,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (63454,1731,1,56.7158,1562.73,123.846,0.017452,0,0,0.00872589,0.999962,300,100,1), - (63483,1731,1,4662.22,766.788,30.5175,-2.9845,0,0,-0.996917,0.0784656,300,100,1), - (63485,1732,1,-144.083,-431.061,3.81289,-1.76278,0,0,-0.771624,0.636079,300,100,1), - (63488,1732,1,16.5767,1366.56,116.85,1.67551,0,0,0.743143,0.669133,300,100,1), - (63507,1733,1,4216.33,908.175,32.7775,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (63508,1733,1,5163.09,716.393,-9.09972,1.67551,0,0,0.743143,0.669133,300,100,1), - (63514,1734,1,-1313.19,2791.93,127.485,0.575957,0,0,0.284015,0.95882,300,100,1), - (63523,176583,0,3395.94,-4870.51,159.395,0.296705,0,0,0.147809,0.989016,300,100,1), - (63524,1735,1,-884.113,1800.19,69.0845,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (63525,1735,1,-1437.98,2781.71,116.279,0.890117,0,0,0.430511,0.902586,300,100,1), - (63527,1735,1,471.83,1693.53,31.8308,-1.67551,0,0,-0.743143,0.669133,300,100,1), - (63536,176583,0,1666.86,-5498.62,99.903,2.42601,0,0,0.936673,0.350206,300,100,1), - (63557,1735,1,-4381.84,-3001.28,31.054,-3.08918,0,0,-0.999657,0.0262033,300,100,1), - (63559,176583,0,2957.66,-2888.89,101.571,0.017452,0,0,0.00872589,0.999962,300,100,1), - (63560,176583,0,605.156,-4074.16,113.456,1.6057,0,0,0.719339,0.694659,300,100,1), - (63570,176583,1,3628.94,-5387.71,115.502,-1.48353,0,0,-0.67559,0.737277,300,100,1), - (63571,176583,1,3525.45,-4839.55,123.035,2.16421,0,0,0.882948,0.469471,300,100,1), - (63593,176584,1,2610.61,-5536.26,105.048,-2.74016,0,0,-0.979924,0.199371,300,100,1), - (63594,176584,1,2903.76,-5402.82,113.29,2.35619,0,0,0.923879,0.382686,300,100,1), - (63599,176584,0,2778.62,-1485.28,145.787,2.60053,0,0,0.963629,0.267244,300,100,1), - (63605,176584,0,2007.94,-4948.45,74.1835,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (63606,176584,0,2377.23,-4186.74,79.7483,2.46091,0,0,0.942641,0.333809,300,100,1), - (63608,176584,0,2080.25,-2486.74,59.6818,0.925024,0,0,0.446198,0.894934,300,100,1), - (63609,176584,0,2920.58,-2988.31,107.379,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (63611,176584,0,2017.62,-1572.94,60.9312,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (63615,176584,0,1773.09,-4107.52,99.4197,1.6057,0,0,0.719339,0.694659,300,100,1), - (63616,176584,0,2505.65,-4891.79,77.3231,-0.331611,0,0,-0.165047,0.986286,300,100,1), - (63618,176584,0,1933.72,-4775.07,97.1779,-0.139624,0,0,-0.0697553,0.997564,300,100,1), - (63620,176584,0,2202.17,-5249.67,81.2344,-2.74016,0,0,-0.979924,0.199371,300,100,1), - (63621,176584,0,2867.57,-4857.59,99.9184,-1.95477,0,0,-0.829038,0.559192,300,100,1), - (63623,176584,0,2328.65,-4239.03,95.0663,-1.90241,0,0,-0.814116,0.580702,300,100,1), - (63624,176584,0,3084.88,-4714.11,97.0514,-2.37364,0,0,-0.927182,0.37461,300,100,1), - (63626,176584,0,2835.95,-1361.33,146.251,2.68781,0,0,0.97437,0.22495,300,100,1), - (63627,176584,0,1985.93,-1858.12,69.8165,3.12412,0,0,0.999962,0.00873622,300,100,1), - (63628,176584,0,2078,-1642.67,63.1557,1.27409,0,0,0.594823,0.803857,300,100,1), - (63629,176584,1,2402.95,-6139.04,98.8376,-2.9845,0,0,-0.996917,0.0784656,300,100,1), - (63632,176584,0,-7887.27,-1978.09,134.917,-2.49582,0,0,-0.948324,0.317305,300,100,1), - (63633,176584,0,2282.73,-4875.34,101.072,0.95993,0,0,0.461748,0.887011,300,100,1), - (63634,176584,0,2697.22,-4771.53,78.5649,-1.46608,0,0,-0.669132,0.743144,300,100,1), - (63635,176584,0,1792.39,-2944.86,73.7743,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (63636,176584,0,1850,-4281.62,86.9686,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (63637,176584,0,1922.32,-4962.93,76.6725,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (63653,176586,1,3197.91,-5175.12,138.237,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (63657,176586,0,1877.12,-5204.1,112.687,0.261798,0,0,0.130525,0.991445,300,100,1), - (63658,176586,0,2320,-2046.68,175.221,1.11701,0,0,0.529919,0.848048,300,100,1), - (63662,176586,0,2223.48,-4782.46,113.655,-1.15192,0,0,-0.54464,0.83867,300,100,1), - (63664,176586,0,2487.21,-3614.84,188.068,-1.13446,0,0,-0.537298,0.843393,300,100,1), - (63665,176586,0,1862.28,-1242.78,73.6229,1.01229,0,0,0.484809,0.87462,300,100,1), - (63667,176586,0,1980.19,-5361.09,110.172,-0.558504,0,0,-0.275637,0.961262,300,100,1), - (63670,176586,0,2577.55,-5107.67,100.779,1.16937,0,0,0.551937,0.833886,300,100,1), - (63671,176586,0,2115.36,-5366.65,125.839,2.40855,0,0,0.93358,0.35837,300,100,1), - (63681,176587,0,3355.6,-4984.63,159.253,2.04204,0,0,0.852641,0.522496,300,100,1), - (63683,176587,0,1890.2,-1756.4,61.7958,2.63544,0,0,0.968147,0.250383,300,100,1), - (63685,176587,0,2158.7,-4345.31,75.9694,2.67035,0,0,0.972369,0.233447,300,100,1), - (63686,176587,0,1680.81,-3853.04,133.434,0.733038,0,0,0.358368,0.93358,300,100,1), - (63689,176587,0,2345.16,-1587.58,109.385,-0.855211,0,0,-0.414693,0.909961,300,100,1), - (63691,176587,0,2237.28,-1541.57,78.802,1.62316,0,0,0.725376,0.688353,300,100,1), - (63694,176587,0,1626.86,-3243.33,85.542,2.00713,0,0,0.843392,0.537299,300,100,1), - (63696,176587,0,2350.54,-4982.48,71.2999,-3.08918,0,0,-0.999657,0.0262016,300,100,1), - (63697,176587,0,1834.97,-2172.85,66.8352,-2.33874,0,0,-0.920505,0.390732,300,100,1), - (63699,176587,0,1707.76,-2348.97,60.3897,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (63701,176587,0,3120.71,-3058.46,133.354,3.12412,0,0,0.999962,0.00873622,300,100,1), - (63702,176587,0,2020.2,-3652.82,128.096,2.53072,0,0,0.953716,0.300709,300,100,1), - (63703,176587,0,3113.64,-3780.52,130.505,2.79252,0,0,0.984807,0.173652,300,100,1), - (63704,176587,0,1810.51,-1249.53,60.7759,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (63706,176587,0,1600.04,-3050.9,79.4959,-0.95993,0,0,-0.461748,0.887011,300,100,1), - (63708,176587,0,1887.29,-1580.29,59.4747,-2.426,0,0,-0.936671,0.350211,300,100,1), - (63709,176587,0,1861.09,-2010.82,83.83,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (63711,176587,0,1497.6,-1860.78,58.628,2.86233,0,0,0.990267,0.139178,300,100,1), - (63712,176587,0,1646.8,-3432.92,136.714,-0.767944,0,0,-0.374606,0.927184,300,100,1), - (63713,176587,0,1238.8,-2549.02,92.0041,-0.645772,0,0,-0.317305,0.948324,300,100,1), - (63714,176587,0,1852.03,-3815.96,136.994,1.0821,0,0,0.515036,0.857168,300,100,1), - (63715,176587,0,3183.07,-4570.98,108.747,2.21656,0,0,0.894933,0.446202,300,100,1), - (63716,176587,0,1649.55,-3722.11,119.535,1.46608,0,0,0.669132,0.743144,300,100,1), - (63717,176587,0,2832.67,-4743.53,77.3118,0.471238,0,0,0.233445,0.97237,300,100,1), - (63718,176587,0,2716.76,-4691.48,76.8073,0.855211,0,0,0.414693,0.909961,300,100,1), - (63719,176587,0,1835.43,-1642.28,60.4431,1.41372,0,0,0.649449,0.760405,300,100,1), - (63720,176587,0,1855.35,-4576.7,79.0182,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (63721,176587,0,1960.5,-5018.98,76.7022,0.663223,0,0,0.325567,0.945519,300,100,1), - (63722,176587,0,1769.25,-2311.86,60.0036,-1.41372,0,0,-0.649449,0.760405,300,100,1), - (63723,176587,0,1711.95,-3935.51,130.9,-1.72787,0,0,-0.760404,0.64945,300,100,1), - (63724,176587,0,1423.88,-1886.62,59.7396,2.16421,0,0,0.882948,0.469471,300,100,1), - (63725,176587,0,1752.43,-1226.08,59.6435,3.00195,0,0,0.997563,0.0697646,300,100,1), - (63726,176587,0,2815.06,-5441.11,158.186,1.0821,0,0,0.515036,0.857168,300,100,1), - (63727,176589,0,1601.52,-3254.44,86.8639,-1.76278,0,0,-0.771624,0.636079,3600,100,1), - (63728,176589,0,2052.08,-4498.23,74.777,-1.76278,0,0,-0.771624,0.636079,3600,100,1), - (63965,2040,349,225.88,-381.777,-160.314,-0.523598,0,0,-0.258819,0.965926,7200,100,1), - (63966,2040,349,814.429,-238.968,-74.3798,1.51844,0,0,0.688356,0.725373,7200,100,1), - (63967,2040,349,103.565,-257.051,-167.439,-2.47837,0,0,-0.945519,0.325567,7200,100,1), - (63968,2040,349,719.844,-389.394,-52.0194,-0.191985,0,0,-0.0958451,0.995396,7200,100,1), - (63969,2040,349,-93.9523,-311.759,-170.417,1.23918,0,0,0.580701,0.814117,7200,100,1), - (63970,2040,1,-1375.16,2722.34,94.2334,2.86233,0,0,0.990267,0.139178,300,100,1), - (63971,2040,1,-1405.84,2835.96,78.7253,1.48353,0,0,0.67559,0.737277,300,100,1), - (63972,2040,1,663.333,1399.73,21.9571,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (63973,2040,1,540.059,1410.33,19.1492,-2.25147,0,0,-0.902584,0.430513,300,100,1), - (63989,2040,1,-4399.6,-3014.34,34.0548,0.802851,0,0,0.390731,0.920505,300,100,1), - (63990,2040,1,-4378.36,-2958.63,27.1648,-2.89724,0,0,-0.992546,0.121873,300,100,1), - (64002,2041,0,-11539.7,656.182,60.625,2.04204,0,0,0.852641,0.522496,300,100,1), - (64003,2041,0,-13985.5,368.891,29.6164,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (64004,2041,0,-12059.6,-513.804,11.483,1.18682,0,0,0.559191,0.829039,300,100,1), - (64005,2041,0,-13675,599.029,10.4161,-0.488691,0,0,-0.241921,0.970296,300,100,1), - (64006,2041,0,-12179.3,61.1013,0.958485,0.994837,0,0,0.477158,0.878817,300,100,1), - (64007,2041,0,-9924.61,-3873.61,19.4348,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (64008,2041,0,-10894,-3971.03,20.2261,0.733038,0,0,0.358368,0.93358,300,100,1), - (64010,2041,0,-10170.4,-2818.89,19.9475,0.680677,0,0,0.333806,0.942642,300,100,1), - (64011,2041,0,-10188.3,-3340.09,19.943,-0.750491,0,0,-0.366501,0.930418,300,100,1), - (64012,2041,0,-10097,-3010.47,19.1777,-2.28638,0,0,-0.909961,0.414694,300,100,1), - (64014,2041,0,-2750.8,-1461.47,7.20136,0.715585,0,0,0.350207,0.936672,300,100,1), - (64015,2041,1,-4806.29,-3440.59,30.4135,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (64016,2041,1,-3053.16,-3773.24,30.6329,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (64018,2041,0,-3147.48,-1439.87,7.53627,2.67035,0,0,0.972369,0.233447,300,100,1), - (64019,2042,189,1651.27,-346.265,18.1489,-1.20428,0,0,-0.566407,0.824125,7200,100,1), - (64020,2042,189,166.831,-253.104,19.0757,-0.593412,0,0,-0.292372,0.956305,7200,100,1), - (64021,2042,1,-4555.18,-2725.36,40.8813,-0.994837,0,0,-0.477158,0.878817,300,100,1), - (64022,2042,0,-11669.9,776.653,50.7218,0.95993,0,0,0.461748,0.887011,300,100,1), - (64023,2042,0,-11759.6,-784.273,33.6672,-0.855211,0,0,-0.414693,0.909961,300,100,1), - (64025,2042,0,-11924.6,-177.015,17.2601,2.96704,0,0,0.996194,0.0871655,300,100,1), - (64026,2042,1,-3109.08,-3700.12,39.3471,-2.72271,0,0,-0.978147,0.207914,300,100,1), - (64027,2043,1,2967.38,-4074.46,103.338,1.79769,0,0,0.782608,0.622514,300,100,1), - (64028,2043,0,-10799.5,-3901.02,21.7152,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (64029,2043,0,-9919.22,-4132.79,22.7334,0.244346,0,0,0.121869,0.992546,300,100,1), - (64031,2043,0,-12004.3,-582.896,14.048,-2.07694,0,0,-0.861629,0.507539,300,100,1), - (64032,2043,0,-11608.4,-581.081,27.9593,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (64033,2043,0,-10220.8,-3086.67,22.225,0.750491,0,0,0.366501,0.930418,300,100,1), - (64034,2043,0,-13625.3,316.356,44.1129,1.06465,0,0,0.507538,0.861629,300,100,1), - (64035,2043,0,-10442.5,-3509.2,23.4964,-0.541051,0,0,-0.267238,0.963631,300,100,1), - (64036,2043,0,-12841.2,97.749,19.3022,-0.820303,0,0,-0.398748,0.91706,300,100,1), - (64037,2043,0,-13468.4,345.16,36.1291,0.558504,0,0,0.275637,0.961262,300,100,1), - (64038,2043,0,-1256.4,-1633.42,49.7173,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (64039,2043,0,-10331,-2819.58,24.9289,-1.65806,0,0,-0.737276,0.675591,300,100,1), - (64040,2043,0,-10338.1,-2849.28,24.6491,2.75761,0,0,0.981626,0.190814,300,100,1), - (64041,2043,1,2304.78,-6388.19,117.193,-3.08918,0,0,-0.999657,0.0262033,300,100,1), - (64042,2043,1,-4127.7,-2823.48,39.0979,3.10665,0,0,0.999847,0.0174704,300,100,1), - (64043,2043,1,-3384.03,-3199.55,36.5296,-2.86233,0,0,-0.990267,0.139178,300,100,1), - (64044,2043,1,-3316.13,-4017.71,29.0155,0.296705,0,0,0.147809,0.989016,300,100,1), - (64045,2043,1,-3531.54,-3056.35,36.5391,0.453785,0,0,0.224951,0.97437,300,100,1), - (64046,2045,349,-15.7328,-99.223,-207.312,-0.383971,0,0,-0.190808,0.981627,7200,100,1), - (64047,2045,349,1.16174,-258.687,-208.415,3.07177,0,0,0.999391,0.0349043,7200,100,1), - (64048,2045,0,-13138.7,535.828,-26.0268,0.349065,0,0,0.173648,0.984808,300,100,1), - (64049,2045,1,5763.34,683.376,-34.9023,0.349065,0,0,0.173648,0.984808,300,100,1), - (64050,2045,1,3610.39,897.874,-2.06501,3.00195,0,0,0.997563,0.0697646,300,100,1), - (64051,2045,0,-12549.2,534.619,-47.1639,-0.855211,0,0,-0.414693,0.909961,300,100,1), - (64053,2045,0,-3514.47,-597.227,-17.3902,0.610864,0,0,0.300705,0.953717,300,100,1), - (64054,2045,0,-14738.2,426.837,-23.7297,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (64055,2045,0,-2628.22,-1494.79,-10.4608,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (64056,2045,0,-3346.15,-641.562,-14.7581,-0.453785,0,0,-0.224951,0.97437,300,100,1), - (64057,2045,0,-13603.6,419.877,-33.2804,2.04204,0,0,0.852641,0.522496,300,100,1), - (64058,2045,0,-13887.7,-229.539,-7.185,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (64059,2045,0,-3812.61,-585.994,-12.5451,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (64060,2045,0,-14065.4,473.215,-14.4825,0.244346,0,0,0.121869,0.992546,300,100,1), - (64061,2045,0,-12617.1,459.617,-57.7316,1.39626,0,0,0.642786,0.766046,300,100,1), - (64062,2045,0,-12476.1,573.471,-68.107,0.95993,0,0,0.461748,0.887011,300,100,1), - (64063,2045,0,-3612.66,-620.549,-13.8344,0.471238,0,0,0.233445,0.97237,300,100,1), - (64064,2045,0,-13659.4,694.493,-16.9346,-3.05433,0,0,-0.999048,0.0436174,300,100,1), - (64065,2045,0,-13897.6,765.022,-21.7174,-1.93731,0,0,-0.824125,0.566409,300,100,1), - (64066,2045,0,-2517.58,-1485.82,-27.4875,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (64067,2045,0,1287.22,124.78,-11.3707,-0.034906,0,0,-0.0174521,0.999848,300,100,1), - (64069,2045,1,4008.57,969.902,-4.52686,1.13446,0,0,0.537298,0.843393,300,100,1), - (64070,2045,0,-3756.01,-1219.82,-30.9406,-0.139624,0,0,-0.0697553,0.997564,300,100,1), - (64071,2045,1,2159.04,-3167.43,88.0487,-0.488691,0,0,-0.241921,0.970296,300,100,1), - (64072,2046,189,944.069,1421.18,18.0233,1.37881,0,0,0.636078,0.771625,7200,100,1), - (64073,2046,189,1037.43,1401.24,27.3085,-0.261798,0,0,-0.130525,0.991445,7200,100,1), - (64074,2046,0,-13804.3,-124.067,25.3866,-0.523598,0,0,-0.258819,0.965926,300,100,1), - (64075,2046,0,-13655.9,-263.221,8.17556,-0.191985,0,0,-0.0958451,0.995396,300,100,1), - (64076,2046,0,-11003.9,-3980.39,40.4577,1.74533,0,0,0.766045,0.642787,300,100,1), - (64077,2046,0,-11684.7,920.657,4.31604,-2.54818,0,0,-0.956305,0.292372,300,100,1), - (64078,2046,0,-12338.7,-882.249,49.0126,0.925024,0,0,0.446198,0.894934,300,100,1), - (64079,2046,0,-13015,-847.127,71.4595,2.60053,0,0,0.963629,0.267244,300,100,1), - (64080,2046,0,-12867.8,-742.715,66.5625,-2.63544,0,0,-0.968147,0.250383,300,100,1), - (64081,2046,0,-10315.6,-2560.88,32.842,-1.62316,0,0,-0.725376,0.688353,300,100,1), - (64082,2046,0,-10107.6,-2924.88,25.2096,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (64083,2046,0,-12880.7,-487.855,49.0174,2.37364,0,0,0.927182,0.37461,300,100,1), - (64084,2046,0,-12975.2,-572.484,63.2591,-2.04204,0,0,-0.852641,0.522496,300,100,1), - (64085,2046,0,-12978.1,-737.656,55.4423,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (64086,2046,0,-12913.3,89.1847,32.6031,1.23918,0,0,0.580701,0.814117,300,100,1), - (64089,2046,1,-4297.98,-3019.66,34.9951,2.04204,0,0,0.852641,0.522496,300,100,1), - (64090,2046,0,-10613.8,-2827.23,35.4732,-0.872664,0,0,-0.422618,0.906308,300,100,1), - (64091,2046,0,-1645.62,-1495.3,49.6567,0.453785,0,0,0.224951,0.97437,300,100,1), - (64092,2046,0,-1274.86,-1488.95,62.0622,0.680677,0,0,0.333806,0.942642,300,100,1), - (64093,2046,0,-1968.88,-2554.31,75.2514,0.802851,0,0,0.390731,0.920505,300,100,1), - (64094,2046,0,781.663,-164.077,129.533,0.855211,0,0,0.414693,0.909961,300,100,1), - (64099,2047,1,2930.96,-4063.48,121.14,-2.26892,0,0,-0.906306,0.422622,300,100,1), - (64512,180582,0,-11117,2055.51,0,0.942477,0,0,0.45399,0.891007,180,100,1), - (64513,180582,0,-10942.5,2133.54,0,-1.88495,0,0,-0.809015,0.587788,180,100,1), - (64514,180582,1,-969.846,-3805.13,0,-0.593412,0,0,-0.292372,0.956305,180,100,1), - (64515,180900,0,-14678.3,553.845,0,2.54818,0,0,0.956305,0.292372,180,100,1), - (64516,180901,0,-13721.4,-320.596,0,3.03684,0,0,0.998629,0.0523524,180,100,1), - (64517,180902,0,-12829.6,440.834,0,2.75761,0,0,0.981626,0.190814,180,100,1), - (64518,180902,0,-13290.2,651.097,0,-2.74016,0,0,-0.979924,0.199371,180,100,1), - (64617,180664,0,-2489.85,-1712.92,0,2.40855,0,0,0.93358,0.35837,180,100,1), - (64618,180682,0,-11844.9,908.972,0,-1.65806,0,0,-0.737276,0.675591,180,100,1), - (64619,180682,0,-12508.2,122.857,0,2.82743,0,0,0.987688,0.156436,180,100,1), - (64620,180683,0,-11882,876.11,0,1.53589,0,0,0.694658,0.71934,180,100,1), - (64621,180683,0,-12011.6,759.599,0,0.855211,0,0,0.414693,0.909961,180,100,1), - (64622,180684,0,-11886.7,-455.329,10.0699,1.6057,0,0,0.719339,0.694659,180,100,1), - (64623,180684,0,-12239.5,-335.31,10.0699,0.698132,0,0,0.34202,0.939693,180,100,1), - (64624,180684,0,-12424.2,-303.625,10.1363,-2.65289,0,0,-0.970294,0.241927,180,100,1), - (64625,180685,0,-12259.6,344.519,0,1.90241,0,0,0.814116,0.580702,180,100,1), - (64626,180685,0,-12313.4,-311.831,10.0699,1.79769,0,0,0.782608,0.622514,180,100,1), - (64627,180712,0,-14401.4,438.454,0,-1.29154,0,0,-0.601814,0.798637,180,100,1), - (64628,180712,1,3063.41,-5897.15,0,-1.37881,0,0,-0.636078,0.771625,180,100,1), - (64682,180655,0,-11117,2055.51,0,0.942477,0,0,0.45399,0.891007,180,100,1), - (64683,180655,0,-11117,2055.51,0,0.942477,0,0,0.45399,0.891007,180,100,1), - (64684,180655,0,-10942.5,2133.54,0,-1.88495,0,0,-0.809015,0.587788,180,100,1), - (64685,180655,0,-10942.5,2133.54,0,-1.88495,0,0,-0.809015,0.587788,180,100,1), - (64686,180655,1,-969.846,-3805.13,0,-0.593412,0,0,-0.292372,0.956305,180,100,1), - (64687,180655,1,-969.846,-3805.13,0,-0.593412,0,0,-0.292372,0.956305,180,100,1), - (64736,180657,0,-2489.85,-1712.92,0,2.40855,0,0,0.93358,0.35837,180,100,1), - (64737,180662,0,-2489.85,-1712.92,0,2.40855,0,0,0.93358,0.35837,180,100,1), - (64738,180752,1,-7691.51,-4923.28,0,-0.663223,0,0,-0.325567,0.945519,180,100,1), - (64739,180752,1,-7906.06,-5256.7,0,-2.77507,0,0,-0.983255,0.182237,180,100,1), - (64740,180752,1,-7892.33,-5235.03,0,0,0,0,0,1,180,100,1), - (64753,180655,0,-5480.5,-3691.84,297.605,-1.51844,0,0,-0.688356,0.725373,180,100,1), - (64754,180656,0,-4779.28,-3489.41,297.62,-0.069812,0,0,-0.0348989,0.999391,180,100,1), - (64755,180656,0,-5404.51,-3717.46,297.605,2.51327,0,0,0.951056,0.309019,180,100,1), - (64756,180682,0,-11975.9,684.698,0,1.13446,0,0,0.537298,0.843393,180,100,1), - (64757,180682,0,-11958.1,738.97,0,2.94959,0,0,0.995395,0.0958539,180,100,1), - (64758,180683,0,-2285.67,-1896.8,0,-0.017452,0,0,-0.00872589,0.999962,180,100,1), - (64759,180683,1,-3483.83,-4389.5,0,0.767944,0,0,0.374606,0.927184,180,100,1), - (64760,180685,0,-12035,804.831,0,2.46091,0,0,0.942641,0.333809,180,100,1), - (64761,180685,0,-12015.2,532.893,-0.255422,3.03684,0,0,0.998629,0.0523524,180,100,1), - (64794,180582,0,-5480.5,-3691.84,297.605,-1.51844,0,0,-0.688356,0.725373,180,100,1), - (64795,180656,0,-5480.5,-3691.84,297.605,-1.51844,0,0,-0.688356,0.725373,180,100,1), - (64796,180582,0,-4779.28,-3489.41,297.62,-0.069812,0,0,-0.0348989,0.999391,180,100,1), - (64797,180655,0,-4779.28,-3489.41,297.62,-0.069812,0,0,-0.0348989,0.999391,180,100,1), - (64798,180582,0,-5404.51,-3717.46,297.605,2.51327,0,0,0.951056,0.309019,180,100,1), - (64799,180655,0,-5404.51,-3717.46,297.605,2.51327,0,0,0.951056,0.309019,180,100,1), - (64837,149045,469,-6904.81,-1206.78,178.512,2.9845,0,0,0.996917,0.0784656,180,255,1), - (64838,149046,469,-6900.42,-1339.33,239.652,-2.88851,0,0,-0.992004,0.126204,180,255,1), - (64839,161536,469,-6756.73,-1166.7,187.042,1.31772,0,0,0.612216,0.790691,180,255,1), - (64840,176964,469,-7639.43,-1083.94,408.528,-2.53072,0,0,-0.953716,0.300709,180,100,0), - (64842,176965,469,-7552.37,-1022.98,408.528,-2.53072,0,0,-0.953716,0.300709,180,100,1), - (64843,176966,469,-7488.17,-1150.54,476.712,0.610865,0,0,0.300706,0.953717,180,100,0), - (64861,2866,0,-6730.7,-1038.35,240.145,0.925024,0,0,0.446198,0.894934,300,100,1), - (64862,2866,1,-8655.95,-4414.97,11.8215,-0.994837,0,0,-0.477158,0.878817,300,100,1), - (64864,179784,469,-7647.78,-1066.97,449.164,0.558504,0,0,0.275637,0.961262,180,255,1), - (64866,179784,469,-7677.63,-994.426,440.259,0.383971,0,0,0.190808,0.981627,180,255,1), - (64868,179784,469,-7653.69,-999.919,439.986,0.506145,0,0,0.25038,0.968148,180,255,1), - (64869,179784,469,-7642.73,-1015.65,440.245,0.471238,0,0,0.233445,0.97237,180,255,1), - (64871,179784,469,-7651.32,-1103.53,449.164,0.523598,0,0,0.258819,0.965926,180,255,1), - (64873,179784,469,-7616.21,-997.084,440.282,0.209439,0,0,0.104528,0.994522,180,255,1), - (64874,179784,469,-7709.17,-1017,440.446,0.471238,0,0,0.233445,0.97237,180,255,1), - (64877,179784,469,-7637.64,-965.023,440.275,0.017452,0,0,0.00872589,0.999962,180,255,1), - (64878,179784,469,-7626.95,-981.359,440.023,0.157079,0,0,0.0784588,0.996917,180,255,1), - (64879,179784,469,-7572.59,-1062.57,449.164,0.541051,0,0,0.267238,0.963631,180,255,1), - (64880,179784,469,-7677.68,-1095.24,449.135,0.628317,0,0,0.309016,0.951057,180,255,1), - (64885,179784,469,-7713.14,-1060.04,445.176,-1.18682,0,0,-0.559191,0.829039,180,255,1), - (64888,142140,0,-330.517,-3413.43,158.924,-1.53589,0,0,-0.694658,0.71934,300,100,1), - (64889,142140,1,-9632.66,-2808.55,11.3467,2.42601,0,0,0.936673,0.350206,300,100,1), - (64890,142140,1,-6986.26,-4400.95,9.79876,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (64891,142140,1,-6986.9,-4349.21,9.60038,-2.89724,0,0,-0.992546,0.121873,300,100,1), - (64892,142140,1,-6835.3,-2926.15,8.88333,2.32129,0,0,0.91706,0.398748,300,100,1), - (64893,142141,0,2913.5,-4492.8,91.647,2.56563,0,0,0.958819,0.284017,300,100,1), - (64894,179784,469,-7691.26,-1002.38,440.244,0.418879,0,0,0.207912,0.978148,180,255,1), - (64895,142141,0,2059.79,-5247.57,86.0375,-1.02974,0,0,-0.492422,0.870357,300,100,1), - (64896,142142,0,-223.719,-3525.59,144.542,1.39626,0,0,0.642787,0.766045,300,100,1), - (64897,142142,0,134.793,-3656.45,133.251,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (64898,142144,0,405.047,-3807.52,101.678,-2.426,0,0,-0.936671,0.350211,300,100,1), - (64899,142144,0,414.474,-3879.82,98.0181,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (64907,324,1,-7896.6,-2350.58,-21.7524,-1.18682,0,0,-0.559191,0.829039,300,100,1), - (64909,1617,0,-5685.17,-1872.09,400.533,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (64910,179784,469,-7665.26,-1113.61,449.164,0.523598,0,0,0.258819,0.965926,180,255,1), - (64911,1617,0,-5301.05,284.52,392.798,-0.226892,0,0,-0.113203,0.993572,300,100,1), - (64912,1617,0,-5682.57,336.39,387.171,-0.575957,0,0,-0.284015,0.95882,300,100,1), - (64913,1617,0,-5742.28,130.065,368.739,1.53589,0,0,0.694658,0.71934,300,100,1), - (64914,1617,0,-9627.64,-1495.21,58.7032,-0.558504,0,0,-0.275637,0.961262,300,100,1), - (64915,179784,469,-7640.29,-991.302,440.263,0.453785,0,0,0.224951,0.97437,180,255,1), - (64916,1617,0,-9711.49,-1322.18,50.8747,-0.942477,0,0,-0.45399,0.891007,300,100,1), - (64917,179784,469,-7669.46,-1034.21,440.244,0.541051,0,0,0.267238,0.963631,180,255,1), - (64919,179784,469,-7637.93,-1081.13,449.164,0.453785,0,0,0.224951,0.97437,180,255,1), - (64920,179784,469,-7716.1,-1077.45,445.176,0.872664,0,0,0.422618,0.906308,180,255,1), - (64921,1617,0,-9403.12,-919.279,60.9487,-0.942477,0,0,-0.45399,0.891007,300,100,1), - (64922,179784,469,-7691.97,-1105.4,449.13,0.628317,0,0,0.309016,0.951057,180,255,1), - (64930,1617,0,-9127.98,-15.8528,85.698,-0.139624,0,0,-0.0697553,0.997564,300,100,1), - (64932,1617,0,-5912.34,-127.995,368.476,0.331611,0,0,0.165047,0.986286,300,100,1), - (64941,1617,0,-9740.14,-1205.03,45.0785,2.04204,0,0,0.852641,0.522496,300,100,1), - (64942,1617,0,-5718.47,-1813.51,399.721,2.96704,0,0,0.996194,0.0871655,300,100,1), - (64943,1617,0,-5443.69,-2982.44,356.83,-0.418879,0,0,-0.207912,0.978148,300,100,1), - (64944,1617,0,-10042.4,13.059,30.5839,-2.3911,0,0,-0.930417,0.366502,300,100,1), - (64945,1617,1,5744.92,242.318,32.4345,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (64946,1617,1,-2483.28,-920.769,-4.42509,2.86233,0,0,0.990267,0.139178,300,100,1), - (64951,1618,0,-5413.17,-399.971,398.614,-2.56563,0,0,-0.958819,0.284016,300,100,1), - (64952,1618,0,-5301.07,366.328,393.95,-0.034906,0,0,-0.0174521,0.999848,300,100,1), - (64953,1618,0,-9724.51,-1535.47,51.8514,0.418879,0,0,0.207911,0.978148,300,100,1), - (64954,179784,469,-7619.15,-1047.15,449.164,0.506145,0,0,0.25038,0.968148,180,255,1), - (64955,1618,0,-9910.36,-1381.62,30.7112,0.855211,0,0,0.414693,0.909961,300,100,1), - (64956,179784,469,-7605.95,-1045.06,449.164,0.645772,0,0,0.317305,0.948324,180,255,1), - (64957,1618,0,-9401.43,-772.841,63.7403,2.37364,0,0,0.927182,0.37461,300,100,1), - (64964,1618,0,-5882.81,-116.939,364.699,1.62316,0,0,0.725376,0.688353,300,100,1), - (64972,179784,469,-7686.85,-1047.04,440.371,0.558504,0,0,0.275637,0.961262,180,255,1), - (64973,1618,0,-5644.59,-1456.99,399.917,1.93731,0,0,0.824125,0.566409,300,100,1), - (64974,1618,0,-5555.24,-1461.55,403.171,-2.68781,0,0,-0.97437,0.22495,300,100,1), - (64975,1618,0,-5690.18,-1850.92,399.83,1.43117,0,0,0.656059,0.75471,300,100,1), - (64976,1618,0,-5738.69,-1914.39,401.659,1.18682,0,0,0.559191,0.829039,300,100,1), - (64979,1619,0,-5719.87,-1606.49,384.292,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (64980,179784,469,-7629.78,-1061.48,449.164,0.628317,0,0,0.309016,0.951057,180,255,1), - (64981,179784,469,-7620.09,-1075.73,449.164,0.471238,0,0,0.233445,0.97237,180,255,1), - (64982,179784,469,-7680.11,-1123.29,449.105,0.523598,0,0,0.258819,0.965926,180,255,1), - (64983,1619,0,-9679.7,-1220.33,46.5051,-1.81514,0,0,-0.788011,0.615662,300,100,1), - (64985,1619,0,-9819.25,-1392.68,53.7644,3.08918,0,0,0.999657,0.0262033,300,100,1), - (64986,179784,469,-7609.89,-1061.46,449.164,0.418879,0,0,0.207912,0.978148,180,255,1), - (64987,179784,469,-7699.2,-1030.98,440.588,0.558504,0,0,0.275637,0.961262,180,255,1), - (64988,1619,0,-9804.1,-1442.02,43.9482,-0.628317,0,0,-0.309016,0.951057,300,100,1), - (64989,1619,0,-9785.67,-1340.88,52.0721,-0.802851,0,0,-0.390731,0.920505,300,100,1), - (64990,1619,0,-9655.55,-2019.22,56.6992,-2.67035,0,0,-0.972369,0.233448,300,100,1), - (64999,1619,0,-5866.18,-1564.39,365.553,-2.426,0,0,-0.936671,0.350211,300,100,1), - (65000,179784,469,-7630.29,-1005.49,440.262,0.401425,0,0,0.199368,0.979925,180,255,1), - (65001,179784,469,-7595.27,-1030.42,449.164,0.314158,0,0,0.156434,0.987688,180,255,1), - (65002,179784,469,-7627.98,-1095.31,449.164,0.541051,0,0,0.267238,0.963631,180,255,1), - (65003,1619,0,-5838.34,-1653.31,358.806,-2.72271,0,0,-0.978147,0.207914,300,100,1), - (65004,1619,0,-5745.33,-1616.57,363.214,-0.191985,0,0,-0.0958451,0.995396,300,100,1), - (65005,1619,0,-5733.56,-1774.67,401.658,-1.309,0,0,-0.608763,0.793352,300,100,1), - (65007,1620,0,-10810.8,-627.807,39.8429,0.209439,0,0,0.104528,0.994522,300,100,1), - (65008,1620,0,-2988.7,-2823.87,26.3481,-0.575957,0,0,-0.284015,0.95882,300,100,1), - (65009,1620,0,-4992.66,-3306.73,299.76,-0.628317,0,0,-0.309016,0.951057,300,100,1), - (65010,1620,0,-4949.69,-3498.08,304.366,-0.244346,0,0,-0.121869,0.992546,300,100,1), - (65011,1620,0,-5548.28,-4147.27,376.306,-0.994837,0,0,-0.477158,0.878817,300,100,1), - (65012,1620,0,-5430.76,-3878.28,332.083,-0.122173,0,0,-0.0610485,0.998135,300,100,1), - (65013,1620,0,-9512.06,-1926.95,76.6898,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (65014,1620,1,3672.25,633.266,6.47519,-0.890117,0,0,-0.430511,0.902586,300,100,1), - (65016,1620,0,-9415.11,-2080.05,61.2199,2.51327,0,0,0.951056,0.309019,300,100,1), - (65017,1620,0,-9381.91,-1962.83,58.4079,-0.471238,0,0,-0.233445,0.97237,300,100,1), - (65018,1620,0,-10024.5,-1190.48,27.327,-1.95477,0,0,-0.829038,0.559192,300,100,1), - (65019,1620,0,-2807.56,-1419.77,11.2288,1.48353,0,0,0.67559,0.737277,300,100,1), - (65020,1620,0,-9688.03,-2101.71,58.5017,-2.26892,0,0,-0.906306,0.422622,300,100,1), - (65022,1620,1,2271.92,-1275.44,76.1553,1.81514,0,0,0.78801,0.615662,300,100,1), - (65023,1620,0,-2962.5,-2679.83,13.754,-1.98967,0,0,-0.838669,0.544641,300,100,1), - (65026,1621,0,-2845.5,-2193.88,30.3731,3.01941,0,0,0.998134,0.0610534,300,100,1), - (65027,1621,0,-2713.48,-1961.67,17.293,2.30383,0,0,0.913544,0.406739,300,100,1), - (65028,1621,0,-3160.43,-1554.23,8.60373,1.53589,0,0,0.694658,0.71934,300,100,1), - (65029,1621,0,-5464.19,-3965.31,347.369,2.07694,0,0,0.861629,0.507539,300,100,1), - (65030,1621,0,-9770.06,-2221.82,59.8902,-0.314158,0,0,-0.156434,0.987688,300,100,1), - (65031,1621,0,-5429.04,-3918.93,341.433,-2.80997,0,0,-0.986285,0.165053,300,100,1), - (65032,1621,0,-9262.77,-1977.89,75.5952,-2.9845,0,0,-0.996917,0.0784656,300,100,1), - (65033,1621,0,-10617.7,-913.665,55.1904,-2.96704,0,0,-0.996194,0.0871655,300,100,1), - (65034,179784,469,-7664.82,-984.057,440.247,0.314158,0,0,0.156434,0.987688,180,255,1), - (65035,179784,469,-7680.51,-1018.7,439.983,0.558504,0,0,0.275637,0.961262,180,255,1), - (65036,1621,0,-10970.5,-1142.02,39.3726,-0.069812,0,0,-0.0348989,0.999391,300,100,1), - (65037,1621,0,-10435.6,42.7232,44.7757,-1.01229,0,0,-0.484809,0.87462,300,100,1), - (65038,1621,0,-10265.8,266.94,39.2517,0.785397,0,0,0.382683,0.92388,300,100,1), - (65039,179784,469,-7667.54,-1008.34,440.259,0.523598,0,0,0.258819,0.965926,180,255,1), - (65040,1621,0,-10346.4,28.2568,50.1187,-2.56563,0,0,-0.958819,0.284017,300,100,1), - (65041,1621,0,-3174.86,-1256.82,10.2202,-1.32645,0,0,-0.615661,0.788011,300,100,1), - (65042,1621,0,-10387.3,-1191.86,43.122,-1.95477,0,0,-0.829038,0.559192,300,100,1), - (65043,1621,0,-9658.02,-2111.7,60.2108,0.925024,0,0,0.446198,0.894934,300,100,1), - (65044,1621,0,-2917.71,-1810.56,8.50937,-1.67551,0,0,-0.743143,0.669133,300,100,1), - (65046,1621,0,-3108,-2187.96,9.23061,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (65047,1621,0,-3087.76,-2009.68,9.41214,-1.02974,0,0,-0.492422,0.870357,300,100,1), - (65048,1621,0,-766.645,-956.938,34.0646,1.53589,0,0,0.694658,0.71934,300,100,1), - (65049,1621,1,5603.32,241.437,31.5457,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (65050,179784,469,-7656.67,-1024.32,440.257,0.506145,0,0,0.25038,0.968148,180,255,1), - (65051,1621,0,-10474,-78.0064,45.7854,2.23402,0,0,0.898794,0.438372,300,100,1), - (65052,1621,0,-3067.73,-2692.13,16.6828,-0.785397,0,0,-0.382683,0.92388,300,100,1), - (65053,1621,0,-1053.8,-1368.43,56.3424,1.65806,0,0,0.737276,0.675591,300,100,1), - (65054,1621,1,4823.35,275.858,52.1601,1.65806,0,0,0.737276,0.675591,300,100,1), - (65055,1621,1,4760.79,137.93,54.6364,-2.23402,0,0,-0.898794,0.438372,300,100,1), - (65056,1622,0,-5476.34,-3939.22,354.36,2.33874,0,0,0.920505,0.390732,300,100,1), - (65057,179784,469,-7595.77,-1080,449.164,0.558504,0,0,0.275637,0.961262,180,255,1), - (65058,1622,0,-9744.08,-2407.2,79.0861,-2.70526,0,0,-0.976296,0.21644,300,100,1), - (65059,1622,0,-5387.01,-4006.79,342.398,2.44346,0,0,0.939692,0.342021,300,100,1), - (65060,1622,0,-1759.68,-1525.38,60.9828,2.05949,0,0,0.857168,0.515037,300,100,1), - (65061,1622,0,-2859.65,-1473.97,10.1537,-2.84488,0,0,-0.989015,0.147813,300,100,1), - (65062,1622,0,-11090.1,-103.738,16.2993,2.00713,0,0,0.843392,0.537299,300,100,1), - (65063,1622,0,-10650.5,-166.159,36.3386,0.59341,0,0,0.292371,0.956305,300,100,1), - (65065,1622,1,2231.59,-1551.59,93.0479,0.645772,0,0,0.317305,0.948324,300,100,1), - (65066,1622,0,-1084.49,-1062.97,53.508,1.3439,0,0,0.622513,0.782609,300,100,1), - (65067,1622,0,-3280.57,-1743.55,16.7819,-3.07177,0,0,-0.999391,0.0349043,300,100,1), - (65068,1622,0,-3737.84,-931.895,7.16821,-0.837757,0,0,-0.406736,0.913546,300,100,1), - (65069,1622,0,-3886.87,-1078.15,24.5511,2.09439,0,0,0.866024,0.500002,300,100,1), - (65070,1622,0,-1032.7,-258.555,24.9987,-2.00713,0,0,-0.843392,0.537299,300,100,1), - (65071,1622,0,-1075.52,-2794.77,42.197,-2.61799,0,0,-0.965925,0.258821,300,100,1), - (65072,1623,1,-918.797,839.595,136.834,0.820303,0,0,0.398748,0.91706,300,100,1), - (65073,1623,0,-3571.57,-2417.75,75.7175,1.25664,0,0,0.587786,0.809016,300,100,1), - (65074,1623,0,-749.011,-3410.89,90.186,-0.558504,0,0,-0.275637,0.961262,300,100,1), - (65075,179784,469,-7593.78,-1063.45,449.164,0.471238,0,0,0.233445,0.97237,180,255,1), - (65076,1623,0,-1829.14,-2981.23,69.3118,2.40855,0,0,0.93358,0.35837,300,100,1), - (65077,1623,0,-1815.8,-1959.13,71.8475,1.0821,0,0,0.515036,0.857168,300,100,1), - (65078,1623,0,-3272.46,-1950.03,64.9973,1.29154,0,0,0.601814,0.798637,300,100,1), - (65079,1623,0,-918.291,-2640.81,91.7362,0.890117,0,0,0.430511,0.902586,300,100,1), - (65080,1623,0,-649.711,-2131.39,79.6602,-2.67035,0,0,-0.972369,0.233447,300,100,1), - (65081,1623,0,-633.374,-2060.6,67.0973,1.69297,0,0,0.748956,0.66262,300,100,1), - (65082,1623,0,-749.577,-3156.14,92.4223,2.23402,0,0,0.898794,0.438372,300,100,1), - (65083,1623,0,-1131.15,-1300.78,82.1511,0.418879,0,0,0.207912,0.978148,300,100,1), - (65084,1623,0,-1956.44,-3362.97,110.945,2.23402,0,0,0.898794,0.438372,300,100,1), - (65085,1623,0,-6456.49,-2473.7,324.2,2.00713,0,0,0.843392,0.537299,300,100,1), - (65086,1623,0,-3205.36,-3143.97,70.3773,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (65087,1623,0,-880.179,-2722.09,70.7413,-1.64061,0,0,-0.731354,0.681998,300,100,1), - (65088,1623,0,-1756.26,-3523.51,72.5092,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (65089,1623,0,-820.696,-3109.38,88.8006,-1.81514,0,0,-0.78801,0.615662,300,100,1), - (65090,1623,0,-755.853,-2290.78,62.4308,0,0,0,0,1,300,100,1), - (65091,1623,0,-1946.28,-2989.11,72.2344,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (65092,1624,0,-3111.52,-1504.16,9.60414,2.56563,0,0,0.958819,0.284017,300,100,1), - (65093,1624,0,-3175.66,-952.048,9.59336,0.383971,0,0,0.190808,0.981627,300,100,1), - (65094,1624,0,-1215.86,-2982.48,46.8069,2.70526,0,0,0.976295,0.216442,300,100,1), - (65095,1624,0,55.5641,-50.3888,99.1906,-1.23918,0,0,-0.580701,0.814117,300,100,1), - (65096,179784,469,-7650.9,-975.792,440.263,0.226892,0,0,0.113203,0.993572,180,255,1), - (65097,179784,469,-7663.99,-1084.89,449.164,0.628317,0,0,0.309016,0.951057,180,255,1), - (65098,1624,0,-2977.79,-1225.19,10.514,1.6057,0,0,0.719339,0.694659,300,100,1), - (65099,1624,1,3914.34,705.673,7.32464,-0.296705,0,0,-0.147809,0.989016,300,100,1), - (65100,1624,0,-1264.63,-2279.34,57.1287,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (65101,1624,1,3160.27,468.336,2.55126,0.296705,0,0,0.147809,0.989016,300,100,1), - (65102,1624,0,-10522.5,-27.1364,44.637,2.1293,0,0,0.874619,0.48481,300,100,1), - (65103,1624,0,-10340.4,-28.8124,45.1232,0.296705,0,0,0.147809,0.989016,300,100,1), - (65104,1624,0,-1163.82,-1529.36,56.8556,-1.79769,0,0,-0.782608,0.622514,300,100,1), - (65105,1624,0,-1053.47,-1787.58,59.3678,0.750491,0,0,0.366501,0.930418,300,100,1), - (65106,1624,0,-984.745,-3346.48,56.8505,-0.523598,0,0,-0.258819,0.965926,300,100,1), - (65107,1624,0,-1009.44,-1058.56,43.1947,0.575957,0,0,0.284015,0.95882,300,100,1), - (65108,1624,0,-1053.47,-1913.41,62.1433,-1.309,0,0,-0.608763,0.793352,300,100,1), - (65109,179804,469,-7577.16,-1221.39,476.8,-0.97151,0,0,-0.466876,0.884323,180,255,1), - (65110,1624,1,2289.08,-1279.43,77.6134,2.51327,0,0,0.951056,0.309019,300,100,1), - (65111,1624,0,-1546.05,-2410.19,76.3865,-1.16937,0,0,-0.551937,0.833886,300,100,1), - (65112,1624,0,-12200.6,139.857,18.0954,3.01941,0,0,0.998134,0.0610534,300,100,1), - (65113,1624,0,-10229.6,-33.3671,32.1215,-0.331611,0,0,-0.165047,0.986286,300,100,1), - (65114,1624,1,-196.438,1116.59,87.2241,2.05949,0,0,0.857168,0.515037,300,100,1), - (65115,1624,1,2343.85,-1231.43,86.3554,2.96704,0,0,0.996194,0.0871655,300,100,1), - (65116,1628,0,-2815.28,-2228.88,-0.927708,2.9845,0,0,0.996917,0.0784656,300,100,1), - (65117,1628,0,-2863.84,-2169.54,23.2902,-2.28638,0,0,-0.909961,0.414694,300,100,1), - (65120,1628,0,-1515.81,-1899.49,68.2952,1.95477,0,0,0.829038,0.559192,300,100,1), - (65144,179804,469,-7583.34,-1220.16,476.8,2.95009,0,0,0.995419,0.0956051,180,255,1), - (65155,179804,469,-7581.56,-1218.36,476.8,-1.09241,0,0,-0.519448,0.854502,180,255,1), - (65161,179804,469,-7573.03,-1228.32,476.8,-1.37633,0,0,-0.635121,0.772413,180,255,1), - (65185,179804,469,-7582.91,-1223.7,476.8,-1.08055,0,0,-0.514372,0.857567,180,255,1), - (65190,179804,469,-7565.71,-1227.61,476.8,0.938991,0,0,0.452436,0.891797,180,255,1), - (65202,1732,1,2909.78,415.713,103.499,1.309,0,0,0.608763,0.793352,300,100,1), - (65203,179804,469,-7573.54,-1226.22,476.8,-1.03731,0,0,-0.495712,0.868487,180,255,1), - (65208,179804,469,-7580.33,-1216.66,476.8,-1.20548,0,0,-0.566902,0.823785,180,255,1), - (65211,179804,469,-7568.6,-1223.78,476.8,3.05699,0,0,0.999105,0.0422888,180,255,1), - (65213,179804,469,-7579.91,-1218.69,476.8,-0.918118,0,0,-0.443105,0.89647,180,255,1), - (65223,179804,469,-7558.51,-1209.59,476.8,-2.93392,0,0,-0.994614,0.10365,180,255,1), - (65225,179804,469,-7576.61,-1217.34,476.8,-0.139586,0,0,-0.0697364,0.997565,180,255,1), - (65226,179804,469,-7549.13,-1193.02,476.8,-2.33869,0,0,-0.920495,0.390755,180,255,1), - (65227,179804,469,-7548.27,-1190.14,476.8,-2.05906,0,0,-0.857057,0.515222,180,255,1), - (65231,1734,1,-9109.86,-4197.31,-30.1479,1.83259,0,0,0.793352,0.608764,300,100,1), - (65232,1734,1,-8066.52,-2266.52,15.7821,-2.37364,0,0,-0.927182,0.37461,300,100,1), - (65233,179804,469,-7575.3,-1200.86,476.8,-1.25768,0,0,-0.588207,0.80871,180,255,1), - (65234,179804,469,-7540.36,-1177.52,476.857,-1.95795,0,0,-0.829926,0.557873,180,255,1), - (65243,179804,469,-7537.69,-1176.23,476.8,-1.88845,0,0,-0.810043,0.586371,180,255,1), - (65255,179804,469,-7568.46,-1223.25,476.8,-1.13078,0,0,-0.535745,0.84438,180,255,1), - (65263,1735,1,-978.96,1433.73,69.1913,2.82743,0,0,0.987688,0.156436,300,100,1), - (65270,176584,0,1878.28,-4879.28,98.8299,2.9845,0,0,0.996917,0.0784656,300,100,1), - (65277,176586,0,-7896.6,-2558.81,219.946,3.14159,0,0,1,0.00000126759,300,100,1), - (65280,176587,0,2016.61,-4694.26,91.7821,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (65281,176587,0,2016.61,-4694.26,91.7821,-0.837757,0,0,-0.406736,0.913546,300,100,1), - (65282,176587,0,2115.63,-4873.79,74.8908,1.50098,0,0,0.681997,0.731355,300,100,1), - (65283,176587,0,2818.86,-4592.9,90.6468,-1.69297,0,0,-0.748956,0.66262,300,100,1), - (65284,176587,0,1784.86,-4176.54,86.9041,0.663223,0,0,0.325567,0.945519,300,100,1), - (65285,176587,0,1208,-2550.61,73.0816,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (65286,176587,0,1814.54,-1161.08,60.4921,-2.426,0,0,-0.936671,0.350211,300,100,1), - (65287,176587,0,1744.66,-4339.93,77.6948,-0.069812,0,0,-0.0348989,0.999391,300,100,1), - (65289,176589,0,-7620.87,-709.08,182.742,1.46608,0,0,0.669132,0.743144,3600,100,1), - (65290,176589,0,-8238.41,-1756.23,147.111,1.5708,0,0,0.707108,0.707106,3600,100,1), - (65291,179804,469,-7530.03,-1174.25,476.8,-1.8023,0,0,-0.784041,0.620709,180,255,1), - (65299,2040,1,-7995.1,-2393.72,-24.7835,1.13446,0,0,0.537298,0.843393,300,100,1), - (65300,2040,1,-7106.94,-2582.7,13.6203,-1.78023,0,0,-0.777144,0.629323,300,100,1), - (65301,2040,1,-7728.64,-2599.35,-58.1333,0.261798,0,0,0.130525,0.991445,300,100,1), - (65302,2040,1,-8510.09,-4529.86,21.0271,1.46608,0,0,0.669132,0.743144,300,100,1), - (65303,2040,1,-9337.35,-4248.36,31.5042,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (65304,2040,1,-9437.38,-3994.06,-38.0223,-1.6057,0,0,-0.719339,0.694659,300,100,1), - (65305,2040,1,-9375.39,-3063.52,17.3809,1.85005,0,0,0.798636,0.601815,300,100,1), - (65306,2040,1,-9526.4,-2399.89,45.5343,-2.46091,0,0,-0.942641,0.333809,300,100,1), - (65307,2040,1,-9317.54,-4210.49,23.3972,-0.680679,0,0,-0.333807,0.942641,300,100,1), - (65308,2041,0,-2896.75,-1689.91,7.51803,-1.309,0,0,-0.608763,0.793352,300,100,1), - (65309,2041,0,17.8396,-3752.17,146.476,1.39626,0,0,0.642786,0.766046,300,100,1), - (65310,2041,0,466.333,-1472.12,40.626,2.40855,0,0,0.93358,0.35837,300,100,1), - (65311,2041,0,-2739.23,-1328.33,7.56998,-0.087266,0,0,-0.0436192,0.999048,300,100,1), - (65312,2041,0,-1739.47,-3243.1,24.8213,2.67035,0,0,0.972369,0.233447,300,100,1), - (65313,2041,0,-433.665,-986.09,34.3007,-2.87979,0,0,-0.991445,0.130528,300,100,1), - (65315,2041,0,-2954.39,-2235.25,7.02462,0.349065,0,0,0.173648,0.984808,300,100,1), - (65316,2041,0,-3071.98,-2200.16,7.08711,-2.11185,0,0,-0.870356,0.492423,300,100,1), - (65318,2041,0,-1455.35,-1925.88,50.5102,-0.139624,0,0,-0.0697553,0.997564,300,100,1), - (65319,2041,0,-12156,-65.9369,10.715,-2.80997,0,0,-0.986285,0.165053,300,100,1), - (65320,2041,0,-1853.69,-2548.98,54.381,-1.51844,0,0,-0.688356,0.725373,300,100,1), - (65321,2041,0,-1400.24,-1704.12,48.3906,1.78023,0,0,0.777144,0.629323,300,100,1), - (65322,2041,0,-1711.67,-3364.19,29.0055,-2.3911,0,0,-0.930417,0.366502,300,100,1), - (65323,2042,1,-3240.05,-4140.46,23.6236,-0.977383,0,0,-0.469471,0.882948,300,100,1), - (65325,2042,0,-914.123,-3341.35,75.6305,2.35619,0,0,0.923879,0.382686,300,100,1), - (65326,2042,0,-1820.37,-2332.3,34.2472,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (65327,2042,0,-996.4,-1638.04,37.1822,1.18682,0,0,0.559193,0.829038,300,100,1), - (65328,2043,0,-1811.35,-3218.45,33.4678,1.91986,0,0,0.819151,0.573577,300,100,1), - (65330,2043,0,-1005.75,-2761.2,49.9008,2.74016,0,0,0.979924,0.199371,300,100,1), - (65331,2043,0,-1874.17,-3108.33,58.5064,-1.09956,0,0,-0.5225,0.852639,300,100,1), - (65332,2043,0,-873.379,-2402.82,57.2111,-2.63544,0,0,-0.968147,0.250383,300,100,1), - (65333,2043,0,-1802.22,-3083.24,43.3628,0.785397,0,0,0.382683,0.92388,300,100,1), - (65334,2043,0,-1712.81,-3476.88,53.6383,1.44862,0,0,0.662619,0.748957,300,100,1), - (65335,2045,0,-2561.2,-1245.48,-42.077,-0.174532,0,0,-0.0871553,0.996195,300,100,1), - (65336,2045,0,-3800.95,-1161.6,-20.5933,-0.785397,0,0,-0.382683,0.92388,300,100,1), - (65337,2045,0,-4006.72,-785.52,-15.6079,1.36136,0,0,0.629322,0.777145,300,100,1), - (65338,2045,0,-2523.04,-1413.89,-34.7353,-1.50098,0,0,-0.681997,0.731355,300,100,1), - (65339,2045,0,-4040.65,-783.567,-13.2906,0.122173,0,0,0.0610485,0.998135,300,100,1), - (65340,2045,0,-4022.54,-649.157,-11.3932,0.366518,0,0,0.182235,0.983255,300,100,1), - (65341,2045,0,-12476.5,425.215,-21.1171,-1.74533,0,0,-0.766045,0.642787,300,100,1), - (65342,2045,0,-3585.93,-1118.09,-13.8144,-0.506145,0,0,-0.25038,0.968148,300,100,1), - (65343,2045,0,-1677.83,-1121.21,-3.60723,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (65344,2045,0,-2980.53,-857.71,-10.4009,-2.19912,0,0,-0.891008,0.453988,300,100,1), - (65346,2045,0,-3946.65,-878.974,-13.3966,2.44346,0,0,0.939692,0.342021,300,100,1), - (65347,2045,0,-2553.31,-1336.61,-42.1703,-1.29154,0,0,-0.601814,0.798637,300,100,1), - (65349,2045,0,-4108.78,-749.394,-13.1341,0.663223,0,0,0.325567,0.945519,300,100,1), - (65350,2045,0,-3683.3,-1085.2,-45.1089,-1.78023,0,0,-0.777144,0.629323,300,100,1), - (65351,2045,0,-3481.24,-625.551,-13.8047,0.314158,0,0,0.156434,0.987688,300,100,1), - (65352,2045,0,-2743.68,-927.421,-13.5739,0.366518,0,0,0.182235,0.983255,300,100,1), - (65353,2045,0,-1153.73,-439.879,-41.0976,-0.942477,0,0,-0.45399,0.891007,300,100,1), - (65354,2045,0,-1272.66,-446.993,-90.7419,0.925024,0,0,0.446198,0.894934,300,100,1), - (65355,2045,0,-2824.33,-910.341,-12.6657,1.81514,0,0,0.78801,0.615662,300,100,1), - (65357,2045,0,-3877.74,-960.628,-14.7171,-1.11701,0,0,-0.529919,0.848048,300,100,1), - (65358,2045,0,-3441.99,-784.958,-9.7096,-0.593412,0,0,-0.292372,0.956305,300,100,1), - (65359,2045,0,-3746.37,-1147.42,-32.052,-0.104719,0,0,-0.0523356,0.99863,300,100,1), - (65360,2045,0,-2716.56,-1138.35,-6.98731,-0.715585,0,0,-0.350207,0.936672,300,100,1), - (65361,2045,0,-1229.21,-48.2863,-39.3614,-0.349065,0,0,-0.173648,0.984808,300,100,1), - (65363,2045,0,-1081.05,-713.958,-3.80395,1.15192,0,0,0.54464,0.83867,300,100,1), - (65364,2045,0,-12066.3,726.439,-17.8329,3.10665,0,0,0.999847,0.0174704,300,100,1), - (65365,2045,1,-7678.88,-4930.34,-7.2694,1.15192,0,0,0.54464,0.83867,300,100,1), - (65366,2045,1,-2091.73,-3852.34,-12.8847,1.37881,0,0,0.636078,0.771625,300,100,1), - (65367,2045,1,-2135.63,-3901.4,-8.63047,-1.3439,0,0,-0.622513,0.782609,300,100,1), - (65368,2046,0,-1108.3,-2353.25,50.4907,-1.37881,0,0,-0.636078,0.771625,300,100,1), - (65370,2046,0,-916.123,-3631.37,86.0909,1.74533,0,0,0.766045,0.642787,300,100,1), - (65371,2046,0,-11836.9,48.4786,15.7018,-1.39626,0,0,-0.642786,0.766046,300,100,1), - (65372,2046,0,-1033.84,-2618.83,57.3154,1.27409,0,0,0.594823,0.803857,300,100,1), - (65373,2046,0,-891.027,-3056.27,90.9899,-2.80997,0,0,-0.986285,0.165053,300,100,1), - (65374,2046,0,-928.493,-1555,57.1926,1.88495,0,0,0.809015,0.587788,300,100,1), - (65375,179804,469,-7586.86,-1212.69,476.8,2.35407,0,0,0.923473,0.383665,180,255,1), - (65707,181510,533,2787.26,-3654.13,274.317,-2.74888,0,0,-0.980784,0.195097,180,0,1), - (65708,181511,533,2782.4,-3660.4,274.315,2.11089,0,0,0.87012,0.492841,180,0,1), - (65709,181512,533,2778.43,-3651.31,274.317,-2.74259,0,0,-0.980166,0.198181,180,0,1), - (65710,181513,533,2774.3,-3660.66,274.317,-0.183933,0,0,-0.0918369,0.995774,180,0,1), - (65711,175369,533,3185.48,-4039.1,107.792,3.12412,0,0,0.999962,0.00873622,180,0,1), - (65712,181514,533,2757.84,-3659.56,274.317,1.97116,0,0,0.833593,0.55238,180,0,1), - (65713,175370,533,3271.52,-4064.31,108.435,-2.8536,0,0,-0.989651,0.143497,180,0,1), - (65714,181515,533,2755.24,-3649.9,274.317,-2.88634,0,0,-0.991867,0.12728,180,0,1), - (65715,181516,533,2763.55,-3654.04,274.317,-2.88396,0,0,-0.991715,0.12846,180,0,1), - (65716,181517,533,2793.24,-3664.13,274.317,0.635802,0,0,0.312573,0.949894,180,0,1), - (65717,181518,533,2802.51,-3664.73,274.317,0.635802,0,0,0.312573,0.949894,180,0,1), - (65718,181519,533,2812,-3671.98,274.073,-0.473312,0,0,-0.234453,0.972127,180,0,1), - (65719,181520,533,2810.56,-3680.58,274.317,-3.09646,0,0,-0.999745,0.0225644,180,0,1), - (65720,181521,533,2800.15,-3682.71,274.352,1.03882,0,0,0.496368,0.868112,180,0,1), - (65721,181522,533,2805.96,-3691.67,274.317,-1.84881,0,0,-0.798263,0.60231,180,0,1), - (65722,181523,533,2795.81,-3677.56,274.073,2.85315,0,0,0.989618,0.143722,180,0,1), - (65723,181524,533,2792.33,-3684.13,274.317,-1.30703,0,0,-0.607981,0.793952,180,0,1), - (65724,181525,533,2783.36,-3688.36,274.385,-3.12187,0,0,-0.999951,0.00986115,180,0,1), - (65725,181526,533,2781.56,-3671,274.352,-3.12955,0,0,-0.999982,0.0060213,180,0,1), - (65726,181527,533,2777.41,-3677.64,274.387,0.79134,0,0,0.385427,0.922739,180,0,1), - (65727,181528,533,2769.25,-3671.42,274.422,-0.424006,0,0,-0.210418,0.977611,180,0,1), - (65728,181529,533,2763.33,-3680.53,274.352,-3.13681,0,0,-0.999997,0.00239129,180,0,1), - (65729,181530,533,2758.16,-3667.13,274.352,3.13883,0,0,0.999999,0.00138135,180,0,1), - (65730,181531,533,2749.34,-3662.21,274.352,-2.64632,0,0,-0.969495,0.245113,180,0,1), - (65731,181532,533,2743.09,-3671.32,274.317,2.46425,0,0,0.943197,0.332234,180,0,1), - (65732,181533,533,2754.01,-3673.77,274.387,0.79134,0,0,0.385427,0.922739,180,0,1), - (65733,181534,533,2737.17,-3675.16,274.317,-1.91353,0,0,-0.817332,0.576167,180,0,1), - (65734,181535,533,2747.13,-3684.35,274.352,3.13243,0,0,0.99999,0.00458127,180,0,1), - (65735,181536,533,2740.49,-3692.13,274.387,0.792787,0,0,0.386094,0.922459,180,0,1), - (65736,181537,533,2738.4,-3703.13,274.385,-0.537079,0,0,-0.265324,0.964159,180,0,1), - (65737,181538,533,2752.93,-3706.52,274.317,1.04784,0,0,0.500278,0.865865,180,0,1), - (65738,181539,533,2746.13,-3700.19,274.317,-0.789904,0,0,-0.384764,0.923015,180,0,1), - (65739,181540,533,2752.92,-3693.02,274.317,-2.18329,0,0,-0.887387,0.461026,180,0,1), - (65740,181541,533,2760.58,-3688.31,274.387,0.412781,0,0,0.204928,0.978777,180,0,1), - (65741,181542,533,2764.29,-3698.09,274.422,-0.792388,0,0,-0.38591,0.922536,180,0,1), - (65742,181543,533,2772.08,-3692.15,274.352,-1.26434,0,0,-0.590897,0.806747,180,0,1), - (65743,181544,533,2774.96,-3701.13,274.317,0.523547,0,0,0.258794,0.965933,180,0,1), - (65744,181545,533,2772.29,-3711.44,274.422,-0.260754,0,0,-0.130008,0.991513,180,0,1), - (65745,181546,533,2761.82,-3711.92,274.315,-2.32171,0,0,-0.917144,0.398555,180,0,1), - (65746,181547,533,2754.19,-3718.12,274.317,-0.91283,0,0,-0.440733,0.897638,180,0,1), - (65747,181548,533,2765.76,-3718.73,274.317,-1.4752,0,0,-0.672514,0.740085,180,0,1), - (65748,181549,533,2776.16,-3721.79,274.387,-2.34582,0,0,-0.921882,0.387471,180,0,1), - (65749,181550,533,2765.33,-3728.61,274.315,-0.065239,0,0,-0.0326137,0.999468,180,0,1), - (65750,181551,533,2774.99,-3731.79,274.387,-2.35527,0,0,-0.923703,0.38311,180,0,1), - (65751,181552,533,2784.17,-3724.73,274.385,1.05084,0,0,0.501576,0.865113,180,0,1), - (65752,181577,533,2909,-4025.02,273.475,3.14159,0,0,1,0.00000126759,180,0,1), - (65754,181120,533,3339.16,-3100.64,296.813,3.14159,0,0,-1,0,180,0,1), - (65755,181121,533,3421.86,-3017.51,295.615,3.14159,0,0,-1,0,180,0,1), - (65756,181123,533,3317.97,-3254.35,293.346,-1.5708,0,0,-0.707107,0.707107,180,0,1), - (65757,181124,533,2750.49,-3384.36,267.341,0,0,0,0,1,180,0,0), - (65758,181125,533,2633.84,-3336.82,267.084,0,0,0,0,1,180,0,1), - (65759,181126,533,3202.67,-3475.94,287.034,3.14159,0,0,-1,0,180,0,1), - (65764,181676,533,2771.37,-3681.64,273.667,-0.104719,0,0,-0.0523356,0.99863,180,0,1), - (65765,181676,533,2753.28,-3643.09,273.618,0.436332,0,0,0.216439,0.976296,180,0,1), - (65766,181676,533,2766.39,-3642.32,273.853,-2.77507,0,0,-0.983255,0.182237,180,0,1), - (65767,181676,533,2779.17,-3684.18,273.668,2.67035,0,0,0.972369,0.233447,180,0,1), - (65768,181676,533,2765.45,-3663.31,273.667,-1.3439,0,0,-0.622513,0.782609,180,0,1), - (65769,181676,533,2746.33,-3649.14,273.621,-2.82743,0,0,-0.987688,0.156436,180,0,1), - (65770,181676,533,2783.05,-3681.86,273.67,-1.44862,0,0,-0.662619,0.748957,180,0,1), - (65771,181676,533,2771.77,-3652.75,273.658,-0.645772,0,0,-0.317305,0.948324,180,0,1), - (65772,181676,533,2776.29,-3642.56,273.965,0.017452,0,0,0.00872589,0.999962,180,0,1), - (65773,181676,533,2746.2,-3658.67,273.619,3.00195,0,0,0.997563,0.0697646,180,0,1), - (65774,181676,533,2771.85,-3665.62,273.667,3.10665,0,0,0.999847,0.0174704,180,0,1), - (65775,181676,533,2761.93,-3648.03,273.626,-0.366518,0,0,-0.182235,0.983255,180,0,1), - (65776,181676,533,2771.63,-3642.94,274.379,-0.733038,0,0,-0.358368,0.93358,180,0,1), - (65777,181676,533,2762.27,-3672.94,273.667,-2.82743,0,0,-0.987688,0.156436,180,0,1), - (65778,181676,533,2752.57,-3655.19,273.626,1.46608,0,0,0.669132,0.743144,180,0,1), - (65779,181676,533,2782.95,-3641.68,273.594,-0.872664,0,0,-0.422618,0.906308,180,0,1), - (65780,181676,533,2759.67,-3641.1,273.591,-0.645772,0,0,-0.317305,0.948324,180,0,1), - (65781,181676,533,2752.82,-3666.02,273.654,2.58308,0,0,0.961261,0.275641,180,0,1), - (65782,181677,533,2735.92,-3697.26,273.65,0.523598,0,0,0.258819,0.965926,180,0,1), - (65783,181677,533,2778.21,-3694.98,273.638,0.663223,0,0,0.325567,0.945519,180,0,1), - (65784,181677,533,2747.86,-3676.92,273.662,0.296705,0,0,0.147809,0.989016,180,0,1), - (65785,181677,533,2745.5,-3666.69,273.639,-1.55334,0,0,-0.700908,0.713252,180,0,1), - (65786,181677,533,2755.71,-3682.96,273.666,-1.27409,0,0,-0.594823,0.803857,180,0,1), - (65787,181677,533,2768.83,-3701.38,273.665,1.51844,0,0,0.688356,0.725373,180,0,1), - (65788,181677,533,2747.2,-3693.01,273.666,-1.85005,0,0,-0.798636,0.601815,180,0,1), - (65789,181677,533,2734.93,-3688.94,273.628,-0.645772,0,0,-0.317305,0.948324,180,0,1), - (65790,181677,533,2766.62,-3687.92,273.664,-0.436332,0,0,-0.216439,0.976296,180,0,1), - (65791,181677,533,2729.2,-3673.43,273.621,-0.157079,0,0,-0.0784588,0.996917,180,0,1), - (65792,181677,533,2729.52,-3697.78,273.625,0.104719,0,0,0.0523356,0.99863,180,0,1), - (65793,181677,533,2729.02,-3684.86,274.373,-0.034906,0,0,-0.0174521,0.999848,180,0,1), - (65794,181677,533,2734,-3663.36,273.621,-1.91986,0,0,-0.819151,0.573577,180,0,1), - (65795,181677,533,2740.54,-3681.25,273.644,1.81514,0,0,0.78801,0.615662,180,0,1), - (65796,181677,533,2761.62,-3693.18,273.664,2.60053,0,0,0.963629,0.267244,180,0,1), - (65797,181678,533,2807.49,-3668.25,273.644,-1.55334,0,0,-0.700908,0.713252,180,0,1), - (65798,181678,533,2819.54,-3677.43,273.638,1.51844,0,0,0.688356,0.725373,180,0,1), - (65799,181678,533,2808.35,-3685.41,273.645,-1.27409,0,0,-0.594823,0.803857,180,0,1), - (65800,181678,533,2802.32,-3659.69,273.626,1.46608,0,0,0.669132,0.743144,180,0,1), - (65801,181678,533,2795.44,-3687.74,273.622,-0.506145,0,0,-0.25038,0.968148,180,0,1), - (65802,181678,533,2821.09,-3691.97,275.804,2.79252,0,0,0.984807,0.173652,180,0,1), - (65803,181678,533,2818.81,-3672.17,273.629,-1.3439,0,0,-0.622513,0.782609,180,0,1), - (65804,181678,533,2787.77,-3674.88,273.668,0.296705,0,0,0.147809,0.989016,180,0,1), - (65805,181678,533,2793.97,-3656.83,273.637,0.663223,0,0,0.325567,0.945519,180,0,1), - (65806,181678,533,2789.24,-3668.48,273.669,-0.366518,0,0,-0.182235,0.983255,180,0,1), - (65807,181678,533,2793,-3646.92,273.62,-0.95993,0,0,-0.461748,0.887011,180,0,1), - (65808,181678,533,2813.31,-3699.76,273.621,-1.85005,0,0,-0.798636,0.601815,180,0,1), - (65809,181678,533,2817.4,-3684.56,273.623,-0.820303,0,0,-0.398748,0.91706,180,0,1), - (65810,181678,533,2786.82,-3647.31,273.635,-0.436332,0,0,-0.216439,0.976296,180,0,1), - (65811,181678,533,2817.31,-3687.08,273.621,2.60053,0,0,0.963629,0.267244,180,0,1), - (65812,181678,533,2803.58,-3675.67,273.666,-2.80997,0,0,-0.986285,0.165053,180,0,1), - (65813,181678,533,2815.57,-3697.73,273.621,0.994837,0,0,0.477158,0.878817,180,0,1), - (65814,181678,533,2811.57,-3663.93,273.623,3.00195,0,0,0.997563,0.0697646,180,0,1), - (65815,181678,533,2796.98,-3671.73,273.669,2.58308,0,0,0.961261,0.275641,180,0,1), - (65816,181168,533,2924.01,-3286.47,305.366,-2.35619,0,0,-0.92388,0.382683,180,0,1), - (65817,181169,533,2907.85,-3270.72,305.366,-2.35619,0,0,-0.92388,0.382683,180,0,1), - (65818,181170,533,2692.07,-3360.78,267.504,3.14159,0,0,-1,0,180,0,0), - (65819,181695,533,2749.96,-3724.48,273.623,0.645772,0,0,0.317305,0.948324,180,0,1), - (65820,181695,533,2745.57,-3720.84,273.654,1.8675,0,0,0.803856,0.594824,180,0,1), - (65821,181695,533,2771.05,-3717.31,273.67,-0.366518,0,0,-0.182235,0.983255,180,0,1), - (65822,181695,533,2757.5,-3708.95,273.668,-0.95993,0,0,-0.461748,0.887011,180,0,1), - (65823,181695,533,2752.93,-3699.58,273.667,0.436332,0,0,0.216439,0.976296,180,0,1), - (65824,181695,533,2766.44,-3708.41,273.667,-1.27409,0,0,-0.594823,0.803857,180,0,1), - (65825,181695,533,2760.5,-3732.28,273.632,-1.18682,0,0,-0.559191,0.829039,180,0,1), - (65826,181695,533,2791.41,-3726.31,273.622,1.48353,0,0,0.67559,0.737277,180,0,1), - (65827,181695,533,2787.4,-3731.16,273.616,-1.09956,0,0,-0.5225,0.852639,180,0,1), - (65828,181695,533,2779.75,-3728.21,273.644,2.67035,0,0,0.972369,0.233447,180,0,1), - (65829,181695,533,2771.59,-3736.93,273.618,1.48353,0,0,0.67559,0.737277,180,0,1), - (65830,181695,533,2745.73,-3711.43,273.621,0.767944,0,0,0.374606,0.927184,180,0,1), - (65831,181695,533,2759.15,-3718.01,273.669,-2.00713,0,0,-0.843392,0.537299,180,0,1), - (65832,181695,533,2759.64,-3724.62,273.66,2.1293,0,0,0.874619,0.48481,180,0,1), - (65833,181695,533,2771.05,-3727.31,273.67,-0.436332,0,0,-0.216439,0.976296,180,0,1), - (65834,181695,533,2737.57,-3710.51,273.624,2.96704,0,0,0.996194,0.0871655,180,0,1), - (65835,181695,533,2781.85,-3735.08,273.62,1.51844,0,0,0.688356,0.725373,180,0,1), - (65836,181695,533,2731.62,-3706.18,273.623,-2.77507,0,0,-0.983255,0.182237,180,0,1), - (65837,181695,533,2755.07,-3728.92,273.626,0.523598,0,0,0.258819,0.965926,180,0,1), - (65838,181695,533,2781.35,-3720.31,273.64,2.67035,0,0,0.972369,0.233447,180,0,1), - (65839,181195,533,3143.96,-3572.22,287.097,2.35619,0,0,0.923879,0.382686,180,0,1), - (65840,181197,533,3452.74,-3863.67,308.341,3.14159,0,0,-1,0,180,0,0), - (65841,181198,533,2963.16,-3476.83,297.596,-2.35619,0,0,-0.92388,0.382683,180,0,0), - (65842,181199,533,2847.43,-3489.47,297.839,3.14159,0,0,-1,0,180,0,0), - (65843,181200,533,2737.66,-3489.72,262.095,3.14159,0,0,-1,0,180,0,0), - (65844,181201,533,2684.28,-3559.36,261.913,1.5708,0,0,0.707107,0.707107,180,0,1), - (65845,181202,533,2822.93,-3685.3,273.541,3.14159,0,0,-1,0,180,0,1), - (65846,181203,533,2771.5,-3737.34,273.596,-1.5708,0,0,-0.707107,0.707107,180,0,0), - (65847,181209,533,3427.56,-3846.01,310.369,0.001245,0,0,0.000622749,1,180,0,1), - (65848,181210,533,2991.71,-3420.18,300.972,3.14159,0,0,-1,0,180,0,1), - (65849,181211,533,2991.58,-3448.51,300.972,3.14159,0,0,-1,0,180,0,1), - (65850,181212,533,3020.08,-3448.65,300.972,3.14159,0,0,-1,0,180,0,1), - (65851,181213,533,3019.93,-3420.31,300.972,3.14159,0,0,-1,0,180,0,1), - (65853,181229,533,3005.78,-3434.36,300.328,3.14159,0,0,1,0.00000126759,180,0,1), - (65854,181230,533,2493.02,-2921.78,241.193,3.14159,0,0,-1,0,180,0,1), - (65855,181231,533,2909,-4025.02,273.475,3.14159,0,0,-1,0,180,0,1), - (65856,181232,533,3539.02,-2936.82,302.476,3.14159,0,0,-1,0,180,0,1), - (65857,181233,533,3465.16,-3940.45,308.788,0.441179,-0.305481,0.637715,0.305481,0.637716,180,0,1), - (65858,181234,533,2904.86,-3286.11,298.527,-0.785397,0,0,-0.382683,0.92388,180,0,1), - (65859,181235,533,3318.65,-3695.85,259.094,3.14159,0,0,-1,0,180,0,0), - (65860,181496,533,2909.69,-3818.45,273.553,3.14159,0,0,-1,0,180,0,1), - (65861,181240,533,2908.99,-4044.1,273.726,-1.5708,0,0,-0.707107,0.707107,180,0,1), - (65862,181241,533,2909.69,-3947.28,273.553,3.14159,0,0,-1,0,180,0,0), - (65863,181242,533,2859.62,-3997.85,273.297,1.5708,0,0,0.707107,0.707107,180,0,1), - (65864,181243,533,2959.33,-3997.85,273.297,1.5708,0,0,0.707107,0.707107,180,0,1), - (66334,176146,1,-8133.34,1525.13,17.1904,6.28103,0,0,0.00107995,-0.999999,600,100,0), - (66335,176147,1,-8133.34,1525.13,17.1904,6.28103,0,0,0.00107995,-0.999999,600,100,0), - (66336,176148,1,-8133.34,1525.13,17.1904,6.28103,0,0,0.00107995,-0.999999,600,100,0), - (66691,179804,469,-7527.65,-1166.25,476.8,-1.78585,0,0,-0.778909,0.627136,180,255,1), - (66696,179804,469,-7579.87,-1215.42,476.8,-1.03909,0,0,-0.496485,0.868045,180,255,1), - (66697,179804,469,-7580.51,-1216.98,476.8,-0.939697,0,0,-0.452751,0.891637,180,255,1), - (66698,179804,469,-7523.19,-1161.7,476.797,-2.19669,0,0,-0.890455,0.45507,180,255,1), - (66699,179804,469,-7570.95,-1224.36,476.8,-0.932966,0,0,-0.449748,0.893156,180,255,1), - (66700,179804,469,-7535.48,-1173.7,476.8,-2.30475,0,0,-0.913732,0.406318,180,255,1), - (66701,179804,469,-7580.25,-1216.35,476.8,-1.42829,0,0,-0.654972,0.755654,180,255,1), - (66702,179804,469,-7574.76,-1207.99,476.8,-2.16099,0,0,-0.882191,0.470892,180,255,1), - (66703,179804,469,-7563.28,-1212.55,476.8,-2.20163,0,0,-0.891577,0.45287,180,255,1), - (66704,179804,469,-7575.63,-1214.68,476.8,-1.69668,0,0,-0.750184,0.661229,180,255,1), - (66705,179804,469,-7560.9,-1202.63,476.8,-2.33948,0,0,-0.920649,0.390391,180,255,1), - (66708,179804,469,-7579.91,-1219.54,476.8,0.230619,0,0,0.115054,0.993359,180,255,1), - (66709,179804,469,-7561.64,-1202.14,476.8,-2.58472,0,0,-0.961486,0.274853,180,255,1), - (66710,179804,469,-7579.08,-1207.16,476.8,-1.06273,0,0,-0.506711,0.862116,180,255,1), - (66840,179804,469,-7548.04,-1204.32,476.8,1.32303,0,0,0.614313,0.789062,180,255,1), - (66841,179804,469,-7576.14,-1216.67,476.8,-1.08086,0,0,-0.514505,0.857487,180,255,1), - (66842,179804,469,-7560.99,-1208.33,476.8,-2.50261,0,0,-0.949395,0.314084,180,255,1), - (66843,179804,469,-7574.27,-1224.04,476.8,-0.805755,0,0,-0.392067,0.919937,180,255,1), - (66844,179804,469,-7546.53,-1197.34,476.8,-2.41157,0,0,-0.93412,0.35696,180,255,1), - (66845,179804,469,-7581.03,-1221.46,476.8,1.82439,0,0,0.790849,0.612011,180,255,1), - (66846,179804,469,-7549.7,-1203.42,476.8,-0.491593,0,0,-0.243329,0.969944,180,255,1), - (66847,179804,469,-7579.53,-1227.74,476.8,-1.09394,0,0,-0.520102,0.854104,180,255,1), - (66848,179804,469,-7561.04,-1205.52,476.8,-2.68922,0,0,-0.974529,0.224263,180,255,1), - (66849,179804,469,-7578.87,-1210.62,476.8,1.80265,0,0,0.78415,0.620572,180,255,1), - (66850,179804,469,-7567.86,-1227.53,476.8,-1.69565,0,0,-0.749843,0.661616,180,255,1), - (66851,179804,469,-7548.66,-1193.86,476.8,-2.20552,0,0,-0.892456,0.451135,180,255,1), - (66852,153723,469,-7752.4,-1155.65,396.696,-2.94959,0,0,-0.995395,0.0958539,180,255,1), - (66853,177807,469,-7628.32,-1044.57,408.49,-0.174532,0,0,-0.0871553,0.996195,604800,100,1), - (66854,177807,469,-7577.84,-1035.97,408.49,-1.11701,0,0,-0.529919,0.848048,604800,100,1), - (66855,177807,469,-7572.49,-1095.03,413.381,-2.86233,0,0,-0.990267,0.139178,604800,100,1), - (66856,177807,469,-7597.53,-1094.54,408.49,2.37364,0,0,0.927182,0.37461,604800,100,1), - (66857,177807,469,-7586.36,-1024.43,408.49,-2.93214,0,0,-0.994521,0.104535,604800,100,1), - (66858,177807,469,-7588.84,-1053.79,408.157,-1.72787,0,0,-0.760404,0.64945,604800,100,1), - (66859,177807,469,-7568.62,-1086.58,413.381,0.855211,0,0,0.414693,0.909961,604800,100,1), - (66860,177807,469,-7599,-1044.77,408.157,-1.02974,0,0,-0.492422,0.870357,604800,100,1), - (66861,177807,469,-7594.37,-1102.9,408.49,-0.90757,0,0,-0.438371,0.898794,604800,100,1), - (66862,177807,469,-7576.92,-1083.69,413.381,-2.89724,0,0,-0.992546,0.121873,604800,100,1), - (66863,177807,469,-7619.76,-1058.94,408.49,1.81514,0,0,0.78801,0.615662,604800,100,1), - (66864,177807,469,-7563.15,-1088.71,413.381,-0.453785,0,0,-0.224951,0.97437,604800,100,1), - (66865,177807,469,-7580.8,-1067.29,408.49,-2.9845,0,0,-0.996917,0.0784656,604800,100,1), - (66866,177807,469,-7549.48,-1069.96,408.49,-0.523598,0,0,-0.258819,0.965926,604800,100,1), - (66867,177807,469,-7604.36,-1060.25,408.157,-2.77507,0,0,-0.983255,0.182237,604800,100,1), - (66868,177807,469,-7592.38,-1035.68,408.157,1.62316,0,0,0.725376,0.688353,604800,100,1), - (66869,177807,469,-7592.35,-1010.84,408.49,-2.54818,0,0,-0.956305,0.292372,604800,100,1), - (66870,177807,469,-7568.27,-1097.68,413.381,2.79252,0,0,0.984807,0.173652,604800,100,1), - (66871,177807,469,-7584.68,-1075.84,408.49,3.01941,0,0,0.998134,0.0610534,604800,100,1), - (66872,177807,469,-7618.1,-1069.33,408.49,-1.32645,0,0,-0.615661,0.788011,604800,100,1), - (66873,177807,469,-7554.42,-1061.5,408.49,-2.28638,0,0,-0.909961,0.414694,604800,100,1), - (66874,177807,469,-7609.94,-1035.11,408.49,-1.93732,0,0,-0.824127,0.566404,604800,100,1), - (66875,177807,469,-7626.69,-1011.71,413.381,0.226892,0,0,0.113203,0.993572,604800,100,1), - (66876,177807,469,-7569.38,-1079.73,413.381,-2.68781,0,0,-0.97437,0.22495,604800,100,1), - (66877,177807,469,-7611.6,-1020.32,413.381,3.08918,0,0,0.999657,0.0262033,604800,100,1), - (66878,177807,469,-7601.14,-1077.11,408.218,-1.27409,0,0,-0.594823,0.803857,604800,100,1), - (66879,177807,469,-7578.64,-1089.95,413.381,2.21656,0,0,0.894933,0.446202,604800,100,1), - (66880,177807,469,-7579.49,-1051.48,408.157,0.523598,0,0,0.258819,0.965926,604800,100,1), - (66881,177807,469,-7566,-1045.93,408.49,3.05433,0,0,0.999048,0.0436174,604800,100,1), - (66882,177807,469,-7564.89,-1058.87,408.49,2.28638,0,0,0.909961,0.414694,604800,100,1), - (66883,180631,469,-7545.93,-978.483,449.213,2.96704,0,0,0.996194,0.0871655,180,255,1), - (66884,180632,469,-7554.89,-1039.86,449.213,2.96704,0,0,0.996194,0.0871655,180,255,1), - (66885,179104,469,-7464.98,-1041.42,411.971,2.18166,0,0,0.88701,0.461749,180,255,1), - (66886,177824,469,-7615.12,-1026.3,413.381,-0.95993,0,0,-0.461748,0.887011,180,255,1), - (66887,179105,469,-7466.62,-1042.56,411.971,2.18166,0,0,0.88701,0.461749,180,255,1), - (66888,179106,469,-7468.11,-1047.16,411.971,0.610865,0,0,0.300706,0.953717,180,255,1), - (66889,179107,469,-7459.67,-1041.25,411.971,-2.53072,0,0,-0.953716,0.300709,180,255,1), - (66890,179108,469,-7464.78,-1048.65,411.971,2.18166,0,0,0.88701,0.461749,180,255,1), - (66891,179364,469,-7531.22,-956.411,428.252,-0.95993,0,0,-0.461748,0.887011,180,100,1), - (66892,179109,469,-7459.43,-1044.9,411.971,2.18166,0,0,0.88701,0.461749,180,255,1), - (66893,179365,469,-7568.43,-1031.59,449.109,-2.53072,0,0,-0.953716,0.300709,180,100,1), - (66894,179110,469,-7618.74,-1009.88,413.382,-1.63188,0,0,-0.72837,0.685184,180,255,1), - (66895,179111,469,-7623.49,-1009.64,413.382,-1.38754,0,0,-0.63944,0.768841,180,255,1), - (66896,179112,469,-7628.56,-1012.67,413.382,-0.532323,0,0,-0.26303,0.964788,180,255,1), - (66897,179113,469,-7629.54,-1017.33,413.382,-0.218166,0,0,-0.108867,0.994056,180,255,1), - (66898,179114,469,-7627.56,-1009.03,413.382,-0.916297,0,0,-0.442288,0.896873,180,255,1), - (66899,179115,469,-7455.24,-1051.71,480.03,2.18166,0,0,0.88701,0.461749,180,255,0), - (66900,179116,469,-7506.29,-1043.16,480.03,0.610865,0,0,0.300706,0.953717,180,100,1), - (66901,179117,469,-7464,-1103.55,480.03,0.610865,0,0,0.300706,0.953717,180,100,1), - (66902,179118,469,-7588.27,-1261.92,482.03,0.610865,0,0,0.300706,0.953717,180,255,1), - (66903,179119,469,-7579.63,-912.661,428.384,-2.53072,0,0,-0.953716,0.300709,180,255,1), - (66904,179120,469,-7592.78,-921.296,428.426,-2.53072,0,0,-0.953716,0.300709,180,255,1), - (66905,179121,469,-7683.71,-1052.78,440.643,-2.53072,0,0,-0.953716,0.300709,180,255,1), - (66906,179122,469,-7691.45,-1040.23,440.685,-2.53072,0,0,-0.953716,0.300709,180,255,1), - (66907,180667,469,-7526.57,-924.776,458.826,0.558504,0,0,0.275637,0.961262,180,255,1), - (66908,179148,469,-7510.98,-1094.69,476.554,5.34071,0,0,-0.45399,0.891007,180,255,1), - (67867,177808,469,-7615.05,-1026.24,413.381,-0.95993,0,0,-0.461748,0.887011,25,0,1), - (67868,181225,533,3536.81,-5158.41,142.862,-1.77151,0,0,-0.774392,0.632706,604800,0,1), - (67870,179703,409,756.897,-1180.7,-118.596,2.91469,0,0,0,1,-604800,255,1), - (67871,164869,230,1224.6,-244.543,-85.0765,2.26893,0,0,0.906307,0.422619,-250,0,1), - (67872,169243,230,1265.85,-285.098,-78.2193,3.90954,0,0,-0.927183,0.374608,-300,100,1), - (68000,1735,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,255,1), - (68001,2040,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,255,1), - (68002,1734,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,255,1), - (68003,1733,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,255,1), - (68004,2047,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,255,1), - (68005,1735,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,255,1), - (68006,2040,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,255,1), - (68007,1734,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,255,1), - (68008,1733,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,255,1), - (68009,2047,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,255,1), - (68010,1735,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,255,1), - (68011,2040,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,255,1), - (68012,1734,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,255,1), - (68013,1733,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,255,1), - (68014,2047,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,255,1), - (68015,1735,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,255,1), - (68016,2040,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,255,1), - (68017,1734,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,255,1), - (68018,1733,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,255,1), - (68019,2047,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,255,1), - (68020,1735,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,255,1), - (68021,2040,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,255,1), - (68022,1734,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,255,1), - (68023,1733,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,255,1), - (68024,2047,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,255,1), - (68025,1735,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,255,1), - (68026,2040,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,255,1), - (68027,1734,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,255,1), - (68028,1733,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,255,1), - (68029,2047,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,255,1), - (68030,1735,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,255,1), - (68031,2040,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,255,1), - (68032,1734,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,255,1), - (68033,1733,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,255,1), - (68034,2047,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,255,1), - (68035,1735,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,255,1), - (68036,2040,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,255,1), - (68037,1734,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,255,1), - (68038,1733,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,255,1), - (68039,2047,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,255,1), - (68040,1735,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,255,1), - (68041,2040,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,255,1), - (68042,1734,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,255,1), - (68043,1733,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,255,1), - (68044,2047,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,255,1), - (68045,1735,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,255,1), - (68046,2040,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,255,1), - (68047,1734,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,255,1), - (68048,1733,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,255,1), - (68049,2047,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,255,1), - (68050,1735,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,255,1), - (68051,2040,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,255,1), - (68052,1734,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,255,1), - (68053,1733,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,255,1), - (68054,2047,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,255,1), - (68055,1735,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,255,1), - (68056,2040,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,255,1), - (68057,1734,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,255,1), - (68058,1733,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,255,1), - (68059,2047,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,255,1), - (68060,1735,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,255,1), - (68061,2040,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,255,1), - (68062,1734,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,255,1), - (68063,1733,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,255,1), - (68064,2047,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,255,1), - (68065,1735,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,255,1), - (68066,2040,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,255,1), - (68067,1734,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,255,1), - (68068,1733,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,255,1), - (68069,2047,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,255,1), - (68070,1735,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,255,1), - (68071,2040,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,255,1), - (68072,1734,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,255,1), - (68073,1733,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,255,1), - (68074,2047,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,255,1), - (68075,1735,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,255,1), - (68076,2040,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,255,1), - (68077,1734,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,255,1), - (68078,1733,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,255,1), - (68079,2047,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,255,1), - (68080,1735,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,255,1), - (68081,2040,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,255,1), - (68082,1734,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,255,1), - (68083,1733,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,255,1), - (68084,2047,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,255,1), - (68085,1735,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (68086,2040,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (68087,1734,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (68088,1733,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (68089,2047,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (68090,1735,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,255,1), - (68091,2040,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,255,1), - (68092,1734,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,255,1), - (68093,1733,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,255,1), - (68094,2047,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,255,1), - (68095,1735,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,255,1), - (68096,2040,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,255,1), - (68097,1734,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,255,1), - (68098,1733,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,255,1), - (68099,2047,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,255,1), - (68100,1735,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68101,2040,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68102,1734,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68103,1733,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68104,2047,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68105,1735,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68106,2040,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68107,1734,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68108,1733,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68109,2047,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68110,1735,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68111,2040,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68112,1734,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68113,1733,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68114,2047,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68115,1735,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68116,2040,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68117,1734,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68118,1733,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68119,2047,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68120,1735,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68121,2040,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68122,1734,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68123,1733,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68124,2047,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68125,1735,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68126,2040,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68127,1734,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68128,1733,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68129,2047,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68130,1735,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68131,2040,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68132,1734,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68133,1733,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68134,2047,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68135,1735,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68136,2040,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68137,1734,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68138,1733,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68139,2047,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68140,1735,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68141,2040,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68142,1734,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68143,1733,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68144,2047,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68145,1735,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68146,2040,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68147,1734,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68148,1733,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68149,2047,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68150,1735,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,255,1), - (68151,2040,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,255,1), - (68152,1734,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,255,1), - (68153,1733,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,255,1), - (68154,2047,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,255,1), - (68155,1735,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,255,1), - (68156,2040,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,255,1), - (68157,1734,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,255,1), - (68158,1733,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,255,1), - (68159,2047,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,255,1), - (68160,1735,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,255,1), - (68161,2040,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,255,1), - (68162,1734,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,255,1), - (68163,1733,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,255,1), - (68164,2047,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,255,1), - (68165,1735,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,255,1), - (68166,2040,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,255,1), - (68167,1734,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,255,1), - (68168,1733,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,255,1), - (68169,2047,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,255,1), - (68170,1735,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,255,1), - (68171,2040,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,255,1), - (68172,1734,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,255,1), - (68173,1733,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,255,1), - (68174,2047,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,255,1), - (68175,1735,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,255,1), - (68176,2040,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,255,1), - (68177,1734,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,255,1), - (68178,1733,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,255,1), - (68179,2047,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,255,1), - (68180,1735,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,255,1), - (68181,2040,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,255,1), - (68182,1734,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,255,1), - (68183,1733,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,255,1), - (68184,2047,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,255,1), - (68185,1735,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,255,1), - (68186,2040,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,255,1), - (68187,1734,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,255,1), - (68188,1733,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,255,1), - (68189,2047,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,255,1), - (68190,1735,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,255,1), - (68191,2040,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,255,1), - (68192,1734,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,255,1), - (68193,1733,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,255,1), - (68194,2047,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,255,1), - (68195,1735,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,255,1), - (68196,2040,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,255,1), - (68197,1734,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,255,1), - (68198,1733,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,255,1), - (68199,2047,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,255,1), - (68200,1735,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,255,1), - (68201,2040,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,255,1), - (68202,1734,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,255,1), - (68203,1733,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,255,1), - (68204,2047,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,255,1), - (68205,1735,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,255,1), - (68206,2040,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,255,1), - (68207,1734,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,255,1), - (68208,1733,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,255,1), - (68209,2047,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,255,1), - (68210,1735,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,255,1), - (68211,2040,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,255,1), - (68212,1734,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,255,1), - (68213,1733,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,255,1), - (68214,2047,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,255,1), - (68215,1735,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,255,1), - (68216,2040,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,255,1), - (68217,1734,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,255,1), - (68218,1733,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,255,1), - (68219,2047,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,255,1), - (68220,1735,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,255,1), - (68221,2040,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,255,1), - (68222,1734,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,255,1), - (68223,1733,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,255,1), - (68224,2047,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,255,1), - (68225,1735,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,255,1), - (68226,2040,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,255,1), - (68227,1734,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,255,1), - (68228,1733,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,255,1), - (68229,2047,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,255,1), - (68230,1735,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,255,1), - (68231,2040,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,255,1), - (68232,1734,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,255,1), - (68233,1733,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,255,1), - (68234,2047,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,255,1), - (68235,1735,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,255,1), - (68236,2040,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,255,1), - (68237,1734,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,255,1), - (68238,1733,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,255,1), - (68239,2047,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,255,1), - (68240,1735,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,255,1), - (68241,2040,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,255,1), - (68242,1734,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,255,1), - (68243,1733,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,255,1), - (68244,2047,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,255,1), - (68245,1735,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,255,1), - (68246,2040,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,255,1), - (68247,1734,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,255,1), - (68248,1733,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,255,1), - (68249,2047,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,255,1), - (68250,1735,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,255,1), - (68251,2040,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,255,1), - (68252,1734,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,255,1), - (68253,1733,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,255,1), - (68254,2047,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,255,1), - (68255,1735,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,255,1), - (68256,2040,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,255,1), - (68257,1734,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,255,1), - (68258,1733,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,255,1), - (68259,2047,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,255,1), - (68260,1735,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,255,1), - (68261,2040,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,255,1), - (68262,1734,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,255,1), - (68263,1733,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,255,1), - (68264,2047,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,255,1), - (68265,1735,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,255,1), - (68266,2040,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,255,1), - (68267,1734,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,255,1), - (68268,1733,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,255,1), - (68269,2047,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,255,1), - (68270,1735,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (68271,2040,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (68272,1734,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (68273,1733,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (68274,2047,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (68275,1735,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,255,1), - (68276,2040,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,255,1), - (68277,1734,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,255,1), - (68278,1733,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,255,1), - (68279,2047,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,255,1), - (68280,1735,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,255,1), - (68281,2040,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,255,1), - (68282,1734,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,255,1), - (68283,1733,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,255,1), - (68284,2047,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,255,1), - (68285,1735,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,255,1), - (68286,2040,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,255,1), - (68287,1734,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,255,1), - (68288,1733,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,255,1), - (68289,2047,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,255,1), - (68290,1735,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,255,1), - (68291,2040,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,255,1), - (68292,1734,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,255,1), - (68293,1733,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,255,1), - (68294,2047,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,255,1), - (68295,1735,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,255,1), - (68296,2040,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,255,1), - (68297,1734,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,255,1), - (68298,1733,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,255,1), - (68299,2047,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,255,1), - (68300,1735,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,255,1), - (68301,2040,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,255,1), - (68302,1734,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,255,1), - (68303,1733,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,255,1), - (68304,2047,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,255,1), - (68305,1735,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,255,1), - (68306,2040,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,255,1), - (68307,1734,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,255,1), - (68308,1733,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,255,1), - (68309,2047,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,255,1), - (68310,1735,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,255,1), - (68311,2040,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,255,1), - (68312,1734,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,255,1), - (68313,1733,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,255,1), - (68314,2047,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,255,1), - (68315,1735,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,255,1), - (68316,2040,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,255,1), - (68317,1734,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,255,1), - (68318,1733,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,255,1), - (68319,2047,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,255,1), - (68320,1735,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,255,1), - (68321,2040,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,255,1), - (68322,1734,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,255,1), - (68323,1733,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,255,1), - (68324,2047,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,255,1), - (68325,1735,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,255,1), - (68326,2040,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,255,1), - (68327,1734,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,255,1), - (68328,1733,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,255,1), - (68329,2047,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,255,1), - (68330,1735,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,255,1), - (68331,2040,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,255,1), - (68332,1734,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,255,1), - (68333,1733,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,255,1), - (68334,2047,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,255,1), - (68335,1735,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,255,1), - (68336,2040,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,255,1), - (68337,1734,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,255,1), - (68338,1733,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,255,1), - (68339,2047,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,255,1), - (68340,1735,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,255,1), - (68341,2040,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,255,1), - (68342,1734,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,255,1), - (68343,1733,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,255,1), - (68344,2047,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,255,1), - (68345,1735,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,255,1), - (68346,2040,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,255,1), - (68347,1734,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,255,1), - (68348,1733,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,255,1), - (68349,2047,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,255,1), - (68350,1735,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,255,1), - (68351,2040,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,255,1), - (68352,1734,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,255,1), - (68353,1733,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,255,1), - (68354,2047,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,255,1), - (68355,1735,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,255,1), - (68356,2040,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,255,1), - (68357,1734,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,255,1), - (68358,1733,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,255,1), - (68359,2047,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,255,1), - (68360,1735,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,255,1), - (68361,2040,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,255,1), - (68362,1734,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,255,1), - (68363,1733,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,255,1), - (68364,2047,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,255,1), - (68365,1735,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,255,1), - (68366,2040,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,255,1), - (68367,1734,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,255,1), - (68368,1733,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,255,1), - (68369,2047,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,255,1), - (68370,1735,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,255,1), - (68371,2040,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,255,1), - (68372,1734,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,255,1), - (68373,1733,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,255,1), - (68374,2047,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,255,1), - (68375,1735,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,255,1), - (68376,2040,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,255,1), - (68377,1734,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,255,1), - (68378,1733,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,255,1), - (68379,2047,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,255,1), - (68380,1735,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,255,1), - (68381,2040,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,255,1), - (68382,1734,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,255,1), - (68383,1733,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,255,1), - (68384,2047,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,255,1), - (68385,1735,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,255,1), - (68386,2040,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,255,1), - (68387,1734,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,255,1), - (68388,1733,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,255,1), - (68389,2047,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,255,1), - (68390,1735,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,255,1), - (68391,2040,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,255,1), - (68392,1734,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,255,1), - (68393,1733,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,255,1), - (68394,2047,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,255,1), - (68395,1735,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,255,1), - (68396,2040,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,255,1), - (68397,1734,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,255,1), - (68398,1733,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,255,1), - (68399,2047,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,255,1), - (68400,1735,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,255,1), - (68401,2040,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,255,1), - (68402,1734,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,255,1), - (68403,1733,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,255,1), - (68404,2047,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,255,1), - (68405,1735,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (68406,2040,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (68407,1734,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (68408,1733,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (68409,2047,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (68410,1735,0,1102.74,-444,67.487,3.685,0,0,0.963315,-0.268373,300,255,1), - (68411,1734,0,1102.74,-444,67.487,3.685,0,0,0.963315,-0.268373,300,255,1), - (68412,1733,0,1102.74,-444,67.487,3.685,0,0,0.963315,-0.268373,300,255,1), - (68413,1735,0,1226.33,-433,70.443,1.866,0,0,0.80341,0.595426,300,255,1), - (68414,1734,0,1226.33,-433,70.443,1.866,0,0,0.80341,0.595426,300,255,1), - (68415,1733,0,1226.33,-433,70.443,1.866,0,0,0.80341,0.595426,300,255,1), - (68416,1735,0,581.431,-876,158.051,0.169,0,0,0.0843995,0.996432,300,255,1), - (68417,1734,0,581.431,-876,158.051,0.169,0,0,0.0843995,0.996432,300,255,1), - (68418,1733,0,581.431,-876,158.051,0.169,0,0,0.0843995,0.996432,300,255,1), - (68419,1735,0,690.589,-1367,112.308,6.28,0,0,0.00159255,-0.999999,300,255,1), - (68420,1734,0,690.589,-1367,112.308,6.28,0,0,0.00159255,-0.999999,300,255,1), - (68421,1733,0,690.589,-1367,112.308,6.28,0,0,0.00159255,-0.999999,300,255,1), - (68422,1735,0,534.494,-1094,152.541,3.438,0,0,0.989038,-0.147662,300,255,1), - (68423,1734,0,534.494,-1094,152.541,3.438,0,0,0.989038,-0.147662,300,255,1), - (68424,1733,0,534.494,-1094,152.541,3.438,0,0,0.989038,-0.147662,300,255,1), - (68425,1735,0,605.743,-1103,164.088,3.054,0,0,0.999041,0.0437824,300,255,1), - (68426,1734,0,605.743,-1103,164.088,3.054,0,0,0.999041,0.0437824,300,255,1), - (68427,1733,0,605.743,-1103,164.088,3.054,0,0,0.999041,0.0437824,300,255,1), - (68428,1735,0,521.337,-957,145.272,2.22,0,0,0.895699,0.444661,300,255,1), - (68429,1734,0,521.337,-957,145.272,2.22,0,0,0.895699,0.444661,300,255,1), - (68430,1733,0,521.337,-957,145.272,2.22,0,0,0.895699,0.444661,300,255,1), - (68431,1735,0,1076.08,-428,76.807,3.546,0,0,0.979626,-0.200829,300,255,1), - (68432,1734,0,1076.08,-428,76.807,3.546,0,0,0.979626,-0.200829,300,255,1), - (68433,1733,0,1076.08,-428,76.807,3.546,0,0,0.979626,-0.200829,300,255,1), - (68434,1735,0,867.306,-731,137.908,3.183,0,0,0.999786,-0.0207022,300,255,1), - (68435,1734,0,867.306,-731,137.908,3.183,0,0,0.999786,-0.0207022,300,255,1), - (68436,1733,0,867.306,-731,137.908,3.183,0,0,0.999786,-0.0207022,300,255,1), - (68437,1735,0,845.956,-748,159.879,3.953,0,0,0.918825,-0.394665,300,255,1), - (68438,1734,0,845.956,-748,159.879,3.953,0,0,0.918825,-0.394665,300,255,1), - (68439,1733,0,845.956,-748,159.879,3.953,0,0,0.918825,-0.394665,300,255,1), - (68440,1735,0,824.862,-145,77.77,4.431,0,0,0.799278,-0.600962,300,255,1), - (68441,1734,0,824.862,-145,77.77,4.431,0,0,0.799278,-0.600962,300,255,1), - (68442,1733,0,824.862,-145,77.77,4.431,0,0,0.799278,-0.600962,300,255,1), - (68443,1735,0,-13,-212,149.108,6.07,0,0,0.106391,-0.994324,300,255,1), - (68444,1734,0,-13,-212,149.108,6.07,0,0,0.106391,-0.994324,300,255,1), - (68445,1733,0,-13,-212,149.108,6.07,0,0,0.106391,-0.994324,300,255,1), - (68446,1735,0,596.167,-716,194.331,5.413,0,0,0.421494,-0.906831,300,255,1), - (68447,1734,0,596.167,-716,194.331,5.413,0,0,0.421494,-0.906831,300,255,1), - (68448,1733,0,596.167,-716,194.331,5.413,0,0,0.421494,-0.906831,300,255,1), - (68449,1735,0,967.886,-260,71.948,4.956,0,0,0.615951,-0.787784,300,255,1), - (68450,1734,0,967.886,-260,71.948,4.956,0,0,0.615951,-0.787784,300,255,1), - (68451,1733,0,967.886,-260,71.948,4.956,0,0,0.615951,-0.787784,300,255,1), - (68452,1735,0,1302.34,-290.889,67.2381,0.994838,0,0,0.477159,0.878817,300,255,1), - (68453,1734,0,1302.34,-290.889,67.2381,0.994838,0,0,0.477159,0.878817,300,255,1), - (68454,1733,0,1302.34,-290.889,67.2381,0.994838,0,0,0.477159,0.878817,300,255,1), - (68455,1735,0,444.871,-1604.78,68.803,1.8326,0,0,0.793355,0.60876,300,255,1), - (68456,1734,0,444.871,-1604.78,68.803,1.8326,0,0,0.793355,0.60876,300,255,1), - (68457,1733,0,444.871,-1604.78,68.803,1.8326,0,0,0.793355,0.60876,300,255,1), - (68458,1735,0,285.762,-121.496,145.998,0.383972,0,0,0.190809,0.981627,300,255,1), - (68459,1734,0,285.762,-121.496,145.998,0.383972,0,0,0.190809,0.981627,300,255,1), - (68460,1733,0,285.762,-121.496,145.998,0.383972,0,0,0.190809,0.981627,300,255,1), - (68461,1735,0,1037.81,-389.476,69.1144,2.04204,0,0,0.852641,0.522496,300,255,1), - (68462,1734,0,1037.81,-389.476,69.1144,2.04204,0,0,0.852641,0.522496,300,255,1), - (68463,1733,0,1037.81,-389.476,69.1144,2.04204,0,0,0.852641,0.522496,300,255,1), - (68464,1735,0,481.541,-1324.04,79.9635,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (68465,1734,0,481.541,-1324.04,79.9635,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (68466,1733,0,481.541,-1324.04,79.9635,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (68467,1735,0,580.516,-996.459,146.481,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (68468,1734,0,580.516,-996.459,146.481,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (68469,1733,0,580.516,-996.459,146.481,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (68470,1735,0,124.023,-252.108,169.119,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (68471,1734,0,124.023,-252.108,169.119,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (68472,1733,0,124.023,-252.108,169.119,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (68473,1735,0,1202.85,-538,79.109,0.468,0,0,0.23187,0.972747,300,255,1), - (68474,1734,0,1202.85,-538,79.109,0.468,0,0,0.23187,0.972747,300,255,1), - (68475,1733,0,1202.85,-538,79.109,0.468,0,0,0.23187,0.972747,300,255,1), - (68476,1735,0,1149.47,-776,99.412,0.888,0,0,0.429555,0.903041,300,255,1), - (68477,1734,0,1149.47,-776,99.412,0.888,0,0,0.429555,0.903041,300,255,1), - (68478,1733,0,1149.47,-776,99.412,0.888,0,0,0.429555,0.903041,300,255,1), - (68479,1735,0,657.461,-1347,108.983,6.28,0,0,0.00159255,-0.999999,300,255,1), - (68480,1734,0,657.461,-1347,108.983,6.28,0,0,0.00159255,-0.999999,300,255,1), - (68481,1733,0,657.461,-1347,108.983,6.28,0,0,0.00159255,-0.999999,300,255,1), - (68482,1735,0,1206.69,-643,74.744,2.197,0,0,0.890526,0.454932,300,255,1), - (68483,1734,0,1206.69,-643,74.744,2.197,0,0,0.890526,0.454932,300,255,1), - (68484,1733,0,1206.69,-643,74.744,2.197,0,0,0.890526,0.454932,300,255,1), - (68485,1735,0,1027.18,-724,101.263,4.568,0,0,0.75627,-0.65426,300,255,1), - (68486,1734,0,1027.18,-724,101.263,4.568,0,0,0.75627,-0.65426,300,255,1), - (68487,1733,0,1027.18,-724,101.263,4.568,0,0,0.75627,-0.65426,300,255,1), - (68488,1735,0,680.886,-1074,171.256,5.685,0,0,0.294653,-0.955604,300,255,1), - (68489,1734,0,680.886,-1074,171.256,5.685,0,0,0.294653,-0.955604,300,255,1), - (68490,1733,0,680.886,-1074,171.256,5.685,0,0,0.294653,-0.955604,300,255,1), - (68491,1735,0,656.02,-1060,172.687,3.943,0,0,0.920787,-0.390066,300,255,1), - (68492,1734,0,656.02,-1060,172.687,3.943,0,0,0.920787,-0.390066,300,255,1), - (68493,1733,0,656.02,-1060,172.687,3.943,0,0,0.920787,-0.390066,300,255,1), - (68494,1735,0,575.451,-978,151.294,1.802,0,0,0.783948,0.620826,300,255,1), - (68495,1734,0,575.451,-978,151.294,1.802,0,0,0.783948,0.620826,300,255,1), - (68496,1733,0,575.451,-978,151.294,1.802,0,0,0.783948,0.620826,300,255,1), - (68497,1735,0,1235.27,-496,64.968,1.871,0,0,0.804896,0.593416,300,255,1), - (68498,1734,0,1235.27,-496,64.968,1.871,0,0,0.804896,0.593416,300,255,1), - (68499,1733,0,1235.27,-496,64.968,1.871,0,0,0.804896,0.593416,300,255,1), - (68500,1735,0,1158.16,-713,72.326,2.091,0,0,0.865175,0.501469,300,255,1), - (68501,1734,0,1158.16,-713,72.326,2.091,0,0,0.865175,0.501469,300,255,1), - (68502,1733,0,1158.16,-713,72.326,2.091,0,0,0.865175,0.501469,300,255,1), - (68503,1735,0,1065.44,-832,101.823,0.55,0,0,0.271547,0.962425,300,255,1), - (68504,1734,0,1065.44,-832,101.823,0.55,0,0,0.271547,0.962425,300,255,1), - (68505,1733,0,1065.44,-832,101.823,0.55,0,0,0.271547,0.962425,300,255,1), - (68506,1735,0,751.115,-1070,163.62,0.055,0,0,0.0274965,0.999622,300,255,1), - (68507,1734,0,751.115,-1070,163.62,0.055,0,0,0.0274965,0.999622,300,255,1), - (68508,1733,0,751.115,-1070,163.62,0.055,0,0,0.0274965,0.999622,300,255,1), - (68509,1735,0,1245.98,-527,81.256,0.706,0,0,0.345714,0.93834,300,255,1), - (68510,1734,0,1245.98,-527,81.256,0.706,0,0,0.345714,0.93834,300,255,1), - (68511,1733,0,1245.98,-527,81.256,0.706,0,0,0.345714,0.93834,300,255,1), - (68512,1735,0,-186,-204,106.247,3.408,0,0,0.991141,-0.13281,300,255,1), - (68513,1734,0,-186,-204,106.247,3.408,0,0,0.991141,-0.13281,300,255,1), - (68514,1733,0,-186,-204,106.247,3.408,0,0,0.991141,-0.13281,300,255,1), - (68515,1735,0,1050.18,-860.949,104.537,1.65806,0,0,0.737276,0.675591,300,255,1), - (68516,1734,0,1050.18,-860.949,104.537,1.65806,0,0,0.737276,0.675591,300,255,1), - (68517,1733,0,1050.18,-860.949,104.537,1.65806,0,0,0.737276,0.675591,300,255,1), - (68518,1735,0,470.614,-992.025,133.917,3.10669,0,0,0.999848,0.0174505,300,255,1), - (68519,1734,0,470.614,-992.025,133.917,3.10669,0,0,0.999848,0.0174505,300,255,1), - (68520,1733,0,470.614,-992.025,133.917,3.10669,0,0,0.999848,0.0174505,300,255,1), - (68521,1735,0,545.352,-1686.1,57.1031,2.9147,0,0,0.993572,0.113203,300,255,1), - (68522,1734,0,545.352,-1686.1,57.1031,2.9147,0,0,0.993572,0.113203,300,255,1), - (68523,1733,0,545.352,-1686.1,57.1031,2.9147,0,0,0.993572,0.113203,300,255,1), - (68524,1735,0,502.952,-1391.69,72.4759,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (68525,1734,0,502.952,-1391.69,72.4759,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (68526,1733,0,502.952,-1391.69,72.4759,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (68527,1735,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,255,1), - (68528,2040,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,255,1), - (68529,1734,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,255,1), - (68530,1733,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,255,1), - (68531,2047,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,255,1), - (68532,1735,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68533,2040,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68534,1734,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68535,1733,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68536,2047,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,255,1), - (68537,1735,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68538,2040,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68539,1734,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68540,1733,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68541,2047,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,255,1), - (68542,1735,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68543,2040,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68544,1734,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68545,1733,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68546,2047,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,255,1), - (68547,1735,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68548,2040,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68549,1734,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68550,1733,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68551,2047,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,255,1), - (68552,1735,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68553,2040,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68554,1734,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68555,1733,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68556,2047,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,255,1), - (68557,1735,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68558,2040,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68559,1734,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68560,1733,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68561,2047,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,255,1), - (68562,1735,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68563,2040,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68564,1734,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68565,1733,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68566,2047,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,255,1), - (68567,1735,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68568,2040,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68569,1734,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68570,1733,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68571,2047,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,255,1), - (68572,1735,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,255,1), - (68573,2040,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,255,1), - (68574,1734,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,255,1), - (68575,1733,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,255,1), - (68576,2047,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,255,1), - (68577,1735,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,255,1), - (68578,2040,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,255,1), - (68579,1734,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,255,1), - (68580,1733,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,255,1), - (68581,2047,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,255,1), - (68582,1735,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,255,1), - (68583,2040,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,255,1), - (68584,1734,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,255,1), - (68585,1733,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,255,1), - (68586,2047,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,255,1), - (68587,1735,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68588,2040,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68589,1734,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68590,1733,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68591,2047,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,255,1), - (68592,1735,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68593,2040,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68594,1734,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68595,1733,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68596,2047,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,255,1), - (68597,1731,0,-9354.13,-2989.31,135.666,-1.97222,0,0,-0.833885,0.551938,300,255,1), - (68598,1732,0,-9354.13,-2989.31,135.666,-1.97222,0,0,-0.833885,0.551938,300,255,1), - (68599,1733,0,-9354.13,-2989.31,135.666,-1.97222,0,0,-0.833885,0.551938,300,255,1), - (68600,1735,0,-1835,-3132,44.299,0,0,0,0,1,300,255,1), - (68601,2040,0,-1835,-3132,44.299,0,0,0,0,1,300,255,1), - (68602,1732,0,-1835,-3132,44.299,0,0,0,0,1,300,255,1), - (68603,1733,0,-1835,-3132,44.299,0,0,0,0,1,300,255,1), - (68604,1734,0,-1835,-3132,44.299,0,0,0,0,1,300,255,1), - (68605,2047,0,-1835,-3132,44.299,0,0,0,0,1,300,255,1), - (68606,1735,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,255,1), - (68607,2040,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,255,1), - (68608,1732,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,255,1), - (68609,1733,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,255,1), - (68610,1734,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,255,1), - (68611,2047,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,255,1), - (68612,1735,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,255,1), - (68613,2040,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,255,1), - (68614,1732,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,255,1), - (68615,1733,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,255,1), - (68616,1734,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,255,1), - (68617,2047,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,255,1), - (68618,1735,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,255,1), - (68619,2040,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,255,1), - (68620,1732,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,255,1), - (68621,1733,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,255,1), - (68622,1734,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,255,1), - (68623,2047,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,255,1), - (68624,1735,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,255,1), - (68625,2040,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,255,1), - (68626,1732,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,255,1), - (68627,1733,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,255,1), - (68628,1734,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,255,1), - (68629,2047,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,255,1), - (68630,1735,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,255,1), - (68631,2040,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,255,1), - (68632,1732,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,255,1), - (68633,1733,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,255,1), - (68634,1734,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,255,1), - (68635,2047,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,255,1), - (68636,1735,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,255,1), - (68637,2040,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,255,1), - (68638,1732,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,255,1), - (68639,1733,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,255,1), - (68640,1734,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,255,1), - (68641,2047,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,255,1), - (68642,1735,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,255,1), - (68643,2040,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,255,1), - (68644,1732,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,255,1), - (68645,1733,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,255,1), - (68646,1734,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,255,1), - (68647,2047,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,255,1), - (68648,1735,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (68649,2040,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (68650,1732,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (68651,1733,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (68652,1734,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (68653,2047,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (68654,1735,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (68655,2040,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (68656,1732,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (68657,1733,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (68658,1734,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (68659,2047,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (68660,1735,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,255,1), - (68661,2040,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,255,1), - (68662,1732,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,255,1), - (68663,1733,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,255,1), - (68664,1734,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,255,1), - (68665,2047,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,255,1), - (68666,1735,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,255,1), - (68667,2040,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,255,1), - (68668,1732,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,255,1), - (68669,1733,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,255,1), - (68670,1734,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,255,1), - (68671,2047,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,255,1), - (68672,1735,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (68673,2040,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (68674,1732,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (68675,1733,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (68676,1734,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (68677,2047,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (68678,1735,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,255,1), - (68679,2040,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,255,1), - (68680,1732,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,255,1), - (68681,1733,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,255,1), - (68682,1734,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,255,1), - (68683,2047,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,255,1), - (68684,1735,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (68685,2040,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (68686,1732,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (68687,1733,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (68688,1734,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (68689,2047,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (68690,1735,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,255,1), - (68691,2040,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,255,1), - (68692,1732,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,255,1), - (68693,1733,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,255,1), - (68694,1734,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,255,1), - (68695,2047,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,255,1), - (68696,1735,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (68697,2040,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (68698,1732,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492423,0.870356,300,255,1), - (68699,1733,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (68700,1734,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (68701,2047,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (68702,1735,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,255,1), - (68703,2040,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,255,1), - (68704,1732,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906307,0.422619,300,255,1), - (68705,1733,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,255,1), - (68706,1734,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,255,1), - (68707,2047,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,255,1), - (68708,1735,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (68709,2040,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (68710,1732,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (68711,1733,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (68712,1734,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (68713,2047,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (68714,1735,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,255,1), - (68715,2040,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,255,1), - (68716,1732,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,255,1), - (68717,1733,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,255,1), - (68718,1734,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,255,1), - (68719,2047,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,255,1), - (68720,1735,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,255,1), - (68721,2040,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,255,1), - (68722,1732,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,255,1), - (68723,1733,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,255,1), - (68724,1734,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,255,1), - (68725,2047,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,255,1), - (68726,1735,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,255,1), - (68727,2040,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,255,1), - (68728,1732,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,255,1), - (68729,1733,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,255,1), - (68730,1734,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,255,1), - (68731,2047,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,255,1), - (68732,1735,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,255,1), - (68733,2040,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,255,1), - (68734,1732,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,255,1), - (68735,1733,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,255,1), - (68736,1734,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,255,1), - (68737,2047,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,255,1), - (68738,1735,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,255,1), - (68739,2040,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,255,1), - (68740,1732,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,255,1), - (68741,1733,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,255,1), - (68742,1734,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,255,1), - (68743,2047,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,255,1), - (68744,1735,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,255,1), - (68745,2040,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,255,1), - (68746,1732,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,255,1), - (68747,1733,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,255,1), - (68748,1734,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,255,1), - (68749,2047,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,255,1), - (68750,1735,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,255,1), - (68751,2040,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,255,1), - (68752,1732,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,255,1), - (68753,1733,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,255,1), - (68754,1734,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,255,1), - (68755,2047,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,255,1), - (68756,1735,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,255,1), - (68757,2040,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,255,1), - (68758,1732,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,255,1), - (68759,1733,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,255,1), - (68760,1734,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,255,1), - (68761,2047,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,255,1), - (68762,1735,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,255,1), - (68763,2040,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,255,1), - (68764,1732,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,255,1), - (68765,1733,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,255,1), - (68766,1734,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,255,1), - (68767,2047,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,255,1), - (68768,1735,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,255,1), - (68769,2040,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,255,1), - (68770,1732,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,255,1), - (68771,1733,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,255,1), - (68772,1734,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,255,1), - (68773,2047,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,255,1), - (68774,1735,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,255,1), - (68775,2040,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,255,1), - (68776,1732,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,255,1), - (68777,1733,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,255,1), - (68778,1734,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,255,1), - (68779,2047,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,255,1), - (68780,1735,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,255,1), - (68781,2040,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,255,1), - (68782,1732,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,255,1), - (68783,1733,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,255,1), - (68784,1734,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,255,1), - (68785,2047,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,255,1), - (68786,1735,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,255,1), - (68787,2040,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,255,1), - (68788,1732,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,255,1), - (68789,1733,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,255,1), - (68790,1734,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,255,1), - (68791,2047,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,255,1), - (68792,1735,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,255,1), - (68793,2040,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,255,1), - (68794,1732,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,255,1), - (68795,1733,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,255,1), - (68796,1734,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,255,1), - (68797,2047,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,255,1), - (68798,1735,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (68799,2040,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (68800,1732,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (68801,1733,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (68802,1734,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (68803,2047,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (68804,1735,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (68805,2040,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (68806,1732,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (68807,1733,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (68808,1734,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (68809,2047,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (68810,1735,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,255,1), - (68811,2040,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,255,1), - (68812,1732,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,255,1), - (68813,1733,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,255,1), - (68814,1734,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,255,1), - (68815,2047,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,255,1), - (68816,1735,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,255,1), - (68817,2040,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,255,1), - (68818,1732,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,255,1), - (68819,1733,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,255,1), - (68820,1734,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,255,1), - (68821,2047,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,255,1), - (68822,1735,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,255,1), - (68823,2040,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,255,1), - (68824,1732,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,255,1), - (68825,1733,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,255,1), - (68826,1734,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,255,1), - (68827,2047,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,255,1), - (68828,1735,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (68829,2040,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (68830,1732,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (68831,1733,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (68832,1734,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (68833,2047,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (68834,1735,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,255,1), - (68835,2040,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,255,1), - (68836,1732,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,255,1), - (68837,1733,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,255,1), - (68838,1734,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,255,1), - (68839,2047,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,255,1), - (68840,1735,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,255,1), - (68841,2040,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,255,1), - (68842,1732,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,255,1), - (68843,1733,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,255,1), - (68844,1734,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,255,1), - (68845,2047,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,255,1), - (68846,1735,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,255,1), - (68847,2040,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,255,1), - (68848,1732,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,255,1), - (68849,1733,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,255,1), - (68850,1734,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,255,1), - (68851,2047,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,255,1), - (68852,1735,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,255,1), - (68853,2040,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,255,1), - (68854,1732,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,255,1), - (68855,1733,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,255,1), - (68856,1734,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,255,1), - (68857,2047,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,255,1), - (68858,1735,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,255,1), - (68859,2040,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,255,1), - (68860,1732,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,255,1), - (68861,1733,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,255,1), - (68862,1734,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,255,1), - (68863,2047,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,255,1), - (68864,1735,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,255,1), - (68865,2040,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,255,1), - (68866,1732,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,255,1), - (68867,1733,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,255,1), - (68868,1734,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,255,1), - (68869,2047,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,255,1), - (68870,1735,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,255,1), - (68871,2040,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,255,1), - (68872,1732,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,255,1), - (68873,1733,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,255,1), - (68874,1734,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,255,1), - (68875,2047,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,255,1), - (68876,1735,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,255,1), - (68877,2040,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,255,1), - (68878,1732,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,255,1), - (68879,1733,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,255,1), - (68880,1734,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,255,1), - (68881,2047,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,255,1), - (68882,1735,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,255,1), - (68883,2040,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,255,1), - (68884,1732,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,255,1), - (68885,1733,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,255,1), - (68886,1734,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,255,1), - (68887,2047,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,255,1), - (68888,1735,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,255,1), - (68889,2040,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,255,1), - (68890,1732,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,255,1), - (68891,1733,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,255,1), - (68892,1734,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,255,1), - (68893,2047,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,255,1), - (68894,1735,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,255,1), - (68895,2040,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,255,1), - (68896,1732,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,255,1), - (68897,1733,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,255,1), - (68898,1734,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,255,1), - (68899,2047,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,255,1), - (68900,1735,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,255,1), - (68901,2040,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,255,1), - (68902,1732,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,255,1), - (68903,1733,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,255,1), - (68904,1734,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,255,1), - (68905,2047,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,255,1), - (68906,1735,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,255,1), - (68907,2040,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,255,1), - (68908,1732,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,255,1), - (68909,1733,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,255,1), - (68910,1734,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,255,1), - (68911,2047,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,255,1), - (68912,1735,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,255,1), - (68913,2040,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,255,1), - (68914,1732,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,255,1), - (68915,1733,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,255,1), - (68916,1734,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,255,1), - (68917,2047,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,255,1), - (68918,1735,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,255,1), - (68919,2040,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,255,1), - (68920,1732,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,255,1), - (68921,1733,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,255,1), - (68922,1734,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,255,1), - (68923,2047,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,255,1), - (68924,1735,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,255,1), - (68925,2040,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,255,1), - (68926,1732,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,255,1), - (68927,1733,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,255,1), - (68928,1734,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,255,1), - (68929,2047,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,255,1), - (68930,1735,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,255,1), - (68931,2040,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,255,1), - (68932,1732,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,255,1), - (68933,1733,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,255,1), - (68934,1734,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,255,1), - (68935,2047,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,255,1), - (68936,1735,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,255,1), - (68937,2040,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,255,1), - (68938,1732,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,255,1), - (68939,1733,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,255,1), - (68940,1734,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,255,1), - (68941,2047,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,255,1), - (68942,1735,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,255,1), - (68943,2040,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,255,1), - (68944,1732,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,255,1), - (68945,1733,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,255,1), - (68946,1734,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,255,1), - (68947,2047,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,255,1), - (68948,1735,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,255,1), - (68949,2040,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,255,1), - (68950,1732,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,255,1), - (68951,1733,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,255,1), - (68952,1734,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,255,1), - (68953,2047,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,255,1), - (68954,1735,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,255,1), - (68955,2040,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,255,1), - (68956,1732,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,255,1), - (68957,1733,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,255,1), - (68958,1734,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,255,1), - (68959,2047,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,255,1), - (68960,1735,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,255,1), - (68961,2040,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,255,1), - (68962,1732,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,255,1), - (68963,1733,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,255,1), - (68964,1734,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,255,1), - (68965,2047,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,255,1), - (68966,1735,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,255,1), - (68967,2040,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,255,1), - (68968,1732,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,255,1), - (68969,1733,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,255,1), - (68970,1734,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,255,1), - (68971,2047,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,255,1), - (68972,1735,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (68973,2040,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (68974,1732,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (68975,1733,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (68976,1734,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (68977,2047,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (68978,1735,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,255,1), - (68979,2040,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,255,1), - (68980,1732,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,255,1), - (68981,1733,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,255,1), - (68982,1734,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,255,1), - (68983,2047,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,255,1), - (68984,1735,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,255,1), - (68985,2040,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,255,1), - (68986,1732,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,255,1), - (68987,1733,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,255,1), - (68988,1734,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,255,1), - (68989,2047,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,255,1), - (68990,1735,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,255,1), - (68991,2040,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,255,1), - (68992,1732,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,255,1), - (68993,1733,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,255,1), - (68994,1734,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,255,1), - (68995,2047,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,255,1), - (68996,1735,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,255,1), - (68997,2040,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,255,1), - (68998,1732,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,255,1), - (68999,1733,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,255,1), - (69000,1734,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,255,1), - (69001,2047,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,255,1), - (69002,1735,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,255,1), - (69003,2040,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,255,1), - (69004,1732,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,255,1), - (69005,1733,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,255,1), - (69006,1734,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,255,1), - (69007,2047,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,255,1), - (69008,1735,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,255,1), - (69009,2040,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,255,1), - (69010,1732,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,255,1), - (69011,1733,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,255,1), - (69012,1734,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,255,1), - (69013,2047,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,255,1), - (69014,1735,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69015,2040,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69016,1732,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69017,1733,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69018,1734,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69019,2047,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69020,1735,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,255,1), - (69021,2040,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,255,1), - (69022,1732,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,255,1), - (69023,1733,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,255,1), - (69024,1734,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,255,1), - (69025,2047,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,255,1), - (69026,1735,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,255,1), - (69027,2040,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,255,1), - (69028,1732,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,255,1), - (69029,1733,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,255,1), - (69030,1734,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,255,1), - (69031,2047,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,255,1), - (69032,1735,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,255,1), - (69033,2040,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,255,1), - (69034,1732,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,255,1), - (69035,1733,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,255,1), - (69036,1734,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,255,1), - (69037,2047,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,255,1), - (69038,1735,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,255,1), - (69039,2040,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,255,1), - (69040,1732,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,255,1), - (69041,1733,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,255,1), - (69042,1734,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,255,1), - (69043,2047,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,255,1), - (69044,1735,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,255,1), - (69045,2040,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,255,1), - (69046,1732,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,255,1), - (69047,1733,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,255,1), - (69048,1734,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,255,1), - (69049,2047,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,255,1), - (69050,1735,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,255,1), - (69051,2040,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,255,1), - (69052,1732,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,255,1), - (69053,1733,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,255,1), - (69054,1734,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,255,1), - (69055,2047,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,255,1), - (69056,1735,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,255,1), - (69057,2040,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,255,1), - (69058,1732,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,255,1), - (69059,1733,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,255,1), - (69060,1734,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,255,1), - (69061,2047,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,255,1), - (69062,1735,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,255,1), - (69063,2040,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,255,1), - (69064,1732,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,255,1), - (69065,1733,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,255,1), - (69066,1734,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,255,1), - (69067,2047,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,255,1), - (69068,1735,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,255,1), - (69069,2040,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,255,1), - (69070,1732,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,255,1), - (69071,1733,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,255,1), - (69072,1734,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,255,1), - (69073,2047,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,255,1), - (69074,1735,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,255,1), - (69075,2040,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,255,1), - (69076,1732,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,255,1), - (69077,1733,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,255,1), - (69078,1734,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,255,1), - (69079,2047,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,255,1), - (69080,1735,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,255,1), - (69081,2040,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,255,1), - (69082,1732,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,255,1), - (69083,1733,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,255,1), - (69084,1734,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,255,1), - (69085,2047,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,255,1), - (69086,1735,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69087,2040,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69088,1732,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69089,1733,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69090,1734,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69091,2047,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69092,1735,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,255,1), - (69093,2040,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,255,1), - (69094,1732,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,255,1), - (69095,1733,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,255,1), - (69096,1734,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,255,1), - (69097,2047,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,255,1), - (69098,1735,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69099,2040,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69100,1732,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69101,1733,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69102,1734,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69103,2047,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69104,1735,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,255,1), - (69105,2040,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,255,1), - (69106,1732,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,255,1), - (69107,1733,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,255,1), - (69108,1734,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,255,1), - (69109,2047,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,255,1), - (69110,1735,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,255,1), - (69111,2040,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,255,1), - (69112,1732,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,255,1), - (69113,1733,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,255,1), - (69114,1734,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,255,1), - (69115,2047,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,255,1), - (69116,1735,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,255,1), - (69117,2040,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,255,1), - (69118,1732,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,255,1), - (69119,1733,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,255,1), - (69120,1734,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,255,1), - (69121,2047,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,255,1), - (69122,1735,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,255,1), - (69123,2040,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,255,1), - (69124,1732,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,255,1), - (69125,1733,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,255,1), - (69126,1734,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,255,1), - (69127,2047,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,255,1), - (69128,1735,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,255,1), - (69129,2040,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,255,1), - (69130,1732,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,255,1), - (69131,1733,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,255,1), - (69132,1734,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,255,1), - (69133,2047,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,255,1), - (69134,1735,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,255,1), - (69135,2040,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,255,1), - (69136,1732,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,255,1), - (69137,1733,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,255,1), - (69138,1734,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,255,1), - (69139,2047,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,255,1), - (69140,1735,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,255,1), - (69141,2040,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,255,1), - (69142,1732,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,255,1), - (69143,1733,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,255,1), - (69144,1734,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,255,1), - (69145,2047,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,255,1), - (69146,1735,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,255,1), - (69147,2040,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,255,1), - (69148,1732,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,255,1), - (69149,1733,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,255,1), - (69150,1734,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,255,1), - (69151,2047,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,255,1), - (69152,1735,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,255,1), - (69153,2040,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,255,1), - (69154,1732,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,255,1), - (69155,1733,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,255,1), - (69156,1734,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,255,1), - (69157,2047,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,255,1), - (69158,1735,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,255,1), - (69159,2040,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,255,1), - (69160,1732,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,255,1), - (69161,1733,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,255,1), - (69162,1734,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,255,1), - (69163,2047,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,255,1), - (69164,1735,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,255,1), - (69165,2040,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,255,1), - (69166,1732,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,255,1), - (69167,1733,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,255,1), - (69168,1734,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,255,1), - (69169,2047,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,255,1), - (69170,1735,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69171,2040,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69172,1732,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69173,1733,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69174,1734,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69175,2047,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,255,1), - (69176,1735,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,255,1), - (69177,2040,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,255,1), - (69178,1732,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,255,1), - (69179,1733,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,255,1), - (69180,1734,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,255,1), - (69181,2047,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,255,1), - (69182,1735,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,255,1), - (69183,2040,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,255,1), - (69184,1732,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,255,1), - (69185,1733,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,255,1), - (69186,1734,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,255,1), - (69187,2047,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,255,1), - (69188,1735,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,255,1), - (69189,2040,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,255,1), - (69190,1732,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,255,1), - (69191,1733,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,255,1), - (69192,1734,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,255,1), - (69193,2047,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,255,1), - (69194,1735,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,255,1), - (69195,2040,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,255,1), - (69196,1732,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,255,1), - (69197,1733,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,255,1), - (69198,1734,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,255,1), - (69199,2047,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,255,1), - (69200,1735,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,255,1), - (69201,2040,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,255,1), - (69202,1732,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,255,1), - (69203,1733,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,255,1), - (69204,1734,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,255,1), - (69205,2047,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,255,1), - (69206,1735,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,255,1), - (69207,2040,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,255,1), - (69208,1732,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,255,1), - (69209,1733,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,255,1), - (69210,1734,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,255,1), - (69211,2047,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,255,1), - (69212,1735,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,255,1), - (69213,2040,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,255,1), - (69214,1732,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,255,1), - (69215,1733,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,255,1), - (69216,1734,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,255,1), - (69217,2047,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,255,1), - (69218,1735,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,255,1), - (69219,2040,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,255,1), - (69220,1732,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,255,1), - (69221,1733,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,255,1), - (69222,1734,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,255,1), - (69223,2047,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,255,1), - (69224,1735,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,255,1), - (69225,2040,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,255,1), - (69226,1732,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,255,1), - (69227,1733,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,255,1), - (69228,1734,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,255,1), - (69229,2047,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,255,1), - (69230,1735,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,255,1), - (69231,2040,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,255,1), - (69232,1732,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,255,1), - (69233,1733,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,255,1), - (69234,1734,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,255,1), - (69235,2047,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,255,1), - (69236,1735,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,255,1), - (69237,2040,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,255,1), - (69238,1732,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,255,1), - (69239,1733,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,255,1), - (69240,1734,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,255,1), - (69241,2047,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,255,1), - (69242,1735,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,255,1), - (69243,2040,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,255,1), - (69244,1732,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,255,1), - (69245,1733,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,255,1), - (69246,1734,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,255,1), - (69247,2047,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,255,1), - (69248,1735,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,255,1), - (69249,2040,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,255,1), - (69250,1732,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,255,1), - (69251,1733,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,255,1), - (69252,1734,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,255,1), - (69253,2047,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,255,1), - (69254,1735,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,255,1), - (69255,2040,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,255,1), - (69256,1732,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,255,1), - (69257,1733,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,255,1), - (69258,1734,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,255,1), - (69259,2047,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,255,1), - (69260,1735,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,255,1), - (69261,2040,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,255,1), - (69262,1732,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,255,1), - (69263,1733,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,255,1), - (69264,1734,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,255,1), - (69265,2047,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,255,1), - (69266,1735,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,255,1), - (69267,2040,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,255,1), - (69268,1732,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,255,1), - (69269,1733,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,255,1), - (69270,1734,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,255,1), - (69271,2047,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,255,1), - (69272,1735,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,255,1), - (69273,2040,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,255,1), - (69274,1732,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,255,1), - (69275,1733,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,255,1), - (69276,1734,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,255,1), - (69277,2047,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,255,1), - (69278,1735,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,255,1), - (69279,2040,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,255,1), - (69280,1732,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,255,1), - (69281,1733,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,255,1), - (69282,1734,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,255,1), - (69283,2047,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,255,1), - (69284,1735,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,255,1), - (69285,2040,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,255,1), - (69286,1732,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,255,1), - (69287,1733,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,255,1), - (69288,1734,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,255,1), - (69289,2047,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,255,1), - (69290,1735,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,255,1), - (69291,2040,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,255,1), - (69292,1732,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,255,1), - (69293,1733,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,255,1), - (69294,1734,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,255,1), - (69295,2047,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,255,1), - (69296,1735,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,255,1), - (69297,2040,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,255,1), - (69298,1732,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,255,1), - (69299,1733,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,255,1), - (69300,1734,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,255,1), - (69301,2047,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,255,1), - (69302,1735,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,255,1), - (69303,2040,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,255,1), - (69304,1732,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,255,1), - (69305,1733,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,255,1), - (69306,1734,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,255,1), - (69307,2047,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,255,1), - (69308,1735,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,255,1), - (69309,2040,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,255,1), - (69310,1732,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,255,1), - (69311,1733,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,255,1), - (69312,1734,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,255,1), - (69313,2047,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,255,1), - (69314,1735,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,255,1), - (69315,2040,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,255,1), - (69316,1732,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,255,1), - (69317,1733,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,255,1), - (69318,1734,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,255,1), - (69319,2047,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,255,1), - (69320,1735,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,255,1), - (69321,2040,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,255,1), - (69322,1732,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,255,1), - (69323,1733,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,255,1), - (69324,1734,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,255,1), - (69325,2047,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,255,1), - (69326,1735,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,255,1), - (69327,2040,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,255,1), - (69328,1732,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,255,1), - (69329,1733,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,255,1), - (69330,1734,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,255,1), - (69331,2047,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,255,1), - (69332,1735,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,255,1), - (69333,2040,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,255,1), - (69334,1732,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,255,1), - (69335,1733,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,255,1), - (69336,1734,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,255,1), - (69337,2047,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,255,1), - (69338,1735,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,255,1), - (69339,2040,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,255,1), - (69340,1732,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,255,1), - (69341,1733,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,255,1), - (69342,1734,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,255,1), - (69343,2047,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,255,1), - (69344,1735,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,255,1), - (69345,2040,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,255,1), - (69346,1732,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,255,1), - (69347,1733,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,255,1), - (69348,1734,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,255,1), - (69349,2047,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,255,1), - (69350,1735,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,255,1), - (69351,2040,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,255,1), - (69352,1732,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,255,1), - (69353,1733,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,255,1), - (69354,1734,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,255,1), - (69355,2047,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,255,1), - (69356,1735,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,255,1), - (69357,2040,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,255,1), - (69358,1732,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,255,1), - (69359,1733,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,255,1), - (69360,1734,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,255,1), - (69361,2047,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,255,1), - (69362,1735,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,255,1), - (69363,2040,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,255,1), - (69364,1732,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,255,1), - (69365,1733,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,255,1), - (69366,1734,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,255,1), - (69367,2047,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,255,1), - (69368,1735,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,255,1), - (69369,2040,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,255,1), - (69370,1732,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,255,1), - (69371,1733,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,255,1), - (69372,1734,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,255,1), - (69373,2047,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,255,1), - (69374,1735,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,255,1), - (69375,2040,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,255,1), - (69376,1732,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,255,1), - (69377,1733,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,255,1), - (69378,1734,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,255,1), - (69379,2047,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,255,1), - (69380,1735,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,255,1), - (69381,2040,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,255,1), - (69382,1732,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,255,1), - (69383,1733,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,255,1), - (69384,1734,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,255,1), - (69385,2047,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,255,1), - (69386,1735,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,255,1), - (69387,2040,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,255,1), - (69388,1732,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,255,1), - (69389,1733,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,255,1), - (69390,1734,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,255,1), - (69391,2047,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,255,1), - (69392,1735,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,255,1), - (69393,2040,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,255,1), - (69394,1732,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,255,1), - (69395,1733,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,255,1), - (69396,1734,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,255,1), - (69397,2047,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,255,1), - (69398,1735,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,255,1), - (69399,2040,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,255,1), - (69400,1732,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,255,1), - (69401,1733,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,255,1), - (69402,1734,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,255,1), - (69403,2047,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,255,1), - (69404,1735,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69405,2040,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69406,1732,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69407,1733,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69408,1734,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69409,2047,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,255,1), - (69410,1735,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,255,1), - (69411,2040,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,255,1), - (69412,1732,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,255,1), - (69413,1733,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,255,1), - (69414,1734,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,255,1), - (69415,2047,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,255,1), - (69416,1735,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,255,1), - (69417,2040,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,255,1), - (69418,1732,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,255,1), - (69419,1733,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,255,1), - (69420,1734,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,255,1), - (69421,2047,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,255,1), - (69422,1735,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,255,1), - (69423,2040,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,255,1), - (69424,1732,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,255,1), - (69425,1733,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,255,1), - (69426,1734,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,255,1), - (69427,2047,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,255,1), - (69428,1735,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,255,1), - (69429,2040,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,255,1), - (69430,1732,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,255,1), - (69431,1733,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,255,1), - (69432,1734,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,255,1), - (69433,2047,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,255,1), - (69434,1735,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,255,1), - (69435,2040,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,255,1), - (69436,1732,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,255,1), - (69437,1733,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,255,1), - (69438,1734,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,255,1), - (69439,2047,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,255,1), - (69440,1735,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,255,1), - (69441,2040,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,255,1), - (69442,1732,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,255,1), - (69443,1733,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,255,1), - (69444,1734,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,255,1), - (69445,2047,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,255,1), - (69446,1735,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,255,1), - (69447,2040,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,255,1), - (69448,1732,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,255,1), - (69449,1733,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,255,1), - (69450,1734,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,255,1), - (69451,2047,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,255,1), - (69452,1735,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,255,1), - (69453,2040,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,255,1), - (69454,1732,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,255,1), - (69455,1733,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,255,1), - (69456,1734,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,255,1), - (69457,2047,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,255,1), - (69458,1735,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,255,1), - (69459,2040,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,255,1), - (69460,1732,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,255,1), - (69461,1733,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,255,1), - (69462,1734,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,255,1), - (69463,2047,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,255,1), - (69464,1735,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,255,1), - (69465,2040,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,255,1), - (69466,1732,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,255,1), - (69467,1733,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,255,1), - (69468,1734,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,255,1), - (69469,2047,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,255,1), - (69470,1735,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,255,1), - (69471,2040,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,255,1), - (69472,1732,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,255,1), - (69473,1733,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,255,1), - (69474,1734,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,255,1), - (69475,2047,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,255,1), - (69476,1735,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,255,1), - (69477,2040,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,255,1), - (69478,1732,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,255,1), - (69479,1733,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,255,1), - (69480,1734,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,255,1), - (69481,2047,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,255,1), - (69482,1735,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,255,1), - (69483,2040,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,255,1), - (69484,1732,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,255,1), - (69485,1733,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,255,1), - (69486,1734,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,255,1), - (69487,2047,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,255,1), - (69488,1735,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,255,1), - (69489,2040,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,255,1), - (69490,1732,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,255,1), - (69491,1733,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,255,1), - (69492,1734,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,255,1), - (69493,2047,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,255,1), - (69494,1735,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,255,1), - (69495,2040,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,255,1), - (69496,1732,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,255,1), - (69497,1733,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,255,1), - (69498,1734,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,255,1), - (69499,2047,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,255,1), - (69500,1735,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,255,1), - (69501,2040,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,255,1), - (69502,1732,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,255,1), - (69503,1733,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,255,1), - (69504,1734,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,255,1), - (69505,2047,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,255,1), - (69506,1735,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,255,1), - (69507,2040,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,255,1), - (69508,1732,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,255,1), - (69509,1733,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,255,1), - (69510,1734,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,255,1), - (69511,2047,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,255,1), - (69512,1735,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,255,1), - (69513,2040,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,255,1), - (69514,1732,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,255,1), - (69515,1733,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,255,1), - (69516,1734,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,255,1), - (69517,2047,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,255,1), - (69518,1735,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,255,1), - (69519,2040,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,255,1), - (69520,1732,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,255,1), - (69521,1733,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,255,1), - (69522,1734,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,255,1), - (69523,2047,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,255,1), - (69524,1735,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,255,1), - (69525,2040,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,255,1), - (69526,1732,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,255,1), - (69527,1733,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,255,1), - (69528,1734,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,255,1), - (69529,2047,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,255,1), - (69530,1735,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,255,1), - (69531,2040,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,255,1), - (69532,1732,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,255,1), - (69533,1733,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,255,1), - (69534,1734,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,255,1), - (69535,2047,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,255,1), - (69536,1735,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,255,1), - (69537,2040,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,255,1), - (69538,1732,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,255,1), - (69539,1733,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,255,1), - (69540,1734,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,255,1), - (69541,2047,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,255,1), - (69542,1735,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,255,1), - (69543,2040,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,255,1), - (69544,1732,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,255,1), - (69545,1733,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,255,1), - (69546,1734,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,255,1), - (69547,2047,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,255,1), - (69548,1735,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,255,1), - (69549,2040,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,255,1), - (69550,1732,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,255,1), - (69551,1733,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,255,1), - (69552,1734,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,255,1), - (69553,2047,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,255,1), - (69554,1735,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,255,1), - (69555,2040,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,255,1), - (69556,1732,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,255,1), - (69557,1733,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,255,1), - (69558,1734,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,255,1), - (69559,2047,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,255,1), - (69560,1735,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,255,1), - (69561,2040,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,255,1), - (69562,1732,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,255,1), - (69563,1733,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,255,1), - (69564,1734,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,255,1), - (69565,2047,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,255,1), - (69566,1735,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,255,1), - (69567,2040,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,255,1), - (69568,1732,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,255,1), - (69569,1733,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,255,1), - (69570,1734,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,255,1), - (69571,2047,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,255,1), - (69572,1735,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,255,1), - (69573,2040,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,255,1), - (69574,1732,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,255,1), - (69575,1733,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,255,1), - (69576,1734,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,255,1), - (69577,2047,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,255,1), - (69578,1735,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,255,1), - (69579,2040,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,255,1), - (69580,1732,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,255,1), - (69581,1733,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,255,1), - (69582,1734,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,255,1), - (69583,2047,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,255,1), - (69584,1735,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,255,1), - (69585,2040,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,255,1), - (69586,1732,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,255,1), - (69587,1733,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,255,1), - (69588,1734,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,255,1), - (69589,2047,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,255,1), - (69590,1735,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,255,1), - (69591,2040,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,255,1), - (69592,1732,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,255,1), - (69593,1733,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,255,1), - (69594,1734,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,255,1), - (69595,2047,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,255,1), - (69596,1735,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,255,1), - (69597,2040,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,255,1), - (69598,1732,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,255,1), - (69599,1733,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,255,1), - (69600,1734,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,255,1), - (69601,2047,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,255,1), - (69602,1735,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,255,1), - (69603,2040,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,255,1), - (69604,1732,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,255,1), - (69605,1733,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,255,1), - (69606,1734,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,255,1), - (69607,2047,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,255,1), - (69608,1735,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,255,1), - (69609,2040,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,255,1), - (69610,1732,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,255,1), - (69611,1733,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,255,1), - (69612,1734,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,255,1), - (69613,2047,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,255,1), - (69614,1735,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,255,1), - (69615,2040,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,255,1), - (69616,1732,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,255,1), - (69617,1733,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,255,1), - (69618,1734,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,255,1), - (69619,2047,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,255,1), - (69620,1735,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,255,1), - (69621,2040,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,255,1), - (69622,1732,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,255,1), - (69623,1733,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,255,1), - (69624,1734,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,255,1), - (69625,2047,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,255,1), - (69626,1735,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,255,1), - (69627,2040,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,255,1), - (69628,1732,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,255,1), - (69629,1733,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,255,1), - (69630,1734,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,255,1), - (69631,2047,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,255,1), - (69632,1735,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,255,1), - (69633,2040,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,255,1), - (69634,1732,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,255,1), - (69635,1733,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,255,1), - (69636,1734,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,255,1), - (69637,2047,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,255,1), - (69638,1735,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,255,1), - (69639,2040,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,255,1), - (69640,1732,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,255,1), - (69641,1733,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,255,1), - (69642,1734,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,255,1), - (69643,2047,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,255,1), - (69644,1735,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,255,1), - (69645,2040,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,255,1), - (69646,1732,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,255,1), - (69647,1733,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,255,1), - (69648,1734,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,255,1), - (69649,2047,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,255,1), - (69650,1735,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,255,1), - (69651,2040,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,255,1), - (69652,1732,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,255,1), - (69653,1733,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,255,1), - (69654,1734,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,255,1), - (69655,2047,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,255,1), - (69656,1735,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,255,1), - (69657,2040,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,255,1), - (69658,1732,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,255,1), - (69659,1733,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,255,1), - (69660,1734,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,255,1), - (69661,2047,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,255,1), - (69662,1735,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,255,1), - (69663,2040,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,255,1), - (69664,1732,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,255,1), - (69665,1733,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,255,1), - (69666,1734,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,255,1), - (69667,2047,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,255,1), - (69668,1735,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,255,1), - (69669,2040,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,255,1), - (69670,1732,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,255,1), - (69671,1733,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,255,1), - (69672,1734,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,255,1), - (69673,2047,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,255,1), - (69674,1735,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,255,1), - (69675,2040,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,255,1), - (69676,1732,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,255,1), - (69677,1733,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,255,1), - (69678,1734,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,255,1), - (69679,2047,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,255,1), - (69680,1735,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,255,1), - (69681,2040,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,255,1), - (69682,1732,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,255,1), - (69683,1733,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,255,1), - (69684,1734,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,255,1), - (69685,2047,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,255,1), - (69686,1735,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,255,1), - (69687,2040,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,255,1), - (69688,1732,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,255,1), - (69689,1733,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,255,1), - (69690,1734,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,255,1), - (69691,2047,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,255,1), - (69692,1735,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,255,1), - (69693,2040,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,255,1), - (69694,1732,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,255,1), - (69695,1733,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,255,1), - (69696,1734,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,255,1), - (69697,2047,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,255,1), - (69698,1735,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,255,1), - (69699,2040,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,255,1), - (69700,1732,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,255,1), - (69701,1733,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,255,1), - (69702,1734,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,255,1), - (69703,2047,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,255,1), - (69704,1735,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,255,1), - (69705,2040,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,255,1), - (69706,1732,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,255,1), - (69707,1733,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,255,1), - (69708,1734,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,255,1), - (69709,2047,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,255,1), - (69710,1735,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,255,1), - (69711,2040,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,255,1), - (69712,1732,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,255,1), - (69713,1733,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,255,1), - (69714,1734,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,255,1), - (69715,2047,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,255,1), - (69716,1735,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,255,1), - (69717,2040,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,255,1), - (69718,1732,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,255,1), - (69719,1733,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,255,1), - (69720,1734,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,255,1), - (69721,2047,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,255,1), - (69722,1735,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,255,1), - (69723,2040,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,255,1), - (69724,1732,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,255,1), - (69725,1733,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,255,1), - (69726,1734,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,255,1), - (69727,2047,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,255,1), - (69728,1735,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,255,1), - (69729,2040,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,255,1), - (69730,1732,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,255,1), - (69731,1733,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,255,1), - (69732,1734,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,255,1), - (69733,2047,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,255,1), - (69734,1735,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,255,1), - (69735,2040,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,255,1), - (69736,1732,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,255,1), - (69737,1733,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,255,1), - (69738,1734,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,255,1), - (69739,2047,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,255,1), - (69740,1735,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,255,1), - (69741,2040,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,255,1), - (69742,1732,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,255,1), - (69743,1733,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,255,1), - (69744,1734,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,255,1), - (69745,2047,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,255,1), - (69746,1735,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,255,1), - (69747,2040,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,255,1), - (69748,1732,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,255,1), - (69749,1733,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,255,1), - (69750,1734,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,255,1), - (69751,2047,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,255,1), - (69752,1735,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,255,1), - (69753,2040,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,255,1), - (69754,1732,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,255,1), - (69755,1733,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,255,1), - (69756,1734,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,255,1), - (69757,2047,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,255,1), - (69758,1735,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,255,1), - (69759,2040,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,255,1), - (69760,1732,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,255,1), - (69761,1733,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,255,1), - (69762,1734,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,255,1), - (69763,2047,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,255,1), - (69764,1735,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,255,1), - (69765,2040,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,255,1), - (69766,1732,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,255,1), - (69767,1733,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,255,1), - (69768,1734,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,255,1), - (69769,2047,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,255,1), - (69770,1735,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,255,1), - (69771,2040,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,255,1), - (69772,1732,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,255,1), - (69773,1733,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,255,1), - (69774,1734,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,255,1), - (69775,2047,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,255,1), - (69776,1735,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,255,1), - (69777,2040,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,255,1), - (69778,1732,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,255,1), - (69779,1733,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,255,1), - (69780,1734,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,255,1), - (69781,2047,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,255,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (65857,181233,533,3465.16,-3940.45,308.788,0.441179,-0.305481,0.637715,0.305481,0.637716,180,180,0,1), + (65858,181234,533,2904.86,-3286.11,298.527,-0.785397,0,0,-0.382683,0.92388,180,180,0,1), + (65859,181235,533,3318.65,-3695.85,259.094,3.14159,0,0,-1,0,180,180,0,0), + (65860,181496,533,2909.69,-3818.45,273.553,3.14159,0,0,-1,0,180,180,0,1), + (65861,181240,533,2908.99,-4044.1,273.726,-1.5708,0,0,-0.707107,0.707107,180,180,0,1), + (65862,181241,533,2909.69,-3947.28,273.553,3.14159,0,0,-1,0,180,180,0,0), + (65863,181242,533,2859.62,-3997.85,273.297,1.5708,0,0,0.707107,0.707107,180,180,0,1), + (65864,181243,533,2959.33,-3997.85,273.297,1.5708,0,0,0.707107,0.707107,180,180,0,1), + (66334,176146,1,-8133.34,1525.13,17.1904,6.28103,0,0,0.00107995,-0.999999,600,600,100,0), + (66335,176147,1,-8133.34,1525.13,17.1904,6.28103,0,0,0.00107995,-0.999999,600,600,100,0), + (66336,176148,1,-8133.34,1525.13,17.1904,6.28103,0,0,0.00107995,-0.999999,600,600,100,0), + (190002,180397,0,-8842.76,654.543,97.2775,-2.47837,0,0,0,0,180,180,255,1), + (190008,180397,0,-8870.4,544.658,106.284,-1.22173,0,0,0,0,180,180,255,1), + (190038,180397,1,9965.32,2179.72,1328.07,-2.54818,0,0,0,0,180,180,255,1), + (190044,180397,1,9985.22,2348.01,1330.79,0,0,0,0,0,180,180,255,1), + (190050,180397,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,180,180,255,1), + (190056,180397,0,-4832.88,-1171.66,502.195,1.509,0,0,0,0,180,180,255,1), + (190014,180397,0,-8846.94,593.738,93.4625,2.42601,0,0,0,0,180,180,255,1), + (190062,180397,0,-4675.27,-985.681,501.859,1.16136,0,0,0,0,180,180,255,1), + (190068,180397,0,-8386.73,288.405,120.886,-2.47837,0,0,0,0,180,180,255,1), + (190020,180397,0,-4919.31,-844.615,501.661,-0.855212,0,0,0,0,180,180,255,1), + (190026,180397,0,-5035.49,-921.804,501.659,-0.122173,0,0,0,0,180,180,255,1), + (190074,180397,1,9963.93,2490.04,1316.05,0,0,0,0,0,180,180,255,1), + (190080,180397,0,-5035.03,-1263.47,505.4,0.698132,0,0,0,0,180,180,255,1), + (190086,180397,0,-8411.49,577.444,91.9777,-0.9599,0,0,0,0,180,180,255,1), + (190152,180397,1,9920.16,2349.58,1330.78,4.7303,0,0,0,0,180,180,255,1), + (190004,180398,0,-8842.86,654.543,97.2775,-2.47837,0,0,0,0,180,180,255,1), + (190010,180398,0,-8870.4,544.658,106.284,-1.22173,0,0,0,0,180,180,255,1), + (190040,180398,1,9965.64,2179.93,1328.07,-2.54818,0,0,0,0,180,180,255,1), + (190046,180398,1,9985.22,2348.01,1330.79,3.136,0,0,0,0,180,180,255,1), + (190052,180398,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,180,180,255,1), + (190016,180398,0,-8846.94,593.738,93.4625,2.42601,0,0,0,0,180,180,255,1), + (190058,180398,0,-4832.88,-1171.66,502.195,1.509,0,0,0,0,180,180,255,1), + (190064,180398,0,-4675.27,-985.681,501.859,1.16136,0,0,0,0,180,180,255,1), + (190070,180398,0,-8386.73,288.405,120.886,-2.47837,0,0,0,0,180,180,255,1), + (190022,180398,0,-4919.31,-844.615,501.861,-2.40855,0,0,0,0,180,180,255,1), + (190028,180398,0,-5035.49,-921.804,501.659,-0.122173,0,0,0,0,180,180,255,1), + (66852,153723,469,-7752.4,-1155.65,396.696,-2.94959,0,0,-0.995395,0.0958539,180,180,255,1), + (66853,177807,469,-7628.32,-1044.57,408.49,-0.174532,0,0,-0.0871553,0.996195,604800,604800,100,1), + (66854,177807,469,-7577.84,-1035.97,408.49,-1.11701,0,0,-0.529919,0.848048,604800,604800,100,1), + (66855,177807,469,-7572.49,-1095.03,413.381,-2.86233,0,0,-0.990267,0.139178,604800,604800,100,1), + (66856,177807,469,-7597.53,-1094.54,408.49,2.37364,0,0,0.927182,0.37461,604800,604800,100,1), + (66857,177807,469,-7586.36,-1024.43,408.49,-2.93214,0,0,-0.994521,0.104535,604800,604800,100,1), + (66858,177807,469,-7588.84,-1053.79,408.157,-1.72787,0,0,-0.760404,0.64945,604800,604800,100,1), + (66859,177807,469,-7568.62,-1086.58,413.381,0.855211,0,0,0.414693,0.909961,604800,604800,100,1), + (66860,177807,469,-7599,-1044.77,408.157,-1.02974,0,0,-0.492422,0.870357,604800,604800,100,1), + (66861,177807,469,-7594.37,-1102.9,408.49,-0.90757,0,0,-0.438371,0.898794,604800,604800,100,1), + (66862,177807,469,-7576.92,-1083.69,413.381,-2.89724,0,0,-0.992546,0.121873,604800,604800,100,1), + (66863,177807,469,-7619.76,-1058.94,408.49,1.81514,0,0,0.78801,0.615662,604800,604800,100,1), + (66864,177807,469,-7563.15,-1088.71,413.381,-0.453785,0,0,-0.224951,0.97437,604800,604800,100,1), + (66865,177807,469,-7580.8,-1067.29,408.49,-2.9845,0,0,-0.996917,0.0784656,604800,604800,100,1), + (66866,177807,469,-7549.48,-1069.96,408.49,-0.523598,0,0,-0.258819,0.965926,604800,604800,100,1), + (66867,177807,469,-7604.36,-1060.25,408.157,-2.77507,0,0,-0.983255,0.182237,604800,604800,100,1), + (66868,177807,469,-7592.38,-1035.68,408.157,1.62316,0,0,0.725376,0.688353,604800,604800,100,1), + (66869,177807,469,-7592.35,-1010.84,408.49,-2.54818,0,0,-0.956305,0.292372,604800,604800,100,1), + (66870,177807,469,-7568.27,-1097.68,413.381,2.79252,0,0,0.984807,0.173652,604800,604800,100,1), + (66871,177807,469,-7584.68,-1075.84,408.49,3.01941,0,0,0.998134,0.0610534,604800,604800,100,1), + (66872,177807,469,-7618.1,-1069.33,408.49,-1.32645,0,0,-0.615661,0.788011,604800,604800,100,1), + (66873,177807,469,-7554.42,-1061.5,408.49,-2.28638,0,0,-0.909961,0.414694,604800,604800,100,1), + (66874,177807,469,-7609.94,-1035.11,408.49,-1.93732,0,0,-0.824127,0.566404,604800,604800,100,1), + (66875,177807,469,-7626.69,-1011.71,413.381,0.226892,0,0,0.113203,0.993572,604800,604800,100,1), + (66876,177807,469,-7569.38,-1079.73,413.381,-2.68781,0,0,-0.97437,0.22495,604800,604800,100,1), + (66877,177807,469,-7611.6,-1020.32,413.381,3.08918,0,0,0.999657,0.0262033,604800,604800,100,1), + (66878,177807,469,-7601.14,-1077.11,408.218,-1.27409,0,0,-0.594823,0.803857,604800,604800,100,1), + (66879,177807,469,-7578.64,-1089.95,413.381,2.21656,0,0,0.894933,0.446202,604800,604800,100,1), + (66880,177807,469,-7579.49,-1051.48,408.157,0.523598,0,0,0.258819,0.965926,604800,604800,100,1), + (66881,177807,469,-7566,-1045.93,408.49,3.05433,0,0,0.999048,0.0436174,604800,604800,100,1), + (66882,177807,469,-7564.89,-1058.87,408.49,2.28638,0,0,0.909961,0.414694,604800,604800,100,1), + (66883,180631,469,-7545.93,-978.483,449.213,2.96704,0,0,0.996194,0.0871655,180,180,255,1), + (66884,180632,469,-7554.89,-1039.86,449.213,2.96704,0,0,0.996194,0.0871655,180,180,255,1), + (66885,179104,469,-7464.98,-1041.42,411.971,2.18166,0,0,0.88701,0.461749,180,180,255,1), + (66886,177824,469,-7615.12,-1026.3,413.381,-0.95993,0,0,-0.461748,0.887011,180,180,255,1), + (66887,179105,469,-7466.62,-1042.56,411.971,2.18166,0,0,0.88701,0.461749,180,180,255,1), + (66888,179106,469,-7468.11,-1047.16,411.971,0.610865,0,0,0.300706,0.953717,180,180,255,1), + (66889,179107,469,-7459.67,-1041.25,411.971,-2.53072,0,0,-0.953716,0.300709,180,180,255,1), + (66890,179108,469,-7464.78,-1048.65,411.971,2.18166,0,0,0.88701,0.461749,180,180,255,1), + (66891,179364,469,-7531.22,-956.411,428.252,-0.95993,0,0,-0.461748,0.887011,180,180,100,1), + (66892,179109,469,-7459.43,-1044.9,411.971,2.18166,0,0,0.88701,0.461749,180,180,255,1), + (66893,179365,469,-7568.43,-1031.59,449.109,-2.53072,0,0,-0.953716,0.300709,180,180,100,1), + (66894,179110,469,-7618.74,-1009.88,413.382,-1.63188,0,0,-0.72837,0.685184,180,180,255,1), + (66895,179111,469,-7623.49,-1009.64,413.382,-1.38754,0,0,-0.63944,0.768841,180,180,255,1), + (66896,179112,469,-7628.56,-1012.67,413.382,-0.532323,0,0,-0.26303,0.964788,180,180,255,1), + (66897,179113,469,-7629.54,-1017.33,413.382,-0.218166,0,0,-0.108867,0.994056,180,180,255,1), + (66898,179114,469,-7627.56,-1009.03,413.382,-0.916297,0,0,-0.442288,0.896873,180,180,255,1), + (66899,179115,469,-7455.24,-1051.71,480.03,2.18166,0,0,0.88701,0.461749,180,180,255,0), + (66900,179116,469,-7506.29,-1043.16,480.03,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (66901,179117,469,-7464,-1103.55,480.03,0.610865,0,0,0.300706,0.953717,180,180,100,1), + (66902,179118,469,-7588.27,-1261.92,482.03,0.610865,0,0,0.300706,0.953717,180,180,255,1), + (66903,179119,469,-7579.63,-912.661,428.384,-2.53072,0,0,-0.953716,0.300709,180,180,255,1), + (66904,179120,469,-7592.78,-921.296,428.426,-2.53072,0,0,-0.953716,0.300709,180,180,255,1), + (66905,179121,469,-7683.71,-1052.78,440.643,-2.53072,0,0,-0.953716,0.300709,180,180,255,1), + (66906,179122,469,-7691.45,-1040.23,440.685,-2.53072,0,0,-0.953716,0.300709,180,180,255,1), + (66907,180667,469,-7526.57,-924.776,458.826,0.558504,0,0,0.275637,0.961262,180,180,255,1), + (66908,179148,469,-7510.98,-1094.69,476.554,5.34071,0,0,-0.45399,0.891007,180,180,255,1), + (67867,177808,469,-7615.05,-1026.24,413.381,-0.95993,0,0,-0.461748,0.887011,25,25,0,1), + (67868,181225,533,3536.81,-5158.41,142.862,-1.77151,0,0,-0.774392,0.632706,604800,604800,0,1), + (67870,179703,409,756.897,-1180.7,-118.596,2.91469,0,0,0,1,-604800,-604800,255,1), + (67871,164869,230,1224.6,-244.543,-85.0765,2.26893,0,0,0.906307,0.422619,-250,-250,0,1), + (67872,169243,230,1265.85,-285.098,-78.2193,3.90954,0,0,-0.927183,0.374608,-300,-300,100,1), + (68000,1735,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,300,255,1), + (68001,2040,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,300,255,1), + (68002,1734,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,300,255,1), + (68003,1733,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,300,255,1), + (68004,2047,0,533.324,-675,166.534,0.214,0,0,0.106796,0.994281,300,300,255,1), + (68005,1735,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,300,255,1), + (68006,2040,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,300,255,1), + (68007,1734,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,300,255,1), + (68008,1733,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,300,255,1), + (68009,2047,0,575.498,-729,182.085,0.469,0,0,0.232357,0.972631,300,300,255,1), + (68010,1735,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,300,255,1), + (68011,2040,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,300,255,1), + (68012,1734,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,300,255,1), + (68013,1733,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,300,255,1), + (68014,2047,0,566.706,-607,194.591,6.226,0,0,0.0285888,-0.999591,300,300,255,1), + (68015,1735,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,300,255,1), + (68016,2040,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,300,255,1), + (68017,1734,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,300,255,1), + (68018,1733,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,300,255,1), + (68019,2047,0,639.849,-672,214.958,5.136,0,0,0.542653,-0.839957,300,300,255,1), + (68020,1735,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,300,255,1), + (68021,2040,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,300,255,1), + (68022,1734,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,300,255,1), + (68023,1733,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,300,255,1), + (68024,2047,0,870.437,-535,147.353,0.77,0,0,0.375559,0.926798,300,300,255,1), + (68025,1735,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,300,255,1), + (68026,2040,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,300,255,1), + (68027,1734,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,300,255,1), + (68028,1733,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,300,255,1), + (68029,2047,0,869.931,-417,153.261,1.872,0,0,0.805192,0.593014,300,300,255,1), + (68030,1735,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,300,255,1), + (68031,2040,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,300,255,1), + (68032,1734,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,300,255,1), + (68033,1733,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,300,255,1), + (68034,2047,0,779.829,-319,138.818,5.699,0,0,0.287957,-0.957643,300,300,255,1), + (68035,1735,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,300,255,1), + (68036,2040,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,300,255,1), + (68037,1734,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,300,255,1), + (68038,1733,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,300,255,1), + (68039,2047,0,728.065,-279,137.594,1.646,0,0,0.733189,0.680025,300,300,255,1), + (68040,1735,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,300,255,1), + (68041,2040,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,300,255,1), + (68042,1734,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,300,255,1), + (68043,1733,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,300,255,1), + (68044,2047,0,809.161,-675,159.991,5.485,0,0,0.388582,-0.921414,300,300,255,1), + (68045,1735,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,300,255,1), + (68046,2040,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,300,255,1), + (68047,1734,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,300,255,1), + (68048,1733,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,300,255,1), + (68049,2047,0,425.691,-95,171.424,5.551,0,0,0.35797,-0.933733,300,300,255,1), + (68050,1735,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,300,255,1), + (68051,2040,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,300,255,1), + (68052,1734,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,300,255,1), + (68053,1733,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,300,255,1), + (68054,2047,0,696.321,-634,171.841,2.089,0,0,0.864673,0.502334,300,300,255,1), + (68055,1735,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68056,2040,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68057,1734,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68058,1733,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68059,2047,0,466.925,-193,154.436,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68060,1735,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,300,255,1), + (68061,2040,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,300,255,1), + (68062,1734,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,300,255,1), + (68063,1733,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,300,255,1), + (68064,2047,0,579.376,-422,174.871,1.825,0,0,0.791036,0.61177,300,300,255,1), + (68065,1735,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,300,255,1), + (68066,2040,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,300,255,1), + (68067,1734,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,300,255,1), + (68068,1733,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,300,255,1), + (68069,2047,0,732.251,-416,156.2,2.543,0,0,0.955544,0.294848,300,300,255,1), + (68070,1735,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (68071,2040,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (68072,1734,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (68073,1733,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (68074,2047,0,430.893,-108,186.331,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (68075,1735,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,300,255,1), + (68076,2040,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,300,255,1), + (68077,1734,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,300,255,1), + (68078,1733,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,300,255,1), + (68079,2047,0,635.44,-640,198.955,5.061,0,0,0.573763,-0.819022,300,300,255,1), + (68080,1735,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,300,255,1), + (68081,2040,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,300,255,1), + (68082,1734,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,300,255,1), + (68083,1733,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,300,255,1), + (68084,2047,0,739.38,-642,152.496,2.016,0,0,0.845766,0.533553,300,300,255,1), + (68085,1735,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (68086,2040,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (68087,1734,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (68088,1733,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (68089,2047,0,722.529,-660.758,161.868,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (68090,1735,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (68091,2040,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (68092,1734,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (68093,1733,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (68094,2047,0,533.123,-628,172.25,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (68095,1735,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (68096,2040,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (68097,1734,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (68098,1733,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (68099,2047,0,669.802,-606.522,163.762,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (68100,1735,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68101,2040,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68102,1734,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68103,1733,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68104,2047,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68105,1735,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68106,2040,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68107,1734,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68108,1733,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68109,2047,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68110,1735,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68111,2040,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68112,1734,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68113,1733,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68114,2047,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68115,1735,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68116,2040,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68117,1734,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68118,1733,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68119,2047,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68120,1735,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68121,2040,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68122,1734,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68123,1733,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68124,2047,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68125,1735,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68126,2040,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68127,1734,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68128,1733,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68129,2047,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68130,1735,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68131,2040,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68132,1734,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68133,1733,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68134,2047,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68135,1735,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68136,2040,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68137,1734,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68138,1733,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68139,2047,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68140,1735,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68141,2040,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68142,1734,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68143,1733,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68144,2047,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68145,1735,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68146,2040,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68147,1734,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68148,1733,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68149,2047,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68150,1735,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,300,255,1), + (68151,2040,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,300,255,1), + (68152,1734,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,300,255,1), + (68153,1733,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,300,255,1), + (68154,2047,0,492.221,-157,153.78,0.906,0,0,0.437665,0.899138,300,300,255,1), + (68155,1735,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,300,255,1), + (68156,2040,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,300,255,1), + (68157,1734,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,300,255,1), + (68158,1733,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,300,255,1), + (68159,2047,0,629.792,-178,159.202,0.925,0,0,0.446187,0.89494,300,300,255,1), + (68160,1735,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,300,255,1), + (68161,2040,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,300,255,1), + (68162,1734,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,300,255,1), + (68163,1733,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,300,255,1), + (68164,2047,0,570.612,-742,152.377,3.775,0,0,0.950267,-0.311436,300,300,255,1), + (68165,1735,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,300,255,1), + (68166,2040,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,300,255,1), + (68167,1734,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,300,255,1), + (68168,1733,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,300,255,1), + (68169,2047,0,720.697,-502,171.421,0.518,0,0,0.256114,0.966647,300,300,255,1), + (68170,1735,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,300,255,1), + (68171,2040,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,300,255,1), + (68172,1734,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,300,255,1), + (68173,1733,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,300,255,1), + (68174,2047,0,658.38,-678,157.141,2.785,0,0,0.984147,0.177353,300,300,255,1), + (68175,1735,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68176,2040,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68177,1734,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68178,1733,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68179,2047,0,651.139,-687,157.324,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68180,1735,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,300,255,1), + (68181,2040,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,300,255,1), + (68182,1734,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,300,255,1), + (68183,1733,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,300,255,1), + (68184,2047,0,669.41,-594,164.72,0.768,0,0,0.374632,0.927174,300,300,255,1), + (68185,1735,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (68186,2040,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (68187,1734,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (68188,1733,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (68189,2047,0,548.157,-660,183.973,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (68190,1735,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,300,255,1), + (68191,2040,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,300,255,1), + (68192,1734,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,300,255,1), + (68193,1733,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,300,255,1), + (68194,2047,0,565.72,-727,150.292,1.95,0,0,0.827702,0.561168,300,300,255,1), + (68195,1735,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,300,255,1), + (68196,2040,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,300,255,1), + (68197,1734,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,300,255,1), + (68198,1733,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,300,255,1), + (68199,2047,0,856.808,-411,146.224,0.641,0,0,0.315041,0.949078,300,300,255,1), + (68200,1735,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,300,255,1), + (68201,2040,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,300,255,1), + (68202,1734,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,300,255,1), + (68203,1733,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,300,255,1), + (68204,2047,0,728.432,-412,157.298,3.148,0,0,0.999995,-0.00320367,300,300,255,1), + (68205,1735,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,300,255,1), + (68206,2040,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,300,255,1), + (68207,1734,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,300,255,1), + (68208,1733,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,300,255,1), + (68209,2047,0,751.471,-426,157.589,1.714,0,0,0.755882,0.654708,300,300,255,1), + (68210,1735,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68211,2040,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68212,1734,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68213,1733,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68214,2047,0,439.086,-203,159.507,0.552,0,0,0.272509,0.962153,300,300,255,1), + (68215,1735,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,300,255,1), + (68216,2040,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,300,255,1), + (68217,1734,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,300,255,1), + (68218,1733,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,300,255,1), + (68219,2047,0,640.384,-644,198.353,2.56,0,0,0.958016,0.286715,300,300,255,1), + (68220,1735,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,300,255,1), + (68221,2040,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,300,255,1), + (68222,1734,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,300,255,1), + (68223,1733,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,300,255,1), + (68224,2047,0,664.348,-609,161.712,3.885,0,0,0.93171,-0.363203,300,300,255,1), + (68225,1735,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,300,255,1), + (68226,2040,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,300,255,1), + (68227,1734,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,300,255,1), + (68228,1733,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,300,255,1), + (68229,2047,0,660.329,-631,158.579,4.096,0,0,0.888283,-0.459297,300,300,255,1), + (68230,1735,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68231,2040,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68232,1734,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68233,1733,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68234,2047,0,607.349,-706,151.673,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68235,1735,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68236,2040,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68237,1734,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68238,1733,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68239,2047,0,619.752,-694,153.114,3.58,0,0,0.976071,-0.217452,300,300,255,1), + (68240,1735,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,300,255,1), + (68241,2040,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,300,255,1), + (68242,1734,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,300,255,1), + (68243,1733,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,300,255,1), + (68244,2047,0,606.249,-665,153.468,1.94,0,0,0.824886,0.5653,300,300,255,1), + (68245,1735,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68246,2040,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68247,1734,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68248,1733,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68249,2047,0,767.455,-472,152.586,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68250,1735,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (68251,2040,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (68252,1734,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (68253,1733,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (68254,2047,0,355.875,-130.356,149.666,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (68255,1735,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (68256,2040,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (68257,1734,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (68258,1733,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (68259,2047,0,619.479,-685.931,155.661,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (68260,1735,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (68261,2040,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (68262,1734,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (68263,1733,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (68264,2047,0,643.3,-732.88,155.584,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (68265,1735,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (68266,2040,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (68267,1734,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (68268,1733,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (68269,2047,0,525.345,-378.22,181.558,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (68270,1735,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (68271,2040,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (68272,1734,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (68273,1733,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (68274,2047,0,468.357,-160.365,168.897,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (68275,1735,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (68276,2040,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (68277,1734,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (68278,1733,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (68279,2047,0,632.555,-697.682,155.893,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (68280,1735,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (68281,2040,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (68282,1734,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (68283,1733,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (68284,2047,0,645.157,-650.045,156.633,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (68285,1735,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,300,255,1), + (68286,2040,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,300,255,1), + (68287,1734,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,300,255,1), + (68288,1733,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,300,255,1), + (68289,2047,0,755.703,-136.77,123.389,0.541052,0,0,0.267238,0.96363,300,300,255,1), + (68290,1735,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,300,255,1), + (68291,2040,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,300,255,1), + (68292,1734,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,300,255,1), + (68293,1733,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,300,255,1), + (68294,2047,0,101.302,-288,183.593,4.433,0,0,0.798676,-0.601761,300,300,255,1), + (68295,1735,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,300,255,1), + (68296,2040,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,300,255,1), + (68297,1734,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,300,255,1), + (68298,1733,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,300,255,1), + (68299,2047,0,225.923,-427,151.982,4.573,0,0,0.754632,-0.656149,300,300,255,1), + (68300,1735,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,300,255,1), + (68301,2040,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,300,255,1), + (68302,1734,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,300,255,1), + (68303,1733,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,300,255,1), + (68304,2047,0,570.11,-703,194.083,2.383,0,0,0.928925,0.370267,300,300,255,1), + (68305,1735,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,300,255,1), + (68306,2040,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,300,255,1), + (68307,1734,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,300,255,1), + (68308,1733,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,300,255,1), + (68309,2047,0,694.455,-557,165.03,2.963,0,0,0.996016,0.0891777,300,300,255,1), + (68310,1735,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68311,2040,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68312,1734,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68313,1733,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68314,2047,0,157.022,-279,153.718,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68315,1735,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,300,255,1), + (68316,2040,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,300,255,1), + (68317,1734,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,300,255,1), + (68318,1733,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,300,255,1), + (68319,2047,0,863.344,-594,152.972,0.414,0,0,0.205525,0.978652,300,300,255,1), + (68320,1735,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,300,255,1), + (68321,2040,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,300,255,1), + (68322,1734,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,300,255,1), + (68323,1733,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,300,255,1), + (68324,2047,0,814.123,-726,197.41,4.13,0,0,0.880347,-0.474331,300,300,255,1), + (68325,1735,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,300,255,1), + (68326,2040,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,300,255,1), + (68327,1734,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,300,255,1), + (68328,1733,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,300,255,1), + (68329,2047,0,883.513,-371,160.262,2.804,0,0,0.985788,0.167996,300,300,255,1), + (68330,1735,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,300,255,1), + (68331,2040,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,300,255,1), + (68332,1734,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,300,255,1), + (68333,1733,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,300,255,1), + (68334,2047,0,274.369,-175,161.02,6.188,0,0,0.0475746,-0.998868,300,300,255,1), + (68335,1735,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,300,255,1), + (68336,2040,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,300,255,1), + (68337,1734,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,300,255,1), + (68338,1733,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,300,255,1), + (68339,2047,0,881.169,-522,141.365,4.204,0,0,0.862198,-0.506572,300,300,255,1), + (68340,1735,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,300,255,1), + (68341,2040,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,300,255,1), + (68342,1734,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,300,255,1), + (68343,1733,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,300,255,1), + (68344,2047,0,690.83,-296,152.777,1.542,0,0,0.696853,0.717214,300,300,255,1), + (68345,1735,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,300,255,1), + (68346,2040,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,300,255,1), + (68347,1734,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,300,255,1), + (68348,1733,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,300,255,1), + (68349,2047,0,697.159,-543,163.753,4,0,0,0.909297,-0.416147,300,300,255,1), + (68350,1735,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,300,255,1), + (68351,2040,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,300,255,1), + (68352,1734,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,300,255,1), + (68353,1733,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,300,255,1), + (68354,2047,0,743.432,-276,135.404,2.252,0,0,0.902698,0.430274,300,300,255,1), + (68355,1735,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,300,255,1), + (68356,2040,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,300,255,1), + (68357,1734,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,300,255,1), + (68358,1733,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,300,255,1), + (68359,2047,0,698.422,-716,161.769,2.939,0,0,0.994874,0.101123,300,300,255,1), + (68360,1735,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (68361,2040,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (68362,1734,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (68363,1733,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (68364,2047,0,814.015,-672,157.298,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (68365,1735,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,300,255,1), + (68366,2040,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,300,255,1), + (68367,1734,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,300,255,1), + (68368,1733,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,300,255,1), + (68369,2047,0,752.462,-774,190.846,1.498,0,0,0.680907,0.73237,300,300,255,1), + (68370,1735,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,300,255,1), + (68371,2040,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,300,255,1), + (68372,1734,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,300,255,1), + (68373,1733,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,300,255,1), + (68374,2047,0,259.009,-267,144.71,1.53,0,0,0.692537,0.721382,300,300,255,1), + (68375,1735,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,300,255,1), + (68376,2040,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,300,255,1), + (68377,1734,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,300,255,1), + (68378,1733,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,300,255,1), + (68379,2047,0,249.943,-293,151.983,1,0,0,0.479426,0.877583,300,300,255,1), + (68380,1735,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,300,255,1), + (68381,2040,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,300,255,1), + (68382,1734,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,300,255,1), + (68383,1733,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,300,255,1), + (68384,2047,0,630.294,-717,189.443,2.105,0,0,0.868664,0.495401,300,300,255,1), + (68385,1735,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,300,255,1), + (68386,2040,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,300,255,1), + (68387,1734,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,300,255,1), + (68388,1733,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,300,255,1), + (68389,2047,0,919.732,-375,138.884,3.27,0,0,0.99794,-0.0641596,300,300,255,1), + (68390,1735,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,300,255,1), + (68391,2040,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,300,255,1), + (68392,1734,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,300,255,1), + (68393,1733,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,300,255,1), + (68394,2047,0,573.962,-747,153.078,4.982,0,0,0.605658,-0.795725,300,300,255,1), + (68395,1735,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,300,255,1), + (68396,2040,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,300,255,1), + (68397,1734,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,300,255,1), + (68398,1733,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,300,255,1), + (68399,2047,0,242.668,-224,143.778,0.277,0,0,0.138058,0.990424,300,300,255,1), + (68400,1735,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (68401,2040,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (68402,1734,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (68403,1733,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (68404,2047,0,639.713,-571,165.353,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (68405,1735,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (68406,2040,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (68407,1734,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (68408,1733,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (68409,2047,0,639.96,-678.248,156.106,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (68410,1735,0,1102.74,-444,67.487,3.685,0,0,0.963315,-0.268373,300,300,255,1), + (68411,1734,0,1102.74,-444,67.487,3.685,0,0,0.963315,-0.268373,300,300,255,1), + (68412,1733,0,1102.74,-444,67.487,3.685,0,0,0.963315,-0.268373,300,300,255,1), + (68413,1735,0,1226.33,-433,70.443,1.866,0,0,0.80341,0.595426,300,300,255,1), + (68414,1734,0,1226.33,-433,70.443,1.866,0,0,0.80341,0.595426,300,300,255,1), + (68415,1733,0,1226.33,-433,70.443,1.866,0,0,0.80341,0.595426,300,300,255,1), + (68416,1735,0,581.431,-876,158.051,0.169,0,0,0.0843995,0.996432,300,300,255,1), + (68417,1734,0,581.431,-876,158.051,0.169,0,0,0.0843995,0.996432,300,300,255,1), + (68418,1733,0,581.431,-876,158.051,0.169,0,0,0.0843995,0.996432,300,300,255,1), + (68419,1735,0,690.589,-1367,112.308,6.28,0,0,0.00159255,-0.999999,300,300,255,1), + (68420,1734,0,690.589,-1367,112.308,6.28,0,0,0.00159255,-0.999999,300,300,255,1), + (68421,1733,0,690.589,-1367,112.308,6.28,0,0,0.00159255,-0.999999,300,300,255,1), + (68422,1735,0,534.494,-1094,152.541,3.438,0,0,0.989038,-0.147662,300,300,255,1), + (68423,1734,0,534.494,-1094,152.541,3.438,0,0,0.989038,-0.147662,300,300,255,1), + (68424,1733,0,534.494,-1094,152.541,3.438,0,0,0.989038,-0.147662,300,300,255,1), + (68425,1735,0,605.743,-1103,164.088,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (68426,1734,0,605.743,-1103,164.088,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (68427,1733,0,605.743,-1103,164.088,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (68428,1735,0,521.337,-957,145.272,2.22,0,0,0.895699,0.444661,300,300,255,1), + (68429,1734,0,521.337,-957,145.272,2.22,0,0,0.895699,0.444661,300,300,255,1), + (68430,1733,0,521.337,-957,145.272,2.22,0,0,0.895699,0.444661,300,300,255,1), + (68431,1735,0,1076.08,-428,76.807,3.546,0,0,0.979626,-0.200829,300,300,255,1), + (68432,1734,0,1076.08,-428,76.807,3.546,0,0,0.979626,-0.200829,300,300,255,1), + (68433,1733,0,1076.08,-428,76.807,3.546,0,0,0.979626,-0.200829,300,300,255,1), + (68434,1735,0,867.306,-731,137.908,3.183,0,0,0.999786,-0.0207022,300,300,255,1), + (68435,1734,0,867.306,-731,137.908,3.183,0,0,0.999786,-0.0207022,300,300,255,1), + (68436,1733,0,867.306,-731,137.908,3.183,0,0,0.999786,-0.0207022,300,300,255,1), + (68437,1735,0,845.956,-748,159.879,3.953,0,0,0.918825,-0.394665,300,300,255,1), + (68438,1734,0,845.956,-748,159.879,3.953,0,0,0.918825,-0.394665,300,300,255,1), + (68439,1733,0,845.956,-748,159.879,3.953,0,0,0.918825,-0.394665,300,300,255,1), + (68440,1735,0,824.862,-145,77.77,4.431,0,0,0.799278,-0.600962,300,300,255,1), + (68441,1734,0,824.862,-145,77.77,4.431,0,0,0.799278,-0.600962,300,300,255,1), + (68442,1733,0,824.862,-145,77.77,4.431,0,0,0.799278,-0.600962,300,300,255,1), + (68443,1735,0,-13,-212,149.108,6.07,0,0,0.106391,-0.994324,300,300,255,1), + (68444,1734,0,-13,-212,149.108,6.07,0,0,0.106391,-0.994324,300,300,255,1), + (68445,1733,0,-13,-212,149.108,6.07,0,0,0.106391,-0.994324,300,300,255,1), + (68446,1735,0,596.167,-716,194.331,5.413,0,0,0.421494,-0.906831,300,300,255,1), + (68447,1734,0,596.167,-716,194.331,5.413,0,0,0.421494,-0.906831,300,300,255,1), + (68448,1733,0,596.167,-716,194.331,5.413,0,0,0.421494,-0.906831,300,300,255,1), + (68449,1735,0,967.886,-260,71.948,4.956,0,0,0.615951,-0.787784,300,300,255,1), + (68450,1734,0,967.886,-260,71.948,4.956,0,0,0.615951,-0.787784,300,300,255,1), + (68451,1733,0,967.886,-260,71.948,4.956,0,0,0.615951,-0.787784,300,300,255,1), + (68452,1735,0,1302.34,-290.889,67.2381,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (68453,1734,0,1302.34,-290.889,67.2381,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (68454,1733,0,1302.34,-290.889,67.2381,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (68455,1735,0,444.871,-1604.78,68.803,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (68456,1734,0,444.871,-1604.78,68.803,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (68457,1733,0,444.871,-1604.78,68.803,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (68458,1735,0,285.762,-121.496,145.998,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (68459,1734,0,285.762,-121.496,145.998,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (68460,1733,0,285.762,-121.496,145.998,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (68461,1735,0,1037.81,-389.476,69.1144,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68462,1734,0,1037.81,-389.476,69.1144,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68463,1733,0,1037.81,-389.476,69.1144,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68464,1735,0,481.541,-1324.04,79.9635,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (68465,1734,0,481.541,-1324.04,79.9635,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (68466,1733,0,481.541,-1324.04,79.9635,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (68467,1735,0,580.516,-996.459,146.481,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (68468,1734,0,580.516,-996.459,146.481,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (68469,1733,0,580.516,-996.459,146.481,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (68470,1735,0,124.023,-252.108,169.119,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (68471,1734,0,124.023,-252.108,169.119,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (68472,1733,0,124.023,-252.108,169.119,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (68473,1735,0,1202.85,-538,79.109,0.468,0,0,0.23187,0.972747,300,300,255,1), + (68474,1734,0,1202.85,-538,79.109,0.468,0,0,0.23187,0.972747,300,300,255,1), + (68475,1733,0,1202.85,-538,79.109,0.468,0,0,0.23187,0.972747,300,300,255,1), + (68476,1735,0,1149.47,-776,99.412,0.888,0,0,0.429555,0.903041,300,300,255,1), + (68477,1734,0,1149.47,-776,99.412,0.888,0,0,0.429555,0.903041,300,300,255,1), + (68478,1733,0,1149.47,-776,99.412,0.888,0,0,0.429555,0.903041,300,300,255,1), + (68479,1735,0,657.461,-1347,108.983,6.28,0,0,0.00159255,-0.999999,300,300,255,1), + (68480,1734,0,657.461,-1347,108.983,6.28,0,0,0.00159255,-0.999999,300,300,255,1), + (68481,1733,0,657.461,-1347,108.983,6.28,0,0,0.00159255,-0.999999,300,300,255,1), + (68482,1735,0,1206.69,-643,74.744,2.197,0,0,0.890526,0.454932,300,300,255,1), + (68483,1734,0,1206.69,-643,74.744,2.197,0,0,0.890526,0.454932,300,300,255,1), + (68484,1733,0,1206.69,-643,74.744,2.197,0,0,0.890526,0.454932,300,300,255,1), + (68485,1735,0,1027.18,-724,101.263,4.568,0,0,0.75627,-0.65426,300,300,255,1), + (68486,1734,0,1027.18,-724,101.263,4.568,0,0,0.75627,-0.65426,300,300,255,1), + (68487,1733,0,1027.18,-724,101.263,4.568,0,0,0.75627,-0.65426,300,300,255,1), + (68488,1735,0,680.886,-1074,171.256,5.685,0,0,0.294653,-0.955604,300,300,255,1), + (68489,1734,0,680.886,-1074,171.256,5.685,0,0,0.294653,-0.955604,300,300,255,1), + (68490,1733,0,680.886,-1074,171.256,5.685,0,0,0.294653,-0.955604,300,300,255,1), + (68491,1735,0,656.02,-1060,172.687,3.943,0,0,0.920787,-0.390066,300,300,255,1), + (68492,1734,0,656.02,-1060,172.687,3.943,0,0,0.920787,-0.390066,300,300,255,1), + (68493,1733,0,656.02,-1060,172.687,3.943,0,0,0.920787,-0.390066,300,300,255,1), + (68494,1735,0,575.451,-978,151.294,1.802,0,0,0.783948,0.620826,300,300,255,1), + (68495,1734,0,575.451,-978,151.294,1.802,0,0,0.783948,0.620826,300,300,255,1), + (68496,1733,0,575.451,-978,151.294,1.802,0,0,0.783948,0.620826,300,300,255,1), + (68497,1735,0,1235.27,-496,64.968,1.871,0,0,0.804896,0.593416,300,300,255,1), + (68498,1734,0,1235.27,-496,64.968,1.871,0,0,0.804896,0.593416,300,300,255,1), + (68499,1733,0,1235.27,-496,64.968,1.871,0,0,0.804896,0.593416,300,300,255,1), + (68500,1735,0,1158.16,-713,72.326,2.091,0,0,0.865175,0.501469,300,300,255,1), + (68501,1734,0,1158.16,-713,72.326,2.091,0,0,0.865175,0.501469,300,300,255,1), + (68502,1733,0,1158.16,-713,72.326,2.091,0,0,0.865175,0.501469,300,300,255,1), + (68503,1735,0,1065.44,-832,101.823,0.55,0,0,0.271547,0.962425,300,300,255,1), + (68504,1734,0,1065.44,-832,101.823,0.55,0,0,0.271547,0.962425,300,300,255,1), + (68505,1733,0,1065.44,-832,101.823,0.55,0,0,0.271547,0.962425,300,300,255,1), + (68506,1735,0,751.115,-1070,163.62,0.055,0,0,0.0274965,0.999622,300,300,255,1), + (68507,1734,0,751.115,-1070,163.62,0.055,0,0,0.0274965,0.999622,300,300,255,1), + (68508,1733,0,751.115,-1070,163.62,0.055,0,0,0.0274965,0.999622,300,300,255,1), + (68509,1735,0,1245.98,-527,81.256,0.706,0,0,0.345714,0.93834,300,300,255,1), + (68510,1734,0,1245.98,-527,81.256,0.706,0,0,0.345714,0.93834,300,300,255,1), + (68511,1733,0,1245.98,-527,81.256,0.706,0,0,0.345714,0.93834,300,300,255,1), + (68512,1735,0,-186,-204,106.247,3.408,0,0,0.991141,-0.13281,300,300,255,1), + (68513,1734,0,-186,-204,106.247,3.408,0,0,0.991141,-0.13281,300,300,255,1), + (68514,1733,0,-186,-204,106.247,3.408,0,0,0.991141,-0.13281,300,300,255,1), + (68515,1735,0,1050.18,-860.949,104.537,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (68516,1734,0,1050.18,-860.949,104.537,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (68517,1733,0,1050.18,-860.949,104.537,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (68518,1735,0,470.614,-992.025,133.917,3.10669,0,0,0.999848,0.0174505,300,300,255,1), + (68519,1734,0,470.614,-992.025,133.917,3.10669,0,0,0.999848,0.0174505,300,300,255,1), + (68520,1733,0,470.614,-992.025,133.917,3.10669,0,0,0.999848,0.0174505,300,300,255,1), + (68521,1735,0,545.352,-1686.1,57.1031,2.9147,0,0,0.993572,0.113203,300,300,255,1), + (68522,1734,0,545.352,-1686.1,57.1031,2.9147,0,0,0.993572,0.113203,300,300,255,1), + (68523,1733,0,545.352,-1686.1,57.1031,2.9147,0,0,0.993572,0.113203,300,300,255,1), + (68524,1735,0,502.952,-1391.69,72.4759,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (68525,1734,0,502.952,-1391.69,72.4759,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (68526,1733,0,502.952,-1391.69,72.4759,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (68527,1735,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,300,255,1), + (68528,2040,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,300,255,1), + (68529,1734,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,300,255,1), + (68530,1733,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,300,255,1), + (68531,2047,0,333.149,-275,188.905,0.437,0,0,0.216766,0.976224,300,300,255,1), + (68532,1735,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68533,2040,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68534,1734,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68535,1733,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68536,2047,0,673.73,-410,161.841,0.413,0,0,0.205036,0.978755,300,300,255,1), + (68537,1735,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68538,2040,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68539,1734,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68540,1733,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68541,2047,0,525.523,-383,185.282,5.697,0,0,0.288914,-0.957355,300,300,255,1), + (68542,1735,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68543,2040,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68544,1734,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68545,1733,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68546,2047,0,763.297,-730,182.29,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68547,1735,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68548,2040,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68549,1734,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68550,1733,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68551,2047,0,463.051,-160,169.221,1.422,0,0,0.652592,0.75771,300,300,255,1), + (68552,1735,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68553,2040,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68554,1734,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68555,1733,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68556,2047,0,787.357,-686,163.08,4.301,0,0,0.836625,-0.547776,300,300,255,1), + (68557,1735,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68558,2040,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68559,1734,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68560,1733,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68561,2047,0,799.356,-412,139.594,1.424,0,0,0.653349,0.757057,300,300,255,1), + (68562,1735,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68563,2040,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68564,1734,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68565,1733,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68566,2047,0,710.201,-675,176.054,1.564,0,0,0.7047,0.709506,300,300,255,1), + (68567,1735,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68568,2040,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68569,1734,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68570,1733,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68571,2047,0,744.237,-497,166.959,1.286,0,0,0.599599,0.800301,300,300,255,1), + (68572,1735,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68573,2040,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68574,1734,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68575,1733,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68576,2047,0,334.262,-301,178.559,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68577,1735,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68578,2040,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68579,1734,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68580,1733,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68581,2047,0,324.99,-308,169.316,5.966,0,0,0.157929,-0.987451,300,300,255,1), + (68582,1735,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,300,255,1), + (68583,2040,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,300,255,1), + (68584,1734,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,300,255,1), + (68585,1733,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,300,255,1), + (68586,2047,0,618.687,-652,153.926,1.915,0,0,0.817755,0.575566,300,300,255,1), + (68587,1735,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68588,2040,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68589,1734,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68590,1733,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68591,2047,0,628.553,-611,192.035,1.709,0,0,0.754243,0.656596,300,300,255,1), + (68592,1735,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68593,2040,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68594,1734,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68595,1733,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68596,2047,0,754.489,-454,167.563,2.859,0,0,0.990034,0.140827,300,300,255,1), + (68597,1731,0,-9354.13,-2989.31,135.666,-1.97222,0,0,-0.833885,0.551938,300,300,255,1), + (68598,1732,0,-9354.13,-2989.31,135.666,-1.97222,0,0,-0.833885,0.551938,300,300,255,1), + (68599,1733,0,-9354.13,-2989.31,135.666,-1.97222,0,0,-0.833885,0.551938,300,300,255,1), + (68600,1735,0,-1835,-3132,44.299,0,0,0,0,1,300,300,255,1), + (68601,2040,0,-1835,-3132,44.299,0,0,0,0,1,300,300,255,1), + (68602,1732,0,-1835,-3132,44.299,0,0,0,0,1,300,300,255,1), + (68603,1733,0,-1835,-3132,44.299,0,0,0,0,1,300,300,255,1), + (68604,1734,0,-1835,-3132,44.299,0,0,0,0,1,300,300,255,1), + (68605,2047,0,-1835,-3132,44.299,0,0,0,0,1,300,300,255,1), + (68606,1735,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,300,255,1), + (68607,2040,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,300,255,1), + (68608,1732,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,300,255,1), + (68609,1733,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,300,255,1), + (68610,1734,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,300,255,1), + (68611,2047,0,-1215,-2783,55.827,1.588,0,0,0.713163,0.700998,300,300,255,1), + (68612,1735,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,300,255,1), + (68613,2040,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,300,255,1), + (68614,1732,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,300,255,1), + (68615,1733,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,300,255,1), + (68616,1734,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,300,255,1), + (68617,2047,0,-1734,-3104,25.08,2.426,0,0,0.936671,0.350211,300,300,255,1), + (68618,1735,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68619,2040,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68620,1732,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68621,1733,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68622,1734,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68623,2047,0,-1179.43,-1668.41,52.748,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (68624,1735,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,300,255,1), + (68625,2040,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,300,255,1), + (68626,1732,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,300,255,1), + (68627,1733,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,300,255,1), + (68628,1734,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,300,255,1), + (68629,2047,0,-1849,-1615,45.601,5.866,0,0,0.207083,-0.978323,300,300,255,1), + (68630,1735,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,300,255,1), + (68631,2040,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,300,255,1), + (68632,1732,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,300,255,1), + (68633,1733,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,300,255,1), + (68634,1734,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,300,255,1), + (68635,2047,0,-1887.24,-2292.26,61.2686,-0.488692,0,0,-0.241922,0.970296,300,300,255,1), + (68636,1735,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (68637,2040,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (68638,1732,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (68639,1733,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (68640,1734,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (68641,2047,0,-1194.75,-1983.38,73.9694,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (68642,1735,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (68643,2040,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (68644,1732,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (68645,1733,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (68646,1734,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (68647,2047,0,-1216.11,-2781.92,55.7147,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (68648,1735,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (68649,2040,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (68650,1732,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (68651,1733,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (68652,1734,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (68653,2047,0,-1572.97,-3472.31,64.1015,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (68654,1735,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (68655,2040,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (68656,1732,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (68657,1733,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (68658,1734,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (68659,2047,0,-955.414,-2974.05,75.8139,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (68660,1735,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (68661,2040,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (68662,1732,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (68663,1733,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (68664,1734,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (68665,2047,0,-1398.59,-1485.99,67.5944,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (68666,1735,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (68667,2040,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (68668,1732,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (68669,1733,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (68670,1734,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (68671,2047,0,-842.215,-1726.95,56.9253,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (68672,1735,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (68673,2040,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (68674,1732,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (68675,1733,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (68676,1734,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (68677,2047,0,-1678,-2606.31,61.6783,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (68678,1735,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (68679,2040,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (68680,1732,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (68681,1733,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (68682,1734,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (68683,2047,0,-1585.11,-2329.29,87.4846,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (68684,1735,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (68685,2040,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (68686,1732,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (68687,1733,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (68688,1734,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (68689,2047,0,-1482.43,-1532.45,62.7249,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (68690,1735,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (68691,2040,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (68692,1732,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (68693,1733,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (68694,1734,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (68695,2047,0,-1278.39,-1489.21,65.222,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (68696,1735,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (68697,2040,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (68698,1732,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492423,0.870356,300,300,255,1), + (68699,1733,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (68700,1734,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (68701,2047,0,-1125.3,-2600.46,62.6392,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (68702,1735,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (68703,2040,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (68704,1732,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906307,0.422619,300,300,255,1), + (68705,1733,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (68706,1734,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (68707,2047,0,-1080.33,-1610.24,51.8741,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (68708,1735,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (68709,2040,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (68710,1732,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (68711,1733,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (68712,1734,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (68713,2047,0,-1709.4,-2137.95,43.659,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (68714,1735,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (68715,2040,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (68716,1732,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (68717,1733,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (68718,1734,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (68719,2047,0,-1614.11,-1993.65,36.8947,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (68720,1735,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68721,2040,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68722,1732,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68723,1733,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68724,1734,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68725,2047,0,-1245,-2055,52.113,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (68726,1735,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,300,255,1), + (68727,2040,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,300,255,1), + (68728,1732,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,300,255,1), + (68729,1733,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,300,255,1), + (68730,1734,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,300,255,1), + (68731,2047,0,-638,-2043,62.877,4.45,0,0,0.793533,-0.608527,300,300,255,1), + (68732,1735,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,300,255,1), + (68733,2040,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,300,255,1), + (68734,1732,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,300,255,1), + (68735,1733,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,300,255,1), + (68736,1734,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,300,255,1), + (68737,2047,0,-508,-1927,70.178,4.495,0,0,0.779641,-0.626226,300,300,255,1), + (68738,1735,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (68739,2040,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (68740,1732,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (68741,1733,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (68742,1734,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (68743,2047,0,-723,-2269,75.98,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (68744,1735,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (68745,2040,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (68746,1732,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (68747,1733,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (68748,1734,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (68749,2047,0,-2002,-2825,76.485,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (68750,1735,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,300,255,1), + (68751,2040,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,300,255,1), + (68752,1732,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,300,255,1), + (68753,1733,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,300,255,1), + (68754,1734,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,300,255,1), + (68755,2047,0,-1231,-3633,64.68,2.622,0,0,0.966442,0.256884,300,300,255,1), + (68756,1735,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (68757,2040,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (68758,1732,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (68759,1733,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (68760,1734,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (68761,2047,0,-1025,-3719,93.4135,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (68762,1735,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,300,255,1), + (68763,2040,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,300,255,1), + (68764,1732,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,300,255,1), + (68765,1733,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,300,255,1), + (68766,1734,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,300,255,1), + (68767,2047,0,-1232,-2168,65.703,5.605,0,0,0.332632,-0.943057,300,300,255,1), + (68768,1735,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (68769,2040,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (68770,1732,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (68771,1733,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (68772,1734,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (68773,2047,0,-2041,-2835,79.481,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (68774,1735,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,300,255,1), + (68775,2040,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,300,255,1), + (68776,1732,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,300,255,1), + (68777,1733,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,300,255,1), + (68778,1734,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,300,255,1), + (68779,2047,0,-1191,-2111,54.812,0.447,0,0,0.221644,0.975128,300,300,255,1), + (68780,1735,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,300,255,1), + (68781,2040,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,300,255,1), + (68782,1732,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,300,255,1), + (68783,1733,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,300,255,1), + (68784,1734,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,300,255,1), + (68785,2047,0,-2091,-3248,66.709,2.933,0,0,0.994566,0.104107,300,300,255,1), + (68786,1735,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,300,255,1), + (68787,2040,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,300,255,1), + (68788,1732,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,300,255,1), + (68789,1733,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,300,255,1), + (68790,1734,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,300,255,1), + (68791,2047,0,-1834,-2985,66.489,1.188,0,0,0.55968,0.828709,300,300,255,1), + (68792,1735,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (68793,2040,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (68794,1732,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (68795,1733,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (68796,1734,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (68797,2047,0,-1168.9,-2260.43,61.133,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (68798,1735,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (68799,2040,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (68800,1732,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (68801,1733,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (68802,1734,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (68803,2047,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (68804,1735,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (68805,2040,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (68806,1732,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (68807,1733,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (68808,1734,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (68809,2047,0,-692.266,-2099.61,56.2173,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (68810,1735,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68811,2040,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68812,1732,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68813,1733,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68814,1734,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68815,2047,0,-1735.06,-3433.71,55.8404,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68816,1735,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (68817,2040,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (68818,1732,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (68819,1733,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (68820,1734,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (68821,2047,0,-1309.58,-2312.32,64.8675,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (68822,1735,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (68823,2040,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (68824,1732,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (68825,1733,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (68826,1734,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (68827,2047,0,-1436.69,-1717.95,56.1873,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (68828,1735,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (68829,2040,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (68830,1732,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (68831,1733,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (68832,1734,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (68833,2047,0,-1835.7,-3131.75,45.4336,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (68834,1735,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (68835,2040,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (68836,1732,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (68837,1733,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (68838,1734,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (68839,2047,0,-2280.09,-1525.94,-33.5753,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (68840,1735,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (68841,2040,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (68842,1732,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (68843,1733,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (68844,1734,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (68845,2047,0,-940,-2638,81.413,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (68846,1735,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,300,255,1), + (68847,2040,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,300,255,1), + (68848,1732,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,300,255,1), + (68849,1733,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,300,255,1), + (68850,1734,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,300,255,1), + (68851,2047,0,-2094,-3299,67.218,6.108,0,0,0.0874808,-0.996166,300,300,255,1), + (68852,1735,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,300,255,1), + (68853,2040,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,300,255,1), + (68854,1732,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,300,255,1), + (68855,1733,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,300,255,1), + (68856,1734,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,300,255,1), + (68857,2047,0,-1838,-2864,68.15,3.999,0,0,0.909505,-0.415692,300,300,255,1), + (68858,1735,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (68859,2040,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (68860,1732,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (68861,1733,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (68862,1734,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (68863,2047,0,-804,-3378,79.227,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (68864,1735,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (68865,2040,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (68866,1732,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (68867,1733,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (68868,1734,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (68869,2047,0,-877,-2473,69.464,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (68870,1735,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,300,255,1), + (68871,2040,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,300,255,1), + (68872,1732,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,300,255,1), + (68873,1733,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,300,255,1), + (68874,1734,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,300,255,1), + (68875,2047,0,-1315,-2938,41.377,2.575,0,0,0.960139,0.279522,300,300,255,1), + (68876,1735,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,300,255,1), + (68877,2040,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,300,255,1), + (68878,1732,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,300,255,1), + (68879,1733,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,300,255,1), + (68880,1734,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,300,255,1), + (68881,2047,0,-1878,-2986,78.717,0.717,0,0,0.35087,0.936424,300,300,255,1), + (68882,1735,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (68883,2040,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (68884,1732,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (68885,1733,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (68886,1734,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (68887,2047,0,-1252,-2065,50.725,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (68888,1735,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,300,255,1), + (68889,2040,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,300,255,1), + (68890,1732,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,300,255,1), + (68891,1733,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,300,255,1), + (68892,1734,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,300,255,1), + (68893,2047,0,-647,-2111,72.33,4.924,0,0,0.628476,-0.777829,300,300,255,1), + (68894,1735,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,300,255,1), + (68895,2040,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,300,255,1), + (68896,1732,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,300,255,1), + (68897,1733,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,300,255,1), + (68898,1734,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,300,255,1), + (68899,2047,0,-664,-2271,83.17,5.239,0,0,0.498695,-0.866777,300,300,255,1), + (68900,1735,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (68901,2040,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (68902,1732,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (68903,1733,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (68904,1734,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (68905,2047,0,-1160,-2056,67.017,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (68906,1735,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,300,255,1), + (68907,2040,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,300,255,1), + (68908,1732,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,300,255,1), + (68909,1733,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,300,255,1), + (68910,1734,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,300,255,1), + (68911,2047,0,-1233,-2000,37.281,1.108,0,0,0.526093,0.850427,300,300,255,1), + (68912,1735,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,300,255,1), + (68913,2040,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,300,255,1), + (68914,1732,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,300,255,1), + (68915,1733,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,300,255,1), + (68916,1734,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,300,255,1), + (68917,2047,0,-1242,-3584,62.667,2.204,0,0,0.892113,0.451813,300,300,255,1), + (68918,1735,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,300,255,1), + (68919,2040,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,300,255,1), + (68920,1732,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,300,255,1), + (68921,1733,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,300,255,1), + (68922,1734,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,300,255,1), + (68923,2047,0,-537,-1955,65.588,4.769,0,0,0.686811,-0.726836,300,300,255,1), + (68924,1735,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,300,255,1), + (68925,2040,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,300,255,1), + (68926,1732,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,300,255,1), + (68927,1733,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,300,255,1), + (68928,1734,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,300,255,1), + (68929,2047,0,-1258,-2136,77.125,5.749,0,0,0.263928,-0.964542,300,300,255,1), + (68930,1735,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,300,255,1), + (68931,2040,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,300,255,1), + (68932,1732,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,300,255,1), + (68933,1733,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,300,255,1), + (68934,1734,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,300,255,1), + (68935,2047,0,-918,-2853,68.551,4.774,0,0,0.684992,-0.728551,300,300,255,1), + (68936,1735,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68937,2040,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68938,1732,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68939,1733,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68940,1734,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68941,2047,0,-1220.4,-2039.04,43.7159,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (68942,1735,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,300,255,1), + (68943,2040,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,300,255,1), + (68944,1732,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,300,255,1), + (68945,1733,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,300,255,1), + (68946,1734,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,300,255,1), + (68947,2047,0,-1195,-3105,45.754,1.294,0,0,0.602795,0.797896,300,300,255,1), + (68948,1735,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,300,255,1), + (68949,2040,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,300,255,1), + (68950,1732,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,300,255,1), + (68951,1733,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,300,255,1), + (68952,1734,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,300,255,1), + (68953,2047,0,-1991,-3299,54.8,2.418,0,0,0.935263,0.353955,300,300,255,1), + (68954,1735,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (68955,2040,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (68956,1732,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (68957,1733,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (68958,1734,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (68959,2047,0,-1925,-3342,63.596,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (68960,1735,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (68961,2040,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (68962,1732,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (68963,1733,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (68964,1734,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (68965,2047,0,-1192.32,-1953.69,26.9048,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (68966,1735,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,300,255,1), + (68967,2040,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,300,255,1), + (68968,1732,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,300,255,1), + (68969,1733,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,300,255,1), + (68970,1734,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,300,255,1), + (68971,2047,0,-1777,-3428,46.669,2.807,0,0,0.986039,0.166517,300,300,255,1), + (68972,1735,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (68973,2040,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (68974,1732,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (68975,1733,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (68976,1734,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (68977,2047,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (68978,1735,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,300,255,1), + (68979,2040,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,300,255,1), + (68980,1732,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,300,255,1), + (68981,1733,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,300,255,1), + (68982,1734,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,300,255,1), + (68983,2047,0,-1834,-3436,65.39,2.898,0,0,0.992592,0.121495,300,300,255,1), + (68984,1735,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,300,255,1), + (68985,2040,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,300,255,1), + (68986,1732,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,300,255,1), + (68987,1733,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,300,255,1), + (68988,1734,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,300,255,1), + (68989,2047,0,-2040,-2808,73.677,2.048,0,0,0.854195,0.519953,300,300,255,1), + (68990,1735,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,300,255,1), + (68991,2040,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,300,255,1), + (68992,1732,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,300,255,1), + (68993,1733,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,300,255,1), + (68994,1734,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,300,255,1), + (68995,2047,0,-1412,-3468,71.965,2.576,0,0,0.960279,0.279042,300,300,255,1), + (68996,1735,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,300,255,1), + (68997,2040,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,300,255,1), + (68998,1732,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,300,255,1), + (68999,1733,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,300,255,1), + (69000,1734,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,300,255,1), + (69001,2047,0,-1198,-2092,50.14,0.666,0,0,0.32688,0.945066,300,300,255,1), + (69002,1735,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,300,255,1), + (69003,2040,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,300,255,1), + (69004,1732,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,300,255,1), + (69005,1733,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,300,255,1), + (69006,1734,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,300,255,1), + (69007,2047,0,-1934,-2841,75.451,2.213,0,0,0.894137,0.447794,300,300,255,1), + (69008,1735,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,300,255,1), + (69009,2040,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,300,255,1), + (69010,1732,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,300,255,1), + (69011,1733,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,300,255,1), + (69012,1734,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,300,255,1), + (69013,2047,0,-1146,-2100,64.173,1.286,0,0,0.599599,0.800301,300,300,255,1), + (69014,1735,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69015,2040,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69016,1732,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69017,1733,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69018,1734,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69019,2047,0,-1173,-2048,83.547,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69020,1735,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,300,255,1), + (69021,2040,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,300,255,1), + (69022,1732,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,300,255,1), + (69023,1733,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,300,255,1), + (69024,1734,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,300,255,1), + (69025,2047,0,-2097,-2826,77.379,0.884,0,0,0.427748,0.903898,300,300,255,1), + (69026,1735,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69027,2040,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69028,1732,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69029,1733,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69030,1734,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69031,2047,0,-1967,-2676,83.34,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69032,1735,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,300,255,1), + (69033,2040,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,300,255,1), + (69034,1732,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,300,255,1), + (69035,1733,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,300,255,1), + (69036,1734,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,300,255,1), + (69037,2047,0,-1800,-3293,29.263,1.187,0,0,0.559266,0.828988,300,300,255,1), + (69038,1735,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (69039,2040,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (69040,1732,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (69041,1733,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (69042,1734,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (69043,2047,0,-497,-1913,65.263,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (69044,1735,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (69045,2040,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (69046,1732,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (69047,1733,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (69048,1734,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (69049,2047,0,-1785,-2206,62.397,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (69050,1735,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69051,2040,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69052,1732,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69053,1733,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69054,1734,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69055,2047,0,-1344,-2821,48.051,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69056,1735,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (69057,2040,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (69058,1732,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (69059,1733,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (69060,1734,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (69061,2047,0,-1306.28,-2825.75,56.2672,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (69062,1735,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,300,255,1), + (69063,2040,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,300,255,1), + (69064,1732,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,300,255,1), + (69065,1733,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,300,255,1), + (69066,1734,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,300,255,1), + (69067,2047,0,-1808,-3458,50.804,3.331,0,0,0.995519,-0.0945622,300,300,255,1), + (69068,1735,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,300,255,1), + (69069,2040,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,300,255,1), + (69070,1732,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,300,255,1), + (69071,1733,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,300,255,1), + (69072,1734,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,300,255,1), + (69073,2047,0,-2059,-3258,51.761,2.315,0,0,0.915802,0.40163,300,300,255,1), + (69074,1735,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (69075,2040,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (69076,1732,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (69077,1733,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (69078,1734,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (69079,2047,0,-1651,-1436,46.905,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (69080,1735,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,300,255,1), + (69081,2040,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,300,255,1), + (69082,1732,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,300,255,1), + (69083,1733,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,300,255,1), + (69084,1734,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,300,255,1), + (69085,2047,0,-1906,-3146,69.363,2.531,0,0,0.953758,0.300576,300,300,255,1), + (69086,1735,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69087,2040,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69088,1732,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69089,1733,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69090,1734,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69091,2047,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69092,1735,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,300,255,1), + (69093,2040,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,300,255,1), + (69094,1732,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,300,255,1), + (69095,1733,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,300,255,1), + (69096,1734,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,300,255,1), + (69097,2047,0,-1282,-2678,66.122,2.112,0,0,0.870393,0.492358,300,300,255,1), + (69098,1735,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69099,2040,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69100,1732,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69101,1733,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69102,1734,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69103,2047,0,-1328,-3484,54.843,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69104,1735,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,300,255,1), + (69105,2040,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,300,255,1), + (69106,1732,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,300,255,1), + (69107,1733,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,300,255,1), + (69108,1734,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,300,255,1), + (69109,2047,0,-2092,-3371,59.468,5.241,0,0,0.497828,-0.867276,300,300,255,1), + (69110,1735,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,300,255,1), + (69111,2040,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,300,255,1), + (69112,1732,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,300,255,1), + (69113,1733,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,300,255,1), + (69114,1734,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,300,255,1), + (69115,2047,0,-940,-1566,51.773,1.148,0,0,0.542995,0.839736,300,300,255,1), + (69116,1735,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,300,255,1), + (69117,2040,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,300,255,1), + (69118,1732,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,300,255,1), + (69119,1733,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,300,255,1), + (69120,1734,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,300,255,1), + (69121,2047,0,-997,-1592,43.767,4.343,0,0,0.824938,-0.565223,300,300,255,1), + (69122,1735,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,300,255,1), + (69123,2040,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,300,255,1), + (69124,1732,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,300,255,1), + (69125,1733,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,300,255,1), + (69126,1734,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,300,255,1), + (69127,2047,0,-929,-3009,88.76,0.369,0,0,0.183455,0.983028,300,300,255,1), + (69128,1735,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69129,2040,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69130,1732,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69131,1733,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69132,1734,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69133,2047,0,-1274,-3564,60.707,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69134,1735,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,300,255,1), + (69135,2040,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,300,255,1), + (69136,1732,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,300,255,1), + (69137,1733,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,300,255,1), + (69138,1734,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,300,255,1), + (69139,2047,0,-566,-2001,68.805,4.021,0,0,0.904878,-0.425671,300,300,255,1), + (69140,1735,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69141,2040,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69142,1732,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69143,1733,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69144,1734,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69145,2047,0,-1235,-2082,52.868,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69146,1735,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69147,2040,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69148,1732,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69149,1733,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69150,1734,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69151,2047,0,-1209,-3639,63.201,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69152,1735,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,300,255,1), + (69153,2040,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,300,255,1), + (69154,1732,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,300,255,1), + (69155,1733,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,300,255,1), + (69156,1734,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,300,255,1), + (69157,2047,0,-1170,-3655,57.662,2.204,0,0,0.892113,0.451813,300,300,255,1), + (69158,1735,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69159,2040,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69160,1732,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69161,1733,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69162,1734,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69163,2047,0,-1179,-3638,59.162,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69164,1735,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,300,255,1), + (69165,2040,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,300,255,1), + (69166,1732,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,300,255,1), + (69167,1733,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,300,255,1), + (69168,1734,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,300,255,1), + (69169,2047,0,-1321,-3415,48,1.414,0,0,0.649556,0.760314,300,300,255,1), + (69170,1735,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69171,2040,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69172,1732,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69173,1733,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69174,1734,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69175,2047,0,-1348,-3465,51.904,3.157,0,0,0.99997,-0.00770363,300,300,255,1), + (69176,1735,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69177,2040,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69178,1732,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69179,1733,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69180,1734,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69181,2047,0,-1191,-2013,62.614,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69182,1735,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69183,2040,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69184,1732,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69185,1733,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69186,1734,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69187,2047,0,-1215,-2086,50.858,2.862,0,0,0.990244,0.139341,300,300,255,1), + (69188,1735,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,300,255,1), + (69189,2040,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,300,255,1), + (69190,1732,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,300,255,1), + (69191,1733,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,300,255,1), + (69192,1734,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,300,255,1), + (69193,2047,0,-1170,-2050,38.389,5.636,0,0,0.317975,-0.948099,300,300,255,1), + (69194,1735,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,300,255,1), + (69195,2040,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,300,255,1), + (69196,1732,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,300,255,1), + (69197,1733,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,300,255,1), + (69198,1734,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,300,255,1), + (69199,2047,0,-1140,-2089,71.331,2.409,0,0,0.93366,0.35816,300,300,255,1), + (69200,1735,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69201,2040,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69202,1732,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69203,1733,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69204,1734,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69205,2047,0,-1281,-2657,64.217,1.459,0,0,0.666497,0.745508,300,300,255,1), + (69206,1735,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,300,255,1), + (69207,2040,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,300,255,1), + (69208,1732,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,300,255,1), + (69209,1733,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,300,255,1), + (69210,1734,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,300,255,1), + (69211,2047,0,-1833,-2794,61.561,4.944,0,0,0.620667,-0.784074,300,300,255,1), + (69212,1735,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (69213,2040,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (69214,1732,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (69215,1733,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (69216,1734,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (69217,2047,0,-930,-2602,75.237,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (69218,1735,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,300,255,1), + (69219,2040,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,300,255,1), + (69220,1732,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,300,255,1), + (69221,1733,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,300,255,1), + (69222,1734,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,300,255,1), + (69223,2047,0,-2122,-2577,82.815,1.823,0,0,0.790423,0.612561,300,300,255,1), + (69224,1735,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,300,255,1), + (69225,2040,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,300,255,1), + (69226,1732,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,300,255,1), + (69227,1733,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,300,255,1), + (69228,1734,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,300,255,1), + (69229,2047,0,-1160,-2138,66.624,0.711,0,0,0.348059,0.937473,300,300,255,1), + (69230,1735,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,300,255,1), + (69231,2040,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,300,255,1), + (69232,1732,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,300,255,1), + (69233,1733,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,300,255,1), + (69234,1734,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,300,255,1), + (69235,2047,0,-2074,-3290,67.253,0.403,0,0,0.200139,0.979768,300,300,255,1), + (69236,1735,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,300,255,1), + (69237,2040,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,300,255,1), + (69238,1732,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,300,255,1), + (69239,1733,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,300,255,1), + (69240,1734,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,300,255,1), + (69241,2047,0,-656,-2146,85.178,3.761,0,0,0.952424,-0.304776,300,300,255,1), + (69242,1735,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (69243,2040,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (69244,1732,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (69245,1733,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (69246,1734,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (69247,2047,0,-1442,-1084,11.779,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (69248,1735,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,300,255,1), + (69249,2040,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,300,255,1), + (69250,1732,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,300,255,1), + (69251,1733,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,300,255,1), + (69252,1734,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,300,255,1), + (69253,2047,0,-1837,-2958,71.126,2.401,0,0,0.93222,0.361892,300,300,255,1), + (69254,1735,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,300,255,1), + (69255,2040,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,300,255,1), + (69256,1732,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,300,255,1), + (69257,1733,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,300,255,1), + (69258,1734,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,300,255,1), + (69259,2047,0,-1836,-3379,51.105,4.125,0,0,0.88153,-0.472128,300,300,255,1), + (69260,1735,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69261,2040,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69262,1732,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69263,1733,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69264,1734,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69265,2047,0,-2049,-2795,71.256,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69266,1735,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,300,255,1), + (69267,2040,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,300,255,1), + (69268,1732,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,300,255,1), + (69269,1733,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,300,255,1), + (69270,1734,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,300,255,1), + (69271,2047,0,-1923,-3369,94.759,2.61,0,0,0.964884,0.262678,300,300,255,1), + (69272,1735,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69273,2040,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69274,1732,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69275,1733,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69276,1734,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69277,2047,0,-1072,-3847,139.257,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69278,1735,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,300,255,1), + (69279,2040,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,300,255,1), + (69280,1732,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,300,255,1), + (69281,1733,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,300,255,1), + (69282,1734,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,300,255,1), + (69283,2047,0,-742,-2299,71.648,4.191,0,0,0.865472,-0.500957,300,300,255,1), + (69284,1735,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,300,255,1), + (69285,2040,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,300,255,1), + (69286,1732,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,300,255,1), + (69287,1733,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,300,255,1), + (69288,1734,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,300,255,1), + (69289,2047,0,-632,-2086,72.199,4.975,0,0,0.608439,-0.7936,300,300,255,1), + (69290,1735,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,300,255,1), + (69291,2040,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,300,255,1), + (69292,1732,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,300,255,1), + (69293,1733,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,300,255,1), + (69294,1734,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,300,255,1), + (69295,2047,0,-2012,-2844,75.807,3.219,0,0,0.999251,-0.0386941,300,300,255,1), + (69296,1735,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69297,2040,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69298,1732,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69299,1733,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69300,1734,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69301,2047,0,-1288,-3537,58.24,2.921,0,0,0.993924,0.110073,300,300,255,1), + (69302,1735,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,300,255,1), + (69303,2040,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,300,255,1), + (69304,1732,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,300,255,1), + (69305,1733,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,300,255,1), + (69306,1734,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,300,255,1), + (69307,2047,0,-893,-1789,47.089,4.831,0,0,0.663953,-0.747774,300,300,255,1), + (69308,1735,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,300,255,1), + (69309,2040,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,300,255,1), + (69310,1732,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,300,255,1), + (69311,1733,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,300,255,1), + (69312,1734,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,300,255,1), + (69313,2047,0,-1911,-3293,57.446,2.274,0,0,0.907377,0.420319,300,300,255,1), + (69314,1735,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69315,2040,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69316,1732,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69317,1733,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69318,1734,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69319,2047,0,-905,-2577,68.0537,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69320,1735,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,300,255,1), + (69321,2040,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,300,255,1), + (69322,1732,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,300,255,1), + (69323,1733,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,300,255,1), + (69324,1734,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,300,255,1), + (69325,2047,0,-1972,-3342,54.388,3.411,0,0,0.990941,-0.134297,300,300,255,1), + (69326,1735,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69327,2040,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69328,1732,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69329,1733,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69330,1734,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69331,2047,0,-1536,-3419,53.015,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69332,1735,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (69333,2040,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (69334,1732,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (69335,1733,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (69336,1734,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (69337,2047,0,-846,-3386,77.34,3.983,0,0,0.912802,-0.408403,300,300,255,1), + (69338,1735,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (69339,2040,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (69340,1732,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (69341,1733,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (69342,1734,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (69343,2047,0,-858,-1816,44.193,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (69344,1735,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69345,2040,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69346,1732,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69347,1733,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69348,1734,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69349,2047,0,-1991,-2751,87.39,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69350,1735,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69351,2040,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69352,1732,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69353,1733,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69354,1734,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69355,2047,0,-2058,-2783,68.292,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69356,1735,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69357,2040,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69358,1732,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69359,1733,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69360,1734,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69361,2047,0,-2006,-2835,75.266,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69362,1735,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,300,255,1), + (69363,2040,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,300,255,1), + (69364,1732,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,300,255,1), + (69365,1733,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,300,255,1), + (69366,1734,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,300,255,1), + (69367,2047,0,-2006,-3397,52.128,5.711,0,0,0.282206,-0.959354,300,300,255,1), + (69368,1735,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,300,255,1), + (69369,2040,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,300,255,1), + (69370,1732,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,300,255,1), + (69371,1733,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,300,255,1), + (69372,1734,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,300,255,1), + (69373,2047,0,-1711,-3526,67.391,4.745,0,0,0.695484,-0.718542,300,300,255,1), + (69374,1735,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,300,255,1), + (69375,2040,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,300,255,1), + (69376,1732,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,300,255,1), + (69377,1733,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,300,255,1), + (69378,1734,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,300,255,1), + (69379,2047,0,-924,-1552,53.475,2.321,0,0,0.917003,0.398881,300,300,255,1), + (69380,1735,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69381,2040,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69382,1732,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69383,1733,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69384,1734,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69385,2047,0,-2023,-2822,74.181,2.048,0,0,0.854195,0.519953,300,300,255,1), + (69386,1735,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,300,255,1), + (69387,2040,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,300,255,1), + (69388,1732,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,300,255,1), + (69389,1733,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,300,255,1), + (69390,1734,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,300,255,1), + (69391,2047,0,-1396,-3413,50.91,2.576,0,0,0.960279,0.279042,300,300,255,1), + (69392,1735,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,300,255,1), + (69393,2040,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,300,255,1), + (69394,1732,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,300,255,1), + (69395,1733,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,300,255,1), + (69396,1734,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,300,255,1), + (69397,2047,0,-2071,-3248,66.315,2.933,0,0,0.994566,0.104107,300,300,255,1), + (69398,1735,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,300,255,1), + (69399,2040,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,300,255,1), + (69400,1732,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,300,255,1), + (69401,1733,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,300,255,1), + (69402,1734,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,300,255,1), + (69403,2047,0,-925,-2616,80.172,5.281,0,0,0.480384,-0.877058,300,300,255,1), + (69404,1735,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69405,2040,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69406,1732,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69407,1733,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69408,1734,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69409,2047,0,-1604,-3529,79.992,3.167,0,0,0.999919,-0.0127034,300,300,255,1), + (69410,1735,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,300,255,1), + (69411,2040,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,300,255,1), + (69412,1732,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,300,255,1), + (69413,1733,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,300,255,1), + (69414,1734,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,300,255,1), + (69415,2047,0,-1816,-3439,61.538,3.149,0,0,0.999993,-0.00370363,300,300,255,1), + (69416,1735,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,300,255,1), + (69417,2040,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,300,255,1), + (69418,1732,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,300,255,1), + (69419,1733,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,300,255,1), + (69420,1734,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,300,255,1), + (69421,2047,0,-1301,-3493,58.291,1.872,0,0,0.805192,0.593014,300,300,255,1), + (69422,1735,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,300,255,1), + (69423,2040,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,300,255,1), + (69424,1732,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,300,255,1), + (69425,1733,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,300,255,1), + (69426,1734,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,300,255,1), + (69427,2047,0,-1864,-2894,73.228,4.941,0,0,0.621842,-0.783143,300,300,255,1), + (69428,1735,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69429,2040,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69430,1732,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69431,1733,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69432,1734,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69433,2047,0,-942,-2243,44.849,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69434,1735,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,300,255,1), + (69435,2040,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,300,255,1), + (69436,1732,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,300,255,1), + (69437,1733,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,300,255,1), + (69438,1734,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,300,255,1), + (69439,2047,0,-1709,-3219,37.56,2.461,0,0,0.942656,0.333766,300,300,255,1), + (69440,1735,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69441,2040,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69442,1732,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69443,1733,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69444,1734,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69445,2047,0,-986,-2658,66.373,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69446,1735,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (69447,2040,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (69448,1732,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (69449,1733,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (69450,1734,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (69451,2047,0,-970,-2657,67.525,4.653,0,0,0.727789,-0.685801,300,300,255,1), + (69452,1735,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69453,2040,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69454,1732,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69455,1733,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69456,1734,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69457,2047,0,-1209,-2015,70.1,4.501,0,0,0.777759,-0.628563,300,300,255,1), + (69458,1735,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69459,2040,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69460,1732,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69461,1733,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69462,1734,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69463,2047,0,-1258,-2087,71.462,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69464,1735,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,300,255,1), + (69465,2040,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,300,255,1), + (69466,1732,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,300,255,1), + (69467,1733,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,300,255,1), + (69468,1734,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,300,255,1), + (69469,2047,0,-1841,-3421,64.016,2.898,0,0,0.992592,0.121495,300,300,255,1), + (69470,1735,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69471,2040,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69472,1732,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69473,1733,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69474,1734,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69475,2047,0,-996,-2684,63.041,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (69476,1735,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,300,255,1), + (69477,2040,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,300,255,1), + (69478,1732,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,300,255,1), + (69479,1733,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,300,255,1), + (69480,1734,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,300,255,1), + (69481,2047,0,-1694,-2084,44.494,0.338,0,0,0.168197,0.985753,300,300,255,1), + (69482,1735,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,300,255,1), + (69483,2040,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,300,255,1), + (69484,1732,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,300,255,1), + (69485,1733,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,300,255,1), + (69486,1734,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,300,255,1), + (69487,2047,0,-1507,-3392,51.27,3.422,0,0,0.990188,-0.139745,300,300,255,1), + (69488,1735,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69489,2040,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69490,1732,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69491,1733,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69492,1734,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69493,2047,0,-1243,-2053,71.811,4.936,0,0,0.623798,-0.781586,300,300,255,1), + (69494,1735,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,300,255,1), + (69495,2040,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,300,255,1), + (69496,1732,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,300,255,1), + (69497,1733,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,300,255,1), + (69498,1734,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,300,255,1), + (69499,2047,0,-935,-3180,53.319,0.049,0,0,0.0244975,0.9997,300,300,255,1), + (69500,1735,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (69501,2040,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (69502,1732,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (69503,1733,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (69504,1734,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (69505,2047,0,-2025,-2398,85.168,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (69506,1735,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69507,2040,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69508,1732,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69509,1733,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69510,1734,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69511,2047,0,-919,-2554,70.265,5.057,0,0,0.5754,-0.817872,300,300,255,1), + (69512,1735,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,300,255,1), + (69513,2040,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,300,255,1), + (69514,1732,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,300,255,1), + (69515,1733,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,300,255,1), + (69516,1734,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,300,255,1), + (69517,2047,0,-1822,-2925,65.05,4.588,0,0,0.749689,-0.66179,300,300,255,1), + (69518,1735,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (69519,2040,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (69520,1732,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (69521,1733,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (69522,1734,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (69523,2047,0,-1928,-2951,107.673,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (69524,1735,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,300,255,1), + (69525,2040,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,300,255,1), + (69526,1732,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,300,255,1), + (69527,1733,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,300,255,1), + (69528,1734,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,300,255,1), + (69529,2047,0,-2026,-2834,77.161,4.515,0,0,0.77334,-0.633991,300,300,255,1), + (69530,1735,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,300,255,1), + (69531,2040,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,300,255,1), + (69532,1732,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,300,255,1), + (69533,1733,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,300,255,1), + (69534,1734,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,300,255,1), + (69535,2047,0,-610,-2002,69.806,5.499,0,0,0.382123,-0.924111,300,300,255,1), + (69536,1735,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69537,2040,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69538,1732,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69539,1733,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69540,1734,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69541,2047,0,-1953,-3327,56.753,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69542,1735,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,300,255,1), + (69543,2040,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,300,255,1), + (69544,1732,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,300,255,1), + (69545,1733,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,300,255,1), + (69546,1734,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,300,255,1), + (69547,2047,0,-1379,-3496,56.838,3.682,0,0,0.963717,-0.266928,300,300,255,1), + (69548,1735,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69549,2040,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69550,1732,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69551,1733,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69552,1734,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69553,2047,0,-1520,-3444,65.877,4.163,0,0,0.872401,-0.488791,300,300,255,1), + (69554,1735,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,300,255,1), + (69555,2040,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,300,255,1), + (69556,1732,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,300,255,1), + (69557,1733,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,300,255,1), + (69558,1734,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,300,255,1), + (69559,2047,0,-1715,-2212,41.687,1.01,0,0,0.483807,0.875174,300,300,255,1), + (69560,1735,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,300,255,1), + (69561,2040,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,300,255,1), + (69562,1732,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,300,255,1), + (69563,1733,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,300,255,1), + (69564,1734,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,300,255,1), + (69565,2047,0,-780,-3242,87.842,0.706,0,0,0.345714,0.93834,300,300,255,1), + (69566,1735,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69567,2040,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69568,1732,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69569,1733,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69570,1734,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69571,2047,0,-2029,-3312,55.22,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69572,1735,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69573,2040,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69574,1732,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69575,1733,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69576,1734,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69577,2047,0,-2034,-3272,56.833,1.522,0,0,0.689646,0.724147,300,300,255,1), + (69578,1735,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,300,255,1), + (69579,2040,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,300,255,1), + (69580,1732,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,300,255,1), + (69581,1733,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,300,255,1), + (69582,1734,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,300,255,1), + (69583,2047,0,-2100,-3327,58.42,4.798,0,0,0.6762,-0.736718,300,300,255,1), + (69584,1735,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,300,255,1), + (69585,2040,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,300,255,1), + (69586,1732,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,300,255,1), + (69587,1733,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,300,255,1), + (69588,1734,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,300,255,1), + (69589,2047,0,-2022,-3335,54.376,4.3,0,0,0.836899,-0.547358,300,300,255,1), + (69590,1735,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69591,2040,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69592,1732,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69593,1733,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69594,1734,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69595,2047,0,-1978,-2731,79.698,1.861,0,0,0.801919,0.597433,300,300,255,1), + (69596,1735,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,300,255,1), + (69597,2040,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,300,255,1), + (69598,1732,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,300,255,1), + (69599,1733,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,300,255,1), + (69600,1734,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,300,255,1), + (69601,2047,0,-1670,-3524,68.333,2.273,0,0,0.907166,0.420772,300,300,255,1), + (69602,1735,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,300,255,1), + (69603,2040,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,300,255,1), + (69604,1732,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,300,255,1), + (69605,1733,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,300,255,1), + (69606,1734,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,300,255,1), + (69607,2047,0,-1768,-2128,69.193,2.141,0,0,0.87744,0.479686,300,300,255,1), + (69608,1735,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69609,2040,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69610,1732,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69611,1733,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69612,1734,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69613,2047,0,-1068,-3844,134.8,4.549,0,0,0.762451,-0.647046,300,300,255,1), + (69614,1735,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69615,2040,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69616,1732,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69617,1733,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69618,1734,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69619,2047,0,-1213,-2014,69.924,2.889,0,0,0.992035,0.125961,300,300,255,1), + (69620,1735,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,300,255,1), + (69621,2040,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,300,255,1), + (69622,1732,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,300,255,1), + (69623,1733,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,300,255,1), + (69624,1734,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,300,255,1), + (69625,2047,0,-2065,-2705,88.66,2.927,0,0,0.994249,0.107091,300,300,255,1), + (69626,1735,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69627,2040,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69628,1732,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69629,1733,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69630,1734,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69631,2047,0,-1996,-2813,78.114,4.529,0,0,0.768883,-0.639389,300,300,255,1), + (69632,1735,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69633,2040,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69634,1732,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69635,1733,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69636,1734,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69637,2047,0,-1227,-3603,60.836,2.622,0,0,0.966442,0.256884,300,300,255,1), + (69638,1735,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,300,255,1), + (69639,2040,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,300,255,1), + (69640,1732,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,300,255,1), + (69641,1733,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,300,255,1), + (69642,1734,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,300,255,1), + (69643,2047,0,-698,-2262,75.103,4.362,0,0,0.819531,-0.573034,300,300,255,1), + (69644,1735,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (69645,2040,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (69646,1732,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (69647,1733,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (69648,1734,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (69649,2047,0,-683,-2200,68.439,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (69650,1735,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,300,255,1), + (69651,2040,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,300,255,1), + (69652,1732,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,300,255,1), + (69653,1733,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,300,255,1), + (69654,1734,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,300,255,1), + (69655,2047,0,-2112,-3279,67.289,5.146,0,0,0.538447,-0.84266,300,300,255,1), + (69656,1735,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,300,255,1), + (69657,2040,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,300,255,1), + (69658,1732,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,300,255,1), + (69659,1733,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,300,255,1), + (69660,1734,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,300,255,1), + (69661,2047,0,-1818,-2845,60.573,4.834,0,0,0.66283,-0.74877,300,300,255,1), + (69662,1735,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69663,2040,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69664,1732,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69665,1733,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69666,1734,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69667,2047,0,-1926,-3241,59.213,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69668,1735,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,300,255,1), + (69669,2040,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,300,255,1), + (69670,1732,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,300,255,1), + (69671,1733,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,300,255,1), + (69672,1734,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,300,255,1), + (69673,2047,0,-1911,-3356,70.707,2.799,0,0,0.985365,0.17046,300,300,255,1), + (69674,1735,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,300,255,1), + (69675,2040,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,300,255,1), + (69676,1732,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,300,255,1), + (69677,1733,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,300,255,1), + (69678,1734,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,300,255,1), + (69679,2047,0,-1637,-3481,62.152,3.165,0,0,0.999932,-0.0117034,300,300,255,1), + (69680,1735,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69681,2040,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69682,1732,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69683,1733,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69684,1734,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69685,2047,0,-1906,-3276,68.135,2.042,0,0,0.852631,0.522514,300,300,255,1), + (69686,1735,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,300,255,1), + (69687,2040,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,300,255,1), + (69688,1732,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,300,255,1), + (69689,1733,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,300,255,1), + (69690,1734,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,300,255,1), + (69691,2047,0,-1320,-2887,62.175,2.01,0,0,0.844162,0.536088,300,300,255,1), + (69692,1735,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,300,255,1), + (69693,2040,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,300,255,1), + (69694,1732,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,300,255,1), + (69695,1733,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,300,255,1), + (69696,1734,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,300,255,1), + (69697,2047,0,-2040,-3374,60.02,1.75,0,0,0.767543,0.640997,300,300,255,1), + (69698,1735,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,300,255,1), + (69699,2040,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,300,255,1), + (69700,1732,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,300,255,1), + (69701,1733,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,300,255,1), + (69702,1734,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,300,255,1), + (69703,2047,0,-1911,-3406,84.174,3.232,0,0,0.998978,-0.0451883,300,300,255,1), + (69704,1735,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,300,255,1), + (69705,2040,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,300,255,1), + (69706,1732,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,300,255,1), + (69707,1733,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,300,255,1), + (69708,1734,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,300,255,1), + (69709,2047,0,-1611,-3481,65.642,2.641,0,0,0.968839,0.247691,300,300,255,1), + (69710,1735,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,300,255,1), + (69711,2040,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,300,255,1), + (69712,1732,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,300,255,1), + (69713,1733,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,300,255,1), + (69714,1734,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,300,255,1), + (69715,2047,0,-1955,-2722,79.358,2.995,0,0,0.997315,0.0732308,300,300,255,1), + (69716,1735,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,300,255,1), + (69717,2040,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,300,255,1), + (69718,1732,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,300,255,1), + (69719,1733,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,300,255,1), + (69720,1734,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,300,255,1), + (69721,2047,0,-1246,-2071,50.241,2.284,0,0,0.909467,0.415776,300,300,255,1), + (69722,1735,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69723,2040,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69724,1732,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69725,1733,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69726,1734,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69727,2047,0,-971,-2222,51.833,2.821,0,0,0.98718,0.159611,300,300,255,1), + (69728,1735,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,300,255,1), + (69729,2040,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,300,255,1), + (69730,1732,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,300,255,1), + (69731,1733,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,300,255,1), + (69732,1734,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,300,255,1), + (69733,2047,0,-1736,-1437,46.743,4.212,0,0,0.860165,-0.510016,300,300,255,1), + (69734,1735,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,300,255,1), + (69735,2040,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,300,255,1), + (69736,1732,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,300,255,1), + (69737,1733,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,300,255,1), + (69738,1734,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,300,255,1), + (69739,2047,0,-921,-3753,102.393,5.469,0,0,0.395941,-0.918276,300,300,255,1), + (69740,1735,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,300,255,1), + (69741,2040,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,300,255,1), + (69742,1732,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,300,255,1), + (69743,1733,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,300,255,1), + (69744,1734,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,300,255,1), + (69745,2047,0,-1837,-2645,56.721,1.977,0,0,0.835202,0.549943,300,300,255,1), + (69746,1735,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,300,255,1), + (69747,2040,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,300,255,1), + (69748,1732,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,300,255,1), + (69749,1733,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,300,255,1), + (69750,1734,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,300,255,1), + (69751,2047,0,-1828,-1689,57.379,1.661,0,0,0.738269,0.674507,300,300,255,1), + (69752,1735,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,300,255,1), + (69753,2040,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,300,255,1), + (69754,1732,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,300,255,1), + (69755,1733,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,300,255,1), + (69756,1734,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,300,255,1), + (69757,2047,0,-2115,-2628,90.659,1.385,0,0,0.638463,0.769652,300,300,255,1), + (69758,1735,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,300,255,1), + (69759,2040,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,300,255,1), + (69760,1732,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,300,255,1), + (69761,1733,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,300,255,1), + (69762,1734,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,300,255,1), + (69763,2047,0,-1714,-2488,65.691,1.546,0,0,0.698286,0.715819,300,300,255,1), + (69764,1735,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,300,255,1), + (69765,2040,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,300,255,1), + (69766,1732,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,300,255,1), + (69767,1733,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,300,255,1), + (69768,1734,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,300,255,1), + (69769,2047,0,-1007,-3785,124.068,3.988,0,0,0.911778,-0.410684,300,300,255,1), + (69770,1735,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,300,255,1), + (69771,2040,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,300,255,1), + (69772,1732,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,300,255,1), + (69773,1733,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,300,255,1), + (69774,1734,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,300,255,1), + (69775,2047,0,-1756,-2582,88.265,2.665,0,0,0.971742,0.236047,300,300,255,1), + (69776,1735,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,300,255,1), + (69777,2040,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,300,255,1), + (69778,1732,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,300,255,1), + (69779,1733,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,300,255,1), + (69780,1734,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,300,255,1), + (69781,2047,0,-1871,-1714,67.111,2.229,0,0,0.897691,0.440626,300,300,255,1), + (69782,1735,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,300,255,1), + (69783,2040,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,300,255,1), + (69784,1732,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,300,255,1), + (69785,1733,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,300,255,1), + (69786,1734,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,300,255,1), + (69787,2047,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,300,255,1), + (69788,1735,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,300,255,1), + (69789,2040,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,300,255,1), + (69790,1732,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,300,255,1), + (69791,1733,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,300,255,1), + (69792,1734,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,300,255,1), + (69793,2047,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,300,255,1), + (69794,1735,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,300,255,1), + (69795,2040,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,300,255,1), + (69796,1732,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,300,255,1), + (69797,1733,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,300,255,1), + (69798,1734,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,300,255,1), + (69799,2047,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,300,255,1), + (69800,1735,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,300,255,1), + (69801,2040,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,300,255,1), + (69802,1732,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,300,255,1), + (69803,1733,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,300,255,1), + (69804,1734,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,300,255,1), + (69805,2047,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,300,255,1), + (69806,1735,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,300,255,1), + (69807,2040,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,300,255,1), + (69808,1732,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,300,255,1), + (69809,1733,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,300,255,1), + (69810,1734,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,300,255,1), + (69811,2047,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,300,255,1), + (69812,1735,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,300,255,1), + (69813,2040,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,300,255,1), + (69814,1732,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,300,255,1), + (69815,1733,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,300,255,1), + (69816,1734,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,300,255,1), + (69817,2047,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,300,255,1), + (69818,1735,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,300,255,1), + (69819,2040,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,300,255,1), + (69820,1732,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,300,255,1), + (69821,1733,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,300,255,1), + (69822,1734,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,300,255,1), + (69823,2047,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,300,255,1), + (69824,1735,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,300,255,1), + (69825,2040,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,300,255,1), + (69826,1732,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,300,255,1), + (69827,1733,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,300,255,1), + (69828,1734,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,300,255,1), + (69829,2047,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,300,255,1), + (69830,1735,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,300,255,1), + (69831,2040,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,300,255,1), + (69832,1732,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,300,255,1), + (69833,1733,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,300,255,1), + (69834,1734,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,300,255,1), + (69835,2047,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,300,255,1), + (69836,1735,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,300,255,1), + (69837,2040,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,300,255,1), + (69838,1732,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,300,255,1), + (69839,1733,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,300,255,1), + (69840,1734,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,300,255,1), + (69841,2047,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,300,255,1), + (69842,1735,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,300,255,1), + (69843,2040,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,300,255,1), + (69844,1732,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,300,255,1), + (69845,1733,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,300,255,1), + (69846,1734,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,300,255,1), + (69847,2047,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,300,255,1), + (69848,1735,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (69849,2040,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (69850,1732,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (69851,1733,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (69852,1734,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (69853,2047,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (69854,1735,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,300,255,1), + (69855,2040,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,300,255,1), + (69856,1732,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,300,255,1), + (69857,1733,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,300,255,1), + (69858,1734,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,300,255,1), + (69859,2047,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,300,255,1), + (69860,1735,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,300,255,1), + (69861,2040,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,300,255,1), + (69862,1732,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,300,255,1), + (69863,1733,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,300,255,1), + (69864,1734,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,300,255,1), + (69865,2047,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,300,255,1), + (69866,1735,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,300,255,1), + (69867,2040,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,300,255,1), + (69868,1732,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,300,255,1), + (69869,1733,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,300,255,1), + (69870,1734,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,300,255,1), + (69871,2047,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,300,255,1), + (69872,1735,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,300,255,1), + (69873,2040,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,300,255,1), + (69874,1732,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,300,255,1), + (69875,1733,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,300,255,1), + (69876,1734,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,300,255,1), + (69877,2047,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,300,255,1), + (69878,1735,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69879,2040,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69880,1732,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69881,1733,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69882,1734,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69883,2047,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (69884,1735,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,300,255,1), + (69885,2040,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,300,255,1), + (69886,1732,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,300,255,1), + (69887,1733,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,300,255,1), + (69888,1734,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,300,255,1), + (69889,2047,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,300,255,1), + (69890,1735,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,300,255,1), + (69891,2040,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,300,255,1), + (69892,1732,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,300,255,1), + (69893,1733,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,300,255,1), + (69894,1734,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,300,255,1), + (69895,2047,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,300,255,1), + (69896,1735,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,300,255,1), + (69897,2040,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,300,255,1), + (69898,1732,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,300,255,1), + (69899,1733,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,300,255,1), + (69900,1734,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,300,255,1), + (69901,2047,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,300,255,1), + (69902,1735,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,300,255,1), + (69903,2040,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,300,255,1), + (69904,1732,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,300,255,1), + (69905,1733,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,300,255,1), + (69906,1734,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,300,255,1), + (69907,2047,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,300,255,1), + (69908,1735,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,300,255,1), + (69909,2040,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,300,255,1), + (69910,1732,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,300,255,1), + (69911,1733,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,300,255,1), + (69912,1734,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,300,255,1), + (69913,2047,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,300,255,1), + (69914,1735,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (69915,2040,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (69916,1732,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (69917,1733,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (69918,1734,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (69919,2047,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (69920,1735,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,300,255,1), + (69921,2040,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,300,255,1), + (69922,1732,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,300,255,1), + (69923,1733,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,300,255,1), + (69924,1734,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,300,255,1), + (69925,2047,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,300,255,1), + (69926,1735,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,300,255,1), + (69927,2040,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,300,255,1), + (69928,1732,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,300,255,1), + (69929,1733,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,300,255,1), + (69930,1734,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,300,255,1), + (69931,2047,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,300,255,1), + (69932,1735,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,300,255,1), + (69933,2040,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,300,255,1), + (69934,1732,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,300,255,1), + (69935,1733,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,300,255,1), + (69936,1734,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,300,255,1), + (69937,2047,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,300,255,1), + (69938,1735,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,300,255,1), + (69939,2040,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,300,255,1), + (69940,1732,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,300,255,1), + (69941,1733,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,300,255,1), + (69942,1734,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,300,255,1), + (69943,2047,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,300,255,1), + (69944,1735,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,300,255,1), + (69945,2040,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,300,255,1), + (69946,1732,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,300,255,1), + (69947,1733,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,300,255,1), + (69948,1734,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,300,255,1), + (69949,2047,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,300,255,1), + (69950,1735,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,300,255,1), + (69951,2040,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,300,255,1), + (69952,1732,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,300,255,1), + (69953,1733,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,300,255,1), + (69954,1734,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,300,255,1), + (69955,2047,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,300,255,1), + (69956,1735,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,300,255,1), + (69957,2040,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,300,255,1), + (69958,1732,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,300,255,1), + (69959,1733,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,300,255,1), + (69960,1734,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,300,255,1), + (69961,2047,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,300,255,1), + (69962,1735,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,300,255,1), + (69963,2040,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,300,255,1), + (69964,1732,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,300,255,1), + (69965,1733,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,300,255,1), + (69966,1734,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,300,255,1), + (69967,2047,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,300,255,1), + (69968,1735,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,300,255,1), + (69969,2040,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,300,255,1), + (69970,1732,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,300,255,1), + (69971,1733,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,300,255,1), + (69972,1734,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,300,255,1), + (69973,2047,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,300,255,1), + (69974,1735,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (69975,2040,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (69976,1732,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (69977,1733,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (69978,1734,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (69979,2047,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (69980,1735,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,300,255,1), + (69981,2040,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,300,255,1), + (69982,1732,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,300,255,1), + (69983,1733,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,300,255,1), + (69984,1734,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,300,255,1), + (69985,2047,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,300,255,1), + (69986,1735,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,300,255,1), + (69987,2040,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,300,255,1), + (69988,1732,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,300,255,1), + (69989,1733,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,300,255,1), + (69990,1734,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,300,255,1), + (69991,2047,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,300,255,1), + (69992,1735,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,300,255,1), + (69993,2040,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,300,255,1), + (69994,1732,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,300,255,1), + (69995,1733,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,300,255,1), + (69996,1734,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,300,255,1), + (69997,2047,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,300,255,1), + (69998,1735,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,300,255,1), + (69999,2040,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,300,255,1), + (70000,1732,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,300,255,1), + (70001,1733,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,300,255,1), + (70002,1734,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,300,255,1), + (70003,2047,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,300,255,1), + (70004,1735,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,300,255,1), + (70005,2040,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,300,255,1), + (70006,1732,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,300,255,1), + (70007,1733,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,300,255,1), + (70008,1734,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,300,255,1), + (70009,2047,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,300,255,1), + (70010,1735,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,300,255,1), + (70011,2040,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,300,255,1), + (70013,1733,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,300,255,1), + (70014,1734,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,300,255,1), + (70015,2047,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,300,255,1), + (70016,1735,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,300,255,1), + (70017,2040,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,300,255,1), + (70018,1732,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,300,255,1), + (70019,1733,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,300,255,1), + (70020,1734,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,300,255,1), + (70021,2047,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,300,255,1), + (70022,1735,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,300,255,1), + (70023,2040,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,300,255,1), + (70025,1733,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,300,255,1), + (70026,1734,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,300,255,1), + (70027,2047,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,300,255,1), + (70028,1735,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,300,255,1), + (70029,2040,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,300,255,1), + (70030,1732,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,300,255,1), + (70031,1733,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,300,255,1), + (70032,1734,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,300,255,1), + (70033,2047,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,300,255,1), + (70034,1735,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,300,255,1), + (70035,2040,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,300,255,1), + (70036,1732,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,300,255,1), + (70037,1733,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,300,255,1), + (70038,1734,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,300,255,1), + (70039,2047,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,300,255,1), + (70040,1735,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (70041,2040,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (70042,1732,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (70043,1733,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (70044,1734,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (70045,2047,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (70046,1735,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (70047,2040,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (70048,1732,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (70049,1733,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (70050,1734,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (70051,2047,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (70052,1735,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (70053,2040,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (70054,1732,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (70055,1733,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (70056,1734,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (70057,2047,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (70058,1735,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (70059,2040,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (70060,1732,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (70061,1733,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (70062,1734,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (70063,2047,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (70064,1735,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (70065,2040,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (70066,1732,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (70067,1733,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (70068,1734,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (70069,2047,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (70070,1735,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (70071,2040,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (70072,1732,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (70073,1733,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (70074,1734,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (70075,2047,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (70076,1735,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,300,255,1), + (70077,2040,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,300,255,1), + (70078,1732,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,300,255,1), + (70079,1733,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,300,255,1), + (70080,1734,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,300,255,1), + (70081,2047,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,300,255,1), + (70082,1735,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (70083,2040,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (70084,1732,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (70085,1733,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (70086,1734,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (70087,2047,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (70088,1735,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70089,2040,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70090,1732,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70091,1733,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70092,1734,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70093,2047,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70094,1735,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (70095,2040,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (70096,1732,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (70097,1733,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (70098,1734,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (70099,2047,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (70100,1735,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (70101,2040,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (70102,1733,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (70103,1735,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (70104,1734,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (70105,2047,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (70106,1735,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70107,2040,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70108,1732,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70109,1733,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70110,1734,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70111,2047,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70112,1735,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (70113,2040,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (70114,1732,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (70115,1733,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (70116,1734,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (70117,2047,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (70118,1735,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (70119,2040,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (70120,1732,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (70121,1733,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (70122,1734,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (70123,2047,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (70124,1735,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (70125,2040,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (70126,1732,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (70127,1733,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (70128,1734,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (70129,2047,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (70130,1735,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70131,2040,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70132,1732,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70133,1733,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70134,1734,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70135,2047,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70136,1735,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (70137,2040,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (70138,1732,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (70139,1733,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (70140,1734,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (70141,2047,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (70142,1735,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (70143,2040,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (70144,1732,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (70145,1733,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (70146,1734,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (70147,2047,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (70148,1735,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (70149,2040,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (70150,1732,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (70151,1733,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (70152,1734,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (70153,2047,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (70154,1735,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (70155,2040,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (70156,1732,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (70157,1733,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (70158,1734,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (70159,2047,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (70160,1735,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (70161,2040,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (70162,1732,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (70163,1733,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (70164,1734,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (70165,2047,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (70166,1735,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (70167,2040,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (70168,1732,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (70169,1733,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (70170,1734,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (70171,2047,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (70172,1735,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,300,255,1), + (70173,2040,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,300,255,1), + (70174,1732,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,300,255,1), + (70175,1733,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,300,255,1), + (70176,1734,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,300,255,1), + (70177,2047,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,300,255,1), + (70178,1735,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (70179,2040,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (70180,1732,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (70181,1733,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (70182,1734,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (70183,2047,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (70184,1735,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (70185,2040,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (70186,1732,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (70187,1733,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (70188,1734,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (70189,2047,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (70190,1735,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (70191,2040,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (70192,1732,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (70193,1733,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (70194,1734,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (70195,2047,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (70196,1735,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,300,255,1), + (70197,2040,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,300,255,1), + (70198,1732,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,300,255,1), + (70199,1733,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,300,255,1), + (70200,1734,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,300,255,1), + (70201,2047,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,300,255,1), + (70202,1735,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,300,255,1), + (70203,2040,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,300,255,1), + (70204,1732,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,300,255,1), + (70205,1733,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,300,255,1), + (70206,1734,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,300,255,1), + (70207,2047,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,300,255,1), + (70208,1735,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,300,255,1), + (70209,2040,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,300,255,1), + (70210,1732,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,300,255,1), + (70211,1733,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,300,255,1), + (70212,1734,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,300,255,1), + (70213,2047,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,300,255,1), + (70214,1735,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (70215,2040,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (70217,1733,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (70218,1734,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (70219,2047,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,300,255,1), + (70220,1735,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (70221,2040,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (70222,1732,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (70223,1733,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (70224,1734,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (70225,2047,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (70226,1735,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (70227,2040,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (70228,1732,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (70229,1733,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (70230,1734,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (70231,2047,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (70232,1735,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70233,2040,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70234,1732,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70235,1733,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70236,1734,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70237,2047,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (70238,1735,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (70239,2040,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (70240,1732,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (70241,1733,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (70242,1734,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (70243,2047,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (70244,1735,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (70245,2040,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (70246,1732,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (70247,1733,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (70248,1734,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (70249,2047,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (70250,1735,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (70251,2040,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (70252,1732,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (70253,1733,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (70254,1734,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (70255,2047,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (70256,1735,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (70257,2040,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (70258,1732,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (70259,1733,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (70260,1734,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (70261,2047,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (70262,1735,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (70263,2040,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (70264,1732,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (70265,1733,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (70266,1734,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (70267,2047,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (70268,1735,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70269,2040,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70270,1732,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70271,1733,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70272,1734,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70273,2047,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70274,1735,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (70275,2040,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (70276,1732,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (70277,1733,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (70278,1734,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (70279,2047,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (70280,1735,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70281,2040,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70282,1732,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70283,1733,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70284,1734,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70285,2047,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (70286,1735,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (70287,2040,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (70288,1732,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (70289,1733,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (70290,1734,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (70291,2047,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (70292,1735,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (70293,2040,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (70294,1732,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (70295,1733,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (70296,1734,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (70297,2047,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (70298,1735,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70299,2040,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70300,1732,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70301,1733,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70302,1734,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70303,2047,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70304,1735,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (70305,2040,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (70306,1732,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (70307,1733,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (70308,1734,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (70309,2047,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (70310,1735,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (70311,2040,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (70312,1732,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (70313,1733,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (70314,1734,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (70315,2047,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (70316,1735,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70317,2040,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70318,1732,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70319,1733,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70320,1734,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70321,2047,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70322,1735,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.16505,300,300,255,1), + (70323,2040,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (70324,1732,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (70325,1733,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (70326,1734,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (70327,2047,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (70328,1735,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (70329,2040,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (70330,1732,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (70331,1733,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (70332,1734,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (70333,2047,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (70334,1735,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70335,2040,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70336,1732,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70337,1733,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70338,1734,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70339,2047,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (70340,1735,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70341,2040,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70342,1732,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70343,1733,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70344,1734,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70345,2047,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (70346,1735,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (70347,2040,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (70348,1732,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (70349,1733,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (70350,1734,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (70351,2047,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (70352,1735,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (70353,2040,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (70354,1732,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (70355,1733,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (70356,1734,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (70357,2047,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (70358,1735,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70359,2040,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70360,1732,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70361,1733,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70362,1734,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70363,2047,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (70364,2040,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70365,2653,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70366,1733,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70367,1734,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70368,2047,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70369,2040,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70370,2653,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70371,1733,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70372,1734,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70373,2047,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70374,2040,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,300,255,1), + (70375,2653,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,300,255,1), + (70376,1733,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,300,255,1), + (70377,1734,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,300,255,1), + (70378,2047,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,300,255,1), + (70379,2040,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,300,255,1), + (70380,2653,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,300,255,1), + (70381,1733,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,300,255,1), + (70382,1734,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,300,255,1), + (70383,2047,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,300,255,1), + (70384,2040,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,300,255,1), + (70385,2653,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,300,255,1), + (70386,1733,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,300,255,1), + (70387,1734,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,300,255,1), + (70388,2047,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,300,255,1), + (70389,2040,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,300,255,1), + (70390,2653,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,300,255,1), + (70391,1733,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,300,255,1), + (70392,1734,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,300,255,1), + (70393,2047,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,300,255,1), + (70394,2040,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,300,255,1), + (70395,2653,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,300,255,1), + (70396,1733,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,300,255,1), + (70397,1734,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,300,255,1), + (70398,2047,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,300,255,1), + (70399,2040,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70400,2653,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70401,1733,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70402,1734,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70403,2047,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,300,255,1), + (70404,2040,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,300,255,1), + (70405,2653,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,300,255,1), + (70406,1733,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,300,255,1), + (70407,1734,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,300,255,1), + (70408,2047,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,300,255,1), + (70409,2040,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,300,255,1), + (70410,2653,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,300,255,1), + (70411,1733,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,300,255,1), + (70412,1734,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,300,255,1), + (70413,2047,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,300,255,1), + (70414,2040,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,300,255,1), + (70415,2653,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,300,255,1), + (70416,1733,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,300,255,1), + (70417,1734,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,300,255,1), + (70418,2047,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,300,255,1), + (70419,2040,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,300,255,1), + (70420,2653,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,300,255,1), + (70421,1733,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,300,255,1), + (70422,1734,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,300,255,1), + (70423,2047,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,300,255,1), + (70424,2040,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,300,255,1), + (70425,2653,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,300,255,1), + (70426,1733,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,300,255,1), + (70427,1734,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,300,255,1), + (70428,2047,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,300,255,1), + (70429,2040,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,300,255,1), + (70430,2653,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,300,255,1), + (70431,1733,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,300,255,1), + (70432,1734,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,300,255,1), + (70433,2047,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,300,255,1), + (70434,2040,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,300,255,1), + (70435,2653,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,300,255,1), + (70436,1733,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,300,255,1), + (70437,1734,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,300,255,1), + (70438,2047,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,300,255,1), + (70439,2040,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,300,255,1), + (70440,2653,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,300,255,1), + (70441,1733,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,300,255,1), + (70442,1734,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,300,255,1), + (70443,2047,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,300,255,1), + (70444,2040,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,300,255,1), + (70445,2653,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,300,255,1), + (70446,1733,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,300,255,1), + (70447,1734,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,300,255,1), + (70448,2047,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,300,255,1), + (70449,2040,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,300,255,1), + (70450,2653,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,300,255,1), + (70451,1733,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,300,255,1), + (70452,1734,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,300,255,1), + (70453,2047,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,300,255,1), + (70454,2040,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,300,255,1), + (70455,2653,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,300,255,1), + (70456,1733,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,300,255,1), + (70457,1734,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,300,255,1), + (70458,2047,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,300,255,1), + (70459,2040,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,300,255,1), + (70460,2653,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,300,255,1), + (70461,1733,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,300,255,1), + (70462,1734,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,300,255,1), + (70463,2047,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,300,255,1), + (70464,2040,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,300,255,1), + (70465,2653,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,300,255,1), + (70466,1733,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,300,255,1), + (70467,1734,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,300,255,1), + (70468,2047,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,300,255,1), + (70469,2040,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,300,255,1), + (70470,2653,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,300,255,1), + (70471,1733,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,300,255,1), + (70472,1734,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,300,255,1), + (70473,2047,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,300,255,1), + (70474,2040,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,300,255,1), + (70475,2653,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,300,255,1), + (70476,1733,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,300,255,1), + (70477,1734,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,300,255,1), + (70478,2047,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,300,255,1), + (70479,2040,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (70480,2653,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (70481,1733,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (70482,1734,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (70483,2047,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (70484,2040,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,300,255,1), + (70485,2653,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,300,255,1), + (70486,1733,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,300,255,1), + (70487,1734,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,300,255,1), + (70488,2047,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,300,255,1), + (70489,2040,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (70490,2653,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (70491,1733,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (70492,1734,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (70493,2047,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (70494,2040,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (70495,2653,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (70496,1733,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (70497,1734,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (70498,2047,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (70499,2040,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (70500,2653,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (70501,1733,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (70502,1734,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (70503,2047,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (70504,2040,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (70505,2653,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (70506,1733,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (70507,1734,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (70508,2047,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (70509,1735,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,300,255,1), + (70510,2040,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,300,255,1), + (70511,1732,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,300,255,1), + (70512,1733,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,300,255,1), + (70513,1734,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,300,255,1), + (70514,2047,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,300,255,1), + (70515,1735,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (70516,2040,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (70517,1732,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (70518,1733,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (70519,1734,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (70520,2047,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (70521,1735,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (70522,2040,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (70523,1732,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (70524,1733,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (70525,1734,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (70526,2047,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (70527,1735,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (70528,2040,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (70529,1732,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (70530,1733,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (70531,1734,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (70532,2047,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (70533,1735,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (70534,2040,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (70535,1732,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (70536,1733,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (70537,1734,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (70538,2047,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (70539,1735,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (70540,2040,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (70541,1732,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (70542,1733,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (70543,1734,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (70544,2047,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (70545,1735,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (70546,2040,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (70547,1732,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (70548,1733,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (70549,1734,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (70550,2047,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (70551,1735,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (70552,2040,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (70553,1732,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (70554,1733,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (70555,1734,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (70556,2047,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (70557,1735,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (70558,2040,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (70559,1732,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (70560,1733,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (70561,1734,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (70562,2047,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (70563,2040,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (70564,2653,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (70565,1733,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (70566,1734,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (70567,2047,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (70568,2040,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (70569,2653,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (70570,1733,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (70571,1734,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (70572,2047,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (70574,150079,0,-10678,-3063.91,19.3301,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (70575,150080,0,-10678,-3063.91,19.3301,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (70576,150081,0,-10678,-3063.91,19.3301,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (70577,150082,0,-10678,-3063.91,19.3301,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (70578,150079,0,-10552.4,-3171.3,5.98372,2.86233,0,0,0.990267,0.139178,300,300,255,1), + (70579,150080,0,-10552.4,-3171.3,5.98372,2.86233,0,0,0.990267,0.139178,300,300,255,1), + (70580,150081,0,-10552.4,-3171.3,5.98372,2.86233,0,0,0.990267,0.139178,300,300,255,1), + (70581,150082,0,-10552.4,-3171.3,5.98372,2.86233,0,0,0.990267,0.139178,300,300,255,1), + (70582,1735,0,-1373.79,-1072.68,19.7061,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (70583,2040,0,-1373.79,-1072.68,19.7061,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (70584,1734,0,-1373.79,-1072.68,19.7061,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (70585,2047,0,-1373.79,-1072.68,19.7061,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (70586,2040,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (70587,324,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (70588,165658,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (70589,1734,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (70590,2047,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (70591,2040,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (70592,324,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (70593,165658,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (70594,1734,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (70595,2047,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (70596,1735,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (70597,2040,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (70598,1733,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (70599,1734,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (70600,1735,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70601,2040,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70602,1734,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70603,1733,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70604,2047,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70605,1735,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,300,255,1), + (70606,2040,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,300,255,1), + (70607,1734,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,300,255,1), + (70608,1733,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,300,255,1), + (70609,2047,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,300,255,1), + (70610,1735,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70611,2040,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70612,1734,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70613,1733,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70614,2047,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70615,1735,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70616,2040,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70617,1734,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70618,1733,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70619,2047,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70620,1735,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70621,2040,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70622,1734,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70623,1733,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70624,2047,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70625,1735,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,300,255,1), + (70626,2040,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,300,255,1), + (70627,1734,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,300,255,1), + (70628,1733,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,300,255,1), + (70629,2047,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,300,255,1), + (70630,1735,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,300,255,1), + (70631,2040,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,300,255,1), + (70632,1734,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,300,255,1), + (70633,1733,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,300,255,1), + (70634,2047,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,300,255,1), + (70635,1735,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,300,255,1), + (70636,2040,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,300,255,1), + (70637,1734,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,300,255,1), + (70638,1733,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,300,255,1), + (70639,2047,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,300,255,1), + (70640,1735,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (70641,2040,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (70642,1734,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (70643,1733,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (70644,2047,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (70645,1735,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70646,2040,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70647,1734,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70648,1733,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70649,2047,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (70650,1735,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,300,255,1), + (70651,2040,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,300,255,1), + (70652,1734,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,300,255,1), + (70653,1733,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,300,255,1), + (70654,2047,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,300,255,1), + (70655,1735,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,300,255,1), + (70656,2040,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,300,255,1), + (70657,1734,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,300,255,1), + (70658,1733,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,300,255,1), + (70659,2047,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,300,255,1), + (70660,1735,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70661,2040,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70662,1734,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70663,1733,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70664,2047,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70665,1735,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,300,255,1), + (70666,2040,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,300,255,1), + (70667,1734,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,300,255,1), + (70668,1733,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,300,255,1), + (70669,2047,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,300,255,1), + (70670,1735,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70671,2040,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70672,1734,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70673,1733,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70674,2047,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70675,1735,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70676,2040,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70677,1734,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70678,1733,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70679,2047,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70680,1735,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,300,255,1), + (70681,2040,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,300,255,1), + (70682,1734,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,300,255,1), + (70683,1733,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,300,255,1), + (70684,2047,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,300,255,1), + (70685,1735,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70686,2040,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70687,1734,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70688,1733,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70689,2047,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70690,1735,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,300,255,1), + (70691,2040,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,300,255,1), + (70692,1734,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,300,255,1), + (70693,1733,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,300,255,1), + (70694,2047,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,300,255,1), + (70695,1735,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,300,255,1), + (70696,2040,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,300,255,1), + (70697,1734,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,300,255,1), + (70698,1733,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,300,255,1), + (70699,2047,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,300,255,1), + (70700,1735,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,300,255,1), + (70701,2040,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,300,255,1), + (70702,1734,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,300,255,1), + (70703,1733,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,300,255,1), + (70704,2047,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,300,255,1), + (70705,1735,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70706,2040,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70707,1734,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70708,1733,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70709,2047,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70710,1735,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,300,255,1), + (70711,2040,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,300,255,1), + (70712,1734,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,300,255,1), + (70713,1733,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,300,255,1), + (70714,2047,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,300,255,1), + (70715,1735,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,300,255,1), + (70716,2040,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,300,255,1), + (70717,1734,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,300,255,1), + (70718,1733,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,300,255,1), + (70719,2047,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,300,255,1), + (70720,1735,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,300,255,1), + (70721,2040,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,300,255,1), + (70722,1734,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,300,255,1), + (70723,1733,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,300,255,1), + (70724,2047,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,300,255,1), + (70725,1735,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,300,255,1), + (70726,2040,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,300,255,1), + (70727,1734,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,300,255,1), + (70728,1733,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,300,255,1), + (70729,2047,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,300,255,1), + (70730,1735,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70731,2040,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70732,1734,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70733,1733,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70734,2047,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (70735,1735,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,300,255,1), + (70736,2040,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,300,255,1), + (70737,1734,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,300,255,1), + (70738,1733,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,300,255,1), + (70739,2047,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,300,255,1), + (70740,1735,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70741,2040,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70742,1734,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70743,1733,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70744,2047,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70745,1735,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,300,255,1), + (70746,2040,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,300,255,1), + (70747,1734,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,300,255,1), + (70748,1733,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,300,255,1), + (70749,2047,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,300,255,1), + (70750,1735,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,300,255,1), + (70751,2040,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,300,255,1), + (70752,1734,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,300,255,1), + (70753,1733,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,300,255,1), + (70754,2047,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,300,255,1), + (70755,1735,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,300,255,1), + (70756,2040,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,300,255,1), + (70757,1734,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,300,255,1), + (70758,1733,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,300,255,1), + (70759,2047,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,300,255,1), + (70760,1735,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (70761,2040,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (70762,1734,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (70763,1733,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (70764,2047,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (70765,1735,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (70766,2040,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (70767,1734,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (70768,1733,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (70769,2047,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (70770,1735,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (70771,2040,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (70772,1734,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (70773,1733,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (70774,2047,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (70775,1735,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70776,2040,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70777,1734,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70778,1733,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70779,2047,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70780,1735,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,300,255,1), + (70781,2040,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,300,255,1), + (70782,1734,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,300,255,1), + (70783,1733,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,300,255,1), + (70784,2047,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,300,255,1), + (70785,1735,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,300,255,1), + (70786,2040,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,300,255,1), + (70787,1734,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,300,255,1), + (70788,1733,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,300,255,1), + (70789,2047,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,300,255,1), + (70790,1735,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,300,255,1), + (70791,2040,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,300,255,1), + (70792,1734,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,300,255,1), + (70793,1733,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,300,255,1), + (70794,2047,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,300,255,1), + (70795,1735,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70796,2040,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70797,1734,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70798,1733,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70799,2047,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,300,255,1), + (70800,1735,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,300,255,1), + (70801,2040,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,300,255,1), + (70802,1734,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,300,255,1), + (70803,1733,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,300,255,1), + (70804,2047,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,300,255,1), + (70805,1735,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,300,255,1), + (70806,2040,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,300,255,1), + (70807,1734,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,300,255,1), + (70808,1733,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,300,255,1), + (70809,2047,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,300,255,1), + (70810,1735,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (70811,2040,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (70812,1734,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (70813,1733,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (70814,2047,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (70815,1735,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70816,2040,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70817,1734,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70818,1733,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70819,2047,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,300,255,1), + (70820,1735,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,300,255,1), + (70821,2040,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,300,255,1), + (70822,1734,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,300,255,1), + (70823,1733,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,300,255,1), + (70824,2047,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,300,255,1), + (70825,1735,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (70826,2040,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (70827,1734,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (70828,1733,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (70829,2047,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (70830,1735,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70831,2040,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70832,1734,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70833,1733,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70834,2047,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,300,255,1), + (70835,1735,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,300,255,1), + (70836,2040,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,300,255,1), + (70837,1734,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,300,255,1), + (70838,1733,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,300,255,1), + (70839,2047,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,300,255,1), + (70840,1735,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,300,255,1), + (70841,2040,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,300,255,1), + (70842,1734,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,300,255,1), + (70843,1733,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,300,255,1), + (70844,2047,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,300,255,1), + (70845,1735,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70846,2040,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70847,1734,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70848,1733,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70849,2047,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,300,255,1), + (70850,1735,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70851,2040,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70852,1734,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70853,1733,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70854,2047,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,300,255,1), + (70855,1735,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,300,255,1), + (70856,2040,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,300,255,1), + (70857,1734,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,300,255,1), + (70858,1733,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,300,255,1), + (70859,2047,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,300,255,1), + (70860,1735,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,300,255,1), + (70861,2040,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,300,255,1), + (70862,1734,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,300,255,1), + (70863,1733,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,300,255,1), + (70864,2047,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,300,255,1), + (70865,1735,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,300,255,1), + (70866,2040,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,300,255,1), + (70867,1734,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,300,255,1), + (70868,1733,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,300,255,1), + (70869,2047,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,300,255,1), + (70870,1735,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70871,2040,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70872,1734,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70873,1733,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70874,2047,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (70875,1735,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,300,255,1), + (70876,2040,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,300,255,1), + (70877,1734,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,300,255,1), + (70878,1733,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,300,255,1), + (70879,2047,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,300,255,1), + (70880,1735,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70881,2040,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70882,1734,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70883,1733,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70884,2047,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,300,255,1), + (70885,1735,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70886,2040,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70887,1734,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70888,1733,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70889,2047,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,300,255,1), + (70890,1735,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70891,2040,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70892,1734,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70893,1733,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70894,2047,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70895,1735,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (70896,2040,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (70897,1734,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (70898,1733,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (70899,2047,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,300,255,1), + (70900,1735,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,300,255,1), + (70901,2040,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,300,255,1), + (70902,1734,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,300,255,1), + (70903,1733,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,300,255,1), + (70904,2047,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,300,255,1), + (70905,1735,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,300,255,1), + (70906,2040,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,300,255,1), + (70907,1734,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,300,255,1), + (70908,1733,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,300,255,1), + (70909,2047,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,300,255,1), + (70910,1735,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,300,255,1), + (70911,2040,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,300,255,1), + (70912,1734,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,300,255,1), + (70913,1733,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,300,255,1), + (70914,2047,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,300,255,1), + (70915,1735,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,300,255,1), + (70916,2040,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,300,255,1), + (70917,1734,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,300,255,1), + (70918,1733,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,300,255,1), + (70919,2047,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,300,255,1), + (70920,1735,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,300,255,1), + (70921,2040,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,300,255,1), + (70922,1734,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,300,255,1), + (70923,1733,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,300,255,1), + (70924,2047,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,300,255,1), + (70925,1735,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,300,255,1), + (70926,2040,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,300,255,1), + (70927,1734,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,300,255,1), + (70928,1733,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,300,255,1), + (70929,2047,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,300,255,1), + (70930,1735,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,300,255,1), + (70931,2040,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,300,255,1), + (70932,1734,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,300,255,1), + (70933,1733,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,300,255,1), + (70934,2047,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,300,255,1), + (70935,1735,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,300,255,1), + (70936,2040,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,300,255,1), + (70937,1734,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,300,255,1), + (70938,1733,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,300,255,1), + (70939,2047,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,300,255,1), + (70940,1735,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,300,255,1), + (70941,2040,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,300,255,1), + (70942,1734,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,300,255,1), + (70943,1733,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,300,255,1), + (70944,2047,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,300,255,1), + (70945,1735,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70946,2040,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70947,1734,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70948,1733,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70949,2047,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,300,255,1), + (70950,1735,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,300,255,1), + (70951,2040,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,300,255,1), + (70952,1734,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,300,255,1), + (70953,1733,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,300,255,1), + (70954,2047,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,300,255,1), + (70955,1735,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,300,255,1), + (70956,2040,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,300,255,1), + (70957,1734,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,300,255,1), + (70958,1733,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,300,255,1), + (70959,2047,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,300,255,1), + (70960,1735,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,300,255,1), + (70961,2040,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,300,255,1), + (70962,1734,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,300,255,1), + (70963,1733,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,300,255,1), + (70964,2047,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,300,255,1), + (70965,1735,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,300,255,1), + (70966,2040,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,300,255,1), + (70967,1734,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,300,255,1), + (70968,1733,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,300,255,1), + (70969,2047,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,300,255,1), + (70970,1735,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,300,255,1), + (70971,2040,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,300,255,1), + (70972,1734,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,300,255,1), + (70973,1733,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,300,255,1), + (70974,2047,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,300,255,1), + (70975,1735,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,300,255,1), + (70976,2040,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,300,255,1), + (70977,1734,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,300,255,1), + (70978,1733,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,300,255,1), + (70979,2047,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,300,255,1), + (70980,1735,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,300,255,1), + (70981,2040,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,300,255,1), + (70982,1734,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,300,255,1), + (70983,1733,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,300,255,1), + (70984,2047,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,300,255,1), + (70985,1735,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,300,255,1), + (70986,2040,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,300,255,1), + (70987,1734,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,300,255,1), + (70988,1733,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,300,255,1), + (70989,2047,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,300,255,1), + (70990,1735,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,300,255,1), + (70991,2040,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,300,255,1), + (70992,1734,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,300,255,1), + (70993,1733,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,300,255,1), + (70994,2047,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,300,255,1), + (70995,1735,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,300,255,1), + (70996,2040,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,300,255,1), + (70997,1734,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,300,255,1), + (70998,1733,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,300,255,1), + (70999,2047,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,300,255,1), + (71000,1735,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71001,2040,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71002,1734,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71003,1733,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71004,2047,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71005,1735,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,300,255,1), + (71006,2040,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,300,255,1), + (71007,1734,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,300,255,1), + (71008,1733,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,300,255,1), + (71009,2047,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,300,255,1), + (71010,1735,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,300,255,1), + (71011,2040,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,300,255,1), + (71012,1734,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,300,255,1), + (71013,1733,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,300,255,1), + (71014,2047,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,300,255,1), + (71015,1735,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71016,2040,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71017,1734,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71018,1733,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71019,2047,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71020,1735,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (71021,2040,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (71022,1734,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (71023,1733,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (71024,2047,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (71025,1735,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71026,2040,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71027,1734,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71028,1733,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71029,2047,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71030,1735,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,300,255,1), + (71031,2040,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,300,255,1), + (71032,1734,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,300,255,1), + (71033,1733,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,300,255,1), + (71034,2047,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,300,255,1), + (71035,1735,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,300,255,1), + (71036,2040,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,300,255,1), + (71037,1734,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,300,255,1), + (71038,1733,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,300,255,1), + (71039,2047,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,300,255,1), + (71040,1735,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,300,255,1), + (71041,2040,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,300,255,1), + (71042,1734,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,300,255,1), + (71043,1733,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,300,255,1), + (71044,2047,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,300,255,1), + (71045,1735,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,300,255,1), + (71046,2040,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,300,255,1), + (71047,1734,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,300,255,1), + (71048,1733,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,300,255,1), + (71049,2047,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,300,255,1), + (71050,1735,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,300,255,1), + (71051,2040,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,300,255,1), + (71052,1734,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,300,255,1), + (71053,1733,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,300,255,1), + (71054,2047,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,300,255,1), + (71055,1735,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,300,255,1), + (71056,2040,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,300,255,1), + (71057,1734,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,300,255,1), + (71058,1733,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,300,255,1), + (71059,2047,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,300,255,1), + (71060,1735,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,300,255,1), + (71061,2040,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,300,255,1), + (71062,1734,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,300,255,1), + (71063,1733,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,300,255,1), + (71064,2047,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,300,255,1), + (71065,1735,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,300,255,1), + (71066,2040,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,300,255,1), + (71067,1734,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,300,255,1), + (71068,1733,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,300,255,1), + (71069,2047,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,300,255,1), + (71070,1735,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,300,255,1), + (71071,2040,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,300,255,1), + (71072,1734,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,300,255,1), + (71073,1733,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,300,255,1), + (71074,2047,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,300,255,1), + (71075,1735,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,300,255,1), + (71076,2040,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,300,255,1), + (71077,1734,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,300,255,1), + (71078,1733,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,300,255,1), + (71079,2047,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,300,255,1), + (71080,1735,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,300,255,1), + (71081,2040,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,300,255,1), + (71082,1734,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,300,255,1), + (71083,1733,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,300,255,1), + (71084,2047,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,300,255,1), + (71085,1735,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,300,255,1), + (71086,2040,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,300,255,1), + (71087,1734,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,300,255,1), + (71088,1733,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,300,255,1), + (71089,2047,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,300,255,1), + (71090,1735,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,300,255,1), + (71091,2040,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,300,255,1), + (71092,1734,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,300,255,1), + (71093,1733,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,300,255,1), + (71094,2047,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,300,255,1), + (71095,1735,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,300,255,1), + (71096,2040,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,300,255,1), + (71097,1734,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,300,255,1), + (71098,1733,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,300,255,1), + (71099,2047,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,300,255,1), + (71100,1735,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,300,255,1), + (71101,2040,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,300,255,1), + (71102,1734,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,300,255,1), + (71103,1733,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,300,255,1), + (71104,2047,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,300,255,1), + (71105,1735,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,300,255,1), + (71106,2040,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,300,255,1), + (71107,1734,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,300,255,1), + (71108,1733,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,300,255,1), + (71109,2047,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,300,255,1), + (71110,1735,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,300,255,1), + (71111,2040,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,300,255,1), + (71112,1734,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,300,255,1), + (71113,1733,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,300,255,1), + (71114,2047,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,300,255,1), + (71115,1735,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (71116,2040,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (71117,1734,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (71118,1733,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (71119,2047,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,300,255,1), + (71120,1735,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,300,255,1), + (71121,2040,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,300,255,1), + (71122,1734,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,300,255,1), + (71123,1733,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,300,255,1), + (71124,2047,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,300,255,1), + (71125,1735,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,300,255,1), + (71126,2040,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,300,255,1), + (71127,1734,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,300,255,1), + (71128,1733,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,300,255,1), + (71129,2047,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,300,255,1), + (71130,1735,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,300,255,1), + (71131,2040,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,300,255,1), + (71132,1734,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,300,255,1), + (71133,1733,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,300,255,1), + (71134,2047,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,300,255,1), + (71135,1735,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,300,255,1), + (71136,2040,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,300,255,1), + (71137,1734,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,300,255,1), + (71138,1733,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,300,255,1), + (71139,2047,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,300,255,1), + (71140,1735,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,300,255,1), + (71141,2040,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,300,255,1), + (71142,1734,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,300,255,1), + (71143,1733,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,300,255,1), + (71144,2047,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,300,255,1), + (71145,1735,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,300,255,1), + (71146,2040,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,300,255,1), + (71147,1734,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,300,255,1), + (71148,1733,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,300,255,1), + (71149,2047,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,300,255,1), + (71150,1735,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (71151,2040,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (71152,1734,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (71153,1733,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (71154,2047,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (71155,1735,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,300,255,1), + (71156,2040,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,300,255,1), + (71157,1734,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,300,255,1), + (71158,1733,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,300,255,1), + (71159,2047,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,300,255,1), + (71160,1735,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,300,255,1), + (71161,2040,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,300,255,1), + (71162,1734,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,300,255,1), + (71163,1733,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,300,255,1), + (71164,2047,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,300,255,1), + (71165,1735,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,300,255,1), + (71166,2040,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,300,255,1), + (71167,1734,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,300,255,1), + (71168,1733,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,300,255,1), + (71169,2047,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,300,255,1), + (71170,1735,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,300,255,1), + (71171,2040,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,300,255,1), + (71172,1734,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,300,255,1), + (71173,1733,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,300,255,1), + (71174,2047,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,300,255,1), + (71175,1735,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,300,255,1), + (71176,2040,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,300,255,1), + (71177,1734,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,300,255,1), + (71178,1733,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,300,255,1), + (71179,2047,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,300,255,1), + (71180,1735,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,300,255,1), + (71181,2040,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,300,255,1), + (71182,1734,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,300,255,1), + (71183,1733,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,300,255,1), + (71184,2047,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,300,255,1), + (71185,1735,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,300,255,1), + (71186,2040,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,300,255,1), + (71187,1734,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,300,255,1), + (71188,1733,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,300,255,1), + (71189,2047,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,300,255,1), + (71190,1735,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,300,255,1), + (71191,2040,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,300,255,1), + (71192,1734,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,300,255,1), + (71193,1733,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,300,255,1), + (71194,2047,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,300,255,1), + (71195,1735,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71196,2040,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71197,1734,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71198,1733,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71199,2047,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,300,255,1), + (71200,1735,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,300,255,1), + (71201,2040,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,300,255,1), + (71202,1734,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,300,255,1), + (71203,1733,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,300,255,1), + (71204,2047,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,300,255,1), + (71205,1735,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,300,255,1), + (71206,2040,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,300,255,1), + (71207,1734,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,300,255,1), + (71208,1733,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,300,255,1), + (71209,2047,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,300,255,1), + (71210,1735,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71211,2040,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71212,1734,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71213,1733,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71214,2047,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71215,1735,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (71216,2040,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (71217,1734,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (71218,1733,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (71219,2047,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,300,255,1), + (71220,1735,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (71221,2040,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (71222,1734,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (71223,1733,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (71224,2047,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (71225,1735,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71226,2040,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71227,1734,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71228,1733,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71229,2047,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71230,1735,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (71231,2040,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (71232,1734,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (71233,1733,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (71234,1735,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (71235,1735,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,300,255,1), + (71236,2040,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,300,255,1), + (71237,1734,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,300,255,1), + (71238,1733,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,300,255,1), + (71239,2047,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,300,255,1), + (71240,1735,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (71241,2040,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (71242,1734,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (71243,1733,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (71244,1735,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (71245,1735,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (71246,2040,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (71247,1734,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (71248,1733,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (71249,2047,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (71250,1735,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (71251,2040,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (71252,1734,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (71253,1733,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (71254,2047,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (71255,1735,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (71256,2040,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (71257,1734,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (71258,1733,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (71259,2047,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (71260,1735,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (71261,2040,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (71262,1734,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (71263,1733,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (71264,2047,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (71265,1735,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71266,2040,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71267,1734,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71268,1733,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71269,2047,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71270,2047,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (71271,2040,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,300,255,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (69782,1735,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,255,1), - (69783,2040,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,255,1), - (69784,1732,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,255,1), - (69785,1733,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,255,1), - (69786,1734,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,255,1), - (69787,2047,0,-1760,-3399,45.713,5.609,0,0,0.330745,-0.94372,300,255,1), - (69788,1735,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,255,1), - (69789,2040,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,255,1), - (69790,1732,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,255,1), - (69791,1733,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,255,1), - (69792,1734,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,255,1), - (69793,2047,0,-1974,-3359,121.113,3.84,0,0,0.939645,-0.34215,300,255,1), - (69794,1735,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,255,1), - (69795,2040,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,255,1), - (69796,1732,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,255,1), - (69797,1733,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,255,1), - (69798,1734,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,255,1), - (69799,2047,0,-1790,-1936,59.35,2.669,0,0,0.972212,0.234104,300,255,1), - (69800,1735,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,255,1), - (69801,2040,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,255,1), - (69802,1732,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,255,1), - (69803,1733,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,255,1), - (69804,1734,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,255,1), - (69805,2047,0,-1792,-1907,70.071,0.065,0,0,0.0324943,0.999472,300,255,1), - (69806,1735,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,255,1), - (69807,2040,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,255,1), - (69808,1732,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,255,1), - (69809,1733,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,255,1), - (69810,1734,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,255,1), - (69811,2047,0,-1504,-2198,16.569,1.609,0,0,0.720484,0.693472,300,255,1), - (69812,1735,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,255,1), - (69813,2040,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,255,1), - (69814,1732,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,255,1), - (69815,1733,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,255,1), - (69816,1734,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,255,1), - (69817,2047,0,-2242,-1759,-64,2.562,0,0,0.958302,0.285757,300,255,1), - (69818,1735,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,255,1), - (69819,2040,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,255,1), - (69820,1732,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,255,1), - (69821,1733,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,255,1), - (69822,1734,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,255,1), - (69823,2047,0,-1783,-2096,83.425,3.322,0,0,0.995934,-0.0900814,300,255,1), - (69824,1735,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,255,1), - (69825,2040,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,255,1), - (69826,1732,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,255,1), - (69827,1733,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,255,1), - (69828,1734,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,255,1), - (69829,2047,0,-1682,-2345,32.692,0.006,0,0,0.003,0.999996,300,255,1), - (69830,1735,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,255,1), - (69831,2040,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,255,1), - (69832,1732,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,255,1), - (69833,1733,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,255,1), - (69834,1734,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,255,1), - (69835,2047,0,-1986,-3389,51.698,5.651,0,0,0.310855,-0.950457,300,255,1), - (69836,1735,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,255,1), - (69837,2040,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,255,1), - (69838,1732,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,255,1), - (69839,1733,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,255,1), - (69840,1734,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,255,1), - (69841,2047,0,-1694,-2018,57.786,5.178,0,0,0.524896,-0.851166,300,255,1), - (69842,1735,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,255,1), - (69843,2040,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,255,1), - (69844,1732,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,255,1), - (69845,1733,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,255,1), - (69846,1734,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,255,1), - (69847,2047,0,-1714,-3336,23.719,4.192,0,0,0.865222,-0.501389,300,255,1), - (69848,1735,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (69849,2040,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (69850,1732,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (69851,1733,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (69852,1734,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (69853,2047,0,-2178.65,-1789.86,-41.0136,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (69854,1735,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,255,1), - (69855,2040,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,255,1), - (69856,1732,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,255,1), - (69857,1733,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,255,1), - (69858,1734,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,255,1), - (69859,2047,0,-2179,-2616,105.403,4.334,0,0,0.827473,-0.561505,300,255,1), - (69860,1735,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,255,1), - (69861,2040,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,255,1), - (69862,1732,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,255,1), - (69863,1733,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,255,1), - (69864,1734,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,255,1), - (69865,2047,0,-1015,-3710,91.264,4.506,0,0,0.776185,-0.630505,300,255,1), - (69866,1735,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,255,1), - (69867,2040,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,255,1), - (69868,1732,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,255,1), - (69869,1733,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,255,1), - (69870,1734,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,255,1), - (69871,2047,0,-1811,-1793,56.261,1.798,0,0,0.782705,0.622393,300,255,1), - (69872,1735,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,255,1), - (69873,2040,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,255,1), - (69874,1732,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,255,1), - (69875,1733,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,255,1), - (69876,1734,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,255,1), - (69877,2047,0,-2068,-3345,59.018,5.885,0,0,0.19778,-0.980246,300,255,1), - (69878,1735,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69879,2040,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69880,1732,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69881,1733,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69882,1734,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69883,2047,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (69884,1735,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,255,1), - (69885,2040,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,255,1), - (69886,1732,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,255,1), - (69887,1733,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,255,1), - (69888,1734,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,255,1), - (69889,2047,0,-1802,-1969,58.86,3.266,0,0,0.998066,-0.0621636,300,255,1), - (69890,1735,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,255,1), - (69891,2040,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,255,1), - (69892,1732,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,255,1), - (69893,1733,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,255,1), - (69894,1734,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,255,1), - (69895,2047,0,-2047,-3350,60.99,1.599,0,0,0.717008,0.697065,300,255,1), - (69896,1735,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,255,1), - (69897,2040,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,255,1), - (69898,1732,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,255,1), - (69899,1733,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,255,1), - (69900,1734,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,255,1), - (69901,2047,0,-1615,-2258,34.724,4.868,0,0,0.650006,-0.759929,300,255,1), - (69902,1735,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,255,1), - (69903,2040,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,255,1), - (69904,1732,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,255,1), - (69905,1733,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,255,1), - (69906,1734,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,255,1), - (69907,2047,0,-1853,-1763,66.073,4.02,0,0,0.905091,-0.425219,300,255,1), - (69908,1735,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,255,1), - (69909,2040,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,255,1), - (69910,1732,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,255,1), - (69911,1733,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,255,1), - (69912,1734,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,255,1), - (69913,2047,0,-1923,-3369,94.759,4.221,0,0,0.857861,-0.513882,300,255,1), - (69914,1735,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,255,1), - (69915,2040,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,255,1), - (69916,1732,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,255,1), - (69917,1733,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,255,1), - (69918,1734,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,255,1), - (69919,2047,0,-2022,-3364,49.636,4.751,0,0,0.693325,-0.720625,300,255,1), - (69920,1735,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,255,1), - (69921,2040,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,255,1), - (69922,1732,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,255,1), - (69923,1733,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,255,1), - (69924,1734,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,255,1), - (69925,2047,0,-2117,-3353,59.18,4.126,0,0,0.881294,-0.472569,300,255,1), - (69926,1735,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,255,1), - (69927,2040,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,255,1), - (69928,1732,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,255,1), - (69929,1733,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,255,1), - (69930,1734,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,255,1), - (69931,2047,0,-2003,-1651,45.839,1.668,0,0,0.740625,0.671919,300,255,1), - (69932,1735,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,255,1), - (69933,2040,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,255,1), - (69934,1732,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,255,1), - (69935,1733,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,255,1), - (69936,1734,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,255,1), - (69937,2047,0,-1819,-2449,58.818,3.603,0,0,0.973506,-0.228663,300,255,1), - (69938,1735,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,255,1), - (69939,2040,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,255,1), - (69940,1732,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,255,1), - (69941,1733,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,255,1), - (69942,1734,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,255,1), - (69943,2047,0,-1851,-2259,56.059,1.981,0,0,0.8363,0.548272,300,255,1), - (69944,1735,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,255,1), - (69945,2040,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,255,1), - (69946,1732,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,255,1), - (69947,1733,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,255,1), - (69948,1734,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,255,1), - (69949,2047,0,-883,-3679,114.324,4.155,0,0,0.874349,-0.485298,300,255,1), - (69950,1735,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,255,1), - (69951,2040,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,255,1), - (69952,1732,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,255,1), - (69953,1733,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,255,1), - (69954,1734,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,255,1), - (69955,2047,0,-2193,-1792,-58,4.526,0,0,0.769841,-0.638235,300,255,1), - (69956,1735,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,255,1), - (69957,2040,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,255,1), - (69958,1732,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,255,1), - (69959,1733,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,255,1), - (69960,1734,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,255,1), - (69961,2047,0,-822,-3656,97.252,4.792,0,0,0.678407,-0.734686,300,255,1), - (69962,1735,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,255,1), - (69963,2040,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,255,1), - (69964,1732,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,255,1), - (69965,1733,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,255,1), - (69966,1734,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,255,1), - (69967,2047,0,-1442,-2167,19.343,0.105,0,0,0.0524759,0.998622,300,255,1), - (69968,1735,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,255,1), - (69969,2040,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,255,1), - (69970,1732,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,255,1), - (69971,1733,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,255,1), - (69972,1734,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,255,1), - (69973,2047,0,-1050,-3708,92.07,4.432,0,0,0.798977,-0.601361,300,255,1), - (69974,1735,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,255,1), - (69975,2040,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,255,1), - (69976,1732,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,255,1), - (69977,1733,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,255,1), - (69978,1734,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,255,1), - (69979,2047,0,-1871,-2515,49.271,2.967,0,0,0.996192,0.0871855,300,255,1), - (69980,1735,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,255,1), - (69981,2040,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,255,1), - (69982,1732,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,255,1), - (69983,1733,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,255,1), - (69984,1734,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,255,1), - (69985,2047,0,-1016,-3755,121.157,2.441,0,0,0.939271,0.343176,300,255,1), - (69986,1735,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,255,1), - (69987,2040,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,255,1), - (69988,1732,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,255,1), - (69989,1733,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,255,1), - (69990,1734,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,255,1), - (69991,2047,0,-1497,-2140,17.31,3.806,0,0,0.945326,-0.326127,300,255,1), - (69992,1735,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,255,1), - (69993,2040,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,255,1), - (69994,1732,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,255,1), - (69995,1733,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,255,1), - (69996,1734,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,255,1), - (69997,2047,0,-2308,-1688,-66,2.266,0,0,0.905688,0.423945,300,255,1), - (69998,1735,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,255,1), - (69999,2040,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,255,1), - (70000,1732,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,255,1), - (70001,1733,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,255,1), - (70002,1734,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,255,1), - (70003,2047,0,-1817,-1942,67.373,2.985,0,0,0.996936,0.0782164,300,255,1), - (70004,1735,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,255,1), - (70005,2040,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,255,1), - (70006,1732,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,255,1), - (70007,1733,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,255,1), - (70008,1734,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,255,1), - (70009,2047,0,-1820,-2012,67.847,3.328,0,0,0.99566,-0.0930688,300,255,1), - (70010,1735,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,255,1), - (70011,2040,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,255,1), - (70013,1733,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,255,1), - (70014,1734,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,255,1), - (70015,2047,0,-693,-3739,219.139,4.093,0,0,0.888971,-0.457964,300,255,1), - (70016,1735,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,255,1), - (70017,2040,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,255,1), - (70018,1732,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,255,1), - (70019,1733,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,255,1), - (70020,1734,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,255,1), - (70021,2047,0,-2092,-2672,87.052,0.383,0,0,0.190332,0.98172,300,255,1), - (70022,1735,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,255,1), - (70023,2040,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,255,1), - (70025,1733,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,255,1), - (70026,1734,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,255,1), - (70027,2047,0,-629,-3833,233.436,5.114,0,0,0.55186,-0.833937,300,255,1), - (70028,1735,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,255,1), - (70029,2040,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,255,1), - (70030,1732,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,255,1), - (70031,1733,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,255,1), - (70032,1734,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,255,1), - (70033,2047,0,-1890,-1756,79.641,3.61,0,0,0.972699,-0.232068,300,255,1), - (70034,1735,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,255,1), - (70035,2040,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,255,1), - (70036,1732,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,255,1), - (70037,1733,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,255,1), - (70038,1734,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,255,1), - (70039,2047,0,-1942,-1634,50.424,5.159,0,0,0.532958,-0.846142,300,255,1), - (70040,1735,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,255,1), - (70041,2040,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,255,1), - (70042,1732,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,255,1), - (70043,1733,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,255,1), - (70044,1734,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,255,1), - (70045,2047,0,-2292.2,-1679.02,-62.0117,0.226893,0,0,0.113203,0.993572,300,255,1), - (70046,1735,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,255,1), - (70047,2040,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,255,1), - (70048,1732,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,255,1), - (70049,1733,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,255,1), - (70050,1734,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,255,1), - (70051,2047,0,-2147.86,-1558.83,-47.3161,2.33874,0,0,0.920505,0.390732,300,255,1), - (70052,1735,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,255,1), - (70053,2040,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,255,1), - (70054,1732,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,255,1), - (70055,1733,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,255,1), - (70056,1734,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,255,1), - (70057,2047,0,-1276.44,-3531,55.6855,0.942478,0,0,0.453991,0.891006,300,255,1), - (70058,1735,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,255,1), - (70059,2040,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,255,1), - (70060,1732,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,255,1), - (70061,1733,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,255,1), - (70062,1734,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,255,1), - (70063,2047,0,-1973.45,-2920.69,80.74,0.523599,0,0,0.258819,0.965926,300,255,1), - (70064,1735,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (70065,2040,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (70066,1732,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (70067,1733,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (70068,1734,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (70069,2047,0,-1842.88,-2536.53,55.9154,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (70070,1735,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,255,1), - (70071,2040,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,255,1), - (70072,1732,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,255,1), - (70073,1733,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,255,1), - (70074,1734,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,255,1), - (70075,2047,0,-1618.13,-2121.86,31.3074,3.01942,0,0,0.998135,0.0610484,300,255,1), - (70076,1735,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,255,1), - (70077,2040,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,255,1), - (70078,1732,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,255,1), - (70079,1733,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,255,1), - (70080,1734,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,255,1), - (70081,2047,0,-1549.49,-3505.43,74.9379,-0.855212,0,0,-0.414694,0.909961,300,255,1), - (70082,1735,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (70083,2040,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (70084,1732,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (70085,1733,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (70086,1734,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (70087,2047,0,-1010.44,-1754.39,47.7019,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (70088,1735,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,255,1), - (70089,2040,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,255,1), - (70090,1732,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,255,1), - (70091,1733,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,255,1), - (70092,1734,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,255,1), - (70093,2047,0,-2029.64,-3307.34,54.9377,2.02458,0,0,0.848048,0.52992,300,255,1), - (70094,1735,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,255,1), - (70095,2040,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,255,1), - (70096,1732,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,255,1), - (70097,1733,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,255,1), - (70098,1734,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,255,1), - (70099,2047,0,-887.304,-3083.02,50.8085,1.36136,0,0,0.629322,0.777145,300,255,1), - (70100,1735,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,255,1), - (70101,2040,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,255,1), - (70102,1733,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,255,1), - (70103,1735,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,255,1), - (70104,1734,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,255,1), - (70105,2047,0,-578.061,-1840.35,58.6231,1.02974,0,0,0.492422,0.870357,300,255,1), - (70106,1735,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70107,2040,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70108,1732,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70109,1733,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70110,1734,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70111,2047,0,-1842.59,-3418.07,66.4538,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70112,1735,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (70113,2040,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (70114,1732,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (70115,1733,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (70116,1734,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (70117,2047,0,-2102.87,-2828.6,79.0172,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (70118,1735,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,255,1), - (70119,2040,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,255,1), - (70120,1732,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,255,1), - (70121,1733,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,255,1), - (70122,1734,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,255,1), - (70123,2047,0,-2067.97,-2818.12,81.2574,0.994838,0,0,0.477159,0.878817,300,255,1), - (70124,1735,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (70125,2040,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (70126,1732,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (70127,1733,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (70128,1734,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (70129,2047,0,-1907.28,-3269.03,72.1342,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (70130,1735,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,255,1), - (70131,2040,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,255,1), - (70132,1732,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,255,1), - (70133,1733,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,255,1), - (70134,1734,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,255,1), - (70135,2047,0,-2099.46,-3265.8,51.4725,1.93731,0,0,0.824125,0.566409,300,255,1), - (70136,1735,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (70137,2040,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (70138,1732,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (70139,1733,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (70140,1734,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (70141,2047,0,-2106.72,-3357.28,59.2213,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (70142,1735,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (70143,2040,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (70144,1732,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (70145,1733,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (70146,1734,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (70147,2047,0,-1164.86,-3734.62,109.443,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (70148,1735,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,255,1), - (70149,2040,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,255,1), - (70150,1732,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,255,1), - (70151,1733,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,255,1), - (70152,1734,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,255,1), - (70153,2047,0,-1242.73,-2000.77,42.0287,2.04204,0,0,0.852641,0.522496,300,255,1), - (70154,1735,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,255,1), - (70155,2040,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,255,1), - (70156,1732,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,255,1), - (70157,1733,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,255,1), - (70158,1734,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,255,1), - (70159,2047,0,-1200.78,-2056.92,41.233,2.44346,0,0,0.939692,0.342021,300,255,1), - (70160,1735,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (70161,2040,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (70162,1732,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (70163,1733,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (70164,1734,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (70165,2047,0,-1831.79,-1443.18,59.4886,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (70166,1735,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (70167,2040,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (70168,1732,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (70169,1733,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (70170,1734,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (70171,2047,0,-861.309,-1812.96,46.9976,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (70172,1735,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,255,1), - (70173,2040,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,255,1), - (70174,1732,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,255,1), - (70175,1733,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,255,1), - (70176,1734,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,255,1), - (70177,2047,0,-890.106,-2366.57,67.8352,0.349066,0,0,0.173648,0.984808,300,255,1), - (70178,1735,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,255,1), - (70179,2040,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,255,1), - (70180,1732,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,255,1), - (70181,1733,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,255,1), - (70182,1734,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,255,1), - (70183,2047,0,-870.664,-3417.08,81.2847,0.331613,0,0,0.165048,0.986286,300,255,1), - (70184,1735,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,255,1), - (70185,2040,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,255,1), - (70186,1732,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,255,1), - (70187,1733,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,255,1), - (70188,1734,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,255,1), - (70189,2047,0,-2063.44,-2676.59,88.1955,1.62316,0,0,0.725376,0.688353,300,255,1), - (70190,1735,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (70191,2040,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (70192,1732,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (70193,1733,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (70194,1734,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (70195,2047,0,-1684.47,-2838,43.3192,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (70196,1735,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,255,1), - (70197,2040,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,255,1), - (70198,1732,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,255,1), - (70199,1733,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,255,1), - (70200,1734,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,255,1), - (70201,2047,0,-1391.31,-3408.41,55.6804,0.558505,0,0,0.275637,0.961262,300,255,1), - (70202,1735,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,255,1), - (70203,2040,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,255,1), - (70204,1732,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,255,1), - (70205,1733,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,255,1), - (70206,1734,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,255,1), - (70207,2047,0,-2098.44,-2829.28,211.396,0,0,0,0,1,300,255,1), - (70208,1735,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,255,1), - (70209,2040,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,255,1), - (70210,1732,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,255,1), - (70211,1733,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,255,1), - (70212,1734,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,255,1), - (70213,2047,0,-2094.03,-2843.83,222.646,0,0,0,0,1,300,255,1), - (70214,1735,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (70215,2040,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (70217,1733,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (70218,1734,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (70219,2047,0,-671.735,-3811.95,223.037,-2.28638,0,0,-0.909961,0.414694,300,255,1), - (70220,1735,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,255,1), - (70221,2040,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,255,1), - (70222,1732,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,255,1), - (70223,1733,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,255,1), - (70224,1734,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,255,1), - (70225,2047,0,-2307.24,-1790.67,-22.6112,0.453786,0,0,0.224951,0.97437,300,255,1), - (70226,1735,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (70227,2040,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (70228,1732,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (70229,1733,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (70230,1734,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (70231,2047,0,-1674.69,-1442.03,45.8495,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (70232,1735,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,255,1), - (70233,2040,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,255,1), - (70234,1732,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,255,1), - (70235,1733,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,255,1), - (70236,1734,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,255,1), - (70237,2047,0,-1819.15,-2011.03,66.5258,2.02458,0,0,0.848048,0.52992,300,255,1), - (70238,1735,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (70239,2040,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (70240,1732,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (70241,1733,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (70242,1734,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (70243,2047,0,-1854.6,-1493.8,49.2701,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (70244,1735,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (70245,2040,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (70246,1732,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (70247,1733,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (70248,1734,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (70249,2047,0,-2249.11,-1888.32,18.0896,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (70250,1735,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (70251,2040,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (70252,1732,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (70253,1733,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (70254,1734,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (70255,2047,0,-1189.47,-3085.4,47.0624,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (70256,1735,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,255,1), - (70257,2040,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,255,1), - (70258,1732,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,255,1), - (70259,1733,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,255,1), - (70260,1734,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,255,1), - (70261,2047,0,-1755.99,-1427.99,63.643,1.78023,0,0,0.777144,0.629323,300,255,1), - (70262,1735,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (70263,2040,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (70264,1732,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (70265,1733,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (70266,1734,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (70267,2047,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (70268,1735,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,255,1), - (70269,2040,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,255,1), - (70270,1732,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,255,1), - (70271,1733,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,255,1), - (70272,1734,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,255,1), - (70273,2047,0,-1851.72,-1538.44,66.9113,2.19912,0,0,0.891008,0.453988,300,255,1), - (70274,1735,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (70275,2040,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (70276,1732,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (70277,1733,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (70278,1734,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (70279,2047,0,-1831.79,-1443.18,59.4886,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (70280,1735,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,255,1), - (70281,2040,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,255,1), - (70282,1732,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,255,1), - (70283,1733,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,255,1), - (70284,1734,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,255,1), - (70285,2047,0,-570.907,-1973.91,61.6349,1.93731,0,0,0.824125,0.566409,300,255,1), - (70286,1735,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (70287,2040,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (70288,1732,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (70289,1733,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (70290,1734,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (70291,2047,0,-870.664,-3417.08,81.2847,0.331611,0,0,0.165047,0.986286,300,255,1), - (70292,1735,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,255,1), - (70293,2040,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,255,1), - (70294,1732,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,255,1), - (70295,1733,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,255,1), - (70296,1734,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,255,1), - (70297,2047,0,-1967.31,-3303.95,56.4634,1.6057,0,0,0.719339,0.694659,300,255,1), - (70298,1735,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,255,1), - (70299,2040,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,255,1), - (70300,1732,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,255,1), - (70301,1733,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,255,1), - (70302,1734,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,255,1), - (70303,2047,0,-936.717,-1556.4,58.4301,2.32129,0,0,0.91706,0.398748,300,255,1), - (70304,1735,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,255,1), - (70305,2040,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,255,1), - (70306,1732,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,255,1), - (70307,1733,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,255,1), - (70308,1734,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,255,1), - (70309,2047,0,-1662.89,-3521.96,71.4645,3.01941,0,0,0.998134,0.0610534,300,255,1), - (70310,1735,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (70311,2040,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (70312,1732,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (70313,1733,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (70314,1734,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (70315,2047,0,-795.956,-3359.17,84.0471,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (70316,1735,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70317,2040,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70318,1732,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70319,1733,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70320,1734,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70321,2047,0,-1739.74,-3479.38,58.7864,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70322,1735,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.16505,300,255,1), - (70323,2040,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (70324,1732,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (70325,1733,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (70326,1734,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (70327,2047,0,-961.645,-2236.57,58.6912,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (70328,1735,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (70329,2040,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (70330,1732,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (70331,1733,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (70332,1734,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (70333,2047,0,-824.069,-3644.92,91.11,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (70334,1735,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70335,2040,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70336,1732,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70337,1733,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70338,1734,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70339,2047,0,-1937.67,-3216.95,78.7885,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (70340,1735,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,255,1), - (70341,2040,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,255,1), - (70342,1732,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,255,1), - (70343,1733,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,255,1), - (70344,1734,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,255,1), - (70345,2047,0,-688.662,-2243.45,72.0709,2.32129,0,0,0.91706,0.398748,300,255,1), - (70346,1735,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (70347,2040,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (70348,1732,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (70349,1733,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (70350,1734,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (70351,2047,0,-990.192,-2587.46,65.2202,1.97222,0,0,0.833885,0.551938,300,255,1), - (70352,1735,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (70353,2040,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (70354,1732,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (70355,1733,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (70356,1734,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (70357,2047,0,-2065.41,-3307.87,67.9717,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (70358,1735,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70359,2040,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70360,1732,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70361,1733,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70362,1734,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70363,2047,0,-1729.78,-3290.1,13.5406,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (70364,2040,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,255,1), - (70365,2653,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,255,1), - (70366,1733,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,255,1), - (70367,1734,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,255,1), - (70368,2047,0,-986,-3874,149.125,5.489,0,0,0.386739,-0.922189,300,255,1), - (70369,2040,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,255,1), - (70370,2653,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,255,1), - (70371,1733,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,255,1), - (70372,1734,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,255,1), - (70373,2047,0,-989,-3852,149.946,5.489,0,0,0.386739,-0.922189,300,255,1), - (70374,2040,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,255,1), - (70375,2653,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,255,1), - (70376,1733,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,255,1), - (70377,1734,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,255,1), - (70378,2047,0,-926,-3857,145.847,0.037,0,0,0.0184989,0.999829,300,255,1), - (70379,2040,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,255,1), - (70380,2653,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,255,1), - (70381,1733,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,255,1), - (70382,1734,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,255,1), - (70383,2047,0,-817,-3883,144.968,2.956,0,0,0.995697,0.0926632,300,255,1), - (70384,2040,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,255,1), - (70385,2653,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,255,1), - (70386,1733,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,255,1), - (70387,1734,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,255,1), - (70388,2047,0,-883,-3979.5,139.893,4.69,0,0,0.714978,-0.699147,300,255,1), - (70389,2040,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,255,1), - (70390,2653,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,255,1), - (70391,1733,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,255,1), - (70392,1734,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,255,1), - (70393,2047,0,-884,-3912,134.78,5.318,0,0,0.464077,-0.885795,300,255,1), - (70394,2040,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,255,1), - (70395,2653,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,255,1), - (70396,1733,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,255,1), - (70397,1734,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,255,1), - (70398,2047,0,-930,-3875,147.403,2.463,0,0,0.942989,0.332824,300,255,1), - (70399,2040,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,255,1), - (70400,2653,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,255,1), - (70401,1733,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,255,1), - (70402,1734,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,255,1), - (70403,2047,0,-968,-3890,151.423,5.489,0,0,0.386739,-0.922189,300,255,1), - (70404,2040,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,255,1), - (70405,2653,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,255,1), - (70406,1733,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,255,1), - (70407,1734,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,255,1), - (70408,2047,0,-798,-3897,144.968,0.587,0,0,0.289304,0.957237,300,255,1), - (70409,2040,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,255,1), - (70410,2653,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,255,1), - (70411,1733,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,255,1), - (70412,1734,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,255,1), - (70413,2047,0,-931,-3953,148.85,3.308,0,0,0.996541,-0.0831077,300,255,1), - (70414,2040,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,255,1), - (70415,2653,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,255,1), - (70416,1733,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,255,1), - (70417,1734,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,255,1), - (70418,2047,0,-911,-3946,151.794,5.935,0,0,0.173215,-0.984884,300,255,1), - (70419,2040,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,255,1), - (70420,2653,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,255,1), - (70421,1733,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,255,1), - (70422,1734,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,255,1), - (70423,2047,0,-897,-3949,138.035,5.191,0,0,0.519352,-0.85456,300,255,1), - (70424,2040,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,255,1), - (70425,2653,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,255,1), - (70426,1733,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,255,1), - (70427,1734,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,255,1), - (70428,2047,0,-819.6,-3912.4,145.84,0.56,0,0,0.276356,0.961055,300,255,1), - (70429,2040,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,255,1), - (70430,2653,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,255,1), - (70431,1733,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,255,1), - (70432,1734,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,255,1), - (70433,2047,0,-896,-4000,144.195,1.695,0,0,0.749628,0.661859,300,255,1), - (70434,2040,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,255,1), - (70435,2653,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,255,1), - (70436,1733,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,255,1), - (70437,1734,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,255,1), - (70438,2047,0,-858,-3999,146.267,5.997,0,0,0.142605,-0.98978,300,255,1), - (70439,2040,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,255,1), - (70440,2653,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,255,1), - (70441,1733,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,255,1), - (70442,1734,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,255,1), - (70443,2047,0,-925,-3892,144.599,2.709,0,0,0.976699,0.214614,300,255,1), - (70444,2040,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,255,1), - (70445,2653,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,255,1), - (70446,1733,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,255,1), - (70447,1734,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,255,1), - (70448,2047,0,-938,-3848,148.087,1.133,0,0,0.536682,0.843785,300,255,1), - (70449,2040,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,255,1), - (70450,2653,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,255,1), - (70451,1733,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,255,1), - (70452,1734,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,255,1), - (70453,2047,0,-836,-3929,148.626,0.973,0,0,0.467535,0.883975,300,255,1), - (70454,2040,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,255,1), - (70455,2653,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,255,1), - (70456,1733,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,255,1), - (70457,1734,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,255,1), - (70458,2047,0,-946.57,-3893,154.072,5.351,0,0,0.449399,-0.893331,300,255,1), - (70459,2040,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,255,1), - (70460,2653,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,255,1), - (70461,1733,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,255,1), - (70462,1734,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,255,1), - (70463,2047,0,-883,-3885,135.184,5.9,0,0,0.190423,-0.981702,300,255,1), - (70464,2040,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,255,1), - (70465,2653,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,255,1), - (70466,1733,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,255,1), - (70467,1734,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,255,1), - (70468,2047,0,-854,-3930,148.799,0.317,0,0,0.157837,0.987465,300,255,1), - (70469,2040,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,255,1), - (70470,2653,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,255,1), - (70471,1733,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,255,1), - (70472,1734,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,255,1), - (70473,2047,0,-852.465,-3889.12,140.951,2.4,0,0,0.932039,0.362358,300,255,1), - (70474,2040,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,255,1), - (70475,2653,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,255,1), - (70476,1733,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,255,1), - (70477,1734,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,255,1), - (70478,2047,0,-857.528,-3931.43,149.044,-0.20944,0,0,-0.104529,0.994522,300,255,1), - (70479,2040,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,255,1), - (70480,2653,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,255,1), - (70481,1733,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,255,1), - (70482,1734,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,255,1), - (70483,2047,0,-882.01,-3885.88,135.174,2.98451,0,0,0.996917,0.0784606,300,255,1), - (70484,2040,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,255,1), - (70485,2653,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,255,1), - (70486,1733,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,255,1), - (70487,1734,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,255,1), - (70488,2047,0,-842.014,-3939.07,150.111,1.309,0,0,0.608763,0.793352,300,255,1), - (70489,2040,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,255,1), - (70490,2653,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,255,1), - (70491,1733,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,255,1), - (70492,1734,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,255,1), - (70493,2047,0,-830.497,-3885.8,147.603,0.087266,0,0,0.0436192,0.999048,300,255,1), - (70494,2040,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (70495,2653,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (70496,1733,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (70497,1734,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (70498,2047,0,-947.561,-3927.05,145.284,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (70499,2040,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,255,1), - (70500,2653,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,255,1), - (70501,1733,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,255,1), - (70502,1734,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,255,1), - (70503,2047,0,-793.146,-3898.25,145.014,0.10472,0,0,0.0523361,0.99863,300,255,1), - (70504,2040,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (70505,2653,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (70506,1733,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (70507,1734,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (70508,2047,0,-874.558,-3911.16,134.068,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (70509,1735,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,255,1), - (70510,2040,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,255,1), - (70511,1732,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,255,1), - (70512,1733,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,255,1), - (70513,1734,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,255,1), - (70514,2047,0,-915.045,-1890.88,72.8949,2.91469,0,0,0.993571,0.113208,300,255,1), - (70515,1735,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,255,1), - (70516,2040,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,255,1), - (70517,1732,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,255,1), - (70518,1733,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,255,1), - (70519,1734,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,255,1), - (70520,2047,0,-2183.83,-1728.47,-63.0671,1.46608,0,0,0.669132,0.743144,300,255,1), - (70521,1735,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (70522,2040,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (70523,1732,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (70524,1733,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (70525,1734,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (70526,2047,0,-972.981,-3184.12,52.1261,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (70527,1735,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (70528,2040,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (70529,1732,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (70530,1733,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (70531,1734,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (70532,2047,0,-1844.39,-2797.95,63.7121,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (70533,1735,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (70534,2040,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (70535,1732,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (70536,1733,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (70537,1734,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (70538,2047,0,-1259.59,-2936.51,39.8619,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (70539,1735,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (70540,2040,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (70541,1732,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (70542,1733,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (70543,1734,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (70544,2047,0,-1827.82,-2643.53,59.8704,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (70545,1735,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,255,1), - (70546,2040,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,255,1), - (70547,1732,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,255,1), - (70548,1733,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,255,1), - (70549,1734,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,255,1), - (70550,2047,0,-1207.98,-2092.81,51.3807,1.65806,0,0,0.737276,0.675591,300,255,1), - (70551,1735,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,255,1), - (70552,2040,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,255,1), - (70553,1732,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,255,1), - (70554,1733,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,255,1), - (70555,1734,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,255,1), - (70556,2047,0,-1941.89,-1648.68,48.6327,0.157079,0,0,0.0784588,0.996917,300,255,1), - (70557,1735,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,255,1), - (70558,2040,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,255,1), - (70559,1732,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,255,1), - (70560,1733,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,255,1), - (70561,1734,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,255,1), - (70562,2047,0,-2241.74,-1640.24,-21.8187,0.558504,0,0,0.275637,0.961262,300,255,1), - (70563,2040,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,255,1), - (70564,2653,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,255,1), - (70565,1733,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,255,1), - (70566,1734,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,255,1), - (70567,2047,0,-911.687,-3877.76,141.116,2.51327,0,0,0.951056,0.309019,300,255,1), - (70568,2040,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (70569,2653,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (70570,1733,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (70571,1734,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (70572,2047,0,-942.624,-3954.16,146.634,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (70574,150079,0,-10678,-3063.91,19.3301,1.16937,0,0,0.551937,0.833886,300,255,1), - (70575,150080,0,-10678,-3063.91,19.3301,1.16937,0,0,0.551937,0.833886,300,255,1), - (70576,150081,0,-10678,-3063.91,19.3301,1.16937,0,0,0.551937,0.833886,300,255,1), - (70577,150082,0,-10678,-3063.91,19.3301,1.16937,0,0,0.551937,0.833886,300,255,1), - (70578,150079,0,-10552.4,-3171.3,5.98372,2.86233,0,0,0.990267,0.139178,300,255,1), - (70579,150080,0,-10552.4,-3171.3,5.98372,2.86233,0,0,0.990267,0.139178,300,255,1), - (70580,150081,0,-10552.4,-3171.3,5.98372,2.86233,0,0,0.990267,0.139178,300,255,1), - (70581,150082,0,-10552.4,-3171.3,5.98372,2.86233,0,0,0.990267,0.139178,300,255,1), - (70582,1735,0,-1373.79,-1072.68,19.7061,2.21656,0,0,0.894933,0.446202,300,255,1), - (70583,2040,0,-1373.79,-1072.68,19.7061,2.21656,0,0,0.894933,0.446202,300,255,1), - (70584,1734,0,-1373.79,-1072.68,19.7061,2.21656,0,0,0.894933,0.446202,300,255,1), - (70585,2047,0,-1373.79,-1072.68,19.7061,2.21656,0,0,0.894933,0.446202,300,255,1), - (70586,2040,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,255,1), - (70587,324,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,255,1), - (70588,165658,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,255,1), - (70589,1734,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,255,1), - (70590,2047,0,-6502.38,-1040.03,344.818,2.63544,0,0,0.968147,0.250383,300,255,1), - (70591,2040,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,255,1), - (70592,324,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,255,1), - (70593,165658,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,255,1), - (70594,1734,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,255,1), - (70595,2047,0,-6473.71,-1195.53,183.154,1.29154,0,0,0.601814,0.798637,300,255,1), - (70596,1735,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,255,1), - (70597,2040,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,255,1), - (70598,1733,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,255,1), - (70599,1734,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,255,1), - (70600,1735,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,255,1), - (70601,2040,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,255,1), - (70602,1734,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,255,1), - (70603,1733,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,255,1), - (70604,2047,0,-6807,-2349,279.901,-3,0,0,-0.997495,0.0707372,300,255,1), - (70605,1735,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,255,1), - (70606,2040,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,255,1), - (70607,1734,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,255,1), - (70608,1733,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,255,1), - (70609,2047,0,-6582,-2753,271.527,6.144,0,0,0.0695365,-0.997579,300,255,1), - (70610,1735,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70611,2040,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70612,1734,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70613,1733,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70614,2047,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70615,1735,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,255,1), - (70616,2040,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,255,1), - (70617,1734,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,255,1), - (70618,1733,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,255,1), - (70619,2047,0,-6742,-3093,280.871,0.733,0,0,0.35835,0.933587,300,255,1), - (70620,1735,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,255,1), - (70621,2040,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,255,1), - (70622,1734,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,255,1), - (70623,1733,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,255,1), - (70624,2047,0,-6114,-3077,251.106,-3,0,0,-0.997495,0.0707372,300,255,1), - (70625,1735,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,255,1), - (70626,2040,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,255,1), - (70627,1734,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,255,1), - (70628,1733,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,255,1), - (70629,2047,0,-6421,-3430,249.555,2.317,0,0,0.916203,0.400714,300,255,1), - (70630,1735,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,255,1), - (70631,2040,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,255,1), - (70632,1734,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,255,1), - (70633,1733,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,255,1), - (70634,2047,0,-7118,-3162,248.864,2.356,0,0,0.923842,0.382773,300,255,1), - (70635,1735,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,255,1), - (70636,2040,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,255,1), - (70637,1734,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,255,1), - (70638,1733,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,255,1), - (70639,2047,0,-6365,-3302,264.742,3.801,0,0,0.946138,-0.323763,300,255,1), - (70640,1735,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (70641,2040,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (70642,1734,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (70643,1733,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (70644,2047,0,-6870,-3135.92,262.557,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (70645,1735,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70646,2040,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70647,1734,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70648,1733,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70649,2047,0,-6656.69,-3375.81,260.036,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (70650,1735,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,255,1), - (70651,2040,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,255,1), - (70652,1734,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,255,1), - (70653,1733,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,255,1), - (70654,2047,0,-7059,-2604,260.957,1.882,0,0,0.808147,0.58898,300,255,1), - (70655,1735,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,255,1), - (70656,2040,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,255,1), - (70657,1734,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,255,1), - (70658,1733,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,255,1), - (70659,2047,0,-6896,-2595,247.341,5.413,0,0,0.421494,-0.906831,300,255,1), - (70660,1735,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,255,1), - (70661,2040,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,255,1), - (70662,1734,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,255,1), - (70663,1733,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,255,1), - (70664,2047,0,-6850,-2293,256.659,3.784,0,0,0.948856,-0.315709,300,255,1), - (70665,1735,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,255,1), - (70666,2040,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,255,1), - (70667,1734,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,255,1), - (70668,1733,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,255,1), - (70669,2047,0,-7265,-2542,297.533,2.721,0,0,0.977969,0.20875,300,255,1), - (70670,1735,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,255,1), - (70671,2040,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,255,1), - (70672,1734,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,255,1), - (70673,1733,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,255,1), - (70674,2047,0,-6854,-2413,247.138,4.887,0,0,0.642758,-0.76607,300,255,1), - (70675,1735,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,255,1), - (70676,2040,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,255,1), - (70677,1734,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,255,1), - (70678,1733,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,255,1), - (70679,2047,0,-6568,-3389,280.28,0.061,0,0,0.0304953,0.999535,300,255,1), - (70680,1735,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,255,1), - (70681,2040,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,255,1), - (70682,1734,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,255,1), - (70683,1733,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,255,1), - (70684,2047,0,-6917,-2638,271.127,4.899,0,0,0.63815,-0.769912,300,255,1), - (70685,1735,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,255,1), - (70686,2040,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,255,1), - (70687,1734,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,255,1), - (70688,1733,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,255,1), - (70689,2047,0,-6793,-2453,264.956,-1,0,0,-0.479426,0.877583,300,255,1), - (70690,1735,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,255,1), - (70691,2040,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,255,1), - (70692,1734,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,255,1), - (70693,1733,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,255,1), - (70694,2047,0,-7022,-3250,258.898,2.285,0,0,0.909675,0.415322,300,255,1), - (70695,1735,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,255,1), - (70696,2040,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,255,1), - (70697,1734,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,255,1), - (70698,1733,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,255,1), - (70699,2047,0,-7055,-3646,244.144,6.102,0,0,0.0904687,-0.995899,300,255,1), - (70700,1735,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,255,1), - (70701,2040,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,255,1), - (70702,1734,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,255,1), - (70703,1733,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,255,1), - (70704,2047,0,-7363,-2327,238.946,4.383,0,0,0.813469,-0.581608,300,255,1), - (70705,1735,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,255,1), - (70706,2040,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,255,1), - (70707,1734,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,255,1), - (70708,1733,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,255,1), - (70709,2047,0,-7151,-3034,269.558,3.996,0,0,0.910128,-0.414327,300,255,1), - (70710,1735,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,255,1), - (70711,2040,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,255,1), - (70712,1734,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,255,1), - (70713,1733,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,255,1), - (70714,2047,0,-7104,-2641,264.818,1.972,0,0,0.833825,0.55203,300,255,1), - (70715,1735,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,255,1), - (70716,2040,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,255,1), - (70717,1734,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,255,1), - (70718,1733,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,255,1), - (70719,2047,0,-7333,-2262,241.15,1.735,0,0,0.762715,0.646735,300,255,1), - (70720,1735,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,255,1), - (70721,2040,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,255,1), - (70722,1734,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,255,1), - (70723,1733,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,255,1), - (70724,2047,0,-7480,-2277,232.692,1.92,0,0,0.819192,0.57352,300,255,1), - (70725,1735,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,255,1), - (70726,2040,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,255,1), - (70727,1734,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,255,1), - (70728,1733,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,255,1), - (70729,2047,0,-6456,-3437,229.434,3.242,0,0,0.99874,-0.0501826,300,255,1), - (70730,1735,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,255,1), - (70731,2040,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,255,1), - (70732,1734,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,255,1), - (70733,1733,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,255,1), - (70734,2047,0,-6867,-2399.52,250.525,2.19912,0,0,0.891008,0.453988,300,255,1), - (70735,1735,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,255,1), - (70736,2040,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,255,1), - (70737,1734,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,255,1), - (70738,1733,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,255,1), - (70739,2047,0,-6906,-2664,253.194,4.197,0,0,0.863966,-0.503551,300,255,1), - (70740,1735,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,255,1), - (70741,2040,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,255,1), - (70742,1734,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,255,1), - (70743,1733,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,255,1), - (70744,2047,0,-7177,-3349,250.901,3.996,0,0,0.910128,-0.414327,300,255,1), - (70745,1735,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,255,1), - (70746,2040,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,255,1), - (70747,1734,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,255,1), - (70748,1733,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,255,1), - (70749,2047,0,-6907,-2583,249.293,2.531,0,0,0.953758,0.300576,300,255,1), - (70750,1735,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,255,1), - (70751,2040,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,255,1), - (70752,1734,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,255,1), - (70753,1733,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,255,1), - (70754,2047,0,-7179,-2729,265.908,3.94,0,0,0.921371,-0.388685,300,255,1), - (70755,1735,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,255,1), - (70756,2040,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,255,1), - (70757,1734,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,255,1), - (70758,1733,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,255,1), - (70759,2047,0,-6936,-2709,252.405,2.916,0,0,0.993645,0.112557,300,255,1), - (70760,1735,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,255,1), - (70761,2040,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,255,1), - (70762,1734,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,255,1), - (70763,1733,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,255,1), - (70764,2047,0,-6770.47,-2845.89,246.351,0.523598,0,0,0.258819,0.965926,300,255,1), - (70765,1735,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,255,1), - (70766,2040,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,255,1), - (70767,1734,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,255,1), - (70768,1733,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,255,1), - (70769,2047,0,-6740,-3149,247.648,5.845,0,0,0.217344,-0.976095,300,255,1), - (70770,1735,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,255,1), - (70771,2040,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,255,1), - (70772,1734,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,255,1), - (70773,1733,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,255,1), - (70774,2047,0,-7110,-3652,263.424,3.794,0,0,0.947266,-0.320449,300,255,1), - (70775,1735,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,255,1), - (70776,2040,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,255,1), - (70777,1734,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,255,1), - (70778,1733,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,255,1), - (70779,2047,0,-6629,-3767,265.948,3.796,0,0,0.946945,-0.321396,300,255,1), - (70780,1735,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,255,1), - (70781,2040,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,255,1), - (70782,1734,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,255,1), - (70783,1733,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,255,1), - (70784,2047,0,-6637,-3561,250.831,2.19,0,0,0.888928,0.458046,300,255,1), - (70785,1735,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,255,1), - (70786,2040,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,255,1), - (70787,1734,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,255,1), - (70788,1733,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,255,1), - (70789,2047,0,-7223,-3502,316.694,4.118,0,0,0.883177,-0.46904,300,255,1), - (70790,1735,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,255,1), - (70791,2040,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,255,1), - (70792,1734,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,255,1), - (70793,1733,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,255,1), - (70794,2047,0,-6681,-3206,260.117,4.142,0,0,0.877485,-0.479604,300,255,1), - (70795,1735,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,255,1), - (70796,2040,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,255,1), - (70797,1734,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,255,1), - (70798,1733,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,255,1), - (70799,2047,0,-6743,-3092,280.305,0.733,0,0,0.35835,0.933587,300,255,1), - (70800,1735,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,255,1), - (70801,2040,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,255,1), - (70802,1734,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,255,1), - (70803,1733,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,255,1), - (70804,2047,0,-6696,-3017,261.19,0.545,0,0,0.26914,0.963101,300,255,1), - (70805,1735,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,255,1), - (70806,2040,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,255,1), - (70807,1734,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,255,1), - (70808,1733,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,255,1), - (70809,2047,0,-7028,-3162,252.515,1.531,0,0,0.692898,0.721036,300,255,1), - (70810,1735,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,255,1), - (70811,2040,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,255,1), - (70812,1734,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,255,1), - (70813,1733,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,255,1), - (70814,2047,0,-6787.1,-2965.44,249.699,2.28638,0,0,0.909961,0.414694,300,255,1), - (70815,1735,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,255,1), - (70816,2040,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,255,1), - (70817,1734,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,255,1), - (70818,1733,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,255,1), - (70819,2047,0,-6905,-2444,244.787,4.887,0,0,0.642758,-0.76607,300,255,1), - (70820,1735,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,255,1), - (70821,2040,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,255,1), - (70822,1734,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,255,1), - (70823,1733,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,255,1), - (70824,2047,0,-6859,-2351,248.475,5.905,0,0,0.187968,-0.982175,300,255,1), - (70825,1735,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,255,1), - (70826,2040,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,255,1), - (70827,1734,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,255,1), - (70828,1733,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,255,1), - (70829,2047,0,-6893,-2794,242.472,3.054,0,0,0.999041,0.0437824,300,255,1), - (70830,1735,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,255,1), - (70831,2040,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,255,1), - (70832,1734,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,255,1), - (70833,1733,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,255,1), - (70834,2047,0,-6763,-2225,261.688,3.784,0,0,0.948856,-0.315709,300,255,1), - (70835,1735,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,255,1), - (70836,2040,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,255,1), - (70837,1734,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,255,1), - (70838,1733,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,255,1), - (70839,2047,0,-6110,-3455,272.738,6.09,0,0,0.0964424,-0.995339,300,255,1), - (70840,1735,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,255,1), - (70841,2040,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,255,1), - (70842,1734,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,255,1), - (70843,1733,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,255,1), - (70844,2047,0,-7055,-2526,269.941,1.623,0,0,0.725321,0.688411,300,255,1), - (70845,1735,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,255,1), - (70846,2040,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,255,1), - (70847,1734,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,255,1), - (70848,1733,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,255,1), - (70849,2047,0,-6625,-3717,268.736,3.796,0,0,0.946945,-0.321396,300,255,1), - (70850,1735,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,255,1), - (70851,2040,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,255,1), - (70852,1734,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,255,1), - (70853,1733,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,255,1), - (70854,2047,0,-7195,-3152,286.589,3.996,0,0,0.910128,-0.414327,300,255,1), - (70855,1735,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,255,1), - (70856,2040,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,255,1), - (70857,1734,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,255,1), - (70858,1733,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,255,1), - (70859,2047,0,-6464,-2484,306.148,5.998,0,0,0.14211,-0.989851,300,255,1), - (70860,1735,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,255,1), - (70861,2040,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,255,1), - (70862,1734,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,255,1), - (70863,1733,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,255,1), - (70864,2047,0,-6992,-3294,272.311,3.123,0,0,0.999957,0.00929624,300,255,1), - (70865,1735,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,255,1), - (70866,2040,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,255,1), - (70867,1734,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,255,1), - (70868,1733,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,255,1), - (70869,2047,0,-6830,-3264,295.518,6.061,0,0,0.110864,-0.993836,300,255,1), - (70870,1735,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,255,1), - (70871,2040,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,255,1), - (70872,1734,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,255,1), - (70873,1733,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,255,1), - (70874,2047,0,-6808,-2348,279.528,-3,0,0,-0.997495,0.0707372,300,255,1), - (70875,1735,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,255,1), - (70876,2040,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,255,1), - (70877,1734,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,255,1), - (70878,1733,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,255,1), - (70879,2047,0,-7417,-2464,329.492,2.678,0,0,0.973255,0.229726,300,255,1), - (70880,1735,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,255,1), - (70881,2040,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,255,1), - (70882,1734,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,255,1), - (70883,1733,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,255,1), - (70884,2047,0,-6599,-3458,290.075,0.061,0,0,0.0304953,0.999535,300,255,1), - (70885,1735,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,255,1), - (70886,2040,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,255,1), - (70887,1734,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,255,1), - (70888,1733,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,255,1), - (70889,2047,0,-6999,-2745,248.572,-1,0,0,-0.479426,0.877583,300,255,1), - (70890,1735,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,255,1), - (70891,2040,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,255,1), - (70892,1734,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,255,1), - (70893,1733,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,255,1), - (70894,2047,0,-7072,-3690,256.453,5.968,0,0,0.156941,-0.987608,300,255,1), - (70895,1735,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,255,1), - (70896,2040,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,255,1), - (70897,1734,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,255,1), - (70898,1733,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,255,1), - (70899,2047,0,-7079,-3712,274.814,4.492,0,0,0.78058,-0.625056,300,255,1), - (70900,1735,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,255,1), - (70901,2040,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,255,1), - (70902,1734,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,255,1), - (70903,1733,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,255,1), - (70904,2047,0,-7149,-2759,265.653,3.195,0,0,0.999644,-0.0267005,300,255,1), - (70905,1735,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,255,1), - (70906,2040,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,255,1), - (70907,1734,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,255,1), - (70908,1733,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,255,1), - (70909,2047,0,-6709,-3182,267.592,0.524,0,0,0.259013,0.965874,300,255,1), - (70910,1735,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,255,1), - (70911,2040,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,255,1), - (70912,1734,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,255,1), - (70913,1733,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,255,1), - (70914,2047,0,-6776,-3232,247.524,2.756,0,0,0.981472,0.191604,300,255,1), - (70915,1735,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,255,1), - (70916,2040,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,255,1), - (70917,1734,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,255,1), - (70918,1733,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,255,1), - (70919,2047,0,-6875,-3288,279.067,1.899,0,0,0.813125,0.58209,300,255,1), - (70920,1735,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,255,1), - (70921,2040,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,255,1), - (70922,1734,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,255,1), - (70923,1733,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,255,1), - (70924,2047,0,-6119,-3373,262.313,0.401,0,0,0.199159,0.979967,300,255,1), - (70925,1735,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,255,1), - (70926,2040,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,255,1), - (70927,1734,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,255,1), - (70928,1733,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,255,1), - (70929,2047,0,-6401,-3383,232.604,0.17,0,0,0.0848977,0.99639,300,255,1), - (70930,1735,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,255,1), - (70931,2040,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,255,1), - (70932,1734,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,255,1), - (70933,1733,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,255,1), - (70934,2047,0,-6185,-3336,269.469,2.766,0,0,0.982418,0.186694,300,255,1), - (70935,1735,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,255,1), - (70936,2040,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,255,1), - (70937,1734,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,255,1), - (70938,1733,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,255,1), - (70939,2047,0,-6951,-2556,253.632,3.989,0,0,0.911572,-0.411139,300,255,1), - (70940,1735,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,255,1), - (70941,2040,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,255,1), - (70942,1734,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,255,1), - (70943,1733,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,255,1), - (70944,2047,0,-6258,-3616,265.488,6.115,0,0,0.0839937,-0.996466,300,255,1), - (70945,1735,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,255,1), - (70946,2040,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,255,1), - (70947,1734,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,255,1), - (70948,1733,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,255,1), - (70949,2047,0,-7118,-3460,243.898,5.968,0,0,0.156941,-0.987608,300,255,1), - (70950,1735,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,255,1), - (70951,2040,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,255,1), - (70952,1734,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,255,1), - (70953,1733,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,255,1), - (70954,2047,0,-7078,-2690,257.873,1.926,0,0,0.820908,0.57106,300,255,1), - (70955,1735,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,255,1), - (70956,2040,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,255,1), - (70957,1734,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,255,1), - (70958,1733,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,255,1), - (70959,2047,0,-7314,-3218,297.464,4.33,0,0,0.828595,-0.559849,300,255,1), - (70960,1735,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,255,1), - (70961,2040,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,255,1), - (70962,1734,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,255,1), - (70963,1733,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,255,1), - (70964,2047,0,-7250,-2629,276.739,2.79,0,0,0.984588,0.174892,300,255,1), - (70965,1735,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,255,1), - (70966,2040,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,255,1), - (70967,1734,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,255,1), - (70968,1733,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,255,1), - (70969,2047,0,-7011,-2296,260.845,1.178,0,0,0.55553,0.831497,300,255,1), - (70970,1735,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,255,1), - (70971,2040,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,255,1), - (70972,1734,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,255,1), - (70973,1733,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,255,1), - (70974,2047,0,-7097,-2464,262.804,3.02,0,0,0.998152,0.0607589,300,255,1), - (70975,1735,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,255,1), - (70976,2040,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,255,1), - (70977,1734,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,255,1), - (70978,1733,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,255,1), - (70979,2047,0,-7005,-3864,294.896,1.082,0,0,0.514993,0.857194,300,255,1), - (70980,1735,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,255,1), - (70981,2040,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,255,1), - (70982,1734,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,255,1), - (70983,1733,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,255,1), - (70984,2047,0,-7319,-2403,282.284,3.102,0,0,0.999804,0.019795,300,255,1), - (70985,1735,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,255,1), - (70986,2040,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,255,1), - (70987,1734,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,255,1), - (70988,1733,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,255,1), - (70989,2047,0,-7177,-3139,276.999,4.63,0,0,0.735628,-0.677386,300,255,1), - (70990,1735,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,255,1), - (70991,2040,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,255,1), - (70992,1734,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,255,1), - (70993,1733,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,255,1), - (70994,2047,0,-7354,-2384,303.233,2.352,0,0,0.923075,0.38462,300,255,1), - (70995,1735,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,255,1), - (70996,2040,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,255,1), - (70997,1734,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,255,1), - (70998,1733,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,255,1), - (70999,2047,0,-6768,-3360,250.495,1.518,0,0,0.688196,0.725525,300,255,1), - (71000,1735,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,255,1), - (71001,2040,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,255,1), - (71002,1734,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,255,1), - (71003,1733,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,255,1), - (71004,2047,0,-7094,-2867,242.145,-3,0,0,-0.997495,0.0707372,300,255,1), - (71005,1735,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,255,1), - (71006,2040,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,255,1), - (71007,1734,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,255,1), - (71008,1733,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,255,1), - (71009,2047,0,-7398,-2247,235.488,2.486,0,0,0.946754,0.321957,300,255,1), - (71010,1735,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,255,1), - (71011,2040,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,255,1), - (71012,1734,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,255,1), - (71013,1733,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,255,1), - (71014,2047,0,-6476,-2481,324.215,5.977,0,0,0.152495,-0.988304,300,255,1), - (71015,1735,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,255,1), - (71016,2040,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,255,1), - (71017,1734,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,255,1), - (71018,1733,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,255,1), - (71019,2047,0,-7240,-3164,296.507,2.529,0,0,0.953457,0.301529,300,255,1), - (71020,1735,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (71021,2040,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (71022,1734,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (71023,1733,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (71024,2047,0,-6535.81,-2962.19,266.817,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (71025,1735,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,255,1), - (71026,2040,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,255,1), - (71027,1734,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,255,1), - (71028,1733,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,255,1), - (71029,2047,0,-6978,-4089,278.294,-1,0,0,-0.479426,0.877583,300,255,1), - (71030,1735,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,255,1), - (71031,2040,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,255,1), - (71032,1734,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,255,1), - (71033,1733,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,255,1), - (71034,2047,0,-6615,-2485,259.733,5.58,0,0,0.344393,-0.938825,300,255,1), - (71035,1735,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,255,1), - (71036,2040,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,255,1), - (71037,1734,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,255,1), - (71038,1733,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,255,1), - (71039,2047,0,-7159,-3096,272.098,6.244,0,0,0.0195914,-0.999808,300,255,1), - (71040,1735,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,255,1), - (71041,2040,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,255,1), - (71042,1734,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,255,1), - (71043,1733,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,255,1), - (71044,2047,0,-6824,-3647,265.401,0.035,0,0,0.0174991,0.999847,300,255,1), - (71045,1735,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,255,1), - (71046,2040,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,255,1), - (71047,1734,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,255,1), - (71048,1733,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,255,1), - (71049,2047,0,-7155,-2267,271.539,2.155,0,0,0.880777,0.473532,300,255,1), - (71050,1735,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,255,1), - (71051,2040,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,255,1), - (71052,1734,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,255,1), - (71053,1733,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,255,1), - (71054,2047,0,-7003,-2713,266.88,1.28,0,0,0.597195,0.802096,300,255,1), - (71055,1735,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,255,1), - (71056,2040,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,255,1), - (71057,1734,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,255,1), - (71058,1733,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,255,1), - (71059,2047,0,-7324,-2312,268.337,3.805,0,0,0.945489,-0.325654,300,255,1), - (71060,1735,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,255,1), - (71061,2040,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,255,1), - (71062,1734,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,255,1), - (71063,1733,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,255,1), - (71064,2047,0,-7134,-2440,245.099,5.93,0,0,0.175676,-0.984448,300,255,1), - (71065,1735,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,255,1), - (71066,2040,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,255,1), - (71067,1734,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,255,1), - (71068,1733,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,255,1), - (71069,2047,0,-6566,-3009,263.901,2.011,0,0,0.84443,0.535666,300,255,1), - (71070,1735,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,255,1), - (71071,2040,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,255,1), - (71072,1734,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,255,1), - (71073,1733,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,255,1), - (71074,2047,0,-6504,-3044,292.176,5.204,0,0,0.513787,-0.857918,300,255,1), - (71075,1735,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,255,1), - (71076,2040,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,255,1), - (71077,1734,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,255,1), - (71078,1733,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,255,1), - (71079,2047,0,-6938,-2673,271.808,0.757,0,0,0.369527,0.92922,300,255,1), - (71080,1735,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,255,1), - (71081,2040,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,255,1), - (71082,1734,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,255,1), - (71083,1733,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,255,1), - (71084,2047,0,-6901,-3875,281.93,1.209,0,0,0.568351,0.822786,300,255,1), - (71085,1735,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,255,1), - (71086,2040,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,255,1), - (71087,1734,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,255,1), - (71088,1733,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,255,1), - (71089,2047,0,-6765,-3331,247.117,4.561,0,0,0.758555,-0.651609,300,255,1), - (71090,1735,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,255,1), - (71091,2040,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,255,1), - (71092,1734,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,255,1), - (71093,1733,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,255,1), - (71094,2047,0,-7238,-2462,259.76,0.226,0,0,0.11276,0.993622,300,255,1), - (71095,1735,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,255,1), - (71096,2040,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,255,1), - (71097,1734,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,255,1), - (71098,1733,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,255,1), - (71099,2047,0,-7254,-2575,286.563,3.581,0,0,0.975962,-0.21794,300,255,1), - (71100,1735,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,255,1), - (71101,2040,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,255,1), - (71102,1734,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,255,1), - (71103,1733,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,255,1), - (71104,2047,0,-6732,-3319,249.473,0.15,0,0,0.0749297,0.997189,300,255,1), - (71105,1735,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,255,1), - (71106,2040,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,255,1), - (71107,1734,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,255,1), - (71108,1733,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,255,1), - (71109,2047,0,-7128,-2338,243.324,5.984,0,0,0.149035,-0.988832,300,255,1), - (71110,1735,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,255,1), - (71111,2040,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,255,1), - (71112,1734,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,255,1), - (71113,1733,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,255,1), - (71114,2047,0,-6935,-3656,248.867,4.674,0,0,0.720548,-0.693405,300,255,1), - (71115,1735,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,255,1), - (71116,2040,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,255,1), - (71117,1734,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,255,1), - (71118,1733,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,255,1), - (71119,2047,0,-6967,-3662,247.25,3.794,0,0,0.947266,-0.320449,300,255,1), - (71120,1735,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,255,1), - (71121,2040,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,255,1), - (71122,1734,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,255,1), - (71123,1733,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,255,1), - (71124,2047,0,-7231,-2462,257.306,2.28,0,0,0.908633,0.417595,300,255,1), - (71125,1735,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,255,1), - (71126,2040,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,255,1), - (71127,1734,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,255,1), - (71128,1733,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,255,1), - (71129,2047,0,-6929,-3618,241.804,1.328,0,0,0.616272,0.787533,300,255,1), - (71130,1735,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,255,1), - (71131,2040,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,255,1), - (71132,1734,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,255,1), - (71133,1733,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,255,1), - (71134,2047,0,-7123,-2267,271.9,2.987,0,0,0.997014,0.0772194,300,255,1), - (71135,1735,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,255,1), - (71136,2040,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,255,1), - (71137,1734,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,255,1), - (71138,1733,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,255,1), - (71139,2047,0,-6977,-2293,270.719,0.817,0,0,0.397233,0.917718,300,255,1), - (71140,1735,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,255,1), - (71141,2040,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,255,1), - (71142,1734,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,255,1), - (71143,1733,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,255,1), - (71144,2047,0,-7240,-2471,262.01,0.471,0,0,0.233329,0.972398,300,255,1), - (71145,1735,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,255,1), - (71146,2040,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,255,1), - (71147,1734,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,255,1), - (71148,1733,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,255,1), - (71149,2047,0,-7391,-2261,235.174,1.111,0,0,0.527368,0.849637,300,255,1), - (71150,1735,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,255,1), - (71151,2040,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,255,1), - (71152,1734,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,255,1), - (71153,1733,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,255,1), - (71154,2047,0,-7238,-2455,258.473,3.729,0,0,0.957178,-0.289499,300,255,1), - (71155,1735,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,255,1), - (71156,2040,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,255,1), - (71157,1734,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,255,1), - (71158,1733,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,255,1), - (71159,2047,0,-7483,-2278,233.12,3.732,0,0,0.956743,-0.290935,300,255,1), - (71160,1735,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,255,1), - (71161,2040,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,255,1), - (71162,1734,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,255,1), - (71163,1733,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,255,1), - (71164,2047,0,-7265,-2557,293.599,2.711,0,0,0.976913,0.213637,300,255,1), - (71165,1735,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,255,1), - (71166,2040,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,255,1), - (71167,1734,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,255,1), - (71168,1733,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,255,1), - (71169,2047,0,-7229,-2234,288.716,3.393,0,0,0.99211,-0.125373,300,255,1), - (71170,1735,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,255,1), - (71171,2040,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,255,1), - (71172,1734,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,255,1), - (71173,1733,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,255,1), - (71174,2047,0,-7256,-2596,294.264,4.567,0,0,0.756597,-0.653882,300,255,1), - (71175,1735,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,255,1), - (71176,2040,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,255,1), - (71177,1734,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,255,1), - (71178,1733,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,255,1), - (71179,2047,0,-6438,-3856,309.674,5.689,0,0,0.292741,-0.956192,300,255,1), - (71180,1735,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,255,1), - (71181,2040,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,255,1), - (71182,1734,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,255,1), - (71183,1733,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,255,1), - (71184,2047,0,-6476,-3836,323.01,2.302,0,0,0.913172,0.407574,300,255,1), - (71185,1735,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,255,1), - (71186,2040,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,255,1), - (71187,1734,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,255,1), - (71188,1733,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,255,1), - (71189,2047,0,-6479,-3868,330.758,4.621,0,0,0.738668,-0.674069,300,255,1), - (71190,1735,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,255,1), - (71191,2040,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,255,1), - (71192,1734,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,255,1), - (71193,1733,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,255,1), - (71194,2047,0,-6822,-3623,248.453,5.472,0,0,0.394563,-0.918869,300,255,1), - (71195,1735,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,255,1), - (71196,2040,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,255,1), - (71197,1734,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,255,1), - (71198,1733,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,255,1), - (71199,2047,0,-7395,-2415,308.424,2.529,0,0,0.953457,0.301529,300,255,1), - (71200,1735,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,255,1), - (71201,2040,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,255,1), - (71202,1734,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,255,1), - (71203,1733,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,255,1), - (71204,2047,0,-7124,-3174,247.11,2.066,0,0,0.85884,0.512245,300,255,1), - (71205,1735,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,255,1), - (71206,2040,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,255,1), - (71207,1734,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,255,1), - (71208,1733,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,255,1), - (71209,2047,0,-7228,-2470,257.038,0.823,0,0,0.399985,0.916522,300,255,1), - (71210,1735,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,255,1), - (71211,2040,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,255,1), - (71212,1734,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,255,1), - (71213,1733,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,255,1), - (71214,2047,0,-6433.6,-2475.08,328.755,0.244346,0,0,0.121869,0.992546,300,255,1), - (71215,1735,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,255,1), - (71216,2040,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,255,1), - (71217,1734,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,255,1), - (71218,1733,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,255,1), - (71219,2047,0,-7374.55,-2333.14,244.369,0.820305,0,0,0.398749,0.91706,300,255,1), - (71220,1735,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (71221,2040,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (71222,1734,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (71223,1733,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (71224,2047,0,-7385.72,-2300.61,238.518,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (71225,1735,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71226,2040,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71227,1734,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71228,1733,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71229,2047,0,-6478.42,-2465.06,306.191,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71230,1735,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (71231,2040,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (71232,1734,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (71233,1733,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (71234,1735,0,-6750.15,-2931.61,249.867,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (71235,1735,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,255,1), - (71236,2040,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,255,1), - (71237,1734,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,255,1), - (71238,1733,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,255,1), - (71239,2047,0,-6121.22,-3080.16,251.248,-3.08923,0,0,-0.999657,0.0261783,300,255,1), - (71240,1735,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (71241,2040,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (71242,1734,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (71243,1733,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (71244,1735,0,-6620.91,-2883.36,256.751,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (71245,1735,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,255,1), - (71246,2040,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,255,1), - (71247,1734,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,255,1), - (71248,1733,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,255,1), - (71249,2047,0,-6794.99,-3219.91,265.918,1.41372,0,0,0.649449,0.760405,300,255,1), - (71250,1735,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,255,1), - (71251,2040,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,255,1), - (71252,1734,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,255,1), - (71253,1733,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,255,1), - (71254,2047,0,-6958.95,-2579.47,276.992,1.8675,0,0,0.803856,0.594824,300,255,1), - (71255,1735,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (71256,2040,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (71257,1734,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (71258,1733,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (71259,2047,0,-7312.08,-2454.8,304.55,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (71260,1735,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,255,1), - (71261,2040,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,255,1), - (71262,1734,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,255,1), - (71263,1733,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,255,1), - (71264,2047,0,-6907.07,-2581.97,249.265,2.53073,0,0,0.953717,0.300705,300,255,1), - (71265,1735,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,255,1), - (71266,2040,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,255,1), - (71267,1734,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,255,1), - (71268,1733,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,255,1), - (71269,2047,0,-6635,-4134.52,278.097,0.925024,0,0,0.446198,0.894934,300,255,1), - (71270,2047,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (71271,2040,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (71272,1734,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (71273,1733,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (71274,2047,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (71275,1735,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (71276,2040,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (71277,1734,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (71278,1733,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (71279,2047,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (71280,1735,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,255,1), - (71281,2040,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,255,1), - (71282,1734,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,255,1), - (71283,1733,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,255,1), - (71284,2047,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,255,1), - (71285,1735,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (71286,2040,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (71287,1734,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (71288,1733,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (71289,2047,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (71290,1735,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,255,1), - (71291,2040,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,255,1), - (71292,1734,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,255,1), - (71293,1733,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,255,1), - (71294,2047,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,255,1), - (71295,1735,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,255,1), - (71296,2040,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,255,1), - (71297,1734,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,255,1), - (71298,1733,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,255,1), - (71299,2047,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,255,1), - (71300,1735,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,255,1), - (71301,2040,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,255,1), - (71302,1734,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,255,1), - (71303,1733,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,255,1), - (71304,2047,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,255,1), - (71305,1735,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (71306,2040,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (71307,1734,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (71308,1733,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (71309,2047,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (71310,1735,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,255,1), - (71311,2040,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,255,1), - (71312,1734,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,255,1), - (71313,1733,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,255,1), - (71314,2047,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,255,1), - (71315,1735,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (71316,2040,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (71317,1734,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (71318,1733,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (71319,2047,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (71320,1735,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,255,1), - (71321,2040,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,255,1), - (71322,1734,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,255,1), - (71323,1733,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,255,1), - (71324,2047,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,255,1), - (71325,1735,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,255,1), - (71326,2040,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,255,1), - (71327,1734,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,255,1), - (71328,1733,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,255,1), - (71329,2047,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,255,1), - (71330,1735,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,255,1), - (71331,2040,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,255,1), - (71332,1734,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,255,1), - (71333,1733,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,255,1), - (71334,2047,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,255,1), - (71335,1735,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,255,1), - (71336,2040,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,255,1), - (71337,1734,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,255,1), - (71338,1733,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,255,1), - (71339,2047,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,255,1), - (71340,1735,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,255,1), - (71341,2040,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,255,1), - (71342,1734,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,255,1), - (71343,1733,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,255,1), - (71344,2047,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,255,1), - (71345,1735,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,255,1), - (71346,2040,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,255,1), - (71347,1734,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,255,1), - (71348,1733,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,255,1), - (71349,2047,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,255,1), - (71350,1735,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,255,1), - (71351,2040,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,255,1), - (71352,1734,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,255,1), - (71353,1733,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,255,1), - (71354,2047,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,255,1), - (71355,1735,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (71356,2040,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (71357,1734,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (71358,1733,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (71359,2047,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (71360,1735,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (71361,2040,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (71362,1734,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (71363,1733,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (71364,2047,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (71365,1735,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,255,1), - (71366,2040,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,255,1), - (71367,1734,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,255,1), - (71368,1733,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,255,1), - (71369,2047,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,255,1), - (71370,1735,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (71371,2040,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (71372,1734,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (71373,1733,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (71374,2047,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (71375,1735,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,255,1), - (71376,2040,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,255,1), - (71377,1734,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,255,1), - (71378,1733,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,255,1), - (71379,2047,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,255,1), - (71380,1735,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,255,1), - (71381,2040,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,255,1), - (71382,1734,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,255,1), - (71383,1733,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,255,1), - (71384,2047,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,255,1), - (71385,1735,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71386,2040,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71387,1734,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71388,1733,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71389,2047,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71390,1735,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,255,1), - (71391,2040,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,255,1), - (71392,1734,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,255,1), - (71393,1733,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,255,1), - (71394,2047,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,255,1), - (71398,1733,0,-6134,-2912,211.926,-3,0,0,-0.997495,0.0707372,300,255,1), - (71400,1735,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (71401,2040,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (71402,1734,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (71403,1733,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (71404,2047,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (71405,1735,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71406,2040,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71407,1734,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71408,1733,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71409,2047,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,255,1), - (71410,2040,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,255,1), - (71411,324,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,255,1), - (71412,1735,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,255,1), - (71413,1734,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,255,1), - (71414,2047,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,255,1), - (71415,1733,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,255,1), - (71416,2040,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,255,1), - (71417,324,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,255,1), - (71418,1735,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,255,1), - (71419,1734,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,255,1), - (71420,2047,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,255,1), - (71421,1733,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,255,1), - (71422,2040,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,255,1), - (71423,324,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,255,1), - (71424,1735,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,255,1), - (71425,1734,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,255,1), - (71426,2047,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,255,1), - (71427,1733,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,255,1), - (71428,1735,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (71429,2040,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (71430,1734,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (71431,1733,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (71432,2047,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (71433,1735,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (71434,2040,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (71435,1734,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (71436,1733,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (71437,2047,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (71438,103711,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,255,1), - (71439,105569,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,255,1), - (71440,103711,0,-816.58,164.147,4.45748,-1.97222,0,0,-0.833885,0.551938,300,255,1), - (71441,105569,0,-816.58,164.147,4.45748,-1.97222,0,0,-0.833885,0.551938,300,255,1), - (71442,103711,0,-819.406,157.641,17.9377,1.39626,0,0,0.642786,0.766046,300,255,1), - (71443,105569,0,-819.406,157.641,17.9377,1.39626,0,0,0.642786,0.766046,300,255,1), - (71444,103711,0,-835.033,202.398,7.71369,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (71445,105569,0,-835.033,202.398,7.71369,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (71446,103711,0,-731.496,92.5911,14.9298,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (71447,105569,0,-731.496,92.5911,14.9298,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (71448,103711,0,-701.806,50.6085,14.2192,3.00197,0,0,0.997564,0.0697546,300,255,1), - (71449,105569,0,-701.806,50.6085,14.2192,3.00197,0,0,0.997564,0.0697546,300,255,1), - (71450,103711,0,-736.823,43.7604,12.0023,0.453785,0,0,0.224951,0.97437,300,255,1), - (71451,105569,0,-736.823,43.7604,12.0023,0.453785,0,0,0.224951,0.97437,300,255,1), - (71452,103711,0,-837.585,81.8425,3.4292,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (71453,105569,0,-837.585,81.8425,3.4292,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (71454,1731,0,-4950.32,-2971.38,322.214,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (71455,1732,0,-4950.32,-2971.38,322.214,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (71456,1733,0,-4950.32,-2971.38,322.214,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (71457,1731,0,-5127.31,-3926.78,325.466,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (71458,1732,0,-5127.31,-3926.78,325.466,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (71459,1733,0,-5127.31,-3926.78,325.466,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (71460,1731,0,-4733.4,-3428.12,287.19,0.90757,0,0,0.438371,0.898794,300,255,1), - (71461,1732,0,-4733.4,-3428.12,287.19,0.90757,0,0,0.438371,0.898794,300,255,1), - (71462,1733,0,-4733.4,-3428.12,287.19,0.90757,0,0,0.438371,0.898794,300,255,1), - (71463,1731,0,-4855.06,-2882.53,336.653,1.97222,0,0,0.833885,0.551938,300,255,1), - (71464,1732,0,-4855.06,-2882.53,336.653,1.97222,0,0,0.833885,0.551938,300,255,1), - (71465,1733,0,-4855.06,-2882.53,336.653,1.97222,0,0,0.833885,0.551938,300,255,1), - (71466,1731,0,-4763.16,-2960.69,323.212,0.471238,0,0,0.233445,0.97237,300,255,1), - (71467,1732,0,-4763.16,-2960.69,323.212,0.471238,0,0,0.233445,0.97237,300,255,1), - (71468,1733,0,-4763.16,-2960.69,323.212,0.471238,0,0,0.233445,0.97237,300,255,1), - (71469,1731,0,-5697.35,-3950.6,327.836,1.83259,0,0,0.793352,0.608764,300,255,1), - (71470,1732,0,-5697.35,-3950.6,327.836,1.83259,0,0,0.793352,0.608764,300,255,1), - (71471,1733,0,-5697.35,-3950.6,327.836,1.83259,0,0,0.793352,0.608764,300,255,1), - (71472,1732,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,255,1), - (71473,1735,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,255,1), - (71474,2040,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,255,1), - (71475,1733,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,255,1), - (71476,1734,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,255,1), - (71477,1732,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,255,1), - (71478,1735,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,255,1), - (71479,2040,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,255,1), - (71480,1733,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,255,1), - (71481,1734,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,255,1), - (71482,1732,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,255,1), - (71483,1735,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,255,1), - (71484,2040,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,255,1), - (71485,1733,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,255,1), - (71486,1734,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,255,1), - (71487,1732,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,255,1), - (71488,1735,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (71489,2040,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (71490,1733,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (71491,1734,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (71492,1732,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (71493,1735,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,255,1), - (71494,2040,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,255,1), - (71495,1733,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,255,1), - (71496,1734,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,255,1), - (71497,1732,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,255,1), - (71498,1735,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (71499,2040,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (71500,2040,0,-11810,-3080,8.136,6.001,0,0,0.140625,-0.990063,300,255,1), - (71501,324,0,-11810,-3080,8.136,6.001,0,0,0.140625,-0.990063,300,255,1), - (71502,1734,0,-11810,-3080,8.136,6.001,0,0,0.140625,-0.990063,300,255,1), - (71503,2047,0,-11810,-3080,8.136,6.001,0,0,0.140625,-0.990063,300,255,1), - (71504,2040,0,-11479,-3273,13.183,3.098,0,0,0.999762,0.0217946,300,255,1), - (71505,324,0,-11479,-3273,13.183,3.098,0,0,0.999762,0.0217946,300,255,1), - (71506,1734,0,-11479,-3273,13.183,3.098,0,0,0.999762,0.0217946,300,255,1), - (71507,2047,0,-11479,-3273,13.183,3.098,0,0,0.999762,0.0217946,300,255,1), - (71508,2040,0,-11538,-2875,12.861,0,0,0,0,1,300,255,1), - (71509,324,0,-11538,-2875,12.861,0,0,0,0,1,300,255,1), - (71510,1734,0,-11538,-2875,12.861,0,0,0,0,1,300,255,1), - (71511,2047,0,-11538,-2875,12.861,0,0,0,0,1,300,255,1), - (71512,2040,0,-10875,-2785,55.716,1.524,0,0,0.69037,0.723457,300,255,1), - (71513,324,0,-10875,-2785,55.716,1.524,0,0,0.69037,0.723457,300,255,1), - (71514,1734,0,-10875,-2785,55.716,1.524,0,0,0.69037,0.723457,300,255,1), - (71515,2047,0,-10875,-2785,55.716,1.524,0,0,0.69037,0.723457,300,255,1), - (71516,2040,0,-10996,-2718,7.762,2.327,0,0,0.918195,0.396128,300,255,1), - (71517,324,0,-10996,-2718,7.762,2.327,0,0,0.918195,0.396128,300,255,1), - (71518,1734,0,-10996,-2718,7.762,2.327,0,0,0.918195,0.396128,300,255,1), - (71519,2047,0,-10996,-2718,7.762,2.327,0,0,0.918195,0.396128,300,255,1), - (71520,2040,0,-10878,-2725,8.883,-1,0,0,-0.479426,0.877583,300,255,1), - (71521,324,0,-10878,-2725,8.883,-1,0,0,-0.479426,0.877583,300,255,1), - (71522,1734,0,-10878,-2725,8.883,-1,0,0,-0.479426,0.877583,300,255,1), - (71523,2047,0,-10878,-2725,8.883,-1,0,0,-0.479426,0.877583,300,255,1), - (71524,2040,0,-10851,-3175,46.779,3.551,0,0,0.979121,-0.203277,300,255,1), - (71525,324,0,-10851,-3175,46.779,3.551,0,0,0.979121,-0.203277,300,255,1), - (71526,1734,0,-10851,-3175,46.779,3.551,0,0,0.979121,-0.203277,300,255,1), - (71527,2047,0,-10851,-3175,46.779,3.551,0,0,0.979121,-0.203277,300,255,1), - (71528,2040,0,-11220,-2781,42.796,-2,0,0,-0.841471,0.540302,300,255,1), - (71529,324,0,-11220,-2781,42.796,-2,0,0,-0.841471,0.540302,300,255,1), - (71530,1734,0,-11220,-2781,42.796,-2,0,0,-0.841471,0.540302,300,255,1), - (71531,2047,0,-11220,-2781,42.796,-2,0,0,-0.841471,0.540302,300,255,1), - (71532,2040,0,-11902,-3140,-18,2.088,0,0,0.864422,0.502767,300,255,1), - (71533,324,0,-11902,-3140,-18,2.088,0,0,0.864422,0.502767,300,255,1), - (71534,324,0,-11902,-3140,-18,2.088,0,0,0.864422,0.502767,300,255,1), - (71535,2047,0,-11902,-3140,-18,2.088,0,0,0.864422,0.502767,300,255,1), - (71536,2040,0,-11263,-3452,8.089,0.086,0,0,0.0429868,0.999076,300,255,1), - (71537,324,0,-11263,-3452,8.089,0.086,0,0,0.0429868,0.999076,300,255,1), - (71538,1734,0,-11263,-3452,8.089,0.086,0,0,0.0429868,0.999076,300,255,1), - (71539,2047,0,-11263,-3452,8.089,0.086,0,0,0.0429868,0.999076,300,255,1), - (71540,2040,0,-11279,-2972,24.948,0.055,0,0,0.0274965,0.999622,300,255,1), - (71541,324,0,-11279,-2972,24.948,0.055,0,0,0.0274965,0.999622,300,255,1), - (71542,1734,0,-11279,-2972,24.948,0.055,0,0,0.0274965,0.999622,300,255,1), - (71543,2047,0,-11279,-2972,24.948,0.055,0,0,0.0274965,0.999622,300,255,1), - (71544,2040,0,-11341,-2513,106.287,0.575,0,0,0.283556,0.958956,300,255,1), - (71545,324,0,-11341,-2513,106.287,0.575,0,0,0.283556,0.958956,300,255,1), - (71546,1734,0,-11341,-2513,106.287,0.575,0,0,0.283556,0.958956,300,255,1), - (71547,2047,0,-11341,-2513,106.287,0.575,0,0,0.283556,0.958956,300,255,1), - (71548,2040,0,-11304,-2867,29.373,4.552,0,0,0.76148,-0.648189,300,255,1), - (71549,324,0,-11304,-2867,29.373,4.552,0,0,0.76148,-0.648189,300,255,1), - (71550,1734,0,-11304,-2867,29.373,4.552,0,0,0.76148,-0.648189,300,255,1), - (71551,2047,0,-11304,-2867,29.373,4.552,0,0,0.76148,-0.648189,300,255,1), - (71552,2040,0,-11759,-3110,0,0.126,0,0,0.0629583,0.998016,300,255,1), - (71553,324,0,-11759,-3110,0,0.126,0,0,0.0629583,0.998016,300,255,1), - (71554,1734,0,-11759,-3110,0,0.126,0,0,0.0629583,0.998016,300,255,1), - (71555,2047,0,-11759,-3110,0,0.126,0,0,0.0629583,0.998016,300,255,1), - (71556,2040,0,-11220,-2532,96.329,0.042,0,0,0.0209985,0.99978,300,255,1), - (71557,324,0,-11220,-2532,96.329,0.042,0,0,0.0209985,0.99978,300,255,1), - (71558,1734,0,-11220,-2532,96.329,0.042,0,0,0.0209985,0.99978,300,255,1), - (71559,2047,0,-11220,-2532,96.329,0.042,0,0,0.0209985,0.99978,300,255,1), - (71560,2040,0,-11639,-2896,12.701,-1,0,0,-0.479426,0.877583,300,255,1), - (71561,324,0,-11639,-2896,12.701,-1,0,0,-0.479426,0.877583,300,255,1), - (71562,1734,0,-11639,-2896,12.701,-1,0,0,-0.479426,0.877583,300,255,1), - (71563,2047,0,-11639,-2896,12.701,-1,0,0,-0.479426,0.877583,300,255,1), - (71564,2040,0,-11106,-2653,44.622,1.667,0,0,0.740289,0.672289,300,255,1), - (71565,324,0,-11106,-2653,44.622,1.667,0,0,0.740289,0.672289,300,255,1), - (71566,1734,0,-11106,-2653,44.622,1.667,0,0,0.740289,0.672289,300,255,1), - (71567,2047,0,-11106,-2653,44.622,1.667,0,0,0.740289,0.672289,300,255,1), - (71568,2040,0,-10876,-2661,8.74,0.244,0,0,0.121698,0.992567,300,255,1), - (71569,324,0,-10876,-2661,8.74,0.244,0,0,0.121698,0.992567,300,255,1), - (71570,1734,0,-10876,-2661,8.74,0.244,0,0,0.121698,0.992567,300,255,1), - (71571,2047,0,-10876,-2661,8.74,0.244,0,0,0.121698,0.992567,300,255,1), - (71572,2040,0,-11032,-2690,24.649,2.327,0,0,0.918195,0.396128,300,255,1), - (71573,324,0,-11032,-2690,24.649,2.327,0,0,0.918195,0.396128,300,255,1), - (71574,1734,0,-11032,-2690,24.649,2.327,0,0,0.918195,0.396128,300,255,1), - (71575,2047,0,-11032,-2690,24.649,2.327,0,0,0.918195,0.396128,300,255,1), - (71576,2040,0,-11245,-2613,92.481,4.16,0,0,0.873133,-0.487482,300,255,1), - (71577,324,0,-11245,-2613,92.481,4.16,0,0,0.873133,-0.487482,300,255,1), - (71578,1734,0,-11245,-2613,92.481,4.16,0,0,0.873133,-0.487482,300,255,1), - (71579,2047,0,-11245,-2613,92.481,4.16,0,0,0.873133,-0.487482,300,255,1), - (71580,2040,0,-11386,-3165,19.232,2.775,0,0,0.983248,0.182272,300,255,1), - (71581,324,0,-11386,-3165,19.232,2.775,0,0,0.983248,0.182272,300,255,1), - (71582,1734,0,-11386,-3165,19.232,2.775,0,0,0.983248,0.182272,300,255,1), - (71583,2047,0,-11386,-3165,19.232,2.775,0,0,0.983248,0.182272,300,255,1), - (71584,2040,0,-11512,-2964,35.444,-3,0,0,-0.997495,0.0707372,300,255,1), - (71585,324,0,-11512,-2964,35.444,-3,0,0,-0.997495,0.0707372,300,255,1), - (71586,1734,0,-11512,-2964,35.444,-3,0,0,-0.997495,0.0707372,300,255,1), - (71587,2047,0,-11512,-2964,35.444,-3,0,0,-0.997495,0.0707372,300,255,1), - (71588,2040,0,-11907,-3175,-21,2.269,0,0,0.906323,0.422586,300,255,1), - (71589,324,0,-11907,-3175,-21,2.269,0,0,0.906323,0.422586,300,255,1), - (71590,1734,0,-11907,-3175,-21,2.269,0,0,0.906323,0.422586,300,255,1), - (71591,2047,0,-11907,-3175,-21,2.269,0,0,0.906323,0.422586,300,255,1), - (71592,2040,0,-11851,-3076,-2,0.409,0,0,0.203078,0.979163,300,255,1), - (71593,324,0,-11851,-3076,-2,0.409,0,0,0.203078,0.979163,300,255,1), - (71594,1734,0,-11851,-3076,-2,0.409,0,0,0.203078,0.979163,300,255,1), - (71595,2047,0,-11851,-3076,-2,0.409,0,0,0.203078,0.979163,300,255,1), - (71596,2040,0,-10925,-3607,20.16,1.488,0,0,0.677236,0.735766,300,255,1), - (71597,324,0,-10925,-3607,20.16,1.488,0,0,0.677236,0.735766,300,255,1), - (71598,1734,0,-10925,-3607,20.16,1.488,0,0,0.677236,0.735766,300,255,1), - (71599,2047,0,-10925,-3607,20.16,1.488,0,0,0.677236,0.735766,300,255,1), - (71600,2040,0,-11545,-2903,9.985,-2,0,0,-0.841471,0.540302,300,255,1), - (71601,324,0,-11545,-2903,9.985,-2,0,0,-0.841471,0.540302,300,255,1), - (71602,1734,0,-11545,-2903,9.985,-2,0,0,-0.841471,0.540302,300,255,1), - (71603,2047,0,-11545,-2903,9.985,-2,0,0,-0.841471,0.540302,300,255,1), - (71604,2040,0,-11545,-2907,10.248,-2,0,0,-0.841471,0.540302,300,255,1), - (71605,324,0,-11545,-2907,10.248,-2,0,0,-0.841471,0.540302,300,255,1), - (71606,1734,0,-11545,-2907,10.248,-2,0,0,-0.841471,0.540302,300,255,1), - (71607,2047,0,-11545,-2907,10.248,-2,0,0,-0.841471,0.540302,300,255,1), - (71608,2040,0,-10824,-3162,40.792,1.843,0,0,0.796509,0.604626,300,255,1), - (71609,324,0,-10824,-3162,40.792,1.843,0,0,0.796509,0.604626,300,255,1), - (71610,1734,0,-10824,-3162,40.792,1.843,0,0,0.796509,0.604626,300,255,1), - (71611,2047,0,-10824,-3162,40.792,1.843,0,0,0.796509,0.604626,300,255,1), - (71612,2040,0,-10895,-3207,49.074,6.123,0,0,0.080007,-0.996794,300,255,1), - (71613,324,0,-10895,-3207,49.074,6.123,0,0,0.080007,-0.996794,300,255,1), - (71614,1734,0,-10895,-3207,49.074,6.123,0,0,0.080007,-0.996794,300,255,1), - (71615,2047,0,-10895,-3207,49.074,6.123,0,0,0.080007,-0.996794,300,255,1), - (71616,2040,0,-11834,-2959,12.811,1.258,0,0,0.588336,0.808616,300,255,1), - (71617,324,0,-11834,-2959,12.811,1.258,0,0,0.588336,0.808616,300,255,1), - (71618,1734,0,-11834,-2959,12.811,1.258,0,0,0.588336,0.808616,300,255,1), - (71619,2047,0,-11834,-2959,12.811,1.258,0,0,0.588336,0.808616,300,255,1), - (71620,2040,0,-10786,-3132,38.5,6.033,0,0,0.124767,-0.992186,300,255,1), - (71621,324,0,-10786,-3132,38.5,6.033,0,0,0.124767,-0.992186,300,255,1), - (71622,1734,0,-10786,-3132,38.5,6.033,0,0,0.124767,-0.992186,300,255,1), - (71623,2047,0,-10786,-3132,38.5,6.033,0,0,0.124767,-0.992186,300,255,1), - (71624,2040,0,-11878,-3263,-26,3.632,0,0,0.970088,-0.242754,300,255,1), - (71625,324,0,-11878,-3263,-26,3.632,0,0,0.970088,-0.242754,300,255,1), - (71626,1734,0,-11878,-3263,-26,3.632,0,0,0.970088,-0.242754,300,255,1), - (71627,2047,0,-11878,-3263,-26,3.632,0,0,0.970088,-0.242754,300,255,1), - (71628,2040,0,-10860,-3059,48.565,5.962,0,0,0.159903,-0.987133,300,255,1), - (71629,324,0,-10860,-3059,48.565,5.962,0,0,0.159903,-0.987133,300,255,1), - (71630,1734,0,-10860,-3059,48.565,5.962,0,0,0.159903,-0.987133,300,255,1), - (71631,2047,0,-10860,-3059,48.565,5.962,0,0,0.159903,-0.987133,300,255,1), - (71632,2040,0,-11022,-2802,6.474,4.298,0,0,0.837446,-0.54652,300,255,1), - (71633,324,0,-11022,-2802,6.474,4.298,0,0,0.837446,-0.54652,300,255,1), - (71634,1734,0,-11022,-2802,6.474,4.298,0,0,0.837446,-0.54652,300,255,1), - (71635,2047,0,-11022,-2802,6.474,4.298,0,0,0.837446,-0.54652,300,255,1), - (71636,2040,0,-11272,-3423,16.655,5.948,0,0,0.166809,-0.985989,300,255,1), - (71637,324,0,-11272,-3423,16.655,5.948,0,0,0.166809,-0.985989,300,255,1), - (71638,1734,0,-11272,-3423,16.655,5.948,0,0,0.166809,-0.985989,300,255,1), - (71639,2047,0,-11272,-3423,16.655,5.948,0,0,0.166809,-0.985989,300,255,1), - (71640,2040,0,-11540,-3400,16.723,4.747,0,0,0.694765,-0.719237,300,255,1), - (71641,324,0,-11540,-3400,16.723,4.747,0,0,0.694765,-0.719237,300,255,1), - (71642,1734,0,-11540,-3400,16.723,4.747,0,0,0.694765,-0.719237,300,255,1), - (71643,2047,0,-11540,-3400,16.723,4.747,0,0,0.694765,-0.719237,300,255,1), - (71644,2040,0,-11526,-2675,15.573,0.157,0,0,0.0784194,0.99692,300,255,1), - (71645,324,0,-11526,-2675,15.573,0.157,0,0,0.0784194,0.99692,300,255,1), - (71646,1734,0,-11526,-2675,15.573,0.157,0,0,0.0784194,0.99692,300,255,1), - (71647,2047,0,-11526,-2675,15.573,0.157,0,0,0.0784194,0.99692,300,255,1), - (71648,2040,0,-10944,-2823,27.19,-2,0,0,-0.841471,0.540302,300,255,1), - (71649,324,0,-10944,-2823,27.19,-2,0,0,-0.841471,0.540302,300,255,1), - (71650,1734,0,-10944,-2823,27.19,-2,0,0,-0.841471,0.540302,300,255,1), - (71651,2047,0,-10944,-2823,27.19,-2,0,0,-0.841471,0.540302,300,255,1), - (71652,2040,0,-11336,-3429,10.118,4.605,0,0,0.744037,-0.668138,300,255,1), - (71653,324,0,-11336,-3429,10.118,4.605,0,0,0.744037,-0.668138,300,255,1), - (71654,1734,0,-11336,-3429,10.118,4.605,0,0,0.744037,-0.668138,300,255,1), - (71655,2047,0,-11336,-3429,10.118,4.605,0,0,0.744037,-0.668138,300,255,1), - (71656,2040,0,-11126.9,-3365.38,58.9554,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (71657,324,0,-11126.9,-3365.38,58.9554,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (71658,1734,0,-11126.9,-3365.38,58.9554,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (71659,2047,0,-11126.9,-3365.38,58.9554,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (71660,2040,0,-10805,-3027,48.645,4.8,0,0,0.675463,-0.737394,300,255,1), - (71661,324,0,-10805,-3027,48.645,4.8,0,0,0.675463,-0.737394,300,255,1), - (71662,1734,0,-10805,-3027,48.645,4.8,0,0,0.675463,-0.737394,300,255,1), - (71663,2047,0,-10805,-3027,48.645,4.8,0,0,0.675463,-0.737394,300,255,1), - (71664,2040,0,-11734,-3170,-13.6839,-1,0,0,-0.479426,0.877583,300,255,1), - (71665,324,0,-11734,-3170,-13.6839,-1,0,0,-0.479426,0.877583,300,255,1), - (71666,1734,0,-11734,-3170,-13.6839,-1,0,0,-0.479426,0.877583,300,255,1), - (71667,2047,0,-11734,-3170,-13.6839,-1,0,0,-0.479426,0.877583,300,255,1), - (71668,2040,0,-11251,-3318,19.805,2.606,0,0,0.964356,0.264607,300,255,1), - (71669,324,0,-11251,-3318,19.805,2.606,0,0,0.964356,0.264607,300,255,1), - (71670,1734,0,-11251,-3318,19.805,2.606,0,0,0.964356,0.264607,300,255,1), - (71671,2047,0,-11251,-3318,19.805,2.606,0,0,0.964356,0.264607,300,255,1), - (71672,2040,0,-11806,-2934,15.643,2.503,0,0,0.949457,0.313899,300,255,1), - (71673,324,0,-11806,-2934,15.643,2.503,0,0,0.949457,0.313899,300,255,1), - (71674,1734,0,-11806,-2934,15.643,2.503,0,0,0.949457,0.313899,300,255,1), - (71675,2047,0,-11806,-2934,15.643,2.503,0,0,0.949457,0.313899,300,255,1), - (71676,2040,0,-11472,-3205,19.138,1.13,0,0,0.535416,0.844589,300,255,1), - (71677,324,0,-11472,-3205,19.138,1.13,0,0,0.535416,0.844589,300,255,1), - (71678,1734,0,-11472,-3205,19.138,1.13,0,0,0.535416,0.844589,300,255,1), - (71679,2047,0,-11472,-3205,19.138,1.13,0,0,0.535416,0.844589,300,255,1), - (71680,2040,0,-10895,-3152,48.897,0.225,0,0,0.112263,0.993679,300,255,1), - (71681,324,0,-10895,-3152,48.897,0.225,0,0,0.112263,0.993679,300,255,1), - (71682,1734,0,-10895,-3152,48.897,0.225,0,0,0.112263,0.993679,300,255,1), - (71683,2047,0,-10895,-3152,48.897,0.225,0,0,0.112263,0.993679,300,255,1), - (71684,2040,0,-11205,-2688,12.923,1.796,0,0,0.782082,0.623175,300,255,1), - (71685,324,0,-11205,-2688,12.923,1.796,0,0,0.782082,0.623175,300,255,1), - (71686,1734,0,-11205,-2688,12.923,1.796,0,0,0.782082,0.623175,300,255,1), - (71687,2047,0,-11205,-2688,12.923,1.796,0,0,0.782082,0.623175,300,255,1), - (71688,2040,0,-11753,-2800,19.839,2.523,0,0,0.952548,0.304388,300,255,1), - (71689,324,0,-11753,-2800,19.839,2.523,0,0,0.952548,0.304388,300,255,1), - (71690,1734,0,-11753,-2800,19.839,2.523,0,0,0.952548,0.304388,300,255,1), - (71691,2047,0,-11753,-2800,19.839,2.523,0,0,0.952548,0.304388,300,255,1), - (71692,2040,0,-11723,-3135,8.749,3.352,0,0,0.994471,-0.10501,300,255,1), - (71693,324,0,-11723,-3135,8.749,3.352,0,0,0.994471,-0.10501,300,255,1), - (71694,1734,0,-11723,-3135,8.749,3.352,0,0,0.994471,-0.10501,300,255,1), - (71695,2047,0,-11723,-3135,8.749,3.352,0,0,0.994471,-0.10501,300,255,1), - (71696,2040,0,-11253.7,-2698.1,15.4379,1.16937,0,0,0.551937,0.833886,300,255,1), - (71697,324,0,-11253.7,-2698.1,15.4379,1.16937,0,0,0.551937,0.833886,300,255,1), - (71698,1734,0,-11253.7,-2698.1,15.4379,1.16937,0,0,0.551937,0.833886,300,255,1), - (71699,2047,0,-11253.7,-2698.1,15.4379,1.16937,0,0,0.551937,0.833886,300,255,1), - (71700,2040,0,-11228,-3275,14.513,2.339,0,0,0.920555,0.390612,300,255,1), - (71701,324,0,-11228,-3275,14.513,2.339,0,0,0.920555,0.390612,300,255,1), - (71702,1734,0,-11228,-3275,14.513,2.339,0,0,0.920555,0.390612,300,255,1), - (71703,2047,0,-11228,-3275,14.513,2.339,0,0,0.920555,0.390612,300,255,1), - (71704,2040,0,-10737,-3148,32.399,4.768,0,0,0.687174,-0.726492,300,255,1), - (71705,324,0,-10737,-3148,32.399,4.768,0,0,0.687174,-0.726492,300,255,1), - (71706,1734,0,-10737,-3148,32.399,4.768,0,0,0.687174,-0.726492,300,255,1), - (71707,2047,0,-10737,-3148,32.399,4.768,0,0,0.687174,-0.726492,300,255,1), - (71708,2040,0,-11835,-3290,-19,3.557,0,0,0.978507,-0.206213,300,255,1), - (71709,324,0,-11835,-3290,-19,3.557,0,0,0.978507,-0.206213,300,255,1), - (71710,1734,0,-11835,-3290,-19,3.557,0,0,0.978507,-0.206213,300,255,1), - (71711,2047,0,-11835,-3290,-19,3.557,0,0,0.978507,-0.206213,300,255,1), - (71712,2040,0,-10765,-3137,36.683,4.623,0,0,0.737994,-0.674807,300,255,1), - (71713,324,0,-10765,-3137,36.683,4.623,0,0,0.737994,-0.674807,300,255,1), - (71714,1734,0,-10765,-3137,36.683,4.623,0,0,0.737994,-0.674807,300,255,1), - (71715,2047,0,-10765,-3137,36.683,4.623,0,0,0.737994,-0.674807,300,255,1), - (71716,2040,0,-10831,-3178,43.359,4.898,0,0,0.638535,-0.769593,300,255,1), - (71717,324,0,-10831,-3178,43.359,4.898,0,0,0.638535,-0.769593,300,255,1), - (71718,1734,0,-10831,-3178,43.359,4.898,0,0,0.638535,-0.769593,300,255,1), - (71719,2047,0,-10831,-3178,43.359,4.898,0,0,0.638535,-0.769593,300,255,1), - (71720,2040,0,-11348,-2881,13.043,-2,0,0,-0.841471,0.540302,300,255,1), - (71721,324,0,-11348,-2881,13.043,-2,0,0,-0.841471,0.540302,300,255,1), - (71722,1734,0,-11348,-2881,13.043,-2,0,0,-0.841471,0.540302,300,255,1), - (71723,2047,0,-11348,-2881,13.043,-2,0,0,-0.841471,0.540302,300,255,1), - (71724,2040,0,-11738,-2752,11.333,1.718,0,0,0.75719,0.653195,300,255,1), - (71725,324,0,-11738,-2752,11.333,1.718,0,0,0.75719,0.653195,300,255,1), - (71726,1734,0,-11738,-2752,11.333,1.718,0,0,0.75719,0.653195,300,255,1), - (71727,2047,0,-11738,-2752,11.333,1.718,0,0,0.75719,0.653195,300,255,1), - (71728,2040,0,-11705,-2751,12.527,1.85,0,0,0.798621,0.601835,300,255,1), - (71729,324,0,-11705,-2751,12.527,1.85,0,0,0.798621,0.601835,300,255,1), - (71730,1734,0,-11705,-2751,12.527,1.85,0,0,0.798621,0.601835,300,255,1), - (71731,2047,0,-11705,-2751,12.527,1.85,0,0,0.798621,0.601835,300,255,1), - (71732,2040,0,-11544,-2908,10.343,4.734,0,0,0.699425,-0.714706,300,255,1), - (71733,324,0,-11544,-2908,10.343,4.734,0,0,0.699425,-0.714706,300,255,1), - (71734,1734,0,-11544,-2908,10.343,4.734,0,0,0.699425,-0.714706,300,255,1), - (71735,2047,0,-11544,-2908,10.343,4.734,0,0,0.699425,-0.714706,300,255,1), - (71736,2040,0,-10781,-3016,52.462,5.026,0,0,0.588007,-0.808856,300,255,1), - (71737,324,0,-10781,-3016,52.462,5.026,0,0,0.588007,-0.808856,300,255,1), - (71738,1734,0,-10781,-3016,52.462,5.026,0,0,0.588007,-0.808856,300,255,1), - (71739,2047,0,-10781,-3016,52.462,5.026,0,0,0.588007,-0.808856,300,255,1), - (71740,2040,0,-11324,-2939,27.927,0.113,0,0,0.0564699,0.998404,300,255,1), - (71741,324,0,-11324,-2939,27.927,0.113,0,0,0.0564699,0.998404,300,255,1), - (71742,1734,0,-11324,-2939,27.927,0.113,0,0,0.0564699,0.998404,300,255,1), - (71743,2047,0,-11324,-2939,27.927,0.113,0,0,0.0564699,0.998404,300,255,1), - (71744,2040,0,-11869,-3336,8.068,3.7,0,0,0.961275,-0.27559,300,255,1), - (71745,324,0,-11869,-3336,8.068,3.7,0,0,0.961275,-0.27559,300,255,1), - (71746,1734,0,-11869,-3336,8.068,3.7,0,0,0.961275,-0.27559,300,255,1), - (71747,2047,0,-11869,-3336,8.068,3.7,0,0,0.961275,-0.27559,300,255,1), - (71748,2040,0,-11398,-2654,69.094,4.64,0,0,0.732231,-0.681056,300,255,1), - (71749,324,0,-11398,-2654,69.094,4.64,0,0,0.732231,-0.681056,300,255,1), - (71750,1734,0,-11398,-2654,69.094,4.64,0,0,0.732231,-0.681056,300,255,1), - (71751,2047,0,-11398,-2654,69.094,4.64,0,0,0.732231,-0.681056,300,255,1), - (71752,2040,0,-10927,-2816,31.254,6.012,0,0,0.135178,-0.990821,300,255,1), - (71753,324,0,-10927,-2816,31.254,6.012,0,0,0.135178,-0.990821,300,255,1), - (71754,1734,0,-10927,-2816,31.254,6.012,0,0,0.135178,-0.990821,300,255,1), - (71755,2047,0,-10927,-2816,31.254,6.012,0,0,0.135178,-0.990821,300,255,1), - (71756,2040,0,-11211,-2653,46.992,2.428,0,0,0.937021,0.349274,300,255,1), - (71757,324,0,-11211,-2653,46.992,2.428,0,0,0.937021,0.349274,300,255,1), - (71758,1734,0,-11211,-2653,46.992,2.428,0,0,0.937021,0.349274,300,255,1), - (71759,2047,0,-11211,-2653,46.992,2.428,0,0,0.937021,0.349274,300,255,1), - (71760,2040,0,-11336,-2931,24.97,0.113,0,0,0.0564699,0.998404,300,255,1), - (71761,324,0,-11336,-2931,24.97,0.113,0,0,0.0564699,0.998404,300,255,1), - (71762,1734,0,-11336,-2931,24.97,0.113,0,0,0.0564699,0.998404,300,255,1), - (71763,2047,0,-11336,-2931,24.97,0.113,0,0,0.0564699,0.998404,300,255,1), - (71764,2040,0,-11505,-3093,-2,4.404,0,0,0.807318,-0.590117,300,255,1), - (71765,324,0,-11505,-3093,-2,4.404,0,0,0.807318,-0.590117,300,255,1), - (71766,1734,0,-11505,-3093,-2,4.404,0,0,0.807318,-0.590117,300,255,1), - (71767,2047,0,-11505,-3093,-2,4.404,0,0,0.807318,-0.590117,300,255,1), - (71768,2040,0,-11178,-2665,31.391,0.841,0,0,0.408217,0.912885,300,255,1), - (71769,324,0,-11178,-2665,31.391,0.841,0,0,0.408217,0.912885,300,255,1), - (71770,1734,0,-11178,-2665,31.391,0.841,0,0,0.408217,0.912885,300,255,1), - (71771,2047,0,-11178,-2665,31.391,0.841,0,0,0.408217,0.912885,300,255,1), - (71772,2040,0,-11859,-3340,14.467,4.611,0,0,0.742029,-0.670367,300,255,1), - (71773,324,0,-11859,-3340,14.467,4.611,0,0,0.742029,-0.670367,300,255,1), - (71774,1734,0,-11859,-3340,14.467,4.611,0,0,0.742029,-0.670367,300,255,1), - (71775,2047,0,-11859,-3340,14.467,4.611,0,0,0.742029,-0.670367,300,255,1), - (71776,2040,0,-11391,-2644,69.88,1.825,0,0,0.791036,0.61177,300,255,1), - (71777,324,0,-11391,-2644,69.88,1.825,0,0,0.791036,0.61177,300,255,1), - (71778,1734,0,-11391,-2644,69.88,1.825,0,0,0.791036,0.61177,300,255,1), - (71779,2047,0,-11391,-2644,69.88,1.825,0,0,0.791036,0.61177,300,255,1), - (71780,2040,0,-11389,-2652,68.542,0.945,0,0,0.455114,0.890433,300,255,1), - (71781,324,0,-11389,-2652,68.542,0.945,0,0,0.455114,0.890433,300,255,1), - (71782,1734,0,-11389,-2652,68.542,0.945,0,0,0.455114,0.890433,300,255,1), - (71783,2047,0,-11389,-2652,68.542,0.945,0,0,0.455114,0.890433,300,255,1), - (71784,2040,0,-11123,-3360,56.416,3.364,0,0,0.993823,-0.110975,300,255,1), - (71785,324,0,-11123,-3360,56.416,3.364,0,0,0.993823,-0.110975,300,255,1), - (71786,1734,0,-11123,-3360,56.416,3.364,0,0,0.993823,-0.110975,300,255,1), - (71787,2047,0,-11123,-3360,56.416,3.364,0,0,0.993823,-0.110975,300,255,1), - (71788,2040,0,-11477,-3247,16.833,4.677,0,0,0.719507,-0.694485,300,255,1), - (71789,324,0,-11477,-3247,16.833,4.677,0,0,0.719507,-0.694485,300,255,1), - (71790,1734,0,-11477,-3247,16.833,4.677,0,0,0.719507,-0.694485,300,255,1), - (71791,2047,0,-11477,-3247,16.833,4.677,0,0,0.719507,-0.694485,300,255,1), - (71792,2040,0,-11861,-3357,15.589,4.611,0,0,0.742029,-0.670367,300,255,1), - (71793,324,0,-11861,-3357,15.589,4.611,0,0,0.742029,-0.670367,300,255,1), - (71794,1734,0,-11861,-3357,15.589,4.611,0,0,0.742029,-0.670367,300,255,1), - (71795,2047,0,-11861,-3357,15.589,4.611,0,0,0.742029,-0.670367,300,255,1), - (71796,2040,0,-11195,-2655,42.092,3.307,0,0,0.996582,-0.0826094,300,255,1), - (71797,324,0,-11195,-2655,42.092,3.307,0,0,0.996582,-0.0826094,300,255,1), - (71798,1734,0,-11195,-2655,42.092,3.307,0,0,0.996582,-0.0826094,300,255,1), - (71799,2047,0,-11195,-2655,42.092,3.307,0,0,0.996582,-0.0826094,300,255,1), - (71800,2040,0,-11338,-2941,21.023,3.631,0,0,0.970209,-0.242269,300,255,1), - (71801,324,0,-11338,-2941,21.023,3.631,0,0,0.970209,-0.242269,300,255,1), - (71802,1734,0,-11338,-2941,21.023,3.631,0,0,0.970209,-0.242269,300,255,1), - (71803,2047,0,-11338,-2941,21.023,3.631,0,0,0.970209,-0.242269,300,255,1), - (71804,2040,0,-11845,-3373,13.796,5.478,0,0,0.391805,-0.920048,300,255,1), - (71805,324,0,-11845,-3373,13.796,5.478,0,0,0.391805,-0.920048,300,255,1), - (71806,1734,0,-11845,-3373,13.796,5.478,0,0,0.391805,-0.920048,300,255,1), - (71807,2047,0,-11845,-3373,13.796,5.478,0,0,0.391805,-0.920048,300,255,1), - (71808,2040,0,-11230,-3437,35.421,3.612,0,0,0.972467,-0.233041,300,255,1), - (71809,324,0,-11230,-3437,35.421,3.612,0,0,0.972467,-0.233041,300,255,1), - (71810,1734,0,-11230,-3437,35.421,3.612,0,0,0.972467,-0.233041,300,255,1), - (71811,2047,0,-11230,-3437,35.421,3.612,0,0,0.972467,-0.233041,300,255,1), - (71812,2040,0,-11254,-3559,8.206,1.498,0,0,0.680907,0.73237,300,255,1), - (71813,324,0,-11254,-3559,8.206,1.498,0,0,0.680907,0.73237,300,255,1), - (71814,1734,0,-11254,-3559,8.206,1.498,0,0,0.680907,0.73237,300,255,1), - (71815,2047,0,-11254,-3559,8.206,1.498,0,0,0.680907,0.73237,300,255,1), - (71816,2040,0,-11258,-3537,9.287,0.232,0,0,0.11574,0.99328,300,255,1), - (71817,324,0,-11258,-3537,9.287,0.232,0,0,0.11574,0.99328,300,255,1), - (71818,1734,0,-11258,-3537,9.287,0.232,0,0,0.11574,0.99328,300,255,1), - (71819,2047,0,-11258,-3537,9.287,0.232,0,0,0.11574,0.99328,300,255,1), - (71820,2040,0,-11398,-2645,69.65,3.245,0,0,0.998664,-0.0516806,300,255,1), - (71821,324,0,-11398,-2645,69.65,3.245,0,0,0.998664,-0.0516806,300,255,1), - (71822,1734,0,-11398,-2645,69.65,3.245,0,0,0.998664,-0.0516806,300,255,1), - (71823,2047,0,-11398,-2645,69.65,3.245,0,0,0.998664,-0.0516806,300,255,1), - (71824,2040,0,-11209,-2671,27.283,2.305,0,0,0.913782,0.406204,300,255,1), - (71825,324,0,-11209,-2671,27.283,2.305,0,0,0.913782,0.406204,300,255,1), - (71826,1734,0,-11209,-2671,27.283,2.305,0,0,0.913782,0.406204,300,255,1), - (71827,2047,0,-11209,-2671,27.283,2.305,0,0,0.913782,0.406204,300,255,1), - (71828,2040,0,-11330,-2934,29.92,0.113,0,0,0.0564699,0.998404,300,255,1), - (71829,324,0,-11330,-2934,29.92,0.113,0,0,0.0564699,0.998404,300,255,1), - (71830,1734,0,-11330,-2934,29.92,0.113,0,0,0.0564699,0.998404,300,255,1), - (71831,2047,0,-11330,-2934,29.92,0.113,0,0,0.0564699,0.998404,300,255,1), - (71832,2040,0,-11478,-2938,27.04,4.721,0,0,0.704056,-0.710145,300,255,1), - (71833,324,0,-11478,-2938,27.04,4.721,0,0,0.704056,-0.710145,300,255,1), - (71834,1734,0,-11478,-2938,27.04,4.721,0,0,0.704056,-0.710145,300,255,1), - (71835,2047,0,-11478,-2938,27.04,4.721,0,0,0.704056,-0.710145,300,255,1), - (71836,2040,0,-11241,-3558,7.894,3.142,0,0,1,-0.000203653,300,255,1), - (71837,324,0,-11241,-3558,7.894,3.142,0,0,1,-0.000203653,300,255,1), - (71838,1734,0,-11241,-3558,7.894,3.142,0,0,1,-0.000203653,300,255,1), - (71839,2047,0,-11241,-3558,7.894,3.142,0,0,1,-0.000203653,300,255,1), - (71840,2040,0,-11234.1,-3451.77,8.38004,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (71841,324,0,-11234.1,-3451.77,8.38004,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (71842,1734,0,-11234.1,-3451.77,8.38004,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (71843,2047,0,-11234.1,-3451.77,8.38004,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (71844,2040,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (71845,324,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (71846,1734,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (71847,2047,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (71848,2040,0,-11219.8,-3391.64,22.8582,0.715585,0,0,0.350207,0.936672,300,255,1), - (71849,324,0,-11219.8,-3391.64,22.8582,0.715585,0,0,0.350207,0.936672,300,255,1), - (71850,1734,0,-11219.8,-3391.64,22.8582,0.715585,0,0,0.350207,0.936672,300,255,1), - (71851,2047,0,-11219.8,-3391.64,22.8582,0.715585,0,0,0.350207,0.936672,300,255,1), - (71852,2040,0,-10890,-3619.06,15.7217,-0.453786,0,0,-0.224951,0.97437,300,255,1), - (71854,1734,0,-10890,-3619.06,15.7217,-0.453786,0,0,-0.224951,0.97437,300,255,1), - (71855,2047,0,-10890,-3619.06,15.7217,-0.453786,0,0,-0.224951,0.97437,300,255,1), - (71856,2040,0,-10913.6,-3648.29,9.39929,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (71858,1734,0,-10913.6,-3648.29,9.39929,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (71859,2047,0,-10913.6,-3648.29,9.39929,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (71860,2040,0,-11685.6,-3412.33,18.409,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71861,324,0,-11685.6,-3412.33,18.409,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71862,1734,0,-11685.6,-3412.33,18.409,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71863,2047,0,-11685.6,-3412.33,18.409,3.08923,0,0,0.999657,0.0261783,300,255,1), - (71864,2040,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (71865,324,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (71866,1734,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (71867,2047,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (71868,2040,0,-11853.2,-2944.53,18.2617,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (71869,324,0,-11853.2,-2944.53,18.2617,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (71870,1734,0,-11853.2,-2944.53,18.2617,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (71871,2047,0,-11853.2,-2944.53,18.2617,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (71872,2040,0,-11270.4,-3305.36,28.3876,0.453786,0,0,0.224951,0.97437,300,255,1), - (71873,324,0,-11270.4,-3305.36,28.3876,0.453786,0,0,0.224951,0.97437,300,255,1), - (71874,1734,0,-11270.4,-3305.36,28.3876,0.453786,0,0,0.224951,0.97437,300,255,1), - (71875,2047,0,-11270.4,-3305.36,28.3876,0.453786,0,0,0.224951,0.97437,300,255,1), - (71876,2040,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (71877,324,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (71878,1734,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (71879,2047,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (71880,2040,0,-11286.7,-3423.87,10.0321,0.488692,0,0,0.241922,0.970296,300,255,1), - (71881,324,0,-11286.7,-3423.87,10.0321,0.488692,0,0,0.241922,0.970296,300,255,1), - (71882,1734,0,-11286.7,-3423.87,10.0321,0.488692,0,0,0.241922,0.970296,300,255,1), - (71883,2047,0,-11286.7,-3423.87,10.0321,0.488692,0,0,0.241922,0.970296,300,255,1), - (71884,2040,0,-11909.2,-3171.1,-18.7142,2.26893,0,0,0.906308,0.422617,300,255,1), - (71885,324,0,-11909.2,-3171.1,-18.7142,2.26893,0,0,0.906308,0.422617,300,255,1), - (71886,1734,0,-11909.2,-3171.1,-18.7142,2.26893,0,0,0.906308,0.422617,300,255,1), - (71887,2047,0,-11909.2,-3171.1,-18.7142,2.26893,0,0,0.906308,0.422617,300,255,1), - (71888,2040,0,-11307.5,-2520.43,93.8103,1.15192,0,0,0.54464,0.83867,300,255,1), - (71889,324,0,-11307.5,-2520.43,93.8103,1.15192,0,0,0.54464,0.83867,300,255,1), - (71890,1734,0,-11307.5,-2520.43,93.8103,1.15192,0,0,0.54464,0.83867,300,255,1), - (71891,2047,0,-11307.5,-2520.43,93.8103,1.15192,0,0,0.54464,0.83867,300,255,1), - (71892,2040,0,-11203,-2555.16,108.173,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (71893,324,0,-11203,-2555.16,108.173,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (71894,1734,0,-11203,-2555.16,108.173,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (71895,2047,0,-11203,-2555.16,108.173,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (71896,2040,0,-11280.7,-3478.4,7.66078,2.04204,0,0,0.852641,0.522496,300,255,1), - (71897,324,0,-11280.7,-3478.4,7.66078,2.04204,0,0,0.852641,0.522496,300,255,1), - (71898,1734,0,-11280.7,-3478.4,7.66078,2.04204,0,0,0.852641,0.522496,300,255,1), - (71899,2047,0,-11280.7,-3478.4,7.66078,2.04204,0,0,0.852641,0.522496,300,255,1), - (71900,2040,0,-11487.6,-3406.52,18.8567,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (71901,324,0,-11487.6,-3406.52,18.8567,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (71902,1734,0,-11487.6,-3406.52,18.8567,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (71903,2047,0,-11487.6,-3406.52,18.8567,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (71904,2040,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (71905,324,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (71906,1734,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (71907,2047,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (71908,2040,0,-11303.6,-3203.56,30.4578,1.25664,0,0,0.587786,0.809016,300,255,1), - (71909,324,0,-11303.6,-3203.56,30.4578,1.25664,0,0,0.587786,0.809016,300,255,1), - (71910,1734,0,-11303.6,-3203.56,30.4578,1.25664,0,0,0.587786,0.809016,300,255,1), - (71911,2047,0,-11303.6,-3203.56,30.4578,1.25664,0,0,0.587786,0.809016,300,255,1), - (71912,2040,0,-11635,-3190.86,14.4105,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (71913,324,0,-11635,-3190.86,14.4105,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (71914,1734,0,-11635,-3190.86,14.4105,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (71915,2047,0,-11635,-3190.86,14.4105,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (71916,2040,0,-10622,-3298,-6,4.729,0,0,0.70121,-0.712955,300,255,1), - (71917,324,0,-10622,-3298,-6,4.729,0,0,0.70121,-0.712955,300,255,1), - (71918,1734,0,-10622,-3298,-6,4.729,0,0,0.70121,-0.712955,300,255,1), - (71919,2047,0,-10622,-3298,-6,4.729,0,0,0.70121,-0.712955,300,255,1), - (71920,2040,0,-10619,-3384,-14,4.565,0,0,0.75725,-0.653125,300,255,1), - (71922,1734,0,-10619,-3384,-14,4.565,0,0,0.75725,-0.653125,300,255,1), - (71923,2047,0,-10619,-3384,-14,4.565,0,0,0.75725,-0.653125,300,255,1), - (71924,2040,0,-10620,-3405,1.236,0.837,0,0,0.40639,0.9137,300,255,1), - (71925,324,0,-10620,-3405,1.236,0.837,0,0,0.40639,0.9137,300,255,1), - (71926,1734,0,-10620,-3405,1.236,0.837,0,0,0.40639,0.9137,300,255,1), - (71927,2047,0,-10620,-3405,1.236,0.837,0,0,0.40639,0.9137,300,255,1), - (71928,2040,0,-10622,-3328,-7,-2,0,0,-0.841471,0.540302,300,255,1), - (71929,324,0,-10622,-3328,-7,-2,0,0,-0.841471,0.540302,300,255,1), - (71930,1734,0,-10622,-3328,-7,-2,0,0,-0.841471,0.540302,300,255,1), - (71931,2047,0,-10622,-3328,-7,-2,0,0,-0.841471,0.540302,300,255,1), - (71932,2040,0,-10642,-3435,1.24,3.625,0,0,0.970932,-0.239357,300,255,1), - (71933,324,0,-10642,-3435,1.24,3.625,0,0,0.970932,-0.239357,300,255,1), - (71934,1734,0,-10642,-3435,1.24,3.625,0,0,0.970932,-0.239357,300,255,1), - (71935,2047,0,-10642,-3435,1.24,3.625,0,0,0.970932,-0.239357,300,255,1), - (71936,2040,0,-10710,-3634,-11,-1,0,0,-0.479426,0.877583,300,255,1), - (71937,324,0,-10710,-3634,-11,-1,0,0,-0.479426,0.877583,300,255,1), - (71938,1734,0,-10710,-3634,-11,-1,0,0,-0.479426,0.877583,300,255,1), - (71939,2047,0,-10710,-3634,-11,-1,0,0,-0.479426,0.877583,300,255,1), - (71940,150079,0,-10857.4,-3167.36,47.1372,0.331611,0,0,0.165047,0.986286,300,255,1), - (71941,150080,0,-10857.4,-3167.36,47.1372,0.331611,0,0,0.165047,0.986286,300,255,1), - (71942,150081,0,-10857.4,-3167.36,47.1372,0.331611,0,0,0.165047,0.986286,300,255,1), - (71943,150082,0,-10857.4,-3167.36,47.1372,0.331611,0,0,0.165047,0.986286,300,255,1), - (71944,150079,0,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.484809,0.87462,300,255,1), - (71945,150080,0,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.484809,0.87462,300,255,1), - (71946,150081,0,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.484809,0.87462,300,255,1), - (71947,150082,0,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.484809,0.87462,300,255,1), - (71948,150079,0,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.0697546,300,255,1), - (71949,150080,0,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.0697546,300,255,1), - (71950,150081,0,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.0697546,300,255,1), - (71951,150082,0,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.0697546,300,255,1), - (71952,150079,0,-10625,-3655,-15.6897,-2.63545,0,0,-0.968148,0.250379,300,255,1), - (71953,150080,0,-10625,-3655,-15.6897,-2.63545,0,0,-0.968148,0.250379,300,255,1), - (71954,150081,0,-10625,-3655,-15.6897,-2.63545,0,0,-0.968148,0.250379,300,255,1), - (71955,150082,0,-10625,-3655,-15.6897,-2.63545,0,0,-0.968148,0.250379,300,255,1), - (71956,150079,0,-10503.3,-3453.36,-14.0034,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (71957,150080,0,-10503.3,-3453.36,-14.0034,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (71958,150081,0,-10503.3,-3453.36,-14.0034,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (71959,150082,0,-10503.3,-3453.36,-14.0034,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (71960,150079,0,-10718.5,-3096.47,35.6884,-3.01942,0,0,-0.998135,0.0610484,300,255,1), - (71961,150080,0,-10718.5,-3096.47,35.6884,-3.01942,0,0,-0.998135,0.0610484,300,255,1), - (71962,150081,0,-10718.5,-3096.47,35.6884,-3.01942,0,0,-0.998135,0.0610484,300,255,1), - (71963,150082,0,-10718.5,-3096.47,35.6884,-3.01942,0,0,-0.998135,0.0610484,300,255,1), - (71964,150079,0,-10613,-3328.92,-7.07186,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (71965,150080,0,-10613,-3328.92,-7.07186,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (71966,150081,0,-10613,-3328.92,-7.07186,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (71967,150082,0,-10613,-3328.92,-7.07186,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (71968,150079,0,-10673.9,-3564.52,-33.5804,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (71969,150080,0,-10673.9,-3564.52,-33.5804,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (71970,150081,0,-10673.9,-3564.52,-33.5804,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (71971,150082,0,-10673.9,-3564.52,-33.5804,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (71972,150079,0,-10732.7,-3276.7,-10.6695,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (71973,150080,0,-10732.7,-3276.7,-10.6695,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (71974,150081,0,-10732.7,-3276.7,-10.6695,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (71975,150082,0,-10732.7,-3276.7,-10.6695,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (71976,150079,0,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,300,255,1), - (71977,150080,0,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,300,255,1), - (71978,150081,0,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,300,255,1), - (71979,150082,0,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,300,255,1), - (71980,150079,0,-10776.8,-3546.58,-27.8987,-1.88496,0,0,-0.809018,0.587783,300,255,1), - (71981,150080,0,-10776.8,-3546.58,-27.8987,-1.88496,0,0,-0.809018,0.587783,300,255,1), - (71982,150081,0,-10776.8,-3546.58,-27.8987,-1.88496,0,0,-0.809018,0.587783,300,255,1), - (71983,150082,0,-10776.8,-3546.58,-27.8987,-1.88496,0,0,-0.809018,0.587783,300,255,1), - (71984,2040,0,-10908.3,-2637.55,14.5878,0.244346,0,0,0.121869,0.992546,300,255,1), - (71985,324,0,-10908.3,-2637.55,14.5878,0.244346,0,0,0.121869,0.992546,300,255,1), - (71986,1734,0,-10908.3,-2637.55,14.5878,0.244346,0,0,0.121869,0.992546,300,255,1), - (71987,2047,0,-10908.3,-2637.55,14.5878,0.244346,0,0,0.121869,0.992546,300,255,1), - (71988,2040,0,-10805,-2666.73,12.1114,0.925024,0,0,0.446198,0.894934,300,255,1), - (71989,324,0,-10805,-2666.73,12.1114,0.925024,0,0,0.446198,0.894934,300,255,1), - (71990,1734,0,-10805,-2666.73,12.1114,0.925024,0,0,0.446198,0.894934,300,255,1), - (71991,2047,0,-10805,-2666.73,12.1114,0.925024,0,0,0.446198,0.894934,300,255,1), - (71992,2040,0,-10872.9,-2727.42,9.55622,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (71993,324,0,-10872.9,-2727.42,9.55622,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (71994,1734,0,-10872.9,-2727.42,9.55622,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (71995,2047,0,-10872.9,-2727.42,9.55622,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (71996,1733,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (71997,1734,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (71998,1732,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (71999,1735,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,255,1), - (72000,324,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,255,1), - (72001,175404,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,255,1), - (72002,2040,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,255,1), - (72003,1734,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,255,1), - (72004,2047,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,255,1), - (72005,165658,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,255,1), - (72006,324,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,255,1), - (72007,175404,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,255,1), - (72008,2040,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,255,1), - (72009,1734,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,255,1), - (72010,2047,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,255,1), - (72011,165658,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,255,1), - (72012,324,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,255,1), - (72013,175404,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,255,1), - (72014,2040,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,255,1), - (72015,1734,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,255,1), - (72016,2047,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,255,1), - (72017,165658,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,255,1), - (72018,324,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,255,1), - (72019,175404,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,255,1), - (72020,2040,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,255,1), - (72021,1734,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,255,1), - (72022,2047,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,255,1), - (72023,165658,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,255,1), - (72024,324,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,255,1), - (72025,175404,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,255,1), - (72026,2040,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,255,1), - (72027,1734,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,255,1), - (72028,2047,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,255,1), - (72029,165658,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,255,1), - (72030,324,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,255,1), - (72031,175404,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,255,1), - (72032,2040,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,255,1), - (72033,1734,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,255,1), - (72034,2047,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,255,1), - (72035,165658,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,255,1), - (72036,324,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,255,1), - (72037,175404,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,255,1), - (72038,2040,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,255,1), - (72039,1734,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,255,1), - (72040,2047,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,255,1), - (72041,165658,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,255,1), - (72042,324,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,255,1), - (72043,175404,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,255,1), - (72044,2040,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,255,1), - (72045,1734,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,255,1), - (72046,2047,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,255,1), - (72047,165658,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,255,1), - (72048,324,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,255,1), - (72049,175404,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,255,1), - (72050,2040,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,255,1), - (72051,1734,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,255,1), - (72052,2047,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,255,1), - (72053,165658,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,255,1), - (72054,324,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,255,1), - (72055,175404,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,255,1), - (72056,2040,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,255,1), - (72057,1734,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,255,1), - (72058,2047,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,255,1), - (72059,165658,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,255,1), - (72060,324,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,255,1), - (72061,175404,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,255,1), - (72062,2040,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,255,1), - (72063,1734,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,255,1), - (72064,2047,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,255,1), - (72065,165658,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,255,1), - (72066,324,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,255,1), - (72067,175404,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,255,1), - (72068,2040,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,255,1), - (72069,1734,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,255,1), - (72070,2047,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,255,1), - (72071,165658,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,255,1), - (72072,324,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,255,1), - (72073,175404,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,255,1), - (72074,2040,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,255,1), - (72075,1734,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,255,1), - (72076,2047,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,255,1), - (72077,165658,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,255,1), - (72078,324,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,255,1), - (72079,175404,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,255,1), - (72080,2040,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,255,1), - (72081,1734,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,255,1), - (72082,2047,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,255,1), - (72083,165658,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,255,1), - (72084,324,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,255,1), - (72085,175404,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,255,1), - (72086,2040,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,255,1), - (72087,1734,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,255,1), - (72088,2047,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,255,1), - (72089,165658,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,255,1), - (72090,324,0,-8228,-2947,159.878,0,0,0,0,1,300,255,1), - (72091,175404,0,-8228,-2947,159.878,0,0,0,0,1,300,255,1), - (72092,2040,0,-8228,-2947,159.878,0,0,0,0,1,300,255,1), - (72093,1734,0,-8228,-2947,159.878,0,0,0,0,1,300,255,1), - (72094,2047,0,-8228,-2947,159.878,0,0,0,0,1,300,255,1), - (72095,165658,0,-8228,-2947,159.878,0,0,0,0,1,300,255,1), - (72096,324,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (72097,175404,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (72098,2040,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (72099,1734,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (72100,2047,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (72101,165658,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (72102,324,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,255,1), - (72103,175404,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,255,1), - (72104,2040,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,255,1), - (72105,1734,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,255,1), - (72106,2047,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,255,1), - (72107,165658,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,255,1), - (72108,324,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,255,1), - (72109,175404,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,255,1), - (72110,2040,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,255,1), - (72111,1734,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,255,1), - (72112,2047,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,255,1), - (72113,165658,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,255,1), - (72114,324,0,-8192,-1650,147.321,0,0,0,0,1,300,255,1), - (72115,175404,0,-8192,-1650,147.321,0,0,0,0,1,300,255,1), - (72116,2040,0,-8192,-1650,147.321,0,0,0,0,1,300,255,1), - (72117,1734,0,-8192,-1650,147.321,0,0,0,0,1,300,255,1), - (72118,2047,0,-8192,-1650,147.321,0,0,0,0,1,300,255,1), - (72119,165658,0,-8192,-1650,147.321,0,0,0,0,1,300,255,1), - (72120,324,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,255,1), - (72121,175404,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,255,1), - (72122,2040,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,255,1), - (72123,1734,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,255,1), - (72124,2047,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,255,1), - (72125,165658,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,255,1), - (72126,324,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,255,1), - (72127,175404,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,255,1), - (72128,2040,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,255,1), - (72129,1734,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,255,1), - (72130,2047,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,255,1), - (72131,165658,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,255,1), - (72132,324,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,255,1), - (72133,175404,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,255,1), - (72134,2040,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,255,1), - (72135,1734,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,255,1), - (72136,2047,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,255,1), - (72137,165658,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,255,1), - (72138,324,0,-7819,-2650,223.965,0,0,0,0,1,300,255,1), - (72139,175404,0,-7819,-2650,223.965,0,0,0,0,1,300,255,1), - (72140,2040,0,-7819,-2650,223.965,0,0,0,0,1,300,255,1), - (72141,1734,0,-7819,-2650,223.965,0,0,0,0,1,300,255,1), - (72142,2047,0,-7819,-2650,223.965,0,0,0,0,1,300,255,1), - (72143,165658,0,-7819,-2650,223.965,0,0,0,0,1,300,255,1), - (72144,324,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,255,1), - (72145,175404,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,255,1), - (72146,2040,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,255,1), - (72147,1734,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,255,1), - (72148,2047,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,255,1), - (72149,165658,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,255,1), - (72150,324,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,255,1), - (72151,175404,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,255,1), - (72152,2040,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,255,1), - (72153,1734,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,255,1), - (72154,2047,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,255,1), - (72155,165658,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,255,1), - (72156,324,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,255,1), - (72157,175404,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,255,1), - (72158,2040,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,255,1), - (72159,1734,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,255,1), - (72160,2047,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,255,1), - (72161,165658,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,255,1), - (72162,324,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,255,1), - (72163,175404,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,255,1), - (72164,2040,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,255,1), - (72165,1734,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,255,1), - (72166,2047,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,255,1), - (72167,165658,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,255,1), - (72168,324,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,255,1), - (72169,175404,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,255,1), - (72170,2040,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,255,1), - (72171,1734,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,255,1), - (72172,2047,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,255,1), - (72173,165658,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,255,1), - (72174,324,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,255,1), - (72175,175404,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,255,1), - (72176,2040,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,255,1), - (72177,1734,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,255,1), - (72178,2047,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,255,1), - (72179,165658,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,255,1), - (72180,324,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,255,1), - (72181,175404,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,255,1), - (72182,2040,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,255,1), - (72183,1734,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,255,1), - (72184,2047,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,255,1), - (72185,165658,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,255,1), - (72186,324,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,255,1), - (72187,175404,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,255,1), - (72188,2040,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,255,1), - (72189,1734,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,255,1), - (72190,2047,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,255,1), - (72191,165658,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,255,1), - (72192,324,0,-8162,-2170,148.555,0,0,0,0,1,300,255,1), - (72193,175404,0,-8162,-2170,148.555,0,0,0,0,1,300,255,1), - (72194,2040,0,-8162,-2170,148.555,0,0,0,0,1,300,255,1), - (72195,1734,0,-8162,-2170,148.555,0,0,0,0,1,300,255,1), - (72196,2047,0,-8162,-2170,148.555,0,0,0,0,1,300,255,1), - (72197,165658,0,-8162,-2170,148.555,0,0,0,0,1,300,255,1), - (72198,324,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,255,1), - (72199,175404,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,255,1), - (72200,2040,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,255,1), - (72201,1734,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,255,1), - (72202,2047,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,255,1), - (72203,165658,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,255,1), - (72204,324,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (72205,175404,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (72206,2040,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (72207,1734,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (72208,2047,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (72209,165658,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (72210,324,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (72211,175404,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (72212,2040,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (72213,1734,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (72214,2047,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (72215,165658,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (72216,324,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (72217,175404,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (72218,2040,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (72219,1734,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (72220,2047,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (72221,165658,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (72222,324,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,255,1), - (72223,175404,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,255,1), - (72224,2040,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,255,1), - (72225,1734,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,255,1), - (72226,2047,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,255,1), - (72227,165658,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,255,1), - (72228,324,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,255,1), - (72229,175404,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,255,1), - (72230,2040,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,255,1), - (72231,1734,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,255,1), - (72232,2047,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,255,1), - (72233,165658,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,255,1), - (72234,324,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,255,1), - (72235,175404,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,255,1), - (72236,2040,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,255,1), - (72237,1734,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,255,1), - (72238,2047,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,255,1), - (72239,165658,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,255,1), - (72240,324,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,255,1), - (72241,175404,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,255,1), - (72242,2040,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,255,1), - (72243,1734,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,255,1), - (72244,2047,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,255,1), - (72245,165658,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,255,1), - (72246,324,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,255,1), - (72247,175404,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,255,1), - (72248,2040,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,255,1), - (72249,1734,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,255,1), - (72250,2047,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,255,1), - (72251,165658,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,255,1), - (72252,324,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,255,1), - (72253,175404,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,255,1), - (72254,2040,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,255,1), - (72255,1734,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,255,1), - (72256,2047,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,255,1), - (72257,165658,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,255,1), - (72258,324,0,-7827,-2623,122.232,0,0,0,0,1,300,255,1), - (72259,175404,0,-7827,-2623,122.232,0,0,0,0,1,300,255,1), - (72260,2040,0,-7827,-2623,122.232,0,0,0,0,1,300,255,1), - (72261,1734,0,-7827,-2623,122.232,0,0,0,0,1,300,255,1), - (72262,2047,0,-7827,-2623,122.232,0,0,0,0,1,300,255,1), - (72263,165658,0,-7827,-2623,122.232,0,0,0,0,1,300,255,1), - (72264,324,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,255,1), - (72265,175404,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,255,1), - (72266,2040,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,255,1), - (72267,1734,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,255,1), - (72268,2047,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,255,1), - (72269,165658,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,255,1), - (72270,324,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,255,1), - (72271,175404,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,255,1), - (72272,2040,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,255,1), - (72273,1734,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,255,1), - (72274,2047,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,255,1), - (72275,165658,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,255,1), - (72276,324,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (72277,175404,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (72278,2040,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (72279,1734,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (72280,2047,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (72281,165658,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (72282,324,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (72283,175404,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (72284,2040,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (72285,1734,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (72286,2047,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (72287,165658,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (72288,324,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (72289,175404,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (72290,2040,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (72291,1734,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (72292,2047,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (72293,165658,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (72294,324,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (72295,175404,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (72296,2040,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (72297,1734,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (72298,2047,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (72299,165658,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (72300,324,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (72301,175404,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (72302,2040,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (72303,1734,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (72304,2047,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (72305,165658,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (72306,324,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (72307,175404,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (72308,2040,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (72309,1734,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (72310,2047,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (72311,165658,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (72312,324,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (72313,175404,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (72314,2040,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (72315,1734,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (72316,2047,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (72317,165658,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (72318,324,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,255,1), - (72319,175404,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,255,1), - (72320,2040,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,255,1), - (72321,1734,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,255,1), - (72322,2047,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,255,1), - (72323,165658,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,255,1), - (72324,324,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72325,175404,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72326,2040,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72327,1734,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72328,2047,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72329,165658,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72330,324,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72331,175404,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72332,2040,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72333,1734,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72334,2047,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72335,165658,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (72336,324,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,255,1), - (72337,175404,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,255,1), - (72338,2040,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,255,1), - (72339,1734,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,255,1), - (72340,2047,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,255,1), - (72341,165658,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,255,1), - (72342,324,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,255,1), - (72343,175404,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,255,1), - (72344,2040,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,255,1), - (72345,1734,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,255,1), - (72346,2047,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,255,1), - (72347,165658,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,255,1), - (72348,324,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,255,1), - (72349,175404,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,255,1), - (72350,2040,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,255,1), - (72351,1734,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,255,1), - (72352,2047,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,255,1), - (72353,165658,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,255,1), - (72354,324,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,255,1), - (72355,175404,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,255,1), - (72356,2040,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,255,1), - (72357,1734,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,255,1), - (72358,2047,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,255,1), - (72359,165658,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,255,1), - (72360,324,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,255,1), - (72361,175404,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,255,1), - (72362,2040,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,255,1), - (72363,1734,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,255,1), - (72364,2047,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,255,1), - (72365,165658,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,255,1), - (72366,324,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,255,1), - (72367,175404,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,255,1), - (72368,2040,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,255,1), - (72369,1734,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,255,1), - (72370,2047,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,255,1), - (72371,165658,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,255,1), - (72372,324,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,255,1), - (72373,175404,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,255,1), - (72374,2040,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,255,1), - (72375,1734,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,255,1), - (72376,2047,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,255,1), - (72377,165658,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,255,1), - (72378,324,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,255,1), - (72379,175404,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,255,1), - (72380,2040,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,255,1), - (72381,1734,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,255,1), - (72382,2047,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,255,1), - (72383,165658,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,255,1), - (72384,324,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,255,1), - (72385,175404,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,255,1), - (72386,2040,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,255,1), - (72387,1734,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,255,1), - (72388,2047,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,255,1), - (72389,165658,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,255,1), - (72390,324,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,255,1), - (72391,175404,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,255,1), - (72392,2040,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,255,1), - (72393,1734,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,255,1), - (72394,2047,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,255,1), - (72395,165658,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,255,1), - (72396,324,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,255,1), - (72397,175404,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,255,1), - (72398,2040,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,255,1), - (72399,1734,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,255,1), - (72400,2047,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,255,1), - (72401,165658,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,255,1), - (72402,324,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,255,1), - (72403,175404,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,255,1), - (72404,2040,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,255,1), - (72405,1734,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,255,1), - (72406,2047,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,255,1), - (72407,165658,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,255,1), - (72408,324,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,255,1), - (72409,175404,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,255,1), - (72410,2040,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,255,1), - (72411,1734,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,255,1), - (72412,2047,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,255,1), - (72413,165658,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,255,1), - (72414,324,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,255,1), - (72415,175404,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,255,1), - (72416,2040,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,255,1), - (72417,1734,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,255,1), - (72418,2047,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,255,1), - (72419,165658,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,255,1), - (72420,324,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,255,1), - (72421,175404,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,255,1), - (72422,2040,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,255,1), - (72423,1734,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,255,1), - (72424,2047,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,255,1), - (72425,165658,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,255,1), - (72426,324,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,255,1), - (72427,175404,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,255,1), - (72428,2040,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,255,1), - (72429,1734,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,255,1), - (72430,2047,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,255,1), - (72431,165658,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,255,1), - (72432,324,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,255,1), - (72433,175404,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,255,1), - (72434,2040,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,255,1), - (72435,1734,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,255,1), - (72436,2047,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,255,1), - (72437,165658,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,255,1), - (72438,324,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,255,1), - (72439,175404,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,255,1), - (72440,2040,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,255,1), - (72441,1734,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,255,1), - (72442,2047,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,255,1), - (72443,165658,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,255,1), - (72448,2047,0,-7448,-2274,231.238,2.808,0,0,0.986122,0.166024,300,255,1), - (72450,324,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,255,1), - (72451,175404,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,255,1), - (72452,2040,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,255,1), - (72453,1734,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,255,1), - (72454,2047,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,255,1), - (72455,165658,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,255,1), - (72456,324,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,255,1), - (72457,175404,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,255,1), - (72458,2040,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,255,1), - (72459,1734,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,255,1), - (72460,2047,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,255,1), - (72461,165658,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,255,1), - (72462,324,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,255,1), - (72463,175404,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,255,1), - (72464,2040,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,255,1), - (72465,1734,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,255,1), - (72466,2047,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,255,1), - (72467,165658,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,255,1), - (72468,324,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,255,1), - (72469,175404,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,255,1), - (72470,2040,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,255,1), - (72471,1734,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,255,1), - (72472,2047,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,255,1), - (72473,165658,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,255,1), - (72474,324,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,255,1), - (72475,175404,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,255,1), - (72476,2040,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,255,1), - (72477,1734,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,255,1), - (72478,2047,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,255,1), - (72479,165658,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,255,1), - (72492,324,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,255,1), - (72493,175404,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,255,1), - (72494,2040,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,255,1), - (72495,1734,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,255,1), - (72496,2047,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,255,1), - (72497,165658,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,255,1), - (72498,324,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,255,1), - (72499,175404,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,255,1), - (72500,2040,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,255,1), - (72501,1734,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,255,1), - (72502,2047,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,255,1), - (72503,165658,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,255,1), - (72504,324,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,255,1), - (72505,175404,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,255,1), - (72506,2040,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,255,1), - (72507,1734,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,255,1), - (72508,2047,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,255,1), - (72509,165658,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,255,1), - (72510,324,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,255,1), - (72511,175404,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,255,1), - (72512,2040,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,255,1), - (72513,1734,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,255,1), - (72514,2047,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,255,1), - (72515,165658,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,255,1), - (72516,324,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,255,1), - (72517,175404,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,255,1), - (72518,2040,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,255,1), - (72519,1734,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,255,1), - (72520,2047,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,255,1), - (72521,165658,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,255,1), - (72522,324,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,255,1), - (72523,175404,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,255,1), - (72524,2040,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,255,1), - (72525,1734,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,255,1), - (72526,2047,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,255,1), - (72527,165658,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,255,1), - (72528,324,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,255,1), - (72529,175404,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,255,1), - (72530,2040,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,255,1), - (72531,1734,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,255,1), - (72532,2047,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,255,1), - (72533,165658,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,255,1), - (72534,324,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,255,1), - (72535,175404,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,255,1), - (72536,2040,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,255,1), - (72537,1734,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,255,1), - (72538,2047,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,255,1), - (72539,165658,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,255,1), - (72540,324,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,255,1), - (72541,175404,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,255,1), - (72542,2040,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,255,1), - (72543,1734,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,255,1), - (72544,2047,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,255,1), - (72545,165658,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,255,1), - (72546,324,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,255,1), - (72547,175404,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,255,1), - (72548,2040,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,255,1), - (72549,1734,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,255,1), - (72550,2047,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,255,1), - (72551,165658,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,255,1), - (72552,324,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,255,1), - (72553,175404,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,255,1), - (72554,2040,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,255,1), - (72555,1734,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,255,1), - (72556,2047,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,255,1), - (72557,165658,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,255,1), - (72558,324,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,255,1), - (72559,175404,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,255,1), - (72560,2040,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,255,1), - (72561,1734,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,255,1), - (72562,2047,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,255,1), - (72563,165658,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,255,1), - (72564,324,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,255,1), - (72565,175404,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,255,1), - (72566,2040,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,255,1), - (72567,1734,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,255,1), - (72568,2047,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,255,1), - (72569,165658,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,255,1), - (72570,324,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,255,1), - (72571,175404,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,255,1), - (72572,2040,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,255,1), - (72573,1734,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,255,1), - (72574,2047,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,255,1), - (72575,165658,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,255,1), - (72576,324,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,255,1), - (72577,175404,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,255,1), - (72578,2040,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,255,1), - (72579,1734,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,255,1), - (72580,2047,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,255,1), - (72581,165658,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,255,1), - (72582,324,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,255,1), - (72583,175404,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,255,1), - (72584,2040,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,255,1), - (72585,1734,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,255,1), - (72586,2047,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,255,1), - (72587,165658,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,255,1), - (72588,324,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,255,1), - (72589,175404,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,255,1), - (72590,2040,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,255,1), - (72591,1734,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,255,1), - (72592,2047,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,255,1), - (72593,165658,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,255,1), - (72594,324,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,255,1), - (72595,175404,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,255,1), - (72596,2040,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,255,1), - (72597,1734,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,255,1), - (72598,2047,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,255,1), - (72599,165658,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,255,1), - (72600,324,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,255,1), - (72601,175404,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,255,1), - (72602,2040,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,255,1), - (72603,1734,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,255,1), - (72604,2047,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,255,1), - (72605,165658,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,255,1), - (72606,324,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,255,1), - (72607,175404,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,255,1), - (72608,2040,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,255,1), - (72609,1734,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,255,1), - (72610,2047,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,255,1), - (72611,144128,0,-8637.48,427.748,102.083,2.25147,0,0,0.902585,0.430511,900,100,1), - (72612,324,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,255,1), - (72613,175404,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,255,1), - (72614,2040,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,255,1), - (72615,1734,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,255,1), - (72616,2047,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,255,1), - (72617,165658,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,255,1), - (72618,324,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,255,1), - (72619,175404,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,255,1), - (72620,2040,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,255,1), - (72621,1734,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,255,1), - (72622,2047,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,255,1), - (72623,165658,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,255,1), - (72624,324,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,255,1), - (72625,175404,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,255,1), - (72626,2040,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,255,1), - (72627,1734,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,255,1), - (72628,2047,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,255,1), - (72629,165658,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,255,1), - (72630,324,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,255,1), - (72631,175404,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,255,1), - (72632,2040,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,255,1), - (72633,1734,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,255,1), - (72634,2047,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,255,1), - (72635,165658,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,255,1), - (72636,324,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,255,1), - (72637,175404,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,255,1), - (72638,2040,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,255,1), - (72639,1734,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,255,1), - (72640,2047,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,255,1), - (72641,165658,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,255,1), - (72642,324,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,255,1), - (72643,175404,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,255,1), - (72644,2040,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,255,1), - (72645,1734,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,255,1), - (72646,2047,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,255,1), - (72647,165658,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,255,1), - (72648,324,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,255,1), - (72649,175404,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,255,1), - (72650,2040,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,255,1), - (72651,1734,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,255,1), - (72652,2047,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,255,1), - (72653,165658,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,255,1), - (72654,324,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,255,1), - (72655,175404,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,255,1), - (72656,2040,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,255,1), - (72657,1734,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,255,1), - (72658,2047,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,255,1), - (72659,165658,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,255,1), - (72660,324,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,255,1), - (72661,175404,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,255,1), - (72662,2040,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,255,1), - (72663,1734,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,255,1), - (72664,2047,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,255,1), - (72665,165658,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,255,1), - (72666,324,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,255,1), - (72667,175404,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,255,1), - (72668,2040,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,255,1), - (72669,1734,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,255,1), - (72670,2047,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,255,1), - (72671,165658,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,255,1), - (72672,324,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,255,1), - (72673,175404,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,255,1), - (72674,2040,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,255,1), - (72675,1734,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,255,1), - (72676,2047,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,255,1), - (72677,165658,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,255,1), - (72678,324,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,255,1), - (72679,175404,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,255,1), - (72680,2040,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,255,1), - (72681,1734,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,255,1), - (72682,2047,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,255,1), - (72683,165658,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,255,1), - (72684,324,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,255,1), - (72685,175404,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,255,1), - (72686,2040,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,255,1), - (72687,1734,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,255,1), - (72688,2047,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,255,1), - (72689,165658,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,255,1), - (72690,324,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,255,1), - (72691,175404,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,255,1), - (72692,2040,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,255,1), - (72693,1734,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,255,1), - (72694,2047,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,255,1), - (72695,165658,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,255,1), - (72696,324,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,255,1), - (72697,175404,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,255,1), - (72698,2040,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,255,1), - (72699,1734,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,255,1), - (72700,2047,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,255,1), - (72701,165658,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,255,1), - (72702,324,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,255,1), - (72703,175404,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,255,1), - (72704,2040,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,255,1), - (72705,1734,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,255,1), - (72706,2047,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,255,1), - (72707,165658,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,255,1), - (72708,324,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,255,1), - (72709,175404,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,255,1), - (72710,2040,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,255,1), - (72711,1734,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,255,1), - (72712,2047,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,255,1), - (72713,165658,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,255,1), - (72714,324,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,255,1), - (72715,175404,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,255,1), - (72716,2040,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,255,1), - (72717,1734,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,255,1), - (72718,2047,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,255,1), - (72719,165658,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,255,1), - (72720,324,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,255,1), - (72721,175404,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,255,1), - (72722,2040,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,255,1), - (72723,1734,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,255,1), - (72724,2047,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,255,1), - (72725,165658,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,255,1), - (72726,324,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,255,1), - (72727,175404,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,255,1), - (72728,2040,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,255,1), - (72729,1734,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,255,1), - (72730,2047,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,255,1), - (72731,165658,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,255,1), - (72732,324,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,255,1), - (72733,175404,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,255,1), - (72734,2040,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,255,1), - (72735,1734,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,255,1), - (72736,2047,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,255,1), - (72737,165658,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,255,1), - (72738,324,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,255,1), - (72739,175404,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,255,1), - (72740,2040,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,255,1), - (72741,1734,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,255,1), - (72742,2047,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,255,1), - (72743,165658,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,255,1), - (72744,324,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,255,1), - (72745,175404,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,255,1), - (72746,2040,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,255,1), - (72747,1734,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,255,1), - (72748,2047,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,255,1), - (72749,165658,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,255,1), - (72750,324,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,255,1), - (72751,175404,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,255,1), - (72752,2040,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,255,1), - (72753,1734,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,255,1), - (72754,2047,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,255,1), - (72755,165658,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,255,1), - (72756,324,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,255,1), - (72757,175404,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,255,1), - (72758,2040,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,255,1), - (72759,1734,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,255,1), - (72760,2047,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,255,1), - (72761,165658,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,255,1), - (72762,324,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,255,1), - (72763,175404,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,255,1), - (72764,2040,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,255,1), - (72765,1734,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,255,1), - (72766,2047,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,255,1), - (72767,165658,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,255,1), - (72768,324,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,255,1), - (72769,175404,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,255,1), - (72770,2040,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,255,1), - (72771,1734,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,255,1), - (72772,2047,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,255,1), - (72773,165658,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,255,1), - (72774,324,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,255,1), - (72775,175404,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,255,1), - (72776,2040,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,255,1), - (72777,1734,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,255,1), - (72778,2047,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,255,1), - (72779,165658,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,255,1), - (72780,324,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,255,1), - (72781,175404,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,255,1), - (72782,2040,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,255,1), - (72783,1734,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,255,1), - (72784,2047,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,255,1), - (72785,165658,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,255,1), - (72786,324,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,255,1), - (72787,175404,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,255,1), - (72788,2040,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,255,1), - (72789,1734,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,255,1), - (72790,2047,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,255,1), - (72791,165658,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,255,1), - (72792,324,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,255,1), - (72793,175404,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,255,1), - (72794,2040,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,255,1), - (72795,1734,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,255,1), - (72796,2047,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,255,1), - (72797,165658,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,255,1), - (72798,324,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,255,1), - (72799,175404,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,255,1), - (72800,2040,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,255,1), - (72801,1734,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,255,1), - (72802,2047,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,255,1), - (72803,165658,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,255,1), - (72804,324,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,255,1), - (72805,175404,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,255,1), - (72806,2040,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,255,1), - (72807,1734,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,255,1), - (72808,2047,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,255,1), - (72809,165658,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,255,1), - (72810,324,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,255,1), - (72811,175404,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,255,1), - (72812,2040,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,255,1), - (72813,1734,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,255,1), - (72814,2047,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,255,1), - (72815,165658,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,255,1), - (72816,324,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,255,1), - (72817,175404,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,255,1), - (72818,2040,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,255,1), - (72819,1734,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,255,1), - (72820,2047,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,255,1), - (72821,165658,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,255,1), - (72822,324,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,255,1), - (72823,175404,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,255,1), - (72824,2040,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,255,1), - (72825,1734,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,255,1), - (72826,2047,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,255,1), - (72827,165658,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,255,1), - (72828,324,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,255,1), - (72829,175404,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,255,1), - (72830,2040,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,255,1), - (72831,1734,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,255,1), - (72832,2047,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,255,1), - (72833,165658,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,255,1), - (72834,324,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,255,1), - (72835,175404,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,255,1), - (72836,2040,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,255,1), - (72837,1734,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,255,1), - (72838,2047,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,255,1), - (72839,165658,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,255,1), - (72840,324,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,255,1), - (72841,175404,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,255,1), - (72842,2040,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,255,1), - (72843,1734,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,255,1), - (72844,2047,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,255,1), - (72845,165658,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,255,1), - (72846,324,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,255,1), - (72847,175404,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,255,1), - (72848,2040,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,255,1), - (72849,1734,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,255,1), - (72850,2047,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,255,1), - (72851,165658,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,255,1), - (72858,324,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,255,1), - (72859,175404,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,255,1), - (72860,2040,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,255,1), - (72861,1734,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,255,1), - (72862,2047,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,255,1), - (72863,165658,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,255,1), - (72864,324,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,255,1), - (72865,175404,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,255,1), - (72866,2040,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,255,1), - (72867,1734,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,255,1), - (72868,2047,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,255,1), - (72869,165658,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,255,1), - (72870,324,0,-8075,-1597,139.574,0,0,0,0,1,300,255,1), - (72871,175404,0,-8075,-1597,139.574,0,0,0,0,1,300,255,1), - (72872,2040,0,-8075,-1597,139.574,0,0,0,0,1,300,255,1), - (72873,1734,0,-8075,-1597,139.574,0,0,0,0,1,300,255,1), - (72874,2047,0,-8075,-1597,139.574,0,0,0,0,1,300,255,1), - (72875,165658,0,-8075,-1597,139.574,0,0,0,0,1,300,255,1), - (72876,324,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,255,1), - (72877,175404,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,255,1), - (72878,2040,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,255,1), - (72879,1734,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,255,1), - (72880,2047,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,255,1), - (72881,165658,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,255,1), - (72882,324,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,255,1), - (72883,175404,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,255,1), - (72884,2040,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,255,1), - (72885,1734,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,255,1), - (72886,2047,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,255,1), - (72887,165658,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,255,1), - (72888,324,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,255,1), - (72889,175404,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,255,1), - (72890,2040,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,255,1), - (72891,1734,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,255,1), - (72892,2047,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,255,1), - (72893,165658,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,255,1), - (72894,324,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,255,1), - (72895,175404,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,255,1), - (72896,2040,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,255,1), - (72897,1734,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,255,1), - (72898,2047,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,255,1), - (72899,165658,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,255,1), - (72900,324,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,255,1), - (72901,175404,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,255,1), - (72902,2040,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,255,1), - (72903,1734,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,255,1), - (72904,2047,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,255,1), - (72905,165658,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,255,1), - (72906,324,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,255,1), - (72907,175404,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,255,1), - (72908,2040,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,255,1), - (72909,1734,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,255,1), - (72910,2047,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,255,1), - (72911,165658,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,255,1), - (72912,324,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,255,1), - (72913,175404,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,255,1), - (72914,2040,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,255,1), - (72915,1734,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,255,1), - (72916,2047,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,255,1), - (72917,165658,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,255,1), - (72918,324,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,255,1), - (72919,175404,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,255,1), - (72920,2040,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,255,1), - (72921,1734,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,255,1), - (72922,2047,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,255,1), - (72923,165658,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,255,1), - (72924,324,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,255,1), - (72925,175404,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,255,1), - (72926,2040,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,255,1), - (72927,1734,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,255,1), - (72928,2047,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,255,1), - (72929,165658,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,255,1), - (72930,324,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,255,1), - (72931,175404,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,255,1), - (72932,2040,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,255,1), - (72933,1734,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,255,1), - (72934,2047,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,255,1), - (72935,165658,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,255,1), - (72936,324,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,255,1), - (72937,175404,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,255,1), - (72938,2040,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,255,1), - (72939,1734,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,255,1), - (72940,2047,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,255,1), - (72941,165658,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,255,1), - (72942,324,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,255,1), - (72943,175404,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,255,1), - (72944,2040,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,255,1), - (72945,1734,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,255,1), - (72946,2047,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,255,1), - (72947,165658,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,255,1), - (72948,324,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,255,1), - (72949,175404,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,255,1), - (72950,2040,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,255,1), - (72951,1734,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,255,1), - (72952,2047,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,255,1), - (72953,165658,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,255,1), - (72954,324,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,255,1), - (72955,175404,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,255,1), - (72956,2040,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,255,1), - (72957,1734,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,255,1), - (72958,2047,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,255,1), - (72959,165658,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,255,1), - (72960,324,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,255,1), - (72961,175404,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,255,1), - (72962,2040,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,255,1), - (72963,1734,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,255,1), - (72964,2047,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,255,1), - (72965,165658,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,255,1), - (72966,324,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,255,1), - (72967,175404,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,255,1), - (72968,2040,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,255,1), - (72969,1734,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,255,1), - (72970,2047,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,255,1), - (72971,165658,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,255,1), - (72972,324,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,255,1), - (72973,175404,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,255,1), - (72974,2040,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,255,1), - (72975,1734,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,255,1), - (72976,2047,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,255,1), - (72977,165658,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,255,1), - (72978,324,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,255,1), - (72979,175404,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,255,1), - (72980,2040,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,255,1), - (72981,1734,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,255,1), - (72982,2047,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,255,1), - (72983,165658,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,255,1), - (72990,324,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,255,1), - (72991,175404,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,255,1), - (72992,2040,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,255,1), - (72993,1734,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,255,1), - (72994,2047,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,255,1), - (72995,165658,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,255,1), - (72996,324,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,255,1), - (72997,175404,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,255,1), - (72998,2040,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,255,1), - (72999,1734,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,255,1), - (73000,2047,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,255,1), - (73001,165658,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,255,1), - (73002,324,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,255,1), - (73003,175404,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,255,1), - (73004,2040,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,255,1), - (73005,1734,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,255,1), - (73006,2047,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,255,1), - (73007,165658,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,255,1), - (73008,324,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,255,1), - (73009,175404,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,255,1), - (73010,2040,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,255,1), - (73011,1734,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,255,1), - (73012,2047,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,255,1), - (73013,165658,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,255,1), - (73014,324,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,255,1), - (73015,175404,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,255,1), - (73016,2040,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,255,1), - (73017,1734,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,255,1), - (73018,2047,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,255,1), - (73019,165658,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,255,1), - (73020,324,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,255,1), - (73021,175404,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,255,1), - (73022,2040,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,255,1), - (73023,1734,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,255,1), - (73024,2047,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,255,1), - (73025,165658,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,255,1), - (73026,324,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,255,1), - (73027,175404,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,255,1), - (73028,2040,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,255,1), - (73029,1734,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,255,1), - (73030,2047,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,255,1), - (73031,165658,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,255,1), - (73032,324,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,255,1), - (73033,175404,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,255,1), - (73034,2040,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,255,1), - (73035,1734,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,255,1), - (73036,2047,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,255,1), - (73037,165658,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,255,1), - (73038,324,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,255,1), - (73039,175404,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,255,1), - (73040,2040,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,255,1), - (73041,1734,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,255,1), - (73042,2047,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,255,1), - (73043,165658,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,255,1), - (73044,324,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,255,1), - (73045,175404,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,255,1), - (73046,2040,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,255,1), - (73047,1734,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,255,1), - (73048,2047,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,255,1), - (73049,165658,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,255,1), - (73050,324,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,255,1), - (73051,175404,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,255,1), - (73052,2040,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,255,1), - (73053,1734,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,255,1), - (73054,2047,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,255,1), - (73055,165658,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,255,1), - (73056,324,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,255,1), - (73057,175404,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,255,1), - (73058,2040,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,255,1), - (73059,1734,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,255,1), - (73060,2047,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,255,1), - (73061,165658,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,255,1), - (73062,324,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,255,1), - (73063,175404,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,255,1), - (73064,2040,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,255,1), - (73065,1734,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,255,1), - (73066,2047,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,255,1), - (73067,165658,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,255,1), - (73068,324,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,255,1), - (73069,175404,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,255,1), - (73070,2040,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,255,1), - (73071,1734,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,255,1), - (73072,2047,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,255,1), - (73073,165658,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,255,1), - (73074,324,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,255,1), - (73075,175404,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,255,1), - (73076,2040,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,255,1), - (73077,1734,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,255,1), - (73078,2047,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,255,1), - (73079,165658,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,255,1), - (73080,324,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,255,1), - (73081,175404,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,255,1), - (73082,2040,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,255,1), - (73083,1734,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,255,1), - (73084,2047,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,255,1), - (73085,165658,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,255,1), - (73086,324,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,255,1), - (73087,175404,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,255,1), - (73088,2040,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,255,1), - (73089,1734,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,255,1), - (73090,2047,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,255,1), - (73091,165658,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,255,1), - (73098,324,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,255,1), - (73099,175404,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,255,1), - (73100,2040,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,255,1), - (73101,1734,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,255,1), - (73102,2047,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,255,1), - (73103,165658,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,255,1), - (73104,324,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,255,1), - (73105,175404,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,255,1), - (73106,2040,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,255,1), - (73107,1734,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,255,1), - (73108,2047,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,255,1), - (73109,165658,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,255,1), - (73110,324,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,255,1), - (73111,175404,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,255,1), - (73112,2040,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,255,1), - (73113,1734,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,255,1), - (73114,2047,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,255,1), - (73115,165658,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,255,1), - (73116,324,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,255,1), - (73117,175404,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,255,1), - (73118,2040,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,255,1), - (73119,1734,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,255,1), - (73120,2047,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,255,1), - (73121,165658,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,255,1), - (73122,324,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,255,1), - (73123,175404,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,255,1), - (73124,2040,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,255,1), - (73125,1734,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,255,1), - (73126,2047,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,255,1), - (73127,165658,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,255,1), - (73128,324,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,255,1), - (73129,175404,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,255,1), - (73130,2040,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,255,1), - (73131,1734,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,255,1), - (73132,2047,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,255,1), - (73133,165658,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,255,1), - (73134,324,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (73135,175404,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (73136,2040,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (73137,1734,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (73138,2047,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (73139,165658,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (73146,324,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,255,1), - (73147,175404,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,255,1), - (73148,2040,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,255,1), - (73149,1734,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,255,1), - (73150,2047,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,255,1), - (73151,165658,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,255,1), - (73152,324,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,255,1), - (73153,175404,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,255,1), - (73154,2040,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,255,1), - (73155,1734,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,255,1), - (73156,2047,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,255,1), - (73157,165658,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,255,1), - (73158,324,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,255,1), - (73159,175404,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,255,1), - (73160,2040,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,255,1), - (73161,1734,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,255,1), - (73162,2047,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,255,1), - (73163,165658,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,255,1), - (73164,324,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,255,1), - (73165,175404,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,255,1), - (73166,2040,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,255,1), - (73167,1734,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,255,1), - (73168,2047,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,255,1), - (73169,165658,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,255,1), - (73170,324,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,255,1), - (73171,175404,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,255,1), - (73172,2040,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,255,1), - (73173,1734,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,255,1), - (73174,2047,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,255,1), - (73175,165658,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,255,1), - (73176,324,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,255,1), - (73177,175404,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,255,1), - (73178,2040,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,255,1), - (73179,1734,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,255,1), - (73180,2047,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,255,1), - (73181,165658,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,255,1), - (73182,324,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,255,1), - (73183,175404,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,255,1), - (73184,2040,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,255,1), - (73185,1734,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,255,1), - (73186,2047,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,255,1), - (73187,165658,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,255,1), - (73188,324,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,255,1), - (73189,175404,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,255,1), - (73190,2040,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,255,1), - (73191,1734,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,255,1), - (73192,2047,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,255,1), - (73193,165658,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,255,1), - (73194,324,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,255,1), - (73195,175404,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,255,1), - (73196,2040,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,255,1), - (73197,1734,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,255,1), - (73198,2047,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,255,1), - (73199,165658,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,255,1), - (73200,324,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,255,1), - (73201,175404,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,255,1), - (73202,2040,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,255,1), - (73203,1734,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,255,1), - (73204,2047,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,255,1), - (73205,165658,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,255,1), - (73206,324,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73207,175404,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73208,2040,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73209,1734,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73210,2047,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73211,165658,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73212,324,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73213,175404,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73214,2040,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73215,1734,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73216,2047,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73217,165658,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,255,1), - (73218,324,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,255,1), - (73219,175404,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,255,1), - (73220,2040,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,255,1), - (73221,1734,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,255,1), - (73222,2047,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,255,1), - (73223,165658,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,255,1), - (73224,324,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,255,1), - (73225,175404,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,255,1), - (73226,2040,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,255,1), - (73227,1734,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,255,1), - (73228,2047,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,255,1), - (73229,165658,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,255,1), - (73230,324,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,255,1), - (73231,175404,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,255,1), - (73232,2040,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,255,1), - (73233,1734,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,255,1), - (73234,2047,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,255,1), - (73235,165658,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,255,1), - (73236,324,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,255,1), - (73237,175404,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,255,1), - (73238,2040,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,255,1), - (73239,1734,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,255,1), - (73240,2047,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,255,1), - (73241,165658,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,255,1), - (73242,324,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,255,1), - (73243,175404,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,255,1), - (73244,2040,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,255,1), - (73245,1734,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,255,1), - (73246,144129,0,-9035.41,844.067,106.96,0.436333,0,0,0.21644,0.976296,180,100,1), - (73247,165658,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,255,1), - (73248,324,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,255,1), - (73249,175404,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,255,1), - (73250,2040,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,255,1), - (73251,1734,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,255,1), - (73252,2047,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,255,1), - (73253,165658,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,255,1), - (73254,324,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,255,1), - (73255,175404,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,255,1), - (73256,2040,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,255,1), - (73257,1734,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,255,1), - (73258,2047,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,255,1), - (73259,165658,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,255,1), - (73260,324,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,255,1), - (73261,175404,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,255,1), - (73262,2040,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,255,1), - (73263,1734,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,255,1), - (73264,2047,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,255,1), - (73265,165658,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,255,1), - (73266,324,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,255,1), - (73267,175404,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,255,1), - (73268,2040,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,255,1), - (73269,1734,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,255,1), - (73270,2047,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,255,1), - (73271,165658,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,255,1), - (73272,324,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,255,1), - (73273,175404,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,255,1), - (73274,2040,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,255,1), - (73275,1734,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,255,1), - (73276,2047,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,255,1), - (73277,165658,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,255,1), - (73278,324,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,255,1), - (73279,175404,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,255,1), - (73280,2040,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,255,1), - (73281,1734,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,255,1), - (73282,2047,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,255,1), - (73283,165658,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,255,1), - (73284,324,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,255,1), - (73285,175404,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,255,1), - (73286,2040,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,255,1), - (73287,1734,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,255,1), - (73288,2047,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,255,1), - (73289,165658,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,255,1), - (73290,324,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,255,1), - (73291,175404,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,255,1), - (73292,2040,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,255,1), - (73293,1734,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,255,1), - (73294,2047,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,255,1), - (73295,165658,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,255,1), - (73296,324,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,255,1), - (73297,175404,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,255,1), - (73298,2040,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,255,1), - (73299,1734,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,255,1), - (73300,2047,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,255,1), - (73301,165658,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,255,1), - (73302,324,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,255,1), - (73303,175404,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,255,1), - (73304,2040,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,255,1), - (73305,1734,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,255,1), - (73306,2047,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,255,1), - (73307,165658,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,255,1), - (73308,324,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,255,1), - (73309,175404,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,255,1), - (73310,2040,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,255,1), - (73311,1734,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,255,1), - (73312,2047,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,255,1), - (73313,165658,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,255,1), - (73314,324,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,255,1), - (73315,175404,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,255,1), - (73316,2040,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,255,1), - (73317,1734,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,255,1), - (73318,2047,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,255,1), - (73319,165658,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,255,1), - (73320,324,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,255,1), - (73321,175404,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,255,1), - (73322,2040,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,255,1), - (73323,1734,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,255,1), - (73324,2047,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,255,1), - (73325,165658,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,255,1), - (73326,324,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,255,1), - (73327,175404,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,255,1), - (73328,2040,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,255,1), - (73329,1734,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,255,1), - (73330,2047,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,255,1), - (73331,165658,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,255,1), - (73332,324,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,255,1), - (73333,175404,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,255,1), - (73334,2040,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,255,1), - (73335,1734,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,255,1), - (73336,2047,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,255,1), - (73337,165658,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,255,1), - (73338,324,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,255,1), - (73339,175404,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,255,1), - (73340,2040,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,255,1), - (73341,1734,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,255,1), - (73342,2047,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,255,1), - (73343,165658,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,255,1), - (73344,324,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,255,1), - (73345,175404,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,255,1), - (73346,2040,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,255,1), - (73347,1734,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,255,1), - (73348,2047,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,255,1), - (73349,165658,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,255,1), - (73350,324,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,255,1), - (73351,175404,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,255,1), - (73352,2040,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,255,1), - (73353,1734,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,255,1), - (73354,2047,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,255,1), - (73355,165658,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,255,1), - (73356,324,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,255,1), - (73357,175404,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,255,1), - (73358,2040,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,255,1), - (73359,1734,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,255,1), - (73360,2047,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,255,1), - (73361,165658,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,255,1), - (73362,324,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,255,1), - (73363,175404,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,255,1), - (73364,2040,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,255,1), - (73365,1734,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,255,1), - (73366,2047,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,255,1), - (73367,165658,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,255,1), - (73368,324,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,255,1), - (73369,175404,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,255,1), - (73370,2040,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,255,1), - (73371,1734,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,255,1), - (73372,2047,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,255,1), - (73373,165658,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,255,1), - (73374,324,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,255,1), - (73375,175404,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,255,1), - (73376,2040,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,255,1), - (73377,1734,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,255,1), - (73378,2047,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,255,1), - (73379,165658,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,255,1), - (73380,324,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,255,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (71272,1734,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (71273,1733,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (71274,2047,0,-7344.53,-3478.77,335.204,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (71275,1735,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (71276,2040,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (71277,1734,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (71278,1733,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (71279,2047,0,-7109.93,-3613.91,256.721,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (71280,1735,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (71281,2040,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (71282,1734,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (71283,1733,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (71284,2047,0,-7003.88,-3863.29,295.432,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (71285,1735,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (71286,2040,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (71287,1734,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (71288,1733,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (71289,2047,0,-6951.38,-3601.15,241.667,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (71290,1735,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (71291,2040,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (71292,1734,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (71293,1733,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (71294,2047,0,-6605.61,-3705.26,269.629,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (71295,1735,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (71296,2040,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (71297,1734,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (71298,1733,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (71299,2047,0,-6737.73,-3787.54,273.026,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (71300,1735,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (71301,2040,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (71302,1734,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (71303,1733,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (71304,2047,0,-6798.11,-4167.08,269.176,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (71305,1735,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (71306,2040,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (71307,1734,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (71308,1733,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (71309,2047,0,-6234.93,-3475.95,250.017,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (71310,1735,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (71311,2040,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (71312,1734,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (71313,1733,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (71314,2047,0,-6094.1,-3095.98,244.567,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (71315,1735,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (71316,2040,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (71317,1734,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (71318,1733,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (71319,2047,0,-6696.16,-2446.62,281.194,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (71320,1735,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,300,255,1), + (71321,2040,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,300,255,1), + (71322,1734,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,300,255,1), + (71323,1733,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,300,255,1), + (71324,2047,0,-7111.74,-3610.82,255.251,0,0,0,0,1,300,300,255,1), + (71325,1735,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,300,255,1), + (71326,2040,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,300,255,1), + (71327,1734,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,300,255,1), + (71328,1733,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,300,255,1), + (71329,2047,0,-6650.51,-3541.83,248.722,0,0,0,0,1,300,300,255,1), + (71330,1735,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,300,255,1), + (71331,2040,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,300,255,1), + (71332,1734,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,300,255,1), + (71333,1733,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,300,255,1), + (71334,2047,0,-7148.52,-3493.88,266.099,0,0,0,0,1,300,300,255,1), + (71335,1735,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,300,255,1), + (71336,2040,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,300,255,1), + (71337,1734,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,300,255,1), + (71338,1733,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,300,255,1), + (71339,2047,0,-6796.77,-3218.12,267.065,0,0,0,0,1,300,300,255,1), + (71340,1735,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,300,255,1), + (71341,2040,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,300,255,1), + (71342,1734,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,300,255,1), + (71343,1733,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,300,255,1), + (71344,2047,0,-7250.14,-3132.48,314.233,0,0,0,0,1,300,300,255,1), + (71345,1735,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (71346,2040,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (71347,1734,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (71348,1733,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (71349,2047,0,-6893.85,-2792.91,242.547,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (71350,1735,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (71351,2040,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (71352,1734,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (71353,1733,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (71354,2047,0,-6975.78,-3110.13,260.854,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (71355,1735,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (71356,2040,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (71357,1734,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (71358,1733,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (71359,2047,0,-6464.19,-2450.21,311.683,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (71360,1735,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (71361,2040,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (71362,1734,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (71363,1733,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (71364,2047,0,-6170.33,-3384.25,244.062,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (71365,1735,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (71366,2040,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (71367,1734,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (71368,1733,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (71369,2047,0,-7445.46,-2269.4,231.429,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (71370,1735,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (71371,2040,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (71372,1734,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (71373,1733,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (71374,2047,0,-6518.01,-2460.01,307.32,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (71375,1735,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,300,255,1), + (71376,2040,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,300,255,1), + (71377,1734,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,300,255,1), + (71378,1733,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,300,255,1), + (71379,2047,0,-7230,-2216,296.9,0.75,0,0,0.366273,0.930508,300,300,255,1), + (71380,1735,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,300,255,1), + (71381,2040,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,300,255,1), + (71382,1734,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,300,255,1), + (71383,1733,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,300,255,1), + (71384,2047,0,-7277,-2148,308.407,5.407,0,0,0.424213,-0.905562,300,300,255,1), + (71385,1735,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71386,2040,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71387,1734,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71388,1733,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71389,2047,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71390,1735,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71391,2040,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71392,1734,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71393,1733,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71394,2047,0,-6083,-3042,250.867,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71398,1733,0,-6134,-2912,211.926,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71400,1735,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (71401,2040,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (71402,1734,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (71403,1733,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (71404,2047,0,-6128.58,-2913.02,212.195,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (71405,1735,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71406,2040,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71407,1734,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71408,1733,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71409,2047,0,-6186.06,-3038.78,221.079,-0.436333,0,0,-0.21644,0.976296,300,300,255,1), + (71410,2040,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,300,255,1), + (71411,324,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,300,255,1), + (71412,1735,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,300,255,1), + (71413,1734,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,300,255,1), + (71414,2047,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,300,255,1), + (71415,1733,0,-672,-3821,222.522,3.333,0,0,0.995424,-0.0955576,300,300,255,1), + (71416,2040,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,300,255,1), + (71417,324,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,300,255,1), + (71418,1735,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,300,255,1), + (71419,1734,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,300,255,1), + (71420,2047,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,300,255,1), + (71421,1733,0,-711,-3723,238.324,3.515,0,0,0.982621,-0.185621,300,300,255,1), + (71422,2040,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,300,255,1), + (71423,324,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,300,255,1), + (71424,1735,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,300,255,1), + (71425,1734,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,300,255,1), + (71426,2047,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,300,255,1), + (71427,1733,0,-713,-3700,233.64,2.308,0,0,0.914391,0.404833,300,300,255,1), + (71428,1735,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (71429,2040,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (71430,1734,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (71431,1733,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (71432,2047,0,-6549.7,-2434.55,296.762,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (71433,1735,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (71434,2040,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (71435,1734,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (71436,1733,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (71437,2047,0,-6681.36,-3014.65,260.138,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (71438,103711,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (71439,105569,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (71440,103711,0,-816.58,164.147,4.45748,-1.97222,0,0,-0.833885,0.551938,300,300,255,1), + (71441,105569,0,-816.58,164.147,4.45748,-1.97222,0,0,-0.833885,0.551938,300,300,255,1), + (71442,103711,0,-819.406,157.641,17.9377,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (71443,105569,0,-819.406,157.641,17.9377,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (71444,103711,0,-835.033,202.398,7.71369,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (71445,105569,0,-835.033,202.398,7.71369,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (71446,103711,0,-731.496,92.5911,14.9298,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (71447,105569,0,-731.496,92.5911,14.9298,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (71448,103711,0,-701.806,50.6085,14.2192,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (71449,105569,0,-701.806,50.6085,14.2192,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (71450,103711,0,-736.823,43.7604,12.0023,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (71451,105569,0,-736.823,43.7604,12.0023,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (71452,103711,0,-837.585,81.8425,3.4292,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (71453,105569,0,-837.585,81.8425,3.4292,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (71454,1731,0,-4950.32,-2971.38,322.214,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (71455,1732,0,-4950.32,-2971.38,322.214,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (71456,1733,0,-4950.32,-2971.38,322.214,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (71457,1731,0,-5127.31,-3926.78,325.466,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (71458,1732,0,-5127.31,-3926.78,325.466,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (71459,1733,0,-5127.31,-3926.78,325.466,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (71460,1731,0,-4733.4,-3428.12,287.19,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (71461,1732,0,-4733.4,-3428.12,287.19,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (71462,1733,0,-4733.4,-3428.12,287.19,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (71463,1731,0,-4855.06,-2882.53,336.653,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (71464,1732,0,-4855.06,-2882.53,336.653,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (71465,1733,0,-4855.06,-2882.53,336.653,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (71466,1731,0,-4763.16,-2960.69,323.212,0.471238,0,0,0.233445,0.97237,300,300,255,1), + (71467,1732,0,-4763.16,-2960.69,323.212,0.471238,0,0,0.233445,0.97237,300,300,255,1), + (71468,1733,0,-4763.16,-2960.69,323.212,0.471238,0,0,0.233445,0.97237,300,300,255,1), + (71469,1731,0,-5697.35,-3950.6,327.836,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (71470,1732,0,-5697.35,-3950.6,327.836,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (71471,1733,0,-5697.35,-3950.6,327.836,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (71472,1732,0,-11447.7,-321.118,59.8395,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (71473,1735,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (71474,2040,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (71475,1733,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (71476,1734,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (71477,1732,0,-11713,-645.439,49.3283,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (71478,1735,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (71479,2040,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (71480,1733,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (71481,1734,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (71482,1732,0,-11755.9,-176.016,23.3022,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (71483,1735,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (71484,2040,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (71485,1733,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (71486,1734,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (71487,1732,0,-12363.8,-1154.71,1.2719,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (71488,1735,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (71489,2040,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (71490,1733,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (71491,1734,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (71492,1732,0,-14641.5,-301.463,27.0929,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (71493,1735,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (71494,2040,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (71495,1733,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (71496,1734,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (71497,1732,0,-13615.8,-211.779,30.41,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (71498,1735,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (71499,2040,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (71500,2040,0,-11810,-3080,8.136,6.001,0,0,0.140625,-0.990063,300,300,255,1), + (71501,324,0,-11810,-3080,8.136,6.001,0,0,0.140625,-0.990063,300,300,255,1), + (71502,1734,0,-11810,-3080,8.136,6.001,0,0,0.140625,-0.990063,300,300,255,1), + (71503,2047,0,-11810,-3080,8.136,6.001,0,0,0.140625,-0.990063,300,300,255,1), + (71504,2040,0,-11479,-3273,13.183,3.098,0,0,0.999762,0.0217946,300,300,255,1), + (71505,324,0,-11479,-3273,13.183,3.098,0,0,0.999762,0.0217946,300,300,255,1), + (71506,1734,0,-11479,-3273,13.183,3.098,0,0,0.999762,0.0217946,300,300,255,1), + (71507,2047,0,-11479,-3273,13.183,3.098,0,0,0.999762,0.0217946,300,300,255,1), + (71508,2040,0,-11538,-2875,12.861,0,0,0,0,1,300,300,255,1), + (71509,324,0,-11538,-2875,12.861,0,0,0,0,1,300,300,255,1), + (71510,1734,0,-11538,-2875,12.861,0,0,0,0,1,300,300,255,1), + (71511,2047,0,-11538,-2875,12.861,0,0,0,0,1,300,300,255,1), + (71512,2040,0,-10875,-2785,55.716,1.524,0,0,0.69037,0.723457,300,300,255,1), + (71513,324,0,-10875,-2785,55.716,1.524,0,0,0.69037,0.723457,300,300,255,1), + (71514,1734,0,-10875,-2785,55.716,1.524,0,0,0.69037,0.723457,300,300,255,1), + (71515,2047,0,-10875,-2785,55.716,1.524,0,0,0.69037,0.723457,300,300,255,1), + (71516,2040,0,-10996,-2718,7.762,2.327,0,0,0.918195,0.396128,300,300,255,1), + (71517,324,0,-10996,-2718,7.762,2.327,0,0,0.918195,0.396128,300,300,255,1), + (71518,1734,0,-10996,-2718,7.762,2.327,0,0,0.918195,0.396128,300,300,255,1), + (71519,2047,0,-10996,-2718,7.762,2.327,0,0,0.918195,0.396128,300,300,255,1), + (71520,2040,0,-10878,-2725,8.883,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71521,324,0,-10878,-2725,8.883,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71522,1734,0,-10878,-2725,8.883,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71523,2047,0,-10878,-2725,8.883,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71524,2040,0,-10851,-3175,46.779,3.551,0,0,0.979121,-0.203277,300,300,255,1), + (71525,324,0,-10851,-3175,46.779,3.551,0,0,0.979121,-0.203277,300,300,255,1), + (71526,1734,0,-10851,-3175,46.779,3.551,0,0,0.979121,-0.203277,300,300,255,1), + (71527,2047,0,-10851,-3175,46.779,3.551,0,0,0.979121,-0.203277,300,300,255,1), + (71528,2040,0,-11220,-2781,42.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71529,324,0,-11220,-2781,42.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71530,1734,0,-11220,-2781,42.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71531,2047,0,-11220,-2781,42.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71532,2040,0,-11902,-3140,-18,2.088,0,0,0.864422,0.502767,300,300,255,1), + (71533,324,0,-11902,-3140,-18,2.088,0,0,0.864422,0.502767,300,300,255,1), + (71534,324,0,-11902,-3140,-18,2.088,0,0,0.864422,0.502767,300,300,255,1), + (71535,2047,0,-11902,-3140,-18,2.088,0,0,0.864422,0.502767,300,300,255,1), + (71536,2040,0,-11263,-3452,8.089,0.086,0,0,0.0429868,0.999076,300,300,255,1), + (71537,324,0,-11263,-3452,8.089,0.086,0,0,0.0429868,0.999076,300,300,255,1), + (71538,1734,0,-11263,-3452,8.089,0.086,0,0,0.0429868,0.999076,300,300,255,1), + (71539,2047,0,-11263,-3452,8.089,0.086,0,0,0.0429868,0.999076,300,300,255,1), + (71540,2040,0,-11279,-2972,24.948,0.055,0,0,0.0274965,0.999622,300,300,255,1), + (71541,324,0,-11279,-2972,24.948,0.055,0,0,0.0274965,0.999622,300,300,255,1), + (71542,1734,0,-11279,-2972,24.948,0.055,0,0,0.0274965,0.999622,300,300,255,1), + (71543,2047,0,-11279,-2972,24.948,0.055,0,0,0.0274965,0.999622,300,300,255,1), + (71544,2040,0,-11341,-2513,106.287,0.575,0,0,0.283556,0.958956,300,300,255,1), + (71545,324,0,-11341,-2513,106.287,0.575,0,0,0.283556,0.958956,300,300,255,1), + (71546,1734,0,-11341,-2513,106.287,0.575,0,0,0.283556,0.958956,300,300,255,1), + (71547,2047,0,-11341,-2513,106.287,0.575,0,0,0.283556,0.958956,300,300,255,1), + (71548,2040,0,-11304,-2867,29.373,4.552,0,0,0.76148,-0.648189,300,300,255,1), + (71549,324,0,-11304,-2867,29.373,4.552,0,0,0.76148,-0.648189,300,300,255,1), + (71550,1734,0,-11304,-2867,29.373,4.552,0,0,0.76148,-0.648189,300,300,255,1), + (71551,2047,0,-11304,-2867,29.373,4.552,0,0,0.76148,-0.648189,300,300,255,1), + (71552,2040,0,-11759,-3110,0,0.126,0,0,0.0629583,0.998016,300,300,255,1), + (71553,324,0,-11759,-3110,0,0.126,0,0,0.0629583,0.998016,300,300,255,1), + (71554,1734,0,-11759,-3110,0,0.126,0,0,0.0629583,0.998016,300,300,255,1), + (71555,2047,0,-11759,-3110,0,0.126,0,0,0.0629583,0.998016,300,300,255,1), + (71556,2040,0,-11220,-2532,96.329,0.042,0,0,0.0209985,0.99978,300,300,255,1), + (71557,324,0,-11220,-2532,96.329,0.042,0,0,0.0209985,0.99978,300,300,255,1), + (71558,1734,0,-11220,-2532,96.329,0.042,0,0,0.0209985,0.99978,300,300,255,1), + (71559,2047,0,-11220,-2532,96.329,0.042,0,0,0.0209985,0.99978,300,300,255,1), + (71560,2040,0,-11639,-2896,12.701,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71561,324,0,-11639,-2896,12.701,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71562,1734,0,-11639,-2896,12.701,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71563,2047,0,-11639,-2896,12.701,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71564,2040,0,-11106,-2653,44.622,1.667,0,0,0.740289,0.672289,300,300,255,1), + (71565,324,0,-11106,-2653,44.622,1.667,0,0,0.740289,0.672289,300,300,255,1), + (71566,1734,0,-11106,-2653,44.622,1.667,0,0,0.740289,0.672289,300,300,255,1), + (71567,2047,0,-11106,-2653,44.622,1.667,0,0,0.740289,0.672289,300,300,255,1), + (71568,2040,0,-10876,-2661,8.74,0.244,0,0,0.121698,0.992567,300,300,255,1), + (71569,324,0,-10876,-2661,8.74,0.244,0,0,0.121698,0.992567,300,300,255,1), + (71570,1734,0,-10876,-2661,8.74,0.244,0,0,0.121698,0.992567,300,300,255,1), + (71571,2047,0,-10876,-2661,8.74,0.244,0,0,0.121698,0.992567,300,300,255,1), + (71572,2040,0,-11032,-2690,24.649,2.327,0,0,0.918195,0.396128,300,300,255,1), + (71573,324,0,-11032,-2690,24.649,2.327,0,0,0.918195,0.396128,300,300,255,1), + (71574,1734,0,-11032,-2690,24.649,2.327,0,0,0.918195,0.396128,300,300,255,1), + (71575,2047,0,-11032,-2690,24.649,2.327,0,0,0.918195,0.396128,300,300,255,1), + (71576,2040,0,-11245,-2613,92.481,4.16,0,0,0.873133,-0.487482,300,300,255,1), + (71577,324,0,-11245,-2613,92.481,4.16,0,0,0.873133,-0.487482,300,300,255,1), + (71578,1734,0,-11245,-2613,92.481,4.16,0,0,0.873133,-0.487482,300,300,255,1), + (71579,2047,0,-11245,-2613,92.481,4.16,0,0,0.873133,-0.487482,300,300,255,1), + (71580,2040,0,-11386,-3165,19.232,2.775,0,0,0.983248,0.182272,300,300,255,1), + (71581,324,0,-11386,-3165,19.232,2.775,0,0,0.983248,0.182272,300,300,255,1), + (71582,1734,0,-11386,-3165,19.232,2.775,0,0,0.983248,0.182272,300,300,255,1), + (71583,2047,0,-11386,-3165,19.232,2.775,0,0,0.983248,0.182272,300,300,255,1), + (71584,2040,0,-11512,-2964,35.444,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71585,324,0,-11512,-2964,35.444,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71586,1734,0,-11512,-2964,35.444,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71587,2047,0,-11512,-2964,35.444,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (71588,2040,0,-11907,-3175,-21,2.269,0,0,0.906323,0.422586,300,300,255,1), + (71589,324,0,-11907,-3175,-21,2.269,0,0,0.906323,0.422586,300,300,255,1), + (71590,1734,0,-11907,-3175,-21,2.269,0,0,0.906323,0.422586,300,300,255,1), + (71591,2047,0,-11907,-3175,-21,2.269,0,0,0.906323,0.422586,300,300,255,1), + (71592,2040,0,-11851,-3076,-2,0.409,0,0,0.203078,0.979163,300,300,255,1), + (71593,324,0,-11851,-3076,-2,0.409,0,0,0.203078,0.979163,300,300,255,1), + (71594,1734,0,-11851,-3076,-2,0.409,0,0,0.203078,0.979163,300,300,255,1), + (71595,2047,0,-11851,-3076,-2,0.409,0,0,0.203078,0.979163,300,300,255,1), + (71596,2040,0,-10925,-3607,20.16,1.488,0,0,0.677236,0.735766,300,300,255,1), + (71597,324,0,-10925,-3607,20.16,1.488,0,0,0.677236,0.735766,300,300,255,1), + (71598,1734,0,-10925,-3607,20.16,1.488,0,0,0.677236,0.735766,300,300,255,1), + (71599,2047,0,-10925,-3607,20.16,1.488,0,0,0.677236,0.735766,300,300,255,1), + (71600,2040,0,-11545,-2903,9.985,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71601,324,0,-11545,-2903,9.985,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71602,1734,0,-11545,-2903,9.985,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71603,2047,0,-11545,-2903,9.985,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71604,2040,0,-11545,-2907,10.248,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71605,324,0,-11545,-2907,10.248,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71606,1734,0,-11545,-2907,10.248,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71607,2047,0,-11545,-2907,10.248,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71608,2040,0,-10824,-3162,40.792,1.843,0,0,0.796509,0.604626,300,300,255,1), + (71609,324,0,-10824,-3162,40.792,1.843,0,0,0.796509,0.604626,300,300,255,1), + (71610,1734,0,-10824,-3162,40.792,1.843,0,0,0.796509,0.604626,300,300,255,1), + (71611,2047,0,-10824,-3162,40.792,1.843,0,0,0.796509,0.604626,300,300,255,1), + (71612,2040,0,-10895,-3207,49.074,6.123,0,0,0.080007,-0.996794,300,300,255,1), + (71613,324,0,-10895,-3207,49.074,6.123,0,0,0.080007,-0.996794,300,300,255,1), + (71614,1734,0,-10895,-3207,49.074,6.123,0,0,0.080007,-0.996794,300,300,255,1), + (71615,2047,0,-10895,-3207,49.074,6.123,0,0,0.080007,-0.996794,300,300,255,1), + (71616,2040,0,-11834,-2959,12.811,1.258,0,0,0.588336,0.808616,300,300,255,1), + (71617,324,0,-11834,-2959,12.811,1.258,0,0,0.588336,0.808616,300,300,255,1), + (71618,1734,0,-11834,-2959,12.811,1.258,0,0,0.588336,0.808616,300,300,255,1), + (71619,2047,0,-11834,-2959,12.811,1.258,0,0,0.588336,0.808616,300,300,255,1), + (71620,2040,0,-10786,-3132,38.5,6.033,0,0,0.124767,-0.992186,300,300,255,1), + (71621,324,0,-10786,-3132,38.5,6.033,0,0,0.124767,-0.992186,300,300,255,1), + (71622,1734,0,-10786,-3132,38.5,6.033,0,0,0.124767,-0.992186,300,300,255,1), + (71623,2047,0,-10786,-3132,38.5,6.033,0,0,0.124767,-0.992186,300,300,255,1), + (71624,2040,0,-11878,-3263,-26,3.632,0,0,0.970088,-0.242754,300,300,255,1), + (71625,324,0,-11878,-3263,-26,3.632,0,0,0.970088,-0.242754,300,300,255,1), + (71626,1734,0,-11878,-3263,-26,3.632,0,0,0.970088,-0.242754,300,300,255,1), + (71627,2047,0,-11878,-3263,-26,3.632,0,0,0.970088,-0.242754,300,300,255,1), + (71628,2040,0,-10860,-3059,48.565,5.962,0,0,0.159903,-0.987133,300,300,255,1), + (71629,324,0,-10860,-3059,48.565,5.962,0,0,0.159903,-0.987133,300,300,255,1), + (71630,1734,0,-10860,-3059,48.565,5.962,0,0,0.159903,-0.987133,300,300,255,1), + (71631,2047,0,-10860,-3059,48.565,5.962,0,0,0.159903,-0.987133,300,300,255,1), + (71632,2040,0,-11022,-2802,6.474,4.298,0,0,0.837446,-0.54652,300,300,255,1), + (71633,324,0,-11022,-2802,6.474,4.298,0,0,0.837446,-0.54652,300,300,255,1), + (71634,1734,0,-11022,-2802,6.474,4.298,0,0,0.837446,-0.54652,300,300,255,1), + (71635,2047,0,-11022,-2802,6.474,4.298,0,0,0.837446,-0.54652,300,300,255,1), + (71636,2040,0,-11272,-3423,16.655,5.948,0,0,0.166809,-0.985989,300,300,255,1), + (71637,324,0,-11272,-3423,16.655,5.948,0,0,0.166809,-0.985989,300,300,255,1), + (71638,1734,0,-11272,-3423,16.655,5.948,0,0,0.166809,-0.985989,300,300,255,1), + (71639,2047,0,-11272,-3423,16.655,5.948,0,0,0.166809,-0.985989,300,300,255,1), + (71640,2040,0,-11540,-3400,16.723,4.747,0,0,0.694765,-0.719237,300,300,255,1), + (71641,324,0,-11540,-3400,16.723,4.747,0,0,0.694765,-0.719237,300,300,255,1), + (71642,1734,0,-11540,-3400,16.723,4.747,0,0,0.694765,-0.719237,300,300,255,1), + (71643,2047,0,-11540,-3400,16.723,4.747,0,0,0.694765,-0.719237,300,300,255,1), + (71644,2040,0,-11526,-2675,15.573,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (71645,324,0,-11526,-2675,15.573,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (71646,1734,0,-11526,-2675,15.573,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (71647,2047,0,-11526,-2675,15.573,0.157,0,0,0.0784194,0.99692,300,300,255,1), + (71648,2040,0,-10944,-2823,27.19,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71649,324,0,-10944,-2823,27.19,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71650,1734,0,-10944,-2823,27.19,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71651,2047,0,-10944,-2823,27.19,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71652,2040,0,-11336,-3429,10.118,4.605,0,0,0.744037,-0.668138,300,300,255,1), + (71653,324,0,-11336,-3429,10.118,4.605,0,0,0.744037,-0.668138,300,300,255,1), + (71654,1734,0,-11336,-3429,10.118,4.605,0,0,0.744037,-0.668138,300,300,255,1), + (71655,2047,0,-11336,-3429,10.118,4.605,0,0,0.744037,-0.668138,300,300,255,1), + (71656,2040,0,-11126.9,-3365.38,58.9554,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (71657,324,0,-11126.9,-3365.38,58.9554,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (71658,1734,0,-11126.9,-3365.38,58.9554,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (71659,2047,0,-11126.9,-3365.38,58.9554,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (71660,2040,0,-10805,-3027,48.645,4.8,0,0,0.675463,-0.737394,300,300,255,1), + (71661,324,0,-10805,-3027,48.645,4.8,0,0,0.675463,-0.737394,300,300,255,1), + (71662,1734,0,-10805,-3027,48.645,4.8,0,0,0.675463,-0.737394,300,300,255,1), + (71663,2047,0,-10805,-3027,48.645,4.8,0,0,0.675463,-0.737394,300,300,255,1), + (71664,2040,0,-11734,-3170,-13.6839,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71665,324,0,-11734,-3170,-13.6839,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71666,1734,0,-11734,-3170,-13.6839,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71667,2047,0,-11734,-3170,-13.6839,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71668,2040,0,-11251,-3318,19.805,2.606,0,0,0.964356,0.264607,300,300,255,1), + (71669,324,0,-11251,-3318,19.805,2.606,0,0,0.964356,0.264607,300,300,255,1), + (71670,1734,0,-11251,-3318,19.805,2.606,0,0,0.964356,0.264607,300,300,255,1), + (71671,2047,0,-11251,-3318,19.805,2.606,0,0,0.964356,0.264607,300,300,255,1), + (71672,2040,0,-11806,-2934,15.643,2.503,0,0,0.949457,0.313899,300,300,255,1), + (71673,324,0,-11806,-2934,15.643,2.503,0,0,0.949457,0.313899,300,300,255,1), + (71674,1734,0,-11806,-2934,15.643,2.503,0,0,0.949457,0.313899,300,300,255,1), + (71675,2047,0,-11806,-2934,15.643,2.503,0,0,0.949457,0.313899,300,300,255,1), + (71676,2040,0,-11472,-3205,19.138,1.13,0,0,0.535416,0.844589,300,300,255,1), + (71677,324,0,-11472,-3205,19.138,1.13,0,0,0.535416,0.844589,300,300,255,1), + (71678,1734,0,-11472,-3205,19.138,1.13,0,0,0.535416,0.844589,300,300,255,1), + (71679,2047,0,-11472,-3205,19.138,1.13,0,0,0.535416,0.844589,300,300,255,1), + (71680,2040,0,-10895,-3152,48.897,0.225,0,0,0.112263,0.993679,300,300,255,1), + (71681,324,0,-10895,-3152,48.897,0.225,0,0,0.112263,0.993679,300,300,255,1), + (71682,1734,0,-10895,-3152,48.897,0.225,0,0,0.112263,0.993679,300,300,255,1), + (71683,2047,0,-10895,-3152,48.897,0.225,0,0,0.112263,0.993679,300,300,255,1), + (71684,2040,0,-11205,-2688,12.923,1.796,0,0,0.782082,0.623175,300,300,255,1), + (71685,324,0,-11205,-2688,12.923,1.796,0,0,0.782082,0.623175,300,300,255,1), + (71686,1734,0,-11205,-2688,12.923,1.796,0,0,0.782082,0.623175,300,300,255,1), + (71687,2047,0,-11205,-2688,12.923,1.796,0,0,0.782082,0.623175,300,300,255,1), + (71688,2040,0,-11753,-2800,19.839,2.523,0,0,0.952548,0.304388,300,300,255,1), + (71689,324,0,-11753,-2800,19.839,2.523,0,0,0.952548,0.304388,300,300,255,1), + (71690,1734,0,-11753,-2800,19.839,2.523,0,0,0.952548,0.304388,300,300,255,1), + (71691,2047,0,-11753,-2800,19.839,2.523,0,0,0.952548,0.304388,300,300,255,1), + (71692,2040,0,-11723,-3135,8.749,3.352,0,0,0.994471,-0.10501,300,300,255,1), + (71693,324,0,-11723,-3135,8.749,3.352,0,0,0.994471,-0.10501,300,300,255,1), + (71694,1734,0,-11723,-3135,8.749,3.352,0,0,0.994471,-0.10501,300,300,255,1), + (71695,2047,0,-11723,-3135,8.749,3.352,0,0,0.994471,-0.10501,300,300,255,1), + (71696,2040,0,-11253.7,-2698.1,15.4379,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (71697,324,0,-11253.7,-2698.1,15.4379,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (71698,1734,0,-11253.7,-2698.1,15.4379,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (71699,2047,0,-11253.7,-2698.1,15.4379,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (71700,2040,0,-11228,-3275,14.513,2.339,0,0,0.920555,0.390612,300,300,255,1), + (71701,324,0,-11228,-3275,14.513,2.339,0,0,0.920555,0.390612,300,300,255,1), + (71702,1734,0,-11228,-3275,14.513,2.339,0,0,0.920555,0.390612,300,300,255,1), + (71703,2047,0,-11228,-3275,14.513,2.339,0,0,0.920555,0.390612,300,300,255,1), + (71704,2040,0,-10737,-3148,32.399,4.768,0,0,0.687174,-0.726492,300,300,255,1), + (71705,324,0,-10737,-3148,32.399,4.768,0,0,0.687174,-0.726492,300,300,255,1), + (71706,1734,0,-10737,-3148,32.399,4.768,0,0,0.687174,-0.726492,300,300,255,1), + (71707,2047,0,-10737,-3148,32.399,4.768,0,0,0.687174,-0.726492,300,300,255,1), + (71708,2040,0,-11835,-3290,-19,3.557,0,0,0.978507,-0.206213,300,300,255,1), + (71709,324,0,-11835,-3290,-19,3.557,0,0,0.978507,-0.206213,300,300,255,1), + (71710,1734,0,-11835,-3290,-19,3.557,0,0,0.978507,-0.206213,300,300,255,1), + (71711,2047,0,-11835,-3290,-19,3.557,0,0,0.978507,-0.206213,300,300,255,1), + (71712,2040,0,-10765,-3137,36.683,4.623,0,0,0.737994,-0.674807,300,300,255,1), + (71713,324,0,-10765,-3137,36.683,4.623,0,0,0.737994,-0.674807,300,300,255,1), + (71714,1734,0,-10765,-3137,36.683,4.623,0,0,0.737994,-0.674807,300,300,255,1), + (71715,2047,0,-10765,-3137,36.683,4.623,0,0,0.737994,-0.674807,300,300,255,1), + (71716,2040,0,-10831,-3178,43.359,4.898,0,0,0.638535,-0.769593,300,300,255,1), + (71717,324,0,-10831,-3178,43.359,4.898,0,0,0.638535,-0.769593,300,300,255,1), + (71718,1734,0,-10831,-3178,43.359,4.898,0,0,0.638535,-0.769593,300,300,255,1), + (71719,2047,0,-10831,-3178,43.359,4.898,0,0,0.638535,-0.769593,300,300,255,1), + (71720,2040,0,-11348,-2881,13.043,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71721,324,0,-11348,-2881,13.043,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71722,1734,0,-11348,-2881,13.043,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71723,2047,0,-11348,-2881,13.043,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71724,2040,0,-11738,-2752,11.333,1.718,0,0,0.75719,0.653195,300,300,255,1), + (71725,324,0,-11738,-2752,11.333,1.718,0,0,0.75719,0.653195,300,300,255,1), + (71726,1734,0,-11738,-2752,11.333,1.718,0,0,0.75719,0.653195,300,300,255,1), + (71727,2047,0,-11738,-2752,11.333,1.718,0,0,0.75719,0.653195,300,300,255,1), + (71728,2040,0,-11705,-2751,12.527,1.85,0,0,0.798621,0.601835,300,300,255,1), + (71729,324,0,-11705,-2751,12.527,1.85,0,0,0.798621,0.601835,300,300,255,1), + (71730,1734,0,-11705,-2751,12.527,1.85,0,0,0.798621,0.601835,300,300,255,1), + (71731,2047,0,-11705,-2751,12.527,1.85,0,0,0.798621,0.601835,300,300,255,1), + (71732,2040,0,-11544,-2908,10.343,4.734,0,0,0.699425,-0.714706,300,300,255,1), + (71733,324,0,-11544,-2908,10.343,4.734,0,0,0.699425,-0.714706,300,300,255,1), + (71734,1734,0,-11544,-2908,10.343,4.734,0,0,0.699425,-0.714706,300,300,255,1), + (71735,2047,0,-11544,-2908,10.343,4.734,0,0,0.699425,-0.714706,300,300,255,1), + (71736,2040,0,-10781,-3016,52.462,5.026,0,0,0.588007,-0.808856,300,300,255,1), + (71737,324,0,-10781,-3016,52.462,5.026,0,0,0.588007,-0.808856,300,300,255,1), + (71738,1734,0,-10781,-3016,52.462,5.026,0,0,0.588007,-0.808856,300,300,255,1), + (71739,2047,0,-10781,-3016,52.462,5.026,0,0,0.588007,-0.808856,300,300,255,1), + (71740,2040,0,-11324,-2939,27.927,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71741,324,0,-11324,-2939,27.927,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71742,1734,0,-11324,-2939,27.927,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71743,2047,0,-11324,-2939,27.927,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71744,2040,0,-11869,-3336,8.068,3.7,0,0,0.961275,-0.27559,300,300,255,1), + (71745,324,0,-11869,-3336,8.068,3.7,0,0,0.961275,-0.27559,300,300,255,1), + (71746,1734,0,-11869,-3336,8.068,3.7,0,0,0.961275,-0.27559,300,300,255,1), + (71747,2047,0,-11869,-3336,8.068,3.7,0,0,0.961275,-0.27559,300,300,255,1), + (71748,2040,0,-11398,-2654,69.094,4.64,0,0,0.732231,-0.681056,300,300,255,1), + (71749,324,0,-11398,-2654,69.094,4.64,0,0,0.732231,-0.681056,300,300,255,1), + (71750,1734,0,-11398,-2654,69.094,4.64,0,0,0.732231,-0.681056,300,300,255,1), + (71751,2047,0,-11398,-2654,69.094,4.64,0,0,0.732231,-0.681056,300,300,255,1), + (71752,2040,0,-10927,-2816,31.254,6.012,0,0,0.135178,-0.990821,300,300,255,1), + (71753,324,0,-10927,-2816,31.254,6.012,0,0,0.135178,-0.990821,300,300,255,1), + (71754,1734,0,-10927,-2816,31.254,6.012,0,0,0.135178,-0.990821,300,300,255,1), + (71755,2047,0,-10927,-2816,31.254,6.012,0,0,0.135178,-0.990821,300,300,255,1), + (71756,2040,0,-11211,-2653,46.992,2.428,0,0,0.937021,0.349274,300,300,255,1), + (71757,324,0,-11211,-2653,46.992,2.428,0,0,0.937021,0.349274,300,300,255,1), + (71758,1734,0,-11211,-2653,46.992,2.428,0,0,0.937021,0.349274,300,300,255,1), + (71759,2047,0,-11211,-2653,46.992,2.428,0,0,0.937021,0.349274,300,300,255,1), + (71760,2040,0,-11336,-2931,24.97,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71761,324,0,-11336,-2931,24.97,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71762,1734,0,-11336,-2931,24.97,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71763,2047,0,-11336,-2931,24.97,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71764,2040,0,-11505,-3093,-2,4.404,0,0,0.807318,-0.590117,300,300,255,1), + (71765,324,0,-11505,-3093,-2,4.404,0,0,0.807318,-0.590117,300,300,255,1), + (71766,1734,0,-11505,-3093,-2,4.404,0,0,0.807318,-0.590117,300,300,255,1), + (71767,2047,0,-11505,-3093,-2,4.404,0,0,0.807318,-0.590117,300,300,255,1), + (71768,2040,0,-11178,-2665,31.391,0.841,0,0,0.408217,0.912885,300,300,255,1), + (71769,324,0,-11178,-2665,31.391,0.841,0,0,0.408217,0.912885,300,300,255,1), + (71770,1734,0,-11178,-2665,31.391,0.841,0,0,0.408217,0.912885,300,300,255,1), + (71771,2047,0,-11178,-2665,31.391,0.841,0,0,0.408217,0.912885,300,300,255,1), + (71772,2040,0,-11859,-3340,14.467,4.611,0,0,0.742029,-0.670367,300,300,255,1), + (71773,324,0,-11859,-3340,14.467,4.611,0,0,0.742029,-0.670367,300,300,255,1), + (71774,1734,0,-11859,-3340,14.467,4.611,0,0,0.742029,-0.670367,300,300,255,1), + (71775,2047,0,-11859,-3340,14.467,4.611,0,0,0.742029,-0.670367,300,300,255,1), + (71776,2040,0,-11391,-2644,69.88,1.825,0,0,0.791036,0.61177,300,300,255,1), + (71777,324,0,-11391,-2644,69.88,1.825,0,0,0.791036,0.61177,300,300,255,1), + (71778,1734,0,-11391,-2644,69.88,1.825,0,0,0.791036,0.61177,300,300,255,1), + (71779,2047,0,-11391,-2644,69.88,1.825,0,0,0.791036,0.61177,300,300,255,1), + (71780,2040,0,-11389,-2652,68.542,0.945,0,0,0.455114,0.890433,300,300,255,1), + (71781,324,0,-11389,-2652,68.542,0.945,0,0,0.455114,0.890433,300,300,255,1), + (71782,1734,0,-11389,-2652,68.542,0.945,0,0,0.455114,0.890433,300,300,255,1), + (71783,2047,0,-11389,-2652,68.542,0.945,0,0,0.455114,0.890433,300,300,255,1), + (71784,2040,0,-11123,-3360,56.416,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (71785,324,0,-11123,-3360,56.416,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (71786,1734,0,-11123,-3360,56.416,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (71787,2047,0,-11123,-3360,56.416,3.364,0,0,0.993823,-0.110975,300,300,255,1), + (71788,2040,0,-11477,-3247,16.833,4.677,0,0,0.719507,-0.694485,300,300,255,1), + (71789,324,0,-11477,-3247,16.833,4.677,0,0,0.719507,-0.694485,300,300,255,1), + (71790,1734,0,-11477,-3247,16.833,4.677,0,0,0.719507,-0.694485,300,300,255,1), + (71791,2047,0,-11477,-3247,16.833,4.677,0,0,0.719507,-0.694485,300,300,255,1), + (71792,2040,0,-11861,-3357,15.589,4.611,0,0,0.742029,-0.670367,300,300,255,1), + (71793,324,0,-11861,-3357,15.589,4.611,0,0,0.742029,-0.670367,300,300,255,1), + (71794,1734,0,-11861,-3357,15.589,4.611,0,0,0.742029,-0.670367,300,300,255,1), + (71795,2047,0,-11861,-3357,15.589,4.611,0,0,0.742029,-0.670367,300,300,255,1), + (71796,2040,0,-11195,-2655,42.092,3.307,0,0,0.996582,-0.0826094,300,300,255,1), + (71797,324,0,-11195,-2655,42.092,3.307,0,0,0.996582,-0.0826094,300,300,255,1), + (71798,1734,0,-11195,-2655,42.092,3.307,0,0,0.996582,-0.0826094,300,300,255,1), + (71799,2047,0,-11195,-2655,42.092,3.307,0,0,0.996582,-0.0826094,300,300,255,1), + (71800,2040,0,-11338,-2941,21.023,3.631,0,0,0.970209,-0.242269,300,300,255,1), + (71801,324,0,-11338,-2941,21.023,3.631,0,0,0.970209,-0.242269,300,300,255,1), + (71802,1734,0,-11338,-2941,21.023,3.631,0,0,0.970209,-0.242269,300,300,255,1), + (71803,2047,0,-11338,-2941,21.023,3.631,0,0,0.970209,-0.242269,300,300,255,1), + (71804,2040,0,-11845,-3373,13.796,5.478,0,0,0.391805,-0.920048,300,300,255,1), + (71805,324,0,-11845,-3373,13.796,5.478,0,0,0.391805,-0.920048,300,300,255,1), + (71806,1734,0,-11845,-3373,13.796,5.478,0,0,0.391805,-0.920048,300,300,255,1), + (71807,2047,0,-11845,-3373,13.796,5.478,0,0,0.391805,-0.920048,300,300,255,1), + (71808,2040,0,-11230,-3437,35.421,3.612,0,0,0.972467,-0.233041,300,300,255,1), + (71809,324,0,-11230,-3437,35.421,3.612,0,0,0.972467,-0.233041,300,300,255,1), + (71810,1734,0,-11230,-3437,35.421,3.612,0,0,0.972467,-0.233041,300,300,255,1), + (71811,2047,0,-11230,-3437,35.421,3.612,0,0,0.972467,-0.233041,300,300,255,1), + (71812,2040,0,-11254,-3559,8.206,1.498,0,0,0.680907,0.73237,300,300,255,1), + (71813,324,0,-11254,-3559,8.206,1.498,0,0,0.680907,0.73237,300,300,255,1), + (71814,1734,0,-11254,-3559,8.206,1.498,0,0,0.680907,0.73237,300,300,255,1), + (71815,2047,0,-11254,-3559,8.206,1.498,0,0,0.680907,0.73237,300,300,255,1), + (71816,2040,0,-11258,-3537,9.287,0.232,0,0,0.11574,0.99328,300,300,255,1), + (71817,324,0,-11258,-3537,9.287,0.232,0,0,0.11574,0.99328,300,300,255,1), + (71818,1734,0,-11258,-3537,9.287,0.232,0,0,0.11574,0.99328,300,300,255,1), + (71819,2047,0,-11258,-3537,9.287,0.232,0,0,0.11574,0.99328,300,300,255,1), + (71820,2040,0,-11398,-2645,69.65,3.245,0,0,0.998664,-0.0516806,300,300,255,1), + (71821,324,0,-11398,-2645,69.65,3.245,0,0,0.998664,-0.0516806,300,300,255,1), + (71822,1734,0,-11398,-2645,69.65,3.245,0,0,0.998664,-0.0516806,300,300,255,1), + (71823,2047,0,-11398,-2645,69.65,3.245,0,0,0.998664,-0.0516806,300,300,255,1), + (71824,2040,0,-11209,-2671,27.283,2.305,0,0,0.913782,0.406204,300,300,255,1), + (71825,324,0,-11209,-2671,27.283,2.305,0,0,0.913782,0.406204,300,300,255,1), + (71826,1734,0,-11209,-2671,27.283,2.305,0,0,0.913782,0.406204,300,300,255,1), + (71827,2047,0,-11209,-2671,27.283,2.305,0,0,0.913782,0.406204,300,300,255,1), + (71828,2040,0,-11330,-2934,29.92,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71829,324,0,-11330,-2934,29.92,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71830,1734,0,-11330,-2934,29.92,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71831,2047,0,-11330,-2934,29.92,0.113,0,0,0.0564699,0.998404,300,300,255,1), + (71832,2040,0,-11478,-2938,27.04,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (71833,324,0,-11478,-2938,27.04,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (71834,1734,0,-11478,-2938,27.04,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (71835,2047,0,-11478,-2938,27.04,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (71836,2040,0,-11241,-3558,7.894,3.142,0,0,1,-0.000203653,300,300,255,1), + (71837,324,0,-11241,-3558,7.894,3.142,0,0,1,-0.000203653,300,300,255,1), + (71838,1734,0,-11241,-3558,7.894,3.142,0,0,1,-0.000203653,300,300,255,1), + (71839,2047,0,-11241,-3558,7.894,3.142,0,0,1,-0.000203653,300,300,255,1), + (71840,2040,0,-11234.1,-3451.77,8.38004,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (71841,324,0,-11234.1,-3451.77,8.38004,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (71842,1734,0,-11234.1,-3451.77,8.38004,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (71843,2047,0,-11234.1,-3451.77,8.38004,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (71844,2040,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (71845,324,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (71846,1734,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (71847,2047,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (71848,2040,0,-11219.8,-3391.64,22.8582,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (71849,324,0,-11219.8,-3391.64,22.8582,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (71850,1734,0,-11219.8,-3391.64,22.8582,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (71851,2047,0,-11219.8,-3391.64,22.8582,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (71852,2040,0,-10890,-3619.06,15.7217,-0.453786,0,0,-0.224951,0.97437,300,300,255,1), + (71854,1734,0,-10890,-3619.06,15.7217,-0.453786,0,0,-0.224951,0.97437,300,300,255,1), + (71855,2047,0,-10890,-3619.06,15.7217,-0.453786,0,0,-0.224951,0.97437,300,300,255,1), + (71856,2040,0,-10913.6,-3648.29,9.39929,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (71858,1734,0,-10913.6,-3648.29,9.39929,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (71859,2047,0,-10913.6,-3648.29,9.39929,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (71860,2040,0,-11685.6,-3412.33,18.409,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71861,324,0,-11685.6,-3412.33,18.409,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71862,1734,0,-11685.6,-3412.33,18.409,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71863,2047,0,-11685.6,-3412.33,18.409,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (71864,2040,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (71865,324,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (71866,1734,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (71867,2047,0,-11387.7,-3348.58,11.8879,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (71868,2040,0,-11853.2,-2944.53,18.2617,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (71869,324,0,-11853.2,-2944.53,18.2617,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (71870,1734,0,-11853.2,-2944.53,18.2617,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (71871,2047,0,-11853.2,-2944.53,18.2617,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (71872,2040,0,-11270.4,-3305.36,28.3876,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (71873,324,0,-11270.4,-3305.36,28.3876,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (71874,1734,0,-11270.4,-3305.36,28.3876,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (71875,2047,0,-11270.4,-3305.36,28.3876,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (71876,2040,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (71877,324,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (71878,1734,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (71879,2047,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (71880,2040,0,-11286.7,-3423.87,10.0321,0.488692,0,0,0.241922,0.970296,300,300,255,1), + (71881,324,0,-11286.7,-3423.87,10.0321,0.488692,0,0,0.241922,0.970296,300,300,255,1), + (71882,1734,0,-11286.7,-3423.87,10.0321,0.488692,0,0,0.241922,0.970296,300,300,255,1), + (71883,2047,0,-11286.7,-3423.87,10.0321,0.488692,0,0,0.241922,0.970296,300,300,255,1), + (71884,2040,0,-11909.2,-3171.1,-18.7142,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (71885,324,0,-11909.2,-3171.1,-18.7142,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (71886,1734,0,-11909.2,-3171.1,-18.7142,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (71887,2047,0,-11909.2,-3171.1,-18.7142,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (71888,2040,0,-11307.5,-2520.43,93.8103,1.15192,0,0,0.54464,0.83867,300,300,255,1), + (71889,324,0,-11307.5,-2520.43,93.8103,1.15192,0,0,0.54464,0.83867,300,300,255,1), + (71890,1734,0,-11307.5,-2520.43,93.8103,1.15192,0,0,0.54464,0.83867,300,300,255,1), + (71891,2047,0,-11307.5,-2520.43,93.8103,1.15192,0,0,0.54464,0.83867,300,300,255,1), + (71892,2040,0,-11203,-2555.16,108.173,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (71893,324,0,-11203,-2555.16,108.173,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (71894,1734,0,-11203,-2555.16,108.173,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (71895,2047,0,-11203,-2555.16,108.173,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (71896,2040,0,-11280.7,-3478.4,7.66078,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (71897,324,0,-11280.7,-3478.4,7.66078,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (71898,1734,0,-11280.7,-3478.4,7.66078,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (71899,2047,0,-11280.7,-3478.4,7.66078,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (71900,2040,0,-11487.6,-3406.52,18.8567,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (71901,324,0,-11487.6,-3406.52,18.8567,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (71902,1734,0,-11487.6,-3406.52,18.8567,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (71903,2047,0,-11487.6,-3406.52,18.8567,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (71904,2040,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (71905,324,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (71906,1734,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (71907,2047,0,-11180.9,-2909.93,39.0139,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (71908,2040,0,-11303.6,-3203.56,30.4578,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (71909,324,0,-11303.6,-3203.56,30.4578,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (71910,1734,0,-11303.6,-3203.56,30.4578,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (71911,2047,0,-11303.6,-3203.56,30.4578,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (71912,2040,0,-11635,-3190.86,14.4105,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (71913,324,0,-11635,-3190.86,14.4105,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (71914,1734,0,-11635,-3190.86,14.4105,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (71915,2047,0,-11635,-3190.86,14.4105,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (71916,2040,0,-10622,-3298,-6,4.729,0,0,0.70121,-0.712955,300,300,255,1), + (71917,324,0,-10622,-3298,-6,4.729,0,0,0.70121,-0.712955,300,300,255,1), + (71918,1734,0,-10622,-3298,-6,4.729,0,0,0.70121,-0.712955,300,300,255,1), + (71919,2047,0,-10622,-3298,-6,4.729,0,0,0.70121,-0.712955,300,300,255,1), + (71920,2040,0,-10619,-3384,-14,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (71922,1734,0,-10619,-3384,-14,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (71923,2047,0,-10619,-3384,-14,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (71924,2040,0,-10620,-3405,1.236,0.837,0,0,0.40639,0.9137,300,300,255,1), + (71925,324,0,-10620,-3405,1.236,0.837,0,0,0.40639,0.9137,300,300,255,1), + (71926,1734,0,-10620,-3405,1.236,0.837,0,0,0.40639,0.9137,300,300,255,1), + (71927,2047,0,-10620,-3405,1.236,0.837,0,0,0.40639,0.9137,300,300,255,1), + (71928,2040,0,-10622,-3328,-7,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71929,324,0,-10622,-3328,-7,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71930,1734,0,-10622,-3328,-7,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71931,2047,0,-10622,-3328,-7,-2,0,0,-0.841471,0.540302,300,300,255,1), + (71932,2040,0,-10642,-3435,1.24,3.625,0,0,0.970932,-0.239357,300,300,255,1), + (71933,324,0,-10642,-3435,1.24,3.625,0,0,0.970932,-0.239357,300,300,255,1), + (71934,1734,0,-10642,-3435,1.24,3.625,0,0,0.970932,-0.239357,300,300,255,1), + (71935,2047,0,-10642,-3435,1.24,3.625,0,0,0.970932,-0.239357,300,300,255,1), + (71936,2040,0,-10710,-3634,-11,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71937,324,0,-10710,-3634,-11,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71938,1734,0,-10710,-3634,-11,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71939,2047,0,-10710,-3634,-11,-1,0,0,-0.479426,0.877583,300,300,255,1), + (71940,150079,0,-10857.4,-3167.36,47.1372,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (71941,150080,0,-10857.4,-3167.36,47.1372,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (71942,150081,0,-10857.4,-3167.36,47.1372,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (71943,150082,0,-10857.4,-3167.36,47.1372,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (71944,150079,0,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.484809,0.87462,300,300,255,1), + (71945,150080,0,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.484809,0.87462,300,300,255,1), + (71946,150081,0,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.484809,0.87462,300,300,255,1), + (71947,150082,0,-10497.4,-3329.15,-4.38601,1.01229,0,0,0.484809,0.87462,300,300,255,1), + (71948,150079,0,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (71949,150080,0,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (71950,150081,0,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (71951,150082,0,-10530.1,-3547.74,-9.48959,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (71952,150079,0,-10625,-3655,-15.6897,-2.63545,0,0,-0.968148,0.250379,300,300,255,1), + (71953,150080,0,-10625,-3655,-15.6897,-2.63545,0,0,-0.968148,0.250379,300,300,255,1), + (71954,150081,0,-10625,-3655,-15.6897,-2.63545,0,0,-0.968148,0.250379,300,300,255,1), + (71955,150082,0,-10625,-3655,-15.6897,-2.63545,0,0,-0.968148,0.250379,300,300,255,1), + (71956,150079,0,-10503.3,-3453.36,-14.0034,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (71957,150080,0,-10503.3,-3453.36,-14.0034,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (71958,150081,0,-10503.3,-3453.36,-14.0034,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (71959,150082,0,-10503.3,-3453.36,-14.0034,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (71960,150079,0,-10718.5,-3096.47,35.6884,-3.01942,0,0,-0.998135,0.0610484,300,300,255,1), + (71961,150080,0,-10718.5,-3096.47,35.6884,-3.01942,0,0,-0.998135,0.0610484,300,300,255,1), + (71962,150081,0,-10718.5,-3096.47,35.6884,-3.01942,0,0,-0.998135,0.0610484,300,300,255,1), + (71963,150082,0,-10718.5,-3096.47,35.6884,-3.01942,0,0,-0.998135,0.0610484,300,300,255,1), + (71964,150079,0,-10613,-3328.92,-7.07186,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (71965,150080,0,-10613,-3328.92,-7.07186,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (71966,150081,0,-10613,-3328.92,-7.07186,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (71967,150082,0,-10613,-3328.92,-7.07186,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (71968,150079,0,-10673.9,-3564.52,-33.5804,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (71969,150080,0,-10673.9,-3564.52,-33.5804,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (71970,150081,0,-10673.9,-3564.52,-33.5804,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (71971,150082,0,-10673.9,-3564.52,-33.5804,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (71972,150079,0,-10732.7,-3276.7,-10.6695,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (71973,150080,0,-10732.7,-3276.7,-10.6695,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (71974,150081,0,-10732.7,-3276.7,-10.6695,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (71975,150082,0,-10732.7,-3276.7,-10.6695,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (71976,150079,0,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (71977,150080,0,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (71978,150081,0,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (71979,150082,0,-10544.9,-3499.9,-10.4198,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (71980,150079,0,-10776.8,-3546.58,-27.8987,-1.88496,0,0,-0.809018,0.587783,300,300,255,1), + (71981,150080,0,-10776.8,-3546.58,-27.8987,-1.88496,0,0,-0.809018,0.587783,300,300,255,1), + (71982,150081,0,-10776.8,-3546.58,-27.8987,-1.88496,0,0,-0.809018,0.587783,300,300,255,1), + (71983,150082,0,-10776.8,-3546.58,-27.8987,-1.88496,0,0,-0.809018,0.587783,300,300,255,1), + (71984,2040,0,-10908.3,-2637.55,14.5878,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71985,324,0,-10908.3,-2637.55,14.5878,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71986,1734,0,-10908.3,-2637.55,14.5878,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71987,2047,0,-10908.3,-2637.55,14.5878,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (71988,2040,0,-10805,-2666.73,12.1114,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71989,324,0,-10805,-2666.73,12.1114,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71990,1734,0,-10805,-2666.73,12.1114,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71991,2047,0,-10805,-2666.73,12.1114,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (71992,2040,0,-10872.9,-2727.42,9.55622,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (71993,324,0,-10872.9,-2727.42,9.55622,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (71994,1734,0,-10872.9,-2727.42,9.55622,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (71995,2047,0,-10872.9,-2727.42,9.55622,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (71996,1733,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (71997,1734,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (71998,1732,0,-12337.2,-987.296,14.0245,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (71999,1735,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,300,255,1), + (72000,324,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,300,255,1), + (72001,175404,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,300,255,1), + (72002,2040,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,300,255,1), + (72003,1734,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,300,255,1), + (72004,2047,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,300,255,1), + (72005,165658,0,-8078,-2229,157.616,3.976,0,0,0.914226,-0.405206,300,300,255,1), + (72006,324,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,300,255,1), + (72007,175404,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,300,255,1), + (72008,2040,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,300,255,1), + (72009,1734,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,300,255,1), + (72010,2047,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,300,255,1), + (72011,165658,0,-8122,-2457,143.844,5.389,0,0,0.432346,-0.901708,300,300,255,1), + (72012,324,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (72013,175404,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (72014,2040,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (72015,1734,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (72016,2047,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (72017,165658,0,-7640,-2077,124.164,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (72018,324,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,300,255,1), + (72019,175404,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,300,255,1), + (72020,2040,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,300,255,1), + (72021,1734,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,300,255,1), + (72022,2047,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,300,255,1), + (72023,165658,0,-7909,-2642,181.644,4.008,0,0,0.907626,-0.419781,300,300,255,1), + (72024,324,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,300,255,1), + (72025,175404,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,300,255,1), + (72026,2040,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,300,255,1), + (72027,1734,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,300,255,1), + (72028,2047,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,300,255,1), + (72029,165658,0,-7858,-1963,142.479,2.914,0,0,0.993532,0.113551,300,300,255,1), + (72030,324,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (72031,175404,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (72032,2040,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (72033,1734,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (72034,2047,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (72035,165658,0,-7978,-2662,168.815,4.546,0,0,0.763421,-0.645902,300,300,255,1), + (72036,324,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (72037,175404,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (72038,2040,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (72039,1734,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (72040,2047,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (72041,165658,0,-8023,-1659,137.824,4.565,0,0,0.75725,-0.653125,300,300,255,1), + (72042,324,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,300,255,1), + (72043,175404,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,300,255,1), + (72044,2040,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,300,255,1), + (72045,1734,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,300,255,1), + (72046,2047,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,300,255,1), + (72047,165658,0,-7857,-876,149.883,1.866,0,0,0.80341,0.595426,300,300,255,1), + (72048,324,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,300,255,1), + (72049,175404,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,300,255,1), + (72050,2040,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,300,255,1), + (72051,1734,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,300,255,1), + (72052,2047,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,300,255,1), + (72053,165658,0,-8136,-1329,137.026,5.912,0,0,0.184529,-0.982827,300,300,255,1), + (72054,324,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72055,175404,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72056,2040,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72057,1734,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72058,2047,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72059,165658,0,-7878,-1906,138.02,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72060,324,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (72061,175404,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (72062,2040,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (72063,1734,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (72064,2047,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (72065,165658,0,-8130,-2317,153.774,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (72066,324,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (72067,175404,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (72068,2040,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (72069,1734,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (72070,2047,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (72071,165658,0,-8283.58,-1058.49,149.401,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (72072,324,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,300,255,1), + (72073,175404,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,300,255,1), + (72074,2040,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,300,255,1), + (72075,1734,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,300,255,1), + (72076,2047,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,300,255,1), + (72077,165658,0,-8283,-2375,177.354,1.361,0,0,0.629182,0.777258,300,300,255,1), + (72078,324,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,300,255,1), + (72079,175404,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,300,255,1), + (72080,2040,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,300,255,1), + (72081,1734,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,300,255,1), + (72082,2047,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,300,255,1), + (72083,165658,0,-7823,-1564,132.76,1.647,0,0,0.733529,0.679658,300,300,255,1), + (72084,324,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,300,255,1), + (72085,175404,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,300,255,1), + (72086,2040,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,300,255,1), + (72087,1734,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,300,255,1), + (72088,2047,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,300,255,1), + (72089,165658,0,-7964,-2606,171.355,3.666,0,0,0.965821,-0.259209,300,300,255,1), + (72090,324,0,-8228,-2947,159.878,0,0,0,0,1,300,300,255,1), + (72091,175404,0,-8228,-2947,159.878,0,0,0,0,1,300,300,255,1), + (72092,2040,0,-8228,-2947,159.878,0,0,0,0,1,300,300,255,1), + (72093,1734,0,-8228,-2947,159.878,0,0,0,0,1,300,300,255,1), + (72094,2047,0,-8228,-2947,159.878,0,0,0,0,1,300,300,255,1), + (72095,165658,0,-8228,-2947,159.878,0,0,0,0,1,300,300,255,1), + (72096,324,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (72097,175404,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (72098,2040,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (72099,1734,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (72100,2047,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (72101,165658,0,-8165.27,-762,132.767,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (72102,324,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72103,175404,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72104,2040,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72105,1734,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72106,2047,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72107,165658,0,-7868,-1741,127.237,1.557,0,0,0.702212,0.711968,300,300,255,1), + (72108,324,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,300,255,1), + (72109,175404,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,300,255,1), + (72110,2040,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,300,255,1), + (72111,1734,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,300,255,1), + (72112,2047,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,300,255,1), + (72113,165658,0,-7890,-2712,168.084,0.271,0,0,0.135086,0.990834,300,300,255,1), + (72114,324,0,-8192,-1650,147.321,0,0,0,0,1,300,300,255,1), + (72115,175404,0,-8192,-1650,147.321,0,0,0,0,1,300,300,255,1), + (72116,2040,0,-8192,-1650,147.321,0,0,0,0,1,300,300,255,1), + (72117,1734,0,-8192,-1650,147.321,0,0,0,0,1,300,300,255,1), + (72118,2047,0,-8192,-1650,147.321,0,0,0,0,1,300,300,255,1), + (72119,165658,0,-8192,-1650,147.321,0,0,0,0,1,300,300,255,1), + (72120,324,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72121,175404,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72122,2040,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72123,1734,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72124,2047,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72125,165658,0,-7570,-2137,137.734,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72126,324,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,300,255,1), + (72127,175404,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,300,255,1), + (72128,2040,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,300,255,1), + (72129,1734,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,300,255,1), + (72130,2047,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,300,255,1), + (72131,165658,0,-7514,-2145,135.585,6.201,0,0,0.041081,-0.999156,300,300,255,1), + (72132,324,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,300,255,1), + (72133,175404,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,300,255,1), + (72134,2040,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,300,255,1), + (72135,1734,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,300,255,1), + (72136,2047,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,300,255,1), + (72137,165658,0,-7560,-2098,125.378,1.625,0,0,0.726009,0.687686,300,300,255,1), + (72138,324,0,-7819,-2650,223.965,0,0,0,0,1,300,300,255,1), + (72139,175404,0,-7819,-2650,223.965,0,0,0,0,1,300,300,255,1), + (72140,2040,0,-7819,-2650,223.965,0,0,0,0,1,300,300,255,1), + (72141,1734,0,-7819,-2650,223.965,0,0,0,0,1,300,300,255,1), + (72142,2047,0,-7819,-2650,223.965,0,0,0,0,1,300,300,255,1), + (72143,165658,0,-7819,-2650,223.965,0,0,0,0,1,300,300,255,1), + (72144,324,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (72145,175404,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (72146,2040,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (72147,1734,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (72148,2047,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (72149,165658,0,-7922.38,-2600.25,123.755,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (72150,324,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,300,255,1), + (72151,175404,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,300,255,1), + (72152,2040,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,300,255,1), + (72153,1734,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,300,255,1), + (72154,2047,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,300,255,1), + (72155,165658,0,-8113,-2504,140.2,4.724,0,0,0.70299,-0.7112,300,300,255,1), + (72156,324,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,300,255,1), + (72157,175404,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,300,255,1), + (72158,2040,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,300,255,1), + (72159,1734,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,300,255,1), + (72160,2047,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,300,255,1), + (72161,165658,0,-7905,-876,130.99,2.705,0,0,0.976268,0.216567,300,300,255,1), + (72162,324,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,300,255,1), + (72163,175404,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,300,255,1), + (72164,2040,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,300,255,1), + (72165,1734,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,300,255,1), + (72166,2047,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,300,255,1), + (72167,165658,0,-7815,-2650,174.152,1.757,0,0,0.769782,0.638307,300,300,255,1), + (72168,324,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72169,175404,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72170,2040,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72171,1734,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72172,2047,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72173,165658,0,-7761,-1515,131.932,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72174,324,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (72175,175404,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (72176,2040,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (72177,1734,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (72178,2047,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (72179,165658,0,-8125,-2470,143.304,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (72180,324,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,300,255,1), + (72181,175404,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,300,255,1), + (72182,2040,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,300,255,1), + (72183,1734,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,300,255,1), + (72184,2047,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,300,255,1), + (72185,165658,0,-8131,-2444,134.669,4.579,0,0,0.75266,-0.65841,300,300,255,1), + (72186,324,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,300,255,1), + (72187,175404,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,300,255,1), + (72188,2040,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,300,255,1), + (72189,1734,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,300,255,1), + (72190,2047,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,300,255,1), + (72191,165658,0,-7765,-1955,133.44,2.317,0,0,0.916203,0.400714,300,300,255,1), + (72192,324,0,-8162,-2170,148.555,0,0,0,0,1,300,300,255,1), + (72193,175404,0,-8162,-2170,148.555,0,0,0,0,1,300,300,255,1), + (72194,2040,0,-8162,-2170,148.555,0,0,0,0,1,300,300,255,1), + (72195,1734,0,-8162,-2170,148.555,0,0,0,0,1,300,300,255,1), + (72196,2047,0,-8162,-2170,148.555,0,0,0,0,1,300,300,255,1), + (72197,165658,0,-8162,-2170,148.555,0,0,0,0,1,300,300,255,1), + (72198,324,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,300,255,1), + (72199,175404,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,300,255,1), + (72200,2040,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,300,255,1), + (72201,1734,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,300,255,1), + (72202,2047,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,300,255,1), + (72203,165658,0,-7838,-2563,125.854,0.646,0,0,0.317413,0.948287,300,300,255,1), + (72204,324,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (72205,175404,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (72206,2040,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (72207,1734,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (72208,2047,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (72209,165658,0,-7824.89,-2618.07,123.346,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (72210,324,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (72211,175404,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (72212,2040,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (72213,1734,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (72214,2047,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (72215,165658,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (72216,324,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (72217,175404,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (72218,2040,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (72219,1734,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (72220,2047,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (72221,165658,0,-7651.12,-3066.23,135.603,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (72222,324,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,300,255,1), + (72223,175404,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,300,255,1), + (72224,2040,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,300,255,1), + (72225,1734,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,300,255,1), + (72226,2047,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,300,255,1), + (72227,165658,0,-7978.63,-2637.21,170.892,-0.226893,0,0,-0.113203,0.993572,300,300,255,1), + (72228,324,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,300,255,1), + (72229,175404,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,300,255,1), + (72230,2040,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,300,255,1), + (72231,1734,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,300,255,1), + (72232,2047,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,300,255,1), + (72233,165658,0,-7811.58,-2645.43,174.273,-0.820305,0,0,-0.398749,0.91706,300,300,255,1), + (72234,324,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (72235,175404,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (72236,2040,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (72237,1734,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (72238,2047,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (72239,165658,0,-7984.65,-2750.98,165.192,3.08923,0,0,0.999657,0.0261783,300,300,255,1), + (72240,324,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72241,175404,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72242,2040,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72243,1734,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72244,2047,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72245,165658,0,-8265,-2501,151.812,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72246,324,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72247,175404,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72248,2040,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72249,1734,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72250,2047,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72251,165658,0,-8226,-2784,139.391,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72252,324,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72253,175404,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72254,2040,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72255,1734,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72256,2047,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72257,165658,0,-8070,-1794,138.72,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72258,324,0,-7827,-2623,122.232,0,0,0,0,1,300,300,255,1), + (72259,175404,0,-7827,-2623,122.232,0,0,0,0,1,300,300,255,1), + (72260,2040,0,-7827,-2623,122.232,0,0,0,0,1,300,300,255,1), + (72261,1734,0,-7827,-2623,122.232,0,0,0,0,1,300,300,255,1), + (72262,2047,0,-7827,-2623,122.232,0,0,0,0,1,300,300,255,1), + (72263,165658,0,-7827,-2623,122.232,0,0,0,0,1,300,300,255,1), + (72264,324,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,300,255,1), + (72265,175404,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,300,255,1), + (72266,2040,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,300,255,1), + (72267,1734,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,300,255,1), + (72268,2047,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,300,255,1), + (72269,165658,0,-7892,-2583,122.552,3.142,0,0,1,-0.000203653,300,300,255,1), + (72270,324,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72271,175404,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72272,2040,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72273,1734,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72274,2047,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72275,165658,0,-7930,-2714,163.011,-2,0,0,-0.841471,0.540302,300,300,255,1), + (72276,324,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (72277,175404,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (72278,2040,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (72279,1734,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (72280,2047,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (72281,165658,0,-7797.94,-2358.84,144.69,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (72282,324,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (72283,175404,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (72284,2040,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (72285,1734,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (72286,2047,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (72287,165658,0,-7843.5,-2715.97,170.357,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (72288,324,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (72289,175404,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (72290,2040,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (72291,1734,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (72292,2047,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (72293,165658,0,-7889.31,-2160.1,131.521,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (72294,324,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (72295,175404,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (72296,2040,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (72297,1734,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (72298,2047,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (72299,165658,0,-7883.55,-1702.45,137.553,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (72300,324,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (72301,175404,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (72302,2040,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (72303,1734,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (72304,2047,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (72305,165658,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (72306,324,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (72307,175404,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (72308,2040,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (72309,1734,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (72310,2047,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (72311,165658,0,-7818.59,-1621.74,143.013,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (72312,324,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (72313,175404,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (72314,2040,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (72315,1734,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (72316,2047,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (72317,165658,0,-8069.67,-1793.36,138.633,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (72318,324,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (72319,175404,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (72320,2040,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (72321,1734,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (72322,2047,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (72323,165658,0,-8415.71,-1184.7,189.696,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (72324,324,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72325,175404,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72326,2040,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72327,1734,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72328,2047,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72329,165658,0,-8205.27,-1519.18,148.616,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72330,324,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72331,175404,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72332,2040,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72333,1734,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72334,2047,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72335,165658,0,-8188.76,-1926.49,148.641,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (72336,324,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,300,255,1), + (72337,175404,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,300,255,1), + (72338,2040,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,300,255,1), + (72339,1734,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,300,255,1), + (72340,2047,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,300,255,1), + (72341,165658,0,-8266,-2305,156.538,0.838,0,0,0.406847,0.913496,300,300,255,1), + (72342,324,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,300,255,1), + (72343,175404,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,300,255,1), + (72344,2040,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,300,255,1), + (72345,1734,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,300,255,1), + (72346,2047,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,300,255,1), + (72347,165658,0,-7800,-2704,173.452,1.222,0,0,0.573687,0.819075,300,300,255,1), + (72348,324,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,300,255,1), + (72349,175404,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,300,255,1), + (72350,2040,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,300,255,1), + (72351,1734,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,300,255,1), + (72352,2047,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,300,255,1), + (72353,165658,0,-7984,-2752,166.119,3.089,0,0,0.999654,0.0262933,300,300,255,1), + (72354,324,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72355,175404,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72356,2040,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72357,1734,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72358,2047,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72359,165658,0,-8264,-2500,151.501,0.262,0,0,0.130626,0.991432,300,300,255,1), + (72360,324,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,300,255,1), + (72361,175404,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,300,255,1), + (72362,2040,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,300,255,1), + (72363,1734,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,300,255,1), + (72364,2047,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,300,255,1), + (72365,165658,0,-7871,-2523,152.686,1.955,0,0,0.829102,0.559097,300,300,255,1), + (72366,324,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,300,255,1), + (72367,175404,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,300,255,1), + (72368,2040,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,300,255,1), + (72369,1734,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,300,255,1), + (72370,2047,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,300,255,1), + (72371,165658,0,-7919,-2037,143.159,2.158,0,0,0.881486,0.47221,300,300,255,1), + (72372,324,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72373,175404,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72374,2040,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72375,1734,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72376,2047,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72377,165658,0,-8257,-2286,158.174,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72378,324,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,300,255,1), + (72379,175404,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,300,255,1), + (72380,2040,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,300,255,1), + (72381,1734,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,300,255,1), + (72382,2047,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,300,255,1), + (72383,165658,0,-8214,-2068,149.437,4.589,0,0,0.749358,-0.662165,300,300,255,1), + (72384,324,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,300,255,1), + (72385,175404,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,300,255,1), + (72386,2040,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,300,255,1), + (72387,1734,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,300,255,1), + (72388,2047,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,300,255,1), + (72389,165658,0,-7644,-3060,132.633,5.876,0,0,0.202189,-0.979347,300,300,255,1), + (72390,324,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,300,255,1), + (72391,175404,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,300,255,1), + (72392,2040,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,300,255,1), + (72393,1734,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,300,255,1), + (72394,2047,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,300,255,1), + (72395,165658,0,-7934,-2706,156.186,1.84,0,0,0.795602,0.60582,300,300,255,1), + (72396,324,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,300,255,1), + (72397,175404,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,300,255,1), + (72398,2040,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,300,255,1), + (72399,1734,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,300,255,1), + (72400,2047,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,300,255,1), + (72401,165658,0,-7482,-2498,188.612,0.775,0,0,0.377875,0.925857,300,300,255,1), + (72402,324,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,300,255,1), + (72403,175404,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,300,255,1), + (72404,2040,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,300,255,1), + (72405,1734,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,300,255,1), + (72406,2047,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,300,255,1), + (72407,165658,0,-8183,-2037,147.863,0.436,0,0,0.216277,0.976332,300,300,255,1), + (72408,324,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,300,255,1), + (72409,175404,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,300,255,1), + (72410,2040,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,300,255,1), + (72411,1734,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,300,255,1), + (72412,2047,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,300,255,1), + (72413,165658,0,-7885,-2596,221.168,0.989,0,0,0.474592,0.880206,300,300,255,1), + (72414,324,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,300,255,1), + (72415,175404,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,300,255,1), + (72416,2040,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,300,255,1), + (72417,1734,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,300,255,1), + (72418,2047,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,300,255,1), + (72419,165658,0,-8421,-999,195.857,2.82,0,0,0.9871,0.160104,300,300,255,1), + (72420,324,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,300,255,1), + (72421,175404,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,300,255,1), + (72422,2040,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,300,255,1), + (72423,1734,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,300,255,1), + (72424,2047,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,300,255,1), + (72425,165658,0,-7927,-2053,138.208,1.313,0,0,0.610348,0.792133,300,300,255,1), + (72426,324,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,300,255,1), + (72427,175404,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,300,255,1), + (72428,2040,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,300,255,1), + (72429,1734,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,300,255,1), + (72430,2047,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,300,255,1), + (72431,165658,0,-7614,-2357,137.363,2.006,0,0,0.843088,0.537775,300,300,255,1), + (72432,324,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,300,255,1), + (72433,175404,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,300,255,1), + (72434,2040,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,300,255,1), + (72435,1734,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,300,255,1), + (72436,2047,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,300,255,1), + (72437,165658,0,-7855,-2547,179.647,0.561,0,0,0.276836,0.960917,300,300,255,1), + (72438,324,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (72439,175404,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (72440,2040,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (72441,1734,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (72442,2047,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (72443,165658,0,-7727,-2296,144.234,4.243,0,0,0.852157,-0.523287,300,300,255,1), + (72448,2047,0,-7448,-2274,231.238,2.808,0,0,0.986122,0.166024,300,300,255,1), + (72450,324,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,300,255,1), + (72451,175404,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,300,255,1), + (72452,2040,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,300,255,1), + (72453,1734,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,300,255,1), + (72454,2047,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,300,255,1), + (72455,165658,0,-7683,-1870,139.187,1.269,0,0,0.592775,0.805368,300,300,255,1), + (72456,324,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,300,255,1), + (72457,175404,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,300,255,1), + (72458,2040,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,300,255,1), + (72459,1734,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,300,255,1), + (72460,2047,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,300,255,1), + (72461,165658,0,-7835,-1370,160.585,1.395,0,0,0.642304,0.76645,300,300,255,1), + (72462,324,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,300,255,1), + (72463,175404,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,300,255,1), + (72464,2040,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,300,255,1), + (72465,1734,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,300,255,1), + (72466,2047,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,300,255,1), + (72467,165658,0,-7933,-2656,218.023,2.461,0,0,0.942656,0.333766,300,300,255,1), + (72468,324,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (72469,175404,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (72470,2040,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (72471,1734,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (72472,2047,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (72473,165658,0,-7909,-2493,140.651,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (72474,324,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,300,255,1), + (72475,175404,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,300,255,1), + (72476,2040,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,300,255,1), + (72477,1734,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,300,255,1), + (72478,2047,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,300,255,1), + (72479,165658,0,-8279,-1694,160.584,4.117,0,0,0.883411,-0.468599,300,300,255,1), + (72492,324,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,300,255,1), + (72493,175404,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,300,255,1), + (72494,2040,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,300,255,1), + (72495,1734,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,300,255,1), + (72496,2047,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,300,255,1), + (72497,165658,0,-8267,-1517,150.454,4.802,0,0,0.674725,-0.738069,300,300,255,1), + (72498,324,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,300,255,1), + (72499,175404,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,300,255,1), + (72500,2040,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,300,255,1), + (72501,1734,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,300,255,1), + (72502,2047,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,300,255,1), + (72503,165658,0,-7512,-2383,178.903,0.423,0,0,0.209927,0.977717,300,300,255,1), + (72504,324,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,300,255,1), + (72505,175404,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,300,255,1), + (72506,2040,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,300,255,1), + (72507,1734,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,300,255,1), + (72508,2047,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,300,255,1), + (72509,165658,0,-7622,-2370,137.322,5.324,0,0,0.461418,-0.887183,300,300,255,1), + (72510,324,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,300,255,1), + (72511,175404,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,300,255,1), + (72512,2040,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,300,255,1), + (72513,1734,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,300,255,1), + (72514,2047,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,300,255,1), + (72515,165658,0,-8254,-2307,155.82,4.533,0,0,0.767603,-0.640926,300,300,255,1), + (72516,324,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,300,255,1), + (72517,175404,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,300,255,1), + (72518,2040,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,300,255,1), + (72519,1734,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,300,255,1), + (72520,2047,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,300,255,1), + (72521,165658,0,-7620,-624,205.752,0.349,0,0,0.173616,0.984813,300,300,255,1), + (72522,324,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,300,255,1), + (72523,175404,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,300,255,1), + (72524,2040,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,300,255,1), + (72525,1734,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,300,255,1), + (72526,2047,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,300,255,1), + (72527,165658,0,-7901,-2178,133.304,1.605,0,0,0.719096,0.694911,300,300,255,1), + (72528,324,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,300,255,1), + (72529,175404,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,300,255,1), + (72530,2040,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,300,255,1), + (72531,1734,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,300,255,1), + (72532,2047,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,300,255,1), + (72533,165658,0,-7972,-2685,156.626,1.865,0,0,0.803112,0.595828,300,300,255,1), + (72534,324,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,300,255,1), + (72535,175404,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,300,255,1), + (72536,2040,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,300,255,1), + (72537,1734,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,300,255,1), + (72538,2047,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,300,255,1), + (72539,165658,0,-7882,-2542,127.615,0.759,0,0,0.370456,0.92885,300,300,255,1), + (72540,324,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,300,255,1), + (72541,175404,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,300,255,1), + (72542,2040,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,300,255,1), + (72543,1734,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,300,255,1), + (72544,2047,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,300,255,1), + (72545,165658,0,-8070,-2657,145.269,0.756,0,0,0.369062,0.929405,300,300,255,1), + (72546,324,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,300,255,1), + (72547,175404,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,300,255,1), + (72548,2040,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,300,255,1), + (72549,1734,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,300,255,1), + (72550,2047,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,300,255,1), + (72551,165658,0,-7691,-1571,131.433,5.115,0,0,0.551443,-0.834213,300,300,255,1), + (72552,324,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,300,255,1), + (72553,175404,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,300,255,1), + (72554,2040,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,300,255,1), + (72555,1734,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,300,255,1), + (72556,2047,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,300,255,1), + (72557,165658,0,-7887,-1654,133.404,3.824,0,0,0.942353,-0.334622,300,300,255,1), + (72558,324,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,300,255,1), + (72559,175404,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,300,255,1), + (72560,2040,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,300,255,1), + (72561,1734,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,300,255,1), + (72562,2047,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,300,255,1), + (72563,165658,0,-8265,-1347,158.406,3.024,0,0,0.998272,0.0587625,300,300,255,1), + (72564,324,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,300,255,1), + (72565,175404,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,300,255,1), + (72566,2040,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,300,255,1), + (72567,1734,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,300,255,1), + (72568,2047,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,300,255,1), + (72569,165658,0,-7775,-1518,132.603,1.112,0,0,0.527793,0.849373,300,300,255,1), + (72570,324,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,300,255,1), + (72571,175404,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,300,255,1), + (72572,2040,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,300,255,1), + (72573,1734,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,300,255,1), + (72574,2047,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,300,255,1), + (72575,165658,0,-8274,-1333,165.977,2.144,0,0,0.878159,0.478369,300,300,255,1), + (72576,324,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,300,255,1), + (72577,175404,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,300,255,1), + (72578,2040,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,300,255,1), + (72579,1734,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,300,255,1), + (72580,2047,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,300,255,1), + (72581,165658,0,-7871,-2691,173.287,3.313,0,0,0.99633,-0.0855988,300,300,255,1), + (72582,324,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,300,255,1), + (72583,175404,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,300,255,1), + (72584,2040,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,300,255,1), + (72585,1734,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,300,255,1), + (72586,2047,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,300,255,1), + (72587,165658,0,-8025,-771,134.05,0.265,0,0,0.132113,0.991235,300,300,255,1), + (72588,324,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,300,255,1), + (72589,175404,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,300,255,1), + (72590,2040,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,300,255,1), + (72591,1734,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,300,255,1), + (72592,2047,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,300,255,1), + (72593,165658,0,-7826,-1619,139.564,4.819,0,0,0.668428,-0.743777,300,300,255,1), + (72594,324,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,300,255,1), + (72595,175404,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,300,255,1), + (72596,2040,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,300,255,1), + (72597,1734,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,300,255,1), + (72598,2047,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,300,255,1), + (72599,165658,0,-7692,-1882,135.235,4.058,0,0,0.896848,-0.442338,300,300,255,1), + (72600,324,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (72601,175404,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (72602,2040,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (72603,1734,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (72604,2047,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (72605,165658,0,-7923,-2040,144.371,3.729,0,0,0.957178,-0.289499,300,300,255,1), + (72606,324,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72607,175404,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72608,2040,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72609,1734,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72610,2047,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72611,144128,0,-8637.48,427.748,102.083,2.25147,0,0,0.902585,0.430511,900,900,100,1), + (72612,324,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72613,175404,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72614,2040,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72615,1734,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72616,2047,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72617,165658,0,-8078,-1809,140.129,1.488,0,0,0.677236,0.735766,300,300,255,1), + (72618,324,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72619,175404,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72620,2040,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72621,1734,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72622,2047,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72623,165658,0,-7847,-2547,130.423,5.845,0,0,0.217344,-0.976095,300,300,255,1), + (72624,324,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,300,255,1), + (72625,175404,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,300,255,1), + (72626,2040,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,300,255,1), + (72627,1734,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,300,255,1), + (72628,2047,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,300,255,1), + (72629,165658,0,-8288,-2436,174.182,2.425,0,0,0.936496,0.350679,300,300,255,1), + (72630,324,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,300,255,1), + (72631,175404,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,300,255,1), + (72632,2040,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,300,255,1), + (72633,1734,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,300,255,1), + (72634,2047,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,300,255,1), + (72635,165658,0,-7888,-1602,131.301,3.202,0,0,0.999544,-0.030199,300,300,255,1), + (72636,324,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,300,255,1), + (72637,175404,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,300,255,1), + (72638,2040,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,300,255,1), + (72639,1734,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,300,255,1), + (72640,2047,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,300,255,1), + (72641,165658,0,-8253,-1350,152.768,4.092,0,0,0.8892,-0.45752,300,300,255,1), + (72642,324,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,300,255,1), + (72643,175404,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,300,255,1), + (72644,2040,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,300,255,1), + (72645,1734,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,300,255,1), + (72646,2047,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,300,255,1), + (72647,165658,0,-7477,-2548,188.304,5.704,0,0,0.285562,-0.95836,300,300,255,1), + (72648,324,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,300,255,1), + (72649,175404,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,300,255,1), + (72650,2040,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,300,255,1), + (72651,1734,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,300,255,1), + (72652,2047,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,300,255,1), + (72653,165658,0,-8266,-1509,151.604,1.123,0,0,0.532457,0.846457,300,300,255,1), + (72654,324,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,300,255,1), + (72655,175404,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,300,255,1), + (72656,2040,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,300,255,1), + (72657,1734,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,300,255,1), + (72658,2047,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,300,255,1), + (72659,165658,0,-8408,-2705,189.393,1.225,0,0,0.574915,0.818213,300,300,255,1), + (72660,324,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,300,255,1), + (72661,175404,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,300,255,1), + (72662,2040,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,300,255,1), + (72663,1734,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,300,255,1), + (72664,2047,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,300,255,1), + (72665,165658,0,-7957,-2503,134.178,6.04,0,0,0.121293,-0.992617,300,300,255,1), + (72666,324,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,300,255,1), + (72667,175404,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,300,255,1), + (72668,2040,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,300,255,1), + (72669,1734,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,300,255,1), + (72670,2047,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,300,255,1), + (72671,165658,0,-7770,-2510,140.817,2.707,0,0,0.976484,0.21559,300,300,255,1), + (72672,324,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,300,255,1), + (72673,175404,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,300,255,1), + (72674,2040,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,300,255,1), + (72675,1734,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,300,255,1), + (72676,2047,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,300,255,1), + (72677,165658,0,-7874,-2703,170.94,4.322,0,0,0.830827,-0.55653,300,300,255,1), + (72678,324,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (72679,175404,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (72680,2040,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (72681,1734,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (72682,2047,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (72683,165658,0,-7877,-2151,129.612,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (72684,324,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,300,255,1), + (72685,175404,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,300,255,1), + (72686,2040,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,300,255,1), + (72687,1734,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,300,255,1), + (72688,2047,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,300,255,1), + (72689,165658,0,-7856,-2670,173.405,3.049,0,0,0.998928,0.0462798,300,300,255,1), + (72690,324,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,300,255,1), + (72691,175404,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,300,255,1), + (72692,2040,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,300,255,1), + (72693,1734,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,300,255,1), + (72694,2047,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,300,255,1), + (72695,165658,0,-8295,-1096,158.082,2.729,0,0,0.978796,0.204836,300,300,255,1), + (72696,324,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,300,255,1), + (72697,175404,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,300,255,1), + (72698,2040,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,300,255,1), + (72699,1734,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,300,255,1), + (72700,2047,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,300,255,1), + (72701,165658,0,-8043,-2659,166.082,4.284,0,0,0.841251,-0.540645,300,300,255,1), + (72702,324,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,300,255,1), + (72703,175404,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,300,255,1), + (72704,2040,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,300,255,1), + (72705,1734,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,300,255,1), + (72706,2047,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,300,255,1), + (72707,165658,0,-8349,-1296,207.191,1.8,0,0,0.783327,0.62161,300,300,255,1), + (72708,324,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,300,255,1), + (72709,175404,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,300,255,1), + (72710,2040,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,300,255,1), + (72711,1734,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,300,255,1), + (72712,2047,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,300,255,1), + (72713,165658,0,-7886,-2580,222.176,2.396,0,0,0.931313,0.364221,300,300,255,1), + (72714,324,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,300,255,1), + (72715,175404,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,300,255,1), + (72716,2040,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,300,255,1), + (72717,1734,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,300,255,1), + (72718,2047,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,300,255,1), + (72719,165658,0,-7768,-1653,137.731,4.172,0,0,0.870192,-0.492712,300,300,255,1), + (72720,324,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72721,175404,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72722,2040,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72723,1734,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72724,2047,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72725,165658,0,-8206,-1858,141.497,-1,0,0,-0.479426,0.877583,300,300,255,1), + (72726,324,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,300,255,1), + (72727,175404,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,300,255,1), + (72728,2040,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,300,255,1), + (72729,1734,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,300,255,1), + (72730,2047,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,300,255,1), + (72731,165658,0,-7757,-2638,140.108,3.128,0,0,0.999977,0.00679626,300,300,255,1), + (72732,324,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,300,255,1), + (72733,175404,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,300,255,1), + (72734,2040,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,300,255,1), + (72735,1734,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,300,255,1), + (72736,2047,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,300,255,1), + (72737,165658,0,-7741,-2650,140.108,4.522,0,0,0.771116,-0.636694,300,300,255,1), + (72738,324,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,300,255,1), + (72739,175404,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,300,255,1), + (72740,2040,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,300,255,1), + (72741,1734,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,300,255,1), + (72742,2047,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,300,255,1), + (72743,165658,0,-7651,-3063,134.225,3.753,0,0,0.953635,-0.300964,300,300,255,1), + (72744,324,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,300,255,1), + (72745,175404,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,300,255,1), + (72746,2040,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,300,255,1), + (72747,1734,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,300,255,1), + (72748,2047,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,300,255,1), + (72749,165658,0,-7886,-1675,134.448,3.07,0,0,0.999359,0.0357887,300,300,255,1), + (72750,324,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,300,255,1), + (72751,175404,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,300,255,1), + (72752,2040,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,300,255,1), + (72753,1734,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,300,255,1), + (72754,2047,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,300,255,1), + (72755,165658,0,-8015,-3010,155.434,4.47,0,0,0.787408,-0.616432,300,300,255,1), + (72756,324,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (72757,175404,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (72758,2040,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (72759,1734,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (72760,2047,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (72761,165658,0,-8063,-2999,141.077,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (72762,324,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,300,255,1), + (72763,175404,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,300,255,1), + (72764,2040,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,300,255,1), + (72765,1734,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,300,255,1), + (72766,2047,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,300,255,1), + (72767,165658,0,-7454,-2204,166.263,5.633,0,0,0.319397,-0.947621,300,300,255,1), + (72768,324,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,300,255,1), + (72769,175404,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,300,255,1), + (72770,2040,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,300,255,1), + (72771,1734,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,300,255,1), + (72772,2047,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,300,255,1), + (72773,165658,0,-7881,-2615,221.168,2.943,0,0,0.995074,0.0991332,300,300,255,1), + (72774,324,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,300,255,1), + (72775,175404,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,300,255,1), + (72776,2040,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,300,255,1), + (72777,1734,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,300,255,1), + (72778,2047,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,300,255,1), + (72779,165658,0,-7456,-2807,209.436,2.986,0,0,0.996975,0.0777178,300,300,255,1), + (72780,324,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,300,255,1), + (72781,175404,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,300,255,1), + (72782,2040,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,300,255,1), + (72783,1734,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,300,255,1), + (72784,2047,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,300,255,1), + (72785,165658,0,-7859,-911,123.126,5.886,0,0,0.19729,-0.980345,300,300,255,1), + (72786,324,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,300,255,1), + (72787,175404,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,300,255,1), + (72788,2040,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,300,255,1), + (72789,1734,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,300,255,1), + (72790,2047,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,300,255,1), + (72791,165658,0,-7840,-2648,225.727,1.529,0,0,0.692176,0.721729,300,300,255,1), + (72792,324,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,300,255,1), + (72793,175404,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,300,255,1), + (72794,2040,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,300,255,1), + (72795,1734,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,300,255,1), + (72796,2047,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,300,255,1), + (72797,165658,0,-7630,-2359,136.395,3.225,0,0,0.999131,-0.0416915,300,300,255,1), + (72798,324,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,300,255,1), + (72799,175404,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,300,255,1), + (72800,2040,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,300,255,1), + (72801,1734,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,300,255,1), + (72802,2047,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,300,255,1), + (72803,165658,0,-8213,-1839,141.843,5.176,0,0,0.525747,-0.850641,300,300,255,1), + (72804,324,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,300,255,1), + (72805,175404,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,300,255,1), + (72806,2040,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,300,255,1), + (72807,1734,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,300,255,1), + (72808,2047,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,300,255,1), + (72809,165658,0,-7903,-2584,123.061,4.548,0,0,0.762774,-0.646665,300,300,255,1), + (72810,324,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,300,255,1), + (72811,175404,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,300,255,1), + (72812,2040,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,300,255,1), + (72813,1734,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,300,255,1), + (72814,2047,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,300,255,1), + (72815,165658,0,-7505,-2528,182.126,2.389,0,0,0.930032,0.367478,300,300,255,1), + (72816,324,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,300,255,1), + (72817,175404,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,300,255,1), + (72818,2040,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,300,255,1), + (72819,1734,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,300,255,1), + (72820,2047,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,300,255,1), + (72821,165658,0,-8290,-1086,148.607,1.862,0,0,0.802217,0.597032,300,300,255,1), + (72822,324,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,300,255,1), + (72823,175404,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,300,255,1), + (72824,2040,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,300,255,1), + (72825,1734,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,300,255,1), + (72826,2047,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,300,255,1), + (72827,165658,0,-7766,-2596,140.108,2.477,0,0,0.945296,0.326215,300,300,255,1), + (72828,324,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72829,175404,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72830,2040,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72831,1734,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72832,2047,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72833,165658,0,-8248,-1688,152.149,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72834,324,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (72835,175404,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (72836,2040,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (72837,1734,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (72838,2047,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (72839,165658,0,-8342,-1301,208.557,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (72840,324,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (72841,175404,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (72842,2040,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (72843,1734,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (72844,2047,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (72845,165658,0,-7501,-2382,188.594,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (72846,324,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,300,255,1), + (72847,175404,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,300,255,1), + (72848,2040,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,300,255,1), + (72849,1734,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,300,255,1), + (72850,2047,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,300,255,1), + (72851,165658,0,-7689,-2160,131.883,1.855,0,0,0.800123,0.599836,300,300,255,1), + (72858,324,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,300,255,1), + (72859,175404,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,300,255,1), + (72860,2040,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,300,255,1), + (72861,1734,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,300,255,1), + (72862,2047,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,300,255,1), + (72863,165658,0,-7658,-621,201.75,3.446,0,0,0.988439,-0.151617,300,300,255,1), + (72864,324,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,300,255,1), + (72865,175404,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,300,255,1), + (72866,2040,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,300,255,1), + (72867,1734,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,300,255,1), + (72868,2047,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,300,255,1), + (72869,165658,0,-7803,-2342,146.236,3.47,0,0,0.986549,-0.163467,300,300,255,1), + (72870,324,0,-8075,-1597,139.574,0,0,0,0,1,300,300,255,1), + (72871,175404,0,-8075,-1597,139.574,0,0,0,0,1,300,300,255,1), + (72872,2040,0,-8075,-1597,139.574,0,0,0,0,1,300,300,255,1), + (72873,1734,0,-8075,-1597,139.574,0,0,0,0,1,300,300,255,1), + (72874,2047,0,-8075,-1597,139.574,0,0,0,0,1,300,300,255,1), + (72875,165658,0,-8075,-1597,139.574,0,0,0,0,1,300,300,255,1), + (72876,324,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,300,255,1), + (72877,175404,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,300,255,1), + (72878,2040,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,300,255,1), + (72879,1734,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,300,255,1), + (72880,2047,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,300,255,1), + (72881,165658,0,-7455,-2194,165.309,0.549,0,0,0.271066,0.962561,300,300,255,1), + (72882,324,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,300,255,1), + (72883,175404,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,300,255,1), + (72884,2040,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,300,255,1), + (72885,1734,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,300,255,1), + (72886,2047,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,300,255,1), + (72887,165658,0,-7695,-2708,154.955,1.425,0,0,0.653728,0.75673,300,300,255,1), + (72888,324,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72889,175404,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72890,2040,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72891,1734,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72892,2047,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72893,165658,0,-8257,-1687,154.007,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72894,324,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (72895,175404,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (72896,2040,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (72897,1734,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (72898,2047,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (72899,165658,0,-7852,-2632,121.141,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (72900,324,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,300,255,1), + (72901,175404,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,300,255,1), + (72902,2040,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,300,255,1), + (72903,1734,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,300,255,1), + (72904,2047,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,300,255,1), + (72905,165658,0,-8384,-1019,195.406,0.193,0,0,0.0963503,0.995347,300,300,255,1), + (72906,324,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,300,255,1), + (72907,175404,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,300,255,1), + (72908,2040,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,300,255,1), + (72909,1734,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,300,255,1), + (72910,2047,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,300,255,1), + (72911,165658,0,-7604,-2153,148.532,4.61,0,0,0.742364,-0.669996,300,300,255,1), + (72912,324,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72913,175404,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72914,2040,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72915,1734,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72916,2047,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72917,165658,0,-7462,-2821,206.48,3.03,0,0,0.998444,0.0557674,300,300,255,1), + (72918,324,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,300,255,1), + (72919,175404,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,300,255,1), + (72920,2040,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,300,255,1), + (72921,1734,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,300,255,1), + (72922,2047,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,300,255,1), + (72923,165658,0,-7514,-2827,179.796,3.564,0,0,0.977779,-0.209637,300,300,255,1), + (72924,324,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,300,255,1), + (72925,175404,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,300,255,1), + (72926,2040,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,300,255,1), + (72927,1734,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,300,255,1), + (72928,2047,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,300,255,1), + (72929,165658,0,-8190,-2065,148.062,3.816,0,0,0.943684,-0.33085,300,300,255,1), + (72930,324,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,300,255,1), + (72931,175404,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,300,255,1), + (72932,2040,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,300,255,1), + (72933,1734,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,300,255,1), + (72934,2047,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,300,255,1), + (72935,165658,0,-8248,-2293,157.328,4.658,0,0,0.726072,-0.687618,300,300,255,1), + (72936,324,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,300,255,1), + (72937,175404,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,300,255,1), + (72938,2040,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,300,255,1), + (72939,1734,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,300,255,1), + (72940,2047,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,300,255,1), + (72941,165658,0,-7707,-2164,129.058,4.224,0,0,0.857089,-0.515168,300,300,255,1), + (72942,324,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,300,255,1), + (72943,175404,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,300,255,1), + (72944,2040,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,300,255,1), + (72945,1734,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,300,255,1), + (72946,2047,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,300,255,1), + (72947,165658,0,-7755,-1592,133.151,3.871,0,0,0.934229,-0.356672,300,300,255,1), + (72948,324,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,300,255,1), + (72949,175404,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,300,255,1), + (72950,2040,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,300,255,1), + (72951,1734,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,300,255,1), + (72952,2047,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,300,255,1), + (72953,165658,0,-8044,-2571,153.868,4.127,0,0,0.881057,-0.47301,300,300,255,1), + (72954,324,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72955,175404,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72956,2040,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72957,1734,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72958,2047,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72959,165658,0,-7462,-2193,166.396,1.278,0,0,0.596393,0.802693,300,300,255,1), + (72960,324,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,300,255,1), + (72961,175404,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,300,255,1), + (72962,2040,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,300,255,1), + (72963,1734,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,300,255,1), + (72964,2047,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,300,255,1), + (72965,165658,0,-8419,-1021,192.626,4.189,0,0,0.865973,-0.500091,300,300,255,1), + (72966,324,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,300,255,1), + (72967,175404,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,300,255,1), + (72968,2040,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,300,255,1), + (72969,1734,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,300,255,1), + (72970,2047,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,300,255,1), + (72971,165658,0,-7860,-1365,159.123,1.989,0,0,0.838487,0.544922,300,300,255,1), + (72972,324,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,300,255,1), + (72973,175404,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,300,255,1), + (72974,2040,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,300,255,1), + (72975,1734,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,300,255,1), + (72976,2047,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,300,255,1), + (72977,165658,0,-7694,-2171,133.02,3.401,0,0,0.9916,-0.12934,300,300,255,1), + (72978,324,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,300,255,1), + (72979,175404,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,300,255,1), + (72980,2040,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,300,255,1), + (72981,1734,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,300,255,1), + (72982,2047,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,300,255,1), + (72983,165658,0,-7708,-2725,159.916,2.704,0,0,0.976159,0.217055,300,300,255,1), + (72990,324,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,300,255,1), + (72991,175404,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,300,255,1), + (72992,2040,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,300,255,1), + (72993,1734,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,300,255,1), + (72994,2047,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,300,255,1), + (72995,165658,0,-7786,-2368,138.989,4.68,0,0,0.718465,-0.695563,300,300,255,1), + (72996,324,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,300,255,1), + (72997,175404,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,300,255,1), + (72998,2040,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,300,255,1), + (72999,1734,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,300,255,1), + (73000,2047,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,300,255,1), + (73001,165658,0,-8271,-1505,158.765,1.815,0,0,0.787967,0.615718,300,300,255,1), + (73002,324,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,300,255,1), + (73003,175404,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,300,255,1), + (73004,2040,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,300,255,1), + (73005,1734,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,300,255,1), + (73006,2047,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,300,255,1), + (73007,165658,0,-8285,-1364,183.833,2.88,0,0,0.991458,0.130424,300,300,255,1), + (73008,324,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,300,255,1), + (73009,175404,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,300,255,1), + (73010,2040,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,300,255,1), + (73011,1734,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,300,255,1), + (73012,2047,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,300,255,1), + (73013,165658,0,-7829,-2309,158.83,2.311,0,0,0.914997,0.403461,300,300,255,1), + (73014,324,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,300,255,1), + (73015,175404,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,300,255,1), + (73016,2040,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,300,255,1), + (73017,1734,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,300,255,1), + (73018,2047,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,300,255,1), + (73019,165658,0,-8029,-2562,152.674,3.741,0,0,0.955424,-0.295237,300,300,255,1), + (73020,324,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,300,255,1), + (73021,175404,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,300,255,1), + (73022,2040,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,300,255,1), + (73023,1734,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,300,255,1), + (73024,2047,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,300,255,1), + (73025,165658,0,-7504,-2372,185.293,0.027,0,0,0.0134996,0.999909,300,300,255,1), + (73026,324,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,300,255,1), + (73027,175404,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,300,255,1), + (73028,2040,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,300,255,1), + (73029,1734,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,300,255,1), + (73030,2047,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,300,255,1), + (73031,165658,0,-8433,-2747,197.502,3.044,0,0,0.99881,0.048777,300,300,255,1), + (73032,324,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,300,255,1), + (73033,175404,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,300,255,1), + (73034,2040,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,300,255,1), + (73035,1734,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,300,255,1), + (73036,2047,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,300,255,1), + (73037,165658,0,-7766,-2714,176.03,5.855,0,0,0.212461,-0.97717,300,300,255,1), + (73038,324,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,300,255,1), + (73039,175404,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,300,255,1), + (73040,2040,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,300,255,1), + (73041,1734,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,300,255,1), + (73042,2047,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,300,255,1), + (73043,165658,0,-7883,-2504,149.66,5.242,0,0,0.497394,-0.867525,300,300,255,1), + (73044,324,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,300,255,1), + (73045,175404,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,300,255,1), + (73046,2040,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,300,255,1), + (73047,1734,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,300,255,1), + (73048,2047,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,300,255,1), + (73049,165658,0,-7632,-701,181.679,5.231,0,0,0.502158,-0.864776,300,300,255,1), + (73050,324,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (73051,175404,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (73052,2040,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (73053,1734,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (73054,2047,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (73055,165658,0,-8050,-3002,149.221,5.943,0,0,0.169274,-0.985569,300,300,255,1), + (73056,324,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,300,255,1), + (73057,175404,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,300,255,1), + (73058,2040,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,300,255,1), + (73059,1734,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,300,255,1), + (73060,2047,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,300,255,1), + (73061,165658,0,-7840,-2669,172.936,4.62,0,0,0.739005,-0.6737,300,300,255,1), + (73062,324,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,300,255,1), + (73063,175404,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,300,255,1), + (73064,2040,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,300,255,1), + (73065,1734,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,300,255,1), + (73066,2047,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,300,255,1), + (73067,165658,0,-8067,-813,138.956,4.805,0,0,0.673618,-0.73908,300,300,255,1), + (73068,324,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,300,255,1), + (73069,175404,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,300,255,1), + (73070,2040,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,300,255,1), + (73071,1734,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,300,255,1), + (73072,2047,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,300,255,1), + (73073,165658,0,-8015,-723,156.049,1.66,0,0,0.737931,0.674876,300,300,255,1), + (73074,324,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (73075,175404,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (73076,2040,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (73077,1734,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (73078,2047,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (73079,165658,0,-8373,-1856,196.327,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (73080,324,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,300,255,1), + (73081,175404,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,300,255,1), + (73082,2040,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,300,255,1), + (73083,1734,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,300,255,1), + (73084,2047,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,300,255,1), + (73085,165658,0,-7801,-1636,142.871,5.347,0,0,0.451185,-0.89243,300,300,255,1), + (73086,324,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,300,255,1), + (73087,175404,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,300,255,1), + (73088,2040,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,300,255,1), + (73089,1734,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,300,255,1), + (73090,2047,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,300,255,1), + (73091,165658,0,-8101,-2087,141.367,3.826,0,0,0.942017,-0.335564,300,300,255,1), + (73098,324,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,300,255,1), + (73099,175404,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,300,255,1), + (73100,2040,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,300,255,1), + (73101,1734,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,300,255,1), + (73102,2047,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,300,255,1), + (73103,165658,0,-8355,-1280,212.328,0.975,0,0,0.468419,0.883507,300,300,255,1), + (73104,324,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,300,255,1), + (73105,175404,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,300,255,1), + (73106,2040,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,300,255,1), + (73107,1734,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,300,255,1), + (73108,2047,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,300,255,1), + (73109,165658,0,-8177,-3044,163.25,5.24,0,0,0.498262,-0.867027,300,300,255,1), + (73110,324,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (73111,175404,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (73112,2040,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (73113,1734,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (73114,2047,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (73115,165658,0,-7913,-1446,155.93,3.255,0,0,0.998393,-0.0566733,300,300,255,1), + (73116,324,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,300,255,1), + (73117,175404,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,300,255,1), + (73118,2040,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,300,255,1), + (73119,1734,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,300,255,1), + (73120,2047,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,300,255,1), + (73121,165658,0,-7899,-1435,151.336,3.17,0,0,0.999899,-0.0142032,300,300,255,1), + (73122,324,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,300,255,1), + (73123,175404,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,300,255,1), + (73124,2040,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,300,255,1), + (73125,1734,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,300,255,1), + (73126,2047,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,300,255,1), + (73127,165658,0,-7839,-2656,171.018,3.577,0,0,0.976396,-0.215988,300,300,255,1), + (73128,324,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,300,255,1), + (73129,175404,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,300,255,1), + (73130,2040,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,300,255,1), + (73131,1734,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,300,255,1), + (73132,2047,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,300,255,1), + (73133,165658,0,-7889,-2654,220.018,5.073,0,0,0.568838,-0.822449,300,300,255,1), + (73134,324,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (73135,175404,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (73136,2040,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (73137,1734,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (73138,2047,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (73139,165658,0,-7449.41,-2197.73,166.477,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (73146,324,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73147,175404,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73148,2040,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73149,1734,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73150,2047,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73151,165658,0,-8283,-938,168.414,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73152,324,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73153,175404,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73154,2040,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73155,1734,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73156,2047,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73157,165658,0,-7619,-1433,144.374,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73158,324,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,300,255,1), + (73159,175404,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,300,255,1), + (73160,2040,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,300,255,1), + (73161,1734,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,300,255,1), + (73162,2047,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,300,255,1), + (73163,165658,0,-8301,-1020,169.532,4.29,0,0,0.839625,-0.543166,300,300,255,1), + (73164,324,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,300,255,1), + (73165,175404,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,300,255,1), + (73166,2040,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,300,255,1), + (73167,1734,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,300,255,1), + (73168,2047,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,300,255,1), + (73169,165658,0,-7523,-1980,190.506,0.21,0,0,0.104807,0.994493,300,300,255,1), + (73170,324,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73171,175404,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73172,2040,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73173,1734,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73174,2047,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73175,165658,0,-8253,-1696,157.937,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73176,324,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,300,255,1), + (73177,175404,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,300,255,1), + (73178,2040,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,300,255,1), + (73179,1734,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,300,255,1), + (73180,2047,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,300,255,1), + (73181,165658,0,-7686,-1651,144.924,0.297,0,0,0.147955,0.988994,300,300,255,1), + (73182,324,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73183,175404,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73184,2040,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73185,1734,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73186,2047,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73187,165658,0,-8395,-904,226.44,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73188,324,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,300,255,1), + (73189,175404,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,300,255,1), + (73190,2040,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,300,255,1), + (73191,1734,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,300,255,1), + (73192,2047,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,300,255,1), + (73193,165658,0,-7617,-1882,150.716,2.204,0,0,0.892113,0.451813,300,300,255,1), + (73194,324,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,300,255,1), + (73195,175404,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,300,255,1), + (73196,2040,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,300,255,1), + (73197,1734,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,300,255,1), + (73198,2047,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,300,255,1), + (73199,165658,0,-8408,-1149,189.524,1.711,0,0,0.754899,0.655841,300,300,255,1), + (73200,324,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,300,255,1), + (73201,175404,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,300,255,1), + (73202,2040,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,300,255,1), + (73203,1734,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,300,255,1), + (73204,2047,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,300,255,1), + (73205,165658,0,-7925,-1032,135.583,5.296,0,0,0.473793,-0.880636,300,300,255,1), + (73206,324,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73207,175404,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73208,2040,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73209,1734,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73210,2047,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73211,165658,0,-7837,-1429,149.231,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73212,324,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73213,175404,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73214,2040,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73215,1734,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73216,2047,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73217,165658,0,-7779,-1412,145.943,3.251,0,0,0.998504,-0.0546764,300,300,255,1), + (73218,324,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73219,175404,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73220,2040,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73221,1734,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73222,2047,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73223,165658,0,-7898,-2251,130.633,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73224,324,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,300,255,1), + (73225,175404,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,300,255,1), + (73226,2040,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,300,255,1), + (73227,1734,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,300,255,1), + (73228,2047,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,300,255,1), + (73229,165658,0,-8244,-1502,143.712,3.53,0,0,0.981202,-0.192985,300,300,255,1), + (73230,324,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (73231,175404,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (73232,2040,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (73233,1734,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (73234,2047,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (73235,165658,0,-7749,-2147,130.838,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (73236,324,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,300,255,1), + (73237,175404,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,300,255,1), + (73238,2040,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,300,255,1), + (73239,1734,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,300,255,1), + (73240,2047,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,300,255,1), + (73241,165658,0,-7588,-1434,167.053,1.001,0,0,0.479864,0.877343,300,300,255,1), + (73242,324,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,300,255,1), + (73243,175404,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,300,255,1), + (73244,2040,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,300,255,1), + (73245,1734,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,300,255,1), + (73246,144129,0,-9035.41,844.067,106.96,0.436333,0,0,0.21644,0.976296,180,180,100,1), + (73247,165658,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,300,255,1), + (73248,324,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73249,175404,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73250,2040,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73251,1734,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73252,2047,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73253,165658,0,-8176,-1155,145.782,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73254,324,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,300,255,1), + (73255,175404,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,300,255,1), + (73256,2040,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,300,255,1), + (73257,1734,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,300,255,1), + (73258,2047,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,300,255,1), + (73259,165658,0,-7474,-2193,165.399,0.514,0,0,0.25418,0.967157,300,300,255,1), + (73260,324,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,300,255,1), + (73261,175404,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,300,255,1), + (73262,2040,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,300,255,1), + (73263,1734,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,300,255,1), + (73264,2047,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,300,255,1), + (73265,165658,0,-7585,-1413,166.112,0.574,0,0,0.283076,0.959097,300,300,255,1), + (73266,324,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,300,255,1), + (73267,175404,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,300,255,1), + (73268,2040,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,300,255,1), + (73269,1734,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,300,255,1), + (73270,2047,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,300,255,1), + (73271,165658,0,-8390,-1300,226.345,4.689,0,0,0.715327,-0.698789,300,300,255,1), + (73272,324,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73273,175404,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73274,2040,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73275,1734,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73276,2047,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73277,165658,0,-7619,-1397,139.907,6.022,0,0,0.130222,-0.991485,300,300,255,1), + (73278,324,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,300,255,1), + (73279,175404,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,300,255,1), + (73280,2040,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,300,255,1), + (73281,1734,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,300,255,1), + (73282,2047,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,300,255,1), + (73283,165658,0,-8340,-952,192.988,2.283,0,0,0.909259,0.416231,300,300,255,1), + (73284,324,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73285,175404,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73286,2040,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73287,1734,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73288,2047,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73289,165658,0,-7819,-1623,143.502,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73290,324,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,300,255,1), + (73291,175404,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,300,255,1), + (73292,2040,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,300,255,1), + (73293,1734,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,300,255,1), + (73294,2047,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,300,255,1), + (73295,165658,0,-7509,-2105,130.276,2.409,0,0,0.93366,0.35816,300,300,255,1), + (73296,324,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,300,255,1), + (73297,175404,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,300,255,1), + (73298,2040,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,300,255,1), + (73299,1734,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,300,255,1), + (73300,2047,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,300,255,1), + (73301,165658,0,-8145,-2009,129.835,5.286,0,0,0.47819,-0.878256,300,300,255,1), + (73302,324,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,300,255,1), + (73303,175404,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,300,255,1), + (73304,2040,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,300,255,1), + (73305,1734,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,300,255,1), + (73306,2047,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,300,255,1), + (73307,165658,0,-7565,-2388,145.91,1.152,0,0,0.544674,0.838648,300,300,255,1), + (73308,324,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73309,175404,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73310,2040,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73311,1734,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73312,2047,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73313,165658,0,-7816,-2376,148.039,2.799,0,0,0.985365,0.17046,300,300,255,1), + (73314,324,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,300,255,1), + (73315,175404,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,300,255,1), + (73316,2040,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,300,255,1), + (73317,1734,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,300,255,1), + (73318,2047,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,300,255,1), + (73319,165658,0,-7809,-2059,134.034,4.457,0,0,0.791398,-0.611301,300,300,255,1), + (73320,324,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,300,255,1), + (73321,175404,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,300,255,1), + (73322,2040,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,300,255,1), + (73323,1734,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,300,255,1), + (73324,2047,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,300,255,1), + (73325,165658,0,-7905,-1491,155.858,0.227,0,0,0.113256,0.993566,300,300,255,1), + (73326,324,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,300,255,1), + (73327,175404,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,300,255,1), + (73328,2040,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,300,255,1), + (73329,1734,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,300,255,1), + (73330,2047,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,300,255,1), + (73331,165658,0,-7806,-2044,132.982,5.717,0,0,0.279327,-0.960196,300,300,255,1), + (73332,324,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73333,175404,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73334,2040,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73335,1734,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73336,2047,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73337,165658,0,-8167,-1331,136.796,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73338,324,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,300,255,1), + (73339,175404,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,300,255,1), + (73340,2040,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,300,255,1), + (73341,1734,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,300,255,1), + (73342,2047,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,300,255,1), + (73343,165658,0,-7728,-2132,131.229,0.009,0,0,0.00449998,0.99999,300,300,255,1), + (73344,324,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73345,175404,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73346,2040,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73347,1734,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73348,2047,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73349,165658,0,-8460,-940,228.085,4.017,0,0,0.905727,-0.423861,300,300,255,1), + (73350,324,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,300,255,1), + (73351,175404,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,300,255,1), + (73352,2040,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,300,255,1), + (73353,1734,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,300,255,1), + (73354,2047,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,300,255,1), + (73355,165658,0,-7730,-1637,135.96,1.403,0,0,0.645364,0.763875,300,300,255,1), + (73356,324,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,300,255,1), + (73357,175404,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,300,255,1), + (73358,2040,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,300,255,1), + (73359,1734,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,300,255,1), + (73360,2047,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,300,255,1), + (73361,165658,0,-8098,-1037,136.065,5.377,0,0,0.437748,-0.899098,300,300,255,1), + (73362,324,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,300,255,1), + (73363,175404,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,300,255,1), + (73364,2040,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,300,255,1), + (73365,1734,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,300,255,1), + (73366,2047,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,300,255,1), + (73367,165658,0,-8195,-1543,135.283,5.99,0,0,0.146068,-0.989275,300,300,255,1), + (73368,324,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,300,255,1), + (73369,175404,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,300,255,1), + (73370,2040,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,300,255,1), + (73371,1734,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,300,255,1), + (73372,2047,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,300,255,1), + (73373,165658,0,-8329,-912,206.618,6.05,0,0,0.116329,-0.993211,300,300,255,1), + (73374,324,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (73375,175404,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (73376,2040,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (73377,1734,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (73378,2047,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (73379,165658,0,-8019.87,-743.805,142.527,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (73380,324,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73381,175404,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73382,2040,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73383,1734,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73384,2047,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73385,165658,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,300,255,1), + (73386,324,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73387,175404,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73388,2040,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73389,1734,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73390,2047,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73391,165658,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73392,324,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (73393,175404,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (73394,2040,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (73395,1734,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (73396,2047,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (73397,165658,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (73398,324,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (73399,175404,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (73400,2040,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (73401,1734,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (73402,2047,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (73403,165658,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (73404,324,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73405,175404,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73406,2040,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73407,1734,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73408,2047,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73409,165658,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (73410,324,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (73411,175404,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (73412,2040,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (73413,1734,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (73414,2047,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (73415,165658,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (73416,324,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (73417,175404,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (73418,2040,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (73419,1734,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (73420,2047,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (73421,165658,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (73422,324,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73423,175404,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73424,2040,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73425,1734,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73426,2047,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73427,165658,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73428,324,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (73429,175404,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (73430,2040,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (73431,1734,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (73432,2047,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (73433,165658,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (73434,324,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (73435,175404,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (73436,2040,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (73437,1734,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (73438,2047,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (73439,165658,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (73440,324,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (73441,175404,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (73442,2040,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (73443,1734,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (73444,2047,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (73445,165658,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (73446,324,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73447,175404,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73448,2040,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73449,1734,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73450,2047,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73451,165658,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73452,324,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (73453,175404,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (73454,2040,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (73455,1734,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (73456,2047,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (73457,165658,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (73458,324,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (73459,175404,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (73460,2040,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (73461,1734,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (73462,2047,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (73463,165658,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (73464,2040,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,300,255,1), + (73465,1733,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,300,255,1), + (73466,1734,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,300,255,1), + (73467,1732,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,300,255,1), + (73468,1735,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (73469,2040,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (73470,1733,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (73471,1734,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (73472,1732,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (73473,1735,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (73474,2040,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (73475,1733,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (73476,1734,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (73477,1732,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (73478,1735,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73479,2040,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73480,1733,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73481,1734,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73482,1732,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (73483,1735,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (73484,2040,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (73485,1733,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (73486,1734,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (73487,1732,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (73488,1735,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73489,2040,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73490,1733,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73491,1734,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73492,1732,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73493,1735,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73494,2040,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73495,1733,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73496,1734,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73497,1732,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73498,1735,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73499,2040,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73500,1731,0,-5811.24,-426.122,370.75,0.279253,0,0,0.139173,0.990268,300,300,255,1), + (73501,1731,0,-5148.34,-324.104,402.391,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (73502,1731,0,-4962.52,-169.262,386.505,-0.15708,0,0,-0.0784593,0.996917,300,300,255,1), + (73503,1731,0,-4827.8,-231.656,406.364,0.366519,0,0,0.182235,0.983255,300,300,255,1), + (73504,1731,0,-5018.81,466.14,419.118,0,0,0,0,1,300,300,255,1), + (73505,1731,0,-5557.61,649.328,398.718,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (73506,1731,0,-5579.25,745.874,391.875,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (73507,1731,0,-5671.96,758.951,390.155,0.767945,0,0,0.374607,0.927184,300,300,255,1), + (73508,1731,0,-5815.37,224.161,393.461,2.18166,0,0,0.88701,0.461749,300,300,255,1), + (73509,1731,0,-5629.82,-64.7745,420.671,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (73510,1731,0,-5557.18,188.45,416.896,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (73511,1731,0,-5660.26,178.374,427.587,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (73512,1731,0,-5235.36,102.745,392.428,0.349066,0,0,0.173648,0.984808,300,300,255,1), + (73513,1731,0,-5229.89,31.2378,363.083,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (73514,1731,0,-5120.81,-112.382,399.669,-0.959931,0,0,-0.461749,0.887011,300,300,255,1), + (73515,1731,0,-5085.58,-272.124,441.336,-3.07178,0,0,-0.999391,0.0348993,300,300,255,1), + (73516,1731,0,-5515.74,-358.843,361.206,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (73517,1731,0,-5452.19,-281.138,358.577,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (73518,1731,0,-5499.31,-206.126,354.253,0.785398,0,0,0.382683,0.92388,300,300,255,1), + (73519,1731,0,-5770.99,-653.592,403.583,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (73520,1731,0,-5334.67,-659.969,394.837,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (73521,1731,0,-5600.43,-744.175,434.065,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (73522,1731,0,-5789.91,-781.136,401.291,0,0,0,0,1,300,300,255,1), + (73523,1731,0,-5723.14,-977.155,400.596,-0.663225,0,0,-0.325568,0.945519,300,300,255,1), + (73524,1731,0,-5255.03,-1049.99,399.236,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (73525,1731,0,-5422.98,-1276.98,447.711,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (73526,1731,0,-5733.16,-1091.58,387.806,-1.93731,0,0,-0.824125,0.566409,300,300,255,1), + (73527,1731,0,-5717.33,-1426.85,432.837,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (73528,1731,0,-5525.45,-1499.6,409.249,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (73529,1731,0,-5738.28,-1613.1,368.367,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (73530,1731,0,-5757.61,-1588.93,362.943,2.94961,0,0,0.995396,0.095844,300,300,255,1), + (73531,1731,0,-5868.58,-1568.41,368.365,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (73532,1731,0,-5633.05,-1751.15,358.066,-0.663225,0,0,-0.325568,0.945519,300,300,255,1), + (73533,1731,0,-5640.9,-1706.94,362.449,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (73534,1731,0,-5546.32,-1687.21,343.854,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (73535,1731,0,-5616.14,-1752.76,413.743,-2.21657,0,0,-0.894935,0.446197,300,300,255,1), + (73536,1731,0,-5788.15,-1763.12,407.646,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (73537,1731,0,-5950.65,-1827.33,459.444,-1.93731,0,0,-0.824125,0.566409,300,300,255,1), + (73538,1731,0,-5932.28,-1705.11,425.12,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (73539,1731,0,-5633,-2081.8,403.557,-2.21657,0,0,-0.894935,0.446197,300,300,255,1), + (73540,1731,0,-5560.81,-2216.06,436.481,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (73541,1731,0,-4981.55,-2143.23,415.25,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (73542,1731,0,-5135.02,-2059.21,436.066,0.05236,0,0,0.026177,0.999657,300,300,255,1), + (73543,1731,0,-6015.35,-577.502,414.565,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (73544,1731,0,-5958.88,-661.093,404.042,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (73545,1731,0,-5564.15,-1394.78,409.548,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (73546,1731,0,-5629.48,-962.107,406.375,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (73547,1731,0,-5818.93,-1329.16,394.533,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (73548,1731,0,-5649.31,-52.1474,418.394,0,0,0,0,1,300,300,255,1), + (73549,1731,0,-5476.12,-111.775,422.548,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (73550,1731,0,-5463.95,-181.433,424.59,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (73551,1731,0,-5403.73,-119.305,369.452,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (73552,1731,0,-5359.79,-196.572,451.925,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (73553,1731,0,-5431.58,-308.889,358.476,-3.07178,0,0,-0.999391,0.0349061,300,300,255,1), + (73554,1731,0,-5564.47,-307.319,365.538,-0.994838,0,0,-0.477159,0.878817,300,300,255,1), + (73555,1731,0,-5505.15,-1743.88,336.827,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (73556,1731,0,-5420.69,-2223.09,424.955,1.72788,0,0,0.760407,0.649446,300,300,255,1), + (73557,1731,0,-5168.54,-2256.53,419.185,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (73558,1731,0,-5941.51,-676.599,427.108,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (73559,1731,0,-5963,-307.491,455.642,0,0,0,0,1,300,300,255,1), + (73560,1731,0,-5965.87,29.5307,372.507,-0.069813,0,0,-0.0348994,0.999391,300,300,255,1), + (73561,1731,0,-5647.65,-378.015,370.657,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (73562,1731,0,-5286.26,-840.516,406.846,0,0,0,0,1,300,300,255,1), + (73563,1731,0,-5613.39,-1589.05,403.809,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (73564,1731,0,-5570.23,-1705.6,371.531,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (73565,1731,0,-5566.91,-1726.08,342.898,0.767945,0,0,0.374607,0.927184,300,300,255,1), + (73566,1731,0,-5456.39,-1757.68,443.358,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (73567,1731,0,-5594.91,-1894.3,398.391,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (73568,1731,0,-5828.94,-67.125,366.152,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (73569,1731,0,-5462.9,-321.323,361.567,2.79253,0,0,0.984808,0.173647,300,300,255,1), + (73570,1731,0,-5082.65,-153.88,442.593,0,0,0,0,1,300,300,255,1), + (73571,1731,0,-5281.5,-78.8783,402.053,-2.63545,0,0,-0.968148,0.250379,300,300,255,1), + (73572,1731,0,-5319.51,-744.61,392.283,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (73573,1731,0,-5000.76,-291.451,445.826,-0.890118,0,0,-0.430511,0.902585,300,300,255,1), + (73574,1731,0,-4974.16,-233.916,415.163,-2.53073,0,0,-0.953717,0.300705,300,300,255,1), + (73575,1731,0,-5567.07,-1799.28,360.231,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (73576,1731,0,-5419.91,-131.974,349.558,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (73577,1731,0,-5684.73,-1663.59,360.849,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73578,1731,0,-5546.48,-1776.41,345.431,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (73579,1731,0,-5357.22,-421.696,397.762,-1.93732,0,0,-0.824126,0.566406,300,300,255,1), + (73580,1731,0,-5776.53,-2050.67,403.284,2.68781,0,0,0.97437,0.22495,300,300,255,1), + (73581,1731,0,-5879.19,-1522.75,380.578,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (73582,1731,0,-5821.6,-1922.89,413.296,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (73583,1731,0,-5770.21,-2184.04,410.181,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (73584,1731,0,-5605.74,-1713.77,360.251,2.75761,0,0,0.981626,0.190814,300,300,255,1), + (73585,1731,0,-5051.87,-585.697,426.163,0,0,0,0,1,300,300,255,1), + (73586,1731,0,-5757,-1705.79,369.181,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (73587,1731,0,-6113.85,-155.679,438.348,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (73588,1731,0,-5727.6,-1662.49,363.751,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (73589,1733,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73590,1734,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73591,1732,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73592,1735,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (73593,2040,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (73594,1733,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (73595,1734,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (73596,1732,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (73597,1735,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (73598,2040,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (73599,1733,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (73600,1731,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (73601,1732,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (73602,1735,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (73603,1733,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (73604,1734,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (73605,1731,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (73606,1732,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (73607,1735,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (73608,1733,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (73609,1734,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (73610,1731,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73611,1732,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73612,1735,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73613,1733,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73614,1734,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73615,1731,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (73616,1732,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (73617,1735,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (73618,1733,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (73619,1734,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (73620,1731,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73621,1732,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73622,1735,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73623,1733,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73624,1734,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73625,1731,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73626,1732,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73627,1735,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73628,1733,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73629,1734,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73630,1731,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (73631,1732,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (73632,1735,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (73633,1733,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (73634,1734,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (73635,1731,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,300,255,1), + (73636,1732,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,300,255,1), + (73637,1735,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,300,255,1), + (73638,1733,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,300,255,1), + (73639,1734,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,300,255,1), + (73640,1731,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,300,255,1), + (73641,1732,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,300,255,1), + (73642,1735,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,300,255,1), + (73643,1733,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,300,255,1), + (73644,1734,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,300,255,1), + (73645,1731,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (73646,1732,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (73647,1735,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (73648,1733,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (73649,1734,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (73650,1731,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73651,1732,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73652,1735,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73653,1733,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73654,1734,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,300,255,1), + (73655,1731,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (73656,1732,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (73657,1735,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (73658,1733,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (73659,1734,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (73660,1731,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73661,1732,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73662,1735,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73663,1733,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73664,1734,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (73665,1731,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73666,1732,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73667,1735,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73668,1733,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73669,1734,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,300,255,1), + (73670,1731,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,300,255,1), + (73671,144131,0,-8876.98,652.007,95.9927,-1.213,0,0,-0.569997,0.821647,900,900,100,1), + (73672,1735,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,300,255,1), + (73673,1733,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,300,255,1), + (73674,1734,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,300,255,1), + (73675,1731,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (73676,1732,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (73677,1735,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (73678,1733,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (73679,1734,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (73680,1731,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73681,1732,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73682,1735,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73683,1733,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73684,1734,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73685,1731,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73686,1732,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73687,1735,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73688,1733,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73689,1734,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (73690,1731,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73691,1732,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73692,1735,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73693,1733,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73694,1734,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (73695,1731,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73696,1732,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73697,1735,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73698,1733,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73699,1734,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (73700,1731,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (73701,1732,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (73702,1735,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (73703,1733,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (73704,1734,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (73705,1731,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (73706,1732,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (73707,1735,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (73708,1733,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (73709,1734,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (73710,1731,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (73711,1732,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (73712,1735,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (73713,1733,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (73714,1734,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (73715,1731,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (73716,1732,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (73717,1735,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (73718,1733,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (73719,1734,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (73720,1731,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,300,255,1), + (73721,1732,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,300,255,1), + (73722,1735,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,300,255,1), + (73723,1733,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,300,255,1), + (73724,1734,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,300,255,1), + (73725,1731,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (73726,1732,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (73727,1735,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (73728,1733,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (73729,1734,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (73730,1731,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (73731,1732,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (73732,1735,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (73733,1733,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (73734,1734,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (73735,1731,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (73736,1732,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (73737,1735,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (73738,1733,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (73739,1734,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (73740,1731,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73741,1732,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73742,1735,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73743,1733,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73744,1734,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (73745,1731,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (73746,1732,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (73747,1735,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (73748,1733,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (73749,1734,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (73750,1731,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (73751,1732,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (73752,1735,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (73753,1733,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (73754,1734,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (73755,1731,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (73756,1732,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (73757,1735,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (73758,1733,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (73759,1734,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (73760,1731,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,300,255,1), + (73761,1732,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,300,255,1), + (73762,1735,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,300,255,1), + (73763,1733,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,300,255,1), + (73764,1734,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,300,255,1), + (73765,1731,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (73766,1732,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (73767,1735,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (73768,1733,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (73769,1734,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (73770,1731,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (73771,1732,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (73772,1735,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (73773,1733,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (73774,1734,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (73775,1731,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (73776,1732,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (73777,1735,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (73778,1733,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (73779,1734,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (73780,1731,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (73781,1732,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (73782,1735,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (73783,1733,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (73784,1734,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (73785,1731,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (73786,1732,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (73787,1735,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (73788,1733,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (73789,1734,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (73790,1731,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (73791,1732,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (73792,1735,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (73793,1733,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (73794,1734,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (73795,1731,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (73796,1732,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (73797,1735,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (73798,1733,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (73799,1734,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (73800,1731,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (73801,1732,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (73802,1735,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (73803,1733,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (73804,1734,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (73805,1731,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (73806,1732,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (73807,1735,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (73808,1733,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (73809,1734,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (73810,1731,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (73811,1732,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (73812,1735,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (73813,1733,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (73814,1734,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (73815,1731,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (73816,1732,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (73817,1735,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (73818,1733,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (73819,1734,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (73820,1731,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (73821,1732,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (73822,1735,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (73823,1733,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (73824,1734,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (73825,1731,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (73826,1732,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (73827,1735,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (73828,1733,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (73829,1734,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (73830,1731,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (73831,1732,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (73832,1735,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (73833,1733,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (73834,1734,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (73835,1731,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (73836,1732,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (73837,1735,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (73838,1733,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (73839,1734,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (73840,1731,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (73841,1732,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (73842,1735,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (73843,1733,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (73844,1734,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (73845,1731,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (73846,1732,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (73847,1735,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (73848,1733,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (73849,1734,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (73850,1731,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (73851,1732,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (73852,1735,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (73853,1733,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (73854,1734,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (73855,1731,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (73856,1732,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (73857,1735,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (73858,1733,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (73859,1734,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (73860,1731,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (73861,1732,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (73862,1735,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (73863,1733,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (73864,1734,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (73865,1731,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (73866,1732,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (73867,1735,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (73868,1733,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (73869,1734,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (73870,1731,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,300,255,1), + (73871,1732,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,300,255,1), + (73872,1735,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,300,255,1), + (73873,1733,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,300,255,1), + (73874,1734,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,300,255,1), + (73875,1731,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,300,255,1), + (73876,1732,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,300,255,1), + (73877,1735,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,300,255,1), + (73878,1733,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,300,255,1), + (73879,1734,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,300,255,1), + (73880,1731,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,300,255,1), + (73881,1732,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,300,255,1), + (73882,1735,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,300,255,1), + (73883,1733,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,300,255,1), + (73884,1734,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,300,255,1), + (73885,1731,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,300,255,1), + (73886,1732,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,300,255,1), + (73887,1735,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,300,255,1), + (73888,1733,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,300,255,1), + (73889,1734,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,300,255,1), + (73890,1731,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,300,255,1), + (73891,1732,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,300,255,1), + (73892,1735,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,300,255,1), + (73893,1733,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,300,255,1), + (73894,1734,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,300,255,1), + (73895,1731,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (73896,1732,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (73897,1735,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (73898,1733,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (73899,1734,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (73900,1731,0,-10677,-912.576,63.6344,0,0,0,0,1,300,300,255,1), + (73901,1732,0,-10677,-912.576,63.6344,0,0,0,0,1,300,300,255,1), + (73902,1735,0,-10677,-912.576,63.6344,0,0,0,0,1,300,300,255,1), + (73903,1733,0,-10677,-912.576,63.6344,0,0,0,0,1,300,300,255,1), + (73904,1734,0,-10677,-912.576,63.6344,0,0,0,0,1,300,300,255,1), + (73905,1731,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,300,255,1), + (73906,1732,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,300,255,1), + (73907,1735,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,300,255,1), + (73908,1733,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,300,255,1), + (73909,1734,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,300,255,1), + (73910,1731,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,300,255,1), + (73911,1732,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,300,255,1), + (73912,1735,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,300,255,1), + (73913,1733,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,300,255,1), + (73914,1734,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,300,255,1), + (73915,1731,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,300,255,1), + (73916,1732,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,300,255,1), + (73917,1735,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,300,255,1), + (73918,1733,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,300,255,1), + (73919,1734,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,300,255,1), + (73920,1731,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,300,255,1), + (73921,1732,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,300,255,1), + (73922,1735,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,300,255,1), + (73923,1733,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,300,255,1), + (73924,1734,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,300,255,1), + (73925,1731,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,300,255,1), + (73926,1732,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,300,255,1), + (73927,1735,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,300,255,1), + (73928,1733,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,300,255,1), + (73929,1734,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,300,255,1), + (73930,1731,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,300,255,1), + (73931,1732,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,300,255,1), + (73932,1735,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,300,255,1), + (73933,1733,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,300,255,1), + (73934,1734,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,300,255,1), + (73935,1731,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,300,255,1), + (73936,1732,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,300,255,1), + (73937,1735,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,300,255,1), + (73938,1733,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,300,255,1), + (73939,1734,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,300,255,1), + (73940,1731,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (73941,1732,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (73942,1735,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (73943,1733,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (73944,1734,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (73945,1731,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (73946,1732,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (73947,1735,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (73948,1733,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (73949,1734,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (73950,1731,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (73951,1732,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (73952,1735,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (73953,1733,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (73954,1734,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (73955,1731,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (73956,1732,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (73957,1735,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (73958,1733,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (73959,1734,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (73960,1731,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (73961,1732,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (73962,1735,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (73963,1733,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (73964,1734,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (73965,1731,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (73966,1732,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (73967,1735,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (73968,1733,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (73969,1734,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (73970,1731,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (73971,1732,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (73972,1735,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (73973,1733,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (73974,1734,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (73975,1731,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284016,300,300,255,1), + (73976,1732,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (73977,1735,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (73978,1733,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (73979,1734,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (73980,1731,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (73981,1732,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (73982,1735,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (73983,1733,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (73984,1734,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (73985,1731,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (73986,1732,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (73987,1735,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (73988,1733,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (73989,1734,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (73990,1731,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (73991,1732,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (73992,1735,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (73993,1733,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (73994,1734,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (73995,1731,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (73996,1732,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (73997,1735,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (73998,1733,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (73999,1734,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (74000,1731,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (74001,1732,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (74002,1735,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (74003,1733,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (74004,1734,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (74005,1731,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74006,1732,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74007,1735,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74008,1733,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74009,1734,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74010,1731,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (74011,1732,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (74012,1735,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (74013,1733,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (74014,1734,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (74015,1731,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (74016,1732,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (74017,1735,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (74018,1733,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (74019,1734,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (74020,1731,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74021,1732,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74022,1735,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74023,1733,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74024,1734,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74025,1731,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74026,1732,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74027,1735,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74028,1733,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74029,1734,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74030,1731,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74031,1732,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74032,1735,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74033,1733,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74034,1734,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74035,1731,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (74036,1732,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (74037,1735,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (74038,1733,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (74039,1734,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (74040,1731,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74041,1732,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74042,1735,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74043,1733,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74044,1734,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74045,1731,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74046,1732,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74047,1735,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74048,1733,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74049,1734,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (74050,1731,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (74051,1732,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (74052,1735,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (74053,1733,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (74054,1734,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (74055,1731,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74056,1732,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74057,1735,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74058,1733,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74059,1734,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (74060,1731,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74061,1732,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74062,1735,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74063,1733,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74064,1734,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74065,1731,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (74066,1732,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (74067,1735,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (74068,1733,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (74069,1734,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (74070,1731,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (74071,1732,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (74072,1735,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (74073,1733,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (74074,1734,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (74075,1731,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74076,1732,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74077,1735,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74078,1733,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74079,1734,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (74080,1731,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (74081,1732,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (74082,1735,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (74083,1733,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (74084,1734,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (74085,1731,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74086,1732,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74087,1735,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74088,1733,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74089,1734,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74090,1731,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74091,1732,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74092,1735,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74093,1733,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74094,1734,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74095,1731,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (74096,1732,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (74097,1735,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (74098,1733,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (74099,1734,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,300,255,1), + (74100,1731,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (74101,1732,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (74102,1735,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (74103,1733,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (74104,1734,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (74105,1731,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74106,1732,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74107,1735,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74108,1733,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74109,1734,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74110,1731,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (74111,1732,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (74112,1735,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (74113,1733,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (74114,1734,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (74115,1731,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (74116,1732,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (74117,1735,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (74118,1733,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (74119,1734,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (74120,1731,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (74121,1732,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (74122,1735,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (74123,1733,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (74124,1734,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (74125,1731,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74126,1732,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74127,1735,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74128,1733,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74129,1734,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74130,1731,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74131,1732,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74132,1735,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74133,1733,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74134,1734,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74135,1731,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74136,1732,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74137,1735,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74138,1733,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74139,1734,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (74140,1731,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74141,1732,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74142,1735,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74143,1733,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74144,1734,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (74145,1731,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (74146,1732,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (74147,1735,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (74148,1733,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (74149,1734,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (74150,1731,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (74151,1732,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (74152,1735,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (74153,1733,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (74154,1734,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (74155,1731,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (74156,1732,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (74157,1735,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (74158,1733,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (74159,1734,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (74160,1731,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (74161,1732,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (74162,1735,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (74163,1733,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (74164,1734,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (74165,1731,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74166,1732,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74167,1735,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74168,1733,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74169,1734,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (74170,1731,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (74171,1732,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (74172,1735,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (74173,1733,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (74174,1734,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (74175,1731,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (74176,1732,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (74177,1735,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (74178,1733,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (74179,1734,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (74180,1731,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (74181,1732,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (74182,1735,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (74183,1733,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (74184,1734,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (74185,1731,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (74186,1732,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (74187,1735,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (74188,1733,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (74189,1734,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (74190,1731,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74191,1732,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74192,1735,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74193,1733,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74194,1734,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74195,1734,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74196,1732,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74197,1735,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (74198,2040,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (74199,1733,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (74200,1735,0,-79.3546,21.6975,95.3539,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (74201,1734,0,-79.3546,21.6975,95.3539,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (74202,1733,0,-79.3546,21.6975,95.3539,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (74203,1735,0,-158,-37,148.049,1.666,0,0,0.739953,0.672659,300,300,255,1), + (74204,1734,0,-158,-37,148.049,1.666,0,0,0.739953,0.672659,300,300,255,1), + (74205,1733,0,-158,-37,148.049,1.666,0,0,0.739953,0.672659,300,300,255,1), + (74206,1735,0,-23,-47,115.268,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (74207,1734,0,-23,-47,115.268,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (74208,1733,0,-23,-47,115.268,5.279,0,0,0.481261,-0.876577,300,300,255,1), + (74209,1735,0,-122,-219,136.559,5.662,0,0,0.305623,-0.952153,300,300,255,1), + (74210,1734,0,-122,-219,136.559,5.662,0,0,0.305623,-0.952153,300,300,255,1), + (74211,1733,0,-122,-219,136.559,5.662,0,0,0.305623,-0.952153,300,300,255,1), + (74212,1735,0,311.091,-518,168.537,1.544,0,0,0.69757,0.716517,300,300,255,1), + (74213,1734,0,311.091,-518,168.537,1.544,0,0,0.69757,0.716517,300,300,255,1), + (74214,1733,0,311.091,-518,168.537,1.544,0,0,0.69757,0.716517,300,300,255,1), + (74215,1735,0,-128,-15,147.529,0.397,0,0,0.197199,0.980363,300,300,255,1), + (74216,1734,0,-128,-15,147.529,0.397,0,0,0.197199,0.980363,300,300,255,1), + (74217,1733,0,-128,-15,147.529,0.397,0,0,0.197199,0.980363,300,300,255,1), + (74218,1735,0,-94,-13,141.057,5.976,0,0,0.15299,-0.988228,300,300,255,1), + (74219,1734,0,-94,-13,141.057,5.976,0,0,0.15299,-0.988228,300,300,255,1), + (74220,1733,0,-94,-13,141.057,5.976,0,0,0.15299,-0.988228,300,300,255,1), + (74221,1735,0,118.228,-334,150.244,2.365,0,0,0.925555,0.378612,300,300,255,1), + (74222,1734,0,118.228,-334,150.244,2.365,0,0,0.925555,0.378612,300,300,255,1), + (74223,1733,0,118.228,-334,150.244,2.365,0,0,0.925555,0.378612,300,300,255,1), + (74224,1735,0,-158,-74,147.462,1.666,0,0,0.739953,0.672659,300,300,255,1), + (74225,1734,0,-158,-74,147.462,1.666,0,0,0.739953,0.672659,300,300,255,1), + (74226,1733,0,-158,-74,147.462,1.666,0,0,0.739953,0.672659,300,300,255,1), + (74227,1735,0,-152,-259,148.008,1.749,0,0,0.767223,0.641381,300,300,255,1), + (74228,1734,0,-152,-259,148.008,1.749,0,0,0.767223,0.641381,300,300,255,1), + (74229,1733,0,-152,-259,148.008,1.749,0,0,0.767223,0.641381,300,300,255,1), + (74230,1735,0,264.628,-460,163.429,2.748,0,0,0.980698,0.195529,300,300,255,1), + (74231,1734,0,264.628,-460,163.429,2.748,0,0,0.980698,0.195529,300,300,255,1), + (74232,1733,0,264.628,-460,163.429,2.748,0,0,0.980698,0.195529,300,300,255,1), + (74233,1735,0,162.431,-369,163.296,2.365,0,0,0.925555,0.378612,300,300,255,1), + (74234,1734,0,162.431,-369,163.296,2.365,0,0,0.925555,0.378612,300,300,255,1), + (74235,1733,0,162.431,-369,163.296,2.365,0,0,0.925555,0.378612,300,300,255,1), + (74236,1735,0,269.967,-268,146.339,5.686,0,0,0.294175,-0.955751,300,300,255,1), + (74237,1734,0,269.967,-268,146.339,5.686,0,0,0.294175,-0.955751,300,300,255,1), + (74238,1733,0,269.967,-268,146.339,5.686,0,0,0.294175,-0.955751,300,300,255,1), + (74239,1735,0,300.279,-501,179.696,2.003,0,0,0.842281,0.539039,300,300,255,1), + (74240,1734,0,300.279,-501,179.696,2.003,0,0,0.842281,0.539039,300,300,255,1), + (74241,1733,0,300.279,-501,179.696,2.003,0,0,0.842281,0.539039,300,300,255,1), + (74242,1735,0,-137,-237,141.206,0.911,0,0,0.439911,0.898041,300,300,255,1), + (74243,1734,0,-137,-237,141.206,0.911,0,0,0.439911,0.898041,300,300,255,1), + (74244,1733,0,-137,-237,141.206,0.911,0,0,0.439911,0.898041,300,300,255,1), + (74245,1735,0,245.524,-270,145.196,3.216,0,0,0.999308,-0.0371951,300,300,255,1), + (74246,1734,0,245.524,-270,145.196,3.216,0,0,0.999308,-0.0371951,300,300,255,1), + (74247,1733,0,245.524,-270,145.196,3.216,0,0,0.999308,-0.0371951,300,300,255,1), + (74248,1735,0,-254.604,379.709,121.872,-0.05236,0,0,-0.026177,0.999657,300,300,255,1), + (74249,1734,0,-254.604,379.709,121.872,-0.05236,0,0,-0.026177,0.999657,300,300,255,1), + (74250,1733,0,-254.604,379.709,121.872,-0.05236,0,0,-0.026177,0.999657,300,300,255,1), + (74251,1735,0,271.415,-259.615,148.774,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (74252,1734,0,271.415,-259.615,148.774,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (74253,1733,0,271.415,-259.615,148.774,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (74254,1735,0,-19.4989,-33.674,106.887,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (74255,1734,0,-19.4989,-33.674,106.887,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (74256,1733,0,-19.4989,-33.674,106.887,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (74257,1735,0,141.451,-364.934,168.432,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (74258,1734,0,141.451,-364.934,168.432,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (74259,1733,0,141.451,-364.934,168.432,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (74260,1735,0,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,300,300,255,1), + (74261,1734,0,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,300,300,255,1), + (74262,1733,0,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,300,300,255,1), + (74263,1732,1,-825,-1975,98.221,0.522,0,0,0.258047,0.966132,300,300,255,1), + (74265,1733,1,-825,-1975,98.221,0.522,0,0,0.258047,0.966132,300,300,255,1), + (74266,1735,0,62.018,-88,115.28,6.114,0,0,0.0844919,-0.996424,300,300,255,1), + (74267,1734,0,62.018,-88,115.28,6.114,0,0,0.0844919,-0.996424,300,300,255,1), + (74268,1733,0,62.018,-88,115.28,6.114,0,0,0.0844919,-0.996424,300,300,255,1), + (74269,1735,0,-32,-247,145.94,4.068,0,0,0.894626,-0.446816,300,300,255,1), + (74270,1734,0,-32,-247,145.94,4.068,0,0,0.894626,-0.446816,300,300,255,1), + (74271,1733,0,-32,-247,145.94,4.068,0,0,0.894626,-0.446816,300,300,255,1), + (74272,1735,0,-31.1745,-221.648,138.074,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (74273,1734,0,-31.1745,-221.648,138.074,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (74274,1733,0,-31.1745,-221.648,138.074,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (74275,1735,0,75.6466,-78.375,114.581,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (74276,1734,0,75.6466,-78.375,114.581,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (74277,1733,0,75.6466,-78.375,114.581,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (74278,1735,0,12.0793,-148.168,130.97,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (74279,1734,0,12.0793,-148.168,130.97,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (74280,1733,0,12.0793,-148.168,130.97,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (74281,1735,0,224.513,-1487.89,64.2197,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74282,1734,0,224.513,-1487.89,64.2197,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74283,1733,0,224.513,-1487.89,64.2197,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (74284,1735,0,-185.258,375.062,116.572,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (74285,1734,0,-185.258,375.062,116.572,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (74286,1733,0,-185.258,375.062,116.572,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (74287,1735,0,-161.117,398.667,105.474,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (74288,1734,0,-161.117,398.667,105.474,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (74289,1733,0,-161.117,398.667,105.474,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (74290,1735,0,522.532,427.6,19.4784,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (74291,1734,0,522.532,427.6,19.4784,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (74292,1733,0,522.532,427.6,19.4784,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (74293,1735,0,-71.7572,-460.453,102.154,0.698131,0,0,0.34202,0.939693,300,300,255,1), + (74294,1734,0,-71.7572,-460.453,102.154,0.698131,0,0,0.34202,0.939693,300,300,255,1), + (74295,1733,0,-71.7572,-460.453,102.154,0.698131,0,0,0.34202,0.939693,300,300,255,1), + (74296,1734,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (74297,1732,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (74298,1735,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (74299,2040,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (74300,2040,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,300,255,1), + (74301,324,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,300,255,1), + (74302,175404,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,300,255,1), + (74303,1734,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,300,255,1), + (74304,2047,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,300,255,1), + (74305,2040,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,300,255,1), + (74306,324,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,300,255,1), + (74307,175404,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,300,255,1), + (74308,1734,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,300,255,1), + (74309,2047,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,300,255,1), + (74310,2040,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (74311,324,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (74312,175404,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (74313,1734,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (74314,2047,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,300,255,1), + (74315,2040,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,300,255,1), + (74316,324,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,300,255,1), + (74317,175404,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,300,255,1), + (74318,1734,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,300,255,1), + (74319,2047,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,300,255,1), + (74320,2040,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,300,255,1), + (74321,324,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,300,255,1), + (74322,175404,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,300,255,1), + (74323,1734,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,300,255,1), + (74324,2047,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,300,255,1), + (74325,2040,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,300,255,1), + (74326,324,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,300,255,1), + (74327,175404,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,300,255,1), + (74328,1734,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,300,255,1), + (74329,2047,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,300,255,1), + (74330,2040,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,300,255,1), + (74331,324,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,300,255,1), + (74332,175404,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,300,255,1), + (74333,1734,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,300,255,1), + (74334,2047,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,300,255,1), + (74335,2040,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,300,255,1), + (74336,324,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,300,255,1), + (74337,175404,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,300,255,1), + (74338,1734,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,300,255,1), + (74339,2047,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,300,255,1), + (74340,2040,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74341,324,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74342,175404,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74343,1734,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74344,2047,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74345,2040,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,300,255,1), + (74346,324,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,300,255,1), + (74347,175404,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,300,255,1), + (74348,1734,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,300,255,1), + (74349,2047,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,300,255,1), + (74350,2040,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,300,255,1), + (74351,324,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,300,255,1), + (74352,175404,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,300,255,1), + (74353,1734,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,300,255,1), + (74354,2047,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,300,255,1), + (74355,2040,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (74356,324,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (74357,175404,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (74358,1734,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (74359,2047,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (74360,2040,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,300,255,1), + (74361,324,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,300,255,1), + (74362,175404,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,300,255,1), + (74363,1734,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,300,255,1), + (74364,2047,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,300,255,1), + (74365,2040,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,300,255,1), + (74366,324,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,300,255,1), + (74367,175404,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,300,255,1), + (74368,1734,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,300,255,1), + (74369,2047,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,300,255,1), + (74370,2040,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,300,255,1), + (74371,324,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,300,255,1), + (74372,175404,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,300,255,1), + (74373,1734,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,300,255,1), + (74374,2047,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,300,255,1), + (74375,2040,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,300,255,1), + (74376,324,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,300,255,1), + (74377,175404,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,300,255,1), + (74378,1734,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,300,255,1), + (74379,2047,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,300,255,1), + (74380,2040,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,300,255,1), + (74381,324,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,300,255,1), + (74382,175404,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,300,255,1), + (74383,1734,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,300,255,1), + (74384,2047,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,300,255,1), + (74385,2040,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,300,255,1), + (74386,324,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,300,255,1), + (74387,175404,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,300,255,1), + (74388,1734,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,300,255,1), + (74389,2047,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,300,255,1), + (74390,2040,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,300,255,1), + (74391,324,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,300,255,1), + (74392,175404,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,300,255,1), + (74393,1734,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,300,255,1), + (74394,2047,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,300,255,1), + (74395,2040,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,300,255,1), + (74396,324,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,300,255,1), + (74397,175404,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,300,255,1), + (74398,1734,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,300,255,1), + (74399,2047,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,300,255,1), + (74400,2040,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,300,255,1), + (74401,324,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,300,255,1), + (74402,175404,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,300,255,1), + (74403,1734,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,300,255,1), + (74404,2047,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,300,255,1), + (74405,2040,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,300,255,1), + (74406,324,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,300,255,1), + (74407,175404,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,300,255,1), + (74408,1734,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,300,255,1), + (74409,2047,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,300,255,1), + (74410,2040,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,300,255,1), + (74411,324,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,300,255,1), + (74412,175404,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,300,255,1), + (74413,1734,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,300,255,1), + (74414,2047,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,300,255,1), + (74415,2040,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,300,255,1), + (74416,324,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,300,255,1), + (74417,175404,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,300,255,1), + (74418,1734,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,300,255,1), + (74419,2047,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,300,255,1), + (74420,2040,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,300,255,1), + (74421,324,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,300,255,1), + (74422,175404,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,300,255,1), + (74423,1734,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,300,255,1), + (74424,2047,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,300,255,1), + (74425,2040,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (74426,324,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (74427,175404,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (74428,1734,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (74429,2047,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,300,255,1), + (74430,2040,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74431,324,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74432,175404,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74433,1734,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74434,2047,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74435,2040,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,300,255,1), + (74436,324,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,300,255,1), + (74437,175404,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,300,255,1), + (74438,1734,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,300,255,1), + (74439,2047,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,300,255,1), + (74440,2040,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,300,255,1), + (74441,324,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,300,255,1), + (74442,175404,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,300,255,1), + (74443,1734,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,300,255,1), + (74444,2047,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,300,255,1), + (74445,2040,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,300,255,1), + (74446,324,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,300,255,1), + (74447,175404,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,300,255,1), + (74448,1734,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,300,255,1), + (74449,2047,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,300,255,1), + (74450,2040,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74451,324,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74452,175404,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74453,1734,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74454,2047,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74455,2040,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,300,255,1), + (74456,324,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,300,255,1), + (74457,175404,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,300,255,1), + (74458,1734,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,300,255,1), + (74459,2047,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,300,255,1), + (74460,2040,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (74461,324,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (74462,175404,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (74463,1734,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (74464,2047,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,300,255,1), + (74465,2040,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,300,255,1), + (74466,324,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,300,255,1), + (74467,175404,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,300,255,1), + (74468,1734,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,300,255,1), + (74469,2047,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,300,255,1), + (74470,2040,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,300,255,1), + (74471,324,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,300,255,1), + (74472,175404,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,300,255,1), + (74473,1734,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,300,255,1), + (74474,2047,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,300,255,1), + (74475,2040,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,300,255,1), + (74476,324,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,300,255,1), + (74477,175404,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,300,255,1), + (74478,1734,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,300,255,1), + (74479,2047,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,300,255,1), + (74480,2040,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,300,255,1), + (74481,324,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,300,255,1), + (74482,175404,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,300,255,1), + (74483,1734,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,300,255,1), + (74484,2047,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,300,255,1), + (74485,2040,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (74486,324,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (74487,175404,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (74488,1734,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (74489,2047,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,300,255,1), + (74490,2040,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,300,255,1), + (74491,324,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,300,255,1), + (74492,175404,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,300,255,1), + (74493,1734,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,300,255,1), + (74494,2047,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,300,255,1), + (74495,2040,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,300,255,1), + (74496,324,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,300,255,1), + (74497,175404,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,300,255,1), + (74498,1734,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,300,255,1), + (74499,2047,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,300,255,1), + (74500,2040,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,300,255,1), + (74501,324,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,300,255,1), + (74502,175404,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,300,255,1), + (74503,1734,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,300,255,1), + (74504,2047,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,300,255,1), + (74505,2040,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74506,324,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74507,175404,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74508,1734,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74509,2047,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,300,255,1), + (74510,2040,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,300,255,1), + (74511,324,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,300,255,1), + (74512,175404,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,300,255,1), + (74513,1734,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,300,255,1), + (74514,2047,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,300,255,1), + (74515,2040,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (74516,324,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (74517,175404,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (74518,1734,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (74519,2047,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (74520,2040,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74521,324,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74522,175404,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74523,1734,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74524,2047,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (74525,2040,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,300,255,1), + (74526,324,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,300,255,1), + (74527,175404,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,300,255,1), + (74528,1734,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,300,255,1), + (74529,2047,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,300,255,1), + (74530,2040,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (74531,324,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (74532,175404,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (74533,1734,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (74534,2047,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (74535,2040,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (74536,324,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (74537,175404,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (74538,1734,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (74539,2047,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (74540,2040,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (74541,324,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (74542,175404,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (74543,1734,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (74544,2047,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (74545,2040,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (74546,324,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (74547,175404,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (74548,1734,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (74549,2047,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (74550,2040,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,300,255,1), + (74551,324,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,300,255,1), + (74552,175404,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,300,255,1), + (74553,1734,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,300,255,1), + (74554,2047,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,300,255,1), + (74555,2040,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74556,324,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74557,175404,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74558,1734,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74559,2047,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74560,2040,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (74561,324,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (74562,175404,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (74563,1734,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (74564,2047,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (74565,2040,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74566,324,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74567,175404,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74568,1734,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74569,2047,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74570,2040,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (74571,324,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (74572,175404,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (74573,1734,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (74574,2047,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (74575,2040,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74576,324,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74577,175404,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74578,1734,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74579,2047,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74580,2040,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (74581,324,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (74582,175404,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (74583,1734,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (74584,2047,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (74585,2040,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74586,324,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74587,175404,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74588,1734,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74589,2047,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74590,2040,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,300,255,1), + (74591,324,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,300,255,1), + (74592,175404,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,300,255,1), + (74593,1734,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,300,255,1), + (74594,2047,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,300,255,1), + (74595,2040,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74596,324,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74597,175404,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74598,1734,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74599,2047,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,300,255,1), + (74600,2040,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (74601,324,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (74602,175404,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (74603,1734,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (74604,2047,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (74605,2040,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (74606,324,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (74607,175404,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (74608,1734,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (74609,2047,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (74610,2040,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (74611,324,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (74612,175404,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (74613,1734,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (74614,2047,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (74615,2040,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (74616,324,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (74617,175404,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (74618,1734,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (74619,2047,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (74620,2040,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (74621,324,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (74622,175404,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (74623,1734,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (74624,2047,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (74625,2040,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74626,324,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74627,175404,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74628,1734,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74629,2047,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74630,2040,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (74631,324,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (74632,175404,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (74633,1734,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (74634,2047,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (74635,2040,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (74636,324,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (74637,175404,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (74638,1734,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (74639,2047,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (74640,2040,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (74641,324,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (74642,175404,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (74643,1734,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (74644,2047,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,300,255,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (73381,175404,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,255,1), - (73382,2040,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,255,1), - (73383,1734,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,255,1), - (73384,2047,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,255,1), - (73385,165658,0,-8251,-925,147.468,3.536,0,0,0.980618,-0.195928,300,255,1), - (73386,324,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73387,175404,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73388,2040,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73389,1734,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73390,2047,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73391,165658,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73392,324,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,255,1), - (73393,175404,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,255,1), - (73394,2040,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,255,1), - (73395,1734,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,255,1), - (73396,2047,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,255,1), - (73397,165658,0,-7616.39,-705.041,181.31,0.977384,0,0,0.469471,0.882948,300,255,1), - (73398,324,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (73399,175404,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (73400,2040,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (73401,1734,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (73402,2047,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (73403,165658,0,-7916.36,-1989.86,141.389,1.32645,0,0,0.615661,0.788011,300,255,1), - (73404,324,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73405,175404,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73406,2040,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73407,1734,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73408,2047,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73409,165658,0,-8102.72,-2087.92,141.207,2.82743,0,0,0.987688,0.156436,300,255,1), - (73410,324,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,255,1), - (73411,175404,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,255,1), - (73412,2040,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,255,1), - (73413,1734,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,255,1), - (73414,2047,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,255,1), - (73415,165658,0,-8124.25,-2463.32,149.642,2.80997,0,0,0.986285,0.165053,300,255,1), - (73416,324,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,255,1), - (73417,175404,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,255,1), - (73418,2040,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,255,1), - (73419,1734,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,255,1), - (73420,2047,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,255,1), - (73421,165658,0,-7864.27,-874.889,150.601,2.70526,0,0,0.976296,0.21644,300,255,1), - (73422,324,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (73423,175404,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (73424,2040,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (73425,1734,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (73426,2047,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (73427,165658,0,-7890.75,-2537.32,129.288,1.53589,0,0,0.694658,0.71934,300,255,1), - (73428,324,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (73429,175404,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (73430,2040,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (73431,1734,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (73432,2047,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (73433,165658,0,-7681.69,-1883.48,137.159,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (73434,324,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (73435,175404,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (73436,2040,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (73437,1734,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (73438,2047,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (73439,165658,0,-7771.45,-1950.79,133.599,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (73440,324,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (73441,175404,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (73442,2040,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (73443,1734,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (73444,2047,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (73445,165658,0,-7891.38,-2502.69,130.051,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (73446,324,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73447,175404,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73448,2040,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73449,1734,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73450,2047,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73451,165658,0,-7956.23,-2514.58,134.91,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73452,324,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,255,1), - (73453,175404,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,255,1), - (73454,2040,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,255,1), - (73455,1734,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,255,1), - (73456,2047,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,255,1), - (73457,165658,0,-8333.37,-1286.25,211.485,1.44862,0,0,0.662619,0.748957,300,255,1), - (73458,324,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (73459,175404,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (73460,2040,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (73461,1734,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (73462,2047,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (73463,165658,0,-7737.77,-2306.15,141.825,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (73464,2040,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,255,1), - (73465,1733,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,255,1), - (73466,1734,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,255,1), - (73467,1732,0,-11934,458.191,44.5061,-0.087266,0,0,-0.0436192,0.999048,300,255,1), - (73468,1735,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,255,1), - (73469,2040,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,255,1), - (73470,1733,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,255,1), - (73471,1734,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,255,1), - (73472,1732,0,-11771.9,35.4992,17.5232,1.3439,0,0,0.622513,0.782609,300,255,1), - (73473,1735,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (73474,2040,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (73475,1733,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (73476,1734,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (73477,1732,0,-12128.2,-777.814,23.5145,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (73478,1735,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73479,2040,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73480,1733,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73481,1734,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73482,1732,0,-12327.2,-990.796,19.8739,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (73483,1735,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,255,1), - (73484,2040,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,255,1), - (73485,1733,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,255,1), - (73486,1734,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,255,1), - (73487,1732,0,-13168.8,-480.454,6.74536,2.60053,0,0,0.963629,0.267244,300,255,1), - (73488,1735,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,255,1), - (73489,2040,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,255,1), - (73490,1733,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,255,1), - (73491,1734,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,255,1), - (73492,1732,0,-12354.7,-992.975,12.0588,1.53589,0,0,0.694658,0.71934,300,255,1), - (73493,1735,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,255,1), - (73494,2040,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,255,1), - (73495,1733,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,255,1), - (73496,1734,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,255,1), - (73497,1732,0,-11935,543.475,33.0384,2.47837,0,0,0.945519,0.325567,300,255,1), - (73498,1735,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,255,1), - (73499,2040,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,255,1), - (73500,1731,0,-5811.24,-426.122,370.75,0.279253,0,0,0.139173,0.990268,300,255,1), - (73501,1731,0,-5148.34,-324.104,402.391,2.98451,0,0,0.996917,0.0784606,300,255,1), - (73502,1731,0,-4962.52,-169.262,386.505,-0.15708,0,0,-0.0784593,0.996917,300,255,1), - (73503,1731,0,-4827.8,-231.656,406.364,0.366519,0,0,0.182235,0.983255,300,255,1), - (73504,1731,0,-5018.81,466.14,419.118,0,0,0,0,1,300,255,1), - (73505,1731,0,-5557.61,649.328,398.718,0.855211,0,0,0.414693,0.909961,300,255,1), - (73506,1731,0,-5579.25,745.874,391.875,1.39626,0,0,0.642786,0.766046,300,255,1), - (73507,1731,0,-5671.96,758.951,390.155,0.767945,0,0,0.374607,0.927184,300,255,1), - (73508,1731,0,-5815.37,224.161,393.461,2.18166,0,0,0.88701,0.461749,300,255,1), - (73509,1731,0,-5629.82,-64.7745,420.671,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (73510,1731,0,-5557.18,188.45,416.896,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (73511,1731,0,-5660.26,178.374,427.587,0.645772,0,0,0.317305,0.948324,300,255,1), - (73512,1731,0,-5235.36,102.745,392.428,0.349066,0,0,0.173648,0.984808,300,255,1), - (73513,1731,0,-5229.89,31.2378,363.083,0.802851,0,0,0.390731,0.920505,300,255,1), - (73514,1731,0,-5120.81,-112.382,399.669,-0.959931,0,0,-0.461749,0.887011,300,255,1), - (73515,1731,0,-5085.58,-272.124,441.336,-3.07178,0,0,-0.999391,0.0348993,300,255,1), - (73516,1731,0,-5515.74,-358.843,361.206,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (73517,1731,0,-5452.19,-281.138,358.577,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (73518,1731,0,-5499.31,-206.126,354.253,0.785398,0,0,0.382683,0.92388,300,255,1), - (73519,1731,0,-5770.99,-653.592,403.583,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (73520,1731,0,-5334.67,-659.969,394.837,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (73521,1731,0,-5600.43,-744.175,434.065,1.79769,0,0,0.782608,0.622514,300,255,1), - (73522,1731,0,-5789.91,-781.136,401.291,0,0,0,0,1,300,255,1), - (73523,1731,0,-5723.14,-977.155,400.596,-0.663225,0,0,-0.325568,0.945519,300,255,1), - (73524,1731,0,-5255.03,-1049.99,399.236,1.48353,0,0,0.67559,0.737277,300,255,1), - (73525,1731,0,-5422.98,-1276.98,447.711,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (73526,1731,0,-5733.16,-1091.58,387.806,-1.93731,0,0,-0.824125,0.566409,300,255,1), - (73527,1731,0,-5717.33,-1426.85,432.837,1.11701,0,0,0.529919,0.848048,300,255,1), - (73528,1731,0,-5525.45,-1499.6,409.249,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (73529,1731,0,-5738.28,-1613.1,368.367,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (73530,1731,0,-5757.61,-1588.93,362.943,2.94961,0,0,0.995396,0.095844,300,255,1), - (73531,1731,0,-5868.58,-1568.41,368.365,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (73532,1731,0,-5633.05,-1751.15,358.066,-0.663225,0,0,-0.325568,0.945519,300,255,1), - (73533,1731,0,-5640.9,-1706.94,362.449,2.58309,0,0,0.961262,0.275636,300,255,1), - (73534,1731,0,-5546.32,-1687.21,343.854,1.32645,0,0,0.615661,0.788011,300,255,1), - (73535,1731,0,-5616.14,-1752.76,413.743,-2.21657,0,0,-0.894935,0.446197,300,255,1), - (73536,1731,0,-5788.15,-1763.12,407.646,2.44346,0,0,0.939692,0.342021,300,255,1), - (73537,1731,0,-5950.65,-1827.33,459.444,-1.93731,0,0,-0.824125,0.566409,300,255,1), - (73538,1731,0,-5932.28,-1705.11,425.12,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (73539,1731,0,-5633,-2081.8,403.557,-2.21657,0,0,-0.894935,0.446197,300,255,1), - (73540,1731,0,-5560.81,-2216.06,436.481,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (73541,1731,0,-4981.55,-2143.23,415.25,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (73542,1731,0,-5135.02,-2059.21,436.066,0.05236,0,0,0.026177,0.999657,300,255,1), - (73543,1731,0,-6015.35,-577.502,414.565,1.6057,0,0,0.719339,0.694659,300,255,1), - (73544,1731,0,-5958.88,-661.093,404.042,2.07694,0,0,0.861629,0.507539,300,255,1), - (73545,1731,0,-5564.15,-1394.78,409.548,1.11701,0,0,0.529919,0.848048,300,255,1), - (73546,1731,0,-5629.48,-962.107,406.375,1.74533,0,0,0.766045,0.642787,300,255,1), - (73547,1731,0,-5818.93,-1329.16,394.533,3.00197,0,0,0.997564,0.0697546,300,255,1), - (73548,1731,0,-5649.31,-52.1474,418.394,0,0,0,0,1,300,255,1), - (73549,1731,0,-5476.12,-111.775,422.548,2.67035,0,0,0.972369,0.233447,300,255,1), - (73550,1731,0,-5463.95,-181.433,424.59,3.00197,0,0,0.997564,0.0697546,300,255,1), - (73551,1731,0,-5403.73,-119.305,369.452,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (73552,1731,0,-5359.79,-196.572,451.925,0.575959,0,0,0.284016,0.95882,300,255,1), - (73553,1731,0,-5431.58,-308.889,358.476,-3.07178,0,0,-0.999391,0.0349061,300,255,1), - (73554,1731,0,-5564.47,-307.319,365.538,-0.994838,0,0,-0.477159,0.878817,300,255,1), - (73555,1731,0,-5505.15,-1743.88,336.827,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (73556,1731,0,-5420.69,-2223.09,424.955,1.72788,0,0,0.760407,0.649446,300,255,1), - (73557,1731,0,-5168.54,-2256.53,419.185,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (73558,1731,0,-5941.51,-676.599,427.108,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (73559,1731,0,-5963,-307.491,455.642,0,0,0,0,1,300,255,1), - (73560,1731,0,-5965.87,29.5307,372.507,-0.069813,0,0,-0.0348994,0.999391,300,255,1), - (73561,1731,0,-5647.65,-378.015,370.657,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (73562,1731,0,-5286.26,-840.516,406.846,0,0,0,0,1,300,255,1), - (73563,1731,0,-5613.39,-1589.05,403.809,0.261799,0,0,0.130526,0.991445,300,255,1), - (73564,1731,0,-5570.23,-1705.6,371.531,2.46091,0,0,0.942641,0.333809,300,255,1), - (73565,1731,0,-5566.91,-1726.08,342.898,0.767945,0,0,0.374607,0.927184,300,255,1), - (73566,1731,0,-5456.39,-1757.68,443.358,2.09439,0,0,0.866024,0.500002,300,255,1), - (73567,1731,0,-5594.91,-1894.3,398.391,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (73568,1731,0,-5828.94,-67.125,366.152,2.58309,0,0,0.961262,0.275636,300,255,1), - (73569,1731,0,-5462.9,-321.323,361.567,2.79253,0,0,0.984808,0.173647,300,255,1), - (73570,1731,0,-5082.65,-153.88,442.593,0,0,0,0,1,300,255,1), - (73571,1731,0,-5281.5,-78.8783,402.053,-2.63545,0,0,-0.968148,0.250379,300,255,1), - (73572,1731,0,-5319.51,-744.61,392.283,1.79769,0,0,0.782608,0.622514,300,255,1), - (73573,1731,0,-5000.76,-291.451,445.826,-0.890118,0,0,-0.430511,0.902585,300,255,1), - (73574,1731,0,-4974.16,-233.916,415.163,-2.53073,0,0,-0.953717,0.300705,300,255,1), - (73575,1731,0,-5567.07,-1799.28,360.231,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (73576,1731,0,-5419.91,-131.974,349.558,1.06465,0,0,0.507538,0.861629,300,255,1), - (73577,1731,0,-5684.73,-1663.59,360.849,2.47837,0,0,0.945519,0.325567,300,255,1), - (73578,1731,0,-5546.48,-1776.41,345.431,2.93214,0,0,0.994521,0.104535,300,255,1), - (73579,1731,0,-5357.22,-421.696,397.762,-1.93732,0,0,-0.824126,0.566406,300,255,1), - (73580,1731,0,-5776.53,-2050.67,403.284,2.68781,0,0,0.97437,0.22495,300,255,1), - (73581,1731,0,-5879.19,-1522.75,380.578,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (73582,1731,0,-5821.6,-1922.89,413.296,0.383971,0,0,0.190808,0.981627,300,255,1), - (73583,1731,0,-5770.21,-2184.04,410.181,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (73584,1731,0,-5605.74,-1713.77,360.251,2.75761,0,0,0.981626,0.190814,300,255,1), - (73585,1731,0,-5051.87,-585.697,426.163,0,0,0,0,1,300,255,1), - (73586,1731,0,-5757,-1705.79,369.181,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (73587,1731,0,-6113.85,-155.679,438.348,0.453785,0,0,0.224951,0.97437,300,255,1), - (73588,1731,0,-5727.6,-1662.49,363.751,1.48353,0,0,0.67559,0.737277,300,255,1), - (73589,1733,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,255,1), - (73590,1734,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,255,1), - (73591,1732,0,-13258.2,-211.438,35.7719,2.1293,0,0,0.874619,0.48481,300,255,1), - (73592,1735,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,255,1), - (73593,2040,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,255,1), - (73594,1733,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,255,1), - (73595,1734,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,255,1), - (73596,1732,0,-13734.4,588.942,28.3662,0.366518,0,0,0.182235,0.983255,300,255,1), - (73597,1735,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (73598,2040,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (73599,1733,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (73600,1731,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (73601,1732,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (73602,1735,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (73603,1733,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (73604,1734,0,-11045.7,-299.893,16.2588,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (73605,1731,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,255,1), - (73606,1732,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,255,1), - (73607,1735,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,255,1), - (73608,1733,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,255,1), - (73609,1734,0,-10174.9,-700.101,44.6107,2.96704,0,0,0.996194,0.0871655,300,255,1), - (73610,1731,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,255,1), - (73611,1732,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,255,1), - (73612,1735,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,255,1), - (73613,1733,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,255,1), - (73614,1734,0,-10436,-1012,48.816,-3,0,0,-0.997495,0.0707372,300,255,1), - (73615,1731,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,255,1), - (73616,1732,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,255,1), - (73617,1735,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,255,1), - (73618,1733,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,255,1), - (73619,1734,0,-11125.1,-774.882,59.6363,1.48353,0,0,0.67559,0.737277,300,255,1), - (73620,1731,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,255,1), - (73621,1732,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,255,1), - (73622,1735,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,255,1), - (73623,1733,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,255,1), - (73624,1734,0,-10974,73.907,39.412,-1,0,0,-0.479426,0.877583,300,255,1), - (73625,1731,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,255,1), - (73626,1732,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,255,1), - (73627,1735,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,255,1), - (73628,1733,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,255,1), - (73629,1734,0,-11102,-256,34.241,-1,0,0,-0.479426,0.877583,300,255,1), - (73630,1731,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,255,1), - (73631,1732,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,255,1), - (73632,1735,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,255,1), - (73633,1733,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,255,1), - (73634,1734,0,-10519.2,677.127,15.6122,2.58308,0,0,0.961261,0.275641,300,255,1), - (73635,1731,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,255,1), - (73636,1732,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,255,1), - (73637,1735,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,255,1), - (73638,1733,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,255,1), - (73639,1734,0,-10717,-587,64.392,2.897,0,0,0.992531,0.121992,300,255,1), - (73640,1731,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,255,1), - (73641,1732,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,255,1), - (73642,1735,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,255,1), - (73643,1733,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,255,1), - (73644,1734,0,-11101,-254,33.215,2.566,0,0,0.958872,0.28384,300,255,1), - (73645,1731,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,255,1), - (73646,1732,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,255,1), - (73647,1735,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,255,1), - (73648,1733,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,255,1), - (73649,1734,0,-10449.9,-1020.57,53.7499,1.50098,0,0,0.681997,0.731355,300,255,1), - (73650,1731,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,255,1), - (73651,1732,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,255,1), - (73652,1735,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,255,1), - (73653,1733,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,255,1), - (73654,1734,0,-11080,-1109,44.755,-2,0,0,-0.841471,0.540302,300,255,1), - (73655,1731,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,255,1), - (73656,1732,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,255,1), - (73657,1735,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,255,1), - (73658,1733,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,255,1), - (73659,1734,0,-10486.4,-770.31,62.5892,1.09956,0,0,0.5225,0.852639,300,255,1), - (73660,1731,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,255,1), - (73661,1732,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,255,1), - (73662,1735,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,255,1), - (73663,1733,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,255,1), - (73664,1734,0,-10415,-1255,52.485,-3,0,0,-0.997495,0.0707372,300,255,1), - (73665,1731,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,255,1), - (73666,1732,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,255,1), - (73667,1735,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,255,1), - (73668,1733,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,255,1), - (73669,1734,0,-11010,-990,68.9247,-1,0,0,-0.479426,0.877583,300,255,1), - (73670,1731,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,255,1), - (73671,144131,0,-8876.98,652.007,95.9927,-1.213,0,0,-0.569997,0.821647,900,100,1), - (73672,1735,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,255,1), - (73673,1733,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,255,1), - (73674,1734,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,255,1), - (73675,1731,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,255,1), - (73676,1732,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,255,1), - (73677,1735,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,255,1), - (73678,1733,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,255,1), - (73679,1734,0,-10233.3,-1358.39,83.4799,2.30383,0,0,0.913544,0.406739,300,255,1), - (73680,1731,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73681,1732,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73682,1735,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73683,1733,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73684,1734,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73685,1731,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,255,1), - (73686,1732,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,255,1), - (73687,1735,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,255,1), - (73688,1733,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,255,1), - (73689,1734,0,-11137.5,-904.159,66.684,2.1293,0,0,0.874619,0.48481,300,255,1), - (73690,1731,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,255,1), - (73691,1732,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,255,1), - (73692,1735,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,255,1), - (73693,1733,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,255,1), - (73694,1734,0,-11158.4,-925.164,85.8275,1.53589,0,0,0.694658,0.71934,300,255,1), - (73695,1731,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (73696,1732,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (73697,1735,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (73698,1733,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (73699,1734,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (73700,1731,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (73701,1732,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (73702,1735,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (73703,1733,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (73704,1734,0,-11210.8,-846.305,78.2837,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (73705,1731,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,255,1), - (73706,1732,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,255,1), - (73707,1735,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,255,1), - (73708,1733,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,255,1), - (73709,1734,0,-11235.4,-875.842,85.4821,2.67035,0,0,0.972369,0.233447,300,255,1), - (73710,1731,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (73711,1732,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (73712,1735,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (73713,1733,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (73714,1734,0,-11087.5,12.5553,44.3524,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (73715,1731,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (73716,1732,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (73717,1735,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (73718,1733,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (73719,1734,0,-10600.2,-1486.5,94.3496,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (73720,1731,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,255,1), - (73721,1732,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,255,1), - (73722,1735,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,255,1), - (73723,1733,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,255,1), - (73724,1734,0,-10848.7,-1375.08,63.6493,-2.60054,0,0,-0.96363,0.267239,300,255,1), - (73725,1731,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (73726,1732,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (73727,1735,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (73728,1733,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (73729,1734,0,-11044.9,-53.2851,18.2922,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (73730,1731,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (73731,1732,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (73732,1735,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (73733,1733,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (73734,1734,0,-11100,-195.819,28.6323,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (73735,1731,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (73736,1732,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (73737,1735,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (73738,1733,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (73739,1734,0,-10436.5,-780.711,58.56,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (73740,1731,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73741,1732,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73742,1735,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73743,1733,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73744,1734,0,-10290.9,-137.715,41.327,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (73745,1731,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (73746,1732,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (73747,1735,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (73748,1733,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (73749,1734,0,-10395.6,-748.918,72.097,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (73750,1731,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,255,1), - (73751,1732,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,255,1), - (73752,1735,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,255,1), - (73753,1733,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,255,1), - (73754,1734,0,-10481.8,41.4525,42.5627,1.98968,0,0,0.838672,0.544637,300,255,1), - (73755,1731,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,255,1), - (73756,1732,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,255,1), - (73757,1735,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,255,1), - (73758,1733,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,255,1), - (73759,1734,0,-11129.1,-1153.68,45.1154,1.0821,0,0,0.515036,0.857168,300,255,1), - (73760,1731,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,255,1), - (73761,1732,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,255,1), - (73762,1735,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,255,1), - (73763,1733,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,255,1), - (73764,1734,0,-10513.9,-74.5481,45.2932,3.07178,0,0,0.999391,0.0348993,300,255,1), - (73765,1731,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (73766,1732,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (73767,1735,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (73768,1733,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (73769,1734,0,-10643.7,-985.37,68.1491,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (73770,1731,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,255,1), - (73771,1732,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,255,1), - (73772,1735,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,255,1), - (73773,1733,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,255,1), - (73774,1734,0,-11160.1,290.516,41.1961,2.00713,0,0,0.843392,0.537299,300,255,1), - (73775,1731,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (73776,1732,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (73777,1735,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (73778,1733,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (73779,1734,0,-11125,-253.782,45.8497,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (73780,1731,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (73781,1732,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (73782,1735,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (73783,1733,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (73784,1734,0,-11137.5,-843.614,76.8614,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (73785,1731,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,255,1), - (73786,1732,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,255,1), - (73787,1735,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,255,1), - (73788,1733,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,255,1), - (73789,1734,0,-10638.4,-1390.38,60.8947,2.05949,0,0,0.857168,0.515037,300,255,1), - (73790,1731,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (73791,1732,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (73792,1735,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (73793,1733,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (73794,1734,0,-10415.6,-1253.79,52.5802,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (73795,1731,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,255,1), - (73796,1732,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,255,1), - (73797,1735,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,255,1), - (73798,1733,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,255,1), - (73799,1734,0,-11050,-1033.27,72.4054,0.244346,0,0,0.121869,0.992546,300,255,1), - (73800,1731,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,255,1), - (73801,1732,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,255,1), - (73802,1735,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,255,1), - (73803,1733,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,255,1), - (73804,1734,0,-10359,-790.396,61.1401,2.32129,0,0,0.91706,0.398748,300,255,1), - (73805,1731,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,255,1), - (73806,1732,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,255,1), - (73807,1735,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,255,1), - (73808,1733,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,255,1), - (73809,1734,0,-10483.2,-999.957,47.3942,0.331613,0,0,0.165048,0.986286,300,255,1), - (73810,1731,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (73811,1732,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (73812,1735,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (73813,1733,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (73814,1734,0,-11014.4,-1079.73,51.1815,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (73815,1731,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (73816,1732,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (73817,1735,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (73818,1733,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (73819,1734,0,-10341.1,83.216,36.8964,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (73820,1731,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,255,1), - (73821,1732,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,255,1), - (73822,1735,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,255,1), - (73823,1733,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,255,1), - (73824,1734,0,-10726.6,-965.106,70.1185,1.67552,0,0,0.743146,0.669129,300,255,1), - (73825,1731,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (73826,1732,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (73827,1735,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (73828,1733,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (73829,1734,0,-11039.1,-420.595,36.0661,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (73830,1731,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (73831,1732,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (73832,1735,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (73833,1733,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (73834,1734,0,-10467.1,-948.977,49.8306,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (73835,1731,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (73836,1732,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (73837,1735,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (73838,1733,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (73839,1734,0,-11105.8,-1170.61,42.2928,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (73840,1731,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (73841,1732,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (73842,1735,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (73843,1733,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (73844,1734,0,-10854.2,-533.286,39.3664,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (73845,1731,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (73846,1732,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (73847,1735,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (73848,1733,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (73849,1734,0,-10557.2,-760.492,60.5833,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (73850,1731,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,255,1), - (73851,1732,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,255,1), - (73852,1735,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,255,1), - (73853,1733,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,255,1), - (73854,1734,0,-10395.8,113.076,34.8874,1.81514,0,0,0.78801,0.615662,300,255,1), - (73855,1731,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,255,1), - (73856,1732,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,255,1), - (73857,1735,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,255,1), - (73858,1733,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,255,1), - (73859,1734,0,-10329.5,134.72,35.5812,2.54818,0,0,0.956305,0.292372,300,255,1), - (73860,1731,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (73861,1732,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (73862,1735,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (73863,1733,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (73864,1734,0,-10800.4,-424.663,59.9856,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (73865,1731,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (73866,1732,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (73867,1735,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (73868,1733,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (73869,1734,0,-10633.3,-1458.44,91.035,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (73870,1731,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,255,1), - (73871,1732,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,255,1), - (73872,1735,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,255,1), - (73873,1733,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,255,1), - (73874,1734,0,-11104.1,-1087.41,63.1955,0,0,0,0,1,300,255,1), - (73875,1731,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,255,1), - (73876,1732,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,255,1), - (73877,1735,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,255,1), - (73878,1733,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,255,1), - (73879,1734,0,-11114.4,-1016.67,80.772,0,0,0,0,1,300,255,1), - (73880,1731,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,255,1), - (73881,1732,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,255,1), - (73882,1735,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,255,1), - (73883,1733,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,255,1), - (73884,1734,0,-10122.7,-342.507,51.9179,0,0,0,0,1,300,255,1), - (73885,1731,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,255,1), - (73886,1732,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,255,1), - (73887,1735,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,255,1), - (73888,1733,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,255,1), - (73889,1734,0,-11155.2,-1167.31,87.6797,0,0,0,0,1,300,255,1), - (73890,1731,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,255,1), - (73891,1732,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,255,1), - (73892,1735,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,255,1), - (73893,1733,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,255,1), - (73894,1734,0,-11180.8,-135.495,80.4793,0,0,0,0,1,300,255,1), - (73895,1731,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (73896,1732,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (73897,1735,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (73898,1733,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (73899,1734,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (73900,1731,0,-10677,-912.576,63.6344,0,0,0,0,1,300,255,1), - (73901,1732,0,-10677,-912.576,63.6344,0,0,0,0,1,300,255,1), - (73902,1735,0,-10677,-912.576,63.6344,0,0,0,0,1,300,255,1), - (73903,1733,0,-10677,-912.576,63.6344,0,0,0,0,1,300,255,1), - (73904,1734,0,-10677,-912.576,63.6344,0,0,0,0,1,300,255,1), - (73905,1731,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,255,1), - (73906,1732,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,255,1), - (73907,1735,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,255,1), - (73908,1733,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,255,1), - (73909,1734,0,-11221.5,-886.7,107.681,0,0,0,0,1,300,255,1), - (73910,1731,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,255,1), - (73911,1732,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,255,1), - (73912,1735,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,255,1), - (73913,1733,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,255,1), - (73914,1734,0,-11181.6,-153.58,83.9906,0,0,0,0,1,300,255,1), - (73915,1731,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,255,1), - (73916,1732,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,255,1), - (73917,1735,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,255,1), - (73918,1733,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,255,1), - (73919,1734,0,-11001.5,8.73486,30.7184,-0.907571,0,0,-0.438371,0.898794,300,255,1), - (73920,1731,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,255,1), - (73921,1732,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,255,1), - (73922,1735,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,255,1), - (73923,1733,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,255,1), - (73924,1734,0,-11234.2,-878.234,109.259,0,0,0,0,1,300,255,1), - (73925,1731,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,255,1), - (73926,1732,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,255,1), - (73927,1735,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,255,1), - (73928,1733,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,255,1), - (73929,1734,0,-10121.2,-553.419,72.1722,0,0,0,0,1,300,255,1), - (73930,1731,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,255,1), - (73931,1732,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,255,1), - (73932,1735,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,255,1), - (73933,1733,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,255,1), - (73934,1734,0,-11095.2,-72.7349,14.6408,0,0,0,0,1,300,255,1), - (73935,1731,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,255,1), - (73936,1732,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,255,1), - (73937,1735,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,255,1), - (73938,1733,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,255,1), - (73939,1734,0,-11093.4,-30.2541,28.7652,0,0,0,0,1,300,255,1), - (73940,1731,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,255,1), - (73941,1732,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,255,1), - (73942,1735,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,255,1), - (73943,1733,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,255,1), - (73944,1734,0,-11099.1,-1155.55,42.4416,0.331611,0,0,0.165047,0.986286,300,255,1), - (73945,1731,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (73946,1732,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (73947,1735,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (73948,1733,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (73949,1734,0,-11212.6,-174.63,4.63508,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (73950,1731,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (73951,1732,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (73952,1735,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (73953,1733,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (73954,1734,0,-10714.9,-1436.62,63.2028,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (73955,1731,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (73956,1732,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (73957,1735,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (73958,1733,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (73959,1734,0,-11178.4,-153.236,6.88822,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (73960,1731,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (73961,1732,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (73962,1735,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (73963,1733,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (73964,1734,0,-10699.3,-187.865,39.9624,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (73965,1731,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,255,1), - (73966,1732,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,255,1), - (73967,1735,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,255,1), - (73968,1733,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,255,1), - (73969,1734,0,-10856.6,-1283.99,62.4551,0.296705,0,0,0.147809,0.989016,300,255,1), - (73970,1731,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,255,1), - (73971,1732,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,255,1), - (73972,1735,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,255,1), - (73973,1733,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,255,1), - (73974,1734,0,-10088,-450.424,65.3588,2.28638,0,0,0.909961,0.414694,300,255,1), - (73975,1731,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284016,300,255,1), - (73976,1732,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284017,300,255,1), - (73977,1735,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284017,300,255,1), - (73978,1733,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284017,300,255,1), - (73979,1734,0,-10966.5,-183.177,17.1386,2.56563,0,0,0.958819,0.284017,300,255,1), - (73980,1731,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (73981,1732,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (73982,1735,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (73983,1733,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (73984,1734,0,-11118.3,-578.917,46.1832,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (73985,1731,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (73986,1732,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (73987,1735,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (73988,1733,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (73989,1734,0,-11072.4,-1385.5,72.7384,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (73990,1731,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (73991,1732,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (73992,1735,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (73993,1733,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (73994,1734,0,-11062.5,-729.195,59.6658,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (73995,1731,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (73996,1732,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (73997,1735,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (73998,1733,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (73999,1734,0,-10160.4,-288.859,47.7796,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (74000,1731,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (74001,1732,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (74002,1735,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (74003,1733,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (74004,1734,0,-11166.5,154.265,35.092,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (74005,1731,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74006,1732,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74007,1735,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74008,1733,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74009,1734,0,-10575.1,-1008.32,55.5346,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74010,1731,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (74011,1732,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (74012,1735,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (74013,1733,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (74014,1734,0,-10766.7,-1437.56,71.3134,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (74015,1731,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (74016,1732,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (74017,1735,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (74018,1733,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (74019,1734,0,-11109.5,63.564,41.8177,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (74020,1731,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,255,1), - (74021,1732,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,255,1), - (74022,1735,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,255,1), - (74023,1733,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,255,1), - (74024,1734,0,-11154.1,116.377,39.0482,2.51327,0,0,0.951056,0.309019,300,255,1), - (74025,1731,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74026,1732,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74027,1735,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74028,1733,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74029,1734,0,-11029.2,-1266.67,53.8279,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74030,1731,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74031,1732,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74032,1735,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74033,1733,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74034,1734,0,-11101.3,-74.5433,14.5994,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74035,1731,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,255,1), - (74036,1732,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,255,1), - (74037,1735,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,255,1), - (74038,1733,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,255,1), - (74039,1734,0,-11091.6,-257.724,32.2351,2.56563,0,0,0.958819,0.284017,300,255,1), - (74040,1731,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74041,1732,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74042,1735,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74043,1733,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74044,1734,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74045,1731,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74046,1732,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74047,1735,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74048,1733,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74049,1734,0,-11099.4,-696.347,54.7799,1.58825,0,0,0.713251,0.700909,300,255,1), - (74050,1731,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (74051,1732,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (74052,1735,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (74053,1733,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (74054,1734,0,-10662.4,-894.27,58.8167,0.994837,0,0,0.477158,0.878817,300,255,1), - (74055,1731,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74056,1732,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74057,1735,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74058,1733,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74059,1734,0,-10563.4,-1486.63,95.4168,0.034906,0,0,0.0174521,0.999848,300,255,1), - (74060,1731,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74061,1732,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74062,1735,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74063,1733,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74064,1734,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74065,1731,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (74066,1732,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (74067,1735,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (74068,1733,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (74069,1734,0,-10237.8,-1291.58,46.9721,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (74070,1731,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,255,1), - (74071,1732,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,255,1), - (74072,1735,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,255,1), - (74073,1733,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,255,1), - (74074,1734,0,-10678.7,-908.818,68.4815,2.65289,0,0,0.970294,0.241927,300,255,1), - (74075,1731,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74076,1732,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74077,1735,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74078,1733,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74079,1734,0,-11183.7,-135.158,8.11372,2.09439,0,0,0.866024,0.500002,300,255,1), - (74080,1731,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (74081,1732,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (74082,1735,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (74083,1733,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (74084,1734,0,-11123.5,-1165.56,44.413,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (74085,1731,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74086,1732,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74087,1735,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74088,1733,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74089,1734,0,-10559.6,-724.451,76.4627,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74090,1731,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (74091,1732,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (74092,1735,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (74093,1733,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (74094,1734,0,-11137.7,-1174.23,43.9495,2.47837,0,0,0.945519,0.325567,300,255,1), - (74095,1731,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (74096,1732,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (74097,1735,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (74098,1733,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (74099,1734,0,-10301.6,-1467.02,90.2184,-0.366518,0,0,-0.182235,0.983255,300,255,1), - (74100,1731,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,255,1), - (74101,1732,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,255,1), - (74102,1735,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,255,1), - (74103,1733,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,255,1), - (74104,1734,0,-11016.6,-1180.58,46.4404,2.93214,0,0,0.994521,0.104535,300,255,1), - (74105,1731,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,255,1), - (74106,1732,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,255,1), - (74107,1735,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,255,1), - (74108,1733,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,255,1), - (74109,1734,0,-11162.2,-182.4,12.8593,1.48353,0,0,0.67559,0.737277,300,255,1), - (74110,1731,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,255,1), - (74111,1732,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,255,1), - (74112,1735,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,255,1), - (74113,1733,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,255,1), - (74114,1734,0,-11137.3,-166.128,11.467,2.96704,0,0,0.996194,0.0871655,300,255,1), - (74115,1731,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,255,1), - (74116,1732,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,255,1), - (74117,1735,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,255,1), - (74118,1733,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,255,1), - (74119,1734,0,-11099.9,-159.898,13.3211,2.14675,0,0,0.878816,0.477161,300,255,1), - (74120,1731,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,255,1), - (74121,1732,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,255,1), - (74122,1735,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,255,1), - (74123,1733,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,255,1), - (74124,1734,0,-11096.3,-135.736,39.7418,1.46608,0,0,0.669132,0.743144,300,255,1), - (74125,1731,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74126,1732,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74127,1735,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74128,1733,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74129,1734,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74130,1731,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74131,1732,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74132,1735,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74133,1733,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74134,1734,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74135,1731,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74136,1732,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74137,1735,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74138,1733,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74139,1734,0,-10997.8,-542.823,34.96,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (74140,1731,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74141,1732,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74142,1735,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74143,1733,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74144,1734,0,-11092.8,-1157.22,55.1905,1.09956,0,0,0.5225,0.852639,300,255,1), - (74145,1731,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,255,1), - (74146,1732,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,255,1), - (74147,1735,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,255,1), - (74148,1733,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,255,1), - (74149,1734,0,-10716.4,-587.625,64.6095,2.89724,0,0,0.992546,0.121873,300,255,1), - (74150,1731,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (74151,1732,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (74152,1735,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (74153,1733,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (74154,1734,0,-11080.6,-1109.6,45.5113,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (74155,1731,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (74156,1732,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (74157,1735,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (74158,1733,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (74159,1734,0,-10446.1,-1312.74,63.4724,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (74160,1731,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,255,1), - (74161,1732,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,255,1), - (74162,1735,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,255,1), - (74163,1733,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,255,1), - (74164,1734,0,-11246,-173.352,5.11785,0.383971,0,0,0.190808,0.981627,300,255,1), - (74165,1731,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74166,1732,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74167,1735,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74168,1733,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74169,1734,0,-10936.2,-129.304,29.9737,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (74170,1731,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (74171,1732,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (74172,1735,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (74173,1733,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (74174,1734,0,-11228.9,-194.435,6.59889,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (74175,1731,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,255,1), - (74176,1732,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,255,1), - (74177,1735,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,255,1), - (74178,1733,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,255,1), - (74179,1734,0,-10362.5,-1404.4,81.8085,1.22173,0,0,0.573576,0.819152,300,255,1), - (74180,1731,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (74181,1732,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (74182,1735,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (74183,1733,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (74184,1734,0,-11221.6,-146.11,10.6937,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (74185,1731,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (74186,1732,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (74187,1735,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (74188,1733,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (74189,1734,0,-10729.1,-783.827,49.1737,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (74190,1731,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74191,1732,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74192,1735,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74193,1733,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74194,1734,0,-11085.5,-1327.1,61.2213,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74195,1734,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74196,1732,0,-12374.3,-1146.68,3.52509,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74197,1735,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,255,1), - (74198,2040,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,255,1), - (74199,1733,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,255,1), - (74200,1735,0,-79.3546,21.6975,95.3539,1.71042,0,0,0.754709,0.65606,300,255,1), - (74201,1734,0,-79.3546,21.6975,95.3539,1.71042,0,0,0.754709,0.65606,300,255,1), - (74202,1733,0,-79.3546,21.6975,95.3539,1.71042,0,0,0.754709,0.65606,300,255,1), - (74203,1735,0,-158,-37,148.049,1.666,0,0,0.739953,0.672659,300,255,1), - (74204,1734,0,-158,-37,148.049,1.666,0,0,0.739953,0.672659,300,255,1), - (74205,1733,0,-158,-37,148.049,1.666,0,0,0.739953,0.672659,300,255,1), - (74206,1735,0,-23,-47,115.268,5.279,0,0,0.481261,-0.876577,300,255,1), - (74207,1734,0,-23,-47,115.268,5.279,0,0,0.481261,-0.876577,300,255,1), - (74208,1733,0,-23,-47,115.268,5.279,0,0,0.481261,-0.876577,300,255,1), - (74209,1735,0,-122,-219,136.559,5.662,0,0,0.305623,-0.952153,300,255,1), - (74210,1734,0,-122,-219,136.559,5.662,0,0,0.305623,-0.952153,300,255,1), - (74211,1733,0,-122,-219,136.559,5.662,0,0,0.305623,-0.952153,300,255,1), - (74212,1735,0,311.091,-518,168.537,1.544,0,0,0.69757,0.716517,300,255,1), - (74213,1734,0,311.091,-518,168.537,1.544,0,0,0.69757,0.716517,300,255,1), - (74214,1733,0,311.091,-518,168.537,1.544,0,0,0.69757,0.716517,300,255,1), - (74215,1735,0,-128,-15,147.529,0.397,0,0,0.197199,0.980363,300,255,1), - (74216,1734,0,-128,-15,147.529,0.397,0,0,0.197199,0.980363,300,255,1), - (74217,1733,0,-128,-15,147.529,0.397,0,0,0.197199,0.980363,300,255,1), - (74218,1735,0,-94,-13,141.057,5.976,0,0,0.15299,-0.988228,300,255,1), - (74219,1734,0,-94,-13,141.057,5.976,0,0,0.15299,-0.988228,300,255,1), - (74220,1733,0,-94,-13,141.057,5.976,0,0,0.15299,-0.988228,300,255,1), - (74221,1735,0,118.228,-334,150.244,2.365,0,0,0.925555,0.378612,300,255,1), - (74222,1734,0,118.228,-334,150.244,2.365,0,0,0.925555,0.378612,300,255,1), - (74223,1733,0,118.228,-334,150.244,2.365,0,0,0.925555,0.378612,300,255,1), - (74224,1735,0,-158,-74,147.462,1.666,0,0,0.739953,0.672659,300,255,1), - (74225,1734,0,-158,-74,147.462,1.666,0,0,0.739953,0.672659,300,255,1), - (74226,1733,0,-158,-74,147.462,1.666,0,0,0.739953,0.672659,300,255,1), - (74227,1735,0,-152,-259,148.008,1.749,0,0,0.767223,0.641381,300,255,1), - (74228,1734,0,-152,-259,148.008,1.749,0,0,0.767223,0.641381,300,255,1), - (74229,1733,0,-152,-259,148.008,1.749,0,0,0.767223,0.641381,300,255,1), - (74230,1735,0,264.628,-460,163.429,2.748,0,0,0.980698,0.195529,300,255,1), - (74231,1734,0,264.628,-460,163.429,2.748,0,0,0.980698,0.195529,300,255,1), - (74232,1733,0,264.628,-460,163.429,2.748,0,0,0.980698,0.195529,300,255,1), - (74233,1735,0,162.431,-369,163.296,2.365,0,0,0.925555,0.378612,300,255,1), - (74234,1734,0,162.431,-369,163.296,2.365,0,0,0.925555,0.378612,300,255,1), - (74235,1733,0,162.431,-369,163.296,2.365,0,0,0.925555,0.378612,300,255,1), - (74236,1735,0,269.967,-268,146.339,5.686,0,0,0.294175,-0.955751,300,255,1), - (74237,1734,0,269.967,-268,146.339,5.686,0,0,0.294175,-0.955751,300,255,1), - (74238,1733,0,269.967,-268,146.339,5.686,0,0,0.294175,-0.955751,300,255,1), - (74239,1735,0,300.279,-501,179.696,2.003,0,0,0.842281,0.539039,300,255,1), - (74240,1734,0,300.279,-501,179.696,2.003,0,0,0.842281,0.539039,300,255,1), - (74241,1733,0,300.279,-501,179.696,2.003,0,0,0.842281,0.539039,300,255,1), - (74242,1735,0,-137,-237,141.206,0.911,0,0,0.439911,0.898041,300,255,1), - (74243,1734,0,-137,-237,141.206,0.911,0,0,0.439911,0.898041,300,255,1), - (74244,1733,0,-137,-237,141.206,0.911,0,0,0.439911,0.898041,300,255,1), - (74245,1735,0,245.524,-270,145.196,3.216,0,0,0.999308,-0.0371951,300,255,1), - (74246,1734,0,245.524,-270,145.196,3.216,0,0,0.999308,-0.0371951,300,255,1), - (74247,1733,0,245.524,-270,145.196,3.216,0,0,0.999308,-0.0371951,300,255,1), - (74248,1735,0,-254.604,379.709,121.872,-0.05236,0,0,-0.026177,0.999657,300,255,1), - (74249,1734,0,-254.604,379.709,121.872,-0.05236,0,0,-0.026177,0.999657,300,255,1), - (74250,1733,0,-254.604,379.709,121.872,-0.05236,0,0,-0.026177,0.999657,300,255,1), - (74251,1735,0,271.415,-259.615,148.774,2.1293,0,0,0.874619,0.48481,300,255,1), - (74252,1734,0,271.415,-259.615,148.774,2.1293,0,0,0.874619,0.48481,300,255,1), - (74253,1733,0,271.415,-259.615,148.774,2.1293,0,0,0.874619,0.48481,300,255,1), - (74254,1735,0,-19.4989,-33.674,106.887,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (74255,1734,0,-19.4989,-33.674,106.887,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (74256,1733,0,-19.4989,-33.674,106.887,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (74257,1735,0,141.451,-364.934,168.432,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (74258,1734,0,141.451,-364.934,168.432,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (74259,1733,0,141.451,-364.934,168.432,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (74260,1735,0,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,300,255,1), - (74261,1734,0,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,300,255,1), - (74262,1733,0,230.008,-255.811,147.595,0.314159,0,0,0.156434,0.987688,300,255,1), - (74263,1732,1,-825,-1975,98.221,0.522,0,0,0.258047,0.966132,300,255,1), - (74265,1733,1,-825,-1975,98.221,0.522,0,0,0.258047,0.966132,300,255,1), - (74266,1735,0,62.018,-88,115.28,6.114,0,0,0.0844919,-0.996424,300,255,1), - (74267,1734,0,62.018,-88,115.28,6.114,0,0,0.0844919,-0.996424,300,255,1), - (74268,1733,0,62.018,-88,115.28,6.114,0,0,0.0844919,-0.996424,300,255,1), - (74269,1735,0,-32,-247,145.94,4.068,0,0,0.894626,-0.446816,300,255,1), - (74270,1734,0,-32,-247,145.94,4.068,0,0,0.894626,-0.446816,300,255,1), - (74271,1733,0,-32,-247,145.94,4.068,0,0,0.894626,-0.446816,300,255,1), - (74272,1735,0,-31.1745,-221.648,138.074,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (74273,1734,0,-31.1745,-221.648,138.074,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (74274,1733,0,-31.1745,-221.648,138.074,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (74275,1735,0,75.6466,-78.375,114.581,2.02458,0,0,0.848048,0.52992,300,255,1), - (74276,1734,0,75.6466,-78.375,114.581,2.02458,0,0,0.848048,0.52992,300,255,1), - (74277,1733,0,75.6466,-78.375,114.581,2.02458,0,0,0.848048,0.52992,300,255,1), - (74278,1735,0,12.0793,-148.168,130.97,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (74279,1734,0,12.0793,-148.168,130.97,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (74280,1733,0,12.0793,-148.168,130.97,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (74281,1735,0,224.513,-1487.89,64.2197,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74282,1734,0,224.513,-1487.89,64.2197,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74283,1733,0,224.513,-1487.89,64.2197,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (74284,1735,0,-185.258,375.062,116.572,1.02974,0,0,0.492422,0.870357,300,255,1), - (74285,1734,0,-185.258,375.062,116.572,1.02974,0,0,0.492422,0.870357,300,255,1), - (74286,1733,0,-185.258,375.062,116.572,1.02974,0,0,0.492422,0.870357,300,255,1), - (74287,1735,0,-161.117,398.667,105.474,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (74288,1734,0,-161.117,398.667,105.474,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (74289,1733,0,-161.117,398.667,105.474,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (74290,1735,0,522.532,427.6,19.4784,1.0472,0,0,0.500001,0.866025,300,255,1), - (74291,1734,0,522.532,427.6,19.4784,1.0472,0,0,0.500001,0.866025,300,255,1), - (74292,1733,0,522.532,427.6,19.4784,1.0472,0,0,0.500001,0.866025,300,255,1), - (74293,1735,0,-71.7572,-460.453,102.154,0.698131,0,0,0.34202,0.939693,300,255,1), - (74294,1734,0,-71.7572,-460.453,102.154,0.698131,0,0,0.34202,0.939693,300,255,1), - (74295,1733,0,-71.7572,-460.453,102.154,0.698131,0,0,0.34202,0.939693,300,255,1), - (74296,1734,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,255,1), - (74297,1732,0,-14089.4,-102.481,6.93426,1.20428,0,0,0.566407,0.824125,300,255,1), - (74298,1735,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,255,1), - (74299,2040,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,255,1), - (74300,2040,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,255,1), - (74301,324,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,255,1), - (74302,175404,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,255,1), - (74303,1734,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,255,1), - (74304,2047,0,2528.2,-4356,67.028,3.016,0,0,0.998029,0.062755,300,255,1), - (74305,2040,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,255,1), - (74306,324,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,255,1), - (74307,175404,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,255,1), - (74308,1734,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,255,1), - (74309,2047,0,2669.38,-4230,86.882,2.375,0,0,0.927437,0.37398,300,255,1), - (74310,2040,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,255,1), - (74311,324,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,255,1), - (74312,175404,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,255,1), - (74313,1734,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,255,1), - (74314,2047,0,1960.68,-4019,111.555,3.302,0,0,0.996785,-0.0801177,300,255,1), - (74315,2040,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,255,1), - (74316,324,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,255,1), - (74317,175404,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,255,1), - (74318,1734,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,255,1), - (74319,2047,0,1630.23,-3793,142.25,4.429,0,0,0.799878,-0.600162,300,255,1), - (74320,2040,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,255,1), - (74321,324,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,255,1), - (74322,175404,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,255,1), - (74323,1734,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,255,1), - (74324,2047,0,1647.41,-3962,139.644,4.665,0,0,0.723661,-0.690155,300,255,1), - (74325,2040,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,255,1), - (74326,324,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,255,1), - (74327,175404,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,255,1), - (74328,1734,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,255,1), - (74329,2047,0,3248.44,-4890,200.574,2.815,0,0,0.986697,0.162572,300,255,1), - (74330,2040,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,255,1), - (74331,324,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,255,1), - (74332,175404,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,255,1), - (74333,1734,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,255,1), - (74334,2047,0,2083.02,-3614,141.91,4.762,0,0,0.689351,-0.724428,300,255,1), - (74335,2040,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,255,1), - (74336,324,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,255,1), - (74337,175404,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,255,1), - (74338,1734,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,255,1), - (74339,2047,0,2205.83,-5193,55.053,4.527,0,0,0.769522,-0.63862,300,255,1), - (74340,2040,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74341,324,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74342,175404,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74343,1734,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74344,2047,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74345,2040,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,255,1), - (74346,324,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,255,1), - (74347,175404,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,255,1), - (74348,1734,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,255,1), - (74349,2047,0,1943.6,-4212,85.716,0.028,0,0,0.0139995,0.999902,300,255,1), - (74350,2040,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,255,1), - (74351,324,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,255,1), - (74352,175404,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,255,1), - (74353,1734,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,255,1), - (74354,2047,0,3046.18,-4570,124.613,4.294,0,0,0.838537,-0.544845,300,255,1), - (74355,2040,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,255,1), - (74356,324,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,255,1), - (74357,175404,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,255,1), - (74358,1734,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,255,1), - (74359,2047,0,1711.56,-4170.16,118.338,2.33874,0,0,0.920505,0.390732,300,255,1), - (74360,2040,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,255,1), - (74361,324,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,255,1), - (74362,175404,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,255,1), - (74363,1734,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,255,1), - (74364,2047,0,1593.67,-3479,143.857,2.242,0,0,0.900536,0.434782,300,255,1), - (74365,2040,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,255,1), - (74366,324,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,255,1), - (74367,175404,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,255,1), - (74368,1734,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,255,1), - (74369,2047,0,2060.16,-4383,71.855,0.98,0,0,0.470626,0.882333,300,255,1), - (74370,2040,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,255,1), - (74371,324,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,255,1), - (74372,175404,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,255,1), - (74373,1734,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,255,1), - (74374,2047,0,2094.14,-3626,154.498,3.848,0,0,0.938269,-0.345906,300,255,1), - (74375,2040,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,255,1), - (74376,324,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,255,1), - (74377,175404,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,255,1), - (74378,1734,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,255,1), - (74379,2047,0,2159.68,-5137,54.815,0.722,0,0,0.35321,0.935544,300,255,1), - (74380,2040,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,255,1), - (74381,324,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,255,1), - (74382,175404,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,255,1), - (74383,1734,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,255,1), - (74384,2047,0,3027.08,-4531,116.217,5.947,0,0,0.167302,-0.985906,300,255,1), - (74385,2040,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,255,1), - (74386,324,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,255,1), - (74387,175404,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,255,1), - (74388,1734,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,255,1), - (74389,2047,0,1616.61,-3494,129.673,0.957,0,0,0.460448,0.887687,300,255,1), - (74390,2040,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,255,1), - (74391,324,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,255,1), - (74392,175404,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,255,1), - (74393,1734,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,255,1), - (74394,2047,0,2334.35,-5133,53.872,4.411,0,0,0.805247,-0.592939,300,255,1), - (74395,2040,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,255,1), - (74396,324,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,255,1), - (74397,175404,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,255,1), - (74398,1734,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,255,1), - (74399,2047,0,2531.15,-5100,87.635,0.122,0,0,0.0609622,0.99814,300,255,1), - (74400,2040,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,255,1), - (74401,324,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,255,1), - (74402,175404,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,255,1), - (74403,1734,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,255,1), - (74404,2047,0,2539.48,-5113,81.652,1.464,0,0,0.668359,0.743839,300,255,1), - (74405,2040,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,255,1), - (74406,324,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,255,1), - (74407,175404,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,255,1), - (74408,1734,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,255,1), - (74409,2047,0,2524.03,-5076,92.806,0.176,0,0,0.0878865,0.996131,300,255,1), - (74410,2040,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,255,1), - (74411,324,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,255,1), - (74412,175404,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,255,1), - (74413,1734,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,255,1), - (74414,2047,0,2054.49,-4325,13.221,2.73,0,0,0.978899,0.204347,300,255,1), - (74415,2040,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,255,1), - (74416,324,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,255,1), - (74417,175404,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,255,1), - (74418,1734,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,255,1), - (74419,2047,0,1946.64,-4270,83.735,4.627,0,0,0.736643,-0.676282,300,255,1), - (74420,2040,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,255,1), - (74421,324,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,255,1), - (74422,175404,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,255,1), - (74423,1734,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,255,1), - (74424,2047,0,1980.23,-4361,79.581,4.583,0,0,0.751341,-0.659914,300,255,1), - (74425,2040,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,255,1), - (74426,324,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,255,1), - (74427,175404,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,255,1), - (74428,1734,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,255,1), - (74429,2047,0,3063.69,-5007,100.441,4.727,0,0,0.701922,-0.712254,300,255,1), - (74430,2040,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,255,1), - (74431,324,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,255,1), - (74432,175404,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,255,1), - (74433,1734,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,255,1), - (74434,2047,0,3084.9,-4285,110.143,4.667,0,0,0.722971,-0.690879,300,255,1), - (74435,2040,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,255,1), - (74436,324,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,255,1), - (74437,175404,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,255,1), - (74438,1734,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,255,1), - (74439,2047,0,2066.22,-4357,14.418,0.118,0,0,0.0589658,0.99826,300,255,1), - (74440,2040,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,255,1), - (74441,324,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,255,1), - (74442,175404,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,255,1), - (74443,1734,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,255,1), - (74444,2047,0,2020.61,-4387,28.204,5.933,0,0,0.174199,-0.98471,300,255,1), - (74445,2040,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,255,1), - (74446,324,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,255,1), - (74447,175404,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,255,1), - (74448,1734,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,255,1), - (74449,2047,0,3229.56,-4845,187.63,4.705,0,0,0.709714,-0.70449,300,255,1), - (74450,2040,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74451,324,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74452,175404,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74453,1734,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74454,2047,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74455,2040,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,255,1), - (74456,324,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,255,1), - (74457,175404,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,255,1), - (74458,1734,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,255,1), - (74459,2047,0,2100.48,-5042,50.667,2.594,0,0,0.962751,0.270388,300,255,1), - (74460,2040,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,255,1), - (74461,324,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,255,1), - (74462,175404,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,255,1), - (74463,1734,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,255,1), - (74464,2047,0,2538.26,-4956,92.761,4.202,0,0,0.862704,-0.505709,300,255,1), - (74465,2040,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,255,1), - (74466,324,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,255,1), - (74467,175404,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,255,1), - (74468,1734,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,255,1), - (74469,2047,0,2637.88,-5343,160.707,3.787,0,0,0.948381,-0.317132,300,255,1), - (74470,2040,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,255,1), - (74471,324,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,255,1), - (74472,175404,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,255,1), - (74473,1734,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,255,1), - (74474,2047,0,3238.17,-4762,167.673,2.786,0,0,0.984236,0.176861,300,255,1), - (74475,2040,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,255,1), - (74476,324,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,255,1), - (74477,175404,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,255,1), - (74478,1734,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,255,1), - (74479,2047,0,3195.56,-4706,115.458,0.272,0,0,0.135581,0.990766,300,255,1), - (74480,2040,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,255,1), - (74481,324,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,255,1), - (74482,175404,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,255,1), - (74483,1734,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,255,1), - (74484,2047,0,3475.26,-4889,178.533,2.534,0,0,0.954208,0.299145,300,255,1), - (74485,2040,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,255,1), - (74486,324,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,255,1), - (74487,175404,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,255,1), - (74488,1734,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,255,1), - (74489,2047,0,3337.24,-5032,180.539,4.039,0,0,0.90101,-0.433798,300,255,1), - (74490,2040,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,255,1), - (74491,324,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,255,1), - (74492,175404,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,255,1), - (74493,1734,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,255,1), - (74494,2047,0,2518.35,-5008,84.315,4.833,0,0,0.663205,-0.748438,300,255,1), - (74495,2040,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,255,1), - (74496,324,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,255,1), - (74497,175404,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,255,1), - (74498,1734,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,255,1), - (74499,2047,0,3257.45,-4868,189.238,5.547,0,0,0.359837,-0.933015,300,255,1), - (74500,2040,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,255,1), - (74501,324,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,255,1), - (74502,175404,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,255,1), - (74503,1734,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,255,1), - (74504,2047,0,3025.51,-4654,102.757,3.272,0,0,0.997875,-0.0651575,300,255,1), - (74505,2040,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,255,1), - (74506,324,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,255,1), - (74507,175404,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,255,1), - (74508,1734,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,255,1), - (74509,2047,0,3079.61,-4495,109.571,4.667,0,0,0.722971,-0.690879,300,255,1), - (74510,2040,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,255,1), - (74511,324,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,255,1), - (74512,175404,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,255,1), - (74513,1734,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,255,1), - (74514,2047,0,3004.66,-4556,104.206,1.796,0,0,0.782082,0.623175,300,255,1), - (74515,2040,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,255,1), - (74516,324,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,255,1), - (74517,175404,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,255,1), - (74518,1734,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,255,1), - (74519,2047,0,1797,-4342.57,101.442,1.11701,0,0,0.529919,0.848048,300,255,1), - (74520,2040,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74521,324,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74522,175404,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74523,1734,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74524,2047,0,2139.89,-5152.19,59.9362,1.43117,0,0,0.656059,0.75471,300,255,1), - (74525,2040,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,255,1), - (74526,324,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,255,1), - (74527,175404,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,255,1), - (74528,1734,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,255,1), - (74529,2047,0,2581.64,-5454.68,167.821,0,0,0,0,1,300,255,1), - (74530,2040,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (74531,324,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (74532,175404,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (74533,1734,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (74534,2047,0,2689.7,-3443,111.633,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (74535,2040,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (74536,324,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (74537,175404,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (74538,1734,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (74539,2047,0,3026.88,-3283.43,147.889,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (74540,2040,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,255,1), - (74541,324,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,255,1), - (74542,175404,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,255,1), - (74543,1734,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,255,1), - (74544,2047,0,3145.16,-4577.05,122.343,0.034907,0,0,0.0174526,0.999848,300,255,1), - (74545,2040,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (74546,324,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (74547,175404,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (74548,1734,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (74549,2047,0,3333.25,-5021.9,182.399,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (74550,2040,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,255,1), - (74551,324,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,255,1), - (74552,175404,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,255,1), - (74553,1734,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,255,1), - (74554,2047,0,2626.81,-4947.16,94.3404,0.296706,0,0,0.147809,0.989016,300,255,1), - (74555,2040,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74556,324,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74557,175404,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74558,1734,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74559,2047,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74560,2040,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,255,1), - (74561,324,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,255,1), - (74562,175404,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,255,1), - (74563,1734,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,255,1), - (74564,2047,0,2071.16,-2985.42,91.1268,1.36136,0,0,0.629322,0.777145,300,255,1), - (74565,2040,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74566,324,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74567,175404,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74568,1734,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74569,2047,0,2525.59,-4421.11,91.7682,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74570,2040,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,255,1), - (74571,324,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,255,1), - (74572,175404,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,255,1), - (74573,1734,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,255,1), - (74574,2047,0,1853.97,-3791.3,144.32,0.523599,0,0,0.258819,0.965926,300,255,1), - (74575,2040,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,255,1), - (74576,324,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,255,1), - (74577,175404,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,255,1), - (74578,1734,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,255,1), - (74579,2047,0,2667.06,-5584.07,166.33,1.16937,0,0,0.551937,0.833886,300,255,1), - (74580,2040,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (74581,324,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (74582,175404,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (74583,1734,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (74584,2047,0,1622.84,-3992.93,145.296,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (74585,2040,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74586,324,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74587,175404,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74588,1734,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74589,2047,0,1730.36,-5110.25,83.807,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74590,2040,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,255,1), - (74591,324,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,255,1), - (74592,175404,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,255,1), - (74593,1734,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,255,1), - (74594,2047,0,2129.13,-4399.78,28.4801,-2.9147,0,0,-0.993572,0.113203,300,255,1), - (74595,2040,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,255,1), - (74596,324,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,255,1), - (74597,175404,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,255,1), - (74598,1734,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,255,1), - (74599,2047,0,1590.52,-5458.26,104.959,1.16937,0,0,0.551937,0.833886,300,255,1), - (74600,2040,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,255,1), - (74601,324,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,255,1), - (74602,175404,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,255,1), - (74603,1734,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,255,1), - (74604,2047,0,2581.59,-3742.31,185.101,2.87979,0,0,0.991445,0.130528,300,255,1), - (74605,2040,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,255,1), - (74606,324,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,255,1), - (74607,175404,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,255,1), - (74608,1734,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,255,1), - (74609,2047,0,2145.79,-4311.39,23.1987,2.46091,0,0,0.942641,0.333809,300,255,1), - (74610,2040,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (74611,324,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (74612,175404,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (74613,1734,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (74614,2047,0,1614.08,-4747.79,97.7026,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (74615,2040,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (74616,324,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (74617,175404,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (74618,1734,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (74619,2047,0,2143.88,-3365.99,135.058,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (74620,2040,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,255,1), - (74621,324,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,255,1), - (74622,175404,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,255,1), - (74623,1734,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,255,1), - (74624,2047,0,2748.38,-4846.44,87.5709,0.977383,0,0,0.469471,0.882948,300,255,1), - (74625,2040,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74626,324,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74627,175404,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74628,1734,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74629,2047,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74630,2040,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (74631,324,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (74632,175404,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (74633,1734,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (74634,2047,0,1958.6,-4320.36,24.7932,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (74635,2040,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (74636,324,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (74637,175404,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (74638,1734,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (74639,2047,0,2224.84,-4789.01,116.323,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (74640,2040,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,255,1), - (74641,324,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,255,1), - (74642,175404,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,255,1), - (74643,1734,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,255,1), - (74644,2047,0,1956.73,-4855.31,104.564,3.08918,0,0,0.999657,0.0262033,300,255,1), - (74645,2040,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,255,1), - (74646,324,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,255,1), - (74647,175404,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,255,1), - (74648,1734,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,255,1), - (74649,2047,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,255,1), - (74650,2040,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (74651,324,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (74652,175404,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (74653,1734,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (74654,2047,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (74655,2040,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74656,324,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74657,175404,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74658,1734,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74659,2047,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,255,1), - (74660,2040,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74661,324,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74662,175404,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74663,1734,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74664,2047,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74665,2040,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (74666,324,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (74667,175404,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (74668,1734,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (74669,2047,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (74670,2040,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (74671,324,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (74672,175404,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (74673,1734,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (74674,2047,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (74675,2040,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74676,324,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74677,175404,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74678,1734,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74679,2047,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (74680,2040,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,255,1), - (74681,324,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,255,1), - (74682,175404,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,255,1), - (74683,1734,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,255,1), - (74684,2047,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,255,1), - (74685,2040,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,255,1), - (74686,324,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,255,1), - (74687,175404,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,255,1), - (74688,1734,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,255,1), - (74689,2047,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,255,1), - (74690,2040,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (74691,324,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (74692,175404,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998135,0.0610518,300,255,1), - (74693,1734,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (74694,2047,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (74695,2040,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (74696,324,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (74697,175404,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (74698,1734,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (74699,2047,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (74700,2040,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (74701,324,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (74702,175404,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (74703,1734,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (74704,2047,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (74705,2040,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737277,300,255,1), - (74706,324,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737278,300,255,1), - (74707,175404,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737277,300,255,1), - (74708,1734,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737277,300,255,1), - (74709,2047,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737277,300,255,1), - (74710,2040,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,255,1), - (74711,324,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,255,1), - (74712,175404,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,255,1), - (74713,1734,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,255,1), - (74714,2047,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,255,1), - (74715,2040,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (74716,324,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (74717,175404,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (74718,1734,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (74719,2047,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (74720,2040,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74721,324,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74722,175404,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74723,1734,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74724,2047,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74725,2040,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,255,1), - (74726,324,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,255,1), - (74727,175404,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,255,1), - (74728,1734,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,255,1), - (74729,2047,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,255,1), - (74730,2040,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (74731,324,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (74732,175404,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (74733,1734,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (74734,2047,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (74735,2040,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (74736,324,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (74737,175404,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (74738,1734,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (74739,2047,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (74740,2040,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (74741,324,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (74742,175404,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (74743,1734,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (74744,2047,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (74745,2040,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74746,324,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74747,175404,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74748,1734,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74749,2047,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (74750,1731,0,1086.69,1964.56,8.29545,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (74751,1732,0,1086.69,1964.56,8.29545,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (74752,1733,0,1086.69,1964.56,8.29545,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (74753,1731,0,360.693,1067.62,105.336,0.872664,0,0,0.422618,0.906308,300,255,1), - (74754,1732,0,360.693,1067.62,105.336,0.872664,0,0,0.422618,0.906308,300,255,1), - (74755,1733,0,360.693,1067.62,105.336,0.872664,0,0,0.422618,0.906308,300,255,1), - (74756,1731,0,1292.67,1379.22,53.7565,2.51327,0,0,0.951056,0.309019,300,255,1), - (74757,1732,0,1292.67,1379.22,53.7565,2.51327,0,0,0.951056,0.309019,300,255,1), - (74758,1733,0,1292.67,1379.22,53.7565,2.51327,0,0,0.951056,0.309019,300,255,1), - (74759,1731,0,1193.68,1263.56,49.0877,1.74533,0,0,0.766045,0.642787,300,255,1), - (74760,1732,0,1193.68,1263.56,49.0877,1.74533,0,0,0.766045,0.642787,300,255,1), - (74761,1733,0,1193.68,1263.56,49.0877,1.74533,0,0,0.766045,0.642787,300,255,1), - (74762,1731,0,192.598,601.971,50.1232,2.40855,0,0,0.93358,0.35837,300,255,1), - (74763,1732,0,192.598,601.971,50.1232,2.40855,0,0,0.93358,0.35837,300,255,1), - (74764,1733,0,192.598,601.971,50.1232,2.40855,0,0,0.93358,0.35837,300,255,1), - (74765,1731,0,392.47,707.618,45.5647,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (74766,1732,0,392.47,707.618,45.5647,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (74767,1733,0,392.47,707.618,45.5647,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (74768,1731,0,-476.366,1585.88,17.7124,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (74769,1732,0,-476.366,1585.88,17.7124,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (74770,1733,0,-476.366,1585.88,17.7124,-0.157079,0,0,-0.0784588,0.996917,300,255,1), - (74771,1731,0,1035.12,1633.56,28.2433,0.261798,0,0,0.130525,0.991445,300,255,1), - (74772,1732,0,1035.12,1633.56,28.2433,0.261798,0,0,0.130525,0.991445,300,255,1), - (74773,1733,0,1035.12,1633.56,28.2433,0.261798,0,0,0.130525,0.991445,300,255,1), - (74774,1731,0,1361.38,1971.22,13.9368,2.82743,0,0,0.987688,0.156436,300,255,1), - (74775,1732,0,1361.38,1971.22,13.9368,2.82743,0,0,0.987688,0.156436,300,255,1), - (74776,1733,0,1361.38,1971.22,13.9368,2.82743,0,0,0.987688,0.156436,300,255,1), - (74777,1731,0,1444.68,1124.77,65.5705,3.08918,0,0,0.999657,0.0262033,300,255,1), - (74778,1732,0,1444.68,1124.77,65.5705,3.08918,0,0,0.999657,0.0262033,300,255,1), - (74779,1733,0,1444.68,1124.77,65.5705,3.08918,0,0,0.999657,0.0262033,300,255,1), - (74780,1731,0,29.3031,1397.52,81.6737,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74781,1732,0,29.3031,1397.52,81.6737,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74782,1733,0,29.3031,1397.52,81.6737,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74783,1731,0,1298.86,462.37,17.1292,2.47837,0,0,0.945519,0.325567,300,255,1), - (74784,1732,0,1298.86,462.37,17.1292,2.47837,0,0,0.945519,0.325567,300,255,1), - (74785,1733,0,1298.86,462.37,17.1292,2.47837,0,0,0.945519,0.325567,300,255,1), - (74786,1731,0,756.192,1784.68,30.1367,0.122173,0,0,0.0610485,0.998135,300,255,1), - (74787,1732,0,756.192,1784.68,30.1367,0.122173,0,0,0.0610485,0.998135,300,255,1), - (74788,1733,0,756.192,1784.68,30.1367,0.122173,0,0,0.0610485,0.998135,300,255,1), - (74789,1731,0,1020.51,1438.16,46.4768,2.87979,0,0,0.991445,0.130528,300,255,1), - (74790,1732,0,1020.51,1438.16,46.4768,2.87979,0,0,0.991445,0.130528,300,255,1), - (74791,1733,0,1020.51,1438.16,46.4768,2.87979,0,0,0.991445,0.130528,300,255,1), - (74792,1733,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,255,1), - (74793,1734,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,255,1), - (74794,1732,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,255,1), - (74795,1735,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,255,1), - (74796,2040,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,255,1), - (74797,1733,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,255,1), - (74798,1734,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,255,1), - (74799,1732,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,255,1), - (74800,1731,0,-9620.11,-46.3336,47.3641,2.04204,0,0,0.852641,0.522496,300,255,1), - (74801,1731,0,-9605.88,517.683,42.3721,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (74802,1731,0,-9585.05,211.663,50.7004,0.261799,0,0,0.130526,0.991445,300,255,1), - (74803,1731,0,-9652.22,-212.85,50.9247,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74804,1731,0,-9685.88,-1195.68,50.4208,1.02974,0,0,0.492422,0.870357,300,255,1), - (74805,1731,0,-9248.86,440.654,88.0219,3.00197,0,0,0.997564,0.0697546,300,255,1), - (74806,1731,0,-9448.71,-551.097,66.5675,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (74807,1731,0,-9763.46,-528.461,39.4358,0.907571,0,0,0.438371,0.898794,300,255,1), - (74808,1731,0,-9736.79,87.7491,12.8907,-2.63545,0,0,-0.968148,0.250379,300,255,1), - (74809,1731,0,-9723.19,93.0938,48.3514,2.51327,0,0,0.951056,0.309019,300,255,1), - (74810,1731,0,-9758.44,140.715,21.5286,2.63545,0,0,0.968148,0.250379,300,255,1), - (74811,1731,0,-9799.79,107.987,6.13216,2.53073,0,0,0.953717,0.300705,300,255,1), - (74812,1731,0,-9840.77,121.837,6.28642,2.82743,0,0,0.987688,0.156436,300,255,1), - (74813,1731,0,-9787.18,123.07,25.8958,0.069813,0,0,0.0348994,0.999391,300,255,1), - (74814,1731,0,-9802.83,128.656,7.04257,2.93215,0,0,0.994522,0.10453,300,255,1), - (74815,1731,0,-9828.76,184.747,13.2738,2.30383,0,0,0.913544,0.406739,300,255,1), - (74816,1731,0,-9628.99,102.231,48.9472,2.32129,0,0,0.91706,0.398748,300,255,1), - (74817,1731,0,-9775.94,145.396,25.5595,1.46608,0,0,0.669132,0.743144,300,255,1), - (74818,1731,0,-9816,148.449,5.88154,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (74819,1731,0,-9183.71,-614.584,61.8164,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (74820,1731,0,-9100.51,-586.156,58.8091,0.488692,0,0,0.241922,0.970296,300,255,1), - (74821,1731,0,-9030.71,-617.63,56.8576,-0.820305,0,0,-0.398749,0.91706,300,255,1), - (74822,1731,0,-9166.6,-572.001,58.69,2.33874,0,0,0.920505,0.390732,300,255,1), - (74823,1731,0,-9254.93,-452.93,82.6758,2.47837,0,0,0.945519,0.325567,300,255,1), - (74824,1731,0,-9742.96,139.8,20.6754,1.3439,0,0,0.622513,0.782609,300,255,1), - (74825,1731,0,-9817.66,205.771,16.6964,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (74826,1731,0,-9324.58,-1100.02,66.707,2.84488,0,0,0.989015,0.147813,300,255,1), - (74827,1731,0,-9816.79,178.992,23.198,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (74828,1731,0,-9775.81,-420.04,49.1723,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (74829,1731,0,-9733.24,-1031.51,39.6084,3.05433,0,0,0.999048,0.0436174,300,255,1), - (74830,1731,0,-9058.96,-621.586,54.7671,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74831,1731,0,-9792.23,-1253.16,36.0011,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (74832,1731,0,-9897.81,-1150,24.353,-1.93731,0,0,-0.824125,0.566409,300,255,1), - (74833,1731,0,-9806.22,-1365.82,54.8668,0.418879,0,0,0.207912,0.978148,300,255,1), - (74834,1731,0,-9958.34,-218.238,28.9477,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (74835,1731,0,-9101.61,76.0012,93.6697,1.39626,0,0,0.642786,0.766046,300,255,1), - (74836,1731,0,-9532.9,-861.734,50.7958,2.37364,0,0,0.927182,0.37461,300,255,1), - (74837,1731,0,-9901.75,-202.905,37.1435,0,0,0,0,1,300,255,1), - (74838,1731,0,-9841.58,-340.996,46.2621,2.25147,0,0,0.902584,0.430513,300,255,1), - (74839,1731,0,-9945.23,204.505,27.2168,-0.942478,0,0,-0.453991,0.891006,300,255,1), - (74840,1731,0,-9605.38,-741.081,52.7849,1.65806,0,0,0.737276,0.675591,300,255,1), - (74841,1731,0,-9647.58,-115.74,48.5227,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (74842,1731,0,-9415.71,-561.253,69.0323,2.05949,0,0,0.857168,0.515037,300,255,1), - (74843,1731,0,-9188.92,488.25,113.085,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (74844,1731,0,-9557.9,573.378,53.6437,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (74845,1731,0,-9116.41,194.16,112.556,-0.523599,0,0,-0.258819,0.965926,300,255,1), - (74846,1731,0,-9856.54,242.269,24.5645,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (74847,1731,0,-9921.27,-285.241,35.7804,1.53589,0,0,0.694658,0.71934,300,255,1), - (74848,1731,0,-9875.08,-251.75,38.4121,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (74849,1731,0,-9294.92,-270.276,81.7051,0.122173,0,0,0.0610485,0.998135,300,255,1), - (74850,1731,0,-9802.81,88.5173,4.70444,-2.74017,0,0,-0.979925,0.199366,300,255,1), - (74851,1731,0,-9737.26,813.852,33.3772,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (74852,1731,0,-9862.2,155.543,7.98152,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (74853,1731,0,-9770.37,150.617,25.7016,-2.84489,0,0,-0.989016,0.147808,300,255,1), - (74854,1731,0,-9757.65,78.5534,14.1574,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (74855,1731,0,-9654.41,17.4469,49.5562,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (74856,1731,0,-9808.41,-243.801,40.8597,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (74857,1731,0,-9707.75,-267.908,52.1275,2.44346,0,0,0.939692,0.342021,300,255,1), - (74858,1731,0,-9820.85,-403.445,46.8509,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (74859,1731,0,-9729.23,-537.534,45.7004,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (74860,1731,0,-9443.36,-981.152,56.8838,1.0472,0,0,0.500001,0.866025,300,255,1), - (74861,1731,0,-9191.63,-598.046,60.6417,-3.00197,0,0,-0.997564,0.0697546,300,255,1), - (74862,1731,0,-9853.56,109.835,34.562,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (74863,1731,0,-9751.66,184.723,55.7324,3.10669,0,0,0.999848,0.0174505,300,255,1), - (74864,1731,0,-9978.82,521.455,32.8909,0.453786,0,0,0.224951,0.97437,300,255,1), - (74865,1731,0,-9687.82,915.132,36.3152,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (74866,1731,0,-9404.72,-274.812,62.4757,1.93731,0,0,0.824125,0.566409,300,255,1), - (74867,1731,0,-9115.54,240.614,106.374,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (74868,1731,0,-9074.68,25.9893,97.5041,0.645772,0,0,0.317305,0.948324,300,255,1), - (74869,1731,0,-9153.33,110.741,76.7171,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (74870,1731,0,-9401.4,422.391,37.7848,0.122173,0,0,0.0610485,0.998135,300,255,1), - (74871,1731,0,-9333.82,494.622,65.8085,-2.98451,0,0,-0.996917,0.0784664,300,255,1), - (74872,1731,0,-9576.02,430.352,40.8878,-1.95477,0,0,-0.829037,0.559194,300,255,1), - (74873,1731,0,-9617.02,344.501,48.3057,3.05433,0,0,0.999048,0.0436174,300,255,1), - (74874,1731,0,-9481.64,649.059,66.8165,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (74875,1731,0,-9072.23,-580.832,63.2114,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (74876,1731,0,-9035.68,-577.905,57.1753,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (74877,1731,0,-9501.33,-246.828,46.4828,0.767945,0,0,0.374607,0.927184,300,255,1), - (74878,1731,0,-9572.22,-789.044,46.5476,2.93215,0,0,0.994522,0.10453,300,255,1), - (74879,1731,0,-9090.22,-594.915,59.1844,-0.191986,0,0,-0.0958456,0.995396,300,255,1), - (74880,1731,0,-9154.89,-982.684,79.2237,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (74881,1731,0,-9042.1,-896.944,57.1838,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (74882,1731,0,-8926.02,-1270.43,98.4984,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (74883,1731,0,-9672.27,817.424,32.0737,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (74884,1731,0,-9892.89,695.553,33.7647,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (74885,1731,0,-9138.78,-591.058,58.8044,1.90241,0,0,0.814116,0.580702,300,255,1), - (74886,1731,0,-9031.15,-568.044,55.8196,2.54818,0,0,0.956305,0.292372,300,255,1), - (74887,1731,0,-9090.28,-550.917,61.9709,2.02458,0,0,0.848048,0.52992,300,255,1), - (74888,1731,0,-9374.96,-1566.89,88.3435,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (74889,1731,0,-9332.39,-1480.93,84.6816,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (74890,1731,0,-9409.22,-627.169,70.6956,0.890118,0,0,0.430511,0.902585,300,255,1), - (74891,1731,0,-8954.08,-1005.58,53.8543,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (74892,1731,0,-9217.26,-1052.66,77.0704,2.49582,0,0,0.948324,0.317305,300,255,1), - (74893,1731,0,-9803.75,-1108,31.2782,-3.01942,0,0,-0.998135,0.0610484,300,255,1), - (74894,1731,0,-9085.04,-1192.78,56.2631,1.88496,0,0,0.809018,0.587783,300,255,1), - (74895,1731,0,-9136.85,-1119.04,82.9461,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (74896,1731,0,-8799.84,-1210.71,101.44,1.69297,0,0,0.748956,0.66262,300,255,1), - (74897,1731,0,-9923.1,-1080.64,22.2222,-2.42601,0,0,-0.936673,0.350206,300,255,1), - (74898,1731,0,-9822.3,-1427.23,43.4424,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (74899,1731,0,-9770.87,-1437.77,54.8067,1.44862,0,0,0.662619,0.748957,300,255,1), - (74900,1731,0,-9723.71,118.831,26.5206,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (74901,1735,0,-10538,-3252,23.838,2.618,0,0,0.965927,0.258816,300,255,1), - (74902,2040,0,-10538,-3252,23.838,2.618,0,0,0.965927,0.258816,300,255,1), - (74903,1734,0,-10538,-3252,23.838,2.618,0,0,0.965927,0.258816,300,255,1), - (74904,1733,0,-10538,-3252,23.838,2.618,0,0,0.965927,0.258816,300,255,1), - (74905,1735,0,-10536,-3170,21.756,2.862,0,0,0.990244,0.139341,300,255,1), - (74906,2040,0,-10536,-3170,21.756,2.862,0,0,0.990244,0.139341,300,255,1), - (74907,1734,0,-10536,-3170,21.756,2.862,0,0,0.990244,0.139341,300,255,1), - (74908,1733,0,-10536,-3170,21.756,2.862,0,0,0.990244,0.139341,300,255,1), - (74909,1735,0,-10538,-3904,-19,4.111,0,0,0.884813,-0.465946,300,255,1), - (74910,2040,0,-10538,-3904,-19,4.111,0,0,0.884813,-0.465946,300,255,1), - (74911,1734,0,-10538,-3904,-19,4.111,0,0,0.884813,-0.465946,300,255,1), - (74912,1733,0,-10538,-3904,-19,4.111,0,0,0.884813,-0.465946,300,255,1), - (74913,1731,0,-9403.04,-1049.86,61.608,1.51844,0,0,0.688356,0.725373,300,255,1), - (74914,1731,0,-9296.18,-1008.83,55.8491,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (74915,1731,0,-9758.25,-460.59,43.6968,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (74916,1731,0,-9471.69,560.812,58.0184,0.383971,0,0,0.190808,0.981627,300,255,1), - (74917,1731,0,-9211.76,-1331.8,101.91,1.15192,0,0,0.54464,0.83867,300,255,1), - (74918,1735,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (74919,2040,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (74920,1733,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (74921,1734,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (74922,1732,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (74923,1735,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (74924,2040,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (74925,1733,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (74926,1734,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (74927,1732,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (74928,1735,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (74929,2040,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (74989,1733,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (74990,1734,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (74991,1732,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (74992,1735,0,-10618.9,-2629.92,52.7337,0.087266,0,0,0.0436192,0.999048,300,255,1), - (74993,2040,0,-10618.9,-2629.92,52.7337,0.087266,0,0,0.0436192,0.999048,300,255,1), - (74994,1734,0,-10618.9,-2629.92,52.7337,0.087266,0,0,0.0436192,0.999048,300,255,1), - (74995,1733,0,-10618.9,-2629.92,52.7337,0.087266,0,0,0.0436192,0.999048,300,255,1), - (74996,1735,0,-10055.2,-3113.76,32.0439,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (74997,2040,0,-10055.2,-3113.76,32.0439,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (74998,1734,0,-10055.2,-3113.76,32.0439,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (74999,1733,0,-10055.2,-3113.76,32.0439,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (75120,1735,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,255,1), - (75121,2040,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,255,1), - (75122,1733,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,255,1), - (75123,1734,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,255,1), - (75124,1732,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,255,1), - (75125,1735,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,255,1), - (75126,2040,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,255,1), - (75127,1733,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,255,1), - (75128,1734,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,255,1), - (75129,1732,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,255,1), - (75130,1735,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,255,1), - (75131,2040,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,255,1), - (75132,1733,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,255,1), - (75133,1734,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,255,1), - (75134,1732,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,255,1), - (75135,1735,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,255,1), - (75136,2040,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,255,1), - (75137,1733,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,255,1), - (75138,1734,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,255,1), - (75139,1732,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,255,1), - (75140,1735,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,255,1), - (75141,2040,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,255,1), - (75142,1733,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,255,1), - (75143,1734,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,255,1), - (75144,1732,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,255,1), - (75145,1735,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,255,1), - (75146,2040,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,255,1), - (75147,1733,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,255,1), - (75148,1734,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,255,1), - (75149,1732,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,255,1), - (75150,1735,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,255,1), - (75151,2040,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,255,1), - (75152,1733,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,255,1), - (75153,1734,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,255,1), - (75154,1732,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,255,1), - (75155,1735,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,255,1), - (75156,2040,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,255,1), - (75157,1733,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,255,1), - (75158,1734,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,255,1), - (75159,1732,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,255,1), - (75160,1735,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,255,1), - (75161,2040,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,255,1), - (75162,1733,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,255,1), - (75163,1734,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,255,1), - (75164,1732,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,255,1), - (75165,1735,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,255,1), - (75166,2040,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,255,1), - (75167,1733,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,255,1), - (75168,1734,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,255,1), - (75169,1732,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,255,1), - (75170,1735,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,255,1), - (75171,2040,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,255,1), - (75172,1733,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,255,1), - (75173,1734,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,255,1), - (75174,1732,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,255,1), - (75175,1735,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,255,1), - (75176,2040,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,255,1), - (75177,1733,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,255,1), - (75178,1734,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,255,1), - (75179,1732,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,255,1), - (75180,1735,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,255,1), - (75181,2040,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,255,1), - (75182,1733,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,255,1), - (75183,1734,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,255,1), - (75184,1732,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,255,1), - (75185,1735,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,255,1), - (75186,2040,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,255,1), - (75187,1733,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,255,1), - (75188,1734,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,255,1), - (75189,1732,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,255,1), - (75190,1735,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,255,1), - (75191,2040,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,255,1), - (75192,1733,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,255,1), - (75193,1734,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,255,1), - (75194,1732,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,255,1), - (75195,1735,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (75196,2040,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (75197,1733,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (75198,1734,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (75199,1732,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (75200,1731,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,255,1), - (75201,1732,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,255,1), - (75202,1733,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,255,1), - (75203,1731,0,-893.763,309.781,39.3592,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75204,1732,0,-893.763,309.781,39.3592,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75205,1733,0,-893.763,309.781,39.3592,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75206,1731,0,-315.451,-842.828,61.7272,-1.78024,0,0,-0.777145,0.629321,300,255,1), - (75207,1732,0,-315.451,-842.828,61.7272,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (75208,1733,0,-315.451,-842.828,61.7272,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (75209,1731,0,-801.256,519.086,101.712,1.88496,0,0,0.809018,0.587783,300,255,1), - (75210,1732,0,-801.256,519.086,101.712,1.88496,0,0,0.809018,0.587783,300,255,1), - (75211,1733,0,-801.256,519.086,101.712,1.88496,0,0,0.809018,0.587783,300,255,1), - (75212,1731,0,-643.304,789.86,128.134,0.855211,0,0,0.414693,0.909961,300,255,1), - (75213,1732,0,-643.304,789.86,128.134,0.855211,0,0,0.414693,0.909961,300,255,1), - (75214,1733,0,-643.304,789.86,128.134,0.855211,0,0,0.414693,0.909961,300,255,1), - (75215,1731,0,-502.591,-828.237,53.355,3.03687,0,0,0.998629,0.0523374,300,255,1), - (75216,1732,0,-502.591,-828.237,53.355,3.03687,0,0,0.998629,0.0523374,300,255,1), - (75217,1733,0,-502.591,-828.237,53.355,3.03687,0,0,0.998629,0.0523374,300,255,1), - (75218,1731,0,-445.19,-1529.4,71.0053,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (75219,1732,0,-445.19,-1529.4,71.0053,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (75220,1733,0,-445.19,-1529.4,71.0053,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (75221,1731,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75222,1732,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75223,1733,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75224,1731,0,-1100.65,-830.58,17.9532,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (75225,1732,0,-1100.65,-830.58,17.9532,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (75226,1733,0,-1100.65,-830.58,17.9532,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (75227,1731,0,-745.166,577.436,103.427,0.925024,0,0,0.446198,0.894934,300,255,1), - (75228,1732,0,-745.166,577.436,103.427,0.925024,0,0,0.446198,0.894934,300,255,1), - (75229,1733,0,-745.166,577.436,103.427,0.925024,0,0,0.446198,0.894934,300,255,1), - (75230,1731,0,-278.271,228.777,102.131,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (75231,1732,0,-278.271,228.777,102.131,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (75232,1733,0,-278.271,228.777,102.131,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (75233,1731,0,-386.992,260.187,94.6462,1.93731,0,0,0.824125,0.566409,300,255,1), - (75234,1732,0,-386.992,260.187,94.6462,1.93731,0,0,0.824125,0.566409,300,255,1), - (75235,1733,0,-386.992,260.187,94.6462,1.93731,0,0,0.824125,0.566409,300,255,1), - (75236,1731,0,-743.788,-245.083,40.2169,2.49582,0,0,0.948324,0.317305,300,255,1), - (75237,1732,0,-743.788,-245.083,40.2169,2.49582,0,0,0.948324,0.317305,300,255,1), - (75238,1733,0,-743.788,-245.083,40.2169,2.49582,0,0,0.948324,0.317305,300,255,1), - (75239,1731,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,255,1), - (75240,1732,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,255,1), - (75241,1733,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,255,1), - (75242,1731,0,-620.953,-849.445,39.3938,-3.05433,0,0,-0.999048,0.0436174,300,255,1), - (75243,1732,0,-620.953,-849.445,39.3938,-3.05433,0,0,-0.999048,0.0436174,300,255,1), - (75244,1733,0,-620.953,-849.445,39.3938,-3.05433,0,0,-0.999048,0.0436174,300,255,1), - (75245,1731,0,-497,-824,49.308,3.876,0,0,0.933335,-0.359007,300,255,1), - (75246,1732,0,-497,-824,49.308,3.876,0,0,0.933335,-0.359007,300,255,1), - (75247,1733,0,-497,-824,49.308,3.876,0,0,0.933335,-0.359007,300,255,1), - (75248,1731,0,-665,489.126,88.027,0,0,0,0,1,300,255,1), - (75249,1732,0,-665,489.126,88.027,0,0,0,0,1,300,255,1), - (75250,1733,0,-665,489.126,88.027,0,0,0,0,1,300,255,1), - (75251,1731,0,-1458.58,-1085.96,7.96406,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (75252,1732,0,-1458.58,-1085.96,7.96406,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (75253,1733,0,-1458.58,-1085.96,7.96406,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (75254,1731,0,-713.669,489.348,82.6661,0.366518,0,0,0.182235,0.983255,300,255,1), - (75255,1732,0,-713.669,489.348,82.6661,0.366518,0,0,0.182235,0.983255,300,255,1), - (75256,1733,0,-713.669,489.348,82.6661,0.366518,0,0,0.182235,0.983255,300,255,1), - (75257,1731,0,-315.451,-842.828,61.7272,-1.78023,0,0,-0.777145,0.629321,300,255,1), - (75258,1732,0,-315.451,-842.828,61.7272,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (75259,1733,0,-315.451,-842.828,61.7272,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (75260,1731,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75261,1732,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75262,1733,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75263,1731,0,-740,-237,37.234,5.908,0,0,0.186494,-0.982456,300,255,1), - (75264,1732,0,-740,-237,37.234,5.908,0,0,0.186494,-0.982456,300,255,1), - (75265,1733,0,-740,-237,37.234,5.908,0,0,0.186494,-0.982456,300,255,1), - (75266,1731,0,-383.365,-182.706,61.7857,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (75267,1732,0,-383.365,-182.706,61.7857,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (75268,1733,0,-383.365,-182.706,61.7857,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (75269,1731,0,-196.854,-1457.59,113.475,1.3439,0,0,0.622513,0.782609,300,255,1), - (75270,1732,0,-196.854,-1457.59,113.475,1.3439,0,0,0.622513,0.782609,300,255,1), - (75271,1733,0,-196.854,-1457.59,113.475,1.3439,0,0,0.622513,0.782609,300,255,1), - (75272,1731,0,-703.013,-980.705,46.6122,1.41372,0,0,0.649449,0.760405,300,255,1), - (75273,1732,0,-703.013,-980.705,46.6122,1.41372,0,0,0.649449,0.760405,300,255,1), - (75274,1733,0,-703.013,-980.705,46.6122,1.41372,0,0,0.649449,0.760405,300,255,1), - (75275,1731,0,-416.469,-1170.29,59.894,1.29154,0,0,0.601814,0.798637,300,255,1), - (75276,1732,0,-416.469,-1170.29,59.894,1.29154,0,0,0.601814,0.798637,300,255,1), - (75277,1733,0,-416.469,-1170.29,59.894,1.29154,0,0,0.601814,0.798637,300,255,1), - (75278,1731,0,218.196,-755.703,109.082,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (75279,1732,0,218.196,-755.703,109.082,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (75280,1733,0,218.196,-755.703,109.082,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (75281,1731,0,-90.0451,-1361.99,123.778,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (75282,1732,0,-90.0451,-1361.99,123.778,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (75283,1733,0,-90.0451,-1361.99,123.778,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (75284,1731,0,115.795,-639.137,97.0621,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (75285,1732,0,115.795,-639.137,97.0621,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (75286,1733,0,115.795,-639.137,97.0621,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (75287,1731,0,-304.803,-1240.07,72.5146,0.209439,0,0,0.104528,0.994522,300,255,1), - (75288,1732,0,-304.803,-1240.07,72.5146,0.209439,0,0,0.104528,0.994522,300,255,1), - (75289,1733,0,-304.803,-1240.07,72.5146,0.209439,0,0,0.104528,0.994522,300,255,1), - (75290,1731,0,143.441,-925.821,79.4433,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (75291,1732,0,143.441,-925.821,79.4433,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (75292,1733,0,143.441,-925.821,79.4433,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (75293,1731,0,-817.62,-1210.97,57.0243,1.53589,0,0,0.694658,0.71934,300,255,1), - (75294,1732,0,-817.62,-1210.97,57.0243,1.53589,0,0,0.694658,0.71934,300,255,1), - (75295,1733,0,-817.62,-1210.97,57.0243,1.53589,0,0,0.694658,0.71934,300,255,1), - (75296,1731,0,-999.126,-1117.26,53.2347,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (75297,1732,0,-999.126,-1117.26,53.2347,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (75298,1733,0,-999.126,-1117.26,53.2347,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (75299,1731,0,-1000.52,30.5843,43.3942,3.14159,0,0,1,0.00000126759,300,255,1), - (75300,1732,0,-1000.52,30.5843,43.3942,3.14159,0,0,1,0.00000126759,300,255,1), - (75301,1733,0,-1000.52,30.5843,43.3942,3.14159,0,0,1,0.00000126759,300,255,1), - (75302,1731,0,47.3426,-642.852,94.4918,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (75303,1732,0,47.3426,-642.852,94.4918,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (75304,1733,0,47.3426,-642.852,94.4918,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (75305,1731,0,-778.224,-984.915,36.6733,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (75306,1732,0,-778.224,-984.915,36.6733,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (75307,1733,0,-778.224,-984.915,36.6733,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (75308,1731,0,-298.249,-1197.99,67.9911,3.14159,0,0,1,0.00000126759,300,255,1), - (75309,1732,0,-298.249,-1197.99,67.9911,3.14159,0,0,1,0.00000126759,300,255,1), - (75310,1733,0,-298.249,-1197.99,67.9911,3.14159,0,0,1,0.00000126759,300,255,1), - (75311,1731,0,-1093,-1064,49.459,0.314,0,0,0.156356,0.987701,300,255,1), - (75312,1732,0,-1093,-1064,49.459,0.314,0,0,0.156356,0.987701,300,255,1), - (75313,1733,0,-1093,-1064,49.459,0.314,0,0,0.156356,0.987701,300,255,1), - (75314,1731,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,255,1), - (75315,1732,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,255,1), - (75316,1733,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,255,1), - (75317,1731,0,-49,683.216,78.239,1.361,0,0,0.629182,0.777258,300,255,1), - (75318,1732,0,-49,683.216,78.239,1.361,0,0,0.629182,0.777258,300,255,1), - (75319,1733,0,-49,683.216,78.239,1.361,0,0,0.629182,0.777258,300,255,1), - (75320,1731,0,-150,-996,60.481,0,0,0,0,1,300,255,1), - (75321,1732,0,-150,-996,60.481,0,0,0,0,1,300,255,1), - (75322,1733,0,-150,-996,60.481,0,0,0,0,1,300,255,1), - (75323,1731,0,-322,-367,67.164,1.274,0,0,0.594786,0.803884,300,255,1), - (75324,1732,0,-322,-367,67.164,1.274,0,0,0.594786,0.803884,300,255,1), - (75325,1733,0,-322,-367,67.164,1.274,0,0,0.594786,0.803884,300,255,1), - (75326,1731,0,188.658,-1064,73.208,1.03,0,0,0.492535,0.870293,300,255,1), - (75327,1732,0,188.658,-1064,73.208,1.03,0,0,0.492535,0.870293,300,255,1), - (75328,1733,0,188.658,-1064,73.208,1.03,0,0,0.492535,0.870293,300,255,1), - (75329,1731,0,52.3908,-1232.24,71.2689,0.59341,0,0,0.292371,0.956305,300,255,1), - (75330,1732,0,52.3908,-1232.24,71.2689,0.59341,0,0,0.292371,0.956305,300,255,1), - (75331,1733,0,52.3908,-1232.24,71.2689,0.59341,0,0,0.292371,0.956305,300,255,1), - (75332,1731,0,-106,-690,73.804,-3,0,0,-0.997495,0.0707372,300,255,1), - (75333,1732,0,-106,-690,73.804,-3,0,0,-0.997495,0.0707372,300,255,1), - (75334,1733,0,-106,-690,73.804,-3,0,0,-0.997495,0.0707372,300,255,1), - (75335,1731,0,-619.142,-1014.93,61.8551,0.733038,0,0,0.358368,0.93358,300,255,1), - (75336,1732,0,-619.142,-1014.93,61.8551,0.733038,0,0,0.358368,0.93358,300,255,1), - (75337,1733,0,-619.142,-1014.93,61.8551,0.733038,0,0,0.358368,0.93358,300,255,1), - (75338,1731,0,-531,-1178,60.577,0.18,0,0,0.0898786,0.995953,300,255,1), - (75339,1732,0,-531,-1178,60.577,0.18,0,0,0.0898786,0.995953,300,255,1), - (75340,1733,0,-531,-1178,60.577,0.18,0,0,0.0898786,0.995953,300,255,1), - (75341,1731,0,-845,86.353,3.217,-1,0,0,-0.479426,0.877583,300,255,1), - (75342,1732,0,-845,86.353,3.217,-1,0,0,-0.479426,0.877583,300,255,1), - (75343,1733,0,-845,86.353,3.217,-1,0,0,-0.479426,0.877583,300,255,1), - (75344,1731,0,-922.306,-1453.78,59.1559,1.97222,0,0,0.833885,0.551938,300,255,1), - (75345,1732,0,-922.306,-1453.78,59.1559,1.97222,0,0,0.833885,0.551938,300,255,1), - (75346,1733,0,-922.306,-1453.78,59.1559,1.97222,0,0,0.833885,0.551938,300,255,1), - (75347,1731,0,-23.3489,-679.042,76.8395,2.1293,0,0,0.874619,0.48481,300,255,1), - (75348,1732,0,-23.3489,-679.042,76.8395,2.1293,0,0,0.874619,0.48481,300,255,1), - (75349,1733,0,-23.3489,-679.042,76.8395,2.1293,0,0,0.874619,0.48481,300,255,1), - (75350,1731,0,-269,-216,84.475,-3,0,0,-0.997495,0.0707372,300,255,1), - (75351,1732,0,-269,-216,84.475,-3,0,0,-0.997495,0.0707372,300,255,1), - (75352,1733,0,-269,-216,84.475,-3,0,0,-0.997495,0.0707372,300,255,1), - (75353,1731,0,-197,-655,66.45,1.239,0,0,0.580628,0.814169,300,255,1), - (75354,1732,0,-197,-655,66.45,1.239,0,0,0.580628,0.814169,300,255,1), - (75355,1733,0,-197,-655,66.45,1.239,0,0,0.580628,0.814169,300,255,1), - (75356,1731,0,85.923,-1065,58.682,-1,0,0,-0.479426,0.877583,300,255,1), - (75357,1732,0,85.923,-1065,58.682,-1,0,0,-0.479426,0.877583,300,255,1), - (75358,1733,0,85.923,-1065,58.682,-1,0,0,-0.479426,0.877583,300,255,1), - (75359,1731,0,-567,813.895,90.855,1.833,0,0,0.793476,0.608601,300,255,1), - (75360,1732,0,-567,813.895,90.855,1.833,0,0,0.793476,0.608601,300,255,1), - (75361,1733,0,-567,813.895,90.855,1.833,0,0,0.793476,0.608601,300,255,1), - (75362,1731,0,-150,-997,60.232,0,0,0,0,1,300,255,1), - (75363,1732,0,-150,-997,60.232,0,0,0,0,1,300,255,1), - (75364,1733,0,-150,-997,60.232,0,0,0,0,1,300,255,1), - (75365,1731,0,-961,-166,51.674,0.8,0,0,0.389418,0.921061,300,255,1), - (75366,1732,0,-961,-166,51.674,0.8,0,0,0.389418,0.921061,300,255,1), - (75367,1733,0,-961,-166,51.674,0.8,0,0,0.389418,0.921061,300,255,1), - (75368,1731,0,73.2704,-1002.17,59.4981,0.139626,0,0,0.0697563,0.997564,300,255,1), - (75369,1732,0,73.2704,-1002.17,59.4981,0.139626,0,0,0.0697563,0.997564,300,255,1), - (75370,1733,0,73.2704,-1002.17,59.4981,0.139626,0,0,0.0697563,0.997564,300,255,1), - (75371,1731,0,-1289.16,635.334,54.1088,0.174533,0,0,0.0871558,0.996195,300,255,1), - (75372,1732,0,-1289.16,635.334,54.1088,0.174533,0,0,0.0871558,0.996195,300,255,1), - (75373,1733,0,-1289.16,635.334,54.1088,0.174533,0,0,0.0871558,0.996195,300,255,1), - (75374,1731,0,-770,-1192,69.22,2.133,0,0,0.875515,0.483192,300,255,1), - (75375,1732,0,-770,-1192,69.22,2.133,0,0,0.875515,0.483192,300,255,1), - (75376,1733,0,-770,-1192,69.22,2.133,0,0,0.875515,0.483192,300,255,1), - (75377,1731,0,-582,-1643,74.985,5.733,0,0,0.271636,-0.9624,300,255,1), - (75378,1732,0,-582,-1643,74.985,5.733,0,0,0.271636,-0.9624,300,255,1), - (75379,1733,0,-582,-1643,74.985,5.733,0,0,0.271636,-0.9624,300,255,1), - (75380,1731,0,-492,-1665,81.768,3.893,0,0,0.93025,-0.366927,300,255,1), - (75381,1732,0,-492,-1665,81.768,3.893,0,0,0.93025,-0.366927,300,255,1), - (75382,1733,0,-492,-1665,81.768,3.893,0,0,0.93025,-0.366927,300,255,1), - (75383,1731,0,-1195,-947,31.334,5.132,0,0,0.544332,-0.83887,300,255,1), - (75384,1732,0,-1195,-947,31.334,5.132,0,0,0.544332,-0.83887,300,255,1), - (75385,1733,0,-1195,-947,31.334,5.132,0,0,0.544332,-0.83887,300,255,1), - (75386,1731,0,-498.583,-1658.01,84.0551,2.37364,0,0,0.927182,0.37461,300,255,1), - (75387,1732,0,-498.583,-1658.01,84.0551,2.37364,0,0,0.927182,0.37461,300,255,1), - (75388,1733,0,-498.583,-1658.01,84.0551,2.37364,0,0,0.927182,0.37461,300,255,1), - (75389,1731,0,-392,-1775,113.071,5.827,0,0,0.22612,-0.974099,300,255,1), - (75390,1732,0,-392,-1775,113.071,5.827,0,0,0.22612,-0.974099,300,255,1), - (75391,1733,0,-392,-1775,113.071,5.827,0,0,0.22612,-0.974099,300,255,1), - (75392,1731,0,-164.338,-497.122,80.3264,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (75393,1732,0,-164.338,-497.122,80.3264,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (75394,1733,0,-164.338,-497.122,80.3264,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (75395,1731,0,-152,-134,116.106,1.223,0,0,0.574096,0.818788,300,255,1), - (75396,1732,0,-152,-134,116.106,1.223,0,0,0.574096,0.818788,300,255,1), - (75397,1733,0,-152,-134,116.106,1.223,0,0,0.574096,0.818788,300,255,1), - (75398,1731,0,-1012.89,-1185.04,65.5292,1.65806,0,0,0.737276,0.675591,300,255,1), - (75399,1732,0,-1012.89,-1185.04,65.5292,1.65806,0,0,0.737276,0.675591,300,255,1), - (75400,1733,0,-1012.89,-1185.04,65.5292,1.65806,0,0,0.737276,0.675591,300,255,1), - (75401,1731,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,255,1), - (75402,1732,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,255,1), - (75403,1733,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,255,1), - (75404,1731,0,-1236.35,-986.903,16.5418,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (75405,1732,0,-1236.35,-986.903,16.5418,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (75406,1733,0,-1236.35,-986.903,16.5418,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (75407,1735,0,-268,-279,52.135,0.768,0,0,0.374632,0.927174,300,255,1), - (75408,2040,0,-268,-279,52.135,0.768,0,0,0.374632,0.927174,300,255,1), - (75409,1734,0,-268,-279,52.135,0.768,0,0,0.374632,0.927174,300,255,1), - (75410,2047,0,-268,-279,52.135,0.768,0,0,0.374632,0.927174,300,255,1), - (75411,1735,0,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,300,255,1), - (75412,2040,0,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,300,255,1), - (75413,1734,0,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,300,255,1), - (75414,2047,0,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,300,255,1), - (75415,1735,0,-188.376,-353.486,54.2951,1.0472,0,0,0.500001,0.866025,300,255,1), - (75416,2040,0,-188.376,-353.486,54.2951,1.0472,0,0,0.500001,0.866025,300,255,1), - (75417,1734,0,-188.376,-353.486,54.2951,1.0472,0,0,0.500001,0.866025,300,255,1), - (75418,2047,0,-188.376,-353.486,54.2951,1.0472,0,0,0.500001,0.866025,300,255,1), - (75419,1735,0,-262,-350,67.015,0,0,0,0,1,300,255,1), - (75420,2040,0,-262,-350,67.015,0,0,0,0,1,300,255,1), - (75421,1734,0,-262,-350,67.015,0,0,0,0,1,300,255,1), - (75422,2047,0,-262,-350,67.015,0,0,0,0,1,300,255,1), - (75423,1735,0,-558.954,-1738.67,75.4942,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (75424,2040,0,-558.954,-1738.67,75.4942,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (75425,1734,0,-558.954,-1738.67,75.4942,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (75426,2047,0,-558.954,-1738.67,75.4942,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (75427,1735,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,255,1), - (75428,2040,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,255,1), - (75429,1734,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,255,1), - (75430,2047,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,255,1), - (75431,1735,0,-438.232,-1829.24,80.8482,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (75432,2040,0,-438.232,-1829.24,80.8482,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (75433,1734,0,-438.232,-1829.24,80.8482,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (75434,2047,0,-438.232,-1829.24,80.8482,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (75435,1735,0,-256.987,-1494.96,100.147,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75436,2040,0,-256.987,-1494.96,100.147,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75437,1734,0,-256.987,-1494.96,100.147,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75438,2047,0,-256.987,-1494.96,100.147,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75439,1735,0,-156.596,-312.964,53.5226,2.67035,0,0,0.972369,0.233447,300,255,1), - (75440,2040,0,-156.596,-312.964,53.5226,2.67035,0,0,0.972369,0.233447,300,255,1), - (75441,1734,0,-156.596,-312.964,53.5226,2.67035,0,0,0.972369,0.233447,300,255,1), - (75442,2047,0,-156.596,-312.964,53.5226,2.67035,0,0,0.972369,0.233447,300,255,1), - (75443,1735,0,-203.769,-338.907,55.2152,0.925024,0,0,0.446198,0.894934,300,255,1), - (75444,2040,0,-203.769,-338.907,55.2152,0.925024,0,0,0.446198,0.894934,300,255,1), - (75445,1734,0,-203.769,-338.907,55.2152,0.925024,0,0,0.446198,0.894934,300,255,1), - (75446,2047,0,-203.769,-338.907,55.2152,0.925024,0,0,0.446198,0.894934,300,255,1), - (75447,1735,0,-241.383,-330.625,46.4368,0.122173,0,0,0.0610485,0.998135,300,255,1), - (75448,2040,0,-241.383,-330.625,46.4368,0.122173,0,0,0.0610485,0.998135,300,255,1), - (75449,1734,0,-241.383,-330.625,46.4368,0.122173,0,0,0.0610485,0.998135,300,255,1), - (75450,2047,0,-241.383,-330.625,46.4368,0.122173,0,0,0.0610485,0.998135,300,255,1), - (75451,1735,0,-1179.44,-1261.21,50.4825,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (75452,2040,0,-1179.44,-1261.21,50.4825,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (75453,1734,0,-1179.44,-1261.21,50.4825,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (75454,2047,0,-1179.44,-1261.21,50.4825,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (75455,1735,0,-1110.85,-1301.28,60.684,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (75456,2040,0,-1110.85,-1301.28,60.684,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (75457,1734,0,-1110.85,-1301.28,60.684,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (75458,2047,0,-1110.85,-1301.28,60.684,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (75459,1735,0,-1155.32,-1349.64,58.0543,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (75460,2040,0,-1155.32,-1349.64,58.0543,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (75461,1734,0,-1155.32,-1349.64,58.0543,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (75462,2047,0,-1155.32,-1349.64,58.0543,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (75463,1735,0,-284,-1592,97.234,-3,0,0,-0.997495,0.0707372,300,255,1), - (75464,2040,0,-284,-1592,97.234,-3,0,0,-0.997495,0.0707372,300,255,1), - (75465,1734,0,-284,-1592,97.234,-3,0,0,-0.997495,0.0707372,300,255,1), - (75466,2047,0,-284,-1592,97.234,-3,0,0,-0.997495,0.0707372,300,255,1), - (75467,1735,0,-1356,-1090,36.526,3.809,0,0,0.944836,-0.327545,300,255,1), - (75468,2040,0,-1356,-1090,36.526,3.809,0,0,0.944836,-0.327545,300,255,1), - (75469,1734,0,-1356,-1090,36.526,3.809,0,0,0.944836,-0.327545,300,255,1), - (75470,2047,0,-1356,-1090,36.526,3.809,0,0,0.944836,-0.327545,300,255,1), - (75471,1735,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,255,1), - (75472,2040,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,255,1), - (75473,1734,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,255,1), - (75474,2047,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,255,1), - (75475,1735,0,-263,-280,52.265,0.768,0,0,0.374632,0.927174,300,255,1), - (75476,2040,0,-263,-280,52.265,0.768,0,0,0.374632,0.927174,300,255,1), - (75477,1734,0,-263,-280,52.265,0.768,0,0,0.374632,0.927174,300,255,1), - (75478,2047,0,-263,-280,52.265,0.768,0,0,0.374632,0.927174,300,255,1), - (75479,1735,0,-403.738,-1772.86,103.414,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (75480,2040,0,-403.738,-1772.86,103.414,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (75481,1734,0,-403.738,-1772.86,103.414,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (75482,2047,0,-403.738,-1772.86,103.414,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (75483,1735,0,-352,-1768,103.559,5.623,0,0,0.324131,-0.946012,300,255,1), - (75484,2040,0,-352,-1768,103.559,5.623,0,0,0.324131,-0.946012,300,255,1), - (75485,1734,0,-352,-1768,103.559,5.623,0,0,0.324131,-0.946012,300,255,1), - (75486,2047,0,-352,-1768,103.559,5.623,0,0,0.324131,-0.946012,300,255,1), - (75487,1735,0,-260,-1753,125.66,0.521,0,0,0.257564,0.966261,300,255,1), - (75488,2040,0,-260,-1753,125.66,0.521,0,0,0.257564,0.966261,300,255,1), - (75489,1734,0,-260,-1753,125.66,0.521,0,0,0.257564,0.966261,300,255,1), - (75490,2047,0,-260,-1753,125.66,0.521,0,0,0.257564,0.966261,300,255,1), - (75491,1735,0,-154.448,-345.575,50.5997,1.27409,0,0,0.594823,0.803857,300,255,1), - (75492,2040,0,-154.448,-345.575,50.5997,1.27409,0,0,0.594823,0.803857,300,255,1), - (75493,1734,0,-154.448,-345.575,50.5997,1.27409,0,0,0.594823,0.803857,300,255,1), - (75494,2047,0,-154.448,-345.575,50.5997,1.27409,0,0,0.594823,0.803857,300,255,1), - (75495,1735,0,-272,-385,66.158,1.937,0,0,0.824037,0.566536,300,255,1), - (75496,2040,0,-272,-385,66.158,1.937,0,0,0.824037,0.566536,300,255,1), - (75497,1734,0,-272,-385,66.158,1.937,0,0,0.824037,0.566536,300,255,1), - (75498,2047,0,-272,-385,66.158,1.937,0,0,0.824037,0.566536,300,255,1), - (75499,1735,0,-291.373,-291.808,44.137,1.97222,0,0,0.833885,0.551938,300,255,1), - (75500,2040,0,-291.373,-291.808,44.137,1.97222,0,0,0.833885,0.551938,300,255,1), - (75501,1734,0,-291.373,-291.808,44.137,1.97222,0,0,0.833885,0.551938,300,255,1), - (75502,2047,0,-291.373,-291.808,44.137,1.97222,0,0,0.833885,0.551938,300,255,1), - (75503,1735,0,-121.89,-364.606,53.3096,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (75504,2040,0,-121.89,-364.606,53.3096,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (75505,1734,0,-121.89,-364.606,53.3096,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (75506,2047,0,-121.89,-364.606,53.3096,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (75507,1735,0,-128,-346,53.066,6.141,0,0,0.0710329,-0.997474,300,255,1), - (75508,2040,0,-128,-346,53.066,6.141,0,0,0.0710329,-0.997474,300,255,1), - (75509,1734,0,-128,-346,53.066,6.141,0,0,0.0710329,-0.997474,300,255,1), - (75510,2047,0,-128,-346,53.066,6.141,0,0,0.0710329,-0.997474,300,255,1), - (75511,1735,0,-170,-326,52.763,1.925,0,0,0.820623,0.57147,300,255,1), - (75512,2040,0,-170,-326,52.763,1.925,0,0,0.820623,0.57147,300,255,1), - (75513,1734,0,-170,-326,52.763,1.925,0,0,0.820623,0.57147,300,255,1), - (75514,2047,0,-170,-326,52.763,1.925,0,0,0.820623,0.57147,300,255,1), - (75515,1735,0,-250,-371,47.652,4.313,0,0,0.833323,-0.552786,300,255,1), - (75516,2040,0,-250,-371,47.652,4.313,0,0,0.833323,-0.552786,300,255,1), - (75517,1734,0,-250,-371,47.652,4.313,0,0,0.833323,-0.552786,300,255,1), - (75518,2047,0,-250,-371,47.652,4.313,0,0,0.833323,-0.552786,300,255,1), - (75519,1735,0,-189,-374,50.792,5.755,0,0,0.261033,-0.96533,300,255,1), - (75520,2040,0,-189,-374,50.792,5.755,0,0,0.261033,-0.96533,300,255,1), - (75521,1734,0,-189,-374,50.792,5.755,0,0,0.261033,-0.96533,300,255,1), - (75522,2047,0,-189,-374,50.792,5.755,0,0,0.261033,-0.96533,300,255,1), - (75523,2040,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (75524,165658,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (75525,1734,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (75526,1735,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (75527,1733,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (75528,1735,0,-10028.4,-3339.57,39.6986,-0.820303,0,0,-0.398748,0.91706,300,255,1), - (75529,1735,0,-1123,-1277,66.215,3.817,0,0,0.943518,-0.331321,300,255,1), - (75530,2040,0,-1123,-1277,66.215,3.817,0,0,0.943518,-0.331321,300,255,1), - (75531,1734,0,-1123,-1277,66.215,3.817,0,0,0.943518,-0.331321,300,255,1), - (75532,2047,0,-1123,-1277,66.215,3.817,0,0,0.943518,-0.331321,300,255,1), - (75533,1735,0,-190.746,-312.664,73.9734,2.53072,0,0,0.953716,0.300709,300,255,1), - (75534,2040,0,-190.746,-312.664,73.9734,2.53072,0,0,0.953716,0.300709,300,255,1), - (75535,1734,0,-190.746,-312.664,73.9734,2.53072,0,0,0.953716,0.300709,300,255,1), - (75536,2047,0,-190.746,-312.664,73.9734,2.53072,0,0,0.953716,0.300709,300,255,1), - (75537,1735,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,255,1), - (75538,2040,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,255,1), - (75539,1734,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,255,1), - (75540,2047,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,255,1), - (75541,1731,0,-745.488,-98.0213,57.8578,1.81514,0,0,0.78801,0.615662,300,255,1), - (75542,1732,0,-745.488,-98.0213,57.8578,1.81514,0,0,0.78801,0.615662,300,255,1), - (75543,1733,0,-745.488,-98.0213,57.8578,1.81514,0,0,0.78801,0.615662,300,255,1), - (75544,1731,0,-175.762,21.1603,82.2342,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (75545,1732,0,-175.762,21.1603,82.2342,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (75546,1733,0,-175.762,21.1603,82.2342,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (75547,1731,0,146.455,-789.081,96.4316,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75548,1732,0,146.455,-789.081,96.4316,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75549,1733,0,146.455,-789.081,96.4316,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75550,1731,0,-223.61,-1172.77,60.582,1.95477,0,0,0.829038,0.559192,300,255,1), - (75551,1732,0,-223.61,-1172.77,60.582,1.95477,0,0,0.829038,0.559192,300,255,1), - (75552,1733,0,-223.61,-1172.77,60.582,1.95477,0,0,0.829038,0.559192,300,255,1), - (75553,1731,0,-277.789,-1020.47,66.2642,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (75554,1732,0,-277.789,-1020.47,66.2642,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (75555,1733,0,-277.789,-1020.47,66.2642,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (75556,1731,0,-1004.35,-339.056,13.7319,0.226892,0,0,0.113203,0.993572,300,255,1), - (75557,1732,0,-1004.35,-339.056,13.7319,0.226892,0,0,0.113203,0.993572,300,255,1), - (75558,1733,0,-1004.35,-339.056,13.7319,0.226892,0,0,0.113203,0.993572,300,255,1), - (75559,1731,0,-472.812,368.856,106.055,2.67035,0,0,0.972369,0.233447,300,255,1), - (75560,1732,0,-472.812,368.856,106.055,2.67035,0,0,0.972369,0.233447,300,255,1), - (75561,1733,0,-472.812,368.856,106.055,2.67035,0,0,0.972369,0.233447,300,255,1), - (75562,1731,0,-403.761,-1124.34,56.1819,2.40855,0,0,0.93358,0.35837,300,255,1), - (75563,1732,0,-403.761,-1124.34,56.1819,2.40855,0,0,0.93358,0.35837,300,255,1), - (75564,1733,0,-403.761,-1124.34,56.1819,2.40855,0,0,0.93358,0.35837,300,255,1), - (75565,1731,0,15.0196,-1247.4,67.825,2.02458,0,0,0.848048,0.52992,300,255,1), - (75566,1732,0,15.0196,-1247.4,67.825,2.02458,0,0,0.848048,0.52992,300,255,1), - (75567,1733,0,15.0196,-1247.4,67.825,2.02458,0,0,0.848048,0.52992,300,255,1), - (75568,1731,0,-356.236,-1705.29,96.5566,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (75569,1732,0,-356.236,-1705.29,96.5566,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (75588,1733,0,-356.236,-1705.29,96.5566,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (75589,1731,0,-246.092,-1070.03,47.9878,0.977383,0,0,0.469471,0.882948,300,255,1), - (75590,1732,0,-246.092,-1070.03,47.9878,0.977383,0,0,0.469471,0.882948,300,255,1), - (75591,1733,0,-246.092,-1070.03,47.9878,0.977383,0,0,0.469471,0.882948,300,255,1), - (75592,1731,0,-226.163,-560.77,65.1476,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (75593,1732,0,-226.163,-560.77,65.1476,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (75594,1733,0,-226.163,-560.77,65.1476,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (75595,1731,0,-175.098,-386.277,51.7808,1.93731,0,0,0.824125,0.566409,300,255,1), - (75596,1732,0,-175.098,-386.277,51.7808,1.93731,0,0,0.824125,0.566409,300,255,1), - (75597,1733,0,-175.098,-386.277,51.7808,1.93731,0,0,0.824125,0.566409,300,255,1), - (75598,2040,0,-10028.4,-3339.57,39.6986,-0.820303,0,0,-0.398748,0.91706,300,255,1), - (75599,1734,0,-10028.4,-3339.57,39.6986,-0.820303,0,0,-0.398748,0.91706,300,255,1), - (75600,1731,0,-5860.61,-3754.48,334.931,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (75601,1732,0,-5860.61,-3754.48,334.931,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (75602,1733,0,-5860.61,-3754.48,334.931,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (75603,1731,0,-4673.84,-3000.53,320.473,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (75604,1732,0,-4673.84,-3000.53,320.473,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (75605,1733,0,-4673.84,-3000.53,320.473,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (75606,1731,0,-5306.12,-2698.85,352.962,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (75607,1732,0,-5306.12,-2698.85,352.962,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (75608,1733,0,-5306.12,-2698.85,352.962,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (75609,1731,0,-4926.78,-3765,322.941,0.506145,0,0,0.25038,0.968148,300,255,1), - (75610,1732,0,-4926.78,-3765,322.941,0.506145,0,0,0.25038,0.968148,300,255,1), - (75611,1733,0,-4926.78,-3765,322.941,0.506145,0,0,0.25038,0.968148,300,255,1), - (75612,1731,0,-5357.71,-2718.82,363.565,0.942478,0,0,0.453991,0.891006,300,255,1), - (75613,1732,0,-5357.71,-2718.82,363.565,0.942478,0,0,0.453991,0.891006,300,255,1), - (75614,1733,0,-5357.71,-2718.82,363.565,0.942478,0,0,0.453991,0.891006,300,255,1), - (75615,1731,0,-5534.53,-2711.2,369.837,0.261799,0,0,0.130526,0.991445,300,255,1), - (75616,1732,0,-5534.53,-2711.2,369.837,0.261799,0,0,0.130526,0.991445,300,255,1), - (75617,1733,0,-5534.53,-2711.2,369.837,0.261799,0,0,0.130526,0.991445,300,255,1), - (75618,1731,0,-4986.73,-2962.82,316.091,1.88496,0,0,0.809018,0.587783,300,255,1), - (75619,1732,0,-4986.73,-2962.82,316.091,1.88496,0,0,0.809018,0.587783,300,255,1), - (75620,1733,0,-4986.73,-2962.82,316.091,1.88496,0,0,0.809018,0.587783,300,255,1), - (75621,1731,0,-5692.68,-3123.95,316.189,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (75622,1732,0,-5692.68,-3123.95,316.189,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (75623,1733,0,-5692.68,-3123.95,316.189,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (75624,1731,0,-5624.58,-2926.26,409.998,-3.07178,0,0,-0.999391,0.0348993,300,255,1), - (75625,1732,0,-5624.58,-2926.26,409.998,-3.07178,0,0,-0.999391,0.0348993,300,255,1), - (75626,1733,0,-5624.58,-2926.26,409.998,-3.07178,0,0,-0.999391,0.0348993,300,255,1), - (75627,1731,0,-5744.19,-3532.99,306.714,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (75628,1732,0,-5744.19,-3532.99,306.714,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (75629,1733,0,-5744.19,-3532.99,306.714,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (75630,1731,0,-5792.43,-3586.6,337.733,1.5708,0,0,0.707108,0.707106,300,255,1), - (75631,1732,0,-5792.43,-3586.6,337.733,1.5708,0,0,0.707108,0.707106,300,255,1), - (75632,1733,0,-5792.43,-3586.6,337.733,1.5708,0,0,0.707108,0.707106,300,255,1), - (75633,1731,0,-4898.06,-3039.79,319.946,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (75634,1732,0,-4898.06,-3039.79,319.946,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (75635,1733,0,-4898.06,-3039.79,319.946,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (75636,1731,0,-5366.79,-3137.5,303.529,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (75637,1732,0,-5366.79,-3137.5,303.529,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (75638,1733,0,-5366.79,-3137.5,303.529,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (75639,1731,0,-5906.61,-3848.87,350.884,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (75640,1732,0,-5906.61,-3848.87,350.884,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (75641,1733,0,-5906.61,-3848.87,350.884,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (75642,1731,0,-5528.69,-2989.79,373.278,-0.942478,0,0,-0.453991,0.891006,300,255,1), - (75643,1732,0,-5528.69,-2989.79,373.278,-0.942478,0,0,-0.453991,0.891006,300,255,1), - (75644,1733,0,-5528.69,-2989.79,373.278,-0.942478,0,0,-0.453991,0.891006,300,255,1), - (75645,1731,0,-5960.8,-2781.47,392.505,0.122173,0,0,0.0610485,0.998135,300,255,1), - (75646,1732,0,-5960.8,-2781.47,392.505,0.122173,0,0,0.0610485,0.998135,300,255,1), - (75647,1733,0,-5960.8,-2781.47,392.505,0.122173,0,0,0.0610485,0.998135,300,255,1), - (75648,1731,0,-5071.19,-2724.19,320.265,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (75649,1732,0,-5071.19,-2724.19,320.265,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (75650,1733,0,-5071.19,-2724.19,320.265,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (75651,1731,0,-5593.5,-3256.05,289.35,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (75652,1732,0,-5593.5,-3256.05,289.35,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (75653,1733,0,-5593.5,-3256.05,289.35,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (75654,1731,0,-4965.51,-2996.1,317.392,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (75655,1732,0,-4965.51,-2996.1,317.392,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (75656,1733,0,-4965.51,-2996.1,317.392,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (75657,1731,0,-4867.67,-2974.29,318.302,0.925024,0,0,0.446198,0.894934,300,255,1), - (75658,1732,0,-4867.67,-2974.29,318.302,0.925024,0,0,0.446198,0.894934,300,255,1), - (75659,1733,0,-4867.67,-2974.29,318.302,0.925024,0,0,0.446198,0.894934,300,255,1), - (75660,1731,0,-5717.69,-3627.2,315.512,-2.86234,0,0,-0.990268,0.139173,300,255,1), - (75661,1732,0,-5717.69,-3627.2,315.512,-2.86234,0,0,-0.990268,0.139173,300,255,1), - (75662,1733,0,-5717.69,-3627.2,315.512,-2.86234,0,0,-0.990268,0.139173,300,255,1), - (75663,1731,0,-5376,-4026.73,345.587,2.23402,0,0,0.898794,0.438372,300,255,1), - (75664,1732,0,-5376,-4026.73,345.587,2.23402,0,0,0.898794,0.438372,300,255,1), - (75665,1733,0,-5376,-4026.73,345.587,2.23402,0,0,0.898794,0.438372,300,255,1), - (75666,1731,0,-5783.95,-3212.13,309.844,0.645772,0,0,0.317305,0.948324,300,255,1), - (75667,1732,0,-5783.95,-3212.13,309.844,0.645772,0,0,0.317305,0.948324,300,255,1), - (75668,1733,0,-5783.95,-3212.13,309.844,0.645772,0,0,0.317305,0.948324,300,255,1), - (75669,1731,0,-5189.03,-4137.99,344.148,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (75670,1732,0,-5189.03,-4137.99,344.148,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (75671,1733,0,-5189.03,-4137.99,344.148,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (75672,1731,0,-4748.16,-3588.43,308.719,1.44862,0,0,0.662619,0.748957,300,255,1), - (75673,1732,0,-4748.16,-3588.43,308.719,1.44862,0,0,0.662619,0.748957,300,255,1), - (75674,1733,0,-4748.16,-3588.43,308.719,1.44862,0,0,0.662619,0.748957,300,255,1), - (75675,1731,0,-6141,-2972.89,400.16,2.80998,0,0,0.986286,0.165048,300,255,1), - (75676,1732,0,-6141,-2972.89,400.16,2.80998,0,0,0.986286,0.165048,300,255,1), - (75677,1733,0,-6141,-2972.89,400.16,2.80998,0,0,0.986286,0.165048,300,255,1), - (75678,1731,0,-6100.43,-2984.39,419.492,1.44862,0,0,0.662619,0.748957,300,255,1), - (75679,1732,0,-6100.43,-2984.39,419.492,1.44862,0,0,0.662619,0.748957,300,255,1), - (75680,1733,0,-6100.43,-2984.39,419.492,1.44862,0,0,0.662619,0.748957,300,255,1), - (75681,1731,0,-5517.82,-2731.01,366.158,0.750492,0,0,0.366501,0.930417,300,255,1), - (75682,1732,0,-5517.82,-2731.01,366.158,0.750492,0,0,0.366501,0.930417,300,255,1), - (75683,1733,0,-5517.82,-2731.01,366.158,0.750492,0,0,0.366501,0.930417,300,255,1), - (75684,1731,0,-4971.56,-3146.3,321.716,1.27409,0,0,0.594823,0.803857,300,255,1), - (75685,1732,0,-4971.56,-3146.3,321.716,1.27409,0,0,0.594823,0.803857,300,255,1), - (75686,1733,0,-4971.56,-3146.3,321.716,1.27409,0,0,0.594823,0.803857,300,255,1), - (75687,1731,0,-4913.92,-3381,302.121,0.541052,0,0,0.267238,0.96363,300,255,1), - (75688,1732,0,-4913.92,-3381,302.121,0.541052,0,0,0.267238,0.96363,300,255,1), - (75689,1733,0,-4913.92,-3381,302.121,0.541052,0,0,0.267238,0.96363,300,255,1), - (75690,1731,0,-5642.75,-3256.99,312.215,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (75691,1732,0,-5642.75,-3256.99,312.215,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (75692,1733,0,-5642.75,-3256.99,312.215,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (75693,1731,0,-5142.94,-3360.46,284.629,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (75694,1732,0,-5142.94,-3360.46,284.629,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (75695,1733,0,-5142.94,-3360.46,284.629,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (75696,1731,0,-5498.42,-3316.85,286.99,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (75697,1732,0,-5498.42,-3316.85,286.99,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (75698,1733,0,-5498.42,-3316.85,286.99,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (75699,1731,0,-5423.67,-2709.96,368.752,2.51327,0,0,0.951056,0.309019,300,255,1), - (75700,1732,0,-5423.67,-2709.96,368.752,2.51327,0,0,0.951056,0.309019,300,255,1), - (75701,1733,0,-5423.67,-2709.96,368.752,2.51327,0,0,0.951056,0.309019,300,255,1), - (75702,1731,0,-5582.72,-3545.79,290.129,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (75703,1732,0,-5582.72,-3545.79,290.129,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (75704,1733,0,-5582.72,-3545.79,290.129,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (75705,1731,0,-6054.89,-2957.95,401.839,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (75706,1732,0,-6054.89,-2957.95,401.839,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (75707,1733,0,-6054.89,-2957.95,401.839,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (75708,1731,0,-6001.23,-2859,394.728,3.05433,0,0,0.999048,0.0436174,300,255,1), - (75709,1732,0,-6001.23,-2859,394.728,3.05433,0,0,0.999048,0.0436174,300,255,1), - (75710,1733,0,-6001.23,-2859,394.728,3.05433,0,0,0.999048,0.0436174,300,255,1), - (75711,1731,0,-4728.93,-3142.43,302.941,3.10669,0,0,0.999848,0.0174505,300,255,1), - (75712,1732,0,-4728.93,-3142.43,302.941,3.10669,0,0,0.999848,0.0174505,300,255,1), - (75713,1733,0,-4728.93,-3142.43,302.941,3.10669,0,0,0.999848,0.0174505,300,255,1), - (75714,1731,0,-4651.34,-3121.1,301.035,-0.401426,0,0,-0.199368,0.979925,300,255,1), - (75715,1732,0,-4651.34,-3121.1,301.035,-0.401426,0,0,-0.199368,0.979925,300,255,1), - (75716,1733,0,-4651.34,-3121.1,301.035,-0.401426,0,0,-0.199368,0.979925,300,255,1), - (75717,1731,0,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390732,300,255,1), - (75718,1732,0,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390732,300,255,1), - (75719,1733,0,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390732,300,255,1), - (75720,1731,0,-4923.44,-2971.1,317.558,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (75721,1732,0,-4923.44,-2971.1,317.558,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (75722,1733,0,-4923.44,-2971.1,317.558,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (75723,1731,0,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,300,255,1), - (75724,1732,0,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,300,255,1), - (75725,1733,0,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,300,255,1), - (75726,1731,0,-5362.56,-3552.67,280.771,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (75727,1732,0,-5362.56,-3552.67,280.771,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (75728,1733,0,-5362.56,-3552.67,280.771,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (75729,1731,0,-5306.52,-3564.57,287.213,-2.37365,0,0,-0.927184,0.374606,300,255,1), - (75730,1732,0,-5306.52,-3564.57,287.213,-2.37365,0,0,-0.927184,0.374606,300,255,1), - (75731,1733,0,-5306.52,-3564.57,287.213,-2.37365,0,0,-0.927184,0.374606,300,255,1), - (75732,1731,0,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130528,300,255,1), - (75733,1732,0,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130528,300,255,1), - (75734,1733,0,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130528,300,255,1), - (75735,1731,0,-5538.97,-4016.46,382.358,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (75736,1732,0,-5538.97,-4016.46,382.358,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (75737,1733,0,-5538.97,-4016.46,382.358,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (75738,1731,0,-5791.16,-2947.83,376.026,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (75739,1732,0,-5791.16,-2947.83,376.026,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (75740,1733,0,-5791.16,-2947.83,376.026,-2.98451,0,0,-0.996917,0.0784606,300,255,1), - (75741,1731,0,-5541.88,-4316.9,399.572,2.23402,0,0,0.898794,0.438372,300,255,1), - (75742,1732,0,-5541.88,-4316.9,399.572,2.23402,0,0,0.898794,0.438372,300,255,1), - (75743,1733,0,-5541.88,-4316.9,399.572,2.23402,0,0,0.898794,0.438372,300,255,1), - (75744,1731,0,-5869.6,-4071.64,398.154,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (75745,1732,0,-5869.6,-4071.64,398.154,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (75746,1733,0,-5869.6,-4071.64,398.154,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (75747,1731,0,-5593,-3257,289.07,-1,0,0,-0.479426,0.877583,300,255,1), - (75748,1732,0,-5593,-3257,289.07,-1,0,0,-0.479426,0.877583,300,255,1), - (75749,1733,0,-5593,-3257,289.07,-1,0,0,-0.479426,0.877583,300,255,1), - (75750,1731,0,-4928,-3765,323.991,0.506,0,0,0.25031,0.968166,300,255,1), - (75751,1732,0,-4928,-3765,323.991,0.506,0,0,0.25031,0.968166,300,255,1), - (75752,1733,0,-4928,-3765,323.991,0.506,0,0,0.25031,0.968166,300,255,1), - (75753,1731,0,-5750,-3940,328.844,4.389,0,0,0.811721,-0.584045,300,255,1), - (75754,1732,0,-5750,-3940,328.844,4.389,0,0,0.811721,-0.584045,300,255,1), - (75755,1733,0,-5750,-3940,328.844,4.389,0,0,0.811721,-0.584045,300,255,1), - (75756,1731,0,-5846,-3040,330.966,1.399,0,0,0.643835,0.765164,300,255,1), - (75757,1732,0,-5846,-3040,330.966,1.399,0,0,0.643835,0.765164,300,255,1), - (75758,1733,0,-5846,-3040,330.966,1.399,0,0,0.643835,0.765164,300,255,1), - (75759,1731,0,-4943,-2974,321.613,0,0,0,0,1,300,255,1), - (75760,1732,0,-4943,-2974,321.613,0,0,0,0,1,300,255,1), - (75761,1733,0,-4943,-2974,321.613,0,0,0,0,1,300,255,1), - (75762,1731,0,-5534.53,-2711.2,369.837,0.261798,0,0,0.130525,0.991445,300,255,1), - (75763,1732,0,-5534.53,-2711.2,369.837,0.261798,0,0,0.130525,0.991445,300,255,1), - (75764,1733,0,-5534.53,-2711.2,369.837,0.261798,0,0,0.130525,0.991445,300,255,1), - (75765,1731,0,-5896,-2848,383.134,1.871,0,0,0.804896,0.593416,300,255,1), - (75766,1732,0,-5896,-2848,383.134,1.871,0,0,0.804896,0.593416,300,255,1), - (75767,1733,0,-5896,-2848,383.134,1.871,0,0,0.804896,0.593416,300,255,1), - (75768,1731,0,-5359,-3894,341.694,0.507,0,0,0.250794,0.968041,300,255,1), - (75769,1732,0,-5359,-3894,341.694,0.507,0,0,0.250794,0.968041,300,255,1), - (75770,1733,0,-5359,-3894,341.694,0.507,0,0,0.250794,0.968041,300,255,1), - (75771,1731,0,-5912,-3855,353.174,4.247,0,0,0.851108,-0.52499,300,255,1), - (75772,1732,0,-5912,-3855,353.174,4.247,0,0,0.851108,-0.52499,300,255,1), - (75773,1733,0,-5912,-3855,353.174,4.247,0,0,0.851108,-0.52499,300,255,1), - (75774,1731,0,-5091.8,-3324.24,280.257,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (75775,1732,0,-5091.8,-3324.24,280.257,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (75776,1733,0,-5091.8,-3324.24,280.257,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (75777,1731,0,-4838.35,-3140.2,318.547,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (75778,1732,0,-4838.35,-3140.2,318.547,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (75779,1733,0,-4838.35,-3140.2,318.547,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (75780,1731,0,-4985,-3873,317.697,2.653,0,0,0.970308,0.241874,300,255,1), - (75781,1732,0,-4985,-3873,317.697,2.653,0,0,0.970308,0.241874,300,255,1), - (75782,1733,0,-4985,-3873,317.697,2.653,0,0,0.970308,0.241874,300,255,1), - (75783,1731,0,-4829,-2988,321.079,2.339,0,0,0.920555,0.390612,300,255,1), - (75784,1732,0,-4829,-2988,321.079,2.339,0,0,0.920555,0.390612,300,255,1), - (75785,1733,0,-4829,-2988,321.079,2.339,0,0,0.920555,0.390612,300,255,1), - (75786,1731,0,-5804,-3134,342.026,3.506,0,0,0.983447,-0.181197,300,255,1), - (75787,1732,0,-5804,-3134,342.026,3.506,0,0,0.983447,-0.181197,300,255,1), - (75788,1733,0,-5804,-3134,342.026,3.506,0,0,0.983447,-0.181197,300,255,1), - (75789,1731,0,-5849,-3600,351.124,5.819,0,0,0.230015,-0.973187,300,255,1), - (75790,1732,0,-5849,-3600,351.124,5.819,0,0,0.230015,-0.973187,300,255,1), - (75791,1733,0,-5849,-3600,351.124,5.819,0,0,0.230015,-0.973187,300,255,1), - (75792,1731,0,-5538,-3116,342.941,3.977,0,0,0.914023,-0.405663,300,255,1), - (75793,1732,0,-5538,-3116,342.941,3.977,0,0,0.914023,-0.405663,300,255,1), - (75794,1733,0,-5538,-3116,342.941,3.977,0,0,0.914023,-0.405663,300,255,1), - (75795,1731,0,-5900,-2973,371.701,-2,0,0,-0.841471,0.540302,300,255,1), - (75796,1732,0,-5900,-2973,371.701,-2,0,0,-0.841471,0.540302,300,255,1), - (75797,1733,0,-5900,-2973,371.701,-2,0,0,-0.841471,0.540302,300,255,1), - (75798,1731,0,-5464,-3190,335.219,1.222,0,0,0.573687,0.819075,300,255,1), - (75799,1732,0,-5464,-3190,335.219,1.222,0,0,0.573687,0.819075,300,255,1), - (75800,1733,0,-5464,-3190,335.219,1.222,0,0,0.573687,0.819075,300,255,1), - (75801,1731,0,-5109,-3122,313.269,-2,0,0,-0.841471,0.540302,300,255,1), - (75802,1732,0,-5109,-3122,313.269,-2,0,0,-0.841471,0.540302,300,255,1), - (75803,1733,0,-5109,-3122,313.269,-2,0,0,-0.841471,0.540302,300,255,1), - (75804,1731,0,-6119.89,-2964.38,398.496,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (75805,1732,0,-6119.89,-2964.38,398.496,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (75806,1733,0,-6119.89,-2964.38,398.496,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (75807,1731,0,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,300,255,1), - (75808,1732,0,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,300,255,1), - (75809,1733,0,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,300,255,1), - (75810,1731,0,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,300,255,1), - (75811,1732,0,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,300,255,1), - (75812,1733,0,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,300,255,1), - (75813,1731,0,-5711,-3176,321.194,-1,0,0,-0.479426,0.877583,300,255,1), - (75814,1732,0,-5711,-3176,321.194,-1,0,0,-0.479426,0.877583,300,255,1), - (75815,1733,0,-5711,-3176,321.194,-1,0,0,-0.479426,0.877583,300,255,1), - (75816,1731,0,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,300,255,1), - (75817,1732,0,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,300,255,1), - (75818,1733,0,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,300,255,1), - (75819,1731,0,-4826.3,-3957.94,336.999,0.575959,0,0,0.284016,0.95882,300,255,1), - (75820,1732,0,-4826.3,-3957.94,336.999,0.575959,0,0,0.284016,0.95882,300,255,1), - (75821,1733,0,-4826.3,-3957.94,336.999,0.575959,0,0,0.284016,0.95882,300,255,1), - (75822,1731,0,-5358,-2720,363.231,0.942,0,0,0.453778,0.891115,300,255,1), - (75823,1732,0,-5358,-2720,363.231,0.942,0,0,0.453778,0.891115,300,255,1), - (75824,1733,0,-5358,-2720,363.231,0.942,0,0,0.453778,0.891115,300,255,1), - (75825,1731,0,-5522.71,-4161.74,383.012,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (75826,1732,0,-5522.71,-4161.74,383.012,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (75827,1733,0,-5522.71,-4161.74,383.012,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (75828,1731,0,-5407.56,-3421.51,285.106,1.88496,0,0,0.809018,0.587783,300,255,1), - (75829,1732,0,-5407.56,-3421.51,285.106,1.88496,0,0,0.809018,0.587783,300,255,1), - (75830,1733,0,-5407.56,-3421.51,285.106,1.88496,0,0,0.809018,0.587783,300,255,1), - (75831,1731,0,-5547.15,-2933.8,374.021,3.10665,0,0,0.999847,0.0174704,300,255,1), - (75832,1732,0,-5547.15,-2933.8,374.021,3.10665,0,0,0.999847,0.0174704,300,255,1), - (75833,1733,0,-5547.15,-2933.8,374.021,3.10665,0,0,0.999847,0.0174704,300,255,1), - (75834,1731,0,-6120.49,-3021.54,396.495,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (75835,1732,0,-6120.49,-3021.54,396.495,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (75836,1733,0,-6120.49,-3021.54,396.495,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (75837,1731,0,-5361.94,-3235.94,286.772,0.942478,0,0,0.453991,0.891006,300,255,1), - (75838,1732,0,-5361.94,-3235.94,286.772,0.942478,0,0,0.453991,0.891006,300,255,1), - (75839,1733,0,-5361.94,-3235.94,286.772,0.942478,0,0,0.453991,0.891006,300,255,1), - (75840,1731,0,-5721.44,-3713.94,312.301,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (75841,1732,0,-5721.44,-3713.94,312.301,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (75842,1733,0,-5721.44,-3713.94,312.301,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (75843,1731,0,-4946,-2901,352.869,4.391,0,0,0.811137,-0.584857,300,255,1), - (75844,1732,0,-4946,-2901,352.869,4.391,0,0,0.811137,-0.584857,300,255,1), - (75845,1733,0,-4946,-2901,352.869,4.391,0,0,0.811137,-0.584857,300,255,1), - (75846,1731,0,-5606,-4105,390.494,3.054,0,0,0.999041,0.0437824,300,255,1), - (75847,1732,0,-5606,-4105,390.494,3.054,0,0,0.999041,0.0437824,300,255,1), - (75848,1733,0,-5606,-4105,390.494,3.054,0,0,0.999041,0.0437824,300,255,1), - (75849,1731,0,-5626,-3152,323.433,1.396,0,0,0.642687,0.766129,300,255,1), - (75850,1732,0,-5626,-3152,323.433,1.396,0,0,0.642687,0.766129,300,255,1), - (75851,1733,0,-5626,-3152,323.433,1.396,0,0,0.642687,0.766129,300,255,1), - (75852,1731,0,-5284.12,-3306.02,254.845,1.13446,0,0,0.537298,0.843393,300,255,1), - (75853,1732,0,-5284.12,-3306.02,254.845,1.13446,0,0,0.537298,0.843393,300,255,1), - (75854,1733,0,-5284.12,-3306.02,254.845,1.13446,0,0,0.537298,0.843393,300,255,1), - (75855,1731,0,-5773,-2917,365.51,0.731,0,0,0.357416,0.933945,300,255,1), - (75856,1732,0,-5773,-2917,365.51,0.731,0,0,0.357416,0.933945,300,255,1), - (75857,1733,0,-5773,-2917,365.51,0.731,0,0,0.357416,0.933945,300,255,1), - (75858,1731,0,-5179.53,-3290.78,276.421,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (75859,1732,0,-5179.53,-3290.78,276.421,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (75860,1733,0,-5179.53,-3290.78,276.421,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (75861,1731,0,-4939,-2632,331.85,0.873,0,0,0.42277,0.906237,300,255,1), - (75862,1732,0,-4939,-2632,331.85,0.873,0,0,0.42277,0.906237,300,255,1), - (75863,1733,0,-4939,-2632,331.85,0.873,0,0,0.42277,0.906237,300,255,1), - (75864,1731,0,-5349.29,-4168.89,336.427,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (75865,1732,0,-5349.29,-4168.89,336.427,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (75866,1733,0,-5349.29,-4168.89,336.427,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (75867,1731,0,-5575.64,-2751.37,370.087,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (75868,1732,0,-5575.64,-2751.37,370.087,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (75869,1733,0,-5575.64,-2751.37,370.087,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (75870,1731,0,-6194.21,-2996.44,387.533,-0.05236,0,0,-0.026177,0.999657,300,255,1), - (75871,1732,0,-6194.21,-2996.44,387.533,-0.05236,0,0,-0.026177,0.999657,300,255,1), - (75872,1733,0,-6194.21,-2996.44,387.533,-0.05236,0,0,-0.026177,0.999657,300,255,1), - (75873,1731,0,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267239,300,255,1), - (75874,1732,0,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267239,300,255,1), - (75875,1733,0,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267239,300,255,1), - (75876,1731,0,-5691.15,-4099.24,397.565,-1.309,0,0,-0.608763,0.793352,300,255,1), - (75877,1732,0,-5691.15,-4099.24,397.565,-1.309,0,0,-0.608763,0.793352,300,255,1), - (75878,1733,0,-5691.15,-4099.24,397.565,-1.309,0,0,-0.608763,0.793352,300,255,1), - (75879,1731,0,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325567,300,255,1), - (75880,1732,0,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325567,300,255,1), - (75881,1733,0,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325567,300,255,1), - (75882,1731,0,-5802.45,-3740.06,325.453,-0.069813,0,0,-0.0348994,0.999391,300,255,1), - (75883,1732,0,-5802.45,-3740.06,325.453,-0.069813,0,0,-0.0348994,0.999391,300,255,1), - (75884,1733,0,-5802.45,-3740.06,325.453,-0.069813,0,0,-0.0348994,0.999391,300,255,1), - (75885,1731,0,-5067.35,-2619.15,373.198,0.017453,0,0,0.00872639,0.999962,300,255,1), - (75886,1732,0,-5067.35,-2619.15,373.198,0.017453,0,0,0.00872639,0.999962,300,255,1), - (75887,1733,0,-5067.35,-2619.15,373.198,0.017453,0,0,0.00872639,0.999962,300,255,1), - (75888,1731,0,-5344.7,-3897.95,334.121,1.41372,0,0,0.649449,0.760405,300,255,1), - (75889,1732,0,-5344.7,-3897.95,334.121,1.41372,0,0,0.649449,0.760405,300,255,1), - (75890,1733,0,-5344.7,-3897.95,334.121,1.41372,0,0,0.649449,0.760405,300,255,1), - (75891,1731,0,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,300,255,1), - (75892,1732,0,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,300,255,1), - (75893,1733,0,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,300,255,1), - (75894,1731,0,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,300,255,1), - (75895,1732,0,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,300,255,1), - (75896,1733,0,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,300,255,1), - (75897,1731,0,-4787.7,-4173.91,305.719,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (75898,1732,0,-4787.7,-4173.91,305.719,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (75899,1733,0,-4787.7,-4173.91,305.719,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (75900,1731,0,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,300,255,1), - (75901,1732,0,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,300,255,1), - (75902,1733,0,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,300,255,1), - (75903,1731,0,-6062.61,-2740.13,422.309,-0.20944,0,0,-0.104529,0.994522,300,255,1), - (75904,1732,0,-6062.61,-2740.13,422.309,-0.20944,0,0,-0.104529,0.994522,300,255,1), - (75905,1733,0,-6062.61,-2740.13,422.309,-0.20944,0,0,-0.104529,0.994522,300,255,1), - (75906,1731,0,-5821,-2801,381.365,1.833,0,0,0.793476,0.608601,300,255,1), - (75907,1732,0,-5821,-2801,381.365,1.833,0,0,0.793476,0.608601,300,255,1), - (75908,1733,0,-5821,-2801,381.365,1.833,0,0,0.793476,0.608601,300,255,1), - (75909,1731,0,-5879,-3948,357.137,5.669,0,0,0.302289,-0.953216,300,255,1), - (75910,1732,0,-5879,-3948,357.137,5.669,0,0,0.302289,-0.953216,300,255,1), - (75911,1733,0,-5879,-3948,357.137,5.669,0,0,0.302289,-0.953216,300,255,1), - (75912,1731,0,-4843,-3956,319.805,1.765,0,0,0.772329,0.635222,300,255,1), - (75913,1732,0,-4843,-3956,319.805,1.765,0,0,0.772329,0.635222,300,255,1), - (75914,1733,0,-4843,-3956,319.805,1.765,0,0,0.772329,0.635222,300,255,1), - (75915,1731,0,-4739.3,-4114.37,311.837,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (75916,1732,0,-4739.3,-4114.37,311.837,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (75917,1733,0,-4739.3,-4114.37,311.837,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (75918,1731,0,-4779.18,-4055.91,311.679,0.15708,0,0,0.0784593,0.996917,300,255,1), - (75919,1732,0,-4779.18,-4055.91,311.679,0.15708,0,0,0.0784593,0.996917,300,255,1), - (75920,1733,0,-4779.18,-4055.91,311.679,0.15708,0,0,0.0784593,0.996917,300,255,1), - (75921,1731,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75922,1732,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75923,1733,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75924,1731,0,-5639.08,-3903.59,325.725,1.3439,0,0,0.622513,0.782609,300,255,1), - (75925,1732,0,-5639.08,-3903.59,325.725,1.3439,0,0,0.622513,0.782609,300,255,1), - (75926,1733,0,-5639.08,-3903.59,325.725,1.3439,0,0,0.622513,0.782609,300,255,1), - (75927,1731,0,-5736,-3879,334.654,1.838,0,0,0.794995,0.606615,300,255,1), - (75928,1732,0,-5736,-3879,334.654,1.838,0,0,0.794995,0.606615,300,255,1), - (75929,1733,0,-5736,-3879,334.654,1.838,0,0,0.794995,0.606615,300,255,1), - (75930,1731,0,-5653.57,-3924.1,328.478,0.20944,0,0,0.104529,0.994522,300,255,1), - (75931,1732,0,-5653.57,-3924.1,328.478,0.20944,0,0,0.104529,0.994522,300,255,1), - (75932,1733,0,-5653.57,-3924.1,328.478,0.20944,0,0,0.104529,0.994522,300,255,1), - (75933,1731,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75934,1732,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75935,1733,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (75936,1731,0,-5842.29,-4205.48,417.789,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (75937,1732,0,-5842.29,-4205.48,417.789,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (75938,1733,0,-5842.29,-4205.48,417.789,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (75939,1731,0,-9519.65,-2103.17,94.1483,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (75940,1732,0,-9519.65,-2103.17,94.1483,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (75941,1733,0,-9519.65,-2103.17,94.1483,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (75942,1731,0,-9565.56,-3240.22,50.891,2.3911,0,0,0.930417,0.366502,300,255,1), - (75943,1732,0,-9565.56,-3240.22,50.891,2.3911,0,0,0.930417,0.366502,300,255,1), - (75944,1733,0,-9565.56,-3240.22,50.891,2.3911,0,0,0.930417,0.366502,300,255,1), - (75945,1731,0,-8750.37,-2258.32,155.634,0.453786,0,0,0.224951,0.97437,300,255,1), - (75946,1732,0,-8750.37,-2258.32,155.634,0.453786,0,0,0.224951,0.97437,300,255,1), - (75947,1733,0,-8750.37,-2258.32,155.634,0.453786,0,0,0.224951,0.97437,300,255,1), - (75948,1731,0,-9372.14,-1915.85,67.3032,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (75949,1732,0,-9372.14,-1915.85,67.3032,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (75950,1733,0,-9372.14,-1915.85,67.3032,-0.541052,0,0,-0.267238,0.96363,300,255,1), - (75951,1731,0,-8810.75,-2136.72,150.143,0.453786,0,0,0.224951,0.97437,300,255,1), - (75952,1732,0,-8810.75,-2136.72,150.143,0.453786,0,0,0.224951,0.97437,300,255,1), - (75953,1733,0,-8810.75,-2136.72,150.143,0.453786,0,0,0.224951,0.97437,300,255,1), - (75954,1731,0,-9343.75,-2926.38,109.87,1.58825,0,0,0.713251,0.700909,300,255,1), - (75955,1732,0,-9343.75,-2926.38,109.87,1.58825,0,0,0.713251,0.700909,300,255,1), - (75956,1733,0,-9343.75,-2926.38,109.87,1.58825,0,0,0.713251,0.700909,300,255,1), - (75957,1731,0,-9591.81,-2403.29,64.4106,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (75958,1732,0,-9591.81,-2403.29,64.4106,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (75959,1733,0,-9591.81,-2403.29,64.4106,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (75960,1731,0,-8839.28,-2528.36,142.069,2.98451,0,0,0.996917,0.0784606,300,255,1), - (75961,1732,0,-8839.28,-2528.36,142.069,2.98451,0,0,0.996917,0.0784606,300,255,1), - (75962,1733,0,-8839.28,-2528.36,142.069,2.98451,0,0,0.996917,0.0784606,300,255,1), - (75963,1731,0,-8840,-2071,128.304,3.142,0,0,1,-0.000203653,300,255,1), - (75964,1732,0,-8840,-2071,128.304,3.142,0,0,1,-0.000203653,300,255,1), - (75965,1733,0,-8840,-2071,128.304,3.142,0,0,1,-0.000203653,300,255,1), - (75966,1731,0,-9285.47,-3419.89,105.121,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75967,1732,0,-9285.47,-3419.89,105.121,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75968,1733,0,-9285.47,-3419.89,105.121,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (75969,1731,0,-8688.33,-2170.14,156.791,2.21657,0,0,0.894935,0.446197,300,255,1), - (75970,1732,0,-8688.33,-2170.14,156.791,2.21657,0,0,0.894935,0.446197,300,255,1), - (75971,1733,0,-8688.33,-2170.14,156.791,2.21657,0,0,0.894935,0.446197,300,255,1), - (75972,1731,0,-9440.46,-3395.88,89.0594,-1.67552,0,0,-0.743146,0.669129,300,255,1), - (75973,1732,0,-9440.46,-3395.88,89.0594,-1.67552,0,0,-0.743146,0.669129,300,255,1), - (75974,1733,0,-9440.46,-3395.88,89.0594,-1.67552,0,0,-0.743146,0.669129,300,255,1), - (75975,1731,0,-9737.6,-2925.08,67.047,1.98968,0,0,0.838672,0.544637,300,255,1), - (75976,1732,0,-9737.6,-2925.08,67.047,1.98968,0,0,0.838672,0.544637,300,255,1), - (75977,1733,0,-9737.6,-2925.08,67.047,1.98968,0,0,0.838672,0.544637,300,255,1), - (75978,1731,0,-8705.2,-2598.11,140.532,2.77507,0,0,0.983255,0.182237,300,255,1), - (75979,1732,0,-8705.2,-2598.11,140.532,2.77507,0,0,0.983255,0.182237,300,255,1), - (75980,1733,0,-8705.2,-2598.11,140.532,2.77507,0,0,0.983255,0.182237,300,255,1), - (75981,1731,0,-8981.17,-2296.79,136.786,-2.11185,0,0,-0.870356,0.492424,300,255,1), - (75982,1732,0,-8981.17,-2296.79,136.786,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (75983,1733,0,-8981.17,-2296.79,136.786,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (75984,1731,0,-9373.97,-2729.39,57.8007,2.56563,0,0,0.958819,0.284017,300,255,1), - (75985,1732,0,-9373.97,-2729.39,57.8007,2.56563,0,0,0.958819,0.284017,300,255,1), - (75986,1733,0,-9373.97,-2729.39,57.8007,2.56563,0,0,0.958819,0.284017,300,255,1), - (75987,1731,0,-9675.05,-3188.28,62.2984,2.3911,0,0,0.930417,0.366502,300,255,1), - (75988,1732,0,-9675.05,-3188.28,62.2984,2.3911,0,0,0.930417,0.366502,300,255,1), - (75989,1733,0,-9675.05,-3188.28,62.2984,2.3911,0,0,0.930417,0.366502,300,255,1), - (75990,1731,0,-9697.58,-1754.86,62.2563,-2.67035,0,0,-0.972369,0.233448,300,255,1), - (75991,1732,0,-9697.58,-1754.86,62.2563,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (75992,1733,0,-9697.58,-1754.86,62.2563,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (75993,1731,0,-9562.95,-1836.39,74.0232,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (75994,1732,0,-9562.95,-1836.39,74.0232,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (75995,1733,0,-9562.95,-1836.39,74.0232,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (75996,1731,0,-9654.49,-2022.86,57.1197,1.02974,0,0,0.492422,0.870357,300,255,1), - (75997,1732,0,-9654.49,-2022.86,57.1197,1.02974,0,0,0.492422,0.870357,300,255,1), - (75998,1733,0,-9654.49,-2022.86,57.1197,1.02974,0,0,0.492422,0.870357,300,255,1), - (75999,1731,0,-9804.08,-2248.52,73.8627,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (76000,1732,0,-9804.08,-2248.52,73.8627,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (76001,1733,0,-9804.08,-2248.52,73.8627,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (76002,1731,0,-9004.29,-2477.13,147.16,-2.75762,0,0,-0.981627,0.190812,300,255,1), - (76003,1732,0,-9004.29,-2477.13,147.16,-2.75762,0,0,-0.981627,0.190809,300,255,1), - (76004,1733,0,-9004.29,-2477.13,147.16,-2.75762,0,0,-0.981627,0.190809,300,255,1), - (76005,1731,0,-9430,-1973,81.649,5.14,0,0,0.540972,-0.84104,300,255,1), - (76006,1732,0,-9430,-1973,81.649,5.14,0,0,0.540972,-0.84104,300,255,1), - (76007,1733,0,-9430,-1973,81.649,5.14,0,0,0.540972,-0.84104,300,255,1), - (76008,1731,0,-9119,-2165,124.142,0.089,0,0,0.0444853,0.99901,300,255,1), - (76009,1732,0,-9119,-2165,124.142,0.089,0,0,0.0444853,0.99901,300,255,1), - (76010,1733,0,-9119,-2165,124.142,0.089,0,0,0.0444853,0.99901,300,255,1), - (76011,1731,0,-9233,-3283,104.756,-2,0,0,-0.841471,0.540302,300,255,1), - (76012,1732,0,-9233,-3283,104.756,-2,0,0,-0.841471,0.540302,300,255,1), - (76013,1733,0,-9233,-3283,104.756,-2,0,0,-0.841471,0.540302,300,255,1), - (76014,1731,0,-9141,-3080,123.024,3.054,0,0,0.999041,0.0437824,300,255,1), - (76015,1732,0,-9141,-3080,123.024,3.054,0,0,0.999041,0.0437824,300,255,1), - (76016,1733,0,-9141,-3080,123.024,3.054,0,0,0.999041,0.0437824,300,255,1), - (76017,1731,0,-9138,-3187,107.33,-2,0,0,-0.841471,0.540302,300,255,1), - (76018,1732,0,-9138,-3187,107.33,-2,0,0,-0.841471,0.540302,300,255,1), - (76019,1733,0,-9138,-3187,107.33,-2,0,0,-0.841471,0.540302,300,255,1), - (76020,1731,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,255,1), - (76021,1732,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,255,1), - (76022,1733,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,255,1), - (76023,1731,0,-9637.25,-2812.56,60.8158,1.46608,0,0,0.669132,0.743144,300,255,1), - (76024,1732,0,-9637.25,-2812.56,60.8158,1.46608,0,0,0.669132,0.743144,300,255,1), - (76025,1733,0,-9637.25,-2812.56,60.8158,1.46608,0,0,0.669132,0.743144,300,255,1), - (76026,1731,0,-9186,-2912,112.139,2.217,0,0,0.895031,0.446005,300,255,1), - (76027,1732,0,-9186,-2912,112.139,2.217,0,0,0.895031,0.446005,300,255,1), - (76028,1733,0,-9186,-2912,112.139,2.217,0,0,0.895031,0.446005,300,255,1), - (76029,1731,0,-9152,-2106,104.396,6.094,0,0,0.0944517,-0.995529,300,255,1), - (76030,1732,0,-9152,-2106,104.396,6.094,0,0,0.0944517,-0.995529,300,255,1), - (76031,1733,0,-9152,-2106,104.396,6.094,0,0,0.0944517,-0.995529,300,255,1), - (76032,1731,0,-8961,-2664,152.968,4.575,0,0,0.753975,-0.656903,300,255,1), - (76033,1732,0,-8961,-2664,152.968,4.575,0,0,0.753975,-0.656903,300,255,1), - (76034,1733,0,-8961,-2664,152.968,4.575,0,0,0.753975,-0.656903,300,255,1), - (76035,1731,0,-9414.11,-1916.16,97.5622,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (76036,1732,0,-9414.11,-1916.16,97.5622,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (76037,1733,0,-9414.11,-1916.16,97.5622,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (76038,1731,0,-9737.25,-2440.96,70.0273,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (76039,1732,0,-9737.25,-2440.96,70.0273,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (76040,1733,0,-9737.25,-2440.96,70.0273,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (76041,1731,0,-9440.52,-2880.75,76.799,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (76042,1732,0,-9440.52,-2880.75,76.799,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (76043,1733,0,-9440.52,-2880.75,76.799,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (76044,1731,0,-9370,-1893,82.194,2.313,0,0,0.9154,0.402546,300,255,1), - (76045,1732,0,-9370,-1893,82.194,2.313,0,0,0.9154,0.402546,300,255,1), - (76046,1733,0,-9370,-1893,82.194,2.313,0,0,0.9154,0.402546,300,255,1), - (76047,1731,0,-9116.97,-2785.5,104.123,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (76048,1732,0,-9116.97,-2785.5,104.123,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (76049,1733,0,-9116.97,-2785.5,104.123,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (76050,1731,0,-9623.88,-2158.55,69.8939,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (76051,1732,0,-9623.88,-2158.55,69.8939,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (76052,1733,0,-9623.88,-2158.55,69.8939,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (76053,1731,0,-9078,-3300,102.242,4.673,0,0,0.720895,-0.693044,300,255,1), - (76054,1732,0,-9078,-3300,102.242,4.673,0,0,0.720895,-0.693044,300,255,1), - (76055,1733,0,-9078,-3300,102.242,4.673,0,0,0.720895,-0.693044,300,255,1), - (76056,1731,0,-9484.96,-1976.89,94.0196,0.890117,0,0,0.430511,0.902586,300,255,1), - (76057,1732,0,-9484.96,-1976.89,94.0196,0.890117,0,0,0.430511,0.902586,300,255,1), - (76058,1733,0,-9484.96,-1976.89,94.0196,0.890117,0,0,0.430511,0.902586,300,255,1), - (76059,1731,0,-9046,-2374,143.905,0.117,0,0,0.0584666,0.998289,300,255,1), - (76060,1732,0,-9046,-2374,143.905,0.117,0,0,0.0584666,0.998289,300,255,1), - (76061,1733,0,-9046,-2374,143.905,0.117,0,0,0.0584666,0.998289,300,255,1), - (76062,1731,0,-9767.09,-2316.49,70.4724,2.26893,0,0,0.906308,0.422617,300,255,1), - (76063,1732,0,-9767.09,-2316.49,70.4724,2.26893,0,0,0.906308,0.422617,300,255,1), - (76064,1733,0,-9767.09,-2316.49,70.4724,2.26893,0,0,0.906308,0.422617,300,255,1), - (76065,1731,0,-9195,-2439,78.889,0.538,0,0,0.265768,0.964037,300,255,1), - (76066,1732,0,-9195,-2439,78.889,0.538,0,0,0.265768,0.964037,300,255,1), - (76067,1733,0,-9195,-2439,78.889,0.538,0,0,0.265768,0.964037,300,255,1), - (76068,1731,0,-9007,-3213,108.538,0.591,0,0,0.291218,0.956657,300,255,1), - (76069,1732,0,-9007,-3213,108.538,0.591,0,0,0.291218,0.956657,300,255,1), - (76070,1733,0,-9007,-3213,108.538,0.591,0,0,0.291218,0.956657,300,255,1), - (76071,1731,0,-9663,-2031,59.886,4.497,0,0,0.779015,-0.627006,300,255,1), - (76072,1732,0,-9663,-2031,59.886,4.497,0,0,0.779015,-0.627006,300,255,1), - (76073,1733,0,-9663,-2031,59.886,4.497,0,0,0.779015,-0.627006,300,255,1), - (76074,1731,0,-9052.53,-2680.67,132.473,1.8675,0,0,0.803856,0.594824,300,255,1), - (76075,1732,0,-9052.53,-2680.67,132.473,1.8675,0,0,0.803856,0.594824,300,255,1), - (76076,1733,0,-9052.53,-2680.67,132.473,1.8675,0,0,0.803856,0.594824,300,255,1), - (76077,1731,0,-9741,-2102,62.484,2.845,0,0,0.989024,0.147753,300,255,1), - (76078,1732,0,-9741,-2102,62.484,2.845,0,0,0.989024,0.147753,300,255,1), - (76079,1733,0,-9741,-2102,62.484,2.845,0,0,0.989024,0.147753,300,255,1), - (76080,1731,0,-9716.32,-2978.55,74.1443,1.46608,0,0,0.669132,0.743144,300,255,1), - (76081,1732,0,-9716.32,-2978.55,74.1443,1.46608,0,0,0.669132,0.743144,300,255,1), - (76082,1733,0,-9716.32,-2978.55,74.1443,1.46608,0,0,0.669132,0.743144,300,255,1), - (76083,1731,0,-9005.68,-2161.51,134.853,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (76084,1732,0,-9005.68,-2161.51,134.853,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (76085,1733,0,-9005.68,-2161.51,134.853,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (76086,1731,0,-8772.81,-2456.81,154.145,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (76087,1732,0,-8772.81,-2456.81,154.145,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (76088,1733,0,-8772.81,-2456.81,154.145,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (76089,1731,0,-8725.08,-2239.77,157.653,3.12414,0,0,0.999962,0.0087262,300,255,1), - (76090,1732,0,-8725.08,-2239.77,157.653,3.12414,0,0,0.999962,0.0087262,300,255,1), - (76091,1733,0,-8725.08,-2239.77,157.653,3.12414,0,0,0.999962,0.0087262,300,255,1), - (76092,1731,0,-8754.97,-2199.17,154.057,1.93731,0,0,0.824125,0.566409,300,255,1), - (76093,1732,0,-8754.97,-2199.17,154.057,1.93731,0,0,0.824125,0.566409,300,255,1), - (76094,1733,0,-8754.97,-2199.17,154.057,1.93731,0,0,0.824125,0.566409,300,255,1), - (76095,1731,0,-9179.15,-2442.4,115.091,0.314158,0,0,0.156434,0.987688,300,255,1), - (76096,1732,0,-9179.15,-2442.4,115.091,0.314158,0,0,0.156434,0.987688,300,255,1), - (76097,1733,0,-9179.15,-2442.4,115.091,0.314158,0,0,0.156434,0.987688,300,255,1), - (76098,1731,0,-8723.21,-2522.05,143.106,-1.27409,0,0,-0.594823,0.803857,300,255,1), - (76099,1732,0,-8723.21,-2522.05,143.106,-1.27409,0,0,-0.594823,0.803857,300,255,1), - (76100,1733,0,-8723.21,-2522.05,143.106,-1.27409,0,0,-0.594823,0.803857,300,255,1), - (76101,1731,0,-8967,-2650,144.29,4.79,0,0,0.679142,-0.734007,300,255,1), - (76102,1732,0,-8967,-2650,144.29,4.79,0,0,0.679142,-0.734007,300,255,1), - (76103,1733,0,-8967,-2650,144.29,4.79,0,0,0.679142,-0.734007,300,255,1), - (76104,1731,0,-9239.7,-3262.89,106.295,2.98451,0,0,0.996917,0.0784606,300,255,1), - (76105,1732,0,-9239.7,-3262.89,106.295,2.98451,0,0,0.996917,0.0784606,300,255,1), - (76106,1733,0,-9239.7,-3262.89,106.295,2.98451,0,0,0.996917,0.0784606,300,255,1), - (76107,1731,0,-9533.11,-2925.66,107.77,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (76108,1732,0,-9533.11,-2925.66,107.77,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (76109,1733,0,-9533.11,-2925.66,107.77,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (76110,1731,0,-8721.37,-2148.08,161.364,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (76111,1732,0,-8721.37,-2148.08,161.364,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (76112,1733,0,-8721.37,-2148.08,161.364,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (76113,1731,0,-9401,-3011,136.686,0.733,0,0,0.35835,0.933587,300,255,1), - (76114,1732,0,-9401,-3011,136.686,0.733,0,0,0.35835,0.933587,300,255,1), - (76115,1733,0,-9401,-3011,136.686,0.733,0,0,0.35835,0.933587,300,255,1), - (76116,1731,0,-9103,-2815,130.706,4.97,0,0,0.610422,-0.792077,300,255,1), - (76117,1732,0,-9103,-2815,130.706,4.97,0,0,0.610422,-0.792077,300,255,1), - (76118,1733,0,-9103,-2815,130.706,4.97,0,0,0.610422,-0.792077,300,255,1), - (76119,1731,0,-9198,-3367,101.611,0.367,0,0,0.182472,0.983211,300,255,1), - (76120,1732,0,-9198,-3367,101.611,0.367,0,0,0.182472,0.983211,300,255,1), - (76121,1733,0,-9198,-3367,101.611,0.367,0,0,0.182472,0.983211,300,255,1), - (76122,1731,0,-9701,-2719,70.936,0.454,0,0,0.225056,0.974346,300,255,1), - (76123,1732,0,-9701,-2719,70.936,0.454,0,0,0.225056,0.974346,300,255,1), - (76124,1733,0,-9701,-2719,70.936,0.454,0,0,0.225056,0.974346,300,255,1), - (76125,1731,0,-9097,-3393,141.475,2.838,0,0,0.988501,0.151214,300,255,1), - (76126,1732,0,-9097,-3393,141.475,2.838,0,0,0.988501,0.151214,300,255,1), - (76127,1733,0,-9097,-3393,141.475,2.838,0,0,0.988501,0.151214,300,255,1), - (76128,1731,0,-9315.86,-3138.06,100.133,1.0821,0,0,0.515036,0.857168,300,255,1), - (76129,1732,0,-9315.86,-3138.06,100.133,1.0821,0,0,0.515036,0.857168,300,255,1), - (76130,1733,0,-9315.86,-3138.06,100.133,1.0821,0,0,0.515036,0.857168,300,255,1), - (76131,1731,0,-9489,-3013,135.963,-1,0,0,-0.479426,0.877583,300,255,1), - (76132,1732,0,-9489,-3013,135.963,-1,0,0,-0.479426,0.877583,300,255,1), - (76133,1733,0,-9489,-3013,135.963,-1,0,0,-0.479426,0.877583,300,255,1), - (76134,1731,0,-9324,-3328,93.635,1.222,0,0,0.573687,0.819075,300,255,1), - (76135,1732,0,-9324,-3328,93.635,1.222,0,0,0.573687,0.819075,300,255,1), - (76136,1733,0,-9324,-3328,93.635,1.222,0,0,0.573687,0.819075,300,255,1), - (76137,1731,0,-9417,-2027,58.517,3.565,0,0,0.977674,-0.210126,300,255,1), - (76138,1732,0,-9417,-2027,58.517,3.565,0,0,0.977674,-0.210126,300,255,1), - (76139,1733,0,-9417,-2027,58.517,3.565,0,0,0.977674,-0.210126,300,255,1), - (76140,1731,0,-9256,-2871,95.625,3.142,0,0,1,-0.000203653,300,255,1), - (76141,1732,0,-9256,-2871,95.625,3.142,0,0,1,-0.000203653,300,255,1), - (76142,1733,0,-9256,-2871,95.625,3.142,0,0,1,-0.000203653,300,255,1), - (76143,1731,0,-9607,-2859,66.72,0.332,0,0,0.165239,0.986254,300,255,1), - (76144,1732,0,-9607,-2859,66.72,0.332,0,0,0.165239,0.986254,300,255,1), - (76145,1733,0,-9607,-2859,66.72,0.332,0,0,0.165239,0.986254,300,255,1), - (76146,1731,0,-9550.32,-3301.11,50.2162,2.74017,0,0,0.979925,0.199366,300,255,1), - (76147,1732,0,-9550.32,-3301.11,50.2162,2.74017,0,0,0.979925,0.199366,300,255,1), - (76148,1733,0,-9550.32,-3301.11,50.2162,2.74017,0,0,0.979925,0.199366,300,255,1), - (76149,1731,0,-9470.41,-3442.23,122.738,1.8326,0,0,0.793355,0.60876,300,255,1), - (76150,1732,0,-9470.41,-3442.23,122.738,1.8326,0,0,0.793355,0.60876,300,255,1), - (76151,1733,0,-9470.41,-3442.23,122.738,1.8326,0,0,0.793355,0.60876,300,255,1), - (76152,1731,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,255,1), - (76153,1732,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,255,1), - (76154,1733,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,255,1), - (76155,1731,0,-9494,-1976,89.934,5.63,0,0,0.320818,-0.947141,300,255,1), - (76156,1732,0,-9494,-1976,89.934,5.63,0,0,0.320818,-0.947141,300,255,1), - (76157,1733,0,-9494,-1976,89.934,5.63,0,0,0.320818,-0.947141,300,255,1), - (76158,1731,0,-9640,-2134,64.595,1.092,0,0,0.519273,0.854608,300,255,1), - (76159,1732,0,-9640,-2134,64.595,1.092,0,0,0.519273,0.854608,300,255,1), - (76160,1733,0,-9640,-2134,64.595,1.092,0,0,0.519273,0.854608,300,255,1), - (76161,1731,0,-9082,-2430,129.537,1.885,0,0,0.80903,0.587767,300,255,1), - (76162,1732,0,-9082,-2430,129.537,1.885,0,0,0.80903,0.587767,300,255,1), - (76163,1733,0,-9082,-2430,129.537,1.885,0,0,0.80903,0.587767,300,255,1), - (76164,1731,0,-9255,-2871,95.373,3.142,0,0,1,-0.000203653,300,255,1), - (76165,1732,0,-9255,-2871,95.373,3.142,0,0,1,-0.000203653,300,255,1), - (76166,1733,0,-9255,-2871,95.373,3.142,0,0,1,-0.000203653,300,255,1), - (76167,1731,0,-9009,-3212,108.143,0.591,0,0,0.291218,0.956657,300,255,1), - (76168,1732,0,-9009,-3212,108.143,0.591,0,0,0.291218,0.956657,300,255,1), - (76169,1733,0,-9009,-3212,108.143,0.591,0,0,0.291218,0.956657,300,255,1), - (76170,1731,0,-9057.66,-1975.82,157.037,4.71239,0,0,0.707106,-0.707107,300,255,1), - (76171,1732,0,-9057.66,-1975.82,157.037,4.71239,0,0,0.707106,-0.707107,300,255,1), - (76172,1733,0,-9057.66,-1975.82,157.037,4.71239,0,0,0.707106,-0.707107,300,255,1), - (76173,2054,0,-8850,-1900,127.941,4.143,0,0,0.877245,-0.480043,300,255,1), - (76174,2055,0,-8850,-1900,127.941,4.143,0,0,0.877245,-0.480043,300,255,1), - (76175,2054,0,-8815,-1984,129.12,0.311,0,0,0.154874,0.987934,300,255,1), - (76176,2055,0,-8815,-1984,129.12,0.311,0,0,0.154874,0.987934,300,255,1), - (76177,2054,0,-8916,-2010,138.744,4.76,0,0,0.690075,-0.723738,300,255,1), - (76178,2055,0,-8916,-2010,138.744,4.76,0,0,0.690075,-0.723738,300,255,1), - (76179,2054,0,-8764,-2000,130.984,2.133,0,0,0.875515,0.483192,300,255,1), - (76180,2055,0,-8764,-2000,130.984,2.133,0,0,0.875515,0.483192,300,255,1), - (76181,2054,0,-8819,-1986,129.321,0.311,0,0,0.154874,0.987934,300,255,1), - (76182,2055,0,-8819,-1986,129.321,0.311,0,0,0.154874,0.987934,300,255,1), - (76183,2054,0,-8850,-1905,125.96,4.143,0,0,0.877245,-0.480043,300,255,1), - (76184,2055,0,-8850,-1905,125.96,4.143,0,0,0.877245,-0.480043,300,255,1), - (76185,2054,0,-8905,-1946,138.278,4.544,0,0,0.764066,-0.645138,300,255,1), - (76186,2055,0,-8905,-1946,138.278,4.544,0,0,0.764066,-0.645138,300,255,1), - (76187,2054,0,-8931,-1974,139.301,4.874,0,0,0.647723,-0.761876,300,255,1), - (76188,2055,0,-8931,-1974,139.301,4.874,0,0,0.647723,-0.761876,300,255,1), - (76189,2054,0,-8820.87,-1947.33,133.085,0.942478,0,0,0.453991,0.891006,300,255,1), - (76190,2055,0,-8820.87,-1947.33,133.085,0.942478,0,0,0.453991,0.891006,300,255,1), - (76191,2054,0,-8877.34,-1944.79,129.779,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (76192,2055,0,-8877.34,-1944.79,129.779,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (76193,2054,0,-8871.49,-2012.31,124.82,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (76194,2055,0,-8871.49,-2012.31,124.82,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (76195,2054,0,-8867,-2045,127.509,5.208,0,0,0.51207,-0.858944,300,255,1), - (76196,2055,0,-8867,-2045,127.509,5.208,0,0,0.51207,-0.858944,300,255,1), - (76197,2054,0,-8822.76,-1975.59,124.41,-0.767945,0,0,-0.374607,0.927184,300,255,1), - (76198,2055,0,-8822.76,-1975.59,124.41,-0.767945,0,0,-0.374607,0.927184,300,255,1), - (76199,2054,0,-8804,-1930,125.48,3.048,0,0,0.998905,0.0467792,300,255,1), - (76200,2055,0,-8804,-1930,125.48,3.048,0,0,0.998905,0.0467792,300,255,1), - (76201,2054,0,-8789,-2046,127.599,2.199,0,0,0.89098,0.454042,300,255,1), - (76202,2055,0,-8789,-2046,127.599,2.199,0,0,0.89098,0.454042,300,255,1), - (76203,2054,0,-8842,-2074,128.179,3.142,0,0,1,-0.000203653,300,255,1), - (76204,2055,0,-8842,-2074,128.179,3.142,0,0,1,-0.000203653,300,255,1), - (76205,2054,0,-8782,-2048,128.154,2.199,0,0,0.89098,0.454042,300,255,1), - (76206,2055,0,-8782,-2048,128.154,2.199,0,0,0.89098,0.454042,300,255,1), - (76207,2054,0,-8958,-1990,137.616,5.848,0,0,0.21588,-0.97642,300,255,1), - (76208,2055,0,-8958,-1990,137.616,5.848,0,0,0.21588,-0.97642,300,255,1), - (76209,2054,0,-8835,-1927,125.082,2.03,0,0,0.849481,0.52762,300,255,1), - (76210,2055,0,-8835,-1927,125.082,2.03,0,0,0.849481,0.52762,300,255,1), - (76211,2054,0,-8774.09,-1973.63,129.718,2.11185,0,0,0.870356,0.492423,300,255,1), - (76212,2055,0,-8774.09,-1973.63,129.718,2.11185,0,0,0.870356,0.492423,300,255,1), - (76213,2040,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,255,1), - (76214,324,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,255,1), - (76215,165658,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,255,1), - (76216,1734,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,255,1), - (76217,2047,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,255,1), - (76218,2040,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,255,1), - (76219,324,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,255,1), - (76220,165658,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,255,1), - (76221,1734,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,255,1), - (76222,2047,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,255,1), - (76223,2040,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,255,1), - (76224,324,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,255,1), - (76225,165658,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,255,1), - (76226,1734,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,255,1), - (76227,2047,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,255,1), - (76228,2040,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,255,1), - (76229,324,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,255,1), - (76230,165658,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,255,1), - (76231,1734,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,255,1), - (76232,2047,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,255,1), - (76233,2040,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,255,1), - (76234,324,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,255,1), - (76235,165658,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,255,1), - (76236,1734,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,255,1), - (76237,2047,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,255,1), - (76238,2040,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,255,1), - (76239,324,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,255,1), - (76240,165658,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,255,1), - (76241,1734,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,255,1), - (76242,2047,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,255,1), - (76243,2040,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76244,324,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76245,165658,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76246,1734,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76247,2047,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76248,2040,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (76249,324,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (76250,165658,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (76251,1734,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (76252,2047,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (76253,2040,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,255,1), - (76254,324,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,255,1), - (76255,165658,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,255,1), - (76256,1734,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,255,1), - (76257,2047,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,255,1), - (76258,2040,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,255,1), - (76259,324,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,255,1), - (76260,165658,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,255,1), - (76261,1734,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,255,1), - (76262,2047,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,255,1), - (76263,2040,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,255,1), - (76264,324,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,255,1), - (76265,165658,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,255,1), - (76266,1734,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,255,1), - (76267,2047,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,255,1), - (76268,2040,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,255,1), - (76269,324,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,255,1), - (76270,165658,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,255,1), - (76271,1734,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,255,1), - (76272,2047,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,255,1), - (76273,2040,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,255,1), - (76274,324,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,255,1), - (76275,165658,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,255,1), - (76276,1734,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,255,1), - (76277,2047,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,255,1), - (76278,2040,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,255,1), - (76279,324,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,255,1), - (76280,165658,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,255,1), - (76281,1734,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,255,1), - (76282,2047,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,255,1), - (76283,2040,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,255,1), - (76284,324,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,255,1), - (76285,165658,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,255,1), - (76286,1734,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,255,1), - (76287,2047,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,255,1), - (76288,2040,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76289,324,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76290,165658,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76291,1734,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76292,2047,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76293,2040,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76294,324,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76295,165658,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76296,1734,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76297,2047,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76298,2040,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76299,324,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76300,165658,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76301,1734,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76302,2047,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76303,2040,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,255,1), - (76304,324,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,255,1), - (76305,165658,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,255,1), - (76306,1734,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,255,1), - (76307,2047,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,255,1), - (76308,2040,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,255,1), - (76309,324,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,255,1), - (76310,165658,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,255,1), - (76311,1734,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,255,1), - (76312,2047,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,255,1), - (76313,2040,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (76314,324,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (76315,165658,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (76316,1734,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (76317,2047,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (76318,2040,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,255,1), - (76319,324,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,255,1), - (76320,165658,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,255,1), - (76321,1734,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,255,1), - (76322,2047,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,255,1), - (76323,2040,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (76324,324,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (76325,165658,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (76326,1734,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (76327,2047,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (76328,2040,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (76329,324,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (76330,165658,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (76331,1734,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (76332,2047,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (76333,2040,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76334,324,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76335,165658,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76336,1734,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76337,2047,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,255,1), - (76338,2040,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (76339,324,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (76340,165658,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (76341,1734,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (76342,2047,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (76343,2040,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,255,1), - (76344,324,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,255,1), - (76345,165658,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,255,1), - (76346,1734,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,255,1), - (76347,2047,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,255,1), - (76348,2040,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76349,324,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76350,165658,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76351,1734,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76352,2047,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76353,2040,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76354,324,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76355,165658,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76356,1734,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76357,2047,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76358,2040,0,-7078,-1298,266.799,0,0,0,0,1,300,255,1), - (76359,324,0,-7078,-1298,266.799,0,0,0,0,1,300,255,1), - (76360,165658,0,-7078,-1298,266.799,0,0,0,0,1,300,255,1), - (76361,1734,0,-7078,-1298,266.799,0,0,0,0,1,300,255,1), - (76362,2047,0,-7078,-1298,266.799,0,0,0,0,1,300,255,1), - (76363,2040,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,255,1), - (76364,324,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,255,1), - (76365,165658,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,255,1), - (76366,1734,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,255,1), - (76367,2047,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,255,1), - (76368,2040,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76369,324,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76370,165658,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76371,1734,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76372,2047,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,255,1), - (76373,2040,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (76374,324,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (76375,165658,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (76376,1734,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (76377,2047,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (76378,2040,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,255,1), - (76379,324,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,255,1), - (76380,165658,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,255,1), - (76381,1734,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,255,1), - (76382,2047,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,255,1), - (76383,2040,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76384,324,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76385,165658,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76386,1734,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76387,2047,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76388,2040,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,255,1), - (76389,324,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,255,1), - (76390,165658,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,255,1), - (76391,1734,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,255,1), - (76392,2047,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,255,1), - (76393,2040,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76394,324,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76395,165658,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76396,1734,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76397,2047,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76398,2040,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,255,1), - (76399,324,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,255,1), - (76400,165658,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,255,1), - (76401,1734,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,255,1), - (76402,2047,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,255,1), - (76403,2040,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,255,1), - (76404,324,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,255,1), - (76405,165658,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,255,1), - (76406,1734,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,255,1), - (76407,2047,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,255,1), - (76408,2040,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,255,1), - (76409,324,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,255,1), - (76410,165658,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,255,1), - (76411,1734,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,255,1), - (76412,2047,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,255,1), - (76413,2040,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,255,1), - (76414,324,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,255,1), - (76415,165658,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,255,1), - (76416,1734,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,255,1), - (76417,2047,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,255,1), - (76418,2040,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,255,1), - (76419,324,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,255,1), - (76420,165658,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,255,1), - (76421,1734,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,255,1), - (76422,2047,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,255,1), - (76423,2040,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,255,1), - (76424,324,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,255,1), - (76425,165658,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,255,1), - (76426,1734,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,255,1), - (76427,2047,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,255,1), - (76428,2040,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,255,1), - (76429,324,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,255,1), - (76430,165658,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,255,1), - (76431,1734,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,255,1), - (76432,2047,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,255,1), - (76433,2040,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,255,1), - (76434,324,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,255,1), - (76435,165658,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,255,1), - (76436,1734,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,255,1), - (76437,2047,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,255,1), - (76438,2040,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,255,1), - (76439,324,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,255,1), - (76440,165658,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,255,1), - (76441,1734,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,255,1), - (76442,2047,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,255,1), - (76443,2040,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,255,1), - (76444,324,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,255,1), - (76445,165658,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,255,1), - (76446,1734,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,255,1), - (76447,2047,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,255,1), - (76448,2040,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,255,1), - (76449,324,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,255,1), - (76450,165658,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,255,1), - (76451,1734,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,255,1), - (76452,2047,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,255,1), - (76453,2040,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,255,1), - (76454,324,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,255,1), - (76455,165658,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,255,1), - (76456,1734,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,255,1), - (76457,2047,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,255,1), - (76458,2040,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,255,1), - (76459,324,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,255,1), - (76460,165658,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,255,1), - (76461,1734,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,255,1), - (76462,2047,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,255,1), - (76463,2040,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,255,1), - (76464,324,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,255,1), - (76465,165658,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,255,1), - (76466,1734,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,255,1), - (76467,2047,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,255,1), - (76468,2040,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,255,1), - (76469,324,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,255,1), - (76470,165658,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,255,1), - (76471,1734,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,255,1), - (76472,2047,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,255,1), - (76473,2040,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,255,1), - (76474,324,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,255,1), - (76475,165658,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,255,1), - (76476,1734,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,255,1), - (76477,2047,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,255,1), - (76478,2040,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,255,1), - (76479,324,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,255,1), - (76480,165658,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,255,1), - (76481,1734,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,255,1), - (76482,2047,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,255,1), - (76483,2040,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,255,1), - (76484,324,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,255,1), - (76485,165658,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,255,1), - (76486,1734,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,255,1), - (76487,2047,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,255,1), - (76488,2040,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,255,1), - (76489,324,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,255,1), - (76490,165658,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,255,1), - (76491,1734,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,255,1), - (76492,2047,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,255,1), - (76493,2040,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,255,1), - (76494,324,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,255,1), - (76495,165658,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,255,1), - (76496,1734,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,255,1), - (76497,2047,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,255,1), - (76498,2040,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,255,1), - (76499,324,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,255,1), - (76500,165658,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,255,1), - (76501,1734,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,255,1), - (76502,2047,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,255,1), - (76503,2040,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,255,1), - (76504,324,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,255,1), - (76505,165658,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,255,1), - (76506,1734,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,255,1), - (76507,2047,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,255,1), - (76508,2040,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,255,1), - (76509,324,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,255,1), - (76510,165658,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,255,1), - (76511,1734,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,255,1), - (76512,2047,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,255,1), - (76513,2040,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,255,1), - (76514,324,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,255,1), - (76515,165658,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,255,1), - (76516,1734,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,255,1), - (76517,2047,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,255,1), - (76518,2040,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,255,1), - (76519,324,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,255,1), - (76520,165658,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,255,1), - (76521,1734,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,255,1), - (76522,2047,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,255,1), - (76523,2040,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76524,324,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76525,165658,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76526,1734,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76527,2047,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (76528,2040,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76529,324,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76530,165658,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76531,1734,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76532,2047,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,255,1), - (76533,2040,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76534,324,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76535,165658,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76536,1734,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76537,2047,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,255,1), - (76538,2040,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,255,1), - (76539,324,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,255,1), - (76540,165658,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,255,1), - (76541,1734,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,255,1), - (76542,2047,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,255,1), - (76543,2040,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76544,324,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76545,165658,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76546,1734,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76547,2047,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (76548,2040,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,255,1), - (76549,324,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,255,1), - (76550,165658,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,255,1), - (76551,1734,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,255,1), - (76552,2047,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,255,1), - (76553,2040,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (76554,324,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (76555,165658,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (76556,1734,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (76557,2047,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (76558,2040,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,255,1), - (76559,324,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,255,1), - (76560,165658,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,255,1), - (76561,1734,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,255,1), - (76562,2047,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,255,1), - (76563,2040,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,255,1), - (76564,324,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,255,1), - (76565,165658,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,255,1), - (76566,1734,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,255,1), - (76567,2047,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,255,1), - (76568,2040,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,255,1), - (76569,324,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,255,1), - (76570,165658,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,255,1), - (76571,1734,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,255,1), - (76572,2047,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,255,1), - (76573,2040,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,255,1), - (76574,324,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,255,1), - (76575,165658,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,255,1), - (76576,1734,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,255,1), - (76577,2047,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,255,1), - (76578,2040,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,255,1), - (76579,165658,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,255,1), - (76580,1734,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,255,1), - (76581,1735,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,255,1), - (76582,1733,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,255,1), - (76583,2040,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,255,1), - (76584,165658,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,255,1), - (76585,1734,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,255,1), - (76586,1735,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,255,1), - (76587,1733,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,255,1), - (76588,2040,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,255,1), - (76589,165658,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,255,1), - (76590,1734,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,255,1), - (76591,1735,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,255,1), - (76592,1733,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,255,1), - (76593,2040,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,255,1), - (76594,165658,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,255,1), - (76595,1734,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,255,1), - (76596,1735,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,255,1), - (76597,1733,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,255,1), - (76598,2040,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (76599,165658,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (76600,1734,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (76601,1735,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (76602,1733,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (76603,2040,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,255,1), - (76604,165658,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,255,1), - (76605,1734,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,255,1), - (76606,1735,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,255,1), - (76607,1733,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,255,1), - (76608,2040,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,255,1), - (76609,165658,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,255,1), - (76610,1734,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,255,1), - (76611,1735,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,255,1), - (76612,1733,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,255,1), - (76613,2040,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,255,1), - (76614,165658,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,255,1), - (76615,1734,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,255,1), - (76616,1735,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,255,1), - (76617,1733,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,255,1), - (76618,2040,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,255,1), - (76619,165658,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,255,1), - (76620,1734,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,255,1), - (76621,1735,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,255,1), - (76622,1733,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,255,1), - (76623,2040,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,255,1), - (76624,165658,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,255,1), - (76625,1734,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,255,1), - (76626,1735,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,255,1), - (76627,1733,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,255,1), - (76628,2040,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,255,1), - (76629,165658,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,255,1), - (76630,1734,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,255,1), - (76631,1735,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,255,1), - (76632,1733,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,255,1), - (76633,2040,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,255,1), - (76634,165658,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,255,1), - (76635,1734,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,255,1), - (76636,1735,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,255,1), - (76637,1733,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,255,1), - (76638,2040,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76639,165658,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76640,1734,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76641,1735,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76642,1733,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (76643,2040,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76644,165658,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76645,1734,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76646,1735,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76647,1733,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76648,2040,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (76649,165658,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (76650,1734,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (76651,1735,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (76652,1733,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (76653,2040,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,255,1), - (76654,165658,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,255,1), - (76655,1734,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,255,1), - (76656,1735,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,255,1), - (76657,1733,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,255,1), - (76658,2040,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,255,1), - (76659,165658,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,255,1), - (76660,1734,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,255,1), - (76661,1735,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,255,1), - (76662,1733,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,255,1), - (76663,2040,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,255,1), - (76664,165658,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,255,1), - (76665,1734,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,255,1), - (76666,1735,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,255,1), - (76667,1733,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,255,1), - (76668,2040,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,255,1), - (76669,165658,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,255,1), - (76670,1734,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,255,1), - (76671,1735,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,255,1), - (76672,1733,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,255,1), - (76673,2040,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,255,1), - (76674,165658,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,255,1), - (76675,1734,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,255,1), - (76676,1735,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,255,1), - (76677,1733,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,255,1), - (76678,2040,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,255,1), - (76679,165658,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,255,1), - (76680,1734,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,255,1), - (76681,1735,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,255,1), - (76682,1733,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,255,1), - (76683,2040,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,255,1), - (76684,165658,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,255,1), - (76685,1734,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,255,1), - (76686,1735,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,255,1), - (76687,1733,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,255,1), - (76688,2040,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76689,165658,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76690,1734,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76691,1735,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76692,1733,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,255,1), - (76693,2040,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,255,1), - (76694,165658,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,255,1), - (76695,1734,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,255,1), - (76696,1735,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,255,1), - (76697,1733,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,255,1), - (76698,2040,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,255,1), - (76699,165658,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,255,1), - (76700,1734,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,255,1), - (76701,1735,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,255,1), - (76702,1733,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,255,1), - (76703,2040,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,255,1), - (76704,165658,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,255,1), - (76705,1734,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,255,1), - (76706,1735,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,255,1), - (76707,1733,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,255,1), - (76708,2040,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,255,1), - (76709,165658,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,255,1), - (76710,1734,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,255,1), - (76711,1735,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,255,1), - (76712,1733,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,255,1), - (76713,2040,0,-8041,-2655,166.516,3.555,0,0,0.978713,-0.205235,300,255,1), - (76714,165658,0,-8041,-2655,166.516,3.555,0,0,0.978713,-0.205235,300,255,1), - (76715,1734,0,-8041,-2655,166.516,3.555,0,0,0.978713,-0.205235,300,255,1), - (76716,1735,0,-8041,-2655,166.516,3.555,0,0,0.978713,-0.205235,300,255,1), - (76718,2040,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,255,1), - (76719,165658,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,255,1), - (76720,1734,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,255,1), - (76721,1735,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,255,1), - (76722,1733,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,255,1), - (76723,2040,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,255,1), - (76724,165658,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,255,1), - (76725,1734,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,255,1), - (76726,1735,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,255,1), - (76727,1733,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,255,1), - (76728,2040,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,255,1), - (76729,165658,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,255,1), - (76730,1734,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,255,1), - (76731,1735,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,255,1), - (76732,1733,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,255,1), - (76733,2040,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,255,1), - (76734,165658,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,255,1), - (76735,1734,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,255,1), - (76736,1735,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,255,1), - (76737,1733,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,255,1), - (76738,2040,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,255,1), - (76739,165658,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,255,1), - (76740,1734,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,255,1), - (76741,1735,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,255,1), - (76742,1733,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,255,1), - (76743,2040,0,-7850,-2552,179.997,0.561,0,0,0.276836,0.960917,300,255,1), - (76744,165658,0,-7850,-2552,179.997,0.561,0,0,0.276836,0.960917,300,255,1), - (76745,1734,0,-7850,-2552,179.997,0.561,0,0,0.276836,0.960917,300,255,1), - (76746,1735,0,-7850,-2552,179.997,0.561,0,0,0.276836,0.960917,300,255,1), - (76748,2040,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,255,1), - (76749,165658,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,255,1), - (76750,1734,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,255,1), - (76751,1735,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,255,1), - (76752,1733,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,255,1), - (76753,2040,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,255,1), - (76754,165658,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,255,1), - (76755,1734,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,255,1), - (76756,1735,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,255,1), - (76757,1733,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,255,1), - (76758,2040,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,255,1), - (76759,165658,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,255,1), - (76760,1734,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,255,1), - (76761,1735,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,255,1), - (76762,1733,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,255,1), - (76763,1731,0,710.541,1538.18,69.106,1.466,0,0,0.669102,0.74317,300,255,1), - (76764,1732,0,710.541,1538.18,69.106,1.466,0,0,0.669102,0.74317,300,255,1), - (76765,1733,0,710.541,1538.18,69.106,1.466,0,0,0.669102,0.74317,300,255,1), - (76766,1731,0,723.705,1126,64.147,-2,0,0,-0.841471,0.540302,300,255,1), - (76767,1732,0,723.705,1126,64.147,-2,0,0,-0.841471,0.540302,300,255,1), - (76768,1733,0,723.705,1126,64.147,-2,0,0,-0.841471,0.540302,300,255,1), - (76769,1731,0,908.113,1309.6,49.069,-1,0,0,-0.479426,0.877583,300,255,1), - (76770,1732,0,908.113,1309.6,49.069,-1,0,0,-0.479426,0.877583,300,255,1), - (76771,1733,0,908.113,1309.6,49.069,-1,0,0,-0.479426,0.877583,300,255,1), - (76772,1731,0,742.489,1032.72,56.424,1.414,0,0,0.649556,0.760314,300,255,1), - (76773,1732,0,742.489,1032.72,56.424,1.414,0,0,0.649556,0.760314,300,255,1), - (76774,1733,0,742.489,1032.72,56.424,1.414,0,0,0.649556,0.760314,300,255,1), - (76775,1731,0,476.727,1412.82,116.182,3.369,0,0,0.993543,-0.113459,300,255,1), - (76776,1732,0,476.727,1412.82,116.182,3.369,0,0,0.993543,-0.113459,300,255,1), - (76777,1733,0,476.727,1412.82,116.182,3.369,0,0,0.993543,-0.113459,300,255,1), - (76778,1731,0,1353.66,1243.58,47.166,1.571,0,0,0.707179,0.707035,300,255,1), - (76779,1732,0,1353.66,1243.58,47.166,1.571,0,0,0.707179,0.707035,300,255,1), - (76780,1733,0,1353.66,1243.58,47.166,1.571,0,0,0.707179,0.707035,300,255,1), - (76781,1731,0,1339.78,1960.68,13.496,-1,0,0,-0.479426,0.877583,300,255,1), - (76782,1732,0,1339.78,1960.68,13.496,-1,0,0,-0.479426,0.877583,300,255,1), - (76783,1733,0,1339.78,1960.68,13.496,-1,0,0,-0.479426,0.877583,300,255,1), - (76784,1731,0,227.436,1485.74,143.122,2.797,0,0,0.985194,0.171445,300,255,1), - (76785,1732,0,227.436,1485.74,143.122,2.797,0,0,0.985194,0.171445,300,255,1), - (76786,1733,0,227.436,1485.74,143.122,2.797,0,0,0.985194,0.171445,300,255,1), - (76787,1731,0,1415.12,1940.35,10.5989,0.645772,0,0,0.317305,0.948324,300,255,1), - (76788,1732,0,1415.12,1940.35,10.5989,0.645772,0,0,0.317305,0.948324,300,255,1), - (76789,1733,0,1415.12,1940.35,10.5989,0.645772,0,0,0.317305,0.948324,300,255,1), - (76790,1731,0,-234,1297.04,46.842,1.451,0,0,0.66351,0.748168,300,255,1), - (76791,1732,0,-234,1297.04,46.842,1.451,0,0,0.66351,0.748168,300,255,1), - (76792,1733,0,-234,1297.04,46.842,1.451,0,0,0.66351,0.748168,300,255,1), - (76793,1731,0,378.417,1341.24,92.854,2.775,0,0,0.983248,0.182272,300,255,1), - (76794,1732,0,378.417,1341.24,92.854,2.775,0,0,0.983248,0.182272,300,255,1), - (76795,1733,0,378.417,1341.24,92.854,2.775,0,0,0.983248,0.182272,300,255,1), - (76796,1731,0,978.403,1369.48,46.028,6.095,0,0,0.093954,-0.995577,300,255,1), - (76797,1732,0,978.403,1369.48,46.028,6.095,0,0,0.093954,-0.995577,300,255,1), - (76798,1733,0,978.403,1369.48,46.028,6.095,0,0,0.093954,-0.995577,300,255,1), - (76799,1731,0,271.289,1564.88,149.205,1.426,0,0,0.654106,0.756403,300,255,1), - (76800,1732,0,271.289,1564.88,149.205,1.426,0,0,0.654106,0.756403,300,255,1), - (76801,1733,0,271.289,1564.88,149.205,1.426,0,0,0.654106,0.756403,300,255,1), - (76802,1731,0,-319,990.09,124.668,2.398,0,0,0.931676,0.36329,300,255,1), - (76803,1732,0,-319,990.09,124.668,2.398,0,0,0.931676,0.36329,300,255,1), - (76804,1733,0,-319,990.09,124.668,2.398,0,0,0.931676,0.36329,300,255,1), - (76805,1731,0,512.472,1052.08,107.543,0.244,0,0,0.121698,0.992567,300,255,1), - (76806,1732,0,512.472,1052.08,107.543,0.244,0,0,0.121698,0.992567,300,255,1), - (76807,1733,0,512.472,1052.08,107.543,0.244,0,0,0.121698,0.992567,300,255,1), - (76808,1731,0,914.508,758.553,56.683,1.557,0,0,0.702212,0.711968,300,255,1), - (76809,1732,0,914.508,758.553,56.683,1.557,0,0,0.702212,0.711968,300,255,1), - (76810,1733,0,914.508,758.553,56.683,1.557,0,0,0.702212,0.711968,300,255,1), - (76811,1731,0,-635,1599.98,16.259,1.866,0,0,0.80341,0.595426,300,255,1), - (76812,1732,0,-635,1599.98,16.259,1.866,0,0,0.80341,0.595426,300,255,1), - (76813,1733,0,-635,1599.98,16.259,1.866,0,0,0.80341,0.595426,300,255,1), - (76814,1731,0,1098.15,228.977,35.23,1.187,0,0,0.559266,0.828988,300,255,1), - (76815,1732,0,1098.15,228.977,35.23,1.187,0,0,0.559266,0.828988,300,255,1), - (76816,1733,0,1098.15,228.977,35.23,1.187,0,0,0.559266,0.828988,300,255,1), - (76817,1731,0,612.784,1429.8,102.685,-1,0,0,-0.479426,0.877583,300,255,1), - (76818,1732,0,612.784,1429.8,102.685,-1,0,0,-0.479426,0.877583,300,255,1), - (76819,1733,0,612.784,1429.8,102.685,-1,0,0,-0.479426,0.877583,300,255,1), - (76820,1731,0,-313.933,936.846,131.932,2.14675,0,0,0.878816,0.477161,300,255,1), - (76821,1732,0,-313.933,936.846,131.932,2.14675,0,0,0.878816,0.477161,300,255,1), - (76822,1733,0,-313.933,936.846,131.932,2.14675,0,0,0.878816,0.477161,300,255,1), - (76823,1731,0,1098.54,229.932,34.8875,1.18682,0,0,0.559191,0.829039,300,255,1), - (76824,1732,0,1098.54,229.932,34.8875,1.18682,0,0,0.559191,0.829039,300,255,1), - (76825,1733,0,1098.54,229.932,34.8875,1.18682,0,0,0.559191,0.829039,300,255,1), - (76826,1731,0,1222.31,1578.68,36.4169,4.71239,0,0,0.707106,-0.707107,300,255,1), - (76827,1732,0,1222.31,1578.68,36.4169,4.71239,0,0,0.707106,-0.707107,300,255,1), - (76828,1733,0,1222.31,1578.68,36.4169,4.71239,0,0,0.707106,-0.707107,300,255,1), - (76829,1731,0,1132.6,1902.35,34.3818,-1.98968,0,0,-0.838672,0.544637,300,255,1), - (76830,1732,0,1132.6,1902.35,34.3818,-1.98968,0,0,-0.838672,0.544637,300,255,1), - (76831,1733,0,1132.6,1902.35,34.3818,-1.98968,0,0,-0.838672,0.544637,300,255,1), - (76832,1731,0,315.29,1409.67,136.68,2.51327,0,0,0.951056,0.309019,300,255,1), - (76833,1732,0,315.29,1409.67,136.68,2.51327,0,0,0.951056,0.309019,300,255,1), - (76834,1733,0,315.29,1409.67,136.68,2.51327,0,0,0.951056,0.309019,300,255,1), - (76835,1731,0,906.962,1070.09,44.2785,0.314159,0,0,0.156434,0.987688,300,255,1), - (76836,1732,0,906.962,1070.09,44.2785,0.314159,0,0,0.156434,0.987688,300,255,1), - (76837,1733,0,906.962,1070.09,44.2785,0.314159,0,0,0.156434,0.987688,300,255,1), - (76838,1731,0,805.129,1164.21,52.6026,0.855211,0,0,0.414693,0.909961,300,255,1), - (76839,1732,0,805.129,1164.21,52.6026,0.855211,0,0,0.414693,0.909961,300,255,1), - (76840,1733,0,805.129,1164.21,52.6026,0.855211,0,0,0.414693,0.909961,300,255,1), - (76841,1731,0,-577.718,1709.77,22.0632,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (76842,1732,0,-577.718,1709.77,22.0632,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (76843,1733,0,-577.718,1709.77,22.0632,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (76844,1731,0,129.166,1097.66,87.4431,0.680678,0,0,0.333807,0.942642,300,255,1), - (76845,1732,0,129.166,1097.66,87.4431,0.680678,0,0,0.333807,0.942642,300,255,1), - (76846,1733,0,129.166,1097.66,87.4431,0.680678,0,0,0.333807,0.942642,300,255,1), - (76847,1731,0,388.705,1038.2,107.54,0.925024,0,0,0.446198,0.894934,300,255,1), - (76848,1732,0,388.705,1038.2,107.54,0.925024,0,0,0.446198,0.894934,300,255,1), - (76849,1733,0,388.705,1038.2,107.54,0.925024,0,0,0.446198,0.894934,300,255,1), - (76850,1731,0,-342.521,1673.51,25.3212,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (76851,1732,0,-342.521,1673.51,25.3212,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (76852,1733,0,-342.521,1673.51,25.3212,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (76853,1731,0,1438.32,1980.49,13.6133,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (76854,1732,0,1438.32,1980.49,13.6133,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (76855,1733,0,1438.32,1980.49,13.6133,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (76856,1731,0,1383.2,1977.71,15.059,-0.925024,0,0,-0.446198,0.894934,300,255,1), - (76857,1732,0,1383.2,1977.71,15.059,-0.925024,0,0,-0.446198,0.894934,300,255,1), - (76858,1733,0,1383.2,1977.71,15.059,-0.925024,0,0,-0.446198,0.894934,300,255,1), - (76859,1731,0,1277.66,1963.54,16.3876,1.32645,0,0,0.615661,0.788011,300,255,1), - (76860,1732,0,1277.66,1963.54,16.3876,1.32645,0,0,0.615661,0.788011,300,255,1), - (76861,1733,0,1277.66,1963.54,16.3876,1.32645,0,0,0.615661,0.788011,300,255,1), - (76862,1731,0,1389.75,1970.95,15.3534,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (76863,1732,0,1389.75,1970.95,15.3534,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (76864,1733,0,1389.75,1970.95,15.3534,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (76865,1731,0,1120.89,1749.98,21.8891,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (76866,1732,0,1120.89,1749.98,21.8891,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (76867,1733,0,1120.89,1749.98,21.8891,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (76868,1731,0,1147.87,1983.14,22.8906,0.942478,0,0,0.453991,0.891006,300,255,1), - (76869,1732,0,1147.87,1983.14,22.8906,0.942478,0,0,0.453991,0.891006,300,255,1), - (76870,1733,0,1147.87,1983.14,22.8906,0.942478,0,0,0.453991,0.891006,300,255,1), - (76871,1731,0,1093.2,2060.97,0.456879,1.23918,0,0,0.580701,0.814117,300,255,1), - (76872,1732,0,1093.2,2060.97,0.456879,1.23918,0,0,0.580701,0.814117,300,255,1), - (76873,1733,0,1093.2,2060.97,0.456879,1.23918,0,0,0.580701,0.814117,300,255,1), - (76874,1731,0,613.494,1429.4,102.028,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (76875,1732,0,613.494,1429.4,102.028,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (76876,1733,0,613.494,1429.4,102.028,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (76877,1731,0,923.438,1590.01,36.9635,1.72788,0,0,0.760407,0.649446,300,255,1), - (76878,1732,0,923.438,1590.01,36.9635,1.72788,0,0,0.760407,0.649446,300,255,1), - (76879,1733,0,923.438,1590.01,36.9635,1.72788,0,0,0.760407,0.649446,300,255,1), - (76880,1731,0,1317.5,1982.83,15.0881,3.01942,0,0,0.998135,0.0610484,300,255,1), - (76881,1732,0,1317.5,1982.83,15.0881,3.01942,0,0,0.998135,0.0610484,300,255,1), - (76882,1733,0,1317.5,1982.83,15.0881,3.01942,0,0,0.998135,0.0610484,300,255,1), - (76883,1731,0,-473.576,1463.86,27.1123,0.261799,0,0,0.130526,0.991445,300,255,1), - (76884,1732,0,-473.576,1463.86,27.1123,0.261799,0,0,0.130526,0.991445,300,255,1), - (76885,1733,0,-473.576,1463.86,27.1123,0.261799,0,0,0.130526,0.991445,300,255,1), - (76886,1731,0,646.375,1415.15,83.733,1.228,0,0,0.576141,0.81735,300,255,1), - (76887,1732,0,646.375,1415.15,83.733,1.228,0,0,0.576141,0.81735,300,255,1), - (76888,1733,0,646.375,1415.15,83.733,1.228,0,0,0.576141,0.81735,300,255,1), - (76889,1731,0,895.387,1604.67,44.542,5.46,0,0,0.400069,-0.916485,300,255,1), - (76890,1732,0,895.387,1604.67,44.542,5.46,0,0,0.400069,-0.916485,300,255,1), - (76891,1733,0,895.387,1604.67,44.542,5.46,0,0,0.400069,-0.916485,300,255,1), - (76892,1731,0,-447,1648.44,13.009,2.867,0,0,0.99059,0.136865,300,255,1), - (76893,1732,0,-447,1648.44,13.009,2.867,0,0,0.99059,0.136865,300,255,1), - (76894,1733,0,-447,1648.44,13.009,2.867,0,0,0.99059,0.136865,300,255,1), - (76895,1731,0,912.864,623.534,53.645,0.69,0,0,0.338197,0.941075,300,255,1), - (76896,1732,0,912.864,623.534,53.645,0.69,0,0,0.338197,0.941075,300,255,1), - (76897,1733,0,912.864,623.534,53.645,0.69,0,0,0.338197,0.941075,300,255,1), - (76898,1731,0,-123,1353.89,94.635,2.726,0,0,0.978488,0.206304,300,255,1), - (76899,1732,0,-123,1353.89,94.635,2.726,0,0,0.978488,0.206304,300,255,1), - (76900,1733,0,-123,1353.89,94.635,2.726,0,0,0.978488,0.206304,300,255,1), - (76901,1731,0,-312,944.819,131.909,6.117,0,0,0.082997,-0.99655,300,255,1), - (76902,1732,0,-312,944.819,131.909,6.117,0,0,0.082997,-0.99655,300,255,1), - (76903,1733,0,-312,944.819,131.909,6.117,0,0,0.082997,-0.99655,300,255,1), - (76904,1731,0,622.258,1211.16,86.023,5.952,0,0,0.164837,-0.986321,300,255,1), - (76905,1732,0,622.258,1211.16,86.023,5.952,0,0,0.164837,-0.986321,300,255,1), - (76906,1733,0,622.258,1211.16,86.023,5.952,0,0,0.164837,-0.986321,300,255,1), - (76907,1731,0,180.635,1062.78,92.608,4.751,0,0,0.693325,-0.720625,300,255,1), - (76908,1732,0,180.635,1062.78,92.608,4.751,0,0,0.693325,-0.720625,300,255,1), - (76909,1733,0,180.635,1062.78,92.608,4.751,0,0,0.693325,-0.720625,300,255,1), - (76910,1731,0,-349,992.667,126.913,2.678,0,0,0.973255,0.229726,300,255,1), - (76911,1732,0,-349,992.667,126.913,2.678,0,0,0.973255,0.229726,300,255,1), - (76912,1733,0,-349,992.667,126.913,2.678,0,0,0.973255,0.229726,300,255,1), - (76913,1731,0,887.186,1642.41,34.843,5.909,0,0,0.186003,-0.982549,300,255,1), - (76914,1732,0,887.186,1642.41,34.843,5.909,0,0,0.186003,-0.982549,300,255,1), - (76915,1733,0,887.186,1642.41,34.843,5.909,0,0,0.186003,-0.982549,300,255,1), - (76916,1731,0,298.83,1183.47,90.898,4.294,0,0,0.838537,-0.544845,300,255,1), - (76917,1732,0,298.83,1183.47,90.898,4.294,0,0,0.838537,-0.544845,300,255,1), - (76918,1733,0,298.83,1183.47,90.898,4.294,0,0,0.838537,-0.544845,300,255,1), - (76919,1731,0,383.233,1054.9,106.53,2.618,0,0,0.965927,0.258816,300,255,1), - (76920,1732,0,383.233,1054.9,106.53,2.618,0,0,0.965927,0.258816,300,255,1), - (76921,1733,0,383.233,1054.9,106.53,2.618,0,0,0.965927,0.258816,300,255,1), - (76922,1731,0,784.642,1691.71,33.4731,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (76923,1732,0,784.642,1691.71,33.4731,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (76924,1733,0,784.642,1691.71,33.4731,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (76925,1731,0,-473.576,1463.86,27.1123,0.261798,0,0,0.130525,0.991445,300,255,1), - (76926,1732,0,-473.576,1463.86,27.1123,0.261798,0,0,0.130525,0.991445,300,255,1), - (76927,1733,0,-473.576,1463.86,27.1123,0.261798,0,0,0.130525,0.991445,300,255,1), - (76928,1731,0,306.395,1558.8,134.429,1.798,0,0,0.782705,0.622393,300,255,1), - (76929,1732,0,306.395,1558.8,134.429,1.798,0,0,0.782705,0.622393,300,255,1), - (76930,1733,0,306.395,1558.8,134.429,1.798,0,0,0.782705,0.622393,300,255,1), - (76931,1731,0,847.164,369.173,22.683,-3,0,0,-0.997495,0.0707372,300,255,1), - (76932,1732,0,847.164,369.173,22.683,-3,0,0,-0.997495,0.0707372,300,255,1), - (76933,1733,0,847.164,369.173,22.683,-3,0,0,-0.997495,0.0707372,300,255,1), - (76934,1731,0,1144.8,1857.25,27.916,2.087,0,0,0.864171,0.503199,300,255,1), - (76935,1732,0,1144.8,1857.25,27.916,2.087,0,0,0.864171,0.503199,300,255,1), - (76936,1733,0,1144.8,1857.25,27.916,2.087,0,0,0.864171,0.503199,300,255,1), - (76937,1731,0,1196.7,1185.35,49.815,2.492,0,0,0.947716,0.319116,300,255,1), - (76938,1732,0,1196.7,1185.35,49.815,2.492,0,0,0.947716,0.319116,300,255,1), - (76939,1733,0,1196.7,1185.35,49.815,2.492,0,0,0.947716,0.319116,300,255,1), - (76940,1731,0,1022.67,1784.11,20.243,2.374,0,0,0.92725,0.374443,300,255,1), - (76941,1732,0,1022.67,1784.11,20.243,2.374,0,0,0.92725,0.374443,300,255,1), - (76942,1733,0,1022.67,1784.11,20.243,2.374,0,0,0.92725,0.374443,300,255,1), - (76943,1731,0,-142.785,1280.16,54.9085,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (76944,1732,0,-142.785,1280.16,54.9085,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (76945,1733,0,-142.785,1280.16,54.9085,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (76946,1731,0,96.613,1030.55,124.76,3.651,0,0,0.967738,-0.251959,300,255,1), - (76947,1732,0,96.613,1030.55,124.76,3.651,0,0,0.967738,-0.251959,300,255,1), - (76948,1733,0,96.613,1030.55,124.76,3.651,0,0,0.967738,-0.251959,300,255,1), - (76949,1731,0,1300.18,1395.15,61.724,1.515,0,0,0.687107,0.726556,300,255,1), - (76950,1732,0,1300.18,1395.15,61.724,1.515,0,0,0.687107,0.726556,300,255,1), - (76951,1733,0,1300.18,1395.15,61.724,1.515,0,0,0.687107,0.726556,300,255,1), - (76952,1731,0,-581,1097.44,90.111,1.239,0,0,0.580628,0.814169,300,255,1), - (76953,1732,0,-581,1097.44,90.111,1.239,0,0,0.580628,0.814169,300,255,1), - (76954,1733,0,-581,1097.44,90.111,1.239,0,0,0.580628,0.814169,300,255,1), - (76955,1731,0,970.928,1637.48,44.789,1.986,0,0,0.837668,0.546179,300,255,1), - (76956,1732,0,970.928,1637.48,44.789,1.986,0,0,0.837668,0.546179,300,255,1), - (76957,1733,0,970.928,1637.48,44.789,1.986,0,0,0.837668,0.546179,300,255,1), - (76958,1731,0,1235.28,2052.67,10.8418,0.541051,0,0,0.267238,0.963631,300,255,1), - (76959,1732,0,1235.28,2052.67,10.8418,0.541051,0,0,0.267238,0.963631,300,255,1), - (76960,1733,0,1235.28,2052.67,10.8418,0.541051,0,0,0.267238,0.963631,300,255,1), - (76961,1731,0,1274.62,1971.04,17.53,1.326,0,0,0.615484,0.788149,300,255,1), - (76962,1732,0,1274.62,1971.04,17.53,1.326,0,0,0.615484,0.788149,300,255,1), - (76963,1733,0,1274.62,1971.04,17.53,1.326,0,0,0.615484,0.788149,300,255,1), - (76964,1731,0,1235.25,1540.25,47.696,5.078,0,0,0.56678,-0.823869,300,255,1), - (76965,1732,0,1235.25,1540.25,47.696,5.078,0,0,0.56678,-0.823869,300,255,1), - (76966,1733,0,1235.25,1540.25,47.696,5.078,0,0,0.56678,-0.823869,300,255,1), - (76967,1731,0,831.482,604.969,34.86,1.969,0,0,0.832996,0.55328,300,255,1), - (76968,1732,0,831.482,604.969,34.86,1.969,0,0,0.832996,0.55328,300,255,1), - (76969,1733,0,831.482,604.969,34.86,1.969,0,0,0.832996,0.55328,300,255,1), - (76970,1731,0,-710,1204.41,90.622,0.044,0,0,0.0219982,0.999758,300,255,1), - (76971,1732,0,-710,1204.41,90.622,0.044,0,0,0.0219982,0.999758,300,255,1), - (76972,1733,0,-710,1204.41,90.622,0.044,0,0,0.0219982,0.999758,300,255,1), - (76973,1731,0,639.734,1222.12,85.3606,1.50098,0,0,0.681997,0.731355,300,255,1), - (76974,1732,0,639.734,1222.12,85.3606,1.50098,0,0,0.681997,0.731355,300,255,1), - (76975,1733,0,639.734,1222.12,85.3606,1.50098,0,0,0.681997,0.731355,300,255,1), - (76976,1731,0,-262,1496.29,47.785,0.859,0,0,0.416416,0.909174,300,255,1), - (76977,1732,0,-262,1496.29,47.785,0.859,0,0,0.416416,0.909174,300,255,1), - (76978,1733,0,-262,1496.29,47.785,0.859,0,0,0.416416,0.909174,300,255,1), - (76979,1731,0,900.318,1704.4,29.177,-1,0,0,-0.479426,0.877583,300,255,1), - (76980,1732,0,900.318,1704.4,29.177,-1,0,0,-0.479426,0.877583,300,255,1), - (76981,1733,0,900.318,1704.4,29.177,-1,0,0,-0.479426,0.877583,300,255,1), - (76982,1731,0,266,1074.96,96.534,5.809,0,0,0.234878,-0.972025,300,255,1), - (76983,1732,0,266,1074.96,96.534,5.809,0,0,0.234878,-0.972025,300,255,1), - (76984,1733,0,266,1074.96,96.534,5.809,0,0,0.234878,-0.972025,300,255,1), - (76985,1731,0,-249,1431.17,40.295,0,0,0,0,1,300,255,1), - (76986,1732,0,-249,1431.17,40.295,0,0,0,0,1,300,255,1), - (76987,1733,0,-249,1431.17,40.295,0,0,0,0,1,300,255,1), - (76988,1731,0,1046.06,1433.04,42.641,0.469,0,0,0.232357,0.972631,300,255,1), - (76989,1732,0,1046.06,1433.04,42.641,0.469,0,0,0.232357,0.972631,300,255,1), - (76990,1733,0,1046.06,1433.04,42.641,0.469,0,0,0.232357,0.972631,300,255,1), - (76991,1731,0,825.814,1157.32,36.97,0.281,0,0,0.140038,0.990146,300,255,1), - (76992,1732,0,825.814,1157.32,36.97,0.281,0,0,0.140038,0.990146,300,255,1), - (76993,1733,0,825.814,1157.32,36.97,0.281,0,0,0.140038,0.990146,300,255,1), - (76994,1731,0,511.705,1353.7,88.843,1.868,0,0,0.804005,0.594623,300,255,1), - (76995,1732,0,511.705,1353.7,88.843,1.868,0,0,0.804005,0.594623,300,255,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (74645,2040,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (74646,324,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (74647,175404,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (74648,1734,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (74649,2047,0,1995.39,-5110.2,98.9908,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (74650,2040,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (74651,324,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (74652,175404,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (74653,1734,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (74654,2047,0,2300.42,-5140.93,56.7484,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (74655,2040,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74656,324,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74657,175404,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74658,1734,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74659,2047,0,2974.5,-4683.66,109.494,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74660,2040,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74661,324,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74662,175404,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74663,1734,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74664,2047,0,2166.58,-4987.38,56.6599,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74665,2040,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (74666,324,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (74667,175404,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (74668,1734,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (74669,2047,0,2509.19,-5086.59,91.7197,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (74670,2040,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (74671,324,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (74672,175404,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (74673,1734,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (74674,2047,0,1679.37,-4469.86,87.2107,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (74675,2040,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74676,324,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74677,175404,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74678,1734,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74679,2047,0,1651.95,-3570.09,130.989,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (74680,2040,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,300,255,1), + (74681,324,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,300,255,1), + (74682,175404,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,300,255,1), + (74683,1734,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,300,255,1), + (74684,2047,0,1630.61,-2992.62,86.3098,2.86234,0,0,0.990268,0.139173,300,300,255,1), + (74685,2040,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (74686,324,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (74687,175404,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (74688,1734,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (74689,2047,0,2069.04,-4418.17,22.5642,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (74690,2040,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (74691,324,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (74692,175404,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998135,0.0610518,300,300,255,1), + (74693,1734,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (74694,2047,0,2013.31,-4387.05,29.4598,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (74695,2040,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (74696,324,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (74697,175404,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (74698,1734,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (74699,2047,0,2216.45,-5171.12,55.044,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (74700,2040,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (74701,324,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (74702,175404,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (74703,1734,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (74704,2047,0,2225.85,-4448.13,122.931,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (74705,2040,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74706,324,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737278,300,300,255,1), + (74707,175404,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74708,1734,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74709,2047,0,2965.36,-3464.78,158.931,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (74710,2040,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,300,255,1), + (74711,324,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,300,255,1), + (74712,175404,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,300,255,1), + (74713,1734,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,300,255,1), + (74714,2047,0,3215.79,-4715.01,154.944,-0.226892,0,0,-0.113203,0.993572,300,300,255,1), + (74715,2040,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (74716,324,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (74717,175404,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (74718,1734,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (74719,2047,0,2806.29,-4762.35,88.8857,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (74720,2040,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74721,324,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74722,175404,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74723,1734,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74724,2047,0,2102.24,-4264.88,25.1001,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74725,2040,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,300,255,1), + (74726,324,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,300,255,1), + (74727,175404,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,300,255,1), + (74728,1734,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,300,255,1), + (74729,2047,0,2372.42,-3797.15,187.376,-2.37364,0,0,-0.927182,0.37461,300,300,255,1), + (74730,2040,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (74731,324,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (74732,175404,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (74733,1734,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (74734,2047,0,2066.89,-5049.99,54.2746,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (74735,2040,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (74736,324,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (74737,175404,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (74738,1734,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (74739,2047,0,2673,-3923.74,123.806,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (74740,2040,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (74741,324,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (74742,175404,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (74743,1734,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (74744,2047,0,2272.24,-4186.96,116.365,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (74745,2040,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74746,324,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74747,175404,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74748,1734,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74749,2047,0,1528.01,-3881.09,157.042,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (74750,1731,0,1086.69,1964.56,8.29545,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (74751,1732,0,1086.69,1964.56,8.29545,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (74752,1733,0,1086.69,1964.56,8.29545,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (74753,1731,0,360.693,1067.62,105.336,0.872664,0,0,0.422618,0.906308,300,300,255,1), + (74754,1732,0,360.693,1067.62,105.336,0.872664,0,0,0.422618,0.906308,300,300,255,1), + (74755,1733,0,360.693,1067.62,105.336,0.872664,0,0,0.422618,0.906308,300,300,255,1), + (74756,1731,0,1292.67,1379.22,53.7565,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74757,1732,0,1292.67,1379.22,53.7565,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74758,1733,0,1292.67,1379.22,53.7565,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74759,1731,0,1193.68,1263.56,49.0877,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (74760,1732,0,1193.68,1263.56,49.0877,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (74761,1733,0,1193.68,1263.56,49.0877,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (74762,1731,0,192.598,601.971,50.1232,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (74763,1732,0,192.598,601.971,50.1232,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (74764,1733,0,192.598,601.971,50.1232,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (74765,1731,0,392.47,707.618,45.5647,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (74766,1732,0,392.47,707.618,45.5647,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (74767,1733,0,392.47,707.618,45.5647,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (74768,1731,0,-476.366,1585.88,17.7124,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (74769,1732,0,-476.366,1585.88,17.7124,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (74770,1733,0,-476.366,1585.88,17.7124,-0.157079,0,0,-0.0784588,0.996917,300,300,255,1), + (74771,1731,0,1035.12,1633.56,28.2433,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (74772,1732,0,1035.12,1633.56,28.2433,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (74773,1733,0,1035.12,1633.56,28.2433,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (74774,1731,0,1361.38,1971.22,13.9368,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (74775,1732,0,1361.38,1971.22,13.9368,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (74776,1733,0,1361.38,1971.22,13.9368,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (74777,1731,0,1444.68,1124.77,65.5705,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (74778,1732,0,1444.68,1124.77,65.5705,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (74779,1733,0,1444.68,1124.77,65.5705,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (74780,1731,0,29.3031,1397.52,81.6737,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74781,1732,0,29.3031,1397.52,81.6737,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74782,1733,0,29.3031,1397.52,81.6737,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74783,1731,0,1298.86,462.37,17.1292,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74784,1732,0,1298.86,462.37,17.1292,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74785,1733,0,1298.86,462.37,17.1292,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74786,1731,0,756.192,1784.68,30.1367,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (74787,1732,0,756.192,1784.68,30.1367,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (74788,1733,0,756.192,1784.68,30.1367,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (74789,1731,0,1020.51,1438.16,46.4768,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (74790,1732,0,1020.51,1438.16,46.4768,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (74791,1733,0,1020.51,1438.16,46.4768,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (74792,1733,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (74793,1734,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (74794,1732,0,-13102,-670.346,79.2665,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (74795,1735,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (74796,2040,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (74797,1733,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (74798,1734,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (74799,1732,0,-12369.8,-1055.09,4.36752,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (74800,1731,0,-9620.11,-46.3336,47.3641,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (74801,1731,0,-9605.88,517.683,42.3721,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (74802,1731,0,-9585.05,211.663,50.7004,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (74803,1731,0,-9652.22,-212.85,50.9247,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74804,1731,0,-9685.88,-1195.68,50.4208,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (74805,1731,0,-9248.86,440.654,88.0219,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (74806,1731,0,-9448.71,-551.097,66.5675,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (74807,1731,0,-9763.46,-528.461,39.4358,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (74808,1731,0,-9736.79,87.7491,12.8907,-2.63545,0,0,-0.968148,0.250379,300,300,255,1), + (74809,1731,0,-9723.19,93.0938,48.3514,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (74810,1731,0,-9758.44,140.715,21.5286,2.63545,0,0,0.968148,0.250379,300,300,255,1), + (74811,1731,0,-9799.79,107.987,6.13216,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (74812,1731,0,-9840.77,121.837,6.28642,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (74813,1731,0,-9787.18,123.07,25.8958,0.069813,0,0,0.0348994,0.999391,300,300,255,1), + (74814,1731,0,-9802.83,128.656,7.04257,2.93215,0,0,0.994522,0.10453,300,300,255,1), + (74815,1731,0,-9828.76,184.747,13.2738,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (74816,1731,0,-9628.99,102.231,48.9472,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (74817,1731,0,-9775.94,145.396,25.5595,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (74818,1731,0,-9816,148.449,5.88154,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (74819,1731,0,-9183.71,-614.584,61.8164,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (74820,1731,0,-9100.51,-586.156,58.8091,0.488692,0,0,0.241922,0.970296,300,300,255,1), + (74821,1731,0,-9030.71,-617.63,56.8576,-0.820305,0,0,-0.398749,0.91706,300,300,255,1), + (74822,1731,0,-9166.6,-572.001,58.69,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (74823,1731,0,-9254.93,-452.93,82.6758,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (74824,1731,0,-9742.96,139.8,20.6754,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (74825,1731,0,-9817.66,205.771,16.6964,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (74826,1731,0,-9324.58,-1100.02,66.707,2.84488,0,0,0.989015,0.147813,300,300,255,1), + (74827,1731,0,-9816.79,178.992,23.198,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (74828,1731,0,-9775.81,-420.04,49.1723,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (74829,1731,0,-9733.24,-1031.51,39.6084,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (74830,1731,0,-9058.96,-621.586,54.7671,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74831,1731,0,-9792.23,-1253.16,36.0011,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (74832,1731,0,-9897.81,-1150,24.353,-1.93731,0,0,-0.824125,0.566409,300,300,255,1), + (74833,1731,0,-9806.22,-1365.82,54.8668,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (74834,1731,0,-9958.34,-218.238,28.9477,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (74835,1731,0,-9101.61,76.0012,93.6697,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (74836,1731,0,-9532.9,-861.734,50.7958,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (74837,1731,0,-9901.75,-202.905,37.1435,0,0,0,0,1,300,300,255,1), + (74838,1731,0,-9841.58,-340.996,46.2621,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (74839,1731,0,-9945.23,204.505,27.2168,-0.942478,0,0,-0.453991,0.891006,300,300,255,1), + (74840,1731,0,-9605.38,-741.081,52.7849,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (74841,1731,0,-9647.58,-115.74,48.5227,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (74842,1731,0,-9415.71,-561.253,69.0323,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (74843,1731,0,-9188.92,488.25,113.085,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (74844,1731,0,-9557.9,573.378,53.6437,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (74845,1731,0,-9116.41,194.16,112.556,-0.523599,0,0,-0.258819,0.965926,300,300,255,1), + (74846,1731,0,-9856.54,242.269,24.5645,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (74847,1731,0,-9921.27,-285.241,35.7804,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (74848,1731,0,-9875.08,-251.75,38.4121,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (74849,1731,0,-9294.92,-270.276,81.7051,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (74850,1731,0,-9802.81,88.5173,4.70444,-2.74017,0,0,-0.979925,0.199366,300,300,255,1), + (74851,1731,0,-9737.26,813.852,33.3772,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (74852,1731,0,-9862.2,155.543,7.98152,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (74853,1731,0,-9770.37,150.617,25.7016,-2.84489,0,0,-0.989016,0.147808,300,300,255,1), + (74854,1731,0,-9757.65,78.5534,14.1574,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (74855,1731,0,-9654.41,17.4469,49.5562,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (74856,1731,0,-9808.41,-243.801,40.8597,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (74857,1731,0,-9707.75,-267.908,52.1275,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (74858,1731,0,-9820.85,-403.445,46.8509,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (74859,1731,0,-9729.23,-537.534,45.7004,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (74860,1731,0,-9443.36,-981.152,56.8838,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (74861,1731,0,-9191.63,-598.046,60.6417,-3.00197,0,0,-0.997564,0.0697546,300,300,255,1), + (74862,1731,0,-9853.56,109.835,34.562,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (74863,1731,0,-9751.66,184.723,55.7324,3.10669,0,0,0.999848,0.0174505,300,300,255,1), + (74864,1731,0,-9978.82,521.455,32.8909,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (74865,1731,0,-9687.82,915.132,36.3152,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (74866,1731,0,-9404.72,-274.812,62.4757,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (74867,1731,0,-9115.54,240.614,106.374,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (74868,1731,0,-9074.68,25.9893,97.5041,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (74869,1731,0,-9153.33,110.741,76.7171,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (74870,1731,0,-9401.4,422.391,37.7848,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (74871,1731,0,-9333.82,494.622,65.8085,-2.98451,0,0,-0.996917,0.0784664,300,300,255,1), + (74872,1731,0,-9576.02,430.352,40.8878,-1.95477,0,0,-0.829037,0.559194,300,300,255,1), + (74873,1731,0,-9617.02,344.501,48.3057,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (74874,1731,0,-9481.64,649.059,66.8165,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (74875,1731,0,-9072.23,-580.832,63.2114,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (74876,1731,0,-9035.68,-577.905,57.1753,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (74877,1731,0,-9501.33,-246.828,46.4828,0.767945,0,0,0.374607,0.927184,300,300,255,1), + (74878,1731,0,-9572.22,-789.044,46.5476,2.93215,0,0,0.994522,0.10453,300,300,255,1), + (74879,1731,0,-9090.22,-594.915,59.1844,-0.191986,0,0,-0.0958456,0.995396,300,300,255,1), + (74880,1731,0,-9154.89,-982.684,79.2237,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (74881,1731,0,-9042.1,-896.944,57.1838,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (74882,1731,0,-8926.02,-1270.43,98.4984,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (74883,1731,0,-9672.27,817.424,32.0737,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (74884,1731,0,-9892.89,695.553,33.7647,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (74885,1731,0,-9138.78,-591.058,58.8044,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (74886,1731,0,-9031.15,-568.044,55.8196,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (74887,1731,0,-9090.28,-550.917,61.9709,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (74888,1731,0,-9374.96,-1566.89,88.3435,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (74889,1731,0,-9332.39,-1480.93,84.6816,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (74890,1731,0,-9409.22,-627.169,70.6956,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (74891,1731,0,-8954.08,-1005.58,53.8543,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (74892,1731,0,-9217.26,-1052.66,77.0704,2.49582,0,0,0.948324,0.317305,300,300,255,1), + (74893,1731,0,-9803.75,-1108,31.2782,-3.01942,0,0,-0.998135,0.0610484,300,300,255,1), + (74894,1731,0,-9085.04,-1192.78,56.2631,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (74895,1731,0,-9136.85,-1119.04,82.9461,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (74896,1731,0,-8799.84,-1210.71,101.44,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (74897,1731,0,-9923.1,-1080.64,22.2222,-2.42601,0,0,-0.936673,0.350206,300,300,255,1), + (74898,1731,0,-9822.3,-1427.23,43.4424,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (74899,1731,0,-9770.87,-1437.77,54.8067,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (74900,1731,0,-9723.71,118.831,26.5206,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (74901,1735,0,-10538,-3252,23.838,2.618,0,0,0.965927,0.258816,300,300,255,1), + (74902,2040,0,-10538,-3252,23.838,2.618,0,0,0.965927,0.258816,300,300,255,1), + (74903,1734,0,-10538,-3252,23.838,2.618,0,0,0.965927,0.258816,300,300,255,1), + (74904,1733,0,-10538,-3252,23.838,2.618,0,0,0.965927,0.258816,300,300,255,1), + (74905,1735,0,-10536,-3170,21.756,2.862,0,0,0.990244,0.139341,300,300,255,1), + (74906,2040,0,-10536,-3170,21.756,2.862,0,0,0.990244,0.139341,300,300,255,1), + (74907,1734,0,-10536,-3170,21.756,2.862,0,0,0.990244,0.139341,300,300,255,1), + (74908,1733,0,-10536,-3170,21.756,2.862,0,0,0.990244,0.139341,300,300,255,1), + (74909,1735,0,-10538,-3904,-19,4.111,0,0,0.884813,-0.465946,300,300,255,1), + (74910,2040,0,-10538,-3904,-19,4.111,0,0,0.884813,-0.465946,300,300,255,1), + (74911,1734,0,-10538,-3904,-19,4.111,0,0,0.884813,-0.465946,300,300,255,1), + (74912,1733,0,-10538,-3904,-19,4.111,0,0,0.884813,-0.465946,300,300,255,1), + (74913,1731,0,-9403.04,-1049.86,61.608,1.51844,0,0,0.688356,0.725373,300,300,255,1), + (74914,1731,0,-9296.18,-1008.83,55.8491,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (74915,1731,0,-9758.25,-460.59,43.6968,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (74916,1731,0,-9471.69,560.812,58.0184,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (74917,1731,0,-9211.76,-1331.8,101.91,1.15192,0,0,0.54464,0.83867,300,300,255,1), + (74918,1735,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (74919,2040,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (74920,1733,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (74921,1734,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (74922,1732,0,-13946.2,220.203,18.3835,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (74923,1735,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (74924,2040,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (74925,1733,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (74926,1734,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (74927,1732,0,-12995.4,-435.998,51.0958,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (74928,1735,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (74929,2040,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (74989,1733,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (74990,1734,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (74991,1732,0,-12352.9,-1021.89,7.57272,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (74992,1735,0,-10618.9,-2629.92,52.7337,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (74993,2040,0,-10618.9,-2629.92,52.7337,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (74994,1734,0,-10618.9,-2629.92,52.7337,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (74995,1733,0,-10618.9,-2629.92,52.7337,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (74996,1735,0,-10055.2,-3113.76,32.0439,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (74997,2040,0,-10055.2,-3113.76,32.0439,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (74998,1734,0,-10055.2,-3113.76,32.0439,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (74999,1733,0,-10055.2,-3113.76,32.0439,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (75120,1735,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,300,255,1), + (75121,2040,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,300,255,1), + (75122,1733,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,300,255,1), + (75123,1734,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,300,255,1), + (75124,1732,0,-13261,-425,26.159,6.157,0,0,0.0630508,-0.99801,300,300,255,1), + (75125,1735,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,300,255,1), + (75126,2040,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,300,255,1), + (75127,1733,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,300,255,1), + (75128,1734,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,300,255,1), + (75129,1732,0,-14259.3,8.1979,4.2745,0,0,0,0,1,300,300,255,1), + (75130,1735,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,300,255,1), + (75131,2040,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,300,255,1), + (75132,1733,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,300,255,1), + (75133,1734,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,300,255,1), + (75134,1732,0,-13852,457.751,96.7813,0.767945,0,0,0.374607,0.927184,300,300,255,1), + (75135,1735,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,300,255,1), + (75136,2040,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,300,255,1), + (75137,1733,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,300,255,1), + (75138,1734,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,300,255,1), + (75139,1732,0,-13472,-138,45.036,4.991,0,0,0.602071,-0.798442,300,300,255,1), + (75140,1735,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,300,255,1), + (75141,2040,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,300,255,1), + (75142,1733,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,300,255,1), + (75143,1734,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,300,255,1), + (75144,1732,0,-11419,-857,88.018,6.135,0,0,0.0740248,-0.997256,300,300,255,1), + (75145,1735,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,300,255,1), + (75146,2040,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,300,255,1), + (75147,1733,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,300,255,1), + (75148,1734,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,300,255,1), + (75149,1732,0,-14415,197.888,20.811,0.926,0,0,0.446634,0.894717,300,300,255,1), + (75150,1735,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,300,255,1), + (75151,2040,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,300,255,1), + (75152,1733,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,300,255,1), + (75153,1734,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,300,255,1), + (75154,1732,0,-13358,-400,18.617,2.742,0,0,0.980107,0.19847,300,300,255,1), + (75155,1735,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,300,255,1), + (75156,2040,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,300,255,1), + (75157,1733,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,300,255,1), + (75158,1734,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,300,255,1), + (75159,1732,0,-13548,0.286,53.043,1.29,0,0,0.601198,0.7991,300,300,255,1), + (75160,1735,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,300,255,1), + (75161,2040,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,300,255,1), + (75162,1733,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,300,255,1), + (75163,1734,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,300,255,1), + (75164,1732,0,-14238,-4,15.482,1.353,0,0,0.626068,0.779769,300,300,255,1), + (75165,1735,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,300,255,1), + (75166,2040,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,300,255,1), + (75167,1733,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,300,255,1), + (75168,1734,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,300,255,1), + (75169,1732,0,-14617,393.263,11.18,6.129,0,0,0.0770162,-0.99703,300,300,255,1), + (75170,1735,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,300,255,1), + (75171,2040,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,300,255,1), + (75172,1733,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,300,255,1), + (75173,1734,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,300,255,1), + (75174,1732,0,-11399,-880,18.279,2.531,0,0,0.953758,0.300576,300,300,255,1), + (75175,1735,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,300,255,1), + (75176,2040,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,300,255,1), + (75177,1733,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,300,255,1), + (75178,1734,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,300,255,1), + (75179,1732,0,-11450,-912,85.956,5.975,0,0,0.153484,-0.988151,300,300,255,1), + (75180,1735,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,300,255,1), + (75181,2040,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,300,255,1), + (75182,1733,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,300,255,1), + (75183,1734,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,300,255,1), + (75184,1732,0,-13962,-97,6.246,1.705,0,0,0.752928,0.658103,300,300,255,1), + (75185,1735,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,300,255,1), + (75186,2040,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,300,255,1), + (75187,1733,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,300,255,1), + (75188,1734,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,300,255,1), + (75189,1732,0,-13433,-300,15.024,1.777,0,0,0.776127,0.630577,300,300,255,1), + (75190,1735,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,300,255,1), + (75191,2040,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,300,255,1), + (75192,1733,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,300,255,1), + (75193,1734,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,300,255,1), + (75194,1732,0,-13879,436.818,94.445,3.471,0,0,0.986467,-0.16396,300,300,255,1), + (75195,1735,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75196,2040,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75197,1733,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75198,1734,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75199,1732,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75200,1731,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75201,1732,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75202,1733,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75203,1731,0,-893.763,309.781,39.3592,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75204,1732,0,-893.763,309.781,39.3592,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75205,1733,0,-893.763,309.781,39.3592,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75206,1731,0,-315.451,-842.828,61.7272,-1.78024,0,0,-0.777145,0.629321,300,300,255,1), + (75207,1732,0,-315.451,-842.828,61.7272,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (75208,1733,0,-315.451,-842.828,61.7272,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (75209,1731,0,-801.256,519.086,101.712,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75210,1732,0,-801.256,519.086,101.712,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75211,1733,0,-801.256,519.086,101.712,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75212,1731,0,-643.304,789.86,128.134,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (75213,1732,0,-643.304,789.86,128.134,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (75214,1733,0,-643.304,789.86,128.134,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (75215,1731,0,-502.591,-828.237,53.355,3.03687,0,0,0.998629,0.0523374,300,300,255,1), + (75216,1732,0,-502.591,-828.237,53.355,3.03687,0,0,0.998629,0.0523374,300,300,255,1), + (75217,1733,0,-502.591,-828.237,53.355,3.03687,0,0,0.998629,0.0523374,300,300,255,1), + (75218,1731,0,-445.19,-1529.4,71.0053,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (75219,1732,0,-445.19,-1529.4,71.0053,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (75220,1733,0,-445.19,-1529.4,71.0053,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (75221,1731,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75222,1732,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75223,1733,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75224,1731,0,-1100.65,-830.58,17.9532,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (75225,1732,0,-1100.65,-830.58,17.9532,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (75226,1733,0,-1100.65,-830.58,17.9532,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (75227,1731,0,-745.166,577.436,103.427,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75228,1732,0,-745.166,577.436,103.427,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75229,1733,0,-745.166,577.436,103.427,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75230,1731,0,-278.271,228.777,102.131,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (75231,1732,0,-278.271,228.777,102.131,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (75232,1733,0,-278.271,228.777,102.131,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (75233,1731,0,-386.992,260.187,94.6462,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (75234,1732,0,-386.992,260.187,94.6462,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (75235,1733,0,-386.992,260.187,94.6462,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (75236,1731,0,-743.788,-245.083,40.2169,2.49582,0,0,0.948324,0.317305,300,300,255,1), + (75237,1732,0,-743.788,-245.083,40.2169,2.49582,0,0,0.948324,0.317305,300,300,255,1), + (75238,1733,0,-743.788,-245.083,40.2169,2.49582,0,0,0.948324,0.317305,300,300,255,1), + (75239,1731,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75240,1732,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75241,1733,0,-644.457,-1361.17,68.5742,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75242,1731,0,-620.953,-849.445,39.3938,-3.05433,0,0,-0.999048,0.0436174,300,300,255,1), + (75243,1732,0,-620.953,-849.445,39.3938,-3.05433,0,0,-0.999048,0.0436174,300,300,255,1), + (75244,1733,0,-620.953,-849.445,39.3938,-3.05433,0,0,-0.999048,0.0436174,300,300,255,1), + (75245,1731,0,-497,-824,49.308,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (75246,1732,0,-497,-824,49.308,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (75247,1733,0,-497,-824,49.308,3.876,0,0,0.933335,-0.359007,300,300,255,1), + (75248,1731,0,-665,489.126,88.027,0,0,0,0,1,300,300,255,1), + (75249,1732,0,-665,489.126,88.027,0,0,0,0,1,300,300,255,1), + (75250,1733,0,-665,489.126,88.027,0,0,0,0,1,300,300,255,1), + (75251,1731,0,-1458.58,-1085.96,7.96406,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (75252,1732,0,-1458.58,-1085.96,7.96406,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (75253,1733,0,-1458.58,-1085.96,7.96406,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (75254,1731,0,-713.669,489.348,82.6661,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (75255,1732,0,-713.669,489.348,82.6661,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (75256,1733,0,-713.669,489.348,82.6661,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (75257,1731,0,-315.451,-842.828,61.7272,-1.78023,0,0,-0.777145,0.629321,300,300,255,1), + (75258,1732,0,-315.451,-842.828,61.7272,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (75259,1733,0,-315.451,-842.828,61.7272,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (75260,1731,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75261,1732,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75262,1733,0,-809.145,21.4447,36.635,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75263,1731,0,-740,-237,37.234,5.908,0,0,0.186494,-0.982456,300,300,255,1), + (75264,1732,0,-740,-237,37.234,5.908,0,0,0.186494,-0.982456,300,300,255,1), + (75265,1733,0,-740,-237,37.234,5.908,0,0,0.186494,-0.982456,300,300,255,1), + (75266,1731,0,-383.365,-182.706,61.7857,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (75267,1732,0,-383.365,-182.706,61.7857,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (75268,1733,0,-383.365,-182.706,61.7857,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (75269,1731,0,-196.854,-1457.59,113.475,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (75270,1732,0,-196.854,-1457.59,113.475,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (75271,1733,0,-196.854,-1457.59,113.475,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (75272,1731,0,-703.013,-980.705,46.6122,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (75273,1732,0,-703.013,-980.705,46.6122,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (75274,1733,0,-703.013,-980.705,46.6122,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (75275,1731,0,-416.469,-1170.29,59.894,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (75276,1732,0,-416.469,-1170.29,59.894,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (75277,1733,0,-416.469,-1170.29,59.894,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (75278,1731,0,218.196,-755.703,109.082,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (75279,1732,0,218.196,-755.703,109.082,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (75280,1733,0,218.196,-755.703,109.082,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (75281,1731,0,-90.0451,-1361.99,123.778,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (75282,1732,0,-90.0451,-1361.99,123.778,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (75283,1733,0,-90.0451,-1361.99,123.778,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (75284,1731,0,115.795,-639.137,97.0621,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (75285,1732,0,115.795,-639.137,97.0621,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (75286,1733,0,115.795,-639.137,97.0621,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (75287,1731,0,-304.803,-1240.07,72.5146,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (75288,1732,0,-304.803,-1240.07,72.5146,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (75289,1733,0,-304.803,-1240.07,72.5146,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (75290,1731,0,143.441,-925.821,79.4433,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (75291,1732,0,143.441,-925.821,79.4433,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (75292,1733,0,143.441,-925.821,79.4433,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (75293,1731,0,-817.62,-1210.97,57.0243,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (75294,1732,0,-817.62,-1210.97,57.0243,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (75295,1733,0,-817.62,-1210.97,57.0243,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (75296,1731,0,-999.126,-1117.26,53.2347,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (75297,1732,0,-999.126,-1117.26,53.2347,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (75298,1733,0,-999.126,-1117.26,53.2347,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (75299,1731,0,-1000.52,30.5843,43.3942,3.14159,0,0,1,0.00000126759,300,300,255,1), + (75300,1732,0,-1000.52,30.5843,43.3942,3.14159,0,0,1,0.00000126759,300,300,255,1), + (75301,1733,0,-1000.52,30.5843,43.3942,3.14159,0,0,1,0.00000126759,300,300,255,1), + (75302,1731,0,47.3426,-642.852,94.4918,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (75303,1732,0,47.3426,-642.852,94.4918,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (75304,1733,0,47.3426,-642.852,94.4918,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (75305,1731,0,-778.224,-984.915,36.6733,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (75306,1732,0,-778.224,-984.915,36.6733,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (75307,1733,0,-778.224,-984.915,36.6733,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (75308,1731,0,-298.249,-1197.99,67.9911,3.14159,0,0,1,0.00000126759,300,300,255,1), + (75309,1732,0,-298.249,-1197.99,67.9911,3.14159,0,0,1,0.00000126759,300,300,255,1), + (75310,1733,0,-298.249,-1197.99,67.9911,3.14159,0,0,1,0.00000126759,300,300,255,1), + (75311,1731,0,-1093,-1064,49.459,0.314,0,0,0.156356,0.987701,300,300,255,1), + (75312,1732,0,-1093,-1064,49.459,0.314,0,0,0.156356,0.987701,300,300,255,1), + (75313,1733,0,-1093,-1064,49.459,0.314,0,0,0.156356,0.987701,300,300,255,1), + (75314,1731,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (75315,1732,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (75316,1733,0,-688.964,168.78,18.368,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (75317,1731,0,-49,683.216,78.239,1.361,0,0,0.629182,0.777258,300,300,255,1), + (75318,1732,0,-49,683.216,78.239,1.361,0,0,0.629182,0.777258,300,300,255,1), + (75319,1733,0,-49,683.216,78.239,1.361,0,0,0.629182,0.777258,300,300,255,1), + (75320,1731,0,-150,-996,60.481,0,0,0,0,1,300,300,255,1), + (75321,1732,0,-150,-996,60.481,0,0,0,0,1,300,300,255,1), + (75322,1733,0,-150,-996,60.481,0,0,0,0,1,300,300,255,1), + (75323,1731,0,-322,-367,67.164,1.274,0,0,0.594786,0.803884,300,300,255,1), + (75324,1732,0,-322,-367,67.164,1.274,0,0,0.594786,0.803884,300,300,255,1), + (75325,1733,0,-322,-367,67.164,1.274,0,0,0.594786,0.803884,300,300,255,1), + (75326,1731,0,188.658,-1064,73.208,1.03,0,0,0.492535,0.870293,300,300,255,1), + (75327,1732,0,188.658,-1064,73.208,1.03,0,0,0.492535,0.870293,300,300,255,1), + (75328,1733,0,188.658,-1064,73.208,1.03,0,0,0.492535,0.870293,300,300,255,1), + (75329,1731,0,52.3908,-1232.24,71.2689,0.59341,0,0,0.292371,0.956305,300,300,255,1), + (75330,1732,0,52.3908,-1232.24,71.2689,0.59341,0,0,0.292371,0.956305,300,300,255,1), + (75331,1733,0,52.3908,-1232.24,71.2689,0.59341,0,0,0.292371,0.956305,300,300,255,1), + (75332,1731,0,-106,-690,73.804,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75333,1732,0,-106,-690,73.804,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75334,1733,0,-106,-690,73.804,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75335,1731,0,-619.142,-1014.93,61.8551,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (75336,1732,0,-619.142,-1014.93,61.8551,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (75337,1733,0,-619.142,-1014.93,61.8551,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (75338,1731,0,-531,-1178,60.577,0.18,0,0,0.0898786,0.995953,300,300,255,1), + (75339,1732,0,-531,-1178,60.577,0.18,0,0,0.0898786,0.995953,300,300,255,1), + (75340,1733,0,-531,-1178,60.577,0.18,0,0,0.0898786,0.995953,300,300,255,1), + (75341,1731,0,-845,86.353,3.217,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75342,1732,0,-845,86.353,3.217,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75343,1733,0,-845,86.353,3.217,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75344,1731,0,-922.306,-1453.78,59.1559,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (75345,1732,0,-922.306,-1453.78,59.1559,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (75346,1733,0,-922.306,-1453.78,59.1559,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (75347,1731,0,-23.3489,-679.042,76.8395,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (75348,1732,0,-23.3489,-679.042,76.8395,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (75349,1733,0,-23.3489,-679.042,76.8395,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (75350,1731,0,-269,-216,84.475,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75351,1732,0,-269,-216,84.475,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75352,1733,0,-269,-216,84.475,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75353,1731,0,-197,-655,66.45,1.239,0,0,0.580628,0.814169,300,300,255,1), + (75354,1732,0,-197,-655,66.45,1.239,0,0,0.580628,0.814169,300,300,255,1), + (75355,1733,0,-197,-655,66.45,1.239,0,0,0.580628,0.814169,300,300,255,1), + (75356,1731,0,85.923,-1065,58.682,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75357,1732,0,85.923,-1065,58.682,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75358,1733,0,85.923,-1065,58.682,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75359,1731,0,-567,813.895,90.855,1.833,0,0,0.793476,0.608601,300,300,255,1), + (75360,1732,0,-567,813.895,90.855,1.833,0,0,0.793476,0.608601,300,300,255,1), + (75361,1733,0,-567,813.895,90.855,1.833,0,0,0.793476,0.608601,300,300,255,1), + (75362,1731,0,-150,-997,60.232,0,0,0,0,1,300,300,255,1), + (75363,1732,0,-150,-997,60.232,0,0,0,0,1,300,300,255,1), + (75364,1733,0,-150,-997,60.232,0,0,0,0,1,300,300,255,1), + (75365,1731,0,-961,-166,51.674,0.8,0,0,0.389418,0.921061,300,300,255,1), + (75366,1732,0,-961,-166,51.674,0.8,0,0,0.389418,0.921061,300,300,255,1), + (75367,1733,0,-961,-166,51.674,0.8,0,0,0.389418,0.921061,300,300,255,1), + (75368,1731,0,73.2704,-1002.17,59.4981,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (75369,1732,0,73.2704,-1002.17,59.4981,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (75370,1733,0,73.2704,-1002.17,59.4981,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (75371,1731,0,-1289.16,635.334,54.1088,0.174533,0,0,0.0871558,0.996195,300,300,255,1), + (75372,1732,0,-1289.16,635.334,54.1088,0.174533,0,0,0.0871558,0.996195,300,300,255,1), + (75373,1733,0,-1289.16,635.334,54.1088,0.174533,0,0,0.0871558,0.996195,300,300,255,1), + (75374,1731,0,-770,-1192,69.22,2.133,0,0,0.875515,0.483192,300,300,255,1), + (75375,1732,0,-770,-1192,69.22,2.133,0,0,0.875515,0.483192,300,300,255,1), + (75376,1733,0,-770,-1192,69.22,2.133,0,0,0.875515,0.483192,300,300,255,1), + (75377,1731,0,-582,-1643,74.985,5.733,0,0,0.271636,-0.9624,300,300,255,1), + (75378,1732,0,-582,-1643,74.985,5.733,0,0,0.271636,-0.9624,300,300,255,1), + (75379,1733,0,-582,-1643,74.985,5.733,0,0,0.271636,-0.9624,300,300,255,1), + (75380,1731,0,-492,-1665,81.768,3.893,0,0,0.93025,-0.366927,300,300,255,1), + (75381,1732,0,-492,-1665,81.768,3.893,0,0,0.93025,-0.366927,300,300,255,1), + (75382,1733,0,-492,-1665,81.768,3.893,0,0,0.93025,-0.366927,300,300,255,1), + (75383,1731,0,-1195,-947,31.334,5.132,0,0,0.544332,-0.83887,300,300,255,1), + (75384,1732,0,-1195,-947,31.334,5.132,0,0,0.544332,-0.83887,300,300,255,1), + (75385,1733,0,-1195,-947,31.334,5.132,0,0,0.544332,-0.83887,300,300,255,1), + (75386,1731,0,-498.583,-1658.01,84.0551,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (75387,1732,0,-498.583,-1658.01,84.0551,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (75388,1733,0,-498.583,-1658.01,84.0551,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (75389,1731,0,-392,-1775,113.071,5.827,0,0,0.22612,-0.974099,300,300,255,1), + (75390,1732,0,-392,-1775,113.071,5.827,0,0,0.22612,-0.974099,300,300,255,1), + (75391,1733,0,-392,-1775,113.071,5.827,0,0,0.22612,-0.974099,300,300,255,1), + (75392,1731,0,-164.338,-497.122,80.3264,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (75393,1732,0,-164.338,-497.122,80.3264,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (75394,1733,0,-164.338,-497.122,80.3264,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (75395,1731,0,-152,-134,116.106,1.223,0,0,0.574096,0.818788,300,300,255,1), + (75396,1732,0,-152,-134,116.106,1.223,0,0,0.574096,0.818788,300,300,255,1), + (75397,1733,0,-152,-134,116.106,1.223,0,0,0.574096,0.818788,300,300,255,1), + (75398,1731,0,-1012.89,-1185.04,65.5292,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (75399,1732,0,-1012.89,-1185.04,65.5292,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (75400,1733,0,-1012.89,-1185.04,65.5292,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (75401,1731,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (75402,1732,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (75403,1733,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (75404,1731,0,-1236.35,-986.903,16.5418,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (75405,1732,0,-1236.35,-986.903,16.5418,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (75406,1733,0,-1236.35,-986.903,16.5418,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (75407,1735,0,-268,-279,52.135,0.768,0,0,0.374632,0.927174,300,300,255,1), + (75408,2040,0,-268,-279,52.135,0.768,0,0,0.374632,0.927174,300,300,255,1), + (75409,1734,0,-268,-279,52.135,0.768,0,0,0.374632,0.927174,300,300,255,1), + (75410,2047,0,-268,-279,52.135,0.768,0,0,0.374632,0.927174,300,300,255,1), + (75411,1735,0,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (75412,2040,0,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (75413,1734,0,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (75414,2047,0,-261.954,-1771.5,128.367,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (75415,1735,0,-188.376,-353.486,54.2951,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75416,2040,0,-188.376,-353.486,54.2951,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75417,1734,0,-188.376,-353.486,54.2951,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75418,2047,0,-188.376,-353.486,54.2951,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (75419,1735,0,-262,-350,67.015,0,0,0,0,1,300,300,255,1), + (75420,2040,0,-262,-350,67.015,0,0,0,0,1,300,300,255,1), + (75421,1734,0,-262,-350,67.015,0,0,0,0,1,300,300,255,1), + (75422,2047,0,-262,-350,67.015,0,0,0,0,1,300,300,255,1), + (75423,1735,0,-558.954,-1738.67,75.4942,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (75424,2040,0,-558.954,-1738.67,75.4942,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (75425,1734,0,-558.954,-1738.67,75.4942,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (75426,2047,0,-558.954,-1738.67,75.4942,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (75427,1735,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75428,2040,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75429,1734,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75430,2047,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75431,1735,0,-438.232,-1829.24,80.8482,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (75432,2040,0,-438.232,-1829.24,80.8482,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (75433,1734,0,-438.232,-1829.24,80.8482,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (75434,2047,0,-438.232,-1829.24,80.8482,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (75435,1735,0,-256.987,-1494.96,100.147,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75436,2040,0,-256.987,-1494.96,100.147,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75437,1734,0,-256.987,-1494.96,100.147,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75438,2047,0,-256.987,-1494.96,100.147,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75439,1735,0,-156.596,-312.964,53.5226,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (75440,2040,0,-156.596,-312.964,53.5226,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (75441,1734,0,-156.596,-312.964,53.5226,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (75442,2047,0,-156.596,-312.964,53.5226,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (75443,1735,0,-203.769,-338.907,55.2152,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75444,2040,0,-203.769,-338.907,55.2152,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75445,1734,0,-203.769,-338.907,55.2152,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75446,2047,0,-203.769,-338.907,55.2152,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75447,1735,0,-241.383,-330.625,46.4368,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (75448,2040,0,-241.383,-330.625,46.4368,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (75449,1734,0,-241.383,-330.625,46.4368,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (75450,2047,0,-241.383,-330.625,46.4368,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (75451,1735,0,-1179.44,-1261.21,50.4825,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (75452,2040,0,-1179.44,-1261.21,50.4825,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (75453,1734,0,-1179.44,-1261.21,50.4825,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (75454,2047,0,-1179.44,-1261.21,50.4825,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (75455,1735,0,-1110.85,-1301.28,60.684,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (75456,2040,0,-1110.85,-1301.28,60.684,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (75457,1734,0,-1110.85,-1301.28,60.684,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (75458,2047,0,-1110.85,-1301.28,60.684,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (75459,1735,0,-1155.32,-1349.64,58.0543,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (75460,2040,0,-1155.32,-1349.64,58.0543,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (75461,1734,0,-1155.32,-1349.64,58.0543,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (75462,2047,0,-1155.32,-1349.64,58.0543,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (75463,1735,0,-284,-1592,97.234,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75464,2040,0,-284,-1592,97.234,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75465,1734,0,-284,-1592,97.234,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75466,2047,0,-284,-1592,97.234,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (75467,1735,0,-1356,-1090,36.526,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (75468,2040,0,-1356,-1090,36.526,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (75469,1734,0,-1356,-1090,36.526,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (75470,2047,0,-1356,-1090,36.526,3.809,0,0,0.944836,-0.327545,300,300,255,1), + (75471,1735,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (75472,2040,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (75473,1734,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (75474,2047,0,-1171.69,-1305.33,86.2144,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (75475,1735,0,-263,-280,52.265,0.768,0,0,0.374632,0.927174,300,300,255,1), + (75476,2040,0,-263,-280,52.265,0.768,0,0,0.374632,0.927174,300,300,255,1), + (75477,1734,0,-263,-280,52.265,0.768,0,0,0.374632,0.927174,300,300,255,1), + (75478,2047,0,-263,-280,52.265,0.768,0,0,0.374632,0.927174,300,300,255,1), + (75479,1735,0,-403.738,-1772.86,103.414,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (75480,2040,0,-403.738,-1772.86,103.414,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (75481,1734,0,-403.738,-1772.86,103.414,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (75482,2047,0,-403.738,-1772.86,103.414,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (75483,1735,0,-352,-1768,103.559,5.623,0,0,0.324131,-0.946012,300,300,255,1), + (75484,2040,0,-352,-1768,103.559,5.623,0,0,0.324131,-0.946012,300,300,255,1), + (75485,1734,0,-352,-1768,103.559,5.623,0,0,0.324131,-0.946012,300,300,255,1), + (75486,2047,0,-352,-1768,103.559,5.623,0,0,0.324131,-0.946012,300,300,255,1), + (75487,1735,0,-260,-1753,125.66,0.521,0,0,0.257564,0.966261,300,300,255,1), + (75488,2040,0,-260,-1753,125.66,0.521,0,0,0.257564,0.966261,300,300,255,1), + (75489,1734,0,-260,-1753,125.66,0.521,0,0,0.257564,0.966261,300,300,255,1), + (75490,2047,0,-260,-1753,125.66,0.521,0,0,0.257564,0.966261,300,300,255,1), + (75491,1735,0,-154.448,-345.575,50.5997,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (75492,2040,0,-154.448,-345.575,50.5997,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (75493,1734,0,-154.448,-345.575,50.5997,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (75494,2047,0,-154.448,-345.575,50.5997,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (75495,1735,0,-272,-385,66.158,1.937,0,0,0.824037,0.566536,300,300,255,1), + (75496,2040,0,-272,-385,66.158,1.937,0,0,0.824037,0.566536,300,300,255,1), + (75497,1734,0,-272,-385,66.158,1.937,0,0,0.824037,0.566536,300,300,255,1), + (75498,2047,0,-272,-385,66.158,1.937,0,0,0.824037,0.566536,300,300,255,1), + (75499,1735,0,-291.373,-291.808,44.137,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (75500,2040,0,-291.373,-291.808,44.137,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (75501,1734,0,-291.373,-291.808,44.137,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (75502,2047,0,-291.373,-291.808,44.137,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (75503,1735,0,-121.89,-364.606,53.3096,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (75504,2040,0,-121.89,-364.606,53.3096,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (75505,1734,0,-121.89,-364.606,53.3096,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (75506,2047,0,-121.89,-364.606,53.3096,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (75507,1735,0,-128,-346,53.066,6.141,0,0,0.0710329,-0.997474,300,300,255,1), + (75508,2040,0,-128,-346,53.066,6.141,0,0,0.0710329,-0.997474,300,300,255,1), + (75509,1734,0,-128,-346,53.066,6.141,0,0,0.0710329,-0.997474,300,300,255,1), + (75510,2047,0,-128,-346,53.066,6.141,0,0,0.0710329,-0.997474,300,300,255,1), + (75511,1735,0,-170,-326,52.763,1.925,0,0,0.820623,0.57147,300,300,255,1), + (75512,2040,0,-170,-326,52.763,1.925,0,0,0.820623,0.57147,300,300,255,1), + (75513,1734,0,-170,-326,52.763,1.925,0,0,0.820623,0.57147,300,300,255,1), + (75514,2047,0,-170,-326,52.763,1.925,0,0,0.820623,0.57147,300,300,255,1), + (75515,1735,0,-250,-371,47.652,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (75516,2040,0,-250,-371,47.652,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (75517,1734,0,-250,-371,47.652,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (75518,2047,0,-250,-371,47.652,4.313,0,0,0.833323,-0.552786,300,300,255,1), + (75519,1735,0,-189,-374,50.792,5.755,0,0,0.261033,-0.96533,300,300,255,1), + (75520,2040,0,-189,-374,50.792,5.755,0,0,0.261033,-0.96533,300,300,255,1), + (75521,1734,0,-189,-374,50.792,5.755,0,0,0.261033,-0.96533,300,300,255,1), + (75522,2047,0,-189,-374,50.792,5.755,0,0,0.261033,-0.96533,300,300,255,1), + (75523,2040,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (75524,165658,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (75525,1734,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (75526,1735,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (75527,1733,0,-6989.5,-1754.34,234.098,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (75528,1735,0,-10028.4,-3339.57,39.6986,-0.820303,0,0,-0.398748,0.91706,300,300,255,1), + (75529,1735,0,-1123,-1277,66.215,3.817,0,0,0.943518,-0.331321,300,300,255,1), + (75530,2040,0,-1123,-1277,66.215,3.817,0,0,0.943518,-0.331321,300,300,255,1), + (75531,1734,0,-1123,-1277,66.215,3.817,0,0,0.943518,-0.331321,300,300,255,1), + (75532,2047,0,-1123,-1277,66.215,3.817,0,0,0.943518,-0.331321,300,300,255,1), + (75533,1735,0,-190.746,-312.664,73.9734,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (75534,2040,0,-190.746,-312.664,73.9734,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (75535,1734,0,-190.746,-312.664,73.9734,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (75536,2047,0,-190.746,-312.664,73.9734,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (75537,1735,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75538,2040,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75539,1734,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75540,2047,0,-1389.83,-1202.56,54.0563,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75541,1731,0,-745.488,-98.0213,57.8578,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (75542,1732,0,-745.488,-98.0213,57.8578,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (75543,1733,0,-745.488,-98.0213,57.8578,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (75544,1731,0,-175.762,21.1603,82.2342,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (75545,1732,0,-175.762,21.1603,82.2342,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (75546,1733,0,-175.762,21.1603,82.2342,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (75547,1731,0,146.455,-789.081,96.4316,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75548,1732,0,146.455,-789.081,96.4316,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75549,1733,0,146.455,-789.081,96.4316,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75550,1731,0,-223.61,-1172.77,60.582,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (75551,1732,0,-223.61,-1172.77,60.582,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (75552,1733,0,-223.61,-1172.77,60.582,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (75553,1731,0,-277.789,-1020.47,66.2642,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (75554,1732,0,-277.789,-1020.47,66.2642,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (75555,1733,0,-277.789,-1020.47,66.2642,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (75556,1731,0,-1004.35,-339.056,13.7319,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (75557,1732,0,-1004.35,-339.056,13.7319,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (75558,1733,0,-1004.35,-339.056,13.7319,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (75559,1731,0,-472.812,368.856,106.055,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (75560,1732,0,-472.812,368.856,106.055,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (75561,1733,0,-472.812,368.856,106.055,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (75562,1731,0,-403.761,-1124.34,56.1819,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (75563,1732,0,-403.761,-1124.34,56.1819,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (75564,1733,0,-403.761,-1124.34,56.1819,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (75565,1731,0,15.0196,-1247.4,67.825,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (75566,1732,0,15.0196,-1247.4,67.825,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (75567,1733,0,15.0196,-1247.4,67.825,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (75568,1731,0,-356.236,-1705.29,96.5566,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (75569,1732,0,-356.236,-1705.29,96.5566,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (75588,1733,0,-356.236,-1705.29,96.5566,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (75589,1731,0,-246.092,-1070.03,47.9878,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (75590,1732,0,-246.092,-1070.03,47.9878,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (75591,1733,0,-246.092,-1070.03,47.9878,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (75592,1731,0,-226.163,-560.77,65.1476,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (75593,1732,0,-226.163,-560.77,65.1476,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (75594,1733,0,-226.163,-560.77,65.1476,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (75595,1731,0,-175.098,-386.277,51.7808,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (75596,1732,0,-175.098,-386.277,51.7808,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (75597,1733,0,-175.098,-386.277,51.7808,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (75598,2040,0,-10028.4,-3339.57,39.6986,-0.820303,0,0,-0.398748,0.91706,300,300,255,1), + (75599,1734,0,-10028.4,-3339.57,39.6986,-0.820303,0,0,-0.398748,0.91706,300,300,255,1), + (75600,1731,0,-5860.61,-3754.48,334.931,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (75601,1732,0,-5860.61,-3754.48,334.931,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (75602,1733,0,-5860.61,-3754.48,334.931,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (75603,1731,0,-4673.84,-3000.53,320.473,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (75604,1732,0,-4673.84,-3000.53,320.473,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (75605,1733,0,-4673.84,-3000.53,320.473,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (75606,1731,0,-5306.12,-2698.85,352.962,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (75607,1732,0,-5306.12,-2698.85,352.962,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (75608,1733,0,-5306.12,-2698.85,352.962,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (75609,1731,0,-4926.78,-3765,322.941,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (75610,1732,0,-4926.78,-3765,322.941,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (75611,1733,0,-4926.78,-3765,322.941,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (75612,1731,0,-5357.71,-2718.82,363.565,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (75613,1732,0,-5357.71,-2718.82,363.565,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (75614,1733,0,-5357.71,-2718.82,363.565,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (75615,1731,0,-5534.53,-2711.2,369.837,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (75616,1732,0,-5534.53,-2711.2,369.837,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (75617,1733,0,-5534.53,-2711.2,369.837,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (75618,1731,0,-4986.73,-2962.82,316.091,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75619,1732,0,-4986.73,-2962.82,316.091,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75620,1733,0,-4986.73,-2962.82,316.091,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75621,1731,0,-5692.68,-3123.95,316.189,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (75622,1732,0,-5692.68,-3123.95,316.189,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (75623,1733,0,-5692.68,-3123.95,316.189,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (75624,1731,0,-5624.58,-2926.26,409.998,-3.07178,0,0,-0.999391,0.0348993,300,300,255,1), + (75625,1732,0,-5624.58,-2926.26,409.998,-3.07178,0,0,-0.999391,0.0348993,300,300,255,1), + (75626,1733,0,-5624.58,-2926.26,409.998,-3.07178,0,0,-0.999391,0.0348993,300,300,255,1), + (75627,1731,0,-5744.19,-3532.99,306.714,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (75628,1732,0,-5744.19,-3532.99,306.714,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (75629,1733,0,-5744.19,-3532.99,306.714,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (75630,1731,0,-5792.43,-3586.6,337.733,1.5708,0,0,0.707108,0.707106,300,300,255,1), + (75631,1732,0,-5792.43,-3586.6,337.733,1.5708,0,0,0.707108,0.707106,300,300,255,1), + (75632,1733,0,-5792.43,-3586.6,337.733,1.5708,0,0,0.707108,0.707106,300,300,255,1), + (75633,1731,0,-4898.06,-3039.79,319.946,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (75634,1732,0,-4898.06,-3039.79,319.946,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (75635,1733,0,-4898.06,-3039.79,319.946,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (75636,1731,0,-5366.79,-3137.5,303.529,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (75637,1732,0,-5366.79,-3137.5,303.529,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (75638,1733,0,-5366.79,-3137.5,303.529,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (75639,1731,0,-5906.61,-3848.87,350.884,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (75640,1732,0,-5906.61,-3848.87,350.884,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (75641,1733,0,-5906.61,-3848.87,350.884,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (75642,1731,0,-5528.69,-2989.79,373.278,-0.942478,0,0,-0.453991,0.891006,300,300,255,1), + (75643,1732,0,-5528.69,-2989.79,373.278,-0.942478,0,0,-0.453991,0.891006,300,300,255,1), + (75644,1733,0,-5528.69,-2989.79,373.278,-0.942478,0,0,-0.453991,0.891006,300,300,255,1), + (75645,1731,0,-5960.8,-2781.47,392.505,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (75646,1732,0,-5960.8,-2781.47,392.505,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (75647,1733,0,-5960.8,-2781.47,392.505,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (75648,1731,0,-5071.19,-2724.19,320.265,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (75649,1732,0,-5071.19,-2724.19,320.265,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (75650,1733,0,-5071.19,-2724.19,320.265,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (75651,1731,0,-5593.5,-3256.05,289.35,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (75652,1732,0,-5593.5,-3256.05,289.35,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (75653,1733,0,-5593.5,-3256.05,289.35,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (75654,1731,0,-4965.51,-2996.1,317.392,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (75655,1732,0,-4965.51,-2996.1,317.392,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (75656,1733,0,-4965.51,-2996.1,317.392,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (75657,1731,0,-4867.67,-2974.29,318.302,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75658,1732,0,-4867.67,-2974.29,318.302,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75659,1733,0,-4867.67,-2974.29,318.302,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (75660,1731,0,-5717.69,-3627.2,315.512,-2.86234,0,0,-0.990268,0.139173,300,300,255,1), + (75661,1732,0,-5717.69,-3627.2,315.512,-2.86234,0,0,-0.990268,0.139173,300,300,255,1), + (75662,1733,0,-5717.69,-3627.2,315.512,-2.86234,0,0,-0.990268,0.139173,300,300,255,1), + (75663,1731,0,-5376,-4026.73,345.587,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75664,1732,0,-5376,-4026.73,345.587,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75665,1733,0,-5376,-4026.73,345.587,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75666,1731,0,-5783.95,-3212.13,309.844,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (75667,1732,0,-5783.95,-3212.13,309.844,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (75668,1733,0,-5783.95,-3212.13,309.844,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (75669,1731,0,-5189.03,-4137.99,344.148,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (75670,1732,0,-5189.03,-4137.99,344.148,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (75671,1733,0,-5189.03,-4137.99,344.148,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (75672,1731,0,-4748.16,-3588.43,308.719,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (75673,1732,0,-4748.16,-3588.43,308.719,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (75674,1733,0,-4748.16,-3588.43,308.719,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (75675,1731,0,-6141,-2972.89,400.16,2.80998,0,0,0.986286,0.165048,300,300,255,1), + (75676,1732,0,-6141,-2972.89,400.16,2.80998,0,0,0.986286,0.165048,300,300,255,1), + (75677,1733,0,-6141,-2972.89,400.16,2.80998,0,0,0.986286,0.165048,300,300,255,1), + (75678,1731,0,-6100.43,-2984.39,419.492,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (75679,1732,0,-6100.43,-2984.39,419.492,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (75680,1733,0,-6100.43,-2984.39,419.492,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (75681,1731,0,-5517.82,-2731.01,366.158,0.750492,0,0,0.366501,0.930417,300,300,255,1), + (75682,1732,0,-5517.82,-2731.01,366.158,0.750492,0,0,0.366501,0.930417,300,300,255,1), + (75683,1733,0,-5517.82,-2731.01,366.158,0.750492,0,0,0.366501,0.930417,300,300,255,1), + (75684,1731,0,-4971.56,-3146.3,321.716,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (75685,1732,0,-4971.56,-3146.3,321.716,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (75686,1733,0,-4971.56,-3146.3,321.716,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (75687,1731,0,-4913.92,-3381,302.121,0.541052,0,0,0.267238,0.96363,300,300,255,1), + (75688,1732,0,-4913.92,-3381,302.121,0.541052,0,0,0.267238,0.96363,300,300,255,1), + (75689,1733,0,-4913.92,-3381,302.121,0.541052,0,0,0.267238,0.96363,300,300,255,1), + (75690,1731,0,-5642.75,-3256.99,312.215,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (75691,1732,0,-5642.75,-3256.99,312.215,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (75692,1733,0,-5642.75,-3256.99,312.215,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (75693,1731,0,-5142.94,-3360.46,284.629,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (75694,1732,0,-5142.94,-3360.46,284.629,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (75695,1733,0,-5142.94,-3360.46,284.629,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (75696,1731,0,-5498.42,-3316.85,286.99,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (75697,1732,0,-5498.42,-3316.85,286.99,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (75698,1733,0,-5498.42,-3316.85,286.99,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (75699,1731,0,-5423.67,-2709.96,368.752,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (75700,1732,0,-5423.67,-2709.96,368.752,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (75701,1733,0,-5423.67,-2709.96,368.752,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (75702,1731,0,-5582.72,-3545.79,290.129,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (75703,1732,0,-5582.72,-3545.79,290.129,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (75704,1733,0,-5582.72,-3545.79,290.129,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (75705,1731,0,-6054.89,-2957.95,401.839,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (75706,1732,0,-6054.89,-2957.95,401.839,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (75707,1733,0,-6054.89,-2957.95,401.839,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (75708,1731,0,-6001.23,-2859,394.728,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (75709,1732,0,-6001.23,-2859,394.728,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (75710,1733,0,-6001.23,-2859,394.728,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (75711,1731,0,-4728.93,-3142.43,302.941,3.10669,0,0,0.999848,0.0174505,300,300,255,1), + (75712,1732,0,-4728.93,-3142.43,302.941,3.10669,0,0,0.999848,0.0174505,300,300,255,1), + (75713,1733,0,-4728.93,-3142.43,302.941,3.10669,0,0,0.999848,0.0174505,300,300,255,1), + (75714,1731,0,-4651.34,-3121.1,301.035,-0.401426,0,0,-0.199368,0.979925,300,300,255,1), + (75715,1732,0,-4651.34,-3121.1,301.035,-0.401426,0,0,-0.199368,0.979925,300,300,255,1), + (75716,1733,0,-4651.34,-3121.1,301.035,-0.401426,0,0,-0.199368,0.979925,300,300,255,1), + (75717,1731,0,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (75718,1732,0,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (75719,1733,0,-4834.88,-2986.44,323.039,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (75720,1731,0,-4923.44,-2971.1,317.558,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (75721,1732,0,-4923.44,-2971.1,317.558,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (75722,1733,0,-4923.44,-2971.1,317.558,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (75723,1731,0,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (75724,1732,0,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (75725,1733,0,-4968.39,-2911.64,338.077,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (75726,1731,0,-5362.56,-3552.67,280.771,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (75727,1732,0,-5362.56,-3552.67,280.771,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (75728,1733,0,-5362.56,-3552.67,280.771,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (75729,1731,0,-5306.52,-3564.57,287.213,-2.37365,0,0,-0.927184,0.374606,300,300,255,1), + (75730,1732,0,-5306.52,-3564.57,287.213,-2.37365,0,0,-0.927184,0.374606,300,300,255,1), + (75731,1733,0,-5306.52,-3564.57,287.213,-2.37365,0,0,-0.927184,0.374606,300,300,255,1), + (75732,1731,0,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (75733,1732,0,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (75734,1733,0,-5748.61,-3936.8,331.427,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (75735,1731,0,-5538.97,-4016.46,382.358,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (75736,1732,0,-5538.97,-4016.46,382.358,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (75737,1733,0,-5538.97,-4016.46,382.358,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (75738,1731,0,-5791.16,-2947.83,376.026,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (75739,1732,0,-5791.16,-2947.83,376.026,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (75740,1733,0,-5791.16,-2947.83,376.026,-2.98451,0,0,-0.996917,0.0784606,300,300,255,1), + (75741,1731,0,-5541.88,-4316.9,399.572,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75742,1732,0,-5541.88,-4316.9,399.572,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75743,1733,0,-5541.88,-4316.9,399.572,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (75744,1731,0,-5869.6,-4071.64,398.154,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (75745,1732,0,-5869.6,-4071.64,398.154,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (75746,1733,0,-5869.6,-4071.64,398.154,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (75747,1731,0,-5593,-3257,289.07,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75748,1732,0,-5593,-3257,289.07,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75749,1733,0,-5593,-3257,289.07,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75750,1731,0,-4928,-3765,323.991,0.506,0,0,0.25031,0.968166,300,300,255,1), + (75751,1732,0,-4928,-3765,323.991,0.506,0,0,0.25031,0.968166,300,300,255,1), + (75752,1733,0,-4928,-3765,323.991,0.506,0,0,0.25031,0.968166,300,300,255,1), + (75753,1731,0,-5750,-3940,328.844,4.389,0,0,0.811721,-0.584045,300,300,255,1), + (75754,1732,0,-5750,-3940,328.844,4.389,0,0,0.811721,-0.584045,300,300,255,1), + (75755,1733,0,-5750,-3940,328.844,4.389,0,0,0.811721,-0.584045,300,300,255,1), + (75756,1731,0,-5846,-3040,330.966,1.399,0,0,0.643835,0.765164,300,300,255,1), + (75757,1732,0,-5846,-3040,330.966,1.399,0,0,0.643835,0.765164,300,300,255,1), + (75758,1733,0,-5846,-3040,330.966,1.399,0,0,0.643835,0.765164,300,300,255,1), + (75759,1731,0,-4943,-2974,321.613,0,0,0,0,1,300,300,255,1), + (75760,1732,0,-4943,-2974,321.613,0,0,0,0,1,300,300,255,1), + (75761,1733,0,-4943,-2974,321.613,0,0,0,0,1,300,300,255,1), + (75762,1731,0,-5534.53,-2711.2,369.837,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (75763,1732,0,-5534.53,-2711.2,369.837,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (75764,1733,0,-5534.53,-2711.2,369.837,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (75765,1731,0,-5896,-2848,383.134,1.871,0,0,0.804896,0.593416,300,300,255,1), + (75766,1732,0,-5896,-2848,383.134,1.871,0,0,0.804896,0.593416,300,300,255,1), + (75767,1733,0,-5896,-2848,383.134,1.871,0,0,0.804896,0.593416,300,300,255,1), + (75768,1731,0,-5359,-3894,341.694,0.507,0,0,0.250794,0.968041,300,300,255,1), + (75769,1732,0,-5359,-3894,341.694,0.507,0,0,0.250794,0.968041,300,300,255,1), + (75770,1733,0,-5359,-3894,341.694,0.507,0,0,0.250794,0.968041,300,300,255,1), + (75771,1731,0,-5912,-3855,353.174,4.247,0,0,0.851108,-0.52499,300,300,255,1), + (75772,1732,0,-5912,-3855,353.174,4.247,0,0,0.851108,-0.52499,300,300,255,1), + (75773,1733,0,-5912,-3855,353.174,4.247,0,0,0.851108,-0.52499,300,300,255,1), + (75774,1731,0,-5091.8,-3324.24,280.257,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (75775,1732,0,-5091.8,-3324.24,280.257,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (75776,1733,0,-5091.8,-3324.24,280.257,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (75777,1731,0,-4838.35,-3140.2,318.547,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (75778,1732,0,-4838.35,-3140.2,318.547,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (75779,1733,0,-4838.35,-3140.2,318.547,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (75780,1731,0,-4985,-3873,317.697,2.653,0,0,0.970308,0.241874,300,300,255,1), + (75781,1732,0,-4985,-3873,317.697,2.653,0,0,0.970308,0.241874,300,300,255,1), + (75782,1733,0,-4985,-3873,317.697,2.653,0,0,0.970308,0.241874,300,300,255,1), + (75783,1731,0,-4829,-2988,321.079,2.339,0,0,0.920555,0.390612,300,300,255,1), + (75784,1732,0,-4829,-2988,321.079,2.339,0,0,0.920555,0.390612,300,300,255,1), + (75785,1733,0,-4829,-2988,321.079,2.339,0,0,0.920555,0.390612,300,300,255,1), + (75786,1731,0,-5804,-3134,342.026,3.506,0,0,0.983447,-0.181197,300,300,255,1), + (75787,1732,0,-5804,-3134,342.026,3.506,0,0,0.983447,-0.181197,300,300,255,1), + (75788,1733,0,-5804,-3134,342.026,3.506,0,0,0.983447,-0.181197,300,300,255,1), + (75789,1731,0,-5849,-3600,351.124,5.819,0,0,0.230015,-0.973187,300,300,255,1), + (75790,1732,0,-5849,-3600,351.124,5.819,0,0,0.230015,-0.973187,300,300,255,1), + (75791,1733,0,-5849,-3600,351.124,5.819,0,0,0.230015,-0.973187,300,300,255,1), + (75792,1731,0,-5538,-3116,342.941,3.977,0,0,0.914023,-0.405663,300,300,255,1), + (75793,1732,0,-5538,-3116,342.941,3.977,0,0,0.914023,-0.405663,300,300,255,1), + (75794,1733,0,-5538,-3116,342.941,3.977,0,0,0.914023,-0.405663,300,300,255,1), + (75795,1731,0,-5900,-2973,371.701,-2,0,0,-0.841471,0.540302,300,300,255,1), + (75796,1732,0,-5900,-2973,371.701,-2,0,0,-0.841471,0.540302,300,300,255,1), + (75797,1733,0,-5900,-2973,371.701,-2,0,0,-0.841471,0.540302,300,300,255,1), + (75798,1731,0,-5464,-3190,335.219,1.222,0,0,0.573687,0.819075,300,300,255,1), + (75799,1732,0,-5464,-3190,335.219,1.222,0,0,0.573687,0.819075,300,300,255,1), + (75800,1733,0,-5464,-3190,335.219,1.222,0,0,0.573687,0.819075,300,300,255,1), + (75801,1731,0,-5109,-3122,313.269,-2,0,0,-0.841471,0.540302,300,300,255,1), + (75802,1732,0,-5109,-3122,313.269,-2,0,0,-0.841471,0.540302,300,300,255,1), + (75803,1733,0,-5109,-3122,313.269,-2,0,0,-0.841471,0.540302,300,300,255,1), + (75804,1731,0,-6119.89,-2964.38,398.496,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (75805,1732,0,-6119.89,-2964.38,398.496,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (75806,1733,0,-6119.89,-2964.38,398.496,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (75807,1731,0,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,300,300,255,1), + (75808,1732,0,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,300,300,255,1), + (75809,1733,0,-5090.62,-4145.23,336.802,0.959931,0,0,0.461749,0.887011,300,300,255,1), + (75810,1731,0,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (75811,1732,0,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (75812,1733,0,-4895.64,-4037.91,325.167,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (75813,1731,0,-5711,-3176,321.194,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75814,1732,0,-5711,-3176,321.194,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75815,1733,0,-5711,-3176,321.194,-1,0,0,-0.479426,0.877583,300,300,255,1), + (75816,1731,0,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,300,300,255,1), + (75817,1732,0,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,300,300,255,1), + (75818,1733,0,-5477.28,-4141.59,392.58,1.85005,0,0,0.798636,0.601815,300,300,255,1), + (75819,1731,0,-4826.3,-3957.94,336.999,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (75820,1732,0,-4826.3,-3957.94,336.999,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (75821,1733,0,-4826.3,-3957.94,336.999,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (75822,1731,0,-5358,-2720,363.231,0.942,0,0,0.453778,0.891115,300,300,255,1), + (75823,1732,0,-5358,-2720,363.231,0.942,0,0,0.453778,0.891115,300,300,255,1), + (75824,1733,0,-5358,-2720,363.231,0.942,0,0,0.453778,0.891115,300,300,255,1), + (75825,1731,0,-5522.71,-4161.74,383.012,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (75826,1732,0,-5522.71,-4161.74,383.012,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (75827,1733,0,-5522.71,-4161.74,383.012,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (75828,1731,0,-5407.56,-3421.51,285.106,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75829,1732,0,-5407.56,-3421.51,285.106,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75830,1733,0,-5407.56,-3421.51,285.106,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (75831,1731,0,-5547.15,-2933.8,374.021,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (75832,1732,0,-5547.15,-2933.8,374.021,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (75833,1733,0,-5547.15,-2933.8,374.021,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (75834,1731,0,-6120.49,-3021.54,396.495,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (75835,1732,0,-6120.49,-3021.54,396.495,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (75836,1733,0,-6120.49,-3021.54,396.495,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (75837,1731,0,-5361.94,-3235.94,286.772,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (75838,1732,0,-5361.94,-3235.94,286.772,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (75839,1733,0,-5361.94,-3235.94,286.772,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (75840,1731,0,-5721.44,-3713.94,312.301,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (75841,1732,0,-5721.44,-3713.94,312.301,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (75842,1733,0,-5721.44,-3713.94,312.301,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (75843,1731,0,-4946,-2901,352.869,4.391,0,0,0.811137,-0.584857,300,300,255,1), + (75844,1732,0,-4946,-2901,352.869,4.391,0,0,0.811137,-0.584857,300,300,255,1), + (75845,1733,0,-4946,-2901,352.869,4.391,0,0,0.811137,-0.584857,300,300,255,1), + (75846,1731,0,-5606,-4105,390.494,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (75847,1732,0,-5606,-4105,390.494,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (75848,1733,0,-5606,-4105,390.494,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (75849,1731,0,-5626,-3152,323.433,1.396,0,0,0.642687,0.766129,300,300,255,1), + (75850,1732,0,-5626,-3152,323.433,1.396,0,0,0.642687,0.766129,300,300,255,1), + (75851,1733,0,-5626,-3152,323.433,1.396,0,0,0.642687,0.766129,300,300,255,1), + (75852,1731,0,-5284.12,-3306.02,254.845,1.13446,0,0,0.537298,0.843393,300,300,255,1), + (75853,1732,0,-5284.12,-3306.02,254.845,1.13446,0,0,0.537298,0.843393,300,300,255,1), + (75854,1733,0,-5284.12,-3306.02,254.845,1.13446,0,0,0.537298,0.843393,300,300,255,1), + (75855,1731,0,-5773,-2917,365.51,0.731,0,0,0.357416,0.933945,300,300,255,1), + (75856,1732,0,-5773,-2917,365.51,0.731,0,0,0.357416,0.933945,300,300,255,1), + (75857,1733,0,-5773,-2917,365.51,0.731,0,0,0.357416,0.933945,300,300,255,1), + (75858,1731,0,-5179.53,-3290.78,276.421,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (75859,1732,0,-5179.53,-3290.78,276.421,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (75860,1733,0,-5179.53,-3290.78,276.421,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (75861,1731,0,-4939,-2632,331.85,0.873,0,0,0.42277,0.906237,300,300,255,1), + (75862,1732,0,-4939,-2632,331.85,0.873,0,0,0.42277,0.906237,300,300,255,1), + (75863,1733,0,-4939,-2632,331.85,0.873,0,0,0.42277,0.906237,300,300,255,1), + (75864,1731,0,-5349.29,-4168.89,336.427,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (75865,1732,0,-5349.29,-4168.89,336.427,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (75866,1733,0,-5349.29,-4168.89,336.427,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (75867,1731,0,-5575.64,-2751.37,370.087,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (75868,1732,0,-5575.64,-2751.37,370.087,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (75869,1733,0,-5575.64,-2751.37,370.087,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (75870,1731,0,-6194.21,-2996.44,387.533,-0.05236,0,0,-0.026177,0.999657,300,300,255,1), + (75871,1732,0,-6194.21,-2996.44,387.533,-0.05236,0,0,-0.026177,0.999657,300,300,255,1), + (75872,1733,0,-6194.21,-2996.44,387.533,-0.05236,0,0,-0.026177,0.999657,300,300,255,1), + (75873,1731,0,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267239,300,300,255,1), + (75874,1732,0,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267239,300,300,255,1), + (75875,1733,0,-6225.2,-2998.35,386.989,2.60054,0,0,0.96363,0.267239,300,300,255,1), + (75876,1731,0,-5691.15,-4099.24,397.565,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (75877,1732,0,-5691.15,-4099.24,397.565,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (75878,1733,0,-5691.15,-4099.24,397.565,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (75879,1731,0,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (75880,1732,0,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (75881,1733,0,-6097.9,-2814.65,420.024,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (75882,1731,0,-5802.45,-3740.06,325.453,-0.069813,0,0,-0.0348994,0.999391,300,300,255,1), + (75883,1732,0,-5802.45,-3740.06,325.453,-0.069813,0,0,-0.0348994,0.999391,300,300,255,1), + (75884,1733,0,-5802.45,-3740.06,325.453,-0.069813,0,0,-0.0348994,0.999391,300,300,255,1), + (75885,1731,0,-5067.35,-2619.15,373.198,0.017453,0,0,0.00872639,0.999962,300,300,255,1), + (75886,1732,0,-5067.35,-2619.15,373.198,0.017453,0,0,0.00872639,0.999962,300,300,255,1), + (75887,1733,0,-5067.35,-2619.15,373.198,0.017453,0,0,0.00872639,0.999962,300,300,255,1), + (75888,1731,0,-5344.7,-3897.95,334.121,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (75889,1732,0,-5344.7,-3897.95,334.121,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (75890,1733,0,-5344.7,-3897.95,334.121,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (75891,1731,0,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (75892,1732,0,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (75893,1733,0,-4827.34,-3870.07,308.506,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (75894,1731,0,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75895,1732,0,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75896,1733,0,-4991.61,-4149.51,312.482,0.383972,0,0,0.190809,0.981627,300,300,255,1), + (75897,1731,0,-4787.7,-4173.91,305.719,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (75898,1732,0,-4787.7,-4173.91,305.719,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (75899,1733,0,-4787.7,-4173.91,305.719,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (75900,1731,0,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (75901,1732,0,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (75902,1733,0,-5003.64,-3982.49,302.199,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (75903,1731,0,-6062.61,-2740.13,422.309,-0.20944,0,0,-0.104529,0.994522,300,300,255,1), + (75904,1732,0,-6062.61,-2740.13,422.309,-0.20944,0,0,-0.104529,0.994522,300,300,255,1), + (75905,1733,0,-6062.61,-2740.13,422.309,-0.20944,0,0,-0.104529,0.994522,300,300,255,1), + (75906,1731,0,-5821,-2801,381.365,1.833,0,0,0.793476,0.608601,300,300,255,1), + (75907,1732,0,-5821,-2801,381.365,1.833,0,0,0.793476,0.608601,300,300,255,1), + (75908,1733,0,-5821,-2801,381.365,1.833,0,0,0.793476,0.608601,300,300,255,1), + (75909,1731,0,-5879,-3948,357.137,5.669,0,0,0.302289,-0.953216,300,300,255,1), + (75910,1732,0,-5879,-3948,357.137,5.669,0,0,0.302289,-0.953216,300,300,255,1), + (75911,1733,0,-5879,-3948,357.137,5.669,0,0,0.302289,-0.953216,300,300,255,1), + (75912,1731,0,-4843,-3956,319.805,1.765,0,0,0.772329,0.635222,300,300,255,1), + (75913,1732,0,-4843,-3956,319.805,1.765,0,0,0.772329,0.635222,300,300,255,1), + (75914,1733,0,-4843,-3956,319.805,1.765,0,0,0.772329,0.635222,300,300,255,1), + (75915,1731,0,-4739.3,-4114.37,311.837,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (75916,1732,0,-4739.3,-4114.37,311.837,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (75917,1733,0,-4739.3,-4114.37,311.837,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (75918,1731,0,-4779.18,-4055.91,311.679,0.15708,0,0,0.0784593,0.996917,300,300,255,1), + (75919,1732,0,-4779.18,-4055.91,311.679,0.15708,0,0,0.0784593,0.996917,300,300,255,1), + (75920,1733,0,-4779.18,-4055.91,311.679,0.15708,0,0,0.0784593,0.996917,300,300,255,1), + (75921,1731,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75922,1732,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75923,1733,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75924,1731,0,-5639.08,-3903.59,325.725,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (75925,1732,0,-5639.08,-3903.59,325.725,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (75926,1733,0,-5639.08,-3903.59,325.725,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (75927,1731,0,-5736,-3879,334.654,1.838,0,0,0.794995,0.606615,300,300,255,1), + (75928,1732,0,-5736,-3879,334.654,1.838,0,0,0.794995,0.606615,300,300,255,1), + (75929,1733,0,-5736,-3879,334.654,1.838,0,0,0.794995,0.606615,300,300,255,1), + (75930,1731,0,-5653.57,-3924.1,328.478,0.20944,0,0,0.104529,0.994522,300,300,255,1), + (75931,1732,0,-5653.57,-3924.1,328.478,0.20944,0,0,0.104529,0.994522,300,300,255,1), + (75932,1733,0,-5653.57,-3924.1,328.478,0.20944,0,0,0.104529,0.994522,300,300,255,1), + (75933,1731,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75934,1732,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75935,1733,0,-4939.38,-4077.81,302.542,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (75936,1731,0,-5842.29,-4205.48,417.789,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (75937,1732,0,-5842.29,-4205.48,417.789,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (75938,1733,0,-5842.29,-4205.48,417.789,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (75939,1731,0,-9519.65,-2103.17,94.1483,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (75940,1732,0,-9519.65,-2103.17,94.1483,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (75941,1733,0,-9519.65,-2103.17,94.1483,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (75942,1731,0,-9565.56,-3240.22,50.891,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (75943,1732,0,-9565.56,-3240.22,50.891,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (75944,1733,0,-9565.56,-3240.22,50.891,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (75945,1731,0,-8750.37,-2258.32,155.634,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (75946,1732,0,-8750.37,-2258.32,155.634,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (75947,1733,0,-8750.37,-2258.32,155.634,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (75948,1731,0,-9372.14,-1915.85,67.3032,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (75949,1732,0,-9372.14,-1915.85,67.3032,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (75950,1733,0,-9372.14,-1915.85,67.3032,-0.541052,0,0,-0.267238,0.96363,300,300,255,1), + (75951,1731,0,-8810.75,-2136.72,150.143,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (75952,1732,0,-8810.75,-2136.72,150.143,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (75953,1733,0,-8810.75,-2136.72,150.143,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (75954,1731,0,-9343.75,-2926.38,109.87,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (75955,1732,0,-9343.75,-2926.38,109.87,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (75956,1733,0,-9343.75,-2926.38,109.87,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (75957,1731,0,-9591.81,-2403.29,64.4106,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (75958,1732,0,-9591.81,-2403.29,64.4106,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (75959,1733,0,-9591.81,-2403.29,64.4106,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (75960,1731,0,-8839.28,-2528.36,142.069,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (75961,1732,0,-8839.28,-2528.36,142.069,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (75962,1733,0,-8839.28,-2528.36,142.069,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (75963,1731,0,-8840,-2071,128.304,3.142,0,0,1,-0.000203653,300,300,255,1), + (75964,1732,0,-8840,-2071,128.304,3.142,0,0,1,-0.000203653,300,300,255,1), + (75965,1733,0,-8840,-2071,128.304,3.142,0,0,1,-0.000203653,300,300,255,1), + (75966,1731,0,-9285.47,-3419.89,105.121,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75967,1732,0,-9285.47,-3419.89,105.121,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75968,1733,0,-9285.47,-3419.89,105.121,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (75969,1731,0,-8688.33,-2170.14,156.791,2.21657,0,0,0.894935,0.446197,300,300,255,1), + (75970,1732,0,-8688.33,-2170.14,156.791,2.21657,0,0,0.894935,0.446197,300,300,255,1), + (75971,1733,0,-8688.33,-2170.14,156.791,2.21657,0,0,0.894935,0.446197,300,300,255,1), + (75972,1731,0,-9440.46,-3395.88,89.0594,-1.67552,0,0,-0.743146,0.669129,300,300,255,1), + (75973,1732,0,-9440.46,-3395.88,89.0594,-1.67552,0,0,-0.743146,0.669129,300,300,255,1), + (75974,1733,0,-9440.46,-3395.88,89.0594,-1.67552,0,0,-0.743146,0.669129,300,300,255,1), + (75975,1731,0,-9737.6,-2925.08,67.047,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (75976,1732,0,-9737.6,-2925.08,67.047,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (75977,1733,0,-9737.6,-2925.08,67.047,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (75978,1731,0,-8705.2,-2598.11,140.532,2.77507,0,0,0.983255,0.182237,300,300,255,1), + (75979,1732,0,-8705.2,-2598.11,140.532,2.77507,0,0,0.983255,0.182237,300,300,255,1), + (75980,1733,0,-8705.2,-2598.11,140.532,2.77507,0,0,0.983255,0.182237,300,300,255,1), + (75981,1731,0,-8981.17,-2296.79,136.786,-2.11185,0,0,-0.870356,0.492424,300,300,255,1), + (75982,1732,0,-8981.17,-2296.79,136.786,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (75983,1733,0,-8981.17,-2296.79,136.786,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (75984,1731,0,-9373.97,-2729.39,57.8007,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (75985,1732,0,-9373.97,-2729.39,57.8007,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (75986,1733,0,-9373.97,-2729.39,57.8007,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (75987,1731,0,-9675.05,-3188.28,62.2984,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (75988,1732,0,-9675.05,-3188.28,62.2984,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (75989,1733,0,-9675.05,-3188.28,62.2984,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (75990,1731,0,-9697.58,-1754.86,62.2563,-2.67035,0,0,-0.972369,0.233448,300,300,255,1), + (75991,1732,0,-9697.58,-1754.86,62.2563,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (75992,1733,0,-9697.58,-1754.86,62.2563,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (75993,1731,0,-9562.95,-1836.39,74.0232,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (75994,1732,0,-9562.95,-1836.39,74.0232,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (75995,1733,0,-9562.95,-1836.39,74.0232,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (75996,1731,0,-9654.49,-2022.86,57.1197,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (75997,1732,0,-9654.49,-2022.86,57.1197,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (75998,1733,0,-9654.49,-2022.86,57.1197,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (75999,1731,0,-9804.08,-2248.52,73.8627,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (76000,1732,0,-9804.08,-2248.52,73.8627,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (76001,1733,0,-9804.08,-2248.52,73.8627,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (76002,1731,0,-9004.29,-2477.13,147.16,-2.75762,0,0,-0.981627,0.190812,300,300,255,1), + (76003,1732,0,-9004.29,-2477.13,147.16,-2.75762,0,0,-0.981627,0.190809,300,300,255,1), + (76004,1733,0,-9004.29,-2477.13,147.16,-2.75762,0,0,-0.981627,0.190809,300,300,255,1), + (76005,1731,0,-9430,-1973,81.649,5.14,0,0,0.540972,-0.84104,300,300,255,1), + (76006,1732,0,-9430,-1973,81.649,5.14,0,0,0.540972,-0.84104,300,300,255,1), + (76007,1733,0,-9430,-1973,81.649,5.14,0,0,0.540972,-0.84104,300,300,255,1), + (76008,1731,0,-9119,-2165,124.142,0.089,0,0,0.0444853,0.99901,300,300,255,1), + (76009,1732,0,-9119,-2165,124.142,0.089,0,0,0.0444853,0.99901,300,300,255,1), + (76010,1733,0,-9119,-2165,124.142,0.089,0,0,0.0444853,0.99901,300,300,255,1), + (76011,1731,0,-9233,-3283,104.756,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76012,1732,0,-9233,-3283,104.756,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76013,1733,0,-9233,-3283,104.756,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76014,1731,0,-9141,-3080,123.024,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (76015,1732,0,-9141,-3080,123.024,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (76016,1733,0,-9141,-3080,123.024,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (76017,1731,0,-9138,-3187,107.33,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76018,1732,0,-9138,-3187,107.33,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76019,1733,0,-9138,-3187,107.33,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76020,1731,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,300,255,1), + (76021,1732,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,300,255,1), + (76022,1733,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,300,255,1), + (76023,1731,0,-9637.25,-2812.56,60.8158,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (76024,1732,0,-9637.25,-2812.56,60.8158,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (76025,1733,0,-9637.25,-2812.56,60.8158,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (76026,1731,0,-9186,-2912,112.139,2.217,0,0,0.895031,0.446005,300,300,255,1), + (76027,1732,0,-9186,-2912,112.139,2.217,0,0,0.895031,0.446005,300,300,255,1), + (76028,1733,0,-9186,-2912,112.139,2.217,0,0,0.895031,0.446005,300,300,255,1), + (76029,1731,0,-9152,-2106,104.396,6.094,0,0,0.0944517,-0.995529,300,300,255,1), + (76030,1732,0,-9152,-2106,104.396,6.094,0,0,0.0944517,-0.995529,300,300,255,1), + (76031,1733,0,-9152,-2106,104.396,6.094,0,0,0.0944517,-0.995529,300,300,255,1), + (76032,1731,0,-8961,-2664,152.968,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (76033,1732,0,-8961,-2664,152.968,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (76034,1733,0,-8961,-2664,152.968,4.575,0,0,0.753975,-0.656903,300,300,255,1), + (76035,1731,0,-9414.11,-1916.16,97.5622,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (76036,1732,0,-9414.11,-1916.16,97.5622,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (76037,1733,0,-9414.11,-1916.16,97.5622,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (76038,1731,0,-9737.25,-2440.96,70.0273,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (76039,1732,0,-9737.25,-2440.96,70.0273,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (76040,1733,0,-9737.25,-2440.96,70.0273,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (76041,1731,0,-9440.52,-2880.75,76.799,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (76042,1732,0,-9440.52,-2880.75,76.799,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (76043,1733,0,-9440.52,-2880.75,76.799,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (76044,1731,0,-9370,-1893,82.194,2.313,0,0,0.9154,0.402546,300,300,255,1), + (76045,1732,0,-9370,-1893,82.194,2.313,0,0,0.9154,0.402546,300,300,255,1), + (76046,1733,0,-9370,-1893,82.194,2.313,0,0,0.9154,0.402546,300,300,255,1), + (76047,1731,0,-9116.97,-2785.5,104.123,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (76048,1732,0,-9116.97,-2785.5,104.123,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (76049,1733,0,-9116.97,-2785.5,104.123,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (76050,1731,0,-9623.88,-2158.55,69.8939,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (76051,1732,0,-9623.88,-2158.55,69.8939,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (76052,1733,0,-9623.88,-2158.55,69.8939,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (76053,1731,0,-9078,-3300,102.242,4.673,0,0,0.720895,-0.693044,300,300,255,1), + (76054,1732,0,-9078,-3300,102.242,4.673,0,0,0.720895,-0.693044,300,300,255,1), + (76055,1733,0,-9078,-3300,102.242,4.673,0,0,0.720895,-0.693044,300,300,255,1), + (76056,1731,0,-9484.96,-1976.89,94.0196,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (76057,1732,0,-9484.96,-1976.89,94.0196,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (76058,1733,0,-9484.96,-1976.89,94.0196,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (76059,1731,0,-9046,-2374,143.905,0.117,0,0,0.0584666,0.998289,300,300,255,1), + (76060,1732,0,-9046,-2374,143.905,0.117,0,0,0.0584666,0.998289,300,300,255,1), + (76061,1733,0,-9046,-2374,143.905,0.117,0,0,0.0584666,0.998289,300,300,255,1), + (76062,1731,0,-9767.09,-2316.49,70.4724,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (76063,1732,0,-9767.09,-2316.49,70.4724,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (76064,1733,0,-9767.09,-2316.49,70.4724,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (76065,1731,0,-9195,-2439,78.889,0.538,0,0,0.265768,0.964037,300,300,255,1), + (76066,1732,0,-9195,-2439,78.889,0.538,0,0,0.265768,0.964037,300,300,255,1), + (76067,1733,0,-9195,-2439,78.889,0.538,0,0,0.265768,0.964037,300,300,255,1), + (76068,1731,0,-9007,-3213,108.538,0.591,0,0,0.291218,0.956657,300,300,255,1), + (76069,1732,0,-9007,-3213,108.538,0.591,0,0,0.291218,0.956657,300,300,255,1), + (76070,1733,0,-9007,-3213,108.538,0.591,0,0,0.291218,0.956657,300,300,255,1), + (76071,1731,0,-9663,-2031,59.886,4.497,0,0,0.779015,-0.627006,300,300,255,1), + (76072,1732,0,-9663,-2031,59.886,4.497,0,0,0.779015,-0.627006,300,300,255,1), + (76073,1733,0,-9663,-2031,59.886,4.497,0,0,0.779015,-0.627006,300,300,255,1), + (76074,1731,0,-9052.53,-2680.67,132.473,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (76075,1732,0,-9052.53,-2680.67,132.473,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (76076,1733,0,-9052.53,-2680.67,132.473,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (76077,1731,0,-9741,-2102,62.484,2.845,0,0,0.989024,0.147753,300,300,255,1), + (76078,1732,0,-9741,-2102,62.484,2.845,0,0,0.989024,0.147753,300,300,255,1), + (76079,1733,0,-9741,-2102,62.484,2.845,0,0,0.989024,0.147753,300,300,255,1), + (76080,1731,0,-9716.32,-2978.55,74.1443,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (76081,1732,0,-9716.32,-2978.55,74.1443,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (76082,1733,0,-9716.32,-2978.55,74.1443,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (76083,1731,0,-9005.68,-2161.51,134.853,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (76084,1732,0,-9005.68,-2161.51,134.853,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (76085,1733,0,-9005.68,-2161.51,134.853,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (76086,1731,0,-8772.81,-2456.81,154.145,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (76087,1732,0,-8772.81,-2456.81,154.145,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (76088,1733,0,-8772.81,-2456.81,154.145,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (76089,1731,0,-8725.08,-2239.77,157.653,3.12414,0,0,0.999962,0.0087262,300,300,255,1), + (76090,1732,0,-8725.08,-2239.77,157.653,3.12414,0,0,0.999962,0.0087262,300,300,255,1), + (76091,1733,0,-8725.08,-2239.77,157.653,3.12414,0,0,0.999962,0.0087262,300,300,255,1), + (76092,1731,0,-8754.97,-2199.17,154.057,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (76093,1732,0,-8754.97,-2199.17,154.057,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (76094,1733,0,-8754.97,-2199.17,154.057,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (76095,1731,0,-9179.15,-2442.4,115.091,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (76096,1732,0,-9179.15,-2442.4,115.091,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (76097,1733,0,-9179.15,-2442.4,115.091,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (76098,1731,0,-8723.21,-2522.05,143.106,-1.27409,0,0,-0.594823,0.803857,300,300,255,1), + (76099,1732,0,-8723.21,-2522.05,143.106,-1.27409,0,0,-0.594823,0.803857,300,300,255,1), + (76100,1733,0,-8723.21,-2522.05,143.106,-1.27409,0,0,-0.594823,0.803857,300,300,255,1), + (76101,1731,0,-8967,-2650,144.29,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (76102,1732,0,-8967,-2650,144.29,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (76103,1733,0,-8967,-2650,144.29,4.79,0,0,0.679142,-0.734007,300,300,255,1), + (76104,1731,0,-9239.7,-3262.89,106.295,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (76105,1732,0,-9239.7,-3262.89,106.295,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (76106,1733,0,-9239.7,-3262.89,106.295,2.98451,0,0,0.996917,0.0784606,300,300,255,1), + (76107,1731,0,-9533.11,-2925.66,107.77,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (76108,1732,0,-9533.11,-2925.66,107.77,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (76109,1733,0,-9533.11,-2925.66,107.77,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (76110,1731,0,-8721.37,-2148.08,161.364,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (76111,1732,0,-8721.37,-2148.08,161.364,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (76112,1733,0,-8721.37,-2148.08,161.364,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (76113,1731,0,-9401,-3011,136.686,0.733,0,0,0.35835,0.933587,300,300,255,1), + (76114,1732,0,-9401,-3011,136.686,0.733,0,0,0.35835,0.933587,300,300,255,1), + (76115,1733,0,-9401,-3011,136.686,0.733,0,0,0.35835,0.933587,300,300,255,1), + (76116,1731,0,-9103,-2815,130.706,4.97,0,0,0.610422,-0.792077,300,300,255,1), + (76117,1732,0,-9103,-2815,130.706,4.97,0,0,0.610422,-0.792077,300,300,255,1), + (76118,1733,0,-9103,-2815,130.706,4.97,0,0,0.610422,-0.792077,300,300,255,1), + (76119,1731,0,-9198,-3367,101.611,0.367,0,0,0.182472,0.983211,300,300,255,1), + (76120,1732,0,-9198,-3367,101.611,0.367,0,0,0.182472,0.983211,300,300,255,1), + (76121,1733,0,-9198,-3367,101.611,0.367,0,0,0.182472,0.983211,300,300,255,1), + (76122,1731,0,-9701,-2719,70.936,0.454,0,0,0.225056,0.974346,300,300,255,1), + (76123,1732,0,-9701,-2719,70.936,0.454,0,0,0.225056,0.974346,300,300,255,1), + (76124,1733,0,-9701,-2719,70.936,0.454,0,0,0.225056,0.974346,300,300,255,1), + (76125,1731,0,-9097,-3393,141.475,2.838,0,0,0.988501,0.151214,300,300,255,1), + (76126,1732,0,-9097,-3393,141.475,2.838,0,0,0.988501,0.151214,300,300,255,1), + (76127,1733,0,-9097,-3393,141.475,2.838,0,0,0.988501,0.151214,300,300,255,1), + (76128,1731,0,-9315.86,-3138.06,100.133,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (76129,1732,0,-9315.86,-3138.06,100.133,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (76130,1733,0,-9315.86,-3138.06,100.133,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (76131,1731,0,-9489,-3013,135.963,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76132,1732,0,-9489,-3013,135.963,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76133,1733,0,-9489,-3013,135.963,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76134,1731,0,-9324,-3328,93.635,1.222,0,0,0.573687,0.819075,300,300,255,1), + (76135,1732,0,-9324,-3328,93.635,1.222,0,0,0.573687,0.819075,300,300,255,1), + (76136,1733,0,-9324,-3328,93.635,1.222,0,0,0.573687,0.819075,300,300,255,1), + (76137,1731,0,-9417,-2027,58.517,3.565,0,0,0.977674,-0.210126,300,300,255,1), + (76138,1732,0,-9417,-2027,58.517,3.565,0,0,0.977674,-0.210126,300,300,255,1), + (76139,1733,0,-9417,-2027,58.517,3.565,0,0,0.977674,-0.210126,300,300,255,1), + (76140,1731,0,-9256,-2871,95.625,3.142,0,0,1,-0.000203653,300,300,255,1), + (76141,1732,0,-9256,-2871,95.625,3.142,0,0,1,-0.000203653,300,300,255,1), + (76142,1733,0,-9256,-2871,95.625,3.142,0,0,1,-0.000203653,300,300,255,1), + (76143,1731,0,-9607,-2859,66.72,0.332,0,0,0.165239,0.986254,300,300,255,1), + (76144,1732,0,-9607,-2859,66.72,0.332,0,0,0.165239,0.986254,300,300,255,1), + (76145,1733,0,-9607,-2859,66.72,0.332,0,0,0.165239,0.986254,300,300,255,1), + (76146,1731,0,-9550.32,-3301.11,50.2162,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (76147,1732,0,-9550.32,-3301.11,50.2162,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (76148,1733,0,-9550.32,-3301.11,50.2162,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (76149,1731,0,-9470.41,-3442.23,122.738,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (76150,1732,0,-9470.41,-3442.23,122.738,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (76151,1733,0,-9470.41,-3442.23,122.738,1.8326,0,0,0.793355,0.60876,300,300,255,1), + (76152,1731,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,300,255,1), + (76153,1732,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,300,255,1), + (76154,1733,0,-9254.95,-2870.78,94.876,3.14159,0,0,1,0.00000126759,300,300,255,1), + (76155,1731,0,-9494,-1976,89.934,5.63,0,0,0.320818,-0.947141,300,300,255,1), + (76156,1732,0,-9494,-1976,89.934,5.63,0,0,0.320818,-0.947141,300,300,255,1), + (76157,1733,0,-9494,-1976,89.934,5.63,0,0,0.320818,-0.947141,300,300,255,1), + (76158,1731,0,-9640,-2134,64.595,1.092,0,0,0.519273,0.854608,300,300,255,1), + (76159,1732,0,-9640,-2134,64.595,1.092,0,0,0.519273,0.854608,300,300,255,1), + (76160,1733,0,-9640,-2134,64.595,1.092,0,0,0.519273,0.854608,300,300,255,1), + (76161,1731,0,-9082,-2430,129.537,1.885,0,0,0.80903,0.587767,300,300,255,1), + (76162,1732,0,-9082,-2430,129.537,1.885,0,0,0.80903,0.587767,300,300,255,1), + (76163,1733,0,-9082,-2430,129.537,1.885,0,0,0.80903,0.587767,300,300,255,1), + (76164,1731,0,-9255,-2871,95.373,3.142,0,0,1,-0.000203653,300,300,255,1), + (76165,1732,0,-9255,-2871,95.373,3.142,0,0,1,-0.000203653,300,300,255,1), + (76166,1733,0,-9255,-2871,95.373,3.142,0,0,1,-0.000203653,300,300,255,1), + (76167,1731,0,-9009,-3212,108.143,0.591,0,0,0.291218,0.956657,300,300,255,1), + (76168,1732,0,-9009,-3212,108.143,0.591,0,0,0.291218,0.956657,300,300,255,1), + (76169,1733,0,-9009,-3212,108.143,0.591,0,0,0.291218,0.956657,300,300,255,1), + (76170,1731,0,-9057.66,-1975.82,157.037,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (76171,1732,0,-9057.66,-1975.82,157.037,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (76172,1733,0,-9057.66,-1975.82,157.037,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (76173,2054,0,-8850,-1900,127.941,4.143,0,0,0.877245,-0.480043,300,300,255,1), + (76174,2055,0,-8850,-1900,127.941,4.143,0,0,0.877245,-0.480043,300,300,255,1), + (76175,2054,0,-8815,-1984,129.12,0.311,0,0,0.154874,0.987934,300,300,255,1), + (76176,2055,0,-8815,-1984,129.12,0.311,0,0,0.154874,0.987934,300,300,255,1), + (76177,2054,0,-8916,-2010,138.744,4.76,0,0,0.690075,-0.723738,300,300,255,1), + (76178,2055,0,-8916,-2010,138.744,4.76,0,0,0.690075,-0.723738,300,300,255,1), + (76179,2054,0,-8764,-2000,130.984,2.133,0,0,0.875515,0.483192,300,300,255,1), + (76180,2055,0,-8764,-2000,130.984,2.133,0,0,0.875515,0.483192,300,300,255,1), + (76181,2054,0,-8819,-1986,129.321,0.311,0,0,0.154874,0.987934,300,300,255,1), + (76182,2055,0,-8819,-1986,129.321,0.311,0,0,0.154874,0.987934,300,300,255,1), + (76183,2054,0,-8850,-1905,125.96,4.143,0,0,0.877245,-0.480043,300,300,255,1), + (76184,2055,0,-8850,-1905,125.96,4.143,0,0,0.877245,-0.480043,300,300,255,1), + (76185,2054,0,-8905,-1946,138.278,4.544,0,0,0.764066,-0.645138,300,300,255,1), + (76186,2055,0,-8905,-1946,138.278,4.544,0,0,0.764066,-0.645138,300,300,255,1), + (76187,2054,0,-8931,-1974,139.301,4.874,0,0,0.647723,-0.761876,300,300,255,1), + (76188,2055,0,-8931,-1974,139.301,4.874,0,0,0.647723,-0.761876,300,300,255,1), + (76189,2054,0,-8820.87,-1947.33,133.085,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (76190,2055,0,-8820.87,-1947.33,133.085,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (76191,2054,0,-8877.34,-1944.79,129.779,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (76192,2055,0,-8877.34,-1944.79,129.779,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (76193,2054,0,-8871.49,-2012.31,124.82,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (76194,2055,0,-8871.49,-2012.31,124.82,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (76195,2054,0,-8867,-2045,127.509,5.208,0,0,0.51207,-0.858944,300,300,255,1), + (76196,2055,0,-8867,-2045,127.509,5.208,0,0,0.51207,-0.858944,300,300,255,1), + (76197,2054,0,-8822.76,-1975.59,124.41,-0.767945,0,0,-0.374607,0.927184,300,300,255,1), + (76198,2055,0,-8822.76,-1975.59,124.41,-0.767945,0,0,-0.374607,0.927184,300,300,255,1), + (76199,2054,0,-8804,-1930,125.48,3.048,0,0,0.998905,0.0467792,300,300,255,1), + (76200,2055,0,-8804,-1930,125.48,3.048,0,0,0.998905,0.0467792,300,300,255,1), + (76201,2054,0,-8789,-2046,127.599,2.199,0,0,0.89098,0.454042,300,300,255,1), + (76202,2055,0,-8789,-2046,127.599,2.199,0,0,0.89098,0.454042,300,300,255,1), + (76203,2054,0,-8842,-2074,128.179,3.142,0,0,1,-0.000203653,300,300,255,1), + (76204,2055,0,-8842,-2074,128.179,3.142,0,0,1,-0.000203653,300,300,255,1), + (76205,2054,0,-8782,-2048,128.154,2.199,0,0,0.89098,0.454042,300,300,255,1), + (76206,2055,0,-8782,-2048,128.154,2.199,0,0,0.89098,0.454042,300,300,255,1), + (76207,2054,0,-8958,-1990,137.616,5.848,0,0,0.21588,-0.97642,300,300,255,1), + (76208,2055,0,-8958,-1990,137.616,5.848,0,0,0.21588,-0.97642,300,300,255,1), + (76209,2054,0,-8835,-1927,125.082,2.03,0,0,0.849481,0.52762,300,300,255,1), + (76210,2055,0,-8835,-1927,125.082,2.03,0,0,0.849481,0.52762,300,300,255,1), + (76211,2054,0,-8774.09,-1973.63,129.718,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (76212,2055,0,-8774.09,-1973.63,129.718,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (76213,2040,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76214,324,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76215,165658,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76216,1734,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76217,2047,0,-7275,-786,296.525,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76218,2040,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76219,324,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76220,165658,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76221,1734,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76222,2047,0,-6551,-836,301.182,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76223,2040,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76224,324,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76225,165658,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76226,1734,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76227,2047,0,-6727.07,-1085.87,185.576,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76228,2040,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76229,324,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76230,165658,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76231,1734,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76232,2047,0,-6463.52,-824.624,336.551,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (76233,2040,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (76234,324,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (76235,165658,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (76236,1734,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (76237,2047,0,-6581.75,-672.116,241.635,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (76238,2040,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,300,255,1), + (76239,324,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,300,255,1), + (76240,165658,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,300,255,1), + (76241,1734,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,300,255,1), + (76242,2047,0,-7284.3,-803.928,298.656,-0.959931,0,0,-0.461749,0.887011,300,300,255,1), + (76243,2040,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76244,324,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76245,165658,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76246,1734,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76247,2047,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76248,2040,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (76249,324,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (76250,165658,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (76251,1734,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (76252,2047,0,-6560.44,-824.799,297.716,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (76253,2040,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,300,255,1), + (76254,324,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,300,255,1), + (76255,165658,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,300,255,1), + (76256,1734,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,300,255,1), + (76257,2047,0,-7229,-1024,242.4,1.708,0,0,0.753914,0.656973,300,300,255,1), + (76258,2040,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (76259,324,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (76260,165658,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (76261,1734,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (76262,2047,0,-6644.5,-858.294,244.144,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (76263,2040,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,300,255,1), + (76264,324,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,300,255,1), + (76265,165658,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,300,255,1), + (76266,1734,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,300,255,1), + (76267,2047,0,-7041,-1181,252.946,0.559,0,0,0.275875,0.961194,300,300,255,1), + (76268,2040,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76269,324,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76270,165658,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76271,1734,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76272,2047,0,-6681,-1227,181.705,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76273,2040,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (76274,324,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (76275,165658,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (76276,1734,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (76277,2047,0,-6892.15,-851.136,260.943,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (76278,2040,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,300,255,1), + (76279,324,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,300,255,1), + (76280,165658,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,300,255,1), + (76281,1734,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,300,255,1), + (76282,2047,0,-6749.6,-843.777,251.203,-2.94959,0,0,-0.995395,0.0958539,300,300,255,1), + (76283,2040,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76284,324,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76285,165658,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76286,1734,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76287,2047,0,-6717,-1253,183.796,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (76288,2040,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76289,324,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76290,165658,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76291,1734,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76292,2047,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76293,2040,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76294,324,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76295,165658,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76296,1734,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76297,2047,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76298,2040,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76299,324,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76300,165658,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76301,1734,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76302,2047,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76303,2040,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,300,255,1), + (76304,324,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,300,255,1), + (76305,165658,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,300,255,1), + (76306,1734,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,300,255,1), + (76307,2047,0,-6675,-1020,251.028,1.745,0,0,0.765939,0.642914,300,300,255,1), + (76308,2040,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76309,324,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76310,165658,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76311,1734,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76312,2047,0,-6518,-1262,180.656,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76313,2040,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (76314,324,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (76315,165658,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (76316,1734,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (76317,2047,0,-6612.19,-721.802,248.035,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (76318,2040,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (76319,324,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (76320,165658,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (76321,1734,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (76322,2047,0,-6935.9,-1202.91,148.082,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (76323,2040,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (76324,324,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (76325,165658,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (76326,1734,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (76327,2047,0,-7156.05,-1163.11,265.518,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (76328,2040,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (76329,324,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (76330,165658,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (76331,1734,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (76332,2047,0,-6527.57,-1275.84,180.934,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (76333,2040,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76334,324,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76335,165658,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76336,1734,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76337,2047,0,-6564,-1133,291.582,0.087,0,0,0.0434863,0.999054,300,300,255,1), + (76338,2040,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (76339,324,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (76340,165658,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (76341,1734,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (76342,2047,0,-6725.47,-704.071,235.588,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (76343,2040,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,300,255,1), + (76344,324,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,300,255,1), + (76345,165658,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,300,255,1), + (76346,1734,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,300,255,1), + (76347,2047,0,-6942,-1204,145.661,1.204,0,0,0.566292,0.824205,300,300,255,1), + (76348,2040,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76349,324,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76350,165658,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76351,1734,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76352,2047,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76353,2040,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76354,324,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76355,165658,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76356,1734,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76357,2047,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76358,2040,0,-7078,-1298,266.799,0,0,0,0,1,300,300,255,1), + (76359,324,0,-7078,-1298,266.799,0,0,0,0,1,300,300,255,1), + (76360,165658,0,-7078,-1298,266.799,0,0,0,0,1,300,300,255,1), + (76361,1734,0,-7078,-1298,266.799,0,0,0,0,1,300,300,255,1), + (76362,2047,0,-7078,-1298,266.799,0,0,0,0,1,300,300,255,1), + (76363,2040,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,300,255,1), + (76364,324,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,300,255,1), + (76365,165658,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,300,255,1), + (76366,1734,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,300,255,1), + (76367,2047,0,-6653,-1276,249.849,4.712,0,0,0.707244,-0.706969,300,300,255,1), + (76368,2040,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76369,324,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76370,165658,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76371,1734,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76372,2047,0,-7228.47,-879.447,298.63,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (76373,2040,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (76374,324,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (76375,165658,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (76376,1734,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (76377,2047,0,-7207.76,-783.353,329.508,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (76378,2040,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (76379,324,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (76380,165658,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (76381,1734,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (76382,2047,0,-6680.17,-1020.97,253.177,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (76383,2040,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76384,324,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76385,165658,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76386,1734,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76387,2047,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76388,2040,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76389,324,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76390,165658,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76391,1734,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76392,2047,0,-6665,-885,255.349,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76393,2040,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76394,324,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76395,165658,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76396,1734,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76397,2047,0,-7079.49,-998.117,243.831,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76398,2040,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,300,255,1), + (76399,324,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,300,255,1), + (76400,165658,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,300,255,1), + (76401,1734,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,300,255,1), + (76402,2047,0,-6563,-795,302.702,1.647,0,0,0.733529,0.679658,300,300,255,1), + (76403,2040,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,300,255,1), + (76404,324,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,300,255,1), + (76405,165658,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,300,255,1), + (76406,1734,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,300,255,1), + (76407,2047,0,-6480,-1211,309.622,4.471,0,0,0.7871,-0.616826,300,300,255,1), + (76408,2040,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,300,255,1), + (76409,324,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,300,255,1), + (76410,165658,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,300,255,1), + (76411,1734,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,300,255,1), + (76412,2047,0,-6440,-1071,322.358,0.309,0,0,0.153886,0.988089,300,300,255,1), + (76413,2040,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,300,255,1), + (76414,324,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,300,255,1), + (76415,165658,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,300,255,1), + (76416,1734,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,300,255,1), + (76417,2047,0,-6694,-817,244.387,1.572,0,0,0.707532,0.706681,300,300,255,1), + (76418,2040,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,300,255,1), + (76419,324,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,300,255,1), + (76420,165658,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,300,255,1), + (76421,1734,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,300,255,1), + (76422,2047,0,-7033,-1212,212.872,3.168,0,0,0.999913,-0.0132033,300,300,255,1), + (76423,2040,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,300,255,1), + (76424,324,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,300,255,1), + (76425,165658,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,300,255,1), + (76426,1734,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,300,255,1), + (76427,2047,0,-6918,-800,283.159,0.287,0,0,0.143008,0.989722,300,300,255,1), + (76428,2040,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,300,255,1), + (76429,324,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,300,255,1), + (76430,165658,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,300,255,1), + (76431,1734,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,300,255,1), + (76432,2047,0,-7162,-859,315.137,0.903,0,0,0.436316,0.899794,300,300,255,1), + (76433,2040,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,300,255,1), + (76434,324,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,300,255,1), + (76435,165658,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,300,255,1), + (76436,1734,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,300,255,1), + (76437,2047,0,-6929,-832,267.543,3.969,0,0,0.915638,-0.402003,300,300,255,1), + (76438,2040,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,300,255,1), + (76439,324,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,300,255,1), + (76440,165658,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,300,255,1), + (76441,1734,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,300,255,1), + (76442,2047,0,-6677,-963,260.973,4.676,0,0,0.719854,-0.694125,300,300,255,1), + (76443,2040,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,300,255,1), + (76444,324,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,300,255,1), + (76445,165658,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,300,255,1), + (76446,1734,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,300,255,1), + (76447,2047,0,-6740,-838,248.178,2.272,0,0,0.906956,0.421226,300,300,255,1), + (76448,2040,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,300,255,1), + (76449,324,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,300,255,1), + (76450,165658,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,300,255,1), + (76451,1734,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,300,255,1), + (76452,2047,0,-7015,-903,292.228,1.704,0,0,0.752599,0.658479,300,300,255,1), + (76453,2040,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,300,255,1), + (76454,324,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,300,255,1), + (76455,165658,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,300,255,1), + (76456,1734,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,300,255,1), + (76457,2047,0,-6648,-1278,251.852,5.247,0,0,0.495224,-0.868765,300,300,255,1), + (76458,2040,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,300,255,1), + (76459,324,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,300,255,1), + (76460,165658,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,300,255,1), + (76461,1734,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,300,255,1), + (76462,2047,0,-7059,-979,253.061,0.215,0,0,0.107293,0.994227,300,300,255,1), + (76463,2040,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (76464,324,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (76465,165658,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (76466,1734,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (76467,2047,0,-7102,-1184,318.868,4.576,0,0,0.753647,-0.65728,300,300,255,1), + (76468,2040,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,300,255,1), + (76469,324,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,300,255,1), + (76470,165658,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,300,255,1), + (76471,1734,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,300,255,1), + (76472,2047,0,-6860,-835,270.358,1.851,0,0,0.798922,0.601435,300,300,255,1), + (76473,2040,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (76474,324,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (76475,165658,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (76476,1734,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (76477,2047,0,-7181,-825,321.093,5.1,0,0,0.557684,-0.830054,300,300,255,1), + (76478,2040,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,300,255,1), + (76479,324,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,300,255,1), + (76480,165658,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,300,255,1), + (76481,1734,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,300,255,1), + (76482,2047,0,-6671,-934,269.562,3.268,0,0,0.998003,-0.0631615,300,300,255,1), + (76483,2040,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,300,255,1), + (76484,324,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,300,255,1), + (76485,165658,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,300,255,1), + (76486,1734,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,300,255,1), + (76487,2047,0,-6731,-1212,181.398,1.845,0,0,0.797114,0.603829,300,300,255,1), + (76488,2040,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,300,255,1), + (76489,324,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,300,255,1), + (76490,165658,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,300,255,1), + (76491,1734,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,300,255,1), + (76492,2047,0,-6624,-1272,261.739,0.359,0,0,0.178538,0.983933,300,300,255,1), + (76493,2040,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,300,255,1), + (76494,324,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,300,255,1), + (76495,165658,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,300,255,1), + (76496,1734,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,300,255,1), + (76497,2047,0,-6709,-1206,240.862,2.401,0,0,0.93222,0.361892,300,300,255,1), + (76498,2040,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,300,255,1), + (76499,324,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,300,255,1), + (76500,165658,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,300,255,1), + (76501,1734,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,300,255,1), + (76502,2047,0,-6806,-1354,170.594,0.566,0,0,0.279238,0.960222,300,300,255,1), + (76503,2040,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,300,255,1), + (76504,324,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,300,255,1), + (76505,165658,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,300,255,1), + (76506,1734,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,300,255,1), + (76507,2047,0,-6870,-979,248.983,1.883,0,0,0.808442,0.588576,300,300,255,1), + (76508,2040,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,300,255,1), + (76509,324,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,300,255,1), + (76510,165658,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,300,255,1), + (76511,1734,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,300,255,1), + (76512,2047,0,-6867,-984,246.755,0.752,0,0,0.367203,0.930141,300,300,255,1), + (76513,2040,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,300,255,1), + (76514,324,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,300,255,1), + (76515,165658,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,300,255,1), + (76516,1734,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,300,255,1), + (76517,2047,0,-7058,-942,264.316,1.557,0,0,0.702212,0.711968,300,300,255,1), + (76518,2040,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,300,255,1), + (76519,324,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,300,255,1), + (76520,165658,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,300,255,1), + (76521,1734,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,300,255,1), + (76522,2047,0,-6995,-899,300.486,5.725,0,0,0.275484,-0.961306,300,300,255,1), + (76523,2040,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76524,324,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76525,165658,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76526,1734,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76527,2047,0,-7079.49,-998.117,243.831,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (76528,2040,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76529,324,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76530,165658,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76531,1734,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76532,2047,0,-7084.92,-914.239,285.95,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76533,2040,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76534,324,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76535,165658,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76536,1734,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76537,2047,0,-6834.01,-988.343,246.864,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (76538,2040,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76539,324,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76540,165658,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76541,1734,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76542,2047,0,-6463.52,-824.624,336.551,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76543,2040,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76544,324,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76545,165658,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76546,1734,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76547,2047,0,-6666.01,-884.02,254.61,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (76548,2040,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,300,255,1), + (76549,324,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,300,255,1), + (76550,165658,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,300,255,1), + (76551,1734,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,300,255,1), + (76552,2047,0,-6718.6,-1252.82,183.493,0.139624,0,0,0.0697553,0.997564,300,300,255,1), + (76553,2040,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (76554,324,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (76555,165658,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (76556,1734,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (76557,2047,0,-7284.3,-803.928,298.656,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (76558,2040,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,300,255,1), + (76559,324,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,300,255,1), + (76560,165658,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,300,255,1), + (76561,1734,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,300,255,1), + (76562,2047,0,-6561.7,-1257.7,136.212,-0.436332,0,0,-0.216439,0.976296,300,300,255,1), + (76563,2040,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76564,324,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76565,165658,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76566,1734,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76567,2047,0,-6727.07,-1085.87,185.576,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (76568,2040,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (76569,324,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (76570,165658,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (76571,1734,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (76572,2047,0,-7260.88,-1141.82,283.953,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (76573,2040,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (76574,324,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (76575,165658,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (76576,1734,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (76577,2047,0,-6644.5,-858.294,244.144,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (76578,2040,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (76579,165658,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (76580,1734,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (76581,1735,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (76582,1733,0,-6833,-1763,260.261,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (76583,2040,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,300,255,1), + (76584,165658,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,300,255,1), + (76585,1734,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,300,255,1), + (76586,1735,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,300,255,1), + (76587,1733,0,-6585,-1766,251.163,0.046,0,0,0.022998,0.999736,300,300,255,1), + (76588,2040,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,300,255,1), + (76589,165658,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,300,255,1), + (76590,1734,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,300,255,1), + (76591,1735,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,300,255,1), + (76592,1733,0,-6573,-1621,288.611,4.947,0,0,0.61949,-0.785005,300,300,255,1), + (76593,2040,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,300,255,1), + (76594,165658,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,300,255,1), + (76595,1734,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,300,255,1), + (76596,1735,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,300,255,1), + (76597,1733,0,-7237.19,-1572.59,269.55,0.069813,0,0,0.0348994,0.999391,300,300,255,1), + (76598,2040,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (76599,165658,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (76600,1734,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (76601,1735,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (76602,1733,0,-6662.32,-1800.09,258.574,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (76603,2040,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,300,255,1), + (76604,165658,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,300,255,1), + (76605,1734,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,300,255,1), + (76606,1735,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,300,255,1), + (76607,1733,0,-7236,-1836,288.325,5.05,0,0,0.578259,-0.815854,300,300,255,1), + (76608,2040,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,300,255,1), + (76609,165658,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,300,255,1), + (76610,1734,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,300,255,1), + (76611,1735,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,300,255,1), + (76612,1733,0,-7326,-1964,298.149,4.029,0,0,0.903168,-0.429287,300,300,255,1), + (76613,2040,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76614,165658,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76615,1734,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76616,1735,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76617,1733,0,-7318,-1967,298.511,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76618,2040,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (76619,165658,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (76620,1734,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (76621,1735,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (76622,1733,0,-7243,-1566,267.561,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (76623,2040,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,300,255,1), + (76624,165658,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,300,255,1), + (76625,1734,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,300,255,1), + (76626,1735,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,300,255,1), + (76627,1733,0,-7333,-1957,300.901,2.17,0,0,0.884303,0.466913,300,300,255,1), + (76628,2040,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76629,165658,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76630,1734,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76631,1735,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76632,1733,0,-7304,-1955,297.958,3.464,0,0,0.987035,-0.160506,300,300,255,1), + (76633,2040,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,300,255,1), + (76634,165658,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,300,255,1), + (76635,1734,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,300,255,1), + (76636,1735,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,300,255,1), + (76637,1733,0,-7218.9,-1842.2,292.806,-3.00197,0,0,-0.997564,0.0697546,300,300,255,1), + (76638,2040,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76639,165658,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76640,1734,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76641,1735,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76642,1733,0,-6467.07,-1390.98,142.91,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (76643,2040,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76644,165658,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76645,1734,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76646,1735,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76647,1733,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76648,2040,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (76649,165658,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (76650,1734,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (76651,1735,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (76652,1733,0,-7185.47,-1956.41,320.581,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (76653,2040,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (76654,165658,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (76655,1734,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (76656,1735,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (76657,1733,0,-6484.22,-1675.34,307.176,0.575959,0,0,0.284016,0.95882,300,300,255,1), + (76658,2040,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (76659,165658,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (76660,1734,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (76661,1735,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (76662,1733,0,-7229.66,-1427.41,266.9,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (76663,2040,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (76664,165658,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (76665,1734,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (76666,1735,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (76667,1733,0,-6599.25,-1432.17,167.379,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (76668,2040,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,300,255,1), + (76669,165658,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,300,255,1), + (76670,1734,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,300,255,1), + (76671,1735,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,300,255,1), + (76672,1733,0,-6843,-1478,205.664,1.588,0,0,0.713163,0.700998,300,300,255,1), + (76673,2040,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (76674,165658,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (76675,1734,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (76676,1735,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (76677,1733,0,-6862.05,-1551.08,242.068,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (76678,2040,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76679,165658,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76680,1734,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76681,1735,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76682,1733,0,-7117,-1605,258.631,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76683,2040,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,300,255,1), + (76684,165658,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,300,255,1), + (76685,1734,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,300,255,1), + (76686,1735,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,300,255,1), + (76687,1733,0,-6737,-1393,212.923,2.81,0,0,0.986287,0.165038,300,300,255,1), + (76688,2040,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76689,165658,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76690,1734,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76691,1735,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76692,1733,0,-7314.01,-1597.51,315.985,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76693,2040,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (76694,165658,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (76695,1734,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (76696,1735,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (76697,1733,0,-6603,-1422,269.104,6.124,0,0,0.0795086,-0.996834,300,300,255,1), + (76698,2040,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,300,255,1), + (76699,165658,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,300,255,1), + (76700,1734,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,300,255,1), + (76701,1735,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,300,255,1), + (76702,1733,0,-6517,-1562,319.163,1.339,0,0,0.620594,0.784132,300,300,255,1), + (76703,2040,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,300,255,1), + (76704,165658,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,300,255,1), + (76705,1734,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,300,255,1), + (76706,1735,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,300,255,1), + (76707,1733,0,-6576,-1833,248.223,1.355,0,0,0.626847,0.779142,300,300,255,1), + (76708,2040,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76709,165658,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76710,1734,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76711,1735,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76712,1733,0,-6555,-1573,310.576,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76713,2040,0,-8041,-2655,166.516,3.555,0,0,0.978713,-0.205235,300,300,255,1), + (76714,165658,0,-8041,-2655,166.516,3.555,0,0,0.978713,-0.205235,300,300,255,1), + (76715,1734,0,-8041,-2655,166.516,3.555,0,0,0.978713,-0.205235,300,300,255,1), + (76716,1735,0,-8041,-2655,166.516,3.555,0,0,0.978713,-0.205235,300,300,255,1), + (76718,2040,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,300,255,1), + (76719,165658,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,300,255,1), + (76720,1734,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,300,255,1), + (76721,1735,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,300,255,1), + (76722,1733,0,-6872,-1759,252.904,3.715,0,0,0.959181,-0.282792,300,300,255,1), + (76723,2040,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,300,255,1), + (76724,165658,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,300,255,1), + (76725,1734,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,300,255,1), + (76726,1735,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,300,255,1), + (76727,1733,0,-7095,-1593,259.148,1.827,0,0,0.791647,0.610979,300,300,255,1), + (76728,2040,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,300,255,1), + (76729,165658,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,300,255,1), + (76730,1734,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,300,255,1), + (76731,1735,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,300,255,1), + (76732,1733,0,-6749,-1700,217.024,3.689,0,0,0.962776,-0.270299,300,300,255,1), + (76733,2040,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,300,255,1), + (76734,165658,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,300,255,1), + (76735,1734,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,300,255,1), + (76736,1735,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,300,255,1), + (76737,1733,0,-6767,-1718,264.738,0.03,0,0,0.0149994,0.999888,300,300,255,1), + (76738,2040,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,300,255,1), + (76739,165658,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,300,255,1), + (76740,1734,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,300,255,1), + (76741,1735,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,300,255,1), + (76742,1733,0,-6612,-1418,267.534,1.386,0,0,0.638848,0.769333,300,300,255,1), + (76743,2040,0,-7850,-2552,179.997,0.561,0,0,0.276836,0.960917,300,300,255,1), + (76744,165658,0,-7850,-2552,179.997,0.561,0,0,0.276836,0.960917,300,300,255,1), + (76745,1734,0,-7850,-2552,179.997,0.561,0,0,0.276836,0.960917,300,300,255,1), + (76746,1735,0,-7850,-2552,179.997,0.561,0,0,0.276836,0.960917,300,300,255,1), + (76748,2040,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,300,255,1), + (76749,165658,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,300,255,1), + (76750,1734,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,300,255,1), + (76751,1735,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,300,255,1), + (76752,1733,0,-6807,-1525,176.83,4.415,0,0,0.80406,-0.594548,300,300,255,1), + (76753,2040,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,300,255,1), + (76754,165658,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,300,255,1), + (76755,1734,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,300,255,1), + (76756,1735,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,300,255,1), + (76757,1733,0,-6696,-1558,186.861,1.817,0,0,0.788582,0.614929,300,300,255,1), + (76758,2040,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,300,255,1), + (76759,165658,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,300,255,1), + (76760,1734,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,300,255,1), + (76761,1735,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,300,255,1), + (76762,1733,0,-6960,-1827,254.661,4.318,0,0,0.831939,-0.554867,300,300,255,1), + (76763,1731,0,710.541,1538.18,69.106,1.466,0,0,0.669102,0.74317,300,300,255,1), + (76764,1732,0,710.541,1538.18,69.106,1.466,0,0,0.669102,0.74317,300,300,255,1), + (76765,1733,0,710.541,1538.18,69.106,1.466,0,0,0.669102,0.74317,300,300,255,1), + (76766,1731,0,723.705,1126,64.147,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76767,1732,0,723.705,1126,64.147,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76768,1733,0,723.705,1126,64.147,-2,0,0,-0.841471,0.540302,300,300,255,1), + (76769,1731,0,908.113,1309.6,49.069,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76770,1732,0,908.113,1309.6,49.069,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76771,1733,0,908.113,1309.6,49.069,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76772,1731,0,742.489,1032.72,56.424,1.414,0,0,0.649556,0.760314,300,300,255,1), + (76773,1732,0,742.489,1032.72,56.424,1.414,0,0,0.649556,0.760314,300,300,255,1), + (76774,1733,0,742.489,1032.72,56.424,1.414,0,0,0.649556,0.760314,300,300,255,1), + (76775,1731,0,476.727,1412.82,116.182,3.369,0,0,0.993543,-0.113459,300,300,255,1), + (76776,1732,0,476.727,1412.82,116.182,3.369,0,0,0.993543,-0.113459,300,300,255,1), + (76777,1733,0,476.727,1412.82,116.182,3.369,0,0,0.993543,-0.113459,300,300,255,1), + (76778,1731,0,1353.66,1243.58,47.166,1.571,0,0,0.707179,0.707035,300,300,255,1), + (76779,1732,0,1353.66,1243.58,47.166,1.571,0,0,0.707179,0.707035,300,300,255,1), + (76780,1733,0,1353.66,1243.58,47.166,1.571,0,0,0.707179,0.707035,300,300,255,1), + (76781,1731,0,1339.78,1960.68,13.496,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76782,1732,0,1339.78,1960.68,13.496,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76783,1733,0,1339.78,1960.68,13.496,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76784,1731,0,227.436,1485.74,143.122,2.797,0,0,0.985194,0.171445,300,300,255,1), + (76785,1732,0,227.436,1485.74,143.122,2.797,0,0,0.985194,0.171445,300,300,255,1), + (76786,1733,0,227.436,1485.74,143.122,2.797,0,0,0.985194,0.171445,300,300,255,1), + (76787,1731,0,1415.12,1940.35,10.5989,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (76788,1732,0,1415.12,1940.35,10.5989,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (76789,1733,0,1415.12,1940.35,10.5989,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (76790,1731,0,-234,1297.04,46.842,1.451,0,0,0.66351,0.748168,300,300,255,1), + (76791,1732,0,-234,1297.04,46.842,1.451,0,0,0.66351,0.748168,300,300,255,1), + (76792,1733,0,-234,1297.04,46.842,1.451,0,0,0.66351,0.748168,300,300,255,1), + (76793,1731,0,378.417,1341.24,92.854,2.775,0,0,0.983248,0.182272,300,300,255,1), + (76794,1732,0,378.417,1341.24,92.854,2.775,0,0,0.983248,0.182272,300,300,255,1), + (76795,1733,0,378.417,1341.24,92.854,2.775,0,0,0.983248,0.182272,300,300,255,1), + (76796,1731,0,978.403,1369.48,46.028,6.095,0,0,0.093954,-0.995577,300,300,255,1), + (76797,1732,0,978.403,1369.48,46.028,6.095,0,0,0.093954,-0.995577,300,300,255,1), + (76798,1733,0,978.403,1369.48,46.028,6.095,0,0,0.093954,-0.995577,300,300,255,1), + (76799,1731,0,271.289,1564.88,149.205,1.426,0,0,0.654106,0.756403,300,300,255,1), + (76800,1732,0,271.289,1564.88,149.205,1.426,0,0,0.654106,0.756403,300,300,255,1), + (76801,1733,0,271.289,1564.88,149.205,1.426,0,0,0.654106,0.756403,300,300,255,1), + (76802,1731,0,-319,990.09,124.668,2.398,0,0,0.931676,0.36329,300,300,255,1), + (76803,1732,0,-319,990.09,124.668,2.398,0,0,0.931676,0.36329,300,300,255,1), + (76804,1733,0,-319,990.09,124.668,2.398,0,0,0.931676,0.36329,300,300,255,1), + (76805,1731,0,512.472,1052.08,107.543,0.244,0,0,0.121698,0.992567,300,300,255,1), + (76806,1732,0,512.472,1052.08,107.543,0.244,0,0,0.121698,0.992567,300,300,255,1), + (76807,1733,0,512.472,1052.08,107.543,0.244,0,0,0.121698,0.992567,300,300,255,1), + (76808,1731,0,914.508,758.553,56.683,1.557,0,0,0.702212,0.711968,300,300,255,1), + (76809,1732,0,914.508,758.553,56.683,1.557,0,0,0.702212,0.711968,300,300,255,1), + (76810,1733,0,914.508,758.553,56.683,1.557,0,0,0.702212,0.711968,300,300,255,1), + (76811,1731,0,-635,1599.98,16.259,1.866,0,0,0.80341,0.595426,300,300,255,1), + (76812,1732,0,-635,1599.98,16.259,1.866,0,0,0.80341,0.595426,300,300,255,1), + (76813,1733,0,-635,1599.98,16.259,1.866,0,0,0.80341,0.595426,300,300,255,1), + (76814,1731,0,1098.15,228.977,35.23,1.187,0,0,0.559266,0.828988,300,300,255,1), + (76815,1732,0,1098.15,228.977,35.23,1.187,0,0,0.559266,0.828988,300,300,255,1), + (76816,1733,0,1098.15,228.977,35.23,1.187,0,0,0.559266,0.828988,300,300,255,1), + (76817,1731,0,612.784,1429.8,102.685,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76818,1732,0,612.784,1429.8,102.685,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76819,1733,0,612.784,1429.8,102.685,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76820,1731,0,-313.933,936.846,131.932,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (76821,1732,0,-313.933,936.846,131.932,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (76822,1733,0,-313.933,936.846,131.932,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (76823,1731,0,1098.54,229.932,34.8875,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (76824,1732,0,1098.54,229.932,34.8875,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (76825,1733,0,1098.54,229.932,34.8875,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (76826,1731,0,1222.31,1578.68,36.4169,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (76827,1732,0,1222.31,1578.68,36.4169,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (76828,1733,0,1222.31,1578.68,36.4169,4.71239,0,0,0.707106,-0.707107,300,300,255,1), + (76829,1731,0,1132.6,1902.35,34.3818,-1.98968,0,0,-0.838672,0.544637,300,300,255,1), + (76830,1732,0,1132.6,1902.35,34.3818,-1.98968,0,0,-0.838672,0.544637,300,300,255,1), + (76831,1733,0,1132.6,1902.35,34.3818,-1.98968,0,0,-0.838672,0.544637,300,300,255,1), + (76832,1731,0,315.29,1409.67,136.68,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (76833,1732,0,315.29,1409.67,136.68,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (76834,1733,0,315.29,1409.67,136.68,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (76835,1731,0,906.962,1070.09,44.2785,0.314159,0,0,0.156434,0.987688,300,300,255,1), + (76836,1732,0,906.962,1070.09,44.2785,0.314159,0,0,0.156434,0.987688,300,300,255,1), + (76837,1733,0,906.962,1070.09,44.2785,0.314159,0,0,0.156434,0.987688,300,300,255,1), + (76838,1731,0,805.129,1164.21,52.6026,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76839,1732,0,805.129,1164.21,52.6026,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76840,1733,0,805.129,1164.21,52.6026,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (76841,1731,0,-577.718,1709.77,22.0632,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (76842,1732,0,-577.718,1709.77,22.0632,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (76843,1733,0,-577.718,1709.77,22.0632,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (76844,1731,0,129.166,1097.66,87.4431,0.680678,0,0,0.333807,0.942642,300,300,255,1), + (76845,1732,0,129.166,1097.66,87.4431,0.680678,0,0,0.333807,0.942642,300,300,255,1), + (76846,1733,0,129.166,1097.66,87.4431,0.680678,0,0,0.333807,0.942642,300,300,255,1), + (76847,1731,0,388.705,1038.2,107.54,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (76848,1732,0,388.705,1038.2,107.54,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (76849,1733,0,388.705,1038.2,107.54,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (76850,1731,0,-342.521,1673.51,25.3212,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (76851,1732,0,-342.521,1673.51,25.3212,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (76852,1733,0,-342.521,1673.51,25.3212,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (76853,1731,0,1438.32,1980.49,13.6133,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (76854,1732,0,1438.32,1980.49,13.6133,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (76855,1733,0,1438.32,1980.49,13.6133,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (76856,1731,0,1383.2,1977.71,15.059,-0.925024,0,0,-0.446198,0.894934,300,300,255,1), + (76857,1732,0,1383.2,1977.71,15.059,-0.925024,0,0,-0.446198,0.894934,300,300,255,1), + (76858,1733,0,1383.2,1977.71,15.059,-0.925024,0,0,-0.446198,0.894934,300,300,255,1), + (76859,1731,0,1277.66,1963.54,16.3876,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (76860,1732,0,1277.66,1963.54,16.3876,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (76861,1733,0,1277.66,1963.54,16.3876,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (76862,1731,0,1389.75,1970.95,15.3534,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (76863,1732,0,1389.75,1970.95,15.3534,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (76864,1733,0,1389.75,1970.95,15.3534,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (76865,1731,0,1120.89,1749.98,21.8891,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (76866,1732,0,1120.89,1749.98,21.8891,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (76867,1733,0,1120.89,1749.98,21.8891,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (76868,1731,0,1147.87,1983.14,22.8906,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (76869,1732,0,1147.87,1983.14,22.8906,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (76870,1733,0,1147.87,1983.14,22.8906,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (76871,1731,0,1093.2,2060.97,0.456879,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (76872,1732,0,1093.2,2060.97,0.456879,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (76873,1733,0,1093.2,2060.97,0.456879,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (76874,1731,0,613.494,1429.4,102.028,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (76875,1732,0,613.494,1429.4,102.028,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (76876,1733,0,613.494,1429.4,102.028,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (76877,1731,0,923.438,1590.01,36.9635,1.72788,0,0,0.760407,0.649446,300,300,255,1), + (76878,1732,0,923.438,1590.01,36.9635,1.72788,0,0,0.760407,0.649446,300,300,255,1), + (76879,1733,0,923.438,1590.01,36.9635,1.72788,0,0,0.760407,0.649446,300,300,255,1), + (76880,1731,0,1317.5,1982.83,15.0881,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (76881,1732,0,1317.5,1982.83,15.0881,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (76882,1733,0,1317.5,1982.83,15.0881,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (76883,1731,0,-473.576,1463.86,27.1123,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76884,1732,0,-473.576,1463.86,27.1123,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76885,1733,0,-473.576,1463.86,27.1123,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (76886,1731,0,646.375,1415.15,83.733,1.228,0,0,0.576141,0.81735,300,300,255,1), + (76887,1732,0,646.375,1415.15,83.733,1.228,0,0,0.576141,0.81735,300,300,255,1), + (76888,1733,0,646.375,1415.15,83.733,1.228,0,0,0.576141,0.81735,300,300,255,1), + (76889,1731,0,895.387,1604.67,44.542,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (76890,1732,0,895.387,1604.67,44.542,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (76891,1733,0,895.387,1604.67,44.542,5.46,0,0,0.400069,-0.916485,300,300,255,1), + (76892,1731,0,-447,1648.44,13.009,2.867,0,0,0.99059,0.136865,300,300,255,1), + (76893,1732,0,-447,1648.44,13.009,2.867,0,0,0.99059,0.136865,300,300,255,1), + (76894,1733,0,-447,1648.44,13.009,2.867,0,0,0.99059,0.136865,300,300,255,1), + (76895,1731,0,912.864,623.534,53.645,0.69,0,0,0.338197,0.941075,300,300,255,1), + (76896,1732,0,912.864,623.534,53.645,0.69,0,0,0.338197,0.941075,300,300,255,1), + (76897,1733,0,912.864,623.534,53.645,0.69,0,0,0.338197,0.941075,300,300,255,1), + (76898,1731,0,-123,1353.89,94.635,2.726,0,0,0.978488,0.206304,300,300,255,1), + (76899,1732,0,-123,1353.89,94.635,2.726,0,0,0.978488,0.206304,300,300,255,1), + (76900,1733,0,-123,1353.89,94.635,2.726,0,0,0.978488,0.206304,300,300,255,1), + (76901,1731,0,-312,944.819,131.909,6.117,0,0,0.082997,-0.99655,300,300,255,1), + (76902,1732,0,-312,944.819,131.909,6.117,0,0,0.082997,-0.99655,300,300,255,1), + (76903,1733,0,-312,944.819,131.909,6.117,0,0,0.082997,-0.99655,300,300,255,1), + (76904,1731,0,622.258,1211.16,86.023,5.952,0,0,0.164837,-0.986321,300,300,255,1), + (76905,1732,0,622.258,1211.16,86.023,5.952,0,0,0.164837,-0.986321,300,300,255,1), + (76906,1733,0,622.258,1211.16,86.023,5.952,0,0,0.164837,-0.986321,300,300,255,1), + (76907,1731,0,180.635,1062.78,92.608,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (76908,1732,0,180.635,1062.78,92.608,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (76909,1733,0,180.635,1062.78,92.608,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (76910,1731,0,-349,992.667,126.913,2.678,0,0,0.973255,0.229726,300,300,255,1), + (76911,1732,0,-349,992.667,126.913,2.678,0,0,0.973255,0.229726,300,300,255,1), + (76912,1733,0,-349,992.667,126.913,2.678,0,0,0.973255,0.229726,300,300,255,1), + (76913,1731,0,887.186,1642.41,34.843,5.909,0,0,0.186003,-0.982549,300,300,255,1), + (76914,1732,0,887.186,1642.41,34.843,5.909,0,0,0.186003,-0.982549,300,300,255,1), + (76915,1733,0,887.186,1642.41,34.843,5.909,0,0,0.186003,-0.982549,300,300,255,1), + (76916,1731,0,298.83,1183.47,90.898,4.294,0,0,0.838537,-0.544845,300,300,255,1), + (76917,1732,0,298.83,1183.47,90.898,4.294,0,0,0.838537,-0.544845,300,300,255,1), + (76918,1733,0,298.83,1183.47,90.898,4.294,0,0,0.838537,-0.544845,300,300,255,1), + (76919,1731,0,383.233,1054.9,106.53,2.618,0,0,0.965927,0.258816,300,300,255,1), + (76920,1732,0,383.233,1054.9,106.53,2.618,0,0,0.965927,0.258816,300,300,255,1), + (76921,1733,0,383.233,1054.9,106.53,2.618,0,0,0.965927,0.258816,300,300,255,1), + (76922,1731,0,784.642,1691.71,33.4731,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (76923,1732,0,784.642,1691.71,33.4731,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (76924,1733,0,784.642,1691.71,33.4731,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (76925,1731,0,-473.576,1463.86,27.1123,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (76926,1732,0,-473.576,1463.86,27.1123,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (76927,1733,0,-473.576,1463.86,27.1123,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (76928,1731,0,306.395,1558.8,134.429,1.798,0,0,0.782705,0.622393,300,300,255,1), + (76929,1732,0,306.395,1558.8,134.429,1.798,0,0,0.782705,0.622393,300,300,255,1), + (76930,1733,0,306.395,1558.8,134.429,1.798,0,0,0.782705,0.622393,300,300,255,1), + (76931,1731,0,847.164,369.173,22.683,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76932,1732,0,847.164,369.173,22.683,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76933,1733,0,847.164,369.173,22.683,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (76934,1731,0,1144.8,1857.25,27.916,2.087,0,0,0.864171,0.503199,300,300,255,1), + (76935,1732,0,1144.8,1857.25,27.916,2.087,0,0,0.864171,0.503199,300,300,255,1), + (76936,1733,0,1144.8,1857.25,27.916,2.087,0,0,0.864171,0.503199,300,300,255,1), + (76937,1731,0,1196.7,1185.35,49.815,2.492,0,0,0.947716,0.319116,300,300,255,1), + (76938,1732,0,1196.7,1185.35,49.815,2.492,0,0,0.947716,0.319116,300,300,255,1), + (76939,1733,0,1196.7,1185.35,49.815,2.492,0,0,0.947716,0.319116,300,300,255,1), + (76940,1731,0,1022.67,1784.11,20.243,2.374,0,0,0.92725,0.374443,300,300,255,1), + (76941,1732,0,1022.67,1784.11,20.243,2.374,0,0,0.92725,0.374443,300,300,255,1), + (76942,1733,0,1022.67,1784.11,20.243,2.374,0,0,0.92725,0.374443,300,300,255,1), + (76943,1731,0,-142.785,1280.16,54.9085,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (76944,1732,0,-142.785,1280.16,54.9085,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (76945,1733,0,-142.785,1280.16,54.9085,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (76946,1731,0,96.613,1030.55,124.76,3.651,0,0,0.967738,-0.251959,300,300,255,1), + (76947,1732,0,96.613,1030.55,124.76,3.651,0,0,0.967738,-0.251959,300,300,255,1), + (76948,1733,0,96.613,1030.55,124.76,3.651,0,0,0.967738,-0.251959,300,300,255,1), + (76949,1731,0,1300.18,1395.15,61.724,1.515,0,0,0.687107,0.726556,300,300,255,1), + (76950,1732,0,1300.18,1395.15,61.724,1.515,0,0,0.687107,0.726556,300,300,255,1), + (76951,1733,0,1300.18,1395.15,61.724,1.515,0,0,0.687107,0.726556,300,300,255,1), + (76952,1731,0,-581,1097.44,90.111,1.239,0,0,0.580628,0.814169,300,300,255,1), + (76953,1732,0,-581,1097.44,90.111,1.239,0,0,0.580628,0.814169,300,300,255,1), + (76954,1733,0,-581,1097.44,90.111,1.239,0,0,0.580628,0.814169,300,300,255,1), + (76955,1731,0,970.928,1637.48,44.789,1.986,0,0,0.837668,0.546179,300,300,255,1), + (76956,1732,0,970.928,1637.48,44.789,1.986,0,0,0.837668,0.546179,300,300,255,1), + (76957,1733,0,970.928,1637.48,44.789,1.986,0,0,0.837668,0.546179,300,300,255,1), + (76958,1731,0,1235.28,2052.67,10.8418,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (76959,1732,0,1235.28,2052.67,10.8418,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (76960,1733,0,1235.28,2052.67,10.8418,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (76961,1731,0,1274.62,1971.04,17.53,1.326,0,0,0.615484,0.788149,300,300,255,1), + (76962,1732,0,1274.62,1971.04,17.53,1.326,0,0,0.615484,0.788149,300,300,255,1), + (76963,1733,0,1274.62,1971.04,17.53,1.326,0,0,0.615484,0.788149,300,300,255,1), + (76964,1731,0,1235.25,1540.25,47.696,5.078,0,0,0.56678,-0.823869,300,300,255,1), + (76965,1732,0,1235.25,1540.25,47.696,5.078,0,0,0.56678,-0.823869,300,300,255,1), + (76966,1733,0,1235.25,1540.25,47.696,5.078,0,0,0.56678,-0.823869,300,300,255,1), + (76967,1731,0,831.482,604.969,34.86,1.969,0,0,0.832996,0.55328,300,300,255,1), + (76968,1732,0,831.482,604.969,34.86,1.969,0,0,0.832996,0.55328,300,300,255,1), + (76969,1733,0,831.482,604.969,34.86,1.969,0,0,0.832996,0.55328,300,300,255,1), + (76970,1731,0,-710,1204.41,90.622,0.044,0,0,0.0219982,0.999758,300,300,255,1), + (76971,1732,0,-710,1204.41,90.622,0.044,0,0,0.0219982,0.999758,300,300,255,1), + (76972,1733,0,-710,1204.41,90.622,0.044,0,0,0.0219982,0.999758,300,300,255,1), + (76973,1731,0,639.734,1222.12,85.3606,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (76974,1732,0,639.734,1222.12,85.3606,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (76975,1733,0,639.734,1222.12,85.3606,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (76976,1731,0,-262,1496.29,47.785,0.859,0,0,0.416416,0.909174,300,300,255,1), + (76977,1732,0,-262,1496.29,47.785,0.859,0,0,0.416416,0.909174,300,300,255,1), + (76978,1733,0,-262,1496.29,47.785,0.859,0,0,0.416416,0.909174,300,300,255,1), + (76979,1731,0,900.318,1704.4,29.177,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76980,1732,0,900.318,1704.4,29.177,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76981,1733,0,900.318,1704.4,29.177,-1,0,0,-0.479426,0.877583,300,300,255,1), + (76982,1731,0,266,1074.96,96.534,5.809,0,0,0.234878,-0.972025,300,300,255,1), + (76983,1732,0,266,1074.96,96.534,5.809,0,0,0.234878,-0.972025,300,300,255,1), + (76984,1733,0,266,1074.96,96.534,5.809,0,0,0.234878,-0.972025,300,300,255,1), + (76985,1731,0,-249,1431.17,40.295,0,0,0,0,1,300,300,255,1), + (76986,1732,0,-249,1431.17,40.295,0,0,0,0,1,300,300,255,1), + (76987,1733,0,-249,1431.17,40.295,0,0,0,0,1,300,300,255,1), + (76988,1731,0,1046.06,1433.04,42.641,0.469,0,0,0.232357,0.972631,300,300,255,1), + (76989,1732,0,1046.06,1433.04,42.641,0.469,0,0,0.232357,0.972631,300,300,255,1), + (76990,1733,0,1046.06,1433.04,42.641,0.469,0,0,0.232357,0.972631,300,300,255,1), + (76991,1731,0,825.814,1157.32,36.97,0.281,0,0,0.140038,0.990146,300,300,255,1), + (76992,1732,0,825.814,1157.32,36.97,0.281,0,0,0.140038,0.990146,300,300,255,1), + (76993,1733,0,825.814,1157.32,36.97,0.281,0,0,0.140038,0.990146,300,300,255,1), + (76994,1731,0,511.705,1353.7,88.843,1.868,0,0,0.804005,0.594623,300,300,255,1), + (76995,1732,0,511.705,1353.7,88.843,1.868,0,0,0.804005,0.594623,300,300,255,1), + (76996,1733,0,511.705,1353.7,88.843,1.868,0,0,0.804005,0.594623,300,300,255,1), + (76997,1731,0,-766,1328.19,77.905,3.858,0,0,0.936528,-0.350592,300,300,255,1), + (76998,1732,0,-766,1328.19,77.905,3.858,0,0,0.936528,-0.350592,300,300,255,1), + (76999,1733,0,-766,1328.19,77.905,3.858,0,0,0.936528,-0.350592,300,300,255,1), + (77000,1731,0,1011.34,1184.54,56.9709,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (77001,1732,0,1011.34,1184.54,56.9709,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (77002,1733,0,1011.34,1184.54,56.9709,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (77003,1731,0,762.282,1271.56,69.5199,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (77004,1732,0,762.282,1271.56,69.5199,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (77005,1733,0,762.282,1271.56,69.5199,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (77006,1731,0,229.32,1514.23,153.349,2.077,0,0,0.861644,0.507513,300,300,255,1), + (77007,1732,0,229.32,1514.23,153.349,2.077,0,0,0.861644,0.507513,300,300,255,1), + (77008,1733,0,229.32,1514.23,153.349,2.077,0,0,0.861644,0.507513,300,300,255,1), + (77009,1731,0,1364.66,1138.66,81.29,3.329,0,0,0.995613,-0.0935666,300,300,255,1), + (77010,1732,0,1364.66,1138.66,81.29,3.329,0,0,0.995613,-0.0935666,300,300,255,1), + (77011,1733,0,1364.66,1138.66,81.29,3.329,0,0,0.995613,-0.0935666,300,300,255,1), + (77012,1731,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77013,1732,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77014,1733,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77015,1731,0,404.157,1015.15,108.756,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (77016,1732,0,404.157,1015.15,108.756,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (77017,1733,0,404.157,1015.15,108.756,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (77018,1731,0,1003.41,96.0792,18.3702,1.309,0,0,0.608763,0.793352,300,300,255,1), + (77019,1732,0,1003.41,96.0792,18.3702,1.309,0,0,0.608763,0.793352,300,300,255,1), + (77020,1733,0,1003.41,96.0792,18.3702,1.309,0,0,0.608763,0.793352,300,300,255,1), + (77021,1731,0,-355.735,946.503,130.654,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (77022,1732,0,-355.735,946.503,130.654,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (77023,1733,0,-355.735,946.503,130.654,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (77024,1731,0,-330.949,975.041,131.184,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (77025,1732,0,-330.949,975.041,131.184,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (77026,1733,0,-330.949,975.041,131.184,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (77027,1731,0,-270.097,1766.84,-4.27097,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (77028,1732,0,-270.097,1766.84,-4.27097,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (77029,1733,0,-270.097,1766.84,-4.27097,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (77030,1731,0,402.048,1013.67,108.922,0.419,0,0,0.207971,0.978135,300,300,255,1), + (77031,1732,0,402.048,1013.67,108.922,0.419,0,0,0.207971,0.978135,300,300,255,1), + (77032,1733,0,402.048,1013.67,108.922,0.419,0,0,0.207971,0.978135,300,300,255,1), + (77033,1731,0,458.781,996.065,131.991,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (77034,1732,0,458.781,996.065,131.991,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (77035,1733,0,458.781,996.065,131.991,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (77036,1731,0,1216.14,718.324,19.585,1.72788,0,0,0.760407,0.649446,300,300,255,1), + (77037,1732,0,1216.14,718.324,19.585,1.72788,0,0,0.760407,0.649446,300,300,255,1), + (77038,1733,0,1216.14,718.324,19.585,1.72788,0,0,0.760407,0.649446,300,300,255,1), + (77039,1731,0,-597,896.095,99.877,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77040,1732,0,-597,896.095,99.877,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77041,1733,0,-597,896.095,99.877,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77042,1731,0,209.418,1682.83,164.493,0.20944,0,0,0.104529,0.994522,300,300,255,1), + (77043,1732,0,209.418,1682.83,164.493,0.20944,0,0,0.104529,0.994522,300,300,255,1), + (77044,1733,0,209.418,1682.83,164.493,0.20944,0,0,0.104529,0.994522,300,300,255,1), + (77045,1731,0,-320.98,1055.17,118.64,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (77046,1732,0,-320.98,1055.17,118.64,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (77047,1733,0,-320.98,1055.17,118.64,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (77048,1731,0,-42,931.599,71.19,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (77049,1732,0,-42,931.599,71.19,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (77050,1733,0,-42,931.599,71.19,2.967,0,0,0.996192,0.0871855,300,300,255,1), + (77051,1731,0,486.859,773.352,47.7917,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (77052,1732,0,486.859,773.352,47.7917,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (77053,1733,0,486.859,773.352,47.7917,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (77054,1731,0,76.749,1519.76,126.18,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77055,1732,0,76.749,1519.76,126.18,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77056,1733,0,76.749,1519.76,126.18,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77057,1731,0,1458.34,845.418,70.6578,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (77058,1732,0,1458.34,845.418,70.6578,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (77059,1733,0,1458.34,845.418,70.6578,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (77060,1731,0,727.299,1432.06,70.8502,-2.04204,0,0,-0.852641,0.522496,300,300,255,1), + (77061,1732,0,727.299,1432.06,70.8502,-2.04204,0,0,-0.852641,0.522496,300,300,255,1), + (77062,1733,0,727.299,1432.06,70.8502,-2.04204,0,0,-0.852641,0.522496,300,300,255,1), + (77063,1731,0,1296.94,1904.95,38.3237,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77064,1732,0,1296.94,1904.95,38.3237,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77065,1733,0,1296.94,1904.95,38.3237,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77066,1731,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77067,1732,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77068,1733,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77069,1735,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (77070,2040,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (77071,1733,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (77072,1734,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (77073,1732,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,300,255,1), + (77074,1735,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,300,255,1), + (77075,2040,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,300,255,1), + (77076,1733,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,300,255,1), + (77077,1734,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,300,255,1), + (77078,1732,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,300,255,1), + (77079,1735,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77080,2040,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77081,1733,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77082,1734,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77083,1732,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77084,1735,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77085,2040,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77086,1733,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77087,1734,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77088,1732,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77089,1735,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77090,2040,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77091,1733,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77092,1734,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77093,1732,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77094,1735,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77095,2040,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77096,1733,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77097,1734,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77098,1732,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77099,1735,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (77100,2040,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (77101,1733,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (77102,1734,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (77103,1732,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (77104,1735,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77105,2040,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77106,1733,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77107,1734,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77108,1732,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77109,1735,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77110,2040,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77111,1733,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77112,1734,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77113,1732,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77114,1735,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (77115,2040,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (77116,1733,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (77117,1734,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (77118,1732,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (77119,1735,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77120,2040,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77121,1733,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77122,1734,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77123,1732,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77124,1735,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,300,255,1), + (77125,2040,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,300,255,1), + (77126,1733,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,300,255,1), + (77127,1734,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,300,255,1), + (77128,1732,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,300,255,1), + (77129,1735,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77130,2040,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77131,1733,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77132,1734,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77133,1732,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77134,1735,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (77135,2040,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (77136,1733,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (77137,1734,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (77138,1732,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,300,255,1), + (77139,1735,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,300,255,1), + (77140,2040,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,300,255,1), + (77141,1733,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,300,255,1), + (77142,1734,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,300,255,1), + (77143,1732,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,300,255,1), + (77144,1735,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77145,2040,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77146,1733,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77147,1734,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77148,1732,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77149,1735,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,300,255,1), + (77150,2040,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,300,255,1), + (77151,1733,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,300,255,1), + (77152,1734,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,300,255,1), + (77153,1732,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,300,255,1), + (77154,1735,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,300,255,1), + (77155,2040,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,300,255,1), + (77156,1733,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,300,255,1), + (77157,1734,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,300,255,1), + (77158,1732,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,300,255,1), + (77159,1735,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77160,2040,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77161,1733,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77162,1734,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77163,1732,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77164,1735,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,300,255,1), + (77165,2040,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,300,255,1), + (77166,1733,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,300,255,1), + (77167,1734,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,300,255,1), + (77168,1732,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,300,255,1), + (77169,1735,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,300,255,1), + (77170,2040,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,300,255,1), + (77171,1733,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,300,255,1), + (77172,1734,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,300,255,1), + (77173,1732,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,300,255,1), + (77174,1735,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,300,255,1), + (77175,2040,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,300,255,1), + (77176,1733,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,300,255,1), + (77177,1734,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,300,255,1), + (77178,1732,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,300,255,1), + (77179,1735,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,300,255,1), + (77180,2040,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,300,255,1), + (77181,1733,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,300,255,1), + (77182,1734,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,300,255,1), + (77183,1732,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,300,255,1), + (77184,1735,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,300,255,1), + (77185,2040,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,300,255,1), + (77186,1733,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,300,255,1), + (77187,1734,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,300,255,1), + (77188,1732,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,300,255,1), + (77189,1735,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (77190,2040,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (77191,1733,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (77192,1734,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (77193,1732,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (77194,1735,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77195,2040,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77196,1733,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77197,1734,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77198,1732,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77199,1735,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,300,255,1), + (77200,2040,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,300,255,1), + (77201,1733,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,300,255,1), + (77202,1734,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,300,255,1), + (77203,1732,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,300,255,1), + (77204,1735,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77205,2040,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77206,1733,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77207,1734,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77208,1732,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77209,1735,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,300,255,1), + (77210,2040,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,300,255,1), + (77211,1733,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,300,255,1), + (77212,1734,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,300,255,1), + (77213,1732,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,300,255,1), + (77214,1735,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,300,255,1), + (77215,2040,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,300,255,1), + (77216,1733,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,300,255,1), + (77217,1734,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,300,255,1), + (77218,1732,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,300,255,1), + (77219,1735,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,300,255,1), + (77220,2040,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,300,255,1), + (77221,1733,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,300,255,1), + (77222,1734,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,300,255,1), + (77223,1732,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,300,255,1), + (77224,1735,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,300,255,1), + (77225,2040,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,300,255,1), + (77226,1733,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,300,255,1), + (77227,1734,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,300,255,1), + (77228,1732,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,300,255,1), + (77229,1735,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,300,255,1), + (77230,2040,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,300,255,1), + (77231,1733,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,300,255,1), + (77232,1734,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,300,255,1), + (77233,1732,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,300,255,1), + (77234,1735,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,300,255,1), + (77235,2040,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,300,255,1), + (77236,1733,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,300,255,1), + (77237,1734,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,300,255,1), + (77238,1732,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,300,255,1), + (77239,1735,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,300,255,1), + (77240,2040,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,300,255,1), + (77241,1733,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,300,255,1), + (77242,1734,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,300,255,1), + (77243,1732,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,300,255,1), + (77244,1735,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,300,255,1), + (77245,2040,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,300,255,1), + (77246,1733,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,300,255,1), + (77247,1734,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,300,255,1), + (77248,1732,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,300,255,1), + (77249,1735,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,300,255,1), + (77250,2040,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,300,255,1), + (77251,1733,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,300,255,1), + (77252,1734,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,300,255,1), + (77253,1732,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,300,255,1), + (77254,1735,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,300,255,1), + (77255,2040,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,300,255,1), + (77256,1733,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,300,255,1), + (77257,1734,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,300,255,1), + (77258,1732,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,300,255,1), + (77259,1735,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,300,255,1), + (77260,2040,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,300,255,1), + (77261,1733,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,300,255,1), + (77262,1734,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,300,255,1), + (77263,1732,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,300,255,1), + (77264,1735,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,300,255,1), + (77265,2040,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,300,255,1), + (77266,1733,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,300,255,1), + (77267,1734,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,300,255,1), + (77268,1732,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,300,255,1), + (77269,1735,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77270,2040,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77271,1733,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77272,1734,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77273,1732,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77274,1735,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,300,255,1), + (77275,2040,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,300,255,1), + (77276,1733,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,300,255,1), + (77277,1734,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,300,255,1), + (77278,1732,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,300,255,1), + (77279,1735,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,300,255,1), + (77280,2040,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,300,255,1), + (77281,1733,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,300,255,1), + (77282,1734,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,300,255,1), + (77283,1732,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,300,255,1), + (77284,1735,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,300,255,1), + (77285,2040,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,300,255,1), + (77286,1733,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,300,255,1), + (77287,1734,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,300,255,1), + (77288,1732,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,300,255,1), + (77289,1735,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,300,255,1), + (77290,2040,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,300,255,1), + (77291,1733,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,300,255,1), + (77292,1734,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,300,255,1), + (77293,1732,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,300,255,1), + (77294,1735,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,300,255,1), + (77295,2040,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,300,255,1), + (77296,1733,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,300,255,1), + (77297,1734,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,300,255,1), + (77298,1732,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,300,255,1), + (77299,1735,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,300,255,1), + (77300,2040,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,300,255,1), + (77301,1733,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,300,255,1), + (77302,1734,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,300,255,1), + (77303,1732,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,300,255,1), + (77304,1735,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,300,255,1), + (77305,2040,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,300,255,1), + (77306,1733,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,300,255,1), + (77307,1734,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,300,255,1), + (77308,1732,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,300,255,1), + (77309,1735,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,300,255,1), + (77310,2040,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,300,255,1), + (77311,1733,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,300,255,1), + (77312,1734,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,300,255,1), + (77313,1732,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,300,255,1), + (77314,1735,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,300,255,1), + (77315,2040,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,300,255,1), + (77316,1733,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,300,255,1), + (77317,1734,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,300,255,1), + (77318,1732,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,300,255,1), + (77319,1735,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,300,255,1), + (77320,2040,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,300,255,1), + (77321,1733,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,300,255,1), + (77322,1734,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,300,255,1), + (77323,1732,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,300,255,1), + (77324,1735,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,300,255,1), + (77325,2040,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,300,255,1), + (77326,1733,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,300,255,1), + (77327,1734,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,300,255,1), + (77328,1732,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,300,255,1), + (77329,1735,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,300,255,1), + (77330,2040,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,300,255,1), + (77331,1733,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,300,255,1), + (77332,1734,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,300,255,1), + (77333,1732,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,300,255,1), + (77334,1735,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (77335,2040,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (77336,1733,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (77337,1734,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (77338,1732,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (77339,1735,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,300,255,1), + (77340,2040,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,300,255,1), + (77341,1733,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,300,255,1), + (77342,1734,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,300,255,1), + (77343,1732,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,300,255,1), + (77344,1735,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,300,255,1), + (77345,2040,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,300,255,1), + (77346,1733,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,300,255,1), + (77347,1734,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,300,255,1), + (77348,1732,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,300,255,1), + (77349,1735,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,300,255,1), + (77350,2040,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,300,255,1), + (77351,1733,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,300,255,1), + (77352,1734,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,300,255,1), + (77353,1732,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,300,255,1), + (77354,1735,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,300,255,1), + (77355,2040,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,300,255,1), + (77356,1733,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,300,255,1), + (77357,1734,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,300,255,1), + (77358,1732,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,300,255,1), + (77359,1735,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,300,255,1), + (77360,2040,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,300,255,1), + (77361,1733,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,300,255,1), + (77362,1734,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,300,255,1), + (77363,1732,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,300,255,1), + (77364,1735,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,300,255,1), + (77365,2040,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,300,255,1), + (77366,1733,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,300,255,1), + (77367,1734,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,300,255,1), + (77368,1732,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,300,255,1), + (77369,1735,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77370,2040,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77371,1733,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77372,1734,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77373,1732,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77374,1735,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77375,2040,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77376,1733,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77377,1734,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77378,1732,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77379,1735,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,300,255,1), + (77380,2040,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,300,255,1), + (77381,1733,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,300,255,1), + (77382,1734,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,300,255,1), + (77383,1732,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,300,255,1), + (77384,1735,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77385,2040,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77386,1733,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77387,1734,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77388,1732,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (77389,1735,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77390,2040,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77391,1733,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77392,1734,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77393,1732,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (77394,1735,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,300,255,1), + (77395,2040,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,300,255,1), + (77396,1733,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,300,255,1), + (77397,1734,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,300,255,1), + (77398,1732,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,300,255,1), + (77399,1735,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,300,255,1), + (77400,2040,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,300,255,1), + (77401,1733,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,300,255,1), + (77402,1734,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,300,255,1), + (77403,1732,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,300,255,1), + (77404,1735,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (77405,2040,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (77406,1733,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (77407,1734,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (77408,1732,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (77409,1735,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (77410,2040,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (77411,1733,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (77412,1734,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (77413,1732,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,300,255,1), + (77414,1735,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77415,2040,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77416,1733,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77417,1734,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77418,1732,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77419,1735,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (77420,2040,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (77421,1733,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (77422,1734,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (77423,1732,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (77424,1735,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77425,2040,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77426,1733,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77427,1734,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77428,1732,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (77429,1735,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77430,2040,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77431,1733,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77432,1734,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77433,1732,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (77434,1735,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (77435,2040,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (77436,1733,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (77437,1734,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (77438,1732,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,300,255,1), + (77439,1735,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (77440,2040,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (77441,1733,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (77442,1734,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (77443,1732,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (77444,1735,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77445,2040,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77446,1733,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77447,1734,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77448,1732,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77449,1735,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,300,255,1), + (77450,2040,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,300,255,1), + (77451,1733,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,300,255,1), + (77452,1734,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,300,255,1), + (77453,1732,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,300,255,1), + (77454,1735,0,-12928,-435.196,31.8678,0,0,0,0,1,300,300,255,1), + (77455,2040,0,-12928,-435.196,31.8678,0,0,0,0,1,300,300,255,1), + (77456,1733,0,-12928,-435.196,31.8678,0,0,0,0,1,300,300,255,1), + (77457,1734,0,-12928,-435.196,31.8678,0,0,0,0,1,300,300,255,1), + (77458,1732,0,-12928,-435.196,31.8678,0,0,0,0,1,300,300,255,1), + (77459,1735,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (77460,2040,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (77461,1733,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (77462,1734,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (77463,1732,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (77464,1735,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (77465,2040,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (77466,1733,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (77467,1734,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (77468,1732,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (77469,1735,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,300,255,1), + (77470,2040,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,300,255,1), + (77471,1733,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,300,255,1), + (77472,1734,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,300,255,1), + (77473,1732,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,300,255,1), + (77474,1735,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (77475,2040,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (77476,1733,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (77477,1734,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (77478,1732,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (77479,1735,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (77480,2040,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (77481,1733,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (77482,1734,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (77483,1732,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,300,255,1), + (77484,1735,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77485,2040,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77486,1733,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77487,1734,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77488,1732,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (77489,1735,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77490,2040,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77491,1733,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77492,1734,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77493,1732,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77494,1735,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77495,2040,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77496,1733,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77497,1734,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77498,1732,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (77499,1735,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77500,2040,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77501,1733,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77502,1734,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77503,1732,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77504,1735,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,300,255,1), + (77505,2040,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,300,255,1), + (77506,1733,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,300,255,1), + (77507,1734,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,300,255,1), + (77508,1732,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,300,255,1), + (77509,1735,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (77510,2040,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (77511,1733,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (77512,1734,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (77513,1732,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (77514,1735,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77515,2040,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77516,1733,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77517,1734,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77518,1732,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77519,1735,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77520,2040,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77521,1733,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77522,1734,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77523,1732,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (77524,1735,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (77525,2040,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (77526,1733,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (77527,1734,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (77528,1732,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (77529,1735,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77530,2040,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77531,1733,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77532,1734,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77533,1732,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (77534,1735,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77535,2040,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77536,1733,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77537,1734,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77538,1732,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,300,255,1), + (77539,1735,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (77540,2040,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (77541,1733,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (77542,1734,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (77543,1732,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,300,255,1), + (77544,1735,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,300,255,1), + (77545,2040,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,300,255,1), + (77546,1733,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,300,255,1), + (77547,1734,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,300,255,1), + (77548,1732,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,300,255,1), + (77549,1735,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,300,255,1), + (77550,2040,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,300,255,1), + (77551,1733,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,300,255,1), + (77552,1734,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,300,255,1), + (77553,1732,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,300,255,1), + (77554,1735,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77555,2040,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77556,1733,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77557,1734,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77558,1732,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (77559,1735,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (77560,2040,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (77561,1733,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (77562,1734,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (77563,1732,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (77564,1735,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,300,255,1), + (77565,2040,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,300,255,1), + (77566,1733,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,300,255,1), + (77567,1734,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,300,255,1), + (77568,1732,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,300,255,1), + (77569,1735,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,300,255,1), + (77570,2040,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,300,255,1), + (77571,1733,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,300,255,1), + (77572,1734,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,300,255,1), + (77573,1732,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,300,255,1), + (77574,1735,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77575,2040,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77576,1733,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77577,1734,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77578,1732,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77579,1735,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77580,2040,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77581,1733,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77582,1734,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77583,1732,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77584,1735,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,300,255,1), + (77585,2040,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,300,255,1), + (77586,1733,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,300,255,1), + (77587,1734,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,300,255,1), + (77588,1732,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,300,255,1), + (77589,1735,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (77590,2040,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (77591,1733,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (77592,1734,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (77593,1732,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (77594,1735,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (77595,2040,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (77596,1733,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (77597,1734,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (77598,1732,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (77599,1735,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (77600,2040,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (77601,1733,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (77602,1734,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (77603,1732,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (77604,1735,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (77605,2040,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (77606,1733,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (77607,1734,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (77608,1732,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (77609,1735,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (77610,2040,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (77611,1733,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (77612,1734,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (77613,1732,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,300,255,1), + (77614,1735,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (77615,2040,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (77616,1733,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (77617,1734,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (77618,1732,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (77619,1735,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77620,2040,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77621,1733,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77622,1734,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77623,1732,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (77624,1735,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77625,2040,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77626,1733,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77627,1734,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77628,1732,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (77629,1735,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77630,2040,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77631,1733,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77632,1734,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77633,1732,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77634,1735,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,300,255,1), + (77635,2040,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,300,255,1), + (77636,1733,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,300,255,1), + (77637,1734,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,300,255,1), + (77638,1732,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,300,255,1), + (77639,1735,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (77640,2040,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (77641,1733,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (77642,1734,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (77643,1732,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (77644,1735,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (77645,2040,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (77646,1733,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (77647,1734,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (77648,1732,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (77649,1735,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,300,255,1), + (77650,2040,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,300,255,1), + (77651,1733,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,300,255,1), + (77652,1734,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,300,255,1), + (77653,1732,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,300,255,1), + (77654,1735,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (77655,2040,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (77656,1733,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (77657,1734,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (77658,1732,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (77659,1735,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77660,2040,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77661,1733,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77662,1734,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77663,1732,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77664,1735,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77665,2040,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77666,1733,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77667,1734,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77668,1732,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77669,1735,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,300,255,1), + (77670,2040,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,300,255,1), + (77671,1733,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,300,255,1), + (77672,1734,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,300,255,1), + (77673,1732,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,300,255,1), + (77674,1735,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77675,2040,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77676,1733,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77677,1734,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77678,1732,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (77679,1735,0,-13374,-373,23.485,0,0,0,0,1,300,300,255,1), + (77680,2040,0,-13374,-373,23.485,0,0,0,0,1,300,300,255,1), + (77681,1733,0,-13374,-373,23.485,0,0,0,0,1,300,300,255,1), + (77682,1734,0,-13374,-373,23.485,0,0,0,0,1,300,300,255,1), + (77683,1732,0,-13374,-373,23.485,0,0,0,0,1,300,300,255,1), + (77684,1735,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77685,2040,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77686,1733,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77687,1734,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77688,1732,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,300,255,1), + (77689,1735,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,300,255,1), + (77690,2040,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,300,255,1), + (77691,1733,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,300,255,1), + (77692,1734,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,300,255,1), + (77693,1732,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,300,255,1), + (77694,1735,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77695,2040,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77696,1733,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77697,1734,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77698,1732,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (77699,1735,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,300,255,1), + (77700,2040,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,300,255,1), + (77701,1733,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,300,255,1), + (77702,1734,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,300,255,1), + (77703,1732,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,300,255,1), + (77704,1735,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,300,255,1), + (77705,2040,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,300,255,1), + (77706,1733,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,300,255,1), + (77707,1734,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,300,255,1), + (77708,1732,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,300,255,1), + (77709,1735,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (77710,2040,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (77711,1733,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (77712,1734,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (77713,1732,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (77714,1735,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77715,2040,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77716,1733,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77717,1734,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77718,1732,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,300,255,1), + (77719,1735,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77720,2040,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77721,1733,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77722,1734,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77723,1732,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (77724,1735,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77725,2040,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77726,1733,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77727,1734,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77728,1732,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (77729,1735,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (77730,2040,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (77731,1733,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (77732,1734,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (77733,1732,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (77734,1735,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77735,2040,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77736,1733,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77737,1734,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77738,1732,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (77739,1735,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77740,2040,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77741,1733,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77742,1734,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77743,1732,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (77744,1735,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77745,2040,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77746,1733,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77747,1734,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77748,1732,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (77749,1735,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,300,255,1), + (77750,2040,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,300,255,1), + (77751,1733,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,300,255,1), + (77752,1734,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,300,255,1), + (77753,1732,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,300,255,1), + (77754,1735,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (77755,2040,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (77756,1733,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (77757,1734,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (77758,1732,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,300,255,1), + (77759,1735,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,300,255,1), + (77760,2040,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,300,255,1), + (77761,1734,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,300,255,1), + (77762,1733,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,300,255,1), + (77763,1735,0,-10178.6,-2644.38,37.9923,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (77764,2040,0,-10178.6,-2644.38,37.9923,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (77765,1734,0,-10178.6,-2644.38,37.9923,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (77766,1733,0,-10178.6,-2644.38,37.9923,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (77767,1735,0,-10642,-2634,47.873,4.67,0,0,0.721934,-0.691962,300,300,255,1), + (77768,2040,0,-10642,-2634,47.873,4.67,0,0,0.721934,-0.691962,300,300,255,1), + (77769,1734,0,-10642,-2634,47.873,4.67,0,0,0.721934,-0.691962,300,300,255,1), + (77770,1733,0,-10642,-2634,47.873,4.67,0,0,0.721934,-0.691962,300,300,255,1), + (77771,1735,0,-9725.86,-3878.2,27.4351,1.309,0,0,0.608763,0.793352,300,300,255,1), + (77772,2040,0,-9725.86,-3878.2,27.4351,1.309,0,0,0.608763,0.793352,300,300,255,1), + (77773,1734,0,-9725.86,-3878.2,27.4351,1.309,0,0,0.608763,0.793352,300,300,255,1), + (77774,1733,0,-9725.86,-3878.2,27.4351,1.309,0,0,0.608763,0.793352,300,300,255,1), + (77775,1735,0,-10970,-3697,11.96,4.312,0,0,0.8336,-0.552369,300,300,255,1), + (77776,2040,0,-10970,-3697,11.96,4.312,0,0,0.8336,-0.552369,300,300,255,1), + (77777,1734,0,-10970,-3697,11.96,4.312,0,0,0.8336,-0.552369,300,300,255,1), + (77778,1733,0,-10970,-3697,11.96,4.312,0,0,0.8336,-0.552369,300,300,255,1), + (77779,1735,0,-10085,-2388,31.472,1.572,0,0,0.707532,0.706681,300,300,255,1), + (77780,2040,0,-10085,-2388,31.472,1.572,0,0,0.707532,0.706681,300,300,255,1), + (77781,1734,0,-10085,-2388,31.472,1.572,0,0,0.707532,0.706681,300,300,255,1), + (77782,1733,0,-10085,-2388,31.472,1.572,0,0,0.707532,0.706681,300,300,255,1), + (77783,1735,0,-10437,-2487,30.104,1.792,0,0,0.780834,0.624738,300,300,255,1), + (77784,2040,0,-10437,-2487,30.104,1.792,0,0,0.780834,0.624738,300,300,255,1), + (77785,1734,0,-10437,-2487,30.104,1.792,0,0,0.780834,0.624738,300,300,255,1), + (77786,1733,0,-10437,-2487,30.104,1.792,0,0,0.780834,0.624738,300,300,255,1), + (77787,1735,0,-10146.2,-2564.31,29.1208,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (77788,2040,0,-10146.2,-2564.31,29.1208,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (77789,1734,0,-10146.2,-2564.31,29.1208,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (77790,1733,0,-10146.2,-2564.31,29.1208,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (77791,1735,0,-10539,-3820,-17,2.615,0,0,0.965537,0.260265,300,300,255,1), + (77792,2040,0,-10539,-3820,-17,2.615,0,0,0.965537,0.260265,300,300,255,1), + (77793,1734,0,-10539,-3820,-17,2.615,0,0,0.965537,0.260265,300,300,255,1), + (77794,1733,0,-10539,-3820,-17,2.615,0,0,0.965537,0.260265,300,300,255,1), + (77795,1735,0,-9774,-3710,25.594,1.5,0,0,0.681639,0.731689,300,300,255,1), + (77796,2040,0,-9774,-3710,25.594,1.5,0,0,0.681639,0.731689,300,300,255,1), + (77797,1734,0,-9774,-3710,25.594,1.5,0,0,0.681639,0.731689,300,300,255,1), + (77798,1733,0,-9774,-3710,25.594,1.5,0,0,0.681639,0.731689,300,300,255,1), + (77799,1735,0,-10509,-2669,49.748,0.438,0,0,0.217254,0.976115,300,300,255,1), + (77800,2040,0,-10509,-2669,49.748,0.438,0,0,0.217254,0.976115,300,300,255,1), + (77801,1734,0,-10509,-2669,49.748,0.438,0,0,0.217254,0.976115,300,300,255,1), + (77802,1733,0,-10509,-2669,49.748,0.438,0,0,0.217254,0.976115,300,300,255,1), + (77803,1735,0,-10619,-2942,62.757,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77804,2040,0,-10619,-2942,62.757,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77805,1734,0,-10619,-2942,62.757,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77806,1733,0,-10619,-2942,62.757,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77807,1735,0,-10618,-2796,34.456,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77808,2040,0,-10618,-2796,34.456,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77809,1734,0,-10618,-2796,34.456,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77810,1733,0,-10618,-2796,34.456,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77811,1735,0,-2985,-3151,56.667,1.239,0,0,0.580628,0.814169,300,300,255,1), + (77813,1734,0,-2985,-3151,56.667,1.239,0,0,0.580628,0.814169,300,300,255,1), + (77814,1733,0,-2985,-3151,56.667,1.239,0,0,0.580628,0.814169,300,300,255,1), + (77815,1735,0,-10187,-2410,37.819,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77816,2040,0,-10187,-2410,37.819,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77817,1734,0,-10187,-2410,37.819,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77818,1733,0,-10187,-2410,37.819,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77819,1735,0,-10617.8,-2858.78,43.9617,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (77820,2040,0,-10617.8,-2858.78,43.9617,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (77821,1734,0,-10617.8,-2858.78,43.9617,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (77822,1733,0,-10617.8,-2858.78,43.9617,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (77823,1735,0,-10849,-3753,42.01,2.058,0,0,0.856784,0.515676,300,300,255,1), + (77824,2040,0,-10849,-3753,42.01,2.058,0,0,0.856784,0.515676,300,300,255,1), + (77825,1734,0,-10849,-3753,42.01,2.058,0,0,0.856784,0.515676,300,300,255,1), + (77826,1733,0,-10849,-3753,42.01,2.058,0,0,0.856784,0.515676,300,300,255,1), + (77827,1735,0,-10122,-2632,48.319,4.91,0,0,0.633906,-0.77341,300,300,255,1), + (77828,2040,0,-10122,-2632,48.319,4.91,0,0,0.633906,-0.77341,300,300,255,1), + (77829,1734,0,-10122,-2632,48.319,4.91,0,0,0.633906,-0.77341,300,300,255,1), + (77830,1733,0,-10122,-2632,48.319,4.91,0,0,0.633906,-0.77341,300,300,255,1), + (77831,1735,0,-10051,-3117,35.363,4.718,0,0,0.70512,-0.709088,300,300,255,1), + (77832,2040,0,-10051,-3117,35.363,4.718,0,0,0.70512,-0.709088,300,300,255,1), + (77833,1734,0,-10051,-3117,35.363,4.718,0,0,0.70512,-0.709088,300,300,255,1), + (77834,1733,0,-10051,-3117,35.363,4.718,0,0,0.70512,-0.709088,300,300,255,1), + (77835,1735,0,-10497,-2479,31.545,1.087,0,0,0.517135,0.855904,300,300,255,1), + (77836,2040,0,-10497,-2479,31.545,1.087,0,0,0.517135,0.855904,300,300,255,1), + (77837,1734,0,-10497,-2479,31.545,1.087,0,0,0.517135,0.855904,300,300,255,1), + (77838,1733,0,-10497,-2479,31.545,1.087,0,0,0.517135,0.855904,300,300,255,1), + (77839,1735,0,-10933,-3746,23.738,3.529,0,0,0.981298,-0.192495,300,300,255,1), + (77840,2040,0,-10933,-3746,23.738,3.529,0,0,0.981298,-0.192495,300,300,255,1), + (77841,1734,0,-10933,-3746,23.738,3.529,0,0,0.981298,-0.192495,300,300,255,1), + (77842,1733,0,-10933,-3746,23.738,3.529,0,0,0.981298,-0.192495,300,300,255,1), + (77843,1735,0,-10806,-3740,25.639,1.694,0,0,0.749297,0.662234,300,300,255,1), + (77844,2040,0,-10806,-3740,25.639,1.694,0,0,0.749297,0.662234,300,300,255,1), + (77845,1734,0,-10806,-3740,25.639,1.694,0,0,0.749297,0.662234,300,300,255,1), + (77846,1733,0,-10806,-3740,25.639,1.694,0,0,0.749297,0.662234,300,300,255,1), + (77847,1735,0,-10580,-2645,45.27,5.612,0,0,0.329329,-0.944215,300,300,255,1), + (77848,2040,0,-10580,-2645,45.27,5.612,0,0,0.329329,-0.944215,300,300,255,1), + (77849,1734,0,-10580,-2645,45.27,5.612,0,0,0.329329,-0.944215,300,300,255,1), + (77850,1733,0,-10580,-2645,45.27,5.612,0,0,0.329329,-0.944215,300,300,255,1), + (77851,1735,0,-10620.5,-3549.61,36.4316,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (77852,2040,0,-10620.5,-3549.61,36.4316,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (77853,1734,0,-10620.5,-3549.61,36.4316,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (77854,1733,0,-10620.5,-3549.61,36.4316,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (77855,1735,0,-10403.8,-2357.67,86.7584,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (77856,2040,0,-10403.8,-2357.67,86.7584,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (77857,1734,0,-10403.8,-2357.67,86.7584,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (77858,1733,0,-10403.8,-2357.67,86.7584,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (77859,1735,0,-10586.1,-2915.29,36.383,2.72271,0,0,0.978147,0.207914,300,300,255,1), + (77860,2040,0,-10586.1,-2915.29,36.383,2.72271,0,0,0.978147,0.207914,300,300,255,1), + (77861,1734,0,-10586.1,-2915.29,36.383,2.72271,0,0,0.978147,0.207914,300,300,255,1), + (77862,1733,0,-10586.1,-2915.29,36.383,2.72271,0,0,0.978147,0.207914,300,300,255,1), + (77863,1735,0,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (77864,2040,0,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (77865,1734,0,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (77866,1733,0,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (77867,1735,0,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (77868,2040,0,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (77869,1734,0,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (77870,1733,0,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (77871,1735,0,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (77872,2040,0,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (77873,1734,0,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (77874,1733,0,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422617,300,300,255,1), + (77875,1735,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,300,255,1), + (77876,2040,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,300,255,1), + (77877,1734,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,300,255,1), + (77878,1733,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,300,255,1), + (77879,1735,0,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (77880,2040,0,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (77881,1734,0,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (77882,1733,0,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (77883,1735,0,-10284,-2882,28.171,3.142,0,0,1,-0.000203653,300,300,255,1), + (77884,2040,0,-10284,-2882,28.171,3.142,0,0,1,-0.000203653,300,300,255,1), + (77885,1734,0,-10284,-2882,28.171,3.142,0,0,1,-0.000203653,300,300,255,1), + (77886,1733,0,-10284,-2882,28.171,3.142,0,0,1,-0.000203653,300,300,255,1), + (77887,1735,0,-9830,-3696,26.761,4.832,0,0,0.663579,-0.748106,300,300,255,1), + (77888,2040,0,-9830,-3696,26.761,4.832,0,0,0.663579,-0.748106,300,300,255,1), + (77889,1734,0,-9830,-3696,26.761,4.832,0,0,0.663579,-0.748106,300,300,255,1), + (77890,1733,0,-9830,-3696,26.761,4.832,0,0,0.663579,-0.748106,300,300,255,1), + (77891,1735,0,-10708,-2539,29.028,5.49,0,0,0.386278,-0.922382,300,300,255,1), + (77892,2040,0,-10708,-2539,29.028,5.49,0,0,0.386278,-0.922382,300,300,255,1), + (77893,1734,0,-10708,-2539,29.028,5.49,0,0,0.386278,-0.922382,300,300,255,1), + (77894,1733,0,-10708,-2539,29.028,5.49,0,0,0.386278,-0.922382,300,300,255,1), + (77895,1735,0,-10491,-2694,37.722,0.376,0,0,0.186895,0.98238,300,300,255,1), + (77896,2040,0,-10491,-2694,37.722,0.376,0,0,0.186895,0.98238,300,300,255,1), + (77897,1734,0,-10491,-2694,37.722,0.376,0,0,0.186895,0.98238,300,300,255,1), + (77898,1733,0,-10491,-2694,37.722,0.376,0,0,0.186895,0.98238,300,300,255,1), + (77899,1735,0,-10094,-2337,27.091,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77900,2040,0,-10094,-2337,27.091,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77901,1734,0,-10094,-2337,27.091,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77902,1733,0,-10094,-2337,27.091,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77903,1735,0,-10572,-2707,27.33,1.918,0,0,0.818618,0.574339,300,300,255,1), + (77904,2040,0,-10572,-2707,27.33,1.918,0,0,0.818618,0.574339,300,300,255,1), + (77905,1734,0,-10572,-2707,27.33,1.918,0,0,0.818618,0.574339,300,300,255,1), + (77906,1733,0,-10572,-2707,27.33,1.918,0,0,0.818618,0.574339,300,300,255,1), + (77907,1735,0,-10840,-3733,23.904,1.694,0,0,0.749297,0.662234,300,300,255,1), + (77908,2040,0,-10840,-3733,23.904,1.694,0,0,0.749297,0.662234,300,300,255,1), + (77909,1734,0,-10840,-3733,23.904,1.694,0,0,0.749297,0.662234,300,300,255,1), + (77910,1733,0,-10840,-3733,23.904,1.694,0,0,0.749297,0.662234,300,300,255,1), + (77911,1735,0,-10537,-2633,23.737,2.411,0,0,0.934018,0.357226,300,300,255,1), + (77912,2040,0,-10537,-2633,23.737,2.411,0,0,0.934018,0.357226,300,300,255,1), + (77913,1734,0,-10537,-2633,23.737,2.411,0,0,0.934018,0.357226,300,300,255,1), + (77914,1733,0,-10537,-2633,23.737,2.411,0,0,0.934018,0.357226,300,300,255,1), + (77915,1735,0,-10505.2,-2628.19,26.3761,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77916,2040,0,-10505.2,-2628.19,26.3761,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77917,1734,0,-10505.2,-2628.19,26.3761,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77918,1733,0,-10505.2,-2628.19,26.3761,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (77919,1735,0,-10627,-2900,52.256,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77920,2040,0,-10627,-2900,52.256,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77921,1734,0,-10627,-2900,52.256,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77922,1733,0,-10627,-2900,52.256,1.752,0,0,0.768184,0.640229,300,300,255,1), + (77923,1735,0,-10244,-2529,33.985,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77924,1735,0,-10244,-2529,33.985,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77925,1734,0,-10244,-2529,33.985,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77926,1733,0,-10244,-2529,33.985,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77927,1735,0,-10203,-2671,53.714,3.525,0,0,0.981681,-0.190532,300,300,255,1), + (77928,2040,0,-10203,-2671,53.714,3.525,0,0,0.981681,-0.190532,300,300,255,1), + (77929,1734,0,-10203,-2671,53.714,3.525,0,0,0.981681,-0.190532,300,300,255,1), + (77930,1733,0,-10203,-2671,53.714,3.525,0,0,0.981681,-0.190532,300,300,255,1), + (77931,1735,0,-9932,-3578,30.402,4.668,0,0,0.722625,-0.69124,300,300,255,1), + (77932,2040,0,-9932,-3578,30.402,4.668,0,0,0.722625,-0.69124,300,300,255,1), + (77933,1734,0,-9932,-3578,30.402,4.668,0,0,0.722625,-0.69124,300,300,255,1), + (77934,1733,0,-9932,-3578,30.402,4.668,0,0,0.722625,-0.69124,300,300,255,1), + (77935,1735,0,-10629.5,-2461.66,38.145,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (77936,2040,0,-10629.5,-2461.66,38.145,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (77937,1734,0,-10629.5,-2461.66,38.145,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (77938,1733,0,-10629.5,-2461.66,38.145,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (77939,1735,0,-10587,-2915,35.958,2.723,0,0,0.978177,0.207772,300,300,255,1), + (77940,2040,0,-10587,-2915,35.958,2.723,0,0,0.978177,0.207772,300,300,255,1), + (77941,1734,0,-10587,-2915,35.958,2.723,0,0,0.978177,0.207772,300,300,255,1), + (77942,1733,0,-10587,-2915,35.958,2.723,0,0,0.978177,0.207772,300,300,255,1), + (77943,1735,0,-10942,-3778,58.414,1.232,0,0,0.577775,0.816196,300,300,255,1), + (77944,2040,0,-10942,-3778,58.414,1.232,0,0,0.577775,0.816196,300,300,255,1), + (77945,1734,0,-10942,-3778,58.414,1.232,0,0,0.577775,0.816196,300,300,255,1), + (77946,1733,0,-10942,-3778,58.414,1.232,0,0,0.577775,0.816196,300,300,255,1), + (77947,1735,0,-10123,-2378,29.975,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77948,2040,0,-10123,-2378,29.975,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77949,1734,0,-10123,-2378,29.975,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77950,1733,0,-10123,-2378,29.975,0.991,0,0,0.475472,0.879731,300,300,255,1), + (77951,1735,0,-10885,-3728,23.649,3.529,0,0,0.981298,-0.192495,300,300,255,1), + (77952,2040,0,-10885,-3728,23.649,3.529,0,0,0.981298,-0.192495,300,300,255,1), + (77953,1734,0,-10885,-3728,23.649,3.529,0,0,0.981298,-0.192495,300,300,255,1), + (77954,1733,0,-10885,-3728,23.649,3.529,0,0,0.981298,-0.192495,300,300,255,1), + (77955,1735,0,-10279,-2582,47.003,1.83,0,0,0.792563,0.609791,300,300,255,1), + (77956,2040,0,-10279,-2582,47.003,1.83,0,0,0.792563,0.609791,300,300,255,1), + (77957,1734,0,-10279,-2582,47.003,1.83,0,0,0.792563,0.609791,300,300,255,1), + (77958,1733,0,-10279,-2582,47.003,1.83,0,0,0.792563,0.609791,300,300,255,1), + (77959,1735,0,-10884,-3649,12.4,6.205,0,0,0.0390827,-0.999236,300,300,255,1), + (77960,2040,0,-10884,-3649,12.4,6.205,0,0,0.0390827,-0.999236,300,300,255,1), + (77961,1734,0,-10884,-3649,12.4,6.205,0,0,0.0390827,-0.999236,300,300,255,1), + (77962,1733,0,-10884,-3649,12.4,6.205,0,0,0.0390827,-0.999236,300,300,255,1), + (77963,1735,0,-10527,-2444,33.734,0.273,0,0,0.136077,0.990698,300,300,255,1), + (77964,2040,0,-10527,-2444,33.734,0.273,0,0,0.136077,0.990698,300,300,255,1), + (77965,1734,0,-10527,-2444,33.734,0.273,0,0,0.136077,0.990698,300,300,255,1), + (77966,1733,0,-10527,-2444,33.734,0.273,0,0,0.136077,0.990698,300,300,255,1), + (77967,1735,0,-10022,-3367,35.957,4.841,0,0,0.660206,-0.751085,300,300,255,1), + (77968,2040,0,-10022,-3367,35.957,4.841,0,0,0.660206,-0.751085,300,300,255,1), + (77969,1734,0,-10022,-3367,35.957,4.841,0,0,0.660206,-0.751085,300,300,255,1), + (77970,1733,0,-10022,-3367,35.957,4.841,0,0,0.660206,-0.751085,300,300,255,1), + (77971,1735,0,-10847,-3702,23.43,4.801,0,0,0.675094,-0.737731,300,300,255,1), + (77972,2040,0,-10847,-3702,23.43,4.801,0,0,0.675094,-0.737731,300,300,255,1), + (77973,1734,0,-10847,-3702,23.43,4.801,0,0,0.675094,-0.737731,300,300,255,1), + (77974,1733,0,-10847,-3702,23.43,4.801,0,0,0.675094,-0.737731,300,300,255,1), + (77975,1735,0,-10163,-2750,32.738,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (77976,2040,0,-10163,-2750,32.738,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (77977,1734,0,-10163,-2750,32.738,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (77978,1733,0,-10163,-2750,32.738,5.287,0,0,0.477751,-0.878495,300,300,255,1), + (77979,1735,0,-10107,-2350,27.018,3.602,0,0,0.97362,-0.228176,300,300,255,1), + (77980,2040,0,-10107,-2350,27.018,3.602,0,0,0.97362,-0.228176,300,300,255,1), + (77981,1734,0,-10107,-2350,27.018,3.602,0,0,0.97362,-0.228176,300,300,255,1), + (77982,1733,0,-10107,-2350,27.018,3.602,0,0,0.97362,-0.228176,300,300,255,1), + (77983,1735,0,-10639,-3490,36.408,1.515,0,0,0.687107,0.726556,300,300,255,1), + (77984,2040,0,-10639,-3490,36.408,1.515,0,0,0.687107,0.726556,300,300,255,1), + (77985,1734,0,-10639,-3490,36.408,1.515,0,0,0.687107,0.726556,300,300,255,1), + (77986,1733,0,-10639,-3490,36.408,1.515,0,0,0.687107,0.726556,300,300,255,1), + (77987,1735,0,-9759,-3738,35.457,5.822,0,0,0.228555,-0.973531,300,300,255,1), + (77988,2040,0,-9759,-3738,35.457,5.822,0,0,0.228555,-0.973531,300,300,255,1), + (77989,1734,0,-9759,-3738,35.457,5.822,0,0,0.228555,-0.973531,300,300,255,1), + (77990,1733,0,-9759,-3738,35.457,5.822,0,0,0.228555,-0.973531,300,300,255,1), + (77991,1735,0,-10951,-3707,26.407,2.165,0,0,0.883133,0.469122,300,300,255,1), + (77992,2040,0,-10951,-3707,26.407,2.165,0,0,0.883133,0.469122,300,300,255,1), + (77993,1734,0,-10951,-3707,26.407,2.165,0,0,0.883133,0.469122,300,300,255,1), + (77994,1733,0,-10951,-3707,26.407,2.165,0,0,0.883133,0.469122,300,300,255,1), + (77995,1735,0,-10640,-2772,54.189,4.004,0,0,0.908463,-0.417965,300,300,255,1), + (77996,2040,0,-10640,-2772,54.189,4.004,0,0,0.908463,-0.417965,300,300,255,1), + (77997,1734,0,-10640,-2772,54.189,4.004,0,0,0.908463,-0.417965,300,300,255,1), + (77998,1733,0,-10640,-2772,54.189,4.004,0,0,0.908463,-0.417965,300,300,255,1), + (77999,1735,0,-10622,-2636,54.681,2.816,0,0,0.986778,0.162078,300,300,255,1), + (78000,2040,0,-10622,-2636,54.681,2.816,0,0,0.986778,0.162078,300,300,255,1), + (78001,1734,0,-10622,-2636,54.681,2.816,0,0,0.986778,0.162078,300,300,255,1), + (78002,1733,0,-10622,-2636,54.681,2.816,0,0,0.986778,0.162078,300,300,255,1), + (78003,1735,0,-10722,-2533,29.331,2.763,0,0,0.982137,0.188168,300,300,255,1), + (78004,2040,0,-10722,-2533,29.331,2.763,0,0,0.982137,0.188168,300,300,255,1), + (78005,1734,0,-10722,-2533,29.331,2.763,0,0,0.982137,0.188168,300,300,255,1), + (78006,1733,0,-10722,-2533,29.331,2.763,0,0,0.982137,0.188168,300,300,255,1), + (78007,1735,0,-10375.5,-3730.17,-14.7175,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (78008,2040,0,-10375.5,-3730.17,-14.7175,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (78009,1734,0,-10375.5,-3730.17,-14.7175,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (78010,1733,0,-10375.5,-3730.17,-14.7175,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (78011,1735,0,-10023,-3277,33.206,5.735,0,0,0.270674,-0.962671,300,300,255,1), + (78012,2040,0,-10023,-3277,33.206,5.735,0,0,0.270674,-0.962671,300,300,255,1), + (78013,1734,0,-10023,-3277,33.206,5.735,0,0,0.270674,-0.962671,300,300,255,1), + (78014,1733,0,-10023,-3277,33.206,5.735,0,0,0.270674,-0.962671,300,300,255,1), + (78015,1735,0,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (78016,2040,0,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (78017,1734,0,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (78018,1733,0,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (78019,1735,0,-10307.9,-3859.91,-15.8641,0.663225,0,0,0.325568,0.945519,300,300,255,1), + (78020,2040,0,-10307.9,-3859.91,-15.8641,0.663225,0,0,0.325568,0.945519,300,300,255,1), + (78021,1734,0,-10307.9,-3859.91,-15.8641,0.663225,0,0,0.325568,0.945519,300,300,255,1), + (78022,1733,0,-10307.9,-3859.91,-15.8641,0.663225,0,0,0.325568,0.945519,300,300,255,1), + (78023,1735,0,-10622,-3657,22.766,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78024,2040,0,-10622,-3657,22.766,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78025,1734,0,-10622,-3657,22.766,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78026,1733,0,-10622,-3657,22.766,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78027,1735,0,-10531,-3550,22.692,3.002,0,0,0.997565,0.0697396,300,300,255,1), + (78028,2040,0,-10531,-3550,22.692,3.002,0,0,0.997565,0.0697396,300,300,255,1), + (78029,1734,0,-10531,-3550,22.692,3.002,0,0,0.997565,0.0697396,300,300,255,1), + (78030,1733,0,-10531,-3550,22.692,3.002,0,0,0.997565,0.0697396,300,300,255,1), + (78031,1735,0,-10068.9,-3040.34,33.9087,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (78032,2040,0,-10068.9,-3040.34,33.9087,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (78033,1734,0,-10068.9,-3040.34,33.9087,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (78034,1733,0,-10068.9,-3040.34,33.9087,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (78035,2040,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,300,255,1), + (78036,324,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,300,255,1), + (78037,1735,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,300,255,1), + (78038,1734,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,300,255,1), + (78039,2047,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,300,255,1), + (78040,1733,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,300,255,1), + (78041,2040,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (78042,324,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (78043,1735,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (78044,1734,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (78045,2047,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (78046,1733,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (78047,2040,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,300,255,1), + (78048,324,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,300,255,1), + (78049,1735,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,300,255,1), + (78050,1734,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,300,255,1), + (78051,2047,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,300,255,1), + (78052,1733,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,300,255,1), + (78053,2040,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,300,255,1), + (78054,324,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,300,255,1), + (78055,1735,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,300,255,1), + (78056,1734,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,300,255,1), + (78057,2047,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,300,255,1), + (78058,1733,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,300,255,1), + (78059,2040,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,300,255,1), + (78060,324,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,300,255,1), + (78061,1735,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,300,255,1), + (78062,1734,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,300,255,1), + (78063,2047,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,300,255,1), + (78064,1733,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,300,255,1), + (78065,2040,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,300,255,1), + (78066,324,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,300,255,1), + (78067,1735,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,300,255,1), + (78068,1734,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,300,255,1), + (78069,2047,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,300,255,1), + (78070,1733,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,300,255,1), + (78071,2040,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,300,255,1), + (78072,324,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,300,255,1), + (78073,1735,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,300,255,1), + (78074,1734,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,300,255,1), + (78075,2047,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,300,255,1), + (78076,1733,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,300,255,1), + (78077,2040,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,300,255,1), + (78078,324,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,300,255,1), + (78079,1735,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,300,255,1), + (78080,1734,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,300,255,1), + (78081,2047,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,300,255,1), + (78082,1733,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,300,255,1), + (78083,2040,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,300,255,1), + (78084,324,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,300,255,1), + (78085,1735,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,300,255,1), + (78086,1734,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,300,255,1), + (78087,2047,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,300,255,1), + (78088,1733,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,300,255,1), + (78089,2040,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78090,324,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78091,1735,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78092,1734,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78093,2047,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78094,1733,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78095,2040,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (78096,324,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (78097,1735,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (78098,1734,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (78099,2047,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (78100,1733,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (78101,2040,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,300,255,1), + (78102,324,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,300,255,1), + (78103,1735,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,300,255,1), + (78104,1734,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,300,255,1), + (78105,2047,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,300,255,1), + (78106,1733,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,300,255,1), + (78107,2040,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,300,255,1), + (78108,324,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,300,255,1), + (78109,1735,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,300,255,1), + (78110,1734,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,300,255,1), + (78111,2047,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,300,255,1), + (78112,1733,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,300,255,1), + (78113,2040,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,300,255,1), + (78114,324,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,300,255,1), + (78115,1735,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,300,255,1), + (78116,1734,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,300,255,1), + (78117,2047,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,300,255,1), + (78118,1733,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,300,255,1), + (78119,2040,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,300,255,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (76996,1733,0,511.705,1353.7,88.843,1.868,0,0,0.804005,0.594623,300,255,1), - (76997,1731,0,-766,1328.19,77.905,3.858,0,0,0.936528,-0.350592,300,255,1), - (76998,1732,0,-766,1328.19,77.905,3.858,0,0,0.936528,-0.350592,300,255,1), - (76999,1733,0,-766,1328.19,77.905,3.858,0,0,0.936528,-0.350592,300,255,1), - (77000,1731,0,1011.34,1184.54,56.9709,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (77001,1732,0,1011.34,1184.54,56.9709,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (77002,1733,0,1011.34,1184.54,56.9709,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (77003,1731,0,762.282,1271.56,69.5199,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (77004,1732,0,762.282,1271.56,69.5199,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (77005,1733,0,762.282,1271.56,69.5199,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (77006,1731,0,229.32,1514.23,153.349,2.077,0,0,0.861644,0.507513,300,255,1), - (77007,1732,0,229.32,1514.23,153.349,2.077,0,0,0.861644,0.507513,300,255,1), - (77008,1733,0,229.32,1514.23,153.349,2.077,0,0,0.861644,0.507513,300,255,1), - (77009,1731,0,1364.66,1138.66,81.29,3.329,0,0,0.995613,-0.0935666,300,255,1), - (77010,1732,0,1364.66,1138.66,81.29,3.329,0,0,0.995613,-0.0935666,300,255,1), - (77011,1733,0,1364.66,1138.66,81.29,3.329,0,0,0.995613,-0.0935666,300,255,1), - (77012,1731,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77013,1732,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77014,1733,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77015,1731,0,404.157,1015.15,108.756,0.418879,0,0,0.207912,0.978148,300,255,1), - (77016,1732,0,404.157,1015.15,108.756,0.418879,0,0,0.207912,0.978148,300,255,1), - (77017,1733,0,404.157,1015.15,108.756,0.418879,0,0,0.207912,0.978148,300,255,1), - (77018,1731,0,1003.41,96.0792,18.3702,1.309,0,0,0.608763,0.793352,300,255,1), - (77019,1732,0,1003.41,96.0792,18.3702,1.309,0,0,0.608763,0.793352,300,255,1), - (77020,1733,0,1003.41,96.0792,18.3702,1.309,0,0,0.608763,0.793352,300,255,1), - (77021,1731,0,-355.735,946.503,130.654,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (77022,1732,0,-355.735,946.503,130.654,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (77023,1733,0,-355.735,946.503,130.654,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (77024,1731,0,-330.949,975.041,131.184,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (77025,1732,0,-330.949,975.041,131.184,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (77026,1733,0,-330.949,975.041,131.184,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (77027,1731,0,-270.097,1766.84,-4.27097,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (77028,1732,0,-270.097,1766.84,-4.27097,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (77029,1733,0,-270.097,1766.84,-4.27097,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (77030,1731,0,402.048,1013.67,108.922,0.419,0,0,0.207971,0.978135,300,255,1), - (77031,1732,0,402.048,1013.67,108.922,0.419,0,0,0.207971,0.978135,300,255,1), - (77032,1733,0,402.048,1013.67,108.922,0.419,0,0,0.207971,0.978135,300,255,1), - (77033,1731,0,458.781,996.065,131.991,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (77034,1732,0,458.781,996.065,131.991,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (77035,1733,0,458.781,996.065,131.991,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (77036,1731,0,1216.14,718.324,19.585,1.72788,0,0,0.760407,0.649446,300,255,1), - (77037,1732,0,1216.14,718.324,19.585,1.72788,0,0,0.760407,0.649446,300,255,1), - (77038,1733,0,1216.14,718.324,19.585,1.72788,0,0,0.760407,0.649446,300,255,1), - (77039,1731,0,-597,896.095,99.877,-3,0,0,-0.997495,0.0707372,300,255,1), - (77040,1732,0,-597,896.095,99.877,-3,0,0,-0.997495,0.0707372,300,255,1), - (77041,1733,0,-597,896.095,99.877,-3,0,0,-0.997495,0.0707372,300,255,1), - (77042,1731,0,209.418,1682.83,164.493,0.20944,0,0,0.104529,0.994522,300,255,1), - (77043,1732,0,209.418,1682.83,164.493,0.20944,0,0,0.104529,0.994522,300,255,1), - (77044,1733,0,209.418,1682.83,164.493,0.20944,0,0,0.104529,0.994522,300,255,1), - (77045,1731,0,-320.98,1055.17,118.64,1.69297,0,0,0.748956,0.66262,300,255,1), - (77046,1732,0,-320.98,1055.17,118.64,1.69297,0,0,0.748956,0.66262,300,255,1), - (77047,1733,0,-320.98,1055.17,118.64,1.69297,0,0,0.748956,0.66262,300,255,1), - (77048,1731,0,-42,931.599,71.19,2.967,0,0,0.996192,0.0871855,300,255,1), - (77049,1732,0,-42,931.599,71.19,2.967,0,0,0.996192,0.0871855,300,255,1), - (77050,1733,0,-42,931.599,71.19,2.967,0,0,0.996192,0.0871855,300,255,1), - (77051,1731,0,486.859,773.352,47.7917,1.53589,0,0,0.694658,0.71934,300,255,1), - (77052,1732,0,486.859,773.352,47.7917,1.53589,0,0,0.694658,0.71934,300,255,1), - (77053,1733,0,486.859,773.352,47.7917,1.53589,0,0,0.694658,0.71934,300,255,1), - (77054,1731,0,76.749,1519.76,126.18,-3,0,0,-0.997495,0.0707372,300,255,1), - (77055,1732,0,76.749,1519.76,126.18,-3,0,0,-0.997495,0.0707372,300,255,1), - (77056,1733,0,76.749,1519.76,126.18,-3,0,0,-0.997495,0.0707372,300,255,1), - (77057,1731,0,1458.34,845.418,70.6578,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (77058,1732,0,1458.34,845.418,70.6578,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (77059,1733,0,1458.34,845.418,70.6578,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (77060,1731,0,727.299,1432.06,70.8502,-2.04204,0,0,-0.852641,0.522496,300,255,1), - (77061,1732,0,727.299,1432.06,70.8502,-2.04204,0,0,-0.852641,0.522496,300,255,1), - (77062,1733,0,727.299,1432.06,70.8502,-2.04204,0,0,-0.852641,0.522496,300,255,1), - (77063,1731,0,1296.94,1904.95,38.3237,2.67035,0,0,0.972369,0.233447,300,255,1), - (77064,1732,0,1296.94,1904.95,38.3237,2.67035,0,0,0.972369,0.233447,300,255,1), - (77065,1733,0,1296.94,1904.95,38.3237,2.67035,0,0,0.972369,0.233447,300,255,1), - (77066,1731,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77067,1732,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77068,1733,0,-446.868,957.278,100.316,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77069,1735,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (77070,2040,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (77071,1733,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (77072,1734,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (77073,1732,0,-11441.2,107.13,41.1716,-0.139626,0,0,-0.0697563,0.997564,300,255,1), - (77074,1735,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,255,1), - (77075,2040,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,255,1), - (77076,1733,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,255,1), - (77077,1734,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,255,1), - (77078,1732,0,-11761,-254.122,28.2692,0.767944,0,0,0.374606,0.927184,300,255,1), - (77079,1735,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,255,1), - (77080,2040,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,255,1), - (77081,1733,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,255,1), - (77082,1734,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,255,1), - (77083,1732,0,-11729.8,-681.524,36.0557,2.67035,0,0,0.972369,0.233447,300,255,1), - (77084,1735,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,255,1), - (77085,2040,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,255,1), - (77086,1733,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,255,1), - (77087,1734,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,255,1), - (77088,1732,0,-11524,-485,45.333,-2,0,0,-0.841471,0.540302,300,255,1), - (77089,1735,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,255,1), - (77090,2040,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,255,1), - (77091,1733,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,255,1), - (77092,1734,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,255,1), - (77093,1732,0,-11654.8,-549.555,29.7414,1.0472,0,0,0.500001,0.866025,300,255,1), - (77094,1735,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77095,2040,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77096,1733,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77097,1734,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77098,1732,0,-11501,-191.352,56.1841,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77099,1735,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,255,1), - (77100,2040,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,255,1), - (77101,1733,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,255,1), - (77102,1734,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,255,1), - (77103,1732,0,-11553.7,-919.246,70.8843,0.418879,0,0,0.207912,0.978148,300,255,1), - (77104,1735,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,255,1), - (77105,2040,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,255,1), - (77106,1733,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,255,1), - (77107,1734,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,255,1), - (77108,1732,0,-11410.6,-761.634,16.6565,1.97222,0,0,0.833885,0.551938,300,255,1), - (77109,1735,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,255,1), - (77110,2040,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,255,1), - (77111,1733,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,255,1), - (77112,1734,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,255,1), - (77113,1732,0,-14099,318.75,24.437,2.47837,0,0,0.945519,0.325567,300,255,1), - (77114,1735,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (77115,2040,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (77116,1733,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (77117,1734,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (77118,1732,0,-11490.4,276.76,22.9154,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (77119,1735,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77120,2040,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77121,1733,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77122,1734,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77123,1732,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77124,1735,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,255,1), - (77125,2040,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,255,1), - (77126,1733,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,255,1), - (77127,1734,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,255,1), - (77128,1732,0,-12366,-974,11.973,2.251,0,0,0.902483,0.430725,300,255,1), - (77129,1735,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,255,1), - (77130,2040,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,255,1), - (77131,1733,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,255,1), - (77132,1734,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,255,1), - (77133,1732,0,-11463,-93.0085,35.1165,0.925024,0,0,0.446198,0.894934,300,255,1), - (77134,1735,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,255,1), - (77135,2040,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,255,1), - (77136,1733,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,255,1), - (77137,1734,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,255,1), - (77138,1732,0,-11504,-964,29.134,4.416,0,0,0.803763,-0.59495,300,255,1), - (77139,1735,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,255,1), - (77140,2040,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,255,1), - (77141,1733,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,255,1), - (77142,1734,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,255,1), - (77143,1732,0,-12303,-1074,11.287,3.56,0,0,0.978197,-0.207681,300,255,1), - (77144,1735,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77145,2040,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77146,1733,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77147,1734,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77148,1732,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77149,1735,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,255,1), - (77150,2040,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,255,1), - (77151,1733,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,255,1), - (77152,1734,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,255,1), - (77153,1732,0,-14233,115.582,29.716,4.912,0,0,0.633132,-0.774044,300,255,1), - (77154,1735,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,255,1), - (77155,2040,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,255,1), - (77156,1733,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,255,1), - (77157,1734,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,255,1), - (77158,1732,0,-12210,-849,50.443,2.711,0,0,0.976913,0.213637,300,255,1), - (77159,1735,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77160,2040,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77161,1733,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77162,1734,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77163,1732,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77164,1735,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,255,1), - (77165,2040,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,255,1), - (77166,1733,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,255,1), - (77167,1734,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,255,1), - (77168,1732,0,-13004,-470,59.648,4.091,0,0,0.889428,-0.457075,300,255,1), - (77169,1735,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,255,1), - (77170,2040,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,255,1), - (77171,1733,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,255,1), - (77172,1734,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,255,1), - (77173,1732,0,-11500,-798,32.026,2.912,0,0,0.993418,0.114544,300,255,1), - (77174,1735,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,255,1), - (77175,2040,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,255,1), - (77176,1733,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,255,1), - (77177,1734,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,255,1), - (77178,1732,0,-13212,-595,4.642,4.88,0,0,0.645435,-0.763815,300,255,1), - (77179,1735,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,255,1), - (77180,2040,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,255,1), - (77181,1733,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,255,1), - (77182,1734,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,255,1), - (77183,1732,0,-12942,-488,55.012,3.686,0,0,0.963181,-0.268855,300,255,1), - (77184,1735,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,255,1), - (77185,2040,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,255,1), - (77186,1733,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,255,1), - (77187,1734,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,255,1), - (77188,1732,0,-13966,8.343,24.15,3.926,0,0,0.924069,-0.382226,300,255,1), - (77189,1735,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,255,1), - (77190,2040,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,255,1), - (77191,1733,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,255,1), - (77192,1734,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,255,1), - (77193,1732,0,-12808.4,-650.557,67.8432,1.64061,0,0,0.731354,0.681998,300,255,1), - (77194,1735,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77195,2040,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77196,1733,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77197,1734,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77198,1732,0,-11919.8,178.668,40.417,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77199,1735,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,255,1), - (77200,2040,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,255,1), - (77201,1733,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,255,1), - (77202,1734,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,255,1), - (77203,1732,0,-13153,-470,7.005,3.502,0,0,0.983807,-0.17923,300,255,1), - (77204,1735,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,255,1), - (77205,2040,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,255,1), - (77206,1733,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,255,1), - (77207,1734,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,255,1), - (77208,1732,0,-11777,-425,27.256,-1,0,0,-0.479426,0.877583,300,255,1), - (77209,1735,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,255,1), - (77210,2040,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,255,1), - (77211,1733,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,255,1), - (77212,1734,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,255,1), - (77213,1732,0,-12295,-629,20.384,1.777,0,0,0.776127,0.630577,300,255,1), - (77214,1735,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,255,1), - (77215,2040,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,255,1), - (77216,1733,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,255,1), - (77217,1734,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,255,1), - (77218,1732,0,-14660,-319,9.562,2.903,0,0,0.992893,0.119014,300,255,1), - (77219,1735,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,255,1), - (77220,2040,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,255,1), - (77221,1733,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,255,1), - (77222,1734,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,255,1), - (77223,1732,0,-13434,-295,28.521,1.789,0,0,0.779896,0.625909,300,255,1), - (77224,1735,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,255,1), - (77225,2040,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,255,1), - (77226,1733,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,255,1), - (77227,1734,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,255,1), - (77228,1732,0,-14048,413.522,48.55,1.378,0,0,0.635766,0.771882,300,255,1), - (77229,1735,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,255,1), - (77230,2040,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,255,1), - (77231,1733,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,255,1), - (77232,1734,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,255,1), - (77233,1732,0,-13085,-611,55.073,4.11,0,0,0.885046,-0.465504,300,255,1), - (77234,1735,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,255,1), - (77235,2040,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,255,1), - (77236,1733,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,255,1), - (77237,1734,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,255,1), - (77238,1732,0,-13143,-558,7.996,4.173,0,0,0.869946,-0.493147,300,255,1), - (77239,1735,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,255,1), - (77240,2040,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,255,1), - (77241,1733,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,255,1), - (77242,1734,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,255,1), - (77243,1732,0,-13760,-19,45.661,4.292,0,0,0.839082,-0.544006,300,255,1), - (77244,1735,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,255,1), - (77245,2040,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,255,1), - (77246,1733,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,255,1), - (77247,1734,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,255,1), - (77248,1732,0,-14654,542.358,6.198,5.807,0,0,0.235849,-0.97179,300,255,1), - (77249,1735,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,255,1), - (77250,2040,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,255,1), - (77251,1733,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,255,1), - (77252,1734,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,255,1), - (77253,1732,0,-12080,-880,63.016,0.571,0,0,0.281637,0.959521,300,255,1), - (77254,1735,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,255,1), - (77255,2040,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,255,1), - (77256,1733,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,255,1), - (77257,1734,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,255,1), - (77258,1732,0,-11423,271.453,6.757,1.589,0,0,0.713513,0.700642,300,255,1), - (77259,1735,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,255,1), - (77260,2040,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,255,1), - (77261,1733,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,255,1), - (77262,1734,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,255,1), - (77263,1732,0,-14500,208.142,2.653,1.382,0,0,0.637308,0.770609,300,255,1), - (77264,1735,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,255,1), - (77265,2040,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,255,1), - (77266,1733,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,255,1), - (77267,1734,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,255,1), - (77268,1732,0,-12314,-854,36.818,4.581,0,0,0.752001,-0.659162,300,255,1), - (77269,1735,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,255,1), - (77270,2040,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,255,1), - (77271,1733,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,255,1), - (77272,1734,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,255,1), - (77273,1732,0,-11487,-940,28.003,0.768,0,0,0.374632,0.927174,300,255,1), - (77274,1735,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,255,1), - (77275,2040,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,255,1), - (77276,1733,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,255,1), - (77277,1734,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,255,1), - (77278,1732,0,-11631,179.892,19.537,0.348,0,0,0.173123,0.9849,300,255,1), - (77279,1735,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,255,1), - (77280,2040,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,255,1), - (77281,1733,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,255,1), - (77282,1734,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,255,1), - (77283,1732,0,-14609,-240,27.321,3.853,0,0,0.937402,-0.34825,300,255,1), - (77284,1735,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,255,1), - (77285,2040,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,255,1), - (77286,1733,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,255,1), - (77287,1734,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,255,1), - (77288,1732,0,-12390,-1064,5.358,2.669,0,0,0.972212,0.234104,300,255,1), - (77289,1735,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,255,1), - (77290,2040,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,255,1), - (77291,1733,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,255,1), - (77292,1734,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,255,1), - (77293,1732,0,-11524,-858,68.26,5.135,0,0,0.543073,-0.839685,300,255,1), - (77294,1735,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,255,1), - (77295,2040,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,255,1), - (77296,1733,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,255,1), - (77297,1734,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,255,1), - (77298,1732,0,-11573,-374,45.444,5.846,0,0,0.216856,-0.976204,300,255,1), - (77299,1735,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,255,1), - (77300,2040,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,255,1), - (77301,1733,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,255,1), - (77302,1734,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,255,1), - (77303,1732,0,-13137,-466,50.208,3.191,0,0,0.999695,-0.0247012,300,255,1), - (77304,1735,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,255,1), - (77305,2040,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,255,1), - (77306,1733,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,255,1), - (77307,1734,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,255,1), - (77308,1732,0,-14018,494.446,13.939,6.041,0,0,0.120797,-0.992677,300,255,1), - (77309,1735,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,255,1), - (77310,2040,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,255,1), - (77311,1733,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,255,1), - (77312,1734,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,255,1), - (77313,1732,0,-11403,-825,10.154,0.19,0,0,0.0948572,0.995491,300,255,1), - (77314,1735,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,255,1), - (77315,2040,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,255,1), - (77316,1733,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,255,1), - (77317,1734,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,255,1), - (77318,1732,0,-11720,199.43,39.34,3.435,0,0,0.989258,-0.146178,300,255,1), - (77319,1735,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,255,1), - (77320,2040,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,255,1), - (77321,1733,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,255,1), - (77322,1734,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,255,1), - (77323,1732,0,-13334,-441,23.977,4.354,0,0,0.821817,-0.569752,300,255,1), - (77324,1735,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,255,1), - (77325,2040,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,255,1), - (77326,1733,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,255,1), - (77327,1734,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,255,1), - (77328,1732,0,-14125,359.422,62.915,2.434,0,0,0.938064,0.346461,300,255,1), - (77329,1735,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,255,1), - (77330,2040,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,255,1), - (77331,1733,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,255,1), - (77332,1734,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,255,1), - (77333,1732,0,-14154,344.849,55.34,2.799,0,0,0.985365,0.17046,300,255,1), - (77334,1735,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,255,1), - (77335,2040,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,255,1), - (77336,1733,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,255,1), - (77337,1734,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,255,1), - (77338,1732,0,-14051,86.261,15.269,4.472,0,0,0.786791,-0.617219,300,255,1), - (77339,1735,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,255,1), - (77340,2040,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,255,1), - (77341,1733,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,255,1), - (77342,1734,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,255,1), - (77343,1732,0,-13035,-711,60.907,3.403,0,0,0.99147,-0.130332,300,255,1), - (77344,1735,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,255,1), - (77345,2040,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,255,1), - (77346,1733,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,255,1), - (77347,1734,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,255,1), - (77348,1732,0,-13731,-26,45.102,5.878,0,0,0.20121,-0.979548,300,255,1), - (77349,1735,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,255,1), - (77350,2040,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,255,1), - (77351,1733,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,255,1), - (77352,1734,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,255,1), - (77353,1732,0,-13864,555.999,51.837,4.356,0,0,0.821247,-0.570573,300,255,1), - (77354,1735,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,255,1), - (77355,2040,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,255,1), - (77356,1733,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,255,1), - (77357,1734,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,255,1), - (77358,1732,0,-13504,632.235,28.123,3.572,0,0,0.976933,-0.213546,300,255,1), - (77359,1735,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,255,1), - (77360,2040,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,255,1), - (77361,1733,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,255,1), - (77362,1734,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,255,1), - (77363,1732,0,-13810,148.393,44.625,2.364,0,0,0.925366,0.379075,300,255,1), - (77364,1735,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,255,1), - (77365,2040,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,255,1), - (77366,1733,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,255,1), - (77367,1734,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,255,1), - (77368,1732,0,-13102,-357,59.173,4.53,0,0,0.768563,-0.639774,300,255,1), - (77369,1735,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77370,2040,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77371,1733,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77372,1734,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77373,1732,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77374,1735,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,255,1), - (77375,2040,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,255,1), - (77376,1733,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,255,1), - (77377,1734,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,255,1), - (77378,1732,0,-11490,275.913,22.235,-2,0,0,-0.841471,0.540302,300,255,1), - (77379,1735,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,255,1), - (77380,2040,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,255,1), - (77381,1733,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,255,1), - (77382,1734,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,255,1), - (77383,1732,0,-14000,1.181,40.834,3.923,0,0,0.924641,-0.380839,300,255,1), - (77384,1735,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,255,1), - (77385,2040,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,255,1), - (77386,1733,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,255,1), - (77387,1734,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,255,1), - (77388,1732,0,-13571,-141.395,49.1922,0.925024,0,0,0.446198,0.894934,300,255,1), - (77389,1735,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77390,2040,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77391,1733,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77392,1734,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77393,1732,0,-11777.7,-424.371,27.5906,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (77394,1735,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,255,1), - (77395,2040,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,255,1), - (77396,1733,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,255,1), - (77397,1734,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,255,1), - (77398,1732,0,-12034,-793.15,22.6295,-0.523599,0,0,-0.258819,0.965926,300,255,1), - (77399,1735,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,255,1), - (77400,2040,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,255,1), - (77401,1733,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,255,1), - (77402,1734,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,255,1), - (77403,1732,0,-12388.9,-834.667,50.8624,0,0,0,0,1,300,255,1), - (77404,1735,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,255,1), - (77405,2040,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,255,1), - (77406,1733,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,255,1), - (77407,1734,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,255,1), - (77408,1732,0,-11897.4,-726.011,23.0206,2.07694,0,0,0.861629,0.507539,300,255,1), - (77409,1735,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (77410,2040,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (77411,1733,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (77412,1734,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (77413,1732,0,-13269.9,-533.627,19.1031,-0.977384,0,0,-0.469471,0.882948,300,255,1), - (77414,1735,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77415,2040,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77416,1733,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77417,1734,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77418,1732,0,-12460.7,-964.676,50.3968,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77419,1735,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,255,1), - (77420,2040,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,255,1), - (77421,1733,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,255,1), - (77422,1734,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,255,1), - (77423,1732,0,-13521.4,646.87,10.4685,0.244346,0,0,0.121869,0.992546,300,255,1), - (77424,1735,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,255,1), - (77425,2040,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,255,1), - (77426,1733,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,255,1), - (77427,1734,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,255,1), - (77428,1732,0,-12376.7,-971.19,16.4219,1.97222,0,0,0.833885,0.551938,300,255,1), - (77429,1735,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77430,2040,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77431,1733,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77432,1734,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77433,1732,0,-11822.3,577.765,48.6223,0.90757,0,0,0.438371,0.898794,300,255,1), - (77434,1735,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (77435,2040,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (77436,1733,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (77437,1734,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (77438,1732,0,-12292.9,-1047.82,12.9357,-0.575959,0,0,-0.284016,0.95882,300,255,1), - (77439,1735,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (77440,2040,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (77441,1733,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (77442,1734,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (77443,1732,0,-13883.7,-134.777,14.5216,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (77444,1735,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,255,1), - (77445,2040,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,255,1), - (77446,1733,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,255,1), - (77447,1734,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,255,1), - (77448,1732,0,-12275.3,-626.938,33.5051,0.855211,0,0,0.414693,0.909961,300,255,1), - (77449,1735,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,255,1), - (77450,2040,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,255,1), - (77451,1733,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,255,1), - (77452,1734,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,255,1), - (77453,1732,0,-13031.8,-421.141,53.6756,0.837758,0,0,0.406737,0.913545,300,255,1), - (77454,1735,0,-12928,-435.196,31.8678,0,0,0,0,1,300,255,1), - (77455,2040,0,-12928,-435.196,31.8678,0,0,0,0,1,300,255,1), - (77456,1733,0,-12928,-435.196,31.8678,0,0,0,0,1,300,255,1), - (77457,1734,0,-12928,-435.196,31.8678,0,0,0,0,1,300,255,1), - (77458,1732,0,-12928,-435.196,31.8678,0,0,0,0,1,300,255,1), - (77459,1735,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,255,1), - (77460,2040,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,255,1), - (77461,1733,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,255,1), - (77462,1734,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,255,1), - (77463,1732,0,-12699.9,-291.701,27.9929,0.226893,0,0,0.113203,0.993572,300,255,1), - (77464,1735,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,255,1), - (77465,2040,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,255,1), - (77466,1733,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,255,1), - (77467,1734,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,255,1), - (77468,1732,0,-11697.4,173.533,18.175,1.65806,0,0,0.737276,0.675591,300,255,1), - (77469,1735,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,255,1), - (77470,2040,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,255,1), - (77471,1733,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,255,1), - (77472,1734,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,255,1), - (77473,1732,0,-12724.3,-1034.35,100.084,0.593412,0,0,0.292372,0.956305,300,255,1), - (77474,1735,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (77475,2040,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (77476,1733,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (77477,1734,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (77478,1732,0,-13905.1,-49.6861,35.3468,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (77479,1735,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,255,1), - (77480,2040,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,255,1), - (77481,1733,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,255,1), - (77482,1734,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,255,1), - (77483,1732,0,-13676.5,-60.0927,41.7262,2.53073,0,0,0.953717,0.300705,300,255,1), - (77484,1735,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77485,2040,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77486,1733,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77487,1734,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77488,1732,0,-11490.4,276.76,22.9154,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (77489,1735,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77490,2040,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77491,1733,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77492,1734,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77493,1732,0,-11820,348.702,42.1226,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77494,1735,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77495,2040,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77496,1733,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77497,1734,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77498,1732,0,-11922.4,306.106,20.0254,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (77499,1735,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,255,1), - (77500,2040,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,255,1), - (77501,1733,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,255,1), - (77502,1734,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,255,1), - (77503,1732,0,-13236,-482.551,6.44997,1.3439,0,0,0.622513,0.782609,300,255,1), - (77504,1735,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,255,1), - (77505,2040,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,255,1), - (77506,1733,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,255,1), - (77507,1734,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,255,1), - (77508,1732,0,-14099,318.334,24.489,2.478,0,0,0.945459,0.325742,300,255,1), - (77509,1735,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,255,1), - (77510,2040,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,255,1), - (77511,1733,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,255,1), - (77512,1734,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,255,1), - (77513,1732,0,-11754.6,223.55,21.0039,1.83259,0,0,0.793352,0.608764,300,255,1), - (77514,1735,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,255,1), - (77515,2040,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,255,1), - (77516,1733,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,255,1), - (77517,1734,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,255,1), - (77518,1732,0,-13138,-483,8.578,-3,0,0,-0.997495,0.0707372,300,255,1), - (77519,1735,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77520,2040,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77521,1733,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77522,1734,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77523,1732,0,-12906.5,387.039,53.7599,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (77524,1735,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (77525,2040,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (77526,1733,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (77527,1734,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (77528,1732,0,-13110.2,-323.97,21.008,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (77529,1735,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,255,1), - (77530,2040,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,255,1), - (77531,1733,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,255,1), - (77532,1734,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,255,1), - (77533,1732,0,-13806,76.387,36.275,-3,0,0,-0.997495,0.0707372,300,255,1), - (77534,1735,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,255,1), - (77535,2040,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,255,1), - (77536,1733,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,255,1), - (77537,1734,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,255,1), - (77538,1732,0,-11471,-952,28.418,0.768,0,0,0.374632,0.927174,300,255,1), - (77539,1735,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,255,1), - (77540,2040,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,255,1), - (77541,1733,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,255,1), - (77542,1734,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,255,1), - (77543,1732,0,-11574.7,221.633,22.9144,2.37365,0,0,0.927184,0.374606,300,255,1), - (77544,1735,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,255,1), - (77545,2040,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,255,1), - (77546,1733,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,255,1), - (77547,1734,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,255,1), - (77548,1732,0,-13570,-16,49.397,1.885,0,0,0.80903,0.587767,300,255,1), - (77549,1735,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,255,1), - (77550,2040,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,255,1), - (77551,1733,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,255,1), - (77552,1734,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,255,1), - (77553,1732,0,-12383,-832,48.167,2.443,0,0,0.939614,0.342237,300,255,1), - (77554,1735,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,255,1), - (77555,2040,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,255,1), - (77556,1733,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,255,1), - (77557,1734,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,255,1), - (77558,1732,0,-14071.1,126.637,23.9541,0.855211,0,0,0.414693,0.909961,300,255,1), - (77559,1735,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (77560,2040,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (77561,1733,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (77562,1734,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (77563,1732,0,-12741.6,-451.591,32.6192,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (77564,1735,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,255,1), - (77565,2040,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,255,1), - (77566,1733,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,255,1), - (77567,1734,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,255,1), - (77568,1732,0,-13420,290.553,45.682,0.801,0,0,0.389879,0.920866,300,255,1), - (77569,1735,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,255,1), - (77570,2040,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,255,1), - (77571,1733,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,255,1), - (77572,1734,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,255,1), - (77573,1732,0,-11508,-905,29.434,1.274,0,0,0.594786,0.803884,300,255,1), - (77574,1735,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77575,2040,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77576,1733,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77577,1734,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77578,1732,0,-12981.6,109.973,39.8969,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77579,1735,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77580,2040,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77581,1733,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77582,1734,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77583,1732,0,-11468.3,378.432,75.4524,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77584,1735,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,255,1), - (77585,2040,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,255,1), - (77586,1733,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,255,1), - (77587,1734,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,255,1), - (77588,1732,0,-11421,-775,14.876,1.972,0,0,0.833825,0.55203,300,255,1), - (77589,1735,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (77590,2040,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (77591,1733,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (77592,1734,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (77593,1732,0,-11681.5,317.656,43.8298,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (77594,1735,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,255,1), - (77595,2040,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,255,1), - (77596,1733,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,255,1), - (77597,1734,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,255,1), - (77598,1732,0,-13725.4,346.743,49.9747,0.523598,0,0,0.258819,0.965926,300,255,1), - (77599,1735,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,255,1), - (77600,2040,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,255,1), - (77601,1733,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,255,1), - (77602,1734,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,255,1), - (77603,1732,0,-13598.4,-379.535,11.0353,1.41372,0,0,0.649449,0.760405,300,255,1), - (77604,1735,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (77605,2040,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (77606,1733,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (77607,1734,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (77608,1732,0,-13582.2,-201.529,34.3294,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (77609,1735,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,255,1), - (77610,2040,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,255,1), - (77611,1733,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,255,1), - (77612,1734,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,255,1), - (77613,1732,0,-12796.9,-818.581,74.8231,2.65289,0,0,0.970294,0.241927,300,255,1), - (77614,1735,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (77615,2040,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (77616,1733,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (77617,1734,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (77618,1732,0,-13404.2,609.748,18.1996,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (77619,1735,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,255,1), - (77620,2040,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,255,1), - (77621,1733,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,255,1), - (77622,1734,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,255,1), - (77623,1732,0,-11804.5,-1008.84,79.7801,1.3439,0,0,0.622513,0.782609,300,255,1), - (77624,1735,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,255,1), - (77625,2040,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,255,1), - (77626,1733,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,255,1), - (77627,1734,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,255,1), - (77628,1732,0,-11521.3,-721.821,35.7958,2.47837,0,0,0.945519,0.325567,300,255,1), - (77629,1735,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,255,1), - (77630,2040,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,255,1), - (77631,1733,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,255,1), - (77632,1734,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,255,1), - (77633,1732,0,-12311,-1032,8.777,-1,0,0,-0.479426,0.877583,300,255,1), - (77634,1735,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,255,1), - (77635,2040,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,255,1), - (77636,1733,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,255,1), - (77637,1734,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,255,1), - (77638,1732,0,-12608,-960,92.901,2.025,0,0,0.848159,0.529742,300,255,1), - (77639,1735,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (77640,2040,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (77641,1733,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (77642,1734,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (77643,1732,0,-13214.3,-616.389,4.80742,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (77644,1735,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,255,1), - (77645,2040,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,255,1), - (77646,1733,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,255,1), - (77647,1734,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,255,1), - (77648,1732,0,-12788.7,222.431,18.9157,1.23918,0,0,0.580701,0.814117,300,255,1), - (77649,1735,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,255,1), - (77650,2040,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,255,1), - (77651,1733,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,255,1), - (77652,1734,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,255,1), - (77653,1732,0,-12340.3,-1087.51,91.6307,0,0,0,0,1,300,255,1), - (77654,1735,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (77655,2040,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (77656,1733,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (77657,1734,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (77658,1732,0,-14254.5,5.3367,7.66996,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (77659,1735,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77660,2040,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77661,1733,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77662,1734,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77663,1732,0,-13275.7,-155.402,21.6621,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77664,1735,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,255,1), - (77665,2040,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,255,1), - (77666,1733,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,255,1), - (77667,1734,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,255,1), - (77668,1732,0,-12977.2,-542.209,73.2442,1.27409,0,0,0.594823,0.803857,300,255,1), - (77669,1735,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,255,1), - (77670,2040,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,255,1), - (77671,1733,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,255,1), - (77672,1734,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,255,1), - (77673,1732,0,-14574.7,-239.4,12.7265,0,0,0,0,1,300,255,1), - (77674,1735,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77675,2040,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77676,1733,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77677,1734,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77678,1732,0,-12948.1,76.1396,43.8091,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (77679,1735,0,-13374,-373,23.485,0,0,0,0,1,300,255,1), - (77680,2040,0,-13374,-373,23.485,0,0,0,0,1,300,255,1), - (77681,1733,0,-13374,-373,23.485,0,0,0,0,1,300,255,1), - (77682,1734,0,-13374,-373,23.485,0,0,0,0,1,300,255,1), - (77683,1732,0,-13374,-373,23.485,0,0,0,0,1,300,255,1), - (77684,1735,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,255,1), - (77685,2040,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,255,1), - (77686,1733,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,255,1), - (77687,1734,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,255,1), - (77688,1732,0,-14360,152.181,13.584,-1,0,0,-0.479426,0.877583,300,255,1), - (77689,1735,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,255,1), - (77690,2040,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,255,1), - (77691,1733,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,255,1), - (77692,1734,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,255,1), - (77693,1732,0,-12851,268.715,19.054,1.693,0,0,0.748966,0.662609,300,255,1), - (77694,1735,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,255,1), - (77695,2040,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,255,1), - (77696,1733,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,255,1), - (77697,1734,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,255,1), - (77698,1732,0,-13832.3,530.211,58.0751,2.67035,0,0,0.972369,0.233447,300,255,1), - (77699,1735,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,255,1), - (77700,2040,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,255,1), - (77701,1733,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,255,1), - (77702,1734,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,255,1), - (77703,1732,0,-11346,-962,33.115,0.925,0,0,0.446187,0.89494,300,255,1), - (77704,1735,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,255,1), - (77705,2040,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,255,1), - (77706,1733,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,255,1), - (77707,1734,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,255,1), - (77708,1732,0,-12931,317.826,23.787,0.314,0,0,0.156356,0.987701,300,255,1), - (77709,1735,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (77710,2040,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (77711,1733,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (77712,1734,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (77713,1732,0,-13271.5,-311.882,25.4076,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (77714,1735,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,255,1), - (77715,2040,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,255,1), - (77716,1733,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,255,1), - (77717,1734,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,255,1), - (77718,1732,0,-13197,-456,8.163,-2,0,0,-0.841471,0.540302,300,255,1), - (77719,1735,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (77720,2040,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (77721,1733,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (77722,1734,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (77723,1732,0,-13796.6,610.099,43.7884,1.0472,0,0,0.500001,0.866025,300,255,1), - (77724,1735,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77725,2040,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77726,1733,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77727,1734,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77728,1732,0,-12365.8,-1119.57,3.82046,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (77729,1735,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (77730,2040,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (77731,1733,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (77732,1734,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (77733,1732,0,-14577.6,-241.361,16.7222,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (77734,1735,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77735,2040,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77736,1733,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77737,1734,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77738,1732,0,-13231.2,-540.242,7.93169,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (77739,1735,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77740,2040,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77741,1733,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77742,1734,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77743,1732,0,-13292.1,-224.057,20.6276,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (77744,1735,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77745,2040,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77746,1733,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77747,1734,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77748,1732,0,-11337.8,-994.749,31.2969,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (77749,1735,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,255,1), - (77750,2040,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,255,1), - (77751,1733,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,255,1), - (77752,1734,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,255,1), - (77753,1732,0,-12369,-1068,3.434,0.419,0,0,0.207971,0.978135,300,255,1), - (77754,1735,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (77755,2040,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (77756,1733,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (77757,1734,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (77758,1732,0,-13090.9,-751.573,85.1796,-2.6529,0,0,-0.970296,0.241922,300,255,1), - (77759,1735,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,255,1), - (77760,2040,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,255,1), - (77761,1734,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,255,1), - (77762,1733,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,255,1), - (77763,1735,0,-10178.6,-2644.38,37.9923,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (77764,2040,0,-10178.6,-2644.38,37.9923,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (77765,1734,0,-10178.6,-2644.38,37.9923,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (77766,1733,0,-10178.6,-2644.38,37.9923,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (77767,1735,0,-10642,-2634,47.873,4.67,0,0,0.721934,-0.691962,300,255,1), - (77768,2040,0,-10642,-2634,47.873,4.67,0,0,0.721934,-0.691962,300,255,1), - (77769,1734,0,-10642,-2634,47.873,4.67,0,0,0.721934,-0.691962,300,255,1), - (77770,1733,0,-10642,-2634,47.873,4.67,0,0,0.721934,-0.691962,300,255,1), - (77771,1735,0,-9725.86,-3878.2,27.4351,1.309,0,0,0.608763,0.793352,300,255,1), - (77772,2040,0,-9725.86,-3878.2,27.4351,1.309,0,0,0.608763,0.793352,300,255,1), - (77773,1734,0,-9725.86,-3878.2,27.4351,1.309,0,0,0.608763,0.793352,300,255,1), - (77774,1733,0,-9725.86,-3878.2,27.4351,1.309,0,0,0.608763,0.793352,300,255,1), - (77775,1735,0,-10970,-3697,11.96,4.312,0,0,0.8336,-0.552369,300,255,1), - (77776,2040,0,-10970,-3697,11.96,4.312,0,0,0.8336,-0.552369,300,255,1), - (77777,1734,0,-10970,-3697,11.96,4.312,0,0,0.8336,-0.552369,300,255,1), - (77778,1733,0,-10970,-3697,11.96,4.312,0,0,0.8336,-0.552369,300,255,1), - (77779,1735,0,-10085,-2388,31.472,1.572,0,0,0.707532,0.706681,300,255,1), - (77780,2040,0,-10085,-2388,31.472,1.572,0,0,0.707532,0.706681,300,255,1), - (77781,1734,0,-10085,-2388,31.472,1.572,0,0,0.707532,0.706681,300,255,1), - (77782,1733,0,-10085,-2388,31.472,1.572,0,0,0.707532,0.706681,300,255,1), - (77783,1735,0,-10437,-2487,30.104,1.792,0,0,0.780834,0.624738,300,255,1), - (77784,2040,0,-10437,-2487,30.104,1.792,0,0,0.780834,0.624738,300,255,1), - (77785,1734,0,-10437,-2487,30.104,1.792,0,0,0.780834,0.624738,300,255,1), - (77786,1733,0,-10437,-2487,30.104,1.792,0,0,0.780834,0.624738,300,255,1), - (77787,1735,0,-10146.2,-2564.31,29.1208,0.349065,0,0,0.173648,0.984808,300,255,1), - (77788,2040,0,-10146.2,-2564.31,29.1208,0.349065,0,0,0.173648,0.984808,300,255,1), - (77789,1734,0,-10146.2,-2564.31,29.1208,0.349065,0,0,0.173648,0.984808,300,255,1), - (77790,1733,0,-10146.2,-2564.31,29.1208,0.349065,0,0,0.173648,0.984808,300,255,1), - (77791,1735,0,-10539,-3820,-17,2.615,0,0,0.965537,0.260265,300,255,1), - (77792,2040,0,-10539,-3820,-17,2.615,0,0,0.965537,0.260265,300,255,1), - (77793,1734,0,-10539,-3820,-17,2.615,0,0,0.965537,0.260265,300,255,1), - (77794,1733,0,-10539,-3820,-17,2.615,0,0,0.965537,0.260265,300,255,1), - (77795,1735,0,-9774,-3710,25.594,1.5,0,0,0.681639,0.731689,300,255,1), - (77796,2040,0,-9774,-3710,25.594,1.5,0,0,0.681639,0.731689,300,255,1), - (77797,1734,0,-9774,-3710,25.594,1.5,0,0,0.681639,0.731689,300,255,1), - (77798,1733,0,-9774,-3710,25.594,1.5,0,0,0.681639,0.731689,300,255,1), - (77799,1735,0,-10509,-2669,49.748,0.438,0,0,0.217254,0.976115,300,255,1), - (77800,2040,0,-10509,-2669,49.748,0.438,0,0,0.217254,0.976115,300,255,1), - (77801,1734,0,-10509,-2669,49.748,0.438,0,0,0.217254,0.976115,300,255,1), - (77802,1733,0,-10509,-2669,49.748,0.438,0,0,0.217254,0.976115,300,255,1), - (77803,1735,0,-10619,-2942,62.757,1.752,0,0,0.768184,0.640229,300,255,1), - (77804,2040,0,-10619,-2942,62.757,1.752,0,0,0.768184,0.640229,300,255,1), - (77805,1734,0,-10619,-2942,62.757,1.752,0,0,0.768184,0.640229,300,255,1), - (77806,1733,0,-10619,-2942,62.757,1.752,0,0,0.768184,0.640229,300,255,1), - (77807,1735,0,-10618,-2796,34.456,1.752,0,0,0.768184,0.640229,300,255,1), - (77808,2040,0,-10618,-2796,34.456,1.752,0,0,0.768184,0.640229,300,255,1), - (77809,1734,0,-10618,-2796,34.456,1.752,0,0,0.768184,0.640229,300,255,1), - (77810,1733,0,-10618,-2796,34.456,1.752,0,0,0.768184,0.640229,300,255,1), - (77811,1735,0,-2985,-3151,56.667,1.239,0,0,0.580628,0.814169,300,255,1), - (77813,1734,0,-2985,-3151,56.667,1.239,0,0,0.580628,0.814169,300,255,1), - (77814,1733,0,-2985,-3151,56.667,1.239,0,0,0.580628,0.814169,300,255,1), - (77815,1735,0,-10187,-2410,37.819,0.991,0,0,0.475472,0.879731,300,255,1), - (77816,2040,0,-10187,-2410,37.819,0.991,0,0,0.475472,0.879731,300,255,1), - (77817,1734,0,-10187,-2410,37.819,0.991,0,0,0.475472,0.879731,300,255,1), - (77818,1733,0,-10187,-2410,37.819,0.991,0,0,0.475472,0.879731,300,255,1), - (77819,1735,0,-10617.8,-2858.78,43.9617,0.191985,0,0,0.0958451,0.995396,300,255,1), - (77820,2040,0,-10617.8,-2858.78,43.9617,0.191985,0,0,0.0958451,0.995396,300,255,1), - (77821,1734,0,-10617.8,-2858.78,43.9617,0.191985,0,0,0.0958451,0.995396,300,255,1), - (77822,1733,0,-10617.8,-2858.78,43.9617,0.191985,0,0,0.0958451,0.995396,300,255,1), - (77823,1735,0,-10849,-3753,42.01,2.058,0,0,0.856784,0.515676,300,255,1), - (77824,2040,0,-10849,-3753,42.01,2.058,0,0,0.856784,0.515676,300,255,1), - (77825,1734,0,-10849,-3753,42.01,2.058,0,0,0.856784,0.515676,300,255,1), - (77826,1733,0,-10849,-3753,42.01,2.058,0,0,0.856784,0.515676,300,255,1), - (77827,1735,0,-10122,-2632,48.319,4.91,0,0,0.633906,-0.77341,300,255,1), - (77828,2040,0,-10122,-2632,48.319,4.91,0,0,0.633906,-0.77341,300,255,1), - (77829,1734,0,-10122,-2632,48.319,4.91,0,0,0.633906,-0.77341,300,255,1), - (77830,1733,0,-10122,-2632,48.319,4.91,0,0,0.633906,-0.77341,300,255,1), - (77831,1735,0,-10051,-3117,35.363,4.718,0,0,0.70512,-0.709088,300,255,1), - (77832,2040,0,-10051,-3117,35.363,4.718,0,0,0.70512,-0.709088,300,255,1), - (77833,1734,0,-10051,-3117,35.363,4.718,0,0,0.70512,-0.709088,300,255,1), - (77834,1733,0,-10051,-3117,35.363,4.718,0,0,0.70512,-0.709088,300,255,1), - (77835,1735,0,-10497,-2479,31.545,1.087,0,0,0.517135,0.855904,300,255,1), - (77836,2040,0,-10497,-2479,31.545,1.087,0,0,0.517135,0.855904,300,255,1), - (77837,1734,0,-10497,-2479,31.545,1.087,0,0,0.517135,0.855904,300,255,1), - (77838,1733,0,-10497,-2479,31.545,1.087,0,0,0.517135,0.855904,300,255,1), - (77839,1735,0,-10933,-3746,23.738,3.529,0,0,0.981298,-0.192495,300,255,1), - (77840,2040,0,-10933,-3746,23.738,3.529,0,0,0.981298,-0.192495,300,255,1), - (77841,1734,0,-10933,-3746,23.738,3.529,0,0,0.981298,-0.192495,300,255,1), - (77842,1733,0,-10933,-3746,23.738,3.529,0,0,0.981298,-0.192495,300,255,1), - (77843,1735,0,-10806,-3740,25.639,1.694,0,0,0.749297,0.662234,300,255,1), - (77844,2040,0,-10806,-3740,25.639,1.694,0,0,0.749297,0.662234,300,255,1), - (77845,1734,0,-10806,-3740,25.639,1.694,0,0,0.749297,0.662234,300,255,1), - (77846,1733,0,-10806,-3740,25.639,1.694,0,0,0.749297,0.662234,300,255,1), - (77847,1735,0,-10580,-2645,45.27,5.612,0,0,0.329329,-0.944215,300,255,1), - (77848,2040,0,-10580,-2645,45.27,5.612,0,0,0.329329,-0.944215,300,255,1), - (77849,1734,0,-10580,-2645,45.27,5.612,0,0,0.329329,-0.944215,300,255,1), - (77850,1733,0,-10580,-2645,45.27,5.612,0,0,0.329329,-0.944215,300,255,1), - (77851,1735,0,-10620.5,-3549.61,36.4316,1.58825,0,0,0.713251,0.700909,300,255,1), - (77852,2040,0,-10620.5,-3549.61,36.4316,1.58825,0,0,0.713251,0.700909,300,255,1), - (77853,1734,0,-10620.5,-3549.61,36.4316,1.58825,0,0,0.713251,0.700909,300,255,1), - (77854,1733,0,-10620.5,-3549.61,36.4316,1.58825,0,0,0.713251,0.700909,300,255,1), - (77855,1735,0,-10403.8,-2357.67,86.7584,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (77856,2040,0,-10403.8,-2357.67,86.7584,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (77857,1734,0,-10403.8,-2357.67,86.7584,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (77858,1733,0,-10403.8,-2357.67,86.7584,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (77859,1735,0,-10586.1,-2915.29,36.383,2.72271,0,0,0.978147,0.207914,300,255,1), - (77860,2040,0,-10586.1,-2915.29,36.383,2.72271,0,0,0.978147,0.207914,300,255,1), - (77861,1734,0,-10586.1,-2915.29,36.383,2.72271,0,0,0.978147,0.207914,300,255,1), - (77862,1733,0,-10586.1,-2915.29,36.383,2.72271,0,0,0.978147,0.207914,300,255,1), - (77863,1735,0,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,300,255,1), - (77864,2040,0,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,300,255,1), - (77865,1734,0,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,300,255,1), - (77866,1733,0,-10741.7,-3701.58,31.7551,1.48353,0,0,0.67559,0.737277,300,255,1), - (77867,1735,0,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147808,300,255,1), - (77868,2040,0,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147808,300,255,1), - (77869,1734,0,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147808,300,255,1), - (77870,1733,0,-10065.4,-2527.96,35.8057,2.84489,0,0,0.989016,0.147808,300,255,1), - (77871,1735,0,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422617,300,255,1), - (77872,2040,0,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422617,300,255,1), - (77873,1734,0,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422617,300,255,1), - (77874,1733,0,-10941.2,-3749.18,23.9074,2.26893,0,0,0.906308,0.422617,300,255,1), - (77875,1735,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,255,1), - (77876,2040,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,255,1), - (77877,1734,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,255,1), - (77878,1733,0,-10617.8,-2858.78,43.9617,0.191986,0,0,0.0958456,0.995396,300,255,1), - (77879,1735,0,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,300,255,1), - (77880,2040,0,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,300,255,1), - (77881,1734,0,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,300,255,1), - (77882,1733,0,-10500.4,-2716.17,31.9642,0.645772,0,0,0.317305,0.948324,300,255,1), - (77883,1735,0,-10284,-2882,28.171,3.142,0,0,1,-0.000203653,300,255,1), - (77884,2040,0,-10284,-2882,28.171,3.142,0,0,1,-0.000203653,300,255,1), - (77885,1734,0,-10284,-2882,28.171,3.142,0,0,1,-0.000203653,300,255,1), - (77886,1733,0,-10284,-2882,28.171,3.142,0,0,1,-0.000203653,300,255,1), - (77887,1735,0,-9830,-3696,26.761,4.832,0,0,0.663579,-0.748106,300,255,1), - (77888,2040,0,-9830,-3696,26.761,4.832,0,0,0.663579,-0.748106,300,255,1), - (77889,1734,0,-9830,-3696,26.761,4.832,0,0,0.663579,-0.748106,300,255,1), - (77890,1733,0,-9830,-3696,26.761,4.832,0,0,0.663579,-0.748106,300,255,1), - (77891,1735,0,-10708,-2539,29.028,5.49,0,0,0.386278,-0.922382,300,255,1), - (77892,2040,0,-10708,-2539,29.028,5.49,0,0,0.386278,-0.922382,300,255,1), - (77893,1734,0,-10708,-2539,29.028,5.49,0,0,0.386278,-0.922382,300,255,1), - (77894,1733,0,-10708,-2539,29.028,5.49,0,0,0.386278,-0.922382,300,255,1), - (77895,1735,0,-10491,-2694,37.722,0.376,0,0,0.186895,0.98238,300,255,1), - (77896,2040,0,-10491,-2694,37.722,0.376,0,0,0.186895,0.98238,300,255,1), - (77897,1734,0,-10491,-2694,37.722,0.376,0,0,0.186895,0.98238,300,255,1), - (77898,1733,0,-10491,-2694,37.722,0.376,0,0,0.186895,0.98238,300,255,1), - (77899,1735,0,-10094,-2337,27.091,0.991,0,0,0.475472,0.879731,300,255,1), - (77900,2040,0,-10094,-2337,27.091,0.991,0,0,0.475472,0.879731,300,255,1), - (77901,1734,0,-10094,-2337,27.091,0.991,0,0,0.475472,0.879731,300,255,1), - (77902,1733,0,-10094,-2337,27.091,0.991,0,0,0.475472,0.879731,300,255,1), - (77903,1735,0,-10572,-2707,27.33,1.918,0,0,0.818618,0.574339,300,255,1), - (77904,2040,0,-10572,-2707,27.33,1.918,0,0,0.818618,0.574339,300,255,1), - (77905,1734,0,-10572,-2707,27.33,1.918,0,0,0.818618,0.574339,300,255,1), - (77906,1733,0,-10572,-2707,27.33,1.918,0,0,0.818618,0.574339,300,255,1), - (77907,1735,0,-10840,-3733,23.904,1.694,0,0,0.749297,0.662234,300,255,1), - (77908,2040,0,-10840,-3733,23.904,1.694,0,0,0.749297,0.662234,300,255,1), - (77909,1734,0,-10840,-3733,23.904,1.694,0,0,0.749297,0.662234,300,255,1), - (77910,1733,0,-10840,-3733,23.904,1.694,0,0,0.749297,0.662234,300,255,1), - (77911,1735,0,-10537,-2633,23.737,2.411,0,0,0.934018,0.357226,300,255,1), - (77912,2040,0,-10537,-2633,23.737,2.411,0,0,0.934018,0.357226,300,255,1), - (77913,1734,0,-10537,-2633,23.737,2.411,0,0,0.934018,0.357226,300,255,1), - (77914,1733,0,-10537,-2633,23.737,2.411,0,0,0.934018,0.357226,300,255,1), - (77915,1735,0,-10505.2,-2628.19,26.3761,1.27409,0,0,0.594823,0.803857,300,255,1), - (77916,2040,0,-10505.2,-2628.19,26.3761,1.27409,0,0,0.594823,0.803857,300,255,1), - (77917,1734,0,-10505.2,-2628.19,26.3761,1.27409,0,0,0.594823,0.803857,300,255,1), - (77918,1733,0,-10505.2,-2628.19,26.3761,1.27409,0,0,0.594823,0.803857,300,255,1), - (77919,1735,0,-10627,-2900,52.256,1.752,0,0,0.768184,0.640229,300,255,1), - (77920,2040,0,-10627,-2900,52.256,1.752,0,0,0.768184,0.640229,300,255,1), - (77921,1734,0,-10627,-2900,52.256,1.752,0,0,0.768184,0.640229,300,255,1), - (77922,1733,0,-10627,-2900,52.256,1.752,0,0,0.768184,0.640229,300,255,1), - (77923,1735,0,-10244,-2529,33.985,0.991,0,0,0.475472,0.879731,300,255,1), - (77924,1735,0,-10244,-2529,33.985,0.991,0,0,0.475472,0.879731,300,255,1), - (77925,1734,0,-10244,-2529,33.985,0.991,0,0,0.475472,0.879731,300,255,1), - (77926,1733,0,-10244,-2529,33.985,0.991,0,0,0.475472,0.879731,300,255,1), - (77927,1735,0,-10203,-2671,53.714,3.525,0,0,0.981681,-0.190532,300,255,1), - (77928,2040,0,-10203,-2671,53.714,3.525,0,0,0.981681,-0.190532,300,255,1), - (77929,1734,0,-10203,-2671,53.714,3.525,0,0,0.981681,-0.190532,300,255,1), - (77930,1733,0,-10203,-2671,53.714,3.525,0,0,0.981681,-0.190532,300,255,1), - (77931,1735,0,-9932,-3578,30.402,4.668,0,0,0.722625,-0.69124,300,255,1), - (77932,2040,0,-9932,-3578,30.402,4.668,0,0,0.722625,-0.69124,300,255,1), - (77933,1734,0,-9932,-3578,30.402,4.668,0,0,0.722625,-0.69124,300,255,1), - (77934,1733,0,-9932,-3578,30.402,4.668,0,0,0.722625,-0.69124,300,255,1), - (77935,1735,0,-10629.5,-2461.66,38.145,1.6057,0,0,0.719339,0.694659,300,255,1), - (77936,2040,0,-10629.5,-2461.66,38.145,1.6057,0,0,0.719339,0.694659,300,255,1), - (77937,1734,0,-10629.5,-2461.66,38.145,1.6057,0,0,0.719339,0.694659,300,255,1), - (77938,1733,0,-10629.5,-2461.66,38.145,1.6057,0,0,0.719339,0.694659,300,255,1), - (77939,1735,0,-10587,-2915,35.958,2.723,0,0,0.978177,0.207772,300,255,1), - (77940,2040,0,-10587,-2915,35.958,2.723,0,0,0.978177,0.207772,300,255,1), - (77941,1734,0,-10587,-2915,35.958,2.723,0,0,0.978177,0.207772,300,255,1), - (77942,1733,0,-10587,-2915,35.958,2.723,0,0,0.978177,0.207772,300,255,1), - (77943,1735,0,-10942,-3778,58.414,1.232,0,0,0.577775,0.816196,300,255,1), - (77944,2040,0,-10942,-3778,58.414,1.232,0,0,0.577775,0.816196,300,255,1), - (77945,1734,0,-10942,-3778,58.414,1.232,0,0,0.577775,0.816196,300,255,1), - (77946,1733,0,-10942,-3778,58.414,1.232,0,0,0.577775,0.816196,300,255,1), - (77947,1735,0,-10123,-2378,29.975,0.991,0,0,0.475472,0.879731,300,255,1), - (77948,2040,0,-10123,-2378,29.975,0.991,0,0,0.475472,0.879731,300,255,1), - (77949,1734,0,-10123,-2378,29.975,0.991,0,0,0.475472,0.879731,300,255,1), - (77950,1733,0,-10123,-2378,29.975,0.991,0,0,0.475472,0.879731,300,255,1), - (77951,1735,0,-10885,-3728,23.649,3.529,0,0,0.981298,-0.192495,300,255,1), - (77952,2040,0,-10885,-3728,23.649,3.529,0,0,0.981298,-0.192495,300,255,1), - (77953,1734,0,-10885,-3728,23.649,3.529,0,0,0.981298,-0.192495,300,255,1), - (77954,1733,0,-10885,-3728,23.649,3.529,0,0,0.981298,-0.192495,300,255,1), - (77955,1735,0,-10279,-2582,47.003,1.83,0,0,0.792563,0.609791,300,255,1), - (77956,2040,0,-10279,-2582,47.003,1.83,0,0,0.792563,0.609791,300,255,1), - (77957,1734,0,-10279,-2582,47.003,1.83,0,0,0.792563,0.609791,300,255,1), - (77958,1733,0,-10279,-2582,47.003,1.83,0,0,0.792563,0.609791,300,255,1), - (77959,1735,0,-10884,-3649,12.4,6.205,0,0,0.0390827,-0.999236,300,255,1), - (77960,2040,0,-10884,-3649,12.4,6.205,0,0,0.0390827,-0.999236,300,255,1), - (77961,1734,0,-10884,-3649,12.4,6.205,0,0,0.0390827,-0.999236,300,255,1), - (77962,1733,0,-10884,-3649,12.4,6.205,0,0,0.0390827,-0.999236,300,255,1), - (77963,1735,0,-10527,-2444,33.734,0.273,0,0,0.136077,0.990698,300,255,1), - (77964,2040,0,-10527,-2444,33.734,0.273,0,0,0.136077,0.990698,300,255,1), - (77965,1734,0,-10527,-2444,33.734,0.273,0,0,0.136077,0.990698,300,255,1), - (77966,1733,0,-10527,-2444,33.734,0.273,0,0,0.136077,0.990698,300,255,1), - (77967,1735,0,-10022,-3367,35.957,4.841,0,0,0.660206,-0.751085,300,255,1), - (77968,2040,0,-10022,-3367,35.957,4.841,0,0,0.660206,-0.751085,300,255,1), - (77969,1734,0,-10022,-3367,35.957,4.841,0,0,0.660206,-0.751085,300,255,1), - (77970,1733,0,-10022,-3367,35.957,4.841,0,0,0.660206,-0.751085,300,255,1), - (77971,1735,0,-10847,-3702,23.43,4.801,0,0,0.675094,-0.737731,300,255,1), - (77972,2040,0,-10847,-3702,23.43,4.801,0,0,0.675094,-0.737731,300,255,1), - (77973,1734,0,-10847,-3702,23.43,4.801,0,0,0.675094,-0.737731,300,255,1), - (77974,1733,0,-10847,-3702,23.43,4.801,0,0,0.675094,-0.737731,300,255,1), - (77975,1735,0,-10163,-2750,32.738,5.287,0,0,0.477751,-0.878495,300,255,1), - (77976,2040,0,-10163,-2750,32.738,5.287,0,0,0.477751,-0.878495,300,255,1), - (77977,1734,0,-10163,-2750,32.738,5.287,0,0,0.477751,-0.878495,300,255,1), - (77978,1733,0,-10163,-2750,32.738,5.287,0,0,0.477751,-0.878495,300,255,1), - (77979,1735,0,-10107,-2350,27.018,3.602,0,0,0.97362,-0.228176,300,255,1), - (77980,2040,0,-10107,-2350,27.018,3.602,0,0,0.97362,-0.228176,300,255,1), - (77981,1734,0,-10107,-2350,27.018,3.602,0,0,0.97362,-0.228176,300,255,1), - (77982,1733,0,-10107,-2350,27.018,3.602,0,0,0.97362,-0.228176,300,255,1), - (77983,1735,0,-10639,-3490,36.408,1.515,0,0,0.687107,0.726556,300,255,1), - (77984,2040,0,-10639,-3490,36.408,1.515,0,0,0.687107,0.726556,300,255,1), - (77985,1734,0,-10639,-3490,36.408,1.515,0,0,0.687107,0.726556,300,255,1), - (77986,1733,0,-10639,-3490,36.408,1.515,0,0,0.687107,0.726556,300,255,1), - (77987,1735,0,-9759,-3738,35.457,5.822,0,0,0.228555,-0.973531,300,255,1), - (77988,2040,0,-9759,-3738,35.457,5.822,0,0,0.228555,-0.973531,300,255,1), - (77989,1734,0,-9759,-3738,35.457,5.822,0,0,0.228555,-0.973531,300,255,1), - (77990,1733,0,-9759,-3738,35.457,5.822,0,0,0.228555,-0.973531,300,255,1), - (77991,1735,0,-10951,-3707,26.407,2.165,0,0,0.883133,0.469122,300,255,1), - (77992,2040,0,-10951,-3707,26.407,2.165,0,0,0.883133,0.469122,300,255,1), - (77993,1734,0,-10951,-3707,26.407,2.165,0,0,0.883133,0.469122,300,255,1), - (77994,1733,0,-10951,-3707,26.407,2.165,0,0,0.883133,0.469122,300,255,1), - (77995,1735,0,-10640,-2772,54.189,4.004,0,0,0.908463,-0.417965,300,255,1), - (77996,2040,0,-10640,-2772,54.189,4.004,0,0,0.908463,-0.417965,300,255,1), - (77997,1734,0,-10640,-2772,54.189,4.004,0,0,0.908463,-0.417965,300,255,1), - (77998,1733,0,-10640,-2772,54.189,4.004,0,0,0.908463,-0.417965,300,255,1), - (77999,1735,0,-10622,-2636,54.681,2.816,0,0,0.986778,0.162078,300,255,1), - (78000,2040,0,-10622,-2636,54.681,2.816,0,0,0.986778,0.162078,300,255,1), - (78001,1734,0,-10622,-2636,54.681,2.816,0,0,0.986778,0.162078,300,255,1), - (78002,1733,0,-10622,-2636,54.681,2.816,0,0,0.986778,0.162078,300,255,1), - (78003,1735,0,-10722,-2533,29.331,2.763,0,0,0.982137,0.188168,300,255,1), - (78004,2040,0,-10722,-2533,29.331,2.763,0,0,0.982137,0.188168,300,255,1), - (78005,1734,0,-10722,-2533,29.331,2.763,0,0,0.982137,0.188168,300,255,1), - (78006,1733,0,-10722,-2533,29.331,2.763,0,0,0.982137,0.188168,300,255,1), - (78007,1735,0,-10375.5,-3730.17,-14.7175,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (78008,2040,0,-10375.5,-3730.17,-14.7175,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (78009,1734,0,-10375.5,-3730.17,-14.7175,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (78010,1733,0,-10375.5,-3730.17,-14.7175,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (78011,1735,0,-10023,-3277,33.206,5.735,0,0,0.270674,-0.962671,300,255,1), - (78012,2040,0,-10023,-3277,33.206,5.735,0,0,0.270674,-0.962671,300,255,1), - (78013,1734,0,-10023,-3277,33.206,5.735,0,0,0.270674,-0.962671,300,255,1), - (78014,1733,0,-10023,-3277,33.206,5.735,0,0,0.270674,-0.962671,300,255,1), - (78015,1735,0,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199366,300,255,1), - (78016,2040,0,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199366,300,255,1), - (78017,1734,0,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199366,300,255,1), - (78018,1733,0,-10038.9,-3207.03,33.9572,2.74017,0,0,0.979925,0.199366,300,255,1), - (78019,1735,0,-10307.9,-3859.91,-15.8641,0.663225,0,0,0.325568,0.945519,300,255,1), - (78020,2040,0,-10307.9,-3859.91,-15.8641,0.663225,0,0,0.325568,0.945519,300,255,1), - (78021,1734,0,-10307.9,-3859.91,-15.8641,0.663225,0,0,0.325568,0.945519,300,255,1), - (78022,1733,0,-10307.9,-3859.91,-15.8641,0.663225,0,0,0.325568,0.945519,300,255,1), - (78023,1735,0,-10622,-3657,22.766,-3,0,0,-0.997495,0.0707372,300,255,1), - (78024,2040,0,-10622,-3657,22.766,-3,0,0,-0.997495,0.0707372,300,255,1), - (78025,1734,0,-10622,-3657,22.766,-3,0,0,-0.997495,0.0707372,300,255,1), - (78026,1733,0,-10622,-3657,22.766,-3,0,0,-0.997495,0.0707372,300,255,1), - (78027,1735,0,-10531,-3550,22.692,3.002,0,0,0.997565,0.0697396,300,255,1), - (78028,2040,0,-10531,-3550,22.692,3.002,0,0,0.997565,0.0697396,300,255,1), - (78029,1734,0,-10531,-3550,22.692,3.002,0,0,0.997565,0.0697396,300,255,1), - (78030,1733,0,-10531,-3550,22.692,3.002,0,0,0.997565,0.0697396,300,255,1), - (78031,1735,0,-10068.9,-3040.34,33.9087,2.28638,0,0,0.909961,0.414694,300,255,1), - (78032,2040,0,-10068.9,-3040.34,33.9087,2.28638,0,0,0.909961,0.414694,300,255,1), - (78033,1734,0,-10068.9,-3040.34,33.9087,2.28638,0,0,0.909961,0.414694,300,255,1), - (78034,1733,0,-10068.9,-3040.34,33.9087,2.28638,0,0,0.909961,0.414694,300,255,1), - (78035,2040,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,255,1), - (78036,324,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,255,1), - (78037,1735,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,255,1), - (78038,1734,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,255,1), - (78039,2047,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,255,1), - (78040,1733,0,53.294,-4195,119.175,1.762,0,0,0.771376,0.63638,300,255,1), - (78041,2040,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,255,1), - (78042,324,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,255,1), - (78043,1735,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,255,1), - (78044,1734,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,255,1), - (78045,2047,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,255,1), - (78046,1733,0,121.811,-4147.39,157.877,0.244346,0,0,0.121869,0.992546,300,255,1), - (78047,2040,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,255,1), - (78048,324,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,255,1), - (78049,1735,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,255,1), - (78050,1734,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,255,1), - (78051,2047,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,255,1), - (78052,1733,0,-285,-3736,238.048,1.055,0,0,0.503375,0.864068,300,255,1), - (78053,2040,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,255,1), - (78054,324,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,255,1), - (78055,1735,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,255,1), - (78056,1734,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,255,1), - (78057,2047,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,255,1), - (78058,1733,0,-232,-4336,113.978,4.688,0,0,0.715677,-0.698432,300,255,1), - (78059,2040,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,255,1), - (78060,324,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,255,1), - (78061,1735,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,255,1), - (78062,1734,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,255,1), - (78063,2047,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,255,1), - (78064,1733,0,-59,-3888,198.748,2.909,0,0,0.993245,0.116034,300,255,1), - (78065,2040,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,255,1), - (78066,324,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,255,1), - (78067,1735,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,255,1), - (78068,1734,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,255,1), - (78069,2047,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,255,1), - (78070,1733,0,-252,-3793,237.848,0.637,0,0,0.313142,0.949706,300,255,1), - (78071,2040,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,255,1), - (78072,324,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,255,1), - (78073,1735,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,255,1), - (78074,1734,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,255,1), - (78075,2047,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,255,1), - (78076,1733,0,394.262,-4106,120.235,0.323,0,0,0.160799,0.986987,300,255,1), - (78077,2040,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,255,1), - (78078,324,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,255,1), - (78079,1735,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,255,1), - (78080,1734,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,255,1), - (78081,2047,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,255,1), - (78082,1733,0,183.248,-4630,130.768,6.24,0,0,0.0215911,-0.999767,300,255,1), - (78083,2040,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,255,1), - (78084,324,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,255,1), - (78085,1735,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,255,1), - (78086,1734,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,255,1), - (78087,2047,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,255,1), - (78088,1733,0,-328,-3803,238.895,1.524,0,0,0.69037,0.723457,300,255,1), - (78089,2040,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,255,1), - (78090,324,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,255,1), - (78091,1735,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,255,1), - (78092,1734,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,255,1), - (78093,2047,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,255,1), - (78094,1733,0,325.032,-3789,163.435,-3,0,0,-0.997495,0.0707372,300,255,1), - (78095,2040,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,255,1), - (78096,324,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,255,1), - (78097,1735,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,255,1), - (78098,1734,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,255,1), - (78099,2047,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,255,1), - (78100,1733,0,526.685,-4046.76,137.139,1.79769,0,0,0.782608,0.622514,300,255,1), - (78101,2040,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,255,1), - (78102,324,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,255,1), - (78103,1735,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,255,1), - (78104,1734,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,255,1), - (78105,2047,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,255,1), - (78106,1733,0,-43,-2377,150.596,5.582,0,0,0.343455,-0.939169,300,255,1), - (78107,2040,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,255,1), - (78108,324,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,255,1), - (78109,1735,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,255,1), - (78110,1734,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,255,1), - (78111,2047,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,255,1), - (78112,1733,0,-350,-3250,134.248,3.777,0,0,0.949955,-0.312386,300,255,1), - (78113,2040,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,255,1), - (78114,324,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,255,1), - (78115,1735,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,255,1), - (78116,1734,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,255,1), - (78117,2047,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,255,1), - (78118,1733,0,-302,-2635,117.781,4.099,0,0,0.887593,-0.460629,300,255,1), - (78119,2040,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,255,1), - (78120,324,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,255,1), - (78121,1735,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,255,1), - (78122,1734,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,255,1), - (78123,2047,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,255,1), - (78124,1733,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,255,1), - (78125,2040,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,255,1), - (78126,324,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,255,1), - (78127,1735,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,255,1), - (78128,1734,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,255,1), - (78129,2047,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,255,1), - (78130,1733,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,255,1), - (78131,2040,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,255,1), - (78132,324,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,255,1), - (78133,1735,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,255,1), - (78134,1734,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,255,1), - (78135,2047,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,255,1), - (78136,1733,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,255,1), - (78137,2040,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78138,324,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78139,1735,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78140,1734,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78141,2047,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78142,1733,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78143,2040,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,255,1), - (78144,324,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,255,1), - (78145,1735,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,255,1), - (78146,1734,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,255,1), - (78147,2047,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,255,1), - (78148,1733,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,255,1), - (78149,2040,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,255,1), - (78150,324,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,255,1), - (78151,1735,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,255,1), - (78152,1734,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,255,1), - (78153,2047,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,255,1), - (78154,1733,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,255,1), - (78155,2040,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,255,1), - (78156,324,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,255,1), - (78157,1735,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,255,1), - (78158,1734,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,255,1), - (78159,2047,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,255,1), - (78160,1733,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,255,1), - (78161,2040,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,255,1), - (78162,324,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,255,1), - (78163,1735,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,255,1), - (78164,1734,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,255,1), - (78165,2047,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,255,1), - (78166,1733,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,255,1), - (78167,2040,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,255,1), - (78168,324,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,255,1), - (78169,1735,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,255,1), - (78170,1734,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,255,1), - (78171,2047,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,255,1), - (78172,1733,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,255,1), - (78173,2040,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,255,1), - (78174,324,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,255,1), - (78175,1735,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,255,1), - (78176,1734,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,255,1), - (78177,2047,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,255,1), - (78178,1733,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,255,1), - (78179,2040,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,255,1), - (78180,324,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,255,1), - (78181,1735,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,255,1), - (78182,1734,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,255,1), - (78183,2047,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,255,1), - (78184,1733,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,255,1), - (78185,2040,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,255,1), - (78186,324,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,255,1), - (78187,1735,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,255,1), - (78188,1734,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,255,1), - (78189,2047,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,255,1), - (78190,1733,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,255,1), - (78191,2040,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,255,1), - (78192,324,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,255,1), - (78193,1735,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,255,1), - (78194,1734,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,255,1), - (78195,2047,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,255,1), - (78196,1733,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,255,1), - (78197,2040,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,255,1), - (78198,324,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,255,1), - (78199,1735,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,255,1), - (78200,1734,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,255,1), - (78201,2047,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,255,1), - (78202,1733,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,255,1), - (78203,2040,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,255,1), - (78204,324,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,255,1), - (78205,1735,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,255,1), - (78206,1734,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,255,1), - (78207,2047,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,255,1), - (78208,1733,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,255,1), - (78209,2040,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,255,1), - (78210,324,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,255,1), - (78211,1735,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,255,1), - (78212,1734,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,255,1), - (78213,2047,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,255,1), - (78214,1733,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,255,1), - (78215,2040,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (78216,324,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (78217,1735,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (78218,1734,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (78219,2047,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (78220,1733,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (78221,2040,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,255,1), - (78222,324,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,255,1), - (78223,1735,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,255,1), - (78224,1734,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,255,1), - (78225,2047,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,255,1), - (78226,1733,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,255,1), - (78227,2040,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,255,1), - (78228,324,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,255,1), - (78229,1735,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,255,1), - (78230,1734,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,255,1), - (78231,2047,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,255,1), - (78232,1733,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,255,1), - (78233,2040,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,255,1), - (78234,324,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,255,1), - (78235,1735,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,255,1), - (78236,1734,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,255,1), - (78237,2047,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,255,1), - (78238,1733,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,255,1), - (78239,2040,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (78240,324,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (78241,1735,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (78242,1734,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (78243,2047,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (78244,1733,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (78245,2040,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78246,324,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78247,1735,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78248,1734,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78249,2047,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78250,1733,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78251,2040,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78252,324,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78253,1735,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78254,1734,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78255,2047,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78256,1733,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78257,2040,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78258,324,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78259,1735,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78260,1734,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78261,2047,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78262,1733,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (78263,2040,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,255,1), - (78264,324,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,255,1), - (78265,1735,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,255,1), - (78266,1734,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,255,1), - (78267,2047,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,255,1), - (78268,1733,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,255,1), - (78269,2040,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (78270,324,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (78271,1735,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (78272,1734,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (78273,2047,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (78274,1733,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (78275,2040,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,255,1), - (78276,324,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,255,1), - (78277,1735,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,255,1), - (78278,1734,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,255,1), - (78279,2047,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,255,1), - (78280,1733,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,255,1), - (78281,2040,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (78282,324,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (78283,1735,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (78284,1734,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (78285,2047,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (78286,1733,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (78287,2040,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (78288,324,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (78289,1735,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (78290,1734,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (78291,2047,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (78292,1733,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,255,1), - (78293,2040,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,255,1), - (78294,324,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,255,1), - (78295,1735,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,255,1), - (78296,1734,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,255,1), - (78297,2047,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,255,1), - (78298,1733,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,255,1), - (78299,2040,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (78300,324,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (78301,1735,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (78302,1734,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (78303,2047,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (78304,1733,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (78305,2040,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (78306,324,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (78307,1735,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (78308,1734,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (78309,2047,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (78310,1733,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (78311,2040,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,255,1), - (78312,324,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,255,1), - (78313,1735,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,255,1), - (78314,1734,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,255,1), - (78315,2047,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,255,1), - (78316,1733,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,255,1), - (78317,2040,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,255,1), - (78318,324,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,255,1), - (78319,1735,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,255,1), - (78320,1734,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,255,1), - (78321,2047,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,255,1), - (78322,1733,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,255,1), - (78323,2040,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,255,1), - (78324,324,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,255,1), - (78325,1735,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,255,1), - (78326,1734,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,255,1), - (78327,2047,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,255,1), - (78328,1733,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,255,1), - (78329,2040,0,326.469,-3713,107.052,0,0,0,0,1,300,255,1), - (78330,324,0,326.469,-3713,107.052,0,0,0,0,1,300,255,1), - (78331,1735,0,326.469,-3713,107.052,0,0,0,0,1,300,255,1), - (78332,1734,0,326.469,-3713,107.052,0,0,0,0,1,300,255,1), - (78333,2047,0,326.469,-3713,107.052,0,0,0,0,1,300,255,1), - (78334,1733,0,326.469,-3713,107.052,0,0,0,0,1,300,255,1), - (78335,2040,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,255,1), - (78336,324,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,255,1), - (78337,1735,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,255,1), - (78338,1734,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,255,1), - (78339,2047,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,255,1), - (78340,1733,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,255,1), - (78341,2040,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (78342,324,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (78343,1735,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (78344,1734,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (78345,2047,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (78346,1733,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (78347,2040,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,255,1), - (78348,324,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,255,1), - (78349,1735,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,255,1), - (78350,1734,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,255,1), - (78351,2047,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,255,1), - (78352,1733,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,255,1), - (78353,2040,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,255,1), - (78354,324,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,255,1), - (78355,1735,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,255,1), - (78356,1734,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,255,1), - (78357,2047,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,255,1), - (78358,1733,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,255,1), - (78359,2040,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (78360,324,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (78361,1735,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (78362,1734,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (78363,2047,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (78364,1733,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (78365,2040,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,255,1), - (78366,324,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,255,1), - (78367,1735,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,255,1), - (78368,1734,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,255,1), - (78369,2047,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,255,1), - (78370,1733,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,255,1), - (78371,2040,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (78372,324,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (78373,1735,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (78374,1734,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (78375,2047,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (78376,1733,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (78377,2040,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,255,1), - (78378,324,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,255,1), - (78379,1735,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,255,1), - (78380,1734,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,255,1), - (78381,2047,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,255,1), - (78382,1733,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,255,1), - (78383,2040,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,255,1), - (78384,324,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,255,1), - (78385,1735,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,255,1), - (78386,1734,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,255,1), - (78387,2047,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,255,1), - (78388,1733,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,255,1), - (78389,2040,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,255,1), - (78390,324,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,255,1), - (78391,1735,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,255,1), - (78392,1734,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,255,1), - (78393,2047,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,255,1), - (78394,1733,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,255,1), - (78395,2040,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,255,1), - (78396,324,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,255,1), - (78397,1735,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,255,1), - (78398,1734,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,255,1), - (78399,2047,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,255,1), - (78400,1733,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,255,1), - (78401,2040,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,255,1), - (78402,324,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,255,1), - (78403,1735,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,255,1), - (78404,1734,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,255,1), - (78405,2047,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,255,1), - (78406,1733,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,255,1), - (78407,2040,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,255,1), - (78408,324,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,255,1), - (78409,1735,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,255,1), - (78410,1734,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,255,1), - (78411,2047,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,255,1), - (78412,1733,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,255,1), - (78413,2040,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,255,1), - (78414,324,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,255,1), - (78415,1735,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,255,1), - (78416,1734,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,255,1), - (78417,2047,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,255,1), - (78418,1733,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,255,1), - (78419,2040,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,255,1), - (78420,324,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,255,1), - (78421,1735,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,255,1), - (78422,1734,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,255,1), - (78423,2047,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,255,1), - (78424,1733,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,255,1), - (78425,2040,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,255,1), - (78426,324,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,255,1), - (78427,1735,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,255,1), - (78428,1734,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,255,1), - (78429,2047,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,255,1), - (78430,1733,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,255,1), - (78431,2040,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (78432,324,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (78433,1735,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (78434,1734,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (78435,2047,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (78436,1733,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,255,1), - (78437,2040,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (78438,324,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (78439,1735,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (78440,1734,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (78441,2047,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (78442,1733,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (78443,2040,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,255,1), - (78444,324,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,255,1), - (78445,1735,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,255,1), - (78446,1734,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,255,1), - (78447,2047,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,255,1), - (78448,1733,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,255,1), - (78449,2040,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,255,1), - (78450,324,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,255,1), - (78451,1735,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,255,1), - (78452,1734,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,255,1), - (78453,2047,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,255,1), - (78454,1733,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,255,1), - (78455,2040,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,255,1), - (78456,324,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,255,1), - (78457,1735,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,255,1), - (78458,1734,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,255,1), - (78459,2047,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,255,1), - (78460,1733,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,255,1), - (78461,2040,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,255,1), - (78462,324,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,255,1), - (78463,1735,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,255,1), - (78464,1734,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,255,1), - (78465,2047,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,255,1), - (78466,1733,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,255,1), - (78467,2040,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,255,1), - (78468,324,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,255,1), - (78469,1735,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,255,1), - (78470,1734,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,255,1), - (78471,2047,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,255,1), - (78472,1733,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,255,1), - (78473,2040,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,255,1), - (78474,324,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,255,1), - (78475,1735,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,255,1), - (78476,1734,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,255,1), - (78477,2047,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,255,1), - (78478,1733,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,255,1), - (78479,2040,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,255,1), - (78480,324,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,255,1), - (78481,1735,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,255,1), - (78482,1734,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,255,1), - (78483,2047,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,255,1), - (78484,1733,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,255,1), - (78485,2040,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,255,1), - (78486,324,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,255,1), - (78487,1735,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,255,1), - (78488,1734,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,255,1), - (78489,2047,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,255,1), - (78490,1733,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,255,1), - (78491,2040,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,255,1), - (78492,324,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,255,1), - (78493,1735,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,255,1), - (78494,1734,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,255,1), - (78495,2047,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,255,1), - (78496,1733,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,255,1), - (78497,2040,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,255,1), - (78498,324,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,255,1), - (78499,1735,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,255,1), - (78500,1734,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,255,1), - (78501,2047,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,255,1), - (78502,1733,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,255,1), - (78503,2040,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,255,1), - (78504,324,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,255,1), - (78505,1735,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,255,1), - (78506,1734,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,255,1), - (78507,2047,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,255,1), - (78508,1733,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,255,1), - (78509,2040,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,255,1), - (78510,324,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,255,1), - (78511,1735,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,255,1), - (78512,1734,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,255,1), - (78513,2047,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,255,1), - (78514,1733,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,255,1), - (78515,2040,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,255,1), - (78516,324,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,255,1), - (78517,1735,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,255,1), - (78518,1734,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,255,1), - (78519,2047,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,255,1), - (78520,1733,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,255,1), - (78521,2040,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,255,1), - (78522,324,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,255,1), - (78523,1735,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,255,1), - (78524,1734,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,255,1), - (78525,2047,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,255,1), - (78526,1733,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,255,1), - (78527,2040,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,255,1), - (78528,324,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,255,1), - (78529,1735,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,255,1), - (78530,1734,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,255,1), - (78531,2047,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,255,1), - (78532,1733,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,255,1), - (78533,2040,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,255,1), - (78534,324,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,255,1), - (78535,1735,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,255,1), - (78536,1734,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,255,1), - (78537,2047,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,255,1), - (78538,1733,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,255,1), - (78539,2040,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,255,1), - (78540,324,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,255,1), - (78541,1735,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,255,1), - (78542,1734,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,255,1), - (78543,2047,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,255,1), - (78544,1733,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,255,1), - (78545,2040,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,255,1), - (78546,324,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,255,1), - (78547,1735,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,255,1), - (78548,1734,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,255,1), - (78549,2047,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,255,1), - (78550,1733,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,255,1), - (78551,1731,0,2956.82,412.312,39.4448,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (78552,1731,0,2245.63,1519.28,53.4071,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (78553,1731,0,2557.3,1691.01,8.38937,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (78554,1731,0,2551.51,-120.405,25.5001,2.67035,0,0,0.972369,0.233447,300,255,1), - (78555,1731,0,1732.7,897.179,60.023,1.98968,0,0,0.838672,0.544637,300,255,1), - (78556,1731,0,2018.84,-628.099,66.4502,0.453786,0,0,0.224951,0.97437,300,255,1), - (78557,1731,0,2709.98,1336.98,42.0939,1.22173,0,0,0.573576,0.819152,300,255,1), - (78558,1731,0,2736.66,1411.2,2.68338,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (78559,1731,0,2453.47,835.25,85.8056,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (78560,1731,0,2283.34,-1086.17,83.1417,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (78561,1731,0,2850.04,-461.927,82.1176,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (78562,1731,0,2968.22,-349.844,27.8641,0.715585,0,0,0.350207,0.936672,300,255,1), - (78563,1731,0,3040.21,619.111,98.6797,-1.50098,0,0,-0.681997,0.731355,300,255,1), - (78564,1731,0,3023.28,790.686,87.5232,0.436332,0,0,0.216439,0.976296,300,255,1), - (78565,1731,0,2927.08,447.921,37.3951,-2.60054,0,0,-0.96363,0.267239,300,255,1), - (78566,1731,0,2617.09,564.733,22.2648,0.331613,0,0,0.165048,0.986286,300,255,1), - (78567,1731,0,2575.05,641.717,31.4842,0.977384,0,0,0.469471,0.882948,300,255,1), - (78568,1731,0,3019.68,162.956,-7.08108,-1.85005,0,0,-0.798636,0.601815,300,255,1), - (78569,1731,0,1702.92,768.162,69.0627,2.3911,0,0,0.930417,0.366502,300,255,1), - (78570,1731,0,1619.52,-560.97,55.0243,0.453786,0,0,0.224951,0.97437,300,255,1), - (78571,1731,0,2373.29,804.254,47.0329,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (78572,1731,0,2985.67,-721.287,161.564,1.98968,0,0,0.838672,0.544637,300,255,1), - (78573,1731,0,2252.92,-636.266,81.7184,0.959931,0,0,0.461749,0.887011,300,255,1), - (78574,1731,0,2721.52,-931.349,81.0418,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (78575,1731,0,2700.2,-846.233,84.8905,0.279253,0,0,0.139173,0.990268,300,255,1), - (78576,1731,0,2745.86,-385.011,85.5166,0.261799,0,0,0.130526,0.991445,300,255,1), - (78577,1731,0,2861.2,-498.192,102.199,0.890118,0,0,0.430511,0.902585,300,255,1), - (78578,1731,0,2114.57,1213.39,48.3358,2.84489,0,0,0.989016,0.147808,300,255,1), - (78579,1731,0,2716.62,-540,106.939,0.14,0,0,0.0699428,0.997551,300,255,1), - (78580,1731,0,2659.03,802.917,114.841,0.314,0,0,0.156356,0.987701,300,255,1), - (78581,1731,0,2208.11,553.019,34.0019,0.523598,0,0,0.258819,0.965926,300,255,1), - (78582,1731,0,2805.09,741.591,138.367,-1,0,0,-0.479426,0.877583,300,255,1), - (78583,1731,0,2245.48,1332.42,38.1899,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (78584,1731,0,2225.5,-332.543,73.1434,-0.034906,0,0,-0.0174521,0.999848,300,255,1), - (78585,1731,0,2133.66,-315.844,57.8635,2.21656,0,0,0.894933,0.446202,300,255,1), - (78586,1731,0,2478.94,56.65,12.432,1.292,0,0,0.601997,0.798498,300,255,1), - (78587,1731,0,2782.9,-830,155.883,2.234,0,0,0.898789,0.438381,300,255,1), - (78588,1731,0,2219.76,607.936,29.159,-2,0,0,-0.841471,0.540302,300,255,1), - (78589,1731,0,1730.85,994.12,56.659,1.466,0,0,0.669102,0.74317,300,255,1), - (78590,1731,0,3100.4,-592,126.385,2.496,0,0,0.948352,0.31722,300,255,1), - (78591,1731,0,2613.72,-503,92.281,3.054,0,0,0.999041,0.0437824,300,255,1), - (78592,1731,0,2718.82,1259.24,46.958,2.21657,0,0,0.894935,0.446197,300,255,1), - (78593,1731,0,1572.09,-687.518,57.2998,1.37881,0,0,0.636078,0.771625,300,255,1), - (78594,1731,0,2134.76,-457.173,76.0097,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (78595,1731,0,2524.39,-584.124,83.0835,-0.890118,0,0,-0.430511,0.902585,300,255,1), - (78596,1731,0,1841.24,1133.81,33.6349,-3.12414,0,0,-0.999962,0.0087262,300,255,1), - (78597,1731,0,2228.82,1288.9,49.7022,1.02974,0,0,0.492422,0.870357,300,255,1), - (78598,1731,0,2686.04,-717.874,129.438,1.64061,0,0,0.731354,0.681998,300,255,1), - (78599,1731,0,2589.23,-673.345,78.9289,2.42601,0,0,0.936673,0.350206,300,255,1), - (78600,1731,0,2115.94,-662.906,79.4342,0.890118,0,0,0.430511,0.902585,300,255,1), - (78601,1731,0,2656.42,1194.57,74.715,-2,0,0,-0.841471,0.540302,300,255,1), - (78602,1731,0,2485.92,581.391,34.6939,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (78603,1731,0,2400.78,569.456,42.212,2.74,0,0,0.979908,0.19945,300,255,1), - (78604,2040,0,1082.45,-1614,77.973,0.38,0,0,0.188859,0.982004,300,255,1), - (78605,1734,0,1082.45,-1614,77.973,0.38,0,0,0.188859,0.982004,300,255,1), - (78606,2047,0,1082.45,-1614,77.973,0.38,0,0,0.188859,0.982004,300,255,1), - (78607,2040,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (78608,1734,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (78609,2047,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (78610,2040,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (78611,1734,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (78612,2047,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (78613,2040,0,1409.67,-1206,76.184,3.019,0,0,0.998122,0.0612579,300,255,1), - (78614,1734,0,1409.67,-1206,76.184,3.019,0,0,0.998122,0.0612579,300,255,1), - (78615,2047,0,1409.67,-1206,76.184,3.019,0,0,0.998122,0.0612579,300,255,1), - (78616,2040,0,1439.54,-1001,79.985,-2,0,0,-0.841471,0.540302,300,255,1), - (78617,1734,0,1439.54,-1001,79.985,-2,0,0,-0.841471,0.540302,300,255,1), - (78618,2047,0,1439.54,-1001,79.985,-2,0,0,-0.841471,0.540302,300,255,1), - (78619,2040,0,1383.75,-1162,61.542,4.386,0,0,0.812596,-0.582827,300,255,1), - (78620,1734,0,1383.75,-1162,61.542,4.386,0,0,0.812596,-0.582827,300,255,1), - (78621,2047,0,1383.75,-1162,61.542,4.386,0,0,0.812596,-0.582827,300,255,1), - (78622,2040,0,1242.1,-1274,39.079,5.054,0,0,0.576626,-0.817008,300,255,1), - (78623,1734,0,1242.1,-1274,39.079,5.054,0,0,0.576626,-0.817008,300,255,1), - (78624,2047,0,1242.1,-1274,39.079,5.054,0,0,0.576626,-0.817008,300,255,1), - (78625,2040,0,1124.6,-1544,56.634,2.721,0,0,0.977969,0.20875,300,255,1), - (78626,1734,0,1124.6,-1544,56.634,2.721,0,0,0.977969,0.20875,300,255,1), - (78627,2047,0,1124.6,-1544,56.634,2.721,0,0,0.977969,0.20875,300,255,1), - (78628,2040,0,1313.04,-1265,63.207,2.536,0,0,0.954506,0.29819,300,255,1), - (78629,1734,0,1313.04,-1265,63.207,2.536,0,0,0.954506,0.29819,300,255,1), - (78630,2047,0,1313.04,-1265,63.207,2.536,0,0,0.954506,0.29819,300,255,1), - (78631,2040,0,1170.29,-1697,64.234,0.577,0,0,0.284515,0.958672,300,255,1), - (78632,1734,0,1170.29,-1697,64.234,0.577,0,0,0.284515,0.958672,300,255,1), - (78633,2047,0,1170.29,-1697,64.234,0.577,0,0,0.284515,0.958672,300,255,1), - (78634,2040,0,1288.43,-1780,49.811,2.988,0,0,0.997053,0.0767209,300,255,1), - (78635,1734,0,1288.43,-1780,49.811,2.988,0,0,0.997053,0.0767209,300,255,1), - (78636,2047,0,1288.43,-1780,49.811,2.988,0,0,0.997053,0.0767209,300,255,1), - (78637,2040,0,1401.79,-1104,71.263,2.583,0,0,0.96125,0.275679,300,255,1), - (78638,1734,0,1401.79,-1104,71.263,2.583,0,0,0.96125,0.275679,300,255,1), - (78639,2047,0,1401.79,-1104,71.263,2.583,0,0,0.96125,0.275679,300,255,1), - (78640,2040,0,1238.25,-1253,38.45,0.922,0,0,0.444844,0.895608,300,255,1), - (78641,1734,0,1238.25,-1253,38.45,0.922,0,0,0.444844,0.895608,300,255,1), - (78642,2047,0,1238.25,-1253,38.45,0.922,0,0,0.444844,0.895608,300,255,1), - (78643,2040,0,1682.83,-1010.24,79.0426,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (78644,1734,0,1682.83,-1010.24,79.0426,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (78645,2047,0,1682.83,-1010.24,79.0426,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (78646,2040,0,1832.74,-1031.8,83.7296,-0.890118,0,0,-0.430511,0.902585,300,255,1), - (78647,1734,0,1832.74,-1031.8,83.7296,-0.890118,0,0,-0.430511,0.902585,300,255,1), - (78648,2047,0,1832.74,-1031.8,83.7296,-0.890118,0,0,-0.430511,0.902585,300,255,1), - (78649,2040,0,1264.27,-1297.43,74.5188,0.663223,0,0,0.325567,0.945519,300,255,1), - (78650,1734,0,1264.27,-1297.43,74.5188,0.663223,0,0,0.325567,0.945519,300,255,1), - (78651,2047,0,1264.27,-1297.43,74.5188,0.663223,0,0,0.325567,0.945519,300,255,1), - (78652,2040,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (78653,1734,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (78654,2047,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (78655,2040,0,2017.45,-1409.1,93.8366,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (78656,1734,0,2017.45,-1409.1,93.8366,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (78657,2047,0,2017.45,-1409.1,93.8366,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (78658,2040,0,1429.4,-1221.99,67.6879,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78659,1734,0,1429.4,-1221.99,67.6879,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78660,2047,0,1429.4,-1221.99,67.6879,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (78661,2040,0,1102.3,-1479.79,81.7374,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (78662,1734,0,1102.3,-1479.79,81.7374,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (78663,2047,0,1102.3,-1479.79,81.7374,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (78664,2040,0,1441.08,-1001,79.274,-2,0,0,-0.841471,0.540302,300,255,1), - (78665,1734,0,1441.08,-1001,79.274,-2,0,0,-0.841471,0.540302,300,255,1), - (78666,2047,0,1441.08,-1001,79.274,-2,0,0,-0.841471,0.540302,300,255,1), - (78667,2040,0,990.545,-1235.31,72.8464,2.05949,0,0,0.857168,0.515037,300,255,1), - (78668,1734,0,990.545,-1235.31,72.8464,2.05949,0,0,0.857168,0.515037,300,255,1), - (78669,2047,0,990.545,-1235.31,72.8464,2.05949,0,0,0.857168,0.515037,300,255,1), - (78670,2040,0,1491.95,-1351,63.017,-3,0,0,-0.997495,0.0707372,300,255,1), - (78671,1734,0,1491.95,-1351,63.017,-3,0,0,-0.997495,0.0707372,300,255,1), - (78672,2047,0,1491.95,-1351,63.017,-3,0,0,-0.997495,0.0707372,300,255,1), - (78673,2040,0,1082.49,-1079.31,100.575,2.80997,0,0,0.986285,0.165053,300,255,1), - (78674,1734,0,1082.49,-1079.31,100.575,2.80997,0,0,0.986285,0.165053,300,255,1), - (78675,2047,0,1082.49,-1079.31,100.575,2.80997,0,0,0.986285,0.165053,300,255,1), - (78676,2040,0,1270.12,-1308,68.229,0.663,0,0,0.325462,0.945555,300,255,1), - (78677,1734,0,1270.12,-1308,68.229,0.663,0,0,0.325462,0.945555,300,255,1), - (78678,2047,0,1270.12,-1308,68.229,0.663,0,0,0.325462,0.945555,300,255,1), - (78679,2040,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (78680,1734,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (78681,2047,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (78682,2040,0,1227.13,-997,99.956,1.065,0,0,0.507689,0.861541,300,255,1), - (78683,1734,0,1227.13,-997,99.956,1.065,0,0,0.507689,0.861541,300,255,1), - (78684,2047,0,1227.13,-997,99.956,1.065,0,0,0.507689,0.861541,300,255,1), - (78685,2040,0,1180.53,-1694,73.135,2.74,0,0,0.979908,0.19945,300,255,1), - (78686,1734,0,1180.53,-1694,73.135,2.74,0,0,0.979908,0.19945,300,255,1), - (78687,2047,0,1180.53,-1694,73.135,2.74,0,0,0.979908,0.19945,300,255,1), - (78688,2040,0,1444.63,-1743,68.881,-1,0,0,-0.479426,0.877583,300,255,1), - (78689,1734,0,1444.63,-1743,68.881,-1,0,0,-0.479426,0.877583,300,255,1), - (78690,2047,0,1444.63,-1743,68.881,-1,0,0,-0.479426,0.877583,300,255,1), - (78691,2040,0,1402.24,-1103.01,71.5185,2.58309,0,0,0.961262,0.275636,300,255,1), - (78692,1734,0,1402.24,-1103.01,71.5185,2.58309,0,0,0.961262,0.275636,300,255,1), - (78693,2047,0,1402.24,-1103.01,71.5185,2.58309,0,0,0.961262,0.275636,300,255,1), - (78694,2040,0,1444.86,-1745,68.875,-1,0,0,-0.479426,0.877583,300,255,1), - (78695,1734,0,1444.86,-1745,68.875,-1,0,0,-0.479426,0.877583,300,255,1), - (78696,2047,0,1444.86,-1745,68.875,-1,0,0,-0.479426,0.877583,300,255,1), - (78697,2040,0,1232.08,-1676,67.924,5.585,0,0,0.342045,-0.939683,300,255,1), - (78698,1734,0,1232.08,-1676,67.924,5.585,0,0,0.342045,-0.939683,300,255,1), - (78699,2047,0,1232.08,-1676,67.924,5.585,0,0,0.342045,-0.939683,300,255,1), - (78700,2040,0,1335.24,-1673,63.805,5.218,0,0,0.507769,-0.861493,300,255,1), - (78701,1734,0,1335.24,-1673,63.805,5.218,0,0,0.507769,-0.861493,300,255,1), - (78702,2047,0,1335.24,-1673,63.805,5.218,0,0,0.507769,-0.861493,300,255,1), - (78703,2040,0,1088.69,-1621,76.232,4.586,0,0,0.750351,-0.66104,300,255,1), - (78704,1734,0,1088.69,-1621,76.232,4.586,0,0,0.750351,-0.66104,300,255,1), - (78705,2047,0,1088.69,-1621,76.232,4.586,0,0,0.750351,-0.66104,300,255,1), - (78706,2040,0,1382.08,-1735,74.733,5.218,0,0,0.507769,-0.861493,300,255,1), - (78707,1734,0,1382.08,-1735,74.733,5.218,0,0,0.507769,-0.861493,300,255,1), - (78708,2047,0,1382.08,-1735,74.733,5.218,0,0,0.507769,-0.861493,300,255,1), - (78709,2040,0,1168.84,-1669,65.691,5.585,0,0,0.342045,-0.939683,300,255,1), - (78710,1734,0,1168.84,-1669,65.691,5.585,0,0,0.342045,-0.939683,300,255,1), - (78711,2047,0,1168.84,-1669,65.691,5.585,0,0,0.342045,-0.939683,300,255,1), - (78712,2040,0,1481.64,-867.292,78.0325,0.645772,0,0,0.317305,0.948324,300,255,1), - (78713,1734,0,1481.64,-867.292,78.0325,0.645772,0,0,0.317305,0.948324,300,255,1), - (78714,2047,0,1481.64,-867.292,78.0325,0.645772,0,0,0.317305,0.948324,300,255,1), - (78718,324,0,2778.65,-1672.19,134.643,-0.994838,0,0,-0.477159,0.878817,300,255,1), - (78719,175404,0,2778.65,-1672.19,134.643,-0.994838,0,0,-0.477159,0.878817,300,255,1), - (78720,2047,0,2778.65,-1672.19,134.643,-0.994838,0,0,-0.477159,0.878817,300,255,1), - (78721,324,0,2786.06,-1680,136.821,6.054,0,0,0.114342,-0.993441,300,255,1), - (78722,175404,0,2786.06,-1680,136.821,6.054,0,0,0.114342,-0.993441,300,255,1), - (78723,2047,0,2786.06,-1680,136.821,6.054,0,0,0.114342,-0.993441,300,255,1), - (78724,324,0,1830.54,-1949,80.514,0.805,0,0,0.39172,0.920085,300,255,1), - (78725,175404,0,1830.54,-1949,80.514,0.805,0,0,0.39172,0.920085,300,255,1), - (78726,2047,0,1830.54,-1949,80.514,0.805,0,0,0.39172,0.920085,300,255,1), - (78727,324,0,2318.85,-2372.06,54.5187,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (78728,175404,0,2318.85,-2372.06,54.5187,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (78729,2047,0,2318.85,-2372.06,54.5187,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (78730,324,0,1861.01,-1916.53,95.6276,-2.32129,0,0,-0.91706,0.398748,300,255,1), - (78731,175404,0,1861.01,-1916.53,95.6276,-2.32129,0,0,-0.91706,0.398748,300,255,1), - (78732,2047,0,1861.01,-1916.53,95.6276,-2.32129,0,0,-0.91706,0.398748,300,255,1), - (78733,324,0,2266.57,-1614.03,97.5257,-0.715585,0,0,-0.350207,0.936672,300,255,1), - (78734,175404,0,2266.57,-1614.03,97.5257,-0.715585,0,0,-0.350207,0.936672,300,255,1), - (78735,2047,0,2266.57,-1614.03,97.5257,-0.715585,0,0,-0.350207,0.936672,300,255,1), - (78736,324,0,2410.72,-1453.93,110.569,3.01941,0,0,0.998134,0.0610534,300,255,1), - (78737,175404,0,2410.72,-1453.93,110.569,3.01941,0,0,0.998134,0.0610534,300,255,1), - (78738,2047,0,2410.72,-1453.93,110.569,3.01941,0,0,0.998134,0.0610534,300,255,1), - (78739,324,0,2185.09,-1871.73,72.2382,2.89724,0,0,0.992546,0.121873,300,255,1), - (78740,175404,0,2185.09,-1871.73,72.2382,2.89724,0,0,0.992546,0.121873,300,255,1), - (78741,2047,0,2185.09,-1871.73,72.2382,2.89724,0,0,0.992546,0.121873,300,255,1), - (78742,324,0,2654.89,-1740.8,115.441,1.41372,0,0,0.649449,0.760405,300,255,1), - (78743,175404,0,2654.89,-1740.8,115.441,1.41372,0,0,0.649449,0.760405,300,255,1), - (78744,2047,0,2654.89,-1740.8,115.441,1.41372,0,0,0.649449,0.760405,300,255,1), - (78745,324,0,1593.42,-2215.51,63.8084,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (78746,175404,0,1593.42,-2215.51,63.8084,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (78747,2047,0,1593.42,-2215.51,63.8084,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (78748,324,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,255,1), - (78749,175404,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,255,1), - (78750,2047,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,255,1), - (78751,324,0,1705.69,-1814.1,80.3206,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (78752,175404,0,1705.69,-1814.1,80.3206,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (78753,2047,0,1705.69,-1814.1,80.3206,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (78754,324,0,2149.09,-1501.81,73.08,0.785398,0,0,0.382683,0.92388,300,255,1), - (78755,175404,0,2149.09,-1501.81,73.08,0.785398,0,0,0.382683,0.92388,300,255,1), - (78756,2047,0,2149.09,-1501.81,73.08,0.785398,0,0,0.382683,0.92388,300,255,1), - (78757,324,0,2571.05,-1621.03,95.3397,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (78758,175404,0,2571.05,-1621.03,95.3397,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (78759,2047,0,2571.05,-1621.03,95.3397,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (78760,324,0,2269.31,-1637,101.745,2.423,0,0,0.936144,0.351616,300,255,1), - (78761,175404,0,2269.31,-1637,101.745,2.423,0,0,0.936144,0.351616,300,255,1), - (78762,2047,0,2269.31,-1637,101.745,2.423,0,0,0.936144,0.351616,300,255,1), - (78763,324,0,2610.35,-1885,92.823,0.23,0,0,0.114747,0.993395,300,255,1), - (78764,175404,0,2610.35,-1885,92.823,0.23,0,0,0.114747,0.993395,300,255,1), - (78765,2047,0,2610.35,-1885,92.823,0.23,0,0,0.114747,0.993395,300,255,1), - (78766,324,0,1716.23,-1965,68.456,2.589,0,0,0.962072,0.272794,300,255,1), - (78767,175404,0,1716.23,-1965,68.456,2.589,0,0,0.962072,0.272794,300,255,1), - (78768,2047,0,1716.23,-1965,68.456,2.589,0,0,0.962072,0.272794,300,255,1), - (78769,324,0,2207.13,-1719.47,81.9363,1.50098,0,0,0.681997,0.731355,300,255,1), - (78770,175404,0,2207.13,-1719.47,81.9363,1.50098,0,0,0.681997,0.731355,300,255,1), - (78771,2047,0,2207.13,-1719.47,81.9363,1.50098,0,0,0.681997,0.731355,300,255,1), - (78772,324,0,1632.36,-2385.01,73.8914,0.558504,0,0,0.275637,0.961262,300,255,1), - (78773,175404,0,1632.36,-2385.01,73.8914,0.558504,0,0,0.275637,0.961262,300,255,1), - (78774,2047,0,1632.36,-2385.01,73.8914,0.558504,0,0,0.275637,0.961262,300,255,1), - (78775,324,0,2326.7,-1935.16,115.164,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (78776,175404,0,2326.7,-1935.16,115.164,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (78777,2047,0,2326.7,-1935.16,115.164,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (78778,324,0,1680.83,-1840,71.193,0.56,0,0,0.276356,0.961055,300,255,1), - (78779,175404,0,1680.83,-1840,71.193,0.56,0,0,0.276356,0.961055,300,255,1), - (78780,2047,0,1680.83,-1840,71.193,0.56,0,0,0.276356,0.961055,300,255,1), - (78781,324,0,2258.52,-2379,59.662,2.566,0,0,0.958872,0.28384,300,255,1), - (78782,175404,0,2258.52,-2379,59.662,2.566,0,0,0.958872,0.28384,300,255,1), - (78783,2047,0,2258.52,-2379,59.662,2.566,0,0,0.958872,0.28384,300,255,1), - (78784,324,0,2308.46,-1462,100.692,0.55,0,0,0.271547,0.962425,300,255,1), - (78785,175404,0,2308.46,-1462,100.692,0.55,0,0,0.271547,0.962425,300,255,1), - (78786,2047,0,2308.46,-1462,100.692,0.55,0,0,0.271547,0.962425,300,255,1), - (78787,324,0,2337.71,-1630,116.583,2.423,0,0,0.936144,0.351616,300,255,1), - (78788,175404,0,2337.71,-1630,116.583,2.423,0,0,0.936144,0.351616,300,255,1), - (78789,2047,0,2337.71,-1630,116.583,2.423,0,0,0.936144,0.351616,300,255,1), - (78790,324,0,2684.19,-1675,134.234,1.486,0,0,0.6765,0.736442,300,255,1), - (78791,175404,0,2684.19,-1675,134.234,1.486,0,0,0.6765,0.736442,300,255,1), - (78792,2047,0,2684.19,-1675,134.234,1.486,0,0,0.6765,0.736442,300,255,1), - (78793,324,0,2764.64,-1833,69.507,0.494,0,0,0.244496,0.96965,300,255,1), - (78794,175404,0,2764.64,-1833,69.507,0.494,0,0,0.244496,0.96965,300,255,1), - (78795,2047,0,2764.64,-1833,69.507,0.494,0,0,0.244496,0.96965,300,255,1), - (78796,324,0,1951.01,-2193,67.428,5.693,0,0,0.290829,-0.956775,300,255,1), - (78797,175404,0,1951.01,-2193,67.428,5.693,0,0,0.290829,-0.956775,300,255,1), - (78798,2047,0,1951.01,-2193,67.428,5.693,0,0,0.290829,-0.956775,300,255,1), - (78799,324,0,1615.41,-1904,76.634,1.42,0,0,0.651834,0.758362,300,255,1), - (78800,175404,0,1615.41,-1904,76.634,1.42,0,0,0.651834,0.758362,300,255,1), - (78801,2047,0,1615.41,-1904,76.634,1.42,0,0,0.651834,0.758362,300,255,1), - (78802,324,0,1859.17,-2508,70.143,3.623,0,0,0.97117,-0.238386,300,255,1), - (78803,175404,0,1859.17,-2508,70.143,3.623,0,0,0.97117,-0.238386,300,255,1), - (78804,2047,0,1859.17,-2508,70.143,3.623,0,0,0.97117,-0.238386,300,255,1), - (78805,324,0,1314.76,-1842,70.874,5.468,0,0,0.3964,-0.918078,300,255,1), - (78806,175404,0,1314.76,-1842,70.874,5.468,0,0,0.3964,-0.918078,300,255,1), - (78807,2047,0,1314.76,-1842,70.874,5.468,0,0,0.3964,-0.918078,300,255,1), - (78808,324,0,1369.75,-1888,72.592,4.502,0,0,0.777445,-0.628951,300,255,1), - (78809,175404,0,1369.75,-1888,72.592,4.502,0,0,0.777445,-0.628951,300,255,1), - (78810,2047,0,1369.75,-1888,72.592,4.502,0,0,0.777445,-0.628951,300,255,1), - (78811,324,0,1420.81,-1972.1,69.9208,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (78812,175404,0,1420.81,-1972.1,69.9208,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (78813,2047,0,1420.81,-1972.1,69.9208,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (78814,324,0,1425.21,-1970,68.307,1.482,0,0,0.675026,0.737794,300,255,1), - (78815,175404,0,1425.21,-1970,68.307,1.482,0,0,0.675026,0.737794,300,255,1), - (78816,2047,0,1425.21,-1970,68.307,1.482,0,0,0.675026,0.737794,300,255,1), - (78817,324,0,1384.22,-2016,46.124,2.711,0,0,0.976913,0.213637,300,255,1), - (78818,175404,0,1384.22,-2016,46.124,2.711,0,0,0.976913,0.213637,300,255,1), - (78819,2047,0,1384.22,-2016,46.124,2.711,0,0,0.976913,0.213637,300,255,1), - (78820,324,0,1361.33,-1907,80.051,2.747,0,0,0.9806,0.196019,300,255,1), - (78821,175404,0,1361.33,-1907,80.051,2.747,0,0,0.9806,0.196019,300,255,1), - (78822,2047,0,1361.33,-1907,80.051,2.747,0,0,0.9806,0.196019,300,255,1), - (78823,324,0,1387.24,-1929,75.248,3.269,0,0,0.997972,-0.0636606,300,255,1), - (78824,175404,0,1387.24,-1929,75.248,3.269,0,0,0.997972,-0.0636606,300,255,1), - (78825,2047,0,1387.24,-1929,75.248,3.269,0,0,0.997972,-0.0636606,300,255,1), - (78826,324,0,1340.13,-1887,77.937,4.73,0,0,0.700853,-0.713306,300,255,1), - (78827,175404,0,1340.13,-1887,77.937,4.73,0,0,0.700853,-0.713306,300,255,1), - (78828,2047,0,1340.13,-1887,77.937,4.73,0,0,0.700853,-0.713306,300,255,1), - (78829,324,0,1059.28,-1954.39,70.7691,0.977384,0,0,0.469471,0.882948,300,255,1), - (78830,175404,0,1059.28,-1954.39,70.7691,0.977384,0,0,0.469471,0.882948,300,255,1), - (78831,2047,0,1059.28,-1954.39,70.7691,0.977384,0,0,0.469471,0.882948,300,255,1), - (78832,324,0,1059.28,-1954.39,70.7691,0.977383,0,0,0.469471,0.882948,300,255,1), - (78833,175404,0,1059.28,-1954.39,70.7691,0.977383,0,0,0.469471,0.882948,300,255,1), - (78834,2047,0,1059.28,-1954.39,70.7691,0.977383,0,0,0.469471,0.882948,300,255,1), - (78835,324,0,1582.45,-1523,61.443,-3,0,0,-0.997495,0.0707372,300,255,1), - (78836,175404,0,1582.45,-1523,61.443,-3,0,0,-0.997495,0.0707372,300,255,1), - (78837,2047,0,1582.45,-1523,61.443,-3,0,0,-0.997495,0.0707372,300,255,1), - (78838,324,0,1420.81,-1972.1,69.9208,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (78839,175404,0,1420.81,-1972.1,69.9208,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (78840,2047,0,1420.81,-1972.1,69.9208,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (78841,324,0,1326.3,-1876.09,75.9321,1.0472,0,0,0.500001,0.866025,300,255,1), - (78842,175404,0,1326.3,-1876.09,75.9321,1.0472,0,0,0.500001,0.866025,300,255,1), - (78843,2047,0,1326.3,-1876.09,75.9321,1.0472,0,0,0.500001,0.866025,300,255,1), - (78844,324,0,1163.15,-1867.06,73.9792,0.837757,0,0,0.406736,0.913546,300,255,1), - (78845,175404,0,1163.15,-1867.06,73.9792,0.837757,0,0,0.406736,0.913546,300,255,1), - (78846,2047,0,1163.15,-1867.06,73.9792,0.837757,0,0,0.406736,0.913546,300,255,1), - (78847,324,0,1718.83,-1875,77.306,5.937,0,0,0.17223,-0.985057,300,255,1), - (78848,175404,0,1718.83,-1875,77.306,5.937,0,0,0.17223,-0.985057,300,255,1), - (78849,2047,0,1718.83,-1875,77.306,5.937,0,0,0.17223,-0.985057,300,255,1), - (78850,324,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,255,1), - (78851,175404,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,255,1), - (78852,2047,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,255,1), - (78853,324,0,2213.86,-5194,55.063,5.758,0,0,0.259585,-0.96572,300,255,1), - (78854,175404,0,2213.86,-5194,55.063,5.758,0,0,0.259585,-0.96572,300,255,1), - (78855,2047,0,2213.86,-5194,55.063,5.758,0,0,0.259585,-0.96572,300,255,1), - (78856,324,0,2474.28,-1874,127.31,6.283,0,0,0.0000926574,-1,300,255,1), - (78857,175404,0,2474.28,-1874,127.31,6.283,0,0,0.0000926574,-1,300,255,1), - (78858,2047,0,2474.28,-1874,127.31,6.283,0,0,0.0000926574,-1,300,255,1), - (78859,324,0,2256.4,-1908,94.473,1.168,0,0,0.551365,0.834264,300,255,1), - (78860,175404,0,2256.4,-1908,94.473,1.168,0,0,0.551365,0.834264,300,255,1), - (78861,2047,0,2256.4,-1908,94.473,1.168,0,0,0.551365,0.834264,300,255,1), - (78862,324,0,2663.46,-1843,83.51,1.351,0,0,0.625288,0.780394,300,255,1), - (78863,175404,0,2663.46,-1843,83.51,1.351,0,0,0.625288,0.780394,300,255,1), - (78864,2047,0,2663.46,-1843,83.51,1.351,0,0,0.625288,0.780394,300,255,1), - (78865,324,0,1515.19,-2130,73.084,4.395,0,0,0.809965,-0.586478,300,255,1), - (78866,175404,0,1515.19,-2130,73.084,4.395,0,0,0.809965,-0.586478,300,255,1), - (78867,2047,0,1515.19,-2130,73.084,4.395,0,0,0.809965,-0.586478,300,255,1), - (78868,324,0,1375.85,-1933,76.99,3.443,0,0,0.988666,-0.150134,300,255,1), - (78869,175404,0,1375.85,-1933,76.99,3.443,0,0,0.988666,-0.150134,300,255,1), - (78870,2047,0,1375.85,-1933,76.99,3.443,0,0,0.988666,-0.150134,300,255,1), - (78871,324,0,2730.64,-1727,135.509,0.122,0,0,0.0609622,0.99814,300,255,1), - (78872,175404,0,2730.64,-1727,135.509,0.122,0,0,0.0609622,0.99814,300,255,1), - (78873,2047,0,2730.64,-1727,135.509,0.122,0,0,0.0609622,0.99814,300,255,1), - (78874,324,0,2762.59,-1393,156.056,1.793,0,0,0.781146,0.624348,300,255,1), - (78875,175404,0,2762.59,-1393,156.056,1.793,0,0,0.781146,0.624348,300,255,1), - (78876,2047,0,2762.59,-1393,156.056,1.793,0,0,0.781146,0.624348,300,255,1), - (78877,324,0,2827.81,-1324,150.256,0.135,0,0,0.0674488,0.997723,300,255,1), - (78878,175404,0,2827.81,-1324,150.256,0.135,0,0,0.0674488,0.997723,300,255,1), - (78879,2047,0,2827.81,-1324,150.256,0.135,0,0,0.0674488,0.997723,300,255,1), - (78880,324,0,2791.67,-1367,145.214,3.141,0,0,1,0.000296311,300,255,1), - (78881,175404,0,2791.67,-1367,145.214,3.141,0,0,1,0.000296311,300,255,1), - (78882,2047,0,2791.67,-1367,145.214,3.141,0,0,1,0.000296311,300,255,1), - (78883,324,0,2988.13,-1654,157.122,0.27,0,0,0.13459,0.990901,300,255,1), - (78884,175404,0,2988.13,-1654,157.122,0.27,0,0,0.13459,0.990901,300,255,1), - (78885,2047,0,2988.13,-1654,157.122,0.27,0,0,0.13459,0.990901,300,255,1), - (78886,324,0,2741.75,-1581,132.976,2.569,0,0,0.959296,0.282401,300,255,1), - (78887,175404,0,2741.75,-1581,132.976,2.569,0,0,0.959296,0.282401,300,255,1), - (78888,2047,0,2741.75,-1581,132.976,2.569,0,0,0.959296,0.282401,300,255,1), - (78889,324,0,2406.24,-2344.45,53.6882,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (78890,175404,0,2406.24,-2344.45,53.6882,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (78891,2047,0,2406.24,-2344.45,53.6882,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (78892,324,0,3028.59,-1400,152.435,0.474,0,0,0.234788,0.972047,300,255,1), - (78893,175404,0,3028.59,-1400,152.435,0.474,0,0,0.234788,0.972047,300,255,1), - (78894,2047,0,3028.59,-1400,152.435,0.474,0,0,0.234788,0.972047,300,255,1), - (78895,324,0,2955.94,-1341.01,151.267,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (78896,175404,0,2955.94,-1341.01,151.267,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (78897,2047,0,2955.94,-1341.01,151.267,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (78898,1731,0,-11087.8,2077.56,5.49718,2.3911,0,0,0.930417,0.366502,300,255,1), - (78899,1732,0,-11087.8,2077.56,5.49718,2.3911,0,0,0.930417,0.366502,300,255,1), - (78900,1733,0,-11087.8,2077.56,5.49718,2.3911,0,0,0.930417,0.366502,300,255,1), - (78901,1731,0,-10595.6,1990.49,-4.30636,1.64061,0,0,0.731354,0.681998,300,255,1), - (78902,1732,0,-10595.6,1990.49,-4.30636,1.64061,0,0,0.731354,0.681998,300,255,1), - (78903,1733,0,-10595.6,1990.49,-4.30636,1.64061,0,0,0.731354,0.681998,300,255,1), - (78904,1731,0,-11082.8,1519.41,29.8961,-0.331612,0,0,-0.165047,0.986286,300,255,1), - (78905,1732,0,-11082.8,1519.41,29.8961,-0.331612,0,0,-0.165047,0.986286,300,255,1), - (78906,1733,0,-11082.8,1519.41,29.8961,-0.331612,0,0,-0.165047,0.986286,300,255,1), - (78907,1731,0,-11051.7,1347.31,43.2865,2.82743,0,0,0.987688,0.156436,300,255,1), - (78908,1732,0,-11051.7,1347.31,43.2865,2.82743,0,0,0.987688,0.156436,300,255,1), - (78909,1733,0,-11051.7,1347.31,43.2865,2.82743,0,0,0.987688,0.156436,300,255,1), - (78910,1731,0,-11326.7,1576.02,35.6833,0.226893,0,0,0.113203,0.993572,300,255,1), - (78911,1732,0,-11326.7,1576.02,35.6833,0.226893,0,0,0.113203,0.993572,300,255,1), - (78912,1733,0,-11326.7,1576.02,35.6833,0.226893,0,0,0.113203,0.993572,300,255,1), - (78913,1731,0,-11287.6,1565.5,37.6382,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78914,1732,0,-11287.6,1565.5,37.6382,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78915,1733,0,-11287.6,1565.5,37.6382,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (78916,1731,0,-11187.9,1549.99,20.5152,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (78917,1732,0,-11187.9,1549.99,20.5152,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (78918,1733,0,-11187.9,1549.99,20.5152,-0.471239,0,0,-0.233445,0.97237,300,255,1), - (78919,1731,0,-11120.5,1514.43,24.9607,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (78920,1732,0,-11120.5,1514.43,24.9607,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (78921,1733,0,-11120.5,1514.43,24.9607,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (78922,1731,0,-10343.2,773.869,31.3173,0.122173,0,0,0.0610485,0.998135,300,255,1), - (78923,1732,0,-10343.2,773.869,31.3173,0.122173,0,0,0.0610485,0.998135,300,255,1), - (78924,1733,0,-10343.2,773.869,31.3173,0.122173,0,0,0.0610485,0.998135,300,255,1), - (78925,1731,0,-9871.07,1421.18,45.4027,0.733038,0,0,0.358368,0.93358,300,255,1), - (78926,1732,0,-9871.07,1421.18,45.4027,0.733038,0,0,0.358368,0.93358,300,255,1), - (78927,1733,0,-9871.07,1421.18,45.4027,0.733038,0,0,0.358368,0.93358,300,255,1), - (78928,1731,0,-9939.02,1473.09,41.6971,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (78929,1732,0,-9939.02,1473.09,41.6971,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (78930,1733,0,-9939.02,1473.09,41.6971,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (78931,1731,0,-11264.5,1643.5,34.9335,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (78932,1732,0,-11264.5,1643.5,34.9335,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (78933,1733,0,-11264.5,1643.5,34.9335,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (78934,1731,0,-10679.6,2004.03,17.5325,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (78935,1732,0,-10679.6,2004.03,17.5325,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (78936,1733,0,-10679.6,2004.03,17.5325,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (78937,1731,0,-9917.51,1586.95,43.3489,2.21657,0,0,0.894935,0.446197,300,255,1), - (78938,1732,0,-9917.51,1586.95,43.3489,2.21657,0,0,0.894935,0.446197,300,255,1), - (78939,1733,0,-9917.51,1586.95,43.3489,2.21657,0,0,0.894935,0.446197,300,255,1), - (78940,1731,0,-11306.8,1566.3,37.7273,1.67552,0,0,0.743146,0.669129,300,255,1), - (78941,1732,0,-11306.8,1566.3,37.7273,1.67552,0,0,0.743146,0.669129,300,255,1), - (78942,1733,0,-11306.8,1566.3,37.7273,1.67552,0,0,0.743146,0.669129,300,255,1), - (78943,1731,0,-11231.4,1625.16,28.2586,1.20428,0,0,0.566407,0.824125,300,255,1), - (78944,1732,0,-11231.4,1625.16,28.2586,1.20428,0,0,0.566407,0.824125,300,255,1), - (78945,1733,0,-11231.4,1625.16,28.2586,1.20428,0,0,0.566407,0.824125,300,255,1), - (78946,1731,0,-10468.5,1341.91,44.6808,0,0,0,0,1,300,0,1), - (78947,1732,0,-10468.5,1341.91,44.6808,0,0,0,0,1,300,0,1), - (78948,1733,0,-10468.5,1341.91,44.6808,0,0,0,0,1,300,0,1), - (78949,1731,0,-10133.8,793.8,19.4021,0.837758,0,0,0.406737,0.913545,300,255,1), - (78950,1732,0,-10133.8,793.8,19.4021,0.837758,0,0,0.406737,0.913545,300,255,1), - (78951,1733,0,-10133.8,793.8,19.4021,0.837758,0,0,0.406737,0.913545,300,255,1), - (78952,1731,0,-11258,1501.48,38.3513,0.10472,0,0,0.0523361,0.99863,300,255,1), - (78953,1732,0,-11258,1501.48,38.3513,0.10472,0,0,0.0523361,0.99863,300,255,1), - (78954,1733,0,-11258,1501.48,38.3513,0.10472,0,0,0.0523361,0.99863,300,255,1), - (78955,1731,0,-11328.8,1594.18,36.9639,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (78956,1732,0,-11328.8,1594.18,36.9639,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (78957,1733,0,-11328.8,1594.18,36.9639,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (78958,1731,0,-11320.6,1559.97,28.1727,0.139626,0,0,0.0697563,0.997564,300,255,1), - (78959,1732,0,-11320.6,1559.97,28.1727,0.139626,0,0,0.0697563,0.997564,300,255,1), - (78960,1733,0,-11320.6,1559.97,28.1727,0.139626,0,0,0.0697563,0.997564,300,255,1), - (78961,1731,0,-10673.2,691.022,43.2237,0.733038,0,0,0.358368,0.93358,300,255,1), - (78962,1732,0,-10673.2,691.022,43.2237,0.733038,0,0,0.358368,0.93358,300,255,1), - (78963,1733,0,-10673.2,691.022,43.2237,0.733038,0,0,0.358368,0.93358,300,255,1), - (78964,1731,0,-9830.03,1401.71,48.2202,-2.75762,0,0,-0.981627,0.190809,300,255,1), - (78965,1732,0,-9830.03,1401.71,48.2202,-2.75762,0,0,-0.981627,0.190809,300,255,1), - (78966,1733,0,-9830.03,1401.71,48.2202,-2.75762,0,0,-0.981627,0.190809,300,255,1), - (78967,1731,0,-9849.11,1442.37,40.4727,2.63545,0,0,0.968148,0.250379,300,255,1), - (78968,1732,0,-9849.11,1442.37,40.4727,2.63545,0,0,0.968148,0.250379,300,255,1), - (78969,1733,0,-9849.11,1442.37,40.4727,2.63545,0,0,0.968148,0.250379,300,255,1), - (78970,1731,0,-10206.2,1805.9,38.0356,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (78971,1732,0,-10206.2,1805.9,38.0356,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (78972,1733,0,-10206.2,1805.9,38.0356,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (78973,1731,0,-9892.99,1446.51,46.1272,-0.767945,0,0,-0.374607,0.927184,300,255,1), - (78974,1732,0,-9892.99,1446.51,46.1272,-0.767945,0,0,-0.374607,0.927184,300,255,1), - (78975,1733,0,-9892.99,1446.51,46.1272,-0.767945,0,0,-0.374607,0.927184,300,255,1), - (78976,1731,0,-9905.59,1435.75,40.0603,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (78977,1732,0,-9905.59,1435.75,40.0603,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (78978,1733,0,-9905.59,1435.75,40.0603,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (78979,1731,0,-11194.2,1694.54,45.6586,1.46608,0,0,0.669132,0.743144,300,255,1), - (78980,1732,0,-11194.2,1694.54,45.6586,1.46608,0,0,0.669132,0.743144,300,255,1), - (78981,1733,0,-11194.2,1694.54,45.6586,1.46608,0,0,0.669132,0.743144,300,255,1), - (78982,1731,0,-9966.55,1790.64,20.2446,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (78983,1732,0,-9966.55,1790.64,20.2446,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (78984,1733,0,-9966.55,1790.64,20.2446,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (78985,1731,0,-10008.5,1865.07,20.2473,2.74017,0,0,0.979925,0.199366,300,255,1), - (78986,1732,0,-10008.5,1865.07,20.2473,2.74017,0,0,0.979925,0.199366,300,255,1), - (78987,1733,0,-10008.5,1865.07,20.2473,2.74017,0,0,0.979925,0.199366,300,255,1), - (78988,1731,0,-10904,2098.75,13.2407,0.523599,0,0,0.258819,0.965926,300,255,1), - (78989,1732,0,-10904,2098.75,13.2407,0.523599,0,0,0.258819,0.965926,300,255,1), - (78990,1733,0,-10904,2098.75,13.2407,0.523599,0,0,0.258819,0.965926,300,255,1), - (78991,1731,0,-10205.7,1951.59,21.2334,1.22173,0,0,0.573576,0.819152,300,255,1), - (78992,1732,0,-10205.7,1951.59,21.2334,1.22173,0,0,0.573576,0.819152,300,255,1), - (78993,1733,0,-10205.7,1951.59,21.2334,1.22173,0,0,0.573576,0.819152,300,255,1), - (78994,1731,0,-10291.3,1942.4,35.3724,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (78995,1732,0,-10291.3,1942.4,35.3724,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (78996,1733,0,-10291.3,1942.4,35.3724,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (78997,1731,0,-11175.1,1620.2,29.506,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (78998,1732,0,-11175.1,1620.2,29.506,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (78999,1733,0,-11175.1,1620.2,29.506,-0.837758,0,0,-0.406737,0.913545,300,255,1), - (79000,1731,0,-10479,1994.38,12.0118,0.890118,0,0,0.430511,0.902585,300,255,1), - (79001,1732,0,-10479,1994.38,12.0118,0.890118,0,0,0.430511,0.902585,300,255,1), - (79002,1733,0,-10479,1994.38,12.0118,0.890118,0,0,0.430511,0.902585,300,255,1), - (79003,1731,0,-9741.26,1284.89,41.5235,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (79004,1732,0,-9741.26,1284.89,41.5235,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (79005,1733,0,-9741.26,1284.89,41.5235,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (79006,1731,0,-11238.7,832.159,51.1331,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (79007,1732,0,-11238.7,832.159,51.1331,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (79008,1733,0,-11238.7,832.159,51.1331,-3.03687,0,0,-0.998629,0.0523374,300,255,1), - (79009,1731,0,-10089.5,1729.51,39.0119,1.97222,0,0,0.833885,0.551938,300,255,1), - (79010,1732,0,-10089.5,1729.51,39.0119,1.97222,0,0,0.833885,0.551938,300,255,1), - (79011,1733,0,-10089.5,1729.51,39.0119,1.97222,0,0,0.833885,0.551938,300,255,1), - (79012,1731,0,-10466.7,1001.84,49.0825,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (79013,1732,0,-10466.7,1001.84,49.0825,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (79014,1733,0,-10466.7,1001.84,49.0825,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (79015,1731,0,-10029.4,2017.66,-15.1234,3.01942,0,0,0.998135,0.0610484,300,255,1), - (79016,1732,0,-10029.4,2017.66,-15.1234,3.01942,0,0,0.998135,0.0610484,300,255,1), - (79017,1733,0,-10029.4,2017.66,-15.1234,3.01942,0,0,0.998135,0.0610484,300,255,1), - (79018,1731,0,-9888.8,1745.42,18.9283,1.67552,0,0,0.743146,0.669129,300,255,1), - (79019,1732,0,-9888.8,1745.42,18.9283,1.67552,0,0,0.743146,0.669129,300,255,1), - (79020,1733,0,-9888.8,1745.42,18.9283,1.67552,0,0,0.743146,0.669129,300,255,1), - (79021,1731,0,-10314.5,1278.49,45.8038,2.25148,0,0,0.902586,0.430509,300,255,1), - (79022,1732,0,-10314.5,1278.49,45.8038,2.25148,0,0,0.902586,0.430509,300,255,1), - (79023,1733,0,-10314.5,1278.49,45.8038,2.25148,0,0,0.902586,0.430509,300,255,1), - (79024,1731,0,-9736.57,1076.61,17.0875,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (79025,1732,0,-9736.57,1076.61,17.0875,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (79026,1733,0,-9736.57,1076.61,17.0875,-0.872665,0,0,-0.422618,0.906308,300,255,1), - (79027,1731,0,-10476.2,1968.14,9.30176,1.97222,0,0,0.833885,0.551938,300,255,1), - (79028,1732,0,-10476.2,1968.14,9.30176,1.97222,0,0,0.833885,0.551938,300,255,1), - (79029,1733,0,-10476.2,1968.14,9.30176,1.97222,0,0,0.833885,0.551938,300,255,1), - (79030,1731,0,-10476.6,1951.56,11.4407,0.139626,0,0,0.0697563,0.997564,300,255,1), - (79031,1732,0,-10476.6,1951.56,11.4407,0.139626,0,0,0.0697563,0.997564,300,255,1), - (79032,1733,0,-10476.6,1951.56,11.4407,0.139626,0,0,0.0697563,0.997564,300,255,1), - (79033,1731,0,-10782.3,1400.45,23.0415,1.71042,0,0,0.754709,0.65606,300,255,1), - (79034,1732,0,-10782.3,1400.45,23.0415,1.71042,0,0,0.754709,0.65606,300,255,1), - (79035,1733,0,-10782.3,1400.45,23.0415,1.71042,0,0,0.754709,0.65606,300,255,1), - (79036,1731,0,-11227,1537.94,35.716,0,0,0,0,1,300,255,1), - (79037,1732,0,-11227,1537.94,35.716,0,0,0,0,1,300,255,1), - (79038,1733,0,-11227,1537.94,35.716,0,0,0,0,1,300,255,1), - (79039,1731,0,-10795.9,1266.73,34.3962,1.32645,0,0,0.615661,0.788011,300,255,1), - (79040,1732,0,-10795.9,1266.73,34.3962,1.32645,0,0,0.615661,0.788011,300,255,1), - (79041,1733,0,-10795.9,1266.73,34.3962,1.32645,0,0,0.615661,0.788011,300,255,1), - (79042,1731,0,-9938,1438.88,39.449,4.51,0,0,0.774923,-0.632056,300,255,1), - (79043,1732,0,-9938,1438.88,39.449,4.51,0,0,0.774923,-0.632056,300,255,1), - (79044,1733,0,-9938,1438.88,39.449,4.51,0,0,0.774923,-0.632056,300,255,1), - (79045,1731,0,-10518,1953.73,5.183,1.485,0,0,0.676132,0.736781,300,255,1), - (79046,1732,0,-10518,1953.73,5.183,1.485,0,0,0.676132,0.736781,300,255,1), - (79047,1733,0,-10518,1953.73,5.183,1.485,0,0,0.676132,0.736781,300,255,1), - (79048,1731,0,-10530,1940.12,3.946,5.535,0,0,0.365428,-0.93084,300,255,1), - (79049,1732,0,-10530,1940.12,3.946,5.535,0,0,0.365428,-0.93084,300,255,1), - (79050,1733,0,-10530,1940.12,3.946,5.535,0,0,0.365428,-0.93084,300,255,1), - (79051,1731,0,-11322,1601.41,37.152,3.142,0,0,1,-0.000203653,300,255,1), - (79052,1732,0,-11322,1601.41,37.152,3.142,0,0,1,-0.000203653,300,255,1), - (79053,1733,0,-11322,1601.41,37.152,3.142,0,0,1,-0.000203653,300,255,1), - (79054,1731,0,-10320,1884.29,38.209,3.721,0,0,0.958329,-0.285668,300,255,1), - (79055,1732,0,-10320,1884.29,38.209,3.721,0,0,0.958329,-0.285668,300,255,1), - (79056,1733,0,-10320,1884.29,38.209,3.721,0,0,0.958329,-0.285668,300,255,1), - (79057,1731,0,-9917.85,884.944,33.5319,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (79058,1732,0,-9917.85,884.944,33.5319,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (79059,1733,0,-9917.85,884.944,33.5319,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (79060,1731,0,-10498,1985.95,4.486,2.477,0,0,0.945296,0.326215,300,255,1), - (79061,1732,0,-10498,1985.95,4.486,2.477,0,0,0.945296,0.326215,300,255,1), - (79062,1733,0,-10498,1985.95,4.486,2.477,0,0,0.945296,0.326215,300,255,1), - (79063,1731,0,2781.51,-833.163,154.953,2.23402,0,0,0.898794,0.438372,300,255,1), - (79064,1732,0,2781.51,-833.163,154.953,2.23402,0,0,0.898794,0.438372,300,255,1), - (79065,1733,0,2781.51,-833.163,154.953,2.23402,0,0,0.898794,0.438372,300,255,1), - (79066,1731,0,-10677.6,863.392,42.8536,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (79067,1732,0,-10677.6,863.392,42.8536,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (79068,1733,0,-10677.6,863.392,42.8536,-2.93215,0,0,-0.994522,0.10453,300,255,1), - (79069,1731,0,-10326.8,1437.81,41.681,1.55334,0,0,0.700908,0.713252,300,255,1), - (79070,1732,0,-10326.8,1437.81,41.681,1.55334,0,0,0.700908,0.713252,300,255,1), - (79071,1733,0,-10326.8,1437.81,41.681,1.55334,0,0,0.700908,0.713252,300,255,1), - (79072,1731,0,-10008.9,878.734,38.924,0.890118,0,0,0.430511,0.902585,300,255,1), - (79073,1732,0,-10008.9,878.734,38.924,0.890118,0,0,0.430511,0.902585,300,255,1), - (79074,1733,0,-10008.9,878.734,38.924,0.890118,0,0,0.430511,0.902585,300,255,1), - (79075,1731,0,-11450,1723.14,11.694,2.304,0,0,0.913579,0.406661,300,255,1), - (79076,1732,0,-11450,1723.14,11.694,2.304,0,0,0.913579,0.406661,300,255,1), - (79077,1733,0,-11450,1723.14,11.694,2.304,0,0,0.913579,0.406661,300,255,1), - (79078,1731,0,-9602.69,969.846,39.3992,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (79079,1732,0,-9602.69,969.846,39.3992,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (79080,1733,0,-9602.69,969.846,39.3992,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (79081,1731,0,-10507,1976.45,9.944,1.018,0,0,0.487304,0.873232,300,255,1), - (79082,1732,0,-10507,1976.45,9.944,1.018,0,0,0.487304,0.873232,300,255,1), - (79083,1733,0,-10507,1976.45,9.944,1.018,0,0,0.487304,0.873232,300,255,1), - (79084,1731,0,-11134,1440.32,60.008,-2,0,0,-0.841471,0.540302,300,255,1), - (79085,1732,0,-11134,1440.32,60.008,-2,0,0,-0.841471,0.540302,300,255,1), - (79086,1733,0,-11134,1440.32,60.008,-2,0,0,-0.841471,0.540302,300,255,1), - (79087,1731,0,-10462,1951.66,9.521,4.751,0,0,0.693325,-0.720625,300,255,1), - (79088,1732,0,-10462,1951.66,9.521,4.751,0,0,0.693325,-0.720625,300,255,1), - (79089,1733,0,-10462,1951.66,9.521,4.751,0,0,0.693325,-0.720625,300,255,1), - (79090,1731,0,-9756,1008.48,35.189,-1,0,0,-0.479426,0.877583,300,255,1), - (79091,1732,0,-9756,1008.48,35.189,-1,0,0,-0.479426,0.877583,300,255,1), - (79092,1733,0,-9756,1008.48,35.189,-1,0,0,-0.479426,0.877583,300,255,1), - (79093,1731,0,-11018.8,960.273,38.1789,0.90757,0,0,0.438371,0.898794,300,255,1), - (79094,1732,0,-11018.8,960.273,38.1789,0.90757,0,0,0.438371,0.898794,300,255,1), - (79095,1733,0,-11018.8,960.273,38.1789,0.90757,0,0,0.438371,0.898794,300,255,1), - (79096,1731,0,-11309,1854.9,16.912,-2,0,0,-0.841471,0.540302,300,255,1), - (79097,1732,0,-11309,1854.9,16.912,-2,0,0,-0.841471,0.540302,300,255,1), - (79098,1733,0,-11309,1854.9,16.912,-2,0,0,-0.841471,0.540302,300,255,1), - (79099,1731,0,-9912,1116.01,37.625,-1,0,0,-0.479426,0.877583,300,255,1), - (79100,1732,0,-9912,1116.01,37.625,-1,0,0,-0.479426,0.877583,300,255,1), - (79101,1733,0,-9912,1116.01,37.625,-1,0,0,-0.479426,0.877583,300,255,1), - (79102,1731,0,-10544,1994.56,-8.69469,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (79103,1732,0,-10544,1994.56,-8.69469,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (79104,1733,0,-10544,1994.56,-8.69469,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (79105,1731,0,-10411.3,1948.61,12.6105,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (79106,1732,0,-10411.3,1948.61,12.6105,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (79107,1733,0,-10411.3,1948.61,12.6105,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (79108,1731,0,-10738.4,2188.22,16.2193,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (79109,1732,0,-10738.4,2188.22,16.2193,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (79110,1733,0,-10738.4,2188.22,16.2193,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (79111,1731,0,-10524.5,1949.69,5.92688,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (79112,1732,0,-10524.5,1949.69,5.92688,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (79113,1733,0,-10524.5,1949.69,5.92688,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (79114,1731,0,-11257.2,1054.57,109.002,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (79115,1732,0,-11257.2,1054.57,109.002,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (79116,1733,0,-11257.2,1054.57,109.002,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (79117,1731,0,-11172,1969.6,21.3377,2.3911,0,0,0.930417,0.366502,300,255,1), - (79118,1732,0,-11172,1969.6,21.3377,2.3911,0,0,0.930417,0.366502,300,255,1), - (79119,1733,0,-11172,1969.6,21.3377,2.3911,0,0,0.930417,0.366502,300,255,1), - (79120,1731,0,-11278.8,1137.58,97.9341,0.907571,0,0,0.438371,0.898794,300,255,1), - (79121,1732,0,-11278.8,1137.58,97.9341,0.907571,0,0,0.438371,0.898794,300,255,1), - (79122,1733,0,-11278.8,1137.58,97.9341,0.907571,0,0,0.438371,0.898794,300,255,1), - (79123,1731,0,-11149.5,1547.8,21.3038,0.942478,0,0,0.453991,0.891006,300,255,1), - (79124,1732,0,-11149.5,1547.8,21.3038,0.942478,0,0,0.453991,0.891006,300,255,1), - (79125,1733,0,-11149.5,1547.8,21.3038,0.942478,0,0,0.453991,0.891006,300,255,1), - (79126,1731,0,-11008.9,835.871,36.7729,1.02974,0,0,0.492422,0.870357,300,255,1), - (79127,1732,0,-11008.9,835.871,36.7729,1.02974,0,0,0.492422,0.870357,300,255,1), - (79128,1733,0,-11008.9,835.871,36.7729,1.02974,0,0,0.492422,0.870357,300,255,1), - (79129,1731,0,-11194.9,682.466,36.5628,2.84489,0,0,0.989016,0.147808,300,255,1), - (79130,1732,0,-11194.9,682.466,36.5628,2.84489,0,0,0.989016,0.147808,300,255,1), - (79131,1733,0,-11194.9,682.466,36.5628,2.84489,0,0,0.989016,0.147808,300,255,1), - (79132,1731,0,-10562.8,2011.39,-6.07262,3.12412,0,0,0.999962,0.00873622,300,255,1), - (79133,1732,0,-10562.8,2011.39,-6.07262,3.12412,0,0,0.999962,0.00873622,300,255,1), - (79134,1733,0,-10562.8,2011.39,-6.07262,3.12412,0,0,0.999962,0.00873622,300,255,1), - (79135,1731,0,-9854.38,1380.9,38.568,-2.60053,0,0,-0.963629,0.267244,300,255,1), - (79136,1732,0,-9854.38,1380.9,38.568,-2.60053,0,0,-0.963629,0.267244,300,255,1), - (79137,1733,0,-9854.38,1380.9,38.568,-2.60053,0,0,-0.963629,0.267244,300,255,1), - (79138,1731,0,-11193.2,1441.63,89.3392,-3.12414,0,0,-0.999962,0.0087262,300,255,1), - (79139,1732,0,-11193.2,1441.63,89.3392,-3.12414,0,0,-0.999962,0.0087262,300,255,1), - (79140,1733,0,-11193.2,1441.63,89.3392,-3.12414,0,0,-0.999962,0.0087262,300,255,1), - (79141,1731,0,-11386.2,1643.82,72.648,1.98968,0,0,0.838672,0.544637,300,255,1), - (79142,1732,0,-11386.2,1643.82,72.648,1.98968,0,0,0.838672,0.544637,300,255,1), - (79143,1733,0,-11386.2,1643.82,72.648,1.98968,0,0,0.838672,0.544637,300,255,1), - (79144,1731,0,-11298.1,1636.16,61.5966,0.209439,0,0,0.104528,0.994522,300,255,1), - (79145,1732,0,-11298.1,1636.16,61.5966,0.209439,0,0,0.104528,0.994522,300,255,1), - (79146,1733,0,-11298.1,1636.16,61.5966,0.209439,0,0,0.104528,0.994522,300,255,1), - (79147,1731,0,-10492.3,1913.15,41.5969,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (79148,1732,0,-10492.3,1913.15,41.5969,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (79149,1733,0,-10492.3,1913.15,41.5969,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (79150,1731,0,-10557.3,1950.03,-1.81455,2.23402,0,0,0.898794,0.438372,300,255,1), - (79151,1732,0,-10557.3,1950.03,-1.81455,2.23402,0,0,0.898794,0.438372,300,255,1), - (79152,1733,0,-10557.3,1950.03,-1.81455,2.23402,0,0,0.898794,0.438372,300,255,1), - (79153,1731,0,-10460.7,1860.94,42.2707,-2.74017,0,0,-0.979925,0.199366,300,255,1), - (79154,1732,0,-10460.7,1860.94,42.2707,-2.74017,0,0,-0.979925,0.199366,300,255,1), - (79155,1733,0,-10460.7,1860.94,42.2707,-2.74017,0,0,-0.979925,0.199366,300,255,1), - (79156,1731,0,-11302.4,1478.61,91.7132,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (79157,1732,0,-11302.4,1478.61,91.7132,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (79158,1733,0,-11302.4,1478.61,91.7132,-1.72788,0,0,-0.760407,0.649446,300,255,1), - (79159,1731,0,-10464.3,1994.92,7.87331,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (79160,1732,0,-10464.3,1994.92,7.87331,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (79161,1733,0,-10464.3,1994.92,7.87331,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (79162,1731,0,-10803.1,1889.43,60.5385,1.88496,0,0,0.809018,0.587783,300,255,1), - (79163,1732,0,-10803.1,1889.43,60.5385,1.88496,0,0,0.809018,0.587783,300,255,1), - (79164,1733,0,-10803.1,1889.43,60.5385,1.88496,0,0,0.809018,0.587783,300,255,1), - (79165,1731,0,-11200.8,1469.9,17.5255,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79166,1732,0,-11200.8,1469.9,17.5255,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79167,1733,0,-11200.8,1469.9,17.5255,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79168,1731,0,-11170.9,1289.2,92.1205,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (79169,1732,0,-11170.9,1289.2,92.1205,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (79170,1733,0,-11170.9,1289.2,92.1205,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (79171,1731,0,-11226.9,1503.5,27.7697,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (79172,1732,0,-11226.9,1503.5,27.7697,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (79173,1733,0,-11226.9,1503.5,27.7697,-1.78024,0,0,-0.777147,0.629319,300,255,1), - (79174,1731,0,-11263.2,1572.27,35.4166,2.40855,0,0,0.93358,0.35837,300,255,1), - (79175,1732,0,-11263.2,1572.27,35.4166,2.40855,0,0,0.93358,0.35837,300,255,1), - (79176,1733,0,-11263.2,1572.27,35.4166,2.40855,0,0,0.93358,0.35837,300,255,1), - (79177,1731,0,-11249.5,786.607,49.3313,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (79178,1732,0,-11249.5,786.607,49.3313,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (79179,1733,0,-11249.5,786.607,49.3313,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (79180,1731,0,-10488.2,1941.07,10.6379,0.715585,0,0,0.350207,0.936672,300,255,1), - (79181,1732,0,-10488.2,1941.07,10.6379,0.715585,0,0,0.350207,0.936672,300,255,1), - (79182,1733,0,-10488.2,1941.07,10.6379,0.715585,0,0,0.350207,0.936672,300,255,1), - (79183,1731,0,-9957.6,1459.63,42.6001,2.11185,0,0,0.870356,0.492423,300,255,1), - (79184,1732,0,-9957.6,1459.63,42.6001,2.11185,0,0,0.870356,0.492423,300,255,1), - (79185,1733,0,-9957.6,1459.63,42.6001,2.11185,0,0,0.870356,0.492423,300,255,1), - (79186,1731,0,-11252,1595.68,34.8681,2.89724,0,0,0.992546,0.121873,300,255,1), - (79187,1732,0,-11252,1595.68,34.8681,2.89724,0,0,0.992546,0.121873,300,255,1), - (79188,1733,0,-11252,1595.68,34.8681,2.89724,0,0,0.992546,0.121873,300,255,1), - (79189,1731,0,-10484.2,1968.27,12.5137,2.56563,0,0,0.958819,0.284017,300,255,1), - (79190,1732,0,-10484.2,1968.27,12.5137,2.56563,0,0,0.958819,0.284017,300,255,1), - (79191,1733,0,-10484.2,1968.27,12.5137,2.56563,0,0,0.958819,0.284017,300,255,1), - (79192,1731,0,-9879.92,1410.21,45.6654,1.97222,0,0,0.833885,0.551938,300,255,1), - (79193,1732,0,-9879.92,1410.21,45.6654,1.97222,0,0,0.833885,0.551938,300,255,1), - (79194,1733,0,-9879.92,1410.21,45.6654,1.97222,0,0,0.833885,0.551938,300,255,1), - (79195,1731,0,-11134.8,1630.65,47.5503,0.436332,0,0,0.216439,0.976296,300,255,1), - (79196,1732,0,-11134.8,1630.65,47.5503,0.436332,0,0,0.216439,0.976296,300,255,1), - (79197,1733,0,-11134.8,1630.65,47.5503,0.436332,0,0,0.216439,0.976296,300,255,1), - (79198,1731,0,-11324.3,1661.3,67.0822,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (79199,1732,0,-11324.3,1661.3,67.0822,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (79200,1733,0,-11324.3,1661.3,67.0822,-2.58309,0,0,-0.961262,0.275636,300,255,1), - (79201,1731,0,-9864.96,1458.9,41.869,1.41,0,0,0.648034,0.761612,300,255,1), - (79202,1732,0,-9864.96,1458.9,41.869,1.41,0,0,0.648034,0.761612,300,255,1), - (79203,1733,0,-9864.96,1458.9,41.869,1.41,0,0,0.648034,0.761612,300,255,1), - (79204,1731,0,-9848,1443.03,40.683,4.434,0,0,0.798376,-0.60216,300,255,1), - (79205,1732,0,-9848,1443.03,40.683,4.434,0,0,0.798376,-0.60216,300,255,1), - (79206,1733,0,-9848,1443.03,40.683,4.434,0,0,0.798376,-0.60216,300,255,1), - (79207,1731,0,-9877.41,1433.25,43.903,1.249,0,0,0.584692,0.811256,300,255,1), - (79208,1732,0,-9877.41,1433.25,43.903,1.249,0,0,0.584692,0.811256,300,255,1), - (79209,1733,0,-9877.41,1433.25,43.903,1.249,0,0,0.584692,0.811256,300,255,1), - (79210,1731,0,-9878.13,1424.07,43.858,5.129,0,0,0.54559,-0.838052,300,255,1), - (79211,1732,0,-9878.13,1424.07,43.858,5.129,0,0,0.54559,-0.838052,300,255,1), - (79212,1733,0,-9878.13,1424.07,43.858,5.129,0,0,0.54559,-0.838052,300,255,1), - (79213,1731,0,-11241,1489.15,23.19,-1,0,0,-0.479426,0.877583,300,255,1), - (79214,1732,0,-11241,1489.15,23.19,-1,0,0,-0.479426,0.877583,300,255,1), - (79215,1733,0,-11241,1489.15,23.19,-1,0,0,-0.479426,0.877583,300,255,1), - (79216,1731,0,-9883.81,1436.14,44.0598,2.761,0,0,0.981948,0.18915,300,255,1), - (79217,1732,0,-9883.81,1436.14,44.0598,2.761,0,0,0.981948,0.18915,300,255,1), - (79218,1733,0,-9883.81,1436.14,44.0598,2.761,0,0,0.981948,0.18915,300,255,1), - (79219,1731,0,-9908.94,1433.86,38.8426,6.177,0,0,0.0530677,-0.998591,300,255,1), - (79220,1732,0,-9908.94,1433.86,38.8426,6.177,0,0,0.0530677,-0.998591,300,255,1), - (79221,1733,0,-9908.94,1433.86,38.8426,6.177,0,0,0.0530677,-0.998591,300,255,1), - (79222,1731,0,-9902.11,1459.64,40.691,1.296,0,0,0.603593,0.797293,300,255,1), - (79223,1732,0,-9902.11,1459.64,40.691,1.296,0,0,0.603593,0.797293,300,255,1), - (79224,1733,0,-9902.11,1459.64,40.691,1.296,0,0,0.603593,0.797293,300,255,1), - (79225,1731,0,-9954,1450.25,42.789,5.584,0,0,0.342515,-0.939512,300,255,1), - (79226,1732,0,-9954,1450.25,42.789,5.584,0,0,0.342515,-0.939512,300,255,1), - (79227,1733,0,-9954,1450.25,42.789,5.584,0,0,0.342515,-0.939512,300,255,1), - (79228,1731,0,-9963,1460.57,44.519,0.644,0,0,0.316464,0.948604,300,255,1), - (79229,1732,0,-9963,1460.57,44.519,0.644,0,0,0.316464,0.948604,300,255,1), - (79230,1733,0,-9963,1460.57,44.519,0.644,0,0,0.316464,0.948604,300,255,1), - (79231,1731,0,-9907,1420.59,38.736,4.976,0,0,0.608043,-0.793904,300,255,1), - (79232,1732,0,-9907,1420.59,38.736,4.976,0,0,0.608043,-0.793904,300,255,1), - (79233,1733,0,-9907,1420.59,38.736,4.976,0,0,0.608043,-0.793904,300,255,1), - (79234,1731,0,-9916,1435.6,39.834,4.83,0,0,0.664327,-0.747442,300,255,1), - (79235,1732,0,-9916,1435.6,39.834,4.83,0,0,0.664327,-0.747442,300,255,1), - (79236,1733,0,-9916,1435.6,39.834,4.83,0,0,0.664327,-0.747442,300,255,1), - (79237,1731,0,-9930,1447.6,39.053,1.968,0,0,0.832719,0.553696,300,255,1), - (79238,1732,0,-9930,1447.6,39.053,1.968,0,0,0.832719,0.553696,300,255,1), - (79239,1733,0,-9930,1447.6,39.053,1.968,0,0,0.832719,0.553696,300,255,1), - (79240,1731,0,-9915,1457.62,40.282,1.548,0,0,0.699001,0.71512,300,255,1), - (79241,1732,0,-9915,1457.62,40.282,1.548,0,0,0.699001,0.71512,300,255,1), - (79242,1733,0,-9915,1457.62,40.282,1.548,0,0,0.699001,0.71512,300,255,1), - (79243,1731,0,-9864,1461.46,42.525,1.41,0,0,0.648034,0.761612,300,255,1), - (79244,1732,0,-9864,1461.46,42.525,1.41,0,0,0.648034,0.761612,300,255,1), - (79245,1733,0,-9864,1461.46,42.525,1.41,0,0,0.648034,0.761612,300,255,1), - (79246,1731,0,-9892.02,1457.01,42.6418,0.448,0,0,0.222131,0.975017,300,255,1), - (79247,1732,0,-9892.02,1457.01,42.6418,0.448,0,0,0.222131,0.975017,300,255,1), - (79248,1733,0,-9892.02,1457.01,42.6418,0.448,0,0,0.222131,0.975017,300,255,1), - (79249,1731,0,-9854,1411.48,38.398,1.826,0,0,0.791341,0.611374,300,255,1), - (79250,1732,0,-9854,1411.48,38.398,1.826,0,0,0.791341,0.611374,300,255,1), - (79251,1733,0,-9854,1411.48,38.398,1.826,0,0,0.791341,0.611374,300,255,1), - (79252,1731,0,-9859.78,1395.48,40.2416,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (79253,1732,0,-9859.78,1395.48,40.2416,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (79254,1733,0,-9859.78,1395.48,40.2416,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (79255,1731,0,-9873,1432.03,44.489,1.249,0,0,0.584692,0.811256,300,255,1), - (79256,1732,0,-9873,1432.03,44.489,1.249,0,0,0.584692,0.811256,300,255,1), - (79257,1733,0,-9873,1432.03,44.489,1.249,0,0,0.584692,0.811256,300,255,1), - (79258,1731,0,-9877,1420.39,43.77,5.129,0,0,0.54559,-0.838052,300,255,1), - (79259,1732,0,-9877,1420.39,43.77,5.129,0,0,0.54559,-0.838052,300,255,1), - (79260,1733,0,-9877,1420.39,43.77,5.129,0,0,0.54559,-0.838052,300,255,1), - (79261,1731,0,-9877,1441.19,44.601,5.914,0,0,0.183546,-0.983011,300,255,1), - (79262,1732,0,-9877,1441.19,44.601,5.914,0,0,0.183546,-0.983011,300,255,1), - (79263,1733,0,-9877,1441.19,44.601,5.914,0,0,0.183546,-0.983011,300,255,1), - (79264,1731,0,-9891,1461.03,44.155,0.448,0,0,0.222131,0.975017,300,255,1), - (79265,1732,0,-9891,1461.03,44.155,0.448,0,0,0.222131,0.975017,300,255,1), - (79266,1733,0,-9891,1461.03,44.155,0.448,0,0,0.222131,0.975017,300,255,1), - (79267,1731,0,-10887,1830.1,71.044,3.301,0,0,0.996825,-0.0796194,300,255,1), - (79268,1732,0,-10887,1830.1,71.044,3.301,0,0,0.996825,-0.0796194,300,255,1), - (79269,1733,0,-10887,1830.1,71.044,3.301,0,0,0.996825,-0.0796194,300,255,1), - (79270,1731,0,-10471,1993.74,8.77,-2,0,0,-0.841471,0.540302,300,255,1), - (79271,1732,0,-10471,1993.74,8.77,-2,0,0,-0.841471,0.540302,300,255,1), - (79272,1733,0,-10471,1993.74,8.77,-2,0,0,-0.841471,0.540302,300,255,1), - (79273,1731,0,-9830.23,1427.97,36.8802,3.841,0,0,0.939474,-0.342619,300,255,1), - (79274,1732,0,-9830.23,1427.97,36.8802,3.841,0,0,0.939474,-0.342619,300,255,1), - (79275,1733,0,-9830.23,1427.97,36.8802,3.841,0,0,0.939474,-0.342619,300,255,1), - (79276,1731,0,-9853.86,1406.45,38.028,1.826,0,0,0.791341,0.611374,300,255,1), - (79277,1732,0,-9853.86,1406.45,38.028,1.826,0,0,0.791341,0.611374,300,255,1), - (79278,1733,0,-9853.86,1406.45,38.028,1.826,0,0,0.791341,0.611374,300,255,1), - (79279,1731,0,-9835.8,1394.81,38.405,0.106,0,0,0.0529752,0.998596,300,255,1), - (79280,1732,0,-9835.8,1394.81,38.405,0.106,0,0,0.0529752,0.998596,300,255,1), - (79281,1733,0,-9835.8,1394.81,38.405,0.106,0,0,0.0529752,0.998596,300,255,1), - (79282,1731,0,-9854.17,1391.69,38.7294,3.244,0,0,0.998689,-0.0511813,300,255,1), - (79283,1732,0,-9854.17,1391.69,38.7294,3.244,0,0,0.998689,-0.0511813,300,255,1), - (79284,1733,0,-9854.17,1391.69,38.7294,3.244,0,0,0.998689,-0.0511813,300,255,1), - (79285,1731,0,-9847.12,1399.89,37.1306,3.397,0,0,0.991857,-0.127357,300,255,1), - (79286,1732,0,-9847.12,1399.89,37.1306,3.397,0,0,0.991857,-0.127357,300,255,1), - (79287,1733,0,-9847.12,1399.89,37.1306,3.397,0,0,0.991857,-0.127357,300,255,1), - (79288,1731,0,-9828,1415.7,37.242,2.663,0,0,0.971505,0.237019,300,255,1), - (79289,1732,0,-9828,1415.7,37.242,2.663,0,0,0.971505,0.237019,300,255,1), - (79290,1733,0,-9828,1415.7,37.242,2.663,0,0,0.971505,0.237019,300,255,1), - (79291,1731,0,-9843,1386.87,39.012,4.783,0,0,0.681707,-0.731626,300,255,1), - (79292,1732,0,-9843,1386.87,39.012,4.783,0,0,0.681707,-0.731626,300,255,1), - (79293,1733,0,-9843,1386.87,39.012,4.783,0,0,0.681707,-0.731626,300,255,1), - (79294,1731,0,-9833,1427.33,37.63,3.841,0,0,0.939474,-0.342619,300,255,1), - (79295,1732,0,-9833,1427.33,37.63,3.841,0,0,0.939474,-0.342619,300,255,1), - (79296,1733,0,-9833,1427.33,37.63,3.841,0,0,0.939474,-0.342619,300,255,1), - (79297,1731,0,-9866,1451.85,41.556,5.384,0,0,0.434599,-0.900624,300,255,1), - (79298,1732,0,-9866,1451.85,41.556,5.384,0,0,0.434599,-0.900624,300,255,1), - (79299,1733,0,-9866,1451.85,41.556,5.384,0,0,0.434599,-0.900624,300,255,1), - (79300,1731,0,-9825.23,1415.35,36.6834,2.663,0,0,0.971505,0.237019,300,255,1), - (79301,1732,0,-9825.23,1415.35,36.6834,2.663,0,0,0.971505,0.237019,300,255,1), - (79302,1733,0,-9825.23,1415.35,36.6834,2.663,0,0,0.971505,0.237019,300,255,1), - (79303,1731,0,-9826.9,1433.22,37.5946,0.998,0,0,0.478548,0.878062,300,255,1), - (79304,1732,0,-9826.9,1433.22,37.5946,0.998,0,0,0.478548,0.878062,300,255,1), - (79305,1733,0,-9826.9,1433.22,37.5946,0.998,0,0,0.478548,0.878062,300,255,1), - (79306,1731,0,-9845.03,1391.96,38.1591,4.783,0,0,0.681707,-0.731626,300,255,1), - (79307,1732,0,-9845.03,1391.96,38.1591,4.783,0,0,0.681707,-0.731626,300,255,1), - (79308,1733,0,-9845.03,1391.96,38.1591,4.783,0,0,0.681707,-0.731626,300,255,1), - (79309,1731,0,-11185.4,1487.03,16.6621,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (79310,1732,0,-11185.4,1487.03,16.6621,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (79311,1733,0,-11185.4,1487.03,16.6621,-0.349066,0,0,-0.173648,0.984808,300,255,1), - (79312,1731,0,-9876.46,1458.12,46.8967,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (79313,1732,0,-9876.46,1458.12,46.8967,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (79314,1733,0,-9876.46,1458.12,46.8967,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (79315,1731,0,-10354.3,1986.82,15.429,-2.26893,0,0,-0.906308,0.422617,300,255,1), - (79316,1732,0,-10354.3,1986.82,15.429,-2.26893,0,0,-0.906308,0.422617,300,255,1), - (79317,1733,0,-10354.3,1986.82,15.429,-2.26893,0,0,-0.906308,0.422617,300,255,1), - (79318,1731,0,-10581.9,1972.7,-2.55669,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (79319,1732,0,-10581.9,1972.7,-2.55669,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (79320,1733,0,-10581.9,1972.7,-2.55669,-1.8326,0,0,-0.793355,0.60876,300,255,1), - (79321,1731,0,-10452.8,1954.38,10.0397,0.10472,0,0,0.0523361,0.99863,300,255,1), - (79322,1732,0,-10452.8,1954.38,10.0397,0.10472,0,0,0.0523361,0.99863,300,255,1), - (79323,1733,0,-10452.8,1954.38,10.0397,0.10472,0,0,0.0523361,0.99863,300,255,1), - (79324,1731,0,-9821,1430.39,38.0736,-1.85005,0,0,-0.798636,0.601815,300,255,1), - (79325,1732,0,-9821,1430.39,38.0736,-1.85005,0,0,-0.798636,0.601815,300,255,1), - (79326,1733,0,-9821,1430.39,38.0736,-1.85005,0,0,-0.798636,0.601815,300,255,1), - (79327,1731,0,-10121.7,1896.4,21.4819,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (79328,1732,0,-10121.7,1896.4,21.4819,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (79329,1733,0,-10121.7,1896.4,21.4819,-0.610865,0,0,-0.300706,0.953717,300,255,1), - (79330,1731,0,-9822.25,1405.45,37.1085,5.958,0,0,0.161877,-0.986811,300,255,1), - (79331,1732,0,-9822.25,1405.45,37.1085,5.958,0,0,0.161877,-0.986811,300,255,1), - (79332,1733,0,-9822.25,1405.45,37.1085,5.958,0,0,0.161877,-0.986811,300,255,1), - (79333,1731,0,-9845.98,1445.76,39.2305,4.434,0,0,0.798376,-0.60216,300,255,1), - (79334,1732,0,-9845.98,1445.76,39.2305,4.434,0,0,0.798376,-0.60216,300,255,1), - (79335,1733,0,-9845.98,1445.76,39.2305,4.434,0,0,0.798376,-0.60216,300,255,1), - (79336,1731,0,-9836,1391.78,39.065,0.106,0,0,0.0529752,0.998596,300,255,1), - (79337,1732,0,-9836,1391.78,39.065,0.106,0,0,0.0529752,0.998596,300,255,1), - (79338,1733,0,-9836,1391.78,39.065,0.106,0,0,0.0529752,0.998596,300,255,1), - (79339,1731,0,-9841,1443.88,38.659,0.589,0,0,0.290261,0.956947,300,255,1), - (79340,1732,0,-9841,1443.88,38.659,0.589,0,0,0.290261,0.956947,300,255,1), - (79341,1733,0,-9841,1443.88,38.659,0.589,0,0,0.290261,0.956947,300,255,1), - (79342,1731,0,-11239,1561.51,35.581,0.436,0,0,0.216277,0.976332,300,255,1), - (79343,1732,0,-11239,1561.51,35.581,0.436,0,0,0.216277,0.976332,300,255,1), - (79344,1733,0,-11239,1561.51,35.581,0.436,0,0,0.216277,0.976332,300,255,1), - (79345,1731,0,-11208,1349.08,96.497,2.001,0,0,0.841741,0.539882,300,255,1), - (79346,1732,0,-11208,1349.08,96.497,2.001,0,0,0.841741,0.539882,300,255,1), - (79347,1733,0,-11208,1349.08,96.497,2.001,0,0,0.841741,0.539882,300,255,1), - (79348,1731,0,-9883.09,1443.66,44.0138,3.346,0,0,0.994782,-0.102026,300,255,1), - (79349,1732,0,-9883.09,1443.66,44.0138,3.346,0,0,0.994782,-0.102026,300,255,1), - (79350,1733,0,-9883.09,1443.66,44.0138,3.346,0,0,0.994782,-0.102026,300,255,1), - (79351,1731,0,-9989.94,1451.77,41.7335,6.028,0,0,0.127247,-0.991871,300,255,1), - (79352,1732,0,-9989.94,1451.77,41.7335,6.028,0,0,0.127247,-0.991871,300,255,1), - (79353,1733,0,-9989.94,1451.77,41.7335,6.028,0,0,0.127247,-0.991871,300,255,1), - (79354,1731,0,-9984.84,1464.07,43.0746,6.044,0,0,0.119308,-0.992857,300,255,1), - (79355,1732,0,-9984.84,1464.07,43.0746,6.044,0,0,0.119308,-0.992857,300,255,1), - (79356,1733,0,-9984.84,1464.07,43.0746,6.044,0,0,0.119308,-0.992857,300,255,1), - (79357,1731,0,-10451.7,1912.81,12.0031,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (79358,1732,0,-10451.7,1912.81,12.0031,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (79359,1733,0,-10451.7,1912.81,12.0031,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (79360,1731,0,-10171,2040.15,4.252,6.016,0,0,0.133196,-0.99109,300,255,1), - (79361,1732,0,-10171,2040.15,4.252,6.016,0,0,0.133196,-0.99109,300,255,1), - (79362,1733,0,-10171,2040.15,4.252,6.016,0,0,0.133196,-0.99109,300,255,1), - (79363,1731,0,-9962.33,1457.93,44.0793,0.644,0,0,0.316464,0.948604,300,255,1), - (79364,1732,0,-9962.33,1457.93,44.0793,0.644,0,0,0.316464,0.948604,300,255,1), - (79365,1733,0,-9962.33,1457.93,44.0793,0.644,0,0,0.316464,0.948604,300,255,1), - (79366,1731,0,-10374,1637.49,34.751,5.911,0,0,0.185021,-0.982735,300,255,1), - (79367,1732,0,-10374,1637.49,34.751,5.911,0,0,0.185021,-0.982735,300,255,1), - (79368,1733,0,-10374,1637.49,34.751,5.911,0,0,0.185021,-0.982735,300,255,1), - (79369,1731,0,-10463.2,1942.88,12.7752,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (79370,1732,0,-10463.2,1942.88,12.7752,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (79371,1733,0,-10463.2,1942.88,12.7752,-0.628319,0,0,-0.309017,0.951056,300,255,1), - (79372,1731,0,-11234.7,1599.2,33.5784,-2.9147,0,0,-0.993572,0.113203,300,255,1), - (79373,1732,0,-11234.7,1599.2,33.5784,-2.9147,0,0,-0.993572,0.113203,300,255,1), - (79374,1733,0,-11234.7,1599.2,33.5784,-2.9147,0,0,-0.993572,0.113203,300,255,1), - (79375,1731,0,-9860,1443.89,63.315,3.855,0,0,0.937053,-0.349187,300,255,1), - (79376,1732,0,-9860,1443.89,63.315,3.855,0,0,0.937053,-0.349187,300,255,1), - (79377,1733,0,-9860,1443.89,63.315,3.855,0,0,0.937053,-0.349187,300,255,1), - (79378,1731,0,-10778,1940.99,46.662,3.835,0,0,0.940498,-0.339799,300,255,1), - (79379,1732,0,-10778,1940.99,46.662,3.835,0,0,0.940498,-0.339799,300,255,1), - (79380,1733,0,-10778,1940.99,46.662,3.835,0,0,0.940498,-0.339799,300,255,1), - (79381,1731,0,-10172,2042.77,3.193,0.648,0,0,0.318361,0.94797,300,255,1), - (79382,1732,0,-10172,2042.77,3.193,0.648,0,0,0.318361,0.94797,300,255,1), - (79383,1733,0,-10172,2042.77,3.193,0.648,0,0,0.318361,0.94797,300,255,1), - (79384,1731,0,-11235,1614.75,68.409,1.116,0,0,0.529491,0.848316,300,255,1), - (79385,1732,0,-11235,1614.75,68.409,1.116,0,0,0.529491,0.848316,300,255,1), - (79386,1733,0,-11235,1614.75,68.409,1.116,0,0,0.529491,0.848316,300,255,1), - (79387,1731,0,-10815,1901.43,62.57,2.067,0,0,0.859096,0.511815,300,255,1), - (79388,1732,0,-10815,1901.43,62.57,2.067,0,0,0.859096,0.511815,300,255,1), - (79389,1733,0,-10815,1901.43,62.57,2.067,0,0,0.859096,0.511815,300,255,1), - (79390,1731,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (79391,1732,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (79392,1735,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (79393,1733,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (79394,1734,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (79395,1731,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,255,1), - (79396,1732,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,255,1), - (79397,1735,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,255,1), - (79398,1733,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,255,1), - (79399,1734,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,255,1), - (79400,1731,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,255,1), - (79401,1732,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,255,1), - (79402,1735,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,255,1), - (79403,1733,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,255,1), - (79404,1734,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,255,1), - (79405,1731,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (79406,1732,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (79407,1735,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (79408,1733,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (79409,1734,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (79410,1731,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,255,1), - (79411,1732,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,255,1), - (79412,1735,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,255,1), - (79413,1733,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,255,1), - (79414,1734,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,255,1), - (79415,1731,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,255,1), - (79416,1732,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,255,1), - (79417,1735,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,255,1), - (79418,1733,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,255,1), - (79419,1734,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,255,1), - (79420,1731,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,255,1), - (79421,1732,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,255,1), - (79422,1735,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,255,1), - (79423,1733,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,255,1), - (79424,1734,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,255,1), - (79425,1731,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,255,1), - (79426,1732,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,255,1), - (79427,1735,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,255,1), - (79428,1733,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,255,1), - (79429,1734,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,255,1), - (79430,1731,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (79431,1732,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (79432,1735,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (79433,1733,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (79434,1734,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (79435,1731,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,255,1), - (79436,1732,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,255,1), - (79437,1735,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,255,1), - (79438,1733,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,255,1), - (79439,1734,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,255,1), - (79440,1731,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (79441,1732,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (79442,1735,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (79443,1733,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (79444,1734,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,255,1), - (79445,1731,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79446,1732,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79447,1735,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79448,1733,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79449,1734,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79450,1731,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,255,1), - (79451,1732,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,255,1), - (79452,1735,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,255,1), - (79453,1733,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,255,1), - (79454,1734,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,255,1), - (79455,1731,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,255,1), - (79456,1732,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,255,1), - (79457,1735,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,255,1), - (79458,1733,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,255,1), - (79459,1734,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,255,1), - (79460,1731,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,255,1), - (79461,1732,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,255,1), - (79462,1735,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,255,1), - (79463,1733,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,255,1), - (79464,1734,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,255,1), - (79465,1731,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,255,1), - (79466,1732,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,255,1), - (79467,1735,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,255,1), - (79468,1733,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,255,1), - (79469,1734,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,255,1), - (79470,1731,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,255,1), - (79471,1732,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,255,1), - (79472,1735,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,255,1), - (79473,1733,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,255,1), - (79474,1734,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,255,1), - (79475,1731,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (79476,1732,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (79477,1735,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (79478,1733,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (79479,1734,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (79480,1731,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,255,1), - (79481,1732,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,255,1), - (79482,1735,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,255,1), - (79483,1733,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,255,1), - (79484,1734,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,255,1), - (79485,1731,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,255,1), - (79486,1732,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,255,1), - (79487,1735,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,255,1), - (79488,1733,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,255,1), - (79489,1734,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,255,1), - (79490,1731,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,255,1), - (79491,1732,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,255,1), - (79492,1735,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,255,1), - (79493,1733,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,255,1), - (79494,1734,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,255,1), - (79495,1731,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,255,1), - (79496,1732,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,255,1), - (79497,1735,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,255,1), - (79498,1733,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,255,1), - (79499,1734,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,255,1), - (79500,1731,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,255,1), - (79501,1732,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,255,1), - (79502,1735,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,255,1), - (79503,1733,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,255,1), - (79504,1734,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,255,1), - (79505,1731,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,255,1), - (79506,1732,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,255,1), - (79507,1735,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,255,1), - (79508,1733,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,255,1), - (79509,1734,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,255,1), - (79510,1731,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,255,1), - (79511,1732,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,255,1), - (79512,1735,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,255,1), - (79513,1733,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,255,1), - (79514,1734,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,255,1), - (79515,1731,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,255,1), - (79516,1732,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,255,1), - (79517,1735,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,255,1), - (79518,1733,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,255,1), - (79519,1734,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,255,1), - (79520,1731,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,255,1), - (79521,1732,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,255,1), - (79522,1735,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,255,1), - (79523,1733,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,255,1), - (79524,1734,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,255,1), - (79525,1731,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,255,1), - (79526,1732,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,255,1), - (79527,1735,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,255,1), - (79528,1733,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,255,1), - (79529,1734,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,255,1), - (79530,1731,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,255,1), - (79531,1732,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,255,1), - (79532,1735,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,255,1), - (79533,1733,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,255,1), - (79534,1734,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,255,1), - (79535,1731,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,255,1), - (79536,1732,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,255,1), - (79537,1735,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,255,1), - (79538,1733,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,255,1), - (79539,1734,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,255,1), - (79540,1731,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,255,1), - (79541,1732,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,255,1), - (79542,1735,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,255,1), - (79543,1733,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,255,1), - (79544,1734,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,255,1), - (79545,1731,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,255,1), - (79546,1732,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,255,1), - (79547,1735,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,255,1), - (79548,1733,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,255,1), - (79549,1734,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,255,1), - (79550,1731,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,255,1), - (79551,1732,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,255,1), - (79552,1735,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,255,1), - (79553,1733,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,255,1), - (79554,1734,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,255,1), - (79555,1731,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,255,1), - (79556,1732,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,255,1), - (79557,1735,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,255,1), - (79558,1733,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,255,1), - (79559,1734,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,255,1), - (79560,1731,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,255,1), - (79561,1732,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,255,1), - (79562,1735,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,255,1), - (79563,1733,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,255,1), - (79564,1734,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,255,1), - (79565,1731,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,255,1), - (79566,1732,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,255,1), - (79567,1735,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,255,1), - (79568,1733,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,255,1), - (79569,1734,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,255,1), - (79570,1731,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,255,1), - (79571,1732,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,255,1), - (79572,1735,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,255,1), - (79573,1733,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,255,1), - (79574,1734,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,255,1), - (79575,1731,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,255,1), - (79576,1732,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,255,1), - (79577,1735,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,255,1), - (79578,1733,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,255,1), - (79579,1734,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,255,1), - (79580,1731,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,255,1), - (79581,1732,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,255,1), - (79582,1735,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,255,1), - (79583,1733,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,255,1), - (79584,1734,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,255,1), - (79585,1731,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,255,1), - (79586,1732,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,255,1), - (79587,1735,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,255,1), - (79588,1733,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,255,1), - (79589,1734,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,255,1), - (79590,1731,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (79591,1732,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (79592,1735,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (79593,1733,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (79594,1734,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,255,1), - (79595,1731,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,255,1), - (79596,1732,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,255,1), - (79597,1735,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,255,1), - (79598,1733,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,255,1), - (79599,1734,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,255,1), - (79600,1731,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (79601,1732,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (79602,1735,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (79603,1733,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (79604,1734,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (79605,1731,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79606,1732,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79607,1735,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79608,1733,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79609,1734,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,255,1), - (79610,1731,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,255,1), - (79611,1732,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,255,1), - (79612,1735,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,255,1), - (79613,1733,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,255,1), - (79614,1734,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,255,1), - (79615,1731,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (79616,1732,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (79617,1735,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (79618,1733,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (79619,1734,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,255,1), - (79620,1731,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (79621,1732,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (79622,1735,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (79623,1733,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (79624,1734,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (79625,1731,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,255,1), - (79626,1732,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,255,1), - (79627,1735,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,255,1), - (79628,1733,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,255,1), - (79629,1734,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,255,1), - (79630,1731,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (79631,1732,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (79632,1735,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (79633,1733,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (79634,1734,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (79635,1731,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,255,1), - (79636,1732,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,255,1), - (79637,1735,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,255,1), - (79638,1733,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,255,1), - (79639,1734,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,255,1), - (79640,1731,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (79641,1732,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (79642,1735,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (79643,1733,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (79644,1734,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,255,1), - (79645,1731,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,255,1), - (79646,1732,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,255,1), - (79647,1735,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,255,1), - (79648,1733,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,255,1), - (79649,1734,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,255,1), - (79650,1731,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,255,1), - (79651,1732,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,255,1), - (79652,1735,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,255,1), - (79653,1733,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,255,1), - (79654,1734,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,255,1), - (79655,1731,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (79656,1732,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (79657,1735,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (79658,1733,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (79659,1734,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (79660,1731,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,255,1), - (79661,1732,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,255,1), - (79662,1735,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,255,1), - (79663,1733,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,255,1), - (79664,1734,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,255,1), - (79665,1731,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,255,1), - (79666,1732,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,255,1), - (79667,1735,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,255,1), - (79668,1733,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,255,1), - (79669,1734,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,255,1), - (79670,1731,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (79671,1732,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (79672,1735,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (79673,1733,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (79674,1734,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (79675,1731,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (79676,1732,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (79677,1735,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (79678,1733,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (79679,1734,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (79680,1731,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,255,1), - (79681,1732,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,255,1), - (79682,1735,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,255,1), - (79683,1733,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,255,1), - (79684,1734,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,255,1), - (79685,1731,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,255,1), - (79686,1732,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,255,1), - (79687,1735,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,255,1), - (79688,1733,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,255,1), - (79689,1734,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,255,1), - (79690,1731,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,255,1), - (79691,1732,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,255,1), - (79692,1735,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,255,1), - (79693,1733,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,255,1), - (79694,1734,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,255,1), - (79695,1731,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,255,1), - (79696,1732,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,255,1), - (79697,1735,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,255,1), - (79698,1733,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,255,1), - (79699,1734,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,255,1), - (79700,1731,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,255,1), - (79701,1732,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,255,1), - (79702,1735,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,255,1), - (79703,1733,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,255,1), - (79704,1734,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,255,1), - (79705,1731,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,255,1), - (79706,1732,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,255,1), - (79707,1735,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,255,1), - (79708,1733,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,255,1), - (79709,1734,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,255,1), - (79710,1731,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,255,1), - (79711,1732,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,255,1), - (79712,1735,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,255,1), - (79713,1733,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,255,1), - (79714,1734,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,255,1), - (79715,1731,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,255,1), - (79716,1732,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,255,1), - (79717,1735,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,255,1), - (79718,1733,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,255,1), - (79719,1734,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,255,1), - (79720,1731,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,255,1), - (79721,1732,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,255,1), - (79722,1735,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,255,1), - (79723,1733,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,255,1), - (79724,1734,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,255,1), - (79725,1731,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,255,1), - (79726,1732,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,255,1), - (79727,1735,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,255,1), - (79728,1733,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,255,1), - (79729,1734,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,255,1), - (79730,1731,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,255,1), - (79731,1732,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,255,1), - (79732,1735,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,255,1), - (79733,1733,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,255,1), - (79734,1734,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,255,1), - (79735,1731,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,255,1), - (79736,1732,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,255,1), - (79737,1735,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,255,1), - (79738,1733,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,255,1), - (79739,1734,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,255,1), - (79740,1731,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,255,1), - (79741,1732,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,255,1), - (79742,1735,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,255,1), - (79743,1733,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,255,1), - (79744,1734,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,255,1), - (79745,1731,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,255,1), - (79746,1732,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,255,1), - (79747,1735,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,255,1), - (79748,1733,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,255,1), - (79749,1734,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,255,1), - (79750,1731,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,255,1), - (79751,1732,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,255,1), - (79752,1735,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,255,1), - (79753,1733,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,255,1), - (79754,1734,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,255,1), - (79755,1731,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,255,1), - (79756,1732,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,255,1), - (79757,1735,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,255,1), - (79758,1733,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,255,1), - (79759,1734,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,255,1), - (79760,1731,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,255,1), - (79761,1732,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,255,1), - (79762,1735,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,255,1), - (79763,1733,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,255,1), - (79764,1734,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,255,1), - (79765,1731,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,255,1), - (79766,1732,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,255,1), - (79767,1735,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,255,1), - (79768,1733,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,255,1), - (79769,1734,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,255,1), - (79770,1731,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,255,1), - (79771,1732,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,255,1), - (79772,1735,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,255,1), - (79773,1733,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,255,1), - (79774,1734,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,255,1), - (79775,1731,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,255,1), - (79776,1732,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,255,1), - (79777,1735,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,255,1), - (79778,1733,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,255,1), - (79779,1734,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,255,1), - (79780,1731,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,255,1), - (79781,1732,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,255,1), - (79782,1735,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,255,1), - (79783,1733,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,255,1), - (79784,1734,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,255,1), - (79785,1731,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,255,1), - (79786,1732,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,255,1), - (79787,1735,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,255,1), - (79788,1733,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,255,1), - (79789,1734,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,255,1), - (79790,1731,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,255,1), - (79791,1732,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,255,1), - (79792,1735,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,255,1), - (79793,1733,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,255,1), - (79794,1734,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,255,1), - (79795,1731,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,255,1), - (79796,1732,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,255,1), - (79797,1735,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,255,1), - (79798,1733,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,255,1), - (79799,1734,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,255,1), - (79800,1731,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,255,1), - (79801,1732,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,255,1), - (79802,1735,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,255,1), - (79803,1733,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,255,1), - (79804,1734,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,255,1), - (79805,1731,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,255,1), - (79806,1732,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,255,1), - (79807,1735,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,255,1), - (79808,1733,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,255,1), - (79809,1734,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,255,1), - (79810,1731,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,255,1), - (79811,1732,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,255,1), - (79812,1735,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,255,1), - (79813,1733,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,255,1), - (79814,1734,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,255,1), - (79815,1731,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,255,1), - (79816,1732,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,255,1), - (79817,1735,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,255,1), - (79818,1733,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,255,1), - (79819,1734,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,255,1), - (79820,1731,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,255,1), - (79821,1732,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,255,1), - (79822,1735,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,255,1), - (79823,1733,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,255,1), - (79824,1734,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,255,1), - (79825,1731,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,255,1), - (79826,1732,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,255,1), - (79827,1735,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,255,1), - (79828,1733,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,255,1), - (79829,1734,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,255,1), - (79830,1731,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,255,1), - (79831,1732,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,255,1), - (79832,1735,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,255,1), - (79833,1733,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,255,1), - (79834,1734,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,255,1), - (79835,1731,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,255,1), - (79836,1732,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,255,1), - (79837,1735,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,255,1), - (79838,1733,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,255,1), - (79839,1734,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,255,1), - (79840,1731,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79841,1732,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79842,1735,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79843,1733,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79844,1734,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79845,1731,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (79846,1732,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (79847,1735,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (79848,1733,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (79849,1734,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,255,1), - (79850,1731,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,255,1), - (79851,1732,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,255,1), - (79852,1735,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,255,1), - (79853,1733,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,255,1), - (79854,1734,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,255,1), - (79855,1731,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,255,1), - (79856,1732,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,255,1), - (79857,1735,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,255,1), - (79858,1733,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,255,1), - (79859,1734,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,255,1), - (79860,1731,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,255,1), - (79861,1732,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,255,1), - (79862,1735,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,255,1), - (79863,1733,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,255,1), - (79864,1734,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,255,1), - (79865,1731,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,255,1), - (79866,1732,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,255,1), - (79867,1735,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,255,1), - (79868,1733,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,255,1), - (79869,1734,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,255,1), - (79870,1731,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,255,1), - (79871,1732,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,255,1), - (79872,1735,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,255,1), - (79873,1733,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,255,1), - (79874,1734,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,255,1), - (79875,1731,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79876,1732,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79877,1735,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79878,1733,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79879,1734,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79880,1731,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,255,1), - (79881,1732,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,255,1), - (79882,1735,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,255,1), - (79883,1733,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,255,1), - (79884,1734,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,255,1), - (79885,1731,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (79886,1732,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (79887,1735,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (79888,1733,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (79889,1734,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,255,1), - (79890,1731,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (79891,1732,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (79892,1735,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (79893,1733,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (79894,1734,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,255,1), - (79895,1731,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,255,1), - (79896,1732,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,255,1), - (79897,1735,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,255,1), - (79898,1733,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,255,1), - (79899,1734,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,255,1), - (79900,1731,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,255,1), - (79901,1732,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,255,1), - (79902,1735,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,255,1), - (79903,1733,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,255,1), - (79904,1734,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,255,1), - (79905,1731,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (79906,1732,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (79907,1735,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (79908,1733,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (79909,1734,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (79910,1731,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,255,1), - (79911,1732,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,255,1), - (79912,1735,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,255,1), - (79913,1733,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,255,1), - (79914,1734,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,255,1), - (79915,1731,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,255,1), - (79916,1732,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,255,1), - (79917,1735,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,255,1), - (79918,1733,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,255,1), - (79919,1734,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,255,1), - (79920,1731,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,255,1), - (79921,1732,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,255,1), - (79922,1735,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,255,1), - (79923,1733,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,255,1), - (79924,1734,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,255,1), - (79925,1731,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,255,1), - (79926,1732,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,255,1), - (79927,1735,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,255,1), - (79928,1733,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,255,1), - (79929,1734,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,255,1), - (79930,1731,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,255,1), - (79931,1732,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,255,1), - (79932,1735,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,255,1), - (79933,1733,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,255,1), - (79934,1734,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,255,1), - (79935,1731,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,255,1), - (79936,1732,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,255,1), - (79937,1735,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,255,1), - (79938,1733,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,255,1), - (79939,1734,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,255,1), - (79940,1731,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79941,1732,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79942,1735,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79943,1733,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79944,1734,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (79945,1731,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,255,1), - (79946,1732,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,255,1), - (79947,1735,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,255,1), - (79948,1733,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,255,1), - (79949,1734,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,255,1), - (79950,1731,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,255,1), - (79951,1732,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,255,1), - (79952,1735,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,255,1), - (79953,1733,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,255,1), - (79954,1734,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,255,1), - (79955,1731,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (79956,1732,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (79957,1735,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (79958,1733,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (79959,1734,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (79960,1731,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,255,1), - (79961,1732,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,255,1), - (79962,1735,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,255,1), - (79963,1733,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,255,1), - (79964,1734,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,255,1), - (79965,1731,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,255,1), - (79966,1732,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,255,1), - (79967,1735,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,255,1), - (79968,1733,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,255,1), - (79969,1734,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,255,1), - (79970,1731,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,255,1), - (79971,1732,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,255,1), - (79972,1735,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,255,1), - (79973,1733,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,255,1), - (79974,1734,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,255,1), - (79975,1731,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (79976,1732,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (79977,1735,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (79978,1733,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (79979,1734,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (79980,1731,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,255,1), - (79981,1732,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,255,1), - (79982,1735,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,255,1), - (79983,1733,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,255,1), - (79984,1734,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,255,1), - (79985,1731,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (79986,1732,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (79987,1735,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (79988,1733,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (79989,1734,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (79990,1731,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (79991,1732,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (79992,1735,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (79993,1733,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (79994,1734,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,255,1), - (79995,1731,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (79996,1732,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (79997,1735,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (79998,1733,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (79999,1734,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,255,1), - (81163,175245,229,75.9989,-334.744,91.5107,-0.104719,0,0,0,1,180,255,1), - (81187,177606,229,75.9989,-334.744,91.5107,-0.104719,0,0,0,1,180,255,1), - (81877,74448,33,-191.652,2161.52,79.7475,-0.453785,0,0,-0.224951,0.97437,5200,255,1), - (81878,74448,33,-214.509,2150.94,81.0577,2.18365,0,0,0.887469,0.460867,5200,100,1), - (81879,74448,33,-179.471,2253.05,86.6287,5.7415,0,0,0.267544,-0.963546,5200,100,1), - (81880,74448,33,-236.728,2299.61,94.6765,0.436332,0,0,0.216439,0.976296,5200,255,1), - (81881,74448,33,-247.776,2186.88,93.9226,4.30581,0,0,0.835305,-0.549787,5200,100,1), - (81882,74448,33,-254.871,2166.57,93.9367,5.90488,0,0,0.188027,-0.982164,5200,100,1), - (81883,74448,33,-133.986,2183.01,113.132,-1.91986,0,0,-0.819151,0.573577,5200,255,1), - (81975,176513,249,24.2333,-235.508,-84.9566,-2.53072,0,0,1,0,180,255,1), - (81976,176514,249,14.4175,-233.453,-86.0326,-0.436332,0,0,1,0,180,255,1), - (81977,176515,249,17.3921,-245.044,-86.1595,1.309,0,0,1,0,180,255,1), - (81978,176809,249,16.8415,-225.106,-86.2168,2.61799,0,0,1,0,180,255,1), - (81979,176810,249,-28.1006,-190.667,-89.6964,-0.087264,0,0,1,0,180,255,1), - (81980,176811,249,-26.3963,-199.616,-88.82,1.83259,0,0,1,0,180,255,1), - (81981,176812,249,8.23697,-253.584,-86.6082,-2.35619,0,0,1,0,180,255,1), - (81982,176813,249,7.06976,-243.991,-86.9945,-2.70526,0,0,1,0,180,255,1), - (81983,176814,249,-3.98491,-248.954,-85.9318,0.95993,0,0,1,0,180,255,1), - (81984,176815,249,-0.638085,-239.839,-87.3523,1.39626,0,0,1,0,180,255,1), - (81985,176816,249,-15.3872,-232.509,-89.0988,-1.04719,0,0,1,0,180,255,1), - (81986,176817,249,-12.8884,-245.332,-87.9905,-0.087264,0,0,1,0,180,255,1), - (81987,176818,249,-20.9761,-254.701,-87.7823,-2.61799,0,0,1,0,180,255,1), - (81988,176819,249,3.20326,-230.379,-87.0469,-1.48353,0,0,1,0,180,255,1), - (81989,176820,249,-37.4064,-244.92,-89.0483,3.05433,0,0,1,0,180,255,1), - (81990,176821,249,-26.0913,-229.619,-88.82,-1.83259,0,0,1,0,180,255,1), - (81991,176822,249,-28.124,-238.209,-89.6964,0.087264,0,0,1,0,180,255,1), - (81992,176823,249,29.1885,-206.772,-84.5641,0.785399,0,0,1,0,180,255,1), - (81993,176824,249,31.1672,-218.99,-83.8272,-1.74533,0,0,1,0,180,255,1), - (81994,176825,249,13.1918,-214.436,-86.484,0.872664,0,0,1,0,180,255,1), - (81995,176826,249,-37.3837,-184.484,-89.0483,-3.05433,0,0,1,0,180,255,1), - (81996,176827,249,-1.66729,-217.144,-85.672,0.785397,0,0,1,0,180,255,1), - (81997,176828,249,-9.80653,-212.031,-88.1401,-0.261798,0,0,1,0,180,255,1), - (81998,176829,249,-19.3983,-219.854,-88.4829,-2.79252,0,0,1,0,180,255,1), - (81999,176830,249,-19.6951,-209.639,-88.5545,-0.43633,0,0,1,0,180,255,1), - (82000,176831,249,24.0513,-193.897,-84.9566,2.53072,0,0,1,0,180,255,1), - (82001,176832,249,14.2998,-195.44,-86.0326,0.436332,0,0,1,0,180,255,1), - (82002,176833,249,17.0001,-204.313,-86.2168,-2.61799,0,0,1,0,180,255,1), - (82003,176834,249,17.6418,-184.034,-86.1595,-1.309,0,0,1,0,180,255,1), - (82004,176835,249,2.9536,-198.744,-87.0469,1.48353,0,0,1,0,180,255,1), - (82005,176836,249,-0.404226,-189.264,-87.3524,-1.39626,0,0,1,0,180,255,1), - (82006,176837,249,6.95027,-185.41,-86.9946,2.70526,0,0,1,0,180,255,1), - (82007,176838,249,8.01259,-175.786,-86.6082,2.35619,0,0,1,0,180,255,1), - (82008,176839,249,-3.72498,-180.009,-85.9318,-0.95993,0,0,1,0,180,255,1), - (82009,176840,249,-12.9119,-183.545,-87.9905,0.087266,0,0,1,0,180,255,1), - (82010,176841,249,-21.129,-174.709,-87.7823,2.61799,0,0,1,0,180,255,1), - (82011,176842,249,-15.6717,-196.472,-89.0988,1.0472,0,0,1,0,180,255,1), - (82012,176908,249,-47.9515,-193.888,-86.0046,-0.610865,0,0,1,0,180,255,1), - (82013,176909,249,-54.9718,-199.119,-85.4988,1.5708,0,0,1,0,180,255,1), - (82014,176910,249,-64.1589,-196.123,-85.1125,1.91986,0,0,1,0,180,255,1), - (82015,176911,249,-54.7977,-187.003,-85.6277,-1.0472,0,0,1,0,180,255,1), - (82016,176912,249,-62.8772,-213.235,-85.1575,2.00712,0,0,1,0,180,255,1), - (82017,176913,249,-51.6644,-214.436,-86.1782,-2.53072,0,0,1,0,180,255,1), - (82018,176914,249,-45.1242,-220.161,-86.5697,0.698129,0,0,1,0,180,255,1), - (82019,176915,249,-39.1131,-212.133,-87.1607,-1.39626,0,0,1,0,180,255,1), - (82020,176916,249,-78.5539,-210.417,-83.4326,2.87979,0,0,1,0,180,255,1), - (82021,176917,249,-72.938,-201.879,-83.6438,-1.0472,0,0,1,0,180,255,1), - (82022,176918,249,-75.138,-224.652,-83.4944,0.436332,0,0,1,0,180,255,1), - (82023,176919,249,-54.6915,-229.819,-85.889,-1.5708,0,0,1,0,180,255,1), - (82024,176920,249,-48.0902,-234.856,-86.2826,0.610865,0,0,1,0,180,255,1), - (82025,176921,249,-55.075,-241.777,-85.3179,1.0472,0,0,1,0,180,255,1), - (82026,176922,249,-63.8632,-232.924,-85.1124,-1.91986,0,0,1,0,180,255,1), - (82027,178021,249,-51.6297,-214.403,-7.16564,-2.70526,0,0,1,0,180,255,1), - (82028,178022,249,-43.8754,-238.325,-14.7946,2.70526,0,0,1,0,180,255,1), - (82029,178023,249,-2.48133,-249.761,-17.7952,2.61799,0,0,1,0,180,255,1), - (82030,178024,249,27.5426,-247.756,-23.0949,-2.26892,0,0,1,0,180,255,1), - (82031,178025,249,13.0761,-225.391,-19.2567,-2.79252,0,0,1,0,180,255,1), - (82032,178026,249,-5.14033,-214.414,-11.1815,3.14159,0,0,1,0,180,255,1), - (82033,178027,249,-3.17108,-189.864,-15.1422,2.09439,0,0,1,0,180,255,1), - (82034,178028,249,-29.1501,-173.658,-23.2926,-2.53072,0,0,1,0,180,255,1), - (82035,178029,249,16.0041,-177.041,-21.1756,-2.70526,0,0,1,0,180,255,1), - (82036,178030,249,-33.7261,-200.163,-10.4158,2.26892,0,0,1,0,180,255,1), - (82037,178031,249,21.8353,-202.084,-17.2387,2.53072,0,0,1,0,180,255,1), - (82038,178032,249,37.2406,-214.403,-19.6757,2.18166,0,0,1,0,180,255,1), - (82039,178033,249,-18.973,-232.403,-15.5299,2.44346,0,0,1,0,180,255,1), - (82040,176843,249,-51.6297,-214.403,-7.16564,-2.70526,0,0,1,0,180,255,1), - (82041,176844,249,-43.8754,-238.325,-14.7946,2.70526,0,0,1,0,180,255,1), - (82042,176845,249,-2.48133,-249.761,-17.7952,2.61799,0,0,1,0,180,255,1), - (82043,176846,249,27.5426,-247.756,-23.0949,-2.26892,0,0,1,0,180,255,1), - (82044,176847,249,13.0761,-225.391,-19.2567,-2.79252,0,0,1,0,180,255,1), - (82045,176848,249,-5.14033,-214.414,-11.1815,3.14159,0,0,1,0,180,255,1), - (82046,176849,249,-3.17108,-189.864,-15.1422,2.09439,0,0,1,0,180,255,1), - (82047,176850,249,-29.1501,-173.658,-23.2926,-2.53072,0,0,1,0,180,255,1), - (82048,176851,249,16.0041,-177.041,-21.1756,-2.70526,0,0,1,0,180,255,1), - (82049,176852,249,-33.7261,-200.163,-10.4158,2.26892,0,0,1,0,180,255,1), - (82050,176853,249,21.8353,-202.084,-17.2387,2.53072,0,0,1,0,180,255,1), - (82051,176854,249,37.2406,-214.403,-19.6757,2.18166,0,0,1,0,180,255,1), - (82052,176855,249,-18.973,-232.403,-15.5299,2.44346,0,0,1,0,180,255,1), - (82053,177984,249,16.8415,-225.106,-86.2168,2.61799,0,0,1,0,180,255,1), - (82054,177985,249,-28.1006,-190.667,-89.6964,-0.087264,0,0,1,0,180,255,1), - (82055,177986,249,-26.3963,-199.616,-88.82,1.83259,0,0,1,0,180,255,1), - (82056,177987,249,24.2333,-235.508,-84.9566,-2.53072,0,0,1,0,180,255,1), - (82057,177988,249,14.4175,-233.453,-86.0326,-0.436332,0,0,1,0,180,255,1), - (82058,177989,249,17.3921,-245.044,-86.1595,1.309,0,0,1,0,180,255,1), - (82059,177990,249,8.23697,-253.584,-86.6082,-2.35619,0,0,1,0,180,255,1), - (82060,177991,249,7.06976,-243.991,-86.9945,-2.70526,0,0,1,0,180,255,1), - (82061,177992,249,-3.98491,-248.954,-85.9318,0.95993,0,0,1,0,180,255,1), - (82062,177993,249,-0.638085,-239.839,-87.3523,1.39626,0,0,1,0,180,255,1), - (82063,177994,249,-15.3872,-232.509,-89.0988,-1.04719,0,0,1,0,180,255,1), - (82064,177995,249,-12.8884,-245.332,-87.9905,-0.087264,0,0,1,0,180,255,1), - (82065,177996,249,-20.9761,-254.701,-87.7823,-2.61799,0,0,1,0,180,255,1), - (82066,177997,249,3.20326,-230.379,-87.0469,-1.48353,0,0,1,0,180,255,1), - (82067,177998,249,-37.4064,-244.92,-89.0483,3.05433,0,0,1,0,180,255,1), - (82068,177999,249,-26.0913,-229.619,-88.82,-1.83259,0,0,1,0,180,255,1), - (82069,178000,249,-28.124,-238.209,-89.6964,0.087264,0,0,1,0,180,255,1), - (82070,178001,249,29.1885,-206.772,-84.5641,0.785399,0,0,1,0,180,255,1), - (82071,178002,249,31.1672,-218.99,-83.8272,-1.74533,0,0,1,0,180,255,1), - (82072,178003,249,13.1918,-214.436,-86.484,0.872664,0,0,1,0,180,255,1), - (82073,178004,249,-37.3837,-184.484,-89.0483,-3.05433,0,0,1,0,180,255,1), - (82074,178005,249,-1.66729,-217.144,-85.672,0.785397,0,0,1,0,180,255,1), - (82075,178006,249,-9.80653,-212.031,-88.1401,-0.261798,0,0,1,0,180,255,1), - (82076,178007,249,-19.3983,-219.854,-88.4829,-2.79252,0,0,1,0,180,255,1), - (82077,178008,249,-19.6951,-209.639,-88.5545,-0.43633,0,0,1,0,180,255,1), - (82078,178009,249,24.0513,-193.897,-84.9566,2.53072,0,0,1,0,180,255,1), - (82079,178010,249,14.2998,-195.44,-86.0326,0.436332,0,0,1,0,180,255,1), - (82080,178011,249,17.0001,-204.313,-86.2168,-2.61799,0,0,1,0,180,255,1), - (82081,178012,249,17.6418,-184.034,-86.1595,-1.309,0,0,1,0,180,255,1), - (82082,178013,249,2.9536,-198.744,-87.0469,1.48353,0,0,1,0,180,255,1), - (82083,178014,249,-0.404226,-189.264,-87.3524,-1.39626,0,0,1,0,180,255,1), - (82084,178015,249,6.95027,-185.41,-86.9946,2.70526,0,0,1,0,180,255,1), - (82085,178016,249,8.01259,-175.786,-86.6082,2.35619,0,0,1,0,180,255,1), - (82086,178017,249,-3.72498,-180.009,-85.9318,-0.95993,0,0,1,0,180,255,1), - (82087,178018,249,-12.9119,-183.545,-87.9905,0.087266,0,0,1,0,180,255,1), - (82088,178019,249,-21.129,-174.709,-87.7823,2.61799,0,0,1,0,180,255,1), - (82089,178020,249,-15.6717,-196.472,-89.0988,1.0472,0,0,1,0,180,255,1), - (82092,178034,249,-47.9515,-193.888,-86.0046,-0.610865,0,0,1,0,180,255,1), - (82093,178035,249,-54.9718,-199.119,-85.4988,1.5708,0,0,1,0,180,255,1), - (82094,178036,249,-64.1589,-196.123,-85.1125,1.91986,0,0,1,0,180,255,1), - (82095,178037,249,-54.7977,-187.003,-85.6277,-1.0472,0,0,1,0,180,255,1), - (82096,178038,249,-62.8772,-213.235,-85.1575,2.00712,0,0,1,0,180,255,1), - (82097,178039,249,-51.6644,-214.436,-86.1782,-2.53072,0,0,1,0,180,255,1), - (82098,178040,249,-45.1242,-220.161,-86.5697,0.698129,0,0,1,0,180,255,1), - (82099,178041,249,-39.1131,-212.133,-87.1607,-1.39626,0,0,1,0,180,255,1), - (82100,178042,249,-78.5539,-210.417,-83.4326,2.87979,0,0,1,0,180,255,1), - (82101,178043,249,-72.938,-201.879,-83.6438,-1.0472,0,0,1,0,180,255,1), - (82102,178044,249,-75.138,-224.652,-83.4944,0.436332,0,0,1,0,180,255,1), - (82103,178045,249,-54.6915,-229.819,-85.889,-1.5708,0,0,1,0,180,255,1), - (82104,178046,249,-48.0902,-234.856,-86.2826,0.610865,0,0,1,0,180,255,1), - (82105,178047,249,-55.075,-241.777,-85.3179,1.0472,0,0,1,0,180,255,1), - (82106,178048,249,-63.8632,-232.924,-85.1124,-1.91986,0,0,1,0,180,255,1), - (82107,176511,249,-110.463,-210.574,-95.0231,-2.51327,0,0,0,1,180,255,1), - (82108,176511,249,-91.3062,-179.959,-93.8679,-0.052359,0,0,0,1,180,255,1), - (82109,176511,249,-98.7962,-246.976,-93.9981,0.855211,0,0,0,1,180,255,1), - (82110,176511,249,-87.8552,-269.151,-92.4986,0.226892,0,0,0,1,180,255,1), - (82111,176511,249,-106.301,-253.522,-92.4453,0.715585,0,0,0,1,180,255,1), - (82112,176511,249,-42.0689,-275.035,-91.5219,-0.331611,0,0,0,1,180,255,1), - (82113,176511,249,-111.415,-246.122,-92.7656,1.50098,0,0,0,1,180,255,1), - (82114,176511,249,-53.8375,-150.039,-92.7003,-2.72271,0,0,0,1,180,255,1), - (82115,176511,249,-104.578,-211.165,-96.1757,-3.00195,0,0,0,1,180,255,1), - (82116,176511,249,-44.6409,-262.822,-91.7046,0.366518,0,0,0,1,180,255,1), - (82117,176511,249,-100.31,-179.594,-94.0001,-0.069812,0,0,0,1,180,255,1), - (82118,176511,249,-96.2669,-191.546,-93.7112,1.46608,0,0,0,1,180,255,1), - (82119,176511,249,-83.4607,-171.184,-94.2168,-1.8675,0,0,0,1,180,255,1), - (82120,176511,249,-87.0724,-164.259,-93.194,1.23918,0,0,0,1,180,255,1), - (82121,176511,249,-94.0791,-166.547,-93.3145,-2.94959,0,0,0,1,180,255,1), - (82122,176511,249,-106.747,-213.256,-96.4219,-2.54818,0,0,0,1,180,255,1), - (82123,176511,249,-59.5468,-274.641,-93.5779,-2.80997,0,0,0,1,180,255,1), - (82124,176511,249,-103.341,-249.645,-93.7727,1.72787,0,0,0,1,180,255,1), - (82125,176511,249,-52.4708,-263.242,-93.5507,0.90757,0,0,0,1,180,255,1), - (82126,176511,249,-54.7384,-158.798,-94.216,1.23918,0,0,0,1,180,255,1), - (82127,176511,249,-47.6633,-165.894,-91.9484,0.506145,0,0,0,1,180,255,1), - (82128,176511,249,-94.0342,-181.739,-93.6615,0.820303,0,0,0,1,180,255,1), - (82129,176511,249,-51.989,-149.852,-92.4877,-2.18166,0,0,0,1,180,255,1), - (82130,176511,249,-88.6535,-248.14,-93.9176,1.65806,0,0,0,1,180,255,1), - (82131,176511,249,-59.6926,-155.839,-93.7256,-3.08918,0,0,0,1,180,255,1), - (82132,176511,249,-45.7833,-165.022,-91.9364,-0.767944,0,0,0,1,180,255,1), - (82133,176511,249,-86.5817,-162.188,-92.9143,1.37881,0,0,0,1,180,255,1), - (82134,176511,249,-114.179,-189.911,-92.3961,-0.575957,0,0,0,1,180,255,1), - (82135,176511,249,-109.672,-176.396,-92.3824,-3.05433,0,0,0,1,180,255,1), - (82136,176511,249,-70.196,-171.583,-94.1259,0.95993,0,0,0,1,180,255,1), - (82137,176511,249,-113.473,-181.242,-92.5385,2.14675,0,0,0,1,180,255,1), - (82138,176511,249,-74.5684,-166.841,-94.4562,2.94959,0,0,0,1,180,255,1), - (82139,176511,249,-44.8102,-159.351,-92.5613,-0.087266,0,0,0,1,180,255,1), - (82140,176511,249,-59.2068,-166.133,-94.0845,0.715585,0,0,0,1,180,255,1), - (82141,176511,249,-88.0213,-181.019,-93.8623,0.890117,0,0,0,1,180,255,1), - (82142,176511,249,-98.9627,-192.996,-93.9977,-1.90241,0,0,0,1,180,255,1), - (82143,176511,249,-85.7268,-166.618,-93.7028,-2.05949,0,0,0,1,180,255,1), - (82144,176511,249,-54.0655,-265.427,-93.939,1.43117,0,0,0,1,180,255,1), - (82145,176511,249,-101.612,-178.335,-93.7528,2.53072,0,0,0,1,180,255,1), - (82146,176511,249,-114.866,-197.405,-92.714,-3.10665,0,0,0,1,180,255,1), - (82147,176511,249,-106.704,-235.043,-94.3291,-2.89724,0,0,0,1,180,255,1), - (82148,176511,249,-99.1198,-235.404,-93.9986,-2.60053,0,0,0,1,180,255,1), - (82149,176511,249,-112.76,-232.204,-92.7439,1.20428,0,0,0,1,180,255,1), - (82150,176511,249,-109.3,-192.893,-93.648,1.62316,0,0,0,1,180,255,1), - (82151,176511,249,-99.4653,-231.539,-93.7484,-0.680679,0,0,0,1,180,255,1), - (82152,176511,249,-67.1603,-160.194,-93.5402,0.331611,0,0,0,1,180,255,1), - (82153,176511,249,-111.047,-201.01,-92.6798,1.5708,0,0,0,1,180,255,1), - (82154,176511,249,-111.482,-182.822,-92.7533,-2.05949,0,0,0,1,180,255,1), - (82155,176511,249,-80.2411,-267.274,-93.4431,-1.97222,0,0,0,1,180,255,1), - (82156,176511,249,-38.6821,-274.131,-91.449,-1.18682,0,0,0,1,180,255,1), - (82157,176511,249,-45.5103,-274.021,-92.4277,-0.610864,0,0,0,1,180,255,1), - (82158,176511,249,-39.5905,-153.217,-91.394,2.05949,0,0,0,1,180,255,1), - (82159,176511,249,-67.8154,-260.002,-94.4454,-0.750491,0,0,0,1,180,255,1), - (82160,176511,249,-30.9589,-271.528,-90.776,-2.77507,0,0,0,1,180,255,1), - (82161,176511,249,-104.113,-179.037,-93.7109,0.785397,0,0,0,1,180,255,1), - (82162,176511,249,-113.549,-198.287,-92.5772,-2.60053,0,0,0,1,180,255,1), - (82163,176511,249,-115.037,-181.69,-92.3133,-3.12412,0,0,0,1,180,255,1), - (82164,176511,249,-107.68,-206.48,-94.6221,-0.855211,0,0,0,1,180,255,1), - (82165,176511,249,-86.038,-247.12,-93.7162,-2.63544,0,0,0,1,180,255,1), - (82166,176511,249,-79.7331,-165.826,-94.2637,0.872664,0,0,0,1,180,255,1), - (82167,176511,249,-74.6337,-262.796,-94.4129,-1.90241,0,0,0,1,180,255,1), - (82168,176511,249,-104.51,-218.292,-95.9924,0.95993,0,0,0,1,180,255,1), - (82169,176511,249,-103.253,-185.857,-94.1001,-1.01229,0,0,0,1,180,255,1), - (82170,176511,249,-92.7397,-173.777,-93.7896,-3.01941,0,0,0,1,180,255,1), - (82171,176511,249,-50.3012,-263.668,-92.9696,-2.37364,0,0,0,1,180,255,1), - (82172,176511,249,-103.507,-254.765,-92.4439,3.01941,0,0,0,1,180,255,1), - (82173,176511,249,-87.3717,-262.375,-93.468,1.309,0,0,0,1,180,255,1), - (82174,176511,249,-107.174,-221.764,-95.0417,-1.44862,0,0,0,1,180,255,1), - (82175,176511,249,-64.9187,-264.948,-94.5168,2.53072,0,0,0,1,180,255,1), - (82176,176511,249,-50.0996,-276.138,-92.8722,0.104719,0,0,0,1,180,255,1), - (82177,176511,249,-107.777,-253.579,-92.3206,-2.35619,0,0,0,1,180,255,1), - (82178,176511,249,-106.513,-181.398,-93.8598,2.86233,0,0,0,1,180,255,1), - (82179,176511,249,-86.2324,-253.441,-93.8641,-2.77507,0,0,0,1,180,255,1), - (82180,176511,249,-40.6709,-271.109,-91.7795,-1.309,0,0,0,1,180,255,1), - (82181,176511,249,-106.774,-227.096,-94.1074,-0.069812,0,0,0,1,180,255,1), - (82182,176511,249,-66.8605,-262.532,-94.4959,0.925024,0,0,0,1,180,255,1), - (82183,176511,249,-108.456,-243.108,-93.6305,-1.309,0,0,0,1,180,255,1), - (82184,176511,249,-53.4205,-157.888,-94.0279,-2.426,0,0,0,1,180,255,1), - (82185,176511,249,-68.2031,-161.518,-93.9692,-2.19912,0,0,0,1,180,255,1), - (82186,176511,249,-111.575,-243.442,-92.8365,-1.32645,0,0,0,1,180,255,1), - (82187,176511,249,-50.1314,-157.125,-93.4149,2.9845,0,0,0,1,180,255,1), - (82188,176511,249,-90.6963,-181.785,-93.9151,0.209439,0,0,0,1,180,255,1), - (82189,176511,249,-35.4725,-267.161,-91.1384,1.55334,0,0,0,1,180,255,1), - (82190,176511,249,-50.4296,-165.573,-92.9916,1.83259,0,0,0,1,180,255,1), - (82191,176511,249,-95.9989,-256.291,-92.8816,1.01229,0,0,0,1,180,255,1), - (82192,176511,249,-47.5397,-152.736,-92.5478,-1.51844,0,0,0,1,180,255,1), - (82193,176511,249,-112.989,-208.054,-93.2037,-0.314158,0,0,0,1,180,255,1), - (82194,176511,249,-63.397,-270.089,-93.9065,-1.88495,0,0,0,1,180,255,1), - (82195,176511,249,-61.4536,-273.77,-93.5671,-1.02974,0,0,0,1,180,255,1), - (82196,176511,249,-45.7571,-151.807,-92.0807,-0.453785,0,0,0,1,180,255,1), - (82197,176511,249,-44.0785,-267.144,-92.2422,1.15192,0,0,0,1,180,255,1), - (82198,176511,249,-85.6779,-161.272,-92.7821,1.309,0,0,0,1,180,255,1), - (82199,176511,249,-95.201,-182.384,-93.6637,-1.02974,0,0,0,1,180,255,1), - (82200,176511,249,-43.3735,-165.818,-91.6861,-0.104719,0,0,0,1,180,255,1), - (82201,176511,249,-90.3045,-268.137,-92.6464,-0.802851,0,0,0,1,180,255,1), - (82202,176511,249,-37.8847,-153.093,-91.4679,-3.07177,0,0,0,1,180,255,1), - (82203,176511,249,-37.4862,-169.345,-90.3578,1.15192,0,0,0,1,180,255,1), - (82204,176511,249,-51.2772,-165.257,-93.2615,2.35619,0,0,0,1,180,255,1), - (82205,176511,249,-111.68,-241.218,-92.8957,1.46608,0,0,0,1,180,255,1), - (82206,176511,249,-87.5961,-249.819,-93.9075,-1.25664,0,0,0,1,180,255,1), - (82207,176511,249,-49.5906,-150.509,-92.4396,0.925024,0,0,0,1,180,255,1), - (82208,176511,249,-29.4053,-162.407,-89.9302,-1.01229,0,0,0,1,180,255,1), - (82209,176511,249,-35.6781,-274.806,-91.542,2.05949,0,0,0,1,180,255,1), - (82210,176511,249,-71.0221,-162.055,-93.7708,-0.855211,0,0,0,1,180,255,1), - (82211,176511,249,-37.4504,-159.241,-91.3623,-0.139624,0,0,0,1,180,255,1), - (82212,176511,249,-91.717,-267.4,-92.7929,2.91469,0,0,0,1,180,255,1), - (82213,176511,249,-45.6929,-276.807,-92.1201,-2.96704,0,0,0,1,180,255,1), - (82214,176511,249,-65.2628,-157.384,-93.6179,0.191985,0,0,0,1,180,255,1), - (82215,176511,249,-54.8459,-262.636,-93.696,-0.139624,0,0,0,1,180,255,1), - (82216,176511,249,-93.1516,-180.838,-93.7367,0.680677,0,0,0,1,180,255,1), - (82217,176511,249,-110.212,-220.17,-94.5324,1.79769,0,0,0,1,180,255,1), - (82218,176511,249,-99.0315,-232.903,-93.8821,0.575957,0,0,0,1,180,255,1), - (82219,176511,249,-98.2849,-191.193,-93.9694,-0.942477,0,0,0,1,180,255,1), - (82220,176511,249,-95.5697,-189.903,-93.5909,-0.610864,0,0,0,1,180,255,1), - (82221,176511,249,-111.548,-199.276,-92.7356,2.56563,0,0,0,1,180,255,1), - (82222,176511,249,-103.471,-199.919,-93.8398,-1.0821,0,0,0,1,180,255,1), - (82223,176511,249,-29.779,-158.272,-90.436,-1.01229,0,0,0,1,180,255,1), - (82247,181575,533,3465.18,-3940.4,308.79,2.44346,0.241845,0.664462,0.664463,0.241847,180,255,1), - (82248,181576,533,3539.02,-2936.82,302.476,3.14159,0,0,1,0.00000126759,180,255,1), - (82249,181578,533,2493.02,-2921.78,241.193,3.14159,0,0,-1,0,180,255,1), - (82250,181402,533,3732.66,-5026.17,152.72,-1.77151,0,0,-0.774393,0.632705,180,255,1), - (82251,181403,533,3784.16,-5062.08,152.57,-2.55691,0,0,-0.957571,0.288197,180,255,1), - (82252,181404,533,3760.24,-5175.26,152.571,2.10995,0,0,0.869888,0.493249,180,255,1), - (82253,181405,533,3698.6,-5187.07,152.72,1.32456,0,0,0.614915,0.788593,180,255,1), - (82254,181477,533,3527.94,-2952.26,318.898,3.14159,0,0,-1,0,180,255,0), - (82255,181478,533,3487.32,-2911.38,318.898,3.14159,0,0,-1,0,180,255,0), - (82256,181228,533,3635.36,-5090.29,142.983,-1.77151,0,0,-0.774393,0.632705,180,255,0), - (82353,175124,229,208.798,-433.633,110.888,-2.82743,0,0,0,1,300,255,1), - (82354,175124,229,199.588,-433.807,110.885,1.11701,0,0,0,1,300,255,1), - (82355,175124,229,211.617,-434.677,110.888,-1.55334,0,0,0,1,300,255,1), - (82356,175124,229,213.577,-419.533,110.95,0.628317,0,0,0,1,300,255,1), - (82357,175124,229,212.636,-432.306,110.892,-0.174532,0,0,0,1,300,255,1), - (82358,175124,229,112.297,-390.178,110.863,-0.122173,0,0,0,1,300,255,1), - (82359,175124,229,115.812,-453.057,110.863,-1.98967,0,0,0,1,300,255,1), - (82360,175124,229,220.87,-411.346,110.993,-2.47837,0,0,0,1,300,255,1), - (82361,175124,229,222.093,-432.25,110.901,0,0,0,0,1,300,255,1), - (82362,175124,229,69.6914,-332.161,91.4867,1.13446,0,0,0,1,300,255,1), - (82363,175124,229,72.0531,-325.809,91.4542,1.43117,0,0,0,1,300,255,1), - (82364,175124,229,79.7866,-325.953,91.4456,1.6057,0,0,0,1,300,255,1), - (82365,175124,229,81.9745,-335.984,91.5223,-1.50098,0,0,0,1,300,255,1), - (82366,175124,229,83.9509,-325.865,91.4455,-2.96704,0,0,0,1,300,255,1), - (82367,175124,229,80.9162,-328.544,91.4511,-2.09439,0,0,0,1,300,255,1), - (82368,175124,229,83.0306,-333.103,91.4893,-0.209439,0,0,0,1,300,255,1), - (82369,175124,229,70.5072,-334.149,91.5052,0.610864,0,0,0,1,300,255,1), - (82370,175124,229,72.0026,-328.392,91.461,-1.43117,0,0,0,1,300,255,1), - (82371,175124,229,79.0012,-331.653,91.471,-2.33874,0,0,0,1,300,255,1), - (82372,175124,229,107.189,-287.66,91.5163,0.750491,0,0,0,1,300,255,1), - (82373,175124,229,58.8178,-334.107,91.5048,0.977383,0,0,0,1,300,255,1), - (82374,175124,229,94.9171,-288.644,91.4455,2.96704,0,0,0,1,300,255,1), - (82375,175124,229,75.1779,-292.906,91.4446,1.98967,0,0,0,1,300,255,1), - (82376,175124,229,64.204,-268.474,93.2454,-1.5708,0,0,0,1,300,255,1), - (82377,175124,229,53.2813,-334.795,91.4969,2.75761,0,0,0,1,300,255,1), - (82378,175124,229,72.069,-276.632,92.2983,2.61799,0,0,0,1,300,255,1), - (82379,175124,229,53.6084,-256.727,96.1586,-1.72787,0,0,0,1,300,255,1), - (82380,175124,229,56.8515,-253.343,96.9626,-0.087266,0,0,0,1,300,255,1), - (82381,175124,229,87.8955,-288.976,91.4468,-1.13446,0,0,0,1,300,255,1), - (82382,175124,229,219.995,-399.617,111.068,-2.61799,0,0,0,1,300,255,1), - (82383,175124,229,222.736,-410.477,110.998,-1.20428,0,0,0,1,300,255,1), - (82384,175124,229,214.32,-408.951,110.968,2.96704,0,0,0,1,300,255,1), - (82385,175124,229,220.824,-398.357,111.076,1.98967,0,0,0,1,300,255,1), - (82386,175124,229,200.743,-409.406,110.885,-1.37881,0,0,0,1,300,255,1), - (82387,175124,229,210.654,-391.83,111.142,1.91986,0,0,0,1,300,255,1), - (82388,175124,229,199.616,-410.272,110.886,-2.93214,0,0,0,1,300,255,1), - (82389,175124,229,217.875,-392.087,111.127,0.90757,0,0,0,1,300,255,1), - (82390,175124,229,221.701,-420.444,110.953,1.64061,0,0,0,1,300,255,1), - (82391,175124,229,224.213,-412.157,110.991,1.58825,0,0,0,1,300,255,1), - (82392,175124,229,81.0718,-330.129,91.4551,-1.02974,0,0,0,1,300,255,1), - (82393,175124,229,72.026,-331.225,91.4723,-2.68781,0,0,0,1,300,255,1), - (82394,175124,229,79.072,-328.433,91.4529,-0.541051,0,0,0,1,300,255,1), - (82395,175124,229,83.2161,-327.69,91.4462,-0.296705,0,0,0,1,300,255,1), - (82396,175124,229,69.9306,-326.64,91.4588,2.89724,0,0,0,1,300,255,1), - (82397,175124,229,69.9912,-329.339,91.4658,-0.401425,0,0,0,1,300,255,1), - (82398,175124,229,81.7656,-326.14,91.4455,2.46091,0,0,0,1,300,255,1), - (82399,175124,229,81.0063,-332.454,91.4814,-2.51327,0,0,0,1,300,255,1), - (82400,175124,229,82.9415,-330.608,91.4542,0.698132,0,0,0,1,300,255,1), - (82401,175124,229,73.5452,-324.156,91.4481,0.453785,0,0,0,1,300,255,1), - (82402,175124,229,55.442,-254.351,97.1978,0.541051,0,0,0,1,300,255,1), - (82403,175124,229,66.8018,-302.481,91.4515,3.14159,0,0,0,1,300,255,1), - (82404,175124,229,82.9601,-249.989,91.4709,-1.64061,0,0,0,1,300,255,1), - (82405,175124,229,74.1004,-291.837,91.442,-0.401425,0,0,0,1,300,255,1), - (82406,175124,229,104.404,-299.438,91.4757,0.680677,0,0,0,1,300,255,1), - (82407,175124,229,104.213,-289.411,91.4732,1.50098,0,0,0,1,300,255,1), - (82408,175124,229,74.2068,-273.591,91.6428,-1.39626,0,0,0,1,300,255,1), - (82409,175124,229,70.9291,-304.97,91.4315,3.03684,0,0,0,1,300,255,1), - (82410,175124,229,77.3179,-266.196,91.4775,-1.16937,0,0,0,1,300,255,1), - (82411,175124,229,101.517,-311.471,91.4455,-1.58825,0,0,0,1,300,255,1), - (82412,175124,229,205.199,-401.573,111.082,0.261798,0,0,0,1,300,255,1), - (82413,175124,229,213.311,-410.503,110.963,2.14675,0,0,0,1,300,255,1), - (82414,175124,229,220.602,-418.447,110.961,-1.22173,0,0,0,1,300,255,1), - (82415,175124,229,114.806,-450.286,110.863,0.767944,0,0,0,1,300,255,1), - (82416,175124,229,198.346,-432.692,110.885,-2.05949,0,0,0,1,300,255,1), - (82417,175124,229,204.402,-400.307,111.092,-2.19912,0,0,0,1,300,255,1), - (82418,175124,229,220.181,-401.405,111.055,-1.98967,0,0,0,1,300,255,1), - (82419,175124,229,203.082,-401.453,111.087,-1.06465,0,0,0,1,300,255,1), - (82420,175124,229,189.834,-451.31,110.863,-2.86233,0,0,0,1,300,255,1), - (82421,175124,229,222.219,-428.908,110.916,2.79252,0,0,0,1,300,255,1), - (82422,175124,229,65.2965,-267.93,93.0764,0.349065,0,0,0,1,300,255,1), - (82423,175124,229,68.1218,-302.416,91.4389,3.12412,0,0,0,1,300,255,1), - (82424,175124,229,85.9751,-250.81,91.4645,-2.93214,0,0,0,1,300,255,1), - (82425,175124,229,105.543,-284.794,91.4924,-2.23402,0,0,0,1,300,255,1), - (82426,175124,229,86.6694,-276.929,91.4556,0.628317,0,0,0,1,300,255,1), - (82427,175124,229,90.2851,-290.926,91.4458,0.610864,0,0,0,1,300,255,1), - (82428,175124,229,68.2518,-314.875,91.4335,1.36136,0,0,0,1,300,255,1), - (82429,175124,229,61.0567,-313.922,91.505,-0.680679,0,0,0,1,300,255,1), - (82430,175124,229,66.4828,-315.487,91.4474,-2.35619,0,0,0,1,300,255,1), - (82431,175124,229,83.9541,-315.109,91.4341,-0.541051,0,0,0,1,300,255,1), - (82432,175124,229,186.987,-389.476,110.863,-1.53589,0,0,0,1,300,255,1), - (82433,175124,229,219.679,-393.405,111.114,-1.98967,0,0,0,1,300,255,1), - (82434,175124,229,207.267,-434.716,110.887,0.226892,0,0,0,1,300,255,1), - (82435,175124,229,208.006,-422.069,110.929,-1.51844,0,0,0,1,300,255,1), - (82436,175124,229,220.173,-391.63,111.126,1.36136,0,0,0,1,300,255,1), - (82437,175124,229,199.281,-431.434,110.885,-2.44346,0,0,0,1,300,255,1), - (82438,175124,229,218.954,-392.579,111.121,1.91986,0,0,0,1,300,255,1), - (82439,175124,229,189.08,-388.611,110.863,-0.296705,0,0,0,1,300,255,1), - (82440,175124,229,201.847,-432.209,110.885,1.44862,0,0,0,1,300,255,1), - (82441,175124,229,209.286,-391.27,111.149,-2.94959,0,0,0,1,300,255,1), - (82442,175124,229,62.4955,-334.331,91.5069,-0.349065,0,0,0,1,300,255,1), - (82443,175124,229,73.1332,-306.736,91.4127,-0.645772,0,0,0,1,300,255,1), - (82444,175124,229,65.9878,-303.634,91.4694,-2.61799,0,0,0,1,300,255,1), - (82445,175124,229,80.4842,-316.636,91.438,-0.855211,0,0,0,1,300,255,1), - (82446,175124,229,51.8635,-316.614,91.5209,-0.593412,0,0,0,1,300,255,1), - (82447,175124,229,106.015,-287.215,91.4993,-2.54818,0,0,0,1,300,255,1), - (82448,175124,229,87.8127,-314.716,91.4443,3.01941,0,0,0,1,300,255,1), - (82449,175124,229,56.7615,-332.325,91.4652,-1.06465,0,0,0,1,300,255,1), - (82450,175124,229,63.3079,-317.114,91.4715,-3.08918,0,0,0,1,300,255,1), - (82451,175124,229,204.115,-393.598,111.142,-0.645772,0,0,0,1,300,255,1), - (82452,175124,229,202.891,-394.925,111.134,-2.80997,0,0,0,1,300,255,1), - (82453,175124,229,211.907,-420.136,110.945,1.93731,0,0,0,1,300,255,1), - (82454,175124,229,188.003,-452.538,110.863,1.3439,0,0,0,1,300,255,1), - (82455,175124,229,197.889,-409.417,110.885,-1.51844,0,0,0,1,300,255,1), - (82456,175124,229,204.39,-395.495,111.127,-1.29154,0,0,0,1,300,255,1), - (82457,175124,229,221.281,-400.066,111.063,0.977383,0,0,0,1,300,255,1), - (82458,175124,229,223.579,-419.323,110.959,-1.88495,0,0,0,1,300,255,1), - (82459,175124,229,221.348,-409.122,111.003,-2.07694,0,0,0,1,300,255,1), - (82460,175124,229,203.856,-403.369,111.071,-1.15192,0,0,0,1,300,255,1), - (82461,175124,229,87.8612,-303.152,91.4444,-1.79769,0,0,0,1,300,255,1), - (82462,175124,229,107.871,-297.008,91.5257,3.05433,0,0,0,1,300,255,1), - (82463,175124,229,105.655,-314.233,91.4928,3.05433,0,0,0,1,300,255,1), - (82464,175124,229,89.9268,-301.831,91.4451,0.541051,0,0,0,1,300,255,1), - (82465,175124,229,72.141,-285.906,91.9452,-1.01229,0,0,0,1,300,255,1), - (82466,175124,229,77.2751,-262.143,91.4799,-1.25664,0,0,0,1,300,255,1), - (82467,175124,229,93.6733,-290.12,91.4455,-0.750491,0,0,0,1,300,255,1), - (82468,175124,229,97.1963,-310.891,91.4455,-3.03684,0,0,0,1,300,255,1), - (82469,175124,229,65.5835,-305.105,91.4853,1.09956,0,0,0,1,300,255,1), - (82470,175124,229,60.8484,-318.053,91.4709,1.48353,0,0,0,1,300,255,1), - (82471,175124,229,200.72,-431.708,110.885,1.78023,0,0,0,1,300,255,1), - (82472,175124,229,208.166,-418.361,110.933,2.21656,0,0,0,1,300,255,1), - (82473,175124,229,212.459,-418.521,110.953,2.9845,0,0,0,1,300,255,1), - (82474,175124,229,223.817,-429.41,110.914,-0.174532,0,0,0,1,300,255,1), - (82475,175124,229,223.978,-432.85,110.899,1.88495,0,0,0,1,300,255,1), - (82476,175124,229,187.741,-387.874,110.863,1.13446,0,0,0,1,300,255,1), - (82477,175124,229,209.563,-419.84,110.939,-0.541051,0,0,0,1,300,255,1), - (82478,175124,229,220.162,-421.225,110.948,-1.76278,0,0,0,1,300,255,1), - (82479,175124,229,202.572,-392.328,111.154,-1.36136,0,0,0,1,300,255,1), - (82480,175124,229,55.3531,-249.984,97.0487,-2.65289,0,0,0,1,300,255,1), - (82481,175124,229,48.8127,-337.076,91.5302,2.26892,0,0,0,1,300,255,1), - (82482,175124,229,84.112,-268.795,91.4617,-2.87979,0,0,0,1,300,255,1), - (82483,175124,229,94.5641,-281.093,91.4455,2.51327,0,0,0,1,300,255,1), - (82484,175124,229,88.0984,-333.163,91.4844,1.43117,0,0,0,1,300,255,1), - (82485,175124,229,85.834,-295.414,91.4477,2.77507,0,0,0,1,300,255,1), - (82486,175124,229,54.5722,-336.735,91.5293,-1.13446,0,0,0,1,300,255,1), - (82487,175124,229,107.928,-299.948,91.5265,2.00713,0,0,0,1,300,255,1), - (82488,175124,229,82.7643,-267.748,91.4651,-3.01941,0,0,0,1,300,255,1), - (82489,175124,229,78.59,-266.496,91.4746,2.00713,0,0,0,1,300,255,1), - (82490,175124,229,188.126,-450.82,110.863,1.48353,0,0,0,1,300,255,1), - (82491,175124,229,206.904,-419.79,110.925,-0.750491,0,0,0,1,300,255,1), - (82492,175124,229,207.935,-420.02,110.93,-0.174532,0,0,0,1,300,255,1), - (82493,175124,229,209.072,-435.188,110.885,-2.94959,0,0,0,1,300,255,1), - (82494,175124,229,222.816,-430.971,110.907,-0.261798,0,0,0,1,300,255,1), - (82495,175124,229,210.485,-393.288,111.132,-0.122173,0,0,0,1,300,255,1), - (82496,175124,229,203.281,-398.872,111.105,2.86233,0,0,0,1,300,255,1), - (82497,175124,229,220.836,-393.649,111.11,-1.97222,0,0,0,1,300,255,1), - (82498,175124,229,113.018,-451.804,110.863,2.82743,0,0,0,1,300,255,1), - (82499,175124,229,200.125,-407.846,110.885,2.87979,0,0,0,1,300,255,1), - (82500,175124,229,60.1851,-270.196,93.6818,-2.26892,0,0,0,1,300,255,1), - (82501,175124,229,87.2811,-254.392,91.4618,0.034906,0,0,0,1,300,255,1), - (82502,175124,229,84.5943,-291.008,91.4483,-2.21656,0,0,0,1,300,255,1), - (82503,175124,229,95.5179,-311.558,91.4455,-1.06465,0,0,0,1,300,255,1), - (82504,175124,229,61.9452,-270.148,93.5453,-1.16937,0,0,0,1,300,255,1), - (82505,175124,229,57.859,-336.093,91.5233,-2.23402,0,0,0,1,300,255,1), - (82506,175124,229,88.6913,-301.07,91.4447,0.366518,0,0,0,1,300,255,1), - (82507,175124,229,76.0065,-264.973,91.4807,1.64061,0,0,0,1,300,255,1), - (82508,175124,229,77.7013,-295.117,91.4437,-1.11701,0,0,0,1,300,255,1), - (82509,175124,229,212.067,-392.173,111.137,-0.558504,0,0,0,1,300,255,1), - (82510,175124,229,115.411,-389.923,110.863,-0.837757,0,0,0,1,300,255,1), - (82511,175124,229,197.826,-407.93,110.885,-2.16421,0,0,0,1,300,255,1), - (82512,175124,229,80.7881,-253.589,91.4755,-2.14675,0,0,0,1,300,255,1), - (82513,175124,229,85.6677,-314.024,91.436,-2.07694,0,0,0,1,300,255,1), - (82514,175124,229,92.6068,-281.835,91.4455,-2.9845,0,0,0,1,300,255,1), - (82515,175124,229,74.7522,-275.849,91.6503,0.95993,0,0,0,1,300,255,1), - (82516,175124,229,51.5754,-315.042,91.5225,2.14675,0,0,0,1,300,255,1), - (82517,175124,229,96.3418,-280.518,91.4455,0.139624,0,0,0,1,300,255,1), - (82518,175124,229,106.199,-299.793,91.5014,-1.20428,0,0,0,1,300,255,1), - (82519,175124,229,91.8307,-291.349,91.4455,-3.08918,0,0,0,1,300,255,1), - (82520,175124,229,74.4491,-307.403,91.4144,-0.733038,0,0,0,1,300,255,1), - (82521,175124,229,49.5659,-314.368,91.5337,-2.35619,0,0,0,1,300,255,1), - (82522,175124,229,102.871,-296.658,91.4538,-1.62316,0,0,0,1,300,255,1), - (82523,175124,229,89.0992,-290.133,91.4463,1.53589,0,0,0,1,300,255,1), - (82524,175124,229,106.956,-310.151,91.5121,2.74016,0,0,0,1,300,255,1), - (82525,175124,229,69.4599,-303.627,91.438,-1.39626,0,0,0,1,300,255,1), - (82526,175124,229,96.0628,-287.47,91.4455,1.71042,0,0,0,1,300,255,1), - (82527,175124,229,102.414,-304.376,91.4466,0.017452,0,0,0,1,300,255,1), - (82528,175124,229,85.5635,-293.523,91.4479,1.309,0,0,0,1,300,255,1), - (82529,175124,229,63.5717,-336.638,91.5284,0.069812,0,0,0,1,300,255,1), - (82530,175124,229,81.8175,-317.4,91.4399,0.174532,0,0,0,1,300,255,1), - (82531,175124,229,59.4191,-337.406,91.5356,-0.471238,0,0,0,1,300,255,1), - (82532,175124,229,90.5754,-320.019,91.4455,1.20428,0,0,0,1,300,255,1), - (82533,175124,229,71.7949,-278.165,92.4567,2.23402,0,0,0,1,300,255,1), - (82534,175124,229,90.3071,-332.646,91.4737,2.61799,0,0,0,1,300,255,1), - (82535,175124,229,87.9231,-280.001,91.4471,-2.70526,0,0,0,1,300,255,1), - (82536,175124,229,79.5689,-291.474,91.4493,-0.174532,0,0,0,1,300,255,1), - (82537,175124,229,91.8609,-301.935,91.4455,0.733038,0,0,0,1,300,255,1), - (82538,175124,229,97.1258,-281.949,91.4455,-1.27409,0,0,0,1,300,255,1), - (82539,175124,229,88.8089,-316.134,91.4447,-0.698132,0,0,0,1,300,255,1), - (82540,175124,229,59.7561,-310.905,91.5367,-0.767944,0,0,0,1,300,255,1), - (82541,175124,229,105.491,-297.968,91.4915,-3.07177,0,0,0,1,300,255,1), - (82542,175124,229,90.4836,-280.375,91.4457,-0.087266,0,0,0,1,300,255,1), - (82543,175124,229,105.029,-300.911,91.4845,1.5708,0,0,0,1,300,255,1), - (82544,175124,229,86.8536,-289.913,91.4473,-2.49582,0,0,0,1,300,255,1), - (82545,175124,229,76.2422,-277.381,91.4738,-0.785397,0,0,0,1,300,255,1), - (82546,175124,229,89.0041,-251.208,91.4582,2.94959,0,0,0,1,300,255,1), - (82547,175124,229,56.7882,-269.273,93.7193,-0.994837,0,0,0,1,300,255,1), - (82548,175124,229,74.0389,-287.331,91.4488,-1.01229,0,0,0,1,300,255,1), - (82549,175124,229,59.1689,-255.103,96.8158,1.0821,0,0,0,1,300,255,1), - (82550,175124,229,79.7089,-266.052,91.4724,-0.663223,0,0,0,1,300,255,1), - (82551,175124,229,92.1251,-279.851,91.4455,-1.67551,0,0,0,1,300,255,1), - (82552,175124,229,90.9577,-303.899,91.4455,0.122173,0,0,0,1,300,255,1), - (82553,175124,229,61.0127,-315.653,91.4848,0.733038,0,0,0,1,300,255,1), - (82554,175124,229,79.2062,-262.497,91.4758,-2.1293,0,0,0,1,300,255,1), - (82555,175124,229,104.602,-287.997,91.4788,-1.97222,0,0,0,1,300,255,1), - (82556,175124,229,104.377,-312.261,91.4739,1.90241,0,0,0,1,300,255,1), - (82557,175124,229,77.4822,-292.28,91.447,-0.087266,0,0,0,1,300,255,1), - (82558,175124,229,92.1155,-334.861,91.5066,0.453785,0,0,0,1,300,255,1), - (82559,175124,229,52.6492,-254.144,97.3261,-1.81514,0,0,0,1,300,255,1), - (82560,175124,229,82.5312,-315.925,91.4361,1.71042,0,0,0,1,300,255,1), - (82561,175124,229,54.2656,-255.435,96.8589,1.3439,0,0,0,1,300,255,1), - (82562,175124,229,76.8647,-275.632,91.4778,2.32129,0,0,0,1,300,255,1), - (82563,175124,229,95.4615,-313.584,91.4455,0.855211,0,0,0,1,300,255,1), - (82564,175124,229,84.5061,-248.377,91.4676,1.78023,0,0,0,1,300,255,1), - (82565,175124,229,113.93,-389.215,110.863,-0.785397,0,0,0,1,300,255,1), - (82566,175124,229,112.297,-390.178,110.863,-0.122173,0,0,0,1,300,255,1), - (82567,175886,229,-34.7324,-589.615,30.9339,0,0,0,0.725374,0.688355,180,255,1), - (82568,175886,229,-36.2977,-589.617,31.0103,0,0,0,0.522498,0.852641,180,255,1), - (82569,175886,229,-37.1093,-589.641,30.9548,0,0,0,0.601814,0.798636,180,255,1), - (82570,175886,229,-35.6387,-589.632,30.9825,0,0,0,-0.833885,0.551938,180,255,1), - (82571,175886,229,-37.7856,-589.64,30.9964,0,0,0,-0.999657,0.0262017,180,255,1), - (82572,175886,229,-34.5386,-589.635,30.9964,0,0,0,-0.292372,0.956305,180,255,1), - (82574,175382,229,67.1283,-297.421,91.4255,-0.034906,0,0,0,1,180,255,1), - (82575,175385,229,65.4179,-280.416,94.0465,0.069812,0,0,0,1,180,255,1), - (82576,175153,229,113.751,-258.945,91.5603,0,0,0,1,0,180,100,1), - (82577,176454,229,60.5715,-562.501,30.4811,3.14159,0,0,1,0,180,255,1), - (82578,176455,229,52.2037,-470.448,25.1121,3.14148,0,0,1,0,180,255,1), - (82579,176456,229,-60.6476,-584.383,29.1115,3.14159,0,0,1,0,180,255,1), - (82580,176458,229,-114.982,-421.897,-18.9179,3.14159,0,0,1,0,180,255,1), - (82581,175946,229,45.1933,-259.712,106.533,3.14159,0,0,1,0,180,100,1), - (82582,176459,229,68.6479,-270.903,60.7375,3.14159,0,0,1,0,180,255,1), - (82583,176461,229,69.3254,-265.102,60.6044,3.14159,0,0,1,0,180,255,1), - (82584,176462,229,90.4803,-283.217,60.7002,3.14159,0,0,1,0,180,255,1), - (82585,176463,229,91.6333,-262.053,60.7002,3.14159,0,0,1,0,180,255,1), - (82586,175185,229,194.235,-420.225,110.761,3.14159,0,0,1,0,180,100,1), - (82587,175186,229,92.9595,-435.59,110.954,-1.5708,0,0,0.702595,-0.71159,180,100,1), - (82588,175187,229,144.37,-299.198,91.4701,0,0,0,1,0,180,255,1), - (82589,175705,229,175.127,-258.945,91.5603,0,0,0,1,0,180,100,0), - (82590,175706,229,144.445,-280.941,91.5476,1.58825,0,0,0,1,180,255,1), - (82591,175195,229,124.779,-298.037,70.8526,0.785397,0,0,0.377,1,180,255,0), - (82592,175196,229,228.803,-301.542,76.8812,-1.5708,0,0,1,0,180,255,0), - (82593,175197,229,125.358,-340.465,70.8752,2.35619,0,0,0,0,180,255,0), - (82594,175198,229,215.157,-334.733,76.8124,-2.35619,0,0,0,0,180,255,0); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (78120,324,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,300,255,1), + (78121,1735,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,300,255,1), + (78122,1734,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,300,255,1), + (78123,2047,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,300,255,1), + (78124,1733,0,-206,-3576,152.935,0.277,0,0,0.138058,0.990424,300,300,255,1), + (78125,2040,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78126,324,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78127,1735,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78128,1734,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78129,2047,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78130,1733,0,-230,-3155,119.756,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78131,2040,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (78132,324,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (78133,1735,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (78134,1734,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (78135,2047,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (78136,1733,0,381.005,-2944.59,138.293,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (78137,2040,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78138,324,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78139,1735,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78140,1734,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78141,2047,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78142,1733,0,-54.3246,-3992.91,133.372,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78143,2040,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78144,324,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78145,1735,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78146,1734,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78147,2047,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78148,1733,0,-266,-3124,128.656,2.024,0,0,0.847894,0.530166,300,300,255,1), + (78149,2040,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78150,324,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78151,1735,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78152,1734,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78153,2047,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78154,1733,0,-44.5067,-2654.06,135.595,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78155,2040,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (78156,324,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (78157,1735,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (78158,1734,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (78159,2047,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (78160,1733,0,-64.6879,-3592.83,133.142,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (78161,2040,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,300,255,1), + (78162,324,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,300,255,1), + (78163,1735,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,300,255,1), + (78164,1734,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,300,255,1), + (78165,2047,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,300,255,1), + (78166,1733,0,-300,-2541,125.414,2.714,0,0,0.977232,0.212171,300,300,255,1), + (78167,2040,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,300,255,1), + (78168,324,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,300,255,1), + (78169,1735,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,300,255,1), + (78170,1734,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,300,255,1), + (78171,2047,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,300,255,1), + (78172,1733,0,-61,-3981,128.096,3.658,0,0,0.96685,-0.255344,300,300,255,1), + (78173,2040,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,300,255,1), + (78174,324,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,300,255,1), + (78175,1735,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,300,255,1), + (78176,1734,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,300,255,1), + (78177,2047,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,300,255,1), + (78178,1733,0,36.526,-3712,153.969,5.788,0,0,0.245071,-0.969505,300,300,255,1), + (78179,2040,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,300,255,1), + (78180,324,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,300,255,1), + (78181,1735,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,300,255,1), + (78182,1734,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,300,255,1), + (78183,2047,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,300,255,1), + (78184,1733,0,-4,-3170,120.3,4.248,0,0,0.850846,-0.525416,300,300,255,1), + (78185,2040,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,300,255,1), + (78186,324,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,300,255,1), + (78187,1735,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,300,255,1), + (78188,1734,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,300,255,1), + (78189,2047,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,300,255,1), + (78190,1733,0,170.257,-3060,144.076,4.825,0,0,0.666193,-0.745779,300,300,255,1), + (78191,2040,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,300,255,1), + (78192,324,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,300,255,1), + (78193,1735,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,300,255,1), + (78194,1734,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,300,255,1), + (78195,2047,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,300,255,1), + (78196,1733,0,4.569,-3875,159.087,4.525,0,0,0.77016,-0.63785,300,300,255,1), + (78197,2040,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,300,255,1), + (78198,324,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,300,255,1), + (78199,1735,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,300,255,1), + (78200,1734,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,300,255,1), + (78201,2047,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,300,255,1), + (78202,1733,0,-48,-2786,129.004,3.857,0,0,0.936703,-0.350124,300,300,255,1), + (78203,2040,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,300,255,1), + (78204,324,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,300,255,1), + (78205,1735,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,300,255,1), + (78206,1734,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,300,255,1), + (78207,2047,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,300,255,1), + (78208,1733,0,-221,-3561,141.367,4.726,0,0,0.702278,-0.711903,300,300,255,1), + (78209,2040,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,300,255,1), + (78210,324,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,300,255,1), + (78211,1735,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,300,255,1), + (78212,1734,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,300,255,1), + (78213,2047,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,300,255,1), + (78214,1733,0,193.384,-3082,134.026,0.797,0,0,0.388036,0.921644,300,300,255,1), + (78215,2040,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (78216,324,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (78217,1735,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (78218,1734,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (78219,2047,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (78220,1733,0,-393.098,-3973.02,198.442,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (78221,2040,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (78222,324,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (78223,1735,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (78224,1734,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (78225,2047,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (78226,1733,0,-207.345,-3566.94,154.407,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (78227,2040,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,300,255,1), + (78228,324,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,300,255,1), + (78229,1735,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,300,255,1), + (78230,1734,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,300,255,1), + (78231,2047,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,300,255,1), + (78232,1733,0,-773.764,-4422.3,25.206,-0.663225,0,0,-0.325568,0.945519,300,300,255,1), + (78233,2040,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (78234,324,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (78235,1735,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (78236,1734,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (78237,2047,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (78238,1733,0,-180.918,-3981.45,204.13,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (78239,2040,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (78240,324,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (78241,1735,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (78242,1734,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (78243,2047,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (78244,1733,0,-345.231,-3401.23,163.319,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (78245,2040,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78246,324,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78247,1735,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78248,1734,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78249,2047,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78250,1733,0,-226.002,-3138.28,139.329,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78251,2040,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78252,324,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78253,1735,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78254,1734,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78255,2047,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78256,1733,0,409.363,-2865.83,144.202,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78257,2040,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78258,324,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78259,1735,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78260,1734,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78261,2047,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78262,1733,0,-389.972,-4229.24,182.705,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (78263,2040,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (78264,324,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (78265,1735,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (78266,1734,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (78267,2047,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (78268,1733,0,341.896,-3108.71,136.387,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (78269,2040,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (78270,324,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (78271,1735,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (78272,1734,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (78273,2047,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (78274,1733,0,-509.514,-4208.35,220.523,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (78275,2040,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78276,324,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78277,1735,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78278,1734,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78279,2047,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78280,1733,0,345.971,-3868.34,106.97,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (78281,2040,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (78282,324,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (78283,1735,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (78284,1734,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (78285,2047,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (78286,1733,0,346.212,-3764.89,126.924,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (78287,2040,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (78288,324,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (78289,1735,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (78290,1734,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (78291,2047,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (78292,1733,0,0.844455,-4469.67,155.277,-1.53589,0,0,-0.694658,0.71934,300,300,255,1), + (78293,2040,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,300,255,1), + (78294,324,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,300,255,1), + (78295,1735,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,300,255,1), + (78296,1734,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,300,255,1), + (78297,2047,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,300,255,1), + (78298,1733,0,-177.469,-2881.45,115.721,-0.296706,0,0,-0.147809,0.989016,300,300,255,1), + (78299,2040,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (78300,324,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (78301,1735,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (78302,1734,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (78303,2047,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (78304,1733,0,496.548,-3358.1,138.507,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (78305,2040,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (78306,324,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (78307,1735,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (78308,1734,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (78309,2047,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (78310,1733,0,-209.675,-3491.38,147.553,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (78311,2040,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (78312,324,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (78313,1735,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (78314,1734,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (78315,2047,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (78316,1733,0,-220.989,-2558.77,119.819,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (78317,2040,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,300,255,1), + (78318,324,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,300,255,1), + (78319,1735,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,300,255,1), + (78320,1734,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,300,255,1), + (78321,2047,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,300,255,1), + (78322,1733,0,755.064,-3831.65,127.406,0.05236,0,0,0.026177,0.999657,300,300,255,1), + (78323,2040,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (78324,324,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (78325,1735,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (78326,1734,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (78327,2047,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (78328,1733,0,405.765,-3779.9,178.138,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (78329,2040,0,326.469,-3713,107.052,0,0,0,0,1,300,300,255,1), + (78330,324,0,326.469,-3713,107.052,0,0,0,0,1,300,300,255,1), + (78331,1735,0,326.469,-3713,107.052,0,0,0,0,1,300,300,255,1), + (78332,1734,0,326.469,-3713,107.052,0,0,0,0,1,300,300,255,1), + (78333,2047,0,326.469,-3713,107.052,0,0,0,0,1,300,300,255,1), + (78334,1733,0,326.469,-3713,107.052,0,0,0,0,1,300,300,255,1), + (78335,2040,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (78336,324,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (78337,1735,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (78338,1734,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (78339,2047,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (78340,1733,0,958.159,-4201.19,137.316,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (78341,2040,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (78342,324,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (78343,1735,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (78344,1734,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (78345,2047,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (78346,1733,0,229.585,-3500.51,159.564,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (78347,2040,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78348,324,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78349,1735,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78350,1734,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78351,2047,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78352,1733,0,351.772,-3774,126.82,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78353,2040,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (78354,324,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (78355,1735,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (78356,1734,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (78357,2047,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (78358,1733,0,-53.3081,-3159.08,95.2516,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (78359,2040,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (78360,324,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (78361,1735,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (78362,1734,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (78363,2047,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (78364,1733,0,41.2691,-4190.52,117.515,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (78365,2040,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,300,255,1), + (78366,324,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,300,255,1), + (78367,1735,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,300,255,1), + (78368,1734,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,300,255,1), + (78369,2047,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,300,255,1), + (78370,1733,0,369.444,-3876,106.063,2.461,0,0,0.942656,0.333766,300,300,255,1), + (78371,2040,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (78372,324,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (78373,1735,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (78374,1734,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (78375,2047,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (78376,1733,0,-58.4039,-2780.86,132.748,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (78377,2040,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (78378,324,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (78379,1735,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (78380,1734,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (78381,2047,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (78382,1733,0,71.1774,-3664.37,131.84,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (78383,2040,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,300,255,1), + (78384,324,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,300,255,1), + (78385,1735,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,300,255,1), + (78386,1734,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,300,255,1), + (78387,2047,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,300,255,1), + (78388,1733,0,-268,-3681,238.863,0.317,0,0,0.157837,0.987465,300,300,255,1), + (78389,2040,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,300,255,1), + (78390,324,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,300,255,1), + (78391,1735,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,300,255,1), + (78392,1734,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,300,255,1), + (78393,2047,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,300,255,1), + (78394,1733,0,-129,-4388,132.5,2.53,0,0,0.953607,0.301053,300,300,255,1), + (78395,2040,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,300,255,1), + (78396,324,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,300,255,1), + (78397,1735,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,300,255,1), + (78398,1734,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,300,255,1), + (78399,2047,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,300,255,1), + (78400,1733,0,-90,-2858,129.04,5.18,0,0,0.524044,-0.851691,300,300,255,1), + (78401,2040,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,300,255,1), + (78402,324,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,300,255,1), + (78403,1735,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,300,255,1), + (78404,1734,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,300,255,1), + (78405,2047,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,300,255,1), + (78406,1733,0,420.005,-4006,119.191,2.034,0,0,0.850534,0.52592,300,300,255,1), + (78407,2040,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,300,255,1), + (78408,324,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,300,255,1), + (78409,1735,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,300,255,1), + (78410,1734,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,300,255,1), + (78411,2047,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,300,255,1), + (78412,1733,0,-254,-2517,123.488,5.306,0,0,0.469384,-0.882994,300,300,255,1), + (78413,2040,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78414,324,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78415,1735,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78416,1734,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78417,2047,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78418,1733,0,-113,-4397,131.714,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78419,2040,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,300,255,1), + (78420,324,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,300,255,1), + (78421,1735,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,300,255,1), + (78422,1734,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,300,255,1), + (78423,2047,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,300,255,1), + (78424,1733,0,-206,-2521,120.684,0.354,0,0,0.176077,0.984376,300,300,255,1), + (78425,2040,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78426,324,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78427,1735,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78428,1734,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78429,2047,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78430,1733,0,-355,-3507,176.163,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78431,2040,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (78432,324,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (78433,1735,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (78434,1734,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (78435,2047,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (78436,1733,0,-61.2061,-4550.14,15.3726,-2.79253,0,0,-0.984808,0.173647,300,300,255,1), + (78437,2040,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (78438,324,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (78439,1735,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (78440,1734,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (78441,2047,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (78442,1733,0,608.484,-3381.76,104.346,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (78443,2040,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,300,255,1), + (78444,324,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,300,255,1), + (78445,1735,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,300,255,1), + (78446,1734,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,300,255,1), + (78447,2047,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,300,255,1), + (78448,1733,0,-294,-2749,98.655,4.926,0,0,0.627698,-0.778457,300,300,255,1), + (78449,2040,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,300,255,1), + (78450,324,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,300,255,1), + (78451,1735,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,300,255,1), + (78452,1734,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,300,255,1), + (78453,2047,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,300,255,1), + (78454,1733,0,-227,-3642,241.524,5.293,0,0,0.475113,-0.879925,300,300,255,1), + (78455,2040,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,300,255,1), + (78456,324,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,300,255,1), + (78457,1735,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,300,255,1), + (78458,1734,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,300,255,1), + (78459,2047,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,300,255,1), + (78460,1733,0,-259,-2993,108.942,4.932,0,0,0.62536,-0.780336,300,300,255,1), + (78461,2040,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,300,255,1), + (78462,324,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,300,255,1), + (78463,1735,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,300,255,1), + (78464,1734,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,300,255,1), + (78465,2047,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,300,255,1), + (78466,1733,0,-247,-3017,119.816,5.284,0,0,0.479068,-0.877778,300,300,255,1), + (78467,2040,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,300,255,1), + (78468,324,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,300,255,1), + (78469,1735,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,300,255,1), + (78470,1734,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,300,255,1), + (78471,2047,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,300,255,1), + (78472,1733,0,-70,-3175,100.854,4.227,0,0,0.856315,-0.516453,300,300,255,1), + (78473,2040,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78474,324,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78475,1735,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78476,1734,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78477,2047,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78478,1733,0,-136,-4423,136.9,3.963,0,0,0.91684,-0.399255,300,300,255,1), + (78479,2040,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78480,324,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78481,1735,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78482,1734,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78483,2047,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78484,1733,0,-93.0135,-2774.19,127.279,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78485,2040,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,300,255,1), + (78486,324,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,300,255,1), + (78487,1735,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,300,255,1), + (78488,1734,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,300,255,1), + (78489,2047,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,300,255,1), + (78490,1733,0,-263,-2512,122.642,0.76,0,0,0.37092,0.928665,300,300,255,1), + (78491,2040,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,300,255,1), + (78492,324,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,300,255,1), + (78493,1735,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,300,255,1), + (78494,1734,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,300,255,1), + (78495,2047,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,300,255,1), + (78496,1733,0,422.529,-4047,107.596,0.67,0,0,0.328769,0.94441,300,300,255,1), + (78497,2040,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (78498,324,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (78499,1735,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (78500,1734,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (78501,2047,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (78502,1733,0,30.556,-4551,146.175,4.569,0,0,0.755943,-0.654638,300,300,255,1), + (78503,2040,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,300,255,1), + (78504,324,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,300,255,1), + (78505,1735,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,300,255,1), + (78506,1734,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,300,255,1), + (78507,2047,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,300,255,1), + (78508,1733,0,-200,-3597,160.421,3.733,0,0,0.956597,-0.291413,300,300,255,1), + (78509,2040,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,300,255,1), + (78510,324,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,300,255,1), + (78511,1735,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,300,255,1), + (78512,1734,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,300,255,1), + (78513,2047,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,300,255,1), + (78514,1733,0,-234,-3618,238.042,0.932,0,0,0.449316,0.893373,300,300,255,1), + (78515,2040,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,300,255,1), + (78516,324,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,300,255,1), + (78517,1735,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,300,255,1), + (78518,1734,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,300,255,1), + (78519,2047,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,300,255,1), + (78520,1733,0,-214,-2515,119.716,1.972,0,0,0.833825,0.55203,300,300,255,1), + (78521,2040,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,300,255,1), + (78522,324,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,300,255,1), + (78523,1735,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,300,255,1), + (78524,1734,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,300,255,1), + (78525,2047,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,300,255,1), + (78526,1733,0,-321,-2619,131.07,5.673,0,0,0.300382,-0.953819,300,300,255,1), + (78527,2040,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,300,255,1), + (78528,324,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,300,255,1), + (78529,1735,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,300,255,1), + (78530,1734,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,300,255,1), + (78531,2047,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,300,255,1), + (78532,1733,0,-280,-3726,239.616,1.542,0,0,0.696853,0.717214,300,300,255,1), + (78533,2040,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,300,255,1), + (78534,324,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,300,255,1), + (78535,1735,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,300,255,1), + (78536,1734,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,300,255,1), + (78537,2047,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,300,255,1), + (78538,1733,0,-62,-3138,98.242,4.931,0,0,0.62575,-0.780024,300,300,255,1), + (78539,2040,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,300,255,1), + (78540,324,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,300,255,1), + (78541,1735,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,300,255,1), + (78542,1734,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,300,255,1), + (78543,2047,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,300,255,1), + (78544,1733,0,-370,-3505,174.384,4.725,0,0,0.702634,-0.711551,300,300,255,1), + (78545,2040,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (78546,324,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (78547,1735,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (78548,1734,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (78549,2047,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (78550,1733,0,-258.276,-3673.16,241.412,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (78551,1731,0,2956.82,412.312,39.4448,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (78552,1731,0,2245.63,1519.28,53.4071,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (78553,1731,0,2557.3,1691.01,8.38937,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (78554,1731,0,2551.51,-120.405,25.5001,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (78555,1731,0,1732.7,897.179,60.023,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (78556,1731,0,2018.84,-628.099,66.4502,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (78557,1731,0,2709.98,1336.98,42.0939,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (78558,1731,0,2736.66,1411.2,2.68338,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (78559,1731,0,2453.47,835.25,85.8056,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (78560,1731,0,2283.34,-1086.17,83.1417,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (78561,1731,0,2850.04,-461.927,82.1176,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (78562,1731,0,2968.22,-349.844,27.8641,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (78563,1731,0,3040.21,619.111,98.6797,-1.50098,0,0,-0.681997,0.731355,300,300,255,1), + (78564,1731,0,3023.28,790.686,87.5232,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (78565,1731,0,2927.08,447.921,37.3951,-2.60054,0,0,-0.96363,0.267239,300,300,255,1), + (78566,1731,0,2617.09,564.733,22.2648,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (78567,1731,0,2575.05,641.717,31.4842,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (78568,1731,0,3019.68,162.956,-7.08108,-1.85005,0,0,-0.798636,0.601815,300,300,255,1), + (78569,1731,0,1702.92,768.162,69.0627,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (78570,1731,0,1619.52,-560.97,55.0243,0.453786,0,0,0.224951,0.97437,300,300,255,1), + (78571,1731,0,2373.29,804.254,47.0329,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (78572,1731,0,2985.67,-721.287,161.564,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (78573,1731,0,2252.92,-636.266,81.7184,0.959931,0,0,0.461749,0.887011,300,300,255,1), + (78574,1731,0,2721.52,-931.349,81.0418,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (78575,1731,0,2700.2,-846.233,84.8905,0.279253,0,0,0.139173,0.990268,300,300,255,1), + (78576,1731,0,2745.86,-385.011,85.5166,0.261799,0,0,0.130526,0.991445,300,300,255,1), + (78577,1731,0,2861.2,-498.192,102.199,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (78578,1731,0,2114.57,1213.39,48.3358,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (78579,1731,0,2716.62,-540,106.939,0.14,0,0,0.0699428,0.997551,300,300,255,1), + (78580,1731,0,2659.03,802.917,114.841,0.314,0,0,0.156356,0.987701,300,300,255,1), + (78581,1731,0,2208.11,553.019,34.0019,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (78582,1731,0,2805.09,741.591,138.367,-1,0,0,-0.479426,0.877583,300,300,255,1), + (78583,1731,0,2245.48,1332.42,38.1899,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (78584,1731,0,2225.5,-332.543,73.1434,-0.034906,0,0,-0.0174521,0.999848,300,300,255,1), + (78585,1731,0,2133.66,-315.844,57.8635,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (78586,1731,0,2478.94,56.65,12.432,1.292,0,0,0.601997,0.798498,300,300,255,1), + (78587,1731,0,2782.9,-830,155.883,2.234,0,0,0.898789,0.438381,300,300,255,1), + (78588,1731,0,2219.76,607.936,29.159,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78589,1731,0,1730.85,994.12,56.659,1.466,0,0,0.669102,0.74317,300,300,255,1), + (78590,1731,0,3100.4,-592,126.385,2.496,0,0,0.948352,0.31722,300,300,255,1), + (78591,1731,0,2613.72,-503,92.281,3.054,0,0,0.999041,0.0437824,300,300,255,1), + (78592,1731,0,2718.82,1259.24,46.958,2.21657,0,0,0.894935,0.446197,300,300,255,1), + (78593,1731,0,1572.09,-687.518,57.2998,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (78594,1731,0,2134.76,-457.173,76.0097,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (78595,1731,0,2524.39,-584.124,83.0835,-0.890118,0,0,-0.430511,0.902585,300,300,255,1), + (78596,1731,0,1841.24,1133.81,33.6349,-3.12414,0,0,-0.999962,0.0087262,300,300,255,1), + (78597,1731,0,2228.82,1288.9,49.7022,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (78598,1731,0,2686.04,-717.874,129.438,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (78599,1731,0,2589.23,-673.345,78.9289,2.42601,0,0,0.936673,0.350206,300,300,255,1), + (78600,1731,0,2115.94,-662.906,79.4342,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (78601,1731,0,2656.42,1194.57,74.715,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78602,1731,0,2485.92,581.391,34.6939,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (78603,1731,0,2400.78,569.456,42.212,2.74,0,0,0.979908,0.19945,300,300,255,1), + (78604,2040,0,1082.45,-1614,77.973,0.38,0,0,0.188859,0.982004,300,300,255,1), + (78605,1734,0,1082.45,-1614,77.973,0.38,0,0,0.188859,0.982004,300,300,255,1), + (78606,2047,0,1082.45,-1614,77.973,0.38,0,0,0.188859,0.982004,300,300,255,1), + (78607,2040,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (78608,1734,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (78609,2047,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (78610,2040,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (78611,1734,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (78612,2047,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (78613,2040,0,1409.67,-1206,76.184,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (78614,1734,0,1409.67,-1206,76.184,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (78615,2047,0,1409.67,-1206,76.184,3.019,0,0,0.998122,0.0612579,300,300,255,1), + (78616,2040,0,1439.54,-1001,79.985,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78617,1734,0,1439.54,-1001,79.985,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78618,2047,0,1439.54,-1001,79.985,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78619,2040,0,1383.75,-1162,61.542,4.386,0,0,0.812596,-0.582827,300,300,255,1), + (78620,1734,0,1383.75,-1162,61.542,4.386,0,0,0.812596,-0.582827,300,300,255,1), + (78621,2047,0,1383.75,-1162,61.542,4.386,0,0,0.812596,-0.582827,300,300,255,1), + (78622,2040,0,1242.1,-1274,39.079,5.054,0,0,0.576626,-0.817008,300,300,255,1), + (78623,1734,0,1242.1,-1274,39.079,5.054,0,0,0.576626,-0.817008,300,300,255,1), + (78624,2047,0,1242.1,-1274,39.079,5.054,0,0,0.576626,-0.817008,300,300,255,1), + (78625,2040,0,1124.6,-1544,56.634,2.721,0,0,0.977969,0.20875,300,300,255,1), + (78626,1734,0,1124.6,-1544,56.634,2.721,0,0,0.977969,0.20875,300,300,255,1), + (78627,2047,0,1124.6,-1544,56.634,2.721,0,0,0.977969,0.20875,300,300,255,1), + (78628,2040,0,1313.04,-1265,63.207,2.536,0,0,0.954506,0.29819,300,300,255,1), + (78629,1734,0,1313.04,-1265,63.207,2.536,0,0,0.954506,0.29819,300,300,255,1), + (78630,2047,0,1313.04,-1265,63.207,2.536,0,0,0.954506,0.29819,300,300,255,1), + (78631,2040,0,1170.29,-1697,64.234,0.577,0,0,0.284515,0.958672,300,300,255,1), + (78632,1734,0,1170.29,-1697,64.234,0.577,0,0,0.284515,0.958672,300,300,255,1), + (78633,2047,0,1170.29,-1697,64.234,0.577,0,0,0.284515,0.958672,300,300,255,1), + (78634,2040,0,1288.43,-1780,49.811,2.988,0,0,0.997053,0.0767209,300,300,255,1), + (78635,1734,0,1288.43,-1780,49.811,2.988,0,0,0.997053,0.0767209,300,300,255,1), + (78636,2047,0,1288.43,-1780,49.811,2.988,0,0,0.997053,0.0767209,300,300,255,1), + (78637,2040,0,1401.79,-1104,71.263,2.583,0,0,0.96125,0.275679,300,300,255,1), + (78638,1734,0,1401.79,-1104,71.263,2.583,0,0,0.96125,0.275679,300,300,255,1), + (78639,2047,0,1401.79,-1104,71.263,2.583,0,0,0.96125,0.275679,300,300,255,1), + (78640,2040,0,1238.25,-1253,38.45,0.922,0,0,0.444844,0.895608,300,300,255,1), + (78641,1734,0,1238.25,-1253,38.45,0.922,0,0,0.444844,0.895608,300,300,255,1), + (78642,2047,0,1238.25,-1253,38.45,0.922,0,0,0.444844,0.895608,300,300,255,1), + (78643,2040,0,1682.83,-1010.24,79.0426,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (78644,1734,0,1682.83,-1010.24,79.0426,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (78645,2047,0,1682.83,-1010.24,79.0426,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (78646,2040,0,1832.74,-1031.8,83.7296,-0.890118,0,0,-0.430511,0.902585,300,300,255,1), + (78647,1734,0,1832.74,-1031.8,83.7296,-0.890118,0,0,-0.430511,0.902585,300,300,255,1), + (78648,2047,0,1832.74,-1031.8,83.7296,-0.890118,0,0,-0.430511,0.902585,300,300,255,1), + (78649,2040,0,1264.27,-1297.43,74.5188,0.663223,0,0,0.325567,0.945519,300,300,255,1), + (78650,1734,0,1264.27,-1297.43,74.5188,0.663223,0,0,0.325567,0.945519,300,300,255,1), + (78651,2047,0,1264.27,-1297.43,74.5188,0.663223,0,0,0.325567,0.945519,300,300,255,1), + (78652,2040,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (78653,1734,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (78654,2047,0,1387.13,-1723.46,71.8066,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (78655,2040,0,2017.45,-1409.1,93.8366,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (78656,1734,0,2017.45,-1409.1,93.8366,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (78657,2047,0,2017.45,-1409.1,93.8366,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (78658,2040,0,1429.4,-1221.99,67.6879,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78659,1734,0,1429.4,-1221.99,67.6879,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78660,2047,0,1429.4,-1221.99,67.6879,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (78661,2040,0,1102.3,-1479.79,81.7374,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (78662,1734,0,1102.3,-1479.79,81.7374,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (78663,2047,0,1102.3,-1479.79,81.7374,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (78664,2040,0,1441.08,-1001,79.274,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78665,1734,0,1441.08,-1001,79.274,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78666,2047,0,1441.08,-1001,79.274,-2,0,0,-0.841471,0.540302,300,300,255,1), + (78667,2040,0,990.545,-1235.31,72.8464,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (78668,1734,0,990.545,-1235.31,72.8464,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (78669,2047,0,990.545,-1235.31,72.8464,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (78670,2040,0,1491.95,-1351,63.017,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78671,1734,0,1491.95,-1351,63.017,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78672,2047,0,1491.95,-1351,63.017,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78673,2040,0,1082.49,-1079.31,100.575,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (78674,1734,0,1082.49,-1079.31,100.575,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (78675,2047,0,1082.49,-1079.31,100.575,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (78676,2040,0,1270.12,-1308,68.229,0.663,0,0,0.325462,0.945555,300,300,255,1), + (78677,1734,0,1270.12,-1308,68.229,0.663,0,0,0.325462,0.945555,300,300,255,1), + (78678,2047,0,1270.12,-1308,68.229,0.663,0,0,0.325462,0.945555,300,300,255,1), + (78679,2040,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (78680,1734,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (78681,2047,0,1238.13,-1780.96,68.3152,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (78682,2040,0,1227.13,-997,99.956,1.065,0,0,0.507689,0.861541,300,300,255,1), + (78683,1734,0,1227.13,-997,99.956,1.065,0,0,0.507689,0.861541,300,300,255,1), + (78684,2047,0,1227.13,-997,99.956,1.065,0,0,0.507689,0.861541,300,300,255,1), + (78685,2040,0,1180.53,-1694,73.135,2.74,0,0,0.979908,0.19945,300,300,255,1), + (78686,1734,0,1180.53,-1694,73.135,2.74,0,0,0.979908,0.19945,300,300,255,1), + (78687,2047,0,1180.53,-1694,73.135,2.74,0,0,0.979908,0.19945,300,300,255,1), + (78688,2040,0,1444.63,-1743,68.881,-1,0,0,-0.479426,0.877583,300,300,255,1), + (78689,1734,0,1444.63,-1743,68.881,-1,0,0,-0.479426,0.877583,300,300,255,1), + (78690,2047,0,1444.63,-1743,68.881,-1,0,0,-0.479426,0.877583,300,300,255,1), + (78691,2040,0,1402.24,-1103.01,71.5185,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (78692,1734,0,1402.24,-1103.01,71.5185,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (78693,2047,0,1402.24,-1103.01,71.5185,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (78694,2040,0,1444.86,-1745,68.875,-1,0,0,-0.479426,0.877583,300,300,255,1), + (78695,1734,0,1444.86,-1745,68.875,-1,0,0,-0.479426,0.877583,300,300,255,1), + (78696,2047,0,1444.86,-1745,68.875,-1,0,0,-0.479426,0.877583,300,300,255,1), + (78697,2040,0,1232.08,-1676,67.924,5.585,0,0,0.342045,-0.939683,300,300,255,1), + (78698,1734,0,1232.08,-1676,67.924,5.585,0,0,0.342045,-0.939683,300,300,255,1), + (78699,2047,0,1232.08,-1676,67.924,5.585,0,0,0.342045,-0.939683,300,300,255,1), + (78700,2040,0,1335.24,-1673,63.805,5.218,0,0,0.507769,-0.861493,300,300,255,1), + (78701,1734,0,1335.24,-1673,63.805,5.218,0,0,0.507769,-0.861493,300,300,255,1), + (78702,2047,0,1335.24,-1673,63.805,5.218,0,0,0.507769,-0.861493,300,300,255,1), + (78703,2040,0,1088.69,-1621,76.232,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (78704,1734,0,1088.69,-1621,76.232,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (78705,2047,0,1088.69,-1621,76.232,4.586,0,0,0.750351,-0.66104,300,300,255,1), + (78706,2040,0,1382.08,-1735,74.733,5.218,0,0,0.507769,-0.861493,300,300,255,1), + (78707,1734,0,1382.08,-1735,74.733,5.218,0,0,0.507769,-0.861493,300,300,255,1), + (78708,2047,0,1382.08,-1735,74.733,5.218,0,0,0.507769,-0.861493,300,300,255,1), + (78709,2040,0,1168.84,-1669,65.691,5.585,0,0,0.342045,-0.939683,300,300,255,1), + (78710,1734,0,1168.84,-1669,65.691,5.585,0,0,0.342045,-0.939683,300,300,255,1), + (78711,2047,0,1168.84,-1669,65.691,5.585,0,0,0.342045,-0.939683,300,300,255,1), + (78712,2040,0,1481.64,-867.292,78.0325,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (78713,1734,0,1481.64,-867.292,78.0325,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (78714,2047,0,1481.64,-867.292,78.0325,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (78718,324,0,2778.65,-1672.19,134.643,-0.994838,0,0,-0.477159,0.878817,300,300,255,1), + (78719,175404,0,2778.65,-1672.19,134.643,-0.994838,0,0,-0.477159,0.878817,300,300,255,1), + (78720,2047,0,2778.65,-1672.19,134.643,-0.994838,0,0,-0.477159,0.878817,300,300,255,1), + (78721,324,0,2786.06,-1680,136.821,6.054,0,0,0.114342,-0.993441,300,300,255,1), + (78722,175404,0,2786.06,-1680,136.821,6.054,0,0,0.114342,-0.993441,300,300,255,1), + (78723,2047,0,2786.06,-1680,136.821,6.054,0,0,0.114342,-0.993441,300,300,255,1), + (78724,324,0,1830.54,-1949,80.514,0.805,0,0,0.39172,0.920085,300,300,255,1), + (78725,175404,0,1830.54,-1949,80.514,0.805,0,0,0.39172,0.920085,300,300,255,1), + (78726,2047,0,1830.54,-1949,80.514,0.805,0,0,0.39172,0.920085,300,300,255,1), + (78727,324,0,2318.85,-2372.06,54.5187,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (78728,175404,0,2318.85,-2372.06,54.5187,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (78729,2047,0,2318.85,-2372.06,54.5187,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (78730,324,0,1861.01,-1916.53,95.6276,-2.32129,0,0,-0.91706,0.398748,300,300,255,1), + (78731,175404,0,1861.01,-1916.53,95.6276,-2.32129,0,0,-0.91706,0.398748,300,300,255,1), + (78732,2047,0,1861.01,-1916.53,95.6276,-2.32129,0,0,-0.91706,0.398748,300,300,255,1), + (78733,324,0,2266.57,-1614.03,97.5257,-0.715585,0,0,-0.350207,0.936672,300,300,255,1), + (78734,175404,0,2266.57,-1614.03,97.5257,-0.715585,0,0,-0.350207,0.936672,300,300,255,1), + (78735,2047,0,2266.57,-1614.03,97.5257,-0.715585,0,0,-0.350207,0.936672,300,300,255,1), + (78736,324,0,2410.72,-1453.93,110.569,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (78737,175404,0,2410.72,-1453.93,110.569,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (78738,2047,0,2410.72,-1453.93,110.569,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (78739,324,0,2185.09,-1871.73,72.2382,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (78740,175404,0,2185.09,-1871.73,72.2382,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (78741,2047,0,2185.09,-1871.73,72.2382,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (78742,324,0,2654.89,-1740.8,115.441,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (78743,175404,0,2654.89,-1740.8,115.441,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (78744,2047,0,2654.89,-1740.8,115.441,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (78745,324,0,1593.42,-2215.51,63.8084,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (78746,175404,0,1593.42,-2215.51,63.8084,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (78747,2047,0,1593.42,-2215.51,63.8084,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (78748,324,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (78749,175404,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (78750,2047,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (78751,324,0,1705.69,-1814.1,80.3206,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (78752,175404,0,1705.69,-1814.1,80.3206,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (78753,2047,0,1705.69,-1814.1,80.3206,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (78754,324,0,2149.09,-1501.81,73.08,0.785398,0,0,0.382683,0.92388,300,300,255,1), + (78755,175404,0,2149.09,-1501.81,73.08,0.785398,0,0,0.382683,0.92388,300,300,255,1), + (78756,2047,0,2149.09,-1501.81,73.08,0.785398,0,0,0.382683,0.92388,300,300,255,1), + (78757,324,0,2571.05,-1621.03,95.3397,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (78758,175404,0,2571.05,-1621.03,95.3397,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (78759,2047,0,2571.05,-1621.03,95.3397,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (78760,324,0,2269.31,-1637,101.745,2.423,0,0,0.936144,0.351616,300,300,255,1), + (78761,175404,0,2269.31,-1637,101.745,2.423,0,0,0.936144,0.351616,300,300,255,1), + (78762,2047,0,2269.31,-1637,101.745,2.423,0,0,0.936144,0.351616,300,300,255,1), + (78763,324,0,2610.35,-1885,92.823,0.23,0,0,0.114747,0.993395,300,300,255,1), + (78764,175404,0,2610.35,-1885,92.823,0.23,0,0,0.114747,0.993395,300,300,255,1), + (78765,2047,0,2610.35,-1885,92.823,0.23,0,0,0.114747,0.993395,300,300,255,1), + (78766,324,0,1716.23,-1965,68.456,2.589,0,0,0.962072,0.272794,300,300,255,1), + (78767,175404,0,1716.23,-1965,68.456,2.589,0,0,0.962072,0.272794,300,300,255,1), + (78768,2047,0,1716.23,-1965,68.456,2.589,0,0,0.962072,0.272794,300,300,255,1), + (78769,324,0,2207.13,-1719.47,81.9363,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (78770,175404,0,2207.13,-1719.47,81.9363,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (78771,2047,0,2207.13,-1719.47,81.9363,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (78772,324,0,1632.36,-2385.01,73.8914,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78773,175404,0,1632.36,-2385.01,73.8914,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78774,2047,0,1632.36,-2385.01,73.8914,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (78775,324,0,2326.7,-1935.16,115.164,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (78776,175404,0,2326.7,-1935.16,115.164,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (78777,2047,0,2326.7,-1935.16,115.164,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (78778,324,0,1680.83,-1840,71.193,0.56,0,0,0.276356,0.961055,300,300,255,1), + (78779,175404,0,1680.83,-1840,71.193,0.56,0,0,0.276356,0.961055,300,300,255,1), + (78780,2047,0,1680.83,-1840,71.193,0.56,0,0,0.276356,0.961055,300,300,255,1), + (78781,324,0,2258.52,-2379,59.662,2.566,0,0,0.958872,0.28384,300,300,255,1), + (78782,175404,0,2258.52,-2379,59.662,2.566,0,0,0.958872,0.28384,300,300,255,1), + (78783,2047,0,2258.52,-2379,59.662,2.566,0,0,0.958872,0.28384,300,300,255,1), + (78784,324,0,2308.46,-1462,100.692,0.55,0,0,0.271547,0.962425,300,300,255,1), + (78785,175404,0,2308.46,-1462,100.692,0.55,0,0,0.271547,0.962425,300,300,255,1), + (78786,2047,0,2308.46,-1462,100.692,0.55,0,0,0.271547,0.962425,300,300,255,1), + (78787,324,0,2337.71,-1630,116.583,2.423,0,0,0.936144,0.351616,300,300,255,1), + (78788,175404,0,2337.71,-1630,116.583,2.423,0,0,0.936144,0.351616,300,300,255,1), + (78789,2047,0,2337.71,-1630,116.583,2.423,0,0,0.936144,0.351616,300,300,255,1), + (78790,324,0,2684.19,-1675,134.234,1.486,0,0,0.6765,0.736442,300,300,255,1), + (78791,175404,0,2684.19,-1675,134.234,1.486,0,0,0.6765,0.736442,300,300,255,1), + (78792,2047,0,2684.19,-1675,134.234,1.486,0,0,0.6765,0.736442,300,300,255,1), + (78793,324,0,2764.64,-1833,69.507,0.494,0,0,0.244496,0.96965,300,300,255,1), + (78794,175404,0,2764.64,-1833,69.507,0.494,0,0,0.244496,0.96965,300,300,255,1), + (78795,2047,0,2764.64,-1833,69.507,0.494,0,0,0.244496,0.96965,300,300,255,1), + (78796,324,0,1951.01,-2193,67.428,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78797,175404,0,1951.01,-2193,67.428,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78798,2047,0,1951.01,-2193,67.428,5.693,0,0,0.290829,-0.956775,300,300,255,1), + (78799,324,0,1615.41,-1904,76.634,1.42,0,0,0.651834,0.758362,300,300,255,1), + (78800,175404,0,1615.41,-1904,76.634,1.42,0,0,0.651834,0.758362,300,300,255,1), + (78801,2047,0,1615.41,-1904,76.634,1.42,0,0,0.651834,0.758362,300,300,255,1), + (78802,324,0,1859.17,-2508,70.143,3.623,0,0,0.97117,-0.238386,300,300,255,1), + (78803,175404,0,1859.17,-2508,70.143,3.623,0,0,0.97117,-0.238386,300,300,255,1), + (78804,2047,0,1859.17,-2508,70.143,3.623,0,0,0.97117,-0.238386,300,300,255,1), + (78805,324,0,1314.76,-1842,70.874,5.468,0,0,0.3964,-0.918078,300,300,255,1), + (78806,175404,0,1314.76,-1842,70.874,5.468,0,0,0.3964,-0.918078,300,300,255,1), + (78807,2047,0,1314.76,-1842,70.874,5.468,0,0,0.3964,-0.918078,300,300,255,1), + (78808,324,0,1369.75,-1888,72.592,4.502,0,0,0.777445,-0.628951,300,300,255,1), + (78809,175404,0,1369.75,-1888,72.592,4.502,0,0,0.777445,-0.628951,300,300,255,1), + (78810,2047,0,1369.75,-1888,72.592,4.502,0,0,0.777445,-0.628951,300,300,255,1), + (78811,324,0,1420.81,-1972.1,69.9208,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (78812,175404,0,1420.81,-1972.1,69.9208,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (78813,2047,0,1420.81,-1972.1,69.9208,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (78814,324,0,1425.21,-1970,68.307,1.482,0,0,0.675026,0.737794,300,300,255,1), + (78815,175404,0,1425.21,-1970,68.307,1.482,0,0,0.675026,0.737794,300,300,255,1), + (78816,2047,0,1425.21,-1970,68.307,1.482,0,0,0.675026,0.737794,300,300,255,1), + (78817,324,0,1384.22,-2016,46.124,2.711,0,0,0.976913,0.213637,300,300,255,1), + (78818,175404,0,1384.22,-2016,46.124,2.711,0,0,0.976913,0.213637,300,300,255,1), + (78819,2047,0,1384.22,-2016,46.124,2.711,0,0,0.976913,0.213637,300,300,255,1), + (78820,324,0,1361.33,-1907,80.051,2.747,0,0,0.9806,0.196019,300,300,255,1), + (78821,175404,0,1361.33,-1907,80.051,2.747,0,0,0.9806,0.196019,300,300,255,1), + (78822,2047,0,1361.33,-1907,80.051,2.747,0,0,0.9806,0.196019,300,300,255,1), + (78823,324,0,1387.24,-1929,75.248,3.269,0,0,0.997972,-0.0636606,300,300,255,1), + (78824,175404,0,1387.24,-1929,75.248,3.269,0,0,0.997972,-0.0636606,300,300,255,1), + (78825,2047,0,1387.24,-1929,75.248,3.269,0,0,0.997972,-0.0636606,300,300,255,1), + (78826,324,0,1340.13,-1887,77.937,4.73,0,0,0.700853,-0.713306,300,300,255,1), + (78827,175404,0,1340.13,-1887,77.937,4.73,0,0,0.700853,-0.713306,300,300,255,1), + (78828,2047,0,1340.13,-1887,77.937,4.73,0,0,0.700853,-0.713306,300,300,255,1), + (78829,324,0,1059.28,-1954.39,70.7691,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (78830,175404,0,1059.28,-1954.39,70.7691,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (78831,2047,0,1059.28,-1954.39,70.7691,0.977384,0,0,0.469471,0.882948,300,300,255,1), + (78832,324,0,1059.28,-1954.39,70.7691,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (78833,175404,0,1059.28,-1954.39,70.7691,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (78834,2047,0,1059.28,-1954.39,70.7691,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (78835,324,0,1582.45,-1523,61.443,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78836,175404,0,1582.45,-1523,61.443,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78837,2047,0,1582.45,-1523,61.443,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (78838,324,0,1420.81,-1972.1,69.9208,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (78839,175404,0,1420.81,-1972.1,69.9208,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (78840,2047,0,1420.81,-1972.1,69.9208,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (78841,324,0,1326.3,-1876.09,75.9321,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (78842,175404,0,1326.3,-1876.09,75.9321,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (78843,2047,0,1326.3,-1876.09,75.9321,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (78844,324,0,1163.15,-1867.06,73.9792,0.837757,0,0,0.406736,0.913546,300,300,255,1), + (78845,175404,0,1163.15,-1867.06,73.9792,0.837757,0,0,0.406736,0.913546,300,300,255,1), + (78846,2047,0,1163.15,-1867.06,73.9792,0.837757,0,0,0.406736,0.913546,300,300,255,1), + (78847,324,0,1718.83,-1875,77.306,5.937,0,0,0.17223,-0.985057,300,300,255,1), + (78848,175404,0,1718.83,-1875,77.306,5.937,0,0,0.17223,-0.985057,300,300,255,1), + (78849,2047,0,1718.83,-1875,77.306,5.937,0,0,0.17223,-0.985057,300,300,255,1), + (78850,324,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (78851,175404,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (78852,2047,0,1813.05,-2458.89,72.8594,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (78853,324,0,2213.86,-5194,55.063,5.758,0,0,0.259585,-0.96572,300,300,255,1), + (78854,175404,0,2213.86,-5194,55.063,5.758,0,0,0.259585,-0.96572,300,300,255,1), + (78855,2047,0,2213.86,-5194,55.063,5.758,0,0,0.259585,-0.96572,300,300,255,1), + (78856,324,0,2474.28,-1874,127.31,6.283,0,0,0.0000926574,-1,300,300,255,1), + (78857,175404,0,2474.28,-1874,127.31,6.283,0,0,0.0000926574,-1,300,300,255,1), + (78858,2047,0,2474.28,-1874,127.31,6.283,0,0,0.0000926574,-1,300,300,255,1), + (78859,324,0,2256.4,-1908,94.473,1.168,0,0,0.551365,0.834264,300,300,255,1), + (78860,175404,0,2256.4,-1908,94.473,1.168,0,0,0.551365,0.834264,300,300,255,1), + (78861,2047,0,2256.4,-1908,94.473,1.168,0,0,0.551365,0.834264,300,300,255,1), + (78862,324,0,2663.46,-1843,83.51,1.351,0,0,0.625288,0.780394,300,300,255,1), + (78863,175404,0,2663.46,-1843,83.51,1.351,0,0,0.625288,0.780394,300,300,255,1), + (78864,2047,0,2663.46,-1843,83.51,1.351,0,0,0.625288,0.780394,300,300,255,1), + (78865,324,0,1515.19,-2130,73.084,4.395,0,0,0.809965,-0.586478,300,300,255,1), + (78866,175404,0,1515.19,-2130,73.084,4.395,0,0,0.809965,-0.586478,300,300,255,1), + (78867,2047,0,1515.19,-2130,73.084,4.395,0,0,0.809965,-0.586478,300,300,255,1), + (78868,324,0,1375.85,-1933,76.99,3.443,0,0,0.988666,-0.150134,300,300,255,1), + (78869,175404,0,1375.85,-1933,76.99,3.443,0,0,0.988666,-0.150134,300,300,255,1), + (78870,2047,0,1375.85,-1933,76.99,3.443,0,0,0.988666,-0.150134,300,300,255,1), + (78871,324,0,2730.64,-1727,135.509,0.122,0,0,0.0609622,0.99814,300,300,255,1), + (78872,175404,0,2730.64,-1727,135.509,0.122,0,0,0.0609622,0.99814,300,300,255,1), + (78873,2047,0,2730.64,-1727,135.509,0.122,0,0,0.0609622,0.99814,300,300,255,1), + (78874,324,0,2762.59,-1393,156.056,1.793,0,0,0.781146,0.624348,300,300,255,1), + (78875,175404,0,2762.59,-1393,156.056,1.793,0,0,0.781146,0.624348,300,300,255,1), + (78876,2047,0,2762.59,-1393,156.056,1.793,0,0,0.781146,0.624348,300,300,255,1), + (78877,324,0,2827.81,-1324,150.256,0.135,0,0,0.0674488,0.997723,300,300,255,1), + (78878,175404,0,2827.81,-1324,150.256,0.135,0,0,0.0674488,0.997723,300,300,255,1), + (78879,2047,0,2827.81,-1324,150.256,0.135,0,0,0.0674488,0.997723,300,300,255,1), + (78880,324,0,2791.67,-1367,145.214,3.141,0,0,1,0.000296311,300,300,255,1), + (78881,175404,0,2791.67,-1367,145.214,3.141,0,0,1,0.000296311,300,300,255,1), + (78882,2047,0,2791.67,-1367,145.214,3.141,0,0,1,0.000296311,300,300,255,1), + (78883,324,0,2988.13,-1654,157.122,0.27,0,0,0.13459,0.990901,300,300,255,1), + (78884,175404,0,2988.13,-1654,157.122,0.27,0,0,0.13459,0.990901,300,300,255,1), + (78885,2047,0,2988.13,-1654,157.122,0.27,0,0,0.13459,0.990901,300,300,255,1), + (78886,324,0,2741.75,-1581,132.976,2.569,0,0,0.959296,0.282401,300,300,255,1), + (78887,175404,0,2741.75,-1581,132.976,2.569,0,0,0.959296,0.282401,300,300,255,1), + (78888,2047,0,2741.75,-1581,132.976,2.569,0,0,0.959296,0.282401,300,300,255,1), + (78889,324,0,2406.24,-2344.45,53.6882,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (78890,175404,0,2406.24,-2344.45,53.6882,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (78891,2047,0,2406.24,-2344.45,53.6882,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (78892,324,0,3028.59,-1400,152.435,0.474,0,0,0.234788,0.972047,300,300,255,1), + (78893,175404,0,3028.59,-1400,152.435,0.474,0,0,0.234788,0.972047,300,300,255,1), + (78894,2047,0,3028.59,-1400,152.435,0.474,0,0,0.234788,0.972047,300,300,255,1), + (78895,324,0,2955.94,-1341.01,151.267,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (78896,175404,0,2955.94,-1341.01,151.267,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (78897,2047,0,2955.94,-1341.01,151.267,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (78898,1731,0,-11087.8,2077.56,5.49718,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (78899,1732,0,-11087.8,2077.56,5.49718,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (78900,1733,0,-11087.8,2077.56,5.49718,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (78901,1731,0,-10595.6,1990.49,-4.30636,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (78902,1732,0,-10595.6,1990.49,-4.30636,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (78903,1733,0,-10595.6,1990.49,-4.30636,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (78904,1731,0,-11082.8,1519.41,29.8961,-0.331612,0,0,-0.165047,0.986286,300,300,255,1), + (78905,1732,0,-11082.8,1519.41,29.8961,-0.331612,0,0,-0.165047,0.986286,300,300,255,1), + (78906,1733,0,-11082.8,1519.41,29.8961,-0.331612,0,0,-0.165047,0.986286,300,300,255,1), + (78907,1731,0,-11051.7,1347.31,43.2865,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (78908,1732,0,-11051.7,1347.31,43.2865,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (78909,1733,0,-11051.7,1347.31,43.2865,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (78910,1731,0,-11326.7,1576.02,35.6833,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (78911,1732,0,-11326.7,1576.02,35.6833,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (78912,1733,0,-11326.7,1576.02,35.6833,0.226893,0,0,0.113203,0.993572,300,300,255,1), + (78913,1731,0,-11287.6,1565.5,37.6382,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78914,1732,0,-11287.6,1565.5,37.6382,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78915,1733,0,-11287.6,1565.5,37.6382,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (78916,1731,0,-11187.9,1549.99,20.5152,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (78917,1732,0,-11187.9,1549.99,20.5152,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (78918,1733,0,-11187.9,1549.99,20.5152,-0.471239,0,0,-0.233445,0.97237,300,300,255,1), + (78919,1731,0,-11120.5,1514.43,24.9607,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (78920,1732,0,-11120.5,1514.43,24.9607,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (78921,1733,0,-11120.5,1514.43,24.9607,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (78922,1731,0,-10343.2,773.869,31.3173,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (78923,1732,0,-10343.2,773.869,31.3173,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (78924,1733,0,-10343.2,773.869,31.3173,0.122173,0,0,0.0610485,0.998135,300,300,255,1), + (78925,1731,0,-9871.07,1421.18,45.4027,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (78926,1732,0,-9871.07,1421.18,45.4027,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (78927,1733,0,-9871.07,1421.18,45.4027,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (78928,1731,0,-9939.02,1473.09,41.6971,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (78929,1732,0,-9939.02,1473.09,41.6971,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (78930,1733,0,-9939.02,1473.09,41.6971,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (78931,1731,0,-11264.5,1643.5,34.9335,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (78932,1732,0,-11264.5,1643.5,34.9335,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (78933,1733,0,-11264.5,1643.5,34.9335,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (78934,1731,0,-10679.6,2004.03,17.5325,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (78935,1732,0,-10679.6,2004.03,17.5325,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (78936,1733,0,-10679.6,2004.03,17.5325,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (78937,1731,0,-9917.51,1586.95,43.3489,2.21657,0,0,0.894935,0.446197,300,300,255,1), + (78938,1732,0,-9917.51,1586.95,43.3489,2.21657,0,0,0.894935,0.446197,300,300,255,1), + (78939,1733,0,-9917.51,1586.95,43.3489,2.21657,0,0,0.894935,0.446197,300,300,255,1), + (78940,1731,0,-11306.8,1566.3,37.7273,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (78941,1732,0,-11306.8,1566.3,37.7273,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (78942,1733,0,-11306.8,1566.3,37.7273,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (78943,1731,0,-11231.4,1625.16,28.2586,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (78944,1732,0,-11231.4,1625.16,28.2586,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (78945,1733,0,-11231.4,1625.16,28.2586,1.20428,0,0,0.566407,0.824125,300,300,255,1), + (78946,1731,0,-10468.5,1341.91,44.6808,0,0,0,0,1,300,300,0,1), + (78947,1732,0,-10468.5,1341.91,44.6808,0,0,0,0,1,300,300,0,1), + (78948,1733,0,-10468.5,1341.91,44.6808,0,0,0,0,1,300,300,0,1), + (78949,1731,0,-10133.8,793.8,19.4021,0.837758,0,0,0.406737,0.913545,300,300,255,1), + (78950,1732,0,-10133.8,793.8,19.4021,0.837758,0,0,0.406737,0.913545,300,300,255,1), + (78951,1733,0,-10133.8,793.8,19.4021,0.837758,0,0,0.406737,0.913545,300,300,255,1), + (78952,1731,0,-11258,1501.48,38.3513,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (78953,1732,0,-11258,1501.48,38.3513,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (78954,1733,0,-11258,1501.48,38.3513,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (78955,1731,0,-11328.8,1594.18,36.9639,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (78956,1732,0,-11328.8,1594.18,36.9639,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (78957,1733,0,-11328.8,1594.18,36.9639,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (78958,1731,0,-11320.6,1559.97,28.1727,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (78959,1732,0,-11320.6,1559.97,28.1727,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (78960,1733,0,-11320.6,1559.97,28.1727,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (78961,1731,0,-10673.2,691.022,43.2237,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (78962,1732,0,-10673.2,691.022,43.2237,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (78963,1733,0,-10673.2,691.022,43.2237,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (78964,1731,0,-9830.03,1401.71,48.2202,-2.75762,0,0,-0.981627,0.190809,300,300,255,1), + (78965,1732,0,-9830.03,1401.71,48.2202,-2.75762,0,0,-0.981627,0.190809,300,300,255,1), + (78966,1733,0,-9830.03,1401.71,48.2202,-2.75762,0,0,-0.981627,0.190809,300,300,255,1), + (78967,1731,0,-9849.11,1442.37,40.4727,2.63545,0,0,0.968148,0.250379,300,300,255,1), + (78968,1732,0,-9849.11,1442.37,40.4727,2.63545,0,0,0.968148,0.250379,300,300,255,1), + (78969,1733,0,-9849.11,1442.37,40.4727,2.63545,0,0,0.968148,0.250379,300,300,255,1), + (78970,1731,0,-10206.2,1805.9,38.0356,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (78971,1732,0,-10206.2,1805.9,38.0356,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (78972,1733,0,-10206.2,1805.9,38.0356,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (78973,1731,0,-9892.99,1446.51,46.1272,-0.767945,0,0,-0.374607,0.927184,300,300,255,1), + (78974,1732,0,-9892.99,1446.51,46.1272,-0.767945,0,0,-0.374607,0.927184,300,300,255,1), + (78975,1733,0,-9892.99,1446.51,46.1272,-0.767945,0,0,-0.374607,0.927184,300,300,255,1), + (78976,1731,0,-9905.59,1435.75,40.0603,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (78977,1732,0,-9905.59,1435.75,40.0603,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (78978,1733,0,-9905.59,1435.75,40.0603,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (78979,1731,0,-11194.2,1694.54,45.6586,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (78980,1732,0,-11194.2,1694.54,45.6586,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (78981,1733,0,-11194.2,1694.54,45.6586,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (78982,1731,0,-9966.55,1790.64,20.2446,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (78983,1732,0,-9966.55,1790.64,20.2446,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (78984,1733,0,-9966.55,1790.64,20.2446,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (78985,1731,0,-10008.5,1865.07,20.2473,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (78986,1732,0,-10008.5,1865.07,20.2473,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (78987,1733,0,-10008.5,1865.07,20.2473,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (78988,1731,0,-10904,2098.75,13.2407,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (78989,1732,0,-10904,2098.75,13.2407,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (78990,1733,0,-10904,2098.75,13.2407,0.523599,0,0,0.258819,0.965926,300,300,255,1), + (78991,1731,0,-10205.7,1951.59,21.2334,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (78992,1732,0,-10205.7,1951.59,21.2334,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (78993,1733,0,-10205.7,1951.59,21.2334,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (78994,1731,0,-10291.3,1942.4,35.3724,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (78995,1732,0,-10291.3,1942.4,35.3724,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (78996,1733,0,-10291.3,1942.4,35.3724,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (78997,1731,0,-11175.1,1620.2,29.506,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (78998,1732,0,-11175.1,1620.2,29.506,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (78999,1733,0,-11175.1,1620.2,29.506,-0.837758,0,0,-0.406737,0.913545,300,300,255,1), + (79000,1731,0,-10479,1994.38,12.0118,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79001,1732,0,-10479,1994.38,12.0118,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79002,1733,0,-10479,1994.38,12.0118,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79003,1731,0,-9741.26,1284.89,41.5235,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (79004,1732,0,-9741.26,1284.89,41.5235,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (79005,1733,0,-9741.26,1284.89,41.5235,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (79006,1731,0,-11238.7,832.159,51.1331,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (79007,1732,0,-11238.7,832.159,51.1331,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (79008,1733,0,-11238.7,832.159,51.1331,-3.03687,0,0,-0.998629,0.0523374,300,300,255,1), + (79009,1731,0,-10089.5,1729.51,39.0119,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79010,1732,0,-10089.5,1729.51,39.0119,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79011,1733,0,-10089.5,1729.51,39.0119,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79012,1731,0,-10466.7,1001.84,49.0825,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (79013,1732,0,-10466.7,1001.84,49.0825,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (79014,1733,0,-10466.7,1001.84,49.0825,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (79015,1731,0,-10029.4,2017.66,-15.1234,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (79016,1732,0,-10029.4,2017.66,-15.1234,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (79017,1733,0,-10029.4,2017.66,-15.1234,3.01942,0,0,0.998135,0.0610484,300,300,255,1), + (79018,1731,0,-9888.8,1745.42,18.9283,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (79019,1732,0,-9888.8,1745.42,18.9283,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (79020,1733,0,-9888.8,1745.42,18.9283,1.67552,0,0,0.743146,0.669129,300,300,255,1), + (79021,1731,0,-10314.5,1278.49,45.8038,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (79022,1732,0,-10314.5,1278.49,45.8038,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (79023,1733,0,-10314.5,1278.49,45.8038,2.25148,0,0,0.902586,0.430509,300,300,255,1), + (79024,1731,0,-9736.57,1076.61,17.0875,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (79025,1732,0,-9736.57,1076.61,17.0875,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (79026,1733,0,-9736.57,1076.61,17.0875,-0.872665,0,0,-0.422618,0.906308,300,300,255,1), + (79027,1731,0,-10476.2,1968.14,9.30176,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79028,1732,0,-10476.2,1968.14,9.30176,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79029,1733,0,-10476.2,1968.14,9.30176,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79030,1731,0,-10476.6,1951.56,11.4407,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (79031,1732,0,-10476.6,1951.56,11.4407,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (79032,1733,0,-10476.6,1951.56,11.4407,0.139626,0,0,0.0697563,0.997564,300,300,255,1), + (79033,1731,0,-10782.3,1400.45,23.0415,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (79034,1732,0,-10782.3,1400.45,23.0415,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (79035,1733,0,-10782.3,1400.45,23.0415,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (79036,1731,0,-11227,1537.94,35.716,0,0,0,0,1,300,300,255,1), + (79037,1732,0,-11227,1537.94,35.716,0,0,0,0,1,300,300,255,1), + (79038,1733,0,-11227,1537.94,35.716,0,0,0,0,1,300,300,255,1), + (79039,1731,0,-10795.9,1266.73,34.3962,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (79040,1732,0,-10795.9,1266.73,34.3962,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (79041,1733,0,-10795.9,1266.73,34.3962,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (79042,1731,0,-9938,1438.88,39.449,4.51,0,0,0.774923,-0.632056,300,300,255,1), + (79043,1732,0,-9938,1438.88,39.449,4.51,0,0,0.774923,-0.632056,300,300,255,1), + (79044,1733,0,-9938,1438.88,39.449,4.51,0,0,0.774923,-0.632056,300,300,255,1), + (79045,1731,0,-10518,1953.73,5.183,1.485,0,0,0.676132,0.736781,300,300,255,1), + (79046,1732,0,-10518,1953.73,5.183,1.485,0,0,0.676132,0.736781,300,300,255,1), + (79047,1733,0,-10518,1953.73,5.183,1.485,0,0,0.676132,0.736781,300,300,255,1), + (79048,1731,0,-10530,1940.12,3.946,5.535,0,0,0.365428,-0.93084,300,300,255,1), + (79049,1732,0,-10530,1940.12,3.946,5.535,0,0,0.365428,-0.93084,300,300,255,1), + (79050,1733,0,-10530,1940.12,3.946,5.535,0,0,0.365428,-0.93084,300,300,255,1), + (79051,1731,0,-11322,1601.41,37.152,3.142,0,0,1,-0.000203653,300,300,255,1), + (79052,1732,0,-11322,1601.41,37.152,3.142,0,0,1,-0.000203653,300,300,255,1), + (79053,1733,0,-11322,1601.41,37.152,3.142,0,0,1,-0.000203653,300,300,255,1), + (79054,1731,0,-10320,1884.29,38.209,3.721,0,0,0.958329,-0.285668,300,300,255,1), + (79055,1732,0,-10320,1884.29,38.209,3.721,0,0,0.958329,-0.285668,300,300,255,1), + (79056,1733,0,-10320,1884.29,38.209,3.721,0,0,0.958329,-0.285668,300,300,255,1), + (79057,1731,0,-9917.85,884.944,33.5319,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (79058,1732,0,-9917.85,884.944,33.5319,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (79059,1733,0,-9917.85,884.944,33.5319,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (79060,1731,0,-10498,1985.95,4.486,2.477,0,0,0.945296,0.326215,300,300,255,1), + (79061,1732,0,-10498,1985.95,4.486,2.477,0,0,0.945296,0.326215,300,300,255,1), + (79062,1733,0,-10498,1985.95,4.486,2.477,0,0,0.945296,0.326215,300,300,255,1), + (79063,1731,0,2781.51,-833.163,154.953,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (79064,1732,0,2781.51,-833.163,154.953,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (79065,1733,0,2781.51,-833.163,154.953,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (79066,1731,0,-10677.6,863.392,42.8536,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (79067,1732,0,-10677.6,863.392,42.8536,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (79068,1733,0,-10677.6,863.392,42.8536,-2.93215,0,0,-0.994522,0.10453,300,300,255,1), + (79069,1731,0,-10326.8,1437.81,41.681,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (79070,1732,0,-10326.8,1437.81,41.681,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (79071,1733,0,-10326.8,1437.81,41.681,1.55334,0,0,0.700908,0.713252,300,300,255,1), + (79072,1731,0,-10008.9,878.734,38.924,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79073,1732,0,-10008.9,878.734,38.924,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79074,1733,0,-10008.9,878.734,38.924,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79075,1731,0,-11450,1723.14,11.694,2.304,0,0,0.913579,0.406661,300,300,255,1), + (79076,1732,0,-11450,1723.14,11.694,2.304,0,0,0.913579,0.406661,300,300,255,1), + (79077,1733,0,-11450,1723.14,11.694,2.304,0,0,0.913579,0.406661,300,300,255,1), + (79078,1731,0,-9602.69,969.846,39.3992,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (79079,1732,0,-9602.69,969.846,39.3992,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (79080,1733,0,-9602.69,969.846,39.3992,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (79081,1731,0,-10507,1976.45,9.944,1.018,0,0,0.487304,0.873232,300,300,255,1), + (79082,1732,0,-10507,1976.45,9.944,1.018,0,0,0.487304,0.873232,300,300,255,1), + (79083,1733,0,-10507,1976.45,9.944,1.018,0,0,0.487304,0.873232,300,300,255,1), + (79084,1731,0,-11134,1440.32,60.008,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79085,1732,0,-11134,1440.32,60.008,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79086,1733,0,-11134,1440.32,60.008,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79087,1731,0,-10462,1951.66,9.521,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (79088,1732,0,-10462,1951.66,9.521,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (79089,1733,0,-10462,1951.66,9.521,4.751,0,0,0.693325,-0.720625,300,300,255,1), + (79090,1731,0,-9756,1008.48,35.189,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79091,1732,0,-9756,1008.48,35.189,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79092,1733,0,-9756,1008.48,35.189,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79093,1731,0,-11018.8,960.273,38.1789,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (79094,1732,0,-11018.8,960.273,38.1789,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (79095,1733,0,-11018.8,960.273,38.1789,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (79096,1731,0,-11309,1854.9,16.912,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79097,1732,0,-11309,1854.9,16.912,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79098,1733,0,-11309,1854.9,16.912,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79099,1731,0,-9912,1116.01,37.625,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79100,1732,0,-9912,1116.01,37.625,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79101,1733,0,-9912,1116.01,37.625,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79102,1731,0,-10544,1994.56,-8.69469,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (79103,1732,0,-10544,1994.56,-8.69469,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (79104,1733,0,-10544,1994.56,-8.69469,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (79105,1731,0,-10411.3,1948.61,12.6105,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (79106,1732,0,-10411.3,1948.61,12.6105,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (79107,1733,0,-10411.3,1948.61,12.6105,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (79108,1731,0,-10738.4,2188.22,16.2193,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (79109,1732,0,-10738.4,2188.22,16.2193,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (79110,1733,0,-10738.4,2188.22,16.2193,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (79111,1731,0,-10524.5,1949.69,5.92688,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (79112,1732,0,-10524.5,1949.69,5.92688,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (79113,1733,0,-10524.5,1949.69,5.92688,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (79114,1731,0,-11257.2,1054.57,109.002,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (79115,1732,0,-11257.2,1054.57,109.002,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (79116,1733,0,-11257.2,1054.57,109.002,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (79117,1731,0,-11172,1969.6,21.3377,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (79118,1732,0,-11172,1969.6,21.3377,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (79119,1733,0,-11172,1969.6,21.3377,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (79120,1731,0,-11278.8,1137.58,97.9341,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (79121,1732,0,-11278.8,1137.58,97.9341,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (79122,1733,0,-11278.8,1137.58,97.9341,0.907571,0,0,0.438371,0.898794,300,300,255,1), + (79123,1731,0,-11149.5,1547.8,21.3038,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (79124,1732,0,-11149.5,1547.8,21.3038,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (79125,1733,0,-11149.5,1547.8,21.3038,0.942478,0,0,0.453991,0.891006,300,300,255,1), + (79126,1731,0,-11008.9,835.871,36.7729,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (79127,1732,0,-11008.9,835.871,36.7729,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (79128,1733,0,-11008.9,835.871,36.7729,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (79129,1731,0,-11194.9,682.466,36.5628,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (79130,1732,0,-11194.9,682.466,36.5628,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (79131,1733,0,-11194.9,682.466,36.5628,2.84489,0,0,0.989016,0.147808,300,300,255,1), + (79132,1731,0,-10562.8,2011.39,-6.07262,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (79133,1732,0,-10562.8,2011.39,-6.07262,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (79134,1733,0,-10562.8,2011.39,-6.07262,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (79135,1731,0,-9854.38,1380.9,38.568,-2.60053,0,0,-0.963629,0.267244,300,300,255,1), + (79136,1732,0,-9854.38,1380.9,38.568,-2.60053,0,0,-0.963629,0.267244,300,300,255,1), + (79137,1733,0,-9854.38,1380.9,38.568,-2.60053,0,0,-0.963629,0.267244,300,300,255,1), + (79138,1731,0,-11193.2,1441.63,89.3392,-3.12414,0,0,-0.999962,0.0087262,300,300,255,1), + (79139,1732,0,-11193.2,1441.63,89.3392,-3.12414,0,0,-0.999962,0.0087262,300,300,255,1), + (79140,1733,0,-11193.2,1441.63,89.3392,-3.12414,0,0,-0.999962,0.0087262,300,300,255,1), + (79141,1731,0,-11386.2,1643.82,72.648,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (79142,1732,0,-11386.2,1643.82,72.648,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (79143,1733,0,-11386.2,1643.82,72.648,1.98968,0,0,0.838672,0.544637,300,300,255,1), + (79144,1731,0,-11298.1,1636.16,61.5966,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (79145,1732,0,-11298.1,1636.16,61.5966,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (79146,1733,0,-11298.1,1636.16,61.5966,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (79147,1731,0,-10492.3,1913.15,41.5969,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (79148,1732,0,-10492.3,1913.15,41.5969,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (79149,1733,0,-10492.3,1913.15,41.5969,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (79150,1731,0,-10557.3,1950.03,-1.81455,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (79151,1732,0,-10557.3,1950.03,-1.81455,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (79152,1733,0,-10557.3,1950.03,-1.81455,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (79153,1731,0,-10460.7,1860.94,42.2707,-2.74017,0,0,-0.979925,0.199366,300,300,255,1), + (79154,1732,0,-10460.7,1860.94,42.2707,-2.74017,0,0,-0.979925,0.199366,300,300,255,1), + (79155,1733,0,-10460.7,1860.94,42.2707,-2.74017,0,0,-0.979925,0.199366,300,300,255,1), + (79156,1731,0,-11302.4,1478.61,91.7132,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (79157,1732,0,-11302.4,1478.61,91.7132,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (79158,1733,0,-11302.4,1478.61,91.7132,-1.72788,0,0,-0.760407,0.649446,300,300,255,1), + (79159,1731,0,-10464.3,1994.92,7.87331,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (79160,1732,0,-10464.3,1994.92,7.87331,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (79161,1733,0,-10464.3,1994.92,7.87331,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (79162,1731,0,-10803.1,1889.43,60.5385,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (79163,1732,0,-10803.1,1889.43,60.5385,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (79164,1733,0,-10803.1,1889.43,60.5385,1.88496,0,0,0.809018,0.587783,300,300,255,1), + (79165,1731,0,-11200.8,1469.9,17.5255,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79166,1732,0,-11200.8,1469.9,17.5255,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79167,1733,0,-11200.8,1469.9,17.5255,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79168,1731,0,-11170.9,1289.2,92.1205,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (79169,1732,0,-11170.9,1289.2,92.1205,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (79170,1733,0,-11170.9,1289.2,92.1205,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (79171,1731,0,-11226.9,1503.5,27.7697,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (79172,1732,0,-11226.9,1503.5,27.7697,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (79173,1733,0,-11226.9,1503.5,27.7697,-1.78024,0,0,-0.777147,0.629319,300,300,255,1), + (79174,1731,0,-11263.2,1572.27,35.4166,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (79175,1732,0,-11263.2,1572.27,35.4166,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (79176,1733,0,-11263.2,1572.27,35.4166,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (79177,1731,0,-11249.5,786.607,49.3313,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (79178,1732,0,-11249.5,786.607,49.3313,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (79179,1733,0,-11249.5,786.607,49.3313,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (79180,1731,0,-10488.2,1941.07,10.6379,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (79181,1732,0,-10488.2,1941.07,10.6379,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (79182,1733,0,-10488.2,1941.07,10.6379,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (79183,1731,0,-9957.6,1459.63,42.6001,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (79184,1732,0,-9957.6,1459.63,42.6001,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (79185,1733,0,-9957.6,1459.63,42.6001,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (79186,1731,0,-11252,1595.68,34.8681,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (79187,1732,0,-11252,1595.68,34.8681,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (79188,1733,0,-11252,1595.68,34.8681,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (79189,1731,0,-10484.2,1968.27,12.5137,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (79190,1732,0,-10484.2,1968.27,12.5137,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (79191,1733,0,-10484.2,1968.27,12.5137,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (79192,1731,0,-9879.92,1410.21,45.6654,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79193,1732,0,-9879.92,1410.21,45.6654,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79194,1733,0,-9879.92,1410.21,45.6654,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (79195,1731,0,-11134.8,1630.65,47.5503,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (79196,1732,0,-11134.8,1630.65,47.5503,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (79197,1733,0,-11134.8,1630.65,47.5503,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (79198,1731,0,-11324.3,1661.3,67.0822,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (79199,1732,0,-11324.3,1661.3,67.0822,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (79200,1733,0,-11324.3,1661.3,67.0822,-2.58309,0,0,-0.961262,0.275636,300,300,255,1), + (79201,1731,0,-9864.96,1458.9,41.869,1.41,0,0,0.648034,0.761612,300,300,255,1), + (79202,1732,0,-9864.96,1458.9,41.869,1.41,0,0,0.648034,0.761612,300,300,255,1), + (79203,1733,0,-9864.96,1458.9,41.869,1.41,0,0,0.648034,0.761612,300,300,255,1), + (79204,1731,0,-9848,1443.03,40.683,4.434,0,0,0.798376,-0.60216,300,300,255,1), + (79205,1732,0,-9848,1443.03,40.683,4.434,0,0,0.798376,-0.60216,300,300,255,1), + (79206,1733,0,-9848,1443.03,40.683,4.434,0,0,0.798376,-0.60216,300,300,255,1), + (79207,1731,0,-9877.41,1433.25,43.903,1.249,0,0,0.584692,0.811256,300,300,255,1), + (79208,1732,0,-9877.41,1433.25,43.903,1.249,0,0,0.584692,0.811256,300,300,255,1), + (79209,1733,0,-9877.41,1433.25,43.903,1.249,0,0,0.584692,0.811256,300,300,255,1), + (79210,1731,0,-9878.13,1424.07,43.858,5.129,0,0,0.54559,-0.838052,300,300,255,1), + (79211,1732,0,-9878.13,1424.07,43.858,5.129,0,0,0.54559,-0.838052,300,300,255,1), + (79212,1733,0,-9878.13,1424.07,43.858,5.129,0,0,0.54559,-0.838052,300,300,255,1), + (79213,1731,0,-11241,1489.15,23.19,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79214,1732,0,-11241,1489.15,23.19,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79215,1733,0,-11241,1489.15,23.19,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79216,1731,0,-9883.81,1436.14,44.0598,2.761,0,0,0.981948,0.18915,300,300,255,1), + (79217,1732,0,-9883.81,1436.14,44.0598,2.761,0,0,0.981948,0.18915,300,300,255,1), + (79218,1733,0,-9883.81,1436.14,44.0598,2.761,0,0,0.981948,0.18915,300,300,255,1), + (79219,1731,0,-9908.94,1433.86,38.8426,6.177,0,0,0.0530677,-0.998591,300,300,255,1), + (79220,1732,0,-9908.94,1433.86,38.8426,6.177,0,0,0.0530677,-0.998591,300,300,255,1), + (79221,1733,0,-9908.94,1433.86,38.8426,6.177,0,0,0.0530677,-0.998591,300,300,255,1), + (79222,1731,0,-9902.11,1459.64,40.691,1.296,0,0,0.603593,0.797293,300,300,255,1), + (79223,1732,0,-9902.11,1459.64,40.691,1.296,0,0,0.603593,0.797293,300,300,255,1), + (79224,1733,0,-9902.11,1459.64,40.691,1.296,0,0,0.603593,0.797293,300,300,255,1), + (79225,1731,0,-9954,1450.25,42.789,5.584,0,0,0.342515,-0.939512,300,300,255,1), + (79226,1732,0,-9954,1450.25,42.789,5.584,0,0,0.342515,-0.939512,300,300,255,1), + (79227,1733,0,-9954,1450.25,42.789,5.584,0,0,0.342515,-0.939512,300,300,255,1), + (79228,1731,0,-9963,1460.57,44.519,0.644,0,0,0.316464,0.948604,300,300,255,1), + (79229,1732,0,-9963,1460.57,44.519,0.644,0,0,0.316464,0.948604,300,300,255,1), + (79230,1733,0,-9963,1460.57,44.519,0.644,0,0,0.316464,0.948604,300,300,255,1), + (79231,1731,0,-9907,1420.59,38.736,4.976,0,0,0.608043,-0.793904,300,300,255,1), + (79232,1732,0,-9907,1420.59,38.736,4.976,0,0,0.608043,-0.793904,300,300,255,1), + (79233,1733,0,-9907,1420.59,38.736,4.976,0,0,0.608043,-0.793904,300,300,255,1), + (79234,1731,0,-9916,1435.6,39.834,4.83,0,0,0.664327,-0.747442,300,300,255,1), + (79235,1732,0,-9916,1435.6,39.834,4.83,0,0,0.664327,-0.747442,300,300,255,1), + (79236,1733,0,-9916,1435.6,39.834,4.83,0,0,0.664327,-0.747442,300,300,255,1), + (79237,1731,0,-9930,1447.6,39.053,1.968,0,0,0.832719,0.553696,300,300,255,1), + (79238,1732,0,-9930,1447.6,39.053,1.968,0,0,0.832719,0.553696,300,300,255,1), + (79239,1733,0,-9930,1447.6,39.053,1.968,0,0,0.832719,0.553696,300,300,255,1), + (79240,1731,0,-9915,1457.62,40.282,1.548,0,0,0.699001,0.71512,300,300,255,1), + (79241,1732,0,-9915,1457.62,40.282,1.548,0,0,0.699001,0.71512,300,300,255,1), + (79242,1733,0,-9915,1457.62,40.282,1.548,0,0,0.699001,0.71512,300,300,255,1), + (79243,1731,0,-9864,1461.46,42.525,1.41,0,0,0.648034,0.761612,300,300,255,1), + (79244,1732,0,-9864,1461.46,42.525,1.41,0,0,0.648034,0.761612,300,300,255,1), + (79245,1733,0,-9864,1461.46,42.525,1.41,0,0,0.648034,0.761612,300,300,255,1), + (79246,1731,0,-9892.02,1457.01,42.6418,0.448,0,0,0.222131,0.975017,300,300,255,1), + (79247,1732,0,-9892.02,1457.01,42.6418,0.448,0,0,0.222131,0.975017,300,300,255,1), + (79248,1733,0,-9892.02,1457.01,42.6418,0.448,0,0,0.222131,0.975017,300,300,255,1), + (79249,1731,0,-9854,1411.48,38.398,1.826,0,0,0.791341,0.611374,300,300,255,1), + (79250,1732,0,-9854,1411.48,38.398,1.826,0,0,0.791341,0.611374,300,300,255,1), + (79251,1733,0,-9854,1411.48,38.398,1.826,0,0,0.791341,0.611374,300,300,255,1), + (79252,1731,0,-9859.78,1395.48,40.2416,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (79253,1732,0,-9859.78,1395.48,40.2416,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (79254,1733,0,-9859.78,1395.48,40.2416,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (79255,1731,0,-9873,1432.03,44.489,1.249,0,0,0.584692,0.811256,300,300,255,1), + (79256,1732,0,-9873,1432.03,44.489,1.249,0,0,0.584692,0.811256,300,300,255,1), + (79257,1733,0,-9873,1432.03,44.489,1.249,0,0,0.584692,0.811256,300,300,255,1), + (79258,1731,0,-9877,1420.39,43.77,5.129,0,0,0.54559,-0.838052,300,300,255,1), + (79259,1732,0,-9877,1420.39,43.77,5.129,0,0,0.54559,-0.838052,300,300,255,1), + (79260,1733,0,-9877,1420.39,43.77,5.129,0,0,0.54559,-0.838052,300,300,255,1), + (79261,1731,0,-9877,1441.19,44.601,5.914,0,0,0.183546,-0.983011,300,300,255,1), + (79262,1732,0,-9877,1441.19,44.601,5.914,0,0,0.183546,-0.983011,300,300,255,1), + (79263,1733,0,-9877,1441.19,44.601,5.914,0,0,0.183546,-0.983011,300,300,255,1), + (79264,1731,0,-9891,1461.03,44.155,0.448,0,0,0.222131,0.975017,300,300,255,1), + (79265,1732,0,-9891,1461.03,44.155,0.448,0,0,0.222131,0.975017,300,300,255,1), + (79266,1733,0,-9891,1461.03,44.155,0.448,0,0,0.222131,0.975017,300,300,255,1), + (79267,1731,0,-10887,1830.1,71.044,3.301,0,0,0.996825,-0.0796194,300,300,255,1), + (79268,1732,0,-10887,1830.1,71.044,3.301,0,0,0.996825,-0.0796194,300,300,255,1), + (79269,1733,0,-10887,1830.1,71.044,3.301,0,0,0.996825,-0.0796194,300,300,255,1), + (79270,1731,0,-10471,1993.74,8.77,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79271,1732,0,-10471,1993.74,8.77,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79272,1733,0,-10471,1993.74,8.77,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79273,1731,0,-9830.23,1427.97,36.8802,3.841,0,0,0.939474,-0.342619,300,300,255,1), + (79274,1732,0,-9830.23,1427.97,36.8802,3.841,0,0,0.939474,-0.342619,300,300,255,1), + (79275,1733,0,-9830.23,1427.97,36.8802,3.841,0,0,0.939474,-0.342619,300,300,255,1), + (79276,1731,0,-9853.86,1406.45,38.028,1.826,0,0,0.791341,0.611374,300,300,255,1), + (79277,1732,0,-9853.86,1406.45,38.028,1.826,0,0,0.791341,0.611374,300,300,255,1), + (79278,1733,0,-9853.86,1406.45,38.028,1.826,0,0,0.791341,0.611374,300,300,255,1), + (79279,1731,0,-9835.8,1394.81,38.405,0.106,0,0,0.0529752,0.998596,300,300,255,1), + (79280,1732,0,-9835.8,1394.81,38.405,0.106,0,0,0.0529752,0.998596,300,300,255,1), + (79281,1733,0,-9835.8,1394.81,38.405,0.106,0,0,0.0529752,0.998596,300,300,255,1), + (79282,1731,0,-9854.17,1391.69,38.7294,3.244,0,0,0.998689,-0.0511813,300,300,255,1), + (79283,1732,0,-9854.17,1391.69,38.7294,3.244,0,0,0.998689,-0.0511813,300,300,255,1), + (79284,1733,0,-9854.17,1391.69,38.7294,3.244,0,0,0.998689,-0.0511813,300,300,255,1), + (79285,1731,0,-9847.12,1399.89,37.1306,3.397,0,0,0.991857,-0.127357,300,300,255,1), + (79286,1732,0,-9847.12,1399.89,37.1306,3.397,0,0,0.991857,-0.127357,300,300,255,1), + (79287,1733,0,-9847.12,1399.89,37.1306,3.397,0,0,0.991857,-0.127357,300,300,255,1), + (79288,1731,0,-9828,1415.7,37.242,2.663,0,0,0.971505,0.237019,300,300,255,1), + (79289,1732,0,-9828,1415.7,37.242,2.663,0,0,0.971505,0.237019,300,300,255,1), + (79290,1733,0,-9828,1415.7,37.242,2.663,0,0,0.971505,0.237019,300,300,255,1), + (79291,1731,0,-9843,1386.87,39.012,4.783,0,0,0.681707,-0.731626,300,300,255,1), + (79292,1732,0,-9843,1386.87,39.012,4.783,0,0,0.681707,-0.731626,300,300,255,1), + (79293,1733,0,-9843,1386.87,39.012,4.783,0,0,0.681707,-0.731626,300,300,255,1), + (79294,1731,0,-9833,1427.33,37.63,3.841,0,0,0.939474,-0.342619,300,300,255,1), + (79295,1732,0,-9833,1427.33,37.63,3.841,0,0,0.939474,-0.342619,300,300,255,1), + (79296,1733,0,-9833,1427.33,37.63,3.841,0,0,0.939474,-0.342619,300,300,255,1), + (79297,1731,0,-9866,1451.85,41.556,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (79298,1732,0,-9866,1451.85,41.556,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (79299,1733,0,-9866,1451.85,41.556,5.384,0,0,0.434599,-0.900624,300,300,255,1), + (79300,1731,0,-9825.23,1415.35,36.6834,2.663,0,0,0.971505,0.237019,300,300,255,1), + (79301,1732,0,-9825.23,1415.35,36.6834,2.663,0,0,0.971505,0.237019,300,300,255,1), + (79302,1733,0,-9825.23,1415.35,36.6834,2.663,0,0,0.971505,0.237019,300,300,255,1), + (79303,1731,0,-9826.9,1433.22,37.5946,0.998,0,0,0.478548,0.878062,300,300,255,1), + (79304,1732,0,-9826.9,1433.22,37.5946,0.998,0,0,0.478548,0.878062,300,300,255,1), + (79305,1733,0,-9826.9,1433.22,37.5946,0.998,0,0,0.478548,0.878062,300,300,255,1), + (79306,1731,0,-9845.03,1391.96,38.1591,4.783,0,0,0.681707,-0.731626,300,300,255,1), + (79307,1732,0,-9845.03,1391.96,38.1591,4.783,0,0,0.681707,-0.731626,300,300,255,1), + (79308,1733,0,-9845.03,1391.96,38.1591,4.783,0,0,0.681707,-0.731626,300,300,255,1), + (79309,1731,0,-11185.4,1487.03,16.6621,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (79310,1732,0,-11185.4,1487.03,16.6621,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (79311,1733,0,-11185.4,1487.03,16.6621,-0.349066,0,0,-0.173648,0.984808,300,300,255,1), + (79312,1731,0,-9876.46,1458.12,46.8967,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (79313,1732,0,-9876.46,1458.12,46.8967,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (79314,1733,0,-9876.46,1458.12,46.8967,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (79315,1731,0,-10354.3,1986.82,15.429,-2.26893,0,0,-0.906308,0.422617,300,300,255,1), + (79316,1732,0,-10354.3,1986.82,15.429,-2.26893,0,0,-0.906308,0.422617,300,300,255,1), + (79317,1733,0,-10354.3,1986.82,15.429,-2.26893,0,0,-0.906308,0.422617,300,300,255,1), + (79318,1731,0,-10581.9,1972.7,-2.55669,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (79319,1732,0,-10581.9,1972.7,-2.55669,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (79320,1733,0,-10581.9,1972.7,-2.55669,-1.8326,0,0,-0.793355,0.60876,300,300,255,1), + (79321,1731,0,-10452.8,1954.38,10.0397,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (79322,1732,0,-10452.8,1954.38,10.0397,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (79323,1733,0,-10452.8,1954.38,10.0397,0.10472,0,0,0.0523361,0.99863,300,300,255,1), + (79324,1731,0,-9821,1430.39,38.0736,-1.85005,0,0,-0.798636,0.601815,300,300,255,1), + (79325,1732,0,-9821,1430.39,38.0736,-1.85005,0,0,-0.798636,0.601815,300,300,255,1), + (79326,1733,0,-9821,1430.39,38.0736,-1.85005,0,0,-0.798636,0.601815,300,300,255,1), + (79327,1731,0,-10121.7,1896.4,21.4819,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (79328,1732,0,-10121.7,1896.4,21.4819,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (79329,1733,0,-10121.7,1896.4,21.4819,-0.610865,0,0,-0.300706,0.953717,300,300,255,1), + (79330,1731,0,-9822.25,1405.45,37.1085,5.958,0,0,0.161877,-0.986811,300,300,255,1), + (79331,1732,0,-9822.25,1405.45,37.1085,5.958,0,0,0.161877,-0.986811,300,300,255,1), + (79332,1733,0,-9822.25,1405.45,37.1085,5.958,0,0,0.161877,-0.986811,300,300,255,1), + (79333,1731,0,-9845.98,1445.76,39.2305,4.434,0,0,0.798376,-0.60216,300,300,255,1), + (79334,1732,0,-9845.98,1445.76,39.2305,4.434,0,0,0.798376,-0.60216,300,300,255,1), + (79335,1733,0,-9845.98,1445.76,39.2305,4.434,0,0,0.798376,-0.60216,300,300,255,1), + (79336,1731,0,-9836,1391.78,39.065,0.106,0,0,0.0529752,0.998596,300,300,255,1), + (79337,1732,0,-9836,1391.78,39.065,0.106,0,0,0.0529752,0.998596,300,300,255,1), + (79338,1733,0,-9836,1391.78,39.065,0.106,0,0,0.0529752,0.998596,300,300,255,1), + (79339,1731,0,-9841,1443.88,38.659,0.589,0,0,0.290261,0.956947,300,300,255,1), + (79340,1732,0,-9841,1443.88,38.659,0.589,0,0,0.290261,0.956947,300,300,255,1), + (79341,1733,0,-9841,1443.88,38.659,0.589,0,0,0.290261,0.956947,300,300,255,1), + (79342,1731,0,-11239,1561.51,35.581,0.436,0,0,0.216277,0.976332,300,300,255,1), + (79343,1732,0,-11239,1561.51,35.581,0.436,0,0,0.216277,0.976332,300,300,255,1), + (79344,1733,0,-11239,1561.51,35.581,0.436,0,0,0.216277,0.976332,300,300,255,1), + (79345,1731,0,-11208,1349.08,96.497,2.001,0,0,0.841741,0.539882,300,300,255,1), + (79346,1732,0,-11208,1349.08,96.497,2.001,0,0,0.841741,0.539882,300,300,255,1), + (79347,1733,0,-11208,1349.08,96.497,2.001,0,0,0.841741,0.539882,300,300,255,1), + (79348,1731,0,-9883.09,1443.66,44.0138,3.346,0,0,0.994782,-0.102026,300,300,255,1), + (79349,1732,0,-9883.09,1443.66,44.0138,3.346,0,0,0.994782,-0.102026,300,300,255,1), + (79350,1733,0,-9883.09,1443.66,44.0138,3.346,0,0,0.994782,-0.102026,300,300,255,1), + (79351,1731,0,-9989.94,1451.77,41.7335,6.028,0,0,0.127247,-0.991871,300,300,255,1), + (79352,1732,0,-9989.94,1451.77,41.7335,6.028,0,0,0.127247,-0.991871,300,300,255,1), + (79353,1733,0,-9989.94,1451.77,41.7335,6.028,0,0,0.127247,-0.991871,300,300,255,1), + (79354,1731,0,-9984.84,1464.07,43.0746,6.044,0,0,0.119308,-0.992857,300,300,255,1), + (79355,1732,0,-9984.84,1464.07,43.0746,6.044,0,0,0.119308,-0.992857,300,300,255,1), + (79356,1733,0,-9984.84,1464.07,43.0746,6.044,0,0,0.119308,-0.992857,300,300,255,1), + (79357,1731,0,-10451.7,1912.81,12.0031,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (79358,1732,0,-10451.7,1912.81,12.0031,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (79359,1733,0,-10451.7,1912.81,12.0031,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (79360,1731,0,-10171,2040.15,4.252,6.016,0,0,0.133196,-0.99109,300,300,255,1), + (79361,1732,0,-10171,2040.15,4.252,6.016,0,0,0.133196,-0.99109,300,300,255,1), + (79362,1733,0,-10171,2040.15,4.252,6.016,0,0,0.133196,-0.99109,300,300,255,1), + (79363,1731,0,-9962.33,1457.93,44.0793,0.644,0,0,0.316464,0.948604,300,300,255,1), + (79364,1732,0,-9962.33,1457.93,44.0793,0.644,0,0,0.316464,0.948604,300,300,255,1), + (79365,1733,0,-9962.33,1457.93,44.0793,0.644,0,0,0.316464,0.948604,300,300,255,1), + (79366,1731,0,-10374,1637.49,34.751,5.911,0,0,0.185021,-0.982735,300,300,255,1), + (79367,1732,0,-10374,1637.49,34.751,5.911,0,0,0.185021,-0.982735,300,300,255,1), + (79368,1733,0,-10374,1637.49,34.751,5.911,0,0,0.185021,-0.982735,300,300,255,1), + (79369,1731,0,-10463.2,1942.88,12.7752,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (79370,1732,0,-10463.2,1942.88,12.7752,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (79371,1733,0,-10463.2,1942.88,12.7752,-0.628319,0,0,-0.309017,0.951056,300,300,255,1), + (79372,1731,0,-11234.7,1599.2,33.5784,-2.9147,0,0,-0.993572,0.113203,300,300,255,1), + (79373,1732,0,-11234.7,1599.2,33.5784,-2.9147,0,0,-0.993572,0.113203,300,300,255,1), + (79374,1733,0,-11234.7,1599.2,33.5784,-2.9147,0,0,-0.993572,0.113203,300,300,255,1), + (79375,1731,0,-9860,1443.89,63.315,3.855,0,0,0.937053,-0.349187,300,300,255,1), + (79376,1732,0,-9860,1443.89,63.315,3.855,0,0,0.937053,-0.349187,300,300,255,1), + (79377,1733,0,-9860,1443.89,63.315,3.855,0,0,0.937053,-0.349187,300,300,255,1), + (79378,1731,0,-10778,1940.99,46.662,3.835,0,0,0.940498,-0.339799,300,300,255,1), + (79379,1732,0,-10778,1940.99,46.662,3.835,0,0,0.940498,-0.339799,300,300,255,1), + (79380,1733,0,-10778,1940.99,46.662,3.835,0,0,0.940498,-0.339799,300,300,255,1), + (79381,1731,0,-10172,2042.77,3.193,0.648,0,0,0.318361,0.94797,300,300,255,1), + (79382,1732,0,-10172,2042.77,3.193,0.648,0,0,0.318361,0.94797,300,300,255,1), + (79383,1733,0,-10172,2042.77,3.193,0.648,0,0,0.318361,0.94797,300,300,255,1), + (79384,1731,0,-11235,1614.75,68.409,1.116,0,0,0.529491,0.848316,300,300,255,1), + (79385,1732,0,-11235,1614.75,68.409,1.116,0,0,0.529491,0.848316,300,300,255,1), + (79386,1733,0,-11235,1614.75,68.409,1.116,0,0,0.529491,0.848316,300,300,255,1), + (79387,1731,0,-10815,1901.43,62.57,2.067,0,0,0.859096,0.511815,300,300,255,1), + (79388,1732,0,-10815,1901.43,62.57,2.067,0,0,0.859096,0.511815,300,300,255,1), + (79389,1733,0,-10815,1901.43,62.57,2.067,0,0,0.859096,0.511815,300,300,255,1), + (79390,1731,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (79391,1732,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (79392,1735,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (79393,1733,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (79394,1734,0,-3024.83,-1356.18,0.228389,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (79395,1731,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,300,255,1), + (79396,1732,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,300,255,1), + (79397,1735,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,300,255,1), + (79398,1733,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,300,255,1), + (79399,1734,0,-3881,-2862,6.556,3.882,0,0,0.932254,-0.361805,300,300,255,1), + (79400,1731,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (79401,1732,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (79402,1735,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (79403,1733,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (79404,1734,0,-3021,-1509,7.241,4.472,0,0,0.786791,-0.617219,300,300,255,1), + (79405,1731,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (79406,1732,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (79407,1735,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (79408,1733,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (79409,1734,0,-2899.95,-1715.63,2.10021,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (79410,1731,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (79411,1732,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (79412,1735,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (79413,1733,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (79414,1734,0,-4144.73,-2474.29,185.1,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (79415,1731,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (79416,1732,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (79417,1735,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (79418,1733,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (79419,1734,0,-3800.21,-1383.16,39.8308,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (79420,1731,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (79421,1732,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (79422,1735,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (79423,1733,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (79424,1734,0,-3132.9,-1450.79,-0.29859,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (79425,1731,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (79426,1732,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (79427,1735,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (79428,1733,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (79429,1734,0,-3037.39,-1525.7,0.639823,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (79430,1731,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (79431,1732,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (79432,1735,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (79433,1733,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (79434,1734,0,-4159.18,-2369.03,212.793,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (79435,1731,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (79436,1732,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (79437,1735,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (79438,1733,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (79439,1734,0,-2923.04,-1608.39,0.933756,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (79440,1731,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (79441,1732,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (79442,1735,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (79443,1733,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (79444,1734,0,-3531.56,-1456.55,27.5651,-0.314159,0,0,-0.156434,0.987688,300,300,255,1), + (79445,1731,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79446,1732,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79447,1735,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79448,1733,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79449,1734,0,-3438.17,-1643.46,21.7195,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79450,1731,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (79451,1732,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (79452,1735,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (79453,1733,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (79454,1734,0,-4028.35,-2945.35,6.08753,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (79455,1731,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79456,1732,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79457,1735,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79458,1733,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79459,1734,0,-2757.12,-1669.96,-0.252495,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79460,1731,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (79461,1732,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (79462,1735,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (79463,1733,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (79464,1734,0,-3644.19,-1439.96,11.7144,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (79465,1731,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (79466,1732,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (79467,1735,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (79468,1733,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (79469,1734,0,-3338.99,-1702.82,13.6847,2.58309,0,0,0.961262,0.275636,300,300,255,1), + (79470,1731,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79471,1732,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79472,1735,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79473,1733,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79474,1734,0,-3118.42,-1245,2.63742,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79475,1731,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (79476,1732,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (79477,1735,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (79478,1733,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (79479,1734,0,-3174.07,-1533.11,2.15818,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (79480,1731,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,300,255,1), + (79481,1732,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,300,255,1), + (79482,1735,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,300,255,1), + (79483,1733,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,300,255,1), + (79484,1734,0,-2982,-1308,7.72,1.31,0,0,0.609159,0.793048,300,300,255,1), + (79485,1731,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (79486,1732,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (79487,1735,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (79488,1733,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (79489,1734,0,-4080.01,-2911.18,4.63452,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (79490,1731,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,300,255,1), + (79491,1732,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,300,255,1), + (79492,1735,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,300,255,1), + (79493,1733,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,300,255,1), + (79494,1734,0,-4100,-2385,117.557,2.81,0,0,0.986287,0.165038,300,300,255,1), + (79495,1731,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,300,255,1), + (79496,1732,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,300,255,1), + (79497,1735,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,300,255,1), + (79498,1733,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,300,255,1), + (79499,1734,0,-3153,-1198,7.912,2.401,0,0,0.93222,0.361892,300,300,255,1), + (79500,1731,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,300,255,1), + (79501,1732,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,300,255,1), + (79502,1735,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,300,255,1), + (79503,1733,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,300,255,1), + (79504,1734,0,-4060,-2416,121.647,5.448,0,0,0.405561,-0.914068,300,300,255,1), + (79505,1731,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,300,255,1), + (79506,1732,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,300,255,1), + (79507,1735,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,300,255,1), + (79508,1733,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,300,255,1), + (79509,1734,0,-4140,-2456,185.147,1.03,0,0,0.492535,0.870293,300,300,255,1), + (79510,1731,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,300,255,1), + (79511,1732,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,300,255,1), + (79512,1735,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,300,255,1), + (79513,1733,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,300,255,1), + (79514,1734,0,-4361,-2925,34.976,1.875,0,0,0.806081,0.591805,300,300,255,1), + (79515,1731,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (79516,1732,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (79517,1735,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (79518,1733,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (79519,1734,0,-3066.62,-1932.85,4.93504,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (79520,1731,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,300,255,1), + (79521,1732,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,300,255,1), + (79522,1735,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,300,255,1), + (79523,1733,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,300,255,1), + (79524,1734,0,-4337,-2650,101.786,3.08,0,0,0.999526,0.0307915,300,300,255,1), + (79525,1731,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,300,255,1), + (79526,1732,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,300,255,1), + (79527,1735,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,300,255,1), + (79528,1733,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,300,255,1), + (79529,1734,0,-3049,-1892,7.422,0.56,0,0,0.276356,0.961055,300,300,255,1), + (79530,1731,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,300,255,1), + (79531,1732,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,300,255,1), + (79532,1735,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,300,255,1), + (79533,1733,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,300,255,1), + (79534,1734,0,-2877,-1713,8.906,3.341,0,0,0.995034,-0.0995386,300,300,255,1), + (79535,1731,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,300,255,1), + (79536,1732,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,300,255,1), + (79537,1735,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,300,255,1), + (79538,1733,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,300,255,1), + (79539,1734,0,-4035,-2924,9.719,5.223,0,0,0.505613,-0.86276,300,300,255,1), + (79540,1731,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,300,255,1), + (79541,1732,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,300,255,1), + (79542,1735,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,300,255,1), + (79543,1733,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,300,255,1), + (79544,1734,0,-2761,-1638,8.36136,2.571,0,0,0.959578,0.281442,300,300,255,1), + (79545,1731,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (79546,1732,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (79547,1735,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (79548,1733,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (79549,1734,0,-4034,-2472,151.041,4.721,0,0,0.704056,-0.710145,300,300,255,1), + (79550,1731,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,300,255,1), + (79551,1732,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,300,255,1), + (79552,1735,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,300,255,1), + (79553,1733,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,300,255,1), + (79554,1734,0,-3123,-1427,8.889,0.32,0,0,0.159318,0.987227,300,300,255,1), + (79555,1731,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,300,255,1), + (79556,1732,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,300,255,1), + (79557,1735,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,300,255,1), + (79558,1733,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,300,255,1), + (79559,1734,0,-3715,-2880,5.163,1.937,0,0,0.824037,0.566536,300,300,255,1), + (79560,1731,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79561,1732,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79562,1735,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79563,1733,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79564,1734,0,-4153,-3039,2.21,-2,0,0,-0.841471,0.540302,300,300,255,1), + (79565,1731,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (79566,1732,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (79567,1735,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (79568,1733,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (79569,1734,0,-3834,-2867,3.535,-3,0,0,-0.997495,0.0707372,300,300,255,1), + (79570,1731,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,300,255,1), + (79571,1732,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,300,255,1), + (79572,1735,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,300,255,1), + (79573,1733,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,300,255,1), + (79574,1734,0,-2739,-1694,7.936,0.58,0,0,0.285952,0.958244,300,300,255,1), + (79575,1731,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,300,255,1), + (79576,1732,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,300,255,1), + (79577,1735,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,300,255,1), + (79578,1733,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,300,255,1), + (79579,1734,0,-3008,-1530,6.995,4.785,0,0,0.680975,-0.732307,300,300,255,1), + (79580,1731,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,300,255,1), + (79581,1732,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,300,255,1), + (79582,1735,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,300,255,1), + (79583,1733,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,300,255,1), + (79584,1734,0,-3195,-1538,7.937,0.892,0,0,0.43136,0.90218,300,300,255,1), + (79585,1731,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79586,1732,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79587,1735,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79588,1733,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79589,1734,0,-3340.48,-1950.42,59.3272,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79590,1731,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (79591,1732,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (79592,1735,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (79593,1733,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (79594,1734,0,-3183.83,-3198.29,59.1138,-2.96706,0,0,-0.996195,0.0871556,300,300,255,1), + (79595,1731,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (79596,1732,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (79597,1735,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (79598,1733,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (79599,1734,0,-3029.07,-3298.99,68.5104,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (79600,1731,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (79601,1732,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (79602,1735,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (79603,1733,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (79604,1734,0,-4208.44,-3145.73,8.06751,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (79605,1731,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79606,1732,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79607,1735,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79608,1733,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79609,1734,0,-3466.74,-2266.74,61.3246,-2.89725,0,0,-0.992546,0.121868,300,300,255,1), + (79610,1731,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,300,255,1), + (79611,1732,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,300,255,1), + (79612,1735,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,300,255,1), + (79613,1733,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,300,255,1), + (79614,1734,0,-3043,-3096,69.122,3.914,0,0,0.926346,-0.376674,300,300,255,1), + (79615,1731,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (79616,1732,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (79617,1735,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (79618,1733,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (79619,1734,0,-2565.9,-1801.21,24.1702,-0.558505,0,0,-0.275637,0.961262,300,300,255,1), + (79620,1731,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (79621,1732,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (79622,1735,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (79623,1733,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (79624,1734,0,-4354.04,-2933.31,26.5507,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (79625,1731,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (79626,1732,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (79627,1735,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (79628,1733,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (79629,1734,0,-3383.27,-2400.02,57.4409,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (79630,1731,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (79631,1732,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (79632,1735,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (79633,1733,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (79634,1734,0,-3556.3,-1769.77,76.4529,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (79635,1731,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (79636,1732,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (79637,1735,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (79638,1733,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (79639,1734,0,-3017.88,-3254.68,61.5329,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (79640,1731,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (79641,1732,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (79642,1735,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (79643,1733,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (79644,1734,0,-3368.49,-1735.87,68.9991,-0.733038,0,0,-0.358368,0.93358,300,300,255,1), + (79645,1731,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (79646,1732,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (79647,1735,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (79648,1733,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (79649,1734,0,-3333.45,-2346.02,58.0189,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (79650,1731,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (79651,1732,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (79652,1735,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (79653,1733,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (79654,1734,0,-3453.38,-1736.65,43.1972,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (79655,1731,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (79656,1732,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (79657,1735,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (79658,1733,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (79659,1734,0,-3004.86,-3257.37,55.28,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (79660,1731,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,300,255,1), + (79661,1732,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,300,255,1), + (79662,1735,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,300,255,1), + (79663,1733,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,300,255,1), + (79664,1734,0,-3401.54,-1875.59,39.939,2.80998,0,0,0.986286,0.165048,300,300,255,1), + (79665,1731,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (79666,1732,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (79667,1735,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (79668,1733,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (79669,1734,0,-3875.72,-2586.04,44.1806,2.74017,0,0,0.979925,0.199366,300,300,255,1), + (79670,1731,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (79671,1732,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (79672,1735,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (79673,1733,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (79674,1734,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (79675,1731,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (79676,1732,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (79677,1735,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (79678,1733,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (79679,1734,0,-2770.6,-2194.6,65.6496,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (79680,1731,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (79681,1732,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (79682,1735,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (79683,1733,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (79684,1734,0,-3829.84,-2420.19,27.287,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (79685,1731,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79686,1732,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79687,1735,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79688,1733,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79689,1734,0,-3428.89,-2527.67,38.3063,0.890118,0,0,0.430511,0.902585,300,300,255,1), + (79690,1731,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (79691,1732,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (79692,1735,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (79693,1733,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (79694,1734,0,-3979.53,-3142.92,21.6354,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (79695,1731,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79696,1732,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79697,1735,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79698,1733,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79699,1734,0,-3233.39,-3117.34,41.0138,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (79700,1731,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,300,255,1), + (79701,1732,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,300,255,1), + (79702,1735,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,300,255,1), + (79703,1733,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,300,255,1), + (79704,1734,0,-3590,-3243,23.62,3.169,0,0,0.999906,-0.0137032,300,300,255,1), + (79705,1731,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,300,255,1), + (79706,1732,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,300,255,1), + (79707,1735,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,300,255,1), + (79708,1733,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,300,255,1), + (79709,1734,0,-4248,-2599,84.175,2.224,0,0,0.896586,0.442869,300,300,255,1), + (79710,1731,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,300,255,1), + (79711,1732,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,300,255,1), + (79712,1735,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,300,255,1), + (79713,1733,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,300,255,1), + (79714,1734,0,-3127,-1903,8.102,2.721,0,0,0.977969,0.20875,300,300,255,1), + (79715,1731,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79716,1732,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79717,1735,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79718,1733,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79719,1734,0,-4067,-3196,21.871,-1,0,0,-0.479426,0.877583,300,300,255,1), + (79720,1731,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,300,255,1), + (79721,1732,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,300,255,1), + (79722,1735,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,300,255,1), + (79723,1733,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,300,255,1), + (79724,1734,0,-4171,-3175,12.503,3.116,0,0,0.999918,0.012796,300,300,255,1), + (79725,1731,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,300,255,1), + (79726,1732,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,300,255,1), + (79727,1735,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,300,255,1), + (79728,1733,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,300,255,1), + (79729,1734,0,-3418,-1965,115.623,2.7,0,0,0.975723,0.219007,300,300,255,1), + (79730,1731,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,300,255,1), + (79731,1732,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,300,255,1), + (79732,1735,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,300,255,1), + (79733,1733,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,300,255,1), + (79734,1734,0,-3330,-3203,37.937,0.493,0,0,0.244011,0.969772,300,300,255,1), + (79735,1731,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,300,255,1), + (79736,1732,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,300,255,1), + (79737,1735,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,300,255,1), + (79738,1733,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,300,255,1), + (79739,1734,0,-3419,-1997,115.918,6.147,0,0,0.0680401,-0.997683,300,300,255,1), + (79740,1731,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,300,255,1), + (79741,1732,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,300,255,1), + (79742,1735,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,300,255,1), + (79743,1733,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,300,255,1), + (79744,1734,0,-3692,-3193,25.294,4.489,0,0,0.781516,-0.623885,300,300,255,1), + (79745,1731,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,300,255,1), + (79746,1732,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,300,255,1), + (79747,1735,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,300,255,1), + (79748,1733,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,300,255,1), + (79749,1734,0,-2997,-3070,81.242,2.363,0,0,0.925176,0.379538,300,300,255,1), + (79750,1731,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,300,255,1), + (79751,1732,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,300,255,1), + (79752,1735,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,300,255,1), + (79753,1733,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,300,255,1), + (79754,1734,0,-2988,-3141,84.426,1.974,0,0,0.834376,0.551196,300,300,255,1), + (79755,1731,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,300,255,1), + (79756,1732,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,300,255,1), + (79757,1735,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,300,255,1), + (79758,1733,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,300,255,1), + (79759,1734,0,-3053,-3133,64.692,2.846,0,0,0.989098,0.147259,300,300,255,1), + (79760,1731,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (79761,1732,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (79762,1735,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (79763,1733,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (79764,1734,0,-3823,-3151,26.519,4.661,0,0,0.72504,-0.688707,300,300,255,1), + (79765,1731,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,300,255,1), + (79766,1732,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,300,255,1), + (79767,1735,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,300,255,1), + (79768,1733,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,300,255,1), + (79769,1734,0,-3144,-3271,65.942,6.085,0,0,0.0989305,-0.995094,300,300,255,1), + (79770,1731,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,300,255,1), + (79771,1732,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,300,255,1), + (79772,1735,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,300,255,1), + (79773,1733,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,300,255,1), + (79774,1734,0,-3645,-3191,21.554,4.642,0,0,0.73155,-0.681788,300,300,255,1), + (79775,1731,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,300,255,1), + (79776,1732,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,300,255,1), + (79777,1735,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,300,255,1), + (79778,1733,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,300,255,1), + (79779,1734,0,-3182,-3194,59.138,2.382,0,0,0.92874,0.370731,300,300,255,1), + (79780,1731,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,300,255,1), + (79781,1732,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,300,255,1), + (79782,1735,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,300,255,1), + (79783,1733,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,300,255,1), + (79784,1734,0,-3149,-3275,63.632,0.262,0,0,0.130626,0.991432,300,300,255,1), + (79785,1731,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,300,255,1), + (79786,1732,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,300,255,1), + (79787,1735,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,300,255,1), + (79788,1733,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,300,255,1), + (79789,1734,0,-3124,-3235,64.317,5.888,0,0,0.196309,-0.980542,300,300,255,1), + (79790,1731,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (79791,1732,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (79792,1735,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (79793,1733,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (79794,1734,0,-3524,-1902,27.5893,4.319,0,0,0.831661,-0.555283,300,300,255,1), + (79795,1731,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,300,255,1), + (79796,1732,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,300,255,1), + (79797,1735,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,300,255,1), + (79798,1733,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,300,255,1), + (79799,1734,0,-3775,-3162,28.837,3.366,0,0,0.993712,-0.111968,300,300,255,1), + (79800,1731,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,300,255,1), + (79801,1732,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,300,255,1), + (79802,1735,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,300,255,1), + (79803,1733,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,300,255,1), + (79804,1734,0,-4286,-2623,81.972,3.06,0,0,0.999168,0.040785,300,300,255,1), + (79805,1731,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,300,255,1), + (79806,1732,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,300,255,1), + (79807,1735,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,300,255,1), + (79808,1733,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,300,255,1), + (79809,1734,0,-3716,-3171,25.906,4.83,0,0,0.664327,-0.747442,300,300,255,1), + (79810,1731,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,300,255,1), + (79811,1732,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,300,255,1), + (79812,1735,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,300,255,1), + (79813,1733,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,300,255,1), + (79814,1734,0,-3027,-3145,70.216,2.736,0,0,0.979507,0.201409,300,300,255,1), + (79815,1731,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,300,255,1), + (79816,1732,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,300,255,1), + (79817,1735,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,300,255,1), + (79818,1733,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,300,255,1), + (79819,1734,0,-4333,-2853,49.742,3.685,0,0,0.963315,-0.268373,300,300,255,1), + (79820,1731,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,300,255,1), + (79821,1732,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,300,255,1), + (79822,1735,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,300,255,1), + (79823,1733,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,300,255,1), + (79824,1734,0,-4319,-2882,31.113,1.832,0,0,0.793172,0.608998,300,300,255,1), + (79825,1731,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,300,255,1), + (79826,1732,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,300,255,1), + (79827,1735,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,300,255,1), + (79828,1733,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,300,255,1), + (79829,1734,0,-2994,-3077,75.156,2.646,0,0,0.969455,0.245268,300,300,255,1), + (79830,1731,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,300,255,1), + (79831,1732,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,300,255,1), + (79832,1735,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,300,255,1), + (79833,1733,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,300,255,1), + (79834,1734,0,-3578,-1830,29.3522,3.583,0,0,0.975744,-0.218916,300,300,255,1), + (79835,1731,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,300,255,1), + (79836,1732,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,300,255,1), + (79837,1735,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,300,255,1), + (79838,1733,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,300,255,1), + (79839,1734,0,-3378,-3305,28.902,3.751,0,0,0.953936,-0.30001,300,300,255,1), + (79840,1731,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79841,1732,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79842,1735,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79843,1733,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79844,1734,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79845,1731,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (79846,1732,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (79847,1735,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (79848,1733,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (79849,1734,0,-2993.18,-3294.01,58.3186,-0.383972,0,0,-0.190809,0.981627,300,300,255,1), + (79850,1731,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,300,255,1), + (79851,1732,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,300,255,1), + (79852,1735,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,300,255,1), + (79853,1733,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,300,255,1), + (79854,1734,0,-3312,-2254,52.357,5.574,0,0,0.347208,-0.937788,300,300,255,1), + (79855,1731,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (79856,1732,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (79857,1735,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (79858,1733,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (79859,1734,0,-4148,-3193,15.71,4.697,0,0,0.712527,-0.701645,300,300,255,1), + (79860,1731,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,300,255,1), + (79861,1732,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,300,255,1), + (79862,1735,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,300,255,1), + (79863,1733,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,300,255,1), + (79864,1734,0,-3488,-1749,22.908,4.946,0,0,0.619882,-0.784695,300,300,255,1), + (79865,1731,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,300,255,1), + (79866,1732,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,300,255,1), + (79867,1735,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,300,255,1), + (79868,1733,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,300,255,1), + (79869,1734,0,-3298,-2231,53.6041,0.917,0,0,0.442604,0.896717,300,300,255,1), + (79870,1731,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (79871,1732,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (79872,1735,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (79873,1733,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (79874,1734,0,-3738.05,-2625.42,53.5793,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (79875,1731,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79876,1732,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79877,1735,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79878,1733,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79879,1734,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79880,1731,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,300,255,1), + (79881,1732,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,300,255,1), + (79882,1735,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,300,255,1), + (79883,1733,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,300,255,1), + (79884,1734,0,-3002,-3331,65.263,4.323,0,0,0.830549,-0.556946,300,300,255,1), + (79885,1731,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (79886,1732,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (79887,1735,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (79888,1733,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (79889,1734,0,-2339.53,-1646.11,-24.6021,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (79890,1731,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (79891,1732,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (79892,1735,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (79893,1733,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (79894,1734,0,-3085.14,-3260.26,66.2112,-2.46091,0,0,-0.942641,0.333809,300,300,255,1), + (79895,1731,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,300,255,1), + (79896,1732,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,300,255,1), + (79897,1735,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,300,255,1), + (79898,1733,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,300,255,1), + (79899,1734,0,-3412,-2212,70.255,1.445,0,0,0.661262,0.750155,300,300,255,1), + (79900,1731,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,300,255,1), + (79901,1732,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,300,255,1), + (79902,1735,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,300,255,1), + (79903,1733,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,300,255,1), + (79904,1734,0,-2963,-3265,54.206,5.346,0,0,0.451631,-0.892205,300,300,255,1), + (79905,1731,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (79906,1732,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (79907,1735,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (79908,1733,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (79909,1734,0,-2808.98,-2934.11,52.1863,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (79910,1731,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,300,255,1), + (79911,1732,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,300,255,1), + (79912,1735,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,300,255,1), + (79913,1733,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,300,255,1), + (79914,1734,0,-3371,-2116,66.024,2.753,0,0,0.981184,0.193076,300,300,255,1), + (79915,1731,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,300,255,1), + (79916,1732,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,300,255,1), + (79917,1735,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,300,255,1), + (79918,1733,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,300,255,1), + (79919,1734,0,-3383,-2742,20.296,6.269,0,0,0.00709257,-0.999975,300,300,255,1), + (79920,1731,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,300,255,1), + (79921,1732,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,300,255,1), + (79922,1735,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,300,255,1), + (79923,1733,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,300,255,1), + (79924,1734,0,-3508,-1786,18.217,3.568,0,0,0.977358,-0.211592,300,300,255,1), + (79925,1731,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,300,255,1), + (79926,1732,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,300,255,1), + (79927,1735,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,300,255,1), + (79928,1733,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,300,255,1), + (79929,1734,0,-3374,-1832,16.334,1.583,0,0,0.711408,0.702779,300,300,255,1), + (79930,1731,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,300,255,1), + (79931,1732,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,300,255,1), + (79932,1735,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,300,255,1), + (79933,1733,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,300,255,1), + (79934,1734,0,-2975,-3153,57.226,6.167,0,0,0.0580601,-0.998313,300,300,255,1), + (79935,1731,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,300,255,1), + (79936,1732,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,300,255,1), + (79937,1735,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,300,255,1), + (79938,1733,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,300,255,1), + (79939,1734,0,-3054,-3236,67.633,0.257,0,0,0.128147,0.991755,300,300,255,1), + (79940,1731,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79941,1732,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79942,1735,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79943,1733,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79944,1734,0,-2372.2,-1556.79,-45.2468,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (79945,1731,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (79946,1732,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (79947,1735,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (79948,1733,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (79949,1734,0,-2359.63,-1755.91,-19.707,3.00197,0,0,0.997564,0.0697546,300,300,255,1), + (79950,1731,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,300,255,1), + (79951,1732,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,300,255,1), + (79952,1735,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,300,255,1), + (79953,1733,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,300,255,1), + (79954,1734,0,-2907,-3185,63.994,0.218,0,0,0.108784,0.994065,300,300,255,1), + (79955,1731,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (79956,1732,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (79957,1735,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (79958,1733,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (79959,1734,0,-3584.03,-2588.48,79.383,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (79960,1731,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,300,255,1), + (79961,1732,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,300,255,1), + (79962,1735,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,300,255,1), + (79963,1733,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,300,255,1), + (79964,1734,0,-3399.97,-1966.67,121.708,0.279253,0,0,0.139173,0.990268,300,300,255,1), + (79965,1731,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,300,255,1), + (79966,1732,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,300,255,1), + (79967,1735,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,300,255,1), + (79968,1733,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,300,255,1), + (79969,1734,0,-2911,-3220,58.847,5.653,0,0,0.309905,-0.950768,300,300,255,1), + (79970,1731,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,300,255,1), + (79971,1732,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,300,255,1), + (79972,1735,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,300,255,1), + (79973,1733,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,300,255,1), + (79974,1734,0,-3539,-2407,67.6092,4.815,0,0,0.669914,-0.742439,300,300,255,1), + (79975,1731,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (79976,1732,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (79977,1735,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (79978,1733,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (79979,1734,0,-2729.08,-2895.95,48.1052,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (79980,1731,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,300,255,1), + (79981,1732,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,300,255,1), + (79982,1735,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,300,255,1), + (79983,1733,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,300,255,1), + (79984,1734,0,-3019,-3190,55.52,1.239,0,0,0.580628,0.814169,300,300,255,1), + (79985,1731,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (79986,1732,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (79987,1735,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (79988,1733,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (79989,1734,0,-2986.01,-3170.17,58.6184,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (79990,1731,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (79991,1732,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (79992,1735,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (79993,1733,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (79994,1734,0,-2973.01,-3330.81,56.0359,-0.087267,0,0,-0.0436197,0.999048,300,300,255,1), + (79995,1731,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (79996,1732,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (79997,1735,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (79998,1733,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (79999,1734,0,-2925.64,-3172.39,57.2125,-0.366519,0,0,-0.182235,0.983255,300,300,255,1), + (81163,175245,229,75.9989,-334.744,91.5107,-0.104719,0,0,0,1,180,180,255,1), + (81187,177606,229,75.9989,-334.744,91.5107,-0.104719,0,0,0,1,180,180,255,1), + (81877,74448,33,-191.652,2161.52,79.7475,-0.453785,0,0,-0.224951,0.97437,5200,5200,255,1), + (81878,74448,33,-214.509,2150.94,81.0577,2.18365,0,0,0.887469,0.460867,5200,5200,100,1), + (81879,74448,33,-179.471,2253.05,86.6287,5.7415,0,0,0.267544,-0.963546,5200,5200,100,1), + (81880,74448,33,-236.728,2299.61,94.6765,0.436332,0,0,0.216439,0.976296,5200,5200,255,1), + (81881,74448,33,-247.776,2186.88,93.9226,4.30581,0,0,0.835305,-0.549787,5200,5200,100,1), + (81882,74448,33,-254.871,2166.57,93.9367,5.90488,0,0,0.188027,-0.982164,5200,5200,100,1), + (81883,74448,33,-133.986,2183.01,113.132,-1.91986,0,0,-0.819151,0.573577,5200,5200,255,1), + (81975,176513,249,24.2333,-235.508,-84.9566,-2.53072,0,0,1,0,180,180,255,1), + (81976,176514,249,14.4175,-233.453,-86.0326,-0.436332,0,0,1,0,180,180,255,1), + (81977,176515,249,17.3921,-245.044,-86.1595,1.309,0,0,1,0,180,180,255,1), + (81978,176809,249,16.8415,-225.106,-86.2168,2.61799,0,0,1,0,180,180,255,1), + (81979,176810,249,-28.1006,-190.667,-89.6964,-0.087264,0,0,1,0,180,180,255,1), + (81980,176811,249,-26.3963,-199.616,-88.82,1.83259,0,0,1,0,180,180,255,1), + (81981,176812,249,8.23697,-253.584,-86.6082,-2.35619,0,0,1,0,180,180,255,1), + (81982,176813,249,7.06976,-243.991,-86.9945,-2.70526,0,0,1,0,180,180,255,1), + (81983,176814,249,-3.98491,-248.954,-85.9318,0.95993,0,0,1,0,180,180,255,1), + (81984,176815,249,-0.638085,-239.839,-87.3523,1.39626,0,0,1,0,180,180,255,1), + (81985,176816,249,-15.3872,-232.509,-89.0988,-1.04719,0,0,1,0,180,180,255,1), + (81986,176817,249,-12.8884,-245.332,-87.9905,-0.087264,0,0,1,0,180,180,255,1), + (81987,176818,249,-20.9761,-254.701,-87.7823,-2.61799,0,0,1,0,180,180,255,1), + (81988,176819,249,3.20326,-230.379,-87.0469,-1.48353,0,0,1,0,180,180,255,1), + (81989,176820,249,-37.4064,-244.92,-89.0483,3.05433,0,0,1,0,180,180,255,1), + (81990,176821,249,-26.0913,-229.619,-88.82,-1.83259,0,0,1,0,180,180,255,1), + (81991,176822,249,-28.124,-238.209,-89.6964,0.087264,0,0,1,0,180,180,255,1), + (81992,176823,249,29.1885,-206.772,-84.5641,0.785399,0,0,1,0,180,180,255,1), + (81993,176824,249,31.1672,-218.99,-83.8272,-1.74533,0,0,1,0,180,180,255,1), + (81994,176825,249,13.1918,-214.436,-86.484,0.872664,0,0,1,0,180,180,255,1), + (81995,176826,249,-37.3837,-184.484,-89.0483,-3.05433,0,0,1,0,180,180,255,1), + (81996,176827,249,-1.66729,-217.144,-85.672,0.785397,0,0,1,0,180,180,255,1), + (81997,176828,249,-9.80653,-212.031,-88.1401,-0.261798,0,0,1,0,180,180,255,1), + (81998,176829,249,-19.3983,-219.854,-88.4829,-2.79252,0,0,1,0,180,180,255,1), + (81999,176830,249,-19.6951,-209.639,-88.5545,-0.43633,0,0,1,0,180,180,255,1), + (82000,176831,249,24.0513,-193.897,-84.9566,2.53072,0,0,1,0,180,180,255,1), + (82001,176832,249,14.2998,-195.44,-86.0326,0.436332,0,0,1,0,180,180,255,1), + (82002,176833,249,17.0001,-204.313,-86.2168,-2.61799,0,0,1,0,180,180,255,1), + (82003,176834,249,17.6418,-184.034,-86.1595,-1.309,0,0,1,0,180,180,255,1), + (82004,176835,249,2.9536,-198.744,-87.0469,1.48353,0,0,1,0,180,180,255,1), + (82005,176836,249,-0.404226,-189.264,-87.3524,-1.39626,0,0,1,0,180,180,255,1), + (82006,176837,249,6.95027,-185.41,-86.9946,2.70526,0,0,1,0,180,180,255,1), + (82007,176838,249,8.01259,-175.786,-86.6082,2.35619,0,0,1,0,180,180,255,1), + (82008,176839,249,-3.72498,-180.009,-85.9318,-0.95993,0,0,1,0,180,180,255,1), + (82009,176840,249,-12.9119,-183.545,-87.9905,0.087266,0,0,1,0,180,180,255,1), + (82010,176841,249,-21.129,-174.709,-87.7823,2.61799,0,0,1,0,180,180,255,1), + (82011,176842,249,-15.6717,-196.472,-89.0988,1.0472,0,0,1,0,180,180,255,1), + (82012,176908,249,-47.9515,-193.888,-86.0046,-0.610865,0,0,1,0,180,180,255,1), + (82013,176909,249,-54.9718,-199.119,-85.4988,1.5708,0,0,1,0,180,180,255,1), + (82014,176910,249,-64.1589,-196.123,-85.1125,1.91986,0,0,1,0,180,180,255,1), + (82015,176911,249,-54.7977,-187.003,-85.6277,-1.0472,0,0,1,0,180,180,255,1), + (82016,176912,249,-62.8772,-213.235,-85.1575,2.00712,0,0,1,0,180,180,255,1), + (82017,176913,249,-51.6644,-214.436,-86.1782,-2.53072,0,0,1,0,180,180,255,1), + (82018,176914,249,-45.1242,-220.161,-86.5697,0.698129,0,0,1,0,180,180,255,1), + (82019,176915,249,-39.1131,-212.133,-87.1607,-1.39626,0,0,1,0,180,180,255,1), + (82020,176916,249,-78.5539,-210.417,-83.4326,2.87979,0,0,1,0,180,180,255,1), + (82021,176917,249,-72.938,-201.879,-83.6438,-1.0472,0,0,1,0,180,180,255,1), + (82022,176918,249,-75.138,-224.652,-83.4944,0.436332,0,0,1,0,180,180,255,1), + (82023,176919,249,-54.6915,-229.819,-85.889,-1.5708,0,0,1,0,180,180,255,1), + (82024,176920,249,-48.0902,-234.856,-86.2826,0.610865,0,0,1,0,180,180,255,1), + (82025,176921,249,-55.075,-241.777,-85.3179,1.0472,0,0,1,0,180,180,255,1), + (82026,176922,249,-63.8632,-232.924,-85.1124,-1.91986,0,0,1,0,180,180,255,1), + (82027,178021,249,-51.6297,-214.403,-7.16564,-2.70526,0,0,1,0,180,180,255,1), + (82028,178022,249,-43.8754,-238.325,-14.7946,2.70526,0,0,1,0,180,180,255,1), + (82029,178023,249,-2.48133,-249.761,-17.7952,2.61799,0,0,1,0,180,180,255,1), + (82030,178024,249,27.5426,-247.756,-23.0949,-2.26892,0,0,1,0,180,180,255,1), + (82031,178025,249,13.0761,-225.391,-19.2567,-2.79252,0,0,1,0,180,180,255,1), + (82032,178026,249,-5.14033,-214.414,-11.1815,3.14159,0,0,1,0,180,180,255,1), + (82033,178027,249,-3.17108,-189.864,-15.1422,2.09439,0,0,1,0,180,180,255,1), + (82034,178028,249,-29.1501,-173.658,-23.2926,-2.53072,0,0,1,0,180,180,255,1), + (82035,178029,249,16.0041,-177.041,-21.1756,-2.70526,0,0,1,0,180,180,255,1), + (82036,178030,249,-33.7261,-200.163,-10.4158,2.26892,0,0,1,0,180,180,255,1), + (82037,178031,249,21.8353,-202.084,-17.2387,2.53072,0,0,1,0,180,180,255,1), + (82038,178032,249,37.2406,-214.403,-19.6757,2.18166,0,0,1,0,180,180,255,1), + (82039,178033,249,-18.973,-232.403,-15.5299,2.44346,0,0,1,0,180,180,255,1), + (82040,176843,249,-51.6297,-214.403,-7.16564,-2.70526,0,0,1,0,180,180,255,1), + (82041,176844,249,-43.8754,-238.325,-14.7946,2.70526,0,0,1,0,180,180,255,1), + (82042,176845,249,-2.48133,-249.761,-17.7952,2.61799,0,0,1,0,180,180,255,1), + (82043,176846,249,27.5426,-247.756,-23.0949,-2.26892,0,0,1,0,180,180,255,1), + (82044,176847,249,13.0761,-225.391,-19.2567,-2.79252,0,0,1,0,180,180,255,1), + (82045,176848,249,-5.14033,-214.414,-11.1815,3.14159,0,0,1,0,180,180,255,1), + (82046,176849,249,-3.17108,-189.864,-15.1422,2.09439,0,0,1,0,180,180,255,1), + (82047,176850,249,-29.1501,-173.658,-23.2926,-2.53072,0,0,1,0,180,180,255,1), + (82048,176851,249,16.0041,-177.041,-21.1756,-2.70526,0,0,1,0,180,180,255,1), + (82049,176852,249,-33.7261,-200.163,-10.4158,2.26892,0,0,1,0,180,180,255,1), + (82050,176853,249,21.8353,-202.084,-17.2387,2.53072,0,0,1,0,180,180,255,1), + (82051,176854,249,37.2406,-214.403,-19.6757,2.18166,0,0,1,0,180,180,255,1), + (82052,176855,249,-18.973,-232.403,-15.5299,2.44346,0,0,1,0,180,180,255,1), + (82053,177984,249,16.8415,-225.106,-86.2168,2.61799,0,0,1,0,180,180,255,1), + (82054,177985,249,-28.1006,-190.667,-89.6964,-0.087264,0,0,1,0,180,180,255,1), + (82055,177986,249,-26.3963,-199.616,-88.82,1.83259,0,0,1,0,180,180,255,1), + (82056,177987,249,24.2333,-235.508,-84.9566,-2.53072,0,0,1,0,180,180,255,1), + (82057,177988,249,14.4175,-233.453,-86.0326,-0.436332,0,0,1,0,180,180,255,1), + (82058,177989,249,17.3921,-245.044,-86.1595,1.309,0,0,1,0,180,180,255,1), + (82059,177990,249,8.23697,-253.584,-86.6082,-2.35619,0,0,1,0,180,180,255,1), + (82060,177991,249,7.06976,-243.991,-86.9945,-2.70526,0,0,1,0,180,180,255,1), + (82061,177992,249,-3.98491,-248.954,-85.9318,0.95993,0,0,1,0,180,180,255,1), + (82062,177993,249,-0.638085,-239.839,-87.3523,1.39626,0,0,1,0,180,180,255,1), + (82063,177994,249,-15.3872,-232.509,-89.0988,-1.04719,0,0,1,0,180,180,255,1), + (82064,177995,249,-12.8884,-245.332,-87.9905,-0.087264,0,0,1,0,180,180,255,1), + (82065,177996,249,-20.9761,-254.701,-87.7823,-2.61799,0,0,1,0,180,180,255,1), + (82066,177997,249,3.20326,-230.379,-87.0469,-1.48353,0,0,1,0,180,180,255,1), + (82067,177998,249,-37.4064,-244.92,-89.0483,3.05433,0,0,1,0,180,180,255,1), + (82068,177999,249,-26.0913,-229.619,-88.82,-1.83259,0,0,1,0,180,180,255,1), + (82069,178000,249,-28.124,-238.209,-89.6964,0.087264,0,0,1,0,180,180,255,1), + (82070,178001,249,29.1885,-206.772,-84.5641,0.785399,0,0,1,0,180,180,255,1), + (82071,178002,249,31.1672,-218.99,-83.8272,-1.74533,0,0,1,0,180,180,255,1), + (82072,178003,249,13.1918,-214.436,-86.484,0.872664,0,0,1,0,180,180,255,1), + (82073,178004,249,-37.3837,-184.484,-89.0483,-3.05433,0,0,1,0,180,180,255,1), + (82074,178005,249,-1.66729,-217.144,-85.672,0.785397,0,0,1,0,180,180,255,1), + (82075,178006,249,-9.80653,-212.031,-88.1401,-0.261798,0,0,1,0,180,180,255,1), + (82076,178007,249,-19.3983,-219.854,-88.4829,-2.79252,0,0,1,0,180,180,255,1), + (82077,178008,249,-19.6951,-209.639,-88.5545,-0.43633,0,0,1,0,180,180,255,1), + (82078,178009,249,24.0513,-193.897,-84.9566,2.53072,0,0,1,0,180,180,255,1), + (82079,178010,249,14.2998,-195.44,-86.0326,0.436332,0,0,1,0,180,180,255,1), + (82080,178011,249,17.0001,-204.313,-86.2168,-2.61799,0,0,1,0,180,180,255,1), + (82081,178012,249,17.6418,-184.034,-86.1595,-1.309,0,0,1,0,180,180,255,1), + (82082,178013,249,2.9536,-198.744,-87.0469,1.48353,0,0,1,0,180,180,255,1), + (82083,178014,249,-0.404226,-189.264,-87.3524,-1.39626,0,0,1,0,180,180,255,1), + (82084,178015,249,6.95027,-185.41,-86.9946,2.70526,0,0,1,0,180,180,255,1), + (82085,178016,249,8.01259,-175.786,-86.6082,2.35619,0,0,1,0,180,180,255,1), + (82086,178017,249,-3.72498,-180.009,-85.9318,-0.95993,0,0,1,0,180,180,255,1), + (82087,178018,249,-12.9119,-183.545,-87.9905,0.087266,0,0,1,0,180,180,255,1), + (82088,178019,249,-21.129,-174.709,-87.7823,2.61799,0,0,1,0,180,180,255,1), + (82089,178020,249,-15.6717,-196.472,-89.0988,1.0472,0,0,1,0,180,180,255,1), + (82092,178034,249,-47.9515,-193.888,-86.0046,-0.610865,0,0,1,0,180,180,255,1), + (82093,178035,249,-54.9718,-199.119,-85.4988,1.5708,0,0,1,0,180,180,255,1), + (82094,178036,249,-64.1589,-196.123,-85.1125,1.91986,0,0,1,0,180,180,255,1), + (82095,178037,249,-54.7977,-187.003,-85.6277,-1.0472,0,0,1,0,180,180,255,1), + (82096,178038,249,-62.8772,-213.235,-85.1575,2.00712,0,0,1,0,180,180,255,1), + (82097,178039,249,-51.6644,-214.436,-86.1782,-2.53072,0,0,1,0,180,180,255,1), + (82098,178040,249,-45.1242,-220.161,-86.5697,0.698129,0,0,1,0,180,180,255,1), + (82099,178041,249,-39.1131,-212.133,-87.1607,-1.39626,0,0,1,0,180,180,255,1), + (82100,178042,249,-78.5539,-210.417,-83.4326,2.87979,0,0,1,0,180,180,255,1), + (82101,178043,249,-72.938,-201.879,-83.6438,-1.0472,0,0,1,0,180,180,255,1), + (82102,178044,249,-75.138,-224.652,-83.4944,0.436332,0,0,1,0,180,180,255,1), + (82103,178045,249,-54.6915,-229.819,-85.889,-1.5708,0,0,1,0,180,180,255,1), + (82104,178046,249,-48.0902,-234.856,-86.2826,0.610865,0,0,1,0,180,180,255,1), + (82105,178047,249,-55.075,-241.777,-85.3179,1.0472,0,0,1,0,180,180,255,1), + (82106,178048,249,-63.8632,-232.924,-85.1124,-1.91986,0,0,1,0,180,180,255,1), + (82107,176511,249,-110.463,-210.574,-95.0231,-2.51327,0,0,0,1,180,180,255,1), + (82108,176511,249,-91.3062,-179.959,-93.8679,-0.052359,0,0,0,1,180,180,255,1), + (82109,176511,249,-98.7962,-246.976,-93.9981,0.855211,0,0,0,1,180,180,255,1), + (82110,176511,249,-87.8552,-269.151,-92.4986,0.226892,0,0,0,1,180,180,255,1), + (82111,176511,249,-106.301,-253.522,-92.4453,0.715585,0,0,0,1,180,180,255,1), + (82112,176511,249,-42.0689,-275.035,-91.5219,-0.331611,0,0,0,1,180,180,255,1), + (82113,176511,249,-111.415,-246.122,-92.7656,1.50098,0,0,0,1,180,180,255,1), + (82114,176511,249,-53.8375,-150.039,-92.7003,-2.72271,0,0,0,1,180,180,255,1), + (82115,176511,249,-104.578,-211.165,-96.1757,-3.00195,0,0,0,1,180,180,255,1), + (82116,176511,249,-44.6409,-262.822,-91.7046,0.366518,0,0,0,1,180,180,255,1), + (82117,176511,249,-100.31,-179.594,-94.0001,-0.069812,0,0,0,1,180,180,255,1), + (82118,176511,249,-96.2669,-191.546,-93.7112,1.46608,0,0,0,1,180,180,255,1), + (82119,176511,249,-83.4607,-171.184,-94.2168,-1.8675,0,0,0,1,180,180,255,1), + (82120,176511,249,-87.0724,-164.259,-93.194,1.23918,0,0,0,1,180,180,255,1), + (82121,176511,249,-94.0791,-166.547,-93.3145,-2.94959,0,0,0,1,180,180,255,1), + (82122,176511,249,-106.747,-213.256,-96.4219,-2.54818,0,0,0,1,180,180,255,1), + (82123,176511,249,-59.5468,-274.641,-93.5779,-2.80997,0,0,0,1,180,180,255,1), + (82124,176511,249,-103.341,-249.645,-93.7727,1.72787,0,0,0,1,180,180,255,1), + (82125,176511,249,-52.4708,-263.242,-93.5507,0.90757,0,0,0,1,180,180,255,1), + (82126,176511,249,-54.7384,-158.798,-94.216,1.23918,0,0,0,1,180,180,255,1), + (82127,176511,249,-47.6633,-165.894,-91.9484,0.506145,0,0,0,1,180,180,255,1), + (82128,176511,249,-94.0342,-181.739,-93.6615,0.820303,0,0,0,1,180,180,255,1), + (82129,176511,249,-51.989,-149.852,-92.4877,-2.18166,0,0,0,1,180,180,255,1), + (82130,176511,249,-88.6535,-248.14,-93.9176,1.65806,0,0,0,1,180,180,255,1), + (82131,176511,249,-59.6926,-155.839,-93.7256,-3.08918,0,0,0,1,180,180,255,1), + (82132,176511,249,-45.7833,-165.022,-91.9364,-0.767944,0,0,0,1,180,180,255,1), + (82133,176511,249,-86.5817,-162.188,-92.9143,1.37881,0,0,0,1,180,180,255,1), + (82134,176511,249,-114.179,-189.911,-92.3961,-0.575957,0,0,0,1,180,180,255,1), + (82135,176511,249,-109.672,-176.396,-92.3824,-3.05433,0,0,0,1,180,180,255,1), + (82136,176511,249,-70.196,-171.583,-94.1259,0.95993,0,0,0,1,180,180,255,1), + (82137,176511,249,-113.473,-181.242,-92.5385,2.14675,0,0,0,1,180,180,255,1), + (82138,176511,249,-74.5684,-166.841,-94.4562,2.94959,0,0,0,1,180,180,255,1), + (82139,176511,249,-44.8102,-159.351,-92.5613,-0.087266,0,0,0,1,180,180,255,1), + (82140,176511,249,-59.2068,-166.133,-94.0845,0.715585,0,0,0,1,180,180,255,1), + (82141,176511,249,-88.0213,-181.019,-93.8623,0.890117,0,0,0,1,180,180,255,1), + (82142,176511,249,-98.9627,-192.996,-93.9977,-1.90241,0,0,0,1,180,180,255,1), + (82143,176511,249,-85.7268,-166.618,-93.7028,-2.05949,0,0,0,1,180,180,255,1), + (82144,176511,249,-54.0655,-265.427,-93.939,1.43117,0,0,0,1,180,180,255,1), + (82145,176511,249,-101.612,-178.335,-93.7528,2.53072,0,0,0,1,180,180,255,1), + (82146,176511,249,-114.866,-197.405,-92.714,-3.10665,0,0,0,1,180,180,255,1), + (82147,176511,249,-106.704,-235.043,-94.3291,-2.89724,0,0,0,1,180,180,255,1), + (82148,176511,249,-99.1198,-235.404,-93.9986,-2.60053,0,0,0,1,180,180,255,1), + (82149,176511,249,-112.76,-232.204,-92.7439,1.20428,0,0,0,1,180,180,255,1), + (82150,176511,249,-109.3,-192.893,-93.648,1.62316,0,0,0,1,180,180,255,1), + (82151,176511,249,-99.4653,-231.539,-93.7484,-0.680679,0,0,0,1,180,180,255,1), + (82152,176511,249,-67.1603,-160.194,-93.5402,0.331611,0,0,0,1,180,180,255,1), + (82153,176511,249,-111.047,-201.01,-92.6798,1.5708,0,0,0,1,180,180,255,1), + (82154,176511,249,-111.482,-182.822,-92.7533,-2.05949,0,0,0,1,180,180,255,1), + (82155,176511,249,-80.2411,-267.274,-93.4431,-1.97222,0,0,0,1,180,180,255,1), + (82156,176511,249,-38.6821,-274.131,-91.449,-1.18682,0,0,0,1,180,180,255,1), + (82157,176511,249,-45.5103,-274.021,-92.4277,-0.610864,0,0,0,1,180,180,255,1), + (82158,176511,249,-39.5905,-153.217,-91.394,2.05949,0,0,0,1,180,180,255,1), + (82159,176511,249,-67.8154,-260.002,-94.4454,-0.750491,0,0,0,1,180,180,255,1), + (82160,176511,249,-30.9589,-271.528,-90.776,-2.77507,0,0,0,1,180,180,255,1), + (82161,176511,249,-104.113,-179.037,-93.7109,0.785397,0,0,0,1,180,180,255,1), + (82162,176511,249,-113.549,-198.287,-92.5772,-2.60053,0,0,0,1,180,180,255,1), + (82163,176511,249,-115.037,-181.69,-92.3133,-3.12412,0,0,0,1,180,180,255,1), + (82164,176511,249,-107.68,-206.48,-94.6221,-0.855211,0,0,0,1,180,180,255,1), + (82165,176511,249,-86.038,-247.12,-93.7162,-2.63544,0,0,0,1,180,180,255,1), + (82166,176511,249,-79.7331,-165.826,-94.2637,0.872664,0,0,0,1,180,180,255,1), + (82167,176511,249,-74.6337,-262.796,-94.4129,-1.90241,0,0,0,1,180,180,255,1), + (82168,176511,249,-104.51,-218.292,-95.9924,0.95993,0,0,0,1,180,180,255,1), + (82169,176511,249,-103.253,-185.857,-94.1001,-1.01229,0,0,0,1,180,180,255,1), + (82170,176511,249,-92.7397,-173.777,-93.7896,-3.01941,0,0,0,1,180,180,255,1), + (82171,176511,249,-50.3012,-263.668,-92.9696,-2.37364,0,0,0,1,180,180,255,1), + (82172,176511,249,-103.507,-254.765,-92.4439,3.01941,0,0,0,1,180,180,255,1), + (82173,176511,249,-87.3717,-262.375,-93.468,1.309,0,0,0,1,180,180,255,1), + (82174,176511,249,-107.174,-221.764,-95.0417,-1.44862,0,0,0,1,180,180,255,1), + (82175,176511,249,-64.9187,-264.948,-94.5168,2.53072,0,0,0,1,180,180,255,1), + (82176,176511,249,-50.0996,-276.138,-92.8722,0.104719,0,0,0,1,180,180,255,1), + (82177,176511,249,-107.777,-253.579,-92.3206,-2.35619,0,0,0,1,180,180,255,1), + (82178,176511,249,-106.513,-181.398,-93.8598,2.86233,0,0,0,1,180,180,255,1), + (82179,176511,249,-86.2324,-253.441,-93.8641,-2.77507,0,0,0,1,180,180,255,1), + (82180,176511,249,-40.6709,-271.109,-91.7795,-1.309,0,0,0,1,180,180,255,1), + (82181,176511,249,-106.774,-227.096,-94.1074,-0.069812,0,0,0,1,180,180,255,1), + (82182,176511,249,-66.8605,-262.532,-94.4959,0.925024,0,0,0,1,180,180,255,1), + (82183,176511,249,-108.456,-243.108,-93.6305,-1.309,0,0,0,1,180,180,255,1), + (82184,176511,249,-53.4205,-157.888,-94.0279,-2.426,0,0,0,1,180,180,255,1), + (82185,176511,249,-68.2031,-161.518,-93.9692,-2.19912,0,0,0,1,180,180,255,1), + (82186,176511,249,-111.575,-243.442,-92.8365,-1.32645,0,0,0,1,180,180,255,1), + (82187,176511,249,-50.1314,-157.125,-93.4149,2.9845,0,0,0,1,180,180,255,1), + (82188,176511,249,-90.6963,-181.785,-93.9151,0.209439,0,0,0,1,180,180,255,1), + (82189,176511,249,-35.4725,-267.161,-91.1384,1.55334,0,0,0,1,180,180,255,1), + (82190,176511,249,-50.4296,-165.573,-92.9916,1.83259,0,0,0,1,180,180,255,1), + (82191,176511,249,-95.9989,-256.291,-92.8816,1.01229,0,0,0,1,180,180,255,1), + (82192,176511,249,-47.5397,-152.736,-92.5478,-1.51844,0,0,0,1,180,180,255,1), + (82193,176511,249,-112.989,-208.054,-93.2037,-0.314158,0,0,0,1,180,180,255,1), + (82194,176511,249,-63.397,-270.089,-93.9065,-1.88495,0,0,0,1,180,180,255,1), + (82195,176511,249,-61.4536,-273.77,-93.5671,-1.02974,0,0,0,1,180,180,255,1), + (82196,176511,249,-45.7571,-151.807,-92.0807,-0.453785,0,0,0,1,180,180,255,1), + (82197,176511,249,-44.0785,-267.144,-92.2422,1.15192,0,0,0,1,180,180,255,1), + (82198,176511,249,-85.6779,-161.272,-92.7821,1.309,0,0,0,1,180,180,255,1), + (82199,176511,249,-95.201,-182.384,-93.6637,-1.02974,0,0,0,1,180,180,255,1), + (82200,176511,249,-43.3735,-165.818,-91.6861,-0.104719,0,0,0,1,180,180,255,1), + (82201,176511,249,-90.3045,-268.137,-92.6464,-0.802851,0,0,0,1,180,180,255,1), + (82202,176511,249,-37.8847,-153.093,-91.4679,-3.07177,0,0,0,1,180,180,255,1), + (82203,176511,249,-37.4862,-169.345,-90.3578,1.15192,0,0,0,1,180,180,255,1), + (82204,176511,249,-51.2772,-165.257,-93.2615,2.35619,0,0,0,1,180,180,255,1), + (82205,176511,249,-111.68,-241.218,-92.8957,1.46608,0,0,0,1,180,180,255,1), + (82206,176511,249,-87.5961,-249.819,-93.9075,-1.25664,0,0,0,1,180,180,255,1), + (82207,176511,249,-49.5906,-150.509,-92.4396,0.925024,0,0,0,1,180,180,255,1), + (82208,176511,249,-29.4053,-162.407,-89.9302,-1.01229,0,0,0,1,180,180,255,1), + (82209,176511,249,-35.6781,-274.806,-91.542,2.05949,0,0,0,1,180,180,255,1), + (82210,176511,249,-71.0221,-162.055,-93.7708,-0.855211,0,0,0,1,180,180,255,1), + (82211,176511,249,-37.4504,-159.241,-91.3623,-0.139624,0,0,0,1,180,180,255,1), + (82212,176511,249,-91.717,-267.4,-92.7929,2.91469,0,0,0,1,180,180,255,1), + (82213,176511,249,-45.6929,-276.807,-92.1201,-2.96704,0,0,0,1,180,180,255,1), + (82214,176511,249,-65.2628,-157.384,-93.6179,0.191985,0,0,0,1,180,180,255,1), + (82215,176511,249,-54.8459,-262.636,-93.696,-0.139624,0,0,0,1,180,180,255,1), + (82216,176511,249,-93.1516,-180.838,-93.7367,0.680677,0,0,0,1,180,180,255,1), + (82217,176511,249,-110.212,-220.17,-94.5324,1.79769,0,0,0,1,180,180,255,1), + (82218,176511,249,-99.0315,-232.903,-93.8821,0.575957,0,0,0,1,180,180,255,1), + (82219,176511,249,-98.2849,-191.193,-93.9694,-0.942477,0,0,0,1,180,180,255,1), + (82220,176511,249,-95.5697,-189.903,-93.5909,-0.610864,0,0,0,1,180,180,255,1), + (82221,176511,249,-111.548,-199.276,-92.7356,2.56563,0,0,0,1,180,180,255,1), + (82222,176511,249,-103.471,-199.919,-93.8398,-1.0821,0,0,0,1,180,180,255,1), + (82223,176511,249,-29.779,-158.272,-90.436,-1.01229,0,0,0,1,180,180,255,1), + (82247,181575,533,3465.18,-3940.4,308.79,2.44346,0.241845,0.664462,0.664463,0.241847,180,180,255,1), + (82248,181576,533,3539.02,-2936.82,302.476,3.14159,0,0,1,0.00000126759,180,180,255,1), + (82249,181578,533,2493.02,-2921.78,241.193,3.14159,0,0,-1,0,180,180,255,1), + (82250,181402,533,3732.66,-5026.17,152.72,-1.77151,0,0,-0.774393,0.632705,180,180,255,1), + (82251,181403,533,3784.16,-5062.08,152.57,-2.55691,0,0,-0.957571,0.288197,180,180,255,1), + (82252,181404,533,3760.24,-5175.26,152.571,2.10995,0,0,0.869888,0.493249,180,180,255,1), + (82253,181405,533,3698.6,-5187.07,152.72,1.32456,0,0,0.614915,0.788593,180,180,255,1), + (82254,181477,533,3527.94,-2952.26,318.898,3.14159,0,0,-1,0,180,180,255,0), + (82255,181478,533,3487.32,-2911.38,318.898,3.14159,0,0,-1,0,180,180,255,0), + (82256,181228,533,3635.36,-5090.29,142.983,-1.77151,0,0,-0.774393,0.632705,180,180,255,0), + (82353,175124,229,208.798,-433.633,110.888,-2.82743,0,0,0,1,300,300,255,1), + (82354,175124,229,199.588,-433.807,110.885,1.11701,0,0,0,1,300,300,255,1), + (82355,175124,229,211.617,-434.677,110.888,-1.55334,0,0,0,1,300,300,255,1), + (82356,175124,229,213.577,-419.533,110.95,0.628317,0,0,0,1,300,300,255,1), + (82357,175124,229,212.636,-432.306,110.892,-0.174532,0,0,0,1,300,300,255,1), + (82358,175124,229,112.297,-390.178,110.863,-0.122173,0,0,0,1,300,300,255,1), + (82359,175124,229,115.812,-453.057,110.863,-1.98967,0,0,0,1,300,300,255,1), + (82360,175124,229,220.87,-411.346,110.993,-2.47837,0,0,0,1,300,300,255,1), + (82361,175124,229,222.093,-432.25,110.901,0,0,0,0,1,300,300,255,1), + (82362,175124,229,69.6914,-332.161,91.4867,1.13446,0,0,0,1,300,300,255,1), + (82363,175124,229,72.0531,-325.809,91.4542,1.43117,0,0,0,1,300,300,255,1), + (82364,175124,229,79.7866,-325.953,91.4456,1.6057,0,0,0,1,300,300,255,1), + (82365,175124,229,81.9745,-335.984,91.5223,-1.50098,0,0,0,1,300,300,255,1), + (82366,175124,229,83.9509,-325.865,91.4455,-2.96704,0,0,0,1,300,300,255,1), + (82367,175124,229,80.9162,-328.544,91.4511,-2.09439,0,0,0,1,300,300,255,1), + (82368,175124,229,83.0306,-333.103,91.4893,-0.209439,0,0,0,1,300,300,255,1), + (82369,175124,229,70.5072,-334.149,91.5052,0.610864,0,0,0,1,300,300,255,1), + (82370,175124,229,72.0026,-328.392,91.461,-1.43117,0,0,0,1,300,300,255,1), + (82371,175124,229,79.0012,-331.653,91.471,-2.33874,0,0,0,1,300,300,255,1), + (82372,175124,229,107.189,-287.66,91.5163,0.750491,0,0,0,1,300,300,255,1), + (82373,175124,229,58.8178,-334.107,91.5048,0.977383,0,0,0,1,300,300,255,1), + (82374,175124,229,94.9171,-288.644,91.4455,2.96704,0,0,0,1,300,300,255,1), + (82375,175124,229,75.1779,-292.906,91.4446,1.98967,0,0,0,1,300,300,255,1), + (82376,175124,229,64.204,-268.474,93.2454,-1.5708,0,0,0,1,300,300,255,1), + (82377,175124,229,53.2813,-334.795,91.4969,2.75761,0,0,0,1,300,300,255,1), + (82378,175124,229,72.069,-276.632,92.2983,2.61799,0,0,0,1,300,300,255,1), + (82379,175124,229,53.6084,-256.727,96.1586,-1.72787,0,0,0,1,300,300,255,1), + (82380,175124,229,56.8515,-253.343,96.9626,-0.087266,0,0,0,1,300,300,255,1), + (82381,175124,229,87.8955,-288.976,91.4468,-1.13446,0,0,0,1,300,300,255,1), + (82382,175124,229,219.995,-399.617,111.068,-2.61799,0,0,0,1,300,300,255,1), + (82383,175124,229,222.736,-410.477,110.998,-1.20428,0,0,0,1,300,300,255,1), + (82384,175124,229,214.32,-408.951,110.968,2.96704,0,0,0,1,300,300,255,1), + (82385,175124,229,220.824,-398.357,111.076,1.98967,0,0,0,1,300,300,255,1), + (82386,175124,229,200.743,-409.406,110.885,-1.37881,0,0,0,1,300,300,255,1), + (82387,175124,229,210.654,-391.83,111.142,1.91986,0,0,0,1,300,300,255,1), + (82388,175124,229,199.616,-410.272,110.886,-2.93214,0,0,0,1,300,300,255,1), + (82389,175124,229,217.875,-392.087,111.127,0.90757,0,0,0,1,300,300,255,1), + (82390,175124,229,221.701,-420.444,110.953,1.64061,0,0,0,1,300,300,255,1), + (82391,175124,229,224.213,-412.157,110.991,1.58825,0,0,0,1,300,300,255,1), + (82392,175124,229,81.0718,-330.129,91.4551,-1.02974,0,0,0,1,300,300,255,1), + (82393,175124,229,72.026,-331.225,91.4723,-2.68781,0,0,0,1,300,300,255,1), + (82394,175124,229,79.072,-328.433,91.4529,-0.541051,0,0,0,1,300,300,255,1), + (82395,175124,229,83.2161,-327.69,91.4462,-0.296705,0,0,0,1,300,300,255,1), + (82396,175124,229,69.9306,-326.64,91.4588,2.89724,0,0,0,1,300,300,255,1), + (82397,175124,229,69.9912,-329.339,91.4658,-0.401425,0,0,0,1,300,300,255,1), + (82398,175124,229,81.7656,-326.14,91.4455,2.46091,0,0,0,1,300,300,255,1), + (82399,175124,229,81.0063,-332.454,91.4814,-2.51327,0,0,0,1,300,300,255,1), + (82400,175124,229,82.9415,-330.608,91.4542,0.698132,0,0,0,1,300,300,255,1), + (82401,175124,229,73.5452,-324.156,91.4481,0.453785,0,0,0,1,300,300,255,1), + (82402,175124,229,55.442,-254.351,97.1978,0.541051,0,0,0,1,300,300,255,1), + (82403,175124,229,66.8018,-302.481,91.4515,3.14159,0,0,0,1,300,300,255,1), + (82404,175124,229,82.9601,-249.989,91.4709,-1.64061,0,0,0,1,300,300,255,1), + (82405,175124,229,74.1004,-291.837,91.442,-0.401425,0,0,0,1,300,300,255,1), + (82406,175124,229,104.404,-299.438,91.4757,0.680677,0,0,0,1,300,300,255,1), + (82407,175124,229,104.213,-289.411,91.4732,1.50098,0,0,0,1,300,300,255,1), + (82408,175124,229,74.2068,-273.591,91.6428,-1.39626,0,0,0,1,300,300,255,1), + (82409,175124,229,70.9291,-304.97,91.4315,3.03684,0,0,0,1,300,300,255,1), + (82410,175124,229,77.3179,-266.196,91.4775,-1.16937,0,0,0,1,300,300,255,1), + (82411,175124,229,101.517,-311.471,91.4455,-1.58825,0,0,0,1,300,300,255,1), + (82412,175124,229,205.199,-401.573,111.082,0.261798,0,0,0,1,300,300,255,1), + (82413,175124,229,213.311,-410.503,110.963,2.14675,0,0,0,1,300,300,255,1), + (82414,175124,229,220.602,-418.447,110.961,-1.22173,0,0,0,1,300,300,255,1), + (82415,175124,229,114.806,-450.286,110.863,0.767944,0,0,0,1,300,300,255,1), + (82416,175124,229,198.346,-432.692,110.885,-2.05949,0,0,0,1,300,300,255,1), + (82417,175124,229,204.402,-400.307,111.092,-2.19912,0,0,0,1,300,300,255,1), + (82418,175124,229,220.181,-401.405,111.055,-1.98967,0,0,0,1,300,300,255,1), + (82419,175124,229,203.082,-401.453,111.087,-1.06465,0,0,0,1,300,300,255,1), + (82420,175124,229,189.834,-451.31,110.863,-2.86233,0,0,0,1,300,300,255,1), + (82421,175124,229,222.219,-428.908,110.916,2.79252,0,0,0,1,300,300,255,1), + (82422,175124,229,65.2965,-267.93,93.0764,0.349065,0,0,0,1,300,300,255,1), + (82423,175124,229,68.1218,-302.416,91.4389,3.12412,0,0,0,1,300,300,255,1), + (82424,175124,229,85.9751,-250.81,91.4645,-2.93214,0,0,0,1,300,300,255,1), + (82425,175124,229,105.543,-284.794,91.4924,-2.23402,0,0,0,1,300,300,255,1), + (82426,175124,229,86.6694,-276.929,91.4556,0.628317,0,0,0,1,300,300,255,1), + (82427,175124,229,90.2851,-290.926,91.4458,0.610864,0,0,0,1,300,300,255,1), + (82428,175124,229,68.2518,-314.875,91.4335,1.36136,0,0,0,1,300,300,255,1), + (82429,175124,229,61.0567,-313.922,91.505,-0.680679,0,0,0,1,300,300,255,1), + (82430,175124,229,66.4828,-315.487,91.4474,-2.35619,0,0,0,1,300,300,255,1), + (82431,175124,229,83.9541,-315.109,91.4341,-0.541051,0,0,0,1,300,300,255,1), + (82432,175124,229,186.987,-389.476,110.863,-1.53589,0,0,0,1,300,300,255,1), + (82433,175124,229,219.679,-393.405,111.114,-1.98967,0,0,0,1,300,300,255,1), + (82434,175124,229,207.267,-434.716,110.887,0.226892,0,0,0,1,300,300,255,1), + (82435,175124,229,208.006,-422.069,110.929,-1.51844,0,0,0,1,300,300,255,1), + (82436,175124,229,220.173,-391.63,111.126,1.36136,0,0,0,1,300,300,255,1), + (82437,175124,229,199.281,-431.434,110.885,-2.44346,0,0,0,1,300,300,255,1), + (82438,175124,229,218.954,-392.579,111.121,1.91986,0,0,0,1,300,300,255,1), + (82439,175124,229,189.08,-388.611,110.863,-0.296705,0,0,0,1,300,300,255,1), + (82440,175124,229,201.847,-432.209,110.885,1.44862,0,0,0,1,300,300,255,1), + (82441,175124,229,209.286,-391.27,111.149,-2.94959,0,0,0,1,300,300,255,1), + (82442,175124,229,62.4955,-334.331,91.5069,-0.349065,0,0,0,1,300,300,255,1), + (82443,175124,229,73.1332,-306.736,91.4127,-0.645772,0,0,0,1,300,300,255,1), + (82444,175124,229,65.9878,-303.634,91.4694,-2.61799,0,0,0,1,300,300,255,1), + (82445,175124,229,80.4842,-316.636,91.438,-0.855211,0,0,0,1,300,300,255,1), + (82446,175124,229,51.8635,-316.614,91.5209,-0.593412,0,0,0,1,300,300,255,1), + (82447,175124,229,106.015,-287.215,91.4993,-2.54818,0,0,0,1,300,300,255,1), + (82448,175124,229,87.8127,-314.716,91.4443,3.01941,0,0,0,1,300,300,255,1), + (82449,175124,229,56.7615,-332.325,91.4652,-1.06465,0,0,0,1,300,300,255,1), + (82450,175124,229,63.3079,-317.114,91.4715,-3.08918,0,0,0,1,300,300,255,1), + (82451,175124,229,204.115,-393.598,111.142,-0.645772,0,0,0,1,300,300,255,1), + (82452,175124,229,202.891,-394.925,111.134,-2.80997,0,0,0,1,300,300,255,1), + (82453,175124,229,211.907,-420.136,110.945,1.93731,0,0,0,1,300,300,255,1), + (82454,175124,229,188.003,-452.538,110.863,1.3439,0,0,0,1,300,300,255,1), + (82455,175124,229,197.889,-409.417,110.885,-1.51844,0,0,0,1,300,300,255,1), + (82456,175124,229,204.39,-395.495,111.127,-1.29154,0,0,0,1,300,300,255,1), + (82457,175124,229,221.281,-400.066,111.063,0.977383,0,0,0,1,300,300,255,1), + (82458,175124,229,223.579,-419.323,110.959,-1.88495,0,0,0,1,300,300,255,1), + (82459,175124,229,221.348,-409.122,111.003,-2.07694,0,0,0,1,300,300,255,1), + (82460,175124,229,203.856,-403.369,111.071,-1.15192,0,0,0,1,300,300,255,1), + (82461,175124,229,87.8612,-303.152,91.4444,-1.79769,0,0,0,1,300,300,255,1), + (82462,175124,229,107.871,-297.008,91.5257,3.05433,0,0,0,1,300,300,255,1), + (82463,175124,229,105.655,-314.233,91.4928,3.05433,0,0,0,1,300,300,255,1), + (82464,175124,229,89.9268,-301.831,91.4451,0.541051,0,0,0,1,300,300,255,1), + (82465,175124,229,72.141,-285.906,91.9452,-1.01229,0,0,0,1,300,300,255,1), + (82466,175124,229,77.2751,-262.143,91.4799,-1.25664,0,0,0,1,300,300,255,1), + (82467,175124,229,93.6733,-290.12,91.4455,-0.750491,0,0,0,1,300,300,255,1), + (82468,175124,229,97.1963,-310.891,91.4455,-3.03684,0,0,0,1,300,300,255,1), + (82469,175124,229,65.5835,-305.105,91.4853,1.09956,0,0,0,1,300,300,255,1), + (82470,175124,229,60.8484,-318.053,91.4709,1.48353,0,0,0,1,300,300,255,1), + (82471,175124,229,200.72,-431.708,110.885,1.78023,0,0,0,1,300,300,255,1), + (82472,175124,229,208.166,-418.361,110.933,2.21656,0,0,0,1,300,300,255,1), + (82473,175124,229,212.459,-418.521,110.953,2.9845,0,0,0,1,300,300,255,1), + (82474,175124,229,223.817,-429.41,110.914,-0.174532,0,0,0,1,300,300,255,1), + (82475,175124,229,223.978,-432.85,110.899,1.88495,0,0,0,1,300,300,255,1), + (82476,175124,229,187.741,-387.874,110.863,1.13446,0,0,0,1,300,300,255,1), + (82477,175124,229,209.563,-419.84,110.939,-0.541051,0,0,0,1,300,300,255,1), + (82478,175124,229,220.162,-421.225,110.948,-1.76278,0,0,0,1,300,300,255,1), + (82479,175124,229,202.572,-392.328,111.154,-1.36136,0,0,0,1,300,300,255,1), + (82480,175124,229,55.3531,-249.984,97.0487,-2.65289,0,0,0,1,300,300,255,1), + (82481,175124,229,48.8127,-337.076,91.5302,2.26892,0,0,0,1,300,300,255,1), + (82482,175124,229,84.112,-268.795,91.4617,-2.87979,0,0,0,1,300,300,255,1), + (82483,175124,229,94.5641,-281.093,91.4455,2.51327,0,0,0,1,300,300,255,1), + (82484,175124,229,88.0984,-333.163,91.4844,1.43117,0,0,0,1,300,300,255,1), + (82485,175124,229,85.834,-295.414,91.4477,2.77507,0,0,0,1,300,300,255,1), + (82486,175124,229,54.5722,-336.735,91.5293,-1.13446,0,0,0,1,300,300,255,1), + (82487,175124,229,107.928,-299.948,91.5265,2.00713,0,0,0,1,300,300,255,1), + (82488,175124,229,82.7643,-267.748,91.4651,-3.01941,0,0,0,1,300,300,255,1), + (82489,175124,229,78.59,-266.496,91.4746,2.00713,0,0,0,1,300,300,255,1), + (82490,175124,229,188.126,-450.82,110.863,1.48353,0,0,0,1,300,300,255,1), + (82491,175124,229,206.904,-419.79,110.925,-0.750491,0,0,0,1,300,300,255,1), + (82492,175124,229,207.935,-420.02,110.93,-0.174532,0,0,0,1,300,300,255,1), + (82493,175124,229,209.072,-435.188,110.885,-2.94959,0,0,0,1,300,300,255,1), + (82494,175124,229,222.816,-430.971,110.907,-0.261798,0,0,0,1,300,300,255,1), + (82495,175124,229,210.485,-393.288,111.132,-0.122173,0,0,0,1,300,300,255,1), + (82496,175124,229,203.281,-398.872,111.105,2.86233,0,0,0,1,300,300,255,1), + (82497,175124,229,220.836,-393.649,111.11,-1.97222,0,0,0,1,300,300,255,1), + (82498,175124,229,113.018,-451.804,110.863,2.82743,0,0,0,1,300,300,255,1), + (82499,175124,229,200.125,-407.846,110.885,2.87979,0,0,0,1,300,300,255,1), + (82500,175124,229,60.1851,-270.196,93.6818,-2.26892,0,0,0,1,300,300,255,1), + (82501,175124,229,87.2811,-254.392,91.4618,0.034906,0,0,0,1,300,300,255,1), + (82502,175124,229,84.5943,-291.008,91.4483,-2.21656,0,0,0,1,300,300,255,1), + (82503,175124,229,95.5179,-311.558,91.4455,-1.06465,0,0,0,1,300,300,255,1), + (82504,175124,229,61.9452,-270.148,93.5453,-1.16937,0,0,0,1,300,300,255,1), + (82505,175124,229,57.859,-336.093,91.5233,-2.23402,0,0,0,1,300,300,255,1), + (82506,175124,229,88.6913,-301.07,91.4447,0.366518,0,0,0,1,300,300,255,1), + (82507,175124,229,76.0065,-264.973,91.4807,1.64061,0,0,0,1,300,300,255,1), + (82508,175124,229,77.7013,-295.117,91.4437,-1.11701,0,0,0,1,300,300,255,1), + (82509,175124,229,212.067,-392.173,111.137,-0.558504,0,0,0,1,300,300,255,1), + (82510,175124,229,115.411,-389.923,110.863,-0.837757,0,0,0,1,300,300,255,1), + (82511,175124,229,197.826,-407.93,110.885,-2.16421,0,0,0,1,300,300,255,1), + (82512,175124,229,80.7881,-253.589,91.4755,-2.14675,0,0,0,1,300,300,255,1), + (82513,175124,229,85.6677,-314.024,91.436,-2.07694,0,0,0,1,300,300,255,1), + (82514,175124,229,92.6068,-281.835,91.4455,-2.9845,0,0,0,1,300,300,255,1), + (82515,175124,229,74.7522,-275.849,91.6503,0.95993,0,0,0,1,300,300,255,1), + (82516,175124,229,51.5754,-315.042,91.5225,2.14675,0,0,0,1,300,300,255,1), + (82517,175124,229,96.3418,-280.518,91.4455,0.139624,0,0,0,1,300,300,255,1), + (82518,175124,229,106.199,-299.793,91.5014,-1.20428,0,0,0,1,300,300,255,1), + (82519,175124,229,91.8307,-291.349,91.4455,-3.08918,0,0,0,1,300,300,255,1), + (82520,175124,229,74.4491,-307.403,91.4144,-0.733038,0,0,0,1,300,300,255,1), + (82521,175124,229,49.5659,-314.368,91.5337,-2.35619,0,0,0,1,300,300,255,1), + (82522,175124,229,102.871,-296.658,91.4538,-1.62316,0,0,0,1,300,300,255,1), + (82523,175124,229,89.0992,-290.133,91.4463,1.53589,0,0,0,1,300,300,255,1), + (82524,175124,229,106.956,-310.151,91.5121,2.74016,0,0,0,1,300,300,255,1), + (82525,175124,229,69.4599,-303.627,91.438,-1.39626,0,0,0,1,300,300,255,1), + (82526,175124,229,96.0628,-287.47,91.4455,1.71042,0,0,0,1,300,300,255,1), + (82527,175124,229,102.414,-304.376,91.4466,0.017452,0,0,0,1,300,300,255,1), + (82528,175124,229,85.5635,-293.523,91.4479,1.309,0,0,0,1,300,300,255,1), + (82529,175124,229,63.5717,-336.638,91.5284,0.069812,0,0,0,1,300,300,255,1), + (82530,175124,229,81.8175,-317.4,91.4399,0.174532,0,0,0,1,300,300,255,1), + (82531,175124,229,59.4191,-337.406,91.5356,-0.471238,0,0,0,1,300,300,255,1), + (82532,175124,229,90.5754,-320.019,91.4455,1.20428,0,0,0,1,300,300,255,1), + (82533,175124,229,71.7949,-278.165,92.4567,2.23402,0,0,0,1,300,300,255,1), + (82534,175124,229,90.3071,-332.646,91.4737,2.61799,0,0,0,1,300,300,255,1), + (82535,175124,229,87.9231,-280.001,91.4471,-2.70526,0,0,0,1,300,300,255,1), + (82536,175124,229,79.5689,-291.474,91.4493,-0.174532,0,0,0,1,300,300,255,1), + (82537,175124,229,91.8609,-301.935,91.4455,0.733038,0,0,0,1,300,300,255,1), + (82538,175124,229,97.1258,-281.949,91.4455,-1.27409,0,0,0,1,300,300,255,1), + (82539,175124,229,88.8089,-316.134,91.4447,-0.698132,0,0,0,1,300,300,255,1), + (82540,175124,229,59.7561,-310.905,91.5367,-0.767944,0,0,0,1,300,300,255,1), + (82541,175124,229,105.491,-297.968,91.4915,-3.07177,0,0,0,1,300,300,255,1), + (82542,175124,229,90.4836,-280.375,91.4457,-0.087266,0,0,0,1,300,300,255,1), + (82543,175124,229,105.029,-300.911,91.4845,1.5708,0,0,0,1,300,300,255,1), + (82544,175124,229,86.8536,-289.913,91.4473,-2.49582,0,0,0,1,300,300,255,1), + (82545,175124,229,76.2422,-277.381,91.4738,-0.785397,0,0,0,1,300,300,255,1), + (82546,175124,229,89.0041,-251.208,91.4582,2.94959,0,0,0,1,300,300,255,1), + (82547,175124,229,56.7882,-269.273,93.7193,-0.994837,0,0,0,1,300,300,255,1), + (82548,175124,229,74.0389,-287.331,91.4488,-1.01229,0,0,0,1,300,300,255,1), + (82549,175124,229,59.1689,-255.103,96.8158,1.0821,0,0,0,1,300,300,255,1), + (82550,175124,229,79.7089,-266.052,91.4724,-0.663223,0,0,0,1,300,300,255,1), + (82551,175124,229,92.1251,-279.851,91.4455,-1.67551,0,0,0,1,300,300,255,1), + (82552,175124,229,90.9577,-303.899,91.4455,0.122173,0,0,0,1,300,300,255,1), + (82553,175124,229,61.0127,-315.653,91.4848,0.733038,0,0,0,1,300,300,255,1), + (82554,175124,229,79.2062,-262.497,91.4758,-2.1293,0,0,0,1,300,300,255,1), + (82555,175124,229,104.602,-287.997,91.4788,-1.97222,0,0,0,1,300,300,255,1), + (82556,175124,229,104.377,-312.261,91.4739,1.90241,0,0,0,1,300,300,255,1), + (82557,175124,229,77.4822,-292.28,91.447,-0.087266,0,0,0,1,300,300,255,1), + (82558,175124,229,92.1155,-334.861,91.5066,0.453785,0,0,0,1,300,300,255,1), + (82559,175124,229,52.6492,-254.144,97.3261,-1.81514,0,0,0,1,300,300,255,1), + (82560,175124,229,82.5312,-315.925,91.4361,1.71042,0,0,0,1,300,300,255,1), + (82561,175124,229,54.2656,-255.435,96.8589,1.3439,0,0,0,1,300,300,255,1), + (82562,175124,229,76.8647,-275.632,91.4778,2.32129,0,0,0,1,300,300,255,1), + (82563,175124,229,95.4615,-313.584,91.4455,0.855211,0,0,0,1,300,300,255,1), + (82564,175124,229,84.5061,-248.377,91.4676,1.78023,0,0,0,1,300,300,255,1), + (82565,175124,229,113.93,-389.215,110.863,-0.785397,0,0,0,1,300,300,255,1), + (82566,175124,229,112.297,-390.178,110.863,-0.122173,0,0,0,1,300,300,255,1), + (82567,175886,229,-34.7324,-589.615,30.9339,0,0,0,0.725374,0.688355,180,180,255,1), + (82568,175886,229,-36.2977,-589.617,31.0103,0,0,0,0.522498,0.852641,180,180,255,1), + (82569,175886,229,-37.1093,-589.641,30.9548,0,0,0,0.601814,0.798636,180,180,255,1), + (82570,175886,229,-35.6387,-589.632,30.9825,0,0,0,-0.833885,0.551938,180,180,255,1), + (82571,175886,229,-37.7856,-589.64,30.9964,0,0,0,-0.999657,0.0262017,180,180,255,1), + (82572,175886,229,-34.5386,-589.635,30.9964,0,0,0,-0.292372,0.956305,180,180,255,1), + (82574,175382,229,67.1283,-297.421,91.4255,-0.034906,0,0,0,1,180,180,255,1), + (82575,175385,229,65.4179,-280.416,94.0465,0.069812,0,0,0,1,180,180,255,1), + (82576,175153,229,113.751,-258.945,91.5603,0,0,0,1,0,180,180,100,1), + (82577,176454,229,60.5715,-562.501,30.4811,3.14159,0,0,1,0,180,180,255,1), + (82578,176455,229,52.2037,-470.448,25.1121,3.14148,0,0,1,0,180,180,255,1), + (82579,176456,229,-60.6476,-584.383,29.1115,3.14159,0,0,1,0,180,180,255,1), + (82580,176458,229,-114.982,-421.897,-18.9179,3.14159,0,0,1,0,180,180,255,1), + (82581,175946,229,45.1933,-259.712,106.533,3.14159,0,0,1,0,180,180,100,1), + (82582,176459,229,68.6479,-270.903,60.7375,3.14159,0,0,1,0,180,180,255,1), + (82583,176461,229,69.3254,-265.102,60.6044,3.14159,0,0,1,0,180,180,255,1), + (82584,176462,229,90.4803,-283.217,60.7002,3.14159,0,0,1,0,180,180,255,1), + (82585,176463,229,91.6333,-262.053,60.7002,3.14159,0,0,1,0,180,180,255,1), + (82586,175185,229,194.235,-420.225,110.761,3.14159,0,0,1,0,180,180,100,1), + (82587,175186,229,92.9595,-435.59,110.954,-1.5708,0,0,0.702595,-0.71159,180,180,100,1), + (82588,175187,229,144.37,-299.198,91.4701,0,0,0,1,0,180,180,255,1), + (82589,175705,229,175.127,-258.945,91.5603,0,0,0,1,0,180,180,100,0), + (82590,175706,229,144.445,-280.941,91.5476,1.58825,0,0,0,1,180,180,255,1), + (82591,175195,229,124.779,-298.037,70.8526,0.785397,0,0,0.377,1,180,180,255,0), + (82592,175196,229,228.803,-301.542,76.8812,-1.5708,0,0,1,0,180,180,255,0), + (82593,175197,229,125.358,-340.465,70.8752,2.35619,0,0,0,0,180,180,255,0), + (82594,175198,229,215.157,-334.733,76.8124,-2.35619,0,0,0,0,180,180,255,0), + (82595,175199,229,155.334,-353.045,70.8337,3.14159,0,0,1,0,180,180,255,0), + (82596,175200,229,155.321,-286.074,70.8763,0,0,0,1,0,180,180,255,0), + (82597,164725,229,126.879,-319.109,70.935,3.14159,0,0,1,0,180,180,100,1), + (82598,164726,229,108.036,-420.331,110.954,3.14159,0,0,1,0,180,180,100,0), + (82599,175244,229,216.443,-286.135,76.9406,3.14159,0,0,1,0,180,180,100,1), + (82600,175266,229,144.375,-240.826,91.4713,0,0,0,1,0,180,180,255,1), + (82601,175267,229,126.426,-240.77,91.4701,0,0,0,1,0,180,180,255,1), + (82602,175268,229,162.31,-240.765,91.4688,0,0,0,1,0,180,180,255,1), + (82603,175269,229,126.337,-258.731,91.4701,0,0,0,1,0,180,180,255,1), + (82604,175270,229,162.395,-258.904,91.4701,0,0,0,1,0,180,180,255,1), + (82605,175271,229,126.314,-276.79,91.4701,0,0,0,1,0,180,180,255,1), + (82606,175272,229,162.401,-276.824,91.4701,0,0,0,1,0,180,180,255,1), + (82607,175528,229,100.257,-313.14,66.5453,3.14159,0,0,1,0,180,180,255,1), + (82608,175529,229,100.257,-324.88,66.5453,3.14159,0,0,1,0,180,180,255,1), + (82609,175530,229,110.215,-324.88,68.0355,3.14159,0,0,1,0,180,180,255,1), + (82610,175531,229,110.215,-313.14,68.0355,3.14159,0,0,1,0,180,180,255,1), + (82611,175532,229,120.462,-324.88,73.5331,3.14159,0,0,1,0,180,180,255,1), + (82612,175533,229,120.462,-313.14,73.5331,3.14159,0,0,1,0,180,180,255,1), + (82613,176089,229,-18.8626,-360.394,-31.4268,2.51327,0,0,0,1,180,180,255,1), + (82614,175334,229,-32.4305,-403.26,-18.935,-2.26892,0,0,0,1,180,180,255,1), + (82615,175607,229,20.4895,-438.857,-18.7827,-2.26892,0,0,0,1,180,180,255,1), + (82616,175608,229,23.8203,-440.806,-18.7587,1.43117,0,0,0,1,180,180,255,1), + (82617,175609,229,20.9914,-443.119,-18.9183,1.0821,0,0,0,1,180,180,255,1), + (82633,177484,109,-490.969,135.714,-148.74,0.226892,0,0,0,1,180,180,255,1), + (82634,177484,109,-420.155,94.3731,-148.74,-2.32129,0,0,0,1,180,180,255,1), + (82635,177484,109,-515.046,95.1471,-148.74,2.74016,0,0,0,1,180,180,255,1), + (82636,177484,109,-491.396,53.5787,-148.74,-0.471238,0,0,0,1,180,180,255,1), + (82638,177485,109,-443.55,53.9243,-148.74,0.90757,0,0,0,1,180,180,255,1), + (82639,177485,109,-444.448,136.106,-148.74,0.331611,0,0,0,1,180,180,255,1), + (82643,181071,329,4044.34,-3334.22,115.06,2.74016,0,0,0.979924,0.199371,180,180,255,1), + (82644,181072,329,4044.34,-3334.23,115.06,1.16937,0,0,0.551937,0.833886,180,180,255,1), + (82698,181191,189,1778.06,1349.17,18.249,-0.628317,0,0,0,1,180,180,255,1), + (82699,181191,189,1775.75,1350.25,18.2316,2.75761,0,0,0,1,180,180,255,1), + (82716,148998,109,-451.389,272.707,-90.8275,2.49582,0,0,0,1,180,180,255,1), + (82717,148998,109,-467.622,290.573,-90.8275,0.523598,0,0,0,1,180,180,255,1), + (82718,148998,109,-477.915,285.49,-90.8275,-1.97222,0,0,0,1,180,180,255,1), + (82719,148998,109,-456.843,261.305,-90.8275,0.715585,0,0,0,1,180,180,255,1), + (82720,148998,109,-467.861,257.761,-90.8275,-3.12412,0,0,0,1,180,180,255,1), + (82721,148998,109,-456.914,286.912,-90.8275,1.09956,0,0,0,1,180,180,255,1), + (82722,148998,109,-482.814,271.267,-90.8275,-0.017452,0,0,0,1,180,180,255,1), + (82723,148998,109,-476.698,260.68,-90.8275,-1.23918,0,0,0,1,180,180,255,1), + (82731,148883,109,-515.68,95.1875,-148.74,-0.139624,0,0,0,1,-43200,-43200,255,1), + (82732,148883,109,-419.627,94.2566,-148.74,2.04204,0,0,0,1,-43200,-43200,255,1), + (82733,148883,109,-491.417,136.021,-148.74,0.872664,0,0,0,1,-43200,-43200,255,1), + (82734,148883,109,-491.569,53.2322,-148.74,-2.33874,0,0,0,1,-43200,-43200,255,1), + (82735,148883,109,-443.952,136.128,-148.74,0.209439,0,0,0,1,-43200,-43200,255,1), + (82736,148883,109,-443.355,53.7631,-148.74,2.37364,0,0,0,1,-43200,-43200,255,1), + (82759,149431,109,-518.154,-85.2353,-74.488,3.14159,0,0,1,0,180,180,255,1), + (82760,149432,109,-518.381,276.621,-90.8977,3.14159,0,0,1,0,180,180,255,0), + (82761,149433,109,-415.713,276.621,-90.8977,3.14159,0,0,1,0,180,180,255,0), + (82774,148937,109,-491.682,52.1352,-173.66,-2.426,0,0,0,1,-43200,-43200,255,1), + (82775,148937,109,-414.995,94.9034,-172.939,-0.139624,0,0,0,1,-43200,-43200,255,1), + (82776,148937,109,-443.315,137.201,-173.656,0.209439,0,0,0,1,-43200,-43200,255,1), + (82777,148937,109,-492.192,137.129,-173.643,-2.33874,0,0,0,1,-43200,-43200,255,1), + (82778,148937,109,-516.554,94.296,-173.651,-2.426,0,0,0,1,-43200,-43200,255,1), + (82779,148937,109,-442.858,52.5523,-173.662,2.04204,0,0,0,1,-43200,-43200,255,1), + (83091,113768,0,-9478.15,19.1694,58.3796,-2.0279,0,0,-0.848926,0.528512,60,60,255,1), + (83092,113768,0,-5550.99,-438.001,405.385,1.58825,0,0,0.713251,0.700909,60,60,255,1), + (83093,113768,0,-5592.34,-477.013,396.98,-1.81514,0,0,-0.78801,0.615662,60,60,255,1), + (83094,113768,0,-5614.05,-522.496,402.706,-2.58308,0,0,-0.961261,0.275641,60,60,255,1), + (83095,113768,0,-5606.81,-446.065,403.979,0.314158,0,0,0.156434,0.987688,60,60,255,1), + (83096,113768,0,-5561.38,-454.769,403.026,-2.26892,0,0,-0.906306,0.422622,60,60,255,1), + (83097,113768,0,-5603.32,-514.662,401.826,1.50098,0,0,0.681997,0.731355,60,60,255,1), + (83098,113768,0,-5655.44,-507.668,397.735,1.5708,0,0,0.707108,0.707106,60,60,255,1), + (83099,113768,0,-5574.19,-515.849,402.803,-2.1293,0,0,-0.874619,0.48481,60,60,255,1), + (83100,113768,0,-5551.12,-475.11,397.944,1.71042,0,0,0.754709,0.65606,60,60,255,1), + (83101,113768,0,-5537.1,-475.811,398.192,-1.64061,0,0,-0.731354,0.681998,60,60,255,1), + (83102,113768,0,-5651.76,-504.996,396.834,-0.087266,0,0,-0.0436192,0.999048,60,60,255,1), + (83103,113768,0,-5641.09,-493.862,396.657,0.63074,0,0,0.310168,0.950682,60,60,255,1), + (83104,113768,0,2290.35,292.878,35.1822,1.91986,0,0,0.819151,0.573577,60,60,255,1), + (83105,113768,0,2309.1,255.461,35.0443,-0.994837,0,0,-0.477158,0.878817,60,60,255,1), + (83106,113768,0,2208.54,304.432,34.365,-1.41372,0,0,-0.649449,0.760405,60,60,255,1), + (83107,113768,0,2320.28,266.164,35.1822,-0.366518,0,0,-0.182235,0.983255,60,60,255,1), + (83108,113768,0,2316.82,257.047,35.1435,0.628317,0,0,0.309016,0.951057,60,60,255,1), + (83109,113768,0,2326.6,290.614,35.1822,2.60053,0,0,0.963629,0.267244,60,60,255,1), + (83110,113768,0,2251.51,257.684,34.2285,0.925024,0,0,0.446198,0.894934,60,60,255,1), + (83111,113768,0,2269.77,326.815,39.5251,2.04204,0,0,0.852641,0.522496,60,60,255,1), + (83112,113768,0,2243,332.989,35.1891,2.93214,0,0,0.994521,0.104535,60,60,255,1), + (83113,113768,0,2287.56,253.053,34.2161,-2.49582,0,0,-0.948324,0.317305,60,60,255,1), + (83114,113768,0,2224.66,251.928,38.6254,-0.925024,0,0,-0.446198,0.894934,60,60,255,1), + (83115,113768,0,2270.68,254.028,34.1013,0.994837,0,0,0.477158,0.878817,60,60,255,1), + (83116,113768,0,2265.18,351.479,37.3527,-1.5708,0,0,-0.707108,0.707106,60,60,255,1), + (83117,113768,0,2294.58,247.73,34.1426,-2.46091,0,0,-0.942641,0.333809,60,60,255,1), + (83118,113768,0,2319.87,260.249,35.1822,-0.802851,0,0,-0.390731,0.920505,60,60,255,1), + (83119,113768,0,2270.7,345.182,35.1891,-0.383971,0,0,-0.190808,0.981627,60,60,255,1), + (83120,113768,0,2254.08,363.001,36.0739,-0.453785,0,0,-0.224951,0.97437,60,60,255,1), + (83121,113768,1,-2252.83,-331.365,-8.71657,-3.01941,0,0,-0.998134,0.0610534,60,60,255,1), + (83122,113768,1,-2347.83,-413.634,-8.96203,2.46091,0,0,0.942641,0.333809,60,60,255,1), + (83123,113768,1,-2278.85,-396.289,-9.35441,2.56563,0,0,0.958819,0.284017,60,60,255,1), + (83124,113768,1,-2382.2,-327.314,-9.51233,3.12412,0,0,0.999962,0.00873622,60,60,255,1), + (83125,113768,1,-2361.64,-364.892,-7.82731,-1.88495,0,0,-0.809015,0.587788,60,60,255,1), + (83126,113768,1,-2319.94,-266.866,-8.62991,-0.401425,0,0,-0.199368,0.979925,60,60,255,1), + (83127,113768,1,-2401.51,-397.701,0.737453,1.37881,0,0,0.636078,0.771625,60,60,255,1), + (83128,113768,1,-2300.45,-311.463,-9.42493,0.698132,0,0,0.34202,0.939693,60,60,255,1), + (83129,113768,1,-2330.31,-259.411,-7.49656,2.75761,0,0,0.981626,0.190814,60,60,255,1), + (83130,113768,1,319.55,-4699.1,15.9422,-1.8675,0,0,-0.803856,0.594824,60,60,255,1), + (83131,113768,1,385.884,-4708.23,13.3999,1.76278,0,0,0.771624,0.636079,60,60,255,1), + (83132,113768,1,332.496,-4763.72,12.6498,-2.84488,0,0,-0.989015,0.147813,60,60,255,1), + (83133,113768,1,365.13,-4765.51,12.5155,2.05949,0,0,0.857168,0.515037,60,60,255,1), + (83134,113768,1,355.27,-4747.92,11.8741,-1.81514,0,0,-0.78801,0.615662,60,60,255,1), + (83135,113768,1,339.025,-4710.06,15.1652,-2.32129,0,0,-0.91706,0.398748,60,60,255,1), + (83136,113768,1,312.225,-4690.04,15.8715,-1.51844,0,0,-0.688356,0.725373,60,60,255,1), + (83137,113768,1,337.99,-4857.98,10.3108,-0.453785,0,0,-0.224951,0.97437,60,60,255,1), + (83138,113768,1,334.895,-4708.26,15.738,-2.32129,0,0,-0.91706,0.398748,60,60,255,1), + (83139,113768,1,311.714,-4860.96,10.5356,3.14159,0,0,1,0.00000126759,60,60,255,1), + (83140,113768,1,369.171,-4767.85,12.4678,-1.01229,0,0,-0.484809,0.87462,60,60,255,1), + (83141,113768,1,355.702,-4660.29,16.7222,-3.05433,0,0,-0.999048,0.0436174,60,60,255,1), + (83142,113768,1,324.217,-4854.94,10.4052,-0.715585,0,0,-0.350207,0.936672,60,60,255,1), + (83143,113768,1,273.929,-4690.84,13.8783,2.05949,0,0,0.857168,0.515037,60,60,255,1), + (83144,113768,1,271.84,-4706.5,23.2444,3.06554,0,0,0.999277,0.0380171,60,60,255,1), + (83145,113768,0,-9478.88,39.2188,56.7774,3.03684,0,0,0.998629,0.0523524,60,60,255,1), + (83146,113768,0,-9413.68,102.249,58.979,-2.84488,0,0,-0.989015,0.147813,60,60,255,1), + (83147,113768,0,-9479.36,25.9265,60.9239,3.00195,0,0,0.997563,0.0697646,60,60,255,1), + (83148,113768,0,-9464.65,42.4915,56.6798,1.97222,0,0,0.833885,0.551938,60,60,255,1), + (83149,113768,0,-9450.44,85.7477,56.8878,-2.86233,0,0,-0.990267,0.139178,60,60,255,1), + (83150,113768,0,-9500.72,61.1516,60.5539,1.36136,0,0,0.629322,0.777145,60,60,255,1), + (83151,113768,0,-9464.39,40.1361,56.5732,1.62316,0,0,0.725376,0.688353,60,60,255,1), + (83152,113768,0,-9437.6,39.9129,57.0493,0.314158,0,0,0.156434,0.987688,60,60,255,1), + (83153,113768,0,-9423,109.674,58.8177,1.51844,0,0,0.688356,0.725373,60,60,255,1), + (83154,113768,0,-9475.32,5.74061,56.7991,-3.07177,0,0,-0.999391,0.0349043,60,60,255,1), + (83155,113768,0,-9455.78,14.8614,61.399,-0.069812,0,0,-0.0348989,0.999391,60,60,255,1), + (83156,113768,0,-9470.67,-9.53402,56.4724,2.68781,0,0,0.97437,0.22495,60,60,255,1), + (83157,113768,0,-9456.14,45.1139,56.5914,1.44862,0,0,0.662619,0.748957,60,60,255,1), + (83158,113768,0,-9504.12,67.5321,56.6661,-1.11701,0,0,-0.529919,0.848048,60,60,255,1), + (83159,113768,0,-9438.02,39.9557,61.0959,-0.767944,0,0,-0.374606,0.927184,60,60,255,1), + (83160,113768,0,-9456.51,-6.74995,56.5286,0.314158,0,0,0.156434,0.987688,60,60,255,1), + (83161,113768,0,-9455,39.2159,56.56,1.83259,0,0,0.793352,0.608764,60,60,255,1), + (83162,113768,0,-9464.07,81.39,57.0902,2.67035,0,0,0.972369,0.233447,60,60,255,1), + (83163,113768,1,9790.15,932.155,1308.1,-2.77507,0,0,-0.983255,0.182237,60,60,255,1), + (83164,113768,1,9784.21,969.43,1306.07,1.39626,0,0,0.642786,0.766046,60,60,255,1), + (83165,113768,1,9866.17,985.502,1309.27,-1.32645,0,0,-0.615661,0.788011,60,60,255,1), + (83166,113768,1,9714.7,990.938,1294.9,-0.261798,0,0,-0.130525,0.991445,60,60,255,1), + (83167,113768,1,9674.05,940.225,1290.33,-1.15192,0,0,-0.54464,0.83867,60,60,255,1), + (83168,113768,1,9858.89,912.83,1306.26,0.471238,0,0,0.233445,0.97237,60,60,255,1), + (83169,113768,1,9764.15,891.735,1298.14,-1.95477,0,0,-0.829038,0.559192,60,60,255,1), + (83170,113768,1,9841.93,978.247,1306.65,-0.890117,0,0,-0.430511,0.902586,60,60,255,1), + (83171,113768,1,9727.25,969.886,1294.64,-1.81514,0,0,-0.78801,0.615662,60,60,255,1), + (83172,113768,1,9800.32,925.253,1306.93,0.837757,0,0,0.406736,0.913546,60,60,255,1), + (83173,113768,1,9895.08,964.664,1310.53,0.59341,0,0,0.292371,0.956305,60,60,255,1), + (83174,113768,1,9721.95,987.234,1295.74,1.85005,0,0,0.798636,0.601815,60,60,255,1), + (83175,113768,1,9823.43,942.535,1307.1,1.37881,0,0,0.636078,0.771625,60,60,255,1), + (83176,113768,0,-5590.84,-507.505,404.096,-0.785397,0,0,-0.382683,0.92388,60,60,255,1), + (83177,113768,0,-5640.07,-511.86,398.785,-2.02458,0,0,-0.848048,0.52992,60,60,255,1), + (83178,113768,0,-5535.9,-504.5,401.225,-1.97222,0,0,-0.833885,0.551938,60,60,255,1), + (83179,113768,0,-5634.76,-478.435,396.986,-1.48353,0,0,-0.67559,0.737277,60,60,255,1), + (83180,113768,0,-5626.33,-478.569,396.98,2.49582,0,0,0.948324,0.317305,60,60,255,1), + (83181,113768,0,-5636.76,-501.881,396.669,-1.01229,0,0,-0.484809,0.87462,60,60,255,1), + (83182,113768,0,-5543.07,-475.489,397.938,1.18682,0,0,0.559191,0.829039,60,60,255,1), + (83183,113768,0,-5625.35,-523.544,403.863,0.680677,0,0,0.333806,0.942642,60,60,255,1), + (83184,113768,0,-5594.56,-460.384,402.493,-1.50098,0,0,-0.681997,0.731355,60,60,255,1), + (83185,113768,0,-5629.68,-477.993,397.1,-2.21656,0,0,-0.894933,0.446202,60,60,255,1), + (83186,113768,0,-5631.67,-478.306,397.142,-0.488691,0,0,-0.241921,0.970296,60,60,255,1), + (83187,113768,0,-5584.03,-462.619,402.307,0.523598,0,0,0.258819,0.965926,60,60,255,1), + (83188,113768,0,-5591.84,-501.423,400.11,1.0821,0,0,0.515036,0.857168,60,60,255,1), + (83189,113768,0,-5588.47,-506.387,401.389,0.331611,0,0,0.165047,0.986286,60,60,255,1), + (83190,113768,0,-5597.52,-476.048,396.98,-2.53072,0,0,-0.953716,0.300709,60,60,255,1), + (83191,113768,0,-5549.99,-499.271,401.701,-0.401425,0,0,-0.199368,0.979925,60,60,255,1), + (83192,113768,0,-5590.94,-497.848,399.436,-0.994837,0,0,-0.477158,0.878817,60,60,255,1), + (83193,113768,0,-5638.41,-530.448,404.927,2.46091,0,0,0.942641,0.333809,60,60,255,1), + (83194,113768,0,-5615.95,-446.212,404.559,-2.19912,0,0,-0.891008,0.453988,60,60,255,1), + (83195,113768,0,2230.17,280.454,34.9558,0.942477,0,0,0.45399,0.891007,60,60,255,1), + (83196,113768,0,2297.69,300.578,35.1822,-1.53589,0,0,-0.694658,0.71934,60,60,255,1), + (83197,113768,0,2245.9,337.244,35.1891,-0.506145,0,0,-0.25038,0.968148,60,60,255,1), + (83198,113768,0,2290.1,334.649,34.7058,2.47837,0,0,0.945519,0.325567,60,60,255,1), + (83199,113768,0,2234.99,325.446,35.1891,2.63544,0,0,0.968147,0.250383,60,60,255,1), + (83200,113768,0,2252.76,227.375,34.0718,-0.872664,0,0,-0.422618,0.906308,60,60,255,1), + (83201,113768,0,2259.43,330.983,36.3222,-1.6057,0,0,-0.719339,0.694659,60,60,255,1), + (83202,113768,0,2221.68,321.805,35.1891,1.95477,0,0,0.829038,0.559192,60,60,255,1), + (83203,113768,0,2220.47,305.173,35.1891,-0.314158,0,0,-0.156434,0.987688,60,60,255,1), + (83204,113768,0,2273.9,236.948,34.1165,-1.48353,0,0,-0.67559,0.737277,60,60,255,1), + (83205,113768,0,2301,305.172,35.183,1.91986,0,0,0.819151,0.573577,60,60,255,1), + (83206,113768,0,2254.79,265.947,34.956,2.44346,0,0,0.939692,0.342021,60,60,255,1), + (83207,113768,0,2268.4,254.78,34.1026,0.785397,0,0,0.382683,0.92388,60,60,255,1), + (83208,113768,0,2288.67,269.537,35.1818,1.23918,0,0,0.580701,0.814117,60,60,255,1), + (83209,113768,1,-2215.67,-302.492,-9.19235,-1.93732,0,0,-0.824127,0.566404,60,60,255,1), + (83210,113768,1,-2355.53,-364.941,-8.70328,-1.3439,0,0,-0.622513,0.782609,60,60,255,1), + (83211,113768,1,-2184.88,-403.019,-4.54368,0.942477,0,0,0.45399,0.891007,60,60,255,1), + (83212,113768,1,-2299.22,-420.457,-7.85127,1.02974,0,0,0.492422,0.870357,60,60,255,1), + (83213,113768,1,-2269.72,-459.976,-8.11767,3.10665,0,0,0.999847,0.0174704,60,60,255,1), + (83214,113768,1,-2282.8,-256.798,-9.42493,-2.07694,0,0,-0.861629,0.507539,60,60,255,1), + (83215,113768,1,-2230.25,-366.455,-9.53273,3.03684,0,0,0.998629,0.0523524,60,60,255,1), + (83216,113768,1,-2240.67,-319.601,-9.4249,1.55334,0,0,0.700908,0.713252,60,60,255,1), + (83217,113768,1,-2390.04,-339.815,-9.40793,0.244346,0,0,0.121869,0.992546,60,60,255,1), + (83218,113768,1,-2407.54,-318.334,-14.9107,-1.44862,0,0,-0.662619,0.748957,60,60,255,1), + (83219,113768,1,-2377.04,-409.395,-4.16336,0.261798,0,0,0.130525,0.991445,60,60,255,1), + (83220,113768,1,-2176.45,-410.324,-4.76947,1.95477,0,0,0.829038,0.559192,60,60,255,1), + (83221,113768,1,-2349.92,-296.166,-9.42485,0.471238,0,0,0.233445,0.97237,60,60,255,1), + (83222,113768,1,-2235.36,-302.007,-9.4249,0.401425,0,0,0.199368,0.979925,60,60,255,1), + (83223,113768,1,-2326.97,-465.051,-6.85658,1.309,0,0,0.608763,0.793352,60,60,255,1), + (83224,113768,1,318.375,-4782.64,10.141,-1.5708,0,0,-0.707108,0.707106,60,60,255,1), + (83225,113768,1,321.199,-4696.81,16.8911,1.41372,0,0,0.649449,0.760405,60,60,255,1), + (83226,113768,1,273.639,-4729.33,13.6144,1.83259,0,0,0.793352,0.608764,60,60,255,1), + (83227,113768,1,316.161,-4769.37,11.734,-1.39626,0,0,-0.642786,0.766046,60,60,255,1), + (83228,113768,1,340.698,-4711.14,14.7984,2.18166,0,0,0.88701,0.461749,60,60,255,1), + (83229,113768,1,362.317,-4839.45,11.7993,-0.349065,0,0,-0.173648,0.984808,60,60,255,1), + (83230,113768,1,352.032,-4839.19,10.8115,2.25147,0,0,0.902584,0.430513,60,60,255,1), + (83231,113768,1,344.143,-4778.53,12.5144,2.1293,0,0,0.874619,0.48481,60,60,255,1), + (83232,113768,1,301.796,-4656.72,16.5482,2.26892,0,0,0.906306,0.422622,60,60,255,1), + (83233,113768,1,328.287,-4662.62,16.5336,-2.65289,0,0,-0.970294,0.241927,60,60,255,1), + (83234,113768,1,328.954,-4769.87,12.5832,-3.12412,0,0,-0.999962,0.00873622,60,60,255,1), + (83235,113768,1,322.019,-4706.11,15.0523,-0.069812,0,0,-0.0348989,0.999391,60,60,255,1), + (83236,113768,1,389.87,-4706.99,13.3076,2.00713,0,0,0.843392,0.537299,60,60,255,1), + (83237,113768,1,317.044,-4880.76,11.8096,1.85005,0,0,0.798636,0.601815,60,60,255,1), + (83238,113768,1,298.309,-4846.51,10.1528,-2.89724,0,0,-0.992546,0.121873,60,60,255,1), + (83239,113768,1,290.46,-4840.13,10.2261,-0.069812,0,0,-0.0348989,0.999391,60,60,255,1), + (83240,113768,1,268.52,-4690.78,14.7459,-2.1293,0,0,-0.874619,0.48481,60,60,255,1), + (83241,113768,1,334.04,-4715.24,14.4623,2.93214,0,0,0.994521,0.104535,60,60,255,1), + (83242,113768,1,363.896,-4700.45,14.5315,3.12412,0,0,0.999962,0.00873622,60,60,255,1), + (83243,113768,1,330.677,-4863.7,10.592,-3.03684,0,0,-0.998629,0.0523524,60,60,255,1), + (83244,113768,0,-9430.14,63.5273,56.7842,3.01941,0,0,0.998134,0.0610534,60,60,255,1), + (83245,113768,0,-9482.21,13.31,56.5975,-2.56563,0,0,-0.958819,0.284017,60,60,255,1), + (83246,113768,0,-9475.91,82.3177,56.938,-0.750491,0,0,-0.366501,0.930418,60,60,255,1), + (83247,113768,0,-9470.95,44.3876,56.5081,-1.97222,0,0,-0.833885,0.551938,60,60,255,1), + (83248,113768,0,-9460.02,-10.796,56.4792,1.22173,0,0,0.573576,0.819152,60,60,255,1), + (83249,113768,0,-9427.19,91.4728,61.218,-1.3439,0,0,-0.622513,0.782609,60,60,255,1), + (83250,113768,0,-9473.44,-4.50597,56.474,-1.5708,0,0,-0.707108,0.707106,60,60,255,1), + (83251,113768,0,-9480.42,32.3588,56.8705,0.890117,0,0,0.430511,0.902586,60,60,255,1), + (83252,113768,0,-9471.21,43.4096,56.5602,2.1293,0,0,0.874619,0.48481,60,60,255,1), + (83253,113768,0,-9417.96,114.415,59.9746,1.15192,0,0,0.54464,0.83867,60,60,255,1), + (83254,113768,0,-9501.33,77.8762,57.3364,0,0,0,0,1,60,60,255,1), + (83255,113768,0,-9474,119.081,61.166,-1.79769,0,0,-0.782608,0.622514,60,60,255,1), + (83256,113768,1,9882.33,957.396,1311.03,2.26892,0,0,0.906306,0.422622,60,60,255,1), + (83257,113768,1,9794.08,935.433,1307.5,-2.426,0,0,-0.936671,0.350211,60,60,255,1), + (83258,113768,1,9860.89,910.633,1306.13,2.84488,0,0,0.989015,0.147813,60,60,255,1), + (83259,113768,1,9785.59,883.094,1298.15,-0.157079,0,0,-0.0784588,0.996917,60,60,255,1), + (83260,113768,1,9750.54,904.029,1295.52,0.261798,0,0,0.130525,0.991445,60,60,255,1), + (83261,113768,1,9860.36,912.735,1308.56,0.139624,0,0,0.0697553,0.997564,60,60,255,1), + (83262,113768,1,9785.07,936.801,1307.39,1.46608,0,0,0.669132,0.743144,60,60,255,1), + (83263,113768,1,9784.58,934.681,1307.62,2.14675,0,0,0.878816,0.477161,60,60,255,1), + (83264,113768,1,9834.79,977.89,1306.55,-1.20428,0,0,-0.566407,0.824125,60,60,255,1), + (83265,113768,1,9797.21,924.884,1306.87,-1.16937,0,0,-0.551937,0.833886,60,60,255,1), + (83266,113768,1,9805.41,932.733,1309.3,-0.785397,0,0,-0.382683,0.92388,60,60,255,1), + (83267,113768,1,9823.78,920.982,1304.59,-2.87979,0,0,-0.991445,0.130528,60,60,255,1), + (83268,113768,1,9818.83,940.406,1308.31,0.977383,0,0,0.469471,0.882948,60,60,255,1), + (83269,113768,1,9778.07,966.872,1306.55,-0.122173,0,0,-0.0610485,0.998135,60,60,255,1), + (83270,113768,1,9814.18,938.75,1308.31,1.23918,0,0,0.580701,0.814117,60,60,255,1), + (83271,113768,1,9796.97,926.811,1306.86,2.35619,0,0,0.923879,0.382686,60,60,255,1), + (83272,113768,0,-9447.39,121.598,58.344,-1.81514,0,0,-0.78801,0.615662,60,60,255,1), + (83273,113768,0,-5666.08,-496.141,397.645,-1.98967,0,0,-0.838669,0.544641,60,60,255,1), + (83274,113768,0,-5572.73,-462.93,402.268,2.87979,0,0,0.991445,0.130528,60,60,255,1), + (83275,113768,0,-5561.03,-445.583,403.801,-0.872664,0,0,-0.422618,0.906308,60,60,255,1), + (83276,113768,0,-5633.71,-500.428,396.669,-2.49582,0,0,-0.948324,0.317305,60,60,255,1), + (83277,113768,0,-5588.15,-451.483,403.206,-0.017452,0,0,-0.00872589,0.999962,60,60,255,1), + (83278,113768,0,-5531.9,-461.554,403.146,-1.15192,0,0,-0.54464,0.83867,60,60,255,1), + (83279,113768,0,-5583.84,-476.837,397.763,1.81514,0,0,0.78801,0.615662,60,60,255,1), + (83280,113768,0,-5641.92,-530.151,404.553,1.62316,0,0,0.725376,0.688353,60,60,255,1), + (83281,113768,0,-5628.72,-497.477,397.06,-0.872664,0,0,-0.422618,0.906308,60,60,255,1), + (83282,113768,0,-5554.67,-446.838,403.451,2.11185,0,0,0.870356,0.492423,60,60,255,1), + (83283,113768,0,-5570.37,-454.21,402.226,-3.05433,0,0,-0.999048,0.0436174,60,60,255,1), + (83284,113768,0,-5659.62,-501.994,397.399,0.418879,0,0,0.207912,0.978148,60,60,255,1), + (83285,113768,0,-5639.82,-477.943,396.838,-1.48353,0,0,-0.67559,0.737277,60,60,255,1), + (83286,113768,0,-5545.37,-475.142,397.95,0.366518,0,0,0.182235,0.983255,60,60,255,1), + (83287,113768,0,-5653.4,-498.022,396.764,1.29154,0,0,0.601814,0.798637,60,60,255,1), + (83288,113768,0,2241.92,236.328,34.1165,-2.87979,0,0,-0.991445,0.130528,60,60,255,1), + (83289,113768,0,2256.33,227.711,33.9971,1.01229,0,0,0.484809,0.87462,60,60,255,1), + (83290,113768,0,2279.55,233.383,34.058,-1.78023,0,0,-0.777144,0.629323,60,60,255,1), + (83291,113768,0,2279.05,252.351,34.1165,1.23918,0,0,0.580701,0.814117,60,60,255,1), + (83292,113768,0,2280.59,276.046,35.1822,-3.10665,0,0,-0.999847,0.0174704,60,60,255,1), + (83293,113768,0,2263.44,275.185,35.0897,-2.58308,0,0,-0.961261,0.275641,60,60,255,1), + (83294,113768,0,2261.52,271.906,35.1071,0.855211,0,0,0.414693,0.909961,60,60,255,1), + (83295,113768,0,2284.83,255.729,34.4603,0.680677,0,0,0.333806,0.942642,60,60,255,1), + (83296,113768,0,2243.81,335.75,35.1891,-2.00713,0,0,-0.843392,0.537299,60,60,255,1), + (83297,113768,0,2269.76,349.737,35.1891,1.62316,0,0,0.725376,0.688353,60,60,255,1), + (83298,113768,0,2242.42,241.394,34.1165,1.72787,0,0,0.760404,0.64945,60,60,255,1), + (83299,113768,0,2261.34,354.016,35.1891,0.453785,0,0,0.224951,0.97437,60,60,255,1), + (83300,113768,0,2306.1,254.331,35.0089,-1.76278,0,0,-0.771624,0.636079,60,60,255,1), + (83301,113768,0,2251.45,230.18,33.8394,-1.309,0,0,-0.608763,0.793352,60,60,255,1), + (83302,113768,0,2285.03,233.674,34.1271,-0.174532,0,0,-0.0871553,0.996195,60,60,255,1), + (83303,113768,0,2241.22,229.603,34.1162,1.0472,0,0,0.500001,0.866025,60,60,255,1), + (83304,113768,0,2303.15,256.494,35.1353,-0.90757,0,0,-0.438371,0.898794,60,60,255,1), + (83305,113768,0,2253.14,346.404,35.1891,1.64061,0,0,0.731354,0.681998,60,60,255,1), + (83306,113768,1,-2416.27,-388.87,-2.01838,1.85005,0,0,0.798636,0.601815,60,60,255,1), + (83307,113768,1,-2370.64,-357.866,-9.02786,-2.86233,0,0,-0.990267,0.139178,60,60,255,1), + (83308,113768,1,-2350.81,-305.639,-9.42381,-3.12412,0,0,-0.999962,0.00873622,60,60,255,1), + (83309,113768,1,-2388.35,-336.116,-9.55712,-0.226892,0,0,-0.113203,0.993572,60,60,255,1), + (83310,113768,1,-2327.26,-390.677,-7.06189,2.00713,0,0,0.843392,0.537299,60,60,255,1), + (83311,113768,1,-2273.41,-276.896,-9.42493,0.59341,0,0,0.292371,0.956305,60,60,255,1), + (83312,113768,1,-2346.15,-345.014,-9.10675,3.05433,0,0,0.999048,0.0436174,60,60,255,1), + (83313,113768,1,-2361.18,-363.496,-8.84961,1.20428,0,0,0.566407,0.824125,60,60,255,1), + (83314,113768,1,-2334.79,-445.241,-6.39006,-0.017452,0,0,-0.00872589,0.999962,60,60,255,1), + (83315,113768,1,-2371.84,-313.507,-9.70727,-0.401425,0,0,-0.199368,0.979925,60,60,255,1), + (83316,113768,1,-2352.68,-366.205,-8.41767,-1.85005,0,0,-0.798636,0.601815,60,60,255,1), + (83317,113768,1,-2402.84,-323.602,-13.509,-2.94959,0,0,-0.995395,0.0958539,60,60,255,1), + (83318,113768,1,-2331.95,-308.408,-9.42488,2.11185,0,0,0.870356,0.492423,60,60,255,1), + (83319,113768,1,-2335.44,-470.686,-7.50702,-1.23918,0,0,-0.580701,0.814117,60,60,255,1), + (83320,113768,1,-2241.8,-285.282,-9.4249,3.14159,0,0,1,0.00000126759,60,60,255,1), + (83321,113768,1,304.742,-4654.34,16.3163,2.30383,0,0,0.913544,0.406739,60,60,255,1), + (83322,113768,1,267.416,-4781.64,11.3797,2.33874,0,0,0.920505,0.390732,60,60,255,1), + (83323,113768,1,270.699,-4774.46,12.0508,2.00713,0,0,0.843392,0.537299,60,60,255,1), + (83324,113768,1,296.473,-4784.95,10.6485,-0.506145,0,0,-0.25038,0.968148,60,60,255,1), + (83325,113768,1,291.972,-4769.19,11.7897,-0.575957,0,0,-0.284015,0.95882,60,60,255,1), + (83326,113768,1,330.1,-4843.18,10.0217,-2.30383,0,0,-0.913544,0.406739,60,60,255,1), + (83327,113768,1,366.759,-4720.52,13.5716,-1.3439,0,0,-0.622513,0.782609,60,60,255,1), + (83328,113768,1,334.516,-4771.12,12.6344,-1.55334,0,0,-0.700908,0.713252,60,60,255,1), + (83329,113768,1,366.175,-4687.22,16.6829,0.314158,0,0,0.156434,0.987688,60,60,255,1), + (83330,113768,1,335.926,-4807.64,10.048,-1.62316,0,0,-0.725376,0.688353,60,60,255,1), + (83331,113768,1,360.737,-4753.81,12.4097,0.034906,0,0,0.0174521,0.999848,60,60,255,1), + (83332,113768,1,293.007,-4709.49,13.0909,-1.6057,0,0,-0.719339,0.694659,60,60,255,1), + (83333,113768,0,-9499.26,18.693,57.2384,-0.872664,0,0,-0.422618,0.906308,60,60,255,1), + (83334,113768,0,-9497.64,83.6594,57.0273,-1.55334,0,0,-0.700908,0.713252,60,60,255,1), + (83335,113768,0,-9437.66,113.322,57.5165,-0.366518,0,0,-0.182235,0.983255,60,60,255,1), + (83336,113768,0,-9498.79,93.2223,57.4605,2.19912,0,0,0.891008,0.453988,60,60,255,1), + (83337,113768,0,-9440.68,147.358,55.9453,-2.35619,0,0,-0.923879,0.382686,60,60,255,1), + (83338,113768,0,-9479.48,10.1983,56.5309,-2.75761,0,0,-0.981626,0.190814,60,60,255,1), + (83339,113768,0,-9475.63,41.6743,56.553,2.91469,0,0,0.993571,0.113208,60,60,255,1), + (83340,113768,0,-9453.12,27.4328,56.5293,-1.91986,0,0,-0.819151,0.573577,60,60,255,1), + (83341,113768,0,-9462.04,126.975,58.974,1.13446,0,0,0.537298,0.843393,60,60,255,1), + (83342,113768,0,-9424.79,63.395,57.6167,1.74533,0,0,0.766045,0.642787,60,60,255,1), + (83343,113768,0,-9452.01,35.957,56.5571,1.02974,0,0,0.492422,0.870357,60,60,255,1), + (83344,113768,0,-9459.96,106.165,57.49,-1.67551,0,0,-0.743143,0.669133,60,60,255,1), + (83345,113768,0,-9473.21,77.1796,57.2729,-2.44346,0,0,-0.939692,0.342021,60,60,255,1), + (83346,113768,0,-9458,153.022,55.9447,0.820303,0,0,0.398748,0.91706,60,60,255,1), + (83347,113768,1,9865.53,996.175,1309.4,0.157079,0,0,0.0784588,0.996917,60,60,255,1), + (83348,113768,1,9828.72,931.172,1307,0.436332,0,0,0.216439,0.976296,60,60,255,1), + (83349,113768,1,9671.5,943.398,1290.74,-1.20428,0,0,-0.566407,0.824125,60,60,255,1), + (83350,113768,1,9887.4,931.878,1307.57,0.034906,0,0,0.0174521,0.999848,60,60,255,1), + (83351,113768,1,9764.24,946.022,1305.37,0.122173,0,0,0.0610485,0.998135,60,60,255,1), + (83352,113768,1,9857.75,973.229,1304.81,-1.48353,0,0,-0.67559,0.737277,60,60,255,1), + (83353,113768,1,9881.39,956.993,1308.8,2.60053,0,0,0.963629,0.267244,60,60,255,1), + (83354,113768,1,9813.14,936.665,1308.4,-1.67551,0,0,-0.743143,0.669133,60,60,255,1), + (83355,113768,1,9885.74,934.137,1307.54,1.97222,0,0,0.833885,0.551938,60,60,255,1), + (83356,113768,1,9837.1,978.411,1306.83,-1.5708,0,0,-0.707108,0.707106,60,60,255,1), + (83357,113768,1,9826.58,934.53,1307.48,2.61799,0,0,0.965925,0.258821,60,60,255,1), + (83358,113768,1,9810.81,976.968,1304.44,1.02974,0,0,0.492422,0.870357,60,60,255,1), + (83359,113768,1,9799.23,973.439,1303.22,2.26892,0,0,0.906306,0.422622,60,60,255,1), + (83360,113768,1,9786.63,932.97,1307.86,-1.93732,0,0,-0.824127,0.566404,60,60,255,1), + (83361,113768,1,9779.38,871.465,1297.43,-1.69297,0,0,-0.748956,0.66262,60,60,255,1), + (83362,113768,1,9683.44,933.646,1290.66,0.837757,0,0,0.406736,0.913546,60,60,255,1), + (83363,113768,1,9837.57,944.315,1306.87,-0.191985,0,0,-0.0958451,0.995396,60,60,255,1), + (83364,113768,1,9779.5,893.684,1297.87,2.1293,0,0,0.874619,0.48481,60,60,255,1), + (83365,113768,1,9847.42,956.816,1306.99,0.034906,0,0,0.0174521,0.999848,60,60,255,1), + (83366,113768,0,-9425.25,56.1703,57.147,2.58308,0,0,0.961261,0.275641,60,60,255,1), + (83367,113768,0,-5645.81,-506.301,397.12,-2.00713,0,0,-0.843392,0.537299,60,60,255,1), + (83368,113768,0,-5591.9,-508.067,401.45,3.12412,0,0,0.999962,0.00873622,60,60,255,1), + (83369,113768,0,-5588.74,-514.174,404.096,0.139624,0,0,0.0697553,0.997564,60,60,255,1), + (83370,113768,0,-5637.74,-529.753,404.601,1.11701,0,0,0.529919,0.848048,60,60,255,1), + (83371,113768,0,-5572.03,-457.206,403.206,-2.51327,0,0,-0.951056,0.309019,60,60,255,1), + (83372,113768,0,-5593.08,-490.495,397.65,-1.29154,0,0,-0.601814,0.798637,60,60,255,1), + (83373,113768,0,-5654.44,-499.233,396.82,2.26892,0,0,0.906306,0.422622,60,60,255,1), + (83374,113768,0,-5578.07,-508.541,404.096,-1.67551,0,0,-0.743143,0.669133,60,60,255,1), + (83375,113768,0,-5639,-504.025,396.669,-0.593412,0,0,-0.292372,0.956305,60,60,255,1), + (83376,113768,0,-5589.15,-477.107,397.566,1.58825,0,0,0.713251,0.700909,60,60,255,1), + (83377,113768,0,-5563.83,-535.074,409.956,-1.0821,0,0,-0.515036,0.857168,60,60,255,1), + (83378,113768,0,-5545.6,-497.103,402.079,-0.680679,0,0,-0.333807,0.942641,60,60,255,1), + (83379,113768,0,-5578.15,-516.451,404.096,-0.523598,0,0,-0.258819,0.965926,60,60,255,1), + (83380,113768,0,-5577.19,-521.814,401.477,-0.279252,0,0,-0.139173,0.990268,60,60,255,1), + (83381,113768,0,-5585.19,-461.908,402.358,-1.65806,0,0,-0.737276,0.675591,60,60,255,1), + (83382,113768,0,2329.17,293.34,35.1822,0.191985,0,0,0.0958451,0.995396,60,60,255,1), + (83383,113768,0,2292.77,237.933,34.1271,-0.069812,0,0,-0.0348989,0.999391,60,60,255,1), + (83384,113768,0,2213.58,336.073,35.305,2.79252,0,0,0.984807,0.173652,60,60,255,1), + (83385,113768,0,2276.78,277.681,35.1822,1.8675,0,0,0.803856,0.594824,60,60,255,1), + (83386,113768,0,2281.8,254.866,34.2742,3.10665,0,0,0.999847,0.0174704,60,60,255,1), + (83387,113768,0,2253.89,257.101,34.1357,-2.60053,0,0,-0.963629,0.267244,60,60,255,1), + (83388,113768,0,2300.46,301.747,35.1822,-1.64061,0,0,-0.731354,0.681998,60,60,255,1), + (83389,113768,0,2267.76,337.618,35.1634,-0.575957,0,0,-0.284015,0.95882,60,60,255,1), + (83390,113768,0,2244.67,255.382,34.1165,-1.0472,0,0,-0.500001,0.866025,60,60,255,1), + (83391,113768,0,2223.3,302.749,35.1891,2.04204,0,0,0.852641,0.522496,60,60,255,1), + (83392,113768,0,2327.95,296.68,35.1822,2.04204,0,0,0.852641,0.522496,60,60,255,1), + (83393,113768,0,2274.51,230.421,34.1227,3.10665,0,0,0.999847,0.0174704,60,60,255,1), + (83394,113768,1,-2328.32,-390.06,-7.95402,-2.32129,0,0,-0.91706,0.398748,60,60,255,1), + (83395,113768,1,-2142.55,-391.811,-2.58831,-0.436332,0,0,-0.216439,0.976296,60,60,255,1), + (83396,113768,1,-2253.64,-330.251,-9.4249,2.51327,0,0,0.951056,0.309019,60,60,255,1), + (83397,113768,1,-2273.24,-457.413,-8.11051,-1.18682,0,0,-0.559191,0.829039,60,60,255,1), + (83398,113768,1,-2415.03,-396.488,-2.10432,-1.36136,0,0,-0.629322,0.777145,60,60,255,1), + (83399,113768,1,-2282.72,-454.372,-8.4214,-0.488691,0,0,-0.241921,0.970296,60,60,255,1), + (83400,113768,1,-2257.6,-339.872,-9.4249,-1.58825,0,0,-0.713251,0.700909,60,60,255,1), + (83401,113768,1,-2392.4,-349.039,-9.12103,-0.890117,0,0,-0.430511,0.902586,60,60,255,1), + (83402,113768,1,-2217.09,-371.261,-8.67501,-0.401425,0,0,-0.199368,0.979925,60,60,255,1), + (83403,113768,1,-2361.37,-337.949,-8.81587,-1.93732,0,0,-0.824127,0.566404,60,60,255,1), + (83404,113768,1,-2332.23,-467.319,-7.1861,1.76278,0,0,0.771624,0.636079,60,60,255,1), + (83405,113768,1,-2219.93,-368.955,-8.82813,-2.37364,0,0,-0.927182,0.37461,60,60,255,1), + (83406,113768,1,-2327.32,-426.911,-6.94148,0.157079,0,0,0.0784588,0.996917,60,60,255,1), + (83407,113768,1,-2325.06,-384.088,-8.11107,-1.6057,0,0,-0.719339,0.694659,60,60,255,1), + (83408,113768,1,-2189.53,-402.936,-4.74416,-2.32129,0,0,-0.91706,0.398748,60,60,255,1), + (83409,113768,1,-2343.53,-346.44,-8.97363,-2.07694,0,0,-0.861629,0.507539,60,60,255,1), + (83410,113768,1,-2181.8,-399.684,-4.33336,1.62316,0,0,0.725376,0.688353,60,60,255,1), + (83411,113768,1,-2287.88,-288.458,-9.42493,-2.14675,0,0,-0.878816,0.477161,60,60,255,1), + (83412,113768,1,-2277.63,-455.945,-8.15756,-0.244346,0,0,-0.121869,0.992546,60,60,255,1), + (83413,113768,1,-2342.55,-349.972,-9.09746,2.21656,0,0,0.894933,0.446202,60,60,255,1), + (83414,113768,1,-2267.1,-251.087,-9.4249,-1.95477,0,0,-0.829038,0.559192,60,60,255,1), + (83415,113768,1,-2349.62,-364.796,-8.49972,-0.349065,0,0,-0.173648,0.984808,60,60,255,1), + (83416,113768,1,364.147,-4755.33,12.1667,0.191985,0,0,0.0958451,0.995396,60,60,255,1), + (83417,113768,1,360.941,-4771.22,12.4836,-0.488691,0,0,-0.241921,0.970296,60,60,255,1), + (83418,113768,1,272.177,-4783.31,11.2046,1.69297,0,0,0.748956,0.66262,60,60,255,1), + (83419,113768,1,329.909,-4774.56,12.3601,1.85005,0,0,0.798636,0.601815,60,60,255,1), + (83420,113768,1,301.934,-4870.28,10.2283,-0.104719,0,0,-0.0523356,0.99863,60,60,255,1), + (83421,113768,1,285.003,-4813.87,10.2344,-0.157079,0,0,-0.0784588,0.996917,60,60,255,1), + (83422,113768,1,337.672,-4791.33,11.2518,-2.72271,0,0,-0.978147,0.207914,60,60,255,1), + (83423,113768,1,311.033,-4850.38,10.2414,0.977383,0,0,0.469471,0.882948,60,60,255,1), + (83424,113768,1,315.357,-4667.37,16.2658,-2.05949,0,0,-0.857168,0.515037,60,60,255,1), + (83425,113768,1,302.731,-4666.8,16.5412,-3.00195,0,0,-0.997563,0.0697646,60,60,255,1), + (83426,113768,1,360.845,-4837.47,11.5441,-2.49582,0,0,-0.948324,0.317305,60,60,255,1), + (83427,113768,1,336.808,-4835.13,9.9855,2.67035,0,0,0.972369,0.233447,60,60,255,1), + (83428,113768,1,305.732,-4648.74,16.203,-2.37364,0,0,-0.927182,0.37461,60,60,255,1), + (83429,113768,0,-9463.67,144.868,57.6059,-0.471238,0,0,-0.233445,0.97237,60,60,255,1), + (83430,113768,0,-9455.36,81.6477,56.9433,-0.139624,0,0,-0.0697553,0.997564,60,60,255,1), + (83431,113768,0,-9418.3,50.1628,57.6712,0.383971,0,0,0.190808,0.981627,60,60,255,1), + (83432,113768,0,-9481.19,25.9235,56.6678,-2.47837,0,0,-0.945519,0.325567,60,60,255,1), + (83433,113768,0,-9426.95,114.794,58.422,0.383971,0,0,0.190808,0.981627,60,60,255,1), + (83434,113768,0,-9454.08,77.8566,57.1008,-1.93732,0,0,-0.824127,0.566404,60,60,255,1), + (83435,113768,0,-9471.69,9.24544,56.4663,-2.72271,0,0,-0.978147,0.207914,60,60,255,1), + (83436,113768,0,-9454,18.5163,56.5293,-2.25147,0,0,-0.902584,0.430513,60,60,255,1), + (83437,113768,0,-9477.54,52.1982,61.0346,-0.331611,0,0,-0.165047,0.986286,60,60,255,1), + (83438,113768,0,-9435.97,148.227,56.1291,2.51327,0,0,0.951056,0.309019,60,60,255,1), + (83439,113768,0,-9473.67,41.1319,58.0485,0.820303,0,0,0.398748,0.91706,60,60,255,1), + (83440,113768,0,-9481.81,19.8712,56.7135,-2.04204,0,0,-0.852641,0.522496,60,60,255,1), + (83441,113768,0,-9476.4,7.09245,56.7997,0.034906,0,0,0.0174521,0.999848,60,60,255,1), + (83442,113768,0,-9484.34,45.2543,57.344,2.16421,0,0,0.882948,0.469471,60,60,255,1), + (83443,113768,1,9677.68,968.157,1293.79,-2.19912,0,0,-0.891008,0.453988,60,60,255,1), + (83444,113768,1,9777.84,960.313,1306.68,-2.07694,0,0,-0.861629,0.507539,60,60,255,1), + (83445,113768,1,9761.61,931.511,1299.77,3.05433,0,0,0.999048,0.0436174,60,60,255,1), + (83446,113768,1,9830.56,928.174,1306.23,2.44346,0,0,0.939692,0.342021,60,60,255,1), + (83447,113768,1,9871.99,986.952,1309.37,0.139624,0,0,0.0697553,0.997564,60,60,255,1), + (83448,113768,1,9875.77,959.966,1308.55,1.06465,0,0,0.507538,0.861629,60,60,255,1), + (83449,113768,1,9733.58,963.843,1294.4,-2.82743,0,0,-0.987688,0.156436,60,60,255,1), + (83450,113768,1,9836.74,947.91,1306.71,-0.680679,0,0,-0.333807,0.942641,60,60,255,1), + (83451,113768,1,9809.5,936.323,1307.84,-2.37364,0,0,-0.927182,0.37461,60,60,255,1), + (83452,113768,1,9764.7,874.474,1297.42,0.645772,0,0,0.317305,0.948324,60,60,255,1), + (83453,113768,1,9718.43,988.639,1295.07,-2.9845,0,0,-0.996917,0.0784656,60,60,255,1), + (83454,113768,1,9805.17,933.522,1307.34,-1.5708,0,0,-0.707108,0.707106,60,60,255,1), + (83455,113768,1,9772.07,896.576,1297.12,1.78023,0,0,0.777144,0.629323,60,60,255,1), + (83456,113769,0,-9478.15,19.1694,58.3796,-2.0279,0,0,-0.848926,0.528512,90,90,255,1), + (83457,113769,0,-5550.99,-438.001,405.385,1.58825,0,0,0.713251,0.700909,90,90,255,1), + (83458,113769,0,-5592.34,-477.013,396.98,-1.81514,0,0,-0.78801,0.615662,90,90,255,1), + (83459,113769,0,-5614.05,-522.496,402.706,-2.58308,0,0,-0.961261,0.275641,90,90,255,1), + (83460,113769,0,-5606.81,-446.065,403.979,0.314158,0,0,0.156434,0.987688,90,90,255,1), + (83461,113769,0,-5561.38,-454.769,403.026,-2.26892,0,0,-0.906306,0.422622,90,90,255,1), + (83462,113769,0,-5603.32,-514.662,401.826,1.50098,0,0,0.681997,0.731355,90,90,255,1), + (83463,113769,0,-5655.44,-507.668,397.735,1.5708,0,0,0.707108,0.707106,90,90,255,1), + (83464,113769,0,-5574.19,-515.849,402.803,-2.1293,0,0,-0.874619,0.48481,90,90,255,1), + (83465,113769,0,-5551.12,-475.11,397.944,1.71042,0,0,0.754709,0.65606,90,90,255,1), + (83466,113769,0,-5537.1,-475.811,398.192,-1.64061,0,0,-0.731354,0.681998,90,90,255,1), + (83467,113769,0,-5651.76,-504.996,396.834,-0.087266,0,0,-0.0436192,0.999048,90,90,255,1), + (83468,113769,0,-5641.09,-493.862,396.657,0.63074,0,0,0.310168,0.950682,90,90,255,1), + (83469,113769,0,2290.35,292.878,35.1822,1.91986,0,0,0.819151,0.573577,90,90,255,1), + (83470,113769,0,2309.1,255.461,35.0443,-0.994837,0,0,-0.477158,0.878817,90,90,255,1), + (83471,113769,0,2208.54,304.432,34.365,-1.41372,0,0,-0.649449,0.760405,90,90,255,1), + (83472,113769,0,2320.28,266.164,35.1822,-0.366518,0,0,-0.182235,0.983255,90,90,255,1), + (83473,113769,0,2316.82,257.047,35.1435,0.628317,0,0,0.309016,0.951057,90,90,255,1), + (83474,113769,0,2326.6,290.614,35.1822,2.60053,0,0,0.963629,0.267244,90,90,255,1), + (83475,113769,0,2251.51,257.684,34.2285,0.925024,0,0,0.446198,0.894934,90,90,255,1), + (83476,113769,0,2269.77,326.815,39.5251,2.04204,0,0,0.852641,0.522496,90,90,255,1), + (83477,113769,0,2243,332.989,35.1891,2.93214,0,0,0.994521,0.104535,90,90,255,1), + (83478,113769,0,2287.56,253.053,34.2161,-2.49582,0,0,-0.948324,0.317305,90,90,255,1), + (83479,113769,0,2224.66,251.928,38.6254,-0.925024,0,0,-0.446198,0.894934,90,90,255,1), + (83480,113769,0,2270.68,254.028,34.1013,0.994837,0,0,0.477158,0.878817,90,90,255,1), + (83481,113769,0,2265.18,351.479,37.3527,-1.5708,0,0,-0.707108,0.707106,90,90,255,1), + (83482,113769,0,2294.58,247.73,34.1426,-2.46091,0,0,-0.942641,0.333809,90,90,255,1), + (83483,113769,0,2319.87,260.249,35.1822,-0.802851,0,0,-0.390731,0.920505,90,90,255,1), + (83484,113769,0,2270.7,345.182,35.1891,-0.383971,0,0,-0.190808,0.981627,90,90,255,1), + (83485,113769,0,2254.08,363.001,36.0739,-0.453785,0,0,-0.224951,0.97437,90,90,255,1), + (83486,113769,1,-2252.83,-331.365,-8.71657,-3.01941,0,0,-0.998134,0.0610534,90,90,255,1), + (83487,113769,1,-2347.83,-413.634,-8.96203,2.46091,0,0,0.942641,0.333809,90,90,255,1), + (83488,113769,1,-2278.85,-396.289,-9.35441,2.56563,0,0,0.958819,0.284017,90,90,255,1), + (83489,113769,1,-2382.2,-327.314,-9.51233,3.12412,0,0,0.999962,0.00873622,90,90,255,1), + (83490,113769,1,-2361.64,-364.892,-7.82731,-1.88495,0,0,-0.809015,0.587788,90,90,255,1), + (83491,113769,1,-2319.94,-266.866,-8.62991,-0.401425,0,0,-0.199368,0.979925,90,90,255,1), + (83492,113769,1,-2401.51,-397.701,0.737453,1.37881,0,0,0.636078,0.771625,90,90,255,1), + (83493,113769,1,-2300.45,-311.463,-9.42493,0.698132,0,0,0.34202,0.939693,90,90,255,1), + (83494,113769,1,-2330.31,-259.411,-7.49656,2.75761,0,0,0.981626,0.190814,90,90,255,1), + (83495,113769,1,319.55,-4699.1,15.9422,-1.8675,0,0,-0.803856,0.594824,90,90,255,1), + (83496,113769,1,385.884,-4708.23,13.3999,1.76278,0,0,0.771624,0.636079,90,90,255,1), + (83497,113769,1,332.496,-4763.72,12.6498,-2.84488,0,0,-0.989015,0.147813,90,90,255,1), + (83498,113769,1,365.13,-4765.51,12.5155,2.05949,0,0,0.857168,0.515037,90,90,255,1), + (83499,113769,1,355.27,-4747.92,11.8741,-1.81514,0,0,-0.78801,0.615662,90,90,255,1), + (83500,113769,1,339.025,-4710.06,15.1652,-2.32129,0,0,-0.91706,0.398748,90,90,255,1), + (83501,113769,1,312.225,-4690.04,15.8715,-1.51844,0,0,-0.688356,0.725373,90,90,255,1), + (83502,113769,1,337.99,-4857.98,10.3108,-0.453785,0,0,-0.224951,0.97437,90,90,255,1), + (83503,113769,1,334.895,-4708.26,15.738,-2.32129,0,0,-0.91706,0.398748,90,90,255,1), + (83504,113769,1,311.714,-4860.96,10.5356,3.14159,0,0,1,0.00000126759,90,90,255,1), + (83505,113769,1,369.171,-4767.85,12.4678,-1.01229,0,0,-0.484809,0.87462,90,90,255,1), + (83506,113769,1,355.702,-4660.29,16.7222,-3.05433,0,0,-0.999048,0.0436174,90,90,255,1), + (83507,113769,1,324.217,-4854.94,10.4052,-0.715585,0,0,-0.350207,0.936672,90,90,255,1), + (83508,113769,1,273.929,-4690.84,13.8783,2.05949,0,0,0.857168,0.515037,90,90,255,1), + (83509,113769,1,271.84,-4706.5,23.2444,3.06554,0,0,0.999277,0.0380171,90,90,255,1), + (83510,113769,0,-9478.88,39.2188,56.7774,3.03684,0,0,0.998629,0.0523524,90,90,255,1), + (83511,113769,0,-9413.68,102.249,58.979,-2.84488,0,0,-0.989015,0.147813,90,90,255,1), + (83512,113769,0,-9479.36,25.9265,60.9239,3.00195,0,0,0.997563,0.0697646,90,90,255,1), + (83513,113769,0,-9464.65,42.4915,56.6798,1.97222,0,0,0.833885,0.551938,90,90,255,1), + (83514,113769,0,-9450.44,85.7477,56.8878,-2.86233,0,0,-0.990267,0.139178,90,90,255,1), + (83515,113769,0,-9500.72,61.1516,60.5539,1.36136,0,0,0.629322,0.777145,90,90,255,1), + (83516,113769,0,-9464.39,40.1361,56.5732,1.62316,0,0,0.725376,0.688353,90,90,255,1), + (83517,113769,0,-9437.6,39.9129,57.0493,0.314158,0,0,0.156434,0.987688,90,90,255,1), + (83518,113769,0,-9423,109.674,58.8177,1.51844,0,0,0.688356,0.725373,90,90,255,1), + (83519,113769,0,-9475.32,5.74061,56.7991,-3.07177,0,0,-0.999391,0.0349043,90,90,255,1), + (83520,113769,0,-9455.78,14.8614,61.399,-0.069812,0,0,-0.0348989,0.999391,90,90,255,1), + (83521,113769,0,-9470.67,-9.53402,56.4724,2.68781,0,0,0.97437,0.22495,90,90,255,1), + (83522,113769,0,-9456.14,45.1139,56.5914,1.44862,0,0,0.662619,0.748957,90,90,255,1), + (83523,113769,0,-9504.12,67.5321,56.6661,-1.11701,0,0,-0.529919,0.848048,90,90,255,1), + (83524,113769,0,-9438.02,39.9557,61.0959,-0.767944,0,0,-0.374606,0.927184,90,90,255,1), + (83525,113769,0,-9456.51,-6.74995,56.5286,0.314158,0,0,0.156434,0.987688,90,90,255,1), + (83526,113769,0,-9455,39.2159,56.56,1.83259,0,0,0.793352,0.608764,90,90,255,1), + (83527,113769,0,-9464.07,81.39,57.0902,2.67035,0,0,0.972369,0.233447,90,90,255,1), + (83528,113769,1,9790.15,932.155,1308.1,-2.77507,0,0,-0.983255,0.182237,90,90,255,1), + (83529,113769,1,9784.21,969.43,1306.07,1.39626,0,0,0.642786,0.766046,90,90,255,1), + (83530,113769,1,9866.17,985.502,1309.27,-1.32645,0,0,-0.615661,0.788011,90,90,255,1), + (83531,113769,1,9714.7,990.938,1294.9,-0.261798,0,0,-0.130525,0.991445,90,90,255,1), + (83532,113769,1,9674.05,940.225,1290.33,-1.15192,0,0,-0.54464,0.83867,90,90,255,1), + (83533,113769,1,9858.89,912.83,1306.26,0.471238,0,0,0.233445,0.97237,90,90,255,1), + (83534,113769,1,9764.15,891.735,1298.14,-1.95477,0,0,-0.829038,0.559192,90,90,255,1), + (83535,113769,1,9841.93,978.247,1306.65,-0.890117,0,0,-0.430511,0.902586,90,90,255,1), + (83536,113769,1,9727.25,969.886,1294.64,-1.81514,0,0,-0.78801,0.615662,90,90,255,1), + (83537,113769,1,9800.32,925.253,1306.93,0.837757,0,0,0.406736,0.913546,90,90,255,1), + (83538,113769,1,9895.08,964.664,1310.53,0.59341,0,0,0.292371,0.956305,90,90,255,1), + (83539,113769,1,9721.95,987.234,1295.74,1.85005,0,0,0.798636,0.601815,90,90,255,1), + (83540,113769,1,9823.43,942.535,1307.1,1.37881,0,0,0.636078,0.771625,90,90,255,1), + (83541,113769,0,-5590.84,-507.505,404.096,-0.785397,0,0,-0.382683,0.92388,90,90,255,1), + (83542,113769,0,-5640.07,-511.86,398.785,-2.02458,0,0,-0.848048,0.52992,90,90,255,1), + (83543,113769,0,-5535.9,-504.5,401.225,-1.97222,0,0,-0.833885,0.551938,90,90,255,1), + (83544,113769,0,-5634.76,-478.435,396.986,-1.48353,0,0,-0.67559,0.737277,90,90,255,1), + (83545,113769,0,-5626.33,-478.569,396.98,2.49582,0,0,0.948324,0.317305,90,90,255,1), + (83546,113769,0,-5636.76,-501.881,396.669,-1.01229,0,0,-0.484809,0.87462,90,90,255,1), + (83547,113769,0,-5543.07,-475.489,397.938,1.18682,0,0,0.559191,0.829039,90,90,255,1), + (83548,113769,0,-5625.35,-523.544,403.863,0.680677,0,0,0.333806,0.942642,90,90,255,1), + (83549,113769,0,-5594.56,-460.384,402.493,-1.50098,0,0,-0.681997,0.731355,90,90,255,1), + (83550,113769,0,-5629.68,-477.993,397.1,-2.21656,0,0,-0.894933,0.446202,90,90,255,1), + (83551,113769,0,-5631.67,-478.306,397.142,-0.488691,0,0,-0.241921,0.970296,90,90,255,1), + (83552,113769,0,-5584.03,-462.619,402.307,0.523598,0,0,0.258819,0.965926,90,90,255,1), + (83553,113769,0,-5591.84,-501.423,400.11,1.0821,0,0,0.515036,0.857168,90,90,255,1), + (83554,113769,0,-5588.47,-506.387,401.389,0.331611,0,0,0.165047,0.986286,90,90,255,1), + (83555,113769,0,-5597.52,-476.048,396.98,-2.53072,0,0,-0.953716,0.300709,90,90,255,1), + (83556,113769,0,-5549.99,-499.271,401.701,-0.401425,0,0,-0.199368,0.979925,90,90,255,1), + (83557,113769,0,-5590.94,-497.848,399.436,-0.994837,0,0,-0.477158,0.878817,90,90,255,1), + (83558,113769,0,-5638.41,-530.448,404.927,2.46091,0,0,0.942641,0.333809,90,90,255,1), + (83559,113769,0,-5615.95,-446.212,404.559,-2.19912,0,0,-0.891008,0.453988,90,90,255,1), + (83560,113769,0,2230.17,280.454,34.9558,0.942477,0,0,0.45399,0.891007,90,90,255,1), + (83561,113769,0,2297.69,300.578,35.1822,-1.53589,0,0,-0.694658,0.71934,90,90,255,1), + (83562,113769,0,2245.9,337.244,35.1891,-0.506145,0,0,-0.25038,0.968148,90,90,255,1), + (83563,113769,0,2290.1,334.649,34.7058,2.47837,0,0,0.945519,0.325567,90,90,255,1), + (83564,113769,0,2234.99,325.446,35.1891,2.63544,0,0,0.968147,0.250383,90,90,255,1), + (83565,113769,0,2252.76,227.375,34.0718,-0.872664,0,0,-0.422618,0.906308,90,90,255,1), + (83566,113769,0,2259.43,330.983,36.3222,-1.6057,0,0,-0.719339,0.694659,90,90,255,1), + (83567,113769,0,2221.68,321.805,35.1891,1.95477,0,0,0.829038,0.559192,90,90,255,1), + (83568,113769,0,2220.47,305.173,35.1891,-0.314158,0,0,-0.156434,0.987688,90,90,255,1), + (83569,113769,0,2273.9,236.948,34.1165,-1.48353,0,0,-0.67559,0.737277,90,90,255,1), + (83570,113769,0,2301,305.172,35.183,1.91986,0,0,0.819151,0.573577,90,90,255,1), + (83571,113769,0,2254.79,265.947,34.956,2.44346,0,0,0.939692,0.342021,90,90,255,1), + (83572,113769,0,2268.4,254.78,34.1026,0.785397,0,0,0.382683,0.92388,90,90,255,1), + (83573,113769,0,2288.67,269.537,35.1818,1.23918,0,0,0.580701,0.814117,90,90,255,1), + (83574,113769,1,-2215.67,-302.492,-9.19235,-1.93732,0,0,-0.824127,0.566404,90,90,255,1), + (83575,113769,1,-2355.53,-364.941,-8.70328,-1.3439,0,0,-0.622513,0.782609,90,90,255,1), + (83576,113769,1,-2184.88,-403.019,-4.54368,0.942477,0,0,0.45399,0.891007,90,90,255,1), + (83577,113769,1,-2299.22,-420.457,-7.85127,1.02974,0,0,0.492422,0.870357,90,90,255,1), + (83578,113769,1,-2269.72,-459.976,-8.11767,3.10665,0,0,0.999847,0.0174704,90,90,255,1), + (83579,113769,1,-2282.8,-256.798,-9.42493,-2.07694,0,0,-0.861629,0.507539,90,90,255,1), + (83580,113769,1,-2230.25,-366.455,-9.53273,3.03684,0,0,0.998629,0.0523524,90,90,255,1), + (83581,113769,1,-2240.67,-319.601,-9.4249,1.55334,0,0,0.700908,0.713252,90,90,255,1), + (83582,113769,1,-2390.04,-339.815,-9.40793,0.244346,0,0,0.121869,0.992546,90,90,255,1), + (83583,113769,1,-2407.54,-318.334,-14.9107,-1.44862,0,0,-0.662619,0.748957,90,90,255,1), + (83584,113769,1,-2377.04,-409.395,-4.16336,0.261798,0,0,0.130525,0.991445,90,90,255,1), + (83585,113769,1,-2176.45,-410.324,-4.76947,1.95477,0,0,0.829038,0.559192,90,90,255,1), + (83586,113769,1,-2349.92,-296.166,-9.42485,0.471238,0,0,0.233445,0.97237,90,90,255,1), + (83587,113769,1,-2235.36,-302.007,-9.4249,0.401425,0,0,0.199368,0.979925,90,90,255,1), + (83588,113769,1,-2326.97,-465.051,-6.85658,1.309,0,0,0.608763,0.793352,90,90,255,1), + (83589,113769,1,318.375,-4782.64,10.141,-1.5708,0,0,-0.707108,0.707106,90,90,255,1), + (83590,113769,1,321.199,-4696.81,16.8911,1.41372,0,0,0.649449,0.760405,90,90,255,1), + (83591,113769,1,273.639,-4729.33,13.6144,1.83259,0,0,0.793352,0.608764,90,90,255,1), + (83592,113769,1,316.161,-4769.37,11.734,-1.39626,0,0,-0.642786,0.766046,90,90,255,1), + (83593,113769,1,340.698,-4711.14,14.7984,2.18166,0,0,0.88701,0.461749,90,90,255,1), + (83594,113769,1,362.317,-4839.45,11.7993,-0.349065,0,0,-0.173648,0.984808,90,90,255,1), + (83595,113769,1,352.032,-4839.19,10.8115,2.25147,0,0,0.902584,0.430513,90,90,255,1), + (83596,113769,1,344.143,-4778.53,12.5144,2.1293,0,0,0.874619,0.48481,90,90,255,1), + (83597,113769,1,301.796,-4656.72,16.5482,2.26892,0,0,0.906306,0.422622,90,90,255,1), + (83598,113769,1,328.287,-4662.62,16.5336,-2.65289,0,0,-0.970294,0.241927,90,90,255,1), + (83599,113769,1,328.954,-4769.87,12.5832,-3.12412,0,0,-0.999962,0.00873622,90,90,255,1), + (83600,113769,1,322.019,-4706.11,15.0523,-0.069812,0,0,-0.0348989,0.999391,90,90,255,1), + (83601,113769,1,389.87,-4706.99,13.3076,2.00713,0,0,0.843392,0.537299,90,90,255,1), + (83602,113769,1,317.044,-4880.76,11.8096,1.85005,0,0,0.798636,0.601815,90,90,255,1), + (83603,113769,1,298.309,-4846.51,10.1528,-2.89724,0,0,-0.992546,0.121873,90,90,255,1), + (83604,113769,1,290.46,-4840.13,10.2261,-0.069812,0,0,-0.0348989,0.999391,90,90,255,1), + (83605,113769,1,268.52,-4690.78,14.7459,-2.1293,0,0,-0.874619,0.48481,90,90,255,1), + (83606,113769,1,334.04,-4715.24,14.4623,2.93214,0,0,0.994521,0.104535,90,90,255,1), + (83607,113769,1,363.896,-4700.45,14.5315,3.12412,0,0,0.999962,0.00873622,90,90,255,1), + (83608,113769,1,330.677,-4863.7,10.592,-3.03684,0,0,-0.998629,0.0523524,90,90,255,1), + (83609,113769,0,-9430.14,63.5273,56.7842,3.01941,0,0,0.998134,0.0610534,90,90,255,1), + (83610,113769,0,-9482.21,13.31,56.5975,-2.56563,0,0,-0.958819,0.284017,90,90,255,1), + (83611,113769,0,-9475.91,82.3177,56.938,-0.750491,0,0,-0.366501,0.930418,90,90,255,1), + (83612,113769,0,-9470.95,44.3876,56.5081,-1.97222,0,0,-0.833885,0.551938,90,90,255,1), + (83613,113769,0,-9460.02,-10.796,56.4792,1.22173,0,0,0.573576,0.819152,90,90,255,1), + (83614,113769,0,-9427.19,91.4728,61.218,-1.3439,0,0,-0.622513,0.782609,90,90,255,1), + (83615,113769,0,-9473.44,-4.50597,56.474,-1.5708,0,0,-0.707108,0.707106,90,90,255,1), + (83616,113769,0,-9480.42,32.3588,56.8705,0.890117,0,0,0.430511,0.902586,90,90,255,1), + (83617,113769,0,-9471.21,43.4096,56.5602,2.1293,0,0,0.874619,0.48481,90,90,255,1), + (83618,113769,0,-9417.96,114.415,59.9746,1.15192,0,0,0.54464,0.83867,90,90,255,1), + (83619,113769,0,-9501.33,77.8762,57.3364,0,0,0,0,1,90,90,255,1), + (83620,113769,0,-9474,119.081,61.166,-1.79769,0,0,-0.782608,0.622514,90,90,255,1), + (83621,113769,1,9882.33,957.396,1311.03,2.26892,0,0,0.906306,0.422622,90,90,255,1), + (83622,113769,1,9794.08,935.433,1307.5,-2.426,0,0,-0.936671,0.350211,90,90,255,1), + (83623,113769,1,9860.89,910.633,1306.13,2.84488,0,0,0.989015,0.147813,90,90,255,1), + (83624,113769,1,9785.59,883.094,1298.15,-0.157079,0,0,-0.0784588,0.996917,90,90,255,1), + (83625,113769,1,9750.54,904.029,1295.52,0.261798,0,0,0.130525,0.991445,90,90,255,1), + (83626,113769,1,9860.36,912.735,1308.56,0.139624,0,0,0.0697553,0.997564,90,90,255,1), + (83627,113769,1,9785.07,936.801,1307.39,1.46608,0,0,0.669132,0.743144,90,90,255,1), + (83628,113769,1,9784.58,934.681,1307.62,2.14675,0,0,0.878816,0.477161,90,90,255,1), + (83629,113769,1,9834.79,977.89,1306.55,-1.20428,0,0,-0.566407,0.824125,90,90,255,1), + (83630,113769,1,9797.21,924.884,1306.87,-1.16937,0,0,-0.551937,0.833886,90,90,255,1), + (83631,113769,1,9805.41,932.733,1309.3,-0.785397,0,0,-0.382683,0.92388,90,90,255,1), + (83632,113769,1,9823.78,920.982,1304.59,-2.87979,0,0,-0.991445,0.130528,90,90,255,1), + (83633,113769,1,9818.83,940.406,1308.31,0.977383,0,0,0.469471,0.882948,90,90,255,1), + (83634,113769,1,9778.07,966.872,1306.55,-0.122173,0,0,-0.0610485,0.998135,90,90,255,1), + (83635,113769,1,9814.18,938.75,1308.31,1.23918,0,0,0.580701,0.814117,90,90,255,1), + (83636,113769,1,9796.97,926.811,1306.86,2.35619,0,0,0.923879,0.382686,90,90,255,1), + (83637,113769,0,-9447.39,121.598,58.344,-1.81514,0,0,-0.78801,0.615662,90,90,255,1), + (83638,113769,0,-5666.08,-496.141,397.645,-1.98967,0,0,-0.838669,0.544641,90,90,255,1), + (83639,113769,0,-5572.73,-462.93,402.268,2.87979,0,0,0.991445,0.130528,90,90,255,1), + (83640,113769,0,-5561.03,-445.583,403.801,-0.872664,0,0,-0.422618,0.906308,90,90,255,1), + (83641,113769,0,-5633.71,-500.428,396.669,-2.49582,0,0,-0.948324,0.317305,90,90,255,1), + (83642,113769,0,-5588.15,-451.483,403.206,-0.017452,0,0,-0.00872589,0.999962,90,90,255,1), + (83643,113769,0,-5531.9,-461.554,403.146,-1.15192,0,0,-0.54464,0.83867,90,90,255,1), + (83644,113769,0,-5583.84,-476.837,397.763,1.81514,0,0,0.78801,0.615662,90,90,255,1), + (83645,113769,0,-5641.92,-530.151,404.553,1.62316,0,0,0.725376,0.688353,90,90,255,1), + (83646,113769,0,-5628.72,-497.477,397.06,-0.872664,0,0,-0.422618,0.906308,90,90,255,1), + (83647,113769,0,-5554.67,-446.838,403.451,2.11185,0,0,0.870356,0.492423,90,90,255,1), + (83648,113769,0,-5570.37,-454.21,402.226,-3.05433,0,0,-0.999048,0.0436174,90,90,255,1), + (83649,113769,0,-5659.62,-501.994,397.399,0.418879,0,0,0.207912,0.978148,90,90,255,1), + (83650,113769,0,-5639.82,-477.943,396.838,-1.48353,0,0,-0.67559,0.737277,90,90,255,1), + (83651,113769,0,-5545.37,-475.142,397.95,0.366518,0,0,0.182235,0.983255,90,90,255,1), + (83652,113769,0,-5653.4,-498.022,396.764,1.29154,0,0,0.601814,0.798637,90,90,255,1), + (83653,113769,0,2241.92,236.328,34.1165,-2.87979,0,0,-0.991445,0.130528,90,90,255,1), + (83654,113769,0,2256.33,227.711,33.9971,1.01229,0,0,0.484809,0.87462,90,90,255,1), + (83655,113769,0,2279.55,233.383,34.058,-1.78023,0,0,-0.777144,0.629323,90,90,255,1), + (83656,113769,0,2279.05,252.351,34.1165,1.23918,0,0,0.580701,0.814117,90,90,255,1), + (83657,113769,0,2280.59,276.046,35.1822,-3.10665,0,0,-0.999847,0.0174704,90,90,255,1), + (83658,113769,0,2263.44,275.185,35.0897,-2.58308,0,0,-0.961261,0.275641,90,90,255,1), + (83659,113769,0,2261.52,271.906,35.1071,0.855211,0,0,0.414693,0.909961,90,90,255,1), + (83660,113769,0,2284.83,255.729,34.4603,0.680677,0,0,0.333806,0.942642,90,90,255,1), + (83661,113769,0,2243.81,335.75,35.1891,-2.00713,0,0,-0.843392,0.537299,90,90,255,1), + (83662,113769,0,2269.76,349.737,35.1891,1.62316,0,0,0.725376,0.688353,90,90,255,1), + (83663,113769,0,2242.42,241.394,34.1165,1.72787,0,0,0.760404,0.64945,90,90,255,1), + (83664,113769,0,2261.34,354.016,35.1891,0.453785,0,0,0.224951,0.97437,90,90,255,1), + (83665,113769,0,2306.1,254.331,35.0089,-1.76278,0,0,-0.771624,0.636079,90,90,255,1), + (83666,113769,0,2251.45,230.18,33.8394,-1.309,0,0,-0.608763,0.793352,90,90,255,1), + (83667,113769,0,2285.03,233.674,34.1271,-0.174532,0,0,-0.0871553,0.996195,90,90,255,1), + (83668,113769,0,2241.22,229.603,34.1162,1.0472,0,0,0.500001,0.866025,90,90,255,1), + (83669,113769,0,2303.15,256.494,35.1353,-0.90757,0,0,-0.438371,0.898794,90,90,255,1), + (83670,113769,0,2253.14,346.404,35.1891,1.64061,0,0,0.731354,0.681998,90,90,255,1), + (83671,113769,1,-2416.27,-388.87,-2.01838,1.85005,0,0,0.798636,0.601815,90,90,255,1), + (83672,113769,1,-2370.64,-357.866,-9.02786,-2.86233,0,0,-0.990267,0.139178,90,90,255,1), + (83673,113769,1,-2350.81,-305.639,-9.42381,-3.12412,0,0,-0.999962,0.00873622,90,90,255,1), + (83674,113769,1,-2388.35,-336.116,-9.55712,-0.226892,0,0,-0.113203,0.993572,90,90,255,1), + (83675,113769,1,-2327.26,-390.677,-7.06189,2.00713,0,0,0.843392,0.537299,90,90,255,1), + (83676,113769,1,-2273.41,-276.896,-9.42493,0.59341,0,0,0.292371,0.956305,90,90,255,1), + (83677,113769,1,-2346.15,-345.014,-9.10675,3.05433,0,0,0.999048,0.0436174,90,90,255,1), + (83678,113769,1,-2361.18,-363.496,-8.84961,1.20428,0,0,0.566407,0.824125,90,90,255,1), + (83679,113769,1,-2334.79,-445.241,-6.39006,-0.017452,0,0,-0.00872589,0.999962,90,90,255,1), + (83680,113769,1,-2371.84,-313.507,-9.70727,-0.401425,0,0,-0.199368,0.979925,90,90,255,1), + (83681,113769,1,-2352.68,-366.205,-8.41767,-1.85005,0,0,-0.798636,0.601815,90,90,255,1), + (83682,113769,1,-2402.84,-323.602,-13.509,-2.94959,0,0,-0.995395,0.0958539,90,90,255,1), + (83683,113769,1,-2331.95,-308.408,-9.42488,2.11185,0,0,0.870356,0.492423,90,90,255,1), + (83684,113769,1,-2335.44,-470.686,-7.50702,-1.23918,0,0,-0.580701,0.814117,90,90,255,1), + (83685,113769,1,-2241.8,-285.282,-9.4249,3.14159,0,0,1,0.00000126759,90,90,255,1), + (83686,113769,1,304.742,-4654.34,16.3163,2.30383,0,0,0.913544,0.406739,90,90,255,1), + (83687,113769,1,267.416,-4781.64,11.3797,2.33874,0,0,0.920505,0.390732,90,90,255,1), + (83688,113769,1,270.699,-4774.46,12.0508,2.00713,0,0,0.843392,0.537299,90,90,255,1), + (83689,113769,1,296.473,-4784.95,10.6485,-0.506145,0,0,-0.25038,0.968148,90,90,255,1), + (83690,113769,1,291.972,-4769.19,11.7897,-0.575957,0,0,-0.284015,0.95882,90,90,255,1), + (83691,113769,1,330.1,-4843.18,10.0217,-2.30383,0,0,-0.913544,0.406739,90,90,255,1), + (83692,113769,1,366.759,-4720.52,13.5716,-1.3439,0,0,-0.622513,0.782609,90,90,255,1), + (83693,113769,1,334.516,-4771.12,12.6344,-1.55334,0,0,-0.700908,0.713252,90,90,255,1), + (83694,113769,1,366.175,-4687.22,16.6829,0.314158,0,0,0.156434,0.987688,90,90,255,1), + (83695,113769,1,335.926,-4807.64,10.048,-1.62316,0,0,-0.725376,0.688353,90,90,255,1), + (83696,113769,1,360.737,-4753.81,12.4097,0.034906,0,0,0.0174521,0.999848,90,90,255,1), + (83697,113769,1,293.007,-4709.49,13.0909,-1.6057,0,0,-0.719339,0.694659,90,90,255,1), + (83698,113769,0,-9499.26,18.693,57.2384,-0.872664,0,0,-0.422618,0.906308,90,90,255,1), + (83699,113769,0,-9497.64,83.6594,57.0273,-1.55334,0,0,-0.700908,0.713252,90,90,255,1), + (83700,113769,0,-9437.66,113.322,57.5165,-0.366518,0,0,-0.182235,0.983255,90,90,255,1), + (83701,113769,0,-9498.79,93.2223,57.4605,2.19912,0,0,0.891008,0.453988,90,90,255,1), + (83702,113769,0,-9440.68,147.358,55.9453,-2.35619,0,0,-0.923879,0.382686,90,90,255,1), + (83703,113769,0,-9479.48,10.1983,56.5309,-2.75761,0,0,-0.981626,0.190814,90,90,255,1), + (83704,113769,0,-9475.63,41.6743,56.553,2.91469,0,0,0.993571,0.113208,90,90,255,1), + (83705,113769,0,-9453.12,27.4328,56.5293,-1.91986,0,0,-0.819151,0.573577,90,90,255,1), + (83706,113769,0,-9462.04,126.975,58.974,1.13446,0,0,0.537298,0.843393,90,90,255,1), + (83707,113769,0,-9424.79,63.395,57.6167,1.74533,0,0,0.766045,0.642787,90,90,255,1), + (83708,113769,0,-9452.01,35.957,56.5571,1.02974,0,0,0.492422,0.870357,90,90,255,1), + (83709,113769,0,-9459.96,106.165,57.49,-1.67551,0,0,-0.743143,0.669133,90,90,255,1), + (83710,113769,0,-9473.21,77.1796,57.2729,-2.44346,0,0,-0.939692,0.342021,90,90,255,1), + (83711,113769,0,-9458,153.022,55.9447,0.820303,0,0,0.398748,0.91706,90,90,255,1), + (83712,113769,1,9865.53,996.175,1309.4,0.157079,0,0,0.0784588,0.996917,90,90,255,1), + (83713,113769,1,9828.72,931.172,1307,0.436332,0,0,0.216439,0.976296,90,90,255,1), + (83714,113769,1,9671.5,943.398,1290.74,-1.20428,0,0,-0.566407,0.824125,90,90,255,1), + (83715,113769,1,9887.4,931.878,1307.57,0.034906,0,0,0.0174521,0.999848,90,90,255,1), + (83716,113769,1,9764.24,946.022,1305.37,0.122173,0,0,0.0610485,0.998135,90,90,255,1), + (83717,113769,1,9857.75,973.229,1304.81,-1.48353,0,0,-0.67559,0.737277,90,90,255,1), + (83718,113769,1,9881.39,956.993,1308.8,2.60053,0,0,0.963629,0.267244,90,90,255,1), + (83719,113769,1,9813.14,936.665,1308.4,-1.67551,0,0,-0.743143,0.669133,90,90,255,1), + (83720,113769,1,9885.74,934.137,1307.54,1.97222,0,0,0.833885,0.551938,90,90,255,1), + (83721,113769,1,9837.1,978.411,1306.83,-1.5708,0,0,-0.707108,0.707106,90,90,255,1), + (83722,113769,1,9826.58,934.53,1307.48,2.61799,0,0,0.965925,0.258821,90,90,255,1), + (83723,113769,1,9810.81,976.968,1304.44,1.02974,0,0,0.492422,0.870357,90,90,255,1), + (83724,113769,1,9799.23,973.439,1303.22,2.26892,0,0,0.906306,0.422622,90,90,255,1), + (83725,113769,1,9786.63,932.97,1307.86,-1.93732,0,0,-0.824127,0.566404,90,90,255,1), + (83726,113769,1,9779.38,871.465,1297.43,-1.69297,0,0,-0.748956,0.66262,90,90,255,1), + (83727,113769,1,9683.44,933.646,1290.66,0.837757,0,0,0.406736,0.913546,90,90,255,1), + (83728,113769,1,9837.57,944.315,1306.87,-0.191985,0,0,-0.0958451,0.995396,90,90,255,1), + (83729,113769,1,9779.5,893.684,1297.87,2.1293,0,0,0.874619,0.48481,90,90,255,1), + (83730,113769,1,9847.42,956.816,1306.99,0.034906,0,0,0.0174521,0.999848,90,90,255,1), + (83731,113769,0,-9425.25,56.1703,57.147,2.58308,0,0,0.961261,0.275641,90,90,255,1), + (83732,113769,0,-5645.81,-506.301,397.12,-2.00713,0,0,-0.843392,0.537299,90,90,255,1), + (83733,113769,0,-5591.9,-508.067,401.45,3.12412,0,0,0.999962,0.00873622,90,90,255,1), + (83734,113769,0,-5588.74,-514.174,404.096,0.139624,0,0,0.0697553,0.997564,90,90,255,1), + (83735,113769,0,-5637.74,-529.753,404.601,1.11701,0,0,0.529919,0.848048,90,90,255,1), + (83736,113769,0,-5572.03,-457.206,403.206,-2.51327,0,0,-0.951056,0.309019,90,90,255,1), + (83737,113769,0,-5593.08,-490.495,397.65,-1.29154,0,0,-0.601814,0.798637,90,90,255,1), + (83738,113769,0,-5654.44,-499.233,396.82,2.26892,0,0,0.906306,0.422622,90,90,255,1), + (83739,113769,0,-5578.07,-508.541,404.096,-1.67551,0,0,-0.743143,0.669133,90,90,255,1), + (83740,113769,0,-5639,-504.025,396.669,-0.593412,0,0,-0.292372,0.956305,90,90,255,1), + (83741,113769,0,-5589.15,-477.107,397.566,1.58825,0,0,0.713251,0.700909,90,90,255,1), + (83742,113769,0,-5563.83,-535.074,409.956,-1.0821,0,0,-0.515036,0.857168,90,90,255,1), + (83743,113769,0,-5545.6,-497.103,402.079,-0.680679,0,0,-0.333807,0.942641,90,90,255,1), + (83744,113769,0,-5578.15,-516.451,404.096,-0.523598,0,0,-0.258819,0.965926,90,90,255,1), + (83745,113769,0,-5577.19,-521.814,401.477,-0.279252,0,0,-0.139173,0.990268,90,90,255,1), + (83746,113769,0,-5585.19,-461.908,402.358,-1.65806,0,0,-0.737276,0.675591,90,90,255,1), + (83747,113769,0,2329.17,293.34,35.1822,0.191985,0,0,0.0958451,0.995396,90,90,255,1), + (83748,113769,0,2292.77,237.933,34.1271,-0.069812,0,0,-0.0348989,0.999391,90,90,255,1), + (83749,113769,0,2213.58,336.073,35.305,2.79252,0,0,0.984807,0.173652,90,90,255,1), + (83750,113769,0,2276.78,277.681,35.1822,1.8675,0,0,0.803856,0.594824,90,90,255,1), + (83751,113769,0,2281.8,254.866,34.2742,3.10665,0,0,0.999847,0.0174704,90,90,255,1), + (83752,113769,0,2253.89,257.101,34.1357,-2.60053,0,0,-0.963629,0.267244,90,90,255,1), + (83753,113769,0,2300.46,301.747,35.1822,-1.64061,0,0,-0.731354,0.681998,90,90,255,1), + (83754,113769,0,2267.76,337.618,35.1634,-0.575957,0,0,-0.284015,0.95882,90,90,255,1), + (83755,113769,0,2244.67,255.382,34.1165,-1.0472,0,0,-0.500001,0.866025,90,90,255,1), + (83756,113769,0,2223.3,302.749,35.1891,2.04204,0,0,0.852641,0.522496,90,90,255,1), + (83757,113769,0,2327.95,296.68,35.1822,2.04204,0,0,0.852641,0.522496,90,90,255,1), + (83758,113769,0,2274.51,230.421,34.1227,3.10665,0,0,0.999847,0.0174704,90,90,255,1), + (83759,113769,1,-2328.32,-390.06,-7.95402,-2.32129,0,0,-0.91706,0.398748,90,90,255,1), + (83760,113769,1,-2142.55,-391.811,-2.58831,-0.436332,0,0,-0.216439,0.976296,90,90,255,1), + (83761,113769,1,-2253.64,-330.251,-9.4249,2.51327,0,0,0.951056,0.309019,90,90,255,1), + (83762,113769,1,-2273.24,-457.413,-8.11051,-1.18682,0,0,-0.559191,0.829039,90,90,255,1), + (83763,113769,1,-2415.03,-396.488,-2.10432,-1.36136,0,0,-0.629322,0.777145,90,90,255,1), + (83764,113769,1,-2282.72,-454.372,-8.4214,-0.488691,0,0,-0.241921,0.970296,90,90,255,1), + (83765,113769,1,-2257.6,-339.872,-9.4249,-1.58825,0,0,-0.713251,0.700909,90,90,255,1), + (83766,113769,1,-2392.4,-349.039,-9.12103,-0.890117,0,0,-0.430511,0.902586,90,90,255,1), + (83767,113769,1,-2217.09,-371.261,-8.67501,-0.401425,0,0,-0.199368,0.979925,90,90,255,1), + (83768,113769,1,-2361.37,-337.949,-8.81587,-1.93732,0,0,-0.824127,0.566404,90,90,255,1), + (83769,113769,1,-2332.23,-467.319,-7.1861,1.76278,0,0,0.771624,0.636079,90,90,255,1), + (83770,113769,1,-2219.93,-368.955,-8.82813,-2.37364,0,0,-0.927182,0.37461,90,90,255,1), + (83771,113769,1,-2327.32,-426.911,-6.94148,0.157079,0,0,0.0784588,0.996917,90,90,255,1), + (83772,113769,1,-2325.06,-384.088,-8.11107,-1.6057,0,0,-0.719339,0.694659,90,90,255,1), + (83773,113769,1,-2189.53,-402.936,-4.74416,-2.32129,0,0,-0.91706,0.398748,90,90,255,1), + (83774,113769,1,-2343.53,-346.44,-8.97363,-2.07694,0,0,-0.861629,0.507539,90,90,255,1), + (83775,113769,1,-2181.8,-399.684,-4.33336,1.62316,0,0,0.725376,0.688353,90,90,255,1), + (83776,113769,1,-2287.88,-288.458,-9.42493,-2.14675,0,0,-0.878816,0.477161,90,90,255,1), + (83777,113769,1,-2277.63,-455.945,-8.15756,-0.244346,0,0,-0.121869,0.992546,90,90,255,1), + (83778,113769,1,-2342.55,-349.972,-9.09746,2.21656,0,0,0.894933,0.446202,90,90,255,1), + (83779,113769,1,-2267.1,-251.087,-9.4249,-1.95477,0,0,-0.829038,0.559192,90,90,255,1), + (83780,113769,1,-2349.62,-364.796,-8.49972,-0.349065,0,0,-0.173648,0.984808,90,90,255,1), + (83781,113769,1,364.147,-4755.33,12.1667,0.191985,0,0,0.0958451,0.995396,90,90,255,1), + (83782,113769,1,360.941,-4771.22,12.4836,-0.488691,0,0,-0.241921,0.970296,90,90,255,1), + (83783,113769,1,272.177,-4783.31,11.2046,1.69297,0,0,0.748956,0.66262,90,90,255,1), + (83784,113769,1,329.909,-4774.56,12.3601,1.85005,0,0,0.798636,0.601815,90,90,255,1), + (83785,113769,1,301.934,-4870.28,10.2283,-0.104719,0,0,-0.0523356,0.99863,90,90,255,1), + (83786,113769,1,285.003,-4813.87,10.2344,-0.157079,0,0,-0.0784588,0.996917,90,90,255,1), + (83787,113769,1,337.672,-4791.33,11.2518,-2.72271,0,0,-0.978147,0.207914,90,90,255,1), + (83788,113769,1,311.033,-4850.38,10.2414,0.977383,0,0,0.469471,0.882948,90,90,255,1), + (83789,113769,1,315.357,-4667.37,16.2658,-2.05949,0,0,-0.857168,0.515037,90,90,255,1), + (83790,113769,1,302.731,-4666.8,16.5412,-3.00195,0,0,-0.997563,0.0697646,90,90,255,1), + (83791,113769,1,360.845,-4837.47,11.5441,-2.49582,0,0,-0.948324,0.317305,90,90,255,1), + (83792,113769,1,336.808,-4835.13,9.9855,2.67035,0,0,0.972369,0.233447,90,90,255,1), + (83793,113769,1,305.732,-4648.74,16.203,-2.37364,0,0,-0.927182,0.37461,90,90,255,1), + (83794,113769,0,-9463.67,144.868,57.6059,-0.471238,0,0,-0.233445,0.97237,90,90,255,1), + (83795,113769,0,-9455.36,81.6477,56.9433,-0.139624,0,0,-0.0697553,0.997564,90,90,255,1), + (83796,113769,0,-9418.3,50.1628,57.6712,0.383971,0,0,0.190808,0.981627,90,90,255,1), + (83797,113769,0,-9481.19,25.9235,56.6678,-2.47837,0,0,-0.945519,0.325567,90,90,255,1), + (83798,113769,0,-9426.95,114.794,58.422,0.383971,0,0,0.190808,0.981627,90,90,255,1), + (83799,113769,0,-9454.08,77.8566,57.1008,-1.93732,0,0,-0.824127,0.566404,90,90,255,1), + (83800,113769,0,-9471.69,9.24544,56.4663,-2.72271,0,0,-0.978147,0.207914,90,90,255,1), + (83801,113769,0,-9454,18.5163,56.5293,-2.25147,0,0,-0.902584,0.430513,90,90,255,1), + (83802,113769,0,-9477.54,52.1982,61.0346,-0.331611,0,0,-0.165047,0.986286,90,90,255,1), + (83803,113769,0,-9435.97,148.227,56.1291,2.51327,0,0,0.951056,0.309019,90,90,255,1), + (83804,113769,0,-9473.67,41.1319,58.0485,0.820303,0,0,0.398748,0.91706,90,90,255,1), + (83805,113769,0,-9481.81,19.8712,56.7135,-2.04204,0,0,-0.852641,0.522496,90,90,255,1), + (83806,113769,0,-9476.4,7.09245,56.7997,0.034906,0,0,0.0174521,0.999848,90,90,255,1), + (83807,113769,0,-9484.34,45.2543,57.344,2.16421,0,0,0.882948,0.469471,90,90,255,1), + (83808,113769,1,9677.68,968.157,1293.79,-2.19912,0,0,-0.891008,0.453988,90,90,255,1), + (83809,113769,1,9777.84,960.313,1306.68,-2.07694,0,0,-0.861629,0.507539,90,90,255,1), + (83810,113769,1,9761.61,931.511,1299.77,3.05433,0,0,0.999048,0.0436174,90,90,255,1), + (83811,113769,1,9830.56,928.174,1306.23,2.44346,0,0,0.939692,0.342021,90,90,255,1), + (83812,113769,1,9871.99,986.952,1309.37,0.139624,0,0,0.0697553,0.997564,90,90,255,1), + (83813,113769,1,9875.77,959.966,1308.55,1.06465,0,0,0.507538,0.861629,90,90,255,1), + (83814,113769,1,9733.58,963.843,1294.4,-2.82743,0,0,-0.987688,0.156436,90,90,255,1), + (83815,113769,1,9836.74,947.91,1306.71,-0.680679,0,0,-0.333807,0.942641,90,90,255,1), + (83816,113769,1,9809.5,936.323,1307.84,-2.37364,0,0,-0.927182,0.37461,90,90,255,1), + (83817,113769,1,9764.7,874.474,1297.42,0.645772,0,0,0.317305,0.948324,90,90,255,1), + (83818,113769,1,9718.43,988.639,1295.07,-2.9845,0,0,-0.996917,0.0784656,90,90,255,1), + (83819,113769,1,9805.17,933.522,1307.34,-1.5708,0,0,-0.707108,0.707106,90,90,255,1), + (83820,113769,1,9772.07,896.576,1297.12,1.78023,0,0,0.777144,0.629323,90,90,255,1), + (83821,113770,0,-9478.15,19.1694,58.3796,-2.0279,0,0,-0.848926,0.528512,180,180,255,1), + (83822,113770,0,-5550.99,-438.001,405.385,1.58825,0,0,0.713251,0.700909,180,180,255,1), + (83823,113770,0,-5592.34,-477.013,396.98,-1.81514,0,0,-0.78801,0.615662,180,180,255,1), + (83824,113770,0,-5614.05,-522.496,402.706,-2.58308,0,0,-0.961261,0.275641,180,180,255,1), + (83825,113770,0,-5606.81,-446.065,403.979,0.314158,0,0,0.156434,0.987688,180,180,255,1), + (83826,113770,0,-5561.38,-454.769,403.026,-2.26892,0,0,-0.906306,0.422622,180,180,255,1), + (83827,113770,0,-5603.32,-514.662,401.826,1.50098,0,0,0.681997,0.731355,180,180,255,1), + (83828,113770,0,-5655.44,-507.668,397.735,1.5708,0,0,0.707108,0.707106,180,180,255,1), + (83829,113770,0,-5574.19,-515.849,402.803,-2.1293,0,0,-0.874619,0.48481,180,180,255,1), + (83830,113770,0,-5551.12,-475.11,397.944,1.71042,0,0,0.754709,0.65606,180,180,255,1), + (83831,113770,0,-5537.1,-475.811,398.192,-1.64061,0,0,-0.731354,0.681998,180,180,255,1), + (83832,113770,0,-5651.76,-504.996,396.834,-0.087266,0,0,-0.0436192,0.999048,180,180,255,1), + (83833,113770,0,-5641.09,-493.862,396.657,0.63074,0,0,0.310168,0.950682,180,180,255,1), + (83834,113770,0,2290.35,292.878,35.1822,1.91986,0,0,0.819151,0.573577,180,180,255,1), + (83835,113770,0,2309.1,255.461,35.0443,-0.994837,0,0,-0.477158,0.878817,180,180,255,1), + (83836,113770,0,2208.54,304.432,34.365,-1.41372,0,0,-0.649449,0.760405,180,180,255,1), + (83837,113770,0,2320.28,266.164,35.1822,-0.366518,0,0,-0.182235,0.983255,180,180,255,1), + (83838,113770,0,2316.82,257.047,35.1435,0.628317,0,0,0.309016,0.951057,180,180,255,1), + (83839,113770,0,2326.6,290.614,35.1822,2.60053,0,0,0.963629,0.267244,180,180,255,1), + (83840,113770,0,2251.51,257.684,34.2285,0.925024,0,0,0.446198,0.894934,180,180,255,1), + (83841,113770,0,2269.77,326.815,39.5251,2.04204,0,0,0.852641,0.522496,180,180,255,1), + (83842,113770,0,2243,332.989,35.1891,2.93214,0,0,0.994521,0.104535,180,180,255,1), + (83843,113770,0,2287.56,253.053,34.2161,-2.49582,0,0,-0.948324,0.317305,180,180,255,1), + (83844,113770,0,2224.66,251.928,38.6254,-0.925024,0,0,-0.446198,0.894934,180,180,255,1), + (83845,113770,0,2270.68,254.028,34.1013,0.994837,0,0,0.477158,0.878817,180,180,255,1), + (83846,113770,0,2265.18,351.479,37.3527,-1.5708,0,0,-0.707108,0.707106,180,180,255,1), + (83847,113770,0,2294.58,247.73,34.1426,-2.46091,0,0,-0.942641,0.333809,180,180,255,1), + (83848,113770,0,2319.87,260.249,35.1822,-0.802851,0,0,-0.390731,0.920505,180,180,255,1), + (83849,113770,0,2270.7,345.182,35.1891,-0.383971,0,0,-0.190808,0.981627,180,180,255,1), + (83850,113770,0,2254.08,363.001,36.0739,-0.453785,0,0,-0.224951,0.97437,180,180,255,1), + (83851,113770,1,-2252.83,-331.365,-8.71657,-3.01941,0,0,-0.998134,0.0610534,180,180,255,1), + (83852,113770,1,-2347.83,-413.634,-8.96203,2.46091,0,0,0.942641,0.333809,180,180,255,1), + (83853,113770,1,-2278.85,-396.289,-9.35441,2.56563,0,0,0.958819,0.284017,180,180,255,1), + (83854,113770,1,-2382.2,-327.314,-9.51233,3.12412,0,0,0.999962,0.00873622,180,180,255,1), + (83855,113770,1,-2361.64,-364.892,-7.82731,-1.88495,0,0,-0.809015,0.587788,180,180,255,1), + (83856,113770,1,-2319.94,-266.866,-8.62991,-0.401425,0,0,-0.199368,0.979925,180,180,255,1), + (83857,113770,1,-2401.51,-397.701,0.737453,1.37881,0,0,0.636078,0.771625,180,180,255,1), + (83858,113770,1,-2300.45,-311.463,-9.42493,0.698132,0,0,0.34202,0.939693,180,180,255,1), + (83859,113770,1,-2330.31,-259.411,-7.49656,2.75761,0,0,0.981626,0.190814,180,180,255,1), + (83860,113770,1,319.55,-4699.1,15.9422,-1.8675,0,0,-0.803856,0.594824,180,180,255,1), + (83861,113770,1,385.884,-4708.23,13.3999,1.76278,0,0,0.771624,0.636079,180,180,255,1), + (83862,113770,1,332.496,-4763.72,12.6498,-2.84488,0,0,-0.989015,0.147813,180,180,255,1), + (83863,113770,1,365.13,-4765.51,12.5155,2.05949,0,0,0.857168,0.515037,180,180,255,1), + (83864,113770,1,355.27,-4747.92,11.8741,-1.81514,0,0,-0.78801,0.615662,180,180,255,1), + (83865,113770,1,339.025,-4710.06,15.1652,-2.32129,0,0,-0.91706,0.398748,180,180,255,1), + (83866,113770,1,312.225,-4690.04,15.8715,-1.51844,0,0,-0.688356,0.725373,180,180,255,1), + (83867,113770,1,337.99,-4857.98,10.3108,-0.453785,0,0,-0.224951,0.97437,180,180,255,1), + (83868,113770,1,334.895,-4708.26,15.738,-2.32129,0,0,-0.91706,0.398748,180,180,255,1), + (83869,113770,1,311.714,-4860.96,10.5356,3.14159,0,0,1,0.00000126759,180,180,255,1), + (83870,113770,1,369.171,-4767.85,12.4678,-1.01229,0,0,-0.484809,0.87462,180,180,255,1), + (83871,113770,1,355.702,-4660.29,16.7222,-3.05433,0,0,-0.999048,0.0436174,180,180,255,1), + (83872,113770,1,324.217,-4854.94,10.4052,-0.715585,0,0,-0.350207,0.936672,180,180,255,1), + (83873,113770,1,273.929,-4690.84,13.8783,2.05949,0,0,0.857168,0.515037,180,180,255,1), + (83874,113770,1,271.84,-4706.5,23.2444,3.06554,0,0,0.999277,0.0380171,180,180,255,1), + (83875,113770,0,-9478.88,39.2188,56.7774,3.03684,0,0,0.998629,0.0523524,180,180,255,1), + (83876,113770,0,-9413.68,102.249,58.979,-2.84488,0,0,-0.989015,0.147813,180,180,255,1), + (83877,113770,0,-9479.36,25.9265,60.9239,3.00195,0,0,0.997563,0.0697646,180,180,255,1), + (83878,113770,0,-9464.65,42.4915,56.6798,1.97222,0,0,0.833885,0.551938,180,180,255,1), + (83879,113770,0,-9450.44,85.7477,56.8878,-2.86233,0,0,-0.990267,0.139178,180,180,255,1), + (83880,113770,0,-9500.72,61.1516,60.5539,1.36136,0,0,0.629322,0.777145,180,180,255,1), + (83881,113770,0,-9464.39,40.1361,56.5732,1.62316,0,0,0.725376,0.688353,180,180,255,1), + (83882,113770,0,-9437.6,39.9129,57.0493,0.314158,0,0,0.156434,0.987688,180,180,255,1), + (83883,113770,0,-9423,109.674,58.8177,1.51844,0,0,0.688356,0.725373,180,180,255,1), + (83884,113770,0,-9475.32,5.74061,56.7991,-3.07177,0,0,-0.999391,0.0349043,180,180,255,1), + (83885,113770,0,-9455.78,14.8614,61.399,-0.069812,0,0,-0.0348989,0.999391,180,180,255,1), + (83886,113770,0,-9470.67,-9.53402,56.4724,2.68781,0,0,0.97437,0.22495,180,180,255,1), + (83887,113770,0,-9456.14,45.1139,56.5914,1.44862,0,0,0.662619,0.748957,180,180,255,1), + (83888,113770,0,-9504.12,67.5321,56.6661,-1.11701,0,0,-0.529919,0.848048,180,180,255,1), + (83889,113770,0,-9438.02,39.9557,61.0959,-0.767944,0,0,-0.374606,0.927184,180,180,255,1), + (83890,113770,0,-9456.51,-6.74995,56.5286,0.314158,0,0,0.156434,0.987688,180,180,255,1), + (83891,113770,0,-9455,39.2159,56.56,1.83259,0,0,0.793352,0.608764,180,180,255,1), + (83892,113770,0,-9464.07,81.39,57.0902,2.67035,0,0,0.972369,0.233447,180,180,255,1), + (83893,113770,1,9790.15,932.155,1308.1,-2.77507,0,0,-0.983255,0.182237,180,180,255,1), + (83894,113770,1,9784.21,969.43,1306.07,1.39626,0,0,0.642786,0.766046,180,180,255,1), + (83895,113770,1,9866.17,985.502,1309.27,-1.32645,0,0,-0.615661,0.788011,180,180,255,1), + (83896,113770,1,9714.7,990.938,1294.9,-0.261798,0,0,-0.130525,0.991445,180,180,255,1), + (83897,113770,1,9674.05,940.225,1290.33,-1.15192,0,0,-0.54464,0.83867,180,180,255,1), + (83898,113770,1,9858.89,912.83,1306.26,0.471238,0,0,0.233445,0.97237,180,180,255,1), + (83899,113770,1,9764.15,891.735,1298.14,-1.95477,0,0,-0.829038,0.559192,180,180,255,1), + (83900,113770,1,9841.93,978.247,1306.65,-0.890117,0,0,-0.430511,0.902586,180,180,255,1), + (83901,113770,1,9727.25,969.886,1294.64,-1.81514,0,0,-0.78801,0.615662,180,180,255,1), + (83902,113770,1,9800.32,925.253,1306.93,0.837757,0,0,0.406736,0.913546,180,180,255,1), + (83903,113770,1,9895.08,964.664,1310.53,0.59341,0,0,0.292371,0.956305,180,180,255,1), + (83904,113770,1,9721.95,987.234,1295.74,1.85005,0,0,0.798636,0.601815,180,180,255,1), + (83905,113770,1,9823.43,942.535,1307.1,1.37881,0,0,0.636078,0.771625,180,180,255,1), + (83906,113770,0,-5590.84,-507.505,404.096,-0.785397,0,0,-0.382683,0.92388,180,180,255,1), + (83907,113770,0,-5640.07,-511.86,398.785,-2.02458,0,0,-0.848048,0.52992,180,180,255,1), + (83908,113770,0,-5535.9,-504.5,401.225,-1.97222,0,0,-0.833885,0.551938,180,180,255,1), + (83909,113770,0,-5634.76,-478.435,396.986,-1.48353,0,0,-0.67559,0.737277,180,180,255,1), + (83910,113770,0,-5626.33,-478.569,396.98,2.49582,0,0,0.948324,0.317305,180,180,255,1), + (83911,113770,0,-5636.76,-501.881,396.669,-1.01229,0,0,-0.484809,0.87462,180,180,255,1), + (83912,113770,0,-5543.07,-475.489,397.938,1.18682,0,0,0.559191,0.829039,180,180,255,1), + (83913,113770,0,-5625.35,-523.544,403.863,0.680677,0,0,0.333806,0.942642,180,180,255,1), + (83914,113770,0,-5594.56,-460.384,402.493,-1.50098,0,0,-0.681997,0.731355,180,180,255,1), + (83915,113770,0,-5629.68,-477.993,397.1,-2.21656,0,0,-0.894933,0.446202,180,180,255,1), + (83916,113770,0,-5631.67,-478.306,397.142,-0.488691,0,0,-0.241921,0.970296,180,180,255,1), + (83917,113770,0,-5584.03,-462.619,402.307,0.523598,0,0,0.258819,0.965926,180,180,255,1), + (83918,113770,0,-5591.84,-501.423,400.11,1.0821,0,0,0.515036,0.857168,180,180,255,1), + (83919,113770,0,-5588.47,-506.387,401.389,0.331611,0,0,0.165047,0.986286,180,180,255,1), + (83920,113770,0,-5597.52,-476.048,396.98,-2.53072,0,0,-0.953716,0.300709,180,180,255,1), + (83921,113770,0,-5549.99,-499.271,401.701,-0.401425,0,0,-0.199368,0.979925,180,180,255,1), + (83922,113770,0,-5590.94,-497.848,399.436,-0.994837,0,0,-0.477158,0.878817,180,180,255,1), + (83923,113770,0,-5638.41,-530.448,404.927,2.46091,0,0,0.942641,0.333809,180,180,255,1), + (83924,113770,0,-5615.95,-446.212,404.559,-2.19912,0,0,-0.891008,0.453988,180,180,255,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (82595,175199,229,155.334,-353.045,70.8337,3.14159,0,0,1,0,180,255,0), - (82596,175200,229,155.321,-286.074,70.8763,0,0,0,1,0,180,255,0), - (82597,164725,229,126.879,-319.109,70.935,3.14159,0,0,1,0,180,100,1), - (82598,164726,229,108.036,-420.331,110.954,3.14159,0,0,1,0,180,100,0), - (82599,175244,229,216.443,-286.135,76.9406,3.14159,0,0,1,0,180,100,1), - (82600,175266,229,144.375,-240.826,91.4713,0,0,0,1,0,180,255,1), - (82601,175267,229,126.426,-240.77,91.4701,0,0,0,1,0,180,255,1), - (82602,175268,229,162.31,-240.765,91.4688,0,0,0,1,0,180,255,1), - (82603,175269,229,126.337,-258.731,91.4701,0,0,0,1,0,180,255,1), - (82604,175270,229,162.395,-258.904,91.4701,0,0,0,1,0,180,255,1), - (82605,175271,229,126.314,-276.79,91.4701,0,0,0,1,0,180,255,1), - (82606,175272,229,162.401,-276.824,91.4701,0,0,0,1,0,180,255,1), - (82607,175528,229,100.257,-313.14,66.5453,3.14159,0,0,1,0,180,255,1), - (82608,175529,229,100.257,-324.88,66.5453,3.14159,0,0,1,0,180,255,1), - (82609,175530,229,110.215,-324.88,68.0355,3.14159,0,0,1,0,180,255,1), - (82610,175531,229,110.215,-313.14,68.0355,3.14159,0,0,1,0,180,255,1), - (82611,175532,229,120.462,-324.88,73.5331,3.14159,0,0,1,0,180,255,1), - (82612,175533,229,120.462,-313.14,73.5331,3.14159,0,0,1,0,180,255,1), - (82613,176089,229,-18.8626,-360.394,-31.4268,2.51327,0,0,0,1,180,255,1), - (82614,175334,229,-32.4305,-403.26,-18.935,-2.26892,0,0,0,1,180,255,1), - (82615,175607,229,20.4895,-438.857,-18.7827,-2.26892,0,0,0,1,180,255,1), - (82616,175608,229,23.8203,-440.806,-18.7587,1.43117,0,0,0,1,180,255,1), - (82617,175609,229,20.9914,-443.119,-18.9183,1.0821,0,0,0,1,180,255,1), - (82633,177484,109,-490.969,135.714,-148.74,0.226892,0,0,0,1,180,255,1), - (82634,177484,109,-420.155,94.3731,-148.74,-2.32129,0,0,0,1,180,255,1), - (82635,177484,109,-515.046,95.1471,-148.74,2.74016,0,0,0,1,180,255,1), - (82636,177484,109,-491.396,53.5787,-148.74,-0.471238,0,0,0,1,180,255,1), - (82638,177485,109,-443.55,53.9243,-148.74,0.90757,0,0,0,1,180,255,1), - (82639,177485,109,-444.448,136.106,-148.74,0.331611,0,0,0,1,180,255,1), - (82643,181071,329,4044.34,-3334.22,115.06,2.74016,0,0,0.979924,0.199371,180,255,1), - (82644,181072,329,4044.34,-3334.23,115.06,1.16937,0,0,0.551937,0.833886,180,255,1), - (82698,181191,189,1778.06,1349.17,18.249,-0.628317,0,0,0,1,180,255,1), - (82699,181191,189,1775.75,1350.25,18.2316,2.75761,0,0,0,1,180,255,1), - (82716,148998,109,-451.389,272.707,-90.8275,2.49582,0,0,0,1,180,255,1), - (82717,148998,109,-467.622,290.573,-90.8275,0.523598,0,0,0,1,180,255,1), - (82718,148998,109,-477.915,285.49,-90.8275,-1.97222,0,0,0,1,180,255,1), - (82719,148998,109,-456.843,261.305,-90.8275,0.715585,0,0,0,1,180,255,1), - (82720,148998,109,-467.861,257.761,-90.8275,-3.12412,0,0,0,1,180,255,1), - (82721,148998,109,-456.914,286.912,-90.8275,1.09956,0,0,0,1,180,255,1), - (82722,148998,109,-482.814,271.267,-90.8275,-0.017452,0,0,0,1,180,255,1), - (82723,148998,109,-476.698,260.68,-90.8275,-1.23918,0,0,0,1,180,255,1), - (82731,148883,109,-515.68,95.1875,-148.74,-0.139624,0,0,0,1,-43200,255,1), - (82732,148883,109,-419.627,94.2566,-148.74,2.04204,0,0,0,1,-43200,255,1), - (82733,148883,109,-491.417,136.021,-148.74,0.872664,0,0,0,1,-43200,255,1), - (82734,148883,109,-491.569,53.2322,-148.74,-2.33874,0,0,0,1,-43200,255,1), - (82735,148883,109,-443.952,136.128,-148.74,0.209439,0,0,0,1,-43200,255,1), - (82736,148883,109,-443.355,53.7631,-148.74,2.37364,0,0,0,1,-43200,255,1), - (82759,149431,109,-518.154,-85.2353,-74.488,3.14159,0,0,1,0,180,255,1), - (82760,149432,109,-518.381,276.621,-90.8977,3.14159,0,0,1,0,180,255,0), - (82761,149433,109,-415.713,276.621,-90.8977,3.14159,0,0,1,0,180,255,0), - (82774,148937,109,-491.682,52.1352,-173.66,-2.426,0,0,0,1,-43200,255,1), - (82775,148937,109,-414.995,94.9034,-172.939,-0.139624,0,0,0,1,-43200,255,1), - (82776,148937,109,-443.315,137.201,-173.656,0.209439,0,0,0,1,-43200,255,1), - (82777,148937,109,-492.192,137.129,-173.643,-2.33874,0,0,0,1,-43200,255,1), - (82778,148937,109,-516.554,94.296,-173.651,-2.426,0,0,0,1,-43200,255,1), - (82779,148937,109,-442.858,52.5523,-173.662,2.04204,0,0,0,1,-43200,255,1), - (83091,113768,0,-9478.15,19.1694,58.3796,-2.0279,0,0,-0.848926,0.528512,60,255,1), - (83092,113768,0,-5550.99,-438.001,405.385,1.58825,0,0,0.713251,0.700909,60,255,1), - (83093,113768,0,-5592.34,-477.013,396.98,-1.81514,0,0,-0.78801,0.615662,60,255,1), - (83094,113768,0,-5614.05,-522.496,402.706,-2.58308,0,0,-0.961261,0.275641,60,255,1), - (83095,113768,0,-5606.81,-446.065,403.979,0.314158,0,0,0.156434,0.987688,60,255,1), - (83096,113768,0,-5561.38,-454.769,403.026,-2.26892,0,0,-0.906306,0.422622,60,255,1), - (83097,113768,0,-5603.32,-514.662,401.826,1.50098,0,0,0.681997,0.731355,60,255,1), - (83098,113768,0,-5655.44,-507.668,397.735,1.5708,0,0,0.707108,0.707106,60,255,1), - (83099,113768,0,-5574.19,-515.849,402.803,-2.1293,0,0,-0.874619,0.48481,60,255,1), - (83100,113768,0,-5551.12,-475.11,397.944,1.71042,0,0,0.754709,0.65606,60,255,1), - (83101,113768,0,-5537.1,-475.811,398.192,-1.64061,0,0,-0.731354,0.681998,60,255,1), - (83102,113768,0,-5651.76,-504.996,396.834,-0.087266,0,0,-0.0436192,0.999048,60,255,1), - (83103,113768,0,-5641.09,-493.862,396.657,0.63074,0,0,0.310168,0.950682,60,255,1), - (83104,113768,0,2290.35,292.878,35.1822,1.91986,0,0,0.819151,0.573577,60,255,1), - (83105,113768,0,2309.1,255.461,35.0443,-0.994837,0,0,-0.477158,0.878817,60,255,1), - (83106,113768,0,2208.54,304.432,34.365,-1.41372,0,0,-0.649449,0.760405,60,255,1), - (83107,113768,0,2320.28,266.164,35.1822,-0.366518,0,0,-0.182235,0.983255,60,255,1), - (83108,113768,0,2316.82,257.047,35.1435,0.628317,0,0,0.309016,0.951057,60,255,1), - (83109,113768,0,2326.6,290.614,35.1822,2.60053,0,0,0.963629,0.267244,60,255,1), - (83110,113768,0,2251.51,257.684,34.2285,0.925024,0,0,0.446198,0.894934,60,255,1), - (83111,113768,0,2269.77,326.815,39.5251,2.04204,0,0,0.852641,0.522496,60,255,1), - (83112,113768,0,2243,332.989,35.1891,2.93214,0,0,0.994521,0.104535,60,255,1), - (83113,113768,0,2287.56,253.053,34.2161,-2.49582,0,0,-0.948324,0.317305,60,255,1), - (83114,113768,0,2224.66,251.928,38.6254,-0.925024,0,0,-0.446198,0.894934,60,255,1), - (83115,113768,0,2270.68,254.028,34.1013,0.994837,0,0,0.477158,0.878817,60,255,1), - (83116,113768,0,2265.18,351.479,37.3527,-1.5708,0,0,-0.707108,0.707106,60,255,1), - (83117,113768,0,2294.58,247.73,34.1426,-2.46091,0,0,-0.942641,0.333809,60,255,1), - (83118,113768,0,2319.87,260.249,35.1822,-0.802851,0,0,-0.390731,0.920505,60,255,1), - (83119,113768,0,2270.7,345.182,35.1891,-0.383971,0,0,-0.190808,0.981627,60,255,1), - (83120,113768,0,2254.08,363.001,36.0739,-0.453785,0,0,-0.224951,0.97437,60,255,1), - (83121,113768,1,-2252.83,-331.365,-8.71657,-3.01941,0,0,-0.998134,0.0610534,60,255,1), - (83122,113768,1,-2347.83,-413.634,-8.96203,2.46091,0,0,0.942641,0.333809,60,255,1), - (83123,113768,1,-2278.85,-396.289,-9.35441,2.56563,0,0,0.958819,0.284017,60,255,1), - (83124,113768,1,-2382.2,-327.314,-9.51233,3.12412,0,0,0.999962,0.00873622,60,255,1), - (83125,113768,1,-2361.64,-364.892,-7.82731,-1.88495,0,0,-0.809015,0.587788,60,255,1), - (83126,113768,1,-2319.94,-266.866,-8.62991,-0.401425,0,0,-0.199368,0.979925,60,255,1), - (83127,113768,1,-2401.51,-397.701,0.737453,1.37881,0,0,0.636078,0.771625,60,255,1), - (83128,113768,1,-2300.45,-311.463,-9.42493,0.698132,0,0,0.34202,0.939693,60,255,1), - (83129,113768,1,-2330.31,-259.411,-7.49656,2.75761,0,0,0.981626,0.190814,60,255,1), - (83130,113768,1,319.55,-4699.1,15.9422,-1.8675,0,0,-0.803856,0.594824,60,255,1), - (83131,113768,1,385.884,-4708.23,13.3999,1.76278,0,0,0.771624,0.636079,60,255,1), - (83132,113768,1,332.496,-4763.72,12.6498,-2.84488,0,0,-0.989015,0.147813,60,255,1), - (83133,113768,1,365.13,-4765.51,12.5155,2.05949,0,0,0.857168,0.515037,60,255,1), - (83134,113768,1,355.27,-4747.92,11.8741,-1.81514,0,0,-0.78801,0.615662,60,255,1), - (83135,113768,1,339.025,-4710.06,15.1652,-2.32129,0,0,-0.91706,0.398748,60,255,1), - (83136,113768,1,312.225,-4690.04,15.8715,-1.51844,0,0,-0.688356,0.725373,60,255,1), - (83137,113768,1,337.99,-4857.98,10.3108,-0.453785,0,0,-0.224951,0.97437,60,255,1), - (83138,113768,1,334.895,-4708.26,15.738,-2.32129,0,0,-0.91706,0.398748,60,255,1), - (83139,113768,1,311.714,-4860.96,10.5356,3.14159,0,0,1,0.00000126759,60,255,1), - (83140,113768,1,369.171,-4767.85,12.4678,-1.01229,0,0,-0.484809,0.87462,60,255,1), - (83141,113768,1,355.702,-4660.29,16.7222,-3.05433,0,0,-0.999048,0.0436174,60,255,1), - (83142,113768,1,324.217,-4854.94,10.4052,-0.715585,0,0,-0.350207,0.936672,60,255,1), - (83143,113768,1,273.929,-4690.84,13.8783,2.05949,0,0,0.857168,0.515037,60,255,1), - (83144,113768,1,271.84,-4706.5,23.2444,3.06554,0,0,0.999277,0.0380171,60,255,1), - (83145,113768,0,-9478.88,39.2188,56.7774,3.03684,0,0,0.998629,0.0523524,60,255,1), - (83146,113768,0,-9413.68,102.249,58.979,-2.84488,0,0,-0.989015,0.147813,60,255,1), - (83147,113768,0,-9479.36,25.9265,60.9239,3.00195,0,0,0.997563,0.0697646,60,255,1), - (83148,113768,0,-9464.65,42.4915,56.6798,1.97222,0,0,0.833885,0.551938,60,255,1), - (83149,113768,0,-9450.44,85.7477,56.8878,-2.86233,0,0,-0.990267,0.139178,60,255,1), - (83150,113768,0,-9500.72,61.1516,60.5539,1.36136,0,0,0.629322,0.777145,60,255,1), - (83151,113768,0,-9464.39,40.1361,56.5732,1.62316,0,0,0.725376,0.688353,60,255,1), - (83152,113768,0,-9437.6,39.9129,57.0493,0.314158,0,0,0.156434,0.987688,60,255,1), - (83153,113768,0,-9423,109.674,58.8177,1.51844,0,0,0.688356,0.725373,60,255,1), - (83154,113768,0,-9475.32,5.74061,56.7991,-3.07177,0,0,-0.999391,0.0349043,60,255,1), - (83155,113768,0,-9455.78,14.8614,61.399,-0.069812,0,0,-0.0348989,0.999391,60,255,1), - (83156,113768,0,-9470.67,-9.53402,56.4724,2.68781,0,0,0.97437,0.22495,60,255,1), - (83157,113768,0,-9456.14,45.1139,56.5914,1.44862,0,0,0.662619,0.748957,60,255,1), - (83158,113768,0,-9504.12,67.5321,56.6661,-1.11701,0,0,-0.529919,0.848048,60,255,1), - (83159,113768,0,-9438.02,39.9557,61.0959,-0.767944,0,0,-0.374606,0.927184,60,255,1), - (83160,113768,0,-9456.51,-6.74995,56.5286,0.314158,0,0,0.156434,0.987688,60,255,1), - (83161,113768,0,-9455,39.2159,56.56,1.83259,0,0,0.793352,0.608764,60,255,1), - (83162,113768,0,-9464.07,81.39,57.0902,2.67035,0,0,0.972369,0.233447,60,255,1), - (83163,113768,1,9790.15,932.155,1308.1,-2.77507,0,0,-0.983255,0.182237,60,255,1), - (83164,113768,1,9784.21,969.43,1306.07,1.39626,0,0,0.642786,0.766046,60,255,1), - (83165,113768,1,9866.17,985.502,1309.27,-1.32645,0,0,-0.615661,0.788011,60,255,1), - (83166,113768,1,9714.7,990.938,1294.9,-0.261798,0,0,-0.130525,0.991445,60,255,1), - (83167,113768,1,9674.05,940.225,1290.33,-1.15192,0,0,-0.54464,0.83867,60,255,1), - (83168,113768,1,9858.89,912.83,1306.26,0.471238,0,0,0.233445,0.97237,60,255,1), - (83169,113768,1,9764.15,891.735,1298.14,-1.95477,0,0,-0.829038,0.559192,60,255,1), - (83170,113768,1,9841.93,978.247,1306.65,-0.890117,0,0,-0.430511,0.902586,60,255,1), - (83171,113768,1,9727.25,969.886,1294.64,-1.81514,0,0,-0.78801,0.615662,60,255,1), - (83172,113768,1,9800.32,925.253,1306.93,0.837757,0,0,0.406736,0.913546,60,255,1), - (83173,113768,1,9895.08,964.664,1310.53,0.59341,0,0,0.292371,0.956305,60,255,1), - (83174,113768,1,9721.95,987.234,1295.74,1.85005,0,0,0.798636,0.601815,60,255,1), - (83175,113768,1,9823.43,942.535,1307.1,1.37881,0,0,0.636078,0.771625,60,255,1), - (83176,113768,0,-5590.84,-507.505,404.096,-0.785397,0,0,-0.382683,0.92388,60,255,1), - (83177,113768,0,-5640.07,-511.86,398.785,-2.02458,0,0,-0.848048,0.52992,60,255,1), - (83178,113768,0,-5535.9,-504.5,401.225,-1.97222,0,0,-0.833885,0.551938,60,255,1), - (83179,113768,0,-5634.76,-478.435,396.986,-1.48353,0,0,-0.67559,0.737277,60,255,1), - (83180,113768,0,-5626.33,-478.569,396.98,2.49582,0,0,0.948324,0.317305,60,255,1), - (83181,113768,0,-5636.76,-501.881,396.669,-1.01229,0,0,-0.484809,0.87462,60,255,1), - (83182,113768,0,-5543.07,-475.489,397.938,1.18682,0,0,0.559191,0.829039,60,255,1), - (83183,113768,0,-5625.35,-523.544,403.863,0.680677,0,0,0.333806,0.942642,60,255,1), - (83184,113768,0,-5594.56,-460.384,402.493,-1.50098,0,0,-0.681997,0.731355,60,255,1), - (83185,113768,0,-5629.68,-477.993,397.1,-2.21656,0,0,-0.894933,0.446202,60,255,1), - (83186,113768,0,-5631.67,-478.306,397.142,-0.488691,0,0,-0.241921,0.970296,60,255,1), - (83187,113768,0,-5584.03,-462.619,402.307,0.523598,0,0,0.258819,0.965926,60,255,1), - (83188,113768,0,-5591.84,-501.423,400.11,1.0821,0,0,0.515036,0.857168,60,255,1), - (83189,113768,0,-5588.47,-506.387,401.389,0.331611,0,0,0.165047,0.986286,60,255,1), - (83190,113768,0,-5597.52,-476.048,396.98,-2.53072,0,0,-0.953716,0.300709,60,255,1), - (83191,113768,0,-5549.99,-499.271,401.701,-0.401425,0,0,-0.199368,0.979925,60,255,1), - (83192,113768,0,-5590.94,-497.848,399.436,-0.994837,0,0,-0.477158,0.878817,60,255,1), - (83193,113768,0,-5638.41,-530.448,404.927,2.46091,0,0,0.942641,0.333809,60,255,1), - (83194,113768,0,-5615.95,-446.212,404.559,-2.19912,0,0,-0.891008,0.453988,60,255,1), - (83195,113768,0,2230.17,280.454,34.9558,0.942477,0,0,0.45399,0.891007,60,255,1), - (83196,113768,0,2297.69,300.578,35.1822,-1.53589,0,0,-0.694658,0.71934,60,255,1), - (83197,113768,0,2245.9,337.244,35.1891,-0.506145,0,0,-0.25038,0.968148,60,255,1), - (83198,113768,0,2290.1,334.649,34.7058,2.47837,0,0,0.945519,0.325567,60,255,1), - (83199,113768,0,2234.99,325.446,35.1891,2.63544,0,0,0.968147,0.250383,60,255,1), - (83200,113768,0,2252.76,227.375,34.0718,-0.872664,0,0,-0.422618,0.906308,60,255,1), - (83201,113768,0,2259.43,330.983,36.3222,-1.6057,0,0,-0.719339,0.694659,60,255,1), - (83202,113768,0,2221.68,321.805,35.1891,1.95477,0,0,0.829038,0.559192,60,255,1), - (83203,113768,0,2220.47,305.173,35.1891,-0.314158,0,0,-0.156434,0.987688,60,255,1), - (83204,113768,0,2273.9,236.948,34.1165,-1.48353,0,0,-0.67559,0.737277,60,255,1), - (83205,113768,0,2301,305.172,35.183,1.91986,0,0,0.819151,0.573577,60,255,1), - (83206,113768,0,2254.79,265.947,34.956,2.44346,0,0,0.939692,0.342021,60,255,1), - (83207,113768,0,2268.4,254.78,34.1026,0.785397,0,0,0.382683,0.92388,60,255,1), - (83208,113768,0,2288.67,269.537,35.1818,1.23918,0,0,0.580701,0.814117,60,255,1), - (83209,113768,1,-2215.67,-302.492,-9.19235,-1.93732,0,0,-0.824127,0.566404,60,255,1), - (83210,113768,1,-2355.53,-364.941,-8.70328,-1.3439,0,0,-0.622513,0.782609,60,255,1), - (83211,113768,1,-2184.88,-403.019,-4.54368,0.942477,0,0,0.45399,0.891007,60,255,1), - (83212,113768,1,-2299.22,-420.457,-7.85127,1.02974,0,0,0.492422,0.870357,60,255,1), - (83213,113768,1,-2269.72,-459.976,-8.11767,3.10665,0,0,0.999847,0.0174704,60,255,1), - (83214,113768,1,-2282.8,-256.798,-9.42493,-2.07694,0,0,-0.861629,0.507539,60,255,1), - (83215,113768,1,-2230.25,-366.455,-9.53273,3.03684,0,0,0.998629,0.0523524,60,255,1), - (83216,113768,1,-2240.67,-319.601,-9.4249,1.55334,0,0,0.700908,0.713252,60,255,1), - (83217,113768,1,-2390.04,-339.815,-9.40793,0.244346,0,0,0.121869,0.992546,60,255,1), - (83218,113768,1,-2407.54,-318.334,-14.9107,-1.44862,0,0,-0.662619,0.748957,60,255,1), - (83219,113768,1,-2377.04,-409.395,-4.16336,0.261798,0,0,0.130525,0.991445,60,255,1), - (83220,113768,1,-2176.45,-410.324,-4.76947,1.95477,0,0,0.829038,0.559192,60,255,1), - (83221,113768,1,-2349.92,-296.166,-9.42485,0.471238,0,0,0.233445,0.97237,60,255,1), - (83222,113768,1,-2235.36,-302.007,-9.4249,0.401425,0,0,0.199368,0.979925,60,255,1), - (83223,113768,1,-2326.97,-465.051,-6.85658,1.309,0,0,0.608763,0.793352,60,255,1), - (83224,113768,1,318.375,-4782.64,10.141,-1.5708,0,0,-0.707108,0.707106,60,255,1), - (83225,113768,1,321.199,-4696.81,16.8911,1.41372,0,0,0.649449,0.760405,60,255,1), - (83226,113768,1,273.639,-4729.33,13.6144,1.83259,0,0,0.793352,0.608764,60,255,1), - (83227,113768,1,316.161,-4769.37,11.734,-1.39626,0,0,-0.642786,0.766046,60,255,1), - (83228,113768,1,340.698,-4711.14,14.7984,2.18166,0,0,0.88701,0.461749,60,255,1), - (83229,113768,1,362.317,-4839.45,11.7993,-0.349065,0,0,-0.173648,0.984808,60,255,1), - (83230,113768,1,352.032,-4839.19,10.8115,2.25147,0,0,0.902584,0.430513,60,255,1), - (83231,113768,1,344.143,-4778.53,12.5144,2.1293,0,0,0.874619,0.48481,60,255,1), - (83232,113768,1,301.796,-4656.72,16.5482,2.26892,0,0,0.906306,0.422622,60,255,1), - (83233,113768,1,328.287,-4662.62,16.5336,-2.65289,0,0,-0.970294,0.241927,60,255,1), - (83234,113768,1,328.954,-4769.87,12.5832,-3.12412,0,0,-0.999962,0.00873622,60,255,1), - (83235,113768,1,322.019,-4706.11,15.0523,-0.069812,0,0,-0.0348989,0.999391,60,255,1), - (83236,113768,1,389.87,-4706.99,13.3076,2.00713,0,0,0.843392,0.537299,60,255,1), - (83237,113768,1,317.044,-4880.76,11.8096,1.85005,0,0,0.798636,0.601815,60,255,1), - (83238,113768,1,298.309,-4846.51,10.1528,-2.89724,0,0,-0.992546,0.121873,60,255,1), - (83239,113768,1,290.46,-4840.13,10.2261,-0.069812,0,0,-0.0348989,0.999391,60,255,1), - (83240,113768,1,268.52,-4690.78,14.7459,-2.1293,0,0,-0.874619,0.48481,60,255,1), - (83241,113768,1,334.04,-4715.24,14.4623,2.93214,0,0,0.994521,0.104535,60,255,1), - (83242,113768,1,363.896,-4700.45,14.5315,3.12412,0,0,0.999962,0.00873622,60,255,1), - (83243,113768,1,330.677,-4863.7,10.592,-3.03684,0,0,-0.998629,0.0523524,60,255,1), - (83244,113768,0,-9430.14,63.5273,56.7842,3.01941,0,0,0.998134,0.0610534,60,255,1), - (83245,113768,0,-9482.21,13.31,56.5975,-2.56563,0,0,-0.958819,0.284017,60,255,1), - (83246,113768,0,-9475.91,82.3177,56.938,-0.750491,0,0,-0.366501,0.930418,60,255,1), - (83247,113768,0,-9470.95,44.3876,56.5081,-1.97222,0,0,-0.833885,0.551938,60,255,1), - (83248,113768,0,-9460.02,-10.796,56.4792,1.22173,0,0,0.573576,0.819152,60,255,1), - (83249,113768,0,-9427.19,91.4728,61.218,-1.3439,0,0,-0.622513,0.782609,60,255,1), - (83250,113768,0,-9473.44,-4.50597,56.474,-1.5708,0,0,-0.707108,0.707106,60,255,1), - (83251,113768,0,-9480.42,32.3588,56.8705,0.890117,0,0,0.430511,0.902586,60,255,1), - (83252,113768,0,-9471.21,43.4096,56.5602,2.1293,0,0,0.874619,0.48481,60,255,1), - (83253,113768,0,-9417.96,114.415,59.9746,1.15192,0,0,0.54464,0.83867,60,255,1), - (83254,113768,0,-9501.33,77.8762,57.3364,0,0,0,0,1,60,255,1), - (83255,113768,0,-9474,119.081,61.166,-1.79769,0,0,-0.782608,0.622514,60,255,1), - (83256,113768,1,9882.33,957.396,1311.03,2.26892,0,0,0.906306,0.422622,60,255,1), - (83257,113768,1,9794.08,935.433,1307.5,-2.426,0,0,-0.936671,0.350211,60,255,1), - (83258,113768,1,9860.89,910.633,1306.13,2.84488,0,0,0.989015,0.147813,60,255,1), - (83259,113768,1,9785.59,883.094,1298.15,-0.157079,0,0,-0.0784588,0.996917,60,255,1), - (83260,113768,1,9750.54,904.029,1295.52,0.261798,0,0,0.130525,0.991445,60,255,1), - (83261,113768,1,9860.36,912.735,1308.56,0.139624,0,0,0.0697553,0.997564,60,255,1), - (83262,113768,1,9785.07,936.801,1307.39,1.46608,0,0,0.669132,0.743144,60,255,1), - (83263,113768,1,9784.58,934.681,1307.62,2.14675,0,0,0.878816,0.477161,60,255,1), - (83264,113768,1,9834.79,977.89,1306.55,-1.20428,0,0,-0.566407,0.824125,60,255,1), - (83265,113768,1,9797.21,924.884,1306.87,-1.16937,0,0,-0.551937,0.833886,60,255,1), - (83266,113768,1,9805.41,932.733,1309.3,-0.785397,0,0,-0.382683,0.92388,60,255,1), - (83267,113768,1,9823.78,920.982,1304.59,-2.87979,0,0,-0.991445,0.130528,60,255,1), - (83268,113768,1,9818.83,940.406,1308.31,0.977383,0,0,0.469471,0.882948,60,255,1), - (83269,113768,1,9778.07,966.872,1306.55,-0.122173,0,0,-0.0610485,0.998135,60,255,1), - (83270,113768,1,9814.18,938.75,1308.31,1.23918,0,0,0.580701,0.814117,60,255,1), - (83271,113768,1,9796.97,926.811,1306.86,2.35619,0,0,0.923879,0.382686,60,255,1), - (83272,113768,0,-9447.39,121.598,58.344,-1.81514,0,0,-0.78801,0.615662,60,255,1), - (83273,113768,0,-5666.08,-496.141,397.645,-1.98967,0,0,-0.838669,0.544641,60,255,1), - (83274,113768,0,-5572.73,-462.93,402.268,2.87979,0,0,0.991445,0.130528,60,255,1), - (83275,113768,0,-5561.03,-445.583,403.801,-0.872664,0,0,-0.422618,0.906308,60,255,1), - (83276,113768,0,-5633.71,-500.428,396.669,-2.49582,0,0,-0.948324,0.317305,60,255,1), - (83277,113768,0,-5588.15,-451.483,403.206,-0.017452,0,0,-0.00872589,0.999962,60,255,1), - (83278,113768,0,-5531.9,-461.554,403.146,-1.15192,0,0,-0.54464,0.83867,60,255,1), - (83279,113768,0,-5583.84,-476.837,397.763,1.81514,0,0,0.78801,0.615662,60,255,1), - (83280,113768,0,-5641.92,-530.151,404.553,1.62316,0,0,0.725376,0.688353,60,255,1), - (83281,113768,0,-5628.72,-497.477,397.06,-0.872664,0,0,-0.422618,0.906308,60,255,1), - (83282,113768,0,-5554.67,-446.838,403.451,2.11185,0,0,0.870356,0.492423,60,255,1), - (83283,113768,0,-5570.37,-454.21,402.226,-3.05433,0,0,-0.999048,0.0436174,60,255,1), - (83284,113768,0,-5659.62,-501.994,397.399,0.418879,0,0,0.207912,0.978148,60,255,1), - (83285,113768,0,-5639.82,-477.943,396.838,-1.48353,0,0,-0.67559,0.737277,60,255,1), - (83286,113768,0,-5545.37,-475.142,397.95,0.366518,0,0,0.182235,0.983255,60,255,1), - (83287,113768,0,-5653.4,-498.022,396.764,1.29154,0,0,0.601814,0.798637,60,255,1), - (83288,113768,0,2241.92,236.328,34.1165,-2.87979,0,0,-0.991445,0.130528,60,255,1), - (83289,113768,0,2256.33,227.711,33.9971,1.01229,0,0,0.484809,0.87462,60,255,1), - (83290,113768,0,2279.55,233.383,34.058,-1.78023,0,0,-0.777144,0.629323,60,255,1), - (83291,113768,0,2279.05,252.351,34.1165,1.23918,0,0,0.580701,0.814117,60,255,1), - (83292,113768,0,2280.59,276.046,35.1822,-3.10665,0,0,-0.999847,0.0174704,60,255,1), - (83293,113768,0,2263.44,275.185,35.0897,-2.58308,0,0,-0.961261,0.275641,60,255,1), - (83294,113768,0,2261.52,271.906,35.1071,0.855211,0,0,0.414693,0.909961,60,255,1), - (83295,113768,0,2284.83,255.729,34.4603,0.680677,0,0,0.333806,0.942642,60,255,1), - (83296,113768,0,2243.81,335.75,35.1891,-2.00713,0,0,-0.843392,0.537299,60,255,1), - (83297,113768,0,2269.76,349.737,35.1891,1.62316,0,0,0.725376,0.688353,60,255,1), - (83298,113768,0,2242.42,241.394,34.1165,1.72787,0,0,0.760404,0.64945,60,255,1), - (83299,113768,0,2261.34,354.016,35.1891,0.453785,0,0,0.224951,0.97437,60,255,1), - (83300,113768,0,2306.1,254.331,35.0089,-1.76278,0,0,-0.771624,0.636079,60,255,1), - (83301,113768,0,2251.45,230.18,33.8394,-1.309,0,0,-0.608763,0.793352,60,255,1), - (83302,113768,0,2285.03,233.674,34.1271,-0.174532,0,0,-0.0871553,0.996195,60,255,1), - (83303,113768,0,2241.22,229.603,34.1162,1.0472,0,0,0.500001,0.866025,60,255,1), - (83304,113768,0,2303.15,256.494,35.1353,-0.90757,0,0,-0.438371,0.898794,60,255,1), - (83305,113768,0,2253.14,346.404,35.1891,1.64061,0,0,0.731354,0.681998,60,255,1), - (83306,113768,1,-2416.27,-388.87,-2.01838,1.85005,0,0,0.798636,0.601815,60,255,1), - (83307,113768,1,-2370.64,-357.866,-9.02786,-2.86233,0,0,-0.990267,0.139178,60,255,1), - (83308,113768,1,-2350.81,-305.639,-9.42381,-3.12412,0,0,-0.999962,0.00873622,60,255,1), - (83309,113768,1,-2388.35,-336.116,-9.55712,-0.226892,0,0,-0.113203,0.993572,60,255,1), - (83310,113768,1,-2327.26,-390.677,-7.06189,2.00713,0,0,0.843392,0.537299,60,255,1), - (83311,113768,1,-2273.41,-276.896,-9.42493,0.59341,0,0,0.292371,0.956305,60,255,1), - (83312,113768,1,-2346.15,-345.014,-9.10675,3.05433,0,0,0.999048,0.0436174,60,255,1), - (83313,113768,1,-2361.18,-363.496,-8.84961,1.20428,0,0,0.566407,0.824125,60,255,1), - (83314,113768,1,-2334.79,-445.241,-6.39006,-0.017452,0,0,-0.00872589,0.999962,60,255,1), - (83315,113768,1,-2371.84,-313.507,-9.70727,-0.401425,0,0,-0.199368,0.979925,60,255,1), - (83316,113768,1,-2352.68,-366.205,-8.41767,-1.85005,0,0,-0.798636,0.601815,60,255,1), - (83317,113768,1,-2402.84,-323.602,-13.509,-2.94959,0,0,-0.995395,0.0958539,60,255,1), - (83318,113768,1,-2331.95,-308.408,-9.42488,2.11185,0,0,0.870356,0.492423,60,255,1), - (83319,113768,1,-2335.44,-470.686,-7.50702,-1.23918,0,0,-0.580701,0.814117,60,255,1), - (83320,113768,1,-2241.8,-285.282,-9.4249,3.14159,0,0,1,0.00000126759,60,255,1), - (83321,113768,1,304.742,-4654.34,16.3163,2.30383,0,0,0.913544,0.406739,60,255,1), - (83322,113768,1,267.416,-4781.64,11.3797,2.33874,0,0,0.920505,0.390732,60,255,1), - (83323,113768,1,270.699,-4774.46,12.0508,2.00713,0,0,0.843392,0.537299,60,255,1), - (83324,113768,1,296.473,-4784.95,10.6485,-0.506145,0,0,-0.25038,0.968148,60,255,1), - (83325,113768,1,291.972,-4769.19,11.7897,-0.575957,0,0,-0.284015,0.95882,60,255,1), - (83326,113768,1,330.1,-4843.18,10.0217,-2.30383,0,0,-0.913544,0.406739,60,255,1), - (83327,113768,1,366.759,-4720.52,13.5716,-1.3439,0,0,-0.622513,0.782609,60,255,1), - (83328,113768,1,334.516,-4771.12,12.6344,-1.55334,0,0,-0.700908,0.713252,60,255,1), - (83329,113768,1,366.175,-4687.22,16.6829,0.314158,0,0,0.156434,0.987688,60,255,1), - (83330,113768,1,335.926,-4807.64,10.048,-1.62316,0,0,-0.725376,0.688353,60,255,1), - (83331,113768,1,360.737,-4753.81,12.4097,0.034906,0,0,0.0174521,0.999848,60,255,1), - (83332,113768,1,293.007,-4709.49,13.0909,-1.6057,0,0,-0.719339,0.694659,60,255,1), - (83333,113768,0,-9499.26,18.693,57.2384,-0.872664,0,0,-0.422618,0.906308,60,255,1), - (83334,113768,0,-9497.64,83.6594,57.0273,-1.55334,0,0,-0.700908,0.713252,60,255,1), - (83335,113768,0,-9437.66,113.322,57.5165,-0.366518,0,0,-0.182235,0.983255,60,255,1), - (83336,113768,0,-9498.79,93.2223,57.4605,2.19912,0,0,0.891008,0.453988,60,255,1), - (83337,113768,0,-9440.68,147.358,55.9453,-2.35619,0,0,-0.923879,0.382686,60,255,1), - (83338,113768,0,-9479.48,10.1983,56.5309,-2.75761,0,0,-0.981626,0.190814,60,255,1), - (83339,113768,0,-9475.63,41.6743,56.553,2.91469,0,0,0.993571,0.113208,60,255,1), - (83340,113768,0,-9453.12,27.4328,56.5293,-1.91986,0,0,-0.819151,0.573577,60,255,1), - (83341,113768,0,-9462.04,126.975,58.974,1.13446,0,0,0.537298,0.843393,60,255,1), - (83342,113768,0,-9424.79,63.395,57.6167,1.74533,0,0,0.766045,0.642787,60,255,1), - (83343,113768,0,-9452.01,35.957,56.5571,1.02974,0,0,0.492422,0.870357,60,255,1), - (83344,113768,0,-9459.96,106.165,57.49,-1.67551,0,0,-0.743143,0.669133,60,255,1), - (83345,113768,0,-9473.21,77.1796,57.2729,-2.44346,0,0,-0.939692,0.342021,60,255,1), - (83346,113768,0,-9458,153.022,55.9447,0.820303,0,0,0.398748,0.91706,60,255,1), - (83347,113768,1,9865.53,996.175,1309.4,0.157079,0,0,0.0784588,0.996917,60,255,1), - (83348,113768,1,9828.72,931.172,1307,0.436332,0,0,0.216439,0.976296,60,255,1), - (83349,113768,1,9671.5,943.398,1290.74,-1.20428,0,0,-0.566407,0.824125,60,255,1), - (83350,113768,1,9887.4,931.878,1307.57,0.034906,0,0,0.0174521,0.999848,60,255,1), - (83351,113768,1,9764.24,946.022,1305.37,0.122173,0,0,0.0610485,0.998135,60,255,1), - (83352,113768,1,9857.75,973.229,1304.81,-1.48353,0,0,-0.67559,0.737277,60,255,1), - (83353,113768,1,9881.39,956.993,1308.8,2.60053,0,0,0.963629,0.267244,60,255,1), - (83354,113768,1,9813.14,936.665,1308.4,-1.67551,0,0,-0.743143,0.669133,60,255,1), - (83355,113768,1,9885.74,934.137,1307.54,1.97222,0,0,0.833885,0.551938,60,255,1), - (83356,113768,1,9837.1,978.411,1306.83,-1.5708,0,0,-0.707108,0.707106,60,255,1), - (83357,113768,1,9826.58,934.53,1307.48,2.61799,0,0,0.965925,0.258821,60,255,1), - (83358,113768,1,9810.81,976.968,1304.44,1.02974,0,0,0.492422,0.870357,60,255,1), - (83359,113768,1,9799.23,973.439,1303.22,2.26892,0,0,0.906306,0.422622,60,255,1), - (83360,113768,1,9786.63,932.97,1307.86,-1.93732,0,0,-0.824127,0.566404,60,255,1), - (83361,113768,1,9779.38,871.465,1297.43,-1.69297,0,0,-0.748956,0.66262,60,255,1), - (83362,113768,1,9683.44,933.646,1290.66,0.837757,0,0,0.406736,0.913546,60,255,1), - (83363,113768,1,9837.57,944.315,1306.87,-0.191985,0,0,-0.0958451,0.995396,60,255,1), - (83364,113768,1,9779.5,893.684,1297.87,2.1293,0,0,0.874619,0.48481,60,255,1), - (83365,113768,1,9847.42,956.816,1306.99,0.034906,0,0,0.0174521,0.999848,60,255,1), - (83366,113768,0,-9425.25,56.1703,57.147,2.58308,0,0,0.961261,0.275641,60,255,1), - (83367,113768,0,-5645.81,-506.301,397.12,-2.00713,0,0,-0.843392,0.537299,60,255,1), - (83368,113768,0,-5591.9,-508.067,401.45,3.12412,0,0,0.999962,0.00873622,60,255,1), - (83369,113768,0,-5588.74,-514.174,404.096,0.139624,0,0,0.0697553,0.997564,60,255,1), - (83370,113768,0,-5637.74,-529.753,404.601,1.11701,0,0,0.529919,0.848048,60,255,1), - (83371,113768,0,-5572.03,-457.206,403.206,-2.51327,0,0,-0.951056,0.309019,60,255,1), - (83372,113768,0,-5593.08,-490.495,397.65,-1.29154,0,0,-0.601814,0.798637,60,255,1), - (83373,113768,0,-5654.44,-499.233,396.82,2.26892,0,0,0.906306,0.422622,60,255,1), - (83374,113768,0,-5578.07,-508.541,404.096,-1.67551,0,0,-0.743143,0.669133,60,255,1), - (83375,113768,0,-5639,-504.025,396.669,-0.593412,0,0,-0.292372,0.956305,60,255,1), - (83376,113768,0,-5589.15,-477.107,397.566,1.58825,0,0,0.713251,0.700909,60,255,1), - (83377,113768,0,-5563.83,-535.074,409.956,-1.0821,0,0,-0.515036,0.857168,60,255,1), - (83378,113768,0,-5545.6,-497.103,402.079,-0.680679,0,0,-0.333807,0.942641,60,255,1), - (83379,113768,0,-5578.15,-516.451,404.096,-0.523598,0,0,-0.258819,0.965926,60,255,1), - (83380,113768,0,-5577.19,-521.814,401.477,-0.279252,0,0,-0.139173,0.990268,60,255,1), - (83381,113768,0,-5585.19,-461.908,402.358,-1.65806,0,0,-0.737276,0.675591,60,255,1), - (83382,113768,0,2329.17,293.34,35.1822,0.191985,0,0,0.0958451,0.995396,60,255,1), - (83383,113768,0,2292.77,237.933,34.1271,-0.069812,0,0,-0.0348989,0.999391,60,255,1), - (83384,113768,0,2213.58,336.073,35.305,2.79252,0,0,0.984807,0.173652,60,255,1), - (83385,113768,0,2276.78,277.681,35.1822,1.8675,0,0,0.803856,0.594824,60,255,1), - (83386,113768,0,2281.8,254.866,34.2742,3.10665,0,0,0.999847,0.0174704,60,255,1), - (83387,113768,0,2253.89,257.101,34.1357,-2.60053,0,0,-0.963629,0.267244,60,255,1), - (83388,113768,0,2300.46,301.747,35.1822,-1.64061,0,0,-0.731354,0.681998,60,255,1), - (83389,113768,0,2267.76,337.618,35.1634,-0.575957,0,0,-0.284015,0.95882,60,255,1), - (83390,113768,0,2244.67,255.382,34.1165,-1.0472,0,0,-0.500001,0.866025,60,255,1), - (83391,113768,0,2223.3,302.749,35.1891,2.04204,0,0,0.852641,0.522496,60,255,1), - (83392,113768,0,2327.95,296.68,35.1822,2.04204,0,0,0.852641,0.522496,60,255,1), - (83393,113768,0,2274.51,230.421,34.1227,3.10665,0,0,0.999847,0.0174704,60,255,1), - (83394,113768,1,-2328.32,-390.06,-7.95402,-2.32129,0,0,-0.91706,0.398748,60,255,1), - (83395,113768,1,-2142.55,-391.811,-2.58831,-0.436332,0,0,-0.216439,0.976296,60,255,1), - (83396,113768,1,-2253.64,-330.251,-9.4249,2.51327,0,0,0.951056,0.309019,60,255,1), - (83397,113768,1,-2273.24,-457.413,-8.11051,-1.18682,0,0,-0.559191,0.829039,60,255,1), - (83398,113768,1,-2415.03,-396.488,-2.10432,-1.36136,0,0,-0.629322,0.777145,60,255,1), - (83399,113768,1,-2282.72,-454.372,-8.4214,-0.488691,0,0,-0.241921,0.970296,60,255,1), - (83400,113768,1,-2257.6,-339.872,-9.4249,-1.58825,0,0,-0.713251,0.700909,60,255,1), - (83401,113768,1,-2392.4,-349.039,-9.12103,-0.890117,0,0,-0.430511,0.902586,60,255,1), - (83402,113768,1,-2217.09,-371.261,-8.67501,-0.401425,0,0,-0.199368,0.979925,60,255,1), - (83403,113768,1,-2361.37,-337.949,-8.81587,-1.93732,0,0,-0.824127,0.566404,60,255,1), - (83404,113768,1,-2332.23,-467.319,-7.1861,1.76278,0,0,0.771624,0.636079,60,255,1), - (83405,113768,1,-2219.93,-368.955,-8.82813,-2.37364,0,0,-0.927182,0.37461,60,255,1), - (83406,113768,1,-2327.32,-426.911,-6.94148,0.157079,0,0,0.0784588,0.996917,60,255,1), - (83407,113768,1,-2325.06,-384.088,-8.11107,-1.6057,0,0,-0.719339,0.694659,60,255,1), - (83408,113768,1,-2189.53,-402.936,-4.74416,-2.32129,0,0,-0.91706,0.398748,60,255,1), - (83409,113768,1,-2343.53,-346.44,-8.97363,-2.07694,0,0,-0.861629,0.507539,60,255,1), - (83410,113768,1,-2181.8,-399.684,-4.33336,1.62316,0,0,0.725376,0.688353,60,255,1), - (83411,113768,1,-2287.88,-288.458,-9.42493,-2.14675,0,0,-0.878816,0.477161,60,255,1), - (83412,113768,1,-2277.63,-455.945,-8.15756,-0.244346,0,0,-0.121869,0.992546,60,255,1), - (83413,113768,1,-2342.55,-349.972,-9.09746,2.21656,0,0,0.894933,0.446202,60,255,1), - (83414,113768,1,-2267.1,-251.087,-9.4249,-1.95477,0,0,-0.829038,0.559192,60,255,1), - (83415,113768,1,-2349.62,-364.796,-8.49972,-0.349065,0,0,-0.173648,0.984808,60,255,1), - (83416,113768,1,364.147,-4755.33,12.1667,0.191985,0,0,0.0958451,0.995396,60,255,1), - (83417,113768,1,360.941,-4771.22,12.4836,-0.488691,0,0,-0.241921,0.970296,60,255,1), - (83418,113768,1,272.177,-4783.31,11.2046,1.69297,0,0,0.748956,0.66262,60,255,1), - (83419,113768,1,329.909,-4774.56,12.3601,1.85005,0,0,0.798636,0.601815,60,255,1), - (83420,113768,1,301.934,-4870.28,10.2283,-0.104719,0,0,-0.0523356,0.99863,60,255,1), - (83421,113768,1,285.003,-4813.87,10.2344,-0.157079,0,0,-0.0784588,0.996917,60,255,1), - (83422,113768,1,337.672,-4791.33,11.2518,-2.72271,0,0,-0.978147,0.207914,60,255,1), - (83423,113768,1,311.033,-4850.38,10.2414,0.977383,0,0,0.469471,0.882948,60,255,1), - (83424,113768,1,315.357,-4667.37,16.2658,-2.05949,0,0,-0.857168,0.515037,60,255,1), - (83425,113768,1,302.731,-4666.8,16.5412,-3.00195,0,0,-0.997563,0.0697646,60,255,1), - (83426,113768,1,360.845,-4837.47,11.5441,-2.49582,0,0,-0.948324,0.317305,60,255,1), - (83427,113768,1,336.808,-4835.13,9.9855,2.67035,0,0,0.972369,0.233447,60,255,1), - (83428,113768,1,305.732,-4648.74,16.203,-2.37364,0,0,-0.927182,0.37461,60,255,1), - (83429,113768,0,-9463.67,144.868,57.6059,-0.471238,0,0,-0.233445,0.97237,60,255,1), - (83430,113768,0,-9455.36,81.6477,56.9433,-0.139624,0,0,-0.0697553,0.997564,60,255,1), - (83431,113768,0,-9418.3,50.1628,57.6712,0.383971,0,0,0.190808,0.981627,60,255,1), - (83432,113768,0,-9481.19,25.9235,56.6678,-2.47837,0,0,-0.945519,0.325567,60,255,1), - (83433,113768,0,-9426.95,114.794,58.422,0.383971,0,0,0.190808,0.981627,60,255,1), - (83434,113768,0,-9454.08,77.8566,57.1008,-1.93732,0,0,-0.824127,0.566404,60,255,1), - (83435,113768,0,-9471.69,9.24544,56.4663,-2.72271,0,0,-0.978147,0.207914,60,255,1), - (83436,113768,0,-9454,18.5163,56.5293,-2.25147,0,0,-0.902584,0.430513,60,255,1), - (83437,113768,0,-9477.54,52.1982,61.0346,-0.331611,0,0,-0.165047,0.986286,60,255,1), - (83438,113768,0,-9435.97,148.227,56.1291,2.51327,0,0,0.951056,0.309019,60,255,1), - (83439,113768,0,-9473.67,41.1319,58.0485,0.820303,0,0,0.398748,0.91706,60,255,1), - (83440,113768,0,-9481.81,19.8712,56.7135,-2.04204,0,0,-0.852641,0.522496,60,255,1), - (83441,113768,0,-9476.4,7.09245,56.7997,0.034906,0,0,0.0174521,0.999848,60,255,1), - (83442,113768,0,-9484.34,45.2543,57.344,2.16421,0,0,0.882948,0.469471,60,255,1), - (83443,113768,1,9677.68,968.157,1293.79,-2.19912,0,0,-0.891008,0.453988,60,255,1), - (83444,113768,1,9777.84,960.313,1306.68,-2.07694,0,0,-0.861629,0.507539,60,255,1), - (83445,113768,1,9761.61,931.511,1299.77,3.05433,0,0,0.999048,0.0436174,60,255,1), - (83446,113768,1,9830.56,928.174,1306.23,2.44346,0,0,0.939692,0.342021,60,255,1), - (83447,113768,1,9871.99,986.952,1309.37,0.139624,0,0,0.0697553,0.997564,60,255,1), - (83448,113768,1,9875.77,959.966,1308.55,1.06465,0,0,0.507538,0.861629,60,255,1), - (83449,113768,1,9733.58,963.843,1294.4,-2.82743,0,0,-0.987688,0.156436,60,255,1), - (83450,113768,1,9836.74,947.91,1306.71,-0.680679,0,0,-0.333807,0.942641,60,255,1), - (83451,113768,1,9809.5,936.323,1307.84,-2.37364,0,0,-0.927182,0.37461,60,255,1), - (83452,113768,1,9764.7,874.474,1297.42,0.645772,0,0,0.317305,0.948324,60,255,1), - (83453,113768,1,9718.43,988.639,1295.07,-2.9845,0,0,-0.996917,0.0784656,60,255,1), - (83454,113768,1,9805.17,933.522,1307.34,-1.5708,0,0,-0.707108,0.707106,60,255,1), - (83455,113768,1,9772.07,896.576,1297.12,1.78023,0,0,0.777144,0.629323,60,255,1), - (83456,113769,0,-9478.15,19.1694,58.3796,-2.0279,0,0,-0.848926,0.528512,90,255,1), - (83457,113769,0,-5550.99,-438.001,405.385,1.58825,0,0,0.713251,0.700909,90,255,1), - (83458,113769,0,-5592.34,-477.013,396.98,-1.81514,0,0,-0.78801,0.615662,90,255,1), - (83459,113769,0,-5614.05,-522.496,402.706,-2.58308,0,0,-0.961261,0.275641,90,255,1), - (83460,113769,0,-5606.81,-446.065,403.979,0.314158,0,0,0.156434,0.987688,90,255,1), - (83461,113769,0,-5561.38,-454.769,403.026,-2.26892,0,0,-0.906306,0.422622,90,255,1), - (83462,113769,0,-5603.32,-514.662,401.826,1.50098,0,0,0.681997,0.731355,90,255,1), - (83463,113769,0,-5655.44,-507.668,397.735,1.5708,0,0,0.707108,0.707106,90,255,1), - (83464,113769,0,-5574.19,-515.849,402.803,-2.1293,0,0,-0.874619,0.48481,90,255,1), - (83465,113769,0,-5551.12,-475.11,397.944,1.71042,0,0,0.754709,0.65606,90,255,1), - (83466,113769,0,-5537.1,-475.811,398.192,-1.64061,0,0,-0.731354,0.681998,90,255,1), - (83467,113769,0,-5651.76,-504.996,396.834,-0.087266,0,0,-0.0436192,0.999048,90,255,1), - (83468,113769,0,-5641.09,-493.862,396.657,0.63074,0,0,0.310168,0.950682,90,255,1), - (83469,113769,0,2290.35,292.878,35.1822,1.91986,0,0,0.819151,0.573577,90,255,1), - (83470,113769,0,2309.1,255.461,35.0443,-0.994837,0,0,-0.477158,0.878817,90,255,1), - (83471,113769,0,2208.54,304.432,34.365,-1.41372,0,0,-0.649449,0.760405,90,255,1), - (83472,113769,0,2320.28,266.164,35.1822,-0.366518,0,0,-0.182235,0.983255,90,255,1), - (83473,113769,0,2316.82,257.047,35.1435,0.628317,0,0,0.309016,0.951057,90,255,1), - (83474,113769,0,2326.6,290.614,35.1822,2.60053,0,0,0.963629,0.267244,90,255,1), - (83475,113769,0,2251.51,257.684,34.2285,0.925024,0,0,0.446198,0.894934,90,255,1), - (83476,113769,0,2269.77,326.815,39.5251,2.04204,0,0,0.852641,0.522496,90,255,1), - (83477,113769,0,2243,332.989,35.1891,2.93214,0,0,0.994521,0.104535,90,255,1), - (83478,113769,0,2287.56,253.053,34.2161,-2.49582,0,0,-0.948324,0.317305,90,255,1), - (83479,113769,0,2224.66,251.928,38.6254,-0.925024,0,0,-0.446198,0.894934,90,255,1), - (83480,113769,0,2270.68,254.028,34.1013,0.994837,0,0,0.477158,0.878817,90,255,1), - (83481,113769,0,2265.18,351.479,37.3527,-1.5708,0,0,-0.707108,0.707106,90,255,1), - (83482,113769,0,2294.58,247.73,34.1426,-2.46091,0,0,-0.942641,0.333809,90,255,1), - (83483,113769,0,2319.87,260.249,35.1822,-0.802851,0,0,-0.390731,0.920505,90,255,1), - (83484,113769,0,2270.7,345.182,35.1891,-0.383971,0,0,-0.190808,0.981627,90,255,1), - (83485,113769,0,2254.08,363.001,36.0739,-0.453785,0,0,-0.224951,0.97437,90,255,1), - (83486,113769,1,-2252.83,-331.365,-8.71657,-3.01941,0,0,-0.998134,0.0610534,90,255,1), - (83487,113769,1,-2347.83,-413.634,-8.96203,2.46091,0,0,0.942641,0.333809,90,255,1), - (83488,113769,1,-2278.85,-396.289,-9.35441,2.56563,0,0,0.958819,0.284017,90,255,1), - (83489,113769,1,-2382.2,-327.314,-9.51233,3.12412,0,0,0.999962,0.00873622,90,255,1), - (83490,113769,1,-2361.64,-364.892,-7.82731,-1.88495,0,0,-0.809015,0.587788,90,255,1), - (83491,113769,1,-2319.94,-266.866,-8.62991,-0.401425,0,0,-0.199368,0.979925,90,255,1), - (83492,113769,1,-2401.51,-397.701,0.737453,1.37881,0,0,0.636078,0.771625,90,255,1), - (83493,113769,1,-2300.45,-311.463,-9.42493,0.698132,0,0,0.34202,0.939693,90,255,1), - (83494,113769,1,-2330.31,-259.411,-7.49656,2.75761,0,0,0.981626,0.190814,90,255,1), - (83495,113769,1,319.55,-4699.1,15.9422,-1.8675,0,0,-0.803856,0.594824,90,255,1), - (83496,113769,1,385.884,-4708.23,13.3999,1.76278,0,0,0.771624,0.636079,90,255,1), - (83497,113769,1,332.496,-4763.72,12.6498,-2.84488,0,0,-0.989015,0.147813,90,255,1), - (83498,113769,1,365.13,-4765.51,12.5155,2.05949,0,0,0.857168,0.515037,90,255,1), - (83499,113769,1,355.27,-4747.92,11.8741,-1.81514,0,0,-0.78801,0.615662,90,255,1), - (83500,113769,1,339.025,-4710.06,15.1652,-2.32129,0,0,-0.91706,0.398748,90,255,1), - (83501,113769,1,312.225,-4690.04,15.8715,-1.51844,0,0,-0.688356,0.725373,90,255,1), - (83502,113769,1,337.99,-4857.98,10.3108,-0.453785,0,0,-0.224951,0.97437,90,255,1), - (83503,113769,1,334.895,-4708.26,15.738,-2.32129,0,0,-0.91706,0.398748,90,255,1), - (83504,113769,1,311.714,-4860.96,10.5356,3.14159,0,0,1,0.00000126759,90,255,1), - (83505,113769,1,369.171,-4767.85,12.4678,-1.01229,0,0,-0.484809,0.87462,90,255,1), - (83506,113769,1,355.702,-4660.29,16.7222,-3.05433,0,0,-0.999048,0.0436174,90,255,1), - (83507,113769,1,324.217,-4854.94,10.4052,-0.715585,0,0,-0.350207,0.936672,90,255,1), - (83508,113769,1,273.929,-4690.84,13.8783,2.05949,0,0,0.857168,0.515037,90,255,1), - (83509,113769,1,271.84,-4706.5,23.2444,3.06554,0,0,0.999277,0.0380171,90,255,1), - (83510,113769,0,-9478.88,39.2188,56.7774,3.03684,0,0,0.998629,0.0523524,90,255,1), - (83511,113769,0,-9413.68,102.249,58.979,-2.84488,0,0,-0.989015,0.147813,90,255,1), - (83512,113769,0,-9479.36,25.9265,60.9239,3.00195,0,0,0.997563,0.0697646,90,255,1), - (83513,113769,0,-9464.65,42.4915,56.6798,1.97222,0,0,0.833885,0.551938,90,255,1), - (83514,113769,0,-9450.44,85.7477,56.8878,-2.86233,0,0,-0.990267,0.139178,90,255,1), - (83515,113769,0,-9500.72,61.1516,60.5539,1.36136,0,0,0.629322,0.777145,90,255,1), - (83516,113769,0,-9464.39,40.1361,56.5732,1.62316,0,0,0.725376,0.688353,90,255,1), - (83517,113769,0,-9437.6,39.9129,57.0493,0.314158,0,0,0.156434,0.987688,90,255,1), - (83518,113769,0,-9423,109.674,58.8177,1.51844,0,0,0.688356,0.725373,90,255,1), - (83519,113769,0,-9475.32,5.74061,56.7991,-3.07177,0,0,-0.999391,0.0349043,90,255,1), - (83520,113769,0,-9455.78,14.8614,61.399,-0.069812,0,0,-0.0348989,0.999391,90,255,1), - (83521,113769,0,-9470.67,-9.53402,56.4724,2.68781,0,0,0.97437,0.22495,90,255,1), - (83522,113769,0,-9456.14,45.1139,56.5914,1.44862,0,0,0.662619,0.748957,90,255,1), - (83523,113769,0,-9504.12,67.5321,56.6661,-1.11701,0,0,-0.529919,0.848048,90,255,1), - (83524,113769,0,-9438.02,39.9557,61.0959,-0.767944,0,0,-0.374606,0.927184,90,255,1), - (83525,113769,0,-9456.51,-6.74995,56.5286,0.314158,0,0,0.156434,0.987688,90,255,1), - (83526,113769,0,-9455,39.2159,56.56,1.83259,0,0,0.793352,0.608764,90,255,1), - (83527,113769,0,-9464.07,81.39,57.0902,2.67035,0,0,0.972369,0.233447,90,255,1), - (83528,113769,1,9790.15,932.155,1308.1,-2.77507,0,0,-0.983255,0.182237,90,255,1), - (83529,113769,1,9784.21,969.43,1306.07,1.39626,0,0,0.642786,0.766046,90,255,1), - (83530,113769,1,9866.17,985.502,1309.27,-1.32645,0,0,-0.615661,0.788011,90,255,1), - (83531,113769,1,9714.7,990.938,1294.9,-0.261798,0,0,-0.130525,0.991445,90,255,1), - (83532,113769,1,9674.05,940.225,1290.33,-1.15192,0,0,-0.54464,0.83867,90,255,1), - (83533,113769,1,9858.89,912.83,1306.26,0.471238,0,0,0.233445,0.97237,90,255,1), - (83534,113769,1,9764.15,891.735,1298.14,-1.95477,0,0,-0.829038,0.559192,90,255,1), - (83535,113769,1,9841.93,978.247,1306.65,-0.890117,0,0,-0.430511,0.902586,90,255,1), - (83536,113769,1,9727.25,969.886,1294.64,-1.81514,0,0,-0.78801,0.615662,90,255,1), - (83537,113769,1,9800.32,925.253,1306.93,0.837757,0,0,0.406736,0.913546,90,255,1), - (83538,113769,1,9895.08,964.664,1310.53,0.59341,0,0,0.292371,0.956305,90,255,1), - (83539,113769,1,9721.95,987.234,1295.74,1.85005,0,0,0.798636,0.601815,90,255,1), - (83540,113769,1,9823.43,942.535,1307.1,1.37881,0,0,0.636078,0.771625,90,255,1), - (83541,113769,0,-5590.84,-507.505,404.096,-0.785397,0,0,-0.382683,0.92388,90,255,1), - (83542,113769,0,-5640.07,-511.86,398.785,-2.02458,0,0,-0.848048,0.52992,90,255,1), - (83543,113769,0,-5535.9,-504.5,401.225,-1.97222,0,0,-0.833885,0.551938,90,255,1), - (83544,113769,0,-5634.76,-478.435,396.986,-1.48353,0,0,-0.67559,0.737277,90,255,1), - (83545,113769,0,-5626.33,-478.569,396.98,2.49582,0,0,0.948324,0.317305,90,255,1), - (83546,113769,0,-5636.76,-501.881,396.669,-1.01229,0,0,-0.484809,0.87462,90,255,1), - (83547,113769,0,-5543.07,-475.489,397.938,1.18682,0,0,0.559191,0.829039,90,255,1), - (83548,113769,0,-5625.35,-523.544,403.863,0.680677,0,0,0.333806,0.942642,90,255,1), - (83549,113769,0,-5594.56,-460.384,402.493,-1.50098,0,0,-0.681997,0.731355,90,255,1), - (83550,113769,0,-5629.68,-477.993,397.1,-2.21656,0,0,-0.894933,0.446202,90,255,1), - (83551,113769,0,-5631.67,-478.306,397.142,-0.488691,0,0,-0.241921,0.970296,90,255,1), - (83552,113769,0,-5584.03,-462.619,402.307,0.523598,0,0,0.258819,0.965926,90,255,1), - (83553,113769,0,-5591.84,-501.423,400.11,1.0821,0,0,0.515036,0.857168,90,255,1), - (83554,113769,0,-5588.47,-506.387,401.389,0.331611,0,0,0.165047,0.986286,90,255,1), - (83555,113769,0,-5597.52,-476.048,396.98,-2.53072,0,0,-0.953716,0.300709,90,255,1), - (83556,113769,0,-5549.99,-499.271,401.701,-0.401425,0,0,-0.199368,0.979925,90,255,1), - (83557,113769,0,-5590.94,-497.848,399.436,-0.994837,0,0,-0.477158,0.878817,90,255,1), - (83558,113769,0,-5638.41,-530.448,404.927,2.46091,0,0,0.942641,0.333809,90,255,1), - (83559,113769,0,-5615.95,-446.212,404.559,-2.19912,0,0,-0.891008,0.453988,90,255,1), - (83560,113769,0,2230.17,280.454,34.9558,0.942477,0,0,0.45399,0.891007,90,255,1), - (83561,113769,0,2297.69,300.578,35.1822,-1.53589,0,0,-0.694658,0.71934,90,255,1), - (83562,113769,0,2245.9,337.244,35.1891,-0.506145,0,0,-0.25038,0.968148,90,255,1), - (83563,113769,0,2290.1,334.649,34.7058,2.47837,0,0,0.945519,0.325567,90,255,1), - (83564,113769,0,2234.99,325.446,35.1891,2.63544,0,0,0.968147,0.250383,90,255,1), - (83565,113769,0,2252.76,227.375,34.0718,-0.872664,0,0,-0.422618,0.906308,90,255,1), - (83566,113769,0,2259.43,330.983,36.3222,-1.6057,0,0,-0.719339,0.694659,90,255,1), - (83567,113769,0,2221.68,321.805,35.1891,1.95477,0,0,0.829038,0.559192,90,255,1), - (83568,113769,0,2220.47,305.173,35.1891,-0.314158,0,0,-0.156434,0.987688,90,255,1), - (83569,113769,0,2273.9,236.948,34.1165,-1.48353,0,0,-0.67559,0.737277,90,255,1), - (83570,113769,0,2301,305.172,35.183,1.91986,0,0,0.819151,0.573577,90,255,1), - (83571,113769,0,2254.79,265.947,34.956,2.44346,0,0,0.939692,0.342021,90,255,1), - (83572,113769,0,2268.4,254.78,34.1026,0.785397,0,0,0.382683,0.92388,90,255,1), - (83573,113769,0,2288.67,269.537,35.1818,1.23918,0,0,0.580701,0.814117,90,255,1), - (83574,113769,1,-2215.67,-302.492,-9.19235,-1.93732,0,0,-0.824127,0.566404,90,255,1), - (83575,113769,1,-2355.53,-364.941,-8.70328,-1.3439,0,0,-0.622513,0.782609,90,255,1), - (83576,113769,1,-2184.88,-403.019,-4.54368,0.942477,0,0,0.45399,0.891007,90,255,1), - (83577,113769,1,-2299.22,-420.457,-7.85127,1.02974,0,0,0.492422,0.870357,90,255,1), - (83578,113769,1,-2269.72,-459.976,-8.11767,3.10665,0,0,0.999847,0.0174704,90,255,1), - (83579,113769,1,-2282.8,-256.798,-9.42493,-2.07694,0,0,-0.861629,0.507539,90,255,1), - (83580,113769,1,-2230.25,-366.455,-9.53273,3.03684,0,0,0.998629,0.0523524,90,255,1), - (83581,113769,1,-2240.67,-319.601,-9.4249,1.55334,0,0,0.700908,0.713252,90,255,1), - (83582,113769,1,-2390.04,-339.815,-9.40793,0.244346,0,0,0.121869,0.992546,90,255,1), - (83583,113769,1,-2407.54,-318.334,-14.9107,-1.44862,0,0,-0.662619,0.748957,90,255,1), - (83584,113769,1,-2377.04,-409.395,-4.16336,0.261798,0,0,0.130525,0.991445,90,255,1), - (83585,113769,1,-2176.45,-410.324,-4.76947,1.95477,0,0,0.829038,0.559192,90,255,1), - (83586,113769,1,-2349.92,-296.166,-9.42485,0.471238,0,0,0.233445,0.97237,90,255,1), - (83587,113769,1,-2235.36,-302.007,-9.4249,0.401425,0,0,0.199368,0.979925,90,255,1), - (83588,113769,1,-2326.97,-465.051,-6.85658,1.309,0,0,0.608763,0.793352,90,255,1), - (83589,113769,1,318.375,-4782.64,10.141,-1.5708,0,0,-0.707108,0.707106,90,255,1), - (83590,113769,1,321.199,-4696.81,16.8911,1.41372,0,0,0.649449,0.760405,90,255,1), - (83591,113769,1,273.639,-4729.33,13.6144,1.83259,0,0,0.793352,0.608764,90,255,1), - (83592,113769,1,316.161,-4769.37,11.734,-1.39626,0,0,-0.642786,0.766046,90,255,1), - (83593,113769,1,340.698,-4711.14,14.7984,2.18166,0,0,0.88701,0.461749,90,255,1), - (83594,113769,1,362.317,-4839.45,11.7993,-0.349065,0,0,-0.173648,0.984808,90,255,1), - (83595,113769,1,352.032,-4839.19,10.8115,2.25147,0,0,0.902584,0.430513,90,255,1), - (83596,113769,1,344.143,-4778.53,12.5144,2.1293,0,0,0.874619,0.48481,90,255,1), - (83597,113769,1,301.796,-4656.72,16.5482,2.26892,0,0,0.906306,0.422622,90,255,1), - (83598,113769,1,328.287,-4662.62,16.5336,-2.65289,0,0,-0.970294,0.241927,90,255,1), - (83599,113769,1,328.954,-4769.87,12.5832,-3.12412,0,0,-0.999962,0.00873622,90,255,1), - (83600,113769,1,322.019,-4706.11,15.0523,-0.069812,0,0,-0.0348989,0.999391,90,255,1), - (83601,113769,1,389.87,-4706.99,13.3076,2.00713,0,0,0.843392,0.537299,90,255,1), - (83602,113769,1,317.044,-4880.76,11.8096,1.85005,0,0,0.798636,0.601815,90,255,1), - (83603,113769,1,298.309,-4846.51,10.1528,-2.89724,0,0,-0.992546,0.121873,90,255,1), - (83604,113769,1,290.46,-4840.13,10.2261,-0.069812,0,0,-0.0348989,0.999391,90,255,1), - (83605,113769,1,268.52,-4690.78,14.7459,-2.1293,0,0,-0.874619,0.48481,90,255,1), - (83606,113769,1,334.04,-4715.24,14.4623,2.93214,0,0,0.994521,0.104535,90,255,1), - (83607,113769,1,363.896,-4700.45,14.5315,3.12412,0,0,0.999962,0.00873622,90,255,1), - (83608,113769,1,330.677,-4863.7,10.592,-3.03684,0,0,-0.998629,0.0523524,90,255,1), - (83609,113769,0,-9430.14,63.5273,56.7842,3.01941,0,0,0.998134,0.0610534,90,255,1), - (83610,113769,0,-9482.21,13.31,56.5975,-2.56563,0,0,-0.958819,0.284017,90,255,1), - (83611,113769,0,-9475.91,82.3177,56.938,-0.750491,0,0,-0.366501,0.930418,90,255,1), - (83612,113769,0,-9470.95,44.3876,56.5081,-1.97222,0,0,-0.833885,0.551938,90,255,1), - (83613,113769,0,-9460.02,-10.796,56.4792,1.22173,0,0,0.573576,0.819152,90,255,1), - (83614,113769,0,-9427.19,91.4728,61.218,-1.3439,0,0,-0.622513,0.782609,90,255,1), - (83615,113769,0,-9473.44,-4.50597,56.474,-1.5708,0,0,-0.707108,0.707106,90,255,1), - (83616,113769,0,-9480.42,32.3588,56.8705,0.890117,0,0,0.430511,0.902586,90,255,1), - (83617,113769,0,-9471.21,43.4096,56.5602,2.1293,0,0,0.874619,0.48481,90,255,1), - (83618,113769,0,-9417.96,114.415,59.9746,1.15192,0,0,0.54464,0.83867,90,255,1), - (83619,113769,0,-9501.33,77.8762,57.3364,0,0,0,0,1,90,255,1), - (83620,113769,0,-9474,119.081,61.166,-1.79769,0,0,-0.782608,0.622514,90,255,1), - (83621,113769,1,9882.33,957.396,1311.03,2.26892,0,0,0.906306,0.422622,90,255,1), - (83622,113769,1,9794.08,935.433,1307.5,-2.426,0,0,-0.936671,0.350211,90,255,1), - (83623,113769,1,9860.89,910.633,1306.13,2.84488,0,0,0.989015,0.147813,90,255,1), - (83624,113769,1,9785.59,883.094,1298.15,-0.157079,0,0,-0.0784588,0.996917,90,255,1), - (83625,113769,1,9750.54,904.029,1295.52,0.261798,0,0,0.130525,0.991445,90,255,1), - (83626,113769,1,9860.36,912.735,1308.56,0.139624,0,0,0.0697553,0.997564,90,255,1), - (83627,113769,1,9785.07,936.801,1307.39,1.46608,0,0,0.669132,0.743144,90,255,1), - (83628,113769,1,9784.58,934.681,1307.62,2.14675,0,0,0.878816,0.477161,90,255,1), - (83629,113769,1,9834.79,977.89,1306.55,-1.20428,0,0,-0.566407,0.824125,90,255,1), - (83630,113769,1,9797.21,924.884,1306.87,-1.16937,0,0,-0.551937,0.833886,90,255,1), - (83631,113769,1,9805.41,932.733,1309.3,-0.785397,0,0,-0.382683,0.92388,90,255,1), - (83632,113769,1,9823.78,920.982,1304.59,-2.87979,0,0,-0.991445,0.130528,90,255,1), - (83633,113769,1,9818.83,940.406,1308.31,0.977383,0,0,0.469471,0.882948,90,255,1), - (83634,113769,1,9778.07,966.872,1306.55,-0.122173,0,0,-0.0610485,0.998135,90,255,1), - (83635,113769,1,9814.18,938.75,1308.31,1.23918,0,0,0.580701,0.814117,90,255,1), - (83636,113769,1,9796.97,926.811,1306.86,2.35619,0,0,0.923879,0.382686,90,255,1), - (83637,113769,0,-9447.39,121.598,58.344,-1.81514,0,0,-0.78801,0.615662,90,255,1), - (83638,113769,0,-5666.08,-496.141,397.645,-1.98967,0,0,-0.838669,0.544641,90,255,1), - (83639,113769,0,-5572.73,-462.93,402.268,2.87979,0,0,0.991445,0.130528,90,255,1), - (83640,113769,0,-5561.03,-445.583,403.801,-0.872664,0,0,-0.422618,0.906308,90,255,1), - (83641,113769,0,-5633.71,-500.428,396.669,-2.49582,0,0,-0.948324,0.317305,90,255,1), - (83642,113769,0,-5588.15,-451.483,403.206,-0.017452,0,0,-0.00872589,0.999962,90,255,1), - (83643,113769,0,-5531.9,-461.554,403.146,-1.15192,0,0,-0.54464,0.83867,90,255,1), - (83644,113769,0,-5583.84,-476.837,397.763,1.81514,0,0,0.78801,0.615662,90,255,1), - (83645,113769,0,-5641.92,-530.151,404.553,1.62316,0,0,0.725376,0.688353,90,255,1), - (83646,113769,0,-5628.72,-497.477,397.06,-0.872664,0,0,-0.422618,0.906308,90,255,1), - (83647,113769,0,-5554.67,-446.838,403.451,2.11185,0,0,0.870356,0.492423,90,255,1), - (83648,113769,0,-5570.37,-454.21,402.226,-3.05433,0,0,-0.999048,0.0436174,90,255,1), - (83649,113769,0,-5659.62,-501.994,397.399,0.418879,0,0,0.207912,0.978148,90,255,1), - (83650,113769,0,-5639.82,-477.943,396.838,-1.48353,0,0,-0.67559,0.737277,90,255,1), - (83651,113769,0,-5545.37,-475.142,397.95,0.366518,0,0,0.182235,0.983255,90,255,1), - (83652,113769,0,-5653.4,-498.022,396.764,1.29154,0,0,0.601814,0.798637,90,255,1), - (83653,113769,0,2241.92,236.328,34.1165,-2.87979,0,0,-0.991445,0.130528,90,255,1), - (83654,113769,0,2256.33,227.711,33.9971,1.01229,0,0,0.484809,0.87462,90,255,1), - (83655,113769,0,2279.55,233.383,34.058,-1.78023,0,0,-0.777144,0.629323,90,255,1), - (83656,113769,0,2279.05,252.351,34.1165,1.23918,0,0,0.580701,0.814117,90,255,1), - (83657,113769,0,2280.59,276.046,35.1822,-3.10665,0,0,-0.999847,0.0174704,90,255,1), - (83658,113769,0,2263.44,275.185,35.0897,-2.58308,0,0,-0.961261,0.275641,90,255,1), - (83659,113769,0,2261.52,271.906,35.1071,0.855211,0,0,0.414693,0.909961,90,255,1), - (83660,113769,0,2284.83,255.729,34.4603,0.680677,0,0,0.333806,0.942642,90,255,1), - (83661,113769,0,2243.81,335.75,35.1891,-2.00713,0,0,-0.843392,0.537299,90,255,1), - (83662,113769,0,2269.76,349.737,35.1891,1.62316,0,0,0.725376,0.688353,90,255,1), - (83663,113769,0,2242.42,241.394,34.1165,1.72787,0,0,0.760404,0.64945,90,255,1), - (83664,113769,0,2261.34,354.016,35.1891,0.453785,0,0,0.224951,0.97437,90,255,1), - (83665,113769,0,2306.1,254.331,35.0089,-1.76278,0,0,-0.771624,0.636079,90,255,1), - (83666,113769,0,2251.45,230.18,33.8394,-1.309,0,0,-0.608763,0.793352,90,255,1), - (83667,113769,0,2285.03,233.674,34.1271,-0.174532,0,0,-0.0871553,0.996195,90,255,1), - (83668,113769,0,2241.22,229.603,34.1162,1.0472,0,0,0.500001,0.866025,90,255,1), - (83669,113769,0,2303.15,256.494,35.1353,-0.90757,0,0,-0.438371,0.898794,90,255,1), - (83670,113769,0,2253.14,346.404,35.1891,1.64061,0,0,0.731354,0.681998,90,255,1), - (83671,113769,1,-2416.27,-388.87,-2.01838,1.85005,0,0,0.798636,0.601815,90,255,1), - (83672,113769,1,-2370.64,-357.866,-9.02786,-2.86233,0,0,-0.990267,0.139178,90,255,1), - (83673,113769,1,-2350.81,-305.639,-9.42381,-3.12412,0,0,-0.999962,0.00873622,90,255,1), - (83674,113769,1,-2388.35,-336.116,-9.55712,-0.226892,0,0,-0.113203,0.993572,90,255,1), - (83675,113769,1,-2327.26,-390.677,-7.06189,2.00713,0,0,0.843392,0.537299,90,255,1), - (83676,113769,1,-2273.41,-276.896,-9.42493,0.59341,0,0,0.292371,0.956305,90,255,1), - (83677,113769,1,-2346.15,-345.014,-9.10675,3.05433,0,0,0.999048,0.0436174,90,255,1), - (83678,113769,1,-2361.18,-363.496,-8.84961,1.20428,0,0,0.566407,0.824125,90,255,1), - (83679,113769,1,-2334.79,-445.241,-6.39006,-0.017452,0,0,-0.00872589,0.999962,90,255,1), - (83680,113769,1,-2371.84,-313.507,-9.70727,-0.401425,0,0,-0.199368,0.979925,90,255,1), - (83681,113769,1,-2352.68,-366.205,-8.41767,-1.85005,0,0,-0.798636,0.601815,90,255,1), - (83682,113769,1,-2402.84,-323.602,-13.509,-2.94959,0,0,-0.995395,0.0958539,90,255,1), - (83683,113769,1,-2331.95,-308.408,-9.42488,2.11185,0,0,0.870356,0.492423,90,255,1), - (83684,113769,1,-2335.44,-470.686,-7.50702,-1.23918,0,0,-0.580701,0.814117,90,255,1), - (83685,113769,1,-2241.8,-285.282,-9.4249,3.14159,0,0,1,0.00000126759,90,255,1), - (83686,113769,1,304.742,-4654.34,16.3163,2.30383,0,0,0.913544,0.406739,90,255,1), - (83687,113769,1,267.416,-4781.64,11.3797,2.33874,0,0,0.920505,0.390732,90,255,1), - (83688,113769,1,270.699,-4774.46,12.0508,2.00713,0,0,0.843392,0.537299,90,255,1), - (83689,113769,1,296.473,-4784.95,10.6485,-0.506145,0,0,-0.25038,0.968148,90,255,1), - (83690,113769,1,291.972,-4769.19,11.7897,-0.575957,0,0,-0.284015,0.95882,90,255,1), - (83691,113769,1,330.1,-4843.18,10.0217,-2.30383,0,0,-0.913544,0.406739,90,255,1), - (83692,113769,1,366.759,-4720.52,13.5716,-1.3439,0,0,-0.622513,0.782609,90,255,1), - (83693,113769,1,334.516,-4771.12,12.6344,-1.55334,0,0,-0.700908,0.713252,90,255,1), - (83694,113769,1,366.175,-4687.22,16.6829,0.314158,0,0,0.156434,0.987688,90,255,1), - (83695,113769,1,335.926,-4807.64,10.048,-1.62316,0,0,-0.725376,0.688353,90,255,1), - (83696,113769,1,360.737,-4753.81,12.4097,0.034906,0,0,0.0174521,0.999848,90,255,1), - (83697,113769,1,293.007,-4709.49,13.0909,-1.6057,0,0,-0.719339,0.694659,90,255,1), - (83698,113769,0,-9499.26,18.693,57.2384,-0.872664,0,0,-0.422618,0.906308,90,255,1), - (83699,113769,0,-9497.64,83.6594,57.0273,-1.55334,0,0,-0.700908,0.713252,90,255,1), - (83700,113769,0,-9437.66,113.322,57.5165,-0.366518,0,0,-0.182235,0.983255,90,255,1), - (83701,113769,0,-9498.79,93.2223,57.4605,2.19912,0,0,0.891008,0.453988,90,255,1), - (83702,113769,0,-9440.68,147.358,55.9453,-2.35619,0,0,-0.923879,0.382686,90,255,1), - (83703,113769,0,-9479.48,10.1983,56.5309,-2.75761,0,0,-0.981626,0.190814,90,255,1), - (83704,113769,0,-9475.63,41.6743,56.553,2.91469,0,0,0.993571,0.113208,90,255,1), - (83705,113769,0,-9453.12,27.4328,56.5293,-1.91986,0,0,-0.819151,0.573577,90,255,1), - (83706,113769,0,-9462.04,126.975,58.974,1.13446,0,0,0.537298,0.843393,90,255,1), - (83707,113769,0,-9424.79,63.395,57.6167,1.74533,0,0,0.766045,0.642787,90,255,1), - (83708,113769,0,-9452.01,35.957,56.5571,1.02974,0,0,0.492422,0.870357,90,255,1), - (83709,113769,0,-9459.96,106.165,57.49,-1.67551,0,0,-0.743143,0.669133,90,255,1), - (83710,113769,0,-9473.21,77.1796,57.2729,-2.44346,0,0,-0.939692,0.342021,90,255,1), - (83711,113769,0,-9458,153.022,55.9447,0.820303,0,0,0.398748,0.91706,90,255,1), - (83712,113769,1,9865.53,996.175,1309.4,0.157079,0,0,0.0784588,0.996917,90,255,1), - (83713,113769,1,9828.72,931.172,1307,0.436332,0,0,0.216439,0.976296,90,255,1), - (83714,113769,1,9671.5,943.398,1290.74,-1.20428,0,0,-0.566407,0.824125,90,255,1), - (83715,113769,1,9887.4,931.878,1307.57,0.034906,0,0,0.0174521,0.999848,90,255,1), - (83716,113769,1,9764.24,946.022,1305.37,0.122173,0,0,0.0610485,0.998135,90,255,1), - (83717,113769,1,9857.75,973.229,1304.81,-1.48353,0,0,-0.67559,0.737277,90,255,1), - (83718,113769,1,9881.39,956.993,1308.8,2.60053,0,0,0.963629,0.267244,90,255,1), - (83719,113769,1,9813.14,936.665,1308.4,-1.67551,0,0,-0.743143,0.669133,90,255,1), - (83720,113769,1,9885.74,934.137,1307.54,1.97222,0,0,0.833885,0.551938,90,255,1), - (83721,113769,1,9837.1,978.411,1306.83,-1.5708,0,0,-0.707108,0.707106,90,255,1), - (83722,113769,1,9826.58,934.53,1307.48,2.61799,0,0,0.965925,0.258821,90,255,1), - (83723,113769,1,9810.81,976.968,1304.44,1.02974,0,0,0.492422,0.870357,90,255,1), - (83724,113769,1,9799.23,973.439,1303.22,2.26892,0,0,0.906306,0.422622,90,255,1), - (83725,113769,1,9786.63,932.97,1307.86,-1.93732,0,0,-0.824127,0.566404,90,255,1), - (83726,113769,1,9779.38,871.465,1297.43,-1.69297,0,0,-0.748956,0.66262,90,255,1), - (83727,113769,1,9683.44,933.646,1290.66,0.837757,0,0,0.406736,0.913546,90,255,1), - (83728,113769,1,9837.57,944.315,1306.87,-0.191985,0,0,-0.0958451,0.995396,90,255,1), - (83729,113769,1,9779.5,893.684,1297.87,2.1293,0,0,0.874619,0.48481,90,255,1), - (83730,113769,1,9847.42,956.816,1306.99,0.034906,0,0,0.0174521,0.999848,90,255,1), - (83731,113769,0,-9425.25,56.1703,57.147,2.58308,0,0,0.961261,0.275641,90,255,1), - (83732,113769,0,-5645.81,-506.301,397.12,-2.00713,0,0,-0.843392,0.537299,90,255,1), - (83733,113769,0,-5591.9,-508.067,401.45,3.12412,0,0,0.999962,0.00873622,90,255,1), - (83734,113769,0,-5588.74,-514.174,404.096,0.139624,0,0,0.0697553,0.997564,90,255,1), - (83735,113769,0,-5637.74,-529.753,404.601,1.11701,0,0,0.529919,0.848048,90,255,1), - (83736,113769,0,-5572.03,-457.206,403.206,-2.51327,0,0,-0.951056,0.309019,90,255,1), - (83737,113769,0,-5593.08,-490.495,397.65,-1.29154,0,0,-0.601814,0.798637,90,255,1), - (83738,113769,0,-5654.44,-499.233,396.82,2.26892,0,0,0.906306,0.422622,90,255,1), - (83739,113769,0,-5578.07,-508.541,404.096,-1.67551,0,0,-0.743143,0.669133,90,255,1), - (83740,113769,0,-5639,-504.025,396.669,-0.593412,0,0,-0.292372,0.956305,90,255,1), - (83741,113769,0,-5589.15,-477.107,397.566,1.58825,0,0,0.713251,0.700909,90,255,1), - (83742,113769,0,-5563.83,-535.074,409.956,-1.0821,0,0,-0.515036,0.857168,90,255,1), - (83743,113769,0,-5545.6,-497.103,402.079,-0.680679,0,0,-0.333807,0.942641,90,255,1), - (83744,113769,0,-5578.15,-516.451,404.096,-0.523598,0,0,-0.258819,0.965926,90,255,1), - (83745,113769,0,-5577.19,-521.814,401.477,-0.279252,0,0,-0.139173,0.990268,90,255,1), - (83746,113769,0,-5585.19,-461.908,402.358,-1.65806,0,0,-0.737276,0.675591,90,255,1), - (83747,113769,0,2329.17,293.34,35.1822,0.191985,0,0,0.0958451,0.995396,90,255,1), - (83748,113769,0,2292.77,237.933,34.1271,-0.069812,0,0,-0.0348989,0.999391,90,255,1), - (83749,113769,0,2213.58,336.073,35.305,2.79252,0,0,0.984807,0.173652,90,255,1), - (83750,113769,0,2276.78,277.681,35.1822,1.8675,0,0,0.803856,0.594824,90,255,1), - (83751,113769,0,2281.8,254.866,34.2742,3.10665,0,0,0.999847,0.0174704,90,255,1), - (83752,113769,0,2253.89,257.101,34.1357,-2.60053,0,0,-0.963629,0.267244,90,255,1), - (83753,113769,0,2300.46,301.747,35.1822,-1.64061,0,0,-0.731354,0.681998,90,255,1), - (83754,113769,0,2267.76,337.618,35.1634,-0.575957,0,0,-0.284015,0.95882,90,255,1), - (83755,113769,0,2244.67,255.382,34.1165,-1.0472,0,0,-0.500001,0.866025,90,255,1), - (83756,113769,0,2223.3,302.749,35.1891,2.04204,0,0,0.852641,0.522496,90,255,1), - (83757,113769,0,2327.95,296.68,35.1822,2.04204,0,0,0.852641,0.522496,90,255,1), - (83758,113769,0,2274.51,230.421,34.1227,3.10665,0,0,0.999847,0.0174704,90,255,1), - (83759,113769,1,-2328.32,-390.06,-7.95402,-2.32129,0,0,-0.91706,0.398748,90,255,1), - (83760,113769,1,-2142.55,-391.811,-2.58831,-0.436332,0,0,-0.216439,0.976296,90,255,1), - (83761,113769,1,-2253.64,-330.251,-9.4249,2.51327,0,0,0.951056,0.309019,90,255,1), - (83762,113769,1,-2273.24,-457.413,-8.11051,-1.18682,0,0,-0.559191,0.829039,90,255,1), - (83763,113769,1,-2415.03,-396.488,-2.10432,-1.36136,0,0,-0.629322,0.777145,90,255,1), - (83764,113769,1,-2282.72,-454.372,-8.4214,-0.488691,0,0,-0.241921,0.970296,90,255,1), - (83765,113769,1,-2257.6,-339.872,-9.4249,-1.58825,0,0,-0.713251,0.700909,90,255,1), - (83766,113769,1,-2392.4,-349.039,-9.12103,-0.890117,0,0,-0.430511,0.902586,90,255,1), - (83767,113769,1,-2217.09,-371.261,-8.67501,-0.401425,0,0,-0.199368,0.979925,90,255,1), - (83768,113769,1,-2361.37,-337.949,-8.81587,-1.93732,0,0,-0.824127,0.566404,90,255,1), - (83769,113769,1,-2332.23,-467.319,-7.1861,1.76278,0,0,0.771624,0.636079,90,255,1), - (83770,113769,1,-2219.93,-368.955,-8.82813,-2.37364,0,0,-0.927182,0.37461,90,255,1), - (83771,113769,1,-2327.32,-426.911,-6.94148,0.157079,0,0,0.0784588,0.996917,90,255,1), - (83772,113769,1,-2325.06,-384.088,-8.11107,-1.6057,0,0,-0.719339,0.694659,90,255,1), - (83773,113769,1,-2189.53,-402.936,-4.74416,-2.32129,0,0,-0.91706,0.398748,90,255,1), - (83774,113769,1,-2343.53,-346.44,-8.97363,-2.07694,0,0,-0.861629,0.507539,90,255,1), - (83775,113769,1,-2181.8,-399.684,-4.33336,1.62316,0,0,0.725376,0.688353,90,255,1), - (83776,113769,1,-2287.88,-288.458,-9.42493,-2.14675,0,0,-0.878816,0.477161,90,255,1), - (83777,113769,1,-2277.63,-455.945,-8.15756,-0.244346,0,0,-0.121869,0.992546,90,255,1), - (83778,113769,1,-2342.55,-349.972,-9.09746,2.21656,0,0,0.894933,0.446202,90,255,1), - (83779,113769,1,-2267.1,-251.087,-9.4249,-1.95477,0,0,-0.829038,0.559192,90,255,1), - (83780,113769,1,-2349.62,-364.796,-8.49972,-0.349065,0,0,-0.173648,0.984808,90,255,1), - (83781,113769,1,364.147,-4755.33,12.1667,0.191985,0,0,0.0958451,0.995396,90,255,1), - (83782,113769,1,360.941,-4771.22,12.4836,-0.488691,0,0,-0.241921,0.970296,90,255,1), - (83783,113769,1,272.177,-4783.31,11.2046,1.69297,0,0,0.748956,0.66262,90,255,1), - (83784,113769,1,329.909,-4774.56,12.3601,1.85005,0,0,0.798636,0.601815,90,255,1), - (83785,113769,1,301.934,-4870.28,10.2283,-0.104719,0,0,-0.0523356,0.99863,90,255,1), - (83786,113769,1,285.003,-4813.87,10.2344,-0.157079,0,0,-0.0784588,0.996917,90,255,1), - (83787,113769,1,337.672,-4791.33,11.2518,-2.72271,0,0,-0.978147,0.207914,90,255,1), - (83788,113769,1,311.033,-4850.38,10.2414,0.977383,0,0,0.469471,0.882948,90,255,1), - (83789,113769,1,315.357,-4667.37,16.2658,-2.05949,0,0,-0.857168,0.515037,90,255,1), - (83790,113769,1,302.731,-4666.8,16.5412,-3.00195,0,0,-0.997563,0.0697646,90,255,1), - (83791,113769,1,360.845,-4837.47,11.5441,-2.49582,0,0,-0.948324,0.317305,90,255,1), - (83792,113769,1,336.808,-4835.13,9.9855,2.67035,0,0,0.972369,0.233447,90,255,1), - (83793,113769,1,305.732,-4648.74,16.203,-2.37364,0,0,-0.927182,0.37461,90,255,1), - (83794,113769,0,-9463.67,144.868,57.6059,-0.471238,0,0,-0.233445,0.97237,90,255,1), - (83795,113769,0,-9455.36,81.6477,56.9433,-0.139624,0,0,-0.0697553,0.997564,90,255,1), - (83796,113769,0,-9418.3,50.1628,57.6712,0.383971,0,0,0.190808,0.981627,90,255,1), - (83797,113769,0,-9481.19,25.9235,56.6678,-2.47837,0,0,-0.945519,0.325567,90,255,1), - (83798,113769,0,-9426.95,114.794,58.422,0.383971,0,0,0.190808,0.981627,90,255,1), - (83799,113769,0,-9454.08,77.8566,57.1008,-1.93732,0,0,-0.824127,0.566404,90,255,1), - (83800,113769,0,-9471.69,9.24544,56.4663,-2.72271,0,0,-0.978147,0.207914,90,255,1), - (83801,113769,0,-9454,18.5163,56.5293,-2.25147,0,0,-0.902584,0.430513,90,255,1), - (83802,113769,0,-9477.54,52.1982,61.0346,-0.331611,0,0,-0.165047,0.986286,90,255,1), - (83803,113769,0,-9435.97,148.227,56.1291,2.51327,0,0,0.951056,0.309019,90,255,1), - (83804,113769,0,-9473.67,41.1319,58.0485,0.820303,0,0,0.398748,0.91706,90,255,1), - (83805,113769,0,-9481.81,19.8712,56.7135,-2.04204,0,0,-0.852641,0.522496,90,255,1), - (83806,113769,0,-9476.4,7.09245,56.7997,0.034906,0,0,0.0174521,0.999848,90,255,1), - (83807,113769,0,-9484.34,45.2543,57.344,2.16421,0,0,0.882948,0.469471,90,255,1), - (83808,113769,1,9677.68,968.157,1293.79,-2.19912,0,0,-0.891008,0.453988,90,255,1), - (83809,113769,1,9777.84,960.313,1306.68,-2.07694,0,0,-0.861629,0.507539,90,255,1), - (83810,113769,1,9761.61,931.511,1299.77,3.05433,0,0,0.999048,0.0436174,90,255,1), - (83811,113769,1,9830.56,928.174,1306.23,2.44346,0,0,0.939692,0.342021,90,255,1), - (83812,113769,1,9871.99,986.952,1309.37,0.139624,0,0,0.0697553,0.997564,90,255,1), - (83813,113769,1,9875.77,959.966,1308.55,1.06465,0,0,0.507538,0.861629,90,255,1), - (83814,113769,1,9733.58,963.843,1294.4,-2.82743,0,0,-0.987688,0.156436,90,255,1), - (83815,113769,1,9836.74,947.91,1306.71,-0.680679,0,0,-0.333807,0.942641,90,255,1), - (83816,113769,1,9809.5,936.323,1307.84,-2.37364,0,0,-0.927182,0.37461,90,255,1), - (83817,113769,1,9764.7,874.474,1297.42,0.645772,0,0,0.317305,0.948324,90,255,1), - (83818,113769,1,9718.43,988.639,1295.07,-2.9845,0,0,-0.996917,0.0784656,90,255,1), - (83819,113769,1,9805.17,933.522,1307.34,-1.5708,0,0,-0.707108,0.707106,90,255,1), - (83820,113769,1,9772.07,896.576,1297.12,1.78023,0,0,0.777144,0.629323,90,255,1), - (83821,113770,0,-9478.15,19.1694,58.3796,-2.0279,0,0,-0.848926,0.528512,180,255,1), - (83822,113770,0,-5550.99,-438.001,405.385,1.58825,0,0,0.713251,0.700909,180,255,1), - (83823,113770,0,-5592.34,-477.013,396.98,-1.81514,0,0,-0.78801,0.615662,180,255,1), - (83824,113770,0,-5614.05,-522.496,402.706,-2.58308,0,0,-0.961261,0.275641,180,255,1), - (83825,113770,0,-5606.81,-446.065,403.979,0.314158,0,0,0.156434,0.987688,180,255,1), - (83826,113770,0,-5561.38,-454.769,403.026,-2.26892,0,0,-0.906306,0.422622,180,255,1), - (83827,113770,0,-5603.32,-514.662,401.826,1.50098,0,0,0.681997,0.731355,180,255,1), - (83828,113770,0,-5655.44,-507.668,397.735,1.5708,0,0,0.707108,0.707106,180,255,1), - (83829,113770,0,-5574.19,-515.849,402.803,-2.1293,0,0,-0.874619,0.48481,180,255,1), - (83830,113770,0,-5551.12,-475.11,397.944,1.71042,0,0,0.754709,0.65606,180,255,1), - (83831,113770,0,-5537.1,-475.811,398.192,-1.64061,0,0,-0.731354,0.681998,180,255,1), - (83832,113770,0,-5651.76,-504.996,396.834,-0.087266,0,0,-0.0436192,0.999048,180,255,1), - (83833,113770,0,-5641.09,-493.862,396.657,0.63074,0,0,0.310168,0.950682,180,255,1), - (83834,113770,0,2290.35,292.878,35.1822,1.91986,0,0,0.819151,0.573577,180,255,1), - (83835,113770,0,2309.1,255.461,35.0443,-0.994837,0,0,-0.477158,0.878817,180,255,1), - (83836,113770,0,2208.54,304.432,34.365,-1.41372,0,0,-0.649449,0.760405,180,255,1), - (83837,113770,0,2320.28,266.164,35.1822,-0.366518,0,0,-0.182235,0.983255,180,255,1), - (83838,113770,0,2316.82,257.047,35.1435,0.628317,0,0,0.309016,0.951057,180,255,1), - (83839,113770,0,2326.6,290.614,35.1822,2.60053,0,0,0.963629,0.267244,180,255,1), - (83840,113770,0,2251.51,257.684,34.2285,0.925024,0,0,0.446198,0.894934,180,255,1), - (83841,113770,0,2269.77,326.815,39.5251,2.04204,0,0,0.852641,0.522496,180,255,1), - (83842,113770,0,2243,332.989,35.1891,2.93214,0,0,0.994521,0.104535,180,255,1), - (83843,113770,0,2287.56,253.053,34.2161,-2.49582,0,0,-0.948324,0.317305,180,255,1), - (83844,113770,0,2224.66,251.928,38.6254,-0.925024,0,0,-0.446198,0.894934,180,255,1), - (83845,113770,0,2270.68,254.028,34.1013,0.994837,0,0,0.477158,0.878817,180,255,1), - (83846,113770,0,2265.18,351.479,37.3527,-1.5708,0,0,-0.707108,0.707106,180,255,1), - (83847,113770,0,2294.58,247.73,34.1426,-2.46091,0,0,-0.942641,0.333809,180,255,1), - (83848,113770,0,2319.87,260.249,35.1822,-0.802851,0,0,-0.390731,0.920505,180,255,1), - (83849,113770,0,2270.7,345.182,35.1891,-0.383971,0,0,-0.190808,0.981627,180,255,1), - (83850,113770,0,2254.08,363.001,36.0739,-0.453785,0,0,-0.224951,0.97437,180,255,1), - (83851,113770,1,-2252.83,-331.365,-8.71657,-3.01941,0,0,-0.998134,0.0610534,180,255,1), - (83852,113770,1,-2347.83,-413.634,-8.96203,2.46091,0,0,0.942641,0.333809,180,255,1), - (83853,113770,1,-2278.85,-396.289,-9.35441,2.56563,0,0,0.958819,0.284017,180,255,1), - (83854,113770,1,-2382.2,-327.314,-9.51233,3.12412,0,0,0.999962,0.00873622,180,255,1), - (83855,113770,1,-2361.64,-364.892,-7.82731,-1.88495,0,0,-0.809015,0.587788,180,255,1), - (83856,113770,1,-2319.94,-266.866,-8.62991,-0.401425,0,0,-0.199368,0.979925,180,255,1), - (83857,113770,1,-2401.51,-397.701,0.737453,1.37881,0,0,0.636078,0.771625,180,255,1), - (83858,113770,1,-2300.45,-311.463,-9.42493,0.698132,0,0,0.34202,0.939693,180,255,1), - (83859,113770,1,-2330.31,-259.411,-7.49656,2.75761,0,0,0.981626,0.190814,180,255,1), - (83860,113770,1,319.55,-4699.1,15.9422,-1.8675,0,0,-0.803856,0.594824,180,255,1), - (83861,113770,1,385.884,-4708.23,13.3999,1.76278,0,0,0.771624,0.636079,180,255,1), - (83862,113770,1,332.496,-4763.72,12.6498,-2.84488,0,0,-0.989015,0.147813,180,255,1), - (83863,113770,1,365.13,-4765.51,12.5155,2.05949,0,0,0.857168,0.515037,180,255,1), - (83864,113770,1,355.27,-4747.92,11.8741,-1.81514,0,0,-0.78801,0.615662,180,255,1), - (83865,113770,1,339.025,-4710.06,15.1652,-2.32129,0,0,-0.91706,0.398748,180,255,1), - (83866,113770,1,312.225,-4690.04,15.8715,-1.51844,0,0,-0.688356,0.725373,180,255,1), - (83867,113770,1,337.99,-4857.98,10.3108,-0.453785,0,0,-0.224951,0.97437,180,255,1), - (83868,113770,1,334.895,-4708.26,15.738,-2.32129,0,0,-0.91706,0.398748,180,255,1), - (83869,113770,1,311.714,-4860.96,10.5356,3.14159,0,0,1,0.00000126759,180,255,1), - (83870,113770,1,369.171,-4767.85,12.4678,-1.01229,0,0,-0.484809,0.87462,180,255,1), - (83871,113770,1,355.702,-4660.29,16.7222,-3.05433,0,0,-0.999048,0.0436174,180,255,1), - (83872,113770,1,324.217,-4854.94,10.4052,-0.715585,0,0,-0.350207,0.936672,180,255,1), - (83873,113770,1,273.929,-4690.84,13.8783,2.05949,0,0,0.857168,0.515037,180,255,1), - (83874,113770,1,271.84,-4706.5,23.2444,3.06554,0,0,0.999277,0.0380171,180,255,1), - (83875,113770,0,-9478.88,39.2188,56.7774,3.03684,0,0,0.998629,0.0523524,180,255,1), - (83876,113770,0,-9413.68,102.249,58.979,-2.84488,0,0,-0.989015,0.147813,180,255,1), - (83877,113770,0,-9479.36,25.9265,60.9239,3.00195,0,0,0.997563,0.0697646,180,255,1), - (83878,113770,0,-9464.65,42.4915,56.6798,1.97222,0,0,0.833885,0.551938,180,255,1), - (83879,113770,0,-9450.44,85.7477,56.8878,-2.86233,0,0,-0.990267,0.139178,180,255,1), - (83880,113770,0,-9500.72,61.1516,60.5539,1.36136,0,0,0.629322,0.777145,180,255,1), - (83881,113770,0,-9464.39,40.1361,56.5732,1.62316,0,0,0.725376,0.688353,180,255,1), - (83882,113770,0,-9437.6,39.9129,57.0493,0.314158,0,0,0.156434,0.987688,180,255,1), - (83883,113770,0,-9423,109.674,58.8177,1.51844,0,0,0.688356,0.725373,180,255,1), - (83884,113770,0,-9475.32,5.74061,56.7991,-3.07177,0,0,-0.999391,0.0349043,180,255,1), - (83885,113770,0,-9455.78,14.8614,61.399,-0.069812,0,0,-0.0348989,0.999391,180,255,1), - (83886,113770,0,-9470.67,-9.53402,56.4724,2.68781,0,0,0.97437,0.22495,180,255,1), - (83887,113770,0,-9456.14,45.1139,56.5914,1.44862,0,0,0.662619,0.748957,180,255,1), - (83888,113770,0,-9504.12,67.5321,56.6661,-1.11701,0,0,-0.529919,0.848048,180,255,1), - (83889,113770,0,-9438.02,39.9557,61.0959,-0.767944,0,0,-0.374606,0.927184,180,255,1), - (83890,113770,0,-9456.51,-6.74995,56.5286,0.314158,0,0,0.156434,0.987688,180,255,1), - (83891,113770,0,-9455,39.2159,56.56,1.83259,0,0,0.793352,0.608764,180,255,1), - (83892,113770,0,-9464.07,81.39,57.0902,2.67035,0,0,0.972369,0.233447,180,255,1), - (83893,113770,1,9790.15,932.155,1308.1,-2.77507,0,0,-0.983255,0.182237,180,255,1), - (83894,113770,1,9784.21,969.43,1306.07,1.39626,0,0,0.642786,0.766046,180,255,1), - (83895,113770,1,9866.17,985.502,1309.27,-1.32645,0,0,-0.615661,0.788011,180,255,1), - (83896,113770,1,9714.7,990.938,1294.9,-0.261798,0,0,-0.130525,0.991445,180,255,1), - (83897,113770,1,9674.05,940.225,1290.33,-1.15192,0,0,-0.54464,0.83867,180,255,1), - (83898,113770,1,9858.89,912.83,1306.26,0.471238,0,0,0.233445,0.97237,180,255,1), - (83899,113770,1,9764.15,891.735,1298.14,-1.95477,0,0,-0.829038,0.559192,180,255,1), - (83900,113770,1,9841.93,978.247,1306.65,-0.890117,0,0,-0.430511,0.902586,180,255,1), - (83901,113770,1,9727.25,969.886,1294.64,-1.81514,0,0,-0.78801,0.615662,180,255,1), - (83902,113770,1,9800.32,925.253,1306.93,0.837757,0,0,0.406736,0.913546,180,255,1), - (83903,113770,1,9895.08,964.664,1310.53,0.59341,0,0,0.292371,0.956305,180,255,1), - (83904,113770,1,9721.95,987.234,1295.74,1.85005,0,0,0.798636,0.601815,180,255,1), - (83905,113770,1,9823.43,942.535,1307.1,1.37881,0,0,0.636078,0.771625,180,255,1), - (83906,113770,0,-5590.84,-507.505,404.096,-0.785397,0,0,-0.382683,0.92388,180,255,1), - (83907,113770,0,-5640.07,-511.86,398.785,-2.02458,0,0,-0.848048,0.52992,180,255,1), - (83908,113770,0,-5535.9,-504.5,401.225,-1.97222,0,0,-0.833885,0.551938,180,255,1), - (83909,113770,0,-5634.76,-478.435,396.986,-1.48353,0,0,-0.67559,0.737277,180,255,1), - (83910,113770,0,-5626.33,-478.569,396.98,2.49582,0,0,0.948324,0.317305,180,255,1), - (83911,113770,0,-5636.76,-501.881,396.669,-1.01229,0,0,-0.484809,0.87462,180,255,1), - (83912,113770,0,-5543.07,-475.489,397.938,1.18682,0,0,0.559191,0.829039,180,255,1), - (83913,113770,0,-5625.35,-523.544,403.863,0.680677,0,0,0.333806,0.942642,180,255,1), - (83914,113770,0,-5594.56,-460.384,402.493,-1.50098,0,0,-0.681997,0.731355,180,255,1), - (83915,113770,0,-5629.68,-477.993,397.1,-2.21656,0,0,-0.894933,0.446202,180,255,1), - (83916,113770,0,-5631.67,-478.306,397.142,-0.488691,0,0,-0.241921,0.970296,180,255,1), - (83917,113770,0,-5584.03,-462.619,402.307,0.523598,0,0,0.258819,0.965926,180,255,1), - (83918,113770,0,-5591.84,-501.423,400.11,1.0821,0,0,0.515036,0.857168,180,255,1), - (83919,113770,0,-5588.47,-506.387,401.389,0.331611,0,0,0.165047,0.986286,180,255,1), - (83920,113770,0,-5597.52,-476.048,396.98,-2.53072,0,0,-0.953716,0.300709,180,255,1), - (83921,113770,0,-5549.99,-499.271,401.701,-0.401425,0,0,-0.199368,0.979925,180,255,1), - (83922,113770,0,-5590.94,-497.848,399.436,-0.994837,0,0,-0.477158,0.878817,180,255,1), - (83923,113770,0,-5638.41,-530.448,404.927,2.46091,0,0,0.942641,0.333809,180,255,1), - (83924,113770,0,-5615.95,-446.212,404.559,-2.19912,0,0,-0.891008,0.453988,180,255,1), - (83925,113770,0,2230.17,280.454,34.9558,0.942477,0,0,0.45399,0.891007,180,255,1), - (83926,113770,0,2297.69,300.578,35.1822,-1.53589,0,0,-0.694658,0.71934,180,255,1), - (83927,113770,0,2245.9,337.244,35.1891,-0.506145,0,0,-0.25038,0.968148,180,255,1), - (83928,113770,0,2290.1,334.649,34.7058,2.47837,0,0,0.945519,0.325567,180,255,1), - (83929,113770,0,2234.99,325.446,35.1891,2.63544,0,0,0.968147,0.250383,180,255,1), - (83930,113770,0,2252.76,227.375,34.0718,-0.872664,0,0,-0.422618,0.906308,180,255,1), - (83931,113770,0,2259.43,330.983,36.3222,-1.6057,0,0,-0.719339,0.694659,180,255,1), - (83932,113770,0,2221.68,321.805,35.1891,1.95477,0,0,0.829038,0.559192,180,255,1), - (83933,113770,0,2220.47,305.173,35.1891,-0.314158,0,0,-0.156434,0.987688,180,255,1), - (83934,113770,0,2273.9,236.948,34.1165,-1.48353,0,0,-0.67559,0.737277,180,255,1), - (83935,113770,0,2301,305.172,35.183,1.91986,0,0,0.819151,0.573577,180,255,1), - (83936,113770,0,2254.79,265.947,34.956,2.44346,0,0,0.939692,0.342021,180,255,1), - (83937,113770,0,2268.4,254.78,34.1026,0.785397,0,0,0.382683,0.92388,180,255,1), - (83938,113770,0,2288.67,269.537,35.1818,1.23918,0,0,0.580701,0.814117,180,255,1), - (83939,113770,1,-2215.67,-302.492,-9.19235,-1.93732,0,0,-0.824127,0.566404,180,255,1), - (83940,113770,1,-2355.53,-364.941,-8.70328,-1.3439,0,0,-0.622513,0.782609,180,255,1), - (83941,113770,1,-2184.88,-403.019,-4.54368,0.942477,0,0,0.45399,0.891007,180,255,1), - (83942,113770,1,-2299.22,-420.457,-7.85127,1.02974,0,0,0.492422,0.870357,180,255,1), - (83943,113770,1,-2269.72,-459.976,-8.11767,3.10665,0,0,0.999847,0.0174704,180,255,1), - (83944,113770,1,-2282.8,-256.798,-9.42493,-2.07694,0,0,-0.861629,0.507539,180,255,1), - (83945,113770,1,-2230.25,-366.455,-9.53273,3.03684,0,0,0.998629,0.0523524,180,255,1), - (83946,113770,1,-2240.67,-319.601,-9.4249,1.55334,0,0,0.700908,0.713252,180,255,1), - (83947,113770,1,-2390.04,-339.815,-9.40793,0.244346,0,0,0.121869,0.992546,180,255,1), - (83948,113770,1,-2407.54,-318.334,-14.9107,-1.44862,0,0,-0.662619,0.748957,180,255,1), - (83949,113770,1,-2377.04,-409.395,-4.16336,0.261798,0,0,0.130525,0.991445,180,255,1), - (83950,113770,1,-2176.45,-410.324,-4.76947,1.95477,0,0,0.829038,0.559192,180,255,1), - (83951,113770,1,-2349.92,-296.166,-9.42485,0.471238,0,0,0.233445,0.97237,180,255,1), - (83952,113770,1,-2235.36,-302.007,-9.4249,0.401425,0,0,0.199368,0.979925,180,255,1), - (83953,113770,1,-2326.97,-465.051,-6.85658,1.309,0,0,0.608763,0.793352,180,255,1), - (83954,113770,1,318.375,-4782.64,10.141,-1.5708,0,0,-0.707108,0.707106,180,255,1), - (83955,113770,1,321.199,-4696.81,16.8911,1.41372,0,0,0.649449,0.760405,180,255,1), - (83956,113770,1,273.639,-4729.33,13.6144,1.83259,0,0,0.793352,0.608764,180,255,1), - (83957,113770,1,316.161,-4769.37,11.734,-1.39626,0,0,-0.642786,0.766046,180,255,1), - (83958,113770,1,340.698,-4711.14,14.7984,2.18166,0,0,0.88701,0.461749,180,255,1), - (83959,113770,1,362.317,-4839.45,11.7993,-0.349065,0,0,-0.173648,0.984808,180,255,1), - (83960,113770,1,352.032,-4839.19,10.8115,2.25147,0,0,0.902584,0.430513,180,255,1), - (83961,113770,1,344.143,-4778.53,12.5144,2.1293,0,0,0.874619,0.48481,180,255,1), - (83962,113770,1,301.796,-4656.72,16.5482,2.26892,0,0,0.906306,0.422622,180,255,1), - (83963,113770,1,328.287,-4662.62,16.5336,-2.65289,0,0,-0.970294,0.241927,180,255,1), - (83964,113770,1,328.954,-4769.87,12.5832,-3.12412,0,0,-0.999962,0.00873622,180,255,1), - (83965,113770,1,322.019,-4706.11,15.0523,-0.069812,0,0,-0.0348989,0.999391,180,255,1), - (83966,113770,1,389.87,-4706.99,13.3076,2.00713,0,0,0.843392,0.537299,180,255,1), - (83967,113770,1,317.044,-4880.76,11.8096,1.85005,0,0,0.798636,0.601815,180,255,1), - (83968,113770,1,298.309,-4846.51,10.1528,-2.89724,0,0,-0.992546,0.121873,180,255,1), - (83969,113770,1,290.46,-4840.13,10.2261,-0.069812,0,0,-0.0348989,0.999391,180,255,1), - (83970,113770,1,268.52,-4690.78,14.7459,-2.1293,0,0,-0.874619,0.48481,180,255,1), - (83971,113770,1,334.04,-4715.24,14.4623,2.93214,0,0,0.994521,0.104535,180,255,1), - (83972,113770,1,363.896,-4700.45,14.5315,3.12412,0,0,0.999962,0.00873622,180,255,1), - (83973,113770,1,330.677,-4863.7,10.592,-3.03684,0,0,-0.998629,0.0523524,180,255,1), - (83974,113770,0,-9430.14,63.5273,56.7842,3.01941,0,0,0.998134,0.0610534,180,255,1), - (83975,113770,0,-9482.21,13.31,56.5975,-2.56563,0,0,-0.958819,0.284017,180,255,1), - (83976,113770,0,-9475.91,82.3177,56.938,-0.750491,0,0,-0.366501,0.930418,180,255,1), - (83977,113770,0,-9470.95,44.3876,56.5081,-1.97222,0,0,-0.833885,0.551938,180,255,1), - (83978,113770,0,-9460.02,-10.796,56.4792,1.22173,0,0,0.573576,0.819152,180,255,1), - (83979,113770,0,-9427.19,91.4728,61.218,-1.3439,0,0,-0.622513,0.782609,180,255,1), - (83980,113770,0,-9473.44,-4.50597,56.474,-1.5708,0,0,-0.707108,0.707106,180,255,1), - (83981,113770,0,-9480.42,32.3588,56.8705,0.890117,0,0,0.430511,0.902586,180,255,1), - (83982,113770,0,-9471.21,43.4096,56.5602,2.1293,0,0,0.874619,0.48481,180,255,1), - (83983,113770,0,-9417.96,114.415,59.9746,1.15192,0,0,0.54464,0.83867,180,255,1), - (83984,113770,0,-9501.33,77.8762,57.3364,0,0,0,0,1,180,255,1), - (83985,113770,0,-9474,119.081,61.166,-1.79769,0,0,-0.782608,0.622514,180,255,1), - (83986,113770,1,9882.33,957.396,1311.03,2.26892,0,0,0.906306,0.422622,180,255,1), - (83987,113770,1,9794.08,935.433,1307.5,-2.426,0,0,-0.936671,0.350211,180,255,1), - (83988,113770,1,9860.89,910.633,1306.13,2.84488,0,0,0.989015,0.147813,180,255,1), - (83989,113770,1,9785.59,883.094,1298.15,-0.157079,0,0,-0.0784588,0.996917,180,255,1), - (83990,113770,1,9750.54,904.029,1295.52,0.261798,0,0,0.130525,0.991445,180,255,1), - (83991,113770,1,9860.36,912.735,1308.56,0.139624,0,0,0.0697553,0.997564,180,255,1), - (83992,113770,1,9785.07,936.801,1307.39,1.46608,0,0,0.669132,0.743144,180,255,1), - (83993,113770,1,9784.58,934.681,1307.62,2.14675,0,0,0.878816,0.477161,180,255,1), - (83994,113770,1,9834.79,977.89,1306.55,-1.20428,0,0,-0.566407,0.824125,180,255,1), - (83995,113770,1,9797.21,924.884,1306.87,-1.16937,0,0,-0.551937,0.833886,180,255,1), - (83996,113770,1,9805.41,932.733,1309.3,-0.785397,0,0,-0.382683,0.92388,180,255,1), - (83997,113770,1,9823.78,920.982,1304.59,-2.87979,0,0,-0.991445,0.130528,180,255,1), - (83998,113770,1,9818.83,940.406,1308.31,0.977383,0,0,0.469471,0.882948,180,255,1), - (83999,113770,1,9778.07,966.872,1306.55,-0.122173,0,0,-0.0610485,0.998135,180,255,1), - (84000,113770,1,9814.18,938.75,1308.31,1.23918,0,0,0.580701,0.814117,180,255,1), - (84001,113770,1,9796.97,926.811,1306.86,2.35619,0,0,0.923879,0.382686,180,255,1), - (84002,113770,0,-9447.39,121.598,58.344,-1.81514,0,0,-0.78801,0.615662,180,255,1), - (84003,113770,0,-5666.08,-496.141,397.645,-1.98967,0,0,-0.838669,0.544641,180,255,1), - (84004,113770,0,-5572.73,-462.93,402.268,2.87979,0,0,0.991445,0.130528,180,255,1), - (84005,113770,0,-5561.03,-445.583,403.801,-0.872664,0,0,-0.422618,0.906308,180,255,1), - (84006,113770,0,-5633.71,-500.428,396.669,-2.49582,0,0,-0.948324,0.317305,180,255,1), - (84007,113770,0,-5588.15,-451.483,403.206,-0.017452,0,0,-0.00872589,0.999962,180,255,1), - (84008,113770,0,-5531.9,-461.554,403.146,-1.15192,0,0,-0.54464,0.83867,180,255,1), - (84009,113770,0,-5583.84,-476.837,397.763,1.81514,0,0,0.78801,0.615662,180,255,1), - (84010,113770,0,-5641.92,-530.151,404.553,1.62316,0,0,0.725376,0.688353,180,255,1), - (84011,113770,0,-5628.72,-497.477,397.06,-0.872664,0,0,-0.422618,0.906308,180,255,1), - (84012,113770,0,-5554.67,-446.838,403.451,2.11185,0,0,0.870356,0.492423,180,255,1), - (84013,113770,0,-5570.37,-454.21,402.226,-3.05433,0,0,-0.999048,0.0436174,180,255,1), - (84014,113770,0,-5659.62,-501.994,397.399,0.418879,0,0,0.207912,0.978148,180,255,1), - (84015,113770,0,-5639.82,-477.943,396.838,-1.48353,0,0,-0.67559,0.737277,180,255,1), - (84016,113770,0,-5545.37,-475.142,397.95,0.366518,0,0,0.182235,0.983255,180,255,1), - (84017,113770,0,-5653.4,-498.022,396.764,1.29154,0,0,0.601814,0.798637,180,255,1), - (84018,113770,0,2241.92,236.328,34.1165,-2.87979,0,0,-0.991445,0.130528,180,255,1), - (84019,113770,0,2256.33,227.711,33.9971,1.01229,0,0,0.484809,0.87462,180,255,1), - (84020,113770,0,2279.55,233.383,34.058,-1.78023,0,0,-0.777144,0.629323,180,255,1), - (84021,113770,0,2279.05,252.351,34.1165,1.23918,0,0,0.580701,0.814117,180,255,1), - (84022,113770,0,2280.59,276.046,35.1822,-3.10665,0,0,-0.999847,0.0174704,180,255,1), - (84023,113770,0,2263.44,275.185,35.0897,-2.58308,0,0,-0.961261,0.275641,180,255,1), - (84024,113770,0,2261.52,271.906,35.1071,0.855211,0,0,0.414693,0.909961,180,255,1), - (84025,113770,0,2284.83,255.729,34.4603,0.680677,0,0,0.333806,0.942642,180,255,1), - (84026,113770,0,2243.81,335.75,35.1891,-2.00713,0,0,-0.843392,0.537299,180,255,1), - (84027,113770,0,2269.76,349.737,35.1891,1.62316,0,0,0.725376,0.688353,180,255,1), - (84028,113770,0,2242.42,241.394,34.1165,1.72787,0,0,0.760404,0.64945,180,255,1), - (84029,113770,0,2261.34,354.016,35.1891,0.453785,0,0,0.224951,0.97437,180,255,1), - (84030,113770,0,2306.1,254.331,35.0089,-1.76278,0,0,-0.771624,0.636079,180,255,1), - (84031,113770,0,2251.45,230.18,33.8394,-1.309,0,0,-0.608763,0.793352,180,255,1), - (84032,113770,0,2285.03,233.674,34.1271,-0.174532,0,0,-0.0871553,0.996195,180,255,1), - (84033,113770,0,2241.22,229.603,34.1162,1.0472,0,0,0.500001,0.866025,180,255,1), - (84034,113770,0,2303.15,256.494,35.1353,-0.90757,0,0,-0.438371,0.898794,180,255,1), - (84035,113770,0,2253.14,346.404,35.1891,1.64061,0,0,0.731354,0.681998,180,255,1), - (84036,113770,1,-2416.27,-388.87,-2.01838,1.85005,0,0,0.798636,0.601815,180,255,1), - (84037,113770,1,-2370.64,-357.866,-9.02786,-2.86233,0,0,-0.990267,0.139178,180,255,1), - (84038,113770,1,-2350.81,-305.639,-9.42381,-3.12412,0,0,-0.999962,0.00873622,180,255,1), - (84039,113770,1,-2388.35,-336.116,-9.55712,-0.226892,0,0,-0.113203,0.993572,180,255,1), - (84040,113770,1,-2327.26,-390.677,-7.06189,2.00713,0,0,0.843392,0.537299,180,255,1), - (84041,113770,1,-2273.41,-276.896,-9.42493,0.59341,0,0,0.292371,0.956305,180,255,1), - (84042,113770,1,-2346.15,-345.014,-9.10675,3.05433,0,0,0.999048,0.0436174,180,255,1), - (84043,113770,1,-2361.18,-363.496,-8.84961,1.20428,0,0,0.566407,0.824125,180,255,1), - (84044,113770,1,-2334.79,-445.241,-6.39006,-0.017452,0,0,-0.00872589,0.999962,180,255,1), - (84045,113770,1,-2371.84,-313.507,-9.70727,-0.401425,0,0,-0.199368,0.979925,180,255,1), - (84046,113770,1,-2352.68,-366.205,-8.41767,-1.85005,0,0,-0.798636,0.601815,180,255,1), - (84047,113770,1,-2402.84,-323.602,-13.509,-2.94959,0,0,-0.995395,0.0958539,180,255,1), - (84048,113770,1,-2331.95,-308.408,-9.42488,2.11185,0,0,0.870356,0.492423,180,255,1), - (84049,113770,1,-2335.44,-470.686,-7.50702,-1.23918,0,0,-0.580701,0.814117,180,255,1), - (84050,113770,1,-2241.8,-285.282,-9.4249,3.14159,0,0,1,0.00000126759,180,255,1), - (84051,113770,1,304.742,-4654.34,16.3163,2.30383,0,0,0.913544,0.406739,180,255,1), - (84052,113770,1,267.416,-4781.64,11.3797,2.33874,0,0,0.920505,0.390732,180,255,1), - (84053,113770,1,270.699,-4774.46,12.0508,2.00713,0,0,0.843392,0.537299,180,255,1), - (84054,113770,1,296.473,-4784.95,10.6485,-0.506145,0,0,-0.25038,0.968148,180,255,1), - (84055,113770,1,291.972,-4769.19,11.7897,-0.575957,0,0,-0.284015,0.95882,180,255,1), - (84056,113770,1,330.1,-4843.18,10.0217,-2.30383,0,0,-0.913544,0.406739,180,255,1), - (84057,113770,1,366.759,-4720.52,13.5716,-1.3439,0,0,-0.622513,0.782609,180,255,1), - (84058,113770,1,334.516,-4771.12,12.6344,-1.55334,0,0,-0.700908,0.713252,180,255,1), - (84059,113770,1,366.175,-4687.22,16.6829,0.314158,0,0,0.156434,0.987688,180,255,1), - (84060,113770,1,335.926,-4807.64,10.048,-1.62316,0,0,-0.725376,0.688353,180,255,1), - (84061,113770,1,360.737,-4753.81,12.4097,0.034906,0,0,0.0174521,0.999848,180,255,1), - (84062,113770,1,293.007,-4709.49,13.0909,-1.6057,0,0,-0.719339,0.694659,180,255,1), - (84063,113770,0,-9499.26,18.693,57.2384,-0.872664,0,0,-0.422618,0.906308,180,255,1), - (84064,113770,0,-9497.64,83.6594,57.0273,-1.55334,0,0,-0.700908,0.713252,180,255,1), - (84065,113770,0,-9437.66,113.322,57.5165,-0.366518,0,0,-0.182235,0.983255,180,255,1), - (84066,113770,0,-9498.79,93.2223,57.4605,2.19912,0,0,0.891008,0.453988,180,255,1), - (84067,113770,0,-9440.68,147.358,55.9453,-2.35619,0,0,-0.923879,0.382686,180,255,1), - (84068,113770,0,-9479.48,10.1983,56.5309,-2.75761,0,0,-0.981626,0.190814,180,255,1), - (84069,113770,0,-9475.63,41.6743,56.553,2.91469,0,0,0.993571,0.113208,180,255,1), - (84070,113770,0,-9453.12,27.4328,56.5293,-1.91986,0,0,-0.819151,0.573577,180,255,1), - (84071,113770,0,-9462.04,126.975,58.974,1.13446,0,0,0.537298,0.843393,180,255,1), - (84072,113770,0,-9424.79,63.395,57.6167,1.74533,0,0,0.766045,0.642787,180,255,1), - (84073,113770,0,-9452.01,35.957,56.5571,1.02974,0,0,0.492422,0.870357,180,255,1), - (84074,113770,0,-9459.96,106.165,57.49,-1.67551,0,0,-0.743143,0.669133,180,255,1), - (84075,113770,0,-9473.21,77.1796,57.2729,-2.44346,0,0,-0.939692,0.342021,180,255,1), - (84076,113770,0,-9458,153.022,55.9447,0.820303,0,0,0.398748,0.91706,180,255,1), - (84077,113770,1,9865.53,996.175,1309.4,0.157079,0,0,0.0784588,0.996917,180,255,1), - (84078,113770,1,9828.72,931.172,1307,0.436332,0,0,0.216439,0.976296,180,255,1), - (84079,113770,1,9671.5,943.398,1290.74,-1.20428,0,0,-0.566407,0.824125,180,255,1), - (84080,113770,1,9887.4,931.878,1307.57,0.034906,0,0,0.0174521,0.999848,180,255,1), - (84081,113770,1,9764.24,946.022,1305.37,0.122173,0,0,0.0610485,0.998135,180,255,1), - (84082,113770,1,9857.75,973.229,1304.81,-1.48353,0,0,-0.67559,0.737277,180,255,1), - (84083,113770,1,9881.39,956.993,1308.8,2.60053,0,0,0.963629,0.267244,180,255,1), - (84084,113770,1,9813.14,936.665,1308.4,-1.67551,0,0,-0.743143,0.669133,180,255,1), - (84085,113770,1,9885.74,934.137,1307.54,1.97222,0,0,0.833885,0.551938,180,255,1), - (84086,113770,1,9837.1,978.411,1306.83,-1.5708,0,0,-0.707108,0.707106,180,255,1), - (84087,113770,1,9826.58,934.53,1307.48,2.61799,0,0,0.965925,0.258821,180,255,1), - (84088,113770,1,9810.81,976.968,1304.44,1.02974,0,0,0.492422,0.870357,180,255,1), - (84089,113770,1,9799.23,973.439,1303.22,2.26892,0,0,0.906306,0.422622,180,255,1), - (84090,113770,1,9786.63,932.97,1307.86,-1.93732,0,0,-0.824127,0.566404,180,255,1), - (84091,113770,1,9779.38,871.465,1297.43,-1.69297,0,0,-0.748956,0.66262,180,255,1), - (84092,113770,1,9683.44,933.646,1290.66,0.837757,0,0,0.406736,0.913546,180,255,1), - (84093,113770,1,9837.57,944.315,1306.87,-0.191985,0,0,-0.0958451,0.995396,180,255,1), - (84094,113770,1,9779.5,893.684,1297.87,2.1293,0,0,0.874619,0.48481,180,255,1), - (84095,113770,1,9847.42,956.816,1306.99,0.034906,0,0,0.0174521,0.999848,180,255,1), - (84096,113770,0,-9425.25,56.1703,57.147,2.58308,0,0,0.961261,0.275641,180,255,1), - (84097,113770,0,-5645.81,-506.301,397.12,-2.00713,0,0,-0.843392,0.537299,180,255,1), - (84098,113770,0,-5591.9,-508.067,401.45,3.12412,0,0,0.999962,0.00873622,180,255,1), - (84099,113770,0,-5588.74,-514.174,404.096,0.139624,0,0,0.0697553,0.997564,180,255,1), - (84100,113770,0,-5637.74,-529.753,404.601,1.11701,0,0,0.529919,0.848048,180,255,1), - (84101,113770,0,-5572.03,-457.206,403.206,-2.51327,0,0,-0.951056,0.309019,180,255,1), - (84102,113770,0,-5593.08,-490.495,397.65,-1.29154,0,0,-0.601814,0.798637,180,255,1), - (84103,113770,0,-5654.44,-499.233,396.82,2.26892,0,0,0.906306,0.422622,180,255,1), - (84104,113770,0,-5578.07,-508.541,404.096,-1.67551,0,0,-0.743143,0.669133,180,255,1), - (84105,113770,0,-5639,-504.025,396.669,-0.593412,0,0,-0.292372,0.956305,180,255,1), - (84106,113770,0,-5589.15,-477.107,397.566,1.58825,0,0,0.713251,0.700909,180,255,1), - (84107,113770,0,-5563.83,-535.074,409.956,-1.0821,0,0,-0.515036,0.857168,180,255,1), - (84108,113770,0,-5545.6,-497.103,402.079,-0.680679,0,0,-0.333807,0.942641,180,255,1), - (84109,113770,0,-5578.15,-516.451,404.096,-0.523598,0,0,-0.258819,0.965926,180,255,1), - (84110,113770,0,-5577.19,-521.814,401.477,-0.279252,0,0,-0.139173,0.990268,180,255,1), - (84111,113770,0,-5585.19,-461.908,402.358,-1.65806,0,0,-0.737276,0.675591,180,255,1), - (84112,113770,0,2329.17,293.34,35.1822,0.191985,0,0,0.0958451,0.995396,180,255,1), - (84113,113770,0,2292.77,237.933,34.1271,-0.069812,0,0,-0.0348989,0.999391,180,255,1), - (84114,113770,0,2213.58,336.073,35.305,2.79252,0,0,0.984807,0.173652,180,255,1), - (84115,113770,0,2276.78,277.681,35.1822,1.8675,0,0,0.803856,0.594824,180,255,1), - (84116,113770,0,2281.8,254.866,34.2742,3.10665,0,0,0.999847,0.0174704,180,255,1), - (84117,113770,0,2253.89,257.101,34.1357,-2.60053,0,0,-0.963629,0.267244,180,255,1), - (84118,113770,0,2300.46,301.747,35.1822,-1.64061,0,0,-0.731354,0.681998,180,255,1), - (84119,113770,0,2267.76,337.618,35.1634,-0.575957,0,0,-0.284015,0.95882,180,255,1), - (84120,113770,0,2244.67,255.382,34.1165,-1.0472,0,0,-0.500001,0.866025,180,255,1), - (84121,113770,0,2223.3,302.749,35.1891,2.04204,0,0,0.852641,0.522496,180,255,1), - (84122,113770,0,2327.95,296.68,35.1822,2.04204,0,0,0.852641,0.522496,180,255,1), - (84123,113770,0,2274.51,230.421,34.1227,3.10665,0,0,0.999847,0.0174704,180,255,1), - (84124,113770,1,-2328.32,-390.06,-7.95402,-2.32129,0,0,-0.91706,0.398748,180,255,1), - (84125,113770,1,-2142.55,-391.811,-2.58831,-0.436332,0,0,-0.216439,0.976296,180,255,1), - (84126,113770,1,-2253.64,-330.251,-9.4249,2.51327,0,0,0.951056,0.309019,180,255,1), - (84127,113770,1,-2273.24,-457.413,-8.11051,-1.18682,0,0,-0.559191,0.829039,180,255,1), - (84128,113770,1,-2415.03,-396.488,-2.10432,-1.36136,0,0,-0.629322,0.777145,180,255,1), - (84129,113770,1,-2282.72,-454.372,-8.4214,-0.488691,0,0,-0.241921,0.970296,180,255,1), - (84130,113770,1,-2257.6,-339.872,-9.4249,-1.58825,0,0,-0.713251,0.700909,180,255,1), - (84131,113770,1,-2392.4,-349.039,-9.12103,-0.890117,0,0,-0.430511,0.902586,180,255,1), - (84132,113770,1,-2217.09,-371.261,-8.67501,-0.401425,0,0,-0.199368,0.979925,180,255,1), - (84133,113770,1,-2361.37,-337.949,-8.81587,-1.93732,0,0,-0.824127,0.566404,180,255,1), - (84134,113770,1,-2332.23,-467.319,-7.1861,1.76278,0,0,0.771624,0.636079,180,255,1), - (84135,113770,1,-2219.93,-368.955,-8.82813,-2.37364,0,0,-0.927182,0.37461,180,255,1), - (84136,113770,1,-2327.32,-426.911,-6.94148,0.157079,0,0,0.0784588,0.996917,180,255,1), - (84137,113770,1,-2325.06,-384.088,-8.11107,-1.6057,0,0,-0.719339,0.694659,180,255,1), - (84138,113770,1,-2189.53,-402.936,-4.74416,-2.32129,0,0,-0.91706,0.398748,180,255,1), - (84139,113770,1,-2343.53,-346.44,-8.97363,-2.07694,0,0,-0.861629,0.507539,180,255,1), - (84140,113770,1,-2181.8,-399.684,-4.33336,1.62316,0,0,0.725376,0.688353,180,255,1), - (84141,113770,1,-2287.88,-288.458,-9.42493,-2.14675,0,0,-0.878816,0.477161,180,255,1), - (84142,113770,1,-2277.63,-455.945,-8.15756,-0.244346,0,0,-0.121869,0.992546,180,255,1), - (84143,113770,1,-2342.55,-349.972,-9.09746,2.21656,0,0,0.894933,0.446202,180,255,1), - (84144,113770,1,-2267.1,-251.087,-9.4249,-1.95477,0,0,-0.829038,0.559192,180,255,1), - (84145,113770,1,-2349.62,-364.796,-8.49972,-0.349065,0,0,-0.173648,0.984808,180,255,1), - (84146,113770,1,364.147,-4755.33,12.1667,0.191985,0,0,0.0958451,0.995396,180,255,1), - (84147,113770,1,360.941,-4771.22,12.4836,-0.488691,0,0,-0.241921,0.970296,180,255,1), - (84148,113770,1,272.177,-4783.31,11.2046,1.69297,0,0,0.748956,0.66262,180,255,1), - (84149,113770,1,329.909,-4774.56,12.3601,1.85005,0,0,0.798636,0.601815,180,255,1), - (84150,113770,1,301.934,-4870.28,10.2283,-0.104719,0,0,-0.0523356,0.99863,180,255,1), - (84151,113770,1,285.003,-4813.87,10.2344,-0.157079,0,0,-0.0784588,0.996917,180,255,1), - (84152,113770,1,337.672,-4791.33,11.2518,-2.72271,0,0,-0.978147,0.207914,180,255,1), - (84153,113770,1,311.033,-4850.38,10.2414,0.977383,0,0,0.469471,0.882948,180,255,1), - (84154,113770,1,315.357,-4667.37,16.2658,-2.05949,0,0,-0.857168,0.515037,180,255,1), - (84155,113770,1,302.731,-4666.8,16.5412,-3.00195,0,0,-0.997563,0.0697646,180,255,1), - (84156,113770,1,360.845,-4837.47,11.5441,-2.49582,0,0,-0.948324,0.317305,180,255,1), - (84157,113770,1,336.808,-4835.13,9.9855,2.67035,0,0,0.972369,0.233447,180,255,1), - (84158,113770,1,305.732,-4648.74,16.203,-2.37364,0,0,-0.927182,0.37461,180,255,1), - (84159,113770,0,-9463.67,144.868,57.6059,-0.471238,0,0,-0.233445,0.97237,180,255,1), - (84160,113770,0,-9455.36,81.6477,56.9433,-0.139624,0,0,-0.0697553,0.997564,180,255,1), - (84161,113770,0,-9418.3,50.1628,57.6712,0.383971,0,0,0.190808,0.981627,180,255,1), - (84162,113770,0,-9481.19,25.9235,56.6678,-2.47837,0,0,-0.945519,0.325567,180,255,1), - (84163,113770,0,-9426.95,114.794,58.422,0.383971,0,0,0.190808,0.981627,180,255,1), - (84164,113770,0,-9454.08,77.8566,57.1008,-1.93732,0,0,-0.824127,0.566404,180,255,1), - (84165,113770,0,-9471.69,9.24544,56.4663,-2.72271,0,0,-0.978147,0.207914,180,255,1), - (84166,113770,0,-9454,18.5163,56.5293,-2.25147,0,0,-0.902584,0.430513,180,255,1), - (84167,113770,0,-9477.54,52.1982,61.0346,-0.331611,0,0,-0.165047,0.986286,180,255,1), - (84168,113770,0,-9435.97,148.227,56.1291,2.51327,0,0,0.951056,0.309019,180,255,1), - (84169,113770,0,-9473.67,41.1319,58.0485,0.820303,0,0,0.398748,0.91706,180,255,1), - (84170,113770,0,-9481.81,19.8712,56.7135,-2.04204,0,0,-0.852641,0.522496,180,255,1), - (84171,113770,0,-9476.4,7.09245,56.7997,0.034906,0,0,0.0174521,0.999848,180,255,1), - (84172,113770,0,-9484.34,45.2543,57.344,2.16421,0,0,0.882948,0.469471,180,255,1), - (84173,113770,1,9677.68,968.157,1293.79,-2.19912,0,0,-0.891008,0.453988,180,255,1), - (84174,113770,1,9777.84,960.313,1306.68,-2.07694,0,0,-0.861629,0.507539,180,255,1), - (84175,113770,1,9761.61,931.511,1299.77,3.05433,0,0,0.999048,0.0436174,180,255,1), - (84176,113770,1,9830.56,928.174,1306.23,2.44346,0,0,0.939692,0.342021,180,255,1), - (84177,113770,1,9871.99,986.952,1309.37,0.139624,0,0,0.0697553,0.997564,180,255,1), - (84178,113770,1,9875.77,959.966,1308.55,1.06465,0,0,0.507538,0.861629,180,255,1), - (84179,113770,1,9733.58,963.843,1294.4,-2.82743,0,0,-0.987688,0.156436,180,255,1), - (84180,113770,1,9836.74,947.91,1306.71,-0.680679,0,0,-0.333807,0.942641,180,255,1), - (84181,113770,1,9809.5,936.323,1307.84,-2.37364,0,0,-0.927182,0.37461,180,255,1), - (84182,113770,1,9764.7,874.474,1297.42,0.645772,0,0,0.317305,0.948324,180,255,1), - (84183,113770,1,9718.43,988.639,1295.07,-2.9845,0,0,-0.996917,0.0784656,180,255,1), - (84184,113770,1,9805.17,933.522,1307.34,-1.5708,0,0,-0.707108,0.707106,180,255,1), - (84185,113770,1,9772.07,896.576,1297.12,1.78023,0,0,0.777144,0.629323,180,255,1), - (84186,113771,0,-9478.15,19.1694,58.3796,-2.0279,0,0,-0.848926,0.528512,30,255,1), - (84187,113771,0,-5550.99,-438.001,405.385,1.58825,0,0,0.713251,0.700909,30,255,1), - (84188,113771,0,-5592.34,-477.013,396.98,-1.81514,0,0,-0.78801,0.615662,30,255,1), - (84189,113771,0,-5614.05,-522.496,402.706,-2.58308,0,0,-0.961261,0.275641,30,255,1), - (84190,113771,0,-5606.81,-446.065,403.979,0.314158,0,0,0.156434,0.987688,30,255,1), - (84191,113771,0,-5561.38,-454.769,403.026,-2.26892,0,0,-0.906306,0.422622,30,255,1), - (84192,113771,0,-5603.32,-514.662,401.826,1.50098,0,0,0.681997,0.731355,30,255,1), - (84193,113771,0,-5655.44,-507.668,397.735,1.5708,0,0,0.707108,0.707106,30,255,1), - (84194,113771,0,-5574.19,-515.849,402.803,-2.1293,0,0,-0.874619,0.48481,30,255,1), - (84195,113771,0,-5551.12,-475.11,397.944,1.71042,0,0,0.754709,0.65606,30,255,1), - (84196,113771,0,-5537.1,-475.811,398.192,-1.64061,0,0,-0.731354,0.681998,30,255,1), - (84197,113771,0,-5651.76,-504.996,396.834,-0.087266,0,0,-0.0436192,0.999048,30,255,1), - (84198,113771,0,-5641.09,-493.862,396.657,0.63074,0,0,0.310168,0.950682,30,255,1), - (84199,113771,0,2290.35,292.878,35.1822,1.91986,0,0,0.819151,0.573577,30,255,1), - (84200,113771,0,2309.1,255.461,35.0443,-0.994837,0,0,-0.477158,0.878817,30,255,1), - (84201,113771,0,2208.54,304.432,34.365,-1.41372,0,0,-0.649449,0.760405,30,255,1), - (84202,113771,0,2320.28,266.164,35.1822,-0.366518,0,0,-0.182235,0.983255,30,255,1), - (84203,113771,0,2316.82,257.047,35.1435,0.628317,0,0,0.309016,0.951057,30,255,1), - (84204,113771,0,2326.6,290.614,35.1822,2.60053,0,0,0.963629,0.267244,30,255,1), - (84205,113771,0,2251.51,257.684,34.2285,0.925024,0,0,0.446198,0.894934,30,255,1), - (84206,113771,0,2269.77,326.815,39.5251,2.04204,0,0,0.852641,0.522496,30,255,1), - (84207,113771,0,2243,332.989,35.1891,2.93214,0,0,0.994521,0.104535,30,255,1), - (84208,113771,0,2287.56,253.053,34.2161,-2.49582,0,0,-0.948324,0.317305,30,255,1), - (84209,113771,0,2224.66,251.928,38.6254,-0.925024,0,0,-0.446198,0.894934,30,255,1), - (84210,113771,0,2270.68,254.028,34.1013,0.994837,0,0,0.477158,0.878817,30,255,1), - (84211,113771,0,2265.18,351.479,37.3527,-1.5708,0,0,-0.707108,0.707106,30,255,1), - (84212,113771,0,2294.58,247.73,34.1426,-2.46091,0,0,-0.942641,0.333809,30,255,1), - (84213,113771,0,2319.87,260.249,35.1822,-0.802851,0,0,-0.390731,0.920505,30,255,1), - (84214,113771,0,2270.7,345.182,35.1891,-0.383971,0,0,-0.190808,0.981627,30,255,1), - (84215,113771,0,2254.08,363.001,36.0739,-0.453785,0,0,-0.224951,0.97437,30,255,1), - (84216,113771,1,-2252.83,-331.365,-8.71657,-3.01941,0,0,-0.998134,0.0610534,30,255,1), - (84217,113771,1,-2347.83,-413.634,-8.96203,2.46091,0,0,0.942641,0.333809,30,255,1), - (84218,113771,1,-2278.85,-396.289,-9.35441,2.56563,0,0,0.958819,0.284017,30,255,1), - (84219,113771,1,-2382.2,-327.314,-9.51233,3.12412,0,0,0.999962,0.00873622,30,255,1), - (84220,113771,1,-2361.64,-364.892,-7.82731,-1.88495,0,0,-0.809015,0.587788,30,255,1), - (84221,113771,1,-2319.94,-266.866,-8.62991,-0.401425,0,0,-0.199368,0.979925,30,255,1), - (84222,113771,1,-2401.51,-397.701,0.737453,1.37881,0,0,0.636078,0.771625,30,255,1), - (84223,113771,1,-2300.45,-311.463,-9.42493,0.698132,0,0,0.34202,0.939693,30,255,1), - (84224,113771,1,-2330.31,-259.411,-7.49656,2.75761,0,0,0.981626,0.190814,30,255,1), - (84225,113771,1,319.55,-4699.1,15.9422,-1.8675,0,0,-0.803856,0.594824,30,255,1), - (84226,113771,1,385.884,-4708.23,13.3999,1.76278,0,0,0.771624,0.636079,30,255,1), - (84227,113771,1,332.496,-4763.72,12.6498,-2.84488,0,0,-0.989015,0.147813,30,255,1), - (84228,113771,1,365.13,-4765.51,12.5155,2.05949,0,0,0.857168,0.515037,30,255,1), - (84229,113771,1,355.27,-4747.92,11.8741,-1.81514,0,0,-0.78801,0.615662,30,255,1), - (84230,113771,1,339.025,-4710.06,15.1652,-2.32129,0,0,-0.91706,0.398748,30,255,1), - (84231,113771,1,312.225,-4690.04,15.8715,-1.51844,0,0,-0.688356,0.725373,30,255,1), - (84232,113771,1,337.99,-4857.98,10.3108,-0.453785,0,0,-0.224951,0.97437,30,255,1), - (84233,113771,1,334.895,-4708.26,15.738,-2.32129,0,0,-0.91706,0.398748,30,255,1), - (84234,113771,1,311.714,-4860.96,10.5356,3.14159,0,0,1,0.00000126759,30,255,1), - (84235,113771,1,369.171,-4767.85,12.4678,-1.01229,0,0,-0.484809,0.87462,30,255,1), - (84236,113771,1,355.702,-4660.29,16.7222,-3.05433,0,0,-0.999048,0.0436174,30,255,1), - (84237,113771,1,324.217,-4854.94,10.4052,-0.715585,0,0,-0.350207,0.936672,30,255,1), - (84238,113771,1,273.929,-4690.84,13.8783,2.05949,0,0,0.857168,0.515037,30,255,1), - (84239,113771,1,271.84,-4706.5,23.2444,3.06554,0,0,0.999277,0.0380171,30,255,1), - (84240,113771,0,-9478.88,39.2188,56.7774,3.03684,0,0,0.998629,0.0523524,30,255,1), - (84241,113771,0,-9413.68,102.249,58.979,-2.84488,0,0,-0.989015,0.147813,30,255,1), - (84242,113771,0,-9479.36,25.9265,60.9239,3.00195,0,0,0.997563,0.0697646,30,255,1), - (84243,113771,0,-9464.65,42.4915,56.6798,1.97222,0,0,0.833885,0.551938,30,255,1), - (84244,113771,0,-9450.44,85.7477,56.8878,-2.86233,0,0,-0.990267,0.139178,30,255,1), - (84245,113771,0,-9500.72,61.1516,60.5539,1.36136,0,0,0.629322,0.777145,30,255,1), - (84246,113771,0,-9464.39,40.1361,56.5732,1.62316,0,0,0.725376,0.688353,30,255,1), - (84247,113771,0,-9437.6,39.9129,57.0493,0.314158,0,0,0.156434,0.987688,30,255,1), - (84248,113771,0,-9423,109.674,58.8177,1.51844,0,0,0.688356,0.725373,30,255,1), - (84249,113771,0,-9475.32,5.74061,56.7991,-3.07177,0,0,-0.999391,0.0349043,30,255,1), - (84250,113771,0,-9455.78,14.8614,61.399,-0.069812,0,0,-0.0348989,0.999391,30,255,1), - (84251,113771,0,-9470.67,-9.53402,56.4724,2.68781,0,0,0.97437,0.22495,30,255,1), - (84252,113771,0,-9456.14,45.1139,56.5914,1.44862,0,0,0.662619,0.748957,30,255,1), - (84253,113771,0,-9504.12,67.5321,56.6661,-1.11701,0,0,-0.529919,0.848048,30,255,1), - (84254,113771,0,-9438.02,39.9557,61.0959,-0.767944,0,0,-0.374606,0.927184,30,255,1), - (84255,113771,0,-9456.51,-6.74995,56.5286,0.314158,0,0,0.156434,0.987688,30,255,1), - (84256,113771,0,-9455,39.2159,56.56,1.83259,0,0,0.793352,0.608764,30,255,1), - (84257,113771,0,-9464.07,81.39,57.0902,2.67035,0,0,0.972369,0.233447,30,255,1), - (84258,113771,1,9790.15,932.155,1308.1,-2.77507,0,0,-0.983255,0.182237,30,255,1), - (84259,113771,1,9784.21,969.43,1306.07,1.39626,0,0,0.642786,0.766046,30,255,1), - (84260,113771,1,9866.17,985.502,1309.27,-1.32645,0,0,-0.615661,0.788011,30,255,1), - (84261,113771,1,9714.7,990.938,1294.9,-0.261798,0,0,-0.130525,0.991445,30,255,1), - (84262,113771,1,9674.05,940.225,1290.33,-1.15192,0,0,-0.54464,0.83867,30,255,1), - (84263,113771,1,9858.89,912.83,1306.26,0.471238,0,0,0.233445,0.97237,30,255,1), - (84264,113771,1,9764.15,891.735,1298.14,-1.95477,0,0,-0.829038,0.559192,30,255,1), - (84265,113771,1,9841.93,978.247,1306.65,-0.890117,0,0,-0.430511,0.902586,30,255,1), - (84266,113771,1,9727.25,969.886,1294.64,-1.81514,0,0,-0.78801,0.615662,30,255,1), - (84267,113771,1,9800.32,925.253,1306.93,0.837757,0,0,0.406736,0.913546,30,255,1), - (84268,113771,1,9895.08,964.664,1310.53,0.59341,0,0,0.292371,0.956305,30,255,1), - (84269,113771,1,9721.95,987.234,1295.74,1.85005,0,0,0.798636,0.601815,30,255,1), - (84270,113771,1,9823.43,942.535,1307.1,1.37881,0,0,0.636078,0.771625,30,255,1), - (84271,113771,0,-5590.84,-507.505,404.096,-0.785397,0,0,-0.382683,0.92388,30,255,1), - (84272,113771,0,-5640.07,-511.86,398.785,-2.02458,0,0,-0.848048,0.52992,30,255,1), - (84273,113771,0,-5535.9,-504.5,401.225,-1.97222,0,0,-0.833885,0.551938,30,255,1), - (84274,113771,0,-5634.76,-478.435,396.986,-1.48353,0,0,-0.67559,0.737277,30,255,1), - (84275,113771,0,-5626.33,-478.569,396.98,2.49582,0,0,0.948324,0.317305,30,255,1), - (84276,113771,0,-5636.76,-501.881,396.669,-1.01229,0,0,-0.484809,0.87462,30,255,1), - (84277,113771,0,-5543.07,-475.489,397.938,1.18682,0,0,0.559191,0.829039,30,255,1), - (84278,113771,0,-5625.35,-523.544,403.863,0.680677,0,0,0.333806,0.942642,30,255,1), - (84279,113771,0,-5594.56,-460.384,402.493,-1.50098,0,0,-0.681997,0.731355,30,255,1), - (84280,113771,0,-5629.68,-477.993,397.1,-2.21656,0,0,-0.894933,0.446202,30,255,1), - (84281,113771,0,-5631.67,-478.306,397.142,-0.488691,0,0,-0.241921,0.970296,30,255,1), - (84282,113771,0,-5584.03,-462.619,402.307,0.523598,0,0,0.258819,0.965926,30,255,1), - (84283,113771,0,-5591.84,-501.423,400.11,1.0821,0,0,0.515036,0.857168,30,255,1), - (84284,113771,0,-5588.47,-506.387,401.389,0.331611,0,0,0.165047,0.986286,30,255,1), - (84285,113771,0,-5597.52,-476.048,396.98,-2.53072,0,0,-0.953716,0.300709,30,255,1), - (84286,113771,0,-5549.99,-499.271,401.701,-0.401425,0,0,-0.199368,0.979925,30,255,1), - (84287,113771,0,-5590.94,-497.848,399.436,-0.994837,0,0,-0.477158,0.878817,30,255,1), - (84288,113771,0,-5638.41,-530.448,404.927,2.46091,0,0,0.942641,0.333809,30,255,1), - (84289,113771,0,-5615.95,-446.212,404.559,-2.19912,0,0,-0.891008,0.453988,30,255,1), - (84290,113771,0,2230.17,280.454,34.9558,0.942477,0,0,0.45399,0.891007,30,255,1), - (84291,113771,0,2297.69,300.578,35.1822,-1.53589,0,0,-0.694658,0.71934,30,255,1), - (84292,113771,0,2245.9,337.244,35.1891,-0.506145,0,0,-0.25038,0.968148,30,255,1), - (84293,113771,0,2290.1,334.649,34.7058,2.47837,0,0,0.945519,0.325567,30,255,1), - (84294,113771,0,2234.99,325.446,35.1891,2.63544,0,0,0.968147,0.250383,30,255,1), - (84295,113771,0,2252.76,227.375,34.0718,-0.872664,0,0,-0.422618,0.906308,30,255,1), - (84296,113771,0,2259.43,330.983,36.3222,-1.6057,0,0,-0.719339,0.694659,30,255,1), - (84297,113771,0,2221.68,321.805,35.1891,1.95477,0,0,0.829038,0.559192,30,255,1), - (84298,113771,0,2220.47,305.173,35.1891,-0.314158,0,0,-0.156434,0.987688,30,255,1), - (84299,113771,0,2273.9,236.948,34.1165,-1.48353,0,0,-0.67559,0.737277,30,255,1), - (84300,113771,0,2301,305.172,35.183,1.91986,0,0,0.819151,0.573577,30,255,1), - (84301,113771,0,2254.79,265.947,34.956,2.44346,0,0,0.939692,0.342021,30,255,1), - (84302,113771,0,2268.4,254.78,34.1026,0.785397,0,0,0.382683,0.92388,30,255,1), - (84303,113771,0,2288.67,269.537,35.1818,1.23918,0,0,0.580701,0.814117,30,255,1), - (84304,113771,1,-2215.67,-302.492,-9.19235,-1.93732,0,0,-0.824127,0.566404,30,255,1), - (84305,113771,1,-2355.53,-364.941,-8.70328,-1.3439,0,0,-0.622513,0.782609,30,255,1), - (84306,113771,1,-2184.88,-403.019,-4.54368,0.942477,0,0,0.45399,0.891007,30,255,1), - (84307,113771,1,-2299.22,-420.457,-7.85127,1.02974,0,0,0.492422,0.870357,30,255,1), - (84308,113771,1,-2269.72,-459.976,-8.11767,3.10665,0,0,0.999847,0.0174704,30,255,1), - (84309,113771,1,-2282.8,-256.798,-9.42493,-2.07694,0,0,-0.861629,0.507539,30,255,1), - (84310,113771,1,-2230.25,-366.455,-9.53273,3.03684,0,0,0.998629,0.0523524,30,255,1), - (84311,113771,1,-2240.67,-319.601,-9.4249,1.55334,0,0,0.700908,0.713252,30,255,1), - (84312,113771,1,-2390.04,-339.815,-9.40793,0.244346,0,0,0.121869,0.992546,30,255,1), - (84313,113771,1,-2407.54,-318.334,-14.9107,-1.44862,0,0,-0.662619,0.748957,30,255,1), - (84314,113771,1,-2377.04,-409.395,-4.16336,0.261798,0,0,0.130525,0.991445,30,255,1), - (84315,113771,1,-2176.45,-410.324,-4.76947,1.95477,0,0,0.829038,0.559192,30,255,1), - (84316,113771,1,-2349.92,-296.166,-9.42485,0.471238,0,0,0.233445,0.97237,30,255,1), - (84317,113771,1,-2235.36,-302.007,-9.4249,0.401425,0,0,0.199368,0.979925,30,255,1), - (84318,113771,1,-2326.97,-465.051,-6.85658,1.309,0,0,0.608763,0.793352,30,255,1), - (84319,113771,1,318.375,-4782.64,10.141,-1.5708,0,0,-0.707108,0.707106,30,255,1), - (84320,113771,1,321.199,-4696.81,16.8911,1.41372,0,0,0.649449,0.760405,30,255,1), - (84321,113771,1,273.639,-4729.33,13.6144,1.83259,0,0,0.793352,0.608764,30,255,1), - (84322,113771,1,316.161,-4769.37,11.734,-1.39626,0,0,-0.642786,0.766046,30,255,1), - (84323,113771,1,340.698,-4711.14,14.7984,2.18166,0,0,0.88701,0.461749,30,255,1), - (84324,113771,1,362.317,-4839.45,11.7993,-0.349065,0,0,-0.173648,0.984808,30,255,1), - (84325,113771,1,352.032,-4839.19,10.8115,2.25147,0,0,0.902584,0.430513,30,255,1), - (84326,113771,1,344.143,-4778.53,12.5144,2.1293,0,0,0.874619,0.48481,30,255,1), - (84327,113771,1,301.796,-4656.72,16.5482,2.26892,0,0,0.906306,0.422622,30,255,1), - (84328,113771,1,328.287,-4662.62,16.5336,-2.65289,0,0,-0.970294,0.241927,30,255,1), - (84329,113771,1,328.954,-4769.87,12.5832,-3.12412,0,0,-0.999962,0.00873622,30,255,1), - (84330,113771,1,322.019,-4706.11,15.0523,-0.069812,0,0,-0.0348989,0.999391,30,255,1), - (84331,113771,1,389.87,-4706.99,13.3076,2.00713,0,0,0.843392,0.537299,30,255,1), - (84332,113771,1,317.044,-4880.76,11.8096,1.85005,0,0,0.798636,0.601815,30,255,1), - (84333,113771,1,298.309,-4846.51,10.1528,-2.89724,0,0,-0.992546,0.121873,30,255,1), - (84334,113771,1,290.46,-4840.13,10.2261,-0.069812,0,0,-0.0348989,0.999391,30,255,1), - (84335,113771,1,268.52,-4690.78,14.7459,-2.1293,0,0,-0.874619,0.48481,30,255,1), - (84336,113771,1,334.04,-4715.24,14.4623,2.93214,0,0,0.994521,0.104535,30,255,1), - (84337,113771,1,363.896,-4700.45,14.5315,3.12412,0,0,0.999962,0.00873622,30,255,1), - (84338,113771,1,330.677,-4863.7,10.592,-3.03684,0,0,-0.998629,0.0523524,30,255,1), - (84339,113771,0,-9430.14,63.5273,56.7842,3.01941,0,0,0.998134,0.0610534,30,255,1), - (84340,113771,0,-9482.21,13.31,56.5975,-2.56563,0,0,-0.958819,0.284017,30,255,1), - (84341,113771,0,-9475.91,82.3177,56.938,-0.750491,0,0,-0.366501,0.930418,30,255,1), - (84342,113771,0,-9470.95,44.3876,56.5081,-1.97222,0,0,-0.833885,0.551938,30,255,1), - (84343,113771,0,-9460.02,-10.796,56.4792,1.22173,0,0,0.573576,0.819152,30,255,1), - (84344,113771,0,-9427.19,91.4728,61.218,-1.3439,0,0,-0.622513,0.782609,30,255,1), - (84345,113771,0,-9473.44,-4.50597,56.474,-1.5708,0,0,-0.707108,0.707106,30,255,1), - (84346,113771,0,-9480.42,32.3588,56.8705,0.890117,0,0,0.430511,0.902586,30,255,1), - (84347,113771,0,-9471.21,43.4096,56.5602,2.1293,0,0,0.874619,0.48481,30,255,1), - (84348,113771,0,-9417.96,114.415,59.9746,1.15192,0,0,0.54464,0.83867,30,255,1), - (84349,113771,0,-9501.33,77.8762,57.3364,0,0,0,0,1,30,255,1), - (84350,113771,0,-9474,119.081,61.166,-1.79769,0,0,-0.782608,0.622514,30,255,1), - (84351,113771,1,9882.33,957.396,1311.03,2.26892,0,0,0.906306,0.422622,30,255,1), - (84352,113771,1,9794.08,935.433,1307.5,-2.426,0,0,-0.936671,0.350211,30,255,1), - (84353,113771,1,9860.89,910.633,1306.13,2.84488,0,0,0.989015,0.147813,30,255,1), - (84354,113771,1,9785.59,883.094,1298.15,-0.157079,0,0,-0.0784588,0.996917,30,255,1), - (84355,113771,1,9750.54,904.029,1295.52,0.261798,0,0,0.130525,0.991445,30,255,1), - (84356,113771,1,9860.36,912.735,1308.56,0.139624,0,0,0.0697553,0.997564,30,255,1), - (84357,113771,1,9785.07,936.801,1307.39,1.46608,0,0,0.669132,0.743144,30,255,1), - (84358,113771,1,9784.58,934.681,1307.62,2.14675,0,0,0.878816,0.477161,30,255,1), - (84359,113771,1,9834.79,977.89,1306.55,-1.20428,0,0,-0.566407,0.824125,30,255,1), - (84360,113771,1,9797.21,924.884,1306.87,-1.16937,0,0,-0.551937,0.833886,30,255,1), - (84361,113771,1,9805.41,932.733,1309.3,-0.785397,0,0,-0.382683,0.92388,30,255,1), - (84362,113771,1,9823.78,920.982,1304.59,-2.87979,0,0,-0.991445,0.130528,30,255,1), - (84363,113771,1,9818.83,940.406,1308.31,0.977383,0,0,0.469471,0.882948,30,255,1), - (84364,113771,1,9778.07,966.872,1306.55,-0.122173,0,0,-0.0610485,0.998135,30,255,1), - (84365,113771,1,9814.18,938.75,1308.31,1.23918,0,0,0.580701,0.814117,30,255,1), - (84366,113771,1,9796.97,926.811,1306.86,2.35619,0,0,0.923879,0.382686,30,255,1), - (84367,113771,0,-9447.39,121.598,58.344,-1.81514,0,0,-0.78801,0.615662,30,255,1), - (84368,113771,0,-5666.08,-496.141,397.645,-1.98967,0,0,-0.838669,0.544641,30,255,1), - (84369,113771,0,-5572.73,-462.93,402.268,2.87979,0,0,0.991445,0.130528,30,255,1), - (84370,113771,0,-5561.03,-445.583,403.801,-0.872664,0,0,-0.422618,0.906308,30,255,1), - (84371,113771,0,-5633.71,-500.428,396.669,-2.49582,0,0,-0.948324,0.317305,30,255,1), - (84372,113771,0,-5588.15,-451.483,403.206,-0.017452,0,0,-0.00872589,0.999962,30,255,1), - (84373,113771,0,-5531.9,-461.554,403.146,-1.15192,0,0,-0.54464,0.83867,30,255,1), - (84374,113771,0,-5583.84,-476.837,397.763,1.81514,0,0,0.78801,0.615662,30,255,1), - (84375,113771,0,-5641.92,-530.151,404.553,1.62316,0,0,0.725376,0.688353,30,255,1), - (84376,113771,0,-5628.72,-497.477,397.06,-0.872664,0,0,-0.422618,0.906308,30,255,1), - (84377,113771,0,-5554.67,-446.838,403.451,2.11185,0,0,0.870356,0.492423,30,255,1), - (84378,113771,0,-5570.37,-454.21,402.226,-3.05433,0,0,-0.999048,0.0436174,30,255,1), - (84379,113771,0,-5659.62,-501.994,397.399,0.418879,0,0,0.207912,0.978148,30,255,1), - (84380,113771,0,-5639.82,-477.943,396.838,-1.48353,0,0,-0.67559,0.737277,30,255,1), - (84381,113771,0,-5545.37,-475.142,397.95,0.366518,0,0,0.182235,0.983255,30,255,1), - (84382,113771,0,-5653.4,-498.022,396.764,1.29154,0,0,0.601814,0.798637,30,255,1), - (84383,113771,0,2241.92,236.328,34.1165,-2.87979,0,0,-0.991445,0.130528,30,255,1), - (84384,113771,0,2256.33,227.711,33.9971,1.01229,0,0,0.484809,0.87462,30,255,1), - (84385,113771,0,2279.55,233.383,34.058,-1.78023,0,0,-0.777144,0.629323,30,255,1), - (84386,113771,0,2279.05,252.351,34.1165,1.23918,0,0,0.580701,0.814117,30,255,1), - (84387,113771,0,2280.59,276.046,35.1822,-3.10665,0,0,-0.999847,0.0174704,30,255,1), - (84388,113771,0,2263.44,275.185,35.0897,-2.58308,0,0,-0.961261,0.275641,30,255,1), - (84389,113771,0,2261.52,271.906,35.1071,0.855211,0,0,0.414693,0.909961,30,255,1), - (84390,113771,0,2284.83,255.729,34.4603,0.680677,0,0,0.333806,0.942642,30,255,1), - (84391,113771,0,2243.81,335.75,35.1891,-2.00713,0,0,-0.843392,0.537299,30,255,1), - (84392,113771,0,2269.76,349.737,35.1891,1.62316,0,0,0.725376,0.688353,30,255,1), - (84393,113771,0,2242.42,241.394,34.1165,1.72787,0,0,0.760404,0.64945,30,255,1), - (84394,113771,0,2261.34,354.016,35.1891,0.453785,0,0,0.224951,0.97437,30,255,1), - (84395,113771,0,2306.1,254.331,35.0089,-1.76278,0,0,-0.771624,0.636079,30,255,1), - (84396,113771,0,2251.45,230.18,33.8394,-1.309,0,0,-0.608763,0.793352,30,255,1), - (84397,113771,0,2285.03,233.674,34.1271,-0.174532,0,0,-0.0871553,0.996195,30,255,1), - (84398,113771,0,2241.22,229.603,34.1162,1.0472,0,0,0.500001,0.866025,30,255,1), - (84399,113771,0,2303.15,256.494,35.1353,-0.90757,0,0,-0.438371,0.898794,30,255,1), - (84400,113771,0,2253.14,346.404,35.1891,1.64061,0,0,0.731354,0.681998,30,255,1), - (84401,113771,1,-2416.27,-388.87,-2.01838,1.85005,0,0,0.798636,0.601815,30,255,1), - (84402,113771,1,-2370.64,-357.866,-9.02786,-2.86233,0,0,-0.990267,0.139178,30,255,1), - (84403,113771,1,-2350.81,-305.639,-9.42381,-3.12412,0,0,-0.999962,0.00873622,30,255,1), - (84404,113771,1,-2388.35,-336.116,-9.55712,-0.226892,0,0,-0.113203,0.993572,30,255,1), - (84405,113771,1,-2327.26,-390.677,-7.06189,2.00713,0,0,0.843392,0.537299,30,255,1), - (84406,113771,1,-2273.41,-276.896,-9.42493,0.59341,0,0,0.292371,0.956305,30,255,1), - (84407,113771,1,-2346.15,-345.014,-9.10675,3.05433,0,0,0.999048,0.0436174,30,255,1), - (84408,113771,1,-2361.18,-363.496,-8.84961,1.20428,0,0,0.566407,0.824125,30,255,1), - (84409,113771,1,-2334.79,-445.241,-6.39006,-0.017452,0,0,-0.00872589,0.999962,30,255,1), - (84410,113771,1,-2371.84,-313.507,-9.70727,-0.401425,0,0,-0.199368,0.979925,30,255,1), - (84411,113771,1,-2352.68,-366.205,-8.41767,-1.85005,0,0,-0.798636,0.601815,30,255,1), - (84412,113771,1,-2402.84,-323.602,-13.509,-2.94959,0,0,-0.995395,0.0958539,30,255,1), - (84413,113771,1,-2331.95,-308.408,-9.42488,2.11185,0,0,0.870356,0.492423,30,255,1), - (84414,113771,1,-2335.44,-470.686,-7.50702,-1.23918,0,0,-0.580701,0.814117,30,255,1), - (84415,113771,1,-2241.8,-285.282,-9.4249,3.14159,0,0,1,0.00000126759,30,255,1), - (84416,113771,1,304.742,-4654.34,16.3163,2.30383,0,0,0.913544,0.406739,30,255,1), - (84417,113771,1,267.416,-4781.64,11.3797,2.33874,0,0,0.920505,0.390732,30,255,1), - (84418,113771,1,270.699,-4774.46,12.0508,2.00713,0,0,0.843392,0.537299,30,255,1), - (84419,113771,1,296.473,-4784.95,10.6485,-0.506145,0,0,-0.25038,0.968148,30,255,1), - (84420,113771,1,291.972,-4769.19,11.7897,-0.575957,0,0,-0.284015,0.95882,30,255,1), - (84421,113771,1,330.1,-4843.18,10.0217,-2.30383,0,0,-0.913544,0.406739,30,255,1), - (84422,113771,1,366.759,-4720.52,13.5716,-1.3439,0,0,-0.622513,0.782609,30,255,1), - (84423,113771,1,334.516,-4771.12,12.6344,-1.55334,0,0,-0.700908,0.713252,30,255,1), - (84424,113771,1,366.175,-4687.22,16.6829,0.314158,0,0,0.156434,0.987688,30,255,1), - (84425,113771,1,335.926,-4807.64,10.048,-1.62316,0,0,-0.725376,0.688353,30,255,1), - (84426,113771,1,360.737,-4753.81,12.4097,0.034906,0,0,0.0174521,0.999848,30,255,1), - (84427,113771,1,293.007,-4709.49,13.0909,-1.6057,0,0,-0.719339,0.694659,30,255,1), - (84428,113771,0,-9499.26,18.693,57.2384,-0.872664,0,0,-0.422618,0.906308,30,255,1), - (84429,113771,0,-9497.64,83.6594,57.0273,-1.55334,0,0,-0.700908,0.713252,30,255,1), - (84430,113771,0,-9437.66,113.322,57.5165,-0.366518,0,0,-0.182235,0.983255,30,255,1), - (84431,113771,0,-9498.79,93.2223,57.4605,2.19912,0,0,0.891008,0.453988,30,255,1), - (84432,113771,0,-9440.68,147.358,55.9453,-2.35619,0,0,-0.923879,0.382686,30,255,1), - (84433,113771,0,-9479.48,10.1983,56.5309,-2.75761,0,0,-0.981626,0.190814,30,255,1), - (84434,113771,0,-9475.63,41.6743,56.553,2.91469,0,0,0.993571,0.113208,30,255,1), - (84435,113771,0,-9453.12,27.4328,56.5293,-1.91986,0,0,-0.819151,0.573577,30,255,1), - (84436,113771,0,-9462.04,126.975,58.974,1.13446,0,0,0.537298,0.843393,30,255,1), - (84437,113771,0,-9424.79,63.395,57.6167,1.74533,0,0,0.766045,0.642787,30,255,1), - (84438,113771,0,-9452.01,35.957,56.5571,1.02974,0,0,0.492422,0.870357,30,255,1), - (84439,113771,0,-9459.96,106.165,57.49,-1.67551,0,0,-0.743143,0.669133,30,255,1), - (84440,113771,0,-9473.21,77.1796,57.2729,-2.44346,0,0,-0.939692,0.342021,30,255,1), - (84441,113771,0,-9458,153.022,55.9447,0.820303,0,0,0.398748,0.91706,30,255,1), - (84442,113771,1,9865.53,996.175,1309.4,0.157079,0,0,0.0784588,0.996917,30,255,1), - (84443,113771,1,9828.72,931.172,1307,0.436332,0,0,0.216439,0.976296,30,255,1), - (84444,113771,1,9671.5,943.398,1290.74,-1.20428,0,0,-0.566407,0.824125,30,255,1), - (84445,113771,1,9887.4,931.878,1307.57,0.034906,0,0,0.0174521,0.999848,30,255,1), - (84446,113771,1,9764.24,946.022,1305.37,0.122173,0,0,0.0610485,0.998135,30,255,1), - (84447,113771,1,9857.75,973.229,1304.81,-1.48353,0,0,-0.67559,0.737277,30,255,1), - (84448,113771,1,9881.39,956.993,1308.8,2.60053,0,0,0.963629,0.267244,30,255,1), - (84449,113771,1,9813.14,936.665,1308.4,-1.67551,0,0,-0.743143,0.669133,30,255,1), - (84450,113771,1,9885.74,934.137,1307.54,1.97222,0,0,0.833885,0.551938,30,255,1), - (84451,113771,1,9837.1,978.411,1306.83,-1.5708,0,0,-0.707108,0.707106,30,255,1), - (84452,113771,1,9826.58,934.53,1307.48,2.61799,0,0,0.965925,0.258821,30,255,1), - (84453,113771,1,9810.81,976.968,1304.44,1.02974,0,0,0.492422,0.870357,30,255,1), - (84454,113771,1,9799.23,973.439,1303.22,2.26892,0,0,0.906306,0.422622,30,255,1), - (84455,113771,1,9786.63,932.97,1307.86,-1.93732,0,0,-0.824127,0.566404,30,255,1), - (84456,113771,1,9779.38,871.465,1297.43,-1.69297,0,0,-0.748956,0.66262,30,255,1), - (84457,113771,1,9683.44,933.646,1290.66,0.837757,0,0,0.406736,0.913546,30,255,1), - (84458,113771,1,9837.57,944.315,1306.87,-0.191985,0,0,-0.0958451,0.995396,30,255,1), - (84459,113771,1,9779.5,893.684,1297.87,2.1293,0,0,0.874619,0.48481,30,255,1), - (84460,113771,1,9847.42,956.816,1306.99,0.034906,0,0,0.0174521,0.999848,30,255,1), - (84461,113771,0,-9425.25,56.1703,57.147,2.58308,0,0,0.961261,0.275641,30,255,1), - (84462,113771,0,-5645.81,-506.301,397.12,-2.00713,0,0,-0.843392,0.537299,30,255,1), - (84463,113771,0,-5591.9,-508.067,401.45,3.12412,0,0,0.999962,0.00873622,30,255,1), - (84464,113771,0,-5588.74,-514.174,404.096,0.139624,0,0,0.0697553,0.997564,30,255,1), - (84465,113771,0,-5637.74,-529.753,404.601,1.11701,0,0,0.529919,0.848048,30,255,1), - (84466,113771,0,-5572.03,-457.206,403.206,-2.51327,0,0,-0.951056,0.309019,30,255,1), - (84467,113771,0,-5593.08,-490.495,397.65,-1.29154,0,0,-0.601814,0.798637,30,255,1), - (84468,113771,0,-5654.44,-499.233,396.82,2.26892,0,0,0.906306,0.422622,30,255,1), - (84469,113771,0,-5578.07,-508.541,404.096,-1.67551,0,0,-0.743143,0.669133,30,255,1), - (84470,113771,0,-5639,-504.025,396.669,-0.593412,0,0,-0.292372,0.956305,30,255,1), - (84471,113771,0,-5589.15,-477.107,397.566,1.58825,0,0,0.713251,0.700909,30,255,1), - (84472,113771,0,-5563.83,-535.074,409.956,-1.0821,0,0,-0.515036,0.857168,30,255,1), - (84473,113771,0,-5545.6,-497.103,402.079,-0.680679,0,0,-0.333807,0.942641,30,255,1), - (84474,113771,0,-5578.15,-516.451,404.096,-0.523598,0,0,-0.258819,0.965926,30,255,1), - (84475,113771,0,-5577.19,-521.814,401.477,-0.279252,0,0,-0.139173,0.990268,30,255,1), - (84476,113771,0,-5585.19,-461.908,402.358,-1.65806,0,0,-0.737276,0.675591,30,255,1), - (84477,113771,0,2329.17,293.34,35.1822,0.191985,0,0,0.0958451,0.995396,30,255,1), - (84478,113771,0,2292.77,237.933,34.1271,-0.069812,0,0,-0.0348989,0.999391,30,255,1), - (84479,113771,0,2213.58,336.073,35.305,2.79252,0,0,0.984807,0.173652,30,255,1), - (84480,113771,0,2276.78,277.681,35.1822,1.8675,0,0,0.803856,0.594824,30,255,1), - (84481,113771,0,2281.8,254.866,34.2742,3.10665,0,0,0.999847,0.0174704,30,255,1), - (84482,113771,0,2253.89,257.101,34.1357,-2.60053,0,0,-0.963629,0.267244,30,255,1), - (84483,113771,0,2300.46,301.747,35.1822,-1.64061,0,0,-0.731354,0.681998,30,255,1), - (84484,113771,0,2267.76,337.618,35.1634,-0.575957,0,0,-0.284015,0.95882,30,255,1), - (84485,113771,0,2244.67,255.382,34.1165,-1.0472,0,0,-0.500001,0.866025,30,255,1), - (84486,113771,0,2223.3,302.749,35.1891,2.04204,0,0,0.852641,0.522496,30,255,1), - (84487,113771,0,2327.95,296.68,35.1822,2.04204,0,0,0.852641,0.522496,30,255,1), - (84488,113771,0,2274.51,230.421,34.1227,3.10665,0,0,0.999847,0.0174704,30,255,1), - (84489,113771,1,-2328.32,-390.06,-7.95402,-2.32129,0,0,-0.91706,0.398748,30,255,1), - (84490,113771,1,-2142.55,-391.811,-2.58831,-0.436332,0,0,-0.216439,0.976296,30,255,1), - (84491,113771,1,-2253.64,-330.251,-9.4249,2.51327,0,0,0.951056,0.309019,30,255,1), - (84492,113771,1,-2273.24,-457.413,-8.11051,-1.18682,0,0,-0.559191,0.829039,30,255,1), - (84493,113771,1,-2415.03,-396.488,-2.10432,-1.36136,0,0,-0.629322,0.777145,30,255,1), - (84494,113771,1,-2282.72,-454.372,-8.4214,-0.488691,0,0,-0.241921,0.970296,30,255,1), - (84495,113771,1,-2257.6,-339.872,-9.4249,-1.58825,0,0,-0.713251,0.700909,30,255,1), - (84496,113771,1,-2392.4,-349.039,-9.12103,-0.890117,0,0,-0.430511,0.902586,30,255,1), - (84497,113771,1,-2217.09,-371.261,-8.67501,-0.401425,0,0,-0.199368,0.979925,30,255,1), - (84498,113771,1,-2361.37,-337.949,-8.81587,-1.93732,0,0,-0.824127,0.566404,30,255,1), - (84499,113771,1,-2332.23,-467.319,-7.1861,1.76278,0,0,0.771624,0.636079,30,255,1), - (84500,113771,1,-2219.93,-368.955,-8.82813,-2.37364,0,0,-0.927182,0.37461,30,255,1), - (84501,113771,1,-2327.32,-426.911,-6.94148,0.157079,0,0,0.0784588,0.996917,30,255,1), - (84502,113771,1,-2325.06,-384.088,-8.11107,-1.6057,0,0,-0.719339,0.694659,30,255,1), - (84503,113771,1,-2189.53,-402.936,-4.74416,-2.32129,0,0,-0.91706,0.398748,30,255,1), - (84504,113771,1,-2343.53,-346.44,-8.97363,-2.07694,0,0,-0.861629,0.507539,30,255,1), - (84505,113771,1,-2181.8,-399.684,-4.33336,1.62316,0,0,0.725376,0.688353,30,255,1), - (84506,113771,1,-2287.88,-288.458,-9.42493,-2.14675,0,0,-0.878816,0.477161,30,255,1), - (84507,113771,1,-2277.63,-455.945,-8.15756,-0.244346,0,0,-0.121869,0.992546,30,255,1), - (84508,113771,1,-2342.55,-349.972,-9.09746,2.21656,0,0,0.894933,0.446202,30,255,1), - (84509,113771,1,-2267.1,-251.087,-9.4249,-1.95477,0,0,-0.829038,0.559192,30,255,1), - (84510,113771,1,-2349.62,-364.796,-8.49972,-0.349065,0,0,-0.173648,0.984808,30,255,1), - (84511,113771,1,364.147,-4755.33,12.1667,0.191985,0,0,0.0958451,0.995396,30,255,1), - (84512,113771,1,360.941,-4771.22,12.4836,-0.488691,0,0,-0.241921,0.970296,30,255,1), - (84513,113771,1,272.177,-4783.31,11.2046,1.69297,0,0,0.748956,0.66262,30,255,1), - (84514,113771,1,329.909,-4774.56,12.3601,1.85005,0,0,0.798636,0.601815,30,255,1), - (84515,113771,1,301.934,-4870.28,10.2283,-0.104719,0,0,-0.0523356,0.99863,30,255,1), - (84516,113771,1,285.003,-4813.87,10.2344,-0.157079,0,0,-0.0784588,0.996917,30,255,1), - (84517,113771,1,337.672,-4791.33,11.2518,-2.72271,0,0,-0.978147,0.207914,30,255,1), - (84518,113771,1,311.033,-4850.38,10.2414,0.977383,0,0,0.469471,0.882948,30,255,1), - (84519,113771,1,315.357,-4667.37,16.2658,-2.05949,0,0,-0.857168,0.515037,30,255,1), - (84520,113771,1,302.731,-4666.8,16.5412,-3.00195,0,0,-0.997563,0.0697646,30,255,1), - (84521,113771,1,360.845,-4837.47,11.5441,-2.49582,0,0,-0.948324,0.317305,30,255,1), - (84522,113771,1,336.808,-4835.13,9.9855,2.67035,0,0,0.972369,0.233447,30,255,1), - (84523,113771,1,305.732,-4648.74,16.203,-2.37364,0,0,-0.927182,0.37461,30,255,1), - (84524,113771,0,-9463.67,144.868,57.6059,-0.471238,0,0,-0.233445,0.97237,30,255,1), - (84525,113771,0,-9455.36,81.6477,56.9433,-0.139624,0,0,-0.0697553,0.997564,30,255,1), - (84526,113771,0,-9418.3,50.1628,57.6712,0.383971,0,0,0.190808,0.981627,30,255,1), - (84527,113771,0,-9481.19,25.9235,56.6678,-2.47837,0,0,-0.945519,0.325567,30,255,1), - (84528,113771,0,-9426.95,114.794,58.422,0.383971,0,0,0.190808,0.981627,30,255,1), - (84529,113771,0,-9454.08,77.8566,57.1008,-1.93732,0,0,-0.824127,0.566404,30,255,1), - (84530,113771,0,-9471.69,9.24544,56.4663,-2.72271,0,0,-0.978147,0.207914,30,255,1), - (84531,113771,0,-9454,18.5163,56.5293,-2.25147,0,0,-0.902584,0.430513,30,255,1), - (84532,113771,0,-9477.54,52.1982,61.0346,-0.331611,0,0,-0.165047,0.986286,30,255,1), - (84533,113771,0,-9435.97,148.227,56.1291,2.51327,0,0,0.951056,0.309019,30,255,1), - (84534,113771,0,-9473.67,41.1319,58.0485,0.820303,0,0,0.398748,0.91706,30,255,1), - (84535,113771,0,-9481.81,19.8712,56.7135,-2.04204,0,0,-0.852641,0.522496,30,255,1), - (84536,113771,0,-9476.4,7.09245,56.7997,0.034906,0,0,0.0174521,0.999848,30,255,1), - (84537,113771,0,-9484.34,45.2543,57.344,2.16421,0,0,0.882948,0.469471,30,255,1), - (84538,113771,1,9677.68,968.157,1293.79,-2.19912,0,0,-0.891008,0.453988,30,255,1), - (84539,113771,1,9777.84,960.313,1306.68,-2.07694,0,0,-0.861629,0.507539,30,255,1), - (84540,113771,1,9761.61,931.511,1299.77,3.05433,0,0,0.999048,0.0436174,30,255,1), - (84541,113771,1,9830.56,928.174,1306.23,2.44346,0,0,0.939692,0.342021,30,255,1), - (84542,113771,1,9871.99,986.952,1309.37,0.139624,0,0,0.0697553,0.997564,30,255,1), - (84543,113771,1,9875.77,959.966,1308.55,1.06465,0,0,0.507538,0.861629,30,255,1), - (84544,113771,1,9733.58,963.843,1294.4,-2.82743,0,0,-0.987688,0.156436,30,255,1), - (84545,113771,1,9836.74,947.91,1306.71,-0.680679,0,0,-0.333807,0.942641,30,255,1), - (84546,113771,1,9809.5,936.323,1307.84,-2.37364,0,0,-0.927182,0.37461,30,255,1), - (84547,113771,1,9764.7,874.474,1297.42,0.645772,0,0,0.317305,0.948324,30,255,1), - (84548,113771,1,9718.43,988.639,1295.07,-2.9845,0,0,-0.996917,0.0784656,30,255,1), - (84549,113771,1,9805.17,933.522,1307.34,-1.5708,0,0,-0.707108,0.707106,30,255,1), - (84550,113771,1,9772.07,896.576,1297.12,1.78023,0,0,0.777144,0.629323,30,255,1), - (85161,179532,429,-14.44,-309.911,-52.1458,0,0,0,0,1,600,255,1), - (85162,179532,429,126.758,-296.278,-4.14639,-1.95477,0,0,-0.829038,0.559192,600,255,1), - (85163,179532,429,-32.8264,-463.171,-58.6176,0.488691,0,0,0.241921,0.970296,600,255,1), - (85164,179532,429,17.3334,-704.192,-12.6426,-2.19912,0,0,-0.891008,0.453988,600,255,1), - (85165,179532,429,50.4484,-241.885,-53.2931,1.8675,0,0,0.803856,0.594824,600,255,1), - (85166,179532,429,189.484,-482.115,-100.601,1.93731,0,0,0.824125,0.566408,600,255,1), - (85167,179532,429,423.59,262.49,11.1475,0,0,0,0,1,600,255,1), - (85168,179532,429,475.207,-104.252,-3.88595,-1.32645,0,0,-0.615661,0.788011,600,255,1), - (85169,179533,429,-27.0036,-404.283,-58.614,0.226892,0,0,0.113203,0.993572,600,255,1), - (85170,179533,429,-131.851,-319.414,-56.7906,0.244346,0,0,0.121869,0.992546,600,255,1), - (85171,179533,429,-22.3061,-349.882,-4.07224,-2.02458,0,0,-0.848048,0.52992,600,255,1), - (85172,179533,429,-156.299,-321.1,-4.14717,1.25664,0,0,0.587785,0.809017,600,255,1), - (85173,179533,429,31.0736,-681.584,-25.1616,0,0,0,0,1,600,255,1), - (85174,179533,429,36.7152,-467.008,-4.24876,1.58825,0,0,0.71325,0.70091,600,255,1), - (85175,179533,429,-10.2151,-349.267,-53.8632,2.05949,0,0,0.857168,0.515037,600,255,1), - (85176,179533,429,-51.4662,-358.168,-4.13823,1.81514,0,0,0.78801,0.615662,600,255,1), - (85177,179533,429,21.9326,-409.795,-58.6142,0,0,0,0,1,600,255,1), - (85178,179533,429,117.148,-408.461,-3.27357,2.32129,0,0,0.91706,0.398748,600,255,1), - (85179,179533,429,102.549,-246.011,-56.3647,0.785397,0,0,0.382683,0.92388,600,255,1), - (85180,179533,429,263.393,-568.436,-111.976,-2.67035,0,0,-0.972369,0.233448,600,255,1), - (85181,179533,429,477.125,307.609,2.85288,1.74533,0,0,0.766045,0.642787,600,255,1), - (85182,179533,429,423.649,-94.0369,-3.88739,-0.453785,0,0,-0.224951,0.97437,600,255,1), - (85183,179533,429,4.90084,-450.306,-58.6294,0,0,0,0,1,600,255,1), - (85184,179533,429,71.7209,-409.745,-4.21656,3.12412,0,0,0.999962,0.00873622,600,255,1), - (85185,179533,429,-27.7882,-388.435,-4.22943,1.39626,0,0,0.642786,0.766046,600,255,1), - (85186,179533,429,-42.6484,-341.5,-52.6547,0.244346,0,0,0.121869,0.992546,600,255,1), - (85187,179533,429,34.9096,-365.079,-4.14052,0.314158,0,0,0.156434,0.987688,600,255,1), - (85188,179533,429,-114.736,-199.653,-4.1244,0,0,0,0,1,600,255,1), - (85189,179533,429,101.961,-247.727,-4.01977,2.84488,0,0,0.989015,0.147813,600,255,1), - (85190,179533,429,126.702,-248.335,-4.14639,-2.72271,0,0,-0.978147,0.207914,600,255,1), - (85191,179533,429,66.2358,-633.758,-25.163,3.05433,0,0,0.999048,0.0436174,600,255,1), - (85192,179533,429,-6.16094,-433.403,-4.22212,0,0,0,0,1,600,255,1), - (85193,179533,429,2.64945,-210.379,-52.3845,-0.95993,0,0,-0.461748,0.887011,600,255,1), - (85194,179533,429,-168.655,-271.912,-4.12082,-0.750491,0,0,-0.366501,0.930418,600,255,1), - (85195,179533,429,55.8777,-438.434,-58.5981,-0.855211,0,0,-0.414693,0.909961,600,255,1), - (85196,179533,429,59.0393,-760.028,-25.0955,-1.23918,0,0,-0.580701,0.814117,600,255,1), - (85197,179533,429,71.7946,-437.261,-58.5956,0.872664,0,0,0.422618,0.906308,600,255,1), - (85198,179533,429,-28.3324,-385.063,-58.6181,1.95477,0,0,0.829038,0.559192,600,255,1), - (85199,179533,429,47.8125,-334.275,-52.0553,-0.506145,0,0,-0.25038,0.968148,600,255,1), - (85200,179533,429,353.105,-447.005,-90.0577,0,0,0,0,1,600,255,1), - (85201,179533,429,509.725,523.927,-25.4027,-2.80997,0,0,-0.986285,0.165053,600,255,1), - (85202,179533,429,456.691,-47.364,-3.88702,-1.76278,0,0,-0.771624,0.636079,600,255,1), - (85203,179533,429,34.5069,-391.211,-58.6112,-2.16421,0,0,-0.882948,0.469471,600,255,1), - (85204,179533,429,-12.3063,-396.872,-4.22113,-0.593412,0,0,-0.292372,0.956305,600,255,1), - (85205,179533,429,127.199,-272.801,-4.14639,-1.93732,0,0,-0.824127,0.566404,600,255,1), - (85206,179533,429,-94.2365,-406.708,-58.6073,0,0,0,0,1,600,255,1), - (85207,179533,429,-112.021,-258.887,-56.2501,0,0,0,0,1,600,255,1), - (85208,179533,429,134.767,-262.46,-4.14639,-0.488691,0,0,-0.241921,0.970296,600,255,1), - (85209,179533,429,-148.661,-210.009,-4.1514,0.418879,0,0,0.207912,0.978148,600,255,1), - (85210,179533,429,32.7576,-775.236,-25.1416,-1.309,0,0,-0.608761,0.793354,600,255,1), - (85211,179533,429,-109.888,-404.549,-4.21786,-2.07694,0,0,-0.861629,0.507539,600,255,1), - (85212,179533,429,-61.5861,-306.311,-55.7067,2.33874,0,0,0.920505,0.390732,600,255,1), - (85213,179533,429,-7.83484,-199.983,-4.12879,-0.453785,0,0,-0.224951,0.97437,600,255,1), - (85214,179533,429,64.8074,-400.448,-58.6044,-0.628317,0,0,-0.309016,0.951057,600,255,1), - (85215,179533,429,44.9141,-626.477,-25.1061,-2.47837,0,0,-0.945518,0.325568,600,255,1), - (85216,179533,429,66.1826,-315.416,-54.2518,0,0,0,0,1,600,255,1), - (85217,179533,429,242.178,-420.788,-119.962,-0.069812,0,0,-0.0348989,0.999391,600,255,1), - (85218,179533,429,490.501,551.961,-25.381,-0.418879,0,0,-0.207912,0.978148,600,255,1), - (85219,179533,429,468.448,258.01,6.34532,1.02974,0,0,0.492422,0.870357,600,255,1), - (85220,179533,429,-5.54965,-393.198,-58.6137,-0.209439,0,0,-0.104528,0.994522,600,255,1), - (85221,179533,429,-124.622,-234.072,-55.1133,-0.314158,0,0,-0.156434,0.987688,600,255,1), - (85222,179533,429,119.36,-336.64,-4.14986,-1.44862,0,0,-0.662619,0.748957,600,255,1), - (85223,179533,429,-75.923,-358.893,-4.14481,2.87979,0,0,0.991445,0.130528,600,255,1), - (85224,179533,429,41.8712,-744.931,-25.1339,0.104719,0,0,0.0523356,0.99863,600,255,1), - (85225,179533,429,36.7851,-402.629,-4.21849,-2.49582,0,0,-0.948324,0.317305,600,255,1), - (85226,179533,429,-14.44,-309.911,-52.1458,0,0,0,0,1,600,255,1), - (85227,179533,429,126.758,-296.278,-4.14639,-1.95477,0,0,-0.829038,0.559192,600,255,1), - (85228,179533,429,-32.8264,-463.171,-58.6176,0.488691,0,0,0.241921,0.970296,600,255,1), - (85229,179533,429,17.3334,-704.192,-12.6426,-2.19912,0,0,-0.891008,0.453988,600,255,1), - (85230,179533,429,50.4484,-241.885,-53.2931,1.8675,0,0,0.803857,0.594823,600,255,1), - (85231,179533,429,189.484,-482.115,-100.601,1.93731,0,0,0.824125,0.566409,600,255,1), - (85232,179533,429,423.59,262.49,11.1475,0,0,0,0,1,600,255,1), - (85233,179533,429,475.207,-104.252,-3.88595,-1.32645,0,0,-0.615661,0.788011,600,255,1), - (85376,1617,0,-5605.18,-1705.6,398.696,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (85435,1617,0,-5693.27,-1248.39,389.542,1.53589,0,0,0.694658,0.71934,300,255,1), - (85436,1617,0,-5120.14,-2750.12,341.391,1.93731,0,0,0.824125,0.566409,300,255,1), - (85437,1617,0,-5229.47,-2761.29,340.098,1.97222,0,0,0.833885,0.551938,300,255,1), - (85439,1617,0,-4916.39,-2793.79,327.134,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (85440,1618,0,-5335.43,-2800.35,350.679,2.93214,0,0,0.994521,0.104535,300,255,1), - (85441,1618,0,-9965.29,188.475,32.6272,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (85443,1619,0,-5678.3,-1469.82,405.582,2.58308,0,0,0.961261,0.275641,300,255,1), - (85444,1619,0,-9803.82,-2286.89,63.6404,0.890117,0,0,0.430511,0.902586,300,255,1), - (85445,1619,0,-8878.36,-2197.7,143.024,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (85446,1619,0,-9430.68,-1904.9,93.3589,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (85447,1619,0,-9125.74,-3186.11,113.986,2.3911,0,0,0.930417,0.366502,300,255,1), - (85448,1619,0,-8784.66,-2475.44,136.705,-0.104719,0,0,-0.0523356,0.99863,300,255,1), - (85449,1619,0,-9319.15,-3281.53,99.8038,1.98967,0,0,0.838669,0.544641,300,255,1), - (85450,1619,0,-9614.35,-2156.73,73.633,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (85451,1620,0,-8929.93,-2214.44,136.017,-1.78023,0,0,-0.777145,0.629321,300,255,1), - (85452,1620,0,-9090.56,-2716.7,93.1088,0.925024,0,0,0.446198,0.894934,300,255,1), - (85453,1620,0,-10355.7,117.561,30.0454,2.51327,0,0,0.951056,0.309019,300,255,1), - (85454,1620,0,-8976.07,-2171.74,132.628,0.069812,0,0,0.0348988,0.999391,300,255,1), - (85455,1620,0,-8744.09,-2456.23,138.914,1.79769,0,0,0.782608,0.622514,300,255,1), - (85456,1620,0,-10901.2,1166.75,35.9096,2.68781,0,0,0.97437,0.22495,300,255,1), - (85457,1621,0,-9904.38,-1880.45,37.9255,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (85458,1621,0,-9282.73,-1880.83,85.4043,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (85459,1621,0,-10656.5,-858.591,54.3311,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (85460,1621,0,-9083.6,-2206.59,130.86,1.93731,0,0,0.824125,0.566409,300,255,1), - (85461,1621,0,-9496.37,-3203.11,62.4749,2.11185,0,0,0.870356,0.492423,300,255,1), - (85462,1622,0,-9378.38,-3038.53,136.687,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (85463,1622,0,-8910.15,-2643.76,136.301,-0.610864,0,0,-0.300705,0.953717,300,255,1), - (85464,1622,0,-9503.31,-2082.8,100.905,1.25664,0,0,0.587786,0.809016,300,255,1), - (85465,1622,0,-9499.42,-3054.76,110.48,0.436332,0,0,0.216439,0.976296,300,255,1), - (85466,1622,0,-9174.59,-3245.7,102.285,3.05433,0,0,0.999048,0.0436174,300,255,1), - (85467,1623,0,-10693.7,-601.31,80.3573,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (85468,1624,0,-3985.61,-2900.04,12.3601,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (85469,2045,0,-3281.69,-889.824,-11.5435,0.349065,0,0,0.173648,0.984808,300,255,1), - (86043,2866,1,-8551.42,-4275.46,12.493,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (86044,2866,0,-6846.84,-1140.55,240.004,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (86045,2866,0,-7091.08,-1143.13,270.494,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (86046,2866,0,-7319.13,-934.882,244.218,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (86047,2866,1,-10016.3,-3712.83,5.8713,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (86048,2866,1,-7615.36,-3785.46,12.4705,2.93214,0,0,0.994521,0.104535,300,255,1), - (86049,2866,1,-8219.37,-4343.52,13.023,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (86050,2866,1,-7247.31,-4475.61,9.24286,2.18166,0,0,0.88701,0.461749,300,255,1), - (86051,2866,1,-7953.55,-5186.19,3.77604,1.97222,0,0,0.833885,0.551938,300,255,1), - (86052,2866,1,-7578.92,-4414.79,11.0501,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (86053,2866,1,-7713.99,-4318.98,11.0923,-1.309,0,0,-0.608763,0.793352,300,255,1), - (86054,142140,1,-3100.92,1824.06,42.6913,2.14675,0,0,0.878816,0.477161,300,255,1), - (86055,142140,1,-3153.04,1919.11,45.3751,2.11185,0,0,0.870356,0.492423,300,255,1), - (86056,142140,0,-414.097,-2969.14,95.1376,0.017452,0,0,0.00872589,0.999962,300,255,1), - (86057,142140,1,-8839.33,-3354.38,9.368,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (86058,142140,1,-8962.61,-3482.48,20.1249,2.14675,0,0,0.878816,0.477161,300,255,1), - (86059,142140,1,-5614.67,1307.63,35.5387,0.296705,0,0,0.147809,0.989016,300,255,1), - (86060,142140,1,-7936.81,-3902.71,9.61212,-1.76278,0,0,-0.771624,0.636079,300,255,1), - (86061,142140,1,-3158.66,1872.15,45.1368,1.64061,0,0,0.731354,0.681998,300,255,1), - (86062,142140,1,-4865.61,3626.88,14.1378,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (86063,142140,1,-5474.59,3656.6,-2.29504,2.00713,0,0,0.843392,0.537299,300,255,1), - (86064,142140,1,-2938.85,2588.07,52.3408,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (86065,142140,1,-2803.22,2565.98,58.5688,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (86066,142140,1,-3081.53,2785.44,72.6654,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (86067,142140,0,-12929,-592.18,54.1034,0.069812,0,0,0.0348989,0.999391,300,255,1), - (86068,142140,0,-12832.5,-756.565,76.742,-0.436332,0,0,-0.216439,0.976296,300,255,1), - (86069,142140,0,-12704.1,-490.987,30.4305,1.64061,0,0,0.731354,0.681998,300,255,1), - (86070,142140,1,-8306.15,-4601.28,8.87698,-1.41372,0,0,-0.649447,0.760406,300,255,1), - (86071,142140,0,330.611,-3794.22,164.849,0.750491,0,0,0.366501,0.930418,300,255,1), - (86072,142140,1,-5478.73,1138.19,48.0808,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (86073,142140,1,3797.78,-5155.82,142.267,0.191985,0,0,0.0958451,0.995396,300,255,1), - (86074,142140,1,-8057.83,-3926.48,10.0293,0.157079,0,0,0.0784588,0.996917,300,255,1), - (86075,142140,1,3566.69,-5040.05,84.6414,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (86076,142140,1,-5741.64,1168.35,64.9306,2.21656,0,0,0.894933,0.446202,300,255,1), - (86077,142140,1,-6964.21,-4412.08,10.5654,0.017452,0,0,0.00872589,0.999962,300,255,1), - (86078,142140,1,2861.47,-4010.64,141.192,-2.35619,0,0,-0.923879,0.382686,300,255,1), - (86079,142141,0,1434.88,-1542.22,55.5123,1.25664,0,0,0.587786,0.809016,300,255,1), - (86080,142141,0,3305.3,-3724.89,156.091,2.21656,0,0,0.894933,0.446202,300,255,1), - (86081,142141,0,1955.09,-2288.2,60.9163,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (86082,142141,0,2648.07,-4149.05,82.2208,2.47837,0,0,0.945519,0.325567,300,255,1), - (86083,142141,0,1949.96,-3962.64,133.924,1.58825,0,0,0.713251,0.700909,300,255,1), - (86084,142141,0,1075.39,-1688.27,62.45,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (86085,142141,0,2205.75,-4157.82,85.6112,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (86086,142141,0,3122.05,-4285.86,112.994,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (86087,142141,0,2468.48,-4835.2,73.8452,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (86088,142141,0,1748.99,-909.477,66.7775,-2.426,0,0,-0.936671,0.350211,300,255,1), - (86089,142142,0,1596,-4032.47,149.646,3.08918,0,0,0.999657,0.0262033,300,255,1), - (86090,142142,1,-7736.79,-1046.92,-271.153,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (86091,142142,1,-6682.94,-111.977,3.70413,0.418879,0,0,0.207912,0.978148,300,255,1), - (86092,142142,1,-5168.84,1370.13,42.1852,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (86093,142142,1,-5204.04,1462.39,46.935,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (86094,142142,0,157.583,-3357.76,116.646,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (86095,142142,0,126.82,-3811.6,125.848,1.98967,0,0,0.838669,0.544641,300,255,1), - (86096,142142,1,-4219.56,468.836,50.3814,0.645772,0,0,0.317305,0.948324,300,255,1), - (86097,142142,1,-7551.09,-1314.93,-271.389,2.30383,0,0,0.913544,0.406739,300,255,1), - (86098,142142,0,72.6079,-2282.54,107.053,0.994837,0,0,0.477158,0.878817,300,255,1), - (86099,142142,1,-4771.66,1382.84,106.601,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (86100,142142,1,-5210.45,531.914,53.0045,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (86101,142142,1,-4542.05,551.276,61.0015,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (86102,142142,1,-4721.07,1237.54,104.924,1.39626,0,0,0.642786,0.766046,300,255,1), - (86103,142142,1,-3113.52,2545.8,49.0441,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (86104,142142,1,-3510.86,2515.86,54.4166,3.08918,0,0,0.999657,0.0262033,300,255,1), - (86105,142142,0,2191.87,-4578.98,73.6903,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (86106,142142,0,48.7941,-2583.62,113.303,0.261798,0,0,0.130525,0.991445,300,255,1), - (86107,142142,1,-6856.67,-2181.42,-269.856,-2.426,0,0,-0.936671,0.350211,300,255,1), - (86108,142142,0,84.1852,-4108.34,158.736,0.453785,0,0,0.224951,0.97437,300,255,1), - (86109,142142,0,312.959,-3978.31,125.032,1.51844,0,0,0.688356,0.725373,300,255,1), - (86110,142142,1,-4396.3,598.634,62.9732,1.76278,0,0,0.771624,0.636079,300,255,1), - (86111,142142,1,-4587.29,724.25,48.3546,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (86112,142142,0,1982.18,-4091.15,86.3628,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (86113,142142,1,-4378.7,473.177,55.3617,2.82743,0,0,0.987688,0.156436,300,255,1), - (86114,142142,1,-4180.1,-116.857,59.4741,0.925024,0,0,0.446198,0.894934,300,255,1), - (86115,142142,1,-4940.68,1379.55,51.1686,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (86116,142142,1,-3785.27,1951.63,66.5355,-0.541051,0,0,-0.267238,0.963631,300,255,1), - (86117,142142,1,-4862.91,222.42,47.9531,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (86118,142142,1,-5089.1,237.204,43.834,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (86119,142142,1,-4664.02,1593.6,116.131,-0.890117,0,0,-0.430511,0.902586,300,255,1), - (86120,142142,1,-5394.21,1486.27,26.0908,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (86121,142142,1,-5380.1,1480.28,25.6769,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (86122,142142,1,-5468.4,1682.59,60.2407,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (86123,142142,1,-3488.37,2192.53,28.3378,2.46091,0,0,0.942641,0.333809,300,255,1), - (86124,142142,1,-4220.13,114.092,58.0438,2.25147,0,0,0.902584,0.430513,300,255,1), - (86125,142142,1,-4312.9,480.826,54.8414,-2.426,0,0,-0.936671,0.350211,300,255,1), - (86126,142142,1,3513.71,-4175.21,102.224,0.523598,0,0,0.258819,0.965926,300,255,1), - (86127,142143,1,-6785.18,-1242.31,-270.824,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (86128,142143,0,-10641.8,-2588.92,22.8873,0.279252,0,0,0.139173,0.990268,300,255,1), - (86129,142143,0,-10122.4,-3323.38,20.8346,0.279252,0,0,0.139173,0.990268,300,255,1), - (86130,142143,0,-10222.1,-2547.43,28.302,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (86131,142143,0,-10441.7,-2949.74,20.4125,-2.37364,0,0,-0.927182,0.37461,300,255,1), - (86132,142143,0,-10208.6,-3183.85,18.7951,2.70526,0,0,0.976296,0.21644,300,255,1), - (86133,142143,0,-10232.6,-3237.06,20.4871,0.680677,0,0,0.333806,0.942642,300,255,1), - (86134,142143,0,-10191.9,-2867.31,20.7899,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (86138,142144,0,394.02,-3754.01,126.82,1.0472,0,0,0.500001,0.866025,300,255,1), - (86139,142144,0,378.476,-3758.72,103.351,2.14675,0,0,0.878816,0.477161,300,255,1), - (86140,142144,0,357.638,-3789.23,126.82,1.41372,0,0,0.649449,0.760405,300,255,1), - (86143,142145,1,-1988.43,1979.86,63.384,2.70526,0,0,0.976296,0.21644,300,255,1), - (86159,1617,1,-690.432,-5610.89,26.6571,2.1293,0,0,0.874619,0.48481,300,255,1), - (86160,1617,0,-10044.4,907.009,30.8313,-0.418879,0,0,-0.207911,0.978148,300,255,1), - (86162,1617,1,654.603,-4906.94,25.1601,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (86163,1617,1,-109.584,-4607.25,46.3883,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (86164,1617,0,-9737.88,727.222,27.5254,1.69297,0,0,0.748956,0.66262,300,255,1), - (86165,1617,1,-62.4103,-5153.83,9.28289,0.820303,0,0,0.398748,0.91706,300,255,1), - (86166,1617,1,332.682,-4996.81,19.5713,0.034906,0,0,0.0174521,0.999848,300,255,1), - (86167,1617,1,-168.535,-5166.67,24.9761,0,0,0,0,1,300,255,1), - (86168,1617,1,794.438,-4269.78,18.8703,2.14675,0,0,0.878816,0.477161,300,255,1), - (86169,1617,1,92.4622,-4616.65,49.7868,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (86170,1617,0,-9198.81,-1258.92,77.0887,0.314158,0,0,0.156434,0.987688,300,255,1), - (86171,1617,1,-293.877,-4903.56,31.5329,-1.27409,0,0,-0.594823,0.803857,300,255,1), - (86172,1617,0,-10128.5,1001.42,37.3444,0.279252,0,0,0.139173,0.990268,300,255,1), - (86174,1617,1,1292.54,-4168.69,27.7662,0.226892,0,0,0.113203,0.993572,300,255,1), - (86175,1617,1,1358.3,-4569.46,37.8919,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (86176,1617,1,1056.99,-5000.04,17.4907,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (86177,1617,1,821.031,-4890.18,35.3849,1.0472,0,0,0.500001,0.866025,300,255,1), - (86178,1617,0,-5576.14,-1609.03,394.671,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (86181,1617,1,-2257.43,235.841,81.6378,-2.426,0,0,-0.936671,0.350211,300,255,1), - (86182,1617,0,992.227,1595.33,30.3211,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (86183,1617,0,1129.89,1426.89,37.3946,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (86184,1617,0,2196.37,-359.505,75.1928,0.279252,0,0,0.139173,0.990268,300,255,1), - (86185,1617,1,-890.855,389.65,32.1049,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (86186,1617,1,-1521.66,118.448,-2.23671,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (86187,1617,1,1053.77,-4301.23,17.4971,1.27409,0,0,0.594823,0.803857,300,255,1), - (86188,1617,1,-1165.96,-981.61,2.30113,1.91986,0,0,0.819151,0.573577,300,255,1), - (86189,1617,0,1966.1,-593.648,56.9309,2.42601,0,0,0.936673,0.350206,300,255,1), - (86190,1617,1,9996.68,1737.04,1332.69,2.68781,0,0,0.97437,0.22495,300,255,1), - (86195,1617,1,7353.12,119.21,12.8687,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (86196,1618,1,-721.236,-5611.31,25.5613,-1.58825,0,0,-0.713251,0.700909,300,255,1), - (86198,1618,1,-2692.53,-1177.1,10.5903,2.32129,0,0,0.91706,0.398748,300,255,1), - (86199,1618,1,115.578,-4686.57,27.4204,1.18682,0,0,0.559191,0.829039,300,255,1), - (86200,1618,1,81.6812,-4855.03,16.2339,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (86201,1618,1,188.786,-5087.78,10.8326,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (86202,1618,1,-55.2088,-5059.32,10.3872,1.22173,0,0,0.573576,0.819152,300,255,1), - (86203,1618,0,-5249.26,-432.63,387.018,2.82743,0,0,0.987688,0.156436,300,255,1), - (86204,1618,1,-726.661,-4810.64,25.4452,2.93214,0,0,0.994521,0.104535,300,255,1), - (86205,1618,1,552.922,-4382.99,25.6746,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (86206,1618,1,621.033,-4322.41,18.9057,1.23918,0,0,0.580701,0.814117,300,255,1), - (86207,1618,1,1123.47,-4109.11,18.9393,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (86208,1618,1,1192.58,-4006.66,17.0034,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (86209,1618,1,950.419,-4981.33,9.41513,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (86210,1618,1,-17.5935,-4018.54,59.2235,2.60053,0,0,0.963629,0.267244,300,255,1), - (86211,1618,1,122.605,-4414.1,37.6684,0.209439,0,0,0.104528,0.994522,300,255,1), - (86212,1618,1,4926.66,381.136,38.894,0.680677,0,0,0.333806,0.942642,300,255,1), - (86214,1618,1,-1518.6,-283.123,-26.0325,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (86215,1618,1,7649.51,-832.593,15.436,0.261798,0,0,0.130525,0.991445,300,255,1), - (86216,1618,0,-5519.1,-434.05,405.842,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (86217,1618,1,-2544.55,-1180.8,-3.04812,1.6057,0,0,0.719339,0.694659,300,255,1), - (86219,1618,1,481.166,-3884.93,20.6758,2.58308,0,0,0.961261,0.275641,300,255,1), - (86220,1619,1,-1004.58,-4805.93,12.8968,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (86222,1619,1,-114.458,-3897.58,44.0153,0.785397,0,0,0.382683,0.92388,300,255,1), - (86223,1619,0,-9242.07,-500.695,72.2388,2.58308,0,0,0.961261,0.275641,300,255,1), - (86224,1619,1,191.52,-4436.94,33.9087,1.02974,0,0,0.492422,0.870357,300,255,1), - (86225,1619,1,-61.418,-4616.06,42.8898,-1.18682,0,0,-0.559191,0.829039,300,255,1), - (86226,1619,1,-734.752,-4977.03,22.2292,-0.209439,0,0,-0.104528,0.994522,300,255,1), - (86227,1619,1,159.863,-3927.96,45.6035,1.43117,0,0,0.656059,0.75471,300,255,1), - (86228,1619,1,225.312,-4230.02,41.828,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (86229,1619,0,-9125.45,-647.984,83.9311,1.37881,0,0,0.636078,0.771625,300,255,1), - (86230,1619,0,-9194.63,-1313.42,94.5443,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (86231,1619,1,912.638,-4033.78,-11.5388,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (86232,1619,0,-9105.53,-1322.45,109.184,0.488691,0,0,0.241921,0.970296,300,255,1), - (86233,1619,1,1313.98,-4928.83,9.16377,1.91986,0,0,0.819151,0.573577,300,255,1), - (86234,1619,1,944.376,-4231.94,-6.23417,1.36136,0,0,0.629322,0.777145,300,255,1), - (86235,1619,1,934.805,-3918.83,19.6192,1.65806,0,0,0.737276,0.675591,300,255,1), - (86236,1619,1,-460.157,-4712.15,37.342,-0.610864,0,0,-0.300705,0.953717,300,255,1), - (86238,1619,0,275.478,1292.72,79.5945,-1.5708,0,0,-0.707108,0.707106,300,255,1), - (86239,1619,0,1892.15,-682.06,50.8038,2.75761,0,0,0.981626,0.190814,300,255,1), - (86240,1619,1,10245.8,1532.83,1332.78,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (86241,1619,1,-1281.1,-1042.77,48.7105,2.14675,0,0,0.878816,0.477161,300,255,1), - (86245,1620,0,-11076.5,1616.98,43.6395,3.12412,0,0,0.999962,0.00873622,300,255,1), - (86246,1620,1,-628.346,-2029.38,64.2924,0.59341,0,0,0.292371,0.956305,300,255,1), - (86247,1620,1,7588.91,-803.94,15.4576,2.96704,0,0,0.996194,0.0871655,300,255,1), - (86248,1620,1,931.2,-4038.23,-13.3467,-2.30383,0,0,-0.913544,0.406739,300,255,1), - (86249,1620,1,12.6286,-4112.04,68.9858,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (86250,1620,1,2960.09,537.748,5.89731,0.90757,0,0,0.438371,0.898794,300,255,1), - (86251,1620,1,7518.13,-999.679,-9.88135,1.36136,0,0,0.629322,0.777145,300,255,1), - (86253,1620,0,626.599,1114.28,63.7859,2.14675,0,0,0.878816,0.477161,300,255,1), - (86254,1620,0,-293.199,1221.4,47.9139,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (86255,1620,0,664.761,1137.47,57.2768,3.00195,0,0,0.997563,0.0697646,300,255,1), - (86256,1620,0,-699.789,266.887,48.9128,1.88495,0,0,0.809015,0.587788,300,255,1), - (86257,1620,0,-10156.3,273.428,22.5262,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (86258,1620,0,-3556.89,-1394.49,9.70738,2.30383,0,0,0.913545,0.406738,300,255,1), - (86259,1620,1,6741.07,452.357,19.4953,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (86260,1620,1,2576.27,1677.75,294.842,0.157079,0,0,0.0784588,0.996917,300,255,1), - (86261,1620,1,7549.78,-934.65,12.8812,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (86262,1621,0,-1185.91,-1002.09,54.4282,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (86263,1621,0,-9567.76,-2131.51,74.0443,0.890117,0,0,0.430511,0.902586,300,255,1), - (86264,1621,0,-3494.52,-1487.17,9.14602,1.32645,0,0,0.615661,0.788011,300,255,1), - (86265,1621,0,-3558.61,-1292.08,10.0193,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (86266,1621,1,3281.95,405.828,3.70566,1.72787,0,0,0.760404,0.64945,300,255,1), - (86268,1621,0,-1058.08,-1048.58,48.0192,1.83259,0,0,0.793352,0.608764,300,255,1), - (86269,1621,0,-510.528,1345.62,42.9607,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (86270,1621,0,-952.438,185.32,39.5891,1.27409,0,0,0.594823,0.803857,300,255,1), - (86271,1621,0,-10724.6,431.879,39.0428,0.977383,0,0,0.469471,0.882948,300,255,1), - (86272,1621,1,2570.96,1726.28,314.527,0.226892,0,0,0.113203,0.993572,300,255,1), - (86273,1621,1,1897.15,946.018,167.142,2.58308,0,0,0.961261,0.275641,300,255,1), - (86274,1621,1,206.765,90.7655,51.4756,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (86275,1621,1,2903.98,-987.834,199.138,1.98967,0,0,0.838669,0.544641,300,255,1), - (86276,1621,1,7457.85,-1146.68,44.8022,0.244346,0,0,0.121869,0.992546,300,255,1), - (86277,1622,1,2267.7,1446.69,288.195,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (86278,1622,1,2207.85,1457.16,298.49,-3.00195,0,0,-0.997563,0.0697646,300,255,1), - (86279,1622,0,-326.226,-354.014,80.6472,2.67035,0,0,0.972369,0.233447,300,255,1), - (86280,1622,0,-465.653,-1409.62,89.7087,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (86281,1622,1,-772.777,-2009.33,77.1303,2.21656,0,0,0.894933,0.446202,300,255,1), - (86282,1622,1,-735.582,-2128.8,66.6035,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (86283,1622,1,-5186.26,-2464.78,-50.7728,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (86284,1622,1,-6059.98,-3502.83,-51.4185,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (86285,1622,1,-4652.88,-1281.84,-45.4742,1.90241,0,0,0.814116,0.580702,300,255,1), - (86286,1622,0,87.021,-1039.61,87.1876,0.767944,0,0,0.374606,0.927184,300,255,1), - (86287,1622,0,227.415,1478.35,142.382,2.72271,0,0,0.978147,0.207914,300,255,1), - (86288,1622,1,-1406.87,2479.42,89.5196,1.58825,0,0,0.713251,0.700909,300,255,1), - (86289,1622,0,-212.187,961.788,72.1722,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (86290,1622,0,-753.954,-1005.48,49.0006,1.78023,0,0,0.777144,0.629323,300,255,1), - (86291,1622,0,-2842.83,-2212.49,30.8977,1.8675,0,0,0.803857,0.594823,300,255,1), - (86292,1622,0,-3390.06,-1649.96,24.1359,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (86293,1622,1,1494.71,1292.89,181.399,2.63544,0,0,0.968147,0.250383,300,255,1), - (86294,1622,1,748.818,1542.47,-16.4499,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (86295,1622,1,-150.817,-588.083,0.593653,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (86296,1622,1,4326.1,921.623,-16.6916,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (86297,1622,1,7371.6,-964.426,32.2543,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (86298,1623,1,-5466.03,-3213.86,-16.943,0.279252,0,0,0.139173,0.990268,300,255,1), - (86299,1623,1,-5395.51,-1994.2,-44.7428,-0.471238,0,0,-0.233445,0.97237,300,255,1), - (86300,1623,0,-13744.2,514.59,62.0928,1.95477,0,0,0.829038,0.559192,300,255,1), - (86301,1623,1,-4638.27,-1335.26,-29.6609,-1.93732,0,0,-0.824127,0.566404,300,255,1), - (86302,1623,0,-11924.1,433.183,49.4204,2.26892,0,0,0.906306,0.422622,300,255,1), - (86303,1623,1,3556.59,-1425.08,192.132,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (86304,1623,1,1055.79,1644.41,17.822,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (86305,1623,1,2198.55,1377.93,285.3,1.22173,0,0,0.573576,0.819152,300,255,1), - (86306,1623,0,-13398.4,551.578,43.4367,-0.610864,0,0,-0.300705,0.953717,300,255,1), - (86307,1623,0,-11842.5,-717.021,42.0561,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (86308,1623,0,-13787.4,422.404,89.6641,1.71042,0,0,0.754709,0.65606,300,255,1), - (86309,1623,0,-1200.07,-2025,65.1737,1.43117,0,0,0.656059,0.75471,300,255,1), - (86310,1623,1,2622.2,1778.37,337.445,1.98967,0,0,0.838669,0.544641,300,255,1), - (86311,1623,1,2236.75,1352.26,313.724,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (86312,1623,1,-5111.26,-1633.1,-27.9921,2.53072,0,0,0.953716,0.300709,300,255,1), - (86313,1624,1,-5022.25,-2211.85,-54.0231,2.80997,0,0,0.986285,0.165053,300,255,1), - (86314,1624,1,-5429.14,-2040.26,-64.7291,0.488691,0,0,0.241921,0.970296,300,255,1), - (86315,1624,1,-5361.9,-3237.28,-43.1254,-0.174532,0,0,-0.0871553,0.996195,300,255,1), - (86316,1624,1,-3783.09,-2183.34,93.6768,1.48353,0,0,0.67559,0.737277,300,255,1), - (86317,1624,1,-1646.38,2346.47,88.3708,0.418879,0,0,0.207912,0.978148,300,255,1), - (86318,1624,1,718.89,1533.58,-22.989,0.925024,0,0,0.446198,0.894934,300,255,1), - (86319,1624,0,-1081.28,-3111.25,48.0621,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (86320,1624,0,-13677.6,160.625,19.4787,2.37364,0,0,0.927182,0.37461,300,255,1), - (86321,1624,0,-10943.8,243.869,28.5117,1.18682,0,0,0.559191,0.829039,300,255,1), - (86322,1624,1,-2381.14,-2293.68,91.6667,2.25147,0,0,0.902584,0.430513,300,255,1), - (86323,1624,0,311.558,-826.1,136.664,0.750491,0,0,0.366501,0.930418,300,255,1), - (86324,1624,1,-3564.58,-3356.95,39.8302,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (86325,1624,1,2370.62,1459.79,277.939,1.0472,0,0,0.500001,0.866025,300,255,1), - (86326,1624,1,-366.88,1950.63,111.301,0.174532,0,0,0.0871553,0.996195,300,255,1), - (86327,1624,0,-10598.5,-952.971,53.2791,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (86328,1624,0,-14667.3,-362.328,8.27847,0.820303,0,0,0.398748,0.91706,300,255,1), - (86329,1624,0,-13621.2,-66.93,35.9177,2.60053,0,0,0.963629,0.267244,300,255,1), - (86330,1624,0,-11893.3,-679.452,16.3839,-2.21656,0,0,-0.894933,0.446202,300,255,1), - (86331,1624,0,-11865,-549.116,14.4704,2.75761,0,0,0.981626,0.190814,300,255,1), - (86332,1624,1,-3661.01,-3444,37.2395,-1.98967,0,0,-0.838669,0.544641,300,255,1), - (86333,1624,0,-2985.19,-1553.93,9.27713,2.84488,0,0,0.989015,0.147813,300,255,1), - (86334,1624,1,3219.43,479.263,-1.44214,-1.36136,0,0,-0.629322,0.777145,300,255,1), - (86335,1624,0,-1052.49,-1983.44,67.8225,-2.49582,0,0,-0.948323,0.317306,300,255,1), - (86336,1624,0,192.174,-601.28,126.948,2.9845,0,0,0.996917,0.0784656,300,255,1), - (86337,1624,1,-3754.5,-2373.85,94.315,1.74533,0,0,0.766045,0.642787,300,255,1), - (86338,1624,0,-12735.8,-793.108,61.9712,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (86339,1624,0,-11871.1,-181.152,16.7947,1.23918,0,0,0.580701,0.814117,300,255,1), - (86340,1624,1,2352.08,1573.53,281.966,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (86341,1624,0,-1686.45,-2779.43,46.748,2.72271,0,0,0.978147,0.207914,300,255,1), - (86342,1624,1,-4628.61,-3736.39,40.7212,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (86343,1624,0,-1193.48,-3173.99,42.3659,0.401425,0,0,0.199368,0.979925,300,255,1), - (86344,1624,0,-823.311,-1380.93,66.2461,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (86345,1624,1,1364.02,880.856,155.208,2.96704,0,0,0.996194,0.0871655,300,255,1), - (86346,1624,1,3357.22,592.805,3.73639,0.523598,0,0,0.258819,0.965926,300,255,1), - (86347,1624,1,3152.67,-1811.98,175.534,-0.069812,0,0,-0.0348989,0.999391,300,255,1), - (86348,1628,1,-1825.41,2496.97,63.0604,2.16421,0,0,0.882948,0.469471,300,255,1), - (86349,1628,0,-10547,269.901,28.4756,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (86350,1628,1,-1251.02,1900.7,50.1459,-1.5708,0,0,-0.707108,0.707106,300,255,1), - (86382,176583,1,-7821.75,-1319.65,-271.669,0.820303,0,0,0.398748,0.91706,300,255,1), - (86383,176583,0,-31.2875,-2533.09,119.018,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (86384,176583,1,-5335.2,1423.61,27.8609,2.49582,0,0,0.948324,0.317305,300,255,1), - (86385,176583,1,-6564.64,-701.637,-268.937,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (86386,176583,1,-3876.53,1975.75,72.5063,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (86387,176583,1,-6475.13,-1707.52,-275.624,0.226892,0,0,0.113203,0.993572,300,255,1), - (86388,176583,0,3321.01,-4947.1,168.989,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (86389,176583,0,1823.56,-3750.1,158.251,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (86390,176583,0,2933.23,-4004.29,104.741,1.22173,0,0,0.573576,0.819152,300,255,1), - (86392,176583,0,320.651,-3068.27,119.442,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (86393,176583,1,3744.09,-4797.82,136.26,1.67551,0,0,0.743143,0.669133,300,255,1), - (86394,176583,0,51.3171,-3625.82,122.411,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (86395,176583,1,3423.77,-4651.64,102.226,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (86405,176584,1,-7382.57,-1981.48,-270.47,0.855211,0,0,0.414693,0.909961,300,255,1), - (86406,176584,1,-7076.98,-650.943,-269.642,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (86407,176584,1,-6449.84,1330.59,1.34675,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (86408,176584,1,-7412.39,-1424.75,-271.369,-1.5708,0,0,-0.707108,0.707106,300,255,1), - (86409,176584,1,-7633.23,-1917.64,-268.372,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (86410,176584,0,2386.19,-5174.74,74.0617,0.349065,0,0,0.173648,0.984808,300,255,1), - (86411,176584,0,2114.44,-3315.56,120.031,2.30383,0,0,0.913544,0.406739,300,255,1), - (86412,176584,0,1675.74,-4981.45,79.0261,-3.00195,0,0,-0.997563,0.0697646,300,255,1), - (86413,176584,0,2789.93,-4104.28,99.2775,1.3439,0,0,0.622513,0.782609,300,255,1), - (86414,176584,0,1857.36,-2116.71,68.6316,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (86415,176584,0,1515.73,-1079.51,74.4867,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (86416,176584,0,-8208.66,-932.638,133.372,0.488691,0,0,0.241921,0.970296,300,255,1), - (86417,176584,0,2155.74,-2417.66,60.7121,-0.90757,0,0,-0.438371,0.898794,300,255,1), - (86418,176584,0,1950.77,-3732.88,127.524,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (86419,176584,0,2798.28,-3348.45,96.2219,1.32645,0,0,0.615661,0.788011,300,255,1), - (86420,176584,0,1648.37,-3419.78,133.083,0.453785,0,0,0.224951,0.97437,300,255,1), - (86421,176584,0,2768.47,-4124.76,94.0685,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (86422,176584,0,2089.32,-4781.44,74.7134,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (86423,176584,1,3373.61,-4798.87,110.855,2.02458,0,0,0.848048,0.52992,300,255,1), - (86424,176584,1,-6840.39,1052.12,2.4004,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (86425,176584,1,3797.72,-4948.68,145.915,-2.30383,0,0,-0.913544,0.406739,300,255,1), - (86426,176584,1,3525.2,-4661.24,101.48,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (86428,176584,1,3320.06,-4643.19,97.123,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (86435,176586,1,-7147.22,-1173.04,-243.574,-1.81514,0,0,-0.788011,0.615662,300,255,1), - (86436,176586,1,6021.43,-4708.45,788.153,-0.820303,0,0,-0.398748,0.91706,300,255,1), - (86437,176586,0,2245.04,-3049.81,123.527,-0.488691,0,0,-0.241921,0.970296,300,255,1), - (86438,176586,1,-6960.87,-2322.74,-224.537,-3.05433,0,0,-0.999048,0.0436174,300,255,1), - (86439,176586,1,4010.14,-5017.9,149.252,2.40855,0,0,0.93358,0.35837,300,255,1), - (86440,176586,0,2871.31,-2871.03,104.928,2.04204,0,0,0.85264,0.522499,300,255,1), - (86441,176586,0,2225.33,-2463.55,90.5105,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (86442,176586,1,7526.94,-3923.2,717.491,2.70526,0,0,0.976296,0.21644,300,255,1), - (86443,176586,1,6983.7,-4332.11,775.726,0.174532,0,0,0.0871553,0.996195,300,255,1), - (86444,176586,1,7262.21,-4041.76,715.86,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (86445,176586,1,6852.75,-2989.41,601.534,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (86446,176586,0,3132.67,-4361.14,139.667,-2.14675,0,0,-0.878816,0.477161,300,255,1), - (86447,176586,1,6789.77,-4042.01,708.498,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (86448,176586,0,2249.72,-4420.42,132.854,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (86449,176586,1,7010.93,-4831.64,717.759,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (86450,176586,1,3873.34,-4893.83,173.628,1.88495,0,0,0.809015,0.587788,300,255,1), - (86451,176586,1,6384.57,-3255.25,618.608,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (86452,176586,1,6672.38,-5135.28,784.418,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (86453,176586,1,5355.13,-4446.39,843.834,2.28638,0,0,0.909961,0.414694,300,255,1), - (86454,176586,1,6775.71,-5208.24,764.705,2.28638,0,0,0.909961,0.414694,300,255,1), - (86466,176587,0,2793.07,-4211.21,90.0861,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (86467,176587,0,1673.49,-2277.09,59.161,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (86468,176587,0,2165.87,-3193.97,104.805,2.14675,0,0,0.878816,0.477161,300,255,1), - (86469,176587,0,2011.32,-3304.11,104.193,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (86470,176587,0,3136.98,-3255.85,154.399,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (86471,176587,0,1825.87,-5056.87,84.4563,2.32129,0,0,0.91706,0.398748,300,255,1), - (86472,176587,0,1878.36,-4847.95,107.496,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (86473,176587,0,1943.64,-1904.94,75.7893,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (86474,176587,0,1095.73,-2526.41,61.4232,-0.034906,0,0,-0.0174521,0.999848,300,255,1), - (86475,176587,0,3140.44,-3679.26,133.914,2.33874,0,0,0.920505,0.390732,300,255,1), - (86476,176587,0,2665.35,-4087.51,85.4097,1.91986,0,0,0.819151,0.573577,300,255,1), - (86477,176587,0,2483.69,-4265.49,74.3489,1.62316,0,0,0.725376,0.688353,300,255,1), - (86478,176587,0,3104.87,-3972.7,110.676,0.488691,0,0,0.241921,0.970296,300,255,1), - (86479,176588,1,5121.67,-4969.84,877.953,0.95993,0,0,0.461748,0.887011,300,255,1), - (86480,176588,1,5299.71,-4791.05,692.076,0.977383,0,0,0.469471,0.882948,300,255,1), - (86481,176588,1,5935.55,-4583.15,717.809,3.05433,0,0,0.999048,0.0436174,300,255,1), - (86482,176588,1,7507.19,-3946.16,721.172,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (86483,176588,1,7169.13,-4930.43,713.605,-1.65806,0,0,-0.737276,0.675591,300,255,1), - (86484,176588,1,5418.08,-4628.64,803.636,-0.471238,0,0,-0.233445,0.97237,300,255,1), - (86485,176588,1,7202.93,-4495.66,612.221,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (86486,176588,1,6754.1,-3469.91,680.081,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (86487,176588,1,7113.89,-4231.54,691.835,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (86488,176588,1,6454.25,-2619.77,565.284,0.558504,0,0,0.275637,0.961262,300,255,1), - (86489,176588,1,7917.05,-4217.55,690.981,0.244346,0,0,0.121869,0.992546,300,255,1), - (86490,176588,1,7277.05,-4973.89,727.433,2.91469,0,0,0.993571,0.113208,300,255,1), - (86491,176588,1,6828.07,-3437.83,706.807,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (86492,176588,1,6452.4,-3043.28,573.872,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (86493,176588,1,5446.56,-4891.5,868.237,0.244346,0,0,0.121869,0.992546,300,255,1), - (86494,176588,1,6786.35,-3076.26,577.885,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (86495,176588,1,6578.92,-4341.99,691.947,0.017452,0,0,0.00872589,0.999962,300,255,1), - (86496,176588,1,5336.3,-4551.51,694.994,-2.26892,0,0,-0.906306,0.422622,300,255,1), - (86497,176588,1,6781.84,-3670.45,732.095,2.46091,0,0,0.942641,0.333809,300,255,1), - (86498,176588,1,7158.97,-4899.96,704.893,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (86499,176588,1,7418.42,-4684.81,630.092,0.977383,0,0,0.469471,0.882948,300,255,1), - (86500,176588,1,6874.46,-3068.54,620.449,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (86501,176588,1,6781.86,-3677.09,731.957,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (86502,176588,1,5202.73,-4798.3,692.044,1.98967,0,0,0.838669,0.544641,300,255,1), - (86503,176589,0,3151.6,-3727.88,-61.2898,0.541051,0,0,0.267238,0.963631,3600,255,1), - (86504,176589,1,6571.79,-5104.69,769.397,2.86233,0,0,0.990267,0.139178,3600,255,1), - (86799,2041,1,-2876.87,1688.79,28.9256,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (86800,2041,1,-2596.53,2040.23,28.3366,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (86801,2041,0,335.301,-1352.17,40.368,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (86802,2041,1,-3615.72,-3069.87,30.6471,2.04204,0,0,0.852641,0.522496,300,255,1), - (86803,2041,1,-3557.42,-3318.69,30.4225,2.72271,0,0,0.978147,0.207914,300,255,1), - (86804,2041,1,-3092.95,1749.66,28.2648,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (86805,2041,1,-3871.89,-3656.06,31.251,0,0,0,0,1,300,255,1), - (86806,2041,1,-3731.32,-3187.41,32.0722,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (86807,2041,0,-12198.1,-58.1796,1.09586,2.25147,0,0,0.902585,0.430512,300,255,1), - (86808,2041,0,352.731,-1452.43,39.5358,2.58308,0,0,0.961261,0.275641,300,255,1), - (86809,2041,1,-4662.81,1144.55,87.1693,2.54818,0,0,0.956305,0.292372,300,255,1), - (86810,2041,1,-4237.53,219.173,52.6707,2.04204,0,0,0.852641,0.522496,300,255,1), - (86811,2041,1,-4792.35,1106.09,84.0014,1.18682,0,0,0.559191,0.829039,300,255,1), - (86812,2041,1,-4831.58,2214.34,4.00695,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (86813,2041,0,-13349.2,745.215,4.4602,0.90757,0,0,0.438371,0.898794,300,255,1), - (86814,2041,0,-14034.1,485.111,5.65399,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (86815,2041,0,-10156.2,-2534.16,26.2465,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (86816,2041,0,-10330.6,-2957.37,19.5952,-2.87979,0,0,-0.991445,0.130528,300,255,1), - (86817,2041,0,-10097.8,-3224.53,19.3825,1.0821,0,0,0.515036,0.857168,300,255,1), - (86818,2041,1,-3760,-3381.81,30.9896,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (86819,2041,0,-13674.1,449.951,41.3601,2.37364,0,0,0.927182,0.37461,300,255,1), - (86820,2041,0,500.766,-3791.9,102.439,0.314158,0,0,0.156434,0.987688,300,255,1), - (86821,2041,1,-4716.59,2077.56,2.63233,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (86822,2041,1,-3520.12,2025.65,38.5188,2.77507,0,0,0.983255,0.182237,300,255,1), - (86823,2041,1,-3775.09,-2953.29,31.872,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (86824,2041,1,-4630.46,-3365.78,30.9744,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (86825,2041,0,-11821.7,872.976,6.03503,0.349065,0,0,0.173648,0.984808,300,255,1), - (86826,2041,0,-11652.8,1017.66,2.37706,2.40855,0,0,0.93358,0.35837,300,255,1), - (86827,2041,1,-2015.13,2275.88,53.7174,2.70526,0,0,0.976296,0.21644,300,255,1), - (86828,2041,1,-3032.17,2091.52,28.1324,0.331611,0,0,0.165047,0.986286,300,255,1), - (86829,2041,1,-4633.45,-66.6649,91.9696,-0.541051,0,0,-0.267238,0.963631,300,255,1), - (86830,2041,1,-4541.49,-3057.2,30.645,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (86831,2041,1,-3623.66,-3275.27,31.6351,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (86832,2041,1,-4200.37,-3329.22,30.2588,3.07177,0,0,0.999391,0.0349043,300,255,1), - (86833,2041,1,-4212.56,-3291.74,30.8613,-0.541051,0,0,-0.267238,0.963631,300,255,1), - (86834,2041,1,-3676.5,-2814.39,31.8353,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (86835,2041,1,-1999.58,2393.52,53.7464,2.40855,0,0,0.93358,0.35837,300,255,1), - (86836,2042,0,11.9988,179.588,45.3398,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (86837,2042,0,73.3306,-2575.64,110.622,3.10665,0,0,0.999847,0.0174704,300,255,1), - (86838,2042,0,-13597.7,-111.13,42.1737,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (86839,2042,0,-12317.7,-116.954,21.0686,1.29154,0,0,0.601814,0.798637,300,255,1), - (86840,2042,0,62.7072,-4282.95,116.939,1.15192,0,0,0.54464,0.83867,300,255,1), - (86841,2042,0,130.193,-3739.45,125.82,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (86842,2043,1,-3644.71,-2894.66,36.3016,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (86843,2043,1,-3794.42,1760.53,159.905,0.820303,0,0,0.398748,0.91706,300,255,1), - (86844,2043,1,-4442.9,648.624,66.5648,1.93731,0,0,0.824125,0.566409,300,255,1), - (86845,2043,1,-4651.69,1035.05,108.29,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (86846,2043,1,-3886.59,-3546.01,37.314,2.35619,0,0,0.923879,0.382686,300,255,1), - (86847,2043,1,-4182.84,263.658,53.623,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (86848,2043,1,-4191.15,-295.62,47.9873,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (86849,2043,1,-4963.32,334.988,23.8516,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (86850,2043,0,-12194.6,-895.55,40.0078,0.383971,0,0,0.190808,0.981627,300,255,1), - (86851,2043,0,-10054.7,-3291.11,23.8859,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (86852,2043,1,3213.58,-5146.55,140.037,0.942477,0,0,0.45399,0.891007,300,255,1), - (86853,2043,1,-4151.86,181.619,60.0951,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (86854,2043,0,-1025.81,-2997.91,54.5303,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (86855,2043,1,-4451.57,-3576.23,44.9064,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (86856,2043,1,-3651.61,-2773.03,35.1337,0.558504,0,0,0.275637,0.961262,300,255,1), - (86857,2043,1,-3940.15,-3543.23,41.0601,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (86858,2043,0,-12874.8,-24.5285,16.543,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (86859,2043,0,-13853.2,541.307,46.7172,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (86860,2043,1,-5331.3,418.459,59.2886,1.83259,0,0,0.793352,0.608764,300,255,1), - (86861,2043,1,-5071.13,1282.02,41.5515,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (86862,2043,1,-3369.18,-3299.47,36.9247,-2.30383,0,0,-0.913544,0.406739,300,255,1), - (86863,2043,1,-5024.87,1576.07,59.1374,3.10665,0,0,0.999847,0.0174704,300,255,1), - (86864,2043,1,3482.29,-4117.89,101.778,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (86869,2045,1,-7289.61,-4952.4,-20.1355,0.733038,0,0,0.358368,0.93358,300,255,1), - (86870,2045,1,-5357.67,2407.81,-40.4736,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (86871,2045,1,-5234.63,2232.68,-5.89968,1.58825,0,0,0.713251,0.700909,300,255,1), - (86872,2045,1,4132.87,1466.82,-24.9285,0.383971,0,0,0.190808,0.981627,300,255,1), - (86873,2045,1,-3512.89,-3544.94,-5.14054,1.69297,0,0,0.748956,0.66262,300,255,1), - (86874,2045,1,6813.39,729.232,-34.9023,3.00195,0,0,0.997563,0.0697646,300,255,1), - (86875,2045,1,-5051.09,3747.41,-13.16,1.29154,0,0,0.601814,0.798637,300,255,1), - (86876,2045,1,5553.85,743.396,-14.222,2.94959,0,0,0.995395,0.0958539,300,255,1), - (86877,2045,1,-8904.25,-4764.42,-56.8974,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (86878,2045,1,-5208.81,3613.68,-33.2727,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (86879,2045,1,-4651.65,2486.65,-39.4714,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (86880,2045,1,7161.17,332.907,-42.5429,1.58825,0,0,0.713251,0.700909,300,255,1), - (86881,2045,0,-1323.75,-478.575,-48.8598,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (86882,2045,1,-4854.1,2430.44,-38.6081,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (86883,2045,1,7161.86,618.004,-15.1351,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (86884,2045,1,7083.13,548.048,-15.6958,1.13446,0,0,0.537298,0.843393,300,255,1), - (86885,2045,1,7649.13,-442.55,-25.3444,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (86886,2045,1,-4084.1,2883.71,-20.2978,-0.488691,0,0,-0.241921,0.970296,300,255,1), - (86887,2045,1,-4548.84,2390.94,-7.69914,1.65806,0,0,0.737276,0.675591,300,255,1), - (86888,2045,1,-4107.81,2753.19,-35.5572,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (86889,2045,1,-5028.92,3222.56,-3.39981,0.226892,0,0,0.113203,0.993572,300,255,1), - (86890,2045,1,-5044.58,3049.64,-36.145,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (86891,2045,1,3051.1,512.591,-5.92066,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (86892,2045,0,-1217.24,-532.671,-90.8633,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (86893,2045,0,-1141.71,-545.092,-41.2592,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (86894,2045,0,-1109.09,-484.259,-42.2045,2.07694,0,0,0.861629,0.507539,300,255,1), - (86895,2045,0,-3317.57,-688.273,-11.7266,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (86896,2045,0,-1216.22,-648.269,-43.7294,2.1293,0,0,0.874619,0.48481,300,255,1), - (86897,2045,1,-3620.14,-4055.11,-3.78779,0.523598,0,0,0.258819,0.965926,300,255,1), - (86898,2045,0,-3463.25,-700.851,-11.9855,-0.052359,0,0,-0.0261765,0.999657,300,255,1), - (86899,2045,1,-4381.42,2387.58,-14.8299,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (86900,2045,0,-12320.9,438.169,-30.6961,0.069812,0,0,0.0348989,0.999391,300,255,1), - (86901,2045,0,-3988.16,-702.845,-11.7058,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (86902,2045,0,-3526.34,-678.785,-12.1328,0.174532,0,0,0.0871553,0.996195,300,255,1), - (86903,2045,1,6615.66,601.808,-13.2324,1.13446,0,0,0.537299,0.843392,300,255,1), - (86904,2045,1,-4133.59,-4133.38,-3.81712,0.226892,0,0,0.113203,0.993572,300,255,1), - (86905,2045,1,7634.67,-636.812,-3.24825,0.715585,0,0,0.350207,0.936672,300,255,1), - (86907,2045,1,-868.215,-3953.02,-30.572,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (86909,2045,1,-1092.08,-3926.1,-66.4876,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (86910,2045,1,-1197.13,-3962.99,-13.6481,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (86911,2045,0,-12712.3,199.339,-11.1717,0.017452,0,0,0.00872589,0.999962,300,255,1), - (86912,2045,1,-940.056,-3951.62,-50.5944,0.855211,0,0,0.414693,0.909961,300,255,1), - (86913,2045,0,-14685.5,201.541,-18.1998,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (86914,2045,0,-4089.89,-634.874,-12.8446,-0.191985,0,0,-0.0958451,0.995396,300,255,1), - (86915,2045,0,-13824.5,756.112,-20.9001,1.36136,0,0,0.629322,0.777145,300,255,1), - (86916,2045,1,6942.93,514.999,-8.91144,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (86917,2045,1,4719.94,734.034,-4.43692,-0.977383,0,0,-0.469471,0.882948,300,255,1), - (86918,2045,1,-4187.1,2592.7,-7.59936,0.209439,0,0,0.104528,0.994522,300,255,1), - (86919,2045,1,-4028.73,3024.21,-2.06751,0.541051,0,0,0.267238,0.963631,300,255,1), - (86920,2045,1,5223.18,701.084,-17.0087,-0.471238,0,0,-0.233445,0.97237,300,255,1), - (86923,2045,1,4812.9,833.845,-7.73045,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (86924,2045,0,-14156.2,-116.809,-10.5092,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (86925,2045,0,-14248.8,-67.0717,-8.99623,-2.94959,0,0,-0.995395,0.0958539,300,255,1), - (86926,2045,0,-12234.2,875.091,-15.3099,1.02974,0,0,0.492422,0.870357,300,255,1), - (86927,2045,1,-1583.17,-3992.43,-4.22765,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (86928,2045,0,-14457.9,-42.2473,-14.1078,-1.62316,0,0,-0.725376,0.688353,300,255,1), - (86929,2045,0,-14866.2,48.6583,-9.68805,0.436332,0,0,0.216439,0.976296,300,255,1), - (86930,2045,0,-14745.1,181.902,-20.5436,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (86932,2045,0,-3859.09,-992.411,-16.97,-0.104719,0,0,-0.0523356,0.99863,300,255,1), - (86933,2045,0,-3425.11,-768.991,-10.2332,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (86934,2045,1,5096.73,635.616,-14.2902,-2.79252,0,0,-0.984807,0.173652,300,255,1), - (86935,2045,1,-2499.76,-4033.33,-8.77919,-3.08918,0,0,-0.999657,0.0262033,300,255,1), - (86936,2045,1,7412.52,232.225,-11.4238,-0.628317,0,0,-0.309016,0.951057,300,255,1), - (86937,2045,1,-7770.63,-5169.9,-8.89128,2.9845,0,0,0.996917,0.0784656,300,255,1), - (86939,2045,1,3007.8,529.126,-5.22786,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (86940,2045,1,3045,551.364,-1.96567,0.575957,0,0,0.284015,0.95882,300,255,1), - (86941,2045,1,7549.06,-76.5579,-19.7629,2.05949,0,0,0.857168,0.515037,300,255,1), - (86942,2045,1,-1674.97,-4166.33,-1.18867,1.67551,0,0,0.743143,0.669133,300,255,1), - (86943,2045,1,-1283.71,-3921.82,-9.34849,-2.19912,0,0,-0.891008,0.453988,300,255,1), - (86946,2045,1,-1793.49,-3918.55,-6.77385,0.994837,0,0,0.477158,0.878817,300,255,1), - (86947,2045,1,-1016.73,-4092.58,-38.4459,2.30383,0,0,0.913544,0.406739,300,255,1), - (86948,2045,1,-1153.03,-4052.26,-79.2146,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (86949,2045,1,-1831.07,-3862.04,-8.43423,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (86950,2045,1,-1873.83,-3822.75,-8.72529,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (86951,2045,1,-1402.41,-4051.17,-11.1311,1.29154,0,0,0.601814,0.798637,300,255,1), - (86952,2046,1,-3927.61,-3896.96,63.9424,-2.21656,0,0,-0.894933,0.446202,300,255,1), - (86953,2046,1,-2877.14,2099.61,53.0593,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (86954,2046,1,-3987.5,1982.65,98.1448,0.820303,0,0,0.398748,0.91706,300,255,1), - (86955,2046,1,-3700.95,-3616.7,62.1052,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (86956,2046,1,-5393.44,3554.36,29.7673,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (86957,2046,1,-3046.96,-3380.2,44.9054,1.65806,0,0,0.737276,0.675591,300,255,1), - (86958,2046,1,-3549.99,1917.53,72.6504,-2.60053,0,0,-0.963629,0.267244,300,255,1), - (86959,2046,1,-4970.48,2107.56,21.2235,2.89724,0,0,0.992546,0.121873,300,255,1), - (86960,2046,0,-13360.6,-16.135,22.3618,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (86961,2046,0,-843.388,-1725.92,58.0707,2.54818,0,0,0.956305,0.292372,300,255,1), - (86963,2046,1,-3999.66,219.765,75.7146,-1.98967,0,0,-0.838669,0.544641,300,255,1), - (86964,2046,0,-57.5888,-4553.34,16.4739,1.93731,0,0,0.824125,0.566409,300,255,1), - (86965,2046,1,-5590.67,1535.51,65.283,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (86966,2046,1,-5002.72,1486.77,57.9891,0.663223,0,0,0.325567,0.945519,300,255,1), - (86968,2046,1,-3611.08,2022.71,81.4454,1.58825,0,0,0.713251,0.700909,300,255,1), - (86969,2046,1,-5117.77,1161.25,89.4788,-0.087266,0,0,-0.0436192,0.999048,300,255,1), - (86970,2046,1,-3519.39,1858.88,73.0516,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (86971,2046,0,-13458.5,-137.11,50.4728,1.27409,0,0,0.594823,0.803857,300,255,1), - (86972,2046,0,-11898.2,-729.803,25.1154,1.72787,0,0,0.760404,0.64945,300,255,1), - (86973,2046,0,-13487.6,258.03,32.0391,-0.034906,0,0,-0.0174521,0.999848,300,255,1), - (86974,2046,0,-1854.84,-1542.01,64.4842,2.80997,0,0,0.986285,0.165053,300,255,1), - (86975,2046,1,-3762.33,-3713.02,51.6349,0,0,0,0,1,300,255,1), - (86976,2046,0,-1789.37,-2527.05,59.8264,1.29154,0,0,0.601814,0.798637,300,255,1), - (86977,2046,0,-1299.32,-2316.38,61.1865,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (86978,2046,1,-4042.41,-3858.29,49.0787,2.53072,0,0,0.953716,0.300709,300,255,1), - (86979,2046,0,-12756.6,-642.138,67.7099,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (86980,2046,0,-12608.8,-793.786,56.192,1.25664,0,0,0.587786,0.809016,300,255,1), - (86981,2046,0,-12684.8,-448.53,32.1358,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (86982,2046,0,-12165.6,-532.823,31.4166,2.26892,0,0,0.906306,0.422622,300,255,1), - (86983,2046,0,-1960.76,-2669.37,85.4559,1.78023,0,0,0.777144,0.629323,300,255,1), - (86984,2046,1,-4738.59,823.524,141.484,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (86985,2046,0,455.576,-3751.14,130.958,-1.62316,0,0,-0.725374,0.688355,300,255,1), - (86986,2046,1,-4951.97,172.805,67.5288,-0.95993,0,0,-0.461748,0.887011,300,255,1), - (86987,2046,1,-5102.07,1494.4,58.2682,2.94959,0,0,0.995395,0.0958539,300,255,1), - (86988,2046,1,-4782.09,1235.58,115.628,0.349065,0,0,0.173648,0.984808,300,255,1), - (87000,2866,1,-9381.58,-3555.23,12.5591,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (87001,142140,1,-9225.46,-2990.06,17.4505,2.02458,0,0,0.848048,0.52992,300,255,1), - (87002,142140,1,-6921.26,-4414.95,11.598,0.610864,0,0,0.300705,0.953717,300,255,1), - (87003,142140,1,-6948.93,-4308.28,9.77953,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (87004,176583,1,-7207.93,-1824.62,-274.809,1.67551,0,0,0.743143,0.669133,300,255,1), - (87005,176583,1,-6743.61,-1848,-272.222,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (87006,2045,1,-1456.03,-3980.45,-5.35221,2.30383,0,0,0.913544,0.406739,300,255,1), - (87041,176584,1,-7526.1,940.236,4.11149,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (87042,1619,0,-9339.2,-3063.91,136.63,1.97222,0,0,0.833885,0.551938,300,255,1), - (87043,1622,0,-10817.4,-1384.31,44.162,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (87044,1628,0,-10344.9,227.065,32.6557,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (87060,176588,1,6705.65,-3951.55,699.948,2.02458,0,0,0.848048,0.52992,300,255,1), - (87061,2045,1,7110.75,426.176,-43.0759,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (87062,2045,1,-2344.36,-4349.2,-10.3857,-0.994837,0,0,-0.477158,0.878817,300,255,1), - (87063,2045,1,-1094.5,-4025.29,-84.8971,-0.715585,0,0,-0.350207,0.936672,300,255,1), - (87064,142140,1,-3624.59,958.019,147.893,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (87065,1617,1,-2911.91,228.381,76.5499,0.977383,0,0,0.469471,0.882948,300,255,1), - (87066,1617,1,-1952.61,-242.826,-5.01756,0.802851,0,0,0.390731,0.920505,300,255,1), - (87067,1617,1,-2049.12,-291.195,-7.16006,1.43117,0,0,0.656059,0.75471,300,255,1), - (87068,1617,0,2414.88,311.561,37.561,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (87069,1617,1,10043.9,446.943,1315.5,0.314158,0,0,0.156434,0.987688,300,255,1), - (87070,1618,0,-5876.23,-10.789,360.485,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (87071,1618,1,-727.394,-4670.9,36.8098,-2.35619,0,0,-0.923879,0.382686,300,255,1), - (87072,1618,0,2205.07,438.51,62.0898,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (87073,1618,1,10074.5,355.456,1323.17,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (87074,1618,1,9572.13,1011.37,1265.13,0.645772,0,0,0.317305,0.948324,300,255,1), - (87075,1619,1,-2790.54,-404.294,13.6166,1.25664,0,0,0.587786,0.809016,300,255,1), - (87076,1619,1,-2735.74,-321.652,13.0835,1.27409,0,0,0.594823,0.803857,300,255,1), - (87077,1620,1,10019.4,483.16,1314.04,2.19912,0,0,0.891008,0.453988,300,255,1), - (87118,1617,0,-408.202,923.671,121.549,2.63544,0,0,0.968147,0.250383,300,255,1), - (87119,1621,0,-2833.1,-1328.37,8.95405,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (87120,1621,0,-523.583,434.796,85.6967,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (87121,1621,0,-446.982,847.415,96.9973,0.314158,0,0,0.156434,0.987688,300,255,1), - (87122,1621,0,-491.957,1211.93,51.9617,-0.994837,0,0,-0.477158,0.878817,300,255,1), - (87162,2866,0,-6814.45,-1554.32,193.158,-0.261798,0,0,-0.130525,0.991445,300,255,1), - (87163,2866,1,-7540.94,-3116.9,17.5761,0.314158,0,0,0.156434,0.987688,300,255,1), - (87164,142140,0,-11553.6,736.776,60.7313,0.90757,0,0,0.438371,0.898794,300,255,1), - (87165,142140,1,-5027.81,1298,90.7511,3.08918,0,0,0.999657,0.0262033,300,255,1), - (87166,142140,1,-5358.88,1241.68,22.1054,0.610864,0,0,0.300705,0.953717,300,255,1), - (87167,142140,0,-316.936,-4234.65,138.125,0.628317,0,0,0.309016,0.951057,300,255,1), - (87168,142140,0,-371.908,-4127,173.995,1.79769,0,0,0.782608,0.622514,300,255,1), - (87169,142140,0,-329.511,-4207.55,152.009,1.53589,0,0,0.694658,0.71934,300,255,1), - (87170,142140,1,3548.76,-4767.67,111.289,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (87171,142140,1,-5449.09,1327.84,20.0258,2.44346,0,0,0.939692,0.342021,300,255,1), - (87172,142140,1,3596.8,-4589.69,104.494,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (87173,142140,1,-5002.79,1201.35,54.0045,-0.226892,0,0,-0.113203,0.993572,300,255,1), - (87174,142141,0,2999.7,-1564.12,147.003,-1.37881,0,0,-0.636078,0.771625,300,255,1), - (87175,142141,0,1821.96,-2044.74,75.4277,0.715585,0,0,0.350207,0.936672,300,255,1), - (87176,142142,0,2920.11,-1610.7,147.766,-0.471238,0,0,-0.233445,0.97237,300,255,1), - (87177,142142,0,-7750.7,-2421.27,140.446,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (87178,142142,0,2779.7,-4005.54,99.1068,0.977383,0,0,0.469471,0.882948,300,255,1), - (87179,142142,1,-6536.36,409.216,5.08667,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (87180,142142,1,-7749.81,1486.97,0.788001,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (87181,142142,1,-4421.08,-281.654,32.5452,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (87182,142142,1,-4292.6,587.599,60.3928,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (87183,142142,1,-6385.42,219.859,3.23839,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (87184,142142,1,-5606.37,1107.94,63.6876,1.25664,0,0,0.587786,0.809016,300,255,1), - (87185,142143,0,-10288,-2913.33,19.7969,-1.0821,0,0,-0.515036,0.857168,300,255,1), - (87186,142143,0,-10138.9,-3363.5,20.8903,0.104719,0,0,0.0523356,0.99863,300,255,1), - (87187,142143,0,-10222.2,-3035.99,20.7879,3.10665,0,0,0.999847,0.0174704,300,255,1), - (87188,142143,0,-10124.2,-3547.14,21.207,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (87189,142143,0,-10384.2,-3003.25,19.8948,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (87191,1617,0,-4884.1,-3106.54,322.733,2.1293,0,0,0.874619,0.48481,300,255,1), - (87192,1617,0,-9394.66,-1293.73,54.1131,2.25147,0,0,0.902584,0.430513,300,255,1), - (87193,1617,0,2363.91,822.782,47.6087,-1.13446,0,0,-0.537298,0.843393,300,255,1), - (87194,1617,0,2254.86,623.59,34.8548,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (87195,1617,0,2594.16,1270.24,56.4382,-1.11701,0,0,-0.529919,0.848048,300,255,1), - (87196,1617,0,2590.68,540.587,16.2911,2.30383,0,0,0.913544,0.406739,300,255,1), - (87197,1617,0,2532.51,625.952,33.2541,0.977383,0,0,0.469471,0.882948,300,255,1), - (87198,1617,0,2521.1,953.773,90.1524,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (87199,1617,1,-909.978,-990.789,23.0142,0.890117,0,0,0.430511,0.902586,300,255,1), - (87200,1617,1,1429.07,-4813.38,24.6158,-2.51327,0,0,-0.951056,0.309019,300,255,1), - (87201,1617,1,-1664.08,269.539,35.6687,0.104719,0,0,0.0523356,0.99863,300,255,1), - (87203,1618,0,1631.95,-654.718,47.0466,1.39626,0,0,0.642786,0.766046,300,255,1), - (87204,1618,0,2585.57,280.206,46.6648,0.785397,0,0,0.382683,0.92388,300,255,1), - (87205,1618,0,2314.62,1553.87,33.5216,-2.30383,0,0,-0.913544,0.406739,300,255,1), - (87206,1618,0,2568.17,916.615,100.373,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (87207,1618,0,1233.81,933.051,36.8226,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (87208,1618,1,-1944.83,283.872,87.9508,0.087266,0,0,0.0436192,0.999048,300,255,1), - (87209,1618,1,-1003.55,-983.244,7.90341,2.70526,0,0,0.976296,0.21644,300,255,1), - (87210,1618,1,1153.6,-4530.12,19.5377,1.74533,0,0,0.766045,0.642787,300,255,1), - (87211,1619,0,2386.79,822.591,46.8164,-1.309,0,0,-0.608763,0.793352,300,255,1), - (87212,1619,0,889.81,1172.7,49.8807,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (87213,1619,0,-8844.8,-1293.87,111.635,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (87214,1619,0,-8802.97,-1242.1,95.1466,2.40855,0,0,0.93358,0.35837,300,255,1), - (87215,1619,1,-998.674,-1065.87,46.8172,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (87216,1619,1,-1664.08,368.102,111.681,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (87217,1620,0,958.84,1069.46,36.558,-0.069812,0,0,-0.0348989,0.999391,300,255,1), - (87218,1620,0,-5005.27,-3419.37,303.401,3.07177,0,0,0.999391,0.0349043,300,255,1), - (87219,1620,0,-5072.19,-3795.14,310.585,2.40855,0,0,0.93358,0.35837,300,255,1), - (87220,1620,0,-5856.29,-3448.97,318.345,-2.56563,0,0,-0.958819,0.284017,300,255,1), - (87221,1620,0,-9657.54,1504.9,11.0599,1.78023,0,0,0.777144,0.629323,300,255,1), - (87222,1620,0,-2980.93,-1986.43,9.31201,1.62316,0,0,0.725376,0.688353,300,255,1), - (87223,1620,0,-3139.51,-2545.52,9.23924,2.30383,0,0,0.913544,0.406739,300,255,1), - (87224,1620,0,1123.37,1095.89,40.1016,-2.37364,0,0,-0.927182,0.37461,300,255,1), - (87225,1620,1,1131.9,-4685.81,20.0887,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (87226,1620,1,2448.9,1512.97,262.881,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (87227,1620,1,1269.18,-11.3787,-5.88981,-0.314158,0,0,-0.156434,0.987688,300,255,1), - (87228,1620,1,40.5508,-735.211,-18.9994,2.19912,0,0,0.891008,0.453988,300,255,1), - (87229,1620,1,-545.644,-2245.66,42.6309,2.96704,0,0,0.996194,0.0871655,300,255,1), - (87230,1621,0,-633.39,-1566.65,64.1649,0.418879,0,0,0.207912,0.978148,300,255,1), - (87231,1621,0,-10982.5,1119.15,40.2986,2.30383,0,0,0.913544,0.406739,300,255,1), - (87232,1621,0,-10092.6,1601.71,41.0102,0.104719,0,0,0.0523356,0.99863,300,255,1), - (87233,1621,0,-5147.11,-3496.26,304.571,2.35619,0,0,0.923879,0.382686,300,255,1), - (87234,1621,0,-3482.48,-2876.22,9.41632,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (87235,1621,0,-4154.25,-2961.75,12.0112,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (87236,1621,1,2128.42,1074.31,238.538,1.41372,0,0,0.649449,0.760405,300,255,1), - (87237,1621,1,163.633,-713.723,-0.409156,-0.296705,0,0,-0.147809,0.989016,300,255,1), - (87238,1621,1,574.272,266.641,56.5523,2.47837,0,0,0.945519,0.325567,300,255,1), - (87239,1621,1,381.768,388.748,53.0068,1.67551,0,0,0.743143,0.669133,300,255,1), - (87240,1621,1,862.329,691.778,96.6315,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (87241,1621,1,3228.99,-562.044,153.91,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (87242,1622,0,-10508.1,1579,47.3024,0.750491,0,0,0.366501,0.930418,300,255,1), - (87243,1622,0,-4212.26,-2354.89,204.552,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (87244,1622,0,-10140.3,1215.31,36.7652,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (87245,1622,0,-1723.8,-1832.74,81.1296,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (87246,1622,0,-5021.06,-3924.3,324.104,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (87247,1622,0,-796.592,-1170.49,68.9588,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (87248,1622,0,-2788.31,-2227.67,50.4004,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (87249,1622,0,-56.5404,293.34,53.3134,1.09956,0,0,0.5225,0.852639,300,255,1), - (87250,1622,1,-391.862,1841.03,126.799,2.70526,0,0,0.976296,0.21644,300,255,1), - (87251,1622,1,574.627,1869.33,0.097795,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (87252,1622,1,3458.32,-129.015,6.99813,0.733038,0,0,0.358368,0.93358,300,255,1), - (87253,1622,1,859.194,149.806,36.5573,0.575957,0,0,0.284015,0.95882,300,255,1), - (87254,1622,1,1757.32,846.001,148.717,2.25147,0,0,0.902584,0.430513,300,255,1), - (87255,1622,1,1332.29,52.235,13.952,2.96704,0,0,0.996194,0.0871655,300,255,1), - (87256,1622,1,-4679.05,-1474.73,-48.2578,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (87257,1622,1,681.608,1882.77,-1.26325,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (87258,1623,0,-11513.2,507.041,82.1076,1.27409,0,0,0.594823,0.803857,300,255,1), - (87259,1623,0,-749.624,-980.945,54.2288,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (87260,1623,1,471.506,1698.63,32.7717,0.750491,0,0,0.366501,0.930418,300,255,1), - (87261,1623,1,98.1569,-686.456,22.3247,-2.32129,0,0,-0.91706,0.398748,300,255,1), - (87262,1623,1,1588.58,1417.84,197.676,2.44346,0,0,0.939692,0.342021,300,255,1), - (87263,1623,1,-5156.76,-1226.03,49.1134,1.58825,0,0,0.713251,0.700909,300,255,1), - (87264,1624,0,-10799.6,-666.59,40.8933,0.174532,0,0,0.0871553,0.996195,300,255,1), - (87265,1624,0,-443.955,218.854,80.0781,1.83259,0,0,0.793352,0.608764,300,255,1), - (87266,1624,0,-1816.56,-2881.86,61.0276,1.91986,0,0,0.819151,0.573577,300,255,1), - (87267,1624,0,-3673.22,-2901.01,12.9926,-0.349065,0,0,-0.173648,0.984808,300,255,1), - (87268,1624,0,-3484.03,-2444.53,47.452,1.02974,0,0,0.492422,0.870357,300,255,1), - (87269,1624,0,-2824.47,-1857.98,10.5835,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (87270,1624,0,-3357.61,-2803.33,17.5986,2.67035,0,0,0.972369,0.233447,300,255,1), - (87271,1624,0,-6718.24,-3248.64,240.744,1.41372,0,0,0.649449,0.760405,300,255,1), - (87272,1624,1,-1228.87,2200.36,91.8946,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (87273,1624,1,2583.93,-1248.1,145.21,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (87274,1624,1,-333.244,2384.28,37.4758,-1.69297,0,0,-0.748956,0.66262,300,255,1), - (87275,1624,1,732.953,1809.55,-13.8562,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (87276,1624,1,795.638,1849.68,-4.61363,1.8675,0,0,0.803856,0.594824,300,255,1), - (87277,1624,1,3151.14,-545.542,147.4,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (87278,1624,1,3548.91,-144.068,0.071218,-2.426,0,0,-0.936671,0.350211,300,255,1), - (87279,1624,1,2852.96,-785.46,156.364,-1.46608,0,0,-0.669132,0.743144,300,255,1), - (87280,1624,1,-5052.68,-1181.93,-56.282,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (87281,1624,1,-3254.12,-1900.28,96.5674,1.41372,0,0,0.649449,0.760405,300,255,1), - (87282,1628,1,-1599.25,1376.42,61.2987,2.19912,0,0,0.891008,0.453988,300,255,1), - (87297,176583,1,-4491.8,-568.489,4.83053,1.02974,0,0,0.492422,0.870357,300,255,1), - (87298,176583,0,2764.43,-3797.11,111.373,3.12412,0,0,0.999962,0.00873622,300,255,1), - (87305,176584,0,-7959.27,-1379.52,133.373,1.18682,0,0,0.559191,0.829039,300,255,1), - (87306,176584,1,-7418.48,719.633,-6.51437,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (87308,176586,1,5232.98,-5020.01,874.759,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (87309,176586,1,7592.79,-4782.64,744.513,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (87310,176586,1,4114.49,-5077.12,147.331,1.06465,0,0,0.507538,0.861629,300,255,1), - (87311,176586,0,2421.2,-3861.51,206.033,-3.05433,0,0,-0.999048,0.0436174,300,255,1), - (87312,176587,0,2453.53,-3656.75,177.802,-0.925024,0,0,-0.446198,0.894934,300,255,1), - (87313,176587,0,2388.11,-4093.08,77.0275,2.19912,0,0,0.891008,0.453988,300,255,1), - (87314,176587,0,1738.81,-1142.23,60.915,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (87315,176587,0,2803.09,-3926.93,101.182,0.890117,0,0,0.430511,0.902586,300,255,1), - (87316,176589,0,2495.06,-3827.97,179.112,3.07177,0,0,0.999391,0.0349043,3600,255,1), - (87336,2041,0,-10423.9,-2979.65,18.9497,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (87337,2041,0,-1667.67,-3433.21,44.3018,2.53072,0,0,0.953716,0.300709,300,255,1), - (87338,2041,0,-12270.6,-355.563,17.0246,2.23402,0,0,0.898794,0.438372,300,255,1), - (87339,2041,0,-12423.7,-335.87,15.0724,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (87340,2041,0,-2837.91,-1775.33,7.82989,0.331611,0,0,0.165047,0.986286,300,255,1), - (87341,2041,0,-3013.65,-2502.55,8.11191,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (87342,2041,0,-3077.74,-1994.21,7.12134,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (87343,2041,1,2203.34,-3562.25,39.4123,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (87344,2041,1,-3101.98,-4054.79,23.703,-1.5708,0,0,-0.707108,0.707106,300,255,1), - (87345,2041,1,-2792.61,-3489.66,31.1472,0.226892,0,0,0.113203,0.993572,300,255,1), - (87346,2042,0,-1740.71,-2982.65,34.2299,-0.541051,0,0,-0.267238,0.963631,300,255,1), - (87347,2042,0,29.2546,-3312.49,116.929,0.715585,0,0,0.350207,0.936672,300,255,1), - (87348,2042,0,121.778,-3088.08,129.892,2.70526,0,0,0.976296,0.21644,300,255,1), - (87349,2042,1,-2987.04,-3287.98,37.2054,0.750491,0,0,0.366501,0.930418,300,255,1), - (87350,2043,0,-11548.4,843.898,23.3085,2.47837,0,0,0.945519,0.325567,300,255,1), - (87351,2043,0,-10201.5,-3447.1,22.3132,-0.488691,0,0,-0.241921,0.970296,300,255,1), - (87352,2043,0,-11956.2,158.976,17.6716,3.03684,0,0,0.998629,0.0523524,300,255,1), - (87353,2043,0,-1337.62,-3171.37,36.8362,0.575957,0,0,0.284015,0.95882,300,255,1), - (87354,2043,1,-4211.01,617.553,66.1571,2.96704,0,0,0.996194,0.0871655,300,255,1), - (87355,2043,1,-4478.4,-317.536,49.9968,1.65806,0,0,0.737276,0.675591,300,255,1), - (87356,2043,1,-4879.28,694.649,47.5938,1.50098,0,0,0.681997,0.731355,300,255,1), - (87357,2045,0,-777.527,-4570.92,-23.8076,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (87358,2045,1,3395.54,1185.15,-37.8039,2.00713,0,0,0.843392,0.537299,300,255,1), - (87359,2045,0,-1051.87,-408.556,-4.19282,-2.89724,0,0,-0.992546,0.121873,300,255,1), - (87360,2045,0,-12700.3,33.8601,-15.6602,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (87361,2045,0,-12503.6,231.236,-11.8243,0.645772,0,0,0.317305,0.948324,300,255,1), - (87362,2045,1,3331.54,1187.5,-15.7325,-2.32129,0,0,-0.91706,0.398748,300,255,1), - (87364,2045,1,2159.15,-2863.49,105.558,0.715585,0,0,0.350207,0.936672,300,255,1), - (87365,2046,1,-4307.46,651.262,80.2853,-1.76278,0,0,-0.771624,0.636079,300,255,1), - (87366,2046,0,-11599.7,724.194,61.3601,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (87367,2046,1,-5031.07,1242.96,59.0136,1.74533,0,0,0.766045,0.642787,300,255,1), - (87368,2046,0,-806.16,-3584.53,81.9184,2.67035,0,0,0.972369,0.233447,300,255,1), - (87369,2046,0,-12974.2,-809.106,71.4965,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (87370,2046,0,-10264.7,-2575.17,40.6938,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (87371,2046,0,-12034.3,138.011,18.8933,-1.78023,0,0,-0.777144,0.629323,300,255,1), - (87372,2046,0,-2069.82,-2537.25,80.8448,-2.26892,0,0,-0.906306,0.422622,300,255,1), - (87373,2046,1,-5420.75,1183.68,66.5455,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (87374,2046,1,-2558.18,-3757.4,36.4821,1.46608,0,0,0.669132,0.743144,300,255,1), - (87375,2046,1,-5543.7,1106.71,69.3718,1.53589,0,0,0.694658,0.71934,300,255,1), - (87441,2866,0,-7316.47,-1566.92,316.095,1.25664,0,0,0.587786,0.809016,300,255,1), - (87442,2866,1,-7741.32,-3611.67,44.6915,-0.541051,0,0,-0.267238,0.963631,300,255,1), - (87443,142140,0,126.473,-3501.29,107.241,1.25664,0,0,0.587786,0.809016,300,255,1), - (87444,142140,0,-376.088,-4090.41,174.874,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (87445,142140,0,-437.401,-4189.53,195.066,-2.47837,0,0,-0.945519,0.325567,300,255,1), - (87446,142140,0,-281.208,-4107.5,138.673,-2.04204,0,0,-0.852641,0.522496,300,255,1), - (87447,142140,0,-195.593,-4092.25,152.112,0.610864,0,0,0.300705,0.953717,300,255,1), - (87448,142140,0,-418.711,-2793.62,80.5266,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (87449,142142,0,182.627,-3593.6,126.181,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (87450,142142,0,185.703,-3148.8,121.978,0.017452,0,0,0.00872589,0.999962,300,255,1), - (87451,142142,0,-42.7587,-2993.42,122.968,0.523598,0,0,0.258819,0.965926,300,255,1), - (87452,142142,0,158.747,-4206.66,118.182,0.715585,0,0,0.350207,0.936672,300,255,1), - (87453,142142,0,-192.009,-4346.85,120.757,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (87454,142142,0,-110.992,-2903.27,122.513,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (87455,142142,0,254.182,-3485.79,161.809,-1.76278,0,0,-0.771624,0.636079,300,255,1), - (87456,142142,0,2317.71,-4236.85,98.6486,0.052359,0,0,0.0261765,0.999657,300,255,1), - (87457,142142,0,1721.82,-1016.11,71.0081,0.244346,0,0,0.121869,0.992546,300,255,1), - (87458,142142,1,-6793.38,-908.425,-270.122,0.767944,0,0,0.374606,0.927184,300,255,1), - (87459,142142,1,-7746.36,-680.292,-259.149,-2.35619,0,0,-0.923879,0.382686,300,255,1), - (87460,142144,0,368.381,-3860.87,106.184,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (87461,1619,0,-11053.9,1954.27,30.9819,-2.65289,0,0,-0.970294,0.241927,300,255,1), - (87462,1619,1,5189.79,343.254,41.3473,1.79769,0,0,0.782608,0.622514,300,255,1), - (87463,1620,1,2525.04,-3616.79,58.6529,0.925024,0,0,0.446198,0.894934,300,255,1), - (87464,1620,0,-10770.6,1265,31.3255,1.53589,0,0,0.694658,0.71934,300,255,1), - (87465,1621,1,3032.72,-911.838,194.145,0.017452,0,0,0.00872589,0.999962,300,255,1), - (87466,1621,0,-10213.5,441.273,37.4833,1.78023,0,0,0.777144,0.629323,300,255,1), - (87467,1621,0,-11008.7,1678.96,41.2772,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (87468,1621,1,2759.72,-3136.69,168.858,0,0,0,0,1,300,255,1), - (87469,1621,1,2764.2,-2492.12,192.814,2.96704,0,0,0.996194,0.0871655,300,255,1), - (87470,1622,0,-11415.7,1939.45,11.272,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (87471,1622,1,-4652.41,-942.781,-45.128,-1.6057,0,0,-0.719339,0.694659,300,255,1), - (87472,1623,0,-13727.1,350.058,52.7766,0.209439,0,0,0.104528,0.994522,300,255,1), - (87473,1623,0,-13391.8,294.645,52.2135,-0.104719,0,0,-0.0523356,0.99863,300,255,1), - (87474,1623,0,-402.397,-1151.77,74.8978,1.97222,0,0,0.833885,0.551938,300,255,1), - (87475,1623,0,87.1907,-1252.31,82.3047,0.698132,0,0,0.34202,0.939693,300,255,1), - (87476,1624,0,-13338.1,-279.632,14.3143,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (87477,1624,1,2720.5,-2319.67,202.394,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (87478,1624,1,2552.5,-1973.38,143.599,2.33874,0,0,0.920505,0.390732,300,255,1), - (87479,1624,0,-12081.5,-745.165,12.3231,2.54818,0,0,0.956305,0.292372,300,255,1), - (87480,1624,1,-3619.13,-2838.4,36.2724,2.74016,0,0,0.979924,0.199371,300,255,1), - (87481,1624,1,853.732,1600.79,-24.0878,2.9845,0,0,0.996917,0.0784656,300,255,1), - (87482,1628,0,-2851.66,-2234.82,16.3133,-0.418879,0,0,-0.207911,0.978148,300,255,1), - (87483,1628,1,-1402.27,1831.51,50.1442,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (87485,176583,0,231.767,-4179.73,117.157,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (87486,176583,0,336.581,-4032.55,118.385,-1.5708,0,0,-0.707108,0.707106,300,255,1), - (87487,176583,1,-8236.15,-1083.52,-204.848,-0.925024,0,0,-0.446198,0.894934,300,255,1), - (87488,176583,1,-7001.82,-670.431,-272.165,2.86233,0,0,0.990267,0.139178,300,255,1), - (87489,176583,1,-7947.82,-1716.3,-275.69,2.3911,0,0,0.930417,0.366502,300,255,1), - (87493,176584,1,-7901.05,-1131.63,-272.205,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (87494,176584,1,-7794.81,-1975.55,-270.681,2.87979,0,0,0.991445,0.130528,300,255,1), - (87495,176584,1,-7581.58,-511.841,-267.643,1.53589,0,0,0.694658,0.71934,300,255,1), - (87500,176586,0,2670.15,-3283.07,128.611,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (87501,176586,1,7253.81,-4350.75,661.104,-2.07694,0,0,-0.861629,0.507539,300,255,1), - (87502,176586,1,4689.2,-5365.06,119.033,-0.855211,0,0,-0.414693,0.909961,300,255,1), - (87503,176586,1,5658.23,-4443.14,792.11,0.890117,0,0,0.430511,0.902586,300,255,1), - (87506,176587,0,2815.12,-4047.62,99.6001,1.44862,0,0,0.662619,0.748957,300,255,1), - (87507,176587,0,2777.31,-3226.03,105.933,2.46091,0,0,0.942641,0.333809,300,255,1), - (87508,176587,0,2937.81,-4292.18,90.3692,-1.02974,0,0,-0.492422,0.870357,300,255,1), - (87509,176587,0,2813.84,-3678,104.815,0.017452,0,0,0.00872589,0.999962,300,255,1), - (87510,176587,0,2537.37,-4499.34,78.3478,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (87511,176587,0,2274.09,-4297.45,74.1448,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (87512,176587,0,1933.45,-3818.12,131.68,-2.21656,0,0,-0.894933,0.446202,300,255,1), - (87513,176588,1,6665.75,-4946.65,720.42,0.750491,0,0,0.366501,0.930418,300,255,1), - (87514,176588,1,5768.84,-4603.85,764.253,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (87515,176588,1,7358.68,-4435.67,646.256,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (87516,176588,1,6784.3,-2776.45,576.472,-1.76278,0,0,-0.771624,0.636079,300,255,1), - (87547,2041,0,-3102.63,-1299.36,7.84485,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (87548,2041,0,-2923.68,-1244.04,7.05653,2.80997,0,0,0.986285,0.165053,300,255,1), - (87549,2041,1,-4649.62,232.225,6.14846,2.07694,0,0,0.861629,0.507539,300,255,1), - (87550,2041,1,-3772.63,-3295.04,30.3823,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (87551,2042,0,264.196,-3832.07,143.696,0.872664,0,0,0.422618,0.906308,300,255,1), - (87552,2042,0,-13602,-30.4481,40.0262,0.383971,0,0,0.190808,0.981627,300,255,1), - (87553,2042,1,-2949.28,-3553.61,41.7896,1.97222,0,0,0.833885,0.551938,300,255,1), - (87554,2043,0,-13419.6,250.341,22.6322,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (87555,2043,0,-12472.2,-656.677,38.4287,1.01229,0,0,0.484809,0.87462,300,255,1), - (87556,2043,0,-12909.8,-309.647,14.1951,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (87557,2043,0,281.061,-4074.91,125.109,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (87558,2043,0,-12713,-241.92,38.4442,2.54818,0,0,0.956305,0.292372,300,255,1), - (87559,2043,1,-4001.19,-3699.22,45.9126,1.18682,0,0,0.559191,0.829039,300,255,1), - (87560,2043,1,-4422.45,-75.8642,56.9736,1.309,0,0,0.608763,0.793352,300,255,1), - (87561,2045,1,2443.87,-2849.66,137.224,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (87562,2045,0,-11453.1,1813.91,-4.72884,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (87563,2045,0,-11421.5,2014.61,-22.1962,2.28638,0,0,0.909961,0.414694,300,255,1), - (87564,2045,0,-12221.4,589.087,-54.8489,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (87565,2045,0,-2641.34,-1442.62,-12.4426,0.244346,0,0,0.121869,0.992546,300,255,1), - (87566,2045,0,-1174.06,-777.817,-5.35076,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (87567,2045,1,2715.93,-2572.03,176.359,-2.16421,0,0,-0.882948,0.469471,300,255,1), - (87568,2045,0,-13599.8,498.125,-35.318,1.71042,0,0,0.754709,0.65606,300,255,1), - (87570,2045,1,-2666.74,-4205.86,-0.785061,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (87572,2045,1,-1024.96,-4009.38,-70.7427,-0.610864,0,0,-0.300705,0.953717,300,255,1), - (87573,2046,1,-3516.12,-3373.27,48.2468,-1.64061,0,0,-0.731354,0.681998,300,255,1), - (87574,2046,0,213.36,-3447.47,152.571,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (87575,2046,0,397.232,-4102.64,119.983,-0.541051,0,0,-0.267238,0.963631,300,255,1), - (87576,2046,0,-155.668,-4041.4,122.494,1.58825,0,0,0.713251,0.700909,300,255,1), - (87577,2046,0,-459.057,-2887.48,104.367,1.69297,0,0,0.748956,0.66262,300,255,1), - (87578,2046,1,-3475.12,-3394.15,54.3003,1.58825,0,0,0.713251,0.700909,300,255,1), - (87611,74448,47,2127.73,1607.64,81.4757,1.309,0,0,0.608763,0.793352,14440,255,1), - (87612,74448,47,2193.35,1985.04,56.3458,-2.19912,0,0,-0.891008,0.453988,14440,255,1), - (87620,142140,0,-33.9568,-2777.36,122.507,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (87621,142142,0,191.367,-4060.45,119.505,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (87622,142142,0,142.088,-2939.65,112.581,-0.331611,0,0,-0.165047,0.986286,300,255,1), - (87623,142143,0,-10237.5,-3015.26,20.3859,2.47837,0,0,0.945519,0.325567,300,255,1), - (87624,142143,0,-10154.7,-3157.6,20.0131,2.80997,0,0,0.986285,0.165053,300,255,1), - (87625,142145,0,-11688.5,-3211.32,11.8707,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (87626,1617,0,2339.24,-353.655,69.7924,-1.06465,0,0,-0.507538,0.861629,300,255,1), - (87627,1617,0,783.538,1408.73,59.4719,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (87628,1617,1,-1507.26,-175.414,35.0973,0.90757,0,0,0.438371,0.898794,300,255,1), - (87630,1618,0,2117.82,295.335,61.2261,0.296705,0,0,0.147809,0.989016,300,255,1), - (87631,1618,0,1886.88,-220.493,38.492,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (87632,1618,0,2006.02,694.037,41.9342,-0.191985,0,0,-0.0958451,0.995396,300,255,1), - (87633,1618,0,1298.74,1153.24,52.504,0.401425,0,0,0.199368,0.979925,300,255,1), - (87634,1618,0,1348.36,1005.2,52.2037,2.61799,0,0,0.965925,0.258821,300,255,1), - (87635,1618,1,-2279.85,-813.539,-5.10623,2.23402,0,0,0.898794,0.438372,300,255,1), - (87636,1618,1,-882.26,-147.573,-0.880346,2.35619,0,0,0.923879,0.382686,300,255,1), - (87637,1619,0,1963.52,-625.277,61.4846,0.523598,0,0,0.258819,0.965926,300,255,1), - (87638,1619,0,827.243,1324.17,54.6776,0.820303,0,0,0.398748,0.91706,300,255,1), - (87639,1620,0,1207.02,2047.57,4.10904,2.56563,0,0,0.958819,0.284017,300,255,1), - (87640,1620,0,1336.83,743.906,34.2843,2.54818,0,0,0.956305,0.292372,300,255,1), - (87641,1620,0,818.656,574.509,35.8591,2.07694,0,0,0.861629,0.507539,300,255,1), - (87642,1620,0,-748.175,-32.9106,28.1021,-0.122173,0,0,-0.0610485,0.998135,300,255,1), - (87643,1620,1,-593.054,-2159.79,52.5733,1.309,0,0,0.608763,0.793352,300,255,1), - (87644,1621,0,58.2199,1275.59,64.48,2.16421,0,0,0.882948,0.469471,300,255,1), - (87645,1621,0,67.2836,1266.24,65.0148,0.349065,0,0,0.173648,0.984808,300,255,1), - (87646,1621,0,-17.5433,1120.78,65.7508,2.63544,0,0,0.968147,0.250383,300,255,1), - (87647,1621,0,9.14334,1086.47,68.8772,-2.60053,0,0,-0.963629,0.267244,300,255,1), - (87648,1621,0,-445.137,-277.211,54.5082,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (87649,1622,0,-214.537,-1207.99,119.931,1.88495,0,0,0.809015,0.587788,300,255,1), - (87650,1622,0,166.842,230.477,41.6207,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (87651,1622,0,-253.461,1531.9,79.4661,0.802851,0,0,0.390731,0.920505,300,255,1), - (87652,1624,0,-10327.3,-3494.82,22.9893,2.68781,0,0,0.97437,0.22495,300,255,1), - (87653,1624,0,-894.02,-85.7392,23.4342,3.00195,0,0,0.997563,0.0697646,300,255,1), - (87654,1624,0,-60.0194,-194.283,131.666,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (87655,1624,0,-957.093,-11.6541,29.5612,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (87656,1624,1,-645.017,-2182.7,45.0493,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (87657,1624,1,-2711.57,-1954.99,96.872,0.645772,0,0,0.317305,0.948324,300,255,1), - (87687,2041,0,-10361.3,-3570.38,20.4923,0.383971,0,0,0.190808,0.981627,300,255,1), - (87688,2043,0,472.906,-3579.43,119.614,-0.698131,0,0,-0.34202,0.939693,300,255,1), - (87689,2043,0,-10271.1,-2857.08,27.0663,-0.750491,0,0,-0.366501,0.930418,300,255,1), - (87690,2043,0,-10222.3,-3910.89,22.8978,2.70526,0,0,0.976296,0.21644,300,255,1), - (87691,2045,0,19.2655,-4890.57,-19.0195,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (87692,2045,0,12.7143,-4829.58,-17.039,3.03684,0,0,0.998629,0.0523524,300,255,1), - (87693,2046,0,129.425,-4091.16,151.222,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (87694,16399,36,-168.514,-579.861,19.3159,3.12414,0,0,0.999962,0.0087262,43200,100,1), - (87695,16400,36,-290.294,-536.96,49.4353,1.55334,0,0,0.700908,0.713252,43200,100,1), - (87696,180024,36,-29.8574,-375.084,59.3619,6.13763,0,0,0.0727134,-0.997353,-300,100,1), - (87697,174503,230,873.428,-142.527,-49.7396,0.375246,0,0,0.186524,0.98245,600,100,1), - (87855,175947,229,45.1933,-312.52,106.533,3.14159,0,0,0,0,180,100,1), - (87857,176447,229,35.2499,-505.634,110.914,-3.13874,0,0,0,0,120,0,1), - (87858,176448,229,31.283,-505.634,110.914,1.57142,0,0,0,0,120,0,1), - (87859,176449,229,27.4453,-505.634,110.914,-0.261172,0,0,0,0,120,0,1), - (87860,176450,229,21.5668,-506.581,110.914,-1.57017,0,0,0,0,120,0,1), - (87861,176451,229,18.0824,-505.634,110.914,-3.13874,0,0,0,0,120,0,1), - (87862,176452,229,24.542,-504.736,110.914,-2.35556,0,0,0,0,120,0,1), - (87863,136950,229,72.8373,-265.63,60.7365,3.14159,0,0,0,0,120,0,1), - (87864,136952,229,69.9731,-329.868,55.8721,3.14159,0,0,0,0,120,0,1), - (87865,136955,229,56.3641,-306.158,54.0157,3.14159,0,0,0,0,120,0,1), - (87867,176460,229,70.5435,-257.169,60.7401,3.12412,0,0,0,0,120,0,1), - (87871,136922,229,88.2152,-415.1,110.957,2.72271,0,0,0,0,120,0,1), - (87872,136923,229,87.4498,-468.454,116.887,2.72271,0,0,0,0,120,0,1), - (87873,136925,229,40.7229,-586.71,30.6817,1.74533,0,0,0,0,120,0,1), - (87874,136926,229,43.3149,-572.476,30.6817,1.74533,0,0,0,0,120,0,1), - (87875,136927,229,4.75705,-567.073,29.2222,1.74533,0,0,0,0,120,0,1), - (87876,136928,229,8.39204,-583.677,29.2222,1.74533,0,0,0,0,120,0,1), - (87895,136947,229,16.9937,-253.821,65.4498,3.14159,0,0,0,0,120,0,1), - (87896,136948,229,8.17041,-268.98,65.4498,3.14159,0,0,0,0,120,0,1), - (87897,136949,229,51.2451,-274.133,65.4498,3.14159,0,0,0,0,120,0,1), - (87898,136951,229,68.8802,-283.794,60.7365,3.14159,0,0,0,0,120,0,1), - (87899,136954,229,16.1674,-280.865,9.61726,3.14159,0,0,0,0,120,0,1), - (87900,136957,229,117.454,-254.291,91.5711,2.72271,0,0,0,0,120,0,1), - (87901,136959,229,125.656,-280.808,91.5711,2.72271,0,0,0,0,120,0,1), - (87902,136961,229,46.4689,-309.649,91.5711,2.72271,0,0,0,0,120,0,1), - (87903,136962,229,106.177,-265.953,91.5711,-1.46608,0,0,0,0,120,0,1), - (87904,136963,229,107.69,-253.095,91.5711,2.72271,0,0,0,0,120,0,1), - (87905,136964,229,82.5879,-364.586,116.859,2.72271,0,0,0,0,120,0,1), - (87906,153464,229,-36.1176,-583.828,-18.8201,1.97222,0,0,0,0,7200,0,1), - (87907,153469,229,-73.9985,-453.335,-18.935,-3.08918,0,0,0,0,120,0,1), - (87908,153469,229,-84.2677,-350.104,70.9524,1.91986,0,0,0,0,120,0,1), - (87909,153469,229,86.8551,-587.501,30.6085,2.63544,0,0,0,0,120,0,1), - (87911,175334,229,33.7166,-466.067,-18.4651,-1.53589,0,0,0,0,120,0,1), - (87913,175588,229,-139.523,-525.879,6.36398,-2.426,0,0,0,0,120,0,1), - (87914,175606,229,-100.23,-529.537,-5.77381,-0.436332,0,0,0,0,120,0,1), - (87915,175606,229,-100.325,-523.847,10.7029,2.11185,0,0,0,0,120,0,1), - (87916,175606,229,-101.886,-521.985,-7.84199,-0.0349063,0,0,0,0,120,0,1), - (87917,175606,229,-102.465,-575.651,9.90089,2.47837,0,0,0,0,120,0,1), - (87918,175606,229,-112.21,-569.506,10.1992,2.18166,0,0,0,0,120,0,1), - (87919,175606,229,-125.229,-576.664,13.7726,-0.296705,0,0,0,0,120,0,1), - (87920,175606,229,-126.746,-514.164,-12.147,3.10665,0,0,0,0,120,0,1), - (87921,175606,229,-129.514,-441.7,24.4328,0.977383,0,0,0,0,120,0,1), - (87922,175606,229,-131.57,-439.602,22.8934,-1.13446,0,0,0,0,120,0,1), - (87923,175606,229,-131.805,-526.784,6.55651,-2.28638,0,0,0,0,120,0,1), - (87924,175606,229,-132.261,-474.848,9.82244,-2.82743,0,0,0,0,120,0,1), - (87925,175606,229,-132.404,-514.961,-15.9374,-1.79769,0,0,0,0,120,0,1), - (87926,175606,229,-138.894,-439.497,24.8088,1.76278,0,0,0,0,120,0,1), - (87927,175606,229,-139.153,-434.738,23.1123,-2.74016,0,0,0,0,120,0,1), - (87928,175606,229,-144.505,-441.603,23.1016,0.331611,0,0,0,0,120,0,1), - (87929,175606,229,-146.907,-441.463,22.4744,-0.802851,0,0,0,0,120,0,1), - (87930,175606,229,-147.881,-448.549,20.0911,1.32645,0,0,0,0,120,0,1), - (87931,175606,229,-150.104,-470.008,16.2278,1.76278,0,0,0,0,120,0,1), - (87932,175606,229,-153.788,-515.227,-15.9504,-0.95993,0,0,0,0,120,0,1), - (87933,175606,229,-154.378,-552.234,9.91885,-2.05949,0,0,0,0,120,0,1), - (87934,175606,229,-154.592,-525.219,8.16182,2.04204,0,0,0,0,120,0,1), - (87935,175606,229,-154.77,-541.317,9.02217,-0.104719,0,0,0,0,120,0,1), - (87936,175606,229,-154.889,-570.339,10.0172,2.47837,0,0,0,0,120,0,1), - (87951,176425,229,60.0724,-511.967,29.2143,-3.13874,0,0,0,0,120,0,1), - (87952,176426,229,56.9335,-556.048,30.6604,-3.13874,0,0,0,0,120,0,1), - (87953,176427,229,53.1921,-461.07,24.3897,-3.1415,0,0,0,0,120,0,1), - (87954,176428,229,-63.2568,-581.483,29.2934,-3.1415,0,0,0,0,120,0,1), - (87955,176429,229,-37.6863,-551.822,16.2163,3.14159,0,0,0,0,120,0,1), - (87956,176430,229,-25.3349,-478.438,17.2504,3.14159,0,0,0,0,120,0,1), - (87957,176431,229,-46.3865,-448.61,-18.5644,3.14159,0,0,0,0,120,0,1), - (87958,176432,229,-2.64242,-579.144,-18.7609,3.14159,0,0,0,0,120,0,1), - (87959,176433,229,26.982,-583.365,-18.5153,3.14159,0,0,0,0,120,0,1), - (87960,176434,229,35.6424,-550.73,-18.411,3.14159,0,0,0,0,120,0,1), - (87961,176435,229,33.1643,-471.047,-18.5059,3.14159,0,0,0,0,120,0,1), - (87962,176436,229,31.9839,-495.349,-18.8984,-3.13874,0,0,0,0,120,0,1), - (87963,176437,229,-39.3852,-424.878,-18.8471,3.14159,0,0,0,0,120,0,1), - (87964,176438,229,-23.2051,-410.609,-18.8984,3.14159,0,0,0,0,120,0,1), - (87965,176439,229,-76.0975,-418.801,-18.9234,-1.83259,0,0,0,0,120,0,1), - (87966,176440,229,-59.9712,-409.641,-18.8443,3.14159,0,0,0,0,120,0,1), - (87967,176441,229,-79.5309,-453.927,-18.8332,3.14159,0,0,0,0,120,0,1), - (87968,176442,229,-15.4378,-368.781,49.4936,3.14085,0,0,0,0,120,0,1), - (87969,176443,229,-121.137,-296.445,71.0397,3.14159,0,0,0,0,120,0,1), - (87970,176444,229,-137.264,-305.605,70.9606,-1.83259,0,0,0,0,120,0,1), - (87971,176445,229,-59.1198,-339.829,70.9606,-1.83259,0,0,0,0,120,0,1), - (87972,176446,229,-87.3357,-348.37,71.0397,3.14159,0,0,0,0,120,0,1), - (87976,176457,229,-115.273,-428.518,-18.701,3.14159,0,0,0,0,120,0,1), - (87977,175334,229,-78.5492,-402.515,-18.935,5.53805,0,0,0.36401,-0.931395,25,100,1), - (87978,175334,229,-9.06949,-462.313,-18.6442,3.13474,0,0,0.999994,0.00342519,25,100,1), - (90000,179830,489,1540.42,1481.32,351.828,3.08923,0,0,0,0,86400,100,1), - (90001,179831,489,916.023,1434.41,345.413,0.0174533,0,0,0,0,86400,100,1), - (90002,179871,489,1449.93,1470.71,342.635,-1.64061,0,0,0,0,180,100,1), - (90003,179871,489,1005.17,1447.95,335.903,1.64061,0,0,0,0,180,100,1), - (90004,179904,489,1317.51,1550.85,313.234,-0.2618,0,0,0,0,180,100,1), - (90005,179904,489,1110.45,1353.66,316.518,-0.680679,0,0,0,0,180,100,1), - (90006,179905,489,1320.09,1378.79,314.753,1.18682,0,0,0,0,180,100,1), - (90007,179905,489,1139.69,1560.29,306.843,-2.44346,0,0,0,0,180,100,1), - (90008,179918,489,1503.33,1493.47,352.189,3.11541,0,0,0,0,86400,100,1), - (90009,179919,489,1492.48,1457.91,342.969,3.11541,0,0,0,0,86400,100,1), - (90010,179920,489,1468.5,1494.36,351.862,3.11541,0,0,0,0,86400,100,1), - (90011,179921,489,1471.56,1458.78,362.633,3.11541,0,0,0,0,86400,100,1), - (90012,179916,489,949.166,1423.77,345.624,-0.575681,0,0,0,0,86400,100,1), - (90013,179917,489,953.051,1459.84,340.653,-1.99662,0,0,0,0,86400,100,1), - (90014,180058,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,100,1), - (90015,180059,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,100,1), - (90016,180060,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,100,1), - (90017,180061,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,100,1), - (90018,180100,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,100,1), - (90019,180101,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,100,1), - (90020,180102,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,100,1), - (90021,180087,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,100,1), - (90022,180058,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,100,1), - (90023,180059,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,100,1), - (90024,180060,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,100,1), - (90025,180061,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,100,1), - (90026,180100,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,100,1), - (90027,180101,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,100,1), - (90028,180102,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,100,1), - (90029,180088,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,100,1), - (90030,180058,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,100,1), - (90031,180059,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,100,1), - (90032,180060,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,100,1), - (90033,180061,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,100,1), - (90034,180100,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,100,1), - (90035,180101,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,100,1), - (90036,180102,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,100,1), - (90037,180089,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,100,1), - (90038,180058,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,100,1), - (90039,180059,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,100,1), - (90040,180060,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,100,1), - (90041,180061,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,100,1), - (90042,180100,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,100,1), - (90043,180101,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,100,1), - (90044,180102,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,100,1), - (90045,180090,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,100,1), - (90046,180058,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,100,1), - (90047,180059,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,100,1), - (90048,180060,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,100,1), - (90049,180061,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,100,1), - (90050,180100,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,100,1), - (90051,180101,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,100,1), - (90052,180102,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,100,1), - (90053,180091,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,100,1), - (90054,180255,529,1284.6,1281.17,-15.9779,0.706859,0,0,0,0,86400,100,1), - (90055,180256,529,708.09,708.448,-17.8342,-2.3911,0,0,0,0,86400,100,1), - (90119,2061,30,-1423.16,-318.436,89.1136,2.35619,0,0,0,0,60,0,0), - (90120,2061,30,-1290.27,-172.471,72.1853,3.06305,0,0,0,0,60,0,0), - (90121,2061,30,-1286.25,-184.48,71.8334,-2.05076,0,0,0,0,60,0,0), - (90122,2061,30,-1282.21,-284.083,87.256,-0.0610855,0,0,0,0,60,0,0), - (90123,2061,30,-1280.17,-220.537,72.2686,1.62316,0,0,0,0,60,0,0), - (90124,2061,30,-1256.55,-280.278,73.9473,-0.0610855,0,0,0,0,60,0,0), - (90125,2061,30,-1241.25,-345.115,59.6867,0.357794,0,0,0,0,60,0,0), - (90126,2061,30,-1215.59,-371.946,56.5293,0.357794,0,0,0,0,60,0,0), - (90127,2061,30,-1202.8,-271.599,72.5805,0.357794,0,0,0,0,60,0,0), - (90128,2061,30,-1140.82,-343.392,50.9077,-2.7838,0,0,0,0,60,0,0), - (90129,2061,30,-1139.68,-356.288,51.264,-0.706858,0,0,0,0,60,0,0), - (90130,2061,30,-1099.21,-266.231,57.8849,-2.28638,0,0,0,0,60,0,0), - (90131,2061,30,-1082.6,-266.681,57.8575,2.40855,0,0,0,0,60,0,0), - (90132,2061,30,30.4168,-428.853,41.528,-2.59181,0,0,0,0,60,0,0), - (90133,2061,30,31.2216,-428.08,41.528,0.549779,0,0,0,0,60,0,0), - (90134,2061,30,50.6401,-421.166,44.7325,-0.00875192,0,0,0,0,60,0,0), - (90135,2066,30,-743.427,-398.242,76.4266,0.872664,0,0,0,0,60,0,0), - (90136,3832,30,-1235.57,-241.478,73.4377,1.48353,0,0,0,0,60,0,0), - (90137,3833,30,-1248.85,-254.06,73.4377,1.48353,0,0,0,0,60,0,0), - (90138,3834,30,-1248.15,-245.599,73.4377,-0.0523605,0,0,0,0,60,0,0), - (90139,3835,30,-1237.21,-260.168,73.4377,1.48353,0,0,0,0,60,0,0), - (90140,3836,30,-1260.37,-248.767,77.9454,1.48353,0,0,0,0,60,0,0), - (90141,3837,30,-1249.32,-244.907,92.3372,0.401426,0,0,0,0,60,0,0), - (90142,3838,30,-1250.09,-254.604,92.3015,0.148352,0,0,0,0,60,0,0), - (90143,22205,30,50.6401,-421.166,44.7325,-0.00875192,0,0,0,0,60,0,0), - (90144,22207,30,30.4168,-428.853,41.528,-2.59181,0,0,0,0,60,0,0), - (90145,22208,30,31.2216,-428.08,41.528,0.549779,0,0,0,0,60,0,0), - (90146,28048,30,41.1672,-426.866,44.6828,2.7838,0,0,0,0,60,0,0), - (90147,28049,30,39.0988,-425.746,44.688,-0.619592,0,0,0,0,60,0,0), - (90148,28605,30,25.2482,-433.104,47.6369,2.38237,0,0,0,0,60,0,0), - (90149,28606,30,25.758,-425.837,47.6369,-1.98095,0,0,0,0,60,0,0), - (90150,28607,30,27.6786,-427.69,47.6369,-2.67908,0,0,0,0,60,0,0), - (90151,29784,30,-1338.28,-297.628,91.4867,0.248971,0,0,0,0,60,0,0), - (90152,31442,30,-1338.28,-297.628,91.4867,0.248971,0,0,0,0,60,0,0), - (90153,50984,30,-1250.39,-310.191,61.185,-1.10828,0,0,0,0,60,0,0), - (90154,51704,30,-1245.2,-307.059,63.3199,3.07959,0,0,0,0,60,0,0), - (90155,51705,30,-1258.23,-310.977,63.2015,0.862906,0,0,0,0,60,0,0), - (90156,177261,30,-1290.27,-172.471,72.1853,3.06305,0,0,0,0,60,0,0), - (90157,177262,30,-1286.25,-184.48,71.8334,-2.05076,0,0,0,0,60,0,0), - (90158,177263,30,-1280.17,-220.537,72.2686,1.62316,0,0,0,0,60,0,0), - (90159,177292,30,-1099.21,-266.231,57.8849,-2.28638,0,0,0,0,60,0,0), - (90160,177293,30,-1082.6,-266.681,57.8575,2.40855,0,0,0,0,60,0,0), - (90161,177405,30,-1140.82,-343.392,50.9077,-2.7838,0,0,0,0,60,0,0), - (90162,177406,30,-1139.68,-356.288,51.264,-0.706858,0,0,0,0,60,0,0), - (90163,177408,30,-743.427,-398.242,76.4266,0.872664,0,0,0,0,60,0,0), - (90164,177409,30,-1215.59,-371.946,56.5293,0.357794,0,0,0,0,60,0,0), - (90165,177410,30,-1241.25,-345.115,59.6867,0.357794,0,0,0,0,60,0,0), - (90166,177411,30,-1202.8,-271.599,72.5805,0.357794,0,0,0,0,60,0,0), - (90167,177412,30,-1282.21,-284.083,87.256,-0.0610855,0,0,0,0,60,0,0), - (90168,177413,30,-1256.55,-280.278,73.9473,-0.0610855,0,0,0,0,60,0,0), - (90169,178684,30,649.265,-59.1102,41.5476,-2.68781,0,0,0,0,60,0,0), - (90170,178685,30,646.207,-57.2428,41.6587,-0.157079,0,0,0,0,60,0,0), - (90171,179384,30,-145.341,-444.846,26.4163,-0.0523596,0,0,0,0,60,0,0), - (90172,179384,30,560.834,-75.4266,37.9558,0.785398,0,0,0,0,60,0,0), - (90173,179385,30,-155.405,-440.24,33.2862,2.34747,0,0,0,0,60,0,0), - (90174,179385,30,550.678,-79.8234,44.8257,-3.09796,0,0,0,0,60,0,0), - (90175,179386,30,-150.787,-459.829,26.4163,0.558507,0,0,0,0,60,0,0), - (90176,179386,30,568.326,-89.4992,37.9558,1.39626,0,0,0,0,60,0,0), - (90177,179387,30,-153.748,-438.639,33.2862,-2.88852,0,0,0,0,60,0,0), - (90178,179387,30,550.597,-77.5213,44.8257,-2.05076,0,0,0,0,60,0,0), - (90179,179388,30,-149.057,-461.089,26.4163,1.38754,0,0,0,0,60,0,0), - (90180,179388,30,570.419,-89.0567,37.9558,2.2253,0,0,0,0,60,0,0), - (90181,179389,30,-168.342,-458.4,33.2862,-0.445059,0,0,0,0,60,0,0), - (90182,179389,30,555.517,-101.589,44.8257,0.392699,0,0,0,0,60,0,0), - (90183,179390,30,-142.968,-444.076,26.4163,-2.23402,0,0,0,0,60,0,0), - (90184,179390,30,561.851,-73.1481,37.9558,-1.39626,0,0,0,0,60,0,0), - (90185,179391,30,-172.363,-452.824,33.2796,0.62832,0,0,0,0,60,0,0), - (90186,179391,30,548.682,-100.846,44.8191,1.46608,0,0,0,0,60,0,0), - (90187,179392,30,-171.282,-456.892,33.2796,1.63188,0,0,0,0,60,0,0), - (90188,179392,30,552.429,-102.764,44.8191,2.46964,0,0,0,0,60,0,0), - (90189,179393,30,-172.356,-453.88,33.2796,0.322886,0,0,0,0,60,0,0), - (90190,179393,30,549.472,-101.547,44.8191,1.16064,0,0,0,0,60,0,0), - (90191,179394,30,-171.882,-454.632,33.2796,0.759218,0,0,0,0,60,0,0), - (90192,179394,30,550.347,-101.698,44.8191,1.59698,0,0,0,0,60,0,0), - (90193,179395,30,-171.656,-455.671,33.2796,0.0610861,0,0,0,0,60,0,0), - (90194,179395,30,551.271,-102.226,44.8191,0.898843,0,0,0,0,60,0,0), - (90195,179396,30,-170.699,-458.41,33.2796,-1.02974,0,0,0,0,60,0,0), - (90196,179396,30,553.947,-103.347,44.8191,-0.191986,0,0,0,0,60,0,0), - (90197,179397,30,-170.14,-457.609,33.2796,-0.680678,0,0,0,0,60,0,0), - (90198,179397,30,553.725,-102.396,44.8191,0.15708,0,0,0,0,60,0,0), - (90199,179419,30,-1423.16,-318.436,89.1136,2.35619,0,0,0,0,60,0,0), - (90202,179024,30,40.0913,0.0153897,-4.0962,0.96131,0,0,0,0,120,100,1), - (90203,179025,30,-1552.55,-359.738,66.948,2.8875,0,0,0,0,120,100,1), - (90204,178785,30,870.899,-388.434,61.6406,-1.22173,0,0,0,0,60,0,0), - (90205,178785,30,825.214,-320.174,63.712,-2.82743,0,0,0,0,60,0,0), - (90206,178785,30,837.117,-452.556,47.2331,-3.12414,0,0,0,0,60,0,0), - (90207,178785,30,869.755,-448.867,52.5448,-0.855212,0,0,0,0,60,0,0), - (90208,178785,30,949.877,-458.198,56.4874,0.314159,0,0,0,0,60,0,0), - (90209,178785,30,900.35,-479.024,58.3553,0.122173,0,0,0,0,60,0,0), - (90210,178785,30,854.449,-442.255,50.6589,0.401426,0,0,0,0,60,0,0), - (90211,178785,30,886.685,-442.358,54.6962,-1.22173,0,0,0,0,60,0,0), - (90212,178785,30,817.509,-457.331,48.4666,2.07694,0,0,0,0,60,0,0), - (90213,178784,30,-934.212,-57.3517,80.277,-0.0174535,0,0,0,0,60,0,0), - (90214,178784,30,-916.281,-36.8579,77.0227,0.122173,0,0,0,0,60,0,0), - (90215,178784,30,-902.73,-103.868,75.4378,-1.58825,0,0,0,0,60,0,0), - (90216,178784,30,-900.514,-143.527,75.9686,1.8675,0,0,0,0,60,0,0), - (90217,178784,30,-862.882,-0.353299,72.1526,-2.51327,0,0,0,0,60,0,0), - (90218,178784,30,-854.932,-85.9184,68.6056,-2.04204,0,0,0,0,60,0,0), - (90219,178784,30,-851.833,-118.959,63.8672,-0.0698131,0,0,0,0,60,0,0), - (90220,178784,30,-849.832,-20.8421,70.4672,-1.81514,0,0,0,0,60,0,0), - (90221,178784,30,-844.25,-60.0374,72.1031,-2.19912,0,0,0,0,60,0,0), - (90222,178784,30,-820.644,-136.043,63.1977,2.40855,0,0,0,0,60,0,0), - (90223,178784,30,-947.642,-208.807,77.0101,1.36136,0,0,0,0,60,0,0), - (90224,178784,30,-951.394,-193.695,67.634,0.802851,0,0,0,0,60,0,0), - (90225,180424,30,780.487,-493.024,99.9553,3.0976,0,0,0,0,60,100,1), - (90226,180424,30,-880.353,-545.418,57.2647,5.35249,0,0,0,0,60,100,1), - (90227,179065,30,562.632,-88.1815,61.993,0.383972,0,0,0,0,0,0,0), - (90228,179065,30,562.523,-74.5028,37.9474,-0.0523599,0,0,0,0,0,0,0), - (90229,179065,30,558.097,-70.9842,52.4876,0.820305,0,0,0,0,0,0,0), - (90230,179065,30,578.167,-71.8191,38.1514,2.72271,0,0,0,0,0,0,0), - (90231,179065,30,556.028,-94.9242,44.8191,3.05433,0,0,0,0,0,0,0), - (90232,179065,30,572.451,-94.3655,37.9443,-1.72788,0,0,0,0,0,0,0), - (90233,179065,30,549.263,-79.3645,44.8191,0.436332,0,0,0,0,0,0,0), - (90234,179065,30,543.513,-94.4006,52.4819,0.0349066,0,0,0,0,0,0,0), - (90235,179065,30,572.149,-93.7862,52.5726,0.541052,0,0,0,0,0,0,0), - (90236,179065,30,582.162,-81.2375,37.9216,0.0872665,0,0,0,0,0,0,0), - (90237,179065,30,664.797,-143.65,64.1784,-0.453786,0,0,0,0,0,0,0), - (90238,179065,30,664.505,-139.452,49.6696,-0.0349067,0,0,0,0,0,0,0), - (90239,179065,30,676.067,-124.319,49.6726,-1.01229,0,0,0,0,0,0,0), - (90240,179065,30,693.004,-144.025,64.1755,2.44346,0,0,0,0,0,0,0), - (90241,179065,30,661.175,-117.691,49.645,1.91986,0,0,0,0,0,0,0), - (90242,179065,30,684.423,-146.582,63.6662,0.994838,0,0,0,0,0,0,0), - (90243,179065,30,682.791,-127.769,62.4155,1.09956,0,0,0,0,0,0,0), - (90244,179065,30,674.576,-147.101,56.5425,-1.6057,0,0,0,0,0,0,0), - (90245,179065,30,655.719,-126.673,49.8138,2.80998,0,0,0,0,0,0,0), - (90246,179065,30,231.503,-356.688,42.3704,0.296706,0,0,0,0,0,0,0), - (90247,179065,30,224.989,-348.175,42.5607,1.50098,0,0,0,0,0,0,0), - (90248,179065,30,205.782,-351.335,56.8998,1.01229,0,0,0,0,0,0,0), - (90249,179065,30,196.605,-369.187,56.3914,2.46091,0,0,0,0,0,0,0), - (90250,179065,30,210.619,-376.938,49.2677,2.86234,0,0,0,0,0,0,0), - (90251,179065,30,209.647,-352.632,42.3959,-0.698132,0,0,0,0,0,0,0), - (90252,179065,30,220.65,-368.132,42.3978,-0.2618,0,0,0,0,0,0,0), - (90253,179065,30,224.682,-374.031,57.0679,0.541052,0,0,0,0,0,0,0), - (90254,179065,30,200.26,-359.968,49.2677,-2.89725,0,0,0,0,0,0,0), - (90255,179065,30,196.619,-378.016,56.9131,1.01229,0,0,0,0,0,0,0), - (90256,179065,30,-155.488,-437.356,33.2796,2.60054,0,0,0,0,0,0,0), - (90257,179065,30,-163.441,-454.188,33.2796,1.93732,0,0,0,0,0,0,0), - (90258,179065,30,-143.977,-445.148,26.4097,-1.8675,0,0,0,0,0,0,0), - (90259,179065,30,-135.764,-464.708,26.3823,2.25147,0,0,0,0,0,0,0), - (90260,179065,30,-154.076,-466.929,41.0636,-1.8675,0,0,0,0,0,0,0), - (90261,179065,30,-149.908,-460.332,26.4083,-2.09439,0,0,0,0,0,0,0), - (90262,179065,30,-151.638,-439.521,40.3797,0.436332,0,0,0,0,0,0,0), - (90263,179065,30,-131.301,-454.905,26.5771,2.93215,0,0,0,0,0,0,0), - (90264,179065,30,-171.291,-444.684,40.9211,2.30383,0,0,0,0,0,0,0), - (90265,179065,30,-143.591,-439.75,40.9275,-1.72788,0,0,0,0,0,0,0), - (90266,179065,30,-572.667,-267.923,56.8542,2.35619,0,0,0,0,0,0,0), - (90267,179065,30,-561.021,-262.689,68.4589,1.37881,0,0,0,0,0,0,0), - (90268,179065,30,-572.538,-262.649,88.6197,1.8326,0,0,0,0,0,0,0), - (90269,179065,30,-574.77,-251.45,74.9422,-1.18682,0,0,0,0,0,0,0), - (90270,179065,30,-578.625,-267.571,68.4696,0.506145,0,0,0,0,0,0,0), - (90271,179065,30,-571.476,-257.234,63.3223,3.10669,0,0,0,0,0,0,0), - (90272,179065,30,-566.035,-273.907,52.9582,-0.890118,0,0,0,0,0,0,0), - (90273,179065,30,-580.948,-259.77,68.4696,1.46608,0,0,0,0,0,0,0), - (90274,179065,30,-568.318,-267.1,75.0008,1.01229,0,0,0,0,0,0,0), - (90275,179065,30,-559.621,-268.597,52.8986,0.0523599,0,0,0,0,0,0,0), - (90276,179065,30,-776.072,-368.046,84.3558,2.63545,0,0,0,0,0,0,0), - (90277,179065,30,-777.564,-368.521,90.6701,1.72788,0,0,0,0,0,0,0), - (90278,179065,30,-765.461,-357.711,90.888,0.314159,0,0,0,0,0,0,0), - (90279,179065,30,-768.763,-362.735,104.612,1.81514,0,0,0,0,0,0,0), - (90280,179065,30,-760.356,-358.896,84.3558,2.1293,0,0,0,0,0,0,0), - (90281,179065,30,-771.967,-352.838,84.3484,1.74533,0,0,0,0,0,0,0), - (90282,179065,30,-773.333,-364.653,79.2351,-1.64061,0,0,0,0,0,0,0), - (90283,179065,30,-764.109,-366.069,70.0934,0.383972,0,0,0,0,0,0,0), - (90284,179065,30,-767.103,-350.737,68.7933,2.80998,0,0,0,0,0,0,0), - (90285,179065,30,-760.115,-353.845,68.8633,1.79769,0,0,0,0,0,0,0), - (90286,179065,30,-1304.87,-304.525,91.8366,-0.680679,0,0,0,0,0,0,0), - (90287,179065,30,-1301.77,-310.974,95.8252,0.907571,0,0,0,0,0,0,0), - (90288,179065,30,-1305.58,-320.625,102.166,-0.558505,0,0,0,0,0,0,0), - (90289,179065,30,-1294.27,-323.468,113.893,-1.67552,0,0,0,0,0,0,0), - (90290,179065,30,-1302.65,-317.192,127.487,2.30383,0,0,0,0,0,0,0), - (90291,179065,30,-1293.89,-313.478,107.328,1.6057,0,0,0,0,0,0,0), - (90292,179065,30,-1312.41,-312.999,107.328,1.5708,0,0,0,0,0,0,0), - (90293,179065,30,-1311.57,-308.08,91.7666,-1.85005,0,0,0,0,0,0,0), - (90294,179065,30,-1314.7,-322.131,107.36,0.645772,0,0,0,0,0,0,0), - (90295,179065,30,-1304.6,-310.754,113.859,-0.401426,0,0,0,0,0,0,0), - (90296,179065,30,-1308.24,-273.26,92.0514,-0.139626,0,0,0,0,0,0,0), - (90297,179065,30,-1302.26,-262.858,95.9269,0.418879,0,0,0,0,0,0,0), - (90298,179065,30,-1297.28,-267.773,126.756,2.23402,0,0,0,0,0,0,0), - (90299,179065,30,-1299.08,-256.89,114.108,-2.44346,0,0,0,0,0,0,0), - (90300,179065,30,-1303.41,-268.237,114.151,-1.23918,0,0,0,0,0,0,0), - (90301,179065,30,-1304.43,-273.682,107.612,0.244346,0,0,0,0,0,0,0), - (90302,179065,30,-1309.53,-265.951,92.1418,-2.49582,0,0,0,0,0,0,0), - (90303,179065,30,-1295.55,-263.865,105.033,0.925024,0,0,0,0,0,0,0), - (90304,179065,30,-1294.71,-281.466,107.664,-1.50098,0,0,0,0,0,0,0), - (90305,179065,30,-1289.69,-259.521,107.612,-2.19912,0,0,0,0,0,0,0), - (90306,178925,30,553.779,-78.6566,51.9378,-1.22173,0,0,0,0,0,100,1), - (90307,178925,30,674.001,-143.125,63.6615,0.994838,0,0,0,0,0,100,1), - (90308,178925,30,203.281,-360.366,56.3869,-0.925024,0,0,0,0,0,100,1), - (90309,178925,30,-152.437,-441.758,40.3982,-1.95477,0,0,0,0,0,100,1), - (90310,178943,30,-571.88,-262.777,75.0087,-0.802851,0,0,0,0,0,100,1), - (90311,178943,30,-768.907,-363.71,90.8949,1.07991,0,0,0,0,0,100,1), - (90312,178943,30,-1302.9,-316.981,113.867,2.00713,0,0,0,0,0,100,1), - (90313,178943,30,-1297.5,-266.767,114.15,3.31044,0,0,0,0,0,100,1), - (90314,178940,30,-571.88,-262.777,75.0087,-0.802851,0,0,0,0,0,100,1), - (90315,178940,30,-768.907,-363.71,90.8949,1.07991,0,0,0,0,0,100,1), - (90316,178940,30,-1302.9,-316.981,113.867,2.00713,0,0,0,0,0,100,1), - (90317,178940,30,-1297.5,-266.767,114.15,3.31044,0,0,0,0,0,100,1), - (90318,179435,30,553.779,-78.6566,51.9378,-1.22173,0,0,0,0,0,100,1), - (90319,179435,30,674.001,-143.125,63.6615,0.994838,0,0,0,0,0,100,1), - (90320,179435,30,203.281,-360.366,56.3869,-0.925024,0,0,0,0,0,100,1), - (90321,179435,30,-152.437,-441.758,40.3982,-1.95477,0,0,0,0,0,100,1), - (90322,178927,30,555.848,-84.4151,64.4397,3.12414,0,0,0,0,0,0,0), - (90323,180421,30,555.848,-84.4151,64.4397,3.12414,0,0,0,0,0,0,0), - (90324,178927,30,679.339,-136.468,73.9626,-2.16421,0,0,0,0,0,0,0), - (90325,180421,30,679.339,-136.468,73.9626,-2.16421,0,0,0,0,0,0,0), - (90326,178927,30,208.973,-365.971,66.7409,-0.244346,0,0,0,0,0,0,0), - (90327,180421,30,208.973,-365.971,66.7409,-0.244346,0,0,0,0,0,0,0), - (90328,178927,30,-155.832,-449.401,52.7306,0.610865,0,0,0,0,0,0,0), - (90329,180421,30,-155.832,-449.401,52.7306,0.610865,0,0,0,0,0,0,0), - (90330,178955,30,-572.329,-262.476,88.6496,-0.575959,0,0,0,0,0,0,0), - (90331,180422,30,-572.329,-262.476,88.6496,-0.575959,0,0,0,0,0,0,0), - (90332,178955,30,-768.199,-363.105,104.537,0.10472,0,0,0,0,0,0,0), - (90333,180422,30,-768.199,-363.105,104.537,0.10472,0,0,0,0,0,0,0), - (90334,178955,30,-1302.84,-316.582,127.516,0.122173,0,0,0,0,0,0,0), - (90335,180422,30,-1302.84,-316.582,127.516,0.122173,0,0,0,0,0,0,0), - (90336,178955,30,-1297.87,-266.762,127.796,0.0698132,0,0,0,0,0,0,0), - (90337,180422,30,-1297.87,-266.762,127.796,0.0698132,0,0,0,0,0,0,0), - (90338,179446,30,-572.329,-262.476,88.6496,-0.575959,0,0,0,0,0,0,0), - (90339,180423,30,-572.329,-262.476,88.6496,-0.575959,0,0,0,0,0,0,0), - (90340,179446,30,-768.199,-363.105,104.537,0.10472,0,0,0,0,0,0,0), - (90341,180423,30,-768.199,-363.105,104.537,0.10472,0,0,0,0,0,0,0), - (90342,179446,30,-1302.84,-316.582,127.516,0.122173,0,0,0,0,0,0,0), - (90343,180423,30,-1302.84,-316.582,127.516,0.122173,0,0,0,0,0,0,0), - (90344,179446,30,-1297.87,-266.762,127.796,0.0698132,0,0,0,0,0,0,0), - (90345,180423,30,-1297.87,-266.762,127.796,0.0698132,0,0,0,0,0,0,0), - (90346,179436,30,555.848,-84.4151,64.4397,3.12414,0,0,0,0,0,0,0), - (90347,180423,30,555.848,-84.4151,64.4397,3.12414,0,0,0,0,0,0,0), - (90348,179436,30,679.339,-136.468,73.9626,-2.16421,0,0,0,0,0,0,0), - (90349,180423,30,679.339,-136.468,73.9626,-2.16421,0,0,0,0,0,0,0), - (90350,179436,30,208.973,-365.971,66.7409,-0.244346,0,0,0,0,0,0,0), - (90351,180423,30,208.973,-365.971,66.7409,-0.244346,0,0,0,0,0,0,0), - (90352,179436,30,-155.832,-449.401,52.7306,0.610865,0,0,0,0,0,0,0), - (90353,180423,30,-155.832,-449.401,52.7306,0.610865,0,0,0,0,0,0,0), - (90354,178365,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,100,1), - (90355,180421,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,0), - (90356,178365,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,100,1), - (90357,180421,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,0), - (90358,178365,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,100,1), - (90359,180421,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,0), - (90360,178365,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,100,1), - (90361,180421,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0), - (90362,178365,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,100,1), - (90363,180421,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,0), - (90364,178365,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,100,1), - (90365,180421,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,0), - (90366,178365,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,100,1), - (90367,180421,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,0), - (90368,178364,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,100,1), - (90369,180422,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,0), - (90370,178364,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,100,1), - (90371,180422,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,0), - (90372,178364,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,100,1), - (90373,180422,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,0), - (90374,178364,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,100,1), - (90375,180422,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0), - (90376,178364,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,100,1), - (90377,180422,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,0), - (90378,178364,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,100,1), - (90379,180422,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,0), - (90380,178364,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,100,1), - (90381,180422,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,0), - (90382,179286,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,100,1), - (90383,180423,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,0), - (90384,179286,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,100,1), - (90385,180423,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,0), - (90386,179286,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,100,1), - (90387,180423,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,0), - (90388,179286,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,100,1), - (90389,180423,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0), - (90390,179286,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,100,1), - (90391,180423,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,0), - (90392,179286,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,100,1), - (90393,180423,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,0), - (90394,179286,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,100,1), - (90395,180423,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,0), - (90396,179287,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,100,1), - (90397,180423,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,0), - (90398,179287,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,100,1), - (90399,180423,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,0), - (90400,179287,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,100,1), - (90401,180423,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,0), - (90402,179287,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,100,1), - (90403,180423,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0), - (90404,179287,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,100,1), - (90405,180423,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,0), - (90406,179287,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,100,1), - (90407,180423,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,0), - (90408,179287,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,100,1), - (90409,180423,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,0), - (90410,179044,30,-191.153,-129.868,78.5595,-1.25664,0,0,0,0,60,0,0), - (90411,179044,30,-201.282,-134.319,78.6753,-0.942478,0,0,0,0,60,0,0), - (90412,179044,30,-215.981,-91.4101,80.8702,-1.74533,0,0,0,0,60,0,0), - (90413,179044,30,-200.465,-96.418,79.7587,1.36136,0,0,0,0,60,0,0), - (90414,179424,30,-191.153,-129.868,78.5595,-1.25664,0,0,0,0,60,0,0), - (90415,179424,30,-201.282,-134.319,78.6753,-0.942478,0,0,0,0,60,0,0), - (90416,179424,30,-215.981,-91.4101,80.8702,-1.74533,0,0,0,0,60,0,0), - (90417,179424,30,-200.465,-96.418,79.7587,1.36136,0,0,0,0,60,0,0), - (90418,179064,30,-191.153,-129.868,78.5595,-1.25664,0,0,0,0,60,0,0), - (90419,179064,30,-201.282,-134.319,78.6753,-0.942478,0,0,0,0,60,0,0), - (90420,179064,30,-215.981,-91.4101,80.8702,-1.74533,0,0,0,0,60,0,0), - (90421,179064,30,-200.465,-96.418,79.7587,1.36136,0,0,0,0,60,0,0), - (90422,179425,30,-191.153,-129.868,78.5595,-1.25664,0,0,0,0,60,0,0), - (90423,179425,30,-201.282,-134.319,78.6753,-0.942478,0,0,0,0,60,0,0), - (90424,179425,30,-215.981,-91.4101,80.8702,-1.74533,0,0,0,0,60,0,0), - (90425,179425,30,-200.465,-96.418,79.7587,1.36136,0,0,0,0,60,0,0), - (90426,180418,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,100,1), - (90427,180423,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0), - (90428,179066,30,-64.4987,-289.33,33.4616,-2.82743,0,0,0,0,0,0,0), - (90429,179066,30,-5.98025,-326.144,38.8538,0,0,0,0,0,0,0,0), - (90430,179066,30,-2.67893,-306.998,33.4165,0,0,0,0,0,0,0,0), - (90431,179066,30,-60.25,-309.232,50.2408,-1.46608,0,0,0,0,0,0,0), - (90432,179066,30,-48.7941,-266.533,47.7916,2.44346,0,0,0,0,0,0,0), - (90433,179065,30,-3.40929,-306.288,33.34,0,0,0,0,0,0,0,0), - (90434,179065,30,-48.619,-266.917,47.8168,0,0,0,0,0,0,0,0), - (90435,179065,30,-62.9474,-286.212,66.7288,0,0,0,0,0,0,0,0), - (90436,179065,30,-5.05132,-325.323,38.8536,0,0,0,0,0,0,0,0), - (90437,179065,30,-64.2677,-289.412,33.469,0,0,0,0,0,0,0,0), - (90438,179066,30,-524.276,-199.6,82.8733,-1.46608,0,0,0,0,0,0,0), - (90439,179066,30,-518.196,-173.085,102.43,0,0,0,0,0,0,0,0), - (90440,179066,30,-500.732,-145.358,88.5337,2.44346,0,0,0,0,0,0,0), - (90441,179066,30,-501.084,-150.784,80.8506,0,0,0,0,0,0,0,0), - (90442,179066,30,-518.309,-163.963,102.521,2.96706,0,0,0,0,0,0,0), - (90443,179065,30,-517.053,-200.429,80.759,0,0,0,0,0,0,0,0), - (90444,179065,30,-514.361,-163.864,104.163,0,0,0,0,0,0,0,0), - (90445,179065,30,-568.04,-188.707,81.55,0,0,0,0,0,0,0,0), - (90446,179065,30,-501.775,-151.581,81.2027,0,0,0,0,0,0,0,0), - (90447,179065,30,-509.975,-191.652,83.2978,0,0,0,0,0,0,0,0), - (90458,181305,0,-33.643,-558.612,151.116,3.67656,0,0,0.964439,-0.264307,25,100,1), - (92216,75293,36,-155.3,-913.896,10.2809,0.90757,0,0,0.438371,0.898794,86400,255,1), - (92217,75293,36,-121.301,-810.208,16.9638,1.76278,0,0,0.771624,0.636079,86400,255,1), - (92220,75297,189,1743.48,-407.254,8.01026,0.017452,0,0,0.00872589,0.999962,86400,255,1), - (92224,153464,229,183.647,-369.15,117.143,2.44346,0,0,0.939692,0.342021,7200,255,1), - (92226,153469,229,-20.2914,-361.811,50.6356,-1.64061,0,0,-0.731354,0.681998,86400,255,1), - (92228,74447,90,-830.873,278.731,-272.596,1.36136,0,0,0.629322,0.777145,86400,255,1), - (92229,74448,90,-622.664,51.5146,-199.646,3.05433,0,0,0.999048,0.0436174,86400,255,1), - (93893,180619,509,-9407.72,1960.21,85.6391,1.11701,0,0,0.529919,0.848048,-120,255,1), - (93941,179871,529,1185.71,1185.24,-56.36,2.56,0,0,0.0223384,0.99975,180,100,1), - (93942,179904,529,1185.71,1185.24,-56.36,2.56,0,0,0.0223384,0.99975,180,100,1), - (93943,179905,529,1185.71,1185.24,-56.36,2.56,0,0,0.0223384,0.99975,180,100,1), - (93944,179871,529,990.75,1008.18,-42.6,2.43,0,0,0.0212042,0.999775,180,100,1), - (93945,179904,529,990.75,1008.18,-42.6,2.43,0,0,0.0212042,0.999775,180,100,1), - (93946,179905,529,990.75,1008.18,-42.6,2.43,0,0,0.0212042,0.999775,180,100,1), - (93947,179871,529,817.66,843.34,-56.54,3.01,0,0,0.0262642,0.999655,180,100,1), - (93948,179904,529,817.66,843.34,-56.54,3.01,0,0,0.0262642,0.999655,180,100,1), - (93949,179905,529,817.66,843.34,-56.54,3.01,0,0,0.0262642,0.999655,180,100,1), - (93950,179871,529,807.46,1189.16,11.92,5.44,0,0,0.0474551,0.998873,180,100,1), - (93951,179904,529,807.46,1189.16,11.92,5.44,0,0,0.0474551,0.998873,180,100,1), - (93952,179905,529,807.46,1189.16,11.92,5.44,0,0,0.0474551,0.998873,180,100,1), - (93953,179871,529,1146.62,816.94,-98.49,6,0,0,0.053556,0.998565,180,100,1), - (93954,179904,529,1146.62,816.94,-98.49,6,0,0,0.053556,0.998565,180,100,1), - (93955,179905,529,1146.62,816.94,-98.49,6,0,0,0.053556,0.998565,180,100,1), - (94154,141979,70,153.39,289.091,-52.2262,2.68781,0,0,0,0,-14400,255,1), - (99772,174797,1,3078.17,-2699.43,208.812,4.15916,0,0,0,0,180,100,1), - (99784,179668,429,-38.5911,812.632,-29.5358,0.401425,0,0,0,0,-900,0,1), - (99774,179671,429,-53.5593,801.216,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (99777,179671,429,-20.693,807.962,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (99780,179671,429,-38.9241,831.486,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (99775,179670,429,-37.3899,793.225,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (99778,179670,429,-21.8534,820.043,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (99781,179670,429,-50.8857,826.376,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (99776,179669,429,-25.8848,798.921,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (99779,179669,429,-28.8647,828.021,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (22269,179681,429,-39.3283,812.609,-29.5358,-2.87979,0,0,0,0,-900,0,0), - (99782,179669,429,-57.1792,812.96,-29.5358,-2.00713,0,0,0,0,-900,0,1), - (99785,179673,429,-43.4643,800.206,-29.5358,0.698132,0,0,0.34202,0.939693,-900,0,1), - (99786,179672,429,-46.7888,822.351,-29.5358,-0.855211,0,0,-0.414693,0.909961,-900,0,1), - (99787,179674,429,-26.4932,814.841,-29.5358,0.59341,0,0,0.292371,0.956305,-900,0,1), - (99791,175621,229,-14.456,-395.729,48.5219,2.16916,0,0,0,1,180,255,1), - (99792,181234,533,2917.27,-3278.24,298.146,3.91373,0,0,0.926397,-0.376549,180,0,1), - (99844,300037,1,-1381.95,2918.69,73.1218,0,0,0,0,0,180,0,1), - (99845,300119,1,-7197.65,-2423.59,-220.456,0,0,0,0,0,180,0,1), - (99846,300132,1,7214.03,-388.655,-1.68851,3.70394,0,0,0.960731,-0.277481,120,0,1), - (99847,300138,1,-2976,2744.71,52.645,0.726,0,0,0.35508,0.934836,120,0,1), - (99848,300139,0,-943,-3117,47.421,3.142,0,0,0,0,120,0,1), - (99849,300142,1,7853.95,-2212.3,472.397,0,0,0,0,0,0,0,1), - (99855,300153,1,-4698.88,-3721.16,50.8914,3.76424,0,0,0.951929,-0.30632,180,0,1), - (99857,300151,1,-3532.88,-4317.78,7.06083,5.98722,0,0,0.147446,-0.98907,180,0,1), - (99858,300150,1,-3700.91,-3470.21,37.2827,0.957751,0,0,0.460781,0.887514,180,0,1), - (99859,300150,1,-3662.1,-3455.62,37.2112,2.38107,0,0,0.928567,0.371165,180,0,1), - (99860,300150,1,-3640.92,-3421.74,37.1979,3.21097,0,0,0.999398,-0.0346795,180,0,1), - (99861,300149,1,-2453.24,-3153.89,35.8593,1.97643,0,0,0.835045,0.550182,180,0,1), - (99862,300148,1,2079.39,-234.624,98.9194,6.04,0,0,0.121294,-0.992617,25,0,1), - (99863,300147,0,-43.4367,-923.198,55.8714,5.75401,0,0,0.261511,-0.965201,25,0,1), - (99864,300146,1,-3573.24,-1864.45,82.4975,4.13904,0,0,0.878193,-0.478305,25,0,1), - (99865,300145,0,968.684,-1826.15,77.0133,-2.94088,0,0,0.994969,-0.100188,60,0,1), - (99866,300144,289,139.496,174.816,95.5388,3.60657,0,0,0.973096,-0.2304,300,0,1), - (99867,300143,1,-2967.28,-3871.99,33.06,0,0,0,0,0,180,0,1), - (99869,300012,0,-1351,-2740,59.159,0,0,0,0,0,180,0,1), - (99870,300013,0,1409.09,353.52,-66.02,0,0,0,0,0,180,0,1), - (99871,300013,0,-9102.49,833.97,97.62,0,0,0,0,0,180,0,1), - (99872,300016,0,-21.77,-2802.7,121.85,0,0,0,0,0,180,0,1), - (99873,300016,0,450.2,-3341.62,119.65,0,0,0,0,0,180,0,1), - (99874,300016,0,100.38,-4382.3,121.6,0,0,0,0,0,180,0,1), - (99875,300017,0,-402.15,-2891.36,86.85,0,0,0,0,0,180,0,1), - (99876,300018,1,-2764.68,2623.21,70.4204,2.33578,0,0,0,0,180,0,1), - (99877,300019,109,-467.09,276.58,-90.47,0,0,0,0,0,180,0,1), - (99878,300020,1,-2854,2340.44,40.09,0,0,0,0,0,180,0,1), - (99879,300021,1,-7199.91,-3946.1,9.64,0,0,0,0,0,180,0,1), - (99880,300022,1,5968.89,-1212.05,379.832,0.129598,0,0,0.0647536,0.997901,180,0,1), - (99881,300023,1,-7190.8,-649.28,-237.91,0,0,0,0,0,180,0,1), - (99882,300025,1,4582,-216.88,300.23,0,0,0,0,0,180,0,1), - (99883,300026,1,6874.26,-489.99,40.14,0,0,0,0,0,180,0,1), - (99884,300027,1,8071.34,-3843.02,690.85,0,0,0,0,0,180,0,1), - (99885,300029,0,1877.9,-1333.13,59.92,0,0,0,0,1,-180,0,1), - (99886,176094,0,1314.08,-1305.33,63.7871,0,0,0,0,0,180,0,1), - (99887,176095,0,1467.73,-1403.47,67.0566,0,0,0,0,0,180,0,1), - (99888,176096,0,1553.46,-1488.11,67.7152,0,0,0,0,0,180,0,1), - (99889,176097,0,1329.93,-1587.96,61.1981,0,0,0,0,0,180,0,1), - (99890,300031,289,133.69,91.67,101.73,0,0,0,0,0,180,0,1), - (99891,300034,0,1442.67,-3702.75,77.3847,0,0,0,0,0,180,0,1), - (99892,300036,1,-2294.54,1378.29,63.6,0,0,0,0,0,180,0,1), - (99893,300048,1,-1516.63,2739.97,85.25,0,0,0,0,0,180,0,1), - (99894,179677,1,5800.89,-985.82,409.78,0,0,0,0,0,180,0,1), - (99895,300050,429,-38.94,812.86,-29.53,0,0,0,0,0,180,0,1), - (99896,300051,429,-38.94,812.85,-29.53,0,0,0,0,0,180,0,1), - (99897,300053,0,-11809.9,1366.92,0.11,0,0,0,0,0,180,0,1), - (99898,180504,0,-835.52,-528.23,11.97,0,0,0,0,0,180,0,1), - (99899,300055,1,-7219.4,878.77,-1.76,0,0,0,0,0,180,0,1), - (99900,300057,1,3512.29,-6618.08,0.01,0,0,0,0,0,180,0,1), - (99901,300059,229,-23.97,-451.98,-18.64,0,0,0,0,0,180,0,1), - (99902,300060,429,263.38,-452.69,-119.96,0,0,0,0,0,180,0,1), - (99903,300061,329,3423.47,-3055.73,136.581,0,0,0,0,0,180,0,1), - (99904,300062,289,-3.82,141.88,83.9,0,0,0,0,0,180,0,1), - (99905,300063,229,25.92,-537.7,110.93,0,0,0,0,0,180,0,1), - (99906,300065,230,596.82,-188.77,-54.15,0,0,0,0,0,180,0,1), - (99907,300064,229,-23.97,-451.98,-18.64,0,0,0,0,0,180,0,1), - (99908,300064,429,263.38,-452.69,-119.96,0,0,0,0,0,180,0,1), - (99909,300064,329,3423.47,-3055.73,136.581,0,0,0,0,0,180,0,1), - (99910,300064,289,-3.82,141.88,83.9,0,0,0,0,0,180,0,1), - (99911,300064,229,25.92,-537.7,110.93,0,0,0,0,0,180,0,1), - (99922,300078,0,-11369.6,-2163.95,24.3,0,0,0,0,0,180,0,1), - (99923,300078,0,-11170.3,-1900.21,-17.78,0,0,0,0,0,180,0,1), - (99991,300137,0,-531.08,-3872.75,232.5,0,0,0,0,0,180,0,1), - (99992,300133,1,3278.15,-5710.01,-1.73,0,0,0,0,0,180,0,1), - (99993,300134,1,3604.16,-5703.09,-3.95,0,0,0,0,0,180,0,1), - (99994,300135,1,3701.84,-5743.96,-0.76,0,0,0,0,0,180,0,1), - (99995,300136,1,3779.38,-5680.15,-6.13,0,0,0,0,0,180,0,1), - (99996,300131,1,2232.68,-1550.47,93.21,0,0,0,0,0,180,0,1), - (99997,300140,1,1632.57,-3075,85.959,0,0,0,0,0,180,0,1), - (99998,300141,1,6723.67,-5271.68,778,0,0,0,0,0,180,0,1), - (100000,1731,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,255,1), - (100001,1732,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,255,1), - (100002,1735,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,255,1), - (100003,1733,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,255,1), - (100004,1734,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,255,1), - (100005,1731,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,255,1), - (100006,1732,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,255,1), - (100007,1735,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,255,1), - (100008,1733,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,255,1), - (100009,1734,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,255,1), - (100010,1731,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,255,1), - (100011,1732,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,255,1), - (100012,1735,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,255,1), - (100013,1733,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,255,1), - (100014,1734,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,255,1), - (100015,1610,0,-3768,-2464,27.379,4.378,0,0,0.814921,-0.579572,300,255,1), - (100016,1667,0,-3768,-2464,27.379,4.378,0,0,0.814921,-0.579572,300,255,1), - (100017,1732,0,-3768,-2464,27.379,4.378,0,0,0.814921,-0.579572,300,255,1), - (100018,1733,0,-3768,-2464,27.379,4.378,0,0,0.814921,-0.579572,300,255,1), - (100019,1610,0,-3805.75,-2471.3,27.4686,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (100020,1667,0,-3805.75,-2471.3,27.4686,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (100021,1732,0,-3805.75,-2471.3,27.4686,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (100022,1733,0,-3805.75,-2471.3,27.4686,-0.785398,0,0,-0.382683,0.92388,300,255,1), - (100023,1610,0,-3864.54,-2323.02,44.058,1.0821,0,0,0.515036,0.857168,300,255,1), - (100024,1667,0,-3864.54,-2323.02,44.058,1.0821,0,0,0.515036,0.857168,300,255,1), - (100025,1732,0,-3864.54,-2323.02,44.058,1.0821,0,0,0.515036,0.857168,300,255,1), - (100026,1733,0,-3864.54,-2323.02,44.058,1.0821,0,0,0.515036,0.857168,300,255,1), - (100027,1610,0,-3863.12,-2476.62,41.4935,-0.069813,0,0,-0.0348994,0.999391,300,255,1), - (100028,1667,0,-3863.12,-2476.62,41.4935,-0.069813,0,0,-0.0348994,0.999391,300,255,1), - (100029,1732,0,-3863.12,-2476.62,41.4935,-0.069813,0,0,-0.0348994,0.999391,300,255,1), - (100030,1733,0,-3863.12,-2476.62,41.4935,-0.069813,0,0,-0.0348994,0.999391,300,255,1), - (100031,1610,0,-3837.11,-2527.33,38.9886,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (100032,1667,0,-3837.11,-2527.33,38.9886,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (100033,1732,0,-3837.11,-2527.33,38.9886,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (100034,1733,0,-3837.11,-2527.33,38.9886,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (100035,1610,0,-3813.83,-2279.43,33.753,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (100036,1667,0,-3813.83,-2279.43,33.753,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (100037,1732,0,-3813.83,-2279.43,33.753,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (100038,1733,0,-3813.83,-2279.43,33.753,-2.1293,0,0,-0.874619,0.48481,300,255,1), - (100039,1610,0,-3920,-2278,40.389,2.61,0,0,0.964884,0.262678,300,255,1), - (100040,1667,0,-3920,-2278,40.389,2.61,0,0,0.964884,0.262678,300,255,1), - (100041,1732,0,-3920,-2278,40.389,2.61,0,0,0.964884,0.262678,300,255,1), - (100042,1733,0,-3920,-2278,40.389,2.61,0,0,0.964884,0.262678,300,255,1), - (100043,1610,0,-3756,-2442,32.318,5.26,0,0,0.489567,-0.871966,300,255,1), - (100044,1667,0,-3756,-2442,32.318,5.26,0,0,0.489567,-0.871966,300,255,1), - (100045,1732,0,-3756,-2442,32.318,5.26,0,0,0.489567,-0.871966,300,255,1), - (100046,1733,0,-3756,-2442,32.318,5.26,0,0,0.489567,-0.871966,300,255,1), - (100047,1610,0,-3838,-2483,36.203,3.624,0,0,0.971051,-0.238872,300,255,1), - (100048,1667,0,-3838,-2483,36.203,3.624,0,0,0.971051,-0.238872,300,255,1), - (100049,1732,0,-3838,-2483,36.203,3.624,0,0,0.971051,-0.238872,300,255,1), - (100050,1733,0,-3838,-2483,36.203,3.624,0,0,0.971051,-0.238872,300,255,1), - (100051,1610,0,-3788,-2441,25.965,5.26,0,0,0.489567,-0.871966,300,255,1), - (100052,1667,0,-3788,-2441,25.965,5.26,0,0,0.489567,-0.871966,300,255,1), - (100053,1732,0,-3788,-2441,25.965,5.26,0,0,0.489567,-0.871966,300,255,1), - (100054,1733,0,-3788,-2441,25.965,5.26,0,0,0.489567,-0.871966,300,255,1), - (100055,1610,0,-3853,-2341,44.169,3.433,0,0,0.989404,-0.145189,300,255,1), - (100056,1667,0,-3853,-2341,44.169,3.433,0,0,0.989404,-0.145189,300,255,1), - (100057,1732,0,-3853,-2341,44.169,3.433,0,0,0.989404,-0.145189,300,255,1), - (100058,1733,0,-3853,-2341,44.169,3.433,0,0,0.989404,-0.145189,300,255,1), - (100059,1610,0,-3946,-2363,18.208,3.602,0,0,0.97362,-0.228176,300,255,1), - (100060,1667,0,-3946,-2363,18.208,3.602,0,0,0.97362,-0.228176,300,255,1), - (100061,1732,0,-3946,-2363,18.208,3.602,0,0,0.97362,-0.228176,300,255,1), - (100062,1733,0,-3946,-2363,18.208,3.602,0,0,0.97362,-0.228176,300,255,1), - (100063,1610,0,-3861,-2391,26.408,0.79,0,0,0.384808,0.922997,300,255,1), - (100064,1667,0,-3861,-2391,26.408,0.79,0,0,0.384808,0.922997,300,255,1), - (100065,1732,0,-3861,-2391,26.408,0.79,0,0,0.384808,0.922997,300,255,1), - (100066,1733,0,-3861,-2391,26.408,0.79,0,0,0.384808,0.922997,300,255,1), - (100067,1610,0,-3937,-2298,19.066,5.445,0,0,0.406932,-0.913459,300,255,1), - (100068,1667,0,-3937,-2298,19.066,5.445,0,0,0.406932,-0.913459,300,255,1), - (100069,1732,0,-3937,-2298,19.066,5.445,0,0,0.406932,-0.913459,300,255,1), - (100070,1733,0,-3937,-2298,19.066,5.445,0,0,0.406932,-0.913459,300,255,1), - (100071,1610,0,-3861,-2506,40.788,5.632,0,0,0.31987,-0.947461,300,255,1), - (100072,1667,0,-3861,-2506,40.788,5.632,0,0,0.31987,-0.947461,300,255,1), - (100073,1732,0,-3861,-2506,40.788,5.632,0,0,0.31987,-0.947461,300,255,1), - (100074,1733,0,-3861,-2506,40.788,5.632,0,0,0.31987,-0.947461,300,255,1), - (100075,1610,0,-3779.64,-2485.89,26.3598,3.624,0,0,0.971051,-0.238872,300,255,1), - (100076,1667,0,-3779.64,-2485.89,26.3598,3.624,0,0,0.971051,-0.238872,300,255,1), - (100077,1732,0,-3779.64,-2485.89,26.3598,3.624,0,0,0.971051,-0.238872,300,255,1), - (100078,1733,0,-3779.64,-2485.89,26.3598,3.624,0,0,0.971051,-0.238872,300,255,1), - (100079,1610,0,-3880.72,-2459.3,34.2359,1.294,0,0,0.602795,0.797896,300,255,1), - (100080,1667,0,-3880.72,-2459.3,34.2359,1.294,0,0,0.602795,0.797896,300,255,1), - (100081,1732,0,-3880.72,-2459.3,34.2359,1.294,0,0,0.602795,0.797896,300,255,1), - (100082,1733,0,-3880.72,-2459.3,34.2359,1.294,0,0,0.602795,0.797896,300,255,1), - (100083,1610,0,-3879,-2400,26.334,2.602,0,0,0.963825,0.266535,300,255,1), - (100084,1667,0,-3879,-2400,26.334,2.602,0,0,0.963825,0.266535,300,255,1), - (100085,1732,0,-3879,-2400,26.334,2.602,0,0,0.963825,0.266535,300,255,1), - (100086,1733,0,-3879,-2400,26.334,2.602,0,0,0.963825,0.266535,300,255,1), - (100087,1610,0,-3884.85,-2310.76,25.4112,2.89725,0,0,0.992546,0.121868,300,255,1), - (100088,1667,0,-3884.85,-2310.76,25.4112,2.89725,0,0,0.992546,0.121868,300,255,1), - (100089,1732,0,-3884.85,-2310.76,25.4112,2.89725,0,0,0.992546,0.121868,300,255,1), - (100090,1733,0,-3884.85,-2310.76,25.4112,2.89725,0,0,0.992546,0.121868,300,255,1), - (100091,1610,0,-3830.57,-2431.7,26.5262,2.67035,0,0,0.972369,0.233447,300,255,1), - (100092,1667,0,-3830.57,-2431.7,26.5262,2.67035,0,0,0.972369,0.233447,300,255,1), - (100093,1732,0,-3830.57,-2431.7,26.5262,2.67035,0,0,0.972369,0.233447,300,255,1), - (100094,1733,0,-3830.57,-2431.7,26.5262,2.67035,0,0,0.972369,0.233447,300,255,1), - (100095,1610,0,-3895.7,-2362.62,22.8919,0.994838,0,0,0.477159,0.878817,300,255,1), - (100096,1667,0,-3895.7,-2362.62,22.8919,0.994838,0,0,0.477159,0.878817,300,255,1), - (100097,1732,0,-3895.7,-2362.62,22.8919,0.994838,0,0,0.477159,0.878817,300,255,1), - (100098,1733,0,-3895.7,-2362.62,22.8919,0.994838,0,0,0.477159,0.878817,300,255,1), - (100099,1610,0,-3830.66,-2501.42,38.5958,2.51327,0,0,0.951056,0.309019,300,255,1), - (100100,1667,0,-3830.66,-2501.42,38.5958,2.51327,0,0,0.951056,0.309019,300,255,1), - (100101,1732,0,-3830.66,-2501.42,38.5958,2.51327,0,0,0.951056,0.309019,300,255,1), - (100102,1733,0,-3830.66,-2501.42,38.5958,2.51327,0,0,0.951056,0.309019,300,255,1), - (100103,1610,0,-3756.49,-2480.01,32.6535,1.09956,0,0,0.5225,0.852639,300,255,1), - (100104,1667,0,-3756.49,-2480.01,32.6535,1.09956,0,0,0.5225,0.852639,300,255,1), - (100105,1732,0,-3756.49,-2480.01,32.6535,1.09956,0,0,0.5225,0.852639,300,255,1), - (100106,1733,0,-3756.49,-2480.01,32.6535,1.09956,0,0,0.5225,0.852639,300,255,1), - (100107,1610,0,-3886.07,-2401.82,26.3338,0.331613,0,0,0.165048,0.986286,300,255,1), - (100108,1667,0,-3886.07,-2401.82,26.3338,0.331613,0,0,0.165048,0.986286,300,255,1), - (100109,1732,0,-3886.07,-2401.82,26.3338,0.331613,0,0,0.165048,0.986286,300,255,1), - (100110,1733,0,-3886.07,-2401.82,26.3338,0.331613,0,0,0.165048,0.986286,300,255,1), - (100111,1610,0,-3801.1,-2353.66,33.2039,0.034907,0,0,0.0174526,0.999848,300,255,1), - (100112,1667,0,-3801.1,-2353.66,33.2039,0.034907,0,0,0.0174526,0.999848,300,255,1), - (100113,1732,0,-3801.1,-2353.66,33.2039,0.034907,0,0,0.0174526,0.999848,300,255,1), - (100114,1733,0,-3801.1,-2353.66,33.2039,0.034907,0,0,0.0174526,0.999848,300,255,1), - (100115,1610,0,-3809.23,-2396.89,28.0163,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (100116,1667,0,-3809.23,-2396.89,28.0163,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (100117,1732,0,-3809.23,-2396.89,28.0163,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (100118,1733,0,-3809.23,-2396.89,28.0163,-1.81514,0,0,-0.78801,0.615662,300,255,1), - (100119,1610,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (100120,1667,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (100121,1732,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (100122,1733,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,255,1), - (100123,1610,0,-3887,-2452,32.045,2.071,0,0,0.860118,0.510096,300,255,1), - (100124,1667,0,-3887,-2452,32.045,2.071,0,0,0.860118,0.510096,300,255,1), - (100125,1732,0,-3887,-2452,32.045,2.071,0,0,0.860118,0.510096,300,255,1), - (100126,1733,0,-3887,-2452,32.045,2.071,0,0,0.860118,0.510096,300,255,1), - (101000,180396,1,1933.43,-4708.58,36.4638,1.3304,0,0,0,0,180,100,1), - (101003,180396,1,1657.46,-4385.4,23.5797,5.41287,0,0,0,0,180,100,1), - (101006,180396,1,1663.59,-4343.19,61.2462,0.750492,0,0,0.366501,0.930418,180,100,1), - (101009,180396,1,1749.75,-3963.67,50.4844,3.50363,0,0,0,0,180,100,1), - (105000,1733,0,-10028.4,-3339.57,39.6986,-0.820303,0,0,-0.398748,0.91706,300,255,1), - (105001,2040,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,255,1), - (105002,324,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,255,1), - (105003,1735,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,255,1), - (105004,1734,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,255,1), - (105005,2047,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,255,1), - (105006,1733,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,255,1), - (105007,2040,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (105008,324,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (105009,1735,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (105010,1734,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (105011,2047,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (105012,1733,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (105013,2040,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (105014,324,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (105015,1735,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (105016,1734,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (105017,2047,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (105018,1733,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (105019,2040,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (105020,324,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (105021,1735,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (105022,1734,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (105023,2047,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (105024,1733,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (105025,2040,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,255,1), - (105026,324,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,255,1), - (105027,1735,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,255,1), - (105028,1734,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,255,1), - (105029,2047,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,255,1), - (105030,1733,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,255,1), - (105031,2040,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,255,1), - (105032,324,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,255,1), - (105033,1735,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,255,1), - (105034,1734,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,255,1), - (105035,2047,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,255,1), - (105036,1733,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,255,1), - (105037,2040,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,255,1), - (105038,324,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,255,1), - (105039,1735,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,255,1), - (105040,1734,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,255,1), - (105041,2047,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,255,1), - (105042,1733,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,255,1), - (105043,2040,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (105044,324,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (105045,1735,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (105046,1734,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (105047,2047,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (105048,1733,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,255,1), - (105049,2040,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,255,1), - (105050,324,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,255,1), - (105051,1735,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,255,1), - (105052,1734,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,255,1), - (105053,2047,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,255,1), - (105054,1733,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,255,1), - (105055,2040,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,255,1), - (105056,324,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,255,1), - (105057,1735,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,255,1), - (105058,1734,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,255,1), - (105059,2047,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,255,1), - (105060,1733,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,255,1), - (105061,2040,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (105062,324,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (105063,1735,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (105064,1734,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (105065,2047,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (105066,1733,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (105067,2040,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (105068,324,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (105069,1735,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (105070,1734,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (105071,2047,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (105072,1733,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (105073,2040,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (105074,324,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (105075,1735,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (105076,1734,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (105077,2047,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (105078,1733,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (105079,2040,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958452,0.995396,300,255,1), - (105080,324,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,255,1), - (105081,1735,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,255,1), - (105082,1734,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,255,1), - (105083,2047,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,255,1), - (105084,1733,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,255,1), - (105085,2040,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,255,1), - (105086,324,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,255,1), - (105087,1735,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,255,1), - (105088,1734,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,255,1), - (105089,2047,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,255,1), - (105090,1733,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,255,1), - (105091,2040,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (105092,324,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (105093,1735,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (105094,1734,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (105095,2047,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (105096,1733,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,255,1), - (105097,2040,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (105098,324,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (105099,1735,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (105100,1734,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (105101,2047,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (105102,1733,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (105103,2040,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,255,1), - (105104,324,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,255,1), - (105105,1735,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,255,1), - (105106,1734,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,255,1), - (105107,2047,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,255,1), - (105108,1733,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,255,1), - (105109,2040,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,255,1), - (105110,324,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,255,1), - (105111,1735,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,255,1), - (105112,1734,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,255,1), - (105113,2047,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,255,1), - (105114,1733,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,255,1), - (105115,2040,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,255,1), - (105116,324,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,255,1), - (105117,1735,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,255,1), - (105118,1734,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,255,1), - (105119,2047,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,255,1), - (105120,1733,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,255,1), - (105121,2040,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,255,1), - (105122,324,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,255,1), - (105123,1735,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,255,1), - (105124,1734,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,255,1), - (105125,2047,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,255,1), - (105126,1733,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,255,1), - (105127,2040,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (105128,324,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (105129,1735,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (105130,1734,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (105131,2047,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (105132,1733,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,255,1), - (105133,2040,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (105134,324,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,255,1); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) + (83925,113770,0,2230.17,280.454,34.9558,0.942477,0,0,0.45399,0.891007,180,180,255,1), + (83926,113770,0,2297.69,300.578,35.1822,-1.53589,0,0,-0.694658,0.71934,180,180,255,1), + (83927,113770,0,2245.9,337.244,35.1891,-0.506145,0,0,-0.25038,0.968148,180,180,255,1), + (83928,113770,0,2290.1,334.649,34.7058,2.47837,0,0,0.945519,0.325567,180,180,255,1), + (83929,113770,0,2234.99,325.446,35.1891,2.63544,0,0,0.968147,0.250383,180,180,255,1), + (83930,113770,0,2252.76,227.375,34.0718,-0.872664,0,0,-0.422618,0.906308,180,180,255,1), + (83931,113770,0,2259.43,330.983,36.3222,-1.6057,0,0,-0.719339,0.694659,180,180,255,1), + (83932,113770,0,2221.68,321.805,35.1891,1.95477,0,0,0.829038,0.559192,180,180,255,1), + (83933,113770,0,2220.47,305.173,35.1891,-0.314158,0,0,-0.156434,0.987688,180,180,255,1), + (83934,113770,0,2273.9,236.948,34.1165,-1.48353,0,0,-0.67559,0.737277,180,180,255,1), + (83935,113770,0,2301,305.172,35.183,1.91986,0,0,0.819151,0.573577,180,180,255,1), + (83936,113770,0,2254.79,265.947,34.956,2.44346,0,0,0.939692,0.342021,180,180,255,1), + (83937,113770,0,2268.4,254.78,34.1026,0.785397,0,0,0.382683,0.92388,180,180,255,1), + (83938,113770,0,2288.67,269.537,35.1818,1.23918,0,0,0.580701,0.814117,180,180,255,1), + (83939,113770,1,-2215.67,-302.492,-9.19235,-1.93732,0,0,-0.824127,0.566404,180,180,255,1), + (83940,113770,1,-2355.53,-364.941,-8.70328,-1.3439,0,0,-0.622513,0.782609,180,180,255,1), + (83941,113770,1,-2184.88,-403.019,-4.54368,0.942477,0,0,0.45399,0.891007,180,180,255,1), + (83942,113770,1,-2299.22,-420.457,-7.85127,1.02974,0,0,0.492422,0.870357,180,180,255,1), + (83943,113770,1,-2269.72,-459.976,-8.11767,3.10665,0,0,0.999847,0.0174704,180,180,255,1), + (83944,113770,1,-2282.8,-256.798,-9.42493,-2.07694,0,0,-0.861629,0.507539,180,180,255,1), + (83945,113770,1,-2230.25,-366.455,-9.53273,3.03684,0,0,0.998629,0.0523524,180,180,255,1), + (83946,113770,1,-2240.67,-319.601,-9.4249,1.55334,0,0,0.700908,0.713252,180,180,255,1), + (83947,113770,1,-2390.04,-339.815,-9.40793,0.244346,0,0,0.121869,0.992546,180,180,255,1), + (83948,113770,1,-2407.54,-318.334,-14.9107,-1.44862,0,0,-0.662619,0.748957,180,180,255,1), + (83949,113770,1,-2377.04,-409.395,-4.16336,0.261798,0,0,0.130525,0.991445,180,180,255,1), + (83950,113770,1,-2176.45,-410.324,-4.76947,1.95477,0,0,0.829038,0.559192,180,180,255,1), + (83951,113770,1,-2349.92,-296.166,-9.42485,0.471238,0,0,0.233445,0.97237,180,180,255,1), + (83952,113770,1,-2235.36,-302.007,-9.4249,0.401425,0,0,0.199368,0.979925,180,180,255,1), + (83953,113770,1,-2326.97,-465.051,-6.85658,1.309,0,0,0.608763,0.793352,180,180,255,1), + (83954,113770,1,318.375,-4782.64,10.141,-1.5708,0,0,-0.707108,0.707106,180,180,255,1), + (83955,113770,1,321.199,-4696.81,16.8911,1.41372,0,0,0.649449,0.760405,180,180,255,1), + (83956,113770,1,273.639,-4729.33,13.6144,1.83259,0,0,0.793352,0.608764,180,180,255,1), + (83957,113770,1,316.161,-4769.37,11.734,-1.39626,0,0,-0.642786,0.766046,180,180,255,1), + (83958,113770,1,340.698,-4711.14,14.7984,2.18166,0,0,0.88701,0.461749,180,180,255,1), + (83959,113770,1,362.317,-4839.45,11.7993,-0.349065,0,0,-0.173648,0.984808,180,180,255,1), + (83960,113770,1,352.032,-4839.19,10.8115,2.25147,0,0,0.902584,0.430513,180,180,255,1), + (83961,113770,1,344.143,-4778.53,12.5144,2.1293,0,0,0.874619,0.48481,180,180,255,1), + (83962,113770,1,301.796,-4656.72,16.5482,2.26892,0,0,0.906306,0.422622,180,180,255,1), + (83963,113770,1,328.287,-4662.62,16.5336,-2.65289,0,0,-0.970294,0.241927,180,180,255,1), + (83964,113770,1,328.954,-4769.87,12.5832,-3.12412,0,0,-0.999962,0.00873622,180,180,255,1), + (83965,113770,1,322.019,-4706.11,15.0523,-0.069812,0,0,-0.0348989,0.999391,180,180,255,1), + (83966,113770,1,389.87,-4706.99,13.3076,2.00713,0,0,0.843392,0.537299,180,180,255,1), + (83967,113770,1,317.044,-4880.76,11.8096,1.85005,0,0,0.798636,0.601815,180,180,255,1), + (83968,113770,1,298.309,-4846.51,10.1528,-2.89724,0,0,-0.992546,0.121873,180,180,255,1), + (83969,113770,1,290.46,-4840.13,10.2261,-0.069812,0,0,-0.0348989,0.999391,180,180,255,1), + (83970,113770,1,268.52,-4690.78,14.7459,-2.1293,0,0,-0.874619,0.48481,180,180,255,1), + (83971,113770,1,334.04,-4715.24,14.4623,2.93214,0,0,0.994521,0.104535,180,180,255,1), + (83972,113770,1,363.896,-4700.45,14.5315,3.12412,0,0,0.999962,0.00873622,180,180,255,1), + (83973,113770,1,330.677,-4863.7,10.592,-3.03684,0,0,-0.998629,0.0523524,180,180,255,1), + (83974,113770,0,-9430.14,63.5273,56.7842,3.01941,0,0,0.998134,0.0610534,180,180,255,1), + (83975,113770,0,-9482.21,13.31,56.5975,-2.56563,0,0,-0.958819,0.284017,180,180,255,1), + (83976,113770,0,-9475.91,82.3177,56.938,-0.750491,0,0,-0.366501,0.930418,180,180,255,1), + (83977,113770,0,-9470.95,44.3876,56.5081,-1.97222,0,0,-0.833885,0.551938,180,180,255,1), + (83978,113770,0,-9460.02,-10.796,56.4792,1.22173,0,0,0.573576,0.819152,180,180,255,1), + (83979,113770,0,-9427.19,91.4728,61.218,-1.3439,0,0,-0.622513,0.782609,180,180,255,1), + (83980,113770,0,-9473.44,-4.50597,56.474,-1.5708,0,0,-0.707108,0.707106,180,180,255,1), + (83981,113770,0,-9480.42,32.3588,56.8705,0.890117,0,0,0.430511,0.902586,180,180,255,1), + (83982,113770,0,-9471.21,43.4096,56.5602,2.1293,0,0,0.874619,0.48481,180,180,255,1), + (83983,113770,0,-9417.96,114.415,59.9746,1.15192,0,0,0.54464,0.83867,180,180,255,1), + (83984,113770,0,-9501.33,77.8762,57.3364,0,0,0,0,1,180,180,255,1), + (83985,113770,0,-9474,119.081,61.166,-1.79769,0,0,-0.782608,0.622514,180,180,255,1), + (83986,113770,1,9882.33,957.396,1311.03,2.26892,0,0,0.906306,0.422622,180,180,255,1), + (83987,113770,1,9794.08,935.433,1307.5,-2.426,0,0,-0.936671,0.350211,180,180,255,1), + (83988,113770,1,9860.89,910.633,1306.13,2.84488,0,0,0.989015,0.147813,180,180,255,1), + (83989,113770,1,9785.59,883.094,1298.15,-0.157079,0,0,-0.0784588,0.996917,180,180,255,1), + (83990,113770,1,9750.54,904.029,1295.52,0.261798,0,0,0.130525,0.991445,180,180,255,1), + (83991,113770,1,9860.36,912.735,1308.56,0.139624,0,0,0.0697553,0.997564,180,180,255,1), + (83992,113770,1,9785.07,936.801,1307.39,1.46608,0,0,0.669132,0.743144,180,180,255,1), + (83993,113770,1,9784.58,934.681,1307.62,2.14675,0,0,0.878816,0.477161,180,180,255,1), + (83994,113770,1,9834.79,977.89,1306.55,-1.20428,0,0,-0.566407,0.824125,180,180,255,1), + (83995,113770,1,9797.21,924.884,1306.87,-1.16937,0,0,-0.551937,0.833886,180,180,255,1), + (83996,113770,1,9805.41,932.733,1309.3,-0.785397,0,0,-0.382683,0.92388,180,180,255,1), + (83997,113770,1,9823.78,920.982,1304.59,-2.87979,0,0,-0.991445,0.130528,180,180,255,1), + (83998,113770,1,9818.83,940.406,1308.31,0.977383,0,0,0.469471,0.882948,180,180,255,1), + (83999,113770,1,9778.07,966.872,1306.55,-0.122173,0,0,-0.0610485,0.998135,180,180,255,1), + (84000,113770,1,9814.18,938.75,1308.31,1.23918,0,0,0.580701,0.814117,180,180,255,1), + (84001,113770,1,9796.97,926.811,1306.86,2.35619,0,0,0.923879,0.382686,180,180,255,1), + (84002,113770,0,-9447.39,121.598,58.344,-1.81514,0,0,-0.78801,0.615662,180,180,255,1), + (84003,113770,0,-5666.08,-496.141,397.645,-1.98967,0,0,-0.838669,0.544641,180,180,255,1), + (84004,113770,0,-5572.73,-462.93,402.268,2.87979,0,0,0.991445,0.130528,180,180,255,1), + (84005,113770,0,-5561.03,-445.583,403.801,-0.872664,0,0,-0.422618,0.906308,180,180,255,1), + (84006,113770,0,-5633.71,-500.428,396.669,-2.49582,0,0,-0.948324,0.317305,180,180,255,1), + (84007,113770,0,-5588.15,-451.483,403.206,-0.017452,0,0,-0.00872589,0.999962,180,180,255,1), + (84008,113770,0,-5531.9,-461.554,403.146,-1.15192,0,0,-0.54464,0.83867,180,180,255,1), + (84009,113770,0,-5583.84,-476.837,397.763,1.81514,0,0,0.78801,0.615662,180,180,255,1), + (84010,113770,0,-5641.92,-530.151,404.553,1.62316,0,0,0.725376,0.688353,180,180,255,1), + (84011,113770,0,-5628.72,-497.477,397.06,-0.872664,0,0,-0.422618,0.906308,180,180,255,1), + (84012,113770,0,-5554.67,-446.838,403.451,2.11185,0,0,0.870356,0.492423,180,180,255,1), + (84013,113770,0,-5570.37,-454.21,402.226,-3.05433,0,0,-0.999048,0.0436174,180,180,255,1), + (84014,113770,0,-5659.62,-501.994,397.399,0.418879,0,0,0.207912,0.978148,180,180,255,1), + (84015,113770,0,-5639.82,-477.943,396.838,-1.48353,0,0,-0.67559,0.737277,180,180,255,1), + (84016,113770,0,-5545.37,-475.142,397.95,0.366518,0,0,0.182235,0.983255,180,180,255,1), + (84017,113770,0,-5653.4,-498.022,396.764,1.29154,0,0,0.601814,0.798637,180,180,255,1), + (84018,113770,0,2241.92,236.328,34.1165,-2.87979,0,0,-0.991445,0.130528,180,180,255,1), + (84019,113770,0,2256.33,227.711,33.9971,1.01229,0,0,0.484809,0.87462,180,180,255,1), + (84020,113770,0,2279.55,233.383,34.058,-1.78023,0,0,-0.777144,0.629323,180,180,255,1), + (84021,113770,0,2279.05,252.351,34.1165,1.23918,0,0,0.580701,0.814117,180,180,255,1), + (84022,113770,0,2280.59,276.046,35.1822,-3.10665,0,0,-0.999847,0.0174704,180,180,255,1), + (84023,113770,0,2263.44,275.185,35.0897,-2.58308,0,0,-0.961261,0.275641,180,180,255,1), + (84024,113770,0,2261.52,271.906,35.1071,0.855211,0,0,0.414693,0.909961,180,180,255,1), + (84025,113770,0,2284.83,255.729,34.4603,0.680677,0,0,0.333806,0.942642,180,180,255,1), + (84026,113770,0,2243.81,335.75,35.1891,-2.00713,0,0,-0.843392,0.537299,180,180,255,1), + (84027,113770,0,2269.76,349.737,35.1891,1.62316,0,0,0.725376,0.688353,180,180,255,1), + (84028,113770,0,2242.42,241.394,34.1165,1.72787,0,0,0.760404,0.64945,180,180,255,1), + (84029,113770,0,2261.34,354.016,35.1891,0.453785,0,0,0.224951,0.97437,180,180,255,1), + (84030,113770,0,2306.1,254.331,35.0089,-1.76278,0,0,-0.771624,0.636079,180,180,255,1), + (84031,113770,0,2251.45,230.18,33.8394,-1.309,0,0,-0.608763,0.793352,180,180,255,1), + (84032,113770,0,2285.03,233.674,34.1271,-0.174532,0,0,-0.0871553,0.996195,180,180,255,1), + (84033,113770,0,2241.22,229.603,34.1162,1.0472,0,0,0.500001,0.866025,180,180,255,1), + (84034,113770,0,2303.15,256.494,35.1353,-0.90757,0,0,-0.438371,0.898794,180,180,255,1), + (84035,113770,0,2253.14,346.404,35.1891,1.64061,0,0,0.731354,0.681998,180,180,255,1), + (84036,113770,1,-2416.27,-388.87,-2.01838,1.85005,0,0,0.798636,0.601815,180,180,255,1), + (84037,113770,1,-2370.64,-357.866,-9.02786,-2.86233,0,0,-0.990267,0.139178,180,180,255,1), + (84038,113770,1,-2350.81,-305.639,-9.42381,-3.12412,0,0,-0.999962,0.00873622,180,180,255,1), + (84039,113770,1,-2388.35,-336.116,-9.55712,-0.226892,0,0,-0.113203,0.993572,180,180,255,1), + (84040,113770,1,-2327.26,-390.677,-7.06189,2.00713,0,0,0.843392,0.537299,180,180,255,1), + (84041,113770,1,-2273.41,-276.896,-9.42493,0.59341,0,0,0.292371,0.956305,180,180,255,1), + (84042,113770,1,-2346.15,-345.014,-9.10675,3.05433,0,0,0.999048,0.0436174,180,180,255,1), + (84043,113770,1,-2361.18,-363.496,-8.84961,1.20428,0,0,0.566407,0.824125,180,180,255,1), + (84044,113770,1,-2334.79,-445.241,-6.39006,-0.017452,0,0,-0.00872589,0.999962,180,180,255,1), + (84045,113770,1,-2371.84,-313.507,-9.70727,-0.401425,0,0,-0.199368,0.979925,180,180,255,1), + (84046,113770,1,-2352.68,-366.205,-8.41767,-1.85005,0,0,-0.798636,0.601815,180,180,255,1), + (84047,113770,1,-2402.84,-323.602,-13.509,-2.94959,0,0,-0.995395,0.0958539,180,180,255,1), + (84048,113770,1,-2331.95,-308.408,-9.42488,2.11185,0,0,0.870356,0.492423,180,180,255,1), + (84049,113770,1,-2335.44,-470.686,-7.50702,-1.23918,0,0,-0.580701,0.814117,180,180,255,1), + (84050,113770,1,-2241.8,-285.282,-9.4249,3.14159,0,0,1,0.00000126759,180,180,255,1), + (84051,113770,1,304.742,-4654.34,16.3163,2.30383,0,0,0.913544,0.406739,180,180,255,1), + (84052,113770,1,267.416,-4781.64,11.3797,2.33874,0,0,0.920505,0.390732,180,180,255,1), + (84053,113770,1,270.699,-4774.46,12.0508,2.00713,0,0,0.843392,0.537299,180,180,255,1), + (84054,113770,1,296.473,-4784.95,10.6485,-0.506145,0,0,-0.25038,0.968148,180,180,255,1), + (84055,113770,1,291.972,-4769.19,11.7897,-0.575957,0,0,-0.284015,0.95882,180,180,255,1), + (84056,113770,1,330.1,-4843.18,10.0217,-2.30383,0,0,-0.913544,0.406739,180,180,255,1), + (84057,113770,1,366.759,-4720.52,13.5716,-1.3439,0,0,-0.622513,0.782609,180,180,255,1), + (84058,113770,1,334.516,-4771.12,12.6344,-1.55334,0,0,-0.700908,0.713252,180,180,255,1), + (84059,113770,1,366.175,-4687.22,16.6829,0.314158,0,0,0.156434,0.987688,180,180,255,1), + (84060,113770,1,335.926,-4807.64,10.048,-1.62316,0,0,-0.725376,0.688353,180,180,255,1), + (84061,113770,1,360.737,-4753.81,12.4097,0.034906,0,0,0.0174521,0.999848,180,180,255,1), + (84062,113770,1,293.007,-4709.49,13.0909,-1.6057,0,0,-0.719339,0.694659,180,180,255,1), + (84063,113770,0,-9499.26,18.693,57.2384,-0.872664,0,0,-0.422618,0.906308,180,180,255,1), + (84064,113770,0,-9497.64,83.6594,57.0273,-1.55334,0,0,-0.700908,0.713252,180,180,255,1), + (84065,113770,0,-9437.66,113.322,57.5165,-0.366518,0,0,-0.182235,0.983255,180,180,255,1), + (84066,113770,0,-9498.79,93.2223,57.4605,2.19912,0,0,0.891008,0.453988,180,180,255,1), + (84067,113770,0,-9440.68,147.358,55.9453,-2.35619,0,0,-0.923879,0.382686,180,180,255,1), + (84068,113770,0,-9479.48,10.1983,56.5309,-2.75761,0,0,-0.981626,0.190814,180,180,255,1), + (84069,113770,0,-9475.63,41.6743,56.553,2.91469,0,0,0.993571,0.113208,180,180,255,1), + (84070,113770,0,-9453.12,27.4328,56.5293,-1.91986,0,0,-0.819151,0.573577,180,180,255,1), + (84071,113770,0,-9462.04,126.975,58.974,1.13446,0,0,0.537298,0.843393,180,180,255,1), + (84072,113770,0,-9424.79,63.395,57.6167,1.74533,0,0,0.766045,0.642787,180,180,255,1), + (84073,113770,0,-9452.01,35.957,56.5571,1.02974,0,0,0.492422,0.870357,180,180,255,1), + (84074,113770,0,-9459.96,106.165,57.49,-1.67551,0,0,-0.743143,0.669133,180,180,255,1), + (84075,113770,0,-9473.21,77.1796,57.2729,-2.44346,0,0,-0.939692,0.342021,180,180,255,1), + (84076,113770,0,-9458,153.022,55.9447,0.820303,0,0,0.398748,0.91706,180,180,255,1), + (84077,113770,1,9865.53,996.175,1309.4,0.157079,0,0,0.0784588,0.996917,180,180,255,1), + (84078,113770,1,9828.72,931.172,1307,0.436332,0,0,0.216439,0.976296,180,180,255,1), + (84079,113770,1,9671.5,943.398,1290.74,-1.20428,0,0,-0.566407,0.824125,180,180,255,1), + (84080,113770,1,9887.4,931.878,1307.57,0.034906,0,0,0.0174521,0.999848,180,180,255,1), + (84081,113770,1,9764.24,946.022,1305.37,0.122173,0,0,0.0610485,0.998135,180,180,255,1), + (84082,113770,1,9857.75,973.229,1304.81,-1.48353,0,0,-0.67559,0.737277,180,180,255,1), + (84083,113770,1,9881.39,956.993,1308.8,2.60053,0,0,0.963629,0.267244,180,180,255,1), + (84084,113770,1,9813.14,936.665,1308.4,-1.67551,0,0,-0.743143,0.669133,180,180,255,1), + (84085,113770,1,9885.74,934.137,1307.54,1.97222,0,0,0.833885,0.551938,180,180,255,1), + (84086,113770,1,9837.1,978.411,1306.83,-1.5708,0,0,-0.707108,0.707106,180,180,255,1), + (84087,113770,1,9826.58,934.53,1307.48,2.61799,0,0,0.965925,0.258821,180,180,255,1), + (84088,113770,1,9810.81,976.968,1304.44,1.02974,0,0,0.492422,0.870357,180,180,255,1), + (84089,113770,1,9799.23,973.439,1303.22,2.26892,0,0,0.906306,0.422622,180,180,255,1), + (84090,113770,1,9786.63,932.97,1307.86,-1.93732,0,0,-0.824127,0.566404,180,180,255,1), + (84091,113770,1,9779.38,871.465,1297.43,-1.69297,0,0,-0.748956,0.66262,180,180,255,1), + (84092,113770,1,9683.44,933.646,1290.66,0.837757,0,0,0.406736,0.913546,180,180,255,1), + (84093,113770,1,9837.57,944.315,1306.87,-0.191985,0,0,-0.0958451,0.995396,180,180,255,1), + (84094,113770,1,9779.5,893.684,1297.87,2.1293,0,0,0.874619,0.48481,180,180,255,1), + (84095,113770,1,9847.42,956.816,1306.99,0.034906,0,0,0.0174521,0.999848,180,180,255,1), + (84096,113770,0,-9425.25,56.1703,57.147,2.58308,0,0,0.961261,0.275641,180,180,255,1), + (84097,113770,0,-5645.81,-506.301,397.12,-2.00713,0,0,-0.843392,0.537299,180,180,255,1), + (84098,113770,0,-5591.9,-508.067,401.45,3.12412,0,0,0.999962,0.00873622,180,180,255,1), + (84099,113770,0,-5588.74,-514.174,404.096,0.139624,0,0,0.0697553,0.997564,180,180,255,1), + (84100,113770,0,-5637.74,-529.753,404.601,1.11701,0,0,0.529919,0.848048,180,180,255,1), + (84101,113770,0,-5572.03,-457.206,403.206,-2.51327,0,0,-0.951056,0.309019,180,180,255,1), + (84102,113770,0,-5593.08,-490.495,397.65,-1.29154,0,0,-0.601814,0.798637,180,180,255,1), + (84103,113770,0,-5654.44,-499.233,396.82,2.26892,0,0,0.906306,0.422622,180,180,255,1), + (84104,113770,0,-5578.07,-508.541,404.096,-1.67551,0,0,-0.743143,0.669133,180,180,255,1), + (84105,113770,0,-5639,-504.025,396.669,-0.593412,0,0,-0.292372,0.956305,180,180,255,1), + (84106,113770,0,-5589.15,-477.107,397.566,1.58825,0,0,0.713251,0.700909,180,180,255,1), + (84107,113770,0,-5563.83,-535.074,409.956,-1.0821,0,0,-0.515036,0.857168,180,180,255,1), + (84108,113770,0,-5545.6,-497.103,402.079,-0.680679,0,0,-0.333807,0.942641,180,180,255,1), + (84109,113770,0,-5578.15,-516.451,404.096,-0.523598,0,0,-0.258819,0.965926,180,180,255,1), + (84110,113770,0,-5577.19,-521.814,401.477,-0.279252,0,0,-0.139173,0.990268,180,180,255,1), + (84111,113770,0,-5585.19,-461.908,402.358,-1.65806,0,0,-0.737276,0.675591,180,180,255,1), + (84112,113770,0,2329.17,293.34,35.1822,0.191985,0,0,0.0958451,0.995396,180,180,255,1), + (84113,113770,0,2292.77,237.933,34.1271,-0.069812,0,0,-0.0348989,0.999391,180,180,255,1), + (84114,113770,0,2213.58,336.073,35.305,2.79252,0,0,0.984807,0.173652,180,180,255,1), + (84115,113770,0,2276.78,277.681,35.1822,1.8675,0,0,0.803856,0.594824,180,180,255,1), + (84116,113770,0,2281.8,254.866,34.2742,3.10665,0,0,0.999847,0.0174704,180,180,255,1), + (84117,113770,0,2253.89,257.101,34.1357,-2.60053,0,0,-0.963629,0.267244,180,180,255,1), + (84118,113770,0,2300.46,301.747,35.1822,-1.64061,0,0,-0.731354,0.681998,180,180,255,1), + (84119,113770,0,2267.76,337.618,35.1634,-0.575957,0,0,-0.284015,0.95882,180,180,255,1), + (84120,113770,0,2244.67,255.382,34.1165,-1.0472,0,0,-0.500001,0.866025,180,180,255,1), + (84121,113770,0,2223.3,302.749,35.1891,2.04204,0,0,0.852641,0.522496,180,180,255,1), + (84122,113770,0,2327.95,296.68,35.1822,2.04204,0,0,0.852641,0.522496,180,180,255,1), + (84123,113770,0,2274.51,230.421,34.1227,3.10665,0,0,0.999847,0.0174704,180,180,255,1), + (84124,113770,1,-2328.32,-390.06,-7.95402,-2.32129,0,0,-0.91706,0.398748,180,180,255,1), + (84125,113770,1,-2142.55,-391.811,-2.58831,-0.436332,0,0,-0.216439,0.976296,180,180,255,1), + (84126,113770,1,-2253.64,-330.251,-9.4249,2.51327,0,0,0.951056,0.309019,180,180,255,1), + (84127,113770,1,-2273.24,-457.413,-8.11051,-1.18682,0,0,-0.559191,0.829039,180,180,255,1), + (84128,113770,1,-2415.03,-396.488,-2.10432,-1.36136,0,0,-0.629322,0.777145,180,180,255,1), + (84129,113770,1,-2282.72,-454.372,-8.4214,-0.488691,0,0,-0.241921,0.970296,180,180,255,1), + (84130,113770,1,-2257.6,-339.872,-9.4249,-1.58825,0,0,-0.713251,0.700909,180,180,255,1), + (84131,113770,1,-2392.4,-349.039,-9.12103,-0.890117,0,0,-0.430511,0.902586,180,180,255,1), + (84132,113770,1,-2217.09,-371.261,-8.67501,-0.401425,0,0,-0.199368,0.979925,180,180,255,1), + (84133,113770,1,-2361.37,-337.949,-8.81587,-1.93732,0,0,-0.824127,0.566404,180,180,255,1), + (84134,113770,1,-2332.23,-467.319,-7.1861,1.76278,0,0,0.771624,0.636079,180,180,255,1), + (84135,113770,1,-2219.93,-368.955,-8.82813,-2.37364,0,0,-0.927182,0.37461,180,180,255,1), + (84136,113770,1,-2327.32,-426.911,-6.94148,0.157079,0,0,0.0784588,0.996917,180,180,255,1), + (84137,113770,1,-2325.06,-384.088,-8.11107,-1.6057,0,0,-0.719339,0.694659,180,180,255,1), + (84138,113770,1,-2189.53,-402.936,-4.74416,-2.32129,0,0,-0.91706,0.398748,180,180,255,1), + (84139,113770,1,-2343.53,-346.44,-8.97363,-2.07694,0,0,-0.861629,0.507539,180,180,255,1), + (84140,113770,1,-2181.8,-399.684,-4.33336,1.62316,0,0,0.725376,0.688353,180,180,255,1), + (84141,113770,1,-2287.88,-288.458,-9.42493,-2.14675,0,0,-0.878816,0.477161,180,180,255,1), + (84142,113770,1,-2277.63,-455.945,-8.15756,-0.244346,0,0,-0.121869,0.992546,180,180,255,1), + (84143,113770,1,-2342.55,-349.972,-9.09746,2.21656,0,0,0.894933,0.446202,180,180,255,1), + (84144,113770,1,-2267.1,-251.087,-9.4249,-1.95477,0,0,-0.829038,0.559192,180,180,255,1), + (84145,113770,1,-2349.62,-364.796,-8.49972,-0.349065,0,0,-0.173648,0.984808,180,180,255,1), + (84146,113770,1,364.147,-4755.33,12.1667,0.191985,0,0,0.0958451,0.995396,180,180,255,1), + (84147,113770,1,360.941,-4771.22,12.4836,-0.488691,0,0,-0.241921,0.970296,180,180,255,1), + (84148,113770,1,272.177,-4783.31,11.2046,1.69297,0,0,0.748956,0.66262,180,180,255,1), + (84149,113770,1,329.909,-4774.56,12.3601,1.85005,0,0,0.798636,0.601815,180,180,255,1), + (84150,113770,1,301.934,-4870.28,10.2283,-0.104719,0,0,-0.0523356,0.99863,180,180,255,1), + (84151,113770,1,285.003,-4813.87,10.2344,-0.157079,0,0,-0.0784588,0.996917,180,180,255,1), + (84152,113770,1,337.672,-4791.33,11.2518,-2.72271,0,0,-0.978147,0.207914,180,180,255,1), + (84153,113770,1,311.033,-4850.38,10.2414,0.977383,0,0,0.469471,0.882948,180,180,255,1), + (84154,113770,1,315.357,-4667.37,16.2658,-2.05949,0,0,-0.857168,0.515037,180,180,255,1), + (84155,113770,1,302.731,-4666.8,16.5412,-3.00195,0,0,-0.997563,0.0697646,180,180,255,1), + (84156,113770,1,360.845,-4837.47,11.5441,-2.49582,0,0,-0.948324,0.317305,180,180,255,1), + (84157,113770,1,336.808,-4835.13,9.9855,2.67035,0,0,0.972369,0.233447,180,180,255,1), + (84158,113770,1,305.732,-4648.74,16.203,-2.37364,0,0,-0.927182,0.37461,180,180,255,1), + (84159,113770,0,-9463.67,144.868,57.6059,-0.471238,0,0,-0.233445,0.97237,180,180,255,1), + (84160,113770,0,-9455.36,81.6477,56.9433,-0.139624,0,0,-0.0697553,0.997564,180,180,255,1), + (84161,113770,0,-9418.3,50.1628,57.6712,0.383971,0,0,0.190808,0.981627,180,180,255,1), + (84162,113770,0,-9481.19,25.9235,56.6678,-2.47837,0,0,-0.945519,0.325567,180,180,255,1), + (84163,113770,0,-9426.95,114.794,58.422,0.383971,0,0,0.190808,0.981627,180,180,255,1), + (84164,113770,0,-9454.08,77.8566,57.1008,-1.93732,0,0,-0.824127,0.566404,180,180,255,1), + (84165,113770,0,-9471.69,9.24544,56.4663,-2.72271,0,0,-0.978147,0.207914,180,180,255,1), + (84166,113770,0,-9454,18.5163,56.5293,-2.25147,0,0,-0.902584,0.430513,180,180,255,1), + (84167,113770,0,-9477.54,52.1982,61.0346,-0.331611,0,0,-0.165047,0.986286,180,180,255,1), + (84168,113770,0,-9435.97,148.227,56.1291,2.51327,0,0,0.951056,0.309019,180,180,255,1), + (84169,113770,0,-9473.67,41.1319,58.0485,0.820303,0,0,0.398748,0.91706,180,180,255,1), + (84170,113770,0,-9481.81,19.8712,56.7135,-2.04204,0,0,-0.852641,0.522496,180,180,255,1), + (84171,113770,0,-9476.4,7.09245,56.7997,0.034906,0,0,0.0174521,0.999848,180,180,255,1), + (84172,113770,0,-9484.34,45.2543,57.344,2.16421,0,0,0.882948,0.469471,180,180,255,1), + (84173,113770,1,9677.68,968.157,1293.79,-2.19912,0,0,-0.891008,0.453988,180,180,255,1), + (84174,113770,1,9777.84,960.313,1306.68,-2.07694,0,0,-0.861629,0.507539,180,180,255,1), + (84175,113770,1,9761.61,931.511,1299.77,3.05433,0,0,0.999048,0.0436174,180,180,255,1), + (84176,113770,1,9830.56,928.174,1306.23,2.44346,0,0,0.939692,0.342021,180,180,255,1), + (84177,113770,1,9871.99,986.952,1309.37,0.139624,0,0,0.0697553,0.997564,180,180,255,1), + (84178,113770,1,9875.77,959.966,1308.55,1.06465,0,0,0.507538,0.861629,180,180,255,1), + (84179,113770,1,9733.58,963.843,1294.4,-2.82743,0,0,-0.987688,0.156436,180,180,255,1), + (84180,113770,1,9836.74,947.91,1306.71,-0.680679,0,0,-0.333807,0.942641,180,180,255,1), + (84181,113770,1,9809.5,936.323,1307.84,-2.37364,0,0,-0.927182,0.37461,180,180,255,1), + (84182,113770,1,9764.7,874.474,1297.42,0.645772,0,0,0.317305,0.948324,180,180,255,1), + (84183,113770,1,9718.43,988.639,1295.07,-2.9845,0,0,-0.996917,0.0784656,180,180,255,1), + (84184,113770,1,9805.17,933.522,1307.34,-1.5708,0,0,-0.707108,0.707106,180,180,255,1), + (84185,113770,1,9772.07,896.576,1297.12,1.78023,0,0,0.777144,0.629323,180,180,255,1), + (84186,113771,0,-9478.15,19.1694,58.3796,-2.0279,0,0,-0.848926,0.528512,30,30,255,1), + (84187,113771,0,-5550.99,-438.001,405.385,1.58825,0,0,0.713251,0.700909,30,30,255,1), + (84188,113771,0,-5592.34,-477.013,396.98,-1.81514,0,0,-0.78801,0.615662,30,30,255,1), + (84189,113771,0,-5614.05,-522.496,402.706,-2.58308,0,0,-0.961261,0.275641,30,30,255,1), + (84190,113771,0,-5606.81,-446.065,403.979,0.314158,0,0,0.156434,0.987688,30,30,255,1), + (84191,113771,0,-5561.38,-454.769,403.026,-2.26892,0,0,-0.906306,0.422622,30,30,255,1), + (84192,113771,0,-5603.32,-514.662,401.826,1.50098,0,0,0.681997,0.731355,30,30,255,1), + (84193,113771,0,-5655.44,-507.668,397.735,1.5708,0,0,0.707108,0.707106,30,30,255,1), + (84194,113771,0,-5574.19,-515.849,402.803,-2.1293,0,0,-0.874619,0.48481,30,30,255,1), + (84195,113771,0,-5551.12,-475.11,397.944,1.71042,0,0,0.754709,0.65606,30,30,255,1), + (84196,113771,0,-5537.1,-475.811,398.192,-1.64061,0,0,-0.731354,0.681998,30,30,255,1), + (84197,113771,0,-5651.76,-504.996,396.834,-0.087266,0,0,-0.0436192,0.999048,30,30,255,1), + (84198,113771,0,-5641.09,-493.862,396.657,0.63074,0,0,0.310168,0.950682,30,30,255,1), + (84199,113771,0,2290.35,292.878,35.1822,1.91986,0,0,0.819151,0.573577,30,30,255,1), + (84200,113771,0,2309.1,255.461,35.0443,-0.994837,0,0,-0.477158,0.878817,30,30,255,1), + (84201,113771,0,2208.54,304.432,34.365,-1.41372,0,0,-0.649449,0.760405,30,30,255,1), + (84202,113771,0,2320.28,266.164,35.1822,-0.366518,0,0,-0.182235,0.983255,30,30,255,1), + (84203,113771,0,2316.82,257.047,35.1435,0.628317,0,0,0.309016,0.951057,30,30,255,1), + (84204,113771,0,2326.6,290.614,35.1822,2.60053,0,0,0.963629,0.267244,30,30,255,1), + (84205,113771,0,2251.51,257.684,34.2285,0.925024,0,0,0.446198,0.894934,30,30,255,1), + (84206,113771,0,2269.77,326.815,39.5251,2.04204,0,0,0.852641,0.522496,30,30,255,1), + (84207,113771,0,2243,332.989,35.1891,2.93214,0,0,0.994521,0.104535,30,30,255,1), + (84208,113771,0,2287.56,253.053,34.2161,-2.49582,0,0,-0.948324,0.317305,30,30,255,1), + (84209,113771,0,2224.66,251.928,38.6254,-0.925024,0,0,-0.446198,0.894934,30,30,255,1), + (84210,113771,0,2270.68,254.028,34.1013,0.994837,0,0,0.477158,0.878817,30,30,255,1), + (84211,113771,0,2265.18,351.479,37.3527,-1.5708,0,0,-0.707108,0.707106,30,30,255,1), + (84212,113771,0,2294.58,247.73,34.1426,-2.46091,0,0,-0.942641,0.333809,30,30,255,1), + (84213,113771,0,2319.87,260.249,35.1822,-0.802851,0,0,-0.390731,0.920505,30,30,255,1), + (84214,113771,0,2270.7,345.182,35.1891,-0.383971,0,0,-0.190808,0.981627,30,30,255,1), + (84215,113771,0,2254.08,363.001,36.0739,-0.453785,0,0,-0.224951,0.97437,30,30,255,1), + (84216,113771,1,-2252.83,-331.365,-8.71657,-3.01941,0,0,-0.998134,0.0610534,30,30,255,1), + (84217,113771,1,-2347.83,-413.634,-8.96203,2.46091,0,0,0.942641,0.333809,30,30,255,1), + (84218,113771,1,-2278.85,-396.289,-9.35441,2.56563,0,0,0.958819,0.284017,30,30,255,1), + (84219,113771,1,-2382.2,-327.314,-9.51233,3.12412,0,0,0.999962,0.00873622,30,30,255,1), + (84220,113771,1,-2361.64,-364.892,-7.82731,-1.88495,0,0,-0.809015,0.587788,30,30,255,1), + (84221,113771,1,-2319.94,-266.866,-8.62991,-0.401425,0,0,-0.199368,0.979925,30,30,255,1), + (84222,113771,1,-2401.51,-397.701,0.737453,1.37881,0,0,0.636078,0.771625,30,30,255,1), + (84223,113771,1,-2300.45,-311.463,-9.42493,0.698132,0,0,0.34202,0.939693,30,30,255,1), + (84224,113771,1,-2330.31,-259.411,-7.49656,2.75761,0,0,0.981626,0.190814,30,30,255,1), + (84225,113771,1,319.55,-4699.1,15.9422,-1.8675,0,0,-0.803856,0.594824,30,30,255,1), + (84226,113771,1,385.884,-4708.23,13.3999,1.76278,0,0,0.771624,0.636079,30,30,255,1), + (84227,113771,1,332.496,-4763.72,12.6498,-2.84488,0,0,-0.989015,0.147813,30,30,255,1), + (84228,113771,1,365.13,-4765.51,12.5155,2.05949,0,0,0.857168,0.515037,30,30,255,1), + (84229,113771,1,355.27,-4747.92,11.8741,-1.81514,0,0,-0.78801,0.615662,30,30,255,1), + (84230,113771,1,339.025,-4710.06,15.1652,-2.32129,0,0,-0.91706,0.398748,30,30,255,1), + (84231,113771,1,312.225,-4690.04,15.8715,-1.51844,0,0,-0.688356,0.725373,30,30,255,1), + (84232,113771,1,337.99,-4857.98,10.3108,-0.453785,0,0,-0.224951,0.97437,30,30,255,1), + (84233,113771,1,334.895,-4708.26,15.738,-2.32129,0,0,-0.91706,0.398748,30,30,255,1), + (84234,113771,1,311.714,-4860.96,10.5356,3.14159,0,0,1,0.00000126759,30,30,255,1), + (84235,113771,1,369.171,-4767.85,12.4678,-1.01229,0,0,-0.484809,0.87462,30,30,255,1), + (84236,113771,1,355.702,-4660.29,16.7222,-3.05433,0,0,-0.999048,0.0436174,30,30,255,1), + (84237,113771,1,324.217,-4854.94,10.4052,-0.715585,0,0,-0.350207,0.936672,30,30,255,1), + (84238,113771,1,273.929,-4690.84,13.8783,2.05949,0,0,0.857168,0.515037,30,30,255,1), + (84239,113771,1,271.84,-4706.5,23.2444,3.06554,0,0,0.999277,0.0380171,30,30,255,1), + (84240,113771,0,-9478.88,39.2188,56.7774,3.03684,0,0,0.998629,0.0523524,30,30,255,1), + (84241,113771,0,-9413.68,102.249,58.979,-2.84488,0,0,-0.989015,0.147813,30,30,255,1), + (84242,113771,0,-9479.36,25.9265,60.9239,3.00195,0,0,0.997563,0.0697646,30,30,255,1), + (84243,113771,0,-9464.65,42.4915,56.6798,1.97222,0,0,0.833885,0.551938,30,30,255,1), + (84244,113771,0,-9450.44,85.7477,56.8878,-2.86233,0,0,-0.990267,0.139178,30,30,255,1), + (84245,113771,0,-9500.72,61.1516,60.5539,1.36136,0,0,0.629322,0.777145,30,30,255,1), + (84246,113771,0,-9464.39,40.1361,56.5732,1.62316,0,0,0.725376,0.688353,30,30,255,1), + (84247,113771,0,-9437.6,39.9129,57.0493,0.314158,0,0,0.156434,0.987688,30,30,255,1), + (84248,113771,0,-9423,109.674,58.8177,1.51844,0,0,0.688356,0.725373,30,30,255,1), + (84249,113771,0,-9475.32,5.74061,56.7991,-3.07177,0,0,-0.999391,0.0349043,30,30,255,1), + (84250,113771,0,-9455.78,14.8614,61.399,-0.069812,0,0,-0.0348989,0.999391,30,30,255,1), + (84251,113771,0,-9470.67,-9.53402,56.4724,2.68781,0,0,0.97437,0.22495,30,30,255,1), + (84252,113771,0,-9456.14,45.1139,56.5914,1.44862,0,0,0.662619,0.748957,30,30,255,1), + (84253,113771,0,-9504.12,67.5321,56.6661,-1.11701,0,0,-0.529919,0.848048,30,30,255,1), + (84254,113771,0,-9438.02,39.9557,61.0959,-0.767944,0,0,-0.374606,0.927184,30,30,255,1), + (84255,113771,0,-9456.51,-6.74995,56.5286,0.314158,0,0,0.156434,0.987688,30,30,255,1), + (84256,113771,0,-9455,39.2159,56.56,1.83259,0,0,0.793352,0.608764,30,30,255,1), + (84257,113771,0,-9464.07,81.39,57.0902,2.67035,0,0,0.972369,0.233447,30,30,255,1), + (84258,113771,1,9790.15,932.155,1308.1,-2.77507,0,0,-0.983255,0.182237,30,30,255,1), + (84259,113771,1,9784.21,969.43,1306.07,1.39626,0,0,0.642786,0.766046,30,30,255,1), + (84260,113771,1,9866.17,985.502,1309.27,-1.32645,0,0,-0.615661,0.788011,30,30,255,1), + (84261,113771,1,9714.7,990.938,1294.9,-0.261798,0,0,-0.130525,0.991445,30,30,255,1), + (84262,113771,1,9674.05,940.225,1290.33,-1.15192,0,0,-0.54464,0.83867,30,30,255,1), + (84263,113771,1,9858.89,912.83,1306.26,0.471238,0,0,0.233445,0.97237,30,30,255,1), + (84264,113771,1,9764.15,891.735,1298.14,-1.95477,0,0,-0.829038,0.559192,30,30,255,1), + (84265,113771,1,9841.93,978.247,1306.65,-0.890117,0,0,-0.430511,0.902586,30,30,255,1), + (84266,113771,1,9727.25,969.886,1294.64,-1.81514,0,0,-0.78801,0.615662,30,30,255,1), + (84267,113771,1,9800.32,925.253,1306.93,0.837757,0,0,0.406736,0.913546,30,30,255,1), + (84268,113771,1,9895.08,964.664,1310.53,0.59341,0,0,0.292371,0.956305,30,30,255,1), + (84269,113771,1,9721.95,987.234,1295.74,1.85005,0,0,0.798636,0.601815,30,30,255,1), + (84270,113771,1,9823.43,942.535,1307.1,1.37881,0,0,0.636078,0.771625,30,30,255,1), + (84271,113771,0,-5590.84,-507.505,404.096,-0.785397,0,0,-0.382683,0.92388,30,30,255,1), + (84272,113771,0,-5640.07,-511.86,398.785,-2.02458,0,0,-0.848048,0.52992,30,30,255,1), + (84273,113771,0,-5535.9,-504.5,401.225,-1.97222,0,0,-0.833885,0.551938,30,30,255,1), + (84274,113771,0,-5634.76,-478.435,396.986,-1.48353,0,0,-0.67559,0.737277,30,30,255,1), + (84275,113771,0,-5626.33,-478.569,396.98,2.49582,0,0,0.948324,0.317305,30,30,255,1), + (84276,113771,0,-5636.76,-501.881,396.669,-1.01229,0,0,-0.484809,0.87462,30,30,255,1), + (84277,113771,0,-5543.07,-475.489,397.938,1.18682,0,0,0.559191,0.829039,30,30,255,1), + (84278,113771,0,-5625.35,-523.544,403.863,0.680677,0,0,0.333806,0.942642,30,30,255,1), + (84279,113771,0,-5594.56,-460.384,402.493,-1.50098,0,0,-0.681997,0.731355,30,30,255,1), + (84280,113771,0,-5629.68,-477.993,397.1,-2.21656,0,0,-0.894933,0.446202,30,30,255,1), + (84281,113771,0,-5631.67,-478.306,397.142,-0.488691,0,0,-0.241921,0.970296,30,30,255,1), + (84282,113771,0,-5584.03,-462.619,402.307,0.523598,0,0,0.258819,0.965926,30,30,255,1), + (84283,113771,0,-5591.84,-501.423,400.11,1.0821,0,0,0.515036,0.857168,30,30,255,1), + (84284,113771,0,-5588.47,-506.387,401.389,0.331611,0,0,0.165047,0.986286,30,30,255,1), + (84285,113771,0,-5597.52,-476.048,396.98,-2.53072,0,0,-0.953716,0.300709,30,30,255,1), + (84286,113771,0,-5549.99,-499.271,401.701,-0.401425,0,0,-0.199368,0.979925,30,30,255,1), + (84287,113771,0,-5590.94,-497.848,399.436,-0.994837,0,0,-0.477158,0.878817,30,30,255,1), + (84288,113771,0,-5638.41,-530.448,404.927,2.46091,0,0,0.942641,0.333809,30,30,255,1), + (84289,113771,0,-5615.95,-446.212,404.559,-2.19912,0,0,-0.891008,0.453988,30,30,255,1), + (84290,113771,0,2230.17,280.454,34.9558,0.942477,0,0,0.45399,0.891007,30,30,255,1), + (84291,113771,0,2297.69,300.578,35.1822,-1.53589,0,0,-0.694658,0.71934,30,30,255,1), + (84292,113771,0,2245.9,337.244,35.1891,-0.506145,0,0,-0.25038,0.968148,30,30,255,1), + (84293,113771,0,2290.1,334.649,34.7058,2.47837,0,0,0.945519,0.325567,30,30,255,1), + (84294,113771,0,2234.99,325.446,35.1891,2.63544,0,0,0.968147,0.250383,30,30,255,1), + (84295,113771,0,2252.76,227.375,34.0718,-0.872664,0,0,-0.422618,0.906308,30,30,255,1), + (84296,113771,0,2259.43,330.983,36.3222,-1.6057,0,0,-0.719339,0.694659,30,30,255,1), + (84297,113771,0,2221.68,321.805,35.1891,1.95477,0,0,0.829038,0.559192,30,30,255,1), + (84298,113771,0,2220.47,305.173,35.1891,-0.314158,0,0,-0.156434,0.987688,30,30,255,1), + (84299,113771,0,2273.9,236.948,34.1165,-1.48353,0,0,-0.67559,0.737277,30,30,255,1), + (84300,113771,0,2301,305.172,35.183,1.91986,0,0,0.819151,0.573577,30,30,255,1), + (84301,113771,0,2254.79,265.947,34.956,2.44346,0,0,0.939692,0.342021,30,30,255,1), + (84302,113771,0,2268.4,254.78,34.1026,0.785397,0,0,0.382683,0.92388,30,30,255,1), + (84303,113771,0,2288.67,269.537,35.1818,1.23918,0,0,0.580701,0.814117,30,30,255,1), + (84304,113771,1,-2215.67,-302.492,-9.19235,-1.93732,0,0,-0.824127,0.566404,30,30,255,1), + (84305,113771,1,-2355.53,-364.941,-8.70328,-1.3439,0,0,-0.622513,0.782609,30,30,255,1), + (84306,113771,1,-2184.88,-403.019,-4.54368,0.942477,0,0,0.45399,0.891007,30,30,255,1), + (84307,113771,1,-2299.22,-420.457,-7.85127,1.02974,0,0,0.492422,0.870357,30,30,255,1), + (84308,113771,1,-2269.72,-459.976,-8.11767,3.10665,0,0,0.999847,0.0174704,30,30,255,1), + (84309,113771,1,-2282.8,-256.798,-9.42493,-2.07694,0,0,-0.861629,0.507539,30,30,255,1), + (84310,113771,1,-2230.25,-366.455,-9.53273,3.03684,0,0,0.998629,0.0523524,30,30,255,1), + (84311,113771,1,-2240.67,-319.601,-9.4249,1.55334,0,0,0.700908,0.713252,30,30,255,1), + (84312,113771,1,-2390.04,-339.815,-9.40793,0.244346,0,0,0.121869,0.992546,30,30,255,1), + (84313,113771,1,-2407.54,-318.334,-14.9107,-1.44862,0,0,-0.662619,0.748957,30,30,255,1), + (84314,113771,1,-2377.04,-409.395,-4.16336,0.261798,0,0,0.130525,0.991445,30,30,255,1), + (84315,113771,1,-2176.45,-410.324,-4.76947,1.95477,0,0,0.829038,0.559192,30,30,255,1), + (84316,113771,1,-2349.92,-296.166,-9.42485,0.471238,0,0,0.233445,0.97237,30,30,255,1), + (84317,113771,1,-2235.36,-302.007,-9.4249,0.401425,0,0,0.199368,0.979925,30,30,255,1), + (84318,113771,1,-2326.97,-465.051,-6.85658,1.309,0,0,0.608763,0.793352,30,30,255,1), + (84319,113771,1,318.375,-4782.64,10.141,-1.5708,0,0,-0.707108,0.707106,30,30,255,1), + (84320,113771,1,321.199,-4696.81,16.8911,1.41372,0,0,0.649449,0.760405,30,30,255,1), + (84321,113771,1,273.639,-4729.33,13.6144,1.83259,0,0,0.793352,0.608764,30,30,255,1), + (84322,113771,1,316.161,-4769.37,11.734,-1.39626,0,0,-0.642786,0.766046,30,30,255,1), + (84323,113771,1,340.698,-4711.14,14.7984,2.18166,0,0,0.88701,0.461749,30,30,255,1), + (84324,113771,1,362.317,-4839.45,11.7993,-0.349065,0,0,-0.173648,0.984808,30,30,255,1), + (84325,113771,1,352.032,-4839.19,10.8115,2.25147,0,0,0.902584,0.430513,30,30,255,1), + (84326,113771,1,344.143,-4778.53,12.5144,2.1293,0,0,0.874619,0.48481,30,30,255,1), + (84327,113771,1,301.796,-4656.72,16.5482,2.26892,0,0,0.906306,0.422622,30,30,255,1), + (84328,113771,1,328.287,-4662.62,16.5336,-2.65289,0,0,-0.970294,0.241927,30,30,255,1), + (84329,113771,1,328.954,-4769.87,12.5832,-3.12412,0,0,-0.999962,0.00873622,30,30,255,1), + (84330,113771,1,322.019,-4706.11,15.0523,-0.069812,0,0,-0.0348989,0.999391,30,30,255,1), + (84331,113771,1,389.87,-4706.99,13.3076,2.00713,0,0,0.843392,0.537299,30,30,255,1), + (84332,113771,1,317.044,-4880.76,11.8096,1.85005,0,0,0.798636,0.601815,30,30,255,1), + (84333,113771,1,298.309,-4846.51,10.1528,-2.89724,0,0,-0.992546,0.121873,30,30,255,1), + (84334,113771,1,290.46,-4840.13,10.2261,-0.069812,0,0,-0.0348989,0.999391,30,30,255,1), + (84335,113771,1,268.52,-4690.78,14.7459,-2.1293,0,0,-0.874619,0.48481,30,30,255,1), + (84336,113771,1,334.04,-4715.24,14.4623,2.93214,0,0,0.994521,0.104535,30,30,255,1), + (84337,113771,1,363.896,-4700.45,14.5315,3.12412,0,0,0.999962,0.00873622,30,30,255,1), + (84338,113771,1,330.677,-4863.7,10.592,-3.03684,0,0,-0.998629,0.0523524,30,30,255,1), + (84339,113771,0,-9430.14,63.5273,56.7842,3.01941,0,0,0.998134,0.0610534,30,30,255,1), + (84340,113771,0,-9482.21,13.31,56.5975,-2.56563,0,0,-0.958819,0.284017,30,30,255,1), + (84341,113771,0,-9475.91,82.3177,56.938,-0.750491,0,0,-0.366501,0.930418,30,30,255,1), + (84342,113771,0,-9470.95,44.3876,56.5081,-1.97222,0,0,-0.833885,0.551938,30,30,255,1), + (84343,113771,0,-9460.02,-10.796,56.4792,1.22173,0,0,0.573576,0.819152,30,30,255,1), + (84344,113771,0,-9427.19,91.4728,61.218,-1.3439,0,0,-0.622513,0.782609,30,30,255,1), + (84345,113771,0,-9473.44,-4.50597,56.474,-1.5708,0,0,-0.707108,0.707106,30,30,255,1), + (84346,113771,0,-9480.42,32.3588,56.8705,0.890117,0,0,0.430511,0.902586,30,30,255,1), + (84347,113771,0,-9471.21,43.4096,56.5602,2.1293,0,0,0.874619,0.48481,30,30,255,1), + (84348,113771,0,-9417.96,114.415,59.9746,1.15192,0,0,0.54464,0.83867,30,30,255,1), + (84349,113771,0,-9501.33,77.8762,57.3364,0,0,0,0,1,30,30,255,1), + (84350,113771,0,-9474,119.081,61.166,-1.79769,0,0,-0.782608,0.622514,30,30,255,1), + (84351,113771,1,9882.33,957.396,1311.03,2.26892,0,0,0.906306,0.422622,30,30,255,1), + (84352,113771,1,9794.08,935.433,1307.5,-2.426,0,0,-0.936671,0.350211,30,30,255,1), + (84353,113771,1,9860.89,910.633,1306.13,2.84488,0,0,0.989015,0.147813,30,30,255,1), + (84354,113771,1,9785.59,883.094,1298.15,-0.157079,0,0,-0.0784588,0.996917,30,30,255,1), + (84355,113771,1,9750.54,904.029,1295.52,0.261798,0,0,0.130525,0.991445,30,30,255,1), + (84356,113771,1,9860.36,912.735,1308.56,0.139624,0,0,0.0697553,0.997564,30,30,255,1), + (84357,113771,1,9785.07,936.801,1307.39,1.46608,0,0,0.669132,0.743144,30,30,255,1), + (84358,113771,1,9784.58,934.681,1307.62,2.14675,0,0,0.878816,0.477161,30,30,255,1), + (84359,113771,1,9834.79,977.89,1306.55,-1.20428,0,0,-0.566407,0.824125,30,30,255,1), + (84360,113771,1,9797.21,924.884,1306.87,-1.16937,0,0,-0.551937,0.833886,30,30,255,1), + (84361,113771,1,9805.41,932.733,1309.3,-0.785397,0,0,-0.382683,0.92388,30,30,255,1), + (84362,113771,1,9823.78,920.982,1304.59,-2.87979,0,0,-0.991445,0.130528,30,30,255,1), + (84363,113771,1,9818.83,940.406,1308.31,0.977383,0,0,0.469471,0.882948,30,30,255,1), + (84364,113771,1,9778.07,966.872,1306.55,-0.122173,0,0,-0.0610485,0.998135,30,30,255,1), + (84365,113771,1,9814.18,938.75,1308.31,1.23918,0,0,0.580701,0.814117,30,30,255,1), + (84366,113771,1,9796.97,926.811,1306.86,2.35619,0,0,0.923879,0.382686,30,30,255,1), + (84367,113771,0,-9447.39,121.598,58.344,-1.81514,0,0,-0.78801,0.615662,30,30,255,1), + (84368,113771,0,-5666.08,-496.141,397.645,-1.98967,0,0,-0.838669,0.544641,30,30,255,1), + (84369,113771,0,-5572.73,-462.93,402.268,2.87979,0,0,0.991445,0.130528,30,30,255,1), + (84370,113771,0,-5561.03,-445.583,403.801,-0.872664,0,0,-0.422618,0.906308,30,30,255,1), + (84371,113771,0,-5633.71,-500.428,396.669,-2.49582,0,0,-0.948324,0.317305,30,30,255,1), + (84372,113771,0,-5588.15,-451.483,403.206,-0.017452,0,0,-0.00872589,0.999962,30,30,255,1), + (84373,113771,0,-5531.9,-461.554,403.146,-1.15192,0,0,-0.54464,0.83867,30,30,255,1), + (84374,113771,0,-5583.84,-476.837,397.763,1.81514,0,0,0.78801,0.615662,30,30,255,1), + (84375,113771,0,-5641.92,-530.151,404.553,1.62316,0,0,0.725376,0.688353,30,30,255,1), + (84376,113771,0,-5628.72,-497.477,397.06,-0.872664,0,0,-0.422618,0.906308,30,30,255,1), + (84377,113771,0,-5554.67,-446.838,403.451,2.11185,0,0,0.870356,0.492423,30,30,255,1), + (84378,113771,0,-5570.37,-454.21,402.226,-3.05433,0,0,-0.999048,0.0436174,30,30,255,1), + (84379,113771,0,-5659.62,-501.994,397.399,0.418879,0,0,0.207912,0.978148,30,30,255,1), + (84380,113771,0,-5639.82,-477.943,396.838,-1.48353,0,0,-0.67559,0.737277,30,30,255,1), + (84381,113771,0,-5545.37,-475.142,397.95,0.366518,0,0,0.182235,0.983255,30,30,255,1), + (84382,113771,0,-5653.4,-498.022,396.764,1.29154,0,0,0.601814,0.798637,30,30,255,1), + (84383,113771,0,2241.92,236.328,34.1165,-2.87979,0,0,-0.991445,0.130528,30,30,255,1), + (84384,113771,0,2256.33,227.711,33.9971,1.01229,0,0,0.484809,0.87462,30,30,255,1), + (84385,113771,0,2279.55,233.383,34.058,-1.78023,0,0,-0.777144,0.629323,30,30,255,1), + (84386,113771,0,2279.05,252.351,34.1165,1.23918,0,0,0.580701,0.814117,30,30,255,1), + (84387,113771,0,2280.59,276.046,35.1822,-3.10665,0,0,-0.999847,0.0174704,30,30,255,1), + (84388,113771,0,2263.44,275.185,35.0897,-2.58308,0,0,-0.961261,0.275641,30,30,255,1), + (84389,113771,0,2261.52,271.906,35.1071,0.855211,0,0,0.414693,0.909961,30,30,255,1), + (84390,113771,0,2284.83,255.729,34.4603,0.680677,0,0,0.333806,0.942642,30,30,255,1), + (84391,113771,0,2243.81,335.75,35.1891,-2.00713,0,0,-0.843392,0.537299,30,30,255,1), + (84392,113771,0,2269.76,349.737,35.1891,1.62316,0,0,0.725376,0.688353,30,30,255,1), + (84393,113771,0,2242.42,241.394,34.1165,1.72787,0,0,0.760404,0.64945,30,30,255,1), + (84394,113771,0,2261.34,354.016,35.1891,0.453785,0,0,0.224951,0.97437,30,30,255,1), + (84395,113771,0,2306.1,254.331,35.0089,-1.76278,0,0,-0.771624,0.636079,30,30,255,1), + (84396,113771,0,2251.45,230.18,33.8394,-1.309,0,0,-0.608763,0.793352,30,30,255,1), + (84397,113771,0,2285.03,233.674,34.1271,-0.174532,0,0,-0.0871553,0.996195,30,30,255,1), + (84398,113771,0,2241.22,229.603,34.1162,1.0472,0,0,0.500001,0.866025,30,30,255,1), + (84399,113771,0,2303.15,256.494,35.1353,-0.90757,0,0,-0.438371,0.898794,30,30,255,1), + (84400,113771,0,2253.14,346.404,35.1891,1.64061,0,0,0.731354,0.681998,30,30,255,1), + (84401,113771,1,-2416.27,-388.87,-2.01838,1.85005,0,0,0.798636,0.601815,30,30,255,1), + (84402,113771,1,-2370.64,-357.866,-9.02786,-2.86233,0,0,-0.990267,0.139178,30,30,255,1), + (84403,113771,1,-2350.81,-305.639,-9.42381,-3.12412,0,0,-0.999962,0.00873622,30,30,255,1), + (84404,113771,1,-2388.35,-336.116,-9.55712,-0.226892,0,0,-0.113203,0.993572,30,30,255,1), + (84405,113771,1,-2327.26,-390.677,-7.06189,2.00713,0,0,0.843392,0.537299,30,30,255,1), + (84406,113771,1,-2273.41,-276.896,-9.42493,0.59341,0,0,0.292371,0.956305,30,30,255,1), + (84407,113771,1,-2346.15,-345.014,-9.10675,3.05433,0,0,0.999048,0.0436174,30,30,255,1), + (84408,113771,1,-2361.18,-363.496,-8.84961,1.20428,0,0,0.566407,0.824125,30,30,255,1), + (84409,113771,1,-2334.79,-445.241,-6.39006,-0.017452,0,0,-0.00872589,0.999962,30,30,255,1), + (84410,113771,1,-2371.84,-313.507,-9.70727,-0.401425,0,0,-0.199368,0.979925,30,30,255,1), + (84411,113771,1,-2352.68,-366.205,-8.41767,-1.85005,0,0,-0.798636,0.601815,30,30,255,1), + (84412,113771,1,-2402.84,-323.602,-13.509,-2.94959,0,0,-0.995395,0.0958539,30,30,255,1), + (84413,113771,1,-2331.95,-308.408,-9.42488,2.11185,0,0,0.870356,0.492423,30,30,255,1), + (84414,113771,1,-2335.44,-470.686,-7.50702,-1.23918,0,0,-0.580701,0.814117,30,30,255,1), + (84415,113771,1,-2241.8,-285.282,-9.4249,3.14159,0,0,1,0.00000126759,30,30,255,1), + (84416,113771,1,304.742,-4654.34,16.3163,2.30383,0,0,0.913544,0.406739,30,30,255,1), + (84417,113771,1,267.416,-4781.64,11.3797,2.33874,0,0,0.920505,0.390732,30,30,255,1), + (84418,113771,1,270.699,-4774.46,12.0508,2.00713,0,0,0.843392,0.537299,30,30,255,1), + (84419,113771,1,296.473,-4784.95,10.6485,-0.506145,0,0,-0.25038,0.968148,30,30,255,1), + (84420,113771,1,291.972,-4769.19,11.7897,-0.575957,0,0,-0.284015,0.95882,30,30,255,1), + (84421,113771,1,330.1,-4843.18,10.0217,-2.30383,0,0,-0.913544,0.406739,30,30,255,1), + (84422,113771,1,366.759,-4720.52,13.5716,-1.3439,0,0,-0.622513,0.782609,30,30,255,1), + (84423,113771,1,334.516,-4771.12,12.6344,-1.55334,0,0,-0.700908,0.713252,30,30,255,1), + (84424,113771,1,366.175,-4687.22,16.6829,0.314158,0,0,0.156434,0.987688,30,30,255,1), + (84425,113771,1,335.926,-4807.64,10.048,-1.62316,0,0,-0.725376,0.688353,30,30,255,1), + (84426,113771,1,360.737,-4753.81,12.4097,0.034906,0,0,0.0174521,0.999848,30,30,255,1), + (84427,113771,1,293.007,-4709.49,13.0909,-1.6057,0,0,-0.719339,0.694659,30,30,255,1), + (84428,113771,0,-9499.26,18.693,57.2384,-0.872664,0,0,-0.422618,0.906308,30,30,255,1), + (84429,113771,0,-9497.64,83.6594,57.0273,-1.55334,0,0,-0.700908,0.713252,30,30,255,1), + (84430,113771,0,-9437.66,113.322,57.5165,-0.366518,0,0,-0.182235,0.983255,30,30,255,1), + (84431,113771,0,-9498.79,93.2223,57.4605,2.19912,0,0,0.891008,0.453988,30,30,255,1), + (84432,113771,0,-9440.68,147.358,55.9453,-2.35619,0,0,-0.923879,0.382686,30,30,255,1), + (84433,113771,0,-9479.48,10.1983,56.5309,-2.75761,0,0,-0.981626,0.190814,30,30,255,1), + (84434,113771,0,-9475.63,41.6743,56.553,2.91469,0,0,0.993571,0.113208,30,30,255,1), + (84435,113771,0,-9453.12,27.4328,56.5293,-1.91986,0,0,-0.819151,0.573577,30,30,255,1), + (84436,113771,0,-9462.04,126.975,58.974,1.13446,0,0,0.537298,0.843393,30,30,255,1), + (84437,113771,0,-9424.79,63.395,57.6167,1.74533,0,0,0.766045,0.642787,30,30,255,1), + (84438,113771,0,-9452.01,35.957,56.5571,1.02974,0,0,0.492422,0.870357,30,30,255,1), + (84439,113771,0,-9459.96,106.165,57.49,-1.67551,0,0,-0.743143,0.669133,30,30,255,1), + (84440,113771,0,-9473.21,77.1796,57.2729,-2.44346,0,0,-0.939692,0.342021,30,30,255,1), + (84441,113771,0,-9458,153.022,55.9447,0.820303,0,0,0.398748,0.91706,30,30,255,1), + (84442,113771,1,9865.53,996.175,1309.4,0.157079,0,0,0.0784588,0.996917,30,30,255,1), + (84443,113771,1,9828.72,931.172,1307,0.436332,0,0,0.216439,0.976296,30,30,255,1), + (84444,113771,1,9671.5,943.398,1290.74,-1.20428,0,0,-0.566407,0.824125,30,30,255,1), + (84445,113771,1,9887.4,931.878,1307.57,0.034906,0,0,0.0174521,0.999848,30,30,255,1), + (84446,113771,1,9764.24,946.022,1305.37,0.122173,0,0,0.0610485,0.998135,30,30,255,1), + (84447,113771,1,9857.75,973.229,1304.81,-1.48353,0,0,-0.67559,0.737277,30,30,255,1), + (84448,113771,1,9881.39,956.993,1308.8,2.60053,0,0,0.963629,0.267244,30,30,255,1), + (84449,113771,1,9813.14,936.665,1308.4,-1.67551,0,0,-0.743143,0.669133,30,30,255,1), + (84450,113771,1,9885.74,934.137,1307.54,1.97222,0,0,0.833885,0.551938,30,30,255,1), + (84451,113771,1,9837.1,978.411,1306.83,-1.5708,0,0,-0.707108,0.707106,30,30,255,1), + (84452,113771,1,9826.58,934.53,1307.48,2.61799,0,0,0.965925,0.258821,30,30,255,1), + (84453,113771,1,9810.81,976.968,1304.44,1.02974,0,0,0.492422,0.870357,30,30,255,1), + (84454,113771,1,9799.23,973.439,1303.22,2.26892,0,0,0.906306,0.422622,30,30,255,1), + (84455,113771,1,9786.63,932.97,1307.86,-1.93732,0,0,-0.824127,0.566404,30,30,255,1), + (84456,113771,1,9779.38,871.465,1297.43,-1.69297,0,0,-0.748956,0.66262,30,30,255,1), + (84457,113771,1,9683.44,933.646,1290.66,0.837757,0,0,0.406736,0.913546,30,30,255,1), + (84458,113771,1,9837.57,944.315,1306.87,-0.191985,0,0,-0.0958451,0.995396,30,30,255,1), + (84459,113771,1,9779.5,893.684,1297.87,2.1293,0,0,0.874619,0.48481,30,30,255,1), + (84460,113771,1,9847.42,956.816,1306.99,0.034906,0,0,0.0174521,0.999848,30,30,255,1), + (84461,113771,0,-9425.25,56.1703,57.147,2.58308,0,0,0.961261,0.275641,30,30,255,1), + (84462,113771,0,-5645.81,-506.301,397.12,-2.00713,0,0,-0.843392,0.537299,30,30,255,1), + (84463,113771,0,-5591.9,-508.067,401.45,3.12412,0,0,0.999962,0.00873622,30,30,255,1), + (84464,113771,0,-5588.74,-514.174,404.096,0.139624,0,0,0.0697553,0.997564,30,30,255,1), + (84465,113771,0,-5637.74,-529.753,404.601,1.11701,0,0,0.529919,0.848048,30,30,255,1), + (84466,113771,0,-5572.03,-457.206,403.206,-2.51327,0,0,-0.951056,0.309019,30,30,255,1), + (84467,113771,0,-5593.08,-490.495,397.65,-1.29154,0,0,-0.601814,0.798637,30,30,255,1), + (84468,113771,0,-5654.44,-499.233,396.82,2.26892,0,0,0.906306,0.422622,30,30,255,1), + (84469,113771,0,-5578.07,-508.541,404.096,-1.67551,0,0,-0.743143,0.669133,30,30,255,1), + (84470,113771,0,-5639,-504.025,396.669,-0.593412,0,0,-0.292372,0.956305,30,30,255,1), + (84471,113771,0,-5589.15,-477.107,397.566,1.58825,0,0,0.713251,0.700909,30,30,255,1), + (84472,113771,0,-5563.83,-535.074,409.956,-1.0821,0,0,-0.515036,0.857168,30,30,255,1), + (84473,113771,0,-5545.6,-497.103,402.079,-0.680679,0,0,-0.333807,0.942641,30,30,255,1), + (84474,113771,0,-5578.15,-516.451,404.096,-0.523598,0,0,-0.258819,0.965926,30,30,255,1), + (84475,113771,0,-5577.19,-521.814,401.477,-0.279252,0,0,-0.139173,0.990268,30,30,255,1), + (84476,113771,0,-5585.19,-461.908,402.358,-1.65806,0,0,-0.737276,0.675591,30,30,255,1), + (84477,113771,0,2329.17,293.34,35.1822,0.191985,0,0,0.0958451,0.995396,30,30,255,1), + (84478,113771,0,2292.77,237.933,34.1271,-0.069812,0,0,-0.0348989,0.999391,30,30,255,1), + (84479,113771,0,2213.58,336.073,35.305,2.79252,0,0,0.984807,0.173652,30,30,255,1), + (84480,113771,0,2276.78,277.681,35.1822,1.8675,0,0,0.803856,0.594824,30,30,255,1), + (84481,113771,0,2281.8,254.866,34.2742,3.10665,0,0,0.999847,0.0174704,30,30,255,1), + (84482,113771,0,2253.89,257.101,34.1357,-2.60053,0,0,-0.963629,0.267244,30,30,255,1), + (84483,113771,0,2300.46,301.747,35.1822,-1.64061,0,0,-0.731354,0.681998,30,30,255,1), + (84484,113771,0,2267.76,337.618,35.1634,-0.575957,0,0,-0.284015,0.95882,30,30,255,1), + (84485,113771,0,2244.67,255.382,34.1165,-1.0472,0,0,-0.500001,0.866025,30,30,255,1), + (84486,113771,0,2223.3,302.749,35.1891,2.04204,0,0,0.852641,0.522496,30,30,255,1), + (84487,113771,0,2327.95,296.68,35.1822,2.04204,0,0,0.852641,0.522496,30,30,255,1), + (84488,113771,0,2274.51,230.421,34.1227,3.10665,0,0,0.999847,0.0174704,30,30,255,1), + (84489,113771,1,-2328.32,-390.06,-7.95402,-2.32129,0,0,-0.91706,0.398748,30,30,255,1), + (84490,113771,1,-2142.55,-391.811,-2.58831,-0.436332,0,0,-0.216439,0.976296,30,30,255,1), + (84491,113771,1,-2253.64,-330.251,-9.4249,2.51327,0,0,0.951056,0.309019,30,30,255,1), + (84492,113771,1,-2273.24,-457.413,-8.11051,-1.18682,0,0,-0.559191,0.829039,30,30,255,1), + (84493,113771,1,-2415.03,-396.488,-2.10432,-1.36136,0,0,-0.629322,0.777145,30,30,255,1), + (84494,113771,1,-2282.72,-454.372,-8.4214,-0.488691,0,0,-0.241921,0.970296,30,30,255,1), + (84495,113771,1,-2257.6,-339.872,-9.4249,-1.58825,0,0,-0.713251,0.700909,30,30,255,1), + (84496,113771,1,-2392.4,-349.039,-9.12103,-0.890117,0,0,-0.430511,0.902586,30,30,255,1), + (84497,113771,1,-2217.09,-371.261,-8.67501,-0.401425,0,0,-0.199368,0.979925,30,30,255,1), + (84498,113771,1,-2361.37,-337.949,-8.81587,-1.93732,0,0,-0.824127,0.566404,30,30,255,1), + (84499,113771,1,-2332.23,-467.319,-7.1861,1.76278,0,0,0.771624,0.636079,30,30,255,1), + (84500,113771,1,-2219.93,-368.955,-8.82813,-2.37364,0,0,-0.927182,0.37461,30,30,255,1), + (84501,113771,1,-2327.32,-426.911,-6.94148,0.157079,0,0,0.0784588,0.996917,30,30,255,1), + (84502,113771,1,-2325.06,-384.088,-8.11107,-1.6057,0,0,-0.719339,0.694659,30,30,255,1), + (84503,113771,1,-2189.53,-402.936,-4.74416,-2.32129,0,0,-0.91706,0.398748,30,30,255,1), + (84504,113771,1,-2343.53,-346.44,-8.97363,-2.07694,0,0,-0.861629,0.507539,30,30,255,1), + (84505,113771,1,-2181.8,-399.684,-4.33336,1.62316,0,0,0.725376,0.688353,30,30,255,1), + (84506,113771,1,-2287.88,-288.458,-9.42493,-2.14675,0,0,-0.878816,0.477161,30,30,255,1), + (84507,113771,1,-2277.63,-455.945,-8.15756,-0.244346,0,0,-0.121869,0.992546,30,30,255,1), + (84508,113771,1,-2342.55,-349.972,-9.09746,2.21656,0,0,0.894933,0.446202,30,30,255,1), + (84509,113771,1,-2267.1,-251.087,-9.4249,-1.95477,0,0,-0.829038,0.559192,30,30,255,1), + (84510,113771,1,-2349.62,-364.796,-8.49972,-0.349065,0,0,-0.173648,0.984808,30,30,255,1), + (84511,113771,1,364.147,-4755.33,12.1667,0.191985,0,0,0.0958451,0.995396,30,30,255,1), + (84512,113771,1,360.941,-4771.22,12.4836,-0.488691,0,0,-0.241921,0.970296,30,30,255,1), + (84513,113771,1,272.177,-4783.31,11.2046,1.69297,0,0,0.748956,0.66262,30,30,255,1), + (84514,113771,1,329.909,-4774.56,12.3601,1.85005,0,0,0.798636,0.601815,30,30,255,1), + (84515,113771,1,301.934,-4870.28,10.2283,-0.104719,0,0,-0.0523356,0.99863,30,30,255,1), + (84516,113771,1,285.003,-4813.87,10.2344,-0.157079,0,0,-0.0784588,0.996917,30,30,255,1), + (84517,113771,1,337.672,-4791.33,11.2518,-2.72271,0,0,-0.978147,0.207914,30,30,255,1), + (84518,113771,1,311.033,-4850.38,10.2414,0.977383,0,0,0.469471,0.882948,30,30,255,1), + (84519,113771,1,315.357,-4667.37,16.2658,-2.05949,0,0,-0.857168,0.515037,30,30,255,1), + (84520,113771,1,302.731,-4666.8,16.5412,-3.00195,0,0,-0.997563,0.0697646,30,30,255,1), + (84521,113771,1,360.845,-4837.47,11.5441,-2.49582,0,0,-0.948324,0.317305,30,30,255,1), + (84522,113771,1,336.808,-4835.13,9.9855,2.67035,0,0,0.972369,0.233447,30,30,255,1), + (84523,113771,1,305.732,-4648.74,16.203,-2.37364,0,0,-0.927182,0.37461,30,30,255,1), + (84524,113771,0,-9463.67,144.868,57.6059,-0.471238,0,0,-0.233445,0.97237,30,30,255,1), + (84525,113771,0,-9455.36,81.6477,56.9433,-0.139624,0,0,-0.0697553,0.997564,30,30,255,1), + (84526,113771,0,-9418.3,50.1628,57.6712,0.383971,0,0,0.190808,0.981627,30,30,255,1), + (84527,113771,0,-9481.19,25.9235,56.6678,-2.47837,0,0,-0.945519,0.325567,30,30,255,1), + (84528,113771,0,-9426.95,114.794,58.422,0.383971,0,0,0.190808,0.981627,30,30,255,1), + (84529,113771,0,-9454.08,77.8566,57.1008,-1.93732,0,0,-0.824127,0.566404,30,30,255,1), + (84530,113771,0,-9471.69,9.24544,56.4663,-2.72271,0,0,-0.978147,0.207914,30,30,255,1), + (84531,113771,0,-9454,18.5163,56.5293,-2.25147,0,0,-0.902584,0.430513,30,30,255,1), + (84532,113771,0,-9477.54,52.1982,61.0346,-0.331611,0,0,-0.165047,0.986286,30,30,255,1), + (84533,113771,0,-9435.97,148.227,56.1291,2.51327,0,0,0.951056,0.309019,30,30,255,1), + (84534,113771,0,-9473.67,41.1319,58.0485,0.820303,0,0,0.398748,0.91706,30,30,255,1), + (84535,113771,0,-9481.81,19.8712,56.7135,-2.04204,0,0,-0.852641,0.522496,30,30,255,1), + (84536,113771,0,-9476.4,7.09245,56.7997,0.034906,0,0,0.0174521,0.999848,30,30,255,1), + (84537,113771,0,-9484.34,45.2543,57.344,2.16421,0,0,0.882948,0.469471,30,30,255,1), + (84538,113771,1,9677.68,968.157,1293.79,-2.19912,0,0,-0.891008,0.453988,30,30,255,1), + (84539,113771,1,9777.84,960.313,1306.68,-2.07694,0,0,-0.861629,0.507539,30,30,255,1), + (84540,113771,1,9761.61,931.511,1299.77,3.05433,0,0,0.999048,0.0436174,30,30,255,1), + (84541,113771,1,9830.56,928.174,1306.23,2.44346,0,0,0.939692,0.342021,30,30,255,1), + (84542,113771,1,9871.99,986.952,1309.37,0.139624,0,0,0.0697553,0.997564,30,30,255,1), + (84543,113771,1,9875.77,959.966,1308.55,1.06465,0,0,0.507538,0.861629,30,30,255,1), + (84544,113771,1,9733.58,963.843,1294.4,-2.82743,0,0,-0.987688,0.156436,30,30,255,1), + (84545,113771,1,9836.74,947.91,1306.71,-0.680679,0,0,-0.333807,0.942641,30,30,255,1), + (84546,113771,1,9809.5,936.323,1307.84,-2.37364,0,0,-0.927182,0.37461,30,30,255,1), + (84547,113771,1,9764.7,874.474,1297.42,0.645772,0,0,0.317305,0.948324,30,30,255,1), + (84548,113771,1,9718.43,988.639,1295.07,-2.9845,0,0,-0.996917,0.0784656,30,30,255,1), + (84549,113771,1,9805.17,933.522,1307.34,-1.5708,0,0,-0.707108,0.707106,30,30,255,1), + (84550,113771,1,9772.07,896.576,1297.12,1.78023,0,0,0.777144,0.629323,30,30,255,1), + (85161,179532,429,-14.44,-309.911,-52.1458,0,0,0,0,1,600,600,255,1), + (85162,179532,429,126.758,-296.278,-4.14639,-1.95477,0,0,-0.829038,0.559192,600,600,255,1), + (85163,179532,429,-32.8264,-463.171,-58.6176,0.488691,0,0,0.241921,0.970296,600,600,255,1), + (85164,179532,429,17.3334,-704.192,-12.6426,-2.19912,0,0,-0.891008,0.453988,600,600,255,1), + (85165,179532,429,50.4484,-241.885,-53.2931,1.8675,0,0,0.803856,0.594824,600,600,255,1), + (85166,179532,429,189.484,-482.115,-100.601,1.93731,0,0,0.824125,0.566408,600,600,255,1), + (85167,179532,429,423.59,262.49,11.1475,0,0,0,0,1,600,600,255,1), + (85168,179532,429,475.207,-104.252,-3.88595,-1.32645,0,0,-0.615661,0.788011,600,600,255,1), + (85169,179533,429,-27.0036,-404.283,-58.614,0.226892,0,0,0.113203,0.993572,600,600,255,1), + (85170,179533,429,-131.851,-319.414,-56.7906,0.244346,0,0,0.121869,0.992546,600,600,255,1), + (85171,179533,429,-22.3061,-349.882,-4.07224,-2.02458,0,0,-0.848048,0.52992,600,600,255,1), + (85172,179533,429,-156.299,-321.1,-4.14717,1.25664,0,0,0.587785,0.809017,600,600,255,1), + (85173,179533,429,31.0736,-681.584,-25.1616,0,0,0,0,1,600,600,255,1), + (85174,179533,429,36.7152,-467.008,-4.24876,1.58825,0,0,0.71325,0.70091,600,600,255,1), + (85175,179533,429,-10.2151,-349.267,-53.8632,2.05949,0,0,0.857168,0.515037,600,600,255,1), + (85176,179533,429,-51.4662,-358.168,-4.13823,1.81514,0,0,0.78801,0.615662,600,600,255,1), + (85177,179533,429,21.9326,-409.795,-58.6142,0,0,0,0,1,600,600,255,1), + (85178,179533,429,117.148,-408.461,-3.27357,2.32129,0,0,0.91706,0.398748,600,600,255,1), + (85179,179533,429,102.549,-246.011,-56.3647,0.785397,0,0,0.382683,0.92388,600,600,255,1), + (85180,179533,429,263.393,-568.436,-111.976,-2.67035,0,0,-0.972369,0.233448,600,600,255,1), + (85181,179533,429,477.125,307.609,2.85288,1.74533,0,0,0.766045,0.642787,600,600,255,1), + (85182,179533,429,423.649,-94.0369,-3.88739,-0.453785,0,0,-0.224951,0.97437,600,600,255,1), + (85183,179533,429,4.90084,-450.306,-58.6294,0,0,0,0,1,600,600,255,1), + (85184,179533,429,71.7209,-409.745,-4.21656,3.12412,0,0,0.999962,0.00873622,600,600,255,1), + (85185,179533,429,-27.7882,-388.435,-4.22943,1.39626,0,0,0.642786,0.766046,600,600,255,1), + (85186,179533,429,-42.6484,-341.5,-52.6547,0.244346,0,0,0.121869,0.992546,600,600,255,1), + (85187,179533,429,34.9096,-365.079,-4.14052,0.314158,0,0,0.156434,0.987688,600,600,255,1), + (85188,179533,429,-114.736,-199.653,-4.1244,0,0,0,0,1,600,600,255,1), + (85189,179533,429,101.961,-247.727,-4.01977,2.84488,0,0,0.989015,0.147813,600,600,255,1), + (85190,179533,429,126.702,-248.335,-4.14639,-2.72271,0,0,-0.978147,0.207914,600,600,255,1), + (85191,179533,429,66.2358,-633.758,-25.163,3.05433,0,0,0.999048,0.0436174,600,600,255,1), + (85192,179533,429,-6.16094,-433.403,-4.22212,0,0,0,0,1,600,600,255,1), + (85193,179533,429,2.64945,-210.379,-52.3845,-0.95993,0,0,-0.461748,0.887011,600,600,255,1), + (85194,179533,429,-168.655,-271.912,-4.12082,-0.750491,0,0,-0.366501,0.930418,600,600,255,1), + (85195,179533,429,55.8777,-438.434,-58.5981,-0.855211,0,0,-0.414693,0.909961,600,600,255,1), + (85196,179533,429,59.0393,-760.028,-25.0955,-1.23918,0,0,-0.580701,0.814117,600,600,255,1), + (85197,179533,429,71.7946,-437.261,-58.5956,0.872664,0,0,0.422618,0.906308,600,600,255,1), + (85198,179533,429,-28.3324,-385.063,-58.6181,1.95477,0,0,0.829038,0.559192,600,600,255,1), + (85199,179533,429,47.8125,-334.275,-52.0553,-0.506145,0,0,-0.25038,0.968148,600,600,255,1), + (85200,179533,429,353.105,-447.005,-90.0577,0,0,0,0,1,600,600,255,1), + (85201,179533,429,509.725,523.927,-25.4027,-2.80997,0,0,-0.986285,0.165053,600,600,255,1), + (85202,179533,429,456.691,-47.364,-3.88702,-1.76278,0,0,-0.771624,0.636079,600,600,255,1), + (85203,179533,429,34.5069,-391.211,-58.6112,-2.16421,0,0,-0.882948,0.469471,600,600,255,1), + (85204,179533,429,-12.3063,-396.872,-4.22113,-0.593412,0,0,-0.292372,0.956305,600,600,255,1), + (85205,179533,429,127.199,-272.801,-4.14639,-1.93732,0,0,-0.824127,0.566404,600,600,255,1), + (85206,179533,429,-94.2365,-406.708,-58.6073,0,0,0,0,1,600,600,255,1), + (85207,179533,429,-112.021,-258.887,-56.2501,0,0,0,0,1,600,600,255,1), + (85208,179533,429,134.767,-262.46,-4.14639,-0.488691,0,0,-0.241921,0.970296,600,600,255,1), + (85209,179533,429,-148.661,-210.009,-4.1514,0.418879,0,0,0.207912,0.978148,600,600,255,1), + (85210,179533,429,32.7576,-775.236,-25.1416,-1.309,0,0,-0.608761,0.793354,600,600,255,1), + (85211,179533,429,-109.888,-404.549,-4.21786,-2.07694,0,0,-0.861629,0.507539,600,600,255,1), + (85212,179533,429,-61.5861,-306.311,-55.7067,2.33874,0,0,0.920505,0.390732,600,600,255,1), + (85213,179533,429,-7.83484,-199.983,-4.12879,-0.453785,0,0,-0.224951,0.97437,600,600,255,1), + (85214,179533,429,64.8074,-400.448,-58.6044,-0.628317,0,0,-0.309016,0.951057,600,600,255,1), + (85215,179533,429,44.9141,-626.477,-25.1061,-2.47837,0,0,-0.945518,0.325568,600,600,255,1), + (85216,179533,429,66.1826,-315.416,-54.2518,0,0,0,0,1,600,600,255,1), + (85217,179533,429,242.178,-420.788,-119.962,-0.069812,0,0,-0.0348989,0.999391,600,600,255,1), + (85218,179533,429,490.501,551.961,-25.381,-0.418879,0,0,-0.207912,0.978148,600,600,255,1), + (85219,179533,429,468.448,258.01,6.34532,1.02974,0,0,0.492422,0.870357,600,600,255,1), + (85220,179533,429,-5.54965,-393.198,-58.6137,-0.209439,0,0,-0.104528,0.994522,600,600,255,1), + (85221,179533,429,-124.622,-234.072,-55.1133,-0.314158,0,0,-0.156434,0.987688,600,600,255,1), + (85222,179533,429,119.36,-336.64,-4.14986,-1.44862,0,0,-0.662619,0.748957,600,600,255,1), + (85223,179533,429,-75.923,-358.893,-4.14481,2.87979,0,0,0.991445,0.130528,600,600,255,1), + (85224,179533,429,41.8712,-744.931,-25.1339,0.104719,0,0,0.0523356,0.99863,600,600,255,1), + (85225,179533,429,36.7851,-402.629,-4.21849,-2.49582,0,0,-0.948324,0.317305,600,600,255,1), + (85226,179533,429,-14.44,-309.911,-52.1458,0,0,0,0,1,600,600,255,1), + (85227,179533,429,126.758,-296.278,-4.14639,-1.95477,0,0,-0.829038,0.559192,600,600,255,1), + (85228,179533,429,-32.8264,-463.171,-58.6176,0.488691,0,0,0.241921,0.970296,600,600,255,1), + (85229,179533,429,17.3334,-704.192,-12.6426,-2.19912,0,0,-0.891008,0.453988,600,600,255,1), + (85230,179533,429,50.4484,-241.885,-53.2931,1.8675,0,0,0.803857,0.594823,600,600,255,1), + (85231,179533,429,189.484,-482.115,-100.601,1.93731,0,0,0.824125,0.566409,600,600,255,1), + (85232,179533,429,423.59,262.49,11.1475,0,0,0,0,1,600,600,255,1), + (85233,179533,429,475.207,-104.252,-3.88595,-1.32645,0,0,-0.615661,0.788011,600,600,255,1), + (85376,1617,0,-5605.18,-1705.6,398.696,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (85435,1617,0,-5693.27,-1248.39,389.542,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (85436,1617,0,-5120.14,-2750.12,341.391,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (85437,1617,0,-5229.47,-2761.29,340.098,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (85439,1617,0,-4916.39,-2793.79,327.134,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (85440,1618,0,-5335.43,-2800.35,350.679,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (85441,1618,0,-9965.29,188.475,32.6272,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (85443,1619,0,-5678.3,-1469.82,405.582,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (85444,1619,0,-9803.82,-2286.89,63.6404,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (85445,1619,0,-8878.36,-2197.7,143.024,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (85446,1619,0,-9430.68,-1904.9,93.3589,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (85447,1619,0,-9125.74,-3186.11,113.986,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (85448,1619,0,-8784.66,-2475.44,136.705,-0.104719,0,0,-0.0523356,0.99863,300,300,255,1), + (85449,1619,0,-9319.15,-3281.53,99.8038,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (85450,1619,0,-9614.35,-2156.73,73.633,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (85451,1620,0,-8929.93,-2214.44,136.017,-1.78023,0,0,-0.777145,0.629321,300,300,255,1), + (85452,1620,0,-9090.56,-2716.7,93.1088,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (85453,1620,0,-10355.7,117.561,30.0454,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (85454,1620,0,-8976.07,-2171.74,132.628,0.069812,0,0,0.0348988,0.999391,300,300,255,1), + (85455,1620,0,-8744.09,-2456.23,138.914,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (85456,1620,0,-10901.2,1166.75,35.9096,2.68781,0,0,0.97437,0.22495,300,300,255,1), + (85457,1621,0,-9904.38,-1880.45,37.9255,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (85458,1621,0,-9282.73,-1880.83,85.4043,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (85459,1621,0,-10656.5,-858.591,54.3311,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (85460,1621,0,-9083.6,-2206.59,130.86,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (85461,1621,0,-9496.37,-3203.11,62.4749,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (85462,1622,0,-9378.38,-3038.53,136.687,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (85463,1622,0,-8910.15,-2643.76,136.301,-0.610864,0,0,-0.300705,0.953717,300,300,255,1), + (85464,1622,0,-9503.31,-2082.8,100.905,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (85465,1622,0,-9499.42,-3054.76,110.48,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (85466,1622,0,-9174.59,-3245.7,102.285,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (85467,1623,0,-10693.7,-601.31,80.3573,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (85468,1624,0,-3985.61,-2900.04,12.3601,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (85469,2045,0,-3281.69,-889.824,-11.5435,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (86043,2866,1,-8551.42,-4275.46,12.493,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (86044,2866,0,-6846.84,-1140.55,240.004,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (86045,2866,0,-7091.08,-1143.13,270.494,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (86046,2866,0,-7319.13,-934.882,244.218,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (86047,2866,1,-10016.3,-3712.83,5.8713,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (86048,2866,1,-7615.36,-3785.46,12.4705,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (86049,2866,1,-8219.37,-4343.52,13.023,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (86050,2866,1,-7247.31,-4475.61,9.24286,2.18166,0,0,0.88701,0.461749,300,300,255,1), + (86051,2866,1,-7953.55,-5186.19,3.77604,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (86052,2866,1,-7578.92,-4414.79,11.0501,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (86053,2866,1,-7713.99,-4318.98,11.0923,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (86054,142140,1,-3100.92,1824.06,42.6913,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (86055,142140,1,-3153.04,1919.11,45.3751,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (86056,142140,0,-414.097,-2969.14,95.1376,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (86057,142140,1,-8839.33,-3354.38,9.368,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (86058,142140,1,-8962.61,-3482.48,20.1249,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (86059,142140,1,-5614.67,1307.63,35.5387,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (86060,142140,1,-7936.81,-3902.71,9.61212,-1.76278,0,0,-0.771624,0.636079,300,300,255,1), + (86061,142140,1,-3158.66,1872.15,45.1368,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (86062,142140,1,-4865.61,3626.88,14.1378,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (86063,142140,1,-5474.59,3656.6,-2.29504,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (86064,142140,1,-2938.85,2588.07,52.3408,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (86065,142140,1,-2803.22,2565.98,58.5688,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (86066,142140,1,-3081.53,2785.44,72.6654,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (86067,142140,0,-12929,-592.18,54.1034,0.069812,0,0,0.0348989,0.999391,300,300,255,1), + (86068,142140,0,-12832.5,-756.565,76.742,-0.436332,0,0,-0.216439,0.976296,300,300,255,1), + (86069,142140,0,-12704.1,-490.987,30.4305,1.64061,0,0,0.731354,0.681998,300,300,255,1), + (86070,142140,1,-8306.15,-4601.28,8.87698,-1.41372,0,0,-0.649447,0.760406,300,300,255,1), + (86071,142140,0,330.611,-3794.22,164.849,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (86072,142140,1,-5478.73,1138.19,48.0808,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (86073,142140,1,3797.78,-5155.82,142.267,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (86074,142140,1,-8057.83,-3926.48,10.0293,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (86075,142140,1,3566.69,-5040.05,84.6414,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (86076,142140,1,-5741.64,1168.35,64.9306,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (86077,142140,1,-6964.21,-4412.08,10.5654,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (86078,142140,1,2861.47,-4010.64,141.192,-2.35619,0,0,-0.923879,0.382686,300,300,255,1), + (86079,142141,0,1434.88,-1542.22,55.5123,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (86080,142141,0,3305.3,-3724.89,156.091,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (86081,142141,0,1955.09,-2288.2,60.9163,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (86082,142141,0,2648.07,-4149.05,82.2208,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (86083,142141,0,1949.96,-3962.64,133.924,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (86084,142141,0,1075.39,-1688.27,62.45,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (86085,142141,0,2205.75,-4157.82,85.6112,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (86086,142141,0,3122.05,-4285.86,112.994,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (86087,142141,0,2468.48,-4835.2,73.8452,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (86088,142141,0,1748.99,-909.477,66.7775,-2.426,0,0,-0.936671,0.350211,300,300,255,1), + (86089,142142,0,1596,-4032.47,149.646,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (86090,142142,1,-7736.79,-1046.92,-271.153,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (86091,142142,1,-6682.94,-111.977,3.70413,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (86092,142142,1,-5168.84,1370.13,42.1852,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (86093,142142,1,-5204.04,1462.39,46.935,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (86094,142142,0,157.583,-3357.76,116.646,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (86095,142142,0,126.82,-3811.6,125.848,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (86096,142142,1,-4219.56,468.836,50.3814,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (86097,142142,1,-7551.09,-1314.93,-271.389,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (86098,142142,0,72.6079,-2282.54,107.053,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (86099,142142,1,-4771.66,1382.84,106.601,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (86100,142142,1,-5210.45,531.914,53.0045,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (86101,142142,1,-4542.05,551.276,61.0015,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (86102,142142,1,-4721.07,1237.54,104.924,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (86103,142142,1,-3113.52,2545.8,49.0441,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (86104,142142,1,-3510.86,2515.86,54.4166,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (86105,142142,0,2191.87,-4578.98,73.6903,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (86106,142142,0,48.7941,-2583.62,113.303,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (86107,142142,1,-6856.67,-2181.42,-269.856,-2.426,0,0,-0.936671,0.350211,300,300,255,1), + (86108,142142,0,84.1852,-4108.34,158.736,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (86109,142142,0,312.959,-3978.31,125.032,1.51844,0,0,0.688356,0.725373,300,300,255,1), + (86110,142142,1,-4396.3,598.634,62.9732,1.76278,0,0,0.771624,0.636079,300,300,255,1), + (86111,142142,1,-4587.29,724.25,48.3546,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (86112,142142,0,1982.18,-4091.15,86.3628,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (86113,142142,1,-4378.7,473.177,55.3617,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (86114,142142,1,-4180.1,-116.857,59.4741,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (86115,142142,1,-4940.68,1379.55,51.1686,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (86116,142142,1,-3785.27,1951.63,66.5355,-0.541051,0,0,-0.267238,0.963631,300,300,255,1), + (86117,142142,1,-4862.91,222.42,47.9531,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (86118,142142,1,-5089.1,237.204,43.834,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (86119,142142,1,-4664.02,1593.6,116.131,-0.890117,0,0,-0.430511,0.902586,300,300,255,1), + (86120,142142,1,-5394.21,1486.27,26.0908,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (86121,142142,1,-5380.1,1480.28,25.6769,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (86122,142142,1,-5468.4,1682.59,60.2407,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (86123,142142,1,-3488.37,2192.53,28.3378,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (86124,142142,1,-4220.13,114.092,58.0438,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (86125,142142,1,-4312.9,480.826,54.8414,-2.426,0,0,-0.936671,0.350211,300,300,255,1), + (86126,142142,1,3513.71,-4175.21,102.224,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (86127,142143,1,-6785.18,-1242.31,-270.824,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (86128,142143,0,-10641.8,-2588.92,22.8873,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (86129,142143,0,-10122.4,-3323.38,20.8346,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (86130,142143,0,-10222.1,-2547.43,28.302,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (86131,142143,0,-10441.7,-2949.74,20.4125,-2.37364,0,0,-0.927182,0.37461,300,300,255,1), + (86132,142143,0,-10208.6,-3183.85,18.7951,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (86133,142143,0,-10232.6,-3237.06,20.4871,0.680677,0,0,0.333806,0.942642,300,300,255,1), + (86134,142143,0,-10191.9,-2867.31,20.7899,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (86138,142144,0,394.02,-3754.01,126.82,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (86139,142144,0,378.476,-3758.72,103.351,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (86140,142144,0,357.638,-3789.23,126.82,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (86143,142145,1,-1988.43,1979.86,63.384,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (86159,1617,1,-690.432,-5610.89,26.6571,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (86160,1617,0,-10044.4,907.009,30.8313,-0.418879,0,0,-0.207911,0.978148,300,300,255,1), + (86162,1617,1,654.603,-4906.94,25.1601,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (86163,1617,1,-109.584,-4607.25,46.3883,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (86164,1617,0,-9737.88,727.222,27.5254,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (86165,1617,1,-62.4103,-5153.83,9.28289,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (86166,1617,1,332.682,-4996.81,19.5713,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (86167,1617,1,-168.535,-5166.67,24.9761,0,0,0,0,1,300,300,255,1), + (86168,1617,1,794.438,-4269.78,18.8703,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (86169,1617,1,92.4622,-4616.65,49.7868,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (86170,1617,0,-9198.81,-1258.92,77.0887,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (86171,1617,1,-293.877,-4903.56,31.5329,-1.27409,0,0,-0.594823,0.803857,300,300,255,1), + (86172,1617,0,-10128.5,1001.42,37.3444,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (86174,1617,1,1292.54,-4168.69,27.7662,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (86175,1617,1,1358.3,-4569.46,37.8919,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (86176,1617,1,1056.99,-5000.04,17.4907,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (86177,1617,1,821.031,-4890.18,35.3849,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (86178,1617,0,-5576.14,-1609.03,394.671,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (86181,1617,1,-2257.43,235.841,81.6378,-2.426,0,0,-0.936671,0.350211,300,300,255,1), + (86182,1617,0,992.227,1595.33,30.3211,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (86183,1617,0,1129.89,1426.89,37.3946,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (86184,1617,0,2196.37,-359.505,75.1928,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (86185,1617,1,-890.855,389.65,32.1049,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (86186,1617,1,-1521.66,118.448,-2.23671,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (86187,1617,1,1053.77,-4301.23,17.4971,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (86188,1617,1,-1165.96,-981.61,2.30113,1.91986,0,0,0.819151,0.573577,300,300,255,1), + (86189,1617,0,1966.1,-593.648,56.9309,2.42601,0,0,0.936673,0.350206,300,300,255,1), + (86190,1617,1,9996.68,1737.04,1332.69,2.68781,0,0,0.97437,0.22495,300,300,255,1), + (86195,1617,1,7353.12,119.21,12.8687,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (86196,1618,1,-721.236,-5611.31,25.5613,-1.58825,0,0,-0.713251,0.700909,300,300,255,1), + (86198,1618,1,-2692.53,-1177.1,10.5903,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (86199,1618,1,115.578,-4686.57,27.4204,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (86200,1618,1,81.6812,-4855.03,16.2339,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (86201,1618,1,188.786,-5087.78,10.8326,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (86202,1618,1,-55.2088,-5059.32,10.3872,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (86203,1618,0,-5249.26,-432.63,387.018,2.82743,0,0,0.987688,0.156436,300,300,255,1), + (86204,1618,1,-726.661,-4810.64,25.4452,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (86205,1618,1,552.922,-4382.99,25.6746,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (86206,1618,1,621.033,-4322.41,18.9057,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (86207,1618,1,1123.47,-4109.11,18.9393,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (86208,1618,1,1192.58,-4006.66,17.0034,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (86209,1618,1,950.419,-4981.33,9.41513,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (86210,1618,1,-17.5935,-4018.54,59.2235,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (86211,1618,1,122.605,-4414.1,37.6684,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (86212,1618,1,4926.66,381.136,38.894,0.680677,0,0,0.333806,0.942642,300,300,255,1), + (86214,1618,1,-1518.6,-283.123,-26.0325,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (86215,1618,1,7649.51,-832.593,15.436,0.261798,0,0,0.130525,0.991445,300,300,255,1), + (86216,1618,0,-5519.1,-434.05,405.842,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (86217,1618,1,-2544.55,-1180.8,-3.04812,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (86219,1618,1,481.166,-3884.93,20.6758,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (86220,1619,1,-1004.58,-4805.93,12.8968,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (86222,1619,1,-114.458,-3897.58,44.0153,0.785397,0,0,0.382683,0.92388,300,300,255,1), + (86223,1619,0,-9242.07,-500.695,72.2388,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (86224,1619,1,191.52,-4436.94,33.9087,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (86225,1619,1,-61.418,-4616.06,42.8898,-1.18682,0,0,-0.559191,0.829039,300,300,255,1), + (86226,1619,1,-734.752,-4977.03,22.2292,-0.209439,0,0,-0.104528,0.994522,300,300,255,1), + (86227,1619,1,159.863,-3927.96,45.6035,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (86228,1619,1,225.312,-4230.02,41.828,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (86229,1619,0,-9125.45,-647.984,83.9311,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (86230,1619,0,-9194.63,-1313.42,94.5443,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (86231,1619,1,912.638,-4033.78,-11.5388,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (86232,1619,0,-9105.53,-1322.45,109.184,0.488691,0,0,0.241921,0.970296,300,300,255,1), + (86233,1619,1,1313.98,-4928.83,9.16377,1.91986,0,0,0.819151,0.573577,300,300,255,1), + (86234,1619,1,944.376,-4231.94,-6.23417,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (86235,1619,1,934.805,-3918.83,19.6192,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (86236,1619,1,-460.157,-4712.15,37.342,-0.610864,0,0,-0.300705,0.953717,300,300,255,1), + (86238,1619,0,275.478,1292.72,79.5945,-1.5708,0,0,-0.707108,0.707106,300,300,255,1), + (86239,1619,0,1892.15,-682.06,50.8038,2.75761,0,0,0.981626,0.190814,300,300,255,1), + (86240,1619,1,10245.8,1532.83,1332.78,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (86241,1619,1,-1281.1,-1042.77,48.7105,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (86245,1620,0,-11076.5,1616.98,43.6395,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (86246,1620,1,-628.346,-2029.38,64.2924,0.59341,0,0,0.292371,0.956305,300,300,255,1), + (86247,1620,1,7588.91,-803.94,15.4576,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (86248,1620,1,931.2,-4038.23,-13.3467,-2.30383,0,0,-0.913544,0.406739,300,300,255,1), + (86249,1620,1,12.6286,-4112.04,68.9858,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (86250,1620,1,2960.09,537.748,5.89731,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (86251,1620,1,7518.13,-999.679,-9.88135,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (86253,1620,0,626.599,1114.28,63.7859,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (86254,1620,0,-293.199,1221.4,47.9139,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (86255,1620,0,664.761,1137.47,57.2768,3.00195,0,0,0.997563,0.0697646,300,300,255,1), + (86256,1620,0,-699.789,266.887,48.9128,1.88495,0,0,0.809015,0.587788,300,300,255,1), + (86257,1620,0,-10156.3,273.428,22.5262,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (86258,1620,0,-3556.89,-1394.49,9.70738,2.30383,0,0,0.913545,0.406738,300,300,255,1), + (86259,1620,1,6741.07,452.357,19.4953,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (86260,1620,1,2576.27,1677.75,294.842,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (86261,1620,1,7549.78,-934.65,12.8812,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (86262,1621,0,-1185.91,-1002.09,54.4282,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (86263,1621,0,-9567.76,-2131.51,74.0443,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (86264,1621,0,-3494.52,-1487.17,9.14602,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (86265,1621,0,-3558.61,-1292.08,10.0193,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (86266,1621,1,3281.95,405.828,3.70566,1.72787,0,0,0.760404,0.64945,300,300,255,1), + (86268,1621,0,-1058.08,-1048.58,48.0192,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (86269,1621,0,-510.528,1345.62,42.9607,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (86270,1621,0,-952.438,185.32,39.5891,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (86271,1621,0,-10724.6,431.879,39.0428,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (86272,1621,1,2570.96,1726.28,314.527,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (86273,1621,1,1897.15,946.018,167.142,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (86274,1621,1,206.765,90.7655,51.4756,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (86275,1621,1,2903.98,-987.834,199.138,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (86276,1621,1,7457.85,-1146.68,44.8022,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (86277,1622,1,2267.7,1446.69,288.195,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (86278,1622,1,2207.85,1457.16,298.49,-3.00195,0,0,-0.997563,0.0697646,300,300,255,1), + (86279,1622,0,-326.226,-354.014,80.6472,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (86280,1622,0,-465.653,-1409.62,89.7087,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (86281,1622,1,-772.777,-2009.33,77.1303,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (86282,1622,1,-735.582,-2128.8,66.6035,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (86283,1622,1,-5186.26,-2464.78,-50.7728,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (86284,1622,1,-6059.98,-3502.83,-51.4185,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (86285,1622,1,-4652.88,-1281.84,-45.4742,1.90241,0,0,0.814116,0.580702,300,300,255,1), + (86286,1622,0,87.021,-1039.61,87.1876,0.767944,0,0,0.374606,0.927184,300,300,255,1), + (86287,1622,0,227.415,1478.35,142.382,2.72271,0,0,0.978147,0.207914,300,300,255,1), + (86288,1622,1,-1406.87,2479.42,89.5196,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (86289,1622,0,-212.187,961.788,72.1722,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (86290,1622,0,-753.954,-1005.48,49.0006,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (86291,1622,0,-2842.83,-2212.49,30.8977,1.8675,0,0,0.803857,0.594823,300,300,255,1), + (86292,1622,0,-3390.06,-1649.96,24.1359,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (86293,1622,1,1494.71,1292.89,181.399,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (86294,1622,1,748.818,1542.47,-16.4499,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (86295,1622,1,-150.817,-588.083,0.593653,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (86296,1622,1,4326.1,921.623,-16.6916,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (86297,1622,1,7371.6,-964.426,32.2543,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (86298,1623,1,-5466.03,-3213.86,-16.943,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (86299,1623,1,-5395.51,-1994.2,-44.7428,-0.471238,0,0,-0.233445,0.97237,300,300,255,1), + (86300,1623,0,-13744.2,514.59,62.0928,1.95477,0,0,0.829038,0.559192,300,300,255,1), + (86301,1623,1,-4638.27,-1335.26,-29.6609,-1.93732,0,0,-0.824127,0.566404,300,300,255,1), + (86302,1623,0,-11924.1,433.183,49.4204,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (86303,1623,1,3556.59,-1425.08,192.132,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (86304,1623,1,1055.79,1644.41,17.822,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (86305,1623,1,2198.55,1377.93,285.3,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (86306,1623,0,-13398.4,551.578,43.4367,-0.610864,0,0,-0.300705,0.953717,300,300,255,1), + (86307,1623,0,-11842.5,-717.021,42.0561,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (86308,1623,0,-13787.4,422.404,89.6641,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (86309,1623,0,-1200.07,-2025,65.1737,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (86310,1623,1,2622.2,1778.37,337.445,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (86311,1623,1,2236.75,1352.26,313.724,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (86312,1623,1,-5111.26,-1633.1,-27.9921,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (86313,1624,1,-5022.25,-2211.85,-54.0231,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (86314,1624,1,-5429.14,-2040.26,-64.7291,0.488691,0,0,0.241921,0.970296,300,300,255,1), + (86315,1624,1,-5361.9,-3237.28,-43.1254,-0.174532,0,0,-0.0871553,0.996195,300,300,255,1), + (86316,1624,1,-3783.09,-2183.34,93.6768,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (86317,1624,1,-1646.38,2346.47,88.3708,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (86318,1624,1,718.89,1533.58,-22.989,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (86319,1624,0,-1081.28,-3111.25,48.0621,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (86320,1624,0,-13677.6,160.625,19.4787,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (86321,1624,0,-10943.8,243.869,28.5117,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (86322,1624,1,-2381.14,-2293.68,91.6667,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (86323,1624,0,311.558,-826.1,136.664,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (86324,1624,1,-3564.58,-3356.95,39.8302,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (86325,1624,1,2370.62,1459.79,277.939,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (86326,1624,1,-366.88,1950.63,111.301,0.174532,0,0,0.0871553,0.996195,300,300,255,1), + (86327,1624,0,-10598.5,-952.971,53.2791,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (86328,1624,0,-14667.3,-362.328,8.27847,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (86329,1624,0,-13621.2,-66.93,35.9177,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (86330,1624,0,-11893.3,-679.452,16.3839,-2.21656,0,0,-0.894933,0.446202,300,300,255,1), + (86331,1624,0,-11865,-549.116,14.4704,2.75761,0,0,0.981626,0.190814,300,300,255,1), + (86332,1624,1,-3661.01,-3444,37.2395,-1.98967,0,0,-0.838669,0.544641,300,300,255,1), + (86333,1624,0,-2985.19,-1553.93,9.27713,2.84488,0,0,0.989015,0.147813,300,300,255,1), + (86334,1624,1,3219.43,479.263,-1.44214,-1.36136,0,0,-0.629322,0.777145,300,300,255,1), + (86335,1624,0,-1052.49,-1983.44,67.8225,-2.49582,0,0,-0.948323,0.317306,300,300,255,1), + (86336,1624,0,192.174,-601.28,126.948,2.9845,0,0,0.996917,0.0784656,300,300,255,1), + (86337,1624,1,-3754.5,-2373.85,94.315,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (86338,1624,0,-12735.8,-793.108,61.9712,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (86339,1624,0,-11871.1,-181.152,16.7947,1.23918,0,0,0.580701,0.814117,300,300,255,1), + (86340,1624,1,2352.08,1573.53,281.966,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (86341,1624,0,-1686.45,-2779.43,46.748,2.72271,0,0,0.978147,0.207914,300,300,255,1), + (86342,1624,1,-4628.61,-3736.39,40.7212,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (86343,1624,0,-1193.48,-3173.99,42.3659,0.401425,0,0,0.199368,0.979925,300,300,255,1), + (86344,1624,0,-823.311,-1380.93,66.2461,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (86345,1624,1,1364.02,880.856,155.208,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (86346,1624,1,3357.22,592.805,3.73639,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (86347,1624,1,3152.67,-1811.98,175.534,-0.069812,0,0,-0.0348989,0.999391,300,300,255,1), + (86348,1628,1,-1825.41,2496.97,63.0604,2.16421,0,0,0.882948,0.469471,300,300,255,1), + (86349,1628,0,-10547,269.901,28.4756,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (86350,1628,1,-1251.02,1900.7,50.1459,-1.5708,0,0,-0.707108,0.707106,300,300,255,1), + (86382,176583,1,-7821.75,-1319.65,-271.669,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (86383,176583,0,-31.2875,-2533.09,119.018,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (86384,176583,1,-5335.2,1423.61,27.8609,2.49582,0,0,0.948324,0.317305,300,300,255,1), + (86385,176583,1,-6564.64,-701.637,-268.937,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (86386,176583,1,-3876.53,1975.75,72.5063,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (86387,176583,1,-6475.13,-1707.52,-275.624,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (86388,176583,0,3321.01,-4947.1,168.989,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (86389,176583,0,1823.56,-3750.1,158.251,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (86390,176583,0,2933.23,-4004.29,104.741,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (86392,176583,0,320.651,-3068.27,119.442,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (86393,176583,1,3744.09,-4797.82,136.26,1.67551,0,0,0.743143,0.669133,300,300,255,1), + (86394,176583,0,51.3171,-3625.82,122.411,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (86395,176583,1,3423.77,-4651.64,102.226,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (86405,176584,1,-7382.57,-1981.48,-270.47,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (86406,176584,1,-7076.98,-650.943,-269.642,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (86407,176584,1,-6449.84,1330.59,1.34675,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (86408,176584,1,-7412.39,-1424.75,-271.369,-1.5708,0,0,-0.707108,0.707106,300,300,255,1), + (86409,176584,1,-7633.23,-1917.64,-268.372,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (86410,176584,0,2386.19,-5174.74,74.0617,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (86411,176584,0,2114.44,-3315.56,120.031,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (86412,176584,0,1675.74,-4981.45,79.0261,-3.00195,0,0,-0.997563,0.0697646,300,300,255,1), + (86413,176584,0,2789.93,-4104.28,99.2775,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (86414,176584,0,1857.36,-2116.71,68.6316,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (86415,176584,0,1515.73,-1079.51,74.4867,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (86416,176584,0,-8208.66,-932.638,133.372,0.488691,0,0,0.241921,0.970296,300,300,255,1), + (86417,176584,0,2155.74,-2417.66,60.7121,-0.90757,0,0,-0.438371,0.898794,300,300,255,1), + (86418,176584,0,1950.77,-3732.88,127.524,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (86419,176584,0,2798.28,-3348.45,96.2219,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (86420,176584,0,1648.37,-3419.78,133.083,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (86421,176584,0,2768.47,-4124.76,94.0685,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (86422,176584,0,2089.32,-4781.44,74.7134,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (86423,176584,1,3373.61,-4798.87,110.855,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (86424,176584,1,-6840.39,1052.12,2.4004,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (86425,176584,1,3797.72,-4948.68,145.915,-2.30383,0,0,-0.913544,0.406739,300,300,255,1), + (86426,176584,1,3525.2,-4661.24,101.48,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (86428,176584,1,3320.06,-4643.19,97.123,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (86435,176586,1,-7147.22,-1173.04,-243.574,-1.81514,0,0,-0.788011,0.615662,300,300,255,1), + (86436,176586,1,6021.43,-4708.45,788.153,-0.820303,0,0,-0.398748,0.91706,300,300,255,1), + (86437,176586,0,2245.04,-3049.81,123.527,-0.488691,0,0,-0.241921,0.970296,300,300,255,1), + (86438,176586,1,-6960.87,-2322.74,-224.537,-3.05433,0,0,-0.999048,0.0436174,300,300,255,1), + (86439,176586,1,4010.14,-5017.9,149.252,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (86440,176586,0,2871.31,-2871.03,104.928,2.04204,0,0,0.85264,0.522499,300,300,255,1), + (86441,176586,0,2225.33,-2463.55,90.5105,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (86442,176586,1,7526.94,-3923.2,717.491,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (86443,176586,1,6983.7,-4332.11,775.726,0.174532,0,0,0.0871553,0.996195,300,300,255,1), + (86444,176586,1,7262.21,-4041.76,715.86,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (86445,176586,1,6852.75,-2989.41,601.534,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (86446,176586,0,3132.67,-4361.14,139.667,-2.14675,0,0,-0.878816,0.477161,300,300,255,1), + (86447,176586,1,6789.77,-4042.01,708.498,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (86448,176586,0,2249.72,-4420.42,132.854,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (86449,176586,1,7010.93,-4831.64,717.759,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (86450,176586,1,3873.34,-4893.83,173.628,1.88495,0,0,0.809015,0.587788,300,300,255,1), + (86451,176586,1,6384.57,-3255.25,618.608,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (86452,176586,1,6672.38,-5135.28,784.418,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (86453,176586,1,5355.13,-4446.39,843.834,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (86454,176586,1,6775.71,-5208.24,764.705,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (86466,176587,0,2793.07,-4211.21,90.0861,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (86467,176587,0,1673.49,-2277.09,59.161,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (86468,176587,0,2165.87,-3193.97,104.805,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (86469,176587,0,2011.32,-3304.11,104.193,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (86470,176587,0,3136.98,-3255.85,154.399,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (86471,176587,0,1825.87,-5056.87,84.4563,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (86472,176587,0,1878.36,-4847.95,107.496,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (86473,176587,0,1943.64,-1904.94,75.7893,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (86474,176587,0,1095.73,-2526.41,61.4232,-0.034906,0,0,-0.0174521,0.999848,300,300,255,1), + (86475,176587,0,3140.44,-3679.26,133.914,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (86476,176587,0,2665.35,-4087.51,85.4097,1.91986,0,0,0.819151,0.573577,300,300,255,1), + (86477,176587,0,2483.69,-4265.49,74.3489,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (86478,176587,0,3104.87,-3972.7,110.676,0.488691,0,0,0.241921,0.970296,300,300,255,1), + (86479,176588,1,5121.67,-4969.84,877.953,0.95993,0,0,0.461748,0.887011,300,300,255,1), + (86480,176588,1,5299.71,-4791.05,692.076,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (86481,176588,1,5935.55,-4583.15,717.809,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (86482,176588,1,7507.19,-3946.16,721.172,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (86483,176588,1,7169.13,-4930.43,713.605,-1.65806,0,0,-0.737276,0.675591,300,300,255,1), + (86484,176588,1,5418.08,-4628.64,803.636,-0.471238,0,0,-0.233445,0.97237,300,300,255,1), + (86485,176588,1,7202.93,-4495.66,612.221,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (86486,176588,1,6754.1,-3469.91,680.081,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (86487,176588,1,7113.89,-4231.54,691.835,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (86488,176588,1,6454.25,-2619.77,565.284,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (86489,176588,1,7917.05,-4217.55,690.981,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (86490,176588,1,7277.05,-4973.89,727.433,2.91469,0,0,0.993571,0.113208,300,300,255,1), + (86491,176588,1,6828.07,-3437.83,706.807,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (86492,176588,1,6452.4,-3043.28,573.872,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (86493,176588,1,5446.56,-4891.5,868.237,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (86494,176588,1,6786.35,-3076.26,577.885,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (86495,176588,1,6578.92,-4341.99,691.947,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (86496,176588,1,5336.3,-4551.51,694.994,-2.26892,0,0,-0.906306,0.422622,300,300,255,1), + (86497,176588,1,6781.84,-3670.45,732.095,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (86498,176588,1,7158.97,-4899.96,704.893,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (86499,176588,1,7418.42,-4684.81,630.092,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (86500,176588,1,6874.46,-3068.54,620.449,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (86501,176588,1,6781.86,-3677.09,731.957,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (86502,176588,1,5202.73,-4798.3,692.044,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (86503,176589,0,3151.6,-3727.88,-61.2898,0.541051,0,0,0.267238,0.963631,3600,3600,255,1), + (86504,176589,1,6571.79,-5104.69,769.397,2.86233,0,0,0.990267,0.139178,3600,3600,255,1), + (86799,2041,1,-2876.87,1688.79,28.9256,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (86800,2041,1,-2596.53,2040.23,28.3366,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (86801,2041,0,335.301,-1352.17,40.368,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (86802,2041,1,-3615.72,-3069.87,30.6471,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (86803,2041,1,-3557.42,-3318.69,30.4225,2.72271,0,0,0.978147,0.207914,300,300,255,1), + (86804,2041,1,-3092.95,1749.66,28.2648,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (86805,2041,1,-3871.89,-3656.06,31.251,0,0,0,0,1,300,300,255,1), + (86806,2041,1,-3731.32,-3187.41,32.0722,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (86807,2041,0,-12198.1,-58.1796,1.09586,2.25147,0,0,0.902585,0.430512,300,300,255,1), + (86808,2041,0,352.731,-1452.43,39.5358,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (86809,2041,1,-4662.81,1144.55,87.1693,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (86810,2041,1,-4237.53,219.173,52.6707,2.04204,0,0,0.852641,0.522496,300,300,255,1), + (86811,2041,1,-4792.35,1106.09,84.0014,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (86812,2041,1,-4831.58,2214.34,4.00695,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (86813,2041,0,-13349.2,745.215,4.4602,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (86814,2041,0,-14034.1,485.111,5.65399,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (86815,2041,0,-10156.2,-2534.16,26.2465,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (86816,2041,0,-10330.6,-2957.37,19.5952,-2.87979,0,0,-0.991445,0.130528,300,300,255,1), + (86817,2041,0,-10097.8,-3224.53,19.3825,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (86818,2041,1,-3760,-3381.81,30.9896,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (86819,2041,0,-13674.1,449.951,41.3601,2.37364,0,0,0.927182,0.37461,300,300,255,1), + (86820,2041,0,500.766,-3791.9,102.439,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (86821,2041,1,-4716.59,2077.56,2.63233,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (86822,2041,1,-3520.12,2025.65,38.5188,2.77507,0,0,0.983255,0.182237,300,300,255,1), + (86823,2041,1,-3775.09,-2953.29,31.872,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (86824,2041,1,-4630.46,-3365.78,30.9744,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (86825,2041,0,-11821.7,872.976,6.03503,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (86826,2041,0,-11652.8,1017.66,2.37706,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (86827,2041,1,-2015.13,2275.88,53.7174,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (86828,2041,1,-3032.17,2091.52,28.1324,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (86829,2041,1,-4633.45,-66.6649,91.9696,-0.541051,0,0,-0.267238,0.963631,300,300,255,1), + (86830,2041,1,-4541.49,-3057.2,30.645,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (86831,2041,1,-3623.66,-3275.27,31.6351,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (86832,2041,1,-4200.37,-3329.22,30.2588,3.07177,0,0,0.999391,0.0349043,300,300,255,1), + (86833,2041,1,-4212.56,-3291.74,30.8613,-0.541051,0,0,-0.267238,0.963631,300,300,255,1), + (86834,2041,1,-3676.5,-2814.39,31.8353,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (86835,2041,1,-1999.58,2393.52,53.7464,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (86836,2042,0,11.9988,179.588,45.3398,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (86837,2042,0,73.3306,-2575.64,110.622,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (86838,2042,0,-13597.7,-111.13,42.1737,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (86839,2042,0,-12317.7,-116.954,21.0686,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (86840,2042,0,62.7072,-4282.95,116.939,1.15192,0,0,0.54464,0.83867,300,300,255,1), + (86841,2042,0,130.193,-3739.45,125.82,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (86842,2043,1,-3644.71,-2894.66,36.3016,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (86843,2043,1,-3794.42,1760.53,159.905,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (86844,2043,1,-4442.9,648.624,66.5648,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (86845,2043,1,-4651.69,1035.05,108.29,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (86846,2043,1,-3886.59,-3546.01,37.314,2.35619,0,0,0.923879,0.382686,300,300,255,1), + (86847,2043,1,-4182.84,263.658,53.623,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (86848,2043,1,-4191.15,-295.62,47.9873,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (86849,2043,1,-4963.32,334.988,23.8516,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (86850,2043,0,-12194.6,-895.55,40.0078,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (86851,2043,0,-10054.7,-3291.11,23.8859,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (86852,2043,1,3213.58,-5146.55,140.037,0.942477,0,0,0.45399,0.891007,300,300,255,1), + (86853,2043,1,-4151.86,181.619,60.0951,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (86854,2043,0,-1025.81,-2997.91,54.5303,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (86855,2043,1,-4451.57,-3576.23,44.9064,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (86856,2043,1,-3651.61,-2773.03,35.1337,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (86857,2043,1,-3940.15,-3543.23,41.0601,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (86858,2043,0,-12874.8,-24.5285,16.543,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (86859,2043,0,-13853.2,541.307,46.7172,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (86860,2043,1,-5331.3,418.459,59.2886,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (86861,2043,1,-5071.13,1282.02,41.5515,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (86862,2043,1,-3369.18,-3299.47,36.9247,-2.30383,0,0,-0.913544,0.406739,300,300,255,1), + (86863,2043,1,-5024.87,1576.07,59.1374,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (86864,2043,1,3482.29,-4117.89,101.778,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (86869,2045,1,-7289.61,-4952.4,-20.1355,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (86870,2045,1,-5357.67,2407.81,-40.4736,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (86871,2045,1,-5234.63,2232.68,-5.89968,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (86872,2045,1,4132.87,1466.82,-24.9285,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (86873,2045,1,-3512.89,-3544.94,-5.14054,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (86874,2045,1,6813.39,729.232,-34.9023,3.00195,0,0,0.997563,0.0697646,300,300,255,1), + (86875,2045,1,-5051.09,3747.41,-13.16,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (86876,2045,1,5553.85,743.396,-14.222,2.94959,0,0,0.995395,0.0958539,300,300,255,1), + (86877,2045,1,-8904.25,-4764.42,-56.8974,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (86878,2045,1,-5208.81,3613.68,-33.2727,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (86879,2045,1,-4651.65,2486.65,-39.4714,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (86880,2045,1,7161.17,332.907,-42.5429,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (86881,2045,0,-1323.75,-478.575,-48.8598,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (86882,2045,1,-4854.1,2430.44,-38.6081,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (86883,2045,1,7161.86,618.004,-15.1351,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (86884,2045,1,7083.13,548.048,-15.6958,1.13446,0,0,0.537298,0.843393,300,300,255,1), + (86885,2045,1,7649.13,-442.55,-25.3444,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (86886,2045,1,-4084.1,2883.71,-20.2978,-0.488691,0,0,-0.241921,0.970296,300,300,255,1), + (86887,2045,1,-4548.84,2390.94,-7.69914,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (86888,2045,1,-4107.81,2753.19,-35.5572,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (86889,2045,1,-5028.92,3222.56,-3.39981,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (86890,2045,1,-5044.58,3049.64,-36.145,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (86891,2045,1,3051.1,512.591,-5.92066,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (86892,2045,0,-1217.24,-532.671,-90.8633,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (86893,2045,0,-1141.71,-545.092,-41.2592,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (86894,2045,0,-1109.09,-484.259,-42.2045,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (86895,2045,0,-3317.57,-688.273,-11.7266,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (86896,2045,0,-1216.22,-648.269,-43.7294,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (86897,2045,1,-3620.14,-4055.11,-3.78779,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (86898,2045,0,-3463.25,-700.851,-11.9855,-0.052359,0,0,-0.0261765,0.999657,300,300,255,1), + (86899,2045,1,-4381.42,2387.58,-14.8299,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (86900,2045,0,-12320.9,438.169,-30.6961,0.069812,0,0,0.0348989,0.999391,300,300,255,1), + (86901,2045,0,-3988.16,-702.845,-11.7058,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (86902,2045,0,-3526.34,-678.785,-12.1328,0.174532,0,0,0.0871553,0.996195,300,300,255,1), + (86903,2045,1,6615.66,601.808,-13.2324,1.13446,0,0,0.537299,0.843392,300,300,255,1), + (86904,2045,1,-4133.59,-4133.38,-3.81712,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (86905,2045,1,7634.67,-636.812,-3.24825,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (86907,2045,1,-868.215,-3953.02,-30.572,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (86909,2045,1,-1092.08,-3926.1,-66.4876,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (86910,2045,1,-1197.13,-3962.99,-13.6481,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (86911,2045,0,-12712.3,199.339,-11.1717,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (86912,2045,1,-940.056,-3951.62,-50.5944,0.855211,0,0,0.414693,0.909961,300,300,255,1), + (86913,2045,0,-14685.5,201.541,-18.1998,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (86914,2045,0,-4089.89,-634.874,-12.8446,-0.191985,0,0,-0.0958451,0.995396,300,300,255,1), + (86915,2045,0,-13824.5,756.112,-20.9001,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (86916,2045,1,6942.93,514.999,-8.91144,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (86917,2045,1,4719.94,734.034,-4.43692,-0.977383,0,0,-0.469471,0.882948,300,300,255,1), + (86918,2045,1,-4187.1,2592.7,-7.59936,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (86919,2045,1,-4028.73,3024.21,-2.06751,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (86920,2045,1,5223.18,701.084,-17.0087,-0.471238,0,0,-0.233445,0.97237,300,300,255,1), + (86923,2045,1,4812.9,833.845,-7.73045,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (86924,2045,0,-14156.2,-116.809,-10.5092,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (86925,2045,0,-14248.8,-67.0717,-8.99623,-2.94959,0,0,-0.995395,0.0958539,300,300,255,1), + (86926,2045,0,-12234.2,875.091,-15.3099,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (86927,2045,1,-1583.17,-3992.43,-4.22765,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (86928,2045,0,-14457.9,-42.2473,-14.1078,-1.62316,0,0,-0.725376,0.688353,300,300,255,1), + (86929,2045,0,-14866.2,48.6583,-9.68805,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (86930,2045,0,-14745.1,181.902,-20.5436,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (86932,2045,0,-3859.09,-992.411,-16.97,-0.104719,0,0,-0.0523356,0.99863,300,300,255,1), + (86933,2045,0,-3425.11,-768.991,-10.2332,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (86934,2045,1,5096.73,635.616,-14.2902,-2.79252,0,0,-0.984807,0.173652,300,300,255,1), + (86935,2045,1,-2499.76,-4033.33,-8.77919,-3.08918,0,0,-0.999657,0.0262033,300,300,255,1), + (86936,2045,1,7412.52,232.225,-11.4238,-0.628317,0,0,-0.309016,0.951057,300,300,255,1), + (86937,2045,1,-7770.63,-5169.9,-8.89128,2.9845,0,0,0.996917,0.0784656,300,300,255,1), + (86939,2045,1,3007.8,529.126,-5.22786,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (86940,2045,1,3045,551.364,-1.96567,0.575957,0,0,0.284015,0.95882,300,300,255,1), + (86941,2045,1,7549.06,-76.5579,-19.7629,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (86942,2045,1,-1674.97,-4166.33,-1.18867,1.67551,0,0,0.743143,0.669133,300,300,255,1), + (86943,2045,1,-1283.71,-3921.82,-9.34849,-2.19912,0,0,-0.891008,0.453988,300,300,255,1), + (86946,2045,1,-1793.49,-3918.55,-6.77385,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (86947,2045,1,-1016.73,-4092.58,-38.4459,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (86948,2045,1,-1153.03,-4052.26,-79.2146,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (86949,2045,1,-1831.07,-3862.04,-8.43423,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (86950,2045,1,-1873.83,-3822.75,-8.72529,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (86951,2045,1,-1402.41,-4051.17,-11.1311,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (86952,2046,1,-3927.61,-3896.96,63.9424,-2.21656,0,0,-0.894933,0.446202,300,300,255,1), + (86953,2046,1,-2877.14,2099.61,53.0593,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (86954,2046,1,-3987.5,1982.65,98.1448,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (86955,2046,1,-3700.95,-3616.7,62.1052,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (86956,2046,1,-5393.44,3554.36,29.7673,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (86957,2046,1,-3046.96,-3380.2,44.9054,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (86958,2046,1,-3549.99,1917.53,72.6504,-2.60053,0,0,-0.963629,0.267244,300,300,255,1), + (86959,2046,1,-4970.48,2107.56,21.2235,2.89724,0,0,0.992546,0.121873,300,300,255,1), + (86960,2046,0,-13360.6,-16.135,22.3618,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (86961,2046,0,-843.388,-1725.92,58.0707,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (86963,2046,1,-3999.66,219.765,75.7146,-1.98967,0,0,-0.838669,0.544641,300,300,255,1), + (86964,2046,0,-57.5888,-4553.34,16.4739,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (86965,2046,1,-5590.67,1535.51,65.283,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (86966,2046,1,-5002.72,1486.77,57.9891,0.663223,0,0,0.325567,0.945519,300,300,255,1), + (86968,2046,1,-3611.08,2022.71,81.4454,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (86969,2046,1,-5117.77,1161.25,89.4788,-0.087266,0,0,-0.0436192,0.999048,300,300,255,1), + (86970,2046,1,-3519.39,1858.88,73.0516,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (86971,2046,0,-13458.5,-137.11,50.4728,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (86972,2046,0,-11898.2,-729.803,25.1154,1.72787,0,0,0.760404,0.64945,300,300,255,1), + (86973,2046,0,-13487.6,258.03,32.0391,-0.034906,0,0,-0.0174521,0.999848,300,300,255,1), + (86974,2046,0,-1854.84,-1542.01,64.4842,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (86975,2046,1,-3762.33,-3713.02,51.6349,0,0,0,0,1,300,300,255,1), + (86976,2046,0,-1789.37,-2527.05,59.8264,1.29154,0,0,0.601814,0.798637,300,300,255,1), + (86977,2046,0,-1299.32,-2316.38,61.1865,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (86978,2046,1,-4042.41,-3858.29,49.0787,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (86979,2046,0,-12756.6,-642.138,67.7099,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (86980,2046,0,-12608.8,-793.786,56.192,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (86981,2046,0,-12684.8,-448.53,32.1358,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (86982,2046,0,-12165.6,-532.823,31.4166,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (86983,2046,0,-1960.76,-2669.37,85.4559,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (86984,2046,1,-4738.59,823.524,141.484,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (86985,2046,0,455.576,-3751.14,130.958,-1.62316,0,0,-0.725374,0.688355,300,300,255,1), + (86986,2046,1,-4951.97,172.805,67.5288,-0.95993,0,0,-0.461748,0.887011,300,300,255,1), + (86987,2046,1,-5102.07,1494.4,58.2682,2.94959,0,0,0.995395,0.0958539,300,300,255,1), + (86988,2046,1,-4782.09,1235.58,115.628,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (87000,2866,1,-9381.58,-3555.23,12.5591,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (87001,142140,1,-9225.46,-2990.06,17.4505,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (87002,142140,1,-6921.26,-4414.95,11.598,0.610864,0,0,0.300705,0.953717,300,300,255,1), + (87003,142140,1,-6948.93,-4308.28,9.77953,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (87004,176583,1,-7207.93,-1824.62,-274.809,1.67551,0,0,0.743143,0.669133,300,300,255,1), + (87005,176583,1,-6743.61,-1848,-272.222,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (87006,2045,1,-1456.03,-3980.45,-5.35221,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (87041,176584,1,-7526.1,940.236,4.11149,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (87042,1619,0,-9339.2,-3063.91,136.63,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (87043,1622,0,-10817.4,-1384.31,44.162,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (87044,1628,0,-10344.9,227.065,32.6557,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (87060,176588,1,6705.65,-3951.55,699.948,2.02458,0,0,0.848048,0.52992,300,300,255,1), + (87061,2045,1,7110.75,426.176,-43.0759,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (87062,2045,1,-2344.36,-4349.2,-10.3857,-0.994837,0,0,-0.477158,0.878817,300,300,255,1), + (87063,2045,1,-1094.5,-4025.29,-84.8971,-0.715585,0,0,-0.350207,0.936672,300,300,255,1), + (87064,142140,1,-3624.59,958.019,147.893,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (87065,1617,1,-2911.91,228.381,76.5499,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (87066,1617,1,-1952.61,-242.826,-5.01756,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (87067,1617,1,-2049.12,-291.195,-7.16006,1.43117,0,0,0.656059,0.75471,300,300,255,1), + (87068,1617,0,2414.88,311.561,37.561,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (87069,1617,1,10043.9,446.943,1315.5,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (87070,1618,0,-5876.23,-10.789,360.485,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (87071,1618,1,-727.394,-4670.9,36.8098,-2.35619,0,0,-0.923879,0.382686,300,300,255,1), + (87072,1618,0,2205.07,438.51,62.0898,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (87073,1618,1,10074.5,355.456,1323.17,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (87074,1618,1,9572.13,1011.37,1265.13,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (87075,1619,1,-2790.54,-404.294,13.6166,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (87076,1619,1,-2735.74,-321.652,13.0835,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (87077,1620,1,10019.4,483.16,1314.04,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (87118,1617,0,-408.202,923.671,121.549,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (87119,1621,0,-2833.1,-1328.37,8.95405,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (87120,1621,0,-523.583,434.796,85.6967,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (87121,1621,0,-446.982,847.415,96.9973,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (87122,1621,0,-491.957,1211.93,51.9617,-0.994837,0,0,-0.477158,0.878817,300,300,255,1), + (87162,2866,0,-6814.45,-1554.32,193.158,-0.261798,0,0,-0.130525,0.991445,300,300,255,1), + (87163,2866,1,-7540.94,-3116.9,17.5761,0.314158,0,0,0.156434,0.987688,300,300,255,1), + (87164,142140,0,-11553.6,736.776,60.7313,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (87165,142140,1,-5027.81,1298,90.7511,3.08918,0,0,0.999657,0.0262033,300,300,255,1), + (87166,142140,1,-5358.88,1241.68,22.1054,0.610864,0,0,0.300705,0.953717,300,300,255,1), + (87167,142140,0,-316.936,-4234.65,138.125,0.628317,0,0,0.309016,0.951057,300,300,255,1), + (87168,142140,0,-371.908,-4127,173.995,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (87169,142140,0,-329.511,-4207.55,152.009,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (87170,142140,1,3548.76,-4767.67,111.289,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (87171,142140,1,-5449.09,1327.84,20.0258,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (87172,142140,1,3596.8,-4589.69,104.494,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (87173,142140,1,-5002.79,1201.35,54.0045,-0.226892,0,0,-0.113203,0.993572,300,300,255,1), + (87174,142141,0,2999.7,-1564.12,147.003,-1.37881,0,0,-0.636078,0.771625,300,300,255,1), + (87175,142141,0,1821.96,-2044.74,75.4277,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (87176,142142,0,2920.11,-1610.7,147.766,-0.471238,0,0,-0.233445,0.97237,300,300,255,1), + (87177,142142,0,-7750.7,-2421.27,140.446,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (87178,142142,0,2779.7,-4005.54,99.1068,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (87179,142142,1,-6536.36,409.216,5.08667,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (87180,142142,1,-7749.81,1486.97,0.788001,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (87181,142142,1,-4421.08,-281.654,32.5452,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (87182,142142,1,-4292.6,587.599,60.3928,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (87183,142142,1,-6385.42,219.859,3.23839,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (87184,142142,1,-5606.37,1107.94,63.6876,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (87185,142143,0,-10288,-2913.33,19.7969,-1.0821,0,0,-0.515036,0.857168,300,300,255,1), + (87186,142143,0,-10138.9,-3363.5,20.8903,0.104719,0,0,0.0523356,0.99863,300,300,255,1), + (87187,142143,0,-10222.2,-3035.99,20.7879,3.10665,0,0,0.999847,0.0174704,300,300,255,1), + (87188,142143,0,-10124.2,-3547.14,21.207,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (87189,142143,0,-10384.2,-3003.25,19.8948,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (87191,1617,0,-4884.1,-3106.54,322.733,2.1293,0,0,0.874619,0.48481,300,300,255,1), + (87192,1617,0,-9394.66,-1293.73,54.1131,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (87193,1617,0,2363.91,822.782,47.6087,-1.13446,0,0,-0.537298,0.843393,300,300,255,1), + (87194,1617,0,2254.86,623.59,34.8548,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (87195,1617,0,2594.16,1270.24,56.4382,-1.11701,0,0,-0.529919,0.848048,300,300,255,1), + (87196,1617,0,2590.68,540.587,16.2911,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (87197,1617,0,2532.51,625.952,33.2541,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (87198,1617,0,2521.1,953.773,90.1524,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (87199,1617,1,-909.978,-990.789,23.0142,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (87200,1617,1,1429.07,-4813.38,24.6158,-2.51327,0,0,-0.951056,0.309019,300,300,255,1), + (87201,1617,1,-1664.08,269.539,35.6687,0.104719,0,0,0.0523356,0.99863,300,300,255,1), + (87203,1618,0,1631.95,-654.718,47.0466,1.39626,0,0,0.642786,0.766046,300,300,255,1), + (87204,1618,0,2585.57,280.206,46.6648,0.785397,0,0,0.382683,0.92388,300,300,255,1), + (87205,1618,0,2314.62,1553.87,33.5216,-2.30383,0,0,-0.913544,0.406739,300,300,255,1), + (87206,1618,0,2568.17,916.615,100.373,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (87207,1618,0,1233.81,933.051,36.8226,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (87208,1618,1,-1944.83,283.872,87.9508,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (87209,1618,1,-1003.55,-983.244,7.90341,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (87210,1618,1,1153.6,-4530.12,19.5377,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (87211,1619,0,2386.79,822.591,46.8164,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (87212,1619,0,889.81,1172.7,49.8807,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (87213,1619,0,-8844.8,-1293.87,111.635,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (87214,1619,0,-8802.97,-1242.1,95.1466,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (87215,1619,1,-998.674,-1065.87,46.8172,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (87216,1619,1,-1664.08,368.102,111.681,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (87217,1620,0,958.84,1069.46,36.558,-0.069812,0,0,-0.0348989,0.999391,300,300,255,1), + (87218,1620,0,-5005.27,-3419.37,303.401,3.07177,0,0,0.999391,0.0349043,300,300,255,1), + (87219,1620,0,-5072.19,-3795.14,310.585,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (87220,1620,0,-5856.29,-3448.97,318.345,-2.56563,0,0,-0.958819,0.284017,300,300,255,1), + (87221,1620,0,-9657.54,1504.9,11.0599,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (87222,1620,0,-2980.93,-1986.43,9.31201,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (87223,1620,0,-3139.51,-2545.52,9.23924,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (87224,1620,0,1123.37,1095.89,40.1016,-2.37364,0,0,-0.927182,0.37461,300,300,255,1), + (87225,1620,1,1131.9,-4685.81,20.0887,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (87226,1620,1,2448.9,1512.97,262.881,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (87227,1620,1,1269.18,-11.3787,-5.88981,-0.314158,0,0,-0.156434,0.987688,300,300,255,1), + (87228,1620,1,40.5508,-735.211,-18.9994,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (87229,1620,1,-545.644,-2245.66,42.6309,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (87230,1621,0,-633.39,-1566.65,64.1649,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (87231,1621,0,-10982.5,1119.15,40.2986,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (87232,1621,0,-10092.6,1601.71,41.0102,0.104719,0,0,0.0523356,0.99863,300,300,255,1), + (87233,1621,0,-5147.11,-3496.26,304.571,2.35619,0,0,0.923879,0.382686,300,300,255,1), + (87234,1621,0,-3482.48,-2876.22,9.41632,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (87235,1621,0,-4154.25,-2961.75,12.0112,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (87236,1621,1,2128.42,1074.31,238.538,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (87237,1621,1,163.633,-713.723,-0.409156,-0.296705,0,0,-0.147809,0.989016,300,300,255,1), + (87238,1621,1,574.272,266.641,56.5523,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (87239,1621,1,381.768,388.748,53.0068,1.67551,0,0,0.743143,0.669133,300,300,255,1), + (87240,1621,1,862.329,691.778,96.6315,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (87241,1621,1,3228.99,-562.044,153.91,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (87242,1622,0,-10508.1,1579,47.3024,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (87243,1622,0,-4212.26,-2354.89,204.552,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (87244,1622,0,-10140.3,1215.31,36.7652,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (87245,1622,0,-1723.8,-1832.74,81.1296,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (87246,1622,0,-5021.06,-3924.3,324.104,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (87247,1622,0,-796.592,-1170.49,68.9588,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (87248,1622,0,-2788.31,-2227.67,50.4004,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (87249,1622,0,-56.5404,293.34,53.3134,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (87250,1622,1,-391.862,1841.03,126.799,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (87251,1622,1,574.627,1869.33,0.097795,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (87252,1622,1,3458.32,-129.015,6.99813,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (87253,1622,1,859.194,149.806,36.5573,0.575957,0,0,0.284015,0.95882,300,300,255,1), + (87254,1622,1,1757.32,846.001,148.717,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (87255,1622,1,1332.29,52.235,13.952,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (87256,1622,1,-4679.05,-1474.73,-48.2578,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (87257,1622,1,681.608,1882.77,-1.26325,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (87258,1623,0,-11513.2,507.041,82.1076,1.27409,0,0,0.594823,0.803857,300,300,255,1), + (87259,1623,0,-749.624,-980.945,54.2288,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (87260,1623,1,471.506,1698.63,32.7717,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (87261,1623,1,98.1569,-686.456,22.3247,-2.32129,0,0,-0.91706,0.398748,300,300,255,1), + (87262,1623,1,1588.58,1417.84,197.676,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (87263,1623,1,-5156.76,-1226.03,49.1134,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (87264,1624,0,-10799.6,-666.59,40.8933,0.174532,0,0,0.0871553,0.996195,300,300,255,1), + (87265,1624,0,-443.955,218.854,80.0781,1.83259,0,0,0.793352,0.608764,300,300,255,1), + (87266,1624,0,-1816.56,-2881.86,61.0276,1.91986,0,0,0.819151,0.573577,300,300,255,1), + (87267,1624,0,-3673.22,-2901.01,12.9926,-0.349065,0,0,-0.173648,0.984808,300,300,255,1), + (87268,1624,0,-3484.03,-2444.53,47.452,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (87269,1624,0,-2824.47,-1857.98,10.5835,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (87270,1624,0,-3357.61,-2803.33,17.5986,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (87271,1624,0,-6718.24,-3248.64,240.744,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (87272,1624,1,-1228.87,2200.36,91.8946,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (87273,1624,1,2583.93,-1248.1,145.21,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (87274,1624,1,-333.244,2384.28,37.4758,-1.69297,0,0,-0.748956,0.66262,300,300,255,1), + (87275,1624,1,732.953,1809.55,-13.8562,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (87276,1624,1,795.638,1849.68,-4.61363,1.8675,0,0,0.803856,0.594824,300,300,255,1), + (87277,1624,1,3151.14,-545.542,147.4,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (87278,1624,1,3548.91,-144.068,0.071218,-2.426,0,0,-0.936671,0.350211,300,300,255,1), + (87279,1624,1,2852.96,-785.46,156.364,-1.46608,0,0,-0.669132,0.743144,300,300,255,1), + (87280,1624,1,-5052.68,-1181.93,-56.282,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (87281,1624,1,-3254.12,-1900.28,96.5674,1.41372,0,0,0.649449,0.760405,300,300,255,1), + (87282,1628,1,-1599.25,1376.42,61.2987,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (87297,176583,1,-4491.8,-568.489,4.83053,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (87298,176583,0,2764.43,-3797.11,111.373,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (87305,176584,0,-7959.27,-1379.52,133.373,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (87306,176584,1,-7418.48,719.633,-6.51437,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (87308,176586,1,5232.98,-5020.01,874.759,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (87309,176586,1,7592.79,-4782.64,744.513,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (87310,176586,1,4114.49,-5077.12,147.331,1.06465,0,0,0.507538,0.861629,300,300,255,1), + (87311,176586,0,2421.2,-3861.51,206.033,-3.05433,0,0,-0.999048,0.0436174,300,300,255,1), + (87312,176587,0,2453.53,-3656.75,177.802,-0.925024,0,0,-0.446198,0.894934,300,300,255,1), + (87313,176587,0,2388.11,-4093.08,77.0275,2.19912,0,0,0.891008,0.453988,300,300,255,1), + (87314,176587,0,1738.81,-1142.23,60.915,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (87315,176587,0,2803.09,-3926.93,101.182,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (87316,176589,0,2495.06,-3827.97,179.112,3.07177,0,0,0.999391,0.0349043,3600,3600,255,1), + (87336,2041,0,-10423.9,-2979.65,18.9497,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (87337,2041,0,-1667.67,-3433.21,44.3018,2.53072,0,0,0.953716,0.300709,300,300,255,1), + (87338,2041,0,-12270.6,-355.563,17.0246,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (87339,2041,0,-12423.7,-335.87,15.0724,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (87340,2041,0,-2837.91,-1775.33,7.82989,0.331611,0,0,0.165047,0.986286,300,300,255,1), + (87341,2041,0,-3013.65,-2502.55,8.11191,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (87342,2041,0,-3077.74,-1994.21,7.12134,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (87343,2041,1,2203.34,-3562.25,39.4123,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (87344,2041,1,-3101.98,-4054.79,23.703,-1.5708,0,0,-0.707108,0.707106,300,300,255,1), + (87345,2041,1,-2792.61,-3489.66,31.1472,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (87346,2042,0,-1740.71,-2982.65,34.2299,-0.541051,0,0,-0.267238,0.963631,300,300,255,1), + (87347,2042,0,29.2546,-3312.49,116.929,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (87348,2042,0,121.778,-3088.08,129.892,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (87349,2042,1,-2987.04,-3287.98,37.2054,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (87350,2043,0,-11548.4,843.898,23.3085,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (87351,2043,0,-10201.5,-3447.1,22.3132,-0.488691,0,0,-0.241921,0.970296,300,300,255,1), + (87352,2043,0,-11956.2,158.976,17.6716,3.03684,0,0,0.998629,0.0523524,300,300,255,1), + (87353,2043,0,-1337.62,-3171.37,36.8362,0.575957,0,0,0.284015,0.95882,300,300,255,1), + (87354,2043,1,-4211.01,617.553,66.1571,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (87355,2043,1,-4478.4,-317.536,49.9968,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (87356,2043,1,-4879.28,694.649,47.5938,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (87357,2045,0,-777.527,-4570.92,-23.8076,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (87358,2045,1,3395.54,1185.15,-37.8039,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (87359,2045,0,-1051.87,-408.556,-4.19282,-2.89724,0,0,-0.992546,0.121873,300,300,255,1), + (87360,2045,0,-12700.3,33.8601,-15.6602,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (87361,2045,0,-12503.6,231.236,-11.8243,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (87362,2045,1,3331.54,1187.5,-15.7325,-2.32129,0,0,-0.91706,0.398748,300,300,255,1), + (87364,2045,1,2159.15,-2863.49,105.558,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (87365,2046,1,-4307.46,651.262,80.2853,-1.76278,0,0,-0.771624,0.636079,300,300,255,1), + (87366,2046,0,-11599.7,724.194,61.3601,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (87367,2046,1,-5031.07,1242.96,59.0136,1.74533,0,0,0.766045,0.642787,300,300,255,1), + (87368,2046,0,-806.16,-3584.53,81.9184,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (87369,2046,0,-12974.2,-809.106,71.4965,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (87370,2046,0,-10264.7,-2575.17,40.6938,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (87371,2046,0,-12034.3,138.011,18.8933,-1.78023,0,0,-0.777144,0.629323,300,300,255,1), + (87372,2046,0,-2069.82,-2537.25,80.8448,-2.26892,0,0,-0.906306,0.422622,300,300,255,1), + (87373,2046,1,-5420.75,1183.68,66.5455,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (87374,2046,1,-2558.18,-3757.4,36.4821,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (87375,2046,1,-5543.7,1106.71,69.3718,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (87441,2866,0,-7316.47,-1566.92,316.095,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (87442,2866,1,-7741.32,-3611.67,44.6915,-0.541051,0,0,-0.267238,0.963631,300,300,255,1), + (87443,142140,0,126.473,-3501.29,107.241,1.25664,0,0,0.587786,0.809016,300,300,255,1), + (87444,142140,0,-376.088,-4090.41,174.874,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (87445,142140,0,-437.401,-4189.53,195.066,-2.47837,0,0,-0.945519,0.325567,300,300,255,1), + (87446,142140,0,-281.208,-4107.5,138.673,-2.04204,0,0,-0.852641,0.522496,300,300,255,1), + (87447,142140,0,-195.593,-4092.25,152.112,0.610864,0,0,0.300705,0.953717,300,300,255,1), + (87448,142140,0,-418.711,-2793.62,80.5266,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (87449,142142,0,182.627,-3593.6,126.181,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (87450,142142,0,185.703,-3148.8,121.978,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (87451,142142,0,-42.7587,-2993.42,122.968,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (87452,142142,0,158.747,-4206.66,118.182,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (87453,142142,0,-192.009,-4346.85,120.757,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (87454,142142,0,-110.992,-2903.27,122.513,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (87455,142142,0,254.182,-3485.79,161.809,-1.76278,0,0,-0.771624,0.636079,300,300,255,1), + (87456,142142,0,2317.71,-4236.85,98.6486,0.052359,0,0,0.0261765,0.999657,300,300,255,1), + (87457,142142,0,1721.82,-1016.11,71.0081,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (87458,142142,1,-6793.38,-908.425,-270.122,0.767944,0,0,0.374606,0.927184,300,300,255,1), + (87459,142142,1,-7746.36,-680.292,-259.149,-2.35619,0,0,-0.923879,0.382686,300,300,255,1), + (87460,142144,0,368.381,-3860.87,106.184,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (87461,1619,0,-11053.9,1954.27,30.9819,-2.65289,0,0,-0.970294,0.241927,300,300,255,1), + (87462,1619,1,5189.79,343.254,41.3473,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (87463,1620,1,2525.04,-3616.79,58.6529,0.925024,0,0,0.446198,0.894934,300,300,255,1), + (87464,1620,0,-10770.6,1265,31.3255,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (87465,1621,1,3032.72,-911.838,194.145,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (87466,1621,0,-10213.5,441.273,37.4833,1.78023,0,0,0.777144,0.629323,300,300,255,1), + (87467,1621,0,-11008.7,1678.96,41.2772,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (87468,1621,1,2759.72,-3136.69,168.858,0,0,0,0,1,300,300,255,1), + (87469,1621,1,2764.2,-2492.12,192.814,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (87470,1622,0,-11415.7,1939.45,11.272,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (87471,1622,1,-4652.41,-942.781,-45.128,-1.6057,0,0,-0.719339,0.694659,300,300,255,1), + (87472,1623,0,-13727.1,350.058,52.7766,0.209439,0,0,0.104528,0.994522,300,300,255,1), + (87473,1623,0,-13391.8,294.645,52.2135,-0.104719,0,0,-0.0523356,0.99863,300,300,255,1), + (87474,1623,0,-402.397,-1151.77,74.8978,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (87475,1623,0,87.1907,-1252.31,82.3047,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (87476,1624,0,-13338.1,-279.632,14.3143,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (87477,1624,1,2720.5,-2319.67,202.394,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (87478,1624,1,2552.5,-1973.38,143.599,2.33874,0,0,0.920505,0.390732,300,300,255,1), + (87479,1624,0,-12081.5,-745.165,12.3231,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (87480,1624,1,-3619.13,-2838.4,36.2724,2.74016,0,0,0.979924,0.199371,300,300,255,1), + (87481,1624,1,853.732,1600.79,-24.0878,2.9845,0,0,0.996917,0.0784656,300,300,255,1), + (87482,1628,0,-2851.66,-2234.82,16.3133,-0.418879,0,0,-0.207911,0.978148,300,300,255,1), + (87483,1628,1,-1402.27,1831.51,50.1442,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (87485,176583,0,231.767,-4179.73,117.157,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (87486,176583,0,336.581,-4032.55,118.385,-1.5708,0,0,-0.707108,0.707106,300,300,255,1), + (87487,176583,1,-8236.15,-1083.52,-204.848,-0.925024,0,0,-0.446198,0.894934,300,300,255,1), + (87488,176583,1,-7001.82,-670.431,-272.165,2.86233,0,0,0.990267,0.139178,300,300,255,1), + (87489,176583,1,-7947.82,-1716.3,-275.69,2.3911,0,0,0.930417,0.366502,300,300,255,1), + (87493,176584,1,-7901.05,-1131.63,-272.205,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (87494,176584,1,-7794.81,-1975.55,-270.681,2.87979,0,0,0.991445,0.130528,300,300,255,1), + (87495,176584,1,-7581.58,-511.841,-267.643,1.53589,0,0,0.694658,0.71934,300,300,255,1), + (87500,176586,0,2670.15,-3283.07,128.611,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (87501,176586,1,7253.81,-4350.75,661.104,-2.07694,0,0,-0.861629,0.507539,300,300,255,1), + (87502,176586,1,4689.2,-5365.06,119.033,-0.855211,0,0,-0.414693,0.909961,300,300,255,1), + (87503,176586,1,5658.23,-4443.14,792.11,0.890117,0,0,0.430511,0.902586,300,300,255,1), + (87506,176587,0,2815.12,-4047.62,99.6001,1.44862,0,0,0.662619,0.748957,300,300,255,1), + (87507,176587,0,2777.31,-3226.03,105.933,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (87508,176587,0,2937.81,-4292.18,90.3692,-1.02974,0,0,-0.492422,0.870357,300,300,255,1), + (87509,176587,0,2813.84,-3678,104.815,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (87510,176587,0,2537.37,-4499.34,78.3478,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (87511,176587,0,2274.09,-4297.45,74.1448,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (87512,176587,0,1933.45,-3818.12,131.68,-2.21656,0,0,-0.894933,0.446202,300,300,255,1), + (87513,176588,1,6665.75,-4946.65,720.42,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (87514,176588,1,5768.84,-4603.85,764.253,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (87515,176588,1,7358.68,-4435.67,646.256,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (87516,176588,1,6784.3,-2776.45,576.472,-1.76278,0,0,-0.771624,0.636079,300,300,255,1), + (87547,2041,0,-3102.63,-1299.36,7.84485,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (87548,2041,0,-2923.68,-1244.04,7.05653,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (87549,2041,1,-4649.62,232.225,6.14846,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (87550,2041,1,-3772.63,-3295.04,30.3823,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (87551,2042,0,264.196,-3832.07,143.696,0.872664,0,0,0.422618,0.906308,300,300,255,1), + (87552,2042,0,-13602,-30.4481,40.0262,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (87553,2042,1,-2949.28,-3553.61,41.7896,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (87554,2043,0,-13419.6,250.341,22.6322,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (87555,2043,0,-12472.2,-656.677,38.4287,1.01229,0,0,0.484809,0.87462,300,300,255,1), + (87556,2043,0,-12909.8,-309.647,14.1951,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (87557,2043,0,281.061,-4074.91,125.109,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (87558,2043,0,-12713,-241.92,38.4442,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (87559,2043,1,-4001.19,-3699.22,45.9126,1.18682,0,0,0.559191,0.829039,300,300,255,1), + (87560,2043,1,-4422.45,-75.8642,56.9736,1.309,0,0,0.608763,0.793352,300,300,255,1), + (87561,2045,1,2443.87,-2849.66,137.224,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (87562,2045,0,-11453.1,1813.91,-4.72884,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (87563,2045,0,-11421.5,2014.61,-22.1962,2.28638,0,0,0.909961,0.414694,300,300,255,1), + (87564,2045,0,-12221.4,589.087,-54.8489,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (87565,2045,0,-2641.34,-1442.62,-12.4426,0.244346,0,0,0.121869,0.992546,300,300,255,1), + (87566,2045,0,-1174.06,-777.817,-5.35076,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (87567,2045,1,2715.93,-2572.03,176.359,-2.16421,0,0,-0.882948,0.469471,300,300,255,1), + (87568,2045,0,-13599.8,498.125,-35.318,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (87570,2045,1,-2666.74,-4205.86,-0.785061,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (87572,2045,1,-1024.96,-4009.38,-70.7427,-0.610864,0,0,-0.300705,0.953717,300,300,255,1), + (87573,2046,1,-3516.12,-3373.27,48.2468,-1.64061,0,0,-0.731354,0.681998,300,300,255,1), + (87574,2046,0,213.36,-3447.47,152.571,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (87575,2046,0,397.232,-4102.64,119.983,-0.541051,0,0,-0.267238,0.963631,300,300,255,1), + (87576,2046,0,-155.668,-4041.4,122.494,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (87577,2046,0,-459.057,-2887.48,104.367,1.69297,0,0,0.748956,0.66262,300,300,255,1), + (87578,2046,1,-3475.12,-3394.15,54.3003,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (87611,74448,47,2127.73,1607.64,81.4757,1.309,0,0,0.608763,0.793352,14440,14440,255,1), + (87612,74448,47,2193.35,1985.04,56.3458,-2.19912,0,0,-0.891008,0.453988,14440,14440,255,1), + (87620,142140,0,-33.9568,-2777.36,122.507,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (87621,142142,0,191.367,-4060.45,119.505,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (87622,142142,0,142.088,-2939.65,112.581,-0.331611,0,0,-0.165047,0.986286,300,300,255,1), + (87623,142143,0,-10237.5,-3015.26,20.3859,2.47837,0,0,0.945519,0.325567,300,300,255,1), + (87624,142143,0,-10154.7,-3157.6,20.0131,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (87625,142145,0,-11688.5,-3211.32,11.8707,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (87626,1617,0,2339.24,-353.655,69.7924,-1.06465,0,0,-0.507538,0.861629,300,300,255,1), + (87627,1617,0,783.538,1408.73,59.4719,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (87628,1617,1,-1507.26,-175.414,35.0973,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (87630,1618,0,2117.82,295.335,61.2261,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (87631,1618,0,1886.88,-220.493,38.492,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (87632,1618,0,2006.02,694.037,41.9342,-0.191985,0,0,-0.0958451,0.995396,300,300,255,1), + (87633,1618,0,1298.74,1153.24,52.504,0.401425,0,0,0.199368,0.979925,300,300,255,1), + (87634,1618,0,1348.36,1005.2,52.2037,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (87635,1618,1,-2279.85,-813.539,-5.10623,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (87636,1618,1,-882.26,-147.573,-0.880346,2.35619,0,0,0.923879,0.382686,300,300,255,1), + (87637,1619,0,1963.52,-625.277,61.4846,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (87638,1619,0,827.243,1324.17,54.6776,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (87639,1620,0,1207.02,2047.57,4.10904,2.56563,0,0,0.958819,0.284017,300,300,255,1), + (87640,1620,0,1336.83,743.906,34.2843,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (87641,1620,0,818.656,574.509,35.8591,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (87642,1620,0,-748.175,-32.9106,28.1021,-0.122173,0,0,-0.0610485,0.998135,300,300,255,1), + (87643,1620,1,-593.054,-2159.79,52.5733,1.309,0,0,0.608763,0.793352,300,300,255,1), + (87644,1621,0,58.2199,1275.59,64.48,2.16421,0,0,0.882948,0.469471,300,300,255,1), + (87645,1621,0,67.2836,1266.24,65.0148,0.349065,0,0,0.173648,0.984808,300,300,255,1), + (87646,1621,0,-17.5433,1120.78,65.7508,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (87647,1621,0,9.14334,1086.47,68.8772,-2.60053,0,0,-0.963629,0.267244,300,300,255,1), + (87648,1621,0,-445.137,-277.211,54.5082,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (87649,1622,0,-214.537,-1207.99,119.931,1.88495,0,0,0.809015,0.587788,300,300,255,1), + (87650,1622,0,166.842,230.477,41.6207,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (87651,1622,0,-253.461,1531.9,79.4661,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (87652,1624,0,-10327.3,-3494.82,22.9893,2.68781,0,0,0.97437,0.22495,300,300,255,1), + (87653,1624,0,-894.02,-85.7392,23.4342,3.00195,0,0,0.997563,0.0697646,300,300,255,1), + (87654,1624,0,-60.0194,-194.283,131.666,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (87655,1624,0,-957.093,-11.6541,29.5612,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (87656,1624,1,-645.017,-2182.7,45.0493,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (87657,1624,1,-2711.57,-1954.99,96.872,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (87687,2041,0,-10361.3,-3570.38,20.4923,0.383971,0,0,0.190808,0.981627,300,300,255,1), + (87688,2043,0,472.906,-3579.43,119.614,-0.698131,0,0,-0.34202,0.939693,300,300,255,1), + (87689,2043,0,-10271.1,-2857.08,27.0663,-0.750491,0,0,-0.366501,0.930418,300,300,255,1), + (87690,2043,0,-10222.3,-3910.89,22.8978,2.70526,0,0,0.976296,0.21644,300,300,255,1), + (87691,2045,0,19.2655,-4890.57,-19.0195,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (87692,2045,0,12.7143,-4829.58,-17.039,3.03684,0,0,0.998629,0.0523524,300,300,255,1), + (87693,2046,0,129.425,-4091.16,151.222,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (87694,16399,36,-168.514,-579.861,19.3159,3.12414,0,0,0.999962,0.0087262,43200,43200,100,1), + (87695,16400,36,-290.294,-536.96,49.4353,1.55334,0,0,0.700908,0.713252,43200,43200,100,1), + (87696,180024,36,-29.8574,-375.084,59.3619,6.13763,0,0,0.0727134,-0.997353,-300,-300,100,1), + (87697,174503,230,873.428,-142.527,-49.7396,0.375246,0,0,0.186524,0.98245,600,600,100,1), + (87855,175947,229,45.1933,-312.52,106.533,3.14159,0,0,0,0,180,180,100,1), + (87857,176447,229,35.2499,-505.634,110.914,-3.13874,0,0,0,0,120,120,0,1), + (87858,176448,229,31.283,-505.634,110.914,1.57142,0,0,0,0,120,120,0,1), + (87859,176449,229,27.4453,-505.634,110.914,-0.261172,0,0,0,0,120,120,0,1), + (87860,176450,229,21.5668,-506.581,110.914,-1.57017,0,0,0,0,120,120,0,1), + (87861,176451,229,18.0824,-505.634,110.914,-3.13874,0,0,0,0,120,120,0,1), + (87862,176452,229,24.542,-504.736,110.914,-2.35556,0,0,0,0,120,120,0,1), + (87863,136950,229,72.8373,-265.63,60.7365,3.14159,0,0,0,0,120,120,0,1), + (87864,136952,229,69.9731,-329.868,55.8721,3.14159,0,0,0,0,120,120,0,1), + (87865,136955,229,56.3641,-306.158,54.0157,3.14159,0,0,0,0,120,120,0,1), + (87867,176460,229,70.5435,-257.169,60.7401,3.12412,0,0,0,0,120,120,0,1), + (87871,136922,229,88.2152,-415.1,110.957,2.72271,0,0,0,0,120,120,0,1), + (87872,136923,229,87.4498,-468.454,116.887,2.72271,0,0,0,0,120,120,0,1), + (87873,136925,229,40.7229,-586.71,30.6817,1.74533,0,0,0,0,120,120,0,1), + (87874,136926,229,43.3149,-572.476,30.6817,1.74533,0,0,0,0,120,120,0,1), + (87875,136927,229,4.75705,-567.073,29.2222,1.74533,0,0,0,0,120,120,0,1), + (87876,136928,229,8.39204,-583.677,29.2222,1.74533,0,0,0,0,120,120,0,1), + (87895,136947,229,16.9937,-253.821,65.4498,3.14159,0,0,0,0,120,120,0,1), + (87896,136948,229,8.17041,-268.98,65.4498,3.14159,0,0,0,0,120,120,0,1), + (87897,136949,229,51.2451,-274.133,65.4498,3.14159,0,0,0,0,120,120,0,1), + (87898,136951,229,68.8802,-283.794,60.7365,3.14159,0,0,0,0,120,120,0,1), + (87899,136954,229,16.1674,-280.865,9.61726,3.14159,0,0,0,0,120,120,0,1), + (87900,136957,229,117.454,-254.291,91.5711,2.72271,0,0,0,0,120,120,0,1), + (87901,136959,229,125.656,-280.808,91.5711,2.72271,0,0,0,0,120,120,0,1), + (87902,136961,229,46.4689,-309.649,91.5711,2.72271,0,0,0,0,120,120,0,1), + (87903,136962,229,106.177,-265.953,91.5711,-1.46608,0,0,0,0,120,120,0,1), + (87904,136963,229,107.69,-253.095,91.5711,2.72271,0,0,0,0,120,120,0,1), + (87905,136964,229,82.5879,-364.586,116.859,2.72271,0,0,0,0,120,120,0,1), + (87906,153464,229,-36.1176,-583.828,-18.8201,1.97222,0,0,0,0,7200,7200,0,1), + (87907,153469,229,-73.9985,-453.335,-18.935,-3.08918,0,0,0,0,120,120,0,1), + (87908,153469,229,-84.2677,-350.104,70.9524,1.91986,0,0,0,0,120,120,0,1), + (87909,153469,229,86.8551,-587.501,30.6085,2.63544,0,0,0,0,120,120,0,1), + (87911,175334,229,33.7166,-466.067,-18.4651,-1.53589,0,0,0,0,120,120,0,1), + (87913,175588,229,-139.523,-525.879,6.36398,-2.426,0,0,0,0,120,120,0,1), + (87914,175606,229,-100.23,-529.537,-5.77381,-0.436332,0,0,0,0,120,120,0,1), + (87915,175606,229,-100.325,-523.847,10.7029,2.11185,0,0,0,0,120,120,0,1), + (87916,175606,229,-101.886,-521.985,-7.84199,-0.0349063,0,0,0,0,120,120,0,1), + (87917,175606,229,-102.465,-575.651,9.90089,2.47837,0,0,0,0,120,120,0,1), + (87918,175606,229,-112.21,-569.506,10.1992,2.18166,0,0,0,0,120,120,0,1), + (87919,175606,229,-125.229,-576.664,13.7726,-0.296705,0,0,0,0,120,120,0,1), + (87920,175606,229,-126.746,-514.164,-12.147,3.10665,0,0,0,0,120,120,0,1), + (87921,175606,229,-129.514,-441.7,24.4328,0.977383,0,0,0,0,120,120,0,1), + (87922,175606,229,-131.57,-439.602,22.8934,-1.13446,0,0,0,0,120,120,0,1), + (87923,175606,229,-131.805,-526.784,6.55651,-2.28638,0,0,0,0,120,120,0,1), + (87924,175606,229,-132.261,-474.848,9.82244,-2.82743,0,0,0,0,120,120,0,1), + (87925,175606,229,-132.404,-514.961,-15.9374,-1.79769,0,0,0,0,120,120,0,1), + (87926,175606,229,-138.894,-439.497,24.8088,1.76278,0,0,0,0,120,120,0,1), + (87927,175606,229,-139.153,-434.738,23.1123,-2.74016,0,0,0,0,120,120,0,1), + (87928,175606,229,-144.505,-441.603,23.1016,0.331611,0,0,0,0,120,120,0,1), + (87929,175606,229,-146.907,-441.463,22.4744,-0.802851,0,0,0,0,120,120,0,1), + (87930,175606,229,-147.881,-448.549,20.0911,1.32645,0,0,0,0,120,120,0,1), + (87931,175606,229,-150.104,-470.008,16.2278,1.76278,0,0,0,0,120,120,0,1), + (87932,175606,229,-153.788,-515.227,-15.9504,-0.95993,0,0,0,0,120,120,0,1), + (87933,175606,229,-154.378,-552.234,9.91885,-2.05949,0,0,0,0,120,120,0,1), + (87934,175606,229,-154.592,-525.219,8.16182,2.04204,0,0,0,0,120,120,0,1), + (87935,175606,229,-154.77,-541.317,9.02217,-0.104719,0,0,0,0,120,120,0,1), + (87936,175606,229,-154.889,-570.339,10.0172,2.47837,0,0,0,0,120,120,0,1), + (87951,176425,229,60.0724,-511.967,29.2143,-3.13874,0,0,0,0,120,120,0,1), + (87952,176426,229,56.9335,-556.048,30.6604,-3.13874,0,0,0,0,120,120,0,1), + (87953,176427,229,53.1921,-461.07,24.3897,-3.1415,0,0,0,0,120,120,0,1), + (87954,176428,229,-63.2568,-581.483,29.2934,-3.1415,0,0,0,0,120,120,0,1), + (87955,176429,229,-37.6863,-551.822,16.2163,3.14159,0,0,0,0,120,120,0,1), + (87956,176430,229,-25.3349,-478.438,17.2504,3.14159,0,0,0,0,120,120,0,1), + (87957,176431,229,-46.3865,-448.61,-18.5644,3.14159,0,0,0,0,120,120,0,1), + (87958,176432,229,-2.64242,-579.144,-18.7609,3.14159,0,0,0,0,120,120,0,1), + (87959,176433,229,26.982,-583.365,-18.5153,3.14159,0,0,0,0,120,120,0,1), + (87960,176434,229,35.6424,-550.73,-18.411,3.14159,0,0,0,0,120,120,0,1), + (87961,176435,229,33.1643,-471.047,-18.5059,3.14159,0,0,0,0,120,120,0,1), + (87962,176436,229,31.9839,-495.349,-18.8984,-3.13874,0,0,0,0,120,120,0,1), + (87963,176437,229,-39.3852,-424.878,-18.8471,3.14159,0,0,0,0,120,120,0,1), + (87964,176438,229,-23.2051,-410.609,-18.8984,3.14159,0,0,0,0,120,120,0,1), + (87965,176439,229,-76.0975,-418.801,-18.9234,-1.83259,0,0,0,0,120,120,0,1), + (87966,176440,229,-59.9712,-409.641,-18.8443,3.14159,0,0,0,0,120,120,0,1), + (87967,176441,229,-79.5309,-453.927,-18.8332,3.14159,0,0,0,0,120,120,0,1), + (87968,176442,229,-15.4378,-368.781,49.4936,3.14085,0,0,0,0,120,120,0,1), + (87969,176443,229,-121.137,-296.445,71.0397,3.14159,0,0,0,0,120,120,0,1), + (87970,176444,229,-137.264,-305.605,70.9606,-1.83259,0,0,0,0,120,120,0,1), + (87971,176445,229,-59.1198,-339.829,70.9606,-1.83259,0,0,0,0,120,120,0,1), + (87972,176446,229,-87.3357,-348.37,71.0397,3.14159,0,0,0,0,120,120,0,1), + (87976,176457,229,-115.273,-428.518,-18.701,3.14159,0,0,0,0,120,120,0,1), + (87977,175334,229,-78.5492,-402.515,-18.935,5.53805,0,0,0.36401,-0.931395,25,25,100,1), + (87978,175334,229,-9.06949,-462.313,-18.6442,3.13474,0,0,0.999994,0.00342519,25,25,100,1), + (90000,179830,489,1540.42,1481.32,351.828,3.08923,0,0,0,0,86400,86400,100,1), + (90001,179831,489,916.023,1434.41,345.413,0.0174533,0,0,0,0,86400,86400,100,1), + (90002,179871,489,1449.93,1470.71,342.635,-1.64061,0,0,0,0,180,180,100,1), + (90003,179871,489,1005.17,1447.95,335.903,1.64061,0,0,0,0,180,180,100,1), + (90004,179904,489,1317.51,1550.85,313.234,-0.2618,0,0,0,0,180,180,100,1), + (90005,179904,489,1110.45,1353.66,316.518,-0.680679,0,0,0,0,180,180,100,1), + (90006,179905,489,1320.09,1378.79,314.753,1.18682,0,0,0,0,180,180,100,1), + (90007,179905,489,1139.69,1560.29,306.843,-2.44346,0,0,0,0,180,180,100,1), + (90008,179918,489,1503.33,1493.47,352.189,3.11541,0,0,0,0,86400,86400,100,1), + (90009,179919,489,1492.48,1457.91,342.969,3.11541,0,0,0,0,86400,86400,100,1), + (90010,179920,489,1468.5,1494.36,351.862,3.11541,0,0,0,0,86400,86400,100,1), + (90011,179921,489,1471.56,1458.78,362.633,3.11541,0,0,0,0,86400,86400,100,1), + (90012,179916,489,949.166,1423.77,345.624,-0.575681,0,0,0,0,86400,86400,100,1), + (90013,179917,489,953.051,1459.84,340.653,-1.99662,0,0,0,0,86400,86400,100,1), + (90014,180058,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,86400,100,1), + (90015,180059,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,86400,100,1), + (90016,180060,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,86400,100,1), + (90017,180061,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,86400,100,1), + (90018,180100,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,86400,100,1), + (90019,180101,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,86400,100,1), + (90020,180102,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,86400,100,1), + (90021,180087,529,1166.79,1200.13,-56.7086,0.907571,0,0,0,0,86400,86400,100,1), + (90022,180058,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,86400,100,1), + (90023,180059,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,86400,100,1), + (90024,180060,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,86400,100,1), + (90025,180061,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,86400,100,1), + (90026,180100,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,86400,100,1), + (90027,180101,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,86400,100,1), + (90028,180102,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,86400,100,1), + (90029,180088,529,977.016,1046.62,-44.8092,-2.60054,0,0,0,0,86400,86400,100,1), + (90030,180058,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,86400,100,1), + (90031,180059,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,86400,100,1), + (90032,180060,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,86400,100,1), + (90033,180061,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,86400,100,1), + (90034,180100,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,86400,100,1), + (90035,180101,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,86400,100,1), + (90036,180102,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,86400,100,1), + (90037,180089,529,806.182,874.272,-55.9937,-2.30383,0,0,0,0,86400,86400,100,1), + (90038,180058,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,86400,100,1), + (90039,180059,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,86400,100,1), + (90040,180060,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,86400,100,1), + (90041,180061,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,86400,100,1), + (90042,180100,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,86400,100,1), + (90043,180101,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,86400,100,1), + (90044,180102,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,86400,100,1), + (90045,180090,529,856.142,1148.9,11.1847,-2.30383,0,0,0,0,86400,86400,100,1), + (90046,180058,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,86400,100,1), + (90047,180059,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,86400,100,1), + (90048,180060,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,86400,100,1), + (90049,180061,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,86400,100,1), + (90050,180100,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,86400,100,1), + (90051,180101,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,86400,100,1), + (90052,180102,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,86400,100,1), + (90053,180091,529,1146.92,848.178,-110.917,-0.733038,0,0,0,0,86400,86400,100,1), + (90054,180255,529,1284.6,1281.17,-15.9779,0.706859,0,0,0,0,86400,86400,100,1), + (90055,180256,529,708.09,708.448,-17.8342,-2.3911,0,0,0,0,86400,86400,100,1), + (90119,2061,30,-1423.16,-318.436,89.1136,2.35619,0,0,0,0,60,60,0,0), + (90120,2061,30,-1290.27,-172.471,72.1853,3.06305,0,0,0,0,60,60,0,0), + (90121,2061,30,-1286.25,-184.48,71.8334,-2.05076,0,0,0,0,60,60,0,0), + (90122,2061,30,-1282.21,-284.083,87.256,-0.0610855,0,0,0,0,60,60,0,0), + (90123,2061,30,-1280.17,-220.537,72.2686,1.62316,0,0,0,0,60,60,0,0), + (90124,2061,30,-1256.55,-280.278,73.9473,-0.0610855,0,0,0,0,60,60,0,0), + (90125,2061,30,-1241.25,-345.115,59.6867,0.357794,0,0,0,0,60,60,0,0), + (90126,2061,30,-1215.59,-371.946,56.5293,0.357794,0,0,0,0,60,60,0,0), + (90127,2061,30,-1202.8,-271.599,72.5805,0.357794,0,0,0,0,60,60,0,0), + (90128,2061,30,-1140.82,-343.392,50.9077,-2.7838,0,0,0,0,60,60,0,0), + (90129,2061,30,-1139.68,-356.288,51.264,-0.706858,0,0,0,0,60,60,0,0), + (90130,2061,30,-1099.21,-266.231,57.8849,-2.28638,0,0,0,0,60,60,0,0), + (90131,2061,30,-1082.6,-266.681,57.8575,2.40855,0,0,0,0,60,60,0,0), + (90132,2061,30,30.4168,-428.853,41.528,-2.59181,0,0,0,0,60,60,0,0), + (90133,2061,30,31.2216,-428.08,41.528,0.549779,0,0,0,0,60,60,0,0), + (90134,2061,30,50.6401,-421.166,44.7325,-0.00875192,0,0,0,0,60,60,0,0), + (90135,2066,30,-743.427,-398.242,76.4266,0.872664,0,0,0,0,60,60,0,0), + (90136,3832,30,-1235.57,-241.478,73.4377,1.48353,0,0,0,0,60,60,0,0), + (90137,3833,30,-1248.85,-254.06,73.4377,1.48353,0,0,0,0,60,60,0,0), + (90138,3834,30,-1248.15,-245.599,73.4377,-0.0523605,0,0,0,0,60,60,0,0), + (90139,3835,30,-1237.21,-260.168,73.4377,1.48353,0,0,0,0,60,60,0,0), + (90140,3836,30,-1260.37,-248.767,77.9454,1.48353,0,0,0,0,60,60,0,0), + (90141,3837,30,-1249.32,-244.907,92.3372,0.401426,0,0,0,0,60,60,0,0), + (90142,3838,30,-1250.09,-254.604,92.3015,0.148352,0,0,0,0,60,60,0,0), + (90143,22205,30,50.6401,-421.166,44.7325,-0.00875192,0,0,0,0,60,60,0,0), + (90144,22207,30,30.4168,-428.853,41.528,-2.59181,0,0,0,0,60,60,0,0), + (90145,22208,30,31.2216,-428.08,41.528,0.549779,0,0,0,0,60,60,0,0), + (90146,28048,30,41.1672,-426.866,44.6828,2.7838,0,0,0,0,60,60,0,0), + (90147,28049,30,39.0988,-425.746,44.688,-0.619592,0,0,0,0,60,60,0,0), + (90148,28605,30,25.2482,-433.104,47.6369,2.38237,0,0,0,0,60,60,0,0), + (90149,28606,30,25.758,-425.837,47.6369,-1.98095,0,0,0,0,60,60,0,0), + (90150,28607,30,27.6786,-427.69,47.6369,-2.67908,0,0,0,0,60,60,0,0), + (90151,29784,30,-1338.28,-297.628,91.4867,0.248971,0,0,0,0,60,60,0,0), + (90152,31442,30,-1338.28,-297.628,91.4867,0.248971,0,0,0,0,60,60,0,0), + (90153,50984,30,-1250.39,-310.191,61.185,-1.10828,0,0,0,0,60,60,0,0), + (90154,51704,30,-1245.2,-307.059,63.3199,3.07959,0,0,0,0,60,60,0,0), + (90155,51705,30,-1258.23,-310.977,63.2015,0.862906,0,0,0,0,60,60,0,0), + (90156,177261,30,-1290.27,-172.471,72.1853,3.06305,0,0,0,0,60,60,0,0), + (90157,177262,30,-1286.25,-184.48,71.8334,-2.05076,0,0,0,0,60,60,0,0), + (90158,177263,30,-1280.17,-220.537,72.2686,1.62316,0,0,0,0,60,60,0,0), + (90159,177292,30,-1099.21,-266.231,57.8849,-2.28638,0,0,0,0,60,60,0,0), + (90160,177293,30,-1082.6,-266.681,57.8575,2.40855,0,0,0,0,60,60,0,0), + (90161,177405,30,-1140.82,-343.392,50.9077,-2.7838,0,0,0,0,60,60,0,0), + (90162,177406,30,-1139.68,-356.288,51.264,-0.706858,0,0,0,0,60,60,0,0), + (90163,177408,30,-743.427,-398.242,76.4266,0.872664,0,0,0,0,60,60,0,0), + (90164,177409,30,-1215.59,-371.946,56.5293,0.357794,0,0,0,0,60,60,0,0), + (90165,177410,30,-1241.25,-345.115,59.6867,0.357794,0,0,0,0,60,60,0,0), + (90166,177411,30,-1202.8,-271.599,72.5805,0.357794,0,0,0,0,60,60,0,0), + (90167,177412,30,-1282.21,-284.083,87.256,-0.0610855,0,0,0,0,60,60,0,0), + (90168,177413,30,-1256.55,-280.278,73.9473,-0.0610855,0,0,0,0,60,60,0,0), + (90169,178684,30,649.265,-59.1102,41.5476,-2.68781,0,0,0,0,60,60,0,0), + (90170,178685,30,646.207,-57.2428,41.6587,-0.157079,0,0,0,0,60,60,0,0), + (90171,179384,30,-145.341,-444.846,26.4163,-0.0523596,0,0,0,0,60,60,0,0), + (90172,179384,30,560.834,-75.4266,37.9558,0.785398,0,0,0,0,60,60,0,0), + (90173,179385,30,-155.405,-440.24,33.2862,2.34747,0,0,0,0,60,60,0,0), + (90174,179385,30,550.678,-79.8234,44.8257,-3.09796,0,0,0,0,60,60,0,0), + (90175,179386,30,-150.787,-459.829,26.4163,0.558507,0,0,0,0,60,60,0,0), + (90176,179386,30,568.326,-89.4992,37.9558,1.39626,0,0,0,0,60,60,0,0), + (90177,179387,30,-153.748,-438.639,33.2862,-2.88852,0,0,0,0,60,60,0,0), + (90178,179387,30,550.597,-77.5213,44.8257,-2.05076,0,0,0,0,60,60,0,0), + (90179,179388,30,-149.057,-461.089,26.4163,1.38754,0,0,0,0,60,60,0,0), + (90180,179388,30,570.419,-89.0567,37.9558,2.2253,0,0,0,0,60,60,0,0), + (90181,179389,30,-168.342,-458.4,33.2862,-0.445059,0,0,0,0,60,60,0,0), + (90182,179389,30,555.517,-101.589,44.8257,0.392699,0,0,0,0,60,60,0,0), + (90183,179390,30,-142.968,-444.076,26.4163,-2.23402,0,0,0,0,60,60,0,0), + (90184,179390,30,561.851,-73.1481,37.9558,-1.39626,0,0,0,0,60,60,0,0), + (90185,179391,30,-172.363,-452.824,33.2796,0.62832,0,0,0,0,60,60,0,0), + (90186,179391,30,548.682,-100.846,44.8191,1.46608,0,0,0,0,60,60,0,0), + (90187,179392,30,-171.282,-456.892,33.2796,1.63188,0,0,0,0,60,60,0,0), + (90188,179392,30,552.429,-102.764,44.8191,2.46964,0,0,0,0,60,60,0,0), + (90189,179393,30,-172.356,-453.88,33.2796,0.322886,0,0,0,0,60,60,0,0), + (90190,179393,30,549.472,-101.547,44.8191,1.16064,0,0,0,0,60,60,0,0), + (90191,179394,30,-171.882,-454.632,33.2796,0.759218,0,0,0,0,60,60,0,0), + (90192,179394,30,550.347,-101.698,44.8191,1.59698,0,0,0,0,60,60,0,0), + (90193,179395,30,-171.656,-455.671,33.2796,0.0610861,0,0,0,0,60,60,0,0), + (90194,179395,30,551.271,-102.226,44.8191,0.898843,0,0,0,0,60,60,0,0), + (90195,179396,30,-170.699,-458.41,33.2796,-1.02974,0,0,0,0,60,60,0,0), + (90196,179396,30,553.947,-103.347,44.8191,-0.191986,0,0,0,0,60,60,0,0), + (90197,179397,30,-170.14,-457.609,33.2796,-0.680678,0,0,0,0,60,60,0,0), + (90198,179397,30,553.725,-102.396,44.8191,0.15708,0,0,0,0,60,60,0,0), + (90199,179419,30,-1423.16,-318.436,89.1136,2.35619,0,0,0,0,60,60,0,0), + (90202,179024,30,40.0913,0.0153897,-4.0962,0.96131,0,0,0,0,120,120,100,1), + (90203,179025,30,-1552.55,-359.738,66.948,2.8875,0,0,0,0,120,120,100,1), + (90204,178785,30,870.899,-388.434,61.6406,-1.22173,0,0,0,0,60,60,0,0), + (90205,178785,30,825.214,-320.174,63.712,-2.82743,0,0,0,0,60,60,0,0), + (90206,178785,30,837.117,-452.556,47.2331,-3.12414,0,0,0,0,60,60,0,0), + (90207,178785,30,869.755,-448.867,52.5448,-0.855212,0,0,0,0,60,60,0,0), + (90208,178785,30,949.877,-458.198,56.4874,0.314159,0,0,0,0,60,60,0,0), + (90209,178785,30,900.35,-479.024,58.3553,0.122173,0,0,0,0,60,60,0,0), + (90210,178785,30,854.449,-442.255,50.6589,0.401426,0,0,0,0,60,60,0,0), + (90211,178785,30,886.685,-442.358,54.6962,-1.22173,0,0,0,0,60,60,0,0), + (90212,178785,30,817.509,-457.331,48.4666,2.07694,0,0,0,0,60,60,0,0), + (90213,178784,30,-934.212,-57.3517,80.277,-0.0174535,0,0,0,0,60,60,0,0), + (90214,178784,30,-916.281,-36.8579,77.0227,0.122173,0,0,0,0,60,60,0,0), + (90215,178784,30,-902.73,-103.868,75.4378,-1.58825,0,0,0,0,60,60,0,0), + (90216,178784,30,-900.514,-143.527,75.9686,1.8675,0,0,0,0,60,60,0,0), + (90217,178784,30,-862.882,-0.353299,72.1526,-2.51327,0,0,0,0,60,60,0,0), + (90218,178784,30,-854.932,-85.9184,68.6056,-2.04204,0,0,0,0,60,60,0,0), + (90219,178784,30,-851.833,-118.959,63.8672,-0.0698131,0,0,0,0,60,60,0,0), + (90220,178784,30,-849.832,-20.8421,70.4672,-1.81514,0,0,0,0,60,60,0,0), + (90221,178784,30,-844.25,-60.0374,72.1031,-2.19912,0,0,0,0,60,60,0,0), + (90222,178784,30,-820.644,-136.043,63.1977,2.40855,0,0,0,0,60,60,0,0), + (90223,178784,30,-947.642,-208.807,77.0101,1.36136,0,0,0,0,60,60,0,0), + (90224,178784,30,-951.394,-193.695,67.634,0.802851,0,0,0,0,60,60,0,0), + (90225,180424,30,780.487,-493.024,99.9553,3.0976,0,0,0,0,60,60,100,1), + (90226,180424,30,-880.353,-545.418,57.2647,5.35249,0,0,0,0,60,60,100,1), + (90227,179065,30,562.632,-88.1815,61.993,0.383972,0,0,0,0,0,0,0,0), + (90228,179065,30,562.523,-74.5028,37.9474,-0.0523599,0,0,0,0,0,0,0,0), + (90229,179065,30,558.097,-70.9842,52.4876,0.820305,0,0,0,0,0,0,0,0), + (90230,179065,30,578.167,-71.8191,38.1514,2.72271,0,0,0,0,0,0,0,0), + (90231,179065,30,556.028,-94.9242,44.8191,3.05433,0,0,0,0,0,0,0,0), + (90232,179065,30,572.451,-94.3655,37.9443,-1.72788,0,0,0,0,0,0,0,0), + (90233,179065,30,549.263,-79.3645,44.8191,0.436332,0,0,0,0,0,0,0,0), + (90234,179065,30,543.513,-94.4006,52.4819,0.0349066,0,0,0,0,0,0,0,0), + (90235,179065,30,572.149,-93.7862,52.5726,0.541052,0,0,0,0,0,0,0,0), + (90236,179065,30,582.162,-81.2375,37.9216,0.0872665,0,0,0,0,0,0,0,0), + (90237,179065,30,664.797,-143.65,64.1784,-0.453786,0,0,0,0,0,0,0,0), + (90238,179065,30,664.505,-139.452,49.6696,-0.0349067,0,0,0,0,0,0,0,0), + (90239,179065,30,676.067,-124.319,49.6726,-1.01229,0,0,0,0,0,0,0,0), + (90240,179065,30,693.004,-144.025,64.1755,2.44346,0,0,0,0,0,0,0,0), + (90241,179065,30,661.175,-117.691,49.645,1.91986,0,0,0,0,0,0,0,0), + (90242,179065,30,684.423,-146.582,63.6662,0.994838,0,0,0,0,0,0,0,0), + (90243,179065,30,682.791,-127.769,62.4155,1.09956,0,0,0,0,0,0,0,0), + (90244,179065,30,674.576,-147.101,56.5425,-1.6057,0,0,0,0,0,0,0,0), + (90245,179065,30,655.719,-126.673,49.8138,2.80998,0,0,0,0,0,0,0,0), + (90246,179065,30,231.503,-356.688,42.3704,0.296706,0,0,0,0,0,0,0,0), + (90247,179065,30,224.989,-348.175,42.5607,1.50098,0,0,0,0,0,0,0,0), + (90248,179065,30,205.782,-351.335,56.8998,1.01229,0,0,0,0,0,0,0,0), + (90249,179065,30,196.605,-369.187,56.3914,2.46091,0,0,0,0,0,0,0,0), + (90250,179065,30,210.619,-376.938,49.2677,2.86234,0,0,0,0,0,0,0,0), + (90251,179065,30,209.647,-352.632,42.3959,-0.698132,0,0,0,0,0,0,0,0), + (90252,179065,30,220.65,-368.132,42.3978,-0.2618,0,0,0,0,0,0,0,0), + (90253,179065,30,224.682,-374.031,57.0679,0.541052,0,0,0,0,0,0,0,0), + (90254,179065,30,200.26,-359.968,49.2677,-2.89725,0,0,0,0,0,0,0,0), + (90255,179065,30,196.619,-378.016,56.9131,1.01229,0,0,0,0,0,0,0,0), + (90256,179065,30,-155.488,-437.356,33.2796,2.60054,0,0,0,0,0,0,0,0), + (90257,179065,30,-163.441,-454.188,33.2796,1.93732,0,0,0,0,0,0,0,0), + (90258,179065,30,-143.977,-445.148,26.4097,-1.8675,0,0,0,0,0,0,0,0), + (90259,179065,30,-135.764,-464.708,26.3823,2.25147,0,0,0,0,0,0,0,0), + (90260,179065,30,-154.076,-466.929,41.0636,-1.8675,0,0,0,0,0,0,0,0), + (90261,179065,30,-149.908,-460.332,26.4083,-2.09439,0,0,0,0,0,0,0,0), + (90262,179065,30,-151.638,-439.521,40.3797,0.436332,0,0,0,0,0,0,0,0), + (90263,179065,30,-131.301,-454.905,26.5771,2.93215,0,0,0,0,0,0,0,0), + (90264,179065,30,-171.291,-444.684,40.9211,2.30383,0,0,0,0,0,0,0,0), + (90265,179065,30,-143.591,-439.75,40.9275,-1.72788,0,0,0,0,0,0,0,0), + (90266,179065,30,-572.667,-267.923,56.8542,2.35619,0,0,0,0,0,0,0,0), + (90267,179065,30,-561.021,-262.689,68.4589,1.37881,0,0,0,0,0,0,0,0), + (90268,179065,30,-572.538,-262.649,88.6197,1.8326,0,0,0,0,0,0,0,0), + (90269,179065,30,-574.77,-251.45,74.9422,-1.18682,0,0,0,0,0,0,0,0), + (90270,179065,30,-578.625,-267.571,68.4696,0.506145,0,0,0,0,0,0,0,0), + (90271,179065,30,-571.476,-257.234,63.3223,3.10669,0,0,0,0,0,0,0,0), + (90272,179065,30,-566.035,-273.907,52.9582,-0.890118,0,0,0,0,0,0,0,0), + (90273,179065,30,-580.948,-259.77,68.4696,1.46608,0,0,0,0,0,0,0,0), + (90274,179065,30,-568.318,-267.1,75.0008,1.01229,0,0,0,0,0,0,0,0), + (90275,179065,30,-559.621,-268.597,52.8986,0.0523599,0,0,0,0,0,0,0,0), + (90276,179065,30,-776.072,-368.046,84.3558,2.63545,0,0,0,0,0,0,0,0), + (90277,179065,30,-777.564,-368.521,90.6701,1.72788,0,0,0,0,0,0,0,0), + (90278,179065,30,-765.461,-357.711,90.888,0.314159,0,0,0,0,0,0,0,0), + (90279,179065,30,-768.763,-362.735,104.612,1.81514,0,0,0,0,0,0,0,0), + (90280,179065,30,-760.356,-358.896,84.3558,2.1293,0,0,0,0,0,0,0,0), + (90281,179065,30,-771.967,-352.838,84.3484,1.74533,0,0,0,0,0,0,0,0), + (90282,179065,30,-773.333,-364.653,79.2351,-1.64061,0,0,0,0,0,0,0,0), + (90283,179065,30,-764.109,-366.069,70.0934,0.383972,0,0,0,0,0,0,0,0), + (90284,179065,30,-767.103,-350.737,68.7933,2.80998,0,0,0,0,0,0,0,0), + (90285,179065,30,-760.115,-353.845,68.8633,1.79769,0,0,0,0,0,0,0,0), + (90286,179065,30,-1304.87,-304.525,91.8366,-0.680679,0,0,0,0,0,0,0,0), + (90287,179065,30,-1301.77,-310.974,95.8252,0.907571,0,0,0,0,0,0,0,0), + (90288,179065,30,-1305.58,-320.625,102.166,-0.558505,0,0,0,0,0,0,0,0), + (90289,179065,30,-1294.27,-323.468,113.893,-1.67552,0,0,0,0,0,0,0,0), + (90290,179065,30,-1302.65,-317.192,127.487,2.30383,0,0,0,0,0,0,0,0), + (90291,179065,30,-1293.89,-313.478,107.328,1.6057,0,0,0,0,0,0,0,0), + (90292,179065,30,-1312.41,-312.999,107.328,1.5708,0,0,0,0,0,0,0,0), + (90293,179065,30,-1311.57,-308.08,91.7666,-1.85005,0,0,0,0,0,0,0,0), + (90294,179065,30,-1314.7,-322.131,107.36,0.645772,0,0,0,0,0,0,0,0), + (90295,179065,30,-1304.6,-310.754,113.859,-0.401426,0,0,0,0,0,0,0,0), + (90296,179065,30,-1308.24,-273.26,92.0514,-0.139626,0,0,0,0,0,0,0,0), + (90297,179065,30,-1302.26,-262.858,95.9269,0.418879,0,0,0,0,0,0,0,0), + (90298,179065,30,-1297.28,-267.773,126.756,2.23402,0,0,0,0,0,0,0,0), + (90299,179065,30,-1299.08,-256.89,114.108,-2.44346,0,0,0,0,0,0,0,0), + (90300,179065,30,-1303.41,-268.237,114.151,-1.23918,0,0,0,0,0,0,0,0), + (90301,179065,30,-1304.43,-273.682,107.612,0.244346,0,0,0,0,0,0,0,0), + (90302,179065,30,-1309.53,-265.951,92.1418,-2.49582,0,0,0,0,0,0,0,0), + (90303,179065,30,-1295.55,-263.865,105.033,0.925024,0,0,0,0,0,0,0,0), + (90304,179065,30,-1294.71,-281.466,107.664,-1.50098,0,0,0,0,0,0,0,0), + (90305,179065,30,-1289.69,-259.521,107.612,-2.19912,0,0,0,0,0,0,0,0), + (90306,178925,30,553.779,-78.6566,51.9378,-1.22173,0,0,0,0,0,0,100,1), + (90307,178925,30,674.001,-143.125,63.6615,0.994838,0,0,0,0,0,0,100,1), + (90308,178925,30,203.281,-360.366,56.3869,-0.925024,0,0,0,0,0,0,100,1), + (90309,178925,30,-152.437,-441.758,40.3982,-1.95477,0,0,0,0,0,0,100,1), + (90310,178943,30,-571.88,-262.777,75.0087,-0.802851,0,0,0,0,0,0,100,1), + (90311,178943,30,-768.907,-363.71,90.8949,1.07991,0,0,0,0,0,0,100,1), + (90312,178943,30,-1302.9,-316.981,113.867,2.00713,0,0,0,0,0,0,100,1), + (90313,178943,30,-1297.5,-266.767,114.15,3.31044,0,0,0,0,0,0,100,1), + (90314,178940,30,-571.88,-262.777,75.0087,-0.802851,0,0,0,0,0,0,100,1), + (90315,178940,30,-768.907,-363.71,90.8949,1.07991,0,0,0,0,0,0,100,1), + (90316,178940,30,-1302.9,-316.981,113.867,2.00713,0,0,0,0,0,0,100,1), + (90317,178940,30,-1297.5,-266.767,114.15,3.31044,0,0,0,0,0,0,100,1), + (90318,179435,30,553.779,-78.6566,51.9378,-1.22173,0,0,0,0,0,0,100,1), + (90319,179435,30,674.001,-143.125,63.6615,0.994838,0,0,0,0,0,0,100,1), + (90320,179435,30,203.281,-360.366,56.3869,-0.925024,0,0,0,0,0,0,100,1), + (90321,179435,30,-152.437,-441.758,40.3982,-1.95477,0,0,0,0,0,0,100,1), + (90322,178927,30,555.848,-84.4151,64.4397,3.12414,0,0,0,0,0,0,0,0), + (90323,180421,30,555.848,-84.4151,64.4397,3.12414,0,0,0,0,0,0,0,0), + (90324,178927,30,679.339,-136.468,73.9626,-2.16421,0,0,0,0,0,0,0,0), + (90325,180421,30,679.339,-136.468,73.9626,-2.16421,0,0,0,0,0,0,0,0), + (90326,178927,30,208.973,-365.971,66.7409,-0.244346,0,0,0,0,0,0,0,0), + (90327,180421,30,208.973,-365.971,66.7409,-0.244346,0,0,0,0,0,0,0,0), + (90328,178927,30,-155.832,-449.401,52.7306,0.610865,0,0,0,0,0,0,0,0), + (90329,180421,30,-155.832,-449.401,52.7306,0.610865,0,0,0,0,0,0,0,0), + (90330,178955,30,-572.329,-262.476,88.6496,-0.575959,0,0,0,0,0,0,0,0), + (90331,180422,30,-572.329,-262.476,88.6496,-0.575959,0,0,0,0,0,0,0,0), + (90332,178955,30,-768.199,-363.105,104.537,0.10472,0,0,0,0,0,0,0,0), + (90333,180422,30,-768.199,-363.105,104.537,0.10472,0,0,0,0,0,0,0,0), + (90334,178955,30,-1302.84,-316.582,127.516,0.122173,0,0,0,0,0,0,0,0), + (90335,180422,30,-1302.84,-316.582,127.516,0.122173,0,0,0,0,0,0,0,0), + (90336,178955,30,-1297.87,-266.762,127.796,0.0698132,0,0,0,0,0,0,0,0), + (90337,180422,30,-1297.87,-266.762,127.796,0.0698132,0,0,0,0,0,0,0,0), + (90338,179446,30,-572.329,-262.476,88.6496,-0.575959,0,0,0,0,0,0,0,0), + (90339,180423,30,-572.329,-262.476,88.6496,-0.575959,0,0,0,0,0,0,0,0), + (90340,179446,30,-768.199,-363.105,104.537,0.10472,0,0,0,0,0,0,0,0), + (90341,180423,30,-768.199,-363.105,104.537,0.10472,0,0,0,0,0,0,0,0), + (90342,179446,30,-1302.84,-316.582,127.516,0.122173,0,0,0,0,0,0,0,0), + (90343,180423,30,-1302.84,-316.582,127.516,0.122173,0,0,0,0,0,0,0,0), + (90344,179446,30,-1297.87,-266.762,127.796,0.0698132,0,0,0,0,0,0,0,0), + (90345,180423,30,-1297.87,-266.762,127.796,0.0698132,0,0,0,0,0,0,0,0), + (90346,179436,30,555.848,-84.4151,64.4397,3.12414,0,0,0,0,0,0,0,0), + (90347,180423,30,555.848,-84.4151,64.4397,3.12414,0,0,0,0,0,0,0,0), + (90348,179436,30,679.339,-136.468,73.9626,-2.16421,0,0,0,0,0,0,0,0), + (90349,180423,30,679.339,-136.468,73.9626,-2.16421,0,0,0,0,0,0,0,0), + (90350,179436,30,208.973,-365.971,66.7409,-0.244346,0,0,0,0,0,0,0,0), + (90351,180423,30,208.973,-365.971,66.7409,-0.244346,0,0,0,0,0,0,0,0), + (90352,179436,30,-155.832,-449.401,52.7306,0.610865,0,0,0,0,0,0,0,0), + (90353,180423,30,-155.832,-449.401,52.7306,0.610865,0,0,0,0,0,0,0,0), + (90354,178365,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,100,1), + (90355,180421,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,0,0), + (90356,178365,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,100,1), + (90357,180421,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,0,0), + (90358,178365,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,100,1), + (90359,180421,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,0,0), + (90360,178365,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,100,1), + (90361,180421,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0,0), + (90362,178365,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,100,1), + (90363,180421,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,0,0), + (90364,178365,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,100,1), + (90365,180421,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,0,0), + (90366,178365,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,100,1), + (90367,180421,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,0,0), + (90368,178364,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,100,1), + (90369,180422,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,0,0), + (90370,178364,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,100,1), + (90371,180422,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,0,0), + (90372,178364,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,100,1), + (90373,180422,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,0,0), + (90374,178364,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,100,1), + (90375,180422,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0,0), + (90376,178364,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,100,1), + (90377,180422,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,0,0), + (90378,178364,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,100,1), + (90379,180422,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,0,0), + (90380,178364,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,100,1), + (90381,180422,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,0,0), + (90382,179286,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,100,1), + (90383,180423,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,0,0), + (90384,179286,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,100,1), + (90385,180423,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,0,0), + (90386,179286,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,100,1), + (90387,180423,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,0,0), + (90388,179286,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,100,1), + (90389,180423,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0,0), + (90390,179286,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,100,1), + (90391,180423,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,0,0), + (90392,179286,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,100,1), + (90393,180423,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,0,0), + (90394,179286,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,100,1), + (90395,180423,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,0,0), + (90396,179287,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,100,1), + (90397,180423,30,638.592,-32.422,46.0608,-1.62316,0,0,0,0,0,0,0,0), + (90398,179287,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,100,1), + (90399,180423,30,669.007,-294.078,30.2909,2.77507,0,0,0,0,0,0,0,0), + (90400,179287,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,100,1), + (90401,180423,30,77.8013,-404.7,46.7549,-0.872665,0,0,0,0,0,0,0,0), + (90402,179287,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,100,1), + (90403,180423,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0,0), + (90404,179287,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,100,1), + (90405,180423,30,-611.962,-396.17,60.8351,2.53682,0,0,0,0,0,0,0,0), + (90406,179287,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,100,1), + (90407,180423,30,-1084.15,-339.069,54.895,-1.53589,0,0,0,0,0,0,0,0), + (90408,179287,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,100,1), + (90409,180423,30,-1402.21,-307.431,89.4424,0.191986,0,0,0,0,0,0,0,0), + (90410,179044,30,-191.153,-129.868,78.5595,-1.25664,0,0,0,0,60,60,0,0), + (90411,179044,30,-201.282,-134.319,78.6753,-0.942478,0,0,0,0,60,60,0,0), + (90412,179044,30,-215.981,-91.4101,80.8702,-1.74533,0,0,0,0,60,60,0,0), + (90413,179044,30,-200.465,-96.418,79.7587,1.36136,0,0,0,0,60,60,0,0), + (90414,179424,30,-191.153,-129.868,78.5595,-1.25664,0,0,0,0,60,60,0,0), + (90415,179424,30,-201.282,-134.319,78.6753,-0.942478,0,0,0,0,60,60,0,0), + (90416,179424,30,-215.981,-91.4101,80.8702,-1.74533,0,0,0,0,60,60,0,0), + (90417,179424,30,-200.465,-96.418,79.7587,1.36136,0,0,0,0,60,60,0,0), + (90418,179064,30,-191.153,-129.868,78.5595,-1.25664,0,0,0,0,60,60,0,0), + (90419,179064,30,-201.282,-134.319,78.6753,-0.942478,0,0,0,0,60,60,0,0), + (90420,179064,30,-215.981,-91.4101,80.8702,-1.74533,0,0,0,0,60,60,0,0), + (90421,179064,30,-200.465,-96.418,79.7587,1.36136,0,0,0,0,60,60,0,0), + (90422,179425,30,-191.153,-129.868,78.5595,-1.25664,0,0,0,0,60,60,0,0), + (90423,179425,30,-201.282,-134.319,78.6753,-0.942478,0,0,0,0,60,60,0,0), + (90424,179425,30,-215.981,-91.4101,80.8702,-1.74533,0,0,0,0,60,60,0,0), + (90425,179425,30,-200.465,-96.418,79.7587,1.36136,0,0,0,0,60,60,0,0), + (90426,180418,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,100,1), + (90427,180423,30,-202.581,-112.73,78.4876,-0.715585,0,0,0,0,0,0,0,0), + (90428,179066,30,-64.4987,-289.33,33.4616,-2.82743,0,0,0,0,0,0,0,0), + (90429,179066,30,-5.98025,-326.144,38.8538,0,0,0,0,0,0,0,0,0), + (90430,179066,30,-2.67893,-306.998,33.4165,0,0,0,0,0,0,0,0,0), + (90431,179066,30,-60.25,-309.232,50.2408,-1.46608,0,0,0,0,0,0,0,0), + (90432,179066,30,-48.7941,-266.533,47.7916,2.44346,0,0,0,0,0,0,0,0), + (90433,179065,30,-3.40929,-306.288,33.34,0,0,0,0,0,0,0,0,0), + (90434,179065,30,-48.619,-266.917,47.8168,0,0,0,0,0,0,0,0,0), + (90435,179065,30,-62.9474,-286.212,66.7288,0,0,0,0,0,0,0,0,0), + (90436,179065,30,-5.05132,-325.323,38.8536,0,0,0,0,0,0,0,0,0), + (90437,179065,30,-64.2677,-289.412,33.469,0,0,0,0,0,0,0,0,0), + (90438,179066,30,-524.276,-199.6,82.8733,-1.46608,0,0,0,0,0,0,0,0), + (90439,179066,30,-518.196,-173.085,102.43,0,0,0,0,0,0,0,0,0), + (90440,179066,30,-500.732,-145.358,88.5337,2.44346,0,0,0,0,0,0,0,0), + (90441,179066,30,-501.084,-150.784,80.8506,0,0,0,0,0,0,0,0,0), + (90442,179066,30,-518.309,-163.963,102.521,2.96706,0,0,0,0,0,0,0,0), + (90443,179065,30,-517.053,-200.429,80.759,0,0,0,0,0,0,0,0,0), + (90444,179065,30,-514.361,-163.864,104.163,0,0,0,0,0,0,0,0,0), + (90445,179065,30,-568.04,-188.707,81.55,0,0,0,0,0,0,0,0,0), + (90446,179065,30,-501.775,-151.581,81.2027,0,0,0,0,0,0,0,0,0), + (90447,179065,30,-509.975,-191.652,83.2978,0,0,0,0,0,0,0,0,0), + (90458,181305,0,-33.643,-558.612,151.116,3.67656,0,0,0.964439,-0.264307,25,25,100,1), + (92216,75293,36,-155.3,-913.896,10.2809,0.90757,0,0,0.438371,0.898794,86400,86400,255,1), + (92217,75293,36,-121.301,-810.208,16.9638,1.76278,0,0,0.771624,0.636079,86400,86400,255,1), + (92220,75297,189,1743.48,-407.254,8.01026,0.017452,0,0,0.00872589,0.999962,86400,86400,255,1), + (92224,153464,229,183.647,-369.15,117.143,2.44346,0,0,0.939692,0.342021,7200,7200,255,1), + (92226,153469,229,-20.2914,-361.811,50.6356,-1.64061,0,0,-0.731354,0.681998,86400,86400,255,1), + (92228,74447,90,-830.873,278.731,-272.596,1.36136,0,0,0.629322,0.777145,86400,86400,255,1), + (92229,74448,90,-622.664,51.5146,-199.646,3.05433,0,0,0.999048,0.0436174,86400,86400,255,1), + (93893,180619,509,-9407.72,1960.21,85.6391,1.11701,0,0,0.529919,0.848048,-120,-120,255,1), + (93941,179871,529,1185.71,1185.24,-56.36,2.56,0,0,0.0223384,0.99975,180,180,100,1), + (93942,179904,529,1185.71,1185.24,-56.36,2.56,0,0,0.0223384,0.99975,180,180,100,1), + (93943,179905,529,1185.71,1185.24,-56.36,2.56,0,0,0.0223384,0.99975,180,180,100,1), + (93944,179871,529,990.75,1008.18,-42.6,2.43,0,0,0.0212042,0.999775,180,180,100,1), + (93945,179904,529,990.75,1008.18,-42.6,2.43,0,0,0.0212042,0.999775,180,180,100,1), + (93946,179905,529,990.75,1008.18,-42.6,2.43,0,0,0.0212042,0.999775,180,180,100,1), + (93947,179871,529,817.66,843.34,-56.54,3.01,0,0,0.0262642,0.999655,180,180,100,1), + (93948,179904,529,817.66,843.34,-56.54,3.01,0,0,0.0262642,0.999655,180,180,100,1), + (93949,179905,529,817.66,843.34,-56.54,3.01,0,0,0.0262642,0.999655,180,180,100,1), + (93950,179871,529,807.46,1189.16,11.92,5.44,0,0,0.0474551,0.998873,180,180,100,1), + (93951,179904,529,807.46,1189.16,11.92,5.44,0,0,0.0474551,0.998873,180,180,100,1), + (93952,179905,529,807.46,1189.16,11.92,5.44,0,0,0.0474551,0.998873,180,180,100,1), + (93953,179871,529,1146.62,816.94,-98.49,6,0,0,0.053556,0.998565,180,180,100,1), + (93954,179904,529,1146.62,816.94,-98.49,6,0,0,0.053556,0.998565,180,180,100,1), + (93955,179905,529,1146.62,816.94,-98.49,6,0,0,0.053556,0.998565,180,180,100,1), + (94154,141979,70,153.39,289.091,-52.2262,2.68781,0,0,0,0,-14400,-14400,255,1), + (99772,174797,1,3078.17,-2699.43,208.812,4.15916,0,0,0,0,180,180,100,1), + (99784,179668,429,-38.5911,812.632,-29.5358,0.401425,0,0,0,0,-900,-900,0,1), + (99774,179671,429,-53.5593,801.216,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (99777,179671,429,-20.693,807.962,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (99780,179671,429,-38.9241,831.486,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (99775,179670,429,-37.3899,793.225,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (99778,179670,429,-21.8534,820.043,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (99781,179670,429,-50.8857,826.376,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (99776,179669,429,-25.8848,798.921,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (99779,179669,429,-28.8647,828.021,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (22269,179681,429,-39.3283,812.609,-29.5358,-2.87979,0,0,0,0,-900,-900,0,0), + (99782,179669,429,-57.1792,812.96,-29.5358,-2.00713,0,0,0,0,-900,-900,0,1), + (99785,179673,429,-43.4643,800.206,-29.5358,0.698132,0,0,0.34202,0.939693,-900,-900,0,1), + (99786,179672,429,-46.7888,822.351,-29.5358,-0.855211,0,0,-0.414693,0.909961,-900,-900,0,1), + (99787,179674,429,-26.4932,814.841,-29.5358,0.59341,0,0,0.292371,0.956305,-900,-900,0,1), + (99791,175621,229,-14.456,-395.729,48.5219,2.16916,0,0,0,1,180,180,255,1), + (99792,181234,533,2917.27,-3278.24,298.146,3.91373,0,0,0.926397,-0.376549,180,180,0,1), + (99844,300037,1,-1381.95,2918.69,73.1218,0,0,0,0,0,180,180,0,1), + (99845,300119,1,-7197.65,-2423.59,-220.456,0,0,0,0,0,180,180,0,1), + (99846,300132,1,7214.03,-388.655,-1.68851,3.70394,0,0,0.960731,-0.277481,120,120,0,1), + (99847,300138,1,-2976,2744.71,52.645,0.726,0,0,0.35508,0.934836,120,120,0,1), + (99848,300139,0,-943,-3117,47.421,3.142,0,0,0,0,120,120,0,1), + (99849,300142,1,7853.95,-2212.3,472.397,0,0,0,0,0,0,0,0,1), + (99855,300153,1,-4698.88,-3721.16,50.8914,3.76424,0,0,0.951929,-0.30632,180,180,0,1), + (99857,300151,1,-3532.88,-4317.78,7.06083,5.98722,0,0,0.147446,-0.98907,180,180,0,1), + (99858,300150,1,-3700.91,-3470.21,37.2827,0.957751,0,0,0.460781,0.887514,180,180,0,1), + (99859,300150,1,-3662.1,-3455.62,37.2112,2.38107,0,0,0.928567,0.371165,180,180,0,1), + (99860,300150,1,-3640.92,-3421.74,37.1979,3.21097,0,0,0.999398,-0.0346795,180,180,0,1), + (99861,300149,1,-2453.24,-3153.89,35.8593,1.97643,0,0,0.835045,0.550182,180,180,0,1), + (99862,300148,1,2079.39,-234.624,98.9194,6.04,0,0,0.121294,-0.992617,25,25,0,1), + (99863,300147,0,-43.4367,-923.198,55.8714,5.75401,0,0,0.261511,-0.965201,25,25,0,1), + (99864,300146,1,-3573.24,-1864.45,82.4975,4.13904,0,0,0.878193,-0.478305,25,25,0,1), + (99865,1323,0,968.684,-1826.15,77.0133,-2.94088,0,0,0.994969,-0.100188,60,60,0,1), + (99866,300144,289,139.496,174.816,95.5388,3.60657,0,0,0.973096,-0.2304,300,300,0,1), + (99867,300143,1,-2967.28,-3871.99,33.06,0,0,0,0,0,180,180,0,1), + (99869,300012,0,-1351,-2740,59.159,0,0,0,0,0,180,180,0,1), + (99870,300013,0,1409.09,353.52,-66.02,0,0,0,0,0,180,180,0,1), + (99871,300013,0,-9102.49,833.97,97.62,0,0,0,0,0,180,180,0,1), + (99872,300016,0,-21.77,-2802.7,121.85,0,0,0,0,0,180,180,0,1), + (99873,300016,0,450.2,-3341.62,119.65,0,0,0,0,0,180,180,0,1), + (99874,300016,0,100.38,-4382.3,121.6,0,0,0,0,0,180,180,0,1), + (99875,300017,0,-402.15,-2891.36,86.85,0,0,0,0,0,180,180,0,1), + (99876,300018,1,-2764.68,2623.21,70.4204,2.33578,0,0,0,0,180,180,0,1), + (99877,300019,109,-467.09,276.58,-90.47,0,0,0,0,0,180,180,0,1), + (99878,300020,1,-2854,2340.44,40.09,0,0,0,0,0,180,180,0,1), + (99879,300021,1,-7199.91,-3946.1,9.64,0,0,0,0,0,180,180,0,1), + (99880,300022,1,5968.89,-1212.05,379.832,0.129598,0,0,0.0647536,0.997901,180,180,0,1), + (99881,300023,1,-7190.8,-649.28,-237.91,0,0,0,0,0,180,180,0,1), + (99882,300025,1,4582,-216.88,300.23,0,0,0,0,0,180,180,0,1), + (99883,300026,1,6874.26,-489.99,40.14,0,0,0,0,0,180,180,0,1), + (99884,300027,1,8071.34,-3843.02,690.85,0,0,0,0,0,180,180,0,1), + (99885,300029,0,1877.9,-1333.13,59.92,0,0,0,0,1,-180,-180,0,1), + (99886,176094,0,1314.08,-1305.33,63.7871,0,0,0,0,0,180,180,0,1), + (99887,176095,0,1467.73,-1403.47,67.0566,0,0,0,0,0,180,180,0,1), + (99888,176096,0,1553.46,-1488.11,67.7152,0,0,0,0,0,180,180,0,1), + (99889,176097,0,1329.93,-1587.96,61.1981,0,0,0,0,0,180,180,0,1), + (99890,300031,289,133.69,91.67,101.73,0,0,0,0,0,180,180,0,1), + (99891,300034,0,1442.67,-3702.75,77.3847,0,0,0,0,0,180,180,0,1), + (99892,300036,1,-2294.54,1378.29,63.6,0,0,0,0,0,180,180,0,1), + (99893,300048,1,-1516.63,2739.97,85.25,0,0,0,0,0,180,180,0,1), + (99894,179677,1,5800.89,-985.82,409.78,0,0,0,0,0,180,180,0,1), + (99895,300050,429,-38.94,812.86,-29.53,0,0,0,0,0,180,180,0,1), + (99896,300051,429,-38.94,812.85,-29.53,0,0,0,0,0,180,180,0,1), + (99897,300053,0,-11809.9,1366.92,0.11,0,0,0,0,0,180,180,0,1), + (99898,180504,0,-835.52,-528.23,11.97,0,0,0,0,0,180,180,0,1), + (99899,300055,1,-7219.4,878.77,-1.76,0,0,0,0,0,180,180,0,1), + (99900,300057,1,3512.29,-6618.08,0.01,0,0,0,0,0,180,180,0,1), + (99901,300059,229,-23.97,-451.98,-18.64,0,0,0,0,0,180,180,0,1), + (99902,300060,429,263.38,-452.69,-119.96,0,0,0,0,0,180,180,0,1), + (99903,300061,329,3423.47,-3055.73,136.581,0,0,0,0,0,180,180,0,1), + (99904,300062,289,-3.82,141.88,83.9,0,0,0,0,0,180,180,0,1), + (99905,300063,229,25.92,-537.7,110.93,0,0,0,0,0,180,180,0,1), + (99906,300065,230,596.82,-188.77,-54.15,0,0,0,0,0,180,180,0,1), + (99907,300064,229,-23.97,-451.98,-18.64,0,0,0,0,0,180,180,0,1), + (99908,300064,429,263.38,-452.69,-119.96,0,0,0,0,0,180,180,0,1), + (99909,300064,329,3423.47,-3055.73,136.581,0,0,0,0,0,180,180,0,1), + (99910,300064,289,-3.82,141.88,83.9,0,0,0,0,0,180,180,0,1), + (99911,300064,229,25.92,-537.7,110.93,0,0,0,0,0,180,180,0,1), + (99922,300078,0,-11369.6,-2163.95,24.3,0,0,0,0,0,180,180,0,1), + (99923,300078,0,-11170.3,-1900.21,-17.78,0,0,0,0,0,180,180,0,1), + (99991,300137,0,-531.08,-3872.75,232.5,0,0,0,0,0,180,180,0,1), + (99992,300133,1,3278.15,-5710.01,-1.73,0,0,0,0,0,180,180,0,1), + (99993,300134,1,3604.16,-5703.09,-3.95,0,0,0,0,0,180,180,0,1), + (99994,300135,1,3701.84,-5743.96,-0.76,0,0,0,0,0,180,180,0,1), + (99995,300136,1,3779.38,-5680.15,-6.13,0,0,0,0,0,180,180,0,1), + (99996,300131,1,2232.68,-1550.47,93.21,0,0,0,0,0,180,180,0,1), + (99997,1324,1,1632.57,-3075,85.959,0,0,0,0,0,180,180,0,1), + (99998,300141,1,6723.67,-5271.68,778,0,0,0,0,0,180,180,0,1), + (100000,1731,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,300,255,1), + (100001,1732,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,300,255,1), + (100002,1735,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,300,255,1), + (100003,1733,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,300,255,1), + (100004,1734,0,-3079,-3271,67.23,5.378,0,0,0.437299,-0.899316,300,300,255,1), + (100005,1731,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,300,255,1), + (100006,1732,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,300,255,1), + (100007,1735,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,300,255,1), + (100008,1733,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,300,255,1), + (100009,1734,0,-3066,-3180,66.948,3.88,0,0,0.932615,-0.360873,300,300,255,1), + (100010,1731,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (100011,1732,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (100012,1735,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (100013,1733,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (100014,1734,0,-2940.86,-3273.19,61.9162,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (100015,1610,0,-3768,-2464,27.379,4.378,0,0,0.814921,-0.579572,300,300,255,1), + (100016,1667,0,-3768,-2464,27.379,4.378,0,0,0.814921,-0.579572,300,300,255,1), + (100017,1732,0,-3768,-2464,27.379,4.378,0,0,0.814921,-0.579572,300,300,255,1), + (100018,1733,0,-3768,-2464,27.379,4.378,0,0,0.814921,-0.579572,300,300,255,1), + (100019,1610,0,-3805.75,-2471.3,27.4686,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (100020,1667,0,-3805.75,-2471.3,27.4686,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (100021,1732,0,-3805.75,-2471.3,27.4686,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (100022,1733,0,-3805.75,-2471.3,27.4686,-0.785398,0,0,-0.382683,0.92388,300,300,255,1), + (100023,1610,0,-3864.54,-2323.02,44.058,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (100024,1667,0,-3864.54,-2323.02,44.058,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (100025,1732,0,-3864.54,-2323.02,44.058,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (100026,1733,0,-3864.54,-2323.02,44.058,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (100027,1610,0,-3863.12,-2476.62,41.4935,-0.069813,0,0,-0.0348994,0.999391,300,300,255,1), + (100028,1667,0,-3863.12,-2476.62,41.4935,-0.069813,0,0,-0.0348994,0.999391,300,300,255,1), + (100029,1732,0,-3863.12,-2476.62,41.4935,-0.069813,0,0,-0.0348994,0.999391,300,300,255,1), + (100030,1733,0,-3863.12,-2476.62,41.4935,-0.069813,0,0,-0.0348994,0.999391,300,300,255,1), + (100031,1610,0,-3837.11,-2527.33,38.9886,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (100032,1667,0,-3837.11,-2527.33,38.9886,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (100033,1732,0,-3837.11,-2527.33,38.9886,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (100034,1733,0,-3837.11,-2527.33,38.9886,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (100035,1610,0,-3813.83,-2279.43,33.753,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (100036,1667,0,-3813.83,-2279.43,33.753,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (100037,1732,0,-3813.83,-2279.43,33.753,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (100038,1733,0,-3813.83,-2279.43,33.753,-2.1293,0,0,-0.874619,0.48481,300,300,255,1), + (100039,1610,0,-3920,-2278,40.389,2.61,0,0,0.964884,0.262678,300,300,255,1), + (100040,1667,0,-3920,-2278,40.389,2.61,0,0,0.964884,0.262678,300,300,255,1), + (100041,1732,0,-3920,-2278,40.389,2.61,0,0,0.964884,0.262678,300,300,255,1), + (100042,1733,0,-3920,-2278,40.389,2.61,0,0,0.964884,0.262678,300,300,255,1), + (100043,1610,0,-3756,-2442,32.318,5.26,0,0,0.489567,-0.871966,300,300,255,1), + (100044,1667,0,-3756,-2442,32.318,5.26,0,0,0.489567,-0.871966,300,300,255,1), + (100045,1732,0,-3756,-2442,32.318,5.26,0,0,0.489567,-0.871966,300,300,255,1), + (100046,1733,0,-3756,-2442,32.318,5.26,0,0,0.489567,-0.871966,300,300,255,1), + (100047,1610,0,-3838,-2483,36.203,3.624,0,0,0.971051,-0.238872,300,300,255,1), + (100048,1667,0,-3838,-2483,36.203,3.624,0,0,0.971051,-0.238872,300,300,255,1), + (100049,1732,0,-3838,-2483,36.203,3.624,0,0,0.971051,-0.238872,300,300,255,1), + (100050,1733,0,-3838,-2483,36.203,3.624,0,0,0.971051,-0.238872,300,300,255,1), + (100051,1610,0,-3788,-2441,25.965,5.26,0,0,0.489567,-0.871966,300,300,255,1), + (100052,1667,0,-3788,-2441,25.965,5.26,0,0,0.489567,-0.871966,300,300,255,1), + (100053,1732,0,-3788,-2441,25.965,5.26,0,0,0.489567,-0.871966,300,300,255,1), + (100054,1733,0,-3788,-2441,25.965,5.26,0,0,0.489567,-0.871966,300,300,255,1), + (100055,1610,0,-3853,-2341,44.169,3.433,0,0,0.989404,-0.145189,300,300,255,1), + (100056,1667,0,-3853,-2341,44.169,3.433,0,0,0.989404,-0.145189,300,300,255,1), + (100057,1732,0,-3853,-2341,44.169,3.433,0,0,0.989404,-0.145189,300,300,255,1), + (100058,1733,0,-3853,-2341,44.169,3.433,0,0,0.989404,-0.145189,300,300,255,1), + (100059,1610,0,-3946,-2363,18.208,3.602,0,0,0.97362,-0.228176,300,300,255,1), + (100060,1667,0,-3946,-2363,18.208,3.602,0,0,0.97362,-0.228176,300,300,255,1), + (100061,1732,0,-3946,-2363,18.208,3.602,0,0,0.97362,-0.228176,300,300,255,1), + (100062,1733,0,-3946,-2363,18.208,3.602,0,0,0.97362,-0.228176,300,300,255,1), + (100063,1610,0,-3861,-2391,26.408,0.79,0,0,0.384808,0.922997,300,300,255,1), + (100064,1667,0,-3861,-2391,26.408,0.79,0,0,0.384808,0.922997,300,300,255,1), + (100065,1732,0,-3861,-2391,26.408,0.79,0,0,0.384808,0.922997,300,300,255,1), + (100066,1733,0,-3861,-2391,26.408,0.79,0,0,0.384808,0.922997,300,300,255,1), + (100067,1610,0,-3937,-2298,19.066,5.445,0,0,0.406932,-0.913459,300,300,255,1), + (100068,1667,0,-3937,-2298,19.066,5.445,0,0,0.406932,-0.913459,300,300,255,1), + (100069,1732,0,-3937,-2298,19.066,5.445,0,0,0.406932,-0.913459,300,300,255,1), + (100070,1733,0,-3937,-2298,19.066,5.445,0,0,0.406932,-0.913459,300,300,255,1), + (100071,1610,0,-3861,-2506,40.788,5.632,0,0,0.31987,-0.947461,300,300,255,1), + (100072,1667,0,-3861,-2506,40.788,5.632,0,0,0.31987,-0.947461,300,300,255,1), + (100073,1732,0,-3861,-2506,40.788,5.632,0,0,0.31987,-0.947461,300,300,255,1), + (100074,1733,0,-3861,-2506,40.788,5.632,0,0,0.31987,-0.947461,300,300,255,1), + (100075,1610,0,-3779.64,-2485.89,26.3598,3.624,0,0,0.971051,-0.238872,300,300,255,1), + (100076,1667,0,-3779.64,-2485.89,26.3598,3.624,0,0,0.971051,-0.238872,300,300,255,1), + (100077,1732,0,-3779.64,-2485.89,26.3598,3.624,0,0,0.971051,-0.238872,300,300,255,1), + (100078,1733,0,-3779.64,-2485.89,26.3598,3.624,0,0,0.971051,-0.238872,300,300,255,1), + (100079,1610,0,-3880.72,-2459.3,34.2359,1.294,0,0,0.602795,0.797896,300,300,255,1), + (100080,1667,0,-3880.72,-2459.3,34.2359,1.294,0,0,0.602795,0.797896,300,300,255,1), + (100081,1732,0,-3880.72,-2459.3,34.2359,1.294,0,0,0.602795,0.797896,300,300,255,1), + (100082,1733,0,-3880.72,-2459.3,34.2359,1.294,0,0,0.602795,0.797896,300,300,255,1), + (100083,1610,0,-3879,-2400,26.334,2.602,0,0,0.963825,0.266535,300,300,255,1), + (100084,1667,0,-3879,-2400,26.334,2.602,0,0,0.963825,0.266535,300,300,255,1), + (100085,1732,0,-3879,-2400,26.334,2.602,0,0,0.963825,0.266535,300,300,255,1), + (100086,1733,0,-3879,-2400,26.334,2.602,0,0,0.963825,0.266535,300,300,255,1), + (100087,1610,0,-3884.85,-2310.76,25.4112,2.89725,0,0,0.992546,0.121868,300,300,255,1), + (100088,1667,0,-3884.85,-2310.76,25.4112,2.89725,0,0,0.992546,0.121868,300,300,255,1), + (100089,1732,0,-3884.85,-2310.76,25.4112,2.89725,0,0,0.992546,0.121868,300,300,255,1), + (100090,1733,0,-3884.85,-2310.76,25.4112,2.89725,0,0,0.992546,0.121868,300,300,255,1), + (100091,1610,0,-3830.57,-2431.7,26.5262,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (100092,1667,0,-3830.57,-2431.7,26.5262,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (100093,1732,0,-3830.57,-2431.7,26.5262,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (100094,1733,0,-3830.57,-2431.7,26.5262,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (100095,1610,0,-3895.7,-2362.62,22.8919,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (100096,1667,0,-3895.7,-2362.62,22.8919,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (100097,1732,0,-3895.7,-2362.62,22.8919,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (100098,1733,0,-3895.7,-2362.62,22.8919,0.994838,0,0,0.477159,0.878817,300,300,255,1), + (100099,1610,0,-3830.66,-2501.42,38.5958,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (100100,1667,0,-3830.66,-2501.42,38.5958,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (100101,1732,0,-3830.66,-2501.42,38.5958,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (100102,1733,0,-3830.66,-2501.42,38.5958,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (100103,1610,0,-3756.49,-2480.01,32.6535,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (100104,1667,0,-3756.49,-2480.01,32.6535,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (100105,1732,0,-3756.49,-2480.01,32.6535,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (100106,1733,0,-3756.49,-2480.01,32.6535,1.09956,0,0,0.5225,0.852639,300,300,255,1), + (100107,1610,0,-3886.07,-2401.82,26.3338,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (100108,1667,0,-3886.07,-2401.82,26.3338,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (100109,1732,0,-3886.07,-2401.82,26.3338,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (100110,1733,0,-3886.07,-2401.82,26.3338,0.331613,0,0,0.165048,0.986286,300,300,255,1), + (100111,1610,0,-3801.1,-2353.66,33.2039,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (100112,1667,0,-3801.1,-2353.66,33.2039,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (100113,1732,0,-3801.1,-2353.66,33.2039,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (100114,1733,0,-3801.1,-2353.66,33.2039,0.034907,0,0,0.0174526,0.999848,300,300,255,1), + (100115,1610,0,-3809.23,-2396.89,28.0163,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (100116,1667,0,-3809.23,-2396.89,28.0163,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (100117,1732,0,-3809.23,-2396.89,28.0163,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (100118,1733,0,-3809.23,-2396.89,28.0163,-1.81514,0,0,-0.78801,0.615662,300,300,255,1), + (100119,1610,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (100120,1667,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (100121,1732,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (100122,1733,0,-3942.23,-2285.07,17.1541,-0.2618,0,0,-0.130526,0.991445,300,300,255,1), + (100123,1610,0,-3887,-2452,32.045,2.071,0,0,0.860118,0.510096,300,300,255,1), + (100124,1667,0,-3887,-2452,32.045,2.071,0,0,0.860118,0.510096,300,300,255,1), + (100125,1732,0,-3887,-2452,32.045,2.071,0,0,0.860118,0.510096,300,300,255,1), + (100126,1733,0,-3887,-2452,32.045,2.071,0,0,0.860118,0.510096,300,300,255,1), + (190088,180398,0,-8411.49,577.444,91.9777,-0.9599,0,0,0,0,180,180,255,1), + (190154,180398,1,9920.16,2349.58,1330.78,4.7303,0,0,0,0,180,180,255,1), + (190320,180396,1,-1051.74,234.324,134.494,0.7054,0,0,0,0,180,180,255,1), + (190316,180396,1,1746.33,-3967.47,49.2634,2.0013,0,0,0,0,180,180,255,1), + (105000,1733,0,-10028.4,-3339.57,39.6986,-0.820303,0,0,-0.398748,0.91706,300,300,255,1), + (105001,2040,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (105002,324,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (105003,1735,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (105004,1734,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (105005,2047,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (105006,1733,0,963.838,-3804.26,120.842,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (105007,2040,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (105008,324,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (105009,1735,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (105010,1734,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (105011,2047,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (105012,1733,0,322.24,-3778.69,161.759,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (105013,2040,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (105014,324,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (105015,1735,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (105016,1734,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (105017,2047,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (105018,1733,0,872.22,-3845.8,130.5,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (105019,2040,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (105020,324,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (105021,1735,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (105022,1734,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (105023,2047,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (105024,1733,0,552.948,-3753.24,128.218,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (105025,2040,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (105026,324,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (105027,1735,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (105028,1734,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (105029,2047,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (105030,1733,0,395.458,-3830.24,117.181,1.58825,0,0,0.713251,0.700909,300,300,255,1), + (105031,2040,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (105032,324,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (105033,1735,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (105034,1734,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (105035,2047,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (105036,1733,0,-433.382,-4637.36,-6.58656,0.977383,0,0,0.469471,0.882948,300,300,255,1), + (105037,2040,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,300,255,1), + (105038,324,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,300,255,1), + (105039,1735,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,300,255,1), + (105040,1734,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,300,255,1), + (105041,2047,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,300,255,1), + (105042,1733,0,55.5584,-2734.18,143.136,2.74016,0,0,0.979924,0.199371,300,300,255,1), + (105043,2040,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (105044,324,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (105045,1735,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (105046,1734,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (105047,2047,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (105048,1733,0,376.613,-3756.64,103.484,-1.20428,0,0,-0.566407,0.824125,300,300,255,1), + (105049,2040,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (105050,324,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (105051,1735,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (105052,1734,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (105053,2047,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (105054,1733,0,122.431,-4356.28,121.259,2.40855,0,0,0.93358,0.35837,300,300,255,1), + (105055,2040,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (105056,324,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (105057,1735,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (105058,1734,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (105059,2047,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (105060,1733,0,195.373,-3811.23,133.341,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (105061,2040,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (105062,324,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (105063,1735,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (105064,1734,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (105065,2047,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (105066,1733,0,314.887,-3711.68,107.684,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (105067,2040,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (105068,324,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (105069,1735,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (105070,1734,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (105071,2047,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (105072,1733,0,-311.54,-3532.09,163.262,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (105073,2040,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (105074,324,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (105075,1735,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (105076,1734,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (105077,2047,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (105078,1733,0,-39.0903,-2395.62,152.759,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (105079,2040,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958452,0.995396,300,300,255,1), + (105080,324,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (105081,1735,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (105082,1734,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (105083,2047,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (105084,1733,0,423.703,-3795.01,101.592,0.191985,0,0,0.0958451,0.995396,300,300,255,1), + (105085,2040,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (105086,324,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (105087,1735,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (105088,1734,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (105089,2047,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (105090,1733,0,187.713,-3077.86,138.235,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (105091,2040,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (105092,324,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (105093,1735,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (105094,1734,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (105095,2047,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (105096,1733,0,584.298,-3912.17,135.986,-2.23402,0,0,-0.898794,0.438372,300,300,255,1), + (105097,2040,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (105098,324,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (105099,1735,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (105100,1734,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (105101,2047,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (105102,1733,0,-19.1472,-3913.21,163.854,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (105103,2040,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (105104,324,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (105105,1735,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (105106,1734,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (105107,2047,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (105108,1733,0,-454.09,-2943.15,97.862,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (105109,2040,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105110,324,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105111,1735,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105112,1734,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105113,2047,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105114,1733,0,346.52,-4015.32,121.662,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105115,2040,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (105116,324,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (105117,1735,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (105118,1734,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (105119,2047,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (105120,1733,0,410.249,-3890.34,99.0566,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (105121,2040,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105122,324,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105123,1735,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105124,1734,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105125,2047,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105126,1733,0,-284.299,-3014.73,126.572,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105127,2040,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (105128,324,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (105129,1735,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (105130,1734,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (105131,2047,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (105132,1733,0,-222.086,-3605.74,231.848,-2.3911,0,0,-0.930417,0.366502,300,300,255,1), + (105133,2040,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (105134,324,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (105135,1735,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (105136,1734,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (105137,2047,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (105138,1733,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,300,255,1), + (105139,2040,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105140,324,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105141,1735,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105142,1734,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105143,2047,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105144,1733,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,300,255,1), + (105145,2040,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (105146,324,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (105147,1735,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (105148,1734,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (105149,2047,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (105150,1733,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (105151,1731,0,2196.57,-500.417,86.2787,-0.488691,0,0,-0.241921,0.970296,300,300,255,1), + (105152,1731,0,2673.29,-772.678,85.4531,-0.418879,0,0,-0.207912,0.978148,300,300,255,1), + (105153,1731,0,2202.98,-65.3898,30.8705,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (105154,1731,0,2646.08,1350.02,9.43725,-1.67551,0,0,-0.743143,0.669133,300,300,255,1), + (105155,1731,0,1727.84,808.579,68.0469,-1.55334,0,0,-0.700908,0.713252,300,300,255,1), + (105156,1731,0,2371.46,-634.19,68.5649,-0.628317,0,0,-0.309016,0.951057,300,300,255,1), + (105157,1731,0,1633.95,-687.568,47.3942,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (105158,1731,0,1781.53,-748.291,63.1568,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (105159,1731,0,1814.78,-141.659,49.7266,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (105160,2040,0,1575.01,-1502.7,69.3272,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (105161,1734,0,1575.01,-1502.7,69.3272,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (105162,2047,0,1575.01,-1502.7,69.3272,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (105163,2040,0,1537.2,-1700.27,78.4948,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (105164,1734,0,1537.2,-1700.27,78.4948,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (105165,2047,0,1537.2,-1700.27,78.4948,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (105166,2040,0,1321.86,-898.632,73.3145,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (105167,1734,0,1321.86,-898.632,73.3145,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (105168,2047,0,1321.86,-898.632,73.3145,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (105169,2040,0,1082.01,-1647.78,67.9516,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (105170,1734,0,1082.01,-1647.78,67.9516,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (105171,2047,0,1082.01,-1647.78,67.9516,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (105172,2040,0,1351.98,-1781.53,76.1072,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (105173,1734,0,1351.98,-1781.53,76.1072,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (105174,2047,0,1351.98,-1781.53,76.1072,-1.309,0,0,-0.608763,0.793352,300,300,255,1), + (105175,324,0,2579.35,-1876.94,109.885,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (105176,175404,0,2579.35,-1876.94,109.885,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (105177,2047,0,2579.35,-1876.94,109.885,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (105178,324,0,2009.89,-1503.28,82.854,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (105179,175404,0,2009.89,-1503.28,82.854,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (105180,2047,0,2009.89,-1503.28,82.854,0.715585,0,0,0.350207,0.936672,300,300,255,1), + (105181,324,0,2411.21,-2236.75,53.7,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (105182,175404,0,2411.21,-2236.75,53.7,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (105183,2047,0,2411.21,-2236.75,53.7,2.60053,0,0,0.963629,0.267244,300,300,255,1), + (105184,324,0,3047.89,-1518.56,161.842,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (105185,175404,0,3047.89,-1518.56,161.842,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (105186,2047,0,3047.89,-1518.56,161.842,1.98967,0,0,0.838669,0.544641,300,300,255,1), + (105187,324,0,3079.41,-1533.49,150.627,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (105188,175404,0,3079.41,-1533.49,150.627,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (105189,2047,0,3079.41,-1533.49,150.627,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (105190,324,0,2408.59,-1759.78,103.076,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (105191,175404,0,2408.59,-1759.78,103.076,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (105192,2047,0,2408.59,-1759.78,103.076,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (105193,1731,0,-9892.91,1420.05,41.3209,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (105194,1732,0,-9892.91,1420.05,41.3209,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (105195,1733,0,-9892.91,1420.05,41.3209,1.36136,0,0,0.629322,0.777145,300,300,255,1), + (105196,1731,0,-9833.92,1408.46,38.2337,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (105197,1732,0,-9833.92,1408.46,38.2337,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (105198,1733,0,-9833.92,1408.46,38.2337,-2.82743,0,0,-0.987688,0.156436,300,300,255,1), + (105199,1731,0,-11557.6,1578.82,-14.9868,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (105200,1732,0,-11557.6,1578.82,-14.9868,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (105201,1733,0,-11557.6,1578.82,-14.9868,-0.017452,0,0,-0.00872589,0.999962,300,300,255,1), + (105202,1731,0,-11446.9,1718.49,13.7341,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (105203,1732,0,-11446.9,1718.49,13.7341,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (105204,1733,0,-11446.9,1718.49,13.7341,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (105205,1731,0,-11217.4,1538.02,35.4237,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (105206,1732,0,-11217.4,1538.02,35.4237,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (105207,1733,0,-11217.4,1538.02,35.4237,-0.139624,0,0,-0.0697553,0.997564,300,300,255,1), + (105208,1731,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (105209,1732,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (105210,1735,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (105211,1733,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (105212,1734,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,300,255,1), + (105213,1731,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105214,1732,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105215,1735,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105216,1733,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105217,1734,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,300,255,1), + (105218,1731,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (105219,1732,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (105220,1735,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (105221,1733,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (105222,1734,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,300,255,1), + (105223,1731,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (105224,1732,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (105225,1735,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (105226,1733,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (105227,1734,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,300,255,1), + (105228,1610,0,-3993.14,-2598.76,59.9468,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (105229,1667,0,-3993.14,-2598.76,59.9468,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (105230,1732,0,-3993.14,-2598.76,59.9468,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (105231,1733,0,-3993.14,-2598.76,59.9468,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (105232,1735,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,300,100,1), + (105233,2040,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,300,100,1), + (105234,1734,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,300,100,1), + (105235,1733,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,300,100,1), + (105236,2047,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,300,100,1), + (105237,1735,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (105238,2040,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (105239,1734,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (105240,1733,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (105241,2047,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,300,100,1), + (105242,1735,0,-10642,-3040,40.333,3.772,0,0,0.950733,-0.31001,300,300,100,1), + (105243,2040,0,-10642,-3040,40.333,3.772,0,0,0.950733,-0.31001,300,300,100,1), + (105244,1734,0,-10642,-3040,40.333,3.772,0,0,0.950733,-0.31001,300,300,100,1), + (105245,1733,0,-10642,-3040,40.333,3.772,0,0,0.950733,-0.31001,300,300,100,1), + (105246,1735,0,-10002,-3315,49.928,0.486,0,0,0.240616,0.970621,300,300,100,1), + (105247,2040,0,-10002,-3315,49.928,0.486,0,0,0.240616,0.970621,300,300,100,1), + (105248,1734,0,-10002,-3315,49.928,0.486,0,0,0.240616,0.970621,300,300,100,1), + (105249,1733,0,-10002,-3315,49.928,0.486,0,0,0.240616,0.970621,300,300,100,1), + (105250,1731,0,-10237.9,1316.13,43.1496,-1.46608,0,0,-0.669132,0.743144,300,300,255,1), + (105251,1732,0,-10237.9,1316.13,43.1496,-1.46608,0,0,-0.669132,0.743144,300,300,255,1), + (105252,1733,0,-10237.9,1316.13,43.1496,-1.46608,0,0,-0.669132,0.743144,300,300,255,1), + (105253,1731,0,-10515.4,1963.25,7.24226,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (105254,1732,0,-10515.4,1963.25,7.24226,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (105255,1733,0,-10515.4,1963.25,7.24226,-1.88495,0,0,-0.809015,0.587788,300,300,255,1), + (105262,1731,0,-9248.18,-734.17,69.6834,2.67035,0,0,0.972369,0.233447,300,300,255,1), + (105263,1735,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (105264,2040,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (105265,1733,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (105266,1734,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (105267,1732,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,300,255,1), + (105268,1731,0,-9412.47,-2484.24,30.4685,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (105269,1732,0,-9412.47,-2484.24,30.4685,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (105270,1733,0,-9412.47,-2484.24,30.4685,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (105271,1731,0,-9397.86,-3131.52,87.0181,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (105272,1732,0,-9397.86,-3131.52,87.0181,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (105273,1733,0,-9397.86,-3131.52,87.0181,0.523598,0,0,0.258819,0.965926,300,300,255,1), + (105274,1731,0,-9341.33,-3197.56,102.736,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (105275,1732,0,-9341.33,-3197.56,102.736,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (105276,1733,0,-9341.33,-3197.56,102.736,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (105277,1731,0,-8687.83,-2249.76,157.838,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (105278,1732,0,-8687.83,-2249.76,157.838,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (105279,1733,0,-8687.83,-2249.76,157.838,-0.645772,0,0,-0.317305,0.948324,300,300,255,1), + (105280,1731,0,-8823.3,-2168.43,150.618,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (105281,1732,0,-8823.3,-2168.43,150.618,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (105282,1733,0,-8823.3,-2168.43,150.618,-0.593412,0,0,-0.292372,0.956305,300,300,255,1), + (105283,1731,0,-8729.84,-2176.28,192.065,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (105284,1732,0,-8729.84,-2176.28,192.065,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (105285,1733,0,-8729.84,-2176.28,192.065,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (105286,1731,0,-8682.95,-2271.39,155.064,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (105287,1732,0,-8682.95,-2271.39,155.064,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (105288,1733,0,-8682.95,-2271.39,155.064,-1.44862,0,0,-0.662619,0.748957,300,300,255,1), + (105289,1731,0,-8767.71,-2379.35,159.891,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (105290,1732,0,-8767.71,-2379.35,159.891,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (105291,1733,0,-8767.71,-2379.35,159.891,-1.23918,0,0,-0.580701,0.814117,300,300,255,1), + (105292,1731,0,-8725.6,-2201.18,152.555,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (105293,1732,0,-8725.6,-2201.18,152.555,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (105294,1733,0,-8725.6,-2201.18,152.555,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (105295,1731,0,-8940.11,-2186.78,140.537,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (105296,1732,0,-8940.11,-2186.78,140.537,-2.96704,0,0,-0.996194,0.087165,300,300,255,1), + (105297,1733,0,-8940.11,-2186.78,140.537,-2.96704,0,0,-0.996194,0.0871655,300,300,255,1), + (105298,2054,0,-8850.24,-2047.94,125.614,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (105299,2055,0,-8850.24,-2047.94,125.614,-2.54818,0,0,-0.956305,0.292372,300,300,255,1), + (105300,1735,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (105301,2040,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (105302,1732,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (105303,1733,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (105304,1733,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (105305,2047,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (105306,103711,0,-837.585,81.8425,3.4292,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (105307,105569,0,-837.585,81.8425,3.4292,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (105308,1731,0,1790.83,884.56,33.848,2.304,0,0,0.913579,0.406661,300,300,255,1), + (105309,1731,0,-5220.57,-2126.2,447.289,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (105310,2040,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (105311,324,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (105312,165658,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (105313,1734,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (105314,2047,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (105315,148842,1,1697.41,-5866.47,-130.59,0.353373,0,0,0.175769,0.984432,25,25,255,1), + (110001,154357,0,-9347.77,-2311.8,45.5503,0.209232,0,0,0.104425,0.994533,5,5,100,1), + (110002,154357,0,-9352.8,-2211.7,45.9003,0.872893,0,0,0.422722,0.90626,5,5,100,1), + (112895,180654,30,713.369,-457.524,68.5122,0.173563,0,0,0.0866726,0.996237,600,600,100,1), + (112896,180654,30,663.165,-258.335,14.6348,4.77835,0,0,0.683404,-0.73004,600,600,100,1), + (112897,180654,30,383.217,-370.09,-18.2239,5.40746,0,0,0.424005,-0.90566,600,600,100,1), + (112898,180654,30,441.107,-243.111,-19.4384,1.38779,0,0,0.639537,0.76876,600,600,100,1), + (112899,180654,30,319.974,-177.098,-30.7619,2.12292,0,0,0.873069,0.487596,600,600,100,1), + (112900,180654,30,290.743,-90.8554,-39.989,1.69881,0,0,0.750887,0.66043,600,600,100,1), + (112901,180654,30,331.946,-4.27387,-2.21438,0.661298,0,0,0.324657,0.945832,600,600,100,1), + (112902,180654,30,269.75,40.629,20.6186,2.64521,0,0,0.969359,0.245649,600,600,100,1), + (112903,180654,30,393.96,-126.64,-8.37789,5.64857,0,0,0.312007,-0.95008,600,600,100,1), + (112904,180654,30,510.265,-79.9827,13.2593,0.951894,0,0,0.45818,0.888859,600,600,100,1), + (112905,180654,30,382.65,-257.878,-40.0292,3.81624,0,0,0.943644,-0.330962,600,600,100,1), + (112906,180654,30,292.685,-404.206,16.4788,0.0730329,0,0,0.0365083,0.999333,600,600,100,1), + (112907,180654,30,187.871,-347.493,49.9014,0.794812,0,0,0.387028,0.922068,600,600,100,1), + (112908,180654,30,107.732,-259.346,25.1696,0.524635,0,0,0.25932,0.965792,600,600,100,1), + (112909,180654,30,6.7223,-350.19,18.5508,4.91501,0,0,0.631965,-0.774997,600,600,100,1), + (112910,180654,30,-30.5515,-393.019,22.7206,4.90951,0,0,0.634093,-0.773257,600,600,100,1), + (112911,180654,30,-60.9539,-491.516,45.2524,3.47538,0,0,0.986106,-0.166118,600,600,100,1), + (112912,180654,30,-131.512,-559.269,47.5295,3.56884,0,0,0.977269,-0.212002,600,600,100,1), + (112913,180654,30,-171.517,-474.433,28.6923,2.25487,0,0,0.903314,0.42898,600,600,100,1), + (112914,180654,30,-275.328,-460.374,28.3529,2.90518,0,0,0.993022,0.117933,600,600,100,1), + (112915,180654,30,-341.738,-352.906,10.0064,1.94463,0,0,0.826193,0.563386,600,600,100,1), + (112916,180654,30,-374.579,-238.116,14.4059,2.3177,0,0,0.916343,0.400394,600,600,100,1), + (112917,180654,30,-377.27,-134.087,26.4231,0.201835,0,0,0.100746,0.994912,600,600,100,1), + (112918,180654,30,-416.699,-43.0144,35.6197,2.37582,0,0,0.92759,0.3736,600,600,100,1), + (112919,180654,30,-268.635,-28.047,41.0637,2.0915,0,0,0.865302,0.501251,600,600,100,1), + (112920,180654,30,-170.045,-95.8946,35.1276,4.58907,0,0,0.749335,-0.662191,600,600,100,1), + (112921,180654,30,-107.962,-147.486,20.0322,1.25898,0,0,0.588734,0.808327,600,600,100,1), + (112922,180654,30,-35.2907,-188.867,21.9315,6.22191,0,0,0.0306314,-0.999531,600,600,100,1), + (112923,180654,30,-332.611,-243.971,14.2602,0.685642,0,0,0.336145,0.94181,600,600,100,1), + (112924,180654,30,-391.983,-319.717,19.2212,2.61144,0,0,0.965072,0.261984,600,600,100,1), + (112925,180654,30,-453.542,-349.82,33.1161,4.78385,0,0,0.681395,-0.731916,600,600,100,1), + (112926,180654,30,-529.263,-363.65,34.1552,3.17928,0,0,0.999822,-0.0188435,600,600,100,1), + (112927,180654,30,-469.793,-441.135,37.7274,5.88655,0,0,0.19702,-0.980399,600,600,100,1), + (112928,180654,30,-588.135,-284.45,54.6961,2.1889,0,0,0.888676,0.458537,600,600,100,1), + (112929,180654,30,-598.035,-355.309,61.6211,4.64798,0,0,0.729509,-0.683971,600,600,100,1), + (112930,180654,30,-687.065,-354.415,60.9971,2.15277,0,0,0.880247,0.474515,600,600,100,1), + (112931,180654,30,-727.579,-313.932,64.9773,3.01513,0,0,0.998002,0.0631869,600,600,100,1), + (112932,180654,30,-761.414,-392.392,79.5707,4.00709,0,0,0.907816,-0.419369,600,600,100,1), + (112933,180654,30,-906.423,-336.417,55.4283,2.59023,0,0,0.962241,0.272201,600,600,100,1), + (112934,180654,30,-903.362,-493.481,46.2971,4.24585,0,0,0.851409,-0.524503,600,600,100,1), + (112935,180654,30,-917.213,-574.985,65.2434,4.13276,0,0,0.879692,-0.475544,600,600,100,1), + (112936,180654,30,-934.978,-526.52,54.9837,2.61223,0,0,0.965176,0.261602,600,600,100,1), + (112937,180654,30,-1024.04,-427.249,51.7721,2.35069,0,0,0.922823,0.385224,600,600,100,1), + (112938,180654,30,-1168.4,-441.957,58.9765,2.36404,0,0,0.925374,0.379055,600,600,100,1), + (112939,180654,30,-1148.24,-370.189,55.1857,1.47026,0,0,0.670683,0.741744,600,600,100,1), + (112940,180654,30,-1098.88,-287.895,58.3042,2.60987,0,0,0.964867,0.262739,600,600,100,1), + (112941,180654,30,-1023.15,-266.23,63.7499,1.09798,0,0,0.521826,0.853052,600,600,100,1), + (112942,180654,30,-952.973,-216.597,70.0072,5.94389,0,0,0.168836,-0.985644,600,600,100,1), + (112943,180654,30,-898.396,-279.974,64.4548,6.26433,0,0,0.00942756,-0.999956,600,600,100,1), + (112944,180654,30,-812.467,-263.533,61.2332,0.308656,0,0,0.153716,0.988115,600,600,100,1), + (112945,180654,30,-826.867,-206.29,81.1801,2.66564,0,0,0.971817,0.235738,600,600,100,1), + (112946,180654,30,-751.005,-304.337,67.9169,0.265461,0,0,0.132341,0.991204,600,600,100,1), + (112947,180654,30,-774.599,-276.901,79.6937,1.20087,0,0,0.565001,0.82509,600,600,100,1), + (112948,180654,30,-1027.96,-345.436,57.9763,3.28846,0,0,0.997305,-0.0733664,600,600,100,1), + (112949,180654,30,-1085.46,-416.242,53.1229,3.69529,0,0,0.961921,-0.273328,600,600,100,1), + (112950,180654,30,-1083.35,-524.103,49.6222,4.05972,0,0,0.896468,-0.443108,600,600,100,1), + (112951,180654,30,-1084.97,-637.372,57.0936,5.79388,0,0,0.24222,-0.970221,600,600,100,1), + (112952,180654,30,-1174.9,-651.996,64.9471,3.50366,0,0,0.983658,-0.180045,600,600,100,1), + (112953,180654,30,-1239.32,-587.034,52.7883,2.33813,0,0,0.920384,0.391015,600,600,100,1), + (112954,180654,30,-1300.5,-579.354,60.908,2.54861,0,0,0.956368,0.292165,600,600,100,1), + (112955,180654,30,-1356.81,-540.745,54.1318,4.59536,0,0,0.747249,-0.664544,600,600,100,1), + (112956,180654,30,-1385.98,-466.664,49.9666,4.12098,0,0,0.882477,-0.470355,600,600,100,1), + (112957,180654,30,-1331.21,-395.291,50.6683,2.29729,0,0,0.912209,0.409725,600,600,100,1), + (112958,180654,30,-1262.1,-436.518,57.4549,3.07954,0,0,0.999519,0.0310191,600,600,100,1), + (112959,180654,30,-1290.14,-423.533,65.2731,4.787,0,0,0.680243,-0.732987,600,600,100,1), + (112960,180654,30,-1194.3,-414.699,58.366,0.177496,0,0,0.0886317,0.996064,600,600,100,1), + (112961,180654,30,-1154.95,-293.355,39.1069,4.95272,0,0,0.617243,-0.786773,600,600,100,1), + (112962,180654,30,-970.251,-309.063,65.5942,5.90305,0,0,0.188925,-0.981992,600,600,100,1), + (112963,180654,30,-811.955,-345.576,53.6397,0.328295,0,0,0.163411,0.986558,600,600,100,1), + (112964,180654,30,-663.423,-398.289,60.754,0.713925,0,0,0.34943,0.936963,600,600,100,1), + (112965,180654,30,-551.439,-418.423,55.5601,4.96371,0,0,0.612908,-0.790154,600,600,100,1), + (112966,180654,30,-465.786,-398.398,28.1647,1.58415,0,0,0.711811,0.702371,600,600,100,1), + (112967,180654,30,-172.513,-399.726,15.8117,5.72634,0,0,0.274841,-0.96149,600,600,100,1), + (112968,180654,30,-99.5573,-376.942,15.8158,1.60378,0,0,0.718672,0.695349,600,600,100,1), + (112969,180654,30,-32.7714,-523.832,47.5873,6.02479,0,0,0.12884,-0.991665,600,600,100,1), + (112970,180654,30,7.6156,-433.974,45.3332,1.86375,0,0,0.802739,0.59633,600,600,100,1), + (112971,180654,30,84.1501,-465.508,49.1185,6.10647,0,0,0.0882434,-0.996099,600,600,100,1), + (112972,180654,30,64.5926,-440.894,49.684,3.01828,0,0,0.9981,0.0616151,600,600,100,1), + (112973,180654,30,136.004,-320.534,49.1353,5.28808,0,0,0.477275,-0.878754,600,600,100,1), + (112974,180654,30,256.619,-450.356,49.4244,0.402907,0,0,0.200094,0.979777,600,600,100,1), + (112975,180654,30,491.954,-316.141,-12.9273,0.0981722,0,0,0.0490664,0.998796,600,600,100,1), + (112976,180654,30,588.82,-348.094,32.6343,4.10684,0,0,0.885779,-0.464107,600,600,100,1), + (112977,180654,30,649.332,-273.921,31.1966,1.18831,0,0,0.559807,0.828623,600,600,100,1), + (112978,180654,30,596.836,-114.791,41.8419,2.13864,0,0,0.876873,0.480721,600,600,100,1), + (112979,180654,30,694.055,-108.678,51.906,6.12139,0,0,0.0808088,-0.99673,600,600,100,1), + (112980,180654,30,604.648,-43.066,40.3963,1.75144,0,0,0.768004,0.640445,600,600,100,1), + (112981,180654,30,659.018,-4.70805,55.5548,0.571768,0,0,0.282006,0.959413,600,600,100,1), + (112982,180654,30,652.94,33.3443,70.3421,1.17574,0,0,0.55459,0.832124,600,600,100,1), + (112983,180654,30,541.548,-62.9618,37.852,4.2168,0,0,0.858937,-0.512081,600,600,100,1), + (112984,180654,30,558.834,-6.05473,45.4063,2.06403,0,0,0.858335,0.51309,600,600,100,1), + (112985,180654,30,489.569,13.109,24.3065,2.8565,0,0,0.989857,0.142066,600,600,100,1), + (112986,180654,30,414.552,-36.1106,0.967913,4.02281,0,0,0.904492,-0.426492,600,600,100,1), + (120180,103711,1,-4133.86,-2145.77,51.8004,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (120181,103711,1,-4060.03,-2183.86,54.3944,2.32129,0,0,0.91706,0.398748,300,300,255,1), + (120182,175404,1,-7152.67,-1368.11,-179.953,-1.41372,0,0,-0.649449,0.760405,300,300,255,1), + (120185,175404,1,6756.85,-5040.41,730.882,-1.5708,0,0,-0.707108,0.707106,300,300,255,1), + (120186,175404,1,6710.13,-5246.41,780.909,1.85005,0,0,0.798636,0.601815,300,300,255,1), + (120188,175404,1,6849.58,-5146.53,703.295,-2.09439,0,0,-0.866024,0.500002,300,300,255,1), + (120189,175404,1,8116.08,-3739.32,722.633,1.309,0,0,0.608763,0.793352,300,300,255,1), + (120190,175404,1,5199.74,-4899.9,698.408,-0.802851,0,0,-0.390731,0.920505,300,300,255,1), + (120191,175404,1,5622.91,-5026.54,809.525,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (120192,175404,1,7855.66,-3815.99,702.602,3.07177,0,0,0.999391,0.0349043,300,300,255,1), + (120193,175404,1,5312.3,-4914.64,701.231,2.42601,0,0,0.936673,0.350206,300,300,255,1), + (120248,324,1,-6303.35,-1918.32,-272.502,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (120249,324,1,-6358.96,-2003.23,-275.88,2.86233,0,0,0.990267,0.139178,300,300,255,1), + (120250,324,1,-6838.09,-864.837,-265.727,1.48353,0,0,0.67559,0.737277,300,300,255,1), + (120255,324,1,-6351.02,-2027.32,-259.247,-2.86233,0,0,-0.990268,0.139175,300,300,255,1), + (120257,324,1,-6439.42,-2047.52,-244.063,0.837757,0,0,0.406736,0.913546,300,300,255,1), + (120258,324,1,-7974.58,-2353.84,-24.0715,2.80997,0,0,0.986285,0.165053,300,300,255,1), + (120259,324,1,-5030.43,2119.41,33.1578,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (120260,324,1,6978.94,-4386.25,750.311,-1.48353,0,0,-0.67559,0.737277,300,300,255,1), + (120262,324,1,-8280,-4738.14,19.2667,3.03684,0,0,0.998629,0.0523524,300,300,255,1), + (120263,324,1,-6943.51,-2251.56,-268.389,-2.61799,0,0,-0.965925,0.258821,300,300,255,1), + (120264,324,1,-6843.3,580.553,-1.48054,2.30383,0,0,0.913544,0.406739,300,300,255,1), + (120265,324,1,6897.81,-4905.29,711.166,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (120266,324,1,7126.63,-4905.99,708.732,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (120267,324,1,6567.14,-5122.41,770.087,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (120290,1731,1,1041.65,-4731.42,17.7684,-1.01229,0,0,-0.484809,0.87462,300,300,255,1), + (120292,1731,1,850.867,-4766.13,38.2993,-1.0472,0,0,-0.500001,0.866025,300,300,255,1), + (120293,1731,1,931.159,-4703.13,23.2867,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (120294,1731,1,-150.154,-5160.85,25.5989,0.279252,0,0,0.139173,0.990268,300,300,255,1), + (120295,1731,1,11.737,-4641.79,49.2284,3.05433,0,0,0.999048,0.0436174,300,300,255,1), + (120296,1731,1,-5.93815,-4229.33,97.8519,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (120297,1731,1,842.223,-4749.95,12.749,-1.91986,0,0,-0.819151,0.573577,300,300,255,1), + (120298,1731,1,72.8817,-4528.48,61.0341,-3.00195,0,0,-0.997563,0.0697646,300,300,255,1), + (120299,1731,1,535.034,-4936.4,37.0527,-0.820303,0,0,-0.398748,0.91706,300,300,255,1), + (120300,1731,1,847.784,-4206.12,-10.5332,0.95993,0,0,0.461748,0.887011,300,300,255,1), + (120301,1731,1,149.417,-5075.54,16.1375,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (120302,1731,1,598.039,-4543.84,17.8262,0.733038,0,0,0.358368,0.93358,300,300,255,1), + (120303,1731,1,35.3273,-4101.95,63.2919,-2.26892,0,0,-0.906306,0.422622,300,300,255,1), + (120304,1731,1,-717.853,-4696.23,37.8685,2.42601,0,0,0.936673,0.350206,300,300,255,1), + (120305,1731,1,-982.906,-4436.19,34.2814,0.418879,0,0,0.207912,0.978148,300,300,255,1), + (120307,1731,1,832.711,-4756.26,38.3843,2.42601,0,0,0.936673,0.350206,300,300,255,1), + (120308,1731,1,873.399,-4743.74,30.9023,0.942477,0,0,0.45399,0.891007,300,300,255,1), + (120310,1731,1,908.307,-4224.11,26.1928,-3.03684,0,0,-0.998629,0.0523524,300,300,255,1), + (120311,1731,1,73.9236,-4487.36,50.8945,0.802851,0,0,0.390731,0.920505,300,300,255,1), + (120312,1731,1,1114.85,-4224.99,28.0452,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (120313,1731,1,894.402,-4080.42,26.5511,0.366518,0,0,0.182235,0.983255,300,300,255,1), + (120314,1731,1,901.996,-4036.53,-11.3043,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (120315,1731,1,947.336,-4220.51,-6.28864,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (120317,1731,1,798.026,-4046.3,-1.21654,3.03684,0,0,0.998629,0.0523524,300,300,255,1), + (120319,1731,1,7342.31,-1098.23,47.9114,0.558504,0,0,0.275637,0.961262,300,300,255,1), + (120320,1731,1,-2266.06,324.555,114.628,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (120321,1731,1,-2316.38,421.633,49.3617,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (120322,1731,1,-5291.4,-1551.58,-47.6369,-3.00195,0,0,-0.997563,0.0697646,300,300,255,1), + (120323,1731,1,-5140.26,-1305.46,-45.5541,1.85005,0,0,0.798636,0.601815,300,300,255,1), + (120326,1731,1,7686.48,-446.749,-21.1478,0.645772,0,0,0.317305,0.948324,300,300,255,1), + (120327,1731,1,1071.53,-3948.96,24.9357,-2.75761,0,0,-0.981626,0.190814,300,300,255,1), + (120328,1731,1,1213.05,-4591.97,23.571,2.05949,0,0,0.857168,0.515037,300,300,255,1), + (120329,1731,1,1200.46,-4646.21,23.5411,3.01941,0,0,0.998134,0.0610534,300,300,255,1), + (120330,1731,1,966.096,-4906.56,28.7647,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (120331,1731,1,-520.767,-3323.54,94.2695,-1.76278,0,0,-0.771624,0.636079,300,300,255,1), + (120332,1731,1,955.784,-4045.23,-11.4768,-2.35619,0,0,-0.923879,0.382686,300,300,255,1), + (120333,1731,1,-370.268,-3674.13,46.1044,-2.05949,0,0,-0.857168,0.515037,300,300,255,1), + (120334,1731,1,-4678.42,-1576.62,-28.2,-0.506145,0,0,-0.25038,0.968148,300,300,255,1), + (120335,1731,1,-4571.58,-1204.01,-45.4149,2.86233,0,0,0.990267,0.139178,300,300,255,1), + (120336,1731,1,-4146.65,-2297.34,105.493,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (120337,1731,1,7513.76,-580.116,0.446005,0.401425,0,0,0.199368,0.979925,300,300,255,1), + (120339,1731,1,-511.093,-3651.16,101.68,-0.471238,0,0,-0.233445,0.97237,300,300,255,1), + (120341,1731,1,-3576.84,-2404.6,99.1772,-1.3439,0,0,-0.622513,0.782609,300,300,255,1), + (120347,1731,1,-1084.01,-1189.03,74.0368,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (120348,1731,1,-759.502,-750.369,19.4819,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (120350,1731,1,-2745.81,-1099.56,34.6196,-2.68781,0,0,-0.97437,0.22495,300,300,255,1), + (120351,1731,1,-845.568,-1614.51,92.8366,-2.44346,0,0,-0.939692,0.342021,300,300,255,1), + (120352,1731,1,1242.78,-4948.08,16.0424,-2.67035,0,0,-0.972369,0.233447,300,300,255,1), + (120353,1731,1,2985.02,467.96,21.9406,1.13446,0,0,0.537298,0.843393,300,300,255,1), + (120355,1731,1,2445.04,1097.22,338.232,0.698132,0,0,0.34202,0.939693,300,300,255,1), + (120356,1731,1,5153.76,458.863,26.0669,1.43117,0,0,0.656058,0.75471,300,300,255,1), + (120357,1731,1,-1488.98,-3509.48,179.095,-1.22173,0,0,-0.573576,0.819152,300,300,255,1), + (120358,1731,1,-1459.06,-3604.05,93.9616,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (120359,1731,1,-577.007,-3096.23,93.9835,2.14675,0,0,0.878816,0.477161,300,300,255,1), + (120360,1731,1,-1706.42,-3703.33,33.6647,2.35619,0,0,0.923879,0.382686,300,300,255,1), + (120361,1731,1,7517.69,-725.736,3.49451,2.00713,0,0,0.843392,0.537299,300,300,255,1), + (120365,1732,1,7248.41,412.611,-2.72741,-1.71042,0,0,-0.754709,0.65606,300,300,255,1), + (120366,1732,1,-2895.26,-2238.97,103.375,1.6057,0,0,0.719339,0.694659,300,300,255,1), + (120368,1732,1,3525.08,495.375,9.41899,-0.191985,0,0,-0.0958451,0.995396,300,300,255,1), + (120370,1732,1,7555.8,54.8934,-2.61125,0.575957,0,0,0.284015,0.95882,300,300,255,1), + (120371,1732,1,-5281.81,-1940.02,-40.8085,-0.401425,0,0,-0.199368,0.979925,300,300,255,1), + (120372,1732,1,-5532.87,-3203.78,-26.6375,-2.53072,0,0,-0.953716,0.300709,300,300,255,1), + (120373,1732,1,-5819.69,-3387.3,-47.8351,1.51844,0,0,0.688356,0.725373,300,300,255,1), + (120374,1732,1,2230.46,1374.31,297.579,1.97222,0,0,0.833885,0.551938,300,300,255,1), + (120375,1732,1,-5121.02,-2374.72,-51.7483,0,0,0,0,1,300,300,255,1), + (120376,1732,1,-5172.77,-2214.85,-28.0028,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (120380,1732,1,-5136.27,-1594.52,-45.4162,2.96704,0,0,0.996194,0.0871655,300,300,255,1), + (120381,1732,1,-4638.31,-1229.49,-52.2849,0.750491,0,0,0.366501,0.930418,300,300,255,1), + (120385,1732,1,-1517.24,2332.61,97.4107,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (120386,1732,1,2290.5,1648.7,325.965,2.75761,0,0,0.981626,0.190814,300,300,255,1), + (120387,1732,1,890.925,1651.49,-5.28425,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (120388,1732,1,830.059,-2537.27,93.8005,-2.86233,0,0,-0.990267,0.139178,300,300,255,1), + (120389,1732,1,3104.31,397.07,14.2702,-3.07177,0,0,-0.999391,0.0349043,300,300,255,1), + (120390,1735,1,-3608.11,-3567.09,44.7214,0.506145,0,0,0.25038,0.968148,300,300,255,1), + (120391,1732,1,295.198,1856.66,111.337,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (120392,1732,1,7508.31,-1102.54,50.2059,-1.90241,0,0,-0.814116,0.580702,300,300,255,1), + (120393,1732,1,7447.99,-140.624,3.34259,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (120394,1732,1,7441.33,-1006.91,-5.89542,2.44346,0,0,0.939692,0.342021,300,300,255,1), + (120395,1732,1,7432.04,-1000.82,4.36965,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (120396,1732,1,2116.88,-3558.51,60.8862,1.79769,0,0,0.782608,0.622514,300,300,255,1), + (120397,1733,1,-4936.29,-967.483,-3.93577,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (120398,1733,1,-5220.91,-2716.44,-48.0373,-0.558504,0,0,-0.275637,0.961262,300,300,255,1), + (120402,1733,1,7392.54,-1088.89,42.2422,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (120403,1733,1,-3279.71,-3840.21,52.5267,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (120405,1734,1,-5326.44,-2796.01,-47.6895,1.71042,0,0,0.754709,0.65606,300,300,255,1), + (120408,1734,1,-5183.34,1769.67,94.8643,-2.26892,0,0,-0.906306,0.422622,300,300,255,1), + (120410,1734,1,-8783.8,-4489.43,44.7562,2.58308,0,0,0.961261,0.275641,300,300,255,1), + (120412,1734,1,6691.43,-2944.9,577.266,-1.43117,0,0,-0.656059,0.75471,300,300,255,1), + (120413,1734,1,4004.27,-5020.26,144.709,3.14159,0,0,1,0.00000126759,300,300,255,1), + (120414,1735,1,-3661.02,-3836.26,6.66474,-2.40855,0,0,-0.93358,0.35837,300,300,255,1), + (120415,1735,1,-2694.8,-4296.36,8.22171,2.46091,0,0,0.942641,0.333809,300,300,255,1), + (120416,1735,1,2616.56,1516.24,257.183,2.11185,0,0,0.870356,0.492423,300,300,255,1), + (120417,1735,1,-3684.18,-3627.3,56.7816,-1.29154,0,0,-0.601814,0.798637,300,300,255,1), + (120419,1735,1,-7255.52,-4241.1,18.2609,1.13446,0,0,0.537298,0.843393,300,300,255,1), + (120420,1735,1,-5548.84,-1636.24,24.4084,-0.663223,0,0,-0.325567,0.945519,300,300,255,1), + (120421,1735,1,-5508.33,-1564.48,27.1426,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (120423,1735,1,-5092.58,1902.77,89.6925,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (120426,1735,1,-4947.92,-2297.38,-67.5671,-0.785397,0,0,-0.382683,0.92388,300,300,255,1), + (120427,1735,1,-5112.55,-2418.23,-49.4608,-0.942477,0,0,-0.45399,0.891007,300,300,255,1), + (120428,1735,1,-7591.08,-4094.75,11.661,0.59341,0,0,0.292371,0.956305,300,300,255,1), + (120429,1735,1,-5997.79,-3502.85,-55.509,0.541051,0,0,0.267238,0.963631,300,300,255,1), + (120430,1735,1,-5024.05,-1225.72,-43.9318,-0.383971,0,0,-0.190808,0.981627,300,300,255,1), + (120431,1735,1,-5049.19,-1018.44,-3.38531,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (120432,1735,1,2743.31,1578.79,299.965,-2.426,0,0,-0.936671,0.350211,300,300,255,1), + (120433,1735,1,2503.89,-3679.43,63.2847,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (120438,1735,1,-894.552,1317.25,91.781,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (120439,1735,1,-5113.68,1772.99,79.8078,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (120440,1735,1,-7963.95,-2809.08,32.9922,0.628317,0,0,0.309016,0.951057,300,300,255,1), + (120443,1735,1,-4521.09,-1129.81,-52.7595,-0.244346,0,0,-0.121869,0.992546,300,300,255,1), + (120447,1735,1,2463.74,1770.67,374.254,-2.93214,0,0,-0.994521,0.104535,300,300,255,1), + (120449,1735,1,-7825.65,-4809.04,12.0139,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (120450,1735,1,2772.39,-3572.61,119.582,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (120457,2040,1,-5519.6,3571.31,22.6286,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (120458,2040,1,-3847.84,1737.33,143.018,3.07177,0,0,0.999391,0.0349043,300,300,255,1), + (120459,2040,1,-4652.36,-3061.9,51.5853,1.65806,0,0,0.737276,0.675591,300,300,255,1), + (120467,2040,1,-5801.94,1311.5,66.8884,2.23402,0,0,0.898794,0.438372,300,300,255,1), + (120469,2040,1,-6240.55,354.44,33.4529,2.51327,0,0,0.951056,0.309019,300,300,255,1), + (120470,2040,1,-6725.38,362.288,5.95882,0.226892,0,0,0.113203,0.993572,300,300,255,1), + (120471,2040,1,-6828.59,-1685.69,-264.789,0.59341,0,0,0.292371,0.956305,300,300,255,1), + (120472,2040,1,-6353.36,-1076.58,-271.628,2.77507,0,0,0.983255,0.182237,300,300,255,1), + (120473,2040,1,-7598.37,-1725.01,-268.873,1.93731,0,0,0.824125,0.566409,300,300,255,1), + (120475,2040,1,-8349.22,-4346.75,15.8852,-2.14675,0,0,-0.878817,0.47716,300,300,255,1), + (120479,2040,1,-5089.99,1786.59,79.4946,0.157079,0,0,0.0784588,0.996917,300,300,255,1), + (120481,2040,1,-8333.65,-2166.85,15.0293,-1.8675,0,0,-0.803856,0.594824,300,300,255,1), + (120482,2040,1,-7242.14,-3437.92,13.3299,1.0472,0,0,0.500001,0.866025,300,300,255,1), + (120484,2040,1,-7001.47,-2450.71,-215.175,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (120485,2040,1,-8590.12,-4568.85,9.00052,-1.25664,0,0,-0.587786,0.809016,300,300,255,1), + (120487,2040,1,-9568.28,-2611.01,31.4629,0.488691,0,0,0.241921,0.970296,300,300,255,1), + (120488,2040,1,-6569.29,-2116.72,-257.257,-2.70526,0,0,-0.976296,0.21644,300,300,255,1), + (120493,2040,1,6809.32,-4122.53,718.508,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (120494,2040,1,7252.51,-4223.3,732.848,1.02974,0,0,0.492422,0.870357,300,300,255,1), + (120495,2040,1,-4949.25,173.447,67.5708,1.37881,0,0,0.636078,0.771625,300,300,255,1), + (120497,2040,1,516.378,1829.76,12.888,-3.12412,0,0,-0.999962,0.00873622,300,300,255,1), + (120498,2040,1,-3839.05,1647.65,145.326,-2.33874,0,0,-0.920505,0.390732,300,300,255,1), + (120500,2040,1,-2015.01,1972.72,76.5862,2.18166,0,0,0.88701,0.461749,300,300,255,1), + (120501,2040,1,6809.59,-3184.82,598.276,-2.80997,0,0,-0.986285,0.165053,300,300,255,1), + (120502,2040,1,6743.8,-3450.22,677.85,-1.16937,0,0,-0.551937,0.833886,300,300,255,1), + (120504,2047,1,-6316,262.785,11.233,-2.25147,0,0,-0.902584,0.430513,300,300,255,1), + (120507,2047,1,6647.44,-5225.18,758.182,0.401425,0,0,0.199368,0.979925,300,300,255,1), + (120509,2047,1,6801.23,-2694.93,553.018,-1.09956,0,0,-0.5225,0.852639,300,300,255,1), + (120510,2047,1,6433.16,-4100.37,669.295,-1.51844,0,0,-0.688356,0.725373,300,300,255,1), + (120511,324,1,-9233.19,-4113.35,-41.294,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (120512,2040,1,-9013.94,-4161.08,8.55525,-2.91469,0,0,-0.993571,0.113208,300,300,255,1), + (120513,2040,1,-9183.13,-4206.48,-44.1234,-2.72271,0,0,-0.978147,0.207914,300,300,255,1), + (120552,103711,1,-4064.47,-2151.67,50.9367,-2.74016,0,0,-0.979924,0.199371,300,300,255,1), + (120582,324,1,-5580.26,1134.28,23.2439,0.90757,0,0,0.438371,0.898794,300,300,255,1), + (120606,1731,1,3457.16,-345.804,136.905,-1.15192,0,0,-0.54464,0.83867,300,300,255,1), + (120608,1731,1,-5183.99,-2413.04,-41.9981,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (120609,1731,1,-4651.72,-1381.44,-42.4803,-3.10665,0,0,-0.999847,0.0174704,300,300,255,1), + (120610,1731,1,1794.04,1073.96,175.753,2.63544,0,0,0.968147,0.250383,300,300,255,1), + (120611,1731,1,3049.16,-221.964,124.717,1.22173,0,0,0.573576,0.819152,300,300,255,1), + (120612,1731,1,1459.55,-4745.43,-0.996877,-2.00713,0,0,-0.843392,0.537299,300,300,255,1), + (120613,1731,1,1562.55,-4769.49,15.478,-0.279252,0,0,-0.139173,0.990268,300,300,255,1), + (120614,1731,1,1464.22,-4891.54,14.0545,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (120615,1731,1,1488.58,-4816.56,9.27292,1.0821,0,0,0.515036,0.857168,300,300,255,1), + (120616,1731,1,-1731.5,446.03,104.992,1.50098,0,0,0.681997,0.731355,300,300,255,1), + (120617,1731,1,388.236,-2245.49,196.681,0.087266,0,0,0.0436192,0.999048,300,300,255,1), + (120627,1732,1,-5368.9,-2900.7,-56.4231,-0.994837,0,0,-0.477158,0.878817,300,300,255,1), + (120628,1732,1,-3641.16,-1643.57,92.7791,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (120629,1732,1,-5453.83,-1982.42,-51.407,1.46608,0,0,0.669132,0.743144,300,300,255,1), + (120630,1732,1,-5043.71,-2271.26,-49.626,2.35619,0,0,0.923879,0.382686,300,300,255,1), + (120631,1732,1,-4595.86,-924.888,-50.1135,1.81514,0,0,0.78801,0.615662,300,300,255,1), + (120632,1732,1,-1942.31,2602.81,72.7339,-2.9845,0,0,-0.996917,0.0784656,300,300,255,1), + (120633,1732,1,2309.56,1059.54,290.873,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (120634,1732,1,2186.04,-2180.25,117.121,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (120635,1732,1,611.802,-2297.8,106.212,1.91986,0,0,0.819151,0.573577,300,300,255,1), + (120636,1732,1,-3424.42,-1774.99,92.4047,2.26892,0,0,0.906306,0.422622,300,300,255,1), + (120641,1734,1,824.478,1724.76,-15.1428,-1.39626,0,0,-0.642786,0.766046,300,300,255,1), + (120647,1735,1,-5477.76,-1635.42,28.3788,0.034906,0,0,0.0174521,0.999848,300,300,255,1), + (120648,1735,1,-5587.33,-1566.82,11.8091,-2.02458,0,0,-0.848048,0.52992,300,300,255,1), + (120649,1735,1,-5404.91,-1701.34,-40.4254,3.00195,0,0,0.997563,0.0697646,300,300,255,1), + (120650,1735,1,-4974.84,-1079.21,-37.8522,-3.01941,0,0,-0.998134,0.0610534,300,300,255,1), + (120651,1735,1,2690.09,-2019.96,169.427,2.25147,0,0,0.902584,0.430513,300,300,255,1), + (120652,1735,1,-428.722,2051.48,104.144,1.62316,0,0,0.725376,0.688353,300,300,255,1), + (120653,2040,1,-4014.75,1942.18,104.728,1.3439,0,0,0.622513,0.782609,300,300,255,1), + (120657,2040,1,-8409.17,-3354.81,17.3865,0.575957,0,0,0.284015,0.95882,300,300,255,1), + (120658,2040,1,-2078.25,1179.16,126.976,1.11701,0,0,0.529919,0.848048,300,300,255,1), + (120659,2040,1,-7723.87,1732.58,12.2933,-0.767944,0,0,-0.374606,0.927184,300,300,255,1), + (120660,2040,1,-7037.16,615.484,9.91324,-0.698132,0,0,-0.34202,0.939693,300,300,255,1), + (120661,2040,1,6395.65,-2627.46,588.774,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (120662,324,1,-7484.7,-2271.44,-261.415,0,0,0,0,1,300,300,255,1), + (120742,175404,1,6768.02,-5337.8,744.37,0.296705,0,0,0.147809,0.989016,300,300,255,1), + (120743,175404,1,-7702.88,-491.83,-264.906,0,0,0,0,1,300,300,255,1), + (120744,175404,1,-7962.94,-1832.25,-267.207,0,0,0,0,1,300,300,255,1), + (120745,175404,1,-6365.63,-1700.44,-269.357,0,0,0,0,1,300,300,255,1), + (120746,175404,1,-6283.81,-1314.25,-255.088,0,0,0,0,1,300,300,255,1), + (120747,175404,1,-8105.24,-1286.48,-266.778,0,0,0,0,1,300,300,255,1), + (120748,175404,1,-7619.46,-433.045,-264.883,0,0,0,0,1,300,300,255,1), + (120749,175404,1,-7878.35,-906.545,-272.803,0,0,0,0,1,300,300,255,1), + (120767,324,1,7320.12,-4313.58,699.424,-1.79769,0,0,-0.782608,0.622514,300,300,255,1), + (120768,324,1,-6743.17,-478.345,-267.468,0,0,0,0,1,300,300,255,1), + (120769,324,1,-6445.69,-1011.39,-272.151,0,0,0,0,1,300,300,255,1), + (120770,324,1,-6933.57,-2264.46,-267.542,0,0,0,0,1,300,300,255,1), + (120771,324,1,-7672.2,-2221.12,-264.92,0,0,0,0,1,300,300,255,1), + (120772,324,1,-6732.94,-2210.52,-261.75,0,0,0,0,1,300,300,255,1), + (120773,324,1,-6297.59,-1516.2,-252.338,0,0,0,0,1,300,300,255,1), + (120774,324,1,-7473.73,-388.203,-260.856,0,0,0,0,1,300,300,255,1), + (120775,324,1,-6777.46,-2241.49,-255.917,0,0,0,0,1,300,300,255,1), + (120776,324,1,-7701.99,-2178.28,-264.963,0,0,0,0,1,300,300,255,1), + (120777,324,1,-6457.11,-818.884,-269.005,0,0,0,0,1,300,300,255,1), + (120778,324,1,-8033.26,-1752.32,-265.265,0,0,0,0,1,300,300,255,1), + (120779,324,1,-8082.47,-1603.34,-257.449,0,0,0,0,1,300,300,255,1), + (120780,324,1,-8055.6,-1025.24,-261.376,0,0,0,0,1,300,300,255,1), + (120781,324,1,-7362.06,-363.951,-265.792,0,0,0,0,1,300,300,255,1), + (120782,324,1,-7195.26,-379.167,-268.345,0,0,0,0,1,300,300,255,1), + (120783,324,1,-7361.36,-2301.01,-267.221,0,0,0,0,1,300,300,255,1), + (120784,324,1,-7453.74,-2254.73,-268.139,0,0,0,0,1,300,300,255,1), + (120789,1731,1,-4913.51,-1285.78,-32.4988,0.628317,0,0,0.309016,0.951057,300,300,255,1), + (120790,1731,1,-4620.59,-1715.87,-22.4819,-0.523598,0,0,-0.258819,0.965926,300,300,255,1), + (120793,1732,1,4600.01,333.36,32.1979,2.21656,0,0,0.894933,0.446202,300,300,255,1), + (120795,1732,1,2912.34,-1019.34,188.138,-3.05433,0,0,-0.999048,0.0436174,300,300,255,1), + (120796,1732,1,-499.658,1782.47,112.706,-0.680679,0,0,-0.333807,0.942641,300,300,255,1), + (120798,1733,1,-5145.4,-2558.24,-46.5695,-2.18166,0,0,-0.88701,0.461749,300,300,255,1), + (120801,1734,1,-840.317,2114.2,73.7164,-2.49582,0,0,-0.948324,0.317305,300,300,255,1), + (120802,1734,1,3033.79,-1933.04,190.559,2.54818,0,0,0.956305,0.292372,300,300,255,1), + (120803,1735,1,-3428.62,-3691.37,10.3782,0.436332,0,0,0.216439,0.976296,300,300,255,1), + (120804,1735,1,-3782.45,-2723.36,63.6209,-1.74533,0,0,-0.766045,0.642787,300,300,255,1), + (120809,1735,1,-4789.91,-1668.89,-41.3834,-2.58308,0,0,-0.961261,0.275641,300,300,255,1), + (120811,1735,1,-2819.24,-4116.35,45.4726,-2.11185,0,0,-0.870356,0.492423,300,300,255,1), + (120812,1735,1,-5418.67,-3033.57,-33.8258,0.017452,0,0,0.00872589,0.999962,300,300,255,1), + (120813,1735,1,-4933.02,-2261.19,-65.3333,2.61799,0,0,0.965925,0.258821,300,300,255,1), + (120814,1735,1,-3051.64,-3319.91,52.5062,2.09439,0,0,0.866024,0.500002,300,300,255,1), + (120824,2040,1,999.73,1653.85,11.5945,-2.84488,0,0,-0.989015,0.147813,300,300,255,1), + (120825,2040,1,6694.52,-2552.11,533.295,0.820303,0,0,0.398748,0.91706,300,300,255,1), + (120826,2040,1,3932.33,-4933.86,159.605,-0.453785,0,0,-0.224951,0.97437,300,300,255,1), + (120827,2040,1,6864.97,-2973.88,605.116,-1.32645,0,0,-0.615661,0.788011,300,300,255,1), + (120828,2040,1,-6836.58,-980.387,-262.594,1.309,0,0,0.608763,0.793352,300,300,255,1), + (120829,2040,1,-6346.85,-1587.08,-268.273,1.32645,0,0,0.615661,0.788011,300,300,255,1), + (120830,2040,1,-7967.46,-866.854,-265.65,0.994837,0,0,0.477158,0.878817,300,300,255,1), + (121614,1731,1,-959.687,-189.309,25.0983,0.453785,0,0,0.224951,0.97437,300,300,255,1), + (121618,181073,0,87.6351,-1724.96,220.192,1.88655,0,0,0.809484,0.587141,25,25,100,1), + (121619,1731,1,1517.21,-4965.98,11.4182,-0.837757,0,0,-0.406736,0.913546,300,300,255,1), + (121620,1731,1,618.11,-3663.26,43.0938,-2.30383,0,0,-0.913544,0.406739,300,300,255,1), + (121621,1731,1,-686.463,-243.221,-4.68434,-1.72787,0,0,-0.760404,0.64945,300,300,255,1), + (121687,324,1,-7042.06,-2310.79,-261,0,0,0,0,1,300,300,255,1), + (121692,1731,1,3209.08,104.121,25.2081,2.19912,0,0,0.891006,0.453991,300,300,255,1), + (121698,1735,1,1843.65,-2022.99,122.451,2.09439,0,0,0.866025,0.500001,300,300,255,1), + (121699,300058,0,-8748.48,1073.61,90.4898,5.03789,0,0,0.583186,-0.812338,25,25,100,1), + (121700,300058,0,-4663,-955.663,500.377,0.722862,0,0,0.353613,0.935392,25,25,100,1), + (121701,300058,1,10150.1,2602,1330.83,4.80894,0,0,0.672159,-0.740407,25,25,100,1), + (121702,300058,1,1982.9,-4255.62,31.6692,3.31984,0,0,0.996031,-0.0890062,25,25,100,1), + (121703,300058,0,1642.01,239.002,62.5918,3.02316,0,0,0.998247,0.0591816,25,25,100,1), + (121704,300058,1,-1031.45,-230.867,160.14,3.28358,0,0,0.997481,-0.0709363,25,25,100,1), + (121705,300058,1,7585.47,-2205.31,475.281,4.91744,0,0,0.631024,-0.775763,25,25,100,1), + (121706,300058,1,7570.31,-2220.8,473.445,0.357419,0,0,0.17776,0.984074,25,25,100,1), + (121707,300058,1,7610.97,-2228.92,468.71,2.96651,0,0,0.996171,0.0874282,25,25,100,1), + (121708,300058,1,7595.67,-2246.32,466.965,1.30382,0,0,0.606707,0.794925,25,25,100,1), + (121709,300058,1,7575.26,-2238.68,469.858,1.03679,0,0,0.495486,0.868616,25,25,100,1), + (121710,300058,1,7603.94,-2211.17,471.606,3.78647,0,0,0.948466,-0.316878,25,25,100,1), + (121915,1685,1,1523.78,-4368.24,18.2141,2.55201,0,0,0,1,25,25,255,1), + (121916,1684,1,1524.93,-4371.18,17.9437,2.60698,0,0,0.725374,0.688355,25,25,255,1), + (121921,3743,1,-1278.97,-3008.1,72.0716,0.86185,0,0,0.417711,0.90858,-30,-30,100,1), + (121922,3743,1,-1275.4,-3006.46,72.5618,1.29382,0,0,0.602723,0.79795,-30,-30,100,1), + (121923,3743,1,-1279.63,-3014.32,71.7535,0.539832,0,0,0.26665,0.963793,-30,-30,100,1), + (121924,3743,1,-1277.91,-3016.5,72.699,0.889334,0,0,0.430157,0.902754,-30,-30,100,1), + (121925,3743,1,-1274.86,-3016.2,72.6146,1.63939,0,0,0.730938,0.682444,-30,-30,100,1), + (151750,180719,1,-8089.22,-5275.14,1.23688,1.75167,0,0,0.768079,0.640355,300,300,0,1), + (151751,180742,0,-6606.33,-1860.82,244.459,6.27864,0,0,0.00227228,-0.999997,300,300,0,1), + (151752,180742,0,-6606.36,-1857.85,244.382,6.2433,0,0,0.0199423,-0.999801,300,300,0,1), + (151753,180742,0,-6609.29,-1854.76,244.234,1.58196,0,0,0.711042,0.703149,300,300,0,1), + (151754,180742,0,-6606.33,-1854.91,244.308,1.55211,0,0,0.700471,0.713681,300,300,0,1), + (151755,180742,0,-6612.22,-1854.84,244.179,3.15825,0,0,0.999965,-0.00832624,300,300,0,1), + (151756,180742,0,-6612.16,-1857.78,244.212,3.15432,0,0,0.99998,-0.00636482,300,300,0,1), + (151757,180742,0,-6612.09,-1860.72,244.247,4.69763,0,0,0.712307,-0.701868,300,300,0,1), + (151758,180742,0,-6609.11,-1860.79,244.347,4.73297,0,0,0.699791,-0.714347,300,300,0,1), + (151761,180747,0,-4919.58,-980.674,501.46,2.15958,0,0,0,0,300,300,0,1), + (151762,180747,1,1626.71,-4414.16,15.8292,2.2784,0,0,0,0,300,300,0,1), + (151763,180748,1,1625.77,-4413.86,16.0883,4.80049,0,0,0,0,300,300,0,1), + (151764,180748,0,-4921.04,-981.624,501.464,1.81635,0,0,0,0,300,300,0,1), + (151765,180793,0,-4916.73,-982.109,501.884,1.72839,0,0,0,0,300,300,0,1), + (151766,180793,1,1625.46,-4415.83,15.4469,2.11818,0,0,0,0,300,300,0,1), + (151767,180743,0,-4915.83,-981.304,501.759,1.99149,0,0,0,0,300,300,0,1), + (151768,180743,1,1623.6,-4415.36,15.1169,0.75159,0,0,0,0,300,300,0,1), + (151769,180746,0,-4915.18,-978.104,501.451,5.56505,0,0,0,0,300,300,0,1), + (151770,180746,1,1624.53,-4414.58,15.9044,1.30844,0,0,0,0,300,300,0,1), + (230922,144131,1,16219.5,16272.8,12.9696,1.46398,0,0,0,0,900,900,100,1), + (230923,142189,1,-10119.7,-4052.46,5.33005,-0.366519,0,0,0.182236,-0.983255,900,900,100,1), + (230924,1770,0,263.437,-268,145.032,3.107,0,0,0,0,120,120,100,1), + (232212,176951,409,601.672,-1174.61,-196.072,3.14159,0,0,1,0,604800,604800,100,0), + (232213,176952,409,748.839,-985.16,-178.283,3.14159,0,0,1,0,604800,604800,100,0), + (232214,176956,409,1132.11,-1017.27,-186.494,3.14159,0,0,1,0,604800,604800,100,0), + (232215,176954,409,795.536,-974.253,-207.788,3.14159,0,0,1,0,604800,604800,100,0), + (232216,176953,409,583.7,-806.738,-204.961,3.14159,0,0,1,0,604800,604800,100,0), + (232217,176955,409,694.229,-495.598,-214.329,3.14159,0,0,1,0,604800,604800,100,0), + (232218,176957,409,897.058,-551.546,-203.953,3.14159,0,0,1,0,604800,604800,100,0), + (232219,178194,409,765.562,-995.398,-197.221,2.19912,0,0,0,1,604800,604800,255,1), + (232220,178192,409,1132.11,-1017.27,-186.494,3.14159,0,0,0,1,604800,604800,255,1), + (232221,178190,409,795.536,-974.253,-207.788,3.14159,0,0,0,1,604800,604800,255,1), + (232222,178189,409,583.7,-806.738,-204.961,3.14159,0,0,0,1,604800,604800,255,1), + (232223,178107,409,838.951,-830.383,-230.206,0.837757,0,0,0,1,604800,604800,255,1), + (232224,178187,409,601.672,-1174.61,-196.072,3.14159,0,0,0,1,604800,604800,255,1), + (232225,178164,409,736.653,-1176.32,-118.097,-0.680679,0,0,0,1,604800,604800,255,1), + (232226,178108,409,839.279,-831.058,-230.202,-1.37881,0,0,0,1,604800,604800,255,1), + (232227,178188,409,748.839,-985.16,-178.283,3.14159,0,0,-1,0,604800,604800,255,1), + (232304,152097,129,2577,947.659,53.105,5.501,0,0,0,0,-100,-100,100,1), + (232831,148838,109,-497.789,95.1423,-189.73,0.306738,0,0,0,0,-43200,-43200,0,1), + (250001,19543,1,1069,247.825,19.5764,-1.90241,0,0,0.814116,-0.580703,120,120,100,1), + (250002,19543,1,1139.26,-545.701,7.48719,3.00197,0,0,0.997564,0.069757,120,120,100,1), + (250003,19543,1,1597.57,767.384,132.161,1.6057,0,0,0.71934,0.694658,120,120,100,1), + (250004,19543,1,1425.79,-197.039,20.3348,0.349066,0,0,0.173648,0.984808,120,120,100,1), + (250005,19543,1,1297.68,313.875,25.4999,-2.16421,0,0,0.882948,-0.469472,120,120,100,1), + (250006,19543,1,1402.17,853.09,146.997,1.79769,0,0,0.782608,0.622515,120,120,100,1), + (250007,19543,1,862.677,209.647,27.7091,1.76278,0,0,0.771625,0.636078,120,120,100,1), + (250008,19543,1,1524.46,604.206,145.681,-2.47837,0,0,0.945519,-0.325568,120,120,100,1), + (250009,19543,1,1503.16,1011.93,142.6,-0.942478,0,0,0.453991,-0.891006,120,120,100,1), + (250010,19543,1,989.752,166.383,22.7116,-0.383972,0,0,0.190809,-0.981627,120,120,100,1), + (250011,19543,1,1525.06,-389.071,32.0918,1.90241,0,0,0.814116,0.580703,120,120,100,1), + (250012,19543,1,1498.51,-566.273,61.4355,-0.139626,0,0,0.069756,-0.997564,120,120,100,1), + (250013,19543,1,543.946,595.887,74.1724,-0.296706,0,0,0.147809,-0.989016,120,120,100,1), + (250014,19543,1,524.556,580.345,90.9927,0.034907,0,0,0.017452,0.999848,120,120,100,1), + (250015,19543,1,456.917,677.47,78.431,-2.94961,0,0,0.995396,-0.095846,120,120,100,1), + (250016,19543,1,544.568,667.32,78.8672,1.18682,0,0,0.559193,0.829038,120,120,100,1), + (250017,19543,1,962.659,85.6017,20.7847,-0.034907,0,0,0.017452,-0.999848,120,120,100,1), + (190151,180399,1,9920.2,2349.05,1331.37,-1.55334,0,0,0,0,180,180,255,1), + (190318,180395,1,-1051.74,234.324,134.494,0.7054,0,0,0,0,180,180,255,1), + (190314,180395,1,1746.33,-3967.47,49.2634,2.0013,0,0,0,0,180,180,255,1), + (190310,180395,1,1934.82,-4711.71,37.4563,0.517133,0,0,0,0,180,180,255,1), + (190306,180395,1,1663.59,-4343.19,61.2462,0.750492,0,0,0,0,180,180,255,1), + (190076,180398,1,9963.93,2490.04,1316.05,0,0,0,0,0,180,180,255,1), + (190001,180399,0,-8843.1,654.157,97.9823,-2.53073,0,0,0,0,180,180,255,1), + (190007,180399,0,-8870.25,544.276,107.011,5.0603,0,0,0,0,180,180,255,1), + (190037,180399,1,9964.87,2179.44,1328.61,3.7134,0,0,0,0,180,180,255,1), + (190043,180399,1,9984.68,2348.01,1331.29,3.136,0,0,0,0,180,180,255,1), + (190049,180399,1,9720.44,2545.07,1336.21,2.14675,0,0,0,0,180,180,255,1), + (190055,180399,0,-4832.84,-1171.19,502.723,1.509,0,0,0,0,180,180,255,1), + (190013,180399,0,-8847.29,594.026,94.1301,-0.698132,0,0,0,0,180,180,255,1), + (190302,180395,1,1657.46,-4385.4,23.5797,-1.01229,0,0,0,0,180,180,255,1), + (190298,180395,0,1598.8,311.823,-41.4244,3.17493,0,0,0,0,180,180,255,1), + (190294,180395,0,1592.72,168.947,-41.4244,0,0,0,0,0,180,180,255,1), + (190290,180395,0,1524.65,242.972,-41.3899,-1.55334,0,0,0,0,180,180,255,1), + (190286,180395,0,1262.51,353.944,-63.7039,5.5162,0,0,0,0,180,180,255,1), + (190282,180395,1,-1091.78,-20.9857,140.129,0.241459,0,0,0,0,180,180,255,1), + (190278,180395,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,180,180,255,1), + (190274,180395,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,180,180,255,1), + (190270,180395,1,-1379.01,-58.6698,158.927,3.71842,0,0,0,0,180,180,255,1), + (190266,180395,1,-1383.59,-85.434,159.566,3.17021,0,0,0,0,180,180,255,1), + (190019,180399,0,-4919.66,-844.965,502.275,-2.40855,0,0,0,0,180,180,255,1), + (190061,180399,0,-4675.23,-985.175,502.526,1.16136,0,0,0,0,180,180,255,1), + (190067,180399,0,-8387.16,288.082,121.513,3.80376,0,0,0,0,180,180,255,1), + (190025,180399,0,-5034.97,-921.89,502.476,6.14817,0,0,0,0,180,180,255,1), + (190073,180399,1,9963.4,2490.17,1316.5,3.1401,0,0,0,0,180,180,255,1), + (190079,180399,0,-5034.64,-1263.19,506.017,-2.426,0,0,0,0,180,180,255,1), + (190085,180399,0,-8411.21,577.031,92.4777,-0.9599,0,0,0,0,180,180,255,1), + (190153,180400,1,9920.2,2349.05,1331.57,-1.55334,0,0,0,0,180,180,255,1), + (190319,180394,1,-1051.74,234.324,134.494,0.7054,0,0,0,0,180,180,255,1), + (190315,180394,1,1746.33,-3967.47,49.2634,2.0013,0,0,0,0,180,180,255,1), + (190311,180394,1,1934.82,-4711.71,37.4563,0.517133,0,0,0,0,180,180,255,1), + (190307,180394,1,1663.59,-4343.19,61.2462,0.750492,0,0,0,0,180,180,255,1), + (190303,180394,1,1657.46,-4385.4,23.5797,-1.01229,0,0,0,0,180,180,255,1), + (190299,180394,0,1598.8,311.823,-41.4244,3.17493,0,0,0,0,180,180,255,1), + (190082,180398,0,-5035.03,-1263.47,505.4,0.698132,0,0,0,0,180,180,255,1), + (190000,180397,0,-8842.76,654.543,97.2775,-2.47837,0,0,0,0,180,180,255,1), + (190006,180397,0,-8870.4,544.658,106.284,-1.22173,0,0,0,0,180,180,255,1), + (190036,180397,1,9965.32,2179.72,1328.07,-2.54818,0,0,0,0,180,180,255,1), + (190295,180394,0,1592.72,168.947,-41.4244,0,0,0,0,0,180,180,255,1), + (190150,180397,1,9920.16,2349.58,1330.78,4.7303,0,0,0,0,180,180,255,1), + (190003,180400,0,-8843.05,654.157,98.1323,-2.53073,0,0,0,0,180,180,255,1), + (190009,180400,0,-8870.3,544.276,107.261,5.0603,0,0,0,0,180,180,255,1), + (190039,180400,1,9964.87,2179.44,1328.91,3.7134,0,0,0,0,180,180,255,1), + (190045,180400,1,9984.68,2348.01,1331.69,3.136,0,0,0,0,180,180,255,1), + (190051,180400,1,9720.44,2545.07,1336.61,2.14675,0,0,0,0,180,180,255,1), + (190057,180400,0,-4832.84,-1171.19,503.123,1.509,0,0,0,0,180,180,255,1), + (190015,180400,0,-8847.33,594.026,94.2901,-0.698132,0,0,0,0,180,180,255,1), + (190063,180400,0,-4675.23,-985.175,502.726,1.16136,0,0,0,0,180,180,255,1), + (190069,180400,0,-8387.14,288.112,121.713,3.78082,0,0,0,0,180,180,255,1), + (190021,180400,0,-4919.66,-844.965,502.425,-2.40855,0,0,0,0,180,180,255,1), + (190027,180400,0,-5034.97,-921.89,502.626,6.14817,0,0,0,0,180,180,255,1), + (190075,180400,1,9963.41,2490.16,1316.9,3.08694,0,0,0,0,180,180,255,1), + (190081,180400,0,-5034.64,-1263.19,506.317,0.701464,0,0,0,0,180,180,255,1), + (190087,180400,0,-8411.21,577.031,92.8777,-0.9599,0,0,0,0,180,180,255,1), + (190291,180394,0,1524.65,242.972,-41.3899,-1.55334,0,0,0,0,180,180,255,1), + (190287,180394,0,1262.51,353.944,-63.7039,5.5162,0,0,0,0,180,180,255,1), + (190283,180394,1,-1091.78,-20.9857,140.129,0.241459,0,0,0,0,180,180,255,1), + (190279,180394,1,-1249.68,52.4457,127.18,1.90241,0,0,0,0,180,180,255,1), + (190275,180394,1,-1273.51,134.157,132.078,-2.35619,0,0,0,0,180,180,255,1), + (190271,180394,1,-1379.01,-58.6698,158.927,3.71842,0,0,0,0,180,180,255,1), + (190267,180394,1,-1383.59,-85.434,159.566,3.17021,0,0,0,0,180,180,255,1), + (190042,180397,1,9985.22,2348.01,1330.79,0,0,0,0,0,180,180,255,1), + (190048,180397,1,9720.18,2545.46,1335.68,-0.977383,0,0,0,0,180,180,255,1), + (190054,180397,0,-4832.88,-1171.66,502.195,1.509,0,0,0,0,180,180,255,1), + (190012,180397,0,-8846.94,593.738,93.4625,2.42601,0,0,0,0,180,180,255,1), + (190018,180397,0,-4919.31,-844.615,501.661,-0.855212,0,0,0,0,180,180,255,1), + (190060,180397,0,-4675.27,-985.681,501.859,1.16136,0,0,0,0,180,180,255,1), + (190066,180397,0,-8386.73,288.405,120.886,-2.47837,0,0,0,0,180,180,255,1), + (190024,180397,0,-5035.49,-921.804,501.659,-0.122173,0,0,0,0,180,180,255,1), + (190072,180397,1,9963.93,2490.04,1316.05,0,0,0,0,0,180,180,255,1), + (190078,180397,0,-5035.03,-1263.47,505.4,0.698132,0,0,0,0,180,180,255,1), + (190084,180397,0,-8411.49,577.444,91.9777,-0.9599,0,0,0,0,180,180,255,1), + (250109,177219,429,385.327,374.232,-1.34314,0,0,0,0.707107,0.707107,0,0,100,1), + (120618,180665,0,-8340.24,413.397,124.49,2.89435,0,0,0.992368,0.123309,0,0,100,1), + (502114,1620,0,-9161,-3293,101.921,1.082,0,0,0.514993,0.857194,300,300,100,1), + (502978,1622,0,-10431,395.8,45.217,0.266,0,0,0.132608,0.991169,300,300,100,1), + (507848,2043,0,-6775,-2449,274.671,0.006,0,0,0.003,0.999996,300,300,100,1), + (507875,2043,0,-10363,-4019,22.62,1.387,0,0,0.639233,0.769013,300,300,100,1), + (507999,2043,0,-13154,-228,3.815,0.548,0,0,0.270584,0.962696,300,300,100,1), + (508382,2045,1,-1294,-3688,103.042,5.166,0,0,0.529993,-0.848002,300,300,100,1), + (509659,1617,0,-5353.64,494.603,385.315,-1.97222,0,0,-0.833885,0.551938,300,300,100,1), + (511874,1624,189,1739.89,1377.57,17.521,-1.06465,0,0,-0.507538,0.861629,7200,7200,100,1), + (511875,175966,329,3457.5,-3111.17,137.482,2.023,0,0,0.847629,0.53059,43200,43200,100,1), + (511876,175966,329,3585.85,-3061.59,136.515,5.31,0,0,0.467617,-0.883931,43200,43200,100,1), + (515866,142140,1,2999.1,-4059,106.321,6.268,0,0,0.00759252,-0.999971,300,300,100,1), + (516510,142145,1,-1886,1720.37,62.685,4.712,0,0,0.707244,-0.706969,300,300,100,1), + (516541,142145,1,-1606,1938.08,62.149,1.017,0,0,0.486868,0.873476,300,300,100,1), + (519713,176586,1,6304.67,-2419.02,558.127,2.433,0,0,0.937891,0.34693,300,300,100,1), + (520030,176587,0,1220.08,-2589,87.557,1.886,0,0,0.809324,0.587363,300,300,100,1), + (527558,180662,0,-1376.06,-1012.95,0,0.122173,0,0,0.0610485,0.998135,3600,3600,100,1), + (532657,1731,1,5906.93,616.413,1.08114,-1.58825,0,0,-0.71325,0.70091,300,300,100,1), + (532822,2866,0,-6598.16,-1173.59,272.773,-2.18166,0,0,-0.88701,0.461749,300,300,100,1), + (532824,178964,349,650.99,74.458,-86.8651,1.45735,0,0,0.665882,0.746057,-3600,-3600,100,1), + (532825,178965,349,652.263,74.0125,-85.3354,6.10288,0,0,0.0900299,-0.995939,3600,3600,100,1), + (572611,165658,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,300,255,1), + (573246,2047,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,300,255,1), + (573671,1732,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,300,255,1), + (573672,175928,1,-4961,-1995,-49,3.142,0,0,1,-0.000203653,600,600,100,1), + (573673,175928,1,-4963,-1912,-49,3.142,0,0,1,-0.000203653,600,600,100,1), + (573674,175928,1,-4962,-1901,-47,4.762,0,0,0.689351,-0.724428,600,600,100,1), + (573675,175928,1,-4966,-1954,-48,3.142,0,0,1,-0.000203653,600,600,100,1), + (573676,175928,1,-4948,-1899,-49,3.142,0,0,1,-0.000203653,600,600,100,1), + (573677,175928,1,-5038,-2019,-48,3.142,0,0,1,-0.000203653,600,600,100,1), + (573678,175928,1,-5006,-2038,-49,0.666,0,0,0.32688,0.945066,600,600,100,1), + (573679,175928,1,-4977,-2026,-49,3.142,0,0,1,-0.000203653,600,600,100,1), + (573680,175928,1,-5100,-2066,-47,3.142,0,0,1,-0.000203653,600,600,100,1), + (573681,175928,1,-5029.36,-2045.23,-51.6448,1.91986,0,0,0.819151,0.573577,600,600,100,1), + (573682,175928,1,-5028.41,-2000.75,-53.1136,-0.90757,0,0,-0.438371,0.898794,600,600,100,1), + (573683,179512,429,558.652,550.057,-25.4008,0,0,0,-0.771625,0.636078,-7200,-7200,255,1), + (590001,300016,0,-24.033,-2472.91,122.34,0,0,0,0,0,180,180,0,1), + (632438,181305,0,-33.643,-558.612,151.116,3.67656,0,0,0.964439,-0.264307,25,25,100,1), + (632439,176907,429,131.286,-278.89,-56.5211,3.14159,0,0,-1,0,180,180,255,1), + (632440,180055,43,-97.6,173.8,-79,2.08,0,0,0,0,600,600,100,1), + (632441,180826,1,1579.35,-4109.25,34.5417,-2.53073,0,0,0.953717,-0.300706,180,180,100,1), + (632442,180832,1,1619.83,-4092.43,34.5107,-2.58309,0,0,0.961262,-0.275637,10,10,100,1), + (632443,180838,1,1683.11,-4134.35,39.5419,-2.56563,0,0,0.95882,-0.284015,10,10,100,1), + (632444,180818,1,1637.11,-4147.21,36.0414,-2.54818,0,0,0.956305,-0.292372,180,180,100,1), + (632445,180812,1,1590.82,-4155.33,36.2926,-2.58309,0,0,0.961262,-0.275637,180,180,100,1), + (632446,19878,1,-6232.08,-3855.08,-58.75,4.04244,0,0,0.900263,-0.435347,-10,-10,255,1), + (632448,20920,47,2082.74,1671.82,61.2396,3.66079,0,0,0.966493,-0.256693,-43200,-43200,100,1), + (632449,20920,47,2159.43,1687.49,57.5433,3.66079,0,0,0.966493,-0.256693,-43200,-43200,100,1), + (632450,20920,47,2080.89,1703.36,56.6447,0.553757,0,0,0.273354,0.961913,-43200,-43200,100,1), + (632451,20920,47,2055.28,1767.7,58.4559,2.98378,0,0,0.996889,0.0788245,-43200,-43200,100,1), + (632452,20920,47,2196.64,1827.96,61.4706,2.11277,0,0,0.870583,0.492022,-43200,-43200,100,1), + (632453,20920,47,2030.32,1867.61,56.2866,5.6777,0,0,0.298139,-0.954522,-43200,-43200,100,1), + (632454,20920,47,2091.33,1861.73,51.0341,1.25355,0,0,0.586536,0.809923,-43200,-43200,100,1), + (632455,20920,47,2200.15,1897.64,71.3191,2.6492,0,0,0.969846,0.243717,-43200,-43200,100,1), + (632456,20920,47,2075.75,1742.04,76.7184,1.33994,0,0,0.620962,0.78384,-43200,-43200,100,1), + (632457,20920,47,2126,1661.15,82.4824,0.0220437,0,0,0.0110216,0.999939,-43200,-43200,100,1), + (632458,20920,47,2207.92,1596.91,80.7375,3.60582,0,0,0.973182,-0.230035,-43200,-43200,100,1), + (632459,20920,47,2156.98,1542.26,72.849,2.43086,0,0,0.937519,0.347934,-43200,-43200,100,1), + (632460,20920,47,2179.95,1514.06,69.0709,0.778385,0,0,0.379441,0.925216,-43200,-43200,100,1), + (632461,20920,47,2000.85,1533.93,80.3971,4.919,0,0,0.630419,-0.776255,-43200,-43200,100,1), + (632462,20920,47,1991.49,1608.53,81.1601,1.1004,0,0,0.522858,0.85242,-43200,-43200,100,1), + (632463,300011,47,2072.84,1582.57,82.14,0,0,0,0,0,180,180,0,1), + (900001,164886,1,3723.64,-1402.23,200.395,5.30595,0,0,0.469405,-0.882983,3595,3595,100,1), + (900002,171939,1,3856.6,-1014.86,241.341,5.6366,0,0,0.31769,-0.948195,3595,3595,100,1), + (900003,171942,1,4191.83,-1147.7,315.197,2.72276,0,0,0.978153,0.207887,3595,3595,100,1), + (900004,174594,1,4959.46,-681.357,294.914,4.67448,0,0,0.720383,-0.693577,3595,3595,100,1); + +INSERT INTO `gameobject` (`guid`, `id`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecsmin`, `spawntimesecsmax`, `animprogress`, `state`) VALUES - (105135,1735,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (105136,1734,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (105137,2047,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (105138,1733,0,361.706,-3761.57,108.059,-1.83259,0,0,-0.793352,0.608764,300,255,1), - (105139,2040,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,255,1), - (105140,324,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,255,1), - (105141,1735,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,255,1), - (105142,1734,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,255,1), - (105143,2047,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,255,1), - (105144,1733,0,172.95,-4770.56,-5.95633,2.07694,0,0,0.861629,0.507539,300,255,1), - (105145,2040,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,255,1), - (105146,324,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,255,1), - (105147,1735,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,255,1), - (105148,1734,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,255,1), - (105149,2047,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,255,1), - (105150,1733,0,-67.5581,-2473.1,138.161,0.157079,0,0,0.0784588,0.996917,300,255,1), - (105151,1731,0,2196.57,-500.417,86.2787,-0.488691,0,0,-0.241921,0.970296,300,255,1), - (105152,1731,0,2673.29,-772.678,85.4531,-0.418879,0,0,-0.207912,0.978148,300,255,1), - (105153,1731,0,2202.98,-65.3898,30.8705,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (105154,1731,0,2646.08,1350.02,9.43725,-1.67551,0,0,-0.743143,0.669133,300,255,1), - (105155,1731,0,1727.84,808.579,68.0469,-1.55334,0,0,-0.700908,0.713252,300,255,1), - (105156,1731,0,2371.46,-634.19,68.5649,-0.628317,0,0,-0.309016,0.951057,300,255,1), - (105157,1731,0,1633.95,-687.568,47.3942,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (105158,1731,0,1781.53,-748.291,63.1568,2.00713,0,0,0.843392,0.537299,300,255,1), - (105159,1731,0,1814.78,-141.659,49.7266,3.05433,0,0,0.999048,0.0436174,300,255,1), - (105160,2040,0,1575.01,-1502.7,69.3272,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (105161,1734,0,1575.01,-1502.7,69.3272,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (105162,2047,0,1575.01,-1502.7,69.3272,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (105163,2040,0,1537.2,-1700.27,78.4948,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (105164,1734,0,1537.2,-1700.27,78.4948,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (105165,2047,0,1537.2,-1700.27,78.4948,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (105166,2040,0,1321.86,-898.632,73.3145,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (105167,1734,0,1321.86,-898.632,73.3145,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (105168,2047,0,1321.86,-898.632,73.3145,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (105169,2040,0,1082.01,-1647.78,67.9516,2.14675,0,0,0.878816,0.477161,300,255,1), - (105170,1734,0,1082.01,-1647.78,67.9516,2.14675,0,0,0.878816,0.477161,300,255,1), - (105171,2047,0,1082.01,-1647.78,67.9516,2.14675,0,0,0.878816,0.477161,300,255,1), - (105172,2040,0,1351.98,-1781.53,76.1072,-1.309,0,0,-0.608763,0.793352,300,255,1), - (105173,1734,0,1351.98,-1781.53,76.1072,-1.309,0,0,-0.608763,0.793352,300,255,1), - (105174,2047,0,1351.98,-1781.53,76.1072,-1.309,0,0,-0.608763,0.793352,300,255,1), - (105175,324,0,2579.35,-1876.94,109.885,0.541051,0,0,0.267238,0.963631,300,255,1), - (105176,175404,0,2579.35,-1876.94,109.885,0.541051,0,0,0.267238,0.963631,300,255,1), - (105177,2047,0,2579.35,-1876.94,109.885,0.541051,0,0,0.267238,0.963631,300,255,1), - (105178,324,0,2009.89,-1503.28,82.854,0.715585,0,0,0.350207,0.936672,300,255,1), - (105179,175404,0,2009.89,-1503.28,82.854,0.715585,0,0,0.350207,0.936672,300,255,1), - (105180,2047,0,2009.89,-1503.28,82.854,0.715585,0,0,0.350207,0.936672,300,255,1), - (105181,324,0,2411.21,-2236.75,53.7,2.60053,0,0,0.963629,0.267244,300,255,1), - (105182,175404,0,2411.21,-2236.75,53.7,2.60053,0,0,0.963629,0.267244,300,255,1), - (105183,2047,0,2411.21,-2236.75,53.7,2.60053,0,0,0.963629,0.267244,300,255,1), - (105184,324,0,3047.89,-1518.56,161.842,1.98967,0,0,0.838669,0.544641,300,255,1), - (105185,175404,0,3047.89,-1518.56,161.842,1.98967,0,0,0.838669,0.544641,300,255,1), - (105186,2047,0,3047.89,-1518.56,161.842,1.98967,0,0,0.838669,0.544641,300,255,1), - (105187,324,0,3079.41,-1533.49,150.627,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (105188,175404,0,3079.41,-1533.49,150.627,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (105189,2047,0,3079.41,-1533.49,150.627,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (105190,324,0,2408.59,-1759.78,103.076,1.81514,0,0,0.78801,0.615662,300,255,1), - (105191,175404,0,2408.59,-1759.78,103.076,1.81514,0,0,0.78801,0.615662,300,255,1), - (105192,2047,0,2408.59,-1759.78,103.076,1.81514,0,0,0.78801,0.615662,300,255,1), - (105193,1731,0,-9892.91,1420.05,41.3209,1.36136,0,0,0.629322,0.777145,300,255,1), - (105194,1732,0,-9892.91,1420.05,41.3209,1.36136,0,0,0.629322,0.777145,300,255,1), - (105195,1733,0,-9892.91,1420.05,41.3209,1.36136,0,0,0.629322,0.777145,300,255,1), - (105196,1731,0,-9833.92,1408.46,38.2337,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (105197,1732,0,-9833.92,1408.46,38.2337,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (105198,1733,0,-9833.92,1408.46,38.2337,-2.82743,0,0,-0.987688,0.156436,300,255,1), - (105199,1731,0,-11557.6,1578.82,-14.9868,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (105200,1732,0,-11557.6,1578.82,-14.9868,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (105201,1733,0,-11557.6,1578.82,-14.9868,-0.017452,0,0,-0.00872589,0.999962,300,255,1), - (105202,1731,0,-11446.9,1718.49,13.7341,2.30383,0,0,0.913544,0.406739,300,255,1), - (105203,1732,0,-11446.9,1718.49,13.7341,2.30383,0,0,0.913544,0.406739,300,255,1), - (105204,1733,0,-11446.9,1718.49,13.7341,2.30383,0,0,0.913544,0.406739,300,255,1), - (105205,1731,0,-11217.4,1538.02,35.4237,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (105206,1732,0,-11217.4,1538.02,35.4237,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (105207,1733,0,-11217.4,1538.02,35.4237,-0.139624,0,0,-0.0697553,0.997564,300,255,1), - (105208,1731,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,255,1), - (105209,1732,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,255,1), - (105210,1735,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,255,1), - (105211,1733,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,255,1), - (105212,1734,0,-3220.77,-1333.22,1.52318,3.12412,0,0,0.999962,0.00873622,300,255,1), - (105213,1731,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,255,1), - (105214,1732,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,255,1), - (105215,1735,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,255,1), - (105216,1733,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,255,1), - (105217,1734,0,-4218.17,-2474.73,282.472,2.93214,0,0,0.994521,0.104535,300,255,1), - (105218,1731,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (105219,1732,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (105220,1735,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (105221,1733,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (105222,1734,0,-4300.05,-2679.25,70.5852,-1.95477,0,0,-0.829038,0.559192,300,255,1), - (105223,1731,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (105224,1732,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (105225,1735,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (105226,1733,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (105227,1734,0,-3420.22,-2121.09,94.6608,-2.77507,0,0,-0.983255,0.182237,300,255,1), - (105228,1610,0,-3993.14,-2598.76,59.9468,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (105229,1667,0,-3993.14,-2598.76,59.9468,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (105230,1732,0,-3993.14,-2598.76,59.9468,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (105231,1733,0,-3993.14,-2598.76,59.9468,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (105232,1735,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,100,1), - (105233,2040,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,100,1), - (105234,1734,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,100,1), - (105235,1733,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,100,1), - (105236,2047,0,-6147,-3039,224.758,2.199,0,0,0.89098,0.454042,300,100,1), - (105237,1735,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,100,1), - (105238,2040,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,100,1), - (105239,1734,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,100,1), - (105240,1733,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,100,1), - (105241,2047,0,-6150.07,-2875.81,213.683,0.366519,0,0,0.182235,0.983255,300,100,1), - (105242,1735,0,-10642,-3040,40.333,3.772,0,0,0.950733,-0.31001,300,100,1), - (105243,2040,0,-10642,-3040,40.333,3.772,0,0,0.950733,-0.31001,300,100,1), - (105244,1734,0,-10642,-3040,40.333,3.772,0,0,0.950733,-0.31001,300,100,1), - (105245,1733,0,-10642,-3040,40.333,3.772,0,0,0.950733,-0.31001,300,100,1), - (105246,1735,0,-10002,-3315,49.928,0.486,0,0,0.240616,0.970621,300,100,1), - (105247,2040,0,-10002,-3315,49.928,0.486,0,0,0.240616,0.970621,300,100,1), - (105248,1734,0,-10002,-3315,49.928,0.486,0,0,0.240616,0.970621,300,100,1), - (105249,1733,0,-10002,-3315,49.928,0.486,0,0,0.240616,0.970621,300,100,1), - (105250,1731,0,-10237.9,1316.13,43.1496,-1.46608,0,0,-0.669132,0.743144,300,255,1), - (105251,1732,0,-10237.9,1316.13,43.1496,-1.46608,0,0,-0.669132,0.743144,300,255,1), - (105252,1733,0,-10237.9,1316.13,43.1496,-1.46608,0,0,-0.669132,0.743144,300,255,1), - (105253,1731,0,-10515.4,1963.25,7.24226,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (105254,1732,0,-10515.4,1963.25,7.24226,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (105255,1733,0,-10515.4,1963.25,7.24226,-1.88495,0,0,-0.809015,0.587788,300,255,1), - (105262,1731,0,-9248.18,-734.17,69.6834,2.67035,0,0,0.972369,0.233447,300,255,1), - (105263,1735,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (105264,2040,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (105265,1733,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (105266,1734,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (105267,1732,0,-11746.5,469.79,52.5784,-0.575957,0,0,-0.284015,0.95882,300,255,1), - (105268,1731,0,-9412.47,-2484.24,30.4685,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (105269,1732,0,-9412.47,-2484.24,30.4685,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (105270,1733,0,-9412.47,-2484.24,30.4685,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (105271,1731,0,-9397.86,-3131.52,87.0181,0.523598,0,0,0.258819,0.965926,300,255,1), - (105272,1732,0,-9397.86,-3131.52,87.0181,0.523598,0,0,0.258819,0.965926,300,255,1), - (105273,1733,0,-9397.86,-3131.52,87.0181,0.523598,0,0,0.258819,0.965926,300,255,1), - (105274,1731,0,-9341.33,-3197.56,102.736,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (105275,1732,0,-9341.33,-3197.56,102.736,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (105276,1733,0,-9341.33,-3197.56,102.736,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (105277,1731,0,-8687.83,-2249.76,157.838,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (105278,1732,0,-8687.83,-2249.76,157.838,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (105279,1733,0,-8687.83,-2249.76,157.838,-0.645772,0,0,-0.317305,0.948324,300,255,1), - (105280,1731,0,-8823.3,-2168.43,150.618,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (105281,1732,0,-8823.3,-2168.43,150.618,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (105282,1733,0,-8823.3,-2168.43,150.618,-0.593412,0,0,-0.292372,0.956305,300,255,1), - (105283,1731,0,-8729.84,-2176.28,192.065,0.279252,0,0,0.139173,0.990268,300,255,1), - (105284,1732,0,-8729.84,-2176.28,192.065,0.279252,0,0,0.139173,0.990268,300,255,1), - (105285,1733,0,-8729.84,-2176.28,192.065,0.279252,0,0,0.139173,0.990268,300,255,1), - (105286,1731,0,-8682.95,-2271.39,155.064,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (105287,1732,0,-8682.95,-2271.39,155.064,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (105288,1733,0,-8682.95,-2271.39,155.064,-1.44862,0,0,-0.662619,0.748957,300,255,1), - (105289,1731,0,-8767.71,-2379.35,159.891,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (105290,1732,0,-8767.71,-2379.35,159.891,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (105291,1733,0,-8767.71,-2379.35,159.891,-1.23918,0,0,-0.580701,0.814117,300,255,1), - (105292,1731,0,-8725.6,-2201.18,152.555,2.14675,0,0,0.878816,0.477161,300,255,1), - (105293,1732,0,-8725.6,-2201.18,152.555,2.14675,0,0,0.878816,0.477161,300,255,1), - (105294,1733,0,-8725.6,-2201.18,152.555,2.14675,0,0,0.878816,0.477161,300,255,1), - (105295,1731,0,-8940.11,-2186.78,140.537,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (105296,1732,0,-8940.11,-2186.78,140.537,-2.96704,0,0,-0.996194,0.087165,300,255,1), - (105297,1733,0,-8940.11,-2186.78,140.537,-2.96704,0,0,-0.996194,0.0871655,300,255,1), - (105298,2054,0,-8850.24,-2047.94,125.614,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (105299,2055,0,-8850.24,-2047.94,125.614,-2.54818,0,0,-0.956305,0.292372,300,255,1), - (105300,1735,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,255,1), - (105301,2040,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,255,1), - (105302,1732,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,255,1), - (105303,1733,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,255,1), - (105304,1733,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,255,1), - (105305,2047,0,-1824.19,-1799.81,60.5315,1.79769,0,0,0.782608,0.622514,300,255,1), - (105306,103711,0,-837.585,81.8425,3.4292,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (105307,105569,0,-837.585,81.8425,3.4292,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (105308,1731,0,1790.83,884.56,33.848,2.304,0,0,0.913579,0.406661,300,255,1), - (105309,1731,0,-5220.57,-2126.2,447.289,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (105310,2040,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,255,1), - (105311,324,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,255,1), - (105312,165658,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,255,1), - (105313,1734,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,255,1), - (105314,2047,0,-6643.58,-805.394,246.507,1.3439,0,0,0.622513,0.782609,300,255,1), - (105315,148842,1,1697.41,-5866.47,-130.59,0.353373,0,0,0.175769,0.984432,25,255,1), - (110001,154357,0,-9347.77,-2311.8,45.5503,0.209232,0,0,0.104425,0.994533,5,100,1), - (110002,154357,0,-9352.8,-2211.7,45.9003,0.872893,0,0,0.422722,0.90626,5,100,1), - (112895,180654,30,713.369,-457.524,68.5122,0.173563,0,0,0.0866726,0.996237,600,100,1), - (112896,180654,30,663.165,-258.335,14.6348,4.77835,0,0,0.683404,-0.73004,600,100,1), - (112897,180654,30,383.217,-370.09,-18.2239,5.40746,0,0,0.424005,-0.90566,600,100,1), - (112898,180654,30,441.107,-243.111,-19.4384,1.38779,0,0,0.639537,0.76876,600,100,1), - (112899,180654,30,319.974,-177.098,-30.7619,2.12292,0,0,0.873069,0.487596,600,100,1), - (112900,180654,30,290.743,-90.8554,-39.989,1.69881,0,0,0.750887,0.66043,600,100,1), - (112901,180654,30,331.946,-4.27387,-2.21438,0.661298,0,0,0.324657,0.945832,600,100,1), - (112902,180654,30,269.75,40.629,20.6186,2.64521,0,0,0.969359,0.245649,600,100,1), - (112903,180654,30,393.96,-126.64,-8.37789,5.64857,0,0,0.312007,-0.95008,600,100,1), - (112904,180654,30,510.265,-79.9827,13.2593,0.951894,0,0,0.45818,0.888859,600,100,1), - (112905,180654,30,382.65,-257.878,-40.0292,3.81624,0,0,0.943644,-0.330962,600,100,1), - (112906,180654,30,292.685,-404.206,16.4788,0.0730329,0,0,0.0365083,0.999333,600,100,1), - (112907,180654,30,187.871,-347.493,49.9014,0.794812,0,0,0.387028,0.922068,600,100,1), - (112908,180654,30,107.732,-259.346,25.1696,0.524635,0,0,0.25932,0.965792,600,100,1), - (112909,180654,30,6.7223,-350.19,18.5508,4.91501,0,0,0.631965,-0.774997,600,100,1), - (112910,180654,30,-30.5515,-393.019,22.7206,4.90951,0,0,0.634093,-0.773257,600,100,1), - (112911,180654,30,-60.9539,-491.516,45.2524,3.47538,0,0,0.986106,-0.166118,600,100,1), - (112912,180654,30,-131.512,-559.269,47.5295,3.56884,0,0,0.977269,-0.212002,600,100,1), - (112913,180654,30,-171.517,-474.433,28.6923,2.25487,0,0,0.903314,0.42898,600,100,1), - (112914,180654,30,-275.328,-460.374,28.3529,2.90518,0,0,0.993022,0.117933,600,100,1), - (112915,180654,30,-341.738,-352.906,10.0064,1.94463,0,0,0.826193,0.563386,600,100,1), - (112916,180654,30,-374.579,-238.116,14.4059,2.3177,0,0,0.916343,0.400394,600,100,1), - (112917,180654,30,-377.27,-134.087,26.4231,0.201835,0,0,0.100746,0.994912,600,100,1), - (112918,180654,30,-416.699,-43.0144,35.6197,2.37582,0,0,0.92759,0.3736,600,100,1), - (112919,180654,30,-268.635,-28.047,41.0637,2.0915,0,0,0.865302,0.501251,600,100,1), - (112920,180654,30,-170.045,-95.8946,35.1276,4.58907,0,0,0.749335,-0.662191,600,100,1), - (112921,180654,30,-107.962,-147.486,20.0322,1.25898,0,0,0.588734,0.808327,600,100,1), - (112922,180654,30,-35.2907,-188.867,21.9315,6.22191,0,0,0.0306314,-0.999531,600,100,1), - (112923,180654,30,-332.611,-243.971,14.2602,0.685642,0,0,0.336145,0.94181,600,100,1), - (112924,180654,30,-391.983,-319.717,19.2212,2.61144,0,0,0.965072,0.261984,600,100,1), - (112925,180654,30,-453.542,-349.82,33.1161,4.78385,0,0,0.681395,-0.731916,600,100,1), - (112926,180654,30,-529.263,-363.65,34.1552,3.17928,0,0,0.999822,-0.0188435,600,100,1), - (112927,180654,30,-469.793,-441.135,37.7274,5.88655,0,0,0.19702,-0.980399,600,100,1), - (112928,180654,30,-588.135,-284.45,54.6961,2.1889,0,0,0.888676,0.458537,600,100,1), - (112929,180654,30,-598.035,-355.309,61.6211,4.64798,0,0,0.729509,-0.683971,600,100,1), - (112930,180654,30,-687.065,-354.415,60.9971,2.15277,0,0,0.880247,0.474515,600,100,1), - (112931,180654,30,-727.579,-313.932,64.9773,3.01513,0,0,0.998002,0.0631869,600,100,1), - (112932,180654,30,-761.414,-392.392,79.5707,4.00709,0,0,0.907816,-0.419369,600,100,1), - (112933,180654,30,-906.423,-336.417,55.4283,2.59023,0,0,0.962241,0.272201,600,100,1), - (112934,180654,30,-903.362,-493.481,46.2971,4.24585,0,0,0.851409,-0.524503,600,100,1), - (112935,180654,30,-917.213,-574.985,65.2434,4.13276,0,0,0.879692,-0.475544,600,100,1), - (112936,180654,30,-934.978,-526.52,54.9837,2.61223,0,0,0.965176,0.261602,600,100,1), - (112937,180654,30,-1024.04,-427.249,51.7721,2.35069,0,0,0.922823,0.385224,600,100,1), - (112938,180654,30,-1168.4,-441.957,58.9765,2.36404,0,0,0.925374,0.379055,600,100,1), - (112939,180654,30,-1148.24,-370.189,55.1857,1.47026,0,0,0.670683,0.741744,600,100,1), - (112940,180654,30,-1098.88,-287.895,58.3042,2.60987,0,0,0.964867,0.262739,600,100,1), - (112941,180654,30,-1023.15,-266.23,63.7499,1.09798,0,0,0.521826,0.853052,600,100,1), - (112942,180654,30,-952.973,-216.597,70.0072,5.94389,0,0,0.168836,-0.985644,600,100,1), - (112943,180654,30,-898.396,-279.974,64.4548,6.26433,0,0,0.00942756,-0.999956,600,100,1), - (112944,180654,30,-812.467,-263.533,61.2332,0.308656,0,0,0.153716,0.988115,600,100,1), - (112945,180654,30,-826.867,-206.29,81.1801,2.66564,0,0,0.971817,0.235738,600,100,1), - (112946,180654,30,-751.005,-304.337,67.9169,0.265461,0,0,0.132341,0.991204,600,100,1), - (112947,180654,30,-774.599,-276.901,79.6937,1.20087,0,0,0.565001,0.82509,600,100,1), - (112948,180654,30,-1027.96,-345.436,57.9763,3.28846,0,0,0.997305,-0.0733664,600,100,1), - (112949,180654,30,-1085.46,-416.242,53.1229,3.69529,0,0,0.961921,-0.273328,600,100,1), - (112950,180654,30,-1083.35,-524.103,49.6222,4.05972,0,0,0.896468,-0.443108,600,100,1), - (112951,180654,30,-1084.97,-637.372,57.0936,5.79388,0,0,0.24222,-0.970221,600,100,1), - (112952,180654,30,-1174.9,-651.996,64.9471,3.50366,0,0,0.983658,-0.180045,600,100,1), - (112953,180654,30,-1239.32,-587.034,52.7883,2.33813,0,0,0.920384,0.391015,600,100,1), - (112954,180654,30,-1300.5,-579.354,60.908,2.54861,0,0,0.956368,0.292165,600,100,1), - (112955,180654,30,-1356.81,-540.745,54.1318,4.59536,0,0,0.747249,-0.664544,600,100,1), - (112956,180654,30,-1385.98,-466.664,49.9666,4.12098,0,0,0.882477,-0.470355,600,100,1), - (112957,180654,30,-1331.21,-395.291,50.6683,2.29729,0,0,0.912209,0.409725,600,100,1), - (112958,180654,30,-1262.1,-436.518,57.4549,3.07954,0,0,0.999519,0.0310191,600,100,1), - (112959,180654,30,-1290.14,-423.533,65.2731,4.787,0,0,0.680243,-0.732987,600,100,1), - (112960,180654,30,-1194.3,-414.699,58.366,0.177496,0,0,0.0886317,0.996064,600,100,1), - (112961,180654,30,-1154.95,-293.355,39.1069,4.95272,0,0,0.617243,-0.786773,600,100,1), - (112962,180654,30,-970.251,-309.063,65.5942,5.90305,0,0,0.188925,-0.981992,600,100,1), - (112963,180654,30,-811.955,-345.576,53.6397,0.328295,0,0,0.163411,0.986558,600,100,1), - (112964,180654,30,-663.423,-398.289,60.754,0.713925,0,0,0.34943,0.936963,600,100,1), - (112965,180654,30,-551.439,-418.423,55.5601,4.96371,0,0,0.612908,-0.790154,600,100,1), - (112966,180654,30,-465.786,-398.398,28.1647,1.58415,0,0,0.711811,0.702371,600,100,1), - (112967,180654,30,-172.513,-399.726,15.8117,5.72634,0,0,0.274841,-0.96149,600,100,1), - (112968,180654,30,-99.5573,-376.942,15.8158,1.60378,0,0,0.718672,0.695349,600,100,1), - (112969,180654,30,-32.7714,-523.832,47.5873,6.02479,0,0,0.12884,-0.991665,600,100,1), - (112970,180654,30,7.6156,-433.974,45.3332,1.86375,0,0,0.802739,0.59633,600,100,1), - (112971,180654,30,84.1501,-465.508,49.1185,6.10647,0,0,0.0882434,-0.996099,600,100,1), - (112972,180654,30,64.5926,-440.894,49.684,3.01828,0,0,0.9981,0.0616151,600,100,1), - (112973,180654,30,136.004,-320.534,49.1353,5.28808,0,0,0.477275,-0.878754,600,100,1), - (112974,180654,30,256.619,-450.356,49.4244,0.402907,0,0,0.200094,0.979777,600,100,1), - (112975,180654,30,491.954,-316.141,-12.9273,0.0981722,0,0,0.0490664,0.998796,600,100,1), - (112976,180654,30,588.82,-348.094,32.6343,4.10684,0,0,0.885779,-0.464107,600,100,1), - (112977,180654,30,649.332,-273.921,31.1966,1.18831,0,0,0.559807,0.828623,600,100,1), - (112978,180654,30,596.836,-114.791,41.8419,2.13864,0,0,0.876873,0.480721,600,100,1), - (112979,180654,30,694.055,-108.678,51.906,6.12139,0,0,0.0808088,-0.99673,600,100,1), - (112980,180654,30,604.648,-43.066,40.3963,1.75144,0,0,0.768004,0.640445,600,100,1), - (112981,180654,30,659.018,-4.70805,55.5548,0.571768,0,0,0.282006,0.959413,600,100,1), - (112982,180654,30,652.94,33.3443,70.3421,1.17574,0,0,0.55459,0.832124,600,100,1), - (112983,180654,30,541.548,-62.9618,37.852,4.2168,0,0,0.858937,-0.512081,600,100,1), - (112984,180654,30,558.834,-6.05473,45.4063,2.06403,0,0,0.858335,0.51309,600,100,1), - (112985,180654,30,489.569,13.109,24.3065,2.8565,0,0,0.989857,0.142066,600,100,1), - (112986,180654,30,414.552,-36.1106,0.967913,4.02281,0,0,0.904492,-0.426492,600,100,1), - (120180,103711,1,-4133.86,-2145.77,51.8004,2.25147,0,0,0.902584,0.430513,300,255,1), - (120181,103711,1,-4060.03,-2183.86,54.3944,2.32129,0,0,0.91706,0.398748,300,255,1), - (120182,175404,1,-7152.67,-1368.11,-179.953,-1.41372,0,0,-0.649449,0.760405,300,255,1), - (120185,175404,1,6756.85,-5040.41,730.882,-1.5708,0,0,-0.707108,0.707106,300,255,1), - (120186,175404,1,6710.13,-5246.41,780.909,1.85005,0,0,0.798636,0.601815,300,255,1), - (120188,175404,1,6849.58,-5146.53,703.295,-2.09439,0,0,-0.866024,0.500002,300,255,1), - (120189,175404,1,8116.08,-3739.32,722.633,1.309,0,0,0.608763,0.793352,300,255,1), - (120190,175404,1,5199.74,-4899.9,698.408,-0.802851,0,0,-0.390731,0.920505,300,255,1), - (120191,175404,1,5622.91,-5026.54,809.525,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (120192,175404,1,7855.66,-3815.99,702.602,3.07177,0,0,0.999391,0.0349043,300,255,1), - (120193,175404,1,5312.3,-4914.64,701.231,2.42601,0,0,0.936673,0.350206,300,255,1), - (120248,324,1,-6303.35,-1918.32,-272.502,1.11701,0,0,0.529919,0.848048,300,255,1), - (120249,324,1,-6358.96,-2003.23,-275.88,2.86233,0,0,0.990267,0.139178,300,255,1), - (120250,324,1,-6838.09,-864.837,-265.727,1.48353,0,0,0.67559,0.737277,300,255,1), - (120255,324,1,-6351.02,-2027.32,-259.247,-2.86233,0,0,-0.990268,0.139175,300,255,1), - (120257,324,1,-6439.42,-2047.52,-244.063,0.837757,0,0,0.406736,0.913546,300,255,1), - (120258,324,1,-7974.58,-2353.84,-24.0715,2.80997,0,0,0.986285,0.165053,300,255,1), - (120259,324,1,-5030.43,2119.41,33.1578,0.733038,0,0,0.358368,0.93358,300,255,1), - (120260,324,1,6978.94,-4386.25,750.311,-1.48353,0,0,-0.67559,0.737277,300,255,1), - (120262,324,1,-8280,-4738.14,19.2667,3.03684,0,0,0.998629,0.0523524,300,255,1), - (120263,324,1,-6943.51,-2251.56,-268.389,-2.61799,0,0,-0.965925,0.258821,300,255,1), - (120264,324,1,-6843.3,580.553,-1.48054,2.30383,0,0,0.913544,0.406739,300,255,1), - (120265,324,1,6897.81,-4905.29,711.166,0.366518,0,0,0.182235,0.983255,300,255,1), - (120266,324,1,7126.63,-4905.99,708.732,1.6057,0,0,0.719339,0.694659,300,255,1), - (120267,324,1,6567.14,-5122.41,770.087,1.22173,0,0,0.573576,0.819152,300,255,1), - (120290,1731,1,1041.65,-4731.42,17.7684,-1.01229,0,0,-0.484809,0.87462,300,255,1), - (120292,1731,1,850.867,-4766.13,38.2993,-1.0472,0,0,-0.500001,0.866025,300,255,1), - (120293,1731,1,931.159,-4703.13,23.2867,0.733038,0,0,0.358368,0.93358,300,255,1), - (120294,1731,1,-150.154,-5160.85,25.5989,0.279252,0,0,0.139173,0.990268,300,255,1), - (120295,1731,1,11.737,-4641.79,49.2284,3.05433,0,0,0.999048,0.0436174,300,255,1), - (120296,1731,1,-5.93815,-4229.33,97.8519,2.25147,0,0,0.902584,0.430513,300,255,1), - (120297,1731,1,842.223,-4749.95,12.749,-1.91986,0,0,-0.819151,0.573577,300,255,1), - (120298,1731,1,72.8817,-4528.48,61.0341,-3.00195,0,0,-0.997563,0.0697646,300,255,1), - (120299,1731,1,535.034,-4936.4,37.0527,-0.820303,0,0,-0.398748,0.91706,300,255,1), - (120300,1731,1,847.784,-4206.12,-10.5332,0.95993,0,0,0.461748,0.887011,300,255,1), - (120301,1731,1,149.417,-5075.54,16.1375,0.034906,0,0,0.0174521,0.999848,300,255,1), - (120302,1731,1,598.039,-4543.84,17.8262,0.733038,0,0,0.358368,0.93358,300,255,1), - (120303,1731,1,35.3273,-4101.95,63.2919,-2.26892,0,0,-0.906306,0.422622,300,255,1), - (120304,1731,1,-717.853,-4696.23,37.8685,2.42601,0,0,0.936673,0.350206,300,255,1), - (120305,1731,1,-982.906,-4436.19,34.2814,0.418879,0,0,0.207912,0.978148,300,255,1), - (120307,1731,1,832.711,-4756.26,38.3843,2.42601,0,0,0.936673,0.350206,300,255,1), - (120308,1731,1,873.399,-4743.74,30.9023,0.942477,0,0,0.45399,0.891007,300,255,1), - (120310,1731,1,908.307,-4224.11,26.1928,-3.03684,0,0,-0.998629,0.0523524,300,255,1), - (120311,1731,1,73.9236,-4487.36,50.8945,0.802851,0,0,0.390731,0.920505,300,255,1), - (120312,1731,1,1114.85,-4224.99,28.0452,0.541051,0,0,0.267238,0.963631,300,255,1), - (120313,1731,1,894.402,-4080.42,26.5511,0.366518,0,0,0.182235,0.983255,300,255,1), - (120314,1731,1,901.996,-4036.53,-11.3043,0.645772,0,0,0.317305,0.948324,300,255,1), - (120315,1731,1,947.336,-4220.51,-6.28864,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (120317,1731,1,798.026,-4046.3,-1.21654,3.03684,0,0,0.998629,0.0523524,300,255,1), - (120319,1731,1,7342.31,-1098.23,47.9114,0.558504,0,0,0.275637,0.961262,300,255,1), - (120320,1731,1,-2266.06,324.555,114.628,2.44346,0,0,0.939692,0.342021,300,255,1), - (120321,1731,1,-2316.38,421.633,49.3617,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (120322,1731,1,-5291.4,-1551.58,-47.6369,-3.00195,0,0,-0.997563,0.0697646,300,255,1), - (120323,1731,1,-5140.26,-1305.46,-45.5541,1.85005,0,0,0.798636,0.601815,300,255,1), - (120326,1731,1,7686.48,-446.749,-21.1478,0.645772,0,0,0.317305,0.948324,300,255,1), - (120327,1731,1,1071.53,-3948.96,24.9357,-2.75761,0,0,-0.981626,0.190814,300,255,1), - (120328,1731,1,1213.05,-4591.97,23.571,2.05949,0,0,0.857168,0.515037,300,255,1), - (120329,1731,1,1200.46,-4646.21,23.5411,3.01941,0,0,0.998134,0.0610534,300,255,1), - (120330,1731,1,966.096,-4906.56,28.7647,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (120331,1731,1,-520.767,-3323.54,94.2695,-1.76278,0,0,-0.771624,0.636079,300,255,1), - (120332,1731,1,955.784,-4045.23,-11.4768,-2.35619,0,0,-0.923879,0.382686,300,255,1), - (120333,1731,1,-370.268,-3674.13,46.1044,-2.05949,0,0,-0.857168,0.515037,300,255,1), - (120334,1731,1,-4678.42,-1576.62,-28.2,-0.506145,0,0,-0.25038,0.968148,300,255,1), - (120335,1731,1,-4571.58,-1204.01,-45.4149,2.86233,0,0,0.990267,0.139178,300,255,1), - (120336,1731,1,-4146.65,-2297.34,105.493,0.296705,0,0,0.147809,0.989016,300,255,1), - (120337,1731,1,7513.76,-580.116,0.446005,0.401425,0,0,0.199368,0.979925,300,255,1), - (120339,1731,1,-511.093,-3651.16,101.68,-0.471238,0,0,-0.233445,0.97237,300,255,1), - (120341,1731,1,-3576.84,-2404.6,99.1772,-1.3439,0,0,-0.622513,0.782609,300,255,1), - (120347,1731,1,-1084.01,-1189.03,74.0368,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (120348,1731,1,-759.502,-750.369,19.4819,2.51327,0,0,0.951056,0.309019,300,255,1), - (120350,1731,1,-2745.81,-1099.56,34.6196,-2.68781,0,0,-0.97437,0.22495,300,255,1), - (120351,1731,1,-845.568,-1614.51,92.8366,-2.44346,0,0,-0.939692,0.342021,300,255,1), - (120352,1731,1,1242.78,-4948.08,16.0424,-2.67035,0,0,-0.972369,0.233447,300,255,1), - (120353,1731,1,2985.02,467.96,21.9406,1.13446,0,0,0.537298,0.843393,300,255,1), - (120355,1731,1,2445.04,1097.22,338.232,0.698132,0,0,0.34202,0.939693,300,255,1), - (120356,1731,1,5153.76,458.863,26.0669,1.43117,0,0,0.656058,0.75471,300,255,1), - (120357,1731,1,-1488.98,-3509.48,179.095,-1.22173,0,0,-0.573576,0.819152,300,255,1), - (120358,1731,1,-1459.06,-3604.05,93.9616,2.96704,0,0,0.996194,0.0871655,300,255,1), - (120359,1731,1,-577.007,-3096.23,93.9835,2.14675,0,0,0.878816,0.477161,300,255,1), - (120360,1731,1,-1706.42,-3703.33,33.6647,2.35619,0,0,0.923879,0.382686,300,255,1), - (120361,1731,1,7517.69,-725.736,3.49451,2.00713,0,0,0.843392,0.537299,300,255,1), - (120365,1732,1,7248.41,412.611,-2.72741,-1.71042,0,0,-0.754709,0.65606,300,255,1), - (120366,1732,1,-2895.26,-2238.97,103.375,1.6057,0,0,0.719339,0.694659,300,255,1), - (120368,1732,1,3525.08,495.375,9.41899,-0.191985,0,0,-0.0958451,0.995396,300,255,1), - (120370,1732,1,7555.8,54.8934,-2.61125,0.575957,0,0,0.284015,0.95882,300,255,1), - (120371,1732,1,-5281.81,-1940.02,-40.8085,-0.401425,0,0,-0.199368,0.979925,300,255,1), - (120372,1732,1,-5532.87,-3203.78,-26.6375,-2.53072,0,0,-0.953716,0.300709,300,255,1), - (120373,1732,1,-5819.69,-3387.3,-47.8351,1.51844,0,0,0.688356,0.725373,300,255,1), - (120374,1732,1,2230.46,1374.31,297.579,1.97222,0,0,0.833885,0.551938,300,255,1), - (120375,1732,1,-5121.02,-2374.72,-51.7483,0,0,0,0,1,300,255,1), - (120376,1732,1,-5172.77,-2214.85,-28.0028,1.0472,0,0,0.500001,0.866025,300,255,1), - (120380,1732,1,-5136.27,-1594.52,-45.4162,2.96704,0,0,0.996194,0.0871655,300,255,1), - (120381,1732,1,-4638.31,-1229.49,-52.2849,0.750491,0,0,0.366501,0.930418,300,255,1), - (120385,1732,1,-1517.24,2332.61,97.4107,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (120386,1732,1,2290.5,1648.7,325.965,2.75761,0,0,0.981626,0.190814,300,255,1), - (120387,1732,1,890.925,1651.49,-5.28425,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (120388,1732,1,830.059,-2537.27,93.8005,-2.86233,0,0,-0.990267,0.139178,300,255,1), - (120389,1732,1,3104.31,397.07,14.2702,-3.07177,0,0,-0.999391,0.0349043,300,255,1), - (120390,1735,1,-3608.11,-3567.09,44.7214,0.506145,0,0,0.25038,0.968148,300,255,1), - (120391,1732,1,295.198,1856.66,111.337,1.46608,0,0,0.669132,0.743144,300,255,1), - (120392,1732,1,7508.31,-1102.54,50.2059,-1.90241,0,0,-0.814116,0.580702,300,255,1), - (120393,1732,1,7447.99,-140.624,3.34259,1.81514,0,0,0.78801,0.615662,300,255,1), - (120394,1732,1,7441.33,-1006.91,-5.89542,2.44346,0,0,0.939692,0.342021,300,255,1), - (120395,1732,1,7432.04,-1000.82,4.36965,1.46608,0,0,0.669132,0.743144,300,255,1), - (120396,1732,1,2116.88,-3558.51,60.8862,1.79769,0,0,0.782608,0.622514,300,255,1), - (120397,1733,1,-4936.29,-967.483,-3.93577,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (120398,1733,1,-5220.91,-2716.44,-48.0373,-0.558504,0,0,-0.275637,0.961262,300,255,1), - (120402,1733,1,7392.54,-1088.89,42.2422,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (120403,1733,1,-3279.71,-3840.21,52.5267,2.51327,0,0,0.951056,0.309019,300,255,1), - (120405,1734,1,-5326.44,-2796.01,-47.6895,1.71042,0,0,0.754709,0.65606,300,255,1), - (120408,1734,1,-5183.34,1769.67,94.8643,-2.26892,0,0,-0.906306,0.422622,300,255,1), - (120410,1734,1,-8783.8,-4489.43,44.7562,2.58308,0,0,0.961261,0.275641,300,255,1), - (120412,1734,1,6691.43,-2944.9,577.266,-1.43117,0,0,-0.656059,0.75471,300,255,1), - (120413,1734,1,4004.27,-5020.26,144.709,3.14159,0,0,1,0.00000126759,300,255,1), - (120414,1735,1,-3661.02,-3836.26,6.66474,-2.40855,0,0,-0.93358,0.35837,300,255,1), - (120415,1735,1,-2694.8,-4296.36,8.22171,2.46091,0,0,0.942641,0.333809,300,255,1), - (120416,1735,1,2616.56,1516.24,257.183,2.11185,0,0,0.870356,0.492423,300,255,1), - (120417,1735,1,-3684.18,-3627.3,56.7816,-1.29154,0,0,-0.601814,0.798637,300,255,1), - (120419,1735,1,-7255.52,-4241.1,18.2609,1.13446,0,0,0.537298,0.843393,300,255,1), - (120420,1735,1,-5548.84,-1636.24,24.4084,-0.663223,0,0,-0.325567,0.945519,300,255,1), - (120421,1735,1,-5508.33,-1564.48,27.1426,2.25147,0,0,0.902584,0.430513,300,255,1), - (120423,1735,1,-5092.58,1902.77,89.6925,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (120426,1735,1,-4947.92,-2297.38,-67.5671,-0.785397,0,0,-0.382683,0.92388,300,255,1), - (120427,1735,1,-5112.55,-2418.23,-49.4608,-0.942477,0,0,-0.45399,0.891007,300,255,1), - (120428,1735,1,-7591.08,-4094.75,11.661,0.59341,0,0,0.292371,0.956305,300,255,1), - (120429,1735,1,-5997.79,-3502.85,-55.509,0.541051,0,0,0.267238,0.963631,300,255,1), - (120430,1735,1,-5024.05,-1225.72,-43.9318,-0.383971,0,0,-0.190808,0.981627,300,255,1), - (120431,1735,1,-5049.19,-1018.44,-3.38531,0.453785,0,0,0.224951,0.97437,300,255,1), - (120432,1735,1,2743.31,1578.79,299.965,-2.426,0,0,-0.936671,0.350211,300,255,1), - (120433,1735,1,2503.89,-3679.43,63.2847,1.65806,0,0,0.737276,0.675591,300,255,1), - (120438,1735,1,-894.552,1317.25,91.781,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (120439,1735,1,-5113.68,1772.99,79.8078,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (120440,1735,1,-7963.95,-2809.08,32.9922,0.628317,0,0,0.309016,0.951057,300,255,1), - (120443,1735,1,-4521.09,-1129.81,-52.7595,-0.244346,0,0,-0.121869,0.992546,300,255,1), - (120447,1735,1,2463.74,1770.67,374.254,-2.93214,0,0,-0.994521,0.104535,300,255,1), - (120449,1735,1,-7825.65,-4809.04,12.0139,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (120450,1735,1,2772.39,-3572.61,119.582,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (120457,2040,1,-5519.6,3571.31,22.6286,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (120458,2040,1,-3847.84,1737.33,143.018,3.07177,0,0,0.999391,0.0349043,300,255,1), - (120459,2040,1,-4652.36,-3061.9,51.5853,1.65806,0,0,0.737276,0.675591,300,255,1), - (120467,2040,1,-5801.94,1311.5,66.8884,2.23402,0,0,0.898794,0.438372,300,255,1), - (120469,2040,1,-6240.55,354.44,33.4529,2.51327,0,0,0.951056,0.309019,300,255,1), - (120470,2040,1,-6725.38,362.288,5.95882,0.226892,0,0,0.113203,0.993572,300,255,1), - (120471,2040,1,-6828.59,-1685.69,-264.789,0.59341,0,0,0.292371,0.956305,300,255,1), - (120472,2040,1,-6353.36,-1076.58,-271.628,2.77507,0,0,0.983255,0.182237,300,255,1), - (120473,2040,1,-7598.37,-1725.01,-268.873,1.93731,0,0,0.824125,0.566409,300,255,1), - (120475,2040,1,-8349.22,-4346.75,15.8852,-2.14675,0,0,-0.878817,0.47716,300,255,1), - (120479,2040,1,-5089.99,1786.59,79.4946,0.157079,0,0,0.0784588,0.996917,300,255,1), - (120481,2040,1,-8333.65,-2166.85,15.0293,-1.8675,0,0,-0.803856,0.594824,300,255,1), - (120482,2040,1,-7242.14,-3437.92,13.3299,1.0472,0,0,0.500001,0.866025,300,255,1), - (120484,2040,1,-7001.47,-2450.71,-215.175,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (120485,2040,1,-8590.12,-4568.85,9.00052,-1.25664,0,0,-0.587786,0.809016,300,255,1), - (120487,2040,1,-9568.28,-2611.01,31.4629,0.488691,0,0,0.241921,0.970296,300,255,1), - (120488,2040,1,-6569.29,-2116.72,-257.257,-2.70526,0,0,-0.976296,0.21644,300,255,1), - (120493,2040,1,6809.32,-4122.53,718.508,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (120494,2040,1,7252.51,-4223.3,732.848,1.02974,0,0,0.492422,0.870357,300,255,1), - (120495,2040,1,-4949.25,173.447,67.5708,1.37881,0,0,0.636078,0.771625,300,255,1), - (120497,2040,1,516.378,1829.76,12.888,-3.12412,0,0,-0.999962,0.00873622,300,255,1), - (120498,2040,1,-3839.05,1647.65,145.326,-2.33874,0,0,-0.920505,0.390732,300,255,1), - (120500,2040,1,-2015.01,1972.72,76.5862,2.18166,0,0,0.88701,0.461749,300,255,1), - (120501,2040,1,6809.59,-3184.82,598.276,-2.80997,0,0,-0.986285,0.165053,300,255,1), - (120502,2040,1,6743.8,-3450.22,677.85,-1.16937,0,0,-0.551937,0.833886,300,255,1), - (120504,2047,1,-6316,262.785,11.233,-2.25147,0,0,-0.902584,0.430513,300,255,1), - (120507,2047,1,6647.44,-5225.18,758.182,0.401425,0,0,0.199368,0.979925,300,255,1), - (120509,2047,1,6801.23,-2694.93,553.018,-1.09956,0,0,-0.5225,0.852639,300,255,1), - (120510,2047,1,6433.16,-4100.37,669.295,-1.51844,0,0,-0.688356,0.725373,300,255,1), - (120511,324,1,-9233.19,-4113.35,-41.294,1.32645,0,0,0.615661,0.788011,300,255,1), - (120512,2040,1,-9013.94,-4161.08,8.55525,-2.91469,0,0,-0.993571,0.113208,300,255,1), - (120513,2040,1,-9183.13,-4206.48,-44.1234,-2.72271,0,0,-0.978147,0.207914,300,255,1), - (120552,103711,1,-4064.47,-2151.67,50.9367,-2.74016,0,0,-0.979924,0.199371,300,255,1), - (120582,324,1,-5580.26,1134.28,23.2439,0.90757,0,0,0.438371,0.898794,300,255,1), - (120606,1731,1,3457.16,-345.804,136.905,-1.15192,0,0,-0.54464,0.83867,300,255,1), - (120608,1731,1,-5183.99,-2413.04,-41.9981,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (120609,1731,1,-4651.72,-1381.44,-42.4803,-3.10665,0,0,-0.999847,0.0174704,300,255,1), - (120610,1731,1,1794.04,1073.96,175.753,2.63544,0,0,0.968147,0.250383,300,255,1), - (120611,1731,1,3049.16,-221.964,124.717,1.22173,0,0,0.573576,0.819152,300,255,1), - (120612,1731,1,1459.55,-4745.43,-0.996877,-2.00713,0,0,-0.843392,0.537299,300,255,1), - (120613,1731,1,1562.55,-4769.49,15.478,-0.279252,0,0,-0.139173,0.990268,300,255,1), - (120614,1731,1,1464.22,-4891.54,14.0545,0.296705,0,0,0.147809,0.989016,300,255,1), - (120615,1731,1,1488.58,-4816.56,9.27292,1.0821,0,0,0.515036,0.857168,300,255,1), - (120616,1731,1,-1731.5,446.03,104.992,1.50098,0,0,0.681997,0.731355,300,255,1), - (120617,1731,1,388.236,-2245.49,196.681,0.087266,0,0,0.0436192,0.999048,300,255,1), - (120627,1732,1,-5368.9,-2900.7,-56.4231,-0.994837,0,0,-0.477158,0.878817,300,255,1), - (120628,1732,1,-3641.16,-1643.57,92.7791,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (120629,1732,1,-5453.83,-1982.42,-51.407,1.46608,0,0,0.669132,0.743144,300,255,1), - (120630,1732,1,-5043.71,-2271.26,-49.626,2.35619,0,0,0.923879,0.382686,300,255,1), - (120631,1732,1,-4595.86,-924.888,-50.1135,1.81514,0,0,0.78801,0.615662,300,255,1), - (120632,1732,1,-1942.31,2602.81,72.7339,-2.9845,0,0,-0.996917,0.0784656,300,255,1), - (120633,1732,1,2309.56,1059.54,290.873,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (120634,1732,1,2186.04,-2180.25,117.121,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (120635,1732,1,611.802,-2297.8,106.212,1.91986,0,0,0.819151,0.573577,300,255,1), - (120636,1732,1,-3424.42,-1774.99,92.4047,2.26892,0,0,0.906306,0.422622,300,255,1), - (120641,1734,1,824.478,1724.76,-15.1428,-1.39626,0,0,-0.642786,0.766046,300,255,1), - (120647,1735,1,-5477.76,-1635.42,28.3788,0.034906,0,0,0.0174521,0.999848,300,255,1), - (120648,1735,1,-5587.33,-1566.82,11.8091,-2.02458,0,0,-0.848048,0.52992,300,255,1), - (120649,1735,1,-5404.91,-1701.34,-40.4254,3.00195,0,0,0.997563,0.0697646,300,255,1), - (120650,1735,1,-4974.84,-1079.21,-37.8522,-3.01941,0,0,-0.998134,0.0610534,300,255,1), - (120651,1735,1,2690.09,-2019.96,169.427,2.25147,0,0,0.902584,0.430513,300,255,1), - (120652,1735,1,-428.722,2051.48,104.144,1.62316,0,0,0.725376,0.688353,300,255,1), - (120653,2040,1,-4014.75,1942.18,104.728,1.3439,0,0,0.622513,0.782609,300,255,1), - (120657,2040,1,-8409.17,-3354.81,17.3865,0.575957,0,0,0.284015,0.95882,300,255,1), - (120658,2040,1,-2078.25,1179.16,126.976,1.11701,0,0,0.529919,0.848048,300,255,1), - (120659,2040,1,-7723.87,1732.58,12.2933,-0.767944,0,0,-0.374606,0.927184,300,255,1), - (120660,2040,1,-7037.16,615.484,9.91324,-0.698132,0,0,-0.34202,0.939693,300,255,1), - (120661,2040,1,6395.65,-2627.46,588.774,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (120662,324,1,-7484.7,-2271.44,-261.415,0,0,0,0,1,300,255,1), - (120742,175404,1,6768.02,-5337.8,744.37,0.296705,0,0,0.147809,0.989016,300,255,1), - (120743,175404,1,-7702.88,-491.83,-264.906,0,0,0,0,1,300,255,1), - (120744,175404,1,-7962.94,-1832.25,-267.207,0,0,0,0,1,300,255,1), - (120745,175404,1,-6365.63,-1700.44,-269.357,0,0,0,0,1,300,255,1), - (120746,175404,1,-6283.81,-1314.25,-255.088,0,0,0,0,1,300,255,1), - (120747,175404,1,-8105.24,-1286.48,-266.778,0,0,0,0,1,300,255,1), - (120748,175404,1,-7619.46,-433.045,-264.883,0,0,0,0,1,300,255,1), - (120749,175404,1,-7878.35,-906.545,-272.803,0,0,0,0,1,300,255,1), - (120767,324,1,7320.12,-4313.58,699.424,-1.79769,0,0,-0.782608,0.622514,300,255,1), - (120768,324,1,-6743.17,-478.345,-267.468,0,0,0,0,1,300,255,1), - (120769,324,1,-6445.69,-1011.39,-272.151,0,0,0,0,1,300,255,1), - (120770,324,1,-6933.57,-2264.46,-267.542,0,0,0,0,1,300,255,1), - (120771,324,1,-7672.2,-2221.12,-264.92,0,0,0,0,1,300,255,1), - (120772,324,1,-6732.94,-2210.52,-261.75,0,0,0,0,1,300,255,1), - (120773,324,1,-6297.59,-1516.2,-252.338,0,0,0,0,1,300,255,1), - (120774,324,1,-7473.73,-388.203,-260.856,0,0,0,0,1,300,255,1), - (120775,324,1,-6777.46,-2241.49,-255.917,0,0,0,0,1,300,255,1), - (120776,324,1,-7701.99,-2178.28,-264.963,0,0,0,0,1,300,255,1), - (120777,324,1,-6457.11,-818.884,-269.005,0,0,0,0,1,300,255,1), - (120778,324,1,-8033.26,-1752.32,-265.265,0,0,0,0,1,300,255,1), - (120779,324,1,-8082.47,-1603.34,-257.449,0,0,0,0,1,300,255,1), - (120780,324,1,-8055.6,-1025.24,-261.376,0,0,0,0,1,300,255,1), - (120781,324,1,-7362.06,-363.951,-265.792,0,0,0,0,1,300,255,1), - (120782,324,1,-7195.26,-379.167,-268.345,0,0,0,0,1,300,255,1), - (120783,324,1,-7361.36,-2301.01,-267.221,0,0,0,0,1,300,255,1), - (120784,324,1,-7453.74,-2254.73,-268.139,0,0,0,0,1,300,255,1), - (120789,1731,1,-4913.51,-1285.78,-32.4988,0.628317,0,0,0.309016,0.951057,300,255,1), - (120790,1731,1,-4620.59,-1715.87,-22.4819,-0.523598,0,0,-0.258819,0.965926,300,255,1), - (120793,1732,1,4600.01,333.36,32.1979,2.21656,0,0,0.894933,0.446202,300,255,1), - (120795,1732,1,2912.34,-1019.34,188.138,-3.05433,0,0,-0.999048,0.0436174,300,255,1), - (120796,1732,1,-499.658,1782.47,112.706,-0.680679,0,0,-0.333807,0.942641,300,255,1), - (120798,1733,1,-5145.4,-2558.24,-46.5695,-2.18166,0,0,-0.88701,0.461749,300,255,1), - (120801,1734,1,-840.317,2114.2,73.7164,-2.49582,0,0,-0.948324,0.317305,300,255,1), - (120802,1734,1,3033.79,-1933.04,190.559,2.54818,0,0,0.956305,0.292372,300,255,1), - (120803,1735,1,-3428.62,-3691.37,10.3782,0.436332,0,0,0.216439,0.976296,300,255,1), - (120804,1735,1,-3782.45,-2723.36,63.6209,-1.74533,0,0,-0.766045,0.642787,300,255,1), - (120809,1735,1,-4789.91,-1668.89,-41.3834,-2.58308,0,0,-0.961261,0.275641,300,255,1), - (120811,1735,1,-2819.24,-4116.35,45.4726,-2.11185,0,0,-0.870356,0.492423,300,255,1), - (120812,1735,1,-5418.67,-3033.57,-33.8258,0.017452,0,0,0.00872589,0.999962,300,255,1), - (120813,1735,1,-4933.02,-2261.19,-65.3333,2.61799,0,0,0.965925,0.258821,300,255,1), - (120814,1735,1,-3051.64,-3319.91,52.5062,2.09439,0,0,0.866024,0.500002,300,255,1), - (120824,2040,1,999.73,1653.85,11.5945,-2.84488,0,0,-0.989015,0.147813,300,255,1), - (120825,2040,1,6694.52,-2552.11,533.295,0.820303,0,0,0.398748,0.91706,300,255,1), - (120826,2040,1,3932.33,-4933.86,159.605,-0.453785,0,0,-0.224951,0.97437,300,255,1), - (120827,2040,1,6864.97,-2973.88,605.116,-1.32645,0,0,-0.615661,0.788011,300,255,1), - (120828,2040,1,-6836.58,-980.387,-262.594,1.309,0,0,0.608763,0.793352,300,255,1), - (120829,2040,1,-6346.85,-1587.08,-268.273,1.32645,0,0,0.615661,0.788011,300,255,1), - (120830,2040,1,-7967.46,-866.854,-265.65,0.994837,0,0,0.477158,0.878817,300,255,1), - (121614,1731,1,-959.687,-189.309,25.0983,0.453785,0,0,0.224951,0.97437,300,255,1), - (121618,181073,0,87.6351,-1724.96,220.192,1.88655,0,0,0.809484,0.587141,25,100,1), - (121619,1731,1,1517.21,-4965.98,11.4182,-0.837757,0,0,-0.406736,0.913546,300,255,1), - (121620,1731,1,618.11,-3663.26,43.0938,-2.30383,0,0,-0.913544,0.406739,300,255,1), - (121621,1731,1,-686.463,-243.221,-4.68434,-1.72787,0,0,-0.760404,0.64945,300,255,1), - (121687,324,1,-7042.06,-2310.79,-261,0,0,0,0,1,300,255,1), - (121692,1731,1,3209.08,104.121,25.2081,2.19912,0,0,0.891006,0.453991,300,255,1), - (121698,1735,1,1843.65,-2022.99,122.451,2.09439,0,0,0.866025,0.500001,300,255,1), - (121699,300058,0,-8748.48,1073.61,90.4898,5.03789,0,0,0.583186,-0.812338,25,100,1), - (121700,300058,0,-4663,-955.663,500.377,0.722862,0,0,0.353613,0.935392,25,100,1), - (121701,300058,1,10150.1,2602,1330.83,4.80894,0,0,0.672159,-0.740407,25,100,1), - (121702,300058,1,1982.9,-4255.62,31.6692,3.31984,0,0,0.996031,-0.0890062,25,100,1), - (121703,300058,0,1642.01,239.002,62.5918,3.02316,0,0,0.998247,0.0591816,25,100,1), - (121704,300058,1,-1031.45,-230.867,160.14,3.28358,0,0,0.997481,-0.0709363,25,100,1), - (121705,300058,1,7585.47,-2205.31,475.281,4.91744,0,0,0.631024,-0.775763,25,100,1), - (121706,300058,1,7570.31,-2220.8,473.445,0.357419,0,0,0.17776,0.984074,25,100,1), - (121707,300058,1,7610.97,-2228.92,468.71,2.96651,0,0,0.996171,0.0874282,25,100,1), - (121708,300058,1,7595.67,-2246.32,466.965,1.30382,0,0,0.606707,0.794925,25,100,1), - (121709,300058,1,7575.26,-2238.68,469.858,1.03679,0,0,0.495486,0.868616,25,100,1), - (121710,300058,1,7603.94,-2211.17,471.606,3.78647,0,0,0.948466,-0.316878,25,100,1), - (121915,1685,1,1523.78,-4368.24,18.2141,2.55201,0,0,0,1,25,255,1), - (121916,1684,1,1524.93,-4371.18,17.9437,2.60698,0,0,0.725374,0.688355,25,255,1), - (121921,3743,1,-1278.97,-3008.1,72.0716,0.86185,0,0,0.417711,0.90858,-30,100,1), - (121922,3743,1,-1275.4,-3006.46,72.5618,1.29382,0,0,0.602723,0.79795,-30,100,1), - (121923,3743,1,-1279.63,-3014.32,71.7535,0.539832,0,0,0.26665,0.963793,-30,100,1), - (121924,3743,1,-1277.91,-3016.5,72.699,0.889334,0,0,0.430157,0.902754,-30,100,1), - (121925,3743,1,-1274.86,-3016.2,72.6146,1.63939,0,0,0.730938,0.682444,-30,100,1), - (151750,180719,1,-8089.22,-5275.14,1.23688,1.75167,0,0,0.768079,0.640355,300,0,1), - (151751,180742,0,-6606.33,-1860.82,244.459,6.27864,0,0,0.00227228,-0.999997,300,0,1), - (151752,180742,0,-6606.36,-1857.85,244.382,6.2433,0,0,0.0199423,-0.999801,300,0,1), - (151753,180742,0,-6609.29,-1854.76,244.234,1.58196,0,0,0.711042,0.703149,300,0,1), - (151754,180742,0,-6606.33,-1854.91,244.308,1.55211,0,0,0.700471,0.713681,300,0,1), - (151755,180742,0,-6612.22,-1854.84,244.179,3.15825,0,0,0.999965,-0.00832624,300,0,1), - (151756,180742,0,-6612.16,-1857.78,244.212,3.15432,0,0,0.99998,-0.00636482,300,0,1), - (151757,180742,0,-6612.09,-1860.72,244.247,4.69763,0,0,0.712307,-0.701868,300,0,1), - (151758,180742,0,-6609.11,-1860.79,244.347,4.73297,0,0,0.699791,-0.714347,300,0,1), - (151761,180747,0,-4919.58,-980.674,501.46,2.15958,0,0,0,0,300,0,1), - (151762,180747,1,1626.71,-4414.16,15.8292,2.2784,0,0,0,0,300,0,1), - (151763,180748,1,1625.77,-4413.86,16.0883,4.80049,0,0,0,0,300,0,1), - (151764,180748,0,-4921.04,-981.624,501.464,1.81635,0,0,0,0,300,0,1), - (151765,180793,0,-4916.73,-982.109,501.884,1.72839,0,0,0,0,300,0,1), - (151766,180793,1,1625.46,-4415.83,15.4469,2.11818,0,0,0,0,300,0,1), - (151767,180743,0,-4915.83,-981.304,501.759,1.99149,0,0,0,0,300,0,1), - (151768,180743,1,1623.6,-4415.36,15.1169,0.75159,0,0,0,0,300,0,1), - (151769,180746,0,-4915.18,-978.104,501.451,5.56505,0,0,0,0,300,0,1), - (151770,180746,1,1624.53,-4414.58,15.9044,1.30844,0,0,0,0,300,0,1), - (230922,144131,1,16219.5,16272.8,12.9696,1.46398,0,0,0,0,900,100,1), - (230923,142189,1,-10119.7,-4052.46,5.33005,-0.366519,0,0,0.182236,-0.983255,900,100,1), - (230924,1770,0,263.437,-268,145.032,3.107,0,0,0,0,120,100,1), - (232212,176951,409,601.672,-1174.61,-196.072,3.14159,0,0,1,0,604800,255,0), - (232213,176952,409,748.839,-985.16,-178.283,3.14159,0,0,1,0,604800,255,0), - (232214,176956,409,1132.11,-1017.27,-186.494,3.14159,0,0,1,0,604800,255,0), - (232215,176954,409,795.536,-974.253,-207.788,3.14159,0,0,1,0,604800,255,0), - (232216,176953,409,583.7,-806.738,-204.961,3.14159,0,0,1,0,604800,255,0), - (232217,176955,409,694.229,-495.598,-214.329,3.14159,0,0,1,0,604800,255,0), - (232218,176957,409,897.058,-551.546,-203.953,3.14159,0,0,1,0,604800,255,0), - (232219,178194,409,765.562,-995.398,-197.221,2.19912,0,0,0,1,604800,255,1), - (232220,178192,409,1132.11,-1017.27,-186.494,3.14159,0,0,0,1,604800,255,1), - (232221,178190,409,795.536,-974.253,-207.788,3.14159,0,0,0,1,604800,255,1), - (232222,178189,409,583.7,-806.738,-204.961,3.14159,0,0,0,1,604800,255,1), - (232223,178107,409,838.951,-830.383,-230.206,0.837757,0,0,0,1,604800,255,1), - (232224,178187,409,601.672,-1174.61,-196.072,3.14159,0,0,0,1,604800,255,1), - (232225,178164,409,736.653,-1176.32,-118.097,-0.680679,0,0,0,1,604800,255,1), - (232226,178108,409,839.279,-831.058,-230.202,-1.37881,0,0,0,1,604800,255,1), - (232227,178188,409,748.839,-985.16,-178.283,3.14159,0,0,-1,0,604800,255,1), - (232304,152097,129,2577,947.659,53.105,5.501,0,0,0,0,-100,100,1), - (232831,148838,109,-497.789,95.1423,-189.73,0.306738,0,0,0,0,-43200,0,1), - (250001,19543,1,1069,247.825,19.5764,-1.90241,0,0,0.814116,-0.580703,120,100,1), - (250002,19543,1,1139.26,-545.701,7.48719,3.00197,0,0,0.997564,0.069757,120,100,1), - (250003,19543,1,1597.57,767.384,132.161,1.6057,0,0,0.71934,0.694658,120,100,1), - (250004,19543,1,1425.79,-197.039,20.3348,0.349066,0,0,0.173648,0.984808,120,100,1), - (250005,19543,1,1297.68,313.875,25.4999,-2.16421,0,0,0.882948,-0.469472,120,100,1), - (250006,19543,1,1402.17,853.09,146.997,1.79769,0,0,0.782608,0.622515,120,100,1), - (250007,19543,1,862.677,209.647,27.7091,1.76278,0,0,0.771625,0.636078,120,100,1), - (250008,19543,1,1524.46,604.206,145.681,-2.47837,0,0,0.945519,-0.325568,120,100,1), - (250009,19543,1,1503.16,1011.93,142.6,-0.942478,0,0,0.453991,-0.891006,120,100,1), - (250010,19543,1,989.752,166.383,22.7116,-0.383972,0,0,0.190809,-0.981627,120,100,1), - (250011,19543,1,1525.06,-389.071,32.0918,1.90241,0,0,0.814116,0.580703,120,100,1), - (250012,19543,1,1498.51,-566.273,61.4355,-0.139626,0,0,0.069756,-0.997564,120,100,1), - (250013,19543,1,543.946,595.887,74.1724,-0.296706,0,0,0.147809,-0.989016,120,100,1), - (250014,19543,1,524.556,580.345,90.9927,0.034907,0,0,0.017452,0.999848,120,100,1), - (250015,19543,1,456.917,677.47,78.431,-2.94961,0,0,0.995396,-0.095846,120,100,1), - (250016,19543,1,544.568,667.32,78.8672,1.18682,0,0,0.559193,0.829038,120,100,1), - (250017,19543,1,962.659,85.6017,20.7847,-0.034907,0,0,0.017452,-0.999848,120,100,1), - (250020,180399,0,-8402.93,576.101,92.1175,-0.95993,0,0,-0.461748,0.887011,900,100,1), - (250021,180399,0,-8847.33,594.026,94.0901,-0.698132,0,0,-0.34202,0.939693,900,100,1), - (250022,180399,0,-8843.05,654.157,97.8323,-2.53072,0,0,-0.953716,0.300709,900,100,1), - (250023,180399,0,-8387.06,288.189,121.413,-2.47837,0,0,-0.945519,0.325567,900,100,1), - (250024,180399,0,-8869.83,543.576,106.861,-1.6057,0,0,-0.719339,0.694659,900,100,1), - (250025,180395,1,1933.51,-4709.62,36.9714,1.62316,0,0,0.725376,0.688353,180,100,1), - (250026,180395,1,1749.5,-3963.36,49.7743,-2.87979,0,0,-0.991445,0.130528,180,100,1), - (250027,180395,1,1663.59,-4343.19,61.4731,0.750491,0,0,0.366501,0.930418,180,100,1), - (250028,180395,1,-1091.78,-20.9857,140.129,0.296705,0,0,0.147809,0.989016,900,100,1), - (250029,180395,1,-1249.68,52.2836,127.186,1.90241,0,0,0.814116,0.580702,900,100,1), - (250030,180395,1,-1379.01,-58.6698,158.927,-2.87979,0,0,-0.991445,0.130528,900,100,1), - (250031,180395,1,-1273.59,134.621,132.174,-2.32129,0,0,-0.91706,0.398748,900,100,1), - (250032,180395,1,1657.46,-4385.4,23.8067,-1.01229,0,0,-0.484809,0.87462,180,100,1), - (250035,180399,1,9984.69,2342.52,1331.81,0,0,0,0,1,180,100,1), - (250036,180399,1,9965.23,2179.72,1329.41,0.541051,0,0,0.267238,0.963631,180,100,1), - (250039,180399,1,9720.44,2545,1336.91,2.14675,0,0,0.878816,0.477161,180,100,1), - (250045,180399,0,-4918.03,-843.841,502.425,-2.40855,0,0,-0.93358,0.35837,180,100,1), - (250046,180399,0,-5036.72,-920.928,502.333,0,0,0,0,1,180,100,1), - (250047,180399,1,9963.42,2490.15,1317.3,0,0,0,0,1,180,100,1), - (250048,180399,1,9915.71,2342.09,1330.79,6.0805,0,0,0.101169,-0.994869,180,100,1), - (250051,180399,0,-4832.72,-1171.25,503.501,-1.8326,0,0,-0.793355,0.60876,180,100,1), - (250054,180399,0,-4675.23,-985.175,503.026,-1.79769,0,0,-0.782608,0.622514,180,100,1), - (250055,180399,0,-5034.64,-1263.19,506.717,-2.426,0,0,-0.936671,0.350211,180,100,1), - (250057,180395,1,1915.36,-4309.06,24.5465,5.93366,0,0,0.173874,-0.984768,180,100,1), - (250058,180395,1,-1034.77,-227.402,160.276,3.06603,0,0,0.999286,0.0377723,180,100,1), - (250059,180395,0,1263.18,353.21,-63.7039,-0.767944,0,0,-0.374606,0.927184,180,100,1), - (250060,180395,0,1781.56,235.419,-62.1757,3.08603,0,0,0.999614,0.0277778,180,100,1), - (250061,180395,0,1599.34,316.437,-41.4244,3.957,0,0,0.918034,-0.396502,600,0,1), - (250062,180395,0,1522.02,244.067,-41.3897,5.35501,0,0,0.447607,-0.89423,600,0,1), - (250063,180395,0,1593.47,164.941,-41.4244,1.83248,0,0,0.793318,0.608807,600,0,1), - (250064,180400,0,-5035.72,-922.074,502.826,2.98451,0,0,0.996917,0.0784606,180,100,1), - (250065,180400,0,-4919.79,-844.952,503.127,0.663225,0,0,0.325568,0.945519,180,100,1), - (250066,180400,0,-4832.72,-1171.25,503.501,-1.8326,0,0,-0.793355,0.60876,180,100,1), - (250067,180400,0,-4675.23,-985.175,503.026,-1.79769,0,0,-0.782608,0.622514,180,100,1), - (250068,180400,0,-8870.22,544.18,107.381,1.88496,0,0,0.809018,0.587783,180,100,1), - (250069,180400,0,-8847.87,594.554,94.5125,-0.715585,0,0,-0.350207,0.936672,180,100,1), - (250070,180400,0,-8843.32,654.261,98.6822,0.645772,0,0,0.317305,0.948324,180,100,1), - (250071,180394,1,1657.46,-4385.4,23.8067,-1.01229,0,0,-0.484809,0.87462,180,100,1), - (250072,180394,1,1663.59,-4343.19,61.4731,0.750491,0,0,0.366501,0.930418,180,100,1), - (250073,180394,1,-1034.77,-227.402,160.276,3.06603,0,0,0.999286,0.0377723,180,100,1), - (250074,180394,1,-1273.59,134.621,132.174,-2.32129,0,0,-0.91706,0.398748,900,100,1), - (250075,180400,1,9915.71,2342.09,1330.79,6.0805,0,0,0.101169,-0.994869,180,100,1), - (250076,180397,0,-8403.31,576.532,91.5694,-0.95993,0,0,-0.461748,0.887011,900,100,1), - (250077,180397,0,-8386.61,288.546,120.886,-2.47837,0,0,-0.945519,0.325567,900,100,1), - (250078,180397,0,-5036.14,-921.804,501.659,-0.122173,0,0,-0.0610485,0.998135,180,100,1), - (250079,180397,0,-4919.31,-844.615,501.661,-0.855212,0,0,-0.414694,0.909961,180,100,1), - (250080,180397,0,-4832.88,-1171.66,502.195,1.309,0,0,0.608763,0.793352,180,100,1), - (250081,180397,0,-4675.27,-985.681,501.659,1.36136,0,0,0.629322,0.777145,180,100,1), - (250082,180397,0,-8870.4,544.658,106.284,-1.22173,0,0,-0.573576,0.819152,180,100,1), - (250083,180397,0,-8847.53,594.128,93.4274,2.42601,0,0,0.936673,0.350206,180,100,1), - (250084,180397,0,-8842.86,654.543,97.2775,-2.47837,0,0,-0.945519,0.325567,180,100,1), - (250085,180397,0,-5035.03,-1263.47,505.3,0.698132,0,0,0.34202,0.939693,180,100,1), - (250086,180397,1,9965.64,2179.93,1328.07,-2.54818,0,0,-0.956305,0.292372,180,100,1), - (250087,180397,1,9985.21,2342.41,1330.79,0,0,0,0,1,180,100,1), - (250088,180397,1,9720.18,2545.46,1335.68,-0.977383,0,0,-0.469471,0.882948,180,100,1), - (250089,180397,1,9963.93,2490.04,1316.05,0,0,0,0,1,180,100,1), - (250090,180397,1,9915.12,2342.19,1330.79,6.0805,0,0,0.101169,-0.994869,180,100,1), - (250091,180400,0,-8387.07,288.096,120.886,-2.46091,0,0,-0.942641,0.333809,180,100,1), - (250092,180400,0,-5034.64,-1263.19,506.717,-2.426,0,0,-0.936671,0.350211,180,100,1), - (250093,180400,0,-8402.93,576.101,92.1175,-0.95993,0,0,-0.461748,0.887011,900,100,1), - (250094,180400,1,9965.23,2179.72,1329.41,0.541051,0,0,0.267238,0.963631,180,100,1), - (250095,180400,1,9720.44,2545,1336.91,2.14675,0,0,0.878816,0.477161,180,100,1), - (250096,180400,1,9963.42,2490.15,1317.3,0,0,0,0,1,180,100,1), - (250097,180400,1,9984.69,2342.52,1331.81,0,0,0,0,1,180,100,1), - (250098,180394,1,1933.51,-4709.62,36.9714,1.62316,0,0,0.725376,0.688353,180,100,1), - (250099,180394,1,1749.5,-3963.36,49.7743,-2.87979,0,0,-0.991445,0.130528,180,100,1), - (250100,180394,1,1915.36,-4309.06,24.5465,5.93366,0,0,0.173874,-0.984768,180,100,1), - (250101,180394,1,-1091.78,-20.9857,140.129,0.296705,0,0,0.147809,0.989016,900,100,1), - (250102,180394,1,-1249.68,52.2836,127.186,1.90241,0,0,0.814116,0.580702,900,100,1), - (250103,180394,1,-1379.01,-58.6698,158.927,-2.87979,0,0,-0.991445,0.130528,900,100,1), - (250104,180394,0,1263.18,353.21,-63.7039,-0.767944,0,0,-0.374606,0.927184,180,100,1), - (250105,180394,0,1781.56,235.419,-62.1757,3.08603,0,0,0.999614,0.0277778,180,100,1), - (250106,180394,0,1599.34,316.437,-41.4244,3.957,0,0,0.918034,-0.396502,600,0,1), - (250107,180394,0,1522.02,244.067,-41.3897,5.35501,0,0,0.447607,-0.89423,600,0,1), - (250108,180394,0,1593.47,164.941,-41.4244,1.83248,0,0,0.793318,0.608807,600,0,1), - (250109,177219,429,385.327,374.232,-1.34314,0,0,0,0.707107,0.707107,0,100,1), - (120618,180665,0,-8340.24,413.397,124.49,2.89435,0,0,0.992368,0.123309,0,100,1), - (502114,1620,0,-9161,-3293,101.921,1.082,0,0,0.514993,0.857194,300,100,1), - (502978,1622,0,-10431,395.8,45.217,0.266,0,0,0.132608,0.991169,300,100,1), - (507848,2043,0,-6775,-2449,274.671,0.006,0,0,0.003,0.999996,300,100,1), - (507875,2043,0,-10363,-4019,22.62,1.387,0,0,0.639233,0.769013,300,100,1), - (507999,2043,0,-13154,-228,3.815,0.548,0,0,0.270584,0.962696,300,100,1), - (508382,2045,1,-1294,-3688,103.042,5.166,0,0,0.529993,-0.848002,300,100,1), - (509659,1617,0,-5353.64,494.603,385.315,-1.97222,0,0,-0.833885,0.551938,300,100,1), - (511874,1624,189,1739.89,1377.57,17.521,-1.06465,0,0,-0.507538,0.861629,7200,100,1), - (511875,175966,329,3457.5,-3111.17,137.482,2.023,0,0,0.847629,0.53059,43200,100,1), - (511876,175966,329,3585.85,-3061.59,136.515,5.31,0,0,0.467617,-0.883931,43200,100,1), - (515866,142140,1,2999.1,-4059,106.321,6.268,0,0,0.00759252,-0.999971,300,100,1), - (516510,142145,1,-1886,1720.37,62.685,4.712,0,0,0.707244,-0.706969,300,100,1), - (516541,142145,1,-1606,1938.08,62.149,1.017,0,0,0.486868,0.873476,300,100,1), - (519713,176586,1,6304.67,-2419.02,558.127,2.433,0,0,0.937891,0.34693,300,100,1), - (520030,176587,0,1220.08,-2589,87.557,1.886,0,0,0.809324,0.587363,300,100,1), - (527558,180662,0,-1376.06,-1012.95,0,0.122173,0,0,0.0610485,0.998135,3600,100,1), - (532657,1731,1,5906.93,616.413,1.08114,-1.58825,0,0,-0.71325,0.70091,300,100,1), - (532822,2866,0,-6598.16,-1173.59,272.773,-2.18166,0,0,-0.88701,0.461749,300,100,1), - (532824,178964,349,650.99,74.458,-86.8651,1.45735,0,0,0.665882,0.746057,-3600,100,1), - (532825,178965,349,652.263,74.0125,-85.3354,6.10288,0,0,0.0900299,-0.995939,3600,100,1), - (572611,165658,0,-8079,-1826,137.574,1.488,0,0,0.677236,0.735766,300,255,1), - (573246,2047,0,-7873,-1506,142.387,4.268,0,0,0.845549,-0.533898,300,255,1), - (573671,1732,1,-1082,2855.4,155.571,1.553,0,0,0.700787,0.713371,300,255,1), - (573672,175928,1,-4961,-1995,-49,3.142,0,0,1,-0.000203653,600,100,1), - (573673,175928,1,-4963,-1912,-49,3.142,0,0,1,-0.000203653,600,100,1), - (573674,175928,1,-4962,-1901,-47,4.762,0,0,0.689351,-0.724428,600,100,1), - (573675,175928,1,-4966,-1954,-48,3.142,0,0,1,-0.000203653,600,100,1), - (573676,175928,1,-4948,-1899,-49,3.142,0,0,1,-0.000203653,600,100,1), - (573677,175928,1,-5038,-2019,-48,3.142,0,0,1,-0.000203653,600,100,1), - (573678,175928,1,-5006,-2038,-49,0.666,0,0,0.32688,0.945066,600,100,1), - (573679,175928,1,-4977,-2026,-49,3.142,0,0,1,-0.000203653,600,100,1), - (573680,175928,1,-5100,-2066,-47,3.142,0,0,1,-0.000203653,600,100,1), - (573681,175928,1,-5029.36,-2045.23,-51.6448,1.91986,0,0,0.819151,0.573577,600,100,1), - (573682,175928,1,-5028.41,-2000.75,-53.1136,-0.90757,0,0,-0.438371,0.898794,600,100,1), - (573683,179512,429,558.652,550.057,-25.4008,0,0,0,-0.771625,0.636078,-7200,255,1), - (590001,300016,0,-24.033,-2472.91,122.34,0,0,0,0,0,180,0,1), - (632438,181305,0,-33.643,-558.612,151.116,3.67656,0,0,0.964439,-0.264307,25,100,1), - (632439,176907,429,131.286,-278.89,-56.5211,3.14159,0,0,-1,0,180,255,1), - (632440,180055,43,-97.6,173.8,-79,2.08,0,0,0,0,600,100,1), - (632441,180826,1,1579.35,-4109.25,34.5417,-2.53073,0,0,0.953717,-0.300706,180,100,1), - (632442,180832,1,1619.83,-4092.43,34.5107,-2.58309,0,0,0.961262,-0.275637,10,100,1), - (632443,180838,1,1683.11,-4134.35,39.5419,-2.56563,0,0,0.95882,-0.284015,10,100,1), - (632444,180818,1,1637.11,-4147.21,36.0414,-2.54818,0,0,0.956305,-0.292372,180,100,1), - (632445,180812,1,1590.82,-4155.33,36.2926,-2.58309,0,0,0.961262,-0.275637,180,100,1), - (632446,19878,1,-6232.08,-3855.08,-58.75,4.04244,0,0,0.900263,-0.435347,-10,255,1), - (632448,20920,47,2082.74,1671.82,61.2396,3.66079,0,0,0.966493,-0.256693,-43200,100,1), - (632449,20920,47,2159.43,1687.49,57.5433,3.66079,0,0,0.966493,-0.256693,-43200,100,1), - (632450,20920,47,2080.89,1703.36,56.6447,0.553757,0,0,0.273354,0.961913,-43200,100,1), - (632451,20920,47,2055.28,1767.7,58.4559,2.98378,0,0,0.996889,0.0788245,-43200,100,1), - (632452,20920,47,2196.64,1827.96,61.4706,2.11277,0,0,0.870583,0.492022,-43200,100,1), - (632453,20920,47,2030.32,1867.61,56.2866,5.6777,0,0,0.298139,-0.954522,-43200,100,1), - (632454,20920,47,2091.33,1861.73,51.0341,1.25355,0,0,0.586536,0.809923,-43200,100,1), - (632455,20920,47,2200.15,1897.64,71.3191,2.6492,0,0,0.969846,0.243717,-43200,100,1), - (632456,20920,47,2075.75,1742.04,76.7184,1.33994,0,0,0.620962,0.78384,-43200,100,1), - (632457,20920,47,2126,1661.15,82.4824,0.0220437,0,0,0.0110216,0.999939,-43200,100,1), - (632458,20920,47,2207.92,1596.91,80.7375,3.60582,0,0,0.973182,-0.230035,-43200,100,1), - (632459,20920,47,2156.98,1542.26,72.849,2.43086,0,0,0.937519,0.347934,-43200,100,1), - (632460,20920,47,2179.95,1514.06,69.0709,0.778385,0,0,0.379441,0.925216,-43200,100,1), - (632461,20920,47,2000.85,1533.93,80.3971,4.919,0,0,0.630419,-0.776255,-43200,100,1), - (632462,20920,47,1991.49,1608.53,81.1601,1.1004,0,0,0.522858,0.85242,-43200,100,1), - (632463,300011,47,2072.84,1582.57,82.14,0,0,0,0,0,180,0,1), - (900001,164886,1,3723.64,-1402.23,200.395,5.30595,0,0,0.469405,-0.882983,3595,100,1), - (900002,171939,1,3856.6,-1014.86,241.341,5.6366,0,0,0.31769,-0.948195,3595,100,1), - (900003,171942,1,4191.83,-1147.7,315.197,2.72276,0,0,0.978153,0.207887,3595,100,1), - (900004,174594,1,4959.46,-681.357,294.914,4.67448,0,0,0.720383,-0.693577,3595,100,1), - (900005,174595,1,6900,-2033.33,583.696,1.81514,0,0,0.788011,0.615662,3595,100,1), - (900006,174596,1,6733.31,-1566.68,477.04,-2.82743,0,0,0.987688,-0.156434,3595,100,1), - (900007,174597,1,6297.82,-1972.49,562.09,5.38682,0,0,0.433329,-0.901236,3595,100,1), - (900008,174598,1,6599.99,-1266.66,448.401,1.98968,0,0,0.838671,0.544639,3595,100,1), - (900009,174712,1,6724.35,-1578.87,475.274,2.44158,0,0,0.93937,0.342906,3595,100,1), - (900010,174713,1,6868.36,-2025.77,577.324,2.49261,0,0,0.947813,0.318828,3595,100,1), - (900011,164882,1,3723.64,-1402.23,200.395,5.30595,0,0,0.469405,-0.882983,-3595,100,1), - (900012,171940,1,3856.6,-1014.86,241.341,5.6366,0,0,0.31769,-0.948195,-3595,100,1), - (900013,171943,1,4191.83,-1147.7,315.197,2.72276,0,0,0.978153,0.207887,-3595,100,1), - (900014,174610,1,4959.46,-681.357,294.914,4.67448,0,0,0.720383,-0.693577,-3595,100,1), - (900015,174612,1,6900,-2033.33,583.696,1.81514,0,0,0.788011,0.615662,-3595,100,1), - (900016,174613,1,6733.31,-1566.68,477.04,-2.82743,0,0,0.987688,-0.156434,-3595,100,1), - (900017,174614,1,6297.82,-1972.49,562.09,5.38682,0,0,0.433329,-0.901236,-3595,100,1), - (900018,174615,1,6599.99,-1266.66,448.401,1.98968,0,0,0.838671,0.544639,-3595,100,1), - (900019,174714,1,6724.35,-1578.87,475.274,2.44158,0,0,0.93937,0.342906,-3595,100,1), - (900020,174715,1,6868.36,-2025.77,577.324,2.49261,0,0,0.947813,0.318828,-3595,100,1), - (900021,164887,1,4066.66,-1233.34,282.075,-1.15192,0,0,-0.54464,0.83867,3595,100,1), - (900022,173327,1,5533.32,-933,376.883,1.222,0,0,0.573687,0.819075,3595,100,1), - (900023,174599,1,6233.34,-1533.33,441.796,0,0,0,0,1,3595,100,1), - (900024,174600,1,6271.71,-605.54,469.165,2.69449,0,0,0.975116,0.221694,3595,100,1), - (900025,174601,1,6422.47,-957.439,423.074,4.52048,0,0,0.7716,-0.636108,3595,100,1), - (900026,174602,1,4774.45,-484.409,330.46,2.52721,0,0,0.953187,0.302383,3595,100,1), - (900027,174603,1,5259.69,-351.762,322.032,4.56296,0,0,0.757916,-0.652352,3595,100,1), - (900028,174604,1,5539.47,-932.794,378.093,0.13724,0,0,0.0685662,0.997647,3595,100,1), - (900029,174708,1,6268.1,-1520.2,442.386,0.748996,0,0,0.365805,0.930691,3595,100,1), - (900030,174709,1,6366.73,-1666.05,480.158,1.08907,0,0,0.51802,0.855368,3595,100,1), - (900031,164884,1,4066.66,-1233.34,282.075,-1.15192,0,0,-0.54464,0.83867,-3595,100,1), - (900032,174711,1,5533.32,-933,376.883,1.222,0,0,0.573687,0.819075,-3595,100,1), - (900033,173326,1,6233.34,-1533.33,441.796,0,0,0,0,1,-3595,100,1), - (900034,174619,1,6271.71,-605.54,469.165,2.69449,0,0,0.975116,0.221694,-3595,100,1), - (900035,174620,1,6422.47,-957.439,423.074,4.52048,0,0,0.7716,-0.636108,-3595,100,1), - (900036,174616,1,4774.45,-484.409,330.46,2.52721,0,0,0.953187,0.302383,-3595,100,1), - (900037,174617,1,5259.69,-351.762,322.032,4.56296,0,0,0.757916,-0.652352,-3595,100,1), - (900038,174618,1,5539.47,-932.794,378.093,0.13724,0,0,0.0685662,0.997647,-3595,100,1), - (900039,174621,1,6268.1,-1520.2,442.386,0.748996,0,0,0.365805,0.930691,-3595,100,1), - (900040,174710,1,6366.73,-1666.05,480.158,1.08907,0,0,0.51802,0.855368,-3595,100,1), - (900041,173324,1,3780.32,-1176,220.555,0.167,0,0,0.083403,0.996516,3595,100,1), - (900042,164885,1,3831.22,-1374,207.119,0.85,0,0,0.412321,0.911039,3595,100,1), - (900043,174684,1,4867.17,-384,350.56,2.762,0,0,0.982043,0.188659,3595,100,1), - (900044,174608,1,6595.34,-827.373,474.05,3.28765,0,0,0.997335,-0.0729638,3595,100,1), - (900045,174609,1,3780.32,-1176,220.555,0.167,0,0,0.083403,0.996516,-3595,100,1), - (900046,164881,1,3831.22,-1374,207.119,0.85,0,0,0.412321,0.911039,-3595,100,1), - (900047,173325,1,4867.17,-384,350.56,2.762,0,0,0.982043,0.188659,-3595,100,1), - (900048,174685,1,6595.34,-827.373,474.05,3.28765,0,0,0.997335,-0.0729638,-3595,100,1), - (900049,164888,1,6305.33,-957,417.3,2.499,0,0,0.948827,0.315797,3595,100,1), - (900050,173284,1,6433.25,-1267,383.206,2.234,0,0,0.898789,0.438381,3595,100,1), - (900051,174605,1,6666.67,-1200,471.328,2.164,0,0,0.882899,0.469563,3595,100,1), - (900052,174606,1,6353.12,-690.658,477.432,0.730612,0,0,0.357235,0.934014,3595,100,1), - (900053,174607,1,6434.15,-1268.32,383.379,3.20225,0,0,0.99954,-0.030324,3595,100,1), - (900054,174686,1,6669.76,-1209.39,469.181,3.43473,0,0,0.989278,-0.146044,3595,100,1), - (900055,164883,1,6305.33,-957,417.3,2.499,0,0,0.948827,0.315797,-3595,100,1), - (900056,174622,1,6433.25,-1267,383.206,2.234,0,0,0.898789,0.438381,-3595,100,1), - (900057,174623,1,6666.67,-1200,471.328,2.164,0,0,0.882899,0.469563,-3595,100,1), - (900058,174624,1,6353.12,-690.658,477.432,0.730612,0,0,0.357235,0.934014,-3595,100,1), - (900059,174625,1,6434.15,-1268.32,383.379,3.20225,0,0,0.99954,-0.030324,-3595,100,1), - (900060,174687,1,6669.76,-1209.39,469.181,3.43473,0,0,0.989278,-0.146044,-3595,100,1), - (127,177414,1,5514.49,-4917.57,850.538,2.3911,0,0,0.930417,0.366502,-900,100,1), - (128,177415,1,5510.28,-4929.31,845.214,1.62064,0,0,0.724507,0.689267,-600,255,1), - (129,177415,1,5520.35,-4925.22,843.644,2.13507,0,0,0.876015,0.482283,-600,255,1), - (130,177415,1,5526.7,-4916.41,843.452,3.01865,0,0,0.998111,0.0614331,-600,255,1), - (150,177415,1,5501.69,-4920.04,848.791,0.155868,0,0,0.0778553,0.996965,-600,255,1), - (151,177415,1,5505.09,-4909.36,848.961,5.63402,0,0,0.318914,-0.947784,-600,255,1), - (153,177415,1,5515.71,-4905.82,846.322,4.62478,0,0,0.737392,-0.675466,-600,255,1), - (158,177416,1,5514.49,-4917.57,845.538,2.3911,0,0,0.930417,0.366502,-900,100,1), - (41958,180796,1,-7166.08,-3918.11,9.39414,0.994837,0,0,0,0,180,100,1), - (41959,180797,1,-7166.08,-3918.05,9.39524,-2.00713,0,0,0,0,180,100,1), - (41960,178746,1,-7162.93,-3911.53,9.63193,0.383971,0,0,0,0,180,100,1), - (41961,178667,1,-7184.51,-3918.14,24.4141,0.942477,0,0,0,0,180,100,1), - (41962,178434,1,-7164.25,-3916.59,14.8622,0.349065,0,0,0,0,180,100,1), - (41963,178435,1,-7163.8,-3918.61,14.5926,0.139624,0,0,0,0,180,100,1), - (41964,180798,1,-7165.23,-3915.61,9.42218,-0.174532,0,0,0,0,180,100,1), - (41965,180799,1,-7166.09,-3915.61,9.44391,1.37881,0,0,0,0,180,100,1), - (41966,178432,1,-7182.56,-3916.65,24.494,3.594,0,0,0,0,180,100,1), - (41967,178432,1,-7183.23,-3918.79,23.988,1.956,0,0,0.829382,0.558682,180,100,1), - (41968,178432,1,-7185.44,-3918.36,24.284,1.761,0,0,0.771057,0.636766,180,100,1), - (41969,178431,1,-7185.26,-3917.59,24.024,5.691,0,0,0,0,180,100,1), - (41970,178431,1,-7184.08,-3919.38,23.48,1.914,0,0,0,0,180,100,1), - (41971,178428,1,-7184.92,-3918.98,23.885,1.709,0,0,0,0,180,100,1), - (41972,178428,1,-7182.86,-3917.96,24.048,3.296,0,0,0,0,180,100,1), - (41973,178430,1,-7185.62,-3919.05,23.729,1.918,0,0,0,0,180,100,1), - (1344,165554,230,802.907,-356.401,-48.9423,-0.785397,0,0,-0.382683,0.92388,120,255,1), - (160006,164820,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,100,1), - (160007,164821,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,100,1), - (160008,164822,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,100,1), - (160009,164823,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,100,1), - (160010,164824,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,100,1), - (160011,164818,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,100,1), - (160012,161456,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,100,1), - (160013,161457,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,100,1), - (160014,161458,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,100,1), - (160015,161459,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,100,1), - (268,175785,229,-12.2736,-446.629,-18.6443,0,0,0,0.91706,0.39875,0,0,1), - (269,175785,229,-18.376,-299.271,31.6183,0,0,0,0.999657,0.0262017,0,0,1), - (270,175785,229,-16.1217,-492.558,90.6585,0,0,0,0.366501,0.930418,0,0,1), - (120441,176295,329,3458.88,-3106.35,137.889,3.14159,0,0,1,0,-30,100,1), - (30237,179548,429,512.784,588.036,-25.4023,3.28124,0,0,-0.997563,0.0697661,7200,0,1), - (30238,179548,429,288.206,341.155,2.85296,5.49779,0,0,-0.382683,0.92388,7200,0,1), - (30239,179548,429,-144.464,742.017,-24.5804,3.85718,0,0,-0.936671,0.35021,7200,0,1), - (30240,179548,429,-86.3983,569.308,28.6079,1.78023,0,0,0.777145,0.629321,7200,0,1), - (30241,179548,429,285.164,-431.063,-119.962,4.69494,0,0,-0.71325,0.70091,7200,0,1), - (30242,179548,429,-10.1152,-353.771,-54.0434,3.78737,0,0,-0.948323,0.317306,7200,0,1), - (30243,179548,429,118.018,-261.472,-4.14639,0.087266,0,0,0.0436192,0.999048,7200,0,1), - (30244,179548,429,4.49781,-437.567,16.4125,4.13643,0,0,-0.878817,0.47716,7200,0,1), - (87950,136966,229,229.028,-307.81,76.9668,2.72271,0,0,0.978148,0.207912,120,0,1), - (87973,136965,229,215.773,-341.663,76.8612,1.92859,0,0,0.821647,0.569997,120,0,1), - (66197,175571,229,-47.9095,-369.089,51.5425,1.37881,0,0,0.400546,-0.916277,-65,255,1), - (66201,175571,229,-27.8804,-385.891,48.5067,3.7001,0,0,0.400546,-0.916277,-65,255,1), - (66203,175571,229,-13.7275,-384.816,48.9746,3.68265,0,0,0.400546,-0.916277,-65,255,1), - (66204,175571,229,-12.3689,-376.475,49.335,5.044,0,0,0.835255,-0.549863,-65,255,1), - (66208,175571,229,-24.8824,-369.619,49.7059,3.4034,0,0,0.835255,-0.549863,-65,255,1), - (66209,175571,229,-34.5437,-370.233,50.3396,5.35816,0,0,0.835255,-0.549863,-65,255,1), - (66210,175584,229,-14.3415,-395.729,48.5381,2.86233,0,0,0.839392,0.543527,-7200,255,1), - (66211,175589,229,-14.3415,-395.729,48.5381,2.86233,0,0,0.839392,0.543527,30,255,1), - (1074,142102,0,-5603.59,-513.781,401.569,3.14159,0,0,1,0,900,100,1), - (23502,176249,329,3825.9,-3500.77,141.21,2.37745,0,0,0.927894,0.372845,120,255,1), - (23503,176249,329,4070.43,-3660.61,132.66,3.38217,0,0,0.927894,0.372845,120,255,1), - (573761,176308,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573762,176308,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573763,176308,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (573764,176308,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (573765,176308,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573766,176308,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573767,176308,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (573768,176308,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (573769,176308,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (573770,176308,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (573771,176308,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (573772,176308,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (573773,176308,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (573774,176308,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573775,176308,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (573776,176308,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (573777,176308,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (573778,176308,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (573779,176308,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573780,176308,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (573781,176308,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (573782,176308,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (573783,176308,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (573784,176308,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573785,176308,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (573786,176308,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (573787,176308,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (573788,176308,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573789,176308,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573790,176308,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (573791,176308,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (573792,176308,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573793,176308,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (573794,176308,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (573795,176308,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (573796,176308,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (573797,176308,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (573798,176308,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (573799,176308,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (573800,176308,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573801,176308,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (573802,176308,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (573803,176308,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (573804,176308,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (573805,176308,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573806,176308,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (573807,176308,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (573808,176308,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (573809,176308,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573810,176308,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573811,176308,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (573812,176308,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (573813,176308,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (573814,176308,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (573815,176308,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (573816,176308,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573817,176308,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (573818,176308,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (573819,176308,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (573820,176308,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (573821,175534,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573822,175534,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573823,175534,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (573824,175534,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (573825,175534,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573826,175534,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573827,175534,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (573828,175534,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (573829,175534,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (573830,175534,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (573831,175534,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (573832,175534,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (573833,175534,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (573834,175534,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573835,175534,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (573836,175534,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (573837,175534,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (573838,175534,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (573839,175534,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573840,175534,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (573841,175534,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (573842,175534,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (573843,175534,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (573844,175534,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573845,175534,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (573846,175534,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (573847,175534,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (573848,175534,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573849,175534,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573850,175534,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (573851,175534,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (573852,175534,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573853,175534,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (573854,175534,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (573855,175534,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (573856,175534,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (573857,175534,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (573858,175534,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (573859,175534,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (573860,175534,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573861,175534,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (573862,175534,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (573863,175534,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (573864,175534,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (573865,175534,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573866,175534,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (573867,175534,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (573868,175534,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (573869,175534,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573870,175534,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573871,175534,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (573872,175534,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (573873,175534,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (573874,175534,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (573875,175534,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (573876,175534,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573877,175534,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (573878,175534,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (573879,175534,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (573880,175534,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (573881,176304,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573882,176304,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573883,176304,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (573884,176304,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (573885,176304,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573886,176304,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573887,176304,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (573888,176304,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (573889,176304,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (573890,176304,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (573891,176304,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (573892,176304,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (573893,176304,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (573894,176304,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573895,176304,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (573896,176304,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (573897,176304,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (573898,176304,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (573899,176304,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573900,176304,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (573901,176304,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (573902,176304,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (573903,176304,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (573904,176304,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573905,176304,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (573906,176304,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (573907,176304,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (573908,176304,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573909,176304,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573910,176304,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (573911,176304,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (573912,176304,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573913,176304,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (573914,176304,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (573915,176304,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (573916,176304,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (573917,176304,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (573918,176304,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (573919,176304,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (573920,176304,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573921,176304,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (573922,176304,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (573923,176304,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (573924,176304,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (573925,176304,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573926,176304,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (573927,176304,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (573928,176304,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (573929,176304,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573930,176304,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573931,176304,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (573932,176304,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (573933,176304,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (573934,176304,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (573935,176304,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (573936,176304,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573937,176304,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (573938,176304,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (573939,176304,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (573940,176304,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (573941,175535,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573942,175535,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573943,175535,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (573944,175535,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (573945,175535,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573946,175535,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573947,175535,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (573948,175535,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (573949,175535,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (573950,175535,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (573951,175535,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (573952,175535,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (573953,175535,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (573954,175535,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573955,175535,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (573956,175535,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (573957,175535,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (573958,175535,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (573959,175535,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (573960,175535,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (573961,175535,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (573962,175535,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (573963,175535,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (573964,175535,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (573965,175535,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (573966,175535,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (573967,175535,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (573968,175535,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573969,175535,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (573970,175535,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (573971,175535,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (573972,175535,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573973,175535,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (573974,175535,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (573975,175535,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (573976,175535,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (573977,175535,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (573978,175535,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (573979,175535,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (573980,175535,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (573981,175535,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (573982,175535,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (573983,175535,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (573984,175535,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (573985,175535,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (573986,175535,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (573987,175535,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (573988,175535,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (573989,175535,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573990,175535,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (573991,175535,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (573992,175535,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (573993,175535,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (573994,175535,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (573995,175535,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (573996,175535,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (573997,175535,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (573998,175535,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (573999,175535,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (574000,175535,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (574001,176307,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (574002,176307,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574003,176307,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (574004,176307,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (574005,176307,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (574006,176307,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (574007,176307,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (574008,176307,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (574009,176307,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (574010,176307,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (574011,176307,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (574012,176307,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (574013,176307,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (574014,176307,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574015,176307,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (574016,176307,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (574017,176307,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (574018,176307,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (574019,176307,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (574020,176307,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (574021,176307,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (574022,176307,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (574023,176307,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (574024,176307,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (574025,176307,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (574026,176307,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (574027,176307,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (574028,176307,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (574029,176307,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (574030,176307,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (574031,176307,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (574032,176307,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (574033,176307,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (574034,176307,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (574035,176307,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (574036,176307,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (574037,176307,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (574038,176307,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (574039,176307,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (574040,176307,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574041,176307,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (574042,176307,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (574043,176307,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (574044,176307,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (574045,176307,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (574046,176307,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (574047,176307,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (574048,176307,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (574049,176307,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (574050,176307,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (574051,176307,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (574052,176307,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (574053,176307,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (574054,176307,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (574055,176307,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (574056,176307,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (574057,176307,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (574058,176307,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (574059,176307,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (574060,176307,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (574061,175536,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (574062,175536,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574063,175536,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (574064,175536,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (574065,175536,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (574066,175536,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (574067,175536,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (574068,175536,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (574069,175536,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (574070,175536,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (574071,175536,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (574072,175536,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (574073,175536,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (574074,175536,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574075,175536,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (574076,175536,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (574077,175536,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (574078,175536,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (574079,175536,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (574080,175536,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (574081,175536,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (574082,175536,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (574083,175536,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (574084,175536,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (574085,175536,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (574086,175536,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (574087,175536,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (574088,175536,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (574089,175536,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (574090,175536,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (574091,175536,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (574092,175536,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (574093,175536,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (574094,175536,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (574095,175536,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (574096,175536,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (574097,175536,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (574098,175536,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (574099,175536,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (574100,175536,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574101,175536,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (574102,175536,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (574103,175536,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (574104,175536,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (574105,175536,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (574106,175536,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (574107,175536,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (574108,175536,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (574109,175536,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (574110,175536,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (574111,175536,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (574112,175536,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (574113,175536,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (574114,175536,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (574115,175536,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (574116,175536,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (574117,175536,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (574118,175536,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (574119,175536,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (574120,175536,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (574121,176309,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (574122,176309,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574123,176309,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (574124,176309,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (574125,176309,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (574126,176309,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (574127,176309,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (574128,176309,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (574129,176309,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (574130,176309,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (574131,176309,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (574132,176309,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (574133,176309,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (574134,176309,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574135,176309,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (574136,176309,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (574137,176309,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (574138,176309,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (574139,176309,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (574140,176309,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (574141,176309,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (574142,176309,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (574143,176309,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (574144,176309,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (574145,176309,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (574146,176309,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (574147,176309,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (574148,176309,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (574149,176309,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (574150,176309,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (574151,176309,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (574152,176309,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (574153,176309,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (574154,176309,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (574155,176309,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (574156,176309,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (574157,176309,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (574158,176309,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (574159,176309,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (574160,176309,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574161,176309,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (574162,176309,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (574163,176309,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (574164,176309,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (574165,176309,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (574166,176309,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (574167,176309,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (574168,176309,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (574169,176309,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (574170,176309,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (574171,176309,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (574172,176309,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (574173,176309,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (574174,176309,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (574175,176309,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (574176,176309,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (574177,176309,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (574178,176309,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (574179,176309,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (574180,176309,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (574181,175537,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,100,1), - (574182,175537,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574183,175537,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,100,1), - (574184,175537,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,100,1), - (574185,175537,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (574186,175537,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (574187,175537,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,100,1), - (574188,175537,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,100,1), - (574189,175537,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,100,1), - (574190,175537,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,100,1), - (574191,175537,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,100,1), - (574192,175537,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,100,1), - (574193,175537,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,100,1), - (574194,175537,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574195,175537,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,100,1), - (574196,175537,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,100,1), - (574197,175537,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,100,1), - (574198,175537,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,100,1), - (574199,175537,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,100,1), - (574200,175537,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,100,1), - (574201,175537,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,100,1), - (574202,175537,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,100,1), - (574203,175537,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,100,1), - (574204,175537,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,100,1), - (574205,175537,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,100,1), - (574206,175537,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,100,1), - (574207,175537,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,100,1), - (574208,175537,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (574209,175537,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,100,1), - (574210,175537,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,100,1), - (574211,175537,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,100,1), - (574212,175537,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (574213,175537,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,100,1), - (574214,175537,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,100,1), - (574215,175537,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,100,1), - (574216,175537,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,100,1), - (574217,175537,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,100,1), - (574218,175537,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,100,1), - (574219,175537,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,100,1), - (574220,175537,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,100,1), - (574221,175537,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,100,1), - (574222,175537,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,100,1), - (574223,175537,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,100,1), - (574224,175537,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,100,1), - (574225,175537,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,100,1), - (574226,175537,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,100,1), - (574227,175537,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,100,1), - (574228,175537,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,100,1), - (574229,175537,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,100,1), - (574230,175537,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,100,1), - (574231,175537,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,100,1), - (574232,175537,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,100,1), - (574233,175537,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,100,1), - (574234,175537,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,100,1), - (574235,175537,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,100,1), - (574236,175537,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,100,1), - (574237,175537,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,100,1), - (574238,175537,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,100,1), - (574239,175537,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,100,1), - (574240,175537,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,100,1), - (37872,180434,0,1704.48,518.689,35.4045,1.30704,0,0,0.607984,0.793949,300,0,1), - (37873,180434,0,1743.1,473.445,61.6553,1.4092,0,0,0,0,300,0,1), - (37874,180434,0,1712.85,472.536,61.6463,1.58984,0,0,0,0,300,0,1), - (37885,180434,0,1738.74,551.097,33.4966,4.59492,0,0,0,0,300,100,1), - (574242,375,0,2304.68,1471.36,33.3334,1.05791,0,0,0.504632,0.863335,120,255,1), - (574243,375,0,2304.19,1477.65,33.3334,1.05791,0,0,0.504632,0.863335,120,255,1), - (574244,375,0,2294.94,1477.74,33.3334,6.25332,0,0,0.0149322,-0.999889,120,255,1), - (574245,375,0,2333.19,1478.31,33.3334,0.468867,0,0,0.232292,0.972646,120,255,1), - (85473,375,0,2339.75,1485.74,33.435,0.417816,0,0,0.207392,0.978258,120,255,1), - (85474,375,0,2362.05,1474.94,33.3341,5.06267,0,0,0.57308,-0.8195,120,255,1), - (85475,375,0,2337,1446.25,33.3341,4.10919,0,0,0.885234,-0.465147,120,255,1), - (85476,375,0,2337.31,1453.2,33.3341,2.26351,0,0,0.905159,0.425073,120,255,1), - (22271,179681,429,-82.9582,866.112,-28.6244,-0.872664,0,0,0,0,-900,0,0), - (22272,179681,429,-15.0206,878.409,-28.5044,-1.91986,0,0,0,0,-900,0,0), - (22273,179681,429,-97.5622,848.091,-28.6988,-0.523598,0,0,0,0,-900,0,0), - (22286,179681,429,-98.1468,778.083,-28.3443,0.541051,0,0,0,0,-900,0,0), - (22288,179681,429,-105.782,826.821,-28.5458,-0.191985,0,0,0,0,-900,0,0), - (40145,179681,429,20.9339,848.326,-28.517,-2.61799,0,0,0,0,-900,0,0), - (89081,179681,429,-14.4863,747.953,-28.8277,1.91986,0,0,0,0,-900,0,0), - (89082,179681,429,5.8428,865.497,-28.7417,-2.28638,0,0,0,0,-900,0,0), - (89631,179681,429,-62.4677,878.058,-28.8368,-1.20428,0,0,0,0,-900,0,0), - (89632,179681,429,29.2777,824.413,-28.4003,-2.9845,0,0,0,0,-900,0,0), - (89634,179681,429,-37.7177,743.281,-28.7158,1.5708,0,0,0,0,-900,0,0), - (89635,179681,429,-61.2501,747.296,-28.4663,1.23918,0,0,0,0,-900,0,0), - (92635,179681,429,21.162,778.232,-28.4788,2.60054,0,0,0,0,-900,0,0), - (92636,179681,429,29.5943,801.049,-28.4482,2.96704,0,0,0,0,-900,0,0), - (92637,179681,429,5.62079,759.756,-28.3198,2.25147,0,0,0,0,-900,0,0), - (92638,179681,429,-106.235,800.934,-28.6321,0.174532,0,0,0,0,-900,0,0), - (93939,179681,429,-39.7076,882.205,-28.8242,-1.53589,0,0,0,0,-900,0,0), - (93940,179681,429,-82.6964,759.662,-28.6398,0.890117,0,0,0,0,-900,0,0), - (94065,1730,0,0.437117,-942.794,61.9384,-2.54818,0,0,0,0,-110,100,1), - (40151,179882,0,-8925.57,496.042,103.767,2.42801,0,0,0.937022,0.34927,-21600,255,1), - (40150,179881,1,1540.28,-4422.19,7.0051,5.22833,0,0,0.503313,-0.864104,-21600,255,1); + (900005,174595,1,6900,-2033.33,583.696,1.81514,0,0,0.788011,0.615662,3595,3595,100,1), + (900006,174596,1,6733.31,-1566.68,477.04,-2.82743,0,0,0.987688,-0.156434,3595,3595,100,1), + (900007,174597,1,6297.82,-1972.49,562.09,5.38682,0,0,0.433329,-0.901236,3595,3595,100,1), + (900008,174598,1,6599.99,-1266.66,448.401,1.98968,0,0,0.838671,0.544639,3595,3595,100,1), + (900009,174712,1,6724.35,-1578.87,475.274,2.44158,0,0,0.93937,0.342906,3595,3595,100,1), + (900010,174713,1,6868.36,-2025.77,577.324,2.49261,0,0,0.947813,0.318828,3595,3595,100,1), + (900011,164882,1,3723.64,-1402.23,200.395,5.30595,0,0,0.469405,-0.882983,-3595,-3595,100,1), + (900012,171940,1,3856.6,-1014.86,241.341,5.6366,0,0,0.31769,-0.948195,-3595,-3595,100,1), + (900013,171943,1,4191.83,-1147.7,315.197,2.72276,0,0,0.978153,0.207887,-3595,-3595,100,1), + (900014,174610,1,4959.46,-681.357,294.914,4.67448,0,0,0.720383,-0.693577,-3595,-3595,100,1), + (900015,174612,1,6900,-2033.33,583.696,1.81514,0,0,0.788011,0.615662,-3595,-3595,100,1), + (900016,174613,1,6733.31,-1566.68,477.04,-2.82743,0,0,0.987688,-0.156434,-3595,-3595,100,1), + (900017,174614,1,6297.82,-1972.49,562.09,5.38682,0,0,0.433329,-0.901236,-3595,-3595,100,1), + (900018,174615,1,6599.99,-1266.66,448.401,1.98968,0,0,0.838671,0.544639,-3595,-3595,100,1), + (900019,174714,1,6724.35,-1578.87,475.274,2.44158,0,0,0.93937,0.342906,-3595,-3595,100,1), + (900020,174715,1,6868.36,-2025.77,577.324,2.49261,0,0,0.947813,0.318828,-3595,-3595,100,1), + (900021,164887,1,4066.66,-1233.34,282.075,-1.15192,0,0,-0.54464,0.83867,3595,3595,100,1), + (900022,173327,1,5533.32,-933,376.883,1.222,0,0,0.573687,0.819075,3595,3595,100,1), + (900023,174599,1,6233.34,-1533.33,441.796,0,0,0,0,1,3595,3595,100,1), + (900024,174600,1,6271.71,-605.54,469.165,2.69449,0,0,0.975116,0.221694,3595,3595,100,1), + (900025,174601,1,6422.47,-957.439,423.074,4.52048,0,0,0.7716,-0.636108,3595,3595,100,1), + (900026,174602,1,4774.45,-484.409,330.46,2.52721,0,0,0.953187,0.302383,3595,3595,100,1), + (900027,174603,1,5259.69,-351.762,322.032,4.56296,0,0,0.757916,-0.652352,3595,3595,100,1), + (900028,174604,1,5539.47,-932.794,378.093,0.13724,0,0,0.0685662,0.997647,3595,3595,100,1), + (900029,174708,1,6268.1,-1520.2,442.386,0.748996,0,0,0.365805,0.930691,3595,3595,100,1), + (900030,174709,1,6366.73,-1666.05,480.158,1.08907,0,0,0.51802,0.855368,3595,3595,100,1), + (900031,164884,1,4066.66,-1233.34,282.075,-1.15192,0,0,-0.54464,0.83867,-3595,-3595,100,1), + (900032,174711,1,5533.32,-933,376.883,1.222,0,0,0.573687,0.819075,-3595,-3595,100,1), + (900033,173326,1,6233.34,-1533.33,441.796,0,0,0,0,1,-3595,-3595,100,1), + (900034,174619,1,6271.71,-605.54,469.165,2.69449,0,0,0.975116,0.221694,-3595,-3595,100,1), + (900035,174620,1,6422.47,-957.439,423.074,4.52048,0,0,0.7716,-0.636108,-3595,-3595,100,1), + (900036,174616,1,4774.45,-484.409,330.46,2.52721,0,0,0.953187,0.302383,-3595,-3595,100,1), + (900037,174617,1,5259.69,-351.762,322.032,4.56296,0,0,0.757916,-0.652352,-3595,-3595,100,1), + (900038,174618,1,5539.47,-932.794,378.093,0.13724,0,0,0.0685662,0.997647,-3595,-3595,100,1), + (900039,174621,1,6268.1,-1520.2,442.386,0.748996,0,0,0.365805,0.930691,-3595,-3595,100,1), + (900040,174710,1,6366.73,-1666.05,480.158,1.08907,0,0,0.51802,0.855368,-3595,-3595,100,1), + (900041,173324,1,3780.32,-1176,220.555,0.167,0,0,0.083403,0.996516,3595,3595,100,1), + (900042,164885,1,3831.22,-1374,207.119,0.85,0,0,0.412321,0.911039,3595,3595,100,1), + (900043,174684,1,4867.17,-384,350.56,2.762,0,0,0.982043,0.188659,3595,3595,100,1), + (900044,174608,1,6595.34,-827.373,474.05,3.28765,0,0,0.997335,-0.0729638,3595,3595,100,1), + (900045,174609,1,3780.32,-1176,220.555,0.167,0,0,0.083403,0.996516,-3595,-3595,100,1), + (900046,164881,1,3831.22,-1374,207.119,0.85,0,0,0.412321,0.911039,-3595,-3595,100,1), + (900047,173325,1,4867.17,-384,350.56,2.762,0,0,0.982043,0.188659,-3595,-3595,100,1), + (900048,174685,1,6595.34,-827.373,474.05,3.28765,0,0,0.997335,-0.0729638,-3595,-3595,100,1), + (900049,164888,1,6305.33,-957,417.3,2.499,0,0,0.948827,0.315797,3595,3595,100,1), + (900050,173284,1,6433.25,-1267,383.206,2.234,0,0,0.898789,0.438381,3595,3595,100,1), + (900051,174605,1,6666.67,-1200,471.328,2.164,0,0,0.882899,0.469563,3595,3595,100,1), + (900052,174606,1,6353.12,-690.658,477.432,0.730612,0,0,0.357235,0.934014,3595,3595,100,1), + (900053,174607,1,6434.15,-1268.32,383.379,3.20225,0,0,0.99954,-0.030324,3595,3595,100,1), + (900054,174686,1,6669.76,-1209.39,469.181,3.43473,0,0,0.989278,-0.146044,3595,3595,100,1), + (900055,164883,1,6305.33,-957,417.3,2.499,0,0,0.948827,0.315797,-3595,-3595,100,1), + (900056,174622,1,6433.25,-1267,383.206,2.234,0,0,0.898789,0.438381,-3595,-3595,100,1), + (900057,174623,1,6666.67,-1200,471.328,2.164,0,0,0.882899,0.469563,-3595,-3595,100,1), + (900058,174624,1,6353.12,-690.658,477.432,0.730612,0,0,0.357235,0.934014,-3595,-3595,100,1), + (900059,174625,1,6434.15,-1268.32,383.379,3.20225,0,0,0.99954,-0.030324,-3595,-3595,100,1), + (900060,174687,1,6669.76,-1209.39,469.181,3.43473,0,0,0.989278,-0.146044,-3595,-3595,100,1), + (127,177414,1,5514.49,-4917.57,850.538,2.3911,0,0,0.930417,0.366502,-900,-900,100,1), + (128,177415,1,5510.28,-4929.31,845.214,1.62064,0,0,0.724507,0.689267,-600,-600,255,1), + (129,177415,1,5520.35,-4925.22,843.644,2.13507,0,0,0.876015,0.482283,-600,-600,255,1), + (130,177415,1,5526.7,-4916.41,843.452,3.01865,0,0,0.998111,0.0614331,-600,-600,255,1), + (150,177415,1,5501.69,-4920.04,848.791,0.155868,0,0,0.0778553,0.996965,-600,-600,255,1), + (151,177415,1,5505.09,-4909.36,848.961,5.63402,0,0,0.318914,-0.947784,-600,-600,255,1), + (153,177415,1,5515.71,-4905.82,846.322,4.62478,0,0,0.737392,-0.675466,-600,-600,255,1), + (158,177416,1,5514.49,-4917.57,845.538,2.3911,0,0,0.930417,0.366502,-900,-900,100,1), + (41958,180796,1,-7166.08,-3918.11,9.39414,0.994837,0,0,0,0,180,180,100,1), + (41959,180797,1,-7166.08,-3918.05,9.39524,-2.00713,0,0,0,0,180,180,100,1), + (41960,178746,1,-7162.93,-3911.53,9.63193,0.383971,0,0,0,0,180,180,100,1), + (41961,178667,1,-7184.51,-3918.14,24.4141,0.942477,0,0,0,0,180,180,100,1), + (41962,178434,1,-7164.25,-3916.59,14.8622,0.349065,0,0,0,0,180,180,100,1), + (41963,178435,1,-7163.8,-3918.61,14.5926,0.139624,0,0,0,0,180,180,100,1), + (41964,180798,1,-7165.23,-3915.61,9.42218,-0.174532,0,0,0,0,180,180,100,1), + (41965,180799,1,-7166.09,-3915.61,9.44391,1.37881,0,0,0,0,180,180,100,1), + (41966,178432,1,-7182.56,-3916.65,24.494,3.594,0,0,0,0,180,180,100,1), + (41967,178432,1,-7183.23,-3918.79,23.988,1.956,0,0,0.829382,0.558682,180,180,100,1), + (41968,178432,1,-7185.44,-3918.36,24.284,1.761,0,0,0.771057,0.636766,180,180,100,1), + (41969,178431,1,-7185.26,-3917.59,24.024,5.691,0,0,0,0,180,180,100,1), + (41970,178431,1,-7184.08,-3919.38,23.48,1.914,0,0,0,0,180,180,100,1), + (41971,178428,1,-7184.92,-3918.98,23.885,1.709,0,0,0,0,180,180,100,1), + (41972,178428,1,-7182.86,-3917.96,24.048,3.296,0,0,0,0,180,180,100,1), + (41973,178430,1,-7185.62,-3919.05,23.729,1.918,0,0,0,0,180,180,100,1), + (1344,165554,230,802.907,-356.401,-48.9423,-0.785397,0,0,-0.382683,0.92388,120,120,255,1), + (160006,164820,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,10800000,100,1), + (160007,164821,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,10800000,100,1), + (160008,164822,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,10800000,100,1), + (160009,164823,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,10800000,100,1), + (160010,164824,230,831.54,-339.529,-46.682,0.802851,0,0,0.390731,0.920505,10800000,10800000,100,1), + (160011,164818,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,10800000,100,1), + (160012,161456,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,10800000,100,1), + (160013,161457,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,10800000,100,1), + (160014,161458,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,10800000,100,1), + (160015,161459,230,831.471,-339.58,-46.7698,0.820305,0,0,0.398749,0.91706,10800000,10800000,100,1), + (268,175785,229,-12.2736,-446.629,-18.6443,0,0,0,0.91706,0.39875,0,0,0,1), + (269,175785,229,-18.376,-299.271,31.6183,0,0,0,0.999657,0.0262017,0,0,0,1), + (270,175785,229,-16.1217,-492.558,90.6585,0,0,0,0.366501,0.930418,0,0,0,1), + (120441,176295,329,3458.88,-3106.35,137.889,3.14159,0,0,1,0,-30,-30,100,1), + (30237,179548,429,512.784,588.036,-25.4023,3.28124,0,0,-0.997563,0.0697661,7200,7200,0,1), + (30238,179548,429,288.206,341.155,2.85296,5.49779,0,0,-0.382683,0.92388,7200,7200,0,1), + (30239,179548,429,-144.464,742.017,-24.5804,3.85718,0,0,-0.936671,0.35021,7200,7200,0,1), + (30240,179548,429,-86.3983,569.308,28.6079,1.78023,0,0,0.777145,0.629321,7200,7200,0,1), + (30241,179548,429,285.164,-431.063,-119.962,4.69494,0,0,-0.71325,0.70091,7200,7200,0,1), + (30242,179548,429,-10.1152,-353.771,-54.0434,3.78737,0,0,-0.948323,0.317306,7200,7200,0,1), + (30243,179548,429,118.018,-261.472,-4.14639,0.087266,0,0,0.0436192,0.999048,7200,7200,0,1), + (30244,179548,429,4.49781,-437.567,16.4125,4.13643,0,0,-0.878817,0.47716,7200,7200,0,1), + (87950,136966,229,229.028,-307.81,76.9668,2.72271,0,0,0.978148,0.207912,120,120,0,1), + (87973,136965,229,215.773,-341.663,76.8612,1.92859,0,0,0.821647,0.569997,120,120,0,1), + (66197,175571,229,-47.9095,-369.089,51.5425,1.37881,0,0,0.400546,-0.916277,-65,-65,255,1), + (66201,175571,229,-27.8804,-385.891,48.5067,3.7001,0,0,0.400546,-0.916277,-65,-65,255,1), + (66203,175571,229,-13.7275,-384.816,48.9746,3.68265,0,0,0.400546,-0.916277,-65,-65,255,1), + (66204,175571,229,-12.3689,-376.475,49.335,5.044,0,0,0.835255,-0.549863,-65,-65,255,1), + (66208,175571,229,-24.8824,-369.619,49.7059,3.4034,0,0,0.835255,-0.549863,-65,-65,255,1), + (66209,175571,229,-34.5437,-370.233,50.3396,5.35816,0,0,0.835255,-0.549863,-65,-65,255,1), + (66210,175584,229,-14.3415,-395.729,48.5381,2.86233,0,0,0.839392,0.543527,-7200,-7200,255,1), + (66211,175589,229,-14.3415,-395.729,48.5381,2.86233,0,0,0.839392,0.543527,30,30,255,1), + (1074,142102,0,-5603.59,-513.781,401.569,3.14159,0,0,1,0,900,900,100,1), + (23502,176249,329,3825.9,-3500.77,141.21,2.37745,0,0,0.927894,0.372845,120,120,255,1), + (23503,176249,329,4070.43,-3660.61,132.66,3.38217,0,0,0.927894,0.372845,120,120,255,1), + (573761,176308,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573762,176308,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573763,176308,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (573764,176308,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (573765,176308,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573766,176308,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573767,176308,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (573768,176308,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (573769,176308,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (573770,176308,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (573771,176308,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (573772,176308,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (573773,176308,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (573774,176308,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573775,176308,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (573776,176308,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (573777,176308,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (573778,176308,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (573779,176308,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573780,176308,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (573781,176308,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (573782,176308,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (573783,176308,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (573784,176308,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573785,176308,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (573786,176308,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (573787,176308,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (573788,176308,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573789,176308,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573790,176308,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (573791,176308,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (573792,176308,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573793,176308,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (573794,176308,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (573795,176308,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (573796,176308,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (573797,176308,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (573798,176308,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (573799,176308,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (573800,176308,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573801,176308,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (573802,176308,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (573803,176308,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (573804,176308,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (573805,176308,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573806,176308,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (573807,176308,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (573808,176308,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (573809,176308,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573810,176308,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573811,176308,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (573812,176308,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (573813,176308,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (573814,176308,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (573815,176308,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (573816,176308,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573817,176308,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (573818,176308,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (573819,176308,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (573820,176308,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (573821,175534,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573822,175534,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573823,175534,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (573824,175534,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (573825,175534,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573826,175534,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573827,175534,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (573828,175534,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (573829,175534,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (573830,175534,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (573831,175534,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (573832,175534,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (573833,175534,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (573834,175534,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573835,175534,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (573836,175534,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (573837,175534,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (573838,175534,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (573839,175534,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573840,175534,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (573841,175534,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (573842,175534,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (573843,175534,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (573844,175534,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573845,175534,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (573846,175534,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (573847,175534,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (573848,175534,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573849,175534,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573850,175534,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (573851,175534,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (573852,175534,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573853,175534,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (573854,175534,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (573855,175534,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (573856,175534,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (573857,175534,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (573858,175534,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (573859,175534,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (573860,175534,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573861,175534,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (573862,175534,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (573863,175534,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (573864,175534,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (573865,175534,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573866,175534,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (573867,175534,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (573868,175534,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (573869,175534,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573870,175534,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573871,175534,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (573872,175534,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (573873,175534,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (573874,175534,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (573875,175534,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (573876,175534,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573877,175534,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (573878,175534,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (573879,175534,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (573880,175534,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (573881,176304,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573882,176304,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573883,176304,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (573884,176304,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (573885,176304,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573886,176304,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573887,176304,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (573888,176304,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (573889,176304,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (573890,176304,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (573891,176304,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (573892,176304,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (573893,176304,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (573894,176304,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573895,176304,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (573896,176304,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (573897,176304,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (573898,176304,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (573899,176304,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573900,176304,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (573901,176304,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (573902,176304,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (573903,176304,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (573904,176304,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573905,176304,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (573906,176304,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (573907,176304,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (573908,176304,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573909,176304,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573910,176304,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (573911,176304,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (573912,176304,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573913,176304,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (573914,176304,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (573915,176304,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (573916,176304,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (573917,176304,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (573918,176304,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (573919,176304,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (573920,176304,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573921,176304,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (573922,176304,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (573923,176304,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (573924,176304,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (573925,176304,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573926,176304,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (573927,176304,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (573928,176304,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (573929,176304,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573930,176304,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573931,176304,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (573932,176304,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (573933,176304,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (573934,176304,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (573935,176304,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (573936,176304,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573937,176304,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (573938,176304,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (573939,176304,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (573940,176304,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (573941,175535,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573942,175535,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573943,175535,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (573944,175535,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (573945,175535,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573946,175535,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573947,175535,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (573948,175535,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (573949,175535,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (573950,175535,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (573951,175535,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (573952,175535,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (573953,175535,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (573954,175535,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573955,175535,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (573956,175535,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (573957,175535,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (573958,175535,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (573959,175535,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (573960,175535,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (573961,175535,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (573962,175535,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (573963,175535,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (573964,175535,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (573965,175535,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (573966,175535,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (573967,175535,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (573968,175535,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573969,175535,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (573970,175535,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (573971,175535,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (573972,175535,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573973,175535,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (573974,175535,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (573975,175535,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (573976,175535,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (573977,175535,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (573978,175535,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (573979,175535,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (573980,175535,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (573981,175535,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (573982,175535,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (573983,175535,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (573984,175535,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (573985,175535,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (573986,175535,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (573987,175535,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (573988,175535,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (573989,175535,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573990,175535,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (573991,175535,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (573992,175535,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (573993,175535,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (573994,175535,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (573995,175535,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (573996,175535,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (573997,175535,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (573998,175535,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (573999,175535,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (574000,175535,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (574001,176307,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (574002,176307,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574003,176307,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (574004,176307,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (574005,176307,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (574006,176307,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (574007,176307,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (574008,176307,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (574009,176307,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (574010,176307,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (574011,176307,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (574012,176307,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (574013,176307,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (574014,176307,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574015,176307,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (574016,176307,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (574017,176307,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (574018,176307,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (574019,176307,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (574020,176307,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (574021,176307,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (574022,176307,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (574023,176307,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (574024,176307,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (574025,176307,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (574026,176307,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (574027,176307,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (574028,176307,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (574029,176307,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (574030,176307,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (574031,176307,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (574032,176307,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (574033,176307,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (574034,176307,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (574035,176307,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (574036,176307,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (574037,176307,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (574038,176307,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (574039,176307,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (574040,176307,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574041,176307,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (574042,176307,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (574043,176307,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (574044,176307,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (574045,176307,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (574046,176307,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (574047,176307,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (574048,176307,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (574049,176307,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (574050,176307,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (574051,176307,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (574052,176307,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (574053,176307,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (574054,176307,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (574055,176307,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (574056,176307,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (574057,176307,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (574058,176307,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (574059,176307,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (574060,176307,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (574061,175536,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (574062,175536,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574063,175536,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (574064,175536,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (574065,175536,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (574066,175536,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (574067,175536,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (574068,175536,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (574069,175536,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (574070,175536,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (574071,175536,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (574072,175536,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (574073,175536,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (574074,175536,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574075,175536,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (574076,175536,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (574077,175536,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (574078,175536,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (574079,175536,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (574080,175536,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (574081,175536,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (574082,175536,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (574083,175536,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (574084,175536,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (574085,175536,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (574086,175536,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (574087,175536,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (574088,175536,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (574089,175536,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (574090,175536,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (574091,175536,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (574092,175536,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (574093,175536,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (574094,175536,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (574095,175536,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (574096,175536,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (574097,175536,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (574098,175536,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (574099,175536,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (574100,175536,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574101,175536,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (574102,175536,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (574103,175536,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (574104,175536,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (574105,175536,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (574106,175536,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (574107,175536,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (574108,175536,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (574109,175536,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (574110,175536,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (574111,175536,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (574112,175536,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (574113,175536,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (574114,175536,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (574115,175536,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (574116,175536,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (574117,175536,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (574118,175536,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (574119,175536,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (574120,175536,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (574121,176309,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (574122,176309,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574123,176309,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (574124,176309,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (574125,176309,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (574126,176309,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (574127,176309,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (574128,176309,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (574129,176309,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (574130,176309,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (574131,176309,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (574132,176309,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (574133,176309,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (574134,176309,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574135,176309,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (574136,176309,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (574137,176309,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (574138,176309,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (574139,176309,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (574140,176309,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (574141,176309,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (574142,176309,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (574143,176309,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (574144,176309,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (574145,176309,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (574146,176309,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (574147,176309,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (574148,176309,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (574149,176309,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (574150,176309,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (574151,176309,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (574152,176309,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (574153,176309,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (574154,176309,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (574155,176309,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (574156,176309,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (574157,176309,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (574158,176309,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (574159,176309,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (574160,176309,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574161,176309,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (574162,176309,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (574163,176309,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (574164,176309,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (574165,176309,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (574166,176309,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (574167,176309,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (574168,176309,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (574169,176309,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (574170,176309,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (574171,176309,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (574172,176309,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (574173,176309,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (574174,176309,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (574175,176309,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (574176,176309,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (574177,176309,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (574178,176309,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (574179,176309,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (574180,176309,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (574181,175537,329,3584.93,-3482.1,135.124,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (574182,175537,329,3508.78,-3372.3,135.379,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574183,175537,329,3973.62,-3619.9,129.999,-2.37365,0,0,0.927184,-0.374607,10800,10800,100,1), + (574184,175537,329,3486.79,-3331.54,131.38,1.46608,0,0,0.669131,0.743145,10800,10800,100,1), + (574185,175537,329,3961.73,-3539.9,127.744,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (574186,175537,329,3666.63,-3182.46,126.252,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (574187,175537,329,3877.03,-3663.46,143.9,-1.67552,0,0,0.743145,-0.669131,10800,10800,100,1), + (574188,175537,329,3636.53,-3347.54,125.592,0.715585,0,0,0.350207,0.936672,10800,10800,100,1), + (574189,175537,329,3888.71,-3699.08,143.85,-0.383972,0,0,0.190809,-0.981627,10800,10800,100,1), + (574190,175537,329,4104.72,-3435.93,117.802,2.74017,0,0,0.979925,0.199368,10800,10800,100,1), + (574191,175537,329,3892.38,-3563.78,138.099,-2.28638,0,0,0.909961,-0.414693,10800,10800,100,1), + (574192,175537,329,3738.43,-3477.54,131.393,-2.86234,0,0,0.990268,-0.139173,10800,10800,100,1), + (574193,175537,329,3599.32,-3460.67,136.472,-2.21657,0,0,0.894934,-0.446198,10800,10800,100,1), + (574194,175537,329,3476.95,-3363.85,136.242,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574195,175537,329,3952.68,-3632.92,133.41,-2.51327,0,0,0.951057,-0.309017,10800,10800,100,1), + (574196,175537,329,3581.11,-3351,129.513,1.6057,0,0,0.71934,0.694658,10800,10800,100,1), + (574197,175537,329,4062.22,-3515.15,123.116,-2.04204,0,0,0.85264,-0.522498,10800,10800,100,1), + (574198,175537,329,3656.34,-3210.08,128.257,1.44862,0,0,0.66262,0.748956,10800,10800,100,1), + (574199,175537,329,3682.68,-3416.87,133.312,0.610865,0,0,0.300706,0.953717,10800,10800,100,1), + (574200,175537,329,3668.9,-3284.14,128.53,0.034907,0,0,0.017452,0.999848,10800,10800,100,1), + (574201,175537,329,3788.89,-3624.55,146.377,0.314159,0,0,0.156434,0.987688,10800,10800,100,1), + (574202,175537,329,3998.96,-3448.72,122.307,0.628319,0,0,0.309017,0.951057,10800,10800,100,1), + (574203,175537,329,3880.02,-3517.12,139.189,-2.58309,0,0,0.961262,-0.275637,10800,10800,100,1), + (574204,175537,329,3630.3,-3469.46,138.793,-0.855212,0,0,0.414693,-0.909961,10800,10800,100,1), + (574205,175537,329,3638.04,-3534.9,138.45,0,0,0,0,1,10800,10800,100,1), + (574206,175537,329,3543.4,-3432.62,136.636,1.20428,0,0,0.566406,0.824126,10800,10800,100,1), + (574207,175537,329,4011.06,-3646.39,131.552,0.069813,0,0,0.034899,0.999391,10800,10800,100,1), + (574208,175537,329,3466.64,-3298.56,132.741,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (574209,175537,329,4011.67,-3518.38,122.346,-0.698132,0,0,0.34202,-0.939693,10800,10800,100,1), + (574210,175537,329,3696.27,-3195.51,127.796,2.51327,0,0,0.951057,0.309017,10800,10800,100,1), + (574211,175537,329,3665.47,-3662.99,138.414,2.02458,0,0,0.848048,0.529919,10800,10800,100,1), + (574212,175537,329,3669.82,-3263.99,127.804,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (574213,175537,329,3887.52,-3745.81,142.36,2.11185,0,0,0.870356,0.492424,10800,10800,100,1), + (574214,175537,329,4113.99,-3383.44,117.806,2.98451,0,0,0.996917,0.078459,10800,10800,100,1), + (574215,175537,329,3862.17,-3610.11,144.137,2.84489,0,0,0.989016,0.147809,10800,10800,100,1), + (574216,175537,329,3720.45,-3502.32,130.548,2.04204,0,0,0.85264,0.522499,10800,10800,100,1), + (574217,175537,329,3592.94,-3512.49,137.395,-0.663225,0,0,0.325568,-0.945519,10800,10800,100,1), + (574218,175537,329,3477.72,-3397.27,138.636,1.41372,0,0,0.649448,0.760406,10800,10800,100,1), + (574219,175537,329,3968.17,-3592.17,129.298,0.558505,0,0,0.275637,0.961262,10800,10800,100,1), + (574220,175537,329,3546.42,-3307.08,130.52,-1.98968,0,0,0.838671,-0.544639,10800,10800,100,1), + (574221,175537,329,3956.05,-3570.05,129.894,0.767945,0,0,0.374607,0.927184,10800,10800,100,1), + (574222,175537,329,3704.46,-3168.81,127.617,2.87979,0,0,0.991445,0.130526,10800,10800,100,1), + (574223,175537,329,4095.95,-3361.53,117.661,-2.30383,0,0,0.913545,-0.406737,10800,10800,100,1), + (574224,175537,329,3695.37,-3301.16,128.532,2.79253,0,0,0.984808,0.173648,10800,10800,100,1), + (574225,175537,329,3818.95,-3687.04,144.695,-0.10472,0,0,0.052336,-0.99863,10800,10800,100,1), + (574226,175537,329,3973.82,-3419.91,120.918,1.29154,0,0,0.601815,0.798636,10800,10800,100,1), + (574227,175537,329,3870.84,-3598.91,143.474,2.61799,0,0,0.965926,0.258819,10800,10800,100,1), + (574228,175537,329,3672.29,-3523.02,137.733,2.6529,0,0,0.970296,0.241922,10800,10800,100,1), + (574229,175537,329,3615.6,-3535.18,138.505,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (574230,175537,329,3521.19,-3409.08,134.254,0.785398,0,0,0.382683,0.92388,10800,10800,100,1), + (574231,175537,329,4009.57,-3585.86,130.177,-1.91986,0,0,0.819152,-0.573576,10800,10800,100,1), + (574232,175537,329,3561.1,-3307.54,130.66,-2.05949,0,0,0.857167,-0.515038,10800,10800,100,1), + (574233,175537,329,4065.88,-3548.68,124.621,1.43117,0,0,0.656059,0.75471,10800,10800,100,1), + (574234,175537,329,3622.79,-3196.69,131.094,0.855211,0,0,0.414693,0.909961,10800,10800,100,1), + (574235,175537,329,3711.94,-3147.64,128.189,-2.94961,0,0,0.995396,-0.095846,10800,10800,100,1), + (574236,175537,329,3658.95,-3364.85,126.05,-0.244346,0,0,0.121869,-0.992546,10800,10800,100,1), + (574237,175537,329,3862.64,-3663.65,144.775,3.10669,0,0,0.999848,0.017452,10800,10800,100,1), + (574238,175537,329,4066.38,-3455.35,120.555,-1.25664,0,0,0.587785,-0.809017,10800,10800,100,1), + (574239,175537,329,3838.05,-3553.55,140.413,0.925024,0,0,0.446198,0.894934,10800,10800,100,1), + (574240,175537,329,3729.11,-3450.53,130.433,-2.1293,0,0,0.87462,-0.48481,10800,10800,100,1), + (37872,180434,0,1704.48,518.689,35.4045,1.30704,0,0,0.607984,0.793949,300,300,0,1), + (37873,180434,0,1743.1,473.445,61.6553,1.4092,0,0,0,0,300,300,0,1), + (37874,180434,0,1712.85,472.536,61.6463,1.58984,0,0,0,0,300,300,0,1), + (37885,180434,0,1738.74,551.097,33.4966,4.59492,0,0,0,0,300,300,100,1), + (574242,375,0,2304.68,1471.36,33.3334,1.05791,0,0,0.504632,0.863335,120,120,255,1), + (574243,375,0,2304.19,1477.65,33.3334,1.05791,0,0,0.504632,0.863335,120,120,255,1), + (574244,375,0,2294.94,1477.74,33.3334,6.25332,0,0,0.0149322,-0.999889,120,120,255,1), + (574245,375,0,2333.19,1478.31,33.3334,0.468867,0,0,0.232292,0.972646,120,120,255,1), + (85473,375,0,2339.75,1485.74,33.435,0.417816,0,0,0.207392,0.978258,120,120,255,1), + (85474,375,0,2362.05,1474.94,33.3341,5.06267,0,0,0.57308,-0.8195,120,120,255,1), + (85475,375,0,2337,1446.25,33.3341,4.10919,0,0,0.885234,-0.465147,120,120,255,1), + (85476,375,0,2337.31,1453.2,33.3341,2.26351,0,0,0.905159,0.425073,120,120,255,1), + (22271,179681,429,-82.9582,866.112,-28.6244,-0.872664,0,0,0,0,-900,-900,0,0), + (22272,179681,429,-15.0206,878.409,-28.5044,-1.91986,0,0,0,0,-900,-900,0,0), + (22273,179681,429,-97.5622,848.091,-28.6988,-0.523598,0,0,0,0,-900,-900,0,0), + (22286,179681,429,-98.1468,778.083,-28.3443,0.541051,0,0,0,0,-900,-900,0,0), + (22288,179681,429,-105.782,826.821,-28.5458,-0.191985,0,0,0,0,-900,-900,0,0), + (40145,179681,429,20.9339,848.326,-28.517,-2.61799,0,0,0,0,-900,-900,0,0), + (89081,179681,429,-14.4863,747.953,-28.8277,1.91986,0,0,0,0,-900,-900,0,0), + (89082,179681,429,5.8428,865.497,-28.7417,-2.28638,0,0,0,0,-900,-900,0,0), + (89631,179681,429,-62.4677,878.058,-28.8368,-1.20428,0,0,0,0,-900,-900,0,0), + (89632,179681,429,29.2777,824.413,-28.4003,-2.9845,0,0,0,0,-900,-900,0,0), + (89634,179681,429,-37.7177,743.281,-28.7158,1.5708,0,0,0,0,-900,-900,0,0), + (89635,179681,429,-61.2501,747.296,-28.4663,1.23918,0,0,0,0,-900,-900,0,0), + (92635,179681,429,21.162,778.232,-28.4788,2.60054,0,0,0,0,-900,-900,0,0), + (92636,179681,429,29.5943,801.049,-28.4482,2.96704,0,0,0,0,-900,-900,0,0), + (92637,179681,429,5.62079,759.756,-28.3198,2.25147,0,0,0,0,-900,-900,0,0), + (92638,179681,429,-106.235,800.934,-28.6321,0.174532,0,0,0,0,-900,-900,0,0), + (93939,179681,429,-39.7076,882.205,-28.8242,-1.53589,0,0,0,0,-900,-900,0,0), + (93940,179681,429,-82.6964,759.662,-28.6398,0.890117,0,0,0,0,-900,-900,0,0), + (94065,1730,0,0.437117,-942.794,61.9384,-2.54818,0,0,0,0,-110,-110,100,1), + (40151,179882,0,-8925.57,496.042,103.767,2.42801,0,0,0.937022,0.34927,-21600,-21600,255,1), + (40150,179881,1,1540.28,-4422.19,7.0051,5.22833,0,0,0.503313,-0.864104,-21600,-21600,255,1), + (31415,180372,0,-5082.25,-800.448,496.03,-0.191986,0,0,0.095846,-0.995396,10,10,100,1), + (31416,180372,0,-5085.64,-799.931,496.03,-0.226893,0,0,0.113203,-0.993572,10,10,100,1), + (31417,180372,0,-5089.05,-799.469,496.03,-2.11185,0,0,0.870356,-0.492423,10,10,100,1), + (31418,180371,0,-5077.29,-800.179,496.03,2.32129,0,0,0.91706,0.398749,10,10,100,1), + (31419,180371,0,-5089.05,-799.469,496.03,-2.11185,0,0,0.870356,-0.492423,10,10,100,1), + (34188,180372,1,1326.97,-4416.36,27.5984,-1.6057,0,0,0.71934,-0.694658,10,10,100,1), + (34189,180371,1,1340.36,-4414.08,28.0881,1.98968,0,0,0.838671,0.544639,10,10,100,1), + (34190,180371,1,1341.04,-4421.81,27.6249,0.383972,0,0,0.190809,0.981627,10,10,100,1), + (34191,180371,1,1337.53,-4411.01,28.0848,-0.680679,0,0,0.333807,-0.942641,10,10,100,1), + (34192,180371,1,1329.31,-4413.13,27.6023,0.680678,0,0,0.333807,0.942641,10,10,100,1), + (34193,180370,1,1327.37,-4423.33,27.4349,2.53073,0,0,0.953717,0.300706,10,10,100,1), + (34194,180370,1,1330.72,-4425.71,27.4281,0.750492,0,0,0.366501,0.930418,10,10,100,1); /*!40000 ALTER TABLE `gameobject` ENABLE KEYS */; UNLOCK TABLES; @@ -497692,6 +500891,7 @@ CREATE TABLE `gameobject_template` ( `name` varchar(100) NOT NULL DEFAULT '', `faction` smallint(5) unsigned NOT NULL DEFAULT '0', `flags` int(10) unsigned NOT NULL DEFAULT '0', + `ExtraFlags` int(11) unsigned NOT NULL DEFAULT '0', `size` float NOT NULL DEFAULT '1', `data0` int(10) unsigned NOT NULL DEFAULT '0', `data1` int(10) unsigned NOT NULL DEFAULT '0', @@ -497717,6 +500917,7 @@ CREATE TABLE `gameobject_template` ( `data21` int(10) unsigned NOT NULL DEFAULT '0', `data22` int(10) unsigned NOT NULL DEFAULT '0', `data23` int(10) unsigned NOT NULL DEFAULT '0', + `CustomData1` int(11) unsigned NOT NULL DEFAULT '0', `mingold` mediumint(8) unsigned NOT NULL DEFAULT '0', `maxgold` mediumint(8) unsigned NOT NULL DEFAULT '0', `ScriptName` varchar(64) NOT NULL DEFAULT '', @@ -497726,10565 +500927,10568 @@ CREATE TABLE `gameobject_template` ( LOCK TABLES `gameobject_template` WRITE; /*!40000 ALTER TABLE `gameobject_template` DISABLE KEYS */; -INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `mingold`, `maxgold`, `ScriptName`) +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `faction`, `flags`, `ExtraFlags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `CustomData1`, `mingold`, `maxgold`, `ScriptName`) VALUES - (31,2,6,'Old Lion Statue',84,0,0.63,43,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32,3,10,'Sunken Chest',12,4,1,43,1683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (33,2,1,'Locked Chest',0,0,1.33,43,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34,2,7,'Old Jug',35,0,1,43,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35,2,8,'Captain\'s Footlocker',35,0,1,43,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36,2,9,'Broken Barrel',35,0,1,43,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37,9,19,'Eliza\'s Tombstone',84,0,1.32,731,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38,2,10,'Captain Sanders Chest',0,0,1,0,2882,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41,3,10,'Ambassador\'s Locker',0,4,1,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (47,2,17,'Wanted: Lieutenant Fangore',12,0,1,0,96,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (52,3,5,'Fall of Gurubashi',0,4,1,43,1691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (54,3,5,'The Emperor\'s Tomb',0,4,1,43,1692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (55,2,14,'A half-eaten body',0,0,0.59,43,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56,2,14,'Rolf\'s corpse',0,0,0.6,43,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57,3,5,'Moon Over the Vale',0,4,1,43,1689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58,3,5,'Gri\'lek the Wanderer',0,4,1,43,1690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59,2,20,'Mound of loose dirt',84,0,1,43,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (60,2,2,'Wanted: Gath\'Ilzogg',84,0,1.15,0,88,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61,2,12,'A Weathered Grave',84,0,1.29,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (68,2,17,'Wanted Poster',84,0,1.79,0,93,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (76,2,21,'An Empty Jar',84,0,1,93,145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (80,5,22,'Old Coast Road',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (81,5,22,'Sentinel Hill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (82,5,22,'Elwynn Forest',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (83,5,22,'Jangolode Mine',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (84,5,22,'Old Coast Road',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (85,5,22,'Duskwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (86,5,22,'Elwynn Forest',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (87,5,22,'Moonbrook',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (88,5,22,'Duskwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (89,5,26,'Northshire Abbey',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (90,5,26,'Stormwind City',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (91,5,26,'Northshire Abbey',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92,5,26,'Stormwind City',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (93,5,26,'Westbrook Garrison',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94,5,26,'Westfall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (95,5,26,'Eastvale Logging Camp',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (96,5,26,'Redridge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (97,5,26,'Goldshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (98,5,26,'Stormwind City',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (99,5,26,'Redridge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (100,5,26,'Eastvale Logging Camp',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101,5,27,'Stranglethorn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102,5,27,'Raven Hill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103,5,27,'Deadwind Pass',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104,5,27,'Redridge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105,5,27,'Stranglethorn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106,5,27,'Westfall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (107,5,27,'Darkshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (108,5,27,'Raven Hill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (109,5,27,'Westfall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (110,5,27,'Stranglethorn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111,5,27,'Raven Hill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112,5,27,'Darkshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113,5,26,'Duskwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (114,5,26,'Lakeshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (115,5,26,'Elwynn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (116,5,26,'Stonewatch Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (117,5,26,'Lakeshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (118,5,26,'Stonewatch Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (119,3,18,'Abercrombie\'s Crate',0,4,1,43,1688,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (121,5,22,'Duskwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (122,5,22,'Sentinel Hill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123,5,22,'Elwynn Forest',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124,5,22,'Moonbrook',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167,3,335,'Abercrombie\'s Crate',0,0,1,43,167,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (249,3,336,'Crate of Foodstuffs',0,4,1,43,3881,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (251,3,336,'Research Equipment',0,4,1,43,3881,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (254,2,17,'Wanted: Chok\'Sul',84,0,1,0,895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (256,2,17,'WANTED',84,0,1,0,155,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (257,2,30,'Suspicious Barrel',0,0,1,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (259,2,32,'Half-buried Barrel',84,0,1,0,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (261,2,31,'Damaged Crate',0,0,1,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (263,3,36,'Kurzen Supplies',0,4,1,43,1695,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (264,3,36,'Kurzen Supplies',0,4,1,43,1695,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (269,2,32,'Guarded Thunder Ale Barrel',84,0,1,0,0,0,9027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (270,2,32,'Unguarded Thunder Ale Barrel',84,64,1,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (271,3,36,'Miners\' League Crates',0,4,0.8,43,1677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (272,3,1,'MacGrann\'s Meat Locker',0,4,1,43,1682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (276,3,644,'Shimmerweed Basket',0,4,1,43,797,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (287,2,43,'Bookie Herod\'s Records',84,0,1,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (288,2,1,'Bookie Herod\'s Strongbox',84,0,1,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (290,3,4,'Furlbrow\'s Wardrobe',0,4,1,93,1687,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (298,5,26,'Thelsamar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (299,5,26,'Searing Gorge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (301,5,26,'Wetlands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (302,5,26,'Dun Morogh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (303,5,26,'Dun Morogh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (304,5,26,'Wetlands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (305,5,26,'Thelsamar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (306,5,26,'Thelsamar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (307,5,26,'Searing Gorge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (308,5,26,'Dun Morogh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (309,5,26,'Anvilmar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (310,5,26,'Ironforge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (311,5,26,'Loch Modan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (312,5,26,'Kharanos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (313,5,26,'Anvilmar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (314,5,26,'Ironforge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (315,5,26,'Ironforge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (316,5,26,'Kharanos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (317,5,26,'Anvilmar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (318,5,26,'Loch Modan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (321,3,63,'Tear of Tilloa',0,4,1,259,1699,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (324,3,3951,'Small Thorium Vein',94,0,0.5,400,9597,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (331,3,49,'Loose Soil',0,4,1,43,1681,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (333,3,52,'Ancient Relic',0,4,1,43,1680,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (334,3,53,'Ancient Relic',0,4,1,43,1679,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (337,3,297,'Water Pitcher',0,4,1.5,43,2369,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (369,5,56,'Thunder Ale',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (372,5,58,'Battleground Shield',0,0,0.7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (375,3,60,'Tirisfal Pumpkin',0,4,1,43,1694,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (376,5,22,'Dun Modr',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (377,5,22,'Menethil',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (378,5,22,'Loch Modan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (379,5,22,'Loch Modan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (380,5,22,'Menethil',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (381,5,22,'Grim Batol',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (382,5,22,'Dun Modr',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (386,5,70,'Metal Mace',0,64,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (387,5,22,'Loch Modan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (388,5,22,'Arathi Highlands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (389,5,22,'Dun Modr',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (711,2,17,'Wanted!',68,0,1,0,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (759,3,90,'The Holy Spring',0,0,0.48,43,938,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (965,5,95,'Black Smoke - scale 2',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1162,5,22,'Menethil Harbor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1165,3,43,'Gunther\'s Books',0,4,1,43,1684,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1166,3,10,'Alexston\'s Chest',0,4,1,43,1693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1557,2,151,'Lillith\'s Dinner Table',83,0,0.73,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1558,5,100,'Candle of Beckoning',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1560,3,1,'Storage Chest',0,4,1,43,1686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1561,2,31,'Sealed Crate',12,0,1,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1562,3,41,'Marshal Haggard\'s Chest',0,4,1,43,1685,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1564,5,26,'Ironforge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1565,5,26,'Loch Modan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1566,5,26,'Kharanos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1567,5,26,'Loch Modan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1568,5,26,'Loch Modan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1569,5,26,'Ironforge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1570,5,26,'Kharanos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1571,3,107,'Dusty Spellbooks',0,4,1,43,1696,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1572,5,26,'Kharanos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1573,5,26,'Kharanos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1585,2,112,'Explosive Charge',55,0,1,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1586,2,113,'Crate of Candles',83,0,1,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1587,5,114,'Turkey Leg',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1593,2,124,'Corpse Laden Boat',83,0,1,43,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1594,3,137,'Berard\'s Bookshelf',0,4,1,93,1698,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1595,5,26,'Westbrook Garrison',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1596,5,26,'Westfall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1597,5,26,'Stormwind City',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1598,5,26,'Goldshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1599,2,20,'Shallow Grave',83,0,1.06,0,284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1604,5,45,'Black Smoke Emitter',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1605,5,95,'White Smoke Emitter',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1607,5,133,'Big Flame Emitter',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1609,2,131,'Dragonmaw Catapult',84,0,1,0,292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1610,3,384,'Incendicite Mineral Vein',0,0,0.5,39,1409,0,1,1,2,295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1617,3,270,'Silverleaf',0,0,0.6,29,1414,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1618,3,269,'Peacebloom',0,0,0.5,29,1415,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1619,3,414,'Earthroot',0,0,0.4,30,1416,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1620,3,268,'Mageroyal',0,0,0.3,9,1417,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1621,3,271,'Briarthorn',0,0,0.4,31,1418,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1622,3,358,'Bruiseweed',0,0,0.7,11,1419,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1623,3,371,'Wild Steelbloom',0,0,0.4,32,1420,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1624,3,320,'Kingsblood',0,0,0.4,45,1421,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1627,2,31,'Dalaran Crate',0,0,1,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1628,3,357,'Grave Moss',0,0,1,33,1424,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1630,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1631,5,27,'Agamand Mills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1632,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1633,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1634,5,27,'Agamand Mills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1638,5,27,'Deathknell',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1639,5,27,'Deathknell',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1643,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1644,5,27,'Agamand Mills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1645,5,27,'Deathknell',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1646,5,27,'Silverpine',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1647,5,27,'Deathknell',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1648,5,27,'Agamand Mills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1649,5,27,'Monastery',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1650,5,27,'Plaguelands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1651,5,27,'Deathknell',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1652,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1653,5,27,'Silverpine',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1654,5,27,'Silverpine',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1655,5,27,'Monastery',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1656,5,27,'Plaguelands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1657,5,27,'Monastery',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1658,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1659,5,27,'Plaguelands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1660,5,27,'Silverpine',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1661,5,27,'The Undercity',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1662,5,27,'The Undercity',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1663,5,27,'The Undercity',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1664,5,27,'The Undercity',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1665,5,27,'The Undercity',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1666,5,27,'The Undercity',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1667,3,384,'Incendicite Mineral Vein',0,0,0.5,39,1409,0,1,1,2,294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1668,5,22,'Dun Algaz',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1669,5,22,'Dun Algaz',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1673,3,425,'Fel Cone',0,4,2.5,43,1701,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1674,5,26,'Gnomeregan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1675,5,150,'The Sepulcher',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1676,5,150,'Pyrewood Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1677,5,150,'Tirisfal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1678,5,150,'Ambermill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1679,5,150,'Pyrewood Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1680,5,150,'Shadowfang Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1681,5,150,'Tirisfal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1684,8,273,'Blacksmith\'s Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1685,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1686,5,150,'The Sepulcher',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1687,5,150,'The Sepulcher',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1688,5,150,'Tirisfal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1689,5,150,'Ambermill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1690,5,150,'Pyrewood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1691,5,150,'Shadowfang Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1692,5,150,'Deep Elem Mine',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1693,5,150,'Ambermill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1694,5,150,'The Sepulcher',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1695,5,150,'Pyrewood Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1696,5,150,'Shadowfang Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1697,5,150,'Tirisfal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1698,5,150,'Gilneas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1699,5,150,'Hillsbrad Plains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1700,5,150,'Pyrewood Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1701,5,150,'Shadowfang Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1702,5,150,'The Sepulcher',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1703,5,150,'Gilneas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1704,5,150,'Hillsbrad Plains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1705,5,150,'Pyrewood Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1706,5,150,'Shadowfang Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1707,5,150,'Gilneas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1708,5,150,'Ambermill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1709,5,150,'The Sepulcher',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1710,5,150,'Hillsbrad Foothills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1711,5,150,'Gilneas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1712,5,150,'Ambermill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1713,5,150,'Hillsbrad Plains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1714,5,150,'Pyrewood Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1715,5,150,'Shadowfang Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1720,2,154,'Stanley\'s Dish',68,0,1,0,312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1721,10,181,'Locked ball and chain',0,4,1,36,498,312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1722,10,181,'Locked ball and chain',0,0,1,37,0,313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1723,3,389,'Mudsnout Blossom',0,4,1,259,1703,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1726,9,156,'Missing: Corporal Keeshan',0,0,1,245,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1727,3,32,'Keg of Shindigger Stout',0,4,1,43,1702,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1728,2,159,'Dusty Rug',68,0,1,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1729,5,32,'Tainted Keg',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1730,5,431,'Tainted Keg Smoke',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1731,3,310,'Copper Vein',94,0,0.5,38,1502,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1732,3,315,'Tin Vein',94,0,0.5,39,1503,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1733,3,314,'Silver Vein',94,0,0.5,40,1504,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1734,3,311,'Gold Vein',94,0,0.5,42,1506,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1735,3,312,'Iron Deposit',94,0,0.5,41,1505,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1736,3,31,'Shipment of Iron',0,4,1,43,1705,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1738,2,163,'Syndicate Documents',84,0,1,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1739,2,164,'Syndicate Documents',84,0,1,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1740,2,163,'Syndicate Documents',84,0,1,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1743,8,197,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1744,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1745,8,306,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1748,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1749,8,197,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1752,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1753,8,197,'Forge',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1754,8,273,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1755,8,197,'Forge',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1759,3,185,'Hillsbrad Town Registry',0,4,1,43,1704,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1760,3,189,'Weathered Bookcase',0,4,0.91,43,1513,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1761,10,210,'Hillsbrad Proclamation',0,0,1,93,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1763,2,15,'WANTED',0,0,1,0,332,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1764,5,181,'Locked ball and chain',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1765,3,1,'Worn Wooden Chest',84,0,1,43,1765,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1766,8,192,'Fire',0,0,1,4,5,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1767,2,193,'Helcular\'s Grave',68,0,1,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1768,10,194,'Flame of Azel',0,0,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1769,10,194,'Flame of Veraz',0,0,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1770,10,194,'Flame of Uzel',0,0,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1771,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1772,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1773,5,195,'Hillsbrad',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1774,5,195,'Silverpine Forest',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1775,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1776,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1777,5,195,'Silverpine Forest',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1778,5,195,'Hillsbrad',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1779,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1780,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1781,5,195,'Alterac Mountains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1782,5,195,'Hillsbrad',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1783,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1784,5,195,'Dun Garok',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1785,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1786,5,195,'Dun Garok',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1787,5,195,'Arathi Highlands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1788,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1789,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1790,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1791,5,195,'Arathi Highlands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1792,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1793,5,195,'Dun Garok',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1794,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1795,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1796,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1797,8,197,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1798,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1799,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1801,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1802,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1803,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1804,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1805,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1806,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1807,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1808,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1809,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1810,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1811,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1812,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1813,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1814,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1815,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1816,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1817,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1818,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1819,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1820,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1821,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1822,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1824,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1825,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1826,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1827,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1828,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1829,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1830,8,199,'Campfire',0,0,1.15748,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1831,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1832,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1833,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1834,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1835,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1836,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1837,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1838,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1839,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1840,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1841,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1842,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1843,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1844,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1845,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1846,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1847,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1848,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1849,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1850,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1851,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1852,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1853,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1854,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1855,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1856,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1857,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1858,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1859,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1860,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1864,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1865,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1866,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1867,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1868,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1869,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1870,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1871,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1872,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1873,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1874,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1875,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1876,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1877,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1878,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1879,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1880,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1881,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1882,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1883,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1884,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1885,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1886,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1887,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1888,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1889,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1890,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1891,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1892,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1893,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1894,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1895,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1896,8,197,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1897,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1898,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1901,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1902,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1903,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1904,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1905,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1906,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1908,8,192,'Campfire',0,0,1.02002,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1909,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1911,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1912,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1914,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1915,8,192,'Cooking Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1916,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1917,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1921,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1922,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1923,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1926,8,192,'Campfire',0,0,0.85,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1927,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1928,8,199,'Bonfire',14,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1930,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1931,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1932,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1935,8,199,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1936,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1937,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1938,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1939,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1940,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1941,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1942,8,192,'Campfire',0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1943,8,192,'Campfire',0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1944,8,192,'Campfire',0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1945,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1946,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1947,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1948,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1949,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1950,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1951,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1952,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1953,8,192,'Campfire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1954,8,192,'Campfire',0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1957,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1958,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1959,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1960,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1961,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1962,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1964,8,192,'Campfire',0,0,0.85,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1965,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1967,8,201,'Firepit',0,0,1.01,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1968,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1969,8,192,'Campfire',0,0,1.03,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1970,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1971,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1972,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1973,8,192,'Campfire',0,0,1.22,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1975,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1976,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1977,8,200,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1979,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1981,8,192,'Campfire',0,0,1.1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1984,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1985,8,192,'Campfire',0,0,1.1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1986,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1987,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1988,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1989,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1990,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1991,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1992,8,192,'Campfire',0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1993,8,192,'Campfire',0,0,1.02,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1994,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1995,8,192,'Campfire',0,0,1.04,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1996,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1997,8,192,'Campfire',0,0,1.06,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1998,8,192,'Campfire',0,0,1.02,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (1999,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2000,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2001,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2002,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2003,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2004,8,192,'Smoldering Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2005,8,192,'Campfire',0,0,1.09265,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2006,8,192,'Campfire',0,0,1.07677,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2007,8,199,'Campfire',0,0,1.41383,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2008,2,202,'Dangerous!',68,0,1,0,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2010,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2014,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2015,8,306,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2016,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2017,5,195,'Alterac Mountains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2018,5,195,'Alterac City',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2019,5,195,'Strahnbrad',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2020,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2021,5,195,'Hillsbrad',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2022,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2023,5,203,'Strahnbrad',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2024,5,203,'Andorhal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2025,5,203,'Alterac City',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2026,5,203,'Hillsbrad Foothills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2027,5,203,'Andorhal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2028,5,203,'Strahnbrad',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2029,5,203,'Alterac City',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2030,5,203,'Alterac City',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2031,5,203,'Andorhal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2032,5,22,'Warning!!!! Plaguelands',0,0,0.84,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2033,5,27,'Agamand Mills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2034,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2035,5,27,'Deathknell',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2036,5,27,'Agamand Mills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2037,5,27,'Deathknell',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2038,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2039,3,10,'Hidden Strongbox',0,0,1,46,1711,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2040,3,313,'Mithril Deposit',94,0,0.5,379,1742,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2041,3,677,'Liferoot',0,0,0.6,27,1730,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2042,3,697,'Fadeleaf',0,0,0.4,47,1731,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2043,3,701,'Khadgar\'s Whisker',0,0,0.5,49,1423,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2044,3,699,'Wintersbite',0,0,0.3,51,1732,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2045,3,700,'Stranglekelp',0,0,0.5,519,1733,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2046,3,698,'Goldthorn',0,0,1,521,1734,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2047,3,314,'Truesilver Deposit',94,0,0.5,380,5045,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2048,5,150,'Hillsbrad Foothills',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2049,5,150,'Gilneas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2050,5,150,'Pyrewood Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2051,5,150,'Shadowfang Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2052,5,150,'Ambermill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2054,3,315,'Tin Vein',94,0,0.5,39,1736,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2055,3,310,'Copper Vein',94,0,0.5,38,1735,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2056,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2057,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2059,2,211,'A Dwarven Corpse',0,0,1,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2061,6,0,'Campfire',14,0,1,0,1,2,7897,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2062,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2066,6,0,'Bonfire Damage',14,0,1,0,1,5,7902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2068,3,225,'Pupellyverbos Port',0,4,1,43,1743,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2076,2,216,'Bubbling Cauldron',83,0,1.42,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2082,9,218,'Uther the Lightbringer',0,0,1,292,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2083,2,183,'Bloodsail Correspondence',35,0,1,0,366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2084,3,47,'Musquash Root',0,4,1,259,1700,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2086,3,222,'Bloodsail Charts',0,4,1,43,1852,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2087,3,220,'Bloodsail Orders',0,4,1,43,1853,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2096,5,27,'Trade District',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2098,5,27,'Cathedral Square',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2099,5,27,'Cathedral Square',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2100,5,27,'Old Town',0,0,1.33028,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2101,5,27,'Mage Quarter',0,0,1.28319,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2102,5,27,'Cathedral Square',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2105,5,27,'Cathedral Square',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2106,5,27,'Cathedral Square',0,0,1.5228,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2108,5,27,'Trade District',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2109,5,169,'Fragrant Flowers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2110,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2111,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2112,5,26,'Old Town',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2113,5,26,'Old Town',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2115,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2116,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2117,5,26,'Stormwind Keep',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2119,5,26,'Old Town',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2120,5,26,'Stormwind Keep',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2122,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2123,5,26,'Old Town',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2124,5,26,'Mage Quarter',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2125,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2127,5,26,'Mage Quarter',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2128,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2129,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2130,5,170,'The Wine Cask',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2131,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2133,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2134,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2136,5,26,'Old Town',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2138,5,172,'The Empty Quiver',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2139,5,173,'Weller\'s Arsenal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2140,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2141,5,26,'Mage Quarter',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2142,5,26,'Goldshire',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2143,5,26,'Old Town',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2145,5,175,'Stormwind Counting House',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2146,5,176,'Everyday Merchandise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2148,5,178,'The Cheese Cutters',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2149,5,174,'The Seven Deadly Venoms',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2150,5,171,'The Silver Shield',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2151,5,179,'Thane\'s Boots and Shoulderpads',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2152,5,180,'Pig and Whistle Tavern',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2153,5,173,'Heavy Handed Weapons',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2154,5,171,'The Protective Hide',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2155,5,173,'Honest Blades',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2156,5,171,'Limited Immunity',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2157,5,173,'Just Maces',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2158,5,171,'Righteous Plates',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2159,5,177,'City Hall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2160,5,177,'The Argent Dawn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2161,5,179,'Duncan\'s Textiles',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2162,5,173,'Stormwind Staves',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2163,5,174,'Essential Components',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2164,5,180,'The Slaughtered Lamb',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2165,5,174,'Pyrotechnics',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2166,5,174,'Alchemy Needs',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2167,5,176,'Ancient Curios',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2169,5,180,'The Blue Recluse',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2171,5,26,'Mage Quarter',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2173,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2175,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2176,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2177,5,179,'The Finest Thread',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2178,5,26,'Mage Quarter',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2179,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2181,5,26,'Mage Quarter',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2182,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2186,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2187,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2188,5,26,'Mage Quarters',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2189,5,26,'Old Town',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2190,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2191,5,26,'Trade District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2289,2,223,'Ruined Lifeboat',35,0,1,43,370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2332,5,224,'Barbequed Buzzard Wings',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2333,5,225,'Stranglevine Wine',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2334,8,192,'campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2335,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2336,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2371,5,226,'Headhunter Skull',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2413,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2414,7,39,'Need Name',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2489,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2551,5,226,'Boiled Skull',0,0,1.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2552,5,431,'Cauldron Steam',0,64,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2553,2,164,'A Soggy Scroll',35,0,1,0,373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2554,3,164,'Cortello\'s Riddle',0,0,1,43,2028,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2555,2,164,'Musty Scroll',35,0,1,0,374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2556,2,10,'Cortello\'s Treasure',35,0,1,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2558,5,197,'Test',0,0,1.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2560,3,228,'Half-Buried Bottle',0,0,1,43,2560,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2561,6,3071,'Freezing Trap',2,64,1,12,0,5,3355,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2562,5,229,'Baked Bread',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2563,5,230,'Altar of the Tides - Focused',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2572,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2573,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2574,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2575,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2576,10,227,'Altar of the Tides',0,4,1,54,611,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2649,8,273,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2650,8,233,'Forge',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2652,2,211,'Ebenezer Rustlocke\'s Corpse',55,0,1,0,380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2653,3,48,'Lesser Bloodstone Deposit',94,0,0.5,40,2039,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2656,3,164,'Waterlogged Letter',0,0,0.5,43,2117,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2657,2,184,'Legends of the Earth',84,0,0.98,0,382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2658,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2661,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2663,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2664,8,192,'Campfire',0,0,1.24,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2665,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2666,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2667,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2670,5,195,'Wetlands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2672,5,195,'Stromgarde',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2673,5,195,'Thandol Span',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2674,5,195,'Wetlands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2675,5,195,'Stromgarde',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2676,5,195,'Thandol Span',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2677,5,195,'Wetlands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2678,5,195,'Hillsbrad Plains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2679,5,195,'Stromgarde',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2680,5,195,'Hammerfall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2681,5,195,'Hammerfall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2682,5,195,'Stromgarde',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2683,5,195,'Hammerfall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2684,5,195,'Stromgarde',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2685,5,22,'Refuge Pointe',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2687,5,225,'Bottle',84,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2688,2,235,'Keystone',35,0,0.67,0,403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2689,3,236,'Stone of West Binding',0,4,1.15,43,2136,5,0,0,0,383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2690,3,236,'Stone of Outer Binding',0,4,1,43,2138,5,0,0,0,385,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2691,3,236,'Stone of East Binding',0,4,1,43,2137,30,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2695,5,107,'Book',84,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2701,2,1687,'Iridescent Shards',35,0,0.5,0,387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2702,2,236,'Stone of Inner Binding',35,0,1,0,404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2703,2,11,'Trollbane\'s Tomb',83,0,1,43,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2704,10,243,'Cache of Explosives',0,0,1,93,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2707,3,222,'Maiden\'s Folly Charts',0,4,1,43,2140,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2708,3,222,'Spirit of Silverpine Charts',0,4,1,43,2142,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2709,3,184,'Maiden\'s Folly Log',0,4,1,43,2141,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2710,3,254,'Spirit of Silverpine Log',0,4,1,43,2143,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2711,5,236,'Charging Stone',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2712,3,247,'Calcified Elven Gem',0,4,1,56,2139,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2713,2,202,'Wanted Board',84,0,1,0,411,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2714,3,248,'Alterac Granite',0,4,0.33,43,2145,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2715,10,249,'Runed Pedestal',84,0,1,58,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2716,3,10,'Trelane\'s Chest',0,4,1,43,2179,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2717,3,1,'Trelane\'s Footlocker',0,4,1,43,2178,0,0,0,0,415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2718,3,41,'Trelane\'s Lockbox',0,4,1,43,2177,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2719,8,216,'Bubbling Cauldron',0,0,1.39586,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2722,5,250,'Floating Sparkles',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2724,3,252,'Sack of Oats',0,4,1,43,2217,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2726,8,273,'Anvil',0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2727,8,233,'Forge',0,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2728,8,233,'Forge',0,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2729,8,273,'Anvil',0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2732,8,192,'Campfire',0,0,0.853505,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2734,2,1,'Waterlogged Chest',84,0,1,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2739,3,10,'Chest of the Black Feather',0,4,1,43,2237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2740,3,10,'Chest of the Raven Claw',0,4,1,43,2238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2741,3,10,'Chest of the Sky',0,4,1,43,2239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2742,3,10,'Chest of Nesting',0,4,1,43,2240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2743,3,52,'Carved Stone Urn',0,4,0.4,43,2263,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2744,3,261,'Giant Clam',0,0,1,43,2264,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2842,3,235,'Pillar of Diamond',0,0,1,67,2418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2843,3,259,'Battered Chest',94,0,1,57,2265,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2844,3,259,'Battered Chest',0,0,1,57,2276,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2845,3,259,'Tattered Chest',102,0,1,57,2277,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2846,3,259,'Tattered Chest',0,0,1,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2847,3,259,'Tattered Chest',102,0,1,57,2279,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2848,3,235,'Pillar of Opal',0,0,1,67,2417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2849,3,259,'Battered Chest',94,0,1,57,2280,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2850,3,259,'Solid Chest',94,0,1,57,2281,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2852,3,259,'Solid Chest',94,0,1,57,2282,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2855,3,259,'Solid Chest',94,0,1,57,2283,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2857,3,259,'Solid Chest',94,0,1,57,2284,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (2858,3,235,'Pillar of Amethyst',0,0,1,67,2416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2866,3,2312,'Firebloom',0,0,1,50,2292,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2867,3,31,'Excavation Supply Crate',0,4,1,43,2298,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2868,2,222,'Crumpled Map',84,0,1,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2870,5,266,'Yellow aura, very tall column',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2871,8,402,'Seaworn Altar',0,0,1,22,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2872,5,267,'Enchanted Sea Kelp',0,64,0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2875,2,211,'Battered Dwarven Skeleton',84,0,1,43,436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2883,3,60,'Ripe Pumpkin',77,0,1,43,2356,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2891,3,293,'Balia\'mah Trophy Skulls',0,4,1.11,43,1744,1,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2892,3,293,'Ziata\'jai Trophy Skulls',0,4,1.16,43,1745,1,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2893,3,293,'Zul\'Mamwe Trophy Skulls',0,4,1.2,43,1746,1,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2904,5,298,'Water Well Cleansing Aura',0,64,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2907,3,297,'Water Pitcher',0,4,1.5,43,2369,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2908,2,287,'Sealed Supply Crate',83,0,1,43,448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2909,8,299,'Wildmane Water Pump',0,0,2.73,8,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2910,3,362,'Well Stone',0,4,0.75,43,2411,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2911,8,299,'Stormbull Water Well',0,0,2.27,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2912,3,424,'Ambercorn',0,4,1.5,43,2412,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2913,8,299,'Winterhoof Water Well',0,0,4.17,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2914,8,200,'Tribal Fire',0,0,1.02,9,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2933,2,302,'Seal of the Earth',35,0,1,0,457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2968,5,308,'Bloodhoof Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2969,5,308,'Thunder Bluff',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2970,5,308,'Bloodhoof Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2971,5,308,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2972,5,308,'Camp Narache',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2973,5,308,'Camp Narache',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2974,5,308,'Thunder Bluff',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2975,5,308,'Bloodhoof Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2976,5,308,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2977,5,308,'Camp Narache',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (2978,5,308,'Bloodhoof Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3076,3,222,'Dirt-stained Map',0,0,1,43,2420,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3084,8,307,'Fire',0,0,1.67,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3085,8,199,'Campfire',0,0,0.71139,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3089,8,307,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3187,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3189,10,210,'Attack Plan: Valley of Trials',0,0,1,43,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3190,10,210,'Attack Plan: Sen\'jin Village',0,0,1,43,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3192,10,210,'Attack Plan: Orgrimmar',0,0,1,43,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3194,5,308,'Bloodhoof Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3195,5,308,'Thunder Bluff',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3196,5,308,'Thunder Bluff',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3197,5,308,'Bloodhoof Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3198,5,308,'Bloodhoof Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3199,5,308,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3200,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3201,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3202,5,309,'Grom\'gol',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3203,5,309,'Arena',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3204,5,309,'Booty Bay',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3205,5,22,'Arena',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3206,5,22,'Booty Bay',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3207,5,22,'Duskwood',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3208,5,309,'Booty Bay',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3209,5,309,'Grom\'Gol',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3210,5,309,'Arena',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3211,5,22,'Duskwood',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3212,5,22,'Booty Bay',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3213,5,22,'Arena',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3214,5,309,'Arena',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3215,5,309,'Grom\'Gol',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3216,5,22,'Arena',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3217,5,22,'Duskwood',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3220,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3222,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3223,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3224,5,309,'Razor Hill',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3225,5,309,'Razor Hill',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3226,5,309,'Orgrimmar',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3227,5,309,'The Den',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3228,5,309,'The Barrens',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3229,5,309,'The Den',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3230,5,309,'Razor Hill',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3231,5,309,'Razor Hill',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3232,5,309,'Razor Hill',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3233,5,309,'The Den',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3234,5,309,'Orgrimmar',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3235,5,309,'Orgrimmar',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3236,3,318,'Gnomish Toolbox',0,4,1,43,2422,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3237,3,226,'Imprisoned Darkspear',0,4,1.3,43,2424,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3238,3,319,'Chen\'s Empty Keg',102,0,1,43,2494,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3239,3,41,'Benedict\'s Chest',29,0,1,68,2483,0,0,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3240,3,412,'Taillasher Eggs',29,4,1,43,2495,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3246,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3249,8,199,'Campfire',0,0,0.9,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3251,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3252,8,192,'Campfire',0,0,1.1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3253,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3254,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3256,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3258,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3260,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3262,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3264,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3265,8,322,'',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3266,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3270,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3276,5,309,'Sen\'jin Village',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3286,8,192,'Roaring Fire',0,0,1.15,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3290,3,323,'Stolen Supply Sack',0,4,1,43,2491,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3296,8,192,'Scorching Fire',0,0,1.21,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3298,8,192,'Blazing Fire',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3301,8,192,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3303,8,192,'Warm Fire',0,0,1.37,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3306,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3307,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3308,8,324,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3310,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3311,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3314,5,309,'The Barrens',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3315,8,216,'Boiling Cauldron',0,0,1.749,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3523,5,410,'TEST Circle of Flame',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3524,10,327,'The Demon Seed',14,0,1,0,0,0,65536000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3525,10,328,'The Altar of Fire',35,4,1.47,69,924,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3636,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3637,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3638,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3639,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3640,3,359,'Laden Mushroom',35,4,1,259,2496,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3642,3,1,'Kolkars\' Booty',0,0,1.7,70,3318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3643,2,8,'Old Footlocker',0,0,1,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3644,10,330,'Bael Modan Flying Machine',0,4,1,71,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3646,3,10,'General Twinbraid\'s Strongbox',0,4,1,43,2499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3656,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3658,3,334,'Water Barrel',94,0,1,57,2502,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3659,3,334,'Barrel of Melon Juice',94,0,1,57,2601,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3660,3,335,'Armor Crate',94,0,1,57,441,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3661,3,335,'Weapon Crate',94,0,1,57,444,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3662,3,336,'Food Crate',94,0,0.75,57,2578,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3685,3,346,'Silithid Mound',29,4,1,72,2620,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3689,3,335,'Weapon Crate',94,0,1,57,404,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3690,3,336,'Food Crate',94,0,0.75,57,2577,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3691,3,336,'Food Crate',94,0,0.75,57,2574,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3693,3,336,'Food Crate',94,0,0.75,57,2572,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3694,3,336,'Food Crate',94,0,0.75,57,2575,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3695,3,336,'Food Crate',94,0,0.75,57,2600,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3702,3,335,'Armor Crate',0,0,1,57,405,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3703,3,335,'Armor Crate',94,0,1,57,1619,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3704,3,335,'Weapon Crate',94,0,1,57,1618,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3705,3,334,'Barrel of Milk',94,0,1,57,2579,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3706,3,334,'Barrel of Sweet Nectar',94,0,1,57,2602,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3707,3,336,'Food Crate',94,0,0.75,57,9955,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3710,3,336,'Food Crate',0,0,1,43,2356,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3714,3,259,'Alliance Strongbox',102,2,1,5,2281,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (3715,3,259,'Tattered Chest',102,0,1,57,2281,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (3716,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3717,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3718,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3719,3,336,'Food Crate',94,0,0.75,57,2510,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3722,8,192,'Campfire',0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3723,8,192,'Campfire',0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3724,3,269,'Peacebloom',0,0,0.5,29,2512,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3725,3,270,'Silverleaf',0,0,0.6,29,2511,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3726,3,414,'Earthroot',0,0,0.4,30,2513,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3727,3,268,'Mageroyal',0,0,0.3,9,2514,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3729,3,271,'Briarthorn',0,0,0.4,31,2515,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3730,3,358,'Bruiseweed',0,0,0.7,11,2516,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3737,10,344,'Bubbling Fissure',35,4,1,73,877,525,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3740,2,344,'Bubbling Fissure',0,0,1,0,523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3743,3,267,'Fissure Plant',0,0,0.5,57,2603,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3760,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3761,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3763,3,310,'Copper Vein',0,0,0.5,38,2626,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3764,3,315,'Tin Vein',0,0,0.5,39,2627,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3767,3,31,'Drizzlik\'s Emporium',0,4,1,43,2628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3768,3,347,'Fragile - Do Not Drop',0,4,1,43,2629,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3769,8,348,'Potbelly Stove',0,0,1.17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3770,8,348,'Potbelly Stove',0,0,1.17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3771,8,348,'Potbelly Stove',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3772,8,348,'Potbelly Stove',0,0,1.17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3797,8,199,'Cozy Fire',0,0,0.841472,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3798,8,199,'Cozy Fire',0,0,0.842734,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3799,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3800,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3801,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3802,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3803,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3804,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3815,8,199,'Warm Fire',0,0,0.841472,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3816,8,199,'Warm Fire',0,0,0.842734,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3817,8,199,'Blazing Fire',0,0,0.841472,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3818,8,199,'Blazing Fire',0,0,0.841472,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3819,8,199,'Blazing Fire',0,0,0.842734,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3832,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3833,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3834,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3835,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3836,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3837,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3838,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3839,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3840,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3841,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3842,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3843,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3844,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3845,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3847,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3848,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3849,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3850,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3851,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3852,8,349,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3853,8,349,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3855,8,349,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3856,8,349,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3857,8,349,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3864,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3865,8,350,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3866,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3867,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3869,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3870,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3871,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3872,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3873,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3874,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3875,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3876,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3877,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3878,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3879,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3880,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3881,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3882,8,349,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3883,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3884,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3885,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3886,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3888,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3890,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3891,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3892,8,351,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3893,8,350,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3894,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3895,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3896,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3897,8,349,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3898,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3899,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3900,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3901,8,349,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3902,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3903,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3904,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3905,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3906,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3907,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3908,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3909,8,350,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3910,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3911,8,351,'Burning Embers',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3912,8,350,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3913,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3914,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3915,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3916,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3917,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3918,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3919,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3920,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3921,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3922,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3923,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3924,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3925,8,351,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3926,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3927,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3928,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3929,8,350,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3930,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3931,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3932,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3933,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3934,8,351,'Blazing Fire',0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3936,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3937,8,350,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3938,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3939,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3940,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3941,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3942,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3943,8,350,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3944,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3945,8,350,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3946,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3947,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3948,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3949,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3950,8,351,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3951,8,350,'Mighty Blaze',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3960,8,349,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3962,8,349,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3963,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3964,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3967,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3968,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (3972,2,15,'WANTED',0,0,1,0,527,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4004,8,622,'Fire Plume Ridge Lava Lake',0,0,1,903,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4005,8,622,'Bank',0,0,1,705,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4072,10,353,'Main Control Valve',0,4,1,43,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4087,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4088,8,166,'Anvil',0,0,1.29,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4089,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4090,8,355,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4095,3,259,'Alliance Strongbox',0,0,1,23,2282,0,1,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4096,3,259,'Tattered Chest',102,0,1,57,2282,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (4097,5,308,'Ratchet',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4098,5,308,'Durotar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4099,5,308,'Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4100,5,308,'Stonetalon Mountains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4101,5,308,'Crossroads',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4102,5,308,'The Crossroads',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4103,5,308,'Stonetalon Mountains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4104,5,308,'Ashenvale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4105,5,308,'Dustwallow Marsh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4106,5,308,'Thousand Needles',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4115,5,308,'The Crossroads',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4116,5,308,'Dustwallow Marsh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4117,5,308,'Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4118,5,308,'Thousand Needles',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4119,5,308,'Durotar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4120,5,308,'Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4121,5,308,'Dustwallow Marsh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4122,5,308,'Thousand Needles',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4123,5,308,'The Crossroads',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4132,5,308,'Ashenvale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4133,5,308,'The Crossroads',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4134,5,308,'Durotar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4135,5,308,'The Crossroads',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4136,5,308,'Durotar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4137,5,308,'Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4138,5,308,'Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4141,2,356,'Control Console',35,0,1,93,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4149,3,259,'Solid Chest',94,0,1,57,5278,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (4166,10,345,'Alchemical Implements',14,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4170,11,360,'Mesa Elevator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4171,11,360,'Mesa Elevator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4406,3,378,'Webwood Eggs',35,4,1,43,2691,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (4608,3,391,'Timberling Sprout',0,4,1.25,43,2712,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (5619,2,362,'Flawed Power Stone',0,0,0.26,0,536,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (5620,2,362,'Flawed Power Stones',0,0,0.3,0,536,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (5621,2,362,'Flawed Power Stones',0,0,0.31,0,536,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (5622,5,363,'Purple aura, short column, 0.6 scale',0,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6286,8,365,'',0,0,2,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6287,8,365,'',0,0,2,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6288,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6289,8,366,'Smoldering Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6290,8,366,'Smoldering Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6291,8,366,'Smoldering Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6292,8,366,'Smoldering Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6293,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6294,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6295,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6751,2,369,'Strange Fruited Plant',0,0,4.78,0,537,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6752,2,370,'Strange Fronded Plant',0,0,4.14,0,538,0,542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6906,10,372,'Red Raptor Nest',0,4,1.69,75,905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6907,10,372,'Blue Raptor Nest',0,4,1.42398,75,905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (6908,10,372,'Yellow Raptor Nest',0,4,1.80957,75,905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7510,2,267,'Sprouted Frond',0,0,1,43,1731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (7923,2,377,'Denalan\'s Planter',35,0,1.35,0,542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (9630,3,379,'Flagongut\'s Fossil',0,4,1,43,2760,30,1,0,0,601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (9847,8,199,'Cooking Fire',0,0,1.21,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10076,2,445,'Scrying Bowl',4,64,2.5,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10082,5,26,'Stormwind',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10083,5,26,'Goldshire',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10192,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10193,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10194,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10195,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10196,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10197,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10198,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10199,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10200,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10201,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10202,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10203,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10204,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10205,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10206,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10207,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10208,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10209,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10210,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10211,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10212,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10213,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10214,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10215,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10216,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10217,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10218,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10219,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10220,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10221,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10222,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10223,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10224,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (10388,8,199,'Cooking Fire',0,0,1.00093,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (11713,3,385,'Death Cap',0,4,0.5,259,2765,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (11714,3,359,'Scaber Stalk',0,4,0.5,259,2766,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (11898,11,360,'Mesa Elevator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (11899,11,360,'Mesa Elevator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12144,6,338,'Twilight Tome',14,0,1,0,0,5,5951,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12351,5,386,'Dolanaar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12352,5,386,'Starbreeze Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12353,5,386,'Shadowglen',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12354,5,386,'Aldrassil',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12355,5,386,'Starbreeze Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12356,5,386,'Dolanaar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12357,5,386,'Darnassus',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12358,5,386,'Starbreeze Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12359,5,386,'Shadowglen',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12360,5,386,'The Oracle Glade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12361,5,386,'Dolanaar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12362,5,386,'Aldrassil',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12363,5,386,'Darnassus',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12364,5,386,'Dolanaar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12365,5,386,'The Oracle Glade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12366,5,386,'Darnassus',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12653,6,1287,'Cat Figurine Trap',14,0,1,0,0,0,5968,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12654,3,406,'Mathystra Relic',0,4,4,57,2767,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12665,8,331,'Cooking Table',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12666,2,387,'Twilight Tome',0,0,1,0,549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12893,5,388,'Grove of the Ancients',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12894,5,388,'Ameth\'Aran',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12895,5,388,'Ashenvale',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12896,5,388,'Auberdine',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12897,5,388,'Ameth\'Aran',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12898,5,388,'Grove of the Ancients',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12899,5,388,'Ashenvale',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12900,5,388,'Bashal\'Aran',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12901,5,388,'Auberdine',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12902,5,388,'Bashal\'Aran',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12903,5,388,'Mathystra',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12904,5,388,'Ashenvale',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12907,5,388,'Mathystra',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12908,5,388,'Auberdine',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (12909,5,388,'Bashal\'Aran',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13348,5,386,'Darkshore',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13349,5,386,'Astranaar',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13350,5,386,'Astranaar',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13351,5,386,'Darkshore',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13352,5,386,'The Shrine of Aessina',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13353,5,386,'The Shrine of Aessina',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13354,5,386,'The Shrine of Aessina',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13355,5,386,'Darkshore',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13356,5,386,'The Barrens',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13357,5,386,'Felwood',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13358,5,386,'Azshara',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13359,3,407,'Cat Figurine',0,0,3,57,2768,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13360,3,405,'Mathystra Relic',0,4,1.5,57,2767,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13405,5,386,'Felwood',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13406,5,386,'Astranaar',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13407,5,386,'The Barrens',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13408,5,386,'Azshara',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13409,5,386,'Azshara',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13410,5,386,'The Barrens',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13411,5,386,'Felwood',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13412,5,386,'Astranaar',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13756,24,5772,'Graveyard Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13872,3,404,'Mathystra Relic',0,4,3,57,2767,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13873,3,407,'Cat Figurine',0,0,3,57,2768,0,1,0,0,0,12653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13891,3,390,'Serpentbloom',0,4,0.3,259,2772,0,1,0,0,0,19535,962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13949,3,10,'Pitted Iron Chest',0,4,1.5,93,2774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13952,5,395,'Target',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (13965,0,394,'Factory Door',114,32,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (15001,24,5772,'Mine Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (15002,24,5772,'Lumber Mill Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (15003,24,5772,'Farm Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (15004,24,5772,'Blacksmith Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (15005,24,5772,'Stable Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (15068,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (15069,8,200,'Bonfire',0,0,0.98,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (16393,10,249,'Ancient Flame',84,4,1,80,957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (16394,5,397,'Ancient Flame',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (16396,5,22,'Moonbrook',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (16397,0,394,'Iron Clad Door',0,34,1,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (16398,10,245,'Defias Cannon',0,0,1,83,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_defias_cannon'), - (16399,0,394,'Foundry Door',114,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (16400,0,394,'Mast Room Door',114,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (16431,2,6486,'Cracked Necrotic Crystal',0,0,1,0,0,1,0,9292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17153,0,400,'Heavy Door',0,32,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17154,0,400,'Heavy Door',0,32,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17155,3,33,'Defias Gunpowder',0,0,1,57,2882,0,1,0,0,619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17156,1,295,'Door Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17157,1,295,'Door Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17182,2,356,'Buzzbox 827',35,0,1.54,0,569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17183,2,356,'Buzzbox 411',0,0,1.19,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17184,2,356,'Buzzbox 323',0,0,1.18,0,568,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17185,2,356,'Buzzbox 525',0,0,1.04,0,571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17188,10,403,'The Lay of Ameth\'Aran',84,4,1.8,43,953,0,0,0,0,0,358,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17189,10,403,'The Fall of Ameth\'Aran',84,4,2.14,43,953,0,0,0,0,0,359,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17190,8,233,'Forge',0,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17191,8,273,'Anvil',0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17249,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17250,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17251,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17252,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17253,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17254,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17255,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17256,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17257,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17258,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17259,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17260,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17261,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17262,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17263,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17264,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17265,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17266,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17267,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17268,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17269,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17270,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17271,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17272,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17273,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17274,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17275,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17276,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17277,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17278,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17279,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17280,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17281,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17282,3,418,'Plant Bundle',0,4,0.2,259,2934,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17284,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (17783,3,406,'Ancient Statuette',0,4,3,43,2922,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18033,5,308,'Mulgore',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18034,5,308,'The Crossroads',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18035,8,200,'Tribal Fire',0,0,0.4,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18036,3,228,'Bottle of Disease',0,4,2,43,2935,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18043,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18045,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18046,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18047,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18048,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18049,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18050,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18051,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18052,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18053,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18054,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18055,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18056,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18057,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18058,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18059,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18060,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18061,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18062,8,373,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18063,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18064,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18065,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18066,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18067,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18068,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18069,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18070,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18071,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18072,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18073,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18074,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18075,8,331,'Cooking Table',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18076,8,408,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18077,8,409,'Smoking Rack',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18079,8,216,'Bubbling Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18083,8,216,'Bubbling Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18084,8,216,'Bubbling Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18085,8,307,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18087,8,192,'Campfire',0,0,0.7,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18089,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18090,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18340,8,216,'Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18341,8,216,'Bubbling Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18342,8,216,'Boiling Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18343,8,192,'Campfire',14,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18344,8,192,'Campfire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18345,8,216,'Bubbling Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18596,8,192,'Crackling Campfire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18603,5,406,'Ancient Statuette',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18643,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18644,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18645,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18895,0,413,'Courtyard Door',114,34,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18899,1,295,'Lever',35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18900,1,295,'Lever',35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18901,1,295,'Lever',35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18930,8,199,'Campfire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18934,0,411,'Cell Door',114,34,1.37,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18935,0,411,'Cell Door',114,34,1.37,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18936,0,411,'Cell Door',114,34,1.37,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18971,0,415,'Arugal\'s Lair',114,34,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18972,0,411,'Sorcerer\'s Gate',114,34,1.72515,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (18973,10,416,'Arugal\'s Focus',14,0,1,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19015,3,429,'Elune\'s Tear',35,4,0.5,43,2952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19016,3,419,'Stardust Covered Bush',0,4,0.6,43,2962,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19017,3,261,'Giant Clam',94,0,0.75,57,2954,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19018,3,261,'Giant Clam',94,0,0.75,57,2959,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19019,3,335,'Box of Assorted Parts',94,0,1,57,2953,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19020,3,335,'Box of Assorted Parts',94,0,1,57,2955,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19021,3,10,'Rusty Chest',0,0,0.75,57,2971,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19022,3,10,'Worn Chest',0,4,1,89,2972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19023,6,1287,'House 2',14,0,1,55,28,0,6465,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19024,2,236,'Hidden Shrine',84,0,2.12,0,592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19025,9,403,'Ancient Inscription',0,0,1,395,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19027,10,430,'Tome of Mel\'Thandris',84,4,1,43,1022,663,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19028,5,22,'Scarlet Watch Post',0,0,0.67,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19030,10,20,'Mound of Dirt',84,4,1,43,1043,664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19033,5,308,'The Barrens',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19283,3,387,'Compendium of the Fallen',104,4,1,43,3063,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19284,3,422,'Mythology of the Titans',55,4,1,43,3064,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19463,8,0,'Cliffspring Falls Cave Mouth',0,0,1,1003,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19464,8,0,'Dreadmist Peak Pool',0,0,1,1004,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19534,10,210,'Anton\'s Letter of Commendation',0,0,1,0,0,0,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19535,6,0,'Serpentbloom',0,0,0.3,0,1,0,6195,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19536,8,192,'Crackling Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19538,5,426,'World Tree Portal',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19539,5,427,'Grinding Wheel',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19540,5,428,'Orc Manacle',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19541,3,378,'Deepmoss Eggs',35,0,1,43,3082,0,1,0,0,0,19543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19542,3,378,'Deepmoss Eggs',35,0,1,43,3081,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19543,6,0,'Deepmoss Eggs trap',14,0,1,0,0,0,6629,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19544,5,431,'Jin\'Zil\'s Smoke',14,64,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19545,5,386,'The Oracle Glade',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19546,5,386,'Dolanaar',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19547,0,243,'Venture Co. Explosives Wagon',114,32,1,0,0,39321600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19548,13,621,'Eye of Azora',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19549,8,367,'Shadowglen Moonwell',0,0,2.49,11,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19550,8,433,'Starbreeze Village Moonwell',0,0,1.76,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19551,8,434,'Pools of Arlithrien Moonwell',0,0,1.55,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19552,8,435,'Oracle Glade Moonwell',0,0,1.67,14,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19553,5,22,'Greatwood Vale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19554,5,22,'Stonetalon Peak',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19555,5,22,'Windshear Crag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19556,5,22,'The Charred Vale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19557,5,22,'Welcome',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19558,5,22,'Windshear Crag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19559,5,22,'Sun Rock Retreat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19560,5,22,'Stonetalon Peak',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19561,5,22,'Greatwood Vale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19562,5,22,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19563,5,22,'Windshear Crag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19564,5,22,'Greatwood Vale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19565,5,22,'Sun Rock Retreat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19566,5,22,'Desolace',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19567,5,22,'Stonetalon Peak',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19568,5,22,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19569,5,22,'End of Venture Co. Lands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19570,5,22,'DANGER!',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19571,5,22,'KEEP OUT!',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19572,5,388,'Desolace',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19573,5,388,'Stonetalon Peak',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19574,5,388,'Windshear Crag',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19575,5,388,'Greatwood Vale',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19576,5,388,'The Barrens',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19577,5,22,'The Charred Vale',0,0,0.77,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19578,5,388,'Windshear Crag',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19579,5,388,'Desolace',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19580,5,388,'Greatwood Vale',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19581,5,388,'Stonetalon Peak',84,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19582,5,309,'Goblin Shredder Suit',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19583,5,309,'Sun Rock Retreat',83,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19585,5,22,'Venture Co. Stonetalon Mtns. Project',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19586,5,446,'The Toxic Fogger',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19587,5,437,'Monestary Hall Door',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19590,6,1287,'Venture Co. Wagon Trap',14,0,1,95,28,0,6636,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19591,8,367,'Venture Co. Wagon (Blue)',14,0,1,16,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19592,8,191,'NG-5 Explosives (Red)',0,0,1,18,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19594,8,367,'Venture Co. Copter Pad',0,0,4,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19595,3,438,'Gatekeeper\'s Hold',83,4,1,57,3087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19596,3,439,'Sleepers\' Cache',83,4,1,94,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19597,3,439,'Druids\' Cache',83,4,1,94,3089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19598,3,439,'Barrow Cache',83,4,1,94,3090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19599,2,236,'Talon Den Hoard',83,0,1.3,93,615,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19600,8,367,'Venture Co. Wagon (Red)',84,0,1,17,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19601,8,191,'NG-5 Explosives (Blue)',0,0,1,19,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19602,3,440,'Venture Co. Engineering Plans',84,4,0.33,57,3091,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19603,3,107,'Venture Co. Documents',84,4,1,57,3092,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19839,5,308,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19840,5,308,'Freewind Post',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19841,5,308,'The Shimmering Flats',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19842,5,308,'Feralas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19843,5,308,'Freewind Post',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19844,5,308,'The Great Lift',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19845,5,308,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19846,5,308,'The Shimmering Flats',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19847,5,388,'Thalanaar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19848,5,308,'Freewind Post',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19849,5,308,'The Shimmering Flats',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19850,5,308,'Tanaris',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19851,5,308,'The Great Lift',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19852,5,308,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19853,5,308,'Freewind Post',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19854,5,308,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19855,5,308,'Tanaris',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19856,5,388,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19857,5,388,'The Shimmering Flats',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19858,5,388,'Thalanaar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19859,5,388,'Feralas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19861,3,447,'Henrig Lonebrow\'s Journal',55,0,1,43,3214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19862,5,404,'Glowing Soulgem',0,64,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19863,5,386,'Maestra\'s Post',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19868,3,449,'Rocket Car Rubble',0,4,1.5,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19869,3,450,'Rocket Car Rubble',0,4,2,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19870,3,451,'Rocket Car Rubble',0,4,0.5,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19871,3,452,'Rocket Car Rubble',0,4,2,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19872,3,453,'Rocket Car Rubble',0,4,0.6,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19873,3,454,'Rocket Car Rubble',0,4,1.5,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19874,8,273,'Anvil',0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19875,5,14,'Fresh Lion Carcass',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19876,8,367,'Flame of Uzel',0,0,3,20,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19877,3,41,'Velinde\'s Locker',84,4,1,90,3062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19878,10,336,'Parts Crate',14,64,0.5,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19879,10,327,'Red Soulgem',14,0,1,93,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19897,5,32,'Cask of Fool\'s Stout',35,64,0.7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19901,10,465,'Circle of Imprisonment',84,4,1,93,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19902,8,233,'Forge',0,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19903,3,384,'Indurium Mineral Vein',0,0,0.5,25,3266,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19904,3,457,'Mok\'Morokk\'s Snuff',35,4,1,43,3284,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19905,3,459,'Mok\'Morokk\'s Grog',35,4,1,43,3285,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (19906,3,10,'Mok\'Morokk\'s Strongbox',35,4,1,43,3286,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20351,10,327,'Blue Soulgem',14,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20352,10,343,'Circle of Imprisonment',0,4,1,93,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20356,8,199,'Campfire',0,0,1.19979,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20358,5,45,'White Smoke Emitter - scale 0.2',0,64,0.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20359,10,477,'Egg of Onyxia',0,0,1,99,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20447,10,335,'Harpy Foodstuffs',94,4,1,43,1150,747,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20649,11,455,'Undervator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20650,11,462,'upperLdoor',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20651,11,462,'lowerLdoor',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20652,11,455,'Undervator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20653,11,462,'upperLdoor',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20654,11,462,'lowerLdoor',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20655,11,455,'Undervator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20656,11,462,'upperLdoor',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20657,11,462,'lowerLdoor',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20689,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20691,3,1,'Cozzle\'s Footlocker',35,4,1,97,3309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20692,8,192,'Campfire',0,0,1.07297,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20693,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20694,8,199,'Campfire',0,0,1.17483,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20724,5,249,'Dor\'Danil Pillar',0,0,0.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20725,3,470,'The Legacy of the Aspects',0,4,1,57,3312,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20726,3,470,'Beginnings of the Undead Threat',83,4,1,57,3313,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20727,3,335,'Gizmorium Shipping Crate',35,4,1,93,3314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20737,10,472,'Keenly Disguised Barrel',14,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20738,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20739,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20805,2,220,'Rizzle\'s Unguarded Plans',0,64,1,93,655,1,6030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20806,8,473,'Ashenvale Moonwell',0,0,1,21,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20807,3,475,'Ancient Brazier',0,4,1,98,3315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20808,15,3015,'Booty Bay Ship',0,40,1,241,30,1,0,0,1,593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20810,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20811,5,649,'Mine',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20812,5,629,'Orc Tower',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20816,5,628,'Guard Tower',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20817,5,2170,'Holding Pen',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20818,5,4691,'Night Elf Moon Well',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20819,5,368,'Moon Well 2',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20820,5,3534,'Giant Sea Turtle',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20821,5,3531,'Giant Turtle',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20822,5,2410,'Landing Pad',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20823,5,467,'Player Housing',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20824,5,629,'Orc Tower',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20827,5,471,'Stormwind City',0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20829,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20830,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20831,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20849,8,200,'Bonfire',0,0,1.69,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20850,8,192,'Crackling Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20869,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20870,8,216,'Cauldron',0,0,0.870579,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20871,8,216,'Cauldron',0,0,0.870579,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20872,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20873,8,366,'Smoldering Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20874,8,366,'Smoldering Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20875,8,366,'Smoldering Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20876,8,366,'Smoldering Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20877,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20878,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20879,8,192,'Crackling Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20881,8,192,'Flickering Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20898,8,199,'Burning Pile of Bones',0,0,0.74,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20899,0,243,'Venture Co. Explosives Wagon',114,32,1,0,0,39321600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20900,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20917,5,263,'Blue aura. short column. scale 3',0,64,1.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20918,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20920,3,683,'Blueleaf Tuber',0,4,0.6,43,3338,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20921,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20922,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20923,2,478,'Stone of Remembrance',0,0,0.94,0,5791,0,5004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20924,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20925,3,318,'Captain\'s Footlocker',0,4,2.37,43,3394,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20926,8,192,'Flickering Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20939,5,148,'Bogbean Plant',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20960,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20961,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20962,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20963,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20964,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20965,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20966,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20968,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20969,8,396,'Scourge Campfire',0,0,2.03,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20970,8,216,'Bubbling Cauldron',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20972,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20975,8,197,'Brazier',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20976,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20977,8,200,'Troll Bonfire',0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20978,8,200,'Troll Bonfire',0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20979,8,200,'Troll Bonfire',0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20980,8,200,'Troll Bonfire',0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20981,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20982,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20983,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20985,2,498,'Loose Dirt',0,0,1.72,0,679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20986,8,197,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20989,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20990,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20991,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (20992,2,58,'Black Shield',35,0,1,0,719,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21004,9,519,'Monument to Grom Hellscream',0,0,1,2211,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21007,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21008,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21009,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21015,2,520,'Hoofprints',35,0,0.51,0,755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21016,2,520,'Hoofprints',35,0,0.53,0,755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21042,2,522,'Theramore Guard Badge',35,0,0.3,0,756,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21052,3,10,'Defias Strongbox',35,4,1,43,3443,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21053,5,150,'Sentry Point',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21054,5,150,'North Point Tower',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21055,5,150,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21056,5,150,'Theramore Isle',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21057,5,26,'Foothold Citadel',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21058,5,26,'The Docks',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21059,5,26,'Dustwallow Marsh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21060,5,26,'The Docks',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21061,5,26,'Foothold Citadel',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21062,5,26,'Dustwallow Marsh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21063,5,26,'Foothold Citadel',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21064,5,26,'Dustwallow Marsh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21065,5,26,'The Docks',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21066,5,26,'The Docks',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21067,5,26,'Foothold Citadel',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21068,5,26,'Dustwallow Marsh',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21069,5,150,'Theramore Isle',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21070,5,150,'Sentry Point',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21071,5,150,'North Point Tower',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21072,5,150,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21073,5,150,'Sentry Point',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21074,5,150,'Theramore Isle',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21075,5,150,'North Point Tower',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21076,5,150,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21077,5,150,'Shady Rest Inn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21078,5,150,'North Point Tower',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21079,5,150,'Theramore Isle',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21080,5,150,'Shady Rest Inn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21081,5,150,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21082,5,309,'Brackenwall Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21083,5,309,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21084,5,309,'Stonemaul',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21085,5,309,'The Barrens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21086,5,309,'Brackenwall Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21087,5,309,'Stonemaul',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21088,5,309,'BEWARE!',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21089,5,309,'You are entering the Dragonmurk',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21099,0,523,'ward',114,34,2.69226,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21117,0,460,'Portal of Aku\'Mai',114,34,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21118,1,524,'Fire of Aku\'mai',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fire_of_akumai'), - (21119,1,524,'Fire of Aku\'mai',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fire_of_akumai'), - (21120,1,524,'Fire of Aku\'mai',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fire_of_akumai'), - (21121,1,524,'Fire of Aku\'mai',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fire_of_akumai'), - (21127,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21128,5,525,'Orc Spy Report',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21277,3,528,'Crate with Holes',0,4,0.5,93,3450,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21282,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21308,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21327,8,192,'Campfire',0,0,1.16,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21459,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21509,5,538,'The Shady Rest Inn',0,0,0.24,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21511,0,0,'Lashh\'an Spell Circle',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21530,3,447,'Snufflenose Owner\'s Manual',0,4,1,93,3502,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21581,9,558,'Aftermath of the Second War',0,0,1,627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21582,9,559,'Beyond the Dark Portal',0,0,1,633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21583,9,560,'The Kaldorei and the Well of Eternity',0,0,1,637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21628,8,273,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21629,8,273,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21630,8,233,'Forge',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21631,8,233,'Forge',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21653,11,562,'unk',0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21654,11,562,'unk',0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21655,11,562,'unk',0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21656,11,562,'unk',0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21678,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21679,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21680,16,787,'Duel Flag',5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (21701,8,166,'Anvil',0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22205,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22207,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22208,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22216,8,197,'Dwarven Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22217,8,197,'Dwarven Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22218,8,197,'Dwarven Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22219,8,197,'Dwarven Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22220,8,197,'Dwarven Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22221,8,197,'Dwarven Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22222,8,197,'Dwarven Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22223,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22224,8,199,'Dwarven Fire',0,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22225,8,199,'Dwarven Fire',0,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22226,8,199,'Dwarven Fire',0,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22229,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22230,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22231,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22234,10,325,'Signal Torch',0,4,1,93,1390,914,0,1,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22245,3,323,'Sack of Meat',0,4,1,43,3542,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22246,3,219,'Tear of Theradras',35,4,1,99,3543,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22248,7,39,'Merchant Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22249,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22250,7,39,'Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22251,7,39,'Wooden Seat',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22253,7,39,'Head Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22254,7,39,'Merchant Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22255,7,39,'Merchant Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22256,7,39,'Desk Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22257,7,91,'War Room Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22258,7,91,'War Room Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22259,7,91,'War Room Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22260,7,91,'War Room Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22261,7,91,'War Room Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22262,7,91,'War Room Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22530,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22531,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22533,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22534,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22535,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22536,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22537,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22538,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22540,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22541,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22542,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22543,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22544,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22545,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22546,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22547,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22549,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22550,3,219,'Draenethyst Crystals',35,4,1,43,3601,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22563,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22564,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22565,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22566,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22567,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22569,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22576,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22577,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22578,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22579,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22580,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22581,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22582,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22587,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22588,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22589,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22590,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22591,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22592,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22593,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22594,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22595,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22598,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22599,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22600,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22602,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22603,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22604,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22605,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22606,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22615,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22616,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22617,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22618,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22619,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22622,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22623,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22638,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22639,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22640,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22641,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22642,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22644,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22646,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22647,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22648,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22649,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22650,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22651,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22652,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22654,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22657,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22658,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22659,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22660,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22661,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22662,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22663,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22664,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22665,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22666,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22667,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22668,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22670,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22671,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22672,8,199,'Cozy Fire',0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22673,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22674,8,199,'Cozy Fire',0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22684,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22685,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22706,10,345,'Faustin\'s Alchemy Set',114,0,1,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22707,8,199,'Cozy Fire',0,0,1.24,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22708,8,199,'Cozy Fire',0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22709,8,199,'Cozy Fire',0,0,1.302,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22710,8,199,'Cozy Fire',0,0,1.2772,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22711,8,199,'Cozy Fire',0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22712,8,199,'Cozy Fire',0,0,1.11712,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22719,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22727,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22732,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22733,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22734,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22735,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22736,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22737,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22738,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22739,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22740,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22741,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22742,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22743,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22744,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22745,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22746,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22747,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22748,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22749,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22750,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22751,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22752,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22753,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22754,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22755,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22772,8,199,'Cozy Fire',0,0,1.24,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22773,8,199,'Cozy Fire',0,0,1.302,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22774,8,199,'Cozy Fire',0,0,1.2772,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22775,8,199,'Cozy Fire',0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22776,8,199,'Cozy Fire',0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22777,8,199,'Cozy Fire',0,0,1.11712,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22783,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22794,7,39,'Wooden Chair',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22795,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22796,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22797,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22798,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22799,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22800,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22801,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22802,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22803,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22804,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22806,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22808,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22809,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22810,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22811,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22812,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22813,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22816,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22817,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22831,8,199,'Cozy Fire',0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22832,8,199,'Cozy Fire',0,0,1.24,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22833,8,199,'Cozy Fire',0,0,1.302,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22834,8,199,'Cozy Fire',0,0,1.2772,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22835,8,199,'Cozy Fire',0,0,1.11712,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22836,8,199,'Cozy Fire',0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22849,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22852,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22853,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22854,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22855,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22856,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22858,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22860,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22864,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22865,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22879,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22880,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22881,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22882,8,199,'Cozy Fire',0,0,1.24,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22883,8,199,'Cozy Fire',0,0,1.302,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22884,8,199,'Cozy Fire',0,0,1.2772,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22885,8,199,'Cozy Fire',0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22886,8,199,'Cozy Fire',0,0,1.11712,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22887,8,199,'Cozy Fire',0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22894,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22902,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22904,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22908,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22909,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22910,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22911,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22912,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22913,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22914,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22915,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22916,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22917,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22918,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22919,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22920,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22921,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22922,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22923,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22924,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22925,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22926,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22927,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22928,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (22929,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23013,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23014,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23015,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23016,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23017,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23018,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23295,5,179,'Canal Tailor and Fit Shop',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23296,5,179,'Larson Clothiers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23299,5,27,'The Park',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23300,5,27,'The Park',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23301,5,27,'The Park',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23302,8,273,'Anvil',0,0,0.840336,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23303,8,273,'Anvil',0,0,1.17,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23304,8,204,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23305,8,209,'Forge',0,0,1.06433,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23505,3,335,'Gizmorium Shipping Crate',0,4,1,43,1686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23570,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23571,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23572,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23573,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23574,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23575,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23577,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23879,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23880,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (23881,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24388,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24389,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24390,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24391,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24392,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24393,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24394,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24395,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24396,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24397,7,622,'Stone Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24398,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24399,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24400,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24401,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24402,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24403,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24404,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24405,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24406,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24407,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24408,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24409,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24410,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24411,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24412,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24413,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24414,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24415,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24416,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24417,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24418,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24419,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24420,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24421,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24422,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24423,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24424,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24425,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24426,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24427,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24428,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24429,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24430,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24431,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24432,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24433,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24434,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24435,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24436,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24437,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24438,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24439,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24440,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24441,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24442,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24443,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24444,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24445,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24446,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24447,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24448,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24449,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24450,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24451,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24452,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24453,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24454,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24455,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24456,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24457,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24458,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24459,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24460,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24461,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24462,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24463,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24464,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24465,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24466,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24467,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24468,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24469,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24470,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24471,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24472,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24473,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24474,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24475,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24476,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24477,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24478,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24479,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24480,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24481,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24482,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24483,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24484,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24485,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24486,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24487,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24488,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24489,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24490,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24491,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24492,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24493,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24494,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24495,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24496,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24497,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24498,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24499,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24500,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24501,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24502,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24503,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24504,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24505,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24506,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24507,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24508,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24509,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24510,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24511,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24512,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24513,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24514,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24515,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24516,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24517,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24518,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24519,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24520,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24521,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24522,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24523,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24524,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24525,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24526,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24527,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24528,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24529,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24530,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24531,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24532,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24533,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24534,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24535,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24536,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24537,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24538,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24539,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24540,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24541,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24542,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24543,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24544,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24545,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24546,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24547,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24548,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24549,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24550,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24551,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24552,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24553,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24554,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24555,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24556,7,623,'Wooden Bench',0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24557,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24558,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24559,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24560,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24561,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24562,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24563,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24564,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24565,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24566,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24567,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24568,7,91,'Highback Chair',12,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24569,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24570,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24571,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24572,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24573,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24574,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24575,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24576,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24577,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24578,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24579,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24580,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24581,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24582,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24583,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24584,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24585,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24586,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24587,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24588,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24589,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24590,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24591,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24592,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24593,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24594,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24595,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24596,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24597,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24598,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24599,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24600,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24601,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24602,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24603,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24604,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24605,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24606,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24607,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24608,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24609,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24610,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24611,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24612,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24613,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24614,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24615,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24616,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24617,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24618,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24619,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24620,7,622,'Stone Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24621,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24622,7,622,'Stone Bench',0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24623,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24624,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24625,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24626,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24627,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24628,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24629,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24630,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24631,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24632,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24633,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24634,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24635,7,39,'Wooden Chair',0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24636,7,39,'Wooden Chair',0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24637,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24638,7,39,'Wooden Chair',0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24639,7,39,'Wooden Chair',0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24640,7,39,'Wooden Chair',0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24641,7,39,'Wooden Chair',0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24642,7,39,'Wooden Chair',0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24643,7,39,'Wooden Chair',0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24644,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24645,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24646,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24647,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24648,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24649,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24650,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24651,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24652,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24653,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24654,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24655,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24656,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24657,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24658,7,91,'Highback Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24659,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24660,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24661,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24662,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24663,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24664,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24665,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24666,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24667,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24668,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24669,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24670,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24671,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24672,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24673,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24674,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24675,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24676,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24677,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24678,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24679,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24680,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24681,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24682,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24683,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24684,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24685,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24686,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24687,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24688,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24689,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24690,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24691,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24692,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24693,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24694,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24695,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24696,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24697,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24698,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24699,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24700,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24701,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24702,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24703,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24704,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24705,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24706,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24715,5,26,'The Park',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24717,5,26,'The Park',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24718,5,26,'The Park',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24719,5,26,'The Park',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24720,5,26,'The Park',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24721,5,26,'The Park',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24723,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24724,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24725,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24726,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24727,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24728,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24729,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24745,8,233,'Forge',0,0,1.18,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24746,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24758,8,626,'Warm Fire',0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24759,8,626,'Warm Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24760,8,626,'Warm Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24761,8,626,'Warm Fire',0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24762,8,626,'Warm Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24763,8,626,'Warm Fire',0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24764,8,626,'Warm Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24765,8,626,'Warm Fire',0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24776,2,11,'Yuriv\'s Tombstone',35,0,1.01614,179,889,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24777,9,19,'Yuriv\'s Tombstone',35,0,1.71106,690,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (24798,3,627,'Sundried Driftwood',0,4,1,43,3544,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25328,5,174,'Pestle\'s Apothecary',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25329,9,214,'Kurdran Wildhammer',0,0,1.7,287,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25330,9,214,'General Turalyon',0,0,1.7,290,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25331,9,214,'Ranger Captain Alleria Windrunner',0,0,1.7,288,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25332,9,214,'Danath Trollbane',0,0,1.7,291,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25333,9,214,'Archmage Khadgar of the Kirin Tor',0,0,1.7,289,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25334,5,630,'Industrial District',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25336,5,631,'Old Town',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25337,5,631,'Old Town',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25338,5,632,'Cathedral Square',0,0,1.09,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25339,5,632,'Cathedral Square',0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25340,5,632,'Cathedral Square',0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25341,5,633,'The Park',0,0,1.44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25342,5,633,'The Park',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25346,5,631,'Old Town',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25347,5,631,'Old Town',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25348,5,634,'Mage Quarter',0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25349,5,634,'Mage Quarter',0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25350,5,634,'Mage Quarter',0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25351,5,634,'Mage Quarter',0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25352,5,633,'The Park',0,0,1.44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25353,5,633,'The Park',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25354,5,633,'The Park',0,0,1.44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25355,5,632,'Cathedral Square',0,0,1.09,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25356,5,632,'Cathedral Square',0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (25357,5,632,'Cathedral Square',0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26449,10,231,'Recombobulator',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26480,5,635,'Craghelm\'s Plate and Chain',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26482,5,636,'Goldfury\'s Hunting Supplies',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26483,5,637,'Fizzlespinner\'s General Goods',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26485,5,636,'Thundershot Guns \'n Ammo',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26486,5,639,'The Stonefire Tavern',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26487,5,640,'Barim\'s Reagents',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26488,5,638,'Timberline Arms',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26489,5,639,'Bruuk\'s Corner',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26490,5,641,'Ironforge Visitor\'s Center',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26491,5,637,'Pithwick\'s Bags and Supplies',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26492,5,641,'Farmountain Maps',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26493,5,642,'Stonebranch Herbalist',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26494,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26495,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26496,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26497,5,641,'Deep Mountain Mining Guild',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26498,5,643,'The Bronze Kettle',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (26499,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28024,3,10,'Caravan Chest',0,4,1,43,3596,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28027,5,26,'Dwarven District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28028,5,26,'Dwarven District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28029,5,26,'Dwarven District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28030,5,26,'Dwarven District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28031,5,26,'Dwarven District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28032,5,26,'Dwarven District',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28033,5,27,'Dwarven District',0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28034,5,27,'Dwarven District',0,0,1.5228,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28035,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28036,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28037,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28038,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28039,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28040,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28041,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28042,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28043,5,26,'Stormwind Gate',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28044,5,630,'Dwarven District',0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28045,5,630,'Dwarven District',0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28046,5,630,'Dwarven District',0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28047,5,630,'Dwarven District',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28048,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28049,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28050,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28051,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28052,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28053,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28054,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28055,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28056,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28069,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28070,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28071,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28072,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28073,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28074,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28075,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28603,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28604,3,335,'Scattered Crate',210,0,1,43,28604,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28605,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28606,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28607,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28608,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28609,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28610,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28611,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28612,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (28613,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29150,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29151,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29152,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29154,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29155,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29699,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29700,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29701,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29702,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29703,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29704,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29705,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29706,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29707,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29715,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29716,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29717,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29740,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29741,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29742,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29743,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29744,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29745,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29746,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29747,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29748,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29749,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29750,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29751,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29752,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29753,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29754,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29755,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29756,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29757,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29758,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29759,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29760,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29761,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29762,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29763,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29764,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29765,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29766,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29767,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29768,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29769,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29770,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29771,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29772,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29773,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29774,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29775,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29776,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29777,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29780,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29781,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29782,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29783,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (29784,8,192,'Basic Campfire',35,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (30854,3,651,'Atal\'ai Artifact',0,4,1,57,3598,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (30855,3,652,'Atal\'ai Artifact',0,4,1,57,3598,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (30856,3,653,'Atal\'ai Artifact',0,4,0.1,57,3598,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31407,8,200,'Roaring Bonfire',0,0,1.16083,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31408,8,200,'Bonfire',0,0,1.19642,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31409,8,200,'Raging Bonfire',0,0,1.04113,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31410,8,200,'Bonfire',0,0,1.18403,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31411,8,200,'Raging Bonfire',0,0,1.01918,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31442,6,0,'Basic Campfire',35,0,1,0,0,10,7353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31504,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31507,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31508,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31509,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31510,6,0,'Bright Campfire',35,0,1,0,0,10,7358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31511,8,192,'Bright Campfire',87,0,1,4,10,31510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31572,8,654,'Medium Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31573,8,654,'Medium Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31574,8,409,'Smoking Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31575,8,655,'Tall Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31576,8,654,'Medium Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31577,8,655,'Tall Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31578,8,655,'Tall Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31579,8,655,'Tall Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (31580,8,216,'Bubbling Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32056,11,561,'IronForge Elevator',0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32057,11,561,'IronForge Elevator',0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32107,8,200,'Roaring Fire',0,0,0.892703,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32109,8,200,'Roaring Fire',0,0,1.25265,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32110,8,200,'Bonfire',0,0,0.840797,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32348,5,635,'Flinthammer\'s Armorer and Clothier',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32349,19,1947,'Mailbox',55,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32350,5,656,'Finespindle\'s Leather Goods',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32351,5,656,'Stonebrow\'s Clothier',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32352,5,657,'Traveling Fisherman',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32353,5,658,'Springspindle\'s Gadgets',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32354,5,659,'Things That Go Boom!',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32355,5,660,'Ironforge Main Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32356,5,660,'Hall of Explorers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32357,5,660,'The Commerce Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32358,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32359,5,660,'The Military Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32360,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32361,5,660,'The Commerce Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32362,5,660,'The Mystic Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32363,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32364,5,660,'Market Walk',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32365,5,660,'The Military Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32366,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32367,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32368,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32370,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32371,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32372,5,660,'The Great Forge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32373,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32374,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32375,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32376,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32377,5,660,'Vault of Ironforge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32378,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32379,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32380,5,660,'Vault of Ironforge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32381,5,660,'The Forlorn Caverns',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32383,5,660,'The Forlorn Cavern',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32384,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32385,5,660,'The Military Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32386,5,660,'Hall of Mysteries',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32388,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32389,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32390,5,660,'Hall of Arms',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32391,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32392,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32393,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32394,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32395,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32396,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32397,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32398,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32399,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32400,5,660,'The Commerce Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32401,5,660,'The Commerce Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32402,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32403,5,660,'The Commerce Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32404,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32405,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32406,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32407,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32408,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32409,5,660,'The Commerce Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32410,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32411,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32412,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32413,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32414,5,660,'The Commerce Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32416,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32417,5,660,'The Commerce Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32418,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32419,5,660,'Gnomes',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32420,5,660,'The Commerce Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32421,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32423,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32424,5,660,'The Great Forge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32425,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32427,5,660,'The Mystic Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32428,5,660,'The Military Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32429,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32430,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32431,5,660,'The Great Forge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32434,5,660,'The Military Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32436,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32438,5,660,'The Mystic Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32440,5,660,'Ironforge Main Gate',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32569,2,10,'Galen\'s Strongbox',0,0,1,43,896,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32570,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32571,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32572,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32573,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32574,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32578,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32579,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32580,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32581,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32582,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32583,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32584,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32585,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32590,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32591,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32592,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32593,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32594,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32595,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32596,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32783,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32784,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32785,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32786,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32787,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32788,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32789,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32790,5,660,'The Great Forge',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32791,5,660,'The Mystic Ward',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32792,5,660,'Market Walk',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32793,5,660,'Hall of Explorers',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32833,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32834,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32835,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32842,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32843,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32844,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32845,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32846,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32847,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32848,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32849,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32850,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32851,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32852,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32853,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32854,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32855,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32856,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32857,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32858,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32859,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32860,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32861,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32862,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32863,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32878,8,200,'Bonfire',0,0,0.768807,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32879,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32880,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32881,8,200,'Roaring Bonfire',0,0,1.04747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32882,8,200,'Raging Fire',0,0,0.84248,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32883,8,200,'Bonfire',0,0,0.967571,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32884,8,200,'Roaring Fire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (32885,8,200,'Raging Bonfire',0,0,0.948,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (33998,5,663,'Sewers',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (33999,5,663,'Sewers',0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34012,5,663,'Sewers',0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34013,5,663,'Sewers',0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34025,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34026,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34027,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34028,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34029,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34030,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34031,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34032,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34033,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34034,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34035,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34036,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34037,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34038,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34167,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34168,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34357,5,666,'BerryFizz Potions and Mixed Drinks',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34358,5,660,'The Forlorn Cavern',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34359,5,660,'The Forlorn Cavern',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34360,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34361,5,660,'The Forlorn Cavern',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34362,5,660,'The Forlorn Cavern',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34363,5,660,'The Forlorn Cavern',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34571,8,667,'Forge',0,0,1.1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (34572,8,667,'Forge',0,0,1.1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35251,2,1,'Karnitol\'s Chest',210,0,1,43,901,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35252,3,51,'Ancient Relic',55,4,1,43,1678,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35572,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35573,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35574,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35575,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35576,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35577,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35578,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35579,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35580,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35581,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35582,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35583,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35584,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35585,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35588,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35589,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35591,17,668,'Fishing Bobber',1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35593,8,626,'Roaring Fire',0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35594,8,626,'Roaring Fire',0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35595,8,626,'Roaring Fire',0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35596,8,626,'Roaring Fire',0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35597,8,626,'Roaring Fire',0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35598,8,626,'Roaring Fire',0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (35844,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36070,5,663,'War Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36071,5,663,'War Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36072,5,663,'The Apothecarium',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36073,5,663,'Rogues\' Quarter',0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36077,5,663,'The Apothecarium',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36078,5,663,'Trade Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36079,5,663,'The Apothecarium',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36080,5,663,'Trade Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36082,5,663,'Magic Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36083,5,663,'Trade Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36085,5,663,'Trade Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36086,5,663,'Magic Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36090,5,663,'Magic Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36091,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36092,5,663,'Magic Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36093,5,663,'Magic Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36094,5,663,'The Apothecarium',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36095,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36096,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36098,5,663,'The Apothecarium',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36102,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36105,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36113,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36118,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36126,5,663,'Royal Quarter',0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36127,5,663,'Royal Quarter',0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36396,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36397,5,663,'Royal Quarter',0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36398,5,663,'Royal Quarter',0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36645,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36727,18,1327,'Summoning Portal',2,64,1,3,7720,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36738,3,185,'The Book of Ur',0,4,1,93,3623,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36977,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36979,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36980,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36981,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36982,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36983,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36984,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36985,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36986,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36987,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36988,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36989,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36990,7,603,'Dining Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36991,7,603,'Dining Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36992,7,603,'Dining Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36993,7,603,'Dining Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36994,7,603,'Dining Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36995,7,603,'Dining Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36996,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36997,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36998,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (36999,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37000,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37001,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37002,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37003,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37004,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37005,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37006,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37007,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37008,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37009,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37010,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37011,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37012,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37025,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37026,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37027,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37028,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37029,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37030,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37031,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37032,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37033,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37034,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37035,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37036,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37037,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37038,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37051,7,91,'War Room Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37089,8,602,'Fiery Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37090,8,602,'Fiery Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37091,8,602,'Fiery Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37092,8,602,'Fiery Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37093,8,602,'Fiery Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37094,8,602,'Fiery Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37095,8,602,'Fiery Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37096,8,602,'Fiery Brazier',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37097,8,465,'Summoning Circle',35,0,2,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37098,3,10,'Perrine\'s Chest',83,4,1,43,3625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37099,3,403,'Atal\'ai Tablet',0,4,1,43,3626,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37118,0,676,'Galen\'s Cage',14,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37473,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37474,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37475,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37476,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37477,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37478,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37479,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37480,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37481,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37482,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37483,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37484,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37485,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37486,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37487,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37488,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37489,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37490,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37491,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37492,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (37493,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38019,8,679,'Cookpot',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38020,8,679,'Potbelly Stove',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38021,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38022,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38023,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38024,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38025,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38026,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38027,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38028,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38029,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38030,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38147,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38148,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38491,8,355,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38492,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38493,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38494,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38495,8,166,'Anvil',0,0,1.29,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (38927,5,150,'Newman\'s Landing',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40197,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40198,8,680,'Fire',0,0,1.507,4,20,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40199,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40200,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40201,8,680,'Fire',0,0,0.953798,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40298,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40299,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40301,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (40303,8,273,'Anvil',0,0,1.17,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41185,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41186,8,192,'Campfire',0,0,1.05,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41187,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41188,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41189,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41190,8,192,'Campfire',0,0,1.1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41191,8,192,'Campfire',0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41192,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41193,8,192,'Campfire',0,0,1.11,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41194,8,192,'Campfire',0,0,1.04,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (41195,5,681,'Southshore Town Hall',0,0,0.3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (43116,8,601,'Bone Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (43117,8,601,'Bone Fire',0,0,1.05607,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (43118,8,601,'Bone Fire',0,0,1.30119,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (43119,8,601,'Bone Fire',0,0,1.17224,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (43120,8,601,'Bone Fire',0,0,1.17224,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (43121,8,601,'Bone Fire',0,0,1.13,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (43122,8,601,'Bone Fire',0,0,1.05607,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (47296,11,360,'Mesa Elevator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (47297,11,360,'Mesa Elevator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48403,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48404,8,192,'Campfire',0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48405,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48406,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48407,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48408,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48409,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48410,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48411,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48412,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48413,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48414,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48415,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48416,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48417,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48418,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48419,8,192,'Dwarven Campfire',0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48420,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48421,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48422,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48423,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48424,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48425,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48426,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48427,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48428,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48429,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48430,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48431,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48432,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48433,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48434,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48435,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48436,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48437,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48438,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48439,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48440,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48441,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48442,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48443,8,192,'Dwarven Campfire',0,0,1.08,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48444,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48445,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48446,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48447,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48448,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48449,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48450,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48451,8,192,'Dwarven Campfire',0,0,0.990654,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48452,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48453,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48454,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48455,8,192,'Dwarven Campfire',0,0,0.99368,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48457,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48458,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48459,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48460,8,192,'Dwarven Campfire',0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48461,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48462,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48463,8,192,'Dwarven Campfire',0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48464,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48465,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48466,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48467,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48468,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48469,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48470,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48471,8,192,'Dwarven Campfire',0,0,0.938053,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48472,8,192,'Dwarven Campfire',0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48473,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48474,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48475,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48476,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48477,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48478,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48479,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48480,8,192,'Dwarven Campfire',0,0,0.99368,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48481,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48482,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48483,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48484,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48485,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48486,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48487,8,192,'Dwarven Campfire',0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48488,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48489,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48490,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48491,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48492,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48493,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48494,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48495,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48496,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48497,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48498,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48499,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48500,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); - -INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `mingold`, `maxgold`, `ScriptName`) + (31,2,6,'Old Lion Statue',84,4,0,0.63,43,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32,3,10,'Sunken Chest',12,4,0,1,43,1683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (33,2,1,'Locked Chest',0,4,0,1.33,43,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34,2,7,'Old Jug',35,4,0,1,43,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35,2,8,'Captain\'s Footlocker',35,4,0,1,43,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36,2,9,'Broken Barrel',35,4,0,1,43,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37,9,19,'Eliza\'s Tombstone',84,0,0,1.32,731,7,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38,2,10,'Captain Sanders Chest',0,0,0,1,0,2882,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41,3,10,'Ambassador\'s Locker',0,4,0,1,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (47,2,17,'Wanted: Lieutenant Fangore',12,4,0,1,0,96,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (52,3,5,'Fall of Gurubashi',0,4,0,1,43,1691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (54,3,5,'The Emperor\'s Tomb',0,4,0,1,43,1692,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (55,2,14,'A half-eaten body',0,4,0,0.59,43,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56,2,14,'Rolf\'s corpse',0,4,0,0.6,43,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57,3,5,'Moon Over the Vale',0,4,0,1,43,1689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58,3,5,'Gri\'lek the Wanderer',0,4,0,1,43,1690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59,2,20,'Mound of loose dirt',84,4,0,1,43,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (60,2,2,'Wanted: Gath\'Ilzogg',84,4,0,1.15,0,88,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61,2,12,'A Weathered Grave',84,4,0,1.29,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (68,2,17,'Wanted Poster',84,4,0,1.79,0,93,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (76,2,21,'An Empty Jar',84,4,0,1,93,145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (80,5,22,'Old Coast Road',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (81,5,22,'Sentinel Hill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (82,5,22,'Elwynn Forest',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (83,5,22,'Jangolode Mine',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (84,5,22,'Old Coast Road',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (85,5,22,'Duskwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (86,5,22,'Elwynn Forest',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (87,5,22,'Moonbrook',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (88,5,22,'Duskwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (89,5,26,'Northshire Abbey',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (90,5,26,'Stormwind City',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (91,5,26,'Northshire Abbey',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92,5,26,'Stormwind City',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (93,5,26,'Westbrook Garrison',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94,5,26,'Westfall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (95,5,26,'Eastvale Logging Camp',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (96,5,26,'Redridge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (97,5,26,'Goldshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (98,5,26,'Stormwind City',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (99,5,26,'Redridge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (100,5,26,'Eastvale Logging Camp',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101,5,27,'Stranglethorn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102,5,27,'Raven Hill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103,5,27,'Deadwind Pass',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104,5,27,'Redridge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105,5,27,'Stranglethorn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106,5,27,'Westfall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (107,5,27,'Darkshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (108,5,27,'Raven Hill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (109,5,27,'Westfall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (110,5,27,'Stranglethorn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111,5,27,'Raven Hill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112,5,27,'Darkshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113,5,26,'Duskwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (114,5,26,'Lakeshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (115,5,26,'Elwynn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (116,5,26,'Stonewatch Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (117,5,26,'Lakeshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (118,5,26,'Stonewatch Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (119,3,18,'Abercrombie\'s Crate',0,4,0,1,43,1688,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (121,5,22,'Duskwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (122,5,22,'Sentinel Hill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123,5,22,'Elwynn Forest',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124,5,22,'Moonbrook',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167,3,335,'Abercrombie\'s Crate',0,0,0,1,43,167,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (249,3,336,'Crate of Foodstuffs',0,4,0,1,43,3881,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (251,3,336,'Research Equipment',0,4,0,1,43,3881,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (254,2,17,'Wanted: Chok\'Sul',84,4,0,1,0,895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (256,2,17,'WANTED',84,4,0,1,0,155,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (257,2,30,'Suspicious Barrel',0,4,0,1,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (259,2,32,'Half-buried Barrel',84,4,0,1,0,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (261,2,31,'Damaged Crate',0,4,0,1,0,174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (263,3,36,'Kurzen Supplies',0,4,0,1,43,1695,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (264,3,36,'Kurzen Supplies',0,4,0,1,43,1695,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (269,2,32,'Guarded Thunder Ale Barrel',84,0,0,1,0,0,0,9027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (270,2,32,'Unguarded Thunder Ale Barrel',84,68,0,1,0,193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (271,3,36,'Miners\' League Crates',0,4,0,0.8,43,1677,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (272,3,1,'MacGrann\'s Meat Locker',0,4,0,1,43,1682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (276,3,644,'Shimmerweed Basket',0,4,0,1,43,797,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (287,2,43,'Bookie Herod\'s Records',84,4,0,1,0,205,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (288,2,1,'Bookie Herod\'s Strongbox',84,4,0,1,0,206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (290,3,4,'Furlbrow\'s Wardrobe',0,4,0,1,93,1687,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (298,5,26,'Thelsamar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (299,5,26,'Searing Gorge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (301,5,26,'Wetlands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (302,5,26,'Dun Morogh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (303,5,26,'Dun Morogh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (304,5,26,'Wetlands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (305,5,26,'Thelsamar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (306,5,26,'Thelsamar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (307,5,26,'Searing Gorge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (308,5,26,'Dun Morogh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (309,5,26,'Anvilmar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (310,5,26,'Ironforge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (311,5,26,'Loch Modan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (312,5,26,'Kharanos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (313,5,26,'Anvilmar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (314,5,26,'Ironforge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (315,5,26,'Ironforge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (316,5,26,'Kharanos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (317,5,26,'Anvilmar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (318,5,26,'Loch Modan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (321,3,63,'Tear of Tilloa',0,4,0,1,259,1699,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (324,3,3951,'Small Thorium Vein',94,0,0,0.5,400,9597,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (331,3,49,'Loose Soil',0,4,0,1,43,1681,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (333,3,52,'Ancient Relic',0,4,0,1,43,1680,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (334,3,53,'Ancient Relic',0,4,0,1,43,1679,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (337,3,297,'Water Pitcher',0,4,0,1.5,43,2369,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (369,5,56,'Thunder Ale',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (372,5,58,'Battleground Shield',0,0,0,0.7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (375,3,60,'Tirisfal Pumpkin',0,4,0,1,43,1694,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (376,5,22,'Dun Modr',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (377,5,22,'Menethil',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (378,5,22,'Loch Modan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (379,5,22,'Loch Modan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (380,5,22,'Menethil',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (381,5,22,'Grim Batol',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (382,5,22,'Dun Modr',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (386,5,70,'Metal Mace',0,64,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (387,5,22,'Loch Modan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (388,5,22,'Arathi Highlands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (389,5,22,'Dun Modr',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (711,2,17,'Wanted!',68,4,0,1,0,245,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (759,3,90,'The Holy Spring',0,0,0,0.48,43,938,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (965,5,95,'Black Smoke - scale 2',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1162,5,22,'Menethil Harbor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1165,3,43,'Gunther\'s Books',0,4,0,1,43,1684,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1166,3,10,'Alexston\'s Chest',0,4,0,1,43,1693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1557,2,151,'Lillith\'s Dinner Table',83,4,0,0.73,0,236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1558,5,100,'Candle of Beckoning',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1560,3,1,'Storage Chest',0,4,0,1,43,1686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1561,2,31,'Sealed Crate',12,4,0,1,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1562,3,41,'Marshal Haggard\'s Chest',0,4,0,1,43,1685,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1564,5,26,'Ironforge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1565,5,26,'Loch Modan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1566,5,26,'Kharanos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1567,5,26,'Loch Modan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1568,5,26,'Loch Modan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1569,5,26,'Ironforge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1570,5,26,'Kharanos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1571,3,107,'Dusty Spellbooks',0,4,0,1,43,1696,0,0,0,0,259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1572,5,26,'Kharanos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1573,5,26,'Kharanos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1585,2,112,'Explosive Charge',55,4,0,1,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1586,2,113,'Crate of Candles',83,4,0,1,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1587,5,114,'Turkey Leg',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1593,2,124,'Corpse Laden Boat',83,4,0,1,43,268,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1594,3,137,'Berard\'s Bookshelf',0,4,0,1,93,1698,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1595,5,26,'Westbrook Garrison',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1596,5,26,'Westfall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1597,5,26,'Stormwind City',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1598,5,26,'Goldshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1599,2,20,'Shallow Grave',83,4,0,1.06,0,284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1604,5,45,'Black Smoke Emitter',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1605,5,95,'White Smoke Emitter',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1607,5,133,'Big Flame Emitter',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1609,2,131,'Dragonmaw Catapult',84,4,0,1,0,292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1610,3,384,'Incendicite Mineral Vein',0,0,0,0.5,39,1409,0,1,1,2,295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1617,3,270,'Silverleaf',0,0,0,0.6,29,1414,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1618,3,269,'Peacebloom',0,0,0,0.5,29,1415,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1619,3,414,'Earthroot',0,0,0,0.4,30,1416,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1620,3,268,'Mageroyal',0,0,0,0.3,9,1417,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1621,3,271,'Briarthorn',0,0,0,0.4,31,1418,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1622,3,358,'Bruiseweed',0,0,0,0.7,11,1419,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1623,3,371,'Wild Steelbloom',0,0,0,0.4,32,1420,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1624,3,320,'Kingsblood',0,0,0,0.4,45,1421,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1627,2,31,'Dalaran Crate',0,4,0,1,0,297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1628,3,357,'Grave Moss',0,0,0,1,33,1424,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1630,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1631,5,27,'Agamand Mills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1632,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1633,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1634,5,27,'Agamand Mills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1638,5,27,'Deathknell',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1639,5,27,'Deathknell',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1643,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1644,5,27,'Agamand Mills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1645,5,27,'Deathknell',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1646,5,27,'Silverpine',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1647,5,27,'Deathknell',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1648,5,27,'Agamand Mills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1649,5,27,'Monastery',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1650,5,27,'Plaguelands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1651,5,27,'Deathknell',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1652,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1653,5,27,'Silverpine',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1654,5,27,'Silverpine',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1655,5,27,'Monastery',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1656,5,27,'Plaguelands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1657,5,27,'Monastery',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1658,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1659,5,27,'Plaguelands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1660,5,27,'Silverpine',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1661,5,27,'The Undercity',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1662,5,27,'The Undercity',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1663,5,27,'The Undercity',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1664,5,27,'The Undercity',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1665,5,27,'The Undercity',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1666,5,27,'The Undercity',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1667,3,384,'Incendicite Mineral Vein',0,0,0,0.5,39,1409,0,1,1,2,294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1668,5,22,'Dun Algaz',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1669,5,22,'Dun Algaz',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1673,3,425,'Fel Cone',0,4,0,2.5,43,1701,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1674,5,26,'Gnomeregan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1675,5,150,'The Sepulcher',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1676,5,150,'Pyrewood Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1677,5,150,'Tirisfal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1678,5,150,'Ambermill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1679,5,150,'Pyrewood Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1680,5,150,'Shadowfang Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1681,5,150,'Tirisfal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1684,8,273,'Blacksmith\'s Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1685,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1686,5,150,'The Sepulcher',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1687,5,150,'The Sepulcher',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1688,5,150,'Tirisfal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1689,5,150,'Ambermill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1690,5,150,'Pyrewood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1691,5,150,'Shadowfang Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1692,5,150,'Deep Elem Mine',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1693,5,150,'Ambermill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1694,5,150,'The Sepulcher',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1695,5,150,'Pyrewood Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1696,5,150,'Shadowfang Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1697,5,150,'Tirisfal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1698,5,150,'Gilneas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1699,5,150,'Hillsbrad Plains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1700,5,150,'Pyrewood Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1701,5,150,'Shadowfang Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1702,5,150,'The Sepulcher',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1703,5,150,'Gilneas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1704,5,150,'Hillsbrad Plains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1705,5,150,'Pyrewood Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1706,5,150,'Shadowfang Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1707,5,150,'Gilneas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1708,5,150,'Ambermill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1709,5,150,'The Sepulcher',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1710,5,150,'Hillsbrad Foothills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1711,5,150,'Gilneas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1712,5,150,'Ambermill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1713,5,150,'Hillsbrad Plains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1714,5,150,'Pyrewood Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1715,5,150,'Shadowfang Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1720,2,154,'Stanley\'s Dish',68,4,0,1,0,312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1721,10,181,'Locked ball and chain',0,4,0,1,36,498,312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1722,10,181,'Locked ball and chain',0,0,0,1,37,0,313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1723,3,389,'Mudsnout Blossom',0,4,0,1,259,1703,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1726,9,156,'Missing: Corporal Keeshan',0,0,0,1,245,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1727,3,32,'Keg of Shindigger Stout',0,4,0,1,43,1702,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1728,2,159,'Dusty Rug',68,4,0,1,0,317,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1729,5,32,'Tainted Keg',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1730,5,431,'Tainted Keg Smoke',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1731,3,310,'Copper Vein',94,0,0,0.5,38,1502,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1732,3,315,'Tin Vein',94,0,0,0.5,39,1503,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1733,3,314,'Silver Vein',94,0,0,0.5,40,1504,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1734,3,311,'Gold Vein',94,0,0,0.5,42,1506,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1735,3,312,'Iron Deposit',94,0,0,0.5,41,1505,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1736,3,31,'Shipment of Iron',0,4,0,1,43,1705,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1738,2,163,'Syndicate Documents',84,4,0,1,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1739,2,164,'Syndicate Documents',84,4,0,1,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1740,2,163,'Syndicate Documents',84,4,0,1,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1743,8,197,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1744,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1745,8,306,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1748,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1749,8,197,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1752,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1753,8,197,'Forge',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1754,8,273,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1755,8,197,'Forge',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1759,3,185,'Hillsbrad Town Registry',0,4,0,1,43,1704,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1760,3,189,'Weathered Bookcase',0,4,0,0.91,43,1513,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1761,10,210,'Hillsbrad Proclamation',0,0,0,1,93,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1763,2,15,'WANTED',0,4,0,1,0,332,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1764,5,181,'Locked ball and chain',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1765,3,1,'Worn Wooden Chest',84,0,0,1,43,1765,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1766,8,192,'Fire',0,0,0,1,4,5,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1767,2,193,'Helcular\'s Grave',68,4,0,1,0,335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1768,10,194,'Flame of Azel',0,0,0,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1769,10,194,'Flame of Veraz',0,0,0,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1770,10,194,'Flame of Uzel',0,0,0,1,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1771,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1772,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1773,5,195,'Hillsbrad',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1774,5,195,'Silverpine Forest',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1775,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1776,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1777,5,195,'Silverpine Forest',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1778,5,195,'Hillsbrad',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1779,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1780,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1781,5,195,'Alterac Mountains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1782,5,195,'Hillsbrad',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1783,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1784,5,195,'Dun Garok',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1785,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1786,5,195,'Dun Garok',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1787,5,195,'Arathi Highlands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1788,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1789,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1790,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1791,5,195,'Arathi Highlands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1792,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1793,5,195,'Dun Garok',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1794,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1795,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1796,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1797,8,197,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1798,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1799,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1801,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1802,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1803,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1804,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1805,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1806,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1807,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1808,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1809,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1810,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1811,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1812,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1813,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1814,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1815,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1816,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1817,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1818,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1819,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1820,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1821,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1822,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1824,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1825,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1826,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1827,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1828,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1829,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1830,8,199,'Campfire',0,0,0,1.15748,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1831,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1832,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1833,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1834,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1835,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1836,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1837,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1838,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1839,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1840,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1841,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1842,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1843,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1844,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1845,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1846,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1847,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1848,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1849,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1850,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1851,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1852,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1853,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1854,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1855,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1856,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1857,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1858,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1859,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1860,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1864,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1865,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1866,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1867,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1868,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1869,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1870,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1871,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1872,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1873,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1874,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1875,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1876,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1877,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1878,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1879,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1880,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1881,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1882,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1883,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1884,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1885,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1886,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1887,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1888,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1889,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1890,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1891,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1892,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1893,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1894,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1895,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1896,8,197,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1897,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1898,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1901,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1902,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1903,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1904,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1905,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1906,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1908,8,192,'Campfire',0,0,0,1.02002,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1909,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1911,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1912,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1914,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1915,8,192,'Cooking Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1916,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1917,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1921,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1922,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1923,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1926,8,192,'Campfire',0,0,0,0.85,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1927,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1928,8,199,'Bonfire',14,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1930,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1931,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1932,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1935,8,199,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1936,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1937,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1938,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1939,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1940,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1941,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1942,8,192,'Campfire',0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1943,8,192,'Campfire',0,0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1944,8,192,'Campfire',0,0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1945,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1946,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1947,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1948,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1949,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1950,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1951,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1952,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1953,8,192,'Campfire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1954,8,192,'Campfire',0,0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1957,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1958,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1959,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1960,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1961,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1962,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1964,8,192,'Campfire',0,0,0,0.85,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1965,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1967,8,201,'Firepit',0,0,0,1.01,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1968,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1969,8,192,'Campfire',0,0,0,1.03,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1970,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1971,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1972,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1973,8,192,'Campfire',0,0,0,1.22,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1975,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1976,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1977,8,200,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1979,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1981,8,192,'Campfire',0,0,0,1.1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1984,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1985,8,192,'Campfire',0,0,0,1.1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1986,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1987,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1988,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1989,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1990,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1991,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1992,8,192,'Campfire',0,0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1993,8,192,'Campfire',0,0,0,1.02,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1994,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1995,8,192,'Campfire',0,0,0,1.04,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1996,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1997,8,192,'Campfire',0,0,0,1.06,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1998,8,192,'Campfire',0,0,0,1.02,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1999,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2000,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2001,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2002,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2003,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2004,8,192,'Smoldering Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2005,8,192,'Campfire',0,0,0,1.09265,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2006,8,192,'Campfire',0,0,0,1.07677,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2007,8,199,'Campfire',0,0,0,1.41383,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2008,2,202,'Dangerous!',68,4,0,1,0,340,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2010,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2014,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2015,8,306,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2016,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2017,5,195,'Alterac Mountains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2018,5,195,'Alterac City',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2019,5,195,'Strahnbrad',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2020,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2021,5,195,'Hillsbrad',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2022,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2023,5,203,'Strahnbrad',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2024,5,203,'Andorhal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2025,5,203,'Alterac City',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2026,5,203,'Hillsbrad Foothills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2027,5,203,'Andorhal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2028,5,203,'Strahnbrad',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2029,5,203,'Alterac City',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2030,5,203,'Alterac City',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2031,5,203,'Andorhal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2032,5,22,'Warning!!!! Plaguelands',0,0,0,0.84,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2033,5,27,'Agamand Mills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2034,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2035,5,27,'Deathknell',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2036,5,27,'Agamand Mills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2037,5,27,'Deathknell',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2038,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2039,3,10,'Hidden Strongbox',0,0,0,1,46,1711,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2040,3,313,'Mithril Deposit',94,0,0,0.5,379,1742,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2041,3,677,'Liferoot',0,0,0,0.6,27,1730,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2042,3,697,'Fadeleaf',0,0,0,0.4,47,1731,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2043,3,701,'Khadgar\'s Whisker',0,0,0,0.5,49,1423,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2044,3,699,'Wintersbite',0,0,0,0.3,51,1732,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2045,3,700,'Stranglekelp',0,0,0,0.5,519,1733,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2046,3,698,'Goldthorn',0,0,0,1,521,1734,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2047,3,314,'Truesilver Deposit',94,0,0,0.5,380,5045,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2048,5,150,'Hillsbrad Foothills',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2049,5,150,'Gilneas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2050,5,150,'Pyrewood Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2051,5,150,'Shadowfang Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2052,5,150,'Ambermill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2054,3,315,'Tin Vein',94,0,0,0.5,39,1736,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2055,3,310,'Copper Vein',94,0,0,0.5,38,1735,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2056,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2057,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2059,2,211,'A Dwarven Corpse',0,4,0,1,0,261,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2061,6,0,'Campfire',14,0,0,1,0,1,2,7897,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2062,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2066,6,0,'Bonfire Damage',14,0,0,1,0,1,5,7902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2068,3,225,'Pupellyverbos Port',0,4,0,1,43,1743,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2076,2,216,'Bubbling Cauldron',83,4,0,1.42,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2082,9,218,'Uther the Lightbringer',0,0,0,1,292,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2083,2,183,'Bloodsail Correspondence',35,4,0,1,0,366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2084,3,47,'Musquash Root',0,4,0,1,259,1700,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2086,3,222,'Bloodsail Charts',0,4,0,1,43,1852,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2087,3,220,'Bloodsail Orders',0,4,0,1,43,1853,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2096,5,27,'Trade District',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2098,5,27,'Cathedral Square',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2099,5,27,'Cathedral Square',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2100,5,27,'Old Town',0,0,0,1.33028,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2101,5,27,'Mage Quarter',0,0,0,1.28319,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2102,5,27,'Cathedral Square',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2105,5,27,'Cathedral Square',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2106,5,27,'Cathedral Square',0,0,0,1.5228,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2108,5,27,'Trade District',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2109,5,169,'Fragrant Flowers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2110,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2111,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2112,5,26,'Old Town',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2113,5,26,'Old Town',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2115,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2116,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2117,5,26,'Stormwind Keep',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2119,5,26,'Old Town',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2120,5,26,'Stormwind Keep',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2122,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2123,5,26,'Old Town',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2124,5,26,'Mage Quarter',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2125,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2127,5,26,'Mage Quarter',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2128,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2129,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2130,5,170,'The Wine Cask',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2131,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2133,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2134,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2136,5,26,'Old Town',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2138,5,172,'The Empty Quiver',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2139,5,173,'Weller\'s Arsenal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2140,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2141,5,26,'Mage Quarter',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2142,5,26,'Goldshire',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2143,5,26,'Old Town',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2145,5,175,'Stormwind Counting House',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2146,5,176,'Everyday Merchandise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2148,5,178,'The Cheese Cutters',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2149,5,174,'The Seven Deadly Venoms',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2150,5,171,'The Silver Shield',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2151,5,179,'Thane\'s Boots and Shoulderpads',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2152,5,180,'Pig and Whistle Tavern',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2153,5,173,'Heavy Handed Weapons',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2154,5,171,'The Protective Hide',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2155,5,173,'Honest Blades',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2156,5,171,'Limited Immunity',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2157,5,173,'Just Maces',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2158,5,171,'Righteous Plates',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2159,5,177,'City Hall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2160,5,177,'The Argent Dawn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2161,5,179,'Duncan\'s Textiles',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2162,5,173,'Stormwind Staves',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2163,5,174,'Essential Components',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2164,5,180,'The Slaughtered Lamb',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2165,5,174,'Pyrotechnics',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2166,5,174,'Alchemy Needs',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2167,5,176,'Ancient Curios',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2169,5,180,'The Blue Recluse',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2171,5,26,'Mage Quarter',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2173,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2175,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2176,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2177,5,179,'The Finest Thread',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2178,5,26,'Mage Quarter',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2179,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2181,5,26,'Mage Quarter',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2182,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2186,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2187,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2188,5,26,'Mage Quarters',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2189,5,26,'Old Town',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2190,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2191,5,26,'Trade District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2289,2,223,'Ruined Lifeboat',35,4,0,1,43,370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2332,5,224,'Barbequed Buzzard Wings',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2333,5,225,'Stranglevine Wine',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2334,8,192,'campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2335,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2336,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2371,5,226,'Headhunter Skull',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2413,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2414,7,39,'Need Name',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2489,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2551,5,226,'Boiled Skull',0,0,0,1.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2552,5,431,'Cauldron Steam',0,64,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2553,2,164,'A Soggy Scroll',35,4,0,1,0,373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2554,3,164,'Cortello\'s Riddle',0,0,0,1,43,2028,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2555,2,164,'Musty Scroll',35,4,0,1,0,374,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2556,2,10,'Cortello\'s Treasure',35,4,0,1,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2558,5,197,'Test',0,0,0,1.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2560,3,228,'Half-Buried Bottle',0,0,0,1,43,2560,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2561,6,3071,'Freezing Trap',2,64,0,1,12,0,5,3355,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2562,5,229,'Baked Bread',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2563,5,230,'Altar of the Tides - Focused',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2572,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2573,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2574,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2575,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2576,10,227,'Altar of the Tides',0,4,0,1,54,611,364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2649,8,273,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2650,8,233,'Forge',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2652,2,211,'Ebenezer Rustlocke\'s Corpse',55,4,0,1,0,380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2653,3,48,'Lesser Bloodstone Deposit',94,0,0,0.5,40,2039,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2656,3,164,'Waterlogged Letter',0,0,0,0.5,43,2117,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2657,2,184,'Legends of the Earth',84,4,0,0.98,0,382,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2658,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2661,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2663,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2664,8,192,'Campfire',0,0,0,1.24,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2665,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2666,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2667,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2670,5,195,'Wetlands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2672,5,195,'Stromgarde',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2673,5,195,'Thandol Span',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2674,5,195,'Wetlands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2675,5,195,'Stromgarde',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2676,5,195,'Thandol Span',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2677,5,195,'Wetlands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2678,5,195,'Hillsbrad Plains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2679,5,195,'Stromgarde',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2680,5,195,'Hammerfall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2681,5,195,'Hammerfall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2682,5,195,'Stromgarde',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2683,5,195,'Hammerfall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2684,5,195,'Stromgarde',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2685,5,22,'Refuge Pointe',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2687,5,225,'Bottle',84,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2688,2,235,'Keystone',35,4,0,0.67,0,403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2689,3,236,'Stone of West Binding',0,4,0,1.15,43,2136,5,0,0,0,383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2690,3,236,'Stone of Outer Binding',0,4,0,1,43,2138,5,0,0,0,385,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2691,3,236,'Stone of East Binding',0,4,0,1,43,2137,30,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2695,5,107,'Book',84,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2701,2,1687,'Iridescent Shards',35,4,0,0.5,0,387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2702,2,236,'Stone of Inner Binding',35,4,0,1,0,404,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2703,2,11,'Trollbane\'s Tomb',83,4,0,1,43,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2704,10,243,'Cache of Explosives',0,0,0,1,93,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2707,3,222,'Maiden\'s Folly Charts',0,4,0,1,43,2140,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2708,3,222,'Spirit of Silverpine Charts',0,4,0,1,43,2142,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2709,3,184,'Maiden\'s Folly Log',0,4,0,1,43,2141,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2710,3,254,'Spirit of Silverpine Log',0,4,0,1,43,2143,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2711,5,236,'Charging Stone',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2712,3,247,'Calcified Elven Gem',0,4,0,1,56,2139,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2713,2,202,'Wanted Board',84,4,0,1,0,411,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2714,3,248,'Alterac Granite',0,4,0,0.33,43,2145,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2715,10,249,'Runed Pedestal',84,0,0,1,58,0,413,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2716,3,10,'Trelane\'s Chest',0,4,0,1,43,2179,0,0,0,0,416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2717,3,1,'Trelane\'s Footlocker',0,4,0,1,43,2178,0,0,0,0,415,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2718,3,41,'Trelane\'s Lockbox',0,4,0,1,43,2177,0,0,0,0,417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2719,8,216,'Bubbling Cauldron',0,0,0,1.39586,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2722,5,250,'Floating Sparkles',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2724,3,252,'Sack of Oats',0,4,0,1,43,2217,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2726,8,273,'Anvil',0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2727,8,233,'Forge',0,0,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2728,8,233,'Forge',0,0,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2729,8,273,'Anvil',0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2732,8,192,'Campfire',0,0,0,0.853505,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2734,2,1,'Waterlogged Chest',84,4,0,1,0,203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2739,3,10,'Chest of the Black Feather',0,4,0,1,43,2237,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2740,3,10,'Chest of the Raven Claw',0,4,0,1,43,2238,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2741,3,10,'Chest of the Sky',0,4,0,1,43,2239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2742,3,10,'Chest of Nesting',0,4,0,1,43,2240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2743,3,52,'Carved Stone Urn',0,4,0,0.4,43,2263,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2744,3,261,'Giant Clam',0,0,0,1,43,2264,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2842,3,235,'Pillar of Diamond',0,0,0,1,67,2418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2843,3,259,'Battered Chest',94,0,0,1,57,2265,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2844,3,259,'Battered Chest',0,0,0,1,57,2276,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2845,3,259,'Tattered Chest',102,0,0,1,57,2277,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2846,3,259,'Tattered Chest',0,0,0,1,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2847,3,259,'Tattered Chest',102,0,0,1,57,2279,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2848,3,235,'Pillar of Opal',0,0,0,1,67,2417,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2849,3,259,'Battered Chest',94,0,0,1,57,2280,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2850,3,259,'Solid Chest',94,0,0,1,57,2281,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2852,3,259,'Solid Chest',94,0,0,1,57,2282,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2855,3,259,'Solid Chest',94,0,0,1,57,2283,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2857,3,259,'Solid Chest',94,0,0,1,57,2284,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (2858,3,235,'Pillar of Amethyst',0,0,0,1,67,2416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2866,3,2312,'Firebloom',0,0,0,1,50,2292,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2867,3,31,'Excavation Supply Crate',0,4,0,1,43,2298,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2868,2,222,'Crumpled Map',84,4,0,1,0,426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2870,5,266,'Yellow aura, very tall column',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2871,8,402,'Seaworn Altar',0,0,0,1,22,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2872,5,267,'Enchanted Sea Kelp',0,64,0,0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2875,2,211,'Battered Dwarven Skeleton',84,4,0,1,43,436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2883,3,60,'Ripe Pumpkin',77,0,0,1,43,2356,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2891,3,293,'Balia\'mah Trophy Skulls',0,4,0,1.11,43,1744,1,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2892,3,293,'Ziata\'jai Trophy Skulls',0,4,0,1.16,43,1745,1,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2893,3,293,'Zul\'Mamwe Trophy Skulls',0,4,0,1.2,43,1746,1,0,0,0,462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2904,5,298,'Water Well Cleansing Aura',0,64,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2907,3,297,'Water Pitcher',0,4,0,1.5,43,2369,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2908,2,287,'Sealed Supply Crate',83,4,0,1,43,448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2909,8,299,'Wildmane Water Pump',0,0,0,2.73,8,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2910,3,362,'Well Stone',0,4,0,0.75,43,2411,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2911,8,299,'Stormbull Water Well',0,0,0,2.27,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2912,3,424,'Ambercorn',0,4,0,1.5,43,2412,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2913,8,299,'Winterhoof Water Well',0,0,0,4.17,6,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2914,8,200,'Tribal Fire',0,0,0,1.02,9,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2933,2,302,'Seal of the Earth',35,4,0,1,0,457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2968,5,308,'Bloodhoof Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2969,5,308,'Thunder Bluff',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2970,5,308,'Bloodhoof Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2971,5,308,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2972,5,308,'Camp Narache',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2973,5,308,'Camp Narache',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2974,5,308,'Thunder Bluff',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2975,5,308,'Bloodhoof Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2976,5,308,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2977,5,308,'Camp Narache',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (2978,5,308,'Bloodhoof Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3076,3,222,'Dirt-stained Map',0,0,0,1,43,2420,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3084,8,307,'Fire',0,0,0,1.67,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3085,8,199,'Campfire',0,0,0,0.71139,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3089,8,307,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3187,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3189,10,210,'Attack Plan: Valley of Trials',0,0,0,1,43,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3190,10,210,'Attack Plan: Sen\'jin Village',0,0,0,1,43,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3192,10,210,'Attack Plan: Orgrimmar',0,0,0,1,43,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3194,5,308,'Bloodhoof Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3195,5,308,'Thunder Bluff',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3196,5,308,'Thunder Bluff',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3197,5,308,'Bloodhoof Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3198,5,308,'Bloodhoof Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3199,5,308,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3200,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3201,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3202,5,309,'Grom\'gol',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3203,5,309,'Arena',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3204,5,309,'Booty Bay',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3205,5,22,'Arena',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3206,5,22,'Booty Bay',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3207,5,22,'Duskwood',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3208,5,309,'Booty Bay',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3209,5,309,'Grom\'Gol',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3210,5,309,'Arena',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3211,5,22,'Duskwood',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3212,5,22,'Booty Bay',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3213,5,22,'Arena',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3214,5,309,'Arena',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3215,5,309,'Grom\'Gol',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3216,5,22,'Arena',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3217,5,22,'Duskwood',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3220,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3222,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3223,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3224,5,309,'Razor Hill',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3225,5,309,'Razor Hill',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3226,5,309,'Orgrimmar',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3227,5,309,'The Den',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3228,5,309,'The Barrens',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3229,5,309,'The Den',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3230,5,309,'Razor Hill',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3231,5,309,'Razor Hill',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3232,5,309,'Razor Hill',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3233,5,309,'The Den',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3234,5,309,'Orgrimmar',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3235,5,309,'Orgrimmar',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3236,3,318,'Gnomish Toolbox',0,4,0,1,43,2422,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3237,3,226,'Imprisoned Darkspear',0,4,0,1.3,43,2424,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3238,3,319,'Chen\'s Empty Keg',102,0,0,1,43,2494,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3239,3,41,'Benedict\'s Chest',29,0,0,1,68,2483,0,0,0,0,498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3240,3,412,'Taillasher Eggs',29,4,0,1,43,2495,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3246,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3249,8,199,'Campfire',0,0,0,0.9,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3251,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3252,8,192,'Campfire',0,0,0,1.1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3253,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3254,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3256,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3258,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3260,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3262,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3264,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3265,8,322,'',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3266,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3270,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3276,5,309,'Sen\'jin Village',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3286,8,192,'Roaring Fire',0,0,0,1.15,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3290,3,323,'Stolen Supply Sack',0,4,0,1,43,2491,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3296,8,192,'Scorching Fire',0,0,0,1.21,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3298,8,192,'Blazing Fire',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3301,8,192,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3303,8,192,'Warm Fire',0,0,0,1.37,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3306,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3307,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3308,8,324,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3310,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3311,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3314,5,309,'The Barrens',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3315,8,216,'Boiling Cauldron',0,0,0,1.749,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3523,5,410,'TEST Circle of Flame',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3524,10,327,'The Demon Seed',14,0,0,1,0,0,0,65536000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3525,10,328,'The Altar of Fire',35,4,0,1.47,69,924,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3636,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3637,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3638,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3639,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3640,3,359,'Laden Mushroom',35,4,0,1,259,2496,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3642,3,1,'Kolkars\' Booty',0,0,0,1.7,70,3318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3643,2,8,'Old Footlocker',0,4,0,1,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3644,10,330,'Bael Modan Flying Machine',0,4,0,1,71,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3646,3,10,'General Twinbraid\'s Strongbox',0,4,0,1,43,2499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3656,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3658,3,334,'Water Barrel',94,0,0,1,57,2502,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3659,3,334,'Barrel of Melon Juice',94,0,0,1,57,2601,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3660,3,335,'Armor Crate',94,0,0,1,57,441,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3661,3,335,'Weapon Crate',94,0,0,1,57,444,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3662,3,336,'Food Crate',94,0,0,0.75,57,2578,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3685,3,346,'Silithid Mound',29,4,0,1,72,2620,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3689,3,335,'Weapon Crate',94,0,0,1,57,404,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3690,3,336,'Food Crate',94,0,0,0.75,57,2577,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3691,3,336,'Food Crate',94,0,0,0.75,57,2574,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3693,3,336,'Food Crate',94,0,0,0.75,57,2572,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3694,3,336,'Food Crate',94,0,0,0.75,57,2575,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3695,3,336,'Food Crate',94,0,0,0.75,57,2600,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3702,3,335,'Armor Crate',0,0,0,1,57,405,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3703,3,335,'Armor Crate',94,0,0,1,57,1619,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3704,3,335,'Weapon Crate',94,0,0,1,57,1618,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3705,3,334,'Barrel of Milk',94,0,0,1,57,2579,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3706,3,334,'Barrel of Sweet Nectar',94,0,0,1,57,2602,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3707,3,336,'Food Crate',94,0,0,0.75,57,9955,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3710,3,336,'Food Crate',0,0,0,1,43,2356,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3714,3,259,'Alliance Strongbox',102,2,0,1,5,2281,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (3715,3,259,'Tattered Chest',102,0,0,1,57,2281,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (3716,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3717,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3718,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3719,3,336,'Food Crate',94,0,0,0.75,57,2510,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3722,8,192,'Campfire',0,0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3723,8,192,'Campfire',0,0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3724,3,269,'Peacebloom',0,0,0,0.5,29,2512,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3725,3,270,'Silverleaf',0,0,0,0.6,29,2511,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3726,3,414,'Earthroot',0,0,0,0.4,30,2513,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3727,3,268,'Mageroyal',0,0,0,0.3,9,2514,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3729,3,271,'Briarthorn',0,0,0,0.4,31,2515,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3730,3,358,'Bruiseweed',0,0,0,0.7,11,2516,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3737,10,344,'Bubbling Fissure',35,4,0,1,73,877,525,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3740,2,344,'Bubbling Fissure',0,4,0,1,0,523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3743,3,267,'Fissure Plant',0,0,0,0.5,57,2603,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3760,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3761,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3763,3,310,'Copper Vein',0,0,0,0.5,38,2626,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3764,3,315,'Tin Vein',0,0,0,0.5,39,2627,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3767,3,31,'Drizzlik\'s Emporium',0,4,0,1,43,2628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3768,3,347,'Fragile - Do Not Drop',0,4,0,1,43,2629,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3769,8,348,'Potbelly Stove',0,0,0,1.17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3770,8,348,'Potbelly Stove',0,0,0,1.17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3771,8,348,'Potbelly Stove',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3772,8,348,'Potbelly Stove',0,0,0,1.17,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3797,8,199,'Cozy Fire',0,0,0,0.841472,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3798,8,199,'Cozy Fire',0,0,0,0.842734,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3799,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3800,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3801,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3802,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3803,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3804,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3815,8,199,'Warm Fire',0,0,0,0.841472,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3816,8,199,'Warm Fire',0,0,0,0.842734,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3817,8,199,'Blazing Fire',0,0,0,0.841472,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3818,8,199,'Blazing Fire',0,0,0,0.841472,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3819,8,199,'Blazing Fire',0,0,0,0.842734,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3832,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3833,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3834,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3835,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3836,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3837,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3838,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3839,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3840,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3841,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3842,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3843,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3844,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3845,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3847,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3848,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3849,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3850,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3851,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3852,8,349,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3853,8,349,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3855,8,349,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3856,8,349,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3857,8,349,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3864,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3865,8,350,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3866,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3867,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3869,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3870,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3871,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3872,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3873,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3874,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3875,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3876,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3877,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3878,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3879,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3880,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3881,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3882,8,349,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3883,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3884,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3885,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3886,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3888,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3890,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3891,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3892,8,351,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3893,8,350,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3894,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3895,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3896,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3897,8,349,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3898,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3899,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3900,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3901,8,349,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3902,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3903,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3904,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3905,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3906,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3907,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3908,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3909,8,350,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3910,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3911,8,351,'Burning Embers',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3912,8,350,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3913,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3914,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3915,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3916,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3917,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3918,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3919,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3920,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3921,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3922,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3923,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3924,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3925,8,351,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3926,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3927,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3928,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3929,8,350,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3930,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3931,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3932,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3933,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3934,8,351,'Blazing Fire',0,0,0,0.819672,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3936,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3937,8,350,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3938,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3939,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3940,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3941,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3942,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3943,8,350,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3944,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3945,8,350,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3946,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3947,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3948,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3949,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3950,8,351,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3951,8,350,'Mighty Blaze',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3960,8,349,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3962,8,349,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3963,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3964,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3967,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3968,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (3972,2,15,'WANTED',0,4,0,1,0,527,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4004,8,622,'Fire Plume Ridge Lava Lake',0,0,0,1,903,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4005,8,622,'Bank',0,0,0,1,705,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4072,10,353,'Main Control Valve',0,4,0,1,43,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4087,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4088,8,166,'Anvil',0,0,0,1.29,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4089,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4090,8,355,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4095,3,259,'Alliance Strongbox',0,0,0,1,23,2282,0,1,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4096,3,259,'Tattered Chest',102,0,0,1,57,2282,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (4097,5,308,'Ratchet',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4098,5,308,'Durotar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4099,5,308,'Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4100,5,308,'Stonetalon Mountains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4101,5,308,'Crossroads',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4102,5,308,'The Crossroads',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4103,5,308,'Stonetalon Mountains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4104,5,308,'Ashenvale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4105,5,308,'Dustwallow Marsh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4106,5,308,'Thousand Needles',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4115,5,308,'The Crossroads',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4116,5,308,'Dustwallow Marsh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4117,5,308,'Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4118,5,308,'Thousand Needles',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4119,5,308,'Durotar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4120,5,308,'Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4121,5,308,'Dustwallow Marsh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4122,5,308,'Thousand Needles',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4123,5,308,'The Crossroads',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4132,5,308,'Ashenvale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4133,5,308,'The Crossroads',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4134,5,308,'Durotar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4135,5,308,'The Crossroads',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4136,5,308,'Durotar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4137,5,308,'Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4138,5,308,'Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4141,2,356,'Control Console',35,4,0,1,93,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4149,3,259,'Solid Chest',94,0,0,1,57,5278,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (4166,10,345,'Alchemical Implements',14,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4170,11,360,'Mesa Elevator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4171,11,360,'Mesa Elevator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4406,3,378,'Webwood Eggs',35,4,0,1,43,2691,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (4608,3,391,'Timberling Sprout',0,4,0,1.25,43,2712,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5619,2,362,'Flawed Power Stone',0,4,0,0.26,0,536,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5620,2,362,'Flawed Power Stones',0,4,0,0.3,0,536,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5621,2,362,'Flawed Power Stones',0,4,0,0.31,0,536,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (5622,5,363,'Purple aura, short column, 0.6 scale',0,0,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6286,8,365,'',0,0,0,2,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6287,8,365,'',0,0,0,2,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6288,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6289,8,366,'Smoldering Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6290,8,366,'Smoldering Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6291,8,366,'Smoldering Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6292,8,366,'Smoldering Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6293,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6294,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6295,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6751,2,369,'Strange Fruited Plant',0,0,0,4.78,0,537,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6752,2,370,'Strange Fronded Plant',0,0,0,4.14,0,538,0,542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6906,10,372,'Red Raptor Nest',0,4,0,1.69,75,905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6907,10,372,'Blue Raptor Nest',0,4,0,1.42398,75,905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (6908,10,372,'Yellow Raptor Nest',0,4,0,1.80957,75,905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7510,2,267,'Sprouted Frond',0,4,0,1,43,1731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (7923,2,377,'Denalan\'s Planter',35,4,0,1.35,0,542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (9630,3,379,'Flagongut\'s Fossil',0,4,0,1,43,2760,30,1,0,0,601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (9847,8,199,'Cooking Fire',0,0,0,1.21,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10076,2,445,'Scrying Bowl',4,68,0,2.5,0,543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10082,5,26,'Stormwind',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10083,5,26,'Goldshire',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10192,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10193,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10194,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10195,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10196,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10197,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10198,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10199,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10200,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10201,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10202,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10203,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10204,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10205,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10206,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10207,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10208,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10209,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10210,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10211,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10212,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10213,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10214,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10215,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10216,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10217,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10218,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10219,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10220,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10221,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10222,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10223,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10224,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (10388,8,199,'Cooking Fire',0,0,0,1.00093,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (11713,3,385,'Death Cap',0,4,0,0.5,259,2765,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (11714,3,359,'Scaber Stalk',0,4,0,0.5,259,2766,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (11898,11,360,'Mesa Elevator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (11899,11,360,'Mesa Elevator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12144,6,338,'Twilight Tome',14,0,0,1,0,0,5,5951,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12351,5,386,'Dolanaar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12352,5,386,'Starbreeze Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12353,5,386,'Shadowglen',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12354,5,386,'Aldrassil',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12355,5,386,'Starbreeze Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12356,5,386,'Dolanaar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12357,5,386,'Darnassus',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12358,5,386,'Starbreeze Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12359,5,386,'Shadowglen',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12360,5,386,'The Oracle Glade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12361,5,386,'Dolanaar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12362,5,386,'Aldrassil',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12363,5,386,'Darnassus',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12364,5,386,'Dolanaar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12365,5,386,'The Oracle Glade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12366,5,386,'Darnassus',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12653,6,1287,'Cat Figurine Trap',14,0,0,1,0,0,0,5968,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12654,3,406,'Mathystra Relic',0,4,0,4,57,2767,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12665,8,331,'Cooking Table',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12666,2,387,'Twilight Tome',0,4,0,1,0,549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12893,5,388,'Grove of the Ancients',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12894,5,388,'Ameth\'Aran',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12895,5,388,'Ashenvale',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12896,5,388,'Auberdine',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12897,5,388,'Ameth\'Aran',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12898,5,388,'Grove of the Ancients',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12899,5,388,'Ashenvale',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12900,5,388,'Bashal\'Aran',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12901,5,388,'Auberdine',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12902,5,388,'Bashal\'Aran',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12903,5,388,'Mathystra',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12904,5,388,'Ashenvale',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12907,5,388,'Mathystra',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12908,5,388,'Auberdine',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (12909,5,388,'Bashal\'Aran',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13348,5,386,'Darkshore',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13349,5,386,'Astranaar',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13350,5,386,'Astranaar',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13351,5,386,'Darkshore',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13352,5,386,'The Shrine of Aessina',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13353,5,386,'The Shrine of Aessina',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13354,5,386,'The Shrine of Aessina',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13355,5,386,'Darkshore',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13356,5,386,'The Barrens',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13357,5,386,'Felwood',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13358,5,386,'Azshara',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13359,3,407,'Cat Figurine',0,0,0,3,57,2768,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13360,3,405,'Mathystra Relic',0,4,0,1.5,57,2767,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13405,5,386,'Felwood',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13406,5,386,'Astranaar',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13407,5,386,'The Barrens',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13408,5,386,'Azshara',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13409,5,386,'Azshara',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13410,5,386,'The Barrens',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13411,5,386,'Felwood',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13412,5,386,'Astranaar',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13756,24,5772,'Graveyard Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13872,3,404,'Mathystra Relic',0,4,0,3,57,2767,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13873,3,407,'Cat Figurine',0,0,0,3,57,2768,0,1,0,0,0,12653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13891,3,390,'Serpentbloom',0,4,0,0.3,259,2772,0,1,0,0,0,19535,962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13949,3,10,'Pitted Iron Chest',0,4,0,1.5,93,2774,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13952,5,395,'Target',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (13965,0,394,'Factory Door',114,32,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15001,24,5772,'Mine Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15002,24,5772,'Lumber Mill Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15003,24,5772,'Farm Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15004,24,5772,'Blacksmith Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15005,24,5772,'Stable Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15068,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (15069,8,200,'Bonfire',0,0,0,0.98,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (16393,10,249,'Ancient Flame',84,4,0,1,80,957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (16394,5,397,'Ancient Flame',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (16396,5,22,'Moonbrook',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (16397,0,394,'Iron Clad Door',0,34,0,1,0,202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (16398,10,245,'Defias Cannon',0,0,1,1,83,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_defias_cannon'), + (16399,0,394,'Foundry Door',114,0,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (16400,0,394,'Mast Room Door',114,0,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (16431,2,6486,'Cracked Necrotic Crystal',0,4,0,1,0,0,1,0,9292,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17153,0,400,'Heavy Door',0,32,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17154,0,400,'Heavy Door',0,32,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17155,3,33,'Defias Gunpowder',0,0,0,1,57,2882,0,1,0,0,619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17156,1,295,'Door Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17157,1,295,'Door Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17182,2,356,'Buzzbox 827',35,4,0,1.54,0,569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17183,2,356,'Buzzbox 411',0,4,0,1.19,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17184,2,356,'Buzzbox 323',0,4,0,1.18,0,568,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17185,2,356,'Buzzbox 525',0,4,0,1.04,0,571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17188,10,403,'The Lay of Ameth\'Aran',84,4,0,1.8,43,953,0,0,0,0,0,358,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17189,10,403,'The Fall of Ameth\'Aran',84,4,0,2.14,43,953,0,0,0,0,0,359,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17190,8,233,'Forge',0,0,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17191,8,273,'Anvil',0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17249,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17250,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17251,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17252,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17253,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17254,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17255,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17256,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17257,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17258,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17259,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17260,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17261,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17262,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17263,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17264,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17265,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17266,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17267,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17268,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17269,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17270,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17271,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17272,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17273,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17274,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17275,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17276,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17277,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17278,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17279,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17280,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17281,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17282,3,418,'Plant Bundle',0,4,0,0.2,259,2934,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17284,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (17783,3,406,'Ancient Statuette',0,4,0,3,43,2922,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18033,5,308,'Mulgore',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18034,5,308,'The Crossroads',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18035,8,200,'Tribal Fire',0,0,0,0.4,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18036,3,228,'Bottle of Disease',0,4,0,2,43,2935,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18043,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18045,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18046,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18047,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18048,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18049,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18050,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18051,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18052,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18053,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18054,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18055,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18056,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18057,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18058,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18059,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18060,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18061,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18062,8,373,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18063,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18064,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18065,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18066,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18067,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18068,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18069,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18070,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18071,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18072,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18073,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18074,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18075,8,331,'Cooking Table',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18076,8,408,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18077,8,409,'Smoking Rack',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18079,8,216,'Bubbling Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18083,8,216,'Bubbling Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18084,8,216,'Bubbling Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18085,8,307,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18087,8,192,'Campfire',0,0,0,0.7,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18089,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18090,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18340,8,216,'Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18341,8,216,'Bubbling Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18342,8,216,'Boiling Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18343,8,192,'Campfire',14,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18344,8,192,'Campfire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18345,8,216,'Bubbling Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18596,8,192,'Crackling Campfire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18603,5,406,'Ancient Statuette',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18643,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18644,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18645,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18895,0,413,'Courtyard Door',114,34,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18899,1,295,'Lever',35,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18900,1,295,'Lever',35,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18901,1,295,'Lever',35,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18930,8,199,'Campfire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18934,0,411,'Cell Door',114,34,0,1.37,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18935,0,411,'Cell Door',114,34,0,1.37,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18936,0,411,'Cell Door',114,34,0,1.37,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18971,0,415,'Arugal\'s Lair',114,34,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18972,0,411,'Sorcerer\'s Gate',114,34,0,1.72515,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (18973,10,416,'Arugal\'s Focus',14,0,0,1,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19015,3,429,'Elune\'s Tear',35,4,0,0.5,43,2952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19016,3,419,'Stardust Covered Bush',0,4,0,0.6,43,2962,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19017,3,261,'Giant Clam',94,0,0,0.75,57,2954,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19018,3,261,'Giant Clam',94,0,0,0.75,57,2959,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19019,3,335,'Box of Assorted Parts',94,0,0,1,57,2953,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19020,3,335,'Box of Assorted Parts',94,0,0,1,57,2955,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19021,3,10,'Rusty Chest',0,0,0,0.75,57,2971,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19022,3,10,'Worn Chest',0,4,0,1,89,2972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19023,6,1287,'House 2',14,0,0,1,55,28,0,6465,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19024,2,236,'Hidden Shrine',84,4,0,2.12,0,592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19025,9,403,'Ancient Inscription',0,0,0,1,395,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19027,10,430,'Tome of Mel\'Thandris',84,4,0,1,43,1022,663,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19028,5,22,'Scarlet Watch Post',0,0,0,0.67,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19030,10,20,'Mound of Dirt',84,4,0,1,43,1043,664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19033,5,308,'The Barrens',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19283,3,387,'Compendium of the Fallen',104,4,0,1,43,3063,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19284,3,422,'Mythology of the Titans',55,4,0,1,43,3064,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19463,8,0,'Cliffspring Falls Cave Mouth',0,0,0,1,1003,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19464,8,0,'Dreadmist Peak Pool',0,0,0,1,1004,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19534,10,210,'Anton\'s Letter of Commendation',0,0,0,1,0,0,0,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19535,6,0,'Serpentbloom',0,0,0,0.3,0,1,0,6195,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19536,8,192,'Crackling Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19538,5,426,'World Tree Portal',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19539,5,427,'Grinding Wheel',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19540,5,428,'Orc Manacle',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19541,3,378,'Deepmoss Eggs',35,0,0,1,43,3082,0,1,0,0,0,19543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19542,3,378,'Deepmoss Eggs',35,0,0,1,43,3081,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19543,6,0,'Deepmoss Eggs trap',14,0,0,1,0,0,0,6629,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19544,5,431,'Jin\'Zil\'s Smoke',14,64,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19545,5,386,'The Oracle Glade',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19546,5,386,'Dolanaar',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19547,0,243,'Venture Co. Explosives Wagon',114,32,0,1,0,0,39321600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19548,13,621,'Eye of Azora',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19549,8,367,'Shadowglen Moonwell',0,0,0,2.49,11,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19550,8,433,'Starbreeze Village Moonwell',0,0,0,1.76,12,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19551,8,434,'Pools of Arlithrien Moonwell',0,0,0,1.55,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19552,8,435,'Oracle Glade Moonwell',0,0,0,1.67,14,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19553,5,22,'Greatwood Vale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19554,5,22,'Stonetalon Peak',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19555,5,22,'Windshear Crag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19556,5,22,'The Charred Vale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19557,5,22,'Welcome',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19558,5,22,'Windshear Crag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19559,5,22,'Sun Rock Retreat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19560,5,22,'Stonetalon Peak',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19561,5,22,'Greatwood Vale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19562,5,22,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19563,5,22,'Windshear Crag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19564,5,22,'Greatwood Vale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19565,5,22,'Sun Rock Retreat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19566,5,22,'Desolace',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19567,5,22,'Stonetalon Peak',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19568,5,22,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19569,5,22,'End of Venture Co. Lands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19570,5,22,'DANGER!',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19571,5,22,'KEEP OUT!',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19572,5,388,'Desolace',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19573,5,388,'Stonetalon Peak',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19574,5,388,'Windshear Crag',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19575,5,388,'Greatwood Vale',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19576,5,388,'The Barrens',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19577,5,22,'The Charred Vale',0,0,0,0.77,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19578,5,388,'Windshear Crag',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19579,5,388,'Desolace',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19580,5,388,'Greatwood Vale',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19581,5,388,'Stonetalon Peak',84,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19582,5,309,'Goblin Shredder Suit',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19583,5,309,'Sun Rock Retreat',83,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19585,5,22,'Venture Co. Stonetalon Mtns. Project',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19586,5,446,'The Toxic Fogger',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19587,5,437,'Monestary Hall Door',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19590,6,1287,'Venture Co. Wagon Trap',14,0,0,1,95,28,0,6636,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19591,8,367,'Venture Co. Wagon (Blue)',14,0,0,1,16,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19592,8,191,'NG-5 Explosives (Red)',0,0,0,1,18,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19594,8,367,'Venture Co. Copter Pad',0,0,0,4,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19595,3,438,'Gatekeeper\'s Hold',83,4,0,1,57,3087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19596,3,439,'Sleepers\' Cache',83,4,0,1,94,3088,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19597,3,439,'Druids\' Cache',83,4,0,1,94,3089,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19598,3,439,'Barrow Cache',83,4,0,1,94,3090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19599,2,236,'Talon Den Hoard',83,4,0,1.3,93,615,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19600,8,367,'Venture Co. Wagon (Red)',84,0,0,1,17,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19601,8,191,'NG-5 Explosives (Blue)',0,0,0,1,19,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19602,3,440,'Venture Co. Engineering Plans',84,4,0,0.33,57,3091,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19603,3,107,'Venture Co. Documents',84,4,0,1,57,3092,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19839,5,308,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19840,5,308,'Freewind Post',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19841,5,308,'The Shimmering Flats',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19842,5,308,'Feralas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19843,5,308,'Freewind Post',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19844,5,308,'The Great Lift',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19845,5,308,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19846,5,308,'The Shimmering Flats',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19847,5,388,'Thalanaar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19848,5,308,'Freewind Post',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19849,5,308,'The Shimmering Flats',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19850,5,308,'Tanaris',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19851,5,308,'The Great Lift',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19852,5,308,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19853,5,308,'Freewind Post',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19854,5,308,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19855,5,308,'Tanaris',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19856,5,388,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19857,5,388,'The Shimmering Flats',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19858,5,388,'Thalanaar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19859,5,388,'Feralas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19861,3,447,'Henrig Lonebrow\'s Journal',55,0,0,1,43,3214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19862,5,404,'Glowing Soulgem',0,64,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19863,5,386,'Maestra\'s Post',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19868,3,449,'Rocket Car Rubble',0,4,0,1.5,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19869,3,450,'Rocket Car Rubble',0,4,0,2,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19870,3,451,'Rocket Car Rubble',0,4,0,0.5,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19871,3,452,'Rocket Car Rubble',0,4,0,2,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19872,3,453,'Rocket Car Rubble',0,4,0,0.6,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19873,3,454,'Rocket Car Rubble',0,4,0,1.5,43,3215,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19874,8,273,'Anvil',0,0,0,1,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19875,5,14,'Fresh Lion Carcass',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19876,8,367,'Flame of Uzel',0,0,0,3,20,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19877,3,41,'Velinde\'s Locker',84,4,0,1,90,3062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19878,10,336,'Parts Crate',14,64,0,0.5,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19879,10,327,'Red Soulgem',14,0,0,1,93,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19897,5,32,'Cask of Fool\'s Stout',35,64,0,0.7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19901,10,465,'Circle of Imprisonment',84,4,0,1,93,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19902,8,233,'Forge',0,0,0,1,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19903,3,384,'Indurium Mineral Vein',0,0,0,0.5,25,3266,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19904,3,457,'Mok\'Morokk\'s Snuff',35,4,0,1,43,3284,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19905,3,459,'Mok\'Morokk\'s Grog',35,4,0,1,43,3285,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (19906,3,10,'Mok\'Morokk\'s Strongbox',35,4,0,1,43,3286,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20351,10,327,'Blue Soulgem',14,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20352,10,343,'Circle of Imprisonment',0,4,0,1,93,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20356,8,199,'Campfire',0,0,0,1.19979,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20358,5,45,'White Smoke Emitter - scale 0.2',0,64,0,0.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20359,10,477,'Egg of Onyxia',0,0,0,1,99,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20447,10,335,'Harpy Foodstuffs',94,4,0,1,43,1150,747,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20649,11,455,'Undervator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20650,11,462,'upperLdoor',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20651,11,462,'lowerLdoor',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20652,11,455,'Undervator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20653,11,462,'upperLdoor',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20654,11,462,'lowerLdoor',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20655,11,455,'Undervator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20656,11,462,'upperLdoor',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20657,11,462,'lowerLdoor',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20689,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20691,3,1,'Cozzle\'s Footlocker',35,4,0,1,97,3309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20692,8,192,'Campfire',0,0,0,1.07297,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20693,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20694,8,199,'Campfire',0,0,0,1.17483,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20724,5,249,'Dor\'Danil Pillar',0,0,0,0.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20725,3,470,'The Legacy of the Aspects',0,4,0,1,57,3312,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20726,3,470,'Beginnings of the Undead Threat',83,4,0,1,57,3313,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20727,3,335,'Gizmorium Shipping Crate',35,4,0,1,93,3314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20737,10,472,'Keenly Disguised Barrel',14,1,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20738,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20739,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20805,2,220,'Rizzle\'s Unguarded Plans',0,64,0,1,93,655,1,6030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20806,8,473,'Ashenvale Moonwell',0,0,0,1,21,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20807,3,475,'Ancient Brazier',0,4,0,1,98,3315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20808,15,3015,'Booty Bay Ship',0,40,0,1,241,30,1,0,0,1,593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20810,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20811,5,649,'Mine',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20812,5,629,'Orc Tower',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20816,5,628,'Guard Tower',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20817,5,2170,'Holding Pen',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20818,5,4691,'Night Elf Moon Well',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20819,5,368,'Moon Well 2',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20820,5,3534,'Giant Sea Turtle',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20821,5,3531,'Giant Turtle',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20822,5,2410,'Landing Pad',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20823,5,467,'Player Housing',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20824,5,629,'Orc Tower',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20827,5,471,'Stormwind City',0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20829,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20830,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20831,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20849,8,200,'Bonfire',0,0,0,1.69,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20850,8,192,'Crackling Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20869,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20870,8,216,'Cauldron',0,0,0,0.870579,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20871,8,216,'Cauldron',0,0,0,0.870579,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20872,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20873,8,366,'Smoldering Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20874,8,366,'Smoldering Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20875,8,366,'Smoldering Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20876,8,366,'Smoldering Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20877,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20878,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20879,8,192,'Crackling Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20881,8,192,'Flickering Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20898,8,199,'Burning Pile of Bones',0,0,0,0.74,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20899,0,243,'Venture Co. Explosives Wagon',114,32,0,1,0,0,39321600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20900,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20917,5,263,'Blue aura. short column. scale 3',0,64,0,1.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20918,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20920,3,683,'Blueleaf Tuber',0,4,0,0.6,43,3338,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20921,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20922,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20923,2,478,'Stone of Remembrance',0,0,0,0.94,0,5791,0,5004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20924,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20925,3,318,'Captain\'s Footlocker',0,4,0,2.37,43,3394,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20926,8,192,'Flickering Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20939,5,148,'Bogbean Plant',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20960,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20961,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20962,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20963,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20964,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20965,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20966,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20968,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20969,8,396,'Scourge Campfire',0,0,0,2.03,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20970,8,216,'Bubbling Cauldron',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20972,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20975,8,197,'Brazier',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20976,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20977,8,200,'Troll Bonfire',0,0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20978,8,200,'Troll Bonfire',0,0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20979,8,200,'Troll Bonfire',0,0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20980,8,200,'Troll Bonfire',0,0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20981,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20982,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20983,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20985,2,498,'Loose Dirt',0,4,0,1.72,0,679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20986,8,197,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20989,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20990,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20991,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (20992,2,58,'Black Shield',35,4,0,1,0,719,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21004,9,519,'Monument to Grom Hellscream',0,0,0,1,2211,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21007,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21008,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21009,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21015,2,520,'Hoofprints',35,4,0,0.51,0,755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21016,2,520,'Hoofprints',35,4,0,0.53,0,755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21042,2,522,'Theramore Guard Badge',35,4,0,0.3,0,756,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21052,3,10,'Defias Strongbox',35,4,0,1,43,3443,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21053,5,150,'Sentry Point',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21054,5,150,'North Point Tower',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21055,5,150,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21056,5,150,'Theramore Isle',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21057,5,26,'Foothold Citadel',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21058,5,26,'The Docks',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21059,5,26,'Dustwallow Marsh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21060,5,26,'The Docks',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21061,5,26,'Foothold Citadel',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21062,5,26,'Dustwallow Marsh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21063,5,26,'Foothold Citadel',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21064,5,26,'Dustwallow Marsh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21065,5,26,'The Docks',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21066,5,26,'The Docks',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21067,5,26,'Foothold Citadel',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21068,5,26,'Dustwallow Marsh',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21069,5,150,'Theramore Isle',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21070,5,150,'Sentry Point',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21071,5,150,'North Point Tower',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21072,5,150,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21073,5,150,'Sentry Point',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21074,5,150,'Theramore Isle',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21075,5,150,'North Point Tower',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21076,5,150,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21077,5,150,'Shady Rest Inn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21078,5,150,'North Point Tower',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21079,5,150,'Theramore Isle',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21080,5,150,'Shady Rest Inn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21081,5,150,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21082,5,309,'Brackenwall Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21083,5,309,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21084,5,309,'Stonemaul',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21085,5,309,'The Barrens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21086,5,309,'Brackenwall Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21087,5,309,'Stonemaul',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21088,5,309,'BEWARE!',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21089,5,309,'You are entering the Dragonmurk',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21099,0,523,'ward',114,34,0,2.69226,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21117,0,460,'Portal of Aku\'Mai',114,34,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21118,1,524,'Fire of Aku\'mai',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fire_of_akumai'), + (21119,1,524,'Fire of Aku\'mai',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fire_of_akumai'), + (21120,1,524,'Fire of Aku\'mai',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fire_of_akumai'), + (21121,1,524,'Fire of Aku\'mai',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fire_of_akumai'), + (21127,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21128,5,525,'Orc Spy Report',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21277,3,528,'Crate with Holes',0,4,0,0.5,93,3450,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21282,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21308,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21327,8,192,'Campfire',0,0,0,1.16,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21459,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21509,5,538,'The Shady Rest Inn',0,0,0,0.24,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21511,0,0,'Lashh\'an Spell Circle',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21530,3,447,'Snufflenose Owner\'s Manual',0,4,0,1,93,3502,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21581,9,558,'Aftermath of the Second War',0,0,0,1,627,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21582,9,559,'Beyond the Dark Portal',0,0,0,1,633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21583,9,560,'The Kaldorei and the Well of Eternity',0,0,0,1,637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21628,8,273,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21629,8,273,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21630,8,233,'Forge',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21631,8,233,'Forge',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21653,11,562,'unk',0,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21654,11,562,'unk',0,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21655,11,562,'unk',0,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21656,11,562,'unk',0,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21678,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21679,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21680,16,787,'Duel Flag',5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (21701,8,166,'Anvil',0,0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22205,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22207,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22208,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22216,8,197,'Dwarven Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22217,8,197,'Dwarven Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22218,8,197,'Dwarven Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22219,8,197,'Dwarven Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22220,8,197,'Dwarven Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22221,8,197,'Dwarven Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22222,8,197,'Dwarven Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22223,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22224,8,199,'Dwarven Fire',0,0,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22225,8,199,'Dwarven Fire',0,0,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22226,8,199,'Dwarven Fire',0,0,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22229,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22230,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22231,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22234,10,325,'Signal Torch',0,4,0,1,93,1390,914,0,1,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22245,3,323,'Sack of Meat',0,4,0,1,43,3542,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22246,3,219,'Tear of Theradras',35,4,0,1,99,3543,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22248,7,39,'Merchant Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22249,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22250,7,39,'Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22251,7,39,'Wooden Seat',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22253,7,39,'Head Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22254,7,39,'Merchant Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22255,7,39,'Merchant Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22256,7,39,'Desk Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22257,7,91,'War Room Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22258,7,91,'War Room Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22259,7,91,'War Room Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22260,7,91,'War Room Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22261,7,91,'War Room Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22262,7,91,'War Room Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22530,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22531,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22533,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22534,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22535,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22536,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22537,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22538,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22540,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22541,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22542,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22543,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22544,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22545,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22546,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22547,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22549,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22550,3,219,'Draenethyst Crystals',35,4,0,1,43,3601,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22563,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22564,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22565,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22566,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22567,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22569,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22576,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22577,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22578,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22579,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22580,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22581,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22582,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22587,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22588,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22589,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22590,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22591,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22592,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22593,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22594,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22595,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22598,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22599,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22600,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22602,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22603,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22604,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22605,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22606,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22615,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22616,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22617,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22618,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22619,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22622,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22623,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22638,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22639,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22640,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22641,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22642,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22644,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22646,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22647,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22648,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22649,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22650,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22651,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22652,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22654,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22657,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22658,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22659,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22660,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22661,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22662,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22663,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22664,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22665,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22666,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22667,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22668,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22670,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22671,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22672,8,199,'Cozy Fire',0,0,0,0.842734,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22673,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22674,8,199,'Cozy Fire',0,0,0,0.841472,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22684,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22685,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22706,10,345,'Faustin\'s Alchemy Set',114,0,1,1,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22707,8,199,'Cozy Fire',0,0,0,1.24,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22708,8,199,'Cozy Fire',0,0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22709,8,199,'Cozy Fire',0,0,0,1.302,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22710,8,199,'Cozy Fire',0,0,0,1.2772,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22711,8,199,'Cozy Fire',0,0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22712,8,199,'Cozy Fire',0,0,0,1.11712,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22719,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22727,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22732,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22733,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22734,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22735,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22736,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22737,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22738,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22739,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22740,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22741,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22742,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22743,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22744,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22745,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22746,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22747,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22748,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22749,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22750,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22751,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22752,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22753,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22754,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22755,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22772,8,199,'Cozy Fire',0,0,0,1.24,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22773,8,199,'Cozy Fire',0,0,0,1.302,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22774,8,199,'Cozy Fire',0,0,0,1.2772,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22775,8,199,'Cozy Fire',0,0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22776,8,199,'Cozy Fire',0,0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22777,8,199,'Cozy Fire',0,0,0,1.11712,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22783,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22794,7,39,'Wooden Chair',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22795,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22796,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22797,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22798,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22799,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22800,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22801,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22802,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22803,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22804,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22806,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22808,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22809,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22810,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22811,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22812,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22813,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22816,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22817,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22831,8,199,'Cozy Fire',0,0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22832,8,199,'Cozy Fire',0,0,0,1.24,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22833,8,199,'Cozy Fire',0,0,0,1.302,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22834,8,199,'Cozy Fire',0,0,0,1.2772,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22835,8,199,'Cozy Fire',0,0,0,1.11712,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22836,8,199,'Cozy Fire',0,0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22849,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22852,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22853,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22854,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22855,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22856,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22858,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22860,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22864,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22865,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22879,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22880,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22881,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22882,8,199,'Cozy Fire',0,0,0,1.24,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22883,8,199,'Cozy Fire',0,0,0,1.302,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22884,8,199,'Cozy Fire',0,0,0,1.2772,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22885,8,199,'Cozy Fire',0,0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22886,8,199,'Cozy Fire',0,0,0,1.11712,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22887,8,199,'Cozy Fire',0,0,0,0.976378,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22894,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22902,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22904,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22908,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22909,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22910,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22911,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22912,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22913,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22914,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22915,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22916,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22917,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22918,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22919,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22920,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22921,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22922,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22923,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22924,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22925,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22926,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22927,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22928,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (22929,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23013,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23014,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23015,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23016,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23017,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23018,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23295,5,179,'Canal Tailor and Fit Shop',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23296,5,179,'Larson Clothiers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23299,5,27,'The Park',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23300,5,27,'The Park',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23301,5,27,'The Park',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23302,8,273,'Anvil',0,0,0,0.840336,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23303,8,273,'Anvil',0,0,0,1.17,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23304,8,204,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23305,8,209,'Forge',0,0,0,1.06433,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23505,3,335,'Gizmorium Shipping Crate',0,4,0,1,43,1686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23570,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23571,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23572,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23573,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23574,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23575,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23577,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23879,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23880,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (23881,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24388,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24389,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24390,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24391,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24392,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24393,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24394,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24395,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24396,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24397,7,622,'Stone Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24398,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24399,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24400,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24401,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24402,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24403,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24404,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24405,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24406,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24407,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24408,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24409,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24410,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24411,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24412,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24413,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24414,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24415,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24416,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24417,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24418,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24419,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24420,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24421,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24422,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24423,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24424,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24425,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24426,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24427,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24428,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24429,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24430,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24431,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24432,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24433,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24434,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24435,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24436,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24437,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24438,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24439,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24440,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24441,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24442,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24443,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24444,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24445,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24446,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24447,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24448,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24449,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24450,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24451,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24452,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24453,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24454,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24455,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24456,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24457,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24458,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24459,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24460,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24461,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24462,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24463,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24464,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24465,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24466,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24467,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24468,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24469,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24470,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24471,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24472,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24473,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24474,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24475,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24476,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24477,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24478,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24479,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24480,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24481,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24482,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24483,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24484,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24485,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24486,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24487,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24488,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24489,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24490,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24491,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24492,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24493,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24494,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24495,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24496,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24497,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24498,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24499,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24500,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24501,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24502,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24503,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24504,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24505,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24506,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24507,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24508,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24509,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24510,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24511,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24512,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24513,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24514,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24515,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24516,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24517,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24518,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24519,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24520,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24521,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24522,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24523,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24524,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24525,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24526,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24527,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24528,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24529,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24530,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24531,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24532,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24533,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24534,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24535,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24536,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24537,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24538,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24539,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24540,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24541,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24542,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24543,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24544,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24545,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24546,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24547,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24548,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24549,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24550,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24551,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24552,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24553,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24554,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24555,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24556,7,623,'Wooden Bench',0,0,0,0.63,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24557,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24558,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24559,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24560,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24561,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24562,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24563,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24564,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24565,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24566,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24567,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24568,7,91,'Highback Chair',12,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24569,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24570,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24571,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24572,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24573,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24574,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24575,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24576,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24577,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24578,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24579,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24580,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24581,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24582,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24583,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24584,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24585,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24586,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24587,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24588,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24589,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24590,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24591,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24592,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24593,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24594,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24595,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24596,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24597,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24598,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24599,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24600,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24601,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24602,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24603,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24604,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24605,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24606,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24607,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24608,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24609,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24610,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24611,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24612,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24613,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24614,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24615,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24616,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24617,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24618,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24619,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24620,7,622,'Stone Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24621,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24622,7,622,'Stone Bench',0,0,0,0.9975,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24623,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24624,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24625,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24626,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24627,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24628,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24629,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24630,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24631,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24632,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24633,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24634,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24635,7,39,'Wooden Chair',0,0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24636,7,39,'Wooden Chair',0,0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24637,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24638,7,39,'Wooden Chair',0,0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24639,7,39,'Wooden Chair',0,0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24640,7,39,'Wooden Chair',0,0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24641,7,39,'Wooden Chair',0,0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24642,7,39,'Wooden Chair',0,0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24643,7,39,'Wooden Chair',0,0,0,0.9975,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24644,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24645,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24646,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24647,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24648,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24649,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24650,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24651,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24652,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24653,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24654,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24655,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24656,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24657,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24658,7,91,'Highback Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24659,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24660,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24661,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24662,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24663,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24664,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24665,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24666,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24667,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24668,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24669,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24670,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24671,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24672,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24673,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24674,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24675,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24676,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24677,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24678,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24679,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24680,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24681,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24682,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24683,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24684,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24685,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24686,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24687,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24688,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24689,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24690,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24691,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24692,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24693,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24694,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24695,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24696,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24697,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24698,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24699,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24700,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24701,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24702,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24703,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24704,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24705,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24706,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24715,5,26,'The Park',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24717,5,26,'The Park',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24718,5,26,'The Park',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24719,5,26,'The Park',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24720,5,26,'The Park',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24721,5,26,'The Park',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24723,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24724,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24725,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24726,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24727,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24728,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24729,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24745,8,233,'Forge',0,0,0,1.18,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24746,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24758,8,626,'Warm Fire',0,0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24759,8,626,'Warm Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24760,8,626,'Warm Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24761,8,626,'Warm Fire',0,0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24762,8,626,'Warm Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24763,8,626,'Warm Fire',0,0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24764,8,626,'Warm Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24765,8,626,'Warm Fire',0,0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24776,2,11,'Yuriv\'s Tombstone',35,4,0,1.01614,179,889,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24777,9,19,'Yuriv\'s Tombstone',35,0,0,1.71106,690,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (24798,3,627,'Sundried Driftwood',0,4,0,1,43,3544,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25328,5,174,'Pestle\'s Apothecary',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25329,9,214,'Kurdran Wildhammer',0,0,0,1.7,287,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25330,9,214,'General Turalyon',0,0,0,1.7,290,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25331,9,214,'Ranger Captain Alleria Windrunner',0,0,0,1.7,288,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25332,9,214,'Danath Trollbane',0,0,0,1.7,291,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25333,9,214,'Archmage Khadgar of the Kirin Tor',0,0,0,1.7,289,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25334,5,630,'Industrial District',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25336,5,631,'Old Town',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25337,5,631,'Old Town',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25338,5,632,'Cathedral Square',0,0,0,1.09,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25339,5,632,'Cathedral Square',0,0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25340,5,632,'Cathedral Square',0,0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25341,5,633,'The Park',0,0,0,1.44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25342,5,633,'The Park',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25346,5,631,'Old Town',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25347,5,631,'Old Town',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25348,5,634,'Mage Quarter',0,0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25349,5,634,'Mage Quarter',0,0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25350,5,634,'Mage Quarter',0,0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25351,5,634,'Mage Quarter',0,0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25352,5,633,'The Park',0,0,0,1.44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25353,5,633,'The Park',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25354,5,633,'The Park',0,0,0,1.44,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25355,5,632,'Cathedral Square',0,0,0,1.09,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25356,5,632,'Cathedral Square',0,0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (25357,5,632,'Cathedral Square',0,0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26449,10,231,'Recombobulator',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26480,5,635,'Craghelm\'s Plate and Chain',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26482,5,636,'Goldfury\'s Hunting Supplies',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26483,5,637,'Fizzlespinner\'s General Goods',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26485,5,636,'Thundershot Guns \'n Ammo',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26486,5,639,'The Stonefire Tavern',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26487,5,640,'Barim\'s Reagents',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26488,5,638,'Timberline Arms',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26489,5,639,'Bruuk\'s Corner',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26490,5,641,'Ironforge Visitor\'s Center',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26491,5,637,'Pithwick\'s Bags and Supplies',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26492,5,641,'Farmountain Maps',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26493,5,642,'Stonebranch Herbalist',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26494,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26495,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26496,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26497,5,641,'Deep Mountain Mining Guild',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26498,5,643,'The Bronze Kettle',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (26499,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28024,3,10,'Caravan Chest',0,4,0,1,43,3596,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28027,5,26,'Dwarven District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28028,5,26,'Dwarven District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28029,5,26,'Dwarven District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28030,5,26,'Dwarven District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28031,5,26,'Dwarven District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28032,5,26,'Dwarven District',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28033,5,27,'Dwarven District',0,0,0,1.45,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28034,5,27,'Dwarven District',0,0,0,1.5228,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28035,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28036,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28037,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28038,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28039,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28040,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28041,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28042,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28043,5,26,'Stormwind Gate',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28044,5,630,'Dwarven District',0,0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28045,5,630,'Dwarven District',0,0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28046,5,630,'Dwarven District',0,0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28047,5,630,'Dwarven District',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28048,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28049,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28050,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28051,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28052,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28053,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28054,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28055,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28056,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28069,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28070,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28071,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28072,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28073,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28074,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28075,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28603,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28604,3,335,'Scattered Crate',210,0,0,1,43,28604,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28605,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28606,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28607,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28608,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28609,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28610,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28611,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28612,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (28613,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29150,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29151,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29152,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29154,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29155,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29699,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29700,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29701,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29702,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29703,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29704,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29705,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29706,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29707,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29715,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29716,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29717,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29740,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29741,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29742,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29743,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29744,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29745,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29746,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29747,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29748,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29749,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29750,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29751,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29752,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29753,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29754,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29755,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29756,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29757,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29758,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29759,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29760,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29761,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29762,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29763,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29764,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29765,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29766,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29767,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29768,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29769,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29770,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29771,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29772,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29773,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29774,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29775,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29776,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29777,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29780,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29781,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29782,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29783,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (29784,8,192,'Basic Campfire',35,0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (30854,3,651,'Atal\'ai Artifact',0,4,0,1,57,3598,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (30855,3,652,'Atal\'ai Artifact',0,4,0,1,57,3598,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (30856,3,653,'Atal\'ai Artifact',0,4,0,0.1,57,3598,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31407,8,200,'Roaring Bonfire',0,0,0,1.16083,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31408,8,200,'Bonfire',0,0,0,1.19642,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31409,8,200,'Raging Bonfire',0,0,0,1.04113,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31410,8,200,'Bonfire',0,0,0,1.18403,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31411,8,200,'Raging Bonfire',0,0,0,1.01918,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31442,6,0,'Basic Campfire',35,0,0,1,0,0,10,7353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31504,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31507,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31508,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31509,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31510,6,0,'Bright Campfire',35,0,0,1,0,0,10,7358,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31511,8,192,'Bright Campfire',87,0,0,1,4,10,31510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31572,8,654,'Medium Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31573,8,654,'Medium Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31574,8,409,'Smoking Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31575,8,655,'Tall Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31576,8,654,'Medium Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31577,8,655,'Tall Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31578,8,655,'Tall Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31579,8,655,'Tall Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (31580,8,216,'Bubbling Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32056,11,561,'IronForge Elevator',0,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32057,11,561,'IronForge Elevator',0,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32107,8,200,'Roaring Fire',0,0,0,0.892703,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32109,8,200,'Roaring Fire',0,0,0,1.25265,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32110,8,200,'Bonfire',0,0,0,0.840797,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32348,5,635,'Flinthammer\'s Armorer and Clothier',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32349,19,1947,'Mailbox',55,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32350,5,656,'Finespindle\'s Leather Goods',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32351,5,656,'Stonebrow\'s Clothier',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32352,5,657,'Traveling Fisherman',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32353,5,658,'Springspindle\'s Gadgets',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32354,5,659,'Things That Go Boom!',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32355,5,660,'Ironforge Main Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32356,5,660,'Hall of Explorers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32357,5,660,'The Commerce Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32358,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32359,5,660,'The Military Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32360,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32361,5,660,'The Commerce Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32362,5,660,'The Mystic Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32363,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32364,5,660,'Market Walk',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32365,5,660,'The Military Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32366,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32367,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32368,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32370,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32371,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32372,5,660,'The Great Forge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32373,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32374,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32375,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32376,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32377,5,660,'Vault of Ironforge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32378,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32379,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32380,5,660,'Vault of Ironforge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32381,5,660,'The Forlorn Caverns',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32383,5,660,'The Forlorn Cavern',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32384,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32385,5,660,'The Military Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32386,5,660,'Hall of Mysteries',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32388,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32389,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32390,5,660,'Hall of Arms',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32391,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32392,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32393,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32394,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32395,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32396,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32397,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32398,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32399,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32400,5,660,'The Commerce Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32401,5,660,'The Commerce Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32402,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32403,5,660,'The Commerce Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32404,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32405,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32406,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32407,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32408,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32409,5,660,'The Commerce Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32410,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32411,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32412,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32413,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32414,5,660,'The Commerce Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32416,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32417,5,660,'The Commerce Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32418,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32419,5,660,'Gnomes',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32420,5,660,'The Commerce Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32421,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32423,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32424,5,660,'The Great Forge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32425,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32427,5,660,'The Mystic Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32428,5,660,'The Military Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32429,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32430,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32431,5,660,'The Great Forge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32434,5,660,'The Military Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32436,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32438,5,660,'The Mystic Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32440,5,660,'Ironforge Main Gate',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32569,2,10,'Galen\'s Strongbox',0,4,0,1,43,896,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32570,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32571,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32572,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32573,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32574,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32578,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32579,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32580,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32581,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32582,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32583,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32584,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32585,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32590,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32591,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32592,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32593,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32594,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32595,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32596,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32783,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32784,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32785,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32786,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32787,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32788,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32789,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32790,5,660,'The Great Forge',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32791,5,660,'The Mystic Ward',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32792,5,660,'Market Walk',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32793,5,660,'Hall of Explorers',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32833,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32834,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32835,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32842,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32843,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32844,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32845,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32846,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32847,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32848,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32849,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32850,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32851,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32852,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32853,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32854,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32855,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32856,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32857,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32858,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32859,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32860,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32861,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32862,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32863,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32878,8,200,'Bonfire',0,0,0,0.768807,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32879,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32880,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32881,8,200,'Roaring Bonfire',0,0,0,1.04747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32882,8,200,'Raging Fire',0,0,0,0.84248,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32883,8,200,'Bonfire',0,0,0,0.967571,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32884,8,200,'Roaring Fire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (32885,8,200,'Raging Bonfire',0,0,0,0.948,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (33998,5,663,'Sewers',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (33999,5,663,'Sewers',0,0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34012,5,663,'Sewers',0,0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34013,5,663,'Sewers',0,0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34025,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34026,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34027,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34028,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34029,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34030,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34031,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34032,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34033,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34034,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34035,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34036,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34037,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34038,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34167,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34168,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34357,5,666,'BerryFizz Potions and Mixed Drinks',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34358,5,660,'The Forlorn Cavern',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34359,5,660,'The Forlorn Cavern',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34360,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34361,5,660,'The Forlorn Cavern',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34362,5,660,'The Forlorn Cavern',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34363,5,660,'The Forlorn Cavern',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34571,8,667,'Forge',0,0,0,1.1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (34572,8,667,'Forge',0,0,0,1.1,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35251,2,1,'Karnitol\'s Chest',210,4,0,1,43,901,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35252,3,51,'Ancient Relic',55,4,0,1,43,1678,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35572,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35573,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35574,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35575,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35576,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35577,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35578,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35579,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35580,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35581,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35582,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35583,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35584,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35585,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35588,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35589,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35591,17,668,'Fishing Bobber',1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35593,8,626,'Roaring Fire',0,0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35594,8,626,'Roaring Fire',0,0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35595,8,626,'Roaring Fire',0,0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35596,8,626,'Roaring Fire',0,0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35597,8,626,'Roaring Fire',0,0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35598,8,626,'Roaring Fire',0,0,0,1.43,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (35844,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36070,5,663,'War Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36071,5,663,'War Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36072,5,663,'The Apothecarium',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36073,5,663,'Rogues\' Quarter',0,0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36077,5,663,'The Apothecarium',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36078,5,663,'Trade Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36079,5,663,'The Apothecarium',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36080,5,663,'Trade Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36082,5,663,'Magic Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36083,5,663,'Trade Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36085,5,663,'Trade Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36086,5,663,'Magic Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36090,5,663,'Magic Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36091,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36092,5,663,'Magic Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36093,5,663,'Magic Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36094,5,663,'The Apothecarium',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36095,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36096,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36098,5,663,'The Apothecarium',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36102,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36105,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36113,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36118,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36126,5,663,'Royal Quarter',0,0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36127,5,663,'Royal Quarter',0,0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36396,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36397,5,663,'Royal Quarter',0,0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36398,5,663,'Royal Quarter',0,0,0,0.498125,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36645,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36727,18,1327,'Summoning Portal',2,64,0,1,3,7720,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36738,3,185,'The Book of Ur',0,4,0,1,93,3623,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36977,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36979,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36980,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36981,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36982,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36983,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36984,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36985,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36986,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36987,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36988,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36989,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36990,7,603,'Dining Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36991,7,603,'Dining Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36992,7,603,'Dining Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36993,7,603,'Dining Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36994,7,603,'Dining Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36995,7,603,'Dining Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36996,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36997,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36998,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (36999,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37000,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37001,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37002,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37003,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37004,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37005,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37006,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37007,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37008,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37009,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37010,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37011,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37012,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37025,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37026,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37027,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37028,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37029,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37030,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37031,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37032,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37033,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37034,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37035,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37036,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37037,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37038,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37051,7,91,'War Room Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37089,8,602,'Fiery Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37090,8,602,'Fiery Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37091,8,602,'Fiery Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37092,8,602,'Fiery Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37093,8,602,'Fiery Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37094,8,602,'Fiery Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37095,8,602,'Fiery Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37096,8,602,'Fiery Brazier',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37097,8,465,'Summoning Circle',35,0,0,2,43,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37098,3,10,'Perrine\'s Chest',83,4,0,1,43,3625,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37099,3,403,'Atal\'ai Tablet',0,4,0,1,43,3626,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37118,0,676,'Galen\'s Cage',14,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37473,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37474,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37475,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37476,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37477,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37478,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37479,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37480,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37481,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37482,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37483,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37484,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37485,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37486,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37487,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37488,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37489,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37490,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37491,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37492,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (37493,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38019,8,679,'Cookpot',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38020,8,679,'Potbelly Stove',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38021,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38022,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38023,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38024,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38025,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38026,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38027,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38028,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38029,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38030,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38147,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38148,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38491,8,355,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38492,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38493,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38494,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38495,8,166,'Anvil',0,0,0,1.29,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (38927,5,150,'Newman\'s Landing',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (40197,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (40198,8,680,'Fire',0,0,0,1.507,4,20,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (40199,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (40200,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (40201,8,680,'Fire',0,0,0,0.953798,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (40298,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (40299,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); + +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `faction`, `flags`, `ExtraFlags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `CustomData1`, `mingold`, `maxgold`, `ScriptName`) VALUES - (48501,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48502,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48503,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48504,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48505,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48506,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48507,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48508,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48509,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48510,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48511,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48512,8,192,'Dwarven Campfire',0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48513,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48514,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48515,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48516,5,685,'Master Control Program',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48517,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48518,8,192,'Dwarven Campfire',0,0,1.00952,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48519,8,192,'Dwarven Campfire',0,0,0.954955,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48520,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48521,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48522,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48523,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48524,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48525,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48526,8,192,'Dwarven Campfire',0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48527,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48528,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48529,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48530,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48531,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48532,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48533,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48534,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48535,8,192,'Dwarven Campfire',0,0,0.938053,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48536,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48537,8,192,'Dwarven Campfire',0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48538,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48539,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48540,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48541,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48542,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48543,8,192,'Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48544,8,192,'Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48545,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48546,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48547,8,192,'Dwarven Campfire',0,0,0.99368,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48548,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48549,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48550,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48551,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48552,8,192,'Dwarven Campfire',0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48553,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48554,8,192,'Dwarven Campfire',0,0,1.00952,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48555,8,192,'Dwarven Campfire',0,0,1.00952,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48556,8,192,'Dwarven Campfire',0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48557,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48558,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48559,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48560,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48561,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48562,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48563,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48564,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48565,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48566,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48567,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48568,7,138,'Short Wooden Seat',0,0,1.05,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48569,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48570,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48571,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48572,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48573,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48574,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48575,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (48576,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (49485,8,201,'Warm Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (49486,8,201,'Warm Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (49487,8,654,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50445,8,654,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50446,8,654,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50447,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50448,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50449,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50450,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50468,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50469,8,305,'Thunder Bluff Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50484,5,686,'Cloudweaver\'s Baskets',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50485,5,687,'Dawnstrider Enchanters',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50486,5,688,'Bena\'s Alchemy',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50487,5,689,'Holistic Herbalism',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50488,5,690,'Thunder Bluff Armorers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50489,5,691,'Thunderhorn\'s Archery',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50490,5,692,'Fruits and Vegetables',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50491,5,692,'Breads and Grains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50492,5,693,'Thunder Bluff Bank',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50493,5,694,'Karn\'s Smithy',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50494,5,308,'Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50495,5,308,'Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50496,5,308,'Elevator to Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50497,5,308,'Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50498,5,308,'Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50499,5,308,'Elevator to Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50500,5,308,'Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50501,5,308,'Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50502,5,308,'Elevator to Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50503,5,695,'Thunder Bluff Weapons',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50504,5,694,'Stonehoof Geology',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50505,5,686,'Thunder Bluff Civic Information',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50506,5,308,'Elevator to Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50507,5,308,'Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50508,5,308,'Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50509,5,308,'Elevator to Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50510,5,308,'Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50511,5,308,'Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50512,5,308,'Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50513,5,308,'Elevator to Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50514,5,308,'Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50515,5,308,'Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50516,5,308,'Elevator to Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50517,5,308,'Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50518,5,308,'Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50519,5,308,'Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50520,5,686,'Elder Rise Drums',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50521,5,692,'Kodo Steak and Ribs',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50522,5,692,'Mountaintop Bait & Tackle',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50523,5,695,'Winterhoof Totems',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50524,5,692,'Aska\'s Kitchen',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50525,5,691,'Thunderhoof\'s Firearms',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50526,5,308,'Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50527,5,308,'Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50528,5,308,'Elevator to Mulgore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50529,5,308,'Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50530,5,308,'Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50531,5,308,'Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50532,5,308,'Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50533,5,308,'Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50534,5,308,'Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50535,5,695,'Rainsticks',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50536,5,691,'Hunter\'s Hall',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50537,5,689,'Hall of Elders',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50538,5,688,'Hall of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50547,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50548,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50549,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50803,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50804,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50805,8,201,'Burning Embers',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50830,8,208,'Stone Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50831,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50910,8,200,'Bonfire',0,0,0.65,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50935,3,696,'Sack of Corn',35,4,1,43,3841,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50936,3,252,'Sack of Barley',0,4,1,43,3840,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50937,3,696,'Sack of Rye',0,4,1,43,3842,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50961,2,336,'Malem Chest',0,0,1,43,920,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50982,3,702,'The Charred Oak',35,4,1,43,3844,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50983,8,703,'Heated Forge',0,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50984,8,703,'Heated Forge',0,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50985,8,703,'Heated Forge',0,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50986,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50987,8,200,'Bonfire',0,0,0.81,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50988,8,200,'Bonfire',0,0,0.8,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (50989,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51681,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51702,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51703,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51704,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51705,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51706,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51707,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51708,2,768,'Eliza\'s Grave Dirt',0,4,1,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51948,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51949,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (51950,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (52175,8,305,'Forge',0,0,1.14,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (52176,8,305,'Forge',0,0,1.14,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (55250,8,655,'Tall Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (55535,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (55615,8,199,'Campfire',0,0,1.08498,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (55616,8,200,'Bonfire',0,0,1.12787,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (55774,5,695,'Ragetotem Arms',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56809,8,192,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56810,8,192,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56818,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56819,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56820,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56821,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56897,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56898,5,718,'Plate-n-Chain',0,0,0.387597,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56901,5,720,'Tan-Your-Hide Leatherworks',0,0,1.46104,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56903,5,722,'Good Food',0,0,0.554324,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56905,5,724,'Swift Flights',0,0,0.518242,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56910,5,728,'The Salty Sailor Tavern',0,0,1.573,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (56911,5,729,'Stranglethorn Trust Bank',0,0,2.97,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57708,8,731,'Lamppost',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57709,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57710,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57725,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57726,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57727,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57748,8,732,'Lamppost',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57749,8,732,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57750,8,732,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57751,8,732,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57752,8,732,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (57753,8,732,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58369,3,10,'Stolen Iron Chest',0,4,1.26,43,3878,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58388,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58389,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58595,3,10,'Burning Blade Stash',83,4,1,43,3879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58596,5,733,'Weapons',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58597,5,734,'Bat Handler',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58598,5,735,'General Goods',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58599,5,735,'General Goods',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58600,5,736,'Light Armor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58601,5,737,'Bank',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58602,5,737,'Bank',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58603,5,737,'Bank',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58604,5,737,'Bank',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58605,5,736,'Heavy Armor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58606,5,738,'Cooking',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58607,5,739,'Tabards',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58608,5,734,'Guild Creation',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58609,5,735,'Engineering',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58610,5,740,'Alchemist',0,0,0.99,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58611,5,734,'Relic Vendor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58612,5,734,'Reagent Vendor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58613,5,740,'Alchemist',0,0,0.99,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58614,5,734,'Enchantment',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58615,5,741,'Herbalist',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58616,5,733,'Weapons Merchants',0,0,0.943396,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58617,5,742,'Blacksmith',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58618,5,743,'Bow Merchant',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58619,5,734,'Gunsmith',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58620,5,744,'Mining',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58621,5,733,'Daggers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58622,5,739,'Leather Work',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58623,5,739,'First Aid',0,0,0.869565,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58624,5,745,'Bag Vendor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58625,5,746,'Poison',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58626,5,734,'Cartography',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58627,5,734,'Book Dealer',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (58629,5,747,'Staff Merchant',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59517,5,721,'All Things Flora',0,0,1.77781,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59518,5,723,'Nautical Needs',0,0,1.86,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59529,8,216,'Cauldron',0,0,0.68531,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59530,8,216,'Cauldron',0,0,0.68531,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59845,5,681,'The Old Port Authority',0,0,0.518987,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59846,5,681,'Kalimdor Airlines',0,0,0.453139,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59847,5,725,'Cuts-N-Bruises Incorporated',0,0,0.531011,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59848,5,681,'Southern Skies Platform',0,0,0.392912,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59850,5,751,'Boucher\'s Cauldron',0,0,0.457242,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59851,5,719,'A Tailor to Cities',0,0,0.411929,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59852,5,752,'The Happy Bobber',0,0,1.89684,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59853,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59854,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59855,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59856,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59857,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59858,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59859,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59860,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59861,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59862,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59863,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59864,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59865,8,679,'Stove',0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (59990,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (60393,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (60394,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (60395,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (60438,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (60439,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (60440,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61035,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61036,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61037,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61038,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61039,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61040,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61041,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61042,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61043,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61044,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61045,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61046,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61047,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61048,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61049,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61050,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61051,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61052,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61053,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61054,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61055,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61056,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61057,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61058,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61059,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61060,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61061,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61062,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61063,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61064,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61065,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61066,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61067,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61068,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61069,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61070,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61071,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61072,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61073,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61074,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61075,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61076,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61077,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61078,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61079,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61080,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61081,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61082,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61083,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61084,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61085,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61086,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61087,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61088,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61089,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61090,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61091,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61092,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61093,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61094,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61095,7,138,'Mechanic Stool',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61096,7,138,'Mechanic Stool',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61097,7,138,'Mechanic Stool',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61098,7,138,'Mechanic Stool',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61099,7,138,'Mechanic Stool',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61100,7,138,'Mechanic Stool',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61101,7,138,'Mechanic Stool',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61102,7,138,'Mechanic Stool',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61918,5,718,'Deep South Tannery',0,0,0.420168,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61919,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61920,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61921,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61922,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61923,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61924,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61925,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61927,8,200,'Bonfire',0,0,0.75,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61928,8,200,'Bonfire',0,0,0.84,4,20,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61929,8,200,'Bonfire',0,0,0.74,4,20,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61934,2,759,'Brazier of the Dormant Flame',35,0,1,0,952,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61935,10,755,'Regulator Valve',35,4,1,43,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61936,10,353,'Fuel Control Valve',35,4,1,93,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61952,8,199,'Campfire',0,0,0.901468,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (61953,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (63195,5,177,'Stormwind Visitor\'s Center',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (63196,8,756,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (63197,5,632,'Cathedral Square',0,0,1.09,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (63198,5,632,'Cathedral Square',0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (63674,8,299,'Shaman Shrine',0,0,1,63,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64849,8,200,'Bonfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64850,8,200,'Bonfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64856,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64857,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64858,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64859,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64860,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64861,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64862,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (64863,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (65407,2,356,'Graznab\'s Machine',35,0,1,93,972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (66780,5,171,'Lionheart Armory',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (67234,8,731,'Fire Totem',0,0,2.64478,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (68865,3,760,'Snufflenose Command Sticks',0,4,0.8,93,4059,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69282,8,192,'Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69421,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69422,8,200,'Bonfire',0,0,1.507,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69423,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69424,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69425,8,200,'Bonfire',0,0,1.507,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69426,8,200,'Bonfire',0,0,0.892191,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69427,8,200,'Bonfire',0,0,0.941875,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69428,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69429,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69430,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69431,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69432,8,192,'Campfire',0,0,1.00003,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69433,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69434,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69435,8,192,'Campfire',0,0,1.0002,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69436,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69437,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (69438,8,200,'Bonfire',0,0,1.507,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70517,8,731,'Lamppost',0,0,1.04585,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70518,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70519,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70520,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70521,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70522,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70523,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70524,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70525,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70526,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70527,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70528,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70530,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70531,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70532,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70533,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70534,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70535,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70536,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70537,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70538,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70539,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70540,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70541,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70542,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70543,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70544,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70545,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70546,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70547,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70548,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70549,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70551,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70552,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70553,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70554,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70555,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70556,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (70557,8,731,'Lamppost',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (73939,3,767,'Ooze Covered Iron Deposit',0,0,1,0,1505,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (73940,3,767,'Ooze Covered Silver Vein',0,0,0.5,40,1504,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (73941,3,767,'Ooze Covered Gold Vein',0,0,0.5,42,1506,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74075,8,216,'Cauldron',0,0,1.20395,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74076,8,216,'Cauldron',0,0,1.20395,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74077,8,216,'Cauldron',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74078,8,216,'Cauldron',0,0,2.35975,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74091,5,728,'The Salty Sailor Tavern',0,0,1.43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74135,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74138,8,375,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74146,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74439,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74440,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74441,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74442,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74443,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74444,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74445,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74446,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74447,3,259,'Large Iron Bound Chest',94,2,1,23,4075,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (74448,3,259,'Large Solid Chest',94,0,1,57,4075,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (74727,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74728,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74729,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74730,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (74731,3,252,'Noggle\'s Satchel',0,4,1,43,2217,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (75293,3,259,'Large Battered Chest',94,0,1,57,4073,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (75295,3,259,'Large Iron Bound Chest',94,2,1,5,4074,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (75296,3,259,'Large Iron Bound Chest',94,0,1,24,4076,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (75297,3,259,'Large Iron Bound Chest',0,0,1,60,4077,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (75298,3,259,'Large Solid Chest',94,0,1,57,4074,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (75299,3,259,'Large Solid Chest',94,0,1,57,4076,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (75300,3,259,'Large Solid Chest',94,0,1,57,4077,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (77813,8,273,'Anvil',0,0,1.17,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (80022,11,808,'Plunger',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (80023,11,807,'Vator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (80024,11,827,'Rail',0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (82136,8,731,'Lamppost',0,0,1.04592,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (82137,8,731,'Lamppost',0,0,0.870608,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (82138,8,731,'Lamppost',0,0,1.17356,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (82139,8,731,'Lamppost',0,0,0.814783,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (82140,8,731,'Lamppost',0,0,0.988055,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (83763,3,107,'Stolen Books',0,4,0.63,93,4165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (85556,11,852,'Vator2',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (85562,3,10,'Ironband\'s Strongbox',0,4,1,43,4185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (85563,3,318,'Dead-tooth\'s Strongbox',0,4,1.12,239,4184,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (86492,3,335,'Crate of Elunite',0,4,1,93,4187,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (88496,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (88497,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (88498,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (89634,3,2251,'Iron Coral',0,4,1,43,4227,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (89635,3,4075,'Sunscorched Shell',0,4,1.5,43,4228,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (89931,2,216,'Bath\'rah\'s Cauldron',35,0,1,93,1151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (90566,0,907,'Workshop Door',0,34,1,0,92,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (90567,1,295,'Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (90858,0,907,'Workshop Door',0,34,1,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (91138,3,908,'Jordan\'s Hammer',0,4,1,279,4275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (91672,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (91673,8,348,'Stove',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (91692,5,726,'Boomstick Imports East',0,0,0.502513,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (91706,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (91737,8,396,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (91738,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92011,8,273,'Grimand\'s Anvil',0,0,0.6,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92013,3,928,'Tome of the Cabal',35,4,0.3,43,4305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92015,8,465,'Summoning Circle',35,0,2,83,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92065,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92066,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92067,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92098,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92099,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92140,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92141,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92142,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92143,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92252,5,465,'Strahad\'s Summoning Circle',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92254,8,200,'Bonfire',0,0,1,0,20,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92388,8,674,'Summoning Circle',0,0,1,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92419,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92420,3,31,'Bailor\'s Ore',0,4,1,43,4352,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92423,3,1,'Damaged Chest',35,4,1,43,4353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92424,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92425,8,216,'Steaming Concoction',0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92426,8,216,'Pickled Sludge',0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92427,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92458,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92489,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92490,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92524,5,953,'Guild',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92525,5,953,'Argent Dawn',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92526,5,952,'Alchemy',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92527,5,954,'Bags',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92528,5,948,'General Goods',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92529,5,949,'Enchanting',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92530,5,949,'Enchanting',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92531,5,959,'Robe',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92532,5,960,'Staff',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92533,5,947,'Leatherworking',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92534,5,947,'Tailoring',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92535,5,948,'General Trade',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92536,5,948,'General Trade',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92537,5,950,'First Aid',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92538,5,951,'Cooking',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92539,5,955,'Weapons',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92540,5,955,'Weapons',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92541,5,955,'Weapons',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92542,5,955,'Weapons',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92543,5,955,'Thrown Weapons',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92544,5,956,'Fletcher',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92545,5,958,'Mail Armor',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92546,5,957,'Shields',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92547,5,957,'Shields',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92548,5,958,'Mail Armor',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92549,5,959,'Cloth Armor',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92550,5,958,'Leather Armor',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92551,5,955,'Two Handed Weapons',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92552,5,955,'Two Handed Weapons',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92693,5,948,'General Goods',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92694,5,954,'Bags',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92695,5,956,'Fletcher',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92696,5,955,'Thrown Weapons',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92699,5,947,'Leatherworking',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92700,5,947,'Tailoring',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (92703,7,682,'Bench',0,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (93192,3,967,'Heartswood',35,4,3.91,99,4304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94039,6,1287,'Shrine of Gelihast',0,0,1,0,0,0,8733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94040,6,1287,'Altar of the Deeps',0,0,1,0,0,0,8735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94183,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94184,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94185,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94186,8,200,'Bonfire',0,0,1.84,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94187,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94188,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94189,8,200,'Bonfire',0,0,0.87,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94190,8,200,'Bonfire',0,0,0.68,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (94191,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (95449,5,959,'Cloth Armor',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (97700,0,441,'Secret Door',1375,34,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (97701,1,442,'Torch',35,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (97801,7,91,'Fine Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (97802,7,91,'Fine Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (97803,7,91,'Fine Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (98343,5,663,'War Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (98347,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (98348,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (98349,5,663,'War Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (98350,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (98351,5,663,'Magic Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (98354,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (100028,10,1027,'Shaman Shrine',16,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (100035,8,1027,'Shaman Shrine',0,0,1,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101748,10,1027,'Shaman Shrine',16,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101749,10,1027,'Shaman Shrine',16,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101750,10,1027,'Shaman Shrine',16,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101751,10,1027,'Shaman Shrine',16,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101766,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101767,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101768,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101769,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101770,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101771,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101772,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101773,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101774,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101775,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101776,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101777,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101778,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101779,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101811,1,295,'Lever',35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101812,1,295,'Lever',35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101831,1,295,'Door Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101832,1,295,'Door Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101833,1,295,'Door Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101834,1,295,'Door Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101835,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101836,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101837,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101838,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101839,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101840,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101841,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101842,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101843,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101844,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101845,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101846,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101847,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101848,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101849,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101850,0,444,'Cathedral Door',0,34,1,0,299,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101851,0,444,'Armory Door',0,34,1,0,299,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101852,1,295,'Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101853,1,295,'Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101854,0,444,'Herod\'s Door',0,34,1.06,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (101855,1,295,'Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102413,10,1107,'Verigan\'s Fist',16,64,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102984,3,10,'Bink\'s Toolbox',0,4,1,43,4504,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102985,3,1087,'Balnir Snapdragons',0,4,1,259,4505,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102986,10,293,'Ju-Ju Heap',0,4,1,99,1884,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102988,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102989,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102990,8,192,'Dwarven Campfire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102991,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102992,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102993,8,192,'Dwarven Campfire',0,0,0.99368,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102994,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102995,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102996,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102997,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102998,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (102999,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103000,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103001,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103002,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103003,8,192,'Dwarven Campfire',0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103004,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103005,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103006,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103007,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103009,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103010,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103011,8,192,'Dwarven Campfire',0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103012,7,138,'Short Wooden Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103015,1,402,'Shrine of Gelihast',0,0,1,0,0,65536,94039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103016,1,402,'Altar of the Deeps',0,0,1,0,93,65536,94040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103574,3,1707,'Filled Containment Coffer',0,4,1,43,4589,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103600,3,137,'Andron\'s Bookshelf',0,4,1,93,4590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103628,3,105,'Ur\'s Treatise on Shadow Magic',0,4,1,93,4564,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103661,6,1708,'Witherbark Totem Bundle TRAP',114,0,1,0,1,40,9056,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103662,3,1708,'Bolt Charged Bramble',0,4,1,93,4754,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103663,8,199,'Cauldron',0,0,0.68,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103664,3,422,'Rituals of Power',0,4,1,93,4584,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103680,5,1647,'Mana Rift',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103687,8,192,'Campfire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103694,8,192,'Campfire',0,0,1.26817,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103695,8,192,'Campfire',0,0,1.01911,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103711,3,315,'Tin Vein',102,0,0.5,39,1503,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103713,3,310,'Copper Vein',102,0,0.5,38,1502,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103727,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103728,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103729,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103748,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103749,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103750,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103751,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103770,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103771,8,200,'Bonfire',0,0,0.82,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103772,8,216,'Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103773,8,216,'',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103774,3,318,'Standard Issue Tools',0,0,1,93,4665,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103793,5,26,'Mage Quarter',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103794,5,26,'Cathedral Square',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103795,5,26,'Griffon Roost',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103796,5,26,'Old Town',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103797,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103798,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103799,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103800,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103801,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103802,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103811,7,91,'Wooden Chair',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103812,7,91,'Wooden Chair',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103813,10,1213,'Mausoleum Seal',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103815,3,1,'Ambermill Strongbox',83,6,1,5,4667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103820,3,1188,'Red Rocket',0,0,1,43,4669,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (103821,3,10,'Doan\'s Strongbox',35,0,1,43,4668,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104555,8,208,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104564,3,1208,'Bingles\'s Toolbucket',0,4,0.75,43,4685,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104569,3,1209,'Bingles\'s Toolbucket',0,4,0.75,43,4686,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104574,3,1210,'Bingles\'s Toolbucket',0,4,0.75,43,4687,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104575,3,112,'Bingles\'s Blastencapper',0,4,0.75,43,4688,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104589,1,295,'Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104591,0,1207,'Chapel Door',0,34,1,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104592,5,422,'Rituals of Power',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (104593,10,1212,'Mausoleum Trigger',0,4,1,43,1819,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_mausoleum_trigger'), - (104600,0,443,'High Inquisitor\'s Door',1375,34,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105168,5,448,'Skull Key',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105169,3,130,'Agamand Weapon Rack',0,4,1,93,4764,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105170,3,130,'Agamand Weapon Rack',0,4,1,93,4765,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105171,3,130,'Agamand Weapon Rack',0,4,1,93,4766,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105172,3,130,'Agamand Weapon Rack',0,4,1,93,4767,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105173,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105174,3,1,'Chest of Containment Coffers',0,4,0.75,93,4768,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105175,3,164,'Cantation of Manifestation',0,4,1,93,4769,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105176,3,10,'Venture Co. Strongbox',83,6,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105188,5,178,'Trias\' Cheese',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105568,5,1248,'Peasent Woodpile',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105569,3,314,'Silver Vein',0,0,0.5,40,1504,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105570,3,259,'Alliance Strongbox',102,2,1,24,2283,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (105576,8,465,'Summoning Circle',35,0,2,203,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (105578,3,259,'Tattered Chest',101,0,1,57,2283,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (105579,3,259,'Tattered Chest',102,0,1,57,2283,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (105581,3,259,'Tattered Chest',102,0,1,57,2284,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (106318,3,259,'Battered Chest',94,0,1,57,2277,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (106319,3,259,'Battered Chest',94,0,1,57,2279,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (106325,8,373,'Blazing Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106326,8,373,'Blazing Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106327,8,373,'Blazing Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106335,8,373,'Blazing Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106336,8,373,'Blazing Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106528,5,1267,'Water Manifestation Effect',14,64,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106529,5,1268,'Water Manifestation Aura',16,64,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106638,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (106641,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (107037,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (107039,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (107040,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (107041,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (107042,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (109515,6,1287,'Night Elven Bear Trap',0,0,1,95,0,0,9439,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (110230,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (110231,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (110232,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (110233,8,200,'Bonfire',0,0,0.69,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (110234,8,200,'Bonfire',0,0,0.69,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (110235,8,192,'Campfire',0,0,1.07,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (110236,8,192,'Campfire',0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111094,5,170,'Gallina Winery',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111095,3,259,'Tattered Chest',102,0,1,57,2280,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (111148,8,1308,'Night Elven Bear Trap',4,0,1,0,10,109515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111149,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111202,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111203,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111204,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111205,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111206,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111207,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111212,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111215,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111216,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111217,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111220,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111221,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111222,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111223,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111224,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111225,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111226,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111227,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111254,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111255,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111256,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111257,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111258,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111259,8,199,'Dwarven Fire',0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111260,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111261,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111262,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111265,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111266,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111268,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111269,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111271,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111839,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111942,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111943,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111945,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111946,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111948,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111949,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111950,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111969,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111973,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111974,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111979,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111993,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111994,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111995,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111996,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (111998,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112000,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112012,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112015,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112023,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112024,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112028,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112042,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112043,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112044,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112045,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112048,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112049,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112050,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112051,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112052,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112053,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112054,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112055,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112058,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112059,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112060,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112061,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112062,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112065,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112066,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112068,7,92,'Wooden Chair',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112070,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112071,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112072,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112073,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112074,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112079,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112092,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112095,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112096,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112097,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112098,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112100,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112112,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112115,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112123,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112128,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112129,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112192,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112194,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112195,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112196,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112197,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112198,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112199,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112200,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112201,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112202,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112204,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112205,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112214,7,92,'Chair',0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112215,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112216,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112217,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112223,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112231,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112232,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112234,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112235,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112236,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112237,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112238,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112239,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112241,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112301,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112302,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112303,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112305,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112308,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112309,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112310,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112311,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112312,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112316,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112317,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112318,7,92,'Wooden Chair',0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112319,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112321,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112322,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112877,2,445,'Talvash\'s Scrying Bowl',115,64,2.5,0,1551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112879,8,200,'Bonefire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112881,8,192,'Cooking Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112888,2,187,'Dusty Shelf',0,0,1,93,283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112898,5,180,'The Gilded Rose',0,0,0.819672,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112899,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112900,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112901,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112902,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112903,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112904,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112905,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112906,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112907,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (112948,2,318,'Intrepid\'s Locked Strongbox',0,0,1.15,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113528,5,689,'Spiritual Healing',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113529,6,1287,'Arathi Cannon Fire',390,0,1,0,0,10,4170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113531,10,245,'Cannon',0,4,0.6,0,667,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113540,8,192,'Campfire',0,0,1.18464,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113568,5,663,'Rogues\' Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113569,5,663,'Rogues\' Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113570,5,663,'The Apothecarium',0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113571,5,663,'The Apothecarium',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113572,5,663,'War Quarter',0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113574,5,663,'War Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113575,5,663,'Rogues\' Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113576,5,663,'Magic Quarter',0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113577,5,663,'Rogues\' Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113752,5,734,'Inn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113753,8,273,'Anvil',0,0,1.17,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113754,8,305,'Forge',0,0,1.14,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113755,5,663,'Rogues\' Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113756,5,663,'Rogues\' Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113757,3,1387,'Shadowforge Cache',0,4,0.4,43,4964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113768,3,1407,'Brightly Colored Egg',0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113769,3,1408,'Brightly Colored Egg',0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113770,3,1409,'Brightly Colored Egg',0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113771,3,1410,'Brightly Colored Egg',0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113772,3,1411,'Brightly Colored Egg',0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (113791,2,602,'Brazier of Everfount',83,0,1,0,1630,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (120584,8,192,'Campfire',0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (121264,3,41,'Lucius\'s Lockbox',0,6,1,23,5026,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (122088,1,1247,'Containment Coffer',116,0,1,1,0,0,103575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123207,8,1467,'Goblin Smelting Pot',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123208,8,1467,'Goblin Smelting Pot',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123209,8,1467,'Goblin Smelting Pot',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123210,8,1467,'Goblin Smelting Pot',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123211,8,273,'Foundry Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123212,8,273,'Foundry Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123213,8,273,'Foundry Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123214,3,1,'Duskwood Chest',0,6,1,24,5044,30,1,0,0,0,124072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123215,5,1468,'This Way',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123216,5,1468,'The Other Way',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123217,5,1468,'That Way',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123244,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123309,3,767,'Ooze Covered Truesilver Deposit',0,0,0.5,380,5045,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123310,3,767,'Ooze Covered Mithril Deposit',94,0,0.5,379,1742,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123328,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123329,3,1,'Baelog\'s Chest',0,0,1,93,5066,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123330,3,10,'Buccaneer\'s Strongbox',0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123331,3,10,'Buccaneer\'s Strongbox',0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123332,3,10,'Buccaneer\'s Strongbox',0,2,1,5,0,0,1,0,0,0,123355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123333,3,10,'Buccaneer\'s Strongbox',0,2,1,5,0,0,1,0,0,0,123334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123334,6,1287,'The Punisher (DND)',14,0,0.1,0,16,0,10017,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123355,6,1287,'Rat Bomb Trap',14,0,1,0,16,0,10018,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123462,10,41,'The Jewel of the Southsea',0,6,1,23,2381,2153,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123463,9,559,'Baelog\'s Journal',0,0,1.5,1011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (123848,3,767,'Ooze Covered Thorium Vein',94,0,0.5,400,9597,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124072,6,1287,'Duskwood Chest',14,0,1,0,1,0,9991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124367,0,1370,'Temple Door',114,32,0.9927,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124368,0,1370,'Temple Door',0,32,0.9927,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124369,0,1370,'The Ancient Vault',114,34,0.9927,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124370,0,1370,'Echomok Door',0,32,0.67714,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124371,0,1369,'Keystone',0,32,1,0,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124372,0,1370,'Seal of Khaz\'Mul',14,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124374,9,1527,'Horatio Montgomery, M.D.',0,0,1,1031,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124388,3,10,'Garrett Family Chest',0,4,1,43,5124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (124389,3,1,'Krom Stoutarm\'s Chest',0,4,1,43,5125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (125475,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (125477,3,53,'Conspicuous Urn',0,4,0.7,93,5201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126046,5,630,'Dwarven District',0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126049,3,2090,'Magenta Cap Clusters',0,4,1,259,5212,0,1,0,0,0,128196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126050,7,1569,'Bench',0,0,0.675676,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126051,7,1569,'Bench',0,0,0.675676,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126052,7,1569,'Bench',0,0,0.675676,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126053,7,1569,'Bench',0,0,0.675676,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126158,3,1568,'Tallonkai\'s Dresser',0,4,1,93,5213,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126260,3,1387,'Ancient Chest',0,4,1,43,2309,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126312,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126313,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126314,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126335,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126337,8,192,'',0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126338,8,192,'',0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126339,8,192,'',0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126340,8,192,'',0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126341,8,192,'',0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126342,8,192,'',0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (126345,8,192,'',0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (128196,6,1287,'Magenta Cap Clusters Trap',14,0,1,0,40,0,10136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (128293,3,2090,'Magenta Cap Clusters',0,4,1,259,5212,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (128308,3,1767,'Shallow Grave',0,0,1,1539,8367,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (128403,3,1767,'Shallow Grave',0,0,1,1539,8367,0,1,0,0,0,128972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (129127,3,1,'Gallywix\'s Lockbox',0,6,1,24,5246,30,1,0,0,0,130126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (129206,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (130125,5,174,'The Five Deadly Venoms',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (130126,6,1287,'Gallywix\'s Lockbox',14,0,1,0,1,0,9991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (130358,6,1287,'Chemical Bomb',14,64,1,0,0,40,10253,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (130511,18,2490,'Altar of The Keepers',35,0,1,3,11568,11206,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (130666,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (130667,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (130668,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (131474,2,1427,'The Discs of Norgannon',0,0,1,0,1611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (131978,3,259,'Large Mithril Bound Chest',0,2,1,61,5282,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (131979,3,259,'Large Darkwood Chest',0,0,1,57,5282,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (133234,18,2490,'Altar of Archaedas',35,0,1,3,10340,11206,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (133466,7,603,'Bench',0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (133467,7,603,'Bench',0,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (133468,7,603,'Bench',0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (133469,7,603,'Bench',0,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136101,5,739,'Tailor',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136922,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136923,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136925,8,373,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136926,8,373,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136927,8,373,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136928,8,373,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136929,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136930,7,989,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136931,7,990,'Bench',0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136932,7,989,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136933,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136934,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136935,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136936,7,990,'Bench',0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136937,7,990,'Bench',0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136938,7,990,'Bench',0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136939,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136940,7,989,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136941,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136942,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136943,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136944,7,989,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136945,7,987,'Bench',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136946,7,987,'Bench',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136947,8,192,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136948,8,192,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136949,8,192,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136950,8,192,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136951,8,192,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136952,8,192,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136954,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136955,8,192,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136957,8,867,'Bonfire',0,0,0.693687,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136959,8,867,'Bonfire',0,0,0.751323,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136961,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136962,8,867,'Bonfire',0,0,0.97931,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136963,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136964,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136965,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (136966,8,867,'Bonfire',0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (137167,5,1647,'Nether Rift',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (137644,5,660,'The Forlorn Cavern',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (137646,5,660,'The Military Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (137647,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138316,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138317,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138318,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138492,2,1667,'Shards of Myzrael',0,0,1,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138493,0,1189,'Doors',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138496,10,749,'HornCover',14,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138497,10,750,'Mouthpiece Mount',35,0,1,159,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138498,8,299,'Temple of the Moon Fountain',16,0,1,243,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (138614,7,380,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (139852,10,340,'Memorial to Sully Balloo',114,0,1,0,0,0,1966080,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140105,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140106,8,655,'Fierce Blaze',0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140107,8,655,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140108,8,655,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140109,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140110,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140111,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140112,8,655,'Fierce Blaze',0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140113,8,655,'Fierce Blaze',0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140211,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140212,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140213,8,199,'Campfire',0,0,0.77,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140214,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140357,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140358,8,365,'Smoldering Coals',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140359,8,365,'Smoldering Coals',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140360,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140372,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140373,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140374,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140375,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140376,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140378,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140379,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140380,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140381,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140382,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140383,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140384,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140385,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140386,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140387,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140388,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140389,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140390,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140391,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140392,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140393,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140394,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140395,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140396,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140397,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140398,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140399,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140400,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140401,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140402,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140403,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140439,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140908,19,1727,'Mailbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140911,3,1747,'Spool of Light Chartreuse Silk Thread',0,4,2,43,5429,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140931,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (140971,3,1767,'Gahz\'ridian',0,4,0.3,419,5446,0,1,0,0,0,0,3161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141069,8,192,'Campfire',0,0,0.84,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141070,0,1787,'Troll Cage',0,32,1,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141071,0,1787,'Troll Cage',0,32,0.65,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141072,0,1787,'Troll Cage',0,32,1,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141073,0,1787,'Troll Cage',0,32,1,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141074,0,1787,'Troll Cage',0,32,1,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141076,5,309,'Sun Rock Retreat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141077,5,309,'Greatwood Vale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141078,5,309,'The Barrens',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141596,3,259,'Witch Doctor\'s Chest',0,0,1,57,8498,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141610,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141611,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141612,6,472,'[PH] Weegli\'s Armed Barrel',0,0,1,0,0,0,11195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141812,10,2710,'Stone of Binding',0,4,1,99,2681,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141813,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141832,10,1827,'Gong of Zul\'Farrak',0,0,1,459,0,2488,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141838,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141839,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141840,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141841,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141843,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141844,8,199,'Campfire',0,0,1.14035,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141845,8,216,'Cauldron',0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141851,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141852,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141853,3,1847,'Violet Tragan',0,4,0.5,259,5606,0,1,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141857,10,2710,'Stone of Binding',0,4,1,99,2681,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141858,10,2710,'Stone of Binding',0,4,1,99,2681,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141859,10,2710,'Stone of Binding',0,4,1,99,2681,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141860,10,245,'Cannon',114,0,0.73,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141861,10,245,'Cannon',114,0,0.73,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141862,10,245,'Cannon',114,0,0.73,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141863,10,245,'Cannon',114,0,0.73,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141869,0,1370,'Temple Door',0,34,0.9927,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141870,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141871,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141891,6,1327,'Razelikh\'s Tear',0,0,1,0,0,30,10865,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141892,6,1327,'Razelikh\'s Tear II',0,0,1,0,0,30,10867,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141931,3,1867,'Hippogryph Egg',35,0,0.8,43,5646,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141971,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141972,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141979,3,1387,'Ancient Treasure',0,0,1,43,5730,1800000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (141980,2,10,'Spectral Lockbox',0,0,1,43,2701,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (141981,5,250,'Spectral Lockbox Particles',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142018,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142019,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142020,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142021,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142036,0,1787,'Rin\'ji\'s Cage',14,32,1.13,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142071,2,356,'Egg-O-Matic',35,0,0.83,0,2269,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142073,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142075,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142076,3,1928,'Clara\'s Fresh Apples',0,4,0.9,93,5706,0,1,0,0,0,0,2746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142077,8,273,'Anvil',0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142078,8,233,'Forge',0,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142079,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142088,3,5,'Tablet of Will',0,4,1,93,5727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142089,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142090,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142091,8,200,'Bonfire',0,0,0.92,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142093,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142094,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142095,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142101,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142102,19,1947,'Mailbox',55,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142103,19,1947,'Mailbox',55,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142109,19,1948,'Mailbox',80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142110,19,1948,'Mailbox',80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142111,19,1948,'Mailbox',80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142117,19,1948,'Mailbox',80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142118,8,216,'Bubbling Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142119,19,1948,'Mailbox',80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142121,8,192,'Campfire',0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142122,2,17,'Wanted Poster',35,0,1,0,2313,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142123,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142124,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142127,2,5,'Rin\'ji\'s Secret',83,0,0.77,43,2314,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142131,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142139,8,192,'Crackling Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142140,3,2314,'Purple Lotus',0,0,1,439,6142,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142141,3,2310,'Arthas\' Tears',0,0,1.3,440,6150,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142142,3,2315,'Sungrass',0,0,1.8,441,6151,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142143,3,2311,'Blindweed',0,0,1.5,442,6152,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142144,3,389,'Ghost Mushroom',0,0,0.3,443,6312,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142145,3,2313,'Gromsblood',0,0,1,444,6313,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142151,2,288,'Sealed Barrel',84,0,1,43,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142172,6,1287,'Transpolyporter BB',0,0,1,0,0,2,11362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142175,8,2047,'Transpolyporter',35,0,1,0,10,142176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142176,6,1287,'Transpolyporter',0,0,1,0,0,2,11409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142179,2,1987,'Solarsal Gazebo',0,0,1.33,0,2375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142181,3,36,'Stolen Cargo',0,4,1,43,6706,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142184,3,10,'Captain\'s Chest',0,0,1,460,8387,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142185,3,475,'Flame of Byltan',210,4,1.51,43,6711,1,0,0,0,0,0,2879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142186,3,475,'Flame of Lahassa',210,4,1.51,43,6708,1,0,0,0,0,0,2879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142187,3,475,'Flame of Imbel',210,4,1.51,43,6709,1,0,0,0,0,0,2879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142188,3,475,'Flame of Samha',210,4,1.51,43,6710,1,0,0,0,0,0,2879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142189,10,2351,'Inconspicuous Landmark',0,4,1,43,2882,0,19660800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142191,3,1988,'Horde Supply Crate',94,0,1,57,6751,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142194,2,10,'Pirate\'s Treasure!',0,0,1,43,2391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142195,2,222,'Woodpaw Battle Map',0,0,1.2,43,2390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142196,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142197,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142198,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142207,0,907,'The Final Chamber',0,32,1.6149,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142208,1,2007,'Gnome Face 04',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142209,1,2007,'Gnome Face 03',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142210,1,2007,'Gnome Face 02',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142211,1,2007,'Gnome Face 01',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142212,1,2007,'Gnome Face 06',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142213,1,2007,'Gnome Face 05',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142214,1,339,'Button',0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), - (142215,1,339,'Button',0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), - (142216,1,339,'Button',0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), - (142217,1,339,'Button',0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), - (142218,1,339,'Button',0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), - (142219,1,339,'Button',0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), - (142339,5,660,'The Mystic Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142340,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142341,5,656,'Maeva\'s Mystical Apparel',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142342,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142343,2,1627,'Uldum Pedestal',0,0,1,0,2410,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142344,3,2089,'Artificial Extrapolator',0,4,1,93,6799,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142345,2,2091,'Matrix Punchograph 3005-A',0,0,1,0,93,1,1045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142475,2,2091,'Matrix Punchograph 3005-B',0,0,1,0,93,0,1047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142476,2,2091,'Matrix Punchograph 3005-C',0,0,1,0,93,0,1049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142477,3,10,'Thermaplugg\'s Safe',0,4,1,479,6978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142487,2,2373,'The Sparklematic 5200',0,0,1,0,2416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142488,1,1607,'Doodad_G_HologramTrogg01',14,0,1,0,0,1966080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142689,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142690,8,216,'Bubbling Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142691,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142692,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142693,8,216,'Bubbling Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142694,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142695,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142696,2,2091,'Matrix Punchograph 3005-D',0,0,1,0,93,0,1050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142697,5,2067,'Nimboya\'s Pike',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142698,8,0,'Witherbark Village',0,0,1,303,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142702,2,228,'Venom Bottle',0,0,2.21,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142703,2,228,'Venom Bottle',83,0,1.66,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142704,2,228,'Venom Bottle',83,0,1.62,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142705,2,228,'Venom Bottle',83,0,2.02,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142706,2,228,'Venom Bottle',83,0,2.14,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142707,2,228,'Venom Bottle',83,0,2.1,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142708,2,228,'Venom Bottle',83,0,1.84,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142709,2,228,'Venom Bottle',83,0,1.56,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142710,2,228,'Venom Bottle',83,0,1.51,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142711,2,228,'Venom Bottle',83,0,1.53,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142712,2,228,'Venom Bottle',83,0,1.8,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142713,2,228,'Venom Bottle',83,0,2.16,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142714,2,228,'Venom Bottle',83,0,1.84,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142715,2,5,'Tablet of Theka',0,0,1,0,0,2,1053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142837,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142838,5,660,'The Mystic Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142851,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142871,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142872,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142873,5,657,'Traveling Fisherman',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142874,5,2027,'Stoneblade\'s',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142911,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142912,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142914,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142915,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142916,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142947,7,2087,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142948,7,2087,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142958,2,559,'Feralas: A History',84,0,1.27,43,2424,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142959,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142960,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142961,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142962,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142963,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142964,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142965,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142966,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142967,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142968,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142969,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142970,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142971,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142972,8,409,'Smoked Meat Rack',0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142973,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142974,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142976,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142977,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142978,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142979,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (142980,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143230,0,2047,'Transpolyporter DRBB',114,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143242,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143243,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143244,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143245,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143246,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143247,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143249,5,635,'Craghelm\'s Plate and Chain',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143250,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143251,5,636,'Goldfury\'s Hunting Supplies',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143253,5,640,'Barim\'s Reagents',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143254,5,638,'Timberline Arms',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143255,5,639,'Bruuk\'s Corner',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143256,5,638,'The Fighting Wizard',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143273,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143295,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143296,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143297,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143298,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143299,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143301,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143314,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143317,5,639,'The Stonefire Tavern',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143318,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143319,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143320,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143321,5,637,'Fizzlespinner\'s General Goods',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143322,5,641,'Ironforge Visitor\'s Center',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143323,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143324,5,638,'Steelfury\'s Weapon Emporium',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143325,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143326,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143328,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143332,5,635,'Flinthammer\'s Armorer and Clothier',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143333,5,643,'The Bronze Kettle',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143334,5,656,'Finespindle\'s Leather Goods',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143336,5,642,'Ironforge Physician',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143337,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143338,5,640,'Thistlefuzz Arcanery',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143342,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143343,5,656,'Stonebrow\'s Clothier',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143344,5,641,'Deep Mountain Mining Guild',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143345,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143346,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143347,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143348,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143349,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143362,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143363,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143379,8,679,'Need Name',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143397,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143398,8,679,'Stove',0,0,0.932191,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143399,5,681,'Broken Keel Tavern',0,0,0.518987,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143979,0,2127,'Cage Door',0,32,1,0,859,3932160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143980,3,183,'Gordunni Scroll',106,0,1.5,57,8409,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143981,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143982,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143983,19,2690,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143984,19,2128,'Mailbox',104,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143985,19,2128,'Mailbox',104,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143986,19,2128,'Mailbox',104,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143987,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143988,19,2128,'Mailbox',68,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143989,19,2128,'Mailbox',68,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143990,19,2128,'Mailbox',68,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (143991,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144011,19,1947,'Mailbox',55,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144050,6,263,'Gordunni Trap',0,0,0.5,0,0,0,19395,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144053,3,356,'Scrimshank\'s Surveying Gear',0,4,0.8,43,8439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144054,3,10,'Shay\'s Chest',0,4,0.5,43,8438,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144055,8,348,'Stove',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144063,2,2048,'Equinex Monolith',210,0,0.7,0,2413,3,2221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144064,3,20,'Gordunni Dirt Mound',0,0,1,43,8446,0,1,0,0,0,0,2987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144065,10,472,'Explosive Charge',114,0,1,0,0,0,3000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144066,10,676,'First Witherbark Cage',0,4,1,93,2988,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144067,10,676,'Second Witherbark Cage',0,4,1,93,2988,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144068,10,676,'Third Witherbark Cage',0,4,1,93,2988,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144069,5,3931,'Grimshade\'s Vision',0,64,0.3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144070,10,676,'Sharpbeak\'s Cage',0,4,1,499,2994,0,393216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144071,10,210,'Highvale Records',106,4,1,43,2995,0,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144072,10,210,'Highvale Notes',106,4,1,43,2995,0,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144073,10,210,'Highvale Report',106,4,1,43,2995,0,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144111,5,259,'Smite\'s Chest',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144112,19,2190,'Mailbox',35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144125,19,2190,'Mailbox',35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144126,19,2128,'Mailbox',120,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144127,19,2128,'Mailbox',120,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144128,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144129,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144130,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144131,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144132,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144133,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144159,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144162,5,658,'Springspindle\'s Gadgets',0,0,0.877193,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144179,19,2190,'Mailbox',55,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144180,8,192,'Campfire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144181,2,2210,'Sword of the Barbarian King',0,0,1.1069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (144570,19,1907,'Mailbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146079,5,27,'Plaguelands',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146080,5,27,'Undercity',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146081,5,27,'Brill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146082,5,2234,'Equinex Monolith Lights 1',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146083,5,298,'Equinex Monolith Lights 2',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146084,0,2235,'End Door',14,32,1.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146085,0,2230,'Cave In',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146086,0,2230,'Cave In',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146088,8,200,'Bonfire',0,0,0.464121,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146089,8,200,'Bonfire',0,0,0.464121,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146090,8,200,'Bonfire',0,0,0.464121,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146091,8,200,'Bonfire',0,0,0.464121,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146096,5,953,'Sentinel\'s Bunkhouse',0,0,2.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (146441,8,166,'Anvil',0,0,1.29,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147036,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147037,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147038,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147039,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147040,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147041,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147042,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147043,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147044,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147045,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147046,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147047,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147048,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147049,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147065,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147078,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147079,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147080,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147136,5,2371,'Horn of Margol the Rager',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147279,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147282,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147283,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147284,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147285,8,355,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147435,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147436,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147437,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147438,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147439,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147440,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147441,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147442,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147443,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147444,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147445,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147446,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147447,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147448,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147449,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147450,7,622,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147516,6,2571,'Dark Iron',0,0,1,0,0,0,12168,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147517,6,2571,'Dark Iron',0,0,0.8,0,0,0,12168,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147536,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147537,5,14,'Fresh Zhevra Carcass',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147557,3,10,'Stolen Silver',0,4,1,43,8759,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147742,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147743,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147744,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147745,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147746,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147747,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147748,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147749,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147750,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147751,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147752,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147753,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147754,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147755,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147756,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147757,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147758,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147759,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147760,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147761,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147762,8,201,'Crude Brazier',0,0,1.00005,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147763,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147764,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147765,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147766,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147767,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147768,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147769,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147770,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147771,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147786,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147787,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147792,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147793,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147823,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147824,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147825,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147826,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147827,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147828,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147829,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (147830,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148418,10,2570,'Eternal Flame',0,16,1,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_eternal_flame'), - (148419,10,2570,'Eternal Flame',0,16,1,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_eternal_flame'), - (148420,10,2570,'Eternal Flame',0,16,1,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_eternal_flame'), - (148421,10,2570,'Eternal Flame',0,16,1,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_eternal_flame'), - (148423,5,2330,'Inn',0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148424,5,686,'Kuruk\'s Goods',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148425,5,686,'Trade Goods and Supplies',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148426,5,690,'Hewa\'s Armory',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148436,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148437,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148498,2,328,'Altar of Suntara',0,0,1,0,2719,2,1282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148499,3,2350,'Felix\'s Box',0,4,0.6,43,8919,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148503,8,3711,'Fire Plume Ridge Hot Spot',0,0,1,723,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148504,2,499,'A Conspicuous Gravestone',35,0,1,0,3252,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148506,3,2353,'Twilight Artifact',0,4,1,43,8920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148507,8,299,'Circle of Aquementas',0,0,1,423,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148511,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148512,2,524,'Essence Font',0,0,7,0,2721,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148513,3,2652,'Tablet of Jin\'yael',0,4,1,43,8950,0,1,0,0,0,0,3517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148514,3,2653,'Tablet of Markri',0,4,1,43,8951,0,1,0,0,0,0,3517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148515,3,2654,'Tablet of Sael\'hai',0,4,2.1,43,8952,0,1,0,0,0,0,3517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148516,3,2651,'Tablet of Beth\'Amara',0,4,1,43,8953,0,1,0,0,0,0,3517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148540,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148544,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148547,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148549,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148550,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148551,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148554,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148556,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148557,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148567,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148658,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148659,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148660,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148661,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148662,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148663,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148664,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148665,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148666,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148668,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148669,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148670,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148671,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148672,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148673,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148674,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148675,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148676,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148677,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148679,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148680,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148681,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148682,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148683,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148684,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148685,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148686,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148687,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148688,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148689,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148691,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148692,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148693,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148694,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148695,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148696,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148697,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148707,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148714,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148725,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148728,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148729,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148730,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148731,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148732,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148733,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148734,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148735,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148736,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148737,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148738,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148739,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148740,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148741,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148742,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148743,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148744,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148745,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148746,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148747,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148748,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148749,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148750,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148751,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148752,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148753,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148754,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148755,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148756,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148757,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148758,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148759,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148760,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148761,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148762,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148763,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148764,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148765,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148766,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148767,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148768,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148769,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148771,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148772,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148773,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148774,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148781,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148782,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148790,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148795,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148796,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148801,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148807,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148811,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148812,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148813,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148814,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148815,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148816,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148817,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148818,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148830,10,212,'Atal\'ai Statue',35,0,1,93,0,3094,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148831,10,212,'Atal\'ai Statue',35,0,1,93,0,3095,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148832,10,212,'Atal\'ai Statue',35,0,1,93,0,3097,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148833,10,212,'Atal\'ai Statue',35,0,1,93,0,3098,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148834,10,212,'Atal\'ai Statue',35,0,1,93,0,3099,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148835,10,212,'Atal\'ai Statue',35,0,1,93,0,3100,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148836,2,2615,'Altar of Hakkar',35,0,1.2,0,2735,5,1288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148837,6,1287,'Atal\'ai Statue',14,0,1,0,0,0,12354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148838,2,212,'Idol of Hakkar',0,0,1,0,2833,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148840,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148841,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148842,3,2370,'Roland\'s Mana Gem',0,0,1,43,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148843,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148844,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148845,8,396,'Fire',0,0,0.999999,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148846,8,396,'Fire',0,0,1.58,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148847,8,396,'Fire',0,0,1.58,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148848,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148849,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148850,8,396,'Fire',0,0,1.264,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148851,8,396,'Fire',0,0,1.58,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148852,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148853,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148854,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148855,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148856,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148857,8,396,'Fire',0,0,1.31919,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148858,8,396,'Fire',0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148859,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148860,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148861,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148862,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148863,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148864,8,396,'Fire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148865,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148866,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148876,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148877,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148878,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148879,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148880,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148883,5,2473,'Atal\'ai Light SMALL (DND)',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148884,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148885,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148886,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148887,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148888,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148889,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148890,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148891,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148892,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148893,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148894,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148895,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148896,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148897,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148898,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148899,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148900,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148901,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148902,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148903,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148904,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148905,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148906,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148907,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148908,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148909,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148910,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148911,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148912,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148913,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148914,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148915,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148917,10,2372,'Gong',0,0,1,0,0,3130,196608,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148937,5,2473,'Atal\'ai Light BIG (DND)',14,96,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148956,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148957,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148958,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148959,8,166,'Anvil',0,0,1.29,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148960,8,355,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148976,6,0,'Fire',14,0,1,0,1,10,12796,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148996,5,410,'Tower Fire',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148997,5,45,'Tower Smoke',0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (148998,10,674,'Evil God Summoning Circle',14,64,1.5,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149017,5,410,'Tower Fire',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149018,5,45,'Tower Smoke',0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149019,5,410,'Tower Fire',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149020,5,410,'Tower Fire',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149021,5,45,'Tower Smoke',0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149022,5,45,'Tower Smoke',0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149024,5,26,'Gol\'Bolar Quarry',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149025,10,524,'Sentry Brazier',0,4,1,559,3463,3201,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149026,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149027,8,409,'Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149028,8,409,'Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149029,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149030,10,524,'Sentry Brazier',0,4,1,559,3463,3202,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149031,10,524,'Sentry Brazier',0,4,1,559,3463,3203,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149032,10,524,'Sentry Brazier',0,4,1,559,3463,3204,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149036,3,2450,'Marvon\'s Chest',0,4,1.5,43,9199,1,0,1,1,0,0,3444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149038,8,331,'Table Cooker',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149045,11,2454,'Scaffold Cars',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149046,11,2454,'Scaffold Cars',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149047,2,2455,'Torch of Retribution',0,0,1,93,2831,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149048,7,603,'Wooden Bench',0,0,0.63,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149049,7,603,'Wooden Bench',0,0,0.63,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149051,7,603,'Wooden Bench',0,0,0.63,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149410,5,2472,'Light of Retribution',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149412,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149413,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149417,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149418,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149419,8,409,'Meat Smoker',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149420,2,2474,'Ani',80,0,1.65,0,2661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149423,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149424,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149431,0,2290,'forcefield',114,34,7.51343,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149432,0,2451,'DOOR1',14,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149433,0,2451,'DOOR2',14,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149480,3,235,'Rune of Jin\'yael',0,4,1.22,540,9240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149481,3,235,'Rune of Beth\'Amara',0,4,1.22,540,9239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149482,3,235,'Rune of Markri',0,4,1.22,540,9241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149483,3,235,'Rune of Sael\'hai',0,4,1.21,540,9242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (149502,2,10,'Hoard of the Black Dragonflight',0,0,1,43,2835,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150075,2,2491,'Wanted Poster',0,0,1,0,2378,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150079,3,313,'Mithril Deposit',102,0,0.5,379,1742,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150080,3,311,'Gold Vein',102,0,0.5,42,1506,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150081,3,314,'Truesilver Deposit',102,0,0.5,380,5045,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150082,3,3951,'Small Thorium Vein',102,0,0.5,400,9597,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150086,8,2510,'Makeshift Helipad',14,0,0.1,403,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150087,5,637,'Burbik\'s Supplies',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150137,0,401,'Door',0,34,1,0,84,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150138,0,401,'Door',0,34,1,0,84,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150140,10,2650,'Arcane Focusing Crystal',0,4,0.25,99,3506,3241,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (150713,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151286,2,254,'Kaldorei Tome of Summoning',0,0,1,0,2855,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151951,8,410,'Idol Oven Fire',14,0,1.3,4,15,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151952,5,667,'Idol Cup Fire',14,0,1.2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151953,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151954,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151955,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151956,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151957,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151958,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151959,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151960,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151961,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151962,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151963,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151964,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151965,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151966,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151967,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151968,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151969,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151970,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151971,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151972,7,603,'Wooden Bench',0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151973,5,667,'Idol Mouth Fire',14,0,1.2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151974,5,22,'Gadgetzan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151975,5,22,'Steamwheedle Port',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151976,5,22,'Shimmering Flats',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151977,5,22,'Shimmering Flats',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151978,5,22,'Gadgetzan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151979,5,22,'Steamwheedle Port',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151980,5,22,'Shimmering Flats',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151981,5,22,'Steamwheedle Port',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151982,5,22,'Gadgetzan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151983,5,22,'Gadgetzan',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151984,5,22,'Steamwheedle Port',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (151992,0,1907,'auctionhouse',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152032,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152033,8,208,'Stone Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152034,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152035,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152036,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152037,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152038,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152039,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152040,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152041,8,208,'Stone Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152042,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152043,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152044,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152045,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152046,8,208,'Stone Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152080,5,2552,'Kadrak\'s Flag',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152093,8,1287,'Talon Den',0,0,1,143,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152094,3,2090,'Hyacinth Mushroom',0,4,0.75,259,9604,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152095,3,253,'Moonpetal Lily',210,4,3,259,9605,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152097,2,602,'Belnistrasz\'s Brazier',0,0,1,0,2871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152098,5,254,'Magus Rimtori\'s Journal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152324,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152325,8,602,'Fiery Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152326,8,602,'Fiery Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152327,8,602,'Fiery Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152328,8,602,'Fiery Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152329,8,602,'Fiery Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152330,8,602,'Fiery Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152331,8,602,'Fiery Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152332,8,602,'Fiery Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152574,5,388,'The Twin Colossals',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152575,5,388,'Desolace',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152576,5,388,'Feathermoon Stronghold',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152577,5,388,'High Wilderness',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152578,5,388,'Lower Wilds',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152579,5,388,'Thousand Needles',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152580,5,388,'Ravenwind',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152581,5,388,'Feathermoon Stronghold',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152582,5,388,'Desolace',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152584,5,308,'High Wilderness',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152585,5,308,'The Twin Colossals',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152586,5,308,'Desolace',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152587,5,308,'Thousand Needles',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152608,3,1,'Kolkar\'s Booty',0,0,1.6,70,3318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152614,11,1587,'Elevator',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152618,3,1,'Kolkar\'s Booty',0,0,1.62,70,3318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152619,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152620,3,2590,'Azsharite Formation',0,4,1,43,9819,30,1,0,0,0,0,3602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152621,3,2591,'Azsharite Formation',0,4,1,43,9820,30,1,0,0,0,0,3602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152622,3,219,'Azsharite Formation',0,4,1,93,9676,30,1,0,0,0,0,3602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (152631,3,2592,'Azsharite Formation',0,4,1,93,9676,30,1,0,0,0,0,3602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153113,20,435,'Darnassus Auction House',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153123,3,285,'Kim\'jael\'s Equipment',0,4,1,43,9677,0,1,0,0,0,0,3601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153124,8,216,'Cauldron',0,0,1.22,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153125,8,216,'Cauldron',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153126,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153157,5,2610,'Charred Dark Iron Remains',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153158,5,2611,'Mutilated Dark Iron Remains',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153159,5,2612,'Mutilated Dark Iron Remains',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153160,5,2613,'Charred Dark Iron Remains',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153203,8,465,'Rune of the Defiler',35,0,2,0,2,153204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153204,6,1287,'Rune of the Defiler',0,0,1,0,0,2,12885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153205,10,2616,'Altar of the Defiler',0,4,1,601,3628,3301,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153220,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153221,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153239,3,2630,'Wildkin Feather',0,4,3,43,9799,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153240,8,208,'Stone Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153241,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153242,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153350,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153359,8,343,'Rune of Return',0,0,1,0,2,153360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153360,6,1287,'Rune of Return',0,0,1,0,0,2,13044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153399,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153400,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153402,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153451,3,259,'Solid Chest',94,0,1,57,9931,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (153453,3,259,'Solid Chest',94,0,1,57,9932,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (153454,3,259,'Solid Chest',94,0,1,57,9933,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (153459,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153460,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153462,3,259,'Large Solid Chest',0,0,1,57,9934,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153463,3,259,'Large Solid Chest',0,0,1,57,9935,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153464,3,259,'Large Solid Chest',77,0,1,57,9936,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (153468,3,259,'Large Mithril Bound Chest',94,2,1,599,9935,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (153469,3,259,'Large Mithril Bound Chest',0,0,1,600,9936,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (153470,3,336,'Food Crate',94,0,0.75,57,9956,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153471,3,336,'Food Crate',94,0,0.75,57,9957,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153472,3,336,'Food Crate',94,0,0.75,57,2509,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153473,3,336,'Food Crate',94,0,0.75,57,2508,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153482,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153516,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153556,10,1027,'Thaurissan Relic',0,4,0.1,43,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153576,8,200,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153577,8,216,'Cauldron',0,0,1.32,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153578,19,2690,'Mailbox',104,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153579,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153580,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153581,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153582,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153583,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153584,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153695,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153716,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (153723,8,867,'Bonfire',77,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (154357,3,49,'Glinting Mud',0,4,1,43,9999,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (156561,2,17,'Wanted Poster',0,0,1.65,0,93,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157636,8,192,'Campfire',0,0,1.2208,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157637,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157816,0,847,'Holding Pen',0,32,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157817,0,848,'Holding Pen',0,32,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157818,0,849,'Holding Pen',0,32,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157819,0,850,'Holding Pen',0,32,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157820,0,851,'Holding Pen',0,32,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157923,0,2790,'Giant Doors',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157936,3,49,'Un\'Goro Dirt Pile',0,0,1,43,10039,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157968,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (157969,8,216,'Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158545,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158546,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158547,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158548,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158549,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158550,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158551,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158552,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158553,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158554,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158555,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158556,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158557,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158558,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158559,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158560,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158561,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158562,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158563,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158564,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158565,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158566,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158567,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158568,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158569,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158570,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158571,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158572,7,990,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158576,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158579,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158580,7,988,'Chair',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158581,7,988,'Chair',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158582,7,988,'Chair',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158583,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158584,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158585,7,987,'Bench',0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158599,7,987,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158608,7,987,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158674,7,987,'Bench',0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158678,7,988,'Chair',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158679,7,988,'Chair',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (158680,7,988,'Chair',0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160409,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160410,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160411,8,679,'Stove',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160413,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160414,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160415,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160416,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160418,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160419,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160420,8,679,'Stove',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160421,8,216,'Cauldron',0,0,0.862069,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160426,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160436,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160437,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160438,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160439,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160440,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160441,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160442,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160443,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160444,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160445,2,2830,'Sha\'ni Proudtusk\'s Remains',0,0,1,0,0,0,2211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160468,7,603,'Bench',0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160469,7,603,'Bench',0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160470,8,216,'Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160836,3,10,'Relic Coffer',0,16,1,93,11105,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160839,8,3081,'Gor\'tesh\'s Lopped Off Head',0,0,1,0,20,160842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160840,10,20,'Soft Dirt Mound',84,4,1,640,3825,3561,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160845,3,10,'Dark Coffer',0,16,1,93,11103,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (160846,7,673,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160847,7,673,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160848,7,673,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160849,7,673,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160850,7,673,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160851,7,673,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160866,7,673,'Pew',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160867,7,673,'Pew',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160868,7,673,'Pew',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160869,7,673,'Pew',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160870,7,673,'Pew',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (160871,7,673,'Pew',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161456,1,3391,'Dark Keeper Portrait',0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161457,1,3391,'Dark Keeper Portrait',0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161458,1,3391,'Dark Keeper Portrait',0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161459,1,3391,'Dark Keeper Portrait',0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161460,0,2851,'The Shadowforge Lock',0,34,1,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161461,0,2852,'Giant Door Mechanism',114,32,1,0,0,786432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161462,0,2853,'Giant Door Fake Collision',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161476,7,91,'Wooden Chair',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161477,7,91,'Wooden Chair',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161478,7,91,'Wooden Chair',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161479,7,91,'Wooden Chair',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161480,7,91,'Wooden Chair',0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161487,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161488,8,667,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161489,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161495,3,10,'Secret Safe',0,16,1,93,11104,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (161504,2,323,'A Small Pack',0,0,1.3,0,3139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161505,2,223,'A Wrecked Raft',0,0,1.25,0,3138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161513,3,1867,'Farm Chicken Egg',0,0,0.2,57,10100,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161516,0,2854,'BigDoorDummyCollision02',0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161521,3,36,'Research Equipment',0,4,1,43,10101,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161522,0,3751,'ArenaGate02',114,32,2.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161523,0,3751,'ArenaGate04',114,32,2.1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161524,0,3751,'ArenaGate03',114,32,2.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161525,0,3751,'ArenaGate01',114,32,2.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161526,3,1868,'Crate of Foodstuffs',0,4,0.5,43,10102,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161527,3,758,'Dinosaur Bone',0,4,2.5,43,10103,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161536,0,2753,'Quarry Gate',0,32,1.3464,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161557,3,3012,'Milly\'s Harvest',0,4,1,43,10119,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (161752,3,2891,'Tool Bucket',0,4,1.5,43,10503,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (162024,5,2911,'Samophlange',0,64,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (163313,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (163645,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164618,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164638,6,3074,'Immolation Trap',2,0,1,12,0,5,13797,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164639,6,3073,'Frost Trap',3,64,1,12,0,5,13810,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164644,8,299,'The Dead Tree',0,0,1,383,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164651,8,299,'Echeyakee\'s Lair',0,0,1,363,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164658,3,2971,'Blue Power Crystal',0,0,1,43,10980,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164659,3,2972,'Green Power Crystal',0,0,1,43,10981,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164660,3,2973,'Red Power Crystal',0,0,1,43,10982,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164661,3,2974,'Yellow Power Crystal',0,0,1,43,10983,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164662,3,36,'Equipment Boxes',94,4,0.7,57,10984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164688,0,2931,'Ironfel',0,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164689,2,2932,'Monument of Franclorn Forgewright',0,0,1,93,3033,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164690,3,2933,'Krom\'zar\'s Banner',0,4,0.3,93,11000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164699,8,375,'Roaring Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164700,8,375,'Roaring Fire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164701,8,375,'Roaring Fire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164702,8,373,'Blazing Fire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164703,8,373,'Blazing Fire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164704,8,373,'Blazing Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164705,8,373,'Blazing Fire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164725,0,2751,'Dragonspine Door',114,34,1.695,0,820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164726,0,3751,'Doodad_PortcullisActive01',114,32,1.36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164728,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164729,0,3676,'Miblon\'s Door',14,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164758,5,2951,'Miblon\'s Bait',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164778,3,2975,'Blue Power Crystal',0,0,1,43,10980,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164779,3,2976,'Green Power Crystal',0,0,1,43,10981,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164780,3,2977,'Red Power Crystal',0,0,1,43,10982,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164781,3,2978,'Yellow Power Crystal',0,0,1,43,10983,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164798,3,2991,'Evoroot',0,0,0.4,93,11020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164818,1,3391,'Dark Keeper Portrait',0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164819,1,3391,'Dark Keeper Portrait',0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164820,9,3452,'Dark Keeper Nameplate',0,0,1,1431,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164821,9,3452,'Dark Keeper Nameplate',0,0,1,1432,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164822,9,3452,'Dark Keeper Nameplate',0,0,1,1433,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164823,9,3452,'Dark Keeper Nameplate',0,0,1,1434,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164824,9,3452,'Dark Keeper Nameplate',0,0,1,1435,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164825,9,3452,'Dark Keeper Nameplate',0,0,1,1436,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164826,5,2473,'Aura 1 - Linken',14,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164827,5,3013,'Aura 2 - Linken',14,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164838,5,2977,'JD Red Crystal 1',14,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164839,6,3072,'Explosive Trap',3,64,1,12,0,5,13812,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164840,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164867,2,2491,'WANTED',83,0,1,0,3331,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164868,2,2870,'KILL ON SIGHT',83,0,1,0,3332,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164869,2,3413,'Spectral Chalice',0,0,2,0,3334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164870,5,2390,'Smoke Emitter 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164871,15,3031,'Orgrimmar - Undercity',0,40,1,302,30,1,0,0,0,591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164872,6,3074,'Immolation Trap II',6,64,1,12,0,5,14298,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164873,6,3074,'Immolation Trap III',4,64,1,12,0,5,14299,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164874,6,3074,'Immolation Trap IV',6,64,1,12,0,5,14300,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164875,6,3074,'Immolation Trap V',3,64,1,12,0,5,14301,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164876,6,3071,'Freezing Trap II',6,64,1,12,0,5,14308,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164877,6,3071,'Freezing Trap III',4,0,1,12,0,5,14309,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164879,6,3072,'Explosive Trap II',4,64,1,12,0,5,14314,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164880,6,3072,'Explosive Trap III',3,64,1,12,0,5,14315,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164881,10,3252,'Cleansed Night Dragon',0,0,2,43,0,293,0,0,0,1500,0,0,0,15344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164882,10,3232,'Cleansed Songflower',0,0,2,259,0,4059,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164883,10,3255,'Cleansed Whipper Root',0,0,2,43,0,4118,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164884,10,3254,'Cleansed Windblossom',0,0,1,259,0,4102,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164885,2,3251,'Corrupted Night Dragon',0,0,2,0,4119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164886,2,3231,'Corrupted Songflower',0,0,2,0,2523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164887,2,3253,'Corrupted Windblossom',0,0,2,0,4343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164888,2,3256,'Corrupted Whipper Root',0,0,2,0,4117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164890,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164891,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164908,5,179,'Thane\'s Boots',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164909,2,223,'Wrecked Row Boat',0,0,1,0,3363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164910,3,1,'Ornate Chest',35,4,1,43,11121,0,0,1,1,0,0,3962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164911,10,4631,'Thunderbrew Lager Keg',0,0,1,99,0,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_bar_beer_keg'), - (164927,5,2974,'JD Yellow Crystal 1',14,64,0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164953,2,3079,'Large Leather Backpacks',0,0,1,0,3365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164954,2,767,'Zukk\'ash Pod',0,0,0.75,99,3472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164955,2,3080,'Northern Crystal Pylon',0,0,1,0,3531,2,2177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164956,2,3080,'Western Crystal Pylon',0,0,1,0,3533,2,2179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164957,2,3080,'Eastern Crystal Pylon',0,0,1,0,3532,2,2178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (164958,3,391,'Bloodpetal Sprout',35,0,1.25,259,11141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165549,5,309,'Maiden\'s Fancy - Round trips to Booty Bay',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165554,3,3511,'Heart of the Mountain',0,4,1,93,11160,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165557,5,309,'Zeppelin Landing Tower',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165558,5,27,'Zeppelin Landing ',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165559,5,391,'Muigin\'s Sprout',14,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165578,6,3091,'Dark Iron Ale TRAP',14,64,2,0,0,0,14813,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165587,8,396,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165618,7,91,'monastery chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165619,7,91,'monastery chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165620,7,91,'monastery chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165621,7,91,'monastery chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165622,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165623,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165624,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165625,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165626,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165627,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165628,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165629,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165630,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165631,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165632,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165633,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165637,8,331,'Table Cooker',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165658,3,2571,'Dark Iron Deposit',94,0,0.5,719,11213,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165738,3,3151,'Dark Iron Ale Mug',0,0,2,93,11281,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_bar_ale_mug'), - (165739,3,566,'Grim Guzzler Boar',0,0,0.75,93,11282,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_bar_ale_mug'), - (165740,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165741,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165742,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165743,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165744,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165745,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165746,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165747,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165748,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165749,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165750,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (165751,8,201,'Crude Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (166863,3,3191,'Fresh Threshadon Carcass',0,4,1,93,11460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (166872,10,335,'Supply Crate',114,16,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167284,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167285,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167286,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167287,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167288,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167289,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167290,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (167291,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169216,8,14,'Preserved Threshadon Carcass',0,64,1,604,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169217,2,3212,'Un\'Goro Flat Rock',0,0,0.189999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169243,3,1387,'Chest of The Seven',0,0,1,57,12260,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (169264,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169265,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169266,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169267,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169268,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169269,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169270,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169271,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169272,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169273,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169274,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169275,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169276,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169277,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169278,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169279,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169280,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169281,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169282,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169283,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169284,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169285,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169286,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169287,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169288,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169289,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169290,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169291,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169292,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169293,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169294,2,3171,'Tablet of the Seven',0,0,1.3,43,2,0,2187,0,0,0,0,4296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169966,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169967,5,196,'Booty Bay Blacksmith',0,0,2.41,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169968,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169969,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169996,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169997,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169998,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (169999,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170000,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170001,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170002,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170033,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170034,7,39,'Doodad_GeneralChairLoEnd27',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170035,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170036,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170037,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170038,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170039,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170040,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170041,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170042,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170043,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170044,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170045,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170046,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170047,7,92,'Wooden Chair',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170053,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170054,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170055,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170056,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170057,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170058,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170059,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170060,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170061,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170062,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170063,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170064,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170065,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170066,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170067,7,92,'Wooden Chair',0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170073,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170347,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170348,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170349,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170350,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170351,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170353,1,1627,'Doodad_G_HologramDwarf01',14,0,1,0,0,1966080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170354,5,663,'War Quarter',0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170355,5,663,'Trade Quarter',0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170439,7,990,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170440,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170441,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170442,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170443,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170444,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170445,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170446,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170447,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170448,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170449,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170450,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170451,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170452,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170453,7,39,'Chair',0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170454,7,39,'Chair',0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170455,7,39,'Chair',0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170456,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170457,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170458,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170459,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170460,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170461,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170462,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170463,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170464,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170465,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170466,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170467,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170468,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170469,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170470,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170471,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170472,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170473,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170474,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170475,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170476,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170477,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170478,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170479,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170480,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170481,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170482,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170483,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170484,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170485,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170486,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170487,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170488,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170489,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170490,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170491,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170492,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170493,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170494,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170495,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170496,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170497,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170498,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170499,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170500,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170501,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170502,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170503,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170504,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170505,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170506,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170507,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170508,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170509,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170510,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170511,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170512,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170513,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170514,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170515,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170516,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170517,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170518,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170519,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170520,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170521,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170522,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170523,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170524,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170525,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170526,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170527,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170528,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170529,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170530,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170531,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170532,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170533,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170534,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170535,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170536,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170537,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170538,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170539,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170540,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170541,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170542,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170543,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170544,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170545,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170546,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170547,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170548,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170549,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170550,7,987,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170551,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170552,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170553,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170554,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170555,0,2730,'Doodad_BurningGiantWheel01',0,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170556,0,2750,'Doodad_BlackRockDoors01',0,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170557,0,2751,'Doodad_BlackRockDoorSingle01',0,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170558,0,2752,'The Lyceum',0,32,1.4994,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170559,0,2753,'Shadowforge Gate',0,34,1,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170560,0,2753,'Shadowforge Gate',0,34,1,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170561,0,2751,'Supply Room Door',0,32,0.980392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170562,0,2751,'Cell Door',0,34,0.980392,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170563,0,2751,'Cell Door',0,34,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170564,0,2751,'Cell Door',0,34,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170565,0,2751,'Cell Door',0,34,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170566,0,2751,'Cell Door',0,34,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170567,0,2751,'Cell Door',0,34,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170568,0,2751,'Cell Door',0,34,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170569,0,2751,'Cell Door',0,34,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170570,0,2751,'East Garrison Door',0,34,0.980392,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170571,0,2751,'Bar Door',0,32,1.31,0,739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170572,0,2752,'Doodad_BlackRockIronDoor02',114,32,1.4994,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170573,0,2752,'Golem Room North',114,34,1.4994,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170574,0,2752,'Golem Room South',114,34,1.4994,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170575,0,2752,'Thone Room Doors',114,34,1.51439,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170576,0,2750,'Doodad_BlackRockDoors02',114,34,1.24617,1,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170577,0,2750,'Doodad_BlackRockDoors03',114,34,1.24617,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170578,1,2670,'Doodad_DarkIronDwarfRune_A01',114,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170579,1,2671,'Doodad_DarkIronDwarfRune_B01',114,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170580,1,2672,'Doodad_DarkIronDwarfRune_C01',114,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170581,1,2673,'Doodad_DarkIronDwarfRune_D01',114,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170582,1,2771,'Doodad_DarkIronDwarfRune_E01',114,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170583,1,2772,'Doodad_DarkIronDwarfRune_F01',114,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170584,1,2773,'Doodad_DarkIronDwarfRune_G01',114,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170592,7,2810,'Imperial Throne',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (170607,1,3152,'Dark Iron Keg Shotgun',14,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171524,5,660,'Tinker Town',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171525,5,660,'The Great Forge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171526,5,660,'Ironforge Main Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171527,5,660,'Tinker Town',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171528,5,660,'Tinker Town',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171529,5,660,'The Great Forge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171530,5,660,'The Forlorn Cavern',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171531,5,660,'The Library',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171532,5,660,'Hall of Explorers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171533,5,660,'The Military Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171534,5,660,'The Mystic Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171535,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171536,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171537,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171538,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171539,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171540,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171541,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171542,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171543,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171544,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171545,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171546,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171547,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171548,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171549,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171550,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171551,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171552,8,2470,'Hot Coals',0,0,1,4,10,148976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171553,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171554,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171555,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171556,19,1947,'Mailbox',55,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171557,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171558,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171559,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171560,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171561,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171562,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171563,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171564,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171565,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171566,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171567,7,2087,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171568,7,2087,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171569,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171570,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171571,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171572,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171573,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171574,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171575,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171576,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171577,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171578,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171579,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171580,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171581,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171582,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171583,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171584,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171585,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171586,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171587,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171588,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171589,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171590,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171591,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171592,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171593,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171594,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171595,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171596,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171597,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171598,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171599,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171600,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171601,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171602,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171603,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171604,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171605,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171606,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171607,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171608,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171609,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171610,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171611,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171612,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171613,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171614,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171615,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171616,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171617,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171618,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171619,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171620,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171621,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171622,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171623,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171624,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171625,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171626,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171627,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171628,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171629,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171630,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171631,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171632,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171633,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171634,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171635,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171636,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171638,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171639,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171640,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171641,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171642,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171643,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171644,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171645,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171646,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171647,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171648,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171649,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171650,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171651,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171652,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171653,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171654,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171655,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171656,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171657,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171658,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171659,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171660,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171661,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171664,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171665,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171666,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171667,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171668,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171669,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171670,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171671,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171672,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171673,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171674,7,2088,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171675,7,2088,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171676,7,2088,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171677,7,2088,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171678,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171679,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171680,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171681,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171682,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171683,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171684,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171685,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171686,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171687,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171688,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171689,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171690,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171691,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171692,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171693,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171694,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171695,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171696,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171697,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171698,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171699,19,1947,'Mailbox',55,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171700,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171701,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171702,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171703,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171704,5,635,'Ironforge Armory',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171705,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171706,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171707,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171708,5,660,'The Military Ward',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171709,5,660,'The High Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171710,5,660,'Hall of Explorers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171711,5,660,'The High Seat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171712,5,660,'Hall of Explorers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171713,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171714,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171715,8,2092,'The Great Anvil',0,0,1.37,1,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171716,8,2375,'Forge',0,0,1,3,30,148976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171717,8,2374,'Forge',0,0,1,3,30,148976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171718,7,2088,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171719,7,2088,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171720,7,2088,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171721,7,2088,'Stone Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171722,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171723,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171724,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171725,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171726,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171727,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171728,7,648,'Dwarven High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171729,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171730,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171731,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171732,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171733,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171734,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171735,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171736,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171737,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171738,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171739,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171740,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171741,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171742,8,679,'Potbelly Stove',0,0,1.1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171743,8,679,'Potbelly Stove',0,0,1.1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171744,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171745,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171746,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171747,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171748,5,666,'Berryfizz\'s Potions and Mixed Drinks',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171749,5,659,'Things That Go Boom!',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171750,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171751,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171752,19,2190,'Mailbox',55,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171753,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171754,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171755,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171756,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171757,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171758,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171759,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171760,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171761,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171762,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171763,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171764,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171765,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171766,5,660,'The Great Forge',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171767,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171768,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171769,8,197,'Dwarven Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171770,5,640,'Longberry\'s Reagents',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171771,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171772,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171773,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171774,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171775,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171776,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171938,3,3451,'Cactus Apple',0,4,1,259,11500,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (171939,2,3231,'Corrupted Songflower',0,0,2,0,4465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171940,10,3232,'Cleansed Songflower',0,0,2,259,0,4079,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171941,6,327,'Keg Trap',0,0,1,0,0,0,15252,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171942,2,3231,'Corrupted Songflower',0,0,2,0,4464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (171943,10,3232,'Cleansed Songflower',0,0,2,259,0,2244,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172911,8,3311,'The Black Anvil',0,0,1,623,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172941,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172942,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172943,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172944,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172945,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172946,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172947,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172948,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172949,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172950,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172951,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172952,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172953,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172954,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172955,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172956,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172957,5,309,'Valley of Wisdom',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172958,5,309,'Valley of Honor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172959,5,309,'The Drag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172960,5,309,'Cleft of Shadow',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172961,5,309,'Valley of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172962,5,309,'Valley of Wisdom',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172963,5,309,'The Drag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172964,5,309,'Valley of Honor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172965,5,309,'Valley of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172966,5,309,'Valley of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172967,5,309,'Valley of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172968,5,309,'Valley of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172969,5,309,'Valley of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172970,5,309,'Valley of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172971,5,309,'Talon Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172972,5,309,'Talon Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172973,5,309,'Cleft of Shadow',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172974,5,309,'Valley of Wisdom',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172975,5,309,'Cleft of Shadow',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172976,5,309,'Valley of Wisdom',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172977,5,309,'The Drag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172978,5,309,'Thrall\'s Fortress',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172979,5,309,'The Drag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172980,5,309,'Cleft of Shadow',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172981,5,309,'Valley of Honor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172982,5,309,'Valley of Strength',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172983,5,309,'Cleft of Shadow',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172984,5,309,'Valley of Honor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172985,5,309,'Valley of Wisdom',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172986,5,309,'Orgrimmar Main Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172987,5,309,'Cleft of Shadow',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172988,5,309,'Valley of Strength',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172989,5,309,'Valley of Honor',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172990,5,309,'Valley of Wisdom',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172991,5,309,'Orgrimmar Main Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172992,5,309,'The Drag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172993,5,309,'Valley of Strength',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172994,5,309,'Orgrimmar Main Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172995,5,309,'Valley of Spirits',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172996,5,309,'Valley of Strength',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172997,5,309,'Orgrimmar Main Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172998,8,475,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (172999,8,475,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173000,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173001,8,474,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173002,8,474,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173003,8,474,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173004,8,474,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173005,5,714,'Darkfire Enclave',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173006,5,711,'Spiritfury Reagents',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173007,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173008,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173009,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173010,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173011,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173012,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173013,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173014,8,409,'Meat Rack',0,0,0.8,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173015,8,409,'Meat Rack',0,0,0.8,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173016,5,709,'Borstan\'s Firepit',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173017,5,710,'Gotri\'s Travelling Gear',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173018,5,712,'Magar\'s Cloth Goods',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173019,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173020,5,713,'Jandi\'s Arboretum',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173021,5,711,'Yelmak\'s Alchemy and Potions',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173022,5,714,'Godan\'s Runeworks',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173023,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173024,5,710,'Droffers And Sons Salvage',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173025,5,709,'Stranglethorn Imported Fruits',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173026,8,409,'Meat Rack',0,0,0.8,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173027,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173028,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173029,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173030,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173031,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173032,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173033,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173034,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173035,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173036,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173037,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173038,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173039,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173040,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173041,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173042,8,373,'Mighty Blaze',0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173043,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173044,5,712,'Kodohide Leatherworkers',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173045,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173046,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173047,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173048,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173049,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173050,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173051,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173052,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173053,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173054,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173055,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173056,5,710,'Asoran\'s Market',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173057,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173058,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173059,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173060,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173061,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173062,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173063,8,305,'Forge',0,0,1.08,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173064,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173065,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173066,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173067,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173068,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173069,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173070,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173071,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173072,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173073,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173074,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173075,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173076,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173077,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173078,5,707,'Arms of Legend',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173079,5,707,'Kiro\'s Harnesses',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173080,5,715,'Orgrimmar Bowyer',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173081,5,716,'Red Canyon Mining',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173082,5,716,'Nogg\'s Machine Shop',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173083,5,716,'The Burning Anvil',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173084,5,707,'Hall of the Brave',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173085,5,707,'Hunter\'s Hall',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173086,5,709,'Lumak\'s Fishing',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173087,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173088,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173089,8,373,'Mighty Blaze',0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173090,8,373,'Mighty Blaze',0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173091,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173092,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173093,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173094,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173095,8,209,'Forge',0,0,1.10976,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173096,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173097,8,373,'Mighty Blaze',0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173098,8,373,'Mighty Blaze',0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173099,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173100,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173101,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173102,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173103,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173104,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173105,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173106,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173107,8,331,'Orc Cooker',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173108,8,409,'Meat Rack',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173109,8,409,'Meat Rack',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173110,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173111,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173112,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173113,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173114,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173115,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173116,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173117,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173118,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173119,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173120,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173121,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); - -INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `mingold`, `maxgold`, `ScriptName`) + (40301,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (40303,8,273,'Anvil',0,0,0,1.17,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41185,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41186,8,192,'Campfire',0,0,0,1.05,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41187,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41188,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41189,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41190,8,192,'Campfire',0,0,0,1.1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41191,8,192,'Campfire',0,0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41192,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41193,8,192,'Campfire',0,0,0,1.11,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41194,8,192,'Campfire',0,0,0,1.04,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (41195,5,681,'Southshore Town Hall',0,0,0,0.3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43116,8,601,'Bone Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43117,8,601,'Bone Fire',0,0,0,1.05607,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43118,8,601,'Bone Fire',0,0,0,1.30119,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43119,8,601,'Bone Fire',0,0,0,1.17224,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43120,8,601,'Bone Fire',0,0,0,1.17224,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43121,8,601,'Bone Fire',0,0,0,1.13,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (43122,8,601,'Bone Fire',0,0,0,1.05607,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (47296,11,360,'Mesa Elevator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (47297,11,360,'Mesa Elevator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48403,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48404,8,192,'Campfire',0,0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48405,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48406,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48407,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48408,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48409,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48410,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48411,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48412,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48413,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48414,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48415,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48416,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48417,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48418,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48419,8,192,'Dwarven Campfire',0,0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48420,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48421,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48422,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48423,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48424,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48425,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48426,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48427,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48428,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48429,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48430,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48431,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48432,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48433,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48434,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48435,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48436,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48437,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48438,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48439,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48440,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48441,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48442,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48443,8,192,'Dwarven Campfire',0,0,0,1.08,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48444,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48445,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48446,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48447,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48448,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48449,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48450,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48451,8,192,'Dwarven Campfire',0,0,0,0.990654,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48452,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48453,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48454,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48455,8,192,'Dwarven Campfire',0,0,0,0.99368,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48457,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48458,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48459,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48460,8,192,'Dwarven Campfire',0,0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48461,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48462,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48463,8,192,'Dwarven Campfire',0,0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48464,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48465,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48466,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48467,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48468,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48469,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48470,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48471,8,192,'Dwarven Campfire',0,0,0,0.938053,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48472,8,192,'Dwarven Campfire',0,0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48473,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48474,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48475,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48476,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48477,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48478,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48479,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48480,8,192,'Dwarven Campfire',0,0,0,0.99368,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48481,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48482,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48483,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48484,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48485,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48486,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48487,8,192,'Dwarven Campfire',0,0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48488,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48489,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48490,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48491,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48492,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48493,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48494,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48495,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48496,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48497,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48498,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48499,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48500,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48501,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48502,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48503,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48504,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48505,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48506,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48507,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48508,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48509,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48510,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48511,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48512,8,192,'Dwarven Campfire',0,0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48513,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48514,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48515,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48516,5,685,'Master Control Program',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48517,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48518,8,192,'Dwarven Campfire',0,0,0,1.00952,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48519,8,192,'Dwarven Campfire',0,0,0,0.954955,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48520,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48521,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48522,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48523,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48524,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48525,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48526,8,192,'Dwarven Campfire',0,0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48527,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48528,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48529,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48530,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48531,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48532,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48533,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48534,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48535,8,192,'Dwarven Campfire',0,0,0,0.938053,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48536,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48537,8,192,'Dwarven Campfire',0,0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48538,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48539,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48540,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48541,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48542,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48543,8,192,'Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48544,8,192,'Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48545,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48546,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48547,8,192,'Dwarven Campfire',0,0,0,0.99368,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48548,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48549,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48550,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48551,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48552,8,192,'Dwarven Campfire',0,0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48553,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48554,8,192,'Dwarven Campfire',0,0,0,1.00952,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48555,8,192,'Dwarven Campfire',0,0,0,1.00952,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48556,8,192,'Dwarven Campfire',0,0,0,1.1342,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48557,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48558,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48559,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48560,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48561,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48562,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48563,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48564,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48565,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48566,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48567,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48568,7,138,'Short Wooden Seat',0,0,0,1.05,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48569,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48570,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48571,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48572,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48573,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48574,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48575,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (48576,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (49485,8,201,'Warm Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (49486,8,201,'Warm Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (49487,8,654,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50445,8,654,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50446,8,654,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50447,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50448,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50449,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50450,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50468,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50469,8,305,'Thunder Bluff Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50484,5,686,'Cloudweaver\'s Baskets',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50485,5,687,'Dawnstrider Enchanters',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50486,5,688,'Bena\'s Alchemy',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50487,5,689,'Holistic Herbalism',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50488,5,690,'Thunder Bluff Armorers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50489,5,691,'Thunderhorn\'s Archery',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50490,5,692,'Fruits and Vegetables',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50491,5,692,'Breads and Grains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50492,5,693,'Thunder Bluff Bank',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50493,5,694,'Karn\'s Smithy',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50494,5,308,'Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50495,5,308,'Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50496,5,308,'Elevator to Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50497,5,308,'Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50498,5,308,'Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50499,5,308,'Elevator to Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50500,5,308,'Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50501,5,308,'Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50502,5,308,'Elevator to Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50503,5,695,'Thunder Bluff Weapons',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50504,5,694,'Stonehoof Geology',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50505,5,686,'Thunder Bluff Civic Information',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50506,5,308,'Elevator to Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50507,5,308,'Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50508,5,308,'Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50509,5,308,'Elevator to Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50510,5,308,'Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50511,5,308,'Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50512,5,308,'Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50513,5,308,'Elevator to Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50514,5,308,'Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50515,5,308,'Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50516,5,308,'Elevator to Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50517,5,308,'Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50518,5,308,'Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50519,5,308,'Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50520,5,686,'Elder Rise Drums',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50521,5,692,'Kodo Steak and Ribs',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50522,5,692,'Mountaintop Bait & Tackle',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50523,5,695,'Winterhoof Totems',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50524,5,692,'Aska\'s Kitchen',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50525,5,691,'Thunderhoof\'s Firearms',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50526,5,308,'Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50527,5,308,'Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50528,5,308,'Elevator to Mulgore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50529,5,308,'Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50530,5,308,'Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50531,5,308,'Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50532,5,308,'Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50533,5,308,'Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50534,5,308,'Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50535,5,695,'Rainsticks',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50536,5,691,'Hunter\'s Hall',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50537,5,689,'Hall of Elders',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50538,5,688,'Hall of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50547,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50548,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50549,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50803,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50804,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50805,8,201,'Burning Embers',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50830,8,208,'Stone Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50831,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50910,8,200,'Bonfire',0,0,0,0.65,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50935,3,696,'Sack of Corn',35,4,0,1,43,3841,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50936,3,252,'Sack of Barley',0,4,0,1,43,3840,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50937,3,696,'Sack of Rye',0,4,0,1,43,3842,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50961,2,336,'Malem Chest',0,4,0,1,43,920,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50982,3,702,'The Charred Oak',35,4,0,1,43,3844,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50983,8,703,'Heated Forge',0,0,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50984,8,703,'Heated Forge',0,0,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50985,8,703,'Heated Forge',0,0,0,1,3,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50986,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50987,8,200,'Bonfire',0,0,0,0.81,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50988,8,200,'Bonfire',0,0,0,0.8,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (50989,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51681,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51702,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51703,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51704,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51705,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51706,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51707,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51708,2,768,'Eliza\'s Grave Dirt',0,4,0,1,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51948,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51949,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (51950,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (52175,8,305,'Forge',0,0,0,1.14,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (52176,8,305,'Forge',0,0,0,1.14,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (55250,8,655,'Tall Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (55535,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (55615,8,199,'Campfire',0,0,0,1.08498,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (55616,8,200,'Bonfire',0,0,0,1.12787,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (55774,5,695,'Ragetotem Arms',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56809,8,192,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56810,8,192,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56818,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56819,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56820,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56821,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56897,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56898,5,718,'Plate-n-Chain',0,0,0,0.387597,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56901,5,720,'Tan-Your-Hide Leatherworks',0,0,0,1.46104,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56903,5,722,'Good Food',0,0,0,0.554324,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56905,5,724,'Swift Flights',0,0,0,0.518242,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56910,5,728,'The Salty Sailor Tavern',0,0,0,1.573,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (56911,5,729,'Stranglethorn Trust Bank',0,0,0,2.97,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57708,8,731,'Lamppost',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57709,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57710,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57725,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57726,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57727,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57748,8,732,'Lamppost',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57749,8,732,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57750,8,732,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57751,8,732,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57752,8,732,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (57753,8,732,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58369,3,10,'Stolen Iron Chest',0,4,0,1.26,43,3878,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58388,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58389,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58595,3,10,'Burning Blade Stash',83,4,0,1,43,3879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58596,5,733,'Weapons',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58597,5,734,'Bat Handler',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58598,5,735,'General Goods',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58599,5,735,'General Goods',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58600,5,736,'Light Armor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58601,5,737,'Bank',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58602,5,737,'Bank',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58603,5,737,'Bank',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58604,5,737,'Bank',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58605,5,736,'Heavy Armor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58606,5,738,'Cooking',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58607,5,739,'Tabards',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58608,5,734,'Guild Creation',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58609,5,735,'Engineering',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58610,5,740,'Alchemist',0,0,0,0.99,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58611,5,734,'Relic Vendor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58612,5,734,'Reagent Vendor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58613,5,740,'Alchemist',0,0,0,0.99,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58614,5,734,'Enchantment',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58615,5,741,'Herbalist',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58616,5,733,'Weapons Merchants',0,0,0,0.943396,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58617,5,742,'Blacksmith',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58618,5,743,'Bow Merchant',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58619,5,734,'Gunsmith',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58620,5,744,'Mining',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58621,5,733,'Daggers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58622,5,739,'Leather Work',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58623,5,739,'First Aid',0,0,0,0.869565,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58624,5,745,'Bag Vendor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58625,5,746,'Poison',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58626,5,734,'Cartography',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58627,5,734,'Book Dealer',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (58629,5,747,'Staff Merchant',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59517,5,721,'All Things Flora',0,0,0,1.77781,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59518,5,723,'Nautical Needs',0,0,0,1.86,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59529,8,216,'Cauldron',0,0,0,0.68531,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59530,8,216,'Cauldron',0,0,0,0.68531,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59845,5,681,'The Old Port Authority',0,0,0,0.518987,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59846,5,681,'Kalimdor Airlines',0,0,0,0.453139,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59847,5,725,'Cuts-N-Bruises Incorporated',0,0,0,0.531011,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59848,5,681,'Southern Skies Platform',0,0,0,0.392912,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59850,5,751,'Boucher\'s Cauldron',0,0,0,0.457242,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59851,5,719,'A Tailor to Cities',0,0,0,0.411929,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59852,5,752,'The Happy Bobber',0,0,0,1.89684,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59853,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59854,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59855,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59856,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59857,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59858,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59859,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59860,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59861,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59862,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59863,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59864,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59865,8,679,'Stove',0,0,0,1.07202,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (59990,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (60393,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (60394,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (60395,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (60438,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (60439,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (60440,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61035,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61036,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61037,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61038,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61039,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61040,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61041,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61042,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61043,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61044,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61045,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61046,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61047,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61048,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61049,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61050,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61051,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61052,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61053,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61054,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61055,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61056,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61057,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61058,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61059,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61060,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61061,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61062,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61063,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61064,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61065,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61066,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61067,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61068,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61069,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61070,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61071,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61072,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61073,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61074,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61075,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61076,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61077,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61078,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61079,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61080,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61081,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61082,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61083,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61084,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61085,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61086,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61087,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61088,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61089,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61090,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61091,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61092,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61093,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61094,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61095,7,138,'Mechanic Stool',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61096,7,138,'Mechanic Stool',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61097,7,138,'Mechanic Stool',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61098,7,138,'Mechanic Stool',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61099,7,138,'Mechanic Stool',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61100,7,138,'Mechanic Stool',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61101,7,138,'Mechanic Stool',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61102,7,138,'Mechanic Stool',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61918,5,718,'Deep South Tannery',0,0,0,0.420168,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61919,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61920,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61921,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61922,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61923,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61924,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61925,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61927,8,200,'Bonfire',0,0,0,0.75,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61928,8,200,'Bonfire',0,0,0,0.84,4,20,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61929,8,200,'Bonfire',0,0,0,0.74,4,20,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61934,2,759,'Brazier of the Dormant Flame',35,4,0,1,0,952,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61935,10,755,'Regulator Valve',35,4,0,1,43,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61936,10,353,'Fuel Control Valve',35,4,0,1,93,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61952,8,199,'Campfire',0,0,0,0.901468,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (61953,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (63195,5,177,'Stormwind Visitor\'s Center',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (63196,8,756,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (63197,5,632,'Cathedral Square',0,0,0,1.09,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (63198,5,632,'Cathedral Square',0,0,0,1.3298,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (63674,8,299,'Shaman Shrine',0,0,0,1,63,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64849,8,200,'Bonfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64850,8,200,'Bonfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64856,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64857,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64858,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64859,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64860,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64861,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64862,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (64863,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (65407,2,356,'Graznab\'s Machine',35,4,0,1,93,972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (66780,5,171,'Lionheart Armory',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (67234,8,731,'Fire Totem',0,0,0,2.64478,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (68865,3,760,'Snufflenose Command Sticks',0,4,0,0.8,93,4059,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69282,8,192,'Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69421,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69422,8,200,'Bonfire',0,0,0,1.507,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69423,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69424,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69425,8,200,'Bonfire',0,0,0,1.507,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69426,8,200,'Bonfire',0,0,0,0.892191,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69427,8,200,'Bonfire',0,0,0,0.941875,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69428,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69429,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69430,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69431,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69432,8,192,'Campfire',0,0,0,1.00003,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69433,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69434,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69435,8,192,'Campfire',0,0,0,1.0002,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69436,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69437,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (69438,8,200,'Bonfire',0,0,0,1.507,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70517,8,731,'Lamppost',0,0,0,1.04585,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70518,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70519,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70520,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70521,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70522,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70523,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70524,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70525,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70526,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70527,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70528,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70530,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70531,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70532,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70533,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70534,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70535,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70536,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70537,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70538,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70539,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70540,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70541,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70542,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70543,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70544,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70545,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70546,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70547,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70548,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70549,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70551,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70552,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70553,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70554,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70555,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70556,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (70557,8,731,'Lamppost',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (73939,3,767,'Ooze Covered Iron Deposit',0,0,0,1,0,1505,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (73940,3,767,'Ooze Covered Silver Vein',0,0,0,0.5,40,1504,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (73941,3,767,'Ooze Covered Gold Vein',0,0,0,0.5,42,1506,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74075,8,216,'Cauldron',0,0,0,1.20395,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74076,8,216,'Cauldron',0,0,0,1.20395,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74077,8,216,'Cauldron',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74078,8,216,'Cauldron',0,0,0,2.35975,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74091,5,728,'The Salty Sailor Tavern',0,0,0,1.43,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74135,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74138,8,375,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74146,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74439,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74440,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74441,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74442,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74443,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74444,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74445,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74446,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74447,3,259,'Large Iron Bound Chest',94,2,0,1,23,4075,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (74448,3,259,'Large Solid Chest',94,0,0,1,57,4075,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (74727,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74728,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74729,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74730,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (74731,3,252,'Noggle\'s Satchel',0,4,0,1,43,2217,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (75293,3,259,'Large Battered Chest',94,0,0,1,57,4073,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (75295,3,259,'Large Iron Bound Chest',94,2,0,1,5,4074,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (75296,3,259,'Large Iron Bound Chest',94,0,0,1,24,4076,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (75297,3,259,'Large Iron Bound Chest',0,0,0,1,60,4077,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (75298,3,259,'Large Solid Chest',94,0,0,1,57,4074,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (75299,3,259,'Large Solid Chest',94,0,0,1,57,4076,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (75300,3,259,'Large Solid Chest',94,0,0,1,57,4077,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (77813,8,273,'Anvil',0,0,0,1.17,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (80022,11,808,'Plunger',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (80023,11,807,'Vator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (80024,11,827,'Rail',0,8,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (82136,8,731,'Lamppost',0,0,0,1.04592,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (82137,8,731,'Lamppost',0,0,0,0.870608,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (82138,8,731,'Lamppost',0,0,0,1.17356,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (82139,8,731,'Lamppost',0,0,0,0.814783,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (82140,8,731,'Lamppost',0,0,0,0.988055,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (83763,3,107,'Stolen Books',0,4,0,0.63,93,4165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (85556,11,852,'Vator2',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (85562,3,10,'Ironband\'s Strongbox',0,4,0,1,43,4185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (85563,3,318,'Dead-tooth\'s Strongbox',0,4,0,1.12,239,4184,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (86492,3,335,'Crate of Elunite',0,4,0,1,93,4187,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (88496,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (88497,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (88498,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (89634,3,2251,'Iron Coral',0,4,0,1,43,4227,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (89635,3,4075,'Sunscorched Shell',0,4,0,1.5,43,4228,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (89931,2,216,'Bath\'rah\'s Cauldron',35,4,0,1,93,1151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (90566,0,907,'Workshop Door',0,34,0,1,0,92,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (90567,1,295,'Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (90858,0,907,'Workshop Door',0,34,0,1,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (91138,3,908,'Jordan\'s Hammer',0,4,0,1,279,4275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (91672,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (91673,8,348,'Stove',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (91692,5,726,'Boomstick Imports East',0,0,0,0.502513,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (91706,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (91737,8,396,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (91738,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92011,8,273,'Grimand\'s Anvil',0,0,0,0.6,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92013,3,928,'Tome of the Cabal',35,4,0,0.3,43,4305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92015,8,465,'Summoning Circle',35,0,0,2,83,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92065,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92066,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92067,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92098,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92099,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92140,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92141,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92142,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92143,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92252,5,465,'Strahad\'s Summoning Circle',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92254,8,200,'Bonfire',0,0,0,1,0,20,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92388,8,674,'Summoning Circle',0,0,0,1,103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92419,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92420,3,31,'Bailor\'s Ore',0,4,0,1,43,4352,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92423,3,1,'Damaged Chest',35,4,0,1,43,4353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92424,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92425,8,216,'Steaming Concoction',0,0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92426,8,216,'Pickled Sludge',0,0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92427,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92458,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92489,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92490,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92524,5,953,'Guild',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92525,5,953,'Argent Dawn',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92526,5,952,'Alchemy',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92527,5,954,'Bags',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92528,5,948,'General Goods',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92529,5,949,'Enchanting',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92530,5,949,'Enchanting',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92531,5,959,'Robe',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92532,5,960,'Staff',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92533,5,947,'Leatherworking',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92534,5,947,'Tailoring',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92535,5,948,'General Trade',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92536,5,948,'General Trade',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92537,5,950,'First Aid',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92538,5,951,'Cooking',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92539,5,955,'Weapons',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92540,5,955,'Weapons',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92541,5,955,'Weapons',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92542,5,955,'Weapons',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92543,5,955,'Thrown Weapons',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92544,5,956,'Fletcher',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92545,5,958,'Mail Armor',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92546,5,957,'Shields',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92547,5,957,'Shields',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92548,5,958,'Mail Armor',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92549,5,959,'Cloth Armor',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92550,5,958,'Leather Armor',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92551,5,955,'Two Handed Weapons',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92552,5,955,'Two Handed Weapons',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92693,5,948,'General Goods',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92694,5,954,'Bags',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92695,5,956,'Fletcher',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92696,5,955,'Thrown Weapons',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92699,5,947,'Leatherworking',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92700,5,947,'Tailoring',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (92703,7,682,'Bench',0,0,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (93192,3,967,'Heartswood',35,4,0,3.91,99,4304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94039,6,1287,'Shrine of Gelihast',0,0,0,1,0,0,0,8733,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94040,6,1287,'Altar of the Deeps',0,0,0,1,0,0,0,8735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94183,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94184,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94185,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94186,8,200,'Bonfire',0,0,0,1.84,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94187,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94188,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94189,8,200,'Bonfire',0,0,0,0.87,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94190,8,200,'Bonfire',0,0,0,0.68,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (94191,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (95449,5,959,'Cloth Armor',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (97700,0,441,'Secret Door',1375,34,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (97701,1,442,'Torch',35,0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (97801,7,91,'Fine Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (97802,7,91,'Fine Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (97803,7,91,'Fine Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (98343,5,663,'War Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (98347,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (98348,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (98349,5,663,'War Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (98350,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (98351,5,663,'Magic Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (98354,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (100028,10,1027,'Shaman Shrine',16,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (100035,8,1027,'Shaman Shrine',0,0,0,1,63,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101748,10,1027,'Shaman Shrine',16,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101749,10,1027,'Shaman Shrine',16,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101750,10,1027,'Shaman Shrine',16,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101751,10,1027,'Shaman Shrine',16,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101766,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101767,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101768,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101769,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101770,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101771,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101772,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101773,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101774,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101775,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101776,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101777,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101778,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101779,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101811,1,295,'Lever',35,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101812,1,295,'Lever',35,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101831,1,295,'Door Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101832,1,295,'Door Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101833,1,295,'Door Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101834,1,295,'Door Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101835,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101836,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101837,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101838,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101839,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101840,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101841,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101842,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101843,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101844,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101845,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101846,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101847,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101848,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101849,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101850,0,444,'Cathedral Door',0,34,0,1,0,299,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101851,0,444,'Armory Door',0,34,0,1,0,299,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101852,1,295,'Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101853,1,295,'Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101854,0,444,'Herod\'s Door',0,34,0,1.06,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (101855,1,295,'Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102413,10,1107,'Verigan\'s Fist',16,64,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102984,3,10,'Bink\'s Toolbox',0,4,0,1,43,4504,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102985,3,1087,'Balnir Snapdragons',0,4,0,1,259,4505,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102986,10,293,'Ju-Ju Heap',0,4,0,1,99,1884,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102988,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102989,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102990,8,192,'Dwarven Campfire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102991,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102992,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102993,8,192,'Dwarven Campfire',0,0,0,0.99368,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102994,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102995,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102996,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102997,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102998,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (102999,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103000,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103001,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103002,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103003,8,192,'Dwarven Campfire',0,0,0,1.11441,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103004,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103005,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103006,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103007,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103009,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103010,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103011,8,192,'Dwarven Campfire',0,0,0,1.06,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103012,7,138,'Short Wooden Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103015,1,402,'Shrine of Gelihast',0,0,0,1,0,0,65536,94039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103016,1,402,'Altar of the Deeps',0,0,0,1,0,93,65536,94040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103574,3,1707,'Filled Containment Coffer',0,4,0,1,43,4589,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103600,3,137,'Andron\'s Bookshelf',0,4,0,1,93,4590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103628,3,105,'Ur\'s Treatise on Shadow Magic',0,4,0,1,93,4564,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103661,6,1708,'Witherbark Totem Bundle TRAP',114,0,0,1,0,1,40,9056,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,''), + (103662,3,1708,'Bolt Charged Bramble',0,4,0,1,93,4754,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103663,8,199,'Cauldron',0,0,0,0.68,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103664,3,422,'Rituals of Power',0,4,0,1,93,4584,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103680,5,1647,'Mana Rift',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103687,8,192,'Campfire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103694,8,192,'Campfire',0,0,0,1.26817,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103695,8,192,'Campfire',0,0,0,1.01911,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103711,3,315,'Tin Vein',102,0,0,0.5,39,1503,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103713,3,310,'Copper Vein',102,0,0,0.5,38,1502,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103727,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103728,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103729,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103748,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103749,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103750,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103751,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103770,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103771,8,200,'Bonfire',0,0,0,0.82,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103772,8,216,'Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103773,8,216,'',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103774,3,318,'Standard Issue Tools',0,0,0,1,93,4665,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103793,5,26,'Mage Quarter',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103794,5,26,'Cathedral Square',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103795,5,26,'Griffon Roost',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103796,5,26,'Old Town',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103797,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103798,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103799,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103800,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103801,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103802,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103811,7,91,'Wooden Chair',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103812,7,91,'Wooden Chair',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103813,10,1213,'Mausoleum Seal',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103815,3,1,'Ambermill Strongbox',83,6,0,1,5,4667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103820,3,1188,'Red Rocket',0,0,0,1,43,4669,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (103821,3,10,'Doan\'s Strongbox',35,0,0,1,43,4668,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104555,8,208,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104564,3,1208,'Bingles\'s Toolbucket',0,4,0,0.75,43,4685,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104569,3,1209,'Bingles\'s Toolbucket',0,4,0,0.75,43,4686,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104574,3,1210,'Bingles\'s Toolbucket',0,4,0,0.75,43,4687,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104575,3,112,'Bingles\'s Blastencapper',0,4,0,0.75,43,4688,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104589,1,295,'Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104591,0,1207,'Chapel Door',0,34,0,1,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104592,5,422,'Rituals of Power',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (104593,10,1212,'Mausoleum Trigger',0,4,0,1,43,1819,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_mausoleum_trigger'), + (104600,0,443,'High Inquisitor\'s Door',1375,34,0,1,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105168,5,448,'Skull Key',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105169,3,130,'Agamand Weapon Rack',0,4,0,1,93,4764,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105170,3,130,'Agamand Weapon Rack',0,4,0,1,93,4765,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105171,3,130,'Agamand Weapon Rack',0,4,0,1,93,4766,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105172,3,130,'Agamand Weapon Rack',0,4,0,1,93,4767,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105173,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105174,3,1,'Chest of Containment Coffers',0,4,0,0.75,93,4768,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105175,3,164,'Cantation of Manifestation',0,4,0,1,93,4769,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105176,3,10,'Venture Co. Strongbox',83,6,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105188,5,178,'Trias\' Cheese',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105568,5,1248,'Peasent Woodpile',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105569,3,314,'Silver Vein',0,0,0,0.5,40,1504,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105570,3,259,'Alliance Strongbox',102,2,0,1,24,2283,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (105576,8,465,'Summoning Circle',35,0,0,2,203,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (105578,3,259,'Tattered Chest',101,0,0,1,57,2283,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (105579,3,259,'Tattered Chest',102,0,0,1,57,2283,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (105581,3,259,'Tattered Chest',102,0,0,1,57,2284,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (106318,3,259,'Battered Chest',94,0,0,1,57,2277,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (106319,3,259,'Battered Chest',94,0,0,1,57,2279,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (106325,8,373,'Blazing Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106326,8,373,'Blazing Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106327,8,373,'Blazing Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106335,8,373,'Blazing Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106336,8,373,'Blazing Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106528,5,1267,'Water Manifestation Effect',14,64,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106529,5,1268,'Water Manifestation Aura',16,64,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106638,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (106641,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (107037,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (107039,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (107040,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (107041,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (107042,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (109515,6,1287,'Night Elven Bear Trap',0,0,0,1,95,0,10,9439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (110230,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (110231,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (110232,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (110233,8,200,'Bonfire',0,0,0,0.69,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (110234,8,200,'Bonfire',0,0,0,0.69,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (110235,8,192,'Campfire',0,0,0,1.07,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (110236,8,192,'Campfire',0,0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111094,5,170,'Gallina Winery',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111095,3,259,'Tattered Chest',102,0,0,1,57,2280,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (111148,8,1308,'Night Elven Bear Trap',4,0,0,1,0,10,109515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111149,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111202,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111203,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111204,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111205,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111206,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111207,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111212,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111215,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111216,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111217,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111220,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111221,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111222,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111223,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111224,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111225,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111226,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111227,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111254,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111255,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111256,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111257,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111258,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111259,8,199,'Dwarven Fire',0,0,0,1,4,8,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111260,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111261,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111262,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111265,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111266,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111268,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111269,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111271,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111839,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111942,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111943,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111945,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111946,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111948,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111949,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111950,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111969,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111973,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111974,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111979,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111993,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111994,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111995,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111996,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (111998,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112000,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112012,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112015,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112023,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112024,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112028,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112042,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112043,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112044,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112045,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112048,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112049,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112050,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112051,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112052,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112053,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112054,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112055,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112058,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112059,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112060,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112061,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112062,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112065,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112066,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112068,7,92,'Wooden Chair',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112070,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112071,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112072,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112073,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112074,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112079,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112092,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112095,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112096,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112097,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112098,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112100,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112112,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112115,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112123,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112128,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112129,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112192,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112194,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112195,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112196,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112197,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112198,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112199,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112200,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112201,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112202,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112204,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112205,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112214,7,92,'Chair',0,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112215,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112216,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112217,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112223,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112231,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112232,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112234,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112235,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112236,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112237,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112238,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112239,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112241,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112301,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112302,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112303,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112305,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112308,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112309,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112310,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112311,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112312,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112316,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112317,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112318,7,92,'Wooden Chair',0,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112319,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112321,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112322,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112877,2,445,'Talvash\'s Scrying Bowl',115,68,0,2.5,0,1551,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112879,8,200,'Bonefire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112881,8,192,'Cooking Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112888,2,187,'Dusty Shelf',0,4,0,1,93,283,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112898,5,180,'The Gilded Rose',0,0,0,0.819672,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112899,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112900,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112901,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112902,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112903,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112904,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112905,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112906,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112907,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (112948,2,318,'Intrepid\'s Locked Strongbox',0,4,0,1.15,0,184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113528,5,689,'Spiritual Healing',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113529,6,1287,'Arathi Cannon Fire',390,0,0,1,0,0,10,4170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113531,10,245,'Cannon',0,4,1,0.6,0,667,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113540,8,192,'Campfire',0,0,0,1.18464,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113568,5,663,'Rogues\' Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113569,5,663,'Rogues\' Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113570,5,663,'The Apothecarium',0,0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113571,5,663,'The Apothecarium',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113572,5,663,'War Quarter',0,0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113574,5,663,'War Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113575,5,663,'Rogues\' Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113576,5,663,'Magic Quarter',0,0,0,0.712318,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113577,5,663,'Rogues\' Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113752,5,734,'Inn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113753,8,273,'Anvil',0,0,0,1.17,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113754,8,305,'Forge',0,0,0,1.14,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113755,5,663,'Rogues\' Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113756,5,663,'Rogues\' Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113757,3,1387,'Shadowforge Cache',0,4,0,0.4,43,4964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113768,3,1407,'Brightly Colored Egg',0,0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113769,3,1408,'Brightly Colored Egg',0,0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113770,3,1409,'Brightly Colored Egg',0,0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113771,3,1410,'Brightly Colored Egg',0,0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113772,3,1411,'Brightly Colored Egg',0,0,0,1,43,4984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (113791,2,602,'Brazier of Everfount',83,4,0,1,0,1630,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (120584,8,192,'Campfire',0,0,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (121264,3,41,'Lucius\'s Lockbox',0,6,0,1,23,5026,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (122088,1,1247,'Containment Coffer',116,0,0,1,1,0,0,103575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123207,8,1467,'Goblin Smelting Pot',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123208,8,1467,'Goblin Smelting Pot',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123209,8,1467,'Goblin Smelting Pot',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123210,8,1467,'Goblin Smelting Pot',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123211,8,273,'Foundry Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123212,8,273,'Foundry Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123213,8,273,'Foundry Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123214,3,1,'Duskwood Chest',0,6,0,1,24,5044,30,1,0,0,0,124072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123215,5,1468,'This Way',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123216,5,1468,'The Other Way',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123217,5,1468,'That Way',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123244,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123309,3,767,'Ooze Covered Truesilver Deposit',0,0,0,0.5,380,5045,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123310,3,767,'Ooze Covered Mithril Deposit',94,0,0,0.5,379,1742,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123328,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123329,3,1,'Baelog\'s Chest',0,0,0,1,93,5066,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123330,3,10,'Buccaneer\'s Strongbox',0,2,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123331,3,10,'Buccaneer\'s Strongbox',0,2,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123332,3,10,'Buccaneer\'s Strongbox',0,2,0,1,5,0,0,1,0,0,0,123355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123333,3,10,'Buccaneer\'s Strongbox',0,2,0,1,5,0,0,1,0,0,0,123334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123334,6,1287,'The Punisher (DND)',14,0,0,0.1,0,16,0,10017,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123355,6,1287,'Rat Bomb Trap',14,0,0,1,0,16,0,10018,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123462,10,41,'The Jewel of the Southsea',0,6,0,1,23,2381,2153,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123463,9,559,'Baelog\'s Journal',0,0,0,1.5,1011,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (123848,3,767,'Ooze Covered Thorium Vein',94,0,0,0.5,400,9597,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124072,6,1287,'Duskwood Chest',14,0,0,1,0,1,0,9991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124367,0,1370,'Temple Door',114,32,0,0.9927,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124368,0,1370,'Temple Door',0,32,0,0.9927,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124369,0,1370,'The Ancient Vault',114,34,0,0.9927,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124370,0,1370,'Echomok Door',0,32,0,0.67714,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124371,0,1369,'Keystone',0,32,0,1,0,359,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124372,0,1370,'Seal of Khaz\'Mul',14,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124374,9,1527,'Horatio Montgomery, M.D.',0,0,0,1,1031,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124388,3,10,'Garrett Family Chest',0,4,0,1,43,5124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (124389,3,1,'Krom Stoutarm\'s Chest',0,4,0,1,43,5125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (125475,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (125477,3,53,'Conspicuous Urn',0,4,0,0.7,93,5201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126046,5,630,'Dwarven District',0,0,0,1.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126049,3,2090,'Magenta Cap Clusters',0,4,0,1,259,5212,0,1,0,0,0,128196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126050,7,1569,'Bench',0,0,0,0.675676,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126051,7,1569,'Bench',0,0,0,0.675676,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126052,7,1569,'Bench',0,0,0,0.675676,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126053,7,1569,'Bench',0,0,0,0.675676,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126158,3,1568,'Tallonkai\'s Dresser',0,4,0,1,93,5213,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126260,3,1387,'Ancient Chest',0,4,0,1,43,2309,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126312,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126313,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126314,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126335,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126337,8,192,'',0,0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126338,8,192,'',0,0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126339,8,192,'',0,0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126340,8,192,'',0,0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126341,8,192,'',0,0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126342,8,192,'',0,0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (126345,8,192,'',0,0,0,1,4,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (128196,6,1287,'Magenta Cap Clusters Trap',14,0,0,1,0,40,0,10136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (128293,3,2090,'Magenta Cap Clusters',0,4,0,1,259,5212,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (128308,3,1767,'Shallow Grave',0,0,0,1,1539,8367,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (128403,3,1767,'Shallow Grave',0,0,0,1,1539,8367,0,1,0,0,0,128972,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (129127,3,1,'Gallywix\'s Lockbox',0,6,0,1,24,5246,30,1,0,0,0,130126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (129206,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (130125,5,174,'The Five Deadly Venoms',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (130126,6,1287,'Gallywix\'s Lockbox',14,0,0,1,0,1,0,9991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (130358,6,1287,'Chemical Bomb',14,64,0,1,0,0,40,10253,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (130511,18,2490,'Altar of The Keepers',35,0,0,1,3,11568,11206,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (130666,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (130667,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (130668,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (131474,2,1427,'The Discs of Norgannon',0,4,0,1,0,1611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (131978,3,259,'Large Mithril Bound Chest',0,2,0,1,61,5282,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (131979,3,259,'Large Darkwood Chest',0,0,0,1,57,5282,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (133234,18,2490,'Altar of Archaedas',35,0,0,1,3,10340,11206,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (133466,7,603,'Bench',0,0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (133467,7,603,'Bench',0,0,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (133468,7,603,'Bench',0,0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (133469,7,603,'Bench',0,0,0,1,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136101,5,739,'Tailor',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136922,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136923,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136925,8,373,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136926,8,373,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136927,8,373,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136928,8,373,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136929,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136930,7,989,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136931,7,990,'Bench',0,0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136932,7,989,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136933,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136934,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136935,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136936,7,990,'Bench',0,0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136937,7,990,'Bench',0,0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136938,7,990,'Bench',0,0,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136939,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136940,7,989,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136941,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136942,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136943,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136944,7,989,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136945,7,987,'Bench',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136946,7,987,'Bench',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136947,8,192,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136948,8,192,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136949,8,192,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136950,8,192,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136951,8,192,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136952,8,192,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136954,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136955,8,192,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136957,8,867,'Bonfire',0,0,0,0.693687,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136959,8,867,'Bonfire',0,0,0,0.751323,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136961,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136962,8,867,'Bonfire',0,0,0,0.97931,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136963,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136964,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136965,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (136966,8,867,'Bonfire',0,0,0,1.42,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (137167,5,1647,'Nether Rift',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (137644,5,660,'The Forlorn Cavern',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (137646,5,660,'The Military Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (137647,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138316,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138317,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138318,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138492,2,1667,'Shards of Myzrael',0,4,0,1,0,381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138493,0,1189,'Doors',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138496,10,749,'HornCover',14,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138497,10,750,'Mouthpiece Mount',35,0,0,1,159,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138498,8,299,'Temple of the Moon Fountain',16,0,0,1,243,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (138614,7,380,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (139852,10,340,'Memorial to Sully Balloo',114,0,0,1,0,0,0,1966080,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140105,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140106,8,655,'Fierce Blaze',0,0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140107,8,655,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140108,8,655,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140109,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140110,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140111,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140112,8,655,'Fierce Blaze',0,0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140113,8,655,'Fierce Blaze',0,0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140211,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140212,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140213,8,199,'Campfire',0,0,0,0.77,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140214,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140357,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140358,8,365,'Smoldering Coals',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140359,8,365,'Smoldering Coals',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140360,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140372,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140373,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140374,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140375,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140376,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140378,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140379,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140380,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140381,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140382,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140383,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140384,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140385,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140386,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140387,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140388,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140389,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140390,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140391,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140392,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140393,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140394,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140395,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140396,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140397,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140398,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140399,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140400,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140401,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140402,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140403,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140439,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140908,19,1727,'Mailbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140911,3,1747,'Spool of Light Chartreuse Silk Thread',0,4,0,2,43,5429,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140931,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (140971,3,1767,'Gahz\'ridian',0,4,0,0.3,419,5446,0,1,0,0,0,0,3161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141069,8,192,'Campfire',0,0,0,0.84,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141070,0,1787,'Troll Cage',0,32,0,1,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141071,0,1787,'Troll Cage',0,32,0,0.65,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141072,0,1787,'Troll Cage',0,32,0,1,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141073,0,1787,'Troll Cage',0,32,0,1,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141074,0,1787,'Troll Cage',0,32,0,1,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141076,5,309,'Sun Rock Retreat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141077,5,309,'Greatwood Vale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141078,5,309,'The Barrens',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141596,3,259,'Witch Doctor\'s Chest',0,0,0,1,57,8498,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141610,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141611,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141612,6,472,'[PH] Weegli\'s Armed Barrel',0,0,0,1,0,0,0,11195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141812,10,2710,'Stone of Binding',0,4,0,1,99,2681,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141813,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141832,10,1827,'Gong of Zul\'Farrak',0,0,0,1,459,0,2488,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141838,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141839,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141840,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141841,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141843,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141844,8,199,'Campfire',0,0,0,1.14035,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141845,8,216,'Cauldron',0,0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141851,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141852,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141853,3,1847,'Violet Tragan',0,4,0,0.5,259,5606,0,1,0,0,0,0,2641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141857,10,2710,'Stone of Binding',0,4,0,1,99,2681,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141858,10,2710,'Stone of Binding',0,4,0,1,99,2681,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141859,10,2710,'Stone of Binding',0,4,0,1,99,2681,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141860,10,245,'Cannon',114,0,1,0.73,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141861,10,245,'Cannon',114,0,1,0.73,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141862,10,245,'Cannon',114,0,1,0.73,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141863,10,245,'Cannon',114,0,1,0.73,0,0,0,196608,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141869,0,1370,'Temple Door',0,34,0,0.9927,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141870,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141871,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141891,6,1327,'Razelikh\'s Tear',0,0,0,1,0,0,30,10865,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141892,6,1327,'Razelikh\'s Tear II',0,0,0,1,0,0,30,10867,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141931,3,1867,'Hippogryph Egg',35,0,0,0.8,43,5646,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141971,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141972,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141979,3,1387,'Ancient Treasure',0,0,0,1,43,5730,1800000,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (141980,2,10,'Spectral Lockbox',0,4,0,1,43,2701,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (141981,5,250,'Spectral Lockbox Particles',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142018,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142019,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142020,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142021,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142036,0,1787,'Rin\'ji\'s Cage',14,32,0,1.13,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142071,2,356,'Egg-O-Matic',35,4,0,0.83,0,2269,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142073,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142075,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142076,3,1928,'Clara\'s Fresh Apples',0,4,0,0.9,93,5706,0,1,0,0,0,0,2746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142077,8,273,'Anvil',0,0,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142078,8,233,'Forge',0,0,0,1,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142079,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142088,3,5,'Tablet of Will',0,4,0,1,93,5727,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142089,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142090,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142091,8,200,'Bonfire',0,0,0,0.92,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142093,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142094,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142095,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142101,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142102,19,1947,'Mailbox',55,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142103,19,1947,'Mailbox',55,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142109,19,1948,'Mailbox',80,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142110,19,1948,'Mailbox',80,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142111,19,1948,'Mailbox',80,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142117,19,1948,'Mailbox',80,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142118,8,216,'Bubbling Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142119,19,1948,'Mailbox',80,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142121,8,192,'Campfire',0,0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142122,2,17,'Wanted Poster',35,4,0,1,0,2313,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142123,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142124,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142127,2,5,'Rin\'ji\'s Secret',83,4,0,0.77,43,2314,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142131,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142139,8,192,'Crackling Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142140,3,2314,'Purple Lotus',0,0,0,1,439,6142,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142141,3,2310,'Arthas\' Tears',0,0,0,1.3,440,6150,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142142,3,2315,'Sungrass',0,0,0,1.8,441,6151,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142143,3,2311,'Blindweed',0,0,0,1.5,442,6152,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142144,3,389,'Ghost Mushroom',0,0,0,0.3,443,6312,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142145,3,2313,'Gromsblood',0,0,0,1,444,6313,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142151,2,288,'Sealed Barrel',84,4,0,1,43,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142172,6,1287,'Transpolyporter BB',0,0,0,1,0,0,2,11362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142175,8,2047,'Transpolyporter',35,0,0,1,0,10,142176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142176,6,1287,'Transpolyporter',0,0,0,1,0,0,2,11409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142179,2,1987,'Solarsal Gazebo',0,4,0,1.33,0,2375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142181,3,36,'Stolen Cargo',0,4,0,1,43,6706,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142184,3,10,'Captain\'s Chest',0,0,0,1,460,8387,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142185,3,475,'Flame of Byltan',210,4,0,1.51,43,6711,1,0,0,0,0,0,2879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142186,3,475,'Flame of Lahassa',210,4,0,1.51,43,6708,1,0,0,0,0,0,2879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142187,3,475,'Flame of Imbel',210,4,0,1.51,43,6709,1,0,0,0,0,0,2879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142188,3,475,'Flame of Samha',210,4,0,1.51,43,6710,1,0,0,0,0,0,2879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142189,10,2351,'Inconspicuous Landmark',0,4,0,1,43,2882,0,19660800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142191,3,1988,'Horde Supply Crate',94,0,0,1,57,6751,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142194,2,10,'Pirate\'s Treasure!',0,4,0,1,43,2391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142195,2,222,'Woodpaw Battle Map',0,4,0,1.2,43,2390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142196,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142197,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142198,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142207,0,907,'The Final Chamber',0,32,0,1.6149,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142208,1,2007,'Gnome Face 04',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142209,1,2007,'Gnome Face 03',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142210,1,2007,'Gnome Face 02',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142211,1,2007,'Gnome Face 01',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142212,1,2007,'Gnome Face 06',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142213,1,2007,'Gnome Face 05',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142214,1,339,'Button',0,0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), + (142215,1,339,'Button',0,0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), + (142216,1,339,'Button',0,0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), + (142217,1,339,'Button',0,0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), + (142218,1,339,'Button',0,0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), + (142219,1,339,'Button',0,0,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gnomeface_button'), + (142339,5,660,'The Mystic Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142340,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142341,5,656,'Maeva\'s Mystical Apparel',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142342,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142343,2,1627,'Uldum Pedestal',0,4,0,1,0,2410,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142344,3,2089,'Artificial Extrapolator',0,4,0,1,93,6799,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142345,2,2091,'Matrix Punchograph 3005-A',0,0,0,1,0,93,1,1045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142475,2,2091,'Matrix Punchograph 3005-B',0,0,0,1,0,93,0,1047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142476,2,2091,'Matrix Punchograph 3005-C',0,0,0,1,0,93,0,1049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142477,3,10,'Thermaplugg\'s Safe',0,4,0,1,479,6978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142487,2,2373,'The Sparklematic 5200',0,4,0,1,0,2416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142488,1,1607,'Doodad_G_HologramTrogg01',14,0,0,1,0,0,1966080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142689,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142690,8,216,'Bubbling Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142691,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142692,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142693,8,216,'Bubbling Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142694,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142695,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142696,2,2091,'Matrix Punchograph 3005-D',0,0,0,1,0,93,0,1050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142697,5,2067,'Nimboya\'s Pike',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142698,8,0,'Witherbark Village',0,0,0,1,303,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142702,2,228,'Venom Bottle',0,4,0,2.21,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142703,2,228,'Venom Bottle',83,4,0,1.66,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142704,2,228,'Venom Bottle',83,4,0,1.62,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142705,2,228,'Venom Bottle',83,4,0,2.02,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142706,2,228,'Venom Bottle',83,4,0,2.14,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142707,2,228,'Venom Bottle',83,4,0,2.1,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142708,2,228,'Venom Bottle',83,4,0,1.84,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142709,2,228,'Venom Bottle',83,4,0,1.56,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142710,2,228,'Venom Bottle',83,4,0,1.51,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142711,2,228,'Venom Bottle',83,4,0,1.53,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142712,2,228,'Venom Bottle',83,4,0,1.8,93,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142713,2,228,'Venom Bottle',83,4,0,2.16,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142714,2,228,'Venom Bottle',83,4,0,1.84,43,2419,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142715,2,5,'Tablet of Theka',0,0,0,1,0,0,2,1053,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142837,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142838,5,660,'The Mystic Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142851,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142871,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142872,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142873,5,657,'Traveling Fisherman',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142874,5,2027,'Stoneblade\'s',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142911,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142912,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142914,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142915,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142916,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142947,7,2087,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142948,7,2087,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142958,2,559,'Feralas: A History',84,4,0,1.27,43,2424,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142959,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142960,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142961,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142962,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142963,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142964,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142965,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142966,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142967,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142968,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142969,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142970,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142971,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142972,8,409,'Smoked Meat Rack',0,0,0,1,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142973,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142974,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142976,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142977,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142978,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142979,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (142980,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143230,0,2047,'Transpolyporter DRBB',114,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143242,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143243,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143244,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143245,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143246,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143247,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143249,5,635,'Craghelm\'s Plate and Chain',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143250,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143251,5,636,'Goldfury\'s Hunting Supplies',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143253,5,640,'Barim\'s Reagents',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143254,5,638,'Timberline Arms',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143255,5,639,'Bruuk\'s Corner',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143256,5,638,'The Fighting Wizard',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143273,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143295,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143296,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143297,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143298,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143299,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143301,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143314,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143317,5,639,'The Stonefire Tavern',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143318,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143319,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143320,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143321,5,637,'Fizzlespinner\'s General Goods',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143322,5,641,'Ironforge Visitor\'s Center',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143323,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143324,5,638,'Steelfury\'s Weapon Emporium',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143325,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143326,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143328,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143332,5,635,'Flinthammer\'s Armorer and Clothier',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143333,5,643,'The Bronze Kettle',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143334,5,656,'Finespindle\'s Leather Goods',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143336,5,642,'Ironforge Physician',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143337,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143338,5,640,'Thistlefuzz Arcanery',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143342,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143343,5,656,'Stonebrow\'s Clothier',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143344,5,641,'Deep Mountain Mining Guild',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143345,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143346,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143347,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143348,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143349,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143362,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143363,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143379,8,679,'Need Name',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143397,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143398,8,679,'Stove',0,0,0,0.932191,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143399,5,681,'Broken Keel Tavern',0,0,0,0.518987,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143979,0,2127,'Cage Door',0,32,0,1,0,859,3932160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143980,3,183,'Gordunni Scroll',106,0,0,1.5,57,8409,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143981,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143982,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143983,19,2690,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143984,19,2128,'Mailbox',104,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143985,19,2128,'Mailbox',104,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143986,19,2128,'Mailbox',104,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143987,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143988,19,2128,'Mailbox',68,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143989,19,2128,'Mailbox',68,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143990,19,2128,'Mailbox',68,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (143991,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144011,19,1947,'Mailbox',55,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144050,6,263,'Gordunni Trap',0,0,0,0.5,0,0,0,19395,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144053,3,356,'Scrimshank\'s Surveying Gear',0,4,0,0.8,43,8439,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144054,3,10,'Shay\'s Chest',0,4,0,0.5,43,8438,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144055,8,348,'Stove',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144063,2,2048,'Equinex Monolith',210,0,0,0.7,0,2413,3,2221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144064,3,20,'Gordunni Dirt Mound',0,0,0,1,43,8446,0,1,0,0,0,0,2987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144065,10,472,'Explosive Charge',114,0,0,1,0,0,0,3000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144066,10,676,'First Witherbark Cage',0,4,0,1,93,2988,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144067,10,676,'Second Witherbark Cage',0,4,0,1,93,2988,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144068,10,676,'Third Witherbark Cage',0,4,0,1,93,2988,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144069,5,3931,'Grimshade\'s Vision',0,64,0,0.3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144070,10,676,'Sharpbeak\'s Cage',0,4,0,1,499,2994,0,393216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144071,10,210,'Highvale Records',106,4,0,1,43,2995,0,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144072,10,210,'Highvale Notes',106,4,0,1,43,2995,0,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144073,10,210,'Highvale Report',106,4,0,1,43,2995,0,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144111,5,259,'Smite\'s Chest',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144112,19,2190,'Mailbox',35,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144125,19,2190,'Mailbox',35,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144126,19,2128,'Mailbox',120,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144127,19,2128,'Mailbox',120,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144128,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144129,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144130,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144131,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144132,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144133,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144159,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144162,5,658,'Springspindle\'s Gadgets',0,0,0,0.877193,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144179,19,2190,'Mailbox',55,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144180,8,192,'Campfire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144181,2,2210,'Sword of the Barbarian King',0,4,0,1.1069,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (144570,19,1907,'Mailbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146079,5,27,'Plaguelands',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146080,5,27,'Undercity',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146081,5,27,'Brill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146082,5,2234,'Equinex Monolith Lights 1',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146083,5,298,'Equinex Monolith Lights 2',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146084,0,2235,'End Door',14,32,0,1.53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146085,0,2230,'Cave In',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146086,0,2230,'Cave In',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146088,8,200,'Bonfire',0,0,0,0.464121,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146089,8,200,'Bonfire',0,0,0,0.464121,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146090,8,200,'Bonfire',0,0,0,0.464121,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146091,8,200,'Bonfire',0,0,0,0.464121,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146096,5,953,'Sentinel\'s Bunkhouse',0,0,0,2.38,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (146441,8,166,'Anvil',0,0,0,1.29,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147036,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147037,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147038,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147039,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147040,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147041,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147042,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147043,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147044,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147045,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147046,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147047,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147048,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147049,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147065,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147078,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147079,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147080,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147136,5,2371,'Horn of Margol the Rager',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147279,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147282,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147283,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147284,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147285,8,355,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147435,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147436,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147437,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147438,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147439,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147440,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147441,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147442,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147443,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147444,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147445,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147446,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147447,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147448,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147449,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147450,7,622,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147516,6,2571,'Dark Iron',0,0,0,1,0,0,0,12168,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147517,6,2571,'Dark Iron',0,0,0,0.8,0,0,0,12168,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147536,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147537,5,14,'Fresh Zhevra Carcass',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147557,3,10,'Stolen Silver',0,4,0,1,43,8759,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147742,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147743,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147744,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147745,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147746,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147747,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147748,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147749,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147750,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147751,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147752,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147753,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147754,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147755,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147756,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147757,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147758,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147759,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147760,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147761,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147762,8,201,'Crude Brazier',0,0,0,1.00005,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147763,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147764,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147765,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147766,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147767,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147768,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147769,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147770,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147771,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147786,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147787,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147792,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147793,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147823,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147824,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147825,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147826,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147827,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147828,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147829,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (147830,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148418,10,2570,'Eternal Flame',0,16,0,1,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_eternal_flame'), + (148419,10,2570,'Eternal Flame',0,16,0,1,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_eternal_flame'), + (148420,10,2570,'Eternal Flame',0,16,0,1,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_eternal_flame'), + (148421,10,2570,'Eternal Flame',0,16,0,1,520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_eternal_flame'), + (148423,5,2330,'Inn',0,0,0,2,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148424,5,686,'Kuruk\'s Goods',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148425,5,686,'Trade Goods and Supplies',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148426,5,690,'Hewa\'s Armory',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148436,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148437,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148498,2,328,'Altar of Suntara',0,0,0,1,0,2719,2,1282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148499,3,2350,'Felix\'s Box',0,4,0,0.6,43,8919,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148503,8,3711,'Fire Plume Ridge Hot Spot',0,0,0,1,723,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148504,2,499,'A Conspicuous Gravestone',35,4,0,1,0,3252,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148506,3,2353,'Twilight Artifact',0,4,0,1,43,8920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148507,8,299,'Circle of Aquementas',0,0,0,1,423,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148511,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148512,2,524,'Essence Font',0,4,0,7,0,2721,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148513,3,2652,'Tablet of Jin\'yael',0,4,0,1,43,8950,0,1,0,0,0,0,3517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148514,3,2653,'Tablet of Markri',0,4,0,1,43,8951,0,1,0,0,0,0,3517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148515,3,2654,'Tablet of Sael\'hai',0,4,0,2.1,43,8952,0,1,0,0,0,0,3517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148516,3,2651,'Tablet of Beth\'Amara',0,4,0,1,43,8953,0,1,0,0,0,0,3517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148540,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148544,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148547,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148549,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148550,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148551,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148554,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148556,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148557,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148567,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148658,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148659,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148660,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148661,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148662,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148663,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148664,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148665,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148666,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148668,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148669,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148670,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148671,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148672,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148673,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148674,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148675,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148676,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148677,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148679,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148680,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148681,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148682,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148683,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148684,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148685,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148686,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148687,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148688,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148689,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148691,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148692,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148693,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148694,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148695,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148696,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148697,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148707,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148714,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148725,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148728,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148729,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148730,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148731,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148732,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148733,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148734,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148735,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148736,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148737,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148738,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148739,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148740,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148741,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148742,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148743,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148744,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148745,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148746,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148747,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148748,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148749,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148750,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148751,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148752,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148753,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148754,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148755,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148756,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148757,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148758,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148759,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148760,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148761,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148762,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148763,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148764,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148765,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148766,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148767,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148768,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148769,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148771,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148772,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148773,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148774,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148781,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148782,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148790,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148795,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148796,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148801,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148807,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148811,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148812,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148813,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148814,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148815,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148816,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148817,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148818,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148830,10,212,'Atal\'ai Statue',35,0,0,1,93,0,3094,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148831,10,212,'Atal\'ai Statue',35,0,0,1,93,0,3095,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148832,10,212,'Atal\'ai Statue',35,0,0,1,93,0,3097,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148833,10,212,'Atal\'ai Statue',35,0,0,1,93,0,3098,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148834,10,212,'Atal\'ai Statue',35,0,0,1,93,0,3099,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148835,10,212,'Atal\'ai Statue',35,0,0,1,93,0,3100,524288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148836,2,2615,'Altar of Hakkar',35,0,0,1.2,0,2735,5,1288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148837,6,1287,'Atal\'ai Statue',14,0,0,1,0,0,0,12354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148838,2,212,'Idol of Hakkar',0,4,0,1,0,2833,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148840,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148841,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148842,3,2370,'Roland\'s Mana Gem',0,0,0,1,43,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148843,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148844,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148845,8,396,'Fire',0,0,0,0.999999,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148846,8,396,'Fire',0,0,0,1.58,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148847,8,396,'Fire',0,0,0,1.58,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148848,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148849,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148850,8,396,'Fire',0,0,0,1.264,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148851,8,396,'Fire',0,0,0,1.58,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148852,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148853,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148854,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148855,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148856,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148857,8,396,'Fire',0,0,0,1.31919,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148858,8,396,'Fire',0,0,0,1.58,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148859,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148860,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148861,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148862,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148863,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148864,8,396,'Fire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148865,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148866,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148876,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148877,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148878,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148879,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148880,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148883,5,2473,'Atal\'ai Light SMALL (DND)',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148884,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148885,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148886,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148887,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148888,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148889,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148890,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148891,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148892,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148893,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148894,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148895,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148896,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148897,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148898,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148899,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148900,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148901,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148902,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148903,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148904,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148905,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148906,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148907,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148908,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148909,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148910,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148911,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148912,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148913,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148914,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148915,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148917,10,2372,'Gong',0,0,0,1,0,0,3130,196608,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148937,5,2473,'Atal\'ai Light BIG (DND)',14,96,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148956,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148957,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148958,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148959,8,166,'Anvil',0,0,0,1.29,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148960,8,355,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148976,6,0,'Fire',14,0,0,1,0,1,10,12796,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148996,5,410,'Tower Fire',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148997,5,45,'Tower Smoke',0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (148998,10,674,'Evil God Summoning Circle',14,64,0,1.5,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149017,5,410,'Tower Fire',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149018,5,45,'Tower Smoke',0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149019,5,410,'Tower Fire',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149020,5,410,'Tower Fire',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149021,5,45,'Tower Smoke',0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149022,5,45,'Tower Smoke',0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149024,5,26,'Gol\'Bolar Quarry',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149025,10,524,'Sentry Brazier',0,4,0,1,559,3463,3201,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149026,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149027,8,409,'Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149028,8,409,'Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149029,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149030,10,524,'Sentry Brazier',0,4,0,1,559,3463,3202,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149031,10,524,'Sentry Brazier',0,4,0,1,559,3463,3203,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149032,10,524,'Sentry Brazier',0,4,0,1,559,3463,3204,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149036,3,2450,'Marvon\'s Chest',0,4,0,1.5,43,9199,1,0,1,1,0,0,3444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149038,8,331,'Table Cooker',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149045,11,2454,'Scaffold Cars',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149046,11,2454,'Scaffold Cars',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149047,2,2455,'Torch of Retribution',0,4,0,1,93,2831,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149048,7,603,'Wooden Bench',0,0,0,0.63,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149049,7,603,'Wooden Bench',0,0,0,0.63,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149051,7,603,'Wooden Bench',0,0,0,0.63,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149410,5,2472,'Light of Retribution',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149412,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149413,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149417,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149418,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149419,8,409,'Meat Smoker',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149420,2,2474,'Ani',80,4,0,1.65,0,2661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149423,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149424,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149431,0,2290,'forcefield',114,34,0,7.51343,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149432,0,2451,'DOOR1',14,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149433,0,2451,'DOOR2',14,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149480,3,235,'Rune of Jin\'yael',0,4,0,1.22,540,9240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149481,3,235,'Rune of Beth\'Amara',0,4,0,1.22,540,9239,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149482,3,235,'Rune of Markri',0,4,0,1.22,540,9241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149483,3,235,'Rune of Sael\'hai',0,4,0,1.21,540,9242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (149502,2,10,'Hoard of the Black Dragonflight',0,4,0,1,43,2835,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150075,2,2491,'Wanted Poster',0,4,0,1,0,2378,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150079,3,313,'Mithril Deposit',102,0,0,0.5,379,1742,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150080,3,311,'Gold Vein',102,0,0,0.5,42,1506,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150081,3,314,'Truesilver Deposit',102,0,0,0.5,380,5045,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150082,3,3951,'Small Thorium Vein',102,0,0,0.5,400,9597,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150086,8,2510,'Makeshift Helipad',14,0,0,0.1,403,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150087,5,637,'Burbik\'s Supplies',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150137,0,401,'Door',0,34,0,1,0,84,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150138,0,401,'Door',0,34,0,1,0,84,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150140,10,2650,'Arcane Focusing Crystal',0,4,0,0.25,99,3506,3241,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (150713,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151286,2,254,'Kaldorei Tome of Summoning',0,4,0,1,0,2855,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151951,8,410,'Idol Oven Fire',14,0,0,1.3,4,15,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151952,5,667,'Idol Cup Fire',14,0,0,1.2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151953,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151954,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151955,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151956,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151957,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151958,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151959,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151960,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151961,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151962,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151963,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151964,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151965,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151966,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151967,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151968,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151969,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151970,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151971,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151972,7,603,'Wooden Bench',0,0,0,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151973,5,667,'Idol Mouth Fire',14,0,0,1.2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151974,5,22,'Gadgetzan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151975,5,22,'Steamwheedle Port',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151976,5,22,'Shimmering Flats',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151977,5,22,'Shimmering Flats',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151978,5,22,'Gadgetzan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151979,5,22,'Steamwheedle Port',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151980,5,22,'Shimmering Flats',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151981,5,22,'Steamwheedle Port',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151982,5,22,'Gadgetzan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151983,5,22,'Gadgetzan',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151984,5,22,'Steamwheedle Port',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (151992,0,1907,'auctionhouse',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152032,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152033,8,208,'Stone Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152034,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152035,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152036,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152037,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152038,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152039,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152040,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152041,8,208,'Stone Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152042,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152043,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152044,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152045,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152046,8,208,'Stone Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152080,5,2552,'Kadrak\'s Flag',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152093,8,1287,'Talon Den',0,0,0,1,143,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152094,3,2090,'Hyacinth Mushroom',0,4,0,0.75,259,9604,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152095,3,253,'Moonpetal Lily',210,4,0,3,259,9605,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152097,2,602,'Belnistrasz\'s Brazier',0,4,0,1,0,2871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152098,5,254,'Magus Rimtori\'s Journal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152324,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152325,8,602,'Fiery Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152326,8,602,'Fiery Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152327,8,602,'Fiery Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152328,8,602,'Fiery Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152329,8,602,'Fiery Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152330,8,602,'Fiery Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152331,8,602,'Fiery Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152332,8,602,'Fiery Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152574,5,388,'The Twin Colossals',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152575,5,388,'Desolace',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152576,5,388,'Feathermoon Stronghold',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152577,5,388,'High Wilderness',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152578,5,388,'Lower Wilds',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152579,5,388,'Thousand Needles',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152580,5,388,'Ravenwind',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152581,5,388,'Feathermoon Stronghold',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152582,5,388,'Desolace',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152584,5,308,'High Wilderness',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152585,5,308,'The Twin Colossals',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152586,5,308,'Desolace',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152587,5,308,'Thousand Needles',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152608,3,1,'Kolkar\'s Booty',0,0,0,1.6,70,3318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152614,11,1587,'Elevator',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152618,3,1,'Kolkar\'s Booty',0,0,0,1.62,70,3318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152619,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152620,3,2590,'Azsharite Formation',0,4,0,1,43,9819,30,1,0,0,0,0,3602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152621,3,2591,'Azsharite Formation',0,4,0,1,43,9820,30,1,0,0,0,0,3602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152622,3,219,'Azsharite Formation',0,4,0,1,93,9676,30,1,0,0,0,0,3602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (152631,3,2592,'Azsharite Formation',0,4,0,1,93,9676,30,1,0,0,0,0,3602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153113,20,435,'Darnassus Auction House',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153123,3,285,'Kim\'jael\'s Equipment',0,4,0,1,43,9677,0,1,0,0,0,0,3601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153124,8,216,'Cauldron',0,0,0,1.22,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153125,8,216,'Cauldron',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153126,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153157,5,2610,'Charred Dark Iron Remains',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153158,5,2611,'Mutilated Dark Iron Remains',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153159,5,2612,'Mutilated Dark Iron Remains',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153160,5,2613,'Charred Dark Iron Remains',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153203,8,465,'Rune of the Defiler',35,0,0,2,0,2,153204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153204,6,1287,'Rune of the Defiler',0,0,0,1,0,0,2,12885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153205,10,2616,'Altar of the Defiler',0,4,0,1,601,3628,3301,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153220,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153221,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153239,3,2630,'Wildkin Feather',0,4,0,3,43,9799,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153240,8,208,'Stone Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153241,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153242,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153350,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153359,8,343,'Rune of Return',0,0,0,1,0,2,153360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153360,6,1287,'Rune of Return',0,0,0,1,0,0,2,13044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153399,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153400,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153402,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153451,3,259,'Solid Chest',94,0,0,1,57,9931,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (153453,3,259,'Solid Chest',94,0,0,1,57,9932,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (153454,3,259,'Solid Chest',94,0,0,1,57,9933,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (153459,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153460,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153462,3,259,'Large Solid Chest',0,0,0,1,57,9934,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153463,3,259,'Large Solid Chest',0,0,0,1,57,9935,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153464,3,259,'Large Solid Chest',77,0,0,1,57,9936,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (153468,3,259,'Large Mithril Bound Chest',94,2,0,1,599,9935,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (153469,3,259,'Large Mithril Bound Chest',0,0,0,1,600,9936,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (153470,3,336,'Food Crate',94,0,0,0.75,57,9956,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153471,3,336,'Food Crate',94,0,0,0.75,57,9957,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153472,3,336,'Food Crate',94,0,0,0.75,57,2509,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153473,3,336,'Food Crate',94,0,0,0.75,57,2508,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153482,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153516,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153556,10,1027,'Thaurissan Relic',0,4,0,0.1,43,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153576,8,200,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153577,8,216,'Cauldron',0,0,0,1.32,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153578,19,2690,'Mailbox',104,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153579,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153580,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153581,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153582,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153583,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153584,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153695,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153716,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (153723,8,867,'Bonfire',77,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (154357,3,49,'Glinting Mud',0,4,0,1,43,9999,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (156561,2,17,'Wanted Poster',0,4,0,1.65,0,93,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157636,8,192,'Campfire',0,0,0,1.2208,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157637,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157816,0,847,'Holding Pen',0,32,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157817,0,848,'Holding Pen',0,32,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157818,0,849,'Holding Pen',0,32,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157819,0,850,'Holding Pen',0,32,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157820,0,851,'Holding Pen',0,32,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157923,0,2790,'Giant Doors',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157936,3,49,'Un\'Goro Dirt Pile',0,0,0,1,43,10039,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157968,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (157969,8,216,'Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158545,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158546,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158547,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158548,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158549,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158550,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158551,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158552,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158553,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158554,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158555,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158556,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158557,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158558,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158559,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158560,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158561,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158562,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158563,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158564,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158565,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158566,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158567,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158568,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158569,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158570,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158571,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158572,7,990,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158576,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158579,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158580,7,988,'Chair',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158581,7,988,'Chair',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158582,7,988,'Chair',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158583,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158584,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158585,7,987,'Bench',0,0,0,1.35,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158599,7,987,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158608,7,987,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158674,7,987,'Bench',0,0,0,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158678,7,988,'Chair',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158679,7,988,'Chair',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (158680,7,988,'Chair',0,0,0,1.35,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160409,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160410,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160411,8,679,'Stove',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160413,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160414,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160415,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160416,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160418,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160419,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160420,8,679,'Stove',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160421,8,216,'Cauldron',0,0,0,0.862069,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160426,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160436,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160437,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160438,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160439,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160440,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160441,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160442,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160443,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160444,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160445,2,2830,'Sha\'ni Proudtusk\'s Remains',0,0,0,1,0,0,0,2211,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160468,7,603,'Bench',0,0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160469,7,603,'Bench',0,0,0,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160470,8,216,'Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160836,3,10,'Relic Coffer',0,16,0,1,93,11105,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160839,8,3081,'Gor\'tesh\'s Lopped Off Head',0,0,0,1,0,20,160842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160840,10,20,'Soft Dirt Mound',84,4,0,1,640,3825,3561,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160845,3,10,'Dark Coffer',0,16,0,1,93,11103,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (160846,7,673,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160847,7,673,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160848,7,673,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160849,7,673,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160850,7,673,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160851,7,673,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160866,7,673,'Pew',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160867,7,673,'Pew',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160868,7,673,'Pew',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160869,7,673,'Pew',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160870,7,673,'Pew',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (160871,7,673,'Pew',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161456,1,3391,'Dark Keeper Portrait',0,0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161457,1,3391,'Dark Keeper Portrait',0,0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161458,1,3391,'Dark Keeper Portrait',0,0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161459,1,3391,'Dark Keeper Portrait',0,0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161460,0,2851,'The Shadowforge Lock',0,34,0,1,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161461,0,2852,'Giant Door Mechanism',114,32,0,1,0,0,786432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161462,0,2853,'Giant Door Fake Collision',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161476,7,91,'Wooden Chair',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161477,7,91,'Wooden Chair',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161478,7,91,'Wooden Chair',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161479,7,91,'Wooden Chair',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161480,7,91,'Wooden Chair',0,0,0,1.1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161487,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161488,8,667,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161489,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161495,3,10,'Secret Safe',0,16,0,1,93,11104,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (161504,2,323,'A Small Pack',0,4,0,1.3,0,3139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161505,2,223,'A Wrecked Raft',0,4,0,1.25,0,3138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161513,3,1867,'Farm Chicken Egg',0,0,0,0.2,57,10100,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161516,0,2854,'BigDoorDummyCollision02',0,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161521,3,36,'Research Equipment',0,4,0,1,43,10101,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161522,0,3751,'ArenaGate02',114,32,0,2.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161523,0,3751,'ArenaGate04',114,32,0,2.1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161524,0,3751,'ArenaGate03',114,32,0,2.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161525,0,3751,'ArenaGate01',114,32,0,2.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161526,3,1868,'Crate of Foodstuffs',0,4,0,0.5,43,10102,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161527,3,758,'Dinosaur Bone',0,4,0,2.5,43,10103,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161536,0,2753,'Quarry Gate',0,32,0,1.3464,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161557,3,3012,'Milly\'s Harvest',0,4,0,1,43,10119,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (161752,3,2891,'Tool Bucket',0,4,0,1.5,43,10503,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (162024,5,2911,'Samophlange',0,64,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (163313,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (163645,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164618,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164638,6,3074,'Immolation Trap',2,0,0,1,12,0,5,13797,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164639,6,3073,'Frost Trap',3,64,1,1,12,0,5,13810,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164644,8,299,'The Dead Tree',0,0,0,1,383,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164651,8,299,'Echeyakee\'s Lair',0,0,0,1,363,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164658,3,2971,'Blue Power Crystal',0,0,0,1,43,10980,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164659,3,2972,'Green Power Crystal',0,0,0,1,43,10981,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164660,3,2973,'Red Power Crystal',0,0,0,1,43,10982,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164661,3,2974,'Yellow Power Crystal',0,0,0,1,43,10983,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164662,3,36,'Equipment Boxes',94,4,0,0.7,57,10984,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164688,0,2931,'Ironfel',0,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164689,2,2932,'Monument of Franclorn Forgewright',0,4,0,1,93,3033,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164690,3,2933,'Krom\'zar\'s Banner',0,4,0,0.3,93,11000,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164699,8,375,'Roaring Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164700,8,375,'Roaring Fire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164701,8,375,'Roaring Fire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164702,8,373,'Blazing Fire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164703,8,373,'Blazing Fire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164704,8,373,'Blazing Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164705,8,373,'Blazing Fire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164725,0,2751,'Dragonspine Door',114,34,0,1.695,0,820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164726,0,3751,'Doodad_PortcullisActive01',114,32,0,1.36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164728,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164729,0,3676,'Miblon\'s Door',14,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164758,5,2951,'Miblon\'s Bait',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164778,3,2975,'Blue Power Crystal',0,0,0,1,43,10980,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164779,3,2976,'Green Power Crystal',0,0,0,1,43,10981,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164780,3,2977,'Red Power Crystal',0,0,0,1,43,10982,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164781,3,2978,'Yellow Power Crystal',0,0,0,1,43,10983,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164798,3,2991,'Evoroot',0,0,0,0.4,93,11020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164818,1,3391,'Dark Keeper Portrait',0,0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164819,1,3391,'Dark Keeper Portrait',0,0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164820,9,3452,'Dark Keeper Nameplate',0,0,0,1,1431,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164821,9,3452,'Dark Keeper Nameplate',0,0,0,1,1432,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164822,9,3452,'Dark Keeper Nameplate',0,0,0,1,1433,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164823,9,3452,'Dark Keeper Nameplate',0,0,0,1,1434,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164824,9,3452,'Dark Keeper Nameplate',0,0,0,1,1435,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164825,9,3452,'Dark Keeper Nameplate',0,0,0,1,1436,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164826,5,2473,'Aura 1 - Linken',14,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164827,5,3013,'Aura 2 - Linken',14,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164838,5,2977,'JD Red Crystal 1',14,0,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164839,6,3072,'Explosive Trap',3,64,0,1,12,0,5,13812,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164840,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164867,2,2491,'WANTED',83,4,0,1,0,3331,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164868,2,2870,'KILL ON SIGHT',83,4,0,1,0,3332,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164869,2,3413,'Spectral Chalice',0,4,0,2,0,3334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164870,5,2390,'Smoke Emitter 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164871,15,3031,'Orgrimmar - Undercity',0,40,0,1,302,30,1,0,0,0,591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164872,6,3074,'Immolation Trap II',6,64,0,1,12,0,5,14298,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164873,6,3074,'Immolation Trap III',4,64,0,1,12,0,5,14299,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164874,6,3074,'Immolation Trap IV',6,64,0,1,12,0,5,14300,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164875,6,3074,'Immolation Trap V',3,64,0,1,12,0,5,14301,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164876,6,3071,'Freezing Trap II',6,64,0,1,12,0,5,14308,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164877,6,3071,'Freezing Trap III',4,0,0,1,12,0,5,14309,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164879,6,3072,'Explosive Trap II',4,64,0,1,12,0,5,14314,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164880,6,3072,'Explosive Trap III',3,64,0,1,12,0,5,14315,1,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164881,10,3252,'Cleansed Night Dragon',0,0,0,2,43,0,293,0,0,0,1500,0,0,0,15344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164882,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4059,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164883,10,3255,'Cleansed Whipper Root',0,0,0,2,43,0,4118,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164884,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4102,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164885,2,3251,'Corrupted Night Dragon',0,4,0,2,0,4119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164886,2,3231,'Corrupted Songflower',0,4,0,2,0,2523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164887,2,3253,'Corrupted Windblossom',0,4,0,2,0,4343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164888,2,3256,'Corrupted Whipper Root',0,4,0,2,0,4117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164890,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164891,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164908,5,179,'Thane\'s Boots',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164909,2,223,'Wrecked Row Boat',0,4,0,1,0,3363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164910,3,1,'Ornate Chest',35,4,0,1,43,11121,0,0,1,1,0,0,3962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164911,10,4631,'Thunderbrew Lager Keg',0,0,0,1,99,0,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_bar_beer_keg'), + (164927,5,2974,'JD Yellow Crystal 1',14,64,0,0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164953,2,3079,'Large Leather Backpacks',0,4,0,1,0,3365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164954,2,767,'Zukk\'ash Pod',0,4,0,0.75,99,3472,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164955,2,3080,'Northern Crystal Pylon',0,0,0,1,0,3531,2,2177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164956,2,3080,'Western Crystal Pylon',0,0,0,1,0,3533,2,2179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164957,2,3080,'Eastern Crystal Pylon',0,0,0,1,0,3532,2,2178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (164958,3,391,'Bloodpetal Sprout',35,0,0,1.25,259,11141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165549,5,309,'Maiden\'s Fancy - Round trips to Booty Bay',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165554,3,3511,'Heart of the Mountain',0,4,0,1,93,11160,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165557,5,309,'Zeppelin Landing Tower',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165558,5,27,'Zeppelin Landing ',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165559,5,391,'Muigin\'s Sprout',14,0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165578,6,3091,'Dark Iron Ale TRAP',14,64,0,2,0,0,0,14813,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165587,8,396,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165618,7,91,'monastery chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165619,7,91,'monastery chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165620,7,91,'monastery chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165621,7,91,'monastery chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165622,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165623,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165624,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165625,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165626,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165627,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165628,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165629,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165630,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165631,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165632,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165633,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165637,8,331,'Table Cooker',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165658,3,2571,'Dark Iron Deposit',94,0,0,0.5,719,11213,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165738,3,3151,'Dark Iron Ale Mug',0,0,0,2,93,11281,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_bar_ale_mug'), + (165739,3,566,'Grim Guzzler Boar',0,0,0,0.75,93,11282,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_bar_ale_mug'), + (165740,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165741,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165742,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165743,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165744,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165745,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165746,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165747,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165748,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165749,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165750,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (165751,8,201,'Crude Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (166863,3,3191,'Fresh Threshadon Carcass',0,4,0,1,93,11460,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (166872,10,335,'Supply Crate',114,16,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167284,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167285,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167286,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167287,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167288,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167289,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167290,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (167291,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169216,8,14,'Preserved Threshadon Carcass',0,64,0,1,604,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169217,2,3212,'Un\'Goro Flat Rock',0,4,0,0.189999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169243,3,1387,'Chest of The Seven',0,0,0,1,57,12260,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (169264,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169265,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169266,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169267,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169268,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169269,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169270,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169271,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169272,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169273,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169274,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169275,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169276,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169277,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169278,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169279,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169280,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169281,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169282,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169283,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169284,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169285,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169286,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169287,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169288,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169289,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169290,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169291,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169292,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169293,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169294,2,3171,'Tablet of the Seven',0,0,0,1.3,43,2,0,2187,0,0,0,0,4296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169966,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169967,5,196,'Booty Bay Blacksmith',0,0,0,2.41,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169968,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169969,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169996,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169997,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169998,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (169999,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170000,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170001,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170002,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170033,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170034,7,39,'Doodad_GeneralChairLoEnd27',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170035,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170036,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170037,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170038,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170039,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170040,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170041,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170042,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170043,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170044,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170045,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170046,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170047,7,92,'Wooden Chair',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170053,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170054,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170055,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170056,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170057,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170058,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170059,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170060,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170061,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170062,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170063,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170064,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170065,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170066,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170067,7,92,'Wooden Chair',0,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170073,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170347,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170348,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170349,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170350,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170351,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170353,1,1627,'Doodad_G_HologramDwarf01',14,0,0,1,0,0,1966080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170354,5,663,'War Quarter',0,0,0,0.659019,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170355,5,663,'Trade Quarter',0,0,0,0.503145,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170439,7,990,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170440,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170441,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170442,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170443,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170444,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170445,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170446,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170447,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170448,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170449,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170450,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170451,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170452,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170453,7,39,'Chair',0,0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170454,7,39,'Chair',0,0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170455,7,39,'Chair',0,0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170456,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170457,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170458,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170459,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170460,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170461,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170462,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170463,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170464,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170465,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170466,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170467,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170468,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170469,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170470,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170471,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170472,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170473,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170474,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170475,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170476,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170477,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170478,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170479,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170480,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170481,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170482,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170483,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170484,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170485,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170486,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170487,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170488,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170489,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170490,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170491,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170492,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170493,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170494,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170495,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170496,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170497,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170498,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170499,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170500,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170501,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170502,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170503,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170504,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170505,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170506,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170507,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170508,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170509,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170510,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170511,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170512,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170513,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170514,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170515,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170516,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170517,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170518,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170519,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170520,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170521,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170522,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170523,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170524,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170525,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170526,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170527,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170528,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170529,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170530,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170531,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170532,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170533,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170534,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170535,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170536,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170537,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170538,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170539,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170540,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170541,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170542,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170543,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170544,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170545,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170546,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170547,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170548,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170549,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170550,7,987,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170551,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170552,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170553,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170554,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170555,0,2730,'Doodad_BurningGiantWheel01',0,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170556,0,2750,'Doodad_BlackRockDoors01',0,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170557,0,2751,'Doodad_BlackRockDoorSingle01',0,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170558,0,2752,'The Lyceum',0,32,0,1.4994,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170559,0,2753,'Shadowforge Gate',0,34,0,1,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170560,0,2753,'Shadowforge Gate',0,34,0,1,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170561,0,2751,'Supply Room Door',0,32,0,0.980392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170562,0,2751,'Cell Door',0,34,0,0.980392,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170563,0,2751,'Cell Door',0,34,0,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170564,0,2751,'Cell Door',0,34,0,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170565,0,2751,'Cell Door',0,34,0,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170566,0,2751,'Cell Door',0,34,0,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170567,0,2751,'Cell Door',0,34,0,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170568,0,2751,'Cell Door',0,34,0,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170569,0,2751,'Cell Door',0,34,0,1,0,699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170570,0,2751,'East Garrison Door',0,34,0,0.980392,0,680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170571,0,2751,'Bar Door',0,32,0,1.31,0,739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170572,0,2752,'Doodad_BlackRockIronDoor02',114,32,0,1.4994,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170573,0,2752,'Golem Room North',114,34,0,1.4994,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170574,0,2752,'Golem Room South',114,34,0,1.4994,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170575,0,2752,'Thone Room Doors',114,34,0,1.51439,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170576,0,2750,'Doodad_BlackRockDoors02',114,34,0,1.24617,1,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170577,0,2750,'Doodad_BlackRockDoors03',114,34,0,1.24617,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170578,1,2670,'Doodad_DarkIronDwarfRune_A01',114,0,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170579,1,2671,'Doodad_DarkIronDwarfRune_B01',114,0,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170580,1,2672,'Doodad_DarkIronDwarfRune_C01',114,0,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170581,1,2673,'Doodad_DarkIronDwarfRune_D01',114,0,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170582,1,2771,'Doodad_DarkIronDwarfRune_E01',114,0,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170583,1,2772,'Doodad_DarkIronDwarfRune_F01',114,0,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170584,1,2773,'Doodad_DarkIronDwarfRune_G01',114,0,0,1.49759,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170592,7,2810,'Imperial Throne',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (170607,1,3152,'Dark Iron Keg Shotgun',14,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171524,5,660,'Tinker Town',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171525,5,660,'The Great Forge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171526,5,660,'Ironforge Main Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171527,5,660,'Tinker Town',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171528,5,660,'Tinker Town',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171529,5,660,'The Great Forge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171530,5,660,'The Forlorn Cavern',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171531,5,660,'The Library',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171532,5,660,'Hall of Explorers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171533,5,660,'The Military Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171534,5,660,'The Mystic Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171535,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171536,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171537,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171538,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171539,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171540,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171541,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171542,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171543,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171544,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171545,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171546,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171547,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171548,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171549,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171550,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171551,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171552,8,2470,'Hot Coals',0,0,0,1,4,10,148976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171553,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171554,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171555,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171556,19,1947,'Mailbox',55,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171557,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171558,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171559,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171560,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171561,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171562,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171563,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171564,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171565,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171566,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171567,7,2087,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171568,7,2087,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171569,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171570,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171571,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171572,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171573,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171574,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171575,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171576,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171577,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171578,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171579,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171580,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171581,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171582,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171583,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171584,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171585,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171586,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171587,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171588,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171589,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171590,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171591,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171592,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171593,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171594,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171595,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171596,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171597,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171598,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171599,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171600,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171601,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171602,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171603,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171604,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171605,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171606,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171607,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171608,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171609,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171610,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171611,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171612,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171613,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171614,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171615,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171616,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171617,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171618,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171619,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171620,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171621,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171622,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171623,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171624,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171625,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171626,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171627,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171628,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171629,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171630,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171631,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171632,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171633,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171634,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171635,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171636,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171638,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171639,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171640,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171641,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171642,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171643,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171644,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171645,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171646,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171647,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171648,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171649,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171650,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171651,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171652,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171653,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171654,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171655,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171656,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171657,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171658,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171659,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171660,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171661,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171664,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171665,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171666,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171667,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171668,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171669,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171670,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171671,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171672,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171673,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171674,7,2088,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171675,7,2088,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171676,7,2088,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171677,7,2088,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171678,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171679,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171680,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171681,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171682,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171683,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171684,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171685,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171686,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171687,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171688,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171689,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171690,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171691,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171692,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171693,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171694,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171695,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171696,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171697,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171698,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171699,19,1947,'Mailbox',55,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171700,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171701,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171702,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171703,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171704,5,635,'Ironforge Armory',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171705,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171706,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171707,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171708,5,660,'The Military Ward',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171709,5,660,'The High Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171710,5,660,'Hall of Explorers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171711,5,660,'The High Seat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171712,5,660,'Hall of Explorers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171713,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171714,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171715,8,2092,'The Great Anvil',0,0,0,1.37,1,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171716,8,2375,'Forge',0,0,0,1,3,30,148976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171717,8,2374,'Forge',0,0,0,1,3,30,148976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171718,7,2088,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171719,7,2088,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171720,7,2088,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171721,7,2088,'Stone Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171722,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171723,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171724,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171725,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171726,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171727,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); + +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `faction`, `flags`, `ExtraFlags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `CustomData1`, `mingold`, `maxgold`, `ScriptName`) VALUES - (173122,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173123,8,408,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173124,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173125,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173126,8,375,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173127,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173128,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173129,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173130,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173131,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173132,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173133,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173134,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173135,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173136,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173137,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173138,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173139,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173140,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173141,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173142,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173143,8,375,'Mighty Blaze',0,0,0.819672,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173144,8,375,'Mighty Blaze',0,0,0.819672,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173145,8,375,'Mighty Blaze',0,0,0.819672,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173146,8,375,'Mighty Blaze',0,0,0.819672,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173147,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173148,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173149,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173150,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173151,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173152,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173153,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173154,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173155,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173156,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173157,5,707,'Skyfury Staves',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173158,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173159,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173160,5,714,'Spirit Lodge',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173161,5,714,'Darkbriar Lodge',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173162,5,711,'Survival of the Fittest',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173163,8,475,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173164,8,475,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173165,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173166,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173167,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173168,5,707,'The Slow Blade',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173169,5,713,'Rekkul\'s Poisons',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173170,5,707,'Shadowswift Brotherhood',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173171,8,474,'Mighty Blaze',0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173172,8,474,'Mighty Blaze',0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173173,5,714,'Shadowdeep Reagents',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173174,5,713,'Dark Earth Fungus and Mushrooms',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173175,8,474,'Mighty Blaze',0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173176,8,474,'Mighty Blaze',0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173177,5,707,'Ironwood Staves and Wands',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173178,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173179,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173180,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173181,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173182,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173183,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173184,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173185,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173186,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173187,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173188,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173189,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173190,8,408,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173191,8,408,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173192,8,408,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173193,8,408,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173194,8,408,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173195,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173196,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173197,8,373,'Mighty Blaze',0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173198,8,373,'Mighty Blaze',0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173199,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173200,8,374,'Mighty Blaze',0,0,1.60877,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173201,8,374,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173202,5,717,'Soran\'s Leather and Steel Armory',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173203,5,710,'Orgrimmar General Store',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173204,8,373,'Mighty Blaze',0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173205,8,373,'Mighty Blaze',0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173206,8,374,'Mighty Blaze',0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173207,8,374,'Mighty Blaze',0,0,1.75241,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173208,8,409,'Meat Rack',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173209,8,409,'Meat Rack',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173210,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173211,8,373,'Mighty Blaze',0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173212,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173213,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173214,8,373,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173215,5,707,'The Shattered Axe',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173216,5,708,'Bank of Orgrimmar',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173217,5,709,'The Chophouse',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173218,5,707,'Boomstick Imports',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173219,5,710,'The Skytower',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173220,5,710,'Horde Embassy',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173221,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173222,5,710,'Orgrimmar Auction House',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173223,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173224,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173225,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173226,8,375,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173227,0,2128,'AuctionNode',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173228,8,375,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173229,8,375,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173230,8,375,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173231,8,375,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173232,3,525,'Blacksmithing Plans',0,0,0.5,43,11524,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173234,3,525,'Blacksmithing Plans',0,0,0.5,43,11525,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173265,2,3332,'Wooden Outhouse',35,0,1,0,3572,0,2387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173266,3,2530,'Goodsteel Ledger',0,4,1,43,11582,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173284,2,3256,'Corrupted Whipper Root',0,0,2,0,4443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173324,2,3251,'Corrupted Night Dragon',0,0,2,0,4447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173325,10,3252,'Cleansed Night Dragon',0,0,2,259,0,4178,0,0,0,1500,0,0,0,15344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173326,10,3254,'Cleansed Windblossom',0,0,1,259,0,4185,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (173327,2,3253,'Corrupted Windblossom',0,0,2,0,4115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174045,8,3351,'The Black Forge',0,0,1,543,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174407,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174408,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174409,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174410,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174411,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174412,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174413,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174414,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174415,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174416,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174417,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174418,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174419,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174420,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174421,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174422,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174423,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174424,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174425,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174426,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174427,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174428,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174429,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174430,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174431,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174432,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174433,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174434,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174435,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174436,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174437,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174438,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174439,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174440,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174441,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174442,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174443,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174444,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174445,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174446,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174447,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174448,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174449,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174450,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174451,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174452,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174453,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174454,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174455,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174456,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174457,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174458,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174459,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174460,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174461,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174462,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174463,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174464,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174465,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174466,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174467,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174468,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174469,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174470,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174471,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174472,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174473,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174474,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174475,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174476,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174477,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174478,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174479,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174480,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174481,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174482,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174483,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174484,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174485,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174486,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174487,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174488,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174489,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174490,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174491,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174492,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174493,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174494,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174495,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174496,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174497,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174498,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174499,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174500,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174501,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174502,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174503,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174504,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174505,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174506,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174507,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174508,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174509,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174510,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174511,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174512,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174513,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174514,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174515,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174516,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174517,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174518,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174519,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174520,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174521,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174522,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174523,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174524,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174525,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174526,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174527,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174528,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174529,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174530,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174531,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174532,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174533,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174534,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174535,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174536,7,39,'Chair',0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174537,7,39,'Chair',0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174538,7,39,'Chair',0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174539,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174540,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174541,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174542,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174543,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174544,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174545,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174546,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174547,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174548,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174549,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174550,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174551,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174552,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174553,0,3077,'Secret Door',14,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174554,0,3076,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174555,0,3076,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174556,0,3076,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174557,0,3076,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174558,0,3076,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174559,0,3075,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174560,0,3075,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174561,0,3075,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174562,0,3075,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174563,0,3075,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174564,0,3075,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174565,0,3078,'Dark Coffer',0,32,1,0,659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174566,0,3076,'Relic Coffer Door',0,32,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), - (174594,2,3231,'Corrupted Songflower',0,0,2,0,2878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174595,2,3231,'Corrupted Songflower',0,0,2,0,3363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174596,2,3231,'Corrupted Songflower',0,0,2,0,4113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174597,2,3231,'Corrupted Songflower',0,0,2,0,4114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174598,2,3231,'Corrupted Songflower',0,0,2,0,4116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174599,2,3253,'Corrupted Windblossom',0,0,2,0,4221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174600,2,3253,'Corrupted Windblossom',0,0,2,0,4222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174601,2,3253,'Corrupted Windblossom',0,0,2,0,4403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174602,2,3253,'Corrupted Windblossom',0,0,2,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174603,2,3253,'Corrupted Windblossom',0,0,2,0,998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174604,2,3253,'Corrupted Windblossom',0,0,2,0,4466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174605,2,3256,'Corrupted Whipper Root',0,0,2,0,4444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174606,2,3256,'Corrupted Whipper Root',0,0,2,0,4445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174607,2,3256,'Corrupted Whipper Root',0,0,2,0,4446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174608,2,3251,'Corrupted Night Dragon',0,0,2,0,4448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174609,10,3252,'Cleansed Night Dragon',0,0,2,43,0,4247,0,0,0,1500,0,0,0,15344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174610,10,3232,'Cleansed Songflower',0,0,2,259,0,4215,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174612,10,3232,'Cleansed Songflower',0,0,2,259,0,4216,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174613,10,3232,'Cleansed Songflower',0,0,2,259,0,4217,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174614,10,3232,'Cleansed Songflower',0,0,2,259,0,4218,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174615,10,3232,'Cleansed Songflower',0,0,2,259,0,4219,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174616,10,3254,'Cleansed Windblossom',0,0,1,259,0,4192,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174617,10,3254,'Cleansed Windblossom',0,0,1,259,0,4193,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174618,10,3254,'Cleansed Windblossom',0,0,1,259,0,4194,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174619,10,3254,'Cleansed Windblossom',0,0,1,259,0,4195,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174620,10,3254,'Cleansed Windblossom',0,0,1,259,0,4196,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174621,10,3254,'Cleansed Windblossom',0,0,1,259,0,4197,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174622,10,3255,'Cleansed Whipper Root',0,0,2,43,0,4234,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174623,10,3255,'Cleansed Whipper Root',0,0,2,43,0,4235,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174624,10,3255,'Cleansed Whipper Root',0,0,2,43,0,4236,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174625,10,3255,'Cleansed Whipper Root',0,0,2,43,0,4237,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174626,0,413,'Scholomance Door',0,34,1.15,0,1159,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174682,2,2491,'Beware of Pterrordax',0,0,1,0,3635,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174683,5,558,'J.D.\'s Manual',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174684,2,3251,'Corrupted Night Dragon',0,0,2,0,4462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174685,10,3252,'Cleansed Night Dragon',0,0,2,259,0,4265,0,0,0,1500,0,0,0,15344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174686,2,3256,'Corrupted Whipper Root',0,0,2,0,4461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174687,10,3255,'Cleansed Whipper Root',0,0,2,43,0,4260,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174698,7,987,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174699,7,987,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174700,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174701,7,990,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174702,7,987,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174708,2,3253,'Corrupted Windblossom',0,0,2,0,4467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174709,2,3253,'Corrupted Windblossom',0,0,2,0,1514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174710,10,3254,'Cleansed Windblossom',0,0,1,259,0,4284,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174711,10,3254,'Cleansed Windblossom',0,0,1,259,0,4288,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174712,2,3231,'Corrupted Songflower',0,0,2,0,4118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174713,2,3231,'Corrupted Songflower',0,0,2,0,4401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174714,10,3232,'Cleansed Songflower',0,0,2,259,0,4276,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174715,10,3232,'Cleansed Songflower',0,0,2,259,0,4280,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174728,3,31,'Damaged Crate',0,4,1,43,11626,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174729,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174730,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174744,1,3411,'Shadowforge Brazier',0,0,1,0,799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_shadowforge_brazier'), - (174745,1,3411,'Shadowforge Brazier',0,0,1,0,799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_shadowforge_brazier'), - (174746,9,3412,'Etched Note',0,0,1,1591,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174764,8,1708,'Witherbark Totem Bundle',0,0,1,0,10,103661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174792,8,3431,'Gorishi Silithid Crystal',0,0,3,643,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174793,8,0,'Gorishi Hive Hatchery',0,0,2.49,463,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174794,8,0,'Mirror Lake Waterwall',0,0,2.49,123,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174795,8,0,'Auberdine Moonwell',0,0,2.49,703,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174796,8,0,'Sandsorrow Watch Water Hole',0,0,2.49,323,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174797,8,0,'Xavian Waterfall',0,0,2.49,163,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174846,8,349,'Fierce Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174847,8,349,'Mighty Blaze',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174848,2,3572,'Testing Equipment',83,0,1,0,3751,0,2581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174849,0,3471,'',114,32,0.655774,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174857,5,726,'Jazzik\'s General Goods',0,0,0.500729,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174858,5,725,'Ironzar\'s Imported Weaponry',0,0,0.507614,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174859,8,408,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174860,8,350,'Doodad_MediumBrazier02',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174861,8,351,'Doodad_SmallBrazier01',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174862,8,679,'Stove',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174863,8,679,'Stove',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174864,7,380,'Doodad_GeneralChairLoEnd75',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174865,7,380,'Doodad_GeneralChairLoEnd64',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174866,7,380,'Doodad_GeneralChairLoEnd72',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174867,7,380,'Doodad_GeneralChairLoEnd66',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174868,7,380,'Doodad_GeneralChairLoEnd76',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174869,7,380,'Doodad_GeneralChairLoEnd78',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174870,7,380,'Doodad_GeneralChairLoEnd79',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174871,7,380,'Doodad_GeneralChairLoEnd81',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174872,8,679,'Stove',0,0,0.86314,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174873,7,673,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174874,7,673,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174875,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174876,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174877,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174878,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174879,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174880,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174881,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174882,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174883,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174884,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174885,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174886,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174887,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174888,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174889,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174890,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174891,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174892,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174893,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174894,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174895,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174896,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174897,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174898,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174899,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174900,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174901,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174902,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174903,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174904,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174905,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174906,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174907,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174908,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174909,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174910,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174911,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174932,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174933,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174934,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174935,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174936,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174937,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174938,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174939,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174940,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174941,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174942,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174943,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174944,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174945,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174946,7,92,'Chair',0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174953,8,349,'Burning Embers',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174954,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174955,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174956,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174957,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174958,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174959,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174960,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174961,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174962,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174963,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174964,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174965,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174966,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174967,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174968,7,92,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174974,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174975,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174976,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174977,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174978,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174979,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174980,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174981,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174982,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174983,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174984,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174985,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174986,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174987,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174994,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174995,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174996,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174997,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (174998,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175001,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175002,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175003,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175004,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175005,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175006,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175007,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175008,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175009,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175010,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175011,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175012,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175013,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175014,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175015,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175016,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175017,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175018,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175019,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175020,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175021,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175022,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175023,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175024,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175025,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175026,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175027,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175028,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175029,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175030,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175075,8,194,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175076,8,194,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175078,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175080,15,3031,'Grom\'Gol Base Camp - Orgrimmar',0,40,1,285,30,1,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175084,2,2373,'The Sparklematic 5200',0,0,1,0,3771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175085,2,2373,'The Sparklematic 5200',0,0,1,0,3772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175087,2,2373,'The Sparklematic 5200',0,0,1,0,3771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175104,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175124,6,3891,'Rookery Egg',0,0,1,821,0,3,15745,1,0,983040,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175144,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175145,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175146,8,602,'Cooking Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175148,8,396,'Doodad_UndeadCampFire25',0,0,1.33,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175149,7,91,'Doodad_GeneralMedChair02',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175150,7,91,'Doodad_GeneralMedChair03',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175151,7,91,'Doodad_GeneralMedChair04',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175153,0,2750,'Emberseer Out',114,32,0.909789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175165,3,10,'Silver Dawning\'s Lockbox',0,4,1,93,12600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175166,3,10,'Mist Veil\'s Lockbox',0,4,1,93,12601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175167,0,413,'Viewing Room Door',0,34,2.1507,0,1199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175179,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175180,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175181,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175185,0,2451,'Doodad_Drake_Rider_portcullis',114,32,0.421941,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175186,0,3751,'Doodad_Portcullis_TOBOSSROOMS',114,32,1.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175187,1,2670,'Doodad_DarkIronDwarfRune_A01',114,0,1.1322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175194,1,2671,'Room 7 Rune',114,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175195,1,2672,'Room 3 Rune',114,0,0.53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175196,1,2673,'Room 6 Rune',114,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175197,1,2771,'Room 1 Rune',114,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175198,1,2772,'Room 5 Rune',114,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175199,1,2773,'Room 2 Rune',114,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175200,1,2670,'Room 4 Rune',114,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175207,3,3512,'Beached Sea Creature',0,4,1,259,12620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175226,2,3532,'Beached Sea Creature',0,0,1,259,3872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175227,2,3533,'Beached Sea Creature',0,0,1,259,3873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175230,2,3512,'Beached Sea Creature',0,0,1,259,3876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175233,2,3533,'Beached Sea Creature',0,0,1,259,3878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175244,0,2750,'Emberseer In',114,32,1.00785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175245,3,1667,'Father Flame',0,0,0.4,93,13761,30,1,0,0,0,177606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_father_flame'), - (175246,5,3551,'Kibler\'s Cage',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175247,5,3552,'Kibler\'s Cage',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175248,5,3553,'Kibler\'s Cage',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175249,5,3554,'Kibler\'s Cage',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175264,3,1807,'Broodling Essence',0,4,0.2,93,12680,0,1,0,0,0,177586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175265,2,3571,'Testing Equipment',83,0,1,0,4331,0,3050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175266,1,3591,'Doodad_DarkIronDwarfRune_A01',114,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175267,1,2671,'Doodad_DarkIronDwarfRune_B01',114,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175268,1,2672,'Doodad_DarkIronDwarfRune_c01',114,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175269,1,2673,'Doodad_DarkIronDwarfRune_d01',114,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175270,1,2771,'Doodad_DarkIronDwarfRune_e01',114,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175271,1,2772,'Doodad_DarkIronDwarfRune_f01',114,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175272,1,2773,'Doodad_DarkIronDwarfRune_g01',114,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175284,8,192,'Campfire',0,0,1.41063,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175285,8,192,'Campfire',0,0,1.06543,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175286,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175287,8,475,'Doodad_SmallBrazierPurple03',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175288,8,475,'Doodad_SmallBrazierPurple05',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175289,8,474,'Doodad_MediumBrazierPurple05',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175290,8,474,'Doodad_MediumBrazierPurple06',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175291,8,474,'Doodad_MediumBrazierPurple07',0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175292,8,474,'Doodad_MediumBrazierPurple08',0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175293,8,474,'Doodad_MediumBrazierPurple09',0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175294,5,714,'Doodad_OrcSign_DarkfireEnclave',0,0,1.33,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175298,8,475,'Doodad_SmallBrazierPurple04',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175300,8,474,'Doodad_MediumBrazierPurple03',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175302,5,707,'Doodad_OrcSign_theSlowBlade',0,0,1.33,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175305,8,474,'Doodad_MediumBrazierPurple10',0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175306,8,474,'Doodad_MediumBrazierPurple11',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175307,5,714,'Doodad_OrcSign_ShadowdeepReagents',0,0,1.33,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175308,5,713,'Doodad_OrcSign_DarkEarth',0,0,1.33,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175310,8,474,'Doodad_MediumBrazierPurple13',0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175311,5,707,'Doodad_OrcSign_IronwoodStavesandWands',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175312,8,475,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175313,8,475,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175314,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175315,8,474,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175316,8,474,'Mighty Blaze',0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175317,8,474,'Mighty Blaze',0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175318,8,474,'Mighty Blaze',0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175319,5,714,'Darkfire Enclave',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175320,2,2491,'WANTED: Murkdeep!',80,0,1,0,3991,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175321,8,3693,'Unforged Seal of Ascension',6,64,0.5,683,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175322,3,3693,'Forged Seal of Ascension',0,4,1,43,12731,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175324,3,2592,'Frostmaul Shards',35,4,1,93,12780,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175329,3,3613,'Blackwood Nut Stores',0,4,1.1,93,12811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175330,3,3613,'Blackwood Fruit Stores',0,4,0.72,93,12810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175331,3,3613,'Blackwood Grain Stores',0,4,0.91,93,12812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175334,3,41,'Bijou\'s Belongings',0,4,1,43,12841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175335,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175336,6,445,'Purified Food',4,64,3.5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175350,0,3614,'Doodad_SmallPortcullis04',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175351,0,3614,'Doodad_SmallPortcullis03',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175352,0,3614,'King\'s Square Gate',0,34,1,0,879,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175353,0,3614,'King\'s Square Gate',0,0,1,0,879,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175354,0,3614,'Doodad_SmallPortcullis09',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175355,0,3614,'Doodad_SmallPortcullis08',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175356,0,3614,'Gauntlet Gate',0,32,1,0,879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175357,0,3614,'Gauntlet Gate',0,0,1,0,879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gauntlet_gate'), - (175358,0,3614,'Slaughter Square Gate',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175359,0,3614,'Doodad_SmallPortcullis11',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175368,0,3614,'Service Entrance Gate',0,34,1,0,879,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_service_gate'), - (175369,0,3614,'Elders\' Square Service Entrance',0,34,1,0,879,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175370,0,3614,'Doodad_SmallPortcullis05',0,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175372,0,3631,'Doodad_LargePortcullis04',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175373,0,3631,'Doodad_LargePortcullis05',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175374,0,3631,'Doodad_LargePortcullis06',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175375,0,3631,'Doodad_LargePortcullis01',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175376,0,3631,'Doodad_LargePortcullis02',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175377,0,3631,'Doodad_LargePortcullis03',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175379,0,3632,'Doodad_ZigguratDoor02',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175380,0,3632,'Doodad_ZigguratDoor01',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175381,0,3632,'Doodad_ZigguratDoor03',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175382,3,1387,'Doomrigger\'s Coffer',0,4,0.6,43,12871,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175383,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175384,3,3851,'Highperch Wyvern Egg',94,4,1.5,43,12880,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175385,3,403,'Darkstone Tablet',0,4,1,43,12881,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175404,3,3952,'Rich Thorium Vein',94,0,0.5,939,12883,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175405,0,3632,'Doodad_ZigguratDoor04',114,32,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175406,8,200,'Bonfire',0,0,1.24,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175407,3,3651,'Moontouched Feather',0,4,3,43,12901,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175424,8,602,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175425,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175426,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175427,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175428,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175429,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175430,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175431,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175432,1,295,'',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175433,5,26,'Festival Lane',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175434,5,26,'Crusaders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175435,5,26,'King\'s Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175436,5,26,'Festival Lane',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175437,5,26,'Crusaders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175438,5,26,'Market Row',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175439,5,26,'King\'s Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175440,5,26,'Elders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175441,5,26,'Elders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175442,5,26,'Festival Lane',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175443,5,26,'Market Row',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175444,5,26,'Main Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175445,5,26,'Market Row',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175447,5,26,'Main Gate',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175449,5,26,'Slaughter Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175450,5,26,'Elders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175454,5,26,'Elders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175455,5,26,'Slaughter Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175457,5,26,'Crusaders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175458,5,26,'Market Row',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175459,5,26,'To Stranglethorn Vale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175460,5,26,'Market Row',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175461,5,26,'Service Entrance',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175462,5,26,'The Gauntlet',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175463,5,26,'Festival Lane',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175466,5,3673,'Kirtonos Bros. Funeral Home',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175467,5,3672,'Goodman\'s General Store',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175469,5,3673,'Pierce\'s Pistols',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175470,5,3671,'Angelista\'s Boutique',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175471,5,3671,'The Stone Crow Tavern',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175472,5,3673,'Leeka\'s Shields & Maces',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175474,5,3671,'The Bayberry Inn',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175477,5,3673,'Enoyls Engineering, Inc.',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175478,5,3671,'Chilton\'s Magic Shop',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175479,5,3671,'Legacy of Steel - Fine Weaponry',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175481,5,3673,'Cash & Sons - Pawn Brokers',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175483,5,3672,'The Orphanage',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175484,5,3671,'Fras Siabi\'s Premium Tobacco',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175487,3,5,'Third Mosh\'aru Tablet',0,4,0.5,43,12904,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175488,3,5,'Fourth Mosh\'aru Tablet',0,4,0.5,43,12905,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175490,5,3675,'Ogre Poo 2',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175491,5,3675,'Ogre Poo 1',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175492,5,3675,'Ogre Poo 3',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175524,2,4612,'Mysterious Red Crystal',0,0,3,93,4091,0,0,0,0,24124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175528,1,3411,'Doodad_DarkIronBrazier01',114,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175529,1,3411,'Doodad_DarkIronBrazier02',114,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175530,1,3411,'Doodad_DarkIronBrazier03',114,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175531,1,3411,'Doodad_DarkIronBrazier04',114,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175532,1,3411,'Doodad_DarkIronBrazier05',114,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175533,1,3411,'Doodad_DarkIronBrazier06',114,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175539,5,2390,'Ozzie Down',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175544,5,181,'Ball and chain',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175545,8,409,'Meat Smoker',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175564,1,759,'Brazier of the Herald',0,0,1,0,1179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175565,3,364,'Alien Egg',94,4,1,43,12980,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175566,3,4111,'Gloom Weed',0,4,1,259,13364,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175567,1,4051,'Alien Egg',114,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175570,0,411,'Gate',114,32,2.8073,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175571,10,343,'Ogre Coup Summoning Circle',14,64,1.5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175584,1,4411,'Challenge to Urok',0,0,2,0,0,1966080,175589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175586,2,3677,'Jaron\'s Wagon',0,0,1,0,4131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175587,2,3791,'Damaged Crate',84,0,1,0,4132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175588,3,378,'Spire Spider Egg',0,4,1,43,13000,0,1,0,0,4799,175590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175589,6,1287,'Challenge to Urok Trap',0,0,1,0,60,0,16452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175591,8,200,'Blazing Fire',0,0,1.18,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175592,8,199,'Cooking Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175593,8,199,'Campfire',0,0,1.08803,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175594,8,200,'Bonfire',0,0,1.37554,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175595,8,199,'Campfire',0,0,0.980169,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175596,8,199,'Small Fire',0,0,1.15113,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175597,8,199,'Campfire',0,0,1.19296,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175598,8,199,'Campfire',0,0,1.00069,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175599,8,200,'Raging Fire',0,0,1.02853,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175600,8,199,'Cooking Fire',0,0,1.14386,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175601,8,199,'Small Fire',0,0,1.05372,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175602,8,200,'Bonfire',0,0,0.970232,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175603,8,199,'Campfire',0,0,0.915726,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175604,8,199,'Cooking Fire',0,0,0.800977,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175605,8,199,'Cooking Fire',0,0,0.824256,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175606,3,378,'Spire Spider Egg',0,4,1,43,13000,0,1,0,0,4799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175607,2,2612,'Dark Iron Dwarf Corpse',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175608,2,2610,'Dark Iron Dwarf Corpse',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175609,2,2611,'Dark Iron Dwarf Corpse',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175610,0,401,'Door',114,32,0.636618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175611,0,3811,'Iron Gate',0,32,1.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175612,0,3811,'Iron Gate',0,32,0.980582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175613,0,3811,'Iron Gate',0,32,1.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175614,0,3811,'Iron Gate',0,32,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175615,0,3811,'Iron Gate',0,32,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175616,0,3811,'Iron Gate',1375,32,0.990196,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175617,0,3811,'Iron Gate',0,32,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175618,0,3811,'Iron Gate',0,32,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175619,0,3771,'Door',114,32,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175620,0,3811,'Iron Gate',114,32,0.990196,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175621,8,293,'Urok\'s Tribute Pile',0,0,1.74,743,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175628,3,285,'Jaron\'s Supplies',0,4,0.63,43,13022,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175629,3,285,'Jaron\'s Supplies',0,4,0.77,43,13022,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175630,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175631,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175632,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175644,5,3671,'Doodad_RuinedSign02',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175645,5,3673,'Doodad_RuinedSign03',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175646,5,3672,'Doodad_RuinedSign05',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175647,5,26,'Doodad_WoodSignPointerNice03',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175648,5,26,'Doodad_WoodSignPointerNice05',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175649,5,26,'Doodad_WoodSignPointerNice04',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175650,5,26,'Doodad_WoodSignPointerNice06',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175651,5,26,'Doodad_WoodSignPointerNice07',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175652,5,26,'Doodad_WoodSignPointerNice08',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175653,5,26,'Doodad_WoodSignPointerNice09',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175654,5,3672,'Doodad_RuinedSign06',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175655,5,3671,'Doodad_RuinedSign07',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175656,5,26,'Doodad_WoodSignPointerNice10',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175657,5,26,'Doodad_WoodSignPointerNice11',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175658,9,214,'The Armor of Mannoroth',0,0,1.9032,1762,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175659,9,3412,'Here Lies King Terenas Menethil II',0,0,1,1731,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175663,5,658,'Doodad_GnomeSign_Engineer01',0,0,0.877193,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175664,5,666,'Doodad_DwarfSign_Alchemist01',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175665,5,659,'Doodad_DwarfSign_Fireworks01',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175666,8,197,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175667,8,197,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175668,19,2190,'Postbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175669,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175670,8,199,'Small Fire',0,0,0.910038,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175671,8,200,'Bonfire',0,0,1.10842,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175672,8,199,'Campfire',0,0,0.838075,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175673,8,199,'Campfire',0,0,0.952959,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175674,8,200,'Raging Fire',0,0,1.91,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175675,8,199,'Cooking Fire',0,0,1.06793,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175677,8,273,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175678,8,233,'Forge',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175679,9,214,'The Skull of Tyrannistrasz',0,0,1.6,1751,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175680,9,214,'Fossilized Egg',0,0,1.6,1760,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175681,9,214,'Roc Talon',0,0,1.6,1752,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175682,9,214,'Geru Strider',0,0,1.6,1753,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175683,9,214,'Toothgnasher\'s Skeleton',0,0,1.6,1754,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175684,9,214,'Saurial Egg',0,0,1.6,1755,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175685,9,214,'Pteradon Skeleton',0,0,1.6,1756,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175686,9,214,'Highborne Astrolabe',0,0,1.6,1757,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175687,9,214,'Uldaman Relics',0,0,1.6,1758,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175688,9,214,'Horde Catapult',0,0,1.6,1761,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175689,9,214,'Uldaman Reliefs',0,0,1.6,1759,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175704,2,220,'Singed Letter',0,0,1,43,2720,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175705,0,2750,'Doors',114,32,0.909789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175706,18,4076,'Blackrock Altar',35,0,1,3,16533,16532,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175707,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175708,3,36,'Crossroads\' Supply Crates',0,4,1,43,13331,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175724,9,2530,'Sargeras and the Betrayal',0,0,1,1773,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175725,9,558,'The Old Gods and the Ordering of Azeroth',0,0,1,1787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175726,9,560,'Charge of the Dragonflights',0,0,1,1795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175727,9,559,'The War of the Ancients',0,0,1,1803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175729,9,559,'Mount Hyjal and Illidan\'s Gift',0,0,1,1828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175730,9,559,'The World Tree and the Emerald Dream',0,0,1,1836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175731,9,558,'Exile of the High Elves',0,0,1,1844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175732,9,560,'The Sentinels and the Long Vigil',0,0,1,1849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175733,9,3871,'The Founding of Quel\'Thalas',0,0,1,1854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175734,9,559,'Arathor and the Troll Wars',0,0,1,1865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175735,9,2530,'The Guardians of Tirisfal',0,0,1,1876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175736,9,558,'Ironforge - the Awakening of the Dwarves',0,0,1,1892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175737,9,560,'The Seven Kingdoms',0,0,1,1898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175738,9,3871,'Aegwynn and the Dragon Hunt',0,0,1,1906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175739,9,560,'War of the Three Hammers',0,0,1,1914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175740,9,559,'The Last Guardian',0,0,1,1932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175741,9,2530,'Kil\'jaeden and the Shadow Pact',0,0,1,1942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175742,9,560,'Rise of the Horde',0,0,1,1951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175743,8,273,'Anvil',0,0,1.04423,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175744,8,273,'Anvil',0,0,1.0822,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175745,9,558,'The Dark Portal and the Fall of Stormwind',0,0,1,1959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175746,9,558,'The Alliance of Lordaeron',0,0,1,1976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175747,9,3871,'The Invasion of Draenor',0,0,1,1992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175748,9,2530,'The Birth of the Lich King',0,0,1,2002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175749,9,559,'Icecrown and the Frozen Throne',0,0,1,2012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175750,9,560,'The Battle of Grim Batol',0,0,1,2018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175751,9,3871,'Lethargy of the Orcs',0,0,1,2022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175752,9,559,'The New Horde',0,0,1,2030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175753,9,558,'War of the Spider',0,0,1,2039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175754,9,2530,'Kel\'Thuzad and the Forming of the Scourge',0,0,1,2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175756,9,2530,'The Scourge of Lordaeron',0,0,1,2064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175757,9,559,'Sunwell - The Fall of Quel\'Thalas',0,0,1,2068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175758,9,560,'Archimonde\'s Return and the Flight to Kalimdor',0,0,1,2072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175759,9,2530,'The Betrayer Ascendant',0,0,1,2083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175760,9,3871,'Rise of the Blood Elves',0,0,1,2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175761,9,559,'Civil War in the Plaguelands',0,0,1,2097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175762,9,560,'The Lich King Triumphant',0,0,1,2101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175763,9,560,'Old Hatreds - The Colonization of Kalimdor',0,0,1,2104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175764,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175765,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175766,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175767,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175771,9,214,'Arellas Fireleaf',0,0,1,2151,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175772,9,214,'Admiral Barean Westwind',0,0,1,2152,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175773,9,214,'Dorgar Stoenbrow',0,0,1,2153,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175774,9,214,'Fellari Swiftarrow',0,0,1,2171,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175775,9,214,'Ferren Marcus',0,0,1,2172,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175776,9,214,'Harthal Truesight',0,0,1,2173,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175777,9,214,'Holia Sunshield',0,0,1,2174,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175778,9,214,'Invar One-Arm',0,0,1,2175,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175779,9,214,'Orman of Stromgarde',0,0,1,2176,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175780,9,214,'Valea Twinblades',0,0,1,2177,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175781,9,214,'Yana Bloodspear',0,0,1,2178,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175784,5,1248,'LumberPile',114,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175785,3,183,'Inconspicuous Documents',0,4,1,43,13201,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175786,10,1787,'',0,2,1.14,920,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175787,1,3911,'Unadorned Stake',114,0,1,0,0,707788800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175788,1,3911,'Unadorned Stake',114,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175789,10,1287,'Rend Head Event Timer',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175791,6,1287,'Font of Power',29,64,1,0,0,0,16609,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175795,8,3931,'Andorhal Silo Temporal Rift',0,0,4,763,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175796,0,3632,'Doodad_ZigguratDoor05',114,32,0.951493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175797,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175798,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175799,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175800,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175801,8,375,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175802,3,318,'Small Lockbox',0,4,1.3,57,13220,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175803,7,603,'Bench',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175804,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175805,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175806,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175811,8,348,'Stove',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175824,5,26,'Crusaders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175825,5,26,'Crusaders\' Square',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175844,8,192,'Campfire',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175845,8,192,'Campfire',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175846,8,192,'Campfire',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175847,8,192,'Campfire',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175848,8,192,'Campfire',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175849,8,192,'Campfire',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175850,8,192,'Campfire',0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175851,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175852,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175853,8,409,'Meat Smoker',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175854,9,559,'The Twin Empires',0,0,1,2191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175855,9,558,'Empires\' Fall',0,0,1,2198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175856,9,3871,'Wrath of Soulflayer',0,0,1,2203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175857,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175858,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175864,19,2128,'Mailbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175885,5,3972,'Horde Bell',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175886,3,5891,'Roughshod Pike',0,0,1,93,13340,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175887,6,1287,'Finkle Trap',14,64,1,0,0,50,16743,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175888,3,3991,'Highborne Relic Fragment',0,4,1,979,13606,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175889,3,3992,'Ancient Egg',0,4,0.5,43,13342,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175890,5,3993,'Ancient Egg Aura',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175891,3,3991,'Highborne Relic Fragment',0,4,1,979,13607,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175892,3,3991,'Highborne Relic Fragment',0,4,1,979,13608,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175893,3,3991,'Highborne Relic Fragment',0,4,1,979,13609,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175894,2,4191,'Janice\'s Parcel',0,0,0.8,43,4296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175904,20,4011,'Gadgetzan Auction',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175924,2,4031,'Locked Cabinet',0,0,0.8,0,4313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175925,2,3332,'Outhouse',0,0,1,0,4311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175926,2,4032,'Mrs. Dalson\'s Diary',0,0,1,0,4312,0,3001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175927,2,2530,'Malyfous\'s Catalogue',0,0,1,0,4333,4,2985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175928,3,4055,'Incendia Agave',94,4,0.5,259,13360,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175929,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175930,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175931,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175932,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175933,9,2452,'Decorated Headstone',0,0,1,2217,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175944,10,1967,'Sacred Fire of Life',0,0,1,959,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175946,0,3751,'Doodad_BOSSGATE01',114,32,2.65783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175947,0,3751,'Doodad_BOSSGATE02',0,0,2.65783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175948,10,4052,'Booty Bay Alarm Bell',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175949,3,5,'Fifth Mosh\'aru Tablet',0,4,0.5,43,13366,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175950,3,5,'Sixth Mosh\'aru Tablet',0,4,0.5,43,13367,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175964,3,1327,'Skin of Shadow',0,4,1,93,13380,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175965,3,4073,'Frostwhisper\'s Embalming Fluid',0,0,1,93,13381,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175966,3,4071,'Enchanted Scarlet Thread',0,4,1,93,13382,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175967,0,444,'The Bastion Door',0,34,1.0403,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175968,0,444,'Hoard Door',0,0,1.06,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175969,0,401,'Doodad_DwarvenTunnelPortcullis04',0,4,1.90593,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175970,3,4074,'Unforged Runic Breastplate',0,4,1,93,13572,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176004,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176005,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176006,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176007,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176008,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176009,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176010,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176011,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176012,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176013,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176014,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176015,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176016,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176017,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176018,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176019,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176020,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176021,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176022,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176023,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176024,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176025,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176026,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176027,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176028,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176029,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176030,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176031,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176032,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176033,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176034,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176035,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176036,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176037,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176038,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176039,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176040,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176041,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176042,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176043,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176044,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176045,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176046,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176047,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176048,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176049,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176050,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176051,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176052,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176053,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176054,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176055,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176056,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176057,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176058,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176059,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176060,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176061,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176062,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176063,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176064,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176065,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176066,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176067,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176068,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176069,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176070,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176071,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176072,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176073,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176074,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176075,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176076,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176077,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176078,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176079,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176080,11,3831,'Subway',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176081,11,3831,'Subway',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176082,11,3831,'Subway',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176083,11,3831,'Subway',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176084,11,3831,'Subway',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176085,11,3831,'Subway',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176086,11,3831,'Subway',0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176087,5,4092,'Scourge Banner',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176089,3,241,'Unfired Plate Gauntlets',0,0,1,43,13574,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176090,2,4093,'Human Remains',0,0,1,93,4392,4,0,0,0,19680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176091,2,216,'Deadwood Cauldron',94,0,1,0,4391,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176092,3,335,'Box of Incendiaries',0,4,0.7,43,13575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176093,5,4095,'Beacon Torch',0,0,0.7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176094,8,0,'UDB_First_Andorhal_Tower',0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_andorhal_tower'), - (176095,8,0,'UDB_Second_Andorhal_Tower',0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_andorhal_tower'), - (176096,8,0,'UDB_Third_Andorhal_Tower',0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_andorhal_tower'), - (176097,8,0,'UDB_Fourth_Andorhal_Tower',0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_andorhal_tower'), - (176098,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176099,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176100,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176101,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176102,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176103,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176104,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176105,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176106,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176107,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176108,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176109,7,4091,'Subway Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176110,6,10,'Dawn\'s Gambit',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176112,3,1,'Malor\'s Strongbox',0,0,1,43,13580,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176113,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176115,2,4371,'Wanted Poster - Arnak Grimtotem',0,0,1,0,4431,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176116,3,4231,'Pamela\'s Doll\'s Head',0,4,1,43,13602,0,1,0,0,0,176117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176117,6,1287,'Pamela\'s Doll\'s Trap',14,4,1,0,0,0,17132,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176142,3,4232,'Pamela\'s Doll\'s Left Side',0,4,1,43,13603,0,1,0,0,0,176117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176143,3,4233,'Pamela\'s Doll\'s Right Side',0,4,1,43,13604,0,1,0,0,0,176117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176145,3,3171,'Joseph Redpath\'s Monument',0,4,0.709722,43,13605,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176146,0,4132,'Gate of Ahn\'Qiraj',0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176147,0,4133,'Ahn\'Qiraj Gate Roots',0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176148,0,4134,'Ahn\'Qiraj Gate Runes',0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176150,3,558,'Musty Tome',0,4,1,43,13610,0,1,0,0,0,0,5154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176151,3,4135,'Musty Tome',0,4,1,43,14480,30,1,0,0,0,176152,5154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176152,6,1287,'Musty Tome Trap',14,4,1,0,0,0,17134,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176157,5,4136,'',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176158,10,475,'Brazier of Pain',0,4,1,999,5165,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176159,10,475,'Brazier of Malice',0,4,1,999,5165,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176160,10,475,'Brazier of Suffering',0,4,1,999,5165,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176161,10,475,'Brazier of Hatred',0,4,1,999,5165,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176163,1,343,'Rune of Mazthoril',114,0,1,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176164,6,1287,'Rune of Mazthoril LT',0,0,1,0,0,2,17159,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176165,6,1287,'Rune of Mazthoril UT',0,0,1,0,0,2,17160,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176166,1,343,'Rune of Mazthoril',114,0,1,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176184,8,299,'the Corrupt Jaedenar Moon Well',0,0,1,843,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176186,8,396,'Campfire',0,0,1.27888,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176187,8,396,'Campfire',0,0,1.22,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176188,3,4152,'Ritual Candle',114,0,1,57,13620,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176189,3,4153,'Skeletal Sea Turtle',0,4,1,259,12681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176190,2,4153,'Beached Sea Turtle',0,0,1,259,3871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176191,2,4153,'Beached Sea Turtle',0,0,1,259,3875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176192,2,558,'Catalogue of the Wayward',0,0,1,0,4455,0,3083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176194,0,444,'Hall of the High Command',0,0,1.06,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176195,0,4154,'Panther Cage',0,32,1.2,0,1019,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176196,2,4153,'Beached Sea Turtle',0,0,1.01,259,3880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176197,2,4155,'Beached Sea Turtle',0,0,1,259,3879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176198,2,4155,'Beached Sea Turtle',0,0,1,259,3874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176200,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176201,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176202,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176203,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176204,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176206,3,430,'Davil\'s Libram',0,4,1,93,13640,0,1,0,0,0,177045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176207,3,4172,'Redpath\'s Shield',0,4,1,93,13641,0,1,0,0,0,177045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176208,3,4173,'Horgus\' Skull',0,4,1,43,13642,0,1,0,0,0,176591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176209,3,4175,'Shattered Sword of Marduk',0,4,1,43,13644,0,1,0,0,0,176865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176210,1,4176,'Command Tent',0,0,1,0,960,3932160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176211,6,1287,'Cannonball',0,0,1,0,0,0,17278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176213,3,4211,'Blood of Heroes',0,0,0.5,43,13622,0,1,0,0,0,176214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176214,6,1287,'Blood of Heroes',14,0,1,0,0,0,17200,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176215,3,4177,'Cannonball Stack',0,0,1,1085,13645,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176216,10,245,'Scarlet Cannon',0,0,0.75,1039,0,0,65536,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176217,10,245,'Scarlet Cannon',0,0,0.75,1039,0,0,65536,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176224,3,335,'Supply Crate',0,0,1,57,13646,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176225,10,10,'Arko\'niran\'s Chest',14,0,1,0,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176226,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176227,8,192,'Campfire',0,0,1.28,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176228,8,192,'Campfire',0,0,1.28,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176229,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176230,8,192,'Campfire',0,0,1.28,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176231,15,3015,'Proudmore\'s Treasure',0,40,1,292,30,1,0,0,0,584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176232,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176233,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176234,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176235,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176236,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176237,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176238,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176239,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176240,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176241,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176242,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176243,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176244,15,3015,'Moonspray',0,40,1,293,30,1,0,0,0,582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176245,10,255,'Scarlet Archive',0,4,1,99,5251,5258,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176247,5,4234,'Pamela\'s Doll',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176248,3,336,'Premium Siabi Tobacco',0,0,1,43,0,0,1,0,0,5225,0,5214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176249,3,318,'Scourge Data',0,4,0.5,43,13662,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176264,8,396,'Campfire',0,0,2.02,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176265,8,396,'Campfire',0,0,1.27,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176266,8,396,'Campfire',0,0,1.76,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176267,8,396,'Campfire',0,0,1.7,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176268,8,396,'Campfire',0,0,1.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176269,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176270,8,396,'Campfire',0,0,1.41,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176271,8,396,'Campfire',0,0,1.09,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176272,8,396,'Campfire',0,0,1.56,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176273,8,216,'Bubbling Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176274,8,396,'Campfire',0,0,1.83,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176275,8,216,'Bubbling Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176276,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176277,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176278,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176279,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176280,8,200,'Bonfire',0,0,0.94,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176281,8,200,'Bonfire',0,0,0.89,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176282,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176283,8,200,'Bonfire',0,0,1.17,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176284,8,216,'Cauldron',0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176285,8,200,'Bonfire',0,0,0.93,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176286,8,200,'Bonfire',0,0,0.66,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176287,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176288,8,200,'Bonfire',0,0,1.21,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176289,8,200,'Bonfire',0,0,1.09,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176290,8,192,'Campfire',0,0,1.21,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176291,8,200,'Bonfire',0,0,0.94,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176292,8,192,'Campfire',0,0,1.21,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176293,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176294,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176295,5,4251,'Archive Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176296,22,4396,'Portal to Stormwind',115,0,1,17334,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176304,3,335,'Supply Crate',0,0,1,43,0,0,1,0,0,0,175535,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176305,8,194,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176306,10,1787,'Cage',0,2,1,920,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176307,3,335,'Supply Crate',0,0,1,43,0,0,1,0,0,0,175536,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176308,3,335,'Supply Crate',0,0,1,43,0,0,1,0,0,0,175534,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176309,3,335,'Supply Crate',0,0,1,43,0,0,1,0,0,0,175537,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176310,15,3015,'Serenity\'s Shore',0,40,1,295,30,1,0,0,0,588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176311,7,673,'Pew',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176312,7,673,'Pew',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176313,7,673,'Pew',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176314,7,673,'Pew',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176315,7,673,'Pew',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176316,7,673,'Pew',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176317,2,41,'The Argent Hold',0,0,1,0,4532,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176318,8,200,'Bonfire',0,0,0.87,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176319,19,1948,'Mailbox',80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176324,19,2690,'Mailbox',104,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176325,3,525,'Blacksmithing Plans',0,0,0.3,93,13721,0,1,0,0,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176326,5,475,'',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176327,3,525,'Blacksmithing Plans',0,0,0.3,93,13722,0,1,0,0,5301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176344,3,10,'Document Chest',0,4,1.5,93,13400,0,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (176346,1,4332,'Market Row Postbox',0,0,1,0,1079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), - (176348,5,3678,'Styleen\'s Cart',0,0,0.759996,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176349,1,4332,'Crusaders\' Square Postbox',0,0,1,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), - (176350,1,4332,'Festival Lane Postbox',0,0,1,0,1081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), - (176351,1,4332,'Elders\' Square Postbox',0,0,1,0,1082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), - (176352,1,4332,'King\'s Square Postbox',0,0,1,0,1083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), - (176353,1,4332,'Fras Siabi\'s Postbox',0,0,1,0,1084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), - (176356,3,559,'Sacred Highborne Writings',0,4,1,43,13744,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176360,3,4191,'Postbox Parcel',0,0,1,93,13740,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176361,2,4271,'Scourge Cauldron',0,0,1,43,4495,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176364,5,388,'Boat to Menethil',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176365,5,388,'Boat to Teldrassil',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176369,5,195,'Boat to Theramore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176370,5,195,'Boat to Auberdine',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176371,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176372,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176373,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176374,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176375,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176376,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176377,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176378,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176379,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176380,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176381,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176382,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176383,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176384,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176385,7,39,'Wooden Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176386,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176387,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176388,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176389,8,396,'Campfire',0,0,2.3,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176390,8,396,'Campfire',0,0,2.39,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176392,2,4271,'Scourge Cauldron',0,0,1,43,4498,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176393,2,4271,'Scourge Cauldron',0,0,1,43,4497,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176404,19,2190,'Mailbox',855,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176424,0,3614,'Doodad_GuildInstanceBLOCKER',114,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176425,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176426,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176427,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176428,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176429,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176430,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176431,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176432,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176433,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176434,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176435,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176436,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176437,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176438,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176439,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176440,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176441,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176442,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176443,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176444,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176445,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176446,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176447,8,867,'Bonfire',0,0,1.15918,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176448,8,867,'Bonfire',0,0,0.902791,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176449,8,867,'Bonfire',0,0,1.12054,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176450,8,867,'Bonfire',0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176451,8,867,'Bonfire',0,0,1.2268,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176452,8,867,'Bonfire',0,0,0.911308,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176454,8,409,'Meat Rack',0,0,0.628931,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176455,8,409,'Meat Rack',0,0,0.621118,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176456,8,409,'Meat Rack',0,0,0.628931,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176457,8,192,'Fire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176458,8,409,'Meat Rack',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176459,8,409,'Meat Rack',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176460,8,349,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176461,8,4351,'Meat Rack',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176462,8,331,'Cooking Table',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176463,8,4352,'Cooking Table',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176464,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176484,3,183,'The Deed to Brill',0,4,1,43,13800,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176485,3,183,'The Deed to Caer Darrow',0,4,1,43,13802,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176486,3,183,'The Deed to Southshore',0,4,1,43,13803,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176487,3,183,'The Deed to Tarren Mill',0,4,1,43,13801,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176488,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176489,8,655,'Brazier',0,0,0.78,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176490,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176491,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176492,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176493,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176495,15,3031,'Grom\'Gol Base Camp - Undercity',0,40,1,301,30,1,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176496,8,366,'Brazier',0,0,0.69,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176497,22,4394,'Portal to Ironforge',1,64,1,17607,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176498,22,4393,'Portal to Darnassus',115,64,1,17608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176499,22,4395,'Portal to Orgrimmar',5,0,1,17609,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176500,22,4397,'Portal to Thunder Bluff',5,0,1,17610,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176501,22,4398,'Portal to Undercity',116,0,1,17611,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176504,8,867,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176505,8,200,'Bonfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176506,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176507,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176508,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176509,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176510,5,11686,'Onyxia Whelp Spawner',14,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176511,6,3891,'Onyxia Egg',0,0,1,821,0,10,17647,1,0,983040,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176513,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176514,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176515,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176516,8,349,'Doodad_SmallFirePit71',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176517,8,349,'Doodad_SmallFirePit72',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176518,8,349,'Doodad_SmallFirePit73',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176519,8,349,'Doodad_SmallFirePit74',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176520,8,349,'Doodad_SmallFirePit75',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176521,8,408,'Doodad_SmallFirePit76',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176544,10,14,'Remains of Eva Sarkhoff',0,4,1,99,5382,5439,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176545,10,2951,'Remains of Lucien Sarkhoff',0,4,1,99,5382,5438,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176546,5,4251,'Eva Remains Ablaze',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176547,5,4251,'Lucien Remains Ablaze',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176549,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176550,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176551,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176552,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176553,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176554,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176555,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176556,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176557,6,4491,'Mortar',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176558,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176559,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176560,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176561,5,4391,'Krastinov\'s Work Bench',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176562,0,4412,'Officer\'s Door',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176566,0,4412,'Officer\'s Door',0,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176567,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176568,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176569,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176570,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176571,8,349,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176572,8,408,'Mighty Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176573,5,3972,'Alliance Bell',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176574,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176575,0,4413,'Officer\'s Door',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176576,0,4413,'Officer\'s Door',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176577,0,3811,'Gate',114,32,0.459091,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176578,0,413,'Door',114,32,1.95217,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176579,0,413,'Door',114,32,1.03499,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176580,0,413,'Door',114,32,1.03499,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176581,10,3691,'Hand of Iruxos Crystal',0,4,1.8,1219,5381,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176582,3,1787,'Shellfish Trap',94,0,1,43,13944,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176583,3,4652,'Golden Sansam',0,0,1,1119,13945,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176584,3,4635,'Dreamfoil',0,0,1,1120,13946,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176586,3,4633,'Mountain Silversage',0,0,1.8,1121,13947,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176587,3,4632,'Plaguebloom',0,0,1.8,1122,13948,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176588,3,4634,'Icecap',0,0,1,1123,13949,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176589,3,4636,'Black Lotus',0,0,1,1124,13950,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176591,6,4471,'Horgus\' Skull Trap',0,0,1,0,0,0,17678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176594,0,1189,'Doors',0,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_mausoleum_door'), - (176604,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176605,8,201,'Brazier',0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176606,8,201,'Brazier',0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176607,8,201,'Brazier',0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176608,8,201,'Brazier',0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176609,8,201,'Brazier',0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176610,8,201,'Brazier',0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176611,8,201,'Brazier',0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176612,8,201,'Brazier',0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176617,8,200,'Bonfire',0,0,0.89,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176618,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176619,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176624,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176625,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176626,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176627,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176628,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176629,8,197,'Dwarven Brazier',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176630,3,4431,'Keepsake of Remembrance',0,4,1,43,13963,0,1,0,0,0,0,5461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176631,2,316,'Menethil\'s Gift',0,4,2,0,4731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176632,0,415,'Door',114,32,0.75258,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176633,0,415,'Door',114,32,0.75258,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176634,3,10,'Kerlonian\'s Chest',0,4,0.6,43,13964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176635,3,1787,'Shellfish Trap',94,0,1,43,0,30,1,0,0,0,176592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176636,3,2315,'Sungrass',0,0,1.8,441,13965,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176637,3,2313,'Gromsblood',0,0,1,444,13966,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176638,3,4652,'Golden Sansam',0,0,1,1119,13967,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176639,3,4635,'Dreamfoil',0,0,1,1120,13968,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176640,3,4633,'Mountain Silversage',0,0,1.8,1121,13969,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176641,3,4632,'Plaguebloom',0,0,1.8,1122,13971,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176642,3,2310,'Arthas\' Tears',0,0,1.3,440,13970,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176643,3,3951,'Small Thorium Vein',94,0,0.5,400,13960,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176645,3,313,'Mithril Deposit',94,0,0.5,379,13961,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176665,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176666,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176667,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176668,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176669,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176670,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176671,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176672,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176673,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176674,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176675,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176676,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176677,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176678,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176679,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176680,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176681,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176682,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176683,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176684,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176685,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176686,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176687,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176688,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176689,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176690,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176691,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176692,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176693,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176694,0,411,'Karazhan Side Entrance',0,34,1.4978,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176705,8,200,'Bonfire',0,0,1,4,20,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176745,5,4451,'Caer Darrow Skeleton 001',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176746,5,4452,'Big Barracks Flame',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176747,5,4452,'Small Barracks Flame',0,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176748,7,4091,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176749,7,4091,'Bench',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176751,3,4453,'Kodo Bones',0,4,0.5,43,13982,30,1,0,0,0,176750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176752,3,4453,'Kodo Bones',0,4,0.5,43,13982,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176753,3,4112,'Doom Weed',0,4,1,259,13981,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176767,1,442,'Torch',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176768,8,679,'Stove',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176784,8,680,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176785,3,335,'Ammo Crate',0,4,1,43,14045,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176786,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176787,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176789,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176790,8,331,'Cooking Table',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176791,8,199,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176792,8,192,'Campfire',0,0,1.23,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176793,3,1248,'Bundle of Wood',0,4,1,43,14105,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176794,5,308,'Windshear Crag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176795,5,308,'Stonetalon Peak',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176796,5,308,'Desolace',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176797,5,308,'The Charred Vale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176798,5,308,'Sun Rock Retreat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176799,5,308,'Sun Rock Retreat',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176800,5,308,'Windshear Crag',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176801,5,308,'Stonetalon Peak',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176804,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176805,8,200,'Bonfire',0,0,1.39,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176806,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176807,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176808,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176809,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176810,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176811,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176812,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176813,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176814,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176815,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176816,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176817,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176818,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176819,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176820,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176821,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176822,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176823,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176824,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176825,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176826,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176827,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176828,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176829,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176830,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176831,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176832,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176833,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176834,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176835,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176836,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176837,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176838,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176839,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176840,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176841,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176842,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176843,6,4473,'Doodad_OnyziasLairFallingRocks01',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176844,6,4473,'Doodad_OnyziasLairFallingRocks12',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176845,6,4473,'Doodad_OnyziasLairFallingRocks09',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176846,6,4473,'Doodad_OnyziasLairFallingRocks11',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176847,6,4473,'Doodad_OnyziasLairFallingRocks04',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176848,6,4473,'Doodad_OnyziasLairFallingRocks02',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176849,6,4473,'Doodad_OnyziasLairFallingRocks08',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176850,6,4473,'Doodad_OnyziasLairFallingRocks13',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176851,6,4473,'Doodad_OnyziasLairFallingRocks10',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176852,6,4473,'Doodad_OnyziasLairFallingRocks07',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176853,6,4473,'Doodad_OnyziasLairFallingRocks06',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176854,6,4473,'Doodad_OnyziasLairFallingRocks03',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176855,6,4473,'Doodad_OnyziasLairFallingRocks05',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176863,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176865,6,4471,'Sword of Marduk Trap',0,0,1,0,0,0,17678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176885,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176886,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176887,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176888,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176889,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176890,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176891,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176892,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176894,8,208,'Stone Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176895,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176896,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176897,8,408,'Cooking Fire',0,0,0.7,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176898,8,307,'Fire pit',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176899,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176901,0,411,'Doodad_PortcullisActive02',0,32,2.96876,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176904,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176905,8,194,'Smoldering Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176906,8,194,'Smoldering Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176907,0,4511,'Conservatory Door',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176908,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176909,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176910,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176911,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176912,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176913,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176914,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176915,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176916,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176917,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176918,6,4392,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176919,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176920,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176921,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176922,6,4472,'Lava Fissure',0,0,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176924,20,32,'Ironforge Auction house',55,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176944,3,10,'Old Treasure Chest',0,0,1,57,14180,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (176945,5,309,'Camp Mojache',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176946,5,309,'Shadowprey Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176947,5,309,'Ghost Walker Post',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176948,5,388,'Nijel\'s Point',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176949,5,388,'Feathermoon Stronghold',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176950,5,309,'Ghost Walker Post',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176951,1,2670,'Rune of Koro',0,16,1.03788,1,1459,0,178187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), - (176952,1,2671,'Rune of Zeth',0,16,1.03788,1,1459,0,178188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), - (176953,1,2672,'Rune of Mazj',0,16,1.03788,1,1459,0,178189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), - (176954,1,2673,'Rune of Theri',0,16,1.03788,1,1459,0,178190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), - (176955,1,2771,'Rune of Blaz',0,16,1.03788,1,1459,0,178191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), - (176956,1,2772,'Rune of Kress',0,16,1.03788,1,1459,0,178192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), - (176957,1,2773,'Rune of Mohn',0,16,1.03788,1,1459,0,178193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), - (176958,5,388,'Nijel\'s Point',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176959,5,388,'Stonetalon Mountains',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176960,5,309,'Ghost Walker Post',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176961,5,309,'Shadowprey Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176964,0,411,'Portcullis',114,32,1.82091,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176965,0,411,'Portcullis',114,32,1.82091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176966,0,411,'Portcullis',114,32,3.62593,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176967,5,4531,'Stratholme',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176968,5,4531,'Terrordale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176969,5,4531,'Quel\'Thalas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176970,5,4531,'Corin\'s Crossing',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176971,5,4531,'Quel\'Thalas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176972,5,4531,'Stratholme',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176973,5,4531,'Tyr\'s Hand',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176978,5,4531,'Quel\'Thalas',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176979,5,4531,'Stratholme',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176980,5,4531,'Tyr\'s Hand',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176981,5,4531,'Darrowshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176982,5,4531,'Andorhal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176983,5,4531,'Andorhal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176984,5,4531,'Corin\'s Crossing',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176985,5,4531,'Stratholme',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176986,5,4531,'Darrowshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176987,5,4531,'Hearthglen',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176988,5,4531,'Andorhal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176989,5,4531,'Tirisfal Glades',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176990,5,4531,'Darrowshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176991,5,4531,'Tirisfal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176992,5,4531,'Darrowshire',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176993,5,4531,'Andorhal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176994,5,4531,'Hearthglen',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176996,0,4551,'CavernDoor01',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176998,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (176999,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177000,0,2470,'Hot Coal',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177002,8,4572,'Bonfire',0,0,1.84578,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177003,8,4572,'Bonfire',0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177004,8,4572,'Bonfire',0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177005,8,4572,'Bonfire',0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177006,8,4572,'Bonfire',0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177007,8,4572,'Bonfire',0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177008,8,4572,'Bonfire',0,0,2.15602,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177009,8,4572,'Bonfire',0,0,1.62107,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177010,8,4572,'Bonfire',0,0,1.62107,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177011,8,4572,'Bonfire',0,0,1.94528,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177012,8,4572,'Bonfire',0,0,1.94528,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177013,8,4572,'Bonfire',0,0,2.04255,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177014,8,4572,'Bonfire',0,0,2.82525,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177015,8,4572,'Bonfire',0,0,3.53156,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177016,8,4572,'Bonfire',0,0,2.82525,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177017,8,4572,'Bonfire',0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177018,8,4572,'Bonfire',0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177019,8,4572,'Bonfire',0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177020,8,4572,'Bonfire',0,0,1.85822,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177021,8,4572,'Bonfire',0,0,2.5474,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177022,8,4572,'Bonfire',0,0,2.5474,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177023,8,4572,'Bonfire',0,0,1.44304,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177024,8,4572,'Bonfire',0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177025,8,4572,'Bonfire',0,0,2.5474,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177026,8,4572,'Bonfire',0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177044,19,4591,'Mailbox',68,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177045,6,1309,'Haunted Trap',0,0,1,0,0,0,18347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177047,0,411,'Doodad_PortcullisActive05',0,32,2.96876,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177048,0,411,'Doodad_PortcullisActive06',0,32,2.96876,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177049,0,411,'Doodad_PortcullisActive07',0,32,2.96876,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177064,5,734,'Mordan\'s Reagents',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177084,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177104,5,388,'Ashenvale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177105,5,388,'Jaedenar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177106,5,388,'Talonbranch Glade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177107,5,388,'Ashenvale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177108,5,388,'Talonbranch Glade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177109,5,388,'Moonglade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177110,5,388,'Jaedenar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177111,5,388,'Moonglade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177112,5,388,'Winterspring',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177113,5,388,'Ashenvale',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177114,5,388,'Jaedenar',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177115,5,388,'Talonbranch Glade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177116,5,386,'Stormrage Barrow Dens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177117,5,386,'Shrine of Remulos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177118,5,386,'Nighthaven',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177119,5,386,'Winterspring',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177120,5,386,'Felwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177121,5,386,'Nighthaven',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177122,5,386,'Shrine of Remulos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177123,5,386,'Stormrage Barrow Dens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177124,5,386,'Winterspring',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177125,5,386,'Felwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177126,5,386,'Winterspring',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177127,5,386,'Nighthaven',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177128,5,386,'Felwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177129,5,386,'Shrine of Remulos',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177130,5,386,'Stormrage Barrow Dens',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177131,5,388,'Kel\'Theril',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177132,5,388,'Starfall Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177133,5,388,'Everlook',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177134,5,388,'Moonglade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177135,5,388,'Felwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177136,5,388,'Starfall Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177137,5,388,'Everlook',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177138,5,388,'Kel\'Theril',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177139,5,388,'Starfall Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177140,5,388,'Frostsaber Rock',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177141,5,388,'Kel\'Theril',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177142,5,388,'Moonglade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177143,5,388,'Felwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177144,5,388,'Everlook',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177145,5,388,'Mount Hyjal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177146,5,388,'Everlook',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177147,5,388,'Kel\'Theril',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177148,5,388,'Frostsaber Rock',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177149,5,388,'Starfall Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177150,5,388,'Mount Hyjal',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177151,5,388,'Starfall Village',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177152,5,388,'Kel\'Theril',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177153,5,388,'Everlook',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177154,5,388,'Moonglade',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177155,5,388,'Felwood',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177164,0,411,'Portcullis',0,32,1.596,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177165,0,411,'Portcullis',0,32,1.596,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177184,0,4552,'ZulGurubMainDoor01',0,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177185,5,4651,'Abandon hope, all ye who enter here.',0,0,0.21,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177186,5,4651,'Turn Back!',0,0,0.19,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177187,6,1287,'Tharnarun\'s Cure',35,0,1,0,0,0,9457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177188,0,4653,'Door',0,34,1,0,1562,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177189,0,4653,'Door',0,34,1,0,1562,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177192,0,4653,'Door',0,34,1,0,1562,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177193,18,4972,'Doom Portal',0,0,1,5,18541,0,0,20625,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177194,8,475,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177195,8,475,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177196,8,475,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177197,8,475,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177198,0,4653,'Door',0,34,0.970874,0,1562,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177199,9,214,'Archbishop Alonsus Faol',0,0,1.7,2291,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177200,9,214,'King Llane I of the House of Wrynn',0,0,1.7,2292,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177201,9,214,'Grand Admiral Daelin Proudmoore',0,0,1.7,2293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177202,9,214,'Lady Mara Fordragon',0,0,1.7,2294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177203,0,411,'Gate',114,32,2.45983,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177204,9,4671,'Sorrow of the Earthmother',0,0,2.22,2298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177205,9,4671,'Forestlord and the first Druids',0,0,2.22,2305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177207,9,4672,'Mists of Dawn',0,0,2.22,2295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177208,9,4672,'The White Stag and the Moon',0,0,2.22,2301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177209,9,4672,'Hatred of the Centaur',0,0,2.22,2308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177211,0,4653,'Door',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177212,0,4653,'Door',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177213,0,4653,'Door',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177215,0,4653,'Door',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177217,0,4653,'Gordok Inner Door',0,34,1.48292,0,1564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177219,0,4673,'Gordok Courtyard Door',0,34,1,0,1563,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177220,0,4674,'Crumble Wall',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177221,0,4673,'Door',0,34,0.465763,0,1562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177222,9,214,'Pteradon Skeleton',0,0,1.6,2311,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177223,5,4675,'Ahn\'Qiraj Gong',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177224,10,4676,'Troll Drum Sound Object',114,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177225,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177226,2,4677,'Book \"Soothsaying for Dummies\"',35,0,1,0,0,1,7058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177227,7,4091,'Couch',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177233,15,3015,'Feathermoon Ferry',0,40,1,303,30,1,0,0,0,587,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177237,0,3076,'Vault Door',114,32,2.22095,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177238,0,3075,'Vault Door',114,32,2.22095,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177239,5,3171,'Tirion Fordring\'s Grave',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177240,10,20,'Loose Dirt Mound',0,4,1,43,5781,5759,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177241,3,4712,'Araj\'s Phylactery',0,0,0.9,43,177241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177243,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177244,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177245,0,3811,'Doodad_WroughtIronDoor01',0,32,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177246,0,3771,'Doodad_WroughtIronDoor02',0,32,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177247,0,3771,'Doodad_WroughtIronDoor03',0,32,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177248,0,3771,'Doodad_WroughtIronDoor04',0,32,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177249,0,3771,'Doodad_WroughtIronDoor05',0,32,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177250,0,3771,'Doodad_WroughtIronDoor06',0,32,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177251,0,3811,'Doodad_WroughtIronDoor07',0,32,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177252,0,3811,'Doodad_WroughtIronDoor08',0,32,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177253,0,3811,'Doodad_WroughtIronDoor09',0,32,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177254,0,3811,'Doodad_opendoor_01',0,32,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177255,0,3811,'Doodad_opendoor_03',0,32,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177256,0,3811,'Doodad_opendoor_02',0,32,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177257,1,4714,'Doodad_DireMaulCrystalGenerator02',114,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177258,1,4714,'Doodad_DireMaulCrystalGenerator03',114,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177259,1,4714,'Doodad_DireMaulCrystalGenerator01',114,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177261,8,408,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177262,8,867,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177263,8,867,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177264,3,4715,'Symbol of Lost Honor',0,4,1,43,14287,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177265,5,4716,'Bridge to Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177266,5,4717,'Bridge to Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177267,5,4717,'Bridge to Elder Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177268,5,4718,'Bridge to Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177269,5,4716,'Bridge to Spirit Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177270,5,4718,'Bridge to Hunter Rise',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177271,10,4571,'',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177272,8,1407,'Moonwell',0,0,1.04,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177273,8,1407,'Moonwell',0,0,1.35,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177274,8,1407,'Moonwell',0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177275,8,1407,'Moonwell',0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177276,8,1407,'Moonwell',0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177277,8,1407,'Moonwell',0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177278,8,1407,'Moonwell',0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177279,8,1407,'Moonwell',0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177280,8,1407,'Moonwell',0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177281,8,1407,'Moonwell',0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177284,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177285,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177286,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177287,3,4733,'Unfinished Painting',0,4,0.4,43,14300,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177288,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177289,2,4271,'Scourge Cauldron',0,0,1,43,4496,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177290,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177291,8,654,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177292,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177293,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177304,6,4732,'Dawn\'s Gambit',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177307,0,4751,'Doodad_HyjalGate01',114,32,0.962264,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177324,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177325,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177326,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177327,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177364,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177365,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177366,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177367,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177368,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177369,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177370,0,3771,'Door',0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177371,0,401,'Gate',114,32,0.923721,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177372,0,401,'Gate',114,32,0.923721,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177373,0,401,'Gate',114,32,0.923721,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177374,0,411,'Gate',114,32,2.43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177375,0,411,'Gate',114,32,1.62578,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177376,0,411,'Gate',114,32,1.62578,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177377,0,411,'Gate',114,32,1.62578,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177378,8,396,'Campfire',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177379,8,396,'Campfire',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177380,8,396,'Campfire',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177381,8,396,'Campfire',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177382,8,396,'Campfire',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177383,8,396,'Campfire',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177384,8,396,'Campfire',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177385,1,442,'Torch',0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177387,8,3491,'Alchemy Lab',0,0,1,663,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177388,3,767,'Ooze Covered Rich Thorium Vein',94,0,0.5,939,12883,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177396,8,216,'Cauldron',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177397,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177398,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177399,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177400,10,4713,'Demon Portal',0,4,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177404,1,4291,'Altar of Elune',0,16,2,0,93,0,177529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_elune_fire'), - (177405,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177406,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177408,8,200,'Bonfire',0,0,0.81,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177409,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177410,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177411,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177412,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177413,8,655,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177414,5,2770,'Gem of Elune',0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177415,5,3271,'Light of Elune',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177416,5,230,'Aura of Elune (SMALL)',0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177417,1,325,'Fire of Elune',0,16,1,0,93,655360,177493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_elune_fire'), - (177418,5,3271,'Light of Elune (LARGE)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177419,5,3271,'Light of Elune (SMALL)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177424,8,192,'Campfire',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177425,8,192,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177444,0,4791,'Stone Door',0,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177464,3,346,'Large Termite Mound',0,4,0.75,1259,14360,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177484,6,1287,'Atal\'ai Statue',14,0,1,0,0,0,18948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177485,6,1287,'Atal\'ai Statue',14,0,1,0,0,0,18949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177486,5,230,'Aura of Elune (LARGE)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177490,2,31,'Northridge Lumber Mill Crate',35,0,1,0,0,1,4362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177491,2,446,'Termite Barrel',35,64,1,0,5448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177494,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177495,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177496,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177497,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177498,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177499,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177500,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177501,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177502,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177503,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177504,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177505,7,603,'Wooden Bench',0,0,0.63,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177506,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177507,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177508,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177509,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177510,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177511,7,39,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177512,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177513,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177514,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177524,8,344,'Bubbly Fissure',14,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177525,8,236,'Moonkin Stone',0,0,0.8,943,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177526,8,323,'Relic Bundle',0,0,1,0,10,177527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177527,6,298,'Relic Bundle Aura',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177544,2,318,'Joseph\'s Chest',0,0,1,0,5151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177564,6,448,'Human Skull',114,0,1.8,0,0,0,19033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177586,6,264,'Broodling Essence Aura',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177604,5,293,'Pile of Bones',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177606,6,4831,'Father Flame Aura',114,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177624,3,644,'Xabraxxis\' Demon Bag',0,4,1,43,14500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177644,5,4471,'Moonkin Stone Aura',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177664,5,2951,'Rancid Meat',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177665,5,14,'Big Rancid Meat',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177667,2,4851,'Torn Scroll',0,0,1,0,5191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177668,8,342,'Mark of Detonation',0,0,0.6,983,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177669,5,4251,'Plaguewood Fire (Small)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177670,5,4452,'Plaguewood Fire (Large)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177671,5,4852,'Plaguewood Smoke',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177672,6,191,'Smokey\'s Special Compound',0,0,1,0,60,3,19237,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177673,1,4853,'Serpent Statue',0,0,3,0,1299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177675,2,20,'Mound of Dirt',0,0,1,0,5212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177677,6,768,'Shallow Grave',14,0,0.75,0,0,8,19368,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177681,3,20,'Gordunni Dirt Mound',0,0,1,43,14540,0,1,0,0,0,0,2987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177683,5,298,'Gordunni Cobalt Visual (DND)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177684,5,362,'Stone of Shy-Rotam',14,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177704,6,4452,'Lava Bomb',54,64,1,0,60,5,19428,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177705,6,3272,'Naga Beam',0,0,1,0,0,0,19473,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177706,0,1787,'Melizza\'s Cage',114,36,1,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177724,5,221,'Dredan\'s Table',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177725,2,345,'Dredan\'s Alchemy Tools',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177726,3,2891,'Tool Bucket',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177727,0,233,'Dredan\'s Forge',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177746,5,2911,'Ghost Magnet',114,0,0.5,0,0,196608,177749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177747,3,1128,'Quel\'Thalas Registry',0,4,1,93,14560,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177749,6,3612,'Ghost Magnet Aura',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177750,3,155,'Lunar Fungal Bloom',0,4,1,259,14562,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177764,6,4251,'Inferno',0,0,1,0,0,10,19628,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177784,3,261,'Giant Softshell Clam',15,0,1,93,14620,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177785,3,4871,'Bauble Container',0,4,1.5,93,14621,0,1,0,0,0,178984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177786,2,4192,'Rackmore\'s Chest',0,0,1.25,0,5272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177787,2,2530,'Rackmore\'s Log',0,0,1,0,5271,0,4081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177789,3,4872,'Augustus\' Receipt Book',0,4,1,43,14625,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177790,3,10,'Strange Lockbox',0,4,1,93,14626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177791,5,4873,'Anchor',0,0,0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177792,3,10,'Strange Lockbox',0,4,1,93,14628,0,0,0,0,0,177793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177793,6,1287,'Strange Lockbox Agility Trap',14,0,1,0,17,0,19727,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177794,3,10,'Strange Lockbox',0,4,1,93,14628,0,0,0,0,0,177793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177804,3,4093,'Mangled Human Remains',0,4,1,43,14680,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177805,3,4093,'Mangled Human Remains',0,4,1,43,14681,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177806,3,4093,'Mangled Human Remains',0,4,1,43,14682,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177807,10,5972,'Black Dragon Egg',14,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_black_dragon_egg'), - (177808,10,4891,'Orb of Domination',0,0,1.5,0,0,0,0,0,0,0,0,0,0,19869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177824,6,1287,'Altar',0,0,1,0,0,0,19869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177844,3,10,'Strange Lockbox',0,4,1,93,14626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177884,10,4911,'Doodad_UndercityWorm01',114,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177904,2,4371,'Wanted Poster: Besseleth',0,0,1,0,5332,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177905,5,1287,'Mercutio Post',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177926,3,424,'Gaea Seed',94,4,2,43,14932,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177927,10,4951,'Tammra Gaea Sapling',114,0,3,0,0,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177928,0,3492,'Onyxia\'s Gate',0,32,1,0,81,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177929,10,4951,'Gaea Dirt Mound',94,4,3,1340,6381,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177964,3,1027,'Fathom Stone',0,4,0.15,93,15100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fathom_stone'), - (177984,6,4392,'Doodad_OnyziasLairLavaTrap51',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177985,6,4472,'Doodad_OnyziasLairLavaTrapMirror20',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177986,6,4472,'Doodad_OnyziasLairLavaTrapMirror21',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177987,6,4392,'Doodad_OnyziasLairLavaTrap52',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177988,6,4392,'Doodad_OnyziasLairLavaTrap53',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177989,6,4392,'Doodad_OnyziasLairLavaTrap54',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177990,6,4392,'Doodad_OnyziasLairLavaTrap55',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177991,6,4392,'Doodad_OnyziasLairLavaTrap56',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177992,6,4392,'Doodad_OnyziasLairLavaTrap57',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177993,6,4392,'Doodad_OnyziasLairLavaTrap58',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177994,6,4392,'Doodad_OnyziasLairLavaTrap59',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177995,6,4392,'Doodad_OnyziasLairLavaTrap60',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177996,6,4392,'Doodad_OnyziasLairLavaTrap61',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177997,6,4392,'Doodad_OnyziasLairLavaTrap62',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177998,6,4392,'Doodad_OnyziasLairLavaTrap63',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (177999,6,4392,'Doodad_OnyziasLairLavaTrap64',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178000,6,4392,'Doodad_OnyziasLairLavaTrap65',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178001,6,4392,'Doodad_OnyziasLairLavaTrap66',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178002,6,4392,'Doodad_OnyziasLairLavaTrap67',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178003,6,4392,'Doodad_OnyziasLairLavaTrap68',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178004,6,4472,'Doodad_OnyziasLairLavaTrapMirror22',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178005,6,4392,'Doodad_OnyziasLairLavaTrap69',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178006,6,4392,'Doodad_OnyziasLairLavaTrap70',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178007,6,4392,'Doodad_OnyziasLairLavaTrap71',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178008,6,4392,'Doodad_OnyziasLairLavaTrap72',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178009,6,4472,'Doodad_OnyziasLairLavaTrapMirror23',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178010,6,4472,'Doodad_OnyziasLairLavaTrapMirror24',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178011,6,4472,'Doodad_OnyziasLairLavaTrapMirror25',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178012,6,4472,'Doodad_OnyziasLairLavaTrapMirror26',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178013,6,4472,'Doodad_OnyziasLairLavaTrapMirror27',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178014,6,4472,'Doodad_OnyziasLairLavaTrapMirror28',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178015,6,4472,'Doodad_OnyziasLairLavaTrapMirror29',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178016,6,4472,'Doodad_OnyziasLairLavaTrapMirror30',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178017,6,4472,'Doodad_OnyziasLairLavaTrapMirror31',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178018,6,4472,'Doodad_OnyziasLairLavaTrapMirror32',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178019,6,4472,'Doodad_OnyziasLairLavaTrapMirror33',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178020,6,4472,'Doodad_OnyziasLairLavaTrapMirror34',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178021,6,4473,'Doodad_OnyziasLairFallingRocks14',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178022,6,4473,'Doodad_OnyziasLairFallingRocks15',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178023,6,4473,'Doodad_OnyziasLairFallingRocks16',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178024,6,4473,'Doodad_OnyziasLairFallingRocks17',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178025,6,4473,'Doodad_OnyziasLairFallingRocks18',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178026,6,4473,'Doodad_OnyziasLairFallingRocks19',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178027,6,4473,'Doodad_OnyziasLairFallingRocks20',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178028,6,4473,'Doodad_OnyziasLairFallingRocks21',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178029,6,4473,'Doodad_OnyziasLairFallingRocks22',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178030,6,4473,'Doodad_OnyziasLairFallingRocks23',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178031,6,4473,'Doodad_OnyziasLairFallingRocks24',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178032,6,4473,'Doodad_OnyziasLairFallingRocks25',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178033,6,4473,'Doodad_OnyziasLairFallingRocks26',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178034,6,4392,'Doodad_OnyziasLairLavaTrap73',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178035,6,4392,'Doodad_OnyziasLairLavaTrap74',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178036,6,4392,'Doodad_OnyziasLairLavaTrap75',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178037,6,4392,'Doodad_OnyziasLairLavaTrap76',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178038,6,4392,'Doodad_OnyziasLairLavaTrap77',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178039,6,4392,'Doodad_OnyziasLairLavaTrap78',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178040,6,4392,'Doodad_OnyziasLairLavaTrap79',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178041,6,4392,'Doodad_OnyziasLairLavaTrap80',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178042,6,4392,'Doodad_OnyziasLairLavaTrap81',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178043,6,4392,'Doodad_OnyziasLairLavaTrap82',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178044,6,4392,'Doodad_OnyziasLairLavaTrap83',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178045,6,4472,'Doodad_OnyziasLairLavaTrapMirror35',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178046,6,4472,'Doodad_OnyziasLairLavaTrapMirror36',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178047,6,4472,'Doodad_OnyziasLairLavaTrapMirror37',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178048,6,4472,'Doodad_OnyziasLairLavaTrapMirror38',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178084,3,318,'Felix\'s Chest',0,4,1,43,14972,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178085,3,4991,'Felix\'s Bucket of Bolts',0,4,1,43,14973,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178087,3,4992,'Thazz\'ril\'s Pick',0,4,2,43,14980,0,1,0,0,7381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178088,6,4993,'Ragnaros',1081,0,3.5,0,60,0,21158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178089,6,5457,'Thazz\'ril\'s Pick\'s Aura',114,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178090,10,20,'Marla\'s Grave',0,0,1,1379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178104,3,5011,'Resonite Crystal',0,4,1,99,15000,30,1,0,0,0,178124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178105,3,5017,'Resonite Crystal',0,4,1,99,15000,30,1,0,0,0,178124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178106,3,5013,'Resonite Crystal',0,4,1,99,15000,30,1,0,0,0,178124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178107,0,5014,'Lava Steam',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178108,0,5016,'Lava Splash',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178125,2,5031,'Lotharian Lotus',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178144,3,2450,'Troll Chest',0,4,1,43,15060,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178145,10,2710,'Resonite Cask',0,0,5,1399,0,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178146,5,5051,'Gurda\'s Shredder',14,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178147,0,4154,'Ruul Snowhoof Cage',114,32,1.5,0,0,393216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178164,6,1287,'Hot Coal',0,0,1,0,1,10,20533,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178184,3,5091,'Sapphire of Aku\'Mai',0,4,1,57,15124,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178185,3,244,'Sapphire of Aku\'Mai',0,4,1,57,15124,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178186,3,5092,'Sapphire of Aku\'Mai',0,4,1,57,15124,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178187,6,410,'Molten Core Circle SULFURON',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178188,6,410,'Molten Core Circle BARON',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178189,6,410,'Molten Core Circle SHAZZRAH',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178190,6,410,'Molten Core Circle GOLEMAGG',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178191,6,410,'Molten Core Circle GARR',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178192,6,410,'Molten Core Circle MAGMADAR',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178193,6,410,'Molten Core Circle GEHENNAS',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178194,6,1287,'Lava Crack',0,0,1,0,1,15,20676,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178195,3,5093,'Warsong Oil',0,4,2,43,15126,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (178204,3,31,'Warsong Axe Shipment',94,4,1,43,15131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178205,6,5111,'Karang\'s Banner',114,0,0.6,0,0,0,20746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178207,5,2234,'Karang\'s Banner Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178224,5,439,'Dire Pool',114,32,4,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178226,5,5113,'Hospital Bed',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178227,3,5131,'Murgut\'s Totem Basket',0,4,1.5,43,15160,0,0,0,0,0,178228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178228,6,3612,'Murgut\'s Totem Basket Aura',114,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178229,10,430,'Aurora\'s Book',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178230,5,263,'Aurora\'s Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178244,3,10,'Practice Lockbox',0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178245,3,10,'Practice Lockbox',0,2,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178246,3,10,'Practice Lockbox',0,2,1,5,0,0,1,0,0,0,123334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178247,1,5151,'Naga Brazier',0,16,2,0,93,39321600,178248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_naga_brazier'), - (178264,5,1287,'Mercutio Post',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178265,5,1287,'Mercutio Post',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178304,5,528,'Box o\' Squirrels',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178324,6,2770,'DANGER! Do Not Open! Move Along!',114,0,1,95,42,0,21078,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178325,3,4192,'Open To Pass Your Rite.',0,4,1,43,0,0,1,0,0,0,178324,6681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178364,1,5773,'Horde Banner',84,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178365,1,5771,'Alliance Banner',83,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178386,1,5212,'Doodad_CentaurTeleporter01',114,0,1,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178388,1,5773,'Horde Banner',84,65,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178389,1,5771,'Alliance Banner',83,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178393,1,5773,'Horde Banner',0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178394,1,5771,'Alliance Banner',0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178400,8,0,'Maraudon Portal',0,0,1,1103,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178404,22,5231,'Portal to Inner Maraudon',2,64,1,21128,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178425,5,5253,'Christmas Tree (Large)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178426,5,5252,'XMasTreeLargeHorde01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178427,10,439,'Fountain of Elune',0,4,1,0,3533,2,2179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178428,5,5254,'XMasGift01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178429,5,5255,'XMasGift02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178430,5,5256,'XMasGift03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178431,5,5257,'XMasGift04',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178432,5,5258,'XMasGift05',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178433,5,5259,'XMasGift06',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178434,5,5260,'XMasStocking01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178435,5,5261,'XMasStocking02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178436,5,5262,'XMasStocking03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178437,5,5263,'Wreath',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178438,5,5264,'Lights',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178442,5,5271,'Horde Supply Crate',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178443,5,4452,'Small Forge Flame',0,64,0.35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178444,2,652,'Shrine of Sha\'gri',0,0,2,0,5811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178464,3,10,'Dark Cleric Salem\'s Chest',0,0,1,1419,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178465,18,456,'Altar of Summoning',0,0,1,10,21249,11206,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178484,5,5291,'Tear in the Nether',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178504,3,10,'Stolen Chest',0,0,1,1439,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178524,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178525,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178526,2,3871,'James\' Journal',0,0,1,0,0,0,5062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178545,10,5311,'Guse\'s Beacon',0,0,1,0,0,7142,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178551,5,5312,'Lights, Broken',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178553,3,5313,'Hive\'Ashi Pod',0,4,1,43,15521,10,0,0,0,0,0,1126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178554,5,5314,'Mistletoe',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178556,5,5263,'Wreath scale 1.20',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178557,5,5315,'Christmas Tree (Medium)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178558,5,5316,'Christmas Tree (Large Snowy)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178559,6,3912,'Larva Spewer',14,0,0.805835,99,0,0,0,0,0,4294901760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178560,1,5317,'Doodad_MaraudonStaffCreator01',114,0,1,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178561,6,3813,'Spore Tree',14,0,1.53398,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178562,6,3813,'Spore Tree',14,0,1.53767,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178563,6,3813,'Spore Tree',14,0,1.26182,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178564,6,3813,'Spore Tree',14,0,2.31997,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178565,6,3813,'Spore Tree',14,0,1.02156,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178566,6,3813,'Spore Tree',14,0,1.26182,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178567,6,3813,'Spore Tree',14,0,1.26182,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178568,6,3813,'Spore Tree',14,0,1.86379,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178569,6,3813,'Spore Tree',14,0,1.19039,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178570,6,5318,'Corruption Spewer',114,0,1.722,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178571,1,1967,'Bonfire',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178572,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178573,8,192,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178584,3,621,'Ryson\'s All Seeing Eye',0,0,1,0,0,0,1,0,0,7838,178644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178605,10,5332,'Ryson\'s Beacon',0,0,1,99,0,7218,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178609,3,5333,'Holiday Snow',94,0,1,43,15540,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178645,5,5351,'Lights x3',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178646,5,336,'Alliance Supply Crate',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178647,5,5371,'Christmas Tree',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178649,5,5263,'Wreath scale 0.75',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178664,3,5391,'Steamsaw',83,0,0.75,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178665,3,5391,'Steamsaw',84,0,0.75,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178666,5,5392,'Gypsy Wagon',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178667,5,5315,'Christmas Tree (Medium)',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178668,5,5315,'Christmas Tree (Medium)',0,0,0.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178669,5,5351,'Lights x3',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178670,18,5411,'Circle of Calling',0,0,1,10,21648,11206,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178671,7,648,'Greatfather Winter\'s Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178684,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178685,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178722,5,4852,'Alliance Blacksmith Smoke',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178724,10,5311,'Vipore\'s Beacon',0,0,1,0,0,7328,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178725,10,5311,'Slidore\'s Beacon',0,0,1,0,0,7325,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178726,10,5311,'Ichman\'s Beacon',0,0,1,99,0,7320,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178745,5,5451,'Lights x3, Broken',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178746,5,5452,'Smokywood Pastures',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178764,5,5453,'Rope Line',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178765,5,5454,'Rope Line Pole',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178784,3,36,'Coldtooth Supplies',0,4,1,43,15804,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178785,3,36,'Irondeep Supplies',0,4,1,43,15760,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178805,5,5315,'Christmas Tree (Medium)',0,0,0.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178806,5,5511,'Stormpike Supplies',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178807,5,287,'Stormpike Supplies',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178808,5,5512,'Stormpike Supplies',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178824,23,5491,'Meeting Stone',35,0,1,37,46,722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178825,23,5491,'Meeting Stone',35,0,1,29,38,491,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178826,23,5492,'Meeting Stone',35,0,0.94,56,60,2557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178827,23,5491,'Meeting Stone',35,0,1,40,52,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178828,23,5494,'Meeting Stone',35,0,1,24,32,719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178829,23,5491,'Meeting Stone',35,0,1,44,54,978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178831,23,5495,'Meeting Stone',35,0,1,58,60,2017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178832,23,5494,'Meeting Stone',35,0,1,58,60,2057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178833,23,5491,'Meeting Stone',35,0,1,41,51,1517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178834,23,5494,'Meeting Stone',35,0,1,17,26,1581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178844,23,5492,'Meeting Stone',35,0,1,34,45,796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178845,23,5498,'Meeting Stone',35,0,1,22,30,209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178864,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178884,23,5491,'Meeting Stone',35,0,1,17,24,718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178904,5,2991,'Healed Celebrian Vine',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178905,6,369,'Vylestem Vine',0,0,0.65,0,0,0,21883,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178908,5,369,'Vylestem Vine',114,0,0.4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178909,5,5531,'Frostwolf Supplies',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178910,5,5532,'Frostwolf Supplies',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178911,5,665,'Frostwolf Supplies',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178924,5,5264,'Lights',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178925,1,5651,'Alliance Banner',83,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178927,1,5651,'[PH] Alliance A1 Tower Banner BIG',0,32,3,0,0,196608,180421,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178929,1,5651,'Alliance Banner',83,65,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178932,1,5651,'[PH] Alliance A2 Tower Banner BIG',0,96,3,0,0,196608,180421,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178934,7,5551,'The Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178935,1,5651,'Alliance Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178936,1,5651,'Alliance Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178940,1,5653,'Contested Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178943,1,5652,'Horde Banner',84,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178944,1,5652,'Horde Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178945,1,5652,'Horde Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178946,1,5652,'Horde Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178947,1,5651,'[PH] Alliance A3 Tower Banner BIG',0,96,3,0,0,196608,180421,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178948,1,5651,'[PH] Alliance A4 Tower Banner BIG',0,96,3,0,0,196608,180421,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178955,1,5652,'[PH] Horde H1 Tower Banner BIG',0,32,3,0,0,196608,180422,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178956,1,5652,'[PH] Horde H2 Tower Banner BIG',0,32,3,0,0,196608,180422,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178957,1,5652,'[PH] Horde H3 Tower Banner BIG',0,32,3,0,0,196608,180422,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178958,1,5652,'[PH] Horde H4 Tower Banner BIG',0,32,3,0,0,196608,180422,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178964,5,230,'Celebras Blue Aura',0,64,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178965,1,3871,'Incantation of Celebras',0,64,1.3,0,93,655360,178963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178984,6,264,'Bauble Aura',114,0,1.5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179004,3,163,'Drek\'Thar\'s Scrolls',0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179005,3,220,'Drek\'Thar\'s Scrolls',0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179006,3,183,'Vanndar\'s Documents',0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179007,3,164,'Vanndar\'s Documents',0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179008,3,190,'Vanndar\'s Documents',0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179024,3,5191,'Stormpike Banner',0,4,1,93,15983,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179025,3,5571,'Frostwolf Banner',0,4,1,93,15988,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179044,5,5651,'[PH] Alliance Graveyard Mid Banner BIG',0,32,1.5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179064,5,5652,'[PH] Horde Graveyard Mid Banner BIG',0,32,1.5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179065,6,5752,'Roaring Flame',14,32,1.5,95,60,20,21650,0,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179066,5,2390,'Smoke Emitter, Large AOI, scale 2',0,32,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179084,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179085,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179086,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179104,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179105,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179106,7,990,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179107,7,990,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179108,7,990,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179109,7,990,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179110,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179111,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179112,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179113,7,988,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179114,7,990,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179115,0,5591,'Portcullis',0,4,3.5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179116,0,5591,'Portcullis',114,32,3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179117,0,5591,'Portcullis',114,32,3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179118,7,5592,'Throne',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179119,8,867,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179120,8,867,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179121,8,867,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179122,8,867,'Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179125,10,259,'Izzy\'s Holdings',114,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179144,5,3291,'Danger! Crystalvein Mine closed!',0,0,1.18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179147,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179148,0,295,'Lever',0,32,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179224,5,3291,'Crystalvein Mine - Keep Out!',0,0,1.18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179264,1,261,'Giant Clam',114,1,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179284,1,5771,'Alliance Banner',0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179285,1,5773,'Horde Banner',0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179286,1,5772,'Contested Banner',83,65,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179287,1,5774,'Contested Banner',84,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179304,1,5772,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179305,1,5774,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179306,1,5772,'Contested Banner',83,0,1,0,1479,0,180102,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179307,1,5774,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179308,1,5772,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179310,1,5774,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179324,6,5791,'Frostwolf Landmine',0,0,1,12,0,4,22498,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179325,6,5791,'Stormpike Landmine',0,0,1,12,0,4,22498,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179344,8,200,'Bonfire',0,0,0.86,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179345,1,259,'Deeprun Chest',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179364,0,411,'Portcullis',114,32,3.38607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179365,0,3751,'Portcullis',114,32,4.33333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179384,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179385,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179386,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179387,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179388,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179389,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179390,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179391,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179392,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179393,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179394,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179395,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179396,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179397,8,166,'Anvil',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179419,8,654,'Brazier',0,0,0.83,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179424,5,5653,'[PH] Alliance Graveyard Mid Pre-Banner BIG',0,96,1.5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179425,5,5654,'[PH] Horde Graveyard Mid Pre-Banner BIG',0,0,1.5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179426,3,5,'Gri\'lek the Wanderer',0,4,1,93,1690,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179435,1,5654,'Contested Banner',84,64,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179436,1,5654,'[PH] Horde A1 Tower Pre-Banner BIG',0,96,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179437,2,3053,'Wanted: ORCS!',84,0,1.5,0,6372,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179438,2,3053,'Wanted: DWARVES!',83,0,1.5,0,6371,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179439,1,5654,'Contested Banner',84,65,0.75,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179440,1,5654,'[PH] Horde A2 Tower Pre-Banner BIG',0,96,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179441,1,5654,'Contested Banner',84,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179442,1,5654,'[PH] Horde A3 Tower Pre-Banner BIG',0,32,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179443,1,5654,'Contested Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179444,1,5654,'[PH] Horde A4 Tower Pre-Banner BIG',0,96,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179445,1,5653,'Contested Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179446,1,5653,'[PH] Alliance H1 Tower Pre-Banner BIG',0,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179449,1,5653,'Contested Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179450,1,5653,'[PH] Alliance H2 Tower Pre-Banner BIG',0,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179453,1,5653,'Contested Banner',0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179454,1,5653,'[PH] Alliance H3 Tower Pre-Banner BIG',0,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179458,1,5653,'[PH] Alliance H4 Tower Pre-Banner BIG',0,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179465,1,5771,'Alliance Banner',83,65,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179466,1,5772,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179467,1,5773,'Horde Banner',0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179468,1,5774,'Contested Banner',84,65,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179469,0,4653,'Arena Door',114,32,0.872399,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179470,1,5771,'Alliance Banner',0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179471,1,5772,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179472,1,5773,'Horde Banner',84,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179473,1,5774,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179481,1,5771,'Alliance Banner',0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179482,1,5772,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179483,1,5773,'Horde Banner',0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179484,1,5774,'Contested Banner',0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179485,2,5712,'Broken Trap',0,0,3,43,6392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179486,3,5743,'Battered Footlocker',94,2,1,24,16464,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179487,3,5744,'Waterlogged Footlocker',94,2,1,24,16464,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179488,3,5743,'Battered Footlocker',94,2,1,1559,16464,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179489,3,5744,'Waterlogged Footlocker',94,2,1,1559,16464,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179490,3,5743,'Battered Footlocker',94,2,1,1560,16465,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179491,3,5744,'Waterlogged Footlocker',94,2,1,1560,16465,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179492,3,5743,'Dented Footlocker',94,2,1,61,16465,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179493,3,5744,'Mossy Footlocker',94,2,1,61,16465,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179494,3,5743,'Dented Footlocker',94,2,1,1561,16466,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179496,3,5743,'Dented Footlocker',94,2,1,62,16466,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179497,3,5744,'Mossy Footlocker',94,2,1,62,16466,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179498,3,10,'Scarlet Footlocker',94,2,1,599,16467,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179499,3,468,'Ogre Tannin Basket',0,0,1,43,16518,0,1,0,0,8175,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179500,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179501,3,336,'Knot Thimblejack\'s Cache',0,0,1,43,16591,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179502,1,5691,'Doodad_CorruptedCrystalVine01',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179503,0,5692,'Doodad_DireMaulBossForceField01',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179504,1,4714,'Doodad_DireMaulCrystalGenerator04',114,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179505,1,4714,'Doodad_DireMaulCrystalGenerator05',114,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179506,0,5693,'Doodad_DiremaulMagicVortex01',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179507,1,442,'Torch',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179508,1,442,'Torch',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179509,1,442,'Torch',0,0,1,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179510,1,442,'Torch',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179511,5,181,'Knot\'s Ball and Chain',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179512,6,3073,'Fixed Trap',0,0,3,95,0,0,5249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179513,1,442,'Torch',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179516,3,41,'Fengus\'s Chest',0,0,2,43,16523,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179517,2,1387,'Treasure of the Shen\'dralar',0,4,1,43,6418,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179526,3,391,'Warpwood Pod',0,0,1,0,0,0,1,0,0,0,179527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179528,3,391,'Warpwood Pod',0,0,1,57,16548,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179532,3,391,'Warpwood Pod',0,0,1,0,0,0,1,0,0,0,179530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179533,3,391,'Warpwood Pod',0,0,1,0,0,0,1,0,0,0,179531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179544,2,5733,'Skeletal Remains of Kariel Winthalus',0,0,1,0,0,0,5743,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179545,3,10,'The Prince\'s Chest',0,4,1,43,16569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179547,3,4431,'A Dusty Tome',0,0,1.5,93,16563,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179548,3,4431,'A Dusty Tome',0,0,1.5,93,16564,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179549,0,4511,'Door',0,34,1,0,1562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179550,0,4511,'Door',0,34,1.02,0,1562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179551,2,1387,'Hydraxis\' Coffer',0,0,1,43,6436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179552,2,525,'Schematic: Field Repair Bot 74A',0,0,0.75,0,0,3,5749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179553,3,5740,'Core Fragment',0,32,1,43,16570,1,0,0,0,0,0,7487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179554,23,5498,'Meeting Stone',35,0,1,50,60,1477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179555,23,5491,'Meeting Stone',35,0,1,29,38,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179556,3,5742,'The Severed Head of Onyxia',114,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179557,6,1287,'Rallying Call',0,0,1,0,0,0,22888,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179558,3,5745,'The Severed Head of Onyxia',114,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179559,3,5746,'Felvine Shard',0,0,1,43,16594,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179560,6,1287,'Rallying Call',84,0,1,0,0,0,22888,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179561,8,4175,'Onyxia\'s Flame Breath',0,0,1,1223,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179562,3,4175,'Ancient Heated Blade',0,0,1,93,16592,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179563,5,363,'Prince\'s Chest Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179564,3,1387,'Gordok Tribute',0,0,1,57,16577,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179565,3,1387,'Dusty Reliquary',0,4,0.4,43,16593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179584,23,5495,'Meeting Stone',35,0,1,52,60,1584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179585,23,5495,'Meeting Stone',35,0,1,55,60,1583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179586,23,5495,'Meeting Stone',0,0,1,48,60,1584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179587,23,5495,'Meeting Stone',0,0,1,55,60,1583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179588,0,4551,'CavernDoor01',0,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179595,23,5494,'Meeting Stone',35,0,1,24,32,717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179596,23,5498,'Meeting Stone',35,0,1,13,20,2437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179597,23,5498,'Meetingstone01',0,0,1,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179644,3,1667,'Imprisoned Doomguard',0,4,1,43,16668,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179664,5,1647,'Earth Elemental Rift',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179665,5,6397,'Water Elemental Rift',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179666,5,6333,'Fire Elemental Rift',0,0,1.5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179667,5,1647,'Air Elemental Rift',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179668,5,5812,'Warlock Mount Ritual Circle',0,0,3.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179669,5,5813,'Warlock Mount Quest Symbol 1',0,0,1.8,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179670,5,5814,'Warlock Mount Quest Symbol 2',0,0,1.8,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179671,5,5815,'Warlock Mount Quest Symbol 3',0,0,1.8,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179672,1,5873,'Wheel of the Black March',0,0,3,1,1580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179673,1,5872,'Doomsday Candle',0,0,3,1,1580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179674,1,5871,'Bell of Dethmoora',0,0,3,1,1580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179676,5,410,'Fel Fire',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179681,5,5751,'Dreadsteed Portal',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179682,8,375,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179693,5,5457,'Peasant Light Trap',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179694,5,5834,'Death Post',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179695,5,5832,'Slain Peasant',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179696,5,5833,'Slain Peasant',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179697,3,259,'Arena Treasure Chest',0,0,1,1599,16718,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179698,5,5835,'Slain Peasant',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179699,5,5836,'Slain Peasant',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179700,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179703,3,51,'Cache of the Firelord',0,0,1,57,16719,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179704,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179706,9,254,'A Treatise on Military Ranks',0,0,1,2654,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179707,9,5851,'Military Ranks of the Horde & Alliance',0,0,1,2661,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179708,5,4712,'Divination Scryer',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179724,0,3811,'Doodad_PallyDoor01',1375,32,1.00511,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179725,5,26,'Champions\' Hall',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179726,5,26,'Champions\' Hall',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179727,5,26,'Champions\' Hall',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179728,5,26,'Champions\' Hall',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179729,5,26,'Command Center',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179730,5,26,'Command Center',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179731,5,26,'Command Center',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179732,5,26,'SI:7',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179733,5,26,'SI:7',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179734,5,26,'SI:7',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179735,9,3011,'Alliance Military Ranks',0,0,1.87,2676,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179736,5,173,'Champions\' Hall',0,0,0.813008,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179737,5,173,'SI:7',0,0,0.745879,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179738,5,173,'Command Center',0,0,0.745879,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179739,5,309,'Hall of Legends',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179740,5,309,'Hall of Legends',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179741,9,214,'Horde Military Ranks',0,0,1.9032,2677,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179742,5,707,'Hall of Legends',0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179743,5,26,'Command Center',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179744,5,26,'SI:7',0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179745,5,1310,'Divination Scryer Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179747,8,3993,'Terrordale Haunting Spirit',0,0,3,1284,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179748,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179749,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179750,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179751,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179752,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179753,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179754,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179755,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179756,8,602,'Brazier',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179757,7,91,'High Back Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179758,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179759,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179760,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179761,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179762,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179763,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179764,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179765,7,39,'Chair',0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179766,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179767,7,673,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179768,7,673,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179769,7,673,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179770,7,673,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179771,7,673,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179778,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179779,7,673,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179780,7,673,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179781,7,673,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179782,10,345,'Alchemy Set',114,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179784,6,5874,'Suppression Device',14,0,1,55,0,20,22247,0,6,235929600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179785,26,5912,'Silverwing Flag',0,0,2.5,0,8623,23383,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179786,26,5913,'Warsong Flag',0,0,2.5,0,8624,23384,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179804,6,6132,'Drakonid Bones',0,0,1,0,0,0,23361,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179826,3,163,'Secret Plans: Fiery Flux',0,4,1,43,16799,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179827,2,2491,'Wanted/Missing/Lost & Found',35,0,1,0,6572,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179828,3,5911,'Dark Iron Pillow',35,4,0.75,93,16820,0,1,0,0,8540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179830,24,5912,'Silverwing Flag',1314,0,2.5,0,23383,11,23333,23390,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179831,24,5913,'Warsong Flag',210,0,2.5,0,23384,11,23335,23389,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179832,3,5914,'Pillaclencher\'s Ornate Pillow',0,0,2,43,16841,1,0,0,0,0,0,0,0,0,0,0,0,26365,0,0,0,0,0,0,0,0,0,0,0,''), - (179844,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179846,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179862,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179863,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179864,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179871,6,5931,'Speed Buff',114,0,1,0,0,0,23451,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179874,8,201,'',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179875,8,201,'',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179876,8,201,'',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179877,8,201,'',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179878,8,201,'',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179879,2,4891,'Orb of Command',35,0,1,0,0,3,6001,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179880,2,2616,'Drakkisath\'s Brand',35,0,0.25,93,6611,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179881,1,5951,'The Severed Head of Nefarian',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179882,1,5952,'The Severed Head of Nefarian',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179885,8,200,'Campfire',0,0,0.6,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179886,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179887,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179888,2,220,'Rizzle\'s Guarded Plans',35,0,1,93,655,1,6029,0,0,24124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179895,19,5971,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179896,19,5971,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179899,6,5931,'Speed Buff',0,0,1,0,0,0,23451,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179900,6,0,'Big Bonfire Damage',14,0,1,0,1,5,23485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179904,6,5991,'Food Buff',114,0,1,0,0,0,23493,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179905,6,5995,'Berserk Buff',114,0,1,0,0,0,23505,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179906,6,5991,'Food Buff',114,0,1,0,0,0,23493,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179907,6,5995,'Berserk Buff',0,0,1,0,0,0,23505,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179908,3,1208,'Slagtree\'s Lost Tools',0,4,1,43,16919,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179909,9,5992,'Rock of Durotan',0,0,4.39999,2731,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179910,10,5993,'Lard\'s Picnic Basket',0,0,1,43,0,8605,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179911,5,5994,'Message to the Wildhammer',2,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179912,8,1287,'Aerie Peak Town Center',0,0,1,1303,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179913,2,3053,'Call to Arms!',83,0,1.5,0,6691,2,6121,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179914,3,293,'Pile of Bones',0,4,1.25,43,16925,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179915,3,293,'Pile of Skulls',0,4,1.25,43,16924,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179916,0,6011,'Doodad_RazorfenDoor01',114,32,0.900901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179917,0,850,'Doodad_RazorfenDoor02',114,32,0.854701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179918,0,411,'Doodad_PortcullisActive01',114,32,2.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179919,0,411,'Doodad_PortcullisActive02',114,32,2.68149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179920,0,411,'Doodad_PortcullisActive03',114,32,3.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179921,0,411,'Doodad_PortcullisActive04',114,32,2.33271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179922,3,216,'Vessel of Tainted Blood',0,4,0.5,43,16926,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179924,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179944,18,1327,'Meeting Stone Summoning Portal',0,0,1,2,7720,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179945,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179963,5,22,'OUT OF ORDER! Use Postman instead - your GM\'s',0,0,0.4,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179964,5,22,'DARKMOON FAIRE - Coming Soon!',0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179965,5,6091,'Darkmoon Faire Banner',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179967,5,32,'Barrel 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179968,5,251,'Haystack 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179969,5,285,'Replace Crate 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179970,5,286,'Replace Crate 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179972,5,31,'Stormwind Crate 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179973,5,6036,'Inn Barrel',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179975,5,6148,'Water Trough Small',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179976,5,1727,'Beer Keg 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179977,5,6038,'General Lantern 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179984,8,6051,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179985,10,6171,'Spider Egg',114,0,1.75,0,0,0,0,0,1,0,0,0,0,24081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180005,5,6131,'Darkmoon Faire Wagon Loaded',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180006,5,3332,'Outhouse',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180007,5,2270,'Excavation Stake',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180024,2,51,'Mysterious Deadmines Chest',0,0,1,43,6791,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180025,2,6133,'Mysterious Eastvale Haystack',0,0,1,93,6792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180026,5,6134,'Darkmoon Faire Signpost',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180029,5,6137,'DARKMOON FAIRE',0,32,1.75,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180030,5,6138,'Fortune Teller\'s Tent',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180031,5,6139,'Food Tent',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180032,5,6141,'Souvenir Tent',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180034,5,6142,'Ticket Master Tent',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180035,5,6157,'Fence',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180036,5,6144,'Darkmoon Faire Wagon Unloaded',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180037,5,6145,'Haybail 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180038,5,6146,'Haybail 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180039,5,6147,'Animal Trainer Tent',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180040,0,1787,'G_Cage 02',114,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180041,0,4154,'G_Cage 03',114,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180042,5,6149,'Target Practice Tent',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180043,5,4094,'Free Standing Torch 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180044,5,6152,'Shoutbox',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180045,5,5392,'Stormwind Gypsy Wagon',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180046,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180047,5,138,'Westfall Chair',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180048,5,3091,'Mug Foam 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180049,5,3151,'Mug 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180050,5,6156,'Bread French Half',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180051,5,6155,'Bread French 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180052,5,36,'Deadmine Cargo Boxes',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180053,8,197,'Brazier',0,0,1,4,10,181029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180055,2,318,'Mysterious Wailing Caverns Chest',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180056,2,6158,'Mysterious Tree Stump',0,0,1.28724,93,6812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180057,6,344,'Bubbly Fissure',0,0,0.98,0,0,8,17775,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180058,1,6251,'Alliance Banner',83,32,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180059,1,6252,'Contested Banner',83,32,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180060,1,6253,'Horde Banner',84,32,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180061,1,6254,'Contested Banner',84,32,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180064,1,6251,'Alliance Banner',0,0,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180065,1,6252,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180066,1,6253,'Horde Banner',0,0,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180067,1,6254,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180068,1,6251,'Alliance Banner',0,0,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180069,1,6252,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180070,1,6253,'Horde Banner',84,32,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180071,1,6254,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180072,1,6251,'Alliance Banner',0,0,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180073,1,6252,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180074,1,6253,'Horde Banner',0,0,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180075,1,6254,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180076,1,6251,'Alliance Banner',83,32,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180077,1,6252,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180078,1,6253,'Horde Banner',0,0,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180079,1,6254,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180085,1,6252,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180086,1,6254,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180087,10,6271,'Stable Banner',0,0,1,1479,0,0,196608,0,0,0,0,0,0,23932,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,''), - (180088,10,6271,'Blacksmith Banner',0,0,1,1479,0,0,196608,0,0,0,0,0,0,23936,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,''), - (180089,10,6271,'Farm Banner',0,0,1,1479,0,0,196608,0,0,0,0,0,0,23935,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,''), - (180090,10,6271,'Lumber Mill Banner',0,0,1,1479,0,0,196608,0,0,0,0,0,0,23938,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,''), - (180091,10,6271,'Mine Banner',0,0,1,1479,0,0,196608,0,0,0,0,0,0,23937,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,''), - (180092,1,6252,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180093,1,6254,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180094,1,6252,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180095,1,6254,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180096,1,6252,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180097,1,6254,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180098,1,6252,'Contested Banner',83,32,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180099,1,6254,'Contested Banner',84,32,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180100,6,2232,'Alliance Banner Aura',114,32,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180101,6,1311,'Horde Banner Aura',114,32,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180102,6,266,'Neutral Banner Aura',114,32,5,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180104,0,1787,'Zandalar Cage',114,32,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180105,10,343,'Circle of Binding',114,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180124,5,6231,'Lighthouse Beam',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180125,6,4251,'Liquid Fire',0,0,1,0,60,0,23972,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180144,6,5991,'Food Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180145,6,5991,'Food Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180146,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180147,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180148,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180164,3,2315,'Sungrass',0,0,1.8,441,17201,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180165,3,2314,'Purple Lotus',0,0,1,439,17200,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180166,3,4633,'Mountain Silversage',0,0,1.8,1121,17204,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180167,3,4652,'Golden Sansam',0,0,1,1119,17202,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180168,3,4635,'Dreamfoil',0,0,1,1120,17203,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180184,25,6291,'School of Fish',0,0,1,3,1415,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180206,5,100,'Grom\'s Troll Tribute',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180208,5,4152,'Grom\'s Forsaken Tribute',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180210,5,6313,'Uther\'s Human Tribute',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180214,5,56,'Uther\'s Dwarf Tribute',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180215,3,3952,'Hakkari Thorium Vein',94,0,0.5,939,17241,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180216,3,28,'Whipweed',0,4,0.6,43,17299,0,1,0,0,0,180217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180217,6,1287,'Whipweed Entangle Trap',14,0,0.1,0,56,0,24170,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180218,5,60,'Arathi Basin Pumpkin',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180219,5,6325,'Arathi Basin Pumpkin Patch',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180220,5,758,'Arathi Basin Bone01',0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180222,5,6327,'Arathi Basin Bone02',0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180223,5,4173,'Arathi Basin BlastedLandsSkull01',0,0,1.25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180224,5,6328,'Arathi Basin BlastedLandsBonePile02',0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180225,5,6329,'Arathi Basin BlastedLandsBonePile03',0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180226,5,4112,'Arathi Basin Doomweed01',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180227,5,4111,'Arathi Basin Gloomweed01',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180228,3,6393,'Jinxed Hoodoo Pile',94,0,1,57,17259,0,1,0,0,0,180247,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180229,3,6393,'Jinxed Hoodoo Pile',94,0,1,57,17259,0,1,0,0,0,180244,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180244,6,1287,'Jinxed Hoodoo Pile',94,0,0.5,95,0,0,24184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180245,8,375,'Doodad_SmallBrazierNoOmni20',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180246,5,3013,'Zul\'s Aura',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180247,6,1287,'Jinxed Hoodoo Pile',94,0,0.5,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180248,25,6291,'School of Tastyfish',0,0,1,3,17280,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180249,5,6332,'Heart of Hakkar Air Rift',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180250,5,6333,'Heart of Hakkar Fire Rift',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180252,10,6352,'Troll Hero Lightning',114,0,0.5,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180253,5,6332,'Troll Hero Air Portal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180254,5,6333,'Troll Hero Fire Portal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180255,0,6353,'ALLIANCE DOOR',114,32,1.58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180256,0,6354,'HORDE DOOR',114,32,1.57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180322,5,6391,'Ghost Gate',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180323,0,4552,'Gates of Zul\'Gurub',0,32,1,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180324,5,6356,'Dwarven Table Ornate 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180325,7,39,'Chair',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180326,5,6362,'OrcBench01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180327,1,2570,'Brazier of Madness',0,0,2,0,1619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180328,5,240,'General Candelabra 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180329,5,297,'Jar 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180330,5,6358,'Jar 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180331,5,6359,'Jar 03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180332,5,213,'Jug 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180333,5,7,'Jug 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180334,5,6360,'Stormwind Rug 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180335,5,3972,'Darkmoon Faire Music Doodad',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180337,5,331,'Orc Table Cooker Fire 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180338,5,100,'Candle 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180339,5,6363,'Candle 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180340,5,6364,'Candle 03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180341,5,6365,'Jar Orc 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180342,5,21,'Jar Orc 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180345,5,6367,'Jar Orc 03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180346,3,6366,'Mudskunk Lure',0,0,1,0,17320,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180347,5,6368,'Jar Orc 04',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180348,5,6369,'Jar Orc 05',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180349,5,258,'Jar Orc 06',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180350,5,458,'Orc Jug 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180351,5,459,'Orc Jug 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180352,5,6370,'General Torch 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180353,5,4094,'Freestanding Torch 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180358,2,5,'Gri\'lek, with the Iron Blood',0,0,1,0,0,1,6448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180362,6,5991,'Food Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180364,2,5,'Hazza\'rah, the Dreamweaver',0,0,1,0,0,1,6449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180365,2,5,'Renataki, of the Thousand Blades',0,0,1,0,0,1,6450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180366,2,318,'Battered Tackle Box',0,0,1,43,6971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180367,9,5,'Altar of Zanza',0,0,0.46,2785,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180368,2,5,'Tablet of Madness',0,0,1.38,0,0,0,6443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180369,25,6291,'Muddy Churning Waters',0,0,1,3,17321,2,3,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180370,3,381,'Harvest Fruit',0,0,0.5,93,17323,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180371,3,564,'Harvest Fish',0,0,0.5,93,17324,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180372,3,566,'Harvest Boar',0,0,0.5,93,17325,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180373,3,6371,'Harvest Nectar',0,0,1,93,17326,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180374,3,6153,'Harvest Nectar',0,0,1,93,17326,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180376,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180377,6,5991,'Food Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180378,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180379,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180380,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180381,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180382,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180383,6,5991,'Food Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180384,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180385,10,6392,'Troll Hero Portal Sound',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180386,5,6383,'Gong',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180391,6,327,'Heart of Hakkar Spell Emitter',35,0,0.01,0,0,0,24425,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180392,3,213,'Full Jug',0,0,1,57,17331,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180393,2,5,'Wushoolay, the Storm Witch',0,0,1,0,0,1,6451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180394,5,6707,'PVP HOLIDAY HORDE CTF',1375,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180395,5,6387,'PVP HOLIDAY HORDE AV',1375,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180396,5,6388,'PVP HOLIDAY HORDE ARATHI',1375,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180397,5,6135,'PVP HOLIDAY GENERIC SIGNPOST',1375,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180398,5,5651,'PVP HOLIDAY ALLIANCE ARATHI',1375,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180399,5,6389,'PVP HOLIDAY ALLIANCE AV',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180400,5,6390,'PVP HOLIDAY ALLIANCE CTF',1375,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180401,10,6392,'Heart of Hakkar Portal Sound',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180402,5,6395,'Heart of Hakkar Object',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180403,5,6396,'Soapbox',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180404,1,363,'Servant of the Hand Summoning Circle',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180405,5,6351,'G_Pumpkin_01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180406,5,6398,'G_Pumpkin_02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180407,5,6399,'G_Pumpkin_03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180408,5,6400,'G_WitchHat_01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180409,5,6401,'G_WitchBroom_01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180410,5,6402,'G_HangingSkeleton_01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180411,5,6403,'G_Ghost_01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180412,5,6404,'G_CandyBucket_01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180415,5,4152,'CandleBlack01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180417,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180418,10,6211,'Snowfall Banner',0,0,1,1479,0,0,196608,0,0,0,0,0,0,24677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180419,1,5772,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180420,1,5774,'Contested Banner',0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180421,6,6492,'Alliance Banner Aura, Large',0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180422,6,1311,'Horde Banner Aura, Large',0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180423,6,266,'Neutral Banner Aura, Large',0,0,10,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180424,0,3751,'Alterac Valley Gate',0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180425,5,6406,'SkullCandle01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180426,5,6407,'Bat01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180427,5,6408,'Bat02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180428,5,6401,'G_WitchBroom_01 scale 0.5',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180429,5,6400,'G_WitchHat_01 scale 0.5',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180430,1,2570,'Brazier of Madness - Inert',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180431,5,6351,'G_Pumpkin_01 scale 4.0',0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180432,5,6388,'Forsaken Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180433,1,6422,'The Wickerman',0,16,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180434,5,6411,'Bonfire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180435,3,323,'Noggle\'s Satchel',35,4,1,93,17349,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180436,3,6419,'Twilight Tablet Fragment',35,4,0.25,93,17350,0,1,0,0,0,180583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180437,2,6421,'Wickerman Ember',83,0,5,43,0,0,6535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180438,8,680,'Bonfire',0,0,1.13,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180439,8,680,'Bonfire',0,0,0.95,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180440,8,680,'Bonfire',0,0,0.82,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180441,8,680,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180442,8,680,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180443,8,680,'Bonfire',0,0,0.87,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180444,8,680,'Bonfire',0,0,0.87,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180448,2,3053,'Wanted Poster: Deathclasp',35,0,1,0,7009,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180449,5,237,'Forsaken Stink Bomb',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180450,6,3712,'Forsaken Stink Bomb Cloud',0,0,1,0,0,0,24918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180451,19,1948,'Mailbox',994,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180452,10,6429,'Blastenheimer 5000 Ultra Cannon',0,0,1,0,0,0,0,0,0,5,0,0,0,24743,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180453,2,6414,'Hive\'Regal Glyphed Crystal',35,0,1,0,0,0,6561,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180454,2,6415,'Hive\'Ashi Glyphed Crystal',35,0,1,0,0,0,6560,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180455,2,6416,'Hive\'Zora Glyphed Crystal',35,0,1,0,0,0,6559,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180456,2,6425,'Lesser Wind Stone',0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180461,2,6426,'Wind Stone',0,0,1,0,0,0,6542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180466,2,6427,'Greater Wind Stone',0,0,1,0,0,0,6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180471,5,6417,'HangingSkullLight01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180472,5,6418,'HangingSkullLight02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180473,5,475,'Brazier',0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180474,5,475,'Brazier',0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180475,5,475,'Brazier',0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180476,5,475,'Brazier',0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180477,5,475,'Brazier',0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180478,5,475,'Brazier',0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180479,5,475,'Brazier',0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180480,5,475,'Brazier',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180497,0,6385,'Forcefield',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180501,3,6420,'Twilight Tablet Fragment',35,4,0.25,93,17350,0,1,0,0,0,180583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180502,6,3972,'Wind Stone',14,0,1,0,0,0,24803,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180503,2,470,'Sandy Cookbook',35,0,1,0,7013,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180511,3,220,'Scroll of Scourge Magic',0,4,1.25,57,17370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180514,1,6431,'Glyphed Crystal Prism',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180515,10,6429,'Blastenheimer 5000 Ultra Cannon',0,0,1,0,0,0,0,0,0,5,0,0,0,24832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180516,10,3011,'Shrine of Dath\'Remar',0,0,3.01,0,0,0,0,0,0,0,2936,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180517,6,6432,'Putrid Mushroom',0,0,1,0,0,0,24871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180518,2,6425,'Lesser Wind Stone',0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180523,3,6405,'Apple Bob',0,0,1,0,17378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180524,1,6424,'Tonk Control Console',35,0,1,0,1634,19660800,180525,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180526,10,1827,'Gong of Bethekk',0,0,1,0,0,9066,196608,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gong_of_bethekk'), - (180529,2,6425,'Lesser Wind Stone',0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180534,2,6426,'Wind Stone',0,0,1,0,0,0,6542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180539,2,6427,'Greater Wind Stone',0,0,1,0,0,0,6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180544,2,6425,'Lesser Wind Stone',0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180549,2,6425,'Lesser Wind Stone',0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180554,2,6426,'Wind Stone',0,0,1,0,0,0,6542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180559,2,6427,'Greater Wind Stone',0,0,1,0,0,0,6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180564,2,6425,'Lesser Wind Stone',0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180570,2,319,'Keg',83,0,1.15,0,7036,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180573,5,6430,'Cannon Target',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180575,5,319,'Keg',0,0,1.15,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180582,25,6291,'Oily Blackmouth School',0,0,1,4,17440,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180583,6,263,'Twilight Tablet Fragment',1375,0,1,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180598,5,6491,'AQWar - Resource, Bandages, Alliance, Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180601,2,6451,'Unstable Rift Crystal',0,0,1,0,0,0,6600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180604,5,6452,'Merithra\'s Wake',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180605,5,6465,'IronForgeSteamTank',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180606,0,4132,'Prismatic Barrier',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180607,0,4133,'Ancient Roots',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180608,0,4134,'Glyphs of Warding',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180619,0,6486,'Ossirian Crystal',35,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_ossirian_crystal'), - (180620,5,1287,'Music Box Silithus',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180631,8,6467,'Alchemy Lab',0,0,1,663,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180632,8,6467,'Alchemy Lab',0,0,1,663,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180633,2,5746,'Crystalline Tear',776,0,1,0,7062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_crystalline_tear'), - (180634,0,6470,'Door',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180635,0,6470,'Door',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180636,0,6471,'Door',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180640,5,263,'Blue aura, short column',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180642,2,528,'Inconspicuous Crate',0,0,1,0,7086,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180647,6,6483,'Sand Trap',0,0,1,0,0,0,25656,1,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180651,5,6479,'Shovel',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180652,2,49,'Freshly Dug Dirt',0,0,1,0,7091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180653,5,6481,'Treasure Marker',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180654,3,5333,'Hardpacked Snowdrift',0,0,1,43,17489,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180655,25,6434,'Floating Debris',0,0,1,4,17441,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180656,25,6435,'Sagefish School',0,0,1,4,17494,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180657,25,6482,'Firefin Snapper School',0,0,1,4,17500,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180658,25,6291,'School of Deviate Fish',0,0,1,4,17496,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180660,8,0,'Drop-Off Point',0,0,1,1348,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180661,25,6485,'Oil Spill',0,0,1,4,17500,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180662,25,6434,'Schooner Wreckage Pool',0,0,1,4,17498,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180663,25,6435,'Sagefish School',0,0,1,4,17502,4,8,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180664,25,6291,'Oily Blackmouth School',0,0,1,4,17497,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180665,2,107,'Draconic for Dummies',35,0,1,43,180665,0,6669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180666,2,107,'Draconic for Dummies',35,0,1,43,180666,0,6670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180667,2,6488,'Draconic for Dummies',35,0,1,43,180667,0,6668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180669,8,6434,'Swirling Maelstrom',0,0,1,1349,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180671,3,644,'Xandivious\' Demon Bag',0,0,1,43,17516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180674,5,6493,'AQWar - Resource, Bandages, Alliance, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180675,5,6494,'AQWar - Resource, Bandages, Alliance, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180676,5,6495,'AQWar - Resource, Bandages, Alliance, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180677,5,6496,'AQWar - Resource, Bandages, Alliance, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180678,5,6497,'AQWar - Resource, Bandages, Alliance, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180679,5,6498,'AQWar - Resource, Cooking/Herbs, Alliance Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180680,5,6499,'AQWar - Resource, Bars, Alliance, Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180681,5,6500,'AQWar - Resource, Skins, Alliance, Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180682,25,6291,'Oily Blackmouth School',0,0,1,4,17520,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180683,25,6482,'Firefin Snapper School',0,0,1,4,17521,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180684,25,6435,'Greater Sagefish School',0,0,1,4,17519,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180685,25,6434,'Waterlogged Wreckage Pool',0,0,1,4,17518,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180688,8,197,'Cooking Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180689,8,375,'Cooking Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180690,3,6502,'Large Scarab Coffer',94,2,2,1630,17533,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (180691,3,6502,'Scarab Coffer',0,2,1.4,1629,17532,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180692,5,6503,'AQWar - Resource, Skins, Alliance, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180693,5,6504,'AQWar - Resource, Skins, Alliance, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180694,5,6505,'AQWar - Resource, Skins, Alliance, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180695,5,6506,'AQWar - Resource, Skins, Alliance, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180696,5,6507,'AQWar - Resource, Skins, Alliance, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); - -INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `faction`, `flags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `mingold`, `maxgold`, `ScriptName`) + (171728,7,648,'Dwarven High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171729,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171730,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171731,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171732,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171733,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171734,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171735,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171736,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171737,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171738,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171739,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171740,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171741,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171742,8,679,'Potbelly Stove',0,0,0,1.1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171743,8,679,'Potbelly Stove',0,0,0,1.1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171744,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171745,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171746,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171747,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171748,5,666,'Berryfizz\'s Potions and Mixed Drinks',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171749,5,659,'Things That Go Boom!',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171750,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171751,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171752,19,2190,'Mailbox',55,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171753,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171754,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171755,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171756,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171757,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171758,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171759,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171760,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171761,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171762,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171763,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171764,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171765,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171766,5,660,'The Great Forge',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171767,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171768,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171769,8,197,'Dwarven Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171770,5,640,'Longberry\'s Reagents',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171771,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171772,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171773,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171774,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171775,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171776,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171938,3,3451,'Cactus Apple',0,4,0,1,259,11500,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171939,2,3231,'Corrupted Songflower',0,4,0,2,0,4465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171940,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4079,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171941,6,327,'Keg Trap',0,0,0,1,0,0,0,15252,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171942,2,3231,'Corrupted Songflower',0,4,0,2,0,4464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (171943,10,3232,'Cleansed Songflower',0,0,0,2,259,0,2244,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172911,8,3311,'The Black Anvil',0,0,0,1,623,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172941,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172942,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172943,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172944,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172945,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172946,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172947,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172948,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172949,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172950,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172951,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172952,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172953,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172954,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172955,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172956,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172957,5,309,'Valley of Wisdom',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172958,5,309,'Valley of Honor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172959,5,309,'The Drag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172960,5,309,'Cleft of Shadow',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172961,5,309,'Valley of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172962,5,309,'Valley of Wisdom',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172963,5,309,'The Drag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172964,5,309,'Valley of Honor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172965,5,309,'Valley of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172966,5,309,'Valley of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172967,5,309,'Valley of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172968,5,309,'Valley of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172969,5,309,'Valley of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172970,5,309,'Valley of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172971,5,309,'Talon Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172972,5,309,'Talon Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172973,5,309,'Cleft of Shadow',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172974,5,309,'Valley of Wisdom',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172975,5,309,'Cleft of Shadow',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172976,5,309,'Valley of Wisdom',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172977,5,309,'The Drag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172978,5,309,'Thrall\'s Fortress',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172979,5,309,'The Drag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172980,5,309,'Cleft of Shadow',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172981,5,309,'Valley of Honor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172982,5,309,'Valley of Strength',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172983,5,309,'Cleft of Shadow',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172984,5,309,'Valley of Honor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172985,5,309,'Valley of Wisdom',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172986,5,309,'Orgrimmar Main Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172987,5,309,'Cleft of Shadow',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172988,5,309,'Valley of Strength',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172989,5,309,'Valley of Honor',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172990,5,309,'Valley of Wisdom',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172991,5,309,'Orgrimmar Main Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172992,5,309,'The Drag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172993,5,309,'Valley of Strength',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172994,5,309,'Orgrimmar Main Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172995,5,309,'Valley of Spirits',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172996,5,309,'Valley of Strength',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172997,5,309,'Orgrimmar Main Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172998,8,475,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (172999,8,475,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173000,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173001,8,474,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173002,8,474,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173003,8,474,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173004,8,474,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173005,5,714,'Darkfire Enclave',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173006,5,711,'Spiritfury Reagents',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173007,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173008,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173009,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173010,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173011,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173012,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173013,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173014,8,409,'Meat Rack',0,0,0,0.8,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173015,8,409,'Meat Rack',0,0,0,0.8,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173016,5,709,'Borstan\'s Firepit',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173017,5,710,'Gotri\'s Travelling Gear',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173018,5,712,'Magar\'s Cloth Goods',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173019,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173020,5,713,'Jandi\'s Arboretum',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173021,5,711,'Yelmak\'s Alchemy and Potions',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173022,5,714,'Godan\'s Runeworks',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173023,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173024,5,710,'Droffers And Sons Salvage',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173025,5,709,'Stranglethorn Imported Fruits',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173026,8,409,'Meat Rack',0,0,0,0.8,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173027,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173028,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173029,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173030,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173031,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173032,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173033,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173034,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173035,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173036,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173037,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173038,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173039,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173040,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173041,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173042,8,373,'Mighty Blaze',0,0,0,1.27,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173043,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173044,5,712,'Kodohide Leatherworkers',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173045,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173046,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173047,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173048,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173049,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173050,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173051,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173052,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173053,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173054,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173055,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173056,5,710,'Asoran\'s Market',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173057,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173058,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173059,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173060,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173061,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173062,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173063,8,305,'Forge',0,0,0,1.08,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173064,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173065,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173066,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173067,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173068,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173069,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173070,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173071,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173072,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173073,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173074,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173075,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173076,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173077,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173078,5,707,'Arms of Legend',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173079,5,707,'Kiro\'s Harnesses',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173080,5,715,'Orgrimmar Bowyer',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173081,5,716,'Red Canyon Mining',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173082,5,716,'Nogg\'s Machine Shop',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173083,5,716,'The Burning Anvil',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173084,5,707,'Hall of the Brave',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173085,5,707,'Hunter\'s Hall',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173086,5,709,'Lumak\'s Fishing',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173087,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173088,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173089,8,373,'Mighty Blaze',0,0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173090,8,373,'Mighty Blaze',0,0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173091,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173092,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173093,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173094,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173095,8,209,'Forge',0,0,0,1.10976,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173096,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173097,8,373,'Mighty Blaze',0,0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173098,8,373,'Mighty Blaze',0,0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173099,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173100,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173101,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173102,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173103,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173104,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173105,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173106,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173107,8,331,'Orc Cooker',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173108,8,409,'Meat Rack',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173109,8,409,'Meat Rack',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173110,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173111,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173112,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173113,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173114,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173115,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173116,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173117,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173118,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173119,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173120,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173121,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173122,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173123,8,408,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173124,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173125,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173126,8,375,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173127,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173128,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173129,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173130,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173131,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173132,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173133,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173134,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173135,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173136,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173137,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173138,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173139,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173140,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173141,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173142,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173143,8,375,'Mighty Blaze',0,0,0,0.819672,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173144,8,375,'Mighty Blaze',0,0,0,0.819672,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173145,8,375,'Mighty Blaze',0,0,0,0.819672,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173146,8,375,'Mighty Blaze',0,0,0,0.819672,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173147,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173148,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173149,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173150,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173151,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173152,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173153,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173154,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173155,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173156,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173157,5,707,'Skyfury Staves',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173158,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173159,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173160,5,714,'Spirit Lodge',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173161,5,714,'Darkbriar Lodge',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173162,5,711,'Survival of the Fittest',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173163,8,475,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173164,8,475,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173165,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173166,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173167,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173168,5,707,'The Slow Blade',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173169,5,713,'Rekkul\'s Poisons',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173170,5,707,'Shadowswift Brotherhood',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173171,8,474,'Mighty Blaze',0,0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173172,8,474,'Mighty Blaze',0,0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173173,5,714,'Shadowdeep Reagents',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173174,5,713,'Dark Earth Fungus and Mushrooms',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173175,8,474,'Mighty Blaze',0,0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173176,8,474,'Mighty Blaze',0,0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173177,5,707,'Ironwood Staves and Wands',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173178,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173179,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173180,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173181,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173182,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173183,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173184,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173185,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173186,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173187,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173188,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173189,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173190,8,408,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173191,8,408,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173192,8,408,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173193,8,408,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173194,8,408,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173195,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173196,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173197,8,373,'Mighty Blaze',0,0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173198,8,373,'Mighty Blaze',0,0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173199,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173200,8,374,'Mighty Blaze',0,0,0,1.60877,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173201,8,374,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173202,5,717,'Soran\'s Leather and Steel Armory',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173203,5,710,'Orgrimmar General Store',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173204,8,373,'Mighty Blaze',0,0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173205,8,373,'Mighty Blaze',0,0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173206,8,374,'Mighty Blaze',0,0,0,1.4364,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173207,8,374,'Mighty Blaze',0,0,0,1.75241,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173208,8,409,'Meat Rack',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173209,8,409,'Meat Rack',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173210,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173211,8,373,'Mighty Blaze',0,0,0,1.19,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173212,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173213,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173214,8,373,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173215,5,707,'The Shattered Axe',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173216,5,708,'Bank of Orgrimmar',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173217,5,709,'The Chophouse',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173218,5,707,'Boomstick Imports',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173219,5,710,'The Skytower',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173220,5,710,'Horde Embassy',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173221,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173222,5,710,'Orgrimmar Auction House',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173223,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173224,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173225,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173226,8,375,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173227,0,2128,'AuctionNode',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173228,8,375,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173229,8,375,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173230,8,375,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173231,8,375,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173232,3,525,'Blacksmithing Plans',0,0,0,0.5,43,11524,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173234,3,525,'Blacksmithing Plans',0,0,0,0.5,43,11525,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173265,2,3332,'Wooden Outhouse',35,0,0,1,0,3572,0,2387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173266,3,2530,'Goodsteel Ledger',0,4,0,1,43,11582,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173284,2,3256,'Corrupted Whipper Root',0,4,0,2,0,4443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173324,2,3251,'Corrupted Night Dragon',0,4,0,2,0,4447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173325,10,3252,'Cleansed Night Dragon',0,0,0,2,259,0,4178,0,0,0,1500,0,0,0,15344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173326,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4185,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (173327,2,3253,'Corrupted Windblossom',0,4,0,2,0,4115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174045,8,3351,'The Black Forge',0,0,0,1,543,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174407,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174408,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174409,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174410,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174411,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174412,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174413,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174414,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174415,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174416,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174417,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174418,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174419,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174420,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174421,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174422,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174423,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174424,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174425,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174426,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174427,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174428,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174429,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174430,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174431,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174432,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174433,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174434,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174435,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174436,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174437,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174438,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174439,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174440,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174441,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174442,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174443,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174444,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174445,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174446,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174447,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174448,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174449,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174450,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174451,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174452,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174453,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174454,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174455,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174456,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174457,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174458,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174459,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174460,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174461,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174462,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174463,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174464,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174465,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174466,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174467,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174468,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174469,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174470,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174471,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174472,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174473,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174474,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174475,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174476,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174477,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174478,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174479,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174480,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174481,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174482,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174483,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174484,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174485,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174486,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174487,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174488,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174489,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174490,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174491,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174492,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174493,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174494,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174495,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174496,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174497,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174498,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174499,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174500,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174501,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174502,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174503,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174504,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174505,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174506,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174507,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174508,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174509,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174510,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174511,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174512,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174513,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174514,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174515,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174516,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174517,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174518,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174519,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174520,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174521,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174522,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174523,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174524,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174525,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174526,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174527,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174528,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174529,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174530,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174531,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174532,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174533,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174534,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174535,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174536,7,39,'Chair',0,0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174537,7,39,'Chair',0,0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174538,7,39,'Chair',0,0,0,1.00671,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174539,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174540,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174541,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174542,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174543,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174544,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174545,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174546,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174547,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174548,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174549,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174550,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174551,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174552,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174553,0,3077,'Secret Door',14,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174554,0,3076,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174555,0,3076,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174556,0,3076,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174557,0,3076,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174558,0,3076,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174559,0,3075,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174560,0,3075,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174561,0,3075,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174562,0,3075,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174563,0,3075,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174564,0,3075,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174565,0,3078,'Dark Coffer',0,32,0,1,0,659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174566,0,3076,'Relic Coffer Door',0,32,0,1,0,639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_relic_coffer_door'), + (174594,2,3231,'Corrupted Songflower',0,4,0,2,0,2878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174595,2,3231,'Corrupted Songflower',0,4,0,2,0,3363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174596,2,3231,'Corrupted Songflower',0,4,0,2,0,4113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174597,2,3231,'Corrupted Songflower',0,4,0,2,0,4114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174598,2,3231,'Corrupted Songflower',0,4,0,2,0,4116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174599,2,3253,'Corrupted Windblossom',0,4,0,2,0,4221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174600,2,3253,'Corrupted Windblossom',0,4,0,2,0,4222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174601,2,3253,'Corrupted Windblossom',0,4,0,2,0,4403,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174602,2,3253,'Corrupted Windblossom',0,4,0,2,0,996,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174603,2,3253,'Corrupted Windblossom',0,4,0,2,0,998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174604,2,3253,'Corrupted Windblossom',0,4,0,2,0,4466,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174605,2,3256,'Corrupted Whipper Root',0,4,0,2,0,4444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174606,2,3256,'Corrupted Whipper Root',0,4,0,2,0,4445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174607,2,3256,'Corrupted Whipper Root',0,4,0,2,0,4446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174608,2,3251,'Corrupted Night Dragon',0,4,0,2,0,4448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174609,10,3252,'Cleansed Night Dragon',0,0,0,2,43,0,4247,0,0,0,1500,0,0,0,15344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174610,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4215,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174612,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4216,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174613,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4217,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174614,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4218,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174615,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4219,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174616,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4192,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174617,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4193,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174618,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4194,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174619,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4195,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174620,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4196,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174621,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4197,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174622,10,3255,'Cleansed Whipper Root',0,0,0,2,43,0,4234,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174623,10,3255,'Cleansed Whipper Root',0,0,0,2,43,0,4235,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174624,10,3255,'Cleansed Whipper Root',0,0,0,2,43,0,4236,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174625,10,3255,'Cleansed Whipper Root',0,0,0,2,43,0,4237,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174626,0,413,'Scholomance Door',0,34,0,1.15,0,1159,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174682,2,2491,'Beware of Pterrordax',0,4,0,1,0,3635,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174683,5,558,'J.D.\'s Manual',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174684,2,3251,'Corrupted Night Dragon',0,4,0,2,0,4462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174685,10,3252,'Cleansed Night Dragon',0,0,0,2,259,0,4265,0,0,0,1500,0,0,0,15344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174686,2,3256,'Corrupted Whipper Root',0,4,0,2,0,4461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174687,10,3255,'Cleansed Whipper Root',0,0,0,2,43,0,4260,0,0,0,1500,0,0,0,15343,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174698,7,987,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174699,7,987,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174700,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174701,7,990,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174702,7,987,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174708,2,3253,'Corrupted Windblossom',0,4,0,2,0,4467,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174709,2,3253,'Corrupted Windblossom',0,4,0,2,0,1514,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174710,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4284,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174711,10,3254,'Cleansed Windblossom',0,0,0,1,259,0,4288,0,0,0,1500,0,0,0,15342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174712,2,3231,'Corrupted Songflower',0,4,0,2,0,4118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174713,2,3231,'Corrupted Songflower',0,4,0,2,0,4401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174714,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4276,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174715,10,3232,'Cleansed Songflower',0,0,0,2,259,0,4280,0,0,0,1500,0,0,0,15366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174728,3,31,'Damaged Crate',0,4,0,1,43,11626,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174729,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174730,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174744,1,3411,'Shadowforge Brazier',0,0,0,1,0,799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_shadowforge_brazier'), + (174745,1,3411,'Shadowforge Brazier',0,0,0,1,0,799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_shadowforge_brazier'), + (174746,9,3412,'Etched Note',0,0,0,1,1591,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174764,8,1708,'Witherbark Totem Bundle',0,0,0,1,0,10,103661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174792,8,3431,'Gorishi Silithid Crystal',0,0,0,3,643,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174793,8,0,'Gorishi Hive Hatchery',0,0,0,2.49,463,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174794,8,0,'Mirror Lake Waterwall',0,0,0,2.49,123,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174795,8,0,'Auberdine Moonwell',0,0,0,2.49,703,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174796,8,0,'Sandsorrow Watch Water Hole',0,0,0,2.49,323,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174797,8,0,'Xavian Waterfall',0,0,0,2.49,163,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174846,8,349,'Fierce Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174847,8,349,'Mighty Blaze',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174848,2,3572,'Testing Equipment',83,0,0,1,0,3751,0,2581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174849,0,3471,'',114,32,0,0.655774,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174857,5,726,'Jazzik\'s General Goods',0,0,0,0.500729,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174858,5,725,'Ironzar\'s Imported Weaponry',0,0,0,0.507614,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174859,8,408,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174860,8,350,'Doodad_MediumBrazier02',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174861,8,351,'Doodad_SmallBrazier01',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174862,8,679,'Stove',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174863,8,679,'Stove',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174864,7,380,'Doodad_GeneralChairLoEnd75',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174865,7,380,'Doodad_GeneralChairLoEnd64',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174866,7,380,'Doodad_GeneralChairLoEnd72',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174867,7,380,'Doodad_GeneralChairLoEnd66',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174868,7,380,'Doodad_GeneralChairLoEnd76',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174869,7,380,'Doodad_GeneralChairLoEnd78',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174870,7,380,'Doodad_GeneralChairLoEnd79',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174871,7,380,'Doodad_GeneralChairLoEnd81',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174872,8,679,'Stove',0,0,0,0.86314,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174873,7,673,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174874,7,673,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174875,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174876,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174877,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174878,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174879,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174880,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174881,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174882,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174883,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174884,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174885,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174886,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174887,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174888,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174889,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174890,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174891,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174892,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174893,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174894,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174895,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174896,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174897,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174898,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174899,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174900,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174901,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174902,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174903,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174904,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174905,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174906,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174907,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174908,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174909,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174910,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174911,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174932,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174933,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174934,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174935,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174936,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174937,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174938,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174939,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174940,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174941,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174942,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174943,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174944,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174945,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174946,7,92,'Chair',0,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174953,8,349,'Burning Embers',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174954,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174955,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174956,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174957,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174958,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174959,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174960,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174961,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174962,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174963,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174964,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174965,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174966,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174967,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174968,7,92,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174974,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174975,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174976,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174977,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174978,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174979,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174980,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174981,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174982,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174983,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174984,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174985,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174986,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174987,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174994,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174995,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174996,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174997,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (174998,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175001,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175002,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175003,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175004,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175005,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175006,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175007,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175008,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175009,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175010,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175011,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175012,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175013,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175014,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175015,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175016,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175017,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175018,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175019,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175020,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175021,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175022,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175023,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175024,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175025,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175026,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175027,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175028,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175029,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175030,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175075,8,194,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175076,8,194,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175078,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175080,15,3031,'Grom\'Gol Base Camp - Orgrimmar',0,40,0,1,285,30,1,0,0,0,589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175084,2,2373,'The Sparklematic 5200',0,4,0,1,0,3771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175085,2,2373,'The Sparklematic 5200',0,4,0,1,0,3772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175087,2,2373,'The Sparklematic 5200',0,4,0,1,0,3771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175104,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175124,6,3891,'Rookery Egg',0,0,0,1,821,0,3,15745,1,0,983040,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175144,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175145,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175146,8,602,'Cooking Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175148,8,396,'Doodad_UndeadCampFire25',0,0,0,1.33,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175149,7,91,'Doodad_GeneralMedChair02',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175150,7,91,'Doodad_GeneralMedChair03',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175151,7,91,'Doodad_GeneralMedChair04',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175153,0,2750,'Emberseer Out',114,32,0,0.909789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175165,3,10,'Silver Dawning\'s Lockbox',0,4,0,1,93,12600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175166,3,10,'Mist Veil\'s Lockbox',0,4,0,1,93,12601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175167,0,413,'Viewing Room Door',0,34,0,2.1507,0,1199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175179,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175180,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175181,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175185,0,2451,'Doodad_Drake_Rider_portcullis',114,32,0,0.421941,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175186,0,3751,'Doodad_Portcullis_TOBOSSROOMS',114,32,0,1.36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175187,1,2670,'Doodad_DarkIronDwarfRune_A01',114,0,0,1.1322,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175194,1,2671,'Room 7 Rune',114,0,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175195,1,2672,'Room 3 Rune',114,0,0,0.53,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175196,1,2673,'Room 6 Rune',114,0,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175197,1,2771,'Room 1 Rune',114,0,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175198,1,2772,'Room 5 Rune',114,0,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175199,1,2773,'Room 2 Rune',114,0,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175200,1,2670,'Room 4 Rune',114,0,0,0.504798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175207,3,3512,'Beached Sea Creature',0,4,0,1,259,12620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175226,2,3532,'Beached Sea Creature',0,4,0,1,259,3872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175227,2,3533,'Beached Sea Creature',0,4,0,1,259,3873,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175230,2,3512,'Beached Sea Creature',0,4,0,1,259,3876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175233,2,3533,'Beached Sea Creature',0,4,0,1,259,3878,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175244,0,2750,'Emberseer In',114,32,0,1.00785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175245,3,1667,'Father Flame',0,0,0,0.4,93,13761,30,1,0,0,0,177606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_father_flame'), + (175246,5,3551,'Kibler\'s Cage',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175247,5,3552,'Kibler\'s Cage',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175248,5,3553,'Kibler\'s Cage',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175249,5,3554,'Kibler\'s Cage',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175264,3,1807,'Broodling Essence',0,4,0,0.2,93,12680,0,1,0,0,0,177586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175265,2,3571,'Testing Equipment',83,0,0,1,0,4331,0,3050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175266,1,3591,'Doodad_DarkIronDwarfRune_A01',114,0,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175267,1,2671,'Doodad_DarkIronDwarfRune_B01',114,0,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175268,1,2672,'Doodad_DarkIronDwarfRune_c01',114,0,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175269,1,2673,'Doodad_DarkIronDwarfRune_d01',114,0,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175270,1,2771,'Doodad_DarkIronDwarfRune_e01',114,0,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175271,1,2772,'Doodad_DarkIronDwarfRune_f01',114,0,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175272,1,2773,'Doodad_DarkIronDwarfRune_g01',114,0,0,1.11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175284,8,192,'Campfire',0,0,0,1.41063,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175285,8,192,'Campfire',0,0,0,1.06543,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175286,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175287,8,475,'Doodad_SmallBrazierPurple03',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175288,8,475,'Doodad_SmallBrazierPurple05',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175289,8,474,'Doodad_MediumBrazierPurple05',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175290,8,474,'Doodad_MediumBrazierPurple06',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175291,8,474,'Doodad_MediumBrazierPurple07',0,0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175292,8,474,'Doodad_MediumBrazierPurple08',0,0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175293,8,474,'Doodad_MediumBrazierPurple09',0,0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175294,5,714,'Doodad_OrcSign_DarkfireEnclave',0,0,0,1.33,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175298,8,475,'Doodad_SmallBrazierPurple04',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175300,8,474,'Doodad_MediumBrazierPurple03',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175302,5,707,'Doodad_OrcSign_theSlowBlade',0,0,0,1.33,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175305,8,474,'Doodad_MediumBrazierPurple10',0,0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175306,8,474,'Doodad_MediumBrazierPurple11',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175307,5,714,'Doodad_OrcSign_ShadowdeepReagents',0,0,0,1.33,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175308,5,713,'Doodad_OrcSign_DarkEarth',0,0,0,1.33,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175310,8,474,'Doodad_MediumBrazierPurple13',0,0,0,1.14,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175311,5,707,'Doodad_OrcSign_IronwoodStavesandWands',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175312,8,475,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175313,8,475,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175314,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175315,8,474,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175316,8,474,'Mighty Blaze',0,0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175317,8,474,'Mighty Blaze',0,0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175318,8,474,'Mighty Blaze',0,0,0,1.14,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175319,5,714,'Darkfire Enclave',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175320,2,2491,'WANTED: Murkdeep!',80,4,0,1,0,3991,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175321,8,3693,'Unforged Seal of Ascension',6,64,0,0.5,683,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175322,3,3693,'Forged Seal of Ascension',0,4,0,1,43,12731,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175324,3,2592,'Frostmaul Shards',35,4,0,1,93,12780,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175329,3,3613,'Blackwood Nut Stores',0,4,0,1.1,93,12811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175330,3,3613,'Blackwood Fruit Stores',0,4,0,0.72,93,12810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175331,3,3613,'Blackwood Grain Stores',0,4,0,0.91,93,12812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175334,3,41,'Bijou\'s Belongings',0,4,0,1,43,12841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175335,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175336,6,445,'Purified Food',4,64,0,3.5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175350,0,3614,'Doodad_SmallPortcullis04',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175351,0,3614,'Doodad_SmallPortcullis03',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175352,0,3614,'King\'s Square Gate',0,34,0,1,0,879,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175353,0,3614,'King\'s Square Gate',0,0,0,1,0,879,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175354,0,3614,'Doodad_SmallPortcullis09',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175355,0,3614,'Doodad_SmallPortcullis08',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175356,0,3614,'Gauntlet Gate',0,32,0,1,0,879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175357,0,3614,'Gauntlet Gate',0,0,0,1,0,879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gauntlet_gate'), + (175358,0,3614,'Slaughter Square Gate',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175359,0,3614,'Doodad_SmallPortcullis11',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175368,0,3614,'Service Entrance Gate',0,34,0,1,0,879,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_service_gate'), + (175369,0,3614,'Elders\' Square Service Entrance',0,34,0,1,0,879,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175370,0,3614,'Doodad_SmallPortcullis05',0,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175372,0,3631,'Doodad_LargePortcullis04',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175373,0,3631,'Doodad_LargePortcullis05',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175374,0,3631,'Doodad_LargePortcullis06',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175375,0,3631,'Doodad_LargePortcullis01',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175376,0,3631,'Doodad_LargePortcullis02',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175377,0,3631,'Doodad_LargePortcullis03',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175379,0,3632,'Doodad_ZigguratDoor02',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175380,0,3632,'Doodad_ZigguratDoor01',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175381,0,3632,'Doodad_ZigguratDoor03',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175382,3,1387,'Doomrigger\'s Coffer',0,4,0,0.6,43,12871,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175383,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175384,3,3851,'Highperch Wyvern Egg',94,4,0,1.5,43,12880,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175385,3,403,'Darkstone Tablet',0,4,0,1,43,12881,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175404,3,3952,'Rich Thorium Vein',94,0,0,0.5,939,12883,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175405,0,3632,'Doodad_ZigguratDoor04',114,32,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175406,8,200,'Bonfire',0,0,0,1.24,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175407,3,3651,'Moontouched Feather',0,4,0,3,43,12901,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175424,8,602,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175425,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175426,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175427,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175428,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175429,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175430,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175431,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175432,1,295,'',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175433,5,26,'Festival Lane',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175434,5,26,'Crusaders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175435,5,26,'King\'s Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175436,5,26,'Festival Lane',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175437,5,26,'Crusaders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175438,5,26,'Market Row',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175439,5,26,'King\'s Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175440,5,26,'Elders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175441,5,26,'Elders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175442,5,26,'Festival Lane',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175443,5,26,'Market Row',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175444,5,26,'Main Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175445,5,26,'Market Row',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175447,5,26,'Main Gate',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175449,5,26,'Slaughter Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175450,5,26,'Elders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175454,5,26,'Elders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175455,5,26,'Slaughter Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175457,5,26,'Crusaders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175458,5,26,'Market Row',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175459,5,26,'To Stranglethorn Vale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175460,5,26,'Market Row',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175461,5,26,'Service Entrance',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175462,5,26,'The Gauntlet',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175463,5,26,'Festival Lane',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175466,5,3673,'Kirtonos Bros. Funeral Home',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175467,5,3672,'Goodman\'s General Store',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175469,5,3673,'Pierce\'s Pistols',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175470,5,3671,'Angelista\'s Boutique',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175471,5,3671,'The Stone Crow Tavern',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175472,5,3673,'Leeka\'s Shields & Maces',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175474,5,3671,'The Bayberry Inn',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175477,5,3673,'Enoyls Engineering, Inc.',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175478,5,3671,'Chilton\'s Magic Shop',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175479,5,3671,'Legacy of Steel - Fine Weaponry',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175481,5,3673,'Cash & Sons - Pawn Brokers',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175483,5,3672,'The Orphanage',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175484,5,3671,'Fras Siabi\'s Premium Tobacco',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175487,3,5,'Third Mosh\'aru Tablet',0,4,0,0.5,43,12904,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175488,3,5,'Fourth Mosh\'aru Tablet',0,4,0,0.5,43,12905,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175490,5,3675,'Ogre Poo 2',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175491,5,3675,'Ogre Poo 1',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175492,5,3675,'Ogre Poo 3',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175524,2,4612,'Mysterious Red Crystal',0,4,0,3,93,4091,0,0,0,0,24124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175528,1,3411,'Doodad_DarkIronBrazier01',114,0,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175529,1,3411,'Doodad_DarkIronBrazier02',114,0,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175530,1,3411,'Doodad_DarkIronBrazier03',114,0,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175531,1,3411,'Doodad_DarkIronBrazier04',114,0,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175532,1,3411,'Doodad_DarkIronBrazier05',114,0,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175533,1,3411,'Doodad_DarkIronBrazier06',114,0,0,0.671141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175539,5,2390,'Ozzie Down',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175544,5,181,'Ball and chain',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175545,8,409,'Meat Smoker',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175564,1,759,'Brazier of the Herald',0,0,0,1,0,1179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175565,3,364,'Alien Egg',94,4,0,1,43,12980,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175566,3,4111,'Gloom Weed',0,4,0,1,259,13364,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175567,1,4051,'Alien Egg',114,64,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175570,0,411,'Gate',114,32,0,2.8073,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175571,10,343,'Ogre Coup Summoning Circle',14,64,0,1.5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175584,1,4411,'Challenge to Urok',0,0,0,2,0,0,1966080,175589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175586,2,3677,'Jaron\'s Wagon',0,4,0,1,0,4131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175587,2,3791,'Damaged Crate',84,4,0,1,0,4132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175588,3,378,'Spire Spider Egg',0,4,0,1,43,13000,0,1,0,0,4799,175590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175589,6,1287,'Challenge to Urok Trap',0,0,0,1,0,60,0,16452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175591,8,200,'Blazing Fire',0,0,0,1.18,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175592,8,199,'Cooking Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175593,8,199,'Campfire',0,0,0,1.08803,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175594,8,200,'Bonfire',0,0,0,1.37554,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175595,8,199,'Campfire',0,0,0,0.980169,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175596,8,199,'Small Fire',0,0,0,1.15113,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175597,8,199,'Campfire',0,0,0,1.19296,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175598,8,199,'Campfire',0,0,0,1.00069,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175599,8,200,'Raging Fire',0,0,0,1.02853,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175600,8,199,'Cooking Fire',0,0,0,1.14386,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175601,8,199,'Small Fire',0,0,0,1.05372,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175602,8,200,'Bonfire',0,0,0,0.970232,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175603,8,199,'Campfire',0,0,0,0.915726,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175604,8,199,'Cooking Fire',0,0,0,0.800977,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175605,8,199,'Cooking Fire',0,0,0,0.824256,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175606,3,378,'Spire Spider Egg',0,4,0,1,43,13000,0,1,0,0,4799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175607,2,2612,'Dark Iron Dwarf Corpse',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175608,2,2610,'Dark Iron Dwarf Corpse',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175609,2,2611,'Dark Iron Dwarf Corpse',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175610,0,401,'Door',114,32,0,0.636618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175611,0,3811,'Iron Gate',0,32,0,1.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175612,0,3811,'Iron Gate',0,32,0,0.980582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175613,0,3811,'Iron Gate',0,32,0,1.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175614,0,3811,'Iron Gate',0,32,0,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175615,0,3811,'Iron Gate',0,32,0,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175616,0,3811,'Iron Gate',1375,32,0,0.990196,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175617,0,3811,'Iron Gate',0,32,0,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175618,0,3811,'Iron Gate',0,32,0,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175619,0,3771,'Door',114,32,0,0.990196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175620,0,3811,'Iron Gate',114,32,0,0.990196,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175621,8,293,'Urok\'s Tribute Pile',0,0,0,1.74,743,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175628,3,285,'Jaron\'s Supplies',0,4,0,0.63,43,13022,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175629,3,285,'Jaron\'s Supplies',0,4,0,0.77,43,13022,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175630,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175631,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175632,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175644,5,3671,'Doodad_RuinedSign02',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175645,5,3673,'Doodad_RuinedSign03',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175646,5,3672,'Doodad_RuinedSign05',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175647,5,26,'Doodad_WoodSignPointerNice03',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175648,5,26,'Doodad_WoodSignPointerNice05',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175649,5,26,'Doodad_WoodSignPointerNice04',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175650,5,26,'Doodad_WoodSignPointerNice06',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175651,5,26,'Doodad_WoodSignPointerNice07',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175652,5,26,'Doodad_WoodSignPointerNice08',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175653,5,26,'Doodad_WoodSignPointerNice09',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175654,5,3672,'Doodad_RuinedSign06',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175655,5,3671,'Doodad_RuinedSign07',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175656,5,26,'Doodad_WoodSignPointerNice10',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175657,5,26,'Doodad_WoodSignPointerNice11',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175658,9,214,'The Armor of Mannoroth',0,0,0,1.9032,1762,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175659,9,3412,'Here Lies King Terenas Menethil II',0,0,0,1,1731,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175663,5,658,'Doodad_GnomeSign_Engineer01',0,0,0,0.877193,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175664,5,666,'Doodad_DwarfSign_Alchemist01',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175665,5,659,'Doodad_DwarfSign_Fireworks01',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175666,8,197,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175667,8,197,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175668,19,2190,'Postbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175669,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175670,8,199,'Small Fire',0,0,0,0.910038,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175671,8,200,'Bonfire',0,0,0,1.10842,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175672,8,199,'Campfire',0,0,0,0.838075,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175673,8,199,'Campfire',0,0,0,0.952959,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175674,8,200,'Raging Fire',0,0,0,1.91,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175675,8,199,'Cooking Fire',0,0,0,1.06793,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175677,8,273,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175678,8,233,'Forge',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175679,9,214,'The Skull of Tyrannistrasz',0,0,0,1.6,1751,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175680,9,214,'Fossilized Egg',0,0,0,1.6,1760,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175681,9,214,'Roc Talon',0,0,0,1.6,1752,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175682,9,214,'Geru Strider',0,0,0,1.6,1753,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175683,9,214,'Toothgnasher\'s Skeleton',0,0,0,1.6,1754,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175684,9,214,'Saurial Egg',0,0,0,1.6,1755,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175685,9,214,'Pteradon Skeleton',0,0,0,1.6,1756,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175686,9,214,'Highborne Astrolabe',0,0,0,1.6,1757,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175687,9,214,'Uldaman Relics',0,0,0,1.6,1758,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175688,9,214,'Horde Catapult',0,0,0,1.6,1761,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175689,9,214,'Uldaman Reliefs',0,0,0,1.6,1759,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175704,2,220,'Singed Letter',0,4,0,1,43,2720,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175705,0,2750,'Doors',114,32,0,0.909789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175706,18,4076,'Blackrock Altar',35,0,0,1,3,16533,16532,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175707,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175708,3,36,'Crossroads\' Supply Crates',0,4,0,1,43,13331,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175724,9,2530,'Sargeras and the Betrayal',0,0,0,1,1773,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175725,9,558,'The Old Gods and the Ordering of Azeroth',0,0,0,1,1787,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175726,9,560,'Charge of the Dragonflights',0,0,0,1,1795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175727,9,559,'The War of the Ancients',0,0,0,1,1803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175729,9,559,'Mount Hyjal and Illidan\'s Gift',0,0,0,1,1828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175730,9,559,'The World Tree and the Emerald Dream',0,0,0,1,1836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175731,9,558,'Exile of the High Elves',0,0,0,1,1844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175732,9,560,'The Sentinels and the Long Vigil',0,0,0,1,1849,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175733,9,3871,'The Founding of Quel\'Thalas',0,0,0,1,1854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175734,9,559,'Arathor and the Troll Wars',0,0,0,1,1865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175735,9,2530,'The Guardians of Tirisfal',0,0,0,1,1876,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175736,9,558,'Ironforge - the Awakening of the Dwarves',0,0,0,1,1892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175737,9,560,'The Seven Kingdoms',0,0,0,1,1898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175738,9,3871,'Aegwynn and the Dragon Hunt',0,0,0,1,1906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175739,9,560,'War of the Three Hammers',0,0,0,1,1914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175740,9,559,'The Last Guardian',0,0,0,1,1932,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175741,9,2530,'Kil\'jaeden and the Shadow Pact',0,0,0,1,1942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175742,9,560,'Rise of the Horde',0,0,0,1,1951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175743,8,273,'Anvil',0,0,0,1.04423,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175744,8,273,'Anvil',0,0,0,1.0822,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175745,9,558,'The Dark Portal and the Fall of Stormwind',0,0,0,1,1959,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175746,9,558,'The Alliance of Lordaeron',0,0,0,1,1976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175747,9,3871,'The Invasion of Draenor',0,0,0,1,1992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175748,9,2530,'The Birth of the Lich King',0,0,0,1,2002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175749,9,559,'Icecrown and the Frozen Throne',0,0,0,1,2012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175750,9,560,'The Battle of Grim Batol',0,0,0,1,2018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175751,9,3871,'Lethargy of the Orcs',0,0,0,1,2022,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175752,9,559,'The New Horde',0,0,0,1,2030,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175753,9,558,'War of the Spider',0,0,0,1,2039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175754,9,2530,'Kel\'Thuzad and the Forming of the Scourge',0,0,0,1,2044,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175756,9,2530,'The Scourge of Lordaeron',0,0,0,1,2064,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175757,9,559,'Sunwell - The Fall of Quel\'Thalas',0,0,0,1,2068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175758,9,560,'Archimonde\'s Return and the Flight to Kalimdor',0,0,0,1,2072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175759,9,2530,'The Betrayer Ascendant',0,0,0,1,2083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175760,9,3871,'Rise of the Blood Elves',0,0,0,1,2093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175761,9,559,'Civil War in the Plaguelands',0,0,0,1,2097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175762,9,560,'The Lich King Triumphant',0,0,0,1,2101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175763,9,560,'Old Hatreds - The Colonization of Kalimdor',0,0,0,1,2104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175764,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175765,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175766,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175767,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175771,9,214,'Arellas Fireleaf',0,0,0,1,2151,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175772,9,214,'Admiral Barean Westwind',0,0,0,1,2152,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175773,9,214,'Dorgar Stoenbrow',0,0,0,1,2153,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175774,9,214,'Fellari Swiftarrow',0,0,0,1,2171,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175775,9,214,'Ferren Marcus',0,0,0,1,2172,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175776,9,214,'Harthal Truesight',0,0,0,1,2173,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175777,9,214,'Holia Sunshield',0,0,0,1,2174,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175778,9,214,'Invar One-Arm',0,0,0,1,2175,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175779,9,214,'Orman of Stromgarde',0,0,0,1,2176,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175780,9,214,'Valea Twinblades',0,0,0,1,2177,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175781,9,214,'Yana Bloodspear',0,0,0,1,2178,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175784,5,1248,'LumberPile',114,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175785,3,183,'Inconspicuous Documents',0,4,0,1,43,13201,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175786,10,1787,'',0,2,0,1.14,920,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175787,1,3911,'Unadorned Stake',114,0,0,1,0,0,707788800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175788,1,3911,'Unadorned Stake',114,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175789,10,1287,'Rend Head Event Timer',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175791,6,1287,'Font of Power',29,64,0,1,0,0,0,16609,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175795,8,3931,'Andorhal Silo Temporal Rift',0,0,0,4,763,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175796,0,3632,'Doodad_ZigguratDoor05',114,32,0,0.951493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175797,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175798,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175799,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175800,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175801,8,375,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175802,3,318,'Small Lockbox',0,4,0,1.3,57,13220,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175803,7,603,'Bench',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175804,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175805,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175806,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175811,8,348,'Stove',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175824,5,26,'Crusaders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175825,5,26,'Crusaders\' Square',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175844,8,192,'Campfire',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175845,8,192,'Campfire',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175846,8,192,'Campfire',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175847,8,192,'Campfire',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175848,8,192,'Campfire',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175849,8,192,'Campfire',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175850,8,192,'Campfire',0,0,0,1.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175851,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175852,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175853,8,409,'Meat Smoker',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175854,9,559,'The Twin Empires',0,0,0,1,2191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175855,9,558,'Empires\' Fall',0,0,0,1,2198,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175856,9,3871,'Wrath of Soulflayer',0,0,0,1,2203,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175857,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175858,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175864,19,2128,'Mailbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175885,5,3972,'Horde Bell',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175886,3,5891,'Roughshod Pike',0,0,0,1,93,13340,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175887,6,1287,'Finkle Trap',14,64,0,1,0,0,50,16743,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175888,3,3991,'Highborne Relic Fragment',0,4,0,1,979,13606,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175889,3,3992,'Ancient Egg',0,4,0,0.5,43,13342,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175890,5,3993,'Ancient Egg Aura',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175891,3,3991,'Highborne Relic Fragment',0,4,0,1,979,13607,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175892,3,3991,'Highborne Relic Fragment',0,4,0,1,979,13608,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175893,3,3991,'Highborne Relic Fragment',0,4,0,1,979,13609,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175894,2,4191,'Janice\'s Parcel',0,4,0,0.8,43,4296,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175904,20,4011,'Gadgetzan Auction',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175924,2,4031,'Locked Cabinet',0,4,0,0.8,0,4313,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175925,2,3332,'Outhouse',0,4,0,1,0,4311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175926,2,4032,'Mrs. Dalson\'s Diary',0,0,0,1,0,4312,0,3001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175927,2,2530,'Malyfous\'s Catalogue',0,0,0,1,0,4333,4,2985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175928,3,4055,'Incendia Agave',94,4,0,0.5,259,13360,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175929,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175930,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175931,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175932,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175933,9,2452,'Decorated Headstone',0,0,0,1,2217,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175944,10,1967,'Sacred Fire of Life',0,0,0,1,959,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175946,0,3751,'Doodad_BOSSGATE01',114,32,0,2.65783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175947,0,3751,'Doodad_BOSSGATE02',0,0,0,2.65783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175948,10,4052,'Booty Bay Alarm Bell',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175949,3,5,'Fifth Mosh\'aru Tablet',0,4,0,0.5,43,13366,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175950,3,5,'Sixth Mosh\'aru Tablet',0,4,0,0.5,43,13367,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175964,3,1327,'Skin of Shadow',0,4,0,1,93,13380,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175965,3,4073,'Frostwhisper\'s Embalming Fluid',0,0,0,1,93,13381,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175966,3,4071,'Enchanted Scarlet Thread',0,4,0,1,93,13382,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175967,0,444,'The Bastion Door',0,34,0,1.0403,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175968,0,444,'Hoard Door',0,0,0,1.06,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175969,0,401,'Doodad_DwarvenTunnelPortcullis04',0,4,0,1.90593,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175970,3,4074,'Unforged Runic Breastplate',0,4,0,1,93,13572,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176004,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176005,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176006,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176007,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176008,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176009,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176010,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176011,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176012,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176013,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176014,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176015,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176016,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176017,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176018,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176019,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176020,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176021,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176022,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176023,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176024,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176025,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176026,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176027,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176028,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176029,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176030,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176031,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176032,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176033,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176034,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176035,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176036,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176037,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176038,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176039,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176040,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176041,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176042,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176043,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176044,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176045,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176046,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176047,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176048,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176049,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176050,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176051,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176052,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176053,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176054,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176055,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176056,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176057,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176058,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176059,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176060,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176061,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176062,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176063,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176064,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176065,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176066,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176067,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176068,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176069,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176070,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176071,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176072,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176073,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176074,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176075,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176076,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176077,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176078,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176079,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176080,11,3831,'Subway',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176081,11,3831,'Subway',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176082,11,3831,'Subway',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176083,11,3831,'Subway',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176084,11,3831,'Subway',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176085,11,3831,'Subway',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176086,11,3831,'Subway',0,40,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176087,5,4092,'Scourge Banner',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176089,3,241,'Unfired Plate Gauntlets',0,0,0,1,43,13574,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176090,2,4093,'Human Remains',0,4,0,1,93,4392,4,0,0,0,19680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176091,2,216,'Deadwood Cauldron',94,4,0,1,0,4391,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176092,3,335,'Box of Incendiaries',0,4,0,0.7,43,13575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176093,5,4095,'Beacon Torch',0,0,0,0.7,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176094,8,0,'UDB_First_Andorhal_Tower',0,0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_andorhal_tower'), + (176095,8,0,'UDB_Second_Andorhal_Tower',0,0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_andorhal_tower'), + (176096,8,0,'UDB_Third_Andorhal_Tower',0,0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_andorhal_tower'), + (176097,8,0,'UDB_Fourth_Andorhal_Tower',0,0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_andorhal_tower'), + (176098,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176099,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176100,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176101,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176102,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176103,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176104,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176105,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176106,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176107,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176108,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176109,7,4091,'Subway Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176110,6,10,'Dawn\'s Gambit',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176112,3,1,'Malor\'s Strongbox',0,0,0,1,43,13580,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176113,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176115,2,4371,'Wanted Poster - Arnak Grimtotem',0,4,0,1,0,4431,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176116,3,4231,'Pamela\'s Doll\'s Head',0,4,0,1,43,13602,0,1,0,0,0,176117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176117,6,1287,'Pamela\'s Doll\'s Trap',14,4,0,1,0,0,0,17132,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176142,3,4232,'Pamela\'s Doll\'s Left Side',0,4,0,1,43,13603,0,1,0,0,0,176117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176143,3,4233,'Pamela\'s Doll\'s Right Side',0,4,0,1,43,13604,0,1,0,0,0,176117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176145,3,3171,'Joseph Redpath\'s Monument',0,4,0,0.709722,43,13605,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176146,0,4132,'Gate of Ahn\'Qiraj',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176147,0,4133,'Ahn\'Qiraj Gate Roots',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176148,0,4134,'Ahn\'Qiraj Gate Runes',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176150,3,558,'Musty Tome',0,4,0,1,43,13610,0,1,0,0,0,0,5154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176151,3,4135,'Musty Tome',0,4,0,1,43,14480,30,1,0,0,0,176152,5154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176152,6,1287,'Musty Tome Trap',14,4,0,1,0,0,0,17134,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176157,5,4136,'',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176158,10,475,'Brazier of Pain',0,4,0,1,999,5165,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176159,10,475,'Brazier of Malice',0,4,0,1,999,5165,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176160,10,475,'Brazier of Suffering',0,4,0,1,999,5165,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176161,10,475,'Brazier of Hatred',0,4,0,1,999,5165,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176163,1,343,'Rune of Mazthoril',114,0,0,1,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176164,6,1287,'Rune of Mazthoril LT',0,0,0,1,0,0,2,17159,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176165,6,1287,'Rune of Mazthoril UT',0,0,0,1,0,0,2,17160,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176166,1,343,'Rune of Mazthoril',114,0,0,1,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176184,8,299,'the Corrupt Jaedenar Moon Well',0,0,0,1,843,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176186,8,396,'Campfire',0,0,0,1.27888,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176187,8,396,'Campfire',0,0,0,1.22,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176188,3,4152,'Ritual Candle',114,0,0,1,57,13620,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176189,3,4153,'Skeletal Sea Turtle',0,4,0,1,259,12681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176190,2,4153,'Beached Sea Turtle',0,4,0,1,259,3871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176191,2,4153,'Beached Sea Turtle',0,4,0,1,259,3875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176192,2,558,'Catalogue of the Wayward',0,0,0,1,0,4455,0,3083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176194,0,444,'Hall of the High Command',0,0,0,1.06,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176195,0,4154,'Panther Cage',0,32,0,1.2,0,1019,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176196,2,4153,'Beached Sea Turtle',0,4,0,1.01,259,3880,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176197,2,4155,'Beached Sea Turtle',0,4,0,1,259,3879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176198,2,4155,'Beached Sea Turtle',0,4,0,1,259,3874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176200,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176201,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176202,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176203,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176204,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176206,3,430,'Davil\'s Libram',0,4,0,1,93,13640,0,1,0,0,0,177045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176207,3,4172,'Redpath\'s Shield',0,4,0,1,93,13641,0,1,0,0,0,177045,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176208,3,4173,'Horgus\' Skull',0,4,0,1,43,13642,0,1,0,0,0,176591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176209,3,4175,'Shattered Sword of Marduk',0,4,0,1,43,13644,0,1,0,0,0,176865,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176210,1,4176,'Command Tent',0,0,0,1,0,960,3932160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176211,6,1287,'Cannonball',0,0,0,1,0,0,0,17278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176213,3,4211,'Blood of Heroes',0,0,0,0.5,43,13622,0,1,0,0,0,176214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176214,6,1287,'Blood of Heroes',14,0,0,1,0,0,0,17200,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176215,3,4177,'Cannonball Stack',0,0,0,1,1085,13645,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176216,10,245,'Scarlet Cannon',0,0,1,0.75,1039,0,0,65536,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176217,10,245,'Scarlet Cannon',0,0,1,0.75,1039,0,0,65536,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176224,3,335,'Supply Crate',0,0,0,1,57,13646,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176225,10,10,'Arko\'niran\'s Chest',14,0,0,1,0,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176226,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176227,8,192,'Campfire',0,0,0,1.28,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176228,8,192,'Campfire',0,0,0,1.28,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176229,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176230,8,192,'Campfire',0,0,0,1.28,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176231,15,3015,'Proudmore\'s Treasure',0,40,0,1,292,30,1,0,0,0,584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176232,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176233,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176234,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176235,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176236,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176237,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176238,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176239,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176240,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176241,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176242,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176243,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176244,15,3015,'Moonspray',0,40,0,1,293,30,1,0,0,0,582,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176245,10,255,'Scarlet Archive',0,4,0,1,99,5251,5258,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176247,5,4234,'Pamela\'s Doll',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176248,3,336,'Premium Siabi Tobacco',0,0,0,1,43,0,0,1,0,0,5225,0,5214,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176249,3,318,'Scourge Data',0,4,0,0.5,43,13662,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176264,8,396,'Campfire',0,0,0,2.02,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176265,8,396,'Campfire',0,0,0,1.27,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176266,8,396,'Campfire',0,0,0,1.76,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176267,8,396,'Campfire',0,0,0,1.7,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176268,8,396,'Campfire',0,0,0,1.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176269,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176270,8,396,'Campfire',0,0,0,1.41,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176271,8,396,'Campfire',0,0,0,1.09,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176272,8,396,'Campfire',0,0,0,1.56,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176273,8,216,'Bubbling Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176274,8,396,'Campfire',0,0,0,1.83,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176275,8,216,'Bubbling Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176276,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176277,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176278,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176279,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176280,8,200,'Bonfire',0,0,0,0.94,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176281,8,200,'Bonfire',0,0,0,0.89,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176282,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176283,8,200,'Bonfire',0,0,0,1.17,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176284,8,216,'Cauldron',0,0,0,1.08,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176285,8,200,'Bonfire',0,0,0,0.93,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176286,8,200,'Bonfire',0,0,0,0.66,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176287,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176288,8,200,'Bonfire',0,0,0,1.21,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176289,8,200,'Bonfire',0,0,0,1.09,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176290,8,192,'Campfire',0,0,0,1.21,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176291,8,200,'Bonfire',0,0,0,0.94,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176292,8,192,'Campfire',0,0,0,1.21,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176293,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176294,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176295,5,4251,'Archive Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176296,22,4396,'Portal to Stormwind',115,0,0,1,17334,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176304,3,335,'Supply Crate',0,0,0,1,43,0,0,1,0,0,0,175535,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176305,8,194,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176306,10,1787,'Cage',0,2,0,1,920,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176307,3,335,'Supply Crate',0,0,0,1,43,0,0,1,0,0,0,175536,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176308,3,335,'Supply Crate',0,0,0,1,43,0,0,1,0,0,0,175534,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176309,3,335,'Supply Crate',0,0,0,1,43,0,0,1,0,0,0,175537,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176310,15,3015,'Serenity\'s Shore',0,40,0,1,295,30,1,0,0,0,588,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176311,7,673,'Pew',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176312,7,673,'Pew',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176313,7,673,'Pew',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176314,7,673,'Pew',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176315,7,673,'Pew',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176316,7,673,'Pew',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176317,2,41,'The Argent Hold',0,4,0,1,0,4532,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176318,8,200,'Bonfire',0,0,0,0.87,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176319,19,1948,'Mailbox',80,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176324,19,2690,'Mailbox',104,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176325,3,525,'Blacksmithing Plans',0,0,0,0.3,93,13721,0,1,0,0,5300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176326,5,475,'',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176327,3,525,'Blacksmithing Plans',0,0,0,0.3,93,13722,0,1,0,0,5301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176344,3,10,'Document Chest',0,4,0,1.5,93,13400,0,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176346,1,4332,'Market Row Postbox',0,0,0,1,0,1079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), + (176348,5,3678,'Styleen\'s Cart',0,0,0,0.759996,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176349,1,4332,'Crusaders\' Square Postbox',0,0,0,1,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), + (176350,1,4332,'Festival Lane Postbox',0,0,0,1,0,1081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), + (176351,1,4332,'Elders\' Square Postbox',0,0,0,1,0,1082,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), + (176352,1,4332,'King\'s Square Postbox',0,0,0,1,0,1083,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), + (176353,1,4332,'Fras Siabi\'s Postbox',0,0,0,1,0,1084,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_stratholme_postbox'), + (176356,3,559,'Sacred Highborne Writings',0,4,0,1,43,13744,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176360,3,4191,'Postbox Parcel',0,0,0,1,93,13740,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176361,2,4271,'Scourge Cauldron',0,4,0,1,43,4495,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176364,5,388,'Boat to Menethil',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176365,5,388,'Boat to Teldrassil',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176369,5,195,'Boat to Theramore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176370,5,195,'Boat to Auberdine',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176371,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176372,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176373,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176374,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176375,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176376,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176377,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176378,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176379,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176380,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176381,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176382,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176383,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176384,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176385,7,39,'Wooden Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176386,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176387,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176388,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176389,8,396,'Campfire',0,0,0,2.3,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176390,8,396,'Campfire',0,0,0,2.39,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176392,2,4271,'Scourge Cauldron',0,4,0,1,43,4498,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176393,2,4271,'Scourge Cauldron',0,4,0,1,43,4497,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176404,19,2190,'Mailbox',855,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176424,0,3614,'Doodad_GuildInstanceBLOCKER',114,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176425,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176426,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176427,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176428,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176429,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176430,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176431,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176432,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176433,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176434,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176435,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176436,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176437,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176438,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176439,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176440,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176441,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176442,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176443,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176444,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176445,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176446,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176447,8,867,'Bonfire',0,0,0,1.15918,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176448,8,867,'Bonfire',0,0,0,0.902791,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176449,8,867,'Bonfire',0,0,0,1.12054,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176450,8,867,'Bonfire',0,0,0,0.965986,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176451,8,867,'Bonfire',0,0,0,1.2268,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176452,8,867,'Bonfire',0,0,0,0.911308,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176454,8,409,'Meat Rack',0,0,0,0.628931,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176455,8,409,'Meat Rack',0,0,0,0.621118,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176456,8,409,'Meat Rack',0,0,0,0.628931,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176457,8,192,'Fire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176458,8,409,'Meat Rack',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176459,8,409,'Meat Rack',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176460,8,349,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176461,8,4351,'Meat Rack',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176462,8,331,'Cooking Table',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176463,8,4352,'Cooking Table',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176464,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176484,3,183,'The Deed to Brill',0,4,0,1,43,13800,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176485,3,183,'The Deed to Caer Darrow',0,4,0,1,43,13802,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176486,3,183,'The Deed to Southshore',0,4,0,1,43,13803,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176487,3,183,'The Deed to Tarren Mill',0,4,0,1,43,13801,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176488,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176489,8,655,'Brazier',0,0,0,0.78,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176490,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176491,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176492,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176493,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176495,15,3031,'Grom\'Gol Base Camp - Undercity',0,40,0,1,301,30,1,0,0,0,590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176496,8,366,'Brazier',0,0,0,0.69,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176497,22,4394,'Portal to Ironforge',1,64,0,1,17607,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176498,22,4393,'Portal to Darnassus',115,64,0,1,17608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176499,22,4395,'Portal to Orgrimmar',5,0,0,1,17609,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176500,22,4397,'Portal to Thunder Bluff',5,0,0,1,17610,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176501,22,4398,'Portal to Undercity',116,0,0,1,17611,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176504,8,867,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176505,8,200,'Bonfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176506,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176507,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176508,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176509,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176510,5,11686,'Onyxia Whelp Spawner',14,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176511,6,3891,'Onyxia Egg',0,0,0,1,821,0,10,17647,1,0,983040,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176513,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176514,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176515,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176516,8,349,'Doodad_SmallFirePit71',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176517,8,349,'Doodad_SmallFirePit72',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176518,8,349,'Doodad_SmallFirePit73',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176519,8,349,'Doodad_SmallFirePit74',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176520,8,349,'Doodad_SmallFirePit75',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176521,8,408,'Doodad_SmallFirePit76',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176544,10,14,'Remains of Eva Sarkhoff',0,4,0,1,99,5382,5439,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176545,10,2951,'Remains of Lucien Sarkhoff',0,4,0,1,99,5382,5438,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176546,5,4251,'Eva Remains Ablaze',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176547,5,4251,'Lucien Remains Ablaze',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176549,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176550,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176551,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176552,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176553,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176554,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176555,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176556,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176557,6,4491,'Mortar',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176558,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176559,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176560,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176561,5,4391,'Krastinov\'s Work Bench',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176562,0,4412,'Officer\'s Door',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176566,0,4412,'Officer\'s Door',0,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176567,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176568,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176569,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176570,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176571,8,349,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176572,8,408,'Mighty Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176573,5,3972,'Alliance Bell',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176574,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176575,0,4413,'Officer\'s Door',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176576,0,4413,'Officer\'s Door',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176577,0,3811,'Gate',114,32,0,0.459091,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176578,0,413,'Door',114,32,0,1.95217,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176579,0,413,'Door',114,32,0,1.03499,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176580,0,413,'Door',114,32,0,1.03499,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176581,10,3691,'Hand of Iruxos Crystal',0,4,0,1.8,1219,5381,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176582,3,1787,'Shellfish Trap',94,0,0,1,43,13944,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176583,3,4652,'Golden Sansam',0,0,0,1,1119,13945,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176584,3,4635,'Dreamfoil',0,0,0,1,1120,13946,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176586,3,4633,'Mountain Silversage',0,0,0,1.8,1121,13947,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176587,3,4632,'Plaguebloom',0,0,0,1.8,1122,13948,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176588,3,4634,'Icecap',0,0,0,1,1123,13949,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176589,3,4636,'Black Lotus',0,0,0,1,1124,13950,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176591,6,4471,'Horgus\' Skull Trap',0,0,0,1,0,0,0,17678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176594,0,1189,'Doors',0,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_mausoleum_door'), + (176604,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176605,8,201,'Brazier',0,0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176606,8,201,'Brazier',0,0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176607,8,201,'Brazier',0,0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176608,8,201,'Brazier',0,0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176609,8,201,'Brazier',0,0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176610,8,201,'Brazier',0,0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176611,8,201,'Brazier',0,0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176612,8,201,'Brazier',0,0,0,1.13,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176617,8,200,'Bonfire',0,0,0,0.89,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176618,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176619,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176624,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176625,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176626,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176627,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176628,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176629,8,197,'Dwarven Brazier',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176630,3,4431,'Keepsake of Remembrance',0,4,0,1,43,13963,0,1,0,0,0,0,5461,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176631,2,316,'Menethil\'s Gift',0,4,0,2,0,4731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176632,0,415,'Door',114,32,0,0.75258,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176633,0,415,'Door',114,32,0,0.75258,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176634,3,10,'Kerlonian\'s Chest',0,4,0,0.6,43,13964,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176635,3,1787,'Shellfish Trap',94,0,0,1,43,0,30,1,0,0,0,176592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176636,3,2315,'Sungrass',0,0,0,1.8,441,13965,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176637,3,2313,'Gromsblood',0,0,0,1,444,13966,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176638,3,4652,'Golden Sansam',0,0,0,1,1119,13967,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176639,3,4635,'Dreamfoil',0,0,0,1,1120,13968,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176640,3,4633,'Mountain Silversage',0,0,0,1.8,1121,13969,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176641,3,4632,'Plaguebloom',0,0,0,1.8,1122,13971,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176642,3,2310,'Arthas\' Tears',0,0,0,1.3,440,13970,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176643,3,3951,'Small Thorium Vein',94,0,0,0.5,400,13960,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176645,3,313,'Mithril Deposit',94,0,0,0.5,379,13961,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176665,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176666,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176667,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176668,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176669,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176670,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176671,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176672,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176673,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176674,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176675,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176676,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176677,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176678,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176679,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176680,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176681,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176682,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176683,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176684,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176685,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176686,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176687,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176688,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176689,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176690,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176691,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176692,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176693,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176694,0,411,'Karazhan Side Entrance',0,34,0,1.4978,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176705,8,200,'Bonfire',0,0,0,1,4,20,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176745,5,4451,'Caer Darrow Skeleton 001',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176746,5,4452,'Big Barracks Flame',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176747,5,4452,'Small Barracks Flame',0,0,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176748,7,4091,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176749,7,4091,'Bench',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176751,3,4453,'Kodo Bones',0,4,0,0.5,43,13982,30,1,0,0,0,176750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176752,3,4453,'Kodo Bones',0,4,0,0.5,43,13982,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176753,3,4112,'Doom Weed',0,4,0,1,259,13981,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176767,1,442,'Torch',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176768,8,679,'Stove',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176784,8,680,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176785,3,335,'Ammo Crate',0,4,0,1,43,14045,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176786,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176787,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176789,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176790,8,331,'Cooking Table',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176791,8,199,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176792,8,192,'Campfire',0,0,0,1.23,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176793,3,1248,'Bundle of Wood',0,4,0,1,43,14105,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176794,5,308,'Windshear Crag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176795,5,308,'Stonetalon Peak',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176796,5,308,'Desolace',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176797,5,308,'The Charred Vale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176798,5,308,'Sun Rock Retreat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176799,5,308,'Sun Rock Retreat',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176800,5,308,'Windshear Crag',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176801,5,308,'Stonetalon Peak',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176804,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176805,8,200,'Bonfire',0,0,0,1.39,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176806,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176807,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176808,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176809,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176810,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176811,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176812,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176813,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176814,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176815,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176816,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176817,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176818,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176819,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176820,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176821,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176822,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176823,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176824,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176825,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176826,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176827,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176828,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176829,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176830,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176831,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176832,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176833,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176834,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176835,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176836,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176837,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176838,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176839,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176840,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176841,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176842,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176843,6,4473,'Doodad_OnyziasLairFallingRocks01',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176844,6,4473,'Doodad_OnyziasLairFallingRocks12',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176845,6,4473,'Doodad_OnyziasLairFallingRocks09',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176846,6,4473,'Doodad_OnyziasLairFallingRocks11',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176847,6,4473,'Doodad_OnyziasLairFallingRocks04',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176848,6,4473,'Doodad_OnyziasLairFallingRocks02',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176849,6,4473,'Doodad_OnyziasLairFallingRocks08',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176850,6,4473,'Doodad_OnyziasLairFallingRocks13',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176851,6,4473,'Doodad_OnyziasLairFallingRocks10',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176852,6,4473,'Doodad_OnyziasLairFallingRocks07',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176853,6,4473,'Doodad_OnyziasLairFallingRocks06',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176854,6,4473,'Doodad_OnyziasLairFallingRocks03',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176855,6,4473,'Doodad_OnyziasLairFallingRocks05',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176863,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176865,6,4471,'Sword of Marduk Trap',0,0,0,1,0,0,0,17678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176885,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176886,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176887,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176888,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176889,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176890,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176891,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176892,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176894,8,208,'Stone Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176895,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176896,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176897,8,408,'Cooking Fire',0,0,0,0.7,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176898,8,307,'Fire pit',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176899,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176901,0,411,'Doodad_PortcullisActive02',0,32,0,2.96876,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176904,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176905,8,194,'Smoldering Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176906,8,194,'Smoldering Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176907,0,4511,'Conservatory Door',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176908,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176909,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176910,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176911,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176912,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176913,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176914,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176915,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176916,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176917,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176918,6,4392,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176919,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176920,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176921,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176922,6,4472,'Lava Fissure',0,0,1,1,0,60,0,17731,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176924,20,32,'Ironforge Auction house',55,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176944,3,10,'Old Treasure Chest',0,0,0,1,57,14180,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (176945,5,309,'Camp Mojache',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176946,5,309,'Shadowprey Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176947,5,309,'Ghost Walker Post',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176948,5,388,'Nijel\'s Point',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176949,5,388,'Feathermoon Stronghold',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176950,5,309,'Ghost Walker Post',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176951,1,2670,'Rune of Koro',0,16,1,1.03788,1,1459,0,178187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), + (176952,1,2671,'Rune of Zeth',0,16,1,1.03788,1,1459,0,178188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), + (176953,1,2672,'Rune of Mazj',0,16,1,1.03788,1,1459,0,178189,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), + (176954,1,2673,'Rune of Theri',0,16,1,1.03788,1,1459,0,178190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), + (176955,1,2771,'Rune of Blaz',0,16,1,1.03788,1,1459,0,178191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), + (176956,1,2772,'Rune of Kress',0,16,1,1.03788,1,1459,0,178192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), + (176957,1,2773,'Rune of Mohn',0,16,1,1.03788,1,1459,0,178193,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_molten_core_rune'), + (176958,5,388,'Nijel\'s Point',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176959,5,388,'Stonetalon Mountains',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176960,5,309,'Ghost Walker Post',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176961,5,309,'Shadowprey Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176964,0,411,'Portcullis',114,32,0,1.82091,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176965,0,411,'Portcullis',114,32,0,1.82091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176966,0,411,'Portcullis',114,32,0,3.62593,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176967,5,4531,'Stratholme',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176968,5,4531,'Terrordale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176969,5,4531,'Quel\'Thalas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176970,5,4531,'Corin\'s Crossing',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176971,5,4531,'Quel\'Thalas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176972,5,4531,'Stratholme',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176973,5,4531,'Tyr\'s Hand',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176978,5,4531,'Quel\'Thalas',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176979,5,4531,'Stratholme',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176980,5,4531,'Tyr\'s Hand',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176981,5,4531,'Darrowshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176982,5,4531,'Andorhal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176983,5,4531,'Andorhal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176984,5,4531,'Corin\'s Crossing',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176985,5,4531,'Stratholme',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176986,5,4531,'Darrowshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176987,5,4531,'Hearthglen',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176988,5,4531,'Andorhal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176989,5,4531,'Tirisfal Glades',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176990,5,4531,'Darrowshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176991,5,4531,'Tirisfal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176992,5,4531,'Darrowshire',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176993,5,4531,'Andorhal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176994,5,4531,'Hearthglen',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176996,0,4551,'CavernDoor01',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176998,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (176999,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177000,0,2470,'Hot Coal',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177002,8,4572,'Bonfire',0,0,0,1.84578,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177003,8,4572,'Bonfire',0,0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177004,8,4572,'Bonfire',0,0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177005,8,4572,'Bonfire',0,0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177006,8,4572,'Bonfire',0,0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177007,8,4572,'Bonfire',0,0,0,2.58722,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177008,8,4572,'Bonfire',0,0,0,2.15602,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177009,8,4572,'Bonfire',0,0,0,1.62107,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177010,8,4572,'Bonfire',0,0,0,1.62107,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177011,8,4572,'Bonfire',0,0,0,1.94528,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177012,8,4572,'Bonfire',0,0,0,1.94528,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177013,8,4572,'Bonfire',0,0,0,2.04255,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177014,8,4572,'Bonfire',0,0,0,2.82525,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177015,8,4572,'Bonfire',0,0,0,3.53156,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177016,8,4572,'Bonfire',0,0,0,2.82525,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177017,8,4572,'Bonfire',0,0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177018,8,4572,'Bonfire',0,0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177019,8,4572,'Bonfire',0,0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177020,8,4572,'Bonfire',0,0,0,1.85822,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177021,8,4572,'Bonfire',0,0,0,2.5474,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177022,8,4572,'Bonfire',0,0,0,2.5474,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177023,8,4572,'Bonfire',0,0,0,1.44304,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177024,8,4572,'Bonfire',0,0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177025,8,4572,'Bonfire',0,0,0,2.5474,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177026,8,4572,'Bonfire',0,0,0,2.21128,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177044,19,4591,'Mailbox',68,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177045,6,1309,'Haunted Trap',0,0,0,1,0,0,0,18347,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177047,0,411,'Doodad_PortcullisActive05',0,32,0,2.96876,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177048,0,411,'Doodad_PortcullisActive06',0,32,0,2.96876,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177049,0,411,'Doodad_PortcullisActive07',0,32,0,2.96876,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177064,5,734,'Mordan\'s Reagents',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177084,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177104,5,388,'Ashenvale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177105,5,388,'Jaedenar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177106,5,388,'Talonbranch Glade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177107,5,388,'Ashenvale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177108,5,388,'Talonbranch Glade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177109,5,388,'Moonglade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177110,5,388,'Jaedenar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177111,5,388,'Moonglade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177112,5,388,'Winterspring',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177113,5,388,'Ashenvale',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177114,5,388,'Jaedenar',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177115,5,388,'Talonbranch Glade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177116,5,386,'Stormrage Barrow Dens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177117,5,386,'Shrine of Remulos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177118,5,386,'Nighthaven',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177119,5,386,'Winterspring',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177120,5,386,'Felwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177121,5,386,'Nighthaven',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177122,5,386,'Shrine of Remulos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177123,5,386,'Stormrage Barrow Dens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177124,5,386,'Winterspring',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177125,5,386,'Felwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177126,5,386,'Winterspring',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177127,5,386,'Nighthaven',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177128,5,386,'Felwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177129,5,386,'Shrine of Remulos',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177130,5,386,'Stormrage Barrow Dens',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177131,5,388,'Kel\'Theril',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177132,5,388,'Starfall Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177133,5,388,'Everlook',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177134,5,388,'Moonglade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177135,5,388,'Felwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177136,5,388,'Starfall Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177137,5,388,'Everlook',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177138,5,388,'Kel\'Theril',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177139,5,388,'Starfall Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177140,5,388,'Frostsaber Rock',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177141,5,388,'Kel\'Theril',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177142,5,388,'Moonglade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177143,5,388,'Felwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177144,5,388,'Everlook',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177145,5,388,'Mount Hyjal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177146,5,388,'Everlook',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177147,5,388,'Kel\'Theril',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177148,5,388,'Frostsaber Rock',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177149,5,388,'Starfall Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177150,5,388,'Mount Hyjal',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177151,5,388,'Starfall Village',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177152,5,388,'Kel\'Theril',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177153,5,388,'Everlook',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177154,5,388,'Moonglade',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177155,5,388,'Felwood',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177164,0,411,'Portcullis',0,32,0,1.596,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177165,0,411,'Portcullis',0,32,0,1.596,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177184,0,4552,'ZulGurubMainDoor01',0,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177185,5,4651,'Abandon hope, all ye who enter here.',0,0,0,0.21,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177186,5,4651,'Turn Back!',0,0,0,0.19,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177187,6,1287,'Tharnarun\'s Cure',35,0,0,1,0,0,0,9457,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177188,0,4653,'Door',0,34,0,1,0,1562,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177189,0,4653,'Door',0,34,0,1,0,1562,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177192,0,4653,'Door',0,34,0,1,0,1562,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177193,18,4972,'Doom Portal',0,0,0,1,5,18541,0,0,20625,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177194,8,475,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177195,8,475,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177196,8,475,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177197,8,475,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177198,0,4653,'Door',0,34,0,0.970874,0,1562,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177199,9,214,'Archbishop Alonsus Faol',0,0,0,1.7,2291,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177200,9,214,'King Llane I of the House of Wrynn',0,0,0,1.7,2292,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177201,9,214,'Grand Admiral Daelin Proudmoore',0,0,0,1.7,2293,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177202,9,214,'Lady Mara Fordragon',0,0,0,1.7,2294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177203,0,411,'Gate',114,32,0,2.45983,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177204,9,4671,'Sorrow of the Earthmother',0,0,0,2.22,2298,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177205,9,4671,'Forestlord and the first Druids',0,0,0,2.22,2305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177207,9,4672,'Mists of Dawn',0,0,0,2.22,2295,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177208,9,4672,'The White Stag and the Moon',0,0,0,2.22,2301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177209,9,4672,'Hatred of the Centaur',0,0,0,2.22,2308,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177211,0,4653,'Door',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177212,0,4653,'Door',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177213,0,4653,'Door',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177215,0,4653,'Door',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177217,0,4653,'Gordok Inner Door',0,34,0,1.48292,0,1564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177219,0,4673,'Gordok Courtyard Door',0,34,0,1,0,1563,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177220,0,4674,'Crumble Wall',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177221,0,4673,'Door',0,34,0,0.465763,0,1562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177222,9,214,'Pteradon Skeleton',0,0,0,1.6,2311,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177223,5,4675,'Ahn\'Qiraj Gong',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177224,10,4676,'Troll Drum Sound Object',114,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177225,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177226,2,4677,'Book \"Soothsaying for Dummies\"',35,0,0,1,0,0,1,7058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177227,7,4091,'Couch',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177233,15,3015,'Feathermoon Ferry',0,40,0,1,303,30,1,0,0,0,587,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177237,0,3076,'Vault Door',114,32,0,2.22095,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177238,0,3075,'Vault Door',114,32,0,2.22095,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177239,5,3171,'Tirion Fordring\'s Grave',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177240,10,20,'Loose Dirt Mound',0,4,0,1,43,5781,5759,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177241,3,4712,'Araj\'s Phylactery',0,0,0,0.9,43,177241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177243,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177244,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177245,0,3811,'Doodad_WroughtIronDoor01',0,32,0,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177246,0,3771,'Doodad_WroughtIronDoor02',0,32,0,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177247,0,3771,'Doodad_WroughtIronDoor03',0,32,0,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177248,0,3771,'Doodad_WroughtIronDoor04',0,32,0,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177249,0,3771,'Doodad_WroughtIronDoor05',0,32,0,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177250,0,3771,'Doodad_WroughtIronDoor06',0,32,0,0.78587,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177251,0,3811,'Doodad_WroughtIronDoor07',0,32,0,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177252,0,3811,'Doodad_WroughtIronDoor08',0,32,0,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177253,0,3811,'Doodad_WroughtIronDoor09',0,32,0,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177254,0,3811,'Doodad_opendoor_01',0,32,0,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177255,0,3811,'Doodad_opendoor_03',0,32,0,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177256,0,3811,'Doodad_opendoor_02',0,32,0,0.776923,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177257,1,4714,'Doodad_DireMaulCrystalGenerator02',114,0,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177258,1,4714,'Doodad_DireMaulCrystalGenerator03',114,0,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177259,1,4714,'Doodad_DireMaulCrystalGenerator01',114,0,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177261,8,408,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177262,8,867,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177263,8,867,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177264,3,4715,'Symbol of Lost Honor',0,4,0,1,43,14287,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177265,5,4716,'Bridge to Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177266,5,4717,'Bridge to Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177267,5,4717,'Bridge to Elder Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177268,5,4718,'Bridge to Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177269,5,4716,'Bridge to Spirit Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177270,5,4718,'Bridge to Hunter Rise',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177271,10,4571,'',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177272,8,1407,'Moonwell',0,0,0,1.04,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177273,8,1407,'Moonwell',0,0,0,1.35,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177274,8,1407,'Moonwell',0,0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177275,8,1407,'Moonwell',0,0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177276,8,1407,'Moonwell',0,0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177277,8,1407,'Moonwell',0,0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177278,8,1407,'Moonwell',0,0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177279,8,1407,'Moonwell',0,0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177280,8,1407,'Moonwell',0,0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177281,8,1407,'Moonwell',0,0,0,1,883,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177284,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177285,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177286,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177287,3,4733,'Unfinished Painting',0,4,0,0.4,43,14300,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177288,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177289,2,4271,'Scourge Cauldron',0,4,0,1,43,4496,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177290,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177291,8,654,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177292,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177293,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177304,6,4732,'Dawn\'s Gambit',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177307,0,4751,'Doodad_HyjalGate01',114,32,0,0.962264,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177324,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177325,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177326,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177327,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177364,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177365,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177366,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177367,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177368,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177369,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177370,0,3771,'Door',0,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177371,0,401,'Gate',114,32,0,0.923721,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177372,0,401,'Gate',114,32,0,0.923721,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177373,0,401,'Gate',114,32,0,0.923721,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177374,0,411,'Gate',114,32,0,2.43,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177375,0,411,'Gate',114,32,0,1.62578,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177376,0,411,'Gate',114,32,0,1.62578,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177377,0,411,'Gate',114,32,0,1.62578,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177378,8,396,'Campfire',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177379,8,396,'Campfire',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177380,8,396,'Campfire',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177381,8,396,'Campfire',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177382,8,396,'Campfire',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177383,8,396,'Campfire',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177384,8,396,'Campfire',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177385,1,442,'Torch',0,0,0,1,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177387,8,3491,'Alchemy Lab',0,0,0,1,663,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177388,3,767,'Ooze Covered Rich Thorium Vein',94,0,0,0.5,939,12883,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177396,8,216,'Cauldron',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177397,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177398,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177399,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177400,10,4713,'Demon Portal',0,4,0,0.2,1239,5581,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177404,1,4291,'Altar of Elune',0,16,0,2,0,93,0,177529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_elune_fire'), + (177405,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177406,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177408,8,200,'Bonfire',0,0,0,0.81,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177409,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177410,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177411,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177412,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177413,8,655,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177414,5,2770,'Gem of Elune',0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177415,5,3271,'Light of Elune',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177416,5,230,'Aura of Elune (SMALL)',0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177417,1,325,'Fire of Elune',0,16,0,1,0,93,655360,177493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_elune_fire'), + (177418,5,3271,'Light of Elune (LARGE)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177419,5,3271,'Light of Elune (SMALL)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177424,8,192,'Campfire',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177425,8,192,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177444,0,4791,'Stone Door',0,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177464,3,346,'Large Termite Mound',0,4,0,0.75,1259,14360,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177484,6,1287,'Atal\'ai Statue',14,0,0,1,0,0,0,18948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177485,6,1287,'Atal\'ai Statue',14,0,0,1,0,0,0,18949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177486,5,230,'Aura of Elune (LARGE)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177490,2,31,'Northridge Lumber Mill Crate',35,0,0,1,0,0,1,4362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177491,2,446,'Termite Barrel',35,68,0,1,0,5448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177494,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177495,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177496,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177497,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177498,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177499,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177500,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177501,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177502,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177503,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177504,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177505,7,603,'Wooden Bench',0,0,0,0.63,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177506,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177507,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177508,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177509,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177510,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177511,7,39,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177512,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177513,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177514,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177524,8,344,'Bubbly Fissure',14,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177525,8,236,'Moonkin Stone',0,0,0,0.8,943,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177526,8,323,'Relic Bundle',0,0,0,1,0,10,177527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177527,6,298,'Relic Bundle Aura',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177544,2,318,'Joseph\'s Chest',0,4,0,1,0,5151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177564,6,448,'Human Skull',114,0,0,1.8,0,0,0,19033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177586,6,264,'Broodling Essence Aura',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177604,5,293,'Pile of Bones',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177606,6,4831,'Father Flame Aura',114,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177624,3,644,'Xabraxxis\' Demon Bag',0,4,0,1,43,14500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177644,5,4471,'Moonkin Stone Aura',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177664,5,2951,'Rancid Meat',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177665,5,14,'Big Rancid Meat',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177667,2,4851,'Torn Scroll',0,4,0,1,0,5191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177668,8,342,'Mark of Detonation',0,0,0,0.6,983,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177669,5,4251,'Plaguewood Fire (Small)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177670,5,4452,'Plaguewood Fire (Large)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177671,5,4852,'Plaguewood Smoke',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177672,6,191,'Smokey\'s Special Compound',0,0,0,1,0,60,3,19237,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177673,1,4853,'Serpent Statue',0,0,0,3,0,1299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177675,2,20,'Mound of Dirt',0,4,0,1,0,5212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177677,6,768,'Shallow Grave',14,0,0,0.75,0,0,8,19368,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177681,3,20,'Gordunni Dirt Mound',0,0,0,1,43,14540,0,1,0,0,0,0,2987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177683,5,298,'Gordunni Cobalt Visual (DND)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177684,5,362,'Stone of Shy-Rotam',14,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177704,6,4452,'Lava Bomb',54,64,0,1,0,60,5,19428,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177705,6,3272,'Naga Beam',0,0,0,1,0,0,0,19473,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177706,0,1787,'Melizza\'s Cage',114,36,0,1,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177724,5,221,'Dredan\'s Table',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177725,2,345,'Dredan\'s Alchemy Tools',0,4,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177726,3,2891,'Tool Bucket',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177727,0,233,'Dredan\'s Forge',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177746,1,2911,'Ghost Magnet',114,0,0,0.5,0,0,11796480,177749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177747,3,1128,'Quel\'Thalas Registry',0,4,0,1,93,14560,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177749,6,3612,'Ghost Magnet Aura',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177750,3,155,'Lunar Fungal Bloom',0,4,0,1,259,14562,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177764,6,4251,'Inferno',0,0,0,1,0,0,10,19628,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177784,3,261,'Giant Softshell Clam',15,0,0,1,93,14620,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177785,3,4871,'Bauble Container',0,4,0,1.5,93,14621,0,1,0,0,0,178984,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177786,2,4192,'Rackmore\'s Chest',0,4,0,1.25,0,5272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177787,2,2530,'Rackmore\'s Log',0,0,0,1,0,5271,0,4081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177789,3,4872,'Augustus\' Receipt Book',0,4,0,1,43,14625,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177790,3,10,'Strange Lockbox',0,4,0,1,93,14626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177791,5,4873,'Anchor',0,0,0,0.4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177792,3,10,'Strange Lockbox',0,4,0,1,93,14628,0,0,0,0,0,177793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177793,6,1287,'Strange Lockbox Agility Trap',14,0,0,1,0,17,0,19727,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177794,3,10,'Strange Lockbox',0,4,0,1,93,14628,0,0,0,0,0,177793,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177804,3,4093,'Mangled Human Remains',0,4,0,1,43,14680,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177805,3,4093,'Mangled Human Remains',0,4,0,1,43,14681,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177806,3,4093,'Mangled Human Remains',0,4,0,1,43,14682,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177807,10,5972,'Black Dragon Egg',14,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_black_dragon_egg'), + (177808,10,4891,'Orb of Domination',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,19869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177824,6,1287,'Altar',0,0,0,1,0,0,0,19869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177844,3,10,'Strange Lockbox',0,4,0,1,93,14626,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177884,10,4911,'Doodad_UndercityWorm01',114,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177904,2,4371,'Wanted Poster: Besseleth',0,4,0,1,0,5332,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177905,5,1287,'Mercutio Post',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177926,3,424,'Gaea Seed',94,4,0,2,43,14932,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177927,10,4951,'Tammra Gaea Sapling',114,0,0,3,0,0,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177928,0,3492,'Onyxia\'s Gate',0,32,0,1,0,81,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177929,10,4951,'Gaea Dirt Mound',94,4,0,3,1340,6381,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177964,3,1027,'Fathom Stone',0,4,0,0.15,93,15100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_fathom_stone'), + (177984,6,4392,'Doodad_OnyziasLairLavaTrap51',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177985,6,4472,'Doodad_OnyziasLairLavaTrapMirror20',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177986,6,4472,'Doodad_OnyziasLairLavaTrapMirror21',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177987,6,4392,'Doodad_OnyziasLairLavaTrap52',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177988,6,4392,'Doodad_OnyziasLairLavaTrap53',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177989,6,4392,'Doodad_OnyziasLairLavaTrap54',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177990,6,4392,'Doodad_OnyziasLairLavaTrap55',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177991,6,4392,'Doodad_OnyziasLairLavaTrap56',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177992,6,4392,'Doodad_OnyziasLairLavaTrap57',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177993,6,4392,'Doodad_OnyziasLairLavaTrap58',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177994,6,4392,'Doodad_OnyziasLairLavaTrap59',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177995,6,4392,'Doodad_OnyziasLairLavaTrap60',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177996,6,4392,'Doodad_OnyziasLairLavaTrap61',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177997,6,4392,'Doodad_OnyziasLairLavaTrap62',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177998,6,4392,'Doodad_OnyziasLairLavaTrap63',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (177999,6,4392,'Doodad_OnyziasLairLavaTrap64',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178000,6,4392,'Doodad_OnyziasLairLavaTrap65',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178001,6,4392,'Doodad_OnyziasLairLavaTrap66',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178002,6,4392,'Doodad_OnyziasLairLavaTrap67',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178003,6,4392,'Doodad_OnyziasLairLavaTrap68',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178004,6,4472,'Doodad_OnyziasLairLavaTrapMirror22',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178005,6,4392,'Doodad_OnyziasLairLavaTrap69',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178006,6,4392,'Doodad_OnyziasLairLavaTrap70',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178007,6,4392,'Doodad_OnyziasLairLavaTrap71',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178008,6,4392,'Doodad_OnyziasLairLavaTrap72',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178009,6,4472,'Doodad_OnyziasLairLavaTrapMirror23',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178010,6,4472,'Doodad_OnyziasLairLavaTrapMirror24',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178011,6,4472,'Doodad_OnyziasLairLavaTrapMirror25',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178012,6,4472,'Doodad_OnyziasLairLavaTrapMirror26',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178013,6,4472,'Doodad_OnyziasLairLavaTrapMirror27',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178014,6,4472,'Doodad_OnyziasLairLavaTrapMirror28',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178015,6,4472,'Doodad_OnyziasLairLavaTrapMirror29',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178016,6,4472,'Doodad_OnyziasLairLavaTrapMirror30',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178017,6,4472,'Doodad_OnyziasLairLavaTrapMirror31',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178018,6,4472,'Doodad_OnyziasLairLavaTrapMirror32',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178019,6,4472,'Doodad_OnyziasLairLavaTrapMirror33',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178020,6,4472,'Doodad_OnyziasLairLavaTrapMirror34',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178021,6,4473,'Doodad_OnyziasLairFallingRocks14',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178022,6,4473,'Doodad_OnyziasLairFallingRocks15',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178023,6,4473,'Doodad_OnyziasLairFallingRocks16',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178024,6,4473,'Doodad_OnyziasLairFallingRocks17',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178025,6,4473,'Doodad_OnyziasLairFallingRocks18',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178026,6,4473,'Doodad_OnyziasLairFallingRocks19',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178027,6,4473,'Doodad_OnyziasLairFallingRocks20',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178028,6,4473,'Doodad_OnyziasLairFallingRocks21',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178029,6,4473,'Doodad_OnyziasLairFallingRocks22',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178030,6,4473,'Doodad_OnyziasLairFallingRocks23',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178031,6,4473,'Doodad_OnyziasLairFallingRocks24',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178032,6,4473,'Doodad_OnyziasLairFallingRocks25',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178033,6,4473,'Doodad_OnyziasLairFallingRocks26',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178034,6,4392,'Doodad_OnyziasLairLavaTrap73',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178035,6,4392,'Doodad_OnyziasLairLavaTrap74',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178036,6,4392,'Doodad_OnyziasLairLavaTrap75',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178037,6,4392,'Doodad_OnyziasLairLavaTrap76',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178038,6,4392,'Doodad_OnyziasLairLavaTrap77',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178039,6,4392,'Doodad_OnyziasLairLavaTrap78',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178040,6,4392,'Doodad_OnyziasLairLavaTrap79',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178041,6,4392,'Doodad_OnyziasLairLavaTrap80',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178042,6,4392,'Doodad_OnyziasLairLavaTrap81',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178043,6,4392,'Doodad_OnyziasLairLavaTrap82',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178044,6,4392,'Doodad_OnyziasLairLavaTrap83',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178045,6,4472,'Doodad_OnyziasLairLavaTrapMirror35',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178046,6,4472,'Doodad_OnyziasLairLavaTrapMirror36',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178047,6,4472,'Doodad_OnyziasLairLavaTrapMirror37',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178048,6,4472,'Doodad_OnyziasLairLavaTrapMirror38',0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178084,3,318,'Felix\'s Chest',0,4,0,1,43,14972,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178085,3,4991,'Felix\'s Bucket of Bolts',0,4,0,1,43,14973,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178087,3,4992,'Thazz\'ril\'s Pick',0,4,0,2,43,14980,0,1,0,0,7381,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178088,6,4993,'Ragnaros',1081,0,1,3.5,0,60,70,21158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178089,6,5457,'Thazz\'ril\'s Pick\'s Aura',114,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178090,10,20,'Marla\'s Grave',0,0,0,1,1379,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178104,3,5011,'Resonite Crystal',0,4,0,1,99,15000,30,1,0,0,0,178124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178105,3,5017,'Resonite Crystal',0,4,0,1,99,15000,30,1,0,0,0,178124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178106,3,5013,'Resonite Crystal',0,4,0,1,99,15000,30,1,0,0,0,178124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178107,0,5014,'Lava Steam',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178108,0,5016,'Lava Splash',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178125,2,5031,'Lotharian Lotus',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178144,3,2450,'Troll Chest',0,4,0,1,43,15060,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178145,10,2710,'Resonite Cask',0,0,0,5,1399,0,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178146,5,5051,'Gurda\'s Shredder',14,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178147,0,4154,'Ruul Snowhoof Cage',114,32,0,1.5,0,0,393216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178164,6,1287,'Hot Coal',0,0,0,1,0,1,10,20533,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178184,3,5091,'Sapphire of Aku\'Mai',0,4,0,1,57,15124,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178185,3,244,'Sapphire of Aku\'Mai',0,4,0,1,57,15124,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178186,3,5092,'Sapphire of Aku\'Mai',0,4,0,1,57,15124,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178187,6,410,'Molten Core Circle SULFURON',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178188,6,410,'Molten Core Circle BARON',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178189,6,410,'Molten Core Circle SHAZZRAH',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178190,6,410,'Molten Core Circle GOLEMAGG',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178191,6,410,'Molten Core Circle GARR',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178192,6,410,'Molten Core Circle MAGMADAR',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178193,6,410,'Molten Core Circle GEHENNAS',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178194,6,1287,'Lava Crack',0,0,0,1,0,1,15,20676,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178195,3,5093,'Warsong Oil',0,4,0,2,43,15126,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178204,3,31,'Warsong Axe Shipment',94,4,0,1,43,15131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178205,6,5111,'Karang\'s Banner',114,0,0,0.6,0,0,0,20746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178207,5,2234,'Karang\'s Banner Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178224,5,439,'Dire Pool',114,32,0,4,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178226,5,5113,'Hospital Bed',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178227,3,5131,'Murgut\'s Totem Basket',0,4,0,1.5,43,15160,0,0,0,0,0,178228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178228,6,3612,'Murgut\'s Totem Basket Aura',114,64,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178229,10,430,'Aurora\'s Book',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178230,5,263,'Aurora\'s Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178244,3,10,'Practice Lockbox',0,2,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178245,3,10,'Practice Lockbox',0,2,0,1,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178246,3,10,'Practice Lockbox',0,2,0,1,5,0,0,1,0,0,0,123334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178247,1,5151,'Naga Brazier',0,16,0,2,0,93,39321600,178248,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_naga_brazier'), + (178264,5,1287,'Mercutio Post',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178265,5,1287,'Mercutio Post',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178304,5,528,'Box o\' Squirrels',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178324,6,2770,'DANGER! Do Not Open! Move Along!',114,0,0,1,95,42,0,21078,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178325,3,4192,'Open To Pass Your Rite.',0,4,0,1,43,0,0,1,0,0,0,178324,6681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178364,1,5773,'Horde Banner',84,0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178365,1,5771,'Alliance Banner',83,0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178386,1,5212,'Doodad_CentaurTeleporter01',114,0,0,1,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178388,1,5773,'Horde Banner',84,65,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178389,1,5771,'Alliance Banner',83,0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178393,1,5773,'Horde Banner',0,0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178394,1,5771,'Alliance Banner',0,0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178400,8,0,'Maraudon Portal',0,0,0,1,1103,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178404,22,5231,'Portal to Inner Maraudon',2,64,0,1,21128,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178425,5,5253,'Christmas Tree (Large)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178426,5,5252,'XMasTreeLargeHorde01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178427,10,439,'Fountain of Elune',0,4,0,1,0,3533,2,2179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178428,5,5254,'XMasGift01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178429,5,5255,'XMasGift02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178430,5,5256,'XMasGift03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178431,5,5257,'XMasGift04',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178432,5,5258,'XMasGift05',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178433,5,5259,'XMasGift06',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178434,5,5260,'XMasStocking01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178435,5,5261,'XMasStocking02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178436,5,5262,'XMasStocking03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178437,5,5263,'Wreath',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178438,5,5264,'Lights',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178442,5,5271,'Horde Supply Crate',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178443,5,4452,'Small Forge Flame',0,64,0,0.35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178444,2,652,'Shrine of Sha\'gri',0,4,0,2,0,5811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178464,3,10,'Dark Cleric Salem\'s Chest',0,0,0,1,1419,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178465,18,456,'Altar of Summoning',0,0,0,1,10,21249,11206,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178484,5,5291,'Tear in the Nether',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178504,3,10,'Stolen Chest',0,0,0,1,1439,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178524,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178525,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178526,2,3871,'James\' Journal',0,0,0,1,0,0,0,5062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178545,10,5311,'Guse\'s Beacon',0,0,0,1,0,0,7142,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178551,5,5312,'Lights, Broken',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178553,3,5313,'Hive\'Ashi Pod',0,4,0,1,43,15521,10,0,0,0,0,0,1126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178554,5,5314,'Mistletoe',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178556,5,5263,'Wreath scale 1.20',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178557,5,5315,'Christmas Tree (Medium)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178558,5,5316,'Christmas Tree (Large Snowy)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178559,6,3912,'Larva Spewer',14,0,0,0.805835,99,0,0,0,0,0,4294901760,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178560,1,5317,'Doodad_MaraudonStaffCreator01',114,0,0,1,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178561,6,3813,'Spore Tree',14,0,0,1.53398,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178562,6,3813,'Spore Tree',14,0,0,1.53767,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178563,6,3813,'Spore Tree',14,0,0,1.26182,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178564,6,3813,'Spore Tree',14,0,0,2.31997,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178565,6,3813,'Spore Tree',14,0,0,1.02156,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178566,6,3813,'Spore Tree',14,0,0,1.26182,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178567,6,3813,'Spore Tree',14,0,0,1.26182,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178568,6,3813,'Spore Tree',14,0,0,1.86379,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178569,6,3813,'Spore Tree',14,0,0,1.19039,0,0,0,21547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178570,6,5318,'Corruption Spewer',114,0,0,1.722,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178571,1,1967,'Bonfire',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178572,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178573,8,192,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178584,3,621,'Ryson\'s All Seeing Eye',0,0,0,1,0,0,0,1,0,0,7838,178644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178605,10,5332,'Ryson\'s Beacon',0,0,0,1,99,0,7218,196608,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178609,3,5333,'Holiday Snow',94,0,0,1,43,15540,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178645,5,5351,'Lights x3',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178646,5,336,'Alliance Supply Crate',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178647,5,5371,'Christmas Tree',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178649,5,5263,'Wreath scale 0.75',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178664,3,5391,'Steamsaw',83,0,0,0.75,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178665,3,5391,'Steamsaw',84,0,0,0.75,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178666,5,5392,'Gypsy Wagon',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178667,5,5315,'Christmas Tree (Medium)',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178668,5,5315,'Christmas Tree (Medium)',0,0,0,0.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178669,5,5351,'Lights x3',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178670,18,5411,'Circle of Calling',0,0,0,1,10,21648,11206,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178671,7,648,'Greatfather Winter\'s Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178684,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178685,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178722,5,4852,'Alliance Blacksmith Smoke',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178724,10,5311,'Vipore\'s Beacon',0,0,0,1,0,0,7328,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178725,10,5311,'Slidore\'s Beacon',0,0,0,1,0,0,7325,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178726,10,5311,'Ichman\'s Beacon',0,0,0,1,99,0,7320,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178745,5,5451,'Lights x3, Broken',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178746,5,5452,'Smokywood Pastures',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178764,5,5453,'Rope Line',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178765,5,5454,'Rope Line Pole',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178784,3,36,'Coldtooth Supplies',0,4,0,1,43,15804,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178785,3,36,'Irondeep Supplies',0,4,0,1,43,15760,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178805,5,5315,'Christmas Tree (Medium)',0,0,0,0.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178806,5,5511,'Stormpike Supplies',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178807,5,287,'Stormpike Supplies',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178808,5,5512,'Stormpike Supplies',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178824,23,5491,'Meeting Stone',35,0,0,1,37,46,722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178825,23,5491,'Meeting Stone',35,0,0,1,29,38,491,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178826,23,5492,'Meeting Stone',35,0,0,0.94,56,60,2557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178827,23,5491,'Meeting Stone',35,0,0,1,40,52,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178828,23,5494,'Meeting Stone',35,0,0,1,24,32,719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178829,23,5491,'Meeting Stone',35,0,0,1,44,54,978,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178831,23,5495,'Meeting Stone',35,0,0,1,58,60,2017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178832,23,5494,'Meeting Stone',35,0,0,1,58,60,2057,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178833,23,5491,'Meeting Stone',35,0,0,1,41,51,1517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178834,23,5494,'Meeting Stone',35,0,0,1,17,26,1581,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178844,23,5492,'Meeting Stone',35,0,0,1,34,45,796,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178845,23,5498,'Meeting Stone',35,0,0,1,22,30,209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178864,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178884,23,5491,'Meeting Stone',35,0,0,1,17,24,718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178904,5,2991,'Healed Celebrian Vine',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178905,6,369,'Vylestem Vine',0,0,0,0.65,0,0,0,21883,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178908,5,369,'Vylestem Vine',114,0,0,0.4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178909,5,5531,'Frostwolf Supplies',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178910,5,5532,'Frostwolf Supplies',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178911,5,665,'Frostwolf Supplies',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178924,5,5264,'Lights',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178925,1,5651,'Alliance Banner',83,0,1,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178927,1,5651,'[PH] Alliance A1 Tower Banner BIG',0,32,1,3,0,0,196608,180421,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178929,1,5651,'Alliance Banner',83,65,1,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178932,1,5651,'[PH] Alliance A2 Tower Banner BIG',0,96,1,3,0,0,196608,180421,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178934,7,5551,'The Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178935,1,5651,'Alliance Banner',0,0,1,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178936,1,5651,'Alliance Banner',0,0,1,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178940,1,5653,'Contested Banner',0,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178943,1,5652,'Horde Banner',84,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178944,1,5652,'Horde Banner',0,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178945,1,5652,'Horde Banner',0,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178946,1,5652,'Horde Banner',0,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178947,1,5651,'[PH] Alliance A3 Tower Banner BIG',0,96,1,3,0,0,196608,180421,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178948,1,5651,'[PH] Alliance A4 Tower Banner BIG',0,96,1,3,0,0,196608,180421,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178955,1,5652,'[PH] Horde H1 Tower Banner BIG',0,32,0,3,0,0,196608,180422,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178956,1,5652,'[PH] Horde H2 Tower Banner BIG',0,32,0,3,0,0,196608,180422,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178957,1,5652,'[PH] Horde H3 Tower Banner BIG',0,32,0,3,0,0,196608,180422,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178958,1,5652,'[PH] Horde H4 Tower Banner BIG',0,32,0,3,0,0,196608,180422,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178964,5,230,'Celebras Blue Aura',0,64,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178965,1,3871,'Incantation of Celebras',0,64,0,1.3,0,93,655360,178963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178984,6,264,'Bauble Aura',114,0,0,1.5,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179004,3,163,'Drek\'Thar\'s Scrolls',0,0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179005,3,220,'Drek\'Thar\'s Scrolls',0,0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179006,3,183,'Vanndar\'s Documents',0,0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179007,3,164,'Vanndar\'s Documents',0,0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179008,3,190,'Vanndar\'s Documents',0,0,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179024,3,5191,'Stormpike Banner',0,4,0,1,93,15983,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179025,3,5571,'Frostwolf Banner',0,4,0,1,93,15988,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179044,5,5651,'[PH] Alliance Graveyard Mid Banner BIG',0,32,1,1.5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179064,5,5652,'[PH] Horde Graveyard Mid Banner BIG',0,32,0,1.5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179065,6,5752,'Roaring Flame',14,32,0,1.5,95,60,20,21650,0,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179066,5,2390,'Smoke Emitter, Large AOI, scale 2',0,32,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179084,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179085,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179086,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179104,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179105,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179106,7,990,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179107,7,990,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179108,7,990,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179109,7,990,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179110,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179111,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179112,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179113,7,988,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179114,7,990,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179115,0,5591,'Portcullis',0,4,0,3.5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179116,0,5591,'Portcullis',114,32,0,3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179117,0,5591,'Portcullis',114,32,0,3.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179118,7,5592,'Throne',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179119,8,867,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179120,8,867,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179121,8,867,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179122,8,867,'Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179125,10,259,'Izzy\'s Holdings',114,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179144,5,3291,'Danger! Crystalvein Mine closed!',0,0,0,1.18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179147,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179148,0,295,'Lever',0,32,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179224,5,3291,'Crystalvein Mine - Keep Out!',0,0,0,1.18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179264,1,261,'Giant Clam',114,1,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179284,1,5771,'Alliance Banner',0,0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179285,1,5773,'Horde Banner',0,0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179286,1,5772,'Contested Banner',83,65,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179287,1,5774,'Contested Banner',84,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179304,1,5772,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179305,1,5774,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179306,1,5772,'Contested Banner',83,0,0,1,0,1479,0,180102,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179307,1,5774,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179308,1,5772,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179310,1,5774,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179324,6,5791,'Frostwolf Landmine',0,0,0,1,12,0,4,22498,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179325,6,5791,'Stormpike Landmine',0,0,0,1,12,0,4,22498,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179344,8,200,'Bonfire',0,0,0,0.86,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179345,1,259,'Deeprun Chest',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179364,0,411,'Portcullis',114,32,0,3.38607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179365,0,3751,'Portcullis',114,32,0,4.33333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179384,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179385,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179386,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179387,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179388,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179389,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179390,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179391,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179392,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179393,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179394,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179395,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179396,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179397,8,166,'Anvil',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179419,8,654,'Brazier',0,0,0,0.83,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179424,5,5653,'[PH] Alliance Graveyard Mid Pre-Banner BIG',0,96,0,1.5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179425,5,5654,'[PH] Horde Graveyard Mid Pre-Banner BIG',0,0,0,1.5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179426,3,5,'Gri\'lek the Wanderer',0,4,0,1,93,1690,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179435,1,5654,'Contested Banner',84,64,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179436,1,5654,'[PH] Horde A1 Tower Pre-Banner BIG',0,96,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179437,2,3053,'Wanted: ORCS!',84,4,0,1.5,0,6372,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179438,2,3053,'Wanted: DWARVES!',83,4,0,1.5,0,6371,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179439,1,5654,'Contested Banner',84,65,0,0.75,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179440,1,5654,'[PH] Horde A2 Tower Pre-Banner BIG',0,96,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179441,1,5654,'Contested Banner',84,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179442,1,5654,'[PH] Horde A3 Tower Pre-Banner BIG',0,32,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179443,1,5654,'Contested Banner',0,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179444,1,5654,'[PH] Horde A4 Tower Pre-Banner BIG',0,96,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179445,1,5653,'Contested Banner',0,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179446,1,5653,'[PH] Alliance H1 Tower Pre-Banner BIG',0,0,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179449,1,5653,'Contested Banner',0,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179450,1,5653,'[PH] Alliance H2 Tower Pre-Banner BIG',0,0,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179453,1,5653,'Contested Banner',0,0,0,1,0,1479,196608,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179454,1,5653,'[PH] Alliance H3 Tower Pre-Banner BIG',0,0,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179458,1,5653,'[PH] Alliance H4 Tower Pre-Banner BIG',0,0,0,3,0,0,196608,180423,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179465,1,5771,'Alliance Banner',83,65,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179466,1,5772,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179467,1,5773,'Horde Banner',0,0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179468,1,5774,'Contested Banner',84,65,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179469,0,4653,'Arena Door',114,32,0,0.872399,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179470,1,5771,'Alliance Banner',0,0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179471,1,5772,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179472,1,5773,'Horde Banner',84,0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179473,1,5774,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179481,1,5771,'Alliance Banner',0,0,0,1,0,1479,196608,180100,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179482,1,5772,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179483,1,5773,'Horde Banner',0,0,0,1,0,1479,196608,180101,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179484,1,5774,'Contested Banner',0,0,0,1,0,1479,0,180102,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179485,2,5712,'Broken Trap',0,4,0,3,43,6392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179486,3,5743,'Battered Footlocker',94,2,0,1,24,16464,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179487,3,5744,'Waterlogged Footlocker',94,2,0,1,24,16464,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179488,3,5743,'Battered Footlocker',94,2,0,1,1559,16464,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179489,3,5744,'Waterlogged Footlocker',94,2,0,1,1559,16464,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179490,3,5743,'Battered Footlocker',94,2,0,1,1560,16465,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179491,3,5744,'Waterlogged Footlocker',94,2,0,1,1560,16465,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179492,3,5743,'Dented Footlocker',94,2,0,1,61,16465,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179493,3,5744,'Mossy Footlocker',94,2,0,1,61,16465,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179494,3,5743,'Dented Footlocker',94,2,0,1,1561,16466,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179496,3,5743,'Dented Footlocker',94,2,0,1,62,16466,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179497,3,5744,'Mossy Footlocker',94,2,0,1,62,16466,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179498,3,10,'Scarlet Footlocker',94,2,0,1,599,16467,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179499,3,468,'Ogre Tannin Basket',0,0,0,1,43,16518,0,1,0,0,8175,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179500,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179501,3,336,'Knot Thimblejack\'s Cache',0,0,0,1,43,16591,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179502,1,5691,'Doodad_CorruptedCrystalVine01',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179503,0,5692,'Doodad_DireMaulBossForceField01',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179504,1,4714,'Doodad_DireMaulCrystalGenerator04',114,0,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179505,1,4714,'Doodad_DireMaulCrystalGenerator05',114,0,0,6.527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179506,0,5693,'Doodad_DiremaulMagicVortex01',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179507,1,442,'Torch',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179508,1,442,'Torch',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179509,1,442,'Torch',0,0,0,1,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179510,1,442,'Torch',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179511,5,181,'Knot\'s Ball and Chain',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179512,6,3073,'Fixed Trap',0,0,1,3,95,0,0,5249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179513,1,442,'Torch',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179516,3,41,'Fengus\'s Chest',0,0,0,2,43,16523,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179517,2,1387,'Treasure of the Shen\'dralar',0,4,0,1,43,6418,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179526,3,391,'Warpwood Pod',0,0,0,1,0,0,0,1,0,0,0,179527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179528,3,391,'Warpwood Pod',0,0,0,1,57,16548,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179532,3,391,'Warpwood Pod',0,0,0,1,0,0,0,1,0,0,0,179530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179533,3,391,'Warpwood Pod',0,0,0,1,0,0,0,1,0,0,0,179531,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179544,2,5733,'Skeletal Remains of Kariel Winthalus',0,0,0,1,0,0,0,5743,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179545,3,10,'The Prince\'s Chest',0,4,0,1,43,16569,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179547,3,4431,'A Dusty Tome',0,0,0,1.5,93,16563,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179548,3,4431,'A Dusty Tome',0,0,0,1.5,93,16564,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179549,0,4511,'Door',0,34,0,1,0,1562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179550,0,4511,'Door',0,34,0,1.02,0,1562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179551,2,1387,'Hydraxis\' Coffer',0,4,0,1,43,6436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179552,2,525,'Schematic: Field Repair Bot 74A',0,0,0,0.75,0,0,3,5749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179553,3,5740,'Core Fragment',0,32,0,1,43,16570,1,0,0,0,0,0,7487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179554,23,5498,'Meeting Stone',35,0,0,1,50,60,1477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179555,23,5491,'Meeting Stone',35,0,0,1,29,38,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179556,3,5742,'The Severed Head of Onyxia',114,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179557,6,1287,'Rallying Call',0,0,0,1,0,0,0,22888,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179558,3,5745,'The Severed Head of Onyxia',114,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179559,3,5746,'Felvine Shard',0,0,0,1,43,16594,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179560,6,1287,'Rallying Call',84,0,0,1,0,0,0,22888,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179561,8,4175,'Onyxia\'s Flame Breath',0,0,0,1,1223,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179562,3,4175,'Ancient Heated Blade',0,0,0,1,93,16592,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179563,5,363,'Prince\'s Chest Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179564,3,1387,'Gordok Tribute',0,0,0,1,57,16577,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179565,3,1387,'Dusty Reliquary',0,4,0,0.4,43,16593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179584,23,5495,'Meeting Stone',35,0,0,1,52,60,1584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179585,23,5495,'Meeting Stone',35,0,0,1,55,60,1583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179586,23,5495,'Meeting Stone',0,0,0,1,48,60,1584,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179587,23,5495,'Meeting Stone',0,0,0,1,55,60,1583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179588,0,4551,'CavernDoor01',0,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179595,23,5494,'Meeting Stone',35,0,0,1,24,32,717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179596,23,5498,'Meeting Stone',35,0,0,1,13,20,2437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179597,23,5498,'Meetingstone01',0,0,0,1,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179644,3,1667,'Imprisoned Doomguard',0,4,0,1,43,16668,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179664,5,1647,'Earth Elemental Rift',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179665,5,6397,'Water Elemental Rift',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179666,5,6333,'Fire Elemental Rift',0,0,0,1.5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179667,5,1647,'Air Elemental Rift',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179668,5,5812,'Warlock Mount Ritual Circle',0,0,0,3.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179669,5,5813,'Warlock Mount Quest Symbol 1',0,0,0,1.8,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179670,5,5814,'Warlock Mount Quest Symbol 2',0,0,0,1.8,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179671,5,5815,'Warlock Mount Quest Symbol 3',0,0,0,1.8,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179672,1,5873,'Wheel of the Black March',0,0,0,3,1,1580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179673,1,5872,'Doomsday Candle',0,0,0,3,1,1580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179674,1,5871,'Bell of Dethmoora',0,0,0,3,1,1580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179676,5,410,'Fel Fire',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179681,5,5751,'Dreadsteed Portal',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179682,8,375,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179693,5,5457,'Peasant Light Trap',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179694,5,5834,'Death Post',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179695,5,5832,'Slain Peasant',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179696,5,5833,'Slain Peasant',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179697,3,259,'Arena Treasure Chest',0,0,0,1,1599,16718,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179698,5,5835,'Slain Peasant',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179699,5,5836,'Slain Peasant',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179700,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179703,3,51,'Cache of the Firelord',0,0,0,1,57,16719,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179704,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179706,9,254,'A Treatise on Military Ranks',0,0,0,1,2654,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179707,9,5851,'Military Ranks of the Horde & Alliance',0,0,0,1,2661,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179708,5,4712,'Divination Scryer',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179724,0,3811,'Doodad_PallyDoor01',1375,32,0,1.00511,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179725,5,26,'Champions\' Hall',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179726,5,26,'Champions\' Hall',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179727,5,26,'Champions\' Hall',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179728,5,26,'Champions\' Hall',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179729,5,26,'Command Center',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179730,5,26,'Command Center',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179731,5,26,'Command Center',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179732,5,26,'SI:7',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179733,5,26,'SI:7',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179734,5,26,'SI:7',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179735,9,3011,'Alliance Military Ranks',0,0,0,1.87,2676,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179736,5,173,'Champions\' Hall',0,0,0,0.813008,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179737,5,173,'SI:7',0,0,0,0.745879,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179738,5,173,'Command Center',0,0,0,0.745879,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179739,5,309,'Hall of Legends',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179740,5,309,'Hall of Legends',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179741,9,214,'Horde Military Ranks',0,0,0,1.9032,2677,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179742,5,707,'Hall of Legends',0,0,0,1.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179743,5,26,'Command Center',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179744,5,26,'SI:7',0,0,0,1.34,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179745,5,1310,'Divination Scryer Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179747,8,3993,'Terrordale Haunting Spirit',0,0,0,3,1284,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179748,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179749,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179750,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179751,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179752,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179753,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179754,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179755,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179756,8,602,'Brazier',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179757,7,91,'High Back Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179758,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179759,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179760,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179761,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179762,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179763,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179764,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179765,7,39,'Chair',0,0,0,0.999999,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179766,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179767,7,673,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179768,7,673,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179769,7,673,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179770,7,673,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179771,7,673,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179778,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179779,7,673,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179780,7,673,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179781,7,673,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179782,10,345,'Alchemy Set',114,0,1,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179784,6,5874,'Suppression Device',14,0,0,1,55,0,20,22247,0,6,235929600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179785,26,5912,'Silverwing Flag',0,0,0,2.5,0,8623,23383,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179786,26,5913,'Warsong Flag',0,0,0,2.5,0,8624,23384,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179804,6,6132,'Drakonid Bones',0,0,0,1,0,0,0,23361,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179826,3,163,'Secret Plans: Fiery Flux',0,4,0,1,43,16799,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179827,2,2491,'Wanted/Missing/Lost & Found',35,4,0,1,0,6572,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179828,3,5911,'Dark Iron Pillow',35,4,0,0.75,93,16820,0,1,0,0,8540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179830,24,5912,'Silverwing Flag',1314,0,0,2.5,0,23383,11,23333,23390,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179831,24,5913,'Warsong Flag',210,0,0,2.5,0,23384,11,23335,23389,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179832,3,5914,'Pillaclencher\'s Ornate Pillow',0,0,0,2,43,16841,1,0,0,0,0,0,0,0,0,0,0,0,26365,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179844,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179846,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179862,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179863,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179864,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179871,6,5931,'Speed Buff',114,0,0,1,0,0,0,23451,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179874,8,201,'',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179875,8,201,'',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179876,8,201,'',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179877,8,201,'',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179878,8,201,'',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179879,2,4891,'Orb of Command',35,0,0,1,0,0,3,6001,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179880,2,2616,'Drakkisath\'s Brand',35,4,0,0.25,93,6611,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179881,1,5951,'The Severed Head of Nefarian',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179882,1,5952,'The Severed Head of Nefarian',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179885,8,200,'Campfire',0,0,0,0.6,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179886,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179887,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179888,2,220,'Rizzle\'s Guarded Plans',35,0,0,1,93,655,1,6029,0,0,24124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179895,19,5971,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179896,19,5971,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179899,6,5931,'Speed Buff',0,0,0,1,0,0,0,23451,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179900,6,0,'Big Bonfire Damage',14,0,0,1,0,1,5,23485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179904,6,5991,'Food Buff',114,0,0,1,0,0,0,23493,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179905,6,5995,'Berserk Buff',114,0,0,1,0,0,0,23505,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179906,6,5991,'Food Buff',114,0,0,1,0,0,0,23493,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179907,6,5995,'Berserk Buff',0,0,0,1,0,0,0,23505,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179908,3,1208,'Slagtree\'s Lost Tools',0,4,0,1,43,16919,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179909,9,5992,'Rock of Durotan',0,0,0,4.39999,2731,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179910,10,5993,'Lard\'s Picnic Basket',0,0,0,1,43,0,8605,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179911,5,5994,'Message to the Wildhammer',2,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179912,8,1287,'Aerie Peak Town Center',0,0,0,1,1303,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179913,2,3053,'Call to Arms!',83,0,0,1.5,0,6691,2,6121,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179914,3,293,'Pile of Bones',0,4,0,1.25,43,16925,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179915,3,293,'Pile of Skulls',0,4,0,1.25,43,16924,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179916,0,6011,'Doodad_RazorfenDoor01',114,32,0,0.900901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179917,0,850,'Doodad_RazorfenDoor02',114,32,0,0.854701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179918,0,411,'Doodad_PortcullisActive01',114,32,0,2.26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179919,0,411,'Doodad_PortcullisActive02',114,32,0,2.68149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179920,0,411,'Doodad_PortcullisActive03',114,32,0,3.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179921,0,411,'Doodad_PortcullisActive04',114,32,0,2.33271,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179922,3,216,'Vessel of Tainted Blood',0,4,0,0.5,43,16926,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179924,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179944,18,1327,'Meeting Stone Summoning Portal',0,0,0,1,2,7720,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179945,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179963,5,22,'OUT OF ORDER! Use Postman instead - your GM\'s',0,0,0,0.4,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179964,5,22,'DARKMOON FAIRE - Coming Soon!',0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179965,5,6091,'Darkmoon Faire Banner',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179967,5,32,'Barrel 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179968,5,251,'Haystack 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179969,5,285,'Replace Crate 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179970,5,286,'Replace Crate 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); + +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `faction`, `flags`, `ExtraFlags`, `size`, `data0`, `data1`, `data2`, `data3`, `data4`, `data5`, `data6`, `data7`, `data8`, `data9`, `data10`, `data11`, `data12`, `data13`, `data14`, `data15`, `data16`, `data17`, `data18`, `data19`, `data20`, `data21`, `data22`, `data23`, `CustomData1`, `mingold`, `maxgold`, `ScriptName`) VALUES - (180698,5,6508,'Party Table',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180699,10,1727,'Festive Keg',0,0,1,1623,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180700,5,6145,'Hay Bale 1',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180703,1,6509,'Firework, Show, Type 1 Red',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180704,1,6510,'Firework, Show, Type 2 Red',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180707,1,6509,'Firework, Show, Type 1, Red BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180708,1,6510,'Firework, Show, Type 2, Red BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180712,25,6742,'Stonescale Eel Swarm',0,0,1,4,17539,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180714,5,6448,'CrateAllianceFirstAid01',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180715,2,6513,'Holly Preserver',0,0,1,0,7159,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180717,2,4675,'The Scarab Gong',0,4,1,0,7155,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180718,5,4675,'The Scarab Gong',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180719,5,6514,'Metzen\'s Stable',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180720,1,6515,'Firework, Show, Type 1 Blue',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180721,1,6516,'Firework, Show, Type 2 Blue',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180722,1,6515,'Firework, Show, Type 1 Blue BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180723,1,6516,'Firework, Show, Type 2 Blue BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180724,1,6517,'Firework, Show, Type 1 Green',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180725,1,6518,'Firework, Show, Type 2 Green BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180726,1,6517,'Firework, Show, Type 1 Green BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180727,1,6518,'Firework, Show, Type 2 Green',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180728,1,6519,'Firework, Show, Type 1 White',0,32,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180729,1,6519,'Firework, Show, Type 1 White BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180730,1,6520,'Firework, Show, Type 2 White',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180731,1,6520,'Firework, Show, Type 2 White BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180733,1,6521,'Firework, Show, Type 2 Purple BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180736,1,6523,'Firework, Show, Type 1 Yellow',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180737,1,6523,'Firework, Show, Type 1 Yellow BIG',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180738,1,6524,'Firework, Show, Type 2 Yellow',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180739,1,6524,'Firework, Show, Type 2 Yellow BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180740,1,6521,'Firework, Show, Type 2 Purple',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180741,1,6522,'Firework, Show, Type 1 Purple BIG',0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180742,5,6526,'Metzen\'s Fencing',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180743,2,5254,'Carefully Wrapped Present',0,0,1,0,7157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180744,5,131,'Catapult',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180745,5,5692,'Grasp of C\'Thun',0,0,0.025,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180746,2,5255,'Gently Shaken Gift',0,0,1,0,7163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180747,2,5256,'Gaily Wrapped Present',0,0,1,0,7164,0,6797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180748,2,5258,'Ticking Present',0,0,1,0,7165,0,6792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180749,1,3972,'Cheer Speaker',0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180750,25,6291,'Oily Blackmouth School',0,0,1,4,17537,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180751,25,6434,'Floating Wreckage',0,0,1,4,17534,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180752,25,6482,'Firefin Snapper School',0,0,1,4,17538,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180753,25,6527,'Patch of Elemental Water',0,0,1,0,17675,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180754,3,565,'Toasting Goblet',0,0,1,93,17685,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180755,5,6528,'Dwarf Hero',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180756,5,6529,'Gnome Hero',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180757,5,6530,'Human Hero Portrait',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180758,5,6531,'Night Elf Hero Portrait',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180759,5,6532,'Orc Hero Portrait',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180760,5,6533,'Forsaken Hero Portrait',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180761,5,6534,'Tauren Hero Portrait',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180762,5,6535,'Troll Hero Portrait',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180763,10,6489,'Firecrackers',0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180764,10,6490,'Firecrackers',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180765,5,6537,'Lantern',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180766,5,6538,'Lantern',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180767,5,6539,'Lantern',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180768,5,6540,'Lantern',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180769,5,6541,'Lights',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180770,5,6542,'Lights',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180771,8,6543,'Firework Launcher',0,0,1,1351,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180772,8,6544,'Cluster Launcher',0,0,1,1352,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180773,5,6545,'Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180774,5,6546,'Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180775,5,6547,'Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180776,5,6548,'Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180777,5,6549,'Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180778,5,6550,'Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180779,5,288,'Barrel',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180780,5,6551,'AQWar - Resource, Bars, Alliance, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180781,5,6552,'AQWar - Resource, Bars, Alliance, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180782,5,6553,'AQWar - Resource, Bars, Alliance, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180783,5,6554,'AQWar - Resource, Bars, Alliance, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180784,5,6555,'AQWar - Resource, Bars, Alliance, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180788,5,3972,'AQDOORSOUND',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180793,2,5259,'Festive Gift',0,0,1,0,7175,0,6798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180794,2,1127,'Journal of Jandice Barov',0,0,1,0,0,0,6799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180795,10,6559,'Sandworm Base',114,0,7.5,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180796,5,2047,'PX-238 Winter Wondervolt',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180797,6,327,'PX-238 Winter Wondervolt TRAP',0,0,1,0,0,1,26275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180798,5,5255,'Present BIG',0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180799,5,5258,'Present BIG',0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180800,5,6560,'AQWar - Resource, Cooking, Alliance, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180801,5,6561,'AQWar - Resource, Herbs, Alliance, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180802,5,6562,'AQWar - Resource, Herbs, Alliance, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180803,5,6563,'AQWar - Resource, Herbs, Alliance, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180804,5,6564,'AQWar - Resource, Herbs, Alliance, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180805,5,6565,'AQWar - Resource, Herbs, Alliance, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180806,5,6566,'AQWar - Resource, Cooking, Alliance, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180807,5,6567,'AQWar - Resource, Cooking, Alliance, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180808,5,6568,'AQWar - Resource, Cooking, Alliance, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180809,5,6569,'AQWar - Resource, Cooking, Alliance, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180810,0,6573,'Resonating Crystal Formation',0,0,1,0,10,180811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180811,0,1310,'Resonating Crystal Formation Glow',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180812,5,6574,'AQWar - Resource, Skins, Horde, Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180813,5,6575,'AQWar - Resource, Skins, Horde, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180814,5,6576,'AQWar - Resource, Skins, Horde, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180815,5,6577,'AQWar - Resource, Skins, Horde, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180816,5,6578,'AQWar - Resource, Skins, Horde, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180817,5,6579,'AQWar - Resource, Skins, Horde, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180818,5,6580,'AQWar - Resource, Herbs, Horde, Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180819,5,6581,'AQWar - Resource, Herbs, Horde, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180820,5,6582,'AQWar - Resource, Herbs, Horde, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180821,5,6583,'AQWar - Resource, Herbs, Horde, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180822,5,6584,'AQWar - Resource, Herbs, Horde, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180823,5,6585,'AQWar - Resource, Herbs, Horde, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180826,5,6586,'AQWar - Resource, Bandages, Horde, Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180827,5,6587,'AQWar - Resource, Bandages, Horde, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180828,5,6588,'AQWar - Resource, Bandages, Horde, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180829,5,6589,'AQWar - Resource, Bandages, Horde, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180830,5,6590,'AQWar - Resource, Bandages, Horde, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180831,5,6591,'AQWar - Resource, Bandages, Horde, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180832,5,6592,'AQWar - Resource, Cooking, Horde, Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180833,5,6593,'AQWar - Resource, Cooking, Horde, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180834,5,6594,'AQWar - Resource, Cooking, Horde, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180835,5,6595,'AQWar - Resource, Cooking, Horde, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180836,5,6596,'AQWar - Resource, Cooking, Horde, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180837,5,6597,'AQWar - Resource, Cooking, Horde, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180838,5,6598,'AQWar - Resource, Bars, Horde, Initial',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180839,5,6599,'AQWar - Resource, Bars, Horde, Tier 1',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180840,5,6600,'AQWar - Resource, Bars, Horde, Tier 2',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180841,5,6601,'AQWar - Resource, Bars, Horde, Tier 3',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180842,5,6602,'AQWar - Resource, Bars, Horde, Tier 4',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180843,5,6603,'AQWar - Resource, Bars, Horde, Tier 5',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180844,5,6604,'Mistletoe',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180850,8,6543,'Firework Launcher',0,0,1,1351,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180851,10,6509,'Firework Rocket, Type 1 Red',1375,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180852,5,6605,'War Map',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180853,5,6606,'Duke\'s Box',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180854,8,6515,'Firework Rocket, Type 1 Blue',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180855,10,6517,'Firework Rocket, Type 1 Green',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180857,10,6519,'Firework Rocket, Type 1 White',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180858,10,6523,'Firework Rocket, Type 1 Yellow',1375,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180859,8,6544,'Cluster Launcher',0,0,1,1352,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180860,10,6509,'Firework Rocket, Type 1 Red BIG',0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180861,10,6515,'Firework Rocket, Type 1 Blue BIG',0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180862,10,6517,'Firework Rocket, Type 1 Green BIG',0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180863,10,6522,'Firework Rocket, Type 1 Purple BIG',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180864,10,6519,'Firework Rocket, Type 1 White BIG',0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180865,10,6523,'Firework Rocket, Type 1 Yellow BIG',0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180866,5,1287,'Event Generator Saurfang Pre-War',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180868,8,6543,'Firework Launcher',0,0,1,1351,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180869,8,6544,'Cluster Launcher',0,0,1,1352,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180870,10,6489,'Firecrackers',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180871,10,6489,'Firecrackers',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180872,10,6490,'Firecrackers',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180873,10,6490,'Firecrackers',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180874,8,6544,'Cluster Launcher',0,0,1,1352,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180875,5,227,'Boss Fight Altar',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180876,6,327,'Elune\'s Blessing TRAP FRIENDLY',0,0,1,0,0,0,26393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180878,5,6607,'GunShopFireworksBarrel',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180879,5,6608,'ElvenWoodenTable',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180880,5,6609,'AmmoBoxBlue',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180881,5,6610,'AmmoBoxBlueBlock',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180882,5,6611,'AmmoBoxRed',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180883,5,5512,'AmmoBoxRedBlock',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180884,5,6612,'DwarvenTableSmall',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180885,5,581,'InnTableTiny',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180888,5,6613,'OrcTable01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180898,0,4134,'AQRUNE',114,32,1.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180899,0,4133,'AQROOT',114,32,1.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180900,25,6291,'Oily Blackmouth School',0,0,1,4,17537,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180901,25,6434,'Floating Wreckage',0,0,1,4,17534,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180902,25,6482,'Firefin Snapper School',0,0,1,4,17538,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180904,0,4132,'Ancient Door',114,32,1.02902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180905,3,3151,'Festive Mug',0,0,1,93,17540,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180909,5,6536,'Lucky Red Envelope',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180910,5,190,'Starsong Scroll',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180913,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180914,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180915,8,197,'Cooking Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180921,3,49,'Tainted Soil Sample',0,4,0.5,57,0,0,1,0,0,0,181583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180991,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180993,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180994,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180996,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180997,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180998,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180999,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181000,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181001,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181002,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181003,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181004,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181005,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181006,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181007,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181008,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181009,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181013,5,4251,'Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181014,5,6652,'Hanging, Square, Large',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181015,5,6656,'Standing, Large',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181016,5,6634,'Standing, Medium, Exterior',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181017,5,6635,'Hanging, Streamers, Medium',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181018,5,6640,'Hanging, Tall/Thin, Medium',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181019,5,6642,'Standing, Medium Interior',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181020,5,6641,'Hanging, Square, Medium',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181021,5,6643,'Hanging, Door - Val',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181022,5,6657,'Standing, Giant',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181024,5,6636,'Hanging, Short/Squat, Large',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181025,5,6653,'Hanging, Tall/Thin, Large',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181027,5,6649,'Floating, medium',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181029,6,6624,'Burning Coals',14,0,1,0,1,3,7897,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181045,5,6660,'Brazier of Beckoning',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181051,5,6661,'Brazier of Invocation',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181053,3,644,'Basket of Bloodkelp',0,4,1,43,17851,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181054,6,6659,'Ectoplasmic Distiller Trap',0,0,1.4,0,0,0,27420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181055,5,6636,'Hanging, Streamers, x3',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181056,15,6637,'Naxxramas',0,40,1,436,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181057,8,6659,'Ectoplasmic Distiller',0,0,1.4,0,10,181054,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181058,5,6663,'Banner of Provocation',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181060,5,6644,'Standing, small Interior',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181062,9,6645,'In Loving Memory',35,0,1,2858,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181063,5,6646,'Flowers for Tony',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181064,5,6647,'Flowers for Tony',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181065,5,63,'Flowers for Tony',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181066,5,6648,'Flowers for Tony',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181067,5,6313,'Flowers for Tony',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181068,3,6650,'Small Obsidian Chunk',0,0,0.2,1632,17883,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181069,3,6650,'Large Obsidian Chunk',94,0,0.3,1632,17884,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,60,1,0,0,0,0,0,0,''), - (181071,0,676,'Ysida\'s Cage',0,0,1,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181072,5,6651,'Ysida\'s Cagebase',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181073,2,216,'Fragrant Cauldron',35,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181074,3,10,'Arena Spoils',0,0,1,57,181074,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (181075,5,221,'Table',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181076,7,39,'Inigo\'s Chair',114,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181077,5,159,'Rug',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181078,7,39,'Marjhan\'s Chair',114,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181079,7,39,'Eligor\'s Chair',114,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181080,7,39,'Angela\'s Chair',114,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181081,5,222,'Map of the Eastern Plaguelands',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181082,5,240,'Candelabra',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181083,3,10,'Sothos and Jarien\'s Heirlooms',0,0,1,57,17919,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181085,3,6448,'Stratholme Supply Crate',0,0,1,93,17899,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181086,5,6655,'Valentine Arch',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181087,5,6642,'Plant',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181098,3,49,'Volcanic Ash',0,4,1,43,17912,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181099,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181102,22,6671,'Lightwell',2,64,1.35,7001,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181103,5,6662,'Flower',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181104,5,20,'Small Dirt Mound',0,0,0.2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181105,22,6671,'Lightwell',2,64,1,27873,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181106,22,6671,'Lightwell',2,64,1,27874,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181108,3,314,'Truesilver Deposit',0,0,1,0,17938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181109,3,311,'Gold Vein',0,0,1,42,17939,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181110,3,2530,'Soaked Tome',0,4,1.5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181119,0,6672,'Deathknight Door',1375,34,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181120,0,6673,'Gluth - Exit Door',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181121,0,6674,'Thaddius Door',1375,34,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181123,0,6676,'Patchwork - Exit Door',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181124,0,6676,'Vaccuum - Enter Gate',114,32,0.824504,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181125,0,6676,'Vaccuum - Exit Gate',114,32,0.790041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181126,0,6677,'Anub\'Rekhan Door',0,32,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_anub_door'), - (181130,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181131,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181133,3,1869,'Rathis Tomber\'s Supplies',0,4,1,57,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181134,8,200,'Bonfire',0,0,0.81,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181135,8,200,'Bonfire',0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181136,6,6679,'Circle',0,0,1,0,0,0,28344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181137,0,4132,'Ancient Door',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181138,3,183,'Night Elf Plans: An\'daroth',0,4,1,93,0,0,1,0,0,0,0,9163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181139,3,222,'Night Elf Plans: An\'owyn',0,4,1,93,0,0,1,0,0,0,0,9163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181140,3,164,'Night Elf Plans: Scrying on the Sin\'dorei',0,4,1,93,0,0,0,0,0,0,0,9163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181142,5,363,'Summoner Shield',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181143,5,564,'Fish of the Day',0,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181144,5,563,'Bowl of Fruit',0,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181145,5,566,'Roast Boar Platter',0,0,0.25,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181146,22,4398,'Portal to Karazhan',0,0,1,28147,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181150,2,470,'Dusty Journal',35,0,1,0,7309,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181151,3,49,'Glistening Mud',0,4,1,43,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181152,10,1787,'Cage',0,2,1,920,0,0,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181154,1,6678,'Necropolis',0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181167,0,6677,'Grand Widow Faerlina Door',0,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181168,10,6684,'Icebellow Furnace',0,0,1,0,0,0,196608,0,0,0,0,0,0,3,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181169,10,6684,'Icebellow Furnace',0,0,1,0,0,0,196608,0,0,0,0,0,0,3,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181170,0,6685,'Vaccuum - Combat Gate',114,32,1.04838,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181172,5,6678,'Necropolis City',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181173,1,398,'Undead Fire',0,0,1,0,0,196608,181174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181174,6,265,'Undead Fire Aura',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181175,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181176,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181177,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181178,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181179,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181180,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181181,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181182,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181183,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181184,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181185,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181186,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181187,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181188,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181189,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181191,5,6328,'Skullpile 01',0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181192,5,6329,'Skullpile 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181193,5,6686,'Skullpile 03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181194,5,4173,'Skullpile 04',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181195,0,2451,'Anub\'Rekhan Gate',1375,34,0.538462,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181197,0,6688,'Maexxna - Inner Web Door',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181198,0,6689,'Doodad_Nox_door_slime01',0,0,0.79288,1,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181199,0,6689,'Doodad_Nox_door_slime02',0,0,1,1,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181200,0,6689,'Noth - Entry Door',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181201,0,6689,'Noth - Exit Door',0,0,1.15186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181202,0,6689,'Heigan the Unclean - Entry Door',0,0,0.989168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181203,0,6689,'Heigan the Unclean - Exit Door',0,0,1.01788,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181206,8,398,'Consecrated Earth',0,0,1,1364,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181209,0,6688,'Maexxna - Outer Web Door',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181210,0,6691,'Deathknight Wing Eye Portal Ramp',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181211,0,6692,'Plague Wing Eye Portal Ramp',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181212,0,6693,'Spider Wing Eye Portal Ramp',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181213,0,6694,'Abom Wing Eye Portal Ramp',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181215,1,6678,'Necropolis (scale 2.5)',0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181217,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181218,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181219,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181220,8,348,'Potbelly Stove',0,0,1.17,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181223,1,6678,'Necropolis (scale 3.5)',0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181225,0,6695,'Frostwyrm Waterfall Door',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181227,5,6679,'Circle',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181228,0,6675,'KelThuzad Door',1375,34,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181229,0,6696,'Portal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181230,0,6697,'Deathknight Wing Eye Portal Boss',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181231,0,6698,'Plague Wing Eye Portal Boss',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181232,0,6699,'Abom Wing Eye Portal Boss',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181233,0,6700,'Spider Wing Eye Portal Boss',1375,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181234,8,6701,'Icebellow Anvil',0,0,1,1362,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181235,0,6687,'Grand Widow Faerlina - Web',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181236,19,1907,'Mailbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181238,3,10,'Dented Chest',0,4,1,93,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181239,3,10,'Worn Chest',0,4,1,93,0,0,0,1,1,0,0,0,0,1,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,''), - (181240,0,6702,'Loatheb Fight Door 01 (not used)',1375,32,1.71353,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181241,0,6675,'Loatheb - Entrance Door',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181242,0,6675,'Loatheb Fight Door 02 (not used)',1375,32,0.589414,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181243,0,6675,'Loatheb Fight Door 03 (not used)',1375,32,0.589414,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181247,0,6752,'Ice Block',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181248,3,310,'Copper Vein',0,0,1,38,18092,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181249,3,315,'Tin Vein',0,0,1,39,18093,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181254,5,4176,'Argent Dawn Buffer Tent',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181255,5,6708,'Argent Dawn Buffer Crate',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181256,5,6709,'Argent Dawn Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181257,5,6709,'Argent Dawn Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181273,5,674,'Summoning Circle',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181287,3,6714,'Frozen Rune',0,0,1,1647,18150,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181288,8,0,'Midsummer Bonfire',0,0,1,1365,10,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181291,5,224,'Mystery Meat',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181300,5,6737,'Standing, Large - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181301,5,6738,'Camp Pavilion',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181302,5,6737,'Camp Crate',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181305,5,221,'Camp Table',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181306,5,459,'Camp Jug',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181307,5,6371,'Camp Mug',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181311,8,4611,'Bonfire',0,0,0.681729,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181312,8,4611,'Bonfire',0,0,0.701729,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181313,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181314,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181315,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181316,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181317,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181318,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181320,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181321,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181322,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181323,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181324,8,5611,'Campfire',0,0,0.992149,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181325,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181326,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181327,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181328,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181329,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181332,10,6754,'Flame of Stormwind',1735,0,1,43,0,0,0,0,0,0,0,0,0,29137,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181333,10,6754,'Flame of Ironforge',1735,0,1,43,0,0,0,0,0,0,0,0,0,29135,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181334,10,6754,'Flame of Darnassus',1735,0,1,43,0,0,0,0,0,0,0,0,0,29126,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181335,10,6755,'Flame of the Undercity',1732,0,1,43,0,0,0,0,0,0,0,0,0,29139,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181336,10,6755,'Flame of Orgrimmar',1732,0,1,43,0,0,0,0,0,0,0,0,0,29136,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181337,10,6755,'Flame of Thunder Bluff',1732,0,1,43,0,0,0,0,0,0,0,0,0,29138,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181338,10,6756,'Flame of the Plaguelands',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181339,10,6756,'Flame of Silithus',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181340,10,6756,'Flame of Winterspring',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181341,10,6756,'Flame of Searing Gorge',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181342,10,6756,'Flame of Azshara',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181343,10,6756,'Flame of Un\'Goro',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181344,10,6756,'Flame of the Blasted Lands',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181345,10,6756,'Flame of the Hinterlands',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181346,10,6756,'Flame of Dire Maul',0,0,1,43,0,0,0,0,0,0,0,0,0,29135,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181347,10,6756,'Flame of Blackrock Spire',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181348,10,6756,'Flame of Stratholme',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181349,10,6756,'Flame of the Scholomance',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181350,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181351,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181352,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181354,5,6745,'Floating, Medium - MFF',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181355,5,6765,'Standing, Exterior, Medium - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181356,6,6747,'Sapphiron Birth',114,32,1.3,0,63,80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_sapphiron_birth'), - (181357,5,95,'Smoke',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181358,5,6748,'Hanging, Square, Large - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181362,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181366,3,1387,'Four Horsemen Chest',0,0,1,57,181366,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,''), - (181367,5,3671,'Lordaeron Armory',0,0,0.450001,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181368,5,3673,'Nightwatch Inn',0,0,0.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181370,10,1787,'Volatile Mutation Cage',114,0,1.3,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181373,1,6678,'Necropolis (scale 1.5)',0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181374,1,6678,'Necropolis (scale 2.0)',0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181376,6,1287,'Midsummer Bonfire Campfire Damage Trap',14,0,1,0,1,2,29115,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181378,10,1867,'Dragonhawk Egg',114,0,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181379,5,1787,'Cage',0,0,0.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181380,19,1907,'Mailbox',12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181381,19,2128,'Mailbox',29,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181385,3,1867,'Ravager Egg',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181387,8,4611,'Ogre Firepit',0,0,0.616833,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181388,5,6761,'Standing, Interior, Medium - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181389,5,6762,'Hanging, Tall/Thin, Large - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181390,5,6763,'Hanging, Square, Medium - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181391,5,6764,'Standing, Interior, Small - MFF',114,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181392,5,6766,'Hanging, Streamer - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181393,5,6763,'Hanging, Tall/Thin, Medium - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181396,5,6360,'Rug',0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181401,5,6769,'Hanging, Streamer x3 - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181402,0,6770,'Doodad_kelthuzad_window_portal01',1375,34,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181403,0,6770,'Doodad_kelthuzad_window_portal02',1375,34,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181404,0,6770,'Doodad_kelthuzad_window_portal03',1375,34,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181405,0,6770,'Doodad_kelthuzad_window_portal04',1375,34,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181427,8,4611,'Ogre Firepit',0,0,0.542149,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181431,6,1287,'Fire Festival Fury Trap',35,0,1,0,0,0,29235,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181435,6,4392,'Doodad_OnyziasLairLavaTrap80',0,0,1.55148,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181436,6,4392,'Doodad_OnyziasLairLavaTrap79',0,0,1.31481,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181437,6,4392,'Doodad_OnyziasLairLavaTrap78',0,0,1.55148,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181438,6,4392,'Doodad_OnyziasLairLavaTrap64',0,0,1.55148,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181439,6,4392,'Doodad_OnyziasLairLavaTrap72',0,0,1.55148,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181440,6,4392,'Doodad_OnyziasLairLavaTrap81',0,0,1.31481,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181441,6,4392,'Doodad_OnyziasLairLavaTrap82',0,0,1.31481,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181442,6,4392,'Doodad_OnyziasLairLavaTrap83',0,0,1.31481,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181444,1,6696,'Kel\'Thuzad Trigger',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181445,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181446,8,4572,'Bonfire',0,0,0.904471,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181447,8,5746,'Signaling Gem',0,0,1,0,10,181448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181448,6,1311,'Signaling Gem Aura',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181450,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181451,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181452,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181453,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181455,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181456,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181475,9,214,'Monument of Remembrance',0,0,0.85,2891,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181476,5,6774,'Nox Portal Plaguewood',114,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181477,1,6775,'Doodad_nox_tesla05',114,32,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181478,1,6775,'Doodad_nox_tesla06',114,32,1.78059,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181480,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181481,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181483,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181484,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181485,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181486,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181487,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181488,8,200,'Bonfire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181489,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181490,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181491,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181493,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181494,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181495,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181496,0,6675,'Heigan - Exit Door',114,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181510,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181511,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181512,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181513,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181514,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181515,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181516,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181517,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181518,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181519,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181520,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181521,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181522,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181523,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181524,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181525,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181526,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181527,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181528,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181529,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181530,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181531,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181532,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181533,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181534,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181535,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181536,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181537,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181538,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181539,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181540,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181541,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181542,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181543,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181544,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181545,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181546,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181547,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181548,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181549,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181550,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181551,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181552,6,6785,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181560,10,6786,'Flame of the Barrens',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181561,10,6786,'Flame of Ashenvale',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181562,10,6786,'Flame of Stonetalon',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181563,10,6786,'Flame of Darkshore',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181564,10,6786,'Flame of Silverpine',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181565,10,6786,'Flame of Westfall',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181566,10,6786,'Flame of Hillsbrad',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181567,10,6786,'Flame of the Wetlands',0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181573,9,6359,'Jar of ashes',0,0,0.7,2905,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181574,3,327,'Glowing Crystal',0,4,1,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181575,10,6787,'Naxxramas Portal',0,16,1,0,0,0,0,0,0,0,0,0,0,28444,1,129,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181576,10,6788,'Naxxramas Portal',0,16,1,0,0,0,0,0,0,0,0,0,0,28444,1,129,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181577,10,6789,'Naxxramas Portal',0,16,1,0,0,0,0,0,0,0,0,0,0,28444,1,129,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181578,10,6790,'Naxxramas Portal',0,16,1,0,0,0,0,0,0,0,0,0,0,28444,1,129,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181583,6,3993,'Tainted Soil Trap',0,0,0.9,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181595,8,192,'Campfire',0,0,0.68,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181596,8,208,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181597,10,6876,'Silithyst Mound',0,0,1,1635,0,0,65536,0,1,0,0,0,0,29518,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181598,10,6862,'Silithyst Geyser',1673,0,1,1635,0,0,65536,0,1,0,0,0,0,29518,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181599,5,343,'Rune',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181600,5,465,'Rune',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181603,6,6871,'Sillithus Flag Stand, Alliance',1677,0,1,0,0,2,29785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181605,10,6771,'Ribbon Pole',0,0,1,0,0,0,0,0,0,0,0,0,0,29710,0,181604,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181608,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181617,6,6871,'Sillithus Flag Stand, Horde',1676,0,1,0,0,2,29785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181618,6,2232,'ToWoW - Flag Cap Counter, Alliance',0,32,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181619,6,1311,'ToWoW - Flag Cap Counter, Horde',0,32,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181620,3,336,'Unopened Crate',0,4,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181624,5,1787,'Tarantula Cage',0,0,1.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181625,5,4154,'Jaguar - Crocolisk Cage',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181627,3,130,'Weapon Rack',0,4,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181629,3,1,'Holy Coffer',0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181631,5,356,'Robotron Control Panel',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181633,8,200,'Bonfire',0,0,0.49,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181634,8,201,'Brazier',0,0,0.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181635,8,192,'Campfire',0,0,0.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181636,8,227,'Altar of Naias',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181639,19,1948,'Mailbox',80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181640,7,6690,'Doodad_kelthuzad_throne02',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181643,2,211,'Featherbeard\'s Remains',0,0,1,0,7452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181644,3,3251,'Azure Snapdragon',0,4,2,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (181645,3,3851,'Gryphon Egg',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181649,2,6488,'Featherbeard\'s Journal',0,0,1,0,7451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181650,5,6397,'Water Rift',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181651,5,6332,'Air Rift',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181652,5,6333,'Fire Rift',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181654,5,1248,'Lumber',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181655,8,4611,'Bonfire',0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181656,8,4611,'Bonfire',0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181657,8,4611,'Bonfire',0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181658,8,4611,'Bonfire',0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181659,8,4611,'Bonfire',0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181660,8,4611,'Bonfire',0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181663,5,3553,'Cage',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181664,0,1787,'Arakkoa Cage',114,32,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181665,3,2450,'Burial Chest',0,6,1.4,5,18432,0,1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181676,6,1287,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181677,6,1287,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181678,6,1287,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181680,3,2090,'Drycap Mushroom',0,4,0.75,259,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181681,3,405,'Chalice of Elune',0,4,1,57,0,0,1,0,0,0,181913,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181682,10,6873,'Lordaeron Shrine',1315,0,1,1635,0,0,500,0,0,0,0,0,0,30238,0,180100,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181686,3,1109,'Lumber Pile',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181687,3,1108,'Lumber Pile',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181690,10,4951,'Fertile Dirt Mound',94,4,2,0,0,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181695,6,1287,'Plague Fissure',0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181711,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181712,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181715,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181716,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181734,8,192,'Campfire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181735,8,867,'Bonfire',0,0,0.965986,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181736,8,192,'Campfire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181737,8,192,'Campfire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181738,8,409,'Meat Rack',0,0,1,4,10,181029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181745,5,5994,'Wildkin Weapon (Spear)',114,0,0.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181746,3,336,'Clopper\'s Equipment',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181757,3,6484,'Stillpine Grain',0,4,1,93,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181758,2,49,'Mound of Dirt',0,0,1,57,7579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181767,8,4572,'Bonfire',0,0,0.784471,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181768,3,558,'Sealed Tome',0,0,1,43,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181773,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181775,8,200,'Bonfire',0,0,1.3,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181782,5,410,'Circle of Prophecy',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181787,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181788,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181789,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181798,3,5744,'Fel Iron Chest',94,0,1,57,9933,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (181800,3,5744,'Heavy Fel Iron Chest',94,0,1,57,22342,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (181802,3,5744,'Adamantite Bound Chest',94,0,1,57,22342,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (181804,3,5744,'Felsteel Chest',0,0,1,57,22984,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (181806,5,465,'Summoning Rune',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181810,5,6333,'Summoning Portal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181825,8,356,'Concealed Control Panel',0,0,0.6,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181829,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181833,3,4135,'Sealed Tome',0,0,1,43,0,0,1,0,0,0,181831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181837,3,417,'Sealed Tome',0,0,1,43,0,0,1,0,0,0,181838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181839,3,338,'Sealed Tome',0,0,1,43,0,100,0,0,0,0,181840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181841,3,3731,'Sealed Tome',0,0,1,43,0,0,1,0,0,0,181842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181843,3,430,'Sealed Tome',0,0,1,43,0,0,1,0,0,0,181844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181851,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181852,10,6859,'Flag Flare, Alliance',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181854,3,473,'Sand Pear',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181863,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181864,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181865,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181866,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181867,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181868,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181869,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181870,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181872,3,6314,'Steam Pump Part',0,4,2,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181873,3,449,'Steam Pump Part',0,4,2,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181876,3,451,'Steam Pump Part',0,4,0.5,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181884,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181885,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181886,10,6872,'Firework Rocket, Promotion',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181887,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181888,8,192,'Campfire',0,0,1.24332,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181895,9,4872,'Trans-dimensional Ship Repair for Simpletons',0,0,1,2925,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181899,29,6834,'Doodad_BattlefieldBanner_State_Base_Plaguelands01',114,32,1,80,11515,2426,2427,10568,10556,10697,10696,10699,10698,11151,11150,20,2428,1,5,480,1200,1,0,0,0,0,0,0,0,''), - (181913,6,1309,'Chalice of Elune',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181916,3,1248,'Tainted Wood',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181920,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181954,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181955,10,6873,'Lordaeron Shrine',1314,0,1,1635,0,0,500,0,0,0,0,0,0,30238,0,180101,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181956,10,3411,'Gilded Brazier',0,4,1,57,9678,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181959,5,4094,'Cave Torch',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181962,5,6895,'Dust Bag',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181963,3,758,'Charred Bone Fragment',0,4,3,43,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181964,10,4853,'Statue of Queen Azshara',0,4,3,99,9683,11027,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181965,5,4251,'Statue Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181985,5,5452,'Boat to Auberdine',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181987,5,6859,'Flare of Justice',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181989,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181990,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182005,5,525,'Scroll',0,0,0.3663,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182011,3,31,'Crate of Ingots',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182012,0,676,'Makeshift Prison',0,0,2,0,0,1310720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182013,8,475,'Dark Brazier',0,0,0.839363,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182014,5,474,'Dark Brazier',0,0,1.14573,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182015,8,475,'Dark Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182016,8,475,'Dark Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182017,8,475,'Dark Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182018,5,474,'Dark Brazier',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182019,8,475,'Dark Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182020,5,474,'Dark Brazier',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182021,5,474,'Dark Brazier',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182022,5,474,'Dark Brazier',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182023,5,474,'Dark Brazier',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182027,8,475,'Dark Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182028,5,474,'Dark Brazier',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182029,5,474,'Dark Brazier',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182032,2,4431,'Galaen\'s Journal',0,0,1,0,7568,0,7493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182052,10,5811,'Harbinger of the Second Trial',0,4,1,57,9686,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182054,3,5691,'The Underspore',0,4,4,57,0,0,0,0,0,12048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182056,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182059,5,396,'Campfire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182060,0,6011,'Horde Encampment Portal',0,0,1.21468,0,86,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182061,0,411,'Night Elf Village Portal',0,0,2.36799,0,86,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182063,3,445,'Basin of Holy Water',0,4,2,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182064,5,3972,'Karazhan Bell',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182066,2,560,'Lauranna\'s Guide to Zangarmarsh Plants',35,0,1,0,7620,1,7570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182068,8,6660,'Alonsus Chapel Eternal Flame',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182070,5,327,'Red Crystal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182071,5,4251,'Small Chapel Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182072,5,4452,'Large Chapel Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182073,5,6432,'Grown Mushroom',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182075,5,6608,'ElvenWoodenTable',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182076,5,6035,'Elf Crate',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182077,5,6912,'Night Elf Stool',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182078,5,6913,'Nightelf Glowing Bowl',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182079,5,6914,'Nightelf Stone Rune',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182080,5,247,'Nightelf Stone Rune',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182081,5,236,'Nightelf Stone Rune',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182088,6,472,'Draenei Explosives',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182089,5,4251,'Vector Coil Fire (S)',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182090,5,4452,'Vector Coil Fire (L)',0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182091,6,472,'Draenei Explosives',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182094,10,1787,'Cage',0,0,1,920,0,0,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182095,3,6432,'Burstcap Mushroom',0,4,1,259,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182096,29,6834,'Doodad_BattlefieldBanner_State_Base_Plaguelands02',114,32,1,80,11515,2426,2427,10570,10566,10703,10702,10705,10704,11155,11154,20,2428,1,5,480,1200,1,0,0,0,0,0,0,0,''), - (182097,29,6834,'Doodad_BattlefieldBanner_State_Base_Plaguelands03',114,32,1,80,11515,2426,2427,10569,10565,10689,10690,10691,10692,11149,11148,20,2428,1,5,480,1200,1,0,0,0,0,0,0,0,''), - (182098,29,6834,'Doodad_BattlefieldBanner_State_Base_Plaguelands04',114,32,1,80,11515,2426,2427,10567,10564,10687,10688,10701,10700,11153,11152,20,2428,1,5,480,1200,1,0,0,0,0,0,0,0,''), - (182106,10,6834,'Tower Banner',1375,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182114,6,1308,'Corrupted Crystal Aura',114,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182115,2,202,'Wanted Poster',35,0,1.5,0,7609,1,7620,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182117,8,209,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182118,8,208,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182119,3,20,'Dead Mire Soil',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182146,5,4452,'Hut Fire (Large)',114,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182147,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182148,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182149,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182150,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182151,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182152,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182153,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182154,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182155,8,201,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182156,8,654,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182157,8,201,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182158,8,201,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182159,8,201,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182160,8,201,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182161,8,201,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182162,8,654,'Blazing Fire',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182164,5,676,'Murloc Cage',0,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182165,2,17,'Wanted Poster',0,0,1,0,7625,0,7946,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182203,9,559,'The Green Hills of Stranglethorn',35,0,1,2945,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182205,8,192,'Campfire',0,0,1.01664,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182206,8,192,'Campfire',0,0,0.976482,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182209,8,192,'Campfire',0,0,0.356482,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182211,5,4251,'Fire (Small)',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182215,8,4611,'0',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182216,8,4611,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182217,8,4611,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182218,8,4611,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182219,8,4611,'Bonfire',0,0,0.446579,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182220,8,4611,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182221,8,4611,'Bonfire',0,0,0.446579,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182222,10,243,'Bomb Wagon',83,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182261,8,4611,'First Burning Blade Pyre',0,0,0.32,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182262,8,4611,'Third Burning Blade Pyre',0,0,0.47,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182264,8,4611,'Second Burning Blade Pyre',0,0,0.45,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182269,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182270,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182271,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182272,10,243,'Bomb Wagon',83,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182273,10,243,'Bomb Wagon',83,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182274,10,243,'Bomb Wagon',83,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182278,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182305,10,243,'Bomb Wagon',84,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182306,10,243,'Bomb Wagon',84,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182307,10,243,'Bomb Wagon',84,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182308,10,243,'Bomb Wagon',84,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182315,8,166,'Anvil',0,0,1.25992,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182316,8,166,'Anvil',0,0,1.25992,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182317,8,166,'Anvil',0,0,1.25992,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182343,8,5611,'Campfire',0,0,0.976482,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182344,8,5611,'Campfire',0,0,0.810839,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182345,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182346,8,5611,'Campfire',0,0,1.01664,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182376,8,5611,'Campfire',0,0,1.01664,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182377,8,5611,'Campfire',0,0,0.976482,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182378,8,5611,'Campfire',0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182400,8,5611,'Campfire',0,0,0.774384,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182401,8,5611,'Campfire',0,0,0.764318,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182402,8,5611,'Campfire',0,0,1.01664,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182413,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182414,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182415,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182416,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182417,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182418,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182419,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182420,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182421,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182422,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182423,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182424,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182425,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182426,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182427,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182428,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182429,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182430,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182431,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182432,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182433,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182434,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182435,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182436,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182437,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182438,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182439,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182440,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182441,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182442,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182443,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182444,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182445,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182446,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182447,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182448,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182449,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182450,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182451,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182452,7,91,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182483,1,3272,'Uther Shrine Lightbeam',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182485,2,0,'Stolen Cargo',0,0,1,0,9947,0,9942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182506,3,621,'Eye of Veil Skith',0,0,0.6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182507,3,621,'Eye of Veil Reskk',0,0,0.6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182509,6,1309,'0',0,0,1,57,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182519,5,216,'Bufferlo\'s Crock Pot',0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182524,30,3972,'Arcane Aura',1375,0,1,1,100,32407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182526,3,336,'Terokkar Chokeberry Bush',0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182532,3,5992,'Nazzivus Monument Glyphs',0,4,1.3,57,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182534,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182535,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182536,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182537,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182538,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182549,2,222,'Fel Orc Plans',0,0,1,57,7715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182561,8,4572,'Bonfire',0,0,1.51,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182564,6,4831,'Piege autel de l\'Aldor',0,0,1,0,0,0,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182567,19,5971,'Mailbox',1735,0,0.842228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182568,8,201,'Burning Brazier',0,0,1.17147,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182569,8,201,'Burning Brazier',0,0,0.87115,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182570,8,201,'Burning Brazier',0,0,0.880972,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182575,8,216,'Cauldron',0,0,1.36,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182577,8,5611,'Campfire',0,0,0.774384,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182578,8,5611,'Campfire',0,0,0.764318,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182579,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182585,6,1268,'Restless Bones',114,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182587,2,2491,'Wanted Poster',101,0,1,0,7706,1,7744,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182588,2,3053,'Wanted Poster',102,0,1,0,7707,1,7744,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182591,5,342,'G_RuneBlue01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182592,6,5752,'Roaring Flame',0,0,1.5,95,70,10,21650,0,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182601,3,414,'Olemba Root',0,4,1,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (182605,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182606,3,2313,'Dragonspine',0,4,1,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (182788,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182794,10,1787,'Cage',114,2,1,920,0,0,5898240,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182807,5,228,'Bottle',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182808,5,238,'Broken Bottle',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182809,8,5611,'Campfire',0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182811,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182817,5,4452,'Burning Horde Siege Engine',0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182828,8,679,'Cooking Stove',0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182829,8,679,'Cooking Stove',0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182830,8,679,'Cooking Stove',0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182834,8,679,'Cooking Stove',0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182835,8,679,'Cooking Stove',0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182836,8,679,'Cooking Stove',0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182860,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182862,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182863,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182864,8,199,'Fire',0,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182865,8,199,'Fire',0,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182866,8,199,'Fire',0,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182867,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182868,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182869,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182870,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182871,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182872,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182873,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182874,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182875,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182876,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182877,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182878,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182879,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182880,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182881,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182882,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182883,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182884,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182885,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182886,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182887,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182888,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182889,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182890,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182891,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182892,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182893,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182894,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182895,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182896,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182897,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182898,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182899,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182900,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182901,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182902,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182903,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182904,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182905,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182906,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182907,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182908,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182909,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182910,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182911,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182912,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182913,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182914,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182915,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182916,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182917,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182918,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182919,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182920,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182921,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182922,7,138,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182923,7,138,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182924,7,138,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182925,7,138,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182926,7,138,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182927,7,138,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182928,7,138,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182929,7,138,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182939,19,1907,'Mailbox',1733,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182942,10,676,'Cage',114,2,1,920,0,0,235929600,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182943,5,6651,'Cage Base',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182944,8,6411,'Bonfire',0,0,1.80868,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182945,5,3013,'Legion Stone Aura',0,0,2.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182946,19,2128,'Mailbox',1735,0,1.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182951,25,6527,'Pure Water',0,0,1,4,0,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182952,25,6434,'Steam Pump Flotsam',0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182953,25,6435,'Sporefish School',0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182954,25,6291,'Brackish Mixed School',0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182956,25,6742,'School of Darter',0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182957,25,6742,'Highland Mixed School',0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182958,25,6482,'Mudfish School',0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182959,25,6435,'Bluefish School',0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182960,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182961,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182962,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182963,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182964,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182965,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182966,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182967,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182968,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182969,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182970,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182971,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182972,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182973,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (182994,8,199,'Fire',0,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183005,8,199,'Fire',0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183006,8,199,'Fire',0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183007,8,199,'Fire',0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183008,8,199,'Fire',0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183009,8,199,'Fire',0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183010,8,199,'Fire',0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183022,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183023,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183024,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183025,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183026,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183027,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183028,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183029,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183030,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183031,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183032,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183033,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183034,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183035,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183039,19,1948,'Mailbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183046,3,2311,'Blindweed',0,0,1.5,442,19630,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183050,3,4431,'The Saga of Terokk',0,4,1,57,0,0,0,0,0,0,183997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183051,0,1787,'Sethekk Cage',114,32,1.65,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183099,8,192,'Campfire',0,0,0.869148,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183104,29,6834,'Terokkar Banner',0,32,1,75,0,2623,2625,0,0,0,0,12226,12225,12228,12227,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,''), - (183105,5,6613,'Orc Table',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183111,8,201,'Burning Brazier',0,0,1.14619,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183112,8,201,'Burning Brazier',0,0,1.17632,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183113,8,201,'Burning Brazier',0,0,1.11516,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183114,8,201,'Burning Brazier',0,0,1.17632,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183116,8,201,'Burning Brazier',0,0,1.04548,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183117,8,201,'Burning Brazier',0,0,1.02358,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183118,8,201,'Burning Brazier',0,0,1.07632,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183119,8,201,'Burning Brazier',0,0,1.06018,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183120,8,208,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183121,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183124,8,867,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183125,8,867,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183126,8,867,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183127,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183129,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183132,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183134,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183136,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183137,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183139,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183141,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183143,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183147,10,3851,'Mysterious Egg',0,4,2,57,10111,12307,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183148,8,667,'Forge',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183149,8,208,'Anvil',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183151,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183152,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183153,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183154,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183155,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183159,8,4572,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183160,8,4572,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183161,8,4572,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183162,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183166,8,409,'Smoker',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183167,19,2128,'Mailbox',1735,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183168,8,409,'Smoker',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183170,0,411,'Prison Portcullis',0,32,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183189,8,366,'Burning Brazier',0,0,1.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183190,8,366,'Burning Brazier',0,0,1.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183191,8,366,'Burning Brazier',0,0,1.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183192,8,366,'Burning Brazier',0,0,1.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183193,8,366,'Burning Brazier',0,0,1.07,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183194,8,366,'Burning Brazier',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183195,8,366,'Burning Brazier',0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183196,8,366,'Burning Brazier',0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183197,8,4611,'Bonfire',0,0,0.7,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183198,8,199,'Cooking Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183204,8,4572,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183265,8,4572,'Bonfire',0,0,2.03,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183266,5,8,'Footlocker',0,0,1,0,1,0,0,0,10307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183267,5,4,'Dresser',0,0,1,0,1,0,0,0,10306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183268,5,187,'Bookshelf',0,0,1,0,1,0,0,0,10305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183269,5,130,'Weapon Rack',0,0,1,0,1,0,0,0,10182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183270,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183274,8,5611,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183275,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183276,8,200,'0',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183277,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183297,7,603,'Doodad_InnBench02',114,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183298,7,603,'Doodad_InnBench01',114,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183299,7,603,'Doodad_InnBench04',114,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183300,7,603,'Doodad_InnBench03',114,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183305,8,348,'Stove',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183313,8,4572,'Bonfire',0,0,1.96,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183314,8,408,'Burning Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183315,8,408,'Burning Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183317,22,4393,'Shattrath Portal to Darnassus',1732,0,1,17608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183322,22,4394,'Shattrath Portal to Ironforge',1732,0,1,17607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183323,22,4395,'Shattrath Portal to Orgrimmar',1735,0,1,17609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183325,22,4396,'Shattrath Portal to Stormwind',1732,0,1,17334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183326,22,4397,'Shattrath Portal to Thunder Bluff',1735,0,1,17610,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183327,22,4398,'Shattrath Portal to Undercity',1735,0,1,17611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183333,30,5651,'Vanguard of the Alliance',0,0,2,1,100,33639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183338,5,4175,'Imarion\'s Sword',1732,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183339,5,4175,'Makha\'s Sword',1735,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183344,5,398,'Fel Fire',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183345,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183346,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183347,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183348,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183349,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183356,10,6352,'Theatric Lightning',0,0,0.5,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183368,8,331,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183369,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183370,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183371,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183372,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183373,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183374,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183375,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183376,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183377,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183378,8,201,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183379,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183380,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183381,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183382,8,366,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183383,8,307,'Fire Pit',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183385,3,5031,'Sanguine Hibiscus',0,0,1.5,259,0,0,1,0,0,0,183386,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (183386,6,1308,'Sanguine Hibiscus',0,0,1.5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183393,8,200,'Bonfire',0,0,1.21357,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183397,3,451,'Zeppelin Debris',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183401,0,411,'Portcullis',0,32,1.596,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183402,0,411,'Portcullis',114,32,1.596,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183411,29,6834,'Terokkar Banner',0,48,1,75,0,2623,2625,0,0,0,0,12497,12496,12490,12491,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,''), - (183412,29,6834,'Terokkar Banner',0,48,1,75,0,2623,2625,0,0,0,0,12486,12487,12488,12489,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,''), - (183413,29,6834,'Terokkar Banner',0,48,1,75,0,2623,2625,0,0,0,0,12499,12498,12492,12493,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,''), - (183414,29,6834,'Terokkar Banner',0,48,1,75,0,2623,2625,0,0,0,0,12501,12500,12494,12495,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,''), - (183418,8,200,'Bonfire',0,0,2.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183419,8,4572,'Bonfire',0,0,2.2,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183420,8,4572,'Bonfire',0,0,3.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183421,8,4572,'Bonfire',0,0,0.98,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183422,8,4572,'Bonfire',0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183423,8,4572,'Bonfire',0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183424,8,4572,'Bonfire',0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183425,8,4572,'Bonfire',0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183427,8,4572,'Bonfire',0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183428,8,4611,'Bonfire',0,0,1.47,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183429,8,4572,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183430,8,4572,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183432,8,6411,'Bonfire',0,0,0.551473,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183433,8,6411,'Bonfire',0,0,0.706202,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183450,0,413,'Gatehouse Door',0,0,1.95217,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183465,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183467,8,4572,'Bonfire',0,0,1.76,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183483,8,208,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183484,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183497,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183498,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183499,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183500,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183501,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183502,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183516,5,2232,'Aura',0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183517,1,295,'Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183518,1,295,'Lever',0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183519,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183520,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183521,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183522,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183523,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183524,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183525,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183526,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183527,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183528,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183529,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183530,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183531,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183532,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183533,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183534,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183535,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183536,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183537,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183538,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183539,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183540,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183541,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183542,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183543,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183544,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183545,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183546,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183547,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183548,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183549,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183550,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183551,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183552,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183553,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183554,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183555,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183556,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183557,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183558,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183559,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183560,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183561,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183562,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183563,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183564,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183565,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183566,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183567,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183568,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183569,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183570,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183571,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183572,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183573,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183574,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183575,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183576,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183577,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183578,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183579,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183580,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183581,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183582,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183583,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183584,7,648,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183585,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183586,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183587,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183588,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183589,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183590,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183591,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183592,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183593,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183594,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183595,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183596,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183597,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183598,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183599,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183600,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183601,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183602,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183603,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183604,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183605,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183606,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183607,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183608,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183609,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183610,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183611,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183612,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183613,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183614,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183615,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183616,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183617,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183618,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183619,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183620,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183621,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183622,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183623,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183624,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183625,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183626,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183627,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183628,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183629,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183630,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183631,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183632,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183633,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183634,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183635,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183636,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183637,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183638,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183639,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183640,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183641,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183642,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183643,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183644,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183645,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183646,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183647,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183648,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183649,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183650,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183651,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183652,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183653,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183654,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183655,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183656,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183657,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183658,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183659,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183660,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183661,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183662,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183663,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183664,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183665,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183666,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183667,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183668,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183669,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183670,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183671,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183672,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183673,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183674,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183675,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183676,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183677,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183678,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183679,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183680,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183681,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183682,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183683,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183684,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183685,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183686,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183687,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183688,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183689,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183690,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183691,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183692,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183693,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183694,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183703,7,648,'Chair',0,0,1.27152,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183712,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183713,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183714,7,648,'Chair',0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183740,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183741,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183742,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183743,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183744,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183745,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183746,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183747,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183748,7,92,'Chair',0,0,1.36836,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183749,7,92,'Chair',0,0,1.36836,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183750,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183751,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183752,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183754,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183755,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183761,8,166,'Anvil',0,0,1.25992,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183768,6,1308,'Etherlithium Matrix Crystal',114,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183773,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183774,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183775,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183776,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183777,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183778,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183779,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183780,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183781,7,92,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183791,30,5652,'Might of the Horde',0,0,2,1,100,33639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183796,5,4251,'Fire',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183797,5,45,'Smoke',0,0,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183811,2,2491,'Wanted Poster',35,0,1,0,7783,1,8007,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183812,5,3993,'Green aura, short column',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183816,10,5752,'Hellfire Fire',0,0,1.5,0,0,0,196608,0,0,0,0,0,0,0,0,183929,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183818,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183821,8,216,'Stewpot',0,0,1.13835,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183824,8,192,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183827,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183828,8,192,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183853,5,214,'Arcanist Maisie the Storm-Summoner',35,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183854,5,214,'Magistrix Monica the Sun-Gazer',1751,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183882,8,4572,'Bonfire',0,0,1.1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183883,8,4572,'Bonfire',0,0,1.18,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183894,8,200,'Bonfire',0,0,2.28883,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183895,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183896,8,655,'Fierce Blaze',0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183897,8,655,'Fierce Blaze',0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183898,8,655,'Fierce Blaze',0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183899,8,655,'Fierce Blaze',0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183900,8,655,'Fierce Blaze',0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183901,8,374,'Fierce Blaze',0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183902,8,655,'Fierce Blaze',0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183903,8,655,'Fierce Blaze',0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183904,8,374,'Fierce Blaze',0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183905,8,374,'Fierce Blaze',0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183906,8,374,'Fierce Blaze',0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183907,8,374,'Fierce Blaze',0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183908,8,374,'Fierce Blaze',0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183909,8,5974,'Bonfire',0,0,0.56,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183910,8,374,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183911,8,374,'Fierce Blaze',0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183912,8,374,'Fierce Blaze',0,0,1.04,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183913,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183914,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183915,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183916,8,374,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183917,8,374,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183918,8,374,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183919,8,374,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183920,8,374,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183922,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183923,8,216,'Cauldron',0,0,1.44,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183924,8,216,'Cauldron',0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183925,8,216,'Cauldron',0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183926,8,216,'Cauldron',0,0,1.46391,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183927,8,216,'Cauldron',0,0,1.78,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183930,8,216,'Cauldron',0,0,1.41,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183931,8,216,'Cauldron',0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183934,3,335,'Shredder Parts',0,4,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,19680,0,0,0,0,0,0,0,0,0,0,0,''), - (183936,10,1787,'Manni\'s Cage',0,0,1,57,0,12785,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183940,10,1787,'Moh\'s Cage',0,4,1,57,0,12786,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183941,10,1787,'Jakk\'s Cage',0,0,1,57,0,12787,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183946,8,6411,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183984,8,5974,'Bonfire',0,0,0.9,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183985,8,192,'Campfire',0,0,0.774384,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183986,8,192,'Campfire',0,0,0.764318,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183987,5,4251,'Rocket Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183988,5,45,'Rocket Smoke',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183991,5,130,'Weapon Rack',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183992,5,31,'Amadi Crate',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183993,5,5511,'Amadi Sack',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183994,5,234,'Amadi Table',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183995,5,1928,'Amadi Apples',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183996,5,163,'Amadi Scroll',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (183997,6,1310,'The Saga of Terokk',0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184003,8,216,'Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184004,8,208,'Anvil',0,0,1.47,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184006,5,6679,'Temporal Prison',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184009,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184010,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184011,8,5974,'Bonfire',0,0,0.46,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184012,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184015,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184016,8,5974,'Bonfire',0,0,1,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184017,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184018,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184021,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184022,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184023,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184024,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184025,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184026,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184027,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184028,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184029,8,655,'Fierce Blaze',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184030,8,5974,'Bonfire',0,0,0.53,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184032,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184033,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184034,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184057,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184058,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184059,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184060,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184061,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184062,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184063,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184064,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184065,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184066,5,195,'Southshore',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184067,5,195,'Durnholde Keep',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184068,5,195,'Tarren Mill',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184078,6,263,'Nether Dragonkin Egg',0,0,1.25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184080,29,1287,'BE Tower Cap Pt',1375,0,1,80,0,2718,2719,12965,12964,0,0,12905,12904,12957,12956,40,2720,1,5,90,180,0,0,0,0,0,0,0,0,''), - (184081,29,1287,'Fel Reaver Cap Pt',0,0,1,80,0,2718,2719,12969,12968,0,0,12911,12910,12960,12961,40,2720,1,5,90,180,0,0,0,0,0,0,0,0,''), - (184082,29,1287,'Human Tower Cap Pt',1375,0,1,80,0,2718,2719,12971,12970,0,0,12909,12908,12962,12963,40,2720,1,5,90,180,0,0,0,0,0,0,0,0,''), - (184083,29,1287,'Draenei Tower Cap Pt',1375,0,1,80,0,2718,2719,12967,12966,0,0,12907,12906,12958,12959,40,2720,1,5,90,180,0,0,0,0,0,0,0,0,''), - (184085,19,2190,'Mailbox',474,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184092,5,3612,'Legion Communicator Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184093,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184094,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184095,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184096,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184097,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184098,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184099,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184100,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184101,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184102,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184103,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184104,8,4452,'',0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184105,8,4452,'',0,0,0.454513,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184114,8,4452,'',0,0,1.05,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184119,5,264,'Scrying Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184121,3,440,'Krasus\'s Compendium - Chapter 1',0,4,0.33,57,0,0,1,0,0,0,184124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184123,3,525,'Krasus\'s Compendium - Chapter 3',0,4,0.33,57,0,0,1,0,0,0,184124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184124,6,1268,'Krasus\'s Compendium Aura',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184144,5,1308,'Arelion\'s Knapsack Aura',114,0,0.6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184145,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184147,19,1948,'Mailbox',1732,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184148,19,2128,'Mailbox',1735,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184161,8,1967,'Bonfire',0,0,1,0,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184164,0,6702,'Karazhan Gatehouse Portcullis',0,34,1.18,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184247,0,2753,'Doodad_BlackRockCellDoor01',0,32,1.3464,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184265,6,3013,'Spare Teleporter Parts',0,0,1.75,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184285,8,166,'Anvil',0,0,1.65,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184286,8,305,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184287,8,192,'Campfire',0,0,1.69475,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184300,2,4972,'Necromantic Focus',0,0,1,0,7852,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184303,8,4452,'Blazing Fire',0,0,0.931156,3,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184304,3,1,'Locked Chest',0,0,1,1620,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184305,7,39,'Mograine\'s Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184306,5,5811,'Dark Crystal',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184308,0,10,'Mograine\'s Stronbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184310,3,3332,'Suspicious Outhouse',0,4,1,57,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184313,8,208,'Anvil',0,0,1.43,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184314,8,4611,'Bonfire',0,0,0.53,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184315,6,3091,'Bloodmaul Brew',0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184316,8,216,'Stewpot',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184317,8,200,'Bonfire',0,0,0.74,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184332,10,430,'Tome of Scrying',0,0,1,0,0,0,5898240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184339,8,5974,'Bonfire',0,0,0.64,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184340,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184341,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184342,8,5974,'Bonfire',0,0,1.97,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184346,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184347,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184355,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184357,8,5974,'Bonfire',0,0,0.47,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184360,8,5974,'Bonfire',0,0,0.47,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184364,8,4611,'Campfire',0,0,0.935587,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184368,8,5974,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184369,8,5974,'Campfire',0,0,0.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184370,8,216,'Cauldron',0,0,1.5,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184373,8,216,'Cauldron',0,0,1.48,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184376,8,5974,'Campfire',0,0,0.47,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184377,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184380,29,5773,'Visual Banner (Horde)',1375,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,''), - (184381,29,5771,'Visual Banner (Alliance)',1375,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,''), - (184382,29,6211,'Visual Banner (Neutral)',1375,32,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,''), - (184384,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184385,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184386,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184387,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184388,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184389,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184390,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184391,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184392,8,654,'Brazier',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184395,8,200,'Bonfire',0,0,2.54236,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184396,8,5974,'Bonfire',0,0,0.57008,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184398,8,366,'Brazier',0,0,1.36727,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184399,8,366,'Brazier',0,0,1.50858,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184400,8,5974,'Bonfire',0,0,1.0387,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184401,8,408,'Fire Pit',0,0,1.35566,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184416,8,4452,'',0,0,1.29,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184442,8,216,'Cauldron',0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184448,8,5974,'Bonfire',0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184450,5,5746,'Crimson Crystal Shard',0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184454,5,674,'Earthbinder\'s Rune',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184461,0,163,'',0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184467,8,4572,'Bonfire',0,0,1.44,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184470,8,5974,'Bonfire',0,0,0.95,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184471,8,5974,'Bonfire',0,0,0.95,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184472,8,216,'Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184474,8,200,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184475,8,216,'Cauldron',0,0,1.3,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184478,3,323,'Torn Pilgrim\'s Pack',0,4,0.75,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184494,8,4572,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184495,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184504,3,334,'Bloodmaul Brew Keg',94,0,3,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184507,8,199,'',0,0,0.895387,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184508,8,199,'',0,0,1.11,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184509,8,199,'',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184511,8,199,'',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184512,8,199,'',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184513,8,199,'',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184514,8,199,'',0,0,1.11,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184515,8,6481,'',0,0,0.81,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184530,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184531,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184532,7,39,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184554,8,4452,'Molten metal',0,0,0.931156,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184558,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184559,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184560,3,1247,'Ethereum Data Cell',0,4,1,57,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184561,10,4732,'Protectorate Disruptor',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184563,8,4452,'',0,0,1.06,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184564,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184565,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184578,6,3993,'Discarded Nutriment',114,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184579,8,4452,'',0,0,0.14,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184580,8,4452,'',0,0,0.14,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184581,8,4452,'',0,0,0.14,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184582,8,4452,'',0,0,0.14,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184583,8,4452,'',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184584,8,4452,'',0,0,0.1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184585,8,4452,'',0,0,0.11,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184612,5,363,'Surveying Marker Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184616,8,273,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184617,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184618,8,192,'Cooking Fire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184644,8,5974,'Bonfire',0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184645,8,5974,'Bonfire',0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184646,8,5974,'Bonfire',0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184647,8,5974,'Bonfire',0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184648,8,5974,'Bonfire',0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184649,8,5974,'Bonfire',0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184650,8,5974,'Bonfire',0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184651,8,5974,'Bonfire',0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184652,19,1947,'Mailbox',1732,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184655,5,2233,'Sedai\'s Aura',0,0,1.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184656,10,3013,'Hellfire Quest - Rune of Spite Closed - 3.0',0,0,5,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184658,5,3993,'Eye of the Citadel Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184659,6,1310,'Mysteris of the Light Aura',0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184660,2,4371,'Wanted Poster',102,0,1,0,7917,1,8242,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184661,10,6544,'Smoke Beacon',0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184683,8,867,'Bonfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184684,10,477,'Ravenous Flayer Egg',0,4,1,99,10515,0,0,0,1,0,0,0,0,0,0,184747,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184686,8,273,'Anvil',0,0,1.23116,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184687,8,233,'Forge',0,0,1.43979,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184688,8,192,'Campfire',0,0,1.47316,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184691,3,414,'Shadowmoon Tuber',0,4,1.5,259,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184694,10,345,'Zelana\'s Alchemy Set',114,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184702,10,1787,'Cage',1732,0,1,81,0,13659,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184714,5,181,'Ball and Chain',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184717,5,5071,'Cauldron Smoke',0,0,0.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184724,8,408,'Campfire',0,0,1.35566,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184732,7,4091,'Chair',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184733,7,4678,'Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184734,7,4091,'Chair',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184735,7,4091,'Chair',0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184736,6,1268,'Thunderlord Clan Tablet',114,0,3,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184737,6,2233,'The Thunderspike',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184742,5,49,'T\'chali\'s Grave',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184743,8,5752,'Consuming Flames',35,0,1.2,0,20,178673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184752,5,5752,'Vision Guide Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184794,6,1268,'Sealed Box',114,0,1.5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184800,5,352,'Casket Lid',0,0,1.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184804,5,343,'Mana Loom Circle',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184810,3,352,'Sealed Coffin',0,4,1.75,57,0,30,1,0,0,13766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184811,3,352,'Sealed Coffin',0,4,1.75,57,0,30,1,0,0,13767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184812,3,352,'Sealed Coffin',0,4,1.75,57,0,30,1,0,0,13768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184813,3,352,'Sealed Coffin',0,4,1.75,57,0,30,1,0,0,13769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184814,3,352,'Sealed Coffin',0,4,1.75,57,0,30,1,0,0,13770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184815,3,352,'Sealed Coffin',0,4,1.75,57,0,30,1,0,0,13771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184816,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184818,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184836,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184837,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184838,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184843,6,298,'Torgos\'s Bane',114,0,3,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184844,5,14,'Trachela\'s Carcass',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184846,2,0,'Legion Hold Forge',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184847,3,0,'Sealed Tome',0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184852,8,5974,'Bonfire',0,0,0.26,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184853,8,216,'Cookpot',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184858,5,323,'Bag A',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184862,3,0,'Fel Reaver Energy Matrix',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184863,5,288,'Barrel A',94,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184868,6,3993,'Baa\'ri Tablet Aura',1375,0,1,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184869,3,6419,'Baa\'ri Tablet Fragment',35,4,0.25,93,0,0,1,0,0,0,184868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184870,3,6420,'Baa\'ri Tablet Fragment',35,4,0.25,93,0,0,1,0,0,0,184868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184871,6,3612,'Fel Reaver Parts Aura',0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184872,6,3612,'Fel Reaver Parts Aura',0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184873,7,91,'Doodad_GeneralMedChair01',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184874,7,91,'Doodad_GeneralMedChair02',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184875,7,91,'Doodad_GeneralMedChair03',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184876,7,91,'Doodad_GeneralMedChair04',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184877,7,91,'Doodad_GeneralMedChair05',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184878,7,91,'Doodad_GeneralMedChair06',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184879,7,91,'Doodad_GeneralMedChair07',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184880,7,91,'Doodad_GeneralMedChair08',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184881,7,91,'Doodad_GeneralMedChair09',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184882,7,91,'Doodad_GeneralMedChair10',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184883,7,91,'Doodad_GeneralMedChair11',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184884,7,91,'Doodad_GeneralMedChair12',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184885,7,91,'Doodad_GeneralMedChair13',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184886,7,91,'Doodad_GeneralMedChair14',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184887,7,91,'Doodad_GeneralMedChair15',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184888,7,91,'Doodad_GeneralMedChair16',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184889,7,91,'Doodad_GeneralMedChair17',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184890,7,91,'Doodad_GeneralMedChair18',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184891,7,91,'Doodad_GeneralMedChair19',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184892,7,91,'Doodad_GeneralMedChair20',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184893,7,91,'Doodad_GeneralMedChair21',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184894,7,91,'Doodad_GeneralMedChair22',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184895,7,91,'Doodad_GeneralMedChair23',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184896,7,91,'Doodad_GeneralMedChair24',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184897,7,91,'Doodad_GeneralMedChair27',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184898,7,91,'Doodad_GeneralMedChair28',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184899,7,91,'Doodad_GeneralMedChair29',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184900,7,91,'Doodad_GeneralMedChair30',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184901,7,91,'Doodad_GeneralMedChair31',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184902,7,91,'Doodad_GeneralMedChair32',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184903,7,91,'Doodad_GeneralMedChair33',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184904,7,91,'Doodad_GeneralMedChair34',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184908,5,343,'Dave\'s Circle',0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184909,5,5811,'Dave\'s Glowy Gem Thing',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184930,3,259,'Solid Fel Iron Chest',94,0,1,57,21260,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (184933,3,259,'Solid Fel Iron Chest',0,0,1,57,21278,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (184935,3,259,'Solid Fel Iron Chest',0,0,1,57,21279,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (184937,3,259,'Solid Adamantite Chest',94,0,1,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (184939,3,259,'Solid Adamantite Chest',0,0,1,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (184941,3,259,'Solid Adamantite Chest',0,0,1,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (184944,19,2190,'Mailbox',84,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184945,2,3053,'Wanted Poster',1735,0,1,0,7972,0,8373,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184946,2,6412,'Wanted Poster',1732,0,1,0,7971,0,8374,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184949,5,4391,'Doctor\'s Alchemy Table',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184954,5,45,'Manaforge Smoke',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184956,25,6527,'Strange Pool',0,0,3,20,17519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184961,2,0,'Felcannon Ammunition',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184962,2,0,'Felcannon Ammunition',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184963,2,0,'Felcannon Ammunition',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184964,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184965,6,5991,'Restoration Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184966,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184970,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184971,6,5991,'Restoration Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184972,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184973,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184974,6,5991,'Restoration Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184975,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184976,6,5931,'Speed Buff',0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184977,6,5991,'Restoration Buff',0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184978,6,5995,'Berserk Buff',0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184980,3,3675,'Felhound Poo',0,4,1,43,21311,0,1,0,0,0,184981,10629,0,0,0,0,0,19680,0,0,0,0,0,0,0,0,0,0,0,''), - (184982,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184985,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184988,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184989,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184991,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184993,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184994,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (184995,8,192,'Campfire',0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185005,5,6038,'Jhang\'s Lantern',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185006,5,318,'Jhang\'s Lunchbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185007,5,2890,'Jhang\'s Sack',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185011,1,1247,'Multi-Spectrum Light Trap',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185023,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185024,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185025,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185026,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185027,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185028,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185029,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185030,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185031,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185035,2,2491,'Wanted Poster',101,0,1,0,7994,1,8407,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185059,2,356,'Fel Reaver Control Console',0,0,1,0,10613,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185060,2,356,'Fel Reaver Control Console',0,0,1,0,10613,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185061,2,356,'Fel Reaver Control Console',0,0,1,0,10613,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185104,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185105,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185111,8,200,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185112,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185113,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185119,3,51,'Dust Covered Chest',0,0,1,57,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,''), - (185120,5,2911,'O\'Mally\'s Instrument',114,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185121,2,0,'Eclipsion Communication Device',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185123,0,295,'Lever',0,32,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185125,5,3511,'Heart of Fury',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185127,5,465,'Summoning Circle',14,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185152,3,323,'Grulloc\'s Sack',0,4,3,93,0,0,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (185153,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185154,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185155,5,14,'Rocknail Flayer Carcass',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185157,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185158,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185159,8,5974,'Bonfire',0,0,0.95,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185160,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185161,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185162,8,5974,'Bonfire',0,0,0.99,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185163,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185164,8,5974,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185166,2,4371,'Wanted Poster',0,0,1,0,8024,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185167,5,293,'Troll Skull Pile',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185168,3,5744,'Reinforced Fel Iron Chest',0,0,2,57,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,''), - (185169,3,5744,'Reinforced Fel Iron Chest',0,0,1,57,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,''), - (185180,5,216,'Mordiba\'s Cauldron',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185181,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185190,5,1327,'Hellfire Quest - Rune of Spite Closed 2',0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185191,8,2710,'Darkstone of Terokk',0,0,5,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185200,3,621,'Eye of Veil Reskk',0,4,2.5,57,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185201,3,621,'Eye of Veil Shienor',0,4,2.5,57,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185210,10,477,'Cursed Egg',0,4,1,57,10861,0,196608,0,1,0,0,0,0,0,0,185212,0,20138,0,0,0,0,0,0,0,0,0,0,0,''), - (185211,10,477,'Cursed Egg',0,4,1,57,10861,0,196608,0,1,0,0,0,0,0,0,185208,0,20138,0,0,0,0,0,0,0,0,0,0,0,''), - (185218,10,5151,'Violet Signal Fire',0,0,2,57,0,0,655360,1,0,0,0,0,0,0,0,0,0,20147,0,0,0,0,0,0,0,0,0,0,0,''), - (185221,5,2473,'Terokkar Forest - Derelict Caravan - Quest - Chest Opened',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185222,5,5652,'Challenge From the Horde',0,0,0.75,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185224,3,10,'Cabal Chest',0,4,1.3,93,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185225,3,10,'Cabal Chest',0,4,1.3,93,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185226,3,10,'Cabal Chest',0,0,1.3,93,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185267,8,216,'Cookpot',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185268,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185269,8,216,'Cookpot',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185270,8,409,'Smoked Meat Rack',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185283,8,216,'Cauldron',0,0,1.3,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185284,8,200,'Bonfire',0,0,1.53,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185286,8,200,'Bonfire',0,0,1.53,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185288,8,200,'Bonfire',0,0,1.32,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185289,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185290,8,200,'Bonfire',0,0,1.98,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185294,5,3081,'Mounted Boulder\'mok Head',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185296,10,676,'Battered Cage',0,36,3,0,10724,0,196608,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185301,5,6651,'[DND]Cage Base',0,32,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185302,3,20,'Fei Fei\'s Cache',0,4,0.5,43,0,0,0,1,1,0,0,0,0,0,0,0,0,19680,0,0,0,0,0,0,0,0,0,0,0,''), - (185303,1,768,'Fei Fei\'s Stash',0,0,0.15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185314,1,5951,'[DND]Dragon Totem',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185321,23,5495,'Meeting Stone',0,0,1,60,60,2159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185324,30,1287,'Chessboard',0,0,0.01,1,65,39331,6350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185325,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185394,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185395,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185396,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185397,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185398,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185399,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185400,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185401,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185402,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185403,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185404,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185405,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185406,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185407,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185408,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185409,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185410,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185411,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185412,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185413,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185414,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185415,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185416,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185417,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185418,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185419,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185420,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185421,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185422,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185423,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185424,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185425,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185426,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185427,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185428,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185429,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185430,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185431,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185432,7,91,'Wooden Chair',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185433,23,5491,'Meeting Stone',0,0,1,60,60,1977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185438,5,5731,'Sitting Skeleton 04',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185474,10,1787,'Cage',0,0,1.2,920,0,0,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185477,19,1948,'Mailbox',1660,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185493,5,439,'Moonglade Fountain',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185498,8,192,'Campfire',0,0,1.22,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185502,6,1287,'Bogblossom (harmless)',0,0,0.5,259,0,0,0,1,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185520,6,398,'Fel Fire',0,0,3,0,60,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185527,6,49,'Dirt Mound',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185529,8,475,'Brazier',0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185530,8,475,'Brazier',0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185531,8,475,'Brazier',0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185532,8,474,'Brazier',0,0,1.01,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185533,8,474,'Brazier',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185534,8,474,'Brazier',0,0,1.35,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185535,8,475,'Brazier',0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185536,8,474,'Brazier',0,0,1.8,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185537,8,475,'Brazier',0,0,2.12,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185538,8,475,'Brazier',0,0,1.94,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185539,8,475,'Brazier',0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185541,3,236,'Raven Stone Fragment',0,4,0.4,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185549,10,378,'Monstrous Kaliri Egg',114,4,1.5,0,11008,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185555,5,410,'Flame Circle',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185564,6,265,'Aura Trap Purple Tall',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185571,8,5974,'',0,0,1.86,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185572,8,5974,'',0,0,2.21,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185573,8,5974,'',0,0,1.74,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185578,6,298,'Aura Trap Purple Tall',0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185579,6,2233,'Aura Trap Purple Tall',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185580,5,227,'Moonstone Altar',0,4,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185582,5,5263,'Hanging, Square, Large, Christmas',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185590,5,429,'Sethekk Halls Moonstone',0,0,1.3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185591,5,3613,'Ogre Drum',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185592,5,265,'Soulgrinder Aura',0,32,25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185595,5,6332,'Test Rift',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185872,5,1310,'Simon Game Aura Blue',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185873,5,1310,'Simon Game Aura Green',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185874,5,1310,'Simon Game Aura Red',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185875,5,1310,'Simon Game Aura Yellow',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185893,5,224,'Delicious Mutton',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185906,10,470,'Kronk\'s Book',14,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185913,2,6393,'Skull Pile',0,0,1,0,0,0,8660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185916,1,1247,'Cage Trap',0,0,1,0,0,1310720,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185926,5,5752,'Shield Wreckage Medium',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185928,2,6393,'Ancient Skull Pile',0,0,1.5,0,0,0,8687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185935,5,1309,'Dragon Egg Aura',0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185939,3,290,'Nethermine Cargo',0,4,1,43,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (185948,5,1310,'Simon Game Aura Blue Large',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185949,5,1310,'Simon Game Aura Green Large',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185950,5,1310,'Simon Game Aura Red Large',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185951,5,1310,'Simon Game Aura Yellow Large',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185952,10,1787,'Cage',0,0,1,0,0,0,5898240,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (185954,3,6396,'Hazzik\'s Package',0,4,1,43,0,0,1,0,0,0,0,0,0,0,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,''), - (186023,8,6411,'Bonfire',0,0,0.408747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186035,8,6411,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186130,8,6411,'Bonfire',0,0,0.408747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186131,8,6411,'Bonfire',0,0,0.408747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186132,8,6411,'Bonfire',0,0,0.408747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186137,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186138,8,233,'Forge',0,0,0.94,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186141,8,305,'Forge',0,0,0.77,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186142,8,166,'Anvil',0,0,0.95,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186173,5,3152,'Brewfest Keg Breakable',0,32,0.4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186174,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186175,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186176,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186177,8,6411,'Bonfire',0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186178,8,216,'Cauldron',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186180,8,4611,'Bonfire',0,0,1.22221,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186217,5,22,'BREWFEST - Coming Soon!',0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186218,8,1407,'Moon Well',0,0,1.12577,883,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186221,5,3972,'Brewfest Music Doodad',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186230,19,2190,'Mailbox',474,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186231,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186232,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186233,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186240,5,150,'Tabetha\'s Farm',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186243,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186250,5,3677,'Beer Wagon',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186251,23,5492,'Meeting Stone',0,0,1,70,70,3805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186252,5,6157,'Fence',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186253,5,6137,'DARKMOON FAIRE - COMING SOON',0,0,1.75,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186263,3,222,'Grimbooze\'s Secret Recipe',0,0,0.5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186264,2,202,'Missing: Kyle',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186265,5,2951,'Kyle\'s Lunch',0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186266,3,36,'Deserter Propaganda',0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186269,1,6406,'Headless Horseman Candle',114,1,1.5,0,0,655294464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186272,3,1209,'Tool Kit',0,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186273,3,2350,'Damaged Diving Gear',0,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186280,5,665,'Orcish Grog',0,0,0.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186283,8,6434,'Shipwreck Debris',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186285,5,5751,'Zul\'Aman Fire Med',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186286,5,5751,'Zul\'Aman Fire Large',0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186287,0,1787,'Blackhoof Cage',0,32,1,0,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186288,5,14,'Raptor Bait',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186307,5,347,'Zul\'Aman Exterior Crate B',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186312,5,3972,'L70ETC Music Doodad',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186314,2,49,'Loosely Turned Soil',35,0,1.5,0,8339,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186322,5,193,'Hyal Family Monument',0,4,1,1,1,0,0,0,11152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186327,5,4076,'Headless Horseman Pumpkin Table',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186328,5,4173,'Skull 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186330,6,1310,'Stonemaul Banner',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186338,10,1787,'Zul\'Aman Dummy Cage',14,2,1.5,920,0,0,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186406,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186407,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186418,5,5258,'Don de Mordant',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186419,2,223,'Wrecked Row Boat',534,32,1,0,3363,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186420,2,163,'Syndicate Documents',1732,0,1,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186425,5,6370,'Torche en sorbier',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186426,2,3053,'Wanted Poster',0,0,1,0,8201,0,8823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186430,10,181,'Zungam\'s Ball and Chain',0,0,1,57,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186450,3,6606,'Zeppelin Cargo',0,4,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186451,8,216,'Cauldron',0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186463,3,391,'Wyrmtail',0,4,1,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (186465,5,6231,'Lighthouse Beam',0,32,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186469,5,6679,'Alcaz Rune Circle',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186478,8,6371,'Super Brew Stein',0,0,3,0,10,186471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186629,19,2128,'Mailbox',1735,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186630,8,233,'Forge',0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186631,8,166,'Anvil',0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186633,3,2614,'Gold Coins',0,0,0.5,1635,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186634,3,2614,'Gold Coins',0,0,1,1635,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186658,5,4192,'Kraz\'s Chest',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186667,3,4191,'Kraz\'s Package',94,16,0.7,57,0,30,1,0,0,0,0,0,0,0,1,0,1,21400,1,0,0,0,0,0,0,0,0,0,0,''), - (186672,3,323,'Ashli\'s Bag',0,0,1,57,0,0,1,0,0,0,0,0,0,0,1,0,1,21400,1,0,0,0,0,0,0,0,0,0,0,''), - (186720,5,6422,'Fire Effigy',0,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186729,3,28,'Mana Berry Bush',0,4,1,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (186733,3,222,'The Map of Zul\'Aman',0,4,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (186734,3,2450,'Amani Charm Box',0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (186736,3,323,'Money Bag',0,0,0.4,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (186739,3,2450,'Amani Charm Box',0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (186740,3,2450,'Amani Charm Box',0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (186741,3,2450,'Amani Charm Box',0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (186744,3,2450,'Amani Treasure Box',0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,''), - (186745,1,200,'Bonfire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186748,3,1727,'Harkor\'s Brew Keg',0,0,1,57,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186750,3,6607,'Fudgerick\'s Fireworks',0,0,2,57,22909,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186881,2,222,'Dark Iron Sabotage Plans',0,0,1,57,8381,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186896,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186897,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186898,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186899,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186900,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186901,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186902,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186903,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (186904,7,603,'Bench',0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187021,3,644,'Harkor\'s Satchel',0,0,1.5,57,0,0,1,0,0,0,0,0,0,0,1,0,1,21400,1,0,0,0,0,0,0,0,0,0,0,''), - (187072,3,271,'Razorthorn Root',0,0,0.2,57,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187084,5,4452,'Large Fire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187115,8,345,'Alchemy Lab',0,0,1,663,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187193,5,5251,'Standing, Giant',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187235,5,5251,'HDressing, Christmas Standing Medium Exterior',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187252,8,192,'Campfire',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187254,5,164,'Rolled Scroll',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187260,19,2690,'Mailbox',35,0,0.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187272,5,520,'Generic Hoofprint',0,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187273,2,520,'Suspicious Hoofprint',0,0,0.6,0,755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187333,3,28,'Bloodberry Bush',0,4,0.5,259,0,0,1,1,1,0,0,0,0,0,0,0,0,25055,0,0,0,0,0,0,0,0,0,0,0,''), - (187370,8,216,'Cooking Pot',0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187372,3,2450,'The Talon King\'s Coffer',0,0,3,57,0,0,0,0,0,0,0,0,0,0,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,''), - (187377,10,1787,'Tanzar\'s Cage',14,3,1.5,920,0,0,983040000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187378,10,1787,'Harkor\'s Cage',0,0,1.5,920,0,0,983040000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187379,10,1787,'Kraz\'s Cage',14,3,1.5,920,0,0,983040000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187380,10,1787,'Ashli\'s Cage',0,0,1.5,920,0,0,983040000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187576,5,6748,'Hanging, Square, Small - MFF',114,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187578,13,4891,'Scrying Orb',0,0,2.16851,0,164,16547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187653,5,4094,'Standing, Post - MFF',114,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187667,5,6763,'Hanging, Tall/Thin, Small - MFF',114,0,0.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187918,5,680,'Twilight Bonfire',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187988,5,4771,'Twilight Torch',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (187989,5,4771,'Twilight Torch',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188067,5,6752,'Ice Block',0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188072,5,6752,'Ice Stone Mount',0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188123,19,1948,'Mailbox',80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188132,19,2128,'Mailbox',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188142,5,6752,'Ice Block, Big',0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188174,5,3972,'Midsummer Music Doodad',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188214,8,200,'Bonfire',0,0,1.28,0,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188415,5,4891,'Orb of the Blue Flight',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (188498,2,6424,'Mole Machine Console',0,0,1,0,0,0,9454,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (190395,5,4852,'Cauldron Smoke',0,0,0.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (190396,5,4852,'Mug Smoke',0,0,0.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (190483,3,10,'Document Chest',0,4,1.5,93,13576,0,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (190484,3,10,'Document Chest',0,4,1.5,93,13577,0,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,''), - (193011,10,6429,'Cannon',35,1,2.4831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (200000,1,0,'Fel Orc Encampment Custom Area',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (200001,1,1327,'Shopping Centre',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210210,5,6545,'New Year Alliance Hanging Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210211,5,6546,'New Year Alliance Hanging Banner 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210212,5,6547,'New Year Horde Hanging Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210213,5,6548,'New Year Horde Hanging Banner 02',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210214,5,6549,'New Year Alliance Standing Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210215,5,6550,'New Year Horde Standing Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210286,5,6738,'Excavation Tent Pavillion',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210312,5,6486,'Ahn\'Qiraj Ossirian Crystal',0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210313,5,6486,'Ahn\'Qiraj Ossirian Crystal',0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210327,0,6427,'Communication Crystal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210328,0,6426,'Communication Crystal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210329,0,6425,'Communication Crystal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210330,0,6427,'Communication Crystal',0,0,1,0,879,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210331,0,6426,'Communication Crystal',0,0,1,0,879,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210332,0,6425,'Communication Crystal',0,0,1,0,879,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210334,2,4675,'Ahn\'Qiraj Gong',84,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210335,5,6419,'Twilight Tablet',0,40,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210336,5,6420,'Twilight Tablet',0,40,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210337,8,6431,'Glyphed Crystal',0,0,3,643,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210338,8,3431,'Gorishi Silithid Crystal',0,0,1,643,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210339,5,6483,'Ahn\'Qiraj Sand Trap',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210341,5,6667,'Hive Fireflies 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210342,5,6431,'Glyphed Crystal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210343,5,6559,'Sand Worm Rock Base',0,0,6.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210344,5,6570,'Silithus Crystal Formation 03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210345,5,6571,'Floating Red Crystal Broken 03',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210346,5,6573,'Floating Red Crystal Broken 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210347,0,6470,'Ahn\'Qiraj Door 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210348,5,1667,'Floating Purple Crystal Broken 01',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (210349,2,6486,'Gastric Exit',0,40,1,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211016,0,6701,'Anvil',0,0,0.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211017,2,3677,'Kre\'tal\'s Wagon',0,0,1,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211018,2,254,'Asheron\'s Tome of Summoning',0,0,1,0,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211019,5,4291,'Altar of Hyjal',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211020,5,456,'Summoning Circle',0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211021,5,621,'Eye of Asheron',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211022,5,4176,'Commander\'s Tent',0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211023,2,1327,'Black Portal',0,40,0.75,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211024,2,1327,'Black Portal',0,40,0.75,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211029,5,6388,'Banner',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211032,5,311,'Gold Mine',0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211033,5,263,'Aura',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211034,5,5457,'Aura',0,0,0.075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211035,5,4713,'Lair Exit',0,0,0.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211036,8,731,'Fire Totem',0,0,0.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211050,27,5491,'Teleport-Stone to Hyjal',0,40,1,5242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211051,27,6158,'Mysterious Tree Stump',0,40,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211052,2,6158,'Tree Stump',0,40,1,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211053,2,6645,'Mysterious Monument',0,40,1,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211054,6,4472,'Lava Crack',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211062,5,6151,'Elwynn Fence',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211063,5,6150,'Elwynn Fence',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211064,5,134,'Rockwall Fence',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211065,5,20,'Grave',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211067,0,11,'Sarcophag',0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211068,8,731,'Fire Totem',0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (211084,8,410,'Mephistroph\'s HellFire',0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300010,8,0,'TEMP Machine Shop',0,0,1,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300011,8,0,'Nearby Tubers',0,0,1,23,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300012,8,0,'TEMP Stone of Outer Binding',0,0,1,164,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300013,8,0,'TEMP Mana Rift Disturbance',0,0,1,183,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300014,8,0,'TEMP Water Purity - Silverpine',0,0,1,225,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300015,8,0,'TEMP Pirate Ship Bilge',0,0,1,264,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300016,8,0,'TEMP Witherbark Village',0,0,1,303,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300017,8,0,'TEMP Shadra\'Alor Altar',0,0,1,304,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300018,8,0,'TEMP Hatetalon Stones',0,0,1,343,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300019,8,0,'TEMP Sanctum of the Fallen God',0,0,1,424,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300020,8,0,'TEMP Miblon Snarltooth',0,0,1,483,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300021,8,0,'TEMP Gadgetzan Graveyard',0,0,1,503,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300022,8,0,'TEMP the ruins of Irontree Woods',0,0,1,523,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300023,8,0,'TEMP Golakka Crater',0,0,1,563,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300024,8,0,'TEMP NIU Tomb of the Seven',0,0,1,583,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300025,8,0,'TEMP Corrupted Moonwell',0,0,1,644,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300026,8,0,'TEMP Blackwood Furbolg North Bonfire',0,0,1,704,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300027,8,0,'TEMP Stone of Shy-Rotam',0,0,1,783,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300028,8,0,'TEMP Sacred Fire of Life',0,0,1,803,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300029,8,0,'TEMP Scarlet Crusade Forward Camp',0,0,1,804,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300030,8,0,'TEMP Andorhal Tower',0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300031,8,0,'TEMP Scholomance Viewing Room',0,0,1,823,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300032,8,0,'TEMP Umi\'s Friend',0,0,1,863,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300033,8,0,'TEMP the crate in the center of the Northridge Lumber Mill',0,0,1,923,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300034,8,0,'TEMP Darrowshire Town Square',0,0,1,944,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300035,8,0,'TEMP NIU Bright Light Beam',0,0,1,963,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300036,8,0,'TEMP The Dead Goliaths',0,0,1,1023,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300037,8,0,'TEMP Maraudon Portal',0,0,1,1103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300038,8,0,'TEMP NIU Horde Globe of Scrying',0,0,1,1123,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300039,8,0,'TEMP Eastern Crater',0,0,1,1143,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300040,8,0,'TEMP Western Crater',0,0,1,1144,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300041,8,0,'TEMP Snowfall Graveyard',0,0,1,1145,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300042,8,0,'TEMP Alliance Globe of Scrying',0,0,1,1163,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300043,8,0,'TEMP Dun Baldar Courtyard',0,0,1,1164,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300044,8,0,'TEMP Frostwolf Keep Courtyard',0,0,1,1165,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300045,8,0,'TEMP Snowfall Graveyard',0,0,1,1183,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300046,8,0,'TEMP East Crater',0,0,1,1184,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300047,8,0,'TEMP West Crater',0,0,1,1185,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300048,8,0,'TEMP Orange Crystal Pool',0,0,1,1203,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (179677,8,0,'Kroshius\' Remains',0,0,1,1243,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300050,8,0,'TEMP Pedestal of Immol\'thar',0,0,1,1263,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300051,8,0,'TEMP Circle of Dark Summoning',0,0,1,1264,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300052,8,0,'TEMP Pagle\'s Pointe',0,0,1,1343,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300053,8,0,'TEMP Altar of Zanza',0,0,1,1344,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300054,8,0,'TEMP Southshore',0,0,1,1345,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300055,8,0,'TEMP Bones of Grakkarond',0,0,1,1346,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300056,8,0,'TEMP Forsaken Stink Bomb',0,0,1,1347,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300057,8,0,'TEMP Swirling Maelstrom',0,0,1,1349,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300058,8,0,'TEMP Greater Moonlight',0,0,1,1353,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300059,8,0,'TEMP Voone\'s Chamber',0,0,1,1354,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300060,8,0,'TEMP Alzzin\'s Chamber',0,0,1,1355,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300061,8,0,'TEMP The Crimson Throne',0,0,1,1356,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300062,8,0,'TEMP Ras Frostwhisper\'s Chamber',0,0,1,1357,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300063,8,0,'TEMP The Beast\'s Chamber',0,0,1,1358,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300064,8,0,'TEMP Haunted Locus',0,0,1,1359,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300065,8,0,'TEMP Blackrock Depths Arena',0,0,1,1360,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300066,8,0,'TEMP [PH] Crystal Corpse',0,0,1,1361,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300068,8,0,'TEMP Midsummer Bonfire',0,0,1,1365,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300078,8,0,'TEMP Underground Water Source',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300119,8,0,'TEMP Un\'Goro Flat Rock',0,0,1,603,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300131,8,433,'TEMP Foulweald Totem Mound',0,0,1,1063,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300132,8,0,'TEMP Cliffspring River Waterfall',0,0,1.5,705,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300133,8,0,'TEMP First Tide Pool',0,0,1.5,443,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300134,8,0,'TEMP Second Tide Pool',0,0,1.5,444,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300135,8,0,'TEMP Third Tide Pool',0,0,1.5,445,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300136,8,0,'TEMP Fourth Tide Pool',0,0,1.5,446,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300137,8,0,'TEMP Jintha\'Alor Altar',0,0,1,263,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300138,8,433,'TEMP Equinex Monolith',210,0,1,283,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300139,8,433,'TEMP Shards of Myzrael',0,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300140,8,299,'TEMP Grom\'s Monument',0,0,1.5,1324,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300141,8,0,'TEMP High Chief Winterfall\'s Cave',0,0,1,1350,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300142,8,0,'TEMP Shrine of Remulos',0,0,1,1043,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300143,8,0,'TEMP Swamplight Manor Dock',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300144,8,299,'TEMP The Great Ossuary',0,0,2.49,1283,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300145,8,1287,'TEMP Uther\'s Tomb Statue',0,0,1,1323,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300146,8,1287,'TEMP Quilboar Watering Hole',0,0,1,224,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300147,8,1287,'TEMP Spring Well',0,0,1,226,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300148,8,1287,'TEMP Ruins of Stardust Fountain',0,0,1,223,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300149,8,0,'TEMP Blackhoof Village Windmill',0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300150,8,0,'TEMP Grimtotem Tent',0,0,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300151,8,0,'TEMP Hyjal Family Monument',0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (300153,8,0,'TEMP Entrance to Onyxia\'s Lair',0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (178225,8,2770,'Dire Pool Spell Focus',0,0,1,1083,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (181207,3,4175,'Runed Demonic Blade',0,0,1.5,1085,181207,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175534,6,335,'Supply Crate',14,0,1.01,0,0,0,16371,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175535,6,335,'Supply Crate',14,0,1.01,0,0,0,16369,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175536,6,335,'Supply Crate',14,0,1.01,0,0,0,16370,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (175537,6,335,'Supply Crate',14,0,1.01,0,0,0,16432,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180574,2,6421,'Wickerman Guardian Ember',0,0,5,43,0,0,6535,0,0,19700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), - (180504,8,0,'Southshore Spell Focus',0,0,1,1345,50,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); + (179972,5,31,'Stormwind Crate 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179973,5,6036,'Inn Barrel',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179975,5,6148,'Water Trough Small',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179976,5,1727,'Beer Keg 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179977,5,6038,'General Lantern 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179984,8,6051,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179985,10,6171,'Spider Egg',114,0,0,1.75,0,0,0,0,0,1,0,0,0,0,24081,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180005,5,6131,'Darkmoon Faire Wagon Loaded',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180006,5,3332,'Outhouse',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180007,5,2270,'Excavation Stake',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180024,2,51,'Mysterious Deadmines Chest',0,4,0,1,43,6791,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180025,2,6133,'Mysterious Eastvale Haystack',0,4,0,1,93,6792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180026,5,6134,'Darkmoon Faire Signpost',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180029,5,6137,'DARKMOON FAIRE',0,32,0,1.75,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180030,5,6138,'Fortune Teller\'s Tent',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180031,5,6139,'Food Tent',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180032,5,6141,'Souvenir Tent',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180034,5,6142,'Ticket Master Tent',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180035,5,6157,'Fence',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180036,5,6144,'Darkmoon Faire Wagon Unloaded',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180037,5,6145,'Haybail 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180038,5,6146,'Haybail 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180039,5,6147,'Animal Trainer Tent',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180040,0,1787,'G_Cage 02',114,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180041,0,4154,'G_Cage 03',114,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180042,5,6149,'Target Practice Tent',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180043,5,4094,'Free Standing Torch 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180044,5,6152,'Shoutbox',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180045,5,5392,'Stormwind Gypsy Wagon',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180046,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180047,5,138,'Westfall Chair',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180048,5,3091,'Mug Foam 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180049,5,3151,'Mug 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180050,5,6156,'Bread French Half',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180051,5,6155,'Bread French 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180052,5,36,'Deadmine Cargo Boxes',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180053,8,197,'Brazier',0,0,0,1,4,10,181029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180055,2,318,'Mysterious Wailing Caverns Chest',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180056,2,6158,'Mysterious Tree Stump',0,4,0,1.28724,93,6812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180057,6,344,'Bubbly Fissure',0,0,0,0.98,0,0,8,17775,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,''), + (180058,1,6251,'Alliance Banner',83,32,0,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180059,1,6252,'Contested Banner',83,32,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180060,1,6253,'Horde Banner',84,32,0,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180061,1,6254,'Contested Banner',84,32,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180064,1,6251,'Alliance Banner',0,0,0,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180065,1,6252,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180066,1,6253,'Horde Banner',0,0,0,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180067,1,6254,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180068,1,6251,'Alliance Banner',0,0,0,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180069,1,6252,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180070,1,6253,'Horde Banner',84,32,0,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180071,1,6254,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180072,1,6251,'Alliance Banner',0,0,0,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180073,1,6252,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180074,1,6253,'Horde Banner',0,0,0,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180075,1,6254,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180076,1,6251,'Alliance Banner',83,32,0,1,0,1479,196608,180100,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180077,1,6252,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180078,1,6253,'Horde Banner',0,0,0,1,0,1479,196608,180101,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180079,1,6254,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180085,1,6252,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180086,1,6254,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180087,10,6271,'Stable Banner',0,0,0,1,1479,0,0,196608,0,0,0,0,0,0,23932,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), + (180088,10,6271,'Blacksmith Banner',0,0,0,1,1479,0,0,196608,0,0,0,0,0,0,23936,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), + (180089,10,6271,'Farm Banner',0,0,0,1,1479,0,0,196608,0,0,0,0,0,0,23935,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), + (180090,10,6271,'Lumber Mill Banner',0,0,0,1,1479,0,0,196608,0,0,0,0,0,0,23938,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), + (180091,10,6271,'Mine Banner',0,0,0,1,1479,0,0,196608,0,0,0,0,0,0,23937,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,''), + (180092,1,6252,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180093,1,6254,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180094,1,6252,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180095,1,6254,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180096,1,6252,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180097,1,6254,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180098,1,6252,'Contested Banner',83,32,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180099,1,6254,'Contested Banner',84,32,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180100,6,2232,'Alliance Banner Aura',114,32,0,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180101,6,1311,'Horde Banner Aura',114,32,0,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180102,6,266,'Neutral Banner Aura',114,32,0,5,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180104,0,1787,'Zandalar Cage',114,32,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180105,10,343,'Circle of Binding',114,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180124,5,6231,'Lighthouse Beam',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180125,6,4251,'Liquid Fire',0,0,0,1,0,60,0,23972,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180144,6,5991,'Food Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180145,6,5991,'Food Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180146,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180147,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180148,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180164,3,2315,'Sungrass',0,0,0,1.8,441,17201,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180165,3,2314,'Purple Lotus',0,0,0,1,439,17200,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180166,3,4633,'Mountain Silversage',0,0,0,1.8,1121,17204,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180167,3,4652,'Golden Sansam',0,0,0,1,1119,17202,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180168,3,4635,'Dreamfoil',0,0,0,1,1120,17203,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180184,25,6291,'School of Fish',0,0,0,1,3,1415,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180206,5,100,'Grom\'s Troll Tribute',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180208,5,4152,'Grom\'s Forsaken Tribute',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180210,5,6313,'Uther\'s Human Tribute',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180214,5,56,'Uther\'s Dwarf Tribute',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180215,3,3952,'Hakkari Thorium Vein',94,0,0,0.5,939,17241,0,1,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180216,3,28,'Whipweed',0,4,0,0.6,43,17299,0,1,0,0,0,180217,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180217,6,1287,'Whipweed Entangle Trap',14,0,0,0.1,0,56,0,24170,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180218,5,60,'Arathi Basin Pumpkin',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180219,5,6325,'Arathi Basin Pumpkin Patch',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180220,5,758,'Arathi Basin Bone01',0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180222,5,6327,'Arathi Basin Bone02',0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180223,5,4173,'Arathi Basin BlastedLandsSkull01',0,0,0,1.25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180224,5,6328,'Arathi Basin BlastedLandsBonePile02',0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180225,5,6329,'Arathi Basin BlastedLandsBonePile03',0,0,0,2,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180226,5,4112,'Arathi Basin Doomweed01',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180227,5,4111,'Arathi Basin Gloomweed01',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180228,3,6393,'Jinxed Hoodoo Pile',94,0,0,1,57,17259,0,1,0,0,0,180247,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180229,3,6393,'Jinxed Hoodoo Pile',94,0,0,1,57,17259,0,1,0,0,0,180244,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180244,6,1287,'Jinxed Hoodoo Pile',94,0,0,0.5,95,0,0,24184,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180245,8,375,'Doodad_SmallBrazierNoOmni20',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180246,5,3013,'Zul\'s Aura',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180247,6,1287,'Jinxed Hoodoo Pile',94,0,0,0.5,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180248,25,6291,'School of Tastyfish',0,0,0,1,3,17280,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180249,5,6332,'Heart of Hakkar Air Rift',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180250,5,6333,'Heart of Hakkar Fire Rift',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180252,10,6352,'Troll Hero Lightning',114,0,0,0.5,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180253,5,6332,'Troll Hero Air Portal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180254,5,6333,'Troll Hero Fire Portal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180255,0,6353,'ALLIANCE DOOR',114,32,0,1.58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180256,0,6354,'HORDE DOOR',114,32,0,1.57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180322,5,6391,'Ghost Gate',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180323,0,4552,'Gates of Zul\'Gurub',0,32,0,1,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180324,5,6356,'Dwarven Table Ornate 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180325,7,39,'Chair',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180326,5,6362,'OrcBench01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180327,1,2570,'Brazier of Madness',0,0,0,2,0,1619,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180328,5,240,'General Candelabra 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180329,5,297,'Jar 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180330,5,6358,'Jar 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180331,5,6359,'Jar 03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180332,5,213,'Jug 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180333,5,7,'Jug 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180334,5,6360,'Stormwind Rug 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180335,5,3972,'Darkmoon Faire Music Doodad',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180337,5,331,'Orc Table Cooker Fire 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180338,5,100,'Candle 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180339,5,6363,'Candle 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180340,5,6364,'Candle 03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180341,5,6365,'Jar Orc 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180342,5,21,'Jar Orc 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180345,5,6367,'Jar Orc 03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180346,3,6366,'Mudskunk Lure',0,0,0,1,0,17320,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180347,5,6368,'Jar Orc 04',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180348,5,6369,'Jar Orc 05',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180349,5,258,'Jar Orc 06',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180350,5,458,'Orc Jug 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180351,5,459,'Orc Jug 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180352,5,6370,'General Torch 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180353,5,4094,'Freestanding Torch 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180358,2,5,'Gri\'lek, with the Iron Blood',0,0,0,1,0,0,1,6448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180362,6,5991,'Food Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180364,2,5,'Hazza\'rah, the Dreamweaver',0,0,0,1,0,0,1,6449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180365,2,5,'Renataki, of the Thousand Blades',0,0,0,1,0,0,1,6450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180366,2,318,'Battered Tackle Box',0,4,0,1,43,6971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180367,9,5,'Altar of Zanza',0,0,0,0.46,2785,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180368,2,5,'Tablet of Madness',0,0,0,1.38,0,0,0,6443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180369,25,6291,'Muddy Churning Waters',0,0,0,1,3,17321,2,3,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180370,3,381,'Harvest Fruit',0,0,0,0.5,93,17323,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180371,3,564,'Harvest Fish',0,0,0,0.5,93,17324,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180372,3,566,'Harvest Boar',0,0,0,0.5,93,17325,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180373,3,6371,'Harvest Nectar',0,0,0,1,93,17326,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180374,3,6153,'Harvest Nectar',0,0,0,1,93,17326,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180376,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180377,6,5991,'Food Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180378,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180379,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180380,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180381,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180382,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180383,6,5991,'Food Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180384,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180385,10,6392,'Troll Hero Portal Sound',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180386,5,6383,'Gong',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180391,6,327,'Heart of Hakkar Spell Emitter',35,0,0,0.01,0,0,0,24425,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180392,3,213,'Full Jug',0,0,0,1,57,17331,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180393,2,5,'Wushoolay, the Storm Witch',0,0,0,1,0,0,1,6451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180394,5,6707,'PVP HOLIDAY HORDE CTF',1375,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180395,5,6387,'PVP HOLIDAY HORDE AV',1375,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180396,5,6388,'PVP HOLIDAY HORDE ARATHI',1375,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180397,5,6135,'PVP HOLIDAY GENERIC SIGNPOST',1375,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180398,5,5651,'PVP HOLIDAY ALLIANCE ARATHI',1375,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180399,5,6389,'PVP HOLIDAY ALLIANCE AV',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180400,5,6390,'PVP HOLIDAY ALLIANCE CTF',1375,0,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180401,10,6392,'Heart of Hakkar Portal Sound',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180402,5,6395,'Heart of Hakkar Object',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180403,5,6396,'Soapbox',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180404,1,363,'Servant of the Hand Summoning Circle',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180405,5,6351,'G_Pumpkin_01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180406,5,6398,'G_Pumpkin_02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180407,5,6399,'G_Pumpkin_03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180408,5,6400,'G_WitchHat_01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180409,5,6401,'G_WitchBroom_01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180410,5,6402,'G_HangingSkeleton_01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180411,5,6403,'G_Ghost_01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180412,5,6404,'G_CandyBucket_01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180415,5,4152,'CandleBlack01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180417,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180418,10,6211,'Snowfall Banner',0,0,0,1,1479,0,0,196608,0,0,0,0,0,0,24677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180419,1,5772,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180420,1,5774,'Contested Banner',0,0,0,1,0,1479,0,180102,1,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180421,6,6492,'Alliance Banner Aura, Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180422,6,1311,'Horde Banner Aura, Large',0,0,0,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180423,6,266,'Neutral Banner Aura, Large',0,0,0,10,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180424,0,3751,'Alterac Valley Gate',0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180425,5,6406,'SkullCandle01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180426,5,6407,'Bat01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180427,5,6408,'Bat02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180428,5,6401,'G_WitchBroom_01 scale 0.5',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180429,5,6400,'G_WitchHat_01 scale 0.5',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180430,1,2570,'Brazier of Madness - Inert',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180431,5,6351,'G_Pumpkin_01 scale 4.0',0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180432,5,6388,'Forsaken Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180433,1,6422,'The Wickerman',0,16,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180434,5,6411,'Bonfire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180435,3,323,'Noggle\'s Satchel',35,4,0,1,93,17349,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180436,3,6419,'Twilight Tablet Fragment',35,4,0,0.25,93,17350,0,1,0,0,0,180583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180437,2,6421,'Wickerman Ember',83,0,0,5,43,0,0,6535,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180438,8,680,'Bonfire',0,0,0,1.13,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180439,8,680,'Bonfire',0,0,0,0.95,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180440,8,680,'Bonfire',0,0,0,0.82,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180441,8,680,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180442,8,680,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180443,8,680,'Bonfire',0,0,0,0.87,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180444,8,680,'Bonfire',0,0,0,0.87,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180448,2,3053,'Wanted Poster: Deathclasp',35,4,0,1,0,7009,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180449,5,237,'Forsaken Stink Bomb',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180450,6,3712,'Forsaken Stink Bomb Cloud',0,0,0,1,0,0,0,24918,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180451,19,1948,'Mailbox',994,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180452,10,6429,'Blastenheimer 5000 Ultra Cannon',0,0,1,1,0,0,0,0,0,0,5,0,0,0,24743,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180453,2,6414,'Hive\'Regal Glyphed Crystal',35,0,0,1,0,0,0,6561,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180454,2,6415,'Hive\'Ashi Glyphed Crystal',35,0,0,1,0,0,0,6560,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180455,2,6416,'Hive\'Zora Glyphed Crystal',35,0,0,1,0,0,0,6559,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180456,2,6425,'Lesser Wind Stone',0,0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180461,2,6426,'Wind Stone',0,0,0,1,0,0,0,6542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180466,2,6427,'Greater Wind Stone',0,0,0,1,0,0,0,6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180471,5,6417,'HangingSkullLight01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180472,5,6418,'HangingSkullLight02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180473,5,475,'Brazier',0,0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180474,5,475,'Brazier',0,0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180475,5,475,'Brazier',0,0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180476,5,475,'Brazier',0,0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180477,5,475,'Brazier',0,0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180478,5,475,'Brazier',0,0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180479,5,475,'Brazier',0,0,0,0.671141,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180480,5,475,'Brazier',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180497,0,6385,'Forcefield',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180501,3,6420,'Twilight Tablet Fragment',35,4,0,0.25,93,17350,0,1,0,0,0,180583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180502,6,3972,'Wind Stone',14,0,0,1,0,0,0,24803,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180503,2,470,'Sandy Cookbook',35,4,0,1,0,7013,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180511,3,220,'Scroll of Scourge Magic',0,4,0,1.25,57,17370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180514,1,6431,'Glyphed Crystal Prism',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180515,10,6429,'Blastenheimer 5000 Ultra Cannon',0,0,1,1,0,0,0,0,0,0,5,0,0,0,24832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180516,10,3011,'Shrine of Dath\'Remar',0,0,0,3.01,0,0,0,0,0,0,0,2936,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180517,6,6432,'Putrid Mushroom',0,0,0,1,0,0,0,24871,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180518,2,6425,'Lesser Wind Stone',0,0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180523,3,6405,'Apple Bob',0,0,0,1,0,17378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180524,1,6424,'Tonk Control Console',35,0,0,1,0,1634,19660800,180525,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180526,10,1827,'Gong of Bethekk',0,0,0,1,0,0,9066,196608,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_gong_of_bethekk'), + (180529,2,6425,'Lesser Wind Stone',0,0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180534,2,6426,'Wind Stone',0,0,0,1,0,0,0,6542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180539,2,6427,'Greater Wind Stone',0,0,0,1,0,0,0,6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180544,2,6425,'Lesser Wind Stone',0,0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180549,2,6425,'Lesser Wind Stone',0,0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180554,2,6426,'Wind Stone',0,0,0,1,0,0,0,6542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180559,2,6427,'Greater Wind Stone',0,0,0,1,0,0,0,6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180564,2,6425,'Lesser Wind Stone',0,0,0,1,0,0,0,6540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180570,2,319,'Keg',83,4,0,1.15,0,7036,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180573,5,6430,'Cannon Target',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180575,5,319,'Keg',0,0,0,1.15,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180582,25,6291,'Oily Blackmouth School',0,0,0,1,4,17440,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180583,6,263,'Twilight Tablet Fragment',1375,0,0,1,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180598,5,6491,'AQWar - Resource, Bandages, Alliance, Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180601,2,6451,'Unstable Rift Crystal',0,0,0,1,0,0,0,6600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180604,5,6452,'Merithra\'s Wake',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180605,5,6465,'IronForgeSteamTank',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180606,0,4132,'Prismatic Barrier',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180607,0,4133,'Ancient Roots',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180608,0,4134,'Glyphs of Warding',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180619,0,6486,'Ossirian Crystal',35,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_ossirian_crystal'), + (180620,5,1287,'Music Box Silithus',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180631,8,6467,'Alchemy Lab',0,0,0,1,663,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180632,8,6467,'Alchemy Lab',0,0,0,1,663,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180633,2,5746,'Crystalline Tear',776,4,0,1,0,7062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_crystalline_tear'), + (180634,0,6470,'Door',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180635,0,6470,'Door',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180636,0,6471,'Door',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180640,5,263,'Blue aura, short column',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180642,2,528,'Inconspicuous Crate',0,4,0,1,0,7086,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180647,6,6483,'Sand Trap',0,0,0,1,0,0,0,25656,1,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180651,5,6479,'Shovel',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180652,2,49,'Freshly Dug Dirt',0,4,0,1,0,7091,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180653,5,6481,'Treasure Marker',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180654,3,5333,'Hardpacked Snowdrift',0,0,0,1,43,17489,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180655,25,6434,'Floating Debris',0,0,0,1,4,17441,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180656,25,6435,'Sagefish School',0,0,0,1,4,17494,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180657,25,6482,'Firefin Snapper School',0,0,0,1,4,17500,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180658,25,6291,'School of Deviate Fish',0,0,0,1,4,17496,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180660,8,0,'Drop-Off Point',0,0,0,1,1348,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180661,25,6485,'Oil Spill',0,0,0,1,4,17500,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180662,25,6434,'Schooner Wreckage Pool',0,0,0,1,4,17498,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180663,25,6435,'Sagefish School',0,0,0,1,4,17502,4,8,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180664,25,6291,'Oily Blackmouth School',0,0,0,1,4,17497,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180665,2,107,'Draconic for Dummies',35,0,0,1,43,180665,0,6669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180666,2,107,'Draconic for Dummies',35,0,0,1,43,180666,0,6670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180667,2,6488,'Draconic for Dummies',35,0,0,1,43,180667,0,6668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180669,8,6434,'Swirling Maelstrom',0,0,0,1,1349,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180671,3,644,'Xandivious\' Demon Bag',0,0,0,1,43,17516,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180674,5,6493,'AQWar - Resource, Bandages, Alliance, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180675,5,6494,'AQWar - Resource, Bandages, Alliance, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180676,5,6495,'AQWar - Resource, Bandages, Alliance, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180677,5,6496,'AQWar - Resource, Bandages, Alliance, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180678,5,6497,'AQWar - Resource, Bandages, Alliance, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180679,5,6498,'AQWar - Resource, Cooking/Herbs, Alliance Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180680,5,6499,'AQWar - Resource, Bars, Alliance, Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180681,5,6500,'AQWar - Resource, Skins, Alliance, Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180682,25,6291,'Oily Blackmouth School',0,0,0,1,4,17520,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180683,25,6482,'Firefin Snapper School',0,0,0,1,4,17521,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180684,25,6435,'Greater Sagefish School',0,0,0,1,4,17519,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180685,25,6434,'Waterlogged Wreckage Pool',0,0,0,1,4,17518,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180688,8,197,'Cooking Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180689,8,375,'Cooking Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180690,3,6502,'Large Scarab Coffer',94,2,0,2,1630,17533,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (180691,3,6502,'Scarab Coffer',0,2,0,1.4,1629,17532,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180692,5,6503,'AQWar - Resource, Skins, Alliance, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180693,5,6504,'AQWar - Resource, Skins, Alliance, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180694,5,6505,'AQWar - Resource, Skins, Alliance, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180695,5,6506,'AQWar - Resource, Skins, Alliance, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180696,5,6507,'AQWar - Resource, Skins, Alliance, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180698,5,6508,'Party Table',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180699,10,1727,'Festive Keg',0,0,0,1,1623,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180700,5,6145,'Hay Bale 1',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180703,1,6509,'Firework, Show, Type 1 Red',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180704,1,6510,'Firework, Show, Type 2 Red',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180707,1,6509,'Firework, Show, Type 1, Red BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180708,1,6510,'Firework, Show, Type 2, Red BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180712,25,6742,'Stonescale Eel Swarm',0,0,0,1,4,17539,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180714,5,6448,'CrateAllianceFirstAid01',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180715,2,6513,'Holly Preserver',0,4,0,1,0,7159,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180717,2,4675,'The Scarab Gong',0,4,0,1,0,7155,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180718,5,4675,'The Scarab Gong',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180719,5,6514,'Metzen\'s Stable',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180720,1,6515,'Firework, Show, Type 1 Blue',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180721,1,6516,'Firework, Show, Type 2 Blue',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180722,1,6515,'Firework, Show, Type 1 Blue BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180723,1,6516,'Firework, Show, Type 2 Blue BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180724,1,6517,'Firework, Show, Type 1 Green',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180725,1,6518,'Firework, Show, Type 2 Green BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180726,1,6517,'Firework, Show, Type 1 Green BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180727,1,6518,'Firework, Show, Type 2 Green',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180728,1,6519,'Firework, Show, Type 1 White',0,32,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180729,1,6519,'Firework, Show, Type 1 White BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180730,1,6520,'Firework, Show, Type 2 White',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180731,1,6520,'Firework, Show, Type 2 White BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180733,1,6521,'Firework, Show, Type 2 Purple BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180736,1,6523,'Firework, Show, Type 1 Yellow',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180737,1,6523,'Firework, Show, Type 1 Yellow BIG',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180738,1,6524,'Firework, Show, Type 2 Yellow',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180739,1,6524,'Firework, Show, Type 2 Yellow BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180740,1,6521,'Firework, Show, Type 2 Purple',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180741,1,6522,'Firework, Show, Type 1 Purple BIG',0,0,0,2,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180742,5,6526,'Metzen\'s Fencing',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180743,2,5254,'Carefully Wrapped Present',0,4,0,1,0,7157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180744,5,131,'Catapult',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180745,5,5692,'Grasp of C\'Thun',0,0,0,0.025,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180746,2,5255,'Gently Shaken Gift',0,4,0,1,0,7163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180747,2,5256,'Gaily Wrapped Present',0,0,0,1,0,7164,0,6797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180748,2,5258,'Ticking Present',0,0,0,1,0,7165,0,6792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180749,1,3972,'Cheer Speaker',0,0,0,1,0,0,196608,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180750,25,6291,'Oily Blackmouth School',0,0,0,1,4,17537,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180751,25,6434,'Floating Wreckage',0,0,0,1,4,17534,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180752,25,6482,'Firefin Snapper School',0,0,0,1,4,17538,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180753,25,6527,'Patch of Elemental Water',0,0,0,1,0,17675,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180754,3,565,'Toasting Goblet',0,0,0,1,93,17685,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180755,5,6528,'Dwarf Hero',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180756,5,6529,'Gnome Hero',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180757,5,6530,'Human Hero Portrait',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180758,5,6531,'Night Elf Hero Portrait',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180759,5,6532,'Orc Hero Portrait',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180760,5,6533,'Forsaken Hero Portrait',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180761,5,6534,'Tauren Hero Portrait',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180762,5,6535,'Troll Hero Portrait',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180763,10,6489,'Firecrackers',0,64,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180764,10,6490,'Firecrackers',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180765,5,6537,'Lantern',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180766,5,6538,'Lantern',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180767,5,6539,'Lantern',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180768,5,6540,'Lantern',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180769,5,6541,'Lights',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180770,5,6542,'Lights',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180771,8,6543,'Firework Launcher',0,0,0,1,1351,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180772,8,6544,'Cluster Launcher',0,0,1,1,1352,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180773,5,6545,'Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180774,5,6546,'Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180775,5,6547,'Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180776,5,6548,'Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180777,5,6549,'Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180778,5,6550,'Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180779,5,288,'Barrel',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180780,5,6551,'AQWar - Resource, Bars, Alliance, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180781,5,6552,'AQWar - Resource, Bars, Alliance, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180782,5,6553,'AQWar - Resource, Bars, Alliance, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180783,5,6554,'AQWar - Resource, Bars, Alliance, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180784,5,6555,'AQWar - Resource, Bars, Alliance, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180788,5,3972,'AQDOORSOUND',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180793,2,5259,'Festive Gift',0,0,0,1,0,7175,0,6798,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180794,2,1127,'Journal of Jandice Barov',0,0,0,1,0,0,0,6799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180795,10,6559,'Sandworm Base',114,0,0,7.5,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180796,5,2047,'PX-238 Winter Wondervolt',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180797,6,327,'PX-238 Winter Wondervolt TRAP',0,0,0,1,0,0,1,26275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180798,5,5255,'Present BIG',0,0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180799,5,5258,'Present BIG',0,0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180800,5,6560,'AQWar - Resource, Cooking, Alliance, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180801,5,6561,'AQWar - Resource, Herbs, Alliance, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180802,5,6562,'AQWar - Resource, Herbs, Alliance, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180803,5,6563,'AQWar - Resource, Herbs, Alliance, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180804,5,6564,'AQWar - Resource, Herbs, Alliance, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180805,5,6565,'AQWar - Resource, Herbs, Alliance, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180806,5,6566,'AQWar - Resource, Cooking, Alliance, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180807,5,6567,'AQWar - Resource, Cooking, Alliance, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180808,5,6568,'AQWar - Resource, Cooking, Alliance, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180809,5,6569,'AQWar - Resource, Cooking, Alliance, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180810,0,6573,'Resonating Crystal Formation',0,0,0,1,0,10,180811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180811,0,1310,'Resonating Crystal Formation Glow',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180812,5,6574,'AQWar - Resource, Skins, Horde, Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180813,5,6575,'AQWar - Resource, Skins, Horde, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180814,5,6576,'AQWar - Resource, Skins, Horde, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180815,5,6577,'AQWar - Resource, Skins, Horde, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180816,5,6578,'AQWar - Resource, Skins, Horde, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180817,5,6579,'AQWar - Resource, Skins, Horde, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180818,5,6580,'AQWar - Resource, Herbs, Horde, Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180819,5,6581,'AQWar - Resource, Herbs, Horde, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180820,5,6582,'AQWar - Resource, Herbs, Horde, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180821,5,6583,'AQWar - Resource, Herbs, Horde, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180822,5,6584,'AQWar - Resource, Herbs, Horde, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180823,5,6585,'AQWar - Resource, Herbs, Horde, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180826,5,6586,'AQWar - Resource, Bandages, Horde, Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180827,5,6587,'AQWar - Resource, Bandages, Horde, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180828,5,6588,'AQWar - Resource, Bandages, Horde, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180829,5,6589,'AQWar - Resource, Bandages, Horde, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180830,5,6590,'AQWar - Resource, Bandages, Horde, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180831,5,6591,'AQWar - Resource, Bandages, Horde, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180832,5,6592,'AQWar - Resource, Cooking, Horde, Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180833,5,6593,'AQWar - Resource, Cooking, Horde, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180834,5,6594,'AQWar - Resource, Cooking, Horde, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180835,5,6595,'AQWar - Resource, Cooking, Horde, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180836,5,6596,'AQWar - Resource, Cooking, Horde, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180837,5,6597,'AQWar - Resource, Cooking, Horde, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180838,5,6598,'AQWar - Resource, Bars, Horde, Initial',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180839,5,6599,'AQWar - Resource, Bars, Horde, Tier 1',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180840,5,6600,'AQWar - Resource, Bars, Horde, Tier 2',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180841,5,6601,'AQWar - Resource, Bars, Horde, Tier 3',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180842,5,6602,'AQWar - Resource, Bars, Horde, Tier 4',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180843,5,6603,'AQWar - Resource, Bars, Horde, Tier 5',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180844,5,6604,'Mistletoe',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180850,8,6543,'Firework Launcher',0,0,0,1,1351,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180851,10,6509,'Firework Rocket, Type 1 Red',1375,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180852,5,6605,'War Map',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180853,5,6606,'Duke\'s Box',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180854,8,6515,'Firework Rocket, Type 1 Blue',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180855,10,6517,'Firework Rocket, Type 1 Green',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180857,10,6519,'Firework Rocket, Type 1 White',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180858,10,6523,'Firework Rocket, Type 1 Yellow',1375,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180859,8,6544,'Cluster Launcher',0,0,1,1,1352,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180860,10,6509,'Firework Rocket, Type 1 Red BIG',0,0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180861,10,6515,'Firework Rocket, Type 1 Blue BIG',0,0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180862,10,6517,'Firework Rocket, Type 1 Green BIG',0,0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180863,10,6522,'Firework Rocket, Type 1 Purple BIG',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180864,10,6519,'Firework Rocket, Type 1 White BIG',0,0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180865,10,6523,'Firework Rocket, Type 1 Yellow BIG',0,0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180866,5,1287,'Event Generator Saurfang Pre-War',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180868,8,6543,'Firework Launcher',0,0,0,1,1351,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180869,8,6544,'Cluster Launcher',0,0,1,1,1352,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180870,10,6489,'Firecrackers',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180871,10,6489,'Firecrackers',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180872,10,6490,'Firecrackers',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180873,10,6490,'Firecrackers',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180874,8,6544,'Cluster Launcher',0,0,1,1,1352,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180875,5,227,'Boss Fight Altar',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180876,6,327,'Elune\'s Blessing TRAP FRIENDLY',0,0,0,1,0,0,0,26393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180878,5,6607,'GunShopFireworksBarrel',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180879,5,6608,'ElvenWoodenTable',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180880,5,6609,'AmmoBoxBlue',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180881,5,6610,'AmmoBoxBlueBlock',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180882,5,6611,'AmmoBoxRed',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180883,5,5512,'AmmoBoxRedBlock',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180884,5,6612,'DwarvenTableSmall',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180885,5,581,'InnTableTiny',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180888,5,6613,'OrcTable01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180898,0,4134,'AQRUNE',114,32,0,1.04,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180899,0,4133,'AQROOT',114,32,0,1.07,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180900,25,6291,'Oily Blackmouth School',0,0,0,1,4,17537,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180901,25,6434,'Floating Wreckage',0,0,0,1,4,17534,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180902,25,6482,'Firefin Snapper School',0,0,0,1,4,17538,2,6,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180904,0,4132,'Ancient Door',114,32,0,1.02902,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180905,3,3151,'Festive Mug',0,0,0,1,93,17540,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180909,5,6536,'Lucky Red Envelope',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180910,5,190,'Starsong Scroll',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180913,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180914,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180915,8,197,'Cooking Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180921,3,49,'Tainted Soil Sample',0,4,0,0.5,57,0,0,1,0,0,0,181583,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180991,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180993,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180994,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180996,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180997,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180998,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180999,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181000,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181001,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181002,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181003,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181004,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181005,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181006,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181007,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181008,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181009,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181013,5,4251,'Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181014,5,6652,'Hanging, Square, Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181015,5,6656,'Standing, Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181016,5,6634,'Standing, Medium, Exterior',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181017,5,6635,'Hanging, Streamers, Medium',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181018,5,6640,'Hanging, Tall/Thin, Medium',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181019,5,6642,'Standing, Medium Interior',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181020,5,6641,'Hanging, Square, Medium',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181021,5,6643,'Hanging, Door - Val',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181022,5,6657,'Standing, Giant',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181024,5,6636,'Hanging, Short/Squat, Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181025,5,6653,'Hanging, Tall/Thin, Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181027,5,6649,'Floating, medium',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181029,6,6624,'Burning Coals',14,0,0,1,0,1,3,7897,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181045,5,6660,'Brazier of Beckoning',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181051,5,6661,'Brazier of Invocation',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181053,3,644,'Basket of Bloodkelp',0,4,0,1,43,17851,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181054,6,6659,'Ectoplasmic Distiller Trap',0,0,0,1.4,0,0,0,27420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181055,5,6636,'Hanging, Streamers, x3',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181056,15,6637,'Naxxramas',0,40,0,1,436,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181057,8,6659,'Ectoplasmic Distiller',0,0,0,1.4,0,10,181054,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181058,5,6663,'Banner of Provocation',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181060,5,6644,'Standing, small Interior',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181062,9,6645,'In Loving Memory',35,0,0,1,2858,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181063,5,6646,'Flowers for Tony',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181064,5,6647,'Flowers for Tony',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181065,5,63,'Flowers for Tony',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181066,5,6648,'Flowers for Tony',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181067,5,6313,'Flowers for Tony',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181068,3,6650,'Small Obsidian Chunk',0,0,0,0.2,1632,17883,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181069,3,6650,'Large Obsidian Chunk',94,0,0,0.3,1632,17884,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,60,1,0,0,0,0,0,0,0,''), + (181071,0,676,'Ysida\'s Cage',0,0,0,1,0,0,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181072,5,6651,'Ysida\'s Cagebase',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181073,2,216,'Fragrant Cauldron',35,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181074,3,10,'Arena Spoils',0,0,0,1,57,181074,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (181075,5,221,'Table',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181076,7,39,'Inigo\'s Chair',114,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181077,5,159,'Rug',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181078,7,39,'Marjhan\'s Chair',114,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181079,7,39,'Eligor\'s Chair',114,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181080,7,39,'Angela\'s Chair',114,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181081,5,222,'Map of the Eastern Plaguelands',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181082,5,240,'Candelabra',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181083,3,10,'Sothos and Jarien\'s Heirlooms',0,0,0,1,57,17919,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181085,3,6448,'Stratholme Supply Crate',0,0,0,1,93,17899,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181086,5,6655,'Valentine Arch',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181087,5,6642,'Plant',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181098,3,49,'Volcanic Ash',0,4,0,1,43,17912,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181099,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181102,22,6671,'Lightwell',2,64,0,1.35,7001,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181103,5,6662,'Flower',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181104,5,20,'Small Dirt Mound',0,0,0,0.2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181105,22,6671,'Lightwell',2,64,0,1,27873,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181106,22,6671,'Lightwell',2,64,0,1,27874,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181108,3,314,'Truesilver Deposit',0,0,0,1,0,17938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181109,3,311,'Gold Vein',0,0,0,1,42,17939,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181110,3,2530,'Soaked Tome',0,4,0,1.5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181119,0,6672,'Deathknight Door',1375,34,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181120,0,6673,'Gluth - Exit Door',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181121,0,6674,'Thaddius Door',1375,34,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181123,0,6676,'Patchwork - Exit Door',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181124,0,6676,'Vaccuum - Enter Gate',114,32,0,0.824504,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181125,0,6676,'Vaccuum - Exit Gate',114,32,0,0.790041,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181126,0,6677,'Anub\'Rekhan Door',0,32,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_anub_door'), + (181130,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181131,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181133,3,1869,'Rathis Tomber\'s Supplies',0,4,0,1,57,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181134,8,200,'Bonfire',0,0,0,0.81,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181135,8,200,'Bonfire',0,0,0,1,0,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181136,6,6679,'Circle',0,0,0,1,0,0,0,28344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181137,0,4132,'Ancient Door',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181138,3,183,'Night Elf Plans: An\'daroth',0,4,0,1,93,0,0,1,0,0,0,0,9163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181139,3,222,'Night Elf Plans: An\'owyn',0,4,0,1,93,0,0,1,0,0,0,0,9163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181140,3,164,'Night Elf Plans: Scrying on the Sin\'dorei',0,4,0,1,93,0,0,0,0,0,0,0,9163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181142,5,363,'Summoner Shield',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181143,5,564,'Fish of the Day',0,0,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181144,5,563,'Bowl of Fruit',0,0,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181145,5,566,'Roast Boar Platter',0,0,0,0.25,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181146,22,4398,'Portal to Karazhan',0,0,0,1,28147,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181150,2,470,'Dusty Journal',35,4,0,1,0,7309,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181151,3,49,'Glistening Mud',0,4,0,1,43,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181152,10,1787,'Cage',0,2,0,1,920,0,0,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181154,1,6678,'Necropolis',0,0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181167,0,6677,'Grand Widow Faerlina Door',0,0,0,1,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181168,10,6684,'Icebellow Furnace',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,3,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181169,10,6684,'Icebellow Furnace',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,3,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181170,0,6685,'Vaccuum - Combat Gate',114,32,0,1.04838,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181172,5,6678,'Necropolis City',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181173,1,398,'Undead Fire',0,0,0,1,0,0,196608,181174,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181174,6,265,'Undead Fire Aura',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181175,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181176,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181177,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181178,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181179,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181180,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181181,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181182,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181183,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181184,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181185,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181186,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181187,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181188,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181189,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181191,5,6328,'Skullpile 01',0,0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181192,5,6329,'Skullpile 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181193,5,6686,'Skullpile 03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181194,5,4173,'Skullpile 04',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181195,0,2451,'Anub\'Rekhan Gate',1375,34,0,0.538462,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181197,0,6688,'Maexxna - Inner Web Door',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181198,0,6689,'Doodad_Nox_door_slime01',0,0,0,0.79288,1,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181199,0,6689,'Doodad_Nox_door_slime02',0,0,0,1,1,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181200,0,6689,'Noth - Entry Door',0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181201,0,6689,'Noth - Exit Door',0,0,0,1.15186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181202,0,6689,'Heigan the Unclean - Entry Door',0,0,0,0.989168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181203,0,6689,'Heigan the Unclean - Exit Door',0,0,0,1.01788,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181206,8,398,'Consecrated Earth',0,0,0,1,1364,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181209,0,6688,'Maexxna - Outer Web Door',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181210,0,6691,'Deathknight Wing Eye Portal Ramp',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181211,0,6692,'Plague Wing Eye Portal Ramp',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181212,0,6693,'Spider Wing Eye Portal Ramp',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181213,0,6694,'Abom Wing Eye Portal Ramp',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181215,1,6678,'Necropolis (scale 2.5)',0,0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181217,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181218,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181219,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181220,8,348,'Potbelly Stove',0,0,0,1.17,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181223,1,6678,'Necropolis (scale 3.5)',0,0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181225,0,6695,'Frostwyrm Waterfall Door',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181227,5,6679,'Circle',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181228,0,6675,'KelThuzad Door',1375,34,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181229,0,6696,'Portal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181230,0,6697,'Deathknight Wing Eye Portal Boss',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181231,0,6698,'Plague Wing Eye Portal Boss',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181232,0,6699,'Abom Wing Eye Portal Boss',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181233,0,6700,'Spider Wing Eye Portal Boss',1375,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181234,8,6701,'Icebellow Anvil',0,0,0,1,1362,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181235,0,6687,'Grand Widow Faerlina - Web',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181236,19,1907,'Mailbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181238,3,10,'Dented Chest',0,4,0,1,93,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181239,3,10,'Worn Chest',0,4,0,1,93,0,0,0,1,1,0,0,0,0,1,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181240,0,6702,'Loatheb Fight Door 01 (not used)',1375,32,0,1.71353,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181241,0,6675,'Loatheb - Entrance Door',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181242,0,6675,'Loatheb Fight Door 02 (not used)',1375,32,0,0.589414,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181243,0,6675,'Loatheb Fight Door 03 (not used)',1375,32,0,0.589414,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181247,0,6752,'Ice Block',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181248,3,310,'Copper Vein',0,0,0,1,38,18092,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181249,3,315,'Tin Vein',0,0,0,1,39,18093,0,1,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181254,5,4176,'Argent Dawn Buffer Tent',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181255,5,6708,'Argent Dawn Buffer Crate',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181256,5,6709,'Argent Dawn Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181257,5,6709,'Argent Dawn Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181273,5,674,'Summoning Circle',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181287,3,6714,'Frozen Rune',0,0,0,1,1647,18150,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181288,8,0,'Midsummer Bonfire',0,0,0,1,1365,10,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181291,5,224,'Mystery Meat',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181300,5,6737,'Standing, Large - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181301,5,6738,'Camp Pavilion',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181302,5,6737,'Camp Crate',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181305,5,221,'Camp Table',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181306,5,459,'Camp Jug',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181307,5,6371,'Camp Mug',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181311,8,4611,'Bonfire',0,0,0,0.681729,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181312,8,4611,'Bonfire',0,0,0,0.701729,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181313,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181314,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181315,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181316,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181317,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181318,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181320,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181321,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181322,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181323,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181324,8,5611,'Campfire',0,0,0,0.992149,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181325,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181326,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181327,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181328,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181329,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181332,10,6754,'Flame of Stormwind',1735,0,0,1,43,0,0,0,0,0,0,0,0,0,29137,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181333,10,6754,'Flame of Ironforge',1735,0,0,1,43,0,0,0,0,0,0,0,0,0,29135,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181334,10,6754,'Flame of Darnassus',1735,0,0,1,43,0,0,0,0,0,0,0,0,0,29126,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181335,10,6755,'Flame of the Undercity',1732,0,0,1,43,0,0,0,0,0,0,0,0,0,29139,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181336,10,6755,'Flame of Orgrimmar',1732,0,0,1,43,0,0,0,0,0,0,0,0,0,29136,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181337,10,6755,'Flame of Thunder Bluff',1732,0,0,1,43,0,0,0,0,0,0,0,0,0,29138,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181338,10,6756,'Flame of the Plaguelands',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181339,10,6756,'Flame of Silithus',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181340,10,6756,'Flame of Winterspring',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181341,10,6756,'Flame of Searing Gorge',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181342,10,6756,'Flame of Azshara',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181343,10,6756,'Flame of Un\'Goro',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181344,10,6756,'Flame of the Blasted Lands',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181345,10,6756,'Flame of the Hinterlands',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181346,10,6756,'Flame of Dire Maul',0,0,0,1,43,0,0,0,0,0,0,0,0,0,29135,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181347,10,6756,'Flame of Blackrock Spire',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181348,10,6756,'Flame of Stratholme',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181349,10,6756,'Flame of the Scholomance',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181350,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181351,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181352,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181354,5,6745,'Floating, Medium - MFF',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181355,5,6765,'Standing, Exterior, Medium - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181356,6,6747,'Sapphiron Birth',114,32,0,1.3,0,63,80,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'go_sapphiron_birth'), + (181357,5,95,'Smoke',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181358,5,6748,'Hanging, Square, Large - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181362,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181366,3,1387,'Four Horsemen Chest',0,0,0,1,57,181366,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (181367,5,3671,'Lordaeron Armory',0,0,0,0.450001,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181368,5,3673,'Nightwatch Inn',0,0,0,0.33,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181370,10,1787,'Volatile Mutation Cage',114,0,0,1.3,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181373,1,6678,'Necropolis (scale 1.5)',0,0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181374,1,6678,'Necropolis (scale 2.0)',0,0,0,1,0,0,0,181214,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181376,6,1287,'Midsummer Bonfire Campfire Damage Trap',14,0,0,1,0,1,2,29115,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181378,10,1867,'Dragonhawk Egg',114,0,0,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181379,5,1787,'Cage',0,0,0,0.9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181380,19,1907,'Mailbox',12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181381,19,2128,'Mailbox',29,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181385,3,1867,'Ravager Egg',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181387,8,4611,'Ogre Firepit',0,0,0,0.616833,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181388,5,6761,'Standing, Interior, Medium - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181389,5,6762,'Hanging, Tall/Thin, Large - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181390,5,6763,'Hanging, Square, Medium - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181391,5,6764,'Standing, Interior, Small - MFF',114,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181392,5,6766,'Hanging, Streamer - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181393,5,6763,'Hanging, Tall/Thin, Medium - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181396,5,6360,'Rug',0,0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181401,5,6769,'Hanging, Streamer x3 - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181402,0,6770,'Doodad_kelthuzad_window_portal01',1375,34,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181403,0,6770,'Doodad_kelthuzad_window_portal02',1375,34,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181404,0,6770,'Doodad_kelthuzad_window_portal03',1375,34,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181405,0,6770,'Doodad_kelthuzad_window_portal04',1375,34,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181427,8,4611,'Ogre Firepit',0,0,0,0.542149,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181431,6,1287,'Fire Festival Fury Trap',35,0,0,1,0,0,0,29235,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181435,6,4392,'Doodad_OnyziasLairLavaTrap80',0,0,1,1.55148,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181436,6,4392,'Doodad_OnyziasLairLavaTrap79',0,0,1,1.31481,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181437,6,4392,'Doodad_OnyziasLairLavaTrap78',0,0,1,1.55148,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181438,6,4392,'Doodad_OnyziasLairLavaTrap64',0,0,1,1.55148,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181439,6,4392,'Doodad_OnyziasLairLavaTrap72',0,0,1,1.55148,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181440,6,4392,'Doodad_OnyziasLairLavaTrap81',0,0,1,1.31481,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181441,6,4392,'Doodad_OnyziasLairLavaTrap82',0,0,1,1.31481,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181442,6,4392,'Doodad_OnyziasLairLavaTrap83',0,0,1,1.31481,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181444,1,6696,'Kel\'Thuzad Trigger',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181445,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181446,8,4572,'Bonfire',0,0,0,0.904471,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181447,8,5746,'Signaling Gem',0,0,0,1,0,10,181448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181448,6,1311,'Signaling Gem Aura',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181450,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181451,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181452,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181453,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181455,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181456,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181475,9,214,'Monument of Remembrance',0,0,0,0.85,2891,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181476,5,6774,'Nox Portal Plaguewood',114,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181477,1,6775,'Doodad_nox_tesla05',114,32,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181478,1,6775,'Doodad_nox_tesla06',114,32,0,1.78059,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181480,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181481,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181483,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181484,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181485,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181486,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181487,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181488,8,200,'Bonfire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181489,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181490,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181491,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181493,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181494,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181495,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181496,0,6675,'Heigan - Exit Door',114,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181510,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181511,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181512,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181513,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181514,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181515,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181516,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181517,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181518,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181519,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181520,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181521,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181522,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181523,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181524,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181525,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181526,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181527,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181528,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181529,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181530,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181531,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181532,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181533,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181534,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181535,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181536,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181537,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181538,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181539,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181540,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181541,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181542,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181543,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181544,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181545,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181546,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181547,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181548,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181549,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181550,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181551,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181552,6,6785,'Plague Fissure',0,0,1,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181560,10,6786,'Flame of the Barrens',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181561,10,6786,'Flame of Ashenvale',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181562,10,6786,'Flame of Stonetalon',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181563,10,6786,'Flame of Darkshore',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181564,10,6786,'Flame of Silverpine',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181565,10,6786,'Flame of Westfall',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181566,10,6786,'Flame of Hillsbrad',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181567,10,6786,'Flame of the Wetlands',0,0,0,1,43,0,0,0,0,0,0,0,0,0,28859,0,181290,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181573,9,6359,'Jar of ashes',0,0,0,0.7,2905,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181574,3,327,'Glowing Crystal',0,4,0,1,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181575,10,6787,'Naxxramas Portal',0,16,0,1,0,0,0,0,0,0,0,0,0,0,28444,1,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181576,10,6788,'Naxxramas Portal',0,16,0,1,0,0,0,0,0,0,0,0,0,0,28444,1,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181577,10,6789,'Naxxramas Portal',0,16,0,1,0,0,0,0,0,0,0,0,0,0,28444,1,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181578,10,6790,'Naxxramas Portal',0,16,0,1,0,0,0,0,0,0,0,0,0,0,28444,1,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181583,6,3993,'Tainted Soil Trap',0,0,0,0.9,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181595,8,192,'Campfire',0,0,0,0.68,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181596,8,208,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181597,10,6876,'Silithyst Mound',0,0,0,1,1635,0,0,65536,0,1,0,0,0,0,29518,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181598,10,6862,'Silithyst Geyser',1673,0,0,1,1635,0,0,65536,0,1,0,0,0,0,29518,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181599,5,343,'Rune',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181600,5,465,'Rune',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181603,6,6871,'Sillithus Flag Stand, Alliance',1677,0,0,1,0,0,2,29785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181605,10,6771,'Ribbon Pole',0,0,0,1,0,0,0,0,0,0,0,0,0,0,29710,0,181604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181608,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181617,6,6871,'Sillithus Flag Stand, Horde',1676,0,0,1,0,0,2,29785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181618,6,2232,'ToWoW - Flag Cap Counter, Alliance',0,32,0,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181619,6,1311,'ToWoW - Flag Cap Counter, Horde',0,32,0,5,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181620,3,336,'Unopened Crate',0,4,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181624,5,1787,'Tarantula Cage',0,0,0,1.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181625,5,4154,'Jaguar - Crocolisk Cage',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181627,3,130,'Weapon Rack',0,4,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181629,3,1,'Holy Coffer',0,0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181631,5,356,'Robotron Control Panel',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181633,8,200,'Bonfire',0,0,0,0.49,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181634,8,201,'Brazier',0,0,0,0.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181635,8,192,'Campfire',0,0,0,0.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181636,8,227,'Altar of Naias',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181639,19,1948,'Mailbox',80,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181640,7,6690,'Doodad_kelthuzad_throne02',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181643,2,211,'Featherbeard\'s Remains',0,4,0,1,0,7452,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181644,3,3251,'Azure Snapdragon',0,4,0,2,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181645,3,3851,'Gryphon Egg',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181649,2,6488,'Featherbeard\'s Journal',0,4,0,1,0,7451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181650,5,6397,'Water Rift',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181651,5,6332,'Air Rift',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181652,5,6333,'Fire Rift',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181654,5,1248,'Lumber',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181655,8,4611,'Bonfire',0,0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181656,8,4611,'Bonfire',0,0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181657,8,4611,'Bonfire',0,0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181658,8,4611,'Bonfire',0,0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181659,8,4611,'Bonfire',0,0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181660,8,4611,'Bonfire',0,0,0,0.29123,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181663,5,3553,'Cage',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181664,0,1787,'Arakkoa Cage',114,32,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181665,3,2450,'Burial Chest',0,6,0,1.4,5,18432,0,1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181676,6,1287,'Plague Fissure',0,0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181677,6,1287,'Plague Fissure',0,0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181678,6,1287,'Plague Fissure',0,0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181680,3,2090,'Drycap Mushroom',0,4,0,0.75,259,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181681,3,405,'Chalice of Elune',0,4,0,1,57,0,0,1,0,0,0,181913,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181682,10,6873,'Lordaeron Shrine',1315,0,0,1,1635,0,0,500,0,0,0,0,0,0,30238,0,180100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181686,3,1109,'Lumber Pile',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181687,3,1108,'Lumber Pile',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181690,10,4951,'Fertile Dirt Mound',94,4,0,2,0,0,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181695,6,1287,'Plague Fissure',0,0,0,1,0,60,0,29371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181711,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181712,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181715,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181716,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181734,8,192,'Campfire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181735,8,867,'Bonfire',0,0,0,0.965986,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181736,8,192,'Campfire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181737,8,192,'Campfire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181738,8,409,'Meat Rack',0,0,0,1,4,10,181029,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181745,5,5994,'Wildkin Weapon (Spear)',114,0,0,0.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181746,3,336,'Clopper\'s Equipment',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181757,3,6484,'Stillpine Grain',0,4,0,1,93,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181758,2,49,'Mound of Dirt',0,4,0,1,57,7579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181767,8,4572,'Bonfire',0,0,0,0.784471,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181768,3,558,'Sealed Tome',0,0,0,1,43,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181773,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181775,8,200,'Bonfire',0,0,0,1.3,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181782,5,410,'Circle of Prophecy',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181787,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181788,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181789,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181798,3,5744,'Fel Iron Chest',94,0,0,1,57,9933,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (181800,3,5744,'Heavy Fel Iron Chest',94,0,0,1,57,22342,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (181802,3,5744,'Adamantite Bound Chest',94,0,0,1,57,22342,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (181804,3,5744,'Felsteel Chest',0,0,0,1,57,22984,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (181806,5,465,'Summoning Rune',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181810,5,6333,'Summoning Portal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181825,8,356,'Concealed Control Panel',0,0,0,0.6,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181829,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181833,3,4135,'Sealed Tome',0,0,0,1,43,0,0,1,0,0,0,181831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181837,3,417,'Sealed Tome',0,0,0,1,43,0,0,1,0,0,0,181838,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181839,3,338,'Sealed Tome',0,0,0,1,43,0,100,0,0,0,0,181840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181841,3,3731,'Sealed Tome',0,0,0,1,43,0,0,1,0,0,0,181842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181843,3,430,'Sealed Tome',0,0,0,1,43,0,0,1,0,0,0,181844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181851,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181852,10,6859,'Flag Flare, Alliance',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181854,3,473,'Sand Pear',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181863,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181864,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181865,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181866,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181867,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181868,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181869,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181870,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181872,3,6314,'Steam Pump Part',0,4,0,2,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181873,3,449,'Steam Pump Part',0,4,0,2,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181876,3,451,'Steam Pump Part',0,4,0,0.5,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181884,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181885,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181886,10,6872,'Firework Rocket, Promotion',0,0,0,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181887,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181888,8,192,'Campfire',0,0,0,1.24332,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181895,9,4872,'Trans-dimensional Ship Repair for Simpletons',0,0,0,1,2925,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181899,29,6834,'Doodad_BattlefieldBanner_State_Base_Plaguelands01',114,32,0,1,80,11515,2426,2427,10568,10556,10697,10696,10699,10698,11151,11150,20,2428,1,5,480,1200,1,0,0,0,0,0,0,0,0,''), + (181913,6,1309,'Chalice of Elune',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181916,3,1248,'Tainted Wood',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181920,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181954,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181955,10,6873,'Lordaeron Shrine',1314,0,0,1,1635,0,0,500,0,0,0,0,0,0,30238,0,180101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181956,10,3411,'Gilded Brazier',0,4,0,1,57,9678,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181959,5,4094,'Cave Torch',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181962,5,6895,'Dust Bag',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181963,3,758,'Charred Bone Fragment',0,4,0,3,43,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181964,10,4853,'Statue of Queen Azshara',0,4,0,3,99,9683,11027,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181965,5,4251,'Statue Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181985,5,5452,'Boat to Auberdine',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181987,5,6859,'Flare of Justice',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181989,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181990,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182005,5,525,'Scroll',0,0,0,0.3663,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182011,3,31,'Crate of Ingots',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182012,0,676,'Makeshift Prison',0,0,0,2,0,0,1310720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182013,8,475,'Dark Brazier',0,0,0,0.839363,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182014,5,474,'Dark Brazier',0,0,0,1.14573,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182015,8,475,'Dark Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182016,8,475,'Dark Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182017,8,475,'Dark Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182018,5,474,'Dark Brazier',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182019,8,475,'Dark Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182020,5,474,'Dark Brazier',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182021,5,474,'Dark Brazier',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182022,5,474,'Dark Brazier',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182023,5,474,'Dark Brazier',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182027,8,475,'Dark Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182028,5,474,'Dark Brazier',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182029,5,474,'Dark Brazier',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182032,2,4431,'Galaen\'s Journal',0,0,0,1,0,7568,0,7493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182052,10,5811,'Harbinger of the Second Trial',0,4,0,1,57,9686,0,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182054,3,5691,'The Underspore',0,4,0,4,57,0,0,0,0,0,12048,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182056,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182059,5,396,'Campfire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182060,0,6011,'Horde Encampment Portal',0,0,0,1.21468,0,86,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182061,0,411,'Night Elf Village Portal',0,0,0,2.36799,0,86,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182063,3,445,'Basin of Holy Water',0,4,0,2,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182064,5,3972,'Karazhan Bell',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182066,2,560,'Lauranna\'s Guide to Zangarmarsh Plants',35,0,0,1,0,7620,1,7570,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182068,8,6660,'Alonsus Chapel Eternal Flame',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182070,5,327,'Red Crystal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182071,5,4251,'Small Chapel Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182072,5,4452,'Large Chapel Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182073,5,6432,'Grown Mushroom',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182075,5,6608,'ElvenWoodenTable',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182076,5,6035,'Elf Crate',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182077,5,6912,'Night Elf Stool',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182078,5,6913,'Nightelf Glowing Bowl',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182079,5,6914,'Nightelf Stone Rune',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182080,5,247,'Nightelf Stone Rune',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182081,5,236,'Nightelf Stone Rune',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182088,6,472,'Draenei Explosives',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182089,5,4251,'Vector Coil Fire (S)',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182090,5,4452,'Vector Coil Fire (L)',0,0,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182091,6,472,'Draenei Explosives',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182094,10,1787,'Cage',0,0,0,1,920,0,0,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182095,3,6432,'Burstcap Mushroom',0,4,0,1,259,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182096,29,6834,'Doodad_BattlefieldBanner_State_Base_Plaguelands02',114,32,0,1,80,11515,2426,2427,10570,10566,10703,10702,10705,10704,11155,11154,20,2428,1,5,480,1200,1,0,0,0,0,0,0,0,0,''), + (182097,29,6834,'Doodad_BattlefieldBanner_State_Base_Plaguelands03',114,32,0,1,80,11515,2426,2427,10569,10565,10689,10690,10691,10692,11149,11148,20,2428,1,5,480,1200,1,0,0,0,0,0,0,0,0,''), + (182098,29,6834,'Doodad_BattlefieldBanner_State_Base_Plaguelands04',114,32,0,1,80,11515,2426,2427,10567,10564,10687,10688,10701,10700,11153,11152,20,2428,1,5,480,1200,1,0,0,0,0,0,0,0,0,''), + (182106,10,6834,'Tower Banner',1375,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182114,6,1308,'Corrupted Crystal Aura',114,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182115,2,202,'Wanted Poster',35,0,0,1.5,0,7609,1,7620,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182117,8,209,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182118,8,208,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182119,3,20,'Dead Mire Soil',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182146,5,4452,'Hut Fire (Large)',114,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182147,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182148,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182149,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182150,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182151,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182152,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182153,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182154,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182155,8,201,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182156,8,654,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182157,8,201,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182158,8,201,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182159,8,201,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182160,8,201,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182161,8,201,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182162,8,654,'Blazing Fire',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182164,5,676,'Murloc Cage',0,0,0,0.5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182165,2,17,'Wanted Poster',0,0,0,1,0,7625,0,7946,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182203,9,559,'The Green Hills of Stranglethorn',35,0,0,1,2945,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182205,8,192,'Campfire',0,0,0,1.01664,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182206,8,192,'Campfire',0,0,0,0.976482,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182209,8,192,'Campfire',0,0,0,0.356482,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182211,5,4251,'Fire (Small)',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182215,8,4611,'0',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182216,8,4611,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182217,8,4611,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182218,8,4611,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182219,8,4611,'Bonfire',0,0,0,0.446579,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182220,8,4611,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182221,8,4611,'Bonfire',0,0,0,0.446579,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182222,10,243,'Bomb Wagon',83,0,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182261,8,4611,'First Burning Blade Pyre',0,0,0,0.32,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182262,8,4611,'Third Burning Blade Pyre',0,0,0,0.47,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182264,8,4611,'Second Burning Blade Pyre',0,0,0,0.45,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182269,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182270,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182271,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182272,10,243,'Bomb Wagon',83,0,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182273,10,243,'Bomb Wagon',83,0,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182274,10,243,'Bomb Wagon',83,0,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182278,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182305,10,243,'Bomb Wagon',84,0,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182306,10,243,'Bomb Wagon',84,0,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182307,10,243,'Bomb Wagon',84,0,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182308,10,243,'Bomb Wagon',84,0,0,1,1479,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182315,8,166,'Anvil',0,0,0,1.25992,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182316,8,166,'Anvil',0,0,0,1.25992,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182317,8,166,'Anvil',0,0,0,1.25992,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182343,8,5611,'Campfire',0,0,0,0.976482,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182344,8,5611,'Campfire',0,0,0,0.810839,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182345,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182346,8,5611,'Campfire',0,0,0,1.01664,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182376,8,5611,'Campfire',0,0,0,1.01664,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182377,8,5611,'Campfire',0,0,0,0.976482,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182378,8,5611,'Campfire',0,0,0,1.12,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182400,8,5611,'Campfire',0,0,0,0.774384,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182401,8,5611,'Campfire',0,0,0,0.764318,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182402,8,5611,'Campfire',0,0,0,1.01664,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182413,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182414,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182415,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182416,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182417,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182418,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182419,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182420,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182421,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182422,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182423,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182424,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182425,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182426,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182427,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182428,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182429,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182430,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182431,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182432,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182433,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182434,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182435,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182436,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182437,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182438,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182439,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182440,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182441,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182442,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182443,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182444,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182445,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182446,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182447,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182448,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182449,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182450,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182451,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182452,7,91,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182483,1,3272,'Uther Shrine Lightbeam',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182485,2,0,'Stolen Cargo',0,0,0,1,0,9947,0,9942,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182506,3,621,'Eye of Veil Skith',0,0,0,0.6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182507,3,621,'Eye of Veil Reskk',0,0,0,0.6,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182509,6,1309,'0',0,0,0,1,57,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182519,5,216,'Bufferlo\'s Crock Pot',0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182524,30,3972,'Arcane Aura',1375,0,0,1,1,100,32407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182526,3,336,'Terokkar Chokeberry Bush',0,0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182532,3,5992,'Nazzivus Monument Glyphs',0,4,0,1.3,57,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182534,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182535,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182536,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182537,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182538,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182549,2,222,'Fel Orc Plans',0,4,0,1,57,7715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182561,8,4572,'Bonfire',0,0,0,1.51,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182564,6,4831,'Piege autel de l\'Aldor',0,0,0,1,0,0,0,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182567,19,5971,'Mailbox',1735,0,0,0.842228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182568,8,201,'Burning Brazier',0,0,0,1.17147,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182569,8,201,'Burning Brazier',0,0,0,0.87115,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182570,8,201,'Burning Brazier',0,0,0,0.880972,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182575,8,216,'Cauldron',0,0,0,1.36,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182577,8,5611,'Campfire',0,0,0,0.774384,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182578,8,5611,'Campfire',0,0,0,0.764318,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182579,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182585,6,1268,'Restless Bones',114,0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182587,2,2491,'Wanted Poster',101,0,0,1,0,7706,1,7744,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182588,2,3053,'Wanted Poster',102,0,0,1,0,7707,1,7744,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182591,5,342,'G_RuneBlue01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182592,6,5752,'Roaring Flame',0,0,0,1.5,95,70,10,21650,0,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182601,3,414,'Olemba Root',0,4,0,1,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182605,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182606,3,2313,'Dragonspine',0,4,0,1,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182788,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182794,10,1787,'Cage',114,2,0,1,920,0,0,5898240,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182807,5,228,'Bottle',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182808,5,238,'Broken Bottle',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182809,8,5611,'Campfire',0,0,0,1,0,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182811,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182817,5,4452,'Burning Horde Siege Engine',0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182828,8,679,'Cooking Stove',0,0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182829,8,679,'Cooking Stove',0,0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182830,8,679,'Cooking Stove',0,0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182834,8,679,'Cooking Stove',0,0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182835,8,679,'Cooking Stove',0,0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182836,8,679,'Cooking Stove',0,0,0,1.48375,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182860,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182862,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182863,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182864,8,199,'Fire',0,0,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182865,8,199,'Fire',0,0,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182866,8,199,'Fire',0,0,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182867,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182868,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182869,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182870,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182871,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182872,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182873,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182874,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182875,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182876,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182877,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182878,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182879,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182880,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182881,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182882,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182883,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182884,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182885,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182886,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182887,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182888,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182889,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182890,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182891,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182892,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182893,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182894,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182895,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182896,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182897,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182898,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182899,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182900,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182901,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182902,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182903,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182904,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182905,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182906,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182907,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182908,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182909,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182910,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182911,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182912,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182913,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182914,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182915,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182916,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182917,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182918,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182919,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182920,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182921,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182922,7,138,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182923,7,138,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182924,7,138,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182925,7,138,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182926,7,138,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182927,7,138,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182928,7,138,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182929,7,138,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182939,19,1907,'Mailbox',1733,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182942,10,676,'Cage',114,2,0,1,920,0,0,235929600,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182943,5,6651,'Cage Base',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182944,8,6411,'Bonfire',0,0,0,1.80868,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182945,5,3013,'Legion Stone Aura',0,0,0,2.8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182946,19,2128,'Mailbox',1735,0,0,1.44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182951,25,6527,'Pure Water',0,0,0,1,4,0,2,4,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182952,25,6434,'Steam Pump Flotsam',0,0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182953,25,6435,'Sporefish School',0,0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182954,25,6291,'Brackish Mixed School',0,0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182956,25,6742,'School of Darter',0,0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182957,25,6742,'Highland Mixed School',0,0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182958,25,6482,'Mudfish School',0,0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182959,25,6435,'Bluefish School',0,0,0,1,4,0,3,5,1628,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182960,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182961,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182962,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182963,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182964,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182965,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182966,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182967,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182968,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182969,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182970,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182971,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182972,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182973,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (182994,8,199,'Fire',0,0,0,1,4,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183005,8,199,'Fire',0,0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183006,8,199,'Fire',0,0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183007,8,199,'Fire',0,0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183008,8,199,'Fire',0,0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183009,8,199,'Fire',0,0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183010,8,199,'Fire',0,0,0,1,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183022,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183023,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183024,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183025,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183026,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183027,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183028,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183029,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183030,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183031,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183032,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183033,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183034,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183035,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183039,19,1948,'Mailbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183046,3,2311,'Blindweed',0,0,0,1.5,442,19630,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183050,3,4431,'The Saga of Terokk',0,4,0,1,57,0,0,0,0,0,0,183997,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183051,0,1787,'Sethekk Cage',114,32,0,1.65,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183099,8,192,'Campfire',0,0,0,0.869148,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183104,29,6834,'Terokkar Banner',0,32,0,1,75,0,2623,2625,0,0,0,0,12226,12225,12228,12227,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,0,''), + (183105,5,6613,'Orc Table',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183111,8,201,'Burning Brazier',0,0,0,1.14619,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183112,8,201,'Burning Brazier',0,0,0,1.17632,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183113,8,201,'Burning Brazier',0,0,0,1.11516,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183114,8,201,'Burning Brazier',0,0,0,1.17632,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183116,8,201,'Burning Brazier',0,0,0,1.04548,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183117,8,201,'Burning Brazier',0,0,0,1.02358,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183118,8,201,'Burning Brazier',0,0,0,1.07632,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183119,8,201,'Burning Brazier',0,0,0,1.06018,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183120,8,208,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183121,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183124,8,867,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183125,8,867,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183126,8,867,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183127,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183129,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183132,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183134,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183136,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183137,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183139,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183141,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183143,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183147,10,3851,'Mysterious Egg',0,4,0,2,57,10111,12307,196608,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183148,8,667,'Forge',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183149,8,208,'Anvil',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183151,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183152,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183153,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183154,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183155,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183159,8,4572,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183160,8,4572,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183161,8,4572,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183162,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183166,8,409,'Smoker',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183167,19,2128,'Mailbox',1735,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183168,8,409,'Smoker',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183170,0,411,'Prison Portcullis',0,32,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183189,8,366,'Burning Brazier',0,0,0,1.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183190,8,366,'Burning Brazier',0,0,0,1.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183191,8,366,'Burning Brazier',0,0,0,1.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183192,8,366,'Burning Brazier',0,0,0,1.54,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183193,8,366,'Burning Brazier',0,0,0,1.07,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183194,8,366,'Burning Brazier',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183195,8,366,'Burning Brazier',0,0,0,1.33,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183196,8,366,'Burning Brazier',0,0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183197,8,4611,'Bonfire',0,0,0,0.7,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183198,8,199,'Cooking Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183204,8,4572,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183265,8,4572,'Bonfire',0,0,0,2.03,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183266,5,8,'Footlocker',0,0,0,1,0,1,0,0,0,10307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183267,5,4,'Dresser',0,0,0,1,0,1,0,0,0,10306,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183268,5,187,'Bookshelf',0,0,0,1,0,1,0,0,0,10305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183269,5,130,'Weapon Rack',0,0,0,1,0,1,0,0,0,10182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183270,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183274,8,5611,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183275,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183276,8,200,'0',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183277,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183297,7,603,'Doodad_InnBench02',114,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183298,7,603,'Doodad_InnBench01',114,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183299,7,603,'Doodad_InnBench04',114,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183300,7,603,'Doodad_InnBench03',114,0,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183305,8,348,'Stove',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183313,8,4572,'Bonfire',0,0,0,1.96,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183314,8,408,'Burning Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183315,8,408,'Burning Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183317,22,4393,'Shattrath Portal to Darnassus',1732,0,0,1,17608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183322,22,4394,'Shattrath Portal to Ironforge',1732,0,0,1,17607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183323,22,4395,'Shattrath Portal to Orgrimmar',1735,0,0,1,17609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183325,22,4396,'Shattrath Portal to Stormwind',1732,0,0,1,17334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183326,22,4397,'Shattrath Portal to Thunder Bluff',1735,0,0,1,17610,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183327,22,4398,'Shattrath Portal to Undercity',1735,0,0,1,17611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183333,30,5651,'Vanguard of the Alliance',0,0,1,2,1,100,33639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183338,5,4175,'Imarion\'s Sword',1732,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183339,5,4175,'Makha\'s Sword',1735,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183344,5,398,'Fel Fire',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183345,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183346,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183347,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183348,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183349,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183356,10,6352,'Theatric Lightning',0,0,0,0.5,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183368,8,331,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183369,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183370,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183371,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183372,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183373,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183374,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183375,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183376,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183377,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183378,8,201,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183379,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183380,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183381,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183382,8,366,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183383,8,307,'Fire Pit',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183385,3,5031,'Sanguine Hibiscus',0,0,0,1.5,259,0,0,1,0,0,0,183386,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183386,6,1308,'Sanguine Hibiscus',0,0,0,1.5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183393,8,200,'Bonfire',0,0,0,1.21357,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183397,3,451,'Zeppelin Debris',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183401,0,411,'Portcullis',0,32,0,1.596,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183402,0,411,'Portcullis',114,32,0,1.596,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183411,29,6834,'Terokkar Banner',0,48,0,1,75,0,2623,2625,0,0,0,0,12497,12496,12490,12491,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,0,''), + (183412,29,6834,'Terokkar Banner',0,48,0,1,75,0,2623,2625,0,0,0,0,12486,12487,12488,12489,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,0,''), + (183413,29,6834,'Terokkar Banner',0,48,0,1,75,0,2623,2625,0,0,0,0,12499,12498,12492,12493,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,0,''), + (183414,29,6834,'Terokkar Banner',0,48,0,1,75,0,2623,2625,0,0,0,0,12501,12500,12494,12495,80,2624,1,10,60,120,1,0,0,0,0,0,0,0,0,''), + (183418,8,200,'Bonfire',0,0,0,2.26,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183419,8,4572,'Bonfire',0,0,0,2.2,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183420,8,4572,'Bonfire',0,0,0,3.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183421,8,4572,'Bonfire',0,0,0,0.98,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183422,8,4572,'Bonfire',0,0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183423,8,4572,'Bonfire',0,0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183424,8,4572,'Bonfire',0,0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183425,8,4572,'Bonfire',0,0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183427,8,4572,'Bonfire',0,0,0,3.59,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183428,8,4611,'Bonfire',0,0,0,1.47,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183429,8,4572,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183430,8,4572,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183432,8,6411,'Bonfire',0,0,0,0.551473,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183433,8,6411,'Bonfire',0,0,0,0.706202,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183450,0,413,'Gatehouse Door',0,0,0,1.95217,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183465,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183467,8,4572,'Bonfire',0,0,0,1.76,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183483,8,208,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183484,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183497,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183498,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183499,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183500,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183501,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183502,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183516,5,2232,'Aura',0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183517,1,295,'Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183518,1,295,'Lever',0,0,0,1,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183519,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183520,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183521,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183522,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183523,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183524,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183525,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183526,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183527,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183528,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183529,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183530,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183531,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183532,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183533,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183534,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183535,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183536,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183537,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183538,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183539,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183540,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183541,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183542,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183543,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183544,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183545,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183546,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183547,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183548,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183549,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183550,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183551,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183552,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183553,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183554,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183555,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183556,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183557,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183558,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183559,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183560,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183561,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183562,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183563,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183564,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183565,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183566,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183567,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183568,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183569,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183570,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183571,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183572,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183573,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183574,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183575,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183576,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183577,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183578,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183579,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183580,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183581,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183582,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183583,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183584,7,648,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183585,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183586,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183587,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183588,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183589,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183590,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183591,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183592,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183593,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183594,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183595,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183596,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183597,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183598,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183599,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183600,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183601,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183602,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183603,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183604,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183605,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183606,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183607,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183608,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183609,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183610,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183611,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183612,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183613,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183614,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183615,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183616,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183617,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183618,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183619,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183620,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183621,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183622,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183623,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183624,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183625,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183626,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183627,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183628,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183629,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183630,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183631,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183632,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183633,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183634,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183635,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183636,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183637,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183638,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183639,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183640,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183641,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183642,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183643,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183644,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183645,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183646,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183647,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183648,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183649,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183650,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183651,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183652,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183653,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183654,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183655,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183656,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183657,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183658,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183659,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183660,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183661,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183662,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183663,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183664,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183665,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183666,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183667,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183668,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183669,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183670,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183671,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183672,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183673,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183674,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183675,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183676,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183677,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183678,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183679,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183680,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183681,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183682,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183683,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183684,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183685,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183686,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183687,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183688,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183689,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183690,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183691,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183692,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183693,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183694,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183703,7,648,'Chair',0,0,0,1.27152,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183712,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183713,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183714,7,648,'Chair',0,0,0,1.21285,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183740,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183741,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183742,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183743,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183744,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183745,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183746,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183747,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183748,7,92,'Chair',0,0,0,1.36836,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183749,7,92,'Chair',0,0,0,1.36836,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183750,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183751,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183752,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183754,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183755,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183761,8,166,'Anvil',0,0,0,1.25992,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183768,6,1308,'Etherlithium Matrix Crystal',114,0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183773,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183774,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183775,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183776,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183777,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183778,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183779,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183780,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183781,7,92,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183791,30,5652,'Might of the Horde',0,0,0,2,1,100,33639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183796,5,4251,'Fire',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183797,5,45,'Smoke',0,0,0,0.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183811,2,2491,'Wanted Poster',35,0,0,1,0,7783,1,8007,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183812,5,3993,'Green aura, short column',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183816,10,5752,'Hellfire Fire',0,0,0,1.5,0,0,0,196608,0,0,0,0,0,0,0,0,183929,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183818,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183821,8,216,'Stewpot',0,0,0,1.13835,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183824,8,192,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183827,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183828,8,192,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183853,5,214,'Arcanist Maisie the Storm-Summoner',35,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183854,5,214,'Magistrix Monica the Sun-Gazer',1751,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183882,8,4572,'Bonfire',0,0,0,1.1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183883,8,4572,'Bonfire',0,0,0,1.18,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183894,8,200,'Bonfire',0,0,0,2.28883,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183895,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183896,8,655,'Fierce Blaze',0,0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183897,8,655,'Fierce Blaze',0,0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183898,8,655,'Fierce Blaze',0,0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183899,8,655,'Fierce Blaze',0,0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183900,8,655,'Fierce Blaze',0,0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183901,8,374,'Fierce Blaze',0,0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183902,8,655,'Fierce Blaze',0,0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183903,8,655,'Fierce Blaze',0,0,0,1.72,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183904,8,374,'Fierce Blaze',0,0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183905,8,374,'Fierce Blaze',0,0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183906,8,374,'Fierce Blaze',0,0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183907,8,374,'Fierce Blaze',0,0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183908,8,374,'Fierce Blaze',0,0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183909,8,5974,'Bonfire',0,0,0,0.56,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183910,8,374,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183911,8,374,'Fierce Blaze',0,0,0,1.53,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183912,8,374,'Fierce Blaze',0,0,0,1.04,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183913,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183914,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183915,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183916,8,374,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183917,8,374,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183918,8,374,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183919,8,374,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183920,8,374,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183922,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183923,8,216,'Cauldron',0,0,0,1.44,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183924,8,216,'Cauldron',0,0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183925,8,216,'Cauldron',0,0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183926,8,216,'Cauldron',0,0,0,1.46391,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183927,8,216,'Cauldron',0,0,0,1.78,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183930,8,216,'Cauldron',0,0,0,1.41,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183931,8,216,'Cauldron',0,0,0,1.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183934,3,335,'Shredder Parts',0,4,0,1,57,0,0,1,0,0,0,0,0,0,0,0,0,0,19680,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183936,10,1787,'Manni\'s Cage',0,0,0,1,57,0,12785,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183940,10,1787,'Moh\'s Cage',0,4,0,1,57,0,12786,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183941,10,1787,'Jakk\'s Cage',0,0,0,1,57,0,12787,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183946,8,6411,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183984,8,5974,'Bonfire',0,0,0,0.9,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183985,8,192,'Campfire',0,0,0,0.774384,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183986,8,192,'Campfire',0,0,0,0.764318,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183987,5,4251,'Rocket Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183988,5,45,'Rocket Smoke',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183991,5,130,'Weapon Rack',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183992,5,31,'Amadi Crate',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183993,5,5511,'Amadi Sack',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183994,5,234,'Amadi Table',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183995,5,1928,'Amadi Apples',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183996,5,163,'Amadi Scroll',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (183997,6,1310,'The Saga of Terokk',0,0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184003,8,216,'Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184004,8,208,'Anvil',0,0,0,1.47,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184006,5,6679,'Temporal Prison',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184009,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184010,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184011,8,5974,'Bonfire',0,0,0,0.46,4,10,31442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184012,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184015,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184016,8,5974,'Bonfire',0,0,0,1,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184017,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184018,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184021,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184022,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184023,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184024,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184025,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184026,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184027,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184028,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184029,8,655,'Fierce Blaze',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184030,8,5974,'Bonfire',0,0,0,0.53,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184032,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184033,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184034,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184057,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184058,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184059,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184060,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184061,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184062,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184063,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184064,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184065,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184066,5,195,'Southshore',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184067,5,195,'Durnholde Keep',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184068,5,195,'Tarren Mill',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184078,6,263,'Nether Dragonkin Egg',0,0,0,1.25,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184080,29,1287,'BE Tower Cap Pt',1375,0,0,1,80,0,2718,2719,12965,12964,0,0,12905,12904,12957,12956,40,2720,1,5,90,180,0,0,0,0,0,0,0,0,0,''), + (184081,29,1287,'Fel Reaver Cap Pt',0,0,0,1,80,0,2718,2719,12969,12968,0,0,12911,12910,12960,12961,40,2720,1,5,90,180,0,0,0,0,0,0,0,0,0,''), + (184082,29,1287,'Human Tower Cap Pt',1375,0,0,1,80,0,2718,2719,12971,12970,0,0,12909,12908,12962,12963,40,2720,1,5,90,180,0,0,0,0,0,0,0,0,0,''), + (184083,29,1287,'Draenei Tower Cap Pt',1375,0,0,1,80,0,2718,2719,12967,12966,0,0,12907,12906,12958,12959,40,2720,1,5,90,180,0,0,0,0,0,0,0,0,0,''), + (184085,19,2190,'Mailbox',474,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184092,5,3612,'Legion Communicator Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184093,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184094,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184095,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184096,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184097,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184098,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184099,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184100,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184101,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184102,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184103,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184104,8,4452,'',0,0,0,0.624512,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184105,8,4452,'',0,0,0,0.454513,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184114,8,4452,'',0,0,0,1.05,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184119,5,264,'Scrying Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184121,3,440,'Krasus\'s Compendium - Chapter 1',0,4,0,0.33,57,0,0,1,0,0,0,184124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184123,3,525,'Krasus\'s Compendium - Chapter 3',0,4,0,0.33,57,0,0,1,0,0,0,184124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184124,6,1268,'Krasus\'s Compendium Aura',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184144,5,1308,'Arelion\'s Knapsack Aura',114,0,0,0.6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184145,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184147,19,1948,'Mailbox',1732,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184148,19,2128,'Mailbox',1735,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184161,8,1967,'Bonfire',0,0,0,1,0,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184164,0,6702,'Karazhan Gatehouse Portcullis',0,34,0,1.18,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184247,0,2753,'Doodad_BlackRockCellDoor01',0,32,0,1.3464,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184265,6,3013,'Spare Teleporter Parts',0,0,0,1.75,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184285,8,166,'Anvil',0,0,0,1.65,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184286,8,305,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184287,8,192,'Campfire',0,0,0,1.69475,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184300,2,4972,'Necromantic Focus',0,4,0,1,0,7852,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184303,8,4452,'Blazing Fire',0,0,0,0.931156,3,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184304,3,1,'Locked Chest',0,0,0,1,1620,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184305,7,39,'Mograine\'s Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184306,5,5811,'Dark Crystal',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184308,0,10,'Mograine\'s Stronbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184310,3,3332,'Suspicious Outhouse',0,4,0,1,57,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184313,8,208,'Anvil',0,0,0,1.43,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184314,8,4611,'Bonfire',0,0,0,0.53,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184315,6,3091,'Bloodmaul Brew',0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184316,8,216,'Stewpot',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184317,8,200,'Bonfire',0,0,0,0.74,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184332,10,430,'Tome of Scrying',0,0,0,1,0,0,0,5898240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184339,8,5974,'Bonfire',0,0,0,0.64,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184340,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184341,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184342,8,5974,'Bonfire',0,0,0,1.97,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184346,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184347,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184355,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184357,8,5974,'Bonfire',0,0,0,0.47,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184360,8,5974,'Bonfire',0,0,0,0.47,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184364,8,4611,'Campfire',0,0,0,0.935587,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184368,8,5974,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184369,8,5974,'Campfire',0,0,0,0.5,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184370,8,216,'Cauldron',0,0,0,1.5,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184373,8,216,'Cauldron',0,0,0,1.48,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184376,8,5974,'Campfire',0,0,0,0.47,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184377,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184380,29,5773,'Visual Banner (Horde)',1375,32,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,''), + (184381,29,5771,'Visual Banner (Alliance)',1375,32,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,''), + (184382,29,6211,'Visual Banner (Neutral)',1375,32,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,0,0,''), + (184384,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184385,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184386,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184387,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184388,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184389,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184390,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184391,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184392,8,654,'Brazier',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184395,8,200,'Bonfire',0,0,0,2.54236,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184396,8,5974,'Bonfire',0,0,0,0.57008,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184398,8,366,'Brazier',0,0,0,1.36727,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184399,8,366,'Brazier',0,0,0,1.50858,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184400,8,5974,'Bonfire',0,0,0,1.0387,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184401,8,408,'Fire Pit',0,0,0,1.35566,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184416,8,4452,'',0,0,0,1.29,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184442,8,216,'Cauldron',0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184448,8,5974,'Bonfire',0,0,0,0.46,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184450,5,5746,'Crimson Crystal Shard',0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184454,5,674,'Earthbinder\'s Rune',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184461,0,163,'',0,32,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184467,8,4572,'Bonfire',0,0,0,1.44,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184470,8,5974,'Bonfire',0,0,0,0.95,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184471,8,5974,'Bonfire',0,0,0,0.95,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184472,8,216,'Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184474,8,200,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184475,8,216,'Cauldron',0,0,0,1.3,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184478,3,323,'Torn Pilgrim\'s Pack',0,4,0,0.75,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184494,8,4572,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184495,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184504,3,334,'Bloodmaul Brew Keg',94,0,0,3,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184507,8,199,'',0,0,0,0.895387,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184508,8,199,'',0,0,0,1.11,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184509,8,199,'',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184511,8,199,'',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184512,8,199,'',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184513,8,199,'',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184514,8,199,'',0,0,0,1.11,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184515,8,6481,'',0,0,0,0.81,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184530,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184531,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184532,7,39,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184554,8,4452,'Molten metal',0,0,0,0.931156,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184558,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184559,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184560,3,1247,'Ethereum Data Cell',0,4,0,1,57,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184561,10,4732,'Protectorate Disruptor',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184563,8,4452,'',0,0,0,1.06,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184564,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184565,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184578,6,3993,'Discarded Nutriment',114,0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184579,8,4452,'',0,0,0,0.14,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184580,8,4452,'',0,0,0,0.14,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184581,8,4452,'',0,0,0,0.14,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184582,8,4452,'',0,0,0,0.14,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184583,8,4452,'',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184584,8,4452,'',0,0,0,0.1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184585,8,4452,'',0,0,0,0.11,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184612,5,363,'Surveying Marker Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184616,8,273,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184617,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184618,8,192,'Cooking Fire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184644,8,5974,'Bonfire',0,0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184645,8,5974,'Bonfire',0,0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184646,8,5974,'Bonfire',0,0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184647,8,5974,'Bonfire',0,0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184648,8,5974,'Bonfire',0,0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184649,8,5974,'Bonfire',0,0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184650,8,5974,'Bonfire',0,0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184651,8,5974,'Bonfire',0,0,0,1.43,4,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184652,19,1947,'Mailbox',1732,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184655,5,2233,'Sedai\'s Aura',0,0,0,1.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184656,10,3013,'Hellfire Quest - Rune of Spite Closed - 3.0',0,0,0,5,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184658,5,3993,'Eye of the Citadel Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184659,6,1310,'Mysteris of the Light Aura',0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184660,2,4371,'Wanted Poster',102,0,0,1,0,7917,1,8242,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184661,10,6544,'Smoke Beacon',0,0,1,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184683,8,867,'Bonfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184684,10,477,'Ravenous Flayer Egg',0,4,0,1,99,10515,0,0,0,1,0,0,0,0,0,0,184747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184686,8,273,'Anvil',0,0,0,1.23116,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184687,8,233,'Forge',0,0,0,1.43979,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184688,8,192,'Campfire',0,0,0,1.47316,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184691,3,414,'Shadowmoon Tuber',0,4,0,1.5,259,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184694,10,345,'Zelana\'s Alchemy Set',114,0,1,1,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184702,10,1787,'Cage',1732,0,0,1,81,0,13659,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184714,5,181,'Ball and Chain',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184717,5,5071,'Cauldron Smoke',0,0,0,0.27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184724,8,408,'Campfire',0,0,0,1.35566,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184732,7,4091,'Chair',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184733,7,4678,'Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184734,7,4091,'Chair',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184735,7,4091,'Chair',0,0,0,1,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184736,6,1268,'Thunderlord Clan Tablet',114,0,0,3,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184737,6,2233,'The Thunderspike',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184742,5,49,'T\'chali\'s Grave',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184743,8,5752,'Consuming Flames',35,0,0,1.2,0,20,178673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184752,5,5752,'Vision Guide Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184794,6,1268,'Sealed Box',114,0,0,1.5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184800,5,352,'Casket Lid',0,0,0,1.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184804,5,343,'Mana Loom Circle',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184810,3,352,'Sealed Coffin',0,4,0,1.75,57,0,30,1,0,0,13766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184811,3,352,'Sealed Coffin',0,4,0,1.75,57,0,30,1,0,0,13767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184812,3,352,'Sealed Coffin',0,4,0,1.75,57,0,30,1,0,0,13768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184813,3,352,'Sealed Coffin',0,4,0,1.75,57,0,30,1,0,0,13769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184814,3,352,'Sealed Coffin',0,4,0,1.75,57,0,30,1,0,0,13770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184815,3,352,'Sealed Coffin',0,4,0,1.75,57,0,30,1,0,0,13771,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184816,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184818,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184836,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184837,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184838,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184843,6,298,'Torgos\'s Bane',114,0,0,3,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184844,5,14,'Trachela\'s Carcass',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184846,2,0,'Legion Hold Forge',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184847,3,0,'Sealed Tome',0,0,0,1,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184852,8,5974,'Bonfire',0,0,0,0.26,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184853,8,216,'Cookpot',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184858,5,323,'Bag A',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184862,3,0,'Fel Reaver Energy Matrix',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184863,5,288,'Barrel A',94,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184868,6,3993,'Baa\'ri Tablet Aura',1375,0,0,1,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184869,3,6419,'Baa\'ri Tablet Fragment',35,4,0,0.25,93,0,0,1,0,0,0,184868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184870,3,6420,'Baa\'ri Tablet Fragment',35,4,0,0.25,93,0,0,1,0,0,0,184868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184871,6,3612,'Fel Reaver Parts Aura',0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184872,6,3612,'Fel Reaver Parts Aura',0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184873,7,91,'Doodad_GeneralMedChair01',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184874,7,91,'Doodad_GeneralMedChair02',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184875,7,91,'Doodad_GeneralMedChair03',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184876,7,91,'Doodad_GeneralMedChair04',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184877,7,91,'Doodad_GeneralMedChair05',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184878,7,91,'Doodad_GeneralMedChair06',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184879,7,91,'Doodad_GeneralMedChair07',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184880,7,91,'Doodad_GeneralMedChair08',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184881,7,91,'Doodad_GeneralMedChair09',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184882,7,91,'Doodad_GeneralMedChair10',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184883,7,91,'Doodad_GeneralMedChair11',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184884,7,91,'Doodad_GeneralMedChair12',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184885,7,91,'Doodad_GeneralMedChair13',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184886,7,91,'Doodad_GeneralMedChair14',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184887,7,91,'Doodad_GeneralMedChair15',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184888,7,91,'Doodad_GeneralMedChair16',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184889,7,91,'Doodad_GeneralMedChair17',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184890,7,91,'Doodad_GeneralMedChair18',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184891,7,91,'Doodad_GeneralMedChair19',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184892,7,91,'Doodad_GeneralMedChair20',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184893,7,91,'Doodad_GeneralMedChair21',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184894,7,91,'Doodad_GeneralMedChair22',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184895,7,91,'Doodad_GeneralMedChair23',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184896,7,91,'Doodad_GeneralMedChair24',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184897,7,91,'Doodad_GeneralMedChair27',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184898,7,91,'Doodad_GeneralMedChair28',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184899,7,91,'Doodad_GeneralMedChair29',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184900,7,91,'Doodad_GeneralMedChair30',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184901,7,91,'Doodad_GeneralMedChair31',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184902,7,91,'Doodad_GeneralMedChair32',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184903,7,91,'Doodad_GeneralMedChair33',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184904,7,91,'Doodad_GeneralMedChair34',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184908,5,343,'Dave\'s Circle',0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184909,5,5811,'Dave\'s Glowy Gem Thing',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184930,3,259,'Solid Fel Iron Chest',94,0,0,1,57,21260,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (184933,3,259,'Solid Fel Iron Chest',0,0,0,1,57,21278,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (184935,3,259,'Solid Fel Iron Chest',0,0,0,1,57,21279,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (184937,3,259,'Solid Adamantite Chest',94,0,0,1,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (184939,3,259,'Solid Adamantite Chest',0,0,0,1,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (184941,3,259,'Solid Adamantite Chest',0,0,0,1,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (184944,19,2190,'Mailbox',84,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184945,2,3053,'Wanted Poster',1735,0,0,1,0,7972,0,8373,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184946,2,6412,'Wanted Poster',1732,0,0,1,0,7971,0,8374,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184949,5,4391,'Doctor\'s Alchemy Table',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184954,5,45,'Manaforge Smoke',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184956,25,6527,'Strange Pool',0,0,0,3,20,17519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184961,2,0,'Felcannon Ammunition',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184962,2,0,'Felcannon Ammunition',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184963,2,0,'Felcannon Ammunition',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184964,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184965,6,5991,'Restoration Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184966,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184970,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184971,6,5991,'Restoration Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184972,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184973,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184974,6,5991,'Restoration Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184975,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184976,6,5931,'Speed Buff',0,0,0,1,0,0,0,23978,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184977,6,5991,'Restoration Buff',0,0,0,1,0,0,0,24379,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184978,6,5995,'Berserk Buff',0,0,0,1,0,0,0,24378,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184980,3,3675,'Felhound Poo',0,4,0,1,43,21311,0,1,0,0,0,184981,10629,0,0,0,0,0,19680,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184982,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184985,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184988,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184989,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184991,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184993,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184994,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (184995,8,192,'Campfire',0,0,0,1.18,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185005,5,6038,'Jhang\'s Lantern',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185006,5,318,'Jhang\'s Lunchbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185007,5,2890,'Jhang\'s Sack',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185011,1,1247,'Multi-Spectrum Light Trap',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185023,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185024,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185025,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185026,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185027,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185028,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185029,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185030,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185031,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185035,2,2491,'Wanted Poster',101,0,0,1,0,7994,1,8407,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185059,2,356,'Fel Reaver Control Console',0,4,0,1,0,10613,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185060,2,356,'Fel Reaver Control Console',0,4,0,1,0,10613,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185061,2,356,'Fel Reaver Control Console',0,4,0,1,0,10613,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185104,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185105,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185111,8,200,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185112,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185113,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185119,3,51,'Dust Covered Chest',0,0,0,1,57,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (185120,5,2911,'O\'Mally\'s Instrument',114,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185121,2,0,'Eclipsion Communication Device',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185123,0,295,'Lever',0,32,0,2,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185125,5,3511,'Heart of Fury',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185127,5,465,'Summoning Circle',14,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185152,3,323,'Grulloc\'s Sack',0,4,0,3,93,0,0,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185153,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185154,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185155,5,14,'Rocknail Flayer Carcass',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185157,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185158,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185159,8,5974,'Bonfire',0,0,0,0.95,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185160,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185161,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185162,8,5974,'Bonfire',0,0,0,0.99,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185163,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185164,8,5974,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185166,2,4371,'Wanted Poster',0,4,0,1,0,8024,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185167,5,293,'Troll Skull Pile',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185168,3,5744,'Reinforced Fel Iron Chest',0,0,0,2,57,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (185169,3,5744,'Reinforced Fel Iron Chest',0,0,0,1,57,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (185180,5,216,'Mordiba\'s Cauldron',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185181,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185190,5,1327,'Hellfire Quest - Rune of Spite Closed 2',0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185191,8,2710,'Darkstone of Terokk',0,0,0,5,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185200,3,621,'Eye of Veil Reskk',0,4,0,2.5,57,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185201,3,621,'Eye of Veil Shienor',0,4,0,2.5,57,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185210,10,477,'Cursed Egg',0,4,0,1,57,10861,0,196608,0,1,0,0,0,0,0,0,185212,0,20138,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185211,10,477,'Cursed Egg',0,4,0,1,57,10861,0,196608,0,1,0,0,0,0,0,0,185208,0,20138,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185218,10,5151,'Violet Signal Fire',0,0,0,2,57,0,0,655360,1,0,0,0,0,0,0,0,0,0,20147,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185221,5,2473,'Terokkar Forest - Derelict Caravan - Quest - Chest Opened',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185222,5,5652,'Challenge From the Horde',0,0,0,0.75,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185224,3,10,'Cabal Chest',0,4,0,1.3,93,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185225,3,10,'Cabal Chest',0,4,0,1.3,93,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185226,3,10,'Cabal Chest',0,0,0,1.3,93,0,0,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185267,8,216,'Cookpot',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185268,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185269,8,216,'Cookpot',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185270,8,409,'Smoked Meat Rack',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185283,8,216,'Cauldron',0,0,0,1.3,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185284,8,200,'Bonfire',0,0,0,1.53,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185286,8,200,'Bonfire',0,0,0,1.53,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185288,8,200,'Bonfire',0,0,0,1.32,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185289,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185290,8,200,'Bonfire',0,0,0,1.98,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185294,5,3081,'Mounted Boulder\'mok Head',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185296,10,676,'Battered Cage',0,36,0,3,0,10724,0,196608,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185301,5,6651,'[DND]Cage Base',0,32,0,3,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185302,3,20,'Fei Fei\'s Cache',0,4,0,0.5,43,0,0,0,1,1,0,0,0,0,0,0,0,0,19680,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185303,1,768,'Fei Fei\'s Stash',0,0,0,0.15,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185314,1,5951,'[DND]Dragon Totem',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185321,23,5495,'Meeting Stone',0,0,0,1,60,60,2159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185324,30,1287,'Chessboard',0,0,0,0.01,1,65,39331,6350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185325,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185394,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185395,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185396,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185397,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185398,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185399,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185400,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185401,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185402,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185403,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185404,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185405,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185406,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185407,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185408,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185409,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185410,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185411,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185412,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185413,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185414,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185415,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185416,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185417,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185418,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185419,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185420,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185421,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185422,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185423,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185424,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185425,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185426,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185427,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185428,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185429,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185430,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185431,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185432,7,91,'Wooden Chair',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185433,23,5491,'Meeting Stone',0,0,0,1,60,60,1977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185438,5,5731,'Sitting Skeleton 04',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185474,10,1787,'Cage',0,0,0,1.2,920,0,0,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185477,19,1948,'Mailbox',1660,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185493,5,439,'Moonglade Fountain',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185498,8,192,'Campfire',0,0,0,1.22,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185502,6,1287,'Bogblossom (harmless)',0,0,0,0.5,259,0,0,0,1,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185520,6,398,'Fel Fire',0,0,0,3,0,60,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185527,6,49,'Dirt Mound',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185529,8,475,'Brazier',0,0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185530,8,475,'Brazier',0,0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185531,8,475,'Brazier',0,0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185532,8,474,'Brazier',0,0,0,1.01,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185533,8,474,'Brazier',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185534,8,474,'Brazier',0,0,0,1.35,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185535,8,475,'Brazier',0,0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185536,8,474,'Brazier',0,0,0,1.8,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185537,8,475,'Brazier',0,0,0,2.12,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185538,8,475,'Brazier',0,0,0,1.94,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185539,8,475,'Brazier',0,0,0,1.65,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185541,3,236,'Raven Stone Fragment',0,4,0,0.4,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185549,10,378,'Monstrous Kaliri Egg',114,4,0,1.5,0,11008,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185555,5,410,'Flame Circle',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185564,6,265,'Aura Trap Purple Tall',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185571,8,5974,'',0,0,0,1.86,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185572,8,5974,'',0,0,0,2.21,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185573,8,5974,'',0,0,0,1.74,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185578,6,298,'Aura Trap Purple Tall',0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185579,6,2233,'Aura Trap Purple Tall',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185580,5,227,'Moonstone Altar',0,4,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185582,5,5263,'Hanging, Square, Large, Christmas',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185590,5,429,'Sethekk Halls Moonstone',0,0,0,1.3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185591,5,3613,'Ogre Drum',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185592,5,265,'Soulgrinder Aura',0,32,0,25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185595,5,6332,'Test Rift',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185872,5,1310,'Simon Game Aura Blue',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185873,5,1310,'Simon Game Aura Green',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185874,5,1310,'Simon Game Aura Red',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185875,5,1310,'Simon Game Aura Yellow',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185893,5,224,'Delicious Mutton',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185906,10,470,'Kronk\'s Book',14,0,0,2,0,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185913,2,6393,'Skull Pile',0,0,0,1,0,0,0,8660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185916,1,1247,'Cage Trap',0,0,0,1,0,0,1310720,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185926,5,5752,'Shield Wreckage Medium',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185928,2,6393,'Ancient Skull Pile',0,0,0,1.5,0,0,0,8687,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185935,5,1309,'Dragon Egg Aura',0,0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185939,3,290,'Nethermine Cargo',0,4,0,1,43,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185948,5,1310,'Simon Game Aura Blue Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185949,5,1310,'Simon Game Aura Green Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185950,5,1310,'Simon Game Aura Red Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185951,5,1310,'Simon Game Aura Yellow Large',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185952,10,1787,'Cage',0,0,0,1,0,0,0,5898240,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (185954,3,6396,'Hazzik\'s Package',0,4,0,1,43,0,0,1,0,0,0,0,0,0,0,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186023,8,6411,'Bonfire',0,0,0,0.408747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186035,8,6411,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186130,8,6411,'Bonfire',0,0,0,0.408747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186131,8,6411,'Bonfire',0,0,0,0.408747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186132,8,6411,'Bonfire',0,0,0,0.408747,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186137,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186138,8,233,'Forge',0,0,0,0.94,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186141,8,305,'Forge',0,0,0,0.77,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186142,8,166,'Anvil',0,0,0,0.95,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186173,5,3152,'Brewfest Keg Breakable',0,32,0,0.4,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186174,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186175,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186176,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186177,8,6411,'Bonfire',0,0,0,1,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186178,8,216,'Cauldron',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186180,8,4611,'Bonfire',0,0,0,1.22221,4,10,2066,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186217,5,22,'BREWFEST - Coming Soon!',0,0,0,1,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186218,8,1407,'Moon Well',0,0,0,1.12577,883,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186221,5,3972,'Brewfest Music Doodad',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186230,19,2190,'Mailbox',474,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186231,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186232,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186233,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186240,5,150,'Tabetha\'s Farm',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186243,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186250,5,3677,'Beer Wagon',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186251,23,5492,'Meeting Stone',0,0,0,1,70,70,3805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186252,5,6157,'Fence',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186253,5,6137,'DARKMOON FAIRE - COMING SOON',0,0,0,1.75,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186263,3,222,'Grimbooze\'s Secret Recipe',0,0,0,0.5,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186264,2,202,'Missing: Kyle',114,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186265,5,2951,'Kyle\'s Lunch',0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186266,3,36,'Deserter Propaganda',0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186269,1,6406,'Headless Horseman Candle',114,1,0,1.5,0,0,655294464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186272,3,1209,'Tool Kit',0,4,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186273,3,2350,'Damaged Diving Gear',0,4,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186280,5,665,'Orcish Grog',0,0,0,0.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186283,8,6434,'Shipwreck Debris',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186285,5,5751,'Zul\'Aman Fire Med',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186286,5,5751,'Zul\'Aman Fire Large',0,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186287,0,1787,'Blackhoof Cage',0,32,0,1,0,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186288,5,14,'Raptor Bait',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186307,5,347,'Zul\'Aman Exterior Crate B',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186312,5,3972,'L70ETC Music Doodad',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186314,2,49,'Loosely Turned Soil',35,4,0,1.5,0,8339,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186322,5,193,'Hyal Family Monument',0,4,0,1,1,1,0,0,0,11152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186327,5,4076,'Headless Horseman Pumpkin Table',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186328,5,4173,'Skull 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186330,6,1310,'Stonemaul Banner',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186338,10,1787,'Zul\'Aman Dummy Cage',14,2,0,1.5,920,0,0,655360,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186406,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186407,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186418,5,5258,'Don de Mordant',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186419,2,223,'Wrecked Row Boat',534,36,0,1,0,3363,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186420,2,163,'Syndicate Documents',1732,4,0,1,0,314,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186425,5,6370,'Torche en sorbier',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186426,2,3053,'Wanted Poster',0,0,0,1,0,8201,0,8823,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186430,10,181,'Zungam\'s Ball and Chain',0,0,0,1,57,0,0,196608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186450,3,6606,'Zeppelin Cargo',0,4,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186451,8,216,'Cauldron',0,0,0,1,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186465,5,6231,'Lighthouse Beam',0,32,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186469,5,6679,'Alcaz Rune Circle',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186478,8,6371,'Super Brew Stein',0,0,0,3,0,10,186471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186629,19,2128,'Mailbox',1735,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186630,8,233,'Forge',0,0,0,1,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186631,8,166,'Anvil',0,0,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186633,3,2614,'Gold Coins',0,0,0,0.5,1635,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186634,3,2614,'Gold Coins',0,0,0,1,1635,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186658,5,4192,'Kraz\'s Chest',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186667,3,4191,'Kraz\'s Package',94,16,0,0.7,57,0,30,1,0,0,0,0,0,0,0,1,0,1,21400,1,0,0,0,0,0,0,0,0,0,0,0,''), + (186672,3,323,'Ashli\'s Bag',0,0,0,1,57,0,0,1,0,0,0,0,0,0,0,1,0,1,21400,1,0,0,0,0,0,0,0,0,0,0,0,''), + (186720,5,6422,'Fire Effigy',0,0,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186729,3,28,'Mana Berry Bush',0,4,0,1,259,0,0,1,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186733,3,222,'The Map of Zul\'Aman',0,4,0,1,43,0,1,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186734,3,2450,'Amani Charm Box',0,0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (186736,3,323,'Money Bag',0,0,0,0.4,57,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (186739,3,2450,'Amani Charm Box',0,0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (186740,3,2450,'Amani Charm Box',0,0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (186741,3,2450,'Amani Charm Box',0,0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (186744,3,2450,'Amani Treasure Box',0,0,0,0.7,57,0,0,1,0,0,0,0,0,0,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,''), + (186745,1,200,'Bonfire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186748,3,1727,'Harkor\'s Brew Keg',0,0,0,1,57,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186750,3,6607,'Fudgerick\'s Fireworks',0,0,0,2,57,22909,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186881,2,222,'Dark Iron Sabotage Plans',0,4,0,1,57,8381,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186896,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186897,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186898,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186899,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186900,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186901,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186902,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186903,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (186904,7,603,'Bench',0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187021,3,644,'Harkor\'s Satchel',0,0,0,1.5,57,0,0,1,0,0,0,0,0,0,0,1,0,1,21400,1,0,0,0,0,0,0,0,0,0,0,0,''), + (187072,3,271,'Razorthorn Root',0,0,0,0.2,57,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187084,5,4452,'Large Fire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187115,8,345,'Alchemy Lab',0,0,1,1,663,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187193,5,5251,'Standing, Giant',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187235,5,5251,'HDressing, Christmas Standing Medium Exterior',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187252,8,192,'Campfire',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187254,5,164,'Rolled Scroll',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187260,19,2690,'Mailbox',35,0,0,0.92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187272,5,520,'Generic Hoofprint',0,0,0,0.6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187273,2,520,'Suspicious Hoofprint',0,4,0,0.6,0,755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187333,3,28,'Bloodberry Bush',0,4,0,0.5,259,0,0,1,1,1,0,0,0,0,0,0,0,0,25055,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187370,8,216,'Cooking Pot',0,0,0,1,4,10,2061,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187372,3,2450,'The Talon King\'s Coffer',0,0,0,3,57,0,0,0,0,0,0,0,0,0,0,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187377,10,1787,'Tanzar\'s Cage',14,3,0,1.5,920,0,0,983040000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187378,10,1787,'Harkor\'s Cage',0,0,0,1.5,920,0,0,983040000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187379,10,1787,'Kraz\'s Cage',14,3,0,1.5,920,0,0,983040000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187380,10,1787,'Ashli\'s Cage',0,0,0,1.5,920,0,0,983040000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187576,5,6748,'Hanging, Square, Small - MFF',114,0,0,0.1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187578,13,4891,'Scrying Orb',0,0,0,2.16851,0,164,16547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187653,5,4094,'Standing, Post - MFF',114,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187667,5,6763,'Hanging, Tall/Thin, Small - MFF',114,0,0,0.33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187918,5,680,'Twilight Bonfire',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187988,5,4771,'Twilight Torch',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (187989,5,4771,'Twilight Torch',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188067,5,6752,'Ice Block',0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188072,5,6752,'Ice Stone Mount',0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188123,19,1948,'Mailbox',80,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188132,19,2128,'Mailbox',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188142,5,6752,'Ice Block, Big',0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188174,5,3972,'Midsummer Music Doodad',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188214,8,200,'Bonfire',0,0,0,1.28,0,10,179900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188415,5,4891,'Orb of the Blue Flight',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (188498,2,6424,'Mole Machine Console',0,0,0,1,0,0,0,9454,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (190395,5,4852,'Cauldron Smoke',0,0,0,0.3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (190396,5,4852,'Mug Smoke',0,0,0,0.12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (190483,3,10,'Document Chest',0,4,0,1.5,93,13576,0,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (190484,3,10,'Document Chest',0,4,0,1.5,93,13577,0,0,0,0,0,0,0,0,0,0,0,0,19676,0,0,0,0,0,0,0,0,0,0,0,0,''), + (193011,10,6429,'Cannon',35,1,1,2.4831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (200000,1,0,'Fel Orc Encampment Custom Area',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (200001,1,1327,'Shopping Centre',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210210,5,6545,'New Year Alliance Hanging Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210211,5,6546,'New Year Alliance Hanging Banner 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210212,5,6547,'New Year Horde Hanging Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210213,5,6548,'New Year Horde Hanging Banner 02',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210214,5,6549,'New Year Alliance Standing Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210215,5,6550,'New Year Horde Standing Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210286,5,6738,'Excavation Tent Pavillion',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210312,5,6486,'Ahn\'Qiraj Ossirian Crystal',0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210313,5,6486,'Ahn\'Qiraj Ossirian Crystal',0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210327,0,6427,'Communication Crystal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210328,0,6426,'Communication Crystal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210329,0,6425,'Communication Crystal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210330,0,6427,'Communication Crystal',0,0,0,1,0,879,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210331,0,6426,'Communication Crystal',0,0,0,1,0,879,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210332,0,6425,'Communication Crystal',0,0,0,1,0,879,655360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210334,2,4675,'Ahn\'Qiraj Gong',84,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210335,5,6419,'Twilight Tablet',0,40,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210336,5,6420,'Twilight Tablet',0,40,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210337,8,6431,'Glyphed Crystal',0,0,0,3,643,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210338,8,3431,'Gorishi Silithid Crystal',0,0,0,1,643,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210339,5,6483,'Ahn\'Qiraj Sand Trap',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210341,5,6667,'Hive Fireflies 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210342,5,6431,'Glyphed Crystal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210343,5,6559,'Sand Worm Rock Base',0,0,0,6.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210344,5,6570,'Silithus Crystal Formation 03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210345,5,6571,'Floating Red Crystal Broken 03',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210346,5,6573,'Floating Red Crystal Broken 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210347,0,6470,'Ahn\'Qiraj Door 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210348,5,1667,'Floating Purple Crystal Broken 01',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (210349,2,6486,'Gastric Exit',0,44,0,1,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211016,0,6701,'Anvil',0,0,0,0.35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211017,2,3677,'Kre\'tal\'s Wagon',0,4,0,1,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211018,2,254,'Asheron\'s Tome of Summoning',0,4,0,1,0,14,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211019,5,4291,'Altar of Hyjal',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211020,5,456,'Summoning Circle',0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211021,5,621,'Eye of Asheron',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211022,5,4176,'Commander\'s Tent',0,0,0,1.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211023,2,1327,'Black Portal',0,44,0,0.75,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211024,2,1327,'Black Portal',0,44,0,0.75,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211029,5,6388,'Banner',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211032,5,311,'Gold Mine',0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211033,5,263,'Aura',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211034,5,5457,'Aura',0,0,0,0.075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211035,5,4713,'Lair Exit',0,0,0,0.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211036,8,731,'Fire Totem',0,0,0,0.75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211050,27,5491,'Teleport-Stone to Hyjal',0,40,0,1,5242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211051,27,6158,'Mysterious Tree Stump',0,40,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211052,2,6158,'Tree Stump',0,44,0,1,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211053,2,6645,'Mysterious Monument',0,44,0,1,0,76,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211054,6,4472,'Lava Crack',0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211062,5,6151,'Elwynn Fence',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211063,5,6150,'Elwynn Fence',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211064,5,134,'Rockwall Fence',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211065,5,20,'Grave',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211067,0,11,'Sarcophag',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211068,8,731,'Fire Totem',0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (211084,8,410,'Mephistroph\'s HellFire',0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300010,8,0,'TEMP Machine Shop',0,0,0,1,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300011,8,0,'Nearby Tubers',0,0,0,1,23,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300012,8,0,'TEMP Stone of Outer Binding',0,0,0,1,164,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300013,8,0,'TEMP Mana Rift Disturbance',0,0,0,1,183,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300014,8,0,'TEMP Water Purity - Silverpine',0,0,0,1,225,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300015,8,0,'TEMP Pirate Ship Bilge',0,0,0,1,264,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300016,8,0,'TEMP Witherbark Village',0,0,0,1,303,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300017,8,0,'TEMP Shadra\'Alor Altar',0,0,0,1,304,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300018,8,0,'TEMP Hatetalon Stones',0,0,0,1,343,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300019,8,0,'TEMP Sanctum of the Fallen God',0,0,0,1,424,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300020,8,0,'TEMP Miblon Snarltooth',0,0,0,1,483,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300021,8,0,'TEMP Gadgetzan Graveyard',0,0,0,1,503,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300022,8,0,'TEMP the ruins of Irontree Woods',0,0,0,1,523,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300023,8,0,'TEMP Golakka Crater',0,0,0,1,563,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300024,8,0,'TEMP NIU Tomb of the Seven',0,0,0,1,583,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300025,8,0,'TEMP Corrupted Moonwell',0,0,0,1,644,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300026,8,0,'TEMP Blackwood Furbolg North Bonfire',0,0,0,1,704,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300027,8,0,'TEMP Stone of Shy-Rotam',0,0,0,1,783,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300028,8,0,'TEMP Sacred Fire of Life',0,0,0,1,803,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300029,8,0,'TEMP Scarlet Crusade Forward Camp',0,0,0,1,804,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300030,8,0,'TEMP Andorhal Tower',0,0,0,1,805,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300031,8,0,'TEMP Scholomance Viewing Room',0,0,0,1,823,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300032,8,0,'TEMP Umi\'s Friend',0,0,0,1,863,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300033,8,0,'TEMP the crate in the center of the Northridge Lumber Mill',0,0,0,1,923,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300034,8,0,'TEMP Darrowshire Town Square',0,0,0,1,944,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300035,8,0,'TEMP NIU Bright Light Beam',0,0,0,1,963,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300036,8,0,'TEMP The Dead Goliaths',0,0,0,1,1023,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300037,8,0,'TEMP Maraudon Portal',0,0,0,1,1103,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300038,8,0,'TEMP NIU Horde Globe of Scrying',0,0,0,1,1123,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300039,8,0,'TEMP Eastern Crater',0,0,0,1,1143,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300040,8,0,'TEMP Western Crater',0,0,0,1,1144,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300041,8,0,'TEMP Snowfall Graveyard',0,0,0,1,1145,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300042,8,0,'TEMP Alliance Globe of Scrying',0,0,0,1,1163,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300043,8,0,'TEMP Dun Baldar Courtyard',0,0,0,1,1164,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300044,8,0,'TEMP Frostwolf Keep Courtyard',0,0,0,1,1165,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300045,8,0,'TEMP Snowfall Graveyard',0,0,0,1,1183,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300046,8,0,'TEMP East Crater',0,0,0,1,1184,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300047,8,0,'TEMP West Crater',0,0,0,1,1185,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300048,8,0,'TEMP Orange Crystal Pool',0,0,0,1,1203,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (179677,8,0,'Kroshius\' Remains',0,0,0,1,1243,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300050,8,0,'TEMP Pedestal of Immol\'thar',0,0,0,1,1263,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300051,8,0,'TEMP Circle of Dark Summoning',0,0,0,1,1264,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300052,8,0,'TEMP Pagle\'s Pointe',0,0,0,1,1343,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300053,8,0,'TEMP Altar of Zanza',0,0,0,1,1344,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300054,8,0,'TEMP Southshore',0,0,0,1,1345,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300055,8,0,'TEMP Bones of Grakkarond',0,0,0,1,1346,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300056,8,0,'TEMP Forsaken Stink Bomb',0,0,0,1,1347,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300057,8,0,'TEMP Swirling Maelstrom',0,0,0,1,1349,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300058,8,0,'TEMP Greater Moonlight',0,0,0,1,1353,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300059,8,0,'TEMP Voone\'s Chamber',0,0,0,1,1354,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300060,8,0,'TEMP Alzzin\'s Chamber',0,0,0,1,1355,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300061,8,0,'TEMP The Crimson Throne',0,0,0,1,1356,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300062,8,0,'TEMP Ras Frostwhisper\'s Chamber',0,0,0,1,1357,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300063,8,0,'TEMP The Beast\'s Chamber',0,0,0,1,1358,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300064,8,0,'TEMP Haunted Locus',0,0,0,1,1359,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300065,8,0,'TEMP Blackrock Depths Arena',0,0,0,1,1360,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300066,8,0,'TEMP [PH] Crystal Corpse',0,0,0,1,1361,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300068,8,0,'TEMP Midsummer Bonfire',0,0,0,1,1365,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300078,8,0,'TEMP Underground Water Source',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300119,8,0,'TEMP Un\'Goro Flat Rock',0,0,0,1,603,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300131,8,433,'TEMP Foulweald Totem Mound',0,0,0,1,1063,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300132,8,0,'TEMP Cliffspring River Waterfall',0,0,0,1.5,705,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300133,8,0,'TEMP First Tide Pool',0,0,0,1.5,443,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300134,8,0,'TEMP Second Tide Pool',0,0,0,1.5,444,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300135,8,0,'TEMP Third Tide Pool',0,0,0,1.5,445,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300136,8,0,'TEMP Fourth Tide Pool',0,0,0,1.5,446,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300137,8,0,'TEMP Jintha\'Alor Altar',0,0,0,1,263,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300138,8,433,'TEMP Equinex Monolith',210,0,0,1,283,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300139,8,433,'TEMP Shards of Myzrael',0,0,0,1,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1324,8,299,'Grom\'s Monument',0,0,0,1.5,1324,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300141,8,0,'TEMP High Chief Winterfall\'s Cave',0,0,0,1,1350,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300142,8,0,'TEMP Shrine of Remulos',0,0,0,1,1043,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300143,8,0,'TEMP Swamplight Manor Dock',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300144,8,299,'TEMP The Great Ossuary',0,0,0,2.49,1283,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (1323,8,299,'Uther\'s Tomb Statue',0,0,0,1,1323,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300146,8,1287,'TEMP Quilboar Watering Hole',0,0,0,1,224,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300147,8,1287,'TEMP Spring Well',0,0,0,1,226,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300148,8,1287,'TEMP Ruins of Stardust Fountain',0,0,0,1,223,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300149,8,0,'TEMP Blackhoof Village Windmill',0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300150,8,0,'TEMP Grimtotem Tent',0,0,0,1,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300151,8,0,'TEMP Hyjal Family Monument',0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (300153,8,0,'TEMP Entrance to Onyxia\'s Lair',0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (178225,8,2770,'Dire Pool Spell Focus',0,0,0,1,1083,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (181207,3,4175,'Runed Demonic Blade',0,0,0,1.5,1085,181207,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175534,6,335,'Supply Crate',14,0,0,1.01,0,0,0,16371,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175535,6,335,'Supply Crate',14,0,0,1.01,0,0,0,16369,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175536,6,335,'Supply Crate',14,0,0,1.01,0,0,0,16370,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (175537,6,335,'Supply Crate',14,0,0,1.01,0,0,0,16432,1,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180574,2,6421,'Wickerman Guardian Ember',0,0,0,5,43,0,0,6535,0,0,19700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180504,8,0,'Southshore Spell Focus',0,0,0,1,1345,50,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180211,5,6314,'Uther\'s Gnome Tribute',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180213,5,6315,'Uther\'s Night Elf Tribute',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180207,5,665,'Grom\'s Orc Tribute',0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''), + (180209,5,6312,'Grom\'s Tauren Tribute',0,0,0,0.08,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,''); /*!40000 ALTER TABLE `gameobject_template` ENABLE KEYS */; UNLOCK TABLES; @@ -510104,7 +513308,7 @@ VALUES (5941,7094,0,0), (5942,7095,0,0), (5962,7115,0,0), - (5962,7121,0,0), + (5962,7121,0,125), (5963,7117,0,0), (5966,7120,0,0), (5967,7122,0,0), @@ -511574,7 +514778,17 @@ VALUES (6538,7741,0,0), (56000,7038,0,0), (56001,7039,0,0), - (56002,7040,0,0); + (56002,7040,0,0), + (5820,6993,0,0), + (5730,6904,573001,0), + (5731,6903,0,0), + (5732,6906,573201,0), + (5733,6905,0,0), + (5734,6908,573401,0), + (5735,6907,0,0), + (4781,7006,0,356), + (5847,7007,0,0), + (5846,7008,0,0); /*!40000 ALTER TABLE `gossip_menu` ENABLE KEYS */; UNLOCK TABLES; @@ -512680,7 +515894,7 @@ VALUES (4764,1,1,'Kel\'Thuzad',1,1,-1,0,476401,0,0,NULL,276), (4764,2,1,'Ner\'zhul',1,1,-1,0,476402,0,0,NULL,276), (4781,0,1,'Show me what I have access to, Lokhtos.',3,4,0,0,0,0,0,'',289), - (4781,1,0,'Hrm, I\'m listening. What is this offer?',1,1,-1,0,4781,0,0,NULL,356), + (4781,1,0,'Hrm, I\'m listening. What is this offer?',1,1,5847,0,0,0,0,NULL,356), (4783,1,3,'How do I train my pet?',5,16,0,0,0,0,0,NULL,0), (4783,2,0,'I wish to untrain my pet.',17,16,0,0,0,0,0,NULL,0), (4821,0,3,'Please teach me.',5,16,0,0,0,0,0,NULL,18), @@ -512831,7 +516045,7 @@ VALUES (5818,0,1,'Gorzeeki, I wish to make a purchase.',3,4,0,0,0,0,0,NULL,0), (5845,0,0,'I am in search of a great and powerful Warlock.',1,1,0,0,0,0,0,'',0), (5849,1,0,'Well what do you know, this is Children\'s Week! What can I do to help?',1,1,0,0,0,0,0,'',0), - (5851,0,0,'I know this is rather silly but a young ward who is a bit shy would like your hoofprint.',1,1,20021,0,5851,0,0,NULL,287), + (5851,0,0,'Chief Bloodhoof, this may sound like an odd request... but I have a young ward who is quite shy. You are a hero to him, and he asked me to get your hoofprint.',1,1,20021,0,5851,0,0,NULL,287), (5853,0,3,'Train me.',5,16,0,0,0,0,0,'',0), (5853,1,0,'GOSSIP_OPTION_QUESTGIVER',2,2,0,0,0,0,0,NULL,0), (5854,0,3,'Train me.',5,16,0,0,0,0,0,'',0), @@ -513773,7 +516987,12 @@ VALUES (6537,0,1,'I want to buy another stink bomb!',3,4,0,0,0,0,0,NULL,1372), (56000,0,0,'Dreadlords? Perhaps you mean Lord Banehollow. He sends his regards, and has a message for you...',1,1,56001,0,0,0,0,NULL,115), (56001,0,0,'No, Ulathek. He knows your secret. He knows you plot with Lord Hel\'nurath of Xoroth.',1,1,56002,0,0,0,0,NULL,0), - (56002,0,0,'It\'s no lie, traitor. Banehollow wants your heart, and I\'m going to get it for him.',1,1,0,0,56002,0,0,NULL,0); + (56002,0,0,'It\'s no lie, traitor. Banehollow wants your heart, and I\'m going to get it for him.',1,1,0,0,56002,0,0,NULL,0), + (5731,0,0,'Call me \"Boss\". What have you got for me!',1,1,5730,0,0,0,0,'',0), + (5733,0,0,'Yeah, you\'re a real brainiac. Just how smart do you think you are, Slip\'kik?',1,1,5732,0,0,0,0,'',0), + (5735,0,0,'So, now that I\'m the king... what have you got for me?!',1,1,5734,0,0,0,0,'',0), + (5847,0,0,'You\'ve got my attention.',1,1,5846,0,0,0,0,NULL,0), + (5846,0,0,'Give me the contract.',1,1,-1,0,584601,0,0,NULL,0); /*!40000 ALTER TABLE `gossip_menu_option` ENABLE KEYS */; UNLOCK TABLES; @@ -513834,6 +517053,955 @@ VALUES UNLOCK TABLES; +# Dump of table instance_dungeon_encounters +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `instance_dungeon_encounters`; + +CREATE TABLE `instance_dungeon_encounters` ( + `Id` int(11) unsigned NOT NULL DEFAULT '0', + `MapId` int(11) unsigned NOT NULL DEFAULT '0', + `Difficulty` int(11) unsigned NOT NULL DEFAULT '0', + `EncounterData` int(11) unsigned NOT NULL DEFAULT '0', + `EncounterIndex` int(11) unsigned NOT NULL DEFAULT '0', + `EncounterName` text NOT NULL, + `EncounterName2` text, + `EncounterName3` text, + `EncounterName4` text, + `EncounterName5` text, + `EncounterName6` text, + `EncounterName7` text, + `EncounterName8` text, + `EncounterName9` text, + `EncounterName10` text, + `EncounterName11` text, + `EncounterName12` text, + `EncounterName13` text, + `EncounterName14` text, + `EncounterName15` text, + `EncounterName16` text, + `NameLangFlags` int(11) unsigned NOT NULL DEFAULT '0', + `SpellIconID` int(11) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`Id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Export of .dbc DungeonEncounter.dbc'; + +LOCK TABLES `instance_dungeon_encounters` WRITE; +/*!40000 ALTER TABLE `instance_dungeon_encounters` DISABLE KEYS */; + +INSERT INTO `instance_dungeon_encounters` (`Id`, `MapId`, `Difficulty`, `EncounterData`, `EncounterIndex`, `EncounterName`, `EncounterName2`, `EncounterName3`, `EncounterName4`, `EncounterName5`, `EncounterName6`, `EncounterName7`, `EncounterName8`, `EncounterName9`, `EncounterName10`, `EncounterName11`, `EncounterName12`, `EncounterName13`, `EncounterName14`, `EncounterName15`, `EncounterName16`, `NameLangFlags`, `SpellIconID`) +VALUES + (161,36,0,0,0,'Rhahk\'zor','','','','','','','','','','','','','','','',16712190,0), + (162,36,0,500,1,'Sneed','','','','','','','','','','','','','','','',16712190,0), + (163,36,0,750,2,'Gilnid','','','','','','','','','','','','','','','',16712190,0), + (164,36,0,875,3,'Mr. Smite','','','','','','','','','','','','','','','',16712190,0), + (165,36,0,937,4,'Cookie','','','','','','','','','','','','','','','',16712190,0), + (166,36,0,968,5,'Captain Greenskin','','','','','','','','','','','','','','','',16712190,0), + (167,36,0,1000,6,'Edwin VanCleef','','','','','','','','','','','','','','','',16712190,0), + (201,558,0,0,0,'Shirrak the Dead Watcher','','','','','','','','','','','','','','','',16712190,0), + (202,558,0,1000,1,'Exarch Maladaar','','','','','','','','','','','','','','','',16712190,0), + (203,557,0,0,0,'Pandemonius','','','','','','','','','','','','','','','',16712190,0), + (204,557,0,1000,1,'Tavarok','','','','','','','','','','','','','','','',16712190,0), + (205,557,0,2000,2,'Nexus-Prince Shaffar','','','','','','','','','','','','','','','',16712190,0), + (206,556,0,0,0,'Darkweaver Syth','','','','','','','','','','','','','','','',16712190,0), + (207,556,0,1000,1,'Talon King Ikiss','','','','','','','','','','','','','','','',16712190,0), + (208,555,0,0,0,'Ambassador Hellmaw','','','','','','','','','','','','','','','',16712190,0), + (209,555,0,1000,1,'Blackheart the Inciter','','','','','','','','','','','','','','','',16712190,0), + (210,555,0,2000,2,'Grandmaster Vorpil','','','','','','','','','','','','','','','',16712190,0), + (211,555,0,3000,3,'Murmur','','','','','','','','','','','','','','','',16712190,0), + (212,619,0,0,0,'Elder Nadox','','','','','','','','','','','','','','','',16712190,0), + (213,619,0,1000,1,'Prince Taldaram','','','','','','','','','','','','','','','',16712190,0), + (214,619,0,2000,2,'Jedoga Shadowseeker','','','','','','','','','','','','','','','',16712190,0), + (215,619,0,3000,3,'Herald Volazj','','','','','','','','','','','','','','','',16712190,0), + (216,601,0,0,0,'Krik\'thir the Gatewatcher','','','','','','','','','','','','','','','',16712190,0), + (217,601,0,1000,1,'Hadronox','','','','','','','','','','','','','','','',16712190,0), + (218,601,0,2000,2,'Anub\'arak','','','','','','','','','','','','','','','',16712190,0), + (219,48,0,0,0,'Ghamoo-ra','','','','','','','','','','','','','','','',16712190,0), + (220,48,0,1000,1,'Lady Sarevess','','','','','','','','','','','','','','','',16712190,0), + (221,48,0,2000,2,'Gelihast','','','','','','','','','','','','','','','',16712190,0), + (222,48,0,3000,3,'Lorgus Jett','','','','','','','','','','','','','','','',16712190,0), + (224,48,0,5000,5,'Old Serra\'kis','','','','','','','','','','','','','','','',16712190,0), + (225,48,0,6000,6,'Twilight Lord Kelris','','','','','','','','','','','','','','','',16712190,0), + (226,48,0,7000,7,'Aku\'mai','','','','','','','','','','','','','','','',16712190,0), + (227,230,0,0,0,'High Interrogator Gerstahn','','','','','','','','','','','','','','','',16712190,0), + (228,230,0,1000,1,'Lord Roccor','','','','','','','','','','','','','','','',16712190,0), + (229,230,0,2000,2,'Houndmaster Grebmar','','','','','','','','','','','','','','','',16712190,0), + (230,230,0,3000,3,'Ring of Law','','','','','','','','','','','','','','','',16712190,0), + (231,230,0,4000,4,'Pyromancer Loregrain','','','','','','','','','','','','','','','',16712190,0), + (232,230,0,5000,5,'Lord Incendius','','','','','','','','','','','','','','','',16712190,0), + (233,230,0,6000,6,'Warder Stilgiss','','','','','','','','','','','','','','','',16712190,0), + (234,230,0,7000,7,'Fineous Darkvire','','','','','','','','','','','','','','','',16712190,0), + (235,230,0,8000,8,'Bael\'Gar','','','','','','','','','','','','','','','',16712190,0), + (236,230,0,9000,9,'General Angerforge','','','','','','','','','','','','','','','',16712190,0), + (237,230,0,10000,10,'Golem Lord Argelmach','','','','','','','','','','','','','','','',16712190,0), + (238,230,0,11000,11,'Hurley Blackbreath','','','','','','','','','','','','','','','',16712190,0), + (239,230,0,12000,12,'Phalanx','','','','','','','','','','','','','','','',16712190,0), + (240,230,0,13000,13,'Ribbly Screwspigot','','','','','','','','','','','','','','','',16712190,0), + (241,230,0,14000,14,'Plugger Spazzring','','','','','','','','','','','','','','','',16712190,0), + (242,230,0,15000,15,'Ambassador Flamelash','','','','','','','','','','','','','','','',16712190,0), + (243,230,0,16000,16,'The Seven','','','','','','','','','','','','','','','',16712190,0), + (244,230,0,17000,17,'Magmus','','','','','','','','','','','','','','','',16712190,0), + (245,230,0,18000,18,'Emperor Dagran Thaurissan','','','','','','','','','','','','','','','',16712190,0), + (246,558,1,0,0,'Shirrak the Dead Watcher','','','','','','','','','','','','','','','',16712190,0), + (247,558,1,1000,1,'Exarch Maladaar','','','','','','','','','','','','','','','',16712190,0), + (248,557,1,0,0,'Pandemonius','','','','','','','','','','','','','','','',16712190,0), + (249,557,1,1000,1,'Tavarok','','','','','','','','','','','','','','','',16712190,0), + (250,557,1,1500,2,'Yor','','','','','','','','','','','','','','','',16712190,0), + (251,557,1,2500,3,'Nexus-Prince Shaffar','','','','','','','','','','','','','','','',16712190,0), + (252,556,1,0,0,'Darkweaver Syth','','','','','','','','','','','','','','','',16712190,0), + (253,556,1,1000,1,'Anzu','','','','','','','','','','','','','','','',16712190,0), + (254,556,1,2000,2,'Talon King Ikiss','','','','','','','','','','','','','','','',16712190,0), + (255,555,1,0,0,'Ambassador Hellmaw','','','','','','','','','','','','','','','',16712190,0), + (256,555,1,1000,1,'Blackheart the Inciter','','','','','','','','','','','','','','','',16712190,0), + (257,555,1,2000,2,'Grandmaster Vorpil','','','','','','','','','','','','','','','',16712190,0), + (258,555,1,3000,3,'Murmur','','','','','','','','','','','','','','','',16712190,0), + (259,619,1,0,0,'Elder Nadox','','','','','','','','','','','','','','','',16712190,0), + (260,619,1,1000,1,'Prince Taldaram','','','','','','','','','','','','','','','',16712190,0), + (261,619,1,2000,2,'Jedoga Shadowseeker','','','','','','','','','','','','','','','',16712190,0), + (262,619,1,3000,3,'Amanitar','','','','','','','','','','','','','','','',16712190,0), + (263,619,1,4000,4,'Herald Volazj','','','','','','','','','','','','','','','',16712190,0), + (264,601,1,0,0,'Krik\'thir the Gatewatcher','','','','','','','','','','','','','','','',16712190,0), + (265,601,1,1000,1,'Hadronox','','','','','','','','','','','','','','','',16712190,0), + (266,601,1,2000,2,'Anub\'arak','','','','','','','','','','','','','','','',16712190,0), + (267,229,0,0,0,'Highlord Omokk','','','','','','','','','','','','','','','',16712190,0), + (268,229,0,1000,1,'Shadow Hunter Vosh\'gajin','','','','','','','','','','','','','','','',16712190,0), + (269,229,0,2000,2,'War Master Voone','','','','','','','','','','','','','','','',16712190,0), + (270,229,0,3000,3,'Mother Smolderweb','','','','','','','','','','','','','','','',16712190,0), + (271,229,0,4000,4,'Urok Doomhowl','','','','','','','','','','','','','','','',16712190,0), + (272,229,0,5000,5,'Quartermaster Zigris','','','','','','','','','','','','','','','',16712190,0), + (273,229,0,6000,6,'Gizrul the Slavener','','','','','','','','','','','','','','','',16712190,0), + (274,229,0,5500,7,'Halycon','','','','','','','','','','','','','','','',16712190,0), + (275,229,0,8000,8,'Overlord Wyrmthalak','','','','','','','','','','','','','','','',16712190,0), + (276,229,0,9000,9,'Pyroguard Emberseer','','','','','','','','','','','','','','','',16712190,0), + (277,229,0,10000,10,'Solakar Flamewreath','','','','','','','','','','','','','','','',16712190,0), + (278,229,0,11000,11,'Warchief Rend Blackhand','','','','','','','','','','','','','','','',16712190,0), + (279,229,0,12000,12,'The Beast','','','','','','','','','','','','','','','',16712190,0), + (280,229,0,13000,13,'General Drakkisath','','','','','','','','','','','','','','','',16712190,0), + (281,560,0,3000,0,'Epoch Hunter','','','','','','','','','','','','','','','',16712190,0), + (282,560,1,3000,0,'Epoch Hunter','','','','','','','','','','','','','','','',16712190,0), + (283,560,0,2000,1,'Captain Skarloc','','','','','','','','','','','','','','','',16712190,0), + (284,560,1,2000,1,'Captain Skarloc','','','','','','','','','','','','','','','',16712190,0), + (285,560,0,1000,2,'Lieutenant Drake','','','','','','','','','','','','','','','',16712190,0), + (286,560,1,4294966296,2,'Lieutenant Drake','','','','','','','','','','','','','','','',16712190,0), + (287,269,0,0,0,'Chrono Lord Deja','','','','','','','','','','','','','','','',16712190,0), + (288,269,1,0,0,'Chrono Lord Deja','','','','','','','','','','','','','','','',16712190,0), + (289,269,0,1000,1,'Temporus','','','','','','','','','','','','','','','',16712190,0), + (290,269,1,2000,1,'Temporus','','','','','','','','','','','','','','','',16712190,0), + (291,269,0,2000,2,'Aeonus','','','','','','','','','','','','','','','',16712190,0), + (292,269,1,3000,2,'Aeonus','','','','','','','','','','','','','','','',16712190,0), + (293,595,0,0,0,'Meathook','','','','','','','','','','','','','','','',16712190,0), + (294,595,0,1000,1,'Salram the Fleshcrafter','','','','','','','','','','','','','','','',16712190,0), + (295,595,0,2000,2,'Chrono-Lord Epoch','','','','','','','','','','','','','','','',16712190,0), + (296,595,0,3000,3,'Mal\'ganis','','','','','','','','','','','','','','','',16712190,0), + (297,595,1,0,0,'Meathook','','','','','','','','','','','','','','','',16712190,0), + (298,595,1,1000,1,'Salram the Fleshcrafter','','','','','','','','','','','','','','','',16712190,0), + (299,595,1,2000,2,'Chrono-Lord Epoch','','','','','','','','','','','','','','','',16712190,0), + (300,595,1,3000,3,'Mal\'ganis','','','','','','','','','','','','','','','',16712190,0), + (301,547,0,0,0,'Mennu the Betrayer','','','','','','','','','','','','','','','',16712190,0), + (302,547,0,1000,1,'Rokmar the Crackler','','','','','','','','','','','','','','','',16712190,0), + (303,547,0,2000,2,'Quagmirran','','','','','','','','','','','','','','','',16712190,0), + (304,547,1,0,0,'Mennu the Betrayer','','','','','','','','','','','','','','','',16712190,0), + (305,547,1,1000,1,'Rokmar the Crackler','','','','','','','','','','','','','','','',16712190,0), + (306,547,1,2000,2,'Quagmirran','','','','','','','','','','','','','','','',16712190,0), + (314,545,0,0,0,'Hydromancer Thespia','','','','','','','','','','','','','','','',16712190,0), + (315,545,1,1000,0,'Hydromancer Thespia','','','','','','','','','','','','','','','',16712190,0), + (316,545,0,1000,1,'Mekgineer Steamrigger','','','','','','','','','','','','','','','',16712190,0), + (317,545,1,2000,1,'Mekgineer Steamrigger','','','','','','','','','','','','','','','',16712190,0), + (318,545,0,2000,2,'Warlord Kalithresh','','','','','','','','','','','','','','','',16712190,0), + (319,545,1,3000,2,'Warlord Kalithresh','','','','','','','','','','','','','','','',16712190,0), + (320,546,0,0,0,'Hungarfen','','','','','','','','','','','','','','','',16712190,0), + (321,546,1,1000,0,'Hungarfen','','','','','','','','','','','','','','','',16712190,0), + (322,546,0,1000,1,'Ghaz\'an','','','','','','','','','','','','','','','',16712190,0), + (323,546,1,2000,1,'Ghaz\'an','','','','','','','','','','','','','','','',16712190,0), + (329,546,0,2000,2,'Swamplord Musel\'ek','','','','','','','','','','','','','','','',16712190,0), + (330,546,1,3000,2,'Swamplord Musel\'ek','','','','','','','','','','','','','','','',16712190,0), + (331,546,0,3000,3,'The Black Stalker','','','','','','','','','','','','','','','',16712190,0), + (332,546,1,4000,3,'The Black Stalker','','','','','','','','','','','','','','','',16712190,0), + (334,650,0,0,0,'Grand Champions','','','','','','','','','','','','','','','',16712190,0), + (336,650,1,1000,0,'Grand Champions','','','','','','','','','','','','','','','',16712190,0), + (338,650,0,1000,1,'Argent Champion','','','','','','','','','','','','','','','',16712190,0), + (339,650,1,2000,1,'Argent Champion','','','','','','','','','','','','','','','',16712190,0), + (340,650,0,2000,2,'The Black Knight','','','','','','','','','','','','','','','',16712190,0), + (341,650,1,3000,2,'The Black Knight','','','','','','','','','','','','','','','',16712190,0), + (343,429,0,0,0,'Zevrim Thornhoof','','','','','','','','','','','','','','','',16712190,0), + (344,429,0,1000,1,'Hydrospawn','','','','','','','','','','','','','','','',16712190,0), + (345,429,0,2000,2,'Lethtendris','','','','','','','','','','','','','','','',16712190,0), + (346,429,0,3000,3,'Alzzin the Wildshaper','','','','','','','','','','','','','','','',16712190,0), + (347,429,0,4000,4,'Illyanna Ravenoak','','','','','','','','','','','','','','','',16712190,0), + (348,429,0,5000,5,'Magister Kalendris','','','','','','','','','','','','','','','',16712190,0), + (349,429,0,6000,6,'Immol\'thar','','','','','','','','','','','','','','','',16712190,0), + (350,429,0,3500,7,'Tendris Warpwood','','','','','','','','','','','','','','','',16712190,0), + (361,429,0,7000,8,'Prince Tortheldrin','','','','','','','','','','','','','','','',16712190,0), + (362,429,0,8000,9,'Guard Mol\'dar','','','','','','','','','','','','','','','',16712190,0), + (363,429,0,9000,10,'Stomper Kreeg','','','','','','','','','','','','','','','',16712190,0), + (364,429,0,10000,11,'Guard Fengus','','','','','','','','','','','','','','','',16712190,0), + (365,429,0,11000,12,'Guard Slip\'kik','','','','','','','','','','','','','','','',16712190,0), + (366,429,0,12000,13,'Captain Kromcrush','','','','','','','','','','','','','','','',16712190,0), + (367,429,0,13000,14,'Cho\'Rush the Observer','','','','','','','','','','','','','','','',16712190,0), + (368,429,0,14000,15,'King Gordok','','','','','','','','','','','','','','','',16712190,0), + (369,600,0,0,0,'Trollgore','','','','','','','','','','','','','','','',16712190,0), + (370,600,1,1000,0,'Trollgore','','','','','','','','','','','','','','','',16712190,0), + (371,600,0,1000,1,'Novos the Summoner','','','','','','','','','','','','','','','',16712190,0), + (372,600,1,2000,1,'Novos the Summoner','','','','','','','','','','','','','','','',16712190,0), + (373,600,0,2000,2,'King Dred','','','','','','','','','','','','','','','',16712190,0), + (374,600,1,3000,2,'King Dred','','','','','','','','','','','','','','','',16712190,0), + (375,600,0,3000,3,'The Prophet Tharon\'ja','','','','','','','','','','','','','','','',16712190,0), + (376,600,1,4000,3,'The Prophet Tharon\'ja','','','','','','','','','','','','','','','',16712190,0), + (378,90,0,2500,1,'Viscous Fallout','','','','','','','','','','','','','','','',16712190,0), + (379,90,0,2000,2,'Grubbis','','','','','','','','','','','','','','','',16712190,0), + (380,90,0,3000,3,'Electrocutioner 6000','','','','','','','','','','','','','','','',16712190,0), + (381,90,0,4000,4,'Crowd Pummeler 9-60','','','','','','','','','','','','','','','',16712190,0), + (382,90,0,5000,5,'Mekgineer Thermaplugg','','','','','','','','','','','','','','','',16712190,0), + (383,604,0,0,0,'Slad\'ran','','','','','','','','','','','','','','','',16712190,0), + (384,604,1,1000,0,'Slad\'ran','','','','','','','','','','','','','','','',16712190,0), + (385,604,0,1000,1,'Drakkari Colossus','','','','','','','','','','','','','','','',16712190,0), + (386,604,1,2000,1,'Drakkari Colossus','','','','','','','','','','','','','','','',16712190,0), + (387,604,0,2000,2,'Moorabi','','','','','','','','','','','','','','','',16712190,0), + (388,604,1,3000,2,'Moorabi','','','','','','','','','','','','','','','',16712190,0), + (389,604,1,4000,3,'Eck the Ferocious','','','','','','','','','','','','','','','',16712190,0), + (390,604,0,3000,3,'Gal\'darah','','','','','','','','','','','','','','','',16712190,0), + (391,604,1,5000,4,'Gal\'darah','','','','','','','','','','','','','','','',16712190,0), + (392,543,0,0,0,'Watchkeeper Gargolmar','','','','','','','','','','','','','','','',16712190,0), + (393,543,1,1000,0,'Watchkeeper Gargolmar','','','','','','','','','','','','','','','',16712190,0), + (394,543,0,1000,1,'Omor the Unscarred','','','','','','','','','','','','','','','',16712190,0), + (395,543,1,2000,1,'Omor the Unscarred','','','','','','','','','','','','','','','',16712190,0), + (396,543,0,2000,2,'Vazruden the Herald','','','','','','','','','','','','','','','',16712190,0), + (397,543,1,3000,2,'Vazruden the Herald','','','','','','','','','','','','','','','',16712190,0), + (401,542,0,0,0,'The Maker','','','','','','','','','','','','','','','',16712190,0), + (402,542,1,1000,0,'The Maker','','','','','','','','','','','','','','','',16712190,0), + (403,542,0,1000,1,'Broggok','','','','','','','','','','','','','','','',16712190,0), + (404,542,1,2000,1,'Broggok','','','','','','','','','','','','','','','',16712190,0), + (405,542,0,2000,2,'Keli\'dan the Breaker','','','','','','','','','','','','','','','',16712190,0), + (406,542,1,3000,2,'Keli\'dan the Breaker','','','','','','','','','','','','','','','',16712190,0), + (407,540,0,0,0,'Grand Warlock Nethekurse','','','','','','','','','','','','','','','',16712190,0), + (408,540,1,1000,0,'Grand Warlock Nethekurse','','','','','','','','','','','','','','','',16712190,0), + (409,540,1,2000,1,'Blood Guard Porung','','','','','','','','','','','','','','','',16712190,0), + (410,540,0,1000,1,'Warbringer O\'mrogg','','','','','','','','','','','','','','','',16712190,0), + (411,540,1,3000,2,'Warbringer O\'mrogg','','','','','','','','','','','','','','','',16712190,0), + (412,540,0,2000,2,'Warchief Kargath Bladefist','','','','','','','','','','','','','','','',16712190,0), + (413,540,1,4000,3,'Warchief Kargath Bladefist','','','','','','','','','','','','','','','',16712190,0), + (414,585,0,0,0,'Selin Fireheart','','','','','','','','','','','','','','','',16712190,0), + (415,585,1,1000,0,'Selin Fireheart','','','','','','','','','','','','','','','',16712190,0), + (416,585,0,1000,1,'Vexallus','','','','','','','','','','','','','','','',16712190,0), + (417,585,1,2000,1,'Vexallus','','','','','','','','','','','','','','','',16712190,0), + (418,585,0,2000,2,'Priestess Delrissa','','','','','','','','','','','','','','','',16712190,0), + (419,585,1,3000,2,'Priestess Delrissa','','','','','','','','','','','','','','','',16712190,0), + (420,585,0,3000,3,'Kael\'thas Sunstrider','','','','','','','','','','','','','','','',16712190,0), + (421,585,1,4000,3,'Kael\'thas Sunstrider','','','','','','','','','','','','','','','',16712190,0), + (422,349,0,0,0,'Noxxion','','','','','','','','','','','','','','','',16712190,0), + (423,349,0,1000,1,'Razorlash','','','','','','','','','','','','','','','',16712190,0), + (424,349,0,2000,2,'Lord Vyletongue','','','','','','','','','','','','','','','',16712190,0), + (425,349,0,3000,3,'Celebras the Cursed','','','','','','','','','','','','','','','',16712190,0), + (426,349,0,4000,4,'Landslide','','','','','','','','','','','','','','','',16712190,0), + (427,349,0,5000,5,'Tinkerer Gizlock','','','','','','','','','','','','','','','',16712190,0), + (428,349,0,6000,6,'Rotgrip','','','','','','','','','','','','','','','',16712190,0), + (429,349,0,7000,7,'Princess Theradras','','','','','','','','','','','','','','','',16712190,0), + (430,389,0,0,0,'Oggleflint','','','','','','','','','','','','','','','',16712190,0), + (431,389,0,4000,1,'Taragaman the Hungerer','','','','','','','','','','','','','','','',16712190,0), + (432,389,0,2000,2,'Jergosh the Invoker','','','','','','','','','','','','','','','',16712190,0), + (433,389,0,3000,3,'Bazzalan','','','','','','','','','','','','','','','',16712190,0), + (434,129,0,0,0,'Tuten\'kash','','','','','','','','','','','','','','','',16712190,0), + (435,129,0,1000,1,'Mordresh Fire Eye','','','','','','','','','','','','','','','',16712190,0), + (436,129,0,2000,2,'Glutton','','','','','','','','','','','','','','','',16712190,0), + (437,129,0,3000,3,'Amnennar the Coldbringer','','','','','','','','','','','','','','','',16712190,0), + (438,47,0,0,0,'Roogug','','','','','','','','','','','','','','','',16712190,0), + (439,47,0,1000,1,'Aggem Thorncurse','','','','','','','','','','','','','','','',16712190,0), + (440,47,0,4294966296,2,'Death Speaker Jargba','','','','','','','','','','','','','','','',16712190,0), + (441,47,0,3000,3,'Overlord Ramtusk','','','','','','','','','','','','','','','',16712190,0), + (443,47,0,4000,4,'Charlga Razorflank','','','','','','','','','','','','','','','',16712190,0), + (444,189,0,0,0,'Interrogator Vishas','','','','','','','','','','','','','','','',16712190,0), + (445,189,0,1000,1,'Bloodmage Thalnos','','','','','','','','','','','','','','','',16712190,0), + (446,189,0,2000,2,'Houndmaster Loksey','','','','','','','','','','','','','','','',16712190,0), + (447,189,0,3000,3,'Arcanist Doan','','','','','','','','','','','','','','','',16712190,0), + (448,189,0,4000,4,'Herod','','','','','','','','','','','','','','','',16712190,0), + (449,189,0,5000,5,'High Inquisitor Fairbanks','','','','','','','','','','','','','','','',16712190,0), + (450,189,0,6000,6,'High Inquisitor Whitemane','','','','','','','','','','','','','','','',16712190,0), + (451,289,0,0,0,'Kirtonos the Herald','','','','','','','','','','','','','','','',16712190,0), + (452,289,0,1000,1,'Jandice Barov','','','','','','','','','','','','','','','',16712190,0), + (453,289,0,2000,2,'Rattlegore','','','','','','','','','','','','','','','',16712190,0), + (454,289,0,3000,3,'Marduk Blackpool','','','','','','','','','','','','','','','',16712190,0), + (455,289,0,4000,4,'Vectus','','','','','','','','','','','','','','','',16712190,0), + (456,289,0,5000,5,'Ras Frostwhisper','','','','','','','','','','','','','','','',16712190,0), + (457,289,0,6000,6,'Instructor Malicia','','','','','','','','','','','','','','','',16712190,0), + (458,289,0,7000,7,'Doctor Theolen Krastinov','','','','','','','','','','','','','','','',16712190,0), + (459,289,0,8000,8,'Lorekeeper Polkelt','','','','','','','','','','','','','','','',16712190,0), + (460,289,0,9000,9,'The Ravenian','','','','','','','','','','','','','','','',16712190,0), + (461,289,0,10000,10,'Lord Alexei Barov','','','','','','','','','','','','','','','',16712190,0), + (462,289,0,11000,11,'Lady Illucia Barov','','','','','','','','','','','','','','','',16712190,0), + (463,289,0,12000,12,'Darkmaster Gandling','','','','','','','','','','','','','','','',16712190,0), + (464,33,0,0,0,'Rethilgore','','','','','','','','','','','','','','','',16712190,0), + (465,33,0,1000,1,'Razorclaw the Butcher','','','','','','','','','','','','','','','',16712190,0), + (466,33,0,2000,2,'Baron Silverlaine','','','','','','','','','','','','','','','',16712190,0), + (467,33,0,3000,3,'Commander Springvale','','','','','','','','','','','','','','','',16712190,0), + (468,33,0,4000,4,'Odo the Blindwatcher','','','','','','','','','','','','','','','',16712190,0), + (469,33,0,5000,5,'Fenrus the Devourer','','','','','','','','','','','','','','','',16712190,0), + (470,33,0,6000,6,'Wolf Master Nandos','','','','','','','','','','','','','','','',16712190,0), + (471,33,0,7000,7,'Archmage Arugal','','','','','','','','','','','','','','','',16712190,0), + (472,329,0,6500,0,'The Unforgiven','','','','','','','','','','','','','','','',16712190,0), + (473,329,0,1000,1,'Hearthsinger Forresten','','','','','','','','','','','','','','','',16712190,0), + (474,329,0,2000,2,'Timmy the Cruel','','','','','','','','','','','','','','','',16712190,0), + (475,329,0,3000,3,'Cannon Master Willey','','','','','','','','','','','','','','','',16712190,0), + (476,329,0,4000,4,'Malor the Zealous','','','','','','','','','','','','','','','',16712190,0), + (477,329,0,5000,5,'Archivist Galford','','','','','','','','','','','','','','','',16712190,0), + (478,329,0,6000,6,'Balnazzar','','','','','','','','','','','','','','','',16712190,0), + (479,329,0,7000,7,'Baroness Anastari','','','','','','','','','','','','','','','',16712190,0), + (480,329,0,8000,8,'Nerub\'enkan','','','','','','','','','','','','','','','',16712190,0), + (481,329,0,9000,9,'Maleki the Pallid','','','','','','','','','','','','','','','',16712190,0), + (482,329,0,10000,10,'Magistrate Barthilas','','','','','','','','','','','','','','','',16712190,0), + (483,329,0,11000,11,'Ramnstein the Gorger','','','','','','','','','','','','','','','',16712190,0), + (484,329,0,12000,12,'Baron Rivendare','','','','','','','','','','','','','','','',16712190,0), + (485,109,0,0,0,'Atal\'alarion','','','','','','','','','','','','','','','',16712190,0), + (486,109,0,1000,1,'Dreamscythe','','','','','','','','','','','','','','','',16712190,0), + (487,109,0,2000,2,'Weaver','','','','','','','','','','','','','','','',16712190,0), + (488,109,0,500,3,'Jammal\'an the Prophet','','','','','','','','','','','','','','','',16712190,0), + (490,109,0,5000,5,'Morphaz','','','','','','','','','','','','','','','',16712190,0), + (491,109,0,6000,6,'Hazzas','','','','','','','','','','','','','','','',16712190,0), + (492,109,0,7000,7,'Avatar of Hakkar','','','','','','','','','','','','','','','',16712190,0), + (493,109,0,8000,8,'Shade of Eranikus','','','','','','','','','','','','','','','',16712190,0), + (494,552,0,0,0,'Zereketh the Unbound','','','','','','','','','','','','','','','',16712190,0), + (495,552,1,1000,0,'Zereketh the Unbound','','','','','','','','','','','','','','','',16712190,0), + (496,552,0,1000,1,'Dalliah the Doomsayer','','','','','','','','','','','','','','','',16712190,0), + (497,552,1,2000,1,'Dalliah the Doomsayer','','','','','','','','','','','','','','','',16712190,0), + (498,552,0,2000,2,'Wrath-Scryer Soccothrates','','','','','','','','','','','','','','','',16712190,0), + (499,552,1,3000,2,'Wrath-Scryer Soccothrates','','','','','','','','','','','','','','','',16712190,0), + (500,552,0,3000,3,'Harbinger Skyriss','','','','','','','','','','','','','','','',16712190,0), + (501,552,1,4000,3,'Harbinger Skyriss','','','','','','','','','','','','','','','',16712190,0), + (502,553,0,0,0,'Commander Sarannis','','','','','','','','','','','','','','','',16712190,0), + (504,553,1,1000,0,'Commander Sarannis','','','','','','','','','','','','','','','',16712190,0), + (505,553,0,1000,1,'High Botanist Freywinn','','','','','','','','','','','','','','','',16712190,0), + (506,553,1,2000,1,'High Botanist Freywinn','','','','','','','','','','','','','','','',16712190,0), + (507,553,0,2000,2,'Thorngrin the Tender','','','','','','','','','','','','','','','',16712190,0), + (508,553,1,3000,2,'Thorngrin the Tender','','','','','','','','','','','','','','','',16712190,0), + (509,553,0,3000,3,'Laj','','','','','','','','','','','','','','','',16712190,0), + (510,553,1,4000,3,'Laj','','','','','','','','','','','','','','','',16712190,0), + (511,553,0,4000,4,'Warp Splinter','','','','','','','','','','','','','','','',16712190,0), + (512,553,1,5000,4,'Warp Splinter','','','','','','','','','','','','','','','',16712190,0), + (513,554,0,0,0,'Mechano-Lord Capacitus','','','','','','','','','','','','','','','',16712190,0), + (514,554,1,1000,0,'Mechano-Lord Capacitus','','','','','','','','','','','','','','','',16712190,0), + (515,554,0,1000,1,'Nethermancer Sepethrea','','','','','','','','','','','','','','','',16712190,0), + (516,554,1,2000,1,'Nethermancer Sepethrea','','','','','','','','','','','','','','','',16712190,0), + (517,554,0,2000,2,'Pathaleon the Calculator','','','','','','','','','','','','','','','',16712190,0), + (518,554,1,3000,2,'Pathaleon the Calculator','','','','','','','','','','','','','','','',16712190,0), + (519,576,1,0,0,'Frozen Commander','','','','','','','','','','','','','','','',16712190,0), + (520,576,0,0,0,'Grand Magus Telestra','','','','','','','','','','','','','','','',16712190,0), + (521,576,1,1000,1,'Grand Magus Telestra','','','','','','','','','','','','','','','',16712190,0), + (522,576,0,1000,1,'Anomalus','','','','','','','','','','','','','','','',16712190,0), + (523,576,1,2000,2,'Anomalus','','','','','','','','','','','','','','','',16712190,0), + (524,576,0,2000,2,'Ormorok the Tree-Shaper','','','','','','','','','','','','','','','',16712190,0), + (525,576,1,3000,3,'Ormrok the Tree-Shaper','','','','','','','','','','','','','','','',16712190,0), + (526,576,0,3000,3,'Keristrasza','','','','','','','','','','','','','','','',16712190,0), + (527,576,1,4000,4,'Keristrasza','','','','','','','','','','','','','','','',16712190,0), + (528,578,0,0,0,'Drakos the Interrogator','','','','','','','','','','','','','','','',16712190,0), + (529,578,1,1000,0,'Drakos the Interrogator','','','','','','','','','','','','','','','',16712190,0), + (530,578,0,1000,1,'Varos Cloudstrider','','','','','','','','','','','','','','','',16712190,0), + (531,578,1,2000,1,'Varos Cloudstrider','','','','','','','','','','','','','','','',16712190,0), + (532,578,0,2000,2,'Mage-Lord Urom','','','','','','','','','','','','','','','',16712190,0), + (533,578,1,3000,2,'Mage-Lord Urom','','','','','','','','','','','','','','','',16712190,0), + (534,578,0,3000,3,'Ley-Guardian Eregos','','','','','','','','','','','','','','','',16712190,0), + (535,578,1,4000,3,'Ley-Guardian Eregos','','','','','','','','','','','','','','','',16712190,0), + (536,34,0,0,0,'Targorr the Dread','','','','','','','','','','','','','','','',16712190,0), + (537,34,0,1000,1,'Kam Deepfury','','','','','','','','','','','','','','','',16712190,0), + (538,34,0,2000,2,'Hamhock','','','','','','','','','','','','','','','',16712190,0), + (539,34,0,5000,3,'Bazil Thredd','','','','','','','','','','','','','','','',16712190,0), + (540,34,0,4000,4,'Dextren Ward','','','','','','','','','','','','','','','',16712190,0), + (541,608,0,0,0,'First Prisoner','','','','','','','','','','','','','','','',16712190,0), + (542,608,1,1000,0,'First Prisoner','','','','','','','','','','','','','','','',16712190,0), + (543,608,0,1000,1,'Second Prisoner','','','','','','','','','','','','','','','',16712190,0), + (544,608,1,2000,1,'Second Prisoner','','','','','','','','','','','','','','','',16712190,0), + (545,608,0,2000,2,'Cyanigosa','','','','','','','','','','','','','','','',16712190,0), + (546,608,1,3000,2,'Cyanigosa','','','','','','','','','','','','','','','',16712190,0), + (547,70,0,0,0,'Revelosh','','','','','','','','','','','','','','','',16712190,0), + (548,70,0,1000,1,'The Lost Dwarves','','','','','','','','','','','','','','','',16712190,0), + (549,70,0,2000,2,'Ironaya','','','','','','','','','','','','','','','',16712190,0), + (551,70,0,4000,4,'Ancient Stone Keeper','','','','','','','','','','','','','','','',16712190,0), + (552,70,0,5000,5,'Galgann Firehammer','','','','','','','','','','','','','','','',16712190,0), + (553,70,0,6000,6,'Grimlok','','','','','','','','','','','','','','','',16712190,0), + (554,70,0,7000,7,'Archaedas','','','','','','','','','','','','','','','',16712190,0), + (555,602,0,0,0,'General Bjarngrim','','','','','','','','','','','','','','','',16712190,0), + (556,602,1,1000,0,'General Bjarngrim','','','','','','','','','','','','','','','',16712190,0), + (557,602,0,1000,1,'Volkhan','','','','','','','','','','','','','','','',16712190,0), + (558,602,1,2000,1,'Volkhan','','','','','','','','','','','','','','','',16712190,0), + (559,602,0,2000,2,'Ionar','','','','','','','','','','','','','','','',16712190,0), + (560,602,1,3000,2,'Ionar','','','','','','','','','','','','','','','',16712190,0), + (561,602,0,3000,3,'Loken','','','','','','','','','','','','','','','',16712190,0), + (562,602,1,4000,3,'Loken','','','','','','','','','','','','','','','',16712190,0), + (563,599,0,0,0,'Krystallus','','','','','','','','','','','','','','','',16712190,0), + (564,599,1,1000,0,'Krystallus','','','','','','','','','','','','','','','',16712190,0), + (565,599,0,1000,1,'Maiden of Grief','','','','','','','','','','','','','','','',16712190,0), + (566,599,1,2000,1,'Maiden of Grief','','','','','','','','','','','','','','','',16712190,0), + (567,599,0,2000,2,'Tribunal of Ages','','','','','','','','','','','','','','','',16712190,0), + (568,599,1,3000,2,'Tribunal of Ages','','','','','','','','','','','','','','','',16712190,0), + (569,599,0,3000,3,'Sjonnir the Ironshaper','','','','','','','','','','','','','','','',16712190,0), + (570,599,1,4000,3,'Sjonnir the Ironshaper','','','','','','','','','','','','','','','',16712190,0), + (571,574,0,0,0,'Prince Keleseth','','','','','','','','','','','','','','','',16712190,0), + (572,574,1,1000,0,'Prince Keleseth','','','','','','','','','','','','','','','',16712190,0), + (573,574,0,1000,1,'Skarvold & Dalronn','','','','','','','','','','','','','','','',16712190,0), + (574,574,1,2000,1,'Skarvold & Dalronn','','','','','','','','','','','','','','','',16712190,0), + (575,574,0,2000,2,'Ingvar the Plunderer','','','','','','','','','','','','','','','',16712190,0), + (576,574,1,3000,2,'Ingvar the Plunderer','','','','','','','','','','','','','','','',16712190,0), + (577,575,0,0,0,'Svala Sorrowgrave','','','','','','','','','','','','','','','',16712190,0), + (578,575,1,1000,0,'Svala Sorrowgrave','','','','','','','','','','','','','','','',16712190,0), + (579,575,0,1000,1,'Gortok Palehoof','','','','','','','','','','','','','','','',16712190,0), + (580,575,1,2000,1,'Gortok Palehoof','','','','','','','','','','','','','','','',16712190,0), + (581,575,0,2000,2,'Skadi the Ruthless','','','','','','','','','','','','','','','',16712190,0), + (582,575,1,3000,2,'Skadi the Ruthless','','','','','','','','','','','','','','','',16712190,0), + (583,575,0,3000,3,'King Ymiron','','','','','','','','','','','','','','','',16712190,0), + (584,575,1,4000,3,'King Ymiron','','','','','','','','','','','','','','','',16712190,0), + (585,43,0,0,0,'Lady Anacondra','','','','','','','','','','','','','','','',16712190,0), + (586,43,0,1000,1,'Lord Cobrahn','','','','','','','','','','','','','','','',16712190,0), + (587,43,0,2000,2,'Kresh','','','','','','','','','','','','','','','',16712190,0), + (588,43,0,3000,3,'Lord Pythas','','','','','','','','','','','','','','','',16712190,0), + (589,43,0,4000,4,'Skum','','','','','','','','','','','','','','','',16712190,0), + (590,43,0,5000,5,'Lord Serpentis','','','','','','','','','','','','','','','',16712190,0), + (591,43,0,6000,6,'Verdan the Everliving','','','','','','','','','','','','','','','',16712190,0), + (592,43,0,7000,7,'Mutanus the Devourer','','','','','','','','','','','','','','','',16712190,0), + (593,209,0,0,0,'Hydromancer Velratha','','','','','','','','','','','','','','','',16712190,0), + (594,209,0,1000,1,'Ghaz\'rilla','','','','','','','','','','','','','','','',16712190,0), + (595,209,0,2000,2,'Antu\'sul','','','','','','','','','','','','','','','',16712190,0), + (596,209,0,3000,3,'Theka the Martyr','','','','','','','','','','','','','','','',16712190,0), + (597,209,0,4000,4,'Witch Doctor Zum\'rah','','','','','','','','','','','','','','','',16712190,0), + (598,209,0,5000,5,'Nekrum Gutchewer','','','','','','','','','','','','','','','',16712190,0), + (599,209,0,6000,6,'Shadowpriest Sezz\'ziz','','','','','','','','','','','','','','','',16712190,0), + (600,209,0,7000,7,'Chief Ukorz Sandscalp','','','','','','','','','','','','','','','',16712190,0), + (601,564,0,0,0,'High Warlord Naj\'entus','','','','','','','','','','','','','','','',16712190,0), + (602,564,0,1000,1,'Supremus','','','','','','','','','','','','','','','',16712190,0), + (603,564,0,2000,2,'Shade of Akama','','','','','','','','','','','','','','','',16712190,0), + (604,564,0,3000,3,'Teron Gorefiend','','','','','','','','','','','','','','','',16712190,0), + (605,564,0,4000,4,'Gurtogg Bloodboil','','','','','','','','','','','','','','','',16712190,0), + (606,564,0,5000,5,'Reliquary of Souls','','','','','','','','','','','','','','','',16712190,0), + (607,564,0,6000,6,'Mother Shahraz','','','','','','','','','','','','','','','',16712190,0), + (608,564,0,7000,7,'The Illidari Council','','','','','','','','','','','','','','','',16712190,0), + (609,564,0,8000,8,'Illidan Stormrage','','','','','','','','','','','','','','','',16712190,0), + (610,469,0,0,0,'Razorgore the Untamed','','','','','','','','','','','','','','','',16712190,0), + (611,469,0,1000,1,'Vaelastrasz the Corrupt','','','','','','','','','','','','','','','',16712190,0), + (612,469,0,2000,2,'Broodlord Lashlayer','','','','','','','','','','','','','','','',16712190,0), + (613,469,0,3000,3,'Firemaw','','','','','','','','','','','','','','','',16712190,0), + (614,469,0,4000,4,'Ebonroc','','','','','','','','','','','','','','','',16712190,0), + (615,469,0,5000,5,'Flamegor','','','','','','','','','','','','','','','',16712190,0), + (616,469,0,6000,6,'Chromaggus','','','','','','','','','','','','','','','',16712190,0), + (617,469,0,7000,7,'Nefarian','','','','','','','','','','','','','','','',16712190,0), + (618,534,0,0,0,'Rage Winterchill','','','','','','','','','','','','','','','',16712190,0), + (619,534,0,1000,1,'Anetheron','','','','','','','','','','','','','','','',16712190,0), + (620,534,0,2000,2,'Kaz\'rogal','','','','','','','','','','','','','','','',16712190,0), + (621,534,0,3000,3,'Azgalor','','','','','','','','','','','','','','','',16712190,0), + (622,534,0,4000,4,'Archimonde','','','','','','','','','','','','','','','',16712190,0), + (623,548,0,0,0,'Hydross the Unstable','','','','','','','','','','','','','','','',16712190,0), + (624,548,0,1000,1,'The Lurker Below','','','','','','','','','','','','','','','',16712190,0), + (625,548,0,2000,2,'Leotheras the Blind','','','','','','','','','','','','','','','',16712190,0), + (626,548,0,3000,3,'Fathom-Lord Karathress','','','','','','','','','','','','','','','',16712190,0), + (627,548,0,4000,4,'Morogrim Tidewalker','','','','','','','','','','','','','','','',16712190,0), + (628,548,0,5000,5,'Lady Vashj','','','','','','','','','','','','','','','',16712190,0), + (629,649,0,0,0,'Northrend Beasts','','','','','','','','','','','','','','','',16712190,0), + (630,649,1,1000,0,'Northrend Beasts','','','','','','','','','','','','','','','',16712190,0), + (631,649,2,2000,0,'Northrend Beasts','','','','','','','','','','','','','','','',16712190,0), + (632,649,3,3000,0,'Northrend Beasts','','','','','','','','','','','','','','','',16712190,0), + (633,649,0,1000,1,'Lord Jaraxxus','','','','','','','','','','','','','','','',16712190,0), + (634,649,1,2000,1,'Lord Jaraxxus','','','','','','','','','','','','','','','',16712190,0), + (635,649,2,3000,1,'Lord Jaraxxus','','','','','','','','','','','','','','','',16712190,0), + (636,649,3,4000,1,'Lord Jaraxxus','','','','','','','','','','','','','','','',16712190,0), + (637,649,0,2000,2,'Faction Champions','','','','','','','','','','','','','','','',16712190,0), + (638,649,1,3000,2,'Faction Champions','','','','','','','','','','','','','','','',16712190,0), + (639,649,2,4000,2,'Faction Champions','','','','','','','','','','','','','','','',16712190,0), + (640,649,3,5000,2,'Faction Champions','','','','','','','','','','','','','','','',16712190,0), + (641,649,0,3000,3,'Val\'kyr Twins','','','','','','','','','','','','','','','',16712190,0), + (642,649,1,4000,3,'Val\'kyr Twins','','','','','','','','','','','','','','','',16712190,0), + (643,649,2,5000,3,'Val\'kyr Twins','','','','','','','','','','','','','','','',16712190,0), + (644,649,3,6000,3,'Val\'kyr Twins','','','','','','','','','','','','','','','',16712190,0), + (645,649,0,4000,4,'Anub\'arak','','','','','','','','','','','','','','','',16712190,0), + (646,649,1,5000,4,'Anub\'arak','','','','','','','','','','','','','','','',16712190,0), + (647,649,2,6000,4,'Anub\'arak','','','','','','','','','','','','','','','',16712190,0), + (648,649,3,7000,4,'Anub\'arak','','','','','','','','','','','','','','','',16712190,0), + (649,565,0,0,0,'High King Maulgar','','','','','','','','','','','','','','','',16712190,0), + (650,565,0,1000,1,'Gruul the Dragonkiller','','','','','','','','','','','','','','','',16712190,0), + (651,544,0,0,0,'Magtheridon','','','','','','','','','','','','','','','',16712190,0), + (652,532,0,0,0,'Attumen the Huntsman','','','','','','','','','','','','','','','',16712190,0), + (653,532,0,1000,1,'Moroes','','','','','','','','','','','','','','','',16712190,0), + (654,532,0,2000,2,'Maiden of the Virtue','','','','','','','','','','','','','','','',16712190,0), + (655,532,0,3000,3,'Opera Event','','','','','','','','','','','','','','','',16712190,0), + (656,532,0,4000,4,'The Curator','','','','','','','','','','','','','','','',16712190,0), + (657,532,0,5000,5,'Terestian Illhoof','','','','','','','','','','','','','','','',16712190,0), + (658,532,0,6000,6,'Shade of Aran','','','','','','','','','','','','','','','',16712190,0), + (659,532,0,7000,7,'Netherspite','','','','','','','','','','','','','','','',16712190,0), + (660,532,0,8000,8,'Chess Event','','','','','','','','','','','','','','','',16712190,0), + (661,532,0,9000,9,'Prince Malchezaar','','','','','','','','','','','','','','','',16712190,0), + (662,532,0,10000,10,'Nightbane','','','','','','','','','','','','','','','',16712190,0), + (663,409,0,0,0,'Lucifron','','','','','','','','','','','','','','','',16712190,0), + (664,409,0,1000,1,'Magmadar','','','','','','','','','','','','','','','',16712190,0), + (665,409,0,2000,2,'Gehennas','','','','','','','','','','','','','','','',16712190,0), + (666,409,0,3000,3,'Garr','','','','','','','','','','','','','','','',16712190,0), + (667,409,0,4000,4,'Shazzrah','','','','','','','','','','','','','','','',16712190,0), + (668,409,0,5000,5,'Baron Geddon','','','','','','','','','','','','','','','',16712190,0), + (669,409,0,6000,6,'Sulfuron Harbinger','','','','','','','','','','','','','','','',16712190,0), + (670,409,0,7000,7,'Golemagg the Incinerator','','','','','','','','','','','','','','','',16712190,0), + (671,409,0,8000,8,'Majordomo Executus','','','','','','','','','','','','','','','',16712190,0), + (672,409,0,9000,9,'Ragnaros','','','','','','','','','','','','','','','',16712190,0), + (673,533,0,0,0,'Anub\'Rekhan','','','','','','','','','','','','','','','',16712190,0), + (674,533,1,1000,0,'Anub\'Rekhan','','','','','','','','','','','','','','','',16712190,0), + (677,533,0,1000,1,'Grand Widow Faerlina','','','','','','','','','','','','','','','',16712190,0), + (678,533,1,2000,1,'Grand Widow Faerlina','','','','','','','','','','','','','','','',16712190,0), + (679,533,0,2000,2,'Maexxna','','','','','','','','','','','','','','','',16712190,0), + (680,533,1,3000,2,'Maexxna','','','','','','','','','','','','','','','',16712190,0), + (681,533,0,3000,3,'Noth the Plaguebringer','','','','','','','','','','','','','','','',16712190,0), + (682,533,1,4000,3,'Noth the Plaguebringer','','','','','','','','','','','','','','','',16712190,0), + (683,533,0,4000,4,'Heigan the Unclean','','','','','','','','','','','','','','','',16712190,0), + (684,533,1,5000,4,'Heigan the Unclean ','','','','','','','','','','','','','','','',16712190,0), + (685,533,0,5000,5,'Loatheb','','','','','','','','','','','','','','','',16712190,0), + (686,533,1,6000,5,'Loatheb','','','','','','','','','','','','','','','',16712190,0), + (687,533,0,6000,6,'Instructor Razuvious','','','','','','','','','','','','','','','',16712190,0), + (689,533,1,7000,6,'Instructor Razuvious','','','','','','','','','','','','','','','',16712190,0), + (690,533,0,7000,7,'Gothik the Harvester','','','','','','','','','','','','','','','',16712190,0), + (691,533,1,8000,7,'Gothik the Harvester','','','','','','','','','','','','','','','',16712190,0), + (692,533,0,8000,8,'The Four Horsemen','','','','','','','','','','','','','','','',16712190,0), + (693,533,1,9000,8,'The Four Horsemen','','','','','','','','','','','','','','','',16712190,0), + (694,533,0,9000,9,'Patchwerk','','','','','','','','','','','','','','','',16712190,0), + (695,533,1,10000,9,'Patchwerk ','','','','','','','','','','','','','','','',16712190,0), + (696,533,0,10000,10,'Grobbulus','','','','','','','','','','','','','','','',16712190,0), + (697,533,1,11000,10,'Grobbulus','','','','','','','','','','','','','','','',16712190,0), + (698,533,0,11000,11,'Gluth','','','','','','','','','','','','','','','',16712190,0), + (699,533,1,12000,11,'Gluth','','','','','','','','','','','','','','','',16712190,0), + (700,533,0,12000,12,'Thaddius','','','','','','','','','','','','','','','',16712190,0), + (701,533,1,13000,12,'Thaddius','','','','','','','','','','','','','','','',16712190,0), + (702,533,0,13000,13,'Sapphiron','','','','','','','','','','','','','','','',16712190,0), + (703,533,1,14000,13,'Sapphiron','','','','','','','','','','','','','','','',16712190,0), + (704,533,0,14000,14,'Kel\'Thuzad','','','','','','','','','','','','','','','',16712190,0), + (706,533,1,15000,14,'Kel\'Thuzad','','','','','','','','','','','','','','','',16712190,0), + (707,249,0,0,0,'Onyxia','','','','','','','','','','','','','','','',16712190,0), + (708,249,1,1000,0,'Onyxia','','','','','','','','','','','','','','','',16712190,0), + (709,531,0,0,0,'The Prophet Skeram','','','','','','','','','','','','','','','',16712190,0), + (710,531,0,1000,1,'Silithid Royalty','','','','','','','','','','','','','','','',16712190,0), + (711,531,0,2000,2,'Battleguard Sartura','','','','','','','','','','','','','','','',16712190,0), + (712,531,0,3000,3,'Fankriss the Unyielding','','','','','','','','','','','','','','','',16712190,0), + (713,531,0,4000,4,'Viscidus','','','','','','','','','','','','','','','',16712190,0), + (714,531,0,5000,5,'Princess Huhuran','','','','','','','','','','','','','','','',16712190,0), + (715,531,0,6000,6,'Twin Emperors','','','','','','','','','','','','','','','',16712190,0), + (716,531,0,7000,7,'Ouro','','','','','','','','','','','','','','','',16712190,0), + (717,531,0,8000,8,'C\'thun','','','','','','','','','','','','','','','',16712190,0), + (718,509,0,0,0,'Kurinnaxx','','','','','','','','','','','','','','','',16712190,0), + (719,509,0,1000,1,'General Rajaxx','','','','','','','','','','','','','','','',16712190,0), + (720,509,0,2000,2,'Moam','','','','','','','','','','','','','','','',16712190,0), + (721,509,0,3000,3,'Buru the Gorger','','','','','','','','','','','','','','','',16712190,0), + (722,509,0,4000,4,'Ayamiss the Hunter','','','','','','','','','','','','','','','',16712190,0), + (723,509,0,5000,5,'Ossirian the Unscarred','','','','','','','','','','','','','','','',16712190,0), + (724,580,0,0,0,'Kalecgos','','','','','','','','','','','','','','','',16712190,0), + (725,580,0,1000,1,'Brutallus','','','','','','','','','','','','','','','',16712190,0), + (726,580,0,2000,2,'Felmyst','','','','','','','','','','','','','','','',16712190,0), + (727,580,0,3000,3,'Eredar Twins','','','','','','','','','','','','','','','',16712190,0), + (728,580,0,4000,4,'M\'uru','','','','','','','','','','','','','','','',16712190,0), + (729,580,0,5000,5,'Kil\'jaeden','','','','','','','','','','','','','','','',16712190,0), + (730,550,0,0,0,'Al\'ar','','','','','','','','','','','','','','','',16712190,0), + (731,550,0,1000,1,'Void Reaver','','','','','','','','','','','','','','','',16712190,0), + (732,550,0,2000,2,'High Astromancer Solarian','','','','','','','','','','','','','','','',16712190,0), + (733,550,0,3000,3,'Kael\'thas Sunstrider','','','','','','','','','','','','','','','',16712190,0), + (734,616,0,0,0,'Malygos','','','','','','','','','','','','','','','',16712190,0), + (735,616,1,1000,0,'Malygos','','','','','','','','','','','','','','','',16712190,0), + (736,615,0,0,0,'Tenebron','','','','','','','','','','','','','','','',16712190,0), + (737,615,1,1000,0,'Tenebron','','','','','','','','','','','','','','','',16712190,0), + (738,615,0,1000,1,'Shadron','','','','','','','','','','','','','','','',16712190,0), + (739,615,1,2000,1,'Shadron','','','','','','','','','','','','','','','',16712190,0), + (740,615,0,4294966296,2,'Vesperon','','','','','','','','','','','','','','','',16712190,0), + (741,615,1,0,2,'Vesperon','','','','','','','','','','','','','','','',16712190,0), + (742,615,0,3000,3,'Sartharion','','','','','','','','','','','','','','','',16712190,0), + (743,615,1,4000,3,'Sartharion','','','','','','','','','','','','','','','',16712190,0), + (744,603,0,0,0,'Flame Leviathan','','','','','','','','','','','','','','','',16712190,0), + (745,603,0,1000,1,'Ignis the Furnace Master','','','','','','','','','','','','','','','',16712190,0), + (746,603,0,2000,2,'Razorscale','','','','','','','','','','','','','','','',16712190,0), + (747,603,0,3000,3,'XT-002 Deconstructor','','','','','','','','','','','','','','','',16712190,0), + (748,603,0,4000,4,'The Iron Council','','','','','','','','','','','','','','','',16712190,0), + (749,603,0,5000,5,'Kologarn','','','','','','','','','','','','','','','',16712190,0), + (750,603,0,6000,6,'Auriaya','','','','','','','','','','','','','','','',16712190,0), + (751,603,0,7000,7,'Hodir','','','','','','','','','','','','','','','',16712190,0), + (752,603,0,8000,8,'Thorim','','','','','','','','','','','','','','','',16712190,0), + (753,603,0,9000,9,'Freya','','','','','','','','','','','','','','','',16712190,0), + (754,603,0,10000,10,'Mimiron','','','','','','','','','','','','','','','',16712190,0), + (755,603,0,11000,11,'General Vezax','','','','','','','','','','','','','','','',16712190,0), + (756,603,0,12000,12,'Yogg-Saron','','','','','','','','','','','','','','','',16712190,0), + (757,603,0,13000,13,'Algalon the Observer','','','','','','','','','','','','','','','',16712190,0), + (758,603,1,0,0,'Flame Leviathan','','','','','','','','','','','','','','','',16712190,0), + (759,603,1,1000,1,'Ignis the Furnace Master','','','','','','','','','','','','','','','',16712190,0), + (760,603,1,4500,2,'Razorscale','','','','','','','','','','','','','','','',16712190,0), + (761,603,1,5500,3,'XT-002 Deconstructor','','','','','','','','','','','','','','','',16712190,0), + (762,603,1,6500,4,'The Iron Council','','','','','','','','','','','','','','','',16712190,0), + (763,603,1,7500,5,'Kologarn','','','','','','','','','','','','','','','',16712190,0), + (764,603,1,8500,6,'Auriaya','','','','','','','','','','','','','','','',16712190,0), + (765,603,1,9500,7,'Hodir','','','','','','','','','','','','','','','',16712190,0), + (766,603,1,10500,8,'Thorim','','','','','','','','','','','','','','','',16712190,0), + (767,603,1,11500,9,'Freya','','','','','','','','','','','','','','','',16712190,0), + (768,603,1,12500,10,'Mimiron','','','','','','','','','','','','','','','',16712190,0), + (769,603,1,13500,11,'General Vezax','','','','','','','','','','','','','','','',16712190,0), + (770,603,1,14500,12,'Yogg-Saron','','','','','','','','','','','','','','','',16712190,0), + (771,603,1,15500,13,'Algalon the Observer','','','','','','','','','','','','','','','',16712190,0), + (772,624,0,0,0,'Archavon the Stone Watcher','','','','','','','','','','','','','','','',16712190,0), + (773,624,1,1000,0,'Archavon the Stone Watcher','','','','','','','','','','','','','','','',16712190,0), + (774,624,0,1000,1,'Emalon the Storm Watcher','','','','','','','','','','','','','','','',16712190,0), + (775,624,1,2000,1,'Emalon the Storm Watcher','','','','','','','','','','','','','','','',16712190,0), + (776,624,0,2000,2,'Koralon the Flame Watcher','','','','','','','','','','','','','','','',16712190,0), + (777,624,1,3000,2,'Koralon the Flame Watcher','','','','','','','','','','','','','','','',16712190,0), + (778,568,0,0,0,'Akil\'zon','','','','','','','','','','','','','','','',16712190,0), + (779,568,0,1000,1,'Nalorakk','','','','','','','','','','','','','','','',16712190,0), + (780,568,0,2000,2,'Jan\'alai','','','','','','','','','','','','','','','',16712190,0), + (781,568,0,3000,3,'Halazzi','','','','','','','','','','','','','','','',16712190,0), + (782,568,0,4000,4,'Hex Lord Malacrass','','','','','','','','','','','','','','','',16712190,0), + (783,568,0,5000,5,'Zul\'jin','','','','','','','','','','','','','','','',16712190,0), + (784,309,0,0,0,'High Priest Venoxis','','','','','','','','','','','','','','','',16712190,0), + (785,309,0,4294966296,1,'High Priestess Jeklik','','','','','','','','','','','','','','','',16712190,0), + (786,309,0,2000,2,'High Priestess Mar\'li','','','','','','','','','','','','','','','',16712190,0), + (787,309,0,3000,3,'Bloodlord Mandokir','','','','','','','','','','','','','','','',16712190,0), + (788,309,0,4000,4,'Edge of Madness','','','','','','','','','','','','','','','',16712190,0), + (789,309,0,5000,5,'High Priest Thekal','','','','','','','','','','','','','','','',16712190,0), + (790,309,0,6000,6,'Gahz\'ranka','','','','','','','','','','','','','','','',16712190,0), + (791,309,0,7000,7,'High Priestess Arlokk','','','','','','','','','','','','','','','',16712190,0), + (792,309,0,8000,8,'Jin\'do the Hexxer','','','','','','','','','','','','','','','',16712190,0), + (793,309,0,9000,9,'Hakkar','','','','','','','','','','','','','','','',16712190,0), + (829,632,0,0,0,'Bronjahm','','','','','','','','','','','','','','','',16712190,0), + (830,632,1,1000,0,'Bronjahm ','','','','','','','','','','','','','','','',16712190,0), + (831,632,0,1000,1,'Devourer of Souls','','','','','','','','','','','','','','','',16712190,0), + (832,632,1,2000,1,'Devourer of Souls','','','','','','','','','','','','','','','',16712190,0), + (833,658,0,0,0,'Forgemaster Garfrost','','','','','','','','','','','','','','','',16712190,0), + (834,658,1,1000,0,'Forgemaster Garfrost','','','','','','','','','','','','','','','',16712190,0), + (835,658,0,1000,1,'Krick','','','','','','','','','','','','','','','',16712190,0), + (836,658,1,2000,1,'Krick','','','','','','','','','','','','','','','',16712190,0), + (837,658,0,2000,2,'Overlrod Tyrannus','','','','','','','','','','','','','','','',16712190,0), + (838,658,1,3000,2,'Overlrod Tyrannus','','','','','','','','','','','','','','','',16712190,0), + (839,668,0,1500,0,'Marwyn','','','','','','','','','','','','','','','',16712190,0), + (840,668,1,1000,0,'Marwyn','','','','','','','','','','','','','','','',16712190,0), + (841,668,0,500,1,'Falric','','','','','','','','','','','','','','','',16712190,0), + (842,668,1,0,1,'Falric','','','','','','','','','','','','','','','',16712190,0), + (843,668,0,2000,2,'Escaped from Arthas','','','','','','','','','','','','','','','',16712190,0), + (844,668,1,3000,2,'Escaped from Arthas','','','','','','','','','','','','','','','',16712190,0), + (845,631,0,0,0,'Lord Marrowgar','','','','','','','','','','','','','','','',16712190,0), + (846,631,0,1000,1,'Lady Deathwhisper','','','','','','','','','','','','','','','',16712190,0), + (847,631,0,2000,2,'Icecrown Gunship Battle','','','','','','','','','','','','','','','',16712190,0), + (848,631,0,3000,3,'Deathbringer Saurfang','','','','','','','','','','','','','','','',16712190,0), + (849,631,0,4000,4,'Festergut','','','','','','','','','','','','','','','',16712190,0), + (850,631,0,5000,5,'Rotface','','','','','','','','','','','','','','','',16712190,0), + (851,631,0,6000,6,'Professor Putricide','','','','','','','','','','','','','','','',16712190,0), + (852,631,0,7000,7,'Blood Council','','','','','','','','','','','','','','','',16712190,0), + (853,631,0,8000,8,'Queen Lana\'thel','','','','','','','','','','','','','','','',16712190,0), + (854,631,0,9000,9,'Valithria Dreamwalker','','','','','','','','','','','','','','','',16712190,0), + (855,631,0,10000,10,'Sindragosa','','','','','','','','','','','','','','','',16712190,0), + (856,631,0,11000,11,'The Lich King','','','','','','','','','','','','','','','',16712190,0), + (857,631,1,0,0,'Lord Marrowgar','','','','','','','','','','','','','','','',16712190,0), + (858,631,1,1000,1,'Lady Deathwhisper','','','','','','','','','','','','','','','',16712190,0), + (859,631,1,2000,2,'Icecrown Gunship Battle','','','','','','','','','','','','','','','',16712190,0), + (860,631,1,3000,3,'Deathbringer Saurfang','','','','','','','','','','','','','','','',16712190,0), + (861,631,1,4000,4,'Festergut','','','','','','','','','','','','','','','',16712190,0), + (862,631,1,5000,5,'Rotface','','','','','','','','','','','','','','','',16712190,0), + (863,631,1,6000,6,'Professor Putricide','','','','','','','','','','','','','','','',16712190,0), + (864,631,1,7000,7,'Blood Council','','','','','','','','','','','','','','','',16712190,0), + (865,631,1,8000,8,'Queen Lana\'thel','','','','','','','','','','','','','','','',16712190,0), + (866,631,1,9000,9,'Valithria Dreamwalker','','','','','','','','','','','','','','','',16712190,0), + (867,631,1,10000,10,'Sindragosa','','','','','','','','','','','','','','','',16712190,0), + (868,631,1,11000,11,'The Lich King','','','','','','','','','','','','','','','',16712190,0), + (883,47,0,3500,5,'Agathelos the Raging','','','','','','','','','','','','','','','',16712190,0), + (885,624,0,3000,3,'Toravon the Ice Watcher','','','','','','','','','','','','','','','',16712190,0), + (886,624,1,4000,3,'Toravon the Ice Watcher','','','','','','','','','','','','','','','',16712190,0), + (887,724,0,0,0,'Halion','','','','','','','','','','','','','','','',16712190,0), + (888,724,1,0,0,'Halion','','','','','','','','','','','','','','','',16712190,0), + (889,724,1,4294966296,1,'Baltharus the Warborn','','','','','','','','','','','','','','','',16712190,0), + (890,724,0,4294966296,1,'Baltharus the Warborn','','','','','','','','','','','','','','','',16712190,0), + (891,724,0,4294966796,2,'Saviana Ragefire','','','','','','','','','','','','','','','',16712190,0), + (892,724,1,4294966796,2,'Saviana Ragefire','','','','','','','','','','','','','','','',16712190,0), + (893,724,0,4294967046,3,'General Zarithrian','','','','','','','','','','','','','','','',16712190,0), + (894,724,1,4294967046,3,'General Zarithrian','','','','','','','','','','','','','','','',16712190,0); + +/*!40000 ALTER TABLE `instance_dungeon_encounters` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table instance_encounters +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `instance_encounters`; + +CREATE TABLE `instance_encounters` ( + `entry` int(10) unsigned NOT NULL COMMENT 'Unique entry from DungeonEncounter.dbc', + `creditType` tinyint(3) unsigned NOT NULL DEFAULT '0', + `creditEntry` int(10) unsigned NOT NULL DEFAULT '0', + `lastEncounterDungeon` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'If not 0, LfgDungeon.dbc entry for the instance it is last encounter in', + PRIMARY KEY (`entry`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +LOCK TABLES `instance_encounters` WRITE; +/*!40000 ALTER TABLE `instance_encounters` DISABLE KEYS */; + +INSERT INTO `instance_encounters` (`entry`, `creditType`, `creditEntry`, `lastEncounterDungeon`) +VALUES + (161,0,644,0), + (162,0,643,0), + (163,0,1763,0), + (164,0,646,0), + (165,0,645,0), + (166,0,647,0), + (167,0,639,6), + (219,0,4887,0), + (220,0,4831,0), + (221,0,6243,0), + (222,0,12902,0), + (224,0,4830,0), + (225,0,4832,0), + (226,0,4829,10), + (227,0,9018,30), + (228,0,9025,0), + (229,0,9319,0), + (230,0,10096,0), + (231,0,9024,0), + (232,0,9017,0), + (233,0,9041,0), + (234,0,9056,0), + (235,0,9016,0), + (236,0,9033,0), + (237,0,8983,0), + (238,0,9537,0), + (239,0,9502,0), + (240,0,9543,0), + (241,0,9499,0), + (242,0,9156,0), + (243,0,9035,0), + (244,0,9938,0), + (245,0,9019,276), + (267,0,9196,0), + (268,0,9236,0), + (269,0,9237,0), + (270,0,10596,0), + (271,0,10584,0), + (272,0,9736,0), + (273,0,10268,0), + (274,0,10220,0), + (275,0,9568,32), + (276,0,9816,0), + (277,0,10264,0), + (278,0,10429,0), + (279,0,10430,0), + (280,0,10363,44), + (296,1,58630,209), + (300,1,58630,210), + (334,1,68572,0), + (336,1,68572,0), + (338,1,68574,0), + (339,1,68574,0), + (340,1,68663,245), + (341,1,68663,249), + (343,0,11490,0), + (344,0,13280,0), + (345,0,14327,0), + (346,0,11492,34), + (347,0,11488,0), + (348,0,11487,0), + (349,0,11496,0), + (350,0,11489,0), + (361,0,11486,36), + (362,0,14326,0), + (363,0,14322,0), + (364,0,14321,0), + (365,0,14323,0), + (366,0,14325,0), + (367,0,14324,0), + (368,0,11501,38), + (375,1,61863,214), + (376,1,61863,215), + (378,0,7079,0), + (379,0,7361,0), + (380,0,6235,0), + (381,0,6229,0), + (382,0,7800,14), + (422,0,13282,0), + (423,0,12258,26), + (424,0,12236,272), + (425,0,12225,0), + (426,0,12203,0), + (427,0,13601,0), + (428,0,13596,0), + (429,0,12201,273), + (430,0,11517,0), + (431,0,11520,4), + (432,0,11518,0), + (433,0,11519,0), + (434,0,7355,0), + (435,0,7357,0), + (436,0,8567,0), + (437,0,7358,20), + (438,0,6168,0), + (439,0,4424,0), + (440,0,4428,0), + (441,0,4420,0), + (443,0,4421,16), + (444,0,3983,0), + (445,0,4543,18), + (446,0,3974,0), + (447,0,6487,165), + (448,0,3975,163), + (449,0,4542,0), + (450,0,3977,164), + (451,0,10506,0), + (452,0,10503,0), + (453,0,11622,0), + (454,0,10433,0), + (455,0,10432,0), + (456,0,10508,0), + (457,0,10505,0), + (458,0,11261,0), + (459,0,10901,0), + (460,0,10507,0), + (461,0,10504,0), + (462,0,10502,0), + (463,0,1853,2), + (464,0,3914,0), + (465,0,3886,0), + (466,0,3887,0), + (467,0,4278,0), + (468,0,4279,0), + (469,0,4274,0), + (470,0,3927,0), + (471,0,4275,8), + (472,0,10516,0), + (473,0,10558,0), + (474,0,10808,0), + (475,0,10997,0), + (476,0,11032,0), + (477,0,10811,0), + (478,0,10813,40), + (479,0,10436,0), + (480,0,10437,0), + (481,0,10438,0), + (482,0,10435,0), + (483,0,10439,0), + (484,0,10440,274), + (485,0,8580,0), + (486,0,5721,0), + (487,0,5720,0), + (488,0,5710,0), + (490,0,5719,0), + (491,0,5722,0), + (492,0,8443,0), + (493,0,5709,28), + (536,0,1696,0), + (537,0,1666,0), + (538,0,1717,0), + (539,0,1716,0), + (540,0,1663,12), + (547,0,6910,0), + (548,0,6906,0), + (549,0,7228,0), + (551,0,7206,0), + (552,0,7291,0), + (553,0,4854,0), + (554,0,2748,22), + (567,1,59046,0), + (568,1,59046,0), + (585,0,3671,0), + (586,0,3669,0), + (587,0,3653,0), + (588,0,3670,0), + (589,0,3674,0), + (590,0,3673,0), + (591,0,5775,0), + (592,0,3654,1), + (593,0,7795,0), + (594,0,7273,0), + (595,0,8127,0), + (596,0,7272,0), + (597,0,7271,0), + (598,0,7796,0), + (599,0,7275,0), + (600,0,7267,24), + (610,0,12435,0), + (611,0,13020,0), + (612,0,12017,0), + (613,0,11983,0), + (614,0,14601,0), + (615,0,11981,0), + (616,0,14020,0), + (617,0,11583,50), + (637,1,68184,0), + (638,1,68184,0), + (639,1,68184,0), + (640,1,68184,0), + (663,0,12118,0), + (664,0,11982,0), + (665,0,12259,0), + (666,0,12057,0), + (667,0,12264,0), + (668,0,12056,0), + (669,0,12098,0), + (670,0,11988,0), + (671,0,12018,0), + (672,0,11502,48), + (673,0,15956,0), + (674,0,15956,0), + (677,0,15953,0), + (678,0,15953,0), + (679,0,15952,0), + (680,0,15952,0), + (681,0,15954,0), + (682,0,15954,0), + (683,0,15936,0), + (684,0,15936,0), + (685,0,16011,0), + (686,0,16011,0), + (687,0,16061,0), + (689,0,16061,0), + (690,0,16060,0), + (691,0,16060,0), + (692,1,59450,0), + (693,1,59450,0), + (694,0,16028,0), + (695,0,16028,0), + (696,0,15931,0), + (697,0,15931,0), + (698,0,15932,0), + (699,0,15932,0), + (700,0,15928,0), + (701,0,15928,0), + (702,0,15989,0), + (703,0,15989,0), + (704,0,15990,159), + (706,0,15990,227), + (707,0,10184,46), + (708,0,10184,257), + (709,0,15263,0), + (710,0,15544,0), + (711,0,15516,0), + (712,0,15510,0), + (713,0,15299,0), + (714,0,15509,0), + (715,0,15275,0), + (716,0,15517,0), + (717,0,15727,161), + (718,0,15348,0), + (719,0,15341,0), + (720,0,15340,0), + (721,0,15370,0), + (722,0,15369,0), + (723,0,15339,160), + (748,1,65195,0), + (751,1,64899,0), + (752,1,64985,0), + (753,1,65074,0), + (762,1,65195,0), + (765,1,64899,0), + (766,1,64985,0), + (767,1,65074,0), + (784,0,14507,0), + (785,0,14517,0), + (786,0,14510,0), + (787,0,11382,0), + (788,0,15083,0), + (789,0,14509,0), + (790,0,15114,0), + (791,0,14515,0), + (792,0,11380,0), + (793,0,14834,42), + (843,1,72830,255), + (844,1,72830,256), + (847,1,72959,0), + (854,1,72706,0), + (859,1,72959,0), + (866,1,72706,0), + (883,0,4422,0); + +/*!40000 ALTER TABLE `instance_encounters` ENABLE KEYS */; +UNLOCK TABLES; + + # Dump of table instance_template # ------------------------------------------------------------ @@ -513850,40 +518018,41 @@ CREATE TABLE `instance_template` ( `ghostEntranceX` float NOT NULL, `ghostEntranceY` float NOT NULL, `ScriptName` varchar(128) NOT NULL DEFAULT '', + `mountAllowed` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`map`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; LOCK TABLES `instance_template` WRITE; /*!40000 ALTER TABLE `instance_template` DISABLE KEYS */; -INSERT INTO `instance_template` (`map`, `parent`, `levelMin`, `levelMax`, `maxPlayers`, `reset_delay`, `ghostEntranceMap`, `ghostEntranceX`, `ghostEntranceY`, `ScriptName`) +INSERT INTO `instance_template` (`map`, `parent`, `levelMin`, `levelMax`, `maxPlayers`, `reset_delay`, `ghostEntranceMap`, `ghostEntranceX`, `ghostEntranceY`, `ScriptName`, `mountAllowed`) VALUES - (33,0,20,26,10,0,0,-230.989,1571.57,'instance_shadowfang_keep'), - (34,0,22,34,10,0,0,-8762.38,848.01,''), - (36,0,17,26,10,0,0,-11207.8,1681.15,'instance_deadmines'), - (43,0,17,24,10,0,1,-751.131,-2209.24,'instance_wailing_caverns'), - (47,0,24,40,10,0,1,-4459.45,-1660.21,'instance_razorfen_kraul'), - (48,0,20,34,10,0,1,4249.12,748.387,'instance_blackfathom_deeps'), - (70,0,41,51,10,0,0,-6060.18,-2955,'instance_uldaman'), - (90,0,24,40,10,0,0,-5162.66,931.599,'instance_gnomeregan'), - (109,0,50,0,10,0,0,-10170.1,-3995.97,'instance_sunken_temple'), - (129,0,33,47,10,0,1,-4662.88,-2535.87,'instance_razorfen_downs'), - (189,0,29,48,10,0,0,2892.24,-811.264,'instance_scarlet_monastery'), - (209,0,43,54,10,0,1,-6790.58,-2891.28,'instance_zulfarrak'), - (229,0,55,0,10,3,0,-7522.53,-1233.04,'instance_blackrock_spire'), - (230,0,48,60,5,0,0,-7178.1,-928.639,'instance_blackrock_depths'), - (249,0,60,60,40,5,1,-4753.31,-3752.42,'instance_onyxias_lair'), - (289,0,58,0,5,0,0,1274.78,-2552.56,'instance_scholomance'), - (309,0,60,60,20,3,0,-11916.1,-1224.58,'instance_zulgurub'), - (329,0,58,0,5,0,0,3392.32,-3378.48,'instance_stratholme'), - (349,0,40,58,10,0,1,-1432.7,2924.98,''), - (389,0,13,22,10,0,1,1816.76,-4423.37,''), - (409,0,60,60,40,7,0,-7510.56,-1036.7,'instance_molten_core'), - (429,0,55,0,5,0,1,-3908.03,1130,'instance_dire_maul'), - (469,0,60,60,40,7,0,-7663.41,-1218.67,'instance_blackwing_lair'), - (509,0,60,60,20,3,1,-8114.46,1526.37,'instance_ruins_of_ahnqiraj'), - (531,0,60,60,40,7,1,-8111.72,1526.79,'instance_temple_of_ahnqiraj'), - (533,0,60,60,40,7,0,0,0,'instance_naxxramas'); + (33,0,20,26,10,0,0,-230.989,1571.57,'instance_shadowfang_keep',0), + (34,0,22,34,10,0,0,-8762.38,848.01,'',0), + (36,0,17,26,10,0,0,-11207.8,1681.15,'instance_deadmines',1), + (43,0,17,24,10,0,1,-751.131,-2209.24,'instance_wailing_caverns',0), + (47,0,24,40,10,0,1,-4459.45,-1660.21,'instance_razorfen_kraul',0), + (48,0,20,34,10,0,1,4249.12,748.387,'instance_blackfathom_deeps',0), + (70,0,41,51,10,0,0,-6060.18,-2955,'instance_uldaman',0), + (90,0,24,40,10,0,0,-5162.66,931.599,'instance_gnomeregan',0), + (109,0,50,0,10,0,0,-10170.1,-3995.97,'instance_sunken_temple',0), + (129,0,33,47,10,0,1,-4662.88,-2535.87,'instance_razorfen_downs',0), + (189,0,29,48,10,0,0,2892.24,-811.264,'instance_scarlet_monastery',0), + (209,0,43,54,10,0,1,-6790.58,-2891.28,'instance_zulfarrak',1), + (229,0,55,0,10,3,0,-7522.53,-1233.04,'instance_blackrock_spire',0), + (230,0,48,60,5,0,0,-7178.1,-928.639,'instance_blackrock_depths',0), + (249,0,60,60,40,5,1,-4753.31,-3752.42,'instance_onyxias_lair',0), + (289,0,58,0,5,0,0,1274.78,-2552.56,'instance_scholomance',0), + (309,0,60,60,20,3,0,-11916.1,-1224.58,'instance_zulgurub',1), + (329,0,58,0,5,0,0,3392.32,-3378.48,'instance_stratholme',0), + (349,0,40,58,10,0,1,-1432.7,2924.98,'',0), + (389,0,13,22,10,0,1,1816.76,-4423.37,'',0), + (409,0,60,60,40,7,0,-7510.56,-1036.7,'instance_molten_core',0), + (429,0,55,0,5,0,1,-3908.03,1130,'instance_dire_maul',0), + (469,0,60,60,40,7,0,-7663.41,-1218.67,'instance_blackwing_lair',0), + (509,0,60,60,20,3,1,-8114.46,1526.37,'instance_ruins_of_ahnqiraj',1), + (531,0,60,60,40,7,1,-8111.72,1526.79,'instance_temple_of_ahnqiraj',0), + (533,0,60,60,40,7,0,0,0,'instance_naxxramas',0); /*!40000 ALTER TABLE `instance_template` ENABLE KEYS */; UNLOCK TABLES; @@ -547583,8 +551752,8 @@ VALUES (3037,2,2,'Whipwood Recurve Bow',20653,2,0,1,24071,4814,15,-1,-1,34,29,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,65,0,0,0,'',25,0,0,0,0,0), (3039,2,2,'Short Ash Bow',20672,2,0,1,8052,1610,15,-1,-1,23,18,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,2,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,2,'',0,0,0,0,0,2,0,0,0,0,55,0,0,0,'',23,0,0,0,0,0), (3040,2,3,'Hunter\'s Muzzle Loader',20740,2,0,1,4701,940,26,-1,-1,19,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,45,0,0,0,'',22,0,0,0,0,0), - (3041,2,3,'Mage-Eye\"\" Blunderbuss\"',20729,2,0,1,18846,3769,26,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,65,0,0,0,'',25,0,0,0,0,0), - (3042,2,3,'BKP Sparrow\"\" Smallbore\"',20734,2,0,1,22887,4577,26,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,65,0,0,0,'',25,0,0,0,0,0), + (3041,2,3,'\"Mage-Eye\" Blunderbuss',20729,2,0,1,18846,3769,26,-1,-1,31,26,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,65,0,0,0,'',25,0,0,0,0,0), + (3042,2,3,'BKP \"Sparrow\" Smallbore',20734,2,0,1,22887,4577,26,-1,-1,33,28,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,3,100,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,2,'',0,0,0,0,0,1,0,0,0,0,65,0,0,0,'',25,0,0,0,0,0), (3045,4,3,'Lambent Scale Boots',25778,2,0,1,7869,1573,8,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,7,6,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,2,'',0,0,0,0,0,5,0,0,0,0,50,0,0,0,'',4,0,0,0,0,0), (3047,4,3,'Lambent Scale Gloves',25782,2,0,1,5260,1052,10,-1,-1,27,22,0,0,0,0,0,0,0,0,1,0,4,6,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,2,'',0,0,0,0,0,5,0,0,0,0,35,0,0,0,'',4,0,0,0,0,0), (3048,4,3,'Lambent Scale Legguards',11525,2,0,1,9598,1919,7,-1,-1,26,21,0,0,0,0,0,0,0,0,1,0,4,7,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,2,'',0,0,0,0,0,5,0,0,0,0,70,0,0,0,'',4,0,0,0,0,0), @@ -553426,7 +557595,7 @@ VALUES (12295,4,1,'Leggings of the People\'s Militia',28204,2,0,1,1413,282,7,-1,-1,15,0,0,0,0,0,0,0,0,0,1,0,4,2,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,40,0,0,0,'',1,0,0,0,0,0), (12296,2,19,'Spark of the People\'s Militia',28248,2,0,1,3612,722,26,-1,-1,17,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,30,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,100,0,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,-1,1,'',0,0,0,0,0,2,0,0,0,0,35,0,0,0,'',22,0,0,0,0,0), (12299,4,1,'Netted Gloves',28221,1,0,1,82,16,10,-1,-1,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,14,0,0,0,'',0,0,0,0,0,0), - (12300,12,0,'Orb of Draconic Energy',6506,1,64,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16053,0,-5,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0), + (12300,12,0,'Orb of Draconic Energy',6506,1,64,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16053,0,-5,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'item_orb_of_draconic_energy',0,0,0,0,0,0), (12301,13,0,'Bamboo Cage Key',22377,1,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3366,0,-1,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,4,'',0,0,0,0,0,0,0,0,0,0,0,0,0,9,'',0,0,0,0,0,0), (12302,15,0,'Reins of the Frostsaber',17608,4,64,1,1000000,0,0,-1,1101,60,60,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16056,0,0,0,1,330,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0), (12303,15,0,'Reins of the Nightsaber',17608,4,64,1,1000000,0,0,-1,1101,60,60,762,150,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16055,0,0,0,1,330,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0), @@ -560370,7 +564539,7 @@ VALUES (23019,4,4,'Icebane Helmet',35419,4,0,1,317331,63466,1,32767,255,83,60,0,0,0,0,0,0,0,0,1,0,7,24,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,0,0,0,44,0,0,0,0,0,13387,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,100,0,0,0,'',65,0,0,0,0,0), (23020,4,2,'Polar Helmet',35421,4,0,1,398039,79607,1,32767,255,83,60,0,0,0,0,0,0,0,0,1,0,7,24,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,44,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,70,0,0,0,'',65,0,0,0,0,0), (23021,4,1,'The Soul Harvester\'s Bindings',35422,4,0,1,213041,42608,9,1503,255,83,60,0,0,0,0,0,0,0,0,1,0,7,14,5,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,18384,1,0,0,-1,0,-1,14248,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,7,0,0,0,0,35,0,0,0,'',65,0,0,0,0,0), - (23022,15,0,'Curmudgeon\'s Payoff',22611,1,4,1,0,0,0,32767,511,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,'A bag of 5 gold. For those who like telling children there\'s no Great Father Winter...',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0), + (23022,15,0,'Curmudgeon\'s Payoff',22611,1,4,1,0,0,0,32767,511,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,'A bag of 5 gold. For those who like telling children there\'s no Great Father Winter...',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,50000,50000,0,0), (23023,4,0,'Sadist\'s Collar',35358,4,0,1,86443,345774,2,1503,255,83,60,0,0,0,0,0,0,0,0,1,0,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7597,1,0,0,-1,0,-1,9331,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,0), (23024,12,0,'Prepared Field Duty Papers',16065,1,0,1,0,0,0,-1,-1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0), (23025,4,0,'Seal of the Damned',35423,4,0,1,60256,241024,11,1503,255,85,60,0,0,0,0,0,0,0,1,1,0,7,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14248,1,0,0,-1,0,-1,23727,1,0,0,-1,0,-1,18384,1,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',65,0,0,0,0,0), @@ -561063,7 +565232,8 @@ VALUES (19981,2,8,'Monster - Sword2H, Claymore B01/Broadsword A03 Black Sharpened',32490,0,0,1,0,0,13,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,1,0,0,0,0,0,0,0,'',0,0,0,0,0,0), (5856,2,16,'Monster - Throwing Axe',16751,0,0,1,0,0,25,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0), (6088,2,16,'Monster - Torch, Ranged',19805,0,0,1,0,0,25,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,'',0,0,0,0,0,2,7,0,0,0,0,0,0,0,'',0,0,0,0,0,0), - (6886,2,16,'Monster - Throwing Knife',16752,0,0,1,0,0,25,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0); + (6886,2,16,'Monster - Throwing Knife',16752,0,0,1,0,0,25,-1,-1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0), + (13325,15,5,'Fluorescent Green Mechanostrider',17785,3,64,1,0,0,0,-1,68,40,30,762,75,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17458,0,0,0,-1,330,3000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,4,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0); /*!40000 ALTER TABLE `item_template` ENABLE KEYS */; UNLOCK TABLES; @@ -567033,7 +571203,10 @@ VALUES (6157,'Hey there, friend. My name\'s Remy. I\'m from Redridge to the east, and came here looking for business, looking for business. You got any...got any??','Hey there, friend. My name\'s Remy. I\'m from Redridge to the east, and came here looking for business, looking for business. You got any...got any??',0,1,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0), (1244,'Well, if it isn\'t a young, bristling $c, no doubt drawn here by talk of my exploits in fields of battle!$B$BNo time for stories now, for there are great, important deeds that need doing! So if you\'re looking for glory, then luck shines on you today...','Well, if it isn\'t a young, bristling $c, no doubt drawn here by talk of my exploits in fields of battle!$B$BNo time for stories now, for there are great, important deeds that need doing! So if you\'re looking for glory, then luck shines on you today...',0,1,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0), (8121,'The journal of Jandice Barov is filled with rantings and ravings about the undead. Towards the end of the book is what appears to be a tailoring pattern for the creation of a bag of some sort.','',0,1,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0), - (8122,'UDB Missing text','',0,1,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0); + (8122,'UDB Missing text','',0,1,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0), + (7006,'A Sulfuron ingot?!??! Impossible! I must have it! I must! I must!$B$B$R, I am authorized to make you a grand deal for that ingot. Perhaps you would be interested to know the secrets of the Hand of Ragnaros? Sulfuras, idiot! The legendary hammer of the Firelord.',NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0), + (7007,'In exchange for one Sulfuron Ingot, I am authorized to grant you one copy of the plans to forge a Sulfuron hammer.$B$BNow an adventurer like yourself is probably thinking to $ghimself:herself;, \"What would I ever need a hammer like that for when what I already own is far superior?\"$B$BWell let me tell you something, $gmister:missy;, there ain\'t nothing more superior than what the Sulfuron hammer can become!',NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0), + (7008,'You see, all you gotta do is forge the Sulfuron hammer and find yourself the Eye of Sulfuras. Combine the Eye of Sulfuras with the Sulfuron hammer and it will become Sulfuras! Now I\'m not going to bog you down with any technical information as to where or how or when you can get an Eye of Sulfuras. I\'m sure you\'ll figure that stuff out. Just sign this here contract so that our agreement is binding and our business will be done.',NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0,NULL,NULL,0,0,0,0,0,0,0,0); /*!40000 ALTER TABLE `npc_text` ENABLE KEYS */; UNLOCK TABLES; @@ -607521,7 +611694,7 @@ VALUES (1212,'THE SNUFFLENOSE COMMAND STICK(tm)\r\n\r\nThe snufflenose gopher is an amazing animal. Not only does it inspire love and affection from even the most ornery plainstrider, it can smell a buried blueleaf tuber from up to fifty yards away!\r\n\r\nIf you wish to send your gopher to find a tuber, then you may use our (separately sold) patented snufflenose command stick. \r\n\r\nDirection following on next page...',1213), (1213,'All of our gophers are highly trained, and merely waving your command stick will send a nearby gopher into \"search mode.\" The gopher will then sniff for a tuber and if he smells one, he\'ll move toward it and dig it up.\r\n\r\nIf you wave the command stick again while the gopher is searching for a tuber, then it will stop its search and happily return to your side.\r\n\r\nWe are confident that you\'ll find our gophers well trained, useful and squeezably soft additions to your party!',1214), (1214,'It pains us to mention that we at Snuff Inc. have received reports that some greedy tuber hunters care little for the safety of their lovable pets and send them into dark, dangerous nooks and cranies in search of tubers.\r\n\r\nWe do not condone such irresponsible behavior, but in the efforts of customer satisfaction we have included a warranty with every gopher sold, allowing new owners to return to their point of purchase and replace lost pets.\r\n\r\nHappy Hunting!\r\n',0), - (1231,'This proof of deed is to verify that slew Margol the Rager, scourge of the searing gorge.$B$BThe Ironforge museum recognizes this achievement and thanks the bearer for their generous contribution.$B$B-Head Curator Thorius Stonetender',0), + (1231,'This proof of deed is to verify that $N slew Margol the Rager, scourge of the searing gorge.$B$BThe Ironforge museum recognizes this achievement and thanks the bearer for their generous contribution.$B$B-Head Curator Thorius Stonetender',0), (1251,'These months have given me time to ponder, to shuffle loose my old beliefs and bigotries. Alliance? Horde? Good? Evil? The meanings of these words, once so clear, now blur as my eyes gaze across the boundless sea.$B$BI now know what matters. The bananas are after me.$B$BPerched high in their tree, they eye me with cool malevolence. And the last one I tried to eat nearly gagged me! I could almost hear it scream as I smashed it, half bitten, on sea rocks.$B$BIt\'s war, and I will win it.',0), (1270,'It pains us to mention that we at Snuff Inc. have received reports that some greedy tuber hunters care little for the safety of their lovable pets and send them into dark, dangerous nooks and cranies in search of tubers. We do not condone such irresponsible behavior, but in the efforts of customer satisfaction we have included a warranty with every gopher sold, allowing new owners to return to their point of purchase and replace lost pets. Happy Hunting! ',0), (1271,'The Engineering Disciplines$B$BWhile it is arguable which race first devised the science of engineering on Azeroth, there is little argument as to which races are the main proponents of it in modern times: the gnomes and the goblins. Their dedication to engineering as a collective whole has not only fueled fantastic inventions in what is arguably a magical Age of Invention, but it also fueled their intense racial rivalry. Nowhere is this more evident than in their divergent disciplines. ',1272), @@ -607553,7 +611726,7 @@ VALUES (1435,'Ofgut Stonefist$B$BThose fallen before Dark Keeper Ofgut\'s hammer cannot be counted.$B$BThe soldiers of the West Garrison bow in awe as he passes. For who among them can look into the eyes of Ofgut and see the secrets the dark key whispers?.',0), (1436,'Pelver Deepstomp$B$BDark Keeper Pelver is our most honored disciple. He has borne the key for longer than any, and it has cost him dearly. When he is called for his burden, he is guarded in the Domicile.$B$BHis sacrifice is cherished, and he will remain in our hearts for many years... after the darkness takes him.',0), (1470,'Pelver Deepstomp Dark Keeper Pelver is our most honored disciple. He has borne the key for longer than any, and it has cost him dearly. When he is called for his burden, he is guarded in the Domicile. His sacrifice is cherished, and he will remain in our hearts for many years... after the darkness takes him. ',0), - (1471,'Solomon,$B$BThe carrier of this decree has been granted official status as an acting deputy of Stormwind. You may use $g him:her\n\r',0), + (1471,'Solomon,$B$BThe carrier of this decree has been granted official status as an acting deputy of Stormwind. You may use $g him:her;',0), (1490,'Solomon,$B$BThe carrier of this decree has been granted official status as an acting deputy of Stormwind. You may use $g him:her ',0), (1491,'\n\n

\nCRYSTAL PYLON USER\'S MANUAL\n

\n
\n

\"A guide to collecting and using the power crystals of Un\'Goro Crater\"

\n
\n
\n

Chapter 1: The Northern Pylon

\n
\n

Chapter 2: The Eastern Pylon

\n
\n

Chapter 3: The Western Pylon

\n
\n\n',1511), (1510,'

CRYSTAL PYLON USER\'S MANUAL


\"A guide to collecting and using the power crystals of Un\'Goro Crater\"



Chapter 1: The Northern Pylon


Chapter 2: The Eastern Pylon


Chapter 3: The Western Pylon


',1511), @@ -650545,7 +654718,52 @@ VALUES (78945,25596,10,'Silver Vein - The Deadmines (exterior)'), (78997,25597,0,'Copper Vein - The Deadmines (exterior)'), (78998,25597,0,'Tin Vein - The Deadmines (exterior)'), - (78999,25597,10,'Silver Vein - The Deadmines (exterior)'); + (78999,25597,10,'Silver Vein - The Deadmines (exterior)'), + (31388,1709,33.33,'IF Harvest Boar 1'), + (31967,1709,33.33,'IF Harvest Fish 1'), + (29870,1709,33.34,'IF Harvest Fruit 1'), + (31968,1710,33.33,'IF Harvest Boar 2'), + (31965,1710,33.33,'IF Harvest Fish 2'), + (31389,1710,33.34,'IF Harvest Fruit 2'), + (31392,1711,33.33,'IF Harvest Boar 3'), + (31418,1711,33.33,'IF Harvest Fish 3'), + (31393,1711,33.34,'IF Harvest Fruit 3'), + (31391,1712,33.33,'IF Harvest Boar 4'), + (31395,1712,33.33,'IF Harvest Fish 4'), + (30875,1712,33.34,'IF Harvest Fruit 4'), + (31415,1713,33.33,'IF Harvest Boar 5'), + (29868,1713,33.33,'IF Harvest Fish 5'), + (31396,1713,33.34,'IF Harvest Fruit 5'), + (31416,1714,33.33,'IF Harvest Boar 6'), + (30362,1714,33.33,'IF Harvest Fish 6'), + (31969,1714,33.34,'IF Harvest Fruit 6'), + (31417,1715,33.33,'IF Harvest Boar 7'), + (31419,1715,33.33,'IF Harvest Fish 7'), + (30364,1715,33.34,'IF Harvest Fruit 7'), + (35784,1701,33.33,'Org Harvest Boar 1'), + (34189,1701,33.33,'Org Harvest Fish 1'), + (35777,1701,33.34,'Org Harvest Fruit 1'), + (35780,1702,33.33,'Org Harvest Boar 2'), + (34190,1702,33.33,'Org Harvest Fish 2'), + (35774,1702,33.34,'Org Harvest Fruit 2'), + (35778,1703,33.33,'Org Harvest Boar 3'), + (34191,1703,33.33,'Org Harvest Fish 3'), + (35786,1703,33.34,'Org Harvest Fruit 3'), + (35776,1704,33.33,'Org Harvest Boar 4'), + (34192,1704,33.33,'Org Harvest Fish 4'), + (35785,1704,33.34,'Org Harvest Fruit 4'), + (35775,1705,33.33,'Org Harvest Boar 5'), + (35779,1705,33.33,'Org Harvest Fish 5'), + (35781,1705,33.34,'Org Harvest Fruit 5'), + (34047,1706,33.33,'Org Harvest Boar 6'), + (35783,1706,33.33,'Org Harvest Fish 6'), + (34193,1706,33.34,'Org Harvest Fruit 6'), + (35787,1707,33.33,'Org Harvest Boar 7'), + (34046,1707,33.33,'Org Harvest Fish 7'), + (34194,1707,33.34,'Org Harvest Fruit 7'), + (34188,1708,33.33,'Org Harvest Boar 8'), + (34048,1708,33.33,'Org Harvest Fish 8'), + (35788,1708,33.34,'Org Harvest Fruit 8'); /*!40000 ALTER TABLE `pool_gameobject` ENABLE KEYS */; UNLOCK TABLES; @@ -659552,7 +663770,22 @@ VALUES (25605,1,'Thousand Needles - Silithid Invader/Silithid Hive Drone - Pool 7'), (25606,1,'Thousand Needles - Silithid Invader/Silithid Hive Drone - Pool 8'), (25607,1,'Thousand Needles - Silithid Invader/Silithid Hive Drone - Pool 9'), - (25608,1,'LBRS - Bannok Grimaxe'); + (25608,1,'LBRS - Bannok Grimaxe'), + (1709,1,'IF Harvest Food 1'), + (1710,1,'IF Harvest Food 2'), + (1711,1,'IF Harvest Food 3'), + (1712,1,'IF Harvest Food 4'), + (1713,1,'IF Harvest Food 5'), + (1714,1,'IF Harvest Food 6'), + (1715,1,'IF Harvest Food 7'), + (1701,1,'Org Harvest Food 1'), + (1702,1,'Org Harvest Food 2'), + (1703,1,'Org Harvest Food 3'), + (1704,1,'Org Harvest Food 4'), + (1705,1,'Org Harvest Food 5'), + (1706,1,'Org Harvest Food 6'), + (1707,1,'Org Harvest Food 7'), + (1708,1,'Org Harvest Food 8'); /*!40000 ALTER TABLE `pool_template` ENABLE KEYS */; UNLOCK TABLES; @@ -659727,7 +663960,7 @@ VALUES (30,2,-263,16,16,0,1024,32,0,0,0,0,0,0,0,0,0,0,0,8,0,28,0,0,31,0,0,0,'Trial of the Sea Lion','For the second trial, you\'ll need the two halves that make the Pendant of the Sea Lion. One half draws power from the agility of the sea lion aspect, gliding through water; the other draws power from the incredible endurance of the sea lion aspect. Druids draw on both these traits equally to embody the aspect of their aquatic form.$B$BSpeak with the locals of Moonglade to learn where the parts may lie, and bring both here to join them together. Once formed, take the pendant to Dendrite Starblaze.','Find the Half Pendant of Aquatic Agility and the Half Pendant of Aquatic Endurance. Speak with the residents of Moonglade to learn clues as to where these items may be located.$B$BForm the Pendant of the Sea Lion from the two pendant halves. You need to be in proximity of the Shrine of Remulos to do this.$B$BBring the joined pendant to Dendrite Starblaze in the village of Nighthaven, Moonglade.','You\'ve completed the Trial of the Sea Lion, $N - congratulations.$B$BEach task in acquiring the pendant shows that both agility and endurance are necessary to act in harmony with what you desire to do underwater. Neither can exist without the other, and both cannot be done without you willingness to embrace the aspect of the sea lion.$B$BRemember these lessons well, and count on them once you have gained your aquatic form.','Have you formed your pendant for me to inspect, $N? If you need help in locating the parts, try asking the local populace for information. Not only will you find what you seek, but it will give you a reason to explore this wondrous and sacred glade.','','','','','',15885,0,0,0,1,0,0,0,15883,15882,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (31,2,-263,16,16,0,1024,32,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,15885,1,0,'Aquatic Form','You have completed the necessary lessons all young druids are taught before they can adopt an aquatic aspect. Go now back to your trainer, Turak Runetotem, in Thunder Bluff. Show him your pendant and prove to him you are ready to learn what he has to teach you. He will complete your training, allowing you to become one with the water.$B$BGoodbye, young druid. We shall speak again.','Return to Thunder Bluff and show Turak Runetotem the Pendant of the Sea Lion.','Very impressive, $N. Your ancestors would be pleased with your progress! You\'re ready to learn your aquatic form, and it is my pleasure to teach it to you.$B$BAlso, in recognition of your achievement during the two trials, I give you this item. I hope you\'ll find it to be a welcome addition to your gear as a protector of nature and a keeper of the balance.','Your return to Thunder Bluff is not without heralding, though I will need proof of your lessons learned in Moonglade before I will teach you your aquatic form.$B$BDo you have the Pendant of the Sea Lion?','','','','','',15885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16608,0,0,0,1,0,0,0,609,0,0,0,0,100,0,0,0,0,0,690,1066,1446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (32,2,440,39,48,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,8594,1,0,'Rise of the Silithid','Here\'s your report. I urge you to take it to someone who might have working knowledge in this kind of thing.$B$BI know this troll scholar named Zilzibin Drumlore. He\'s spent a lot of time studying life forms that are unique to the ecology of Azeroth; he\'s a historian to boot! If you want someone to help figure out what exactly this threat is and how to stop it, give this report to him. We\'re going to need all the help we can get.$B$BZil lives in a house on the second tier of the Drag in Orgrimmar.','Take the report to Zilzibin Drumlore in Orgrimmar.','This report... I\'ve dealt with these beasts before. Fizzledowser was wise to send this. and you, to me.$B$BThese creatures will consume the Tanaris desert rapidly; they are nothing short of one of the greatest menaces we all will ever face. Familiarize yourself with this name, $N: silithid. The insects mentioned here are the silithid, and they are the tools of one of the greatest threats that both the Horde and Alliance face.$B$BIf only we were smart enough to see that before.','I\'m sorry. I don\'t know you... but from the look of things you have at least heard something of me. Now, what can I help you with? Do you have something for me?','','','','','',8594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,530,76,0,81,350,350,350,0,350,0,3270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (33,2,9,1,2,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,5261,0,0,0,0,0,0,'Wolves Across the Border','I hate those nasty timber wolves! But I sure like eating wolf steaks... Bring me tough wolf meat and I will exchange it for something you\'ll find useful.$B$BTough wolf meat is gathered from hunting the timber wolves and young wolves wandering the Northshire countryside.','Bring 8 pieces of Tough Wolf Meat to Eagan Peltskinner outside Northshire Abbey.','You\'ve been busy! I can\'t wait to cook up that wolf meat','Hey $N. I\'m getting hungry...did you get that tough wolf meat?','','','','','',750,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,6070,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (33,2,9,1,2,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,5261,0,0,0,0,0,0,'Wolves Across the Border','I hate those nasty timber wolves! But I sure like eating wolf steaks... Bring me tough wolf meat and I will exchange it for something you\'ll find useful.$B$BTough wolf meat is gathered from hunting the timber wolves and young wolves wandering the Northshire countryside.','Bring 8 pieces of Tough Wolf Meat to Eagan Peltskinner outside Northshire Abbey.','You\'ve been busy! I can\'t wait to cook up that wolf meat...$B$BI have some things here you want - take your pick!','Hey $N. I\'m getting hungry...did you get that tough wolf meat?','','','','','',750,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,6070,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (34,2,44,18,24,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'An Unwelcome Guest','Once again my garden was trampled and pillaged. And I know the brute who is doing it. It\'s that forsaken boar, the one Marshal Marris has taken to calling Bellygrub.$B$BI won\'t be able to re-plant the daffodils until next season now. Ruined! All ruined by that one menacing boar. Put an end to that pest! Show me his tusk and I\'d be happy to reward you. He seems to spend his time foraging in the field southwest of Lakeshire but occasionally he roams over here and into my garden.','Martie Jainrose of Lakeshire wants you to kill Bellygrub. Bring her his tusk as proof.','Finally the menace is laid to rest! Thank you, $N, you have done me a great service. The garden shall be in full bloom this season!','Is Bellygrub still at it or were you able to rid Lakeshire of the pest once and for all?','','','','','',3631,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2562,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,1700,1170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0), (35,2,12,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,40,0,0,37,0,0,0,'Further Concerns','If you are concerned that the rumors of murlocs are true, then do this -- travel to the eastern Elwynn bridge and speak with Guard Thomas. He has been stationed at the bridge for the past week and will know the state of the area.$B$BBring me his report.','Marshal Dughan wants you to speak with Guard Thomas.','Yes, murlocs have settled in and around the streams of eastern Elwynn. We don\'t know why they are here, but they are aggressive and at least semi-intelligent.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (36,2,40,9,10,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,2832,1,0,'Westfall Stew','I never thought the day would come when I\'d leave the farm. But the fields are overrun with thieves and it\'s far too dangerous for us here now. As soon as Farmer Furlbrow gets the wagon fixed, we\'ll be on our way. $B $BMaybe you could do me a favor? Let me scribble down my recipe for Westfall stew. Please take it to Salma Saldean over on the farm yonder. The Saldean\'s farm is just beyond the fork in the road.','Verna Furlbrow wants you to deliver her recipe for Westfall Stew to Salma Saldean.','That Verna was always such a sweet lass. We\'ll miss her here in Westfall but between you and me, she\'s a city girl at heart and Stormwind will suit her just fine. But enough gossip! Now we can make Westfall Stew!','I\'m going to miss that Verna Furlbrow so much. I don\'t suppose you happened to see her on your way here?','','','','','',2832,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -659858,8 +664091,8 @@ VALUES (168,2,1581,14,18,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Collecting Memories','Many of my friends perished that horrible day when the mine tunnel caved in. If your adventures happen to bring you into that wing of the mine in Moonbrook, please keep an eye out for any sign which might identify them. If you come across any of their Miners\' Union Cards, bring them back to me and I\'ll make sure their families get some resolution from this horrible accident.','Retrieve 4 Miners\' Union Cards and return them to Wilder Thistlenettle in Stormwind.','Thank you for collecting these, $N. Your efforts will help bring peace to the dead in the wake of this tragedy. I will see to it that the families are notified.','Were you able to retrieve any of my old co-worker\'s Miners\' Union Cards?','','','','','',1894,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2037,2036,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0), (169,2,44,15,26,1,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Wanted: Gath\'Ilzogg','Wanted! Gath\'Ilzogg, Leader of the Blackrock attacks on Stonewatch Keep and raids against the township of Lakeshire. $B$BGath\'Ilzogg is extremely dangerous. He is reportedly holed up in the recently conquered keep plotting the Blackrock clan\'s further crimes against humanity. The orc infestation must be quelled at all costs. A gracious reward will be given to whatever brave soul can deliver the head of Gath\'Ilzogg to Magistrate Solomon.','Kill Gath\'Ilzogg and bring his head to Magistrate Solomon in Lakeshire for the reward.','Fantastic work, $N! Gath\'Ilzogg led those brutes into battle, killing many innocent humans. Vindication is ours. This is the first step in reclaiming the keep for the kingdom of Stormwind!','What do you have there, $R?','','','','','',3633,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,4000,1590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (170,2,132,1,2,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,179,0,0,0,0,0,0,'A New Threat','I hope you\'re here to lend us a hand, $c. After the last trogg attack, we could use all the help we can get.$B$BI hear the buggers have been popping up all across the lands, and it seems Coldridge Valley is no exception. They\'ve been spotted all over the hills to the southeast and near the frozen lake.$B$BAnd that\'s not all, just a few nights ago, they attacked and overran our camp to the west! $B$BWe\'re a bit shorthanded here, $g lad : lass;, and we need strong arms to help drive the troggs back.','Balir Frosthammer wants you to kill 6 Rockjaw Troggs and 6 Burly Rockjaw Troggs.','If the problems we\'ve had here are indicative of what is happening elsewhere in our lands, by Magni\'s beard, we have some troubles ahead of us! I can only hope that the king and Senate are taking steps to deal with the threat the troggs pose.','Tenacious little buggers, aren\'t they?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,724,0,0,6,6,0,0,0,0,0,0,6185,2172,6173,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,250,250,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (171,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,0,0,0,0,'A Warden of the Alliance','You have been so very kind to me, $N. I never dreamed that I\'d have so much fun during Children\'s Week. Thank you. I don\'t wanna be sad about what\'s happened to me and all - my folks always told me to rise above anything bad that happens. You know, when I grow up I wanna be a hero... just like you.$B$BI\'m sad to say this, but it\'s time for me to go home. Let\'s go back and I\'ll tell the matron what an awesome person you are!','Return your ward to the Stormwind orphanage by handing in the Human Orphan Whistle to Orphan Matron Nightingale in the Cathedral District.','May the heavens bless you, $N. You\'ve done more for Randis than most would ever think of doing for him. Thank you - you\'re a shining star in the skies of the Alliance.$B$BPlease - if you can spare the time, come back and visit us. I know that Randis would like that, as would I.','It is a pleasure to see you again, $N. Have you attended to the duties you\'ve volunteered for during Children\'s Week?','','','','','',18598,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23007,23015,23002,23022,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,500,0,0,0,0,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (172,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18597,1,0,'Children\'s Week','You\'re willing to help us here at the orphanage? Bless you, friend; your aid during Children\'s Week will be invaluable.$B$BTake this whistle. You will only be able to use it for a short amount of time - typically not longer than Children\'s Week itself. When you use it, you will be able to talk with the child you\'ve agreed to look after. Using it again will dismiss the child.$B$BBy all means $N - use the whistle and meet your ward! I\'m sure the child will be most eager to meet you.','Use the Orcish Orphan Whistle to talk with the child you will be looking after during Children\'s Week.','Zug zug! My name is Grunth, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. My matron says that they died with honor in battle. I\'m happy to meet you.$B$BI hope we\'ll do plenty of things together. I have some things I\'d like to do, and the matron says you\'ll be like a big brother to me during this week. I\'d like that a whole bunch.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (171,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Warden of the Alliance','You have been so very kind to me, $N. I never dreamed that I\'d have so much fun during Children\'s Week. Thank you. I don\'t wanna be sad about what\'s happened to me and all - my folks always told me to rise above anything bad that happens. You know, when I grow up I wanna be a hero... just like you.$B$BI\'m sad to say this, but it\'s time for me to go home. Let\'s go back and I\'ll tell the matron what an awesome person you are!','Return your ward to the Stormwind orphanage by handing in the Human Orphan Whistle to Orphan Matron Nightingale in the Cathedral District.','May the heavens bless you, $N. You\'ve done more for Randis than most would ever think of doing for him. Thank you - you\'re a shining star in the skies of the Alliance.$B$BPlease - if you can spare the time, come back and visit us. I know that Randis would like that, as would I.','It is a pleasure to see you again, $N. Have you attended to the duties you\'ve volunteered for during Children\'s Week?','','','','','',18598,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23007,23015,23002,23022,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,500,0,0,0,0,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (172,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18597,1,0,'Children\'s Week','You\'re willing to help us here at the orphanage? Bless you, friend; your aid during Children\'s Week will be invaluable.$B$BTake this whistle. You will only be able to use it for a short amount of time - typically not longer than Children\'s Week itself. When you use it, you will be able to talk with the child you\'ve agreed to look after. Using it again will dismiss the child.$B$BBy all means $N - use the whistle and meet your ward! I\'m sure the child will be most eager to meet you.','Use the Orcish Orphan Whistle to talk with the child you will be looking after during Children\'s Week.','Zug zug! My name is Grunth, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. My matron says that they died with honor in battle. I\'m happy to meet you.$B$BI hope we\'ll do plenty of things together. I have some things I\'d like to do, and the matron says you\'ll be like a big $gbrother:sister; to me during this week. I\'d like that a whole bunch.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (173,2,10,23,28,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,221,0,0,0,'Worgen in the Woods','Darkness seems drawn inexorably to Duskwood. Master Carevin\'s quest is the expulsion of evil and heresy. Through our efforts are the people of Darkshire kept safe.$B$BYou believe yourself worthy to join us?$B$BI once thought as you. Disillusioned by the complacency of the Watch, I joined Master Carevin. If you wish to prove yourself, it will not be through words.$B$BTest your skills against the Nightbane Shadow Weaver worgen in Brightwood Grove--bright, hah!--and the Rotting Orchard.','Kill 6 Nightbane Shadow Weaver worgen for Calor in Darkshire.','Impressive, $N. It would seem that you are capable enough to handle yourself. Perhaps a more suitable challenge could be found for one of your abilities.$B$BIt is curious though... The worgen seemed to just appear out of thin air. But then, with all the other strange creatures that have moved across our borders, I suppose it\'s only one of many concerns.','$N, how fares the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,1800,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (174,2,10,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,175,0,0,0,'Look To The Stars','My Gnomish friend, Cog, has promised to help me build a device which will let me peer towards the stars. A truth exists, beyond magic, that can explain the strange transformation in the forest.$B$BBring to me a bronze tube made by a skilled engineer. That is the first step, according to Cog\'s blueprint.','Viktori Prism\'Antras of Darkshire wants you to bring him a bronze tube.','This is perfect, $N. The first step is complete!','Have you found a skilled engineer to create a bronze tube yet?','','','','','',4371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (175,2,10,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,174,0,0,177,0,0,0,'Look To The Stars','According to Cog\'s blueprint, what I need now is a way to reflect light. I remember a woman by the name of Mary who became well known around these parts for always carrying a looking glass. Perhaps you can track Mary down and see if she might lend us a reflective surface for this project? I believe she once resided in southern Duskwood. . .','Locate Mary and persuade her to give up a reflective surface for Viktori\'s project.','Why yes, I used to own a looking glass.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -660233,7 +664466,7 @@ VALUES (555,2,267,28,31,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Soothing Turtle Bisque','If there\'s one thing you\'ll learn about Southshore it\'s that we have some of the best cuisine north of Stormwind!$B$BTake my secret recipe for Turtle Bisque, for example. I\'ve known folks to travel from as far as Darkshire just to enjoy a bowl. Speaking of which, I haven\'t been able to make any lately. I used to head up past Dalaran to Lake Lordamere myself to hunt Snapjaws but it\'s just too dangerous now. If you bring me some Turtle Meat from the Snapjaws up north and Soothing Spices, I\'ll whip some up!','Bring 10 pieces of Turtle Meat and some Soothing Spices to Chef Jessen in Southshore.','Everyone will be so pleased: Chef Jessen\'s Soothing Turtle Bisque is served once again!','Any luck finding the ingredients? I\'ll tell you, this territory isn\'t the peaceful place it once was. Ah, if only this unrest never occurred...','','','','','',3712,3713,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3737,3729,0,0,1,3,0,0,72,0,0,0,0,250,0,0,0,0,3000,1500,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0), (556,2,267,30,32,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Stone Tokens','A notable talent of the wizards of Dalaran is their familiarity with elementals: powerful creatures from other dimensions. The wizards use magical tokens as a means to control these elementals. Magus Voidglare would like some of these tokens to study.$B$BEnter the territories of the Dalaran wizards, west of Hillsbrad, and gather the tokens.$B$BYou might find the tokens on any citizen of Dalaran, but I suggest hunting at the internment camp. It\'s safer than Dalaran itself.','Bring 10 Worn Stone Tokens to Keeper Bel\'varil in Tarren Mill.','These will do nicely. Although it looks like their magic is faded, it would be best if the Magus\' initial experiments were on inert specimens such as these.$B$BThank you, $N.','Do you have the Worn Stone Tokens, $N? The Magus is eager to unlock their secrets.','','','','','',3714,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,3000,1530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), (557,2,267,30,34,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,556,0,0,0,0,0,0,'Bracers of Binding','The Magus will be busy studying those stone tokens you gathered, but I know he\'ll eventually want examples of their counterpart: bracers of binding. These are set around the wrists of actual elementals, and bind them into the mage\'s service.$B$BHunt elementals in the ruins of Dalaran and gather their Bracers of Earth Binding, and the Magus will be pleased.','Bring 4 Bracers of Earth Binding to Keeper Bel\'varil in Tarren Mill.','You found them. I trust the elementals from which you removed these bracers were amenable?$B$BHm...death has not only stopped my heart, but robbed me of my comedic timing, it seems.$B$BWell thank you, $N. You serve the Magus, and hence the Dark Lady, well.','Hello, $N. Elementals are tough quarry, but I know you\'re up to the task. Do you have those bracers of binding?','','','','','',3715,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,3500,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (558,2,-284,18,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4822,0,0,171,0,0,0,'Jaina\'s Autograph','They say that Lady Jaina Proudmoore in Theramore is one of the greatest heroes the Alliance has ever had. When I grow up, I wanna be a hero of the Alliance too!$B$BDo you know Jaina, $N? Could you do me a favor, please? Could you get her autograph for me? I dunno how to ask her, and she\'d probably be too busy for someone like me... but you! You\'re an adventurer just like she is! I bet she\'d give you her autograph easy!$B$BPlease?','Travel to Theramore to see about getting Lady Jaina Proudmoore\'s autograph for your ward.','WOW! You got Lady Jaina\'s autograph for me! Thank you very much! And wow... she wrote a personal message on here - to me! I knew she\'d be totally cool, and maybe someday I\'ll thank her myself... when I become a hero of the Alliance!$B$BYou\'re the best, $N. Thank you for being so nice to me.','Someday, I wanna be a hero just like Jaina... well, a boy hero that is.','','','','','',18642,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (558,2,-284,10,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-4822,171,-558,0,0,0,0,'Jaina\'s Autograph','They say that Lady Jaina Proudmoore in Theramore is one of the greatest heroes the Alliance has ever had. When I grow up, I wanna be a hero of the Alliance too!$B$BDo you know Jaina, $N? Could you do me a favor, please? Could you get her autograph for me? I dunno how to ask her, and she\'d probably be too busy for someone like me... but you! You\'re an adventurer just like she is! I bet she\'d give you her autograph easy!$B$BPlease?','Travel to Theramore to see about getting Lady Jaina Proudmoore\'s autograph for your ward.','WOW! You got Lady Jaina\'s autograph for me! Thank you very much! And wow... she wrote a personal message on here - to me! I knew she\'d be totally cool, and maybe someday I\'ll thank her myself... when I become a hero of the Alliance!$B$BYou\'re the best, $N. Thank you for being so nice to me.','Someday, I wanna be a hero just like Jaina... well, a boy hero that is.','','','','','',18642,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (559,2,267,25,32,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,536,0,0,560,0,0,0,'Farren\'s Proof','Would you believe it, $n? Redpath wasn\'t satisfied with all the murlocs we killed--oh now, don\'t be modest, you had some hand in it. Now he wants me to bring proof of the dead, hacking off cold, slimy murloc heads to submit for his approval.','Collect 10 Murloc Heads from the murlocs on the Western Strand for Lieutenant Farren Orinelle in Southshore.','Oh for the Love of the Light... they\'re dripping on the ground.$B$BCan\'t stand touching those things, myself. Fish are all well and good, but when they grow legs and start walking around... Haven\'t eaten a fish in weeks, let me tell you, and in Southshore, that means you aren\'t eating much.','Did you get those heads for me, $N?','','','','','',3716,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,1350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (560,2,267,25,32,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,559,0,0,561,3717,1,0,'Farren\'s Proof','You know, $n, I\'d really rather not take these heads... Since you\'ve already got a handle on them, would you mind delivering them to Redpath for me?','Deliver the sack of murloc heads to Marshall Redpath in Southshore.','Farren\'s errand boy, are you?$B$BIf you assisted Farren in procuring these heads, then thank you. Southshore needs hard workers and effort to maintain its protection.','Greetings, citizen. Have you come to lend your arm to upholding the safety of Southshore?','','','','','',3717,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (561,2,267,25,32,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,560,0,0,562,0,0,0,'Farren\'s Proof','Please inform Lieutenant Orinelle that I would like him to refocus his efforts on the naga infesting the Eastern Strand. When he has results, tell him to report to me in person.','Speak with Lieutenant Farren Orinelle in Southshore.','The naga, eh? Redpath must have just received the same information as me... Ha! He\'ll not receive a promotion from my toil. Let me explain.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -660501,7 +664734,7 @@ VALUES (838,2,28,55,55,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,5098,0,0,964,0,0,0,'Scholomance','On the island of Caer Darrow lies Scholomance - a school that serves as a stronghold for the Scourge. Our enemy dwells within, safely allowed to pursue research that strengthens their power. A door bars the way, and try as we might no entry is to be had without a proper key.$B$BApothecary Dithers is well versed on Scholomance, and has an idea how to obtain a key. You have proved your value to me as someone who can get things done; I now entrust this task to you. Speak with him on this matter.','Speak with Apothecary Dithers at the Bulwark, Western Plaguelands.','Yes, $C, the High Executor mentioned you might be the one to trust in the matter of they key. I\'ve dedicated a fair portion of my recent studies to the Scholomance, and I believe I know a means by which you can acquire one that will let you past the front door at will.$B$BThis task will not be easy, but such tasks seldom are. You most assuredly look like the type to know this as fact.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (840,2,14,10,12,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,842,4992,1,0,'Conscript of the Horde','Hmm, you look pretty strong.$B$BListen, my good friend Kargal needs some new recruits for Barrens duty. I know you want to do what\'s right for the Horde. Well, this is your chance.$B$BTake this recruitment letter to Kargal and see if he\'ll sign it.','Follow the western road from Razor Hill to the Barrens over a bridge.$B$BStop at the orc outpost across the bridge.$B$BGive Kargal Battlescar at the Barrens outpost your recruitment letter.','Oh, so Takrin sent you? He\'s an excellent scout, I\'m not sure what I\'d do without him.$B$BI\'ll sign your recruitment letter, but what we really need is someone at the Crossroads.','What do you want, pup? If you\'re not here for recruitment, I don\'t have time for you.','','','','','',4992,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,75,75,0,0,0,0,276,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (841,2,440,38,46,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,379,0,0,0,0,0,0,'Another Power Source?','Let me guess - you didn\'t get whatever world-ending, nefarious deed you were doing done in time. No wait, better still... you dropped it in the sand! Well, whatever the reason, I do have additional power sources I will sell to you. This time, however, it will cost you ten, YES TEN Wastewander Water Pouches!$B$BTimes are tough all around, $n, and power sources don\'t grow on trees! Hrm, but what if they did. Maybe we could MAKE a power source tree...','Bring 10 Wastewander Water Pouches to Chief Engineer Bilgewhizzle in Gadgetzan in exchange for another power source.','Very well, here is another power source. I highly recommend you using it properly this time, unless you are eager to spend ten more water pouches for another water source.','Well, have you got the ten water pouches?','','','','','',8483,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (842,2,14,10,12,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,4995,1,0,'Crossroads Conscription','Take this signed recruitment letter to the Crossroads.$B$BSergra Darkthorn, curse her hide, is in charge there. She\'s a nasty shaman who will talk your head in circles before she lets you do anything useful. Thrall is convinced she\'s something special, but I\'m not so sure.$B$BYou\'ll just have to decide for yourself, pup...','Follow the western road from Kargal\'s Far Watch Outpost.$B$BAt the T intersection, turn left and follow the road south. $B$BFind Sergra Darkthorn at the crossing of roads within the Crossroads.','Alright, $n. You want to earn your keep with the Horde? Well there\'s plenty to do here, so listen close and do what you\'re told.$B$B$GI see that look in your eyes, do not think I will tolerate any insolence. Thrall himself has declared the Hordes females to be on equal footing with you men. Disrespect me in the slightest, and you will know true pain.:I\'m happy to have met you. Thrall will be glad to know that more females like you and I are taking the initiative to push forward in the Barrens.','Well well well, what do we have here? Has Kargal deemed me worthy of another recruit?','','','','','',4995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (842,2,14,10,12,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,4995,1,0,'Crossroads Conscription','Take this signed recruitment letter to the Crossroads.$B$BSergra Darkthorn, curse her hide, is in charge there. She\'s a nasty shaman who will talk your head in circles before she lets you do anything useful. Thrall is convinced she\'s something special, but I\'m not so sure.$B$BYou\'ll just have to decide for yourself, pup...','Follow the western road from Kargal\'s Far Watch Outpost.$B$BAt the T intersection, turn left and follow the road south. $B$BFind Sergra Darkthorn at the crossing of roads within the Crossroads.','Alright, $N. You want to earn your keep with the Horde? Well there\'s plenty to do here, so listen close and do what you\'re told.$B$B$GI see that look in your eyes, do not think I will tolerate any insolence. Thrall himself has declared the Hordes females to be on equal footing with you men. Disrespect me in the slightest, and you will know true pain.:I\'m happy to have met you. Thrall will be glad to know that more females like you and I are taking the initiative to push forward in the Barrens.;','Well well well, what do we have here? Has Kargal deemed me worthy of another recruit?','','','','','',4995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (843,2,17,17,23,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,846,0,0,0,'Gann\'s Reclamation','In solitude I wander these roads.$B$BThe dwarves of Bael Modan show no respect for my land. Horrendous blasts drive holes deep into the ground as noisy machines rip apart the hills. Lands which once served as home and provider to my tribe are now riddled with destructive dwarves.$B$BAttempts at reaching a diplomatic resolution have failed. Now is the time for decisive action.$B$BDrive the dwarves from the Bael Modan excavation by force and bring to me the journal of their leader, Prospector Khazgorm.','Gann Stonespire wants you to kill 15 Bael\'dun Excavators and 5 Bael\'dun Foremen.$B$BBring Khazgorm\'s Journal to Gann Stonespire.','Khazgorm met the fate he earned. I feel no remorse for the fool. He was an infidel on these lands.$B$BMay his death serve as a warning to all those who threaten to disrupt our way of life.$B$BNow let me take a moment to study the dwarf\'s journal....','Many innocent tauren lost their lives or were forced off their ancestral birthplace when the dwarves of Bael Modan arrived. My land must be reclaimed!','','','','','',0,0,5006,0,0,0,1,0,0,0,0,0,0,0,0,0,3374,3375,0,0,15,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,1500,1110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (844,2,17,10,12,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,845,0,0,0,'Plainstrider Menace','Your first prey will be easy.$B$BThe plainstriders to the east have been harassing our food supplies and have become a nuisance.$B$BPut down the plainstriders and return to me with their beaks.','Collect 7 Plainstrider Beaks and return them to Sergra Darkthorn in the Crossroads.','Very good, $N. With the plainstriders gone we\'ll have an easier time keeping our supply chains intact. And I hope you learned a few tricks out there in the Barrens, for your next prey has a little more fire in its blood than the plainstriders...','Have you collected the plainstrider beaks?','','','','','',5087,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (845,2,17,10,13,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,844,0,0,903,0,0,0,'The Zhevra','The zhevra, although not the fiercest beast in the Barrens, are a shade tougher than the plainstriders. Don\'t worry -- we\'ll send you against bigger prey in good time, but for now your teeth could use a little more cutting.$B$BHunt the zhevra to the north and south, and collect their hooves. Bring them to me and perhaps we\'ll next send you against something tougher.','Slay Zhevra Runners to collect 4 Zhevra Hooves for Sergra Darkthorn in the Crossroads.','Not bad, $N. Those zhevra hold a lot of strength in their legs. A sharp kick from them can knock even a tauren on its haunches!$B$BIt looks like you have some strength in you too. Are you ready for a real challenge?','How many zhevra have you slain?','','','','','',5086,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,600,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -660564,11 +664797,11 @@ VALUES (905,2,17,10,17,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,881,0,0,3261,0,0,0,'The Angry Scytheclaws','Now, $N, the hunt deepens. Now you must defeat your prey, and then find your way to its lair.$B$BHunt the sunscale raptors to the south. Slay them and remove the feathers they wear. Place the feathers on the scytheclaw nests southwest of the Stagnant Oasis. Show their brethren you do not fear them!','Kill Sunscale raptors and collect their feathers. Use the feathers on the 3 Scytheclaw nests. Return to Sergra Darkthorn in the Crossroads.','Is your task finished? Ponder the life of the Scytheclaw as you do it. There are important lessons within every creature\'s lifespawn. $B$BSome of the others believe I have been too heavy handed in my lesson. I know that you are simply following my orders, but I want you to consider the life of the creatures you are slaughtering. $B$BThough they are at times a nuisance, they only become threatening when we seek their slaughter. This days defilement will cause us more trouble than it will solve problems...','Have you been to the nests, $N?','','','Visit Blue Raptor Nest','Visit Yellow Raptor Nest','Visit Red Raptor Nest',0,0,0,0,0,0,0,0,5165,5165,5165,0,1,1,1,0,0,-6907,-6908,-6906,0,1,1,1,0,5316,5316,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,900,750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (906,2,17,17,25,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,0,5072,1,0,'Betrayal from Within','Take Lok\'s head to Thork in the Crossroads, $r. He should know what has happened to my tribe without any words--ha, not that he would believe Mangletooth helped in such things. But I am sure he\'ll reward you for carrying out such a great deed. $B$BI will continue to bless you with Agamaggan\'s power for as long as I remain in this cage, $r. Until then, farewell.','Bring Lok\'s Skull to Thork at the Crossroads in the Barrens.','You found the Razormane leader and killed him yourself, $N? Amazing.$B$BI am without words, but that does not mean I am without thanks. The people of the Crossroads would do well to respect your strength.$B$BI must admit, I thought the leader of these raids on our supply lines was another quilboar. Thank you again, $N.','Yes, what is it?','','','','','',5072,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5316,5317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,500,0,0,0,0,0,1830,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (907,2,17,10,18,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,882,0,0,913,0,0,0,'Enraged Thunder Lizards','Now, $N, you must face the great thunder lizards. So large are the beasts, the ground rumbles as they stomp across the plains. Take care as you fight them, for one false step and you may find yourself beneath their feet.$B$BYou will find the thunder lizards in the southern Barrens. They are known as Stormsnouts, Stormhides and Thunderheads. Return to me after you have bested them.','Bring 3 Thunder Lizard Blood to Jorn Skyseer at Camp Taurajo.','It is good to see you return with proof of victory. And it is good to know you have done so with your bones unbroken.','Are the thunder lizards defeated, $N?','','','','','',5143,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (910,2,-284,60,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,4,0,911,0,0,0,0,0,0,'Down at the Docks','I have heard tales of the mighty ships that sail between Ratchet and Booty Bay! That would be so cool to sail on the ocean and fight in many great sea battles. Maybe I will be a mighty Horde sailor when I grow up! Yeah!$B$BWould you take me to see the Ratchet docks, please? I promise I won\'t get into the water or cause any trouble - I just want to see the big boats and smell the salty sea water! Yeah!','Take your ward to the docks of Ratchet in the Barrens.','Wow, the ocean is HUGE! There were a lot of sea gulls and stuff too - It\'s just as noisy and as bustling as I thought it would be. There are pirates near by too - so cool!$B$BThank you for taking me to Ratchet, $N. That was so awesome!','Are we there yet?','Go to the docks of Ratchet in the Barrens.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (911,2,-284,60,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,4,0,172,0,0,0,0,0,0,'Gateway to the Frontier','They say that Ashenvale is the new frontier, and that the Mor\'shan Rampart in the Barrens is the gateway to it. That would be so cool to be a pioneer, carving everything you need out of the untamed wilds! They say that this is where the Horde and Alliance will clash the most in the future, and I want to be there $N!$B$BWould you take me to the Mor\'shan Rampart so I can see what the frontier looks like, please? I wanna see where the Horde is driving out those smelly night elves!','Take your ward to the Mor\'shan Rampart in the northern part of the Barrens, just before entering Ashenvale.','Wow, Ashenvale is where real adventure happens! Have you ever fought in Ashenvale, Yohaan? When I become a hero when I grow up, I wanna come to Ashenvale and fight for the glory Horde!$B$BThank you for taking me to the frontier, $N. You\'re the best!',NULL,'Go to the Mor\'shan Rampart in the Barrens.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (910,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,4,2,172,0,-1800,0,0,0,0,'Down at the Docks','I have heard tales of the mighty ships that sail between Ratchet and Booty Bay! That would be so cool to sail on the ocean and fight in many great sea battles. Maybe I will be a mighty Horde sailor when I grow up! Yeah!$B$BWould you take me to see the Ratchet docks, please? I promise I won\'t get into the water or cause any trouble - I just want to see the big boats and smell the salty sea water! Yeah!','Take your ward to the docks of Ratchet in the Barrens.','Wow, the ocean is HUGE! There were a lot of sea gulls and stuff too - It\'s just as noisy and as bustling as I thought it would be. There are pirates near by too - so cool!$B$BThank you for taking me to Ratchet, $N. That was so awesome!','Are we there yet?','Go to the docks of Ratchet in the Barrens.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (911,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,4,2,172,0,-1800,0,0,0,0,'Gateway to the Frontier','They say that Ashenvale is the new frontier, and that the Mor\'shan Rampart in the Barrens is the gateway to it. That would be so cool to be a pioneer, carving everything you need out of the untamed wilds! They say that this is where the Horde and Alliance will clash the most in the future, and I want to be there $N!$B$BWould you take me to the Mor\'shan Rampart so I can see what the frontier looks like, please? I wanna see where the Horde is driving out those smelly night elves!','Take your ward to the Mor\'shan Rampart in the northern part of the Barrens, just before entering Ashenvale.','Wow, Ashenvale is where real adventure happens! Have you ever fought in Ashenvale, $N? When I become a hero when I grow up, I wanna come to Ashenvale and fight for the glory of the Horde!$B$BThank you for taking me to the frontier, $N. You\'re the best!','Are we there yet?','Go to the Mor\'shan Rampart in the Barrens.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (913,2,17,10,20,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,907,0,0,874,0,0,0,'Cry of the Thunderhawk','The thunderhawk, $N, is a fierce beast. It is time for you to face them. You must find where it roams, and bring me its wings as proof of your successful hunt.$B$BDo this, and your time with me will near its end.','Find and slay a Thunderhawk, return its wings to Jorn Skyseer at Camp Taurajo.','You, like the thunderhawk, should be proud. You have bested every foe we set you before, and have done so with strength, courage and honor.$B$BBut your path, $N, continues. In fact, you will find that true hunters forever strive, forever walk their path with the same pride you have shown me.$B$BNow, it is time to move on.','Is it done? Have you slain the thunderhawk?','','','','','',5164,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5302,5306,0,0,0,0,1,1,0,0,0,0,5299,0,0,0,1,0,0,0,81,0,0,0,0,350,0,0,0,0,0,1170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (914,2,718,11,22,81,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,1490,0,0,0,0,0,0,'Leaders of the Fang','The druids in the Wailing Caverns, the Druids of the Fang, are an aberration. They were part of an order of noble druids whose plan was to heal the Barrens, but now seek to remake that land to match their own, twisted dreams.$B$BThe Druids of the Fang have four leaders, and each possesses a dream gem. Even now their faces haunt me! Defeat the leaders and bring me their gems, and the Barrens may again know peace.$B$BGo, $N. You will find them lurking deep within the Wailing Caverns.','Bring the Gems of Cobrahn, Anacondra, Pythas and Serpentis to Nara Wildmane in Thunder Bluff.','You have done it, $N. You killed the leaders of the Druids of the Fang. My dreams are now free of their wicked faces, and you have helped save the Barrens from a cursed future.$B$BI thank you, $N. I thank you for myself, for the druids of Thunder Bluff, and for the land.','Memories of my nightmares haunt me, $N. Have you defeated the leaders of the fang and acquired their gems?','','','','','',9738,9739,9740,9741,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6505,6504,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (915,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,'You Scream, I Scream...','ICE CREAM! Oh please please please could you get me some ice cream?! Strawberry is my favorite flavor, and there\'s no better strawberry ice cream in the world than Tigule and Foror\'s Strawberry Ice Cream! It\'s my favorite ice cream in the whole wide world!$B$BI had it once a long time ago when I was at the Shimmering Flats race track, but I heard that they might be selling them in town now! Please? Pretty please? With Tigule and Foror\'s Strawberry Ice Cream on top??!?!','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','Mmmmmmmmm! I love their strawberry ice cream! If there\'s one thing Tigule and Foror know to do, it\'s make ice cream!$B$BThank you very much $N - this is the best treat ever!','I wish they\'d make more flavors of ice cream other than strawberry, but I guess I\'m lucky that strawberry is my favorite!','','','','','',7228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (915,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-925,0,0,0,0,'You Scream, I Scream...','ICE CREAM! Oh please please please could you get me some ice cream?! Strawberry is my favorite flavor, and there\'s no better strawberry ice cream in the world than Tigule and Foror\'s Strawberry Ice Cream! It\'s my favorite ice cream in the whole wide world!$B$BI had it once a long time ago when I was at the Shimmering Flats race track, but I heard that they might be selling them in town now! Please? Pretty please? With Tigule and Foror\'s Strawberry Ice Cream on top??!?!','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','Mmmmmmmmm! I love their strawberry ice cream! If there\'s one thing Tigule and Foror know to do, it\'s make ice cream!$B$BThank you very much $N - this is the best treat ever!','I wish they\'d make more flavors of ice cream other than strawberry, but I guess I\'m lucky that strawberry is my favorite!','','','','','',7228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (916,2,188,3,4,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,917,0,0,0,'Webwood Venom','I came to Shadowglen to observe the webwood spiders that dwell in the Shadowthread Cave. They are cousin to a much smaller variety of spider; I believe the world tree has had a profound effect on them, and I would like specimens to study to confirm this.$B$BFirst, I would like some of their venom. Gather Webwood venom sacs from the spiders in and around the Shadowthread Cave, to the north. I can then examine them for similarities with their smaller cousin\'s venom.','Bring 10 Webwood Venom Sacs to Gilshalan Windwalker at Aldrassil.','Thank you, $N. When I return to Darnassus I will compare the venom within these sacs with the venom of other spiders. It is my belief that it will have properties linked to the recent growth of our new world tree.','Did you gather the venom sacs, $N?','','','','','',5166,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10544,5392,5393,5586,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,216,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (917,2,188,1,5,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,916,920,0,0,0,0,0,'Webwood Egg','Now that I have the spiders\' venom, I\'d like some live specimens to study. Unfortunately, capturing a living, giant spider is more than I can ask of you, young $c. And a giant spider is more than I could handle myself!$B$BBut if you can find an unhatched egg, then delivering specimens will be much easier, and I can then arrange for the unhatched spiders to be contained.$B$BThere must be a nest deep in the Shadowthread Cave. Please, search for an egg in the nest and return it to me.','Bring a Webwood Egg to Gilshalan in Aldrassil.','Ah, very good. I will have this egg and the venom transported to Darnassus, then return there when my studies are done here. I expect to find out a great deal from these specimens, $N. You have been a great help to me.','Have you been inside the Shadowthread Cave, $N? Did you find a spider egg?','','','','','',5167,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5395,4907,11189,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,1,2,0,0,0,1000,0,0,0,0), (918,2,141,4,7,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,997,0,0,922,0,0,0,'Timberling Seeds','The timberlings of Teldrassil are elementals of nature. In some ways they reflect the natural order of plants and animals on our great tree.$B$BSo it is disturbing to see how angry the timberlings have become.$B$BI believe it has something to do with the soil. I have been working on different methods of nurturing plants and would like to try them on timberling seeds. Please, can you gather seeds from timberlings around Lake Al\'Ameth and bring them to me?','Bring 8 Timberling Seeds to Denelan at Lake Al\'Ameth.','You got them. This is good!$B$BI will plant these seeds in special soil I have prepared. I believe the seeds will sprout into timberlings who are much more docile. Perhaps later you can see the results!','Do you have the seeds? I am eager to plant them.','','','','','',5168,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4604,0,0,0,10,0,0,0,69,0,0,0,0,250,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -660578,7 +664811,7 @@ VALUES (922,2,141,4,7,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,923,5168,1,0,'Rellian Greenspyre','$N, can you take one of the seeds you brought me to my friend, Rellian Greenspyre? He is a druid in Darnassus, and when last we spoke he revealed his interest in my work with the Timberlings. He had some ideas himself, and he will appreciate a specimen seed to work with.$B$BThank you, $N. You have been a great help to me. I hope that, some day, you will see the fruit of my labors.$B$BYou will usually find Rellian walking the pathways of the Cenarion Enclave in Darnassus.','Bring a Timberling Seed to Rellian Greenspyre in Darnassus.','Ah, a timberling seed? I wanted to try growing one of these to help Denalan with his studies.$B$BBut I\'m afraid I\'ve discovered that a corruption has grown in many of the timberlings, and seeds from such creatures carry their parent\'s taint. They are beyond my talents to repair.$B$BDenalan is very skilled with things that grow. He may find a cure for future timberlings. He may be their only hope.','Hello...$B$BAnd how may I help you?','','','','','',5168,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (923,2,141,4,9,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,922,2498,0,0,0,0,0,'Tumors','There is a malevolence growing in the timberlings. We are trying to find the source, but until we do...in order to keep Teldrassil safe we must cut down the timberlings who are beyond help. Those that wander Wellspring Lake in northern Teldrassil are the most tainted. They must be removed!$B$BDestroy the Timberlings you find there, and gather the mossy tumors growing upon them. Bring the tumors to me so that they may be burned.','Bring 5 Mossy Tumors to Rellian Greenspyre in Darnassus.','Well done! These tumors are the symptom of the timberling\'s disease. They are filled with a poison that we must cleanse from our new land.$B$BI will dispose of these tumors. Thank you, $N.','Have you been to Wellspring Lake, $N? Have you been hunting the timberlings there?','','','','','',5170,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5605,0,0,0,1,0,0,0,69,0,0,0,0,350,0,0,0,0,600,585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (924,2,14,9,14,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,2,809,0,0,0,0,0,0,'The Demon Seed','The Demon Seed is a powerful tool for the Burning Legion. It rests in a cave on Dreadmist Peak, above a demonic altar of fire.$B$BI have prepared power stones that when placed near the Seed will disrupt its connection to the Legion.$B$BTake a stone from the table and bring it to the altar of fire atop Dreadmist Peak. Travel west, then north when the road forks. The Peak will be to your left. The safest climb to the top is on its northern face.$B$BAnd hurry--the stone\'s power will consume itself in time.','Grab a Flawed Power Stone. Bring it to the Altar of Fire before the stone expires, then return to Ak\'Zeloth.','Your task is complete. You have destroyed the Demon Seed as Neeru bid. But this is not the end...$B$BThe destruction of the Demon Seed sent waves of power through the ether, waves of staggering force. I felt them, and I am sure other beings did as well. Others who will wonder why their toy was broken...$B$BBut regardless of future troubles, I have something for you. Neeru sent it as payment. And he bid me thank you.$B$BSo, thank you.','The Demon Seed still exists. I can sense its power...','','Destroy the Demon Seed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3525,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5420,0,0,0,1,0,0,0,76,0,0,0,0,350,0,0,0,0,0,750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (925,2,-284,60,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cairne\'s Hoofprint','They say that Cairne Bloodhoof is one of the greatest heroes the Horde has ever seen. When I grow up, I wanna be a hero of the Horde too!$B$BDo you know Cairne, $N? Could you do me a favor, please? Could you get his hoofprint for me? I dunno how to ask him, and he\'d probably be too busy for someone like me... but you! You\'re an adventurer just like he is! I bet he\'d give you his hoofprint easy!$B$BPlease?','Travel to Thunder Bluff to see about getting Cairne Bloodhoof\'s hoofprint for your ward.','WOW! You got Cairne\'s hoofprint for me! Thank you very much! And wow... he wrote a personal message on here - to me! I knew he\'d be totally cool, I just did! Maybe someday I\'ll thank him myself... when I become a hero of the Horde!$B$BYou\'re the best, $N. Thank you for being so nice to me.','When the orcs were alone and without friends, the tauren welcomed them to a strange land and shared with them without asking anything in return. That\'s honor, $N.','','','','','',18643,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (925,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,-915,5502,-925,0,0,0,0,'Cairne\'s Hoofprint','They say that Cairne Bloodhoof is one of the greatest heroes the Horde has ever seen. When I grow up, I wanna be a hero of the Horde too!$B$BDo you know Cairne, $N? Could you do me a favor, please? Could you get his hoofprint for me? I dunno how to ask him, and he\'d probably be too busy for someone like me... but you! You\'re an adventurer just like he is! I bet he\'d give you his hoofprint easy!$B$BPlease?','Travel to Thunder Bluff to see about getting Cairne Bloodhoof\'s hoofprint for your ward.','WOW! You got Cairne\'s hoofprint for me! Thank you very much! And wow... he wrote a personal message on here - to me! I knew he\'d be totally cool, I just did! Maybe someday I\'ll thank him myself... when I become a hero of the Horde!$B$BYou\'re the best, $N. Thank you for being so nice to me.','When the orcs were alone and without friends, the tauren welcomed them to a strange land and shared with them without asking anything in return. That\'s honor, $N.','','','','','',18643,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (926,0,14,1,14,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,1,-924,0,0,0,0,0,0,'Flawed Power Stone','','','These stones are infused with magical energy, but purposefully flawed. They are very unstable and once removed from the table they will consume themselves quickly.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4986,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (927,2,141,5,12,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5179,1,0,'The Moss-twined Heart','The heart of Blackmoss the Fetid is covered with a dark, oily moss. In fact, the only way to tell this is a heart is from its slow, rhythmic beat... A beat that continues even now.$B$BPerhaps Denalan will want to see this heart.','Bring the Moss-twined Heart to Denalan at Lake Al\'Ameth.','...What is this? A timberling heart?? It\'s covered with a foul moss!$B$BThank you for bringing this to me, $N. I will examine the heart and, if fortune shines, determine the nature of the moss about it.','$N! You have something for me?','','','','','',5179,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (928,2,188,1,5,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,929,5186,1,0,'Crown of the Earth','While there is more I could speak to you of the moonwells and of Teldrassil, I must send you along. Corithras Moonrage will be expecting you. I have poured the phial of water you brought to me into this vessel to bring to him.$B$BSeek out Corithras. You will find him at the moonwell in Dolanaar. Follow the road south from Aldrassil out of Shadowglen, and continue to follow the cobblestones as the road turns west.$B$BMind you stay on the road though, $n. There are dangerous beasts in the forests of late.','Bring the Partially Filled Vessel to Corithras Moonrage in Dolanaar.','Ah, I see. You were sent by Tenaron. Well then, it would seem we have much to talk about, much to do, and little time to do it in.$B$BI think we\'d best get started.','Greetings, $C. For what purpose do I owe the pleasure of our meeting?','','','','','',5186,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,138,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0), @@ -660844,7 +665077,7 @@ VALUES (1205,2,15,35,45,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Deadmire','Deadmire is an ancient crocolisk in Dustwallow marsh. And it is his time to die.$B$BOld bones grind as he pulls his huge body through the swamp, and although he still moves with the strength and speed of youth, his aging body tortures the great spirit within it, a spirit whose flame will not waver.$B$BYet now he lives in constant, maddening pain. You must end the life of this noble creature, $N. You must lead Deadmire to peace.','Bring Deadmire\'s Tooth to Melor in Thunder Bluff.','Very good, $N.$B$BI am sure the hunt was not easy, but it is good to know the beast\'s pain has finally ended.','Do you have the tooth of Deadmire, $N? Have you ended the creature\'s suffering?','','','','','',5945,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), (1206,2,15,30,35,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,1218,0,0,1203,0,0,0,'Jarl Needs Eyes','Eye juice is good juice for drinking. Too bad most critters only have two eyes.$B$BBut spiders have lots of eyes. Lots and lots. And Darkmist eye juice is tasty. Smooth and salty! Unpopped spider eyes... I taste them already.$B$BDarkmist spiders are west of here, in the Darkmist Cavern. You figure the spiders are named after the cave... or is it the other way around?','Bring 20 Unpopped Darkmist Eyes to \"Swamp Eye\" Jarl at the Swamplight Manor.','You got the eyes! You got the eyes! Tasty, tasty spider eyes!$B$BSome eyes... when you stare at them they stare back. Eat those last. They keep you company... out in the swamp.$B$BHello, little spider eyes. Hello! You taste like chicken. Gooey, salty chicken!$B$BMmmh.','Where are those eyes?','','','','','',5884,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,4,1,3,0,0,0,2000,0,0,0), (1218,2,15,30,35,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,1206,0,0,0,'Soothing Spices','I like cooking. Good swamp cooking. Fried green frog legs and the like.$B$BAnd for cooking, I need spice. Soothing spice. Then I\'ll make a stew and stew it up and suck it down and give you some too.$B$BDo you like stew?','Bring 3 Soothing Spices to \"Swamp Eye\" Jarl in Dustwallow Marsh.','Ah, that\'s the spice! Now here\'s some swampy good stew.','Spice. We could all use some spice in our life. You agree?',NULL,NULL,NULL,NULL,NULL,3713,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6807,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0), - (1219,2,15,30,35,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1220,5917,1,0,'The Orc Report','Sifting through the loose dirt, the severed hand of an orc is found. And clutched in the hand is a bone-carved tube. And in the tube is a dirt-stained parchment.$B$BThe parchment is written in orcish... and it looks important.','Bring the Spy\'s Report to Lieutenant Aden in Theramore.','Hm... I can\'t read orcish very well, but this looks like a report... written by an orc spy!','Do you have a report to make?','','','','','',5917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0), + (1219,2,15,30,35,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1220,5917,1,0,'The Orc Report','Sifting through the loose dirt, the severed hand of an orc is found. And clutched in the hand is a bone-carved tube. And in the tube is a dirt-stained parchment.$B$BThe parchment is written in orcish... and it looks important.','Bring the Spy\'s Report to a Theramore Lieutenant.','Hm... I can\'t read orcish very well, but this looks like a report... written by an orc spy!','Do you have a report to make?','','','','','',5917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0), (1220,2,15,30,35,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,1219,0,0,0,5917,1,0,'Captain Vimes','Captain Vimes should see the orc report you found, $N. He knows the orcish language better than most. And he should know that there are Horde spies near Theramore!$B$BThe captain is in the barracks, on the northeastern side of Theramore Isle.','Bring the Spy\'s Report to Captain Garran Vimes.','A report from an orc spy! How did you find this? No matter -- let\'s see what it says...','You have something for me?','','','','','',5917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0), (1221,2,1717,20,26,81,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blueleaf Tubers','Blueleaf tubers are a delicacy around the world! But they\'re rare, very rare. The only place to find them is here in the Barrens, deep in the earth, in Razorfen Kraul.$B$BAnd even then, they\'re impossible to find unless you know just where to look! That\'s why I\'ve trained these snufflenose gophers to find them for me. They have great noses and can smell a tuber from fifty paces away.$B$BIt won\'t be easy, but if you get me some tubers I\'ll pay you handsomely.','Grab a Crate with Holes.$BGrab a Snufflenose Command Stick.$BGrab and read the Snufflenose Owner\'s Manual.$B$BIn Razorfen Kraul, use the Crate with Holes to summon a Snufflenose Gopher, and use the Command Stick on the gopher to make it search for Tubers.$B$BBring 6 Blueleaf Tubers, the Snufflenose Command Stick and the Crate with Holes to Mebok Mizzyrix in Ratchet.','Great, you got them! I can sell these to my contacts for a bundle!$B$BThanks for the delivery, $N! You are a great partner.','Do you have the tubers, $N?','','','','','',5876,5880,5897,6684,6,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6755,0,0,0,1,0,0,0,470,0,0,0,0,250,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1221,0), (1222,2,15,30,37,84,0,77,0,0,0,0,0,0,0,0,0,0,0,2,2,0,1271,-1222,0,0,0,0,'Stinky\'s Escape','Great, finally something that doesn\'t want to eat me!$B$BI need help handling the critters around here, and you fit the mold, $gbuddy:lady;.$B$BThe cook Morgan Stern is researching a new recipe, and he sent me out here to gather bogbean leaves. I guess he thinks they\'re tasty.$B$BAnyway, while looking for a bogbean plant... I got myself surrounded! Can you help me out of here, and watch my back as I look for the bogbean?','Escort \"Stinky\" Ignatz, then speak with Morgan Stern in Theramore.','Mr. Ignatz was just here with the bogbean leaves, and he told me you helped him out of some real trouble.$B$BThank you, $N. I will ask my uncle to treat you to a feast the next time you visit the Blue Recluse in Stormwind.','Have you seen Mr. Ignatz? I sent him into the swamp some time ago and he hasn\'t returned!','Help Stinky find Bogbean Leaves','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3825,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,4000,1710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,0,0), @@ -660981,7 +665214,7 @@ VALUES (1465,2,405,30,33,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,1437,0,0,1438,6479,1,0,'Vahlarriel\'s Search','As you continue your search of the wagon you find not only a pendant, but also footprints leading off towards the south. In the distance you can see smoke rising from a large fort. The smoke is from a kept fire, not the burning of buildings, and your instincts tell you that the Malems, if still alive, were taken that direction.$B$BYou think Vahlarriel at Nijel\'s Point should not only see the pendant you\'ve found, but also know about the signs of life to the south.','Return the Malem Pendant to Vahlarriel Demonslayer in Desolace.','Infuriating! This entire fiasco!$B$BThe two of them were warned about how dangerous coming here would be. Now they\'re both missing... or worse.$B$BYou said you saw tracks heading to a fort nearby? That may be our best bet.$B$BFrom what the locals have said, that fortress is infested with members of the Burning Blade--orcs who have dedicated themselves to demon causes. They may not represent the majority of the Horde\'s beliefs, but they are evil and will slay you on sight if you\'re caught spying.',NULL,'','','','','',6479,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,1170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1466,2,405,30,40,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,1459,0,0,1467,0,0,0,'Reagents for Reclaimers Inc.','This is the last of the items, and I won\'t lie, it ain\'t pretty. I\'m also expecting this to take you a little bit longer than the other items.$B$BSo, enough with the warning, let\'s get this started. Leftwitch says he needs: ten brains from either mana eaters, mage hunters, or ley hunters. Ten nether wings from a nether maiden, sister or sorceress. And... ten vials of doomwarder blood from a doomwarder captain, or lord.$B$BSimple enough, huh? Sheesh... if you wanna pass on this one, I\'d understand.','Bring 10 Felhound Brains, 10 Nether Wings, and 10 vials of Doomwarder Blood to Kreldig Ungor in Desolace.','Honestly? I wouldn\'t have thought it. You\'re amazing, $N. Taking on demons for a mage\'s experiments, and coming back in one piece to boot. Great job!$B$BI\'m personally gonna tell Roetten about you when I get back to Ironforge.','I didn\'t even realize these demon things were in Desolace. Last I read, centaur pretty much owned the land after the night elves picked up and left years ago.$B$BI wonder why they took up here, and how.','','','','','',6250,6251,6252,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,3500,1890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1467,2,405,30,40,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,1466,0,0,0,6253,1,0,'Reagents for Reclaimers Inc.','To get paid, you\'re gonna have to get back to Ironforge and speak to Roetten himself. He\'ll love getting Leftwitch\'s package out of the way anyway. Just give him this and it should be enough to get your booty.$B$BAnd don\'t worry, I\'m still going to put in a good word for you when I get back. I shouldn\'t be in Desolace much longer.','Bring Leftwitch\'s Package back to Roetten Stonehammer in Ironforge.','Ah, the package for Leftwitch from Desolace. Excellent. I \'preciate the work, and your timeliness, $C. Glad to have you aboard for at least this small bit of work.$B$BI got your payment right here. Let it be known that Reclaimers Inc. always pays well for a hard week\'s work.','Well met, $N. Business is booming, the sounds of anvils being struck rings throughout Ironforge, the bellows blow the fires hot, and me wife\'s making me a pie for dessert after tonight\'s dinner. Could life be any grander?','','','','','',6253,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6793,6794,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,3500,1890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (1468,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1687,18598,1,0,'Children\'s Week','You\'re willing to help us here at the orphanage? Bless you, friend; your aid during Children\'s Week will be invaluable.$B$BTake this whistle. You will only be able to use it for a short amount of time - typically not longer than Children\'s Week itself. When you use it, you will be able to talk with the child you\'ve agreed to look after. Using it again will dismiss the child.$B$BBy all means $N - use the whistle and meet your ward! I\'m sure the child will be most eager to meet you.','Use the Human Orphan Whistle to talk with the child you will be looking after during Children\'s Week.','Um... hi. My name is Randis, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. I\'m happy to meet you.$B$BI hope we\'ll have a lot of fun together. I have some things I\'d like to do, and the matron says you\'ll be like a big brother to me during this week. I\'d like that a whole bunch, yes $gsir:lady;.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,54,47,72,10,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (1468,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18598,1,0,'Children\'s Week','You\'re willing to help us here at the orphanage? Bless you, friend; your aid during Children\'s Week will be invaluable.$B$BTake this whistle. You will only be able to use it for a short amount of time - typically not longer than Children\'s Week itself. When you use it, you will be able to talk with the child you\'ve agreed to look after. Using it again will dismiss the child.$B$BBy all means $N - use the whistle and meet your ward! I\'m sure the child will be most eager to meet you.','Use the Human Orphan Whistle to talk with the child you will be looking after during Children\'s Week.','Um... hi. My name is Randis, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. I\'m happy to meet you.$B$BI hope we\'ll have a lot of fun together. I have some things I\'d like to do, and the matron says you\'ll be like a big $gbrother:sister; to me during this week. I\'d like that a whole bunch, yes $gsir:lady;.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,54,47,72,10,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1469,2,47,38,43,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,1452,0,0,1475,6287,1,0,'Rhapsody\'s Tale','Before the flight, I drank me a whole keg of stout. Hiccup!$B$BAnd what a flight it was. Zipping around with Brohann following me. Didn\'t see no temple though. Hiccup!$B$BWell, didn\'t see no temple till I got a little too tipsy and fell off my mount. I plunged right into the water and was sucked down. Found myself surrounded by a bunch of creepy trolls. Sure swam out of there fast! Even made off with this troll souvenir. Here, take it to Brohann and let him know his temple is down there, indeed. Hiccup!','Bring the Atal\'ai Tablet Fragment to Brohann Caskbelly in Stormwind.','Rhapsody Shindigger! That\'s right... how could I forget such a name?$B$BSo he knew about the sinking of the temple all along? Well, that certainly would have saved you some leg work.$B$BBut this Atal\'ai artifact! Why, it\'s quite a find!','At long last you have returned, $N. It has been quite some time since we last spoke. I thought perhaps you had forgotten about my quest.$B$BDid you locate that wily gryphon rider? Did he have anything to report?','','','','','',6287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1470,2,-61,1,3,0,256,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Piercing the Veil','Greetings, child. I can see that you are still young in the ways of the warlock, power still eluding your grasp. I can sense your eagerness to learn.$B$BAnd you will learn.$B$BThere is no strength in ignorance. Knowledge is our greatest power. Through its application, we can control the chaotic magics and beings of the void, bending them to our will.$B$BI will show you how to bind a servant to your will, but first you must bring me three skulls of the rattlecage skeletons near the abandoned smithy.','Bring Venya Marthand 3 Rattlecage Skulls.','Though you are still untested and young in your learning, you have proven that you possess sufficient ability to master the summoning and binding of an imp. Do not be deceived by an imp\'s size. Though it lacks physical strength, it possesses powers and a cleverness that will serve you well.$B$BAttend me carefully, $N, for I will not repeat this lesson, and I will leave its mastery to you.','Your power is little now, though I suspect already you sense the possibilities.$B$BEven the dead might feel alive, with that power coursing through us.','','','','','',6281,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,114,688,7763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1471,2,-61,10,10,0,256,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1473,0,0,0,6284,1,0,'The Binding','Surely you have seen the circle of summoning below us? Only there will you be able to draw forth an unbound voidwalker.$B$BUsing these runes, you will be able to draw it forth, and then you must dominate it through strength of arms and magic.$B$BWhen it is subdued, it will be indentured to you. Come to me then, and I will elucidate the spell of summoning, so that it may serve you to whatever end you wish.','Using the Runes of Summoning, summon and subdue a voidwalker, then return the Runes of Summoning to Carendin Halgar in the Magic Quarter of the Undercity.','You have done well, $N. Now, I will impart to you the spell used for summoning the voidwalker.$B$BThe power that it unleashed upon you is now yours to command. Use it wisely.','I expect to hear of your success, $N. Not meeting my expectations will be the least of your worries, however, should you fail.','','','','','',6284,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,697,11520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -660992,7 +665225,7 @@ VALUES (1476,2,-61,20,20,0,256,178,0,0,0,0,0,0,0,0,0,0,0,0,0,1472,0,0,1474,0,0,0,'Hearts of the Pure','Men of honor and goodness? Does such a man exist?$B$BIt took much research, but through bits of overheard stories, I managed to find two men that should do.$B$BThe first is Dalin Forgewright, who has dedicated himself to the care of the Lordaeron refugees, whom are refused by their kin at the Greymane Wall.$B$BThe other is Comar Villard, a man who remains faithful to his lost love, wandering the Wetlands for a sign of his wife.$B$BDeliver their hearts to Carendin. But first, let me show you your quarry.','Bring the hearts of Dalin Forgewright and Comar Villard to Carendin Halgar in the Temple of the Damned.','The heart of a goodly man seems much the same as any, when you see it like this, don\'t you think?$B$BPerhaps we possess something of a... different... view on the subject. These will do, though. I have no doubt that a succubus would be attracted by their purity.','I have been pleasantly surprised by the speed of your progress so far, $N. Bring me the hearts and you will impress me once again.','','','','','',6312,6313,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1477,2,1519,40,45,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1395,0,0,0,'Vital Supplies','Our mages are conducting research at Nethergarde Keep in the Blasted Lands, research vital to our understanding of the Dark Portals. They require nearly constant supplies, but our supply line to Nethergarde is tenuous.$B$BYou must help ensure the supplies make it to Nethergard. Report to Watchmaster Sorigal in Darkshire, and do as he asks. This task will take you into hostile lands, $N. Prepare yourself.','Speak with Watchmaster Sorigal.','Andromath sent you? Very good. I have an important task for you...',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1478,2,-61,10,10,0,256,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1473,1478,1473,0,0,0,'Halgar\'s Summons','Ah, $n! I just received word from Carendin Halgar that he would like to see you for further training.$B$BYou should be proud of yourself, $n. It\'s not every day that Master Halgar personally sees fit to instruct a young warlock.$B$BYou\'ll be able to find him in the Magic Quarter of the Undercity, near the Temple of the Damned.','Speak with Carendin Halgar in the Undercity.','Good, I see Ageron managed to find you, $N. Let us waste little time with small talk and pleasantries and focus on your training. There is still much you have to learn.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (1479,2,-284,60,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,4,0,1558,0,0,4822,0,0,0,'The Bough of the Eternals','I\'ve heard stories about how the night elves have their bank in a tree - one that looks like a bear! That\'s so cool! Night elves are neat how they like nature and stuff, but bears are just totally awesome!$B$BWould you take me to see the bear-tree in Darnassus, please? There\'s a boat that will take us close to there, and it shouldn\'t take very long. Please, please, please!','Take the orphan to the bank of Darnassus. The bank itself is hollowed out of a tree known as the Bough of the Eternals.','Wow, it was cooler than I even imagined - the Bough of the Eternals! I didn\'t think it\'d be so big, but it was! Did you see the bird on top of it too?! I wonder how they got the branches to look like that!$B$BThanks for taking me to Darnassus, $N. You\'re awesome!','Are we there yet?','Go to the bank in Darnassus, otherwise known as the Bough of the Eternals.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,75,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (1479,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,4,2,1468,0,-1687,0,0,0,0,'The Bough of the Eternals','I\'ve heard stories about how the night elves have their bank in a tree - one that looks like a bear! That\'s so cool! Night elves are neat how they like nature and stuff, but bears are just totally awesome!$B$BWould you take me to see the bear-tree in Darnassus, please? There\'s a boat that will take us close to there, and it shouldn\'t take very long. Please, please, please!','Take the orphan to the bank of Darnassus. The bank itself is hollowed out of a tree known as the Bough of the Eternals.','Wow, it was cooler than I even imagined - the Bough of the Eternals! I didn\'t think it\'d be so big, but it was! Did you see the bird on top of it too?! I wonder how they got the branches to look like that!$B$BThanks for taking me to Darnassus, $N. You\'re awesome!','Are we there yet?','Go to the bank in Darnassus, otherwise known as the Bough of the Eternals.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,75,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1480,2,405,25,33,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1481,20310,1,0,'The Corrupter','The torn skin smells rotten, and is remarkably pliable for something that appears to be dry and fragile.$B$BAs you unroll it, you can clearly see the red markings of some kind of language on one side. At the bottom of the skin is a very clear symbol that you guess is a signature of some kind.$B$BPerhaps it is something Maurin could tell you more about?','Bring the Flayed Demon Skin to Maurin Bonesplitter in Desolace.','Hmm, these runes are indeed a language, $N, an old language. They seem remotely similar to the Eredun language, but the differences are drastic. If I am not mistaken, this is a contract of some kind.... Here, yes, this symbol is the demon\'s signature: Lord Azrethoc.','The Burning Blade begin to realize how weak they truly are. Their magics are pathetic, their strength feeble.$B$BTheir only power comes from those they serve, and not from any understanding of true power and knowledge.','','','','','',20310,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1481,2,405,25,33,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,1480,0,0,1482,0,0,0,'The Corrupter','I believe I can find this demon lord given the proper reagents.$B$BIf he is indeed as powerful as I suspect, I will need items gathered from deadly creatures. But you act in the Warchief\'s name, so I am sure you will accept my task.$B$BFirst, I will have to break any wards he has against scrying. For this, I will need the scalp from a satyr--but not any satyr. The scalp must come from a Hatefury shadowstalker.$B$BSearch for them among the ancient ruins in the northeast of Desolace.','Bring a Shadowstalker Scalp to Maurin Bonesplitter in Desolace.','The shadowstalkers were unable to slay you, $c. Impressive... most impressive.$B$BThis scalp will do nicely for my spell. While you were away, I was able to gather some of the other reagents needed for the spell.$B$BI am almost ready. I only need a focus for the spell--something to project an image of the demon lord and his whereabouts.','Do not bring me an incorrect scalp, $c. Using the incorrect reagents could cause our deaths. The demon lord may have contingency spells on his person to slay those who would scry upon him.$B$BFate has already dealt me enough pain.','','','','','',6441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,1590,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1482,2,405,25,35,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,1481,0,0,0,0,0,0,'The Corrupter','An oracle crystal would do nicely. They are crafted by the naga for their oracles to use.$B$BNorthwest of here, along the coast, is a vast coral reef that the naga have taken as their home when this close to the shore. You can find their oracles there. The Slitherblade are deadly and will not react kindly to your intrusions, so be careful and make haste.$B$BWhen you return, we shall see about finding this demon lord Azrethoc.','Bring an Oracle Crystal to Maurin Bonesplitter in Desolace.','A precious oracle crystal... flawless... beautiful. Indeed.$B$BWe shall begin immediately. Finding this demon lord should be our primary concern, and its slaying demands our utmost attention.$B$BTake a step back, $c, and let us see what this demon is, and where he may be found.','I am ready for the oracle crystal, $c. Finding and destroying this Lord Azrethoc would garner a great deal of favor with the Warchief for both of us. We would do well to work together and to do so swiftly so we may further our own ends and curry favor with the Warchief. ','','','','','',6442,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -661043,7 +665276,7 @@ VALUES (1534,2,-82,20,23,0,64,178,0,0,0,0,0,0,0,0,0,0,0,0,0,1536,0,0,220,7767,1,0,'Call of Water','Take this waterskin and head deep into the lush forest the night elves call Ashenvale. It is to the far north of the Barrens.$B$BOnce you\'ve entered the forest, travel west. Along the mountains that separate Stonetalon and Ashenvale, and beyond Lake Mystral, you will find a holy place: the Ruins of Stardust. At the center of the lake you will find a small fountain.$B$BBring me a sample of the fountain\'s water. It will be the final component you\'ll need before I send you back to Islen.','Fill the Empty Blue Waterskin at the Ruins of Stardust in Ashenvale and return to Brine in the Barrens.','Wonderful, $N. With all three samples gathered, I can create for you a vial of the purest water any living creature will find. It will be used in the next steps of your rite of passage.$B$BI am pleased to count you among our kind, $N. You do all $C proud, and I look forward to hearing about your exploits in the future.','Do you have the water yet, $N? Tales say the ruins were protected by large creatures of nature that do not care for visitors, but those could be myths to scare off the enemies of the night elves.$B$BRegardless, be careful.','','','','','',7770,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1535,2,-82,20,22,0,64,178,0,0,0,0,0,0,0,0,0,0,0,0,0,1530,0,0,1536,7766,1,0,'Call of Water','To find understanding and gain the sapta from me, you must seek out only the purest forms of water. As you fetch the samples for me, take note of your surroundings. Be aware of the creatures that rely on the water, that protect it. See how it affects forests and deserts. Witness how the very substance that sustains life will force creatures to take lives.$B$BWe shall start with a simple task: down below my hut there is a pond of the precious liquid. Fill this skin with it and return to me.','Fill the Empty Brown Waterskin at the watering hole below Brine\'s hut and return it to her in the Barrens.','I thought some bloodshed might ensue if you tried to take water from the pool. It is a pity the quilboar do not realize that all living things are tied together; that their greed only perpetuates the pain and suffering of their people. How much could they accomplish if they were to put their differences aside and their clans came together.$B$BAgain, a pity, but more than likely a boon for the other races of the Barrens.','I am just about prepared to send you on your other tasks. Have you filled the skin yet?$B$BI know how protective the quilboar can be. Even such a small water source is a vast hoard of wealth to them. They have great feasts when even the slightest rain comes to the Barrens. Water is sacred to their kind because it is so scarce. Do you understand?','','','','','',7769,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1536,2,-82,20,22,0,64,178,0,0,0,0,0,0,0,0,0,0,0,0,0,1535,0,0,1534,7768,1,0,'Call of Water','Long ago I followed some companions into the Hillsbrad Foothills. We defended ourselves from some tenacious humans who make their home there and we found ourselves in a small town the Forsaken had taken over: Tarren Mill.$B$BIt was there I found a most peculiar thing: in the center of town was a small well of fresh spring water. I\'m not sure the plagued citizens of the town even realize its value--it\'s a small holy vestige in an unhallowed sea.$B$BBring me a sample of that water in this waterskin.','Fill the Empty Red Waterskin at the well in Tarren Mill and return to Brine in the Barrens.','This is good, $N. You\'re dedicated to the task at hand and have the ability to seek out that which is needed.$B$BOne more sample is all I need to create the reagent needed for your sapta. Islen will be pleased as well.','The well remaining pure within the town reminds me of stories told to me when I was younger, $N. Even in times of great pain and sorrow one can find a sliver of hope, a small symbol to rally around. The orc people see Thrall this way. He survived against great odds and rose up to lead our people through his strength and example.$B$BI\'m not sure any orc has suffered as much as he has, but at the same time, I\'m not sure any orc is as strong as he is either.','','','','','',7771,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (1558,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,4,0,1687,0,0,1479,0,0,0,'The Stonewrought Dam','Ironforge is where all the dwarves and gnomes live. Near there is a place called Loch Modan, and the dwarves built a HUGE dam there. They say it\'s one of the biggest things anyone\'s ever made. Wow!$B$BCould you take me to Loch Modan and see the dam there, please? I think it is the Stone... um... Stonewrench Dam? Stonewrought? It\'s big - that\'s for sure. I\'d like to look out over the big waterfall. I promise I won\'t lean over too far!','Take the orphan to the Stonewrought Dam in Loch Modan. You should take him to the middle of the dam so he can see out over the giant waterfall.','WOW - the dam was WAY bigger than I thought! I could barely hear myself talk from the sound of all the rushing water! Hey, do you think it would ever run out of water? Man, what would happen if that damn ever broke! WOW, that would be scary!$B$BThanks for taking me to see the dam. That was very kind of you. I told you I wouldn\'t lean over too far!',NULL,'Go to the top of the Stonewrought Dam in Loch Modan.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,75,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (1558,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,4,2,1468,0,-1687,0,0,0,0,'The Stonewrought Dam','Ironforge is where all the dwarves and gnomes live. Near there is a place called Loch Modan, and the dwarves built a HUGE dam there. They say it\'s one of the biggest things anyone\'s ever made. Wow!$B$BCould you take me to Loch Modan and see the dam there, please? I think it is the Stone... um... Stonewrench Dam? Stonewrought? It\'s big - that\'s for sure. I\'d like to look out over the big waterfall. I promise I won\'t lean over too far!','Take the orphan to the Stonewrought Dam in Loch Modan. You should take him to the middle of the dam so he can see out over the giant waterfall.','WOW - the dam was WAY bigger than I thought! I could barely hear myself talk from the sound of all the rushing water! Hey, do you think it would ever run out of water? Man, what would happen if that damn ever broke! WOW, that would be scary!$B$BThanks for taking me to see the dam. That was very kind of you. I told you I wouldn\'t lean over too far!','Are we there yet?','Go to the top of the Stonewrought Dam in Loch Modan.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,75,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1559,0,-201,30,37,0,0,0,202,1,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Flash Bomb Recipe','','',NULL,NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6672,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1560,2,440,40,50,0,0,255,0,0,0,0,0,0,0,0,0,0,1800,2,2,0,0,0,0,0,0,0,'Tooga\'s Quest','I am so lost!$B$BMy wife, Torta, sent me out to fetch dinner and I must have taken a wrong turn somewhere.$B$BWould you be so kind as to lead me back to Torta? She\'s waiting for me just south of Steamwheedle Port.','Show Tooga the way back to his wife, Torta.','So he couldn\'t find his way back on his own? Figures.$B$BWell, I guess you deserve something for your troubles....',NULL,'Lead Tooga to Torta','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9638,9642,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1578,2,-121,1,12,0,0,77,164,30,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Supplying the Front','The mountaineers of Loch Modan are fighting troggs, and having a busy time of it! They need constant supplies of new armor and weapons if we\'re ever to get a handle on those troggs.$B$BThat\'s why my colleague Thorvald is there, trying to keep the mountaineers in good gear. So if you were to make some copper axes and copper chain belts and bring them to Thorvald, he would be obliged. He might even share his knowledge with you.$B$BThorvald is in Loch Modan\'s southern guard tower.','Bring 6 Copper Axes and 6 Copper Chain Belts to Thorvald in the southern guard tower of Loch Modan.','Ah, apologies! I didn\'t realize you were here to help resupply our troops. The stuff you made will be a big help!$B$BHere are plans for some armor. I hope you find them useful.','I have no time to chat. Do you have business with me?','','','','','',2845,2851,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3609,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -661088,7 +665321,7 @@ VALUES (1684,2,-81,10,10,0,1,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,1638,1683,0,0,0,'Elanaria','Greetings, warrior. Your skill grows, but there is more to your profession than you may believe. To further progress, you must soon find a teacher.$B$BThe warrior Elanaria dwells in Darnassus, at the Warrior\'s Terrace. She can instruct you.','Speak with Elanaria.','I bid you greetings, $N. Your name rings loudly in Darnassus, for you show promise. But we shall soon see if you possess the strength of will to follow the path of the warrior.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1685,2,-61,10,10,0,256,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,1715,1688,0,0,0,'Gakin\'s Summons','Isn\'t that how it always works? Was looking for you all day and couldn\'t find you, now when I\'m not expecting it, you come and walk right up to me.$B$BI\'ve wasted enough time trying to find you, so I won\'t delay you any longer. Master Gakin\'s summoned you for additional training. Seems to me you should seek him out as soon as possible.$B$BYou\'ll find him in the basement of the Slaughtered Lamb tavern. By the way, you might want to keep that particular location quiet. Don\'t want word spreading about it.','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','I\'m glad someone was able to get a hold of you, $n. I was beginning to fear the worst. It would be a shame to lose you, after the time we\'ve invested in you. We can talk later, though. Your training is the only important thing now.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1686,2,-81,10,10,0,1,77,0,0,0,0,0,0,0,0,0,0,0,8,0,1683,0,0,1692,0,0,0,'The Shade of Elura','You have learned much, $N. Now we will craft you a weapon. A warrior\'s weapon.$B$BTo do this, you must travel to Darkshore.$B$BLong ago a ship crashed upon the rocks near the Auberdine lighthouse, scattering many crates of elunite ore along the ocean floor.$B$BFirst, you must defeat the elunite\'s guardian, the Shade of Elura. Once the ship\'s captain, she cursed herself to roam the deeps and protect her shipment for all time. Defeat her, gain her medallion, and gather the crates of lost Elunite.','Bring 8 loads of Elunite Ore and the Medallion of Elura to Elanaria in Darnassus.','Bravely done, $N.$B$BYou have given the Shade of Elura much deserved peace, and we will use the gathered elunite to make a fine weapon for you.','Have you defeated the Shade of Elura, $N? And do you have the lost elunite ore?','','','','','',6808,6809,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (1687,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,4,0,1468,0,0,1558,0,0,0,'Spooky Lighthouse','Sometimes late at night, our matrons at the orphanage will tell us spooky stories. Those RULE! There\'s one about a ghost that haunts a lighthouse in Westfall. They say he was a pirate captain who had his ship taken from him by other pirates. Wow!$B$BCould you please take me to the lighthouse in Westfall? I wanna see if the ghost of that captain is there! I promise to stay close to you; I won\'t run off or anything!','Take the orphan to see the lighthouse off the coast of Westfall.$B','WOW, that was a real life ghost! That was so awesome - I can\'t wait to tell everyone back at the orphanage. Captain Grayson... he even looked like a pirate! When I grow up I wanna be a ghost pirate too!$B$BThanks for taking me to Westfall, Trukaos. I know there are scary things out there in the wilds of Westfall, and I hope I wasn\'t too much of a pain. You\'re awesome!',NULL,'Go to the Westfall Lighthouse.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,75,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (1687,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,4,2,1468,4822,-1687,0,0,0,0,'Spooky Lighthouse','Sometimes late at night, our matrons at the orphanage will tell us spooky stories. Those RULE! There\'s one about a ghost that haunts a lighthouse in Westfall. They say he was a pirate captain who had his ship taken from him by other pirates. Wow!$B$BCould you please take me to the lighthouse in Westfall? I wanna see if the ghost of that captain is there! I promise to stay close to you; I won\'t run off or anything!','Take the orphan to see the lighthouse off the coast of Westfall.$B','WOW, that was a real life ghost! That was so awesome - I can\'t wait to tell everyone back at the orphanage. Captain Grayson... he even looked like a pirate! When I grow up I wanna be a ghost pirate too!$B$BThanks for taking me to Westfall, $N. I know there are scary things out there in the wilds of Westfall, and I hope I wasn\'t too much of a pain. You\'re awesome!','Are we there yet?','Go to the Westfall Lighthouse.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,75,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1688,2,-61,10,10,0,256,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1689,0,0,0,'Surena Caledon','I had a student named Surena Caledon. She stood where you stand now, eager to learn of warlock magic, and possessing no small bit of talent. More than that she was young and pleasing to the eye. Had I seen it then, the traitorous trollop!$B$BThe thieving wench ran off with one of the Defias, Erlan Drudgemoor. While her loss is of little importance, I gifted her a bloodstone choker that I must have.$B$BHer life means nothing to me now. You will find her at the Brackwell Pumpkin Patch. Retrieve what is mine.','Retrieve Surena\'s Choker for Gakin the Darkbinder in Stormwind.','Surena was talented, but not enough so to gain mastery of $C magic on her own. It\'s a shame to see talent wasted, but sometimes it is necessary.$B$BI hope my investment in you will bear different results.','Even the older and wiser can be unmanned by the wiles of youth and beauty, $N. A piece of advice you would do well to remember throughout your life.','','','','','',6810,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1689,2,-61,10,10,0,256,77,0,0,0,0,0,0,0,0,0,0,0,0,0,1688,0,0,0,6928,1,0,'The Binding','By retrieving my choker and besting Surena, you\'ve proven that you\'re at least as capable as she was.$B$BWith that said, I can tell you\'re direly in need of training. You can manage the flows of magic, yes, but being a warlock is much more than that.$B$BI will show you how to command a voidwalker, but before I can, you must call one forth at a summoning circle and subdue it using whatever weapons--physical and magical--you have at your disposal. Use the magic of this choker at the summoning circle below.','Using the Bloodstone Choker, summon and subdue a voidwalker, then return the Bloodstone Choker to Gakin the Darkbinder in Stormwind.','You did better than I expected, $N, but as well as I\'d hoped. Now, you can learn to command your subjugated voidwalker, an ally you will find valuable in the trials that are sure to stand before you.$B$BI have nothing more to teach you at the present, but I am far from done with you, $N.','I cannot show you how to control a voidwalker until you have overtaken one.','','','','','',6928,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,697,11520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1690,2,440,40,43,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1691,0,0,0,'Wastewander Justice','You there! It\'s time for you to be a big helper to the Gadgetzan Water Company.$B$BThe Wastewander nomads out in the Tanaris desert have seized almost all the water wells! Without access to them, our water supply will dry up in no time. If you want to get in our good graces, then you\'ll help us bring justice to those nomads!$B$BHead east of here and bring down ten Wastewander Bandits and Thieves, then report back to me on the double. Justice waits for no man... goblin... bah, just get on it!','Take down 10 Wastewander Bandits and Thieves east of Gadgetzan, then report back to Chief Engineer Bilgewhizzle.','Now that\'s what I call efficiency! You\'ve helped thin out the nomad\'s numbers enough now that we can start to think about how we can win back those water wells.$B$BThe Gadgetzan Water Company thanks you for your help, but we\'re far from done in dealing with those foul nomads. Listen close - here\'s what we need next...','Back so soon? I hope you were able to bring some goblin-style justice to those Wastewander Bandits and Thieves like I asked you to!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5618,5616,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,250,0,0,0,0,6000,2160,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0), @@ -661142,13 +665375,13 @@ VALUES (1796,2,-61,31,31,0,256,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,4781,0,0,0,'Components for the Enchanted Gold Bloodrobe','The first item I will aid you in creating is a robe. You will gather the items for me, and we will put them together. Afterwards, assuming you succeed, you will have the first of many items that will make you more powerful and aid you in your struggles.$B$BTo start, you must have crafted Robes of Arcana. A tailor can make this for you, or perhaps you can purchase one from someone else--I\'d be most impressed if you could make it yourself--but regardless, bring me the robes, and we shall go from there.','Bring Robes of the Arcana to Menara Voidrender in the Barrens.','This will do nicely, $N.$B$BAll magical items must begin with an item of high quality. The more effort and skill put into an item, the greater the magics it can hold. Rare and more expensive components hold the magic better. You will not regret having the robes fashioned into the ones we will make for you later on.','How goes your search for the robes, $N? Have you created them yourself? Such personal touches I find make the imbuing of magic that much sweeter. It gives you a greater sense of accomplishment. But I understand if you choose the quicker path and have it made for you - there\'s something to be said for such... ambition.','','','','','',5770,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,0,0), (1798,2,-61,30,30,0,256,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1758,0,0,0,'Seeking Strahad','It is time you learned the felhunter summoning, $n. I do not have the reagents and items necessary to teach you here, so you will have to seek out another, Strahad Farsan, another of our inner circle.$B$BHe makes his residence in the goblin port of Ratchet. I will send word ahead of you to inform him of your coming.','Speak with Strahad Farsan in the Barrens.','$N? Ah, of course. Our latest prodigy. The real thing can not live up to the legend, I am afraid. $B$BNo matter, you have come here to learn, not to hear me make jokes to myself.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,11,1,0,0,0,0,0,0,0,0), (1799,2,-61,35,40,0,256,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,4961,0,0,0,'Fragments of the Orb of Orahil','Good, then we shall begin.$B$BThe first thing you must do is speak to my acolytes inside. Choose one of their paths to follow--they will explain more.$B$BSecond, you must travel to Desolace and find an Infernal Orb from one of the warlocks of Mannoroc Coven. It is that orb that you will cleanse with the help of a mage named Tabetha deep in southern Dustwallow Marsh. She will aid you because of our history together.$B$BAgain, do not come back until you have done both things I\'ve asked.','Speak to Menara\'s acolytes inside the tower above Ratchet and choose one of their paths to follow.$B$BAfterwards, bring an Infernal Orb to Tabetha in Dustwallow Marsh.','Oh, so Menara sent you. Fair enough... I suppose you may stay as my guest for the time being. But you must be on some pressing business - perhaps you\'re here seeking lost power? Maybe I\'m mistaken. Maybe corruption isn\'t too far away from you after all.','And obviously not being a mage, I wonder if I can trust you at all. I can smell the power of the arcane on you, but you seem to have eluded the stank of corruption that comes so willingly with your kind.$B$BYes, a $C... a $C has come to ask for my help.$B$BWell, what is it I can do for you, $N?','','','','','',7291,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,1,0,0,0,0,0,0,0,0), - (1800,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,'Lordaeron Throne Room','The orphan matrons at my home tell mighty stories of battle and lore at night if we are good and do our chores. One story was about how Lordaeron fell, and about how the evil Arthas took his own father\'s life to become ruler.$B$BHe had no honor, $N! When I grow up and become a mighty Horde warrior, my blade will be guided by honor - never evil!$B$BWould you take me to see the throne room, please? It is just before where you would go down into the Undercity.','Take your ward to the old Lordaeron Throne Room that lies just before descending into the Undercity.$B','That throne room was scary, Yohaan! Even though it was empty, it felt like a great evil had happened there. I felt mad... but I also felt sad too. I understand why the matrons tell us such stories; I will never betray my people like that!$B$BThank you for taking me to the throne room, $N. I learned a lot.','Are we there yet?','Go to the old Lordaeron Throne Room that lies just before descending into the Undercity.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (1800,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,4,2,172,915,-1800,0,0,0,0,'Lordaeron Throne Room','The orphan matrons at my home tell mighty stories of battle and lore at night if we are good and do our chores. One story was about how Lordaeron fell, and about how the evil Arthas took his own father\'s life to become ruler.$B$BHe had no honor, $N! When I grow up and become a mighty Horde warrior, my blade will be guided by honor - never evil!$B$BWould you take me to see the throne room, please? It is just before where you would go down into the Undercity.','Take your ward to the old Lordaeron Throne Room that lies just before descending into the Undercity.$B','That throne room was scary, $N! Even though it was empty, it felt like a great evil had happened there. I felt mad... but I also felt sad too. I understand why the matrons tell us such stories; I will never betray my people like that!$B$BThank you for taking me to the throne room, $N. I learned a lot.','Are we there yet?','Go to the old Lordaeron Throne Room that lies just before descending into the Undercity.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1801,2,-61,30,30,0,256,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1803,0,0,0,'Tome of the Cabal','It will take more than a simple summoning circle to bring forth a felhunter for you to challenge.$B$BMy three acolytes and I will assist in creating the magic circles. You require a copy of the Tome of the Cabal, which has been lost to us for some time. It was written by the first group of warlocks to summon a felhunter unaided.$B$BPerhaps Jorah Annison can help you with this. He\'s employed as a cartographer in the Undercity these days, but still knows more of ancient texts than any I know.','Speak with Jorah Annison in the Undercity.','Map making! Pictures, estimations of reality. I have no use for such things.$B$BIn books, narrative, description! That is where truth lies. I would trade all the maps in this store for one book on the rise of necromancy, or a tale of the Dark Lady\'s triumph.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1802,2,-61,30,30,0,256,77,0,0,0,0,0,0,0,0,0,0,0,8,0,1758,0,0,1804,0,0,0,'Tome of the Cabal','It was lost, but there\'s some idea as to where it might be found.$B$BThere was only one copy ever made and it was vandalized at some point, a large portion of it ripped from the binding. Rumor has it that it somehow passed into the hands of the centaur of Thousand Needles.$B$BThe rest was lost off the coast west of Southshore, where it was to be transported to Menethil Harbor by boat. It never arrived.$B$BIn exchange for this knowledge, all I ask is that if you find it, bring it to me to see.','Retrieve the Moldy Tome and Tattered Manuscript for Krom Stoutarm in Ironforge.','Fantastic! Now I may join the ranks of the few that have spied its contents.$B$BI can\'t wait to further peruse this text. This is a great day, $N! If you will just allow me to glance at it before you leave. I\'m sure that Strahad will be willing to send me a copy.','Did the rumors prove true, $N?','','','','','',6931,6997,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0), (1803,2,-61,30,30,0,256,178,0,0,0,0,0,0,0,0,0,0,0,8,0,1801,0,0,1805,0,0,0,'Tome of the Cabal','Ah! I see that you are a warlock of similar tastes to mine. Indeed, acquiring the Tome of the Cabal is a worthy aspiration. Did you know that it was once held within the walls of Lordaeron? It was vandalized though, almost half its pages removed. Who would commit such a heinous act?$B$BThat half is lost, though rumor says that it fell into the hands of the centaur of the Thousand Needles.$B$BThe rest of the text was to be transferred to Ironforge, but was lost in transit on the coast west of Southshore.','Retrieve the Moldy Tome and Tattered Manuscript for Jorah Annison in the Undercity.','Well well well! What do we have here?$B$BThis is impressive, $N. I wouldn\'t have thought it possible, but here it is in my very hands, the complete Tome of the Cabal.$B$BAllow me to leaf through its pages for just a moment before you are off again.','It may be that you are chasing after fairy tales, $N, but truth can be found at the center of even the wildest rumors.','','','','','',6931,6997,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1804,2,-61,30,30,0,256,77,0,0,0,0,0,0,0,0,0,0,0,0,0,1802,1795,0,1795,7006,1,0,'Tome of the Cabal','Well, ah, it\'s hard to let it go. But you found it, and you have more important things to do with it, of course. Just, please, be sure to mention to Strahad that I wanted a copy.$B$BWhile you were out, he sent a message for you. He wanted me to tell you that for his acolytes to assist with the summoning, you\'ll have to acquire three rods of channeling.$B$BHe might not know where to find them, but I do! They were last used by the orcs of the Dragonmaw clan in the Wetlands. I\'d check their spellcasters!','Bring the Reconstructed Tome and 3 Rods of Channeling to Strahad Farsan in Ratchet.','Well done! The Tome of the Cabal and three pristine--slightly scratched, I suppose--rods of channeling.$B$BThis will be interesting. It\'s been some time since a young $C took on a felhunter to make his own.','Haven\'t seen you around these parts for a while. Have you found the tome and the rods?','','','','','',7006,6930,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,6,21,1,0,0,0,0,0,0,0,0), (1805,2,-61,30,30,0,256,178,0,0,0,0,0,0,0,0,0,0,0,0,0,1803,0,0,1795,7006,1,0,'Tome of the Cabal','This is one of the most interesting texts I have perused in the last few years. The selection here is sparse--mostly books on geography--and I have already read them all. I should hope that Strahad would send me a copy of this tome when he has the chance.$B$BSpeaking of him, he sent word to me while you were away. For your task, you must obtain three rods of channeling.$B$BFor allowing me to look at this text, I will share a secret: You can find the rods on orcs of the Dragonmaw Clan in the Wetlands.','Bring the Reconstructed Tome and 3 Rods of Channeling to Strahad Farsan in Ratchet.','Well done! The Tome of the Cabal and three pristine--slightly scratched, I suppose--rods of channeling.$B$BThis will be interesting. It\'s been some time since a young $C took on a felhunter to make his own.','Yes, $N? Of what service can I be to you?','','','','','',7006,6930,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (1806,2,-141,20,22,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1654,0,0,0,0,0,0,'The Test of Righteousness','Why don\'t we go over to the forge and get started on this? I\'ve been preparing for your arrival for some time, so it shouldn\'t take long at all.$B$BWhen we\'re done, you\'ll be far more prepared to defend the Light than you have been, this much I swear.$B$BI\'ll be somewhat honest, $N, seeing the results of your exploits makes me somewhat envious. But knowing that I can contribute to your adventures in my own significant way does bring me some joy.','Wait for Jordan Stilwell to finish forging a weapon for you.','Here it is, $N. A weapon worthy of a champion of the Light such as yourself. I\'ve named it after a great dwarven paladin who was a friend of mine. His name was Verigan... Bosch Verigan.$B$BPlease take it on behalf of myself and my wife. We owe you a great debt, and the world will be a safer place with one of your skill traveling the land.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (1806,2,-141,20,22,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,1654,0,0,0,0,0,0,'The Test of Righteousness','Why don\'t we go over to the forge and get started on this? I\'ve been preparing for your arrival for some time, so it shouldn\'t take long at all.$B$BWhen we\'re done, you\'ll be far more prepared to defend the Light than you have been, this much I swear.$B$BI\'ll be somewhat honest, $N, seeing the results of your exploits makes me somewhat envious. But knowing that I can contribute to your adventures in my own significant way does bring me some joy.','Wait for Jordan Stilwell to finish forging a weapon for you.','Here it is, $N. A weapon worthy of a champion of the Light such as yourself. I\'ve named it after a great dwarven paladin who was a friend of mine. His name was Verigan... Bosch Verigan.$B$BPlease take it on behalf of myself and my wife. We owe you a great debt, and the world will be a safer place with one of your skill traveling the land.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1806,0), (1818,2,-81,10,10,0,1,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,1505,1819,0,0,0,'Speak with Dillinger','I was told Deathguard Dillinger has a job for someone like you. If you\'re willing to show your value to the Dark Lady\'s forces, then report to Dillinger immediately.$B$BDeathguard Dillinger\'s post is on the west end of Brill, near the graveyard.','Speak with Deathguard Dillinger in Brill.','You\'re here for a mission? Good. I have an important one, and one that will test your skill in combat... and your resolve in the defense of the Forsaken.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1819,2,-81,10,10,0,1,178,0,0,0,0,0,0,0,0,0,0,0,8,0,1818,0,0,1820,0,0,0,'Ulag the Cleaver','When the Scourge swept through Tirisfal Glades, we captured one to study. He had a free mind, and called himself Ulag the Cleaver. But, although his will was free, he was still enthralled by the Lich King.$B$BWe hoped to find a way to break the king\'s control over Ulag, but we failed. Now, finally, it is time to free him. $B$BFree him, and kill him.$B$BActivate the skull stone trigger near the mausoleum to the north. This will lift the magical seal that binds him.$B$BThen... be ready, $N.','Kill Ulag the Cleaver, then speak with Deathguard Dillinger.','Well done, $N. Ulag was no minor agent of the Scourge. You have shown the Deathguards, and hence the Dark Lady, that you are a $C of skill and resolve, and are worthy of further instruction.','Your task is yet undone, $N. It is not wise for a $C to show fear...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6390,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,8121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (1820,2,-81,10,10,0,1,178,0,0,0,0,0,0,0,0,0,0,0,8,0,1819,0,0,1821,0,0,0,'Speak with Coleman','You have proven your value to the Dark Lady, now perhaps you can prove yourself to one of her subjects.$B$BColeman Farthing awaits a warrior who is willing to be his instrument of revenge against the Forsaken\'s enemies.$B$BYou will find him in the Gallow\'s End Tavern in eastern Brill.','Speak with Coleman Farthing.','Yes, it is true. I have need for your skills in combat. My means are small, but my task aids both me and the Forsaken\'s cause. Do it, and your reward will be twofold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -661530,14 +665763,14 @@ VALUES (3119,2,-262,1,1,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,9557,1,0,'Hallowed Sigil','This sigil was given to me by a messenger from our priest trainer, Shanda. It seems Shanda would have words with you when you have a moment. Read it and bring it to her afterwards.','Read the Hallowed Sigil and speak to Shanda in Aldrassil.','Do not concern yourself with the world below Teldrassil for now. There will be time for that later. Go now and speak to the others in Shadowglen--they can tell you more about what events have transpired. Help them in any way you can, and anytime you feel you need more training, come back to me and I will teach you what I can.','It pleases me to see you\'ve arrived so quickly, $N. Welcome.$B$BAs you\'ve probably heard, all of Teldrassil is stirring with the comings and goings of travelers. Even members of the Alliance have even been allowed access onto Teldrassil\'s boughs in order to meet with other Kaldorei who prepare for the adventures ahead.','','','','','',9557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3120,2,-263,1,1,0,1024,8,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,9580,1,0,'Verdant Sigil','This sigil was given to me by a messenger from our druid trainer, Mardant. It seems Mardant would have words with you when you have a moment. Read it and bring it to him afterwards.','Read the Verdant Sigil and speak to Mardant Strongoak, in the tree Aldrassil in Shadowglen.','I will be your mentor and guide for now. It is my duty to teach you how to interpret not only what the spirits communicate to us, but also the complexities and secrets of the Emerald Dream.$B$BAs you learn and grow in power, you will learn more of our sleeping trance. But until then, return to me as often as you like and I will teach you what I can in the ways of our kind.','Ah, young $C. I see you\'re eager to continue your studies. Good.$B$BI wonder, have you spent much time in the Emerald Dream already? Perhaps you\'re not prepared for that yet... In time, I\'m sure.$B$BBut until then, we should discuss other matters.','','','','','',9580,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3121,2,357,40,45,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3122,9629,1,0,'A Strange Request','Neeru Fireblade in Orgrimmar has what I need to get started here! He has mixed up a concoction that I need for my... well, you\'ll see.$B$BOff with you now -- to Orgrimmar. Here, take this with you. It\'s a shrunken head that I promised Neeru in exchange for the herbs. It\'s the head of some poor dwarf I ventured across in the forest. I\'m sure Neeru will be pleased.$B$BYou\'ll find Neeru in the Cleft of Shadow.','Take the Shrunken Head to Neeru Fireblade in Orgrimmar.','I have been waiting for Uzer\'i to deliver this...$B$BLet me give you the herb mixture I prepared for his... well, experiments...','Yes?','','','','','',9629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,1170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (3122,2,357,40,45,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3121,0,0,0,9628,1,0,'Return to Witch Doctor Uzer\'i','Here are the herbs, $N. Take them to Witch Doctor Uzer\'i.$B$BPlease let him know that I am satisfied with the shrunken head.','Deliver Neeru\'s Herb Pouch to Witch Doctor Uzer\'i in Feralas.','This is just what I need to prepare the muisek vessel, $N. Soon we will see if my latest incantations prove to be as powerful as I had hoped.$B$BPlease, a moment. I must perform the ritual and apply the herbs.','Have you spoken to Neeru?','','','','','',9628,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,25,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (3122,2,357,40,45,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3121,0,0,0,9628,1,0,'Return to Witch Doctor Uzer\'i','Here are the herbs, $N. Take them to Witch Doctor Uzer\'i.$B$BPlease let him know that I am satisfied with the shrunken head.','Deliver Neeru\'s Herb Pouch to Witch Doctor Uzer\'i in Feralas.','This is just what I need to prepare the muisek vessel, $N. Soon we will see if my latest incantations prove to be as powerful as I had hoped.$B$BPlease, a moment. I must perform the ritual and apply the herbs.','Have you spoken to Neeru?','','','','','',9628,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,25,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,3122), (3123,2,357,40,47,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3122,0,0,3124,9618,1,0,'Testing the Vessel','This will be a test; both of the ritual I performed, and of your abilities. Take this vessel, $N. With it, you will have the power to shrink and capture a creature inside of it.$B$BTravel to the Hinterlands and look for creatures known as Wildkin that were once pets of the night elf goddess Elune. The vicious, primitive, or savage owlbeasts are your targets, $N. Kill 10, and use the muisek vessel to shrink and capture them before their spirits can escape.','Travel to the Hinterlands, and locate the Wildkin. Kill 10, and use the Muisek Vessel to shrink and capture the fallen Wildkin.$B$BBring 10 Wildkin Muiseks and the Muisek Vessel to Witch Doctor Uzer\'i in Feralas.','Upon a violent death, the muisek of a creature may escape and seek revenge. Shrinking the creatures, as you did, $N, prevents the muisek from escaping. Now we may use it as we please!','Were you able to capture the wildkin?$B$BIf you succeed, we will be ready to shrink and capture the muisek of creatures of Feralas.','','','','','',9594,9618,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3124,2,357,40,47,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3123,0,0,3125,9619,1,0,'Hippogryph Muisek','Since you have proven that you are both trustworthy and gifted with the ability to use the muisek vessel, I now wish you to capture another creature.$B$BHippogryphs have been loyal companions to the night elves for many years; their spirits are loyal and steadfast.$B$BYour task is to kill 10 frayfeather hippogryphs, and quickly, shrink and capture them with the vessel, so that their muisek may be preserved. You will find the hippogryphs in the High Wilderness, to the south of here. ','Kill 10 Frayfeather Hippogryphs of any type, then use the Muisek Vessel to shrink and capture them.','After killing an animal, if we allowed the muisek to escape, it may take the form of an even greater creature. We would never be safe from its vengeance.$B$BThis is a dangerous job I have given you, $N. Again, you have completed it well.','Were you able to capture the hippogryphs?','','','','','',9595,9619,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3125,2,357,40,45,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3124,0,0,3126,9620,1,0,'Faerie Dragon Muisek','$N, next I must have you capture a creature that in appearance, may look quite fragile, yet its powerful spirit is what we are truly after. The faerie dragons that I speak of have served the night elves as their allies. We must capture one so that the horde may benefit from this strength of spirit as well.$B$BHere is the muisek, $N. Kill 8 sprite darters or sprite dragons, and capture their muisek. They may be found to the west of here.','Kill 8 Sprite Darters or Sprite Dragons. Use the Muisek Vessel to shrink and capture the fallen Faerie Dragons.','Thank you, $N. Now the spiritual powers of the faerie dragon will be available to us.$B$BI hope you willing to perform another task for me.','Were you able to capture the muisek of the faerie dragons?','','','','','',9596,9620,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3126,2,357,40,50,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3125,0,0,3127,9606,1,0,'Treant Muisek','The wandering forest walkers that can be found meandering through the forest are our next target, $N. Night elves have enlisted treants as allies to fight against the horde. Their movement may be slow, but their role as protectors is undeniable.$B$BSoon we will be able to use this power for our own benefit.$B$BFind 3 wandering forest walkers; kill them, and use the muisek vessel to shrink and capture them.','Kill 3 Wandering Forest Walkers. Use the Muisek Vessel to shrink and capture the fallen Treants.','Thank you, $N. Our muisek collection is almost complete.','Were you able to capture the wandering forest walkers?','','','','','',9593,9606,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3127,2,357,40,50,1,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3126,3129,-3129,0,9621,1,0,'Mountain Giant Muisek','The last task I will require of you is to travel to the northwest and find the final enemy.$B$BThe mountain giants left the mountains to aid the night elves when the burning legion appeared in the world. You will know them by their massive size and the way the ground begins to shake as you travel along their rocky terrain.$B$BI am eager to harness power of that size. Kill 7 mountain giants, then use the muisek vessel to capture their powerful muisek.','Kill 7 Land Walkers or Cliff Giants. Use the Muisek Vessel to shrink and capture the fallen Mountain Giants.','Just imagine the possibilities of what we now possess, $N. Along with the materials that you have collected, I will be able to forever trap the muisek of these creatures into whatever I wish.','Were you able to capture the mountain giants?','','','','','',9597,9621,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (3128,2,357,40,50,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3129,-3129,0,0,0,0,'Natural Materials','I will need certain materials to complete my endeavor... You may do this alongside the other tasks I will give you.$B$BI\'ll need a splintered log from a treant of Feralas. Encrusted minerals, these can be found on the mountain giants and faerie dragons to the west. Also, find me some resilient sinew from the owlbeasts of the Hinterlands or hippogryphs of Feralas. Finally, I\'ll need a large amount of metallic fragments from any of these creatures I mentioned.','Bring 2 Splintered Logs, 6 Encrusted Minerals, 20 pieces of Resilient Sinew, and 40 Metallic Fragments to Witch Doctor Uzer\'i in Camp Mojache.','Excellent! These materials, combined with the muisek, should yield just the results we\'ve been wanting.','Were you able to collect the materials I need?','','','','','',9590,9589,9591,9592,2,6,20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,5500,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (3129,2,357,40,50,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapons of Spirit','Imbuing the muisek into the weapons is a difficult process. Now that I have all of the required materials and the muisek of the creatures that you captured, I may begin. Please wait; I will return in a moment.','Witch Doctor Uzer\'i wants you to wait for a moment while he prepares the weapons.','As promised, you have your choice, $N. The muisek of the creatures has been forever sealed into the power of these weapons.$B$BYou may now wield their energy as your own. Use it well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9684,9686,9683,10652,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (3128,2,357,40,50,0,0,178,0,0,1165,0,0,0,0,0,0,0,0,8,0,0,3129,-3129,0,0,0,0,'Natural Materials','I will need certain materials to complete my endeavor... You may do this alongside the other tasks I will give you.$B$BI\'ll need a splintered log from a treant of Feralas. Encrusted minerals, these can be found on the mountain giants and faerie dragons to the west. Also, find me some resilient sinew from the owlbeasts of the Hinterlands or hippogryphs of Feralas. Finally, I\'ll need a large amount of metallic fragments from any of these creatures I mentioned.','Bring 2 Splintered Logs, 6 Encrusted Minerals, 20 pieces of Resilient Sinew, and 40 Metallic Fragments to Witch Doctor Uzer\'i in Camp Mojache.','Excellent! These materials, combined with the muisek, should yield just the results we\'ve been wanting.','Were you able to collect the materials I need?','','','','','',9590,9589,9591,9592,2,6,20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,5500,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (3129,2,357,40,50,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapons of Spirit','Imbuing the muisek into the weapons is a difficult process. Now that I have all of the required materials and the muisek of the creatures that you captured, I may begin. Please wait; I will return in a moment.','Witch Doctor Uzer\'i wants you to wait for a moment while he prepares the weapons.','As promised, you have your choice, $N. The muisek of the creatures has been forever sealed into the power of these weapons.$B$BYou may now wield their energy as your own. Use it well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9684,9686,9683,10652,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3129,0), (3130,2,357,40,43,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,2867,0,0,2869,0,0,0,'Against the Hatecrest','At this point, I am going to direct you to my second, Latronicus. He\'s been keeping a close eye on the naga forces to date. I\'ll assess the general situation here in regards to the naga; as much as I want to commit a full force to move against them, leaving the stronghold open to direct attack from the Horde - or worse - seems less than optimal.$B$BAnyway, Latronicus awaits. Good work thus far, $n. Keep it up.$B$BYou\'re dismissed.','Report to Latronicus Moonspear in Feathermoon Stronghold.','Excellent, $N - I value a \"can do\" attitude in those who I work with.$B$BI\'ve been tasked by General Feathermoon to address the naga in a direct manner. My plans are two fold: one, we will weaken their forces both in number and in command, and two, we will uncover what they are up to in the ruins. With your help, we\'ll counter the naga presence without sacrificing the general security of the stronghold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3141,2,16,45,57,0,0,255,0,0,0,0,0,0,0,0,0,0,0,10,2,2744,0,0,3508,0,0,0,'Loramus','So you wish to battle demons? You would do well to listen to my tale. ','Listen to Loramus Thalipedes tell his story.','So be it...','Do not interrupt me, $r.','Loramus\' Story','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3161,2,440,43,48,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9978,1,0,'Gahz\'ridian','$N, I\'m a scientist, but also a treasure hunter at heart!$B$BLong ago, when trolls used to occupy this land, they created large amounts of ornaments modeled after Gahz\'rilla, a hydra they worshipped as a deity. These ornaments are carved out of an element that I call \"Gahz\'ridian,\" after the hydra god.$B$BI did find some myself, but I\'d like to have some more to study -- maybe you can find some?$B$BI even invented a detector that makes finding the Gahz\'ridian a snap! Just put it on, and the search begins! ','Marvon Rivetseeker in Tanaris wants you to collect 30 Gahz\'ridian Ornaments.','Perfect; these ornaments are perfect for my studies. Thanks so much for the help, $N.$B$BOh, can I get my helmet back?','Are you having any trouble?$B$BYou can find Gahz\'ridian just about anywhere in Tanaris, $N, so keep looking!','','','','','',8443,9978,0,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10827,10826,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,250,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), @@ -661618,7 +665851,7 @@ VALUES (3526,2,-201,30,47,0,0,178,202,200,0,0,0,0,0,0,0,0,0,0,0,0,3638,3526,0,10789,1,0,'Goblin Engineering','Expert engineering yields two distinct disciplines: gnome and goblin. Clearly, goblin engineering is the choice of all brilliant engineers. Learn to master the world through the judicious use of high explosives and fantastic gear!$B$B$N, read this manual. If you want to learn about goblin engineering, then take it to Nixx Sprocketspring in Gadgetzan. Remember - membership is permanent and prevents joining the other discipline, so make sure this is what you want before finishing his task.','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','Well $N, you were wise to seek my tutelage! Any schlep can become an expert at the basics of engineering - the gnomes and their irradiated home of Gnomeregan are proof of that. It takes a strong mind and a steady hand (emphasis on STEADY) though to master the discipline of Goblin Engineering.$B$BKeep your ears perked $N, and you might learn something.','I can smell fresh recruits much like I can an excellent blasting powder - from a mile away. Have you come seeking to learn about the mastery of the explosion?','','','','','',10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3527,2,978,40,47,81,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,3520,0,0,4787,0,0,0,'The Prophecy of Mosh\'aru','The ancient prophecy of Mosh\'aru speaks of a way to contain the god Hakkar\'s essence. It was written on two tablets and taken to the troll city of Zul\'Farrak, west of Gadgetzan.$B$BBring me the Mosh\'aru tablets!$B$BThe first tablet is held by the long-dead troll Theka the Martyr. It is said his persecutors were cursed into scarabs and now scuttle about his shrine.$B$BThe second tablet is held by the hydromancer Velratha, near the sacred pool of Gahz\'rilla.$B$BWhen you have the tablets, bring them to me.','Bring the First and Second Mosh\'aru Tablets to Yeh\'kinya in Tanaris.','Ah, this is good. I can fuse these ancient tablets together, and then study their hidden secrets.$B$BMy debt to you grows, $N. And it will grow further still.','Do you have the tablets of the Prophecy of Mosh\'aru, $N?$B$BWhen I gain the tablets, I will study them, and learn how to contain the essence of Hakkar!','','','','','',10660,10661,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0), (3528,2,1417,40,53,81,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,4787,0,0,0,10465,1,0,'The God Hakkar','Now it is time to capture the essence of the avatar of Hakkar.$B$BTake the Egg of Hakkar to the Sanctum of the Fallen God in the Sunken Temple in Azeroth. Invoke the egg\'s power to stir the dead god.$B$BHe will send his minions against you. Defeat his bloodrinkers and take their Hakkari blood, then use the blood to dowse the eternal flames that hold Hakkar\'s spirit. When all the flames go out, the avatar of Hakkar will enter our world.$B$BDefeat him, and place his essence within the egg of Hakkar.','Bring the Filled Egg of Hakkar to Yeh\'kinya in Tanaris.','The essence of Hakkar has been collected! Even now the Egg stirs with life! Could the myths of Hakkar be true?$B$BThat must not be true, for it is then I fear what Hakkar may do if birthed again. I will keep this egg safe and be sure it does not fall into evil hands.$B$BYour labors with me are finished, $N. You have touched a legend, and your actions may one day change the face of our world.','Have you defeated the avatar of Hakkar, $N? Has his essence yet empowered the egg I gave you?','','','','','',10662,0,0,0,1,0,0,0,10663,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10749,10750,10751,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,4740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (3541,2,16,45,52,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3563,10539,1,0,'Delivery to Jes\'rimon','I have a fence in Orgrimmar. He resides in The Drag. He\'s difficult to nail down if you don\'t know where to look, but if you go looking in one of the highest buildings there you should have no problem finding him.$B$BDo me a favor though, don\'t go shouting to all of Kalimdor that he\'s there and what his business is--it\'d be bad for both of us.$B$BHe\'ll give us more than a fair price for the Tablet of Jin\'yael. I\'m not sure why, but you should have seen how excited he was to hear about its whereabouts.','Bring the Tablet of Jin\'yael to Jes\'rimon in Orgrimmar.','Ahhh, Jediga be sendin\' her package all the way from Azshara. Good. I be waitin\' on this.$B$BJediga, now that be a fine woman... deadly too. What could be better?$B$BLook at this... the tablet be in perfect condition. You make a good messenger, $N.','Yes, what you be needin\', $gdad:mon? I got many tings to be takin\' care of today, and you not be on me agenda as one of them. Pester me, and I make sure that changes.','','','','','',10539,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,1530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (3541,2,16,45,52,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3563,10539,1,0,'Delivery to Jes\'rimon','I have a fence in Orgrimmar. He resides in The Drag. He\'s difficult to nail down if you don\'t know where to look, but if you go looking in one of the highest buildings there you should have no problem finding him.$B$BDo me a favor though, don\'t go shouting to all of Kalimdor that he\'s there and what his business is--it\'d be bad for both of us.$B$BHe\'ll give us more than a fair price for the Tablet of Jin\'yael. I\'m not sure why, but you should have seen how excited he was to hear about its whereabouts.','Bring the Tablet of Jin\'yael to Jes\'rimon in Orgrimmar.','Ahhh, Jediga be sendin\' her package all the way from Azshara. Good. I be waitin\' on this.$B$BJediga, now that be a fine woman... deadly too. What could be better?$B$BLook at this... the tablet be in perfect condition. You make a good messenger, $N.','Yes, what you be needin\', $gdad:mon;? I got many tings to be takin\' care of today, and you not be on me agenda as one of them. Pester me, and I make sure that changes.','','','','','',10539,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,1530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3542,2,16,45,52,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3564,10540,1,0,'Delivery to Andron Gant','Andron Gant is my next contact. He usually holds himself up in the Undercity... right near the Apothecarium.$B$BHe was a little more loose-lipped when it came to speaking about what he wanted the Tablet for. Apparently some of the mages of Undercity are looking to study some of the arcane spells the highborne used. They think this tablet will help them. Markri was adept at summoning creatures; especially elementals.$B$BTake the Tablet of Markri and return to me for your part of the reward.','Bring the Tablet of Markri to Andron Gant in Undercity.','Here, take some coin... get yerself... ... some new armor or something....$B$BThis\'ll bring a shiny gold or two to the right... people.','Well... ... isn\'t this a surprise? An adventurererere... !$B$BWhat c\'n I do for you... ?','','','','','',10540,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,1530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3561,2,16,45,52,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3565,10541,1,0,'Delivery to Archmage Xylem','This final tablet goes to someone very dangerous, $N. Heed me when I tell you that I trust this person far less than anyone else I\'ve asked you to meet with.$B$BArchmage Xylem has a tower up in the hills overlooking Azshara. He\'s human, but he acts like no human I\'ve met... or killed. He exudes power, and I dare not ask him what he plans on doing with the tablet.$B$BHe came to me, but told me that his bodyguard Sanath would help me get to the tower when I was ready to meet him. Look north for Sanath.','Bring the Tablet of Sael\'hai to Archmage Xylem in Azshara.','Ah, the Tablet of Sael\'hai... how long I\'ve longed to study it.$B$BThank you, $N. You may tell Jediga that she has done well. This will definitely be worth the payment she asked for.','What can help you with, $N?','','','','','',10541,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,1530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (3562,2,16,45,52,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,3518,0,0,0,10678,1,0,'Magatha\'s Payment to Jediga','Take this note to Jediga. Tell her the payment will be here for her when she returns. And tell her I am pleased with her work.$B$BGo swiftly, $N. Tell your master I will be awaiting her here.','Deliver Magatha\'s Note to Jediga in Azshara.','Ah, good. She was much more reasonable than I expected... at least towards you. I half expected her to have you punished for my insolence in sending someone in my place. She must really want that tablet. Interesting.$B$BSomething to ponder another time.','Well, what did Magatha say? The old crone... I bet she was less than polite.','','','','','',10678,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -661969,7 +666202,7 @@ VALUES (4812,2,148,12,14,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,4811,0,0,4813,14338,1,0,'As Water Cascades','Use this empty vial and fill up on some moonwell water here in Auberdine. Such potent magic should provide a clue as to the composition of the crystal. To do that, you\'ll pour the liquid over the crystal; it should take care of the rest.$B$BWhile I don\'t anticipate anything bad happening to you, I still want you to be careful. Above us to the east is Felwood; if that crystal is tied to that place as I suspect it is, then it could prove to be very dangerous.','Fill the Empty Water Tube at the Auberdine moonwell, and then investigate the red crystal along Darkshore\'s eastern mountain wall.','You have made it once more to the mysterious crystal. Removing the stopper on the tube of moonwell water, you gingerly pour the contents out over the top of the crystal. As the water cascades down its lattices, you see the opaque surface turn transparent...','The crystal looks very alien against the wooded scenery of Darkshore. You think you hear a very slight humming coming from deep within it.','','','','','',14339,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,294,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (4813,2,148,12,14,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,4812,0,0,0,0,0,0,'The Fragments Within','The moonwell water has revealed that embedded inside the crystal are a few small fragments of bone, as well as half of a jawbone. The jawbone appears to be from a humanoid, but it is unclear without breaking open the crystal - a feat that even the strongest of magic would find near impossible.$B$BWith the task at hand complete, all that remains is to report back to Sentinel Glynda Nal\'Shea in Auberdine.','Report back what you have found to Sentinel Glynda Nal\'Shea in Auberdine.','Well, it would seem that even though we know more about this crystal, more unanswered questions are the result!$B$BI\'ll take the information you\'ve uncovered to the council here in Auberdine. Perhaps they\'ll know a course of action to follow on this crystal. Well, that is if there is one to be taken; for now, the threat remains far enough to our east to be out of harm\'s way.$B$BAs for you, please have this. Consider it a reward for a job well done, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15335,15396,15397,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,585,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (4821,2,400,24,26,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Alien Egg','A rumor has surfaced about an alien egg here in Thousand Needles. Those that report seeing this egg have failed to even get close enough to examine it in detail. Serpents guard the egg as if it\'s one of their own.$B$BI want you to seek out this alien egg and bring it to me so that I may examine it. Reports say the egg is located within a serpent den, but there are several serpent dens along the base of the cliff walls south and northeast of Freewind Post.','Return the Alien Egg to Hagar Lightninghoof in Freewind Post.','Yes, finally... the mysterious egg has finally been delivered to me. Now, let me take a closer look at this... What..! What is this..?$B','I must know more about this mysterious egg, who knows what will hatch from it.','','','','','',12467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,1500,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (4822,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,1479,0,0,558,0,0,0,'You Scream, I Scream...','ICE CREAM! Oh please please please could you get me some ice cream?! Strawberry is my favorite flavor, and there\'s no better strawberry ice cream in the world than Tigule and Foror\'s Strawberry Ice Cream! It\'s my favorite ice cream in the whole wide world!$B$BI had it once a long time ago when I was at the Shimmering Flats race track, but I heard that they might be selling them in town now! Please? Pretty please? With Tigule and Foror\'s Strawberry Ice Cream on top??!?!','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','Mmmmmmmmm! I love their strawberry ice cream! If there\'s one thing Tigule and Foror know to do, it\'s make ice cream!$B$BThank you very much $N - this is the best treat ever!','I wish they\'d make more flavors of ice cream other than strawberry, but I guess I\'m lucky that strawberry is my favorite!','','','','','',7228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (4822,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-558,0,0,0,0,'You Scream, I Scream...','ICE CREAM! Oh please please please could you get me some ice cream?! Strawberry is my favorite flavor, and there\'s no better strawberry ice cream in the world than Tigule and Foror\'s Strawberry Ice Cream! It\'s my favorite ice cream in the whole wide world!$B$BI had it once a long time ago when I was at the Shimmering Flats race track, but I heard that they might be selling them in town now! Please? Pretty please? With Tigule and Foror\'s Strawberry Ice Cream on top??!?!','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','Mmmmmmmmm! I love their strawberry ice cream! If there\'s one thing Tigule and Foror know to do, it\'s make ice cream!$B$BThank you very much $N - this is the best treat ever!','I wish they\'d make more flavors of ice cream other than strawberry, but I guess I\'m lucky that strawberry is my favorite!','','','','','',7228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (4841,2,400,23,25,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,4542,0,0,5064,0,0,0,'Pacify the Centaur','$N, I entreat you to hunt these centaur down. They shall feel the wrath of our revenge. Attack the centaur camp to the north of Freewind Post! Let wrath guide your hand!$B','Kill 12 Galak Scouts, 10 Galak Wranglers, and 6 Galak Windchasers, and then return to Cliffwatcher Longhorn in Freewind Post.','For my gratitude, this is for you, $N.','Come now $N, I know you haven\'t killed your share yet. Hunt them down, and I shall give you a reward for my gratitude.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4094,4093,4096,0,12,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,1800,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (4842,2,618,51,56,0,0,255,0,0,0,0,0,0,0,0,0,0,0,12,2,980,0,0,0,0,0,0,'Strange Sources','To tell you the truth, although there are no volcanoes here in Winterspring, I believe that there are far more threatening reasons for these hot springs...$B$BWell, I think you\'ll want to see it for yourself. You\'ll need to travel the length of Winterspring, and head to the very south. When the air becomes thick and muggy, and the sky turns dark, you\'ll have found what I believe to be the source of the hot springs.$B$BHave a look. I\'m sure you\'ll have many questions when you return.','Follow Donova Snowden\'s instructions, then report back.','Yes, the demons there in Darkwhisper Gorge; I believe it is their presence that is affecting the land in this way. I am going to continue observing the hot springs here and see if I learn anything more.$B$BI\'d wait until you are a bit stronger if you have plans of heading farther into Darkwhisper Gorge.','The water in the springs seems to have some very odd properties... I am still unsure of what it means...','Discover Darkwhisper Gorge','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15789,0,0,0,1,0,0,0,577,0,0,0,0,250,0,0,0,0,0,3480,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0), (4861,2,618,53,59,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,4863,0,0,0,'Enraged Wildkin','Hey there, $Glad:lass;! I was chased from my camp in southern Winterspring by some bloodthirsty wildkin! Well, I suppose I got too close to something the wildkin were guarding.$B$BI barely managed to get away safely; I fear a buddy of mine wasn\'t as lucky. Would you mind braving the wildkin and heading to the camp? I really need my supplies, and I\'d also like to get back the amulet I unearthed yesterday at the dig site.','Locate Jaron Stoneshaper\'s wrecked camp and supplies in southern Winterspring.','A severely damaged crate stands out among the rest of the destroyed belongings at the camp...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -662040,7 +666273,7 @@ VALUES (5061,2,-263,16,16,0,1024,8,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,15885,1,0,'Aquatic Form','You have completed the necessary lessons all young druids are taught before they can adopt an aquatic aspect. Go now back to your trainer, Mathrengyl Bearwalker, in Darnassus. Show him your pendant and prove to him you are ready to learn what he has to teach you. He will complete your training, allowing you to become one with the water.$B$BGoodbye, young druid. We shall speak again.','Return to Darnassus and show Mathrengyl Bearwalker the Pendant of the Sea Lion.','Very impressive, $N. You are ready to learn your aquatic form, and it is my pleasure to teach it to you.$B$BAlso, in recognition of your achievement during the two trials, I give you this item. I hope you\'ll find it to be a welcome addition to your gear as a protector of nature and a keeper of the balance.','Your return to Darnassus is not without heralding, though I will need proof of your lessons learned in Moonglade before I will teach you your aquatic form.$B$BDo you have the Pendant of the Sea Lion?','','','','','',15885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16608,0,0,0,1,0,0,0,609,0,0,0,0,250,0,0,0,0,0,690,1066,1446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (5062,2,400,24,27,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,4865,0,0,0,0,0,0,'Sacred Fire','Arikara is a deadly creature that must be dealt with swiftly. In order to hunt her down you will need to light the sacred fire of life - this will summon Arikara.$B$BGo now and harvest the rare Incendia agave plant. Once you have harvested enough agave, seek council with Magatha Grimtotem on Elder Rise in Thunder Bluff. She is a powerful shaman that can enchant the agave plant to create a powder that will light the fire.$B$BTravel northeast to the Boiling Pool and gather Incendia Agave.','Gather 10 bushels of Incendia Agave, and then consult Magatha Grimtotem on Elder Rise in Thunderbluff.','Good, you have gathered the essential amount of Incendia agave. This rare herb found only in Thousand Needles will help light the dormant sacred fire of life.$B$B','So, Motega Firemain sends word of Arikara...well now that is grave news.$B$B$B$BArikara is a deadly creature born only to seek vengeance against those who have committed heinous acts.$B$B','','','','','',12732,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (5063,2,618,57,60,1,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,5047,0,0,0,0,0,0,'Cap of the Scarlet Savant','A finer cap you may never see. From the pristine hide of the beast, our expert crafters will create the most phenomenal hat a prestidigitator could ever hope to don!$B$BFifty gold pieces along with the listed items and your head shall be graced with the Cap of the Scarlet Savant:$B$B*The pristine hide of the Beast.$B$B*Frayed abomination stitchings.$B$B*Arcane crystals.$B$B*Enchanted scarlet thread.$B$BBEHOLD!','In order to create the Cap of the Scarlet Savant, you will be required to bring the following items back to Malyfous Darkhammer: 1 Pristine Hide of the Beast; 5 Frayed Abomination Stitchings; 8 Arcane Crystals; 5 Enchanted Scarlet Thread. $B$BYou will also be required to pay 50 gold pieces for the crafting of the item.','Astounding! It must have taken weeks to gather those components... and how did you find a pristine hide?!?$B$BEnjoy the cap, $n!','Unless you\'ve got everything I need, you\'re wasting my time.','','','','','',12731,12735,12363,12734,1,5,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12752,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (5064,2,400,24,28,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,4841,0,0,0,0,0,0,'Grimtotem Spying','$N, you have served us well in the past, so I now entrust to you an important mission. The Grimtotem Clan is up to something secretive. Three agents of unknown origin were seen visiting the Grimtotem over the recent weeks. We discovered that separate chests in Darkcloud Pinnacle hold these guarded messages.$B$B$N, if you succeed in this dangerous mission, I will reward you in kind.$B','Locate and retrieve the three Secret Notes in Darkcloud Pinnacle.','Great Spirit Totem! This is dire news indeed. I must begin to plan for whatever may come.$B$BMac, as promised, here is your reward for your brave service.$B$B','Have you discovered what the Grimtotem are up to?','','','','','',12765,12766,12768,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15457,15458,15459,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (5064,2,400,24,28,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,4841,0,0,0,0,0,0,'Grimtotem Spying','$N, you have served us well in the past, so I now entrust to you an important mission. The Grimtotem Clan is up to something secretive. Three agents of unknown origin were seen visiting the Grimtotem over the recent weeks. We discovered that separate chests in Darkcloud Pinnacle hold these guarded messages.$B$B$N, if you succeed in this dangerous mission, I will reward you in kind.$B','Locate and retrieve the three Secret Notes in Darkcloud Pinnacle.','Great Spirit Totem! This is dire news indeed. I must begin to plan for whatever may come.$B$B$N, as promised, here is your reward for your brave service.$B$B','Have you discovered what the Grimtotem are up to?','','','','','',12765,12766,12768,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15457,15458,15459,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (5065,2,139,40,58,1,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,3528,0,0,4788,0,0,0,'The Lost Tablets of Mosh\'aru','The troll with whom you spoke did not tell the truth. The two tablets you gained for him spoke of containing the essence of Hakkar, but there is more to that legend. I have studied long, and found that there are six Tablets of Mosh\'aru, not two! Six!$B$BAnd I fear that we will not like what secrets the others hold..$B$BFind the third and fourth tablets of Mosh\'aru. They\'re in the Eastern Plaguelands, held by the mossflayer trolls. Find them, and bring them to me.','Bring the Third and Fourth Mosh\'aru Tablets to Prospector Ironboot in Tanaris.','You found them! Great!$B$BThank you, $N. I will pour over these texts and decipher their meaning.$B$BYou, however, have another task...','Do you have the tablets? I fear their texts will reveal a great threat to our world.','','','','','',12411,12412,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0), (5066,2,1519,50,50,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,5092,5066,5092,0,0,0,'A Call to Arms: The Plaguelands!','Hear ye, hear ye! All heroes are called upon to heed these words!$B$BA call to arms has been issued by the Kingdom of Stormwind! All able bodied individuals are entreated to take up arms against the dark threat of the Scourge in the northern lands of the Eastern Kingdoms! Rumors fly of new threats rising from the ruins of the Plaguelands!$B$BHeroes of the realm - seek out Commander Ashlam Valorfist who has set up his base camp in Chillwind Camp, north of the Alterac Mountains!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','Welcome to the Plaguelands, hero. This is one of most dangerous frontiers in Azeroth, especially with the looming threat of the Scourge to our north and northeast. I am glad to hear that the clarion call of duty and service to the greater good did not fall on deaf ears with you!$B$BIf you are ready to get your hands dirty, then there is plenty for willing and able heroes to do here on the edge of the Plaguelands.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (5067,2,618,57,50,1,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,5047,0,0,0,0,0,0,'Leggings of Arcana','While the crafting of such an item has never successfully been accomplished, it is thought to be possible - under the right circumstance.$B$BShould the seeker of arcanum desire to imbue leggings with immense power, the following they must find:$B$B* The pristine hide of the Beast.$B$B* Frayed abomination stitchings.$B$B*Arcanite Bars.$B$B*Frostwhisper\'s embalming fluid.$B$BBEHOLD!','In order to create the Leggings of Arcana, you will be required to bring the following items back to Malyfous Darkhammer: 1 Pristine Hide of the Beast; 5 Frayed Abomination Stitchings; 5 Arcanite Bars; 5 Frostwhisper\'s Embalming Fluid.$B$BYou will also be required to pay 50 gold pieces for the crafting of the item.','Few more improbable tasks I have seen completed by mortals. Bask in the glory of my handiwork! Reap its rewards!','Unless you\'ve got everything I need, you\'re wasting my time.','','','','','',12731,12735,12360,12736,1,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12756,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -662196,7 +666429,7 @@ VALUES (5481,2,85,5,5,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,5482,0,0,0,'Gordo\'s Task','Master want weeds. Us gots big hands and not good at picking. You help us and we not hurt you. Us need gloom weed. Many weeds around here and near road.$B$BWhen you have gloom weed you take to Master Holland in Brill graveyard.','Collect 3 Gloom Weed and deliver them to Junior Apothecary Holland in the Brill graveyard.','What\'s this? Gloom weed?! I\'ve no need for gloom weed! That mindless mass of flesh is out there picking daisies and convincing the Lady knows how many dupes like you into doing the same. No offense.$B$BVery well, you\'re here now and that\'s all that matters. Since I\'m not going to bother to try to explain things to that abomination how about you collect what I really need... doom weed!','Where\'s that useless abomination? Either you have what I need or you\'d best get out there and find it.','','','','','',12737,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,138,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0), (5482,2,85,5,6,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,5481,0,0,0,0,0,0,'Doom Weed','So you can see the predicament that I\'m in, $N. That thing is out there collecting the wrong weeds! I\'ll make it worth your while to gather what I need. Bring back to me enough doom weed and I\'ll give you a suitable reward.$B$BIt is my understanding that they like to plague the flora near the mass gravesite, to the north of the Brill graveyard. Hurry and be mindful of the gnolls in the area.','Collect 10 Doom Weed and deliver them back to Junior Apothecary Holland.$B','Ah, my doom weed. Excellent!$B$B$B$BThese will come in quite handy. You\'ve done me, uh, the Lady, a fine service today $N. As promised here is the reward that you deserve.','This had better be good. I trust you have all of the doom weed that I require?','','','','','',13702,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,125,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (5501,2,405,33,39,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Bone Collector','We\'re sitting on a goldmine here, I tell you - a goldmine! Kodo bones will change the world forever... I have customers making furniture, music instruments, and even blasting powder out of them.$B$BThere\'s a caravan that comes by and picks up my kodo bones and then sells them at Shadowprey Village. If you can travel to the kodo graveyard south of here and bring me ten kodo bones, I\'ll give you something in return. Is it a deal?','Bring 10 Kodo Bones from the Kodo Graveyard to Bibbly F\'utzbuckle at Kormek\'s Hut.','Ah, goodie! My bones!$B$BI can\'t wait till the chaps at home see my face on the front cover of Goblin\'preneur. I\'ll be the richest goblin in the world... and my physical education teacher said I would never amount to anything.','Do you have the bones? The caravan will be here any moment. I need just ten more kodo bones to reach a career high. A career high, I tell you!','','','','','',13703,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15690,0,0,0,1,0,0,0,470,0,0,0,0,150,0,0,0,0,0,1350,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (5502,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,925,0,0,0,0,0,0,'A Warden of the Horde','You have been so very kind to me, $N. I never dreamed that I\'d have so much fun during Children\'s Week. Thank you. I won\'t be sad about what\'s happened to me - my parents always told me to rise above anything bad that happens. I\'ll be a hero... just like you.$B$BI\'m sad to say this, but it\'s time for me to go home. Let\'s go back and I\'ll tell the matron what an awesome person you are!','Return your ward to the Orgrimmar orphanage by handing in the Orcish Orphan Whistle to Orphan Matron Battlewail in the Valley of Honor.','May the spirits bless you, $N. You\'ve done more for Grunth than most would ever think of doing for him. Thank you - you\'re the epitome of what it means to be a hero of the Horde.$B$BPlease - if you can spare the time, come back and visit us. I know that Grunth would like that, as would I.','It is a pleasure to see you again, $N. Have you attended to the duties you\'ve volunteered for during Children\'s Week?','','','','','',18597,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23007,23015,23002,23022,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (5502,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Warden of the Horde','You have been so very kind to me, $N. I never dreamed that I\'d have so much fun during Children\'s Week. Thank you. I won\'t be sad about what\'s happened to me - my parents always told me to rise above anything bad that happens. I\'ll be a hero... just like you.$B$BI\'m sad to say this, but it\'s time for me to go home. Let\'s go back and I\'ll tell the matron what an awesome person you are!','Return your ward to the Orgrimmar orphanage by handing in the Orcish Orphan Whistle to Orphan Matron Battlewail in the Valley of Honor.','May the spirits bless you, $N. You\'ve done more for Grunth than most would ever think of doing for him. Thank you - you\'re the epitome of what it means to be a hero of the Horde.$B$BPlease - if you can spare the time, come back and visit us. I know that Grunth would like that, as would I.','It is a pleasure to see you again, $N. Have you attended to the duties you\'ve volunteered for during Children\'s Week?','','','','','',18597,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23007,23015,23002,23022,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (5503,0,139,50,55,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,5503,0,0,0,0,'Argent Dawn Commission','','','All who fight evil on behalf of the Argent Dawn must don our commission. Wearing such will earn your right to claim rewards our quartermasters have to offer.$B$BWhile under commission, you\'ll be able to acquire Scourgestones from slain Scourge; these are marks of insignia that they sometimes possess. Procure these insignia and bring them to me. For each set you turn in, you will receive our marker of heroism - the Argent Dawn Valor Token.$B$BAchieve your destiny, $C join the fight today!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12846,0,0,0,1,0,0,0,529,0,0,0,0,10,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0), (5504,2,28,55,60,0,0,178,0,0,0,529,21000,529,21000,0,0,0,0,8,0,0,0,5504,0,0,0,0,'Mantles of the Dawn','Your service to the Argent Dawn is to be commended, $N. You are truly revered amongst us. I have been authorized to make available for you to purchase one of the Dawn\'s most valued items - our magic resistance mantles.$B$BApplication of a mantle to your existing shoulder piece will enhance your resistance to the powers of magic in one of five potential ways. As a sign of continued dedication to our cause, I ask for no less than ten of our valor tokens in exchange for access to these mantles.','Bring 10 Argent Dawn Valor Tokens to Quartermaster Hasana at the Bulwark, Western Plaguelands.','Outstanding - your tribute to the Dawn is duly noted, $N. With this accomplished, I am delighted to make our mantles available to you for purchase. So long as you maintain your current status with us, these mantles will be purchasable from any authorized quartermaster of the Argent Dawn.$B$BFor the Dawn, my $Gbrother:sister;!','Ah, noble $C! Have you brought the valor tokens requested of you? Once you hand them to me, I will make our various mantles available to you for purchase.','','','','','',12844,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,529,0,0,0,250,250,0,0,0,0,3960,0,0,0,0,0,0,0,0,1,66,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (5505,0,28,55,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,5803,0,0,0,0,0,0,'The Key to Scholomance','','','Good luck, mighty hero. May your victories continue to bring you fame and power as you lay waste to Scholomance!','Well, here you are, $n - the completed Skeleton Key. I am certain as I can be that this key will allow you within the confines of the Scholomance. There\'s only one way to be absolutely sure it works, though. Waste no time in trying it out, I say.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0), @@ -662383,7 +666616,7 @@ VALUES (6069,2,-261,10,10,0,4,130,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6068,6062,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Thotar at Razor Hill. He can put you on the path to earning a pet of your own.','Speak with Thotar at Razor Hill.','Yes, it is time for you to begin your training.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6070,2,-261,10,10,0,4,130,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6068,6062,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Thotar at Razor Hill. He can put you on the path to earning a pet of your own.','Speak with Thotar at Razor Hill.','Yes, it is time for you to begin your training.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6071,2,-261,10,10,0,4,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6071,6063,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar in Dolanaar.','Yes, it is time, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (6072,2,-261,10,10,0,4,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6071,6063,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar in Dolanaar.','Yes, it is time, $c.',NULL,NULL,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (6072,2,-261,10,10,0,4,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6071,6063,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar in Dolanaar.','Yes, it is time, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6073,2,-261,10,10,0,4,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6071,6063,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar in Dolanaar.','Yes, it is time, $c.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6074,2,-261,10,10,0,4,4,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6074,6064,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Grif Wildheart in Kharanos. He can put you on the path to earning a pet of your own.','Speak with Grif Wildheart in Kharanos.','Yes, I do believe you are ready, as well....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6075,2,-261,10,10,0,4,4,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6074,6064,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Grif Wildheart in Kharanos. He can put you on the path to earning a pet of your own.','Speak with Grif Wildheart in Kharanos.','Yes, I do believe you are ready, as well....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -662413,19 +666646,19 @@ VALUES (6132,2,405,34,39,0,0,255,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,'Get Me Out of Here!','Get me out of here!$B$BI came up to the Valley of Spears to talk to the Maraudines. I thought I could do a little business with them... but they don\'t want to talk! I think they want to eat me!$B$BGet me out of here and my brother Hornizz will pay you big! He\'s at our camp next to the kodo graveyard, to the east.$B$BLet\'s hurry, $N. Not two minutes ago I heard some centaurs talking about getting wood for their cookpot... ','Escort Melizza Brimbuzzle, then speak with Hornizz Brimbuzzle at the Kodo Graveyard in Desolace.','My sister Melizza said you\'d be coming. Thanks a lot for getting her out of the jam she was in; it\'s too bad that she\'s already probably found herself in a new one!','Have you seen my sister Melizza? She\'s always on the go, which gets her into trouble all the time.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,1350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6133,2,139,54,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'The Ranger Lord\'s Behest','The high elves of the Quel\'Lithien lodge possesses something that belongs to me, $c: A document detailing my life as a mortal.$B$BBefore you ask; no, you most certainly are not privy to such information. Just do as I tell you, worm: Recover the registry.$B$BAnd imbecile, be sure to leave as much strife and grief as possible in your wake. Leave them suffering...','Travel to the northern borders of the Eastern Plaguelands and recover the Quel\'Thalas Registry. The item is somewhere in the Quel\'Lithien lodge.$B$BYou must also slay 8 Rangers, 8 Pathstriders, and 8 Woodsmen.','I trust you did not read the registry. Not even you would do something that idiotic...','Do not leave me waiting, $C.','','','','','',0,0,0,15847,0,0,0,1,0,0,0,0,0,0,0,0,8565,8564,8563,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6134,2,405,34,39,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15848,1,0,'Ghost-o-plasm Round Up','There\'s a valley to the southeast, the Valley of Bones, haunted by Magram ghosts. Sounds scary, doesn\'t it? Well think how scary it is to the Magram! If we captured ghost energy from that place, I bet it\'d be worth plenty to those centaurs.$B$BHere, take this crate of ghost magnets. If you place one between the two big skeletons in the valley, the Dead Goliaths, then ghosts will wander to it. Distance yourself, take out the ghosts and get their ghost-o-plasm--that\'s what we\'ll sell to the Magram.','Bring 8 Ghost-o-plasms and the Crate of Ghost Magnets to Hornizz Brimbuzzle in Desolace.','There it is! Looks like you got some of it on you too. Kinda slimey, eh?$B$BWell, thanks a lot for all the trouble, $N. This stuff will be worth a fortune... if I can convince the centaurs what it is!','Where\'s my ghost-o-plasm, $N?','','','','','',15848,15849,0,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15864,15865,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,1350,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0), - (6135,2,139,56,60,1,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,6133,0,0,0,0,0,0,'Duskwing, Oh How I Hate Thee...','Up until now, you have completed the missions I have assigned; even if not in the most timely manner.$B$BI suppose you think that you are ready for a challenge. Yes... Yes, imbecile, perhaps you are ready for a more involved set of missions.$B$BThe albino demon bat, Duskwing, roams the countryside just north of here. Track him down and destroy him. Return to me with a patch of his white fur and you shall be rewarded.$B','Find Duskwing and slay him. From the corpse, recover a Patch of Duskwing\'s Fur and return it to Nathanos Blightcaller.$B$BIt is said that Duskwing roams the countryside to the north of Marris Stead.','Excellent work, imbecile. I shall fashion this fur into something you can use.$B$B','I would not recommend that you take on this challenge alone, $c.','','','','','',15850,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16994,16995,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,9000,3960,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (6136,2,139,56,60,1,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'The Corpulent One','Past the Argent Dawn encampment of Light\'s Hope and west of Northdale, you will find the corpulent maggot beast, Borelgore.$B$BI\'ve lost entire regiments to that monster. His size knows no bounds! The more he eats the greater his girth becomes...$B$BWhile I would not suffer any emotional harm should the beast devour you, I would prefer that you were the victor. Borelgore has been known to devour others who tried to hunt him.','Find Borelgore in the northern wastes of Eastern Plaguelands and destroy him. Return to Nathanos Blightcaller when the mission is complete.','Keep this up and I may have to promote you from imbecile to mental deficient, first class.','Have I told you lately that I hate you?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11896,0,0,0,1,0,0,0,0,0,0,0,17002,17003,17004,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,3960,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0), + (6135,2,139,56,60,1,0,178,0,0,1377,0,0,0,0,0,0,0,0,8,0,6133,0,0,0,0,0,0,'Duskwing, Oh How I Hate Thee...','Up until now, you have completed the missions I have assigned; even if not in the most timely manner.$B$BI suppose you think that you are ready for a challenge. Yes... Yes, imbecile, perhaps you are ready for a more involved set of missions.$B$BThe albino demon bat, Duskwing, roams the countryside just north of here. Track him down and destroy him. Return to me with a patch of his white fur and you shall be rewarded.$B','Find Duskwing and slay him. From the corpse, recover a Patch of Duskwing\'s Fur and return it to Nathanos Blightcaller.$B$BIt is said that Duskwing roams the countryside to the north of Marris Stead.','Excellent work, imbecile. I shall fashion this fur into something you can use.$B$B','I would not recommend that you take on this challenge alone, $c.','','','','','',15850,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16994,16995,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,9000,3960,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (6136,2,139,56,60,1,0,178,0,0,1377,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'The Corpulent One','Past the Argent Dawn encampment of Light\'s Hope and west of Northdale, you will find the corpulent maggot beast, Borelgore.$B$BI\'ve lost entire regiments to that monster. His size knows no bounds! The more he eats the greater his girth becomes...$B$BWhile I would not suffer any emotional harm should the beast devour you, I would prefer that you were the victor. Borelgore has been known to devour others who tried to hunt him.','Find Borelgore in the northern wastes of Eastern Plaguelands and destroy him. Return to Nathanos Blightcaller when the mission is complete.','Keep this up and I may have to promote you from imbecile to mental deficient, first class.','Have I told you lately that I hate you?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11896,0,0,0,1,0,0,0,0,0,0,0,17002,17003,17004,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,3960,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0), (6141,2,405,34,39,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,261,0,0,0,'Brother Anton','My brother in arms, Brother Anton, heard rumors of an undead infestation in distant Kalimdor, in a land known as Desolace. Anton immediately booked passage to that place, to seek and destroy the undead menace!$B$BHe is looking for those with the bravery and resolve to aid him. If your heart is true, then speak with Anton. He is in Desolace, in the Alliance town of Nijel\'s Point. ','Speak with Brother Anton in Desolace.','I received word of aid arriving from the east. Are you the source of these rumors? Have you come here to help the Scarlet Brother in its crusade?$B$BIf so, then listen close...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0), (6142,2,405,31,35,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Clam Bait','You have the look of a fisherman, $c! I love to fish - been fishing all my life. The best bait to use is soft-shelled clam meat; the fish just can\'t resist, you know what I mean?$B$BUp north you will find a wrecked ship off the coast. Soft-shelled clams are littered throughout the area. If you bring me back 10 pieces of soft-shelled clam meat, I will give you something in return.','Find 10 pieces of Soft-shelled Clam Meat and bring it back to Mai\'Lahii at Shadowprey Village.','Perfect mon, this is just what the witch doctor told me to do for my headache. He says, \"\"Mai\'Lahii - go fish. It\'ll make you feel better\"\"$B$BWell, I feel better already, thanks mon!','I can\'t wait to go fishing with some fresh soft-shelled clam meat; did you bring me the 10 pieces of it I need?','','','','','',15924,0,0,0,10,0,0,0,15874,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15585,15587,15588,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6143,2,405,32,36,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Other Fish to Fry ','Maybe you heard or maybe you haven\'t... my crew and I was out fishing near Ranazjar Isle, north of the wrecked ship off the coast up north. We used to fish there all the time; now all I do is think of a way to seek revenge for my fallen comrades.$B$BThe naga attacked us one morning, killing everyone except me.$B$BMe conscience can\'t handle the guilt, $c; I need you to go and fry them naga for me. I\'ll make the effort worth your while; you think you can help me with that?','Slay 7 Slitherblade Myrmidon, 7 Slitherblade Naga, and 5 Slitherblade Sorceresses, and then talk to Drulzegar at Shadowprey in Desolace.','As sweet as it is hearing the news that the naga have been vanquished, my heart still feels empty. For the rest of my life I will be dedicated to having them all killed.$B$BHere mon, your reward as I promised. It\'s small in comparison to the gratification of knowing the naga fried for their hated act upon my crew.','I still hear their voices crying for help when the naga unleashed their chaos over us. If I didn\'t have this bad knee, I\'d go and help you kill those blasted naga!$B$BYou can usually guarantee to find them deep in the coral reefs below the surface... lurking... scheming...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4714,4711,4712,0,7,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,4000,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (6144,2,139,56,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,6145,0,0,0,'The Call to Command','The order has come down, $c. Varimathras himself has requested that I send my most \'capable\' agents back to the Undercity for a highly sensitive tactical operation.$B$BUnfortunately, my most capable agents were killed over three years ago. In their stead I have a collection of brain dead riff-raff.$B$B$B$BTravel to the Undercity at once and report to Varimathras. Do not embarrass me, $c!','Travel to the Undercity and speak with Varimathras.','The Grand Crusader sits safely in the Scarlet Bastion while his forces pour into your lands, desecrate your structures and monuments and murder your people.$B$BThe Dark Lady has commanded that I deal with this insect once and for all. You will become the instrument of the Forsaken\'s reckoning.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (6144,2,139,56,60,0,0,178,0,0,1380,0,0,0,0,0,0,0,0,8,0,0,0,0,6145,0,0,0,'The Call to Command','The order has come down, $c. Varimathras himself has requested that I send my most \'capable\' agents back to the Undercity for a highly sensitive tactical operation.$B$BUnfortunately, my most capable agents were killed over three years ago. In their stead I have a collection of brain dead riff-raff.$B$B$B$BTravel to the Undercity at once and report to Varimathras. Do not embarrass me, $c!','Travel to the Undercity and speak with Varimathras.','The Grand Crusader sits safely in the Scarlet Bastion while his forces pour into your lands, desecrate your structures and monuments and murder your people.$B$BThe Dark Lady has commanded that I deal with this insect once and for all. You will become the instrument of the Forsaken\'s reckoning.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6145,2,139,56,60,1,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,6144,0,0,6146,0,0,0,'The Crimson Courier','Just as the body cannot survive without the head, the head cannot survive without the body. The defenses of the Scarlet Crusade\'s command inside Stratholme are almost impenetrable. We must, instead, cut the body out from under the head.$B$BMy Deathstalkers have been collecting data on the activity of the Crusade outside of Stratholme. Each day, a report is sent from their central command to Tyr\'s Hand. This report is the key, $r! Find the Crimson Courier and recover that report. Return it to Nathanos.','Return to Eastern Plaguelands and track down the Crimson Courier. Kill the Courier and recover the Grand Crusader\'s Command.$B$BTake the command to Nathanos Blightcaller for further instruction.','$B$BExcellent! Finally! An opportunity to destroy the Scarlet Oracle!','Succeed now and you will have almost earned my respect, $C.','','','','','',15868,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6146,2,139,56,60,1,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,6145,0,0,6147,15876,1,0,'Nathanos\' Ruse','I have made some adjustments to this command. Should our little ruse work, they will expose the Scarlet Oracle and we shall strike!$B$BNow pay attention, $c. You are to deliver this command to the Crusader Lord, Valdelmar.$B$BHow? You are going to hand it to him, imbecile.$B$BTake the command and this rotten apple to Tyr\'s Hand. When you cross into the city, eat the apple. You will transform into something more... palatable to the humans. Take the command and hand it to the Crusader Lord, Valdelmar.','Travel to Tyr\'s Hand, southeast of the Marris Stead. Once there, take a bite of the Rotten Apple. While under the guise of the Scarlet Crusade, deliver the Grand Crusader\'s Command to Crusader Lord Valdelmar.','Where have you been? We had thought the Scourge had captured you.','This is unacceptable, soldier!','','','','','',13852,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6147,2,139,56,60,1,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,6146,0,0,6148,0,0,0,'Return to Nathanos','The Grand Crusader makes an unusual request. Hrm, regardless... what he asks will be done. Return to the Scarlet Bastion and notify him that the Oracle will be en route shortly.$B$BWe will take every precaution to ensure that she makes it to Stratholme unharmed.','Return to Nathanos Blightcaller with the new information.$B','The fools! My deception went unnoticed! Prepare yourself, $C. We must strike with cold cunning!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6148,2,139,56,60,1,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,6147,0,0,0,0,0,0,'The Scarlet Oracle, Demetria','Demetria is chief advisor to the Grand Crusader. She is called the Oracle due to her \'otherworldly\' senses. She has successfully assisted the Crusade in several of their victories against the Scourge.$B$BWhile this ruse was successful in exposing her, if she truly does possess psychic powers, she will undoubtedly be expecting some sort of trouble. You are going to provide that \'trouble.\'$B$BTrack down the Oracle and terminate her. They should be moving out of Tyr\'s Hand as we speak. Make me proud, worm.$B','The Scarlet Crusade is on the move. Somewhere along the road from Tyr\'s Hand to Stratholme you will find the Oracle, Demetria, and her entourage. Hunt her down and slay her. Return to Nathanos Blightcaller should you succeed.','They will be reeling from this blow for years! Well done, $N! You have earned not only my respect but also this reward.','What is your status, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12339,0,0,0,1,0,0,0,0,0,0,0,16996,16997,16998,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,4980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6161,2,405,30,36,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Claim Rackmore\'s Treasure!','Rackmore\'s log tells of how his ship was sailing for Feathermoon Stronghold when it was attacked by seafaring creatures. To prevent his treasure from falling into enemy hands, he hid his chest on Ranazjar Isle.$B$BTo open the chest requires two keys, a silver and a gold. These keys were lost, but if the keys and the chest are found, a treasure awaits!','Find Rackmore\'s Silver Key. Find Rackmore\'s Golden Key. Find and open Rackmore\'s Chest.','Chest opens to reveal Rackmore\'s treasure!','This chest is securely locked.','','','','','',15878,15881,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16788,16789,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,11500,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6162,2,361,46,51,0,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'A Husband\'s Last Battle','My husband traveled Felwood for the honor of our clan, doing battle against the Shadow Council and other corrupt atrocities!$B$BAfter he escaped death numerous times, I received a letter from him saying that a druid asked him for help against a great befouled furbolg named Overlord Ror--the two were never heard from again.$B$BI want this Ror\'s clawed hand, $N. I want it to pay for leaving me a widow! I believe the creature is to the south... near the Ashenvale border.','Kill Overlord Ror and return his claw to Dreka\'Sur at Bloodvenom Post in Felwood.','You bring honor to me for following through with your word. My husband died in battle--he would have been proud of that. But I could not rest until I knew that the creature that has forced me to live my life alone paid for what it had done.$B$BThank you again, $N.','Do you have the beasts head yet, $N? It will pay for its crimes. I don\'t care if it\'s corrupt or just angry for living in such a dismal forest. No furbolg will live for long committing such crimes against my family!','','','','','',15879,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,7500,2940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (6163,2,2017,56,60,81,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,6135,0,0,0,0,0,0,'Ramstein','I was overwhelmed. On this very stead, I stood... held my ground in defense of Lordaeron. The farm and all on it were waylaid by a gigantic wave of Scourge.$B$BThe wretch. The filth. It hovered above me, entrails hanging from its gaping chest cavity.$B$BI woke as Scourge. For so long I was helpless. My mind had coalesced with the Lich King\'s.$B$BShe came for me... somewhere, somehow, I knew she would. Free.$B$BAnd now, I must have my vengeance - my vengeance on that which took from me my life. Destroy it.','Travel to Stratholme and slay Ramstein the Gorger. Take his head as a souvenir for Nathanos.','I wonder... did it beg for mercy? Could it know what mercy is?$B$B$B$BI will hang this beast\'s head upon my wall.$B$BYou have earned a spot amongst one of my champions, $N.$B$B','After Sylvanas freed me, I hunted the beast across these wastes for months. It fled to the safety of Stratholme. The bastard...','','','','','',15880,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18022,17001,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,18000,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (6163,2,2017,56,60,81,0,178,0,0,1380,0,0,0,0,0,0,0,0,8,0,6135,0,0,0,0,0,0,'Ramstein','I was overwhelmed. On this very stead, I stood... held my ground in defense of Lordaeron. The farm and all on it were waylaid by a gigantic wave of Scourge.$B$BThe wretch. The filth. It hovered above me, entrails hanging from its gaping chest cavity.$B$BI woke as Scourge. For so long I was helpless. My mind had coalesced with the Lich King\'s.$B$BShe came for me... somewhere, somehow, I knew she would. Free.$B$BAnd now, I must have my vengeance - my vengeance on that which took from me my life. Destroy it.','Travel to Stratholme and slay Ramstein the Gorger. Take his head as a souvenir for Nathanos.','I wonder... did it beg for mercy? Could it know what mercy is?$B$B$B$BI will hang this beast\'s head upon my wall.$B$BYou have earned a spot amongst one of my champions, $N.$B$B','After Sylvanas freed me, I hunted the beast across these wastes for months. It fled to the safety of Stratholme. The bastard...','','','','','',15880,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18022,17001,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,18000,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6164,2,139,50,55,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Augustus\' Receipt Book','I\'m ready for business! What you do want?$B$BOh wait... I can\'t open up shop without my receipt book. How am I to keep track of things without my receipt book?$B$BI must have left it in town somewhere. I had a room in the inn... the book must be there.$B$BBring me my book. Please, bring it to me! Bring me my book and you\'ll see! I\'ll set up shop and you\'ll see that my prices are INSANE!','Bring Augustus\' Receipt Book to Augustus the Touched in Terrordale.','There it is! And oh my! I forgot how full it was!$B$BThis is a glorious day, $N! Stupendous! Insanely good, I say!','Do you have my receipt book? I can\'t wait to get back to business!','','','','','',15884,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6181,2,40,10,10,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281,15998,1,0,'A Swift Message','Although we don\'t get much aid from Stormwind directly, I do have a contact in the city who helps supply us with armor. His name is Osric Strang. His shop, Limited Immunity, is in the Old Town of Stormwind.$B$BOur supply of armor dwindles, and I must contact Osric for more. Can you take him this note?$B$BThe fastest way to Stormwind is through Thor, our gryphon master. He\'s just down the hill; bring him my note, and then take a gryphon to Stormwind.','Bring Lewis\' Note to Thor the gryphon master.','You have to get this note to Stormwind? That\'s not a problem, you can take one of my gryphons!','You look like you\'re in a hurry. Well, then you came to the right place!','','','','','',15998,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6182,2,1519,56,60,1,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,6183,0,0,0,'The First and the Last','Nathanos Marris was the first and last of the human ranger lords. A disciple of Sylvanas Windrunner, now the Banshee Queen of the Forsaken.$B$BWe had thought that Nathanos had been killed in action in the defense of Lordaeron five years ago. Although his corpse was never recovered, it was assumed that he did not make it out of the Eastern Plaguelands.$B$BMathias Shaw has been investigating the disappearance and may have some new information. Report to him at once. He resides in Old Town, at the Barracks.','Speak with Mathias Shaw in Old Town Stormwind. He resides in the Barracks.','After some reports of unusual Forsaken activity in the Eastern Plaguelands, SI:7 agents were dispatched to investigate. The results of that investigation are unsettling.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,1,0,0,0,0,0,390,0,0,0,0,0,0,0,0,1,1,1,1,1000,2000,3000,4000,0,1,0,0,0,0,1000,2000,0,0,0,0), @@ -662541,8 +666774,8 @@ VALUES (6662,2,2257,10,12,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,6661,0,0,0,17118,1,0,'Me Brother, Nipsy','Me brother, Nipsy, runs a rat kabob operation on the other side of Deeprun. Ye needs to take this here crate o\' rats to him before they go bad. Get a move on!$B$BYe have ridden a tram before, aye? It\'s easy. Just step aboard when she arrives and enjoy the ride. An\' keep yer arms and legs inside durin\' the ride, lest ye be peglegged fer life.','Take the Carton of Mystery Meat to Nipsy at the Stormwind Deeprun Tram Depot.','Poor Monty. Ever since the Gnomeregan incident, he hasn\'t been the same. That boy has never seen an ocean in his life, let alone being some kind of pirate.$B$B$B$BAt least he keeps the flow of twitching critters coming.','$B$BAlive and kicking... and just in time!','','','','','',17118,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17119,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,500,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6681,2,-162,24,24,0,8,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6701,0,0,17125,1,0,'The Manor, Ravenholdt','$N,$B$BRavenholdt has taken an interest in you, young thief. We have been watching. Your style is a bit awkward but nothing we couldn\'t fix.$B$BShould you be prepared to embark on a career as a disciple of Master Ravenholdt and member of the Assassin\'s League, you have only to bring the Seal of Ravenholdt (attached to this letter) to Ravenholdt Manor.$B$BYour first task is to find the manor, hidden away in the hills of Hillsbrad and demonstrate your cunning.$B$BRegards,$B$BFahrad','Take the Seal of Ravenholdt to Fahrad at Ravenholdt Manor, hidden away in the hills of Hillsbrad.$B$BYour cunning will be tested along the way. Be prepared.','Most excellent, young thief.$B$BYou look a bit beaten down, but no worse for the wear.$B$BA long journey awaits you - long and rewarding. Are you prepared to finally embrace your destiny among the masters of Ravenholdt?$B$BSpeak with the guards outside. They will get you started.','Did you meet Milton?','','','Rite of Cunning','','',17125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,13936,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,250,0,0,0,0,0,1170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6701,0,-162,24,60,0,8,255,0,0,0,0,0,349,0,349,2999,0,0,8,1,6681,0,0,0,0,0,0,'Syndicate Emblems','','','Hey, nice work! Keep this up and the other rogues might stop spitting on you.','We have been entrenched in a battle with the Syndicate for years. What they lack in skill they make up for in numbers. It\'s impossible to kill them off fast enough to have any noticeable impact on their population!$B$BWe\'ve found that the best way to deal with their size is to pilfer their emblems. Once an emblem is stolen the shamed member is \'dealt\' with internally.$B$BPick their pockets clean and turn the emblems in to me or one of the other guards.$B$BStart at Durnholde, south of here.','','','','','',17124,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (6721,2,1537,10,10,0,4,12,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6071,6063,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.$B','Speak with Dazalar in Dolanaar.','Yes, it is time, $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (6722,2,131,10,10,0,4,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6071,6063,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar in Dolanaar.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (6721,2,-261,10,10,0,4,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6071,6063,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.$B','Speak with Dazalar in Dolanaar.','Yes, it is time, $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (6722,2,-261,10,10,0,4,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,6071,6063,0,0,0,'The Hunter\'s Path','Hello, young hunter. You look to me like you are skilled enough to handle a beast and train it as your companion.$B$BYou must see Dazalar in Dolanaar. He can put you on the path to earning a pet of your own.','Speak with Dazalar in Dolanaar.','Yes, it is time, $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6741,0,2597,51,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,72,1,7224,0,0,0,0,0,0,'More Booty!','','','Thanks again, $N. You do the Horde proud...','I need more armor scraps, $N! Do you have any?','','','','','',17422,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,1,10,0,0,0,0,0,0,21163,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6761,2,1657,54,55,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,1015,0,0,6762,0,0,0,'The New Frontier','I have relegated my second, Mathrengyl Bearwalker, to deal with Moonglade\'s call for aid. Speak to him on this matter - NOT me.$B$BLet me give you some... friendly... advice. It is I who led us out of the darkness - NOT the Cenarion Circle in Moonglade - when all was lost for our race. Teldrassil gives us all new life! They would have you believe otherwise, and to believe their propaganda would be a fool\'s task.$B$BI\'ll leave it to you to decide whether or not you\'re a fool.','Speak with Mathrengyl Bearwalker at the Cenarion Enclave of Darnassus.','Yes $C, thank you for coming. I apologize about the misunderstanding... the air is thick with mistrust between the Arch Druid here and Keeper Remulos in Moonglade. Each suspect the other of chicanery, and the fact that strange corruptions of Teldrassil continue unabated are still an issue here. It does little to quell mistrust.$B$BRegardless, our duty to the Cenarion Circle remains... even if those who lead it may disagree with one another.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6762,2,1657,54,55,0,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,6761,1124,0,1124,0,0,0,'Rabine Saturna','For this task, Keeper Remulos\' majordomo in Moonglade - Rabine Saturna - seeks aid in exploring the vast wastelands far to the west of Tanaris... and even further west of Un\'Goro. You should find him in Nighthaven, the main village of Moonglade.$B$BWhile your work will no doubt be of tremendous benefit to us all, I advise you to tread gingerly. There are tensions between Darnassus and Moonglade... ones that may grow over the course of time.','Speak with Rabine Saturna in the village of Nighthaven, Moonglade. Moonglade lies between Felwood and Winterspring, accessible through a path out of Timbermaw Hold.','I am Rabine Saturna, and on behalf of Keeper Remulos and all of the denizens of this sacred glade I bid you welcome.$B$BI appreciate your interest and eagerness to assist the Cenarion Circle. I also know that Arch Druid of Darnassus expressed his displeasure to you in your lending us aid. Rest assured that it is for the greater good, and that you will be safe from any ill-conceived repercussions you may be the target of.$B$BYou are among friends here, $N.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,25,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -662553,7 +666786,7 @@ VALUES (6821,2,16,56,60,62,0,255,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6822,0,0,0,'Eye of the Emberseer','You have shown me that you can defeat our enemies and perform missions to further the cause of the Waterlords. But until now you have only faced lesser foes... if pitted against a powerful enemy, can you prevail?$B$BThat is your new task.$B$BHigh up in Blackrock Spire the orcs have captured a servant of fire, the Pyroguard Emberseer. Find his place of imprisonment, slay his captors, and then slay the emberseer. Bring me his eye and it will show me your worth.','Bring the Eye of the Emberseer to Duke Hydraxis in Azshara.','Ah, so you do have the strength. And you have the cunning as well, for Blackrock Spire is more than a match for brute strength alone.$B$BIndeed $N, you may yet prove a valued ally to us...','Do you have the Eye, $C? Do you have the strength to enter Blackrock Spire?','','','','','',17322,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6822,2,16,57,60,62,0,255,0,0,0,0,0,0,0,0,0,0,0,72,0,6821,0,0,6823,0,0,0,'The Molten Core','$n, perhaps it is time to give you a real test. Are you ready?$B$BAt the bottom of Blackrock Depths is a passage to the Molten Core. This is a stronghold of our enemy, held by the most powerful servants of fire on this world.$B$BGo to the Molten Core, $N. Show me you have the strength and the will to defeat what you find there.$B$BAnd if you have allies among your people, then rally them. Nothing short of an army can hope to enter the Molten Core and live.','Kill 1 Fire Lord, 1 Molten Giant, 1 Ancient Core Hound and 1 Lava Surger, then return to Duke Hydraxis in Azshara.','You have done what most of your kind would think impossible. You have faced the beings of the Molten Core, and triumphed!$B$BFor so small a creature, you have displayed great resource.$B$BSome day, perhaps we might strike a true allegiance between your kind and the Waterlords.','Your success in the Molten Core awaits, $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11658,11668,11673,12101,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6823,2,16,60,60,0,0,255,0,0,0,749,9000,0,0,0,0,0,0,72,0,6822,0,0,6824,0,0,0,'Agent of Hydraxis','If you truly wish an allegiance with us, then I invite you to wage war on our foes, the servants of air and earth and fire. Each defeat you heap upon them will weaken their foothold here, and further prove your adherence to our cause.$B$BThe campaign will be long, but if you persevere then your glory and honor will be great.','Earn an Honored faction with the Hydraxian Waterlords, then talk to Duke Hydraxis in Azshara.','Your exploits against our enemies ring through the chambers of the Waterlords, $N. It was thought by some that your form is too small and fragile to fight in our war, but you have made great gains. You have earned respect among us, an unbelievable feat.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (6824,2,16,60,60,62,0,255,0,0,0,0,0,0,0,0,0,0,0,72,0,6823,0,0,0,0,0,0,'Hands of the Enemy','$N, your service is of great value to us, so we are reluctant to send you on this last mission for we do not want to lose such a useful agent.$B$BBut its success would further our war efforts tremendously and... it was deemed worth risking you.$B$BWe want these captains in the Molten Core destroyed: Lucifron, Sulfuron, Gehennas and Shazzrah. Kill them and bring me their hands!$B$BThis task will take every resource you possess, $N, but if can do it then the Firelords will be dealt a terrible blow.','Bring the Hands of Lucifron, Sulfuron, Gehennas and Shazzrah to Duke Hydraxis in Azshara.','You have the hands! You defeated the fire captains! I would not have thought it possible, had I not known you and what you are capable of.$B$B$N, your exploits are without number, but word of this last feat will send waves among the Waterlords. Your name may one day be legend to us.$B$BSpeak with me again, $N. I may have yet another task...','Have you defeated Lucifron and the others, $N? Do you have the hands of the enemy?','','','','','',17332,17329,17331,17330,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (6824,2,16,60,60,62,0,255,0,0,0,0,0,0,0,0,0,0,0,72,0,6823,0,0,0,0,0,0,'Hands of the Enemy','$N, your service is of great value to us, so we are reluctant to send you on this last mission for we do not want to lose such a useful agent.$B$BBut its success would further our war efforts tremendously and... it was deemed worth risking you.$B$BWe want these captains in the Molten Core destroyed: Lucifron, Sulfuron, Gehennas and Shazzrah. Kill them and bring me their hands!$B$BThis task will take every resource you possess, $N, but if you can do it then the Firelords will be dealt a terrible blow.','Bring the Hands of Lucifron, Sulfuron, Gehennas and Shazzrah to Duke Hydraxis in Azshara.','You have the hands! You defeated the fire captains! I would not have thought it possible, had I not known you and what you are capable of.$B$B$N, your exploits are without number, but word of this last feat will send waves among the Waterlords. Your name may one day be legend to us.$B$BSpeak with me again, $N. I may have yet another task...','Have you defeated Lucifron and the others, $N? Do you have the hands of the enemy?','','','','','',17332,17329,17331,17330,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6825,0,2597,51,60,41,0,178,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,'Call of Air - Guse\'s Fleet','','','The fleet feeds on their flesh. It consumes the enemy.$B$BFlight is imminent!','We must prepare the new fleet of War Riders, $r! My riders are set to make a strike on the central battlefield; but first, I must wet their appetites - preparing them for the assault.$B$BI need enough Stormpike Soldier Flesh to feed a fleet! Hundreds of pounds! Surely you can handle that, yes? Get going!','','','','','',17326,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6826,0,2597,51,60,41,0,178,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,'Call of Air - Jeztor\'s Fleet','','','More! More! Bring more for they are soon to be ready!','You\'ve worked hard, $n, but we have only just begun!$B$BMy War Riders must taste in the flesh of their targets. This will ensure a surgical strike against our enemies!$B$BMy fleet is the second most powerful in our air command. Thusly, they will strike at the more powerful of our adversaries. For this, then, they need the flesh of the Stormpike Lieutenants.$B$BMake haste, soldier!','','','','','',17327,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (6827,0,2597,51,60,41,0,178,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,'Call of Air - Mulverick\'s Fleet','','','Not enough! I would expect this level of work from an initiate, but you, $N? Come on, soldier! HUSTLE! More flesh is needed!','I was locked up in a dwarven hellhole for days. You better believe I want revenge!$B$BWe must plan carefully.$B$BFirst, my war riders need targets to gun for - high priority targets. I\'m going to need to feed them the flesh of Stormpike Commanders. Unfortunately, those little buggers are entrenched deep behind enemy lines! You\'ve definitely got your work cut out for you.','','','','','',17328,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -662678,9 +666911,9 @@ VALUES (7463,2,2557,60,60,81,128,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Arcane Refreshment','A $r mage! How wonderous. I have not seen one of your kind for... oh what is it going on now? 500 years!$B$BI have something that will quench your thirst, but first you must do a task for me.$B$B$B$BThere is an anomaly in Eldre\'Thalas. A water elemental has taken residence in the east wing. His presence must be catalogued!$B$BVenture to the Warpwood Quarter and extract a portion of the elemental essence of the Hydrospawn. Return it to me and I shall teach you a useful cantrip.','Travel to the Warpwood Quarter of Dire Maul and slay the water elemental, Hydrospawn. Return to Lorekeeper Lydros in the Athenaeum with the Hydrospawn Essence.','Wonderful! Who are you again? Oh it matters not. What was I supposed to give you? Hrm... well you are a $C, perhaps you will find this useful.','Yes? Do I know you?','','','','','',18299,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,200,0,0,0,0,0,3960,10140,10143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7481,2,2557,54,60,81,0,178,0,0,0,0,0,0,0,0,0,0,0,10,2,0,0,0,0,0,0,0,'Elven Legends','Several years ago, a lone elven master named Kariel Winthalus fled the devastation of his homeland with several ancient elven artifacts in tow.$B$BOur search for this lost master lead us from the ruins of Quel\'Thalas, through the Burning Steppes, across the great expanses of the sea, to Feralas.$B$BWe suspect that the elf sought sanctuary in the halls of Eldre\'Thalas (what is now known as Dire Maul).$B$BYou must find him, adventurer. Whether alive or dead, the knowledge he carried must be recovered!','Search Dire Maul for Kariel Winthalus. Report back to Sage Korolusk at Camp Mojache with whatever information that you may find.','A shame... a tragedy. The items are lost you say? No trace of him, eh?','My associate, the night elf scholar, Runethorn, is recruiting her allies for this task.','Master Kariel Winthalus Found','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,5130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7482,2,2557,54,60,81,0,77,0,0,0,0,0,0,0,0,0,0,0,10,2,0,0,0,0,0,0,0,'Elven Legends','Several years ago, a lone elven master named Kariel Winthalus fled the devastation of his homeland with several ancient elven artifacts in tow.$B$BOur search for this lost master lead us from the ruins of Quel\'Thalas, through the Burning Steppes, across the great expanses of the sea, to Feralas.$B$BWe suspect that the elf sought sanctuary in the halls of Eldre\'Thalas (what is now known as Dire Maul).$B$BYou must find him, adventurer. Whether alive or dead, the knowledge he carried must be recovered!','Search Dire Maul for Kariel Winthalus. Report back to Scholar Runethorn at Feathermoon with whatever information that you may find.','A shame... a tragedy. The items are lost you say? No trace of him, eh?','My associate, the night elf scholar, Runethorn, is recruiting her allies for this task.','Master Kariel Winthalus Found','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18000,5130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (7483,2,2557,58,60,81,0,255,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,'Libram of Rapidity','Master Winthalus lost the Libram of Rapidity in the east wing. The Libram will allow for a minor haste cantrip to be placed upon your equipment. Parlor tricks, really...$B$BRegardless, if you are interested, you will need to present the Libram along with some basic reagents.$B$BHrm... I believe it also requires blood of heroes, a pristine black diamond, and large brilliant shards. I could be wrong!$B$B','Bring a Libram of Rapidity, 1 Pristine Black Diamond, 2 Large Brilliant Shards, and 2 Blood of Heroes to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Rapidity.','$B$BAs promised, the Arcanum of Rapidity. Don\'t spend it all in once place.$B$B','What is it? I have much cataloguing to do!','','','','','',18332,18335,14344,12938,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18329,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (7484,2,2557,58,60,81,0,255,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,'Libram of Focus','This libram almost aroused interest in one of the younger Lorekeeper\'s familiars. Poor thing, it was only a few weeks old.$B$BThose among you who are more magically inclined might find this item interesting.$B$BThe Libram of Focus was lost in this wing. I can only assume one of the Highborne spirits holds it in their possession.$B$BBring the Libram along with some large brilliant shards, skin of shadow, and a pristine black diamond and I shall conjure the Arcanum.','Bring a Libram of Focus, 1 Pristine Black Diamond, 4 Large Brilliant Shards, and 2 Skin of Shadow to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Focus.','Don\'t hurt yourself when applying the enchantment, $R.','You again? What could you possibly want now?','','','','','',18333,18335,14344,12753,1,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18330,0,0,0,1,0,0,0,809,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (7485,2,2557,58,60,81,0,255,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,'Libram of Protection','He wept like an infant at the loss of this libram. Mind you, I myself have wept over texts - there is no greater loss than that of knowledge and history - but to cry over this nearly useless jumbling of incantations? Preposterous! It left me to believe that the Prince was doing him a favor in flaying the flesh from his bones.$B$BBring the Libram along with a pristine black diamond, large brilliant shards, and a frayed abomination stitching and I shall recreate the Arcanum.$B$BOh, and check the north wing.','Bring a Libram of Protection, 1 Pristine Black Diamond, 2 Large Brilliant Shards, and 1 Frayed Abomination Stitching to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Protection.','Yes, yes... Calm yourself. As promised, here is your Arcanum.','My patience prevents your suffering.','','','','','',18334,18335,14344,12735,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18331,0,0,0,1,0,0,0,809,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (7483,2,2557,58,60,81,0,255,0,0,190,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,'Libram of Rapidity','Master Winthalus lost the Libram of Rapidity in the east wing. The Libram will allow for a minor haste cantrip to be placed upon your equipment. Parlor tricks, really...$B$BRegardless, if you are interested, you will need to present the Libram along with some basic reagents.$B$BHrm... I believe it also requires blood of heroes, a pristine black diamond, and large brilliant shards. I could be wrong!$B$B','Bring a Libram of Rapidity, 1 Pristine Black Diamond, 2 Large Brilliant Shards, and 2 Blood of Heroes to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Rapidity.','$B$BAs promised, the Arcanum of Rapidity. Don\'t spend it all in once place.$B$B','What is it? I have much cataloguing to do!','','','','','',18332,18335,14344,12938,1,1,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18329,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (7484,2,2557,58,60,81,0,255,0,0,190,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,'Libram of Focus','This libram almost aroused interest in one of the younger Lorekeeper\'s familiars. Poor thing, it was only a few weeks old.$B$BThose among you who are more magically inclined might find this item interesting.$B$BThe Libram of Focus was lost in this wing. I can only assume one of the Highborne spirits holds it in their possession.$B$BBring the Libram along with some large brilliant shards, skin of shadow, and a pristine black diamond and I shall conjure the Arcanum.','Bring a Libram of Focus, 1 Pristine Black Diamond, 4 Large Brilliant Shards, and 2 Skin of Shadow to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Focus.','Don\'t hurt yourself when applying the enchantment, $R.','You again? What could you possibly want now?','','','','','',18333,18335,14344,12753,1,1,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18330,0,0,0,1,0,0,0,809,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (7485,2,2557,58,60,81,0,255,0,0,190,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,'Libram of Protection','He wept like an infant at the loss of this libram. Mind you, I myself have wept over texts - there is no greater loss than that of knowledge and history - but to cry over this nearly useless jumbling of incantations? Preposterous! It left me to believe that the Prince was doing him a favor in flaying the flesh from his bones.$B$BBring the Libram along with a pristine black diamond, large brilliant shards, and a frayed abomination stitching and I shall recreate the Arcanum.$B$BOh, and check the north wing.','Bring a Libram of Protection, 1 Pristine Black Diamond, 2 Large Brilliant Shards, and 1 Frayed Abomination Stitching to Lorekeeper Lydros in Dire Maul to receive an Arcanum of Protection.','Yes, yes... Calm yourself. As promised, here is your Arcanum.','My patience prevents your suffering.','','','','','',18334,18335,14344,12735,1,1,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18331,0,0,0,1,0,0,0,809,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7486,2,16,60,60,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,6824,0,0,0,0,0,0,'A Hero\'s Reward','$N, your services to the Warlords surpassed all we could expect from the denizens of this world.$B$BWe do not understand your people\'s notions of gratitude, or rewarding good works, but in this case... perhaps a reward is warranted.$B$BUnder the surf at the southern base of this island, you will find a coffer. In it you will find your... reward.$B$BGo, $N. Claim your reward.','Claim your reward from Hydraxis\' Coffer.','Hydraxis\' voice descends from the waters\' surface...$B$B\"Choose that which best suits you, $N. May it protect you against the foes of the Waterlords.\"','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18399,18398,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,200,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7488,2,2557,54,57,81,0,77,0,0,0,0,0,0,0,0,0,0,0,8,0,7494,0,0,0,0,0,0,'Lethtendris\'s Web','The mage Lethtendris, a vicious blood elf whose brutality is matched only by her twisted addiction to magic, has fled into Dire Maul. She has created a device, a web to ensnare the magical energies of that place and we fear that, if left unchecked, she will cause irreparable damage to our world!$B$BStop her, $N. Find her and retrieve her web. She is likely near the satyrs in Warpwood Quarter of Dire Maul. Bring the web to me so that its power may be released safely back into the wilds...','Bring Lethtendris\' Web to Latronicus Moonspear at the Feathermoon Stronghold in Feralas.','You retrieved the web! Well done, $N! Lethtendris, like many elves of her ilk, are blind to the dangers the abuse of magic can cause to our world. They believe they are masters of magic; they do not realize that they are slaves to their own addiction. Her death saddens me, but it was necessary.$B$BThank you, $N. I will have the energies within the web released safely over a wide area, and then I\'ll destroy it to prevent future magical exploits.','Do you have the web, $N? Its concentrated magical energy must be dissipated!','','','','','',18426,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18491,0,0,0,1,0,0,0,69,0,54,47,72,350,0,350,350,350,17000,4530,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7489,2,2557,54,57,81,0,178,0,0,0,0,0,0,0,0,0,0,0,8,0,7492,0,0,0,0,0,0,'Lethtendris\'s Web','The blood elf Lethtendris has overstepped her bounds. So eager was she to gather magical power that she defied her brethren and created a device of insidious design, a web meant to siphon the tainted magical energies of Dire Maul. Even now she gathers those energies and plans to release them against her enemies.$B$BLethtendris must be stopped. Find her within the Warpwood Quarter of Dire Maul, defeat her and bring her web to me so that it might be returned to more clear-headed blood elves for study.','Bring Lethtendris\'s Web to Talo Thornhoof at Camp Mojache in Feralas.','You have done well, $N. This web holds within it vast stores of the magic of Dire Maul, and I fear what damage may be unleashed if those energies were harnessed by one so irresponsible as Lethtendris. I am saddened by her death, but I know that she could never part with her web while alive.$B$BThank you, $N. I will send the web to students of magic more responsible than Lethtendris. They will be the new wardens of its power.','$N, do you have Lethtendris\'s Web?','','','','','',18426,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18491,0,0,0,1,0,0,0,530,76,0,81,68,350,350,0,350,350,17000,4530,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0), @@ -662716,7 +666949,7 @@ VALUES (7603,2,-61,50,55,1,256,255,0,0,0,0,0,0,0,0,0,0,0,0,0,7602,0,0,0,18626,1,0,'Kroshius\' Infernal Core','Kroshius lays in a heap to the northeast, in the Shatter Scar Vale. Take this Fel fire and use it on his remains. The fire should reanimate the fallen infernal.$B$BAt this point, I fully expect him to kill you and your minion.$B$BIf by some miracle you happen to kill Kroshius, take his infernal core and return it to Niby.','Search Shatter Scar Vale in Felwood for the remains of Kroshius. When you locate the remains, use the Fel Fire near them and await Kroshius\' return. When the infernal has awoken, slay him and take from his corpse Kroshius\' Infernal Core.$B$BReturn Kroshius\' Infernal Core to Niby the Almighty in Felwood.','A deal is a deal! Quickly, take this and write this down. I don\'t have time! My greatest conjuration is upon us!','Did you get lost?','','','','','',18625,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,14467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18762,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4230,1122,1413,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,5,0,0,0,0,0,0,0), (7604,2,1584,60,60,81,0,255,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18628,1,0,'A Binding Contract','The undersigned hereby declares that the Sulfuron ingot they are delivering to the Thorium Brotherhood (TB Ltd.) is genuine and not a facsimile thereof. The undersigned also acknowledges that any harm that should come to $g him:her; as a result of attempting to build, forge, find, create, sell, or eat Sulfuras, is not the responsibility or fault of TB Ltd.$B$BBy signing this contract, you are agreeing to all terms listed herein.$B$B_________________$B$BSignature','Turn the Thorium Brotherhood Contract in to Lokhtos Darkbargainer if you would like to receive the plans for Sulfuron.','It has been a pleasure doing business with you, $N!$B$BOn behalf of TB Ltd., I wish you luck in your search for Sulfuras!','Do we have a deal?','','','','','',18628,17203,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18592,0,0,0,1,0,0,0,59,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7621,0,-262,60,60,0,16,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Warning','','','$C, you are about to undergo a rigorous series of events which shall test all of your abilities.$B$BI suggest that you listen to the story that I have to tell.$B$BBe warned, you must complete this task alone. It is recommended that your allies remain at a distance. Interference by outside agents will result in a most severe punishment.$B$BDestiny has led you and you alone here. Battle with honor. Harness the Light.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (7622,2,-262,60,60,0,16,255,0,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,0,0,0,0,'The Balance of Light and Shadow','You must do what I could not: Save the peasants that were cut down while fleeing from Stratholme.$B$BThey will walk towards the light, you must ensure their survival. Should too many fall, our cursed existence shall continue - you will have failed.$B$BEvery ability, prayer, and spell that you have learned will be tested. May the Light protect you, $N.','Save 50 Peasants before 15 are slain. Speak with Eris Havenfire should you accomplish this task.$B$BYou may view the Death Post to view how many Peasants have been slain.','Your tenacity and courage are astounding, priestess. You have earned the right to hold the Splinter of Nordrassil. Only one task remains: The Eye of Shadow must be recovered. Scour the world.','','The Balance of Light and Shadow','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), + (7622,2,-262,60,60,0,16,255,0,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,0,0,0,0,'The Balance of Light and Shadow','You must do what I could not: Save the peasants that were cut down while fleeing from Stratholme.$B$BThey will walk towards the light, you must ensure their survival. Should too many fall, our cursed existence shall continue - you will have failed.$B$BEvery ability, prayer, and spell that you have learned will be tested. May the Light protect you, $N.','Save 50 Peasants before 15 are slain. Speak with Eris Havenfire should you accomplish this task.$B$BYou may view the Death Post to view how many Peasants have been slain.','Your tenacity and courage are astounding, priestess. You have earned the right to hold the Splinter of Nordrassil. Only one task remains: The Eye of Shadow must be recovered. Scour the world.','','Your tenacity and courage are astounding, $G priest:priestess;. You have earned the right to hold the Splinter of Nordrassil. Only one task remains: The Eye of Shadow must be recovered. Scour the world.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7623,2,-61,60,58,0,256,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7624,0,0,0,'Lord Banehollow','Mor\'zul says that you want to open a portal to Xoroth. To do that, you\'ll need Xorothian stardust. That\'s not easy to find on Azeroth!$B$BThere is one being who might have some: Lord Banehollow in Jaedenar, the seat of the Shadow Council! Speak with him and he might part with the stardust.$B$BBut if you\'re going to Jaedenar, then you\'ll need to cloak yourself in the Shadow Council\'s own flavor of evil. That will require some of my shadowy potions, and that will cost you...','Purchase Shadowy Potions from Gorzeeki in the Burning Steppes.$B$BUse the potions to travel through Jaedenar, and speak with Lord Banehollow.','My patience spans the millenia, $C. But do not think that allows you more than an instant of my time...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7624,2,-61,60,58,0,256,255,0,0,0,0,0,0,0,0,0,0,0,0,0,7623,7625,0,7625,0,0,0,'Ulathek the Traitor','You wish to enter my good graces? Then kill for me.$B$BMy servant, Ulathek, is pathetic how he grovels before me, all the while plotting with Lord Hel\'nurath on Xoroth. Hel\'nurath plans to usurp my power here, and Ulathek is his spy...$B$BProve that you serve me and not my rivals. Confront Ulathek in his quarters, in the Shadow Hold to the west. Tell him that I know his secret and watch as fear grips him. Then, bring me the traitor\'s heart!','Confront Ulathek, then bring The Traitor\'s Heart to Lord Banehollow in Jaedenar.','Ah, how splendid! After rotting a week, this heart will prove a succulent treat! Perhaps I will send for Ulathek\'s head and place it before me as I eat...$B$BYou have done me a service, $C, and so my patience for you has grown. Marginally.','I can already taste the heart of Ulathek on my lips. So sweet is the flesh of a traitor...','','','','','',18719,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7625,2,-61,60,60,0,256,255,0,0,0,0,0,0,0,0,0,0,0,0,0,7624,7629,-7564,0,0,0,0,'Xorothian Stardust','So you come to me seeking Xorothian stardust? You wish to open a portal to Xoroth, the domain of Hel\'nurath my rival? Perhaps you plan to steal from him one of his precious dreadsteeds?$B$BVery well. My servant Ur\'dan has a supply of Xorothian stardust. You may obtain it from him... if you can pay the price.','Purchase Xorothian Stardust from Ur\'dan. Bring it to Gorzeeki Wildeyes in the Burning Steppes.','There it is! I can hardly believe you got it! You must have struck a big deal with that Dreadlord or else paid a large sum, or both!$B$BMor\'zul will have his ink very soon and then he can finally make the glyph parchment, so you can open a portal to Xoroth and pull through it one of the famed dreadsteeds!','Have you been to Jaedenar, $N? Did you get the stardust from Lord Banehollow?','','','','','',18687,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -662865,11 +667098,11 @@ VALUES (7863,0,331,25,34,0,0,77,0,0,0,0,0,890,3000,0,0,0,0,0,0,0,0,7863,0,0,0,0,'Sentinel Basic Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19150,0,0,0,1,0,0,0,890,0,0,0,0,10,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7864,0,331,35,44,0,0,77,0,0,0,0,0,890,3000,0,0,0,0,0,0,0,0,7863,0,0,0,0,'Sentinel Standard Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19151,0,0,0,1,0,0,0,890,0,0,0,0,10,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7865,0,331,45,60,0,0,77,0,0,0,0,0,890,3000,0,0,0,0,0,0,0,0,7863,0,0,0,0,'Sentinel Advanced Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19152,0,0,0,1,0,0,0,890,0,0,0,0,10,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (7866,0,331,25,34,0,0,178,0,0,0,0,0,889,3000,0,0,0,0,0,0,0,0,7866,0,0,0,0,'Outrider Basic Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19154,0,0,0,1,0,0,0,889,0,0,0,0,10,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (7867,0,331,35,44,0,0,178,0,0,0,0,0,889,3000,0,0,0,0,0,0,0,0,7866,0,0,0,0,'Outrider Standard Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19155,0,0,0,1,0,0,0,889,0,0,0,0,10,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); + (7866,0,331,25,34,0,0,178,0,0,0,0,0,889,3000,0,0,0,0,0,0,0,0,7866,0,0,0,0,'Outrider Basic Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19154,0,0,0,1,0,0,0,889,0,0,0,0,10,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); INSERT INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredClasses`, `RequiredRaces`, `RequiredSkill`, `RequiredSkillValue`, `RequiredCondition`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES + (7867,0,331,35,44,0,0,178,0,0,0,0,0,889,3000,0,0,0,0,0,0,0,0,7866,0,0,0,0,'Outrider Standard Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19155,0,0,0,1,0,0,0,889,0,0,0,0,10,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7868,0,331,45,60,0,0,178,0,0,0,0,0,889,3000,0,0,0,0,0,0,0,0,7866,0,0,0,0,'Outrider Advanced Care Package','','','You\'ve certainly begun to prove yourself to us, $N. As a reward, please take this care package! Inside it you\'ll find rations and bandages that are usable only inside Warsong Gulch. $B$BAs you continue to prove yourself inside the Gulch, you\'ll find that these items will become available to you for purchase. Rations become available when you are Friendly with us, and bandages when you are Honored.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19153,0,0,0,1,0,0,0,889,0,0,0,0,10,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7871,1,3277,30,35,41,0,77,0,0,0,0,0,0,0,0,0,0,0,64,3,0,0,7788,0,0,0,0,'Vanquish the Invaders!','Beyond this tunnel you will find a field of strife and turmoil, young $c. The Horde continue to decimate our sacred forest, cutting down the evergreen foliage to power their machines of war.$B$BEnter Warsong Gulch and defend Silverwing Hold. Push back the invading Horde forces!$B$BDo this, and earn a talisman of merit. Bring me such a talisman, $N, and I shall reward you.','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.',NULL,NULL,'','','','','',20558,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (7872,1,3277,40,45,41,0,77,0,0,0,0,0,0,0,0,0,0,0,64,3,0,0,7788,0,0,0,0,'Vanquish the Invaders!','Beyond this tunnel you will find a field of strife and turmoil, young $c. The Horde continue to decimate our sacred forest, cutting down the evergreen foliage to power their machines of war.$B$BEnter Warsong Gulch and defend Silverwing Hold. Push back the invading Horde forces!$B$BDo this, and earn a talisman of merit. Bring me such a talisman, $N, and I shall reward you.','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.',NULL,NULL,'','','','','',20558,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -663133,11 +667366,11 @@ VALUES (8319,0,1377,57,60,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,1,8318,0,0,0,0,0,0,'Encrypted Twilight Texts','','','Excellent work! I\'ll put a good word in for you.','Keep bringing me texts. We\'ll soon force the Twilight\'s Hammer out of Silithus.','','','','','',20404,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0), (8320,2,1377,60,60,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,8321,0,0,0,'Twilight Geolords','The Twilight\'s Hammer, an insane cult bent on destruction, set up camps in Silithus and perform rituals day and night. We do not yet know their plans, but we do think they are somehow linked to the pulsing red crystals spread across the desert.$B$BAlthough their mystery may one day be solved, we must first deal with their immediate threat. Go to their camps to the west and seek out Twilight geolords. They are the heads of these serpents; that is where we must strike!','Kill 10 Twilight Geolords, then return to Huum Wildmane in Cenarion Hold.','That was a task well performed, $N. Your slaying of the Twilight geolords must have dealt a grievous blow to the cult. Let us hope their plans are slowed...','Enter the desert and find the Twilight geolords, $N. Return to me after they are slain.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11881,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,100,0,0,0,0,9000,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8321,2,1377,60,60,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,8320,0,0,0,0,0,0,'Vyral the Vile','We have discovered another base of operations for the Twilight\'s Hammer. It is called Twilight\'s Run; it is a cave tucked in the northeast corner of Silithus. The local leader of the cult, Vyral the Vile, haunts that cave - it is he who you must next defeat. When you have done this, bring me his signet ring.$B$BFortune to you, $N. The horrors of Twilight\'s Run are formidable indeed.','Bring Vyral\'s Signet Ring to Huum Wildmane in Cenarion Hold.','You\'ve done it! Vyral is killed! This can only mean doom for the Twilight Hammer\'s operations in Silithus. There may be more of them scurrying about, but the blow you dealt to the cult today is one from which they will not easily recover.','$N, have you yet defeated Vyral the Vile? Do you have his signet ring?','','','','','',20466,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20650,20649,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,150,0,0,0,0,9000,3960,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0), - (8322,2,-22,30,60,41,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8409,20605,1,0,'Rotten Eggs','The humans of Southshore love their ale, and as such they prize the ale served at the Southshore Inn. With the chaos of Hallow\'s End now upon them, we can use it to ruin their latest batch of beverages for weeks - if not months to come!$B$BTake these rotten eggs and place them in the main brew keg inside the Southshore Inn. Your presence alone will cause strife, so be prepared to defend yourself!$B$BOnce you\'ve given Southshore a taste they\'ll not soon forget, return to me here at the festival!','Place the Rotten Eggs in the main brew keg located inside the Southshore Inn.','The keg is filled with ale.$B$BHaving successfully fought your way inside the inn, you now place the eggs inside the keg. You can smell the foul odor permeating the air...',NULL,'','','','','',20605,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,81,68,25,25,0,25,25,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (8323,2,1377,54,59,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,8279,0,0,0,0,0,0,'True Believers','Now that I have the Twilight Lexicon in my possession, there is a small favor I\'d like to ask of you.$B$BMy former organization has a secret encoded bulletin they circulate on a monthly basis.$B$BIf they make any progress searching for me or if they call off the search, word will be published on the True Believer.$B$BAlthough this information is obviously valuable to me, the publication contains other useful information that I can share. Bring me any encoded texts you find on Twilight\'s Hammer members.','Hermit Ortell wants you to bring him 10 Encrypted Twilight Texts','Excellent! I will get to decoding these as soon as possible. If I find anything of interest I\'ll find some way to get the information to you.','Did you find any encrypted texts? I\'m quite curious to read this month\'s True Believer.','','','','','',20404,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,3840,0,0,93,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); + (8322,2,-22,30,60,41,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8409,20605,1,0,'Rotten Eggs','The humans of Southshore love their ale, and as such they prize the ale served at the Southshore Inn. With the chaos of Hallow\'s End now upon them, we can use it to ruin their latest batch of beverages for weeks - if not months to come!$B$BTake these rotten eggs and place them in the main brew keg inside the Southshore Inn. Your presence alone will cause strife, so be prepared to defend yourself!$B$BOnce you\'ve given Southshore a taste they\'ll not soon forget, return to me here at the festival!','Place the Rotten Eggs in the main brew keg located inside the Southshore Inn.','The keg is filled with ale.$B$BHaving successfully fought your way inside the inn, you now place the eggs inside the keg. You can smell the foul odor permeating the air...',NULL,'','','','','',20605,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,81,68,25,25,0,25,25,0,990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); INSERT INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredClasses`, `RequiredRaces`, `RequiredSkill`, `RequiredSkillValue`, `RequiredCondition`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES + (8323,2,1377,54,59,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,8279,0,0,0,0,0,0,'True Believers','Now that I have the Twilight Lexicon in my possession, there is a small favor I\'d like to ask of you.$B$BMy former organization has a secret encoded bulletin they circulate on a monthly basis.$B$BIf they make any progress searching for me or if they call off the search, word will be published on the True Believer.$B$BAlthough this information is obviously valuable to me, the publication contains other useful information that I can share. Bring me any encoded texts you find on Twilight\'s Hammer members.','Hermit Ortell wants you to bring him 10 Encrypted Twilight Texts','Excellent! I will get to decoding these as soon as possible. If I find anything of interest I\'ll find some way to get the information to you.','Did you find any encrypted texts? I\'m quite curious to read this month\'s True Believer.','','','','','',20404,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,3840,0,0,93,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8324,0,1377,54,59,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,1,8323,0,0,0,0,0,0,'Still Believing','','','Excellent! I can\'t wait to read these. Please do keep bringing the encrypted texts here if you find them.','Find any more encrypted texts? Bring me a good batch of them, this decoding work takes some time.',NULL,'','','','',20404,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,94,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), (8331,2,1377,60,60,1,0,255,0,0,0,0,0,609,3000,0,0,0,0,0,0,0,0,0,8332,0,0,0,'Aurel Goldleaf','$N, although we had hoped the Twilight\'s Hammer\'s operations in Silithus were slowing... we were, regrettably, mistaken. Through continued forays against the cult, we have learned that an even darker power, the Abyssal Council, controls the Hammer through the arcane wind stones dotted amongst the cult\'s camps. Your next action, $N, will be against the Abyssal Council.$B$BSpeak with the craftsman Aurel Goldleaf, in the eastern section of Cenarion Hold. Her skill will be needed for this next gambit.','Speak with Aurel Goldleaf in Cenarion Hold.','$N, good day. I was told you will pit yourself against the Abyssal Council? If that is so, then listen closely to my next words...',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,25,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8332,2,1377,60,60,1,0,255,0,0,0,0,0,609,3000,0,0,0,0,8,0,8331,0,0,8349,0,0,0,'Dukes of the Council','We think it is possible to use a wind stone to ambush a duke of the Abyssal Council. To do this, however, one must commune through the wind stone, and convince the council you are a middle ranked leader of the Twilight\'s Hammer. $B$BSuch a gambit requires a replica of the cult\'s medallion of station. I can create the medallion, but I will need a large brilliant shard, and crests worn by the Abyssal Templar.$B$BBring these to me and I will do the rest.','Bring 1 Large Brilliant Shard and 3 Abyssal Crests to Aurel Goldleaf in Cenarion Hold.','Ah, very good. I\'ve been working on the medallion - now with these last ingredients, I\'ll be done in just a few moments...$B$BThere we are. Here is the medallion, $N.$B$BYou\'ll need to wear this when you activate one of the Twilight\'s Hammer\'s wind stones. Put this on, along with the rest of the twilight trappings, and the Abyssal Council will see you as one of their cultist underlings.','Do you have the shard and the crests, Demonhound? I will need them to make the twilight cultist\'s medallion of station.','','','','','',14344,20513,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20422,0,0,0,1,0,0,0,609,0,0,0,0,75,0,0,0,0,0,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -663211,7 +667444,7 @@ VALUES (8412,2,-82,50,52,0,64,178,0,0,0,0,0,0,0,0,0,0,0,0,0,8410,0,0,0,0,0,0,'Spirit Totem','The elemental spirits of this place don\'t be likin\' me any more.$B$BYou know about the totems more than any, and I be needin\' a spirit totem to protect me. We already got the elements, now we need somethin\' more with more nature. More primal.$B$BIn the Western Plaguelands you can kill bears for claws and spiders for their eyes. The carrion birds eat everything, so they might have either one.','Bring the pieces for the spirit totem to Bath\'rah the Windwatcher.','Great, mon! Let\'s try it out...','The spirits know what we\'re up to, and they been tryin\' to kill me! I hope you got the parts.','','','','','',20610,20611,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8413,2,-82,50,52,81,64,178,0,0,0,0,0,0,0,0,0,0,0,0,0,8412,0,0,0,0,0,0,'Da Voodoo','The spirit totem just isn\'t enough. We be needin\' some voodoo magic to make it work jus\' right.$B$BThe trolls in the sunken temple have feathers strong with voodoo magics. Go there and kill Gasher, Mijan, Zolo, Hukku, Zul\'lor, and Loro. Then we have magic enough for a real spirit totem.','Bring the voodoo feathers to Bath\'rah the Windwatcher.','It\'s about time this troll got a full night\'s rest! The spirit totem will watch over me.$B$BI been a long time collectin\' things, maybe you want somethin\' for all your trouble?','Where\'s the feathers, mon?','','','','','',20606,20607,20608,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20369,20503,20556,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15500,3810,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8414,2,-141,50,52,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8415,0,0,0,0,0,0,'Dispelling Evil','Greetings, $c. Crusaders like you are a welcome sight in these desolate reaches.$B$BYour holy strength is needed to help fight the endless undead here. We need you to collect a large number of scourgestones and bring them to High Priest Thel\'danis. The high priest can be found guarding Uther\'s Tomb in Sorrow Hill, not far from here.$B$BOnly one with an Argent Dawn Commission can hope to find scourgestones, so speak to Officer Pureheart if you haven\'t already.','Collect 20 Minion\'s Scourgestones and bring them to High Priest Thel\'danis in the Western Plaguelands.','There is risk in dispelling the evil from a scourgestone, for it attracts the attention of undead for countless miles. But you are strong in the Light, $N, and I do not fear for you...','What evil have you brought me?','','','','','',12840,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,250,0,0,0,0,0,3060,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0), - (8415,2,-141,50,50,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8414,0,0,0,'Chillwind Point','Commander Ashlam Valorfist has sent out a call for a paladin of your purity and valor, $n. You can find him at Chillwind Camp in the southern part of the Western Plaguelands. Seek him and aid in his cause for the Light!','Speak to Commander Ashlam Valorfist at Chillwind Camp.','Very well, $C! Let\'s see what you\'re made of.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0), + (8415,2,-141,50,52,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8414,0,0,0,'Chillwind Point','Commander Ashlam Valorfist has sent out a call for a paladin of your purity and valor, $n. You can find him at Chillwind Camp in the southern part of the Western Plaguelands. Seek him and aid in his cause for the Light!','Speak to Commander Ashlam Valorfist at Chillwind Camp.','Very well, $C! Let\'s see what you\'re made of.',NULL,'','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0), (8416,2,-141,50,52,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8414,0,0,8418,20612,1,0,'Inert Scourgestones','The evil has been purged from the stones, $n.$B$BI am aware of Commander Ashlam\'s plans, and he will require only a single inert stone. Bring it to him so we may bathe the Scourge in righteous fire.','Bring the Inert Scourgestone to Commander Ashlan Valorfist in Chillwind Point.','You have done as I asked without question, $N.$B$BTrust is achieved, it seems. Perhaps I can reveal our plan in more detail to you now.','Was Thal\'danis able to cleanse the scourgestones?','','','','','',20612,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,75,0,0,0,0,0,1530,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0), (8417,2,-81,50,50,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8423,0,0,0,'A Troubled Spirit','In the Blasted Lands, there is a troubled spirit who was once a great hero of the horde. A warrior\'s honor does not die with the body, and it would serve you well to speak with him.','Speak with the Fallen Hero of the Horde at the entrance to the Blasted Lands.','So, you have come to alleviate my pain. I wish you could simply strike me down, but it is not that simple...','Did Stoley cough up my booze?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8418,2,-141,50,52,81,2,5,0,0,0,0,0,0,0,0,0,0,0,8,0,8416,0,0,0,0,0,0,'Forging the Mightstone','Now we must combine the inert scourgestones and create a weapon to shatter the ranks of undead. This is no trivial task, $n. Only the trolls of the sunken temple carry the kind of rare magic able to turn the evil of something against itself.$B$BIn the temple, the trolls are known as Gasher, Mijan, Zolo, Hukku, Zul\'lor, and Loro. Do not feel remorse for their corrupt souls... they are not without evil.','Bring the voodoo feathers to Ashlam Valorfist.','This is excellent, $N. I would say I am surprised, but I knew without question that you wouldn\'t let us down.$B$BIt is my honor to bestow one of the Holy Mightstones to you. Use it well.','Have you slain the wretched trolls?','','','','','',20606,20607,20608,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20504,20512,20505,0,0,0,1,1,1,0,0,0,20620,0,0,0,1,0,0,0,529,0,0,0,0,150,0,0,0,0,15500,3810,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0), @@ -663386,11 +667619,11 @@ VALUES (8628,2,3428,60,60,62,2,77,0,0,0,910,3000,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Avenger\'s Crown','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'lor\'s Diadem, 2 Idols of Rebirth, 5 Stone Scarabs and 5 Crystal Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20930,20878,20858,20862,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21387,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8629,2,3428,60,60,62,2,77,0,0,0,910,3000,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Avenger\'s Legguards','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring the Skin of the Great Sandworm, 2 Idols of Strife, 5 Bronze Scarabs and 5 Ivory Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','Yes... the worm\'s skin will make for an excellent protective layer. Combined with the strongest parts from the Qiraji we\'ve destroyed on our way here, this should make for a formidable piece of armor. May it aid you in facing the unspeakable horrors that await inside!','Did you bring the components I require, $N?','','','','','',20931,20881,20865,20861,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21390,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8630,2,3428,60,60,62,2,77,0,0,0,910,0,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Avenger\'s Pauldrons','It is said among us that the ornate shoulder armor worn by the mortal races started as an attempt to emulate the wings of a dragon.$B$BBring me the bindings worn by the highest Qiraji leaders and I shall shape them into a set of pauldrons more dreadful than even the wings of Nefarian himself!','Bring the Qiraji Bindings of Dominance, 2 Idols of Life, 5 Crystal Scarabs and 5 Gold Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Neutral reputation with the Brood of Nozdormu to complete this quest.','From the materials you bring and from the scales of our fallen Qiraji foes I make you these pauldrons, mortal. May they grant you the protection you need and may the sight of them strike fear into our enemies.','Have you collected the components I require?','','','','','',20932,20879,20859,20862,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21391,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (8631,2,3428,60,60,62,128,0,0,0,0,910,3000,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Enigma Leggings','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring Ouro\'s Intact Hide, 2 Idols of the Sage, 5 Silver Scarabs and 5 Bone Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','','You\'ve acquired the items I requested, $n?','','','','','',20927,20877,20860,20864,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21346,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (8632,2,3428,60,60,62,128,0,0,0,0,910,3000,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Enigma Circlet','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'nilash\'s Circlet, 2 Idols of Night, 5 Bronze Scarabs and 5 Ivory Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20926,20875,20861,20865,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21347,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); + (8631,2,3428,60,60,62,128,0,0,0,0,910,3000,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Enigma Leggings','You seek to prove your worth to my kind, mortal? Very well, perhaps we can be of mutual assistance.$B$BThe ancient sandworm, Ouro, is a being of legendary power. He is rumored to have been created by the Old God himself as a mockery of life.$B$BHis skin is unnatural... thick, nearly impregnable, yet it\'s flexible and allows him to move with the speed and grace of a much smaller creature.$B$BBring me a sample of his skin along with other minor components and I shall craft you leggings of great power.','Bring Ouro\'s Intact Hide, 2 Idols of the Sage, 5 Silver Scarabs and 5 Bone Scarabs to Kandrostrasz inside Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','','You\'ve acquired the items I requested, $n?','','','','','',20927,20877,20860,20864,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21346,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); INSERT INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredClasses`, `RequiredRaces`, `RequiredSkill`, `RequiredSkillValue`, `RequiredCondition`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES + (8632,2,3428,60,60,62,128,0,0,0,0,910,3000,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Enigma Circlet','The Twin Emperors... their incessant whispers are slowly taking a toll on my sanity. They mock me, knowing I cannot step further into their domain to save my brother Arygos.$B$BIn my visions I see their monstrous faces adorned by powerful crowns. But I will have my revenge... I will transmute these symbols of Qiraji power to ones better suited to our needs.$B$BBring me the components I require, $N. I will give you a headpiece of unmatched power.','Bring Vek\'nilash\'s Circlet, 2 Idols of Night, 5 Bronze Scarabs and 5 Ivory Scarabs to Andorgos in Ahn\'Qiraj. You must also attain Friendly reputation with the Brood of Nozdormu to complete this quest.','You\'ve succeeded! The whispers from the Twin Emperors have ceased.$B$BTake this as a reward. The mere sight of it will strike fear in the hearts of the Qiraji... it shall remind them of their fallen leaders and of the mortal that slew them.','Did you bring me the components I asked for, $N?','','','','','',20926,20875,20861,20865,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21347,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8633,2,3428,60,60,62,128,0,0,0,0,910,9000,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Enigma Robes','The unmentionable Old God slowly awakens from his slumber beneath Ahn\'Qiraj. The terrible fate that awaits Azeroth could come in days or years; time has no meaning for beings of his power.$B$BWhen the stars are favorable, he will lash out against all living beings with terrible wrath. You must find him before then and find a way to bring his existence to an end.$B$BDo this and bring me a piece of his husk. I shall grant you armor no mortal has ever worn... armor fit for one who has slain a god!','Bring the Husk of the Old God, 2 Idols of the Sun, 5 Gold Scarabs and 5 Clay Scarabs to Vethsera inside Ahn\'Qiraj. You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.','I did not expect you to return from your attempt, $N.$B$BYou\'ve fulfilled a destiny greater than that of most immortal beings.$B$BBy slaying C\'Thun you\'ve not only saved all of Azeroth, you\'ve also tipped the scales of cosmic events beyond your comprehension.$B$BAccept these robes as a symbol of the glory and burden that will come as a consequence of your actions.$B$BMay their power aid you in the challenges that await you, god-slayer!','At his dwelling in Ahn\'Qiraj, dread C\'Thun awaits in slumber.','','','','','',20933,20874,20859,20863,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21343,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8634,2,3428,60,60,62,128,0,0,0,0,910,0,0,0,0,0,0,0,8,0,8579,0,0,0,0,0,0,'Enigma Boots','Qiraji magic is strong and ancient. The most powerful qiraji wield items of such might, they\'d give pause even to a dragon.$B$BBring me the qiraji bindings of dominance and other minor components by and I\'ll create a set of powerful boots for you.$B$BYou will find them useful in the fight against the enemy.','Bring the Qiraji Bindings of Dominance, 2 Idols of the Sun, 5 Silver Scarabs and 5 Crystal Scarabs to Kandrostrasz in Ahn\'Qiraj. This quest also requires Neutral faction with the Brood of Nozdormu.','You\'ve done well, $N. You\'ve proven you\'re no ordinary mortal.$B$BI give you these with the confidence they\'ll aid you in crushing the vile qiraji.','You\'ve acquired the items I requested, $N?','','','','','',20932,20874,20860,20862,1,2,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21344,0,0,0,1,0,0,0,910,0,0,0,0,250,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8635,0,-366,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,'Splitrock the Elder','','','The battles of ages past are seeds from which legends grow. Yours is a time of heroes, young one. May your legend take root, thrive.$B$BI bid you well, $N, and offer you this token...',NULL,NULL,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,1,0,0,0,67,469,0,0,0,75,75,0,0,0,0,0,0,25716,85,21600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -663690,11 +667923,11 @@ VALUES (8941,2,1637,58,60,81,8,178,0,0,0,0,0,0,0,0,0,0,0,8,0,8978,8930,0,8930,0,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Shadowcraft Belt and a set of Shadowcraft Gloves to Mokvar in Orgrimmar.','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16713,16712,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22006,22002,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8942,2,1637,58,60,81,64,178,0,0,0,0,0,0,0,0,0,0,0,8,0,8978,8930,0,8930,0,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gauntlets. If we both see this through I shall make the rest of the pieces available to you.','Bring a Cord of Elements and a set of Gauntlets of Elements to Mokvar in Orgrimmar.$B','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16673,16672,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22098,22099,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8943,2,1637,58,60,81,256,178,0,0,0,0,0,0,0,0,0,0,0,8,0,8978,8930,0,8930,0,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gloves. If we both see this through I shall make the rest of the pieces available to you.','Bring a Dreadmist Belt and a set of Dreadmist Wraps to Mokvar in Orgrimmar.$B','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16702,16705,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22070,22077,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (8944,2,1637,58,60,81,1,178,0,0,0,0,0,0,0,0,0,0,0,8,0,8978,8930,0,8930,0,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gauntlets. If we both see this through I shall make the rest of the pieces available to you.','Bring a Belt of Valor and a set of Gauntlets of Valor to Mokvar in Orgrimmar.$B','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16736,16737,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21994,21998,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (8945,2,2017,58,60,81,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,8946,0,0,0,'Dead Man\'s Plea','I\'ll provide you the information you ask for, $N. But more pressing matters are at hand.$B$BMy beloved wife has been taken prisoner by Rivendare\'s undead scum.$B$BI strongly objected to her joining the Argent Dawn\'s foolish crusade, yet that\'s not of importance anymore. You must finish what I attempted to do, you must rescue Ysida from the clutches of the Baron!','Go into Stratholme and rescue Ysida Harmon from Baron Rivendare.','Thank you for rescuing me... I feared for my life. Please accept this as a small token of my gratitude.$B$BAnthion is... no... he can\'t be...','','','Ysida Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16031,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22137,0,0,0,1,0,0,0,529,0,0,0,0,500,0,0,0,0,0,4980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); + (8944,2,1637,58,60,81,1,178,0,0,0,0,0,0,0,0,0,0,0,8,0,8978,8930,0,8930,0,0,0,'Just Compensation','You\'ve proven to be a very reliable individual, $N. As much as I trust that you\'ll help me through this predicament, it would be wise of me to reward you according to your performance.$B$BFor now I will exchange your belt and gauntlets. If we both see this through I shall make the rest of the pieces available to you.','Bring a Belt of Valor and a set of Gauntlets of Valor to Mokvar in Orgrimmar.$B','Our agreement remains in place. Just remember, this is but a taste of what awaits you. Free me of this cursed fate and I will reward you with items of truly great power.','You\'re ready to perform the exchange?','','','','','',16736,16737,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21994,21998,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); INSERT INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredClasses`, `RequiredRaces`, `RequiredSkill`, `RequiredSkillValue`, `RequiredCondition`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES + (8945,2,2017,58,60,81,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,8946,0,0,0,'Dead Man\'s Plea','I\'ll provide you the information you ask for, $N. But more pressing matters are at hand.$B$BMy beloved wife has been taken prisoner by Rivendare\'s undead scum.$B$BI strongly objected to her joining the Argent Dawn\'s foolish crusade, yet that\'s not of importance anymore. You must finish what I attempted to do, you must rescue Ysida from the clutches of the Baron!','Go into Stratholme and rescue Ysida Harmon from Baron Rivendare.','Thank you for rescuing me... I feared for my life. Please accept this as a small token of my gratitude.$B$BAnthion is... no... he can\'t be...','','','Ysida Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16031,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22137,0,0,0,1,0,0,0,529,0,0,0,0,500,0,0,0,0,0,4980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8946,2,139,58,60,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,8945,0,0,8947,22139,1,0,'Proof of Life','It is the cruelest of fates that my beloved has perished while trying to rescue me. Yet, you claim to possess the ability to converse with him.$B$BBring him this locket as proof that I am well. He must not linger in this world; my heart would not be able to bear it.$B$BFarewell, $N. I shall be in your debt always.','Bring Ysida\'s Locket to Anthion Harmon in Eastern Plaguelands.','That locket... you found her! I can rest in peace at long last.$B$BI shall now answer any questions you might have, $N. But make haste, my time in this world is not long.','Ysida... is she alive?','','','','','',22139,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8947,2,139,58,60,0,0,255,0,0,0,0,0,0,0,0,0,0,0,8,0,8946,0,0,8948,0,0,0,'Anthion\'s Strange Request','We didn\'t realize the importance of Valthalak\'s medallion, so it was divided along with the rest of the spoils. The first piece was taken by a dwarf named Theldren. I tried to retrieve it from him and he beat me within an inch of my life. You shall have to take the fragment by force.$B$BLast I heard of him, he\'d become a gladiator for the Dark Iron dwarves. Getting him to fight you is going to present a bit of a challenge, though.$B$BGather the following materials for me. You\'re going to need them.','Bring 3 Dark Iron Bars, 20 Enchanted Leather, 3 Mooncloth and 4 Cured Rugged Hides to Anthion Harmon in the Eastern Plaguelands.','Excellent. I shall transmute these into something more suitable to our needs.','Did you obtain the materials I asked for, $N?','','','','','',11371,12810,14342,15407,3,20,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (8948,2,2557,58,60,81,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,8947,0,0,8949,21983,1,0,'Anthion\'s Old Friend','Theldren is not one to willingly participate in a fair fight. I\'ve shaped this banner to display his family colors.$B$BWith some additional sorcery, this banner shall provoke him in a way he won\'t be able to resist.$B$BAn old acquaintance of mine named Falrin knows the exact procedure required. He has a particular way of... aggravating people. You shall find him at the library in Dire Maul.','Take the incomplete Banner of Provocation to Falrin Treeshaper at the library in Dire Maul.','Anthion sent you, you say? I thought he was dead. I guess I\'ve heard stranger things in my life.$B$BVery well, then. What is it you want me to do with this banner?','Speak up stranger, can\'t you see I\'m busy?','','','','','',21983,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -663941,11 +668174,11 @@ VALUES (9266,0,618,40,60,0,0,255,0,0,0,0,0,0,0,577,42000,0,0,8,1,0,0,0,0,0,0,0,'Making Amends','','','Thank you, $N. You\'re on a quick path to redeeming yourself with our fair town.','You must\'ve done something really bad to us or our friends, $N. At any rate, I\'m here to offer you a way to get our good graces back.$B$BAs you know, Winterspring is quite cold. With so many of us goblins coming from other cities, we could use a hand keeping warm. Bring me some runecloth and coal and I\'ll put in the good word for ya. Be warned though, our enemies are not going to take kindly to your helping us.',NULL,'','','','',14047,3857,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,577,470,369,21,-500,500,250,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (9267,0,17,15,60,0,0,255,0,0,0,0,0,0,0,470,0,0,0,0,1,0,0,0,0,0,0,0,'Mending Old Wounds','','','I\'m happy you\'re seeing the error of your ways, $N. Keep the supplies coming; we\'re not going to forget about you so easily, $Gmister:miss;!','You\'d better think twice before setting foot in Ratchet, $n! Word\'s been getting around of your dirty deeds.$B$BYou\'re in luck though, a ship just arrived with many wounded from an encounter with the Bloodsail Buccaneers. This is your chance to prove you\'re not a complete scoundrel. Lend us a hand by bringing linen cloth for bandages and empty vials for potions.',NULL,'','','','',2589,3371,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,470,0,0,0,-500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (9268,0,440,40,60,0,0,255,0,0,0,0,0,0,0,369,42000,0,0,8,1,0,0,0,0,0,0,0,'War at Sea','','','Keep it coming, $N. Us goblins don\'t forget that easily!','You seek to befriend the goblins of Tanaris once again, $N? We\'re in need of materials for sails and guns to fight off our old enemies, the Bloodsail Buccaneers. Bring me mageweave and strong flux and we\'ll be on our way to pardoning your trespasses.',NULL,'','','','',4338,3466,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,369,577,470,21,-500,500,250,250,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (9269,2,-344,60,60,81,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,22737,1,0,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.',NULL,NULL,NULL,'Atiesh Cleansed','','','',0,22737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22632,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), - (9270,2,-344,60,60,81,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,22737,1,0,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.',NULL,NULL,'','Atiesh Cleansed','','','',0,22737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22589,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); + (9269,2,-344,60,60,81,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,22737,1,0,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.',NULL,NULL,NULL,'Atiesh Cleansed','','','',0,22737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22632,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0); INSERT INTO `quest_template` (`entry`, `Method`, `ZoneOrSort`, `MinLevel`, `QuestLevel`, `Type`, `RequiredClasses`, `RequiredRaces`, `RequiredSkill`, `RequiredSkillValue`, `RequiredCondition`, `RepObjectiveFaction`, `RepObjectiveValue`, `RequiredMinRepFaction`, `RequiredMinRepValue`, `RequiredMaxRepFaction`, `RequiredMaxRepValue`, `SuggestedPlayers`, `LimitTime`, `QuestFlags`, `SpecialFlags`, `PrevQuestId`, `NextQuestId`, `ExclusiveGroup`, `NextQuestInChain`, `SrcItemId`, `SrcItemCount`, `SrcSpell`, `Title`, `Details`, `Objectives`, `OfferRewardText`, `RequestItemsText`, `EndText`, `ObjectiveText1`, `ObjectiveText2`, `ObjectiveText3`, `ObjectiveText4`, `ReqItemId1`, `ReqItemId2`, `ReqItemId3`, `ReqItemId4`, `ReqItemCount1`, `ReqItemCount2`, `ReqItemCount3`, `ReqItemCount4`, `ReqSourceId1`, `ReqSourceId2`, `ReqSourceId3`, `ReqSourceId4`, `ReqSourceCount1`, `ReqSourceCount2`, `ReqSourceCount3`, `ReqSourceCount4`, `ReqCreatureOrGOId1`, `ReqCreatureOrGOId2`, `ReqCreatureOrGOId3`, `ReqCreatureOrGOId4`, `ReqCreatureOrGOCount1`, `ReqCreatureOrGOCount2`, `ReqCreatureOrGOCount3`, `ReqCreatureOrGOCount4`, `ReqSpellCast1`, `ReqSpellCast2`, `ReqSpellCast3`, `ReqSpellCast4`, `RewChoiceItemId1`, `RewChoiceItemId2`, `RewChoiceItemId3`, `RewChoiceItemId4`, `RewChoiceItemId5`, `RewChoiceItemId6`, `RewChoiceItemCount1`, `RewChoiceItemCount2`, `RewChoiceItemCount3`, `RewChoiceItemCount4`, `RewChoiceItemCount5`, `RewChoiceItemCount6`, `RewItemId1`, `RewItemId2`, `RewItemId3`, `RewItemId4`, `RewItemCount1`, `RewItemCount2`, `RewItemCount3`, `RewItemCount4`, `RewRepFaction1`, `RewRepFaction2`, `RewRepFaction3`, `RewRepFaction4`, `RewRepFaction5`, `RewRepValue1`, `RewRepValue2`, `RewRepValue3`, `RewRepValue4`, `RewRepValue5`, `RewOrReqMoney`, `RewMoneyMaxLevel`, `RewSpell`, `RewSpellCast`, `RewMailTemplateId`, `RewMailDelaySecs`, `PointMapId`, `PointX`, `PointY`, `PointOpt`, `DetailsEmote1`, `DetailsEmote2`, `DetailsEmote3`, `DetailsEmote4`, `DetailsEmoteDelay1`, `DetailsEmoteDelay2`, `DetailsEmoteDelay3`, `DetailsEmoteDelay4`, `IncompleteEmote`, `CompleteEmote`, `OfferRewardEmote1`, `OfferRewardEmote2`, `OfferRewardEmote3`, `OfferRewardEmote4`, `OfferRewardEmoteDelay1`, `OfferRewardEmoteDelay2`, `OfferRewardEmoteDelay3`, `OfferRewardEmoteDelay4`, `StartScript`, `CompleteScript`) VALUES + (9270,2,-344,60,60,81,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,22737,1,0,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.',NULL,NULL,'','Atiesh Cleansed','','','',0,22737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22589,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (9271,2,-344,60,60,81,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,22737,1,0,'Atiesh, Greatstaff of the Guardian','This final task will be the most difficult of all, $N. You have faced and defeated both an Old God and the Lich King\'s General, but now you must face the hand of Sargeras.$B$BTake the staff to Stratholme. It is there that you will find a piece of consecrated earth: ground where the greatest knights of Lordaeron were murdered. Place the befouled staff upon the holy ground and prepare for an entity of immense power to break from within... Defeat the demonic being that controls the staff and return to me.','Anachronos at the Caverns of Time in Tanaris wants you to take Atiesh, Greatstaff of the Guardian to Stratholme and use it on Consecrated Earth. Defeat the entity that is exorcised from the staff and return to him.',NULL,NULL,NULL,'Atiesh Cleansed','','','',0,22737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22630,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8580,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (9272,0,33,49,55,0,0,255,0,0,0,0,0,87,1,0,0,0,0,8,0,0,0,0,0,0,0,0,'Dressing the Part','','','Yarrr... if ye be keen on enjoying the company of us experienced sea dogs, you\'d best belay dressing like a blaggard! Here, put on something proper \'fore I keelhaul yer hide.$B$BThese\'ll fit ye better than they ever fit that old dog, Red-Eyed Ben. Lost him in a devil of a storm at sea.$B$BWear \'em with pride, mate!',NULL,NULL,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22746,0,0,0,1,0,0,0,87,169,0,0,0,10,-125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), (9292,2,-368,60,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22949,1,0,'Cracked Necrotic Crystal','On the corpse of the fallen abomination, you discover a cracked crystal, slowly pulsing with necrotic energy.','Bring the Cracked Necrotic Crystal to Lieutenant Orrin outside the gates of Stormwind.','Hm, you took this from the corpse of one of the invading abominations?$B$BWe have received word about the necropolis base camps that are being summoned by the Scourge. I suspect they wanted to create one inside Stormwind. It is good that they were unseccessful.','Is there something you need?','','','','','',22949,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23123,23122,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0), @@ -668706,6 +672939,3375 @@ CREATE TABLE `reserved_name` ( +# Dump of table script_texts +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `script_texts`; + +CREATE TABLE `script_texts` ( + `entry` mediumint(8) NOT NULL, + `content_default` text NOT NULL, + `content_loc1` text, + `content_loc2` text, + `content_loc3` text, + `content_loc4` text, + `content_loc5` text, + `content_loc6` text, + `content_loc7` text, + `content_loc8` text, + `sound` mediumint(8) unsigned NOT NULL DEFAULT '0', + `type` tinyint(3) unsigned NOT NULL DEFAULT '0', + `language` tinyint(3) unsigned NOT NULL DEFAULT '0', + `emote` smallint(5) unsigned NOT NULL DEFAULT '0', + `comment` text, + PRIMARY KEY (`entry`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Texts'; + +LOCK TABLES `script_texts` WRITE; +/*!40000 ALTER TABLE `script_texts` DISABLE KEYS */; + +INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`, `sound`, `type`, `language`, `emote`, `comment`) +VALUES + (-1000000,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'DEFAULT_TEXT'), + (-1000001,'%s goes into a killing frenzy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_GENERIC_FRENZY_KILL'), + (-1000002,'%s goes into a frenzy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_GENERIC_FRENZY'), + (-1000003,'%s becomes enraged!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_GENERIC_ENRAGED'), + (-1000004,'%s goes into a berserker rage!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_GENERIC_BERSERK'), + (-1000005,'%s goes into a frenzy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'EMOTE_BOSS_GENERIC_FRENZY'), + (-1000006,'%s becomes enraged!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'EMOTE_BOSS_GENERIC_ENRAGED'), + (-1000100,'Come, little ones. Face me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'azuregos SAY_TELEPORT'), + (-1000101,'Follow me, $N. I\'ll take you to the Defias hideout. But you better protect me or I am as good as dead',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'defias traitor SAY_START'), + (-1000102,'The entrance is hidden here in Moonbrook. Keep your eyes peeled for thieves. They want me dead.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'defias traitor SAY_PROGRESS'), + (-1000103,'You can go tell Stoutmantle this is where the Defias Gang is holed up, $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'defias traitor SAY_END'), + (-1000104,'$N coming in fast! Prepare to fight!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'defias traitor SAY_AGGRO_1'), + (-1000105,'Help!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'defias traitor SAY_AGGRO_2'), + (-1000106,'Everyone ready?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'torek SAY_READY'), + (-1000107,'Ok, Lets move out!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'torek SAY_MOVE'), + (-1000108,'Prepare yourselves. Silverwing is just around the bend.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'torek SAY_PREPARE'), + (-1000109,'Silverwing is ours!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'torek SAY_WIN'), + (-1000110,'Go report that the outpost is taken. We will remain here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'torek SAY_END'), + (-1000111,'Our house is this way, through the thicket.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'magwin SAY_START'), + (-1000112,'Help me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'magwin SAY_AGGRO'), + (-1000113,'My poor family. Everything has been destroyed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'magwin SAY_PROGRESS'), + (-1000114,'Father! Father! You\'re alive!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'magwin SAY_END1'), + (-1000115,'You can thank $N for getting me back here safely, father.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'magwin SAY_END2'), + (-1000116,'%s hugs her father.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,7,0,'magwin EMOTE_HUG'), + (-1000117,'Thank you for agreeing to help. Now, let\'s get out of here $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'wounded elf SAY_ELF_START'), + (-1000118,'Over there! They\'re following us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'wounded elf SAY_ELF_SUMMON1'), + (-1000119,'Allow me a moment to rest. The journey taxes what little strength I have.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,16,'wounded elf SAY_ELF_RESTING'), + (-1000120,'Did you hear something?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'wounded elf SAY_ELF_SUMMON2'), + (-1000121,'Falcon Watch, at last! Now, where\'s my... Oh no! My pack, it\'s missing! Where has -',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'wounded elf SAY_ELF_COMPLETE'), + (-1000122,'You won\'t keep me from getting to Falcon Watch!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'wounded elf SAY_ELF_AGGRO'), + (-1000123,'Ready when you are, $c.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,'big will SAY_BIG_WILL_READY'), + (-1000124,'The Affray has begun. $n, get ready to fight!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'twiggy SAY_TWIGGY_BEGIN'), + (-1000125,'You! Enter the fray!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'twiggy SAY_TWIGGY_FRAY'), + (-1000126,'Challenger is down!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'twiggy SAY_TWIGGY_DOWN'), + (-1000127,'The Affray is over.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'twiggy SAY_TWIGGY_OVER'), + (-1000128,'We need you to send reinforcements to Manaforge Duro, Ardonis. This is not a request, it\'s an order.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge SAY_COMMANDER_DAWNFORGE_1'), + (-1000129,'You cannot be serious! We are severely understaffed and can barely keep this manaforge functional!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge SAY_ARCANIST_ARDONIS_1'), + (-1000130,'You will do as ordered. Manaforge Duro has come under heavy attack by mana creatures and the situation is out of control. Failure to comply will not be tolerated!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge SAY_COMMANDER_DAWNFORGE_2'), + (-1000131,'Indeed, it is not a request.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge SAY_PATHALEON_CULATOR_IMAGE_1'), + (-1000132,'My lord!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge SAY_COMMANDER_DAWNFORGE_3'), + (-1000133,'Duro will be reinforced! Ultris was a complete disaster. I will NOT have that mistake repeated!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge PATHALEON_CULATOR_IMAGE_2'), + (-1000134,'We\'ve had too many setbacks along the way: Hellfire Citadel, Fallen Sky Ridge, Firewing Point... Prince Kael\'thas will tolerate no further delays. I will tolerate nothing other than complete success!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge PATHALEON_CULATOR_IMAGE_2_1'), + (-1000135,'I am returning to Tempest Keep. See to it that I do not have reason to return!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge PATHALEON_CULATOR_IMAGE_2_2'), + (-1000136,'Yes, my lord.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge COMMANDER_DAWNFORGE_4 SAY_ARCANIST_ARDONIS_2'), + (-1000137,'See to it, Ardonis!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dawnforge COMMANDER_DAWNFORGE_5'), + (-1000138,'Avruu\'s magic... it still controls me. You must fight me, mortal. It\'s the only way to break the spell!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'aeranas SAY_SUMMON'), + (-1000139,'Avruu\'s magic is broken! I\'m free once again!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'aeranas SAY_FREE'), + (-1000140,'Let\'s go.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lilatha SAY_START'), + (-1000141,'$N, let\'s use the antechamber to the right.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lilatha SAY_PROGRESS1'), + (-1000142,'I can see the light at the end of the tunnel!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lilatha SAY_PROGRESS2'), + (-1000143,'There\'s Farstrider Enclave now, $C. Not far to go... Look out! Troll ambush!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lilatha SAY_PROGRESS3'), + (-1000144,'Thank you for saving my life and bringing me back to safety, $N',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lilatha SAY_END1'), + (-1000145,'Captain Helios, I\'ve been rescued from the Amani Catacombs. Reporting for duty, sir!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lilatha SAY_END2'), + (-1000146,'Liatha, get someone to look at those injuries. Thank you for bringing her back safely.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lilatha CAPTAIN_ANSWER'), + (-1000147,'I remember well the sting of defeat at the conclusion of the Third War. I have waited far too long for my revenge. Now the shadow of the Legion falls over this world. It is only a matter of time until all of your failed creation... is undone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_INTRO'), + (-1000148,'The Legion will conquer all!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_AGGRO1'), + (-1000149,'All mortals will perish!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_AGGRO2'), + (-1000150,'All life must be eradicated!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_SURPREME1'), + (-1000151,'I\'ll rip the flesh from your bones!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_SURPREME2'), + (-1000152,'Kirel Narak!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_KILL1'), + (-1000153,'Contemptible wretch!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_KILL2'), + (-1000154,'The universe will be remade.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_KILL3'), + (-1000155,'The Legion... will never... fall.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_DEATH'), + (-1000156,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE ME'), + (-1000157,'Invaders, you dangle upon the precipice of oblivion! The Burning Legion comes and with it comes your end.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_RAND1'), + (-1000158,'Impudent whelps, you only delay the inevitable. Where one has fallen, ten shall rise. Such is the will of Kazzak...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'kazzak SAY_RAND2'), + (-1000168,'Who dares awaken Aquementas?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'aquementas AGGRO_YELL_AQUE'), + (-1000169,'Muahahahaha! You fool! You\'ve released me from my banishment in the interstices between space and time!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nether_drake SAY_NIHIL_1'), + (-1000170,'All of Draenor shall quick beneath my feet! I will destroy this world and reshape it in my image!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nether_drake SAY_NIHIL_2'), + (-1000171,'Where shall I begin? I cannot bother myself with a worm such as yourself. There is a world to be conquered!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nether_drake SAY_NIHIL_3'), + (-1000172,'No doubt the fools that banished me are long dead. I shall take wing survey my demense. Pray to whatever gods you hold dear that we do not meet again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nether_drake SAY_NIHIL_4'), + (-1000173,'NOOOOooooooo!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nether_drake SAY_NIHIL_INTERRUPT'), + (-1000174,'Good $N, you are under the spell\'s influence. I must analyze it quickly, then we can talk.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'daranelle SAY_SPELL_INFLUENCE'), + (-1000175,'Thank you, mortal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,11,0,' SAY_JUST_EATEN'), + (-1000176,'The last thing I remember is the ship falling and us getting into the pods. I\'ll go see how I can help. Thank you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'draenei_survivor SAY_HEAL1'), + (-1000177,'$C, Where am I? Who are you? Oh no! What happened to the ship?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'draenei_survivor SAY_HEAL2'), + (-1000178,'$C You saved me! I owe you a debt that I can never repay. I\'ll go see if I can help the others.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'draenei_survivor SAY_HEAL3'), + (-1000179,'Ugh... what is this place? Is that all that\'s left of the ship over there?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'draenei_survivor SAY_HEAL4'), + (-1000180,'Oh, the pain...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'draenei_survivor SAY_HELP1'), + (-1000181,'Everything hurts, Please make it stop...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'draenei_survivor SAY_HELP2'), + (-1000182,'Ughhh... I hurt. Can you help me?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'draenei_survivor SAY_HELP3'), + (-1000183,'I don\'t know if I can make it, please help me...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'draenei_survivor SAY_HELP4'), + (-1000184,'Yes Master, all goes along as planned.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'engineer_spark SAY_TEXT'), + (-1000185,'%s puts the shell to his ear.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,7,0,'engineer_spark EMOTE_SHELL'), + (-1000186,'Now I cut you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,7,0,'engineer_spark SAY_ATTACK'), + (-1000187,'Thank you, dear $C, you just saved my life.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'npc_redemption_target SAY_HEAL'), + (-1000188,'Deployment sucessful. Trespassers will be neutralized.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'converted_sentry SAY_CONVERTED_1'), + (-1000189,'Objective acquired. Initiating security routines.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'converted_sentry SAY_CONVERTED_2'), + (-1000190,'In Nagrand, food hunt ogre!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,' SAY_LUMP_0'), + (-1000191,'You taste good with maybe a little salt and pepper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,' SAY_LUMP_1'), + (-1000192,'OK, OK! Lump give up!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,' SAY_LUMP_DEFEAT'), + (-1000194,'I give up! Please don\'t kill me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'unkor SAY_SUBMIT'), + (-1000195,'Thank you again, $N. I\'ll make my way to the road now. When you can, find Terenthis and let him know we escaped.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'volcor SAY_ESCAPE'), + (-1000196,'Belore...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lady_sylvanas SAY_LAMENT_END'), + (-1000197,'%s kneels down and pick up the amulet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,1,16,'lady_sylvanas EMOTE_LAMENT_END'), + (-1000198,'Taste blade, mongrel!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_GUARD_SIL_AGGRO1'), + (-1000199,'Please tell me that you didn\'t just do what I think you just did. Please tell me that I\'m not going to have to hurt you...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_GUARD_SIL_AGGRO2'), + (-1000200,'As if we don\'t have enough problems, you go and create more!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_GUARD_SIL_AGGRO3'), + (-1000201,'I\'m saved! Thank you, doctor!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'injured_patient SAY_DOC1'), + (-1000202,'HOORAY! I AM SAVED!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'injured_patient SAY_DOC2'), + (-1000203,'Sweet, sweet embrace... take me...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'injured_patient SAY_DOC3'), + (-1000204,'%s looks up at you quizzically. Maybe you should inspect it?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'cluck EMOTE_A_HELLO'), + (-1000205,'%s looks at you unexpectadly.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'cluck EMOTE_H_HELLO'), + (-1000206,'%s starts pecking at the feed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'cluck EMOTE_CLUCK_TEXT2'), + (-1000207,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE ME'), + (-1000208,'Frenzyheart kill you if you come back. You no welcome here no more!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'vekjik SAY_TEXTID_VEKJIK1'), + (-1000209,'Very well. Let\'s see what you have to show me, $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'anvilward SAY_ANVIL1'), + (-1000210,'What manner of trick is this, $R? If you seek to ambush me, I warn you I will not go down quietly!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'anvilward SAY_ANVIL2'), + (-1000211,'Warning! %s emergency shutdown process initiated by $N. Shutdown will complete in two minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'manaforge_control EMOTE_START'), + (-1000212,'Emergency shutdown will complete in one minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'manaforge_control EMOTE_60'), + (-1000213,'Emergency shutdown will complete in thirty seconds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'manaforge_control EMOTE_30'), + (-1000214,'Emergency shutdown will complete in ten seconds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'manaforge_control EMOTE_10'), + (-1000215,'Emergency shutdown complete.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'manaforge_control EMOTE_COMPLETE'), + (-1000216,'Emergency shutdown aborted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'manaforge_control EMOTE_ABORT'), + (-1000217,'Greetings, $N. I will guide you through the cavern. Please try and keep up.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_1'), + (-1000218,'We do not know if the Caverns of Time have always been accessible to mortals. Truly, it is impossible to tell as the Timeless One is in perpetual motion, changing our timeways as he sees fit. What you see now may very well not exist tomorrow. You may wake up and have no memory of this place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_2'), + (-1000219,'It is strange, I know... Most mortals cannot actually comprehend what they see here, as often, what they see is not anchored within their own perception of reality.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_3'), + (-1000220,'Follow me, please.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_4'), + (-1000221,'There are only two truths to be found here: First, that time is chaotic, always in flux, and completely malleable and second, perception does not dictate reality.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_5'), + (-1000222,'As custodians of time, we watch over and care for Nozdormu\'s realm. The master is away at the moment, which means that attempts are being made to dramatically alter time. The master never meddles in the affairs of mortals but instead corrects the alterations made to time by others. He is reactionary in this regard.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_6'), + (-1000223,'For normal maintenance of time, the Keepers of Time are sufficient caretakers. We are able to deal with most ordinary disturbances. I speak of little things, such as rogue mages changing something in the past to elevate their status or wealth in the present.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_7'), + (-1000224,'These tunnels that you see are called timeways. They are infinite in number. The ones that currently exist in your reality are what the master has deemed as \'trouble spots.\' These trouble spots may differ completely in theme but they always share a cause. That is, their existence is a result of the same temporal disturbance. Remember that should you venture inside one...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_8'), + (-1000225,'This timeway is in great disarray! We have agents inside right now attempting to restore order. What information I have indicates that Thrall\'s freedom is in jeopardy. A malevolent organization known as the Infinite Dragonflight is trying to prevent his escape. I fear without outside assistance, all will be lost.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_9'), + (-1000226,'We have very little information on this timeway. Sa\'at has been dispatched and is currently inside. The data we have gathered from his correspondence is that the Infinite Dragonflight are once again attempting to alter time. Could it be that the opening of the Dark Portal is being targeted for sabotage? Let us hope not...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_10'), + (-1000227,'This timeway is currently collapsing. What that may hold for the past, present and future is currently unknown...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_11'), + (-1000228,'The timeways are currently ranked in order from least catastrophic to most catastrophic. Note that they are all classified as catastrophic, meaning that any single one of these timeways collapsing would mean that your world would end. We only classify them in such a way so that the heroes and adventurers that are sent here know which timeway best suits their abilities.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_12'), + (-1000229,'All we know of this timeway is that it leads to Mount Hyjal. The Infinite Dragonflight have gone to great lengths to prevent our involvement. We know next to nothing, mortal. Soridormi is currently attempting to break through the timeway\'s defenses but has thus far been unsuccessful. You might be our only hope of breaking through and resolving the conflict.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_13'), + (-1000230,'Our time is at an end $N. I would wish you luck, if such a thing existed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'WHISPER_CUSTODIAN_14'), + (-1000231,'Ah, $GPriest:Priestess; you came along just in time. I appreciate it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,'garments SAY_COMMON_HEALED'), + (-1000232,'Thank you! Thank you, $GPriest:Priestess;. Now I can take on those gnolls with your power to back me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,4,'garments SAY_DG_KEL_THANKS'), + (-1000233,'Farewell to you, and may shadow always protect you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,3,'garments SAY_DG_KEL_GOODBYE'), + (-1000234,'Follow me, stranger. This won\'t take long.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_KHAD_SERV_0'), + (-1000235,'Shattrath was once the draenei capital of this world. Its name means \"dwelling of light.\"',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_1'), + (-1000236,'When the Burning Legion turned the orcs against the draenei, the fiercest battle was fought here. The draenei fought tooth and nail, but in the end the city fell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_2'), + (-1000237,'The city was left in ruins and darkness... until the Sha\'tar arrived.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_3'), + (-1000238,'Let us go into the Lower City. I will warn you that as one of the only safe havens in Outland, Shattrath has attracted droves of refugees from all wars, current and past.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_4'), + (-1000239,'The Sha\'tar, or \"born from light\" are the naaru that came to Outland to fight the demons of the Burning Legion.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_5'), + (-1000240,'They were drawn to the ruins of Shattrath City where a small remnant of the draenei priesthood conducted its rites inside a ruined temple on this very spot.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_6'), + (-1000241,'The priesthood, known as the Aldor, quickly regained its strength as word spread that the naaru had returned and reconstruction soon began. The ruined temple is now used as an infirmary for injured refugees.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_7'), + (-1000242,'It wouldn\'t be long, however, before the city came under attack once again. This time, the attack came from Illidan\'s armies. A large regiment of blood elves had been sent by Illidan\'s ally, Kael\'thas Sunstrider, to lay waste to the city.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_8'), + (-1000243,'As the regiment of blood elves crossed this very bridge, the Aldor\'s exarchs and vindicators lined up to defend the Terrace of Light. But then the unexpected happened.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_9'), + (-1000244,'The blood elves laid down their weapons in front of the city\'s defenders; their leader, a blood elf elder known as Voren\'thal, stormed into the Terrace of Light and demanded to speak to A\'dal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_10'), + (-1000245,'As the naaru approached him, Voren\'thal kneeled before him and uttered the following words: \"I\'ve seen you in a vision, naaru. My race\'s only hope for survival lies with you. My followers and I are here to serve you.\"',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_11'), + (-1000246,'The defection of Voren\'thal and his followers was the largest loss ever incurred by Kael\'s forces. And these weren\'t just any blood elves. Many of the best and brightest amongst Kael\'s scholars and magisters had been swayed by Voren\'thal\'s influence.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_12'), + (-1000247,'The naaru accepted the defectors, who would become known as the Scryers; their dwelling lies in the platform above. Only those initiated with the Scryers are allowed there.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_13'), + (-1000248,'The Aldor are followers of the Light and forgiveness and redemption are values they understand. However, they found hard to forget the deeds of the blood elves while under Kael\'s command.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_14'), + (-1000249,'Many of the priesthood had been slain by the same magisters who now vowed to serve the naaru. They were not happy to share the city with their former enemies.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_15'), + (-1000250,'The Aldor\'s most holy temple and its surrounding dwellings lie on the terrace above. As a holy site, only the initiated are welcome inside.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_16'), + (-1000251,'The attacks against Shattrath continued, but the city did not fall, as you can see. On the contrary, the naaru known as Xi\'ri led a successful incursion into Shadowmoon Valley - Illidan\'s doorstep.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_17'), + (-1000252,'There he continues to wage war on Illidan with the assistance of the Aldor and the Scryers. The two factions have not given up on their old feuds, though.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_18'), + (-1000253,'Such is their animosity that they vie for the honor of being sent to assist the naaru there. Each day, that decision is made here by A\'dal. The armies gather here to receive A\'dal\'s blessing before heading to Shadowmoon.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_19'), + (-1000254,'Khadgar should be ready to see you again. Just remember that to serve the Sha\'tar you will most likely have to ally with the Aldor or the Scryers. And seeking the favor of one group will cause the others\' dislike.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_20'), + (-1000255,'Good luck stranger, and welcome to Shattrath City.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'SAY_KHAD_SERV_21'), + (-1000256,'Thank you! Thank you, $GPriest:Priestess;. Now I can take on those murlocs with the Light on my side!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,4,'garments SAY_ROBERTS_THANKS'), + (-1000257,'Farewell to you, and may the Light be with you always.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,3,'garments SAY_ROBERTS_GOODBYE'), + (-1000258,'Thank you! Thank you, $GPriest:Priestess;. Now I can take on those humans with your power to back me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,4,'garments SAY_KORJA_THANKS'), + (-1000259,'Farewell to you, and may our ancestors be with you always!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,3,'garments SAY_KORJA_GOODBYE'), + (-1000260,'Thank you! Thank you, $GPriest:Priestess;. Now I can take on those wendigo with the Light on my side!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,4,'garments SAY_DOLF_THANKS'), + (-1000261,'Farewell to you, and may the Light be with you always.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,3,'garments SAY_DOLF_GOODBYE'), + (-1000262,'Thank you! Thank you, $GPriest:Priestess;. Now I can take on those corrupt timberlings with Elune\'s power behind me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,2,4,'garments SAY_SHAYA_THANKS'), + (-1000263,'Farewell to you, and may Elune be with you always.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,2,3,'garments SAY_SHAYA_GOODBYE'), + (-1000264,'Ok, $N. Follow me to the cave where I\'ll attempt to harness the power of the rune stone into these goggles.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'phizzlethorpe SAY_PROGRESS_1'), + (-1000265,'I discovered this cave on our first day here. I believe the energy in the stone can be used to our advantage.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'phizzlethorpe SAY_PROGRESS_2'), + (-1000266,'I\'ll begin drawing energy from the stone. Your job, $N, is to defend me. This place is cursed... trust me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'phizzlethorpe SAY_PROGRESS_3'), + (-1000267,'%s begins tinkering with the goggles before the stone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'phizzlethorpe EMOTE_PROGRESS_4'), + (-1000268,'Help!!! Get these things off me so I can get my work done!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'phizzlethorpe SAY_AGGRO'), + (-1000269,'Almost done! Just a little longer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'phizzlethorpe SAY_PROGRESS_5'), + (-1000270,'I\'ve done it! I have harnessed the power of the stone into the goggles! Let\'s get out of here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'phizzlethorpe SAY_PROGRESS_6'), + (-1000271,'Phew! Glad to be back from that creepy cave.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'phizzlethorpe SAY_PROGRESS_7'), + (-1000272,'%s hands one glowing goggles over to Doctor Draxlegauge.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'phizzlethorpe EMOTE_PROGRESS_8'), + (-1000273,'Doctor Draxlegauge will give you further instructions, $N. Many thanks for your help!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'phizzlethorpe SAY_PROGRESS_9'), + (-1000274,'Time to teach you a lesson in manners, little $Gboy:girl;!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'larry SAY_START'), + (-1000275,'Now I\'m gonna give you to the count of \'3\' to get out of here before I sick the dogs on you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'larry SAY_COUNT'), + (-1000276,'1...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'larry SAY_COUNT_1'), + (-1000277,'2...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'larry SAY_COUNT_2'), + (-1000278,'Time to meet your maker!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'larry SAY_ATTACK_5'), + (-1000279,'Alright, we give up! Don\'t hurt us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'larry SAY_GIVEUP'), + (-1000280,'A shadowy, sinister presence has invaded the Emerald Dream. Its power is poised to spill over into our world, $N. We must oppose it! That\'s why I cannot accompany you in person.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'clintar SAY_START'), + (-1000281,'The Emerald Dream will never be yours!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'clintar SAY_AGGRO_1'), + (-1000282,'Begone from this place!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'clintar SAY_AGGRO_2'), + (-1000283,'That\'s the first relic, but there are still two more. Follow me, $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'clintar SAY_RELIC1'), + (-1000284,'I\'ve recovered the second relic. Take a moment to rest, and then we\'ll continue to the last reliquary.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'clintar SAY_RELIC2'), + (-1000285,'We have all three of the relics, but my energy is rapidly fading. We must make our way back to Dreamwarden Lurosa! He will let you know what to do next.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'clintar SAY_RELIC3'), + (-1000286,'Lurosa, I am entrusting the Relics of Aviana to $N, who will take them to Morthis Whisperwing. I must return completely to the Emerald Dream now. Do not let $N fail!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'clintar SAY_END'), + (-1000287,'Emergency power activated! Initializing ambulanory motor! CLUCK!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'oox SAY_OOX_START'), + (-1000288,'Physical threat detected! Evasive action! CLUCK!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'oox SAY_OOX_AGGRO1'), + (-1000289,'Thread analyzed! Activating combat plan beta! CLUCK!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'oox SAY_OOX_AGGRO2'), + (-1000290,'CLUCK! Sensors detect spatial anomaly - danger imminent! CLUCK!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'oox SAY_OOX_AMBUSH'), + (-1000291,'No one challanges the Wastewander nomads - not even robotic chickens! ATTACK!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'oox SAY_OOX17_AMBUSH_REPLY'), + (-1000292,'Cloaking systems online! CLUCK! Engaging cloak for transport to Booty Bay!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'oox SAY_OOX_END'), + (-1000293,'To the house! Stay close to me, no matter what! I have my gun and ammo there!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'stilwell SAY_DS_START'), + (-1000294,'We showed that one!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'stilwell SAY_DS_DOWN_1'), + (-1000295,'One more down!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'stilwell SAY_DS_DOWN_2'), + (-1000296,'We\'ve done it! We won!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'stilwell SAY_DS_DOWN_3'), + (-1000297,'Meet me down by the orchard--I just need to put my gun away.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'stilwell SAY_DS_PROLOGUE'), + (-1000298,'Alright, alright I think I can figure out how to operate this thing...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wizzlecrank SAY_START'), + (-1000299,'Arrrgh! This isn\'t right!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wizzlecrank SAY_STARTUP1'), + (-1000300,'Okay, I think I\'ve got it, now. Follow me, $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'wizzlecrank SAY_STARTUP2'), + (-1000301,'There\'s the stolen shredder! Stop it or Lugwizzle will have our hides!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'wizzlecrank SAY_MERCENARY'), + (-1000302,'Looks like we\'re out of woods, eh? Wonder what this does...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wizzlecrank SAY_PROGRESS_1'), + (-1000303,'Come on, don\'t break down on me now!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wizzlecrank SAY_PROGRESS_2'), + (-1000304,'That was a close one! Well, let\'s get going, it\'s still a ways to Ratchet!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wizzlecrank SAY_PROGRESS_3'), + (-1000305,'Hmm... I don\'t think this blinking red light is a good thing...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wizzlecrank SAY_END'), + (-1000306,'Let\'s get to the others, and keep an eye open for those wolves cutside...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'erland SAY_START_1'), + (-1000307,'Be careful, $N. Those wolves like to hide among the trees.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'erland SAY_START_2'), + (-1000308,'A $C attacks!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'erland SAY_AGGRO_1'), + (-1000309,'Beware! I am under attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'erland SAY_AGGRO_2'), + (-1000310,'Oh no! A $C is upon us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'erland SAY_AGGRO_3'), + (-1000311,'We\'re almost there!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'erland SAY_PROGRESS'), + (-1000312,'We made it! Thanks, $N. I couldn\'t have gotten without you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'erland SAY_END'), + (-1000313,'It\'s good to see you again, Erland. What is your report?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,33,1,'erland SAY_RANE'), + (-1000314,'Masses of wolves are to the east, and whoever lived at Malden\'s Orchard is gone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'erland SAY_RANE_REPLY'), + (-1000315,'If I am excused, then I\'d like to check on Quinn...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'erland SAY_CHECK_NEXT'), + (-1000316,'Hello, Quinn. How are you faring?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'erland SAY_QUINN'), + (-1000317,'I\'ve been better. Ivar the Foul got the better of me...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,33,1,'erland SAY_QUINN_REPLY'), + (-1000318,'Try to take better care of yourself, Quinn. You were lucky this time.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'erland SAY_BYE'), + (-1000319,'Let the trial begin, Bloodwrath, attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,'kelerun SayId1'), + (-1000320,'Champion Lightrend, make me proud!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,'kelerun SayId2'), + (-1000321,'Show this upstart how a real Blood Knight fights, Swiftblade!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,'kelerun SayId3'), + (-1000322,'Show $n the meaning of pain, Sunstriker!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,1,0,'kelerun SayId4'), + (-1000323,'Mist! I feared I would never see you again! Yes, I am well, do not worry for me. You must rest and recover your health.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'mist SAY_AT_HOME'), + (-1000324,'%s growls in acknowledgement before straightening and making her way off into the forest.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'mist EMOTE_AT_HOME'), + (-1000325,'\"Threshwackonator First Mate unit prepared to follow\"',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'threshwackonator EMOTE_START'), + (-1000326,'YARRR! Swabie, what have ye done?! He\'s gone mad! Baton him down the hatches! Hoist the mast! ARRRR! Every man for hi\'self!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'threshwackonator SAY_AT_CLOSE'), + (-1000327,'Ok, $n, let\'s go find where I left that mysterious fossil. Follow me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_START'), + (-1000328,'Now where did I put that mysterious fossil? Ah, maybe up there...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_RAMP1_1'), + (-1000329,'Hrm, nothing up here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_RAMP1_2'), + (-1000330,'No mysterious fossil here... Ah, but my copy of Green Hills of Stranglethorn. What a good book!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_BOOK'), + (-1000331,'I bet you I left it in the tent!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_TENT1_1'), + (-1000332,'Oh wait, that\'s Hollee\'s tent... and it\'s empty.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_TENT1_2'), + (-1000333,'Interesting... I hadn\'t noticed this earlier...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_MOSS'), + (-1000334,'%s inspects the ancient, mossy stone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,7,0,'remtravel EMOTE_REM_MOSS'), + (-1000335,'Oh wait! I\'m supposed to be looking for that mysterious fossil!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_MOSS_PROGRESS'), + (-1000336,'Nope. didn\'t leave the fossil back here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_PROGRESS'), + (-1000337,'Ah. I remember now! I gave the mysterious fossil to Hollee! Check with her.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_REMEMBER'), + (-1000338,'%s goes back to work, oblivious to everything around him.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,7,0,'remtravel EMOTE_REM_END'), + (-1000339,'Something tells me this $r wants the mysterious fossil too. Help!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'remtravel SAY_REM_AGGRO'), + (-1000340,'%s howls in delight at the sight of his lunch!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kyle EMOTE_SEE_LUNCH'), + (-1000341,'%s eats his lunch.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kyle EMOTE_EAT_LUNCH'), + (-1000342,'%s thanks you with a special dance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kyle EMOTE_DANCE'), + (-1000343,'Is the way clear? Let\'s get out while we can, $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kayra SAY_START'), + (-1000344,'Looks like we won\'t get away so easy. Get ready!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kayra SAY_AMBUSH1'), + (-1000345,'Let\'s keep moving. We\'re not safe here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kayra SAY_PROGRESS'), + (-1000346,'Look out, $N! Enemies ahead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kayra SAY_AMBUSH2'), + (-1000347,'We\'re almost to the refuge! Let\'s go.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kayra SAY_END'), + (-1000348,'Ah...the wondrous sound of kodos. I love the way they make the ground shake... inspect the beast for me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kodo round SAY_SMEED_HOME_1'), + (-1000349,'Hey, look out with that kodo! You had better inspect that beast before i give you credit!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kodo round SAY_SMEED_HOME_2'), + (-1000350,'That kodo sure is a beauty. Wait a minute, where are my bifocals? Perhaps you should inspect the beast for me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kodo round SAY_SMEED_HOME_3'), + (-1000351,'You, there! Hand over that moonstone and nobody gets hurt!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'sprysprocket SAY_START'), + (-1000352,'%s takes the Southfury moonstone and escapes into the river. Follow her!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'sprysprocket EMOTE_START'), + (-1000353,'Just chill!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'sprysprocket SAY_WHISPER_CHILL'), + (-1000354,'Stupid grenade picked a fine time to backfire! So much for high quality goblin engineering!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'sprysprocket SAY_GRENADE_FAIL'), + (-1000355,'All right, you win! I surrender! Just don\'t hurt me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'sprysprocket SAY_END'), + (-1000356,'Okay, okay... gimme a minute to rest now. You gone and beat me up good.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,14,'calvin SAY_COMPLETE'), + (-1000357,'Let\'s go before they find out I\'m free!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'KAYA_SAY_START'), + (-1000358,'Look out! We\'re under attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'KAYA_AMBUSH'), + (-1000359,'Thank you for helping me. I know my way back from here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'KAYA_END'), + (-1000360,'The strands of LIFE have been severed! The Dreamers must be avenged!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,' ysondre SAY_AGGRO'), + (-1000361,'Come forth, ye Dreamers - and claim your vengeance!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,' ysondre SAY_SUMMONDRUIDS'), + (-1000362,'Let\'s go $N. I am ready to reach Whitereach Post.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'paoka SAY_START'), + (-1000363,'Now this looks familiar. If we keep heading east, I think we can... Ahh, Wyvern on the attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'paoka SAY_WYVERN'), + (-1000364,'Thanks a bunch... I can find my way back to Whitereach Post from here. Be sure to talk with Motega Firemane; perhaps you can keep him from sending me home.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'paoka SAY_COMPLETE'), + (-1000365,'Be on guard... Arnak has some strange power over the Grimtotem... they will not be happy to see me escape.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lakota SAY_LAKO_START'), + (-1000366,'Look out, the Grimtotem are upon us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lakota SAY_LAKO_LOOK_OUT'), + (-1000367,'Here they come.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lakota SAY_LAKO_HERE_COME'), + (-1000368,'More Grimtotems are coming this way!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lakota SAY_LAKO_MORE'), + (-1000369,'Finally, free at last... I must be going now, thanks for helping me escape. I can get back to Freewind Post by myself.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'lakota SAY_LAKO_END'), + (-1000370,'Stay close, $n. I\'ll need all the help I can get to break out of here. Let\'s go!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'gilthares SAY_GIL_START'), + (-1000371,'At last! Free from Northwatch Hold! I need a moment to catch my breath...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,5,'gilthares SAY_GIL_AT_LAST'), + (-1000372,'Now i feel better. Let\'s get back to Ratchet. Come on, $n.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,23,'gilthares SAY_GIL_PROCEED'), + (-1000373,'Looks like the Southsea Freeboters are heavily entrenched on the coast. This could get rough.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,25,'gilthares SAY_GIL_FREEBOOTERS'), + (-1000374,'Help! $C attacking!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'gilthares SAY_GIL_AGGRO_1'), + (-1000375,'$C heading this way fast! Time for revenge!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'gilthares SAY_GIL_AGGRO_2'), + (-1000376,'$C coming right at us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'gilthares SAY_GIL_AGGRO_3'), + (-1000377,'Get this $C off of me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'gilthares SAY_GIL_AGGRO_4'), + (-1000378,'Almost back to Ratchet! Let\'s keep up the pace...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'gilthares SAY_GIL_ALMOST'), + (-1000379,'Ah, the sweet salt air of Ratchet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'gilthares SAY_GIL_SWEET'), + (-1000380,'Captain Brightsun, $N here has freed me! $N, i am certain the Captain will reward your bravery.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,66,'gilthares SAY_GIL_FREED'), + (-1000381,'I sense the tortured spirits, $n. They are this way, come quickly!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'wilda SAY_WIL_START'), + (-1000382,'Watch out!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_AGGRO1'), + (-1000383,'Naga attackers! Defend yourself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_AGGRO2'), + (-1000384,'Grant me protection $n, i must break trough their foul magic!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_PROGRESS1'), + (-1000385,'The naga of Coilskar are exceptionally cruel to their prisoners. It is a miracle that I survived inside that watery prison for as long as I did. Earthmother be praised.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_PROGRESS2'), + (-1000386,'Now we must find the exit.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_FIND_EXIT'), + (-1000387,'Lady Vashj must answer for these atrocities. She must be brought to justice!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_PROGRESS4'), + (-1000388,'The tumultuous nature of the great waterways of Azeroth and Draenor are a direct result of tormented water spirits.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_PROGRESS5'), + (-1000389,'It shouldn\'t be much further, $n. The exit is just up ahead.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_JUST_AHEAD'), + (-1000390,'Thank you, $n. Please return to my brethren at the Altar of Damnation, near the Hand of Gul\'dan, and tell them that Wilda is safe. May the Earthmother watch over you...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'wilda SAY_WIL_END'), + (-1000391,'I\'m Thirsty.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tooga SAY_TOOG_THIRST'), + (-1000392,'Torta must be so worried.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tooga SAY_TOOG_WORRIED'), + (-1000393,'Torta, my love! I have returned at long last.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tooga SAY_TOOG_POST_1'), + (-1000394,'You have any idea how long I\'ve been waiting here? And where\'s dinner? All that time gone and nothing to show for it?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tooga SAY_TORT_POST_2'), + (-1000395,'My dearest Torta. I have been gone for so long. Finally we are reunited. At long last our love can blossom again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tooga SAY_TOOG_POST_3'), + (-1000396,'Enough with the rambling. I am starving! Now, get your dusty shell into that ocean and bring momma some grub.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tooga SAY_TORT_POST_4'), + (-1000397,'Yes Torta. Whatever your heart desires...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tooga SAY_TOOG_POST_5'), + (-1000398,'And try not to get lost this time...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tooga SAY_TORT_POST_6'), + (-1000399,'Peace is but a fleeting dream! Let the NIGHTMARE reign!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'taerar SAY_AGGRO'), + (-1000400,'Children of Madness - I release you upon this world!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'taerar SAY_SUMMONSHADE'), + (-1000401,'Hope is a DISEASE of the soul! This land shall wither and die!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'emeriss SAY_AGGRO'), + (-1000402,'Taste your world\'s corruption!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'emeriss SAY_CASTCORRUPTION'), + (-1000403,'Rin\'ji is free!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_RIN_FREE'), + (-1000404,'Attack my sisters! The troll must not escape!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_RIN_BY_OUTRUNNER'), + (-1000405,'Rin\'ji needs help!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'SAY_RIN_HELP_1'), + (-1000406,'Rin\'ji is being attacked!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'SAY_RIN_HELP_2'), + (-1000407,'Rin\'ji can see road now, $n. Rin\'ji knows the way home.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'SAY_RIN_COMPLETE'), + (-1000408,'Rin\'ji will tell you secret now... $n, should go to the Overlook Cliffs. Rin\'ji hid something on island there',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'SAY_RIN_PROGRESS_1'), + (-1000409,'You find it, you keep it! Don\'t tell no one that Rin\'ji talked to you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'SAY_RIN_PROGRESS_2'), + (-1000410,'Here they come! Defend yourself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,5,'kanati SAY_KAN_START'), + (-1000411,'Why don\'t we deal with you now, Hendel? Lady Proudmoore will speak for you back in the tower.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'hendel SAY_PROGRESS_1_TER'), + (-1000412,'Please... please... Miss Proudmore. I didn\'t mean to...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'hendel SAY_PROGRESS_2_HEN'), + (-1000413,'I apologize for taking so long to get here. I wanted Lady Proudmoore to be present also.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'hendel SAY_PROGRESS_3_TER'), + (-1000414,'We can only stay a few moments before returning to the tower. If you wish to speak to us more you may find us there.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,0,'hendel SAY_PROGRESS_4_TER'), + (-1000415,'%s, too injured, gives up the chase.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'hendel EMOTE_SURRENDER'), + (-1000416,'Well, I\'m not sure how far I\'ll make it in this state... I\'m feeling kind of faint...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_RIN_START_1'), + (-1000417,'Remember, if I faint again, the water that Spraggle gave you will revive me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_RIN_START_2'), + (-1000418,'The heat... I can\'t take it...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_FAINT_1'), + (-1000419,'Maybe... you could carry me?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_FAINT_2'), + (-1000420,'Uuuuuuggggghhhhh....',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_FAINT_3'), + (-1000421,'I\'m not feeling so well...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_FAINT_4'), + (-1000422,'Where... Where am I?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_WAKE_1'), + (-1000423,'I am feeling a little better now, thank you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_WAKE_2'), + (-1000424,'Yes, I must go on.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_WAKE_3'), + (-1000425,'How am I feeling? Quite soaked, thank you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_WAKE_4'), + (-1000426,'Spraggle! I didn\'t think I\'d make it back!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_RIN_END_1'), + (-1000427,'Ringo! You\'re okay!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_SPR_END_2'), + (-1000428,'Oh... I\'m feeling faint...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_RIN_END_3'), + (-1000429,'%s collapses onto the ground.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'ringo EMOTE_RIN_END_4'), + (-1000430,'%s stands up after a short pause.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'ringo EMOTE_RIN_END_5'), + (-1000431,'Ugh.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_RIN_END_6'), + (-1000432,'Ringo? Wake up! Don\'t worry, I\'ll take care of you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ringo SAY_SPR_END_7'), + (-1000433,'%s fades away after a long pause.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'ringo EMOTE_RIN_END_8'), + (-1000434,'Liladris has been waiting for me at Maestra\'s Post, so we should make haste, $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kerlonian SAY_KER_START'), + (-1000435,'%s looks very sleepy...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kerlonian EMOTE_KER_SLEEP_1'), + (-1000436,'%s suddenly falls asleep',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kerlonian EMOTE_KER_SLEEP_2'), + (-1000437,'%s begins to drift off...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kerlonian EMOTE_KER_SLEEP_3'), + (-1000438,'This looks like the perfect place for a nap...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kerlonian SAY_KER_SLEEP_1'), + (-1000439,'Yaaaaawwwwwnnnn...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kerlonian SAY_KER_SLEEP_2'), + (-1000440,'Oh, I am so tired...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kerlonian SAY_KER_SLEEP_3'), + (-1000441,'You don\'t mind if I stop here for a moment, do you?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kerlonian SAY_KER_SLEEP_4'), + (-1000442,'Be on the alert! The Blackwood furbolgs are numerous in the area...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kerlonian SAY_KER_ALERT_1'), + (-1000443,'It\'s quiet... Too quiet...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kerlonian SAY_KER_ALERT_2'), + (-1000444,'Oh, I can see Liladris from here... Tell her I\'m here, won\'t you?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kerlonian SAY_KER_END'), + (-1000445,'%s wakes up!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kerlonian EMOTE_KER_AWAKEN'), + (-1000446,'A-Me good. Good, A-Me. Follow... follow A-Me. Home. A-Me go home.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ame01 SAY_AME_START'), + (-1000447,'Good... good, A-Me. A-Me good. Home. Find home.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ame01 SAY_AME_PROGRESS'), + (-1000448,'A-Me home! A-Me good! Good A-Me. Home. Home. Home.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ame01 SAY_AME_END'), + (-1000449,'$c, no hurt A-Me. A-Me good.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ame01 SAY_AME_AGGRO1'), + (-1000450,'Danger. Danger! $c try hurt A-Me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ame01 SAY_AME_AGGRO2'), + (-1000451,'Bad, $c. $c, bad!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ame01 SAY_AME_AGGRO3'), + (-1000452,'I noticed some fire on that island over there. A human, too. Let\'s go check it out, $n.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'ogron SAY_OGR_START'), + (-1000453,'That\'s Reethe alright. Let\'s go see what he has to say, yeah?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'ogron SAY_OGR_SPOT'), + (-1000454,'W-what do you want? Just leave me alone...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,'ogron SAY_OGR_RET_WHAT'), + (-1000455,'I swear. I didn\'t steal anything from you! Here, take some of my supplies, just go away!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,27,'ogron SAY_OGR_RET_SWEAR'), + (-1000456,'Just tell us what you know about the Shady Rest Inn, and I won\'t bash your skull in.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'ogron SAY_OGR_REPLY_RET'), + (-1000457,'I... Well, I may of taken a little thing or two from the inn... but what would an ogre care about that?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,'ogron SAY_OGR_RET_TAKEN'), + (-1000458,'Look here, if you don\'t tell me about the fire--',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'ogron SAY_OGR_TELL_FIRE'), + (-1000459,'Not one step closer, ogre!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,27,'ogron SAY_OGR_RET_NOCLOSER'), + (-1000460,'And I don\'t know anything about this fire of yours...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ogron SAY_OGR_RET_NOFIRE'), + (-1000461,'What was that? Did you hear something?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ogron SAY_OGR_RET_HEAR'), + (-1000462,'Paval Reethe! Found you at last. And consorting with ogres now? No fear, even deserters and traitors are afforded some mercy.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ogron SAY_OGR_CAL_FOUND'), + (-1000463,'Private, show Lieutenant Reethe some mercy.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,29,'ogron SAY_OGR_CAL_MERCY'), + (-1000464,'Gladly, sir.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ogron SAY_OGR_HALL_GLAD'), + (-1000465,'%s staggers backwards as the arrow lodges itself deeply in his chest.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'ogron EMOTE_OGR_RET_ARROW'), + (-1000466,'Ugh... Hallan, didn\'t think you had it in you...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,34,'ogron SAY_OGR_RET_ARROW'), + (-1000467,'Now, let\'s clean up the rest of the trash, men!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ogron SAY_OGR_CAL_CLEANUP'), + (-1000468,'Damn it! You\'d better not die on me, human!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'ogron SAY_OGR_NODIE'), + (-1000469,'Still with us, Reethe?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'ogron SAY_OGR_SURVIVE'), + (-1000470,'Must be your lucky day. Alright, I\'ll talk. Just leave me alone. Look, you\'re not going to believe me, but it wa... oh, Light, looks like the girl could shoot...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ogron SAY_OGR_RET_LUCKY'), + (-1000471,'By the way, thanks for watching my back.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'ogron SAY_OGR_THANKS'), + (-1000472,'1...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'mana bomb SAY_COUNT_1'), + (-1000473,'2...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'mana bomb SAY_COUNT_2'), + (-1000474,'3...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'mana bomb SAY_COUNT_3'), + (-1000475,'4...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'mana bomb SAY_COUNT_4'), + (-1000476,'5...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'mana bomb SAY_COUNT_5'), + (-1000477,'Let us leave this place. I\'ve had enough of these madmen!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'akuno SAY_AKU_START'), + (-1000478,'You\'ll go nowhere, fool!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'akuno SAY_AKU_AMBUSH_A'), + (-1000479,'Beware! More cultists come!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'akuno SAY_AKU_AMBUSH_B'), + (-1000480,'You will not escape us so easily!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'akuno SAY_AKU_AMBUSH_B_REPLY'), + (-1000481,'I can find my way from here. My friend Mekeda will reward you for your kind actions.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'akuno SAY_AKU_COMPLETE'), + (-1000482,'Look out!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maghar captive SAY_MAG_START'), + (-1000483,'Don\'t let them escape! Kill the strong one first!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maghar captive SAY_MAG_NO_ESCAPE'), + (-1000484,'More of them coming! Watch out!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maghar captive SAY_MAG_MORE'), + (-1000485,'Where do you think you\'re going? Kill them all!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maghar captive SAY_MAG_MORE_REPLY'), + (-1000486,'Ride the lightning, filth!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maghar captive SAY_MAG_LIGHTNING'), + (-1000487,'FROST SHOCK!!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maghar captive SAY_MAG_SHOCK'), + (-1000488,'It is best that we split up now, in case they send more after us. Hopefully one of us will make it back to Garrosh. Farewell stranger.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maghar captive SAY_MAG_COMPLETE'), + (-1000489,'Show our guest around Shattrath, will you? Keep an eye out for pickpockets in the lower city.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_KHAD_START'), + (-1000490,'A newcomer to Shattrath! Make sure to drop by later. We can always use a hand with the injured.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_KHAD_INJURED'), + (-1000491,'Be mindful of what you say, this one\'s being shown around by Khadgar\'s pet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_KHAD_MIND_YOU'), + (-1000492,'Are you joking? I\'m a Scryer, I always watch what i say. More enemies than allies in this city, it seems.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_KHAD_MIND_ALWAYS'), + (-1000493,'Light be with you, $n. And welcome to Shattrath.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_KHAD_ALDOR_GREET'), + (-1000494,'We\'re rather selective of who we befriend, $n. You think you have what it takes?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_KHAD_SCRYER_GREET'), + (-1000495,'Khadgar himself is showing you around? You must have made a good impression, $n.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_KHAD_HAGGARD'), + (-1000496,'%s lifts its head into the air, as if listening for something.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'ancestral wolf EMOTE_WOLF_LIFT_HEAD'), + (-1000497,'%s lets out a howl that rings across the mountains to the north and motions for you to follow.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'ancestral wolf EMOTE_WOLF_HOWL'), + (-1000498,'Welcome, kind spirit. What has brought you to us?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ancestral wolf SAY_WOLF_WELCOME'), + (-1000499,'Puny $r wanna fight %s? Me beat you! Me boss here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'morokk SAY_MOR_CHALLENGE'), + (-1000500,'Me scared! Me run now!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'morokk SAY_MOR_SCARED'), + (-1000501,'Are you sure that you are ready? If we do not have a group of your allies to aid us, we will surely fail.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_START1'), + (-1000502,'This will be a though fight, $n. Follow me closely.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_START2'), + (-1000503,'This is the brazier, $n. Put it out. Vorsha is a beast, worthy of praise from no one!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_BRAZIER'), + (-1000504,'Now we must wait. It won\'t be long before the naga realize what we have done.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_BRAZIER_WAIT'), + (-1000505,'Be on your guard, $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_ON_GUARD'), + (-1000506,'Perhaps we will get a moment to rest. But i will not give up until we have faced off against Vorsha!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_REST'), + (-1000507,'We have done it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_DONE'), + (-1000508,'You have my deepest gratitude. I thank you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_GRATITUDE'), + (-1000509,'I am going to patrol the area for a while longer and ensure that things are truly safe.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_PATROL'), + (-1000510,'Please return to Zoram\'gar and report our success to the Warsong runner.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'muglash SAY_MUG_RETURN'), + (-1000511,'Aright, listen up! Form a circle around me and move out!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_START'), + (-1000512,'Aright, $r, just keep us safe from harm while we work. We\'ll pay you when we return.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_KEEP_SAFE'), + (-1000513,'The dig site is just north of here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_NORTH'), + (-1000514,'We\'re here! Start diggin\'!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_ARRIVE'), + (-1000515,'I think there\'s somethin\' buried here, beneath the sand!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_BURIED'), + (-1000516,'Almost got it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_ALMOST'), + (-1000517,'By brann\'s brittle bananas! What is it!? It... It looks like a drum.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_DRUM'), + (-1000518,'Wow... a drum.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_DRUM_REPLY'), + (-1000519,'This discovery will surely rock the foundation of modern archaeology.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_DISCOVERY'), + (-1000520,'Yea, great. Can we leave now? This desert is giving me hives.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_DISCOVERY_REPLY'), + (-1000521,'Have ye gone mad? You expect me to leave behind a drum without first beatin\' on it? Not this son of Ironforge! No sir!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_NO_LEAVE'), + (-1000522,'This reminds me of that one time where you made us search Silithus for evidence of sand gnomes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_NO_LEAVE_REPLY1'), + (-1000523,'Or that time when you told us that you\'d discovered the cure for the plague of the 20th century. What is that even? 20th century?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_NO_LEAVE_REPLY2'), + (-1000524,'I don\'t think it can top the one time where he told us that he\'d heard that Artha\'s \"cousin\'s\" skeleton was frozen beneath a glacier in Winterspring. I\'ll never forgive you for that one, Letoll. I mean honestly... Artha\'s cousin?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_NO_LEAVE_REPLY3'), + (-1000525,'I dunno. It can\'t possibly beat the time he tried to convince us that we\'re all actually a figment of some being\'s imagination and that they only use us for their own personal amusement. That went over well during dinner with the family.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_NO_LEAVE_REPLY4'), + (-1000526,'Shut yer yaps! I\'m gonna bang on this drum and that\'s that!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_SHUT'), + (-1000527,'Say, do you guys hear that?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_REPLY_HEAR'), + (-1000528,'IN YOUR FACE! I told you there was somethin\' here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_IN_YOUR_FACE'), + (-1000529,'Don\'t just stand there! Help him out!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_HELP_HIM'), + (-1000530,'%s picks up the drum.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'letoll EMOTE_LE_PICK_UP'), + (-1000531,'You\'ve been a tremendous help, $r! Let\'s get out of here before more of those things show up! I\'ll let Dwarfowitz know you did the job asked of ya\' admirably.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'letoll SAY_LE_THANKS'), + (-1000532,'At your command, my liege...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'torloth TORLOTH_DIALOGUE1'), + (-1000533,'As you desire, Lord Illidan.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'torloth TORLOTH_DIALOGUE2'), + (-1000534,'Yes, Lord Illidan, I would sacrifice to you this magnificent physique. On this day you will fall - another victim of Torloth...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'torloth TORLOTH_DIALOGUE3'), + (-1000535,'Destroy them, Torloth. Let lose their blood like a river upon this hallowed ground.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'lordillidan ILLIDAN_DIALOGUE'), + (-1000536,'What manner of fool dares stand before Illidan Stormrage? Soldiers, destroy these insects!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'lordillidan ILLIDAN_SUMMON1'), + (-1000537,'You are no challenge for the Crimson Sigil. Mind breakers, end this nonsense.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'lordillidan ILLIDAN_SUMMON2'), + (-1000538,'Run while you still can. The highlords come soon...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'lordillidan ILLIDAN_SUMMON3'), + (-1000539,'Torloth your master calls!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'lordillidan ILLIDAN_SUMMON4'), + (-1000540,'So you have defeated the Crimson Sigil. You now seek to challenge my rule? Not even Arthas could defeat me, yet you dare to even harbor such thoughts? Then I say to you, come! Come $N! The Black Temple awaits...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'lordillidan EVENT_COMPLETED'), + (-1000541,'%s jumps into the moonwell and goes underwater...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kitten EMOTE_SAB_JUMP'), + (-1000542,'%s follows $n obediertly.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kitten EMOTE_SAB_FOLLOW'), + (-1000543,'Why have you come here, outsider? You will only find pain! Our fate will be yours...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'restless app SAY_RAND_1'), + (-1000544,'It was ... terrible... the demon...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'restless app SAY_RAND_2'), + (-1000545,'The darkness... the corruption... they came too quickly for anyone to know...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'restless app SAY_RAND_3'), + (-1000546,'The darkness will consume all... all the living...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'restless app SAY_RAND_4'), + (-1000547,'It is too late for us, living one. Take yourself and your friend away from here before you both are... claimed...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'restless app SAY_RAND_5'), + (-1000548,'It is too late for Jarl... its hold is too strong...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'restless app SAY_RAND_6'), + (-1000549,'Go away, whoever you are! Witch Hill is mine... mine!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'restless app SAY_RAND_7'), + (-1000550,'The manor... someone else... will soon be consumed...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'restless app SAY_RAND_8'), + (-1000553,'Be ready, $N. I hear the council returning. Prepare to ambush!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'deathstalker_faerleia SAY_START'), + (-1000554,'Well done. A blow to Arugal no doubt!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'deathstalker_faerleia SAY_END'), + (-1000561,'My wounds are grave. Forgive my slow pace but my injuries won\'t allow me to walk any faster.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_CORPORAL_KEESHAN_1'), + (-1000562,'Ah, fresh air, at last! I need a moment to rest.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_CORPORAL_KEESHAN_2'), + (-1000563,'The Blackrock infestation is thick in these parts. I will do my best to keep the pace. Let\'s go!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_CORPORAL_KEESHAN_3'), + (-1000564,'Marshal Marris, sir. Corporal Keeshan of the 12th Sabre Regiment returned from battle and reporting for duty!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_CORPORAL_KEESHAN_4'), + (-1000565,'Brave adventurer, thank you for rescuing me! I am sure Marshal Marris will reward your kind deed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_CORPORAL_KEESHAN_5'), + (-1000566,'Stand back! Stand clear! The infernal will need to be given a wide berth!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_NIBY_1'), + (-1000567,'BOW DOWN TO THE ALMIGHTY! BOW DOWN BEFORE MY INFERNAL DESTRO... chicken?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_NIBY_2'), + (-1000568,'%s rolls on the floor laughing.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_IMPSY_1'), + (-1000569,'Niby, you\' re an idiot.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_IMPSY_1'), + (-1000570,'Silence, servant! Vengeance will be mine! Death to Stormwind! Death by chicken!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_NIBY_3'), + (-1000571,'Help! I\'ve only one hand to defend myself with.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_MIRAN_1'), + (-1000572,'Feel the power of the Dark Iron Dwarves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_DARK_IRON_DWARF'), + (-1000573,'Send them on! I\'m not afraid of some scrawny beasts!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_MIRAN_2'), + (-1000574,'Ah, here at last! It\'s going to feel so good to get rid of these barrels.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_MIRAN_3'), + (-1000579,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE ME'), + (-1000582,'Help! Please, You must help me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Galen - periodic say'), + (-1000583,'Let us leave this place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Galen - quest accepted'), + (-1000584,'Look out! The $c attacks!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Galen - aggro 1'), + (-1000585,'Help! I\'m under attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Galen - aggro 2'), + (-1000586,'Thank you $N. I will remember you always. You can find my strongbox in my camp, north of Stonard.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Galen - quest complete'), + (-1000587,'%s whispers to $N the secret to opening his strongbox.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Galen - emote whisper'), + (-1000588,'%s disappears into the swamp.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Galen - emote disapper'), + (-1000589,'Kroshius live? Kroshius crush!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'SAY_KROSHIUS_REVIVE'), + (-1000590,'Woot!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Captive Child SAY_THANKS_1'), + (-1000591,'I think those weird bird guys were going to eat us. Gross!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Captive Child SAY_THANKS_2'), + (-1000592,'Yay! We\'re free!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Captive Child SAY_THANKS_3'), + (-1000593,'Gross!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Captive Child SAY_THANKS_4'), + (-1000603,'Do not test me, scurvy dog! I\'m trained in the way of the Blood Knights!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'silvermoon harry SAY_AGGRO'), + (-1000604,'I\'ll pay! I\'ll pay! Eeeek! Please don\'t hurt me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'silvermoon harry SAY_BEATEN'), + (-1000615,'Use my shinies...make weather good again...make undead things go away.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'mosswalker victim SAY_DIE_1'), + (-1000616,'We gave shinies to shrine... we not greedy... why this happen?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'mosswalker victim SAY_DIE_2'), + (-1000617,'I do something bad? I sorry....',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'mosswalker victim SAY_DIE_3'), + (-1000618,'We not do anything... to them... I no understand.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'mosswalker victim SAY_DIE_4'), + (-1000619,'Thank...you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'mosswalker victim SAY_DIE_5'), + (-1000620,'Please take... my shinies. All done...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'mosswalker victim SAY_DIE_6'), + (-1000621,'All systems on-line. Prepare yourself, we leave shortly.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maxx SAY_START'), + (-1000622,'Be careful in there and come back in one piece!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maxx SAY_ALLEY_FAREWELL'), + (-1000623,'Proceed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maxx SAY_CONTINUE'), + (-1000624,'You\'re back! Were you able to get all of the machines?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'maxx SAY_ALLEY_FINISH'), + (-1000625,'%s gathers the warp chaser\'s blood.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'zeppit EMOTE_GATHER_BLOOD'), + (-1000628,'%s feeds on the freshly-killed warp chaser.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'hungry ray EMOTE_FEED'), + (-1000629,' Damsel in distress over here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isla starmane - SAY_ISLA_PERIODIC_1'), + (-1000630,'Hello? Help?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isla starmane - SAY_ISLA_PERIODIC_2'), + (-1000631,'Don\'t leave me in here! Cause if you do I will find you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isla starmane - SAY_ISLA_PERIODIC_3'), + (-1000632,'Ok, let\'s get out of here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isla starmane - SAY_ISLA_START'), + (-1000633,'You sure you\'re ready? Take a moment.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isla starmane - SAY_ISLA_WAITING'), + (-1000634,'Alright, let\'s do this!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isla starmane - SAY_ISLA_LEAVE_BUILDING'), + (-1000644,'Ouch! That\'s it, I quit the target business!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_LUCKY_HIT_1'), + (-1000645,'My ear! You grazed my ear!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_LUCKY_HIT_2'), + (-1000646,'Not the \'stache! Now I\'m asymmetrical!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'SAY_LUCKY_HIT_3'), + (-1000647,'Good shot!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,'SAY_LUCKY_HIT_APPLE'), + (-1000648,'Stop whining. You\'ve still got your luck.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_DROSTAN_GOT_LUCKY_1'), + (-1000649,'Bah, it\'s an improvement.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,11,'SAY_DROSTAN_GOT_LUCKY_2'), + (-1000650,'Calm down lad, it\'s just a birdshot!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_DROSTAN_HIT_BIRD_1'), + (-1000651,'The only thing hurt is your pride, lad! Buck up!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_DROSTAN_HIT_BIRD_2'), + (-1000652,'Me so hungry! YUM!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,71,'dragonmaw peon SAY_PEON_1'), + (-1000653,'Hey... me not feel so good.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dragonmaw peon SAY_PEON_2'), + (-1000654,'You is bad orc... baaad... or... argh!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dragonmaw peon SAY_PEON_3'), + (-1000655,'Time for eating!?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,71,'dragonmaw peon SAY_PEON_4'), + (-1000656,'It put the mutton in the stomach!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,71,'dragonmaw peon SAY_PEON_5'), + (-1000666,'I can sense the SHADOW on your hearts. There can be no rest for the wicked!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'lethon SAY_LETHON_AGGRO'), + (-1000667,'Your wicked souls shall feed my power!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'lethon SAY_LETHON_SHADE'), + (-1000668,'%s releases the last of its energies into the nearby runestone, successfully reactivating it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'infused crystal SAY_DEFENSE_FINISH'), + (-1000669,'We will locate the origin of the Nightmare through the fragments you collected, $N. From there, we will pull Eranikus through a rift in the Dream. Steel yourself, $C. We are inviting the embodiment of the Nightmare into our world.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'remulos SAY_REMULOS_INTRO_1'), + (-1000670,'To Nighthaven! Keep your army close, champion. ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'remulos SAY_REMULOS_INTRO_2'), + (-1000671,'The rift will be opened there, above the Lake Elun\'ara. Prepare yourself, $N. Eranikus entry into our world will be wrought with chaos and strife.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'remulos SAY_REMULOS_INTRO_3'), + (-1000672,'He will stop at nothing to get to Malfurion\'s physical manifistation. That must not happen... We must keep the beast occupied long enough for Tyrande to arrive.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'remulos SAY_REMULOS_INTRO_4'), + (-1000673,'Defend Nightaven, hero...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'remulos SAY_REMULOS_INTRO_5'), + (-1000674,'%s has entered our world',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'eranikus EMOTE_SUMMON_ERANIKUS'), + (-1000675,'Pitful predictable mortals... You know not what you have done! The master\'s will fulfilled. The Moonglade shall be destroyed and Malfurion along with it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_SPAWN'), + (-1000676,'Fiend! Face the might of Cenarius!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'remulos SAY_REMULOS_TAUNT_1'), + (-1000677,'%s lets loose a sinister laugh.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'eranikus EMOTE_ERANIKUS_LAUGH'), + (-1000678,'You are certanly not your father, insect. Should it interest me, I would crush you with but a swipe of my claws. Turn Shan\'do Stormrage over to me and your pitiful life will be spared along with the lives of your people.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_TAUNT_2'), + (-1000679,'Who is the predictable one, beast? Surely you did not think that we would summon you on top of Malfurion? Your redemption comes, Eranikus. You will be cleansed of this madness - this corruption.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'remulos SAY_REMULOS_TAUNT_3'), + (-1000680,'My redemption? You are bold, little one. My redemption comes by the will of my god.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_TAUNT_4'), + (-1000681,'%s roars furiously.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'eranikus EMOTE_ERANIKUS_ATTACK'), + (-1000682,'Hurry, $N! We must find protective cover!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'remulos SAY_REMULOS_DEFEND_1'), + (-1000683,'Please, champion, protect our people.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'remulos SAY_REMULOS_DEFEND_2'), + (-1000684,'Rise, servants of the Nightmare! Rise and destroy this world! Let there be no survivors...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_SHADOWS'), + (-1000685,'We will battle these fiends, together! Nighthaven\'s Defenders are also among us. They will fight to the death if asked. Now, quickly, we must drive these aberations back to the Nightmare. Destroy them all!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'remulos SAY_REMULOS_DEFEND_3'), + (-1000686,'Where is your savior? How long can you hold out against my attacks?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_ATTACK_1'), + (-1000687,'Defeated my minions? Then face me, mortals!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_ATTACK_2'), + (-1000688,'Remulos, look how easy they fall before me? You can stop this, fool. Turn the druid over to me and it will all be over...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_ATTACK_3'), + (-1000689,'Elune, hear my prayers. Grant us serenity! Watch over our fallen...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'tyrande SAY_TYRANDE_APPEAR'), + (-1000690,'Tend to the injuries of the wounded, sisters!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tyrande SAY_TYRANDE_HEAL'), + (-1000691,'Seek absolution, Eranikus. All will be forgiven...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'tyrande SAY_TYRANDE_FORGIVEN_1'), + (-1000692,'You will be forgiven, Eranikus. Elune will always love you. Break free of the bonds that command you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'tyrande SAY_TYRANDE_FORGIVEN_2'), + (-1000693,'The grasp of the Old Gods is unmoving. He is consumed by their dark thoughts... I... I... I cannot... cannot channel much longer... Elune aide me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tyrande SAY_TYRANDE_FORGIVEN_3'), + (-1000694,'IT BURNS! THE PAIN.. SEARING...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_DEFEAT_1'), + (-1000695,'WHY? Why did this happen to... to me? Where were you Tyrande? Where were you when I fell from the grace of Elune?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_DEFEAT_2'), + (-1000696,'I... I feel... I feel the touch of Elune upon my being once more... She smiles upon me... Yes... I...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'eranikus SAY_ERANIKUS_DEFEAT_3'), + (-1000697,'%s is wholly consumed by the Light of Elune. Tranquility sets in over the Moonglade',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'eranikus EMOTE_ERANIKUS_REDEEM'), + (-1000698,'%s falls to one knee.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'tyrande EMOTE_TYRANDE_KNEEL'), + (-1000699,'Praise be to Elune... Eranikus is redeemed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'tyrande SAY_TYRANDE_REDEEMED'), + (-1000700,'For so long, I was lost... The Nightmare\'s corruption had consumed me... And now, you... all of you.. you have saved me. Released me from its grasp.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'eranikus SAY_REDEEMED_1'), + (-1000701,'But... Malfurion, Cenarius, Ysera... They still fight. They need me. I must return to the Dream at once.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'eranikus SAY_REDEEMED_2'), + (-1000702,'My lady, I am unworthy of your prayer. Truly, you are an angel of light. Please, assist me in returning to the barrow den so that I may return to the Dream. I like Malfurion, also have a love awaiting me... I must return to her... to protect her...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'eranikus SAY_REDEEMED_3'), + (-1000703,'And heroes... I hold that which you seek. May it once more see the evil dissolved. Remulos, see to it that our champion receives the shard of the Green Flight.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'eranikus SAY_REDEEMED_4'), + (-1000704,'It will be done, Eranikus. Be well, ancient one.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'remulos SAY_REMULOS_OUTRO_1'), + (-1000705,'Let us leave Nighthave, hero. Seek me out at the grove.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'remulos SAY_REMULOS_OUTRO_2'), + (-1000706,'Your world shall suffer an unmerciful end. The Nightmare comes for you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'eranikus SAY_ERANIKUS_KILL'), + (-1000707,'This blue light... It\'s strange. What do you think it means?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_ENTER_OWL_THICKET'), + (-1000708,'We\'ve found it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_REACH_TORCH_1'), + (-1000709,'Please, light this while I am channeling',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_REACH_TORCH_2'), + (-1000710,'This is the place. Let\'s light it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_REACH_TORCH_3'), + (-1000711,'Let\'s find the next one.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_AFTER_TORCH_1'), + (-1000712,'We must continue on now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_AFTER_TORCH_2'), + (-1000713,'It is time for the final step; we must activate the altar.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_REACH_ALTAR_1'), + (-1000714,'I will read the words carved into the stone, and you must find a way to light it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_REACH_ALTAR_2'), + (-1000715,'The altar is glowing! We have done it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_RANSHALLA_ALTAR_1'), + (-1000716,'What is happening? Look!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_RANSHALLA_ALTAR_2'), + (-1000717,'It has been many years...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_3'), + (-1000718,'Who has disturbed the altar of the goddess?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_4'), + (-1000719,'Please, priestesses, forgive us for our intrusion. We do not wish any harm here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_RANSHALLA_ALTAR_5'), + (-1000720,'We only wish to know why the wildkin guard this area...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_RANSHALLA_ALTAR_6'), + (-1000721,'Enu thora\'serador. This is a sacred place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_7'), + (-1000722,'We will show you...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_8'), + (-1000723,'Look above you; thara dormil dorah...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_9'), + (-1000724,'This gem once allowed direct communication with Elune, herself.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_10'), + (-1000725,'Through the gem, Elune channeled her infinite wisdom...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_11'), + (-1000726,'Realizing that the gem needed to be protected, we turned to the goddess herself.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_12'), + (-1000727,'Soon after, we began to have visions of a creature... A creature with the feathers of an owl, but the will and might of a bear...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_13'), + (-1000728,'It was on that day that the wildkin were given to us. Fierce guardians, the goddess assigned the wildkin to protect all of her sacred places.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_14'), + (-1000729,'Anu\'dorini Talah, Ru shallora enudoril.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Voice of Elune SAY_VOICE_ALTAR_15'), + (-1000730,'But now, many years later, the wildkin have grown more feral, and without the guidance of the goddess, they are confused...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_16'), + (-1000731,'Without a purpose, they wander... But many find their way back to the sacred areas that they once were sworn to protect.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_17'), + (-1000732,'Wildkin are inherently magical; this power was bestowed upon them by the goddess.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_18'), + (-1000733,'Know that wherever you might find them in the world, they are protecting something of importance, as they were entrusted to do so long ago.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_19'), + (-1000734,'Please, remember what we have shown you...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_20'), + (-1000735,'Farewell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Priestess of Elune SAY_PRIESTESS_ALTAR_21'), + (-1000736,'Thank you for you help, $n. I wish you well in your adventures.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_QUEST_END_1'), + (-1000737,'I want to stay here and reflect on what we have seen. Please see Erelas and tell him what we have learned.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_QUEST_END_2'), + (-1000738,'%s begins chanting a strange spell...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Ranshalla EMOTE_CHANT_SPELL'), + (-1000739,'Remember, I need your help to properly channel. I will ask you to aid me several times in our path, so please be ready.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Ranshalla SAY_QUEST_START'), + (-1000740,'We must act quickly or shall be lost!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_ANACHRONOS_INTRO_1'), + (-1000741,'My forces cannot overcome the Qiraji defenses. We will not be able to get close enough to place our precious barrier, dragon.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_FANDRAL_INTRO_2'), + (-1000742,'There is a way...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,22,'SAY_MERITHRA_INTRO_3'), + (-1000743,'%s nods knowingly.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_ARYGOS_NOD'), + (-1000744,'Aye, Fandral, remember these words: Let not your grief guide your faith. These thoughts you hold... dark places you go, night elf.Absolution cannot be had through misguided vengeance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_CAELESTRASZ_INTRO_4'), + (-1000745,'%s glances at her compatriots.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_MERITHRA_GLANCE'), + (-1000746,'We will push him back, Anachronos. This is wow. Uphold your end of this task. Let not your hands falter as you seal our fates behind the barrier.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_MERITHRA_INTRO_5'), + (-1000747,'Succumb to the endless dream, little ones. Let it comsume you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,22,'SAY_MERITHRA_ATTACK_1'), + (-1000748,'Anachronos, the diversion will give you an the young druid time enough to seal the gate. Do not falter. Now, let us see how they deal with chaotic magic.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_ARYGOS_ATTACK_2'), + (-1000749,'Let them feelt the wrath of the blue flight! May Malygos protect me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,22,'SAY_ARYGOS_ATTACK_3'), + (-1000750,'Do not forget sacrifices made on this day, night elf. We have all suffered immensely at the hands of these beasts.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_CAELESTRASZ_ATTACK_4'), + (-1000751,'Alexstrasza, give me the resolve to drive your enemies back.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,22,'SAY_CAELESTRASZ_ATTACK_5'), + (-1000752,'NOW,STAGHELM! WE GO NOW! Prepare your magic!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,22,'SAY_ANACHRONOS_SEAL_1'), + (-1000753,'It is done, dragon. Lead the way!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'SAY_FANDRAL_SEAL_2'), + (-1000754,'Stay close.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_ANACHRONOS_SEAL_3'), + (-1000755,'The sands of time will halt, but only for a moment! I will now conjure the barrier.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_ANACHRONOS_SEAL_4'), + (-1000756,'FINISH THE SPELL, STAGHELM! I CANNOT HOLD THE GLYPHS OF WARDING IN PLACE MUCH LONGER! CALL FORTH THE ROOTS!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_ANACHRONOS_SEAL_5'), + (-1000757,'Ancient ones guide my hand... Wake from your slumber! WAKE AND SEAL THIS CURSED PLACE!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_FANDRAL_SEAL_6'), + (-1000758,'%s falls to one knee - exhausted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_FANDRAL_EXHAUSTED'), + (-1000759,'It... It is over, Lord Staghelm. We are victorious. Albeit the cost for this victory was great.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_ANACHRONOS_EPILOGUE_1'), + (-1000760,'There is but one duty that remains...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_ANACHRONOS_EPILOGUE_2'), + (-1000761,'Before I leave this place, I make one final offering for you, Lord Staghelm. Should a time arise in which you must gain entry to this accursed fortress, use the scepter of the shifting sands on the sacred gong. The magic holding the barrier together will dissipate an the horrors of the Ahn\'Qiraj will be unleashed upon the world once more.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_ANACHRONOS_EPILOGUE_3'), + (-1000762,'%s hands the Scepter of the Shifting Sands to $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_ANACHRONOS_SCEPTER'), + (-1000763,'After the savagery that my people have witnessed and felt, you expect me to accept another burden, dragon? Surely you are mad.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_FANDRAL_EPILOGUE_4'), + (-1000764,'I want nothing to do with Silithus, the Qiraji and least of all, any damed dragons!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_FANDRAL_EPILOGUE_5'), + (-1000765,'%s hurls the Scepter of the Shifting Sands into the barrier, shattering it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_FANDRAL_SHATTER'), + (-1000766,'Lord Staghelm, where are you going? You would shatter our bond for the sake of pride?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_ANACHRONOS_EPILOGUE_6'), + (-1000767,'My son\'s soul will find no comfort in this hollow victory, dragon! I will have him back. Though it takes a millenia. I WILL have my son back!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_FANDRAL_EPILOGUE_7'), + (-1000768,'%s shakes his head in disappointment.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,25,'EMOTE_ANACHRONOS_DISPPOINTED'), + (-1000769,'%s kneels down to pickup the fragments of the shattered scepter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'EMOTE_ANACHRONOS_PICKUP'), + (-1000770,'And now you know all that there is to know, mortal...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_ANACHRONOS_EPILOGUE_8'), + (-1000771,'Let\'s go $N!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Feero Ironhand SAY_QUEST_START'), + (-1000772,'It looks like we\'re in trouble. Look lively, here they come!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Feero Ironhand SAY_FIRST_AMBUSH_START'), + (-1000773,'Assassins from that cult you found... Let\'s get moving before someone else finds us out here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Feero Ironhand SAY_FIRST_AMBUSH_END'), + (-1000774,'Hold! I sense an evil presence... Undead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Feero Ironhand SAY_SECOND_AMBUSH_START'), + (-1000775,'A $C! Slaying him would please the master. Attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Forsaken Scout SAY_SCOUT_SECOND_AMBUSH'), + (-1000776,'They\'re coming out of the woodwork today. Let\'s keep moving or we may find more things that want me dead.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Feero Ironhand SAY_SECOND_AMBUSH_END'), + (-1000777,'These three again?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Feero Ironhand SAY_FINAL_AMBUSH_START'), + (-1000778,'Not quite so sure of yourself without the Purifier, hm?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Balizar the Umbrage SAY_BALIZAR_FINAL_AMBUSH'), + (-1000779,'I\'ll finish you off for good this time!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Feero Ironhand SAY_FINAL_AMBUSH_ATTACK'), + (-1000780,'Well done! I should be fine on my own from here. Remember to talk to Delgren when you return to Maestra\'s Post in Ashenvale.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Feero Ironhand SAY_QUEST_END'), + (-1000784,'Thanks $N. Now let\'s get out of here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'melizza SAY_MELIZZA_START'), + (-1000785,'We made it! Thanks again! I\'m going to run ahead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'melizza SAY_MELIZZA_FINISH'), + (-1000786,'Hey Hornizz! I\'m back! And there are some people behind me who helped me out of a jam.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'melizza SAY_MELIZZA_1'), + (-1000787,'We\'re going to have to scratch the Maraudines off our list. Too hard to work with...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'melizza SAY_MELIZZA_2'), + (-1000788,'Well, I\'m off to the Gelkis. They\'re not as dumb as the Maraudines, but they\'re more reasonable.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,'melizza SAY_MELIZZA_3'), + (-1000789,'Well, now or never I suppose. Remember, once we get to the road safety, return to Terenthis to let him know we escaped.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'volcor SAY_START'), + (-1000790,'We made it, My friend. Remember to find Terenthis and let him know we\'re safe. Thank you again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'volcor SAY_END'), + (-1000791,'Here they come.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'volcor SAY_FIRST_AMBUSH'), + (-1000792,'We can overcome these foul creatures.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'volcor SAY_AGGRO_1'), + (-1000793,'We shall earn our deaths at the very least!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'volcor SAY_AGGRO_2'), + (-1000794,'Don\'t give up! Fight, to the death!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'volcor SAY_AGGRO_3'), + (-1000795,'Ow! Ok, I\'ll get back to work, $N!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'Lazy Peon SAY_PEON_AWOKEN'), + (-1000796,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000797,'%s squawks and heads toward Veil Shalas. Hurry and follow!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'skywing SAY_SKYWING_START'), + (-1000798,'%s pauses briefly before the tree and then heads inside.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'skywing SAY_SKYWING_TREE_DOWN'), + (-1000799,'%s seems to be looking for something. He wants you to follow.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'skywing SAY_SKYWING_TREE_UP'), + (-1000800,'%s flies to the platform below! You\'d better jump if you want to keep up. Hurry!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'skywing SAY_SKYWING_JUMP'), + (-1000801,'%s bellows a loud squawk!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'skywing SAY_SKYWING_SUMMON'), + (-1000802,'Free at last from that horrible curse! Thank you! Please send word to Rilak the Redeemed that I am okay. My mission lies in Skettis. Terokk must be defeated!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'skywing SAY_SKYWING_END'), + (-1000803,'You do not fight alone, %n! Together, we will banish this spawn of hellfire!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Oronok SAY_ORONOK_TOGETHER'), + (-1000804,'We will fight when you are ready.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Oronok SAY_ORONOK_READY'), + (-1000805,'We will set the elements free of your grasp by force!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Oronok SAY_ORONOK_ELEMENTS'), + (-1000806,'What say the elements, Torlok? I only hear silence.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'Oronok SAY_ORONOK_EPILOGUE_1'), + (-1000807,'I hear what you hear, brother. Look behind you...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'Torlok SAY_TORLOK_EPILOGUE_2'), + (-1000808,'They are redeemed! Then we have won?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'Oronok SAY_ORONOK_EPILOGUE_3'), + (-1000809,'It is now as it should be, shaman. You have done well.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Spirit of Earth SAY_EARTH_EPILOGUE_4'), + (-1000810,'Yes... Well enough for the elements that are here, but the cipher is known to another... The spirits of fire are in turmoil... If this force is not stopped, the world where these mortals came from will cease.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Spirit of Fire SAY_FIRE_EPILOGUE_5'), + (-1000811,'Farewell, mortals... The earthmender knows what fire feels...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Spirit of Earth SAY_EARTH_EPILOGUE_6'), + (-1000812,'We leave, Torlok. I have only one request...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'Oronok SAY_ORONOK_EPILOGUE_7'), + (-1000813,'The Torn-heart men give their weapons to Earthmender Torlok.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Torlok EMOTE_GIVE_WEAPONS'), + (-1000814,'Give these to the heroes that made this possible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'Oronok SAY_ORONOK_EPILOGUE_8'), + (-1000815,'Be healed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Eris Havenfire SAY_PHASE_HEAL'), + (-1000816,'We are saved! The peasants have escaped the Scourge!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Eris Havenfire SAY_EVENT_END'), + (-1000817,'I have failed once more...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Eris Havenfire SAY_EVENT_FAIL_1'), + (-1000818,'I now return to whence I came, only to find myself here once more to relive the same epic tragedy.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Eris Havenfire SAY_EVENT_FAIL_2'), + (-1000819,'The Scourge are upon us! Run! Run for your lives!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Peasant SAY_PEASANT_APPEAR_1'), + (-1000820,'Please help us! The Prince has gone mad!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Peasant SAY_PEASANT_APPEAR_2'), + (-1000821,'Seek sanctuary in Hearthglen! It is our only hope!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Peasant SAY_PEASANT_APPEAR_3'), + (-1000822,'The signal has been sent. He should be arriving shortly.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'squire rowe SAY_SIGNAL_SENT'), + (-1000823,'Yawww!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,35,'reginald windsor SAY_DISMOUNT'), + (-1000824,'I knew you would come, $N. It is good to see you again, friend.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_WELCOME'), + (-1000825,'On guard, friend. The lady dragon will not give in without a fight.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_QUEST_ACCEPT'), + (-1000826,'As was fated a lifetime ago in Karazhan, monster - I come - and with me I bring justice.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,22,'reginald windsor SAY_GET_READY'), + (-1000827,'Seize him! Seize the worthless criminal and his allies!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'prestor SAY_GONNA_DIE'), + (-1000828,'Reginald, you know that I cannot let you pass.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'jonathan SAY_DIALOG_1'), + (-1000829,'You must do what you think is right, Marcus. We served together under Turalyon. He made us both the men that we are today. Did he err with me? Do you truly believe my intent is to cause harm to our alliance? Would I shame our heroes?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_DIALOG_2'), + (-1000830,'Holding me here is not the right decision, Marcus.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_DIALOG_3'), + (-1000831,'%s appears lost in contemplation.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'jonathan EMOTE_CONTEMPLATION'), + (-1000832,'I am ashamed, old friend. I know not what I do anymore. It is not you that would dare bring shame to the heroes of legend - it is I. It is I and the rest of these corrupt politicians. They fill our lives with empty promises, unending lies.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'jonathan SAY_DIALOG_4'), + (-1000833,'We shame our ancestors. We shame those lost to us... forgive me, Reginald.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'jonathan SAY_DIALOG_5'), + (-1000834,'Dear friend, you honor them with your vigilant watch. You are steadfast in your allegiance. I do not doubt for a moment that you would not give as great a sacrifice for your people as any of the heroes you stand under.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_DIALOG_6'), + (-1000835,'Now, it is time to bring her reign to an end, Marcus. Stand down, friend.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_DIALOG_7'), + (-1000836,'Stand down! Can you not see that heroes walk among us?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'jonathan SAY_DIALOG_8'), + (-1000837,'Move aside! Let them pass!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'jonathan SAY_DIALOG_9'), + (-1000838,'Reginald Windsor is not to be harmed! He shall pass through untouched!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,22,'jonathan SAY_DIALOG_10'), + (-1000839,'Go, Reginald. May the light guide your hand.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'jonathan SAY_DIALOG_11'), + (-1000840,'Thank you, old friend. You have done the right thing.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_DIALOG_12'), + (-1000841,'Follow me, friends. To Stormwind Keep!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'reginald windsor SAY_DIALOG_13'), + (-1000842,'Light be with you, sir.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,66,'guard SAY_1'), + (-1000843,'We are but dirt beneath your feet, sir.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,66,'guard SAY_2'), + (-1000844,'...nerves of thorium.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,66,'guard SAY_3'), + (-1000845,'Make way!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,66,'guard SAY_4'), + (-1000846,'A living legend...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,66,'guard SAY_5'), + (-1000847,'A moment I shall remember for always.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,66,'guard SAY_6'), + (-1000848,'You are an inspiration to us all, sir.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,66,'guard SAY_7'), + (-1000849,'Be brave, friends. The reptile will thrash wildly. It is an act of desperation. When you are ready, give me the word.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'reginald windsor SAY_BEFORE_KEEP'), + (-1000850,'Onward!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'reginald windsor SAY_GO_TO_KEEP'), + (-1000851,'Majesty, run while you still can. She is not what you think her to be...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_IN_KEEP_1'), + (-1000852,'To the safe hall, your majesty.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'bolvar SAY_IN_KEEP_2'), + (-1000853,'The masquerade is over, Lady Prestor. Or should I call you by your true name... Onyxia...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'reginald windsor SAY_IN_KEEP_3'), + (-1000854,'%s laughs.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,11,'prestor EMOTE_IN_KEEP_LAUGH'), + (-1000855,'You will be incarcerated and tried for treason, Windsor. I shall watch with glee as they hand down a guilty verdict and sentence you to death by hanging...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'prestor SAY_IN_KEEP_4'), + (-1000856,'And as your limp body dangles from the rafters, I shall take pleasure in knowing that a mad man has been put to death. After all, what proof do you have? Did you expect to come in here and point your fingers at royalty and leave unscathed?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,'prestor SAY_IN_KEEP_5'), + (-1000857,'You will not escape your fate, Onyxia. It has been prophesied - a vision resonating from the great halls of Karazhan. It ends now...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_IN_KEEP_6'), + (-1000858,'%s reaches into his pack and pulls out the encoded tablets...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'reginald windsor EMOTE_IN_KEEP_REACH'), + (-1000859,'The Dark Irons thought these tablets to be encoded. This is not any form of coding, it is the tongue of ancient dragon.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_IN_KEEP_7'), + (-1000860,'Listen, dragon. Let the truth resonate throughout these halls.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_IN_KEEP_8'), + (-1000861,'%s reads from the tablets. Unknown, unheard sounds flow through your consciousness',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'reginald windsor EMOTE_IN_KEEP_READ'), + (-1000862,'%s gasps.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'bolvar EMOTE_IN_KEEP_GASP'), + (-1000863,'Curious... Windsor, in this vision, did you survive? I only ask because one thing that I can and will assure is your death. Here and now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'onyxia SAY_IN_KEEP_9'), + (-1000864,'Dragon filth! Guards! Guards! Seize this monster!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,22,'bolvar SAY_IN_KEEP_1'), + (-1000865,'Yesss... Guards, come to your lord\'s aid!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'onyxia SAY_IN_KEEP_10'), + (-1000866,'DO NOT LET HER ESCAPE!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald windsor SAY_IN_KEEP_11'), + (-1000867,'Was this fabled, Windsor? If it was death that you came for then the prophecy has been fulfilled. May your consciousness rot in the Twisting Nether. Finish the rest of these meddlesome insects, children. Bolvar, you have been a pleasureable puppet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'onyxia SAY_IN_KEEP_12'), + (-1000868,'You have failed him, mortalsss... Farewell!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'onyxia SAY_IN_KEEP_12'), + (-1000869,'Reginald... I... I am sorry.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'bolvar SAY_IN_KEEP_13'), + (-1000870,'Bol... Bolvar... the medallion... use...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'reginald windsor SAY_IN_KEEP_14'), + (-1000871,'%s dies.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'reginald windsor EMOTE_IN_KEEP_DIE'), + (-1000872,'%s hisses',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'reginald windsor EMOTE_GUARD_TRANSFORM'), + (-1000873,'I know the way, insect. There is no need to prod me as if I were cattle.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'grark SAY_START'), + (-1000874,'Surely you do not think that you will get away with this incursion. They will come for me and you shall pay for your insolence.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'grark SAY_PAY'), + (-1000875,'RUN THEM THROUGH BROTHERS!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'grark SAY_FIRST_AMBUSH_START'), + (-1000876,'I doubt you will be so lucky the next time you encounter my brethren.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'grark SAY_FIRST_AMBUSH_END'), + (-1000877,'They come for you, fool!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'grark SAY_SEC_AMBUSH_START'), + (-1000878,'What do you think you accomplish from this, fool? Even now, the Blackrock armies make preparations to destroy your world.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'grark SAY_SEC_AMBUSH_END'), + (-1000879,'On darkest wing they fly. Prepare to meet your end!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'grark SAY_THIRD_AMBUSH_START'), + (-1000880,'The worst is yet to come!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'grark SAY_THIRD_AMBUSH_END'), + (-1000881,'%s laughs.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,11,'grark EMOTE_LAUGH'), + (-1000882,'Time to make your final stand, Insect.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'grark SAY_LAST_STAND'), + (-1000883,'Kneel, Grark',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'lexlort SAY_LEXLORT_1'), + (-1000884,'Grark Lorkrub, you have been charged and found guilty of treason against Horde. How you plead is unimportant. High Executioner Nuzrak, step forward.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'lexlort SAY_LEXLORT_2'), + (-1000885,'%s raises his massive axe over Grark.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,27,'nuzark EMOTE_RAISE_AXE'), + (-1000886,'%s raises his hand and then lowers it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'lexlort EMOTE_LOWER_HAND'), + (-1000887,'End him...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'lexlort SAY_LEXLORT_3'), + (-1000888,'You, soldier, report back to Kargath at once!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'lexlort SAY_LEXLORT_4'), + (-1000889,'%s submits.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'grark EMOTE_SUBMIT'), + (-1000890,'You have come to play? Then let us play!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'grark SAY_AGGRO'), + (-1000891,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000892,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000893,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000894,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000895,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000896,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000897,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000898,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000899,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000900,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000901,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000902,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000903,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000904,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1000905,'Ok, let\'s go!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'therylune SAY_THERYLUNE_START'), + (-1000906,'I can make it the rest of the way. $N. THANKS!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'therylune SAY_THERYLUNE_START'), + (-1000948,'Well then, let\'s get this started. The longer we\'re here, the more damage the undead could be doing back in Hilsbrad.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kinelory SAY_START'), + (-1000949,'All right, this is where we really have to be on our paws. Be ready!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kinelory SAY_REACH_BOTTOM'), + (-1000950,'Attack me if you will, but you won\'t stop me from getting back to Quae.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kinelory SAY_AGGRO_KINELORY'), + (-1000951,'You have my word that I shall find a use for your body after I\'ve killed you, Kinelory.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'jorell SAY_AGGRO_JORELL'), + (-1000952,'Watch my rear! I\'ll see what I can find in all this junk...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kinelory SAY_WATCH_BACK'), + (-1000953,'%s begins rummaging through the apothecary\'s belongings.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kinelory EMOTE_BELONGINGS'), + (-1000954,'I bet Quae\'ll think this is important. She\'s pretty knowledgeable about these things--no expert, but knowledgable.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kinelory SAY_DATA_FOUND'), + (-1000955,'Okay, let\'s get out of here quick quick! Try and keep up. I\'m going to make a break for it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kinelory SAY_ESCAPE'), + (-1000956,'We made it! Quae, we made it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'kinelory SAY_FINISH'), + (-1000957,'%s hands her pack to Quae.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'kinelory EMOTE_HAND_PACK'), + (-1000958,'Ok, let\'s get started.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_STINKY_BEGIN'), + (-1000959,'Now let\'s look for the herb.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_STINKY_FIRST_STOP'), + (-1000960,'Help! The beast is on me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_AGGRO_1'), + (-1000961,'Help! I\'m under attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_AGGRO_2'), + (-1000962,'I can make it from here. Thanks, $N! And talk to my employer about a reward!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_STINKY_END'), + (-1000977,'Oh, it\'s on now! But you thought I\'d be alone too, huh?!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tapoke slim jahn SAY_AGGRO'), + (-1000978,'Okay, okay! No need to get all violent. I\'ll talk. I\'ll talk!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,20,'tapoke slim jahn SAY_DEFEAT'), + (-1000979,'Whoa! This is way more than what I bargained for, you\'re on your own, Slim!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'slim\'s friend SAY_FRIEND_DEFEAT'), + (-1000980,'I have a few notes from the job back at my place. I\'ll get them and then meet you back in the inn.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'tapoke slim jahn SAY_NOTES'), + (-1000993,'It\'s on! $N, meet my fists. Fists, say hello to $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dorius stonetender SAY_AGGRO_1'), + (-1000994,'I\'m about to open a can on this $N.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dorius stonetender SAY_AGGRO_2'), + (-1001072,'Something is wrong with the Highlord. Do something!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'scarlet cavalier SAY_CAVALIER_WORRY_1'), + (-1001073,'Hey, what is going on over there? Sir, are you alright?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'scarlet cavalier SAY_CAVALIER_WORRY_2'), + (-1001074,'What the....',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'scarlet cavalier SAY_CAVALIER_WORRY_3'), + (-1001075,'Sir?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'scarlet cavalier SAY_CAVALIER_WORRY_4'), + (-1001076,'NOOOOOOOOOOOOO!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,15,'taelan fordring SAY_SCARLET_COMPLETE_1'), + (-1001077,'I will lead us through Hearthglen to the forest\'s edge. From there, you will take me to my father.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'taelan fordring SAY_SCARLET_COMPLETE_2'), + (-1001078,'Remove your disguise, lest you feel the bite of my blade when the fury has taken control.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'taelan fordring SAY_ESCORT_START'), + (-1001079,'Halt.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'taelan fordring SAY_TAELAN_MOUNT'), + (-1001080,'%s calls for his mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,22,'taelan fordring EMOTE_TAELAN_MOUNT'), + (-1001081,'It\'s not much further. The main road is just up ahead.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'taelan fordring SAY_REACH_TOWER'), + (-1001082,'You will not make it to the forest\'s edge, Fordring.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'isillien SAY_ISILLIEN_1'), + (-1001083,'Isillien!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,25,'taelan fordring SAY_ISILLIEN_2'), + (-1001084,'This is not your fight, stranger. Protect yourself from the attacks of the Crimson Elite. I shall battle the Grand Inquisitor.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'taelan fordring SAY_ISILLIEN_3'), + (-1001085,'You disappoint me, Taelan. I had plans for you... grand plans. Alas, it was only a matter of time before your filthy bloodline would catch up with you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'isillien SAY_ISILLIEN_4'), + (-1001086,'It is as they say: Like father, like son. You are as weak of will as Tirion... perhaps more so. I can only hope my assassins finally succeeded in ending his pitiful life.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'isillien SAY_ISILLIEN_5'), + (-1001087,'The Grand Crusader has charged me with destroying you and your newfound friends, Taelan, but know this: I do this for pleasure, not of obligation or duty.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'isillien SAY_ISILLIEN_6'), + (-1001088,'%s calls for his guardsman.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,22,'isillien EMOTE_ISILLIEN_ATTACK'), + (-1001089,'The end is now, Fordring.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'isillien SAY_ISILLIEN_ATTACK'), + (-1001090,'Enough!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isillien SAY_KILL_TAELAN_1'), + (-1001091,'%s laughs.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,11,'isillien EMOTE_ISILLIEN_LAUGH'), + (-1001092,'Did you really believe that you could defeat me? Your friends are soon to join you, Taelan.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isillien SAY_KILL_TAELAN_2'), + (-1001093,'%s turns his attention towards you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'isillien EMOTE_ATTACK_PLAYER'), + (-1001094,'What have you done, Isillien? You once fought with honor, for the good of our people... and now... you have murdered my boy...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tirion fordring SAY_TIRION_1'), + (-1001095,'Tragic. The elder Fordring lives on... You are too late, old man. Retreat back to your cave, hermit, unless you wish to join your son in the Twisting Nether.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isillien SAY_TIRION_2'), + (-1001096,'May your soul burn in anguish, Isillien! Light give me strength to battle this fiend.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,'tirion fordring SAY_TIRION_3'), + (-1001097,'Face me, coward. Face the faith and strength that you once embodied.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'tirion fordring SAY_TIRION_4'), + (-1001098,'Then come, hermit!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'isillien SAY_TIRION_5'), + (-1001099,'A thousand more like him exist. Ten thousand. Should one fall, another will rise to take the seat of power.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tirion fordring SAY_EPILOG_1'), + (-1001100,'%s falls to one knee.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,16,'tirion fordring EMOTE_FALL_KNEE'), + (-1001101,'Look what they did to my boy.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'tirion fordring SAY_EPILOG_2'), + (-1001102,'%s holds the limp body of Taelan Fordring and softly sobs.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'tirion fordring EMOTE_HOLD_TAELAN'), + (-1001103,'Too long have I sat idle, gripped in this haze... this malaise, lamenting what could have been... what should have been.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tirion fordring SAY_EPILOG_3'), + (-1001104,'Your death will not have been in vain, Taelan. A new Order is born on this day... an Order which will dedicate itself to extinguising the evil that plagues this world. An evil that cannot hide behind politics and pleasantries.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tirion fordring SAY_EPILOG_4'), + (-1001105,'This I promise... This I vow...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,15,'tirion fordring SAY_EPILOG_5'), + (-1001106,'Don\'t forget to get my bell out of the chest here. And remember, if do happen to wander off, just ring it and I\'ll find you again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'shay leafrunner SAY_ESCORT_START'), + (-1001107,'Are we taking the scenic route?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'shay leafrunner SAY_WANDER_1'), + (-1001108,'Oh, what a beautiful flower over there...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'shay leafrunner SAY_WANDER_2'), + (-1001109,'Are you sure this is the right way? Maybe we should go this way instead...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'shay leafrunner SAY_WANDER_3'), + (-1001110,'Hmmm, I wonder what\'s over this way?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'shay leafrunner SAY_WANDER_4'), + (-1001111,'This is quite an adventure!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'shay leafrunner SAY_WANDER_DONE_1'), + (-1001112,'Oh, I wandered off again. I\'m sorry.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'shay leafrunner SAY_WANDER_DONE_2'), + (-1001113,'The bell again, such a sweet sound.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'shay leafrunner SAY_WANDER_DONE_3'), + (-1001114,'%s begins to wander off.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'shay leafrunner EMOTE_WANDER'), + (-1001115,'Oh, here you are, Rockbiter! I\'m sorry, I know I\'m not supposed to wander off.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'shay leafrunner SAY_EVENT_COMPLETE_1'), + (-1001116,'I\'m so glad yer back Shay. Please, don\'t ever run off like that again! What would I tell yer parents if I lost ya?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'rockbiter SAY_EVENT_COMPLETE_2'), + (-1001141,'Nope, not here...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_SECOND_STOP'), + (-1001142,'There must be one around here somewhere...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_THIRD_STOP_1'), + (-1001143,'Ah, there\'s one!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_THIRD_STOP_2'), + (-1001144,'Come, $N! Let\'s go over there and collect it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_THIRD_STOP_3'), + (-1001145,'Ok, let\'s get out of here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_PLANT_GATHERED'), + (-1001146,'I\'m glad you\'re here! Because I need your help!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_AGGRO_3'), + (-1001147,'Look out! The $N attacks!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'stinky ignatz SAY_AGGRO_4'), + (-1001148,'I am ready, $N. Let\'s find my equipment and get out of here. I think I know where it is.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'captured arko\'narin SAY_ESCORT_START'), + (-1001149,'Oh my! Look at this... all these candles. I\'m sure they\'re used for some terrible ritual or dark summoning. We best make haste.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,'captured arko\'narin SAY_FIRST_STOP'), + (-1001150,'There! Over there!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'captured arko\'narin SAY_SECOND_STOP'), + (-1001151,'You will not stop me from escaping here, $N!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'captured arko\'narin SAY_AGGRO'), + (-1001152,'All I need now is a golden lasso.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'captured arko\'narin SAY_EQUIPMENT'), + (-1001153,'DIE DEMON DOGS!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'captured arko\'narin SAY_ESCAPE'), + (-1001154,'Ah! Fresh air at last! I never thought I\'d see the day.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,'captured arko\'narin SAY_FRESH_AIR'), + (-1001155,'BETRAYER!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'spirit of trey lightforge SAY_BETRAYER'), + (-1001156,'What was that?! Trey? TREY?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,22,'captured arko\'narin SAY_TREY'), + (-1001157,'You kept me in the cell for too long, monster!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'captured arko\'narin SAY_ATTACK_TREY'), + (-1001158,'No! My friend... what\'s happened? This is all my fault...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,18,'captured arko\'narin SAY_ESCORT_COMPLETE'), + (-1001159,'Please, help me to get through this cursed forest, $r.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_ESCORT_START'), + (-1001160,'This creature suffers from the effect of the fel... We must end its misery.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_ATTACK_IRONTREE'), + (-1001161,'The corruption of the fel has not left any of the creatures of Felwood untouched, $N. Please, be on your guard.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_ATTACK_TOXIC_HORROR'), + (-1001162,'I sense the taint of corruption upon this $N. Help me detroy it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_EXIT_WOODS'), + (-1001163,'That I must fight against my own kind deeply saddens me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_CLEAR_PATH'), + (-1001164,'I can sens it now, $N. Ashenvale lies down this path.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_ASHENVALE'), + (-1001165,'I feel... something strange...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_TRANSFORM'), + (-1001166,'$N my form has now changed! The true strength of my spirit is returing to me now... The cursed grasp of the forest is leaving me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_LIFT_CURSE'), + (-1001167,'Thank you, $N. Now my spirit will finally be at peace.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arei SAY_ESCORT_COMPLETE'), + (-1001168,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001169,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001170,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001171,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001172,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001173,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001174,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001175,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001176,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001177,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001178,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001179,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001180,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001181,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001182,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001183,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001184,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001185,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001186,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001187,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001188,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001189,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001190,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1001191,'Hey, you call yourself a body guard? Get to work and protect us...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_CORK_AMBUSH1'), + (-1001192,'Mister body guard, are you going to earn your money or what?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_CORK_AMBUSH2'), + (-1001193,'You\'re fired! I mean, help!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_CORK_AMBUSH3'), + (-1001194,'Blast those stupid centaurs! Sigh - well, it seems you kept your bargain. Up the road you shall find Smeed Scrabblescrew, he has your money.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'SAY_CORK_END'), + (-1001195,'Eeck! Demons hungry for the kodos!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_RIGGER_AMBUSH1'), + (-1001196,'What am I paying you for? The kodos are nearly dead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_RIGGER_AMBUSH2'), + (-1001197,'Wow! We did it... not sure why we thought we needed the likes of you. Nevertheless, speak with Smeed Srablescrew; he will give you your earnings!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_RIGGER_END'), + (-1001226,'%s is drawn to the ghost magnet...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Magrami Spectre on spawn 1'), + (-1001227,'%s is angered!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Magrami Spectre on spawn 2'), + (-1033000,'Follow me and I\'ll open the courtyard door for you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,1,'prisoner ashcrombe SAY_FREE_AS'), + (-1033001,'I have just the spell to get this door open. Too bad the cell doors weren\'t locked so haphazardly.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,1,'prisoner ashcrombe SAY_OPEN_DOOR_AS'), + (-1033002,'There it is! Wide open. Good luck to you conquering what lies beyond. I must report back to the Kirin Tor at once!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,1,'prisoner ashcrombe SAY_POST_DOOR_AS'), + (-1033003,'Free from this wretched cell at last! Let me show you to the courtyard....',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'prisoner adamant SAY_FREE_AD'), + (-1033004,'You are indeed courageous for wanting to brave the horrors that lie beyond this door.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'prisoner adamant SAY_OPEN_DOOR_AD'), + (-1033005,'There we go!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'prisoner adamant SAY_POST1_DOOR_AD'), + (-1033006,'Good luck with Arugal. I must hurry back to Hadrec now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'prisoner adamant SAY_POST2_DOOR_AD'), + (-1033007,'About time someone killed the wretch.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,1,'prisoner adamant SAY_BOSS_DIE_AD'), + (-1033008,'For once I agree with you... scum.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,7,1,'prisoner ashcrombe SAY_BOSS_DIE_AS'), + (-1033009,'I have changed my mind loyal servants, you do not need to bring the prisoner all the way to my study, I will deal with him here and now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'arugal SAY_INTRO_1'), + (-1033010,'Vincent! You and your pathetic ilk will find no more success in routing my sons and I than those beggardly remnants of the Kirin Tor.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arugal SAY_INTRO_2'), + (-1033011,'If you will not serve my Master with your sword and knowledge of his enemies...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'arugal SAY_INTRO_3'), + (-1033012,'Your moldering remains will serve ME as a testament to what happens when one is foolish enough to trespass in my domain!\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'arugal SAY_INTRO_4'), + (-1033013,'Who dares interfere with the Sons of Arugal?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'boss_arugal YELL_FENRUS'), + (-1033014,'%s vanishes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'prisoner ashcrombe EMOTE_VANISH_AS'), + (-1033015,'%s fumbles with the rusty lock on the courtyard door.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'prisoner adamant EMOTE_UNLOCK_DOOR_AD'), + (-1033016,'Arrrgh!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'deathstalker vincent SAY_VINCENT_DIE'), + (-1033017,'You, too, shall serve!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5793,1,0,0,'boss_arugal YELL_AGGRO'), + (-1033018,'Another Falls!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5795,1,0,0,'boss_arugal YELL_KILLED_PLAYER'), + (-1033019,'Release your rage!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5797,1,0,0,'boss_arugal YELL_COMBAT'), + (-1036000,'You there! Check out that noise.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5775,6,7,0,'smite INST_SAY_ALARM1'), + (-1036001,'We\'re under attack! A vast, ye swabs! Repel the invaders!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5777,6,7,0,'smite INST_SAY_ALARM2'), + (-1036002,'You land lubbers are tougher than I thought! I\'ll have to improvise!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5778,0,0,21,'smite SAY_PHASE_2'), + (-1036003,'D\'ah! Now you\'re making me angry!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5779,0,0,15,'smite SAY_PHASE_3'), + (-1043000,'At last! Naralex can be awakened! Come aid me, brave adventurers!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'Disciple of Naralex - SAY_INTRO'), + (-1043001,'I must make the necessary preparations before the awakening ritual can begin. You must protect me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'SAY_PREPARE'), + (-1043002,'These caverns were once a temple of promise for regrowth in the Barrens. Now, they are the halls of nightmares.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_FIRST_CORNER'), + (-1043003,'Come. We must continue. There is much to be done before we can pull Naralex from his nightmare.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_CONTINUE'), + (-1043004,'Within this circle of fire I must cast the spell to banish the spirits of the slain Fanglords.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_CIRCLE_BANISH'), + (-1043005,'The caverns have been purified. To Naralex\'s chamber we go!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_PURIFIED'), + (-1043006,'Beyond this corridor, Naralex lies in fitful sleep. Let us go awaken him before it is too late.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_NARALEX_CHAMBER'), + (-1043007,'Protect me brave souls as I delve into the Emerald Dream to rescue Naralex and put an end to this corruption!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Disciple of Naralex - SAY_BEGIN_RITUAL'), + (-1043008,'%s begins to perform the awakening ritual on Naralex.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Disciple of Naralex - EMOTE_RITUAL_BEGIN'), + (-1043009,'%s tosses fitfully in troubled sleep.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Naralex - EMOTE_NARALEX_AWAKE'), + (-1043010,'%s writhes in agony. The Disciple seems to be breaking through.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Naralex - EMOTE_BREAK_THROUGH'), + (-1043011,'%s dreams up a horrendous vision. Something stirs beneath the murky waters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Naralex - EMOTE_VISION'), + (-1043012,'This $N is a minion from Naralex\'s nightmare no doubt!.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_MUTANUS'), + (-1043013,'I AM AWAKE, AT LAST!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5789,1,0,0,'Naralex - SAY_NARALEX_AWAKE'), + (-1043014,'At last! Naralex awakes from the nightmare.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_AWAKE'), + (-1043015,'Ah, to be pulled from the dreaded nightmare! I thank you, my loyal Disciple, along with your brave companions.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Naralex - SAY_NARALEX_THANKYOU'), + (-1043016,'We must go and gather with the other Disciplies. There is much work to be done before I can make another attempt to restore the Barrens. Farewell, brave souls!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Naralex - SAY_FAREWELL'), + (-1043017,'Attacked! Help get this $N off of me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_AGGRO_1'), + (-1043018,'Help!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_AGGRO_2'), + (-1043019,'Deal with this $N! I need to prepare to awake Naralex!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Disciple of Naralex - SAY_AGGRO_3'), + (-1047000,'Woo hoo! Finally getting out of here. It\'s going to be rough though. Keep your eyes peeled for trouble.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_READY'), + (-1047001,'Up there is where Charlga Razorflank resides. Blasted old crone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'willix SAY_1'), + (-1047002,'There\'s blueleaf tuber in this trench! It\'s like gold waiting to be mined I tell you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_2'), + (-1047003,'There could be danger around every corner here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_3'), + (-1047004,'I don\'t see how these foul animals live in this place... sheesh it smells!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_4'), + (-1047005,'I think I see a way for us to get out of this big twisted mess of a bramble.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_5'), + (-1047006,'Glad to be out of that wretched trench. Not much nicer up here though!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_6'), + (-1047007,'Finally! I\'ll be glad to get out of this place.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_7'), + (-1047008,'I think I\'ll rest a moment and catch my breath before heading back to Ratchet. Thanks for all the help!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_END'), + (-1047009,'$N heading this way fast! To arms!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_AGGRO_1'), + (-1047010,'Eek! $N coming right at us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_AGGRO_2'), + (-1047011,'Egads! $N on me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_AGGRO_3'), + (-1047012,'Help! Get this $N off of me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'willix SAY_AGGRO_4'), + (-1070000,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE ME'), + (-1070001,'Who dares awaken Archaedas? Who dares the wrath of the makers!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5855,1,0,0,'archaedas SAY_AGGRO'), + (-1070002,'Awake ye servants, defend the discs!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5856,1,0,0,'archaedas SAY_AWAKE_GUARDIANS'), + (-1070003,'To my side, brothers. For the makers!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5857,1,0,0,'archaedas SAY_AWAKE_WARDERS'), + (-1070004,'Reckless mortal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5858,1,0,0,'archaedas SAY_UNIT_SLAIN'), + (-1070005,'%s breaks free from his stone slumber!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'archaedas EMOTE_BREAK_FREE'), + (-1090000,'With your help, I can evaluate these tunnels.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'emi shortfuse SAY_START'), + (-1090001,'Let\'s see if we can find out where these Troggs are coming from.... and put a stop to the invasion!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'emi shortfuse SAY_INTRO_1'), + (-1090002,'Such devastation... what a horrible mess...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'emi shortfuse SAY_INTRO_2'), + (-1090003,'It\'s quiet here....',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'emi shortfuse SAY_INTRO_3'), + (-1090004,'...too quiet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'emi shortfuse SAY_INTRO_4'), + (-1090005,'Look! Over there at the tunnel wall!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'emi shortfuse SAY_LOOK_1'), + (-1090006,'Trogg incursion! Defend me while I blast the hole closed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'emi shortfuse SAY_HEAR_1'), + (-1090007,'Get this, $n off of me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'emi shortfuse SAY_AGGRO_1'), + (-1090008,'I don\'t think one charge is going to cut it. Keep fending them off!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'emi shortfuse SAY_CHARGE_1'), + (-1090009,'The charges are set. Get back before they blow!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'emi shortfuse SAY_CHARGE_2'), + (-1090010,'Incoming blast in 10 seconds!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,5,'emi shortfuse SAY_BLOW_1_10'), + (-1090011,'Incoming blast in 5 seconds. Clear the tunnel! Stay back!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,5,'emi shortfuse SAY_BLOW_1_5'), + (-1090012,'FIRE IN THE HOLE!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,25,'emi shortfuse SAY_BLOW_1'), + (-1090013,'Well done! Without your help I would have never been able to thwart that wave of troggs.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,'emi shortfuse SAY_FINISH_1'), + (-1090014,'Did you hear something?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,6,'emi shortfuse SAY_LOOK_2'), + (-1090015,'I heard something over there.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'emi shortfuse SAY_HEAR_2'), + (-1090016,'More troggs! Ward them off as I prepare the explosives!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'emi shortfuse SAY_CHARGE_3'), + (-1090017,'The final charge is set. Stand back!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'emi shortfuse SAY_CHARGE_4'), + (-1090018,'10 seconds to blast! Stand back!!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,5,'emi shortfuse SAY_BLOW_2_10'), + (-1090019,'5 seconds until detonation!!!!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,5,'emi shortfuse SAY_BLOW_2_5'), + (-1090020,'Nice work! I\'ll set off the charges to prevent any more troggs from making it to the surface.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'emi shortfuse SAY_BLOW_SOON'), + (-1090021,'FIRE IN THE HOLE!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'emi shortfuse SAY_BLOW_2'), + (-1090022,'Superb! Because of your help, my people stand a chance of re-taking our beloved city. Three cheers to you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'emi shortfuse SAY_FINISH_2'), + (-1090023,'We come from below! You can never stop us!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'grubbis SAY_GRUBBIS_SPAWN'), + (-1090024,'Usurpers! Gnomeregan is mine!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5807,1,0,0,'thermaplugg SAY_AGGRO'), + (-1090025,'My machines are the future! They\'ll destroy you all!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5808,1,0,0,'thermaplugg SAY_PHASE'), + (-1090026,'Explosions! MORE explosions! I\'ve got to have more explosions!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5809,1,0,0,'thermaplugg SAY_BOMB'), + (-1090027,'...and stay dead! He got served',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5810,1,0,0,'thermaplugg SAY_SLAY'), + (-1090028,'$n attacking! Help!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'emi shortfuse SAY_AGGRO_2'), + (-1109000,'The walls of the chamber tremble. Something is happening...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'malfurion stormrage EMOTE_MALFURION'), + (-1109001,'Be steadfast, champion. I know why it is that you are here and I know what it is that you seek. Eranikus will not give up the shard freely. He has been twisted... twisted by the same force that you seek to destroy.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'malfurion stormrge SAY_MALFURION1'), + (-1109002,'Are you really surprised? Is it hard to believe that the power of an Old God could reach even inside the Dream? It is true - Eranikus, Tyrant of the Dream, wages a battle against us all. The Nightmare follows in his wake of destruction.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'malfurion stormrge SAY_MALFURION2'), + (-1109003,'Understand this, Eranikus wants nothing more than to be brought to Azeroth from the Dream. Once he is out, he will stop at nothing to destroy my physical manifestation. This, however, is the only way in which you could recover the scepter shard.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'malfurion stormrge SAY_MAFLURION3'), + (-1109004,'You will bring him back into this world, champion.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'malfurion Stormrge SAY_MALFURION4'), + (-1109005,'The shield be down! Rise up Atal\'ai! Rise up!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5861,6,0,0,'jammalan SAY_JAMMALAN_INTRO'), + (-1109006,'HAKKAR LIVES!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5870,1,0,0,'avatar SAY_AVATAR_BRAZIER_1'), + (-1109007,'I TASTE THE BLOOD OF LIFE!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5868,1,0,0,'avatar SAY_AVATAR_BRAZIER_2'), + (-1109008,'I DRAW CLOSER TO YOUR WORLD!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5867,1,0,0,'avatar SAY_AVATAR_BRAZIER_3'), + (-1109009,'I AM NEAR!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5869,1,0,0,'avatar SAY_AVATAR_BRAZIER_4'), + (-1109010,'I AM HERE!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'avatar SAY_AVATAR_SPAWN'), + (-1129000,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1129001,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1129002,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1129003,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1129004,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1129005,'All right, stay close. These fiends will jump right out of the shadows at you if you let your guard down.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'belnistrasz SAY_READY'), + (-1129006,'Okay, here we go. It\'s going to take about five minutes to shut this thing down through the ritual. Once I start, keep the vermin off of me or it will be the end of us all!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'belnistrasz SAY_START_RIT'), + (-1129007,'You\'ll rue the day you crossed me, $N',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'belnistrasz SAY_AGGRO_1'), + (-1129008,'Incoming $N - look sharp, friends!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'belnistrasz SAY_AGGRO_2'), + (-1129009,'Three minutes left -- I can feel the energy starting to build! Keep up the solid defense!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'belnistrasz SAY_3_MIN'), + (-1129010,'Just two minutes to go! We\'re half way there, but don\'t let your guard down!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'belnistrasz SAY_2_MIN'), + (-1129011,'One more minute! Hold on now, the ritual is about to take hold!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'belnistrasz SAY_1_MIN'), + (-1129012,'That\'s it -- we made it! The ritual is set in motion, and idol fires are about to go out for good! You truly are the heroes I thought you would be!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,4,'belnistrasz SAY_FINISH'), + (-1189000,'Ah, I have been waiting for a real challenge!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5830,1,0,0,'herod SAY_AGGRO'), + (-1189001,'Blades of Light!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5832,1,0,0,'herod SAY_WHIRLWIND'), + (-1189002,'Light, give me strength!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5833,1,0,0,'herod SAY_ENRAGE'), + (-1189003,'Hah, is that all?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5831,1,0,0,'herod SAY_KILL'), + (-1189004,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189005,'Infidels! They must be purified!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5835,1,0,0,'mograine SAY_MO_AGGRO'), + (-1189006,'Unworthy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5836,1,0,0,'mograine SAY_MO_KILL'), + (-1189007,'At your side, milady!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5837,1,0,0,'mograine SAY_MO_RESSURECTED'), + (-1189008,'What, Mograine has fallen? You shall pay for this treachery!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5838,1,0,0,'whitemane SAY_WH_INTRO'), + (-1189009,'The Light has spoken!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5839,1,0,0,'whitemane SAY_WH_KILL'), + (-1189010,'Arise, my champion!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5840,1,0,0,'whitemane SAY_WH_RESSURECT'), + (-1189011,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189012,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189013,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189014,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189015,'The monster got what he deserved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,1,0,'vishas SAY_TRIGGER_VORREL'), + (-1189016,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189017,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189018,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189019,'You will not defile these mysteries!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5842,1,0,0,'doan SAY_AGGRO'), + (-1189020,'Burn in righteous fire!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5843,1,0,0,'doan SAY_SPECIALAE'), + (-1189021,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE_ME'), + (-1189035,'The master has fallen! Avenge him my brethren!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5834,1,0,0,'trainee SAY_TRAINEE_SPAWN'), + (-1209000,'How dare you enter my sanctum!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'zumrah SAY_INTRO'), + (-1209001,'Sands consume you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5872,1,14,0,'zumrah SAY_AGGRO'), + (-1209002,'Fall!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5873,1,14,0,'zumrah SAY_KILL'), + (-1209003,'Come to me, my children!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,8,0,'zumrah SAY_SUMMON'), + (-1229000,'%s begins to regain its strength!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'pyroguard EMOTE_BEGIN'), + (-1229001,'%s is nearly at full strength!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'pyroguard EMOTE_NEAR'), + (-1229002,'%s regains its power and breaks free of its bonds!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'pyroguard EMOTE_FULL'), + (-1229003,'Ha! Ha! Ha! Thank you for freeing me, fools. Now let me repay you by charring the flesh from your bones.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'pyroguard SAY_FREE'), + (-1229004,'Excellent... it would appear as if the meddlesome insects have arrived just in time to feed my legion. Welcome, mortals!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'nefarius SAY_INTRO_1'), + (-1229005,'Let not even a drop of their blood remain upon the arena floor, my children. Feast on their souls!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'nefarius SAY_INTRO_2'), + (-1229006,'Foolsss...Kill the one in the dress!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarius SAY_ATTACK_1'), + (-1229007,'Sire, let me join the fray! I shall tear their spines out with my bare hands!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'rend SAY_REND_JOIN'), + (-1229008,'Concentrate your attacks upon the healer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarius SAY_ATTACK_2'), + (-1229009,'Inconceivable!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarius SAY_ATTACK_3'), + (-1229010,'Do not force my hand, children! I shall use your hides to line my boots.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarius SAY_ATTACK_4'), + (-1229011,'Defilers!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'rend SAY_LOSE_1'), + (-1229012,'Impossible!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'rend SAY_LOSE_2'), + (-1229013,'Your efforts will prove fruitless. None shall stand in our way!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarius SAY_LOSE_3'), + (-1229014,'THIS CANNOT BE!!! Rend, deal with these insects.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'nefarius SAY_LOSE_4'), + (-1229015,'With pleasure...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'rend SAY_REND_ATTACK'), + (-1229016,'The Warchief shall make quick work of you, mortals. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,25,'nefarius SAY_WARCHIEF'), + (-1229017,'Taste in my power!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarius SAY_BUFF_GYTH'), + (-1229018,'Your victory shall be short lived. The days of both the Alliance and Horde are coming to an end. The next time we meet shall be the last.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'nefarius SAY_VICTORY'), + (-1229019,'%s is knocked off his drake!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'rend EMOTE_KNOCKED_OFF'), + (-1229020,'Intruders are destroying our eggs! Stop!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'rookery hatcher - SAY_ROOKERY_EVENT_START'), + (-1230000,'Ah, hits the spot!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,5,'rocknot SAY_GOT_BEER'), + (-1230001,'Come to aid the Throne!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'dagran SAY_AGGRO'), + (-1230002,'Hail to the king, baby!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'dagran SAY_SLAY'), + (-1230003,'You have challenged the Seven, and now you will die!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'doomrel SAY_DOOMREL_START_EVENT'), + (-1230004,'The Sons of Thaurissan shall watch you perish in the Ring of the Law!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,5,'grimstone SAY_START_1'), + (-1230005,'You have been sentenced to death for crimes against the Dark Iron Nation!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,25,'grimstone SAY_START_2'), + (-1230006,'Unleash the fury and let it be done!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,15,'grimstone SAY_OPEN_EAST_GATE'), + (-1230007,'But your real punishment lies ahead.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'grimstone SAY_SUMMON_BOSS_1'), + (-1230008,'Haha! I bet you thought you were done!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,153,'grimstone SAY_SUMMON_BOSS_2'), + (-1230009,'Good Riddance!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,5,'grimstone SAY_OPEN_NORTH_GATE'), + (-1230010,'Thank you, $N! I\'m free!!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dughal SAY_FREE'), + (-1230011,'You locked up the wrong Marshal, $N. Prepare to be destroyed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'windsor SAY_AGGRO_1'), + (-1230012,'I bet you\'re sorry now, aren\'t you?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'windsor SAY_AGGRO_2'), + (-1230013,'You better hold me back or $N is going to feel some prison house beatings.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'windsor SAY_AGGRO_3'), + (-1230014,'Let\'s get a move on. My gear should be in the storage area up this way...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'windsor SAY_START'), + (-1230015,'Check that cell, $N. If someone is alive in there, we need to get them out.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'windsor SAY_CELL_DUGHAL_1'), + (-1230016,'Good work! We\'re almost there, $N. This way.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'windsor SAY_CELL_DUGHAL_3'), + (-1230017,'This is it, $N. My stuff should be in that room. Cover me, I\'m going in!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'windsor SAY_EQUIPMENT_1'), + (-1230018,'Ah, there it is!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'windsor SAY_EQUIPMENT_2'), + (-1230019,'Can you feel the power, $N??? It\'s time to ROCK!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'reginald_windsor SAY__EQUIPMENT_3'), + (-1230020,'Now we just have to free Tobias and we can get out of here. This way!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'reginald_windsor SAY__EQUIPMENT_4'), + (-1230021,'Open it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'reginald_windsor SAY_CELL_JAZ_1'), + (-1230022,'I never did like those two. Let\'s get moving.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'reginald_windsor SAY_CELL_JAZ_2'), + (-1230023,'Open it and be careful this time!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'reginald_windsor SAY_CELL_SHILL_1'), + (-1230024,'That intolerant dirtbag finally got what was coming to him. Good riddance!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,66,'reginald_windsor SAY_CELL_SHILL_2'), + (-1230025,'Alright, let\'s go.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'reginald_windsor SAY_CELL_SHILL_3'), + (-1230026,'Open it. We need to hurry up. I can smell those Dark Irons coming a mile away and I can tell you one thing, they\'re COMING!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'reginald_windsor SAY_CELL_CREST_1'), + (-1230027,'He has to be in the last cell. Unless... they killed him.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'reginald_windsor SAY_CELL_CREST_2'), + (-1230028,'Get him out of there!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,25,'reginald_windsor SAY_CELL_TOBIAS_1'), + (-1230029,'Excellent work, $N. Let\'s find the exit. I think I know the way. Follow me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'reginald_windsor SAY_CELL_TOBIAS_2'), + (-1230030,'We made it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,4,'reginald_windsor SAY_FREE_1'), + (-1230031,'Meet me at Maxwell\'s encampment. We\'ll go over the next stages of the plan there and figure out a way to decode my tablets without the decryption ring.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,1,'reginald_windsor SAY_FREE_2'), + (-1230032,'Thank you! I will run for safety immediately!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tobias SAY_TOBIAS_FREE_1'), + (-1230033,'Finally!! I can leave this dump.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'tobias SAY_TOBIAS_FREE_2'), + (-1230035,'%s cries out an alarm!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'general_angerforge EMOTE_ALARM'), + (-1230036,'I want more ale! Give me more ale!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'rocknot SAY_MORE_BEER'), + (-1230037,'You\'ll pay for that!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Grim Patron SAY_PISSED_PATRON_1'), + (-1230038,'No!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Grim Patron SAY_PISSED_PATRON_2'), + (-1230039,'Oh! Now I\'m pissed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Grim Patron SAY_PISSED_PATRON_3'), + (-1230040,'Violence! Property damage! None shall pass!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Phalanx YELL_PHALANX_AGGRO'), + (-1230041,'Get away from those kegs!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Hurley Blackbreath YELL_HURLEY_SPAWN'), + (-1230042,'You\'ll pay for that!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Hurley Blackbreath SAY_HURLEY_AGGRO'), + (-1230043,'You can\'t hide from us. Prepare to burn!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'anvilrage guardsman SAY_GUARD_AGGRO'), + (-1230044,'That one\'s empty!!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,60,'rocknot SAY_BARREL_1'), + (-1230045,'Ah, empty again!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,35,'rocknot SAY_BARREL_2'), + (-1230046,'ALE!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,60,'rocknot SAY_BARREL_3'), + (-1230047,'Im out of here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'rocknot SAY_ROCKNOT_DESPAWN'), + (-1230048,'HALT! There were...reports...of a...disturbance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Fireguard Destroyer YELL_PATROL_1'), + (-1230049,'We...are...investigating.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Fireguard Destroyer YELL_PATROL_2'), + (-1230050,'Try the boar! It\'s my new recipe!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Plugger Spazzring SAY_OOC_1'), + (-1230051,'Enjoy! You won\'t find better ale anywhere!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Plugger Spazzring SAY_OOC_2'), + (-1230052,'Drink up! There\'s more where that came from!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Plugger Spazzring SAY_OOC_3'), + (-1230053,'Have you tried the Dark Iron Ale? It\'s the best!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Plugger Spazzring SAY_OOC_4'), + (-1230054,'What are you doing over there?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Plugger Spazzring YELL_STOLEN_1'), + (-1230055,'Hey! Get away from that!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Plugger Spazzring YELL_STOLEN_2'), + (-1230056,'No stealing the goods!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Plugger Spazzring YELL_STOLEN_3'), + (-1230057,'That\'s it! You\'re going down!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Plugger Spazzring YELL_AGRRO_1'), + (-1230058,'That\'s it! No more beer until this mess is sorted out!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Plugger Spazzring YELL_AGRRO_2'), + (-1230059,'Hey, my pockets were picked!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Plugger Spazzring YELL_PICKPOCKETED'), + (-1230060,'Ha! You can\'t even begin to imagine the futility of your efforts.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Emperor Thaurissan YELL_SENATOR_1'), + (-1230061,'Is that the best you can do? Do you really expect that you could defeat someone as awe inspiring as me?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Emperor Thaurissan YELL_SENATOR_2'), + (-1230062,'They were just getting in the way anyways.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Emperor Thaurissan YELL_SENATOR_3'), + (-1230063,'Your efforts are utterly pointless, fools! You will never be able to defeat me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Emperor Thaurissan YELL_SENATOR_4'), + (-1230064,'I will crush you into little tiny pieces!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Emperor Thaurissan YELL_AGGRO_2'), + (-1230065,'Prepare to meet your doom at the hands of Ragnaros\' most powerful servant!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'Emperor Thaurissan YELL_AGGRO_3'), + (-1230066,'Hey, Rocknot!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Nagmara SAY_NAGMARA_1'), + (-1230067,'Let\'s go, honey.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'Nagmara SAY_NAGMARA_2'), + (-1230068,'%s kisses her lover.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Nagmara TEXTEMOTE_NAGMARA'), + (-1230069,'%s kisses Mistress Nagmara',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,17,'Rocknot TEXTEMOTE_ROCKNOT'), + (-1249000,'How fortuitous. Usually, I must leave my lair to feed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'onyxia SAY_AGGRO'), + (-1249001,'Learn your place mortal!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'onyxia SAY_KILL'), + (-1249002,'This meaningless exertion bores me. I\'ll incinerate you all from above!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,254,'onyxia SAY_PHASE_2_TRANS'), + (-1249003,'It seems you\'ll need another lesson, mortals!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,293,'onyxia SAY_PHASE_3_TRANS'), + (-1249004,'%s takes in a deep breath...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'onyxia EMOTE_BREATH'), + (-1289000,'School is in session!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'gandling SAY_GANDLING_SPAWN'), + (-1309000,'Let the coils of hate unfurl!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8421,1,0,0,'venoxis SAY_TRANSFORM'), + (-1309001,'Ssserenity..at lassst!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'venoxis SAY_DEATH'), + (-1309002,'Lord Hir\'eek, grant me wings of vengance!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8417,1,0,0,'jeklik SAY_AGGRO'), + (-1309003,'I command you to rain fire down upon these invaders!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'jeklik SAY_RAIN_FIRE'), + (-1309004,'Finally ...death. Curse you Hakkar! Curse you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8422,1,0,0,'jeklik SAY_DEATH'), + (-1309005,'Draw me to your web mistress Shadra. Unleash your venom!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8418,1,0,0,'marli SAY_AGGRO'), + (-1309006,'Shadra, make of me your avatar!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'marli SAY_TRANSFORM'), + (-1309007,'Aid me my brood!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'marli SAY_SPIDER_SPAWN'), + (-1309008,'Bless you mortal for this release. Hakkar controls me no longer...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8423,1,0,0,'marli SAY_DEATH'), + (-1309009,'Shirvallah, fill me with your RAGE!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8419,1,0,0,'thekal SAY_AGGRO'), + (-1309010,'Hakkar binds me no more! Peace at last!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8424,1,0,0,'thekal SAY_DEATH'), + (-1309011,'Bethekk, your priestess calls upon your might!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8416,1,0,0,'arlokk SAY_AGGRO'), + (-1309012,'Feast on $n, my pretties!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'arlokk SAY_FEAST_PANTHER'), + (-1309013,'At last, I am free of the Soulflayer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8412,1,0,0,'arlokk SAY_DEATH'), + (-1309014,'Welcome to da great show friends! Step right up to die!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8425,1,0,0,'jindo SAY_AGGRO'), + (-1309015,'I\'ll feed your souls to Hakkar himself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8413,1,0,0,'mandokir SAY_AGGRO'), + (-1309016,'DING!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'mandokir SAY_DING_KILL'), + (-1309017,'GRATS!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'mandokir SAY_GRATS_JINDO'), + (-1309018,'$N! I\'m watching you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'mandokir SAY_WATCH'), + (-1309019,'Don\'t make me angry. You won\'t like it when I\'m angry.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,4,0,0,'mandokir SAY_WATCH_WHISPER'), + (-1309020,'PRIDE HERALDS THE END OF YOUR WORLD. COME, MORTALS! FACE THE WRATH OF THE SOULFLAYER!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8414,1,0,0,'hakkar SAY_AGGRO'), + (-1309021,'Fleeing will do you no good, mortals!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'hakkar SAY_FLEEING'), + (-1309022,'You dare set foot upon Hakkari holy ground? Minions of Hakkar, destroy the infidels!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'hakkar SAY_MINION_DESTROY'), + (-1309023,'Minions of Hakkar, hear your God. The sanctity of this temple has been compromised. Invaders encroach upon holy ground! The Altar of Blood must be protected. Kill them all!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'hakkar SAY_PROTECT_ALTAR'), + (-1309024,'%s goes into a rage after seeing his raptor fall in battle!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'mandokir EMOTE_RAGE'), + (-1309025,'The brood shall not fall!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'marli SAY_TRANSFORM_BACK'), + (-1309026,'%s emits a deafening shriek!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'jeklik SAY_SHRIEK'), + (-1309027,'%s begins to cast a Great Heal!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'jeklik SAY_HEAL'), + (-1329000,'Thanks to Egan',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'freed_soul SAY_ZAPPED0'), + (-1329001,'Rivendare must die',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'freed_soul SAY_ZAPPED1'), + (-1329002,'Who you gonna call?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'freed_soul SAY_ZAPPED2'), + (-1329003,'Don\'t cross those beams!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'freed_soul SAY_ZAPPED3'), + (-1329004,'An Ash\'ari Crystal has fallen! Stay true to the Lich King, my brethren, and attempt to resummon it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'thuzadin acolyte SAY_ANNOUNCE_ZIGGURAT_1'), + (-1329005,'One of the Ash\'ari Crystals has been destroyed! Slay the intruders!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'thuzadin acolyte SAY_ANNOUNCE_ZIGGURAT_2'), + (-1329006,'An Ash\'ari Crystal has been toppled! Restore the ziggurat before the Necropolis is vulnerable!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'thuzadin acolyte SAY_ANNOUNCE_ZIGGURAT_3'), + (-1329007,'The Ash\'ari Crystals have been destroyed! The Slaughterhouse is vulnerable!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'baron rivendare SAY_ANNOUNCE_RIVENDARE'), + (-1329008,'Intruders at the Service Gate! Lord Rivendare must be warned!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'barthilas SAY_WARN_BARON'), + (-1329009,'Intruders! More pawns of the Argent Dawn, no doubt. I already count one of their number among my prisoners. Withdraw from my domain before she is executed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'baron rivendare SAY_ANNOUNCE_RUN_START'), + (-1329010,'You\'re still here? Your foolishness is amusing! The Argent Dawn wench needn\'t suffer in vain. Leave at once and she shall be spared!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'baron rivendare SAY_ANNOUNCE_RUN_10_MIN'), + (-1329011,'I shall take great pleasure in taking this poor wretch\'s life! It\'s not too late, she needn\'t suffer in vain. Turn back and her death shall be merciful!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'baron rivendare SAY_ANNOUNCE_RUN_5_MIN'), + (-1329012,'May this prisoner\'s death serve as a warning. None shall defy the Scourge and live!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'baron rivendare SAY_ANNOUNCE_RUN_FAIL'), + (-1329013,'So you see fit to toy with the Lich King\'s creations? Ramstein, be sure to give the intruders a proper greeting.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'baron rivendare SAY_ANNOUNCE_RAMSTEIN'), + (-1329014,'Time to take matters into my own hands. Come. Enter my domain and challenge the might of the Scourge!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'baron rivendare SAY_UNDEAD_DEFEAT'), + (-1329015,'You did it... you\'ve slain Baron Rivendare! The Argent Dawn shall hear of your valiant deeds!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'ysida SAY_EPILOGUE'), + (-1329016,'Today you have unmade what took me years to create! For this you shall all die by my hand!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'dathrohan SAY_AGGRO'), + (-1329017,'You fools think you can defeat me so easily? Face the true might of the Nathrezim!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'dathrohan SAY_TRANSFORM'), + (-1329018,'Damn you mortals! All my plans of revenge, all my hate... all burned to ash...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'dathrohan SAY_DEATH'), + (-1329019,'Don\'t worry about me! Slay this dreadful beast and cleanse this world of his foul taint!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'ysida YSIDA_SAY_RUN_5_MIN'), + (-1329020,'My death means nothing.... light... will... prevail!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'ysida YSIDA_SAY_RUN_FAIL'), + (-1329021,'Rivendare! I come for you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'aurius YELL_AURIUS_AGGRO'), + (-1329022,'Argh!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'aurius SAY_AURIUS_DEATH'), + (-1329023,'Move back and hold the line! We cannot fail or all will be lost!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'YELL_BASTION_BARRICADE'), + (-1329024,'Move to the stairs and defend!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'YELL_BASTION_STAIRS'), + (-1329025,'The Scourge have broken into the Bastion! Redouble your efforts! We must not fail!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'YELL_BASTION_ENTRANCE'), + (-1329026,'They have broken into the Hall of Lights! We must stop the intruders!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'YELL_BASTION_HALL_LIGHTS'), + (-1329027,'The Scourge have broken through in all wings! May the light defeat these foul creatures! We shall fight to the last!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'YELL_BASTION_INNER_1'), + (-1329028,'This will not be the end of the Scarlet Crusade! You will not break our line!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'YELL_BASTION_INNER_2'), + (-1409000,'%s performs one last service for Ragnaros.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'geddon EMOTE_SERVICE'), + (-1409001,'REUSE ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE ME'), + (-1409002,'%s refuses to die while its master is in trouble.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'core rager EMOTE_LOWHP'), + (-1409003,'Reckless mortals! None may challenge the Sons of the Living flame!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8035,1,0,0,'majordomo SAY_AGGRO'), + (-1409004,'The runes of warding have been destroyed! Hunt down the infidels, my brethren!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8039,6,0,0,'majordomo SAY_SPAWN'), + (-1409005,'Ashes to Ashes!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8037,1,0,0,'majordomo SAY_SLAY_1'), + (-1409006,'Burn mortals! Burn for this transgression!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8036,1,0,0,'majordomo SAY_SLAY_2'), + (-1409007,'Impossible! Stay your attack, mortals... I submit! I submit!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8038,1,0,0,'majordomo SAY_DEFEAT_1'), + (-1409008,'Behold Ragnaros - the Firelord! He who was ancient when this world was young! Bow before him, mortals! Bow before your ending!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8040,1,0,0,'ragnaros SAY_SUMMON_MAJ'), + (-1409009,'TOO SOON! YOU HAVE AWAKENED ME TOO SOON, EXECUTUS! WHAT IS THE MEANING OF THIS INTRUSION???',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8043,1,0,0,'ragnaros SAY_ARRIVAL1_RAG'), + (-1409010,'These mortal infidels, my lord! They have invaded your sanctum and seek to steal your secrets!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8041,1,0,0,'ragnaros SAY_ARRIVAL2_MAJ'), + (-1409011,'FOOL! YOU ALLOWED THESE INSECTS TO RUN RAMPANT THROUGH THE HALLOWED CORE? AND NOW YOU LEAD THEM TO MY VERY LAIR? YOU HAVE FAILED ME, EXECUTUS! JUSTICE SHALL BE MET, INDEED!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8044,1,0,0,'ragnaros SAY_ARRIVAL3_RAG'), + (-1409012,'NOW FOR YOU, INSECTS! BOLDLY, YOU SOUGHT THE POWER OF RAGNAROS. NOW YOU SHALL SEE IT FIRSTHAND!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8045,1,0,0,'ragnaros SAY_ARRIVAL5_RAG'), + (-1409013,'COME FORTH, MY SERVANTS! DEFEND YOUR MASTER!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8049,1,0,0,'ragnaros SAY_REINFORCEMENTS1'), + (-1409014,'YOU CANNOT DEFEAT THE LIVING FLAME! COME YOU MINIONS OF FIRE! COME FORTH YOU CREATURES OF HATE! YOUR MASTER CALLS!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8050,1,0,0,'ragnaros SAY_REINFORCEMENTS2'), + (-1409015,'BY FIRE BE PURGED!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8046,1,0,0,'ragnaros SAY_HAND'), + (-1409016,'TASTE THE FLAMES OF SULFURON!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8047,1,0,0,'ragnaros SAY_WRATH'), + (-1409017,'DIE INSECT!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8051,1,0,0,'ragnaros SAY_KILL'), + (-1409018,'MY PATIENCE IS DWINDLING! COME GNATS: TO YOUR DEATH!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8048,1,0,0,'ragnaros SAY_MAGMABURST'), + (-1409019,'You think you\'ve won already? Perhaps you\'ll need another lesson in pain!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'majordomo SAY_LAST_ADD'), + (-1409020,'Brashly, you have come to wrest the secrets of the Living Flame! You will soon regret the recklessness of your quest.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'majordomo SAY_DEFEAT_2'), + (-1409021,'I go now to summon the lord whose house this is. Should you seek an audience with him, your paltry lives will surely be forfeit! Nevertheless, seek out his lair, if you dare!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'majordomo SAY_DEFEAT_3'), + (-1409022,'My flame! Please don\'t take away my flame... ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8042,1,0,0,'ragnaros SAY_ARRIVAL4_MAJ'), + (-1409023,'Very well, $n.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'majordomo SAY_SUMMON_0'), + (-1409024,'Impudent whelps! You\'ve rushed headlong to your own deaths! See now, the master stirs!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'majordomo SAY_SUMMON_1'), + (-1409025,'%s forces one of his Firesworn minions to erupt!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'Garr EMOTE_MASSIVE_ERUPTION'), + (-1429000,'The demon is loose! Quickly we must restrain him!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'highborne summoner SAY_FREE_IMMOLTHAR'), + (-1429001,'Who dares disrupt the sanctity of Eldre\'Thalas? Face me, cowards!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'prince tortheldrin SAY_KILL_IMMOLTHAR'), + (-1429002,'At last... Freed from his cursed grasp!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'old ironbark SAY_IRONBARK_REDEEM'), + (-1429003,'The king is dead - OH NOES! Summon Mizzle da Crafty! He knows what to do next!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'cho\'rush SAY_KING_DEAD'), + (-1469000,'None of your kind should be here! You\'ve doomed only yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8286,1,0,0,'broodlord SAY_AGGRO'), + (-1469001,'Clever Mortals but I am not so easily lured away from my sanctum!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8287,1,0,0,'broodlord SAY_LEASH'), + (-1469002,'Run! They are coming!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'vaelastrasz blackwing tech SAY_INTRO_TECH'), + (-1469003,'%s flinches as its skin shimmers.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'chromaggus EMOTE_SHIMMER'), + (-1469004,'In this world where time is your enemy, it is my greatest ally. This grand game of life that you think you play in fact plays you. To that I say...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'victor_nefarius SAY_GAMESBEGIN_1'), + (-1469005,'Let the games begin!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8280,1,0,22,'victor_nefarius SAY_GAMESBEGIN_2'), + (-1469006,'Ah...the heroes. You are persistent, aren\'t you? Your ally here attempted to match his power against mine - and paid the price. Now he shall serve me...by slaughtering you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8279,1,0,23,'victor_nefarius SAY_NEFARIUS_CORRUPT'), + (-1469007,'Well done, my minions. The mortals\' courage begins to wane! Now, let\'s see how they contend with the true Lord of Blackrock Spire!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8288,1,0,0,'nefarian SAY_AGGRO'), + (-1469008,'Enough! Now you vermin shall feel the force of my birthright, the fury of the earth itself.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8289,1,0,0,'nefarian SAY_XHEALTH'), + (-1469009,'BURN! You wretches! BURN!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8290,1,0,0,'nefarian SAY_SHADOWFLAME'), + (-1469010,'Impossible! Rise my minions! Serve your master once more!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8291,1,0,0,'nefarian SAY_RAISE_SKELETONS'), + (-1469011,'Worthless $N! Your friends will join you soon enough!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8293,1,0,0,'nefarian SAY_SLAY'), + (-1469012,'This cannot be! I am the master here! You mortals are nothing to my kind! Do you hear me? Nothing!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8292,1,0,0,'nefarian SAY_DEATH'), + (-1469013,'Mages too? You should be more careful when you play with magic...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_MAGE'), + (-1469014,'Warriors, I know you can hit harder than that! Let\'s see it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_WARRIOR'), + (-1469015,'Druids and your silly shapeshifting. Let\'s see it in action!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_DRUID'), + (-1469016,'Priests! If you\'re going to keep healing like that, we might as well make it a little more interesting!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_PRIEST'), + (-1469017,'Paladins, I\'ve heard you have many lives. Show me.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_PALADIN'), + (-1469018,'Shamans, show me what your totems can do!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_SHAMAN'), + (-1469019,'Warlocks, you shouldn\'t be playing with magic you don\'t understand. See what happens?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_WARLOCK'), + (-1469020,'Hunters and your annoying pea-shooters!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_HUNTER'), + (-1469021,'Rogues? Stop hiding and face me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_ROGUE'), + (-1469022,'You\'ll pay for forcing me to do this.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8275,1,0,0,'razorgore SAY_EGGS_BROKEN1'), + (-1469023,'Fools! These eggs are more precious than you know!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8276,1,0,0,'razorgore SAY_EGGS_BROKEN2'), + (-1469024,'No - not another one! I\'ll have your heads for this atrocity!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8277,1,0,0,'razorgore SAY_EGGS_BROKEN3'), + (-1469025,'If I fall into the abyss I\'ll take all of you mortals with me...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8278,1,0,0,'razorgore SAY_DEATH'), + (-1469026,'Too late, friends! Nefarius\' corruption has taken hold...I cannot...control myself.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8281,1,0,1,'vaelastrasz SAY_LINE1'), + (-1469027,'I beg you, mortals - FLEE! Flee before I lose all sense of control! The black fire rages within my heart! I MUST- release it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8282,1,0,1,'vaelastrasz SAY_LINE2'), + (-1469028,'FLAME! DEATH! DESTRUCTION! Cower, mortals before the wrath of Lord...NO - I MUST fight this! Alexstrasza help me, I MUST fight it!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8283,1,0,1,'vaelastrasz SAY_LINE3'), + (-1469029,'Nefarius\' hate has made me stronger than ever before! You should have fled while you could, mortals! The fury of Blackrock courses through my veins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8285,1,0,0,'vaelastrasz SAY_HALFLIFE'), + (-1469030,'Forgive me, $N! Your death only adds to my failure!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8284,1,0,0,'vaelastrasz SAY_KILLTARGET'), + (-1469031,'Death Knights, get over here!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'nefarian SAY_DEATH_KNIGHT'), + (-1469032,'Get up, little red wyrm...and destroy them!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,1,'victor_nefarius SAY_NEFARIUS_CORRUPT_2'), + (-1469033,'%s flee as the controlling power of the orb is drained.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'razorgore EMOTE_TROOPS_FLEE'), + (-1469034,'Run! They are coming.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'blackwing technician SAY_TECHNICIAN_RUN'), + (-1469035,'Orb of Domination loses power and shuts off!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'razorgore EMOTE_ORB_SHUT_OFF'), + (-1509000,'%s senses your fear.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'moam EMOTE_AGGRO'), + (-1509001,'%s bristles with energy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'moan EMOTE_MANA_FULL'), + (-1509028,'%s drains your mana and turns to stone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'moam EMOTE_ENERGIZING'), + (-1509002,'%s sets eyes on $N!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'buru EMOTE_TARGET'), + (-1509003,'They come now. Try not to get yourself killed, young blood.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,22,'andorov SAY_ANDOROV_INTRO_3'), + (-1509004,'Remember, Rajaxx, when I said I\'d kill you last?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'andorov SAY_ANDOROV_INTRO_1'), + (-1509005,'The time of our retribution is at hand! Let darkness reign in the hearts of our enemies!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8612,1,0,0,'rajaxx SAY_WAVE3'), + (-1509006,'No longer will we wait behind barred doors and walls of stone! No longer will our vengeance be denied! The dragons themselves will tremble before our wrath!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8610,1,0,0,'rajaxx SAY_WAVE4'), + (-1509007,'Fear is for the enemy! Fear and death!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8608,1,0,0,'rajaxx SAY_WAVE5'), + (-1509008,'Staghelm will whimper and beg for his life, just as his whelp of a son did! One thousand years of injustice will end this day!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8611,1,0,0,'rajaxx SAY_WAVE6'), + (-1509009,'Fandral! Your time has come! Go and hide in the Emerald Dream and pray we never find you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8607,1,0,0,'rajaxx SAY_WAVE7'), + (-1509010,'Impudent fool! I will kill you myself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8609,1,0,0,'rajaxx SAY_INTRO'), + (-1509011,'Attack and make them pay dearly!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8603,1,0,0,'rajaxx SAY_UNK1'), + (-1509012,'Crush them! Drive them out!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8605,1,0,0,'rajaxx SAY_UNK2'), + (-1509013,'Do not hesitate! Destroy them!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8606,1,0,0,'rajaxx SAY_UNK3'), + (-1509014,'Warriors! Captains! Continue the fight!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8613,1,0,0,'rajaxx SAY_UNK4'), + (-1509015,'You are not worth my time $N!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8614,1,0,0,'rajaxx SAY_DEAGGRO'), + (-1509016,'Breath your last!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8604,1,0,0,'rajaxx SAY_KILLS_ANDOROV'), + (-1509017,'Soon you will know the price of your meddling, mortals... The master is nearly whole... And when he rises, your world will be cease!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'rajaxx SAY_COMPLETE_QUEST'), + (-1509018,'I am rejuvinated!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8593,1,0,0,'ossirian SAY_SURPREME1'), + (-1509019,'My powers are renewed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8595,1,0,0,'ossirian SAY_SURPREME2'), + (-1509020,'My powers return!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8596,1,0,0,'ossirian SAY_SURPREME3'), + (-1509021,'Protect the city at all costs!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8597,1,0,0,'ossirian SAY_RAND_INTRO1'), + (-1509022,'The walls have been breached!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8599,6,0,0,'ossirian SAY_RAND_INTRO2'), + (-1509023,'To your posts. Defend the city.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8600,1,0,0,'ossirian SAY_RAND_INTRO3'), + (-1509024,'Tresspassers will be terminated.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8601,1,0,0,'ossirian SAY_RAND_INTRO4'), + (-1509025,'Sands of the desert rise and block out the sun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8598,1,0,0,'ossirian SAY_AGGRO'), + (-1509026,'You are terminated.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8602,1,0,0,'ossirian SAY_SLAY'), + (-1509027,'I...have...failed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8594,1,0,0,'ossirian SAY_DEATH'), + (-1509029,'Come get some!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'andorov SAY_ANDOROV_INTRO_4'), + (-1509030,'Kill first, ask questions later... Incoming!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'andorov SAY_ANDOROV_ATTACK_START'), + (-1509031,'I lied...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'andorov SAY_ANDOROV_INTRO_2'), + (-1531000,'Are you so eager to die? I would be happy to accomodate you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8615,1,0,0,'skeram SAY_AGGRO1'), + (-1531001,'Cower mortals! The age of darkness is at hand.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8616,1,0,0,'skeram SAY_AGGRO2'), + (-1531002,'Tremble! The end is upon you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8621,1,0,0,'skeram SAY_AGGRO3'), + (-1531003,'Let your death serve as an example!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8617,1,0,0,'skeram SAY_SLAY1'), + (-1531004,'Spineless wretches! You will drown in rivers of blood!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8619,1,0,0,'skeram SAY_SLAY2'), + (-1531005,'The screams of the dying will fill the air. A symphony of terror is about to begin!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8620,1,0,0,'skeram SAY_SLAY3'), + (-1531006,'Prepare for the return of the ancient ones!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8618,1,0,0,'skeram SAY_SPLIT'), + (-1531007,'You only delay... the inevetable.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8622,1,0,0,'skeram SAY_DEATH'), + (-1531008,'You will be judged for defiling these sacred grounds! The laws of the Ancients will not be challenged! Trespassers will be annihilated!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8646,1,0,0,'sartura SAY_AGGRO'), + (-1531009,'I sentence you to death!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8647,1,0,0,'sartura SAY_SLAY'), + (-1531010,'I serve to the last!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8648,1,0,0,'sartura SAY_DEATH'), + (-1531011,'%s is weakened!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'cthun EMOTE_WEAKENED'), + (-1531012,'The massive floating eyeball in the center of the chamber turns its gaze upon you. You stand before a god.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'eye cthun EMOTE_INTRO'), + (-1531013,'Only flesh and bone. Mortals are such easy prey...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'veklor SAY_INTRO_1'), + (-1531014,'Where are your manners, brother. Let us properly welcome our guests.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'veknilash SAY_INTRO_2'), + (-1531015,'There will be pain...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'veklor SAY_INTRO_3'), + (-1531016,'Oh so much pain...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'veknilash SAY_INTRO_4'), + (-1531017,'Come, little ones.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'veklor SAY_INTRO_5'), + (-1531018,'The feast of souls begin now...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'veknilash SAY_INTRO_6'), + (-1531019,'It\'s too late to turn away.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8623,1,0,0,'veklor SAY_AGGRO_1'), + (-1531020,'Prepare to embrace oblivion!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8626,1,0,0,'veklor SAY_AGGRO_2'), + (-1531021,'Like a fly in a web.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8624,1,0,0,'veklor SAY_AGGRO_3'), + (-1531022,'Your brash arrogance!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8628,1,0,0,'veklor SAY_AGGRO_4'), + (-1531023,'You will not escape death!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8629,1,0,0,'veklor SAY_SLAY'), + (-1531024,'My brother...NO!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8625,1,0,0,'veklor SAY_DEATH'), + (-1531025,'To decorate our halls!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8627,1,0,0,'veklor SAY_SPECIAL'), + (-1531026,'Ah, lambs to the slaughter!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8630,1,0,0,'veknilash SAY_AGGRO_1'), + (-1531027,'Let none survive!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8632,1,0,0,'veknilash SAY_AGGRO_2'), + (-1531028,'Join me brother, there is blood to be shed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8631,1,0,0,'veknilash SAY_AGGRO_3'), + (-1531029,'Look brother, fresh blood!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8633,1,0,0,'veknilash SAY_AGGRO_4'), + (-1531030,'Your fate is sealed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8635,1,0,0,'veknilash SAY_SLAY'), + (-1531031,'Vek\'lor, I feel your pain!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8636,1,0,0,'veknilash SAY_DEATH'), + (-1531032,'Shall be your undoing!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8634,1,0,0,'veknilash SAY_SPECIAL'), + (-1531033,'Death is close...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8580,4,0,0,'cthun SAY_WHISPER_1'), + (-1531034,'You are already dead.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8581,4,0,0,'cthun SAY_WHISPER_2'), + (-1531035,'Your courage will fail.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8582,4,0,0,'cthun SAY_WHISPER_3'), + (-1531036,'Your friends will abandon you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8583,4,0,0,'cthun SAY_WHISPER_4'), + (-1531037,'You will betray your friends.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8584,4,0,0,'cthun SAY_WHISPER_5'), + (-1531038,'You will die.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8585,4,0,0,'cthun SAY_WHISPER_6'), + (-1531039,'You are weak.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8586,4,0,0,'cthun SAY_WHISPER_7'), + (-1531040,'Your heart will explode.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8587,4,0,0,'cthun SAY_WHISPER_8'), + (-1531041,'%s begins to slow!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'viscidus EMOTE_SLOW'), + (-1531042,'%s is freezing up!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'viscidus EMOTE_FREEZE'), + (-1531043,'%s is frozen solid!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'viscidus EMOTE_FROZEN'), + (-1531044,'%s begins to crack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'viscidus EMOTE_CRACK'), + (-1531045,'%s looks ready to shatter!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'viscidus EMOTE_SHATTER'), + (-1531046,'%s explodes!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,0,0,'viscidus EMOTE_EXPLODE'), + (-1533000,'Ahh... welcome to my parlor.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8788,1,0,0,'anubrekhan SAY_GREET1'), + (-1533001,'Just a little taste...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8785,1,0,0,'anubrekhan SAY_AGGRO1'), + (-1533002,'There is no way out.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8786,1,0,0,'anubrekhan SAY_AGGRO2'), + (-1533003,'Yes, run! It makes the blood pump faster!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8787,1,0,0,'anubrekhan SAY_AGGRO3'), + (-1533004,'I hear little hearts beating. Yesss... beating faster now. Soon the beating will stop.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8790,1,0,0,'anubrekhan SAY_GREET2'), + (-1533005,'Where to go? What to do? So many choices that all end in pain, end in death.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8791,1,0,0,'anubrekhan SAY_GREET3'), + (-1533006,'Which one shall I eat first? So difficult to choose. They all smell so delicious...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8792,1,0,0,'anubrekhan SAY_GREET4'), + (-1533007,'Closer now... tasty morsels. I\'ve been too long without food. Without blood to drink.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8793,1,0,0,'anubrekhan SAY_GREET5'), + (-1533008,'Shhh... it will all be over soon.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8789,1,0,0,'anubrekhan SAY_SLAY'), + (-1533009,'Your old lives, your mortal desires, mean nothing. You are acolytes of the master now, and you will serve the cause without question! The greatest glory is to die in the master\'s service!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8799,1,0,0,'faerlina SAY_GREET'), + (-1533010,'Slay them in the master\'s name!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8794,1,0,0,'faerlina SAY_AGGRO1'), + (-1533011,'You cannot hide from me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8795,1,0,0,'faerlina SAY_ENRAGE_1'), + (-1533012,'Kneel before me, worm!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8796,1,0,0,'faerlina SAY_ENRAGE_2'), + (-1533013,'Run while you still can!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8797,1,0,0,'faerlina SAY_ENRAGE_3'), + (-1533014,'You have failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8800,1,0,0,'faerlina SAY_SLAY1'), + (-1533015,'Pathetic wretch!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8801,1,0,0,'faerlina SAY_SLAY2'), + (-1533016,'The master... will avenge me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8798,1,0,0,'faerlina SAY_DEATH'), + (-1533017,'Patchwerk want to play!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8909,1,0,0,'patchwerk SAY_AGGRO1'), + (-1533018,'Kel\'Thuzad make Patchwerk his Avatar of War!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8910,1,0,0,'patchwerk SAY_AGGRO2'), + (-1533019,'No more play?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8912,1,0,0,'patchwerk SAY_SLAY'), + (-1533020,'What happened to... Patch...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8911,1,0,0,'patchwerk SAY_DEATH'), + (-1533021,'%s sprays slime across the room!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'grobbulus EMOTE_SPRAY_SLIME'), + (-1533022,'%s lifts off into the air!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'sapphiron EMOTE_FLY'), + (-1533023,'Stalagg crush you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8864,1,0,0,'stalagg SAY_STAL_AGGRO'), + (-1533024,'Stalagg kill!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8866,1,0,0,'stalagg SAY_STAL_SLAY'), + (-1533025,'Master save me...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8865,1,0,0,'stalagg SAY_STAL_DEATH'), + (-1533026,'Feed you to master!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8802,1,0,0,'feugen SAY_FEUG_AGGRO'), + (-1533027,'Feugen make master happy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8804,1,0,0,'feugen SAY_FEUG_SLAY'), + (-1533028,'No... more... Feugen...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8803,1,0,0,'feugen SAY_FEUG_DEATH'), + (-1533029,'You are too late... I... must... OBEY!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8872,1,0,0,'thaddius SAY_GREET'), + (-1533030,'KILL!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8867,1,0,0,'thaddius SAY_AGGRO1'), + (-1533031,'EAT YOUR BONES!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8868,1,0,0,'thaddius SAY_AGGRO2'), + (-1533032,'BREAK YOU!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8869,1,0,0,'thaddius SAY_AGGRO3'), + (-1533033,'You die now!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8877,1,0,0,'thaddius SAY_SLAY'), + (-1533034,'Now YOU feel pain!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8871,1,0,0,'thaddius SAY_ELECT'), + (-1533035,'Thank... you...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8870,1,0,0,'thaddius SAY_DEATH'), + (-1533036,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE'), + (-1533037,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE'), + (-1533038,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE'), + (-1533039,'REUSE_ME',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'REUSE'), + (-1533040,'Foolishly you have sought your own demise.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8807,1,0,0,'gothik SAY_SPEECH_1'), + (-1533041,'Death is the only escape.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8806,1,0,0,'gothik SAY_KILL'), + (-1533042,'I... am... undone!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8805,1,0,0,'gothik SAY_DEATH'), + (-1533043,'I have waited long enough! Now, you face the harvester of souls!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8808,1,0,0,'gothik SAY_TELEPORT'), + (-1533044,'Defend youself!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8892,1,0,0,'blaumeux SAY_BLAU_AGGRO'), + (-1533045,'Come, Zeliek, do not drive them out. Not before we\'ve had our fun.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8896,6,0,0,'blaumeux SAY_BLAU_TAUNT1'), + (-1533046,'I do hope they stay alive long enough for me to... introduce myself.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8897,6,0,0,'blaumeux SAY_BLAU_TAUNT2'), + (-1533047,'The first kill goes to me! Anyone care to wager?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8898,6,0,0,'blaumeux SAY_BLAU_TAUNT3'), + (-1533048,'Your life is mine!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8895,1,0,0,'blaumeux SAY_BLAU_SPECIAL'), + (-1533049,'Who\'s next?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8894,1,0,0,'blaumeux SAY_BLAU_SLAY'), + (-1533050,'Tou... che!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8893,1,0,0,'blaumeux SAY_BLAU_DEATH'), + (-1533051,'Come out and fight, ye wee ninny!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8899,1,0,0,'korthazz SAY_KORT_AGGRO'), + (-1533052,'To arms, ye roustabouts! We\'ve got company!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8903,6,0,0,'korthazz SAY_KORT_TAUNT1'), + (-1533053,'I heard about enough of yer sniveling. Shut yer fly trap \'afore I shut it for ye!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8904,6,0,0,'korthazz SAY_KORT_TAUNT2'), + (-1533054,'I\'m gonna enjoy killin\' these slack-jawed daffodils!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8905,6,0,0,'korthazz SAY_KORT_TAUNT3'), + (-1533055,'I like my meat extra crispy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8902,1,0,0,'korthazz SAY_KORT_SPECIAl'), + (-1533056,'Next time, bring more friends!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8901,1,0,0,'korthazz SAY_KORT_SLAY'), + (-1533057,'What a bloody waste this is!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8900,1,0,0,'korthazz SAY_KORT_DEATH'), + (-1533058,'Flee, before it\'s too late!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8913,1,0,0,'zeliek SAY_ZELI_AGGRO'), + (-1533059,'Invaders, cease this foolish venture at once! Turn away while you still can!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8917,6,0,0,'zeliek SAY_ZELI_TAUNT1'), + (-1533060,'Perhaps they will come to their senses, and run away as fast as they can!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8918,6,0,0,'zeliek SAY_ZELI_TAUNT2'), + (-1533061,'Do not continue! Turn back while there\'s still time!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8919,6,0,0,'zeliek SAY_ZELI_TAUNT3'), + (-1533062,'I- I have no choice but to obey!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8916,1,0,0,'zeliek SAY_ZELI_SPECIAL'), + (-1533063,'Forgive me!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8915,1,0,0,'zeliek SAY_ZELI_SLAY'), + (-1533064,'It is... as it should be.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8914,1,0,0,'zeliek SAY_ZELI_DEATH'), + (-1533065,'You seek death?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8835,1,0,0,'mograine SAY_MORG_AGGRO1'), + (-1533066,'None shall pass!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8836,1,0,0,'mograine SAY_MORG_AGGRO2'), + (-1533067,'Be still!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8837,1,0,0,'mograine SAY_MORG_AGGRO3'), + (-1533068,'You will find no peace in death.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8839,1,0,0,'mograine SAY_MORG_SLAY1'), + (-1533069,'The master\'s will is done.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8840,1,0,0,'mograine SAY_MORG_SLAY2'), + (-1533070,'Bow to the might of the Highlord!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8841,1,0,0,'mograine SAY_MORG_SPECIAL'), + (-1533071,'Enough prattling. Let them come! We shall grind their bones to dust.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8842,6,0,0,'mograine SAY_MORG_TAUNT1'), + (-1533072,'Conserve your anger! Harness your rage! You will all have outlets for your frustration soon enough.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8843,6,0,0,'mograine SAY_MORG_TAUNT2'), + (-1533073,'Life is meaningless. It is in death that we are truly tested.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8844,6,0,0,'mograine SAY_MORG_TAUNT3'), + (-1533074,'I...am...released! Perhaps it\'s not too late to — noo! I need...more time...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8838,1,0,0,'mograine SAY_MORG_DEATH'), + (-1533075,'Glory to the master!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8845,1,0,0,'noth SAY_AGGRO1'), + (-1533076,'Your life is forfeit!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8846,1,0,0,'noth SAY_AGGRO2'), + (-1533077,'Die, trespasser!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8847,1,0,0,'noth SAY_AGGRO3'), + (-1533078,'Rise, my soldiers! Rise and fight once more!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8851,1,0,0,'noth SAY_SUMMON'), + (-1533079,'My task is done!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8849,1,0,0,'noth SAY_SLAY1'), + (-1533080,'Breathe no more!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8850,1,0,0,'noth SAY_SLAY2'), + (-1533081,'I will serve the master... in... death!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8848,1,0,0,'noth SAY_DEATH'), + (-1533082,'%s takes in a deep breath...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'sapphiron EMOTE_BREATH'), + (-1533083,'%s resumes his attacks!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'sapphiron EMOTE_GROUND'), + (-1533084,'Our preparations continue as planned master.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8878,6,0,0,'kelthuzad SAY_SAPP_DIALOG1'), + (-1533085,'It is good that you serve me so faithfully. Soon... all will serve the Lich King and in the end, you shall be rewarded. So long as you do not falter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8881,6,0,0,'lich_king SAY_SAPP_DIALOG2_LICH'), + (-1533086,'I foresee no complications at this... wait! What is this!?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8879,6,0,0,'kelthuzad SAY_SAPP_DIALOG3'), + (-1533087,'Your security measures have failed! See to this interruption immediately!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8882,6,0,0,'lich_king SAY_SAPP_DIALOG4_LICH'), + (-1533088,'Yes, master!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8880,6,0,0,'kelthuzad SAY_SAPP_DIALOG5'), + (-1533089,'No!!! A curse upon you, interlopers! The armies of the Lich King will hunt you down. You will not escape your fate...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,6,0,0,'kelthuzad SAY_CAT_DIED'), + (-1533090,'Who dares violate the sanctity of my domain? Be warned, all who trespass here are doomed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8820,6,0,0,'kelthuzad SAY_TAUNT1'), + (-1533091,'Fools, you think yourselves triumphant? You have only taken one step closer to the abyss! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8821,6,0,0,'kelthuzad SAY_TAUNT2'), + (-1533092,'I grow tired of these games. Proceed, and I will banish your souls to oblivion!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8822,6,0,0,'kelthuzad SAY_TAUNT3'), + (-1533093,'You have no idea what horrors lie ahead. You have seen nothing! The frozen heart of Naxxramas awaits you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8823,6,0,0,'kelthuzad SAY_TAUNT4'), + (-1533094,'Pray for mercy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8809,1,0,0,'kelthuzad SAY_AGGRO1'), + (-1533095,'Scream your dying breath!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8810,1,0,0,'kelthuzad SAY_AGGRO2'), + (-1533096,'The end is upon you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8811,1,0,0,'kelthuzad SAY_AGGRO3'), + (-1533097,'The dark void awaits you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8817,1,0,0,'kelthuzad SAY_SLAY1'), + (-1533098,'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8818,1,0,0,'kelthuzad SAY_SLAY2'), + (-1533099,'AAAAGHHH!... Do not rejoice... your victory is a hollow one... for I shall return with powers beyond your imagining!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8814,1,0,0,'kelthuzad SAY_DEATH'), + (-1533100,'Your soul, is bound to me now!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8812,1,0,0,'kelthuzad SAY_CHAIN1'), + (-1533101,'There will be no escape!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8813,1,0,0,'kelthuzad SAY_CHAIN2'), + (-1533102,'I will freeze the blood in your veins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8815,1,0,0,'kelthuzad SAY_FROST_BLAST'), + (-1533103,'Master! I require aid! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8816,1,0,0,'kelthuzad SAY_REQUEST_AID'), + (-1533104,'Very well... warriors of the frozen wastes, rise up! I command you to fight, kill, and die for your master. Let none survive...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8824,1,0,0,'kelthuzad SAY_ANSWER_REQUEST'), + (-1533105,'Minions, servants, soldiers of the cold dark, obey the call of Kel\'Thuzad!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8819,1,0,0,'kelthuzad SAY_SUMMON_MINIONS'), + (-1533106,'Your petty magics are no challenge to the might of the Scourge! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9088,1,0,0,'kelthuzad SAY_SPECIAL1_MANA_DET'), + (-1533107,'Enough! I grow tired of these distractions! ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9090,1,0,0,'kelthuzad SAY_SPECIAL3_MANA_DET'), + (-1533108,'Fools, you have spread your powers too thin. Be free, my minions!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,9089,1,0,0,'kelthuzad SAY_SPECIAL2_DISPELL'), + (-1533109,'You are mine now!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8825,1,0,0,'heigan SAY_AGGRO1'), + (-1533110,'I see you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8826,1,0,0,'heigan SAY_AGGRO2'), + (-1533111,'You...are next!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8827,1,0,0,'heigan SAY_AGGRO3'), + (-1533112,'Close your eyes... sleep!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8829,1,0,0,'heigan SAY_SLAY'), + (-1533113,'The races of the world will perish. It is only a matter of time.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8830,1,0,0,'heigan SAY_TAUNT1'), + (-1533114,'I see endless suffering, I see torment, I see rage. I see... everything!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8831,1,0,0,'heigan SAY_TAUNT2'), + (-1533115,'Soon... the world will tremble!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8832,1,0,0,'heigan SAY_TAUNT3'), + (-1533116,'The end is upon you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8833,1,0,0,'heigan SAY_CHANNELING'), + (-1533117,'Hungry worms will feast on your rotten flesh!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8834,1,0,0,'heigan SAY_TAUNT4'), + (-1533118,'Noo... o...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8828,1,0,0,'heigan SAY_DEATH'), + (-1533119,'%s spots a nearby Zombie to devour!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'gluth EMOTE_ZOMBIE'), + (-1533120,'Do as I taught you!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8855,1,0,0,'razuvious SAY_AGGRO1'), + (-1533121,'Show them no mercy!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8856,1,0,0,'razuvious SAY_AGGRO2'), + (-1533122,'The time for practice is over! Show me what you\'ve learned!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8859,1,0,0,'razuvious SAY_AGGRO3'), + (-1533123,'Sweep the leg! Do you have a problem with that?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8861,1,0,0,'razuvious SAY_AGGRO4'), + (-1533124,'You should have stayed home!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8862,1,0,0,'razuvious SAY_SLAY1'), + (-1533125,'You disappoint me, students!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8858,1,0,0,'razuvious SAY_SLAY2'), + (-1533126,'Hah hah, I\'m just getting warmed up!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8852,1,0,0,'razuvious SAY_TRIUMPHANT1'), + (-1533127,'Stand and fight!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8853,1,0,0,'razuvious SAY_TRIUMPHANT2'), + (-1533128,'Show me what you\'ve got!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8854,1,0,0,'razuvious SAY_TRIUMPHANT3'), + (-1533129,'An honorable... death...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8860,1,0,0,'razuvious SAY_DEATH'), + (-1533130,'%s summons forth Skeletal Warriors!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'noth EMOTE_WARRIOR'), + (-1533131,'%s raises more skeletons!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'noth EMOTE_SKELETON'), + (-1533132,'%s teleports to the balcony above!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'noth EMOTE_TELEPORT'), + (-1533133,'%s teleports back into the battle!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'noth EMOTE_TELEPORT_RETURN'), + (-1533134,'A Guardian of Icecrown enters the fight!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'kelthuzad EMOTE_GUARDIAN'), + (-1533135,'%s strikes!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'kelthuzad EMOTE_PHASE2'), + (-1533136,'%s teleports and begins to channel a spell!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'heigan EMOTE_TELEPORT'), + (-1533137,'%s rushes to attack once more!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'heigan EMOTE_RETURN'), + (-1533138,'%s teleports into the fray!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'gothik EMOTE_TO_FRAY'), + (-1533139,'The central gate opens!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'gothik EMOTE_GATE'), + (-1533140,'Brazenly you have disregarded powers beyond your understanding.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'gothik SAY_SPEECH_2'), + (-1533141,'You have fought hard to invade the realm of the harvester.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'gothik SAY_SPEECH_3'), + (-1533142,'Now there is only one way out - to walk the lonely path of the damned.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'gothik SAY_SPEECH_4'), + (-1533143,'An aura of necrotic energy blocks all healing!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Loatheb EMOTE_AURA_BLOCKING'), + (-1533144,'The power of Necrotic Aura begins to wane!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Loatheb EMOTE_AURA_WANE'), + (-1533145,'The aura fades away, allowing healing once more!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'Loatheb EMOTE_AURA_FADING'), + (-1533146,'%s spins her web into a cocoon!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'maexxna EMOTE_SPIN_WEB'), + (-1533147,'Spiderlings appear on the web!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'maexxna EMOTE_SPIDERLING'), + (-1533148,'%s sprays strands of web everywhere!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'maexxna EMOTE_SPRAY'), + (-1533149,'%s loses its link!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'tesla_coil EMOTE_LOSING_LINK'), + (-1533150,'%s overloads!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'tesla_coil EMOTE_TESLA_OVERLOAD'), + (-1533151,'The polarity has shifted!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'thaddius EMOTE_POLARITY_SHIFT'), + (-1533152,'%s decimates all nearby flesh!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'gluth EMOTE_DECIMATE'), + (-1533153,'A %s joins the fight!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'crypt_guard EMOTE_CRYPT_GUARD'), + (-1533154,'%s begins to unleash an insect swarm!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'anubrekhan EMOTE_INSECT_SWARM'), + (-1533155,'Corpse Scarabs appear from a Crypt Guard\'s corpse!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'anubrekhan EMOTE_CORPSE_SCARABS'), + (-1533156,'%s casts Unyielding Pain on everyone!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'lady_blaumeux EMOTE_UNYIELDING_PAIN'), + (-1533157,'%s casts Condemation on everyone!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'sir_zeliek EMOTE_CONDEMATION'), + (-1533158,'%s injects you with a mutagen!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,5,0,0,'grobbulus EMOTE_INJECTION'), + (-1999900,'Let the games begin.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8280,1,0,0,'example_creature SAY_AGGRO'), + (-1999901,'I see endless suffering. I see torment. I see rage. I see everything.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8831,1,0,0,'example_creature SAY_RANDOM_0'), + (-1999902,'Muahahahaha',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8818,1,0,0,'example_creature SAY_RANDOM_1'), + (-1999903,'These mortal infedels my lord, they have invaded your sanctum and seek to steal your secrets.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8041,1,0,0,'example_creature SAY_RANDOM_2'), + (-1999904,'You are already dead.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8581,1,0,0,'example_creature SAY_RANDOM_3'), + (-1999905,'Where to go? What to do? So many choices that all end in pain, end in death.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8791,1,0,0,'example_creature SAY_RANDOM_4'), + (-1999906,'$N, I sentance you to death!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,8588,1,0,0,'example_creature SAY_BESERK'), + (-1999907,'The suffering has just begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,'example_creature SAY_PHASE'), + (-1999908,'I always thought I was a good dancer.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_creature SAY_DANCE'), + (-1999909,'Move out Soldier!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_creature SAY_SALUTE'), + (-1999910,'Help $N! I\'m under attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_AGGRO1'), + (-1999911,'Die scum!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_AGGRO2'), + (-1999912,'Hmm a nice day for a walk alright',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_WP_1'), + (-1999913,'Wild Felboar attack!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_WP_2'), + (-1999914,'Time for me to go! See ya around $N!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,'example_escort SAY_WP_3'), + (-1999915,'Bye Bye!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,3,'example_escort SAY_WP_4'), + (-1999916,'How dare you leave me like that! I hate you! =*(',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,3,0,0,'example_escort SAY_DEATH_1'), + (-1999917,'...no...how could you let me die $N',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_DEATH_2'), + (-1999918,'ugh...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_DEATH_3'), + (-1999919,'Taste death!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_SPELL'), + (-1999920,'Fireworks!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_RAND_1'), + (-1999921,'Hmm, I think I could use a buff.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_escort SAY_RAND_2'), + (-1999922,'Normal select, guess you\'re not interested.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_gossip_codebox SAY_NOT_INTERESTED'), + (-1999923,'Wrong!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_gossip_codebox SAY_WRONG'), + (-1999924,'You\'re right, you are allowed to see my inner secrets.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_gossip_codebox SAY_CORRECT'), + (-1999925,'Hi!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,'example_areatrigger SAY_HI'); + +/*!40000 ALTER TABLE `script_texts` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table script_waypoint +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `script_waypoint`; + +CREATE TABLE `script_waypoint` ( + `entry` mediumint(8) unsigned NOT NULL DEFAULT '0' COMMENT 'creature_template entry', + `pointid` mediumint(8) unsigned NOT NULL DEFAULT '0', + `location_x` float NOT NULL DEFAULT '0', + `location_y` float NOT NULL DEFAULT '0', + `location_z` float NOT NULL DEFAULT '0', + `waittime` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'waittime in millisecs', + `point_comment` text, + PRIMARY KEY (`entry`,`pointid`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Creature waypoints'; + +LOCK TABLES `script_waypoint` WRITE; +/*!40000 ALTER TABLE `script_waypoint` DISABLE KEYS */; + +INSERT INTO `script_waypoint` (`entry`, `pointid`, `location_x`, `location_y`, `location_z`, `waittime`, `point_comment`) +VALUES + (467,3,-10546.5,1084.88,50.13,0,''), + (467,4,-10555.3,1084.45,45.75,0,''), + (467,5,-10566.6,1083.53,42.1,0,''), + (467,6,-10575.8,1082.34,39.46,0,''), + (467,7,-10585.7,1081.08,37.77,0,''), + (467,8,-10600.1,1078.19,36.23,0,''), + (467,9,-10608.7,1076.08,35.88,0,''), + (467,10,-10621.3,1073,35.4,0,''), + (467,11,-10638.1,1060.18,33.61,0,''), + (467,12,-10655.9,1038.99,33.48,0,''), + (467,13,-10664.7,1030.54,32.7,0,''), + (467,14,-10708.7,1033.86,33.32,0,''), + (467,15,-10754.4,1017.93,32.79,0,''), + (467,16,-10802.3,1018.01,32.16,0,''), + (467,17,-10832.6,1009.04,32.71,0,''), + (467,18,-10866.6,1006.51,31.71,0,''), + (1978,20,1298.55,1220.43,53.74,0,''), + (1978,21,1297.38,1212.87,58.51,0,''), + (1978,22,1297.8,1210.04,58.51,0,''), + (1978,23,1305.01,1206.1,58.51,0,''), + (1978,24,1310.51,1207.36,58.51,5000,'SAY_QUINN'), + (1978,25,1312.59,1207.21,58.51,5000,'SAY_QUINN_REPLY'), + (1978,26,1312.59,1207.21,58.51,30000,'SAY_BYE'), + (11625,21,-1712.18,1914.85,60.4394,0,''), + (12277,1,-1154.87,2708.16,111.123,1000,'SAY_MELIZZA_START'), + (2768,0,-2077.73,-2091.17,9.49,0,''), + (2768,1,-2077.99,-2105.33,13.24,0,''), + (2768,2,-2074.6,-2109.67,14.24,0,''), + (2768,3,-2076.6,-2117.46,16.67,0,''), + (2768,4,-2073.51,-2123.46,18.42,2000,''), + (2768,5,-2073.51,-2123.46,18.42,4000,''), + (2917,40,4658.67,611.093,8.89175,0,''), + (2917,41,4671.92,599.752,16.0124,5000,'SAY_REM_REMEMBER'), + (2917,42,4676.98,600.65,17.8257,5000,'EMOTE_REM_END'), + (10096,5,627.39,-201.076,-52.6929,0,'hiding in corner'), + (12717,29,3607.19,1152.72,8.871,0,''), + (7784,19,-8476.92,-4418.34,9.71,0,''), + (3678,16,-48.604,287.584,-92.46,0,''), + (3678,17,-47.236,296.093,-90.88,0,''), + (3439,8,1108.36,-3104.37,82.377,5000,''), + (3439,9,1100.31,-3097.54,83.15,0,'SAY_STARTUP2'), + (3439,10,1100.56,-3082.72,82.768,0,''), + (3439,11,1097.51,-3069.23,82.206,0,''), + (3439,12,1092.96,-3053.11,82.351,0,''), + (3439,13,1094.01,-3036.96,82.888,0,''), + (3439,14,1095.62,-3025.76,83.392,0,''), + (3439,15,1107.66,-3013.53,85.653,0,''), + (3439,16,1119.65,-3006.93,87.019,0,''), + (3439,17,1129.99,-3002.41,91.232,7000,'SAY_MERCENARY'), + (3465,19,-1852.73,-3703.78,6.875,0,''), + (3465,20,-1812.99,-3718.5,10.572,0,''), + (3465,21,-1788.17,-3722.87,9.663,0,''), + (3465,22,-1767.21,-3739.92,10.082,0,''), + (3465,23,-1750.19,-3747.39,10.39,0,''), + (3465,24,-1729.34,-3776.67,11.779,0,''), + (3465,25,-1716,-3802.4,12.618,0,''), + (3465,26,-1690.71,-3829.26,13.905,0,''), + (3465,27,-1674.7,-3842.4,13.872,0,''), + (3465,28,-1632.73,-3846.11,14.401,0,''), + (3465,29,-1592.73,-3842.23,14.981,0,''), + (3465,30,-1561.61,-3839.32,19.118,0,''), + (3465,31,-1544.57,-3834.39,18.761,0,''), + (3465,32,-1512.51,-3831.72,22.914,0,''), + (3465,33,-1486.89,-3836.64,23.964,0,''), + (3465,34,-1434.19,-3852.7,18.843,0,''), + (3465,35,-1405.79,-3854.49,17.276,0,''), + (3465,36,-1366.59,-3852.38,19.273,0,''), + (3465,37,-1337.36,-3837.83,17.352,2000,'SAY_GIL_ALMOST'), + (3849,15,-208.764,2141.6,90.6257,0,''), + (3849,16,-206.441,2143.51,90.4287,0,''), + (3849,17,-203.715,2145.85,88.7052,0,''), + (3849,18,-199.199,2144.88,86.501,0,''), + (3849,19,-195.798,2143.58,86.501,0,''), + (3849,20,-190.029,2141.38,83.2712,0,''), + (3849,21,-189.353,2138.65,83.1102,0,''), + (3849,22,-190.304,2135.73,81.5288,0,''), + (3849,23,-207.325,2112.43,81.0548,0,''), + (3849,24,-208.754,2109.9,81.0527,0,''), + (3849,25,-206.248,2108.62,81.0555,0,''), + (11625,20,-1737.91,1917.04,59.0673,0,''), + (4983,10,-3368.53,-3198.21,34.926,0,'SAY_OGR_RET_WHAT'), + (4983,11,-3366.27,-3210.87,33.733,5000,'pause'), + (4983,12,-3368.53,-3198.21,34.926,0,''), + (4983,13,-3373.82,-3190.86,34.717,0,''), + (4983,14,-3371.44,-3183.91,33.454,0,''), + (4983,15,-3369.36,-3169.83,36.325,0,''), + (4983,16,-3368.9,-3147.27,36.091,0,''), + (4983,17,-3365.83,-3144.28,35.176,0,''), + (4500,0,-3125.6,-2885.67,34.731,2500,''), + (4983,7,-3369.36,-3169.83,36.325,0,''), + (4983,6,-3368.9,-3147.27,36.091,0,''), + (4983,5,-3365.83,-3144.28,35.176,0,''), + (4983,4,-3355.83,-3140.95,29.534,0,''), + (4983,3,-3342.6,-3132.15,30.422,0,''), + (4983,2,-3336.98,-3129.61,30.692,0,''), + (9023,7,294.57,-93.11,-74.08,0,'escort paused - SAY_WINDSOR_CELL_DUGHAL_1'), + (12717,0,3346.25,1007.88,3.59,0,'SAY_MUG_START2'), + (10427,3,-5138.65,-1111.87,44.024,0,''), + (10427,4,-5134.73,-1104.8,47.365,0,''), + (10427,5,-5129.68,-1097.88,49.449,2500,''), + (10427,6,-5125.3,-1080.57,47.033,0,''), + (10427,7,-5146.67,-1053.69,28.415,0,''), + (10427,8,-5147.46,-1027.54,13.818,0,''), + (10427,9,-5139.24,-1018.89,8.22,0,''), + (10427,10,-5121.17,-1013.13,-0.619,0,''), + (10427,11,-5091.92,-1014.21,-4.902,0,''), + (10427,12,-5069.24,-994.299,-4.631,0,''), + (10427,13,-5059.98,-944.112,-5.377,0,''), + (6182,6,-11465.2,1528.34,50.9544,0,''), + (6182,7,-11468.4,1535.08,50.4009,15000,'hold, prepare for wave1'), + (6182,8,-11468.4,1535.08,50.4009,15000,'hold, prepare for wave2'), + (6182,9,-11468.4,1535.08,50.4009,10000,'hold, prepare for wave3'), + (6182,10,-11467.9,1532.46,50.3489,0,'we are done'), + (6182,11,-11466.1,1529.86,50.2094,0,''), + (6182,12,-11463,1525.24,50.9377,0,''), + (6182,13,-11461,1526.61,50.9377,5000,'deliver rifle'), + (6182,14,-11463,1525.24,50.9377,0,''), + (7780,11,133.275,-2845.14,112.606,0,''), + (7780,12,111.247,-2861.07,116.305,0,''), + (7780,13,96.1041,-2874.89,114.397,0,'summon'), + (7780,14,73.3699,-2881.18,117.666,0,''), + (7780,15,58.5792,-2889.15,116.253,0,''), + (7780,16,33.2142,-2906.34,115.083,0,''), + (7780,17,19.5865,-2908.71,117.276,7500,'SAY_RIN_COMPLETE'), + (7780,18,10.2825,-2911.61,118.394,0,''), + (7780,19,-37.5804,-2942.73,117.145,0,''), + (7784,11,-8728.82,-4353.13,20.9,0,''), + (7784,12,-8706.6,-4356.55,17.93,0,''), + (7784,13,-8679,-4380.23,12.64,0,''), + (7784,14,-8642.96,-4393.82,12.52,0,''), + (7784,15,-8611.19,-4399.11,9.55,0,''), + (7784,16,-8554.87,-4409.32,13.05,0,''), + (7784,17,-8531.64,-4411.96,11.2,0,''), + (12717,24,3607.08,1146.01,10.692,5000,'SAY_MUG_BRAZIER'), + (12717,23,3603.65,1146.92,9.763,0,''), + (12717,22,3595.97,1145.83,6.773,0,''), + (12717,21,3590.22,1143.65,8.291,0,''), + (11625,15,-1803.12,1951.78,60.7154,0,''), + (11625,16,-1793.24,1941.87,60.8439,0,'SECOND_AMBUSH'), + (11625,17,-1775.92,1926.82,59.3033,0,''), + (7806,36,-52.4431,-4081.21,117.477,0,''), + (7806,37,-102.711,-4116.76,118.666,0,''), + (7806,38,-92.9962,-4135.85,119.31,0,''), + (7806,39,-86.3913,-4153.33,122.502,0,''), + (7806,40,-85.7461,-4163.6,121.892,0,''), + (7806,41,-90.544,-4183.58,117.587,0,''), + (7806,42,-110.224,-4205.86,121.878,0,''), + (7806,43,-115.258,-4211.96,121.878,3000,'SAY_OOX_DANGER'), + (7806,44,-128.595,-4233.34,117.766,0,''), + (7806,45,-135.359,-4258.12,117.562,0,''), + (7806,46,-156.832,-4258.96,120.059,0,''), + (7806,47,-167.12,-4274.1,117.062,0,''), + (7806,48,-176.291,-4287.59,118.721,0,''), + (7806,49,-196.993,-4315.82,117.588,0,''), + (7806,50,-209.329,-4331.67,115.142,0,''), + (7806,51,-232.292,-4356.02,108.543,0,''), + (7806,52,-232.16,-4370.9,102.815,0,''), + (7806,53,-210.271,-4389.9,84.167,0,''), + (7806,54,-187.94,-4407.53,70.987,0,''), + (7806,55,-181.354,-4418.77,64.778,0,''), + (7806,56,-170.53,-4440.44,58.943,0,''), + (7806,57,-141.429,-4465.32,45.963,0,''), + (7806,58,-120.994,-4487.09,32.075,0,''), + (7807,22,-4643.94,1967.45,65.27,0,''), + (7807,23,-4595.6,2010.75,52.1,0,''), + (7807,24,-4562.65,2029.28,45.41,0,''), + (7807,25,-4538.56,2032.65,45.28,0,''), + (7807,26,-4531.96,2034.15,48.34,0,''), + (7807,27,-4507.75,2039.32,51.57,0,''), + (7807,28,-4482.74,2045.67,48.15,0,''), + (7807,29,-4460.87,2051.54,45.55,0,''), + (7807,30,-4449.97,2060.03,45.51,10000,'third ambush SAY_AMBUSH'), + (9623,13,-6376.59,-1821.59,-260.856,0,''), + (9623,12,-6370.9,-1835.04,-260.212,0,''), + (12277,22,-1432.99,2070.56,61.7811,0,''), + (12277,21,-1423.28,2074.19,62.2046,0,''), + (12277,20,-1417.15,2082.65,62.4112,0,''), + (9623,9,-6380.26,-1871.14,-260.617,0,''), + (9537,0,854.977,-150.308,-49.671,0,''), + (9503,3,867.923,-188.006,-43.7037,5000,'b2'), + (9503,4,863.296,-190.795,-43.7037,5000,'b3'), + (9503,5,856.14,-194.653,-43.7037,5000,'b4'), + (9503,6,851.879,-196.928,-43.7037,15000,'b5'), + (9503,7,877.035,-187.048,-43.7037,0,''), + (9503,8,891.198,-197.924,-43.6204,0,'home'), + (9503,9,876.935,-189.007,-43.4584,0,'Nagmara escort'), + (9503,10,885.185,-194.007,-43.4584,0,''), + (9503,11,869.124,-202.852,-43.7088,0,''), + (9503,12,869.465,-202.878,-43.4588,0,''), + (9503,13,864.244,-210.826,-43.459,0,''), + (9503,14,866.824,-220.959,-43.4472,0,''), + (9623,24,-6311.59,-1419.02,-267.622,0,''), + (9623,25,-6330.01,-1400.06,-266.425,0,''), + (9623,26,-6356.02,-1392.61,-267.123,0,''), + (9623,27,-6370.86,-1386.18,-270.218,0,''), + (9623,28,-6381.53,-1369.78,-272.11,0,''), + (9623,29,-6405.38,-1321.52,-271.699,0,''), + (9623,30,-6406.58,-1307.57,-271.802,0,''), + (9623,31,-6386.33,-1286.85,-272.074,0,''), + (10096,0,604.803,-191.082,-54.0586,0,'ring'), + (10300,31,5543.23,-4933.67,838.33,0,''), + (12717,20,3579.31,1137.25,8.205,0,''), + (12717,19,3574.28,1137.58,3.684,0,''), + (3678,25,43.374,233.073,-87.61,0,''), + (12717,14,3535.48,1069.96,1.697,0,''), + (12717,13,3531.94,1059.86,6.175,0,''), + (12717,12,3523.64,1056.3,7.563,0,''), + (12717,11,3516.94,1052.91,12.918,0,''), + (10427,26,-4920.68,-1100.03,-51.944,10000,'SAY_COMPLETE'), + (10427,25,-4929.55,-1101.27,-50.637,0,''), + (10427,24,-4935.31,-1092.35,-52.785,0,''), + (10427,23,-4933.37,-1082.7,-50.186,0,''), + (10427,22,-4920.83,-1073.28,-45.515,0,''), + (10427,21,-4905.53,-1056.89,-33.722,0,''), + (10427,20,-4908.46,-1050.43,-33.458,0,''), + (10427,19,-4937.45,-1056.35,-22.139,0,''), + (10427,18,-4953.35,-1052.21,-10.836,0,''), + (10427,17,-4958.48,-1033.19,-5.433,0,''), + (10427,16,-4976.35,-1003,-5.38,0,''), + (10646,23,-4766.27,-1861.87,87.847,0,''), + (10646,24,-4782.93,-1852.17,78.354,0,''), + (10646,25,-4793.61,-1850.96,77.658,0,''), + (10646,26,-4803.32,-1855.1,78.958,0,''), + (10646,27,-4807.97,-1854.5,77.743,0,''), + (10646,28,-4837.21,-1848.49,64.488,0,''), + (10646,29,-4884.62,-1840.4,56.219,0,''), + (10646,30,-4889.71,-1839.62,54.417,0,''), + (10646,31,-4893.9,-1843.69,53.012,0,''), + (10646,32,-4903.14,-1872.38,32.266,0,''), + (10646,33,-4910.94,-1879.86,29.94,0,''), + (10646,34,-4920.05,-1880.94,30.597,0,''), + (10646,35,-4924.46,-1881.45,29.292,0,''), + (10646,36,-4966.12,-1886.03,10.977,0,''), + (9023,40,654.79,-226.3,-83.06,0,''), + (9023,39,655.25,-172.39,-73.72,0,''), + (9023,38,635.06,-153.25,-70.32,2000,'SAY_WINDSOR_CELL_SHILL_3'), + (4508,8,2055.12,1768.67,58.46,0,''), + (4484,21,3761.58,161.14,7.37,20000,'SAY_SECOND_AMBUSH_END'), + (12126,0,2631.23,-1917.93,72.59,0,''), + (4484,19,3734.9,177.64,6.75,0,''), + (4484,20,3760.24,162.51,7.49,5000,'SAY_SECOND_AMBUSH_START'), + (11856,0,113.91,-350.13,4.55,0,''), + (12717,17,3555.14,1116.99,-4.326,0,''), + (12423,0,-9509.72,-147.03,58.74,0,''), + (12423,1,-9517.07,-172.82,58.66,0,''), + (9023,36,635.06,-153.25,-70.32,3000,''), + (9023,37,635.06,-153.25,-70.32,5000,'SAY_WINDSOR_CELL_SHILL_2'), + (4508,11,2044.7,1711.71,59.71,0,''), + (9023,13,389.99,-67.86,-62.57,0,''), + (9023,14,400.98,-72.01,-62.31,0,'SAY_WINDSOR_EQUIPMENT_1'), + (10300,26,5647.13,-5002.85,807.57,0,''), + (10300,27,5641.12,-4973.22,809.39,0,''), + (12818,11,3434.95,-629.245,168.334,0,''), + (12818,12,3438.93,-618.503,171.503,0,''), + (12818,13,3444.22,-609.294,173.078,1000,'Ambush 1'), + (12818,14,3460.51,-593.794,174.342,0,''), + (12818,15,3480.28,-578.21,176.652,0,''), + (12818,16,3492.91,-562.335,181.396,0,''), + (12818,17,3495.23,-550.978,184.652,0,''), + (9023,31,593.21,-132.16,-69.25,1000,''), + (9023,32,593.21,-132.16,-69.25,3000,'SAY_WINDSOR_CELL_JAZ_2'), + (12858,1,1788.88,-2240.17,111.71,0,''), + (12858,2,1797.49,-2238.11,112.31,0,''), + (12858,3,1803.83,-2232.77,111.22,0,''), + (12858,4,1806.65,-2217.83,107.36,0,''), + (12858,5,1811.81,-2208.01,107.45,0,''), + (12858,6,1820.85,-2190.82,100.49,0,''), + (12858,7,1829.6,-2177.49,96.44,0,''), + (12858,8,1837.98,-2164.19,96.71,0,'prepare'), + (12858,9,1839.99,-2149.29,96.78,0,''), + (12858,10,1835.14,-2134.98,96.8,0,''), + (12858,11,1823.57,-2118.27,97.43,0,''), + (12858,12,1814.99,-2110.35,98.38,0,''), + (349,5,-8807.55,-2186.1,141.504,0,''), + (349,6,-8818,-2184.8,139.153,0,''), + (349,7,-8825.81,-2188.84,138.459,0,''), + (349,8,-8827.52,-2199.81,139.622,0,''), + (349,9,-8821.14,-2212.64,143.126,0,''), + (349,10,-8809.18,-2230.46,143.438,0,''), + (349,11,-8797.04,-2240.72,146.548,0,''), + (349,12,-8795.24,-2251.81,146.808,0,''), + (349,13,-8780.16,-2258.62,148.554,0,''), + (349,14,-8762.65,-2259.56,151.144,0,''), + (349,15,-8754.36,-2253.74,152.243,0,''), + (349,16,-8741.87,-2251,154.486,0,''), + (349,17,-8733.22,-2251.01,154.36,0,''), + (349,18,-8717.47,-2245.04,154.686,0,''), + (349,19,-8712.24,-2246.83,154.709,0,''), + (349,20,-8693.84,-2240.41,152.91,0,''), + (349,21,-8681.82,-2245.33,155.518,0,''), + (1379,4,-5710.21,-3527.97,304.708,0,''), + (1379,5,-5706.92,-3542.89,304.871,0,''), + (1379,6,-5701.53,-3551.24,305.962,0,''), + (1379,7,-5699.53,-3555.69,306.505,0,''), + (1379,8,-5690.56,-3571.98,309.035,0,''), + (1379,9,-5678.61,-3587.17,310.607,0,''), + (1379,10,-5677.05,-3594.35,311.527,0,''), + (1379,11,-5674.39,-3605.19,312.239,0,''), + (1379,12,-5674.45,-3614.39,312.337,0,''), + (1379,13,-5673.05,-3630.56,311.105,0,''), + (1379,14,-5680.34,-3645.44,315.185,0,''), + (1379,15,-5684.46,-3650.05,314.687,0,''), + (1379,16,-5693.9,-3674.14,313.03,0,''), + (1379,17,-5701.43,-3712.54,313.959,0,''), + (1379,18,-5698.79,-3720.88,316.943,0,''), + (1379,19,-5699.95,-3733.63,318.597,0,'Protecting the Shipment - Ambush'), + (3678,27,78.794,208.895,-92.84,0,''), + (3678,28,88.392,225.231,-94.46,0,''), + (3678,29,98.758,233.938,-95.84,0,''), + (3678,30,107.248,233.054,-95.98,0,''), + (3678,31,112.825,233.907,-96.39,0,''), + (10300,40,5518.38,-4913.47,845.57,0,''), + (10300,39,5517.66,-4920.82,845.12,0,'SAY_REACH_ALTAR_1'), + (10300,38,5518.68,-4921.94,844.65,0,''), + (9520,34,-7808.72,-1134.9,214.84,0,''), + (3850,3,-253.898,2130.87,81.179,0,''), + (10300,37,5498.68,-4950.45,849.96,0,''), + (10300,36,5467.92,-4980.67,851.89,0,'Cavern 5 - EMOTE_CHANT_SPELL'), + (10300,35,5485.78,-4963.4,850.43,0,''), + (10300,34,5498.45,-4950.08,849.98,0,''), + (10300,33,5509.15,-4946.31,849.36,0,''), + (10300,32,5520.86,-4942.05,843.02,0,''), + (1842,18,2915.33,-1395.35,152.02,0,''), + (10300,7,5674.67,-4915.78,802.13,0,''), + (10300,8,5665.61,-4919.22,804.85,0,''), + (5644,1,-339.679,1752.04,139.482,0,''), + (4508,32,2029.95,1542.94,80.79,0,''), + (4508,33,2021.34,1538.67,80.8,0,'SAY_WILLIX_6'), + (4508,34,2012.45,1549.48,79.93,0,''), + (4508,35,2008.05,1554.92,80.44,0,''), + (4508,36,2006.54,1562.72,81.11,0,''), + (4508,37,2003.8,1576.43,81.57,0,''), + (10300,41,5511.31,-4913.82,847.17,5000,'light the spotlights'), + (10300,42,5511.31,-4913.82,847.17,0,'start altar cinematic - SAY_RANSHALLA_ALTAR_2'), + (10300,43,5510.36,-4921.17,846.33,0,''), + (9023,15,404.22,-62.3,-63.5,2000,''), + (3678,18,-35.618,309.067,-89.73,0,''), + (11832,10,7947.16,-2583.4,490.066,0,''), + (11832,9,7948.05,-2570.83,489.751,0,''), + (11832,8,7975.18,-2551.6,490.08,0,''), + (11832,6,7952.02,-2351.14,485.235,0,''), + (11832,7,7963.67,-2412.99,488.953,0,''), + (11832,5,7943.55,-2324.69,477.677,0,''), + (11832,4,7931.1,-2314.35,473.054,0,''), + (10427,15,-4992.46,-920.983,-4.98,5000,'SAY_WYVERN'), + (12277,12,-1395.34,2426.15,88.6607,0,'SAY_MELIZZA_FINISH'), + (12277,11,-1383.14,2489.17,89.009,0,''), + (12277,10,-1379.06,2510.88,93.3256,0,''), + (12277,9,-1376.56,2514.06,95.6146,0,''), + (12277,8,-1362.24,2561.74,110.848,0,''), + (12277,7,-1342.95,2580.82,111.557,0,''), + (11016,40,5110.13,-532.123,296.677,4000,'SAY_EQUIPMENT'), + (11016,39,5110.13,-532.123,296.677,4000,'cast SPELL_STRENGHT_ARKONARIN'), + (17804,0,-9054.86,443.58,93.05,0,''), + (17804,1,-9079.33,424.49,92.52,0,''), + (17804,2,-9086.21,419.02,92.32,3000,''), + (17804,3,-9086.21,419.02,92.32,1000,''), + (17804,4,-9079.33,424.49,92.52,0,''), + (11832,0,7848.39,-2216.36,470.888,15000,'SAY_REMULOS_INTRO_1'), + (11832,1,7848.39,-2216.36,470.888,5000,'SAY_REMULOS_INTRO_2'), + (10300,19,5691.43,-5037.43,807.73,0,''), + (10300,20,5694.24,-5054.64,808.85,0,'Cavern 3 - EMOTE_CHANT_SPELL'), + (10300,21,5686.88,-5012.18,807.23,0,''), + (10300,22,5664.94,-5001.12,807.78,0,''), + (10300,23,5647.12,-5002.84,807.54,0,''), + (10300,24,5629.23,-5014.88,807.94,0,''), + (10300,25,5611.26,-5025.62,808.36,0,'Cavern 4 - EMOTE_CHANT_SPELL'), + (4484,9,3369.66,226.21,11.69,0,''), + (4484,10,3402.35,227.2,9.48,0,''), + (9023,49,554.31,-270.88,-74.4,0,'escort paused - SAY_WINDSOR_CELL_TOBIAS_1'), + (9023,48,555.33,-269.16,-74.4,0,''), + (4508,9,2037.83,1748.62,60.27,5000,'SAY_WILLIX_3'), + (4508,10,2037.51,1728.94,60.85,0,''), + (12277,23,-1469.27,2078.68,63.1141,0,''), + (11016,19,5062.22,-545.635,313.221,0,''), + (11016,18,5063.9,-538.827,313.221,0,''), + (11016,17,5062.75,-529.933,313.221,0,''), + (11016,16,5059.17,-522.93,313.221,0,''), + (11016,15,5049.06,-519.546,313.221,0,''), + (12277,19,-1404.81,2088.68,61.8162,0,'SAY_MELIZZA_1'), + (12277,18,-1379.44,2132.77,64.1326,0,''), + (12277,17,-1367.62,2160.64,67.1482,0,''), + (3850,8,-235.638,2149.23,90.587,0,''), + (3850,7,-237.514,2142.07,87.012,0,''), + (12277,16,-1354.59,2193.77,77.6702,0,''), + (12277,15,-1354.19,2208.28,88.7386,0,''), + (12277,14,-1353.81,2213.52,90.726,0,''), + (12277,13,-1366.23,2317.17,91.8086,0,''), + (9520,25,-8025.62,-1243.78,133.91,3000,'SAY_SEC_AMBUSH_END'), + (9520,23,-8010.43,-1270.23,133.42,0,''), + (9520,24,-8025.62,-1243.78,133.91,0,'SAY_SEC_AMBUSH_START'), + (9023,30,593.21,-132.16,-69.25,0,'escort paused - SAY_WINDSOR_CELL_JAZ_1'), + (9023,29,593.91,-130.29,-69.25,0,''), + (9023,27,557.03,-119.71,-61.83,0,''), + (9023,28,573.4,-124.39,-65.07,0,''), + (4880,14,-2789.36,-3525.02,31.831,0,''), + (1842,36,2762.03,-1561.8,133.763,0,''), + (1842,37,2758.74,-1569.6,131.514,0,''), + (1842,38,2765.49,-1588.79,129.721,0,''), + (11016,56,5056.98,-564.674,309.342,0,''), + (11016,57,5060.79,-556.801,311.936,0,''), + (11016,58,5059.58,-551.626,313.221,0,''), + (3692,6,4607.75,3.79,70.13,0,'SAY_FIRST_AMBUSH'), + (3692,7,4619.77,27.47,70.4,0,''), + (3692,8,4626.28,42.46,68.75,0,''), + (3692,9,4633.13,51.17,67.4,0,''), + (3692,10,4639.67,79.03,61.74,0,''), + (3692,11,4647.54,94.25,59.92,0,'second ambush'), + (3692,12,4682.08,113.47,54.83,0,''), + (3692,13,4705.28,137.81,53.36,0,'last ambush'), + (3692,14,4730.3,158.76,52.33,0,''), + (3692,15,4756.47,195.65,53.61,10000,'SAY_END'), + (12580,13,-8745.5,557.877,97.704,0,''), + (12580,14,-8730.95,541.477,101.12,0,''), + (12580,15,-8713.16,520.692,97.227,0,''), + (12580,16,-8677.09,549.614,97.438,0,''), + (12580,17,-8655.72,552.732,96.941,0,''), + (12580,18,-8641.68,540.516,98.972,0,''), + (12580,19,-8620.08,520.12,102.812,0,''), + (12580,20,-8591.09,492.553,104.032,0,''), + (9520,31,-7897.67,-1126.67,194.32,3000,'SAY_THIRD_AMBUSH_END'), + (9520,30,-7897.67,-1126.67,194.32,0,'SAY_THIRD_AMBUSH_START'), + (9520,29,-7927.59,-1122.79,185.86,0,''), + (9520,28,-7970.91,-1132.81,170.16,0,'summon Searscale Drakes'), + (9520,27,-7994.68,-1151.38,160.7,0,''), + (9520,26,-8015.22,-1196.98,146.76,0,''), + (9023,23,403.61,-52.71,-63.92,4000,'SAY_WINDSOR_EQUIPMENT_4'), + (9023,24,406.33,-54.87,-63.95,0,''), + (9023,25,403.86,-73.88,-62.02,0,''), + (9023,26,428.8,-81.34,-64.91,0,''), + (4880,25,-2817.38,-3566.96,30.947,2000,'SAY_THIRD_STOP_2'), + (4880,26,-2817.38,-3566.96,30.947,0,'SAY_THIRD_STOP_3'), + (4880,27,-2818.81,-3579.42,28.525,0,''), + (12717,8,3504.28,1047.77,8.205,0,''), + (12717,9,3510.73,1049.79,12.143,0,''), + (12717,10,3514.41,1051.17,13.235,0,''), + (11016,52,5039.69,-548.112,297.801,0,''), + (11016,51,5045.73,-538.311,297.801,0,''), + (10300,2,5730.22,-4818.34,777.11,0,''), + (10427,1,-5184.88,-1154.21,45.035,0,''), + (3439,2,1107.82,-3106.5,82.739,1000,''), + (7784,4,-8829.37,-4373.14,44.33,0,''), + (7784,3,-8832.74,-4373.32,45.68,0,''), + (7784,2,-8837.43,-4373.56,45.6,0,''), + (7784,1,-8840.79,-4373.73,44.24,0,''), + (7784,0,-8845.65,-4373.98,43.87,5000,'SAY_START'), + (1978,13,1290.75,1168.67,52.56,2000,'quest complete SAY_END'), + (11016,30,5067.62,-512.999,297.196,0,''), + (11016,29,5064.4,-521.904,297.801,0,''), + (11016,28,5056.4,-528.954,297.801,0,''), + (11016,27,5043.44,-538.807,297.801,0,''), + (11016,26,5039.46,-548.675,297.824,0,''), + (11016,25,5038.22,-559.823,301.463,0,''), + (11016,24,5043.01,-564.946,303.682,0,''), + (11016,23,5049.8,-567.604,306.537,0,''), + (11016,22,5055.62,-565.541,308.737,0,''), + (11016,21,5060.33,-560.349,310.873,0,''), + (11016,20,5061.69,-552.333,313.101,0,''), + (7806,31,103.376,-3937.73,137.342,0,''), + (9623,19,-6388.11,-1676.33,-272.133,5000,'SAY_AME_PROGRESS'), + (9623,18,-6397,-1710.05,-273.719,0,''), + (9623,17,-6402.68,-1747.51,-272.961,0,''), + (9623,16,-6400.27,-1795.05,-269.744,0,''), + (9623,15,-6396.71,-1807.12,-269.329,0,''), + (9623,14,-6381.93,-1810.43,-266.18,0,''), + (7807,8,-4972.82,1581.89,61.75,0,''), + (7807,9,-4958.65,1581.05,61.81,0,''), + (3439,3,1104.73,-3100.83,82.747,1000,''), + (9598,22,6325.36,-1406.69,370.082,0,''), + (3584,3,4507.53,383.781,32.995,0,''), + (3584,4,4512.1,374.02,33.166,0,''), + (3584,5,4519.75,373.241,33.1574,0,''), + (3584,6,4592.41,369.127,31.4893,0,''), + (3584,7,4598.55,364.801,31.4947,0,''), + (3584,8,4602.76,357.649,32.9265,0,''), + (3584,9,4597.88,352.629,34.0317,0,''), + (3584,10,4590.23,350.9,36.2977,0,''), + (2713,10,-1456.15,-3055.53,12.54,0,''), + (2713,11,-1459.41,-3035.16,12.11,0,''), + (2713,12,-1472.47,-3034.18,12.44,0,''), + (2713,13,-1495.57,-3034.48,12.55,0,''), + (2713,14,-1524.91,-3035.47,13.15,0,''), + (2713,15,-1549.05,-3037.77,12.98,0,''), + (2713,16,-1555.69,-3028.02,13.64,3000,'SAY_WATCH_BACK'), + (2713,17,-1555.69,-3028.02,13.64,5000,'SAY_DATA_FOUND'), + (2713,18,-1555.69,-3028.02,13.64,2000,'SAY_ESCAPE'), + (2713,19,-1551.19,-3037.78,12.96,0,''), + (2713,20,-1584.6,-3048.77,13.67,0,''), + (2713,21,-1602.14,-3042.82,15.12,0,''), + (2713,22,-1610.68,-3027.42,17.22,0,''), + (9023,20,403.61,-51.71,-63.92,1000,'open supply crate'), + (9023,19,403.61,-51.71,-63.92,2000,''), + (9023,18,403.61,-51.71,-63.92,1000,'SAY_WINDSOR_EQUIPMENT_2'), + (9623,10,-6373.83,-1855.62,-259.566,0,''), + (4880,19,-2830.7,-3539.88,32.505,0,''), + (4880,20,-2836.24,-3549.96,31.18,0,''), + (4880,21,-2837.58,-3561.05,30.74,0,''), + (11016,12,5032.72,-504.748,314.744,0,''), + (11016,13,5035,-513.138,314.372,0,''), + (11016,14,5037.49,-521.733,313.221,6000,'SAY_FIRST_STOP'), + (4880,24,-2817.38,-3566.96,30.947,5000,'SAY_THIRD_STOP_1'), + (4880,23,-2827.35,-3569.81,31.316,0,''), + (4880,22,-2834.45,-3568.26,30.751,0,''), + (3678,9,-82.456,224.853,-93.57,0,''), + (3678,10,-67.789,208.073,-93.34,0,''), + (11625,10,-1822.89,2032.23,60.6524,0,''), + (11016,64,5034.3,-515.361,313.948,0,''), + (11016,63,5040.79,-519.809,313.221,0,''), + (1842,41,2741.31,-1659.79,126.457,0,''), + (1842,42,2729.8,-1677.57,126.499,0,''), + (1842,43,2716.78,-1694.65,126.301,0,''), + (1842,44,2706.66,-1709.47,123.42,0,''), + (8284,4,-6994.78,-1733.57,238.281,0,''), + (8284,5,-6987.9,-1735.94,240.727,0,''), + (8284,6,-6978.7,-1736.99,241.809,0,''), + (8284,7,-6964.26,-1740.25,241.713,0,''), + (8284,8,-6946.7,-1746.28,241.667,0,''), + (8284,9,-6938.75,-1749.38,240.744,0,''), + (8284,10,-6927,-1768.78,240.744,0,''), + (8284,11,-6909.45,-1791.26,240.744,0,''), + (8284,12,-6898.23,-1804.87,240.744,0,''), + (8284,13,-6881.28,-1821.79,240.744,0,''), + (7806,23,224.951,-3730.17,132.125,0,''), + (7806,24,198.708,-3768.29,129.42,0,''), + (7806,25,183.758,-3791.07,128.045,0,''), + (3678,26,54.438,212.048,-89.5,3000,'chamber entrance SAY_NARALEX_CHAMBER'), + (12818,0,3347.25,-694.701,159.926,0,''), + (3850,10,-241.162,2153.65,90.624,0,'SAY_OPEN_DOOR_AS'), + (3850,11,-241.13,2154.56,90.624,5000,'cast'), + (3850,12,-241.13,2154.56,90.624,0,''), + (3850,13,-241.13,2154.56,90.624,5000,'SAY_POST_DOOR_AS'), + (7784,18,-8510.4,-4414.38,12.84,0,''), + (11625,18,-1759.93,1918.92,58.9613,0,''), + (11625,19,-1751.9,1917.2,59.0003,0,''), + (3465,8,-2015.3,-3597.39,21.76,0,''), + (3465,7,-2009.81,-3580.55,21.791,0,''), + (3465,6,-2013.58,-3571.5,22.203,0,''), + (10427,2,-5175.88,-1126.53,43.701,0,''), + (9623,11,-6368.82,-1847.77,-259.246,0,''), + (11016,71,5009.43,-464.793,321.248,0,''), + (11016,72,4999.57,-468.062,319.426,0,''), + (11016,73,4992.03,-468.128,317.894,0,''), + (11016,74,4988.17,-461.293,316.369,0,''), + (11016,75,4990.62,-447.459,317.104,0,''), + (11016,76,4993.48,-438.643,318.272,0,''), + (11016,77,4995.45,-430.178,318.462,0,''), + (11016,78,4993.56,-422.876,318.864,0,''), + (11016,79,4985.4,-420.864,320.205,0,''), + (11016,80,4976.52,-426.168,323.112,0,''), + (9537,3,883.96,-148.087,-49.76,0,''), + (9537,2,882.63,-148.166,-49.7597,0,''), + (9023,17,407.65,-51.86,-63.96,0,''), + (3678,8,-92.434,227.742,-90.75,0,''), + (3678,7,-102.408,232.821,-91.52,0,'first corner SAY_FIRST_CORNER'), + (3678,6,-111.007,219.007,-86.58,0,''), + (3678,5,-108.668,195.457,-80.64,0,''), + (3850,4,-249.889,2142.31,86.972,0,''), + (11625,0,-1802.8,2194.02,59.8226,0,''), + (11625,1,-1800.41,2180.08,59.8226,0,''), + (11625,2,-1800.26,2166.08,60.1822,0,''), + (11625,3,-1801.62,2148.85,62.344,0,''), + (11625,4,-1801.15,2134.86,63.1766,0,''), + (11625,5,-1802.26,2110.11,63.6737,0,''), + (11625,6,-1805.87,2096.6,63.1784,0,''), + (11625,7,-1809.25,2083.01,63.0772,0,''), + (11625,8,-1812.63,2069.43,63.043,0,''), + (11625,9,-1816.72,2056.04,61.8496,0,'FIRST_AMBUSH'), + (3678,24,31.996,251.436,-87.62,0,''), + (3678,23,23.108,264.693,-86.69,0,''), + (3678,22,10.398,279.294,-85.86,0,''), + (11625,11,-1822.76,2027.39,60.3783,0,''), + (3678,11,-43.343,205.295,-96.37,0,''), + (3678,12,-34.676,221.394,-95.82,0,''), + (3678,13,-32.582,238.573,-93.51,0,''), + (3678,14,-42.149,258.672,-92.88,0,''), + (3678,15,-55.257,274.696,-92.83,0,'circle of flames SAY_CIRCLE_BANISH'), + (11016,31,5065.99,-505.329,297.214,0,''), + (11016,32,5062.24,-499.086,297.448,0,''), + (11016,33,5065.09,-492.069,298.054,0,''), + (11016,34,5071.19,-491.173,297.666,5000,'SAY_SECOND_STOP'), + (7784,5,-8817.38,-4372.41,35.58,0,''), + (7784,6,-8803.47,-4371.6,30.34,0,''), + (9598,1,6002.51,-1157.29,381.407,0,''), + (9598,2,6029.23,-1139.72,383.127,0,''), + (9598,3,6042.48,-1128.96,386.582,0,''), + (9598,4,6062.82,-1115.52,386.85,0,''), + (9598,5,6089.19,-1111.91,383.105,0,''), + (9598,6,6104.39,-1114.56,380.49,0,''), + (9598,7,6115.08,-1128.57,375.779,0,''), + (9598,8,6119.35,-1147.31,372.518,0,''), + (9598,9,6119,-1176.08,371.072,0,''), + (9598,10,6120.98,-1198.41,373.432,0,''), + (9598,11,6123.52,-1226.64,374.119,0,''), + (9598,12,6127.74,-1246.04,373.574,0,''), + (9598,13,6133.43,-1253.64,369.1,0,''), + (9598,14,6150.79,-1269.15,369.24,0,''), + (467,2,-10534.8,1081.92,49.88,0,''), + (1978,19,1301.32,1220.9,53.74,0,''), + (1978,18,1297.5,1207.18,53.74,0,''), + (1978,17,1290.72,1207.44,52.69,0,''), + (1978,16,1288.3,1203.89,52.68,5000,'SAY_CHECK_NEXT'), + (2917,39,4645.92,621.984,8.57997,0,''), + (2917,38,4632.41,623.778,7.28624,0,''), + (2917,37,4624.8,618.076,5.85154,0,''), + (2917,36,4609.54,610.845,5.40222,0,''), + (2917,35,4601.19,604.283,2.06015,0,''), + (2917,34,4594.21,598.533,1.03406,0,''), + (2917,33,4573.92,582.566,0.749801,0,''), + (3439,7,1108.05,-3115.16,82.894,0,''), + (3439,5,1112.81,-3106.29,82.32,1000,''), + (3439,6,1112.83,-3108.91,82.377,1000,''), + (3465,18,-1879.04,-3699.5,6.582,7500,'SAY_GIL_FREEBOOTERS'), + (3465,17,-1935.38,-3682.32,10.029,1500,'SAY_GIL_PROCEED'), + (3849,14,-241.13,2154.56,90.624,0,'SAY_POST2_DOOR_AD'), + (3849,13,-241.13,2154.56,90.624,5000,'SAY_POST1_DOOR_AD'), + (3849,12,-241.13,2154.56,90.624,3000,''), + (3849,11,-241.13,2154.56,90.624,2000,'SAY_UNLOCK_DOOR_AD'), + (6182,5,-11463,1525.24,50.9377,0,''), + (6182,4,-11461,1526.61,50.9377,5000,'pick up rifle'), + (6182,3,-11463,1525.24,50.9377,0,''), + (7780,10,142.448,-2838.81,109.665,0,''), + (7780,9,149.728,-2833.7,106.224,0,''), + (7784,10,-8754.42,-4365.59,24.15,0,''), + (7784,9,-8755.63,-4367.54,24.63,0,''), + (7806,34,13.9831,-4013.95,126.903,0,''), + (7806,35,-21.658,-4048.71,118.068,0,''), + (7807,21,-4674.17,1946.66,70.83,5000,'second ambush SAY_AMBUSH'), + (7807,20,-4679.43,1932.32,73.76,0,''), + (7807,19,-4668.08,1886.39,81.14,0,''), + (7807,18,-4667.94,1864.11,85.18,0,''), + (4880,5,-2756.24,-3460.52,32.037,5000,'SAY_STINKY_FIRST_STOP'), + (9537,1,855.816,-149.763,-49.671,0,'YELL_HURLEY_SPAWN'), + (9623,20,-6370.71,-1638.64,-272.031,0,''), + (9623,21,-6366.71,-1592.65,-272.201,0,''), + (9623,22,-6333.87,-1534.6,-270.493,0,''), + (9623,23,-6305.36,-1477.91,-269.518,0,''), + (10646,22,-4762.08,-1866.53,89.481,0,''), + (10646,21,-4779.45,-1882.76,90.169,5000,'SAY_LAKO_MORE'), + (10646,20,-4798.07,-1892.38,89.368,0,''), + (10646,19,-4804.44,-1897.3,89.362,0,''), + (9023,33,622.81,-135.55,-71.92,0,''), + (9023,34,634.68,-151.29,-70.32,0,''), + (12818,10,3429.5,-631.589,166.921,0,''), + (12818,9,3418.46,-631.792,166.478,0,''), + (12818,8,3410.5,-634.3,165.773,0,''), + (12818,7,3396.65,-641.509,164.216,0,''), + (12818,6,3389.55,-648.5,163.652,0,''), + (12818,5,3381.48,-659.449,162.545,0,''), + (12818,4,3370.29,-669.367,160.751,0,''), + (12818,3,3352.74,-677.722,162.316,0,''), + (12818,2,3338.35,-686.088,163.444,0,''), + (12818,1,3341.53,-694.726,161.125,4000,''), + (4508,31,2034.35,1543.01,79.7,0,''), + (4508,30,2045.22,1543.4,76.65,0,''), + (4508,29,2052.56,1548.05,73.35,0,''), + (4508,28,2057.94,1560.68,68.4,0,''), + (4508,27,2063.67,1577.22,65.89,0,''), + (12580,11,-8737.14,574.741,97.398,0,'reset jonathan'), + (12580,10,-8769.85,607.883,97.118,0,''), + (12580,9,-8796.46,590.922,97.466,0,''), + (12580,8,-8824.8,621.713,94.084,0,''), + (12580,7,-8832.28,622.285,93.686,0,''), + (12580,6,-8925.26,542.51,94.274,0,''), + (12580,5,-8907.64,509.941,93.84,0,''), + (12580,4,-8922.52,498.45,93.869,0,''), + (12580,3,-8936.33,501.777,94.066,0,''), + (9520,22,-7989.95,-1319.12,133.71,0,''), + (3692,5,4607.75,3.79,70.13,1000,'first ambush'), + (3692,4,4604.26,-2.02,69.42,0,''), + (3692,3,4604.54,-5.17,69.51,0,''), + (3692,2,4608.43,-6.32,69.74,4000,'SAY_START'), + (12580,12,-8746.27,563.446,97.399,0,''), + (9520,13,-7850.26,-1516.87,138.17,3000,'SAY_FIRST_AMBUSH_END'), + (9520,12,-7850.26,-1516.87,138.17,0,'SAY_FIRST_AMBUSH_START'), + (9520,10,-7763.08,-1536.22,131.93,0,''), + (9520,11,-7815.32,-1522.61,134.16,0,''), + (9023,16,404.22,-62.3,-63.5,1500,'open supply door'), + (11016,53,5038.78,-557.588,300.787,0,''), + (11016,54,5042.01,-566.749,303.838,0,''), + (11016,55,5050.56,-568.149,306.782,0,''), + (1842,25,2913.05,-1453.52,148.098,0,'SAY_TAELAN_MOUNT'), + (1842,24,2917.47,-1438.78,150.781,0,''), + (1842,23,2921.17,-1431.68,150.781,0,''), + (1842,22,2929.22,-1415.79,150.504,0,''), + (1842,21,2933.94,-1405.36,150.521,0,''), + (1842,20,2930.32,-1403.48,150.521,0,''), + (1842,19,2926.25,-1401.26,152.028,0,''), + (3584,2,4507.94,396.47,32.9476,0,''), + (2713,9,-1450.48,-3065.16,12.58,5000,'SAY_REACH_BOTTOM'), + (2713,8,-1439.86,-3086.36,12.29,0,''), + (2713,7,-1433.06,-3101.55,12.56,0,''), + (2713,6,-1417.41,-3106.8,16.61,0,''), + (2713,5,-1406.12,-3105.95,24.82,0,''), + (4880,8,-2781.39,-3490.61,32.598,0,''), + (4880,7,-2773.68,-3482.91,32.84,0,''), + (11016,48,5067.82,-515.245,297.125,0,''), + (11016,47,5065.08,-505.239,297.361,0,''), + (11016,46,5064.24,-496.051,297.275,0,''), + (11016,45,5069.21,-488.77,298.082,0,''), + (11016,44,5079.38,-486.811,297.638,0,''), + (11016,43,5091.94,-497.516,296.677,0,''), + (11016,42,5099.75,-510.823,296.677,0,''), + (11016,41,5110.13,-532.123,296.677,0,'SAY_ESCAPE'), + (467,24,-10933.3,1052.61,35.85,0,''), + (467,23,-10936.3,1023.38,36.52,0,''), + (467,22,-10922.3,1002.23,35.74,0,''), + (467,21,-10906.1,997.11,36.15,0,''), + (467,20,-10892.5,1001.32,34.46,0,''), + (467,19,-10880,1005.1,32.84,0,''), + (5644,9,-401.368,1726.77,131.071,0,''), + (2768,6,-2066.6,-2131.85,21.56,0,''), + (2768,7,-2053.85,-2143.19,20.31,0,''), + (7998,9,-518.994,-101.416,-154.648,27000,''), + (7998,10,-526.998,-98.1488,-155.625,0,''), + (7998,11,-534.569,-105.41,-155.989,30000,''), + (7998,12,-535.534,-104.695,-155.971,0,''), + (7998,13,-541.63,-98.6583,-155.858,25000,''), + (7998,14,-535.092,-99.9175,-155.974,0,''), + (7998,15,-519.01,-101.51,-154.677,3000,''), + (7998,16,-504.466,-97.848,-150.955,30000,''), + (349,37,-8922.05,-2585.31,132.446,0,''), + (7807,10,-4936.72,1594.89,65.96,0,''), + (5391,1,-9909.27,-3727.81,23.25,0,''), + (4500,2,-3116.49,-2850.67,34.869,0,''), + (4500,1,-3120.26,-2877.83,34.917,0,''), + (4962,6,-3690.22,-862.262,9.96045,0,''), + (4962,5,-3738.63,-830.997,11.0574,0,''), + (4962,4,-3765.94,-840.129,10.8856,0,''), + (4962,3,-3772.43,-835.346,10.869,0,''), + (4962,2,-3792.63,-835.671,9.65566,0,''), + (4962,1,-3803.93,-835.772,10.0777,0,''), + (7806,30,122.461,-3910.07,135.605,0,''), + (7806,29,135.302,-3880.09,132.12,0,''), + (6575,11,1964.8,-431.26,6.17,300000,''), + (6575,10,1961.22,-422.74,6.17,0,''), + (6575,9,1963.84,-418.9,6.17,0,''), + (6575,8,1973.97,-422.08,9.04,0,''), + (12717,4,3437.03,1020.79,2.742,0,''), + (12717,5,3460.56,1024.26,1.353,0,''), + (12717,6,3479.87,1037.96,1.023,0,''), + (12717,7,3490.53,1043.35,3.338,0,''), + (10300,28,5622.97,-4953.58,811.12,0,''), + (10300,29,5601.52,-4939.49,820.77,0,''), + (10300,30,5571.87,-4936.22,831.35,0,''), + (3678,19,-23.573,311.376,-88.6,0,''), + (3678,20,-8.692,302.389,-87.43,0,''), + (3678,21,-1.237,293.268,-85.55,0,''), + (9503,15,867.074,-221.959,-43.4472,0,''), + (9503,16,870.419,-225.675,-43.5566,0,'open door'), + (9503,17,872.169,-227.425,-43.5566,0,''), + (9503,18,872.919,-228.175,-43.5566,0,''), + (9503,19,875.919,-230.925,-43.5566,0,''), + (9503,20,876.919,-230.175,-43.5566,0,''), + (2917,26,4577.59,592.146,1.12019,0,'SAY_REM_MOSS (?)'), + (12717,16,3549.73,1101.88,-1.123,0,''), + (12717,15,3546.98,1093.49,0.68,0,''), + (11016,38,5110.13,-532.123,296.677,4000,'open equipment chest'), + (11016,37,5104.3,-521.014,296.677,0,''), + (11016,36,5095.55,-508.639,296.677,0,''), + (11016,35,5087.47,-496.478,296.677,0,''), + (7806,27,162.215,-3827.01,129.424,0,''), + (7806,26,178.111,-3801.58,128.37,3000,'SAY_OOX_DANGER'), + (11856,1,109.54,-350.08,3.74,0,''), + (11856,2,106.95,-353.4,3.6,0,''), + (11856,3,100.28,-338.89,2.97,0,''), + (11856,4,110.11,-320.26,3.47,0,''), + (11856,5,109.78,-287.8,5.3,0,''), + (11856,6,105.02,-269.71,4.71,0,''), + (11856,7,86.71,-251.81,5.34,0,''), + (11856,8,64.1,-246.38,5.91,0,''), + (349,38,-8949.08,-2596.87,132.537,0,''), + (12858,13,1806.6,-2103.09,99.19,0,''), + (12858,14,1798.27,-2095.77,100.04,0,''), + (349,22,-8669.86,-2252.77,154.854,0,''), + (349,23,-8670.56,-2264.69,156.978,0,''), + (349,24,-8676.56,-2269.2,155.411,0,''), + (349,25,-8673.34,-2288.65,157.054,0,''), + (349,26,-8677.76,-2302.56,155.917,16000,'Corp. Keeshan - Short Break Outside'), + (349,27,-8682.46,-2321.69,155.917,0,''), + (349,28,-8690.4,-2331.78,155.971,0,''), + (349,29,-8715.1,-2353.95,156.188,0,''), + (349,30,-8748.04,-2370.7,157.988,0,''), + (349,31,-8780.9,-2421.37,156.109,0,''), + (349,32,-8792.01,-2453.38,142.746,0,''), + (7998,4,-512.969,-124.926,-156.115,5000,''), + (7998,5,-513.972,-120.236,-156.116,0,''), + (7998,6,-514.388,-115.19,-156.117,0,''), + (5644,2,-328.957,1734.95,139.327,0,''), + (5644,3,-338.29,1731.36,139.327,0,''), + (5644,4,-350.747,1731.12,139.338,0,''), + (5644,5,-365.064,1739.04,139.376,0,''), + (5644,6,-371.105,1746.03,139.374,0,''), + (4983,8,-3371.44,-3183.91,33.454,0,''), + (8516,25,2575.6,950.138,52.846,0,''), + (8516,24,2575.6,950.138,52.846,0,''), + (8516,23,2558.75,969.243,50.7353,0,''), + (8516,22,2547.21,977.489,49.9759,0,''), + (8516,21,2540.23,973.338,50.1241,0,''), + (8516,20,2531.63,959.893,49.4111,0,''), + (8516,19,2522.69,933.546,47.5769,0,''), + (8516,18,2523.6,920.306,45.8717,0,''), + (8516,17,2544.29,909.116,46.2506,0,''), + (8516,16,2548.02,897.584,47.7277,0,''), + (11832,3,7819.01,-2304.34,455.957,0,''), + (11832,2,7829.79,-2244.84,463.853,0,''), + (3465,9,-2020.68,-3610.3,21.759,0,''), + (1842,39,2779.61,-1613.12,129.132,0,''), + (1842,40,2757.65,-1638.03,128.236,0,''), + (3692,16,4608.43,-6.32,69.74,1000,'bow'), + (3692,17,4608.43,-6.32,69.74,4000,'SAY_ESCAPE'), + (9520,32,-7864.11,-1135.98,203.29,0,''), + (9520,33,-7837.31,-1137.73,209.63,0,''), + (2917,30,4568.27,551.958,5.0042,0,''), + (3465,10,-2019.99,-3640.16,21.759,0,''), + (3584,15,4554.38,334.968,48.8003,0,''), + (3584,14,4556.63,341.003,47.6755,0,''), + (3584,13,4564.75,344.041,44.2463,0,''), + (3584,12,4572.05,348.059,42.3539,0,''), + (3584,11,4581.5,348.254,38.3878,0,''), + (2713,23,-1601.65,-3007.97,24.65,0,''), + (2713,24,-1581.05,-2992.32,30.85,0,''), + (3850,6,-240.553,2140.55,87.012,0,''), + (8284,25,-6620.6,-1917.61,244.149,0,''), + (8284,24,-6654.26,-1916.76,244.145,0,''), + (8284,23,-6678.96,-1909.61,244.369,0,''), + (8284,22,-6705.74,-1896.78,244.144,0,''), + (8284,21,-6731.03,-1884.94,244.144,0,''), + (8284,20,-6753.47,-1876.91,244.17,0,'ambush'), + (8284,19,-6753.47,-1876.91,244.17,10000,'stop'), + (8284,18,-6776.42,-1868.88,244.142,0,''), + (8284,17,-6804.62,-1857.54,244.209,0,''), + (8284,16,-6829.38,-1847.64,244.19,0,''), + (10427,14,-5013.55,-906.184,-5.49,0,''), + (7780,6,204.454,-2792.21,120.62,0,''), + (7806,28,141.665,-3864.52,131.419,0,''), + (10646,13,-4872.23,-1994.17,91.513,0,''), + (10646,12,-4876.34,-2003.92,90.887,0,''), + (10646,11,-4888.33,-2033.18,83.654,0,''), + (10646,10,-4897.76,-2056.52,84.184,0,''), + (10646,9,-4899.9,-2062.14,83.78,0,''), + (4880,6,-2764.52,-3472.71,33.75,0,''), + (11625,12,-1815.56,2003.46,59.4022,0,''), + (9023,21,403.61,-51.71,-63.92,1000,'update entry to Reginald Windsor'), + (9023,22,403.61,-52.71,-63.92,4000,'SAY_WINDSOR_EQUIPMENT_3'), + (9598,15,6155.81,-1275.03,373.627,0,''), + (9598,16,6163.54,-1307.13,376.234,0,''), + (9598,17,6174.8,-1340.89,379.039,0,''), + (9598,18,6191.14,-1371.26,378.453,0,''), + (9598,19,6215.65,-1397.52,376.012,0,''), + (467,1,-10518.3,1074.84,53.96,0,''), + (1978,14,1287.12,1203.49,52.66,5000,'SAY_RANE'), + (1978,15,1288.3,1203.89,52.68,5000,'SAY_RANE_REPLY'), + (2917,32,4566.74,560.768,1.70326,0,''), + (2917,31,4566.73,551.558,5.42631,5000,'SAY_REM_PROGRESS'), + (3439,4,1103.24,-3106.27,83.133,1000,''), + (3465,16,-1934.09,-3682.86,9.897,30000,'SAY_GIL_AT_LAST'), + (3465,15,-1949.16,-3678.05,11.293,0,''), + (3849,10,-241.162,2153.65,90.624,0,'SAY_OPEN_DOOR_AD'), + (3849,9,-237.188,2151.95,90.624,0,''), + (4983,9,-3373.82,-3190.86,34.717,5000,'SAY_OGR_SPOT'), + (7780,8,164.412,-2825.16,107.779,0,''), + (7784,7,-8795.1,-4365.61,26.08,0,''), + (7784,8,-8766.78,-4367.13,25.15,0,''), + (7806,22,239.981,-3717.33,131.874,0,''), + (7807,17,-4674.03,1840.44,89.17,0,''), + (7807,16,-4739.72,1707.16,94.04,0,''), + (7807,15,-4746.4,1576.11,84.59,0,''), + (7807,14,-4802.2,1571.92,87.01,0,''), + (10646,18,-4842.47,-1929,84.147,0,''), + (10646,17,-4869.47,-1952.61,89.206,0,''), + (12717,18,3571.94,1132.18,-0.634,0,''), + (12427,0,-5689.2,-456.44,391.08,0,''), + (9023,35,635.06,-153.25,-70.32,0,'escort paused - SAY_WINDSOR_CELL_SHILL_1'), + (4508,14,2097.65,1715.24,54.74,3000,'SAY_WILLIX_4'), + (4508,15,2106.44,1720.98,54.41,0,''), + (4508,16,2123.96,1732.56,52.27,0,''), + (4508,17,2153.82,1728.73,51.92,0,''), + (4508,18,2163.49,1706.33,54.42,0,''), + (10300,18,5686.8,-5012.17,807.27,0,''), + (4880,17,-2818.33,-3521.4,30.563,0,''), + (4880,18,-2824.77,-3528.73,32.399,0,''), + (9023,11,360.22,-62.93,-66.77,0,''), + (9023,12,383.38,-69.4,-63.25,0,''), + (9023,10,314.31,-74.31,-76.09,0,''), + (9023,9,294.57,-93.11,-74.08,3000,'SAY_WINDSOR_CELL_DUGHAL_3'), + (9023,8,294.57,-93.11,-74.08,10000,''), + (1842,16,2935.49,-1392.52,152.02,0,''), + (1842,15,2942.79,-1377.66,152.02,0,''), + (1842,14,2946.68,-1379.29,152.02,0,''), + (1842,13,2951.19,-1381.74,155.948,0,''), + (1842,12,2953.84,-1383.33,155.948,0,''), + (1842,11,2951.98,-1386.62,155.948,0,''), + (4880,13,-2786.77,-3519.95,31.079,0,''), + (4880,12,-2786.97,-3508.17,31.983,0,''), + (4880,11,-2789.43,-3498.04,31.05,0,''), + (4880,10,-2794.58,-3489.19,31.119,5000,'SAY_SECOND_STOP'), + (4880,9,-2788.31,-3492.9,30.761,0,''), + (11016,59,5062.83,-541.994,313.221,0,''), + (11016,60,5063.55,-531.288,313.221,0,''), + (11016,61,5057.93,-523.088,313.221,0,''), + (11016,62,5049.47,-519.36,313.221,0,''), + (467,25,-10940.2,1077.66,36.49,0,''), + (2768,8,-2043.49,-2153.73,20.2,10000,''), + (349,36,-8870.67,-2542.08,131.044,0,''), + (4500,3,-3093.47,-2819.19,34.432,0,''), + (4500,4,-3104.73,-2802.02,33.954,0,''), + (4500,5,-3105.91,-2780.23,34.469,0,''), + (5391,0,-9901.12,-3727.29,22.11,3000,''), + (9503,25,885.937,-223.351,-49.2954,0,''), + (9503,24,887.645,-222.449,-49.2405,0,''), + (9503,23,885.895,-223.699,-49.2405,0,''), + (9503,22,882.395,-225.949,-46.7405,0,''), + (9503,21,877.919,-229.425,-43.5566,0,''), + (11625,13,-1814.41,1983.18,58.9549,0,''), + (11625,14,-1811.8,1967.01,59.4735,0,''), + (10646,14,-4879.57,-1976.99,92.185,5000,'SAY_LAKO_HERE_COME'), + (11856,10,-27.78,-267.53,-1.08,0,''), + (11856,9,-2.55,-243.58,6.3,0,''), + (349,33,-8804.78,-2472.43,134.192,0,''), + (349,34,-8841.35,-2503.63,132.276,0,''), + (349,35,-8867.57,-2529.89,134.739,0,''), + (7998,7,-514.304,-111.478,-155.52,0,''), + (7998,8,-514.84,-107.663,-154.893,0,''), + (5644,8,-390.445,1733.98,136.353,0,''), + (5644,7,-383.141,1738.62,138.93,0,''), + (2917,6,4633.53,632.476,6.50983,0,'ambush'), + (2917,5,4631.68,630.801,6.415,5000,'SAY_REM_RAMP1_1'), + (2917,4,4640.8,623.999,8.37705,0,''), + (8284,14,-6867.65,-1832.67,240.706,0,''), + (8284,15,-6850.18,-1839.25,243.006,0,''), + (11016,69,5027.76,-465.442,320.643,0,''), + (11016,70,5019.96,-460.892,321.969,0,''), + (7780,7,182.013,-2810,113.887,0,'summon'), + (9598,21,6280.77,-1408.26,370.554,0,''), + (9598,20,6243.78,-1407.68,371.594,0,''), + (1978,2,1388.48,1083.1,52.52,0,''), + (1978,1,1400.49,1080.42,52.5,0,'SAY_START_2'), + (2917,29,4566.72,564.078,1.34308,0,'ambush'), + (3465,14,-1973.97,-3687.67,14.996,0,''), + (3465,13,-1987.46,-3688.31,18.495,0,''), + (3465,12,-1999.4,-3679.44,21.316,0,''), + (3465,11,-2016.11,-3664.13,21.758,0,''), + (3849,8,-235.638,2149.23,90.587,0,''), + (9520,9,-7744.61,-1531.61,132.69,0,''), + (7806,33,55.3781,-3982,136.52,0,''), + (7807,13,-4816.64,1594.47,78.2,0,''), + (7807,12,-4874.2,1601.73,68.54,0,''), + (10646,16,-4874.72,-1956.94,90.737,0,''), + (10646,15,-4879.05,-1964.35,92.001,0,''), + (9023,42,579.45,-275.56,-80.44,0,''), + (9023,41,622.85,-268.85,-83.96,0,''), + (4508,26,2063.05,1589.16,63.26,0,''), + (4508,25,2060.92,1600.11,62.41,3000,'SAY_WILLIX_5'), + (4508,24,2062.82,1633.31,64.35,0,''), + (4508,23,2068.81,1658.93,61.24,0,''), + (4508,22,2086.02,1672.04,61.24,0,''), + (4508,21,2118.31,1671.54,59.21,0,''), + (1842,26,2913.83,-1474.93,146.224,0,''), + (4880,15,-2797.95,-3523.69,31.697,0,''), + (4880,16,-2812.97,-3519.84,29.864,0,''), + (1842,17,2921.17,-1384.8,152.02,0,''), + (3850,9,-237.188,2151.95,90.624,0,''), + (11016,68,5028.11,-475.531,318.839,0,''), + (11016,67,5028.87,-487,318.179,0,''), + (11016,66,5029.92,-495.645,316.821,0,''), + (11016,65,5032,-505.532,314.663,0,''), + (3850,5,-248.205,2144.02,87.013,0,''), + (7806,32,81.4145,-3958.61,138.469,0,''), + (7807,11,-4885.69,1598.1,67.45,4000,'first ambush SAY_AMBUSH'), + (4508,20,2142.6,1680.72,58.24,0,''), + (4508,19,2158.75,1695.98,55.7,0,''), + (9520,14,-7881.01,-1508.49,142.37,0,''), + (9520,15,-7888.91,-1458.09,144.79,0,''), + (9520,16,-7889.18,-1430.21,145.31,0,''), + (9520,17,-7900.53,-1427.01,150.26,0,''), + (9520,18,-7904.15,-1429.91,150.27,0,''), + (9520,19,-7921.48,-1425.47,140.54,0,''), + (9520,20,-7941.43,-1413.1,134.35,0,''), + (9520,21,-7964.85,-1367.45,132.99,0,''), + (4508,12,2067.66,1701.84,57.77,0,''), + (4508,13,2078.91,1704.54,56.77,0,''), + (4880,28,-2820.21,-3590.64,30.269,0,''), + (4983,1,-3326.34,-3126.83,34.426,0,''), + (1842,27,2906.81,-1487.06,146.224,0,''), + (1842,28,2900.64,-1496.57,146.306,0,''), + (1842,29,2885.25,-1501.58,146.02,0,''), + (1842,30,2863.88,-1500.38,146.681,0,''), + (1842,31,2846.51,-1487.18,146.332,0,''), + (1842,32,2823.75,-1490.99,145.782,0,''), + (1842,33,2800.98,-1510.91,145.049,0,''), + (1842,34,2789.49,-1525.21,143.729,0,''), + (1842,35,2776.96,-1542.31,139.435,0,''), + (11016,49,5064.62,-521.17,297.801,0,''), + (11016,50,5053.22,-530.739,297.801,0,''), + (11625,22,-1701.72,1911.02,61.0949,0,''), + (11625,23,-1694.06,1904.03,61.03,0,''), + (11625,24,-1687.1,1886.34,59.7501,0,''), + (11625,25,-1684.12,1872.66,59.0354,0,''), + (11625,26,-1673.14,1845.28,58.9273,0,'THIRD_AMBUSH'), + (11625,27,-1657.63,1821.97,58.9273,0,''), + (11625,28,-1649.83,1810.34,58.9273,0,''), + (11625,29,-1634.24,1787.08,58.9252,0,''), + (11625,30,-1626.45,1775.45,58.9252,0,''), + (11625,31,-1605.77,1750.66,58.9256,0,''), + (11625,32,-1594.91,1741.83,58.9256,0,'QUEST_COMPLETION'), + (11626,0,-1802.8,2194.02,59.8226,0,''), + (11626,1,-1800.41,2180.08,59.8226,0,''), + (11626,2,-1800.26,2166.08,60.1822,0,''), + (11626,3,-1801.62,2148.85,62.344,0,''), + (11626,4,-1801.15,2134.86,63.1766,0,''), + (11626,5,-1802.26,2110.11,63.6737,0,''), + (11626,6,-1805.87,2096.6,63.1784,0,''), + (11626,7,-1809.25,2083.01,63.0772,0,''), + (11626,8,-1812.63,2069.43,63.043,0,''), + (11626,9,-1816.72,2056.04,61.8496,0,'FIRST_AMBUSH'), + (11626,10,-1822.89,2032.23,60.6524,0,''), + (11626,11,-1822.76,2027.39,60.3783,0,''), + (11626,12,-1815.56,2003.46,59.4022,0,''), + (11626,13,-1814.41,1983.18,58.9549,0,''), + (11626,14,-1811.8,1967.01,59.4735,0,''), + (11626,15,-1803.12,1951.78,60.7154,0,''), + (11626,16,-1793.24,1941.87,60.8439,0,'SECOND_AMBUSH'), + (11626,17,-1775.92,1926.82,59.3033,0,''), + (11626,18,-1759.93,1918.92,58.9613,0,''), + (11626,19,-1751.9,1917.2,59.0003,0,''), + (11626,20,-1737.91,1917.04,59.0673,0,''), + (11626,21,-1712.18,1914.85,60.4394,0,''), + (11626,22,-1701.72,1911.02,61.0949,0,''), + (11626,23,-1694.06,1904.03,61.03,0,''), + (11626,24,-1687.1,1886.34,59.7501,0,''), + (11626,25,-1684.12,1872.66,59.0354,0,''), + (11626,26,-1673.14,1845.28,58.9273,0,'THIRD_AMBUSH'), + (11626,27,-1657.63,1821.97,58.9273,0,''), + (11626,28,-1649.83,1810.34,58.9273,0,''), + (11626,29,-1634.24,1787.08,58.9252,0,''), + (11626,30,-1626.45,1775.45,58.9252,0,''), + (11626,31,-1605.77,1750.66,58.9256,0,''), + (11626,32,-1594.91,1741.83,58.9256,0,'QUEST_COMPLETION'), + (1978,12,1292.89,1158.99,52.65,0,''), + (2917,27,4569.85,592.177,1.26087,5000,'EMOTE_REM_MOSS (?)'), + (2917,28,4568.79,590.871,1.21134,3000,'SAY_REM_MOSS_PROGRESS (?)'), + (3849,7,-237.514,2142.07,87.012,0,''), + (10646,37,-4999.37,-1890.85,4.43,0,''), + (4484,1,3189.82,198.56,5.62,0,''), + (4484,0,3178.57,188.52,4.27,0,'SAY_QUEST_START'), + (467,26,-10957.1,1099.33,36.83,0,''), + (467,27,-10956.5,1119.9,36.73,0,''), + (467,28,-10939.3,1150.75,37.42,0,''), + (467,29,-10915.1,1202.09,36.55,0,''), + (467,30,-10892.6,1257.03,33.37,0,''), + (467,31,-10891.9,1306.66,35.45,0,''), + (467,32,-10896.2,1327.86,37.77,0,''), + (467,33,-10906,1368.05,40.91,0,''), + (467,34,-10910.2,1389.33,42.62,0,''), + (467,35,-10915.4,1417.72,42.93,0,''), + (467,36,-10926.4,1421.18,43.04,0,'walk here and say'), + (467,37,-10952.3,1421.74,43.4,0,''), + (11016,111,4848.7,-397.612,351.215,0,''), + (2768,9,-2043.49,-2153.73,20.2,20000,''), + (2768,10,-2043.49,-2153.73,20.2,10000,''), + (2768,11,-2043.49,-2153.73,20.2,2000,''), + (2768,12,-2053.85,-2143.19,20.31,0,''), + (2768,13,-2066.6,-2131.85,21.56,0,''), + (2768,14,-2073.51,-2123.46,18.42,0,''), + (2768,15,-2076.6,-2117.46,16.67,0,''), + (2768,16,-2074.6,-2109.67,14.24,0,''), + (2768,17,-2077.99,-2105.33,13.24,0,''), + (2768,18,-2077.73,-2091.17,9.49,0,''), + (2768,19,-2066.41,-2086.21,8.97,6000,''), + (2768,20,-2066.41,-2086.21,8.97,2000,''), + (5391,21,-10108,-3406.05,22.06,0,''), + (11016,109,4873.97,-394.919,349.844,1000,''), + (3465,53,-1028.15,-3688.72,23.843,7500,'SAY_GIL_FREED'), + (3439,18,1133.33,-2997.71,91.675,1000,'SAY_PROGRESS_1'), + (3439,19,1131.8,-2987.95,91.976,1000,''), + (3439,20,1122.03,-2993.4,91.536,0,''), + (3439,21,1116.61,-2981.92,92.103,0,''), + (3439,22,1102.24,-2994.25,92.074,0,''), + (3439,23,1096.37,-2978.31,91.873,0,''), + (3465,38,-1299.74,-3810.69,20.801,0,''), + (3465,39,-1277.14,-3782.79,25.918,0,''), + (3465,40,-1263.69,-3781.25,26.447,0,''), + (3465,41,-1243.67,-3786.33,25.281,0,''), + (3465,42,-1221.88,-3784.12,24.051,0,''), + (3465,43,-1204.01,-3775.94,24.437,0,''), + (3465,44,-1181.71,-3768.93,23.368,0,''), + (3465,45,-1156.91,-3751.56,21.074,0,''), + (3465,46,-1138.83,-3741.81,17.843,0,''), + (3465,47,-1080.1,-3738.78,19.805,0,'SAY_GIL_SWEET'), + (3849,26,-202.017,2106.64,78.6836,0,''), + (3849,27,-200.928,2104.49,78.5569,0,''), + (3849,28,-201.845,2101.17,76.9256,0,''), + (3849,29,-202.844,2100.11,76.8911,0,''), + (3849,30,-213.326,2105.83,76.8925,0,''), + (3849,31,-226.993,2111.47,76.8892,0,''), + (3850,14,-241.13,2154.56,90.624,2500,'cast'), + (3850,15,-241.13,2154.56,90.624,0,'SAY_VANISH_AS'), + (4500,7,-3125.23,-2733.96,33.189,0,''), + (4500,6,-3116.08,-2757.9,34.734,0,''), + (4983,18,-3355.83,-3140.95,29.534,0,''), + (4983,19,-3342.6,-3132.15,30.422,0,''), + (4983,20,-3336.98,-3129.61,30.692,0,''), + (5391,2,-9935.25,-3729.02,22.11,0,''), + (5391,3,-9945.83,-3719.34,21.68,0,''), + (5391,4,-9963.41,-3710.18,21.71,0,''), + (5391,5,-9972.75,-3690.13,21.68,0,''), + (5391,6,-9989.7,-3669.67,21.67,0,''), + (6182,15,-11465.2,1528.34,50.9544,0,''), + (6182,16,-11470.3,1537.28,50.3785,0,''), + (6182,17,-11475.6,1548.68,50.1844,0,'complete quest'), + (6182,18,-11482.3,1557.41,48.6245,0,''), + (7780,23,-171.562,-2951.42,115.451,0,''), + (7780,22,-135.994,-2955.74,115.788,0,''), + (7780,21,-102.054,-2956.97,116.677,0,''), + (7780,20,-68.5994,-2953.69,116.685,0,''), + (7784,34,-6940.37,-4831.03,0.67,10000,'quest complete SAY_END'), + (7784,33,-6953.02,-4786,6.32,0,''), + (7784,32,-6985.52,-4777.41,10.26,0,''), + (7784,31,-7016.11,-4751.12,10.06,0,''), + (7784,30,-7308.42,-4739.87,12.65,0,''), + (7784,29,-7391.54,-4774.26,12.44,0,''), + (7784,28,-7497.65,-4792.86,10.01,0,'second ambush SAY_AMBUSH'), + (7806,59,-104.135,-4501.84,25.051,0,''), + (7806,60,-84.1547,-4529.44,11.952,0,''), + (7806,61,-88.6989,-4544.63,9.055,0,''), + (7806,62,-100.603,-4575.03,11.388,0,''), + (7806,63,-106.909,-4600.41,11.046,0,''), + (7806,64,-106.832,-4620.5,11.057,3000,'SAY_OOX_COMPLETE'), + (9520,45,-7556.53,-1021.74,253.21,0,'SAY_LAST_STAND'), + (10646,45,-5052.66,-1797.04,-54.734,5000,'SAY_LAKO_END'), + (7807,31,-4448.99,2079.05,44.64,0,''), + (7807,32,-4436.64,2134.48,28.83,0,''), + (7807,33,-4429.25,2170.2,15.44,0,''), + (7807,34,-4424.83,2186.11,11.48,0,''), + (7807,35,-4416.71,2209.76,7.36,0,''), + (7807,36,-4405.25,2231.77,5.94,0,''), + (7807,37,-4377.61,2265.45,6.71,15000,'complete quest SAY_END'), + (9502,0,847.848,-230.067,-43.614,0,''), + (9503,26,887.437,-222.351,-49.2954,0,''), + (9503,27,888.937,-221.601,-49.5454,0,''), + (9503,28,887.687,-220.101,-49.5454,0,''), + (9503,29,886.687,-218.851,-49.5454,0,''), + (9503,30,887.567,-220.04,-49.7059,0,''), + (9503,31,886.567,-218.79,-49.7059,0,''), + (9503,32,886.067,-218.29,-49.7059,0,''), + (9503,33,880.825,-221.389,-49.9562,0,'stop'), + (9537,4,896.846,-147.319,-49.7575,0,''), + (9537,5,896.846,-147.319,-49.7575,0,''), + (9623,32,-6364.25,-1264.71,-269.075,0,''), + (9623,33,-6343.64,-1239.84,-268.364,0,''), + (9623,34,-6335.57,-1202.45,-271.515,0,''), + (9623,35,-6325.62,-1184.46,-270.461,0,''), + (9623,36,-6317.8,-1177.67,-269.792,0,''), + (9623,37,-6303.02,-1180.25,-269.332,0,'SAY_AME_END'), + (10096,3,601.301,-198.557,-53.9503,0,'ring'), + (10096,2,621.4,-214.499,-52.8145,0,'hiding in corner'), + (10096,1,604.073,-222.107,-52.7438,0,'first gate'), + (10427,27,-4920.68,-1100.03,-51.944,0,'quest complete'), + (12717,28,3615.48,1145.53,9.614,0,''), + (10638,1,-4906,-1367.05,-52.611,0,''), + (10646,38,-5007.27,-1891.67,2.771,0,''), + (10646,39,-5013.33,-1879.59,-1.947,0,''), + (10646,40,-5023.33,-1855.96,-17.103,0,''), + (10646,41,-5038.51,-1825.99,-35.821,0,''), + (10646,42,-5048.73,-1809.8,-46.457,0,''), + (10646,43,-5053.19,-1791.68,-57.186,0,''), + (10646,44,-5062.09,-1794.4,-56.515,0,''), + (11856,11,-31.27,-283.54,-4.36,0,''), + (11856,12,-28.96,-322.44,-9.19,0,''), + (11856,13,-35.63,-360.03,-16.59,0,''), + (11856,14,-58.3,-412.26,-30.6,0,''), + (11856,15,-58.88,-474.17,-44.54,0,''), + (12427,1,-5700.37,-450.77,393.19,0,''), + (10300,6,5684.2,-4913.75,801.6,0,''), + (12428,1,2472.03,378.08,30.98,0,''), + (12428,0,2454.09,361.26,31.51,0,''), + (12429,0,9654.19,909.58,1272.11,0,''), + (12429,1,9642.53,908.11,1269.1,0,''), + (12818,18,3496.25,-529.194,188.172,0,''), + (12818,19,3497.62,-510.411,188.345,1000,'Ambush 2'), + (12818,20,3498.5,-497.788,185.806,0,''), + (12818,21,3484.22,-489.718,182.39,4000,''), + (12858,15,1783.59,-2079.92,100.81,0,''), + (12858,16,1776.79,-2069.48,101.77,0,''), + (12858,17,1776.82,-2054.59,109.82,0,''), + (12858,18,1776.88,-2047.56,109.83,0,''), + (12858,19,1776.86,-2036.55,109.83,0,''), + (12858,20,1776.9,-2024.56,109.83,0,'win'), + (349,39,-8993.46,-2604.04,130.756,0,''), + (349,40,-9006.71,-2598.47,127.966,0,''), + (349,41,-9038.96,-2572.71,124.748,0,''), + (349,42,-9046.92,-2560.64,124.447,0,''), + (349,43,-9066.69,-2546.63,123.11,0,''), + (349,44,-9077.54,-2541.67,121.17,0,''), + (349,45,-9125.32,-2490.06,116.057,0,''), + (349,46,-9145.06,-2442.24,108.232,0,''), + (349,47,-9158.2,-2425.36,105.5,0,''), + (349,48,-9151.92,-2393.67,100.856,0,''), + (349,49,-9165.19,-2376.03,94.8215,0,''), + (349,50,-9187.1,-2360.52,89.9231,0,''), + (349,51,-9235.44,-2305.24,77.9253,0,''), + (1379,23,-5699.23,-3792.65,322.448,30000,'Protecting the Shipment - End'), + (1379,22,-5688.14,-3782.65,322.667,0,''), + (1379,21,-5688.68,-3769,323.957,0,''), + (1379,20,-5698.61,-3754.74,322.047,0,''), + (7998,17,-506.907,-89.1474,-151.083,23000,''), + (7998,18,-512.758,-101.902,-153.198,0,''), + (7998,19,-519.988,-124.848,-156.128,86400000,'this npc should not reset on wp end'), + (9520,44,-7596.22,-1013.16,244.03,0,''), + (3678,32,114.634,236.969,-96.04,1000,'naralex SAY_BEGIN_RITUAL'), + (3678,33,127.385,252.279,-90.07,0,''), + (3678,34,121.595,264.488,-91.55,0,''), + (3678,35,115.472,264.253,-91.5,0,''), + (3678,36,99.988,252.79,-91.51,0,''), + (3678,37,96.347,245.038,-90.34,0,''), + (3678,38,82.201,216.273,-86.1,0,''), + (3678,39,75.112,206.494,-84.8,0,''), + (5644,10,-416.016,1721.19,129.807,0,''), + (5644,11,-437.139,1709.82,126.342,0,''), + (5644,12,-455.83,1695.61,119.305,0,''), + (5644,13,-459.862,1687.92,116.059,0,''), + (5644,14,-463.565,1679.1,111.653,0,''), + (4508,38,2000.57,1590.06,80.62,0,''), + (4508,39,1998.96,1596.87,80.22,0,''), + (4508,40,1991.19,1600.82,79.39,0,''), + (4508,41,1980.71,1601.44,79.77,0,''), + (4508,42,1967.22,1600.18,80.62,0,''), + (4508,43,1956.43,1596.97,81.75,0,''), + (4508,44,1954.87,1592.02,82.18,3000,'SAY_WILLIX_7'), + (11832,11,7951.09,-2596.22,489.831,0,''), + (11832,12,7948.27,-2610.06,492.34,0,''), + (11832,13,7928.52,-2625.95,492.448,0,'escort paused - SAY_REMULOS_INTRO_3'), + (11832,14,7948.27,-2610.06,492.34,0,''), + (11832,15,7952.32,-2594.12,490.07,0,''), + (11832,16,7913.99,-2567,488.331,0,''), + (11832,17,7835.45,-2571.1,489.289,0,'escort paused - SAY_REMULOS_DEFEND_2'), + (10300,44,5517.66,-4920.82,845.12,0,'escort paused'), + (9023,50,554.31,-270.88,-74.4,10000,''), + (2917,2,4663.45,607.43,10.4948,0,''), + (2917,3,4655.97,613.761,8.52327,0,''), + (9023,43,561.19,-266.85,-75.59,0,''), + (9023,44,547.91,-253.92,-70.34,0,''), + (9023,45,549.2,-252.4,-70.34,0,'escort paused - SAY_WINDSOR_CELL_CREST_1'), + (9023,46,549.2,-252.4,-70.34,1000,''), + (4484,13,3472.51,213.68,13.26,0,''), + (4484,14,3515.49,212.96,9.76,5000,'SAY_FIRST_AMBUSH_START'), + (4484,15,3516.21,212.84,9.52,20000,'SAY_FIRST_AMBUSH_END'), + (12277,24,-1507.21,2115.12,62.3578,0,''), + (3692,21,4607.75,3.79,70.13,0,''), + (3692,20,4604.26,-2.02,69.42,0,''), + (3692,19,4604.54,-5.17,69.51,0,''), + (3692,18,4608.43,-6.32,69.74,4000,'SPELL_MOONSTALKER_FORM'), + (17804,6,-9042.23,434.24,93.37,5000,'SAY_SIGNAL_SENT'), + (17804,5,-9054.38,436.3,93.05,0,''), + (12580,21,-8562.45,463.583,104.517,0,''), + (12580,22,-8548.63,467.38,104.517,0,'SAY_WINDSOR_BEFORE_KEEP'), + (12580,23,-8487.77,391.44,108.386,0,''), + (12580,24,-8455.95,351.225,120.88,0,''), + (12580,25,-8446.87,339.904,121.33,0,'SAY_WINDSOR_KEEP_1'), + (9520,35,-7786.85,-1127.24,214.84,0,''), + (9520,36,-7746.58,-1125.16,215.08,5000,'EMOTE_LAUGH'), + (9520,37,-7746.41,-1103.62,215.62,0,''), + (9520,38,-7740.25,-1090.51,216.69,0,''), + (9520,39,-7730.97,-1085.55,217.12,0,''), + (9520,40,-7697.89,-1089.43,217.62,0,''), + (9520,41,-7679.3,-1059.15,220.09,0,''), + (1978,4,1359.02,1080.85,52.46,0,''), + (1978,5,1341.43,1087.39,52.69,0,''), + (9023,52,536.1,-249.6,-67.47,0,''), + (9023,53,520.94,-216.65,-59.28,0,''), + (9023,54,505.99,-148.74,-62.17,0,''), + (9023,55,484.21,-56.24,-62.43,0,''), + (9023,56,470.39,-6.01,-70.1,0,''), + (9023,57,452.45,29.85,-70.37,1500,'SAY_WINDSOR_FREE_1'), + (9023,58,452.45,29.85,-70.37,15000,'SAY_WINDSOR_FREE_2'), + (11016,110,4863.02,-394.521,350.65,0,''), + (467,0,-10508.4,1068,55.21,0,''), + (2917,0,4675.81,598.615,17.6457,0,'SAY_REM_START'), + (3849,0,-250.923,2116.26,81.179,0,'SAY_FREE_AD'), + (7806,0,495.404,-3478.35,114.837,0,''), + (7806,1,492.705,-3486.11,108.627,0,''), + (7806,2,487.25,-3485.76,107.89,0,''), + (7806,3,476.852,-3489.88,99.985,0,''), + (3584,20,4551.03,293.333,57.1534,2000,''), + (3584,19,4561.65,295.456,57.0984,4000,'SAY_THERYLUNE_FINISH'), + (3584,18,4566.09,303.127,55.0396,0,''), + (3584,17,4563.32,316.829,53.2409,0,''), + (2713,25,-1559.95,-2979.51,34.3,0,''), + (2713,26,-1536.51,-2969.78,32.64,0,''), + (2713,27,-1511.81,-2961.09,29.12,0,''), + (2713,28,-1484.83,-2960.87,32.54,0,''), + (2713,29,-1458.23,-2966.8,40.52,0,''), + (2713,30,-1440.2,-2971.2,43.15,0,''), + (2713,31,-1427.85,-2989.15,38.09,0,''), + (4880,29,-2820.85,-3593.94,31.15,3000,''), + (4880,30,-2820.85,-3593.94,31.15,3000,'SAY_PLANT_GATHERED'), + (4880,31,-2834.21,-3592.04,33.79,0,''), + (4880,32,-2840.31,-3586.21,36.288,0,''), + (4880,33,-2847.49,-3576.42,37.66,0,''), + (4880,34,-2855.72,-3565.18,39.39,0,''), + (4880,35,-2861.78,-3552.9,41.243,0,''), + (4880,36,-2869.54,-3545.58,40.701,0,''), + (4880,37,-2877.78,-3538.37,37.274,0,''), + (8284,26,-6575.96,-1922.41,244.149,0,''), + (8284,27,-6554.81,-1929.88,244.162,0,''), + (8284,28,-6521.86,-1947.32,244.151,0,''), + (8284,29,-6493.32,-1962.65,244.151,0,''), + (8284,30,-6463.35,-1975.54,244.213,0,''), + (1842,45,2699.51,-1720.57,120.265,0,''), + (1842,46,2691.98,-1738.47,114.994,0,''), + (1842,47,2690.51,-1757.05,108.764,0,''), + (1842,48,2691.95,-1780.31,99.89,0,''), + (1842,49,2689.34,-1803.26,89.13,0,''), + (1842,50,2697.85,-1820.55,80.681,0,''), + (1842,51,2701.93,-1836.71,73.7,0,''), + (1842,52,2698.09,-1853.87,68.999,0,''), + (11016,106,4873.97,-394.919,349.844,2000,'SAY_TREY'), + (11016,105,4873.97,-394.919,349.844,3000,'SAY_BETRAYER'), + (11016,104,4873.97,-394.919,349.844,5000,'SAY_FRESH_AIR'), + (11016,103,4877.84,-395.536,349.713,0,''), + (11016,102,4881.2,-395.211,351.59,0,''), + (11016,101,4891.33,-393.436,351.801,0,''), + (11016,100,4898.08,-394.226,351.821,0,''), + (11016,99,4903.5,-396.947,350.812,0,''), + (11016,98,4910.1,-393.444,348.798,0,''), + (11016,97,4911.91,-385.818,346.491,0,''), + (11016,96,4908.09,-380.635,344.597,0,''), + (11016,95,4901.88,-378.799,342.771,0,''), + (11016,94,4896.94,-382.429,341.04,0,''), + (11016,93,4895.21,-388.203,339.295,0,''), + (11016,92,4897.88,-395.245,337.346,0,''), + (11016,91,4905.61,-396.535,335.05,0,''), + (11016,90,4908.39,-396.217,333.217,0,''), + (11016,89,4916.16,-393.822,333.729,0,''), + (11016,88,4926.94,-398.436,333.079,0,''), + (9598,23,6355,-1404.34,370.646,0,''), + (9598,24,6374.68,-1399.18,372.105,0,''), + (9598,25,6395.8,-1367.06,374.91,0,''), + (9598,26,6408.57,-1333.49,376.616,0,''), + (9598,27,6409.08,-1312.17,379.598,0,''), + (9598,28,6418.69,-1277.7,381.638,0,''), + (9598,29,6441.69,-1247.32,387.246,0,''), + (9598,30,6462.14,-1226.32,397.61,0,''), + (1978,0,1406.32,1083.1,52.55,0,''), + (2917,1,4672.84,599.325,16.4176,0,''), + (4508,1,2188.56,1805.87,64.45,0,''), + (4484,22,3801.17,129.87,9.38,0,''), + (1978,7,1312.98,1095.91,47.49,0,''), + (1978,8,1301.09,1102.94,47.76,0,''), + (1978,9,1297.73,1106.35,50.18,0,''), + (1978,10,1295.49,1124.32,50.49,0,''), + (2917,25,4589.62,597.686,1.05715,0,''), + (2917,24,4601.15,604.112,2.05486,0,''), + (2917,23,4610.28,610.029,5.44254,0,''), + (2917,22,4614.55,616.983,5.68764,0,''), + (2917,21,4616.93,630.303,6.23919,0,''), + (3439,1,1103.2,-3104.35,83.113,1000,''), + (3465,5,-2023.86,-3568.15,24.636,0,''), + (3465,4,-2072.58,-3578.83,48.844,0,''), + (3465,3,-2093.8,-3595.23,56.658,0,''), + (3465,2,-2098.55,-3601.56,59.154,0,''), + (3849,6,-240.553,2140.55,87.012,0,''), + (3849,5,-248.205,2144.02,87.013,0,''), + (3849,4,-249.889,2142.31,86.972,0,''), + (3850,2,-253.179,2127.41,81.179,0,''), + (3850,1,-247.139,2124.89,81.179,0,''), + (4962,0,-3804.44,-828.048,10.0931,0,''), + (10300,1,5728.81,-4801.15,778.18,0,''), + (6182,0,-11480.7,1545.09,49.8986,0,''), + (6182,1,-11466.8,1530.15,50.2636,0,''), + (6182,2,-11465.2,1528.34,50.9544,0,'entrance hut'), + (6575,7,1978.17,-428.81,11.27,0,''), + (6575,6,1983.42,-435.85,11.27,0,''), + (6575,5,1976.09,-447.51,11.27,0,''), + (7780,0,261.059,-2757.88,122.553,0,''), + (7780,1,259.812,-2758.25,122.555,0,'SAY_RIN_FREE'), + (7780,2,253.823,-2758.62,122.562,0,''), + (7780,3,241.395,-2769.75,123.309,0,''), + (7780,4,218.916,-2783.4,123.355,0,''), + (7780,5,209.088,-2789.68,122.001,0,''), + (7806,21,276.325,-3685.74,128.356,0,''), + (7806,20,308.027,-3648.6,123.047,0,''), + (7806,19,324.619,-3622.88,119.811,0,''), + (7806,18,336.011,-3597.36,118.225,0,''), + (7806,17,337.749,-3565.42,116.797,0,''), + (7806,16,337.251,-3544.76,117.284,0,''), + (7807,7,-4975.38,1596.16,64.7,0,''), + (7807,6,-4978.12,1607.9,64.3,0,''), + (7807,5,-4967.58,1643.86,64.31,0,''), + (10300,9,5638.22,-4897.58,804.97,0,''), + (9503,0,885.185,-194.007,-43.4584,0,''), + (9503,1,885.185,-194.007,-43.4584,0,''), + (9503,2,872.764,-185.606,-43.7037,5000,'b1'), + (9623,8,-6379.73,-1877.63,-259.654,0,''), + (9623,7,-6372.87,-1893.5,-255.678,0,''), + (9623,6,-6373.44,-1900.28,-254.774,0,''), + (9623,5,-6380.07,-1905.45,-255.858,0,''), + (9623,4,-6389.63,-1910,-259.601,0,''), + (9623,3,-6397.5,-1921.47,-263.876,0,''), + (9623,2,-6397.85,-1931.1,-263.366,0,''), + (9623,1,-6393.65,-1949.57,-261.449,0,''), + (10300,5,5697.13,-4909.12,801.53,0,''), + (10638,0,-4903.52,-1368.34,-52.611,5000,'SAY_KAN_START'), + (10646,8,-4907.26,-2074.93,84.437,5000,'SAY_LAKO_LOOK_OUT'), + (10646,7,-4893.07,-2085.47,82.094,0,''), + (10646,6,-4888.43,-2090.73,80.907,0,''), + (10646,5,-4865.08,-2116.55,76.483,0,''), + (10646,4,-4846.42,-2136.05,77.871,0,''), + (10646,3,-4833.77,-2149.18,81.676,0,''), + (12717,3,3426.84,1015.1,3.449,0,''), + (12717,2,3418.64,1013.96,2.905,0,''), + (12717,1,3367.39,1011.51,3.72,0,''), + (10300,4,5718.85,-4865.62,787.56,0,''), + (4484,5,3225.33,201.78,7.25,0,''), + (4484,3,3224.05,183.08,6.74,0,''), + (4484,4,3228.11,194.97,7.51,0,''), + (3692,1,4608.43,-6.32,69.74,1000,'stand up'), + (12858,0,1782.63,-2241.11,109.73,5000,''), + (349,2,-8776.54,-2193.78,140.96,0,''), + (349,3,-8783.29,-2194.82,140.462,0,''), + (349,4,-8792.52,-2188.8,142.078,0,''), + (1379,3,-5721.62,-3507.85,304.011,0,''), + (7998,3,-511.79,-127.476,-155.551,0,''), + (3678,4,-108.64,175.207,-79.74,0,''), + (3678,3,-109.854,157.538,-80.2,0,''), + (3678,2,-113.812,139.295,-80.98,0,''), + (3678,1,-125.684,132.937,-78.42,0,''), + (3678,0,-134.925,125.468,-78.16,0,''), + (4508,7,2074.46,1780.09,55.64,0,''), + (4508,6,2096.18,1789.03,51.13,3000,'SAY_WILLIX_2'), + (4508,5,2131.5,1804.29,46.85,0,''), + (4508,4,2140.22,1845.02,48.32,0,''), + (4508,3,2163.27,1851.67,56.73,0,''), + (8516,15,2546.07,885.672,47.6789,0,''), + (8516,14,2538.96,877.362,47.6781,0,''), + (8516,13,2505.02,847.564,47.6487,0,''), + (8516,12,2492.64,835.166,45.1427,0,''), + (8516,11,2486.64,826.649,43.6363,0,''), + (8516,10,2488.07,802.455,42.9834,0,''), + (8516,9,2495.25,789.406,39.499,0,''), + (8516,8,2502.61,789.222,39.5074,0,''), + (10300,3,5728.12,-4835.76,778.15,1000,'SAY_ENTER_OWL_THICKET'), + (4484,8,3321.63,209.82,12.36,0,''), + (10300,11,5664.58,-4921.84,804.91,0,''), + (10300,12,5684.21,-4943.81,802.8,0,''), + (10300,13,5724.92,-4983.69,808.25,0,''), + (10300,14,5753.39,-4990.73,809.84,0,''), + (10300,15,5765.62,-4994.89,809.42,0,'Cavern 2 - EMOTE_CHANT_SPELL'), + (10300,16,5724.94,-4983.58,808.29,0,''), + (10300,17,5699.61,-4989.82,808.03,0,''), + (12277,6,-1272.71,2666.38,111.555,0,''), + (12277,5,-1260.54,2672.48,111.55,0,''), + (12277,4,-1245.09,2676.43,111.572,0,''), + (12277,3,-1183.37,2709.45,111.601,0,''), + (12277,2,-1162.62,2712.86,111.549,0,''), + (12580,2,-8953.17,518.537,96.355,0,''), + (12580,1,-8971.08,507.541,96.349,0,'SAY_DIALOG_1'), + (9520,8,-7726.23,-1500.78,132.99,0,''), + (9520,7,-7717.27,-1481.7,140.72,5000,'SAY_PAY'), + (9520,6,-7712.55,-1470.19,140.79,0,''), + (9520,5,-7700.08,-1473.41,140.79,0,''), + (9520,4,-7685.84,-1472.66,140.75,0,''), + (9520,3,-7675.26,-1465.58,140.74,0,''), + (9520,2,-7670.67,-1458.25,140.74,0,''), + (9520,1,-7699.62,-1444.29,139.87,4000,'SAY_START'), + (9023,1,316.336,-225.528,-77.7258,2000,'SAY_WINDSOR_START'), + (9023,2,322.96,-207.13,-77.87,0,''), + (9023,3,281.05,-172.16,-75.12,0,''), + (3584,1,4512.26,408.881,32.9308,0,''), + (3584,0,4520.4,420.235,33.5284,2000,''), + (2713,4,-1405.3,-3096.72,26.36,0,''), + (2713,3,-1400.28,-3083.14,27.06,0,''), + (2713,2,-1399.45,-3069.2,31.25,0,''), + (2713,1,-1408.43,-3051.35,37.79,0,''), + (4880,4,-2739.98,-3459.84,33.329,0,''), + (4880,3,-2721.61,-3457.41,33.626,0,''), + (4880,2,-2703.24,-3454.82,33.395,0,''), + (4880,1,-2683.96,-3451.09,34.707,0,''), + (8284,3,-7003.26,-1726.9,234.594,0,''), + (8284,2,-7006.39,-1726.52,234.099,0,''), + (8284,1,-7007.32,-1729.85,234.162,0,''), + (1842,10,2948.72,-1392.79,160.842,0,''), + (1842,9,2946.7,-1396.65,160.842,0,''), + (1842,8,2930.93,-1388.65,160.842,0,''), + (1842,7,2924.93,-1385.65,160.842,0,''), + (1842,6,2922.8,-1389.49,160.842,0,''), + (1842,5,2918.52,-1398.12,165.943,0,''), + (2917,13,4624.71,631.724,6.26403,0,''), + (11016,11,5031.18,-497.678,316.533,0,''), + (11016,10,5029.5,-487.131,318.179,0,''), + (11016,9,5028.66,-476.805,318.726,0,''), + (11016,8,5026.84,-463.171,321.345,0,''), + (11016,7,5020.53,-460.797,321.97,0,''), + (11016,6,5011.8,-462.889,321.501,0,''), + (11016,5,5002.31,-466.318,319.965,0,''), + (11016,4,4994.04,-467.754,318.055,0,''), + (11016,3,4989.98,-464.297,316.846,0,''), + (11016,2,4988.55,-457.438,316.289,0,''), + (11016,1,4992.22,-449.964,317.057,0,''), + (11016,0,5004.98,-440.237,319.059,4000,'SAY_ESCORT_START'), + (9598,0,6004.27,-1180.49,376.377,0,'SAY_ESCORT_START'), + (467,38,-10980,1411.38,42.79,0,''), + (467,39,-11006.1,1420.47,43.26,0,''), + (467,40,-11022,1450.59,43.09,0,''), + (467,41,-11025.4,1491.59,43.15,0,''), + (467,42,-11036.1,1508.32,43.28,0,''), + (467,43,-11060.7,1526.72,43.19,0,''), + (3439,24,1091.97,-2985.92,91.73,40000,'SAY_PROGRESS_2'), + (3465,52,-1040.26,-3690.74,25.342,0,''), + (3465,51,-1044.11,-3690.13,24.856,0,''), + (3465,50,-1053.59,-3697.61,27.32,0,''), + (3465,49,-1061.94,-3724.06,21.086,0,''), + (3465,48,-1069.07,-3735.01,19.302,0,''), + (3849,32,-227.955,2112.34,76.8895,0,''), + (3849,33,-230.05,2106.64,76.8895,0,''), + (4983,22,-3322.65,-3124.63,33.842,0,''), + (4983,21,-3326.34,-3126.83,34.426,0,''), + (5391,7,-9989.21,-3647.76,23,0,''), + (5391,8,-9992.27,-3633.74,21.67,0,''), + (5391,9,-10002.3,-3611.67,22.26,0,''), + (5391,10,-9999.25,-3586.33,21.85,0,''), + (5391,11,-10006.5,-3571.99,21.67,0,''), + (5391,12,-10014.3,-3545.24,21.67,0,''), + (5391,13,-10018.9,-3525.03,21.68,0,''), + (7784,20,-8435.89,-4426.74,9.67,0,''), + (7784,21,-8381.89,-4446.4,10.23,0,''), + (7784,22,-8351.15,-4447.79,9.99,5000,'first ambush SAY_AMBUSH'), + (7784,23,-8324.18,-4445.05,9.71,0,''), + (7784,24,-8138.94,-4384.78,10.92,0,''), + (7784,25,-8036.87,-4443.38,9.65,0,''), + (7784,26,-7780.92,-4761.81,9.5,0,''), + (7784,27,-7587.67,-4765.01,8.96,0,''), + (9502,1,868.122,-223.884,-43.695,0,'YELL_PHALANX_AGGRO'), + (9623,38,-6301.98,-1184.79,-269.371,1000,''), + (9623,39,-6297.58,-1186.41,-268.962,5000,''), + (10096,4,631.818,-180.548,-52.6548,0,'second gate'), + (12717,26,3616.66,1140.84,10.682,3000,'SAY_MUG_PATROL'), + (12717,27,3621.08,1138.11,10.369,0,'SAY_MUG_RETURN'), + (11856,17,-40.25,-510.07,-46.05,0,''), + (11856,16,-45.92,-496.57,-46.26,5000,'AMBUSH'), + (12430,1,140.71,-4813.56,17.04,0,''), + (12430,0,161.65,-4779.34,14.64,0,''), + (12717,25,3614.52,1142.63,10.248,0,''), + (12858,21,1776.87,-2028.31,109.83,60000,'stay'), + (349,52,-9264.73,-2292.92,70.0089,0,''), + (349,53,-9277.47,-2296.19,68.0896,2500,'Corp. Keeshan - quest-finish'), + (349,54,-9277.47,-2296.19,68.0896,0,'Corp. Keeshan - Say Goodbye'), + (1379,24,-5700.8,-3792.78,322.588,0,''), + (3678,41,-41.114,204.149,-78.94,0,''), + (3678,40,27.174,201.064,-72.31,0,''), + (5644,15,-461.485,1670.94,109.033,0,''), + (5644,16,-471.786,1647.34,102.862,0,''), + (4508,45,1948.35,1571.35,80.96,30000,'SAY_WILLIX_END'), + (4508,46,1947.02,1566.42,81.8,30000,''), + (9520,43,-7634.49,-1020.96,234.3,0,''), + (9520,42,-7661.39,-1038.24,226.24,0,''), + (1978,3,1370.16,1084.02,52.3,0,''), + (11832,18,7897.28,-2560.65,487.461,0,'escort paused'), + (10427,0,-5185.46,-1185.93,45.951,0,''), + (7806,4,467.212,-3493.36,99.819,0,''), + (3692,24,4640.33,33.74,68.22,0,'quest complete'), + (3692,22,4607.75,3.79,70.13,0,''), + (3692,23,4619.77,27.47,70.4,0,''), + (12580,26,-8446.87,339.904,121.33,10000,''), + (9023,51,554.31,-270.88,-74.4,4000,'SAY_WINDSOR_CELL_TOBIAS_2'), + (2713,33,-1427.58,-3032.53,32.31,5000,'SAY_FINISH'), + (3584,16,4557.63,329.783,49.9532,0,''), + (2713,32,-1420.27,-3008.91,35.01,0,''), + (4880,38,-2882.68,-3534.17,34.844,0,''), + (4880,39,-2888.57,-3534.12,34.298,4000,'SAY_STINKY_END'), + (8284,31,-6435.43,-1983.85,244.548,0,''), + (8284,32,-6418.38,-1985.78,246.554,0,''), + (1842,53,2693.66,-1870.24,66.882,0,''), + (1842,54,2682.35,-1885.25,66.009,0,''), + (1842,55,2668.23,-1900.8,66.256,0,'SAY_REACH_TOWER - escort paused'), + (11016,81,4969.83,-429.755,325.029,0,''), + (11016,82,4960.7,-425.44,325.834,0,''), + (11016,83,4955.45,-418.765,327.433,0,''), + (11016,84,4949.7,-408.796,328.004,0,''), + (11016,85,4940.02,-403.222,329.956,0,''), + (11016,86,4934.98,-401.475,330.898,0,''), + (11016,87,4928.69,-399.302,331.744,0,''), + (9598,31,6478.02,-1216.26,408.284,0,''), + (9598,32,6499.63,-1217.09,419.461,0,''), + (9598,33,6523.17,-1220.78,430.549,0,''), + (9598,34,6542.72,-1217,437.788,0,''), + (1842,0,2941.75,-1391.82,167.237,0,'SAY_ESCORT_START'), + (1978,11,1294.84,1137.25,51.75,0,''), + (2917,19,4624.15,637.56,6.3139,0,''), + (2917,20,4622.97,634.016,6.29498,0,''), + (3439,0,1105.09,-3101.25,82.706,1000,'SAY_STARTUP1'), + (3465,1,-2100.19,-3613.95,61.604,0,''), + (3849,3,-253.898,2130.87,81.179,0,''), + (3849,2,-254.129,2123.45,81.179,0,''), + (3850,0,-241.817,2122.9,81.179,0,'SAY_FREE_AS'), + (4484,2,3215.21,185.78,6.43,0,''), + (6575,0,1945.81,-431.54,16.36,0,''), + (6575,1,1946.21,-436.41,16.36,0,''), + (6575,2,1950.01,-444.11,14.63,0,''), + (6575,3,1956.08,-449.34,13.12,0,''), + (6575,4,1966.59,-450.55,11.27,0,''), + (4484,18,3659.85,209.68,2.27,0,''), + (7807,4,-4955.93,1651.88,63,0,''), + (7807,3,-4946.47,1669.62,63.84,0,''), + (7807,2,-4942.82,1690.22,64.25,0,''), + (7807,0,-4943.74,1715.74,62.74,0,'SAY_START'), + (7807,1,-4944.93,1706.66,63.16,0,''), + (9623,0,-6383.07,-1964.37,-258.709,0,'SAY_AME_START'), + (10646,2,-4828.63,-2154.31,82.074,0,''), + (10646,1,-4813.51,-2141.54,80.774,0,''), + (10646,0,-4792.4,-2137.78,82.423,0,''), + (4484,12,3453.87,220.31,12.52,0,''), + (4484,11,3441.92,224.75,10.85,0,''), + (349,1,-8769.59,-2185.73,141.975,0,''), + (1379,2,-5738.58,-3485.14,302.41,0,''), + (7998,2,-511.099,-129.74,-153.845,0,''), + (4484,17,3567.57,219.43,5.22,0,''), + (4484,16,3548.22,217.12,7.34,0,''), + (4508,2,2186.2,1836.28,59.859,5000,'SAY_WILLIX_1'), + (8516,7,2521.83,799.127,44.3061,0,''), + (8516,6,2530.08,797.475,45.97,0,''), + (1842,1,2940.56,-1393.64,165.943,0,''), + (4484,30,4224.28,100.02,35.49,10000,'SAY_QUEST_END'), + (4484,31,4243.45,117.44,38.83,0,''), + (4484,32,4264.18,134.22,42.96,0,''), + (1978,6,1321.93,1090.51,50.66,0,''), + (4508,0,2194.38,1791.65,65.48,5000,''), + (9023,4,272.19,-139.14,-70.61,0,''), + (9023,5,283.62,-116.09,-70.21,0,''), + (9023,6,296.18,-94.3,-74.08,0,''), + (12580,0,-8997.63,486.402,96.622,0,''), + (1842,2,2932.19,-1410.66,165.943,0,''), + (2713,0,-1416.91,-3044.12,36.21,0,''), + (4880,0,-2670.22,-3446.19,34.085,0,''), + (8284,0,-7007.21,-1749.16,234.182,3000,'stand up'), + (1842,4,2916.48,-1402.58,165.943,0,''), + (1842,3,2921.81,-1405.09,165.943,0,''), + (1840,2,2678.73,-1919.42,68.86,0,'escort paused'), + (12126,1,2643.53,-1914.07,71,0,''), + (12126,2,2653.83,-1907.54,69.34,0,'escort paused'), + (2917,8,4642.35,637.668,13.4374,0,''), + (2917,9,4645.08,634.464,13.4372,5000,'SAY_REM_RAMP1_2'), + (2917,10,4642.35,637.585,13.4352,0,''), + (2917,11,4639.63,637.234,13.3398,0,''), + (2917,12,4633.36,632.462,6.48844,0,''), + (467,44,-11072.8,1527.77,43.2,5000,'say and quest credit'), + (5391,20,-10072.9,-3408.92,20.43,15000,''), + (5391,19,-10074.7,-3436.85,20.97,0,''), + (5391,18,-10074.7,-3436.85,20.97,0,''), + (5391,17,-10060.7,-3460.31,21.67,0,''), + (5391,16,-10052.9,-3479.13,21.67,0,''), + (5391,15,-10045.1,-3501.49,21.67,0,''), + (5391,14,-10030.2,-3514.77,21.67,0,''), + (11856,18,-38.88,-520.72,-46.06,5000,'END'), + (12858,22,1776.9,-2028.3,109.83,0,''), + (5644,19,-474.329,1590.01,94.4982,0,''), + (5644,18,-475.815,1615.81,97.07,0,''), + (5644,17,-477.146,1625.69,98.342,0,''), + (2917,7,4639.41,637.121,13.3381,0,''), + (9023,47,549.2,-252.4,-70.34,4000,'SAY_WINDSOR_CELL_CREST_2'), + (2713,34,-1427.4,-3035.17,32.26,0,''), + (4880,40,-2888.57,-3534.12,34.298,0,''), + (8284,33,-6389.78,-1986.54,246.771,30000,'quest complete'), + (11016,107,4873.97,-394.919,349.844,0,'SAY_ATTACK_TREY'), + (11016,108,4873.97,-394.919,349.844,5000,'SAY_ESCORT_COMPLETE'), + (9598,35,6557.28,-1211.12,441.452,0,''), + (1840,1,2683.11,-1926.82,72.14,0,''), + (2917,17,4619.76,637.386,6.31205,5000,'SAY_REM_TENT1_2'), + (2917,18,4620.03,637.368,6.31205,0,''), + (3465,0,-2095.84,-3650,61.716,0,''), + (3849,1,-255.049,2119.39,81.179,0,''), + (4983,0,-3322.65,-3124.63,33.842,0,''), + (7806,8,424.664,-3489.38,121.999,0,''), + (7806,9,424.137,-3470.95,124.333,0,''), + (7806,10,421.791,-3449.24,119.126,0,''), + (7806,11,404.247,-3429.38,117.644,0,''), + (7806,12,335.465,-3430.72,116.456,0,''), + (7806,13,317.16,-3426.71,116.226,0,''), + (7806,14,331.18,-3464,117.143,0,''), + (7806,15,336.394,-3501.88,118.201,0,''), + (1379,1,-5751.12,-3441.01,301.743,0,''), + (4484,24,3894.58,44.88,15.49,0,''), + (4484,23,3815.53,118.53,10.14,0,''), + (8516,5,2544.23,772.924,47.9255,0,''), + (9598,36,6574.57,-1204.59,443.216,0,'SAY_EXIT_IRONTREE'), + (2917,16,4622.62,637.222,6.31285,0,'ambush'), + (2917,15,4623.45,630.37,6.21894,0,'SAY_REM_TENT1_1'), + (2917,14,4623.53,629.719,6.20134,5000,'SAY_REM_BOOK'), + (7806,5,460.017,-3496.98,104.481,0,''), + (7806,6,439.619,-3500.73,110.534,0,''), + (7806,7,428.326,-3495.87,118.662,0,''), + (10300,10,5632.67,-4892.05,805.44,0,'Cavern 1 - EMOTE_CHANT_SPELL'), + (8516,1,2603.18,725.259,54.6927,0,''), + (8516,2,2587.13,734.392,55.231,0,''), + (8516,3,2570.69,753.572,54.5855,0,''), + (8516,4,2558.51,747.66,54.4482,0,''), + (4484,25,3972.83,0.42,17.34,0,''), + (4484,26,4026.41,-7.63,16.77,0,''), + (4484,27,4086.24,12.32,16.12,0,''), + (4484,28,4158.79,50.67,25.86,0,''), + (4484,29,4223.48,99.52,35.47,5000,'SAY_FINAL_AMBUSH_START'), + (1840,0,2689.68,-1937.47,72.14,0,''), + (4484,6,3233.33,226.88,10.18,0,''), + (4484,7,3274.12,225.83,10.72,0,''), + (7998,1,-510.13,-132.69,-152.5,0,''); + +/*!40000 ALTER TABLE `script_waypoint` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table scripted_areatrigger +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `scripted_areatrigger`; + +CREATE TABLE `scripted_areatrigger` ( + `entry` mediumint(8) NOT NULL, + `ScriptName` char(64) NOT NULL, + PRIMARY KEY (`entry`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + +LOCK TABLES `scripted_areatrigger` WRITE; +/*!40000 ALTER TABLE `scripted_areatrigger` DISABLE KEYS */; + +INSERT INTO `scripted_areatrigger` (`entry`, `ScriptName`) +VALUES + (3066,'at_ravenholdt'), + (4112,'at_naxxramas'), + (4113,'at_naxxramas'), + (4156,'at_naxxramas'), + (3546,'at_childrens_week_spot'), + (3547,'at_childrens_week_spot'), + (3548,'at_childrens_week_spot'), + (3549,'at_childrens_week_spot'), + (3550,'at_childrens_week_spot'), + (3552,'at_childrens_week_spot'), + (2026,'at_blackrock_spire'), + (2046,'at_blackrock_spire'), + (3958,'at_zulgurub'), + (3960,'at_zulgurub'), + (3626,'at_vaelastrasz'), + (1726,'at_scent_larkorwi'), + (1727,'at_scent_larkorwi'), + (1728,'at_scent_larkorwi'), + (1729,'at_scent_larkorwi'), + (1730,'at_scent_larkorwi'), + (1731,'at_scent_larkorwi'), + (1732,'at_scent_larkorwi'), + (1733,'at_scent_larkorwi'), + (1734,'at_scent_larkorwi'), + (1735,'at_scent_larkorwi'), + (1736,'at_scent_larkorwi'), + (1737,'at_scent_larkorwi'), + (1738,'at_scent_larkorwi'), + (1739,'at_scent_larkorwi'), + (1740,'at_scent_larkorwi'), + (1966,'at_murkdeep'), + (4047,'at_temple_ahnqiraj'), + (4052,'at_temple_ahnqiraj'), + (3587,'at_ancient_leaf'), + (522,'at_twiggy_flathead'), + (1526,'at_ring_of_law'), + (1786,'at_shadowforge_bridge'), + (4016,'at_shade_of_eranikus'), + (4033,'at_stomach_cthun'), + (4034,'at_stomach_cthun'), + (1447,'at_zulfarrak'); + +/*!40000 ALTER TABLE `scripted_areatrigger` ENABLE KEYS */; +UNLOCK TABLES; + + +# Dump of table scripted_event_id +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `scripted_event_id`; + +CREATE TABLE `scripted_event_id` ( + `id` mediumint(8) NOT NULL, + `ScriptName` char(64) NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Script library scripted events'; + +LOCK TABLES `scripted_event_id` WRITE; +/*!40000 ALTER TABLE `scripted_event_id` DISABLE KEYS */; + +INSERT INTO `scripted_event_id` (`id`, `ScriptName`) +VALUES + (4884,'event_spell_altar_emberseer'), + (8420,'event_spells_warlock_dreadsteed'), + (8428,'event_spells_warlock_dreadsteed'), + (8328,'npc_kroshius'), + (3130,'event_go_tutenkash_gong'), + (5618,'event_spell_gandling_shadow_portal'), + (5619,'event_spell_gandling_shadow_portal'), + (5620,'event_spell_gandling_shadow_portal'), + (5621,'event_spell_gandling_shadow_portal'), + (5622,'event_spell_gandling_shadow_portal'), + (5623,'event_spell_gandling_shadow_portal'), + (3094,'event_antalarion_statue_activation'), + (3095,'event_antalarion_statue_activation'), + (3097,'event_antalarion_statue_activation'), + (3098,'event_antalarion_statue_activation'), + (3099,'event_antalarion_statue_activation'), + (3100,'event_antalarion_statue_activation'), + (8502,'event_avatar_of_hakkar'), + (2228,'event_spell_altar_boss_aggro'), + (2268,'event_spell_altar_boss_aggro'), + (2488,'event_go_zulfarrak_gong'), + (2609,'event_spell_unlocking'); + +/*!40000 ALTER TABLE `scripted_event_id` ENABLE KEYS */; +UNLOCK TABLES; + + # Dump of table skill_fishing_base_level # ------------------------------------------------------------ @@ -675021,7 +682623,11 @@ VALUES (10805,1,7668,0), (10834,1,7669,0), (10835,1,7670,0), - (10836,1,7671,0); + (10836,1,7671,0), + (21087,1,11663,0), + (19515,1,12057,0), + (20482,1,12099,0), + (9439,1,2164,0); /*!40000 ALTER TABLE `spell_script_target` ENABLE KEYS */; UNLOCK TABLES; @@ -675060,9 +682666,9 @@ VALUES (446,109,-319.24,99.9,-131.85,3.19), (447,0,16229,16265,14,3.19), (518,531,-8028.5,1050.9,-54,0), - (720,531,-8043.01,1254.21,-84.19,0), + (720,531,-8043.6,1254.1,-84.3,0), (731,531,-8003,1222.9,-82.1,0), - (1121,531,-8022.68,1150.08,-89.33,0), + (1121,531,-8022.3,1149,-89.1,0), (1936,0,16229,16265,14,0), (3561,0,-9003.46,870.031,29.6206,5.28), (3562,0,-4613.62,-915.38,501.062,3.88), @@ -675128,17 +682734,17 @@ VALUES (16779,0,-6042.02,-204.134,416.894,0), (16780,0,-6044.79,-196.959,419.19,0), (16786,0,-6078.3,-211.89,424.197,0), - (17086,249,25,-216.025,-84.874,3.142), - (17087,249,15,-216.025,-85.8052,3.142), - (17088,249,5,-216.025,-86.0683,3.142), - (17089,249,-5,-216.025,-86.9675,3.142), - (17090,249,-15,-216.025,-88.3522,3.142), - (17091,249,-25,-216.025,-89.2463,3.142), - (17092,249,-35,-216.025,-87.4351,3.142), - (17093,249,-45,-216.025,-86.4653,3.142), - (17094,249,-55,-216.025,-85.3717,3.142), - (17095,249,-65,-216.025,-84.3052,3.142), - (17097,249,-75,-216.025,-83.395,3.142), + (21139,249,-130.788,-213.424,-70.751,3.142), + (21138,249,-123.329,-213.608,-71.5599,3.142), + (21137,249,-114.281,-213.866,-73.8511,3.142), + (21136,249,-107.386,-213.917,-77.447,3.142), + (21135,249,-102.07,-214.132,-80.5712,3.142), + (21133,249,-96.5724,-214.354,-82.24,3.142), + (21132,249,-90.4244,-214.602,-82.4827,3.142), + (22268,249,-84.0876,-214.858,-82.6401,3.142), + (22267,249,-75.736,-214.985,-83.3942,3.142), + (17097,249,-68.8342,-215.036,-84.0189,3.142), + (17095,249,-61.8343,-215.052,-84.6734,3.142), (17159,1,6106.4,-4191.1,849.74,0.0201), (17160,1,5904.2,-4045.9,596.43,0.0083), (17237,329,3838,-3500,195,0), @@ -675163,93 +682769,93 @@ VALUES (17939,289,182.246,-95.4371,85.3117,1.5694), (17948,289,103.305,-1.67752,75.2183,6.17846), (17943,289,86.6634,-1.96039,85.3117,0.017453), - (18351,249,-68.8342,-215.036,-84.0189,6.28), - (18352,249,-61.8343,-215.052,-84.6734,6.28), - (18353,249,-53.3433,-215.071,-85.5972,6.28), - (18354,249,-42.6193,-215.095,-86.6636,6.28), - (18355,249,-35.8993,-215.11,-87.1965,6.28), - (18356,249,-28.2483,-215.127,-89.1917,6.28), - (18357,249,-20.3244,-215.145,-88.964,6.28), - (18358,249,-11.1894,-215.166,-87.8171,6.28), - (18359,249,-2.04741,-215.186,-86.2797,6.28), - (18360,249,7.47957,-215.208,-86.0755,6.28), (18361,249,20.7305,-215.238,-85.2544,6.28), - (18564,249,-56.5597,-241.224,-85.4236,0.666), - (18565,249,-51.0675,-228.91,-85.7656,0.666), - (18566,249,-41.7621,-221.897,-86.1141,0.666), - (18567,249,-35.4399,-217.26,-87.3363,0.666), - (18568,249,-29.4959,-213.014,-88.9104,0.666), - (18569,249,-23.6503,-221.969,-89.1727,0.666), - (18570,249,-15.6021,-216.894,-88.4032,0.666), - (18571,249,-14.3212,-199.462,-87.9225,0.666), - (18572,249,-8.4493,-193.958,-87.565,0.666), - (18573,249,-2.52965,-188.69,-87.1729,0.666), - (18574,249,3.86022,-183.227,-86.3754,0.666), + (18360,249,7.47957,-215.208,-86.0755,6.28), + (18359,249,-2.04741,-215.186,-86.2797,6.28), + (18358,249,-11.1894,-215.166,-87.8171,6.28), + (18357,249,-20.3244,-215.145,-88.964,6.28), + (18356,249,-28.2483,-215.127,-89.1917,6.28), + (18355,249,-35.8993,-215.11,-87.1965,6.28), + (18354,249,-42.6193,-215.095,-86.6636,6.28), + (18353,249,-53.3433,-215.071,-85.5972,6.28), + (18352,249,-61.8343,-215.052,-84.6734,6.28), + (18351,249,-68.8342,-215.036,-84.0189,6.28), (18575,249,6.01671,-181.306,-85.6546,0.666), - (18576,249,-37.7439,-243.668,-88.2177,1.416), - (18578,249,-35.8053,-232.029,-87.7492,1.416), - (18579,249,-34.0457,-224.715,-85.5295,1.416), - (18580,249,-32.0816,-214.917,-88.3274,1.416), - (18581,249,-36.6117,-202.685,-85.6538,1.416), - (18582,249,-37.0673,-195.759,-87.7458,1.416), + (18574,249,3.86022,-183.227,-86.3754,0.666), + (18573,249,-2.52965,-188.69,-87.1729,0.666), + (18572,249,-8.4493,-193.958,-87.565,0.666), + (18571,249,-14.3212,-199.462,-87.9225,0.666), + (18570,249,-15.6021,-216.894,-88.4032,0.666), + (18569,249,-23.6503,-221.969,-89.1727,0.666), + (18568,249,-29.4959,-213.014,-88.9104,0.666), + (18567,249,-35.4399,-217.26,-87.3363,0.666), + (18566,249,-41.7621,-221.897,-86.1141,0.666), + (18565,249,-51.0675,-228.91,-85.7656,0.666), + (18564,249,-56.5597,-241.224,-85.4236,0.666), (18583,249,-37.7285,-188.617,-88.0749,1.416), - (18584,249,6.01671,-181.306,-85.6546,3.776), - (18585,249,3.86022,-183.227,-86.3754,3.776), - (18586,249,-2.52965,-188.69,-87.1729,3.776), - (18587,249,-8.4493,-193.958,-87.565,3.776), - (18588,249,-14.3212,-199.462,-87.9225,3.776), - (18589,249,-15.6021,-216.894,-88.4032,3.776), - (18590,249,-23.6503,-221.969,-89.1727,3.776), - (18591,249,-29.4959,-213.014,-88.9104,3.776), - (18592,249,-35.4399,-217.26,-87.3363,3.776), - (18593,249,-41.7621,-221.897,-86.1141,3.776), - (18594,249,-51.0675,-228.91,-85.7656,3.776), + (18582,249,-37.0673,-195.759,-87.7458,1.416), + (18581,249,-36.6117,-202.685,-85.6538,1.416), + (18580,249,-32.0816,-214.917,-88.3274,1.416), + (18579,249,-34.0457,-224.715,-85.5295,1.416), + (18578,249,-35.8053,-232.029,-87.7492,1.416), + (18576,249,-37.7439,-243.668,-88.2177,1.416), (18595,249,-56.5597,-241.224,-85.4236,3.776), - (18596,249,-58.2509,-189.02,-85.2923,5.587), - (18597,249,-52.0063,-193.797,-85.8088,5.587), - (18598,249,-46.1355,-198.549,-85.9018,5.587), - (18599,249,-40.5002,-203.001,-85.5551,5.587), - (18600,249,-30.9076,-211.058,-88.5921,5.587), - (18601,249,-20.0981,-218.681,-88.9371,5.587), - (18602,249,-12.2232,-224.666,-87.8563,5.587), - (18603,249,-6.4753,-229.099,-87.0764,5.587), - (18604,249,-2.01026,-232.542,-86.9951,5.587), - (18605,249,2.7363,-236.202,-86.7904,5.587), - (18606,249,7.19778,-239.643,-86.3073,5.587), + (18594,249,-51.0675,-228.91,-85.7656,3.776), + (18593,249,-41.7621,-221.897,-86.1141,3.776), + (18592,249,-35.4399,-217.26,-87.3363,3.776), + (18591,249,-29.4959,-213.014,-88.9104,3.776), + (18590,249,-23.6503,-221.969,-89.1727,3.776), + (18589,249,-15.6021,-216.894,-88.4032,3.776), + (18588,249,-14.3212,-199.462,-87.9225,3.776), + (18587,249,-8.4493,-193.958,-87.565,3.776), + (18586,249,-2.52965,-188.69,-87.1729,3.776), + (18585,249,3.86022,-183.227,-86.3754,3.776), + (18584,249,6.01671,-181.306,-85.6546,3.776), (18607,249,12.1209,-243.439,-85.8743,5.587), - (18609,249,-37.7285,-188.617,-88.0749,4.526), - (18611,249,-37.0673,-195.759,-87.7458,4.526), - (18612,249,-36.6117,-202.685,-85.6538,4.526), - (18613,249,-32.0816,-214.917,-88.3274,4.526), - (18614,249,-34.0457,-224.715,-85.5295,4.526), - (18615,249,-35.8053,-232.029,-87.7492,4.526), + (18606,249,7.19778,-239.643,-86.3073,5.587), + (18605,249,2.7363,-236.202,-86.7904,5.587), + (18604,249,-2.01026,-232.542,-86.9951,5.587), + (18603,249,-6.4753,-229.099,-87.0764,5.587), + (18602,249,-12.2232,-224.666,-87.8563,5.587), + (18601,249,-20.0981,-218.681,-88.9371,5.587), + (18600,249,-30.9076,-211.058,-88.5921,5.587), + (18599,249,-40.5002,-203.001,-85.5551,5.587), + (18598,249,-46.1355,-198.549,-85.9018,5.587), + (18597,249,-52.0063,-193.797,-85.8088,5.587), + (18596,249,-58.2509,-189.02,-85.2923,5.587), (18616,249,-37.7439,-243.668,-88.2177,4.526), - (18617,249,12.1209,-243.439,-85.8743,2.428), + (18615,249,-35.8053,-232.029,-87.7492,4.526), + (18614,249,-34.0457,-224.715,-85.5295,4.526), + (18613,249,-32.0816,-214.917,-88.3274,4.526), + (18612,249,-36.6117,-202.685,-85.6538,4.526), + (18611,249,-37.0673,-195.759,-87.7458,4.526), + (18609,249,-37.7285,-188.617,-88.0749,4.526), (18618,249,-58.2509,-189.02,-85.2923,2.428), - (18619,249,7.19778,-239.643,-86.3073,2.428), - (18620,249,2.7363,-236.202,-86.7904,2.428), - (18621,249,-2.01026,-232.542,-86.9951,2.428), - (18622,249,-6.4753,-229.099,-87.0764,2.428), - (18623,249,-12.2232,-224.666,-87.8563,2.428), - (18624,249,-20.0981,-218.681,-88.9371,2.428), - (18625,249,-30.9076,-211.058,-88.5921,2.428), - (18626,249,-40.5002,-203.001,-85.5551,2.428), - (18627,249,-46.1355,-198.549,-85.9018,2.428), (18628,249,-52.0063,-193.797,-85.8088,2.428), + (18627,249,-46.1355,-198.549,-85.9018,2.428), + (18626,249,-40.5002,-203.001,-85.5551,2.428), + (18625,249,-30.9076,-211.058,-88.5921,2.428), + (18624,249,-20.0981,-218.681,-88.9371,2.428), + (18623,249,-12.2232,-224.666,-87.8563,2.428), + (18622,249,-6.4753,-229.099,-87.0764,2.428), + (18621,249,-2.01026,-232.542,-86.9951,2.428), + (18620,249,2.7363,-236.202,-86.7904,2.428), + (18619,249,7.19778,-239.643,-86.3073,2.428), + (18617,249,12.1209,-243.439,-85.8743,2.428), (18634,0,-6076,-215,424,0), (18960,1,7991.88,-2679.84,512.1,0.034183), (20449,531,-8318.82,2058.23,133.058,0), - (20534,409,1080,-483,-108,1), - (20618,409,1080,-483,-108,1), + (20534,409,736.516,-1176.35,-119.006,0), + (20618,409,736.516,-1176.35,-119.006,0), (20682,1,-4018.1,-4525.24,12,6.13), (21128,349,386.27,33.4144,-130.934,0), - (21132,249,-120.471,-214.335,-71.9481,3.142), - (21133,249,-142.719,-213.206,-68.8335,3.142), - (21135,249,-162.585,-205.683,-68.7282,3.142), - (21136,249,-194.92,-206.546,-68.7282,3.142), - (21137,249,-173.573,-186.406,-66.1293,3.142), - (21138,249,-164.067,-164.104,-59.5405,3.142), - (21139,249,-144.485,-149.742,-53.8462,3.142), + (17094,249,-53.3433,-215.071,-85.5972,3.142), + (17093,249,-42.6193,-215.095,-86.6636,3.142), + (17092,249,-35.8993,-215.11,-87.1965,3.142), + (17091,249,-28.2483,-215.127,-89.1917,3.142), + (17090,249,-20.3244,-215.145,-88.964,3.142), + (17089,249,-11.1894,-215.166,-87.8171,3.142), + (17088,249,-2.04741,-215.186,-86.2797,3.142), (22191,249,-42.4794,-270.487,-92.11,0), (22192,249,-59.0983,-269.976,-94.3079,0), (22193,249,-72.5971,-264.395,-94.267,0), @@ -675262,8 +682868,8 @@ VALUES (22200,249,-72.6705,-164.756,-94.2678,0), (22201,249,-50.8834,-159.992,-93.6519,0), (22202,249,-40.259,-158.961,-91.75,0), - (22267,249,-85,-216.025,-82.5516,3.142), - (22268,249,-96.8227,-214.425,-82.2065,3.142), + (17087,249,7.47957,-215.208,-86.0755,3.142), + (17086,249,20.7305,-215.238,-85.2544,3.142), (22563,30,-1345.82,-289.861,90.8835,5.19479), (22564,30,665.02,-27.7919,50.6199,3.36559), (22651,429,-25.98,-448.24,-36.09,3.13), @@ -675359,12 +682965,22645 @@ VALUES (29273,533,3498.28,-5349.9,144.968,1.31324), (29318,533,3493.45,-5375.38,138.168,0), (30211,533,2794.61,-3707.68,276.552,2.32), - (26220,531,-8563.56,2040.69,-97,4.9426); + (26220,531,-8563.56,2040.69,-97,4.9426), + (21886,409,906.695,-828.611,-229.928,0), + (21900,409,843.509,-798.313,-229.432,0), + (21901,409,892.633,-790.41,-228.928,0), + (21902,409,871.54,-839.115,-228.992,0), + (21903,409,827.276,-874.028,-229.594,0), + (21904,409,862.862,-866.955,-228.943,0), + (21905,409,811.001,-822.282,-229.311,0), + (21906,409,819.757,-807.176,-229.033,0), + (21907,409,864.573,-806.463,-229.786,0), + (21110,409,811.448,-814.058,-233.177,0), + (21111,409,842.542,-797.822,-233.34,0), + (21112,409,870.668,-821.862,-232.938,0), + (21113,409,874.851,-861.112,-232.336,0), + (21114,409,891.442,-789.678,-232.801,0), + (21115,409,824.827,-871.046,-232.421,0), + (21116,409,818.517,-898.278,-232.903,0), + (21117,409,868.206,-895.036,-233.1,0), + (8912,0,-5095.6,-785.673,496.287,3.1526), + (26630,531,-8043.6,1254.1,-84.2167,0), + (26631,531,-8003,1222.9,-82.0167,0), + (26632,531,-8022.3,1149,-89.0167,0); /*!40000 ALTER TABLE `spell_target_position` ENABLE KEYS */; UNLOCK TABLES; +# Dump of table spell_template +# ------------------------------------------------------------ + +DROP TABLE IF EXISTS `spell_template`; + +CREATE TABLE `spell_template` ( + `Id` int(11) unsigned NOT NULL DEFAULT '0', + `School` int(11) unsigned NOT NULL DEFAULT '0', + `Category` int(11) unsigned NOT NULL DEFAULT '0', + `Dispel` int(11) unsigned NOT NULL DEFAULT '0', + `Mechanic` int(11) unsigned NOT NULL DEFAULT '0', + `Attributes` int(11) unsigned NOT NULL DEFAULT '0', + `AttributesEx` int(11) unsigned NOT NULL DEFAULT '0', + `AttributesEx2` int(11) unsigned NOT NULL DEFAULT '0', + `AttributesEx3` int(11) unsigned NOT NULL DEFAULT '0', + `AttributesEx4` int(11) unsigned NOT NULL DEFAULT '0', + `Stances` int(11) unsigned NOT NULL DEFAULT '0', + `StancesNot` int(11) unsigned NOT NULL DEFAULT '0', + `Targets` int(11) unsigned NOT NULL DEFAULT '0', + `TargetCreatureType` int(11) unsigned NOT NULL DEFAULT '0', + `RequiresSpellFocus` int(11) unsigned NOT NULL DEFAULT '0', + `CasterAuraState` int(11) unsigned NOT NULL DEFAULT '0', + `TargetAuraState` int(11) unsigned NOT NULL DEFAULT '0', + `CastingTimeIndex` int(11) unsigned NOT NULL DEFAULT '0', + `RecoveryTime` int(11) unsigned NOT NULL DEFAULT '0', + `CategoryRecoveryTime` int(11) unsigned NOT NULL DEFAULT '0', + `InterruptFlags` int(11) unsigned NOT NULL DEFAULT '0', + `AuraInterruptFlags` int(11) unsigned NOT NULL DEFAULT '0', + `ChannelInterruptFlags` int(11) unsigned NOT NULL DEFAULT '0', + `ProcFlags` int(11) unsigned NOT NULL DEFAULT '0', + `ProcChance` int(11) unsigned NOT NULL DEFAULT '0', + `ProcCharges` int(11) unsigned NOT NULL DEFAULT '0', + `MaxLevel` int(11) unsigned NOT NULL DEFAULT '0', + `BaseLevel` int(11) unsigned NOT NULL DEFAULT '0', + `SpellLevel` int(11) unsigned NOT NULL DEFAULT '0', + `DurationIndex` int(11) unsigned NOT NULL DEFAULT '0', + `PowerType` int(11) unsigned NOT NULL DEFAULT '0', + `ManaCost` int(11) unsigned NOT NULL DEFAULT '0', + `ManaCostPerlevel` int(11) unsigned NOT NULL DEFAULT '0', + `ManaPerSecond` int(11) unsigned NOT NULL DEFAULT '0', + `ManaPerSecondPerLevel` int(11) unsigned NOT NULL DEFAULT '0', + `RangeIndex` int(11) unsigned NOT NULL DEFAULT '0', + `Speed` float NOT NULL DEFAULT '0', + `StackAmount` int(11) unsigned NOT NULL DEFAULT '0', + `Totem1` int(11) unsigned NOT NULL DEFAULT '0', + `Totem2` int(11) unsigned NOT NULL DEFAULT '0', + `Reagent1` int(11) NOT NULL DEFAULT '0', + `Reagent2` int(11) NOT NULL DEFAULT '0', + `Reagent3` int(11) NOT NULL DEFAULT '0', + `Reagent4` int(11) NOT NULL DEFAULT '0', + `Reagent5` int(11) NOT NULL DEFAULT '0', + `Reagent6` int(11) NOT NULL DEFAULT '0', + `Reagent7` int(11) NOT NULL DEFAULT '0', + `Reagent8` int(11) NOT NULL DEFAULT '0', + `ReagentCount1` int(11) unsigned NOT NULL DEFAULT '0', + `ReagentCount2` int(11) unsigned NOT NULL DEFAULT '0', + `ReagentCount3` int(11) unsigned NOT NULL DEFAULT '0', + `ReagentCount4` int(11) unsigned NOT NULL DEFAULT '0', + `ReagentCount5` int(11) unsigned NOT NULL DEFAULT '0', + `ReagentCount6` int(11) unsigned NOT NULL DEFAULT '0', + `ReagentCount7` int(11) unsigned NOT NULL DEFAULT '0', + `ReagentCount8` int(11) unsigned NOT NULL DEFAULT '0', + `EquippedItemClass` int(11) NOT NULL DEFAULT '-1', + `EquippedItemSubClassMask` int(11) NOT NULL DEFAULT '0', + `EquippedItemInventoryTypeMask` int(11) NOT NULL DEFAULT '0', + `Effect1` int(11) unsigned NOT NULL DEFAULT '0', + `Effect2` int(11) unsigned NOT NULL DEFAULT '0', + `Effect3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectDieSides1` int(11) NOT NULL DEFAULT '0', + `EffectDieSides2` int(11) NOT NULL DEFAULT '0', + `EffectDieSides3` int(11) NOT NULL DEFAULT '0', + `EffectBaseDice1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectBaseDice2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectBaseDice3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectDicePerLevel1` float NOT NULL DEFAULT '0', + `EffectDicePerLevel2` float NOT NULL DEFAULT '0', + `EffectDicePerLevel3` float NOT NULL DEFAULT '0', + `EffectRealPointsPerLevel1` float NOT NULL DEFAULT '0', + `EffectRealPointsPerLevel2` float NOT NULL DEFAULT '0', + `EffectRealPointsPerLevel3` float NOT NULL DEFAULT '0', + `EffectBasePoints1` int(11) NOT NULL DEFAULT '0', + `EffectBasePoints2` int(11) NOT NULL DEFAULT '0', + `EffectBasePoints3` int(11) NOT NULL DEFAULT '0', + `EffectMechanic1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectMechanic2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectMechanic3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectImplicitTargetA1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectImplicitTargetA2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectImplicitTargetA3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectImplicitTargetB1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectImplicitTargetB2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectImplicitTargetB3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectRadiusIndex1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectRadiusIndex2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectRadiusIndex3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectApplyAuraName1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectApplyAuraName2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectApplyAuraName3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectAmplitude1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectAmplitude2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectAmplitude3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectMultipleValue1` float NOT NULL DEFAULT '0', + `EffectMultipleValue2` float NOT NULL DEFAULT '0', + `EffectMultipleValue3` float NOT NULL DEFAULT '0', + `EffectChainTarget1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectChainTarget2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectChainTarget3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectItemType1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectItemType2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectItemType3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectMiscValue1` int(11) NOT NULL DEFAULT '0', + `EffectMiscValue2` int(11) NOT NULL DEFAULT '0', + `EffectMiscValue3` int(11) NOT NULL DEFAULT '0', + `EffectTriggerSpell1` int(11) unsigned NOT NULL DEFAULT '0', + `EffectTriggerSpell2` int(11) unsigned NOT NULL DEFAULT '0', + `EffectTriggerSpell3` int(11) unsigned NOT NULL DEFAULT '0', + `EffectPointsPerComboPoint1` float NOT NULL DEFAULT '0', + `EffectPointsPerComboPoint2` float NOT NULL DEFAULT '0', + `EffectPointsPerComboPoint3` float NOT NULL DEFAULT '0', + `SpellVisual` int(11) unsigned NOT NULL DEFAULT '0', + `SpellIconID` int(11) unsigned NOT NULL DEFAULT '0', + `ActiveIconID` int(11) unsigned NOT NULL DEFAULT '0', + `SpellPriority` int(11) unsigned NOT NULL DEFAULT '0', + `SpellName` text NOT NULL, + `SpellName2` text, + `SpellName3` text, + `SpellName4` text, + `SpellName5` text, + `SpellName6` text, + `SpellName7` text, + `SpellName8` text, + `Rank` text, + `Rank2` text, + `Rank3` text, + `Rank4` text, + `Rank5` text, + `Rank6` text, + `Rank7` text, + `Rank8` text, + `ManaCostPercentage` int(11) unsigned NOT NULL DEFAULT '0', + `StartRecoveryCategory` int(11) unsigned NOT NULL DEFAULT '0', + `StartRecoveryTime` int(11) unsigned NOT NULL DEFAULT '0', + `MaxTargetLevel` int(11) unsigned NOT NULL DEFAULT '0', + `SpellFamilyName` int(11) unsigned NOT NULL DEFAULT '0', + `SpellFamilyFlags` bigint(20) unsigned NOT NULL DEFAULT '0', + `MaxAffectedTargets` int(11) unsigned NOT NULL DEFAULT '0', + `DmgClass` int(11) unsigned NOT NULL DEFAULT '0', + `PreventionType` int(11) unsigned NOT NULL DEFAULT '0', + `DmgMultiplier1` float NOT NULL DEFAULT '0', + `DmgMultiplier2` float NOT NULL DEFAULT '0', + `DmgMultiplier3` float NOT NULL DEFAULT '0', + `IsServerSide` int(11) unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`Id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Export of .dbc Spell.dbc'; + +LOCK TABLES `spell_template` WRITE; +/*!40000 ALTER TABLE `spell_template` DISABLE KEYS */; + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,7,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Word of Recall (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,9,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Word of Mass Recall (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Word of Recall Other','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5,1,0,0,0,150994944,131072,67108868,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Death Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7,0,0,0,0,150994944,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10,4,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,100,0,25,20,20,31,0,320,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0.1,0,0,24,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,524416,0,1,1,1,1,1,0), + (11,3,44,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,20,2,0,33,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,58,0,50,'Swiftness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,6,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Hot Foot (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,50,'Swim Speed (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,1,0,0,0,0,0,0,101,0,1,0,1,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,6,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,1,0,50,'Mana Drain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,6,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Leech (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,14,30000,0,13,2,0,0,101,0,1,0,1,8,0,56,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,6,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,98,0,50,'Fear (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17,1,56,1,19,329728,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,11,6,6,9,0,45,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0.8,0,0,43,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (18,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,1,0,50,'Heal Self (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,50,'SWORDSPECIAL (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,6,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Super Food (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,6,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Major Heal Self (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,15,0,50,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,11,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Bind Self (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,6,0,0,0,0,0,0,101,0,1,0,1,3,0,10,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,12,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,9,1,0,50,'Goldshire Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Goldshire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Westfall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Duskwood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Elwynn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (43,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,600000,0,0,0,0,0,101,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,86,0,50,'Berserk','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (45,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,98,0,0,37,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (47,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,50,'Sprint (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (49,4,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,11,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,79,0,50,'Healing Touch (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (50,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,1,0,1,0,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,19,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Zone Recall (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (53,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,9,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (56,0,32,0,12,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,1460,0,50,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (58,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,6,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Magic Missile (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (59,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,2,0,0,7,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,2,0,0,10,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,50,'Normal bow shot (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (60,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,2,0,0,10,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,50,'Long bow shot (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (61,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,2,0,0,10,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,50,'Really Long bow shot (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (65,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,12,9,0,14,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,30,0,50,'Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (66,6,0,6,0,269549568,131328,0,0,0,0,0,0,0,0,0,0,14,0,0,15,80899,0,0,101,0,0,26,99,4,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,50,'Lesser Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (67,1,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-6,-6,0,0,0,0,6,6,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6839,1822,0,0,'Vindication','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (68,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10000,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,3,0,0,1963,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,12,0,0,2,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Editor Test Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (71,0,47,0,0,151322640,268435456,0,1048576,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,10,10,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,44,276,0,50,'Defensive Stance','','','','','','','','','','','','','','','',0,0,0,0,4,8388608,0,0,0,1,1,1,0), + (72,0,88,0,0,327696,134218240,0,8,0,196608,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,12,12,32,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,68,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,5,0,26,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,280,0,50,'Shield Bash','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,2048,0,2,2,1,1,1,0), + (75,0,0,0,0,327698,0,32,32768,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,1,1,0,0,0,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,83,122,50,'Auto Shot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (76,0,65,0,0,327700,134217728,0,0,0,65536,0,0,0,0,1,0,1,0,0,0,0,0,0,101,0,0,12,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,563,0,50,'zzOLDRiposte','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (77,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,10,0,0,0,0,0,0,0,0,0,0,0,0,0,1,127,0,0,0,0,0,0,0,0,1,0,50,'Turtle\'s Shell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (78,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (81,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,20,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,30,0,50,'Dodge','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (84,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Low Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (87,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,354,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,23,0,50,'zzOLDTwo-Hand Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (89,5,0,1,11,65536,0,0,0,0,0,0,0,0,0,0,0,1,30000,0,8,0,0,0,101,0,0,60,60,18,0,210,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-46,-46,-41,0,0,0,6,6,6,0,0,0,0,0,0,138,140,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,96,0,50,'Cripple','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (91,0,65,1,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,4,4,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,23,0,50,'Savage Assault','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (94,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,10,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,306,122,50,'zzOLDWisdom Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (96,0,0,0,0,328720,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,1,0,0,0,0,0,2,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,1247,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,243,0,50,'Dismember','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (99,0,0,0,0,262160,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,20,10,10,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-31,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3949,960,0,50,'Demoralizing Roar','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,8,0,1,1,1,1,1,0), + (100,0,44,0,0,805634064,1024,0,0,0,65536,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,4,4,0,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,30,64,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,6,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,7922,0,0,0,867,457,0,50,'Charge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,1,0,0,2,1,1,1,0), + (101,0,32,0,0,327696,262656,0,0,0,0,0,0,64,0,0,0,1,0,5000,0,0,0,0,101,0,0,12,12,27,3,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,80,0,1,1,0,1,1,0,0,0,0,0,0,0,9,0,0,0,0,6,6,6,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,517,0,50,'Trip','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (103,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,0,0,0,101,0,0,0,99,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,20,0,0,0,0,0,9,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,50,'zzOLDCry of Valor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (107,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,23,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,28,0,50,'Block','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (108,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,21,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,1,0,50,'Evade (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (109,3,37,1,0,128,268435456,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,1,0,0,30,3,0,19,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,30,0,50,'zzOLDBlur','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,60000,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,50,'Spell Deflection (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (111,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,0,0,0,101,0,0,0,1,1,0,5,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,50,'Time Step','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,60000,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,1,0,50,'Reflect Magic (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (113,4,0,1,7,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,10,10,8,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,180,0,50,'Chains of Ice','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (114,4,99,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,40,100,0,0,8,99,4,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,-1,0,0,0,0,21,21,0,0,0,0,0,0,0,15,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6136,0,0,0,0,124,181,0,50,'zzOLDFrost Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (116,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,8,4,4,28,0,25,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,3,0,1,1,0,0,0,0,0,0.5,0,-41,17,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (118,6,0,1,17,1074855936,262144,64,0,0,0,0,0,193,0,0,0,16,0,0,15,524290,0,0,101,0,0,8,8,18,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,108,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,99,0,0,0,6,6,6,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16372,21,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,3238264832,0,1,1,1,1,1,0), + (120,4,50,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,31,26,26,31,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,11,0,1,1,0,0,0,0,0,0.8,0,-51,97,0,11,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1573376,0,1,1,1,1,1,0), + (122,4,35,1,0,1073807360,136,0,0,0,0,0,0,0,0,0,0,1,0,25000,8,0,0,664232,100,0,15,10,10,31,0,55,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,3,1,0,1,1,0,0,0,0,0.5,0,0,18,-1,0,0,7,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,524352,0,1,1,1,1,1,0), + (124,3,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,99,9,0,5,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,1,0,50,'zzOLDCorrode Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (126,5,0,0,0,65536,139268,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,15420,0,101,0,0,22,22,22,0,100,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,73,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,4277,0,0,0,0,0,0,0,0,350,135,135,50,'Eye of Kilrogg','','','','','','','','Summon','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (128,5,0,1,0,0,65536,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,399,0,0,0,0,1,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,127,344,0,50,'Spellstone','','','','','','','','','','','','','','','',0,0,0,0,5,131072,0,1,0,1,1,1,0), + (130,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,12,12,9,0,40,0,0,0,1,0,0,0,0,17056,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,505,0,50,'Slow Fall','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (131,3,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,6,0,50,0,0,0,4,0,0,0,0,17057,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,545,0,50,'Water Breathing','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (132,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,26,26,6,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,21,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,209,0,50,'Detect Lesser Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (133,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,5,1,1,35,0,30,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,9,1,0,1,1,0,0,0,0,0.6,0,0,13,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (134,2,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,15000,15,0,0,0,101,0,22,9,9,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3052,0,0,0,0,0,289,31,0,50,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (136,3,0,0,0,65536,4,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,31756,0,101,0,0,12,12,28,0,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,5,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,267,0,50,'Mend Pet','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,8388608,0,1,1,1,1,1,0), + (139,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,13,8,8,8,0,30,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (142,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,6,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,0,50,'New Magic Missile (Test)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (143,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,10,6,6,32,0,45,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,15,1,0,1,1,0,0,0,0,0.8,0,0,30,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (145,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,16,12,12,32,0,65,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,21,1,0,1,1,0,0,0,0,1,0,0,52,1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (168,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,40,100,0,0,1,1,30,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6136,0,0,0,0,124,181,0,50,'Frost Armor','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,34078720,0,1,1,1,1,1,0), + (172,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,9,4,4,29,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (179,2,99,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,82,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,289,33,0,50,'zzOLDResist Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (184,2,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,15000,15,0,0,0,101,0,37,24,24,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3053,0,0,0,0,0,289,31,0,50,'Fire Shield II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (196,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1526,0,50,'One-Handed Axes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (197,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,328,0,50,'Two-Handed Axes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (198,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,0,50,'One-Handed Maces','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (199,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,50,'Two-Handed Maces','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (200,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,64,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1527,0,50,'Polearms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (201,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,50,'One-Handed Swords','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (202,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,50,'Two-Handed Swords','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (203,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8192,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,50,'Unarmed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (204,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,50,'Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (205,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,23,0,0,15,0,0,0,101,0,12,8,8,32,0,35,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,5,0,1,1,0,0,0,0,0,0.7,0,-41,30,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (227,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,50,'Staves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (228,3,0,1,17,65536,0,64,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,30,30,1,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,-67,0,0,0,6,6,6,0,0,0,0,0,0,56,27,79,0,0,0,0,0,1,0,0,0,0,0,0,620,0,1,0,0,0,0,0,0,607,318,0,50,'Polymorph: Chicken','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (246,3,51,1,11,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,28,28,1,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-36,-151,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,27,0,50,'Slow','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (255,4,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,14,30,0,14,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,16,36,0,50,'zzOLDResist Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (260,0,1,0,0,536870912,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Charm (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (261,4,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,15,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,3,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (262,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2048,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'EXOTIC1H (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (263,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4096,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'EXOTIC2H (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (264,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,50,'Bows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (265,6,0,0,0,0,131072,67108864,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,22,0,0,'Area Death (TEST)','','','','','','','','','','','','','','','',0,0,0,0,5,4,0,0,0,1,1,1,0), + (266,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,'Guns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (269,2,0,0,0,0,136,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,16,0,0,0,0,0,7,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,1,0,0,'Walk of Fire Trigger (DNC)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (271,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,120000,15,0,0,0,101,0,70,1,1,0,0,7,1,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,88,0,0,'Call of the Void','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (278,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,354,0,58,0,0,3,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,23,0,50,'zzOLDTwo-Hand Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (279,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,354,0,58,0,0,5,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,23,0,50,'zzOLDTwo-Hand Strike III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (284,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (285,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (302,0,65,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,12,12,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,23,0,50,'Savage Assault II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (308,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,11,1,99,30,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,198,0,0,'zzOLDSpirit Armor','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (315,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,23,0,0,15,0,0,0,101,0,11,6,99,0,0,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.5,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (324,3,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,3,0,8,8,6,0,45,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26545,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,1024,0,1,1,1,1,1,0), + (325,3,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,3,0,16,16,6,0,80,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26545,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,1024,0,1,1,1,1,1,0), + (331,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,5,1,1,0,0,25,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,11,0,0,1,0,0,0,0,0,0.7,0,0,33,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (332,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,11,6,6,0,0,45,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,15,0,0,1,0,0,0,0,0,1,0,0,63,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (339,3,0,1,7,1073840128,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,8,8,29,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,4,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (344,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,99,30,0,120,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,216,312,0,0,'zzOLDUnyielding Will','','','','','','','','Level 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (348,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,5,1,1,8,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0.6,0,3,7,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,4,0,1,1,1,1,1,0), + (355,0,82,0,0,327696,0,67108864,0,0,131072,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,10,10,27,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,114,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,24,0,0,'Taunt','','','','','','','','','','','','','','','',0,0,0,0,4,32768,0,1,1,1,1,1,0), + (365,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,22,99,30,0,280,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,200,0,0,'zzOLDUndying Strength','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (370,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,12,12,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,214,47,0,0,'Purge','','','','','','','','Rank 1','','','','','','','',10,133,1500,0,11,0,0,1,1,1,1,1,0), + (379,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,40,3,0,17,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,21,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,38,0,0,'Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (403,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,6,1,1,0,0,15,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0.4,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (408,0,270,0,12,327696,4456960,0,1024,8,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,30,30,187,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,6,0,0,0,0,0,0,12,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,679,499,0,0,'Kidney Shot','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,2097152,0,2,2,1,1,1,0), + (409,5,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,1,0,0,7,3,0,14,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,1,0,0,'Shadowskin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (410,5,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,2,0,0,17,3,0,23,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,1,0,0,'Shadowskin II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (411,5,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,3,0,0,30,3,0,28,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,1,0,0,'Shadowskin III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (421,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,6000,15,0,0,0,101,0,37,32,32,0,0,280,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,1.9,0,0,190,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,2,0,1,1,0.7,1,1,0), + (424,3,72,1,0,0,0,0,0,0,0,0,64,0,0,0,0,14,0,600000,15,15364,0,0,101,0,26,20,20,29,0,22,0,2,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,27,0,7,1,0,1,1,0,0,0,0,0.9,0,0,46,-51,0,0,0,0,16,16,0,0,0,0,10,10,0,3,33,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,66,0,0,'zzOLDEarthquake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (427,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Monastery','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Moonbrook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (430,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,5,5,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1309,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (431,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,15,15,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1309,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (432,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,25,25,106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,173,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1309,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (433,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,5,0,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (434,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,15,0,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (435,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,25,0,106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (436,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,21,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (437,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,41,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (438,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,81,0,0,1,0,0,0,0,0,0,0,0,279,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (439,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,21,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (440,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,41,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (441,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,81,0,0,1,0,0,0,0,0,0,0,0,279,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Northshire Abbey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Barracks','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Lighthouse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Darkshire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Cemetary','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (447,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Treant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Editor test spell 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (450,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,30000,0,5,0,0,0,101,0,0,0,1,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Fast Cast (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (451,3,32,1,9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,9,0,0,0,101,0,0,0,99,32,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'zzOLDShadow Word: Silence','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (453,5,0,0,0,65536,2228224,524288,0,0,134217728,0,0,64,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,8,0,50,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6440,1487,0,0,'Mind Soothe','','','','','','','','Rank 1','','','','','','','',0,133,1500,40,6,2214592512,0,1,1,1,1,1,0), + (454,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,30000,0,0,64,0,0,101,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,'Gallop (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (455,3,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,360000,15,0,0,0,101,0,28,15,15,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,27,0,0,1,0,0,0,0,0,31,0,0,167,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,46,0,0,'Replenish Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,'SHOWLABEL Only OFF','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (457,3,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,6,9,0,9,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,34,48,0,0,'Feeblemind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (458,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,1703,1176,122,0,'Brown Horse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (459,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4268,0,0,0,0,0,0,0,0,1709,956,122,0,'Gray Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (461,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,21,0,10,0,10,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,6,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,51,0,0,'Righteous Flame On','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (463,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,35,35,6,6,1,1,2,1,0,0,0,0,0,0,0,0,9,0,0,0,1,1,1,0,0,0,0,0,0,13,14,34,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,27,121,73,0,'Aura Overlap TEST 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (464,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,35,35,6,6,1,2,1,1,0,0,0,0,0,0,0,0,9,0,0,0,1,1,1,0,0,0,0,0,0,13,14,35,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,73,0,'Aura Overlap TEST 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (465,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,9,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,64,0,1,1,1,1,1,0), + (466,3,38,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,11,0,0,24,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,54,122,0,'zzOLDBrilliance Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (467,3,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,6,6,6,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (468,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,1703,1176,122,0,'White Stallion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (469,0,0,0,0,16809984,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1710,1,0,0,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (470,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,0,0,0,1703,1179,122,0,'Black Stallion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (471,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,1703,1176,122,0,'Palamino Stallion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (472,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,0,0,0,0,0,1703,1176,122,0,'Pinto Horse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (474,3,22,1,6,0,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,8,9,0,10,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,233,0,0,'Fumble','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (475,6,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,18,18,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,186,195,0,0,'Remove Lesser Curse','','','','','','','','','','','','','','','',10,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (476,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,222,1,0,0,'Frost Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (477,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,222,1,0,0,'Polymorph: Pig','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (478,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,222,1,0,0,'Frostbolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (479,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1179,0,0,0,0,0,107,123,0,0,'Beast Claws','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,222,1,0,0,'zzOLDLearn Fumble','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (481,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6148,0,0,0,0,0,222,1,0,0,'Water Elemental','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (482,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Reset','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (483,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,222,1,0,0,'Fireball','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (484,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7300,0,0,0,0,0,222,1,0,0,'Frost Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (485,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,222,1,0,0,'Chains of Ice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (486,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,222,1,0,0,'Remove Curse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (487,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,0,0,0,222,1,0,0,'Slow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (488,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,222,1,0,0,'Water Breathing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (489,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,222,1,0,0,'zzOLDLearn Haste','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (490,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6134,0,0,0,0,0,222,1,0,0,'Frost Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (491,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,28,18,18,0,0,100,0,0,0,12,0,0,0,0,5517,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,14,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,181,1098,0,0,'Khadgar\'s Unlocking','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (492,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5675,0,0,0,0,0,222,1,0,0,'zzOLDMana Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (493,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,222,1,0,0,'Khadgar\'s Unlocking','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (494,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,222,1,0,0,'Frostbolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (495,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,851,0,0,0,0,0,222,1,0,0,'Polymorph: Sheep','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (496,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5138,0,0,0,0,0,222,1,0,0,'Drain Mana','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (497,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,222,1,0,0,'Frost Nova','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (498,1,37,0,25,327680,32768,2097152,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,6,6,32,0,15,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,25,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,154,73,0,0,'Divine Protection','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (499,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,107,493,0,0,'Cat Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (500,4,35,0,0,0,0,0,0,0,0,0,64,0,0,0,0,15,0,120000,15,0,0,0,101,0,33,16,16,29,0,40,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,19,0,0,0,0,0,16,0,0,0,0,0,9,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,50,'zzOLDIce Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (501,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6390,0,0,0,0,0,222,1,0,0,'zzOLDAgitating Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (502,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,222,1,0,0,'Fireball','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (503,3,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,2,0,0,30,3,0,31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,30,0,50,'zzOLDBlur II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (504,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5599,0,0,0,0,0,222,1,0,0,'Seal of Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (506,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7302,0,0,0,0,0,222,1,0,0,'Ice Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (507,3,22,1,6,0,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,17,9,0,16,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,233,0,0,'Fumble II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,222,1,0,0,'zzOLDLearn Fumble','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (509,3,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,18,9,0,16,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,34,48,0,0,'Feeblemind II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (512,4,0,1,7,1073807360,0,0,0,0,0,0,0,0,0,0,0,50,0,0,15,0,0,664232,100,0,0,30,30,18,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,180,0,50,'Chains of Ice','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (513,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,600000,15,0,0,0,101,0,0,0,30,3,0,37,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,34,43,0,0,'Earth Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (514,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,47,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Wyatt Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (515,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,222,1,0,0,'Lesser Invisibility','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (517,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1953,0,0,0,0,0,222,1,0,0,'Blink','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15630,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Worm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (519,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5388,0,0,0,0,0,222,1,0,0,'Ghost Wolf','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (520,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,222,1,0,0,'Chains of Ice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (521,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8929,0,0,0,0,0,222,1,0,0,'Moonfire','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (522,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'SPELLDEFENSE (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (526,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,187,194,0,0,'Cure Poison','','','','','','','','','','','','','','','',9,133,1500,0,11,34359738368,0,1,1,1,1,1,0), + (527,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,18,18,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,74,0,0,'Dispel Magic','','','','','','','','Rank 1','','','','','','','',18,133,1500,0,6,6442450944,0,1,1,1,1,1,0), + (528,1,0,1,0,327680,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,32,14,14,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,377,330,0,0,'Cure Disease','','','','','','','','','','','','','','','',15,133,1500,0,6,6442450944,0,1,1,1,1,1,0), + (529,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,13,8,8,0,0,30,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.5,0,0,25,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (530,6,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,50,'Charm (Possess)','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (531,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,222,1,0,0,'Lightning Bolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (532,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,222,1,0,0,'Lightning Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (533,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,222,1,0,0,'Unyielding Will','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (534,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,222,1,0,0,'Molten Blast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (535,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6229,0,0,0,0,0,222,1,0,0,'Shadow Ward','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (536,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,0,0,0,0,0,222,194,0,0,'Cure Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (537,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,222,1,0,0,'Undying Strength','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (538,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,222,1,0,0,'Healing Wave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (539,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8924,0,0,0,0,0,222,1,0,0,'Moonfire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (540,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,222,1,0,0,'Nullify Disease','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (541,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2866,0,0,0,0,0,222,1,0,0,'Fire Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,222,1,0,0,'zzOLDLearn Nature Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (543,2,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,20,20,9,0,85,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,164,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,290,16,0,0,'Fire Ward','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,8,0,1,1,1,1,1,0), + (544,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,24,14,99,30,0,165,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,198,0,0,'zzOLDSpirit Armor','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (545,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,19,14,99,0,0,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0.6,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (546,3,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,163842,0,0,101,0,0,28,28,6,0,95,0,0,0,4,0,0,0,0,17058,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4483,101,0,0,'Water Walking','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (547,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,17,12,12,0,0,80,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,27,0,0,1,0,0,0,0,0,1.5,0,0,128,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (548,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,19,14,14,0,0,45,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.7,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (549,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,36,99,30,0,580,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,200,0,0,'zzOLDUndying Strength','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (550,3,0,1,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,9,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,187,194,0,0,'Nullify Poison','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (552,1,0,1,0,329728,32768,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,32,32,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,38,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,21,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,3,0,10872,0,0,0,0,0,377,264,0,0,'Abolish Disease','','','','','','','','','','','','','','','',15,133,1500,0,6,6442450944,0,1,1,1,1,1,0), + (553,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,60,2,0,29,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,38,0,0,'Bloodlust II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (554,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,24,99,30,0,315,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,216,312,0,0,'zzOLDUnyielding Will','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (555,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,600000,13,0,0,0,101,0,0,0,20,3,0,22,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,74,67,0,0,'Feral Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (556,3,511,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,7,0,900000,15,0,0,0,101,0,0,30,30,0,0,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,458,0,0,'Astral Recall','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (557,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,222,1,0,0,'Lightning Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (558,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,222,1,0,0,'Purge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (559,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5615,0,0,0,0,0,222,1,0,0,'Exorcism','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (560,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,222,1,0,0,'Spirit Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (561,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,222,1,0,0,'Molten Blast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (562,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,222,1,0,0,'Water Walking','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (563,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8928,0,0,0,0,0,222,1,0,0,'Moonfire','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,455,0,0,0,0,0,222,1,0,0,'zzOLDLearn Replenish Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (565,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,0,0,0,0,0,222,1,0,0,'Healing Wave','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (566,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,0,0,0,222,1,0,0,'Lightning Bolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (567,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,222,1,0,0,'Undying Strength','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (568,6,1152,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,6,901,41,1,1,1,1,0,0,0,0,0,0,4049,179,-71,0,0,0,22,22,22,15,15,15,13,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,965,122,0,0,'Arcane Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (569,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,222,194,0,0,'Nullify Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (570,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6196,0,0,0,0,0,222,1,0,0,'Far Sight','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (571,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,222,1,0,0,'Nullify Disease','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (573,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8925,0,0,0,0,0,222,1,0,0,'Moonfire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (574,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5592,0,0,0,0,0,222,1,0,0,'Redemption','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (575,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,0,0,0,0,0,222,1,0,0,'Unyielding Will','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,555,0,0,0,0,0,222,1,0,0,'zzOLDLearn Feral Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (577,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,222,1,0,0,'Astral Recall','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (578,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,1709,1178,122,0,'Black Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (579,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4270,0,0,0,0,0,0,0,0,1709,1178,122,0,'Red Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (580,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,0,0,0,0,0,0,1709,1178,122,0,'Large Timber Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (581,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,0,0,0,0,1709,956,122,0,'Winter Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (585,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,6,1,1,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.5,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Smite','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,128,0,1,1,1,1,1,0), + (586,5,82,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,18,8,8,1,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-56,0,0,0,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,0,'Fade','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,16384,0,1,1,1,1,1,0), + (587,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,15,6,6,0,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349,0,0,0,0,0,0,0,0,0,0,0,563,1437,0,0,'Conjure Food','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (588,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,680,100,20,0,12,12,6,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,314,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,211,51,0,0,'Inner Fire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2,0,1,1,1,1,1,0), + (589,5,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,4,4,85,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (590,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,40,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,239,0,0,'zzOLDHoly Word: Might','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (591,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,5,0,0,15,0,0,0,101,0,11,6,6,0,0,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0.6,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Smite','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,128,0,1,1,1,1,1,0), + (592,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,17,12,12,9,0,80,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1.2,0,0,87,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (593,5,22,1,6,1074069504,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,15,0,0,0,101,0,0,20,99,28,0,60,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,233,0,0,'zzOLDShadow Word: Fumble','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (594,5,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,10,10,85,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (595,1,54,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,13,15372,0,0,101,0,0,0,15,2,0,15,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,20,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,329,0,0,'Prayer of Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (596,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,39,30,30,0,0,410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,21,0,0,1,0,0,0,0,0,1.3,0,0,300,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,540,0,0,'Prayer of Healing','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,512,0,1,1,1,1,1,0), + (597,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,21,12,12,0,0,105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,0,0,0,0,0,0,0,0,0,0,0,563,374,0,0,'Conjure Food','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (598,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,19,0,0,15,0,0,0,101,0,19,14,14,0,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.9,0,0,53,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Smite','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,128,0,1,1,1,1,1,0), + (599,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,78,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,239,0,0,'zzOLDHoly Word: Might','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (600,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,23,18,18,9,0,130,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1.6,0,0,157,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (601,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (602,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,680,100,20,0,30,30,6,0,105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,719,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,211,51,0,0,'Inner Fire','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2,0,1,1,1,1,1,0), + (603,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,60000,0,8,0,0,0,101,0,0,60,60,3,0,300,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5019,91,0,0,'Curse of Doom','','','','','','','','','','','','','','','',0,133,1500,0,5,10737418240,0,1,1,1,1,1,0), + (604,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,12,12,6,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-11,-21,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,970,263,0,0,'Dampen Magic','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,8192,0,1,1,1,1,1,0), + (605,5,0,1,1,1075118080,67248132,524352,0,0,134217728,0,0,64,0,0,0,14,0,0,15,0,27692,0,101,0,42,30,30,3,0,350,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,1,0,0,31,0,-26,0,0,0,6,1,6,0,0,0,12,0,0,2,4,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Mind Control','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,131072,0,1,1,1,1,1,0), + (606,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,43,38,99,9,0,240,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,15,0,0,359,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,77,0,0,'Mind Rot','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (607,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17951,0,0,0,0,0,222,1506,0,0,'Create Firestone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (608,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,587,0,0,0,0,0,222,1,0,0,'Conjure Food','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (609,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,0,222,1,0,0,'Inner Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (610,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,222,1,0,0,'Shadow Word: Pain','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (611,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6940,0,0,0,0,0,222,1,0,0,'Seal of Sacrifice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (612,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,222,1,0,0,'Holy Smite','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (613,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,222,1,0,0,'Lesser Heal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (614,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,593,0,0,0,0,0,222,1,0,0,'Shadow Word: Fumble','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (615,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,222,1,0,0,'Dispel Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (616,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,222,1,0,0,'Shadow Word: Pain','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (617,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,222,1,0,0,'zzOLDLearn Prayer of Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (618,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,222,1,0,0,'Prayer of Healing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (619,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,597,0,0,0,0,0,222,1,0,0,'Conjure Food','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (620,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,222,1,0,0,'Holy Smite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (621,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5394,0,0,0,0,0,222,1,0,0,'zzOLDHealing Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (622,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2053,0,0,0,0,0,222,1,0,0,'Lesser Heal','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (624,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,602,0,0,0,0,0,222,1,0,0,'Inner Fire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (625,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,0,0,0,222,1,0,0,'Curse of Archimonde','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (626,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6739,0,0,0,0,0,222,1,0,0,'Seal of Might','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (627,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,222,1,0,0,'Mind Control','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (628,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,222,1,0,0,'Mind Rot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (629,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,40,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,82,51,0,0,'zzOLDHoly Word: Protect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (630,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,24,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,82,51,0,0,'zzOLDHoly Word: Protect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (631,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6377,0,0,0,0,0,222,1,0,0,'zzOLDHealing Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (632,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6376,0,0,0,0,0,222,1,0,0,'zzOLDHealing Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (633,1,56,0,0,327680,131074,0,0,0,0,0,0,0,0,0,0,1,0,3600000,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,67,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,79,0,0,'Lay on Hands','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,32768,0,1,1,1,1,1,0), + (634,1,54,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,1,9,0,8,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,21,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,80,0,0,'zzOLDSeal of Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (635,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,5,1,1,0,0,35,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,9,0,0,1,0,0,0,0,0,0.8,0,0,38,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (636,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,10,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5139,298,122,0,'zzOLDDominance Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (637,1,21,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,40,10,0,16,10,10,2,0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,4,0,0,49,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,80,0,0,'zzOLDSeal of Light II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (638,1,54,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,9,2,0,18,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,80,0,0,'zzOLDSeal of Fortitude II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (639,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,11,6,6,0,0,60,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,15,0,0,1,0,0,0,0,0,1.1,0,0,75,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (640,1,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,14,2,0,9,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,34,80,0,0,'zzOLDSeal of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (641,1,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,12,1,0,21,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,34,80,0,0,'zzOLDSeal of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (642,1,37,0,25,327680,32768,2097152,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,34,34,1,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-101,0,0,0,0,1,1,1,0,0,0,0,0,0,39,138,39,0,0,0,0,0,0,0,0,0,0,0,0,1,0,126,0,0,0,0,0,0,154,81,0,0,'Divine Shield','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (643,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,29,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,274,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,64,0,1,1,1,1,1,0), + (644,1,54,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,16,9,0,26,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,21,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,80,0,0,'zzOLDSeal of Fortitude III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (645,1,0,1,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,10,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5139,298,122,0,'zzOLDDominance Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (646,1,21,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,40,10,0,30,24,24,2,0,11,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2,0,0,99,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,80,0,0,'zzOLDSeal of Light III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (647,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,19,14,14,0,0,110,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,29,0,0,1,0,0,0,0,0,1.7,0,0,158,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (648,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,30,99,9,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1136,0,0,0,0,0,300,307,0,0,'zzOLDBlessing of Reckoning','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (649,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,8,4,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,299,122,50,'zzOLDHealing Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (650,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6207,0,0,0,0,0,222,1,0,0,'Blood Boil','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (651,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6065,0,0,0,0,0,222,1,0,0,'Holy Word: Shield','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (652,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6770,0,0,0,0,0,107,249,0,0,'Sap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (653,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,222,1,0,0,'Seal of Might','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (654,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6213,0,0,0,0,0,222,1,0,0,'Fear','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (655,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6208,0,0,0,0,0,222,1,0,0,'Blood Boil','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (656,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,222,1,0,0,'Holy Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (657,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5701,0,0,0,0,0,222,1,0,0,'Create Greater Healthstone','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (658,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5734,0,0,0,0,0,222,1,0,0,'zzOLDInvisibility Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (659,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,0,0,0,0,0,222,1,0,0,'Divine Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (660,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,107,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (661,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6209,0,0,0,0,0,222,1,0,0,'Blood Boil','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (662,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,222,1,0,0,'Seal of Might','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (663,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6215,0,0,0,0,0,222,1,0,0,'Fear','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (664,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,647,0,0,0,0,0,222,1,0,0,'Holy Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (665,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3561,0,0,0,0,0,107,1491,0,0,'Teleport: Stormwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (668,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Language Common','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (669,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Language Orcish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (670,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Language Taurahe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (671,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Language Darnassian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (672,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,'Language Dwarven','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (673,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,9,1,1,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1300,0,0,'Lesser Armor','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (674,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (676,0,109,0,3,327696,134218240,0,0,0,131072,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,18,18,1,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,560,0,50,'Disarm','','','','','','','','','','','','','','','',0,133,1500,0,4,512,0,2,2,1,1,1,0), + (677,0,41,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,240000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,85,0,0,'zzOLDHoly Flurry II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (678,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,8,99,0,0,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,5,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (679,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,1,99,0,0,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,3,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (680,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,24,99,0,0,85,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,9,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (682,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,17,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,43,0,0,'zzOLDGnoll Whip','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (684,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,3,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,87,0,0,'zzOLDStormwind Deputy Badge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (685,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2812,0,0,0,0,0,107,158,0,0,'Holy Wrath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (686,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,90,0,0,15,0,0,0,101,0,5,1,1,0,0,25,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.4,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (687,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,1,1,30,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,161,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,130,89,0,0,'Demon Skin','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (688,5,0,0,0,65536,131073,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,4043,215,0,0,'Summon Imp','','','','','','','','Summon','','','','','','','',80,133,1500,0,5,536870912,0,1,1,1,1,1,0), + (689,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,19,14,14,28,0,55,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,8,0,1,1,1,1,1,0), + (690,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,15,9,9,0,0,18,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,1,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (691,5,0,0,0,65536,131073,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,7313,214,0,0,'Summon Felhunter','','','','','','','','Summon','','','','','','','',100,133,1500,0,5,536870912,0,1,1,1,1,1,0), + (692,5,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,60000,5,0,0,0,101,0,0,0,1,1,0,17,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,91,0,0,'Terror (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (693,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,18,18,0,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5232,0,0,0,0,0,0,0,0,0,0,0,138,92,0,0,'Create Soulstone (Minor)','','','','','','','','','','','','','','','',85,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (694,0,40,0,0,327696,134218240,0,1032,0,65536,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,16,16,32,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,21,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1477,0,0,'Mocking Blow','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,134217728,0,2,2,1,1,1,0), + (695,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,15,0,0,0,101,0,11,6,6,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0.6,0,0,22,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (696,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,10,10,30,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,119,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,161,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,130,89,0,0,'Demon Skin','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (697,5,0,0,0,65536,131073,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,4054,217,0,0,'Summon Voidwalker','','','','','','','','Summon','','','','','','','',100,133,1500,0,5,536870912,0,1,1,1,1,1,0), + (698,5,0,0,0,268500992,131076,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,15374,0,101,0,0,20,20,6,0,300,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36727,0,0,0,0,0,0,0,0,1523,164,0,0,'Ritual of Summoning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (699,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,27,22,22,28,0,85,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,8,0,1,1,1,1,1,0), + (700,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,16,0,0,15,2,0,0,101,0,0,8,8,18,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,262144,0,1,1,1,1,1,0), + (701,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,7,1,1,0,0,10,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,1.1,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (702,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,4,4,4,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,32768,0,1,1,1,1,1,0), + (703,0,0,0,15,2555920,134218240,1048576,0,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,85,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,80,0,1,1,0,1,1,0,0,0,0,0,0,0,23,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,498,0,0,'Garrote','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,256,0,2,2,1,1,1,0), + (704,5,0,2,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,14,14,4,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,19,-141,0,0,0,0,6,6,6,0,0,0,0,0,0,99,22,92,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1265,93,0,0,'Curse of Recklessness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (705,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,91,0,0,15,0,0,0,101,0,17,12,12,0,0,70,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.9,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (706,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,30,0,275,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,209,2,6,0,0,0,1,1,1,0,0,0,0,0,0,22,22,161,0,0,0,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,130,89,0,0,'Demon Armor','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (707,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,15,10,10,8,0,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0.9,0,7,18,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,4,0,1,1,1,1,1,0), + (708,5,0,0,0,0,98304,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,0,101,0,0,34,34,1,0,24,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,99,0,0,'zzOLDSpellstone Purge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (709,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,35,30,30,28,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,8,0,1,1,1,1,1,0), + (710,5,0,1,18,1073807360,65536,0,0,0,0,0,0,12,0,0,0,16,0,0,15,0,0,0,101,0,0,28,28,18,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,1305,96,0,0,'Banish','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (711,2,35,0,0,0,136,0,0,0,0,0,64,0,0,0,0,14,0,6000,15,0,0,0,101,0,26,20,20,0,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,1.2,0,0,61,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,37,0,0,'Hellfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (712,5,0,0,0,65536,131073,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1863,0,0,0,0,0,0,0,0,4055,216,0,0,'Summon Succubus','','','','','','','','Summon','','','','','','','',100,133,1500,0,5,536870912,0,1,1,1,1,1,0), + (713,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5627,0,0,0,0,0,222,1,0,0,'Turn Undead','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (714,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,222,1,0,0,'Drain Life','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,701,0,0,0,0,0,222,1,0,0,'zzOLDLearn Firebolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,222,1,0,0,'zzOLDImmolate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (719,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,222,1,0,0,'Create Soulstone','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (720,0,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,17,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,272,0,0,'Entangle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (721,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,0,0,0,222,1,0,0,'Shadow Bolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (722,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,696,0,0,0,0,0,222,1,0,0,'Demon Skin','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (723,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,0,0,0,0,0,222,1,0,0,'zzOLDLearn Lesser Voidwalker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (724,1,1145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,600000,15,0,0,0,101,0,46,40,40,25,0,225,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,47,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181102,0,0,0,0,0,0,0,0,7550,1878,0,0,'Lightwell','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,1073741824,0,0,1,1,0,0,0), + (725,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,699,0,0,0,0,0,222,1,0,0,'Drain Life','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (726,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,222,1,0,0,'Sleep','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (727,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,222,1,0,0,'Cripple','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,0,0,0,0,222,1,0,0,'zzOLDLearn Firebolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (729,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,222,1,0,0,'Curse of Weakness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (730,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,755,0,0,0,0,0,222,1,0,0,'Health Funnel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (731,0,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,17,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,272,0,0,'Entangle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (732,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,222,1,0,0,'Shadow Bolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (733,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,222,1,0,0,'Demon Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (734,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,0,0,0,0,0,222,1,0,0,'Immolate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (735,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5573,0,0,0,0,0,222,99,0,0,'Divine Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (736,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,709,0,0,0,0,0,222,1,0,0,'Drain Life','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (737,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,222,1,0,0,'zzOLDLearn Unholy Frenzy','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (738,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,0,0,0,222,1,0,0,'zzOLDLearn Hellfire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (739,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,107,1,0,0,'Debuff Fire Resist (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (740,3,46,0,0,65536,64,0,0,0,0,1073741824,0,0,0,0,0,1,0,300000,15,0,31756,0,101,0,36,30,30,1,0,375,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0.6,0,0,93,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283,100,0,0,'Tranquility','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,128,0,1,1,1,1,1,0), + (741,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,0,0,0,0,0,107,43,0,0,'Dwarven','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (742,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,600000,0,0,0,0,20,35,0,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2676,0,0,0,0,0,2643,102,0,0,'Pulverize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (743,0,95,0,0,437583888,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,9,15375,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,'Shadowmeld','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (744,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (745,0,34,0,7,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,1,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11920,0,0,0,0,684,69,0,0,'Web','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (746,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,13,5,0,32,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (747,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,22,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15263,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Images','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (748,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,8,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Staff Strike II (Disabled)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (749,2,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,5,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Firestaff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (750,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,16,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,'Plate Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (751,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Staff Strike (Disabled)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (752,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,25,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Staff Strike IV (Disabled)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (753,2,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,13,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Firestaff II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (755,5,0,0,0,65536,16388,2056,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,12,12,1,4294967294,11,0,5,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,-101,0,0,0,0,5,1,0,0,0,0,0,0,0,8,88,0,1000,0,0,2.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Health Funnel','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,16777216,0,1,1,1,1,1,0), + (756,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,30000,13,0,0,0,101,0,0,0,99,0,0,39,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1253,0,0,0,0,0,0,0,0,0,0,0,34,106,0,0,'zzOLDConjure: Lockpick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (757,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,0,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,0,34,106,0,0,'zzOLDConjure: Firestone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (758,2,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1054,0,0,0,0,0,0,45,0,0,'Firestone Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (759,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,28,28,0,0,530,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5514,0,0,0,0,0,0,0,0,0,0,0,161,1036,0,0,'Conjure Mana Agate','','','','','','','','','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (761,2,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,12000,15,0,0,0,101,0,13,7,99,29,0,8,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,11,0,0,'zzOLDSpirit Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (762,2,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,12000,15,0,0,0,101,0,21,15,99,29,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,11,0,0,'zzOLDSpirit Burn II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (763,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,761,0,0,0,0,0,222,1,0,0,'zzOLDLearn Spirit Burn','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (764,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,0,0,0,0,0,222,1,0,0,'zzOLDLearn Spirit Burn','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (765,4,23,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,600000,15,0,0,0,101,0,37,30,30,3,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,657,94,0,0,'zzOLDWater Elemental','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (766,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,765,0,0,0,0,0,222,1,0,0,'Water Elemental','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (767,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,16,0,0,'zzOLDMinor Damage Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (768,0,0,0,0,327696,32768,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,36,77,23,0,0,5000,0,0,0,0,0,0,0,0,0,1,17,0,0,0,0,0,0,0,4228,493,122,0,'Cat Form','','','','','','','','Shapeshift','','','','','','','',55,133,1500,0,7,2147483648,0,0,0,1,1,1,0), + (769,0,85,0,0,262160,512,4096,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,1562,0,0,'Swipe','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,2048,0,2,2,1,1,1,0), + (770,3,0,1,0,65536,98304,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,18,18,64,0,55,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-176,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,1024,0,1,1,1,1,1,0), + (771,3,0,0,1,1073807376,0,0,0,0,0,0,0,1,0,0,0,5,0,0,15,0,0,0,101,0,0,6,99,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,111,0,0,'zzOLDCharm Beast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (772,0,0,0,15,327696,134218240,0,1024,0,196608,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,105,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,32,0,2,2,1,1,1,0), + (773,3,51,4,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,15,0,0,0,101,0,0,0,99,9,0,29,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,110,0,0,'zzOLDSlow Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (774,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,9,4,4,29,0,25,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (775,3,751,0,0,327696,163840,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,44,44,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,36,12,77,0,0,0,0,0,0,0,0,0,0,0,0,2,0,17,0,0,0,0,0,0,653,40,122,0,'Tree Form','','','','','','','','Shapeshift','','','','','','','',20,133,1500,0,7,33554432,0,1,1,1,1,1,0), + (776,3,99,1,0,65536,98304,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,36,99,28,0,24,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,204,263,0,0,'Abolish Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (778,3,0,1,0,65536,98304,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,30,30,64,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-286,0,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,1024,0,1,1,1,1,1,0), + (779,0,85,0,0,262160,512,4096,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,1562,0,0,'Swipe','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,2048,0,2,2,1,1,1,0), + (780,0,85,0,0,262160,512,4096,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,1562,0,0,'Swipe','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,2048,0,2,2,1,1,1,0), + (781,0,82,0,0,1376256,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,30,20,20,0,0,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,63,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-141,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,539,0,0,'Disengage','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,1,0), + (782,3,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,14,14,6,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (783,0,0,0,0,360464,32768,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,3,17,0,0,0,0,0,0,0,4228,1476,122,0,'Travel Form','','','','','','','','Shapeshift','','','','','','','',20,133,1500,0,7,536870912,0,0,0,1,1,1,0), + (784,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,770,0,0,0,0,0,222,1,0,0,'Faerie Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (785,3,0,0,0,603979776,0,0,256,0,0,0,0,0,0,0,0,3,0,0,11,0,0,0,101,0,0,0,0,18,0,260,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,299,299,0,0,0,6,6,6,0,0,0,0,0,0,6,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,4839,71,0,0,'True Fulfillment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (786,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,222,1,0,0,'Thorns','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (787,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,773,0,0,0,0,0,222,1,0,0,'zzOLDLearn Slow Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (788,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,222,1,0,0,'Rejuvenation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (789,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,222,1,0,0,'Divine Escape','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (790,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,222,1,0,0,'Entangling Roots','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (791,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,776,0,0,0,0,0,222,1,0,0,'Abolish Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (792,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,222,1,0,0,'Tranquility','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (793,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,222,1,0,0,'Faerie Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (794,0,0,0,0,384,524288,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Initialize Images','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (795,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,0,0,0,0,0,222,1,0,0,'Thorns','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (796,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3111,0,0,0,0,0,107,267,0,0,'Mend Pet','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (797,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,845,0,0,0,0,0,107,277,0,0,'Cleave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (798,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1161,0,0,0,0,0,107,50,0,0,'Challenging Shout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (799,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1499,0,0,'Twin Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (800,0,1152,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,2000,0,0,0,0,101,0,0,0,0,328,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,0,15,0,0,12,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1499,0,0,'Twin Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (801,5,24,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,10,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,113,0,0,'zzOLDWasting Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (802,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,299,399,1799,0,0,0,22,22,22,7,7,7,20,20,20,133,61,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,7419,1585,0,0,'Mutate Bug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (804,3,0,0,0,2048,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,22,22,22,7,7,7,23,23,23,23,61,26,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26059,0,0,0,0,0,7420,11,0,0,'Explode Bug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (805,5,29,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,64,114,0,0,'zzOLDVoodoo Eye-Poke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (806,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,13,14,0,0,0,0,1,1,0,0,0,0,0,0,0,29,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,95,0,0,'Fervor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (812,0,0,0,0,8390912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,11000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26626,0,0,0,0,0,0,212,0,0,'Periodic Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (813,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Language Thalassian (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (814,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Language Draconic (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (815,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Language Demon Tongue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (816,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Language Titan (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (817,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Language Old Tongue (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (818,0,97,0,0,268501008,0,0,0,0,0,0,0,0,0,0,0,7,0,300000,15,128,0,0,101,0,0,0,1,6,0,0,0,0,0,1,0,0,4471,0,4470,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29784,0,0,0,0,0,0,0,0,703,11,0,0,'Basic Campfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (819,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,84,0,0,'Toughness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (820,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,'Regeneration','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (821,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,'Meditation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (822,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,0,0,0,101,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,56,99,0,0,'Magic Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (823,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,51,99,0,0,'Natural Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (824,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,115,0,0,'Horse Riding','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (825,0,0,0,0,20971728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,115,0,0,'Wolf Riding','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (826,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,0,0,0,0,0,0,0,115,0,0,'Ram Riding','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (827,0,0,0,0,16777296,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,1.67,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,115,0,0,'Nightmare Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (828,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,115,0,0,'Tiger Riding','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (829,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,0,0,0,101,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,56,43,0,0,'Thickskull','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (830,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,0,0,0,101,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,56,43,0,0,'Fearless','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (831,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Swimming (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (833,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,0,14,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1309,0,0,'Green Tea','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (834,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,16,10,10,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1301,0,0,'Lesser Armor','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (835,3,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,94,0,0,'Tidal Charm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (836,0,0,0,0,151257472,1024,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,46,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1,0,0,'LOGINEFFECT','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (837,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,15,0,0,0,101,0,18,14,14,32,0,50,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,7,0,1,1,0,0,0,0,0,0.9,0,-41,50,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (838,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,222,1,0,0,'Frostbolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (839,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,22,9,0,17,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,30,0,50,'Haste II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (840,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,839,0,0,0,0,0,222,1,0,0,'zzOLDLearn Haste','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (841,2,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,99,30,0,17,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,289,33,0,50,'zzOLDResist Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (842,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5391,0,0,0,0,0,222,1,0,0,'Ethereal Form','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (844,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7320,0,0,0,0,0,222,1,0,0,'Ice Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (845,0,0,0,0,327700,512,4096,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,4194304,0,2,2,1,1,1,0), + (846,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2120,0,0,0,0,0,222,1,0,0,'Flamestrike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (847,4,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,99,30,0,24,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,16,36,0,50,'zzOLDResist Frost II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (848,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,222,1,0,0,'Nature Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (849,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30000,0,15,0,0,0,101,0,0,0,25,3,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,5,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,27,14,0,0,'Elemental Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (850,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1009,0,0,0,0,0,222,1582,0,0,'Savage Pummel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (851,3,0,1,17,65536,0,64,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,40,40,1,0,200,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-61,-1,0,0,0,6,6,6,0,0,0,0,0,0,56,33,60,0,0,0,0,0,1,0,0,0,0,0,0,1933,0,0,0,0,0,0,0,0,131,82,0,50,'Polymorph: Sheep','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (852,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,222,1,0,0,'Polymorph: Chicken','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (853,1,32,1,12,327680,262144,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,8,8,27,0,30,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,302,0,0,'Hammer of Justice','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,2048,0,1,1,1,1,1,0), + (854,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3140,0,0,0,0,0,222,1,0,0,'Fireball','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (855,3,22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,34,9,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,34,48,0,0,'Feeblemind III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (856,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,855,0,0,0,0,0,222,1,0,0,'zzOLDLearn Feeblemind','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (857,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,40,30,30,0,0,220,0,0,0,12,0,0,0,0,5518,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,74,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,181,1099,0,0,'Khadgar\'s Unlocking','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (858,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,857,0,0,0,0,0,222,1,0,0,'Khadgar\'s Unlocking','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (860,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6078,0,0,0,0,0,222,1,0,0,'Renew','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (861,3,32,1,9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,31,0,19,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,44,0,0,'zzOLDShadow Word: Silence','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (862,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6226,0,0,0,0,0,222,1,0,0,'Drain Mana','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (863,3,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,3,0,0,30,3,0,37,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,30,0,50,'Blur III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (864,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,222,1,0,0,'Seal of Righteousness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (865,4,35,1,0,1073807360,136,0,0,0,0,0,0,0,0,0,0,1,0,25000,8,0,0,664232,100,0,31,26,26,31,0,85,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,5,1,0,1,1,0,0,0,0,0.5,0,0,32,-1,0,0,7,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,524352,0,1,1,1,1,1,0), + (866,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,222,1,0,0,'Frost Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (867,3,22,1,6,0,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,31,9,0,19,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,233,0,0,'Fumble III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (868,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,222,1,0,0,'zzOLDLearn Fumble','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (870,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6076,0,0,0,0,0,222,1,0,0,'Renew','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (871,0,132,0,0,327696,131072,0,0,0,131072,0,0,0,0,0,0,1,0,1800000,0,0,0,0,101,0,0,28,28,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,345,281,0,50,'Shield Wall','','','','','','','','','','','','','','','',0,133,1500,0,4,8192,0,2,2,1,1,1,0), + (872,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,222,1,0,0,'Flamestrike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (874,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,222,1,0,0,'Fire Ward','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (876,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6391,0,0,0,0,0,222,1,0,0,'zzOLDAgitating Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (877,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30000,0,15,0,0,0,101,0,0,0,35,2,0,41,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,5,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,27,16,0,0,'Elemental Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (878,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,222,1,0,0,'zzOLDLearn Elemental Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (879,1,19,0,0,327680,0,0,0,0,0,0,0,36,0,0,0,1,0,15000,0,0,0,0,101,0,25,20,20,0,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,1.2,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,292,0,0,'Exorcism','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (880,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8927,0,0,0,0,0,222,1,0,0,'Moonfire','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (882,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6060,0,0,0,0,0,222,1,0,0,'Holy Smite','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (883,0,0,0,0,65552,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3401,455,0,50,'Call Pet','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (884,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,222,1,0,0,'zzOLDLearn Summon Pet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (885,6,0,6,0,269549568,131328,0,0,0,0,0,0,0,0,0,0,14,0,0,15,80899,0,0,101,0,0,38,99,4,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,50,'Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (886,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,885,0,0,0,0,0,222,1,0,0,'Invisibility','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (890,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6077,0,0,0,0,0,222,1,0,0,'Renew','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (892,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6495,0,0,0,0,0,222,1,0,0,'zzOLDSentry Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (894,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6139,0,0,0,0,0,222,1,0,0,'Blink','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (895,2,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,600000,13,0,0,0,101,0,0,0,40,3,0,37,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,34,43,0,0,'Fire Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (896,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,0,0,0,0,0,222,1,0,0,'zzOLDLearn Fire Elemental','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (897,4,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,15,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,3,1,0,0,'Summon Angry Programmer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,878,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Create Fervor Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (899,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,27,22,99,0,0,70,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0.9,0,0,58,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (900,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,222,1,0,0,'Molten Blast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (901,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,38,28,99,30,0,405,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,198,0,0,'zzOLDSpirit Armor','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (902,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,901,0,0,0,0,0,222,1,0,0,'Spirit Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (903,3,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,99,30,0,16,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,27,10,0,50,'zzOLDResist Nature','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (904,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,222,1,0,0,'zzOLDLearn Nature Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (905,3,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,3,0,24,24,6,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26545,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,1024,0,1,1,1,1,1,0), + (906,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,222,1,0,0,'Lightning Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (908,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6346,0,0,0,0,0,222,1,0,0,'Thunderbolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (909,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,38,99,30,0,630,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,216,312,0,0,'zzOLDUnyielding Will','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (910,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,222,1,0,0,'Unyielding Will','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (911,2,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,12000,15,0,0,0,101,0,29,23,99,29,0,14,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,11,0,0,'zzOLDSpirit Burn III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (912,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,222,1,0,0,'zzOLDLearn Spirit Burn','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (913,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,23,18,18,0,0,155,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,49,0,0,1,0,0,0,0,0,2.3,0,0,267,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (914,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,222,1,0,0,'Healing Wave','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (915,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,25,20,20,0,0,75,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,1,0,0,82,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,915,0,0,0,0,0,222,1,0,0,'zzOLDLightning Bolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (917,3,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,27,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,200,0,0,'zzOLDUndying Strength','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (918,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2362,0,0,0,0,0,222,1,0,0,'Create Spellstone','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (920,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,0,0,0,222,1,0,0,'Chain Lightning','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (921,0,0,0,0,196624,2232352,0,131072,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,71,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,227,0,0,'Pick Pocket','','','','','','','','','','','','','','','',0,0,0,0,8,2147483648,0,1,1,1,1,1,0), + (922,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5502,0,0,0,0,0,222,1,0,0,'Sense Undead','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (923,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,35,30,99,0,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,1.2,0,0,102,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (924,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,222,1,0,0,'Molten Blast','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (926,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6344,0,0,0,0,0,222,1,0,0,'Thunderclap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (928,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,222,194,0,0,'Eye of Kilrogg','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (930,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,6000,15,0,0,0,101,0,45,40,40,0,0,380,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,35,0,0,1,0,0,0,0,0,2.3,0,0,276,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,2,0,1,1,0.7,1,1,0), + (931,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5614,0,0,0,0,0,222,1,0,0,'Exorcism','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (932,3,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,360000,15,0,0,0,101,0,43,30,30,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,61,0,0,1,0,0,0,0,0,41.3,0,0,371,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,46,0,0,'Replenish Spirit II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (933,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,222,1,0,0,'zzOLDLearn Replenish Spirit','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (934,3,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,72,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,198,0,0,'zzOLDSpirit Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (935,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,0,107,198,0,0,'Spirit Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (936,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6230,0,0,0,0,0,222,1,0,0,'Holy Ward','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (937,2,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,12000,15,0,0,0,101,0,37,31,99,29,0,16,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,11,0,0,'zzOLDSpirit Burn IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (938,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,0,0,0,0,222,1,0,0,'zzOLDLearn Spirit Burn','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (939,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,29,24,24,0,0,200,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,65,0,0,1,0,0,0,0,0,2.7,0,0,375,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (940,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,0,0,0,0,0,222,1,0,0,'Greater Healing Wave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (943,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,31,26,26,0,0,105,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,1.2,0,0,124,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (944,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,222,1,0,0,'Lightning Bolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (945,3,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,3,0,32,32,6,0,180,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26545,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,1024,0,1,1,1,1,1,0), + (946,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,0,0,0,0,0,222,1,0,0,'Lightning Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (947,3,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,33,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,86,47,0,0,'zzOLDUnyielding Will','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (948,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,222,1,0,0,'zzOLDLearn Unyielding Will','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (949,3,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,32,0,29,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,47,0,0,'zzOLDThunder Clap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (950,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1707,0,0,0,0,0,222,1,0,0,'Mind Bomb','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (951,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,43,38,99,0,0,145,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,1.4,0,0,147,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (952,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,222,1,0,0,'Molten Blast','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (955,3,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,34,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,200,0,0,'zzOLDUndying Strength','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (956,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,0,0,0,0,0,222,1,0,0,'Curse of Tongues','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (957,2,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,12000,15,0,0,0,101,0,45,39,99,29,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,11,0,0,'zzOLDSpirit Burn V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (958,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,957,0,0,0,0,0,222,1,0,0,'zzOLDLearn Spirit Burn','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (959,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,37,32,32,0,0,265,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,87,0,0,1,0,0,0,0,0,3.3,0,0,535,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (960,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,222,1,0,0,'Greater Healing Wave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (962,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8926,0,0,0,0,0,222,1,0,0,'Moonfire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (963,3,72,1,0,0,0,0,0,0,0,0,64,0,0,0,0,14,0,600000,15,0,0,0,101,0,34,28,28,8,0,25,0,2,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,27,0,9,1,0,1,1,0,0,0,0,1,0,0,54,-51,0,0,0,0,16,16,0,0,0,0,10,10,0,3,33,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,66,0,0,'zzOLDEarthquake II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (964,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6063,0,0,0,0,0,222,1,0,0,'Heal','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (965,5,18,3,0,0,0,0,0,0,0,0,64,0,0,0,0,14,0,30000,13,0,0,0,101,0,0,0,1,10,0,112,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,27,0,9,1,0,1,1,0,0,0,0,0,0,0,19,-67,0,0,0,0,16,16,0,0,0,0,0,0,0,3,22,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,70,118,0,0,'zzOLDDeath and Decay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (966,3,511,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,7,0,900000,15,0,0,0,101,0,0,40,99,0,0,66,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,34,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,459,0,0,'zzOLDGroup Astral Recall','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (967,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,966,0,0,0,0,0,222,1,0,0,'Group Astral Recall','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (968,3,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,600000,13,0,0,0,101,0,0,0,40,3,0,33,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,1764,0,0,0,0,0,0,0,0,74,67,0,0,'Feral Spirit II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,968,0,0,0,0,0,222,1,0,0,'zzOLDLearn Feral Spirit','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (970,5,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,18,18,85,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (971,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,222,1,0,0,'Shadow Word: Pain','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (972,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,28,99,6,0,250,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,193,329,0,50,'zzOLDHoly Protection','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (973,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,972,0,0,0,0,0,222,1,0,0,'Holy Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (974,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,0,99,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,33,0,50,'zzDONOTREUSE','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (975,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6364,0,0,0,0,0,222,1,0,0,'zzOLDSerpent Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (976,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,30,30,6,0,250,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,27,207,0,50,'Shadow Protection','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,256,0,1,1,1,1,1,0), + (977,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,976,0,0,0,0,0,222,1,0,0,'Shadow Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (978,3,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,99,9,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3280,157,0,50,'zzOLDGlimpse of Instincts','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (979,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6223,0,0,0,0,0,222,1,0,0,'Corruption','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (980,5,0,2,0,65536,0,0,128,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,8,8,106,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'Curse of Agony','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,1024,0,1,1,1,1,1,0), + (981,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,222,1,0,0,'Curse of Agony','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (982,3,0,0,0,65536,131072,262144,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,109,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3223,454,0,50,'Revive Pet','','','','','','','','','','','','','','','',100,133,1500,0,9,16777216,0,1,1,1,1,1,0), + (983,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,0,0,222,1,0,0,'Heal','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (984,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,19,0,0,15,0,0,0,101,0,27,22,22,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,1.3,0,0,90,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Smite','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,128,0,1,1,1,1,1,0), + (985,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984,0,0,0,0,0,222,1,0,0,'Holy Smite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (986,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,64,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,51,0,0,'zzOLDHoly Word: Protect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (987,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6378,0,0,0,0,0,222,1,0,0,'zzOLDHealing Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (988,1,0,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,36,36,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,74,0,0,'Dispel Magic','','','','','','','','Rank 2','','','','','','','',18,133,1500,0,6,6442450944,0,1,1,1,1,1,0), + (989,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,222,1,0,0,'Dispel Magic','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (990,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,31,22,22,0,0,180,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,0,0,0,0,0,0,0,0,0,0,0,563,259,0,0,'Conjure Food','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (991,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,0,222,1,0,0,'Conjure Food','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (992,5,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,26,26,85,0,155,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (993,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,0,0,0,0,0,222,1,0,0,'Shadow Word: Pain','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (994,1,54,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,13,15372,0,0,101,0,0,0,30,2,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,20,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,329,0,0,'Prayer of Protection II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (995,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,222,1,0,0,'zzOLDLearn Prayer of Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (996,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,49,40,40,0,0,560,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,29,0,0,1,0,0,0,0,0,1.6,0,0,443,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,540,0,0,'Prayer of Healing','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,512,0,1,1,1,1,1,0), + (997,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,222,1,0,0,'Prayer of Healing','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (998,5,22,1,6,1074069504,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,15,0,0,0,101,0,0,32,99,1,0,100,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,233,0,0,'zzOLDShadow Word: Fumble','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (999,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,0,0,0,0,0,222,1,0,0,'Shadow Word: Fumble','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1000,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,63,0,0,'zzOLDHoly Word: Might','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1001,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6375,0,0,0,0,0,222,1,0,0,'zzOLDHealing Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1002,3,0,0,0,1114112,67248132,0,0,0,0,0,0,1,0,0,0,5,0,0,15,0,27692,0,101,0,0,14,14,3,0,20,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,1,0,0,0,0,12,0,0,128,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6039,49,0,50,'Eyes of the Beast','','','','','','','','','','','','','','','',0,133,1500,0,9,4194304,0,1,1,1,1,1,0), + (1003,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6069,0,0,0,0,0,222,1,0,0,'Shadow Word: Befuddle','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1004,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,19,0,0,15,0,0,0,101,0,35,30,30,0,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,1.6,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Smite','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,128,0,1,1,1,1,1,0), + (1005,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1004,0,0,0,0,0,222,1,0,0,'Holy Smite','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1006,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,680,100,20,0,40,40,6,0,165,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,944,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,211,51,0,0,'Inner Fire','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2,0,1,1,1,1,1,0), + (1007,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1006,0,0,0,0,0,222,1,0,0,'Inner Fire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1008,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,18,18,6,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,29,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,969,242,0,0,'Amplify Magic','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,2147491840,0,1,1,1,1,1,0), + (1009,0,133,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,25000,0,13,0,0,0,101,0,15,10,10,28,2,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25595,25595,0,0,0,0,0,1582,0,0,'Savage Pummel','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,0,0), + (1010,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,38,38,4,0,110,0,0,0,4,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-7,-7,-1,0,0,0,6,6,6,0,0,0,0,0,0,29,29,23,0,0,3000,0,0,0,0,0,0,0,0,0,3,4,0,0,0,1010,0,0,0,185,77,0,0,'Curse of Idiocy','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (1011,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2878,0,0,0,0,0,222,1,0,0,'Turn Undead','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1012,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,0,0,107,26,0,0,'Sword Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1013,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2692,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1014,5,0,2,0,65536,0,0,128,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,18,18,106,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'Curse of Agony','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,1024,0,1,1,1,1,1,0), + (1015,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1014,0,0,0,0,0,222,1,0,0,'Curse of Agony','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1017,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,222,1,0,0,'Sense Demons','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1018,3,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,5,0,0,0,101,0,1,0,1,8,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,20,0,0,0,0,0,9,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,30,0,50,'zzOLDGroup Haste (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1019,1,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,13,0,0,0,101,0,0,0,1,8,0,13,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,48,51,0,0,'zzOLDGroup Frenzy (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1020,1,37,0,25,327680,32768,2097152,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,50,50,29,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-101,0,0,0,0,1,1,1,0,0,0,0,0,0,39,138,39,0,0,0,0,0,0,0,0,0,0,0,0,1,0,126,0,0,0,0,0,0,154,81,0,0,'Divine Shield','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (1021,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,222,1,0,0,'Divine Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1022,1,20,1,25,327680,32768,2097152,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,10,10,32,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,57,57,0,0,0,0,0,0,0,39,25,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,302,303,0,0,'Blessing of Protection','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435584,0,1,1,1,1,1,0), + (1023,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,222,1,0,0,'Seal of Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1024,1,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,38,2,0,14,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,34,80,0,0,'zzOLDSeal of Shadow II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1025,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6222,0,0,0,0,0,222,1,0,0,'Corruption','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1026,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,27,22,22,0,0,190,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,47,0,0,1,0,0,0,0,0,2.4,0,0,309,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (1027,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,0,0,0,0,0,222,1,0,0,'Holy Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1028,1,21,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,40,10,0,45,39,39,2,0,14,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5,0,0,149,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,80,0,0,'zzOLDSeal of Light IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1029,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6217,0,0,0,0,0,222,1,0,0,'Curse of Agony','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1030,1,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,29,1,0,37,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,34,80,0,0,'zzOLDSeal of Fire II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1031,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6205,0,0,0,0,0,222,1,0,0,'Curse of Weakness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1032,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,49,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,504,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,64,0,1,1,1,1,1,0), + (1033,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3011,0,0,0,0,0,107,105,0,0,'Fire Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1034,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,40,99,9,0,135,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5281,0,0,0,0,0,300,307,0,0,'zzOLDBlessing of Reckoning','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (1035,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,107,16,0,0,'Fire Ward','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1036,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,99,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,35,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,152,301,0,0,'zzOLDBlessing of Fury','','','','','','','','','','','','','','','',11,133,1500,0,0,0,0,1,1,1,1,1,0), + (1037,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1036,0,0,0,0,0,222,1,0,0,'Seal of Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1038,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,57,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,300,305,0,0,'Blessing of Salvation','','','','','','','','','','','','','','','',8,133,1500,0,10,268435712,0,1,1,1,1,1,0), + (1039,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,222,1,0,0,'Seal of Salvation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1042,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,35,30,30,0,0,275,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,63,0,0,1,0,0,0,0,0,3.1,0,0,490,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (1043,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,222,1,0,0,'Holy Light','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1044,1,0,1,0,327680,32768,0,0,0,0,0,0,0,0,0,0,1,20000,0,0,0,0,0,101,0,0,18,18,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,21,21,0,0,0,0,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,4050,80,0,0,'Blessing of Freedom','','','','','','','','','','','','','','','',10,133,1500,0,10,268435472,0,1,1,1,1,1,0), + (1045,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5782,0,0,0,0,0,222,1,0,0,'Fear','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1048,1,21,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,40,10,0,52,46,46,2,0,18,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,6,0,0,199,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,80,0,0,'zzOLDSeal of Light V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1049,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5699,0,0,0,0,0,222,1,0,0,'Create Healthstone','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1050,1,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,600000,6000,13,0,0,0,101,0,0,0,39,0,0,28,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,2,0,225,301,0,1,1,0,0,0,0,0,0,0,1387,1849,0,0,0,0,22,1,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,81,0,50,'Sacrifice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1051,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,222,1,0,0,'zzOLDLearn Sacrifice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1052,1,55,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,16,99,63,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,152,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (1053,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2139,0,0,0,0,0,222,1,0,0,'Counterspell','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1054,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1803,0,0,0,0,0,0,0,0,0,45,0,0,'Lesser Firestone Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1055,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,871,0,0,0,0,0,107,281,0,0,'Shield Wall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1056,3,51,4,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,15,0,0,0,101,0,0,0,60,9,0,51,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,110,0,0,'Slow Poison II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1057,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,222,1,0,0,'zzOLDLearn Slow Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1058,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,15,10,10,29,0,40,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (1059,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1058,0,0,0,0,0,222,1,0,0,'Rejuvenation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1062,3,0,1,7,1073840128,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,18,18,8,0,65,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (1063,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062,0,0,0,0,0,222,1,0,0,'Entangling Roots','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1064,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,45,40,40,0,0,260,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,49,0,0,1,0,0,0,0,0,2.5,0,0,319,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3659,963,0,0,'Chain Heal','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,256,0,1,1,0.5,1,1,0), + (1065,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,0,0,0,0,0,107,282,0,0,'Demoralizing Shout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1066,0,0,0,0,327696,163840,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,256,0,0,101,0,0,16,16,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,4,17,0,0,0,0,0,0,0,775,1475,122,0,'Aquatic Form','','','','','','','','Shapeshift','','','','','','','',20,133,1500,0,7,536870912,0,0,0,1,1,1,0), + (1069,3,99,1,0,65536,98304,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,10,0,19,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,6,6,6,0,0,0,0,0,0,22,38,38,0,0,0,0,0,0,0,0,0,0,0,0,1,18,16,0,0,0,0,0,0,192,109,0,0,'zzOLDFaerie Fire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1070,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1069,0,0,0,0,0,222,1,0,0,'Faerie Fire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1073,1,89,0,10,65536,0,0,0,0,0,0,0,0,0,0,0,6,0,300000,15,2,0,0,101,0,0,36,99,0,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,10,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,177,0,0,'zzOLDDivine Escape (NYI)','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (1074,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,222,1,0,0,'zzOLDLearn Slumber','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1075,3,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,24,24,6,0,105,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (1076,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,0,0,0,0,0,222,1,0,0,'Thorns','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1079,0,0,0,15,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,3,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,3941,108,0,0,'Rip','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1,1,1,0), + (1082,0,0,0,0,262160,134218240,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,80,0,1,1,0,1,1,0,0,0,0,0,0,0,26,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882,262,0,0,'Claw','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (1084,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,23,17,17,0,0,26,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.8,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1084,0,0,0,0,0,222,1,0,0,'zzOLDLearn Firebolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1086,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,30,30,30,0,520,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,299,5,8,0,0,0,1,1,1,0,0,0,0,0,0,22,22,161,0,0,0,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,130,89,0,0,'Demon Armor','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (1087,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,222,1,0,0,'Demon Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1088,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,25,20,20,0,0,110,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,1.2,0,0,85,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (1089,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,222,1,0,0,'Shadow Bolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1090,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,16,0,0,15,2,0,0,101,0,0,20,20,9,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,262144,0,1,1,1,1,1,0), + (1091,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,222,1,0,0,'Sleep','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1092,5,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,12000,15,0,0,0,101,0,31,27,99,29,0,67,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,9,0,0,'zzOLDSunder Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1093,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1092,0,0,0,0,0,222,1,0,0,'zzOLDLearn Sunder Soul','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1094,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,25,20,20,8,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,1.5,0,17,44,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,4,0,1,1,1,1,1,0), + (1095,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,222,1,0,0,'Immolate','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1096,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,31,25,25,0,0,34,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0.8,0,0,37,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1096,0,0,0,0,0,222,1,0,0,'zzOLDLearn Firebolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1098,5,0,0,1,1073807360,131073,64,0,0,0,0,0,4,0,0,0,14,0,0,15,0,0,0,101,0,43,30,30,5,0,300,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,1,0,0,31,-41,-31,0,0,0,6,6,6,0,0,0,0,0,0,6,138,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1266,1500,0,0,'Enslave Demon','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2048,0,1,1,1,1,1,0), + (1099,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,222,1,0,0,'zzOLDLearn Unholy Frenzy','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1101,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,222,1,0,0,'Mana Funnel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1105,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5645,0,0,0,0,0,222,1,0,0,'Seal of Wisdom','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (1106,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,33,28,28,0,0,160,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,1.6,0,0,141,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (1107,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,222,1,0,0,'Corruption','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1108,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,12,12,4,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,32768,0,1,1,1,1,1,0), + (1109,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,222,1,0,0,'Curse of Weakness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1110,5,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,12000,13,0,0,0,101,0,39,35,99,29,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,9,0,0,'zzOLDSunder Soul II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1111,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,222,1,0,0,'zzOLDLearn Sunder Soul','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1112,5,35,1,0,0,136,0,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,30,30,0,0,28,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,1.9,0,0,74,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,22,0,0,'Shadow Nova II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1113,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,0,0,0,0,0,222,1,0,0,'zzOLDLearn Shadow Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1114,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Dodge Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,0,0,0,0,0,222,1,0,0,'zzOLDLearn Firebolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1116,5,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,38,21,0,25,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,87,0,'Chaos Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1117,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,107,267,0,0,'Mend Pet','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1120,5,0,0,0,65537,67256324,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,2,0,1,0,10,10,8,0,55,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,0,10,0,0,0,0,6,6,1,0,0,0,0,0,0,86,3,42,0,3000,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,18371,0,0,0,788,113,0,0,'Drain Soul','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,16384,0,1,1,1,1,1,0), + (1121,0,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,17,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,272,0,0,'Entangle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (1122,5,731,0,0,98304,131073,0,0,0,0,0,64,0,0,0,0,5,0,3600000,15,0,0,0,101,0,0,50,50,8,0,0,0,0,0,4,0,0,0,0,5565,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,112,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,4859,460,0,0,'Inferno','','','','','','','','Summon','','','','','','','',100,133,1500,0,0,0,0,1,1,1,1,1,0), + (1123,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18540,0,0,0,0,0,222,1,0,0,'Ritual of Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1124,2,35,0,0,0,136,0,0,0,0,0,64,0,0,0,0,14,0,6000,15,0,0,0,101,0,34,28,28,0,0,27,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,1.3,0,0,72,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,37,0,0,'Hellfire II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,222,1,0,0,'zzOLDLearn Hellfire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1126,3,0,1,0,65536,131072,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,1,1,30,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,212,123,0,50,'Mark of the Wild','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (1127,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1129,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,45,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,231,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1130,6,0,1,0,67174400,1024,0,196609,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,4,0,15,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,19,0,0,0,0,25,6,0,0,0,0,0,0,0,68,127,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3239,538,0,50,'Hunter\'s Mark','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,1024,0,0,0,1,1,1,0), + (1131,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1132,0,0,0,0,80,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,292,138,0,0,'Critical Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1133,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,35,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,248,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1309,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1134,0,350,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,20,99,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,248,561,0,0,'zzOLDInner Rage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,1048576,0,0,0,1,1,1,0), + (1135,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,45,45,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,331,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1309,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,'zzOLDBlessing of Reckoning Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1137,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,55,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,488,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1309,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1138,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,16,32,0,0,0,0,0,0,0,124,19,0,0,'Crystal Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1139,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,119,0,0,'Cold Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (1140,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109,0,0,0,0,0,107,30,0,0,'Blur','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1141,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,0,0,107,54,0,0,'Brilliance Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1142,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1146,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,820,0,0,0,0,0,107,64,0,0,'Regeneration','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1147,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,0,0,0,0,0,107,64,0,0,'Regeneration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1148,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,0,0,0,0,0,107,64,0,0,'Regeneration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1149,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1183,0,0,0,0,0,107,64,0,0,'Regeneration','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1150,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2096,0,0,0,0,0,222,1,0,0,'Mind Vision','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1151,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1850,0,0,0,0,0,107,959,0,0,'Dash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1152,1,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,38,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,312,300,0,0,'Purify','','','','','','','','','','','','','','','',8,133,1500,0,10,8589934592,0,1,1,1,1,1,0), + (1153,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2055,0,0,0,0,0,222,1,0,0,'Heal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1159,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,23,15,0,32,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1160,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,24,14,14,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-36,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (1161,0,0,0,0,327696,0,67108864,0,0,0,0,0,0,0,0,0,1,600000,0,0,0,0,0,101,0,0,26,26,32,1,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,50,0,0,'Challenging Shout','','','','','','','','','','','','','','','',0,133,1500,0,4,524288,0,1,1,1,1,1,0), + (1163,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,819,0,0,0,0,0,107,84,0,0,'Toughness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1164,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4527,0,0,0,0,0,107,84,0,0,'Toughness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1165,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4528,0,0,0,0,0,107,84,0,0,'Toughness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1166,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4529,0,0,0,0,0,107,84,0,0,'Toughness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1167,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,107,16,0,0,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1168,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,107,82,0,0,'Polymorph','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1169,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,0,0,107,48,0,0,'Feeblemind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1171,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,474,0,0,0,0,0,107,233,0,0,'Fumble','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1172,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,755,0,0,0,0,0,107,106,0,0,'Conjure: Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1173,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1174,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7300,0,0,0,0,0,107,181,0,0,'Frost Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1175,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,107,180,0,0,'Chains of Ice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1176,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,0,0,0,107,195,0,0,'Remove Lesser Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1177,1,0,0,0,536871296,1160,536870912,277020672,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,'Twin Empathy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (1178,3,0,0,0,80,0,0,0,0,16,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,40,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,18,3,179,19,29,0,0,0,1,1,1,0,0,0,0,0,0,142,34,99,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Bear Form (Passive)','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1179,3,55,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,15,0,0,0,101,0,0,1,1,1,0,7,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,123,0,0,'Beast Claws','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1180,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,50,'Daggers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1181,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,'Regeneration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1182,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,'Regeneration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1183,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,'Regeneration','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1184,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,20,0,0,0,0,0,9,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,98,0,0,'zzOLDDeaden Pain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1185,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,0,0,107,33,0,0,'Resist Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1186,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,107,106,0,0,'Conjure: Lockpick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1187,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,107,30,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1188,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,0,0,0,0,0,107,16,0,0,'Fire Shield II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1189,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4550,0,0,0,0,0,107,47,0,0,'Shadow Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1190,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,491,0,0,0,0,0,107,1098,0,0,'zzOLDKhadgar\'s Unlocking','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1191,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1192,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,107,318,0,0,'Polymorph','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1193,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,451,0,0,0,0,0,107,232,0,0,'Shadow Word: Silence','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1194,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,0,0,0,107,193,0,0,'Frost Nova','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1195,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,0,0,0,0,0,107,54,0,0,'Brilliance Aura II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1196,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,107,285,0,0,'Blizzard','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1197,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6366,0,0,0,0,0,107,1506,0,0,'Create Firestone (Lesser)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1198,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1199,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,107,30,0,0,'Blur II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1200,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7301,0,0,0,0,0,107,181,0,0,'Frost Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1201,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,0,0,107,233,0,0,'Fumble II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1202,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,107,331,0,0,'zzOLDLesser Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1203,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,107,48,0,0,'Feeblemind II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1205,0,0,0,0,262144,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1919,0,0,0,0,0,107,177,0,0,'zzOLDImmunity: Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1206,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,107,58,0,0,'Swiftness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1208,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,107,180,0,0,'Chains of Ice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1209,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,765,0,0,0,0,0,107,94,0,0,'zzOLDWater Elemental','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1210,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,107,1036,0,0,'Conjure Mana Agate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1211,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,837,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1212,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,839,0,0,0,0,0,107,30,0,0,'Haste II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1213,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,107,33,0,0,'Resist Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1214,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7302,0,0,0,0,0,107,182,0,0,'Ice Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1217,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,847,0,0,0,0,0,107,36,0,0,'Resist Frost','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1218,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,107,14,0,0,'Elemental Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1219,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,851,0,0,0,0,0,107,82,0,0,'Polymorph','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1220,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,107,54,0,0,'Brilliance Aura III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1221,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,857,0,0,0,0,0,107,1099,0,0,'zzOLDKhadgar\'s Unlocking','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1223,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,0,0,0,0,0,107,232,0,0,'Shadow Word: Silence','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1224,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,863,0,0,0,0,0,107,30,0,0,'Blur III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1225,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,107,193,0,0,'Frost Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1226,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,0,0,0,107,43,0,0,'Earth Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1227,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,0,0,0,107,233,0,0,'Fumble III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1228,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7320,0,0,0,0,0,107,182,0,0,'Ice Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1229,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,0,0,0,107,16,0,0,'Elemental Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1231,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,855,0,0,0,0,0,107,48,0,0,'Feeblemind III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1233,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,0,0,0,0,0,107,1,0,0,'Ice Storm II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1234,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,0,0,0,107,54,0,0,'Brilliance Aura IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1236,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,982,0,0,0,0,0,107,454,0,0,'Revive Pet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1237,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,885,0,0,0,0,0,107,30,0,0,'zzOLDInvisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1241,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,107,35,0,0,'Cone of Cold','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1242,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,0,0,0,0,0,107,43,0,0,'Fire Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1243,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,10,1,1,30,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (1244,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,22,12,12,30,0,155,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (1245,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,34,24,24,30,0,400,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (1246,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,590,0,0,0,0,0,107,239,0,0,'Holy Word: Might','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1247,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,599,0,0,0,0,0,107,239,0,0,'Holy Word: Might','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1248,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,107,239,0,0,'Holy Word: Might','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1249,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,587,0,0,0,0,0,107,1437,0,0,'Conjure Food','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1250,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,597,0,0,0,0,0,107,374,0,0,'Conjure Food','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1251,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,0,107,259,0,0,'Conjure Food','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1252,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,0,0,0,107,51,0,0,'Inner Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1253,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,602,0,0,0,0,0,107,51,0,0,'Inner Fire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1254,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1006,0,0,0,0,0,107,51,0,0,'Inner Fire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1255,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1243,0,0,0,0,0,107,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1256,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1244,0,0,0,0,0,107,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1257,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1245,0,0,0,0,0,107,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1258,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,107,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1259,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,107,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1260,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,107,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1261,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,0,0,0,0,0,107,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1262,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,107,51,0,0,'Holy Word: Protect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1263,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,629,0,0,0,0,0,107,51,0,0,'Holy Word: Protect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1264,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,986,0,0,0,0,0,107,51,0,0,'Holy Word: Protect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1265,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,586,0,0,0,0,0,107,331,0,0,'Fade','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1266,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,107,263,0,0,'Dampen Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1267,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1008,0,0,0,0,0,107,242,0,0,'Amplify Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1268,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,528,0,0,0,0,0,107,330,0,0,'Cure Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1269,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,0,0,107,264,0,0,'Abolish Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1271,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,972,0,0,0,0,0,107,329,0,0,'zzOLDHoly Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1272,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10884,0,0,0,0,0,107,329,0,0,'zzOLDHoly Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1275,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,0,0,107,237,0,0,'Smite','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1276,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,0,0,0,0,0,107,237,0,0,'Smite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1277,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1278,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1279,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,976,0,0,0,0,0,107,207,0,0,'Shadow Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1280,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10957,0,0,0,0,0,107,207,0,0,'Shadow Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1281,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,593,0,0,0,0,0,107,233,0,0,'Shadow Word: Fumble','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1282,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,998,0,0,0,0,0,107,233,0,0,'Shadow Word: Fumble','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1283,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,107,74,0,0,'Dispel Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1284,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,988,0,0,0,0,0,107,74,0,0,'Dispel Magic','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1285,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,107,329,0,0,'Prayer of Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1286,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,0,0,0,0,0,107,329,0,0,'Prayer of Protection II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1287,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,107,540,0,0,'Prayer of Healing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1288,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,996,0,0,0,0,0,107,540,0,0,'Prayer of Healing','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1290,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,818,0,0,0,0,0,107,11,0,0,'Basic Campfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1291,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,0,0,0,107,542,0,0,'Curse of Archimonde','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1292,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1010,0,0,0,0,0,107,77,0,0,'Curse of Idiocy','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1293,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,107,235,0,0,'Mind Control','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1295,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,0,0,0,107,77,0,0,'Mind Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1296,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,107,544,0,0,'Curse of Agony','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1297,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1014,0,0,0,0,0,107,544,0,0,'Curse of Agony','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1298,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3747,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1299,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4549,0,0,0,0,0,107,47,0,0,'Frost Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1300,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984,0,0,0,0,0,107,237,0,0,'Smite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1301,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1004,0,0,0,0,0,107,237,0,0,'Smite','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1302,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,126,1,0,0,0,0,0,0,0,47,1,43,0,'Damage Immunity Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1303,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,107,19,0,0,'Lightning Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1304,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,107,19,0,0,'Lightning Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1305,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,107,19,0,0,'Lightning Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1306,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,0,0,0,107,312,0,0,'Unyielding Will','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1307,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,0,0,0,0,0,107,312,0,0,'Unyielding Will','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1308,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,107,312,0,0,'Unyielding Will','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1309,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,107,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1310,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,0,0,0,107,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1311,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,899,0,0,0,0,0,107,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1312,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,0,0,0,0,0,107,198,0,0,'Spirit Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1313,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,0,0,0,107,198,0,0,'Spirit Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1314,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,901,0,0,0,0,0,107,198,0,0,'Spirit Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1315,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,526,0,0,0,0,0,107,194,0,0,'Cure Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1316,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,550,0,0,0,0,0,107,194,0,0,'Nullify Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1318,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,0,0,107,200,0,0,'Undying Strength','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1319,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,107,200,0,0,'Undying Strength','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1320,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,0,0,0,107,200,0,0,'Undying Strength','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1321,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,761,0,0,0,0,0,107,11,0,0,'Spirit Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1322,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,0,0,0,0,0,107,11,0,0,'Spirit Burn II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1323,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,107,11,0,0,'Spirit Burn III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1324,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1325,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1326,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1327,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,547,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1328,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,107,38,0,0,'Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1329,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,107,38,0,0,'Bloodlust II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1330,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,961,0,0,0,0,0,107,38,0,0,'Bloodlust III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1331,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,107,10,0,0,'Nature Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1332,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,107,10,0,0,'Resist Nature II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1333,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,0,0,0,0,0,107,47,0,0,'Purge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1336,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,107,65,0,0,'Chant of Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1337,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,107,65,0,0,'Chant of Regeneration II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1338,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,0,0,0,107,101,0,0,'Water Walking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1339,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,0,0,0,107,165,0,0,'Chain Lightning','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1340,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,107,165,0,0,'Chain Lightning','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1341,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,455,0,0,0,0,0,107,46,0,0,'Replenish Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1342,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,107,46,0,0,'Replenish Spirit II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1343,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6343,0,0,0,0,0,107,199,0,0,'Thunder Clap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1344,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8198,0,0,0,0,0,107,199,0,0,'Thunder Clap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1345,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6196,0,0,0,0,0,107,21,0,0,'Far Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1348,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,0,0,107,66,0,0,'Earthquake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1349,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,0,0,0,0,0,107,66,0,0,'Earthquake II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1350,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,555,0,0,0,0,0,107,67,0,0,'Feral Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1351,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,968,0,0,0,0,0,107,67,0,0,'Feral Spirit II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1352,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,107,458,0,0,'Astral Recall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1353,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,966,0,0,0,0,0,107,459,0,0,'Group Astral Recall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1354,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1355,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1356,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,959,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1357,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,915,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1358,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1359,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,107,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1360,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,107,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1361,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,0,0,0,0,107,11,0,0,'Spirit Burn IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1362,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,957,0,0,0,0,0,107,11,0,0,'Spirit Burn V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1363,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,0,0,0,0,0,107,19,0,0,'Lightning Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1364,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,0,107,312,0,0,'Unyielding Will','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1365,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,0,0,0,107,200,0,0,'Undying Strength','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1366,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,0,0,0,222,215,0,0,'Summon Imp','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1367,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,107,546,0,0,'Drain Life','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1368,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,699,0,0,0,0,0,107,546,0,0,'Drain Life','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1369,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,709,0,0,0,0,0,107,546,0,0,'Drain Life','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1370,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,701,0,0,0,0,0,107,183,0,0,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1371,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,0,0,0,0,107,183,0,0,'Firebolt II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1372,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1084,0,0,0,0,0,107,183,0,0,'Firebolt III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1373,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,107,214,0,0,'Teach Summon Felhunter','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1374,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,348,0,0,0,0,0,107,31,0,0,'Immolate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1375,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,0,0,0,0,0,107,31,0,0,'Immolate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1376,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,0,107,31,0,0,'Immolate','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1377,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,107,92,0,0,'Create Soulstone (Minor)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1378,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,107,93,0,0,'Unholy Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1379,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,107,93,0,0,'Unholy Armor II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1380,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,0,0,0,0,0,107,93,0,0,'Unholy Armor III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1381,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1382,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1383,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,696,0,0,0,0,0,107,89,0,0,'Demon Skin','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1384,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,107,89,0,0,'Demon Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1385,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,0,0,0,0,0,222,217,0,0,'Summon Voidwalker','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1386,0,0,0,0,2281701632,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,1704,0,0,'Echoes of Lordaeron','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (1387,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,107,103,0,0,'Unholy Frenzy II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1388,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,107,103,0,0,'Unholy Frenzy III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1389,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,107,44,0,0,'zzOLDSleep','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1390,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,0,107,44,0,0,'zzOLDSleep','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1391,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,107,96,0,0,'Cripple','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1393,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,702,0,0,0,0,0,107,543,0,0,'Curse of Weakness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1394,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,107,543,0,0,'Curse of Weakness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1395,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,107,22,0,0,'Shadow Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1396,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,0,0,0,0,0,107,22,0,0,'Shadow Nova II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1397,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,107,98,0,0,'Fear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1398,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,107,98,0,0,'Fear II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1399,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,0,0,107,99,0,0,'Anti-Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1401,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,0,0,0,107,37,0,0,'Hellfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1402,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,107,37,0,0,'Hellfire II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1403,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,0,0,0,0,0,222,216,0,0,'Summon Succubus','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1404,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1086,0,0,0,0,0,107,89,0,0,'Demon Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1406,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1407,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1408,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1092,0,0,0,0,0,107,22,0,0,'Sunder Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1409,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,107,22,0,0,'Sunder Soul II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1410,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1096,0,0,0,0,0,107,183,0,0,'Firebolt IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1411,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,0,0,0,0,0,107,183,0,0,'Firebolt V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1412,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1116,0,0,0,0,0,107,31,0,0,'Chaos Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1413,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,0,107,460,0,0,'Inferno','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1414,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,770,0,0,0,0,0,107,109,0,0,'Faerie Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1415,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,0,0,0,0,0,107,109,0,0,'Faerie Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1416,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9749,0,0,0,0,0,107,109,0,0,'Faerie Fire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1417,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,771,0,0,0,0,0,107,44,0,0,'Slumber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1418,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,107,44,0,0,'Slumber II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1419,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,107,44,0,0,'Slumber III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1420,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,107,53,0,0,'Thorns','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1421,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,0,0,0,0,0,107,53,0,0,'Thorns','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1422,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,0,0,0,0,0,107,53,0,0,'Thorns','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1423,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,107,245,0,0,'Rend','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1424,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,674,0,0,0,0,0,107,533,0,0,'Dual Wield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1425,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9484,0,0,0,0,0,107,27,0,0,'Shackle Undead','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1426,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,773,0,0,0,0,0,107,110,0,0,'Slow Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1427,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1056,0,0,0,0,0,107,110,0,0,'Slow Poison II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1428,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,774,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1429,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1058,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1430,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,21,16,16,29,0,75,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (1431,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1430,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1432,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,107,1562,0,0,'Swipe','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1433,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,769,0,0,0,0,0,107,1562,0,0,'Swipe','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1434,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,107,40,0,0,'Tree Form','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1435,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,339,0,0,0,0,0,107,20,0,0,'Entangling Roots','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1436,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062,0,0,0,0,0,107,20,0,0,'Entangling Roots','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1437,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,776,0,0,0,0,0,107,263,0,0,'Abolish Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1439,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,0,0,0,0,0,107,100,0,0,'Tranquility','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1441,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,783,0,0,0,0,0,107,1476,0,0,'Travel Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1444,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,0,0,0,107,963,0,0,'Chain Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1445,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,107,108,0,0,'Rip','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1446,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1066,0,0,0,0,0,107,1475,0,0,'Aquatic Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1448,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,107,262,0,0,'Claw','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1449,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,19,14,14,0,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.4,0,0,31,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,266240,0,1,1,1,1,1,0), + (1450,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,21,30,0,33,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,125,0,0,'Arcane Spirit II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1451,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,29,30,0,37,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,125,0,0,'Arcane Spirit III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1452,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,35,30,0,41,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,125,0,0,'Arcane Spirit IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1453,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,40,30,0,49,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,125,0,0,'Arcane Spirit V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1454,5,0,0,0,65536,1024,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,16,6,6,0,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,1,0,0,19,0,0,0,0,0,1,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,208,0,0,'Life Tap','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,262144,0,1,1,1,1,1,0), + (1455,5,0,0,0,65536,1024,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,100,0,26,16,16,0,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,1,0,0,64,0,0,0,0,0,1,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,208,0,0,'Life Tap','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,262144,0,1,1,1,1,1,0), + (1456,5,0,0,0,65536,1024,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,100,0,36,26,26,0,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,1,0,0,129,0,0,0,0,0,1,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,208,0,0,'Life Tap','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,262144,0,1,1,1,1,1,0), + (1457,2,99,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,1,100,0,0,40,99,3,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,42,35,0,0,0,0,1,1,0,0,0,0,0,0,0,24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141,208,0,0,'zzOLDBurning Spirit','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1459,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,10,1,1,30,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Arcane Intellect','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (1460,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,24,14,14,30,0,185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Arcane Intellect','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (1461,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,38,28,28,30,0,520,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Arcane Intellect','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (1462,3,0,0,0,65536,132096,8,131072,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,9,0,40,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3279,201,0,0,'Beast Lore','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (1463,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,3,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,968,209,0,0,'Mana Shield','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,32768,0,1,1,1,1,1,0), + (1464,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,30,30,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165,559,0,0,'Slam','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,2097152,0,2,2,1,1,1,0), + (1465,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,13,0,0,0,101,0,0,0,99,30,0,82,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,86,125,0,0,'zzOLDBurning Intellect III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1466,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,13,0,0,0,101,0,0,0,40,30,0,37,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,86,125,0,0,'zzOLDBurning Intellect IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1467,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1449,0,0,0,0,0,107,122,0,0,'Arcane Explosion','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1468,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,107,125,0,0,'Arcane Spirit II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1469,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,107,125,0,0,'Arcane Spirit III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1470,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1452,0,0,0,0,0,107,125,0,0,'Arcane Spirit IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1471,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1453,0,0,0,0,0,107,125,0,0,'Arcane Spirit V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1472,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,0,0,0,107,125,0,0,'Arcane Intellect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1473,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,107,125,0,0,'Arcane Intellect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1474,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1461,0,0,0,0,0,107,125,0,0,'Arcane Intellect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1475,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10156,0,0,0,0,0,107,125,0,0,'Arcane Intellect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1476,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1454,0,0,0,0,0,107,208,0,0,'Life Tap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1477,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,107,208,0,0,'Life Tap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1478,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1456,0,0,0,0,0,107,208,0,0,'Life Tap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1479,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,0,0,0,0,0,107,208,0,0,'Burning Spirit','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1481,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,0,0,0,0,107,209,0,0,'Mana Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1482,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1464,0,0,0,0,0,107,559,0,0,'Slam','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1483,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,0,0,0,0,0,107,125,0,0,'Burning Intellect III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1484,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1466,0,0,0,0,0,107,125,0,0,'Burning Intellect IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1485,0,351,0,0,4259858,0,32,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'zzOLDSpell - Reuse 1485','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1490,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,32,32,5,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-46,5,0,0,0,0,6,6,0,0,0,0,0,0,0,22,87,0,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,785,55,0,0,'Curse of the Elements','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (1491,0,41,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,99,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,1,1,0,0,0,0,0,0,0,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,'zzOLDCritical Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1492,0,41,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,20,100,1,0,0,99,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,52,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,1,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,'zzOLDCritical Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1494,0,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,316,179,0,0,'Track Beasts','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (1495,0,65,0,0,327680,512,0,0,512,0,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,16,16,0,0,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,257,0,0,'Mongoose Bite','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,2,0,2,2,1,1,1,0), + (1499,4,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,0,20,20,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2561,0,0,0,0,0,0,0,0,3302,180,0,0,'Freezing Trap','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (1504,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,29,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,127,0,0,'zzOLDWounding Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1505,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,29,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,127,0,0,'zzOLDWounding Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1506,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,29,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,127,0,0,'zzOLDWounding Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1507,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,29,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,127,0,0,'zzOLDWounding Shot IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1508,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,29,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,127,0,0,'zzOLDWounding Shot V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1509,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7307,279,0,0,'GM Only OFF','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (1510,6,49,0,0,65538,268435460,4325376,0,0,0,0,64,0,0,0,0,1,0,60000,9,0,31756,0,101,0,0,40,40,32,0,350,0,0,0,114,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,126,0,0,'Volley','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,8192,0,3,2,1,1,1,0), + (1513,3,33,1,5,1073807360,0,0,0,0,0,0,0,1,0,0,0,16,0,30000,15,0,0,664232,100,0,0,14,14,1,0,35,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,958,0,0,'Scare Beast','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (1515,3,0,0,0,65536,147460,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,0,-101,0,0,0,6,6,1,0,0,0,0,0,0,0,23,101,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13535,0,0,0,0,411,255,0,0,'Tame Beast','','','','','','','','','','','','','','','',60,133,1500,0,0,0,0,0,0,1,1,1,0), + (1516,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,18,60000,0,9,0,0,0,101,0,0,6,6,0,2,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,536,0,0,'Quick Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Pet Upgrade (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Pet Upgrade II (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Pet Upgrade III (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Major Pet Upgrade (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Major Pet Upgrade II (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Major Pet Upgrade III (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1528,0,0,0,0,65552,32768,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,36,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,27,0,0,0,0,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,0,0,0,0,0,0,0,0,40,0,0,'Free Master','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (1535,2,35,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,12,12,28,0,95,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5879,0,0,0,0,0,0,0,0,221,33,0,0,'Fire Nova Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,671088640,0,1,1,1,1,1,0), + (1536,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,32,0,0,0,0,0,0,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,126,0,0,'Longshot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1538,0,0,0,0,65536,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,135,0,0,'Charging','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1539,0,0,0,0,268435456,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15363,0,0,101,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,5,0,0,0,0,0,0,0,0,24,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,3439,534,0,50,'Feed Pet Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1540,0,35,0,0,18,0,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,30,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,16,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,127,0,0,'Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1542,0,37,0,0,262160,32768,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,35,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,56,84,0,0,'zzOLDHunter\'s Will','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1543,6,0,0,0,65536,164864,4194304,0,0,0,0,64,0,0,0,0,1,15000,0,0,0,0,0,101,0,0,32,32,9,0,50,0,0,0,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,27,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,28,28,0,0,0,0,13,13,0,41,41,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0,0,318,136,0,0,'Flare','','','','','','','','','','','','','','','',0,133,1500,0,9,0,0,0,1,1,1,1,0), + (1544,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1491,0,0,0,0,0,107,256,0,0,'Critical Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1545,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1492,0,0,0,0,0,107,256,0,0,'Critical Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1547,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1494,0,0,0,0,0,107,179,0,0,'Track Beasts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1549,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1495,0,0,0,0,0,107,257,0,0,'Mongoose Bite','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1552,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,107,180,0,0,'Freezing Trap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1557,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Full Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (1558,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1505,0,0,0,0,0,107,127,0,0,'Wounding Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1559,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1506,0,0,0,0,0,107,127,0,0,'Wounding Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1560,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,0,0,0,0,0,107,127,0,0,'Wounding Shot IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1561,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,0,0,0,0,0,107,127,0,0,'Wounding Shot V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1563,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20905,0,0,0,0,0,107,128,0,0,'Trueshot Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1564,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,107,126,0,0,'Volley','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1567,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1513,0,0,0,0,0,107,958,0,0,'Scare Beast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1568,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1528,0,0,0,0,0,107,40,0,0,'Free Master','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1571,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6353,0,0,0,0,0,107,184,0,0,'Soul Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1572,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6789,0,0,0,0,0,107,88,0,0,'Death Coil','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,17,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,1,0,0,'Entangle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (1574,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Don\'t Reuse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (1575,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,126,0,0,'zzOLDTeach - Reuse 1575','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1579,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1515,883,2641,0,0,0,107,255,0,0,'Tame Beast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1580,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1516,0,0,0,0,0,107,536,0,0,'Quick Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1581,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6975,0,0,0,0,0,107,536,0,0,'Quick Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1582,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6976,0,0,0,0,0,107,536,0,0,'Quick Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1583,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,107,83,0,50,'Auto Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1584,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6991,0,0,0,0,0,107,534,0,50,'Feed Pet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1588,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1522,0,0,0,0,0,107,1,0,0,'Pet Upgrade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1589,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1523,0,0,0,0,0,107,1,0,0,'Pet Upgrade II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1590,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1524,0,0,0,0,0,107,1,0,0,'Pet Upgrade III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1591,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1525,0,0,0,0,0,107,1,0,0,'Major Pet Upgrade I','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1592,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1526,0,0,0,0,0,107,1,0,0,'Major Pet Upgrade II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1593,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1527,0,0,0,0,0,107,1,0,0,'Major Pet Upgrade III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1598,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1540,0,0,0,0,0,107,127,0,0,'Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1599,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4547,0,0,0,0,0,107,47,0,0,'Fire Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1602,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1542,0,0,0,0,0,107,84,0,0,'Hunter\'s Will','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1603,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1543,0,0,0,0,0,107,136,0,0,'Flare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1604,0,0,0,0,16,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,108,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,84,15,0,0,'Dazed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1605,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1606,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1607,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1608,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (1609,0,0,0,0,1044,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,99,99,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'zzOLDSpell - Reuse 1609','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1610,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1608,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1611,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11564,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1612,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,0,0,107,276,0,50,'Defensive Stance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1628,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,354,0,58,0,0,7,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,23,0,50,'zzOLDTwo-Hand Strike IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1629,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,354,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,23,0,50,'zzOLDTwo-Hand Strike V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1630,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,0,0,0,107,23,0,50,'Two-Hand Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1631,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,0,0,0,107,23,0,50,'Two-Hand Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1632,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1628,0,0,0,0,0,107,23,0,50,'Two-Hand Strike IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1633,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1629,0,0,0,0,0,107,23,0,50,'Two-Hand Strike V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1634,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,0,0,0,0,0,107,23,0,50,'Two-Hand Strike III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1635,0,0,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,0,0,0,101,0,0,99,99,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,249,50,0,0,'zzOLDEnrage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1640,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1635,0,0,0,0,0,107,50,0,0,'Enrage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1645,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,50,'zzOLDSpell - Reuse 1645','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1646,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,676,0,0,0,0,0,107,560,0,50,'Disarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1647,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1645,0,0,0,0,0,107,26,0,50,'Slowing Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1648,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,50,'zzOLDSpell - Reuse 1648','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1650,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1648,0,0,0,0,0,107,26,0,50,'Slowing Strike III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1663,0,65,1,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-36,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,49,23,0,50,'Savage Assault III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1664,0,65,1,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,28,28,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,49,23,0,50,'Savage Assault IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1665,0,65,1,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,36,36,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,49,23,0,50,'Savage Assault V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1666,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,0,0,0,107,23,0,50,'Savage Assault','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1667,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,0,0,0,107,23,0,50,'Savage Assault II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1668,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,0,0,0,0,0,107,23,0,50,'Savage Assault III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1669,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,0,0,0,0,0,107,23,0,50,'Savage Assault IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1670,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,0,0,0,0,0,107,23,0,50,'Savage Assault V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1671,0,88,0,0,327696,134218240,0,8,0,196608,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,32,32,32,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,68,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,17,0,26,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,280,0,50,'Shield Bash','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,2048,0,2,2,1,1,1,0), + (1672,0,88,0,0,327696,134218240,0,8,0,196608,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,52,52,32,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,68,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,44,0,26,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,280,0,50,'Shield Bash','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,2048,0,2,2,1,1,1,0), + (1675,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,107,280,0,50,'Shield Bash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1676,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1671,0,0,0,0,0,107,280,0,50,'Shield Bash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1677,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1672,0,0,0,0,0,107,280,0,50,'Shield Bash','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1680,0,891,0,0,327696,0,0,0,0,262144,0,0,0,0,0,0,1,0,10000,0,0,0,0,0,0,0,36,36,0,1,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,133,1500,0,4,2147483648,4,2,2,1,1,1,0), + (1685,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1680,0,0,0,0,0,107,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1698,0,50,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,180000,13,0,0,0,101,0,0,0,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,7,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,83,0,0,'Shockwave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1702,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1698,0,0,0,0,0,107,83,0,0,'Shockwave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1706,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,131074,0,0,101,0,0,34,34,4,0,100,0,0,0,1,0,0,0,0,17056,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,105,106,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6768,79,0,0,'Levitate','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (1707,5,99,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,87376,100,1,0,32,99,3,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2797,0,0,0,0,0,183,77,0,0,'zzOLDMind Bomb','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1708,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,30000,4000,0,0,0,0,101,0,0,0,31,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,290,0,2,8,0,37,15,0,1,1,0,0,0,0,0,0,0,103,92,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,23,0,0,'Mighty Blow III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1709,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,30000,4000,0,0,0,0,101,0,0,0,39,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,290,0,2,8,0,48,19,0,1,1,0,0,0,0,0,0,0,134,115,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,23,0,0,'Mighty Blow IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1710,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,5784,33388,0,0,0,0,107,115,0,0,'Summon Felsteed','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1711,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1707,0,0,0,0,0,107,23,0,0,'Mighty Blow II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1712,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1708,0,0,0,0,0,107,23,0,0,'Mighty Blow III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1713,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1709,0,0,0,0,0,107,23,0,0,'Mighty Blow IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1714,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,26,26,9,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,65,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,339,692,0,50,'Curse of Tongues','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (1715,0,0,0,0,327696,134218240,0,1032,0,327680,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,8,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,-41,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,23,0,50,'Hamstring','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,2,0,2,2,1,1,1,0), + (1716,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1715,0,0,0,0,0,107,23,0,50,'Hamstring','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1719,0,132,0,0,327696,229376,0,0,0,262144,0,0,0,0,0,0,1,0,1800000,0,0,0,0,101,0,0,50,50,8,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,19,-1,0,0,0,1,1,1,0,0,0,0,0,0,52,87,77,0,0,0,0,0,0,0,0,0,0,0,0,0,127,5,0,0,0,0,0,0,236,138,0,0,'Recklessness','','','','','','','','','','','','','','','',0,133,1500,0,4,16,0,2,2,1,1,1,0), + (1722,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1719,0,0,0,0,0,107,138,0,0,'Recklessness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1725,0,22,0,4,1074003984,132384,0,131072,0,0,0,64,0,0,0,0,1,0,30000,0,3,0,0,101,0,0,22,22,0,3,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,69,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,261,1478,0,0,'Distract','','','','','','','','','','','','','','','',0,133,1500,0,8,4096,0,1,1,1,1,1,0), + (1728,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1725,0,0,0,0,0,107,1478,0,0,'Distract','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1731,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,26,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,64,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,50,23,0,50,'Defensive Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1732,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,35,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,64,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,50,23,0,50,'Defensive Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1733,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1731,0,0,0,0,0,107,23,0,50,'Defensive Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1734,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1732,0,0,0,0,0,107,23,0,50,'Defensive Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1735,0,0,0,0,262160,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,30,20,20,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3949,960,0,50,'Demoralizing Roar','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,8,0,1,1,1,1,1,0), + (1736,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,107,960,0,50,'Demoralizing Roar','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1737,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,107,960,0,50,'Demoralizing Roar','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1738,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,107,457,0,50,'Charge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1739,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Morale Boost (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1740,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1739,0,0,0,0,0,107,1,0,0,'Morale Boost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1741,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,107,1,0,50,'Rally Troops','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1742,0,82,0,0,65536,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,15,5,5,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1.5,0,0,-31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958,0,0,'Cower','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (1747,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1742,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1748,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,15,15,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1753,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1749,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1754,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1750,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1755,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1751,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1756,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1752,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,80,0,1,1,0,1,1,0,0,0,0,0,0,0,2,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (1753,0,82,0,0,65536,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,25,15,15,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1.5,0,0,-56,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958,0,0,'Cower','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (1754,0,82,0,0,65536,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,35,25,25,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-2,0,0,-86,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958,0,0,'Cower','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (1755,0,82,0,0,65536,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,45,35,35,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-126,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958,0,0,'Cower','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (1756,0,82,0,0,65536,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,55,45,45,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-176,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958,0,0,'Cower','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (1757,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,80,0,1,1,0,1,1,0,0,0,0,0,0,0,5,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (1758,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,80,0,1,1,0,1,1,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (1759,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,80,0,1,1,0,1,1,0,0,0,0,0,0,0,14,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (1760,0,40,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,80,0,1,1,0,1,1,0,0,0,0,0,0,0,21,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (1761,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1752,0,0,0,0,0,107,130,0,0,'Sinister Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1762,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1757,0,0,0,0,0,107,130,0,0,'Sinister Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1763,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1758,0,0,0,0,0,107,130,0,0,'Sinister Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1764,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1759,0,0,0,0,0,107,130,0,0,'Sinister Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1765,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1760,0,0,0,0,0,107,130,0,0,'Sinister Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1766,0,88,0,0,327696,134218240,0,8,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,12,12,28,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,16,0,2,2,1,1,1,0), + (1767,0,88,0,0,327696,134218240,0,8,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,26,26,28,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,16,0,2,2,1,1,1,0), + (1768,0,88,0,0,327696,134218240,0,8,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,42,42,28,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,16,0,2,2,1,1,1,0), + (1769,0,88,0,0,327696,134218240,0,8,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,58,58,28,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,1,0,1,1,0,0,0,0,0,0,0,79,-1,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,16,0,2,2,1,1,1,0), + (1770,0,73,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,36,32,99,0,3,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,2.8,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'zzOLDKick','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1771,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1766,0,0,0,0,0,107,246,0,0,'Kick','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1772,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1767,0,0,0,0,0,107,246,0,0,'Kick','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1773,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1768,0,0,0,0,0,107,246,0,0,'Kick','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1774,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1769,0,0,0,0,0,107,246,0,0,'Kick','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1775,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1770,0,0,0,0,0,107,246,0,0,'Kick','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1776,0,33,0,14,1376272,134479872,0,1032,0,0,0,0,0,0,0,0,1,0,10000,0,2,0,0,101,0,0,6,6,35,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,80,6,1,1,0,1,1,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,8,0,2,2,1,1,1,0), + (1777,0,33,0,14,1376272,134479872,0,1032,0,0,0,0,0,0,0,0,1,0,10000,0,2,0,0,101,0,0,18,18,35,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,80,6,1,1,0,1,1,0,0,0,0,0,0,0,19,0,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,8,0,2,2,1,1,1,0), + (1780,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1776,0,0,0,0,0,107,245,0,0,'Gouge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1781,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1777,0,0,0,0,0,107,245,0,0,'Gouge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1784,0,38,5,0,437583888,16,2097152,0,0,0,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,19,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,5,0,-1,4,-51,0,0,0,1,1,1,0,0,0,0,0,0,36,16,33,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,184,250,30,0,'Stealth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,4194304,0,0,0,1,1,1,0), + (1785,0,38,5,0,437583888,16,2097152,0,0,0,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,39,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,5,0,-1,99,-41,0,0,0,1,1,1,0,0,0,0,0,0,36,16,33,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,184,250,30,0,'Stealth','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,4194304,0,0,0,1,1,1,0), + (1786,0,38,5,0,437583888,16,2097152,0,0,0,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,59,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,5,0,-1,199,-36,0,0,0,1,1,1,0,0,0,0,0,0,36,16,33,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,184,250,30,0,'Stealth','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,4194304,0,0,0,1,1,1,0), + (1787,0,38,5,0,437583888,16,2097152,0,0,0,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,79,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,5,0,0,299,-31,0,0,0,1,1,1,0,0,0,0,0,0,36,16,33,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,184,250,30,0,'Stealth','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,4194304,0,0,0,1,1,1,0), + (1789,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1784,0,0,0,0,0,107,250,0,0,'Stealth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1790,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1785,0,0,0,0,0,107,250,0,0,'Stealth','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1791,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1786,0,0,0,0,0,107,250,0,0,'Stealth','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1792,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1787,0,0,0,0,0,107,250,0,0,'Stealth','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1794,0,74,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,10,4,4,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,8,0,3,7,0,1,1,0,0,0,0,0,10,0,16,36,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,1,0,0,'Disheartening Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1795,0,74,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,18,12,12,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,8,0,7,21,0,1,1,0,0,0,0,0,14,0,39,131,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,1,0,0,'Disheartening Blow II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1796,0,74,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,26,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,8,0,11,37,0,1,1,0,0,0,0,0,14,0,64,231,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,1,0,0,'Disheartening Blow III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1797,0,74,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,34,28,28,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,8,0,13,55,0,1,1,0,0,0,0,0,17,0,75,340,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,1,0,0,'Disheartening Blow IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1798,0,74,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,42,36,36,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,8,0,13,77,0,1,1,0,0,0,0,0,20,0,82,469,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,1,0,0,'Disheartening Blow V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1799,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1794,0,0,0,0,0,107,1,0,0,'Disheartening Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1800,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1794,0,0,0,0,0,107,1,0,0,'Disheartening Blow II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1801,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1794,0,0,0,0,0,107,1,0,0,'Disheartening Blow III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1802,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1794,0,0,0,0,0,107,1,0,0,'Disheartening Blow IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1803,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1794,0,0,0,0,0,107,1,0,0,'Disheartening Blow V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1804,0,0,0,0,65552,131072,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,0,1,1,0,0,0,0,0,0,12,0,0,5060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,106,0,0,'Pick Lock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1805,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,36,26,26,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,154,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,106,0,0,'zzOLDPick Lock II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1806,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,37,37,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,209,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,106,0,0,'zzOLDPick Lock III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1809,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,1804,0,0,0,0,0,107,106,0,0,'Lockpicking','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1810,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,6461,0,0,0,0,0,107,106,0,0,'Lockpicking','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1811,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2948,0,0,0,0,0,107,816,0,0,'Scorch','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1812,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDEvasive Slash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1813,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDEvasive Slash II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1814,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDEvasive Slash III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1815,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDEvasive Slash IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1817,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1812,0,0,0,0,0,107,26,0,0,'Evasive Slash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1818,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1813,0,0,0,0,0,107,26,0,0,'Evasive Slash II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1819,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1814,0,0,0,0,0,107,26,0,0,'Evasive Slash III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1820,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1815,0,0,0,0,0,107,26,0,0,'Evasive Slash IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1821,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1816,0,0,0,0,0,107,26,0,0,'Evasive Slash V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1822,0,0,0,0,262160,134218240,0,8,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,105,3,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,80,1,1,1,1,1,1,0,0,0,0,0,0,18,12,0,0,15,0,6,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,494,0,0,'Rake','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (1823,0,0,0,0,262160,134218240,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,105,3,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,80,1,1,1,1,1,1,0,0,0,0,0,0,27,18,0,0,15,0,6,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,494,0,0,'Rake','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (1824,0,0,0,0,262160,134218240,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,105,3,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,80,1,1,1,1,1,1,0,0,0,0,0,0,42,24,0,0,15,0,6,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,494,0,0,'Rake','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (1825,0,0,0,0,327696,131072,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,255,0,0,'Lend Pet (NYI)','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (1826,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,0,3,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,'Judgement of Wisdom Intermediate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1827,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1822,0,0,0,0,0,107,494,0,0,'Rake','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1828,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1823,0,0,0,0,0,107,494,0,0,'Rake','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1829,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1824,0,0,0,0,0,107,494,0,0,'Rake','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1830,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12505,0,0,0,0,0,107,184,0,0,'Pyroblast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1831,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11113,0,0,0,0,0,107,292,0,0,'Blast Wave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1833,0,0,0,12,2555920,134479872,1048576,0,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,35,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,244,0,0,'Cheap Shot','','','','','','','','','','','','','','','',0,133,1000,0,8,1024,0,2,2,1,1,1,0), + (1834,0,0,0,0,327952,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,25,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,561,0,0,'Gathering Speed','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (1837,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3741,0,0,0,0,0,107,47,0,0,'Holy Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1838,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1833,0,0,0,0,0,107,244,0,0,'Cheap Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1839,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1834,0,0,0,0,0,107,244,0,0,'zzOLDCheap Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1842,0,0,0,0,65552,131104,0,0,0,0,0,16384,0,0,0,0,5,0,0,15,0,0,0,101,0,0,30,30,0,0,0,0,0,0,12,0,0,5060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,199,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,252,228,0,0,'Disarm Trap','','','','','','','','','','','','','','','',0,0,0,0,8,2147483648,0,0,0,1,1,1,0), + (1843,0,0,0,0,16,0,0,0,0,0,0,16384,0,0,0,0,5,0,0,15,0,0,0,101,0,36,21,21,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,34,1,0,0,'zzOLDDisarm Trap II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1844,0,0,0,0,16,0,0,0,0,0,0,16384,0,0,0,0,5,0,0,15,0,0,0,101,0,0,36,36,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,34,1,0,0,'zzOLDDisarm Trap III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1845,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1842,0,0,0,0,0,107,228,0,0,'Disarm Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1846,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2836,0,0,0,0,0,107,171,0,0,'Detect Traps','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1847,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,0,0,0,107,26,0,0,'One-Handed Swords','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1848,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1,0,0,'Divining Chant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1849,3,55,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,15,0,0,0,101,0,0,0,12,2,0,11,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,123,0,0,'Beast Claws II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1850,0,44,0,0,262160,32,0,0,0,1,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,26,26,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2276,959,0,0,'Dash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1851,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10059,0,0,0,0,0,107,1482,0,0,'Portal: Stormwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1852,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,'Silenced','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1853,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2649,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1856,0,39,0,0,135594000,32,2,0,0,0,0,0,0,0,0,0,1,0,300000,0,15367,0,0,101,0,41,22,22,0,3,0,0,0,0,1,0,0,0,0,5140,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,64,64,79,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11327,18461,0,0,0,0,255,252,30,0,'Vanish','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,2048,0,0,0,1,1,1,0), + (1857,0,39,0,0,135594000,32,2,0,0,0,0,0,0,0,0,0,1,0,300000,0,15367,0,0,101,0,61,42,42,0,3,0,0,0,0,1,0,0,0,0,5140,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,64,64,79,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11329,18461,0,0,0,0,255,252,30,0,'Vanish','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,2048,0,0,0,1,1,1,0), + (1858,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1856,0,0,0,0,0,107,252,0,0,'Vanish','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1859,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1857,0,0,0,0,0,107,252,0,0,'Vanish','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1860,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1658,0,0,'Safe Fall','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1862,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,107,1658,0,0,'Safe Fall','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1864,0,95,0,0,34865168,262144,0,0,0,0,0,0,0,0,0,0,1,0,600000,1,15372,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,61,0,0,'Torpor','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1865,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,48,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1864,0,0,0,0,0,107,61,0,0,'Torpor','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1866,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,16,99,0,0,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,7,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1868,0,41,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,30,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,85,0,0,'zzOLDHoly Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1869,0,41,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,180000,0,0,0,0,101,0,0,1,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,85,0,0,'zzOLDHoly Flurry III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1870,0,41,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,85,0,0,'zzOLDHoly Flurry IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1872,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,635,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1873,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1874,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,647,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1875,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,107,291,122,0,'Devotion Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1876,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,643,0,0,0,0,0,107,291,122,0,'Devotion Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1877,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,0,0,0,0,0,107,291,122,0,'Devotion Aura','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1878,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,107,79,0,0,'Lay on Hands','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1879,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,636,0,0,0,0,0,107,298,0,0,'zzOLDDominance Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1880,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,0,0,107,298,0,0,'zzOLDDominance Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15521,0,0,0,0,0,0,0,0,7379,1,0,0,'Summon Hive\'Zara Hatchling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (1882,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,637,0,0,0,0,0,107,80,0,0,'zzOLDSeal of Light II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1883,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,646,0,0,0,0,0,107,80,0,0,'zzOLDSeal of Light III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1884,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1028,0,0,0,0,0,107,80,0,0,'zzOLDSeal of Light IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1885,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,634,0,0,0,0,0,107,80,0,0,'Seal of Fortitude (NSE)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1886,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,638,0,0,0,0,0,107,80,0,0,'Seal of Fortitude II (NSE)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1887,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,644,0,0,0,0,0,107,80,0,0,'Seal of Fortitude III (NSE)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1888,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,0,0,0,107,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1889,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,678,0,0,0,0,0,107,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1890,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1866,0,0,0,0,0,107,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1891,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,0,0,0,0,0,107,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1893,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,640,0,0,0,0,0,107,80,0,0,'Seal of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1894,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,107,80,0,0,'Seal of Shadow II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1895,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,641,0,0,0,0,0,107,80,0,0,'Seal of Fire * (NSE)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1896,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1030,0,0,0,0,0,107,80,0,0,'Seal of Fire II * (NSE)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1897,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,0,0,0,0,0,107,81,0,0,'Divine Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1898,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,107,81,0,0,'Divine Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1900,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1868,0,0,0,0,0,107,85,0,0,'Holy Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1901,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,677,0,0,0,0,0,107,85,0,0,'Holy Flurry II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1902,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1870,0,0,0,0,0,107,85,0,0,'Holy Flurry IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1904,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1869,0,0,0,0,0,107,85,0,0,'Holy Flurry III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1905,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,'Share Powers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (1906,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,34,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,6,6,6,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7399,494,0,0,'Debilitating Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1907,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,0,107,206,122,0,'Righteous Aura III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1908,1,0,0,0,0,1024,0,8388608,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,20,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,'Uber Heal Over Time','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (1909,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,0,0,0,0,0,107,80,0,0,'Blessing of Freedom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1911,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,0,0,0,0,0,107,303,0,0,'Blessing of Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1912,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,0,107,305,0,0,'Blessing of Salvation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1913,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1026,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1914,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1042,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1915,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1048,0,0,0,0,0,107,80,0,0,'zzOLDSeal of Light V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1916,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,107,81,0,50,'Sacrifice (NSE)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1918,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,16,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Staff Strike III (Disabled)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (1919,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,200,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,177,0,0,'zzOLDImmunity: Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1920,2,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,21,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Firestaff III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1921,2,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,29,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Firestaff IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1922,2,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,37,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,25,0,0,'Firestaff V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1923,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,0,0,107,25,0,0,'Firestaff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1924,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,753,0,0,0,0,0,107,25,0,0,'Firestaff II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1925,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,0,0,0,0,107,25,0,0,'Firestaff III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1926,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1921,0,0,0,0,0,107,25,0,0,'Firestaff IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1927,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1922,0,0,0,0,0,107,25,0,0,'Firestaff V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1928,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,0,0,0,0,0,107,25,0,0,'Staff Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1929,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,0,0,0,0,0,107,25,0,0,'Staff Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1930,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1918,0,0,0,0,0,107,25,0,0,'Staff Strike III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1931,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752,0,0,0,0,0,107,25,0,0,'Staff Strike IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1932,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1919,0,0,0,0,0,107,25,0,0,'Staff Strike V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1933,0,65,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,105,0,0,'Twirling Novastrike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1934,0,0,0,0,262424,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,0,0,0,0,0,107,105,0,0,'Twirling Novastrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1935,0,0,0,0,262424,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1933,0,0,0,0,0,107,105,0,0,'Twirling Novastrike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1936,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,50,'Teleport Anvilmar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1937,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1152,0,0,0,0,0,107,300,0,0,'Purify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1938,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,0,0,107,123,0,0,'Strength of the Bear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1940,2,24,0,0,0,136,0,0,0,0,0,64,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,8,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,16,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6399,1,0,0,'Rocket Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (1941,5,99,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,31788,0,101,0,0,40,99,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,5,0,0,0,0,0,0,0,0,63,0,0,1000,0,0,1.77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,150,0,0,'zzOLDMana Funnel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (1942,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,107,90,0,0,'Fire Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1943,0,0,0,15,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,553,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,1,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,250,500,0,0,'Rupture','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (1944,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1943,0,0,0,0,0,107,90,0,0,'Shadow Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1945,3,37,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,14,0,0,0,101,0,0,24,99,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,39,25,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,325,149,0,0,'zzOLDEthereal Form','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (1946,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,0,0,0,0,0,107,90,0,0,'Greater Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1947,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,2,0,17,29,0,1,1,0,0,0,0,0,0,0,100,175,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,154,0,0,'zzOLDDark Ritual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1948,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1947,0,0,0,0,0,107,90,0,0,'Greater Fire Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1949,2,0,0,0,65536,98368,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,40,30,30,8,0,645,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0.4,0,-1,82,99,0,0,0,1,1,1,0,0,0,0,0,0,23,3,77,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,16,5857,0,0,0,0,0,5423,937,0,0,'Hellfire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,64,0,1,1,1,1,1,0), + (1950,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,107,90,0,0,'Greater Shadow Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1952,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1951,0,0,0,0,0,107,90,0,0,'Nether Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1953,6,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,15000,8,0,0,0,101,0,0,20,20,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,55,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,12,7,0,0,0,0,0,0,263,1499,0,0,'Blink','','','','','','','','','','','','','','','',35,133,1500,0,3,65536,0,1,1,1,1,1,0), + (1954,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1953,0,0,0,0,0,107,90,0,0,'Greater Nether Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1955,0,0,0,0,4194322,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDFire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1956,0,0,0,0,4194322,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,9,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDFire II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1957,0,0,0,0,4194322,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,17,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDFire III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1958,0,0,0,0,4194322,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,26,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDFire IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1959,0,0,0,0,4194322,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,33,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDFire V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1960,0,0,0,0,4456466,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,10,99,0,2,10,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,'zzOLDSniper Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1963,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,5,29,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,6,2,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDScatter Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1964,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,13,29,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,6,0,3,1,0,1,1,0,0,0,0,0,0,0,14,6,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132,0,0,'zzOLDScatter Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1965,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,21,29,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,6,0,3,1,0,1,1,0,0,0,0,0,0,0,19,8,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132,0,0,'zzOLDScatter Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1966,0,82,0,0,327696,134217728,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,26,16,16,0,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,1,0,1,1,0,0,0,0,-1,0,0,-151,-1,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,539,0,0,'Feint','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,134217728,0,2,2,1,1,1,0), + (1967,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,29,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,6,0,5,1,0,1,1,0,0,0,0,0,0,0,28,13,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132,0,0,'zzOLDScatter Shot V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1968,0,32,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,30,7,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDDizzy Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1969,0,32,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,29,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDDizzy Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1970,0,32,0,0,18,0,0,0,0,0,0,0,0,0,0,0,14,0,60000,15,0,0,0,101,0,0,0,99,8,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDDizzy Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1971,0,19,0,0,18,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,25,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDHip Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1972,0,19,0,0,18,0,0,0,0,0,0,0,0,0,0,0,1,0,240000,0,0,0,0,101,0,0,0,34,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDHip Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1973,0,19,0,0,18,0,0,0,0,0,0,0,0,0,0,0,1,0,180000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDHip Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1975,0,63,0,0,18,0,0,0,0,0,0,0,0,0,0,0,15,0,300000,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDHead Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1976,0,63,0,0,18,0,0,0,0,0,0,0,0,0,0,0,15,0,300000,15,0,0,0,101,0,0,0,31,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,110,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDHead Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1977,0,63,0,0,18,0,0,0,0,0,0,0,0,0,0,0,6,0,600000,15,0,0,0,101,0,37,31,99,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,19,0,0,1,0,0,0,0,0,4.3,0,0,121,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDHead Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1978,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,4,4,8,0,15,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (1979,0,88,0,0,4456466,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,15,0,0,0,101,0,0,30,99,31,2,2,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,'zzOLDSilencing Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1980,0,35,0,0,18,0,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,30,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,16,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132,0,0,'Bombard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (1981,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1956,0,0,0,0,0,107,132,0,0,'Fire II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1982,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1957,0,0,0,0,0,107,132,0,0,'Fire III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1983,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1958,0,0,0,0,0,107,132,0,0,'Fire IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1984,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1959,0,0,0,0,0,107,132,0,0,'Fire V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1985,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1960,0,0,0,0,0,107,538,0,0,'Sniper Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1988,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1963,0,0,0,0,0,107,132,0,0,'Scatter Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1989,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1964,0,0,0,0,0,107,132,0,0,'Scatter Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1990,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1965,0,0,0,0,0,107,132,0,0,'Scatter Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1991,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1966,0,0,0,0,0,107,132,0,0,'Scatter Shot IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1992,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1967,0,0,0,0,0,107,132,0,0,'Scatter Shot V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1993,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1968,0,0,0,0,0,107,132,0,0,'Dizzy Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1994,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1969,0,0,0,0,0,107,132,0,0,'Dizzy Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1995,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1970,0,0,0,0,0,107,132,0,0,'Dizzy Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1996,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1971,0,0,0,0,0,107,132,0,0,'Hip Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1997,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1972,0,0,0,0,0,107,132,0,0,'Hip Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (1998,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1973,0,0,0,0,0,107,132,0,0,'Hip Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2000,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1975,0,0,0,0,0,107,132,0,0,'Head Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2001,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1976,0,0,0,0,0,107,132,0,0,'Head Shot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2002,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1977,0,0,0,0,0,107,132,0,0,'Head Shot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2003,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1978,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2004,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1979,0,0,0,0,0,107,232,0,0,'Silencing Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2005,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,107,132,0,0,'Bombard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2006,1,0,0,0,268500992,131072,0,0,0,0,134217728,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,41,121,0,50,'Resurrection','','','','','','','','Rank 1','','','','','','','',75,133,1500,0,6,1073741824,0,1,1,1,1,1,0), + (2008,3,0,0,0,268500992,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,12,12,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,344,149,0,50,'Ancestral Spirit','','','','','','','','Rank 1','','','','','','','',90,133,1500,0,11,0,0,1,1,1,1,1,0), + (2010,1,0,0,0,268500992,131072,0,0,0,0,134217728,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,22,22,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,41,121,0,50,'Resurrection','','','','','','','','Rank 2','','','','','','','',75,133,1500,0,6,1073741824,0,1,1,1,1,1,0), + (2011,3,0,0,0,65536,0,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,40,99,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,24,0,50,'zzOLDRebirth','','','','','','','','Rank 2','','','','','','','',140,133,1500,0,0,0,0,1,1,1,1,1,0), + (2013,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2006,0,0,0,0,0,107,121,0,0,'Resurrection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2014,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2008,0,0,0,0,0,107,149,0,0,'Ancestral Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2016,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2010,0,0,0,0,0,107,121,0,0,'Resurrection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2017,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,107,24,0,0,'zzOLDRebirth','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2018,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,335,0,0,'Blacksmithing','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2020,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,2018,0,0,0,0,0,107,335,0,0,'Apprentice Blacksmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2021,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,3100,0,0,0,0,0,107,335,0,0,'Journeyman Blacksmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2022,0,0,0,0,134545728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,'zzOLDMark of Leadership','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (2023,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,131,0,0,1,0,0,0,0,0,0,0,0,454,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (2024,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,131,0,0,1,0,0,0,0,0,0,0,0,454,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (2048,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,13,0,0,0,101,0,45,40,99,0,0,62,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,223,0,0,1,0,0,0,0,0,58.3,0,0,1377,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,51,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2049,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10960,0,0,0,0,0,107,540,0,0,'Prayer of Healing','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2050,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,3,1,1,0,0,30,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,11,0,0,1,0,0,0,0,0,0.9,0,0,45,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,682,0,50,'Lesser Heal','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,262144,0,1,1,1,1,1,0), + (2051,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2050,0,0,0,0,0,107,682,0,0,'Lesser Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2052,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,5,0,0,15,0,0,0,101,0,9,4,4,0,0,45,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,15,0,0,1,0,0,0,0,0,1.1,0,0,70,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,682,0,50,'Lesser Heal','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,262144,0,1,1,1,1,1,0), + (2053,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,20,0,0,15,0,0,0,101,0,15,10,10,0,0,75,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,23,0,0,1,0,0,0,0,0,1.6,0,0,134,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,682,0,50,'Lesser Heal','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,262144,0,1,1,1,1,1,0), + (2054,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,21,16,16,0,0,155,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,47,0,0,1,0,0,0,0,0,2.4,0,0,294,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,1024,0,1,1,1,1,1,0), + (2055,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,27,22,22,0,0,205,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,63,0,0,1,0,0,0,0,0,3.2,0,0,428,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,1024,0,1,1,1,1,1,0), + (2056,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2052,0,0,0,0,0,107,682,0,0,'Lesser Heal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2057,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2053,0,0,0,0,0,107,683,0,0,'Lesser Heal','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2058,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,107,104,0,0,'Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2059,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2055,0,0,0,0,0,107,104,0,0,'Heal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2060,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,45,40,40,0,0,370,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,115,0,0,1,0,0,0,0,0,5.1,0,0,898,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,241,0,50,'Greater Heal','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,4096,0,1,1,1,1,1,0), + (2061,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,25,20,20,0,0,125,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,45,0,0,1,0,0,0,0,0,1.9,0,0,192,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2048,0,1,1,1,1,1,0), + (2062,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,27,23,99,0,0,88,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,33,0,0,1,0,0,0,0,0,13.4,0,0,205,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,241,0,50,'zzOLDDONOTREUSE','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2063,1,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,0,101,0,37,31,31,0,0,68,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,195,0,0,1,0,0,0,0,0,53.3,0,0,1205,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'zzOLDLesser Heal IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2064,1,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,0,101,0,45,39,39,0,0,85,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,277,0,0,1,0,0,0,0,0,65.4,0,0,1706,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'zzOLDLesser Heal V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2065,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2060,0,0,0,0,0,107,241,0,0,'Greater Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2066,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2061,0,0,0,0,0,107,242,0,0,'Flash Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2067,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10964,0,0,0,0,0,107,241,0,0,'Greater Heal','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2068,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10965,0,0,0,0,0,107,241,0,0,'Greater Heal','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2069,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10963,0,0,0,0,0,107,241,0,0,'Greater Heal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2070,0,0,0,14,1077346320,134480128,0,0,0,536870912,0,0,64,0,0,0,1,0,0,0,2,0,0,101,0,0,28,28,125,3,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,249,0,0,'Sap','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,128,0,2,2,1,1,1,0), + (2075,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599,0,0,0,0,0,107,680,0,0,'Searing Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2076,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2484,0,0,0,0,0,107,686,0,0,'Earthbind Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2090,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,27,22,22,29,0,105,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (2091,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,33,28,28,29,0,135,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (2092,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2090,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2093,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2091,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (2094,3,0,4,2,1074855952,0,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,2,0,0,101,0,0,34,34,1,3,30,0,0,0,7,0,0,0,0,5530,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,0,0,6,6,0,0,0,0,0,0,0,33,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3440,48,0,0,'Blind','','','','','','','','','','','','','','','',0,133,1000,0,8,16777216,0,3,2,1,1,1,0), + (2095,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139964,100,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6591,0,0,0,0,0,0,50,0,0,'Stance Rage (+3 Off/Def)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2096,5,0,0,0,67174400,67773444,524296,134348800,0,134217728,0,0,0,0,0,0,1,0,0,9,0,31772,0,101,0,0,22,22,3,0,65,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,1,25,0,0,0,12,0,0,1,4,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4839,502,122,0,'Mind Vision','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,67108864,0,1,1,1,1,1,0), + (2097,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2096,0,0,0,0,0,107,502,0,0,'Mind Vision','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2098,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (2108,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,326,0,0,'Leatherworking','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2110,2,0,0,0,262340,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,12,0,50,'FIRESTAFF (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2111,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,17,11,0,0,0,13,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0.7,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,12,0,50,'zzOLDFire Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2112,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,25,19,0,0,0,19,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.7,0,0,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,12,0,50,'zzOLDFire Strike III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2113,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,33,27,0,0,0,23,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.7,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,123,12,0,50,'zzOLDFire Strike IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2115,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,0,0,0,0,0,107,64,0,0,'Meditation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2116,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4579,0,0,0,0,0,107,47,0,0,'Magic Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2117,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4755,0,0,0,0,0,107,26,0,0,'Parry Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2118,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,0,0,0,0,0,107,30,0,0,'Dodge Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2119,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4548,0,0,0,0,0,107,197,0,0,'Nature Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2120,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,21,16,16,31,0,195,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,17,1,0,1,1,0,0,0,0,0.6,0,0,51,11,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1073741828,0,1,1,1,1,1,0), + (2121,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,29,24,24,31,0,330,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,27,1,0,1,1,0,0,0,0,0.8,0,0,95,21,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,1073741828,0,1,1,1,1,1,0), + (2123,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,-3,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,56,32,0,0,0,0,0,0,0,0,79,0,50,'Holy Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2124,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2120,0,0,0,0,0,107,37,0,0,'Flamestrike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2125,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2121,0,0,0,0,0,107,37,0,0,'Flamestrike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2128,4,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,900000,15,0,0,0,101,0,36,30,99,8,0,98,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,7,0,0,1,0,0,0,0,0,0.8,0,0,43,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,12,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,35,0,50,'zzOLDFreeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2129,4,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,900000,15,0,0,0,101,0,45,39,99,8,0,142,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,11,0,0,1,0,0,0,0,0,2.6,0,0,67,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,12,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,35,0,50,'zzOLDFreeze II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2130,4,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,900000,13,0,0,0,101,0,36,30,30,0,0,150,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,63,0,0,1,0,0,0,0,0,9.6,0,0,383,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,17,0,50,'zzOLDFreeze III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2131,4,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,900000,13,0,0,0,101,0,44,38,38,0,0,183,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,79,0,0,1,0,0,0,0,0,18.8,0,0,489,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,17,0,50,'zzOLDFreeze IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2132,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2128,0,0,0,0,0,107,35,0,0,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2133,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2129,0,0,0,0,0,107,35,0,0,'Freeze II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2134,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2130,0,0,0,0,0,107,17,0,0,'Freeze III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2135,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2131,0,0,0,0,0,107,17,0,0,'Freeze IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2136,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,11,6,6,0,0,40,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.6,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,2,0,1,1,1,1,1,0), + (2137,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,19,14,14,0,0,75,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,1,0,0,56,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,2,0,1,1,1,1,1,0), + (2138,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,27,22,22,0,0,115,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,1.4,0,0,102,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,2,0,1,1,1,1,1,0), + (2139,6,88,0,26,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,24,24,1,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,17,0,50,'Counterspell','','','','','','','','','','','','','','','',0,0,0,0,3,278528,0,1,1,1,1,1,0), + (2140,3,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,8,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-71,0,0,0,0,0,22,0,0,15,0,0,9,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,65,0,50,'Stasis Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2141,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2136,0,0,0,0,0,107,12,0,0,'Fire Blast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2142,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2137,0,0,0,0,0,107,12,0,0,'Fire Blast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2143,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2138,0,0,0,0,0,107,12,0,0,'Fire Blast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2146,0,0,0,0,738197760,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,69,134,0,0,'zzOLDResurrection Sickness','','','','','','','','','','','','','','','',0,0,0,0,6,134217728,0,0,0,1,1,1,0), + (2147,3,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4751,0,0,0,0,0,25,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,'Mending','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (2148,0,0,0,0,8390912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26546,0,0,0,0,0,0,113,0,0,'Periodic Shadow Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (2149,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2302,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Handstitched Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2152,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2304,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Light Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2153,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,4,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2303,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Handstitched Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2154,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,3104,0,0,0,0,0,107,326,0,0,'Journeyman Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2155,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,2108,0,0,0,0,0,107,326,0,0,'Apprentice Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2156,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,8,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2305,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Light Winter Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2157,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,6,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2306,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Light Winter Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2158,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,7,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2307,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Fine Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2159,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2321,0,0,0,0,0,0,10,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2308,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Fine Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2160,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,8,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2300,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Embossed Leather Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2161,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,8,5,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2309,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Embossed Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2162,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,5,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2310,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Embossed Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2163,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,2324,0,0,0,0,0,8,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2311,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'White Leather Jerkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2164,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4231,2318,2320,0,0,0,0,0,1,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2312,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Fine Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2165,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,2320,0,0,0,0,0,0,4,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2313,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Medium Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2166,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,4231,2321,0,0,0,0,0,10,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2314,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Toughened Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2167,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,2321,4340,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2315,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dark Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2168,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,2321,4340,0,0,0,0,0,8,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2316,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dark Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2169,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,2321,4340,0,0,0,0,0,6,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2317,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dark Leather Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2171,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2156,0,0,0,0,0,222,1,0,0,'Pattern: Light Winter Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2172,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2157,0,0,0,0,0,222,1,0,0,'Pattern: Light Winter Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2173,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2158,0,0,0,0,0,222,1,0,0,'Pattern: Fine Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2174,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2163,0,0,0,0,0,222,1,0,0,'Pattern: White Leather Jerkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2175,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,0,0,222,1,0,0,'Pattern: Fine Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2176,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2169,0,0,0,0,0,222,1,0,0,'Pattern: Dark Leather Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2177,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2161,0,0,0,0,0,107,41,0,0,'Embossed Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2178,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2162,0,0,0,0,0,107,41,0,0,'Embossed Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2179,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2168,0,0,0,0,0,107,41,0,0,'Dark Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2180,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,0,0,0,0,0,107,41,0,0,'Toughened Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2181,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2167,0,0,0,0,0,107,41,0,0,'Dark Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2186,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2187,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2188,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2189,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2190,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2191,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2192,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2193,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2194,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2195,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2196,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2197,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2198,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2199,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2200,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2201,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2202,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2203,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2204,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2205,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2206,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2207,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2208,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2209,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2210,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2211,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2212,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2213,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2214,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2215,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2216,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2217,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2218,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2219,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2220,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2221,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2222,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2223,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2224,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2225,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2226,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2227,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2228,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2229,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2230,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2231,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2232,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2233,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2234,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2235,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2236,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2237,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2238,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2239,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2240,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2241,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2242,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2243,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2244,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2245,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2246,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2247,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2248,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2249,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2250,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2251,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2252,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2253,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2254,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2255,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2256,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2257,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2258,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2259,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,339,0,0,'Alchemy','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2260,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2261,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2262,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2263,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2264,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2265,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2266,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2267,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2268,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2269,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2270,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2271,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2272,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2273,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2274,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2275,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,2259,0,0,0,0,0,107,339,0,0,'Apprentice Alchemist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2276,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2277,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2278,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2279,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2280,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,3101,0,0,0,0,0,107,339,0,0,'Journeyman Alchemist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2281,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2282,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2283,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2284,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2285,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2286,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2287,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2288,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2289,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2290,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2291,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2292,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2293,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2294,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2295,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2296,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2297,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2298,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2299,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2300,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2301,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2302,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2303,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2304,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2305,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2306,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2307,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2308,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2309,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2310,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2311,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2312,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2313,3,0,0,0,536871296,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99999,49,39,0,0,0,25,25,25,0,0,0,0,0,0,65,22,129,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,1,0,0,'True Fulfillment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2314,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2315,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2316,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2317,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2318,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2319,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2320,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2321,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2322,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2323,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2324,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2325,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2326,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2327,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2328,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2329,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2449,765,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2454,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Lion\'s Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2330,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2447,765,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Minor Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2331,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,785,765,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2455,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Minor Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2332,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,785,2447,3371,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2456,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Minor Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2333,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3355,2452,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3390,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2334,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2449,2447,3371,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2458,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Minor Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2335,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2452,2450,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2459,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Swiftness Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2336,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2449,785,3371,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Tongues','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2337,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,118,2450,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Lesser Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2338,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2153,0,0,0,0,0,107,41,0,0,'Handstitched Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2339,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2331,0,0,0,0,0,107,41,0,0,'Minor Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2340,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2332,0,0,0,0,0,107,41,0,0,'Minor Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2341,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2337,0,0,0,0,0,107,41,0,0,'Lesser Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2342,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3230,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2343,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,29,20,20,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,124,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'zzOLDLockpicking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2344,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,39,30,30,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,174,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'zzOLDLockpicking II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2345,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,49,40,40,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,224,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'zzOLDLockpicking III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2346,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,59,50,50,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,274,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'zzOLDLockpicking IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2351,1,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,1,0,0,7,2,0,11,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,51,0,0,'Sanctuary','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,-1,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,88,1,0,0,'zzOLDLockpicking Item','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2353,1,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,2,0,0,17,2,0,19,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,51,0,0,'Sanctuary II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2354,1,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,0,0,0,40,101,3,0,0,30,2,0,23,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,51,0,0,'Sanctuary III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2355,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2351,0,0,0,0,0,107,30,0,0,'Sanctuary','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2356,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2353,0,0,0,0,0,107,30,0,0,'Sanctuary II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2357,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2354,0,0,0,0,0,107,30,0,0,'Sanctuary III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2358,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,0,0,107,30,0,0,'Shadowskin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2359,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,410,0,0,0,0,0,107,30,0,0,'Shadowskin II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2360,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,0,0,0,0,0,107,30,0,0,'Shadowskin III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2361,3,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Tracking (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2362,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,36,36,0,0,500,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5522,0,0,0,0,0,0,0,0,0,0,0,138,344,0,0,'Create Spellstone','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (2363,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2334,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Minor Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2364,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2335,0,0,0,0,0,222,1,0,0,'Recipe: Swiftness Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2365,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2336,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Tongues','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2366,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,118,0,1,1,0,1,1,0,0,0,0,5,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,182,0,0,0,0,0,0,0,91,39,0,0,'Herb Gathering','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2367,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,7,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1303,0,0,'Lesser Strength','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (2368,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,118,0,1,1,0,1,1,0,0,0,0,5,0,0,-1,1,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,182,0,0,0,0,0,0,0,91,39,0,0,'Herb Gathering','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2369,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,91,39,0,0,'Herb Gathering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2370,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,10,0,61,61,0,1,1,0,0,0,0,0,0,0,89,89,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (2371,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,91,39,0,0,'Herb Gathering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2372,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,2366,0,0,0,0,0,107,345,0,0,'Apprentice Herbalist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2373,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,2368,0,0,0,0,0,107,345,0,0,'Journeyman Herbalist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2374,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,7,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (2375,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,7,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,51,63,0,0,'zzOLDStamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2376,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,7,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,633,1336,0,0,'Lesser Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (2377,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,7,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,51,63,0,0,'zzOLDSpiri','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2378,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1304,0,0,'Health','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (2379,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,246,0,0,'Speed','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (2380,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,147,1310,0,0,'Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (2381,0,0,1,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,147,63,0,0,'Resistance (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2382,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16384,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Generic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2383,0,0,0,0,150995216,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,3,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1216,0,0,'Find Herbs','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (2385,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2568,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Brown Linen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2386,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,2318,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2569,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Linen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2387,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2570,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Linen Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2389,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,2604,0,0,0,0,0,3,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2572,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Linen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2392,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,2604,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2575,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2393,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,2324,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2576,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'White Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2394,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,6260,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2577,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Blue Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2395,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2318,2321,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2578,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Barbaric Linen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2396,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2321,2605,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2579,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Green Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2397,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,2,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2580,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Reinforced Linen Cape','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2399,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,2605,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2582,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Green Woolen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2400,0,0,0,0,8388608,0,67108868,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,1,0,0,'Transfer Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (2401,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,2318,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2583,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Woolen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2402,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2584,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Woolen Cape','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2403,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,4340,0,0,0,0,0,4,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2585,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Gray Woolen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2406,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,4340,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2587,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Gray Woolen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2408,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2389,0,0,0,0,0,222,1,0,0,'Pattern: Red Linen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2411,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2403,0,0,0,0,0,222,1,0,0,'Pattern: Gray Woolen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2414,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2392,0,0,0,0,0,107,41,0,0,'Red Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2415,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2393,0,0,0,0,0,107,41,0,0,'White Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2416,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2394,0,0,0,0,0,107,41,0,0,'Blue Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2417,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2395,0,0,0,0,0,107,41,0,0,'Barbaric Linen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2418,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2396,0,0,0,0,0,107,41,0,0,'Green Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2419,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2397,0,0,0,0,0,107,41,0,0,'Reinforced Linen Cape','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2421,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2399,0,0,0,0,0,107,41,0,0,'Green Woolen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2422,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2401,0,0,0,0,0,107,41,0,0,'Woolen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2423,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2402,0,0,0,0,0,107,41,0,0,'Woolen Cape','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2424,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2406,0,0,0,0,0,107,41,0,0,'Gray Woolen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2425,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,1,0,0,0,0,0,0,101,0,0,39,39,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-5,0,0,-101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,'Spotted','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2426,0,0,0,0,1048656,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,48,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Base Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2427,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,26,0,50,'zzOLDNumbing Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2428,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,26,0,50,'zzOLDNumbing Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2429,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,26,0,50,'zzOLDNumbing Strike III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2430,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,26,0,50,'zzOLDNumbing Strike IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2431,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,2,0,1,3,0,1,1,0,0,0,0,0,0,0,-6,24,0,0,0,0,6,6,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,26,0,50,'zzOLDNumbing Strike V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2432,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2427,0,0,0,0,0,107,26,0,50,'Numbing Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2433,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2428,0,0,0,0,0,107,26,0,50,'Numbing Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2434,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2429,0,0,0,0,0,107,26,0,50,'Numbing Strike III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2435,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2430,0,0,0,0,0,107,26,0,50,'Numbing Strike IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2436,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2431,0,0,0,0,0,107,26,0,50,'Numbing Strike V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2442,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2437,0,0,0,0,0,107,42,0,50,'Smashing Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2443,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2438,0,0,0,0,0,107,42,0,50,'Smashing Blow II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2444,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2439,0,0,0,0,0,107,42,0,50,'Smashing Blow III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2445,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2440,0,0,0,0,0,107,42,0,50,'Smashing Blow IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2446,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2441,0,0,0,0,0,107,42,0,50,'Smashing Blow V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2452,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2447,0,0,0,0,0,107,23,0,50,'Reckless Assault','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2453,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2448,0,0,0,0,0,107,23,0,50,'Reckless Assault II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2454,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2449,0,0,0,0,0,107,23,0,50,'Reckless Assault III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2455,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2450,0,0,0,0,0,107,23,0,50,'Reckless Assault IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2456,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2451,0,0,0,0,0,107,23,0,50,'Reckless Assault V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2457,0,47,0,0,151322640,2415919104,1,1048576,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,1,1,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,4052,279,0,50,'Battle Stance','','','','','','','','','','','','','','','',0,0,0,0,4,8388608,0,2,2,1,1,1,0), + (2458,0,47,0,0,151322640,268435456,1,1048576,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,30,30,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,4053,84,0,50,'Berserker Stance','','','','','','','','','','','','','','','',0,0,0,0,4,8388608,0,2,2,1,1,1,0), + (2459,0,47,0,0,33816592,0,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,99,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,279,122,50,'zzOLDOffensive Stance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2460,0,47,0,0,33816592,0,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,99,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,13,33,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,279,122,50,'zzOLDOffensive Stance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2463,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,150000,0,0,0,0,101,0,0,0,37,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,138,0,50,'zzOLDPower Stance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2467,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2457,0,0,0,0,0,107,279,0,50,'Battle Stance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2468,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2458,0,0,0,0,0,107,84,0,50,'Berserker Stance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2469,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2459,0,0,0,0,0,107,279,0,50,'Offensive Stance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2470,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,0,107,279,0,50,'Offensive Stance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2473,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2463,0,0,0,0,0,107,138,0,50,'Power Stance II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2479,0,0,0,0,150995232,32,16384,16384,0,0,0,0,0,0,0,0,1,0,0,0,4096,0,664232,100,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,'Honorless Target','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (2480,0,76,0,0,4194322,0,0,32768,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,74,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot Bow','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (2481,0,0,0,0,151257360,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,202,0,0,'Find Treasure','','','','','','','','Racial','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (2484,3,0,0,0,65536,0,1073741824,0,0,0,0,0,0,0,0,0,1,15000,0,0,0,0,0,101,0,0,6,6,22,0,0,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2630,0,0,0,0,0,0,0,0,264,686,0,0,'Earthbind Totem','','','','','','','','','','','','','','','',6,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (2495,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,32,99,0,0,120,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,23,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2496,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2495,0,0,0,0,0,107,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2497,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,5,35,0,9,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,42,0,50,'zzOLDDivine Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2498,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,13,32,0,14,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,42,0,50,'zzOLDDivine Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2499,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,21,31,0,21,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,42,0,50,'zzOLDDivine Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2500,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,37,31,0,33,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,42,0,50,'zzOLDDivine Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2501,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,29,31,0,24,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,42,0,50,'zzOLDDivine Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2502,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,42,0,50,'zzOLDStunning Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2503,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,7,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,42,0,50,'zzOLDStunning Smash II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2504,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,42,0,50,'zzOLDStunning Smash III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2505,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,42,0,50,'zzOLDStunning Smash IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2506,0,65,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,42,0,50,'zzOLDStunning Smash V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2507,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2502,0,0,0,0,0,107,42,0,50,'Stunning Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2508,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2503,0,0,0,0,0,107,42,0,50,'Stunning Smash II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2509,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2504,0,0,0,0,0,107,42,0,50,'Stunning Smash III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2510,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2505,0,0,0,0,0,107,42,0,50,'Stunning Smash IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2511,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2506,0,0,0,0,0,107,42,0,50,'Stunning Smash V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2512,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2497,0,0,0,0,0,107,42,0,50,'Divine Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2513,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2498,0,0,0,0,0,107,42,0,50,'Divine Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2514,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2499,0,0,0,0,0,107,42,0,50,'Divine Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2515,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2501,0,0,0,0,0,107,42,0,50,'Divine Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2516,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,107,42,0,50,'Divine Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2537,0,0,1,0,327680,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,99,9,0,25,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,5,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,39,237,0,0,'Crusader Strike','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (2538,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2672,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2679,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Charred Wolf Meat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2539,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2672,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2680,0,0,2,0,0,0,0,0,0,0,0,3881,140,0,0,'Spiced Wolf Meat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2540,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,769,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2681,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Roasted Boar Meat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2541,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2673,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2684,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Coyote Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2542,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,723,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Goretusk Liver Pie','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2543,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,729,730,731,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Westfall Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2544,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2674,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2683,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Crab Cake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2545,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2675,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2682,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Cooked Crab Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2546,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2677,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2687,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Dry Pork Ribs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2547,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1081,1080,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Redridge Goulash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2548,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2677,2692,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2685,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Succulent Pork Ribs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2549,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1015,2665,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1017,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Seasoned Wolf Kabob','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2550,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,1467,0,0,'Cooking','','','','','','','','Apprentice ','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2551,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,2550,0,0,0,0,0,107,1467,0,0,'Apprentice Cook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2552,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,3413,0,0,0,0,0,107,1467,0,0,'Expert Cook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2553,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2542,0,0,0,0,0,108,1,0,0,'Recipe: Goretusk Liver Pie','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2554,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2543,0,0,0,0,0,108,1,0,0,'Recipe: Westfall Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2555,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2545,0,0,0,0,0,108,1,0,0,'Recipe: Cooked Crab Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2556,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2547,0,0,0,0,0,108,1,0,0,'Recipe: Redridge Goulash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2557,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2548,0,0,0,0,0,108,1,0,0,'Recipe: Succulent Pork Ribs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2558,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2549,0,0,0,0,0,108,1,0,0,'Recipe: Seasoned Wolf Kabob','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2559,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2539,0,0,0,0,0,107,41,0,0,'Spiced Wolf Meat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2561,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2541,0,0,0,0,0,107,41,0,0,'Coyote Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2562,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2544,0,0,0,0,0,107,41,0,0,'Crab Cake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2563,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2546,0,0,0,0,0,107,41,0,0,'Dry Pork Ribs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2564,0,66,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,40,101,1,0,0,7,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,0,'Dodge!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2565,0,0,0,0,327696,0,0,2,0,131072,0,0,0,0,0,0,1,5000,0,0,0,0,680,100,1,0,16,16,28,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,28,0,0,'Shield Block','','','','','','','','','','','','','','','',0,0,0,0,4,4096,0,0,0,1,1,1,0), + (2566,0,68,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,40,101,1,0,0,30,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,0,'zzOLDParry!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2567,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1528,0,50,'Thrown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2568,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2564,0,0,0,0,0,107,1,0,0,'Dodge!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2569,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2566,0,0,0,0,0,107,1,0,0,'Parry!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2570,0,44,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2565,0,0,0,0,0,107,28,0,0,'Shield Block','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2575,0,0,0,0,65680,0,0,0,0,0,0,16384,0,0,0,0,28,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,2901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,118,0,1,1,0,1,1,0,0,0,0,5,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,186,0,0,0,0,0,0,0,93,336,0,0,'Mining','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2576,0,0,0,0,65680,0,0,0,0,0,0,16384,0,0,0,0,28,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,2901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,118,0,1,1,0,1,1,0,0,0,0,5,0,0,-1,1,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,186,0,0,0,0,0,0,0,93,336,0,0,'Mining','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2577,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,2901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,93,66,0,0,'Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2578,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,2901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,93,66,0,0,'Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2579,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,2901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,93,66,0,0,'Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2580,0,0,0,0,150995216,32,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,66,0,0,'Find Minerals','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (2581,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,2575,0,0,0,0,0,107,336,0,0,'Apprentice Miner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2582,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,2576,0,0,0,0,0,107,336,0,0,'Journeyman Miner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2583,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,10,99,9,0,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,48,0,0,'zzOLDWeaken Mind (NYI)','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2584,0,0,0,0,8388864,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,0,0,'Waiting to Resurrect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (2585,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,5140,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4139,173,0,0,'Eye of Kilrogg Passive (DND)','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2587,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,0,0,'zzOLDSpell - Reuse 2587','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2589,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,12,12,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,19,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (2590,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,31,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (2591,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,45,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (2592,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2593,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2589,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2594,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2590,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2595,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2591,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2596,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Touch of the Black Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2597,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,10,0,3,5,0,1,1,0,0,0,0,0,0,0,19,27,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (2598,0,4,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,3,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Rejuvenation (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (2599,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,10,0,121,121,0,1,1,0,0,0,0,0,0,0,179,179,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (2600,0,4,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,10,0,63,63,0,1,1,0,0,0,0,0,0,0,393,393,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (2601,2,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,20000,15,0,0,0,101,0,45,37,37,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3054,0,0,0,0,0,289,31,0,50,'Fire Shield III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2602,2,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,15000,15,0,0,0,101,0,0,40,40,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.6,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3055,0,0,0,0,0,289,31,0,50,'Fire Shield IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2603,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2601,0,0,0,0,0,107,16,0,0,'Fire Shield III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2604,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2602,0,0,0,0,0,107,16,0,0,'Fire Shield IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2605,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33155,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Sharpen Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2606,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,17,12,12,0,0,80,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,1,0,0,55,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2607,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,9,4,4,0,0,40,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0.5,0,0,22,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2608,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,1,0,0,108,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2609,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,33,28,28,0,0,200,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,1.25,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2610,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,41,36,36,0,0,260,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,1.75,0,0,260,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2611,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2607,0,0,0,0,0,107,117,0,0,'Shock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2612,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2606,0,0,0,0,0,107,117,0,0,'Shock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2613,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2608,0,0,0,0,0,107,117,0,0,'Shock','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2614,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2609,0,0,0,0,0,107,117,0,0,'Shock','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2615,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2610,0,0,0,0,0,107,117,0,0,'Shock','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2616,3,0,0,0,65536,4,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,15420,1,101,0,25,20,99,8,0,125,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,5,5,0,1,1,0,0,0,0,1,1,0,28,28,0,0,0,0,16,28,0,0,0,0,14,14,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,141,0,0,'zzOLDLightning Storm','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2617,3,0,0,0,65536,4,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,15420,1,101,0,36,30,99,8,0,175,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,9,9,0,1,1,0,0,0,0,1,1,0,49,49,0,0,0,0,16,28,0,0,0,0,14,14,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,141,0,0,'zzOLDLightning Storm','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2620,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2616,0,0,0,0,0,107,141,0,0,'Lightning Storm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2621,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2617,0,0,0,0,0,107,141,0,0,'Lightning Storm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2626,3,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,37,33,33,0,0,79,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,40,0,0,1,0,0,0,0,0,1.8,0,0,110,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,117,0,0,'Lightning Bolt Proc V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2627,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,4,4,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Dagger Strike (Disabled)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2628,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,12,12,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Dagger Strike II (Disabled)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2629,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Dagger Strike III (Disabled)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2630,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Dagger Strike IV (Disabled)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2631,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2627,0,0,0,0,0,107,26,0,0,'Dagger Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2632,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2628,0,0,0,0,0,107,26,0,0,'Dagger Strike II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2633,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2629,0,0,0,0,0,107,26,0,0,'Dagger Strike III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2634,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2630,0,0,0,0,0,107,26,0,0,'Dagger Strike IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2635,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Beast Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2636,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2635,0,0,0,0,0,107,26,0,0,'Dagger Strike V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2637,3,0,1,10,1074855936,262144,524288,0,0,1073741824,0,0,3,0,0,0,16,0,0,15,2,0,0,101,0,0,18,18,18,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4999,44,0,50,'Hibernate','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,16777216,0,1,1,1,1,1,0), + (2638,0,11,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,277519,0,0,101,0,0,5,5,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,8,24,0,3000,3000,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'zzOLDRejuvenation (Food)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2639,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,15,15,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,69,69,0,0,0,0,1,1,0,0,0,0,0,0,0,84,85,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2640,0,11,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,277519,0,0,101,0,0,25,25,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,17,0,0,0,0,1,1,0,0,0,0,0,0,0,8,24,0,3000,3000,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'zzOLDRejuvenation III (Food)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2641,0,0,0,0,65552,132096,0,0,0,0,0,0,1,0,0,0,6,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,102,0,1,0,0,1,0,0,0,0,0,0,0,0,49999,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,3402,67,0,50,'Dismiss Pet','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (2642,0,11,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,277519,0,0,101,0,0,35,35,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,54,54,0,0,0,0,1,1,0,0,0,0,0,0,0,84,85,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'zzOLDRejuvenation IV (Food)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2643,0,85,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,1,0,10000,9,0,0,0,101,0,0,18,18,0,0,100,0,0,0,114,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,4096,0,3,2,1,1,1,0), + (2644,0,11,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,277519,0,0,101,0,0,45,45,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,84,84,0,0,0,0,1,1,0,0,0,0,0,0,0,84,85,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'zzOLDRejuvenation V (Food)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2645,3,0,1,0,98304,131072,2,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,21,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,39,0,0,0,0,1,1,0,0,0,0,0,0,0,36,31,0,0,0,0,1,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,311,67,122,50,'Ghost Wolf','','','','','','','','','','','','','','','',0,133,1500,0,11,2048,0,1,1,1,1,1,0), + (2646,0,11,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,277519,0,0,101,0,0,0,55,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,119,119,0,0,0,0,1,1,0,0,0,0,0,0,0,84,85,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'zzOLDRejuvenation VI (Food)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2647,4,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,13,0,0,0,101,0,0,0,1,7,0,68,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,15,0,50,'Freeze III PROC','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2649,0,82,0,0,65536,512,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,10,1,1,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,201,0,0,'Growl','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2650,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,0,'Tame Pet (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2651,1,1144,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,300000,8,0,0,0,101,0,0,20,20,8,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-22,9,0,0,0,0,1,1,0,0,0,0,0,0,0,113,49,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7376,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (2652,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,40,100,1,0,10,10,6,0,25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28598,0,0,0,0,0,4820,1591,0,0,'Touch of Weakness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (2653,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,0,'Damage 100 (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Tamed (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2656,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,394,34,0,0,'Smelting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2657,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2770,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2840,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Copper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2658,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2775,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2842,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Silver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2659,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2840,3576,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2841,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Bronze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2660,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2835,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2862,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Rough Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2661,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2851,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Chain Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2662,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2852,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Chain Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2663,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2853,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2664,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,3470,0,0,0,0,0,0,10,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2854,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runed Copper Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2665,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2836,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Coarse Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2666,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2857,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runed Copper Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2667,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,1210,3470,0,0,0,0,0,12,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2864,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runed Copper Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2668,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2865,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Rough Bronze Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2670,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2866,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Rough Bronze Cuirass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2671,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2867,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Rough Bronze Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2672,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3478,0,0,0,0,0,0,5,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2868,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Patterned Bronze Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2673,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2842,3478,1705,0,0,0,0,10,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2869,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Silvered Bronze Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2674,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2838,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2871,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Heavy Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2675,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,1206,1705,5500,2842,0,0,0,20,2,2,2,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2870,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Shining Silver Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2676,0,0,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2643,102,0,0,'Pulverize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (2677,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Smash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2678,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2677,0,0,0,0,0,107,25,0,0,'Holy Smash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2679,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Smash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2680,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Smash','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2681,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Smash','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2682,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Smash','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2683,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2679,0,0,0,0,0,107,25,0,0,'Holy Smash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2684,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2680,0,0,0,0,0,107,25,0,0,'Holy Smash','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2685,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2681,0,0,0,0,0,107,25,0,0,'Holy Smash','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2686,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2682,0,0,0,0,0,107,25,0,0,'Holy Smash','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2687,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,0,0,0,101,0,0,10,10,0,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,64,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,29131,0,0,0,0,0,86,0,0,'Bloodrage','','','','','','','','','','','','','','','',20,0,0,0,4,256,0,0,0,1,1,1,0), + (2688,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2687,0,0,0,0,0,107,86,0,0,'Bloodrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2689,5,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2690,0,0,0,0,0,0,113,0,0,'Soul Steal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2690,5,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,30,0,1,1,0,1,1,0,0,0,0,2,2,0,9,7,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,25,0,0,'Soul Steal Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2691,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,6,6,37,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,6,0,5,0,0,1,0,0,0,0,0,4,0,0,27,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2692,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2693,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2689,0,0,0,0,0,107,25,0,0,'Holy Staff II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2694,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2690,0,0,0,0,0,107,25,0,0,'Holy Staff III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2695,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2691,0,0,0,0,0,107,25,0,0,'Holy Staff IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2696,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2692,0,0,0,0,0,107,25,0,0,'Holy Staff V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2697,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,25,0,0,'zzOLDSmash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2698,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2697,0,0,0,0,0,107,25,0,0,'Smash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2699,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,25,0,0,'zzOLDSmash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2700,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,25,0,0,'zzOLDSmash','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2701,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,25,0,0,'zzOLDSmash','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2702,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,25,0,0,'zzOLDSmash','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2703,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2699,0,0,0,0,0,107,25,0,0,'Smash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2704,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,107,25,0,0,'Smash','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2705,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2701,0,0,0,0,0,107,25,0,0,'Smash','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2706,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2702,0,0,0,0,0,107,25,0,0,'Smash','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2707,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDSpirit Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2708,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2707,0,0,0,0,0,107,25,0,0,'Spirit Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2709,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDSpirit Staff II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2710,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDSpirit Staff III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2711,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,3,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDSpirit Staff IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2712,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,36,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDSpirit Staff V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2713,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2709,0,0,0,0,0,107,25,0,0,'Spirit Staff II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2714,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2710,0,0,0,0,0,107,25,0,0,'Spirit Staff III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2715,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2711,0,0,0,0,0,107,25,0,0,'Spirit Staff IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2716,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2712,0,0,0,0,0,107,25,0,0,'Spirit Staff V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2717,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDShadow Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2718,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2717,0,0,0,0,0,107,26,0,0,'Shadow Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2719,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDShadow Dagger II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2720,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDShadow Dagger III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2721,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDShadow Dagger IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2722,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'zzOLDShadow Dagger V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2723,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2719,0,0,0,0,0,107,26,0,0,'Shadow Dagger II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2724,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2720,0,0,0,0,0,107,26,0,0,'Shadow Dagger III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2725,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2721,0,0,0,0,0,107,26,0,0,'Shadow Dagger IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2726,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2722,0,0,0,0,0,107,26,0,0,'Shadow Dagger V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2727,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDShadow Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2728,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDShadow Staff II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2729,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDShadow Staff III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2730,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,58,0,0,3,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDShadow Staff IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2731,0,40,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDShadow Staff V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2732,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2727,0,0,0,0,0,107,25,0,0,'Shadow Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2733,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2728,0,0,0,0,0,107,25,0,0,'Shadow Staff II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2734,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2729,0,0,0,0,0,107,25,0,0,'Shadow Staff III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2735,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2730,0,0,0,0,0,107,25,0,0,'Shadow Staff IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2736,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2731,0,0,0,0,0,107,25,0,0,'Shadow Staff V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2737,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,2589,0,0,0,0,0,6,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2844,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2738,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,2589,0,0,0,0,0,6,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2845,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2739,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,2589,0,0,0,0,0,6,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2847,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Shortsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2740,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2880,2319,0,0,0,0,0,6,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2848,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bronze Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2741,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2880,2319,0,0,0,0,0,7,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2849,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bronze Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2742,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2880,2319,0,0,0,0,0,5,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2850,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bronze Shortsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2743,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2662,0,0,0,0,0,107,1,0,0,'Copper Chain Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2744,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2661,0,0,0,0,0,107,1,0,0,'Copper Chain Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2745,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2664,0,0,0,0,0,107,1,0,0,'Runed Copper Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2746,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2665,0,0,0,0,0,107,1,0,0,'Coarse Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2747,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,0,0,0,0,0,107,1,0,0,'Runed Copper Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2749,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2668,0,0,0,0,0,107,1,0,0,'Rough Bronze Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2750,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2670,0,0,0,0,0,107,1,0,0,'Rough Bronze Cuirass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2751,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2672,0,0,0,0,0,107,1,0,0,'Patterned Bronze Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2752,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2674,0,0,0,0,0,107,1,0,0,'Heavy Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2753,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2675,0,0,0,0,0,107,1,0,0,'Shining Silver Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2754,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2737,0,0,0,0,0,107,1,0,0,'Copper Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2755,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2738,0,0,0,0,0,107,1,0,0,'Copper Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2756,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2739,0,0,0,0,0,107,1,0,0,'Copper Shortsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2757,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2740,0,0,0,0,0,107,1,0,0,'Bronze Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2758,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2741,0,0,0,0,0,107,1,0,0,'Bronze Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2759,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2742,0,0,0,0,0,107,1,0,0,'Bronze Shortsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2760,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2667,0,0,0,0,0,222,1,0,0,'Plans: Runed Copper Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2761,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2671,0,0,0,0,0,222,1,0,0,'Plans: Rough Bronze Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2762,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2673,0,0,0,0,0,222,1,0,0,'Plans: Silvered Bronze Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2763,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,'INVIS Only ON','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (2764,0,76,0,0,4259858,0,0,32768,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,74,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,'Throw','','','','','','','','','','','','','','','',0,0,0,0,8,1,0,3,2,1,1,1,0), + (2765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,291,0,0,'SHOWLABEL Only ON','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (2766,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,1,0,0,'KJORDAN (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2767,5,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,34,34,85,0,230,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (2768,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,29,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,63,0,0,'zzOLDHoly Word: Might','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2769,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2768,0,0,0,0,0,107,239,0,0,'Holy Word: Might','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2770,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,86,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,51,0,0,'zzOLDHoly Word: Protect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2771,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,21,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,51,0,0,'zzOLDHoly Word: Protect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2772,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2770,0,0,0,0,0,107,51,0,0,'Holy Word: Protect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2773,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2771,0,0,0,0,0,107,51,0,0,'Holy Word: Protect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2780,6,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'zzOLDDamage Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2781,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8429,0,0,0,0,0,107,91,0,0,'zzOLDMinor Phantasm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2782,6,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,24,24,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,186,236,0,0,'Remove Curse','','','','','','','','','','','','','','','',10,133,1500,0,7,17179869184,0,1,1,1,1,1,0), + (2783,1,99,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,38,99,0,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,379,236,0,0,'zzOLDRemove Curse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2786,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2783,0,0,0,0,0,107,236,0,0,'Remove Curse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2788,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2782,0,0,0,0,0,107,236,0,0,'Remove Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2791,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,46,36,36,30,0,745,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (2793,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2791,0,0,0,0,0,107,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2795,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2886,2894,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2888,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Beer Basted Boar Ribs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2796,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2795,0,0,0,0,0,222,1,0,0,'Recipe: Beer Basted Boar Ribs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2797,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,77,0,0,'Mind Bomb Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2798,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2797,0,0,0,0,0,107,77,0,0,'Mind Rot II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2799,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2767,0,0,0,0,0,107,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2800,1,56,0,0,327680,131074,0,0,0,0,0,0,0,0,0,0,1,0,3600000,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,67,30,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,249,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,79,0,0,'Lay on Hands','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,32768,0,1,1,1,1,1,0), + (2804,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,107,79,0,0,'Lay on Hands','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2808,1,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,15,2,0,9,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,34,80,0,0,'zzOLDSeal of Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2809,1,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,39,2,0,14,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,34,80,0,0,'zzOLDSeal of Frost II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2810,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2808,0,0,0,0,0,107,80,0,0,'Seal of Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2811,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2809,0,0,0,0,0,107,80,0,0,'Seal of Frost II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2812,1,35,0,0,65536,136,0,0,0,0,0,0,36,0,0,0,5,0,60000,15,0,0,0,101,0,54,50,50,0,0,645,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,1.6,0,0,361,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,158,0,50,'Holy Wrath','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Bark of Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2817,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,0,0,0,0,0,107,1,0,0,'Teach Bark of Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2818,3,0,4,0,0,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,65536,0,1,0,1,1,1,0), + (2819,3,0,4,0,0,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,65536,0,1,0,1,1,1,0), + (2823,0,0,0,0,65552,131104,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,30,30,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,215,513,0,0,'Deadly Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,65536,0,0,0,1,1,1,0), + (2824,0,0,0,0,65552,131104,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,38,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,215,513,0,0,'Deadly Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,65536,0,0,0,1,1,1,0), + (2825,0,0,0,0,65552,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,22,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,215,226,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2826,0,0,0,0,65552,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,34,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,215,226,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2827,0,0,0,0,65552,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,40,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,215,226,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2828,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33219,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,3324,1,0,0,'Sharpen Blade','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2829,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33219,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,3324,1,0,0,'Sharpen Blade II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2830,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33219,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,3324,1,0,0,'Sharpen Blade III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2831,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1050016,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,3326,1,0,0,'Armor +8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2832,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1050016,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,3326,1,0,0,'Armor +16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2833,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1050016,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,3326,1,0,0,'Armor +24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2834,0,0,0,0,8390912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8732,0,0,0,0,0,0,42,0,0,'Periodic Thunderclap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (2835,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,30,0,0,0,0,0,0,1,0,0,0,0,5173,3372,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2892,0,0,0,0,0,0,0,0,0,0,0,92,513,0,0,'Deadly Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2836,0,0,0,0,151322688,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,69,299,0,0,0,0,1,1,0,0,0,0,0,0,0,17,19,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,171,0,0,'Detect Traps','','','','','','','','Passive','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (2837,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,38,0,0,0,0,0,0,1,0,0,0,0,5173,3372,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2893,0,0,0,0,0,0,0,0,0,0,0,92,513,0,0,'Deadly Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2838,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,2930,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2895,0,0,0,0,0,0,0,0,0,0,0,92,248,0,0,'Creeping Pain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2840,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,2931,3372,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2896,0,0,0,0,0,0,0,0,0,0,0,92,248,0,0,'Creeping Anguish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2841,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,40,0,0,0,0,0,0,1,0,0,0,0,2932,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2927,0,0,0,0,0,0,0,0,0,0,0,92,248,0,0,'Creeping Torment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2842,0,0,0,0,65552,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,0,0,'Poisons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2843,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2835,0,0,0,0,0,107,513,0,0,'Deadly Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2844,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2837,0,0,0,0,0,107,513,0,0,'Deadly Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2845,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2838,0,0,0,0,0,107,248,0,0,'Creeping Pain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2846,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2840,0,0,0,0,0,107,248,0,0,'Creeping Anguish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2847,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2841,0,0,0,0,0,107,248,0,0,'Creeping Torment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2848,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2836,0,0,0,0,0,107,1,0,0,'Dodge!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2849,0,68,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,40,101,1,0,0,99,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,0,'zzOLDParry!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2850,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2849,0,0,0,0,0,107,1,0,0,'Parry!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2851,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2852,1,21,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,40,10,0,8,2,2,2,0,7,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,3,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,80,0,0,'zzOLDSeal of Light','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2853,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2852,0,0,0,0,0,107,80,0,0,'zzOLDSeal of Light','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2854,3,99,1,0,1073807360,67584,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,8,0,19,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,12,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,218,220,0,0,'zzOLDCyclone','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2855,6,0,1,0,65536,132096,0,196608,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,16,16,4,0,35,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2918,167,0,0,'Detect Magic','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (2856,0,99,0,12,1073741840,262148,0,0,0,16,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,34,99,0,1,500,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,166,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2857,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2854,0,0,0,0,0,107,65,0,0,'Chant of Regeneration III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2858,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2855,0,0,0,0,0,107,167,0,0,'Detect Magic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2859,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2856,0,0,0,0,0,107,65,0,0,'Chant of Regeneration V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2860,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,6000,15,0,0,0,101,0,53,48,48,0,0,490,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,47,0,0,1,0,0,0,0,0,2.7,0,0,377,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,2,0,1,1,0.7,1,1,0), + (2861,3,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,30000,15,0,0,0,101,0,43,39,39,0,0,32,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,62,0,0,'zzOLDSpell - Reuse 2861','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2862,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2860,0,0,0,0,0,107,165,0,0,'Chain Lightning','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2863,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10605,0,0,0,0,0,107,165,0,0,'Chain Lightning','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2864,3,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,96,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,198,0,0,'zzOLDSpirit Armor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2865,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2864,0,0,0,0,0,107,198,0,0,'Spirit Armor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2866,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,32,99,0,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,33,0,50,'zzOLDSpell - Reuse 2866','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2867,2,17,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,0,0,0,101,0,0,0,99,30,0,15,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,289,33,0,50,'zzOLDResist Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2868,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2866,0,0,0,0,0,107,33,0,0,'Fire Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2869,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2867,0,0,0,0,0,107,33,0,0,'Resist Fire II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2870,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,142,196,0,0,'Cure Disease','','','','','','','','','','','','','','','',9,133,1500,0,11,34359738368,0,1,1,1,1,1,0), + (2871,3,0,1,0,327680,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,9,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,142,196,0,0,'Nullify Disease','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2874,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2870,0,0,0,0,0,107,196,0,0,'Cure Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2875,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2871,0,0,0,0,0,107,196,0,0,'Nullify Disease','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2878,3,33,0,23,1073807360,0,0,0,0,0,0,0,32,0,0,0,16,0,30000,15,0,0,664232,100,0,0,24,24,1,0,35,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,309,0,0,'Turn Undead','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2879,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2878,0,0,0,0,0,107,66,0,0,'Earthquake III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2880,0,32,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,30,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2881,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2934,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Light Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2882,3,39,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,45,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,1,3,-1,24,9,0,0,0,1,1,1,0,0,0,0,0,0,36,29,13,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1,0,0,0,0,0,0,34,107,131,0,'Bear Form (PT) (NYI)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2883,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,0,107,41,0,0,'Embossed Leather Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2884,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2165,0,0,0,0,0,107,41,0,0,'Medium Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2886,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2159,0,0,0,0,0,107,41,0,0,'Fine Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2887,3,99,1,0,65536,98304,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,10,0,23,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-37,0,0,0,0,0,6,6,6,0,0,0,0,0,0,22,38,38,0,0,0,0,0,0,0,0,0,0,0,0,1,18,16,0,0,0,0,0,0,192,109,0,0,'zzOLDFaerie Fire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2888,3,99,1,0,65536,98304,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,10,0,32,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-60,0,0,0,0,0,6,6,6,0,0,0,0,0,0,22,38,38,0,0,0,0,0,0,0,0,0,0,0,0,1,18,16,0,0,0,0,0,0,192,109,0,0,'zzOLDFaerie Fire','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2889,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9907,0,0,0,0,0,107,109,0,0,'Faerie Fire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2890,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11426,0,0,0,0,0,107,32,0,0,'Ice Barrier','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2893,3,0,1,0,67584,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,26,26,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,38,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,21,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,4,0,3137,0,0,0,0,0,3885,265,0,0,'Abolish Poison','','','','','','','','','','','','','','','',16,133,1500,0,7,17179869184,0,1,1,1,1,1,0), + (2894,3,99,1,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,28,99,0,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,265,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2895,3,99,1,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,40,99,0,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,265,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2897,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2893,0,0,0,0,0,107,265,0,0,'Abolish Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2898,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3034,0,0,0,0,0,107,253,0,0,'Viper Sting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2899,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1002,0,0,0,0,0,107,49,0,0,'Eyes of the Beast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2908,3,0,0,0,65536,2228224,524288,0,0,1073741824,0,0,1,0,0,0,16,0,0,15,0,0,0,101,0,0,22,22,8,0,50,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6439,454,0,50,'Soothe Animal','','','','','','','','Rank 1','','','','','','','',0,133,1500,40,7,16777216,0,1,1,1,1,1,0), + (2910,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2908,0,0,0,0,0,107,454,0,0,'Soothe Animal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2912,6,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,25,20,20,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,1.2,0,0,88,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,1485,0,50,'Starfire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,4,0,1,1,1,1,1,0), + (2914,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2912,0,0,0,0,0,107,1485,0,0,'Starfire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2916,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,'(OLD) Magic Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2917,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2919,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5195,0,0,0,0,0,107,20,0,0,'Entangling Roots','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2920,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5196,0,0,0,0,0,107,20,0,0,'Entangling Roots','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2922,0,65,0,0,1040,0,0,0,0,2,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,108,0,0,'zzOLDRooting Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2923,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2922,0,0,0,0,0,107,108,0,0,'Rooting Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2924,0,65,0,0,1040,0,0,0,0,2,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,108,0,0,'zzOLDRooting Attack II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2925,0,65,0,0,1040,0,0,0,0,2,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,108,0,0,'zzOLDRooting Attack III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (2927,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2924,0,0,0,0,0,107,108,0,0,'Rooting Attack II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2928,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2925,0,0,0,0,0,107,108,0,0,'Rooting Attack III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2929,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2926,0,0,0,0,0,107,108,0,0,'Rooting Attack IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2937,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,16,0,0,15,2,0,0,101,0,0,40,40,64,0,120,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'zzOLDSleep','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,262144,0,1,1,1,1,1,0), + (2939,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2937,0,0,0,0,0,107,44,0,0,'zzOLDSleep','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2941,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,35,30,30,8,0,155,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,2.1,0,32,89,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,4,0,1,1,1,1,1,0), + (2942,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2941,0,0,0,0,0,107,31,0,0,'Immolate','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2943,5,0,2,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,-3,0,0,0,0,6,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,183,1591,0,50,'Touch of Weakness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,524288,0,1,1,1,1,1,0), + (2944,5,691,3,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,0,101,0,0,20,20,106,0,215,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,9,0,50,'Devouring Plague','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,33554432,0,1,1,1,1,1,0), + (2945,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5676,0,0,0,0,0,107,816,0,0,'Searing Pain','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2946,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2944,0,0,0,0,0,107,9,0,0,'Devouring Plague','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2947,2,0,1,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,14,14,25,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,35,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,16,0,50,'Fire Shield','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,8388608,0,1,1,1,1,1,0), + (2948,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,26,22,22,0,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0.9,0,0,52,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1073741840,0,1,1,1,1,1,0), + (2949,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2947,0,0,0,0,0,107,16,0,0,'Fire Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2950,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,33,0,0,'Anti-Holy','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2951,2,35,0,0,0,136,0,0,0,0,0,64,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,36,36,0,0,32,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,3.5,0,0,87,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,37,0,0,'Hellfire III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (2952,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2951,0,0,0,0,0,107,37,0,0,'Hellfire III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2963,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2589,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2996,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Bolt of Linen Cloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2964,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2592,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2997,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Bolt of Woolen Cloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2965,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2966,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2964,0,0,0,0,0,107,41,0,0,'Bolt of Woolen Cloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2967,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2386,0,0,0,0,0,107,41,0,0,'Linen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2969,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,1,0,0,'Aura Leech (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2970,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,38,38,6,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,21,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,210,0,50,'Detect Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (2971,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,107,209,0,0,'Detect Lesser Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2972,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2970,0,0,0,0,0,107,210,0,0,'Detect Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2973,0,40,0,0,328708,0,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,1,1,0,0,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,50,'Raptor Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,2,0,2,2,1,1,1,0), + (2974,0,0,0,0,327680,512,0,1032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,12,12,1,0,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,4,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,517,0,50,'Wing Clip','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,64,0,2,2,1,1,1,0), + (2975,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16831,0,0,0,0,0,107,262,0,50,'Claw','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2976,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16832,0,0,0,0,0,107,262,0,50,'Claw','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2977,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3010,0,0,0,0,0,107,262,0,50,'Claw','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2978,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2973,0,0,0,0,0,107,26,0,50,'Raptor Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2979,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2974,0,0,0,0,0,107,517,0,50,'Wing Clip','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2980,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16827,0,0,0,0,0,107,262,0,50,'Claw','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2981,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16828,0,0,0,0,0,107,262,0,50,'Claw','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2982,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16829,0,0,0,0,0,107,262,0,50,'Claw','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2983,0,44,0,0,65552,32,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,10,10,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,516,0,0,'Sprint','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,64,0,0,0,1,1,1,0), + (2984,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2983,0,0,0,0,0,107,516,0,0,'Sprint','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2995,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2842,0,0,0,0,0,107,342,0,0,'Poisons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (2996,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2385,0,0,0,0,0,107,41,0,0,'Brown Linen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3005,0,63,0,0,18,0,0,0,0,0,0,0,0,0,0,0,6,0,600000,15,0,0,0,101,0,0,39,99,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,25,0,0,1,0,0,0,0,0,7.5,0,0,157,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,132,0,0,'zzOLDHead Shot IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3006,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3005,0,0,0,0,0,107,132,0,0,'Head Shot IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3007,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,40,0,0,0,0,0,0,10,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,126,0,0,'Longshot III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3009,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,2,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,262,0,0,'Claw','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (3010,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,2,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,262,0,0,'Claw','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (3011,2,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,12,12,0,2,0,0,0,0,4,40,0,0,0,5026,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,105,0,0,'Fire Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3013,0,35,0,0,18,0,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,38,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,16,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,127,0,0,'Volley II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3014,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3013,0,0,0,0,0,107,127,0,0,'Volley II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3015,0,35,0,0,18,0,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,38,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,16,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132,0,0,'Bombard II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3016,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3015,0,0,0,0,0,107,132,0,0,'Bombard II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,0,0,0,0,0,0,0,0,0,48,1,0,0,'Immune Effect (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3018,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,126,0,0,'Shoot (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3019,6,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,40000,0,0,0,0,101,0,70,1,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0.3,0.2,0,0,9,0,0,0,0,1,1,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,578,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3023,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,34,1,0,0,'Debuff Nature (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3025,3,0,0,0,208,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,2,0,0,39,-30,0,0,0,0,1,1,0,0,0,0,0,0,0,99,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,493,0,0,'Cat Form (Passive)','','','','','','','','Passive','','','','','','','',0,0,0,0,7,134217728,0,0,0,1,1,1,0), + (3026,0,0,0,0,8388608,1024,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,99,1,0,0,'Use Soulstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3029,0,0,0,0,262160,134218240,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,28,28,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,80,0,1,1,0,1,1,0,0,0,0,0,0,0,38,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882,262,0,0,'Claw','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (3030,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3029,0,0,0,0,0,107,262,0,0,'Claw','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3031,0,0,0,0,256,0,0,0,0,1,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3025,0,0,0,0,0,107,123,0,0,'Feline Quickness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3032,3,39,0,0,34930704,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,15367,0,0,101,0,0,0,99,21,0,18,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,86,29,131,0,'zzOLDScout Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3033,3,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3032,0,0,0,0,0,107,29,131,0,'Scout Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3034,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,36,36,31,0,135,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,153,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3181,253,0,0,'Viper Sting','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (3035,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,4,99,0,2,2,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'zzOLDTrueshot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3036,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,14,99,0,2,2,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'zzOLDTrueshot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3037,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,22,99,0,2,2,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'zzOLDTrueshot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3038,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,30,99,0,2,2,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'zzOLDTrueshot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3039,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3035,0,0,0,0,0,107,253,0,0,'Trueshot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3040,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3036,0,0,0,0,0,107,253,0,0,'Trueshot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3041,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3037,0,0,0,0,0,107,253,0,0,'Trueshot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3042,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3038,0,0,0,0,0,107,253,0,0,'Trueshot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3043,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,22,22,18,0,70,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3219,256,0,0,'Scorpid Sting','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,32768,0,3,2,1,1,1,0), + (3044,6,2,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,6,6,0,0,25,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3299,218,0,0,'Arcane Shot','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,2048,0,3,2,1,1,1,0), + (3045,6,55,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,26,26,8,0,100,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3301,537,0,0,'Rapid Fire','','','','','','','','','','','','','','','',0,0,0,0,9,32,0,0,0,1,1,1,0), + (3046,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15430,0,0,0,0,0,107,1874,0,0,'Holy Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3047,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3043,0,0,0,0,0,107,256,0,0,'Scorpid Sting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3048,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3044,0,0,0,0,0,107,218,0,0,'Arcane Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3049,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3045,0,0,0,0,0,107,537,0,0,'Rapid Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3050,0,0,0,0,192,33554432,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,49,0,0,1,0,0,1,0,0,0,0,0,5,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,'Detect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3052,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,22,9,9,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.25,0,0,4,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Fire Shield Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3053,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,37,24,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.1,0,0,14,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Fire Shield Effect II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3054,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,45,37,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,29,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Fire Shield Effect III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3055,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,37,24,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,49,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Fire Shield Effect IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3061,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17387,0,0,0,0,0,107,109,0,0,'zzOLDFaerie Fire (Bear)','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3062,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1430,0,0,0,0,0,222,1,0,0,'Rejuvenation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3063,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2090,0,0,0,0,0,222,1,0,0,'Rejuvenation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3064,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6066,0,0,0,0,0,222,125,0,0,'Holy Word: Shield','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3065,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1460,0,0,0,0,0,222,125,0,0,'Arcane Intellect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3066,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1461,0,0,0,0,0,222,125,0,0,'Arcane Intellect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3067,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,222,17,0,0,'Blizzard','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3068,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6141,0,0,0,0,0,222,17,0,0,'Blizzard','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3069,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2937,0,0,0,0,0,222,18,0,0,'Sleep','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3070,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,222,18,0,0,'Renew','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3071,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6074,0,0,0,0,0,222,18,0,0,'Renew','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3072,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6075,0,0,0,0,0,222,18,0,0,'Renew','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3073,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2136,0,0,0,0,0,222,12,0,0,'Fire Blast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3074,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2137,0,0,0,0,0,222,17,0,0,'Fire Blast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3075,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2138,0,0,0,0,0,222,17,0,0,'Fire Blast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3077,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5730,0,0,0,0,0,222,1,0,0,'zzOLDAgitating Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3078,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6365,0,0,0,0,0,222,73,0,0,'zzOLDSerpent Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3079,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1244,0,0,0,0,0,222,73,0,0,'Holy Word: Fortitude','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3080,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1245,0,0,0,0,0,222,73,0,0,'Holy Word: Fortitude','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3081,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2791,0,0,0,0,0,222,73,0,0,'Holy Word: Fortitude','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3082,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,222,104,0,0,'Holy Word: Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3083,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,592,0,0,0,0,0,222,104,0,0,'Holy Word: Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3084,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,222,104,0,0,'Holy Word: Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3085,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2060,0,0,0,0,0,222,104,0,0,'Greater Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3086,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5704,0,0,0,0,0,222,104,0,0,'Shadow Word: Befuddle','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3087,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2616,0,0,0,0,0,222,141,0,0,'Lightning Storm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3088,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2617,0,0,0,0,0,222,141,0,0,'Lightning Storm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3089,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,915,0,0,0,0,0,222,1,0,0,'Lightning Bolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3090,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2607,0,0,0,0,0,222,117,0,0,'Shock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3091,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2606,0,0,0,0,0,222,117,0,0,'Shock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3092,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2608,0,0,0,0,0,222,117,0,0,'Shock','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3093,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5601,0,0,0,0,0,222,125,0,0,'Seal of Righteousness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3094,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5602,0,0,0,0,0,222,125,0,0,'Seal of Righteousness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3095,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1454,0,0,0,0,0,222,125,0,0,'Life Tap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3096,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,0,0,0,222,125,0,0,'Life Tap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3097,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1456,0,0,0,0,0,222,125,0,0,'Life Tap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3098,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,0,0,222,1,0,0,'zzOLDShadow Bolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3099,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,0,0,0,222,1,0,0,'Detect Lesser Invisibility','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3100,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,335,0,0,'Blacksmithing','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3101,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,339,0,0,'Alchemy','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3102,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,1467,0,0,'Cooking','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3104,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,326,0,0,'Leatherworking','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3105,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,15,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,70,114,0,0,'Curse of Stalvan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3106,3,35,0,0,262160,0,0,0,0,0,0,32,0,0,0,0,1,0,3000,0,0,0,0,101,0,45,45,45,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,18,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,40,0,0,'Aura of Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3107,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,1871,0,0,0,0,0,0,0,0,34,170,0,0,'Summon Eliza\'s Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3108,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,35,35,0,0,250,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,11,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,150,0,0,'Touch of Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3109,5,32,1,5,0,136,0,0,0,0,0,64,0,0,0,0,4,0,10000,15,3,0,0,101,0,0,35,35,1,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,22,0,0,'Presence of Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3110,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,5,1,1,0,0,10,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0.3,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,18,0,0,'Firebolt','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,5,4096,0,1,1,1,1,1,0), + (3111,3,0,0,0,65536,4,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,31756,0,101,0,0,20,20,28,0,90,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,5,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,267,0,50,'Mend Pet','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,8388608,0,1,1,1,1,1,0), + (3112,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9264,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,3325,1,0,0,'Enhance Blunt Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3113,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9264,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,3325,1,0,0,'Enhance Blunt Weapon II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3114,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9264,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,3325,1,0,0,'Enhance Blunt Weapon III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3115,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2835,2589,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3239,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Rough Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3116,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2836,2592,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3240,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Coarse Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3117,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2838,2592,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3241,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Heavy Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3118,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3116,0,0,0,0,0,107,1,0,0,'Coarse Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3119,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3117,0,0,0,0,0,107,1,0,0,'Heavy Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3120,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,50,50,50,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,116,36,0,0,'Sol L','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3121,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,7,1,1,0,0,8,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,2.1,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,18,0,0,'Kev','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3122,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,40,0,0,'Tree Form (Passive)','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3124,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,22,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,558,0,50,'Parry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3126,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3124,0,0,0,0,0,107,558,0,50,'Parry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3127,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,22,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,558,0,50,'Parry','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3128,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3127,0,0,0,0,0,107,558,0,50,'Parry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3129,4,50,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,2,0,0,15,0,0,0,101,0,0,9,9,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,193,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3130,4,65,1,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,12,5,5,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,58,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,3,0,0,0,0,6,6,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752,142,0,50,'Ice Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3131,4,2,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,2,0,10000,0,0,0,0,101,0,0,6,6,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,2,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,193,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3132,4,0,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,4,0,0,0,101,0,0,0,9,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,3,1,0,1,1,0,0,0,0,0,0,0,4,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,3,33,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,143,0,0,'Chilling Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3133,3,55,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,15,0,0,0,101,0,0,0,26,2,0,15,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,123,0,0,'Beast Claws III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3134,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1849,0,0,0,0,0,107,123,0,0,'Beast Claws II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3135,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3133,0,0,0,0,0,107,123,0,0,'Beast Claws III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3136,3,55,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,9,0,0,0,101,0,0,19,19,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,22,0,0,30,0,0,9,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,86,0,0,'Frenzied Command','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3137,3,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,265,0,0,'Abolish Poison Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3138,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3137,0,0,0,0,0,107,50,0,0,'Beast Rage II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3139,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,0,0,0,0,0,107,1562,0,0,'Swipe','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3140,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,22,18,18,31,0,95,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,33,1,0,1,1,0,0,0,0,1.3,0,0,83,2,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (3141,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,222,1,0,0,'Feather Fall','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3142,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3140,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3143,4,32,1,12,262160,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,12,12,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,0,5,0,1,1,0,0,0,0,0,0,0,0,32,0,0,0,0,22,22,0,15,15,0,8,13,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,193,0,0,'Glacial Roar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3145,4,42,1,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,15,15,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,709,145,0,0,'Icy Grasp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3146,0,51,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,15,0,0,0,101,0,0,15,15,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-5,-5,0,0,0,0,22,22,0,15,15,0,13,13,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,247,146,0,0,'Daunting Growl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3147,0,40,0,15,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1.3,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,108,0,50,'Rend Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3148,0,52,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.2,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1187,25,0,0,'Head Crack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3149,0,55,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,48,7,7,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.25,0,0,4,0,0,0,0,0,20,0,0,0,0,0,13,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,518,63,0,0,'Furious Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3150,3,18,3,0,1024,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,1,1,6,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,-0.3,-0.3,-51,-2,-2,0,0,0,6,6,6,0,0,0,0,0,0,88,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,631,203,0,0,'Rabies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3151,0,55,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,8,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,146,0,0,'Crazed Hunger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3157,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,11,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3158,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3159,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,21,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3160,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3161,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,11,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1303,0,0,'Lesser Strength','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3162,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1303,0,0,'Lesser Strength','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3163,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,21,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1303,0,0,'Strength','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3164,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1303,0,0,'Strength','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3165,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,11,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,633,1336,0,0,'Lesser Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3166,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,147,1336,0,0,'Lesser Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3167,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,21,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,633,1336,0,0,'Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3168,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,633,1336,0,0,'Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3169,0,37,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,101,0,0,50,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,81,0,0,'Invulnerability','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3170,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2447,2449,3371,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3382,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Weak Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3171,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,785,2450,3371,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3383,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Wisdom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3172,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,785,3355,3371,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3384,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Minor Magic Resistance Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3173,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,785,3820,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3385,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Lesser Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3174,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1288,2453,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3386,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Poison Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3175,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8839,8845,8925,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3387,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Limited Invulnerability Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3176,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2453,2450,3372,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3388,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Strong Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3177,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3355,3820,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3389,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3178,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,0,107,41,0,0,'Elixir of Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3179,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3171,0,0,0,0,0,107,41,0,0,'Elixir of Wisdom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3180,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3172,0,0,0,0,0,222,1,0,0,'Recipe: Minor Magic Resistance Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3181,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3173,0,0,0,0,0,107,41,0,0,'Lesser Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3182,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3174,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Poison Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3183,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3175,0,0,0,0,0,222,1,0,0,'Recipe: Limited Invulnerability Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3184,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3170,0,0,0,0,0,107,41,0,0,'Weak Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3185,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3176,0,0,0,0,0,107,41,0,0,'Strong Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3186,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3177,0,0,0,0,0,107,41,0,0,'Elixir of Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3187,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2333,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3188,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2449,3356,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Ogre\'s Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3189,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3188,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Ogre\'s Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3196,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,107,24,0,0,'Taunt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3204,2,35,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,6,0,600000,13,0,0,0,101,0,0,17,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,1,3,19,0,0,1,0,0,0,0,0,8.8,0,0,140,0,0,0,0,0,22,1,18,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,713,37,0,50,'Sapper Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,50,50,50,0,0,1,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,36,0,0,'Sol M','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3206,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,50,50,50,0,0,1,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,36,0,0,'Sol H','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3207,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,50,50,50,0,0,1,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,36,0,0,'Sol U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3210,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2870,0,0,0,0,0,222,64,0,0,'Nullify Disease','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3211,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2871,0,0,0,0,0,222,64,0,0,'Nullify Disease','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3212,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2893,0,0,0,0,0,222,1,0,0,'Cure Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3213,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2894,0,0,0,0,0,222,1,0,0,'zzOLDCure Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3214,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6058,0,0,0,0,0,222,1,0,0,'Lightning Storm','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3215,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2006,0,0,0,0,0,222,1,0,0,'Resurrection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3216,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2010,0,0,0,0,0,222,1,0,0,'Resurrection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3217,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2008,0,0,0,0,0,222,1,0,0,'Call Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3218,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2011,0,0,0,0,0,222,1,0,0,'Call Spirit','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3219,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,9,1,1,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1305,0,0,'Regeneration','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (3220,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,35,17,17,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1301,0,0,'Armor','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (3221,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,21,10,10,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1305,0,0,'Regeneration','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (3222,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,26,22,22,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1305,0,0,'Regeneration','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (3223,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,30,27,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1305,0,0,'Regeneration','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (3229,3,55,1,0,0,524288,0,0,0,0,0,0,0,0,0,0,5,0,3000,15,0,0,0,101,0,0,18,18,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,716,38,0,0,'Quick Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3230,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2452,765,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2457,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3231,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,65536,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,3182,1,0,0,'QAEnchant Cloak +3 Agility','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (3232,0,41,0,0,262161,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,20,100,5,0,0,3,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,1,1,0,0,0,0,0,0,0,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Gouge Stun Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3233,0,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,10000,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,8,0,0,1,0,0,1,0,0,0,0,0,10,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,71,0,0,'Evil Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3234,5,2,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,1,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,739,116,0,0,'Disease Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3235,3,21,0,0,264256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,9,9,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3322,0,0,0,0,0,0,160,0,0,'Rancid Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3237,5,0,2,0,1024,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,7,0,0,0,101,0,20,6,6,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.2,0,0,-3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,741,114,0,0,'Curse of Thule','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3238,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,0,6,6,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,26,0,0,'Nimble Reflexes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3240,0,0,0,0,134217984,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,1,0,50,'Bloody Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3242,0,65,0,12,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,0.5,0,0,2,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,108,0,0,'Ravage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,11,11,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,746,152,0,0,'Life Harvest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3245,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,620,0,0,0,0,0,0,0,0,0,1,0,0,'Chicken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3246,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,620,0,0,0,0,0,0,0,0,0,318,0,0,'Chicken Other','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3247,0,65,1,0,1040,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,60,1,1,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,167,108,0,0,'Agonizing Pain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3248,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,9,9,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,16,0,0,'Improved Blocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3252,0,36,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,12,12,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-20,0,0,-241,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,108,0,0,'Shred','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3256,5,0,3,0,0,136,0,0,0,0,0,64,0,0,0,0,5,0,420000,15,0,0,0,101,0,0,17,17,26,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,-0.25,-0.25,-0.25,-5,-5,-5,0,0,0,16,16,16,0,0,0,8,8,8,29,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,761,1614,0,0,'Plague Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3258,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,718,95,0,0,'Savage Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3260,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,30,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,84,719,0,0,0,1,1,1,0,0,0,0,0,0,12,15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,378,137,0,0,'Violent Shield Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3261,2,18,1,0,263168,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.35,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,764,11,0,0,'Ignite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3263,5,32,1,12,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,15,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-121,0,0,0,0,6,6,0,0,0,0,0,0,0,12,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,765,152,0,0,'Touch of Ravenclaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3264,0,36,1,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,10,10,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,4,0,0,0,0,0,22,0,0,15,0,0,14,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,762,153,0,0,'Blood Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3267,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,33,25,0,165,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3268,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,165,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3269,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,0,0,0,0,0,1,1,0,0,0,0,0,0,0,138,23,0,0,8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3271,0,0,0,0,766,76,0,0,'Blessing of Thule','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3271,5,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,76,0,0,'Fatigued','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3273,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,504,0,0,'First Aid','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3274,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,504,0,0,'First Aid','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3275,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2589,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Linen Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3276,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2589,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2581,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Heavy Linen Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3277,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2592,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3530,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Wool Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3278,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2592,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3531,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Heavy Wool Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3279,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,3273,0,0,0,0,0,107,504,0,0,'Apprentice First Aid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3280,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,3274,0,0,0,0,0,107,504,0,0,'Journeyman First Aid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3281,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3276,0,0,0,0,0,107,140,0,0,'Heavy Linen Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3282,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3277,0,0,0,0,0,107,140,0,0,'Wool Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3283,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3278,0,0,0,0,0,107,140,0,0,'Heavy Wool Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3284,0,21,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3260,0,0,0,0,0,0,137,0,0,'Violent Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3286,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,11,24,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,6948,0,0,0,0,0,0,0,0,0,0,737,51,0,50,'Bind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3287,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,95,0,0,'Ghoul Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3288,3,36,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,21,21,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,721,39,0,0,'Moss Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3292,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,818,2319,0,0,0,0,14,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3487,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Copper Broadsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3293,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,774,3470,2318,0,0,0,12,2,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3488,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Battle Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3294,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,2842,3470,2318,0,0,0,10,2,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3489,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thick War Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3295,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3466,2459,1210,3478,2319,0,0,4,1,1,2,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3490,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Deadly Bronze Poniard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3296,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3466,1206,1210,3478,2319,0,0,8,1,1,1,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Bronze Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3297,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3466,3391,1705,3478,2319,0,0,6,2,1,2,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3492,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Mighty Iron Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3298,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3292,0,0,0,0,0,107,1,0,0,'Heavy Copper Broadsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3299,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3293,0,0,0,0,0,107,1,0,0,'Copper Battle Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3300,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3294,0,0,0,0,0,107,1,0,0,'Thick War Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3301,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3296,0,0,0,0,0,107,1,0,0,'Heavy Bronze Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3302,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3295,0,0,0,0,0,222,1,0,0,'Plans: Deadly Bronze Poniard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3303,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3297,0,0,0,0,0,222,1,0,0,'Plans: Mighty Iron Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3304,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2771,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3576,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Tin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3307,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2772,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3575,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Iron','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3308,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2776,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Gold','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3313,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3304,0,0,0,0,0,107,1,0,0,'Smelt Tin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3314,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2659,0,0,0,0,0,107,1,0,0,'Smelt Bronze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3315,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3308,0,0,0,0,0,107,1,0,0,'Smelt Gold','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3316,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3307,0,0,0,0,0,107,1,0,0,'Smelt Iron','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3317,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2658,0,0,0,0,0,107,1,0,0,'Smelt Silver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3319,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3469,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Chain Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3320,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2835,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3470,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Rough Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3321,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,774,3470,0,0,0,0,0,8,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3471,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Chain Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3322,5,21,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,9,9,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.75,0,0,14,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,740,160,0,0,'Rancid Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3323,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,3470,0,0,0,0,0,0,8,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3472,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runed Copper Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3324,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2321,3470,0,0,0,0,0,8,2,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3473,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runed Copper Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3325,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,818,774,0,0,0,0,0,8,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3474,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Gemmed Copper Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3326,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2836,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3478,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Coarse Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3328,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,1210,3478,0,0,0,0,0,5,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3480,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Rough Bronze Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3329,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1420,0,0,0,0,0,0,0,0,0,120,0,0,'Creature - Frog Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3330,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2842,3478,0,0,0,0,0,8,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3481,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Silvered Bronze Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3331,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2842,3478,0,0,0,0,0,6,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3482,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Silvered Bronze Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3332,3,51,4,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,15,0,0,0,101,0,0,0,40,9,0,29,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,110,0,0,'Slow Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3333,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2842,3478,0,0,0,0,0,8,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3483,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Silvered Bronze Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3334,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,1705,3478,2605,0,0,0,0,4,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3484,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Green Iron Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3335,3,36,3,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,180000,15,0,0,0,101,0,0,20,20,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-34,0,0,0,0,0,22,0,0,15,0,0,8,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,1468,0,0,'Dark Sludge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3336,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,5498,3478,2605,0,0,0,0,4,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3485,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Green Iron Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3337,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2838,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3486,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Heavy Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3338,3,21,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,25,0,0,9,9,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3322,0,0,0,0,0,0,160,0,0,'Rancid Ooze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3339,3,21,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,23,23,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,29,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,160,0,0,'Rancid Ooze Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3340,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3319,0,0,0,0,0,107,1,0,0,'Copper Chain Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3341,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3320,0,0,0,0,0,107,1,0,0,'Rough Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3342,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3323,0,0,0,0,0,107,1,0,0,'Runed Copper Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3343,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3324,0,0,0,0,0,107,1,0,0,'Runed Copper Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3344,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3326,0,0,0,0,0,107,1,0,0,'Coarse Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3345,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3328,0,0,0,0,0,107,1,0,0,'Rough Bronze Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3346,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3331,0,0,0,0,0,107,1,0,0,'Silvered Bronze Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3347,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3333,0,0,0,0,0,107,1,0,0,'Silvered Bronze Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3348,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3337,0,0,0,0,0,107,1,0,0,'Heavy Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3349,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3321,0,0,0,0,0,222,1,0,0,'Plans: Copper Chain Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3350,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3325,0,0,0,0,0,222,1,0,0,'Plans: Gemmed Copper Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3351,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3330,0,0,0,0,0,222,1,0,0,'Plans: Silvered Bronze Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3352,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3334,0,0,0,0,0,222,1,0,0,'Plans: Green Iron Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3353,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3336,0,0,0,0,0,222,1,0,0,'Plans: Green Iron Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3354,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5740,0,0,0,0,0,222,1,0,0,'Rain of Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3355,4,0,1,13,1073741824,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,20,20,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4499,180,0,0,'Freezing Trap Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,8,0,1,1,1,1,1,0), + (3356,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,19,19,22,0,0,0,0,0,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,5,1,0,1,1,0,0,0,0,0.7,-0.6,0,27,-11,0,0,0,0,6,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,724,12,0,50,'Flame Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3358,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,21,21,64,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,5000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,908,194,0,0,'Leech Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3359,1,25,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,17,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,17,0,0,1,0,0,0,0,0,2.4,0,0,101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,104,0,50,'Drink Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3360,0,36,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,'Curse of the Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3361,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3779,150,0,0,'Dummy NPC Summon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3362,5,0,0,0,33554432,4,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,9,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,565,0,0,0,0,0,0,0,0,74,90,0,0,'Dire Wolf (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3363,0,0,0,21,286359568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,1,1,0,0,0,0,0,0,0,78,58,0,0,0,0,0,0,0,0,0,0,0,0,0,15135,0,0,0,0,0,0,0,0,0,50,122,0,'Summon Riding Gryphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3364,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2782,0,0,0,0,0,222,41,0,0,'Remove Curse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3365,0,0,0,0,65936,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3366,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3368,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,15,9,9,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,7,0,0,1,0,0,0,0,0,2.4,0,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,104,0,50,'Drink Minor Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3369,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,11,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,63,0,0,'Potion Strength II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3370,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2924,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3662,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Crocolisk Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3371,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3173,3172,3174,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3220,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Blood Sausage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3372,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1468,2692,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3663,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Murloc Fin Soup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3373,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3667,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3664,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Crocolisk Gumbo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3376,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3685,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3665,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Curiously Tasty Omelet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3377,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2251,2692,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3666,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Gooey Spider Cake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3378,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3377,0,0,0,0,0,108,1,0,0,'Recipe: Gooey Spider Cake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3379,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3376,0,0,0,0,0,108,1,0,0,'Recipe: Curiously Tasty Omelet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3380,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3373,0,0,0,0,0,108,1,0,0,'Recipe: Crocolisk Gumbo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3381,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3372,0,0,0,0,0,108,1,0,0,'Recipe: Murloc Fin Soup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3382,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3371,0,0,0,0,0,222,1,0,0,'Recipe: Blood Sausage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3383,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4094,0,0,0,0,0,222,1,0,0,'Recipe: Barbecued Buzzard Wing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3385,0,65,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,15364,0,0,101,0,60,1,1,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,2.5,0,59,0,0,0,0,0,1,1,0,0,0,0,0,0,0,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,519,147,0,0,'Boar Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3386,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,131072,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,0,50,'Spears','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3387,5,36,2,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,23,23,4,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,29,0,0,0,0,6,6,0,0,0,0,0,0,0,14,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Rage of Thule','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3388,0,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,21,21,22,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,5000,0,0,1.2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,194,0,0,'Deadly Leech Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3389,0,21,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,120,0,0,'Ward of the Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3390,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,46,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,1,0,0,'Helcular\'s Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3391,0,65,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'Thrash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3393,0,2,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,1.6,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,719,147,0,0,'Consume Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3394,0,2,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,18,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3393,0,0,0,0,0,0,147,0,0,'Consume Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3396,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,17,17,9,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0.1,-2.4,0,9,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,3,22,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,835,68,0,0,'Corrosive Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3397,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3730,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3726,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Big Bear Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3398,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3731,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3727,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Hot Lion Chops','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3399,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3731,3713,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3728,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Tasty Lion Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3400,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3712,3713,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3729,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Soothing Turtle Bisque','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3401,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3397,0,0,0,0,0,222,1,0,0,'Recipe: Big Bear Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3402,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3398,0,0,0,0,0,108,1,0,0,'Recipe: Hot Lion Chops','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3403,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3399,0,0,0,0,0,108,1,0,0,'Recipe: Tasty Lion Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3404,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,0,0,0,0,0,108,1,0,0,'Recipe: Soothing Turtle Bisque','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3405,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,8,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,87,0,0,'Soul Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3407,3,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Rune of Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (3408,0,0,0,0,65552,131104,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,215,163,0,0,'Crippling Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,16384,0,0,0,1,1,1,0), + (3409,3,0,4,11,0,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,163,0,0,'Crippling Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,16384,0,1,0,1,1,1,0), + (3410,3,0,4,11,1073741824,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,99,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,247,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3411,0,0,0,0,65552,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,36,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,215,226,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3412,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,3102,0,0,0,0,0,107,1467,0,0,'Journeyman Cook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3413,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,1467,0,0,'Cooking','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3416,0,0,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,24,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,44,-51,0,0,0,1,1,1,0,0,0,0,0,0,56,13,138,0,0,0,0,0,0,0,0,0,0,0,0,2454,1,0,0,0,0,0,0,0,47,95,0,0,'Fiend Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3417,0,65,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,14,14,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,108,0,0,'Thrash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3418,0,21,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419,0,0,0,0,0,0,16,0,0,'Improved Blocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3419,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,16,0,0,'Improved Blocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3420,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,20,0,0,0,0,0,0,1,0,0,0,0,2930,3371,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3775,0,0,0,0,0,0,0,0,0,0,0,92,163,0,0,'Crippling Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3421,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,50,0,0,0,0,0,0,1,0,0,0,0,8923,8925,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3776,0,0,0,0,0,0,0,0,0,0,0,92,163,0,0,'Crippling Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3422,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3420,0,0,0,0,0,107,163,0,0,'Crippling Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3423,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,0,0,0,0,0,107,163,0,0,'Crippling Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3424,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,35,0,0,29,29,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,13,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,7639,152,0,0,'Tainted Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3427,3,36,3,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,15,15,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.25,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,789,264,0,0,'Infected Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3428,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2462,0,0,0,0,0,0,0,0,121,153,0,0,'Summon Flesh Eating Worms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3429,5,62,3,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,28,28,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.35,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,1614,0,0,'Plague Mind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3433,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7369,0,0,0,0,0,107,277,0,0,'Cleave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3434,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11608,0,0,0,0,0,107,277,0,0,'Cleave','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3435,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11609,0,0,0,0,0,107,277,0,0,'Cleave','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3436,5,36,3,0,264208,2048,0,0,0,0,0,0,0,0,0,0,5,0,420000,15,0,0,40,10,0,0,22,22,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,-4,0,0,0,0,6,6,6,0,0,0,0,0,0,14,29,42,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,3439,0,0,0,3138,1614,0,0,'Wandering Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3439,5,0,3,0,67373072,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,22,22,5,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,-6,0,0,0,0,4,4,4,0,0,0,0,0,0,14,29,42,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,3439,0,0,0,19,1614,0,0,'Wandering Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3440,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1072,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,25,0,50,'MACESTAFFSPECIAL (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3442,5,22,1,0,1310720,0,0,0,0,0,0,0,64,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,8,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,34,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,6,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,71,0,0,'Enslave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3443,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,26,26,8,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1084,30,0,50,'Enchanted Quickness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3446,0,65,0,12,20,0,0,0,0,0,0,0,0,0,0,0,1,0,70000,0,0,0,0,101,0,0,16,16,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,108,0,0,'Ravage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3447,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2453,2450,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3448,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3818,3355,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3823,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Lesser Invisibility Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3449,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3818,3369,3372,0,0,0,0,0,4,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3824,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Shadow Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3450,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3355,3821,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3825,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3451,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3357,2453,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3826,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Mighty Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3452,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3820,3356,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3827,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3453,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3358,3818,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3828,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Detect Lesser Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3454,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3358,3819,3372,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3829,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Frost Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3455,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3456,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3451,0,0,0,0,0,222,1,0,0,'Recipe: Mighty Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3457,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3453,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Detect Lesser Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3458,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3447,0,0,0,0,0,107,41,0,0,'Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3459,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,0,0,107,41,0,0,'Lesser Invisibility Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3460,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3449,0,0,0,0,0,107,41,0,0,'Shadow Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3461,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3452,0,0,0,0,0,107,41,0,0,'Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3463,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3454,0,0,0,0,0,107,41,0,0,'Frost Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3464,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,339,0,0,'Alchemy','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3465,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,3464,0,0,0,0,0,107,339,0,0,'Expert Alchemist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3466,0,73,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,44,40,99,0,3,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,2.9,0,0,80,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'zzOLDKick','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3467,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3466,0,0,0,0,0,107,246,0,0,'Kick','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3472,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,43,38,38,0,0,365,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,83,0,0,1,0,0,0,0,0,3.8,0,0,697,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (3473,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3472,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3474,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3472,0,0,0,0,0,222,1,0,0,'Holy Light','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3477,5,38,1,0,262160,524288,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,14,14,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,768,98,0,0,'Spirit Steal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3479,1,0,0,0,262144,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,0,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,122,0,'zzOLDHarm Undead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3481,1,0,0,0,262144,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,0,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,158,122,0,'zzOLDHarm Undead II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3485,5,36,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,14,14,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,22,0,0,15,0,0,13,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,769,98,0,0,'Wail of Nightlash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3486,1,38,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,33,21,0,37,0,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,86,99,122,0,'zzOLDPersonal Shadow Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3487,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,321,133,122,0,'zzOLDResistance Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (3488,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,771,0,0,0,0,0,0,0,0,64,120,0,0,'Felstrom Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3490,0,21,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,26,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,-16,0,0,0,0,1,1,0,0,0,0,0,0,0,138,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,924,95,0,0,'Frenzied Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3491,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2880,3470,818,2319,0,0,0,6,4,2,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3848,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Big Bronze Knife','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3492,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3466,3486,1705,4234,0,0,0,6,2,1,2,3,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Hardened Iron Shortsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3493,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3466,3486,1529,4234,0,0,0,8,2,2,2,3,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3850,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Jade Serpentblade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3494,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3466,3486,2842,4234,0,0,0,8,2,1,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3851,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Solid Iron Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3495,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3577,1705,3466,4234,3486,0,0,10,4,2,2,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3852,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Iron Destroyer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3496,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3466,3486,1705,4234,0,0,0,8,2,2,3,3,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3853,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Moonsteel Broadsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3497,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3466,3486,1529,3829,4234,0,0,8,2,2,2,1,4,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3854,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Frost Tiger Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3498,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3466,3486,3577,4234,0,0,0,14,2,2,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3855,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Massive Iron Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3499,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,15,0,0,0,101,0,0,0,31,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2475,0,0,0,0,0,0,0,0,1485,160,0,0,'Summon Sloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3500,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3466,3486,3864,3824,4234,0,0,10,2,3,2,1,3,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3856,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Shadow Crescent Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3501,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,2605,0,0,0,0,0,0,6,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3835,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Green Iron Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3502,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3864,2605,0,0,0,0,0,12,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3836,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Green Iron Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3503,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3577,3486,0,0,0,0,0,8,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3837,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Scale Coif','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3504,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3486,2605,0,0,0,0,0,7,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3840,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Green Iron Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3505,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3577,3486,0,0,0,0,0,6,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3841,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Scale Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3506,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3486,2605,0,0,0,0,0,8,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3842,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Green Iron Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3507,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3577,3486,0,0,0,0,0,10,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3843,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Scale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3508,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3486,1529,1206,4255,0,0,0,20,4,2,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3844,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Green Iron Hauberk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3509,0,0,0,0,67371088,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,39,0,0,0,1,1,1,0,0,0,0,0,0,42,13,31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3510,0,0,0,0,0,0,170,0,0,'Sloth Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3510,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,152,0,0,'Sloth Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3511,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3577,3486,1529,0,0,0,0,12,2,4,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3845,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Scale Cuirass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3512,0,0,0,0,67371088,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,39,0,0,0,1,1,1,0,0,0,0,0,0,42,13,31,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3514,0,0,0,0,0,0,152,0,0,'Sludge Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3513,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3864,1705,3486,0,0,0,0,8,1,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3846,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Polished Steel Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3514,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,152,0,0,'Sludge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3515,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3577,3486,3864,0,0,0,0,10,4,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Scale Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3516,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3491,0,0,0,0,0,107,1,0,0,'Big Bronze Knife','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3517,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3492,0,0,0,0,0,107,1,0,0,'Hardened Iron Shortsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3518,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,107,1,0,0,'Solid Iron Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3519,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3496,0,0,0,0,0,107,1,0,0,'Moonsteel Broadsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3520,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3498,0,0,0,0,0,107,1,0,0,'Massive Iron Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3521,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3501,0,0,0,0,0,107,1,0,0,'Green Iron Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3522,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3502,0,0,0,0,0,107,1,0,0,'Green Iron Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3524,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3506,0,0,0,0,0,107,1,0,0,'Green Iron Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3525,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3508,0,0,0,0,0,107,1,0,0,'Green Iron Hauberk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3526,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3493,0,0,0,0,0,222,1,0,0,'Plans: Jade Serpentblade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3527,0,23,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,20000,0,15,0,0,0,101,0,0,0,31,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2479,0,0,0,0,0,0,0,0,1485,160,0,0,'Summon Sludge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3528,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3495,0,0,0,0,0,222,1,0,0,'Plans: Golden Iron Destroyer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3529,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3497,0,0,0,0,0,222,1,0,0,'Plans: Frost Tiger Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3530,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,0,0,0,0,0,222,1,0,0,'Plans: Shadow Crescent Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3531,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3504,0,0,0,0,0,222,1,0,0,'Plans: Green Iron Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3532,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3505,0,0,0,0,0,222,1,0,0,'Plans: Golden Scale Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3533,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3507,0,0,0,0,0,222,1,0,0,'Plans: Golden Scale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3534,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3511,0,0,0,0,0,222,1,0,0,'Plans: Golden Scale Cuirass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3535,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3513,0,0,0,0,0,222,1,0,0,'Plans: Polished Steel Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3536,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3515,0,0,0,0,0,222,1,0,0,'Plans: Golden Scale Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3537,0,23,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,31,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,42,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2475,2479,0,0,0,0,0,0,0,105,160,0,0,'Minions of Malathrom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3538,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,335,0,0,'Blacksmithing','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3539,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,3538,0,0,0,0,0,107,335,0,0,'Expert Blacksmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3542,3,34,1,7,1024,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,27,27,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,20,0,0,'Naraxis Web','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,25000,15,0,0,0,101,0,0,0,35,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,-26,-11,0,0,0,1,1,1,0,0,0,0,0,0,138,33,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,63,95,0,0,'Enraging Memories','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3549,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6392,0,0,0,0,0,222,1,0,0,'zzOLDAgitating Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3551,0,65,0,12,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,15,0,0,'Skull Crack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3552,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,38,38,0,0,800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5513,0,0,0,0,0,0,0,0,0,0,0,161,1037,0,0,'Conjure Mana Jade','','','','','','','','','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (3553,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3552,0,0,0,0,0,107,1037,0,0,'Conjure Mana Jade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3558,4,99,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,30,0,98,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,16,133,0,50,'zzOLDResist Frost','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3559,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,0,0,0,0,0,222,1,0,0,'Ethereal Form','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3560,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3558,0,0,0,0,0,107,133,0,0,'Resist Frost','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3561,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,17031,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1491,0,50,'Teleport: Stormwind','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (3562,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,17031,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1489,0,50,'Teleport: Ironforge','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (3563,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,17031,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1493,0,50,'Teleport: Undercity','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (3564,0,0,0,0,65680,0,0,0,0,0,0,16384,0,0,0,0,28,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,2901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,118,0,1,1,0,1,1,0,0,0,0,5,0,0,-1,2,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,186,0,0,0,0,0,0,0,93,336,0,0,'Mining','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3565,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,30,30,0,0,120,0,0,0,1,0,0,0,0,17031,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1486,0,50,'Teleport: Darnassus','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (3566,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,30,30,0,0,120,0,0,0,1,0,0,0,0,17031,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1492,0,50,'Teleport: Thunder Bluff','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (3567,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,17031,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1490,0,50,'Teleport: Orgrimmar','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (3568,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,3564,0,0,0,0,0,107,336,0,0,'Expert Miner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3569,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3575,3857,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3859,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Steel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3570,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,118,0,1,1,0,1,1,0,0,0,0,5,0,0,-1,2,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,182,0,0,0,0,0,0,0,91,39,0,0,'Herb Gathering','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3571,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,3570,0,0,0,0,0,107,345,0,0,'Expert Herbalist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3574,0,0,1,0,67371024,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,319,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,22,33,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,774,148,0,0,'Skin of Rock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3576,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2139,0,0,0,0,0,107,17,0,0,'Counterspell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3577,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3563,0,0,0,0,0,107,1493,0,0,'Teleport: Undercity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3578,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3565,0,0,0,0,0,107,1486,0,0,'Teleport: Darnassus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3579,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3566,0,0,0,0,0,107,1492,0,0,'Teleport: Thunder Bluff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3580,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3567,0,0,0,0,0,107,1490,0,0,'Teleport: Orgrimmar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3581,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3562,0,0,0,0,0,107,1489,0,0,'Teleport: Ironforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3582,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,15,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3602,0,0,0,0,0,0,31,0,0,'Torch Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3583,3,18,4,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,120000,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.7,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,194,0,0,'Deadly Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3584,3,18,3,0,2048,0,0,0,0,0,0,0,0,0,0,0,5,0,180000,31,0,0,0,101,0,0,15,15,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3585,0,0,0,0,0,846,203,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3585,3,0,3,0,0,0,0,536870912,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,15,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,3,0,0,44,0,0,0,0,0,22,0,0,33,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,203,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3586,3,18,3,0,2048,0,0,0,0,0,0,0,0,0,0,0,5,0,180000,31,0,0,0,101,0,0,25,25,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3587,0,0,0,0,0,846,203,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3587,3,0,3,0,0,0,0,536870912,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,22,0,0,33,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,203,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3589,5,36,0,9,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,9,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,798,91,0,0,'Deafening Screech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3591,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,38,30,61,4,101,1,1,1,0,0,0,0,0,0,369,0,349,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,101,1,0,0,'Blessing of the Holy Spring','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3592,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,35,35,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,38,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,147,1,0,0,'Cure Ailments','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3593,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1304,0,0,'Health II','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (3594,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,34,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,215,1,0,0,'Shadow Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3595,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,215,1,0,0,'Frost Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3596,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3569,0,0,0,0,0,107,1,0,0,'Smelt Steel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3597,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,3,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,25,0,0,'zzOLDSmash','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3598,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3597,0,0,0,0,0,107,25,0,0,'Smash','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3599,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,9,0,25,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2523,0,0,0,0,0,0,0,0,221,680,0,0,'Searing Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,16,0,0,1,1,1,1,0), + (3600,3,0,1,11,0,136,268435456,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,686,0,0,'Earthbind','','','','','','','','','','','','','','','',0,0,0,0,11,4294967296,0,1,1,1,1,1,0), + (3602,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,21,15,15,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.8,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Torch Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3603,0,36,0,0,1040,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-36,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,146,0,0,'Distracting Pain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3604,0,36,0,11,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,46,1,1,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,842,138,0,0,'Tendon Rip','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3605,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,13,0,0,0,101,0,0,18,18,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,286,162,0,0,'Summon Remote-Controlled Golem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3606,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,680,0,0,'Attack','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (3607,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,153,0,0,'Yenniku\'s Release','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3609,0,36,4,12,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,23,23,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,163,0,0,'Paralyzing Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3611,0,23,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,20,0,0,9,0,0,0,101,0,0,0,27,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2531,0,0,0,0,0,0,0,0,64,120,0,0,'Minion of Morganth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3612,0,0,0,0,268435456,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,698,0,0,0,0,0,0,0,0,0,67,0,0,'Bloodscalp Pet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3615,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2540,0,0,0,0,0,0,0,0,763,103,0,0,'Summon Dalaran Serpent','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3616,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,152,0,0,'Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3617,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'Quiet Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3618,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,153,0,0,'Self Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,0,0,0,0,0,0,0,0,67,0,0,'Skullsplitter Pet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3627,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,39,34,34,29,0,160,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,75,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (3628,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3629,5,0,1,0,16,0,0,0,0,17,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,0,33,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,-11,0,0,0,0,1,1,0,0,0,0,0,0,0,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,47,50,0,0,'zzOLDSpell - Reuse 3629','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (3630,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3629,0,0,0,0,0,107,50,0,0,'Beast Rage III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3631,3,55,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,13,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,814,86,0,0,'Battle Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3635,0,36,1,12,0,0,0,0,0,0,0,0,0,0,0,0,5,0,45000,15,0,0,0,101,0,0,30,30,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,861,148,0,0,'Crystal Gaze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3636,0,36,1,10,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,2,0,0,101,0,0,23,23,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1144,44,0,0,'Crystalline Slumber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3637,0,21,0,0,262208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,0,34,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3639,0,0,0,0,0,44,16,0,0,'Improved Blocking III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3639,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,16,0,0,'Improved Blocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3644,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,153,0,0,'Speak with Heads','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3648,3,37,0,0,33554432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15367,0,0,101,0,0,0,1,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,50,'Phase Out','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3650,0,36,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,0,0,0,0,101,0,0,24,24,8,0,0,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,776,44,0,0,'Sling Mud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3651,0,54,1,0,16,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,15,0,0,0,101,0,0,33,33,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,1,1,0,0,0,0,0,0,28,26,27,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,154,87,0,0,'Shield of Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3652,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,13,0,0,0,101,0,0,0,32,1,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2623,0,0,0,0,0,0,0,0,125,47,0,0,'Summon Spirit of Old','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (3653,0,0,0,0,67108928,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,87,0,0,'Spirit of Old','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,13,0,0,0,101,0,0,0,32,21,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2271,0,0,0,0,0,0,0,0,2046,47,0,0,'Summon Shield Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (3657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,13,0,0,0,101,0,0,0,32,21,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2273,0,0,0,0,0,0,0,0,74,47,0,0,'Summon Spell Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,13,0,0,0,101,0,0,0,32,21,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2272,0,0,0,0,0,0,0,0,2046,47,0,0,'Summon Theurgist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (3659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,1,0,0,'Mage Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,157,153,0,0,'Create Soul Gem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3661,3,0,0,0,65536,4,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,31756,0,101,0,0,28,28,28,0,155,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,5,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,267,0,50,'Mend Pet','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,8388608,0,1,1,1,1,1,0), + (3662,3,0,0,0,65536,4,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,31756,0,101,0,0,36,36,28,0,225,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,102,0,0,0,0,0,5,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,267,0,50,'Mend Pet','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,8388608,0,1,1,1,1,1,0), + (3663,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3661,0,0,0,0,0,107,267,0,0,'Mend Pet','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3664,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3662,0,0,0,0,0,107,267,0,0,'Mend Pet','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3666,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3009,0,0,0,0,0,107,262,0,50,'Claw','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3667,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16830,0,0,0,0,0,107,262,0,50,'Claw','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3668,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,38,99,0,2,2,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,'zzOLDTrueshot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (3669,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3668,0,0,0,0,0,107,253,0,0,'Trueshot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3670,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Unlock Maury\'s Foot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3671,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,33,33,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,-16,0,0,0,0,1,1,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,796,66,0,0,'Cracking Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3672,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,33,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-27,-26,0,0,0,0,1,1,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,796,66,0,0,'Crumbling Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3673,0,0,0,0,75497472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,33,33,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-41,-41,0,0,0,0,1,1,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,796,66,0,0,'Reduced to Rubble','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3674,5,0,0,0,65538,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,50,50,9,0,0,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-71,9,9,0,0,0,6,6,6,0,0,0,0,0,0,33,3,64,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3222,127,0,0,'Black Arrow','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (3675,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3674,0,0,0,0,0,107,127,0,0,'Black Arrow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3678,0,0,0,0,65536,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Focusing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3680,3,37,6,0,269484032,256,0,0,0,0,0,0,0,0,0,0,1,0,600000,13,80899,0,0,101,0,0,33,33,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4226,1311,0,50,'Lesser Invisibility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (3682,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6146,0,0,0,0,0,222,1,0,0,'Slow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3684,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2812,0,0,0,0,0,222,1,0,0,'Judgement','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3686,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2941,0,0,0,0,0,222,1,0,0,'Immolate','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3688,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3140,0,0,0,0,0,222,1,0,0,'Fireball','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3690,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,0,0,0,222,125,0,0,'Exorcism','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3691,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2645,0,0,0,0,0,222,1,0,0,'Ghost Wolf','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3692,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2970,0,0,0,0,0,222,1,0,0,'Detect Invisibility','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3693,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,0,0,0,0,0,222,125,0,0,'Burning Spirit','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3694,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,222,207,0,0,'Seal of Reckoning','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3695,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1034,0,0,0,0,0,222,33,0,0,'Seal of Reckoning','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3696,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5505,0,0,0,0,0,222,33,0,0,'Conjure Water','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3697,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,0,0,0,0,0,222,33,0,0,'Divine Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3698,5,0,0,0,65536,16388,2056,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,20,20,1,4294967294,15,0,10,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,-101,0,0,0,0,5,1,0,0,0,0,0,0,0,8,88,0,1000,0,0,2.25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Health Funnel','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,16777216,0,1,1,1,1,1,0), + (3699,5,0,0,0,65536,16388,2056,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,28,28,1,4294967294,24,0,17,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,42,-101,0,0,0,0,5,1,0,0,0,0,0,0,0,8,88,0,1000,0,0,2.42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Health Funnel','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,16777216,0,1,1,1,1,1,0), + (3700,5,0,0,0,65536,16388,2056,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,36,36,1,4294967294,39,0,24,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,63,-101,0,0,0,0,5,1,0,0,0,0,0,0,0,8,88,0,1000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Health Funnel','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,16777216,0,1,1,1,1,1,0), + (3701,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3698,0,0,0,0,0,222,1,0,0,'Health Funnel','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3702,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3699,0,0,0,0,0,222,1,0,0,'Health Funnel','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3703,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,222,1,0,0,'Health Funnel','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3704,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,755,0,0,0,0,0,107,153,0,0,'Health Funnel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3705,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3698,0,0,0,0,0,107,153,0,0,'Health Funnel','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3706,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3699,0,0,0,0,0,107,153,0,0,'Health Funnel','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3707,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3700,0,0,0,0,0,107,153,0,0,'Health Funnel','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3710,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,0,0,0,0,0,107,150,0,0,'Mana Funnel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3712,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,2,0,27,47,0,1,1,0,0,0,0,0,0,0,168,283,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,154,0,0,'zzOLDDark Ritual II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3713,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,222,1,0,0,'Seal of Wisdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3714,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1947,0,0,0,0,0,107,154,0,0,'Dark Ritual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3715,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3712,0,0,0,0,0,107,154,0,0,'Dark Ritual II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3716,5,36,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,15,10,10,0,0,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,173,0,0,'Torment','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (3717,5,0,0,0,67108944,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,94,0,0,'zzOLDSuccubus Link','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3718,2,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,137,0,0,'Syndicate Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3719,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,127,1,0,0,'Debuff Holy Resist (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3720,0,0,0,0,262160,0,0,0,0,0,0,64,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,37,21,0,0,0,0,0,54,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,2637,0,0,0,0,0,0,0,0,67,137,0,0,'Throw Syndicate Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3721,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,1,0,50,'Teleport Altar of the Tides','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,35,35,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2638,0,0,0,0,0,0,0,0,1583,164,0,0,'Summon Syndicate Spectre','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3723,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28609,0,0,0,0,0,222,1,0,0,'Frost Ward','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3724,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,759,0,0,0,0,0,222,1,0,0,'Conjure Mana Gem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3725,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1152,0,0,0,0,0,222,1,0,0,'Purify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3726,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6343,0,0,0,0,0,222,1,0,0,'Thunder Clap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3727,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2484,0,0,0,0,0,222,1,0,0,'zzOLDEarthbind Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3728,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2609,0,0,0,0,0,222,117,0,0,'Shock','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3729,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2610,0,0,0,0,0,222,117,0,0,'Shock','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Initialize Image','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (3731,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599,0,0,0,0,0,222,1,0,0,'zzOLDSerpent Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3732,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,222,1,0,0,'Hellfire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3733,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5697,0,0,0,0,0,222,64,0,0,'Demon Breath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3734,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8936,0,0,0,0,0,222,1,0,0,'Regrowth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3735,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6778,0,0,0,0,0,222,1,0,0,'Healing Touch','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3737,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6780,0,0,0,0,0,222,1,0,0,'Wrath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3738,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2895,0,0,0,0,0,222,1,0,0,'zzOLDCure Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3739,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17390,0,0,0,0,0,107,109,0,0,'Faerie Fire (Feral)','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,0,0,0,0,0,222,1,0,0,'zzOLDRejuvenation','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3741,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,47,0,0,'Holy Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3742,3,21,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,45,45,8,0,8,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Static Electricity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (3743,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,3,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Smash','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (3744,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3743,0,0,0,0,0,107,25,0,0,'Holy Smash','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3745,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1706,0,0,0,0,0,222,1,0,0,'Levitate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3746,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6363,0,0,0,0,0,222,1,0,0,'zzOLDSerpent Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3747,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,29,24,24,9,0,175,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,2,0,0,233,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (3748,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3747,0,0,0,0,0,222,104,0,0,'Holy Word: Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3750,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2783,0,0,0,0,0,222,41,0,0,'Remove Curse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3751,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6219,0,0,0,0,0,222,1,0,0,'Rain of Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3752,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2767,0,0,0,0,0,222,1,0,0,'Shadow Word: Pain','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3753,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,6,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4237,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Handstitched Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3755,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,3,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4238,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Linen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3756,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,3,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Embossed Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3757,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4240,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Woolen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3758,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2605,2321,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4241,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Green Woolen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3759,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4231,2318,2320,0,0,0,0,0,1,6,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4242,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Embossed Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3760,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2321,0,0,0,0,0,0,5,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3719,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Hillman\'s Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3761,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4231,2318,2320,0,0,0,0,0,3,6,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4243,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Fine Leather Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3762,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4243,4231,2320,0,0,0,0,0,1,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4244,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Hillman\'s Leather Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3763,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,6,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4246,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Fine Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3764,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,2321,0,0,0,0,0,0,14,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4247,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Hillman\'s Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3765,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2312,4233,2321,4340,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4248,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dark Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3766,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4246,4233,2321,4340,0,0,0,0,1,1,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4249,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dark Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3767,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,3383,2321,0,0,0,0,0,8,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4250,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Hillman\'s Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3768,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4233,2319,2321,0,0,0,0,0,1,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4251,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Hillman\'s Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3769,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,3390,4340,2321,0,0,0,0,12,1,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4252,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dark Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3770,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,4233,3389,3182,2321,0,0,0,4,2,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4253,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Toughened Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3771,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,5637,2321,0,0,0,0,0,6,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4254,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Barbaric Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3772,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2605,2321,0,0,0,0,0,9,2,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4255,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Green Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3773,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4236,4234,3824,2321,0,0,0,0,2,12,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4256,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Guardian Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3774,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4236,4234,2321,2605,7071,0,0,0,1,5,1,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4257,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Green Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3775,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4236,4234,2321,7071,0,0,0,0,2,4,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4258,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Guardian Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3776,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4236,4234,2605,2321,0,0,0,0,2,6,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4259,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Green Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3777,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4236,4291,0,0,0,0,0,6,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4260,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Guardian Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3778,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4236,5500,1529,3864,2321,0,0,0,4,2,2,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4262,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Gem-studded Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3779,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4236,4096,5633,4291,7071,0,0,6,2,2,1,1,1,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4264,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Barbaric Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3780,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2321,0,0,0,0,0,0,5,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4265,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3781,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3780,0,0,0,0,0,107,41,0,0,'Heavy Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3782,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3753,0,0,0,0,0,107,41,0,0,'Handstitched Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3783,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3755,0,0,0,0,0,107,41,0,0,'Linen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3784,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3756,0,0,0,0,0,107,41,0,0,'Embossed Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3785,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3757,0,0,0,0,0,107,41,0,0,'Woolen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3786,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3759,0,0,0,0,0,107,41,0,0,'Embossed Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3787,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3760,0,0,0,0,0,107,41,0,0,'Hillman\'s Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3788,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3761,0,0,0,0,0,107,41,0,0,'Fine Leather Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3789,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3763,0,0,0,0,0,107,41,0,0,'Fine Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3790,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3764,0,0,0,0,0,107,41,0,0,'Hillman\'s Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3792,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3766,0,0,0,0,0,107,41,0,0,'Dark Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3793,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3768,0,0,0,0,0,107,41,0,0,'Hillman\'s Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3794,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3770,0,0,0,0,0,107,41,0,0,'Toughened Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3795,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3774,0,0,0,0,0,107,41,0,0,'Green Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3796,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3772,0,0,0,0,0,107,41,0,0,'Green Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3797,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3776,0,0,0,0,0,107,41,0,0,'Green Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3798,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3778,0,0,0,0,0,107,41,0,0,'Gem-studded Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3799,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3758,0,0,0,0,0,222,1,0,0,'Pattern: Green Woolen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3800,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3762,0,0,0,0,0,222,1,0,0,'Pattern: Hillman\'s Leather Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3801,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7153,0,0,0,0,0,222,1,0,0,'Pattern: Guardian Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3802,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3767,0,0,0,0,0,222,1,0,0,'Pattern: Hillman\'s Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3803,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3769,0,0,0,0,0,222,1,0,0,'Pattern: Dark Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3804,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3771,0,0,0,0,0,222,1,0,0,'Pattern: Barbaric Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3805,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3773,0,0,0,0,0,222,1,0,0,'Pattern: Guardian Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3806,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3775,0,0,0,0,0,222,1,0,0,'Pattern: Guardian Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3807,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3777,0,0,0,0,0,222,1,0,0,'Pattern: Guardian Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3808,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3779,0,0,0,0,0,222,1,0,0,'Pattern: Barbaric Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3810,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2054,0,0,0,0,0,222,1,0,0,'Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3811,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,326,0,0,'Leatherworking','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3812,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,3811,0,0,0,0,0,107,326,0,0,'Expert Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3813,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4234,2321,0,0,0,0,0,3,2,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4245,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Small Silk Pack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3814,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3813,0,0,0,0,0,107,41,0,0,'Small Silk Pack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3815,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,35,35,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,49,0,0,0,0,0,22,0,0,15,0,0,14,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,149,0,0,'Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3816,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,783,4289,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4231,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Cured Light Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3817,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4232,4289,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4233,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Cured Medium Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3818,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4235,4289,0,0,0,0,0,0,1,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4236,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Cured Heavy Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3819,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3817,0,0,0,0,0,107,41,0,0,'Cured Medium Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3820,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3818,0,0,0,0,0,107,41,0,0,'Cured Heavy Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3821,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3816,0,0,0,0,0,107,41,0,0,'Cured Light Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3822,2,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,137,0,0,'Proximity Bomb Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3823,0,23,0,0,262160,0,0,0,0,0,0,64,0,0,0,0,1,0,7000,0,0,0,0,101,0,0,0,37,21,0,0,0,0,0,54,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,98,137,0,0,'Throw Proximity Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3825,5,21,1,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3826,0,0,0,0,0,70,76,0,50,'Ward of Laze Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3826,5,21,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-55,0,0,0,0,0,22,0,0,15,0,0,9,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,76,0,50,'Ward of Laze effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (3827,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,36,36,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2667,0,0,0,0,0,0,0,0,139,120,0,0,'Ward of Laze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3837,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2635,0,0,0,0,0,107,67,0,0,'Beast Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3839,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4306,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4305,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Bolt of Silk Cloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3840,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4307,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Heavy Linen Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3841,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,2605,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4308,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Green Linen Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3842,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2321,0,0,0,0,0,0,4,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4309,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Handstitched Linen Britches','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3843,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4310,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Heavy Woolen Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3844,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,5498,0,0,0,0,0,3,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4311,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Heavy Woolen Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3845,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2318,2321,0,0,0,0,0,5,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4312,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Soft-soled Linen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3847,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2318,2321,2604,0,0,0,0,4,2,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4313,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Woolen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3848,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,0,0,0,0,0,0,3,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4314,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Double-stitched Woolen Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3849,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2319,2321,0,0,0,0,0,6,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4315,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Reinforced Woolen Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3850,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,0,0,0,0,0,0,5,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4316,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Heavy Woolen Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3851,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,5500,2321,0,0,0,0,0,6,1,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4317,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Phoenix Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3852,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,3383,0,0,0,0,0,4,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4318,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Gloves of Meditation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3854,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4234,6260,2321,0,0,0,0,3,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4319,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Azure Silk Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3855,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2319,3182,5500,0,0,0,0,2,4,4,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4320,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Spidersilk Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3856,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,3182,2321,0,0,0,0,0,3,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4321,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Spider Silk Slippers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3857,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2321,4337,0,0,0,0,0,3,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4322,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Enchanter\'s Cowl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3858,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4291,3824,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4323,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Shadow Hood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3859,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,6260,0,0,0,0,0,0,5,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4324,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Azure Silk Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3860,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4291,4337,0,0,0,0,0,4,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4325,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Boots of the Enchanter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3861,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,3827,4291,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4326,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Long Silken Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3862,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,4291,3829,4337,0,0,0,0,3,2,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4327,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Icy Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3863,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4337,7071,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4328,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Spider Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3864,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,4234,3864,7071,4291,0,0,0,4,4,1,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4329,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Star Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3865,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4338,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4339,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Bolt of Mageweave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3866,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2604,2321,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4330,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stylish Red Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3868,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,5500,2321,2324,0,0,0,0,4,1,4,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4331,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Phoenix Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3869,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4341,2321,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4332,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Bright Yellow Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3870,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4340,2321,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4333,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Dark Silk Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3871,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2324,2321,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4334,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Formal White Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3872,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4342,4291,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4335,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Rich Purple Silk Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3873,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2325,4291,0,0,0,0,0,5,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4336,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Black Swashbuckler\'s Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3874,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3839,0,0,0,0,0,107,41,0,0,'Bolt of Silk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3875,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3865,0,0,0,0,0,107,41,0,0,'Bolt of Mageweave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3876,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3840,0,0,0,0,0,107,41,0,0,'Heavy Linen Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3877,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3841,0,0,0,0,0,107,41,0,0,'Green Linen Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3878,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3842,0,0,0,0,0,107,41,0,0,'Handstitched Linen Britches','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3879,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3843,0,0,0,0,0,107,41,0,0,'Heavy Woolen Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3880,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3845,0,0,0,0,0,107,41,0,0,'Soft-soled Linen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3881,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3848,0,0,0,0,0,107,41,0,0,'Double-stitched Woolen Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3882,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3850,0,0,0,0,0,107,41,0,0,'Heavy Woolen Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3884,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3852,0,0,0,0,0,107,41,0,0,'Gloves of Meditation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3885,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3854,0,0,0,0,0,107,41,0,0,'Azure Silk Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3886,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3855,0,0,0,0,0,107,41,0,0,'Spidersilk Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3887,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3857,0,0,0,0,0,107,41,0,0,'Enchanter\'s Cowl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3888,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3859,0,0,0,0,0,107,41,0,0,'Azure Silk Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3889,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3861,0,0,0,0,0,107,41,0,0,'Long Silken Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3890,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3866,0,0,0,0,0,107,41,0,0,'Stylish Red Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3891,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3869,0,0,0,0,0,107,41,0,0,'Bright Yellow Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3892,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3870,0,0,0,0,0,107,41,0,0,'Dark Silk Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3893,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3871,0,0,0,0,0,107,41,0,0,'Formal White Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3894,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3873,0,0,0,0,0,107,41,0,0,'Black Swashbuckler\'s Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3895,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3844,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Woolen Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3896,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3847,0,0,0,0,0,222,1,0,0,'Pattern: Red Woolen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3897,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3849,0,0,0,0,0,222,1,0,0,'Pattern: Reinforced Woolen Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3898,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3851,0,0,0,0,0,222,1,0,0,'Pattern: Phoenix Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3899,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3856,0,0,0,0,0,222,1,0,0,'Pattern: Spider Silk Slippers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3900,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3858,0,0,0,0,0,222,1,0,0,'Pattern: Shadow Hood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3901,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,0,0,0,0,0,222,1,0,0,'Pattern: Boots of the Enchanter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3902,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3862,0,0,0,0,0,222,1,0,0,'Pattern: Icy Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3903,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3863,0,0,0,0,0,222,1,0,0,'Pattern: Spider Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3904,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3864,0,0,0,0,0,222,1,0,0,'Pattern: Star Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3905,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3868,0,0,0,0,0,222,1,0,0,'Pattern: Phoenix Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3906,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6692,0,0,0,0,0,222,1,0,0,'Pattern: Robes of Arcana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3908,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,341,0,0,'Tailoring','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3909,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,341,0,0,'Tailoring','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3910,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,341,0,0,'Tailoring','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3911,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,3908,0,0,0,0,0,107,341,0,0,'Apprentice Tailor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3912,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,3909,0,0,0,0,0,107,341,0,0,'Journeyman Tailor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3913,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,3910,0,0,0,0,0,107,341,0,0,'Expert Tailor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3914,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4343,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Brown Linen Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3915,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4344,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Brown Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3916,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3914,0,0,0,0,0,107,41,0,0,'Brown Linen Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3917,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3915,0,0,0,0,0,107,41,0,0,'Brown Linen Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3918,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2835,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4357,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Rough Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3919,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4357,2589,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4358,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Rough Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3920,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4357,2840,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8067,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Crafted Light Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3921,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4357,2840,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2518,0,0,100,0,0,0,0,0,0,0,0,88,1,0,0,'Deprecated Solid Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3922,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4359,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Handful of Copper Bolts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3923,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,4359,4357,2589,0,0,0,0,1,1,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4360,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Rough Copper Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3924,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4361,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Copper Tube','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3925,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,4361,4359,4399,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4362,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Rough Boomstick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3926,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4359,2840,2589,0,0,0,0,0,2,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4363,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Copper Modulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3928,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4363,4359,2840,774,0,0,0,0,1,1,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4401,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mechanical Squirrel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3929,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2836,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4364,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Coarse Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3930,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4364,2840,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8068,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Crafted Heavy Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3931,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4364,2589,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4365,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Coarse Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3932,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4363,4359,2841,2592,0,0,0,0,1,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4366,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3933,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4364,4363,2318,159,0,0,0,0,2,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4367,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Small Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3934,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,0,2318,818,0,0,0,0,0,0,6,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4368,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Flying Tiger Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3936,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4361,4359,4399,2319,0,0,0,0,2,4,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4369,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Deadly Blunderbuss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3937,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,4364,4404,0,0,0,0,0,3,4,1,0,0,0,0,0,-1,0,0,24,0,0,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4370,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Large Copper Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3938,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2880,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4371,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Bronze Tube','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3939,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4371,4359,4400,1206,0,0,0,0,2,2,1,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4372,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Lovingly Crafted Boomstick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3940,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,1210,0,0,0,0,0,0,4,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4373,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Shadow Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3941,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,4364,2841,4404,2592,0,0,0,0,4,2,1,1,0,0,0,0,-1,0,0,24,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4374,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Small Bronze Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3942,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,2841,2592,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4375,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Whirring Bronze Gizmo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3944,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4375,4402,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4376,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Flame Deflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3945,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2838,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4377,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Heavy Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3946,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,2592,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4378,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Heavy Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3947,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,2841,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8069,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Crafted Solid Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (3949,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4371,4375,4400,2842,0,0,0,0,2,2,1,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4379,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Silver-plated Shotgun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3950,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4377,2841,4404,0,0,0,0,0,2,3,1,0,0,0,0,0,-1,0,0,24,0,0,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4380,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Big Bronze Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3952,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4371,4375,2319,1206,0,0,0,0,1,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4381,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Minor Recombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3953,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2841,2319,2592,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4382,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Bronze Framework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3954,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4371,4375,4400,1705,0,0,0,0,3,3,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4383,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Moonsight Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3955,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4382,4375,4377,2592,0,0,0,0,1,1,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4384,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Explosive Sheep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3956,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,0,2319,1206,4368,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4385,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Green Tinted Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3957,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4375,3829,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4386,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Ice Deflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3958,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4387,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Iron Strut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3959,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4375,4306,1529,4371,0,0,0,0,3,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4388,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Discombobulator Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3960,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4371,4387,4377,2319,0,0,0,0,4,1,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4403,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Portable Bronze Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3961,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3575,10558,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4389,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gyrochronatom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3962,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,4377,4306,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4390,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Iron Grenade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3963,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4387,4382,4389,4234,0,0,0,0,2,1,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4391,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Compact Harvest Reaper Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3964,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,3575,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3034,0,0,100,0,0,0,0,0,0,0,0,88,1,0,0,'Deprecated BKP \"Impact\" Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3965,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4387,4382,4389,4234,0,0,0,0,1,1,1,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4392,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Advanced Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3966,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4234,3864,0,0,0,0,0,0,6,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4393,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Craftsman\'s Monocle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3967,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3575,4377,4404,0,0,0,0,0,3,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4394,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Big Iron Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3968,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4377,3575,4389,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4395,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Land Mine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3969,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4382,4387,4389,3864,7191,0,0,0,1,4,4,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4396,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3971,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4389,1529,1705,3864,7191,0,0,0,4,2,2,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4397,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Cloaking Device','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3972,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10505,4234,159,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4398,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Large Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3973,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2842,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4404,0,0,5,0,0,0,0,0,0,0,0,2641,1,0,0,'Silver Contact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3974,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,215,1,0,0,'Crude Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3975,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,215,1,0,0,'Standard Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3976,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,215,1,0,0,'Accurate Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3977,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,0,4361,774,4359,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4405,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Crude Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3978,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,0,4371,1206,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4406,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Standard Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3979,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4371,1529,3864,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4407,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Accurate Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3980,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3918,0,0,0,0,0,107,1,0,0,'Rough Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3981,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3919,0,0,0,0,0,107,1,0,0,'Rough Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3982,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3920,0,0,0,0,0,107,1,0,0,'Crafted Light Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3983,0,0,0,0,262144,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3921,0,0,0,0,0,107,1,0,0,'Solid Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3984,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922,0,0,0,0,0,107,1,0,0,'Handful of Copper Bolts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3985,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3923,0,0,0,0,0,107,1,0,0,'Rough Copper Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3986,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3924,0,0,0,0,0,107,1,0,0,'Copper Tube','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3987,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3925,0,0,0,0,0,107,1,0,0,'Rough Boomstick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3988,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3977,0,0,0,0,0,107,1,0,0,'Crude Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3990,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3973,0,0,0,0,0,107,1,0,0,'Silver Contact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3991,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3926,0,0,0,0,0,107,1,0,0,'Copper Modulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3992,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3929,0,0,0,0,0,107,1,0,0,'Coarse Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3993,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3930,0,0,0,0,0,107,1,0,0,'Crafted Heavy Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3994,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3931,0,0,0,0,0,107,1,0,0,'Coarse Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3995,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3932,0,0,0,0,0,107,1,0,0,'Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3997,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3934,0,0,0,0,0,107,1,0,0,'Flying Tiger Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3998,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3936,0,0,0,0,0,107,1,0,0,'Deadly Blunderbuss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (3999,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3937,0,0,0,0,0,107,1,0,0,'Large Copper Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4000,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3938,0,0,0,0,0,107,1,0,0,'Bronze Tube','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4001,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3978,0,0,0,0,0,107,1,0,0,'Standard Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4002,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3939,0,0,0,0,0,107,1,0,0,'Lovingly Crafted Boomstick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4003,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3941,0,0,0,0,0,107,1,0,0,'Small Bronze Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4005,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3942,0,0,0,0,0,107,1,0,0,'Whirring Bronze Gizmo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4006,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3945,0,0,0,0,0,107,1,0,0,'Heavy Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4007,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3946,0,0,0,0,0,107,1,0,0,'Heavy Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4008,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3947,0,0,0,0,0,107,1,0,0,'Crafted Solid Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4009,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3949,0,0,0,0,0,107,1,0,0,'Silver-plated Shotgun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4010,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3950,0,0,0,0,0,107,1,0,0,'Big Bronze Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4011,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3952,0,0,0,0,0,107,1,0,0,'Minor Recombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4012,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3953,0,0,0,0,0,107,1,0,0,'Bronze Framework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4013,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3955,0,0,0,0,0,107,1,0,0,'Explosive Sheep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4014,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3956,0,0,0,0,0,107,1,0,0,'Green Tinted Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4015,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3957,0,0,0,0,0,107,1,0,0,'Ice Deflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4016,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3958,0,0,0,0,0,107,1,0,0,'Iron Strut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4017,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3961,0,0,0,0,0,107,1,0,0,'Gyrochronatom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4018,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3962,0,0,0,0,0,107,1,0,0,'Iron Grenade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4019,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3963,0,0,0,0,0,107,1,0,0,'Compact Harvest Reaper Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4020,0,0,0,0,262144,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3964,0,0,0,0,0,107,1,0,0,'BKP \"Impact\" Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4021,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3979,0,0,0,0,0,107,1,0,0,'Accurate Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4022,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3965,0,0,0,0,0,107,1,0,0,'Advanced Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4023,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3967,0,0,0,0,0,107,1,0,0,'Big Iron Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4024,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3969,0,0,0,0,0,107,1543,0,0,'Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4025,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3971,0,0,0,0,0,107,1,0,0,'Gnomish Cloaking Device','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4026,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3928,0,0,0,0,0,222,1,0,0,'Schematic: Mechanical Squirrel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4027,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3933,0,0,0,0,0,222,1,0,0,'Schematic: Small Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4028,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3940,0,0,0,0,0,222,1,0,0,'Schematic: Shadow Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4029,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3944,0,0,0,0,0,222,1,0,0,'Schematic: Flame Deflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4030,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3954,0,0,0,0,0,222,1,0,0,'Schematic: Moonsight Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4031,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3959,0,0,0,0,0,222,1,0,0,'Schematic: Discombobulator Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4032,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3960,0,0,0,0,0,222,1,0,0,'Schematic: Portable Bronze Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4033,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3966,0,0,0,0,0,222,1,0,0,'Schematic: Craftsman\'s Monocle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4034,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3968,0,0,0,0,0,222,1,0,0,'Schematic: Goblin Land Mine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4035,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3972,0,0,0,0,0,222,1,0,0,'Schematic: Large Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4036,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,333,0,0,'Engineering','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4037,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,333,0,0,'Engineering','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4038,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,333,0,0,'Engineering','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4039,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,4036,0,0,0,0,0,107,333,0,0,'Apprentice Engineer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4040,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,4037,0,0,0,0,0,107,333,0,0,'Journeyman Engineer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4041,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,4038,0,0,0,0,0,107,333,0,0,'Expert Engineer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4042,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,201,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (4043,2,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,3,0,113,0,0,1,0,0,0,0,0,0,0,0,393,0,0,0,0,0,22,18,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,11,0,0,'Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4044,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,17,17,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4045,0,0,0,0,0,0,120,0,0,'Target Dummy Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4045,0,0,0,0,262544,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,17,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5650,120,0,0,'Target Dummy Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4048,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,37,37,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4049,0,0,0,0,0,0,120,0,0,'Advanced Target Dummy Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4049,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,37,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5650,120,0,0,'Advanced Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4050,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,64,3,31,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,22,1,18,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3617,0,0,0,0,791,11,0,0,'Explosive Sheep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4051,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,1,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,0,0,11,0,0,'Explosive Sheep Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4052,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2675,0,0,0,0,0,0,0,0,0,162,0,0,'Summon Explosive Sheep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4054,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Rough Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (4055,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2671,0,0,0,0,0,0,0,0,353,90,0,0,'Mechanical Squirrel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4056,0,0,0,0,2064,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,20,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,676,1,0,0,'Small Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4057,2,0,1,0,537133056,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,333,16,0,50,'Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (4058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,28,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,56,1,0,0,'Reverse Transformation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4060,6,0,2,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,32,32,32,29,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-41,0,11,0,6,6,6,0,0,0,0,0,0,56,33,13,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,127,0,0,0,0,0,0,7099,114,0,0,'Discombobulate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (4061,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Coarse Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (4062,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Heavy Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (4063,0,0,1,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,9,49,0,0,0,1,1,1,0,0,0,0,0,0,56,13,138,0,0,0,0,0,0,0,0,0,0,0,0,1788,1,0,0,0,0,0,0,0,797,150,0,0,'Argus Shadow Mage Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4064,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,5,0,0,1048576,100,2,0,0,0,36,0,0,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,0,0,0,21,0,0,0,14,0,16,16,0,0,0,0,15,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Rough Copper Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (4065,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,5,0,0,1048576,100,2,0,0,0,36,0,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,15,1,0,1,1,0,0,0,0,0,0,0,42,0,0,0,14,0,16,16,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Large Copper Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (4066,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,5,0,0,1048576,100,2,0,0,0,39,0,0,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,25,1,0,1,1,0,0,0,0,0,0,0,72,1,0,0,14,0,16,16,0,0,0,0,15,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Small Bronze Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (4067,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,5,0,0,1048576,100,2,0,0,0,39,0,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,31,1,0,1,1,0,0,0,0,0,0,0,84,1,0,0,14,0,16,16,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Big Bronze Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (4068,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,1048576,100,2,0,0,0,27,0,0,0,0,0,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,87,1,0,1,1,0,0,0,0,0,0,0,131,2,0,0,14,0,16,16,0,0,0,0,15,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Iron Grenade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (4069,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,5,0,0,1048576,100,2,0,0,0,27,0,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,53,1,0,1,1,0,0,0,0,0,0,0,148,2,0,0,14,0,16,16,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Big Iron Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (4070,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,35,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10342,0,0,0,0,0,83,291,0,0,'Guardian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4071,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,40,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2673,0,0,0,0,0,0,0,0,74,90,0,0,'Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4072,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2674,0,0,0,0,0,0,0,0,74,90,0,0,'Advanced Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4073,0,0,0,0,33554560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2678,0,0,0,0,0,0,0,0,74,1543,0,0,'Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4074,0,0,0,0,33554432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2675,0,0,0,0,0,0,0,0,88,90,0,0,'Explosive Sheep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4075,0,0,0,0,2064,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,40,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,676,1,0,0,'Large Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4077,4,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,61,181,0,50,'Frost Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (4078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,74,90,0,0,'Compact Harvest Reaper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4079,3,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,13,80898,0,0,101,0,0,40,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,50,'Cloaking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (4080,4,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,70,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,133,0,50,'Frost Resistance','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4081,4,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,334,133,0,50,'Nature Resistance','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4083,0,96,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,129,0,0,'Bull Rush','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4084,4,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,133,0,50,'Shadow Resistance','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4085,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2123,0,0,0,0,0,107,104,0,0,'Holy Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4086,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,178,0,0,'Evasion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4089,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,0,0,107,76,0,0,'Curse of Frailty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4090,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,0,0,0,107,9,0,0,'Life Tap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4091,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2691,0,0,0,0,0,107,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4092,0,0,0,0,131088,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,37,37,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Advanced Target Dummy Spawn Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,1,0,0,'Reconstruction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4094,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3404,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4457,0,0,0,0,0,0,0,0,0,0,0,3881,676,0,0,'Barbecued Buzzard Wing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4095,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4094,0,0,0,0,0,107,41,0,0,'Barbecued Buzzard Wing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4096,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4461,4234,2321,0,0,0,0,0,6,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4455,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Raptor Hide Harness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4097,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4461,4234,2321,0,0,0,0,0,4,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4456,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Raptor Hide Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4098,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4097,0,0,0,0,0,107,41,0,0,'Raptor Hide Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4099,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,107,41,0,0,'Raptor Hide Harness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4100,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,3,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7527,0,0,0,0,0,0,0,0,74,90,0,0,'Goblin Land Mine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4101,0,0,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,0,15,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,19,-41,0,0,0,6,6,6,0,0,0,0,0,0,11,10,22,0,0,0,0,0,0,0,0,0,0,0,0,0,127,1,0,0,0,0,0,0,0,95,0,0,'Enraging Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4102,0,65,0,15,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,48,13,13,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1.1,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,147,0,0,'Gore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4104,0,44,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,15,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,100,0,0,'Flight of the Peregrine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4105,0,44,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,15,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,171,0,0,'Rapid Gallop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4107,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,13,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,28,0,50,'Tough Shell','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4108,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,28,0,50,'Tough Shell','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4109,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,32,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,131,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,28,0,50,'Tough Shell','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4111,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,195,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,28,0,50,'Tough Shell','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4112,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,0,13,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4107,0,0,0,0,0,0,1,0,0,'Tough Shell','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4113,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,6,0,0,0,21,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4108,0,0,0,0,0,0,1,0,0,'Tough Shell','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4114,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,8,0,0,0,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4111,0,0,0,0,0,0,1,0,0,'Tough Shell','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4115,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,7,0,0,0,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4109,0,0,0,0,0,0,1,0,0,'Tough Shell','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4116,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4117,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4118,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,15,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4119,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4120,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4121,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4122,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4123,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4116,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4124,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4117,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4125,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4118,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4126,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4119,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4127,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4120,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4128,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4121,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4129,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4122,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,153,0,0,'Banish Burning Exile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,153,0,0,'Banish Cresting Exile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,153,0,0,'Banish Thundering Exile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4133,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4134,0,0,0,0,0,0,1,0,0,'Bruise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4134,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,15,15,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,87,0,50,'Bruise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4135,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-107,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,87,0,50,'Bruise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4136,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,7,0,0,0,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4135,0,0,0,0,0,0,1,0,0,'Bruise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4137,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,87,0,50,'Bruise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4138,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,9,0,0,0,32,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4137,0,0,0,0,0,0,1,0,0,'Bruise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4139,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-197,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,87,0,50,'Bruise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4140,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,11,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4139,0,0,0,0,0,0,1,0,0,'Bruise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4141,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,7,0,0,15,15373,0,0,101,0,0,0,45,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,3,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,175,153,0,0,'Summon Myzrael','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4142,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,13,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4143,0,0,0,0,0,57,146,0,0,'Feast of Prey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,13,13,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,3,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,146,0,0,'Feast of Prey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4144,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,13,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4940,0,0,0,0,0,0,149,0,0,'Spider Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4146,0,55,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,48,15,15,8,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0.25,0.25,0,4,4,0,0,0,0,20,20,0,0,0,0,9,9,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,86,63,0,0,'Enraged Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4147,0,55,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,48,13,13,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0.25,0.25,0,4,4,0,0,0,0,20,20,0,0,0,0,9,9,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,86,63,0,0,'Enraged Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4148,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,420000,0,0,0,0,101,0,70,22,22,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,12.5,0,0,251,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,50,0,0,'Growl of Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,70,22,22,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5.2,0,0,117,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,166,0,0,'Toughen Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4150,0,0,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,65,22,22,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-48,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,157,0,0,'Eye Peck','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4152,0,0,0,0,262208,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,46,122,0,'Detect Elven Gems','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1116,0,0,'Guile of the Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4154,0,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,40,13,13,31,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,10,-1,49,59,-6,0,0,0,1,1,1,0,0,0,0,0,0,138,14,10,0,0,0,0,0,0,0,0,0,0,0,0,0,1,127,0,0,0,0,0,0,47,108,0,0,'Ferocity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4159,0,65,0,0,1044,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,22,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,3,0,0,1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,108,0,0,'Tight Pinch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (4160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,387,146,0,0,'Quick Snap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4161,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,20,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4160,0,0,0,0,0,0,146,0,0,'Quick Snap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4164,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,22,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,132,0,0,'Throw Rock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (4165,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,33,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,132,0,0,'Throw Rock II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (4166,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,70,25,25,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,15,0,0,'Vulnerable','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4167,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,0,22,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,69,0,0,'Web','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4168,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,0,33,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,69,0,0,'Web II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4169,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,0,35,29,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,69,0,0,'Web III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4170,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,16,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1564,965,0,0,'Cannon Ball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4171,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4172,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4173,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4174,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4175,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4176,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4177,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4178,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4179,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4171,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4180,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4172,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4181,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4173,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4182,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4174,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4183,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4175,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4184,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4176,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4185,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4177,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4186,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4178,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4187,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4188,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,12,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4189,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4190,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4191,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4192,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,1,0,1,1,0,0,0,0,0,0,0,16,11,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4193,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,42,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4194,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,48,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4195,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4187,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4196,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,12,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4188,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4197,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,18,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4189,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4198,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4190,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4199,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4191,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4200,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4192,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4201,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,42,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4193,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4202,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4194,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4204,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4205,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4206,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4207,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4208,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4209,1,25,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,4,0,15000,13,0,0,0,101,0,0,22,22,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,11,0,0,1,0,0,0,0,0,7.7,0,0,61,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Healing Tongue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4210,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4211,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4212,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4213,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4204,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4214,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4205,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4215,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4206,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4216,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4207,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4217,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4208,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4218,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4210,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4219,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4211,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4220,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4212,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4221,1,25,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,4,0,15000,13,0,0,0,101,0,0,30,30,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,17,0,0,1,0,0,0,0,0,9.2,0,0,98,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Healing Tongue II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4222,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4223,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4224,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4225,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4226,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4227,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4228,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4229,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4230,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4222,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4231,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4223,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4232,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4224,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4233,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4225,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4234,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4226,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4235,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4227,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4236,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4228,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4237,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4229,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4238,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,180000,0,0,0,0,101,0,70,36,36,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,10,0,0,199,0,0,0,0,0,20,0,0,0,0,0,9,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,50,0,0,'Roar of Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4239,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,1,0,0,'Activating Defenses','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4240,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,138,0,0,'Vital Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4241,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4240,0,0,0,0,0,39,138,0,0,'Vital Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4242,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,20,100,0,0,0,36,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,299,-301,0,0,0,1,1,1,0,0,0,0,0,0,42,9,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4243,0,0,0,0,0,34,116,0,0,'Pester','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4243,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,116,0,0,'Pester Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (4244,0,36,0,15,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,6,0,0,0,0,6,6,0,0,0,0,0,0,0,14,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,121,153,0,0,'Open Wound Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4245,0,36,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4244,0,0,0,0,0,121,153,0,0,'Open Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4246,0,34,0,0,16,4,0,0,0,0,0,0,0,0,0,0,1,0,60000,8,0,15420,0,101,0,60,36,36,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,29,0,0,0,6,0,6,0,0,0,0,0,0,26,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,138,0,0,'Clenched Pinchers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4247,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Physical Prowess','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4248,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Physical Prowess','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4249,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Physical Prowess','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4250,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Physical Prowess','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4251,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Physical Prowess','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4252,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,189,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Physical Prowess','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4253,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Physical Prowess','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4254,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,329,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'OLDPhysical Prowess','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4255,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4247,0,0,0,0,0,107,63,0,0,'Physical Prowess','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4256,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4248,0,0,0,0,0,107,63,0,0,'Physical Prowess','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4257,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4249,0,0,0,0,0,107,63,0,0,'Physical Prowess','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4258,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4250,0,0,0,0,0,107,63,0,0,'Physical Prowess','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4259,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4251,0,0,0,0,0,107,63,0,0,'Physical Prowess','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4260,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4252,0,0,0,0,0,107,63,0,0,'Physical Prowess','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4261,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4253,0,0,0,0,0,107,63,0,0,'Physical Prowess','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4262,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4254,0,0,0,0,0,107,63,0,0,'Physical Prowess','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4263,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Mental Acuity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4264,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Mental Acuity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4265,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Mental Acuity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4266,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Mental Acuity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4267,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Mental Acuity','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4268,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,189,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Mental Acuity','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4269,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Mental Acuity','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4270,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,329,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Mental Acuity','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4271,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4263,0,0,0,0,0,107,63,0,0,'Mental Acuity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4272,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4264,0,0,0,0,0,107,63,0,0,'Mental Acuity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4273,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4265,0,0,0,0,0,107,63,0,0,'Mental Acuity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4274,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4266,0,0,0,0,0,107,63,0,0,'Mental Acuity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4275,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4267,0,0,0,0,0,107,63,0,0,'Mental Acuity','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4276,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4268,0,0,0,0,0,107,63,0,0,'Mental Acuity','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4277,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4269,0,0,0,0,0,107,63,0,0,'Mental Acuity','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4278,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4270,0,0,0,0,0,107,63,0,0,'Mental Acuity','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4279,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4280,0,0,0,0,0,0,153,0,0,'Consume Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4280,0,2,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,147,0,0,'Consume Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4281,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,36,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,5,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,46,0,50,'Quickness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (4282,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,5,1,0,1,1,0,0,0,0,0,0,0,42,32,0,0,0,0,6,6,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,129,0,0,'Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4283,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4282,0,0,0,0,0,34,129,0,0,'Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4284,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4285,0,0,0,0,0,34,138,0,0,'Tendon Slice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,-34,0,0,0,0,6,6,0,0,0,0,0,0,0,3,31,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,138,0,0,'Tendon Slice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4286,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,120000,0,0,0,0,101,0,70,36,36,8,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,68,0,0,'Poisonous Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4287,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4288,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4287,0,0,0,0,0,107,26,0,0,'Sword Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4289,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4290,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4291,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4289,0,0,0,0,0,107,23,0,0,'Axe Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4292,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4290,0,0,0,0,0,107,23,0,0,'Axe Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4293,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4294,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4295,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4293,0,0,0,0,0,107,25,0,0,'Mace Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4296,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4294,0,0,0,0,0,107,25,0,0,'Mace Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4297,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4298,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4299,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4297,0,0,0,0,0,107,151,0,0,'Dagger Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4300,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4298,0,0,0,0,0,107,151,0,0,'Dagger Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4301,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4302,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4303,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4304,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4301,0,0,0,0,0,107,26,0,0,'Sword Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4305,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4302,0,0,0,0,0,107,26,0,0,'Sword Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4306,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4303,0,0,0,0,0,107,26,0,0,'Sword Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4307,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4308,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4309,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4310,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4307,0,0,0,0,0,107,23,0,0,'Axe Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4311,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4308,0,0,0,0,0,107,23,0,0,'Axe Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4312,0,46,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,60,36,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,35,0,1,1,0,1,1,0,0,0,0,0.5,0.5,0,4,9,0,0,0,0,1,1,0,0,0,0,13,13,0,24,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,396,167,0,0,'Strider Presence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4313,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4309,0,0,0,0,0,107,23,0,0,'Axe Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4314,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,31,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,63,0,0,'zzOLDCall of Duty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4315,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4316,0,0,0,0,0,0,1,0,0,'Rabid Maw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4316,0,0,3,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,36,36,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,-0.25,-0.25,0,-16,-16,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,10,97,0,0,'Rabid Maw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4317,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4150,0,0,0,0,0,0,157,0,0,'Eye Peck','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4318,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,37,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,168,0,0,'Guile of the Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1,0,0,'Enchant Azure Agate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4320,4,18,1,0,0,136,0,0,0,0,0,0,0,0,0,0,14,0,45000,31,0,0,0,101,0,0,0,36,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,-26,0,0,0,22,22,22,15,15,15,13,13,13,27,3,9,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4057,150,0,0,'Trelane\'s Freezing Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4321,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,0,0,15,0,0,13,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,1,0,0,'Stasis Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4328,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4329,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4330,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4331,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4328,0,0,0,0,0,107,25,0,0,'Mace Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4332,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4329,0,0,0,0,0,107,25,0,0,'Mace Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4333,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4330,0,0,0,0,0,107,25,0,0,'Mace Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4334,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4335,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4336,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4337,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4334,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4338,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4339,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4340,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4341,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4342,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4343,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4335,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4344,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4336,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4345,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4346,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4339,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4347,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4340,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4348,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4341,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4349,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4342,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4350,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4351,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4352,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4353,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4354,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4355,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4356,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4357,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4358,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4359,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4351,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4360,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4352,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4361,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4353,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4362,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4354,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4363,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4355,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4364,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4356,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4365,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4357,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4366,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4367,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4366,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4368,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4369,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4370,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4371,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4372,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4373,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4374,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4375,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4368,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4376,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4369,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4377,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4370,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4378,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4371,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4379,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4372,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4380,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4373,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4381,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4374,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4382,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4383,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4382,0,0,0,0,0,107,151,0,0,'Dagger Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4384,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4385,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4386,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4387,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5597,0,0,0,0,0,151,0,0,'Dagger Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4388,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5597,0,0,0,0,0,151,0,0,'Dagger Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4389,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5598,0,0,0,0,0,151,0,0,'Dagger Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4390,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5598,0,0,0,0,0,151,0,0,'Dagger Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4391,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4384,0,0,0,0,0,107,151,0,0,'Dagger Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4392,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4385,0,0,0,0,0,107,151,0,0,'Dagger Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4393,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4386,0,0,0,0,0,107,151,0,0,'Dagger Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4394,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4387,0,0,0,0,0,107,151,0,0,'Dagger Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4395,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4388,0,0,0,0,0,107,151,0,0,'Dagger Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4396,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4389,0,0,0,0,0,107,151,0,0,'Dagger Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4397,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4390,0,0,0,0,0,107,151,0,0,'Dagger Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4398,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4399,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4398,0,0,0,0,0,107,23,0,0,'2H Axe Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4400,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4401,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4400,0,0,0,0,0,107,23,0,0,'2H Axe Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4402,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4403,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4402,0,0,0,0,0,107,25,0,0,'2H Mace Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4404,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4405,0,0,0,0,0,107,25,0,0,'2H Mace Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4405,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4406,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4407,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4406,0,0,0,0,0,107,26,0,0,'2H Sword Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4408,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4409,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4408,0,0,0,0,0,107,26,0,0,'2H Sword Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4410,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4411,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4410,0,0,0,0,0,107,286,0,0,'Staff Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4412,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4413,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4412,0,0,0,0,0,107,286,0,0,'Staff Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4414,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4415,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4414,0,0,0,0,0,107,23,0,0,'2H Axe Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4416,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4417,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4418,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4419,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4418,0,0,0,0,0,107,26,0,0,'2H Sword Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4420,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4421,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4422,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4420,0,0,0,0,0,107,26,0,0,'2H Sword Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4423,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4421,0,0,0,0,0,107,26,0,0,'2H Sword Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4424,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4416,0,0,0,0,0,107,23,0,0,'2H Axe Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4425,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4144,0,0,0,0,0,107,149,0,0,'Spider Poison','','','','','','','','Spider','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4426,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4427,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4426,0,0,0,0,0,107,25,0,0,'2H Mace Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4428,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4429,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4430,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4428,0,0,0,0,0,107,25,0,0,'2H Mace Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4431,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4429,0,0,0,0,0,107,25,0,0,'2H Mace Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4433,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,'Melee Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4434,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4433,0,0,0,0,0,107,138,0,0,'Melee Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4435,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,'Melee Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4436,2,0,0,0,64,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Immolation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4437,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,'Melee Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4438,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4435,0,0,0,0,0,107,138,0,0,'Melee Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4439,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4437,0,0,0,0,0,107,138,0,0,'Melee Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4440,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4441,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4440,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4442,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4443,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4444,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4445,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4446,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4447,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4448,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4449,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4442,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4450,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4443,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4451,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4444,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4452,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4445,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4453,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4446,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4454,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4447,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4455,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4448,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4456,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4457,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4456,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4458,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4459,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4460,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4461,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4462,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4463,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4464,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4465,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4458,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4466,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4459,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4467,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4460,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4468,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4461,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4469,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4462,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4470,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4463,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4471,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4464,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4472,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4473,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4472,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4474,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4475,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4476,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4477,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4478,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4479,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4480,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4481,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4474,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4482,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4475,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4483,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4476,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4484,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4477,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4485,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4478,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4486,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4479,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4487,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4480,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4488,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4489,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4488,0,0,0,0,0,107,286,0,0,'Staff Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4490,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4491,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4492,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4493,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5726,0,0,0,0,0,286,0,0,'Staff Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4494,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5726,0,0,0,0,0,286,0,0,'Staff Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4495,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5727,0,0,0,0,0,286,0,0,'Staff Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4496,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5727,0,0,0,0,0,286,0,0,'Staff Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4497,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4490,0,0,0,0,0,107,286,0,0,'Staff Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4498,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4491,0,0,0,0,0,107,286,0,0,'Staff Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4499,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4492,0,0,0,0,0,107,286,0,0,'Staff Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4500,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4493,0,0,0,0,0,107,286,0,0,'Staff Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4501,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4494,0,0,0,0,0,107,286,0,0,'Staff Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4502,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4495,0,0,0,0,0,107,286,0,0,'Staff Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4503,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4496,0,0,0,0,0,107,286,0,0,'Staff Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4504,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,2,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,51,0,0,'Jeff Dummy 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4505,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,2,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,51,0,0,'Jeff Dummy 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4506,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,11,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,153,0,0,'CHU\'s QUEST SPELL','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4507,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,17,17,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Target Dummy Spawn Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4508,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3164,2447,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4596,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Discolored Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4509,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4508,0,0,0,0,0,222,1,0,0,'Recipe: Discolored Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4511,0,0,0,0,301989888,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,4096,0,0,101,0,0,12,12,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,211,122,0,'Phase Shift','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (4512,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4511,0,0,0,0,0,0,211,0,0,'zzOLDPhase Shift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4513,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,70,40,99,8,0,100,2,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,120,0,0,'zzOLDCurse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4514,5,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,20,20,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,10,0,0,69,29,39,0,0,0,1,1,1,0,0,0,0,0,0,3,138,31,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,169,0,0,'Consuming Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4517,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,'Meditation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4518,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,'Meditation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4519,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,'Meditation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4520,0,50,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,15,0,180000,13,0,0,0,101,0,0,0,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,23,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,83,0,0,'Wide Sweep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (4521,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4517,0,0,0,0,0,107,64,0,0,'Meditation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4522,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4518,0,0,0,0,0,107,64,0,0,'Meditation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4523,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4519,0,0,0,0,0,107,64,0,0,'Meditation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,13,0,0,1,0,0,0,0,0,0,0,0,93,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,37,0,0,'Demonic Immolation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4525,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,14,0,0,0,0,1,1,0,0,0,0,0,0,0,42,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,4524,0,0,0,0,0,35,37,0,0,'Demonic Immolation Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4526,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,4,0,120000,15,0,0,0,101,0,0,45,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,142,87,0,0,'Mass Dispell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4527,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,84,0,0,'Toughness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4528,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,84,0,0,'Toughness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4529,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,84,0,0,'Toughness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4530,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,84,0,0,'Toughness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4531,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,84,0,0,'Toughness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4532,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,84,0,0,'Toughness','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4533,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,84,0,0,'Toughness','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4534,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4530,0,0,0,0,0,107,84,0,0,'Toughness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4535,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4531,0,0,0,0,0,107,84,0,0,'Toughness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4536,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4532,0,0,0,0,0,107,84,0,0,'Toughness','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4537,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,0,0,0,0,0,107,84,0,0,'Toughness','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4538,5,0,0,0,0,262148,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,6,0,0,0,0,0,0,0,53,12,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,159,0,0,'Extract Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4539,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,5,0,300000,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,74,-51,0,0,0,0,1,1,1,0,0,0,0,0,0,13,9,4,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,152,0,0,'Strength of the Ages','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4540,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,47,0,0,'Holy Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4541,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,47,0,0,'Holy Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4542,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,47,0,0,'Holy Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4543,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,47,0,0,'Holy Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4544,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,47,0,0,'Holy Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4545,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,65,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,47,0,0,'Holy Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4546,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,75,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,47,0,0,'Holy Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4547,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,47,0,0,'Fire Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4548,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,197,0,0,'Nature Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4549,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,47,0,0,'Frost Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4550,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,47,0,0,'Shadow Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4551,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,47,0,0,'Fire Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4552,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,47,0,0,'Fire Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4553,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,47,0,0,'Fire Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4554,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,47,0,0,'Fire Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4555,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,47,0,0,'Fire Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4556,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,65,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,47,0,0,'Fire Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4557,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,75,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,47,0,0,'Fire Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4558,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,197,0,0,'Nature Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4559,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,197,0,0,'Nature Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4560,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,197,0,0,'Nature Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4561,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,197,0,0,'Nature Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4562,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,197,0,0,'Nature Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4563,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,65,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,197,0,0,'Nature Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4564,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,75,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,197,0,0,'Nature Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4565,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,47,0,0,'Frost Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4566,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,47,0,0,'Frost Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4567,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,0,47,0,0,'Frost Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4568,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,0,47,0,0,'Frost Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4569,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,0,47,0,0,'Frost Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4570,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,65,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,0,47,0,0,'Frost Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4571,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,75,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,47,0,0,'Frost Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4572,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,47,0,0,'Shadow Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4573,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,47,0,0,'Shadow Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4574,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,47,0,0,'Shadow Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4575,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,47,0,0,'Shadow Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4576,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,47,0,0,'Shadow Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4577,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,65,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,74,0,0,0,0,0,1,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,47,0,0,'Shadow Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4578,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,75,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,47,0,0,'Shadow Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4579,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,47,0,0,'Magic Resist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4580,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,47,0,0,'Magic Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4581,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,47,0,0,'Magic Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4582,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,47,0,0,'Magic Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4583,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,47,0,0,'Magic Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4584,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,47,0,0,'Magic Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4585,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,65,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,47,0,0,'Magic Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4586,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,75,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,47,0,0,'Magic Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4587,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4580,0,0,0,0,0,107,47,0,0,'Magic Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4588,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,0,0,0,0,0,107,47,0,0,'Magic Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4589,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4582,0,0,0,0,0,107,47,0,0,'Magic Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4590,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4583,0,0,0,0,0,107,47,0,0,'Magic Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4591,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4584,0,0,0,0,0,107,47,0,0,'Magic Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4592,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4585,0,0,0,0,0,107,47,0,0,'Magic Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4593,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4586,0,0,0,0,0,107,47,0,0,'Magic Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4594,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4540,0,0,0,0,0,107,47,0,0,'Holy Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4595,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,0,0,0,0,0,107,47,0,0,'Holy Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4596,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4542,0,0,0,0,0,107,47,0,0,'Holy Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4597,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4543,0,0,0,0,0,107,47,0,0,'Holy Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4598,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4544,0,0,0,0,0,107,47,0,0,'Holy Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4599,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4545,0,0,0,0,0,107,47,0,0,'Holy Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4600,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4546,0,0,0,0,0,107,47,0,0,'Holy Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4601,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4551,0,0,0,0,0,107,47,0,0,'Fire Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4602,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4552,0,0,0,0,0,107,47,0,0,'Fire Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4603,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4553,0,0,0,0,0,107,47,0,0,'Fire Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4604,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4554,0,0,0,0,0,107,47,0,0,'Fire Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4605,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4555,0,0,0,0,0,107,47,0,0,'Fire Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4606,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4556,0,0,0,0,0,107,47,0,0,'Fire Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4607,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4557,0,0,0,0,0,107,47,0,0,'Fire Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4608,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4558,0,0,0,0,0,107,197,0,0,'Nature Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4609,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4559,0,0,0,0,0,107,197,0,0,'Nature Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4610,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4560,0,0,0,0,0,107,197,0,0,'Nature Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4611,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4561,0,0,0,0,0,107,197,0,0,'Nature Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4612,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4562,0,0,0,0,0,107,197,0,0,'Nature Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4613,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4563,0,0,0,0,0,107,197,0,0,'Nature Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4614,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4564,0,0,0,0,0,107,197,0,0,'Nature Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4615,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4565,0,0,0,0,0,107,47,0,0,'Frost Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4616,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4566,0,0,0,0,0,107,47,0,0,'Frost Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4617,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4567,0,0,0,0,0,107,47,0,0,'Frost Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4618,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4568,0,0,0,0,0,107,47,0,0,'Frost Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4619,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4569,0,0,0,0,0,107,47,0,0,'Frost Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4620,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4570,0,0,0,0,0,107,47,0,0,'Frost Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4621,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4571,0,0,0,0,0,107,47,0,0,'Frost Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4622,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4572,0,0,0,0,0,107,47,0,0,'Shadow Resist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4623,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4573,0,0,0,0,0,107,47,0,0,'Shadow Resist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4624,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4574,0,0,0,0,0,107,47,0,0,'Shadow Resist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4625,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4575,0,0,0,0,0,107,47,0,0,'Shadow Resist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4626,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4576,0,0,0,0,0,107,47,0,0,'Shadow Resist','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4627,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4577,0,0,0,0,0,107,47,0,0,'Shadow Resist','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4628,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4578,0,0,0,0,0,107,47,0,0,'Shadow Resist','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4629,2,0,0,0,0,136,0,0,0,0,0,64,0,0,0,0,14,0,300000,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,16,0,0,0,0,0,9,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,547,0,50,'Rain of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4630,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4511,0,0,0,0,0,107,211,0,0,'Phase Shift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4631,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Beast Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4632,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Beast Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4633,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Beast Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4634,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Beast Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4635,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Beast Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4636,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Beast Slayer','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4637,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Beast Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4638,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4631,0,0,0,0,0,107,67,0,0,'Beast Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4639,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4632,0,0,0,0,0,107,67,0,0,'Beast Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4640,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4633,0,0,0,0,0,107,67,0,0,'Beast Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4641,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4634,0,0,0,0,0,107,67,0,0,'Beast Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4642,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4635,0,0,0,0,0,107,67,0,0,'Beast Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4643,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4636,0,0,0,0,0,107,67,0,0,'Beast Slayer','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4644,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4637,0,0,0,0,0,107,67,0,0,'Beast Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4645,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,90,0,0,'Demon Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4646,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,90,0,0,'Demon Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4647,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,90,0,0,'Demon Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4648,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,90,0,0,'Demon Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4649,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,90,0,0,'Demon Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4650,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,90,0,0,'Demon Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4651,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,90,0,0,'Demon Slayer (OLD)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4652,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,90,0,0,'Demon Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4653,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4645,0,0,0,0,0,107,90,0,0,'Demon Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4654,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4646,0,0,0,0,0,107,90,0,0,'Demon Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4655,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4647,0,0,0,0,0,107,90,0,0,'Demon Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4656,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4648,0,0,0,0,0,107,90,0,0,'Demon Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4657,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4649,0,0,0,0,0,107,90,0,0,'Demon Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4658,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4650,0,0,0,0,0,107,90,0,0,'Demon Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4659,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4651,0,0,0,0,0,107,90,0,0,'Demon Slayer (OLD)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4660,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4652,0,0,0,0,0,107,90,0,0,'Demon Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4661,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,127,0,0,'Dragon Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4662,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,127,0,0,'Dragon Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4663,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,127,0,0,'Dragon Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4664,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,127,0,0,'Dragon Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4665,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,127,0,0,'Dragon Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4666,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,127,0,0,'Dragon Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4667,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,127,0,0,'Dragon Slayer (OLD)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4668,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,127,0,0,'Dragon Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4669,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4661,0,0,0,0,0,107,127,0,0,'Dragon Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4670,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4662,0,0,0,0,0,107,127,0,0,'Dragon Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4671,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4663,0,0,0,0,0,107,127,0,0,'Dragon Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4672,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4664,0,0,0,0,0,107,127,0,0,'Dragon Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4673,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4665,0,0,0,0,0,107,127,0,0,'Dragon Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4674,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4666,0,0,0,0,0,107,127,0,0,'Dragon Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4675,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4667,0,0,0,0,0,107,127,0,0,'Dragon Slayer (OLD)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4676,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4668,0,0,0,0,0,107,127,0,0,'Dragon Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4678,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,94,0,0,'Elemental Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4679,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4678,0,0,0,0,0,107,94,0,0,'Elemental Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4680,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,94,0,0,'Elemental Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4681,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,94,0,0,'Elemental Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4683,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,94,0,0,'Elemental Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4684,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,94,0,0,'Elemental Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4685,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,94,0,0,'Elemental Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4687,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,94,0,0,'Elemental Slayer (OLD)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4688,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,94,0,0,'Elemental Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4689,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4680,0,0,0,0,0,107,94,0,0,'Elemental Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4690,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,0,0,107,94,0,0,'Elemental Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4691,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4683,0,0,0,0,0,107,94,0,0,'Elemental Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4692,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4684,0,0,0,0,0,107,94,0,0,'Elemental Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4693,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4685,0,0,0,0,0,107,94,0,0,'Elemental Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4694,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4687,0,0,0,0,0,107,94,0,0,'Elemental Slayer (OLD)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4695,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4688,0,0,0,0,0,107,94,0,0,'Elemental Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4697,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,148,0,0,'Giant Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4698,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4697,0,0,0,0,0,107,148,0,0,'Giant Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4699,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,148,0,0,'Giant Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4700,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,148,0,0,'Giant Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4701,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,148,0,0,'Giant Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4702,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,148,0,0,'Giant Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4703,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,148,0,0,'Giant Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4705,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,148,0,0,'Giant Slayer (OLD)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4706,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,148,0,0,'Giant Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4707,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4699,0,0,0,0,0,107,148,0,0,'Giant Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4708,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4700,0,0,0,0,0,107,148,0,0,'Giant Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4709,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4701,0,0,0,0,0,107,148,0,0,'Giant Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4710,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4702,0,0,0,0,0,107,148,0,0,'Giant Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4711,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4703,0,0,0,0,0,107,148,0,0,'Giant Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4712,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4705,0,0,0,0,0,107,148,0,0,'Giant Slayer (OLD)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4713,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4706,0,0,0,0,0,107,148,0,0,'Giant Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4714,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4715,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4148,0,0,0,0,0,107,50,0,0,'Growl of Fortitude','','','','','','','','Bear','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4716,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4714,0,0,0,0,0,107,170,0,0,'Undead Slayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4717,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4718,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4719,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4720,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4721,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4722,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4723,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4724,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4717,0,0,0,0,0,107,170,0,0,'Undead Slayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4725,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4718,0,0,0,0,0,107,170,0,0,'Undead Slayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4726,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4719,0,0,0,0,0,107,170,0,0,'Undead Slayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4727,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4720,0,0,0,0,0,107,170,0,0,'Undead Slayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4728,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4721,0,0,0,0,0,107,170,0,0,'Undead Slayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (4729,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4722,0,0,0,0,0,107,170,0,0,'Undead Slayer','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4730,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4723,0,0,0,0,0,107,170,0,0,'Undead Slayer (OLD)','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4731,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4101,0,0,0,0,0,107,95,0,0,'Enraging Bite','','','','','','','','Bear','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4732,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4238,0,0,0,0,0,107,50,0,0,'Roar of Fortitude','','','','','','','','Bear','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4733,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4102,0,0,0,0,0,107,147,0,0,'Gore','','','','','','','','Boar','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4734,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4149,0,0,0,0,0,107,166,0,0,'Toughen Hide','','','','','','','','Boar','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4735,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4241,0,0,0,0,0,107,138,0,0,'Vital Wound','','','','','','','','Boar','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4736,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4104,0,0,0,0,0,107,100,0,0,'Flight of the Peregrine','','','','','','','','Bird','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4737,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4317,0,0,0,0,0,107,157,0,0,'Eye Peck','','','','','','','','Bird','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4739,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4242,0,0,0,0,0,107,116,0,0,'Pester','','','','','','','','Bird','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4740,0,0,0,0,262400,256,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4154,0,0,0,0,0,107,108,0,0,'Ferocity','','','','','','','','Cat','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4741,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4245,0,0,0,0,0,107,153,0,0,'Open Wound','','','','','','','','Cat','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4742,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4112,0,0,0,0,0,107,28,0,0,'Tough Shell','','','','','','','','Crab - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4743,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4113,0,0,0,0,0,107,28,0,0,'Tough Shell','','','','','','','','Crab','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4744,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4115,0,0,0,0,0,107,28,0,0,'Tough Shell','','','','','','','','Crab - Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4745,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4114,0,0,0,0,0,107,28,0,0,'Tough Shell','','','','','','','','Crab - Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4746,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4159,0,0,0,0,0,107,108,0,0,'Tight Pinch','','','','','','','','Crab','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4747,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4246,0,0,0,0,0,107,138,0,0,'Clenched Pinchers','','','','','','','','Crab','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4748,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4161,0,0,0,0,0,107,146,0,0,'Quick Snap','','','','','','','','Crocilisk','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4750,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4279,0,0,0,0,0,107,147,0,0,'Consume Flesh','','','','','','','','Crocilisk','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4751,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Dodge Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4752,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Dodge Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4753,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4751,0,0,0,0,0,107,30,0,0,'Dodge Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4754,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4752,0,0,0,0,0,107,30,0,0,'Dodge Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4755,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'zzOLDParry Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4756,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'zzOLDParry Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4757,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'zzOLDParry Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4758,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4756,0,0,0,0,0,107,26,0,0,'Parry Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4759,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4757,0,0,0,0,0,107,26,0,0,'Parry Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4760,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Blocking','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4761,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4760,0,0,0,0,0,107,28,0,0,'Shield Blocking','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4762,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,0,0,0,0,0,1,1,0,0,0,0,0,0,0,51,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Blocking','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4763,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,0,0,0,0,0,1,1,0,0,0,0,0,0,0,51,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Blocking','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4764,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4762,0,0,0,0,0,107,28,0,0,'Shield Blocking','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4765,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4763,0,0,0,0,0,107,28,0,0,'Shield Blocking','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4766,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4105,0,0,0,0,0,107,171,0,0,'Rapid Gallop','','','','','','','','Horse','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4767,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4283,0,0,0,0,0,107,129,0,0,'Stomp','','','','','','','','Horse','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4768,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4142,0,0,0,0,0,107,146,0,0,'Feast of Prey','','','','','','','','Raptor','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4769,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4166,0,0,0,0,0,107,15,0,0,'Vulnerable','','','','','','','','Raptor','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4770,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4284,0,0,0,0,0,107,138,0,0,'Tendon Slice','','','','','','','','Raptor','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4771,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4133,0,0,0,0,0,107,87,0,0,'Bruise','','','','','','','','Gorilla - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4772,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4136,0,0,0,0,0,107,87,0,0,'Bruise','','','','','','','','Gorilla - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4773,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4138,0,0,0,0,0,107,87,0,0,'Bruise','','','','','','','','Gorilla - Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4774,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4140,0,0,0,0,0,107,87,0,0,'Bruise','','','','','','','','Gorilla - Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4775,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4164,0,0,0,0,0,107,132,0,0,'Throw Rock','','','','','','','','Gorilla - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4776,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4165,0,0,0,0,0,107,132,0,0,'Throw Rock','','','','','','','','Gorilla - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4777,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4281,0,0,0,0,0,107,46,0,0,'Quickness','','','','','','','','Gorilla','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4778,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Lightning Reflexes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4779,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4778,0,0,0,0,0,107,28,0,0,'Lightning Reflexes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4780,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Lightning Reflexes','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4781,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4780,0,0,0,0,0,107,28,0,0,'Lightning Reflexes','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4782,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4167,0,0,0,0,0,107,69,0,0,'Web','','','','','','','','Spider - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4783,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4168,0,0,0,0,0,107,69,0,0,'Web','','','','','','','','Spider - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4785,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4169,0,0,0,0,0,107,69,0,0,'Web','','','','','','','','Spider - Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4786,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,-5,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,56,32,0,0,0,0,0,0,0,0,79,0,50,'Holy Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4787,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4786,0,0,0,0,0,107,104,0,0,'Holy Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4788,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,-3,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,31,0,50,'Fire Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4789,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4788,0,0,0,0,0,107,31,0,0,'Fire Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4790,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,-5,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,31,0,50,'Fire Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4791,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4790,0,0,0,0,0,107,31,0,0,'Fire Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4792,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,3,-2,-2,0,0,0,1,1,1,0,0,0,0,0,0,98,22,22,0,0,0,0,0,1,0,0,0,0,0,0,96,32,4,0,0,0,0,0,0,0,197,0,50,'Nature Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4793,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4792,0,0,0,0,0,107,149,0,0,'Nature Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4794,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,7,-3,-3,0,0,0,1,1,1,0,0,0,0,0,0,98,22,22,0,0,0,0,0,1,0,0,0,0,0,0,96,32,4,0,0,0,0,0,0,0,197,0,50,'Nature Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4795,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4794,0,0,0,0,0,107,149,0,0,'Nature Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4796,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,-3,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,6,4,0,0,0,0,0,0,0,0,36,0,50,'Frost Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4797,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4796,0,0,0,0,0,107,36,0,0,'Frost Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4798,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,-5,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,6,4,0,0,0,0,0,0,0,0,36,0,50,'Frost Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4799,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4798,0,0,0,0,0,107,36,0,0,'Frost Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4800,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,-3,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,78,2,0,0,0,0,0,0,0,0,152,0,50,'zzOLDShadow Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1499,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (4802,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,-5,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,78,2,0,0,0,0,0,0,0,0,152,0,50,'zzOLDShadow Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4803,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4802,0,0,0,0,0,107,152,0,0,'zzOLDShadow Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4804,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4286,0,0,0,0,0,107,68,0,0,'Poisonous Spit','','','','','','','','Spider','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4805,0,36,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,180000,0,0,0,0,101,0,0,13,13,8,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,172,0,0,'Distracting Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4806,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4805,0,0,0,0,0,107,172,0,0,'Distracting Spit','','','','','','','','Tall Strider','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4807,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,0,0,0,0,0,107,104,0,0,'Healing Tongue','','','','','','','','Tall Strider - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4808,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4221,0,0,0,0,0,107,104,0,0,'Healing Tongue','','','','','','','','Tall Strider - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4809,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2916,0,0,0,0,0,107,54,0,0,'Magic Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4810,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,'(OLD) Magic Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4811,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,'(Old) Magic Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4812,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4810,0,0,0,0,0,107,54,0,0,'Magic Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4813,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4811,0,0,0,0,0,107,54,0,0,'Magic Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4814,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4312,0,0,0,0,0,107,167,0,0,'Strider Presence','','','','','','','','Tall Strider','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4815,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4147,0,0,0,0,0,107,63,0,0,'Enraged Howl','','','','','','','','Wolf','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4816,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4315,0,0,0,0,0,107,97,0,0,'Rabid Maw','','','','','','','','Wolf','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4817,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2917,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4818,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4819,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4820,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4821,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4822,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4823,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4824,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4825,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4818,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4826,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4827,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4820,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4828,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4829,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4822,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4830,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4823,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4831,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4824,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4832,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4833,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4832,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4834,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4835,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4836,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4837,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4838,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4839,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4840,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4841,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4834,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4842,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4835,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4843,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4836,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4844,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4837,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4845,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4838,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4846,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4839,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4847,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4840,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4848,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4849,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4848,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4850,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4851,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4852,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4853,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4854,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4855,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4856,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4857,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4850,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4858,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4851,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4859,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4852,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4860,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4853,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4861,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4854,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4862,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4855,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4863,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4856,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4864,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4865,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4864,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4866,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4867,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4868,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4869,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4870,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4871,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4872,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4873,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4866,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4874,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4867,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4875,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4868,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4876,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4869,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4877,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4870,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4878,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4871,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4879,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4872,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4880,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4881,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4882,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4883,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4884,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4885,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4886,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4887,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4888,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4889,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4882,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4890,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4883,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4891,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4884,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4892,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4885,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4893,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4886,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4894,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4887,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4895,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4888,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4896,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,128,0,0,'Bow Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4897,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,128,0,0,'Bow Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4898,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4896,0,0,0,0,0,107,128,0,0,'Bow Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4899,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4897,0,0,0,0,0,107,128,0,0,'Bow Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4900,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,132,0,0,'Gun Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4901,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4900,0,0,0,0,0,107,132,0,0,'Gun Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4902,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,132,0,0,'Gun Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4903,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4902,0,0,0,0,0,107,132,0,0,'Gun Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4904,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,85,0,0,'Thrown Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4905,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4904,0,0,0,0,0,107,85,0,0,'Thrown Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4906,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4907,0,0,0,0,0,107,85,0,0,'Thrown Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4907,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,85,0,0,'Thrown Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4909,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Thrown Finesse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4910,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4909,0,0,0,0,0,107,126,0,0,'Thrown Finesse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4911,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4913,0,0,0,0,0,107,126,0,0,'Thrown Finesse II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4912,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4914,0,0,0,0,0,107,126,0,0,'Thrown Finesse III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4913,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Thrown Finesse II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4914,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Thrown Finesse III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4915,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Bow Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4916,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4915,0,0,0,0,0,107,126,0,0,'Bow Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4917,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Bow Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4918,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Bow Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4919,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4917,0,0,0,0,0,107,126,0,0,'Bow Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4920,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4918,0,0,0,0,0,107,126,0,0,'Bow Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4921,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,'Gun Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4922,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4921,0,0,0,0,0,107,126,0,0,'Gun Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4923,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,'Gun Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4924,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,275,0,0,'Gun Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4925,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4923,0,0,0,0,0,107,126,0,0,'Gun Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4926,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4924,0,0,0,0,0,107,126,0,0,'Gun Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2761,0,0,0,0,0,0,0,0,1929,140,0,0,'Summon Cresting Exile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4929,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,33,140,0,0,'Summon Burning Exile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4930,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2762,0,0,0,0,0,0,0,0,1927,140,0,0,'Summon Thundering Exile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,0,0,0,1926,140,0,0,'Summon Rumbling Exile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4932,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,40,100,0,0,0,50,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,0,-41,0,0,0,1,1,1,0,0,0,0,0,0,40,42,14,0,0,0,0,0,0,0,0,0,0,0,0,126,0,1,0,4937,0,0,0,0,127,87,0,0,'Ward of Myzrael','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4933,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,653,173,0,0,'Prismatic Form: Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4934,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,0,0,0,653,173,0,0,'Prismatic Form: Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4935,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2761,0,0,0,0,0,0,0,0,653,173,0,0,'Prismatic Form: Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4936,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2762,0,0,0,0,0,0,0,0,653,173,0,0,'Prismatic Form: Thunder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4937,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2887,0,0,0,0,0,0,0,0,125,174,0,0,'Summon Prismatic Exiles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4938,0,49,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,15,0,0,1,0,0,0,0,0,0,0,0,92,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1587,66,0,0,'Myzrael Earthquake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4940,3,20,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,42,13,13,2,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Spider Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4941,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4681,1606,0,0,'Stoneshield','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (4942,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3858,3821,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4623,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Lesser Stoneshield Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4943,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4942,0,0,0,0,0,222,1,0,0,'Recipe: Lesser Stoneshield Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4945,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,452,0,0,0,0,0,0,0,0,215,1,0,0,'Summon Dagun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4946,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5449,0,0,0,0,0,0,0,0,0,67,0,0,'Summon Tamed Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4947,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,153,0,0,'Magic Backlash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4948,3,39,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,20,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,2,0,-1,399,0,0,0,0,1,1,0,0,0,0,0,0,0,36,22,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,4227,107,131,0,'Kinelory\'s Bear Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4950,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,14,0,0,13,0,0,0,101,0,0,44,44,245,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2946,0,0,0,0,0,0,0,0,130,113,0,0,'Summon Helcular\'s Puppets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4951,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,20,10,0,0,44,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,0,130,113,0,0,'Helcular\'s Puppets Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4952,0,0,0,0,67109120,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,27,27,0,0,0,0,0,0,0,25,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,'Helcular\'s Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4954,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,110,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4703,0,0,0,0,0,0,0,0,0,0,0,742,153,0,0,'Break Tool','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,0,0,32,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-76,-55,99,0,0,0,1,1,1,0,0,0,0,0,0,33,138,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,47,148,0,0,'Fist of Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,1,0,0,0,0,878,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1450,0,0,0,0,0,0,0,0,0,0,0,215,153,0,0,'Create Fervor Potion (New)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4961,1,25,0,0,262144,524288,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,32,26,26,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,60,0,50,'Resupply','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4962,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,32,32,32,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,26,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,174,0,0,'Encasing Webs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4970,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8,0,101,0,0,30,30,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1343,66,0,0,'Draw from the Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,34,34,9,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2992,0,0,0,0,0,0,0,0,135,79,0,0,'Healing Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4972,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,0,34,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5016,0,0,0,0,0,0,87,0,0,'Healing Ward V Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4974,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,1,1,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,-0.5,-0.5,0,-2,-2,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,185,155,0,0,'Wither Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (4975,0,0,0,0,256,0,0,0,0,0,0,0,0,6,0,0,7,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,16,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,754,0,0,0,0,0,0,0,275,1,0,0,'Cleanse Winterhoof Well','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4976,0,0,0,0,256,0,0,0,0,0,0,0,0,11,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5184,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4977,0,0,0,0,256,0,0,0,0,0,0,0,0,7,0,0,7,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,16,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,467,758,0,0,0,0,0,0,0,275,1,0,0,'Cleanse Thunderhorn Well','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4978,0,0,0,0,256,0,0,0,0,0,0,0,0,8,0,0,7,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,16,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,468,760,0,0,0,0,0,0,0,275,1,0,0,'Cleanse Wildmane Well','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4979,0,0,1,0,0,32768,0,0,0,0,0,0,0,0,0,0,16,0,25000,15,0,0,0,101,0,0,1,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,290,33,0,0,'Quick Flame Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4980,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,27,33,0,0,'Quick Frost Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4981,0,0,0,0,134217984,0,0,0,0,0,0,0,0,9,0,0,9,0,0,15,15373,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2983,0,0,0,0,0,0,0,0,32,153,0,0,'Inducing Vision','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4982,0,0,0,0,65536,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,1,0,0,'Pillar Delving','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4983,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,153,0,0,'Create Cleansing Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4984,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,73,0,0,'Hammertoe\'s Sacrifice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,121,0,0,'Summon Hammertoe\'s Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4986,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Unseen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4987,1,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,38,38,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,1,0,0,0,0,0,0,337,321,0,0,'Cleanse','','','','','','','','','','','','','','','',8,133,1500,0,10,8589938688,0,1,1,1,1,1,0), + (4990,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4987,0,0,0,0,0,107,321,0,0,'Cleanse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (4993,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4987,0,0,0,0,0,222,1,0,0,'Cleanse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4996,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'[PH] Teleport to Orgrimmar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4997,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'[PH] Teleport to Booty Bay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4998,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'[PH] Teleport to Grom\'Gol','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (4999,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'[PH] Teleport to Ratchet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5000,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'[PH] Teleport to Undercity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,33,0,0,'Lotwil\'s Summoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,33,0,0,'Lotwil\'s Summon Complete','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5003,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,23,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,25,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Bunyanize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5004,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,5,0,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,16,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,19705,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5005,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,15,0,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,19706,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5006,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,25,0,106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,114,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,19708,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5007,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,19709,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5008,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,15,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,28,0,0,'zzOLDProtective Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5009,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,677,0,50,'Wands','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5010,2,0,0,0,16,4,0,0,0,0,0,64,0,0,0,0,1,0,60000,0,15372,15420,0,101,0,0,0,26,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,9,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,24,0,0,0,0,0,13,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,0,'Scorch Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5011,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,0,50,'Crossbows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5012,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Rhinag\'s Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5016,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,34,34,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,2.3,0,0,74,0,0,0,0,0,22,0,0,30,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,73,0,0,'Healing Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5017,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4344,1,0,0,'Divining Trance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5019,0,351,0,0,18,0,32,4227072,0,0,0,0,0,0,0,0,1,0,0,15,0,175116,0,101,0,0,1,1,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,677,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (5020,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,15,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,-6,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,101,1312,0,0,'Stormstout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5021,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,15,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,15,1,0,1,1,0,0,0,0,0,0,0,22,-5,0,0,0,0,1,1,0,0,0,0,0,0,0,34,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,101,1306,0,0,'Trogg Ale','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5023,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,28,0,0,'zzOLDIncreased Blocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,401,401,1,1,1,0,0,0,0,0,0,59,99,99,0,0,0,1,1,1,0,0,0,0,0,0,31,3,64,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,318,0,0,'Flee','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5025,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,153,0,0,'Test Tickle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5026,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,153,0,0,'Create Water of the Seers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5027,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5028,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5029,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5030,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Heroic Strength','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5031,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'zzOLDHeroic Strength','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5032,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'zzOLDHeroic Strength','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5033,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'zzOLDHeroic Strength','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5034,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5027,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5035,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5028,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5036,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5029,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5037,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5030,0,0,0,0,0,107,63,0,0,'Heroic Strength','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5038,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5031,0,0,0,0,0,107,63,0,0,'zzOLDHeroic Strength','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5039,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5032,0,0,0,0,0,107,63,0,0,'zzOLDHeroic Strength','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5040,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5033,0,0,0,0,0,107,63,0,0,'zzOLDHeroic Strength','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5041,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,54,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5042,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'Great Stamina','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5043,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5044,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5045,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5046,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5047,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5048,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,54,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5041,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5049,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5042,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5050,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5043,0,0,0,0,0,107,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5051,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5045,0,0,0,0,0,107,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5052,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5046,0,0,0,0,0,107,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5053,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5047,0,0,0,0,0,107,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5054,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5044,0,0,0,0,0,107,312,0,0,'zzOLDGreat Stamina','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5055,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5056,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5057,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5058,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5059,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5060,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5061,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Cat\'s Agility','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5062,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5055,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5063,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5057,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5064,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5058,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5065,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5059,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5066,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5060,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5067,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5061,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5068,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5056,0,0,0,0,0,107,63,0,0,'Cat\'s Agility','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5069,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5070,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5071,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5072,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5073,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5074,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5075,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,49,0,0,'Mighty Intellect','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5076,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5069,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5077,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5070,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5078,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5071,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5079,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5072,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5080,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5073,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5081,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5074,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5082,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5075,0,0,0,0,0,107,63,0,0,'Mighty Intellect','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5084,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5085,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5086,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5087,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5088,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5089,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5090,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,73,0,0,'Indomitable Spirit','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5091,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5084,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5092,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5085,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5093,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5086,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5094,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5087,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5095,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5088,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5096,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5089,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5097,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5090,0,0,0,0,0,107,63,0,0,'Indomitable Spirit','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5099,0,0,0,0,65536,0,0,0,0,0,0,16384,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,16,61,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,924,510,0,0,0,0,0,0,191,1,0,0,'Disruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5100,3,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,170,0,0,'Spore Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5101,0,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,0,12,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,48,0,0,'Dazed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5102,0,38,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,93,0,0,'Absorb Blow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5103,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2647,0,0,0,0,0,0,1,0,0,'Trigger Test (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5104,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,13,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5105,0,0,0,0,0,0,149,0,0,'Minor Scorpion Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5105,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,42,13,13,3,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Minor Scorpion Venom Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5106,0,33,1,12,16,262280,0,0,0,0,0,0,0,0,0,0,5,0,0,31,2,0,0,101,0,0,43,43,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1183,87,0,0,'Crystal Flash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5107,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Booty Chest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5108,5,0,0,0,268435456,1,0,0,0,0,0,0,0,0,0,0,1,0,20000,15,0,0,0,101,0,0,3,3,25,0,32,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8996,0,0,0,0,0,0,0,0,74,217,0,0,'Voidwalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,20000,13,0,0,0,101,0,0,0,16,26,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3417,0,0,0,0,0,0,0,0,123,11,0,0,'Summon Living Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5111,0,0,0,0,67108928,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,1,0,0,0,0,0,0,0,14,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,16,0,0,0,5113,0,0,0,0,0,11,0,0,'Living Flame Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5113,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,31,0,0,'Living Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5115,3,55,1,0,262144,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,0,0,30,0,0,13,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,732,86,0,0,'Battle Command','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5116,6,0,1,11,65538,0,131072,0,0,0,0,0,0,0,0,0,18,12000,0,0,0,0,0,0,0,0,8,8,35,0,0,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,15,0,0,'Concussive Shot','','','','','','','','','','','','','','','',8,133,1500,0,9,512,0,3,2,1,1,1,0), + (5117,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5116,0,0,0,0,0,107,15,0,0,'Concussive Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5118,3,0,0,0,329728,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,131072,0,139944,100,0,0,20,20,21,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15571,0,0,0,0,3719,1181,122,0,'Aspect of the Cheetah','','','','','','','','','','','','','','','',0,133,1500,0,9,2097152,0,1,1,1,1,1,0), + (5119,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,179,0,0,'Beast Tracking','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (5120,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,86,179,0,0,'Undead Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5121,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,86,179,0,0,'Giant Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5122,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,86,179,0,0,'Demon Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5123,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,86,179,0,0,'Dragon Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5124,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,86,179,0,0,'Elemental Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5125,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5119,0,0,0,0,0,107,127,0,0,'Beast Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5126,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5122,0,0,0,0,0,107,127,0,0,'Demon Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5127,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5120,0,0,0,0,0,107,127,0,0,'Undead Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5128,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5124,0,0,0,0,0,107,127,0,0,'Elemental Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5129,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5123,0,0,0,0,0,107,127,0,0,'Dragon Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5130,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5121,0,0,0,0,0,107,127,0,0,'Giant Tracker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5131,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5118,0,0,0,0,0,107,1181,0,0,'Aspect of the Cheetah','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Interrupt (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5134,0,0,0,5,1073807360,136,0,0,0,0,0,64,1,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,1,0,0,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,8,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,170,0,0,'Flash Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (5137,5,0,2,0,0,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,1,1,3,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,10,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,55,0,0,'Call of the Grave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5138,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,29,24,24,28,0,95,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,41,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Drain Mana','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,16,0,1,1,1,1,1,0), + (5139,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5138,0,0,0,0,0,107,548,0,0,'Drain Mana','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5140,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,5,0,0,31,8,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,1,0,0,'Detonate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5141,0,0,0,0,8388624,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,643,0,0,0,0,0,0,0,0,148,11,0,0,'Eject Sneed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5142,0,0,1,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1393,0,0,0,0,0,0,0,0,0,95,0,0,'Trogg Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5143,6,0,0,0,536936704,268453004,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,12,8,8,27,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7268,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (5144,6,0,0,0,536936704,268453004,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,20,16,16,35,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7269,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (5145,6,0,0,0,536936704,268453004,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,28,24,24,28,0,235,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7270,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (5146,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5143,0,0,0,0,0,107,225,0,0,'Arcane Missiles','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5147,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5144,0,0,0,0,0,107,225,0,0,'Arcane Missiles','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5148,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5145,0,0,0,0,0,107,225,0,0,'Arcane Missiles','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5149,0,0,0,0,65552,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1511,0,0,'Beast Training','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5150,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4733,0,0,0,0,0,107,147,0,0,'Gore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5151,4,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,4,0,0,0,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,16,0,0,0,0,0,0,0,124,181,0,50,'zzOLDIce Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5154,1,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5155,1,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5156,1,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5157,1,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5158,1,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5159,2,0,0,11,16,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,18,18,18,0,0,0,0,0,2,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,6,-41,0,0,0,0,22,22,0,15,15,0,8,8,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,37,0,0,'Melt Ore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5161,3,0,0,0,256,1,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,0,0,0,0,0,0,0,0,215,121,0,0,'Revive Dig Rat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5162,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,61,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,206,153,0,0,'Self Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5164,0,0,0,12,262144,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5165,0,0,0,0,263168,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,148,0,0,'Knockdown /Stun (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5166,0,0,0,0,65536,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,8,0,0,101,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,59,41,41,1,1,1,1,1,1,0,0,0,0,0,0,-1,0,0,0,0,0,23,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3503,3503,0,0,0,0,0,0,104,1,0,0,'Harvest Silithid Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5167,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,107,227,0,0,'Pick Pocket','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5169,0,0,0,0,268501008,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,0,15367,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,7997,0,2589,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,0,0,0,0,0,0,161,497,0,0,'Defias Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5170,0,0,0,0,65552,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,255,497,0,0,'Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5171,0,0,0,0,537198608,4195328,4,1342439424,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,185,3,25,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,6,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,515,0,50,'Slice and Dice','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,262144,0,0,2,1,1,1,0), + (5172,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,49,0,0,'Bloodsail Companion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5174,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,26,26,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,19,0,0,1,0,0,0,0,0,0,0,0,110,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,104,0,50,'Cookie\'s Cooking','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5175,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5171,0,0,0,0,0,107,515,0,0,'Slice and Dice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5176,3,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,5,1,1,0,0,20,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0.4,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,263,0,0,'Wrath','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,1,0,1,1,1,1,1,0), + (5177,3,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,90,0,0,15,0,0,0,101,0,12,6,6,0,0,35,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.6,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,263,0,0,'Wrath','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,1,0,1,1,1,1,1,0), + (5178,3,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,20,14,14,0,0,55,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.8,0,0,43,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,263,0,0,'Wrath','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,1,0,1,1,1,1,1,0), + (5179,3,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,28,22,22,0,0,70,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,1,0,0,62,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,263,0,0,'Wrath','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,1,0,1,1,1,1,1,0), + (5180,3,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,36,30,30,0,0,100,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,1.3,0,0,100,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,263,0,0,'Wrath','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,1,0,1,1,1,1,1,0), + (5181,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5177,0,0,0,0,0,107,263,0,0,'Wrath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5182,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5178,0,0,0,0,0,107,263,0,0,'Wrath','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5183,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5179,0,0,0,0,0,107,263,0,0,'Wrath','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5184,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5180,0,0,0,0,0,107,263,0,0,'Wrath','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5185,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,16,0,0,15,0,0,0,101,0,5,1,1,0,0,25,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,15,0,0,1,0,0,0,0,0,0.8,0,0,36,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (5186,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,13,8,8,0,0,55,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,25,0,0,1,0,0,0,0,0,1.3,0,0,87,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (5187,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,20,0,0,15,0,0,0,101,0,19,14,14,0,0,110,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,49,0,0,1,0,0,0,0,0,1.9,0,0,194,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (5188,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,14,0,0,15,0,0,0,101,0,25,20,20,0,0,185,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,83,0,0,1,0,0,0,0,0,2.7,0,0,362,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (5189,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,22,0,0,15,0,0,0,101,0,31,26,26,0,0,270,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,123,0,0,1,0,0,0,0,0,3.5,0,0,571,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (5190,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5186,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5191,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5185,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5192,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5187,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5193,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5188,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5194,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5195,3,0,1,7,1073840128,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,28,28,85,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (5196,3,0,1,7,1073840128,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,38,38,86,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,19,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (5197,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2854,0,0,0,0,0,107,220,0,0,'Cyclone','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5198,3,99,1,0,1073807360,67584,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,99,9,0,43,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,12,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,218,220,0,0,'zzOLDCyclone','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5199,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5198,0,0,0,0,0,107,220,0,0,'Cyclone','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5200,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,636,0,0,0,0,0,0,0,0,0,1,0,0,'VanCleef\'s Allies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5201,0,0,0,0,262160,134218240,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,38,38,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,80,0,1,1,0,1,1,0,0,0,0,0,0,0,56,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882,262,0,0,'Claw','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (5202,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,1,1,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19105,0,0,0,0,0,0,1477,0,0,'MHTest01','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5203,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5201,0,0,0,0,0,107,262,0,0,'Claw','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5204,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9849,0,0,0,0,0,107,262,0,0,'Claw','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5205,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,60,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,0,0,1,0,0,'Test - Warrior 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5206,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Plant Seeds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5208,3,18,4,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,21,21,3,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,58,0,1,1,0,1,1,0,0,0,0,0,0,0,44,29,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,247,0,0,'Poisoned Harpoon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5209,0,0,0,0,262160,131072,67108864,0,0,144,0,0,0,0,0,0,1,600000,0,0,0,0,0,101,0,0,28,28,32,1,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,957,0,0,'Challenging Roar','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5210,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5209,0,0,0,0,0,107,957,0,0,'Challenging Roar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5211,0,32,0,12,262160,134480384,0,0,0,144,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,14,14,39,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3948,473,0,50,'Bash','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,8192,0,2,2,1,1,1,0), + (5212,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5211,0,0,0,0,0,107,473,0,50,'Bash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5213,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,1.5,0,0,29,-51,-55,0,0,0,6,6,6,0,0,0,0,0,0,3,33,138,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,380,12,0,0,'Molten Metal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5214,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2856,0,0,0,0,0,107,166,0,0,'Bear Hug','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5215,0,38,5,0,437518352,16,2097152,0,0,1,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,39,20,20,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,5,0,0,99,-41,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,103,30,0,'Prowl','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,16384,0,0,0,1,1,1,0), + (5216,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5215,0,0,0,0,0,107,103,0,0,'Prowl','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5217,0,0,0,0,262160,32,0,0,0,1,0,0,0,0,0,0,1,1000,0,0,0,0,0,101,0,0,24,24,32,3,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,200,1181,0,50,'Tiger\'s Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5218,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5217,0,0,0,0,0,107,1181,0,0,'Tiger\'s Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5219,5,2,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,22,22,0,15,15,0,8,8,0,53,26,0,2000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,113,0,0,'Draw of Thistlenettle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5220,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,49,0,0,0,0,1,1,0,0,0,0,0,0,0,61,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,71,0,0,'Frenzied Capo the Mean','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5221,0,0,0,0,262160,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,23,224,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3950,147,0,0,'Shred','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,32768,0,2,2,1,1,1,0), + (5222,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,0,0,0,0,0,107,147,0,0,'Shred','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5223,0,0,0,0,34865424,262144,0,0,0,1,0,0,0,0,0,0,1,600000,0,0,15420,0,0,101,0,0,34,99,5,3,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,695,0,0,'zzOLDPlay Dead','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5224,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5223,0,0,0,0,0,107,695,0,0,'Play Dead','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5225,0,0,0,0,134479888,131104,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,179,0,0,'Track Humanoids','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (5226,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5225,0,0,0,0,0,107,179,0,0,'Track Humanoid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5227,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,'Underwater Breathing','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5228,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,0,0,0,0,0,107,961,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5229,0,0,0,0,262416,0,0,0,0,144,0,0,0,0,0,0,1,60000,0,0,0,0,0,101,0,0,12,12,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,3,6,1,1,0,1,1,0,0,0,0,0,0,0,19,-76,0,0,0,0,1,0,1,0,0,0,0,0,0,24,0,94,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,249,961,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,7,524288,0,0,0,1,1,1,0), + (5230,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16810,0,0,0,0,0,107,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5231,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,107,123,0,0,'Mark of the Wild','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5232,3,0,1,0,65536,131072,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,10,10,30,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,64,1,0,0,0,0,21,21,0,0,0,0,0,0,0,22,29,0,0,0,0,1,1,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,212,123,0,50,'Mark of the Wild','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (5233,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5232,0,0,0,0,0,107,123,0,0,'Mark of the Wild','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5234,3,0,1,0,65536,131072,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,30,30,30,0,160,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,149,5,4,0,0,0,21,21,21,0,0,0,0,0,0,22,29,143,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,126,0,0,0,0,0,0,212,123,0,50,'Mark of the Wild','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (5235,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6756,0,0,0,0,0,107,123,0,0,'Mark of the Wild','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5236,3,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,196,198,0,0,'zzOLDNature\'s Blessing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (5237,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,107,563,0,50,'Riposte','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5238,0,37,0,0,327696,0,0,0,0,65536,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,20,99,0,1,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,347,50,0,0,'zzOLDSpell Break','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5239,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5238,0,0,0,0,0,107,50,0,0,'Spell Break','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5240,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,0,1,750,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,0,0,'zzOLDSpell Break','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5241,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5240,0,0,0,0,0,107,50,0,0,'Spell Break','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5242,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,21,12,12,4,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,34,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,65536,0,1,1,1,1,1,0), + (5243,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5242,0,0,0,0,0,107,456,0,50,'Battle Shout','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5244,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5082,2318,2320,0,0,0,0,0,3,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5081,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Kodo Hide Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5245,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5244,0,0,0,0,0,222,1,0,0,'Pattern: Kodo Hide Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5246,0,0,0,5,327696,136,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,664232,100,0,0,22,22,31,1,250,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,64,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,6,22,22,0,15,15,0,14,14,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20511,0,0,0,0,0,247,148,0,50,'Intimidating Shout','','','','','','','','','','','','','','','',0,133,1500,0,4,262144,5,1,1,1,1,1,0), + (5247,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5246,0,0,0,0,0,107,148,0,0,'Intimidating Shout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5248,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,0,0,0,0,0,107,561,0,50,'Inner Rage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5249,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,'Ice Lock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5250,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5251,0,0,0,0,0,34,1,0,0,'Stromgarde Militia Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,0,'Stromgarde Militia Call Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5252,5,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,240000,15,0,0,0,101,0,0,20,20,26,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8996,0,0,0,0,0,0,0,0,74,217,0,0,'Voidwalker Guardian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5253,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2878,0,0,0,0,0,107,309,0,0,'Turn Undead','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5254,3,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,0,31,9,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,-61,0,-1,0,0,0,6,6,6,0,0,0,0,0,0,33,56,60,0,0,0,0,0,1,0,0,0,0,0,0,0,1933,0,0,0,0,0,0,0,131,82,0,50,'Polymorph (TEST)','','','','','','','','TEST','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5255,0,0,0,0,8388608,0,0,131072,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,'Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (5256,0,66,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,90000,0,0,15420,0,101,0,0,0,0,18,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,53,0,0,'Claw Cover','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,100,0,1,1,0,1,1,0,0,0,0,0,0,0,2,19,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,101,1313,0,0,'Thunderbrew Lager','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5258,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,126,0,50,'zzOLDPinpoint Accuracy','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5259,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,5,0,0,0,101,0,0,0,0,8,0,2,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Disarm (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5260,0,0,0,0,0,288,0,0,0,0,0,32,0,0,0,0,5,0,0,5,3,0,0,101,0,0,0,0,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,69,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,0,0,0,0,9,9,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,1,0,0,'Distract (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5262,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,20,100,0,0,9,9,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5263,0,0,0,0,0,1663,31,0,0,'Fanatic Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5263,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,9,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,11,0,0,'Fanatic Blade Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5264,0,0,0,0,268501008,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,0,15367,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,5107,0,2589,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3384,0,0,0,0,0,0,0,0,161,497,0,0,'South Seas Pirate Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5265,0,0,0,0,268501008,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,0,15367,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,5109,0,2589,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1161,0,0,0,0,0,0,0,0,161,497,0,0,'Stonesplinter Trogg Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5266,0,0,0,0,268501008,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,0,15367,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,5113,0,2592,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2586,0,0,0,0,0,0,0,0,161,497,0,0,'Syndicate Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5267,0,0,0,0,268501008,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,0,15367,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,5110,0,2589,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1889,0,0,0,0,0,0,0,0,161,497,0,0,'Dalaran Wizard Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5268,0,0,0,0,268501008,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,0,15367,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,5108,0,2592,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,0,0,0,161,497,0,0,'Dark Iron Dwarf Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5269,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5169,0,0,0,0,0,222,130,0,0,'Defias Disguise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5270,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5265,0,0,0,0,0,222,130,0,0,'Stonesplinter Disguise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5271,5,65,2,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,11,11,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,155,0,50,'Cursed Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5272,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5267,0,0,0,0,0,222,130,0,0,'Dalaran Wizard Disguise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5273,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5268,0,0,0,0,0,222,130,0,0,'Dark Iron Dwarf Disguise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5274,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5266,0,0,0,0,0,222,130,0,0,'Syndicate Disguise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5275,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5264,0,0,0,0,0,222,130,0,0,'South Seas Pirate Disguise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5276,4,98,1,12,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,36,30,30,8,0,98,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,9,0,0,1,0,0,0,0,0,0.8,0,0,50,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,12,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2335,35,0,50,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5277,0,66,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,8,8,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,178,0,0,'Evasion','','','','','','','','','','','','','','','',0,0,0,0,8,32,0,0,0,1,1,1,0), + (5278,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5277,0,0,0,0,0,107,178,0,0,'Evasion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5280,3,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,13,0,0,0,101,0,0,8,8,22,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Razor Mane','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5281,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,'zzOLDBlessing of Reckoning Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5283,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5308,0,0,0,0,0,107,1648,0,0,'Execute','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5285,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,0,0,0,222,1,0,0,'Mark of the Wild','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5286,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5232,0,0,0,0,0,222,1,0,0,'Mark of the Wild','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5287,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6756,0,0,0,0,0,222,1,0,0,'Mark of the Wild','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5289,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5177,0,0,0,0,0,222,1,0,0,'Wrath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5290,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5178,0,0,0,0,0,222,1,0,0,'Wrath','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5291,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5179,0,0,0,0,0,222,1,0,0,'Wrath','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5292,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5180,0,0,0,0,0,222,1,0,0,'Wrath','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5294,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5186,0,0,0,0,0,222,1,0,0,'Healing Touch','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5295,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5187,0,0,0,0,0,222,1,0,0,'Healing Touch','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5296,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5188,0,0,0,0,0,222,1,0,0,'Healing Touch','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5297,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,0,0,0,0,0,222,1,0,0,'Healing Touch','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5298,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,0,0,107,538,0,0,'Hunter\'s Mark','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5299,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2637,0,0,0,0,0,107,44,0,0,'Hibernate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5300,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5149,6991,982,0,0,0,107,1511,0,0,'Beast Training','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5301,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5302,0,0,0,0,0,0,28,0,0,'Defensive State (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5302,0,0,0,0,536871312,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'Defensive State','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2854,0,0,0,0,0,222,1,0,0,'zzOLDCyclone','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5198,0,0,0,0,0,222,1,0,0,'zzOLDCyclone','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5305,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,0,0,222,1,0,0,'Dampen Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5306,4,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,4,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,784,186,0,50,'ImmuneSleep (JEFFTEST)','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5307,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8921,0,0,0,0,0,222,1,0,0,'Moonfire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5308,0,0,0,0,327952,134218240,0,1024,512,327680,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,24,24,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,3,64,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26651,0,0,0,0,250,1648,0,50,'Execute','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,536870912,0,2,2,0.3,1,1,0), + (5309,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5195,0,0,0,0,0,222,1,0,0,'Entangling Roots','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5310,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5234,0,0,0,0,0,222,1,0,0,'Mark of the Wild','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5311,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1735,0,0,0,0,0,222,1,0,0,'zzOLDBattle Roar','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5196,0,0,0,0,0,222,1,0,0,'zzOLDEntangling Roots','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5316,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,1,0,0,'Raptor Feather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5320,3,99,1,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,0,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,288,47,0,0,'Echeyakee\'s Grace','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5321,3,99,1,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,293,47,0,0,'Ishamuhale\'s Rage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5322,3,99,1,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,294,47,0,0,'Lakota\'mani\'s Thunder','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5323,3,99,1,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,295,47,0,0,'Speed of Owatanka','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5324,3,99,1,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,296,47,0,0,'Washte Pawne\'s Resolve','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5325,3,99,1,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,297,47,0,0,'Strength of Isha Awak','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5333,0,75,0,0,65554,0,0,0,0,0,0,64,0,0,0,0,4,0,15000,13,0,0,0,101,0,0,30,99,0,0,0,0,0,0,4,0,0,0,0,5105,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,38,38,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0,0,318,136,0,0,'zzOLDStarburst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5334,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5333,0,0,0,0,0,107,136,0,0,'Starburst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5335,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,0,0,0,107,455,0,0,'Beast Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5337,3,65,1,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,13,0,50,'Wither Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5338,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2643,0,0,0,0,0,107,85,0,0,'Multi-Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5339,0,0,0,0,16,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,226,0,0,'zzOLDEnchantItem (JeffTest)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5340,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5341,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5508,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5342,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5508,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5343,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5508,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5344,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5508,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5345,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5480,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5346,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5480,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5348,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5349,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5530,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5350,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5530,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5351,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5530,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5352,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5530,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5353,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5531,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5354,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5531,0,0,0,0,0,25,0,0,'2H Mace Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5355,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5356,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,21,3,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5357,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,3,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5358,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,3,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5359,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,31,3,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5360,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,35,5,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5361,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,499,0,0,0,0,1,1,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5363,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,13,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,28,0,50,'Thick Skin','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5364,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,0,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5363,0,0,0,0,0,0,1,0,0,'Thick Skin','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5365,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,28,0,50,'Thick Skin','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5366,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,32,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,28,0,50,'Thick Skin','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5367,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,146,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,28,0,50,'Thick Skin','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5368,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,0,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5365,0,0,0,0,0,0,1,0,0,'Thick Skin','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5369,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,0,32,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5366,0,0,0,0,0,0,1,0,0,'Thick Skin','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5370,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5367,0,0,0,0,0,0,1,0,0,'Thick Skin','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5371,1,0,0,0,262144,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5372,1,0,0,0,262144,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5373,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'Judgement of Light Intermediate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5374,1,0,0,0,262144,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5375,1,0,0,0,262144,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'zzOLDSpell - Reuse 5375','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5376,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,3,1,0,1,1,0,0,0,0,0,0,0,8,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,67,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,153,0,0,'Hand Snap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5377,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5376,0,0,0,0,0,0,153,0,0,'Hand Snap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5378,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5364,0,0,0,0,0,107,23,0,0,'Thick Skin','','','','','','','','Turtle - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5380,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5368,0,0,0,0,0,107,23,0,0,'Thick Skin','','','','','','','','Turtle - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5381,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5369,0,0,0,0,0,107,23,0,0,'Thick Skin','','','','','','','','Turtle - Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5382,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5370,0,0,0,0,0,107,23,0,0,'Thick Skin','','','','','','','','Turtle - Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5383,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5377,0,0,0,0,0,107,23,0,0,'Hand Snap','','','','','','','','Turtle','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5384,0,0,0,0,34930944,394240,0,0,0,0,0,0,0,0,0,0,1,30000,0,15,15420,0,0,101,0,0,30,30,41,0,80,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,857,0,0,'Feign Death','','','','','','','','','','','','','','','',0,0,0,0,9,256,0,0,0,1,1,1,0), + (5385,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,48,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5384,0,0,0,0,0,107,857,0,0,'Feign Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5386,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,0,0,0,107,36,0,0,'Water Breathing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5387,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2645,0,0,0,0,0,107,67,0,0,'Ghost Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5388,3,0,1,0,65536,0,2,0,0,0,0,0,0,0,0,0,14,0,0,15,15495,0,1,101,0,0,30,99,21,0,100,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,99,0,0,0,0,21,21,0,0,0,0,0,0,0,36,31,0,0,0,0,1,1,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,311,67,122,50,'zzOLDGhost Wolf','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5389,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5388,0,0,0,0,0,107,67,0,0,'Ghost Wolf','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5390,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,0,0,0,0,0,107,149,0,0,'Ethereal Form','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5391,3,37,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,14,0,0,0,101,0,0,34,99,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,35,35,0,0,0,0,0,0,0,39,25,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,325,149,0,0,'zzOLDEthereal Form','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5392,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5391,0,0,0,0,0,107,149,0,0,'Ethereal Form','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5394,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,40,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3527,0,0,0,0,0,0,0,0,319,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (5395,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5172,0,0,0,0,0,0,0,0,0,0,0,215,554,0,0,'Death Capsule','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5396,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5394,0,0,0,0,0,107,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5397,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5395,0,0,0,0,0,107,554,0,0,'Death Capsule','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5398,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5256,0,0,0,0,0,107,172,0,0,'Claw Cover','','','','','','','','Scorpion','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5399,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5104,0,0,0,0,0,107,172,0,0,'Minor Scorpion Venom','','','','','','','','Scorpion','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5400,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,65,0,0,'zzOLDHealing Totem Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5401,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,5,5,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,1.4,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,62,0,0,'Lizard Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5402,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,10,1,1,1,1,1,1,0,0,0,0,0,0,0,69,999,0,0,0,1,1,1,0,0,0,0,0,0,56,61,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,1,0,0,'Gazban Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5403,4,35,1,12,1073741840,0,0,0,0,0,0,0,0,0,0,0,5,0,30000,13,2,0,0,101,0,0,0,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,19,1,0,1,1,0,0,0,0,0,0,0,110,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Crash of Waves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5404,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,299,399,4,0,0,0,1,1,1,0,0,0,0,0,0,34,22,13,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,1,0,0,'Gazban Water Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5405,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,51,0,0,1,0,0,0,0,0,0,0,0,374,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,283,0,0,'Replenish Mana','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (5406,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,37,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,27,0,0,1,0,0,0,0,0,0,0,0,168,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,283,0,0,'Replenish Mana II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (5407,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,1,0,0,'Segra Darkthorn Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5408,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,1,0,0,'Quest - Sergra Darkthorn Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,1,0,0,'Quest - Sergra Darkthorn Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5412,3,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,1,0,0,'Balance of Nature Failure','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5413,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,60,1,1,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.7,0,0,-4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,800,203,0,0,'Noxious Catalyst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5414,3,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,1,0,0,'Balance of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5416,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,22,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0.2,3,0,1,9,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2617,163,0,0,'Venom Sting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5419,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,200,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1476,0,0,'Travel Form (Passive)','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5420,0,0,0,0,80,0,0,0,0,2,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,200,20,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,2,0,0,9,-91,-101,0,0,0,1,1,1,0,0,0,0,0,0,29,33,30,0,0,0,0,0,0,0,0,0,0,0,0,2,0,95,0,0,0,0,0,0,0,10,0,0,'Tree Form (Passive) 2','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5421,3,0,0,0,80,0,0,0,0,8,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,36,16,16,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,1,0,0,0,0,0,0,0,58,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1475,0,0,'Aquatic Form (Passive)','','','','','','','','Passive','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (5422,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,8,8,31,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,1,1,0,1,1,0,0,0,0,1,-1.5,0,2,-18,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,802,147,0,0,'Lacerate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5424,0,0,0,0,16,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,10,6,6,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0.25,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,26,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178,271,0,0,'Claw Grasp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5426,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,5,5,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,0,'Quick Sidestep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5427,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5480,0,0,0,0,0,23,0,0,'2H Axe Specialization','','','','','','','','Rank 16','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5428,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5429,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5508,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5430,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5508,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5431,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5508,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5432,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5508,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5433,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5480,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5448,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5449,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,13,2,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5450,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,2,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5451,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,2,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5452,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,20,2,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5453,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,4,0,0,0,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5454,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5455,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5456,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,256,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'2H Sword Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5457,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5355,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5458,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5356,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5459,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5357,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5460,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5358,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5461,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5359,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5462,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5360,0,0,0,0,0,107,26,0,0,'2H Sword Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5463,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5454,0,0,0,0,0,107,26,0,0,'2H Sword Finesse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5464,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5455,0,0,0,0,0,107,26,0,0,'2H Sword Finesse','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5465,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5456,0,0,0,0,0,107,26,0,0,'2H Sword Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5466,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5467,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5468,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'2H Axe Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5469,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4417,0,0,0,0,0,107,23,0,0,'2H Axe Finesse','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5470,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5340,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5471,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5472,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5342,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5473,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5343,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5474,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5344,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5475,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5345,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5476,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5346,0,0,0,0,0,107,23,0,0,'2H Axe Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5477,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5466,0,0,0,0,0,107,23,0,0,'2H Axe Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5478,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5467,0,0,0,0,0,107,23,0,0,'2H Axe Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5479,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5468,0,0,0,0,0,107,23,0,0,'2H Axe Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,138,0,0,'Cleave Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5481,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5482,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5483,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,128,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,'Sword Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5484,5,634,1,5,1073807360,136,0,0,0,0,0,0,0,0,0,0,5,0,40000,15,0,0,664232,100,0,52,40,40,1,0,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,22,22,0,15,15,0,13,13,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4801,134,0,0,'Howl of Terror','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2147483648,5,1,1,1,1,1,0), + (5486,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5484,0,0,0,0,0,107,134,0,0,'Howl of Terror','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5487,0,0,0,0,327696,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,40,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,5,17,0,0,0,0,0,0,0,653,107,122,0,'Bear Form','','','','','','','','Shapeshift','','','','','','','',55,133,1500,0,7,1073741824,0,0,0,1,1,1,0), + (5488,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5487,6795,6807,0,0,0,107,107,0,0,'Bear Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5489,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5448,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5490,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5449,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5491,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5450,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5492,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5451,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5493,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5452,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5494,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5453,0,0,0,0,0,107,26,0,0,'Sword Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5496,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5481,0,0,0,0,0,107,26,0,0,'Sword Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5497,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5482,0,0,0,0,0,107,26,0,0,'Sword Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5498,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5483,0,0,0,0,0,107,26,0,0,'Sword Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5499,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1953,0,0,0,0,0,107,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5500,5,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,323,90,0,0,'Sense Demons','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (5501,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,0,0,0,0,0,107,90,0,0,'Sense Demons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5502,1,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,308,0,0,'Sense Undead','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (5503,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5502,0,0,0,0,0,107,308,0,0,'Sense Undead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5504,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,13,4,4,0,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5350,0,0,0,0,0,0,0,0,0,0,0,564,1357,0,0,'Conjure Water','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (5505,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,19,10,10,0,0,105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2288,0,0,0,0,0,0,0,0,0,0,0,564,1309,0,0,'Conjure Water','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (5506,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,29,20,20,0,0,180,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2136,0,0,0,0,0,0,0,0,0,0,0,564,1358,0,0,'Conjure Water','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (5507,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5504,0,0,0,0,0,107,1357,0,0,'Conjure Water','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5508,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,138,0,0,'Cleave Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5509,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5510,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5511,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,'Axe Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5512,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Fill Phial','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5513,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5480,0,0,0,0,0,23,0,0,'Axe Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5514,5,22,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,5,5,29,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,233,0,0,'Darken Vision','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5515,0,99,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,31,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,83,0,50,'Savagery','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5516,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5428,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5517,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5429,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5518,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5430,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5519,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5431,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5520,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5432,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5521,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5433,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5522,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5513,0,0,0,0,0,107,23,0,0,'Axe Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5524,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5509,0,0,0,0,0,107,23,0,0,'Axe Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5525,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5510,0,0,0,0,0,107,23,0,0,'Axe Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5526,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5511,0,0,0,0,0,107,23,0,0,'Axe Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5527,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5528,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5529,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'2H Mace Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5530,0,0,0,12,0,262280,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Mace Stun Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (5531,0,0,0,12,0,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,2,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,'zzOLDStunning Blow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (5532,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5533,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5348,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5534,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5535,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5350,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5536,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5351,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5537,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5352,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5538,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5353,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5539,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5354,0,0,0,0,0,107,25,0,0,'2H Mace Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5540,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5527,0,0,0,0,0,107,25,0,0,'2H Mace Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5541,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5528,0,0,0,0,0,107,25,0,0,'2H Mace Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5542,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5529,0,0,0,0,0,107,25,0,0,'2H Mace Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5543,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,499,0,0,0,0,0,1,1,0,0,0,0,0,0,0,18,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,0,'Fade Out','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5545,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5546,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5547,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5548,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5549,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5530,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5550,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5530,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5551,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5530,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5552,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5530,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5553,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5531,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5554,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5531,0,0,0,0,0,25,0,0,'Mace Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5555,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5545,0,0,0,0,0,107,25,0,0,'Mace Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5556,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5546,0,0,0,0,0,107,25,0,0,'Mace Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5557,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5547,0,0,0,0,0,107,25,0,0,'Mace Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5558,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5548,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5559,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5549,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (5560,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5550,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5561,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5551,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5562,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5552,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5563,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5553,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5564,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5554,0,0,0,0,0,107,25,0,0,'Mace Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5565,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5505,0,0,0,0,0,107,1309,0,0,'Conjure Water','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5566,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5506,0,0,0,0,0,107,1358,0,0,'Conjure Water','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5567,0,0,1,7,16,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,2,0,0,101,0,0,8,8,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Miring Mud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5568,0,49,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,1,0,0,7,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,168,0,0,'Trample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5569,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,40,99,0,0,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,17,0,0,1,0,0,0,0,0,0,0,0,120,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5570,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,10,-3,0,0,0,0,6,6,0,0,0,0,0,0,0,3,54,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7333,1771,0,0,'Insect Swarm','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,2097152,0,1,1,1,1,0,0), + (5571,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5569,0,0,0,0,0,107,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5572,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,498,0,0,0,0,0,107,73,0,0,'Divine Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5573,1,37,0,25,327680,32768,2097152,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,18,18,31,0,35,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,25,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,154,73,0,0,'Divine Protection','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5574,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5573,0,0,0,0,0,107,73,0,0,'Divine Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5575,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,50,99,9,0,185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5576,0,0,0,0,0,300,307,0,0,'zzOLDBlessing of Reckoning','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5576,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,'zzOLDBlessing of Reckoning Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5577,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5575,0,0,0,0,0,107,307,0,0,'zzOLDBlessing of Reckoning','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5578,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,'zzOLDBlessing of Reckoning Effect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5579,0,0,0,0,0,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,7,11,12,0,0,0,0,0,0,86,74,0,0,'Immune Root/Snare/Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5580,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,60,99,9,0,250,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5578,0,0,0,0,0,300,307,0,0,'zzOLDBlessing of Reckoning','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5581,0,0,0,0,150994960,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,969,263,0,0,'Script Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (5582,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5580,0,0,0,0,0,107,307,0,0,'zzOLDBlessing of Reckoning','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5583,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,978,0,0,0,0,0,107,157,0,0,'Glimpse of Instincts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5584,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,107,302,0,0,'Hammer of Justice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5585,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5586,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5587,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,'Dagger Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5588,1,32,1,12,327680,262144,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,24,24,35,0,50,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,302,0,0,'Hammer of Justice','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,2048,0,1,1,1,1,1,0), + (5589,1,32,1,12,327680,262144,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,40,40,28,0,75,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,302,0,0,'Hammer of Justice','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,2048,0,1,1,1,1,1,0), + (5590,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5588,0,0,0,0,0,107,302,0,0,'Hammer of Justice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5591,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5589,0,0,0,0,0,107,302,0,0,'Hammer of Justice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5592,1,26,0,0,65536,0,262144,0,0,0,0,32768,0,0,0,0,7,0,3600000,15,0,0,0,101,0,0,60,99,0,0,250,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2976,503,0,50,'zzOLDRedemption','','','','','','','','','','','','','','','',0,133,1500,0,10,0,0,1,1,1,1,1,0), + (5593,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5592,0,0,0,0,0,107,503,0,0,'zzOLDRedemption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5594,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5585,0,0,0,0,0,107,26,0,0,'Dagger Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5595,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5586,0,0,0,0,0,107,26,0,0,'Dagger Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5596,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5587,0,0,0,0,0,107,26,0,0,'Dagger Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5597,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'Serious Wound','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5598,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'Serious Wound','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5599,1,20,1,25,327680,32768,2097152,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,24,24,31,0,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,57,57,0,0,0,0,0,0,0,39,25,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,302,303,0,0,'Blessing of Protection','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,268435584,0,1,1,1,1,1,0), + (5600,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5599,0,0,0,0,0,107,303,0,0,'Blessing of Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5601,1,55,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,26,99,63,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,21,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,152,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5602,1,55,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,36,99,63,0,55,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,21,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,152,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5603,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5601,0,0,0,0,0,107,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5604,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5602,0,0,0,0,0,107,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5605,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,10,10,9,0,30,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3560,0,0,0,0,0,0,0,0,135,79,0,0,'Healing Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5606,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,16,12,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,10,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,299,122,50,'zzOLDHealing Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5607,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,15,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,2.3,0,0,14,0,0,0,0,0,22,0,0,30,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,73,0,0,'Healing Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5608,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,15,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5607,0,0,0,0,0,0,87,0,0,'Healing Ward Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5609,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,26,22,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,10,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,299,122,50,'zzOLDHealing Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5610,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,'Choose Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (5611,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5609,0,0,0,0,0,107,299,0,50,'zzOLDHealing Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5613,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,0,0,0,107,292,0,0,'Exorcism','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5614,1,19,0,0,327680,0,0,0,0,0,0,0,36,0,0,0,1,0,15000,0,0,0,0,101,0,33,28,28,0,0,135,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,1.6,0,0,151,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,292,0,0,'Exorcism','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5615,1,19,0,0,327680,0,0,0,0,0,0,0,36,0,0,0,1,0,15000,0,0,0,0,101,0,41,36,36,0,0,180,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,2,0,0,216,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,292,0,0,'Exorcism','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5616,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5614,0,0,0,0,0,107,292,0,0,'Exorcism','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5617,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5615,0,0,0,0,0,107,292,0,0,'Exorcism','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5618,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,321,133,122,0,'zzOLDResistance Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5620,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3487,0,0,0,0,0,107,133,0,0,'zzOLDResistance Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5621,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5618,0,0,0,0,0,107,133,0,0,'zzOLDResistance Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5626,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5627,3,33,0,23,1073807360,0,0,0,0,0,0,0,32,0,0,0,16,0,30000,15,0,0,664232,100,0,0,38,38,8,0,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,309,0,0,'Turn Undead','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5628,3,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,29,39,24,0,0,0,22,22,22,7,7,7,13,13,13,138,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,95,0,0,'Gnarlpine Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5629,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5627,0,0,0,0,0,107,309,0,0,'Turn Undead','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5630,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5631,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5632,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5633,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5634,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5635,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5636,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5637,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5638,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5648,0,0,0,0,208,274,0,0,'Gun Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5639,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5648,0,0,0,0,208,274,0,0,'Gun Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5640,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5648,0,0,0,0,208,274,0,0,'Gun Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5641,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5648,0,0,0,0,208,274,0,0,'Gun Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5642,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5649,0,0,0,0,208,274,0,0,'Gun Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5643,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5649,0,0,0,0,208,274,0,0,'Gun Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5644,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,0,0,107,306,0,0,'Wisdom Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5645,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,306,122,50,'zzOLDWisdom Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5647,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5645,0,0,0,0,0,107,306,0,0,'Wisdom Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5648,0,0,0,12,0,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,15,0,0,'Stunning Blast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5649,0,0,0,12,0,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,15,0,0,'Stunning Blast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5650,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5626,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5651,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5630,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5652,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5631,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5653,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5632,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5654,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5633,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5655,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5634,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5656,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5635,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5657,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5636,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5658,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5637,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5659,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5638,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5660,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5639,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5661,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5640,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5662,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5641,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5663,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5642,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5664,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5643,0,0,0,0,0,107,126,0,0,'Gun Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5665,0,102,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,63,0,0,'Fury of the Bogling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,13,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,3570,0,0,0,0,0,0,0,0,237,266,0,0,'Summon Timberling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5667,0,0,0,0,67109072,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Bogling Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5668,0,0,0,0,268501008,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,0,15367,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,2589,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,0,0,0,0,0,0,0,0,161,497,0,0,'Peasant Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5669,0,0,0,0,268501008,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,0,15367,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,2589,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2618,0,0,0,0,0,0,0,0,161,497,0,0,'Peon Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5670,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5170,5668,0,0,0,0,107,497,0,0,'Disguise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5671,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5170,5669,0,0,0,0,107,497,0,0,'Disguise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5672,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,1647,0,0,'Healing Stream','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,8192,0,1,1,1,1,1,0), + (5675,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,3,0,40,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3573,0,0,0,0,0,0,0,0,364,338,0,0,'Mana Spring Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (5676,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,24,18,18,0,0,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.7,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,0,'Searing Pain','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,256,0,1,1,1,1,1,0), + (5677,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,9,0,0,24,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,338,0,0,'Mana Spring','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,16384,0,1,1,1,1,1,0), + (5678,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5675,0,0,0,0,0,107,338,0,0,'Mana Spring Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5679,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,7,7,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,1.2,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,11,0,0,'Torch Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5680,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,35,0,0,0,7,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5679,0,0,0,0,0,0,31,0,0,'Torch Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5682,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Lightning Reflexes','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5683,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Lightning Reflexes','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5684,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Lightning Reflexes','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5685,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Lightning Reflexes','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5686,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Lightning Reflexes','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5687,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Lightning Reflexes','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5688,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5682,0,0,0,0,0,107,28,0,0,'Lightning Reflexes','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5689,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5683,0,0,0,0,0,107,28,0,0,'Lightning Reflexes','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5690,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5684,0,0,0,0,0,107,28,0,0,'Lightning Reflexes','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5691,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5685,0,0,0,0,0,107,28,0,0,'Lightning Reflexes','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5692,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5686,0,0,0,0,0,107,28,0,0,'Lightning Reflexes','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5693,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5687,0,0,0,0,0,107,28,0,0,'Lightning Reflexes','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5694,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,'zzOLDMana Regeneration I','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5696,0,0,0,0,268763152,1536,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,30,64,1,1,0,1,1,0,0,0,0,0,0,0,-1,499,0,0,0,0,6,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,7922,0,0,0,867,129,0,50,'Charge (TEST)','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (5697,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,16,16,6,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,352,545,0,50,'Unending Breath','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5698,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5697,0,0,0,0,0,107,545,0,0,'Unending Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5699,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,34,34,0,0,475,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,284,0,0,'Create Healthstone','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (5700,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5699,0,0,0,0,0,107,284,0,0,'Create Healthstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5701,5,87,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,38,99,0,4294967294,550,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5510,0,0,0,0,0,0,0,0,0,0,0,138,284,0,0,'zzOLDCreate Greater Bloodstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5702,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11729,0,0,0,0,0,107,284,0,0,'Create Healthstone (Greater)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5703,0,65,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,5,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,42,0,50,'Stunning Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5704,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,24,99,8,0,75,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,48,0,0,'zzOLDShadow Word: Befuddle','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5705,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5704,0,0,0,0,0,107,48,0,0,'Shadow Word: Befuddle','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5707,0,38,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,'Lifestone Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5708,0,85,0,12,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,1,0,1,1,0,0,0,0,1.2,0,0,17,-1,0,0,0,0,24,24,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,277,0,50,'Swoop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5709,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,107,937,0,50,'Hellfire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5715,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5716,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5717,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,286,0,0,'Staff Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5718,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'zzOLDBloodstone Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5719,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,38,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'zzOLDGreater Bloodstone Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5720,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,34,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (5722,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5715,0,0,0,0,0,107,286,0,0,'Staff Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5723,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,46,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,799,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Greater Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (5724,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5716,0,0,0,0,0,107,286,0,0,'Staff Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5725,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5717,0,0,0,0,0,107,286,0,0,'Staff Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5726,0,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,15,0,0,'Stunning Blow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5727,0,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,15,0,0,'Stunning Blow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5728,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5729,0,0,0,0,0,0,689,0,0,'Stoneclaw Totem Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5729,3,0,0,0,256,136,335544320,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,689,0,0,'Stoneclaw Totem Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5730,3,45,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,8,8,8,0,15,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,3,0,0,49,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,362,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,8,0,1,1,1,1,1,0), + (5731,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5730,0,0,0,0,0,107,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5732,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15367,0,0,101,0,0,40,40,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,20,0,0,0,0,0,13,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,'zzOLDInvisibility Totem Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5733,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5732,0,0,0,0,0,0,337,0,0,'zzOLDInvisibility Totem Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5734,3,108,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,15,0,0,0,101,0,0,40,99,3,0,21,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3580,0,0,0,0,0,0,0,0,369,337,0,0,'zzOLDInvisibility Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5735,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5734,0,0,0,0,0,107,337,0,0,'zzOLDInvisibility Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5736,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,0,0,0,0,0,107,692,0,0,'Curse of Tongues','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5737,5,51,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,9,0,0,0,101,0,0,30,99,1,0,40,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-61,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,96,0,50,'zzOLDCrippling Curse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5738,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5737,0,0,0,0,0,107,96,0,0,'Crippling Curse','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5739,5,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,287,0,0,'zzOLDSpell - Reuse 5739','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5740,2,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,25,20,20,31,0,295,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,41,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,32,0,1,1,1,1,1,0), + (5741,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,5740,0,0,0,0,0,107,547,0,50,'Rain of Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5742,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5743,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5744,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5745,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5746,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5747,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5748,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5749,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5750,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5751,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5597,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5752,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139956,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5597,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5753,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5597,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5754,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5597,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5755,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5598,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5756,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5598,0,0,0,0,0,288,0,0,'Bow Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5757,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,128,0,0,'Crossbow Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5758,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,128,0,0,'Crossbow Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5759,0,39,0,0,168099856,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,5,26,0,9,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4228,493,131,0,'Cat Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5760,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-41,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,264,0,0,'Mind-numbing Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,32768,0,1,0,1,1,1,0), + (5761,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,24,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,215,264,0,0,'Mind-numbing Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,32768,0,0,0,1,1,1,0), + (5762,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5757,0,0,0,0,0,107,128,0,0,'Crossbow Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5763,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,24,24,0,0,0,0,0,0,1,0,0,0,0,2928,2930,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5237,0,0,0,0,0,0,0,0,0,0,0,92,264,0,0,'Mind-numbing Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5764,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5758,0,0,0,0,0,107,128,0,0,'Crossbow Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5765,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5742,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5766,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5743,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5767,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5744,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5768,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5763,0,0,0,0,0,107,264,0,0,'Mind-numbing Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5769,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5745,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5770,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5746,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5771,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5747,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5772,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5748,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5773,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5749,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5774,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5750,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5775,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5751,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5776,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5752,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5777,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5753,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5778,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5754,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 13','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5779,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5755,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 14','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5780,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5756,0,0,0,0,0,107,126,0,0,'Bow Specialization','','','','','','','','Rank 15','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5781,0,51,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,45000,15,0,0,0,101,0,10,5,5,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,-0.34,-0.5,0,-3,-3,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,828,146,0,0,'Threatening Growl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5782,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,8,8,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','Rank 1','','','','','','','',15,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (5783,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5782,0,0,0,0,0,107,98,0,0,'Fear','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5784,5,0,0,21,269582336,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,128,0,0,101,0,0,40,40,21,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,77,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,1,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,304,0,0,0,0,0,0,0,0,656,115,122,0,'Summon Felsteed','','','','','','','','Summon','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (5785,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5784,0,0,0,0,0,107,115,0,0,'Teach Summon Felsteed','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5786,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Defense','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5787,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Defense','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5788,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Defense','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5789,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Defense','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5790,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Defense','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5791,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Defense','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5792,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,28,0,0,'OLDShield Defense','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5793,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,28,0,0,'OLDShield Defense','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5794,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,1,0,0,0,0,1,1,0,0,0,0,0,0,0,51,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Blocking','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5795,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,6,1,0,0,0,0,1,1,0,0,0,0,0,0,0,51,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Blocking','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5796,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,2,0,0,0,0,1,1,0,0,0,0,0,0,0,51,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'Shield Blocking','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5797,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,0,0,0,0,0,107,28,0,0,'Shield Blocking','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5798,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5795,0,0,0,0,0,107,28,0,0,'Shield Blocking','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5799,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5796,0,0,0,0,0,107,28,0,0,'Shield Blocking','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5800,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5786,0,0,0,0,0,107,28,0,0,'Shield Defense','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5801,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5787,0,0,0,0,0,107,28,0,0,'Shield Defense','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5802,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5788,0,0,0,0,0,107,28,0,0,'Shield Defense','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5803,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5789,0,0,0,0,0,107,28,0,0,'Shield Defense','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5804,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5790,0,0,0,0,0,107,28,0,0,'Shield Defense','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5805,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5791,0,0,0,0,0,107,28,0,0,'Shield Defense','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5806,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5792,0,0,0,0,0,107,28,0,0,'Shield Defense','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5807,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5793,0,0,0,0,0,107,28,0,0,'Shield Defense','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5809,0,0,0,0,268468240,0,0,0,0,0,0,64,0,0,0,0,20,0,0,15,128,0,0,101,0,0,0,1,4,0,0,0,0,0,2,0,0,5251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10076,0,0,0,0,0,0,0,0,373,289,0,0,'Create Scrying Bowl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5810,0,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,-68,0,0,0,0,1,1,0,0,0,0,0,0,0,14,33,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,711,148,0,0,'Stone Skin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5811,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,0,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5810,0,0,0,0,0,0,148,0,0,'Stone Skin Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5812,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Nature Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5813,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Nature Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5814,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Nature Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5815,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Nature Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5816,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Nature Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5817,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Nature Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5818,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Nature Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5819,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,11,-4,-4,0,0,0,1,1,1,0,0,0,0,0,0,98,22,22,0,0,0,0,0,1,0,0,0,0,0,0,96,32,4,0,0,0,0,0,0,0,197,0,50,'Nature Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5820,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5821,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,168,0,0,'Nature Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5822,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,15,-5,-5,0,0,0,1,1,1,0,0,0,0,0,0,98,22,22,0,0,0,0,0,1,0,0,0,0,0,0,96,32,4,0,0,0,0,0,0,0,197,0,50,'Nature Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5823,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5820,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5824,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5821,0,0,0,0,0,107,168,0,0,'Nature Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5825,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5819,0,0,0,0,0,107,149,0,0,'Nature Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5826,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5822,0,0,0,0,0,107,149,0,0,'Nature Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5827,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5812,0,0,0,0,0,107,149,0,0,'Nature Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5828,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,0,0,0,0,0,107,149,0,0,'Nature Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5829,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5814,0,0,0,0,0,107,149,0,0,'Nature Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5830,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5815,0,0,0,0,0,107,149,0,0,'Nature Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5831,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5816,0,0,0,0,0,107,149,0,0,'Nature Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5832,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5817,0,0,0,0,0,107,149,0,0,'Nature Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5833,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5818,0,0,0,0,0,107,149,0,0,'Nature Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5834,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,33,0,50,'Fire Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5835,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,50,'Fire Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5837,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,33,0,50,'Fire Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5838,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,33,0,50,'Fire Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5839,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,50,'Fire Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5840,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,50,'Fire Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5841,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,50,'Fire Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5842,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,-7,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,31,0,50,'Fire Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5843,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,-9,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,8,16,0,0,0,0,0,0,0,0,31,0,50,'Fire Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5844,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5845,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,12,0,0,'Fire Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5846,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5844,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5847,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5845,0,0,0,0,0,107,12,0,0,'Fire Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5848,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5835,0,0,0,0,0,107,12,0,0,'Fire Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5849,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5834,0,0,0,0,0,107,12,0,0,'Fire Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5850,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5837,0,0,0,0,0,107,12,0,0,'Fire Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5851,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5838,0,0,0,0,0,107,12,0,0,'Fire Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5852,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5839,0,0,0,0,0,107,12,0,0,'Fire Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5853,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5840,0,0,0,0,0,107,12,0,0,'Fire Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5854,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5841,0,0,0,0,0,107,12,0,0,'Fire Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5855,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5842,0,0,0,0,0,107,31,0,0,'Fire Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5856,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5843,0,0,0,0,0,107,31,0,0,'Fire Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5857,2,0,0,0,0,136,541065216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,40,30,30,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,82,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,937,0,0,'Hellfire Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,64,0,1,1,1,1,1,0), + (5858,3,37,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,8,0,0,101,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,50,'Dryad Camouflage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5862,1,99,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,22,30,0,66,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,80,238,0,0,'Blessing of Aman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5865,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,133,0,50,'Frost Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5866,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,36,0,50,'Frost Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5867,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,133,0,50,'Frost Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5868,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,133,0,50,'Frost Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5869,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,36,0,50,'Frost Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5870,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,36,0,50,'Frost Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5871,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,36,0,50,'Frost Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5872,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,-7,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,6,4,0,0,0,0,0,0,0,0,36,0,50,'Frost Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5873,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,-9,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,6,4,0,0,0,0,0,0,0,0,36,0,50,'Frost Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5874,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5875,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,193,0,0,'Frost Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5876,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5875,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5877,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5874,0,0,0,0,0,107,145,0,0,'Frost Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5878,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5872,0,0,0,0,0,107,36,0,0,'Frost Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5879,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5873,0,0,0,0,0,107,36,0,0,'Frost Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5880,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5866,0,0,0,0,0,107,36,0,0,'Frost Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5881,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5865,0,0,0,0,0,107,193,0,0,'Frost Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5882,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5867,0,0,0,0,0,107,193,0,0,'Frost Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5883,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5868,0,0,0,0,0,107,193,0,0,'Frost Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5884,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,29,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,155,0,0,'Banshee Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5885,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5869,0,0,0,0,0,107,36,0,0,'Frost Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5886,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5870,0,0,0,0,0,107,36,0,0,'Frost Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5887,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5871,0,0,0,0,0,107,36,0,0,'Frost Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5888,0,0,9,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,19,12,12,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,-0.45,0,0,-4,24,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,201,0,0,'Darkshore Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5891,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5892,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5893,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,-7,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,78,2,0,0,0,0,0,0,0,0,152,0,50,'zzOLDShadow Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5894,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,-9,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,78,2,0,0,0,0,0,0,0,0,152,0,50,'zzOLDShadow Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5896,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,96,0,50,'Shadow Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5897,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,207,0,50,'zzOLDShadow Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5898,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,96,0,50,'Shadow Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5899,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,96,0,50,'Shadow Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5900,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,96,0,50,'Shadow Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5901,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,207,0,50,'zzOLDShadow Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5902,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,207,0,50,'zzOLDShadow Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5903,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5891,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5904,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5892,0,0,0,0,0,107,55,0,0,'Shadow Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5905,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5893,0,0,0,0,0,107,152,0,0,'zzOLDShadow Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5906,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5894,0,0,0,0,0,107,152,0,0,'zzOLDShadow Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5907,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5896,0,0,0,0,0,107,152,0,0,'Shadow Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5908,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5897,0,0,0,0,0,107,152,0,0,'zzOLDShadow Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5909,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,9,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,0,101,1314,0,0,'Watered-down Beer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5910,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5898,0,0,0,0,0,107,152,0,0,'Shadow Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5911,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5899,0,0,0,0,0,107,152,0,0,'Shadow Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5912,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5900,0,0,0,0,0,107,152,0,0,'Shadow Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5913,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5901,0,0,0,0,0,107,152,0,0,'zzOLDShadow Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5914,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5902,0,0,0,0,0,107,152,0,0,'zzOLDShadow Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5915,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,75,0,0,'Crazed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5916,0,38,5,0,268697616,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,0,2,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Shadowstalker Stealth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5917,0,22,1,6,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,233,0,0,'Fumble','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (5918,0,32,0,12,394260,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,13,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,5,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,244,0,0,'Shadowstalker Stab','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5919,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,-7,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,56,32,0,0,0,0,0,0,0,0,79,0,50,'Holy Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5920,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,-9,0,0,0,0,1,1,0,0,0,0,0,0,0,98,22,0,0,0,0,0,0,0,0,0,0,0,0,0,56,32,0,0,0,0,0,0,0,0,79,0,50,'Holy Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5921,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5922,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5923,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1824,0,50,'Holy Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5924,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1824,0,50,'Holy Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5925,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1824,0,50,'Holy Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5926,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1824,0,50,'Holy Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5927,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,33,0,50,'Holy Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5928,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,33,0,50,'Holy Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5929,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,33,0,50,'Holy Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5930,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,0,0,0,0,0,107,104,0,0,'Holy Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5931,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5920,0,0,0,0,0,107,104,0,0,'Holy Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5932,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5921,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5933,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5922,0,0,0,0,0,107,156,0,0,'zzOLDHoly Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5934,0,0,0,0,327696,1048576,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,3,25,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,533,0,0,'Flourish','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,0,0,0,2,2,0,1,0,0), + (5935,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5927,0,0,0,0,0,107,241,0,0,'Holy Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5936,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5928,0,0,0,0,0,107,241,0,0,'Holy Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5937,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5929,0,0,0,0,0,107,241,0,0,'Holy Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (5939,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (5940,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (5941,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Evade','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5942,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Evade','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5943,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Evade','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5944,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,28,0,0,'Evade (OLD)','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5945,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,0,0,0,0,0,107,28,0,0,'Evade','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5946,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5942,0,0,0,0,0,107,28,0,0,'Evade','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5947,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5943,0,0,0,0,0,107,28,0,0,'Evade','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5948,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5944,0,0,0,0,0,107,28,0,0,'Evade (OLD)','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5949,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4734,0,0,0,0,0,107,147,0,0,'Toughen Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5950,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4735,0,0,0,0,0,107,147,0,0,'Vital Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5952,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,290,0,0,'Throwing Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5953,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,290,0,0,'Throwing Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5954,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,290,0,0,'Throwing Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5955,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,290,0,0,'Throwing Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5956,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,290,0,0,'Throwing Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5957,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,290,0,0,'Throwing Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5958,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,290,0,0,'Throwing Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5959,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5952,0,0,0,0,0,107,290,0,0,'Throwing Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5960,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5953,0,0,0,0,0,107,290,0,0,'Throwing Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5961,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5954,0,0,0,0,0,107,290,0,0,'Throwing Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5962,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5955,0,0,0,0,0,107,290,0,0,'Throwing Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5963,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5956,0,0,0,0,0,107,290,0,0,'Throwing Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5964,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5957,0,0,0,0,0,107,290,0,0,'Throwing Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5965,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5958,0,0,0,0,0,107,290,0,0,'Throwing Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5967,0,0,0,0,0,4128,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,3,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Pickpocket (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (5968,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,3619,0,0,0,0,0,0,0,0,0,266,0,0,'Summon Ghost Saber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5969,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Crossbow Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5970,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Crossbow Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5971,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Crossbow Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5972,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Crossbow Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (5973,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Crossbow Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5974,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Crossbow Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5975,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,288,0,0,'Crossbow Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5976,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5597,0,0,0,0,0,288,0,0,'Crossbow Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5977,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5597,0,0,0,0,0,288,0,0,'Crossbow Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5978,0,0,0,0,0,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,111,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-50001,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,134,0,0,'rf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5979,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,5598,0,0,0,0,0,288,0,0,'Crossbow Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5980,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5970,0,0,0,0,0,107,128,0,0,'Crossbow Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5981,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5969,0,0,0,0,0,107,128,0,0,'Crossbow Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5982,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5971,0,0,0,0,0,107,128,0,0,'Crossbow Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5983,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5972,0,0,0,0,0,107,128,0,0,'Crossbow Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5984,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5973,0,0,0,0,0,107,128,0,0,'Crossbow Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5985,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5974,0,0,0,0,0,107,128,0,0,'Crossbow Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5986,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5975,0,0,0,0,0,107,128,0,0,'Crossbow Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5987,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5976,0,0,0,0,0,107,128,0,0,'Crossbow Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5988,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5977,0,0,0,0,0,107,128,0,0,'Crossbow Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5989,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5979,0,0,0,0,0,107,128,0,0,'Crossbow Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5990,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,0,0,16,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,26,0,0,'Nimble Reflexes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5993,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4731,0,0,0,0,0,107,147,0,0,'Enraging Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5994,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4715,0,0,0,0,0,107,147,0,0,'Growl of Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5995,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4732,0,0,0,0,0,107,147,0,0,'Roar of Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5996,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4736,0,0,0,0,0,107,147,0,0,'Flight of the Peregrine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5997,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4737,0,0,0,0,0,107,147,0,0,'Eye Peck','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5998,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4739,0,0,0,0,0,107,147,0,0,'Pester','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (5999,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4740,0,0,0,0,0,107,147,0,0,'Ferocity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6000,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,0,0,0,0,0,107,147,0,0,'Open Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6001,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4742,0,0,0,0,0,107,147,0,0,'Tough Shell','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6002,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4743,0,0,0,0,0,107,147,0,0,'Tough Shell','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6003,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4744,0,0,0,0,0,107,147,0,0,'Tough Shell','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6004,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4745,0,0,0,0,0,107,147,0,0,'Tough Shell','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6005,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4746,0,0,0,0,0,107,147,0,0,'Tight Pinch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6006,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4747,0,0,0,0,0,107,147,0,0,'Clenched Pinchers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6007,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4748,0,0,0,0,0,107,147,0,0,'Quick Snap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6008,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4750,0,0,0,0,0,107,147,0,0,'Consume Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6009,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4771,0,0,0,0,0,107,147,0,0,'Bruise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6010,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4772,0,0,0,0,0,107,147,0,0,'Bruise','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6011,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4773,0,0,0,0,0,107,147,0,0,'Bruise','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6012,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4774,0,0,0,0,0,107,147,0,0,'Bruise','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6013,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4775,0,0,0,0,0,107,147,0,0,'Throw Rock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6014,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4776,0,0,0,0,0,107,147,0,0,'Throw Rock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6015,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4777,0,0,0,0,0,107,147,0,0,'Quickness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6016,0,36,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,843,147,0,0,'Pierce Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6017,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4766,0,0,0,0,0,107,171,0,0,'Rapid Gallop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6019,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4767,0,0,0,0,0,107,129,0,0,'Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6020,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4768,0,0,0,0,0,107,146,0,0,'Feast of Prey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6021,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4769,0,0,0,0,0,107,15,0,0,'Vulnerable','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6022,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4770,0,0,0,0,0,107,138,0,0,'Tendon Slice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6023,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5399,0,0,0,0,0,107,172,0,0,'Minor Scorpion Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6024,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5398,0,0,0,0,0,107,172,0,0,'Claw Cover','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6025,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4425,0,0,0,0,0,107,149,0,0,'Spider Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6026,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4782,0,0,0,0,0,107,69,0,0,'Web','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6027,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4783,0,0,0,0,0,107,69,0,0,'Web','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6028,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4785,0,0,0,0,0,107,69,0,0,'Web','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6029,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4804,0,0,0,0,0,107,68,0,0,'Poisonous Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6030,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4806,0,0,0,0,0,107,172,0,0,'Distracting Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6031,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4807,0,0,0,0,0,107,104,0,0,'Healing Tongue','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6032,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4808,0,0,0,0,0,107,104,0,0,'Healing Tongue','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6033,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4814,0,0,0,0,0,107,167,0,0,'Strider Presence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6034,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5378,0,0,0,0,0,107,23,0,0,'Thick Skin','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6035,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5380,0,0,0,0,0,107,23,0,0,'Thick Skin','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6036,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5381,0,0,0,0,0,107,23,0,0,'Thick Skin','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6037,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5382,0,0,0,0,0,107,23,0,0,'Thick Skin','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6038,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5383,0,0,0,0,0,107,23,0,0,'Hand Snap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6039,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4815,0,0,0,0,0,107,63,0,0,'Enraged Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6040,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4816,0,0,0,0,0,107,97,0,0,'Rabid Maw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6041,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,37,32,32,0,0,135,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,1.5,0,0,171,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (6042,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6202,0,0,0,0,0,222,1,0,0,'Create Lesser Healthstone','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6043,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6041,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6057,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6058,3,0,0,0,65536,4,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,15420,1,101,0,46,40,99,8,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,13,13,0,1,1,0,0,0,0,1,1,0,73,73,0,0,0,0,16,28,0,0,0,0,14,14,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,141,0,0,'zzOLDLightning Storm','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6059,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6058,0,0,0,0,0,107,141,0,0,'Lightning Storm','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6060,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,19,0,0,15,0,0,0,101,0,43,38,38,0,0,185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,2,0,0,211,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Smite','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,128,0,1,1,1,1,1,0), + (6061,1,0,0,0,262144,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,40,99,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'zzOLDSpell - Reuse 6061','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6062,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6060,0,0,0,0,0,107,237,0,0,'Smite','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6063,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,33,28,28,0,0,255,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,77,0,0,1,0,0,0,0,0,4,0,0,565,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,684,0,50,'Heal','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,1024,0,1,1,1,1,1,0), + (6064,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,39,34,34,0,0,305,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,93,0,0,1,0,0,0,0,0,4.5,0,0,711,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,684,0,50,'Heal','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,1024,0,1,1,1,1,1,0), + (6065,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,35,30,30,9,0,210,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,2.3,0,0,300,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (6066,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,41,36,36,9,0,250,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,2.6,0,0,380,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (6067,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6065,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6068,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6066,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6069,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,36,99,9,0,125,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,48,0,0,'zzOLDShadow Word: Befuddle','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6070,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6069,0,0,0,0,0,107,48,0,0,'Shadow Word: Befuddle','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6071,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6063,0,0,0,0,0,107,684,0,0,'Heal','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6072,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,0,0,107,684,0,0,'Heal','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6073,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6074,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,19,14,14,8,0,65,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (6075,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,25,20,20,8,0,105,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (6076,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,31,26,26,8,0,140,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (6077,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,37,32,32,8,0,170,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (6078,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,43,38,38,8,0,205,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (6079,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6074,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6080,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6075,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6081,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6076,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6082,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6077,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6083,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6078,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6084,0,94,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,20,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,3619,0,0,0,0,0,0,0,0,74,293,0,0,'Summon Ghost Saber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6085,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6086,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'zzOLDWand Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6087,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'zzOLDWand Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6088,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'zzOLDWand Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6089,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6090,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6091,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6092,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6093,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6094,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,'Wand Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6095,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,296,0,0,'Wand Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6096,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,0,0,0,0,0,0,0,296,0,0,'Wand Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6097,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,'Wand Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6098,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,'Wand Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6099,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6095,0,0,0,0,0,107,296,0,0,'Wand Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6100,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6094,0,0,0,0,0,107,295,0,0,'Wand Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6101,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6057,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6102,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6085,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6103,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6086,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6104,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6087,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6105,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6088,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6106,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6089,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6107,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6090,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6108,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6091,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6109,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6093,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6110,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6096,0,0,0,0,0,107,296,0,0,'Wand Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6111,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6097,0,0,0,0,0,107,295,0,0,'Wand Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6112,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6098,0,0,0,0,0,107,295,0,0,'Wand Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6113,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6092,0,0,0,0,0,107,294,0,0,'Wand Specialization','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,18,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,-6,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2,0,0,0,0,0,0,0,281,1309,0,0,'Raptor Punch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6115,0,0,0,0,0,8196,0,0,0,0,0,64,0,0,0,0,5,0,0,0,0,15420,0,101,0,0,0,0,3,4294967294,20,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,3579,0,0,0,0,0,0,0,0,258,1,0,0,'Far Sight (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6116,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,0,0,0,107,181,0,0,'Frost Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6117,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,34,34,30,0,270,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,29,0,0,0,0,1,1,0,0,0,0,0,0,0,22,134,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,284,1711,0,50,'Mage Armor','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,268435456,0,1,1,1,1,1,0), + (6118,0,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,27,22,99,30,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,284,332,0,50,'zzOLDMage Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6119,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Combat Swap (DND)','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,0,0,0), + (6120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzDONOTREUSE','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,0,0,0), + (6121,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6117,0,0,0,0,0,107,1711,0,0,'Mage Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6122,0,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,18,0,0,32,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15622,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Vekniss Borer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Combat Swap (DND)','','','','','','','','','','','','','','','',0,133,1000,0,0,0,0,0,0,1,0,0,0), + (6124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6127,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,39,30,30,0,0,285,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3772,0,0,0,0,0,0,0,0,0,0,0,564,1359,0,0,'Conjure Water','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (6128,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6127,0,0,0,0,0,107,1359,0,0,'Conjure Water','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6129,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,41,32,32,0,0,285,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,0,0,0,0,0,0,563,258,0,0,'Conjure Food','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (6130,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6129,0,0,0,0,0,107,258,0,0,'Conjure Food','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6131,4,35,1,0,1073807360,136,0,0,0,0,0,0,0,0,0,0,1,0,25000,8,0,0,664232,100,0,45,40,40,31,0,115,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,0.5,0,0,51,-1,0,0,7,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,524352,0,1,1,1,1,1,0), + (6132,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6131,0,0,0,0,0,107,193,0,0,'Frost Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6133,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,0,0,107,181,0,0,'zzOLDFrost Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6134,4,99,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,40,100,0,0,20,99,4,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,-1,0,0,0,0,21,21,0,0,0,0,0,0,0,15,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6136,0,0,0,0,124,181,0,50,'zzOLDFrost Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6135,4,99,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,40,100,0,0,34,34,4,0,180,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,-1,0,0,0,0,21,21,0,0,0,0,0,0,0,15,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6136,0,0,0,0,124,181,0,50,'zzOLDFrost Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6136,4,0,1,11,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-31,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,181,0,50,'Chilled','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (6137,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6134,0,0,0,0,0,107,181,0,0,'zzOLDFrost Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6138,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6135,0,0,0,0,0,107,181,0,0,'zzOLDFrost Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6139,6,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,38,99,36,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,47,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'zzOLDBlink','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (6140,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6139,0,0,0,0,0,107,1499,0,0,'zzOLDBlink','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6141,4,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,33,28,28,31,0,520,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,43,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,524416,0,1,1,1,1,1,0), + (6142,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6141,0,0,0,0,0,107,285,0,0,'Blizzard','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6143,4,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,22,22,9,0,85,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,164,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,291,501,0,0,'Frost Ward','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,524544,0,1,1,1,1,1,0), + (6144,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6143,0,0,0,0,0,107,501,0,0,'Frost Ward','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,76,26,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,49,161,0,'Eagle Eye (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6146,3,51,1,11,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,40,40,8,0,180,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-55,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,27,0,50,'Slow','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,'INVIS Only OFF','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6148,4,23,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,600000,15,0,0,0,101,0,47,40,40,3,0,300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,657,94,0,0,'zzOLDWater Elemental','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6149,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6148,0,0,0,0,0,107,94,0,0,'zzOLDWater Elemental','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6150,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3301,561,0,0,'Quick Shots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6151,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6152,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,'zzOLDSpell - Reuse 6152','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6153,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6154,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,99,99,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'zzOLDSpell - Reuse 6154','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6155,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6156,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6157,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6158,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11565,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6159,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,'zzOLDSpell - Reuse 6159','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6160,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,'zzOLDSpell - Reuse 6160','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6161,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,'zzOLDSpell - Reuse 6161','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6162,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,'zzOLDSpell - Reuse 6162','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6163,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6151,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6164,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6152,0,0,0,0,0,107,310,0,0,'Perceptive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6165,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6153,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6166,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6155,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6167,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6156,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6169,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6157,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6170,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6159,0,0,0,0,0,107,310,0,0,'Perceptive','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6171,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6160,0,0,0,0,0,107,310,0,0,'Perceptive','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6172,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6161,0,0,0,0,0,107,310,0,0,'Perceptive','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6173,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6162,0,0,0,0,0,107,310,0,0,'Perceptive','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6174,0,41,0,0,327700,134217728,0,0,0,65536,0,0,0,0,0,2,1,0,10000,0,0,0,0,101,0,0,18,99,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,243,0,50,'zzOLDExecute','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6175,0,41,0,0,327700,134217728,0,0,0,65536,0,0,0,0,0,2,1,0,10000,0,0,0,0,101,0,0,30,99,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,243,0,50,'zzOLDExecute','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6176,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20658,0,0,0,0,0,107,1648,0,0,'Execute','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6177,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20660,0,0,0,0,0,107,1648,0,0,'Execute','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6178,0,44,0,0,805634064,1024,0,0,0,65536,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,26,26,0,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,30,64,0,1,1,0,1,1,0,0,0,0,0,0,0,119,-1,0,0,0,6,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,7922,0,0,0,867,457,0,50,'Charge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,1,0,0,2,1,1,1,0), + (6180,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6178,0,0,0,0,0,107,457,0,50,'Charge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6184,0,67,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,99,99,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,281,0,50,'zzOLDSpell - Reuse 6184','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6185,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17347,0,0,0,0,0,107,153,0,0,'Hemorrhage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6186,0,65,0,0,327700,134217728,0,0,0,65536,0,0,0,0,1,0,1,0,0,0,0,0,0,101,0,0,26,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,563,0,50,'zzOLDRiposte','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6187,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6186,0,0,0,0,0,107,0,0,50,'Riposte','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6190,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,34,24,24,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-56,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (6191,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6190,0,0,0,0,0,107,282,0,0,'Demoralizing Shout','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6192,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,31,22,22,4,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,54,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,65536,0,1,1,1,1,1,0), + (6193,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6192,0,0,0,0,0,107,456,0,50,'Battle Shout','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3680,0,0,0,0,0,0,0,0,0,311,0,0,'Serpentbloom Snake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6196,3,0,0,0,98304,139268,4,0,0,0,0,64,0,0,0,0,5,0,0,15,0,31804,0,101,0,0,26,26,3,0,80,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,72,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,258,21,0,0,'Far Sight','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6197,6,0,0,0,98304,139268,4,0,0,0,0,64,0,0,0,0,1,0,0,0,0,31804,0,101,0,0,14,14,3,0,25,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,72,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3404,1530,161,0,'Eagle Eye','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6198,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6197,0,0,0,0,0,107,1530,0,0,'Eagle Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6199,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,153,0,0,'Nostalgia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6201,5,0,0,0,65536,268566528,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,10,10,0,0,95,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,284,0,0,'Create Healthstone (Minor)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (6202,5,0,0,0,65536,268566528,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,22,22,0,0,240,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,284,0,0,'Create Healthstone (Lesser)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (6203,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6201,0,0,0,0,0,107,284,0,0,'Create Healthstone (Minor)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6204,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6202,0,0,0,0,0,107,284,0,0,'Create Healthstone (Lesser)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6205,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,22,22,4,0,70,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,32768,0,1,1,1,1,1,0), + (6206,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6205,0,0,0,0,0,107,543,0,0,'Curse of Weakness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6207,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,11,6,99,0,0,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,1,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,541,0,0,'zzOLDBlood Boil','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6208,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,23,18,99,0,0,70,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,6,0,0,1,0,0,0,0,0,1,0,0,82,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,541,0,0,'zzOLDBlood Boil','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6209,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,35,30,99,0,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,10,0,0,1,0,0,0,0,0,1.07,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,541,0,0,'zzOLDBlood Boil','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6210,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6207,0,0,0,0,0,107,541,0,0,'Blood Boil','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6211,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6208,0,0,0,0,0,107,541,0,0,'Blood Boil','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6212,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6209,0,0,0,0,0,107,541,0,0,'Blood Boil','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6213,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,32,32,8,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','Rank 2','','','','','','','',15,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (6214,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6213,0,0,0,0,0,107,98,0,0,'Fear','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6215,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,56,56,18,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','Rank 3','','','','','','','',15,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (6216,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6215,0,0,0,0,0,107,98,0,0,'Fear','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6217,5,0,2,0,65536,0,0,128,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,28,28,106,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'Curse of Agony','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,1024,0,1,1,1,1,1,0), + (6218,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6217,0,0,0,0,0,107,544,0,0,'Curse of Agony','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6219,2,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,39,34,34,31,0,605,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,95,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,32,0,1,1,1,1,1,0), + (6220,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6219,0,0,0,0,0,107,547,0,50,'Rain of Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6221,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,107,313,0,50,'Corruption','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6222,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,19,14,14,8,0,55,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (6223,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,29,24,24,85,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (6224,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6222,0,0,0,0,0,107,313,0,50,'Corruption','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6225,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6223,0,0,0,0,0,107,313,0,50,'Corruption','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6226,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,39,34,34,28,0,155,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,67,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Drain Mana','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,16,0,1,1,1,1,1,0), + (6227,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6226,0,0,0,0,0,107,548,0,0,'Drain Mana','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6228,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,107,135,0,0,'Eye of Kilrogg','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6229,5,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,32,32,9,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,289,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,343,207,0,0,'Shadow Ward','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6230,5,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,40,99,9,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,328,99,0,0,'zzOLDHoly Ward','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6231,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6230,0,0,0,0,0,107,99,0,0,'Holy Ward','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6232,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6229,0,0,0,0,0,107,207,0,0,'Shadow Ward','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6233,0,0,0,0,144,0,0,0,0,0,0,16384,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,180,1,0,0,'Closing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6234,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Incineration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6235,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,15,0,0,'Wisp Summon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6236,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,157,0,0,'Form of the Moonstalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6237,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,1,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,86,122,0,0,'Wisp Detonate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6238,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,454,0,0,'Speak with Animals','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6239,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,9,119,0,0,0,1,1,1,0,0,0,0,0,0,9,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,47,86,0,0,'Bloodtooth\'s Totum','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6240,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,37,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,9,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,86,122,0,0,'Dispell Bloodtooth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6243,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Serpentbloom Snake Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6245,0,0,0,0,142606464,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,153,0,0,'Force Target - Salute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6246,0,0,0,0,144,0,0,0,0,0,0,16384,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,180,1,0,0,'Closing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6247,0,0,0,0,400,0,0,0,0,0,0,16384,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6249,0,0,0,0,65920,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6250,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Fire Cannon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6251,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11199,0,0,0,0,0,0,0,0,0,132,0,0,'Summon Crimson Cannon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6252,2,0,0,0,4194304,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,13,13,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,183,0,50,'Southsea Cannon Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6253,0,0,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,39,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,314,0,0,'Backhand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6254,3,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,15,0,0,0,101,0,0,21,21,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,1.5,0,0,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chained Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6255,3,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,5,5,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,2,0,0,13,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,62,0,0,'Lizard Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6257,2,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,14,0,0,13,0,0,0,101,0,0,22,22,9,0,0,0,0,0,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,14,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,184,0,0,'Torch Toss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6260,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'zzOLDMinor Bloodstone Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6261,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,14,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'zzOLDLesser Bloodstone Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6262,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5479,284,0,0,'Minor Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (6263,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Lesser Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (6264,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,0,26,26,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,26,0,0,'Nimble Reflexes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6266,0,0,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,20,14,14,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,22,22,0,15,15,0,13,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,273,129,0,0,'Kodo Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6268,0,44,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,20,100,1,60,1,1,27,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,1,3,0,59,9,0,0,0,0,1,1,0,0,0,0,0,0,0,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2416,129,0,50,'Rushing Charge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6270,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,8,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2983,0,0,0,0,0,0,0,0,32,153,0,0,'Serpentine Cleansing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6271,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8136,0,0,0,0,274,100,0,0,'Naralex\'s Awakening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6272,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,73,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,0,0,0,0,0,0,258,1,0,0,'Eye of Yesmur (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6273,0,0,0,0,142606464,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,153,0,0,'Force Target - Talk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6274,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,45000,13,0,0,0,101,0,70,24,24,9,0,80,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3844,0,0,0,0,0,0,0,0,135,79,0,0,'Healing Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6275,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,24,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,2.3,0,0,34,0,0,0,0,0,22,0,0,30,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,73,0,0,'Healing Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6276,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,0,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6275,0,0,0,0,0,0,87,0,0,'Healing Ward IV Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6277,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,1,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Bind Sight (PT)','','','','','','','','','','','','','','','',50,0,0,0,0,0,0,0,0,1,1,1,0), + (6278,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,30000,15,0,0,0,101,0,0,10,10,3,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,1468,0,0,'Creeping Mold','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6280,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,50,0,0,'Pet Hardiness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6281,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,48,1,0,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,50,0,0,'Pet Hardiness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6282,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,48,1,0,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,50,0,0,'Pet Hardiness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6283,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,48,1,0,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,50,0,0,'Pet Hardiness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6284,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6280,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Any Pet - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6285,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6284,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6286,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,48,1,0,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,50,0,0,'Pet Hardiness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6287,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Any Pet - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6288,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6282,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Any Pet - Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6289,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6283,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Any Pet - Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6290,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6286,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Any Pet - Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6291,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6287,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6292,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6288,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6293,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6289,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6294,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6290,0,0,0,0,0,107,50,0,0,'Pet Hardiness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6295,2,35,0,0,0,136,0,0,0,0,0,64,0,0,0,0,1,0,6000,0,0,0,0,101,0,26,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,37,0,0,'Fiery Enchantment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (6296,2,0,0,0,16,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,215,315,0,0,'Enchant: Fiery Blaze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6297,2,35,0,0,0,136,0,0,0,0,0,64,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,37,0,0,'Fiery Blaze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (6298,6,0,6,0,269549568,256,0,0,0,0,0,0,0,0,0,0,1,0,0,15,15367,0,0,101,0,0,0,0,5,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,1,1,0,0,0,0,0,0,0,56,18,0,0,0,0,0,0,0,0,0,0,0,0,0,2237,0,0,0,0,0,0,0,0,4960,157,0,0,'Form of the Moonstalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6304,0,0,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,27,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,314,0,0,'Rhahk\'Zor Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6305,2,35,0,0,0,136,0,0,0,0,0,64,0,0,0,0,14,0,6000,15,0,0,0,101,0,26,18,18,0,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,1.2,0,0,61,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,37,0,0,'Flame Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6306,3,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1.6,0,0,49,0,0,0,0,0,22,0,0,15,0,0,8,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,1357,0,0,'Acid Splash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6307,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,14,4,4,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0.1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,799,541,122,0,'Blood Pact','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,8388608,0,0,0,1,1,1,0), + (6310,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12220,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5455,0,0,0,0,0,0,0,0,0,0,0,0,319,0,0,'Divining Scroll Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6311,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,261,0,0,'Pet Aggression','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6312,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6311,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Any Pet - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6313,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6312,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6314,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,261,0,0,'Pet Aggression','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6315,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,261,0,0,'Pet Aggression','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6316,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,261,0,0,'Pet Aggression','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6317,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,261,0,0,'Pet Aggression','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6318,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6314,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Any Pet - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6319,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6315,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Any Pet - Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6320,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Any Pet - Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6321,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6317,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Any Pet - Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6322,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6318,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6323,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6319,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6324,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6320,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6325,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6321,0,0,0,0,0,107,261,0,0,'Pet Aggression','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6327,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6307,0,0,0,0,0,107,154,0,0,'Mana Feed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6328,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,39,157,0,0,'Pet Recovery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6329,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6328,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Any Pet - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6330,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6329,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6331,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,39,157,0,0,'Pet Recovery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6332,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,39,157,0,0,'Pet Recovery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6333,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,39,157,0,0,'Pet Recovery','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6334,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,39,157,0,0,'Pet Recovery','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6335,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6331,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Any Pet - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6336,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6332,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Any Pet - Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6337,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6333,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Any Pet - Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6338,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6334,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Any Pet - Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6339,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6335,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6340,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6336,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6341,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6337,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6342,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6338,0,0,0,0,0,107,157,0,0,'Pet Recovery','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6343,0,49,0,0,327696,136,0,0,0,65536,0,0,0,0,0,0,1,0,4000,0,0,0,0,0,0,0,6,6,1,1,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,-11,0,0,0,0,22,22,0,15,15,0,14,14,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunder Clap','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,128,4,1,1,1,1,1,0), + (6344,3,22,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,15,0,0,0,101,0,42,36,99,1,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,9,1,1,1,1,1,0,0,0,1,0,0,70,-61,-41,0,0,0,22,22,22,15,15,15,13,13,13,0,33,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'zzOLDThunderclap','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6345,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,2,0,301,1,0,1,1,0,0,0,0,0,0,0,1849,2999,0,0,0,0,22,1,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,1,0,0,'Polymorphic Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (6346,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,30000,0,8,0,0,139264,100,1,0,20,20,6,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,343,158,0,0,'Fear Ward','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (6347,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,130,0,0,'Feedback','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6348,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'[PH] Teleport to Menethil Harbor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6349,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'[PH] Teleport to Auberdine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6350,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,680,0,0,'Attack','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (6351,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,680,0,0,'Attack','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (6352,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,680,0,0,'Attack','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (6353,2,631,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,60000,15,0,0,0,101,0,54,48,48,0,0,305,0,0,0,4,24,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,2,0,0,161,0,0,1,0,0,0,0,0,2.9,0,0,622,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,0,'Soul Fire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,64,0,1,1,1,1,1,0), + (6354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,'Venom\'s Bane','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6355,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,226,0,0,'Drink Disease Bottle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6356,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,214,0,0,'Spell Immunity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6357,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6356,0,0,0,0,0,107,214,0,0,'Spell Immunity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6358,5,0,1,1,1073807360,16388,0,0,0,0,0,0,64,0,0,0,16,0,0,15,2,31804,0,101,0,0,26,26,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2576,48,0,0,'Seduction','','','','','','','','','','','','','','','',24,133,1500,0,5,1073741824,0,1,1,1,1,1,0), + (6359,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6358,0,0,0,0,0,107,48,0,0,'Seduction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6360,5,82,0,0,262144,0,67108864,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,32,22,22,0,0,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-46,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2577,694,0,0,'Soothing Kiss','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,1073741824,0,1,1,1,1,1,0), + (6361,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,0,0,0,0,0,222,1,0,0,'zzOLDBarkskin','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6362,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6360,0,0,0,0,0,107,694,0,0,'Soothing Kiss','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6363,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,125,0,45,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3902,0,0,0,0,0,0,0,0,221,680,0,0,'Searing Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,16,0,0,1,1,1,1,0), + (6364,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,64,0,75,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3903,0,0,0,0,0,0,0,0,221,680,0,0,'Searing Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,16,0,0,1,1,1,1,0), + (6365,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,22,0,110,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3904,0,0,0,0,0,0,0,0,221,680,0,0,'Searing Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,16,0,0,1,1,1,1,0), + (6366,2,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,28,28,0,0,500,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1254,0,0,0,0,0,0,0,0,0,0,0,4800,1506,0,0,'Create Firestone (Lesser)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (6367,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,12,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,65,0,0,'zzOLDHealing Totem Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (6368,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,65,0,0,'zzOLDHealing Totem Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6369,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,65,0,0,'zzOLDHealing Totem Effect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6370,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,65,0,0,'zzOLDHealing Totem Effect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6371,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,1647,0,0,'Healing Stream','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,8192,0,1,1,1,1,1,0), + (6372,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,1647,0,0,'Healing Stream','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,8192,0,1,1,1,1,1,0), + (6373,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,28,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,1,0,0,0,0,0,13,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,65,0,0,'zzOLDHealing Totem Aura','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6374,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,36,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,1,0,0,0,0,0,13,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,65,0,0,'zzOLDHealing Totem Aura','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6375,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,3,0,50,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3906,0,0,0,0,0,0,0,0,319,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (6376,3,104,0,0,33619968,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,15,0,0,0,101,0,0,28,99,9,0,365,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3908,0,0,0,0,0,0,0,0,319,65,0,0,'zzOLDHealing Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6377,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,3,0,60,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3907,0,0,0,0,0,0,0,0,319,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (6378,3,104,0,0,33619968,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,15,0,0,0,101,0,0,36,99,9,0,490,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3909,0,0,0,0,0,0,0,0,319,65,0,0,'zzOLDHealing Totem','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6379,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6363,0,0,0,0,0,107,680,0,0,'Searing Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6380,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6364,0,0,0,0,0,107,680,0,0,'Searing Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6381,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6365,0,0,0,0,0,107,680,0,0,'Searing Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6383,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6375,0,0,0,0,0,107,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6384,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6377,0,0,0,0,0,107,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6385,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13165,0,0,0,0,0,107,112,0,0,'Aspect of the Hawk','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6386,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14818,0,0,0,0,0,107,1879,0,0,'Divine Spirit','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6388,3,0,1,11,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,686,0,0,'zzOLDEarthbind','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6390,3,45,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,18,18,8,0,30,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,3,0,0,149,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3911,0,0,0,0,0,0,0,0,362,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,8,0,1,1,1,1,1,0), + (6391,3,45,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,28,28,8,0,55,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,3,0,0,219,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3912,0,0,0,0,0,0,0,0,362,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,8,0,1,1,1,1,1,0), + (6392,3,45,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,38,38,8,0,75,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,3,0,0,279,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3913,0,0,0,0,0,0,0,0,362,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,8,0,1,1,1,1,1,0), + (6393,3,0,0,0,256,136,335544320,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,689,0,0,'Stoneclaw Totem Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6394,3,0,0,0,256,136,335544320,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,689,0,0,'Stoneclaw Totem Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6395,3,0,0,0,256,136,335544320,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,689,0,0,'Stoneclaw Totem Effect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6397,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6393,0,0,0,0,0,0,689,0,0,'Stoneclaw Totem Passive','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6398,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6394,0,0,0,0,0,0,689,0,0,'Stoneclaw Totem Passive','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6399,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6395,0,0,0,0,0,0,689,0,0,'Stoneclaw Totem Passive','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6400,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6390,0,0,0,0,0,107,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6401,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6391,0,0,0,0,0,107,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6402,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6392,0,0,0,0,0,107,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6403,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6346,0,0,0,0,0,107,62,0,0,'Thunderbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,3,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,1,1,0,0,0,0,0,0,0,56,139,0,0,0,0,0,0,0,0,0,0,0,0,0,3925,575,0,0,0,0,0,0,0,86,1561,0,0,'Furbolg Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6408,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,30,0,0,'Faded','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6409,0,32,0,12,394260,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,20,20,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,7,0,0,1,0,0,0,0,0,2.4,0,0,44,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,244,0,0,'Cheap Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6410,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,0,0,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,1,0,1,1,0,0,0,0,0,0,0,69,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,6411,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6411,3,0,4,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,86,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Scorpid Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6412,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5465,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5472,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Kaldorei Spider Kabob','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6413,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5466,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5473,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Scorpid Surprise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6414,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5467,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5474,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Roasted Kodo Meat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6415,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5468,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5476,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Fillet of Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6416,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5469,4536,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5477,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Strider Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6417,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5051,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5478,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Dig Rat Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6418,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5470,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5479,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Crispy Lizard Tail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6419,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5471,2678,0,0,0,0,0,0,1,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5480,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Lean Venison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,309,106,0,0,'Ashcrombe\'s Unlock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6422,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,1,1,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,37,0,50,'Ashcrombe\'s Teleport','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6423,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6412,0,0,0,0,0,108,1,0,0,'Recipe: Kaldorei Spider Kabob','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6424,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6413,0,0,0,0,0,108,1,0,0,'Recipe: Scorpid Surprise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6425,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6414,0,0,0,0,0,108,1,0,0,'Recipe: Roasted Kodo Meat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6426,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6415,0,0,0,0,0,108,1,0,0,'Recipe: Fillet of Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6427,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6416,0,0,0,0,0,108,1,0,0,'Recipe: Strider Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6428,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6417,0,0,0,0,0,108,1,0,0,'Recipe: Dig Rat Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6429,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6418,0,0,0,0,0,108,1,0,0,'Recipe: Crispy Lizard Tail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6430,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6419,0,0,0,0,0,108,1,0,0,'Recipe: Lean Venison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6431,0,0,1,0,142606720,268435488,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,153,0,0,'Self Visual - Sleep 30s (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6432,0,32,0,0,536870928,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,129,0,0,'Smite Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6433,0,21,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6264,0,0,0,0,0,44,26,0,0,'Nimble Reflexes III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6434,0,99,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,6,6,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,515,0,50,'Slice and Dice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6435,0,65,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,0,20,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,314,0,0,'Smite Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6436,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,322,0,0,'Smite\'s Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6440,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,85,0,0,'Smite\'s Dual Wield Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6441,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2841,4364,0,0,0,0,0,0,2,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5105,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Explosive Shells','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6442,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6441,0,0,0,0,0,107,1,0,0,'Explosive Shells','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6443,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,39,240,0,0,'Pet Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6444,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,39,240,0,0,'Pet Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6445,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,39,240,0,0,'Pet Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6446,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,39,240,0,0,'Pet Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6447,0,65,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,39,240,0,0,'Pet Resistance','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6448,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6443,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Any Pet - Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6449,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6448,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6450,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6444,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Any Pet - Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6451,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6445,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Any Pet - Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6452,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6446,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Any Pet - Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6453,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6447,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Any Pet - Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6454,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6450,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6455,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6451,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6456,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6452,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6457,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6453,0,0,0,0,0,107,240,0,0,'Pet Resistance','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6458,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4371,4375,4363,1206,0,0,0,0,2,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5507,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Ornate Spyglass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6459,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6458,0,0,0,0,0,107,1,0,0,'Ornate Spyglass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6460,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,6463,0,0,0,0,0,107,106,0,0,'Lockpicking','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6461,0,0,0,0,16,131072,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,200,1,0,0,0,0,0,0,0,12,0,0,5060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,106,0,0,'Pick Lock','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6462,0,0,0,0,67109200,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,'Pacified','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6463,0,0,0,0,16,131072,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,200,1,0,0,0,0,0,0,0,12,0,0,5060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,106,0,0,'Pick Lock','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19021,0,0,0,0,0,0,0,0,0,162,0,0,'Summon Rusty Chest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6465,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,263,0,0,'Trapped Chest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6466,0,0,0,12,18,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,18,18,18,27,0,0,0,0,0,3,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,58,6,0,17,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,328,0,0,'Axe Toss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6467,0,0,0,0,67109264,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,314,0,0,'Unarmed Woodcutter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6468,0,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,61,0,0,'Skeletal Miner Berserk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6469,2,35,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,2,0,1,1,0,1,1,0,0,0,0,0,0,0,149,149,0,0,0,0,22,1,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,37,0,50,'Skeletal Miner Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6470,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5517,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Tiny Bronze Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6471,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5518,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Tiny Iron Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6472,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6470,0,0,0,0,0,107,1,0,0,'Tiny Bronze Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6473,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6471,0,0,0,0,0,107,1,0,0,'Tiny Iron Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6474,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,68,686,0,0,'Earthbind Totem Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6476,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,65536,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,0,0,0,0,0,0,0,0,3182,1,0,0,'QAEnchant Cloak +10 Shadow Resistance','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6477,0,0,0,0,65936,0,0,4,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6478,0,0,0,0,65936,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,327,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6479,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,11,11,11,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,0,0,0,3939,0,0,0,0,0,0,0,0,0,262,0,0,'Razormane Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6480,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1804,0,0,0,0,0,107,106,0,0,'Pick Lock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6481,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,6461,0,0,0,0,0,107,106,0,0,'Lockpicking','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6482,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,6463,0,0,0,0,0,107,106,0,0,'Lockpicking','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,1,0,50,'[PH] Teleport to Felwood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6484,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,1,0,50,'[PH] Teleport to Balthule','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6485,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2362,0,0,0,0,0,107,344,0,0,'Create Spellstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6487,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,60000,15,0,0,0,101,0,0,20,20,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,74,217,0,0,'Ilkrud\'s Guardians','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6488,0,0,0,0,67108944,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,6,0,1,5,0,1,1,0,0,0,0,0,0,0,89,7,0,0,0,0,1,1,0,0,0,0,0,0,0,54,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,61,0,0,'Sarilus\'s Elementals Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6490,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,20000,13,0,0,0,101,0,0,0,0,4,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,3950,0,0,0,0,0,0,0,0,74,61,0,0,'Sarilus\'s Elementals','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6492,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1706,0,0,0,0,0,107,79,0,0,'Levitate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6493,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,107,505,0,0,'Slow Fall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6494,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1707,0,0,0,0,0,107,77,0,0,'Mind Bomb','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6495,3,0,0,0,65536,139264,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,5,0,65,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,6,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,43,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,3968,0,0,0,0,0,0,0,0,368,195,0,0,'Sentry Totem','','','','','','','','','','','','','','','',0,133,1500,0,11,536870912,0,0,0,1,1,1,0), + (6496,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6495,0,0,0,0,0,107,195,0,0,'Sentry Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6497,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,143,0,0,'Feed Sarilus Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6498,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6497,0,0,0,0,0,0,9,0,0,'Feed Sarilus Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6499,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5503,159,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5525,0,0,0,0,0,0,0,0,0,0,0,3881,347,0,0,'Boiled Clams','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6500,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5504,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5527,0,0,0,0,0,0,0,0,0,0,0,3881,347,0,0,'Goblin Deviled Clams','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6501,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5503,1179,2678,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5526,0,0,0,0,0,0,0,0,0,0,0,3881,348,0,0,'Clam Chowder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6502,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6499,0,0,0,0,0,107,349,0,0,'Boiled Clams','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6503,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,0,0,0,0,0,107,349,0,0,'Goblin Deviled Clams','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6504,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6501,0,0,0,0,0,108,1,0,0,'Recipe: Clam Chowder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6505,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2094,0,0,0,0,0,107,48,0,0,'Blind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6507,0,99,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,16,16,3,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,4,0,0,0,0,0,20,0,0,0,0,0,9,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,246,86,0,50,'Battle Roar','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6509,0,0,0,0,256,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6510,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,34,0,0,0,0,0,0,1,0,0,0,0,3818,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5530,0,0,0,0,0,0,0,0,0,0,0,92,351,0,0,'Blinding Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6511,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6510,0,0,0,0,0,107,351,0,0,'Blinding Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6512,0,79,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,26,6,0,45,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,209,0,50,'Detect Lesser Invisibility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (6513,0,79,0,0,671088640,32768,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,147,194,0,0,'Resist Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (6514,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sharp Weapon +2','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6515,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sharp Weapon +3','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6516,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,0,0,'Sharp Weapon +5','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6517,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3466,5498,3478,0,0,0,0,6,1,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5540,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Pearl-handled Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6518,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3466,5500,3478,2319,0,0,0,10,1,1,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5541,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Iridescent Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6519,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6518,0,0,0,0,0,222,1,0,0,'Plans: Iridescent Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6520,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6517,0,0,0,0,0,107,1,0,0,'Pearl-handled Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6521,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,5498,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5542,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Pearl-clasped Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6522,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6521,0,0,0,0,0,107,41,0,0,'Pearl-clasped Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6523,3,37,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,90000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3648,0,0,0,0,0,0,30,0,50,'Phase Out Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6524,0,0,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,9,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,66,0,0,'Ground Tremor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6527,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Unlocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6528,0,99,1,0,134218112,268533760,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,340,74,0,0,'Quest - Purge Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6529,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening Benedict\'s Chest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6530,0,36,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,15,0,0,0,101,0,0,15,15,1,0,0,0,0,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-41,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,44,0,0,'Sling Dirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6531,3,0,4,0,1040,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,17,17,3,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,68,0,0,'Overseer\'s Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6533,0,34,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,1,0,0,0,0,0,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11920,0,0,0,0,683,69,0,0,'Net','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6534,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3370,0,0,0,0,0,108,1,0,0,'Recipe: Crocolisk Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6535,3,35,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,14,0,40000,31,0,0,0,101,0,0,13,13,8,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,5,7,0,1,1,0,0,0,0,1.3,1.3,0,27,41,0,0,0,0,16,28,0,0,0,0,13,13,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,986,141,0,0,'Lightning Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6536,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,4264,0,0,0,0,0,0,0,0,0,266,0,0,'Summon Deepmoss Matriarch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6537,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,274,100,0,0,'Call of the Forest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6538,0,47,5,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,90000,0,15366,0,0,101,0,60,22,22,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,19,0,1,1,0,0,0,0,5,3,0,139,55,0,0,0,0,1,1,1,0,0,0,0,0,0,16,13,26,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,72,66,0,0,'Dig Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6539,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6538,0,0,0,0,0,107,66,0,0,'Dig Trap','','','','','','','','Scorpion','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6540,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6539,0,0,0,0,0,107,66,0,0,'Dig Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6542,0,43,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,38,99,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'zzOLDSpell - Reuse 6542','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6543,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11549,0,0,0,0,0,107,456,0,50,'Battle Shout','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6544,0,44,0,0,268763152,512,0,0,0,262144,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,40,40,35,1,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,29,30,6,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,1,1,6,36,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,29,129,0,50,'zzOLDHeroic Leap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6545,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7286,1,0,0,'Leap Target','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6546,0,0,0,15,327696,134218240,0,1024,0,196608,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,29,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,32,0,2,2,1,1,1,0), + (6547,0,0,0,15,327696,134218240,0,1024,0,196608,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,32,0,2,2,1,1,1,0), + (6548,0,0,0,15,327696,134218240,0,1024,0,196608,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,85,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,32,0,2,2,1,1,1,0), + (6549,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6546,0,0,0,0,0,107,245,0,0,'Rend','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6550,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6547,0,0,0,0,0,107,245,0,0,'Rend','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6551,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6548,0,0,0,0,0,107,245,0,0,'Rend','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6552,0,88,0,0,327696,134218240,0,8,0,262144,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,38,38,35,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,756,0,0,'Pummel','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,0,0,2,2,1,1,1,0), + (6553,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6552,0,0,0,0,0,107,756,0,0,'Pummel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6554,0,88,0,0,327696,134218240,0,8,0,262144,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,58,58,35,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,756,0,0,'Pummel','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,0,0,2,2,1,1,1,0), + (6555,0,88,0,0,327696,134218240,0,0,0,65536,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,50,99,35,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,756,0,0,'zzOLDPummel','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,8,0,2,2,1,1,1,0), + (6556,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6554,0,0,0,0,0,107,756,0,0,'Pummel','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6557,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6555,0,0,0,0,0,107,756,0,0,'zzOLDPummel','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6558,3,0,4,0,67108880,0,0,128,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,18,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,1762,0,50,'Debuff','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6559,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6558,0,0,0,0,0,107,559,0,50,'Decisive Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6560,2,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,3,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,1487,0,0,'LeCraft Test Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6561,0,0,0,0,327700,134217728,0,0,0,131072,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,409,559,0,50,'zzOLDSpell - Reuse 6561','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell - Reuse 6562','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6563,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6561,0,0,0,0,0,107,559,0,50,'Decisive Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6564,0,0,0,0,327700,134217728,0,0,0,262144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,564,0,50,'zzOLDSavage Blow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6565,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6564,0,0,0,0,0,107,564,0,50,'Savage Blow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6566,0,0,0,0,327700,134217728,0,0,0,262144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,564,0,50,'zzOLDSavage Blow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6567,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6566,0,0,0,0,0,107,564,0,50,'Savage Blow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6568,0,65,0,0,327700,134217728,0,0,0,65536,0,0,0,0,1,0,1,0,0,0,0,0,0,101,0,0,40,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,563,0,50,'zzOLDRiposte','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6569,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6568,0,0,0,0,0,107,563,0,50,'Riposte','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6570,0,109,0,3,328724,134217728,0,0,0,131072,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,14,99,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,406,565,0,50,'zzOLDSunder (NYI)','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6571,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6570,0,0,0,0,0,107,565,0,50,'Sunder','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6572,0,65,0,0,327696,134218240,0,1024,512,131072,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,14,14,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'Revenge','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,1024,0,2,2,1,1,1,0), + (6573,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6572,0,0,0,0,0,107,562,0,50,'Revenge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6574,0,65,0,0,327696,134218240,0,1024,512,131072,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,24,24,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'Revenge','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,1024,0,2,2,1,1,1,0), + (6575,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6574,0,0,0,0,0,107,562,0,50,'Revenge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6576,0,47,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,4,0,30000,0,0,0,0,101,0,70,22,22,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,146,0,0,'Intimidating Growl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6577,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6576,0,0,0,0,0,107,146,0,0,'Intimidating Growl','','','','','','','','Wolf','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6579,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6577,0,0,0,0,0,107,146,0,0,'Intimidating Growl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6580,0,42,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,60,13,13,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6581,0,0,0,0,208,138,0,0,'Pierce Ankle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6581,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,'Pierce Ankle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6582,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6580,0,0,0,0,0,107,147,0,0,'Pierce Ankle','','','','','','','','Crocilisk','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6583,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6582,0,0,0,0,0,107,129,0,0,'Pierce Ankle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6584,3,0,0,0,134218000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,264,0,0,'Jin\'Zil\'s Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6587,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5781,0,0,0,0,0,0,0,0,2006,263,0,0,'Silithid Creeper Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6588,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3251,0,0,0,0,0,0,0,0,0,111,0,0,'Summon Silithid Grub','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10000,0,0,0,0,0,0,0,0,4196,0,0,0,0,0,0,0,0,139,91,0,0,'Silithid Swarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6590,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,0,0,'Silithid Swarm Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6591,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,0,0,'Stance Rage Effect (+3)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6592,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6594,0,0,0,0,0,0,50,0,0,'Stance Rage (+5 Def)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6593,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6594,0,0,0,0,0,0,50,0,0,'Stance Rage (+5 Off)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6594,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,0,0,'Stance Rage Effect (+5)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6595,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,3,0,0,1,0,0,0,0,0,2,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,243,0,50,'Exploit Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6598,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,0,0,0,5766,0,0,0,0,0,0,0,0,0,262,0,0,'Savannah Cub','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6600,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,'Salt Flats Racer Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6601,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,'Salt Flats Racer Slow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6602,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,0,0,'Salt Flats Racer Normal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6603,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6605,5,99,1,5,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,215,0,0,'Terrifying Screech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6606,0,0,1,0,142606720,268435488,0,0,0,0,0,0,0,0,0,0,1,0,0,0,262154,0,0,101,0,1,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,153,0,0,'Self Visual - Sleep Until Cancelled (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6607,0,0,0,12,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6608,0,0,0,0,808,138,0,0,'Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6608,0,0,0,3,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,'Dropped Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6609,0,0,0,0,256,0,0,0,0,0,0,0,0,12,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5639,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6610,0,0,0,0,256,0,0,0,0,0,0,0,0,13,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5645,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6611,0,0,0,0,256,0,0,0,0,0,0,0,0,14,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5646,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6612,0,4,0,0,738197504,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,201,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,147,282,0,0,'Rage','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (6613,0,4,0,0,738197504,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,301,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,147,282,0,0,'Great Rage','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (6614,0,4,0,0,201326592,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,0,0,0,0,0,1,1,0,0,0,0,0,0,0,31,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,71,0,0,'Cowardly Flight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6615,0,4,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,11,7,12,0,0,0,0,0,0,7119,1356,0,0,'Free Action','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (6617,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5635,2450,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5631,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Rage Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6618,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5637,3356,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5633,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Great Rage Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6619,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5636,3356,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5632,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Cowardly Flight Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6620,0,0,0,0,268435472,0,0,0,0,0,0,64,0,15,0,0,14,0,0,15,0,0,0,101,0,0,0,1,3,0,0,0,0,0,12,0,0,5638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,16,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19586,1086,0,0,0,0,0,0,0,353,354,0,0,'Place Toxic Fogger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6621,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6617,0,0,0,0,0,222,1,0,0,'Recipe: Rage Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6622,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6618,0,0,0,0,0,222,1,0,0,'Recipe: Great Rage Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6623,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6619,0,0,0,0,0,222,1,0,0,'Recipe: Cowardly Flight Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6624,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6370,3820,3372,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5634,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Free Action Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6625,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6624,0,0,0,0,0,222,1,0,0,'Recipe: Free Action Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6626,0,0,0,0,268468240,0,0,0,0,0,0,0,0,16,0,0,6,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,0,0,0,243,355,0,0,'Set NG-5 Charge (Blue)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6627,0,0,0,0,144,0,0,0,0,0,0,0,0,18,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,0,0,0,354,356,0,0,'Remote Detonate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6629,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,41,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,4263,4263,0,0,0,0,0,0,0,0,266,0,0,'Summon Deepmoss Baby','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6630,0,0,0,0,268468240,0,0,0,0,0,0,0,0,17,0,0,6,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,0,0,0,0,0,0,243,355,0,0,'Set NG-5 Charge (Red)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6631,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5143,0,0,0,0,0,222,125,0,0,'Arcane Missiles','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6632,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5144,0,0,0,0,0,222,125,0,0,'Arcane Missiles','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6634,0,38,5,0,268697872,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,101,0,28,28,28,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Phasing Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6635,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5504,0,0,0,0,0,222,33,0,0,'Conjure Water','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6636,2,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,22,0,0,7,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,37,0,0,'Wagon Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6637,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5145,0,0,0,0,0,222,125,0,0,'Arcane Missiles','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6638,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5506,0,0,0,0,0,222,33,0,0,'Conjure Water','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6639,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6127,0,0,0,0,0,222,33,0,0,'Conjure Water','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6641,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6129,0,0,0,0,0,222,1,0,0,'Conjure Food','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6642,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6135,0,0,0,0,0,222,1,0,0,'Frost Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6643,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7301,0,0,0,0,0,222,1,0,0,'Frost Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6644,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6131,0,0,0,0,0,222,1,0,0,'Frost Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6645,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,1,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3409,0,0,0,0,0,0,40,0,0,'Snare Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6647,3,0,4,0,0,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,247,0,0,'Fast Acting Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6648,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4269,0,0,0,0,0,0,0,0,1703,1176,122,0,'Chestnut Mare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6650,0,0,0,0,65552,131072,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,24,24,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,215,226,0,0,'Instant Toxin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6651,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,24,0,0,0,0,0,0,1,0,0,0,0,1288,3372,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5654,0,0,0,0,0,0,0,0,0,0,0,92,248,0,0,'Instant Toxin','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6652,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6651,0,0,0,0,0,108,1,0,0,'Recipe: Instant Toxin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6653,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4271,0,0,0,0,0,0,0,0,1709,956,122,0,'Dire Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6654,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4272,0,0,0,0,0,0,0,0,1709,1178,122,0,'Brown Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6655,0,0,0,0,142606464,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,153,0,0,'Force Target - Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6656,0,0,0,0,144,0,0,0,0,0,0,0,0,19,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,692,0,0,0,0,0,0,0,0,354,356,0,0,'Remote Detonate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,133,0,0,'Summon Serpent Messenger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6658,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6659,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5185,0,0,0,0,0,222,1,0,0,'Healing Touch','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6660,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (6661,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2321,7071,0,0,0,0,0,14,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5739,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Barbaric Harness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6662,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6661,0,0,0,0,0,107,41,0,0,'Barbaric Harness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6664,0,66,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,22,22,22,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,63,64,0,1,1,0,1,1,0,0,0,0,0,0,0,-1001,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6669,0,0,0,360,267,0,0,'Survival Instinct','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6666,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6664,0,0,0,0,0,107,267,0,0,'Survival Instinct','','','','','','','','Cat','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6667,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,0,0,0,0,0,107,262,0,0,'Survival Instinct','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,1,0,0,'Red Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6669,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,267,0,0,'Survival Instinct','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6671,0,0,0,0,268468240,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,2,0,0,5251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,357,0,0,'Create Scroll','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6672,0,0,3,0,209715200,2184,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,20,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,8,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6672,0,0,0,0,0,363,1,0,0,'Toxic Contagion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6673,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,11,1,1,4,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,14,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,65536,0,1,1,1,1,1,0), + (6674,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6673,0,0,0,0,0,107,456,0,50,'Battle Shout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6677,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,91,0,0,'Silithid Swarm Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6681,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1919,0,0,0,0,0,107,177,0,0,'Immunity: Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6685,2,18,0,0,4194322,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,54,20,0,0,0,5026,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,58,6,0,1,1,0,1,1,0,0,0,0,0,-28,0,-1,-581,0,0,0,0,6,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,382,105,0,0,'Piercing Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6686,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2321,2604,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5762,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Red Linen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6687,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6686,0,0,0,0,0,222,1,0,0,'Pattern: Red Linen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6688,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2604,2321,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5763,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Red Woolen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6689,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6688,0,0,0,0,0,222,1,0,0,'Pattern: Red Woolen Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6690,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2321,3182,0,0,0,0,0,2,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5766,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Lesser Wizard\'s Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6691,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6690,0,0,0,0,0,107,41,0,0,'Lesser Wizard\'s Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6692,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2321,3182,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5770,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Robes of Arcana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6693,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4234,2321,2605,0,0,0,0,4,3,3,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5764,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Green Silk Pack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6694,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6693,0,0,0,0,0,222,1,0,0,'Pattern: Green Silk Pack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6695,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2325,2321,0,0,0,0,0,5,1,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5765,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Black Silk Pack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6696,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6695,0,0,0,0,0,222,1,0,0,'Pattern: Black Silk Pack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Dimensional Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6701,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3872,0,0,0,0,0,222,1,0,0,'Pattern: Rich Purple Silk Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6702,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5784,2318,2321,0,0,0,0,0,8,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5780,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Murloc Scale Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6703,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5784,4231,2318,2321,0,0,0,0,12,1,8,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5781,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Murloc Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6704,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5785,4236,4234,2321,0,0,0,0,12,1,10,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5782,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Thick Murloc Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6705,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5785,4236,4234,4291,0,0,0,0,16,1,14,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5783,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Murloc Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6706,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6702,0,0,0,0,0,222,1,0,0,'Pattern: Murloc Scale Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6707,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6703,0,0,0,0,0,222,1,0,0,'Pattern: Murloc Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6708,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6704,0,0,0,0,0,222,1,0,0,'Pattern: Thick Murloc Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6709,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6705,0,0,0,0,0,222,1,0,0,'Pattern: Murloc Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6711,0,44,0,0,268697616,0,0,0,0,0,0,0,0,0,0,0,1,0,360000,0,3,0,0,101,0,0,25,25,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,20,0,0,0,0,0,10,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,535,0,0,'Pathfinding','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6712,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2098,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6713,0,0,0,3,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,32,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,560,0,50,'Disarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6714,0,0,0,0,201326848,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,174,0,0,'Test of Faith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6716,0,0,0,0,201328896,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,26,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6714,0,0,0,0,388,174,0,0,'Test of Faith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6717,0,0,0,0,268435472,0,0,0,0,0,0,0,0,20,0,0,20,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,353,289,0,0,'Place Lion Carcass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6718,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,28,28,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6634,0,0,0,0,0,0,250,30,0,'Phasing Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6719,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'[PH] Teleport to Theramore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6724,1,37,0,0,671088640,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,34,20,20,1,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,633,73,0,0,'Light of Elune','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (6725,2,63,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,14,0,30000,15,0,0,0,101,0,0,15,15,105,0,153,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,11,1,0,1,1,0,0,0,0,4.4,1.4,0,69,49,0,0,0,0,16,16,0,0,0,0,8,8,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flame Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6726,3,32,1,9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,30,30,32,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6727,3,0,4,0,201326592,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,1,1,1,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,826,68,0,0,'Poison Mushroom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6728,3,99,1,12,1073807360,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,15,2,0,0,101,0,0,10,10,1,0,19,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,220,0,0,'Enveloping Winds','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6730,0,0,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,39,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,314,0,0,'Head Butt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6733,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,0,0,0,107,517,0,0,'Trip','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6734,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1966,0,0,0,0,0,107,539,0,0,'Feint','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6735,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,408,0,0,0,0,0,107,499,0,0,'Kidney Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6736,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1943,0,0,0,0,0,107,500,0,0,'Rupture','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6737,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,107,498,0,0,'Garrote','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6739,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,1,0,0,0,0,0,10,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5139,298,122,0,'zzOLDDominance Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (6740,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6739,0,0,0,0,0,107,298,0,0,'zzOLDDominance Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6741,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,320,0,0,'Identify Brood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6742,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,10,2,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6682,38,0,0,'Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6743,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,824,0,0,0,0,0,107,115,0,0,'Horse Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6744,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,0,826,0,0,0,0,0,107,115,0,0,'Ram Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6745,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,828,0,0,0,0,0,107,115,0,0,'Tiger Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6746,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,825,0,0,0,0,0,107,115,0,0,'Wolf Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6747,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test Combo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6748,0,0,0,0,1024,1048576,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test Finishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6749,0,0,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,10,10,28,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,399,371,0,0,'Wide Swipe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6750,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,0,10,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6749,0,0,0,0,0,0,371,0,0,'Wide Swipe Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6751,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Weak Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6752,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6751,0,0,0,0,0,0,152,0,0,'Weak Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6753,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,153,0,0,'Backhand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6754,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,402,372,0,0,'Slap!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6755,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,1,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,403,153,0,0,'Tell Joke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6756,3,0,1,0,65536,131072,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,20,20,30,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,104,3,0,0,0,0,21,21,0,0,0,0,0,0,0,22,29,0,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,0,0,0,0,0,0,0,212,123,0,50,'Mark of the Wild','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (6757,0,0,0,0,268468240,0,0,0,0,0,0,64,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20668,0,0,0,0,0,0,0,0,88,162,0,0,'Create House (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6758,0,0,0,0,67108864,0,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,13,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,404,170,0,0,'Party Fever','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6759,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,170,0,0,'Party Fever Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6760,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,9,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (6761,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,15,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (6762,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,21,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (6763,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6760,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6764,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6761,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6765,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6766,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,174,0,0,'Test of Lore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6767,5,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7262,91,0,0,'Mark of Shame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6768,0,82,0,0,327696,134217728,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,38,28,28,0,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-241,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,539,0,0,'Feint','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,134217728,0,2,2,1,1,1,0), + (6769,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6768,0,0,0,0,0,107,539,0,0,'Feint','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6770,0,0,0,14,1077346320,134480128,0,0,0,536870912,0,0,64,0,0,0,1,0,0,0,2,0,0,101,0,0,10,10,63,3,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,249,0,0,'Sap','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,128,0,2,2,1,1,1,0), + (6771,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2070,0,0,0,0,0,107,249,0,0,'Sap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6772,0,32,0,0,327696,262656,0,0,0,0,0,0,64,0,0,0,1,0,5000,0,0,0,0,101,0,0,30,30,27,3,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,80,0,1,1,0,1,1,0,0,0,0,0,0,0,24,0,0,0,0,6,6,6,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,517,0,50,'Trip','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (6773,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6772,0,0,0,0,0,107,517,0,0,'Trip','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6774,0,0,0,0,537198608,4195328,4,1342439424,16,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,185,3,25,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,6,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,515,0,50,'Slice and Dice','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,262144,0,0,2,1,1,1,0), + (6775,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6774,0,0,0,0,0,107,515,0,0,'Slice and Dice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6777,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4710,0,0,0,0,0,0,0,0,1704,1177,122,0,'Gray Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6778,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,22,0,0,15,0,0,0,101,0,37,32,32,0,0,335,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,153,0,0,1,0,0,0,0,0,4,0,0,741,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (6779,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6778,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6780,3,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,44,38,38,0,0,125,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,1.6,0,0,138,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,263,0,0,'Wrath','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,1,0,1,1,1,1,1,0), + (6781,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6780,0,0,0,0,0,107,263,0,0,'Wrath','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6782,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5234,0,0,0,0,0,107,123,0,0,'Mark of the Wild','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6783,0,38,5,0,437518352,16,2097152,0,0,1,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,59,40,40,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,5,0,0,199,-36,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,103,30,0,'Prowl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,16384,0,0,0,1,1,1,0), + (6784,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6783,0,0,0,0,0,107,103,0,0,'Prowl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6785,0,0,0,0,2490384,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,41,349,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2275,1531,0,50,'Ravage','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,65536,0,2,2,1,1,1,0), + (6786,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6785,0,0,0,0,0,107,1531,0,50,'Ravage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6787,0,0,0,0,2490384,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,61,349,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2275,1531,0,50,'Ravage','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,7,65536,0,2,2,1,1,1,0), + (6788,1,0,0,19,67108864,196744,4,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,177,0,50,'Weakened Soul','','','','','','','','','','','','','','','',0,0,0,0,6,536870912,0,0,0,1,1,1,0), + (6789,5,633,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,8,0,0,0,101,0,48,42,42,27,0,430,0,0,0,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,6,0,1,1,0,1,1,0,0,0,0,2.2,0,0,286,-1,0,0,24,0,6,6,0,0,0,0,0,0,0,0,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,88,0,50,'Death Coil','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,524288,0,1,1,1,1,1,0), + (6790,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6787,0,0,0,0,0,107,1531,0,50,'Ravage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6791,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,107,539,0,50,'Disengage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6792,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1462,0,0,0,0,0,107,201,0,50,'Beast Lore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6793,0,0,0,0,262160,32,0,0,0,1,0,0,0,0,0,0,1,1000,0,0,0,0,0,101,0,0,36,36,32,3,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,200,1181,0,50,'Tiger\'s Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6794,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6793,0,0,0,0,0,107,1181,0,0,'Tiger\'s Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6795,0,82,0,0,262160,131072,67108864,0,0,144,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,10,10,27,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,114,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,201,0,0,'Growl','','','','','','','','','','','','','','','',0,0,0,0,7,34359738368,0,1,1,1,1,1,0), + (6796,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6795,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6798,0,32,0,12,262160,134480384,0,0,0,144,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,30,30,27,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3948,473,0,50,'Bash','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,8192,0,2,2,1,1,1,0), + (6799,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6798,0,0,0,0,0,107,473,0,50,'Bash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6800,0,0,0,0,262160,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,31,224,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3950,147,0,0,'Shred','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,7,32768,0,2,2,1,1,1,0), + (6801,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,0,0,0,0,0,107,147,0,0,'Shred','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6802,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6803,0,0,0,0,256,0,0,0,0,0,0,0,0,21,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5868,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6805,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Dousing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6806,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5176,0,0,0,0,0,107,263,0,0,'Wrath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6807,0,0,0,0,1044,134218240,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,2048,0,2,2,1,1,1,0), + (6808,0,0,0,0,1044,134218240,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,2048,0,2,2,1,1,1,0), + (6809,0,0,0,0,1044,134218240,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,2048,0,2,2,1,1,1,0), + (6810,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6807,0,0,0,0,0,107,261,0,0,'Maul','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6811,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6808,0,0,0,0,0,107,261,0,0,'Maul','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6812,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6809,0,0,0,0,0,107,261,0,0,'Maul','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6813,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,21,21,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,3,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,157,0,0,'Coat of Thistlefur','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6814,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,21,21,22,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0.5,0,0,11,-31,-26,0,0,0,6,6,6,0,0,0,0,0,0,3,33,138,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,149,0,0,'Sludge Toxin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6816,0,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,22,0,0,15,0,0,8,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,203,0,0,'Corrupted Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6817,0,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,22,0,0,15,0,0,8,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,848,203,0,0,'Corrupted Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6818,0,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,22,0,0,15,0,0,8,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,848,203,0,0,'Corrupted Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6819,0,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,22,0,0,15,0,0,8,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,848,203,0,0,'Corrupted Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6820,0,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6817,0,0,0,0,0,0,263,0,0,'Corrupted Agility Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6821,0,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6816,0,0,0,0,0,0,263,0,0,'Corrupted Strength Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6822,0,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6819,0,0,0,0,0,0,263,0,0,'Corrupted Stamina Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6823,0,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6818,0,0,0,0,0,0,263,0,0,'Corrupted Intellect Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6844,0,0,1,0,142606720,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,153,0,0,'Self Visual - Stun 10s (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6864,0,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,14,19,-66,0,0,0,1,1,1,0,0,0,0,0,0,13,61,33,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,711,148,0,0,'Strength of Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6866,3,0,1,0,16,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4436,5,0,0,0,0,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,13,0,0,'Moss Covered Hands','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6867,3,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6866,0,0,0,0,0,0,13,0,0,'Moss Covered Hands Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6869,3,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3016,246,0,0,'Fall down','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6870,3,0,1,0,67108880,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,5,0,0,1,1,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,13,0,0,'Moss Covered Feet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6871,3,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6870,0,0,0,0,0,0,13,0,0,'Moss Covered Feet Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6873,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,23,23,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,456,143,0,0,'Foul Chill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6894,5,0,1,0,2048,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,2,0,0,101,0,0,28,28,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,6,6,0,0,0,0,0,0,0,12,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,164,0,0,'Death Bed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6896,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4780,0,0,0,0,0,0,0,0,1704,1177,122,0,'Black Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6897,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4778,0,0,0,0,0,0,0,0,1704,1177,122,0,'Blue Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6898,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4777,0,0,0,0,0,0,0,0,1704,1177,122,0,'White Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6899,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4779,0,0,0,0,0,0,0,0,1704,1177,122,0,'Brown Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6900,0,0,0,0,268435472,0,0,0,0,0,0,0,0,23,0,0,1,0,0,15,0,0,0,101,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20920,0,0,0,0,0,0,0,0,0,289,0,0,'Create Tuber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6902,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,373,0,0,'Sneezing Fit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6903,0,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,373,0,0,'Krazek\'s Drug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,139944,100,0,0,0,0,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4785,0,0,0,0,0,0,0,0,33,33,0,0,'Summon Illusionary Nightmare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6907,3,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,28,28,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-55,-26,0,0,11,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,1468,0,0,'Diseased Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6909,5,0,2,0,2064,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,20,50,0,0,20,20,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6910,0,0,0,0,0,855,207,0,0,'Curse of Thorns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6910,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,23,0,0,1,0,0,0,0,0,1.5,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3362,168,0,0,'Curse of Thorns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6913,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,4795,0,0,0,0,0,0,0,0,32,111,0,0,'Force of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6917,3,18,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,21,1,0,1,1,0,0,0,0,0,0,0,29,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6918,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,5,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,0,0,0,0,0,0,0,0,353,266,0,0,'Summon Snufflenose','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6920,0,0,0,0,437518352,16,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15375,0,0,101,0,40,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Hide','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6921,0,44,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,180000,0,0,0,20,100,1,60,10,10,32,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,1,0,79,9,0,0,0,0,1,1,1,0,0,0,0,0,0,31,13,42,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,6922,0,0,0,34,129,0,50,'Shadowhorn Charge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6922,5,32,2,0,16,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,5,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,2,-4,-11,0,0,0,6,6,6,0,0,0,0,0,0,14,13,13,0,0,0,0,0,0,0,0,0,0,0,0,1,1,126,0,0,0,0,0,0,477,155,0,50,'Curse of the Shadowhorn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6923,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,70,22,22,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4148,0,0,0,0,0,246,50,0,0,'Growl of Fortitude Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6924,0,0,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,1,0,0,'Remove Polymorph','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6925,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,242,0,0,'Gift of the Xavian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6927,0,0,0,12,394260,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,28,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,58,80,0,1,1,0,1,1,0,0,0,0,0,0,0,57,1,0,0,0,6,6,6,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,497,244,0,0,'Shadowstalker Slash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6940,1,25,1,0,327680,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,9,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,57,0,0,0,0,0,0,0,0,153,0,0,0,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,299,504,0,0,'Blessing of Sacrifice','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (6941,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6940,0,0,0,0,0,107,504,0,0,'Blessing of Sacrifice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6942,3,0,1,9,1040,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,221,0,0,'Overwhelming Stench','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6945,5,0,0,12,218103808,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,25,0,1,1,0,0,0,0,0,0,0,-1,7,0,0,0,0,1,1,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,221,0,0,'Chest Pains','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6946,5,0,2,0,0,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,55,0,0,'Curse of the Bleakheart','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6947,5,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6946,0,0,0,0,0,0,55,0,0,'Curse of the Bleakheart Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6949,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,15,0,0,0,101,0,8,1,1,0,0,25,0,0,0,4,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Weak Frostbolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6950,3,0,1,0,0,98304,0,0,0,0,0,0,0,0,0,0,5,0,30000,15,0,0,0,101,0,60,1,1,3,0,15,2,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,-24,0,0,-25,-1,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6951,3,0,3,0,16,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,60,8,8,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.3,0,0,-3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,203,0,0,'Decayed Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6954,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,1,0,0,'Nalpak (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6955,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,82,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Gnome Car Camera','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6957,3,99,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,5000,13,0,0,0,101,0,0,1,1,25,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,200,0,0,'Frostmane Strength','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6958,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2376,146,0,0,'Blood Leech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6960,3,99,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,1,1,25,0,15,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Lightning Barrier','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6961,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,0,0,0,148,0,0,'Knockdown Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Pet Summoned','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6963,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,16,16,0,0,0,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'zzOLDSpell - Reuse 6963','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6964,0,0,0,0,2281701632,268435456,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,'Echoes of Lordaeron','','','','','','','','Rank 0','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6965,6,0,0,0,65536,67256836,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,1,1,35,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,4,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,62,0,0,'Polymorphic Ray','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,0,0), + (6966,0,0,0,0,2281701632,268435456,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1703,0,0,'Echoes of Lordaeron','','','','','','','','Rank 0','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6967,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,126,0,0,'zzOLDTeach - Reuse 6967','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6969,0,0,0,0,65552,32768,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,27,0,0,0,0,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13,0,0,0,0,0,0,0,0,40,0,0,'Free Master','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (6970,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6969,0,0,0,0,0,107,40,0,0,'Free Master','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6973,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,771,0,0,0,0,0,107,111,0,0,'Charm Beast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6974,0,0,0,0,134283264,0,0,0,0,0,0,16384,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,36,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,59,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6955,0,0,0,0,537,1,0,0,'Gnome Camera Connection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6975,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,18,60000,0,9,0,0,0,101,0,0,18,99,0,2,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,536,0,0,'zzOLDQuick Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6976,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,18,60000,0,9,0,0,0,101,0,0,28,99,0,2,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,536,0,0,'zzOLDQuick Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6977,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,18,60000,0,9,0,0,0,101,0,0,40,99,0,2,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,536,0,0,'zzOLDQuick Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6978,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6977,0,0,0,0,0,107,536,0,0,'Quick Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6979,2,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,24,24,0,2,0,0,0,0,4,40,0,0,0,5026,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,105,0,0,'Fire Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6980,2,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,36,36,0,2,0,0,0,0,4,40,0,0,0,5026,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,105,0,0,'Fire Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6981,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6979,0,0,0,0,0,107,105,0,0,'Fire Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6982,3,0,0,12,0,136,0,0,0,0,0,0,0,0,0,0,5,0,30000,31,0,0,0,101,0,0,13,13,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,536,174,0,0,'Gust of Wind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6983,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6980,0,0,0,0,0,107,105,0,0,'Fire Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6984,4,0,1,11,1078001682,0,0,2,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,28,28,1,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,172,0,0,'Frost Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6985,4,0,1,11,1078001682,0,0,2,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,40,40,1,0,0,0,0,0,4,40,0,0,0,5024,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,262156,0,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,172,0,0,'Frost Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6986,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6984,0,0,0,0,0,107,172,0,0,'Frost Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6987,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6985,0,0,0,0,0,107,172,0,0,'Frost Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (6991,0,0,0,0,268501008,131072,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,101,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1539,0,0,0,0,0,3403,534,0,50,'Feed Pet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6992,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6991,0,0,0,0,0,107,103,0,0,'Stalking','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6993,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,0,0,0,0,0,107,539,0,0,'Feinting Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6994,0,0,0,0,1376256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,539,0,0,'zzOLDFeinting Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (6995,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6994,0,0,0,0,0,107,539,0,0,'Feinting Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6996,2,49,0,0,4522002,0,0,0,0,0,0,0,0,0,0,0,4,0,60000,15,0,0,0,101,0,0,34,99,0,2,4,0,0,0,4,30,0,0,0,5105,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,262156,0,58,2,0,1,25,0,1,1,0,0,0,0,0,0,0,49,87,0,0,0,0,6,6,0,0,16,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,185,0,0,'zzOLDExplosive Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (6997,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6996,0,0,0,0,0,107,185,0,0,'Explosive Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (6998,0,0,0,0,134217728,268435456,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1703,0,0,'Echoes of Lordaeron','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (6999,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14288,0,0,0,0,0,107,85,0,0,'Multi-Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7000,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-11,8,3,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1578,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7001,1,0,1,0,262144,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,40,40,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7551,1878,0,0,'Lightwell Renew','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (7020,0,0,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,30000,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,2.8,0.5,0,19,14,0,0,0,0,1,1,0,0,0,0,0,0,0,22,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,711,84,0,0,'Stoneform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7022,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,82,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Goblin Car Camera','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7023,0,0,0,0,134283520,0,0,0,0,0,0,16384,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,36,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,59,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7022,0,0,0,0,537,1,0,0,'Goblin Camera Connection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7027,0,0,0,0,4456466,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,20,99,0,2,10,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,'zzOLDSniper Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (7028,0,0,0,0,4456466,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,30,99,0,2,10,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,'zzOLDSniper Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (7029,0,0,0,0,4456466,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,40,99,0,2,10,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,'zzOLDSniper Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (7030,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7027,0,0,0,0,0,107,538,0,0,'Sniper Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7031,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7028,0,0,0,0,0,107,538,0,0,'Sniper Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7032,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7029,0,0,0,0,0,107,538,0,0,'Sniper Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7033,0,1,0,0,65536,8196,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15420,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,1,0,0,0,0,12,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Charm+ (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7034,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,0,107,177,0,0,'zzOLDDivine Escape','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7035,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,38,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,433,0,0,'Goblin Racer Cheer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7036,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,38,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,573,433,0,0,'Gnome Racer Cheer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7038,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,368,0,0,'Forsaken Skill: Swords','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7039,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,328,0,0,'Forsaken Skill: Axes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7040,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,434,0,0,'Forsaken Skill: Daggers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7041,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,435,0,0,'Forsaken Skill: Maces','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7042,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,286,0,0,'Forsaken Skill: Staves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7043,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,436,0,0,'Forsaken Skill: Bows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7044,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,393,0,0,'Forsaken Skill: Guns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7045,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,371,0,0,'Forsaken Skill: 2H Axes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7046,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,439,0,0,'Forsaken Skill: 2H Maces','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7047,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,438,0,0,'Forsaken Skill: 2H Swords','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7048,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,440,0,0,'Forsaken Skill: Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7049,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,11,0,0,'Forsaken Skill: Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7050,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,17,0,0,'Forsaken Skill: Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7051,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,70,0,0,'Forsaken Skill: Holy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7053,5,0,2,0,201326608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,9,0,0,'Forsaken Skill: Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7054,5,0,2,0,67108880,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,207,0,0,'Forsaken Skills','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7056,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,'Pacified','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7057,5,0,2,0,0,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,9,0,0,'Haunting Spirits','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7067,0,0,0,0,687865872,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4958,0,0,0,0,0,0,0,0,634,91,0,0,'Summon Haunting Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7068,5,36,2,0,16,32768,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,24,24,8,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,561,173,0,0,'Veil of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7069,5,99,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,8,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,565,169,122,0,'Enraging Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7072,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,24,0,0,0,0,1,1,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,568,228,0,0,'Wild Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7074,5,0,1,9,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,211,0,0,'Screams of the Past','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,143,0,0,'Summon Tervosh\'s Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7077,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,331,0,0,'Simple Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7078,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,331,0,0,'Simple Teleport Group','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7079,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,331,0,0,'Simple Teleport Other','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7081,1,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,87,0,0,'Encage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7082,2,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,1,21,0,1,1,0,1,0,0,0,0,0,0,89,0,0,0,0,0,22,22,38,7,7,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,572,37,0,0,'Barrel Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7083,0,0,0,0,402653440,268435524,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,207,0,0,'Quillboar Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7084,0,0,8,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,11,0,0,'Damage Car','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7090,3,39,0,0,33882128,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,20,20,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,4227,107,131,0,'Bear Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7092,0,0,0,0,16,0,0,0,0,8192,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,12,12,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,261,0,0,'Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7093,5,0,1,5,16,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,9,9,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,91,0,0,'Intimidation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7095,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,0,0,0,148,0,0,'Knockdown Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7098,5,0,2,0,2048,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,20,20,0,0,20,20,25,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7099,0,0,0,0,0,346,207,0,0,'Curse of Mending','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7099,5,0,2,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,207,0,0,'Curse of Mending','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7101,2,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,15,0,0,0,101,0,0,17,17,0,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,3.1,0,0,142,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flame Blast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7102,5,36,3,0,201590800,2048,0,0,0,0,0,0,0,0,0,0,1,0,120000,15,0,0,20,5,0,0,22,22,26,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-34,-26,0,0,0,0,6,6,6,0,0,0,0,0,0,138,65,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7103,0,0,0,3138,1614,0,0,'Contagion of Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7103,5,0,3,0,201588752,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,22,22,26,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-34,-26,0,0,0,0,4,4,4,0,0,0,0,0,0,138,65,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7103,0,0,0,605,1614,0,0,'Contagion of Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7104,0,38,5,0,262416,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15367,0,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Sneak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7105,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,898,0,0,0,0,0,0,0,0,126,0,0,'Fake Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (7106,5,12,0,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,7000,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,25,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,579,267,0,50,'Dark Restore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7107,5,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5058,0,0,0,0,0,0,0,0,580,261,0,0,'Summon Wolfguard Worg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7108,1,99,0,0,327936,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,200,20,20,0,0,45,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,859,70,0,0,'Moist Towelette','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7109,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,0,0,0,0,0,107,444,0,0,'Plate Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7120,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,35,35,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,9,0,0,0,0,25,25,0,37,37,0,12,12,0,22,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,63,453,0,0,'Proudmoore\'s Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7121,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,19,19,1,0,75,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,127,99,0,0,'Anti-Magic Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7122,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,21,21,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,596,146,0,0,'Blood Tap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7124,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,24,24,5,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,51,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,597,55,0,0,'Arugal\'s Gift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7125,3,0,4,0,0,2048,0,0,0,0,0,0,0,0,0,0,3,0,60000,31,0,0,0,101,0,0,0,0,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,16,19,0,0,0,0,6,6,0,0,0,0,0,0,0,3,64,0,6000,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,68,0,0,'Toxic Saliva','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7126,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5957,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Handstitched Leather Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7127,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-26,-21,-21,0,0,0,6,6,6,0,0,0,0,0,0,138,33,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,599,221,0,0,'Wavering Will','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7128,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,680,100,20,0,20,20,6,0,65,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,494,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,211,51,0,0,'Inner Fire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2,0,1,1,1,1,1,0), + (7129,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7128,0,0,0,0,0,222,1,0,0,'Inner Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7130,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7128,0,0,0,0,0,107,51,0,0,'Inner Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7131,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,664232,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,'Illusion Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,200000,15,0,0,0,101,0,0,24,24,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,3,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5097,0,0,0,0,0,0,0,0,608,87,0,0,'Summon Lupine Delusions','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7133,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,2997,2321,0,0,0,0,0,8,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5958,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Fine Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7134,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7133,0,0,0,0,0,222,1,0,0,'Pattern: Fine Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7135,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,4340,2321,0,0,0,0,0,12,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5961,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dark Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7136,5,32,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3303,207,0,50,'Shadow Port','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7137,0,44,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,1,60,10,10,32,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,1,0,79,9,0,0,0,0,1,1,1,0,0,0,0,0,0,31,13,42,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,7136,0,0,0,600,129,0,50,'Shadow Charge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7139,5,0,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,14,14,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,6,1,0,1,1,0,1,0,0,0,1,0,0,19,0,9,0,0,0,22,22,22,15,15,15,13,13,13,0,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,602,129,0,0,'Fel Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7140,5,0,1,0,1024,0,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0.8,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,603,138,0,0,'Expose Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7141,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,331,0,0,'Simple Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7143,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,331,0,0,'Simple Teleport Group','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7144,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,21,21,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,1,1,1,0,0,0,0,0,0,12,8,39,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,604,139,0,0,'Stone Slumber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7145,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,22,22,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Diving Sweep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7146,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7135,0,0,0,0,0,107,41,0,0,'Dark Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7147,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4305,2321,0,0,0,0,0,12,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5962,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Guardian Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7148,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7147,0,0,0,0,0,107,41,0,0,'Guardian Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7149,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2321,1206,0,0,0,0,0,10,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5963,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Barbaric Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7150,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7149,0,0,0,0,0,222,1,0,0,'Pattern: Barbaric Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7151,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4236,2321,0,0,0,0,0,8,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5964,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Barbaric Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7152,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7151,0,0,0,0,0,107,41,0,0,'Barbaric Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7153,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4305,4291,0,0,0,0,0,14,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5965,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Guardian Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7154,5,0,0,0,16,524288,0,0,0,0,0,0,0,0,0,0,1,0,7000,0,0,0,1,101,0,0,24,24,0,4294967294,180,9,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,9,0,0,199,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2110,113,0,0,'Dark Offering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7155,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7438,1,0,0,'CreatureSpecial','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (7156,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4236,4291,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5966,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Guardian Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7157,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7156,0,0,0,0,0,107,41,0,0,'Guardian Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7159,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,1.75,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,243,0,50,'Backstab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7160,0,41,0,0,327700,0,0,0,0,0,0,0,0,0,0,2,1,0,30000,0,0,0,0,101,0,0,6,6,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,8,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,243,0,50,'Execute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7162,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,45,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,241,0,50,'First Aid','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7164,0,47,0,0,327696,268435456,0,0,0,0,0,0,0,0,0,0,1,0,180000,0,0,0,139944,100,0,0,10,10,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,44,276,0,50,'Defensive Stance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7165,0,47,0,0,327696,268435456,0,0,0,0,0,0,0,0,0,0,1,0,180000,0,0,0,0,101,0,0,4,4,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,246,279,0,50,'Battle Stance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7178,3,99,0,0,671154176,32,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,18,18,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,36,0,50,'Water Breathing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7179,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3820,6370,3371,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5996,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Water Breathing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7180,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7179,0,0,0,0,0,107,41,0,0,'Elixir of Water Breathing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7181,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3357,3356,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1710,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7182,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7181,0,0,0,0,0,107,41,0,0,'Greater Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7183,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,765,3371,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5997,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Minor Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7184,0,0,0,0,67108864,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,'Lost Control','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7198,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,'Meditation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7199,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7198,0,0,0,0,0,107,64,0,0,'Meditation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7200,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,100,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,'Regeneration','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7201,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,0,107,64,0,0,'Regeneration','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7203,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7204,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7205,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7206,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,0,0,0,250,0,0,'Sneaky','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7207,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7203,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7208,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7204,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7209,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7205,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7210,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7206,0,0,0,0,0,107,250,0,0,'Sneaky','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7211,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,16,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,6,1,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9051,0,0,0,0,0,0,0,5119,1721,0,0,'Devilsaur Barb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (7212,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,310,0,0,'Perceptive','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7213,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4655,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6038,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Giant Clam Scorcho','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7214,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7213,0,0,0,0,0,108,1,0,0,'Recipe: Giant Clam Scorcho','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7215,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mithril Spurs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7216,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,215,1,0,0,'Iron Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7217,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Weapon Counterweight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7218,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,354,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,215,1,0,0,'Weapon Counterweight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7219,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Immune to Disarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7220,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,215,1,0,0,'Weapon Chain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7221,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3478,0,0,0,0,0,0,6,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6042,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Iron Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7222,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3478,1705,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6043,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Iron Counterweight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7223,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3486,0,0,0,0,0,0,5,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6040,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7224,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3486,4234,0,0,0,0,0,8,2,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6041,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Steel Weapon Chain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7225,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7223,0,0,0,0,0,107,1,0,0,'Golden Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7226,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7221,0,0,0,0,0,222,1,0,0,'Plans: Iron Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7227,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7222,0,0,0,0,0,222,1,0,0,'Plans: Iron Counterweight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7228,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7224,0,0,0,0,0,222,1,0,0,'Plans: Steel Weapon Chain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7229,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3503,0,0,0,0,0,222,1,0,0,'Plans: Golden Scale Coif','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7230,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,16,0,0,'Fire Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7231,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,351,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,16,0,0,'Fire Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7232,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,30,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,451,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,16,0,0,'Fire Protection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7233,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,651,0,0,1,0,0,0,0,0,0,0,0,974,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,16,0,0,'Fire Protection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7234,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,901,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,16,0,0,'Fire Protection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7235,5,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,633,89,0,0,'Shadow Protection ','','','','','','','','Rank 1','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7236,4,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,351,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,633,181,0,0,'Frost Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7237,4,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,651,0,0,1,0,0,0,0,0,0,0,0,974,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,633,181,0,0,'Frost Protection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7238,4,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,30,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,451,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,633,181,0,0,'Frost Protection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7239,4,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,901,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,633,181,0,0,'Frost Protection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7240,4,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,633,181,0,0,'Frost Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7241,5,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,351,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,633,89,0,0,'Shadow Protection ','','','','','','','','Rank 2','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7242,5,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,30,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,451,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,633,89,0,0,'Shadow Protection ','','','','','','','','Rank 3','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7243,5,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,651,0,0,1,0,0,0,0,0,0,0,0,974,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,633,89,0,0,'Shadow Protection ','','','','','','','','Rank 4','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7244,5,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,901,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,633,89,0,0,'Shadow Protection ','','','','','','','','Rank 5','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7245,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,633,453,0,0,'Holy Protection ','','','','','','','','Rank 1','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7246,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,351,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,633,453,0,0,'Holy Protection ','','','','','','','','Rank 2','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7247,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,30,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,451,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,633,453,0,0,'Holy Protection ','','','','','','','','Rank 3','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7248,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,651,0,0,1,0,0,0,0,0,0,0,0,974,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,633,453,0,0,'Holy Protection ','','','','','','','','Rank 4','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7249,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,901,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,633,453,0,0,'Holy Protection ','','','','','','','','Rank 5','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7250,3,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,633,198,0,0,'Nature Protection ','','','','','','','','Rank 1','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7251,3,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,351,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,633,198,0,0,'Nature Protection ','','','','','','','','Rank 2','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7252,3,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,30,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,451,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,633,198,0,0,'Nature Protection ','','','','','','','','Rank 3','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7253,3,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,651,0,0,1,0,0,0,0,0,0,0,0,974,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,633,198,0,0,'Nature Protection ','','','','','','','','Rank 4','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7254,3,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,901,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,633,198,0,0,'Nature Protection ','','','','','','','','Rank 5','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7255,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2453,2452,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6051,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Holy Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7256,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3369,3356,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6048,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Shadow Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7257,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4402,6371,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6049,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Fire Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7258,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3819,3821,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6050,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Frost Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7259,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3357,3820,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6052,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Nature Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7260,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7255,0,0,0,0,0,222,1,0,0,'Recipe: Holy Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7261,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7256,0,0,0,0,0,222,1,0,0,'Recipe: Shadow Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7262,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7257,0,0,0,0,0,222,1,0,0,'Recipe: Fire Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7263,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7258,0,0,0,0,0,222,1,0,0,'Recipe: Frost Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7264,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7259,0,0,0,0,0,222,1,0,0,'Recipe: Nature Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7265,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504,37,0,50,'ABOUT TO SPAWN','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7266,0,0,0,0,268435856,525704,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,83,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,32,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21680,0,0,0,0,0,0,0,0,0,1,0,0,'Duel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7267,0,0,0,0,201326736,132096,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,655,1,0,0,'Grovel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7268,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,12,8,8,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,225,0,50,'Arcane Missile','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,2097152,0,1,1,1,1,1,0), + (7269,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,20,16,16,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,269,225,0,50,'Arcane Missiles','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,2097152,0,1,1,1,1,1,0), + (7270,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,28,24,24,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,55,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,2097152,0,1,1,1,1,1,0), + (7272,3,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,1,0,0,1,0,0,0,0,0,-1,0,0,-31,0,0,0,0,0,22,18,0,15,0,0,13,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,157,0,0,'Dust Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7273,3,99,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,8,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Lightning Hide','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7276,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,152,0,0,'Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,24,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,167,0,0,'Harvest Swarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7278,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,24,24,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5409,0,0,0,0,0,0,0,0,279,250,0,0,'Summon Harvester Swarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7279,3,36,3,11,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,19,19,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-55,-31,0,0,0,0,22,22,0,15,15,0,8,8,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,677,1614,0,0,'Black Sludge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7280,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3449,0,0,0,0,0,222,1,0,0,'Recipe: Shadow Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7285,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,61,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1033,0,0,0,0,0,0,0,866,1,0,0,'Blow Maraudine Horn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7288,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,1,100,0,5,1,1,18,0,10,0,0,0,4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,1,0,2,9,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate Cumulative (TEST)','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7289,0,0,2,0,67108864,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,-0.3,-0.3,0,-2,-2,-31,0,0,0,6,6,6,0,0,0,0,0,0,29,29,61,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,279,207,0,0,'Shrink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7290,5,99,1,0,1114112,16388,0,0,0,0,0,0,0,0,0,0,1,0,1000,15,0,15420,0,101,0,0,1,1,1,0,10,2,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.7,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,546,0,0,'Soul Siphon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7291,0,11,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,277519,0,1,101,0,0,5,5,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7293,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1502,0,0,0,0,0,0,0,0,0,95,0,0,'Zombie Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7294,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,555,122,0,'Retribution Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,8,0,1,1,1,1,1,0), + (7295,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,6,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,26,0,0,0,0,1,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,680,546,0,0,'Soul Drain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7296,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7294,0,0,0,0,0,107,555,122,0,'Retribution Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7297,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2537,0,0,0,0,0,107,237,0,50,'Crusader Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7300,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,40,100,0,0,10,10,30,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6136,0,0,0,0,124,181,0,50,'Frost Armor','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,34078720,0,1,1,1,1,1,0), + (7301,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,40,100,0,0,20,20,30,0,170,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6136,0,0,0,0,124,181,0,50,'Frost Armor','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,34078720,0,1,1,1,1,1,0), + (7302,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,40,100,0,0,30,30,30,0,240,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,289,0,5,0,0,0,1,1,1,0,0,0,0,0,0,22,42,22,0,0,0,0,0,0,0,0,0,0,0,0,1,0,16,0,7321,0,0,0,0,706,181,0,50,'Ice Armor','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,34078720,0,1,1,1,1,1,0), + (7320,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,40,100,0,0,40,40,30,0,320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,379,0,8,0,0,0,1,1,1,0,0,0,0,0,0,22,42,22,0,0,0,0,0,0,0,0,0,0,0,0,1,0,16,0,7321,0,0,0,0,706,181,0,50,'Ice Armor','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,34078720,0,1,1,1,1,1,0), + (7321,4,0,1,11,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-31,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,181,0,50,'Chilled','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (7322,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,21,0,0,15,0,0,0,101,0,24,20,20,165,0,65,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,9,0,1,1,0,0,0,0,0,1.1,0,-41,73,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (7323,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7322,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7324,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7322,0,0,0,0,0,222,1,0,0,'Frostbolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7325,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,10,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,306,122,50,'zzOLDWisdom Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (7326,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7325,0,0,0,0,0,107,306,0,0,'Wisdom Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7327,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7325,0,0,0,0,0,222,1,0,0,'Seal of Wisdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7328,1,0,0,0,268435456,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,12,12,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,41,121,0,50,'Redemption','','','','','','','','Rank 1','','','','','','','',80,133,1500,0,0,0,0,1,1,1,1,1,0), + (7329,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7328,0,0,0,0,0,107,121,0,0,'Redemption','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7330,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7328,0,0,0,0,0,222,1,0,0,'Resurrection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7331,1,99,0,0,268763136,256,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,3,0,1,100,0,8,4,4,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,299,122,50,'Healing Aura (TEST)','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7336,0,0,0,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,'Food Idle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7337,0,0,0,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,'Food Idle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7338,0,0,0,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,'Food Idle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7339,0,0,0,0,134217856,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,'Food Idle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7340,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,1,0,0,'Language Gnomish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7341,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Language Troll','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7342,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,1,0,0,4,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Wide Slash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7344,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,620,0,0,0,0,0,0,0,0,687,318,0,0,'Recombobulate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7353,0,0,0,0,256,3072,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,22,0,0,30,0,0,13,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,11,0,0,'Cozy Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7355,0,0,0,0,276824208,0,0,0,0,0,0,0,0,0,0,0,7,300000,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,87,0,0,'Stuck','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Guard Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7357,3,0,4,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,60,7,7,8,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,-1,0.2,-26,-11,4,0,0,0,6,6,6,0,0,0,0,0,0,138,33,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,149,0,0,'Poisonous Stab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7358,0,0,0,0,256,3072,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,22,0,0,30,0,0,13,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,11,0,0,'Cozy Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7359,0,97,0,0,268501008,0,0,0,0,0,0,0,0,0,0,0,7,0,300000,15,128,0,0,101,0,0,0,1,6,0,0,0,0,0,1,0,0,4471,0,4470,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31511,0,0,0,0,0,0,0,0,703,11,0,0,'Bright Campfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7361,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,0,7359,0,0,0,0,0,107,11,0,0,'Bright Campfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7363,2,99,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,128,0,0,101,0,10,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,11,0,0,'Fire\'s Glow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7364,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,33,0,0,15,128,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6182,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Light Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7365,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,60,1,1,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,68,0,0,'Bottle of Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7366,0,47,0,0,327696,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,30,30,26,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,246,84,0,50,'Berserker Stance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7367,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,4,0,0,0,0,6,6,0,0,0,0,0,0,0,3,14,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,717,1614,0,0,'Infected Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7369,0,0,0,0,327700,512,4096,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,4194304,0,2,2,1,1,1,0), + (7370,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7371,0,0,0,0,0,222,1578,0,0,'Charge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (7371,0,44,0,0,537198608,1024,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,20,101,1,6,1,1,35,2,35,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,64,0,1,0,0,1,0,0,0,0,0,2,0,0,49,0,0,0,0,6,1,6,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25999,0,0,0,519,1578,0,0,'Charge','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,2,1,1,1,0), + (7372,0,0,0,0,327696,134218240,0,1032,0,327680,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,8,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,-46,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,23,0,50,'Hamstring','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,2,0,2,2,1,1,1,0), + (7373,0,0,0,0,327696,134218240,0,1032,0,327680,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,8,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,44,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,23,0,50,'Hamstring','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,2,0,2,2,1,1,1,0), + (7374,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7372,0,0,0,0,0,107,23,0,50,'Hamstring','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7375,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7373,0,0,0,0,0,107,23,0,50,'Hamstring','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7376,0,0,0,0,327888,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-11,-11,29,0,0,0,1,1,1,0,0,0,0,0,0,87,79,10,0,0,0,0,0,0,0,0,0,0,0,0,127,127,127,0,0,0,0,0,0,0,276,0,50,'Defensive Stance Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7377,0,88,0,0,17105168,134218240,0,0,0,131072,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,38,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,280,0,50,'zzOLDSpell - Reuse 7377','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7378,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17311,0,0,0,0,0,107,548,0,50,'Mind Flay','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7379,0,65,0,0,327696,134218240,0,1024,512,131072,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,34,34,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'Revenge','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,1024,0,2,2,1,1,1,0), + (7380,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7379,0,0,0,0,0,107,562,0,50,'Revenge','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7381,0,0,0,0,327888,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,2,9,-21,0,0,0,1,1,1,0,0,0,0,0,0,52,87,10,0,0,0,0,0,0,0,0,0,0,0,0,0,127,127,0,0,0,0,0,0,0,84,0,50,'Berserker Stance Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7382,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,694,0,0,0,0,0,107,1477,0,50,'Mocking Blow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7383,4,37,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,40,101,2,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,722,143,0,0,'Water Bubble','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7384,0,65,0,0,2424848,1209008640,0,0,512,65536,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,12,12,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Overpower','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,4,0,2,2,1,1,1,0), + (7385,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7384,0,0,0,0,0,107,26,0,50,'Overpower','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7386,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,9,1,150,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-91,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,406,565,0,0,'Sunder Armor','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,16384,0,2,2,1,1,1,0), + (7389,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,5,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,726,49,0,0,'Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7390,0,82,0,0,327696,134217728,67108864,0,0,131072,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,30,20,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,6,0,0,374,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,24,0,0,'zzOLDTaunt','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,32768,0,1,1,1,1,1,0), + (7391,0,82,0,0,327696,134217728,67108864,0,0,131072,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,40,30,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,7,0,0,599,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,24,0,0,'zzOLDTaunt','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,32768,0,1,1,1,1,1,0), + (7392,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Find Brother','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (7393,3,0,0,0,536870912,524288,536870916,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,10,0,1,1,0,1,1,0,0,0,0,0,0,0,29999,29999,0,0,0,0,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3884,963,0,0,'Heal Brother','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (7394,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,1,0,0,4,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,728,277,0,50,'Spinning Slash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7395,2,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,0,0,101,0,0,17,17,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,3,0,0,42,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,37,0,0,'Deadmines Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7396,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,21,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,577,0,50,'Fishliver Oil','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7398,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,735,1,0,0,'Birth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7399,5,99,1,5,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,201,0,0,'Terrify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7400,0,40,0,0,327696,134218240,0,1032,0,65536,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,26,26,32,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,30,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1477,0,0,'Mocking Blow','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,134217728,0,2,2,1,1,1,0), + (7401,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,107,1477,0,50,'Mocking Blow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7402,0,40,0,0,327696,134218240,0,1032,0,65536,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,36,36,32,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,45,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1477,0,0,'Mocking Blow','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,134217728,0,2,2,1,1,1,0), + (7403,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7402,0,0,0,0,0,107,1477,0,50,'Mocking Blow','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (7404,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7386,0,0,0,0,0,107,565,0,50,'Sunder Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7405,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,9,1,150,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-181,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,406,565,0,0,'Sunder Armor','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,16384,0,2,2,1,1,1,0), + (7406,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7405,0,0,0,0,0,107,565,0,50,'Sunder Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7407,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33219,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,215,1,0,0,'Test Sharpen Blade','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7408,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,2318,0,0,0,0,0,12,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6214,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Copper Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7409,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7408,0,0,0,0,0,107,1,0,0,'Heavy Copper Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7411,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,333,0,0,0,0,0,0,0,0,578,0,0,'Enchanting','','','','','','','','Apprentice ','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7412,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,333,0,0,0,0,0,0,0,0,578,0,0,'Enchanting','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7413,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,333,0,0,0,0,0,0,0,0,578,0,0,'Enchanting','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7414,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,7411,0,0,0,0,0,107,578,0,0,'Apprentice Enchanting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7415,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,7412,0,0,0,0,0,107,578,0,0,'Journeyman Enchanting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7416,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,7413,0,0,0,0,0,107,578,0,0,'Expert Enchanting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7417,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1440,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,215,1,0,0,'zzOLDArmor +1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7418,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Minor Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7419,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7420,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Minor Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7421,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6217,10940,10938,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6218,0,0,0,0,0,0,0,0,0,0,0,3182,579,0,0,'Runed Copper Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7422,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7420,0,0,0,0,0,107,241,0,0,'Enchant Chest - Minor Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7423,0,0,0,0,128,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7426,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10938,0,0,0,0,0,0,2,1,0,0,0,0,0,0,4,31,1048608,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Minor Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7427,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7428,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,6218,0,10938,10940,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,31,512,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,924,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Minor Deflect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7429,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7428,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Minor Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7430,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6219,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Arclight Spanner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7431,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7430,0,0,0,0,0,107,1,0,0,'Arclight Spanner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7433,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Beast Slayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7434,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2449,765,0,0,0,0,0,0,1,1,0,0,0,0,0,0,2,173555,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,563,241,0,0,'Imbue Weapon - Beastslayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7436,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7434,0,0,0,0,0,107,241,0,0,'Imbue Weapon - Beastslayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7437,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,742,542,0,0,'Break Stuff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7438,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7439,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2449,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,65536,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,563,241,0,0,'Imbue Cloak - Minor Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7441,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7454,0,0,0,0,0,107,241,0,0,'Enchant Cloak - Minor Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7442,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7443,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10938,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Minor Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7444,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7443,0,0,0,0,0,222,1,0,0,'Formula: Enchant Chest - Minor Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7445,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7423,0,0,0,0,0,0,1,0,0,'Minor Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7446,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7447,0,0,0,0,0,0,1,0,0,'Lesser Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7447,0,0,0,0,128,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7448,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2447,765,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,31,1048608,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,563,241,0,0,'Imbue Chest - Lesser Absorb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7449,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7448,0,0,0,0,0,107,241,0,0,'Imbue Chest - Lesser Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7450,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7451,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,765,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,1048608,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,563,241,0,0,'Imbue Chest - Minor Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7452,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7454,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10938,0,0,0,0,0,0,1,2,0,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Minor Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7455,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7456,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7457,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Minor Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7459,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7457,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Minor Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7461,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7771,0,0,0,0,0,107,241,0,0,'Enchant Cloak - Minor Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7462,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7451,0,0,0,0,0,108,1,0,0,'Formula: Imbue Chest - Minor Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7464,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7465,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7466,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7468,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7469,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7470,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7471,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7472,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7473,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7474,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7475,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7476,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7477,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7478,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7479,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7481,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,22,22,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,14,0,0,0,0,22,22,0,30,30,0,13,13,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,754,50,0,0,'Howling Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7482,0,19,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (7483,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,22,22,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,24,0,0,0,0,22,22,0,30,30,0,13,13,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,754,50,0,0,'Howling Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7484,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,22,22,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,34,44,0,0,0,0,22,22,0,30,30,0,13,13,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,754,50,0,0,'Howling Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7485,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,755,548,0,0,'Butcher Drain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7486,5,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7485,0,0,0,0,0,0,548,0,0,'Butcher Drain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7487,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,15,0,0,0,101,0,0,20,20,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3861,0,0,0,0,0,0,0,0,756,55,0,0,'Call Bleak Worg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7488,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,15,0,0,0,101,0,0,20,20,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3862,0,0,0,0,0,0,0,0,756,55,0,0,'Call Slavering Worg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7489,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,15,0,0,0,101,0,0,20,20,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3863,0,0,0,0,0,0,0,0,756,55,0,0,'Call Lupine Horror','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7490,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7491,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7492,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7493,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7494,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7495,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7496,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7497,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7498,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7499,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7500,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7501,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7502,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7503,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7504,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7505,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7506,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7507,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7508,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7509,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7511,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7513,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7514,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7515,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7516,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7517,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7518,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7520,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7522,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7523,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7524,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7525,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7526,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7527,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7529,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7530,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7531,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7532,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7533,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7534,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7535,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7536,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7537,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7538,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7539,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7540,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7541,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7542,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7543,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7544,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7545,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7546,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7547,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7548,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7549,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7550,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7551,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7552,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7553,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7554,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7555,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7556,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7557,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7558,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7559,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7560,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7561,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7562,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7563,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7564,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7565,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7566,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7567,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7568,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7569,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7570,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7571,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7572,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7573,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7574,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7575,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7576,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7577,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDIncreased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7578,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7579,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7580,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7581,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7582,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7583,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7584,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7585,4,0,0,0,150994944,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7283,1,0,0,'GGOODMANTEST','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (7586,5,32,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3303,207,0,50,'Shadow Port','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7587,5,32,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3303,207,0,50,'Shadow Port','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7588,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,24,24,0,0,90,0,0,0,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,1,0,0,254,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,213,0,0,'Void Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7590,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Damage - Beast 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7591,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Damage - Beast 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7592,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Damage - Beast 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7593,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Damage - Beast 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7594,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Damage - Beast 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7595,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Damage - Beast 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7596,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Damage - Beast 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7597,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7598,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7599,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7600,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7601,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,11,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,'zzOLDShadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7614,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,21,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,'zzOLDShadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7615,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,31,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,'zzOLDShadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7616,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,41,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,'zzOLDShadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7617,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16783,0,0,0,0,0,0,1,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7618,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,61,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,'zzOLDShadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7619,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16784,0,0,0,0,0,0,1,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7620,0,0,0,0,268763152,553664516,134217728,134217728,0,0,0,0,0,0,0,0,1,0,0,15,128,15532,0,101,0,0,0,1,9,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,50,118,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35591,356,0,0,0,0,0,0,0,759,580,0,0,'Fishing','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7621,5,0,2,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,27,27,1,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,0,0,0,0,0,6,6,0,0,0,0,0,0,0,6,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3857,0,0,0,0,0,0,0,760,173,0,0,'Arugal\'s Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7623,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6238,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Brown Linen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7624,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,2324,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6241,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'White Linen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7626,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7623,0,0,0,0,0,107,41,0,0,'Brown Linen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7627,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7624,0,0,0,0,0,107,41,0,0,'White Linen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7629,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,2604,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6239,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Linen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7630,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,6260,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6240,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Blue Linen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7631,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7629,0,0,0,0,0,222,1,0,0,'Pattern: Red Linen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7632,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7630,0,0,0,0,0,222,1,0,0,'Pattern: Blue Linen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7633,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,6260,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6242,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Blue Linen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7635,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7633,0,0,0,0,0,222,1,0,0,'Pattern: Blue Linen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7636,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,2605,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6243,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Green Woolen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7637,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7636,0,0,0,0,0,222,1,0,0,'Pattern: Green Woolen Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7638,1,25,0,0,262144,524288,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,15,15,27,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,60,0,50,'Potion Toss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7639,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,6260,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6263,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Blue Overalls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7640,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7639,0,0,0,0,0,222,1,0,0,'Pattern: Blue Overalls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7641,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,41,36,36,0,0,210,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,1.9,0,0,203,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (7642,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7641,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7643,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2321,2604,0,0,0,0,0,5,3,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6264,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Greater Adept\'s Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7644,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7643,0,0,0,0,0,222,1,0,0,'Pattern: Greater Adept\'s Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7645,5,99,1,1,1310720,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,10,10,1,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,1,0,0,24,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,6,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Dominate Mind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7646,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,32,32,4,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,32768,0,1,1,1,1,1,0), + (7647,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7646,0,0,0,0,0,107,543,0,0,'Curse of Weakness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7648,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,39,34,34,85,0,160,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (7649,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,7648,0,0,0,0,0,107,313,0,50,'Corruption','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7650,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,107,93,0,0,'Curse of Recklessness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7651,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,43,38,38,28,0,185,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,8,0,1,1,1,1,1,0), + (7652,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7651,0,0,0,0,0,107,546,0,0,'Drain Life','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7653,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7651,0,0,0,0,0,222,1,0,0,'Drain Life','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7655,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,24,24,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7657,7656,0,0,0,0,772,71,0,0,'Hex of Ravenclaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7656,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-9,-14,-26,0,0,0,6,6,6,0,0,0,0,0,0,13,13,61,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,771,71,0,0,'Hex of Ravenclaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7657,5,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,19,24,0,0,0,1,1,1,0,0,0,0,0,0,13,13,61,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,771,71,0,0,'Hex of Ravenclaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7658,5,0,2,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,28,28,4,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,44,-291,0,0,0,0,6,6,6,0,0,0,0,0,0,99,22,92,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1265,93,0,0,'Curse of Recklessness','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (7659,5,0,2,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,42,42,4,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,64,-466,0,0,0,0,6,6,6,0,0,0,0,0,0,99,22,92,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1265,93,0,0,'Curse of Recklessness','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (7660,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7658,0,0,0,0,0,107,93,0,0,'Curse of Recklessness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7661,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7659,0,0,0,0,0,107,93,0,0,'Curse of Recklessness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7662,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1120,0,0,0,0,0,107,113,0,0,'Drain Soul','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7663,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,698,0,0,0,0,0,107,164,0,0,'Ritual of Summoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7664,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,0,0,0,107,96,0,0,'Banish','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7665,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1098,0,0,0,0,0,107,1500,0,0,'Enslave Demon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7666,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1490,0,0,0,0,0,107,55,0,0,'Curse of the Elements','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7667,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7668,0,0,0,0,0,19,264,0,0,'Foul Odor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7668,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,'Foul Odor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7669,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8320,0,0,0,0,770,167,0,0,'Bethor\'s Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7670,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,66,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,18,0,7,0,0,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,773,11,0,0,'Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7671,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Transformation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1,0,0,'Nether Gem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7675,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7676,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7677,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7678,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 9','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7679,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7680,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7681,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7683,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7684,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7685,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7686,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7687,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7688,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 9','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7689,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7690,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7691,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7692,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7693,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7694,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7695,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 9','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7696,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7697,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7698,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7699,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7700,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7701,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7702,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 9','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7703,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7704,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7705,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7706,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7707,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7708,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7709,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7710,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 9','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7711,0,0,0,0,448,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7712,0,0,0,0,0,0,1,0,0,'Add Fire Dam - Weap 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7712,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Fire Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (7713,5,36,2,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-2,0,0,0,0,0,22,0,0,15,0,0,13,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,745,98,0,0,'Wailing Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7714,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Fire Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (7715,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Fire Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (7716,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Fire Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (7717,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Fire Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (7718,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Fire Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (7719,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Fire Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (7720,0,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Ritual of Summoning Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7721,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7714,0,0,0,0,0,0,1,0,0,'Add Fire Dam - Weap 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7722,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7715,0,0,0,0,0,0,1,0,0,'Add Fire Dam - Weap 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7723,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7716,0,0,0,0,0,0,1,0,0,'Add Fire Dam - Weap 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7724,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7717,0,0,0,0,0,0,1,0,0,'Add Fire Dam - Weap 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7725,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7718,0,0,0,0,0,0,1,0,0,'Add Fire Dam - Weap 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7726,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7719,0,0,0,0,0,0,1,0,0,'Add Fire Dam - Weap 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7728,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,1,0,0,0,0,0,0,0,74,217,0,0,'Summon Voidwalker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7729,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,1,0,0,0,0,0,0,0,74,216,0,0,'Summon Succubus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7731,0,0,0,0,268763152,553664516,134217728,134217728,0,0,0,0,0,0,0,0,1,0,0,15,0,15532,0,101,0,0,0,1,9,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,50,118,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,1,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35591,356,0,0,0,0,0,0,0,759,580,0,0,'Fishing','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7732,0,0,0,0,268763152,553664516,134217728,134217728,0,0,0,0,0,0,0,0,1,0,0,15,0,15532,0,101,0,0,0,1,9,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,50,118,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,2,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35591,356,0,0,0,0,0,0,0,759,580,0,0,'Fishing','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7733,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,7620,0,0,0,0,0,107,580,0,0,'Apprentice Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7734,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,7731,0,0,0,0,0,107,580,0,0,'Journeyman Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7736,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,7732,0,0,0,0,0,107,580,0,0,'Expert Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7737,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,5,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7738,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,580,0,50,'Fishing Poles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7739,2,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,30,30,1,0,300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,3,31,1,0,1,1,0,0,0,0,1.65,0,0,146,49,0,0,0,0,22,1,18,15,0,0,8,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,778,37,0,50,'Inferno Shell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7741,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Summoned Demon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7742,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,779,182,0,0,'Frost Visual State','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7743,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,780,207,0,0,'Immunity: Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7744,0,0,0,0,16,163840,524288,0,0,134217728,0,0,0,0,0,0,1,120000,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,1,5,10,0,0,0,0,0,0,5859,61,0,0,'Will of the Forsaken','','','','','','','','Racial','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (7745,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10978,0,0,0,0,0,0,4,1,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Minor Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7746,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7745,0,0,0,0,0,107,241,0,0,'Enchant 2H Weapon - Minor Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7747,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7748,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10938,0,0,0,0,0,0,2,2,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,242,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Lesser Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7749,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7748,0,0,0,0,0,107,241,0,0,'Enchant Chest - Lesser Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7750,5,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,10,10,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,10,0.5,0,24,39,99,0,0,0,1,1,1,0,0,0,0,0,0,3,9,31,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,169,0,0,'Consuming Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7751,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6291,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6290,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Brilliant Smallfish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7752,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6303,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Slitherskin Mackerel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7753,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6289,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4592,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Longjaw Mud Snapper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7754,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6317,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6316,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Loch Frenzy Delight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7755,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6308,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4593,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Bristle Whisker Catfish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7756,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7751,0,0,0,0,0,222,1,0,0,'Recipe: Brilliant Smallfish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7757,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7752,0,0,0,0,0,108,1,0,0,'Recipe: Slitherskin Mackerel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7758,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7753,0,0,0,0,0,108,1,0,0,'Recipe: Longjaw Mud Snapper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7759,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7754,0,0,0,0,0,108,1,0,0,'Recipe: Loch Frenzy Delight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7760,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7755,0,0,0,0,0,108,1,0,0,'Recipe: Bristle Whisker Catfish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7761,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,0,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,26,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,783,150,0,0,'Shared Bonds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7762,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Summon Gunther\'s Visage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7763,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,0,0,0,107,215,0,0,'Teach Summon Imp','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7764,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,30,0,0,0,0,0,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,969,1499,0,0,'Wisdom of Agamaggan','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (7765,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1,0,0,'Projection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7766,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10938,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Minor Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7767,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7766,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Minor Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7768,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Wisdom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7769,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,785,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,512,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,0,0,0,0,0,0,563,241,0,0,'Imbue Bracers - Minor Wisdom OLD','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7770,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7769,0,0,0,0,0,107,241,0,0,'Imbue Bracer - Minor Wisdom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7771,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10939,0,0,0,0,0,0,3,1,0,0,0,0,0,0,4,31,65536,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,783,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Minor Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7772,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7771,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Minor Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7773,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7776,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10939,10938,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Lesser Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7777,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7776,0,0,0,0,0,222,1,0,0,'Formula: Enchant Chest - Lesser Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7778,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7779,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10939,0,0,0,0,0,0,2,1,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7780,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7782,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Minor Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7783,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7782,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Minor Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7784,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Beastslayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7786,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10939,0,0,0,0,0,0,4,2,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Minor Beastslayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7787,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7786,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Beastslayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7788,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10939,10978,0,0,0,0,0,2,1,1,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Minor Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7789,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7788,0,0,0,0,0,107,241,0,0,'Enchant Weapon - Minor Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7791,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786,331,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7792,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7793,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10939,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Lesser Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7794,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,787,331,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7795,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,9,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6338,10940,10939,1210,0,0,0,0,1,6,3,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6339,0,0,0,0,0,0,0,0,0,0,0,3182,598,0,0,'Runed Silver Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7796,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7779,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7797,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7795,0,0,0,0,0,107,241,0,0,'Runed Silver Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7798,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7793,0,0,0,0,0,222,1,0,0,'Formula: Enchant 2H Weapon - Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7799,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,13,8,8,0,0,20,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0.4,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,18,0,0,'Firebolt','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,5,4096,0,1,1,1,1,1,0), + (7800,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,23,18,18,0,0,35,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.6,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,18,0,0,'Firebolt','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,5,4096,0,1,1,1,1,1,0), + (7801,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,33,28,28,0,0,50,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.7,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,18,0,0,'Firebolt','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,5,4096,0,1,1,1,1,1,0), + (7802,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,43,38,38,0,0,70,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0.9,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,18,0,0,'Firebolt','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,5,4096,0,1,1,1,1,1,0), + (7803,3,0,0,12,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,27,27,28,0,75,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,22,22,0,15,15,0,8,8,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,320,0,0,'Thundershock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (7804,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,24,14,14,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,6,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,799,541,122,0,'Blood Pact','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,8388608,0,0,0,1,1,1,0), + (7805,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,36,26,26,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,15,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,799,541,122,0,'Blood Pact','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,8388608,0,0,0,1,1,1,0), + (7806,2,21,0,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,5000,15,0,0,20,100,0,0,15,15,25,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,34,0,0,'Flameblade','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7807,2,21,0,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,5000,15,0,0,20,100,0,0,25,25,25,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,34,0,0,'Flameblade','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7808,2,21,0,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,5000,15,0,0,20,100,0,0,35,35,25,0,225,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,34,0,0,'Flameblade','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7809,5,36,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,25,20,20,0,0,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,173,0,0,'Torment','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (7810,5,36,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,35,30,30,0,0,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,124,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,173,0,0,'Torment','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (7811,5,36,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,45,40,40,0,0,90,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,214,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,173,0,0,'Torment','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (7812,5,0,1,0,0,131072,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,22,16,16,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,1,0,1,0,0,1,0,0,0,0,0,2.3,0,0,304,0,0,0,0,0,27,1,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,154,693,0,0,'Sacrifice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,33554432,0,1,1,1,1,1,0), + (7813,5,82,0,0,262144,0,67108864,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,44,34,34,0,0,50,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2577,694,0,0,'Soothing Kiss','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,1073741824,0,1,1,1,1,1,0), + (7814,5,73,0,0,262160,512,0,0,0,0,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,20,20,0,0,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,8192,0,1,1,1,1,1,0), + (7815,5,40,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,28,28,0,0,80,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,8192,0,1,1,1,1,1,0), + (7816,5,40,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,36,36,0,0,105,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,8192,0,1,1,1,1,1,0), + (7817,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3470,0,0,0,0,0,0,6,6,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6350,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Rough Bronze Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7818,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2842,3470,0,0,0,0,0,0,1,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6338,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Silver Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7819,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7817,0,0,0,0,0,107,1,0,0,'Rough Bronze Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7820,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7818,0,0,0,0,0,107,1,0,0,'Silver Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7821,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,790,331,0,0,'Transform Victim','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7822,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,'zzOLDMana Regeneration I','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7823,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7824,0,0,0,0,128,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,335,0,0,'Blacksmithing Skill +10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7825,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7826,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7827,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6361,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5095,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Rainbow Fin Albacore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7828,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6362,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4594,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Rockscale Cod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7829,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7806,0,0,0,0,0,107,34,0,0,'Flameblade','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7830,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7827,0,0,0,0,0,108,1,0,0,'Recipe: Rainbow Fin Albacore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7831,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7828,0,0,0,0,0,108,1,0,0,'Recipe: Rockscale Cod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7832,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7799,0,0,0,0,0,107,18,0,0,'Firebolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7833,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,107,18,0,0,'Firebolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7834,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7801,0,0,0,0,0,107,18,0,0,'Firebolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7835,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7802,0,0,0,0,0,107,18,0,0,'Firebolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7836,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6358,3371,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6370,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Blackmouth Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7837,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6359,3371,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6371,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Fire Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7838,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7836,0,0,0,0,0,107,41,0,0,'Blackmouth Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7839,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7837,0,0,0,0,0,107,41,0,0,'Fire Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7840,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1308,0,0,'Swim Speed','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (7841,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2452,6370,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6372,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Swim Speed Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7842,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7841,0,0,0,0,0,107,41,0,0,'Swim Speed Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7843,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Fire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7844,2,99,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,1302,0,0,'Fire Power','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (7845,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6371,3356,3372,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6373,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Firepower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7846,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7845,0,0,0,0,0,107,41,0,0,'Elixir of Firepower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7847,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7848,0,0,0,0,128,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7849,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7848,0,0,0,0,0,0,1,0,0,'Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7850,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7851,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7852,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Resistance - Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7853,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2450,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,1048608,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,563,241,0,0,'Imbue Chest - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7854,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7853,0,0,0,0,0,107,241,0,0,'Imbue Chest - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7855,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2453,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,1048608,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,0,0,0,0,0,0,0,0,563,241,0,0,'Imbue Chest - Absorb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7856,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7855,0,0,0,0,0,107,241,0,0,'Imbue Chest - Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7857,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,10940,10998,0,0,0,0,0,0,4,1,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,254,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7858,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7857,0,0,0,0,0,107,241,0,0,'Enchant Chest - Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7859,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,10998,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7860,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7859,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7861,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,6371,10998,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Lesser Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7862,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7861,0,0,0,0,0,107,241,0,0,'Enchant Cloak - Lesser Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7863,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,10940,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,4,31,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Minor Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7864,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7863,0,0,0,0,0,108,1,0,0,'Formula: Enchant Boots - Minor Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7865,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3355,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,65536,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,0,0,0,0,0,563,241,0,0,'Imbue Cloak - Lesser Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7866,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7865,0,0,0,0,0,107,241,0,0,'Imbue Cloak - Lesser Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7867,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,10940,10998,0,0,0,0,0,0,6,2,0,0,0,0,0,0,4,31,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7868,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7867,0,0,0,0,0,222,1,0,0,'Formula: Enchant Boots - Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7870,5,37,6,0,269549568,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,80899,0,0,101,0,0,32,32,5,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,0,'Lesser Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,5,1073741824,0,1,1,1,1,1,0), + (7871,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6307,0,0,0,0,0,107,541,0,0,'Blood Pact','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7872,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7804,0,0,0,0,0,107,541,0,0,'Blood Pact','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7873,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7805,0,0,0,0,0,107,541,0,0,'Blood Pact','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7874,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7807,0,0,0,0,0,107,34,0,0,'Flameblade','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7875,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7808,0,0,0,0,0,107,34,0,0,'Flameblade','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7876,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7814,0,0,0,0,0,107,596,0,0,'Lash of Pain','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7877,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7815,0,0,0,0,0,107,596,0,0,'Lash of Pain','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7878,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7816,0,0,0,0,0,107,596,0,0,'Lash of Pain','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7879,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7813,0,0,0,0,0,107,694,0,0,'Soothing Kiss','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7880,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7870,0,0,0,0,0,107,331,0,0,'Lesser Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7881,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3716,0,0,0,0,0,107,173,0,0,'Torment','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7882,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7809,0,0,0,0,0,107,173,0,0,'Torment','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7883,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7810,0,0,0,0,0,107,173,0,0,'Torment','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7884,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7811,0,0,0,0,0,107,173,0,0,'Torment','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7885,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7812,0,0,0,0,0,107,693,0,0,'Sacrifice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7886,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3110,0,0,0,0,0,107,18,0,0,'Firebolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7887,0,65,0,0,2424848,1209008640,0,0,512,65536,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,28,28,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Overpower','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,4,0,2,2,1,1,1,0), + (7889,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7887,0,0,0,0,0,107,26,0,50,'Overpower','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7891,2,0,1,0,263172,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,27,27,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,2.5,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,793,11,0,0,'Gift of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7892,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,6260,4340,2321,0,0,0,0,4,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6384,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stylish Blue Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7893,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2605,4340,2321,0,0,0,0,4,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6385,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stylish Green Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7894,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7892,0,0,0,0,0,222,1,0,0,'Pattern: Stylish Blue Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7895,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7893,0,0,0,0,0,222,1,0,0,'Pattern: Stylish Green Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7896,2,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,30,30,0,0,0,0,0,0,54,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,794,184,0,0,'Exploding Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (7897,2,0,0,0,384,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,7,0,0,6,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,15,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,11,0,0,'Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7898,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3870,0,0,0,0,0,222,1,0,0,'Pattern: Dark Silk Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7901,3,0,3,0,16,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,60,8,8,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.3,0,0,-3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,630,203,0,0,'Decayed Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7902,2,0,0,0,256,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,7,0,0,6,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,22,0,0,15,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,11,0,0,'heat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7903,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5433,0,0,0,0,0,0,0,0,0,50,0,0,'Summon Tamed Bear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7904,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5436,0,0,0,0,0,0,0,0,0,49,0,0,'Summon Tamed Bird','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7905,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5437,0,0,0,0,0,0,0,0,0,317,0,0,'Summon Tamed Boar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7906,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5438,0,0,0,0,0,0,0,0,0,67,0,0,'Summon Tamed Cat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7907,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5439,0,0,0,0,0,0,0,0,0,271,0,0,'Summon Tamed Crab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7908,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5440,0,0,0,0,0,0,0,0,0,599,0,0,'Summon Tamed Crocilisk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7909,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5442,0,0,0,0,0,0,0,0,0,50,0,0,'Summon Tamed Gorilla','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7910,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5444,0,0,0,0,0,0,0,0,0,600,0,0,'Summon Tamed Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7911,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5445,0,0,0,0,0,0,0,0,0,163,0,0,'Summon Tamed Scorpid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7912,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5446,0,0,0,0,0,0,0,0,0,272,0,0,'Summon Tamed Spider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7913,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5447,0,0,0,0,0,0,0,0,0,553,0,0,'Summon Tamed Tallstrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7914,5,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15372,0,101,0,0,33,33,105,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,0,6,6,0,0,0,0,0,0,0,86,3,0,0,3000,0,0,0,0,0,0,0,6435,0,0,0,0,0,0,0,0,0,0,0,788,113,0,0,'Capture Spirit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (7915,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5448,0,0,0,0,0,0,0,0,0,601,0,0,'Summon Tamed Turtle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7916,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5443,0,0,0,0,0,0,0,0,0,129,0,0,'Summon Tamed Zhevra','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7918,0,76,0,0,4194322,0,0,32768,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,74,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot Gun','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (7919,0,76,0,0,4194322,0,0,32768,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,74,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262144,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot Crossbow','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (7920,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Mebok Smart Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7922,0,0,0,12,327696,512,1077936128,0,0,65536,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,36,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,50,'Charge Stun','','','','','','','','','','','','','','','',0,0,0,0,4,16777216,0,1,2,1,1,1,0), + (7923,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,807,49,0,0,'Flight Visual State','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7924,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,504,0,0,'First Aid','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7925,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,7924,0,0,0,0,0,107,504,0,0,'Expert First Aid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7926,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7927,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7928,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4306,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6450,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Silk Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7929,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4306,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6451,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Heavy Silk Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7930,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7928,0,0,0,0,0,107,140,0,0,'Silk Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7931,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7929,0,0,0,0,0,222,140,0,0,'Heavy Silk Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7932,3,99,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,0,0,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,187,265,0,0,'Anti-Venom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7933,3,99,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,0,0,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,187,265,0,0,'Strong Anti-Venom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7934,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1475,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6452,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Anti-Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7935,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1288,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6453,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Strong Anti-Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7936,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7934,0,0,0,0,0,107,140,0,0,'Anti-Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7937,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7935,0,0,0,0,0,222,1,0,0,'Formula: Strong Anti-Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7938,0,41,0,0,327700,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,101,0,0,6,6,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,8,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,243,0,50,'Fatal Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (7939,0,0,5,0,402915728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6147,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,30,0,'Sneak','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7940,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,779,182,0,0,'Immunity: Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7941,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,198,0,0,'Immunity: Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7942,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,33,0,0,'Immunity: Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7943,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5776,0,0,0,0,0,0,0,0,0,33,0,0,'Evolving Ectoplasm (Red)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7944,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3640,0,0,0,0,0,0,0,0,0,182,0,0,'Evolving Ectoplasm (Blue)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7945,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5777,0,0,0,0,0,0,0,0,0,198,0,0,'Evolving Ectoplasm (Green)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7946,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5778,0,0,0,0,0,0,0,0,0,207,0,0,'Evolving Ectoplasm (Black)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7947,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Localized Toxin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7948,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,100,0,0,19,19,18,0,65,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,25,0,0,1,0,0,0,0,0,2.5,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Wild Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7949,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,0,9,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5779,0,0,0,7950,0,0,0,0,810,124,0,0,'Summon Viper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7950,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,'Pause','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7951,3,0,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,70,20,20,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,68,0,0,'Toxic Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7952,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5780,0,0,0,0,0,0,0,0,811,9,0,0,'Clone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (7953,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6470,4231,2321,0,0,0,0,0,8,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6466,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Deviate Scale Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7954,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6471,6470,2321,0,0,0,0,0,2,6,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6467,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Deviate Scale Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7955,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6471,6470,2321,0,0,0,0,0,10,10,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6468,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Deviate Scale Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7956,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7953,0,0,0,0,0,222,1,0,0,'Pattern: Deviate Scale Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7957,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7954,0,0,0,0,0,222,1,0,0,'Pattern: Deviate Scale Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7958,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7955,0,0,0,0,0,222,1,0,0,'Pattern: Deviate Scale Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7960,3,31,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,12,4,4,0,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349,0,0,0,0,0,0,0,0,0,0,0,563,287,0,0,'Scry on Azrethoc','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (7961,0,32,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,9,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,332,129,0,0,'Azrethoc\'s Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7962,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,812,542,0,0,'Break Big Stuff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7964,0,0,1,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,12,0,0,22,18,0,15,0,0,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,157,0,0,'Smoke Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,-44,0,0,0,1,1,1,0,0,0,0,0,0,56,13,138,0,0,0,0,0,0,0,0,0,0,0,0,5791,1,0,0,0,0,0,0,0,813,72,0,0,'Cobrahn Serpent Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7966,3,99,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,21,21,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7967,5,0,1,10,1114112,262144,0,0,0,0,0,0,0,0,0,0,5,0,0,15,2,0,1,101,0,0,24,24,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,1,1,1,0,0,0,0,0,0,0,99,99999,0,0,0,6,6,6,0,0,0,0,0,0,12,6,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Naralex\'s Nightmare','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (7968,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,38,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3640,8,0,0,0,0,0,0,0,634,207,0,0,'Summon Evolving Ectoplasm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7969,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5763,0,0,0,0,0,0,0,0,825,207,0,0,'Summon Nightmare Ectoplasm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7970,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5761,0,0,0,0,0,0,0,0,634,207,0,0,'Summon Deviate Shambler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7971,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5056,0,0,0,0,0,0,0,0,634,207,0,0,'Summon Deviate Dreadfang','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7972,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5756,0,0,0,0,0,0,0,0,634,207,0,0,'Summon Deviate Venomwing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7973,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5755,0,0,0,0,0,0,0,0,634,207,0,0,'Summon Deviate Viper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7974,0,38,0,0,268435728,16,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,807,220,0,0,'Azrethoc\'s Flight','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7975,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5801,0,0,0,0,0,0,0,0,340,266,0,0,'Summon Party Bot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786,1,0,0,'Summon Party Bot - summon effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Party Bot Message - DANCE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7978,2,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,2.5,0,0,25,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Throw Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7979,0,0,0,0,33554432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,3,3,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2676,0,0,0,0,0,0,0,0,74,90,0,0,'Compact Harvest Reaper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7992,3,51,4,11,65536,2048,0,0,0,0,0,0,0,0,0,0,4,0,10000,15,0,0,0,101,0,0,20,20,63,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,-1,0,-26,-31,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,845,110,0,0,'Slowing Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7993,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,5806,0,0,0,0,0,0,0,0,0,111,0,0,'Summon Treant Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7994,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,885,154,0,0,'Nullify Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7997,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-7,-7,-4,0,0,0,6,6,6,0,0,0,0,0,0,29,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,823,221,0,0,'Sap Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (7998,3,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,18,0,15,0,0,13,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,157,0,0,'Soot Covering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (7999,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,6,6,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7998,0,0,0,0,0,0,157,0,0,'Soot Covering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8000,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,27,27,1,0,160,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,3,1,0,1,1,0,0,0,0,1,0,0,18,34,0,0,0,0,16,16,0,0,0,0,8,8,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Area Burn','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8001,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Placing Pendant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8004,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,25,20,20,0,0,105,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,25,0,0,1,0,0,0,0,0,1.7,0,0,161,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,128,0,1,1,1,1,1,0), + (8005,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,45,40,40,0,0,340,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,115,0,0,1,0,0,0,0,0,3.9,0,0,739,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (8006,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8005,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8007,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8004,0,0,0,0,0,107,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8008,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,33,28,28,0,0,145,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,35,0,0,1,0,0,0,0,0,2.1,0,0,246,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,128,0,1,1,1,1,1,0), + (8009,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8008,0,0,0,0,0,107,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8010,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,41,36,36,0,0,185,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,45,0,0,1,0,0,0,0,0,2.5,0,0,336,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,128,0,1,1,1,1,1,0), + (8011,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8010,0,0,0,0,0,107,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8012,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,214,47,0,0,'Purge','','','','','','','','Rank 2','','','','','','','',10,133,1500,0,11,0,0,1,1,1,1,1,0), + (8013,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8012,0,0,0,0,0,107,47,0,0,'Purge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8014,3,0,3,0,16,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,1,1,40,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.15,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,840,203,0,0,'Tetanus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8016,3,0,3,0,16,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,60,1,1,40,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.25,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,630,203,0,0,'Spirit Decay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8017,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,6,1,1,0,0,15,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,58,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8018,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,14,8,8,0,0,25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,58,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8019,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,22,16,16,0,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,58,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8020,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8017,0,0,0,0,0,107,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8021,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8018,0,0,0,0,0,107,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8022,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8019,0,0,0,0,0,107,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8024,2,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,16,10,10,0,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,290,679,0,0,'Flametongue Weapon','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8025,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8024,0,0,0,0,0,107,679,0,0,'Flametongue Weapon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8026,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,16,10,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,19,0,0,325,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,'Flametongue Weapon Proc','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,2097152,0,0,0,1,1,1,0), + (8027,2,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,24,18,18,0,0,55,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,290,679,0,0,'Flametongue Weapon','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8028,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,24,18,18,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,29,0,0,478,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,'Flametongue Weapon Proc','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,2097152,0,0,0,1,1,1,0), + (8029,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,34,26,26,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,42,0,0,715,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,'Flametongue Weapon Proc','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,2097152,0,0,0,1,1,1,0), + (8030,2,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,34,26,26,0,0,80,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,290,679,0,0,'Flametongue Weapon','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8031,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8027,0,0,0,0,0,107,679,0,0,'Flametongue Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8032,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8030,0,0,0,0,0,107,679,0,0,'Flametongue Weapon','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8033,4,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,26,20,20,0,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,291,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8034,4,0,0,0,0,136,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,26,20,20,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,2.1,0,-26,34,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,681,0,0,'Frostbrand Attack','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,16777216,0,1,0,1,1,1,0), + (8035,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8033,0,0,0,0,0,107,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8037,4,0,0,0,0,136,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,36,28,28,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,3,0,-26,52,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,681,0,0,'Frostbrand Attack','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,16777216,0,1,0,1,1,1,0), + (8038,4,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,36,28,28,0,0,85,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,291,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8039,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8038,0,0,0,0,0,107,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8040,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,19,0,0,15,2,0,0,101,0,0,6,6,8,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Druid\'s Slumber','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8041,3,39,0,0,67436560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,200,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,0,24,0,0,0,1,1,1,0,0,0,0,0,0,56,27,13,0,0,0,0,0,0,0,0,0,0,0,0,5872,0,1,0,0,0,0,0,0,653,107,131,0,'Serpent Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (8042,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,9,4,4,39,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,3,0,0,1,0,0,0,0,0,0.5,0,0,16,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,687,0,0,'Earth Shock','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,1048576,0,1,1,1,1,1,0), + (8043,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8042,0,0,0,0,0,107,687,0,0,'Earth Shock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8044,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,13,8,8,39,0,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,3,0,0,1,0,0,0,0,0,0.7,0,0,31,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,687,0,0,'Earth Shock','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,1048576,0,1,1,1,1,1,0), + (8045,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,19,14,14,39,0,85,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,5,0,0,1,0,0,0,0,0,1,0,0,59,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,687,0,0,'Earth Shock','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,1048576,0,1,1,1,1,1,0), + (8046,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,29,24,24,39,0,145,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,9,0,0,1,0,0,0,0,0,1.4,0,0,118,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,687,0,0,'Earth Shock','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,1048576,0,1,1,1,1,1,0), + (8047,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8044,0,0,0,0,0,107,687,0,0,'Earth Shock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8048,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8045,0,0,0,0,0,107,687,0,0,'Earth Shock','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8049,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8046,0,0,0,0,0,107,687,0,0,'Earth Shock','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8050,2,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,15,10,10,29,0,55,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0.8,0,0,20,6,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3445,678,0,0,'Flame Shock','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,268435456,0,1,1,1,1,1,0), + (8051,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8050,0,0,0,0,0,107,678,0,0,'Flame Shock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8052,2,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,23,18,18,29,0,95,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,1.2,0,0,44,11,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3445,678,0,0,'Flame Shock','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,268435456,0,1,1,1,1,1,0), + (8053,2,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,33,28,28,29,0,160,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,1.7,0,0,85,23,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3445,678,0,0,'Flame Shock','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,268435456,0,1,1,1,1,1,0), + (8054,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8052,0,0,0,0,0,107,678,0,0,'Flame Shock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8055,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8053,0,0,0,0,0,107,678,0,0,'Flame Shock','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8056,4,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,31,0,115,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,7,0,1,1,0,0,0,0,0,1.2,0,-51,88,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,2147483648,0,1,1,1,1,1,0), + (8057,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8056,0,0,0,0,0,107,976,0,0,'Frost Shock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8058,4,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,39,34,34,31,0,225,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,15,0,1,1,0,0,0,0,0,1.9,0,-51,205,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,2147483648,0,1,1,1,1,1,0), + (8059,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8058,0,0,0,0,0,107,976,0,0,'Frost Shock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8060,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,35,30,99,0,0,195,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,38,0,23,1,0,1,1,0,0,0,0,1.7,0,0,166,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,97,117,0,0,'zzOLDLightning Shock','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8061,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8060,0,0,0,0,0,107,117,0,0,'Lightning Shock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8063,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,616,0,0,'Deviate Fish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8064,5,0,1,0,68222976,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,1,1,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,12,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,829,44,0,0,'Sleepy','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (8065,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,27,22,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,135,0,0,1,0,0,0,0,0,2.5,0,0,382,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,241,0,50,'Invigorate','','','','','','','','Rank 2','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (8066,0,0,2,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-9,-9,-31,0,0,0,1,1,1,0,0,0,0,0,0,29,29,61,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,831,207,0,0,'Shrink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8067,0,0,1,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,'Party Time!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8068,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,21,21,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,832,125,0,0,'Healthy Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8070,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,20,20,29,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,834,64,0,0,'Rejuvenation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8071,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,4,0,30,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5873,0,0,0,0,0,0,0,0,319,690,0,0,'Stoneskin Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8072,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,9,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,690,0,0,'Stoneskin','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (8073,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8071,0,0,0,0,0,107,690,0,0,'Stoneskin Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8075,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,4,0,25,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5874,0,0,0,0,0,0,0,0,319,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8076,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,691,0,0,'Strength of Earth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,65536,0,1,1,1,1,1,0), + (8077,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8075,0,0,0,0,0,107,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8078,3,22,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,3,1,1,1,1,1,0,0,0,1,-0.5,0,23,-41,-34,0,11,0,22,22,22,15,15,15,13,13,13,0,33,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunderclap','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8079,2,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,5,0,0,0,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,16,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'zzOLDRough Copper Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8080,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,7,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,51,63,0,0,'zzOLDStamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8082,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8083,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8084,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +75','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8085,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +100','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8086,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1535,0,0,0,0,0,107,33,0,0,'Fire Nova Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8087,0,0,0,0,65664,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,0,0,0,0,0,0,563,287,0,0,'Shiny Bauble','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8088,0,0,0,0,65664,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,563,580,0,0,'Nightcrawlers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8089,0,0,0,0,65664,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,0,0,0,563,287,0,0,'Aquadynamic Fish Attractor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8090,0,0,0,0,65664,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,563,287,0,0,'Bright Baubles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8091,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,10,10,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,276,0,0,'Armor','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8092,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,15,10,10,0,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.6,0,0,38,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (8093,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8092,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8094,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,25,25,25,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,276,0,0,'Armor','','','','','','','','Rank 2','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8095,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,40,40,40,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,276,0,0,'Armor','','','','','','','','Rank 3','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8096,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,15,15,15,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Intellect','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8097,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,30,30,30,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Intellect','','','','','','','','Rank 2','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8098,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,45,45,45,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Intellect','','','','','','','','Rank 3','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8099,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,15,15,15,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,216,312,0,0,'Stamina','','','','','','','','Level 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8100,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,30,30,30,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,216,312,0,0,'Stamina','','','','','','','','Level 2','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8101,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,45,45,45,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,216,312,0,0,'Stamina','','','','','','','','Level 3','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8102,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,21,16,16,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0.9,0,0,71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (8103,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,27,22,22,0,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,1.1,0,0,111,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (8104,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,33,28,28,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,1.4,0,0,166,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (8105,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,39,34,34,0,0,185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,1.6,0,0,216,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (8106,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,45,40,40,0,0,225,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,1.9,0,0,278,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (8107,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8102,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8108,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8103,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8109,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8104,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8110,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8105,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8111,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8106,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8112,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,10,10,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,208,0,0,'Spirit','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8113,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,25,25,25,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,208,0,0,'Spirit','','','','','','','','Rank 2','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8114,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,40,40,40,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,208,0,0,'Spirit','','','','','','','','Rank 3','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8115,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,20,20,20,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,240,0,0,'Agility','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8116,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,35,35,35,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,240,0,0,'Agility','','','','','','','','Rank 2','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8117,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,50,50,50,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,240,0,0,'Agility','','','','','','','','Rank 3','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8118,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,20,20,20,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,63,0,0,'Strength','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8119,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,35,35,35,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,63,0,0,'Strength','','','','','','','','Rank 2','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8120,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,50,50,50,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,63,0,0,'Strength','','','','','','','','Rank 3','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8121,0,0,0,0,65792,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,7386,355,0,0,0,3639,1,0,0,'Path of Defense','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8122,5,43,0,5,327680,136,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,664232,100,0,0,14,14,31,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,22,22,0,15,15,0,14,14,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Psychic Scream','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,65536,2,1,1,1,1,1,0), + (8123,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8122,0,0,0,0,0,107,1488,0,0,'Psychic Scream','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8124,5,43,0,5,327680,136,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,664232,100,0,0,28,28,31,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,22,22,0,15,15,0,14,14,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Psychic Scream','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,65536,3,1,1,1,1,1,0), + (8125,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8124,0,0,0,0,0,107,1488,0,0,'Psychic Scream','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8126,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,0,0,0,107,1487,0,0,'Mind Soothe','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8127,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,99,0,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,91,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,48,0,0,'zzOLDBrainwash','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8128,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,40,0,0,'zzOLDItch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (8129,5,0,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,29,24,24,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,13,0,0,1,0,0,0,0,0,1.5,0,0,190,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,212,0,0,'Mana Burn','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,16,0,1,1,1,1,1,0), + (8130,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8129,0,0,0,0,0,107,212,0,0,'Mana Burn','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8131,5,0,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,37,32,32,0,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,21,0,0,1,0,0,0,0,0,1.3,0,0,308,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,212,0,0,'Mana Burn','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,16,0,1,1,1,1,1,0), + (8132,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8131,0,0,0,0,0,107,212,0,0,'Mana Burn','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8133,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,222,1,0,0,'Taunt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8134,3,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,3,0,40,40,6,0,240,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,113,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26545,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,1024,0,1,1,1,1,1,0), + (8135,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8134,0,0,0,0,0,107,19,0,0,'Lightning Shield','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8136,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,836,100,0,0,'Naralex\'s Awakening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8137,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,20,20,30,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,837,264,0,0,'Silithid Pox','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8138,3,18,3,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,0,0,0,101,0,0,12,12,145,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.15,0,0,-7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,631,203,0,0,'Mirkfallon Fungus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8139,3,18,3,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,0,0,0,101,0,0,20,20,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,-0.15,-0.15,0,-7,-7,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,631,264,0,0,'Fevered Fatigue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8140,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,24,24,8,0,75,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,279,48,0,0,'Befuddlement','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8141,1,25,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,23,17,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,105,0,0,1,0,0,0,0,0,2.4,0,0,297,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,104,0,50,'Druid\'s Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8142,0,0,1,7,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,64,101,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,22,22,22,15,15,15,13,13,13,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,838,66,0,0,'Grasping Vines','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8143,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,4,0,60,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5913,0,0,0,0,0,0,0,0,319,1676,0,0,'Tremor Totem','','','','','','','','','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8144,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8143,0,0,0,0,0,107,1676,0,0,'Tremor Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8145,3,0,0,0,67904,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8146,0,0,0,0,0,0,1676,0,0,'Tremor Totem Passive','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (8146,3,0,0,0,2304,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,108,108,108,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,22,22,22,33,33,33,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5,10,0,0,0,0,0,0,0,1676,0,0,'Tremor Totem Effect','','','','','','','','','','','','','','','',0,0,0,0,11,67108864,0,0,0,1,1,1,0), + (8147,3,22,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,9,1,1,1,1,1,0,0,0,2,-1,0,70,-41,-44,0,11,0,22,22,22,15,15,15,13,13,13,0,33,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunderclap','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8148,3,99,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,21,21,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,1,0,0,19,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8149,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,'Super Invis','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8150,3,22,1,12,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,26,20,20,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,13,1,0,1,1,0,0,0,0,2,0,0,93,0,0,0,0,0,22,22,0,15,15,0,13,9,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,199,0,0,'Thundercrack','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8151,0,32,0,0,393232,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,13,13,66,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,5,0,0,1,0,0,0,0,0,3,0,0,27,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,839,244,0,0,'Surprise Attack','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8152,0,38,5,0,437583888,16,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,3,0,0,101,0,20,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,5,0,0,4,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Prowl','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8153,0,39,0,0,33882384,0,0,0,0,0,0,0,0,0,0,0,6,0,0,31,128,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,149,0,0,0,0,1,1,0,0,0,0,0,0,0,56,31,0,0,0,0,0,0,0,0,0,0,0,0,0,5918,0,0,0,0,0,0,0,0,653,112,131,0,'Owl Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8154,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,4,0,60,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,0,0,0,0,0,0,0,0,319,690,0,0,'Stoneskin Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8155,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,4,0,90,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5920,0,0,0,0,0,0,0,0,319,690,0,0,'Stoneskin Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8156,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-8,0,0,0,0,0,1,0,0,0,0,0,9,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,690,0,0,'Stoneskin','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (8157,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-12,0,0,0,0,0,1,0,0,0,0,0,9,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,690,0,0,'Stoneskin','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (8158,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8154,0,0,0,0,0,107,690,0,0,'Stoneskin Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8159,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8155,0,0,0,0,0,107,690,0,0,'Stoneskin Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8160,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,4,0,65,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5921,0,0,0,0,0,0,0,0,319,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8161,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,4,0,125,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5922,0,0,0,0,0,0,0,0,319,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8162,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,691,0,0,'Strength of Earth','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,65536,0,1,1,1,1,1,0), + (8163,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,691,0,0,'Strength of Earth','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,65536,0,1,1,1,1,1,0), + (8164,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8160,0,0,0,0,0,107,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8165,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8161,0,0,0,0,0,107,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8166,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,4,0,0,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,0,0,0,0,0,0,0,0,319,1679,0,0,'Poison Cleansing Totem','','','','','','','','','','','','','','','',10,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8167,3,0,0,0,67904,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8168,0,0,0,0,0,0,1679,0,0,'Poison Cleansing Totem Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8168,3,0,0,0,65920,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,33,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1679,0,0,'Poison Cleansing Totem Effect','','','','','','','','','','','','','','','',0,0,0,0,11,67108864,0,0,0,1,1,1,0), + (8169,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8166,0,0,0,0,0,107,1679,0,0,'Poison Cleansing Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8170,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,4,0,0,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5924,0,0,0,0,0,0,0,0,319,1673,0,0,'Disease Cleansing Totem','','','','','','','','','','','','','','','',10,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8171,3,0,0,0,65920,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,33,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1673,0,0,'Disease Cleansing Totem Effect','','','','','','','','','','','','','','','',0,0,0,0,11,67108864,0,0,0,1,1,1,0), + (8172,3,0,0,0,67904,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8171,0,0,0,0,0,0,1673,0,0,'Disease Cleansing Totem Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8173,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8170,0,0,0,0,0,107,1673,0,0,'Disease Cleansing Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10656,0,0,0,0,0,0,0,0,74,214,0,0,'Summon Felhunter','','','','','','','','Summon','','','','','','','',100,0,0,0,0,0,0,0,0,1,1,1,0), + (8177,3,230,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,30,30,22,0,0,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5925,0,0,0,0,0,0,0,0,319,1677,0,0,'Grounding Totem','','','','','','','','','','','','','','','',6,133,1500,0,11,537133056,0,1,1,1,1,1,0), + (8178,3,0,0,0,65792,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,1,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,9,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1677,0,0,'Grounding Totem Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,67108864,0,0,0,1,1,1,0), + (8179,3,0,0,0,65856,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8178,0,0,0,0,0,0,1677,0,0,'Grounding Totem Passive','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (8180,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8177,0,0,0,0,0,107,1677,0,0,'Grounding Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8181,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,4,0,75,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5926,0,0,0,0,0,0,0,0,319,1713,0,0,'Frost Resistance Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8182,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,366,1713,0,0,'Frost Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (8183,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8181,0,0,0,0,0,107,1713,0,0,'Frost Resistance Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8184,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,4,0,75,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5927,0,0,0,0,0,0,0,0,319,1712,0,0,'Fire Resistance Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8185,4,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,28,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,366,1712,0,0,'Fire Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (8186,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8184,0,0,0,0,0,107,1712,0,0,'Fire Resistance Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8187,2,0,0,0,0,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2107,37,0,0,'Magma Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,1073741828,0,1,1,1,1,1,0), + (8188,2,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8187,0,0,0,0,0,0,37,0,0,'Magma Totem Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8189,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8190,0,0,0,0,0,107,37,0,0,'Magma Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8190,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,18,0,230,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5929,0,0,0,0,0,0,0,0,369,37,0,0,'Magma Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,4096,0,1,1,1,1,1,0), + (8191,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,149,0,0,0,0,1,1,0,0,0,0,0,0,0,13,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,211,51,0,0,'Zeal','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (8192,5,0,0,0,65536,2228224,524288,0,0,134217728,0,0,64,0,0,0,1,0,0,8,0,0,0,101,0,0,36,36,8,0,70,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6440,1487,0,0,'Mind Soothe','','','','','','','','Rank 2','','','','','','','',0,133,1500,55,6,2214592512,0,1,1,1,1,1,0), + (8193,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,107,1487,0,0,'Mind Soothe','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8194,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,32,99,0,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,91,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-601,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,48,0,0,'zzOLDBrainwash','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1499,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (8198,0,49,0,0,327696,136,0,0,0,65536,0,0,0,0,0,0,1,0,4000,0,0,0,0,0,0,0,18,18,305,1,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,22,-11,0,0,0,0,22,22,0,15,15,0,14,14,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunder Clap','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,128,4,1,1,1,1,1,0), + (8199,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8071,0,0,0,0,0,222,1,0,0,'zzOLDStoneskin Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8200,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599,0,0,0,0,0,222,1,0,0,'zzOLDSearing Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8201,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5394,0,0,0,0,0,222,1,0,0,'zzOLDHealing Stream Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8202,0,0,1,0,134217728,0,0,0,0,0,0,0,0,63,0,0,1,0,0,0,0,0,0,101,0,0,0,0,40,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,86,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,40,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4,0,0,0,0,0,0,841,244,0,0,'Sapta Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8203,0,0,0,0,402653456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,331,0,0,'Elemental Spirit Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8204,0,49,0,0,327696,136,0,0,0,65536,0,0,0,0,0,0,1,0,4000,0,0,0,0,0,0,0,28,28,85,1,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,36,-11,0,0,0,0,22,22,0,15,15,0,14,14,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunder Clap','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,128,4,1,1,1,1,1,0), + (8205,0,49,0,0,327696,136,0,0,0,65536,0,0,0,0,0,0,1,0,4000,0,0,0,0,0,0,0,38,38,467,1,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,54,-11,0,0,0,0,22,22,0,15,15,0,14,14,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunder Clap','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,128,4,1,1,1,1,1,0), + (8206,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8204,0,0,0,0,0,107,199,0,0,'Thunder Clap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8207,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8205,0,0,0,0,0,107,199,0,0,'Thunder Clap','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8208,0,0,0,12,262288,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,25,25,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,314,0,0,'Backhand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8209,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,30,30,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2675,0,0,0,0,0,0,0,0,844,162,0,0,'Explosive Sheep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8210,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,0,0,0,5766,0,0,0,0,0,0,0,0,0,262,0,0,'Savannah Cubs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8211,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,31,26,26,0,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,17,0,0,1,0,0,0,0,0,1.5,0,0,224,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Chain Burn','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8212,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,0,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,29,0,0,0,0,1,1,0,0,0,0,0,0,0,29,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,860,63,0,0,'Enlarge','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (8213,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,616,0,0,'Cooked Deviate Fish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8214,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,27,22,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,30,30,63,1,1,1,1,1,0,0,0,0,0,0,468,99,499,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,833,241,0,50,'zzOLDPower Surge','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (8215,0,55,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,83,0,50,'Rapid Cast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8216,0,38,5,0,437583888,16,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,5,0.5,0,4,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'zzOLDStealth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8217,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5945,0,0,0,0,0,0,0,0,0,49,0,0,'Owl Companion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8218,0,38,5,0,437583888,16,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,20,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,2.5,0.5,0,4,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Sneak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8219,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5946,0,0,0,0,0,0,0,0,850,497,0,0,'Flip Out','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5947,0,0,0,0,0,0,0,0,850,497,0,0,'Flip Out','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8221,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5949,0,0,0,0,0,0,0,0,5079,497,0,0,'Yaaarrrr','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8222,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5948,0,0,0,0,0,0,0,0,853,497,0,0,'Yaaarrrr','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8223,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,63,0,1,1,0,1,1,0,0,0,0,0,0,0,149,599,0,0,0,1,1,22,0,0,15,0,0,9,56,87,0,0,0,0,0,0,0,0,0,0,0,0,0,364,127,0,0,0,0,0,0,0,851,68,0,0,'Oops!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (8224,0,0,1,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8225,8225,0,0,0,0,0,244,0,0,'Cowardice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8225,5,0,1,5,0,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,98,0,0,'Run Away!','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (8226,0,0,0,0,34930688,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,15,15420,0,0,101,0,0,20,20,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,61,0,0,'Fake Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8227,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,4,0,90,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5950,0,0,0,0,0,0,0,0,221,72,0,0,'Flametongue Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8229,2,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,36,28,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8230,0,0,0,0,0,0,72,0,0,'Flametongue Totem Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8230,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,36,28,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,72,0,0,'Flametongue Totem Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (8231,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8227,0,0,0,0,0,107,72,0,0,'Flametongue Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8232,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,38,30,30,0,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,0,0,0,0,0,0,334,220,0,0,'Windfury Weapon','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (8233,3,0,0,0,1,268435456,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,38,30,30,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,19,0,1,1,0,1,1,0,0,0,0,7.2,0,0,45,1,0,0,0,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,220,0,0,'Windfury Weapon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,8388608,0,0,0,1,1,1,0), + (8234,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8232,0,0,0,0,0,107,220,0,0,'Windfury Weapon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8235,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,48,40,40,0,0,115,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,0,0,0,0,0,0,334,220,0,0,'Windfury Weapon','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (8236,3,0,0,0,1,268435456,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,48,40,40,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,19,0,1,1,0,1,1,0,0,0,0,12.8,0,0,118,1,0,0,0,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,220,0,0,'Windfury Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,8388608,0,0,0,1,1,1,0), + (8237,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8235,0,0,0,0,0,107,220,0,0,'Windfury Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8238,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6522,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6657,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Savory Deviate Delight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8239,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8238,0,0,0,0,0,108,1,0,0,'Recipe: Savory Deviate Delight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8240,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6522,2449,3371,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6662,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Giant Growth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8241,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8240,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Giant Growth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8242,0,88,0,12,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,10,10,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,2,0,0,1,0,0,1,0,0,0,0,0,1,0,0,19,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,280,0,50,'Shield Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8243,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4611,4377,4306,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4852,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Flash Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8244,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8243,0,0,0,0,0,222,1,0,0,'Schematic: Flash Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8245,3,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,1,1,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-16,0,0,-17,0,0,0,0,0,22,0,0,15,0,0,8,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,856,636,0,0,'Corrosive Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8246,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,31,26,26,0,0,150,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,1,0,0,155,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,857,62,0,0,'Lightning Bolt','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8247,5,0,0,0,2128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,22,22,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3436,0,0,0,0,0,0,160,0,0,'Wandering Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8248,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,46,38,38,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,696,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,'Flametongue Totem Proc','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,17179869184,0,0,0,1,1,1,0), + (8249,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,4,0,140,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6012,0,0,0,0,0,0,0,0,221,72,0,0,'Flametongue Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8250,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,46,38,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,0,0,0,0,0,0,72,0,0,'Flametongue Totem Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (8251,2,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,46,38,38,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8250,0,0,0,0,0,0,72,0,0,'Flametongue Totem Passive','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8252,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8249,0,0,0,0,0,107,72,0,0,'Flametongue Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8253,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,36,28,28,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,488,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,'Flametongue Totem Proc','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,17179869184,0,0,0,1,1,1,0), + (8255,0,85,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,54,-34,0,0,0,0,6,6,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Strong Cleave','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8256,3,18,4,0,262160,0,0,0,0,0,0,0,0,0,0,0,14,0,120000,15,0,0,0,101,0,0,20,20,25,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Lethal Toxin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8257,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0.5,10,0,1,9,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2617,163,0,0,'Venom Sting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8258,1,0,0,0,134545408,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,20,0,0,19,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8259,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,29,29,0,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,3,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,18,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,370,0,0,'Whirling Barrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8260,0,44,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,1,60,1,1,35,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,2,10,0,59,9,0,0,0,0,1,1,0,0,0,0,0,0,0,31,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2416,129,0,50,'Rushing Charge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8262,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,28,28,9,0,85,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6016,0,0,0,0,0,0,0,0,319,65,0,0,'Elemental Protection Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8263,0,0,0,0,524352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,1,0,0,0,0,0,13,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,366,65,0,0,'Elemental Protection Totem Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8264,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,26,26,18,0,175,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6017,0,0,0,0,0,0,0,0,863,37,0,0,'Lava Spout Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8265,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,3,0,1,0,0,1,0,0,0,0,0,5,0,0,64,0,0,0,0,0,22,18,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,864,37,0,0,'Lava Spout Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8266,2,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8265,0,0,0,0,0,0,37,0,0,'Lava Spout Totem Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8267,5,0,2,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,22,0,0,15,0,0,14,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,868,155,0,0,'Cursed Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8268,5,0,2,0,142606336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,869,155,0,0,'Cursed Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8269,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,2,0,0,49,59,14,0,0,0,1,1,1,0,0,0,0,0,0,13,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8270,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,0,0,0,4528,0,0,0,0,0,0,0,0,1643,66,0,0,'Summon Earth Rumbler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8271,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,4526,0,0,0,0,0,0,0,0,871,220,0,0,'Summon Wind Howler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8272,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,30,30,6,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,66,0,0,'Mind Tremor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8273,0,65,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Bonus Dodge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8274,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,4535,0,0,0,0,0,0,0,0,74,317,0,0,'Summon Tamed Battleboar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8275,3,18,4,0,262162,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,21,21,62,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,58,0,1,1,0,1,1,0,0,0,0,0,0,0,44,29,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,247,0,0,'Poisoned Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (8276,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,4534,0,0,0,0,0,0,0,0,74,496,0,0,'Summon Tamed Hyena','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8277,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,4,4,4,0,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Voodoo Hex','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (8278,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Invisibility Detection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8279,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Stealth Detection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8281,0,0,1,9,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,1,1,0,1,1,0,0,0,0,2.5,0,0,2,0,0,0,0,0,22,22,0,15,15,0,13,13,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,87,0,0,'Sonic Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8282,5,36,2,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,6,0,0,0,0,0,3,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,876,130,0,0,'Curse of Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8283,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,874,153,0,0,'Snufflenose Command','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8285,0,49,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,0,101,0,0,8,8,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,1,0,0,1,0,0,0,0,0,1,0,0,6,0,0,0,0,0,22,22,0,15,15,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,879,168,0,0,'Rampage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8286,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,26,26,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,6021,0,0,0,0,0,0,0,0,878,317,0,0,'Summon Boar Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8288,5,0,0,0,65537,67256324,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,2,0,1,0,24,24,8,0,125,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,0,30,0,0,0,0,6,6,1,0,0,0,0,0,0,86,3,42,0,3000,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,18371,0,0,0,788,113,0,0,'Drain Soul','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,16384,0,1,1,1,1,1,0), + (8289,5,0,0,0,65537,67256324,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,2,0,1,0,38,38,8,0,210,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,0,58,0,0,0,0,6,6,1,0,0,0,0,0,0,86,3,42,0,3000,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,18371,0,0,0,788,113,0,0,'Drain Soul','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,16384,0,1,1,1,1,1,0), + (8290,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8288,0,0,0,0,0,107,113,0,0,'Drain Soul','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8291,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8289,0,0,0,0,0,107,113,0,0,'Drain Soul','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8292,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,0,9,0,0,0,101,0,35,30,30,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,4.9,0,0,137,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Bolt','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8293,3,35,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,19,0,0,31,0,0,0,101,0,0,1,1,8,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,5,7,0,1,1,0,0,0,0,3,3,0,27,41,0,0,0,0,16,28,0,0,0,0,13,13,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,141,0,0,'Lightning Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8295,0,19,0,0,537133056,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg2','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (8296,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2770,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2840,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Mass Smelt Copper OLD','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8298,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8296,0,0,0,0,0,107,1,0,0,'Mass Smelt Copper OLD','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10697,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8312,3,34,1,7,1073741824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,1,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,1377,0,0,'Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (8313,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (8314,0,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,42,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,14,0,0,0,0,25,25,0,0,0,0,0,0,0,29,22,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,278,66,0,0,'Rock Skin','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8315,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1863,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion Succubus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8316,2,0,1,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,24,24,25,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,35,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,16,0,50,'Fire Shield','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,8388608,0,1,1,1,1,1,0), + (8317,2,0,1,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,34,34,25,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,35,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,16,0,50,'Fire Shield','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,8388608,0,1,1,1,1,1,0), + (8318,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8316,0,0,0,0,0,107,16,0,0,'Fire Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8319,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8317,0,0,0,0,0,107,16,0,0,'Fire Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8320,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,71,0,0,'Hex of Ravenclaw Removal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion Dreadlord','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8322,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,4231,2320,5498,0,0,0,0,6,1,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6709,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Moonglow Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8324,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6029,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion HE Hunter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8325,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8322,0,0,0,0,0,222,1,0,0,'Pattern: Moonglow Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8326,0,0,0,0,763363584,1024,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-21,24,24,0,0,0,1,1,1,0,0,0,0,0,0,95,31,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,252,0,0,'Ghost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8327,0,0,0,0,150995392,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,180000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8329,0,0,0,0,0,0,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8328,0,0,0,0,150995392,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8329,0,0,0,0,0,0,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8329,0,0,0,0,150995328,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,887,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8331,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Ez-Thro Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (8332,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,6714,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,2,3,0,19,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,37,0,0,'Ez-Thro Dynamite Backfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (8333,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Coarse Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (8334,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,4359,2880,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6712,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Practice Lock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8336,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8334,0,0,0,0,0,107,1,0,0,'Practice Lock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8338,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,891,47,0,0,'Defibrillated!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8339,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4364,2592,0,0,0,0,0,0,4,1,0,0,0,0,0,0,-1,0,0,24,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6714,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'EZ-Thro Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8341,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8339,0,0,0,0,0,222,1,0,0,'Schematic: EZ-Thro Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8342,3,0,0,0,268435456,0,0,0,0,0,0,32768,0,0,0,0,15,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,47,0,50,'Defibrillate','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (8344,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,893,656,0,0,'Universal Remote','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8345,5,0,0,0,1376256,67117060,0,0,0,0,0,0,256,0,0,0,1,0,0,0,0,27692,0,101,0,0,25,25,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,1,0,0,49,0,0,0,0,0,6,1,0,0,0,0,12,12,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1423,657,0,0,'Control Machine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8346,0,0,0,7,65536,0,0,0,0,0,0,0,256,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,656,0,50,'Mobility Malfunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8347,0,0,0,0,327696,0,0,0,0,0,0,0,256,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,895,658,0,0,'Target Lock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8348,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,50,50,29,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Julie\'s Blessing','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (8349,2,0,0,0,65536,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,17,12,12,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,9,0,0,1,0,0,0,0,0,1.1,0,0,47,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (8350,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,17,12,12,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8351,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8351,2,0,0,0,65920,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,17,12,12,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,897,658,0,0,'Adjust Attitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8353,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,896,201,0,0,'Calm Hostility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8354,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,201,0,0,'Incite Hostility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8355,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,5,0,0,1,0,0,0,0,0,3,0,0,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,243,0,50,'Exploit Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8356,0,63,2,1,256,0,0,0,0,0,0,256,0,0,0,0,36,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4309,0,0,0,0,0,127,11,0,0,'TEST - JESSE','','','','','','','','afsadf','','','','','','','',0,63,0,0,0,0,0,1,1,1,1,1,0), + (8357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6036,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion Shade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8358,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1543,104,0,50,'Mana Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8359,0,0,0,0,34930704,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15372,0,0,101,0,0,30,30,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,60,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,61,0,0,'Left for Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion Dreaming Whelp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8361,1,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,39,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,154,70,0,0,'Purity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8362,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,100,0,0,1,1,18,0,5,5,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5.8,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8363,3,18,4,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,21,21,62,0,0,0,0,0,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,58,0,1,1,0,1,1,0,0,0,0,0,0,0,44,29,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,247,0,0,'Parasite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (8364,4,0,0,0,65536,268435596,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,15420,0,101,0,0,1,1,1,0,8,8,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,4,0,0,3,0,0,0,0,0,16,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8365,0,0,1,0,0,524288,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,1,1,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,3,0,0,2,39,0,0,0,0,21,21,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,905,63,0,0,'Enlarge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8366,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,774,3470,0,0,0,0,0,12,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6730,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ironforge Chain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8367,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,818,3470,0,0,0,0,0,16,2,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6731,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ironforge Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8368,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,1210,3478,0,0,0,0,0,8,3,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6733,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ironforge Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8369,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8366,0,0,0,0,0,222,1,0,0,'Ironforge Chain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8370,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8367,0,0,0,0,0,222,1,0,0,'Ironforge Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8371,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8368,0,0,0,0,0,222,1,0,0,'Ironforge Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8372,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,6047,0,0,0,0,0,0,0,0,657,143,0,0,'Summon Aqua Guardian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,1.5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Mana Shield (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8374,0,85,0,0,262164,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,24,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,277,0,50,'Arcing Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8375,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1024,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,0,0,0,0,0,0,0,3182,1,0,0,'QAEnchant Gloves +5 Mining','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (8376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,13,0,0,0,101,0,0,29,29,9,0,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6066,0,0,0,0,0,0,0,0,38,40,0,0,'Earthgrab Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8377,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,29,29,35,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,0,15,0,0,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,907,40,0,0,'Earthgrab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8378,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,29,29,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8377,0,0,0,0,0,0,40,0,0,'Earthgrab Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8379,0,109,0,3,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,560,0,50,'Disarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8380,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,9,1,150,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-271,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,406,565,0,0,'Sunder Armor','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,16384,0,2,2,1,1,1,0), + (8381,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8380,0,0,0,0,0,107,565,0,50,'Sunder Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8382,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,22,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,5000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,908,194,0,0,'Leech Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8383,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,42,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,4,0,0,0,0,25,25,0,0,0,0,0,0,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,290,11,0,0,'Burning Tenacity','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8384,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,42,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,4,0,0,0,0,25,25,0,0,0,0,0,0,0,88,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,143,0,0,'Pure Water','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8385,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,42,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,29,0,0,0,0,25,25,0,0,0,0,0,0,0,31,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,174,0,0,'Swift Wind','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8386,0,0,0,0,400,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,909,1,0,0,'Attacking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8387,0,0,0,0,150995216,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1217,0,0,'Find Herbs','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (8388,0,0,0,0,150995216,32,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,66,0,0,'Find Minerals','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (8389,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8388,0,0,0,0,0,107,66,0,0,'Find Minerals','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8390,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8387,0,0,0,0,0,107,1217,0,0,'Find Herbs','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8391,0,65,0,12,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,16,6,6,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,4,0,0,3,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,108,0,0,'Ravage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8392,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,'Hyper Coward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8393,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,'Barbs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8394,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,6074,0,0,0,0,0,0,0,0,1708,916,122,0,'Striped Frostsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8395,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,6075,0,0,0,0,0,0,0,0,1705,1180,122,0,'Emerald Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8396,0,0,0,21,269582352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6076,0,0,0,0,0,0,0,0,1707,1180,122,0,'Summon Ivory Tallstrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8397,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,35,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10368,0,0,0,0,0,0,299,0,0,'Uther\'s Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8398,4,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,31,0,180,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,15,0,1,1,0,0,0,0,0,0,0,-51,225,0,11,0,0,22,22,0,15,15,0,9,9,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8399,5,0,1,10,1074855936,262280,0,0,0,0,0,0,0,0,0,0,50,0,0,15,2,0,0,101,0,0,20,20,1,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8400,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,28,24,24,31,0,140,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,49,1,0,1,1,0,0,0,0,1.8,0,0,138,4,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (8401,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,34,30,30,31,0,185,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,67,1,0,1,1,0,0,0,0,2.1,0,0,198,6,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (8402,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,40,36,36,31,0,220,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,81,1,0,1,1,0,0,0,0,2.4,0,0,254,7,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (8403,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8400,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8404,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8401,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8405,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8402,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8406,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,30,26,26,165,0,100,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,13,0,1,1,0,0,0,0,0,1.5,0,-41,125,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (8407,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,36,32,32,31,0,130,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,17,0,1,1,0,0,0,0,0,1.7,0,-41,173,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (8408,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,42,38,38,31,0,160,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,21,0,1,1,0,0,0,0,0,2,0,-41,226,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (8409,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8406,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8410,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8407,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8411,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8408,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8412,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,35,30,30,0,0,165,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,35,0,0,1,0,0,0,0,0,1.8,0,0,167,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,2,0,1,1,1,1,1,0), + (8413,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,43,38,38,0,0,220,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,49,0,0,1,0,0,0,0,0,2.2,0,0,241,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,2,0,1,1,1,1,1,0), + (8414,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8412,0,0,0,0,0,107,12,0,0,'Fire Blast','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8415,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8413,0,0,0,0,0,107,12,0,0,'Fire Blast','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8416,6,0,0,0,536936704,268453004,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,36,32,32,28,0,320,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8419,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (8417,6,0,0,0,536936704,268453004,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,44,40,40,28,0,410,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8418,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (8418,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,44,40,40,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.7,0,0,114,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,2097152,0,1,1,1,1,1,0), + (8419,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,36,32,32,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.6,0,0,82,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,2097152,0,1,1,1,1,1,0), + (8420,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8416,0,0,0,0,0,107,225,0,0,'Arcane Missiles','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8421,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8417,0,0,0,0,0,107,225,0,0,'Arcane Missiles','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8422,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,37,32,32,31,0,490,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,39,1,0,1,1,0,0,0,0,1,0,0,153,34,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,1073741828,0,1,1,1,1,1,0), + (8423,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,45,40,40,31,0,650,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,53,1,0,1,1,0,0,0,0,1.3,0,0,219,48,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,1073741828,0,1,1,1,1,1,0), + (8425,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8422,0,0,0,0,0,107,37,0,0,'Flamestrike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8426,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8423,0,0,0,0,0,107,37,0,0,'Flamestrike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8427,4,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,41,36,36,31,0,720,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,64,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,524416,0,1,1,1,1,1,0), + (8428,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8427,0,0,0,0,0,107,285,0,0,'Blizzard','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8429,6,31,0,0,65536,1024,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,19,14,99,9,0,35,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,93,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6092,0,0,0,0,0,0,0,0,967,91,0,0,'zzOLDMinor Phantasm','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (8430,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8431,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8432,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8433,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,504,0,0,'Leech Pulse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8434,5,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8433,0,0,0,0,0,0,504,0,0,'Leech Pulse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8435,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,1,1,0,0,150,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,24,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,165,0,0,'Forked Lightning','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8437,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,27,22,22,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0.6,0,0,56,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,266240,0,1,1,1,1,1,0), + (8438,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,35,30,30,0,0,185,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.9,0,0,96,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,266240,0,1,1,1,1,1,0), + (8439,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,43,38,38,0,0,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0.9,0,0,138,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,266240,0,1,1,1,1,1,0), + (8440,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8437,0,0,0,0,0,107,122,0,0,'Arcane Explosion','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8441,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8438,0,0,0,0,0,107,122,0,0,'Arcane Explosion','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8442,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8439,0,0,0,0,0,107,122,0,0,'Arcane Explosion','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8443,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,17,12,12,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8349,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,32,0,1,1,1,1,1,0), + (8444,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,32,28,28,0,0,65,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,1.1,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,1073741840,0,1,1,1,1,1,0), + (8445,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,38,34,34,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,1.3,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,1073741840,0,1,1,1,1,1,0), + (8446,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,44,40,40,0,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,1.5,0,0,132,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,1073741840,0,1,1,1,1,1,0), + (8447,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8444,0,0,0,0,0,107,816,0,0,'Scorch','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8448,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8445,0,0,0,0,0,107,816,0,0,'Scorch','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8449,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8446,0,0,0,0,0,107,816,0,0,'Scorch','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8450,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,24,24,6,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-41,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,970,263,0,0,'Dampen Magic','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,8192,0,1,1,1,1,1,0), + (8451,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,36,36,6,0,300,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-41,-81,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,970,263,0,0,'Dampen Magic','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,8192,0,1,1,1,1,1,0), + (8452,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8450,0,0,0,0,0,107,263,0,0,'Dampen Magic','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8453,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8451,0,0,0,0,0,107,263,0,0,'Dampen Magic','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8455,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,30,30,6,0,250,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,59,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,969,242,0,0,'Amplify Magic','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,2147491840,0,1,1,1,1,1,0), + (8456,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8455,0,0,0,0,0,107,242,0,0,'Amplify Magic','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8457,2,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,30,30,9,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,289,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,290,16,0,0,'Fire Ward','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,8,0,1,1,1,1,1,0), + (8458,2,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,40,40,9,0,195,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,469,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,290,16,0,0,'Fire Ward','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,8,0,1,1,1,1,1,0), + (8459,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8457,0,0,0,0,0,107,16,0,0,'Fire Ward','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8460,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8458,0,0,0,0,0,107,16,0,0,'Fire Ward','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8461,4,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,32,32,9,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,289,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,291,501,0,0,'Frost Ward','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,524544,0,1,1,1,1,1,0), + (8462,4,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,42,42,9,0,195,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,469,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,291,501,0,0,'Frost Ward','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,524544,0,1,1,1,1,1,0), + (8463,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8461,0,0,0,0,0,107,501,0,0,'Frost Ward','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8464,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8462,0,0,0,0,0,107,501,0,0,'Frost Ward','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8465,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,6260,2324,0,0,0,0,2,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6786,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Simple Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8466,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8465,0,0,0,0,0,107,41,0,0,'Simple Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8467,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2324,2321,0,0,0,0,0,3,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6787,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'White Woolen Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8468,0,0,0,0,8651008,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8467,0,0,0,0,0,107,41,0,0,'White Woolen Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8469,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8470,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8471,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8472,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8473,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8474,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8475,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8476,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8477,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8478,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8479,6,31,0,0,65536,1024,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,27,22,99,9,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,93,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6106,0,0,0,0,0,0,0,0,967,91,0,0,'zzOLDLesser Phantasm','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (8480,6,31,0,0,65536,1024,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,35,30,99,9,0,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,93,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6107,0,0,0,0,0,0,0,0,967,91,0,0,'zzOLDPhantasm','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (8481,6,31,0,0,65536,1024,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,43,38,99,9,0,130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,93,0,0,1,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,6,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6108,0,0,0,0,0,0,0,0,967,91,0,0,'zzOLDGreater Phantasm','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (8482,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8479,0,0,0,0,0,107,91,0,0,'zzOLDLesser Phantasm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8483,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2324,4291,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6795,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'White Swashbuckler\'s Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8484,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8480,0,0,0,0,0,107,91,0,0,'zzOLDPhantasm','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8485,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8481,0,0,0,0,0,107,91,0,0,'zzOLDGreater Phantasm','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8486,6,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'zzOLDDamage Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8487,6,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'zzOLDDamage Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8488,6,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'zzOLDDamage Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8489,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2604,4291,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6796,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Swashbuckler\'s Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8490,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8483,0,0,0,0,0,107,41,0,0,'White Swashbuckler\'s Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8491,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8489,0,0,0,0,0,107,41,0,0,'Red Swashbuckler\'s Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8492,4,50,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,39,34,34,31,0,290,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,15,0,1,1,0,0,0,0,0,1,0,-51,145,0,11,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,1573376,0,1,1,1,1,1,0), + (8493,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8492,0,0,0,0,0,107,35,0,0,'Cone of Cold','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8494,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,28,28,3,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,968,209,0,0,'Mana Shield','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,32768,0,1,1,1,1,1,0), + (8495,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,36,36,3,0,80,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,968,209,0,0,'Mana Shield','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,32768,0,1,1,1,1,1,0), + (8496,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8494,0,0,0,0,0,107,209,0,0,'Mana Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8497,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8495,0,0,0,0,0,107,209,0,0,'Mana Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8498,2,35,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,22,22,28,0,170,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6110,0,0,0,0,0,0,0,0,221,33,0,0,'Fire Nova Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,671088640,0,1,1,1,1,1,0), + (8499,2,35,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,32,32,28,0,280,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6111,0,0,0,0,0,0,0,0,221,33,0,0,'Fire Nova Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,671088640,0,1,1,1,1,1,0), + (8500,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8498,0,0,0,0,0,107,33,0,0,'Fire Nova Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8501,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8499,0,0,0,0,0,107,33,0,0,'Fire Nova Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8502,2,0,0,0,65536,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,27,22,22,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,15,0,0,1,0,0,0,0,0,1.6,0,0,101,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (8503,2,0,0,0,65536,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,37,32,32,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,25,0,0,1,0,0,0,0,0,2.2,0,0,183,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (8504,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,27,22,22,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8502,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,32,0,1,1,1,1,1,0), + (8505,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,37,32,32,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8503,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,32,0,1,1,1,1,1,0), + (8506,2,0,0,0,65920,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,27,22,22,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8507,2,0,0,0,65920,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,37,32,32,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8508,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,27,22,22,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8506,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8509,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,37,32,32,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8507,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8510,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,2001,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,966,11,0,0,'Large Seaforium Backfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8511,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1001,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,966,11,0,0,'Small Seaforium Backfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8512,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,4,0,115,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6112,0,0,0,0,0,0,0,0,221,1397,0,0,'Windfury Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8513,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8512,0,0,0,0,0,107,1397,0,0,'Windfury Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8514,3,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,40,32,32,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1783,0,0,0,0,0,0,0,0,0,1397,0,0,'Windfury Totem Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (8515,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,40,32,32,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8514,0,0,0,0,0,0,1397,0,0,'Windfury Totem Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8516,3,0,0,0,1,268435456,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,2,40,32,32,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,19,0,1,1,0,1,1,0,0,0,0,0,0,0,121,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,1397,0,0,'Windfury Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,8589934592,0,0,0,1,1,1,0), + (8517,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening Strongbox','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8532,0,0,0,0,65664,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,563,696,0,0,'Aquadynamic Fish Lens','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8552,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,14,14,4,0,70,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (8553,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,100,1,1,1,1,1,1,0,0,0,0,0,0,4,4,19,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,984,1313,0,0,'Barleybrew Scalder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8554,0,0,0,0,67110912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8553,0,0,0,0,0,985,1313,0,0,'Drinking Barleybrew Scalder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8555,0,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,61,0,0,'Left for Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8593,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,12,12,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,121,0,50,'Symbol of Life','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8594,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,2070,0,0,0,0,0,0,0,0,0,495,0,0,'Summon Moonstalker Runt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8595,1,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,15000,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,7.7,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,104,0,50,'Healing Tongue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8596,1,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,1,1,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal Visual (DND)','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8597,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,38,37,37,0,0,0,0,0,0,0,0,0,0,0,0,11,63,91,0,0,0,0,0,0,0,1,0,0,'zzOLDPlayer Immunities','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8598,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,28,0,0,15,0,0,0,101,0,23,18,18,0,0,90,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0.75,0,0,82,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1003,62,0,0,'Lightning Blast','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8599,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,1,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8600,3,0,3,0,0,2048,0,0,0,0,0,0,0,0,0,0,30,0,0,31,0,0,0,101,0,0,29,29,25,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,9,0.45,0,249,10,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1004,264,0,0,'Fevered Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8601,0,51,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7992,0,0,0,0,0,0,110,0,0,'Slowing Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8602,3,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,39,24,0,0,0,1,1,1,0,0,0,0,0,0,138,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,95,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8603,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,'Thistlefur Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8604,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6889,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6888,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Herb Baked Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8605,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8604,0,0,0,0,0,108,1,0,0,'Recipe: Herb Baked Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8606,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,15373,0,0,101,0,0,0,45,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,3,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1370,0,0,0,0,0,0,0,0,1005,174,0,0,'Summon Cyclonian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8607,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3173,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6890,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Smoked Bear Meat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8608,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8607,0,0,0,0,0,108,1,0,0,'Recipe: Smoked Bear Meat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8609,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1006,174,0,0,'Cyclone Visual Spawn (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15364,0,0,101,0,0,25,25,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,1,1,1,0,0,0,0,0,0,18,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,72,211,0,0,'Phase Shift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8612,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8611,0,0,0,0,0,0,211,0,0,'Phase Shift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8613,0,0,0,0,16,1024,0,0,0,0,0,1026,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,7005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,95,118,0,1,1,0,1,1,0,0,0,0,5,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,1008,736,0,0,'Skinning','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8615,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,8613,0,0,0,0,0,107,736,0,0,'Apprentice Skinning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8616,0,0,0,0,65792,0,0,0,0,0,0,256,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2458,20252,0,0,0,0,3639,1,0,0,'Path of the Berserker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8617,0,0,0,0,16,1024,0,0,0,0,0,1026,0,0,0,0,20,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,7005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,95,118,0,1,1,0,1,1,0,0,0,0,5,0,0,0,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,1008,736,0,0,'Skinning','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8618,0,0,0,0,16,1024,0,0,0,0,0,1026,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,7005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,95,118,0,1,1,0,1,1,0,0,0,0,5,0,0,0,2,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,1008,736,0,0,'Skinning','','','','','','','','Expert','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8619,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,8617,0,0,0,0,0,107,736,0,0,'Journeyman Skinning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8620,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,8618,0,0,0,0,0,107,736,0,0,'Expert Skinning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8621,0,40,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,80,0,1,1,0,1,1,0,0,0,0,0,0,0,32,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (8622,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8621,0,0,0,0,0,107,130,0,0,'Sinister Strike','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8623,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,31,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (8624,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,45,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (8625,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8623,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8626,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8624,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8627,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,3,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,9,199,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab (TEST)','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (8629,0,33,0,14,1376272,134479872,0,1032,0,0,0,0,0,0,0,0,1,0,10000,0,2,0,0,101,0,0,32,32,35,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,80,6,1,1,0,1,1,0,0,0,0,0,0,0,31,0,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,8,0,2,2,1,1,1,0), + (8630,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8629,0,0,0,0,0,107,245,0,0,'Gouge','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8631,0,0,0,15,2555920,134218240,1048576,0,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,85,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,80,0,1,1,0,1,1,0,0,0,0,0,0,0,33,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,498,0,0,'Garrote','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,256,0,2,2,1,1,1,0), + (8632,0,0,0,15,2555920,134218240,1048576,0,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,85,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,80,0,1,1,0,1,1,0,0,0,0,0,0,0,46,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,498,0,0,'Garrote','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,256,0,2,2,1,1,1,0), + (8633,0,0,0,15,2555920,134218240,1048576,0,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,85,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,80,0,1,1,0,1,1,0,0,0,0,0,0,0,58,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,498,0,0,'Garrote','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,256,0,2,2,1,1,1,0), + (8634,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8631,0,0,0,0,0,107,498,0,0,'Garrote','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8635,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8632,0,0,0,0,0,107,498,0,0,'Garrote','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8636,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8633,0,0,0,0,0,107,498,0,0,'Garrote','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8637,0,82,0,0,327696,134217728,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,50,40,40,0,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-391,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,539,0,0,'Feint','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,134217728,0,2,2,1,1,1,0), + (8638,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8637,0,0,0,0,0,107,539,0,0,'Feint','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8639,0,0,0,15,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,553,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,1,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,250,500,0,0,'Rupture','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (8640,0,0,0,15,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,553,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,1,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,250,500,0,0,'Rupture','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (8641,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8639,0,0,0,0,0,107,500,0,0,'Rupture','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8642,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8640,0,0,0,0,0,107,500,0,0,'Rupture','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8643,0,270,0,12,327696,4456960,0,1024,8,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,50,50,285,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,6,0,0,0,0,0,0,12,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,679,499,0,0,'Kidney Shot','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,2097152,0,2,2,1,1,1,0), + (8644,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8643,0,0,0,0,0,107,499,0,0,'Kidney Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8645,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Send Fray Combatant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8646,0,0,0,12,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5239,246,0,0,'Snap Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8647,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,9,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,1,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-80,0,0,3441,563,0,0,'Expose Armor','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,524288,0,2,2,1,1,1,0), + (8648,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8647,0,0,0,0,0,107,563,0,0,'Expose Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8649,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,9,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,1,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-145,0,0,3441,563,0,0,'Expose Armor','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,524288,0,2,2,1,1,1,0), + (8650,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,9,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,1,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-210,0,0,3441,563,0,0,'Expose Armor','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,524288,0,2,2,1,1,1,0), + (8651,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8649,0,0,0,0,0,107,563,0,0,'Expose Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8652,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8650,0,0,0,0,0,107,563,0,0,'Expose Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Fray Spectator Converse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8655,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,'Riverpaw Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8656,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,6250,0,0,0,0,0,0,0,0,0,271,0,0,'Summon Crawler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8672,0,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,0,12,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1043,48,0,0,'Challenger is Dazed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8673,0,0,0,0,142606464,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1044,153,0,0,'Gain Whirlwind Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8674,0,0,0,0,0,0,0,0,0,0,0,0,0,83,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1134,1,0,0,0,0,0,0,0,74,216,0,0,'Summon Succubus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8675,0,0,0,0,268435712,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1063,207,0,0,'Warlock Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8676,0,0,0,0,2555920,134218240,1048576,1024,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,27,249,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,856,0,50,'Ambush','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,8389120,0,2,2,1,1,1,0), + (8677,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1428,0,0,0,0,0,0,0,0,74,221,0,0,'Summon Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8678,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,8676,0,0,0,0,0,107,856,0,50,'Ambush','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8679,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,0,0,0,0,0,0,215,247,0,0,'Instant Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,8192,0,0,0,1,1,1,0), + (8680,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,247,0,0,'Instant Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,8192,0,1,0,1,1,1,0), + (8681,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,20,0,0,0,0,0,0,1,0,0,0,0,2928,3371,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6947,0,0,0,0,0,0,0,0,0,0,0,92,247,0,0,'Instant Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8682,0,0,0,0,4522130,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,20,20,20,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,11,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,224,126,0,0,'Fake Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (8685,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,247,0,0,'Instant Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,8192,0,1,0,1,1,1,0), + (8686,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,28,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,0,0,0,0,0,0,215,247,0,0,'Instant Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,8192,0,0,0,1,1,1,0), + (8687,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,28,0,0,0,0,0,0,1,0,0,0,0,2928,3372,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6949,0,0,0,0,0,0,0,0,0,0,0,92,247,0,0,'Instant Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8688,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,36,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,0,0,0,0,0,215,247,0,0,'Instant Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,8192,0,0,0,1,1,1,0), + (8689,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,247,0,0,'Instant Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,8192,0,1,0,1,1,1,0), + (8690,0,89,0,0,134283264,0,0,0,0,0,0,0,0,0,0,0,7,0,3600000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,776,0,0,'Hearthstone','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (8691,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,36,0,0,0,0,0,0,1,0,0,0,0,8924,3372,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6950,0,0,0,0,0,0,0,0,0,0,0,92,247,0,0,'Instant Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8692,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,264,0,0,'Mind-numbing Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,32768,0,1,0,1,1,1,0), + (8693,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,38,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,215,264,0,0,'Mind-numbing Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,32768,0,0,0,1,1,1,0), + (8694,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,38,38,0,0,0,0,0,0,1,0,0,0,0,2928,2930,3372,0,0,0,0,0,4,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6951,0,0,0,0,0,0,0,0,0,0,0,92,264,0,0,'Mind-numbing Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8695,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8694,0,0,0,0,0,107,264,0,0,'Mind-numbing Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8696,0,44,0,0,65552,32,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,34,34,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,516,0,0,'Sprint','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,64,0,0,0,1,1,1,0), + (8697,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8696,0,0,0,0,0,107,516,0,0,'Sprint','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8699,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0.5,0,34,0,0,0,0,0,21,21,0,0,0,0,0,0,0,138,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,38,0,0,'Unholy Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8700,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8681,0,0,0,0,0,107,247,0,0,'Instant Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8701,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8687,0,0,0,0,0,107,247,0,0,'Instant Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8712,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1449,1,1,0,0,0,0,0,0,74,216,0,0,'Summon Felhunter','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8713,3,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8714,0,0,0,0,0,4368,116,0,0,'Overwhelming Musk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8714,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,68,0,1,1,0,1,1,0,0,0,0,0,0,0,24,2,0,0,26,0,18,18,0,16,16,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4369,116,0,0,'Overwhelming Musk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (8715,0,99,0,5,16,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,166,0,0,'Terrifying Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8716,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,64,1,1,0,1,1,0,0,0,0,0,0,0,14,-51,0,0,0,0,6,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,1086,138,0,0,'Low Swipe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8717,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,691,0,0,0,0,0,222,217,0,0,'Summon Felhunter','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8721,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,59,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (8722,5,0,0,0,268500992,1,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10928,0,0,0,0,0,0,0,0,74,216,0,0,'Summon Succubus','','','','','','','','','','','','','','','',100,133,1500,0,0,0,0,1,1,1,1,1,0), + (8723,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,8721,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8724,0,0,0,0,2555920,134218240,1048576,1024,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,39,249,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,856,0,50,'Ambush','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,8389120,0,2,2,1,1,1,0), + (8725,0,0,0,0,2555920,134218240,1048576,1024,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,49,249,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,856,0,50,'Ambush','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,8389120,0,2,2,1,1,1,0), + (8727,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,8724,0,0,0,0,0,107,856,0,50,'Ambush','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8728,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,8725,0,0,0,0,0,107,856,0,50,'Ambush','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8732,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,73,0,0,1,0,0,0,0,0,0,0,0,203,0,0,0,0,0,22,0,0,15,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7386,42,0,0,'Thunderclap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (8733,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,4,14,0,0,0,25,25,25,0,0,0,0,0,0,29,29,13,0,0,0,0,0,0,0,0,0,0,0,0,3,4,16,0,0,0,0,0,0,1123,501,0,0,'Blessing of Blackfathom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8734,0,0,0,0,402653440,268435524,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4123,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,207,0,0,'Blackfathom Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8735,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Blackfathom Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8736,3,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,15,15,0,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5349,0,0,0,0,0,0,0,0,0,0,0,563,374,0,0,'Conjure Food','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (8737,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,796,0,0,'Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8738,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8737,0,0,0,0,0,107,796,0,0,'Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8739,0,36,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,23,23,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,163,0,0,'zzOLDParalyzing Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8740,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,4,14,0,0,0,1,1,1,0,0,0,0,0,0,29,29,13,0,0,0,0,0,0,0,0,0,0,0,0,3,4,16,0,0,0,0,0,0,1123,501,0,0,'zzOLDBlessing of Blackfathom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8741,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8742,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8743,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8744,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8745,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8747,3,0,0,0,262208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Swimming Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8748,5,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8749,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8751,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8752,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8753,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8754,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8755,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8756,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8757,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8758,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,6260,2321,0,0,0,0,0,4,2,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7046,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Azure Silk Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8759,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8758,0,0,0,0,0,107,41,0,0,'Azure Silk Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8760,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,6260,2321,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7048,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Azure Silk Hood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8761,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8760,0,0,0,0,0,107,41,0,0,'Azure Silk Hood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8762,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2321,0,0,0,0,0,0,3,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7050,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Silk Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8763,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8762,0,0,0,0,0,107,41,0,0,'Silk Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8764,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,7067,2321,0,0,0,0,0,3,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7051,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Earthen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8765,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8764,0,0,0,0,0,107,41,0,0,'Earthen Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8766,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,7070,6260,2321,7071,0,0,0,4,1,2,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7052,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Azure Silk Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8767,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8766,0,0,0,0,0,107,41,0,0,'Azure Silk Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8768,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7071,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Iron Buckle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8769,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8768,0,0,0,0,0,107,1,0,0,'Iron Buckle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8770,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7067,7070,7068,7069,4291,0,0,2,2,2,2,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7054,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Robe of Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8771,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8770,0,0,0,0,0,107,41,0,0,'Robe of Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8772,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,7071,2604,4291,0,0,0,0,4,1,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7055,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Crimson Silk Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8773,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8772,0,0,0,0,0,107,41,0,0,'Crimson Silk Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8774,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4291,0,0,0,0,0,0,5,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7057,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Green Silken Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8775,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8774,0,0,0,0,0,107,41,0,0,'Green Silken Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8776,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7026,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Linen Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8777,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8776,0,0,0,0,0,107,41,0,0,'Linen Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8778,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2319,6048,2321,0,0,0,0,3,2,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7027,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Boots of Darkness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8779,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8778,0,0,0,0,0,222,1,0,0,'Pattern: Boots of Darkness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8780,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4234,6048,2321,0,0,0,0,3,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7047,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Hands of Darkness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8781,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8780,0,0,0,0,0,222,1,0,0,'Pattern: Hands of Darkness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8782,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,4234,929,2321,0,0,0,0,3,2,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7049,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Truefaith Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8783,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8782,0,0,0,0,0,222,1,0,0,'Pattern: Truefaith Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8784,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2605,4291,0,0,0,0,0,5,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7065,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Green Silk Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8785,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8784,0,0,0,0,0,222,1,0,0,'Pattern: Green Silk Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8786,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,6260,2321,0,0,0,0,0,3,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7053,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Azure Silk Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8787,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8786,0,0,0,0,0,222,1,0,0,'Pattern: Azure Silk Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8788,3,0,1,0,33882112,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,15,0,0,139944,50,3,0,32,32,6,0,185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,82,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','Rank 4','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8789,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2604,6371,4291,0,0,0,0,5,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7056,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Crimson Silk Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8790,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8789,0,0,0,0,0,222,1,0,0,'Pattern: Crimson Silk Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8791,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2604,2321,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7058,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Crimson Silk Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8793,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,6371,2604,4291,0,0,0,0,5,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7059,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Crimson Silk Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8794,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8793,0,0,0,0,0,222,1,0,0,'Pattern: Crimson Silk Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8795,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,7072,6260,4291,0,0,0,0,6,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7060,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Azure Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8796,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8795,0,0,0,0,0,222,1,0,0,'Pattern: Azure Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8797,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,7067,4234,7071,4291,0,0,0,5,4,4,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7061,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Earthen Silk Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8798,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8797,0,0,0,0,0,222,1,0,0,'Pattern: Earthen Silk Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8799,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2604,4291,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7062,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Crimson Silk Pantaloons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8800,2,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,4,0,0,15,0,0,0,101,0,0,40,40,0,0,0,0,0,0,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,61,0,0,1,0,0,0,0,0,0,0,0,169,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,37,0,0,'Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8801,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8799,0,0,0,0,0,107,41,0,0,'Crimson Silk Pantaloons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8802,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,7068,3827,2604,4291,0,0,0,8,4,2,4,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7063,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Crimson Silk Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8803,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8802,0,0,0,0,0,222,1,0,0,'Pattern: Crimson Silk Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8804,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,7068,6371,4304,2604,4291,0,0,6,2,2,2,4,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7064,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Crimson Silk Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8805,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8804,0,0,0,0,0,107,41,0,0,'Crimson Silk Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8806,3,18,4,0,262162,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,3,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,58,0,1,1,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,873,247,0,0,'Poisoned Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (8807,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8791,0,0,0,0,0,107,41,0,0,'Crimson Silk Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8809,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,40,40,0,0,100,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1163,55,0,50,'Slave Drain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8810,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8691,0,0,0,0,0,107,247,0,0,'Instant Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8812,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,39,34,34,0,0,450,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,133,0,0,1,0,0,0,0,0,5.5,0,0,1013,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,684,0,50,'Heal','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8813,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6366,0,0,0,0,0,0,0,0,4048,1499,0,0,'Summon Kurzen Mindslave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8814,2,63,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,14,0,30000,15,0,0,0,101,0,0,15,15,105,0,153,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,15,1,0,1,1,0,0,0,0,6,1.6,0,92,49,0,0,0,0,16,16,0,0,0,0,8,8,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flame Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8815,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,50,'zzOLDHaste 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (8816,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,736,0,0,0,0,0,0,0,0,246,836,0,0,'Summon Panthers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8817,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,1,15,0,0,8,0,0,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8822,0,0,0,1164,30,0,0,'Smoke Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8818,0,0,0,15,458768,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,85,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1167,498,0,0,'Garrote','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,0,0,0,2,2,1,1,1,0), + (8820,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,38,38,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165,559,0,0,'Slam','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,2097152,0,2,2,1,1,1,0), + (8821,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8820,0,0,0,0,0,107,559,0,0,'Slam','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8822,0,38,5,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15366,0,0,101,0,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,9998,0,0,0,0,0,1,18,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,250,30,0,'Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8823,0,0,1,0,327680,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,99,9,0,40,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,26,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,39,237,0,0,'Crusader Strike','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (8824,0,0,1,0,327680,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,99,9,0,55,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,45,14,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,39,237,0,0,'Crusader Strike','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (8825,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8823,0,0,0,0,0,107,237,0,50,'Crusader Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8826,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8824,0,0,0,0,0,107,237,0,50,'Crusader Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6386,0,0,0,0,0,0,0,0,1185,120,0,0,'Ward of Zanzil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8833,5,21,1,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8834,0,0,0,0,0,0,76,0,50,'Ward of Zanzil Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8834,5,21,1,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1e17,0,0,0,0,0,0,0,0,6388,0,0,0,0,0,0,0,0,1186,76,0,50,'Ward of Zanzil Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8835,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,4,0,155,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7486,0,0,0,0,0,0,0,0,319,337,0,0,'Grace of Air Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (8836,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,366,337,0,0,'Grace of Air','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,131072,0,1,1,1,1,1,0), + (8837,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8835,0,0,0,0,0,107,337,0,0,'Grace of Air Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8838,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3854,0,0,0,0,0,222,1,0,0,'Azure Silk Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8852,3,36,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,21,21,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3288,0,0,0,0,0,0,39,0,0,'Moss Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8853,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,6412,0,0,0,0,0,0,0,0,74,61,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7134,0,0,0,0,0,0,0,0,0,0,0,1203,1,0,0,'Bending Shinbone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8855,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,130815,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7135,0,0,0,0,0,0,0,0,0,0,0,1205,1,0,0,'Bending Shinbone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8856,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1204,1,0,0,'Bending Shinbone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8857,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,1039,0,0,0,0,0,0,0,0,0,263,0,0,'Summon Fen Dweller','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8858,2,0,0,0,65536,0,0,0,0,0,0,64,0,0,0,0,5,0,0,31,0,0,0,101,0,0,1,1,0,0,0,0,0,0,54,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3470,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion FelGuard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8873,2,50,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,90,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,24,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,11,0,50,'Flame Breath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (8874,0,38,5,0,437583888,16,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,20,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,184,250,30,0,'Stealth (TEST)','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8875,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1510,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,9,33554432,0,0,0,1,1,1,0), + (8876,0,65,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,14,14,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,108,0,0,'Thrash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8878,0,0,0,0,134217728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,'Echoes of Lordaeron UNUSED','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (8879,0,0,0,0,262608,16,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,5,0,0,199,-31,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'zzOLDDONOTREUSE','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8880,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,3470,2318,0,0,0,0,6,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7166,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8881,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8880,0,0,0,0,0,107,1,0,0,'Copper Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1223,11,0,0,'Goblin Rocket Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8893,2,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,24,1,37,1,1,1,1,0,0,0,0,0,0,0,56,0,0,0,0,1,1,1,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,7190,0,0,0,0,0,0,0,0,0,1224,11,0,0,'Rocket Boots Malfunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8894,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,'Stromgarde Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8895,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10026,10559,4234,9061,10560,0,0,0,1,2,4,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7189,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Rocket Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8896,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8895,0,0,0,0,0,222,1,0,0,'Schematic: Goblin Rocket Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8897,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7189,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,'Destroy Rocket Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8898,0,0,1,0,134217728,0,0,0,0,0,0,0,0,63,0,0,1,0,0,0,0,0,0,101,0,0,0,0,40,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,86,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,40,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,841,244,0,0,'Sapta Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8899,0,0,1,0,134217728,0,0,0,0,0,0,0,0,63,0,0,1,0,0,0,0,0,0,101,0,0,0,0,40,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,86,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,40,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3,0,0,0,0,0,0,841,244,0,0,'Sapta Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8900,0,0,1,0,134217728,0,0,0,0,0,0,0,0,63,0,0,1,0,0,0,0,0,0,101,0,0,0,0,40,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,86,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,40,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2,0,0,0,0,0,0,841,244,0,0,'Sapta Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8901,0,0,0,10,0,136,0,0,0,0,0,64,0,0,0,0,4,0,0,31,2,0,0,101,0,0,0,0,18,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1243,858,0,0,'Gas Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (8902,0,0,0,10,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,0,0,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,18,0,0,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1243,858,0,0,'Gas Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (8903,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,22,0,0,15,0,0,0,101,0,43,38,38,0,0,405,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,185,0,0,1,0,0,0,0,0,4.5,0,0,935,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (8904,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8903,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8905,3,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,52,46,46,0,0,155,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,1.8,0,0,187,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,263,0,0,'Wrath','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,7,1,0,1,1,1,1,1,0), + (8906,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8905,0,0,0,0,0,107,263,0,0,'Wrath','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8907,3,0,1,0,65536,131072,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,40,40,30,0,240,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,194,7,9,0,0,0,21,21,21,0,0,0,0,0,0,22,29,143,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,126,0,0,0,0,0,0,212,123,0,50,'Mark of the Wild','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (8908,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8907,0,0,0,0,0,107,123,0,0,'Mark of the Wild','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8909,0,0,8,0,301989888,268435456,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,0,101,0,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,39,9999,9999,0,0,0,1,1,1,0,0,0,0,0,0,61,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,127,1,0,0,0,0,0,0,1244,209,0,0,'Unholy Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8910,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,45,40,40,29,0,195,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,96,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (8911,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8910,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8912,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,101,0,10,10,10,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1246,205,0,0,'Forge Verigan\'s Fist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8913,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,3,63,1,0,1,1,0,1,0,0,0,0,0,0,999999,0,0,0,0,0,22,18,22,7,0,7,10,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,1245,292,0,0,'Sacred Cleansing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8914,3,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,34,34,6,0,170,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (8915,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8914,0,0,0,0,0,107,53,0,0,'Thorns','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Remove Unholy Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8917,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8918,3,46,0,0,65536,64,0,0,0,0,1073741824,0,0,0,0,0,1,0,300000,15,0,31756,0,101,0,46,40,40,1,0,505,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0.7,0,0,137,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283,100,0,0,'Tranquility','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,128,0,1,1,1,1,1,0), + (8919,0,0,0,0,0,0,0,0,0,0,0,0,0,123,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7206,0,0,0,0,0,0,0,0,0,0,0,353,1,0,0,'Fill Jennea\'s Flask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8920,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8918,0,0,0,0,0,107,100,0,0,'Tranquility','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8921,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,9,4,4,105,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,3,0,1,1,0,0,0,0,0,0.5,0,3,6,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (8922,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8921,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8924,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,15,10,10,29,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,5,0,1,1,0,0,0,0,0,0.8,0,7,12,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (8925,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,21,16,16,29,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,7,0,1,1,0,0,0,0,0,1.1,0,12,24,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (8926,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,27,22,22,29,0,105,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,9,0,1,1,0,0,0,0,0,1.4,0,19,39,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (8927,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,33,28,28,29,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,13,0,1,1,0,0,0,0,0,1.8,0,30,60,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (8928,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,39,34,34,29,0,190,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,17,0,1,1,0,0,0,0,0,2.1,0,40,80,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (8929,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,45,40,40,29,0,235,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,21,0,1,1,0,0,0,0,0,2.4,0,52,104,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (8930,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8924,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8931,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8925,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8932,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8926,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8933,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8927,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8934,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8928,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8935,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8929,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8936,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,17,12,12,86,0,120,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,15,1,0,1,1,0,0,0,0,1.8,0,0,83,13,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (8937,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8936,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8938,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,23,18,18,86,0,205,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,25,1,0,1,1,0,0,0,0,2.5,0,0,163,24,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (8939,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,29,24,24,86,0,280,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,35,1,0,1,1,0,0,0,0,3.1,0,0,239,36,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (8940,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,35,30,30,86,0,350,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,43,1,0,1,1,0,0,0,0,3.6,0,0,317,48,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (8941,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,41,36,36,86,0,420,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,53,1,0,1,1,0,0,0,0,4.1,0,0,404,60,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (8942,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8938,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8943,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8939,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8944,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8940,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8945,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8941,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8946,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,14,14,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,187,194,0,0,'Cure Poison','','','','','','','','','','','','','','','',16,133,1500,0,7,17179869184,0,1,1,1,1,1,0), + (8947,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8946,0,0,0,0,0,107,194,0,0,'Cure Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8949,6,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,32,26,26,0,0,135,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,1.6,0,0,136,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,1485,0,50,'Starfire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,4,0,1,1,1,1,1,0), + (8950,6,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,40,34,34,0,0,180,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,1.9,0,0,200,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,1485,0,50,'Starfire','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,4,0,1,1,1,1,1,0), + (8951,6,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,48,42,42,0,0,230,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,55,0,0,1,0,0,0,0,0,2.3,0,0,279,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,1485,0,50,'Starfire','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,4,0,1,1,1,1,1,0), + (8952,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8949,0,0,0,0,0,107,1485,0,0,'Starfire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8953,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8950,0,0,0,0,0,107,1485,0,0,'Starfire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8954,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8951,0,0,0,0,0,107,1485,0,0,'Starfire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8955,3,0,0,0,65536,2228224,524288,0,0,1073741824,0,0,1,0,0,0,16,0,0,15,0,0,0,101,0,0,38,38,8,0,75,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6439,454,0,50,'Soothe Animal','','','','','','','','Rank 2','','','','','','','',0,133,1500,55,7,16777216,0,1,1,1,1,1,0), + (8956,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8955,0,0,0,0,0,107,454,0,0,'Soothe Animal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8972,0,0,0,0,1044,134218240,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,2048,0,2,2,1,1,1,0), + (8973,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8972,0,0,0,0,0,107,261,0,0,'Maul','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8974,0,0,0,0,262160,134217728,67108864,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,29,20,99,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,201,0,0,'zzOLDGrowl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8975,0,0,0,0,262160,134217728,67108864,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,39,30,99,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,169,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,201,0,0,'zzOLDGrowl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8976,0,0,0,0,262160,134217728,67108864,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,49,40,99,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,239,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,201,0,0,'zzOLDGrowl','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8977,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8974,0,0,0,0,0,107,24,0,0,'zzOLDGrowl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8978,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8975,0,0,0,0,0,107,24,0,0,'zzOLDGrowl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8979,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8976,0,0,0,0,0,107,24,0,0,'zzOLDGrowl','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8980,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,6486,0,0,0,0,0,0,0,0,1706,1241,122,0,'Skeletal Horse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8981,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,39,34,34,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9034,0,0,0,0,0,0,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (8983,0,32,0,12,262160,134480384,0,0,0,144,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,46,46,35,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3948,473,0,50,'Bash','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,8192,0,2,2,1,1,1,0), + (8984,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8983,0,0,0,0,0,107,473,0,50,'Bash','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8985,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,0,0,0,0,0,0,1267,876,0,0,'Summon Fire Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6493,0,0,0,0,0,0,0,0,1268,33,0,0,'Summon Illusionary Phantasm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8988,3,32,1,9,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,30,30,1,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,9,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (8989,0,49,0,0,327696,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,36,36,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,39,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,126,0,15578,0,0,0,0,0,6664,83,122,0,'Whirlwind','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (8990,1,0,0,0,134545408,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,555,122,0,'Retribution Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8992,0,0,0,0,262160,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,43,224,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3950,147,0,0,'Shred','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,7,32768,0,2,2,1,1,1,0), + (8993,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8992,0,0,0,0,0,107,147,0,0,'Shred','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (8994,5,0,1,18,1073807360,65536,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,28,28,8,0,100,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,1305,96,0,0,'Banish','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (8995,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (8996,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (8997,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (8998,0,84,0,0,262160,134217728,67108864,0,0,1,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,38,28,28,0,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-241,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3883,958,0,0,'Cower','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,0,0,0,2,2,1,1,1,0), + (8999,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9000,0,84,0,0,262160,134217728,67108864,0,0,1,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,50,40,40,0,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-391,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3883,958,0,0,'Cower','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,0,0,0,2,2,1,1,1,0), + (9001,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9002,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,36,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,17,0,0,8,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Coarse Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9003,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,17,0,0,8,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Coarse Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9004,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,17,0,0,8,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Coarse Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9005,0,0,0,12,2490384,402653696,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,39,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,80,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,6,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9007,0,0,0,0,3942,495,0,50,'Pounce','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,131072,0,2,2,1,1,1,0), + (9006,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9005,0,0,0,0,0,107,495,0,50,'Pounce','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9007,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,85,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,50,'Pounce Bleed','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9008,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (9009,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,'Coarse Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,4,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103574,0,0,0,0,0,0,0,0,1363,1,0,0,'Create Filled Containment Coffer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9012,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attract Rift Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9032,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1346,153,0,0,'Self Stun - 30 seconds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9033,0,0,0,0,262544,268435456,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,'Shapeshift Form Effect','','','','','','','','','','','','','','','',0,133,1500,0,7,67108864,0,0,0,1,1,1,0), + (9034,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,29,115,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (9035,5,0,2,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,10,10,4,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-3,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,13,118,0,0,0,0,0,0,0,0,0,0,0,0,0,1,127,0,0,0,0,0,0,0,346,76,0,0,'Hex of Weakness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (9036,0,0,0,0,763363648,1024,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,252,0,0,'Ghost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9052,0,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7268,0,0,0,0,0,0,0,0,0,0,0,353,1,0,0,'Fill Deino\'s Flask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9053,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9055,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,5,0,0,31,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,7273,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174764,0,0,0,0,0,0,0,0,1304,320,0,0,'Create Witherbark Totem Bundle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103662,0,0,0,0,0,0,0,0,1303,320,0,0,'Bolt Charge Bramble','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9057,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Firebolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (9058,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7276,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Handstitched Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9059,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,2,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7277,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Handstitched Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9060,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,4,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7278,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Light Leather Quiver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9061,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9060,0,0,0,0,0,107,41,0,0,'Light Leather Quiver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9062,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,3,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7279,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Small Leather Ammo Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9063,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9062,0,0,0,0,0,107,41,0,0,'Small Leather Ammo Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9064,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,5,5,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7280,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Rugged Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9065,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,2320,0,0,0,0,0,0,6,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7281,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Light Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9066,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9065,0,0,0,0,0,107,41,0,0,'Light Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9067,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9064,0,0,0,0,0,222,1,0,0,'Pattern: Rugged Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9068,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,4231,2321,0,0,0,0,0,10,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7282,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Light Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9069,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9068,0,0,0,0,0,107,41,0,0,'Light Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9070,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7286,2319,2321,0,0,0,0,0,12,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7283,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Black Whelp Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9071,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9070,0,0,0,0,0,222,1,0,0,'Black Whelp Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9072,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7287,2319,2321,0,0,0,0,0,6,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7284,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Red Whelp Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9073,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9072,0,0,0,0,0,222,1,0,0,'Pattern: Red Whelp Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9074,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2457,2319,2321,0,0,0,0,0,1,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7285,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Nimble Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9075,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9074,0,0,0,0,0,107,41,0,0,'Nimble Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9076,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9077,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,896,0,0,'Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9078,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,897,0,0,'Cloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9079,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1653,0,0,0,0,0,0,0,0,681,1,0,0,'Create Rift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9080,0,0,0,11,328724,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,6,0,1,1,0,1,1,0,0,0,0,1,0,0,0,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,23,0,50,'Hamstring','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (9081,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,160,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9082,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,3,0,0,31,0,0,0,101,0,0,0,1,18,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122088,0,0,0,0,0,0,0,0,98,1,0,0,'Create Containment Coffer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9084,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1323,580,0,0,'Magic Stone Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9092,0,0,0,0,65664,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,0,0,0,0,0,0,563,287,0,0,'Flesh Eating Worm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9093,3,0,6,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15367,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,50,'Rift Spawn Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9095,0,0,0,0,0,0,0,0,0,0,0,0,0,183,0,0,5,0,0,31,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,22,0,0,7,0,0,12,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1344,331,0,0,'Cantation of Manifestation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9096,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1345,331,0,0,'Rift Spawn Manifestation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9097,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6549,0,0,0,0,0,0,0,0,175,1,0,0,'Summon Demon of the Orb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9098,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9099,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9100,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9101,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9102,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9103,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9104,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9105,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9106,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9107,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9108,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9109,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9110,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9111,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9112,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9113,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9114,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9115,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9116,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,440,0,0,'Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9117,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9118,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9119,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9120,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9121,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9122,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9123,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9124,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,32,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,'Buckler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9125,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,'Generic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9127,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6578,0,0,0,0,0,0,0,0,0,318,0,0,'Transform: Peasant w/ wood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9128,0,43,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,4,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,4,0,0,3,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9132,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,327692,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Increased Critical 1','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9133,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,0,0,0,0,0,0,0,0,0,936,0,0,'Lockpicking 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9134,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,345,0,0,'Herbalism','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9135,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Choose Random Powers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (9136,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9137,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9138,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9139,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9140,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9141,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9142,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,13,13,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9143,2,0,0,0,65536,0,0,0,0,0,0,64,0,0,0,0,5,0,0,31,0,0,0,101,0,0,1,1,0,0,0,0,0,0,54,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,0,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9144,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,'Crushridge Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9145,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,5116,2321,0,0,0,0,0,8,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7348,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Fletcher\'s Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9146,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,3356,2321,0,0,0,0,0,8,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7349,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Herbalist\'s Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9147,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,7067,2321,0,0,0,0,0,6,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7352,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Earthen Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9148,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,5373,2321,0,0,0,0,0,10,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7358,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Pilferer\'s Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9149,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,7067,2997,2321,0,0,0,0,12,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7359,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Earthen Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9150,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9145,0,0,0,0,0,107,41,0,0,'Fletcher\'s Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9151,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9146,0,0,0,0,0,222,1,0,0,'Pattern: Herbalist\'s Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9152,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9147,0,0,0,0,0,222,1,0,0,'Pattern: Earthen Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9153,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9148,0,0,0,0,0,222,1,0,0,'Pattern: Pilferer\'s Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9154,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9149,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Earthen Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9155,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3765,0,0,0,0,0,222,1,0,0,'Pattern: Dark Leather Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1383,1,0,0,'Create Mage\'s Orb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9157,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Create Mage\'s Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9159,5,0,1,10,1073741824,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,15,2,0,0,101,0,45,35,35,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1445,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,0,1,1,1,0), + (9160,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,35,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9159,0,0,0,0,0,0,502,0,50,'Sleep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9161,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,1,0,0,'zzOLDDamage Shield Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9162,4,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,181,0,0,'zzOLDFrost Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9163,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,151,0,0,1,0,0,0,0,0,0,0,0,224,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal Self','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (9172,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,1,0,0,'Lift Seal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9173,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Anubisath Guardian AOE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (9174,1,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,248,86,0,50,'Rage','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (9175,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,'Running Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9176,1,0,1,0,0,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1403,544,0,0,'Holy Sunder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (9177,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,262272,0,0,101,0,0,25,0,106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,1,0,1,1,0,0,0,0,0,0,0,133,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,9178,0,0,0,0,51,1519,0,50,'Tigule and Foror\'s Strawberry Ice Cream','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (9178,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,9179,0,0,0,0,1405,119,0,0,'Brain Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1404,87,0,0,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9192,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1024,0,0,101,0,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,0,0,0,0,0,0,0,0,1464,107,131,0,'\"Plucky\" Resumes Human Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9193,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2321,0,0,0,0,0,0,8,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7371,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Quiver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9194,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2321,0,0,0,0,0,0,8,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7372,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Leather Ammo Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9195,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2325,2321,0,0,0,0,0,10,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7373,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dusky Leather Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9196,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,3824,2321,0,0,0,0,0,10,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7374,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dusky Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9197,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7392,4234,2321,0,0,0,0,0,4,10,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7375,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Green Whelp Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9198,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,7067,7070,2321,0,0,0,0,6,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7377,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Frost Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9199,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,60,60,60,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,374,0,0,'Attack Power %','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9200,3,0,0,0,65808,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,374,0,0,'Create Sapta','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9201,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2325,4291,0,0,0,0,0,16,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7378,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dusky Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9202,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7392,4234,4291,0,0,0,0,0,6,8,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7386,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Green Whelp Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9204,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9205,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9204,0,0,0,0,0,0,693,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9206,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4305,2325,7071,0,0,0,0,10,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7387,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dusky Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9207,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,7428,3824,4291,0,0,0,0,8,2,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7390,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dusky Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9208,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2459,4337,4291,0,0,0,0,10,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7391,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Swift Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9209,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9193,0,0,0,0,0,107,41,0,0,'Heavy Quiver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9210,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9194,0,0,0,0,0,107,41,0,0,'Heavy Leather Ammo Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9211,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9196,0,0,0,0,0,107,41,0,0,'Dusky Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9212,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9198,0,0,0,0,0,107,41,0,0,'Frost Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9213,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9201,0,0,0,0,0,107,41,0,0,'Dusky Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9214,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9206,0,0,0,0,0,107,41,0,0,'Dusky Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9215,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9195,0,0,0,0,0,222,1,0,0,'Pattern: Dusky Leather Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9216,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9197,0,0,0,0,0,222,1,0,0,'Pattern: Green Whelp Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9217,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9202,0,0,0,0,0,222,1,0,0,'Pattern: Green Whelp Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9218,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9207,0,0,0,0,0,222,1,0,0,'Pattern: Dusky Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9219,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9208,0,0,0,0,0,222,1,0,0,'Pattern: Swift Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9220,3,0,0,0,33882112,0,0,0,0,0,0,0,0,0,0,0,4,0,10000,0,1024,0,0,101,0,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6626,0,0,0,0,0,0,0,0,0,107,131,0,'\"Plucky\" Resumes Chicken Form','','','','','','','','Shapeshift','','','','','','','',0,0,1500,0,0,0,0,0,0,1,1,1,0), + (9221,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1785,1,0,0,0,0,0,0,0,74,217,0,0,'Summon Voidwalker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9222,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1787,1,0,0,0,0,0,0,0,74,217,0,0,'Summon Voidwalker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9223,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1786,1,0,0,0,0,0,0,0,74,216,0,0,'Summon Succubus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9224,0,0,0,0,0,0,0,0,0,0,0,0,0,203,0,0,7,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1788,1,0,0,0,0,0,0,0,74,216,0,0,'Summon Succubus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9232,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,30,0,1,1,0,1,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,38,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1443,121,0,0,'Scarlet Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9233,2,0,1,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9057,0,0,0,0,0,0,502,0,50,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (9234,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,10,10,10,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,276,0,0,'Armor Debuff (TEST)','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (9235,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,30,0,1,1,0,1,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1444,121,0,0,'Scarlet Resurrected','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9252,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,161,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3499,283,0,0,'Replenish Mana I','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (9253,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,801,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3499,283,0,0,'Replenish Mana II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (9256,5,0,0,0,537985024,262280,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Deep Sleep','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (9257,1,56,0,0,327680,0,4,0,0,0,0,0,0,0,0,0,1,0,3600000,0,0,0,0,101,0,50,30,30,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,67,30,0,1,1,0,1,1,0,0,0,0,0,25,0,-1,249,0,0,0,0,38,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,79,0,0,'Lay on Hands','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9258,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (9259,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9260,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9261,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9262,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9263,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9264,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9265,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9266,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9267,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9268,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Teleport to Darnassus - Event','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9269,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,2841,4375,814,818,774,0,0,0,6,1,2,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7506,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Universal Remote','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9270,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9269,0,0,0,0,0,222,1,0,0,'Schematic: Gnomish Universal Remote','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9271,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2841,6530,4364,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6533,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Aquadynamic Fish Attractor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9272,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9271,0,0,0,0,0,107,1,0,0,'Aquadynamic Fish Attractor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9273,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3575,4375,814,4306,1210,7191,0,0,6,2,2,2,2,1,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7148,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Goblin Jumper Cables','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9274,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9273,0,0,0,0,0,222,1,0,0,'Schematic: Goblin Jumper Cables','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9275,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,15,54,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (9276,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,1,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9275,0,0,0,0,0,0,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (9292,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9293,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFire Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9294,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9295,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9296,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9297,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9298,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9299,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9300,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9301,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9302,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9303,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDFrost Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9304,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9305,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9306,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9307,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9308,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9309,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9310,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9311,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9312,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9313,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDHoly Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9314,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9315,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9316,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9317,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9318,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9319,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9320,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9321,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9322,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9323,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDShadow Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9324,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9325,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9326,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9327,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9328,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9329,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,15,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9330,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,17,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9331,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9332,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,21,21,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9333,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,47,47,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 48','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9334,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,25,25,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9335,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,27,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9336,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9337,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9338,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9339,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9340,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9341,3,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9342,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,12,12,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9343,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,13,13,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9344,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9345,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,15,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9346,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,17,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9347,0,0,0,0,8390912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,11000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24573,0,0,0,0,0,0,564,0,0,'Mortal Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (9348,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9349,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9350,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9351,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9352,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9353,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9354,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9355,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9356,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDNature Damage Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9357,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9358,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9359,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9360,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9361,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9372,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Bear Enters Auberdine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9373,5,99,1,0,1114112,16388,0,0,0,0,0,0,0,0,0,0,1,0,1000,15,0,15420,0,101,0,0,1,1,29,0,10,2,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2.5,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,2000,0,0,2,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,546,0,0,'Soul Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9392,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9393,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9394,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9395,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9396,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9397,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,6,6,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9398,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9399,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9400,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9401,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9402,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9403,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9404,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9405,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9406,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9407,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9408,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9409,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9410,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9411,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9412,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9413,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9414,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9415,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,8,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 9','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9416,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,10,10,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9417,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9433,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,42,38,38,0,0,330,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0.5,0,0,185,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','Rank 4','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (9435,2,63,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,35,35,0,0,153,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,3,0,225,0,0,1,0,0,0,0,0,0,0,0,637,0,0,0,0,0,22,18,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1585,37,0,50,'Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Invisibility Detection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9437,0,0,0,0,384,268435456,128,0,0,0,0,0,0,0,0,0,5,0,0,1,0,8,0,101,0,0,0,1,23,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111148,0,0,0,0,0,0,0,0,353,1,0,0,'Placing Bear Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9438,1,37,0,0,537198592,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,31,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,39,25,39,0,0,0,0,0,0,0,0,0,0,0,0,1,0,126,0,0,0,0,0,0,968,81,0,0,'Arcane Bubble','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (9439,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Bear Captured in Trap','','','','','','','','','','','','','','','',0,0,0,60,0,0,0,0,0,1,1,1,0), + (9440,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3772,0,0,0,0,0,222,1,0,0,'Pattern: Green Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9452,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,1798,0,0,'Vindication','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (9453,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0,0,0,1823,0,0,'Unyielding Faith','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (9454,0,0,0,0,603979776,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9455,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,38,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Thistle Bear Death Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9456,3,0,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,110,0,0,15,0,0,0,101,0,0,1,1,0,0,40,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142,196,0,0,'Tharnariun Cure 1','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9457,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Tharnariun\'s Heal','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,0,0,1,1,1,0), + (9458,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,1,15,0,0,8,0,0,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8822,0,0,0,1164,30,0,0,'Smoke Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9459,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,3,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1484,221,0,0,'Corrosive Ooze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9460,3,21,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9459,0,0,0,0,0,0,40,0,0,'Corrosive Ooze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9461,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,19,0,0,31,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,1,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4391,0,0,0,0,0,0,0,0,1485,9,0,0,'Summon Swamp Ooze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9462,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1486,20,0,0,'Mirefin Fungus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9463,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9462,0,0,0,0,0,0,20,0,0,'Mirefin Fungus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9464,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,'Barbs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9472,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,31,26,26,0,0,155,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,57,0,0,1,0,0,0,0,0,2.2,0,0,257,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2048,0,1,1,1,1,1,0), + (9473,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,37,32,32,0,0,185,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,67,0,0,1,0,0,0,0,0,2.5,0,0,326,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2048,0,1,1,1,1,1,0), + (9474,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,43,38,38,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,79,0,0,1,0,0,0,0,0,2.8,0,0,399,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2048,0,1,1,1,1,1,0), + (9475,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9472,0,0,0,0,0,107,242,0,0,'Flash Heal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9476,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9473,0,0,0,0,0,107,242,0,0,'Flash Heal','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9477,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9474,0,0,0,0,0,107,242,0,0,'Flash Heal','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9478,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,5,0,0,1,0,0,0,101,0,0,0,1,23,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,109515,0,0,0,0,0,0,0,0,353,1,0,0,'Invis Placing Bear Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9481,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,40,40,0,0,220,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Holy Smite','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9482,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,35,35,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1505,12,0,50,'Amplify Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9483,0,0,0,0,4784144,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1506,251,0,0,'Boulder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (9484,1,0,1,20,1074855936,262144,524288,0,0,134217728,0,0,32,0,0,0,16,0,0,15,2,0,0,101,0,0,20,20,9,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,27,0,0,'Shackle Undead','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,1073741824,0,1,1,1,1,1,0), + (9485,1,0,1,20,1074855936,262144,524288,0,0,134217728,0,0,32,0,0,0,16,0,0,15,2,0,0,101,0,0,40,40,64,0,120,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,27,0,0,'Shackle Undead','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,1073741824,0,1,1,1,1,1,0), + (9486,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9485,0,0,0,0,0,107,27,0,0,'Shackle Undead','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9487,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,5,5,0,0,30,0,0,0,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9488,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,10,10,0,0,45,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9489,0,0,0,0,268435472,0,0,0,0,0,0,64,0,0,0,0,20,0,0,15,128,0,0,101,0,0,0,1,4,0,0,0,0,0,2,0,0,7667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112877,0,0,0,0,0,0,0,0,373,289,0,0,'Create Scrying Bowl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9490,0,0,0,0,262160,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,42,32,32,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-66,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3949,960,0,50,'Demoralizing Roar','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,8,0,1,1,1,1,1,0), + (9491,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9490,0,0,0,0,0,107,960,0,50,'Demoralizing Roar','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9492,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,29,3,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,3941,108,0,0,'Rip','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1,1,1,0), + (9493,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,29,3,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,3941,108,0,0,'Rip','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1,1,1,0), + (9494,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9492,0,0,0,0,0,107,108,0,0,'Rip','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9495,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9493,0,0,0,0,0,107,108,0,0,'Rip','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9512,0,60,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,1588,1,0,0,'Restore Energy','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (9513,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2452,159,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7676,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Thistle Tea','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9514,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9513,0,0,0,0,0,108,1,0,0,'Recipe: Thistle Tea','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9515,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6867,0,0,0,0,0,0,0,0,1604,956,0,0,'Summon Tracking Hound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9532,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9552,2,0,1,9,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,39,34,34,105,0,185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,6,1,1,0,1,1,0,0,0,0,0,2,0,9,115,0,0,0,0,6,6,6,0,0,0,0,0,0,3,0,27,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Searing Flames','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9572,3,37,0,0,33554560,0,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,8,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,50,'Onin\'s Camouflage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9573,2,50,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,10,0,0,9,0,0,0,0,0,24,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,11,0,50,'Flame Breath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (9574,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,15,0,0,0,101,0,0,19,19,22,0,0,0,0,0,3,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,5,1,0,1,1,0,0,0,0,1.5,1.5,0,27,29,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1584,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9575,2,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,9,0,0,0,101,0,0,35,35,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,1,3,301,0,0,1,0,0,0,0,0,0,0,0,849,0,0,0,0,0,22,1,18,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,37,0,50,'Self Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9576,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,39,39,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,49,0,29,0,0,0,1,1,1,0,0,0,0,0,0,13,26,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1586,658,0,0,'Lock Down','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9577,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Uldaman Key Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9578,5,82,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,30,20,20,1,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-156,0,0,0,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,0,'Fade','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,16384,0,1,1,1,1,1,0), + (9579,5,82,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,40,30,30,1,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-286,0,0,0,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,0,'Fade','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,16384,0,1,1,1,1,1,0), + (9580,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9578,0,0,0,0,0,107,331,0,0,'Fade','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9581,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9579,0,0,0,0,0,107,331,0,0,'Fade','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9582,0,0,0,0,256,0,0,0,0,0,0,0,0,12,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5639,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9583,0,0,0,0,256,0,0,0,0,0,0,0,0,226,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7771,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Water Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9584,0,0,0,0,256,0,0,0,0,0,0,0,0,223,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7770,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Water Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9586,0,0,0,0,256,0,0,0,0,0,0,0,0,224,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7769,0,0,0,2048,0,0,0,0,0,0,0,654,1,0,0,'Water Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9587,3,0,6,0,269549568,256,0,0,0,0,0,0,0,0,0,0,1,0,0,15,80899,0,0,101,0,0,38,38,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,199,0,0,0,0,1,1,0,0,0,0,0,0,0,18,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,50,'Magic Potion','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (9590,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,'Stealth 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9591,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,636,0,50,'Acid Spit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9592,5,82,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,50,40,40,1,0,175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-441,0,0,0,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,0,'Fade','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,16384,0,1,1,1,1,1,0), + (9593,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9592,0,0,0,0,0,107,331,0,0,'Fade','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9594,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7741,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7733,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Attach Medallion to Shaft','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7740,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7733,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Attach Shaft to Medallion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9596,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3971,0,0,0,0,0,222,1,0,0,'Schematic: Gnomish Cloaking Device','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9612,0,36,1,0,262160,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,24,24,8,0,0,0,0,0,2,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,776,44,0,0,'Ink Spray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (9613,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9614,5,0,1,0,2048,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,37,37,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9615,0,0,0,0,0,1623,263,0,0,'Rift Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9615,0,0,0,0,150995328,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,37,37,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6913,0,0,0,0,0,0,0,0,1624,207,0,0,'Summon Rift Traveler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9616,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,100,0,0,19,19,18,0,65,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,15,0,0,1,0,0,0,0,0,1.5,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Wild Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9617,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,143,0,0,'Ghost Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9632,0,0,0,0,262160,64,1073741824,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,0,101,0,0,1,1,105,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,26,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9633,0,0,0,0,0,6044,83,122,0,'Bladestorm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (9633,0,0,0,0,262160,0,1073741824,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,83,0,0,'Whirlwind','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (9634,0,0,0,0,327696,32768,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,8,17,0,0,0,0,0,0,0,4227,107,122,0,'Dire Bear Form','','','','','','','','Shapeshift','','','','','','','',55,133,1500,0,7,1073741824,0,0,0,1,1,1,0), + (9635,3,0,0,0,80,0,0,0,0,128,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,32,3,359,599,119,0,0,0,1,1,1,0,0,0,0,0,0,142,34,99,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,107,0,0,'Dire Bear Form (Passive)','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9636,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,26,26,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,6932,0,0,0,0,0,0,0,0,878,263,0,0,'Summon Swamp Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9653,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,4661,0,0,0,0,0,0,0,0,1643,66,0,0,'Summon Gelkis Rumbler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9654,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,62,0,50,'Jumping Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9657,5,0,1,0,0,524288,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1244,207,0,0,'Shadow Shell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9658,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,15,0,0,0,101,0,0,20,20,22,0,0,0,0,0,3,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,3,1,0,1,1,0,0,0,0,1,1,0,18,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1584,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9672,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,17,1,0,1,1,0,0,0,0,0,0,0,47,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9712,5,0,0,0,65536,16388,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,15404,0,101,0,0,38,38,28,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,113,0,0,'Thaumaturgy Channel','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (9733,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,15420,0,101,0,0,36,36,35,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9737,0,0,0,0,0,223,83,122,0,'Arantir\'s Anger','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (9734,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,0,0,75,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,50,'Holy Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9735,0,0,1,0,134217728,0,0,0,0,0,0,0,0,63,0,0,1,0,0,0,0,0,0,101,0,0,0,0,40,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,86,1,1,0,1,1,0,0,0,0,0,0,0,9999,9999,0,0,0,0,21,1,40,0,0,0,0,0,0,19,19,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,3,0,0,0,0,0,0,841,244,0,0,'Sapta Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9736,0,39,5,0,135528448,0,2,0,0,0,0,0,64,0,0,0,1,0,5000,0,15367,0,0,101,0,0,22,22,9,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,79,1,1,0,1,1,0,0,0,0,0,5,0,-1,179,0,0,0,0,1,1,1,0,0,0,0,0,0,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,255,252,30,0,'Arantir\'s Deception','','','','','','','','Rank 1','','','','','','','',0,0,0,100,0,0,0,0,0,1,1,1,0), + (9737,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,0,0,1,0,0,1,0,0,0,0,0,1,0,0,49,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,83,0,0,'Arantir\'s Anger Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (9738,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Rift Spawn Becomes Visible','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9739,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,75,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Wrath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (9740,0,39,5,0,169148432,0,2,0,0,0,0,0,0,0,0,0,1,0,5000,0,15367,0,0,101,0,42,22,22,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,79,1,1,0,1,1,0,0,0,0,0,5,0,-1,179,0,0,0,0,1,1,1,0,0,0,0,0,0,36,16,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,255,252,30,0,'Arantir\'s Deception','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9741,0,43,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,10000,5000,0,0,0,0,101,0,0,26,26,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,22,0,0,15,0,0,9,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,278,0,0,'Arantir\'s Rage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9743,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1383,319,0,0,'Delete Me','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9744,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1711,73,0,0,'Jarkal\'s Translation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9745,0,0,0,0,1044,134218240,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,70,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,2048,0,2,2,1,1,1,0), + (9746,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9745,0,0,0,0,0,107,261,0,0,'Maul','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9747,0,0,0,0,262160,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,52,42,42,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-101,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3949,960,0,50,'Demoralizing Roar','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,8,0,1,1,1,1,1,0), + (9748,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9747,0,0,0,0,0,107,960,0,50,'Demoralizing Roar','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9749,3,0,1,0,65536,98304,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,42,42,64,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-396,0,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,1024,0,1,1,1,1,1,0), + (9750,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,47,42,42,86,0,510,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,65,1,0,1,1,0,0,0,0,4.7,0,0,510,77,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (9751,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9750,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9752,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,29,3,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,3941,108,0,0,'Rip','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1,1,1,0), + (9753,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9752,0,0,0,0,0,107,108,0,0,'Rip','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9754,0,85,0,0,262160,512,4096,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,1562,0,0,'Swipe','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,2048,0,2,2,1,1,1,0), + (9755,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9754,0,0,0,0,0,107,1562,0,0,'Swipe','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9756,3,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,44,44,6,0,240,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (9757,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9756,0,0,0,0,0,107,53,0,0,'Thorns','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9758,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,22,0,0,15,0,0,0,101,0,49,44,44,0,0,495,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,229,0,0,1,0,0,0,0,0,5.2,0,0,1198,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (9759,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9758,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9760,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9761,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9762,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9763,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9764,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9765,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9766,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 70','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9767,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 80','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9768,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 90','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9769,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9770,0,0,0,0,0,1712,160,0,0,'Radiation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9770,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,160,0,0,'Radiation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9771,3,0,0,0,591872,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,34,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,64,0,21,1,0,1,1,0,0,0,0,0,0,0,59,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9775,0,0,0,0,1883,160,0,50,'Radiation Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (9772,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,153,0,0,'Defias Tower I','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9773,2,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,25,10,1,31,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,31,1,0,1,1,0,0,0,0,2.6,0,0,149,9,0,0,0,0,1,1,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,50,'Defias Tower II','','','','','','','','','','','','','','','',0,133,1500,255,0,0,0,1,1,1,1,1,0), + (9774,0,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,135,117,0,50,'Immune Root','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (9775,3,0,3,0,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9776,0,0,0,0,0,1712,203,0,0,'Irradiated','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9776,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,6,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,20,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,263,0,0,'Irradiated','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9777,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,41,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,104,0,0,'Self Healing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9778,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,3,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9777,0,0,0,0,0,0,1,0,0,'Proc Self Heal 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9779,2,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,25,10,1,31,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,16,1,0,1,1,0,0,0,0,2.6,0,0,49,9,0,0,0,0,1,1,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,185,0,50,'Defias Tower III','','','','','','','','','','','','','','','',0,133,1500,255,0,0,0,1,1,1,1,1,0), + (9781,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,215,1,0,0,'Mithril Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9782,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,40,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,5,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mithril Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9783,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,0,0,0,0,0,215,1,0,0,'Mithril Spurs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9784,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,40,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,5,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Iron Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9785,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,335,0,0,'Blacksmithing','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9786,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,9785,0,0,0,0,0,107,335,0,0,'Artisan Blacksmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9787,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1571,0,0,'Weaponsmith','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9788,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,'Armorsmith','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9789,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9787,0,0,0,0,0,107,335,0,0,'Artisan Weaponsmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9790,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9788,0,0,0,0,0,107,335,0,0,'Artisan Armorsmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9791,0,52,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1187,25,0,0,'Head Crack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (9793,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9794,0,0,0,0,0,0,1,0,0,'zzOLDDisarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9794,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,47,47,0,1,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,213,0,0,'zzOLDDisarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9795,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1723,73,0,0,'Talvash\'s Necklace Repair','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9796,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,0,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,14,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1724,264,0,0,'Blight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (9797,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9796,0,0,0,0,0,0,1,0,0,'zzOLDBlight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9798,3,0,0,0,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,18,0,30,0,0,13,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9770,0,0,0,0,0,1725,160,0,0,'Radiation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9799,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1820,0,0,'Eye for an Eye','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (9800,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,0,3,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,1726,566,0,50,'Holy Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9800,0,0,0,0,0,0,1,0,0,'zzOLDHoly Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9806,3,0,1,0,0,98304,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,42,42,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,1727,109,0,0,'Phantom Strike','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,0,1,1,1,0), + (9808,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9806,0,0,0,0,0,0,1,0,0,'zzOLDPhantom Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9810,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,303,1,0,0,'Touch of Zanzil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9811,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,5635,1210,3486,0,0,0,0,8,4,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7913,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Barbaric Iron Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9812,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9811,0,0,0,0,0,222,1,0,0,'Plans: Barbaric Iron Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9813,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3486,0,0,0,0,0,0,20,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7914,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Barbaric Iron Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9814,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,5637,5635,0,0,0,0,0,10,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7915,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Barbaric Iron Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9815,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9814,0,0,0,0,0,222,1,0,0,'Plans: Barbaric Iron Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9817,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9813,0,0,0,0,0,222,1,0,0,'Plans: Barbaric Iron Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9818,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,5637,818,3486,0,0,0,0,12,4,4,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7916,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Barbaric Iron Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9819,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9818,0,0,0,0,0,222,1,0,0,'Plans: Barbaric Iron Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9820,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3575,3486,5637,0,0,0,0,0,14,3,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7917,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Barbaric Iron Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9821,0,44,0,0,262160,32,0,0,0,1,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,46,46,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2276,959,0,0,'Dash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9822,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,0,0,0,0,0,107,959,0,0,'Dash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9823,0,0,0,12,2490384,402653696,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,39,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,80,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,6,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9824,0,0,0,0,3942,495,0,50,'Pounce','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,7,131072,0,2,2,1,1,1,0), + (9824,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,85,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,50,'Pounce Bleed','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9825,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9823,0,0,0,0,0,107,495,0,50,'Pounce','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9826,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,85,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,50,'Pounce Bleed','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9827,0,0,0,12,2490384,402653696,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,39,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,80,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,6,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9826,0,0,0,0,3942,495,0,50,'Pounce','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,7,131072,0,2,2,1,1,1,0), + (9828,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9827,0,0,0,0,0,107,495,0,50,'Pounce','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9829,0,0,0,0,262160,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,63,224,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3950,147,0,0,'Shred','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,7,32768,0,2,2,1,1,1,0), + (9830,0,0,0,0,262160,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,79,224,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3950,147,0,0,'Shred','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,7,32768,0,2,2,1,1,1,0), + (9831,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9829,0,0,0,0,0,107,147,0,0,'Shred','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9832,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9830,0,0,0,0,0,107,147,0,0,'Shred','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9833,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,51,46,46,29,0,280,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,25,0,1,1,0,0,0,0,0,2.7,0,65,129,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (9834,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,57,52,52,29,0,325,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,29,0,1,1,0,0,0,0,0,3,0,79,156,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (9835,6,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,63,58,58,29,0,375,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,33,0,1,1,0,0,0,0,0,3.3,0,95,188,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,7,2,0,1,1,1,1,1,0), + (9836,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9833,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9837,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9834,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9838,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9835,0,0,0,0,0,107,225,0,0,'Moonfire','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9839,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,51,46,46,29,0,235,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,121,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (9840,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,57,52,52,29,0,280,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,151,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (9841,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,63,58,58,29,0,335,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,188,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (9842,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9839,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9843,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9840,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9844,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9841,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9845,0,0,0,0,262160,32,0,0,0,1,0,0,0,0,0,0,1,1000,0,0,0,0,0,101,0,0,48,48,32,3,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,200,1181,0,50,'Tiger\'s Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9846,0,0,0,0,262160,32,0,0,0,1,0,0,0,0,0,0,1,1000,0,0,0,0,0,101,0,0,60,60,32,3,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,200,1181,0,50,'Tiger\'s Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9847,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9845,0,0,0,0,0,107,1181,0,0,'Tiger\'s Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9848,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9846,0,0,0,0,0,107,1181,0,0,'Tiger\'s Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9849,0,0,0,0,262160,134218240,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,48,48,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,80,0,1,1,0,1,1,0,0,0,0,0,0,0,87,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882,262,0,0,'Claw','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (9850,0,0,0,0,262160,134218240,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,58,58,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,80,0,1,1,0,1,1,0,0,0,0,0,0,0,114,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882,262,0,0,'Claw','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (9851,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9850,0,0,0,0,0,107,262,0,0,'Claw','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9852,3,0,1,7,1073840128,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,48,48,106,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (9853,3,0,1,7,1073840128,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,58,58,205,0,125,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,29,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (9854,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9852,0,0,0,0,0,107,20,0,0,'Entangling Roots','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9855,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9853,0,0,0,0,0,107,20,0,0,'Entangling Roots','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9856,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,53,48,48,86,0,615,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,79,1,0,1,1,0,0,0,0,5.3,0,0,645,97,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (9857,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,59,54,54,86,0,740,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,97,1,0,1,1,0,0,0,0,6,0,0,808,122,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (9858,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,5,0,0,15,0,0,0,101,0,65,60,60,86,0,880,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,117,1,0,1,1,0,0,0,0,6.8,0,0,1002,151,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,7,64,0,1,1,1,1,1,0), + (9859,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9856,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9860,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9857,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9861,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9858,0,0,0,0,0,107,197,0,0,'Regrowth','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9862,3,46,0,0,65536,64,0,0,0,0,1073741824,0,0,0,0,0,1,0,300000,15,0,31756,0,101,0,56,50,50,1,0,695,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0.9,0,0,204,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283,100,0,0,'Tranquility','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,128,0,1,1,1,1,1,0), + (9863,3,46,0,0,65536,64,0,0,0,0,1073741824,0,0,0,0,0,1,0,300000,15,0,31756,0,101,0,66,60,60,1,0,925,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,1,0,0,293,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283,100,0,0,'Tranquility','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,128,0,1,1,1,1,1,0), + (9864,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9862,0,0,0,0,0,107,100,0,0,'Tranquility','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9865,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9863,0,0,0,0,0,107,100,0,0,'Tranquility','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9866,0,0,0,0,2490384,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,77,349,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2275,1531,0,50,'Ravage','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,7,65536,0,2,2,1,1,1,0), + (9867,0,0,0,0,2490384,134218240,1048576,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,31,80,1,1,1,1,1,1,0,0,0,0,0,0,97,349,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2275,1531,0,50,'Ravage','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,7,65536,0,2,2,1,1,1,0), + (9868,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9866,0,0,0,0,0,107,1531,0,50,'Ravage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9869,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,9867,0,0,0,0,0,107,1531,0,50,'Ravage','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9870,0,0,0,0,262160,134217728,67108864,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,59,50,99,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,319,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,201,0,0,'zzOLDGrowl','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9871,0,0,0,0,262160,134217728,67108864,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,69,60,99,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,5,0,0,414,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,201,0,0,'zzOLDGrowl','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9872,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9870,0,0,0,0,0,107,24,0,0,'zzOLDGrowl','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9873,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9871,0,0,0,0,0,107,24,0,0,'zzOLDGrowl','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9874,2,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,35,35,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,3,211,0,0,1,0,0,0,0,0,0,0,0,594,0,0,0,0,0,22,0,18,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,37,0,50,'Self Destruct','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9875,6,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,56,50,50,0,0,275,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,2.7,0,0,361,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,1485,0,50,'Starfire','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,4,0,1,1,1,1,1,0), + (9876,6,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,64,58,58,0,0,315,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,81,0,0,1,0,0,0,0,0,3,0,0,444,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,1485,0,50,'Starfire','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,4,0,1,1,1,1,1,0), + (9877,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9875,0,0,0,0,0,107,1485,0,0,'Starfire','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9878,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9876,0,0,0,0,0,107,1485,0,0,'Starfire','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9879,2,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,9,0,0,0,101,0,0,35,35,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,37,0,50,'Self Destruct','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9880,0,0,0,0,1044,134218240,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,100,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','Rank 6','','','','','','','',0,0,0,0,7,2048,0,2,2,1,1,1,0), + (9881,0,0,0,0,1044,134218240,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','Rank 7','','','','','','','',0,0,0,0,7,2048,0,2,2,1,1,1,0), + (9882,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9880,0,0,0,0,0,107,261,0,0,'Maul','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9883,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9881,0,0,0,0,0,107,261,0,0,'Maul','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9884,3,0,1,0,65536,131072,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,50,50,30,0,340,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,239,9,14,0,0,0,21,21,21,0,0,0,0,0,0,22,29,143,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,126,0,0,0,0,0,0,212,123,0,50,'Mark of the Wild','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (9885,3,0,1,0,65536,131072,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,60,60,30,0,445,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,284,11,19,0,0,0,21,21,21,0,0,0,0,0,0,22,29,143,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,126,0,0,0,0,0,0,212,123,0,50,'Mark of the Wild','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (9886,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9884,0,0,0,0,0,107,123,0,0,'Mark of the Wild','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9887,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9885,0,0,0,0,0,107,123,0,0,'Mark of the Wild','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9888,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,22,0,0,15,0,0,0,101,0,55,50,50,0,0,600,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,281,0,0,1,0,0,0,0,0,5.9,0,0,1515,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (9889,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,22,0,0,15,0,0,0,101,0,61,56,56,0,0,720,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,341,0,0,1,0,0,0,0,0,6.6,0,0,1889,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (9890,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9888,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9891,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9889,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9892,0,84,0,0,262160,134217728,67108864,0,0,1,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,62,52,52,0,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-601,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3883,958,0,0,'Cower','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,0,0,0,2,2,1,1,1,0), + (9893,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9892,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9894,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,29,3,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,3941,108,0,0,'Rip','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1,1,1,0), + (9895,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9894,0,0,0,0,0,107,108,0,0,'Rip','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9896,0,0,0,15,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,29,3,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,3941,108,0,0,'Rip','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1,1,1,0), + (9897,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9896,0,0,0,0,0,107,108,0,0,'Rip','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9898,0,0,0,0,262160,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,62,52,52,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-131,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3949,960,0,50,'Demoralizing Roar','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,8,0,1,1,1,1,1,0), + (9899,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9898,0,0,0,0,0,107,960,0,50,'Demoralizing Roar','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9900,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33219,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,0,0,0,0,0,0,3324,1,0,0,'Sharpen Blade IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9901,3,0,0,0,65536,2228224,524288,0,0,1073741824,0,0,1,0,0,0,16,0,0,15,0,0,0,101,0,0,54,54,8,0,100,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6439,454,0,50,'Soothe Animal','','','','','','','','Rank 3','','','','','','','',0,133,1500,70,7,16777216,0,1,1,1,1,1,0), + (9902,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9901,0,0,0,0,0,107,454,0,0,'Soothe Animal','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9903,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9264,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,484,0,0,0,0,0,0,0,0,3325,1,0,0,'Enhance Blunt Weapon IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9904,0,0,0,0,262160,134218240,0,8,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,105,3,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,80,1,1,1,1,1,1,0,0,0,0,0,0,57,31,0,0,15,0,6,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,494,0,0,'Rake','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (9905,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9904,0,0,0,0,0,107,494,0,0,'Rake','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9906,0,54,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,33,33,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1743,87,0,0,'Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9907,3,0,1,0,65536,98304,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,54,54,64,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-506,0,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,1024,0,1,1,1,1,1,0), + (9908,0,85,0,0,262160,512,4096,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,82,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,1562,0,0,'Swipe','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,2048,0,2,2,1,1,1,0), + (9909,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9908,0,0,0,0,0,107,1562,0,0,'Swipe','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9910,3,0,1,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,54,54,6,0,320,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (9911,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9912,0,0,0,0,0,107,263,0,0,'Wrath','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9912,3,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,60,54,54,0,0,180,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,2.1,0,0,235,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,263,0,0,'Wrath','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,7,1,0,1,1,1,1,1,0), + (9913,0,38,5,0,437518352,16,2097152,0,0,1,0,0,0,0,0,0,1,0,10000,0,15367,0,0,101,0,79,60,60,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,5,0,0,299,-31,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,103,30,0,'Prowl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,16384,0,0,0,1,1,1,0), + (9914,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9913,0,0,0,0,0,107,103,0,0,'Prowl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9915,4,0,1,7,1073807360,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,45,40,40,1,0,115,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,0.5,0,0,46,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1744,193,0,50,'Frost Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9916,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3486,0,0,0,0,0,0,16,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7963,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Steel Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9917,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9916,0,0,0,0,0,107,1,0,0,'Steel Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9918,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7912,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7964,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Solid Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9920,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7912,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7966,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Solid Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9921,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7912,4306,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7965,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Solid Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9922,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9920,0,0,0,0,0,107,1,0,0,'Solid Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9924,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9918,0,0,0,0,0,107,1,0,0,'Solid Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9925,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9921,0,0,0,0,0,107,1,0,0,'Solid Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9926,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,4234,0,0,0,0,0,0,8,6,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7918,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Mithril Shoulder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9927,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9926,0,0,0,0,0,107,1,0,0,'Heavy Mithril Shoulder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9928,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,4338,0,0,0,0,0,0,6,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7919,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Mithril Gauntlet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9929,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9928,0,0,0,0,0,107,1,0,0,'Heavy Mithril Gauntlet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9930,3,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,74,0,0,0,0,35,35,0,0,0,0,0,0,0,81,81,0,0,0,0,1,1,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,1745,66,0,0,'Empathy of Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9931,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7920,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Mithril Scale Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9932,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9931,0,0,0,0,0,107,1,0,0,'Mithril Scale Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9933,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,1705,0,0,0,0,0,0,10,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7921,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Mithril Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9934,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9933,0,0,0,0,0,222,1,0,0,'Plans: Heavy Mithril Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9935,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,7966,0,0,0,0,0,0,14,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7922,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Steel Plate Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9936,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9935,0,0,0,0,0,107,1,0,0,'Steel Plate Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9937,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,3864,0,0,0,0,0,0,8,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7924,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Mithril Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9938,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9937,0,0,0,0,0,222,1,0,0,'Plans: Mithril Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9939,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7966,0,0,0,0,0,4,2,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7967,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Mithril Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9940,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9939,0,0,0,0,0,222,1,0,0,'Plans: Mithril Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9941,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Spell Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9942,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,4234,4338,0,0,0,0,0,8,6,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7925,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Mithril Scale Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9943,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Spell Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9944,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9942,0,0,0,0,0,222,1,0,0,'Plans: Mithril Scale Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9945,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7966,7909,0,0,0,0,12,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7926,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ornate Mithril Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9946,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9945,0,0,0,0,0,222,1,0,0,'Plans: Ornate Mithril Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9949,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5060,0,0,0,0,0,0,0,0,0,0,0,34,106,0,0,'Thieves\' Tool Rack Conjure','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9950,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,4338,6037,7966,0,0,0,0,10,6,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7927,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ornate Mithril Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9951,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9950,0,0,0,0,0,222,1,0,0,'Plans: Ornate Mithril Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9952,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,4304,0,0,0,0,0,12,1,6,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7928,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ornate Mithril Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9953,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9952,0,0,0,0,0,222,1,0,0,'Plans: Ornate Mithril Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9954,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7909,3864,5966,7966,0,0,10,8,3,3,1,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7938,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Truesilver Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9955,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9954,0,0,0,0,0,107,1,0,0,'Truesilver Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9956,1,25,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,17,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,45,0,0,1,0,0,0,0,0,2.4,0,0,277,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,104,0,50,'Drink Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9957,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7067,0,0,0,0,0,0,12,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7929,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Orcish War Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9958,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9957,0,0,0,0,0,222,1,0,0,'Plans: Orcish War Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9959,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7930,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Mithril Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9960,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9959,0,0,0,0,0,107,1,0,0,'Heavy Mithril Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9961,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,4338,0,0,0,0,0,0,10,6,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7931,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Mithril Coif','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9962,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9961,0,0,0,0,0,107,1,0,0,'Mithril Coif','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9964,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7966,0,0,0,0,0,0,4,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7969,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Mithril Spurs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9965,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9964,0,0,0,0,0,222,1,0,0,'Plans: Mithril Spurs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9966,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,4304,3864,0,0,0,0,0,14,4,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7932,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Mithril Scale Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9967,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9966,0,0,0,0,0,222,1,0,0,'Plans: Mithril Scale Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9968,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,4304,0,0,0,0,0,0,14,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7933,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Mithril Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9969,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9968,0,0,0,0,0,107,1,0,0,'Heavy Mithril Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9970,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7909,0,0,0,0,0,0,14,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7934,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Mithril Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9971,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9970,0,0,0,0,0,222,1,0,0,'Plans: Heavy Mithril Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9972,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7077,7966,0,0,0,0,16,6,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7935,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ornate Mithril Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9973,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9972,0,0,0,0,0,222,1,0,0,'Plans: Ornate Mithril Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9974,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7910,7971,7966,0,0,0,12,24,4,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7939,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Truesilver Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9976,0,39,5,0,327680,131072,6,0,0,0,0,0,0,0,0,0,1,0,30000,0,15367,0,0,101,0,80,1,1,0,0,0,0,0,0,34,0,0,0,0,7970,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,252,30,0,'Polly Eats the E.C.A.C.','','','','','','','','Rank 1','','','','','','','',0,0,0,60,0,0,0,0,0,1,1,1,0), + (9977,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7970,0,0,0,0,0,0,0,0,0,0,0,190,106,0,0,'Conjure E.C.A.C ','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9978,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9974,0,0,0,0,0,107,1,0,0,'Truesilver Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9979,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,4304,7966,7909,0,0,0,14,2,4,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7936,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ornate Mithril Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9980,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7971,7966,0,0,0,0,16,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7937,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ornate Mithril Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9981,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9979,0,0,0,0,0,222,1,0,0,'Plans: Ornate Mithril Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9982,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9980,0,0,0,0,0,222,1,0,0,'Plans: Ornate Mithril Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9983,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,2880,3470,2318,0,0,0,0,10,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7955,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Copper Claymore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9984,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9983,0,0,0,0,0,107,1,0,0,'Copper Claymore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9985,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3466,2319,0,0,0,0,0,8,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7956,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bronze Warhammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9986,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3466,2319,0,0,0,0,0,12,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7957,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bronze Greatsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9987,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,3466,2319,0,0,0,0,0,14,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7958,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bronze Battle Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9988,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9985,0,0,0,0,0,107,1,0,0,'Bronze Warhammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9989,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9986,0,0,0,0,0,107,1,0,0,'Bronze Greatsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9990,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9987,0,0,0,0,0,107,1,0,0,'Bronze Battle Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9991,3,0,4,0,75497472,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,225,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,-51,0,0,0,0,25,25,0,0,0,0,0,0,0,29,16,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1764,150,0,0,'Touch of Zanzil','','','','','','','','','','','','','','','',0,0,0,60,0,0,0,0,0,1,1,1,0), + (9992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1763,87,0,0,'Dizzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9993,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,3864,7966,4234,0,0,0,0,12,2,1,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7941,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Mithril Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9994,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9993,0,0,0,0,0,107,1,0,0,'Heavy Mithril Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9995,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7909,7966,4304,0,0,0,0,16,2,1,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7942,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Blue Glittering Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9996,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9995,0,0,0,0,0,222,1,0,0,'Plans: Blue Glittering Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (9997,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7966,4304,0,0,0,0,14,4,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7943,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Wicked Mithril Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9998,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,7168,0,0,0,0,0,0,0,0,255,266,0,0,'Summon Polly Jr.','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (9999,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,255,70,70,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1765,150,0,0,'Touch of Zanzil Cure','','','','','','','','','','','','','','','',0,0,0,60,0,0,0,0,0,1,1,1,0), + (10000,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9997,0,0,0,0,0,222,1,0,0,'Plans: Wicked Mithril Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10001,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7971,1210,7966,4304,0,0,0,16,1,4,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7945,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Big Black Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10002,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10001,0,0,0,0,0,107,1,0,0,'Big Black Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10003,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7075,6037,3864,1529,7966,4304,0,24,4,6,5,5,4,4,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7954,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'The Shatterer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10004,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10003,0,0,0,0,0,107,1,0,0,'The Shatterer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10005,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7909,1705,1206,7966,4338,0,0,14,1,2,2,1,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7944,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dazzling Mithril Rapier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10006,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10005,0,0,0,0,0,222,1,0,0,'Plans: Dazzling Mithril Rapier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10007,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7081,6037,3823,7909,7966,4304,0,28,6,8,2,6,4,2,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7961,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Phantom Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10008,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10007,0,0,0,0,0,107,1,0,0,'Phantom Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10009,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7075,7966,4304,0,0,0,0,18,2,1,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7946,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runed Mithril Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10010,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10009,0,0,0,0,0,222,1,0,0,'Plans: Runed Mithril Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10011,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,7972,6037,7966,4304,0,0,0,28,10,10,6,6,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7959,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Blight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10012,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10011,0,0,0,0,0,107,1,0,0,'Blight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10013,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7910,7966,4304,0,0,0,12,6,2,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7947,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ebon Shiv','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10014,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10013,0,0,0,0,0,222,1,0,0,'Plans: Ebon Shiv','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10015,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,6037,7910,7081,7966,4304,0,0,30,16,6,4,8,6,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7960,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Truesilver Champion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10016,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10015,0,0,0,0,0,107,1,0,0,'Truesilver Champion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10017,4,35,1,7,65792,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,45,40,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,0.5,0,0,46,-1,0,0,0,0,22,22,0,15,15,0,9,9,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,976,50,'Frost Hold','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10018,4,35,1,0,65536,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,45,40,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,0.5,0,0,46,-1,0,0,0,0,22,22,0,15,15,0,9,9,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2110,0,0,0,0,0,0,0,1166,1016,0,50,'Rat Nova','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10019,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9813,0,0,0,0,0,107,1,0,0,'Barbaric Iron Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10020,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9820,0,0,0,0,0,222,1,0,0,'Plans: Barbaric Iron Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10021,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,1,1,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'100% Block','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10022,3,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3583,0,0,0,0,0,0,68,0,0,'Deadly Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10032,0,38,5,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15366,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,9998,0,0,0,0,0,1,18,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,250,30,0,'Uber Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10052,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,38,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,101,0,0,1,0,0,0,0,0,0,0,0,549,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,283,0,0,'Replenish Mana','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (10053,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,48,48,0,0,1130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8007,0,0,0,0,0,0,0,0,0,0,0,161,1038,0,0,'Conjure Mana Citrine','','','','','','','','','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (10054,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,58,58,0,0,1470,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8008,0,0,0,0,0,0,0,0,0,0,0,161,1039,0,0,'Conjure Mana Ruby','','','','','','','','','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (10055,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10053,0,0,0,0,0,107,1038,0,0,'Conjure Mana Citrine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10056,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10054,0,0,0,0,0,107,1039,0,0,'Conjure Mana Ruby','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10057,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,151,0,0,1,0,0,0,0,0,0,0,0,774,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,283,0,0,'Replenish Mana','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (10058,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,58,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,201,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,283,0,0,'Replenish Mana','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (10059,6,0,0,0,268501248,268566528,0,0,0,0,0,0,0,0,0,0,7,60000,0,31,0,0,0,101,0,0,40,40,3,0,850,0,0,0,7,0,0,0,0,17032,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176296,0,0,0,0,0,0,0,0,2186,1482,0,50,'Portal: Stormwind','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (10060,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,40,40,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,21,21,0,0,0,0,0,0,0,136,79,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,7553,1872,0,0,'Power Infusion','','','','','','','','','','','','','','','',20,0,0,0,6,2147483648,0,0,1,1,1,1,0), + (10061,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,3,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,0,0,0,7209,0,0,0,0,0,0,0,0,1783,87,0,0,'Summon Obsidian Shard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10072,0,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-61,-21,0,0,0,0,1,1,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,208,0,0,'Splintered Obsidian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10073,0,19,0,0,537133056,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg3','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (10074,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Spell Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10092,0,0,0,0,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,42,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10093,10134,0,0,0,0,1803,174,0,0,'Sand Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10093,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,2,1,1,1,1,1,1,0,0,0,0,0,0,-86,0,19,0,0,0,22,22,22,15,15,15,8,8,8,33,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1804,174,0,0,'Harsh Winds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10094,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7226,0,0,0,0,0,0,0,0,1805,174,0,0,'Sand Storms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10095,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9204,0,0,0,0,0,0,693,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10096,0,0,2,0,67108864,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,-0.3,-0.3,0,-2,-2,-31,0,0,0,22,22,22,15,15,15,8,8,8,29,29,61,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,279,207,0,0,'Shrink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10097,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3858,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Mithril','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10098,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7911,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6037,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Truesilver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10099,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10097,0,0,0,0,0,107,1,0,0,'Smelt Mithril','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10100,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10098,0,0,0,0,0,107,1,0,0,'Smelt Truesilver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10101,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,77,1,75,0,1,1,0,0,0,0,0,0,0,29,112,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (10113,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,1,0,0,'Flare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7226,0,0,0,0,0,0,0,0,1805,174,0,0,'Sand Storms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10134,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,174,0,0,'Sand Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10136,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,40,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,101,0,1,1,0,0,0,0,0,0,0,-11,149,0,0,0,0,6,6,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,1823,148,0,0,'Magenta Cap Sickness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,1,0,0,'Fizzule\'s Folly','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10138,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,49,40,40,0,0,420,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8077,0,0,0,0,0,0,0,0,0,0,0,564,1306,0,0,'Conjure Water','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (10139,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,59,50,50,0,0,585,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8078,0,0,0,0,0,0,0,0,0,0,0,564,1360,0,0,'Conjure Water','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (10140,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,65,60,60,0,0,780,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8079,0,0,0,0,0,0,0,0,0,0,0,564,1687,0,0,'Conjure Water','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (10141,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10138,0,0,0,0,0,107,1306,0,0,'Conjure Water','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10142,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10139,0,0,0,0,0,107,1360,0,0,'Conjure Water','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10143,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10140,0,0,0,0,0,107,1687,0,0,'Conjure Water','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10144,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,51,42,42,0,0,420,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8075,0,0,0,0,0,0,0,0,0,0,0,563,260,0,0,'Conjure Food','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (10145,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,61,52,52,0,0,585,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8076,0,0,0,0,0,0,0,0,0,0,0,563,1512,0,0,'Conjure Food','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (10146,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10144,0,0,0,0,0,107,260,0,0,'Conjure Food','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10147,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10145,0,0,0,0,0,107,1512,0,0,'Conjure Food','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10148,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,46,42,42,31,0,260,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,97,1,0,1,1,0,0,0,0,2.7,0,0,317,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (10149,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,52,48,48,31,0,305,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,115,1,0,1,1,0,0,0,0,3,0,0,391,12,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (10150,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,58,54,54,31,0,350,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,135,1,0,1,1,0,0,0,0,3.4,0,0,474,14,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (10151,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,64,60,60,31,0,395,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,155,1,0,1,1,0,0,0,0,3.7,0,0,560,17,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 11','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (10152,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10148,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10153,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10149,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10154,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10150,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10155,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10151,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10156,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,52,42,42,30,0,945,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Arcane Intellect','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (10157,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,66,56,56,30,0,1510,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Arcane Intellect','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (10158,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10157,0,0,0,0,0,107,125,0,0,'Arcane Intellect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10159,4,50,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,47,42,42,31,0,380,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,21,0,1,1,0,0,0,0,0,1.2,0,-51,202,0,11,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,1573376,0,1,1,1,1,1,0), + (10160,4,50,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,55,50,50,31,0,465,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,27,0,1,1,0,0,0,0,0,1.3,0,-51,263,0,11,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,1573376,0,1,1,1,1,1,0), + (10161,4,50,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,63,58,58,31,0,555,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,31,0,1,1,0,0,0,0,0,1.5,0,-51,334,0,11,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,1573376,0,1,1,1,1,1,0), + (10162,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10159,0,0,0,0,0,107,35,0,0,'Cone of Cold','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10163,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10160,0,0,0,0,0,107,35,0,0,'Cone of Cold','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10164,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10161,0,0,0,0,0,107,35,0,0,'Cone of Cold','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10165,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,52,42,42,0,0,340,0,0,0,12,0,0,0,0,8147,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,134,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,181,1100,0,0,'Khadgar\'s Unlocking','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (10166,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,64,54,54,0,0,460,0,0,0,12,0,0,0,0,8148,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,5,0,0,194,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,181,1101,0,0,'Khadgar\'s Unlocking','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (10167,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10165,0,0,0,0,0,107,1100,0,0,'zzOLDKhadgar\'s Unlocking','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10168,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10166,0,0,0,0,0,107,1101,0,0,'zzOLDKhadgar\'s Unlocking','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10169,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,42,42,6,0,350,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,99,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,969,242,0,0,'Amplify Magic','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,2147491840,0,1,1,1,1,1,0), + (10170,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,54,54,6,0,450,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,149,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,969,242,0,0,'Amplify Magic','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,2147491840,0,1,1,1,1,1,0), + (10171,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10169,0,0,0,0,0,107,242,0,0,'Amplify Magic','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10172,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10170,0,0,0,0,0,107,242,0,0,'Amplify Magic','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10173,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,48,48,6,0,400,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-61,-121,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,970,263,0,0,'Dampen Magic','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,8192,0,1,1,1,1,1,0), + (10174,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,6,0,500,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-91,-181,0,0,0,0,57,57,0,0,0,0,0,0,0,14,115,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,970,263,0,0,'Dampen Magic','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,8192,0,1,1,1,1,1,0), + (10175,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10173,0,0,0,0,0,107,263,0,0,'Dampen Magic','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10176,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10174,0,0,0,0,0,107,263,0,0,'Dampen Magic','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10177,4,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,52,52,9,0,255,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,674,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,291,501,0,0,'Frost Ward','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,524544,0,1,1,1,1,1,0), + (10178,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10177,0,0,0,0,0,107,501,0,0,'Frost Ward','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10179,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,48,44,44,105,0,195,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,25,0,1,1,0,0,0,0,0,2.3,0,-41,291,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (10180,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,54,50,50,105,0,225,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,31,0,1,1,0,0,0,0,0,2.6,0,-41,352,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (10181,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,60,56,56,105,0,260,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,35,0,1,1,0,0,0,0,0,2.9,0,-41,428,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (10182,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10179,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10183,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10180,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10184,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10181,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10185,4,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,49,44,44,31,0,935,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,89,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,524416,0,1,1,1,1,1,0), + (10186,4,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,57,52,52,31,0,1160,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,116,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,524416,0,1,1,1,1,1,0), + (10187,4,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,65,60,60,31,0,1400,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,148,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,524416,0,1,1,1,1,1,0), + (10188,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10185,0,0,0,0,0,107,285,0,0,'Blizzard','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10189,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10186,0,0,0,0,0,107,285,0,0,'Blizzard','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10190,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10187,0,0,0,0,0,107,285,0,0,'Blizzard','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10191,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,44,44,3,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,389,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,968,209,0,0,'Mana Shield','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,32768,0,1,1,1,1,1,0), + (10192,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,52,52,3,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,479,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,968,209,0,0,'Mana Shield','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,32768,0,1,1,1,1,1,0), + (10193,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,3,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,569,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,968,209,0,0,'Mana Shield','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,32768,0,1,1,1,1,1,0), + (10194,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10191,0,0,0,0,0,107,209,0,0,'Mana Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10195,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10192,0,0,0,0,0,107,209,0,0,'Mana Shield','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10196,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10193,0,0,0,0,0,107,209,0,0,'Mana Shield','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10197,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,51,46,46,0,0,280,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,63,0,0,1,0,0,0,0,0,2.6,0,0,331,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,2,0,1,1,1,1,1,0), + (10198,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10197,0,0,0,0,0,107,12,0,0,'Fire Blast','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10199,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,59,54,54,0,0,340,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,79,0,0,1,0,0,0,0,0,3,0,0,430,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,2,0,1,1,1,1,1,0), + (10200,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10199,0,0,0,0,0,107,12,0,0,'Fire Blast','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10201,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,51,46,46,0,0,315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,1.1,0,0,185,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,266240,0,1,1,1,1,1,0), + (10202,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,59,54,54,0,0,390,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,1.3,0,0,242,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,266240,0,1,1,1,1,1,0), + (10203,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10201,0,0,0,0,0,107,122,0,0,'Arcane Explosion','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10204,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10202,0,0,0,0,0,107,122,0,0,'Arcane Explosion','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10205,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,50,46,46,0,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,1.7,0,0,161,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,1073741840,0,1,1,1,1,1,0), + (10206,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,56,52,52,0,0,135,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,40,0,0,1,0,0,0,0,0,1.9,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,1073741840,0,1,1,1,1,1,0), + (10207,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,62,58,58,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,43,0,0,1,0,0,0,0,0,2.1,0,0,232,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,1073741840,0,1,1,1,1,1,0), + (10208,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10205,0,0,0,0,0,107,816,0,0,'Scorch','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10209,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10206,0,0,0,0,0,107,816,0,0,'Scorch','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10210,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10207,0,0,0,0,0,107,816,0,0,'Scorch','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10211,6,0,0,0,536936704,268453004,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,52,48,48,28,0,500,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10273,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (10212,6,0,0,0,536936704,268453004,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,60,56,56,28,0,595,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10274,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (10213,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10211,0,0,0,0,0,107,225,0,0,'Arcane Missiles','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10214,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10212,0,0,0,0,0,107,225,0,0,'Arcane Missiles','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10215,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,53,48,48,31,0,815,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,69,1,0,1,1,0,0,0,0,1.5,0,0,290,65,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,1073741828,0,1,1,1,1,1,0), + (10216,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,61,56,56,31,0,990,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,85,1,0,1,1,0,0,0,0,1.7,0,0,374,84,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,1073741828,0,1,1,1,1,1,0), + (10217,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10215,0,0,0,0,0,107,37,0,0,'Flamestrike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10218,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10216,0,0,0,0,0,107,37,0,0,'Flamestrike','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10219,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,40,100,0,0,50,50,30,0,410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,469,0,11,0,0,0,1,1,1,0,0,0,0,0,0,22,42,22,0,0,0,0,0,0,0,0,0,0,0,0,1,0,16,0,7321,0,0,0,0,706,181,0,50,'Ice Armor','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,34078720,0,1,1,1,1,1,0), + (10220,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,40,100,0,0,60,60,30,0,500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,559,0,14,0,0,0,1,1,1,0,0,0,0,0,0,22,42,22,0,0,0,0,0,0,0,0,0,0,0,0,1,0,16,0,7321,0,0,0,0,706,181,0,50,'Ice Armor','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,34078720,0,1,1,1,1,1,0), + (10221,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10219,0,0,0,0,0,107,182,0,0,'Ice Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10222,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10220,0,0,0,0,0,107,182,0,0,'Ice Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10223,2,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,50,50,9,0,255,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,674,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,290,16,0,0,'Fire Ward','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,8,0,1,1,1,1,1,0), + (10224,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10223,0,0,0,0,0,107,16,0,0,'Fire Ward','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10225,2,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,60,60,9,0,320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,919,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,290,16,0,0,'Fire Ward','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,8,0,1,1,1,1,1,0), + (10226,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10225,0,0,0,0,0,107,16,0,0,'Fire Ward','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10227,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,5119,0,0,0,0,0,107,179,0,0,'Beast Tracking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10228,6,0,6,0,269549568,131328,0,0,0,0,0,0,0,0,0,0,14,0,0,15,80899,0,0,101,0,0,50,99,4,0,300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,50,'Greater Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (10229,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10228,0,0,0,0,0,107,30,0,0,'zzOLDGreater Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10230,4,35,1,0,1073807360,136,0,0,0,0,0,0,0,0,0,0,1,0,25000,8,0,0,664232,100,0,59,54,54,31,0,145,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,9,1,0,1,1,0,0,0,0,0.5,0,0,70,-1,0,0,7,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,524352,0,1,1,1,1,1,0), + (10231,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10230,0,0,0,0,0,107,193,0,0,'Frost Nova','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10232,6,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,20000,8,0,0,0,101,0,0,56,99,36,0,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,47,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'zzOLDBlink','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (10233,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10232,0,0,0,0,0,107,1499,0,0,'zzOLDBlink','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10234,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,16,0,0,15,2,0,0,101,0,0,60,60,245,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'zzOLDSleep','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,262144,0,1,1,1,1,1,0), + (10235,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10234,0,0,0,0,0,107,44,0,0,'zzOLDSleep','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10236,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,86,103,0,0,'Humanoid Tracking','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (10237,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,10236,0,0,0,0,0,107,103,0,0,'Humanoid Tracking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10238,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,86,460,0,0,'Demon Tracking','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (10239,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,10238,0,0,0,0,0,107,460,0,0,'Demon Tracking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10240,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,86,1076,0,0,'Undead Tracking','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (10241,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,86,1116,0,0,'Dragon Tracking','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (10242,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,86,94,0,0,'Elemental Tracking','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (10244,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,518,0,10241,0,0,0,0,0,107,1116,0,0,'Dragon Tracking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10245,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,519,0,10242,0,0,0,0,0,107,94,0,0,'Elemental Tracking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10246,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,517,0,10240,0,0,0,0,0,107,1076,0,0,'Undead Tracking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,225,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,41,0,2,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7286,7276,0,0,0,0,0,0,0,0,1,0,0,'Summon Zul\'Farrak Zombies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10248,0,0,0,0,65680,0,0,0,0,0,0,16384,0,0,0,0,28,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,2901,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,118,0,1,1,0,1,1,0,0,0,0,5,0,0,-1,3,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,186,0,0,0,0,0,0,0,93,336,0,0,'Mining','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10249,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,10248,0,0,0,0,0,107,336,0,0,'Artisan Miner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10250,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,65,65,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,799,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1687,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10251,3,36,3,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,1,3,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,22,1,36,15,0,0,8,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,749,203,0,50,'Biletoad Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10252,0,0,0,0,0,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1843,66,0,0,'Awaken Earthen Guardians','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10253,4,35,1,17,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,45,40,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,2,1,0,1,1,0,0,0,0,0.5,0,0,0,-1,0,0,0,0,22,22,0,15,15,0,9,10,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4076,0,0,0,0,0,0,0,1166,1256,0,50,'Chemical Peel','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10254,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1844,66,0,0,'Stone Dwarf Awaken Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10255,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4121,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,13,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1845,220,0,0,'Stoned','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10256,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,45,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,231,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,19710,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10257,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,19711,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1863,66,0,0,'Awaken Vault Warder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10259,0,0,0,0,256,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1843,66,0,0,'Awaken Earthen Dwarf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10260,5,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15404,0,101,0,0,36,36,18,4294967294,40,0,25,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,38,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Reconstruct','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10263,0,0,1,0,142606720,268435488,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,308,153,0,0,'Self Visual - Sleep 90s (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10264,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Archaedas Dies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10265,0,0,0,0,150995200,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,153,0,50,'Juggler Vein Rupture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10266,0,0,0,15,327936,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,186,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,259,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,500,0,0,'Lung Puncture','','','','','','','','','','','','','','','',0,133,1000,0,0,0,0,2,2,1,1,1,0), + (10267,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,45,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,6,1,0,1,1,0,0,0,0,0.5,0,0,149,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6218,0,0,0,0,0,0,0,749,1097,0,50,'Slush','','','','','','','','','','','','','','','',0,133,1500,50,0,0,0,1,1,1,1,1,0), + (10268,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,80,1,1,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,799,0,0,0,0,1,1,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,1,130,0,'Decimate','','','','','','','','','','','','','','','',0,0,0,80,0,0,0,0,0,1,1,1,0), + (10269,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,94,0,0,0,0,0,1,0,0,0,0,0,10,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5139,298,122,0,'zzOLDDominance Aura','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10270,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,1,0,0,0,0,0,10,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5139,298,122,0,'zzOLDDominance Aura','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10271,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10269,0,0,0,0,0,107,298,0,0,'zzOLDDominance Aura','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10272,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10270,0,0,0,0,0,107,298,0,0,'zzOLDDominance Aura','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10273,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,52,48,48,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.8,0,0,150,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','Rank 6','','','','','','','',0,0,0,0,3,2097152,0,1,1,1,1,1,0), + (10274,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,60,56,56,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.9,0,0,191,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','Rank 7','','','','','','','',0,0,0,0,3,2097152,0,1,1,1,1,1,0), + (10275,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,10,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,306,122,50,'zzOLDWisdom Aura','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10276,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10275,0,0,0,0,0,107,306,0,0,'Wisdom Aura','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10277,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,'Throw','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,3,2,1,1,1,0), + (10278,1,20,1,25,327680,32768,2097152,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,38,38,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,57,57,0,0,0,0,0,0,0,39,25,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,302,303,0,0,'Blessing of Protection','','','','','','','','Rank 3','','','','','','','',7,133,1500,0,10,268435584,0,1,1,1,1,1,0), + (10279,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10278,0,0,0,0,0,107,303,0,0,'Blessing of Protection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10280,1,55,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,46,99,63,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,264,0,0,0,0,0,21,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,152,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10281,1,55,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,56,99,63,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,369,0,0,0,0,0,21,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,152,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10282,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10280,0,0,0,0,0,107,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10283,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10281,0,0,0,0,0,107,304,0,0,'zzOLDBlessing of Righteousness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10284,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,36,32,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,10,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,299,122,50,'zzOLDHealing Aura','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10285,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,46,42,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,10,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,299,122,50,'zzOLDHealing Aura','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10286,1,0,0,0,151322624,1024,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,56,52,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,1,0,0,0,0,0,10,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,299,122,50,'zzOLDHealing Aura','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10287,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10284,0,0,0,0,0,107,299,0,50,'zzOLDHealing Aura','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10288,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10285,0,0,0,0,0,107,299,0,50,'zzOLDHealing Aura','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10289,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10286,0,0,0,0,0,107,299,0,50,'zzOLDHealing Aura','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10290,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,19,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,64,0,1,1,1,1,1,0), + (10291,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,39,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,389,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,64,0,1,1,1,1,1,0), + (10292,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,59,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,619,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,64,0,1,1,1,1,1,0), + (10293,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,69,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,734,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,10,64,0,1,1,1,1,1,0), + (10294,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10290,0,0,0,0,0,107,291,122,0,'Devotion Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10295,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10291,0,0,0,0,0,107,291,122,0,'Devotion Aura','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10296,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10292,0,0,0,0,0,107,291,122,0,'Devotion Aura','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10297,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10293,0,0,0,0,0,107,291,122,0,'Devotion Aura','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10298,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,555,122,0,'Retribution Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,8,0,1,1,1,1,1,0), + (10299,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,555,122,0,'Retribution Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,8,0,1,1,1,1,1,0), + (10300,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,555,122,0,'Retribution Aura','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,8,0,1,1,1,1,1,0), + (10301,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,555,122,0,'Retribution Aura','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,8,0,1,1,1,1,1,0), + (10302,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10298,0,0,0,0,0,107,555,122,0,'Retribution Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10303,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10299,0,0,0,0,0,107,555,122,0,'Retribution Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10304,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10300,0,0,0,0,0,107,555,122,0,'Retribution Aura','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10305,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10301,0,0,0,0,0,107,555,122,0,'Retribution Aura','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10306,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,321,133,122,0,'zzOLDResistance Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10307,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10306,0,0,0,0,0,107,133,0,0,'zzOLDResistance Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10308,1,32,1,12,327680,262144,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,54,54,32,0,100,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,302,0,0,'Hammer of Justice','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,2048,0,1,1,1,1,1,0), + (10309,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10308,0,0,0,0,0,107,302,0,0,'Hammer of Justice','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10310,1,56,0,0,327680,131074,0,0,0,0,0,0,0,0,0,0,1,0,3600000,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,67,30,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,549,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,79,0,0,'Lay on Hands','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,32768,0,1,1,1,1,1,0), + (10311,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10310,0,0,0,0,0,107,79,0,0,'Lay on Hands','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10312,1,19,0,0,327680,0,0,0,0,0,0,0,36,0,0,0,1,0,15000,0,0,0,0,101,0,49,44,44,0,0,235,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,39,0,0,1,0,0,0,0,0,2.4,0,0,303,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,292,0,0,'Exorcism','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10313,1,19,0,0,327680,0,0,0,0,0,0,0,36,0,0,0,1,0,15000,0,0,0,0,101,0,57,52,52,0,0,285,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,47,0,0,1,0,0,0,0,0,2.8,0,0,392,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,292,0,0,'Exorcism','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10314,1,19,0,0,327680,0,0,0,0,0,0,0,36,0,0,0,1,0,15000,0,0,0,0,101,0,65,60,60,0,0,345,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,59,0,0,1,0,0,0,0,0,3.2,0,0,504,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,292,0,0,'Exorcism','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10315,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10312,0,0,0,0,0,107,292,0,0,'Exorcism','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10316,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10313,0,0,0,0,0,107,292,0,0,'Exorcism','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10317,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10314,0,0,0,0,0,107,292,0,0,'Exorcism','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10318,1,35,0,0,65536,136,0,0,0,0,0,0,36,0,0,0,5,0,60000,15,0,0,0,101,0,64,60,60,0,0,805,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,87,0,0,1,0,0,0,0,0,1.9,0,0,489,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,158,0,50,'Holy Wrath','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10319,1,35,0,0,65536,0,0,0,0,0,0,0,32,0,0,0,5,0,60000,15,0,0,0,101,0,64,60,99,0,0,805,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,87,0,0,1,0,0,0,0,0,1.9,0,0,489,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,205,0,50,'zzOLDJudgement','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10320,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10318,0,0,0,0,0,107,158,0,0,'Holy Wrath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10321,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20271,21084,0,0,0,0,107,205,0,0,'Judgement','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10322,1,0,0,0,268435456,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,24,24,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,41,121,0,50,'Redemption','','','','','','','','Rank 2','','','','','','','',80,133,1500,0,0,0,0,1,1,1,1,1,0), + (10323,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10322,0,0,0,0,0,107,121,0,0,'Redemption','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10324,1,0,0,0,268435456,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,36,36,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,41,121,0,50,'Redemption','','','','','','','','Rank 3','','','','','','','',80,133,1500,0,0,0,0,1,1,1,1,1,0), + (10325,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10324,0,0,0,0,0,107,121,0,0,'Redemption','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10326,3,33,0,23,1073807360,0,0,0,0,0,0,0,32,0,0,0,16,0,30000,15,0,0,664232,100,0,0,52,52,18,0,75,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,309,0,0,'Turn Undead','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10327,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10326,0,0,0,0,0,107,309,0,0,'Turn Undead','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10328,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,51,46,46,0,0,465,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,109,0,0,1,0,0,0,0,0,4.6,0,0,944,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (10329,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,59,54,54,0,0,580,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,143,0,0,1,0,0,0,0,0,5.2,0,0,1245,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (10330,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10328,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10331,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10329,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10332,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,48,99,0,0,180,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,21,0,0,1,0,0,0,0,0,0,0,0,156,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (10333,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,56,99,0,0,215,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,25,0,0,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (10334,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10332,0,0,0,0,0,107,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10335,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10333,0,0,0,0,0,107,25,0,0,'zzOLDHoly Strike','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10336,0,0,1,0,327680,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,99,9,0,70,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,68,21,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,39,237,0,0,'Crusader Strike','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (10337,0,0,1,0,327680,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,99,9,0,90,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,102,29,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,39,237,0,0,'Crusader Strike','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (10338,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10336,0,0,0,0,0,107,237,0,50,'Crusader Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10339,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10337,0,0,0,0,0,107,237,0,50,'Crusader Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10340,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2268,0,0,0,0,0,0,0,0,1905,691,0,0,'Uldaman Boss Agro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10341,3,0,0,0,16,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,18,0,0,28,0,0,14,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1903,160,0,0,'Radiation Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10342,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,291,0,0,'Guardian Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10343,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9910,0,0,0,0,0,107,53,0,0,'Thorns','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10344,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1050016,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,3326,1,0,0,'Armor +32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10345,5,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15406,0,101,0,0,29,29,18,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,38,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Rebuild','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10346,0,0,0,0,4718608,0,0,0,0,0,0,0,0,0,0,0,3,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1904,126,0,0,'Machine Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (10347,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1906,66,0,0,'Archaedas Awaken Visual (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,9,0,0,0,101,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,99,59,0,0,0,38,38,38,0,0,0,0,0,0,138,65,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1907,656,0,0,'Tune Up','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,3097,1507,0,50,'Basilisk Skin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10368,1,56,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,35,30,30,8,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,2.3,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,2396,566,0,50,'Uther\'s Light Effect','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (10369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Scooby Snack Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10370,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,121,245,0,0,'Lacerations','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (10371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,515,0,0,'Slow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (10372,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1928,243,0,0,'zzOLDPuncture Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (10373,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,101,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,0,'Fatal Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (10374,0,0,0,0,327696,0,0,0,0,131072,0,0,0,0,1,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,31,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'zzOLDRiposte','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (10387,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3159,320,0,0,'Lightning Surge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,2887,0,0,0,0,0,0,0,0,1930,174,0,0,'Summon Prismatic Exile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10389,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1931,1,0,0,'Spawn Smoke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10390,0,0,1,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Gate Failure','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10391,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,43,38,38,0,0,165,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,1.7,0,0,226,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (10392,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,49,44,44,0,0,195,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,35,0,0,1,0,0,0,0,0,1.9,0,0,281,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (10393,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10391,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (10394,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10392,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10395,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,53,48,48,0,0,440,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,151,0,0,1,0,0,0,0,0,4.7,0,0,1016,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (10396,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,61,56,56,0,0,560,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,195,0,0,1,0,0,0,0,0,5.5,0,0,1366,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (10397,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10395,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10398,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10396,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10399,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,32,24,24,0,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,0,0,0,0,0,0,58,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10400,3,0,0,0,262272,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,6,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,4.1,0,0,28,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20860,0,0,0,0,0,688,0,0,'Rockbiter Weapon (Passive)','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,4194304,0,0,0,1,1,1,0), + (10401,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10399,0,0,0,0,0,107,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10402,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16314,0,0,0,0,0,107,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10403,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,1,0,0,0,0,0,9,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,690,0,0,'Stoneskin','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (10404,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-23,0,0,0,0,0,1,0,0,0,0,0,9,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,690,0,0,'Stoneskin','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (10405,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,9,0,0,125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,690,0,0,'Stoneskin','','','','','','','','Rank 6','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (10406,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,4,0,115,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7366,0,0,0,0,0,0,0,0,319,690,0,0,'Stoneskin Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10407,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,4,0,160,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7367,0,0,0,0,0,0,0,0,319,690,0,0,'Stoneskin Totem','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10408,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,4,0,210,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7368,0,0,0,0,0,0,0,0,319,690,0,0,'Stoneskin Totem','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10409,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10406,0,0,0,0,0,107,690,0,0,'Stoneskin Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10410,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10407,0,0,0,0,0,107,690,0,0,'Stoneskin Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10411,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10408,0,0,0,0,0,107,690,0,0,'Stoneskin Totem','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10412,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,41,36,36,39,0,240,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,15,0,0,1,0,0,0,0,0,2,0,0,224,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,687,0,0,'Earth Shock','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,1048576,0,1,1,1,1,1,0), + (10413,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,53,48,48,39,0,345,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,23,0,0,1,0,0,0,0,0,2.6,0,0,358,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,687,0,0,'Earth Shock','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,1048576,0,1,1,1,1,1,0), + (10414,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,65,60,60,39,0,450,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,29,0,0,1,0,0,0,0,0,3.1,0,0,516,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,687,0,0,'Earth Shock','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,11,1048576,0,1,1,1,1,1,0), + (10415,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10412,0,0,0,0,0,107,687,0,0,'Earth Shock','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10416,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10413,0,0,0,0,0,107,687,0,0,'Earth Shock','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10417,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10414,0,0,0,0,0,107,687,0,0,'Earth Shock','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10418,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Arugal spawn-in spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10419,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,51,46,99,0,0,180,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,53,0,0,1,0,0,0,0,0,1.6,0,0,197,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10420,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,59,54,99,0,0,220,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,1.9,0,0,259,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10421,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10419,0,0,0,0,0,107,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10422,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10420,0,0,0,0,0,107,11,0,0,'zzOLDMolten Blast','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10423,3,0,0,0,256,136,335544320,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,689,0,0,'Stoneclaw Totem Effect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10424,3,0,0,0,256,136,335544320,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,370,689,0,0,'Stoneclaw Totem Effect','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10425,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10423,0,0,0,0,0,0,689,0,0,'Stoneclaw Totem Passive','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10426,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10424,0,0,0,0,0,0,689,0,0,'Stoneclaw Totem Passive','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10427,3,45,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,48,48,8,0,105,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,3,0,0,389,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7398,0,0,0,0,0,0,0,0,362,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,8,0,1,1,1,1,1,0), + (10428,3,45,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,58,58,8,0,140,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,3,0,0,479,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7399,0,0,0,0,0,0,0,0,362,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,8,0,1,1,1,1,1,0), + (10429,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10427,0,0,0,0,0,107,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10430,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10428,0,0,0,0,0,107,689,0,0,'Stoneclaw Totem','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10431,3,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,3,0,48,48,6,0,305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,153,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26545,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,1024,0,1,1,1,1,1,0), + (10432,3,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,3,0,56,56,6,0,370,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,197,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26545,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,11,1024,0,1,1,1,1,1,0), + (10433,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10431,0,0,0,0,0,107,19,0,0,'Lightning Shield','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10434,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10432,0,0,0,0,0,107,19,0,0,'Lightning Shield','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10435,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,680,0,0,'Attack','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (10436,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,680,0,0,'Attack','','','','','','','','Rank 6','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (10437,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,245,0,145,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,0,221,680,0,0,'Searing Totem','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,16,0,0,1,1,1,1,0), + (10438,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,265,0,170,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7402,0,0,0,0,0,0,0,0,221,680,0,0,'Searing Totem','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,16,0,0,1,1,1,1,0), + (10439,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10437,0,0,0,0,0,107,680,0,0,'Searing Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10440,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10438,0,0,0,0,0,107,680,0,0,'Searing Totem','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10441,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,691,0,0,'Strength of Earth','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,65536,0,1,1,1,1,1,0), + (10442,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,4,0,225,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7403,0,0,0,0,0,0,0,0,319,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10443,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10442,0,0,0,0,0,107,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10444,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,679,0,0,'Flametongue Attack','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,2097152,0,1,0,1,1,1,0), + (10445,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,44,36,36,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,73,0,0,1143,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,'Flametongue Weapon Proc','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,2097152,0,0,0,1,1,1,0), + (10446,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16339,0,0,0,0,0,107,679,0,0,'Flametongue Weapon','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10447,2,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,45,40,40,29,0,250,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,2.3,0,0,151,41,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3445,678,0,0,'Flame Shock','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,268435456,0,1,1,1,1,1,0), + (10448,2,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,57,52,52,29,0,345,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,2.9,0,0,229,63,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3445,678,0,0,'Flame Shock','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,268435456,0,1,1,1,1,1,0), + (10449,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10447,0,0,0,0,0,107,678,0,0,'Flame Shock','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10450,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10448,0,0,0,0,0,107,678,0,0,'Flame Shock','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10451,2,63,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,35,35,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,3,301,1,1,1,1,1,0,0,0,0,0,0,849,-1,0,0,0,0,22,22,38,15,15,0,9,11,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,37,0,50,'Implosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10452,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,15,0,0,0,101,0,0,20,20,18,0,0,0,0,0,3,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,3,1,0,1,1,0,0,0,0,1,1,0,18,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1946,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10454,0,0,0,0,763363584,1024,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,64,0,0,0,0,1,1,0,0,0,0,0,0,0,95,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,252,0,0,'Into the Rift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10455,0,0,0,0,16,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,0,0,0,0,0,22,22,0,15,15,0,12,12,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,1947,66,0,0,'Minor Tremor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10456,4,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,46,38,38,0,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,524,0,0,0,0,0,0,0,0,291,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10457,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10456,0,0,0,0,0,107,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10458,4,0,0,0,0,136,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,46,38,38,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,5,0,-26,83,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,681,0,0,'Frostbrand Attack','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,16777216,0,1,0,1,1,1,0), + (10459,0,0,0,0,256,0,0,0,0,0,0,0,0,243,0,0,7,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,16,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2313,2520,0,0,0,0,0,0,0,1966,1,0,0,'Sacrifice Spinneret','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10460,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,1647,0,0,'Healing Stream','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,8192,0,1,1,1,1,1,0), + (10461,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,1647,0,0,'Healing Stream','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,8192,0,1,1,1,1,1,0), + (10462,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,3,0,70,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3908,0,0,0,0,0,0,0,0,319,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (10463,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,3,0,80,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3909,0,0,0,0,0,0,0,0,319,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (10464,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10462,0,0,0,0,0,107,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10465,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10463,0,0,0,0,0,107,1647,0,0,'Healing Stream Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10466,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,49,44,44,0,0,235,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,57,0,0,1,0,0,0,0,0,3,0,0,457,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,128,0,1,1,1,1,1,0), + (10467,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,57,52,52,0,0,305,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,75,0,0,1,0,0,0,0,0,3.6,0,0,630,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,128,0,1,1,1,1,1,0), + (10468,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,65,60,60,0,0,380,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,97,0,0,1,0,0,0,0,0,4.2,0,0,831,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,128,0,1,1,1,1,1,0), + (10469,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10466,0,0,0,0,0,107,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10470,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10467,0,0,0,0,0,107,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10471,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10468,0,0,0,0,0,107,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10472,4,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,51,46,46,31,0,325,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,21,0,1,1,0,0,0,0,0,2.5,0,-51,332,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,2147483648,0,1,1,1,1,1,0), + (10473,4,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,63,58,58,31,0,430,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,29,0,1,1,0,0,0,0,0,3,0,-51,485,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,2147483648,0,1,1,1,1,1,0), + (10474,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10472,0,0,0,0,0,107,976,0,0,'Frost Shock','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10475,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10473,0,0,0,0,0,107,976,0,0,'Frost Shock','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10476,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,38,38,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,366,1713,0,0,'Frost Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10477,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,54,54,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,366,1713,0,0,'Frost Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10478,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,4,0,120,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7412,0,0,0,0,0,0,0,0,319,1713,0,0,'Frost Resistance Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10479,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,4,0,180,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7413,0,0,0,0,0,0,0,0,319,1713,0,0,'Frost Resistance Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10480,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10478,0,0,0,0,0,107,1713,0,0,'Frost Resistance Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10481,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10479,0,0,0,0,0,107,1713,0,0,'Frost Resistance Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10482,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8169,8150,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8172,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Cured Thick Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10484,3,0,0,0,1,268435456,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,58,50,50,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,19,0,1,1,0,1,1,0,0,0,0,8.3,0,0,248,1,0,0,0,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,220,0,0,'Windfury Weapon','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,8388608,0,0,0,1,1,1,0), + (10485,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10482,0,0,0,0,0,107,41,0,0,'Cured Thick Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10486,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,58,50,50,0,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,525,0,0,0,0,0,0,0,0,334,220,0,0,'Windfury Weapon','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (10487,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,4291,0,0,0,0,0,0,5,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8173,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Thick Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10488,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10486,0,0,0,0,0,107,220,0,0,'Windfury Weapon','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10490,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4236,4291,0,0,0,0,0,12,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8174,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Comfortable Leather Hat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10491,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,36,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,9,0,0,24,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,338,0,0,'Mana Spring','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,16384,0,1,1,1,1,1,0), + (10492,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10490,0,0,0,0,0,222,1,0,0,'Pattern: Comfortable Leather Hat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10493,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,46,46,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,9,0,0,24,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,338,0,0,'Mana Spring','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,16384,0,1,1,1,1,1,0), + (10494,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,56,56,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,9,0,0,24,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,338,0,0,'Mana Spring','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,16384,0,1,1,1,1,1,0), + (10495,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,3,0,60,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7414,0,0,0,0,0,0,0,0,364,338,0,0,'Mana Spring Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (10496,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,3,0,80,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7415,0,0,0,0,0,0,0,0,364,338,0,0,'Mana Spring Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (10497,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,3,0,100,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7416,0,0,0,0,0,0,0,0,364,338,0,0,'Mana Spring Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (10499,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,4291,0,0,0,0,0,0,7,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8175,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Nightscape Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10500,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10499,0,0,0,0,0,107,41,0,0,'Nightscape Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10507,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,4291,0,0,0,0,0,0,5,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8176,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Nightscape Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10508,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10507,0,0,0,0,0,107,41,0,0,'Nightscape Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10509,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8167,8343,0,0,0,0,0,6,8,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8187,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Turtle Scale Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10510,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10509,0,0,0,0,0,222,1,0,0,'Pattern: Turtle Scale Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10511,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8167,8343,0,0,0,0,0,6,12,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8189,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Turtle Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10512,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10495,0,0,0,0,0,107,338,0,0,'Mana Spring Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10513,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10511,0,0,0,0,0,107,41,0,0,'Turtle Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10514,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10496,0,0,0,0,0,107,338,0,0,'Mana Spring Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10515,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10497,0,0,0,0,0,107,338,0,0,'Mana Spring Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10516,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,4338,4291,0,0,0,0,0,8,6,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Nightscape Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10517,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10516,0,0,0,0,0,222,1,0,0,'Pattern: Nightscape Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10518,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8167,8343,0,0,0,0,0,8,12,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8198,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Turtle Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10519,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10518,0,0,0,0,0,107,41,0,0,'Turtle Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10520,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8151,8343,0,0,0,0,0,10,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8200,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Big Voodoo Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10521,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,56,48,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,543,0,0,0,0,0,0,0,0,0,72,0,0,'Flametongue Totem Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10522,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10520,0,0,0,0,0,222,1,0,0,'Pattern: Big Voodoo Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10523,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,56,48,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,946,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,'Flametongue Totem Proc','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,17179869184,0,0,0,1,1,1,0), + (10524,2,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,56,48,48,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10521,0,0,0,0,0,0,72,0,0,'Flametongue Totem Passive','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10525,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8154,4291,0,0,0,0,0,12,12,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8203,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Tough Scorpid Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10526,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,4,0,200,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7423,0,0,0,0,0,0,0,0,221,72,0,0,'Flametongue Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10527,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10525,0,0,0,0,0,222,1,0,0,'Pattern: Tough Scorpid Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10528,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10526,0,0,0,0,0,107,72,0,0,'Flametongue Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10529,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8153,8172,0,0,0,0,0,10,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8210,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wild Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10530,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10529,0,0,0,0,0,222,1,0,0,'Pattern: Wild Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10531,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8151,8343,0,0,0,0,0,8,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8201,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Big Voodoo Mask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10532,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10531,0,0,0,0,0,222,1,0,0,'Pattern: Big Voodoo Mask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10533,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8154,4291,0,0,0,0,0,10,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8205,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Tough Scorpid Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10534,4,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,42,42,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,366,1712,0,0,'Fire Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10535,4,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,58,58,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,366,1712,0,0,'Fire Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10536,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10533,0,0,0,0,0,222,1,0,0,'Pattern: Tough Scorpid Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10537,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,4,0,120,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7424,0,0,0,0,0,0,0,0,319,1712,0,0,'Fire Resistance Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10538,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,4,0,180,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7425,0,0,0,0,0,0,0,0,319,1712,0,0,'Fire Resistance Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10540,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10537,0,0,0,0,0,107,1712,0,0,'Fire Resistance Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10541,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10538,0,0,0,0,0,107,1712,0,0,'Fire Resistance Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10542,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8154,4291,0,0,0,0,0,6,8,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8204,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Tough Scorpid Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10543,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10542,0,0,0,0,0,222,1,0,0,'Pattern: Tough Scorpid Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10544,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8153,8172,0,0,0,0,0,12,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8211,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wild Leather Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10545,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10544,0,0,0,0,0,222,1,0,0,'Pattern: Wild Leather Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10546,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8153,8172,0,0,0,0,0,10,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8214,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wild Leather Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10547,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10546,0,0,0,0,0,222,1,0,0,'Pattern: Wild Leather Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10548,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,4291,0,0,0,0,0,0,14,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8193,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Nightscape Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10549,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10548,0,0,0,0,0,107,41,0,0,'Nightscape Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10550,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,4291,0,0,0,0,0,0,12,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8195,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Nightscape Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10551,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10550,0,0,0,0,0,107,41,0,0,'Nightscape Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10552,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8167,8343,0,0,0,0,0,14,24,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8191,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Turtle Scale Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10553,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10552,0,0,0,0,0,107,41,0,0,'Turtle Scale Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10554,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8154,4291,0,0,0,0,0,12,12,6,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8209,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Tough Scorpid Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10555,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10554,0,0,0,0,0,222,1,0,0,'Pattern: Tough Scorpid Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10556,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8167,8343,0,0,0,0,0,14,28,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8185,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Turtle Scale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10557,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10556,0,0,0,0,0,107,41,0,0,'Turtle Scale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10558,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8343,0,0,0,0,0,0,16,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8197,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Nightscape Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10559,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10558,0,0,0,0,0,107,41,0,0,'Nightscape Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10560,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8152,8343,0,0,0,0,0,10,6,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8202,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Big Voodoo Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10561,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10560,0,0,0,0,0,222,1,0,0,'Pattern: Big Voodoo Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10562,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8152,8343,0,0,0,0,0,14,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8216,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Big Voodoo Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10563,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10562,0,0,0,0,0,222,1,0,0,'Pattern: Big Voodoo Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10564,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8154,8343,0,0,0,0,0,12,16,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8207,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Tough Scorpid Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10565,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10564,0,0,0,0,0,222,1,0,0,'Pattern: Tough Scorpid Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10566,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8153,8172,0,0,0,0,0,14,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8213,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wild Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10567,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10566,0,0,0,0,0,222,1,0,0,'Pattern: Wild Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10568,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8154,8343,0,0,0,0,0,14,8,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8206,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Tough Scorpid Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10569,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10568,0,0,0,0,0,222,1,0,0,'Pattern: Tough Scorpid Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10570,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8154,8343,0,0,0,0,0,10,20,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8208,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Tough Scorpid Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10571,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10570,0,0,0,0,0,222,1,0,0,'Pattern: Tough Scorpid Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10572,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8153,8172,0,0,0,0,0,16,6,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8212,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wild Leather Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10573,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10572,0,0,0,0,0,222,1,0,0,'Pattern: Wild Leather Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10574,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8153,8172,0,0,0,0,0,16,6,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8215,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wild Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10575,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10574,0,0,0,0,0,222,1,0,0,'Pattern: Wild Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10576,0,0,0,0,327696,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,0,32,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,22,0,0,15,0,0,13,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,957,0,0,'Piercing Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (10577,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (10578,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4,0,0,0,101,0,40,36,0,31,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,91,1,0,1,1,0,0,0,0,0,0,0,285,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (10579,2,0,0,0,0,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2107,37,0,0,'Magma Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,1073741828,0,1,1,1,1,1,0), + (10580,2,0,0,0,0,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2107,37,0,0,'Magma Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,1073741828,0,1,1,1,1,1,0), + (10581,2,0,0,0,0,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2107,37,0,0,'Magma Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,1073741828,0,1,1,1,1,1,0), + (10582,2,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10579,0,0,0,0,0,0,37,0,0,'Magma Totem Passive','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10583,2,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10580,0,0,0,0,0,0,37,0,0,'Magma Totem Passive','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10584,2,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10581,0,0,0,0,0,0,37,0,0,'Magma Totem Passive','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10585,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,18,0,360,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7464,0,0,0,0,0,0,0,0,369,37,0,0,'Magma Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,4096,0,1,1,1,1,1,0), + (10586,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,18,0,500,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7465,0,0,0,0,0,0,0,0,369,37,0,0,'Magma Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,4096,0,1,1,1,1,1,0), + (10587,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,18,0,650,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7466,0,0,0,0,0,0,0,0,369,37,0,0,'Magma Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,4096,0,1,1,1,1,1,0), + (10588,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10585,0,0,0,0,0,107,37,0,0,'Magma Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10589,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10586,0,0,0,0,0,107,37,0,0,'Magma Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10590,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10587,0,0,0,0,0,107,37,0,0,'Magma Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10591,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,47,42,99,0,0,295,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,38,0,37,1,0,1,1,0,0,0,0,2.3,0,0,282,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,97,117,0,0,'zzOLDLightning Shock','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10592,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,59,54,99,0,0,395,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,38,0,51,1,0,1,1,0,0,0,0,2.9,0,0,419,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,97,117,0,0,'zzOLDLightning Shock','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10593,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10591,0,0,0,0,0,107,117,0,0,'Lightning Shock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10594,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10592,0,0,0,0,0,107,117,0,0,'Lightning Shock','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10595,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,4,0,75,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7467,0,0,0,0,0,0,0,0,319,1675,0,0,'Nature Resistance Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10596,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,366,1675,0,0,'Nature Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10597,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10595,0,0,0,0,0,107,1675,0,0,'Nature Resistance Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10598,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,366,1675,0,0,'Nature Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10599,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,9,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,366,1675,0,0,'Nature Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10600,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,4,0,120,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7468,0,0,0,0,0,0,0,0,319,1675,0,0,'Nature Resistance Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10601,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,4,0,180,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7469,0,0,0,0,0,0,0,0,319,1675,0,0,'Nature Resistance Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10602,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10600,0,0,0,0,0,107,1675,0,0,'Nature Resistance Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10603,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10601,0,0,0,0,0,107,1675,0,0,'Nature Resistance Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10604,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,18,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1986,66,0,0,'Destroy Earthen Guards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10605,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,6000,15,0,0,0,101,0,61,56,56,0,0,605,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,59,0,0,1,0,0,0,0,0,3.1,0,0,492,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,2,0,1,1,0.7,1,1,0), + (10607,3,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,50,42,42,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,0,0,0,0,0,0,0,1397,0,0,'Windfury Totem Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10608,3,0,0,0,1,268435456,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,2,50,42,42,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,19,0,1,1,0,1,1,0,0,0,0,0,0,0,228,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,1397,0,0,'Windfury Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,8589934592,0,0,0,1,1,1,0), + (10609,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,50,42,42,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10607,0,0,0,0,0,0,1397,0,0,'Windfury Totem Passive','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10610,3,0,0,0,1,268435456,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,2,60,52,52,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,19,0,1,1,0,1,1,0,0,0,0,0,0,0,314,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,1397,0,0,'Windfury Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,8589934592,0,0,0,1,1,1,0), + (10611,3,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,52,52,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,564,0,0,0,0,0,0,0,0,0,1397,0,0,'Windfury Totem Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (10612,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,52,52,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10611,0,0,0,0,0,0,1397,0,0,'Windfury Totem Passive','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10613,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,4,0,175,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,0,0,0,0,0,0,0,0,221,1397,0,0,'Windfury Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10614,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,4,0,250,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7484,0,0,0,0,0,0,0,0,221,1397,0,0,'Windfury Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10615,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10613,0,0,0,0,0,107,1397,0,0,'Windfury Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10616,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10614,0,0,0,0,0,107,1397,0,0,'Windfury Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10617,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,7,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2561,0,0,0,0,0,0,0,2518,1,0,0,'Release Rageclaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10618,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,30,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,82,453,0,0,'Elemental Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10619,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8165,8343,8172,0,0,0,0,24,12,4,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8347,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dragonscale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10620,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10619,0,0,0,0,0,107,41,0,0,'Dragonscale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10621,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8368,8146,8343,8172,0,0,0,18,2,8,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8345,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wolfshead Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10622,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,51,46,46,0,0,315,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,61,0,0,1,0,0,0,0,0,2.8,0,0,404,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3659,963,0,0,'Chain Heal','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,256,0,1,1,0.5,1,1,0), + (10623,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,59,54,54,0,0,405,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,79,0,0,1,0,0,0,0,0,3.3,0,0,550,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3659,963,0,0,'Chain Heal','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,256,0,1,1,0.5,1,1,0), + (10624,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10622,0,0,0,0,0,107,963,0,0,'Chain Heal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10625,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10623,0,0,0,0,0,107,963,0,0,'Chain Heal','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10626,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,366,337,0,0,'Grace of Air','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,131072,0,1,1,1,1,1,0), + (10627,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,4,0,250,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7487,0,0,0,0,0,0,0,0,319,337,0,0,'Grace of Air Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (10628,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10627,0,0,0,0,0,107,337,0,0,'Grace of Air Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10629,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10621,0,0,0,0,0,107,41,0,0,'Wolfshead Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10630,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,7079,7075,8172,8343,0,0,0,20,8,2,1,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8346,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Gauntlets of the Sea','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10631,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10630,0,0,0,0,0,107,41,0,0,'Gauntlets of the Sea','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10632,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,7077,7075,8172,8343,0,0,0,40,8,4,2,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8348,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Helm of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10633,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10632,0,0,0,0,0,107,41,0,0,'Helm of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10647,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8168,7971,8172,8343,0,0,0,40,40,2,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8349,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Feathered Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10648,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10647,0,0,0,0,0,107,41,0,0,'Feathered Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10650,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8165,8343,8172,0,0,0,0,40,30,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8367,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10651,0,36,2,0,0,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,26,26,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-9,-21,0,0,0,0,6,6,6,0,0,0,0,0,0,13,65,56,0,0,0,0,0,0,0,0,0,0,0,0,1,0,7503,0,0,0,0,0,0,343,95,0,0,'Curse of the Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10652,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10650,0,0,0,0,0,107,41,0,0,'Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10653,0,36,2,0,0,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,26,26,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-9,-21,0,0,0,0,6,6,6,0,0,0,0,0,0,13,65,56,0,0,0,0,0,0,0,0,0,0,0,0,1,0,7504,0,0,0,0,0,0,343,95,0,0,'Curse of the Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10654,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,60,0,0,'TEST - DBUCKLER','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10655,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10487,0,0,0,0,0,107,41,0,0,'Thick Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10656,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1136,0,0,'Dragonscale Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10657,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10656,0,0,0,0,0,107,346,0,0,'Dragonscale Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10658,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,'Elemental Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10659,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10658,0,0,0,0,0,107,346,0,0,'Elemental Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10660,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,'Tribal Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10661,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10660,0,0,0,0,0,107,346,0,0,'Tribal Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10662,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,0,0,0,0,0,0,326,0,0,'Leatherworking','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10663,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165,0,10662,0,0,0,0,0,107,326,0,0,'Artisan Leatherworking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10664,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10550,0,0,0,0,0,222,1,0,0,'Pattern: Nightscape Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,1,0,0,'Water Walk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2028,66,0,0,'Earthen Guards Destroyed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10667,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210000,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,63,0,0,'Rage of Ages','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10668,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210000,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,47,0,0,'Spirit of Boar','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10669,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210000,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,278,111,0,0,'Strike of the Scorpok','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10670,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,63,0,0,'Rage of Ages','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10671,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,47,0,0,'Spirit of Boar','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10672,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,278,111,0,0,'Strike of the Scorpok','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10673,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7385,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Bombay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10674,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7384,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Cornish Rex','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10675,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7383,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Maine Coon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10676,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7382,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Orange Tabby','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10677,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7380,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Siamese','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10678,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7381,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Silver Tabby','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10679,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7386,0,0,0,0,0,0,0,0,353,29,0,0,'Summon White Kitten','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10680,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7390,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Cockatiel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10681,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7388,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Cockatoo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10682,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7391,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Hyacinth Macaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10683,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7387,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Green Wing Macaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10684,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7389,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Senegal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10685,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7394,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Ancona','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10686,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7392,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Prairie Chicken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10687,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7393,0,0,0,0,0,0,0,0,353,29,0,0,'Summon White Plymouth Rock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10688,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7395,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Cockroach','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10689,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,239,1,0,0,'Knockback','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10690,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,278,32,0,0,'Infallible Mind','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10691,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,278,937,0,0,'Spiritual Domination','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10692,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210000,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,278,32,0,0,'Infallible Mind','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10693,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210000,0,0,0,0,101,0,255,36,36,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,278,937,0,0,'Spiritual Domination','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10694,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Disenchant (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10695,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7543,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Dark Whelpling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10696,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7547,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Azure Whelpling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10697,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7544,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Crimson Whelpling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10698,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7545,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Emerald Whelpling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10699,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7546,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Bronze Whelpling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10700,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7548,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Faeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10701,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7551,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Dart Frog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10702,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7552,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Island Frog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10703,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7550,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Wood Frog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10704,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7549,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Tree Frog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10705,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7556,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Eagle Owl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10706,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7555,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Hawk Owl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10707,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7553,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Great Horned Owl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10708,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7554,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Snowy Owl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10709,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14421,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Prairie Dog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10710,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7558,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Cottontail Rabbit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10711,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7560,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Snowshoe Rabbit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10712,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7559,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Spotted Rabbit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10713,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7561,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Albino Snake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10714,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7565,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Black Kingsnake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10715,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7563,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Blue Racer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10716,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7562,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Brown Snake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10717,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7567,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Crimson Snake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10718,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7569,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Green Water Snake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10719,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7568,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Ribbon Snake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10720,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7566,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Scarlet Snake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10721,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7570,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Elven Wisp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10722,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4196,0,0,0,0,0,0,0,0,139,91,0,0,'Silithid Swarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10723,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1765,150,0,0,'Touch of Zanzil Cure','','','','','','','','','','','','','','','',0,0,0,60,0,0,0,0,0,1,1,1,0), + (10727,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'ZZOLDBall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'Feather Fall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10730,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2047,29,0,0,'Pacify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10731,0,0,0,0,128,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,86,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,1,0,0,'Awaken Zul\'Farrak Zombie','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10732,0,21,0,0,262160,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15404,0,101,0,0,26,26,1,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,2,0,0,49,24,24,0,0,0,38,38,38,0,0,0,0,0,0,13,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2048,320,0,0,'Supercharge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10733,2,50,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,90,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,4,0,0,2,0,0,0,0,0,24,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2049,11,0,50,'Flame Spray','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10734,4,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,27,0,0,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,11,0,1,1,0,0,0,0,0,0,0,-51,29,0,0,0,0,22,22,0,15,15,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2315,188,0,50,'Hail Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10737,4,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,12,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10734,0,0,0,0,0,2050,188,0,50,'Hail Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10738,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,61,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2609,0,0,0,0,0,0,0,180,1,0,0,'Unlocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Announce Zul\'Farrak Zombie','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,160,338,0,0,'Rising Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10768,0,0,0,0,16,1024,0,0,0,0,0,1026,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,7005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,95,118,0,1,1,0,1,1,0,0,0,0,5,0,0,0,3,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,1008,736,0,0,'Skinning','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10769,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,10768,0,0,0,0,0,107,736,0,0,'Artisan Skinning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10770,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,0,1,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141609,0,0,0,0,0,0,0,0,0,289,0,0,'Create Weegli\'s Barrel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10771,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,98,0,101,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,24,25,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,358,11,0,50,'Soul Shatter','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (10772,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,0,1,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141612,0,0,0,0,0,0,0,0,0,289,0,0,'Create Weegli\'s Barrel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10787,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7322,0,0,0,0,0,0,0,0,1708,836,122,0,'Panther','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10788,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7684,0,0,0,0,0,0,0,0,1708,1181,122,0,'Leopard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10789,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7687,0,0,0,0,0,0,0,0,1708,916,122,0,'Spotted Frostsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10790,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7686,0,0,0,0,0,0,0,0,1708,1181,122,0,'Tiger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10792,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7689,0,0,0,0,0,0,0,0,1708,836,122,0,'Spotted Panther','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10793,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7690,0,0,0,0,0,0,0,0,1708,836,122,0,'Striped Nightsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10794,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,0,101,0,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,12,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,692,0,0,'Spirit Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10795,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7706,0,0,0,0,0,0,0,0,1705,1180,122,0,'Ivory Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10796,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7707,0,0,0,0,0,0,0,0,1705,1180,122,0,'Turquoise Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10797,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,16,10,10,32,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2097152,0,1,1,1,1,1,0), + (10798,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7703,0,0,0,0,0,0,0,0,1705,1180,122,0,'Obsidian Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10799,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7708,0,0,0,0,0,0,0,0,1705,1180,122,0,'Violet Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10800,0,0,0,21,269582352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,131,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7709,0,0,0,0,0,0,0,0,1707,1180,122,0,'Summon Brown Tallstrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10801,0,0,0,21,269582352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,131,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7710,0,0,0,0,0,0,0,0,1707,1180,122,0,'Summon Gray Tallstrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10802,0,0,0,21,286359568,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7711,0,0,0,0,0,0,0,0,1707,1180,122,0,'Summon Pink Tallstrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10803,0,0,0,21,286359568,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7712,0,0,0,0,0,0,0,0,1707,1180,122,0,'Summon Purple Tallstrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10804,0,0,0,21,286359568,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7713,0,0,0,0,0,0,0,0,1707,1180,122,0,'Summon Turquoise Tallstrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10805,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,27,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,38,38,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,153,0,0,'Shackle Shatter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10807,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,1,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,886,153,0,0,'Ghost Dance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10828,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,38,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,965,153,0,0,'Soul Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10829,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mechano-Frostwalker Revert','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10830,4,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10829,0,0,0,0,0,0,188,0,50,'Mechano-Frostwalker Revert Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10831,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,30,0,0,13,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2066,976,0,0,'Reflection Field','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,30,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,2067,74,0,0,'Mass Nullify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10833,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,58,0,1,1,0,1,1,0,0,0,0,0,0,0,49,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,2068,169,0,0,'Arcane Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10834,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,27,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,38,38,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,153,0,0,'Shackle Shatter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10835,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,27,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,38,38,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,153,0,0,'Shackle Shatter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10836,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,27,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,38,38,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,153,0,0,'Shackle Shatter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,3,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7527,0,0,0,0,0,0,0,0,2070,90,0,0,'Goblin Land Mine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10838,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10839,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10840,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4338,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8544,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Mageweave Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10841,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4338,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8545,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Heavy Mageweave Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10842,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10840,0,0,0,0,0,222,140,0,0,'Mageweave Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10843,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10841,0,0,0,0,0,107,140,0,0,'Heavy Mageweave Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10844,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8150,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8546,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Powerful Smelling Salts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10845,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10844,0,0,0,0,0,107,140,0,0,'Powerful Smelling Salts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10846,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,1,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,504,0,0,'First Aid','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10847,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,10846,0,0,0,0,0,107,504,0,0,'Artisan First Aid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10848,1,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,252,0,0,'Shroud of Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10849,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,15367,0,0,101,0,0,0,0,5,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2237,0,0,0,0,0,0,0,0,86,157,0,0,'Form of the Moonstalker (no invis)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10850,0,0,0,0,268435472,0,0,0,0,0,0,32768,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2071,1196,0,0,'Powerful Smelling Salts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10851,0,109,0,3,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,560,0,50,'Grab Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (10852,0,34,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,1,0,0,0,0,0,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,69,0,0,'Battle Net','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (10853,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7729,0,0,0,0,0,0,0,0,352,143,0,0,'Spirit of Kirith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10854,2,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,98,0,1,225,0,1,1,0,0,0,0,0,0,0,0,187,0,0,0,0,24,24,0,0,0,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,10857,0,0,0,0,0,963,1197,0,0,'Flames of Chaos','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10855,3,51,1,11,67584,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-55,-61,0,0,0,0,6,6,6,0,0,0,0,0,0,138,33,23,0,0,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10856,0,0,0,68,656,0,50,'Lag','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10856,3,51,0,12,67176448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2072,658,0,50,'Link Dead','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (10857,5,0,0,0,536871168,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,125,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,24,24,0,0,0,0,13,13,0,4,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,37,0,0,'Flames of Chaos','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10858,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7732,0,0,0,0,0,0,0,0,2073,91,0,0,'Summon Dupe Bug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10859,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,0,1,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141872,0,0,0,0,0,0,0,0,0,289,0,0,'Create Divino-matic Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,1,0,1,1,0,1,1,0,0,0,0,0,0,0,999,0,0,0,0,0,18,22,0,8,7,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2074,140,0,0,'Patch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10861,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,0,0,0,0,0,0,115,0,0,'Raptor Riding','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10863,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,10861,0,0,0,0,0,107,115,0,0,'Raptor Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141891,0,0,0,0,0,0,0,0,1523,1,0,0,'Razelikh\'s Tear I','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10865,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7734,0,0,0,0,0,0,0,0,963,1,0,0,'Call of Ilifar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,141892,0,0,0,0,0,0,0,0,1523,1,0,0,'Razelikh\'s Tear II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10867,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7735,0,0,0,0,0,0,0,0,963,1,0,0,'Call of Felcular','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10868,4,0,0,0,2496,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3617,0,0,0,0,0,0,976,0,0,'Frost Vulnerable','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10869,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,30,30,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,42,42,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,44,41,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7266,7266,7266,0,0,0,0,0,0,123,11,0,0,'Summon Embers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10870,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7738,0,0,0,0,0,0,0,0,123,11,0,0,'Summon Burning Servant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10872,3,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,264,0,0,'Abolish Disease Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10873,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7739,0,0,0,0,0,0,0,0,1707,1240,122,0,'Red Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10874,5,0,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,45,40,40,0,0,185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,27,0,0,1,0,0,0,0,0,1.6,0,0,441,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,212,0,0,'Mana Burn','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,16,0,1,1,1,1,1,0), + (10875,5,0,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,53,48,48,0,0,225,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,35,0,0,1,0,0,0,0,0,1.9,0,0,575,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,212,0,0,'Mana Burn','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,16,0,1,1,1,1,1,0), + (10876,5,0,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,61,56,56,0,0,270,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,43,0,0,1,0,0,0,0,0,2.1,0,0,737,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,212,0,0,'Mana Burn','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,16,0,1,1,1,1,1,0), + (10877,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10874,0,0,0,0,0,107,212,0,0,'Mana Burn','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10878,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10875,0,0,0,0,0,107,212,0,0,'Mana Burn','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10879,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10876,0,0,0,0,0,107,212,0,0,'Mana Burn','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10880,1,0,0,0,268500992,131072,0,0,0,0,134217728,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,34,34,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,0,0,0,0,0,41,121,0,50,'Resurrection','','','','','','','','Rank 3','','','','','','','',75,133,1500,0,6,1073741824,0,1,1,1,1,1,0), + (10881,1,0,0,0,268500992,131072,0,0,0,0,134217728,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,46,46,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,0,0,0,0,0,0,0,0,41,121,0,50,'Resurrection','','','','','','','','Rank 4','','','','','','','',75,133,1500,0,6,1073741824,0,1,1,1,1,1,0), + (10882,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10880,0,0,0,0,0,107,121,0,0,'Resurrection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10883,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10881,0,0,0,0,0,107,121,0,0,'Resurrection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10884,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,40,99,6,0,450,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,193,329,0,50,'zzOLDHoly Protection','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10885,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,54,99,6,0,650,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,193,329,0,50,'zzOLDHoly Protection','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (10886,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10885,0,0,0,0,0,107,329,0,0,'zzOLDHoly Protection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10887,0,88,0,26,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,68,98,1,0,75,1,0,1,0,0,0,0,0,0,9,0,112,0,0,0,22,22,22,15,15,15,13,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,1023,756,0,0,'Crowd Pummel','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (10888,5,43,0,5,327680,136,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,664232,100,0,0,42,42,31,0,180,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,22,22,0,15,15,0,14,14,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Psychic Scream','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,65536,4,1,1,1,1,1,0), + (10889,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10888,0,0,0,0,0,107,1488,0,0,'Psychic Scream','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10890,5,43,0,5,327680,136,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,664232,100,0,0,56,56,31,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,22,22,0,15,15,0,14,14,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Psychic Scream','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,65536,5,1,1,1,1,1,0), + (10891,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10890,0,0,0,0,0,107,1488,0,0,'Psychic Scream','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10892,5,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,42,42,85,0,305,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (10893,5,0,1,0,262144,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,50,50,85,0,385,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,111,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (10894,5,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,58,58,85,0,470,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (10895,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10892,0,0,0,0,0,107,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10896,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10893,0,0,0,0,0,107,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10897,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10894,0,0,0,0,0,107,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10898,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,47,42,42,9,0,300,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3,0,0,483,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (10899,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,53,48,48,9,0,355,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3.4,0,0,604,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (10900,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,59,54,54,9,0,425,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3.9,0,0,762,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (10901,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,65,60,60,9,0,500,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,4.3,0,0,941,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (10902,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10898,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10903,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10899,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10904,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10900,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10905,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10901,0,0,0,0,0,107,566,0,0,'Power Word: Shield','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10906,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,0,0,0,0,0,0,0,0,115,0,0,'Undead Horsemanship','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10907,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,0,0,0,0,0,0,0,115,0,0,'Mechanostrider Piloting','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10908,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,553,0,10907,0,0,0,0,0,107,115,0,0,'Mechanostrider Piloting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10909,5,0,0,0,67174400,67773444,524300,134348800,0,134217728,0,0,0,0,0,0,1,0,0,9,0,31772,0,101,0,0,44,44,3,0,150,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,1,25,0,0,0,12,0,0,1,4,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4839,502,122,0,'Mind Vision','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,67108864,0,1,1,1,1,1,0), + (10910,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10909,0,0,0,0,0,107,502,0,0,'Mind Vision','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10911,5,0,1,1,1075118080,67248132,524352,0,0,134217728,0,0,64,0,0,0,14,0,0,15,0,27692,0,101,0,56,44,44,3,0,550,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,1,0,0,46,0,-26,0,0,0,6,1,6,0,0,0,12,0,0,2,4,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Mind Control','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,131072,0,1,1,1,1,1,0), + (10912,5,0,1,1,1075118080,67248132,524352,0,0,134217728,0,0,64,0,0,0,14,0,0,15,0,27692,0,101,0,70,58,58,3,0,750,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,1,0,0,61,0,-26,0,0,0,6,1,6,0,0,0,12,0,0,2,4,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Mind Control','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,131072,0,1,1,1,1,1,0), + (10913,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10911,0,0,0,0,0,107,235,0,0,'Mind Control','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10914,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10912,0,0,0,0,0,107,235,0,0,'Mind Control','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10915,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,49,44,44,0,0,265,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,99,0,0,1,0,0,0,0,0,3.3,0,0,517,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2048,0,1,1,1,1,1,0), + (10916,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,55,50,50,0,0,315,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,121,0,0,1,0,0,0,0,0,3.7,0,0,643,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,2048,0,1,1,1,1,1,0), + (10917,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,61,56,56,0,0,380,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,147,0,0,1,0,0,0,0,0,4.2,0,0,811,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,2048,0,1,1,1,1,1,0), + (10918,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10915,0,0,0,0,0,107,242,0,0,'Flash Heal','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10919,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10916,0,0,0,0,0,107,242,0,0,'Flash Heal','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10920,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10917,0,0,0,0,0,107,242,0,0,'Flash Heal','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10921,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,0,10906,0,0,0,0,0,107,115,0,0,'Skeletal Horse Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10927,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,49,44,44,8,0,250,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,101,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (10928,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,55,50,50,8,0,305,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (10929,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,61,56,56,8,0,365,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (10930,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10927,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10931,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10928,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10932,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10929,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10933,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,19,0,0,15,0,0,0,101,0,51,46,46,0,0,230,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,37,0,0,1,0,0,0,0,0,2.3,0,0,286,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Smite','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,128,0,1,1,1,1,1,0), + (10934,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,19,0,0,15,0,0,0,101,0,59,54,54,0,0,280,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,2.7,0,0,370,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Smite','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,6,128,0,1,1,1,1,1,0), + (10935,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10933,0,0,0,0,0,107,237,0,0,'Smite','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10936,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10934,0,0,0,0,0,107,237,0,0,'Smite','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10937,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,58,48,48,30,0,1170,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (10938,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,70,60,60,30,0,1695,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (10939,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10937,0,0,0,0,0,107,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10940,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10938,0,0,0,0,0,107,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10941,5,82,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,60,50,50,1,0,225,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-621,0,0,0,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,0,'Fade','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,16384,0,1,1,1,1,1,0), + (10942,5,82,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,70,60,60,1,0,275,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-821,0,0,0,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,0,'Fade','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,16384,0,1,1,1,1,1,0), + (10943,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10941,0,0,0,0,0,107,331,0,0,'Fade','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10944,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10942,0,0,0,0,0,107,331,0,0,'Fade','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10945,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,51,46,46,0,0,265,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,2.1,0,0,345,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (10946,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,57,52,52,0,0,310,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,2.4,0,0,424,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (10947,5,19,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,16,0,8000,15,0,0,0,101,0,63,58,58,0,0,350,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,2.6,0,0,502,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,6,8192,0,1,1,1,1,1,0), + (10948,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10945,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10949,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10946,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10950,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10947,0,0,0,0,0,107,95,0,0,'Mind Blast','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10951,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,680,100,20,0,50,50,6,0,235,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1169,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,211,51,0,0,'Inner Fire','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2,0,1,1,1,1,1,0), + (10952,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,680,100,20,0,60,60,6,0,315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1394,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,211,51,0,0,'Inner Fire','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,2,0,1,1,1,1,1,0), + (10953,5,0,0,0,65536,2228224,524288,0,0,134217728,0,0,64,0,0,0,1,0,0,8,0,0,0,101,0,0,52,52,8,0,90,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,91,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6440,1487,0,0,'Mind Soothe','','','','','','','','Rank 3','','','','','','','',0,133,1500,70,6,2214592512,0,1,1,1,1,1,0), + (10954,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10953,0,0,0,0,0,107,1487,0,0,'Mind Soothe','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10955,1,0,1,20,1074855936,262144,524288,0,0,134217728,0,0,32,0,0,0,16,0,0,15,2,0,0,101,0,0,60,60,245,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,27,0,0,'Shackle Undead','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,1073741824,0,1,1,1,1,1,0), + (10956,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10955,0,0,0,0,0,107,27,0,0,'Shackle Undead','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10957,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,42,42,6,0,450,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,21,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,27,207,0,50,'Shadow Protection','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,256,0,1,1,1,1,1,0), + (10958,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,56,56,6,0,650,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,27,207,0,50,'Shadow Protection','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,256,0,1,1,1,1,1,0), + (10959,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10958,0,0,0,0,0,107,207,0,0,'Shadow Protection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10960,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,59,50,50,0,0,770,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,39,0,0,1,0,0,0,0,0,2,0,0,656,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,540,0,0,'Prayer of Healing','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,512,0,1,1,1,1,1,0), + (10961,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,69,60,60,0,0,1030,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,53,0,0,1,0,0,0,0,0,2.4,0,0,938,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,540,0,0,'Prayer of Healing','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,512,0,1,1,1,1,1,0), + (10962,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10961,0,0,0,0,0,107,540,0,0,'Prayer of Healing','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10963,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,51,46,46,0,0,455,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,141,0,0,1,0,0,0,0,0,5.8,0,0,1148,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,241,0,50,'Greater Heal','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,4096,0,1,1,1,1,1,0), + (10964,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,57,52,52,0,0,545,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,173,0,0,1,0,0,0,0,0,6.6,0,0,1436,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,241,0,50,'Greater Heal','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,4096,0,1,1,1,1,1,0), + (10965,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,63,58,58,0,0,655,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,209,0,0,1,0,0,0,0,0,7.5,0,0,1797,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,241,0,50,'Greater Heal','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,4096,0,1,1,1,1,1,0), + (10966,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,63,0,1,1,0,0,0,0,0,0,0,49,93,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,2069,314,0,0,'Uppercut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (10967,0,43,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,18,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,13,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,210,282,0,0,'Echoing Roar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (10968,0,43,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,52,42,42,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-111,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,960,0,50,'Demoralizing Roar','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (10969,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7749,0,0,0,0,0,0,0,0,1707,1240,122,0,'Blue Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (10987,4,0,1,11,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,98,3,1,37,0,1,1,0,0,0,0,0,0,0,-51,106,0,0,0,0,22,22,18,15,15,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,7680,187,0,0,'Geyser','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11007,0,59,0,0,671088896,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,100,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1306,0,50,'Weak Alcohol','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (11008,0,59,0,0,671088896,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,100,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1306,0,50,'Standard Alcohol','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (11009,0,59,0,0,671088896,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,100,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1306,0,50,'Strong Alcohol','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (11010,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1,0,0,'Hover','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11011,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2106,1,0,0,'Stone Watcher of Norgannon Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11012,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2108,1,0,0,'Stone Watcher of Norgannon Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11013,0,38,5,0,262416,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15367,0,0,101,0,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Sneak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11014,1,0,1,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,49,44,44,8,0,265,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Flow of the Northspring','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11015,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2376,146,0,0,'Blood Leech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11016,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,8,0,1,1,0,1,1,0,0,0,0,2.25,2.25,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2109,548,0,0,'Soul Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11017,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,30,30,26,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7767,0,0,0,0,0,0,0,0,74,214,0,0,'Summon Witherbark Felhunter','','','','','','','','','','','','','','','',20,133,1500,0,0,0,0,1,1,1,1,1,0), + (11018,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,3,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7768,0,0,0,0,0,0,0,0,121,153,0,0,'Summon Witherbark Bloodlings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11019,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,21,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,2516,174,0,0,'Wing Flap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11020,0,36,1,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,6,6,0,0,0,0,0,0,0,12,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2111,148,0,0,'Petrify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11021,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,7,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Flamespit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11023,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,3,0,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7769,0,0,0,0,0,0,0,0,121,153,0,0,'Summon Hazzali Parasites','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11024,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7750,0,0,0,0,0,0,0,0,1523,143,0,0,'Call of Thund','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11025,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10951,0,0,0,0,0,107,51,0,0,'Inner Fire','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11026,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10952,0,0,0,0,0,107,51,0,0,'Inner Fire','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11027,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,90,1,0,0,'Knockback 500','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11048,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2126,497,0,0,'Perm. Illusion Bishop Tyriona','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11067,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2126,497,0,0,'Perm. Illusion Tyrion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11068,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,133,0,50,'Frost Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11069,2,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,185,0,50,'Improved Fireball','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11070,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,188,0,50,'Improved Frostbolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11071,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,0,0,0,12494,0,0,0,0,0,0,119,0,50,'Frostbite','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11078,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,12,0,50,'Improved Fire Blast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11080,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,12,0,50,'Improved Fire Blast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11082,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,24,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,165,0,0,'Megavolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (11083,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,34,-16,0,0,0,0,1,1,0,0,0,0,0,0,0,108,10,0,0,0,0,0,0,0,0,0,0,0,0,0,9,4,0,0,0,0,0,0,0,0,11,0,50,'Burning Soul','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11084,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,41,36,36,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,1.75,0,0,260,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11085,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,19,0,0,9,0,0,0,101,0,35,30,30,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,4.9,0,0,137,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Bolt','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (11086,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7785,0,0,0,0,0,0,0,0,1185,120,0,0,'Ward of Zum\'rah','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11087,5,21,1,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11088,0,0,0,0,0,0,76,0,50,'Ward of Zum\'rah Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11088,5,21,1,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1e16,0,0,0,0,0,0,0,0,7786,0,0,0,0,0,0,0,0,1186,76,0,50,'Ward of Zum\'rah','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11089,0,0,0,0,67371264,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,56,39,39,0,0,0,0,0,0,0,0,0,0,0,0,7791,1,32,0,0,0,0,0,0,2146,207,0,0,'Theka Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11094,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,50,'Improved Fire Ward','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11095,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,50,'Improved Scorch','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11100,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194327,0,0,5,0,0,0,0,0,0,0,0,0,136,0,50,'Flame Throwing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11103,2,0,0,0,464,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,2,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12355,0,0,0,0,0,0,45,0,50,'Impact','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11108,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,37,0,50,'Improved Flamestrike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11113,2,250,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,36,30,30,32,0,215,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,33,1,0,1,1,0,0,0,0,1,0,0,153,-51,0,0,11,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,8388608,0,1,1,1,1,1,0), + (11115,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,117,0,50,'Critical Mass','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11119,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,50,'Ignite','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11120,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,50,'Ignite','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11124,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,4194309,0,0,22,0,0,0,0,0,0,0,0,31,0,50,'Fire Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11129,2,1151,1,0,33816832,268435456,0,0,0,0,0,0,0,0,0,0,1,0,180000,8,0,0,65536,100,3,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28682,0,0,0,0,7634,33,0,50,'Combustion','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,1,0), + (11130,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,75,0,1,1,0,0,0,0,0,0,0,29,112,0,0,0,0,22,22,0,15,15,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11131,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,48,44,44,1,0,0,0,0,0,14,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,51,0,1,1,0,0,0,0,0,2.5,0,-51,349,0,0,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2147,188,0,50,'Icicle','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (11132,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9957,0,0,0,0,0,107,1,0,0,'Teach Orcish War Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11147,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,1,0,0,'Blessed Anvil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11151,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,736,128,0,0,22,0,0,0,0,0,0,0,0,176,0,50,'Piercing Ice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11160,4,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-6,-11,0,0,0,0,1,1,0,0,0,0,0,0,0,108,10,0,0,0,0,0,0,0,0,0,0,524288,0,0,14,16,0,0,0,0,0,0,0,0,15,0,50,'Frost Channeling','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11165,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,11,0,0,0,0,0,0,0,0,0,56,0,50,'Improved Frost Nova','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11170,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,0,976,0,50,'Shatter','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11175,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,999,-5,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,1048576,1048576,0,1,12,0,0,0,0,0,0,0,0,143,0,50,'Permafrost','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11180,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,20,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12579,0,0,0,0,0,0,187,0,50,'Winter\'s Chill','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11185,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,836,0,0,0,0,0,0,0,0,0,285,0,50,'Improved Blizzard','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11189,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,3,0,1,1,0,1,1,0,0,0,0,0,0,0,14,9,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,501,0,50,'Frost Warding','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11190,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,35,0,50,'Improved Cone of Cold','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11195,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,1,0,0,'Blow Zul\'Farrak Door','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11196,0,0,0,0,603979776,67584,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1237,0,0,'Recently Bandaged','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11197,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,9,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,1,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-275,0,0,3441,563,0,0,'Expose Armor','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,524288,0,2,2,1,1,1,0), + (11198,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,9,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,1,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-340,0,0,3441,563,0,0,'Expose Armor','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,524288,0,2,2,1,1,1,0), + (11199,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11197,0,0,0,0,0,107,563,0,0,'Expose Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11200,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11198,0,0,0,0,0,107,563,0,0,'Expose Armor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11201,3,0,4,11,0,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,163,0,0,'Crippling Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,16384,0,1,0,1,1,1,0), + (11202,0,0,0,0,65552,131104,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,0,0,0,0,0,0,215,163,0,0,'Crippling Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,16384,0,0,0,1,1,1,0), + (11203,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9980,0,0,0,0,0,107,1,0,0,'Teach Ornate Mithril Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11204,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9979,0,0,0,0,0,107,1,0,0,'Teach Ornate Mithril Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11205,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9972,0,0,0,0,0,107,1,0,0,'Teach Ornate Mithril Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11206,0,0,0,0,256,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,15,4126,15406,0,101,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,55,0,0,'Uldaman Boss Object Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11207,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,736,0,0,15,0,0,0,0,0,0,0,0,0,1236,0,50,'Ice Shards','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8708,0,0,0,0,0,0,0,0,0,0,0,563,1242,0,0,'Summon Smithing Hammer','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (11210,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-6,0,0,0,0,1,1,0,0,0,0,0,0,0,10,123,0,0,0,0,0,0,0,0,0,0,0,0,0,64,126,0,0,0,0,0,0,0,0,74,0,50,'Arcane Subtlety','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11213,6,0,0,0,464,0,8388608,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,2,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,1388,0,12536,0,0,0,0,0,0,212,0,50,'Arcane Concentration','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11222,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2359296,0,0,16,0,0,0,0,0,0,0,0,0,52,0,50,'Arcane Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11232,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'Arcane Mind','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11237,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,9,0,0,0,0,0,0,0,0,0,225,0,50,'Improved Arcane Missiles','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11242,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,122,0,50,'Improved Arcane Explosion','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11247,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Magic Attunement','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11252,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,27,0,0,0,0,0,0,0,0,0,209,0,50,'Improved Mana Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11255,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,50,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18469,0,0,0,0,0,0,17,0,50,'Improved Counterspell','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11262,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-15001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,11,0,0,0,0,0,0,0,0,0,44,0,50,'Improved Blink','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11264,4,35,1,7,1073807360,136,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,664232,100,0,45,40,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,0.5,0,0,46,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1744,193,0,50,'Ice Blast','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11267,0,0,0,0,2555920,134218240,1048576,1024,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,73,249,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,856,0,50,'Ambush','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,8389120,0,2,2,1,1,1,0), + (11268,0,0,0,0,2555920,134218240,1048576,1024,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,91,249,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,856,0,50,'Ambush','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,8389120,0,2,2,1,1,1,0), + (11269,0,0,0,0,2555920,134218240,1048576,1024,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,115,249,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,856,0,50,'Ambush','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,8,8389120,0,2,2,1,1,1,0), + (11270,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11267,0,0,0,0,0,107,856,0,50,'Ambush','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11271,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11268,0,0,0,0,0,107,856,0,50,'Ambush','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11272,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11269,0,0,0,0,0,107,856,0,50,'Ambush','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11273,0,0,0,15,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,553,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,6,1,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,250,500,0,0,'Rupture','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (11274,0,0,0,15,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,553,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,6,1,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,250,500,0,0,'Rupture','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (11275,0,0,0,15,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,553,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,1,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,250,500,0,0,'Rupture','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (11276,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11273,0,0,0,0,0,107,500,0,0,'Rupture','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11277,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11274,0,0,0,0,0,107,500,0,0,'Rupture','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11278,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11275,0,0,0,0,0,107,500,0,0,'Rupture','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11279,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,89,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (11280,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,109,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 7','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (11281,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,139,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 8','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (11282,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11279,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11283,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11280,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11284,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11281,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11285,0,33,0,14,1376272,134479872,0,1032,0,0,0,0,0,0,0,0,1,0,10000,0,2,0,0,101,0,0,46,46,35,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,80,6,1,1,0,1,1,0,0,0,0,0,0,0,54,0,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,8,0,2,2,1,1,1,0), + (11286,0,33,0,14,1376272,134479872,0,1032,0,0,0,0,0,0,0,0,1,0,10000,0,2,0,0,101,0,0,60,60,35,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,80,6,1,1,0,1,1,0,0,0,0,0,0,0,74,0,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,8,0,2,2,1,1,1,0), + (11287,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11285,0,0,0,0,0,107,245,0,0,'Gouge','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11288,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11286,0,0,0,0,0,107,245,0,0,'Gouge','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11289,0,0,0,15,2555920,134218240,1048576,0,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,85,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,80,0,1,1,0,1,1,0,0,0,0,0,0,0,73,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,498,0,0,'Garrote','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,256,0,2,2,1,1,1,0), + (11290,0,0,0,15,2555920,134218240,1048576,0,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,85,3,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,80,0,1,1,0,1,1,0,0,0,0,0,0,0,91,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,498,0,0,'Garrote','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,8,256,0,2,2,1,1,1,0), + (11291,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11289,0,0,0,0,0,107,498,0,0,'Garrote','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11292,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11290,0,0,0,0,0,107,498,0,0,'Garrote','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11293,0,40,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,80,0,1,1,0,1,1,0,0,0,0,0,0,0,51,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','Rank 7','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (11294,0,40,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,80,0,1,1,0,1,1,0,0,0,0,0,0,0,67,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','Rank 8','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (11295,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11293,0,0,0,0,0,107,130,0,0,'Sinister Strike','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11296,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11294,0,0,0,0,0,107,130,0,0,'Sinister Strike','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11297,0,0,0,14,1077346320,134480128,0,0,0,536870912,0,0,64,0,0,0,1,0,0,0,2,0,0,101,0,0,48,48,22,3,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,249,0,0,'Sap','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,128,0,2,2,1,1,1,0), + (11298,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11297,0,0,0,0,0,107,249,0,0,'Sap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11299,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,69,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 7','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (11300,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,97,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,151,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 8','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (11301,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11299,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11302,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11300,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11303,0,82,0,0,327696,134217728,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,62,52,52,0,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-601,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,539,0,0,'Feint','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,8,134217728,0,2,2,1,1,1,0), + (11304,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11303,0,0,0,0,0,107,539,0,0,'Feint','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11305,0,44,0,0,65552,32,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,58,58,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,516,0,0,'Sprint','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,64,0,0,0,1,1,1,0), + (11306,2,0,0,0,65536,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,47,42,42,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,37,0,0,1,0,0,0,0,0,2.8,0,0,280,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (11307,2,0,0,0,65536,136,1073741824,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,57,52,52,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,47,0,0,1,0,0,0,0,0,3.4,0,0,395,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,1073741824,0,1,1,1,1,1,0), + (11308,2,0,0,0,65920,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,47,42,42,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11309,2,0,0,0,65920,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,57,52,52,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11310,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,47,42,42,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11306,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,32,0,1,1,1,1,1,0), + (11311,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,57,52,52,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11307,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,32,0,1,1,1,1,1,0), + (11312,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,47,42,42,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11308,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11313,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,57,52,52,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11309,0,0,0,0,0,0,33,0,0,'Fire Nova','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11314,2,35,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,42,42,28,0,395,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7844,0,0,0,0,0,0,0,0,221,33,0,0,'Fire Nova Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,671088640,0,1,1,1,1,1,0), + (11315,2,35,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,52,52,28,0,520,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7845,0,0,0,0,0,0,0,0,221,33,0,0,'Fire Nova Totem','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,671088640,0,1,1,1,1,1,0), + (11316,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11314,0,0,0,0,0,107,33,0,0,'Fire Nova Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11317,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11315,0,0,0,0,0,107,33,0,0,'Fire Nova Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11318,0,44,0,0,262416,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11305,0,0,0,0,0,107,516,0,0,'Sprint','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11319,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1307,0,0,'Water Walking','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11327,0,0,5,0,169148688,32,2,0,0,536870912,0,0,0,0,0,0,1,0,0,0,15367,0,0,101,0,41,22,22,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,5,0,0,169,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,16,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,30,0,'Vanish','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,2048,0,0,0,1,1,1,0), + (11328,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11329,0,0,5,0,169148688,32,2,0,0,536870912,0,0,0,0,0,0,1,0,0,0,15367,0,0,101,0,61,42,42,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,5,0,0,269,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,16,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,30,0,'Vanish','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,2048,0,0,0,1,1,1,0), + (11330,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11331,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1303,0,0,'Strength','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11332,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1303,0,0,'Great Strength','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11333,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11334,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1299,0,0,'Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11335,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,247,0,0,'Instant Poison IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,8192,0,1,0,1,1,1,0), + (11336,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,0,0,0,91,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,247,0,0,'Instant Poison V','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,8192,0,1,0,1,1,1,0), + (11337,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,37,0,0,1,0,0,0,0,0,0,0,0,111,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,247,0,0,'Instant Poison VI','','','','','','','','Rank 6','','','','','','','',0,0,0,0,8,8192,0,1,0,1,1,1,0), + (11338,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,44,44,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,623,0,0,0,0,0,0,0,0,215,247,0,0,'Instant Poison IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,8192,0,0,0,1,1,1,0), + (11339,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,52,52,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,0,0,0,0,0,0,215,247,0,0,'Instant Poison V','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,8192,0,0,0,1,1,1,0), + (11340,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,625,0,0,0,0,0,0,0,0,215,247,0,0,'Instant Poison VI','','','','','','','','Rank 6','','','','','','','',0,0,0,0,8,8192,0,0,0,1,1,1,0), + (11341,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,44,0,0,0,0,0,0,1,0,0,0,0,8924,8925,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8926,0,0,0,0,0,0,0,0,0,0,0,92,247,0,0,'Instant Poison IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11342,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,52,0,0,0,0,0,0,1,0,0,0,0,8924,8925,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8927,0,0,0,0,0,0,0,0,0,0,0,92,247,0,0,'Instant Poison V','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11343,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,60,0,0,0,0,0,0,1,0,0,0,0,8924,8925,0,0,0,0,0,0,4,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8928,0,0,0,0,0,0,0,0,0,0,0,92,247,0,0,'Instant Poison VI','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11344,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11341,0,0,0,0,0,107,247,0,0,'Instant Poison','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11345,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11342,0,0,0,0,0,107,247,0,0,'Instant Poison','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11346,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11343,0,0,0,0,0,107,247,0,0,'Instant Poison','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11348,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,55,46,46,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1301,0,0,'Greater Armor','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (11349,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,45,36,36,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1301,0,0,'Armor','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (11350,2,4,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,41,41,41,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11351,0,0,0,0,0,2207,31,0,50,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (11351,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,41,41,41,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (11352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,359,1,0,0,'Red Firework for trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11353,3,0,4,0,0,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,65536,0,1,0,1,1,1,0), + (11354,3,0,4,0,0,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Poison IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,65536,0,1,0,1,1,1,0), + (11355,0,0,0,0,65552,131104,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,46,46,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,626,0,0,0,0,0,0,0,0,215,513,0,0,'Deadly Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,65536,0,0,0,1,1,1,0), + (11356,0,0,0,0,65552,131104,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,54,54,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,627,0,0,0,0,0,0,0,0,215,513,0,0,'Deadly Poison IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,65536,0,0,0,1,1,1,0), + (11357,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,46,0,0,0,0,0,0,1,0,0,0,0,5173,8925,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8984,0,0,0,0,0,0,0,0,0,0,0,92,513,0,0,'Deadly Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11358,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,54,0,0,0,0,0,0,1,0,0,0,0,5173,8925,0,0,0,0,0,0,5,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8985,0,0,0,0,0,0,0,0,0,0,0,92,513,0,0,'Deadly Poison IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11359,1,0,1,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,42,42,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23396,0,0,0,0,0,633,74,0,0,'Restoration','','','','','','','','Rank 1','','','','','','','',0,4,0,0,13,0,0,1,0,1,1,1,0), + (11360,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11357,0,0,0,0,0,107,513,0,0,'Deadly Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11361,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11358,0,0,0,0,0,107,513,0,0,'Deadly Poison','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11362,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Teleport to Gnomeregan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11363,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,633,1310,0,0,'Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11364,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,633,1310,0,0,'Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11365,0,89,0,0,134283520,0,0,0,0,0,0,0,0,0,0,0,7,0,3600000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,220,776,0,0,'Bly\'s Band\'s Escape','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (11366,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,24,20,20,29,0,125,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,47,1,0,1,1,0,0,0,0,1.9,0,0,140,13,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1077936128,0,1,1,1,1,1,0), + (11367,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,117,0,50,'Critical Mass','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11368,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,117,0,50,'Critical Mass','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11369,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,117,0,50,'Critical Mass','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11370,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,2,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,117,0,50,'Critical Mass','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (11371,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,40,30,0,0,1,1,30,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,11374,0,0,0,0,4019,76,0,50,'Gift of Arthas','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (11372,4,0,1,0,0,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,181,0,50,'zzOLDDONOTREUSE','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11374,3,0,3,0,67371008,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,45,45,45,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2226,264,0,0,'Gift of Arthas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11387,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,30,0,1500,1500,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Wildvine Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (11389,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,633,1076,0,0,'Detect Undead','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11390,0,99,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,46,46,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,633,1315,0,0,'Arcane Elixir','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11391,2,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,45,40,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,61,1,0,1,1,0,0,0,0,0.5,0,0,369,-1,0,0,0,0,21,21,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7395,0,0,0,0,0,0,0,290,1256,0,50,'Roach Shift','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (11392,3,37,6,0,269484032,256,0,0,0,0,0,0,0,0,0,0,1,0,600000,13,80899,0,0,101,0,0,47,47,85,0,31,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4226,1311,0,50,'Invisibility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (11393,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,32,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,633,1336,0,0,'Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11394,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,37,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,633,1336,0,0,'Greater Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11395,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,42,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,633,1336,0,0,'Greater Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11396,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,47,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,633,1336,0,0,'Greater Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11397,3,18,3,0,262162,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,5,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,6,6,1,1,1,1,1,1,0,0,0,1,-0.5,-0.5,0,-11,-11,0,0,0,6,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2246,1614,0,0,'Diseased Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (11398,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,305,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,264,0,0,'Mind-numbing Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,32768,0,1,0,1,1,1,0), + (11399,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,20,0,0,52,52,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,643,0,0,0,0,0,0,0,0,215,264,0,0,'Mind-numbing Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,32768,0,0,0,1,1,1,0), + (11400,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,52,52,0,0,0,0,0,0,1,0,0,0,0,8924,8923,8925,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9186,0,0,0,0,0,0,0,0,0,0,0,92,264,0,0,'Mind-numbing Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11401,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11400,0,0,0,0,0,107,264,0,0,'Mind-numbing Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11402,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,30,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,1,0,0,'Shay\'s Bell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11403,5,0,0,0,65536,536879108,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15420,0,101,0,0,48,48,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,73,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,7863,0,0,0,0,0,0,0,0,5040,331,0,50,'Dream Vision','','','','','','','','Summon','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (11404,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,42,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1303,0,0,'Great Strength','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11405,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,48,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1337,0,0,'Elixir of the Giants','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11406,1,79,0,0,134479872,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,264,0,0,0,0,0,1,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,204,0,0,'Elixir of Demonslaying','','','','','','','','','','','','','','','',0,133,1500,0,13,0,0,1,0,1,1,1,0), + (11407,0,64,0,0,134480144,32,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,86,460,0,0,'Detect Demon','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (11409,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Teleport to Booty Bay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11410,0,0,0,0,786432,0,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,3,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,18,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,862,370,0,0,'Whirling Barrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,50,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1479,0,50,'zzOLDDONOTREUSE 11412','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11413,0,0,0,0,2281701632,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1704,0,0,'Echoes of Lordaeron','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (11414,0,0,0,0,2281701632,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1704,0,0,'Echoes of Lordaeron','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (11415,0,0,0,0,2281701632,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1704,0,0,'Echoes of Lordaeron','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (11416,6,0,0,0,268501248,268566528,0,0,0,0,0,0,0,0,0,0,7,60000,0,31,0,0,0,101,0,0,40,40,3,0,850,0,0,0,7,0,0,0,0,17032,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176497,0,0,0,0,0,0,0,0,2738,1480,0,50,'Portal: Ironforge','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (11417,6,0,0,0,268501248,268566528,0,0,0,0,0,0,0,0,0,0,7,60000,0,31,0,0,0,101,0,0,40,40,3,0,850,0,0,0,7,0,0,0,0,17032,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176499,0,0,0,0,0,0,0,0,2739,1481,0,50,'Portal: Orgrimmar','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (11418,6,0,0,0,268501248,268566528,0,0,0,0,0,0,0,0,0,0,7,60000,0,31,0,0,0,101,0,0,40,40,3,0,850,0,0,0,7,0,0,0,0,17032,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176501,0,0,0,0,0,0,0,0,2741,1484,0,50,'Portal: Undercity','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (11419,6,0,0,0,268501248,268566528,0,0,0,0,0,0,0,0,0,0,7,60000,0,31,0,0,0,101,0,0,50,50,3,0,850,0,0,0,7,0,0,0,0,17032,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176498,0,0,0,0,0,0,0,0,2254,1479,0,50,'Portal: Darnassus','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (11420,6,0,0,0,268501248,268566528,0,0,0,0,0,0,0,0,0,0,7,60000,0,31,0,0,0,101,0,0,50,50,3,0,850,0,0,0,7,0,0,0,0,17032,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176500,0,0,0,0,0,0,0,0,2740,1483,0,50,'Portal: Thunder Bluff','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (11421,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11416,0,0,0,0,0,107,1480,0,0,'Portal: Ironforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11422,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11419,0,0,0,0,0,107,1479,0,0,'Portal: Darnassus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11423,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11417,0,0,0,0,0,107,1481,0,0,'Portal: Orgrimmar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11424,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11420,0,0,0,0,0,107,1483,0,0,'Portal: Thunder Bluff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11425,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11418,0,0,0,0,0,107,1484,0,0,'Portal: Undercity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11426,4,471,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,14,0,0,0,101,0,46,40,40,3,0,305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,2.8,0,0,437,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4302,32,0,50,'Ice Barrier','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (11427,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11428,0,0,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,1,1,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,21,0,0,1,0,0,0,0,0,1.5,0,0,59,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11430,0,32,0,12,851984,512,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,20,20,20,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,3,0,1,1,0,0,0,0,0,0,0,-1,18,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,522,280,0,50,'Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11431,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,20,20,20,0,0,180,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,51,0,0,1,0,0,0,0,0,0,0,0,320,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11433,5,0,0,0,589824,268435596,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,15420,0,101,0,0,20,20,1,0,320,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,88,0,0,0,0,0,16,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2255,118,0,50,'Death & Decay','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11434,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,3,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2256,1,0,0,'Gong Zul\'Farrak Gong','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11435,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9240,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Mallet of Zul\'Farrak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11436,6,51,1,11,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,15,0,0,0,101,0,0,28,28,1,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-55,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,27,0,50,'Slow','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11437,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening Chest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11438,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,9251,9252,9253,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9254,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Join Map Fragments','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11440,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,1,0,0,'Quest - Blow Pirate Ship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11441,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11442,0,0,0,0,0,0,152,0,0,'Withered Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11442,5,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,1.7,1.7,0,1,1,0,0,0,0,6,6,0,0,0,0,0,0,0,3,64,0,10000,10000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2257,1468,0,0,'Withered Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11443,5,22,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,1,1,1,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-51,-101,-51,11,0,0,6,6,6,0,0,0,0,0,0,33,138,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,96,0,0,'Cripple','','','','','','','','','','','','','','','',8,0,0,0,0,0,0,1,1,1,1,1,0), + (11444,1,0,1,0,1074855936,262144,0,0,0,0,0,0,32,0,0,0,5,0,0,15,2,0,0,101,0,0,20,20,18,0,50,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,27,0,0,'Shackle Undead','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11445,5,56,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,4000,15,0,0,0,101,0,0,35,35,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,45,0,0,1,0,0,0,0,0,0,0,0,277,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,2737,93,0,50,'Bone Armor','','','','','','','','','','','','','','','',10,133,1500,0,0,0,0,1,1,1,1,1,0), + (11446,5,0,0,1,538247168,67117056,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,27708,0,101,0,70,58,58,5,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,1,0,0,69,0,0,0,0,0,6,1,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Mind Control','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (11447,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6370,3357,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8827,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Waterwalking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11448,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3358,3821,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6149,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11449,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3820,3821,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8949,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11450,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3355,3821,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8951,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Greater Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11451,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4625,3821,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8956,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Oil of Immolation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11452,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7067,3821,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9030,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Restorative Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11453,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3358,8831,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9036,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Magic Resistance Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (11454,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,3577,6037,0,0,0,0,0,5,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9060,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Inlaid Mithril Cylinder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11456,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4625,9260,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9061,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Goblin Rocket Fuel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11457,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8838,3358,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3928,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Superior Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11458,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8153,8831,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9144,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Wildvine Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11459,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,9,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3575,9262,8831,4625,0,0,0,0,4,1,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9149,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Philosophers\' Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11460,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8836,8925,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9154,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Detect Undead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11461,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8839,3821,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9155,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Arcane Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11462,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,76,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7898,142194,0,0,0,0,0,0,0,0,1,0,0,'Summon Pirate Treasure and Trigger Mob','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11463,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7899,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Treasure Hunting Pirate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11464,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8845,8838,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9172,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Invisibility Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11465,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8839,3358,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9179,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Greater Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11466,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8836,8839,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9088,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Gift of Arthas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11467,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8838,3821,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9187,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11468,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8831,8925,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9197,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Dream Vision','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11469,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Toxin IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11470,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Toxin III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11471,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Toxin II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11472,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8838,8846,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9206,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Giants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11473,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8845,4342,8925,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9210,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Ghost Dye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11474,2,99,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,633,1605,0,0,'Shadow Power','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (11475,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Stormwind City Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11476,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8845,8925,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9264,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Shadow Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11477,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8846,8845,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9224,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Demonslaying','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11478,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8846,8925,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9233,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Detect Demon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11479,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,3575,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,0,0,0,0,0,0,0,0,0,0,0,563,1276,0,0,'Transmute: Iron to Gold','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11480,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,172800000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,3860,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6037,0,0,0,0,0,0,0,0,0,0,0,563,1277,0,0,'Transmute: Mithril to Truesilver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11481,2,63,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,38,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,3,181,1,0,1,1,0,0,0,0,0,0,0,509,-1,0,0,0,0,22,22,18,15,15,0,9,11,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,37,0,50,'TWEEP','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11482,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11447,0,0,0,0,0,107,41,0,0,'Elixir of Waterwalking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11483,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11449,0,0,0,0,0,107,41,0,0,'Elixir of Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11484,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11450,0,0,0,0,0,107,41,0,0,'Elixir of Greater Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11485,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7902,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Treasure Hunting Bucanneer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11486,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11451,0,0,0,0,0,107,41,0,0,'Oil of Immolation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11487,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7901,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Treasure Hunting Swashbuckler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11488,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11448,0,0,0,0,0,107,41,0,0,'Greater Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11490,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11456,0,0,0,0,0,107,41,0,0,'Goblin Rocket Fuel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11491,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11457,0,0,0,0,0,107,41,0,0,'Superior Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11492,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11459,0,0,0,0,0,107,41,0,0,'Philosophers\' Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11493,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11479,0,0,0,0,0,107,41,0,0,'Transmute: Iron to Gold','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11494,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11480,0,0,0,0,0,107,41,0,0,'Transmute: Mithril to Truesilver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11495,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11460,0,0,0,0,0,107,41,0,0,'Elixir of Detect Undead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11496,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11461,0,0,0,0,0,107,41,0,0,'Arcane Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11497,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11465,0,0,0,0,0,107,41,0,0,'Elixir of Greater Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11498,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11467,0,0,0,0,0,107,41,0,0,'Elixir of Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11499,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11473,0,0,0,0,0,107,41,0,0,'Ghost Dye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11500,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11476,0,0,0,0,0,107,41,0,0,'Elixir of Shadow Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11501,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11478,0,0,0,0,0,107,41,0,0,'Elixir of Detect Demon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11503,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11453,0,0,0,0,0,222,1,0,0,'Recipe: Magic Resistance Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11504,0,49,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,1,3,101,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,22,1,36,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5619,37,0,50,'Walking Bomb Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11505,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11458,0,0,0,0,0,222,1,0,0,'Recipe: Wildvine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11506,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11464,0,0,0,0,0,222,1,0,0,'Recipe: Invisibility Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11507,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11466,0,0,0,0,0,222,1,0,0,'Recipe: Gift of Arthas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11508,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11468,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Dream Vision','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11509,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11472,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Giants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11510,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11477,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Demonslaying','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11511,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,320,0,0,'Activate Bomb A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11512,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9279,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9280,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Yellow Punch Card','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11513,0,0,0,0,256,0,1,1048576,0,0,0,0,0,0,0,0,5,0,0,15,0,10242,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9284,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Empty Phial','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11515,3,99,0,0,65792,268435456,268435456,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,21,21,3,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,31,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1691,0,0,'Lordaeron Tower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11518,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2721,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11519,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,0,0,0,0,0,107,216,0,0,'Teach Summon Succubus','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11520,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,697,0,0,0,0,0,107,217,0,0,'Teach Summon Voidwalker','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11521,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2723,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11522,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11452,0,0,0,0,0,107,41,0,0,'Restorative Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11523,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2724,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11524,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2725,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11525,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9280,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9282,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Blue Punch Card','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11526,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2726,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11527,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2727,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11528,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9281,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Red Punch Card','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11529,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11459,0,0,0,0,0,222,1,0,0,'Recipe: Philosophers\' Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11530,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11473,0,0,0,0,0,222,1,0,0,'Recipe: Ghost Dye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11531,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11476,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Shadow Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11532,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11479,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Iron to Gold','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11533,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11480,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Mithril to Truesilver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11534,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7935,0,0,0,0,0,0,0,0,63,242,0,0,'Leper Cure!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11535,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening Safe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11536,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2334,0,0,0,0,0,107,41,0,0,'Elixir of Minor Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11537,0,0,0,0,0,0,0,0,0,0,0,0,0,283,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,9258,9256,9255,9257,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9306,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Charge Stave of Equinex','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11538,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,17,1,0,1,1,0,0,0,0,0,0,0,47,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11539,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Toxin','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2249,1,0,0,'Blue Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250,1,0,0,'Green Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11542,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2248,1,0,0,'Red Streaks Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2251,1,0,0,'Red, White and Blue Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2252,1,0,0,'Yellow Rose Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11545,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9281,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Prismatic Punch Card','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11547,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,5,0,0,31,0,0,0,101,0,0,0,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,16,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,142697,2932,0,0,0,0,0,0,0,3581,1,0,0,'Drive Nimboya\'s Laden Pike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11548,0,0,0,0,0,0,0,0,0,0,0,0,0,304,0,0,7,0,0,15,15373,0,0,101,0,0,0,45,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,3,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2648,0,0,0,0,0,0,0,0,175,153,0,0,'Summon Spider God','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11549,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,41,32,32,4,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,84,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,65536,0,1,1,1,1,1,0), + (11550,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,51,42,42,4,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,129,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,65536,0,1,1,1,1,1,0), + (11551,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,61,52,52,4,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,184,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,4,65536,0,1,1,1,1,1,0), + (11552,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11550,0,0,0,0,0,107,456,0,50,'Battle Shout','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11553,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11551,0,0,0,0,0,107,456,0,50,'Battle Shout','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11554,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,44,34,34,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-71,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (11555,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,54,44,44,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-106,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (11556,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,64,54,54,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-141,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (11557,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11554,0,0,0,0,0,107,282,0,0,'Demoralizing Shout','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11558,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11555,0,0,0,0,0,107,282,0,0,'Demoralizing Shout','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11559,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11556,0,0,0,0,0,107,282,0,0,'Demoralizing Shout','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11560,0,350,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,40,99,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,248,561,0,0,'zzOLDInner Rage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,1048576,0,0,0,1,1,1,0), + (11561,0,350,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,60,99,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,248,561,0,0,'zzOLDInner Rage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,1048576,0,0,0,1,1,1,0), + (11562,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11560,0,0,0,0,0,107,561,0,50,'Inner Rage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11563,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11561,0,0,0,0,0,107,561,0,50,'Inner Rage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11564,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (11565,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 6','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (11566,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,110,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 7','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (11567,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 8','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (11568,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2228,0,0,0,0,0,0,0,0,1905,691,0,0,'Uldaman Sub-Boss Agro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11570,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11566,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11571,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11567,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11572,0,0,0,15,327696,134218240,0,1024,0,196608,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,86,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,32,0,2,2,1,1,1,0), + (11573,0,0,0,15,327696,134218240,0,1024,0,196608,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,86,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,4,32,0,2,2,1,1,1,0), + (11574,0,0,0,15,327696,134218240,0,1024,0,196608,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,86,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,4,32,0,2,2,1,1,1,0), + (11575,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11572,0,0,0,0,0,107,245,0,0,'Rend','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11576,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11573,0,0,0,0,0,107,245,0,0,'Rend','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11577,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11574,0,0,0,0,0,107,245,0,0,'Rend','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11578,0,44,0,0,805634064,1024,0,0,0,65536,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,46,46,0,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,30,64,0,1,1,0,1,1,0,0,0,0,0,0,0,149,-1,0,0,0,6,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,7922,0,0,0,867,457,0,50,'Charge','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,1,0,0,2,1,1,1,0), + (11579,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11578,0,0,0,0,0,107,457,0,50,'Charge','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11580,0,49,0,0,327696,136,0,0,0,65536,0,0,0,0,0,0,1,0,4000,0,0,0,0,0,0,0,48,48,468,1,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,81,-11,0,0,0,0,22,22,0,15,15,0,14,14,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunder Clap','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,128,4,1,1,1,1,1,0), + (11581,0,49,0,0,327696,136,0,0,0,65536,0,0,0,0,0,0,1,0,4000,0,0,0,0,0,0,0,58,58,9,1,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,102,-11,0,0,0,0,22,22,0,15,15,0,14,14,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunder Clap','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,4,128,4,1,1,1,1,1,0), + (11582,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11580,0,0,0,0,0,107,199,0,0,'Thunder Clap','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11583,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11581,0,0,0,0,0,107,199,0,0,'Thunder Clap','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11584,0,65,0,0,2424848,1209008640,0,0,512,65536,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,44,44,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Overpower','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,4,0,2,2,1,1,1,0), + (11585,0,65,0,0,2424848,1209008640,0,0,512,65536,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,60,60,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Overpower','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,4,0,2,2,1,1,1,0), + (11586,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11584,0,0,0,0,0,107,26,0,50,'Overpower','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11587,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11585,0,0,0,0,0,107,26,0,50,'Overpower','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11588,0,82,0,0,327696,134217728,67108864,0,0,131072,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,50,40,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,8,0,0,849,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,24,0,0,'zzOLDTaunt','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,32768,0,1,1,1,1,1,0), + (11589,0,82,0,0,327696,134217728,67108864,0,0,131072,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,60,50,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,9,0,0,1124,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,24,0,0,'zzOLDTaunt','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,32768,0,1,1,1,1,1,0), + (11590,0,82,0,0,327696,134217728,67108864,0,0,131072,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,70,60,99,0,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,10,0,0,1449,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,24,0,0,'zzOLDTaunt','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,4,32768,0,1,1,1,1,1,0), + (11591,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Share Twin Information','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (11592,0,0,0,0,545259904,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,'Twin Empathy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (11593,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Wyatt Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (11594,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9634,0,0,0,0,0,107,107,0,0,'Dire Bear Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11595,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3959,0,0,0,0,0,107,1,0,0,'Discombobulator Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11596,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,9,1,150,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-361,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,406,565,0,0,'Sunder Armor','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,16384,0,2,2,1,1,1,0), + (11597,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,9,1,150,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-451,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,406,565,0,0,'Sunder Armor','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,16384,0,2,2,1,1,1,0), + (11598,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11596,0,0,0,0,0,107,565,0,50,'Sunder Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11599,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11597,0,0,0,0,0,107,565,0,50,'Sunder Armor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11600,0,65,0,0,327696,134218240,0,1024,512,131072,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,44,44,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'Revenge','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,1024,0,2,2,1,1,1,0), + (11601,0,65,0,0,327696,134218240,0,1024,512,131072,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,54,54,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'Revenge','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,1024,0,2,2,1,1,1,0), + (11602,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11600,0,0,0,0,0,107,562,0,50,'Revenge','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11603,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11601,0,0,0,0,0,107,562,0,50,'Revenge','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11604,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,46,46,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165,559,0,0,'Slam','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,2097152,0,2,2,1,1,1,0), + (11605,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,54,54,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,86,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1165,559,0,0,'Slam','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,2097152,0,2,2,1,1,1,0), + (11606,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11604,0,0,0,0,0,107,559,0,0,'Slam','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11607,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11605,0,0,0,0,0,107,559,0,0,'Slam','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11608,0,0,0,0,327700,512,4096,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,4194304,0,2,2,1,1,1,0), + (11609,0,0,0,0,327700,512,4096,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,4194304,0,2,2,1,1,1,0), + (11610,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9330,0,0,0,0,0,0,0,0,0,0,2517,1,0,0,'Gammerita Turtle Camera','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11611,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,0,0,0,0,0,0,0,339,0,0,'Alchemy','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11612,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,171,0,11611,0,0,0,0,0,107,339,0,0,'Artisan Alchemist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11629,0,59,0,0,671088896,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,100,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1306,0,50,'Potent Alcohol','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (11630,0,0,0,0,738197760,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,80,23,0,0,120000,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,11631,0,0,0,0,69,134,0,0,'zzOLDResurrection Sickness II','','','','','','','','','','','','','','','',0,0,0,0,6,134217728,0,0,0,1,1,1,0), + (11631,0,0,0,0,738197760,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,69,134,0,0,'zzOLDResurrection Sickness III','','','','','','','','','','','','','','','',0,0,0,0,6,134217728,0,0,0,1,1,1,0), + (11632,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e18,0,0,0,0,0,0,0,0,3296,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Orgrimmar Grunt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11633,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e19,0,0,0,0,0,0,0,0,7975,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Thunderbluff Brave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11634,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e29,0,0,0,0,0,0,0,0,4262,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Darnassus Sentinel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11635,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e18,0,0,0,0,0,0,0,0,727,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ironforge Mountaineer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11636,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,7980,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Undercity Deathguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11637,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,10242,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9365,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Empty Heavy Phial','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11638,3,0,4,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,35,0,1,5,0,1,1,0,0,0,0,0,0,0,-71,27,0,0,0,0,22,22,0,30,30,0,13,13,0,33,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1725,160,97,0,'Radiation Poisoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11639,5,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,100,0,0,20,20,85,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11640,1,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,25,20,20,8,0,90,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11641,3,0,1,17,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,30,30,1,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,7552,0,0,0,0,0,0,0,0,2295,82,0,50,'Hex','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11642,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,0,20,20,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,63,0,0,1,0,0,0,0,0,0,0,0,393,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11643,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3577,3486,3864,0,0,0,0,10,4,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9366,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Scale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11644,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11643,0,0,0,0,0,222,1,0,0,'Plans: Golden Scale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11645,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,7975,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Mulgore Protector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11647,1,56,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,4000,15,0,0,0,101,0,59,54,1,9,0,100,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3.9,0,0,780,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11649,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,210,0,50,'Detect Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (11650,0,0,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,314,0,0,'Head Butt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (11651,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,9372,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9380,0,0,0,0,0,0,11652,0,0,0,0,76,1,0,0,'zzOLDCall of Blades','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11652,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9379,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDCall of Blades','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11654,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,9379,0,0,0,0,0,0,0,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9372,0,0,0,0,0,0,0,0,0,0,0,76,1,0,0,'Call of Sul\'thraze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11655,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,'zzOLDParry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11657,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,31,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,784,28,0,0,'Jang\'thraze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (11658,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,2,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,121,1,1,1,1,1,0,0,0,0,0,0,89,-16,24,0,0,0,6,6,6,0,0,0,0,0,0,0,29,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2357,88,0,0,'Sul\'thraze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11659,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,49,44,44,0,0,265,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,35,0,0,1,0,0,0,0,0,2.3,0,0,280,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (11660,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,57,52,52,0,0,315,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,43,0,0,1,0,0,0,0,0,2.6,0,0,359,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (11661,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,65,60,60,0,0,370,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,53,0,0,1,0,0,0,0,0,3,0,0,454,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (11662,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11659,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11663,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11660,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11664,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11661,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11665,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,45,40,40,8,0,220,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,2.7,0,50,133,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,4,0,1,1,1,1,1,0), + (11666,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11665,0,0,0,0,0,107,31,0,0,'Immolate','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11667,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,55,50,50,8,0,295,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,3.2,0,72,191,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,4,0,1,1,1,1,1,0), + (11668,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,65,60,60,8,0,370,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,3.8,0,96,257,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,5,4,0,1,1,1,1,1,0), + (11669,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11667,0,0,0,0,0,107,31,0,0,'Immolate','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11670,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11668,0,0,0,0,0,107,31,0,0,'Immolate','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11671,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,49,44,44,85,0,225,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (11672,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,59,54,54,85,0,290,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,110,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (11673,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11671,0,0,0,0,0,107,313,0,50,'Corruption','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11674,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11672,0,0,0,0,0,107,313,0,50,'Corruption','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11675,5,0,0,0,65537,67256324,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,2,0,1,0,52,52,8,0,290,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,0,90,0,0,0,0,6,6,1,0,0,0,0,0,0,86,3,42,0,3000,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,18371,0,0,0,788,113,0,0,'Drain Soul','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,16384,0,1,1,1,1,1,0), + (11676,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11675,0,0,0,0,0,107,113,0,0,'Drain Soul','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11677,2,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,51,46,46,31,0,885,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,154,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,32,0,1,1,1,1,1,0), + (11678,2,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,63,58,58,31,0,1185,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0.6,0,0,225,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,32,0,1,1,1,1,1,0), + (11679,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11677,0,0,0,0,0,107,547,0,50,'Rain of Fire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11680,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11678,0,0,0,0,0,107,547,0,50,'Rain of Fire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11681,2,0,0,0,0,136,541065216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,52,42,42,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,138,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,937,0,0,'Hellfire Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,64,0,1,1,1,1,1,0), + (11682,2,0,0,0,0,136,541065216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,64,54,54,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.7,0,0,207,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,781,937,0,0,'Hellfire Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,64,0,1,1,1,1,1,0), + (11683,2,0,0,0,65536,98368,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,52,42,42,8,0,975,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0.5,0,-1,138,99,0,0,0,1,1,1,0,0,0,0,0,0,23,3,77,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,16,11681,0,0,0,0,0,5423,937,0,0,'Hellfire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,64,0,1,1,1,1,1,0), + (11684,2,0,0,0,65536,98368,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,64,54,54,8,0,1300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0.7,0,-1,207,99,0,0,0,1,1,1,0,0,0,0,0,0,23,3,77,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,16,11682,0,0,0,0,0,5423,937,0,0,'Hellfire','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,64,0,1,1,1,1,1,0), + (11685,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11683,0,0,0,0,0,107,937,0,50,'Hellfire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11686,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11684,0,0,0,0,0,107,937,0,50,'Hellfire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11687,5,0,0,0,65536,1024,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,100,0,46,36,36,0,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,1,0,0,209,0,0,0,0,0,1,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,208,0,0,'Life Tap','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,262144,0,1,1,1,1,1,0), + (11688,5,0,0,0,65536,1024,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,100,0,56,46,46,0,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,1,0,0,299,0,0,0,0,0,1,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,208,0,0,'Life Tap','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,262144,0,1,1,1,1,1,0), + (11689,5,0,0,0,65536,1024,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,100,0,66,56,56,0,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,1,0,0,419,0,0,0,0,0,1,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1225,208,0,0,'Life Tap','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,262144,0,1,1,1,1,1,0), + (11690,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11687,0,0,0,0,0,107,208,0,0,'Life Tap','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11691,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11688,0,0,0,0,0,107,208,0,0,'Life Tap','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11692,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11689,0,0,0,0,0,107,208,0,0,'Life Tap','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11693,5,0,0,0,65536,16388,2056,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,44,44,1,4294967294,45,0,33,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,88,-101,0,0,0,0,5,1,0,0,0,0,0,0,0,8,88,0,1000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Health Funnel','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,16777216,0,1,1,1,1,1,0), + (11694,5,0,0,0,65536,16388,2056,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,52,52,1,4294967294,62,0,42,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,118,-101,0,0,0,0,5,1,0,0,0,0,0,0,0,8,88,0,1000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Health Funnel','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,16777216,0,1,1,1,1,1,0), + (11695,5,0,0,0,65536,16388,2056,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,60,60,1,4294967294,79,0,52,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,152,-101,0,0,0,0,5,1,0,0,0,0,0,0,0,8,88,0,1000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Health Funnel','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,5,16777216,0,1,1,1,1,1,0), + (11696,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11693,0,0,0,0,0,107,153,0,0,'Health Funnel','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11697,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11694,0,0,0,0,0,107,153,0,0,'Health Funnel','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11698,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11695,0,0,0,0,0,107,153,0,0,'Health Funnel','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11699,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,51,46,46,28,0,240,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,8,0,1,1,1,1,1,0), + (11700,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,59,54,54,28,0,300,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,70,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,8,0,1,1,1,1,1,0), + (11701,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11699,0,0,0,0,0,107,546,0,0,'Drain Life','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11702,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,0,0,107,546,0,0,'Drain Life','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11703,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,49,44,44,28,0,225,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.6,0,0,98,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Drain Mana','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,16,0,1,1,1,1,1,0), + (11704,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,59,54,54,28,0,310,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.7,0,0,135,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Drain Mana','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,16,0,1,1,1,1,1,0), + (11705,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11703,0,0,0,0,0,107,548,0,0,'Drain Mana','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11706,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11704,0,0,0,0,0,107,548,0,0,'Drain Mana','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11707,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,42,42,4,0,130,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,32768,0,1,1,1,1,1,0), + (11708,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,52,52,4,0,175,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,32768,0,1,1,1,1,1,0), + (11709,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11707,0,0,0,0,0,107,543,0,0,'Curse of Weakness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11710,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11708,0,0,0,0,0,107,543,0,0,'Curse of Weakness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11711,5,0,2,0,65536,0,0,128,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,38,38,106,0,130,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'Curse of Agony','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,1024,0,1,1,1,1,1,0), + (11712,5,0,2,0,65536,0,0,128,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,48,48,106,0,170,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'Curse of Agony','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,1024,0,1,1,1,1,1,0), + (11713,5,0,2,0,65536,0,0,128,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,58,58,106,0,215,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,86,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'Curse of Agony','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,1024,0,1,1,1,1,1,0), + (11714,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11711,0,0,0,0,0,107,544,0,0,'Curse of Agony','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11715,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11712,0,0,0,0,0,107,544,0,0,'Curse of Agony','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11716,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11713,0,0,0,0,0,107,544,0,0,'Curse of Agony','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11717,5,0,2,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,56,56,4,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,89,-641,0,0,0,0,6,6,6,0,0,0,0,0,0,99,22,92,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1265,93,0,0,'Curse of Recklessness','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (11718,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11717,0,0,0,0,0,107,93,0,0,'Curse of Recklessness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11719,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,50,50,9,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-61,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,65,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,339,692,0,50,'Curse of Tongues','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (11720,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11719,0,0,0,0,0,107,692,0,0,'Curse of Tongues','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11721,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,46,46,5,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-61,7,0,0,0,0,6,6,0,0,0,0,0,0,0,22,87,0,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,785,55,0,0,'Curse of the Elements','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (11722,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,5,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,9,0,0,0,0,6,6,0,0,0,0,0,0,0,22,87,0,0,0,0,0,0,0,0,0,0,0,0,0,20,20,0,0,0,0,0,0,0,785,55,0,0,'Curse of the Elements','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (11723,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11721,0,0,0,0,0,107,55,0,0,'Curse of the Elements','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11724,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11722,0,0,0,0,0,107,55,0,0,'Curse of the Elements','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11725,5,0,0,1,1073807360,131073,64,0,0,0,0,0,4,0,0,0,14,0,0,15,0,0,0,101,0,56,44,44,5,0,500,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,1,0,0,46,-41,-31,0,0,0,6,6,6,0,0,0,0,0,0,6,138,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1266,1500,0,0,'Enslave Demon','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,2048,0,1,1,1,1,1,0), + (11726,5,0,0,1,1073807360,131073,64,0,0,0,0,0,4,0,0,0,14,0,0,15,0,0,0,101,0,70,58,58,5,0,700,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,1,0,0,61,-41,-31,0,0,0,6,6,6,0,0,0,0,0,0,6,138,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1266,1500,0,0,'Enslave Demon','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,2048,0,1,1,1,1,1,0), + (11727,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11725,0,0,0,0,0,107,1500,0,0,'Enslave Demon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11728,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11726,0,0,0,0,0,107,1500,0,0,'Enslave Demon','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11729,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,46,46,0,0,750,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,284,0,0,'Create Healthstone (Greater)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (11730,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,58,58,0,0,1120,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,284,0,0,'Create Healthstone (Major)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (11731,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11730,0,0,0,0,0,107,284,0,0,'Create Healthstone (Major)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11732,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Major Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (11733,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,40,40,30,0,800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,389,8,10,0,0,0,1,1,1,0,0,0,0,0,0,22,22,161,0,0,0,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,130,89,0,0,'Demon Armor','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11734,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,50,50,30,0,1150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,479,11,12,0,0,0,1,1,1,0,0,0,0,0,0,22,22,161,0,0,0,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,130,89,0,0,'Demon Armor','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11735,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,30,0,1580,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,569,14,14,0,0,0,1,1,1,0,0,0,0,0,0,22,22,161,0,0,0,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,130,89,0,0,'Demon Armor','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11736,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11733,0,0,0,0,0,107,89,0,0,'Demon Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11737,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11734,0,0,0,0,0,107,89,0,0,'Demon Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11738,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11735,0,0,0,0,0,107,89,0,0,'Demon Armor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11739,5,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,42,42,9,0,195,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,469,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,343,207,0,0,'Shadow Ward','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11740,5,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,52,52,9,0,255,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,343,207,0,0,'Shadow Ward','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11741,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11739,0,0,0,0,0,107,207,0,0,'Shadow Ward','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11742,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11740,0,0,0,0,0,107,207,0,0,'Shadow Ward','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11743,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,50,50,6,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,21,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,210,0,50,'Detect Greater Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11755,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e18,0,0,0,0,0,0,0,0,8017,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Sen\'jin Guardian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11756,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,76,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,47,47,0,0,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144064,177683,0,0,0,0,0,0,0,0,1,0,0,'Summon Gordunni chest (COBALT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11757,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,93,1,0,0,'Digging for Cobalt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11758,0,0,0,0,256,0,0,0,0,0,0,0,0,323,0,0,22,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8585,0,0,0,5459,0,0,0,0,0,0,0,654,1,0,0,'Dowsing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11759,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,8523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9440,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Basilisk Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11760,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,8523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9441,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Hyena Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11761,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,8523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9438,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Scorpid Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11762,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,53,48,48,0,0,95,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,1,0,0,66,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,18,0,0,'Firebolt','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,5,4096,0,1,1,1,1,1,0), + (11763,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,63,58,58,0,0,115,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,1.2,0,0,82,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,18,0,0,'Firebolt','','','','','','','','Rank 7','','','','','','','',0,133,1000,0,5,4096,0,1,1,1,1,1,0), + (11764,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11762,0,0,0,0,0,107,18,0,0,'Firebolt','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11765,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11763,0,0,0,0,0,107,18,0,0,'Firebolt','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11766,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,48,38,38,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0.3,0,0,26,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,799,541,122,0,'Blood Pact','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,8388608,0,0,0,1,1,1,0), + (11767,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,50,50,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,37,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,799,541,122,0,'Blood Pact','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,8388608,0,0,0,1,1,1,0), + (11768,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11766,0,0,0,0,0,107,541,0,0,'Blood Pact','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11769,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11767,0,0,0,0,0,107,541,0,0,'Blood Pact','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11770,2,0,1,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,44,44,25,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,35,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,16,0,50,'Fire Shield','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,8388608,0,1,1,1,1,1,0), + (11771,2,0,1,0,65536,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,54,54,25,0,165,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,35,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,16,0,50,'Fire Shield','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,8388608,0,1,1,1,1,1,0), + (11772,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11770,0,0,0,0,0,107,16,0,0,'Fire Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11773,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11771,0,0,0,0,0,107,16,0,0,'Fire Shield','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11774,5,36,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,55,50,50,0,0,115,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,299,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,173,0,0,'Torment','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (11775,5,36,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,65,60,60,0,0,145,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,394,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,173,0,0,'Torment','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (11776,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11774,0,0,0,0,0,107,173,0,0,'Torment','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11777,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11775,0,0,0,0,0,107,173,0,0,'Torment','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11778,5,40,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,44,44,0,0,125,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,72,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,8192,0,1,1,1,1,1,0), + (11779,5,40,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,52,52,0,0,145,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,86,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,8192,0,1,1,1,1,1,0), + (11780,5,40,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,12000,0,0,0,0,101,0,0,60,60,0,0,160,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,8192,0,1,1,1,1,1,0), + (11781,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11778,0,0,0,0,0,107,596,0,0,'Lash of Pain','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11782,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11779,0,0,0,0,0,107,596,0,0,'Lash of Pain','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11783,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11780,0,0,0,0,0,107,596,0,0,'Lash of Pain','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11784,5,82,0,0,262144,0,67108864,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,0,46,46,0,0,75,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-128,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2577,694,0,0,'Soothing Kiss','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,1073741824,0,1,1,1,1,1,0), + (11785,5,82,0,0,262144,0,67108864,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,68,58,58,0,0,100,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-166,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2577,694,0,0,'Soothing Kiss','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,1073741824,0,1,1,1,1,1,0), + (11786,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11784,0,0,0,0,0,107,694,0,0,'Soothing Kiss','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11787,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11785,0,0,0,0,0,107,694,0,0,'Soothing Kiss','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11788,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11743,0,0,0,0,0,107,210,0,0,'Detect Greater Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11789,3,0,0,0,64,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,50,'Water Breathing','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (11790,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,30,30,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,22,0,0,15,0,0,14,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,149,0,0,'Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,3,1,0,1,1,1,0), + (11791,0,36,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,843,138,0,0,'Puncture Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (11792,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,86,61,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,2807,0,0,0,0,0,0,180,1,0,0,'Opening Cage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11794,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,3501,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Horde Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11795,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,320,0,0,'Activate Bomb B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11796,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2814,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 01B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11797,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2815,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 02B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11798,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 03B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11799,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2817,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 04B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11800,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2818,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 05B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11801,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2819,8,0,0,0,0,0,0,0,0,1,0,0,'Activate Bomb 06B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,3,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8035,0,0,0,0,0,0,0,0,2070,90,0,0,'Dark Iron Land Mine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11803,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,6087,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Astranaar Sentinel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11804,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,6086,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Auberdine Sentinel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11815,2,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,3,3,1,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,22,18,1,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,11,0,0,'Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11816,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11817,0,0,0,0,0,34,656,0,0,'Land Mine Arming','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11817,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,656,0,0,'Land Mine Arming','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11818,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,87,0,0,'Spell Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11819,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,6233,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Mechanized Sentries','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11820,0,34,0,7,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,9,0,0,0,101,0,0,14,14,1,0,0,0,0,0,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11825,0,0,0,0,683,69,0,0,'Electrified Net','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11821,0,19,0,0,537133056,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg4','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (11822,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,7489,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Silverpine Deathguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11823,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,8055,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Thelsamar Mountaineer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11824,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11825,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Electrified Net','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11826,0,0,0,0,2432,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11841,0,0,0,0,2316,320,0,0,'Electromagnetic Gigaflux Reactivator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11828,3,85,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,37,32,32,0,0,0,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,1,0,0,146,0,0,0,0,0,24,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2317,165,0,0,'Forked Lighting','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (11829,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,13,1,0,1,1,0,0,0,0,0,0,0,75,15,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11830,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11504,0,0,0,0,0,0,693,0,0,'Walking Bomb Passive Proc (100%)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11831,4,0,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,5,1,0,1,1,0,0,0,0,0,0,0,27,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11835,1,56,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,4000,15,0,0,0,101,0,0,20,20,9,0,125,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,115,0,0,0,0,0,21,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11836,4,98,1,12,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,36,30,30,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,15,0,0,1,0,0,0,0,0,2.5,0,0,92,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,12,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2336,35,0,50,'Freeze Solid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11837,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,3,0,0,2,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Wide Slash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11838,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9204,0,0,0,0,0,0,693,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11839,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11840,0,0,0,0,384,0,0,0,0,0,0,0,0,343,0,0,15,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3973,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Edana Hatetalon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11841,3,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,37,37,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2337,19,0,0,'Static Barrier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (11855,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,8096,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Protector of the People','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11876,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,58,1,0,1,1,0,1,0,0,0,0,0,0.5,-1,0,22,0,0,0,22,0,22,15,0,15,8,0,8,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11877,0,0,0,0,256,4,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,6,6,6,0,0,0,0,0,0,4,23,23,0,5000,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,11884,11878,0,0,0,2356,1,0,0,'Capture Treant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11878,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,8,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Capture Treant Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11879,0,0,0,3,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,560,0,0,'Disarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11884,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9593,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Treant Muisak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11885,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,24,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9593,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'Capture Treant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11886,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,24,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9594,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'Capture Wildkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11887,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,24,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9595,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'Capture Hippogryph','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11888,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,24,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9596,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'Capture Faerie Dragon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11889,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,24,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9597,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'Capture Mountain Giant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11890,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,126,127,0,0,0,0,0,0,0,154,1,0,0,'Antu\'sul\'s Salvation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11891,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,41,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,2069,314,0,0,'Antu\'sul Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11892,0,0,2,0,67108864,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,-0.7,-0.7,-1,-2,-2,-11,0,0,0,22,22,22,15,15,15,8,8,8,29,29,61,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,279,207,0,0,'Shrink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11893,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Warder Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11894,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8156,0,0,0,0,0,0,0,0,1266,1,0,0,'Antu\'sul\'s Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11895,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,39,34,34,0,0,560,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,361,0,0,1,0,0,0,0,0,5.5,0,0,2219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,684,0,50,'Healing Wave of Antu\'sul','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11898,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,2,0,0,19,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2376,146,0,0,'Blood Leech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,34,34,9,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8179,0,0,0,0,0,0,0,0,135,79,0,0,'Healing Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11900,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,34,34,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,4,0,0,149,0,0,0,0,0,22,0,0,30,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,73,0,0,'Healing Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11901,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11900,0,0,0,0,0,0,87,0,0,'Healing Ward V Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11902,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,87,0,1,1,0,0,0,0,0,0,0,49,306,0,0,0,0,22,22,0,15,15,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,2377,166,0,0,'Gahz\'rilla Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11903,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,201,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (11904,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,7787,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Sandfury Slave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11918,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11919,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11918,0,0,0,0,0,0,152,0,0,'Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11920,0,34,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,'Net Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11921,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11922,3,99,1,7,1074331648,0,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,20,20,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11923,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,9719,3859,3466,7068,3486,0,0,0,1,4,4,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9718,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Repair the Blade of Heroes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11939,5,0,0,0,268500992,1,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12922,0,0,0,0,0,0,0,0,74,215,0,0,'Summon Imp','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11958,4,37,0,13,327680,32768,2097152,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,4,4,1,0,15,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,12,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,4325,14,122,0,'Ice Block','','','','','','','','','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (11959,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11918,0,0,0,0,0,0,152,0,0,'Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11960,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,3,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,155,0,0,'Curse of the Dreadmaul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11961,5,0,2,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,45,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11960,0,0,0,0,0,0,155,0,0,'Curse of the Dreadmaul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11962,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11963,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,45,45,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-16,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,346,543,0,0,'Enfeeble','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11964,3,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8139,0,0,0,0,0,631,264,0,0,'Fevered Fatigue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11966,2,0,1,0,2512,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11968,0,0,0,0,0,0,31,0,50,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11968,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.75,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11969,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,95,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11970,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11971,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,-8,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11972,0,0,0,0,851984,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,68,2,0,1,1,0,1,1,0,0,0,0,0,0,0,4,9,0,26,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,280,0,50,'Shield Bash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11974,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,110,5,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,6.85,0,0,136,0,0,0,0,0,21,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (11975,6,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,6,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,1,1,1,1,0), + (11976,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11977,0,0,0,15,851984,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11978,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (11980,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,4,0,105,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11981,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,13,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11983,3,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,2,1,0,1,1,0,1,0,0,0,-1,0,2,-31,0,11,0,0,0,22,18,22,15,0,15,8,0,8,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2436,157,0,0,'Steam Jet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11984,2,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11962,0,0,0,0,0,0,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11985,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11986,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,145,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,46,0,0,1,0,0,0,0,0,0,0,0,234,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11988,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2437,185,0,50,'Fireball Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (11989,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2437,185,0,50,'Fireball Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11990,2,0,0,0,65536,268435596,0,0,32,0,0,64,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,105,0,15,15,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,2.9,0,0,2,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (11992,0,0,0,0,262208,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,458,0,0,'Detect Gahz\'ridian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11993,0,0,0,0,128,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,118,0,1,1,0,1,1,0,0,0,0,5,0,0,-1,3,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,182,0,0,0,0,0,0,0,91,39,0,0,'Herb Gathering','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11994,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,11993,0,0,0,0,0,107,345,0,0,'Artisan Herbalist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (11998,0,0,0,0,851988,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2456,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12001,5,0,3,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,420000,15,0,0,0,101,0,0,17,17,26,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,-0.25,-0.25,-0.25,-5,-5,-5,0,0,0,22,22,22,15,15,15,8,8,8,29,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,761,1614,0,0,'Plague Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12002,3,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12001,0,0,0,0,0,0,160,0,0,'Plague Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12018,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8257,0,0,0,0,0,0,0,0,2457,263,0,0,'Summon Oozeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12019,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,35,35,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 18 Random','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12020,5,0,2,0,0,2184,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,10,0,0,9,0,0,0,0,0,22,0,0,15,0,0,8,0,0,3,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,55,0,0,'Call of the Grave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12021,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,49,0,0,0,0,6,1,0,0,0,0,0,0,0,4,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,71,0,0,'Fixate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12022,6,0,1,0,151257088,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,5801,1417,0,0,'Admiral\'s Hat','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (12023,0,34,0,7,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,28,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11920,0,0,0,0,684,69,0,0,'Web','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12024,0,34,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,28,0,0,0,0,0,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11920,0,0,0,0,683,69,0,0,'Net','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (12038,3,0,3,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18270,0,0,0,0,0,0,264,0,0,'Dark Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12039,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,95,0,0,1,0,0,0,0,0,0,0,0,589,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12040,5,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,10,8,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,10,0.5,0,199,9,0,0,0,0,1,1,0,0,0,0,0,0,0,69,15,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,2476,207,0,50,'Shadow Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12042,6,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,29,29,29,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,14,22,0,0,0,0,0,0,4370,62,122,50,'Arcane Power','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,1,0), + (12043,0,1151,1,0,33882112,0,0,0,0,0,0,0,0,0,0,0,1,0,180000,12,0,0,87376,100,1,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,10,0,0,0,0,0,0,0,0,4600,139,0,50,'Presence of Mind','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,1,0), + (12044,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2320,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10045,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Simple Linen Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12045,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2318,2320,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10046,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Simple Linen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12046,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2996,2321,0,0,0,0,0,0,4,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10047,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Simple Kilt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12047,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2997,2604,2321,0,0,0,0,0,5,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10048,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Colorful Kilt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12048,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,4291,0,0,0,0,0,0,2,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9998,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Black Mageweave Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12049,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,4291,0,0,0,0,0,0,2,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Black Mageweave Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12050,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10001,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Black Mageweave Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12051,6,0,0,0,65536,64,0,0,0,0,0,0,0,0,0,0,1,480000,0,1,0,31756,0,101,0,0,20,20,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1499,99,0,0,0,0,1,1,0,0,0,0,0,0,0,110,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,47,0,50,'Evocation','','','','','','','','','','','','','','','',0,133,1500,0,3,67108864,0,0,1,1,1,1,0), + (12052,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,10285,8343,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10002,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Shadoweave Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12053,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,0,0,0,0,0,0,2,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10003,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Black Mageweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12054,0,0,0,15,851984,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12055,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,10285,8343,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10004,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Shadoweave Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12056,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,2604,8343,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10007,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Mageweave Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12057,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,2.25,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12058,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,92,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,0.7,1,1,0), + (12059,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,2324,8343,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10008,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'White Bandit Mask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12060,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,2604,8343,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10009,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Mageweave Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12061,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,6261,8343,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10056,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Orange Mageweave Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12062,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7079,8343,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10010,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stormcloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12063,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7079,8343,0,0,0,0,0,3,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10011,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stormcloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12064,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,6261,8343,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10052,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Orange Martial Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12065,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,4291,0,0,0,0,0,0,4,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10050,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mageweave Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12066,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,2604,8343,0,0,0,0,0,3,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10018,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Mageweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12067,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8153,10286,8343,0,0,0,0,4,4,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10019,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Dreamweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12068,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7079,8343,0,0,0,0,0,5,3,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10020,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stormcloth Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12069,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7077,8343,0,0,0,0,0,5,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10042,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cindercloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12070,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8153,10286,8343,0,0,0,0,6,6,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10021,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Dreamweave Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12071,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,10285,8343,0,0,0,0,0,5,5,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10023,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Shadoweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12072,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,0,0,0,0,0,0,3,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10024,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Black Mageweave Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12073,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,4304,0,0,0,0,0,3,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10026,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Black Mageweave Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12074,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,0,0,0,0,0,0,3,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10027,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Black Mageweave Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12075,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,4342,8343,0,0,0,0,0,2,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10054,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Lavender Mageweave Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12076,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,10285,8343,0,0,0,0,0,5,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10028,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Shadoweave Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12077,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,2325,8343,2324,0,0,0,0,3,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10053,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Simple Black Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12078,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,2604,8343,0,0,0,0,0,4,2,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10029,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Mageweave Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12079,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,2604,8343,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10051,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Mageweave Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12080,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,10290,8343,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10055,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Pink Mageweave Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12081,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,4589,8343,0,0,0,0,0,3,6,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10030,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Admiral\'s Hat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12082,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,10285,8343,4304,0,0,0,0,6,6,3,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10031,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Shadoweave Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12083,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7079,8343,0,0,0,0,0,4,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10032,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stormcloth Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12084,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,2604,8343,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10033,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Red Mageweave Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12085,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,0,0,0,0,0,0,4,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10034,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Tuxedo Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12086,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,10285,8343,0,0,0,0,0,2,8,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10025,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Shadoweave Mask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12087,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7079,8343,0,0,0,0,0,5,6,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10038,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stormcloth Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12088,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7077,8343,4304,0,0,0,0,5,1,3,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10044,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cindercloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12089,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,0,0,0,0,0,0,4,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10035,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Tuxedo Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12090,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,7079,8343,4304,0,0,0,0,6,6,3,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10039,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Stormcloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12091,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,0,2324,0,0,0,0,5,3,0,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10040,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'White Wedding Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12092,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8153,10286,8343,6037,1529,0,0,8,4,2,3,1,1,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10041,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Dreamweave Circlet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12093,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,8343,0,0,0,0,0,0,5,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10036,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Tuxedo Jacket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12094,3,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,15,15,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3584,0,0,0,0,0,0,263,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12095,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8317,0,0,0,0,0,0,0,0,2496,87,0,0,'Summon Atal\'ai Deathwalker\'s Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12096,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,8,8,31,0,35,4,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12097,0,36,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,843,147,0,0,'Pierce Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12098,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,4,0,0,15,2,0,0,101,0,0,20,20,18,0,90,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12099,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,15,0,0,1,0,0,0,0,0,1.5,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,0,0,'Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12100,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12048,0,0,0,0,0,107,41,0,0,'Black Mageweave Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12101,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12049,0,0,0,0,0,107,41,0,0,'Black Mageweave Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12102,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12050,0,0,0,0,0,107,41,0,0,'Black Mageweave Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12103,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12052,0,0,0,0,0,107,41,0,0,'Shadoweave Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12104,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12053,0,0,0,0,0,107,41,0,0,'Black Mageweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12105,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12055,0,0,0,0,0,107,41,0,0,'Shadoweave Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12106,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12061,0,0,0,0,0,107,41,0,0,'Orange Mageweave Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12109,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12064,0,0,0,0,0,107,41,0,0,'Orange Martial Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12110,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12065,0,0,0,0,0,107,41,0,0,'Mageweave Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12111,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12067,0,0,0,0,0,107,41,0,0,'Dreamweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12112,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12069,0,0,0,0,0,107,41,0,0,'Cindercloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12113,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12070,0,0,0,0,0,107,41,0,0,'Dreamweave Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12114,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12071,0,0,0,0,0,107,41,0,0,'Shadoweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12115,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12072,0,0,0,0,0,107,41,0,0,'Black Mageweave Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12116,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12073,0,0,0,0,0,107,41,0,0,'Black Mageweave Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12117,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12074,0,0,0,0,0,107,41,0,0,'Black Mageweave Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12118,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12044,0,0,0,0,0,107,41,0,0,'Simple Linen Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12119,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12045,0,0,0,0,0,107,41,0,0,'Simple Linen Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12120,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12046,0,0,0,0,0,107,41,0,0,'Simple Kilt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12121,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12076,0,0,0,0,0,107,41,0,0,'Shadoweave Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12122,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12077,0,0,0,0,0,107,41,0,0,'Simple Black Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12123,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12079,0,0,0,0,0,107,41,0,0,'Red Mageweave Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12124,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12080,0,0,0,0,0,107,41,0,0,'Pink Mageweave Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12125,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12081,0,0,0,0,0,107,41,0,0,'Admiral\'s Hat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12126,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12082,0,0,0,0,0,107,41,0,0,'Shadoweave Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12127,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12085,0,0,0,0,0,107,41,0,0,'Tuxedo Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12128,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12086,0,0,0,0,0,107,41,0,0,'Shadoweave Mask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12129,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12088,0,0,0,0,0,107,41,0,0,'Cindercloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12130,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12089,0,0,0,0,0,107,41,0,0,'Tuxedo Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12131,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12091,0,0,0,0,0,107,41,0,0,'White Wedding Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12132,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12092,0,0,0,0,0,107,41,0,0,'Dreamweave Circlet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12133,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12075,0,0,0,0,0,107,41,0,0,'Lavender Mageweave Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12134,0,0,0,0,256,335544320,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,1,0,0,0,0,0,0,0,23,12,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12139,0,0,0,0,2497,494,0,0,'Atal\'ai Corpse Eat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12135,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12093,0,0,0,0,0,107,41,0,0,'Tuxedo Jacket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12136,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12056,0,0,0,0,0,222,1,0,0,'Pattern: Red Mageweave Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12137,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12059,0,0,0,0,0,222,1,0,0,'Pattern: White Bandit Mask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12138,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12060,0,0,0,0,0,222,1,0,0,'Pattern: Red Mageweave Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12139,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,3,0,1,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,1,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2498,494,0,0,'Consume Corpse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12140,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12062,0,0,0,0,0,222,1,0,0,'Pattern: Stormcloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12141,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12063,0,0,0,0,0,222,1,0,0,'Pattern: Stormcloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12142,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12047,0,0,0,0,0,222,1,0,0,'Pattern: Colorful Kilt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12143,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12066,0,0,0,0,0,222,1,0,0,'Pattern: Red Mageweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12145,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12068,0,0,0,0,0,222,1,0,0,'Pattern: Stormcloth Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12146,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12078,0,0,0,0,0,222,1,0,0,'Pattern: Red Mageweave Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12147,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12083,0,0,0,0,0,222,1,0,0,'Pattern: Stormcloth Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12148,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12084,0,0,0,0,0,222,1,0,0,'Pattern: Red Mageweave Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12149,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12087,0,0,0,0,0,222,1,0,0,'Copy of Pattern: Stormcloth Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12150,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12090,0,0,0,0,0,222,1,0,0,'Pattern: Stormcloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12151,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,1,1,3,0,150,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,3,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,46,38,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,8324,0,0,0,0,0,0,0,0,2596,61,0,0,'Summon Atal\'ai Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12158,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,8,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,11,0,0,'Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12159,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,8,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,11,0,0,'Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12160,3,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,29,0,90,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12161,0,0,0,0,20,0,0,0,0,8192,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12162,0,0,0,15,262544,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,50,'Deep Wounds','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12163,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136546,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,366,0,50,'Two-Handed Weapon Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12165,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,131136,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,50,'Polearm Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12166,0,36,0,0,328720,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,1,0,1,1,0,0,0,0,0.5,-1,0,5,-7,0,0,0,0,6,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,842,245,0,0,'Muscle Tear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12167,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12168,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8337,0,0,0,0,0,0,0,0,2536,1,0,0,'Dark Iron Steelshifter Surprise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12169,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,1,0,16,16,28,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,28,0,0,'Shield Block','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12170,0,65,0,0,327696,134218240,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,5,0,0,1,0,0,0,0,0,0.9,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'Revenge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12171,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12064,0,0,0,0,0,222,1,0,0,'Pattern: Orange Martial Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12172,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12075,0,0,0,0,0,222,1,0,0,'Pattern: Lavender Mageweave Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12173,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12080,0,0,0,0,0,222,1,0,0,'Pattern: Pink Mageweave Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12174,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,65,65,65,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,240,0,0,'Agility','','','','','','','','Rank 4','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (12175,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,55,55,55,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,239,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,196,276,0,0,'Armor','','','','','','','','Rank 4','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (12176,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,60,60,60,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Intellect','','','','','','','','Rank 4','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (12177,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,55,55,55,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,208,0,0,'Spirit','','','','','','','','Rank 4','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (12178,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,60,60,60,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,216,312,0,0,'Stamina','','','','','','','','Level 4','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (12179,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,65,65,65,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,63,0,0,'Strength','','','','','','','','Rank 4','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (12180,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,0,0,0,341,0,0,'Tailoring','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12181,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,12180,0,0,0,0,0,107,341,0,0,'Artisan Tailor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12182,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12081,0,0,0,0,0,222,1,0,0,'Pattern: Admiral\'s Hat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12183,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12085,0,0,0,0,0,222,1,0,0,'Pattern: Tuxedo Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12184,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12089,0,0,0,0,0,222,1,0,0,'Pattern: Tuxedo Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12185,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12091,0,0,0,0,0,222,1,0,0,'Pattern: White Wedding Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12186,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12093,0,0,0,0,0,222,1,0,0,'Pattern: Tuxedo Jacket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12187,3,0,0,0,16,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12188,0,0,0,0,0,6825,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12188,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0.3,0,0,6,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,160,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12189,0,0,0,0,0,0,0,0,0,0,0,0,0,363,0,0,3,0,0,15,15373,0,0,101,0,0,0,45,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,3,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2980,0,0,0,0,0,0,0,0,4079,153,0,0,'Summon Echeyakee','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12198,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Marksman Hit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (12199,0,0,0,0,0,0,0,0,0,0,0,0,0,383,0,0,5,0,0,15,15373,0,0,101,0,0,0,45,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,76,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2998,147537,0,0,0,0,0,0,0,353,153,0,0,'Summon Ishamuhale','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12218,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,1,0,0,'Man Down!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12241,0,0,0,0,201326848,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,388,174,0,0,'Twin Colossals Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12242,0,0,0,0,201328896,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,26,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12241,0,0,0,0,388,174,0,0,'Twin Colossals Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12243,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,8376,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Mechanical Chicken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12244,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,1,0,0,'Poof','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12245,3,36,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,15,15,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.25,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,789,1614,0,0,'Infected Spine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12246,3,36,3,0,2112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,70,15,15,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12245,0,0,0,0,0,789,1614,0,0,'Infected Spine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12248,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,969,263,0,0,'Amplify Damage','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,0,0,1,1,1,0), + (12250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8257,0,0,0,0,0,0,0,0,2457,263,0,0,'Summon Oozeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12251,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Virulent Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12252,0,34,0,7,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,1,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,24,24,0,0,0,0,9,9,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11920,0,0,0,0,684,69,0,0,'Web Spray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12253,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4479,1,0,0,'Dowse Eternal Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12254,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12251,0,0,0,0,0,0,152,0,0,'Virulent Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12255,5,0,2,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,-19,0,0,0,0,22,22,0,15,15,0,10,10,0,65,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,155,0,0,'Curse of Tuten\'kash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12256,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,0,0,0,0,0,0,0,0,107,109,0,0,0,0,0,0,0,0,0,0,4,4,0,6,0,0,0,5,0,0,0,0,0,1,0,0,'Add Moogly Radius (PT)','','','','','','','','','','','','','','','',0,0,0,0,5,4,0,0,0,1,1,1,0), + (12257,2,0,0,0,2048,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12278,11009,0,0,0,0,0,937,0,0,'Breath of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (12258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,13,0,0,0,101,0,0,0,32,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7340,0,0,0,0,0,0,0,0,74,61,0,0,'Summon Shadowcaster','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,0,0,1,1,1,0), + (12259,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2841,2842,3478,0,0,0,0,0,12,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10423,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Silvered Bronze Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12260,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2840,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10421,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Rough Copper Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12261,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12259,0,0,0,0,0,222,1,0,0,'Plans: Silvered Bronze Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12278,2,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7651,937,0,0,'Breath of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (12279,5,36,2,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,6,0,0,0,0,0,3,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,876,130,0,0,'Curse of Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12280,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,50,50,3,0,0,0,0,0,5,24,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,636,0,50,'Acid of Hakkar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12281,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12282,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,14,0,0,0,0,0,0,0,0,0,856,0,50,'Improved Heroic Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12283,0,0,0,0,256,0,0,0,0,0,0,0,0,403,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3084,0,0,0,0,0,0,0,359,1,0,0,'Xiggs Signal Flare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12284,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12285,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,457,0,50,'Improved Charge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12286,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32,0,0,8,0,0,0,0,0,0,0,0,0,245,0,50,'Improved Rend','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12287,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,128,0,0,14,0,0,0,0,0,0,0,0,0,42,0,50,'Improved Thunder Clap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12288,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,999,0,0,0,0,1,1,0,0,0,0,0,0,0,109,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,12705,0,0,0,0,0,0,756,0,50,'Improved Pummel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12289,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,5,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23694,0,0,0,0,0,0,23,0,50,'Improved Hamstring','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12290,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,1464,0,50,'Improved Overpower','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12292,0,0,0,0,262160,0,0,0,0,65536,0,0,0,0,0,0,1,30000,0,0,0,0,20,100,5,0,0,1,18,1,300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,515,0,50,'Sweeping Strikes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12294,0,971,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,40,40,1,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,121,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,84,0,0,0,0,6,6,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (12295,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,831,0,0,0,0,0,0,0,0,0,139,0,50,'Tactical Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12296,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,238,0,50,'Anger Management','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12297,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12298,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,20,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,51,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23602,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12299,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12300,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,332,0,50,'Iron Will','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12301,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,86,0,50,'Improved Bloodrage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12302,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,11,0,0,0,0,0,0,0,0,0,24,0,50,'Improved Taunt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12303,0,0,0,0,464,0,0,0,0,131072,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,561,0,50,'Defiance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12304,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,32,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Drawing Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12307,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,999,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4096,4096,0,4,1,0,0,0,0,0,0,0,0,28,0,50,'Improved Shield Block','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12308,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,14,0,0,0,0,0,0,0,0,0,565,0,50,'Improved Sunder Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12310,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,0,50,'Combat Endurance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12311,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,50,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18498,0,0,0,0,0,0,280,0,50,'Improved Shield Bash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12312,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,1,0,0,0,0,0,0,0,0,0,281,0,50,'Improved Shield Wall','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12313,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,1,0,0,0,0,0,0,0,0,0,560,0,50,'Improved Disarm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12317,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12880,0,0,0,0,0,0,95,0,50,'Enrage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12318,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,456,0,50,'Improved Battle Shout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12319,0,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87380,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12966,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12320,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,50,'Cruelty','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12321,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,196608,196608,0,1,6,0,0,0,0,0,0,0,0,47,0,50,'Booming Voice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12322,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,8,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12964,0,0,0,0,0,0,689,0,50,'Unbridled Wrath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12323,0,0,0,11,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,32,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2677,134,0,50,'Piercing Howl','','','','','','','','','','','','','','','',0,133,1500,0,4,0,0,1,1,1,1,1,0), + (12324,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,282,0,50,'Improved Demoralizing Shout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12325,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-40001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,11,0,0,0,0,0,0,0,0,0,561,0,50,'Improved Inner Rage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12326,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,850,0,0,0,0,0,0,0,0,0,148,0,50,'Improved Intimidating Shout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12327,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-120001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,11,0,0,0,0,0,0,0,0,0,278,0,50,'Improved Challenging Shout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12328,0,0,0,0,201588752,98304,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,0,1,9,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,19,99,-21,0,0,0,1,1,1,0,0,0,0,0,0,79,77,101,0,0,0,0,0,0,0,0,0,0,0,0,1,5,127,0,0,0,0,0,0,4599,169,0,50,'Death Wish','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (12329,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,8,0,0,0,0,0,0,0,0,0,277,0,50,'Improved Cleave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12330,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,10,0,0,0,0,0,0,0,0,0,559,0,50,'Improved Slam','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12331,0,65,0,0,327696,0,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,1,0,0,1,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2818,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,133,0,0,4,0,0,2,2,1,1,1,0), + (12332,0,39,5,0,256,0,2,0,0,0,0,0,0,0,0,0,1,0,30000,0,15367,0,0,101,0,80,1,1,0,0,0,0,0,0,1,0,0,0,0,7970,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1166,252,30,0,'Lathoric the Black','','','','','','','','','','','','','','','',0,0,0,60,0,0,0,0,0,1,1,1,0), + (12338,2,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,185,0,50,'Improved Fireball','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12339,2,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,185,0,50,'Improved Fireball','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12340,2,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,185,0,50,'Improved Fireball','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12341,2,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,185,0,50,'Improved Fireball','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12342,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,12,0,50,'Improved Fire Blast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12343,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1251,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,12,0,50,'zzOLDImproved Fire Blast','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12344,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,12,0,50,'zzOLDImproved Fire Blast','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12345,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12086,0,0,0,0,0,222,1,0,0,'Pattern: Shadoweave Mask','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12346,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8502,0,0,0,0,0,0,0,0,74,1,0,0,'Awaken the Soulflayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12347,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3124,0,0,0,0,0,0,0,0,747,1,0,0,'Raze Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3117,0,0,0,0,0,0,0,0,0,1,0,0,'Atal\'ai Altar Light Visual (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12349,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,37,0,50,'Improved Flamestrike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12350,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,37,0,50,'Improved Flamestrike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12351,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,69,-31,0,0,0,0,1,1,0,0,0,0,0,0,0,108,10,0,0,0,0,0,0,0,0,0,0,0,0,0,9,4,0,0,0,0,0,0,0,0,11,0,50,'Burning Soul','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12352,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,9,0,0,0,0,0,0,0,0,0,11,0,50,'zzOLDBurning Soul','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12353,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194327,0,0,5,0,0,0,0,0,0,0,0,0,136,0,50,'Flame Throwing','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12354,2,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,212,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,37,0,50,'Flame of Hakkar','','','','','','','','','','','','','','','',0,133,1500,0,3,4,0,1,1,1,1,1,0), + (12355,2,0,0,12,8388608,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4119,45,0,0,'Impact','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12357,2,0,0,0,464,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,4,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12355,0,0,0,0,0,0,45,0,50,'Impact','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12358,2,0,0,0,464,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,6,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12355,0,0,0,0,0,0,45,0,50,'Impact','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12359,2,0,0,0,464,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,8,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12355,0,0,0,0,0,0,45,0,50,'Impact','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12360,2,0,0,0,464,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,10,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12355,0,0,0,0,0,0,45,0,50,'Impact','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12378,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,4194309,0,0,22,0,0,0,0,0,0,0,0,31,0,50,'Fire Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12379,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,16,0,0,728,0,0,0,0,0,0,0,0,0,1,0,0,'Scorch Talent Test (PT)','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12380,0,0,0,0,402653440,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4042,207,0,0,'Shadow Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12398,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,4194309,0,0,22,0,0,0,0,0,0,0,0,31,0,50,'Fire Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12399,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,4194309,0,0,22,0,0,0,0,0,0,0,0,31,0,50,'Fire Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12400,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,4194309,0,0,22,0,0,0,0,0,0,0,0,31,0,50,'Fire Power','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12418,0,0,0,0,262224,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,'Stealth Detection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12419,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,212,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Solid Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (12420,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,8477,0,0,0,0,0,0,0,0,634,61,0,0,'Summon Skeletal Servant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12421,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,5,0,0,1048576,100,2,0,0,0,39,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,53,1,0,1,1,0,0,0,0,0,0,0,148,1,0,0,14,0,16,16,0,0,0,0,14,14,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Mithril Frag Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (12438,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,505,0,0,'Slow Fall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12458,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,1,0,0,'Evil God Counterspell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12459,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,0,0,0,0,0,215,1,0,0,'Deadly Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12460,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,664,0,0,0,0,0,0,0,0,215,1,0,0,'Sniper Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12461,0,0,0,12,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,39,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,58,0,0,9,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2597,314,0,0,'Backhand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12463,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,9,0,0,0,0,0,0,0,0,0,225,0,50,'Improved Arcane Missiles','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12464,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,9,0,0,0,0,0,0,0,0,0,225,0,50,'Improved Arcane Missiles','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12466,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12467,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,122,0,50,'Improved Arcane Explosion','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12468,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,19,1,0,1,1,0,0,0,0,0,0,0,113,23,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12469,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,122,0,50,'Improved Arcane Explosion','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12470,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,95,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,147,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12471,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12472,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,600000,0,12,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,133,0,50,'Cold Snap','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,1,0), + (12473,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,188,0,50,'Improved Frostbolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12475,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,11,0,0,0,0,0,0,0,0,0,56,0,50,'Improved Frost Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12479,5,0,0,0,2304,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2598,120,0,0,'Hex of Jammal\'an','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12480,5,0,2,0,67108864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,399,0,0,0,0,6,6,0,0,0,0,0,0,0,56,79,0,0,0,0,0,0,0,0,0,0,0,0,0,8505,1,0,0,0,0,0,0,0,870,207,0,0,'Hex of Jammal\'an','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12483,5,0,0,0,67109120,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,-81,0,0,0,0,6,6,0,0,0,0,0,0,0,6,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,'Hex of Jammal\'an','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12484,4,0,0,11,256,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,65,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,285,0,0,'Chilled','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (12485,4,0,0,11,256,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,65,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,285,0,0,'Chilled','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (12486,4,0,0,11,256,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,65,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-66,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,285,0,0,'Chilled','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (12487,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,988,0,0,0,0,0,0,0,0,0,285,0,50,'Improved Blizzard','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12488,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,989,0,0,0,0,0,0,0,0,0,285,0,50,'Improved Blizzard','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12489,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,35,0,50,'Improved Cone of Cold','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12490,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,35,0,50,'Improved Cone of Cold','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12491,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,145,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,57,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12492,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,145,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,77,0,0,1,0,0,0,0,0,0,0,0,476,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12493,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,4,0,105,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.75,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12494,4,0,1,7,8388608,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,664232,100,0,0,10,10,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2837,119,0,0,'Frostbite','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12495,0,0,0,0,402653456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,331,0,0,'Eranikus the Chained Invisiibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12496,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,0,0,0,12494,0,0,0,0,0,0,119,0,50,'Frostbite','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12497,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,0,0,0,12494,0,0,0,0,0,0,119,0,50,'Frostbite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12498,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,0,0,0,12494,0,0,0,0,0,0,119,0,50,'zzOLDFrostbite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12499,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,0,0,0,12494,0,0,0,0,0,0,119,0,50,'zzOLDFrostbite','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12500,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'Arcane Mind','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12501,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'Arcane Mind','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12502,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'Arcane Mind','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12503,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'Arcane Mind','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12504,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,3,0,0,31,0,0,0,101,0,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,8324,0,0,0,0,0,0,0,0,2596,61,0,0,'Summon Atal\'ai Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12505,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,30,24,24,29,0,150,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,57,1,0,1,1,0,0,0,0,2.2,0,0,179,17,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,1077936128,0,1,1,1,1,1,0), + (12506,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8510,0,0,0,0,0,0,0,0,2599,61,0,0,'Atal\'ai Skeleton Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12507,0,0,0,0,464,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12504,0,0,0,0,0,0,61,0,0,'Atal\'ai Skeleton Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12508,0,0,0,0,402653568,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,722,143,0,0,'Water Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12509,0,0,0,0,209717504,0,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,26,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12510,0,0,0,0,2618,459,0,0,'Teleport to Azshara Tower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12510,0,0,0,0,209715456,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2618,174,0,0,'Teleport to Azshara Tower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12511,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Torch Combine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12512,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2616,1,0,0,'Kalaran Conjures Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12518,4,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-11,-21,0,0,0,0,1,1,0,0,0,0,0,0,0,108,10,0,0,0,0,0,0,0,0,0,0,524288,0,0,14,16,0,0,0,0,0,0,0,0,15,0,50,'Frost Channeling','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12519,4,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,-31,0,0,0,0,1,1,0,0,0,0,0,0,0,108,10,0,0,0,0,0,0,0,0,0,0,524288,0,0,14,16,0,0,0,0,0,0,0,0,15,0,50,'Frost Channeling','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12520,0,0,0,0,201326848,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2618,174,0,0,'Teleport from Azshara Tower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12521,0,0,0,0,201328896,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,26,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12520,0,0,0,0,2618,174,0,0,'Teleport from Azshara Tower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12522,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,36,30,30,29,0,195,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,73,1,0,1,1,0,0,0,0,2.6,0,0,254,23,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,1077936128,0,1,1,1,1,1,0), + (12523,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,42,36,36,29,0,240,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,91,1,0,1,1,0,0,0,0,3,0,0,328,30,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,1077936128,0,1,1,1,1,1,0), + (12524,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,48,42,42,29,0,285,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,109,1,0,1,1,0,0,0,0,3.4,0,0,406,38,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,1077936128,0,1,1,1,1,1,0), + (12525,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,54,48,48,29,0,335,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,129,1,0,1,1,0,0,0,0,3.8,0,0,502,46,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,1077936128,0,1,1,1,1,1,0), + (12526,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,60,54,54,29,0,385,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,151,1,0,1,1,0,0,0,0,4.2,0,0,599,56,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,1077936128,0,1,1,1,1,1,0), + (12527,2,290,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,60000,15,0,0,0,101,0,66,60,99,29,0,440,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,177,1,0,1,1,0,0,0,0,4.6,0,0,714,66,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'zzOLDPyroblast','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,3,1078067200,0,1,1,1,1,1,0), + (12528,3,32,1,9,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,30,30,1,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12529,4,0,1,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,40,25,0,0,10,10,21,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12531,0,0,0,0,0,124,119,0,50,'Chilling Touch','','','','','','','','','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (12530,5,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,3,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,22,0,0,15,0,0,13,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,183,221,0,0,'Frailty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12531,4,0,1,11,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-44,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,119,0,50,'Chilling Touch','','','','','','','','','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (12533,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,22,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0.2,3,0,1,9,0,0,0,0,24,24,0,0,0,0,13,13,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2619,636,0,0,'Acid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12534,0,0,0,0,65536,0,0,0,0,0,0,16384,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,764,1,0,0,'Flames of Retribution','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12535,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2620,9,0,0,'Shade of Eranikus Passive Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12536,6,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,10,10,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,2736,212,0,0,'Clearcasting','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,1,0), + (12537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3209,0,0,0,0,0,0,0,0,32,39,0,0,'Quest - Summon Treant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12538,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,15,0,0,1,0,0,0,0,0,0,0,0,92,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4201,108,0,0,'Ravenous Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12539,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12541,0,0,0,0,0,0,1468,0,0,'Ghoul Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12540,0,0,0,14,1376272,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,18,18,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12541,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,1468,0,0,'Ghoul Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12542,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,8,8,35,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12543,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,5,0,0,1048576,100,2,0,0,0,27,0,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,91,1,0,1,1,0,0,0,0,0,0,0,254,2,0,0,14,0,16,16,0,0,0,0,15,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Hi-Explosive Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (12544,4,0,1,0,33619968,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,15,0,0,40,100,0,0,1,1,30,0,10,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,12,0,0,11,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6136,0,0,0,0,124,181,0,50,'Frost Armor','','','','','','','','','','','','','','','',0,133,0,0,3,524288,0,1,1,1,1,1,0), + (12545,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,15,1,0,1,1,0,0,0,0,0,0,0,42,14,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2621,210,0,0,'Spitelash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12546,5,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,45,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12545,0,0,0,0,0,0,210,0,0,'Spitelash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12548,4,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,115,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,7,0,1,1,0,0,0,0,0,0,0,-51,88,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12549,3,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,92,0,0,0,0,0,24,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,165,0,0,'Forked Lightning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12550,3,0,1,0,33882112,1024,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,139944,50,3,0,1,1,6,0,5,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12551,4,0,1,11,1078001682,0,0,2,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,1,1,1,0,0,0,0,0,54,40,0,0,0,5024,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,262156,0,58,6,0,1,1,0,1,1,0,0,0,0,0.6,0,0,-1,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,172,0,0,'Frost Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (12552,5,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,1,1,1,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11443,0,0,0,0,0,0,96,0,0,'Cripple','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12553,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (12554,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3214,0,0,0,0,0,0,0,0,737,1,0,0,'Summon Treasure Horde','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12555,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,756,0,0,'Pummel','','','','','','','','','','','','','','','',0,0,0,0,4,8,0,2,2,1,1,1,0), + (12556,4,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,12,0,0,11,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6136,0,0,0,0,124,181,0,50,'Frost Armor','','','','','','','','','','','','','','','',0,0,0,0,3,524288,0,0,0,1,1,1,0), + (12557,4,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,19,0,1,1,0,0,0,0,0,0,0,-51,65,0,0,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','','','','','','','','',0,0,0,0,3,1573376,0,1,1,1,1,1,0), + (12559,2,0,0,0,262160,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2796,16,0,50,'zzOLDImproved Fire Ward','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12560,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,345,0,0,'Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12561,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,290,16,0,0,'Fire Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (12562,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,14,0,0,5,0,0,1048576,100,2,0,0,47,28,0,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,121,1,0,1,1,0,0,0,0,0,0,0,339,4,0,0,14,0,16,16,0,0,0,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'The Big One','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (12564,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,1,0,0,'Summon Treasure Horde Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12565,0,0,2,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,36996,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,'Wyatt Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12566,0,0,0,0,268533776,2048,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,36996,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,19,0,0,0,0,1,1,0,0,0,0,0,0,0,23,31,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12567,0,0,0,0,0,0,50,0,0,'Plainsrunning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12567,0,0,0,0,98560,2048,16512,0,0,0,0,0,0,0,0,0,1,0,0,0,36996,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,39,0,0,0,0,1,1,0,0,0,0,0,0,0,23,31,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12568,0,0,0,0,0,0,50,0,0,'Plainsrunning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12568,0,0,0,0,98560,2048,16512,0,0,0,0,0,0,0,0,0,1,0,0,0,36996,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2776,50,0,0,'Plainsrunning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12569,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1999,-8,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,1048576,1048576,0,1,12,0,0,0,0,0,0,0,0,143,0,50,'Permafrost','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12570,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,1,0,0,0,0,0,0,0,0,0,143,0,50,'zzOLDPermafrost','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12571,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2999,-11,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,1048576,1048576,0,1,12,0,0,0,0,0,0,0,0,143,0,50,'Permafrost','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12573,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,1,0,0,0,0,0,0,0,0,0,143,0,50,'zzOLDPermafrost','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12574,6,0,0,0,464,0,8388608,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,4,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,1389,0,12536,0,0,0,0,0,0,212,0,50,'Arcane Concentration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12575,6,0,0,0,464,0,8388608,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,6,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,1390,0,12536,0,0,0,0,0,0,212,0,50,'Arcane Concentration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12576,6,0,0,0,464,0,8388608,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,8,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,1391,0,12536,0,0,0,0,0,0,212,0,50,'Arcane Concentration','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12577,6,0,0,0,464,0,8388608,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,10,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,1392,0,12536,0,0,0,0,0,0,212,0,50,'Arcane Concentration','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12578,0,0,0,0,256,268435456,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10589,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Oathstone of Ysera\'s Dragonflight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12579,4,0,1,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,8,0,0,0,0,0,6,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,187,0,50,'Winter\'s Chill','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,0,1,1,1,0), + (12580,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,12,0,0,0,0,0,0,0,0,0,187,0,50,'zzOLDWinter\'s Chill','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12584,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3577,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10558,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gold Power Core','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12585,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7912,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10505,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Solid Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12586,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10505,4306,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10507,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Solid Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12587,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4234,3864,0,0,0,0,0,0,6,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10499,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Bright-Eye Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12589,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10559,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mithril Tube','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12590,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10498,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gyromatic Micro-Adjustor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12591,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,4338,10505,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10560,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Unstable Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12592,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-41,-11,0,0,0,0,1,1,0,0,0,0,0,0,0,10,123,0,0,0,0,0,0,0,0,0,0,0,0,0,64,126,0,0,0,0,0,0,0,0,74,0,50,'Arcane Subtlety','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12593,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-51,-51,-11,0,0,0,1,1,1,0,0,0,0,0,0,183,108,123,0,0,0,0,0,0,0,0,0,0,0,0,126,2,126,0,0,0,0,0,0,0,74,0,50,'zzOLDArcane Subtlety','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12594,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4385,3864,7068,4234,0,0,0,0,1,2,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10500,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Fire Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12595,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,10560,4400,3860,7068,0,0,0,1,1,1,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10508,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mithril Blunderbuss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12596,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,10505,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10512,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Hi-Impact Mithril Slugs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12597,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,7909,4304,0,0,0,0,0,1,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10546,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Deadly Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12598,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18469,0,0,0,0,0,0,17,0,50,'Improved Counterspell','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12599,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10561,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mithril Casing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12600,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,11,0,0,0,0,0,0,0,0,0,17,0,50,'Improved Counterspell','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12601,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,11,0,0,0,0,0,0,0,0,0,17,0,50,'Improved Counterspell','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12602,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,11,0,0,0,0,0,0,0,0,0,17,0,50,'Improved Counterspell','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12603,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,10560,10505,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10514,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mithril Frag Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12604,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-30001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,11,0,0,0,0,0,0,0,0,0,44,0,50,'Improved Blink','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12605,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,27,0,0,0,0,0,0,0,0,0,209,0,50,'Improved Mana Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12606,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,8,0,0,0,0,0,0,0,0,0,263,0,50,'Magic Attunement','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12607,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4304,7909,10592,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10501,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Catseye Ultra Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12608,1,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,49,0,0,'Stealth Detection','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (12609,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3821,3818,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10592,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Catseye Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12610,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12609,0,0,0,0,0,107,41,0,0,'Catseye Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12611,4,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,29,0,1,1,0,0,0,0,0,0,0,-51,97,0,0,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','','','','','','','','',0,0,0,0,3,1573376,0,1,1,1,1,1,0), + (12612,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,31,0,1,1,0,0,0,0,0,0,0,-1,44,0,0,0,0,22,22,0,15,15,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,2069,314,0,0,'Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,'Dark Iron Taskmaster Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12614,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,10560,4400,3860,3864,0,0,0,2,1,1,6,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10510,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mithril Heavy-bore Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12615,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4304,7910,0,0,0,0,0,0,4,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10502,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Spellpower Goggles Xtreme','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12616,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4339,10285,10560,10505,0,0,0,0,4,2,1,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10518,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Parachute Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12617,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,10561,6037,818,774,0,0,0,8,1,1,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10506,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Deepdive Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12618,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4304,7910,0,0,0,0,0,0,6,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10503,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Rose Colored Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12619,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,10560,10505,0,0,0,0,0,2,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10562,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Hi-Explosive Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12620,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,7910,6037,0,0,0,0,0,1,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10548,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Sniper Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12621,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3860,10505,0,0,0,0,0,0,2,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10513,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mithril Gyro-Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12622,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,4304,1529,7909,10286,8153,0,0,0,8,3,3,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10504,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Green Lens','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12623,0,0,0,0,402653184,4,4,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2636,207,0,0,'Suppression','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12624,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,7077,6037,9060,9061,7910,0,0,14,4,4,2,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10576,0,0,0,0,0,0,0,0,0,0,0,395,1548,0,0,'Mithril Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12625,3,0,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,160,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12626,3,0,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,160,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12627,3,0,0,0,16,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12626,0,0,0,0,0,1712,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12628,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12584,0,0,0,0,0,107,1,0,0,'Gold Power Core','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12629,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12585,0,0,0,0,0,107,1,0,0,'Solid Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12630,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12586,0,0,0,0,0,107,1,0,0,'Solid Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12631,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12590,0,0,0,0,0,107,1,0,0,'Gyromatic Micro-Adjustor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12632,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12589,0,0,0,0,0,107,1,0,0,'Mithril Tube','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12633,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12591,0,0,0,0,0,107,1,0,0,'Unstable Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12634,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12594,0,0,0,0,0,107,1,0,0,'Fire Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12635,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12595,0,0,0,0,0,107,1,0,0,'Mithril Blunderbuss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12636,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12596,0,0,0,0,0,107,1,0,0,'Hi-Impact Mithril Slugs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12637,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12599,0,0,0,0,0,107,1,0,0,'Mithril Casing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12638,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12603,0,0,0,0,0,107,1,0,0,'Mithril Frag Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12639,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2637,1,0,0,'Summon Hakkar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12640,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12618,0,0,0,0,0,107,1,0,0,'Rose Colored Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12641,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12619,0,0,0,0,0,107,1,0,0,'Hi-Explosive Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12642,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,64,64,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8585,0,0,0,12670,12671,0,0,0,74,217,0,0,'Summon Frost Spectres','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12643,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12621,0,0,0,0,0,107,1,0,0,'Mithril Gyro-Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12644,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12622,0,0,0,0,0,107,1,0,0,'Green Lens','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12645,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12587,0,0,0,0,0,222,1,0,0,'Schematic: Bright-Eye Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12646,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12597,0,0,0,0,0,222,1,0,0,'Schematic: Deadly Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12647,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12607,0,0,0,0,0,222,1,0,0,'Schematic: Catseye Ultra Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12648,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12614,0,0,0,0,0,222,1,0,0,'Schematic: Mithril Heavy-bore Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12649,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12615,0,0,0,0,0,222,1,0,0,'Schematic: Spellpower Goggles Xtreme','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12650,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12616,0,0,0,0,0,222,1,0,0,'Schematic: Parachute Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12651,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12617,0,0,0,0,0,222,1,0,0,'Schematic: Deepdive Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12652,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12620,0,0,0,0,0,222,1,0,0,'Schematic: Sniper Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12653,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12624,0,0,0,0,0,222,1548,0,0,'Schematic: Mithril Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12654,2,0,1,0,8388608,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,35,0,0,0,0,0,13,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2638,937,0,50,'Ignite','','','','','','','','','','','','','','','',0,0,0,0,3,134217728,0,0,0,1,1,1,0), + (12655,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,5,5,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,233,0,0,'Enlightenment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12656,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,333,0,0,'Engineering','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12657,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,12656,0,0,0,0,0,107,333,0,0,'Artisan Engineer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12658,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32,0,0,8,0,0,0,0,0,0,0,0,0,245,0,50,'Improved Rend','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12659,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32,0,0,8,0,0,0,0,0,0,0,0,0,245,0,50,'Improved Rend','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12660,0,0,0,0,400,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,'Banish Frost Spectres','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12663,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,14,0,0,0,0,0,0,0,0,0,856,0,50,'Improved Heroic Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12664,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,14,0,0,0,0,0,0,0,0,0,856,0,50,'Improved Heroic Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12665,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,128,0,0,14,0,0,0,0,0,0,0,0,0,42,0,50,'Improved Thunder Clap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12666,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,128,0,0,14,0,0,0,0,0,0,0,0,0,42,0,50,'Improved Thunder Clap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12667,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,15,0,0,8,0,0,0,101,0,0,8,8,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,51,0,0,1,0,0,0,0,0,2,0,0,474,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,146,0,0,'Soul Consumption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12668,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,10,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23694,0,0,0,0,0,0,23,0,50,'Improved Hamstring','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12670,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8585,0,0,0,0,0,0,0,0,2639,61,0,0,'Summon Frost Spectres','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12671,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8585,0,0,0,0,0,0,0,0,2639,61,0,0,'Summon Frost Spectres','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12672,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,736,0,0,15,0,0,0,0,0,0,0,0,0,1236,0,50,'Ice Shards','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12674,4,0,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,15,1,0,1,1,0,0,0,0,0,0,0,97,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12675,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,51,1,0,1,1,0,0,0,0,0,0,0,142,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12676,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,832,0,0,0,0,0,0,0,0,0,139,0,50,'Tactical Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12677,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,833,0,0,0,0,0,0,0,0,0,139,0,50,'Tactical Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12678,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,834,0,0,0,0,0,0,0,0,0,139,0,50,'Tactical Mastery','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12679,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,835,0,0,0,0,0,0,0,0,0,139,0,50,'Tactical Mastery','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12680,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1472,0,0,'Journeyman Gemology','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12681,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1469,0,0,'Gemology - Copper (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12682,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1469,0,0,'Gemology - Tin (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12683,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,36,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12680,12682,12681,0,0,0,107,1472,0,0,'Journeyman Gemologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12684,0,0,0,0,268435472,0,0,0,0,0,0,64,0,143,0,0,5,0,0,15,128,0,0,101,0,0,0,1,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152080,0,0,0,0,0,0,0,0,215,433,0,0,'Kadrak\'s Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12685,0,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,40,40,1,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-56,0,0,0,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,0,'Fade','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (12686,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,1,-1,0,19,4,0,0,0,0,1,1,0,0,0,0,0,0,0,99,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12687,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1472,0,0,'Expert Gemology','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12688,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12687,12689,0,0,0,0,107,1472,0,0,'Expert Gemologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12689,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1469,0,0,'Gemology - Iron (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12690,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1469,0,0,'Gemology - Mithril (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12691,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1472,0,0,'Artisan Gemology','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12692,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12691,12690,0,0,0,0,107,1472,0,0,'Artisan Gemologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12693,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (12694,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,64,64,2,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7333,0,0,0,14802,14801,0,0,0,0,1,0,0,'Idol Room Spawn A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,457,0,50,'Charge Rage Bonus Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12696,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,457,0,50,'Charge Rage Bonus Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12697,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,457,0,50,'Improved Charge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12699,0,0,0,0,16777216,0,1,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8612,0,0,0,0,0,0,0,0,874,1,0,0,'Summon Screecher Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12700,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,50,'Axe Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12701,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12702,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,3,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12703,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,4,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12704,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,6,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12705,0,0,0,11,0,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,15,0,0,'Long Daze','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12706,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11456,0,0,0,0,0,222,1,0,0,'Recipe: Goblin Rocket Fuel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12707,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,1999,0,0,0,0,1,1,0,0,0,0,0,0,0,109,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,12705,0,0,0,0,0,0,756,0,50,'Improved Pummel','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12708,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,12705,0,0,0,0,0,0,756,0,50,'Improved Pummel','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12709,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,10242,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11637,11638,0,0,0,0,215,1,0,0,'Collecting Fallout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12710,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2642,191,0,0,'Gem Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12711,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136546,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,366,0,50,'Two-Handed Weapon Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12712,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136546,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,366,0,50,'Two-Handed Weapon Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12713,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136546,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,366,0,50,'Two-Handed Weapon Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12714,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136546,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,366,0,50,'Two-Handed Weapon Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12715,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10648,10647,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10644,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Goblin Rocket Fuel Recipe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12716,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,3860,10505,10558,7068,0,0,0,2,4,5,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10577,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12717,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,3864,7067,0,0,0,0,0,8,1,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10542,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Mining Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12718,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,3864,7068,0,0,0,0,0,8,1,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10543,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Construction Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12719,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,3030,10505,3860,0,0,0,0,0,100,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10579,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Explosive Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12720,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,10505,10558,3860,0,0,0,0,1,2,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10580,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin \"Boom\" Box','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12721,0,0,0,15,16,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,29,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,50,'Deep Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12722,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,3860,4389,10560,0,0,0,0,1,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10585,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Radio','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12723,0,0,0,0,262160,0,541065344,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3136,515,0,50,'Sweeping Strikes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,0,1,1,0), + (12724,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,40,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,51,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23602,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12725,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,60,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,51,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23602,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12726,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,80,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,51,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23602,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12727,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,51,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23602,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12728,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Belnistrasz Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12730,0,0,0,5,67109264,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,1,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,7,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,50,'Intimidating Shout','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12731,0,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,711,148,0,0,'Strength of Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12732,3,0,0,0,134479936,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,12,4,0,0,0,0,1,1,0,0,0,0,0,0,0,84,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,149,122,50,'Shard of Afrasa','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (12733,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,49,9,0,0,0,1,1,1,0,0,0,0,0,0,77,22,22,0,0,0,0,0,0,0,0,0,0,0,0,5,1,126,0,0,0,0,0,0,193,456,0,0,'Fearless','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12734,0,0,0,12,524308,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,33,1,0,1,1,0,0,0,0,0,0,0,95,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2643,298,0,0,'Ground Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (12735,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10465,10663,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10662,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Fill the Egg of Hakkar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12736,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3600000,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8615,0,0,0,0,0,0,0,0,130,162,0,0,'Summon Mithril Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12737,4,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,33,1,0,1,1,0,0,0,0,0,0,0,95,-51,0,0,11,0,22,22,0,15,15,0,9,9,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12738,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,969,263,0,0,'Amplify Damage','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,0,0,1,1,1,0), + (12739,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12740,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,1,0,0,0,101,0,0,26,26,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,0,0,0,8616,0,0,0,0,0,0,0,0,74,460,0,0,'Summon Infernal Servant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (12741,5,0,2,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,4,0,105,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.75,0,0,-2,0,0,0,0,0,22,0,0,15,0,0,10,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12742,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,27,95,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12743,2,0,1,0,2512,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.6,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12744,0,0,0,0,0,0,31,0,50,'Immolation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12744,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.75,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Immolation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12745,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,13,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12746,5,0,0,0,268500992,1,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8996,0,0,0,0,0,0,0,0,74,217,0,0,'Summon Voidwalker','','','','','','','','','','','','','','','',100,133,1500,0,0,0,0,1,1,1,1,1,0), + (12747,3,99,1,7,1074331648,0,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12748,4,0,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,28,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,5,1,0,1,1,0,0,0,0,0,0,0,27,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12749,0,0,0,0,33554560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8615,0,0,0,0,0,0,0,0,74,1548,0,0,'Mithril Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12750,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12751,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12752,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12753,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12754,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,9061,10507,10560,0,0,0,0,1,1,6,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10586,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'The Big One','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12755,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,10505,6037,10560,4407,0,0,0,2,4,6,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10587,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Bomb Dispenser','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12758,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10543,9061,3860,10560,0,0,0,0,1,4,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10588,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Rocket Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12759,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,10560,12808,7972,9060,0,0,0,2,1,1,4,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10645,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Death Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12760,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4338,10505,10560,0,0,0,0,0,1,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10646,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Goblin Sapper Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12761,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12762,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12763,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12764,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12765,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,11,0,0,0,0,0,0,0,0,0,24,0,50,'Improved Taunt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12766,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,35,35,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,41,0,1,1,0,1,1,0,0,0,0,0,0,0,49,0,0,0,0,0,22,18,0,15,0,0,14,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,8506,0,0,0,0,0,0,0,761,149,0,0,'Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (12767,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12715,0,0,0,0,0,107,1,0,0,'Goblin Rocket Fuel Recipe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12768,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12716,13240,0,0,0,0,107,1,0,0,'Goblin Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12769,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12717,0,0,0,0,0,107,1,0,0,'Goblin Mining Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12770,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12718,0,0,0,0,0,107,1,0,0,'Goblin Construction Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12771,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12760,0,0,0,0,0,107,1,0,0,'Goblin Sapper Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12772,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12719,0,0,0,0,0,107,1,0,0,'Explosive Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12773,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12720,0,0,0,0,0,107,1,0,0,'Goblin \"Boom\" Box','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12774,0,0,0,0,134217984,4,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2656,1,0,0,'(DND) Belnistrasz Idol Shutdown Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12775,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12722,0,0,0,0,0,107,1,0,0,'Goblin Radio','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12776,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8895,0,0,0,0,0,107,1,0,0,'Goblin Rocket Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12777,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12755,0,0,0,0,0,107,1,0,0,'Goblin Bomb Dispenser','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12778,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12754,0,0,0,0,0,107,1,0,0,'The Big One','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12779,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12759,0,0,0,0,0,107,1,0,0,'Gnomish Death Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12780,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12758,0,0,0,0,0,107,1,0,0,'Goblin Rocket Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12781,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,50,'Axe Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12782,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,31,0,0,1,0,0,0,0,0,3,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,0,0,'Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12783,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,50,'Axe Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12784,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,50,'Axe Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12785,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,50,'Axe Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12787,0,65,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,35,0,0,14,14,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3391,0,0,0,0,0,0,108,0,0,'Thrash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12788,0,0,0,0,464,0,0,0,0,131072,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,561,0,50,'Defiance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12789,0,0,0,0,464,0,0,0,0,131072,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,561,0,50,'Defiance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12790,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,42,42,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,32,32,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8656,8657,8658,0,0,0,0,0,0,74,217,0,0,'Hukku\'s Guardians','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12791,0,0,0,0,464,0,0,0,0,131072,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,561,0,50,'Defiance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12792,0,0,0,0,464,0,0,0,0,131072,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,561,0,50,'Defiance','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12795,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,1,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2657,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12796,2,0,0,0,384,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,7,0,0,6,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,11,0,0,'Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12797,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,15,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12798,0,0,0,0,0,0,562,0,50,'Improved Revenge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12798,0,0,0,12,67108864,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,562,0,0,'Revenge Stun','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (12799,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,30,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12798,0,0,0,0,0,0,562,0,50,'Improved Revenge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12800,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,45,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12798,0,0,0,0,0,0,562,0,50,'Improved Revenge','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12802,0,0,0,0,256,0,0,0,0,0,0,0,0,443,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10691,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Getting Tide Pool Sample #1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12803,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,1,0,0,0,0,0,0,0,0,0,281,0,50,'Improved Shield Wall','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12804,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,1,0,0,0,0,0,0,0,0,0,560,0,50,'Improved Disarm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12805,0,0,0,0,256,0,0,0,0,0,0,0,0,444,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10692,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Getting Tide Pool Sample #2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12806,0,0,0,0,256,0,0,0,0,0,0,0,0,445,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10693,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Getting Tide Pool Sample #3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12807,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,1,0,0,0,0,0,0,0,0,0,560,0,50,'Improved Disarm','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12808,0,0,0,0,256,0,0,0,0,0,0,0,0,446,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10694,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Getting Tide Pool Sample #4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12809,0,0,0,12,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,45000,0,0,0,0,0,101,0,0,30,30,28,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2719,25,0,0,'Concussion Blow','','','','','','','','','','','','','','','',0,133,0,0,4,69206016,0,2,2,1,1,1,0), + (12810,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,14,0,0,0,0,0,0,0,0,0,565,0,50,'Improved Sunder Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12811,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,14,0,0,0,0,0,0,0,0,0,565,0,50,'Improved Sunder Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12812,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12813,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,3,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12814,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,4,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12815,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12816,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2676,1,0,0,'Idom Rool Camera Shake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12818,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,86,0,50,'Improved Bloodrage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12821,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12566,0,0,0,0,0,107,129,0,0,'Plainsrunning','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12822,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,17,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,90,0,0,'Demon Slaying 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12823,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,35,35,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,90,0,0,'Demon Slaying 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12824,6,0,1,17,1074855936,262144,64,0,0,0,0,0,193,0,0,0,16,0,0,15,524290,0,0,101,0,0,20,20,9,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,108,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,9,0,0,0,6,6,6,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16372,21,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,3238264832,0,1,1,1,1,1,0), + (12825,6,0,1,17,1074855936,262144,64,0,0,0,0,0,193,0,0,0,16,0,0,15,524290,0,0,101,0,0,40,40,64,0,120,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,108,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,9,0,0,0,6,6,6,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16372,21,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,3238264832,0,1,1,1,1,1,0), + (12826,6,0,1,17,1074855936,262144,64,0,0,0,0,0,193,0,0,0,16,0,0,15,524290,0,0,101,0,0,60,60,245,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,108,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,9,0,0,0,6,6,6,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16372,21,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,3238264832,0,1,1,1,1,1,0), + (12827,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12824,0,0,0,0,0,107,82,0,0,'Polymorph','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12828,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12825,0,0,0,0,0,107,82,0,0,'Polymorph','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12829,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12826,0,0,0,0,0,107,82,0,0,'Polymorph','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12830,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,131136,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,50,'Polearm Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12831,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,131136,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,50,'Polearm Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12832,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,131136,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,50,'Polearm Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12833,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,131136,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,50,'Polearm Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12834,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12162,0,0,0,0,0,0,243,0,50,'Deep Wounds','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12835,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,196608,196608,0,1,6,0,0,0,0,0,0,0,0,47,0,50,'Booming Voice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12836,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,196608,196608,0,1,6,0,0,0,0,0,0,0,0,47,0,50,'Booming Voice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12837,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,196608,196608,0,1,6,0,0,0,0,0,0,0,0,47,0,50,'Booming Voice','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12838,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,196608,196608,0,1,6,0,0,0,0,0,0,0,0,47,0,50,'Booming Voice','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12839,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2359296,0,0,16,0,0,0,0,0,0,0,0,0,52,0,50,'Arcane Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12840,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2359296,0,0,16,0,0,0,0,0,0,0,0,0,52,0,50,'Arcane Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12841,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2359296,0,0,16,0,0,0,0,0,0,0,0,0,52,0,50,'Arcane Focus','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12842,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,52,0,50,'Arcane Focus','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12843,5,0,1,0,327696,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,2476,207,0,50,'Mordresh\'s Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12844,1,0,0,0,384,268533760,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,70,0,0,'Remove All Effects','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12845,3,0,6,0,269549568,256,0,0,0,0,0,0,0,0,0,0,1,0,0,15,80899,0,0,101,0,0,45,45,9,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,331,0,50,'Lesser Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (12846,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,50,'Ignite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12847,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,50,'Ignite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12848,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,50,'Ignite','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12849,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12850,0,0,0,0,0,0,243,0,50,'Deep Wounds','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12850,0,0,0,15,262544,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,50,'Deep Wounds','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12851,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,40,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8668,0,0,0,0,0,0,0,0,1523,1,0,0,'Release the Hounds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12852,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,50,'Cruelty','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12853,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,50,'Cruelty','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12854,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,207,0,50,'Spell Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12855,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,50,'Cruelty','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12856,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,50,'Cruelty','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12857,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,456,0,50,'Improved Battle Shout','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12858,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,456,0,50,'Improved Battle Shout','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12860,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,456,0,50,'Improved Battle Shout','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12861,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,456,0,50,'Improved Battle Shout','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12862,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,10,0,0,0,0,0,0,0,0,0,559,0,50,'Improved Slam','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12863,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-80001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,11,0,0,0,0,0,0,0,0,0,561,0,50,'Improved Inner Rage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12864,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-120001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,11,0,0,0,0,0,0,0,0,0,561,0,50,'Improved Inner Rage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12865,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-100001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,11,0,0,0,0,0,0,0,0,0,561,0,50,'Improved Inner Rage','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12866,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-120001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,11,0,0,0,0,0,0,0,0,0,561,0,50,'Improved Inner Rage','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12867,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12868,0,0,0,0,0,0,243,0,50,'Deep Wounds','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12868,0,0,0,15,262544,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,50,'Deep Wounds','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12871,2,0,0,0,16,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2696,816,0,50,'zzOLDScorch','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12872,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,50,'Improved Scorch','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12873,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,50,'Improved Scorch','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12874,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,50,'zzOLDImproved Scorch','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12875,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,50,'zzOLDImproved Scorch','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12876,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,282,0,50,'Improved Demoralizing Shout','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12877,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,282,0,50,'Improved Demoralizing Shout','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12878,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,282,0,50,'Improved Demoralizing Shout','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12879,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,282,0,50,'Improved Demoralizing Shout','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12880,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,12,0,1,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2817,95,0,0,'Enrage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12881,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2716,97,0,0,'Poison State','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12882,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,51,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,2516,174,0,0,'Wing Flap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12883,0,0,0,0,268501008,64,0,0,0,0,0,0,0,0,0,0,4,0,0,1,703501,8,0,101,0,0,8,8,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,161,0,0,'Longsight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12884,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,22,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0.3,5,0,1,9,0,0,0,0,24,24,0,0,0,0,13,13,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2619,636,0,0,'Acid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12885,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Teleport to Razelikh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12886,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-180001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,11,0,0,0,0,0,0,0,0,0,278,0,50,'Improved Challenging Shout','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12887,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,87,0,1,1,0,0,0,0,0,0,0,49,306,0,0,0,0,24,24,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,2717,166,0,0,'Sweeping Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (12888,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,49,79,0,0,0,6,6,6,0,0,0,0,0,0,6,138,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Cause Insanity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12889,5,0,2,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-1,0,0,0,0,22,22,0,15,15,0,9,9,0,65,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,339,692,0,50,'Curse of Tongues','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12890,5,0,1,0,1073807360,65536,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,28,28,8,0,0,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,6,6,6,0,0,0,0,0,0,12,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,87,96,0,0,'Deep Slumber','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (12891,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,22,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0.75,10,0,1,9,0,0,0,0,24,24,0,0,0,0,13,13,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2619,636,0,0,'Acid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12894,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11454,0,0,0,0,0,108,1,0,0,'Recipe: Inlaid Mithril Cylinder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (12895,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10648,10647,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10713,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Inlaid Mithril Cylinder Plans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12896,2,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Helboar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12897,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,10500,10559,10558,8151,4234,0,0,0,1,1,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10545,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Gnomish Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12898,2,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2718,31,0,0,'Smoke Aura Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12899,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,10560,3860,8151,1529,0,0,0,1,1,4,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10716,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Shrink Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12900,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,10560,3860,0,0,0,0,0,1,1,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10719,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mobile Alarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12901,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3873,0,0,0,0,0,222,1,0,0,'Pattern: Black Swashbucklers Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12902,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,10285,4337,10505,3860,0,0,0,1,2,4,2,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10720,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Net-o-Matic Projector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12903,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,7387,3860,6037,10560,7909,0,0,0,1,4,2,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10721,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Harm Prevention Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12904,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,3860,4389,10560,0,0,0,0,1,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10723,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Ham Radio','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12905,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10026,10559,4234,10505,4389,0,0,0,1,2,4,8,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10724,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Rocket Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12906,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,6037,3860,9060,10558,1529,0,0,1,6,6,2,1,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10725,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Battle Chicken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12907,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,6037,10558,7910,4338,0,0,0,10,4,1,2,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10726,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gnomish Mind Control Cap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12908,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,9061,3860,6037,10560,0,0,0,2,4,6,6,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10727,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12909,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12895,0,0,0,0,0,107,1,0,0,'Inlaid Mithril Cylinder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12910,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12897,0,0,0,0,0,107,1,0,0,'Gnomish Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12911,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12899,0,0,0,0,0,107,1,0,0,'Gnomish Shrink Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12912,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,0,107,1,0,0,'Mobile Alarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12913,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12902,0,0,0,0,0,107,1,0,0,'Gnomish Net-o-Matic Projector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12914,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12903,0,0,0,0,0,107,1,0,0,'Gnomish Harm Prevention Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12915,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12904,0,0,0,0,0,107,1,0,0,'Gnomish Ham Radio','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12916,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12905,0,0,0,0,0,107,1,0,0,'Gnomish Rocket Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12917,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12906,0,0,0,0,0,107,1,0,0,'Gnomish Battle Chicken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12918,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12907,0,0,0,0,0,107,1,0,0,'Gnomish Mind Control Cap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12919,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12908,0,0,0,0,0,107,1,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12938,1,391,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,1,0,0,'Fel Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12939,6,0,0,0,400,268436480,4,0,0,0,0,0,0,0,0,0,1,0,0,0,4718592,0,0,101,0,0,0,1,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,'Polymorph Heal Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12941,0,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,61,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,737,167,0,0,'Fel Curse Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (12942,0,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,886,167,0,0,'Fell Curse Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12943,0,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1712,167,0,0,'Fell Curse Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12944,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4096,4096,0,4,1,0,0,0,0,0,0,0,0,28,0,50,'Improved Shield Block','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12945,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,499,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4096,4096,0,4,1,0,0,0,0,0,0,0,0,28,0,50,'Improved Shield Block','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12946,0,0,3,9,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,40,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-51,0,0,0,22,22,22,15,15,15,13,13,13,27,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1725,1614,0,0,'Putrid Stench','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (12947,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11442,0,0,0,0,0,0,152,0,0,'Withered Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12948,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2742,1,0,0,'Avatar of Hakkar is summoned','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (12949,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7356,0,0,0,0,0,0,0,0,0,1,0,0,'Idol Room Spawn End Boss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12950,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,8,0,0,0,0,0,0,0,0,0,277,0,50,'Improved Cleave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12952,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,736,128,0,0,22,0,0,0,0,0,0,0,0,176,0,50,'Piercing Ice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12953,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,736,128,0,0,22,0,0,0,0,0,0,0,0,176,0,50,'Piercing Ice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12954,4,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,736,128,0,0,22,0,0,0,0,0,0,0,0,176,0,50,'Piercing Ice','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12956,5,0,0,0,134218176,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,2,9,2,0,0,0,1,1,1,0,0,0,0,0,0,30,22,161,0,0,0,0,0,0,0,0,0,0,0,0,95,32,0,0,0,0,0,0,0,0,89,0,0,'Demon Armor','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (12957,4,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,736,128,0,0,22,0,0,0,0,0,0,0,0,176,0,50,'Piercing Ice','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12958,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18498,0,0,0,0,0,0,280,0,50,'Improved Shield Bash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12959,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,332,0,50,'Iron Will','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12960,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,8,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,332,0,50,'Iron Will','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12961,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,332,0,50,'Iron Will','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12962,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,332,0,50,'Iron Will','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12963,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,1464,0,50,'Improved Overpower','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (12964,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,689,0,50,'Unbridled Wrath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12966,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12967,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12968,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12969,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12970,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12971,0,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87380,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12967,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12972,0,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87380,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12968,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12973,0,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87380,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12969,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12974,0,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4116,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12970,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12975,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,600000,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,0,50,'Last Stand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12976,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2758,177,0,50,'Last Stand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12980,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2876,331,0,0,'Simple Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12981,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,38,38,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12982,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,0,0,0,0,976,0,50,'Shatter','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12983,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,0,976,0,50,'Shatter','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12984,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,912,0,0,0,0,0,0,0,0,0,976,0,50,'Shatter','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12985,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,0,0,0,0,976,0,50,'Shatter','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (12998,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10818,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Yeh\'kinya\'s Scroll','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (12999,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,16,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12964,0,0,0,0,0,0,689,0,50,'Unbridled Wrath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13000,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,24,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12964,0,0,0,0,0,0,689,0,50,'Unbridled Wrath','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13001,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,32,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12964,0,0,0,0,0,0,689,0,50,'Unbridled Wrath','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13002,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,40,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12964,0,0,0,0,0,0,689,0,50,'Unbridled Wrath','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13003,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-251,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,99,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2777,172,0,0,'Shrink Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13004,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,249,29,0,0,0,0,20,20,0,0,0,0,12,12,0,99,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2777,172,0,0,'Grow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13005,1,32,1,12,327680,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,35,0,50,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,302,0,0,'Hammer of Justice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13006,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,'Shrink Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13007,1,37,0,0,327680,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,31,0,35,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,25,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,154,73,0,0,'Divine Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13008,1,0,0,0,134545408,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0.25,0,0,1,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,555,122,0,'Retribution Aura','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13009,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,5,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,2778,246,0,0,'Amnennar\'s Wrath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13010,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-251,-31,0,0,0,0,20,20,0,0,0,0,12,12,0,99,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2777,172,0,0,'Shrink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13011,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12522,0,0,0,0,0,107,184,0,0,'Pyroblast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13012,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12523,0,0,0,0,0,107,184,0,0,'Pyroblast','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13013,0,36,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,776,636,0,0,'Dissolve Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13014,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12524,0,0,0,0,0,107,184,0,0,'Pyroblast','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13015,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12525,0,0,0,0,0,107,184,0,0,'Pyroblast','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13016,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12526,0,0,0,0,0,107,184,0,0,'Pyroblast','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13017,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18809,0,0,0,0,0,107,184,0,0,'Pyroblast','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13018,2,250,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,42,36,36,32,0,270,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,41,1,0,1,1,0,0,0,0,1.2,0,0,200,-51,0,0,11,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,8388608,0,1,1,1,1,1,0), + (13019,2,250,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,50,44,44,32,0,355,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,53,1,0,1,1,0,0,0,0,1.4,0,0,276,-51,0,0,11,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,8388608,0,1,1,1,1,1,0), + (13020,2,250,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,58,52,52,32,0,450,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,69,1,0,1,1,0,0,0,0,1.6,0,0,364,-51,0,0,11,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,8388608,0,1,1,1,1,1,0), + (13021,2,250,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,45000,0,0,0,0,101,0,66,60,60,32,0,545,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,83,1,0,1,1,0,0,0,0,1.9,0,0,461,-51,0,0,11,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,8388608,0,1,1,1,1,1,0), + (13022,6,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,25,25,0,0,0,0,0,0,0,74,74,0,0,0,0,1,1,0,0,0,0,0,0,0,4,64,0,0,0,0,0,0,0,19,1499,0,0,'Fire and Arcane Reflect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13023,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13018,0,0,0,0,0,107,292,0,0,'Blast Wave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13024,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13019,0,0,0,0,0,107,292,0,0,'Blast Wave','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13025,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13020,0,0,0,0,0,107,292,0,0,'Blast Wave','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13026,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13021,0,0,0,0,0,107,292,0,0,'Blast Wave','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13027,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17348,0,0,0,0,0,107,153,0,0,'Hemorrhage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13028,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3821,159,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10841,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Goldthorn Tea','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13029,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13028,0,0,0,0,0,107,1495,0,0,'Goldthorn Tea','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13030,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3451,0,0,0,0,0,107,41,0,0,'Mighty Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13031,4,471,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,14,0,0,0,101,0,52,46,46,3,0,360,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3.2,0,0,548,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4302,32,0,50,'Ice Barrier','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (13032,4,471,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,14,0,0,0,101,0,58,52,52,3,0,420,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3.6,0,0,677,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4302,32,0,50,'Ice Barrier','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (13033,4,471,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,14,0,0,0,101,0,64,58,58,3,0,480,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,4,0,0,817,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4302,32,0,50,'Ice Barrier','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (13034,4,471,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,14,0,0,0,101,0,53,48,48,3,0,370,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3.15,0,0,567,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4302,32,0,50,'zzOLDIce Barrier','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (13035,4,471,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,14,0,0,0,101,0,59,54,54,3,0,435,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3.51,0,0,702,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4302,32,0,50,'zzOLDIce Barrier','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (13036,4,471,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,14,0,0,0,101,0,62,60,60,3,0,500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3.87,0,0,847,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4302,32,0,50,'zzOLDIce Barrier','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (13037,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13031,0,0,0,0,0,107,32,0,0,'Ice Barrier','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13038,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13032,0,0,0,0,0,107,32,0,0,'Ice Barrier','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13039,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13033,0,0,0,0,0,107,32,0,0,'Ice Barrier','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13040,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13034,0,0,0,0,0,107,32,0,0,'zzOLDIce Barrier','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13041,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13035,0,0,0,0,0,107,32,0,0,'zzOLDIce Barrier','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13042,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13036,0,0,0,0,0,107,32,0,0,'zzOLDIce Barrier','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13043,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,50,'Improved Fire Ward','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (13044,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Teleport to Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13045,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14201,0,0,0,0,0,0,95,0,50,'Enrage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13046,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14202,0,0,0,0,0,0,95,0,50,'Enrage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13047,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14203,0,0,0,0,0,0,95,0,50,'Enrage','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13048,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14204,0,0,0,0,0,0,95,0,50,'Enrage','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13049,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,60,60,8,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,8776,0,0,0,0,0,0,0,0,74,217,0,0,'Dragon\'s Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13058,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,968,0,0,0,0,0,0,0,0,0,148,0,50,'Improved Intimidating Shout','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (13059,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,969,0,0,0,0,0,0,0,0,0,148,0,50,'Improved Intimidating Shout','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (13078,0,0,0,0,464,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,1,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12331,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13099,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,1,0,0,0,0,0,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,69,0,0,'Net-o-Matic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,0,0), + (13119,0,0,0,7,1073741824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,664232,100,0,0,42,42,18,0,0,0,0,0,4,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,96,64,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,1,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13139,0,0,0,683,69,0,0,'Net-o-Matic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (13120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,'Net-o-Matic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13138,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,69,0,0,'Net-o-Matic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13139,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2836,69,0,0,'Net-o-Matic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13140,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1223,11,0,0,'Gnomish Rocket Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13142,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Teleport to Razelikh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13143,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,1,0,0,'Summon Razelikh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13158,0,0,0,0,67109120,0,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,'Rocket Boots Malfunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13159,3,0,0,0,329728,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,131072,0,139944,100,0,0,40,40,21,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,35,0,1,1,0,1,1,0,0,0,0,0,0,0,29,-1,0,0,0,0,1,1,0,0,0,0,10,10,0,31,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15571,0,0,0,0,3405,916,122,0,'Aspect of the Pack','','','','','','','','','','','','','','','',0,133,1500,0,9,2097152,0,1,1,1,1,1,0), + (13160,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13159,0,0,0,0,0,107,916,0,0,'Aspect of the Pack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13161,3,0,0,0,327680,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3139,1510,122,0,'Aspect of the Beast','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13162,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13161,0,0,0,0,0,107,1510,0,0,'Aspect of the Beast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13163,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,21,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3140,1549,122,0,'Aspect of the Monkey','','','','','','','','','','','','','','','',0,133,1500,0,9,524288,0,1,1,1,1,1,0), + (13164,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13163,0,0,0,0,0,107,1549,0,0,'Aspect of the Monkey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13165,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,0,0,0,10,10,21,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,124,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6150,0,0,0,0,3161,112,122,0,'Aspect of the Hawk','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,1048576,0,1,1,1,1,1,0), + (13166,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,799,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8836,0,0,0,0,0,0,0,0,74,90,0,0,'Battle Chicken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13167,0,0,0,0,150995392,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1800000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8329,0,0,0,0,0,0,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13168,0,21,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Chicken Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13169,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3494,0,0,0,0,0,222,1,0,0,'Plans: Solid Iron Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13180,0,0,0,0,268435456,256,0,0,0,0,0,0,64,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,332,0,0,'Gnomish Mind Control Cap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13181,0,0,1,1,0,256,0,0,0,0,0,0,64,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2856,332,0,0,'Gnomish Mind Control Cap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13183,2,0,0,0,2048,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13184,0,0,0,0,0,2857,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13184,2,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3036,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13198,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13218,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,8,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-56,0,0,0,0,0,6,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,19,1496,0,0,'Wound Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,268435456,0,1,0,1,1,1,0), + (13219,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,32,32,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,703,0,0,0,0,0,0,0,0,215,1496,0,0,'Wound Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,268435456,0,0,0,1,1,1,0), + (13220,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,32,0,0,0,0,0,0,1,0,0,0,0,2930,5173,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10918,0,0,0,0,0,0,0,0,0,0,0,92,1496,0,0,'Wound Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13221,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13220,0,0,0,0,0,107,1496,0,0,'Wound Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13222,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,8,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,19,1496,0,0,'Wound Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,268435456,0,1,0,1,1,1,0), + (13223,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,8,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-106,0,0,0,0,0,6,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,19,1496,0,0,'Wound Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,268435456,0,1,0,1,1,1,0), + (13224,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,8,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-136,0,0,0,0,0,6,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,19,1496,0,0,'Wound Poison','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,268435456,0,1,0,1,1,1,0), + (13225,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,40,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,704,0,0,0,0,0,0,0,0,215,1496,0,0,'Wound Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,268435456,0,0,0,1,1,1,0), + (13226,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,48,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,705,0,0,0,0,0,0,0,0,215,1496,0,0,'Wound Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,268435456,0,0,0,1,1,1,0), + (13227,0,0,0,0,65552,32,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,56,56,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,0,0,0,0,0,215,1496,0,0,'Wound Poison','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,268435456,0,0,0,1,1,1,0), + (13228,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,40,0,0,0,0,0,0,1,0,0,0,0,2930,5173,3372,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10920,0,0,0,0,0,0,0,0,0,0,0,92,1496,0,0,'Wound Poison II','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13229,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,48,0,0,0,0,0,0,1,0,0,0,0,8923,5173,8925,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10921,0,0,0,0,0,0,0,0,0,0,0,92,1496,0,0,'Wound Poison III','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13230,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,56,0,0,0,0,0,0,1,0,0,0,0,8923,5173,8925,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10922,0,0,0,0,0,0,0,0,0,0,0,92,1496,0,0,'Wound Poison IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13231,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13228,0,0,0,0,0,107,1496,0,0,'Wound Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13232,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13229,0,0,0,0,0,107,1496,0,0,'Wound Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13233,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13230,0,0,0,0,0,107,1496,0,0,'Wound Poison','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,5,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,0,'Harm Prevention Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13235,5,0,1,0,67174400,65536,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,12,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,2896,96,0,0,'Forcefield Collapse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13236,3,0,0,0,402653440,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,31,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2916,962,0,0,'Nature Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13237,2,0,0,12,0,136,0,0,0,0,0,64,0,0,0,0,4,0,0,9,0,0,0,101,0,0,0,0,27,0,0,0,0,0,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,135,1,0,1,1,0,0,0,0,0,0,0,382,0,0,0,12,0,16,16,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2897,37,0,0,'Goblin Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13238,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,135,0,0,1,0,0,0,0,0,0,0,0,382,0,0,0,0,0,18,18,0,31,31,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2897,37,0,0,'Goblin Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13239,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10505,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,2,98,0,5025,81,0,1,1,0,0,0,0,0,0,0,4987,159,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,2898,11,0,0,'Reload Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13240,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10577,3860,10505,0,0,0,0,0,1,1,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10577,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'The Mortar: Reloaded','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13241,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,2,0,301,251,0,1,1,0,0,0,0,0,0,0,449,374,0,0,0,0,22,1,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2899,37,0,0,'Goblin Sapper Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (13258,0,0,0,0,262288,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,40,40,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8937,0,0,0,0,0,0,0,0,2206,162,0,0,'Summon Goblin Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13259,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,64,3,71,0,0,1,0,0,0,0,0,0,0,0,314,0,0,0,0,0,22,1,18,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3617,0,0,0,0,791,11,0,0,'Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13260,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,1,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13259,0,0,0,0,0,0,11,0,0,'Pet Bomb Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13261,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,3,0,71,0,0,1,0,0,0,0,0,0,0,0,314,0,0,0,0,0,22,18,0,33,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2917,11,0,0,'Malfunction Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13262,0,0,0,0,272,0,8192,0,0,0,0,16,0,0,0,0,14,0,0,31,0,0,0,101,0,0,100,100,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3220,236,0,0,'Disenchant','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (13278,0,0,0,0,0,67108928,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15404,0,101,0,0,0,0,35,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13280,0,0,0,0,0,3117,213,0,0,'Gnomish Death Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,213,0,0,'Gnomish Death Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Gnomish Death Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13281,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,0,130,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,11,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,687,0,0,'Earth Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13298,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13299,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13298,0,0,0,0,0,0,152,0,0,'Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13318,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (13319,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,2,0,1,1,0,1,1,0,0,0,0,0,0,0,199,199,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2956,11,0,0,'Malfunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13320,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13319,0,0,0,0,0,0,11,0,0,'Malfunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13321,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,13,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13322,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,39,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,17,1,0,1,1,0,0,0,0,0,0,0,47,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13323,0,0,1,17,1074855936,262144,64,0,0,0,0,0,211,0,0,0,16,0,0,15,2,0,0,101,0,0,8,8,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1933,0,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,1,1,1,1,1,0), + (13325,0,31,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9173,0,0,0,0,0,0,0,0,0,0,0,400,106,0,0,'Transponder Summon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13326,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,30,0,90,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'Arcane Intellect','','','','','','','','','','','','','','','',0,0,0,0,3,1024,0,1,1,1,1,1,0), + (13327,0,44,1,14,1312784,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,100,0,60,1,1,9,1,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22646,0,0,0,0,6625,458,0,50,'Reckless Charge','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (13338,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,65,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,339,692,0,50,'Curse of Tongues','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13339,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (13340,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (13341,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,164,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (13342,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,164,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2996,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (13358,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5302,0,0,0,0,0,0,28,0,0,'Defensive State (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13360,0,0,0,0,68419840,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3016,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10938,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10939,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Greater Magic Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13362,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10938,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Lesser Magic Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13363,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13364,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13365,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13366,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13368,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13369,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13370,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13371,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13372,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13373,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7426,0,0,0,0,0,107,241,0,0,'Enchant Chest - Minor Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13374,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2996,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (13375,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,96,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13376,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,1.2,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13377,2,0,1,0,2512,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13376,0,0,0,0,0,0,31,0,50,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13378,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10998,10940,0,0,0,0,0,0,1,2,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Minor Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13380,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10998,10940,0,0,0,0,0,0,1,6,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13381,2,0,0,0,589824,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,7,1,0,1,1,0,0,0,0,0,0,0,38,25,0,0,0,0,18,28,0,16,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13382,2,0,0,0,589824,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,7,1,0,1,1,0,0,0,0,0,0,0,38,25,0,0,0,0,18,28,0,16,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13383,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13384,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13385,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13386,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13387,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13388,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13389,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13390,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13391,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7863,0,0,0,0,0,107,241,0,0,'Enchant Boots - Minor Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13392,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13378,0,0,0,0,0,107,241,0,0,'Enchant Shield - Minor Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13393,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13380,0,0,0,0,0,222,1,0,0,'Formula: Enchant 2H Weapon - Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13398,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3056,1497,0,0,'Throw Wrench','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (13399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11018,11022,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11024,0,0,0,0,0,0,0,0,0,0,0,3058,266,0,0,'Cultivate Packet of Seeds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13418,0,0,0,0,131200,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13419,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,10998,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,0,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13420,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13419,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Minor Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13421,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,10978,0,0,0,0,0,0,6,1,0,0,0,0,0,0,4,0,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Lesser Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13422,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13421,0,0,0,0,0,107,241,0,0,'Enchant Cloak - Lesser Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13424,3,0,1,0,65536,98304,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,18,18,9,0,55,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-51,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (13438,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,30,30,32,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,2,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (13439,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,30,30,28,0,25,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,11,0,1,1,0,0,0,0,0,0,0,-51,19,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (13440,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (13441,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Firebolt','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (13442,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,30,30,0,0,18,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13443,0,0,0,15,851984,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13444,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-8,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13445,0,0,0,15,851984,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13446,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,1,0,0,1,0,0,0,0,0,2.25,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13459,5,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-71,0,0,0,0,0,25,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,1498,0,0,'Decimate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13461,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,38,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Go Home','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13462,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Blocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13463,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,35,35,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3560,0,0,0,0,0,0,0,0,241,170,0,0,'Summon Bloodpetal Mini Pests','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13464,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,10998,10940,10978,0,0,0,0,0,1,1,1,0,0,0,0,0,4,0,16384,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Lesser Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13465,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13464,0,0,0,0,0,222,1,0,0,'Formula: Enchant Shield - Lesser Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13466,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,0,0,0,0,0,1,1,1,0,0,0,0,0,0,3,5,23,1000,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13479,0,0,0,3096,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13478,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Relic Coffer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13479,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3098,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13480,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (13481,3,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,55,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,'Tame Beast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13482,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,101,0,0,30,30,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (13483,5,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4974,0,0,0,0,0,185,155,0,0,'Wither Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13484,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,1,0,0,'Plant Gor\'tesh Head','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13485,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,10998,10940,0,0,0,0,0,0,2,4,0,0,0,0,0,0,4,0,16384,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13486,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (13487,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Relic Coffer Chest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13488,5,0,0,0,67109120,0,0,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,245,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,7,7,0,0,0,0,12,0,0,7,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,158,0,0,'Firegut Fear Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13489,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3320,11,0,0,'Burning Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,9,0,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,957,0,0,'Howling Blade','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,0,0,0,0,1,1,1,0), + (13491,0,0,0,0,327696,134218240,0,0,0,65536,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,6,6,28,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,756,0,0,'Pummel','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,0,0,2,0,1,1,1,0), + (13492,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,62,62,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 63','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13493,0,0,0,0,536870912,268435456,0,536870912,0,0,0,0,0,0,0,0,1,0,0,0,0,31788,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,0,'Gnomish Death Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,35,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,30,0,50,'Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13495,0,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,15,0,0,'zzOLDDazed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,15,0,0,'Dazed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10998,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11082,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Greater Astral Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13498,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10998,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Lesser Astral Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13499,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13485,0,0,0,0,0,107,241,0,0,'Enchant Shield - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13500,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13501,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11083,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Lesser Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13502,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13501,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Lesser Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13503,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11083,11084,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Lesser Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13504,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13503,0,0,0,0,0,107,241,0,0,'Enchant Weapon - Lesser Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13518,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,10,10,10,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13519,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,11,6,6,0,0,35,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,0,'Holy Smite','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (13520,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3116,153,0,0,'Quiet Suicide (Frost)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13522,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11082,6048,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Lesser Shadow Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13523,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Resistance - Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13524,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,25,25,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,70,114,0,0,'Curse of Stalvan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13525,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13522,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Lesser Shadow Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13526,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,9,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,6,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,3,22,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,835,68,0,0,'Corrosive Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13527,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,101,0,0,28,28,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (13528,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,28,28,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,263,0,0,'Decayed Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13529,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11083,11084,0,0,0,0,0,0,3,1,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Lesser Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13530,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,40,40,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (13531,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13529,0,0,0,0,0,107,241,0,0,'Enchant 2H Weapon - Lesser Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13532,3,49,0,0,0,136,0,0,0,65536,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,0,48,48,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,6,-12,0,0,0,0,22,22,0,15,15,0,14,14,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunder Clap','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,0,4,1,0,1,1,1,0), + (13533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,30,0,50,'Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13534,0,0,0,3,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,560,0,0,'Disarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13535,3,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,'Tame Beast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13536,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11083,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,823,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Lesser Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13537,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13536,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Lesser Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13538,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,10940,11082,11084,0,0,0,0,0,2,1,1,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Lesser Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13539,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13538,0,0,0,0,0,107,241,0,0,'Enchant Chest - Lesser Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13540,0,0,0,0,402653440,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3118,99,263,0,'Green Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13541,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11027,0,0,0,0,0,0,1,0,0,'Knockback 500 Triggers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13542,3,0,0,0,65536,4,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,31756,0,101,0,0,44,44,28,0,300,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,5,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,267,0,50,'Mend Pet','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,9,8388608,0,1,1,1,1,1,0), + (13543,3,0,0,0,65536,4,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,31756,0,101,0,0,52,52,28,0,385,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,188,0,0,0,0,0,5,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,267,0,50,'Mend Pet','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,9,8388608,0,1,1,1,1,1,0), + (13544,3,0,0,0,65536,4,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,31756,0,101,0,0,60,60,28,0,480,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,244,0,0,0,0,0,5,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,652,267,0,50,'Mend Pet','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,9,8388608,0,1,1,1,1,1,0), + (13545,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13542,0,0,0,0,0,107,267,0,0,'Mend Pet','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13546,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13543,0,0,0,0,0,107,267,0,0,'Mend Pet','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13547,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13544,0,0,0,0,0,107,267,0,0,'Mend Pet','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13548,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,7392,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Farm Chicken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13549,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,10,10,8,0,30,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (13550,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,18,18,8,0,50,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (13551,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,26,26,8,0,80,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (13552,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,34,34,8,0,115,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (13553,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,42,42,8,0,150,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (13554,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,50,50,8,0,190,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (13555,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,58,58,8,0,230,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (13556,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13549,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13557,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13550,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13558,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13551,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13559,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13552,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13560,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13553,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13561,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13554,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13562,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13555,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13563,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161513,0,0,0,0,0,0,0,0,0,1514,0,0,'Summon Chicken Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13564,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Dark Coffer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13565,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Secure Safe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13566,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11027,0,0,0,0,0,46,1,0,0,'Knockback 500 Triggers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13567,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,969,1,0,0,'Dummy Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13578,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,0,0,0,15,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3137,33,0,0,'Jadefire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (13579,0,0,0,14,1376272,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,18,18,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13582,3,18,4,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.7,0,0,1,0,0,0,0,0,22,0,0,15,0,0,8,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Deadly Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13583,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,1,1,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,1265,173,0,0,'Curse of the Deadwood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (13584,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13585,3,0,1,0,33882112,1024,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,139944,50,3,0,1,1,6,0,5,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13586,4,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,98,3,1,27,0,1,1,0,0,0,0,0,0,0,-1,79,0,0,0,0,22,22,18,15,15,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,2086,187,0,0,'Aqua Jet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13587,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2035,0,0,'Mount Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13589,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,10,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,298,122,0,'Haste Aura','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13590,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13591,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13592,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13593,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13594,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13595,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 9','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13596,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13597,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13598,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13599,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13601,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13602,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13603,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13604,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13605,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13606,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13607,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11082,10998,0,0,0,0,0,0,1,2,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,843,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13608,0,34,0,7,851984,0,0,0,0,0,0,0,0,0,0,0,3,0,0,9,0,0,0,101,0,0,14,14,1,0,0,0,0,0,3,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,6,6,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3519,69,0,0,'Hooked Net','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (13609,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13607,0,0,0,0,0,107,241,0,0,'Enchant Chest - Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13611,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,1,0,0,'Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13612,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11083,2772,0,0,0,0,0,0,1,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13613,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13612,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13614,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,1,0,0,'Herbalism','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13615,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,1,0,0,'Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13616,5,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13619,0,0,0,0,0,0,544,0,0,'Wracking Pains Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13617,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11083,3356,0,0,0,0,0,0,1,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,845,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Herbalism','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13618,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13617,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Herbalism','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13619,5,0,2,0,32768,2048,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,26,26,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,544,0,0,'Wracking Pains','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13620,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11083,6370,0,0,0,0,0,0,1,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13621,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13620,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13622,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11082,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,31,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Lesser Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13623,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13622,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Lesser Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13624,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13625,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13626,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11082,11083,11084,0,0,0,0,0,1,1,1,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,847,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Minor Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13627,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13626,0,0,0,0,0,107,241,0,0,'Enchant Chest - Minor Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13628,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,9,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11128,5500,11082,11083,0,0,0,0,1,1,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11130,0,0,0,0,0,0,0,0,0,0,0,3182,1502,0,0,'Runed Golden Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13629,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13628,0,0,0,0,0,107,241,0,0,'Runed Golden Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13630,0,0,0,0,256,0,0,0,0,0,0,0,0,463,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11131,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Scraping','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13631,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11134,11083,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Lesser Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13632,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11134,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11135,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Greater Mystic Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13633,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11134,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Lesser Mystic Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13634,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13631,0,0,0,0,0,107,241,0,0,'Enchant Shield - Lesser Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13635,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11138,11083,0,0,0,0,0,0,1,3,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,848,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13636,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13635,0,0,0,0,0,107,241,0,0,'Enchant Cloak - Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13637,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11083,11134,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,31,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13638,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13637,0,0,0,0,0,107,241,0,0,'Enchant Boots - Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13639,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13640,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11083,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,30,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,850,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Greater Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13641,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13640,0,0,0,0,0,107,241,0,0,'Enchant Chest - Greater Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13642,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11134,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,851,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13643,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13642,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13644,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11083,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Lesser Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13645,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13644,0,0,0,0,0,107,241,0,0,'Enchant Boots - Lesser Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13646,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11134,11083,0,0,0,0,0,0,1,2,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Lesser Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13647,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13646,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Lesser Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13648,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11083,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13649,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13648,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13650,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Beast Slayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13651,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Elemental Slayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13652,2,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Resistance - Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13653,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11134,5637,11138,0,0,0,0,0,1,2,1,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,853,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Lesser Beastslayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13654,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13653,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Lesser Beastslayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13655,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11134,7067,11138,0,0,0,0,0,1,1,1,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Lesser Elemental Slayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13656,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13655,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Lesser Elemental Slayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13657,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11134,7068,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2463,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13658,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13657,0,0,0,0,0,107,241,0,0,'Enchant Cloak - Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13659,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11135,11137,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,851,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13660,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13659,0,0,0,0,0,107,241,0,0,'Enchant Shield - Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13661,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11137,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13662,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13661,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13663,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11135,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,30,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,857,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Greater Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13664,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13665,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Parry 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13666,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13663,0,0,0,0,0,107,241,0,0,'Enchant Chest - Greater Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13667,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Parry 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13668,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Parry 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13669,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dodge 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (13670,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dodge 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13671,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dodge 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13672,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dodge 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13673,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dodge 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13674,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13675,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13676,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13677,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13678,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13679,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,50,'zzOLDHaste 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13680,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,50,'zzOLDHaste 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13681,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,50,'zzOLDHaste 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13682,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,50,'zzOLDHaste 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13687,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11135,11134,0,0,0,0,0,0,1,2,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13688,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13687,0,0,0,0,0,222,1,0,0,'Formula: Enchant Boots - Lesser Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13689,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11135,11137,11139,0,0,0,0,0,2,2,1,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,863,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Lesser Block','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13690,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Blocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13691,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13689,0,0,0,0,0,222,1,0,0,'Formula: Enchant Shield - Lesser Blocking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13692,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,5,5,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,-1,-1,0,-3,-3,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4041,146,0,0,'Dire Growl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13693,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11135,11139,0,0,0,0,0,0,2,1,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,943,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13694,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13693,0,0,0,0,0,107,241,0,0,'Enchant Weapon - Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13695,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11137,11139,0,0,0,0,0,0,4,1,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1897,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13696,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13695,0,0,0,0,0,107,241,0,0,'Enchant 2H Weapon - Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13697,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,0,0,1,0,0,'Skinning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13698,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11137,7392,0,0,0,0,0,0,1,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Skinning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13699,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13698,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Skinning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13700,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11135,11137,11139,0,0,0,0,0,2,2,1,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,866,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Lesser Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13701,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13700,0,0,0,0,0,107,241,0,0,'Enchant Chest - Lesser Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13702,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,9,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11144,7971,11135,11137,0,0,0,0,1,1,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11145,0,0,0,0,0,0,0,0,0,0,0,3182,1503,0,0,'Runed Truesilver Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13703,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13702,0,0,0,0,0,107,241,0,0,'Runed Truesilver Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13704,5,0,0,5,327680,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,32,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,14,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Psychic Scream','','','','','','','','','','','','','','','',0,133,1500,0,0,0,5,1,1,1,1,1,0), + (13705,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Precision','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13706,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504,0,50,'Dagger Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13707,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8192,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,50,'Fist Weapon Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13709,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13710,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,0,0,0,0,0,0,0,0,1505,0,50,'zzOLDThrowing Weapon Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (13711,0,44,0,0,1312784,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,100,0,0,1,1,9,1,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2416,1506,0,50,'zzOLDGoblin Rocket Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13712,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13713,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11148,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11149,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Samophlange Manual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13715,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13716,6,0,0,0,0,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,146,22,0,0,'AOD','','','','','','','','','','','','','','','',0,0,0,0,5,4,0,0,0,1,1,1,0), + (13727,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,773,1,0,0,'Break Samophlange','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13728,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,11,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,687,0,0,'Earth Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13729,2,19,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,47,12,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,678,0,0,'Flame Shock','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13730,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-2,0,0,-11,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (13732,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,14,0,0,0,0,0,0,0,0,0,130,0,0,'Improved Sinister Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13733,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,243,0,0,'Improved Backstab','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13735,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13736,0,49,0,0,327696,64,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,15420,0,101,0,0,36,36,39,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15589,0,0,0,0,0,223,83,122,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13737,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,129,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,2,2,1,1,1,0), + (13738,0,0,0,15,851984,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11174,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11175,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Greater Nether Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13740,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11174,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Lesser Nether Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13741,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1,0,0,0,0,0,0,0,0,0,245,0,0,'Improved Gouge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13742,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-45001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,178,0,0,'Endurance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (13743,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30918,0,0,0,0,0,0,516,0,0,'Improved Sprint','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13744,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,40,40,8,0,195,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,49,0,0,0,0,1,1,0,0,0,0,0,0,0,14,22,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,289,16,0,50,'Blazing Emblem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (13745,6,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,1,1,1,1,0), + (13746,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11137,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Greater Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13747,6,51,1,11,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,10000,15,0,0,0,101,0,0,28,28,1,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-55,-61,0,0,0,0,22,22,0,15,15,0,9,9,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,27,0,50,'Slow','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13748,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,91,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13749,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13746,0,0,0,0,0,107,241,0,0,'Enchant Cloak - Greater Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13750,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,0,0,0,101,0,0,0,0,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,3260,235,0,0,'Adrenaline Rush','','','','','','','','','','','','','','','',0,133,1000,0,0,0,0,0,0,1,0,0,0), + (13752,3,0,1,0,65536,98304,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,45,45,9,0,55,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,1,1,0,0,0,0,0,0,-101,0,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (13754,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18425,0,0,0,0,0,0,246,0,0,'Improved Kick','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13767,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9204,0,0,0,0,0,0,693,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13787,5,0,1,0,33619968,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,8,0,0,0,101,0,0,20,20,30,0,275,20,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,9,0.3,0.2,209,2,6,0,0,0,1,1,1,0,0,0,0,0,0,22,22,84,0,0,0,0,0,0,0,0,0,0,0,0,1,32,0,0,0,0,0,0,0,130,89,0,0,'Demon Armor','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13788,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13789,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13790,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13791,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13792,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1,0,0,0,0,0,0,0,0,0,245,0,0,'Improved Gouge','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13793,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1,0,0,0,0,0,0,0,0,0,245,0,0,'Improved Gouge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13794,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11174,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13795,2,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,22,16,16,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164638,0,0,0,0,0,0,0,0,3302,678,0,0,'Immolation Trap','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (13796,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13797,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,22,16,16,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,678,0,0,'Immolation Trap Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,4,0,1,1,1,1,1,0), + (13798,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,0,0,107,241,0,0,'Enchant Cloak - Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13799,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,0,0,107,678,0,0,'Immolation Trap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13800,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,42,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13801,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,3,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,1,1,0,0,0,0,0,0,0,42,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13802,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,4,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,1,1,0,0,0,0,0,0,0,42,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13803,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,6,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,48,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,0,0,0,0,0,0,0,42,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,5530,0,0,0,0,0,0,367,0,50,'Mace Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13804,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504,0,50,'Dagger Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13805,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504,0,50,'Dagger Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13806,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504,0,50,'Dagger Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13807,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504,0,50,'Dagger Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13808,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,1048576,100,2,0,0,0,27,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,53,1,0,1,1,0,0,0,0,0,0,0,148,0,0,0,14,0,16,16,0,0,0,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'M73 Frag Grenade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13809,4,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,0,28,28,3,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164639,0,0,0,0,0,0,0,0,3302,56,0,0,'Frost Trap','','','','','','','','','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (13810,4,0,1,11,0,136,268435456,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,27,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,0,0,28,28,0,0,0,0,13,13,0,33,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18350,0,0,0,0,3759,193,0,0,'Frost Trap Aura','','','','','','','','','','','','','','','',0,0,0,0,9,16,0,1,0,1,1,1,0), + (13811,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13809,0,0,0,0,0,107,193,0,0,'Frost Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13812,2,0,1,0,0,136,0,64,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,40,34,34,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,27,0,31,1,0,1,1,0,0,0,0,0.8,0,0,99,14,0,0,0,0,22,28,0,15,0,0,13,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7659,37,0,0,'Explosive Trap Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,4,0,1,1,1,1,1,0), + (13813,2,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,40,34,34,3,0,275,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164839,0,0,0,0,0,0,0,0,3302,37,0,0,'Explosive Trap','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (13814,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13813,0,0,0,0,0,107,37,0,0,'Explosive Trap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13815,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11174,11137,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13816,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13815,0,0,0,0,0,107,241,0,0,'Enchant Gloves - Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13817,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11137,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13818,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13817,0,0,0,0,0,222,1,0,0,'Formula: Enchant Shield - Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13819,1,0,0,21,269582336,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,128,0,0,101,0,0,40,40,21,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,77,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,1,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,9158,0,0,0,0,0,0,0,0,3339,115,122,0,'Summon Warhorse','','','','','','','','Summon','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13820,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,13819,33388,0,0,0,0,107,115,0,0,'Summon Warhorse','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13821,2,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,175,0,0,1,0,0,0,0,0,0,0,0,262,0,0,0,0,0,22,0,0,7,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3199,11,0,50,'Goblin Rocket Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13822,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11174,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,905,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13823,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13824,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,1,0,0,'Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13825,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13826,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13827,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13828,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13829,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13822,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13830,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13831,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13832,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Precision','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13835,1,37,0,0,537198976,32768,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,1,1,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,39,0,39,0,0,0,0,0,0,0,0,0,0,0,0,1,0,126,0,0,0,0,0,0,0,81,0,0,'Unkillable Off','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,0,0,0,1,1,1,1,1,0), + (13836,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11137,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13837,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13836,0,0,0,0,0,107,241,0,0,'Enchant Boots - Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13838,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,0,0,0,0,0,0,0,1,0,0,'Advanced Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13839,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,1,0,0,'Advanced Herbalism','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13840,0,0,0,0,131264,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13841,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11137,6037,0,0,0,0,0,0,3,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Advanced Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13842,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13841,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Advanced Mining','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13843,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Precision','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13844,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Precision','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13845,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Precision','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13846,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11174,11137,0,0,0,0,0,0,3,1,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,907,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Greater Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13847,0,132,0,0,67436560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,8,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,-36,-1,0,0,0,1,1,1,0,0,0,0,0,0,52,101,38,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7,0,0,0,0,0,0,236,138,0,0,'Recklessness','','','','','','','','','','','','','','','',0,133,0,0,4,16,0,2,2,1,1,1,0), + (13848,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13849,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13850,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13846,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Greater Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13851,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13852,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13853,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13854,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13855,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13856,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13857,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,31,0,0,1,0,0,0,0,0,0,0,0,186,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,540,0,0,'Prayer of Healing','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13858,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11137,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,908,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Superior Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13859,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,0,0,0,0,0,0,0,0,1505,0,50,'zzOLDThrowing Weapon Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (13860,5,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13861,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13858,0,0,0,0,0,107,241,0,0,'Enchant Chest - Superior Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13862,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Superior Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13863,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,14,0,0,0,0,0,0,0,0,0,130,0,0,'Improved Sinister Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13864,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,1,1,30,0,60,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.75,0,0,2,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13865,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,243,0,0,'Improved Backstab','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13866,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,243,0,0,'Improved Backstab','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13867,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18425,0,0,0,0,0,0,246,0,0,'Improved Kick','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13868,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11137,8838,0,0,0,0,0,0,3,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Advanced Herbalism','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13869,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13868,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Advanced Herbalism','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13872,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-90001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,178,0,0,'Endurance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (13874,1,37,0,0,537198592,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,31,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-101,0,0,0,0,1,1,1,0,0,0,0,0,0,39,138,39,0,0,0,0,0,0,0,0,0,0,0,0,1,0,126,0,0,0,0,0,0,154,81,0,0,'Divine Shield','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13875,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30918,0,0,0,0,0,0,516,0,0,'Improved Sprint','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13876,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-90001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,11,0,0,0,0,0,0,0,0,0,516,0,0,'zzOLDImproved Sprint','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13877,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,120000,0,0,0,0,20,100,0,0,0,1,8,3,25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,1477,0,50,'Blade Flurry','','','','','','','','','','','','','','','',0,133,1000,0,8,1073741824,0,0,0,1,1,1,0), + (13878,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,26,22,22,0,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','','','','','','','','',0,133,1500,0,3,131088,0,1,1,1,1,1,0), + (13879,2,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,25,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13880,0,0,0,0,0,0,31,0,0,'Magma Splash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13880,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,15,1,1,1,1,1,0,0,0,0,0,0,92,49,-251,0,0,0,6,6,6,0,0,0,0,0,0,0,3,22,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,3221,31,0,0,'Magma Splash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13881,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,28,28,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13882,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11174,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,849,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13883,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13882,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Lesser Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13884,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,-0.34,-0.34,5,-11,-11,0,0,0,6,6,6,0,0,0,0,0,0,3,29,29,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,19,68,0,0,'Withering Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13886,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13884,0,0,0,0,0,0,152,0,0,'Withering Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13887,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11174,11137,0,0,0,0,0,0,2,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13888,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13887,0,0,0,0,0,107,241,0,0,'Enchant Gloves - Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13889,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13890,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11177,7909,11174,0,0,0,0,0,1,1,1,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Minor Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13891,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13890,0,0,0,0,0,107,241,0,0,'Enchant Boots - Minor Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13895,2,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,15,0,0,15,0,0,0,101,0,0,1,1,25,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,42,225,0,1,1,0,1,0,0,0,0,0,0,1387,0,0,0,0,0,16,0,16,0,0,0,8,0,8,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,9436,0,0,0,0,0,0,3583,876,0,0,'Summon Spawn of Bael\'Gar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13896,5,1144,1,0,327680,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,131072,100,0,0,20,20,8,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6347,0,0,0,0,0,4820,130,0,0,'Feedback','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (13897,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,1,0,0,'Fiery Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13898,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11177,7078,0,0,0,0,0,0,4,1,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Fiery Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13899,2,0,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,53,31,0,1,1,0,0,0,0,0,0,0,323,184,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Fire Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13900,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,16,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,181,0,0,1,0,0,0,0,0,0,0,0,509,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,18,0,50,'Fiery Burst','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13901,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (13902,0,32,0,12,327680,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,28,0,50,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,307,0,0,'Fist of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13903,1,25,1,0,327680,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,9,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,35,35,0,0,0,0,0,0,0,81,81,0,0,0,0,1,1,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,299,504,0,0,'Seal of Sacrifice','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13904,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13898,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Fiery Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13905,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11175,11176,0,0,0,0,0,0,1,2,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,907,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Greater Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13906,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13905,0,0,0,0,0,107,241,0,0,'Enchant Shield - Greater Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13907,1,0,1,0,0,0,0,0,0,0,0,0,4,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,51,1,0,1,1,0,0,0,0,0,0,0,74,-1,0,0,12,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,70,0,0,'Smite Demon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (13908,1,671,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,600000,8,0,0,0,101,0,16,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,37,0,0,1,0,0,0,0,0,2.4,0,0,133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,73,0,0,'Desperate Prayer','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,16777216,0,1,1,1,1,1,0), + (13909,0,0,0,0,256,0,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,11172,11173,0,0,0,0,0,0,11,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11522,0,0,0,0,0,0,0,0,0,0,0,0,579,0,0,'Create Elemental Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13910,0,0,0,0,256,0,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,37,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,10,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3281,579,0,0,'Force Create Elemental Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,10,0,0,1,0,0,0), + (13912,6,190,0,0,33554688,268435456,0,0,0,0,0,32,0,0,0,0,7,2000000,0,0,0,0,0,101,0,0,40,40,6,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,12,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,17,0,0,30,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2738,1480,0,50,'Princess Summons Portal','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (13913,0,0,0,0,33554560,0,0,0,0,0,0,0,0,0,0,0,1,30000,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-91,0,0,0,0,0,1,1,0,0,0,0,0,0,0,87,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,126,0,0,0,13914,0,0,0,0,3224,976,0,0,'Blazerunner\'s Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,976,0,0,'Blazerunner\'s Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (13915,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11177,11176,9224,0,0,0,0,0,1,2,1,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,912,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Demonslaying','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13916,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13915,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Demonslaying','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13917,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11175,11174,0,0,0,0,0,0,1,2,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Superior Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13918,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Superior Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13919,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13917,0,0,0,0,0,107,241,0,0,'Enchant Chest - Superior Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13920,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,333,0,0,0,0,0,0,0,0,578,0,0,'Enchanting','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13921,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,24,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,333,0,13920,0,0,0,0,0,107,578,0,0,'Artisan Enchanting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13922,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13923,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Frost Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13927,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Mount Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13928,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,138,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13930,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13931,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11175,11176,0,0,0,0,0,0,1,2,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13932,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13931,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13933,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11178,3829,0,0,0,0,0,0,1,1,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Frost Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13934,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13933,0,0,0,0,0,222,1,0,0,'Formula: Enchant Shield - Frost Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13935,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11175,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,904,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13936,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13935,0,0,0,0,0,107,241,0,0,'Enchant Boots - Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13937,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11178,11176,0,0,0,0,0,0,2,2,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Greater Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13938,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13937,0,0,0,0,0,107,241,0,0,'Enchant 2H Weapon - Greater Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13939,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11176,11175,0,0,0,0,0,0,2,1,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,927,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Greater Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13940,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13939,0,0,0,0,0,107,241,0,0,'Enchant Bracer - Greater Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13941,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11178,11176,11175,0,0,0,0,0,1,3,2,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,928,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13942,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13941,0,0,0,0,0,107,241,0,0,'Enchant Chest - Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13943,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11178,11175,0,0,0,0,0,0,2,2,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Greater Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13944,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13943,0,0,0,0,0,107,241,0,0,'Enchant Weapon - Greater Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13945,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11176,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Greater Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13946,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13945,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Greater Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13947,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11178,11176,0,0,0,0,0,0,2,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Riding Skill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13948,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11178,8153,0,0,0,0,0,0,2,2,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,931,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Minor Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13949,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13947,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Minor Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13950,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13948,0,0,0,0,0,107,241,0,0,'Enchant Gloves - Minor Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13951,5,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15406,0,101,0,0,29,29,18,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,38,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Rebuild','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13952,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,37,0,0,1,0,0,0,0,0,0,0,0,233,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (13953,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,75,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,2.8,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'Holy Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (13954,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'NPC PORT TEST','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (13958,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Master of Deception','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13959,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16782,0,0,0,0,0,0,1,0,0,'Electrostatic Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13960,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13961,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13962,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,3,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13963,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,4,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13964,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,384,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16459,0,0,0,0,0,0,1462,0,50,'Sword Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,0,1,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164690,0,0,0,0,0,0,0,0,0,289,0,0,'Create Krom\'zar\'s Banner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13966,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8192,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,50,'Fist Weapon Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13967,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8192,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,50,'Fist Weapon Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13968,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8192,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,50,'Fist Weapon Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13969,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8192,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,50,'Fist Weapon Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13970,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Master of Deception','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13971,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Master of Deception','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13972,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Master of Deception','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13973,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Master of Deception','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13974,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,11,0,0,0,0,0,0,0,0,0,103,0,0,'zzOLDRapid Concealment','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13975,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,-1001,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,11,0,0,0,0,0,0,0,0,250,0,0,'Camouflage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (13976,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13977,0,0,0,0,0,0,233,0,0,'Initiative','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13977,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,'Initiative','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13978,0,0,0,0,384,0,0,0,0,0,0,0,0,423,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3708,0,0,0,0,0,0,0,0,16,1,0,0,'Summon Aquementas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13979,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13977,0,0,0,0,0,0,233,0,0,'Initiative','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13980,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13977,0,0,0,0,0,0,233,0,0,'Initiative','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13981,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-45001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,331,0,0,'Elusiveness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (13982,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,7,0,0,15,0,10242,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11230,0,0,0,0,0,0,0,0,0,0,0,123,1,0,0,'Bael\'Gar\'s Fiery Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (13983,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131112,15,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15250,0,0,0,0,0,0,229,0,0,'Setup','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (13987,4,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,31,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,182,0,0,'zzOLDFrost Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14008,0,0,0,0,268435856,0,0,0,0,0,0,64,0,483,0,0,5,0,0,15,128,0,0,101,0,0,0,1,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164758,3718,0,0,0,0,0,0,0,215,1509,0,0,'Miblon\'s Bait','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14027,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,23,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14030,0,34,0,7,851984,0,0,0,0,0,0,0,0,0,0,0,3,0,0,9,0,0,0,101,0,0,14,14,1,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,6,6,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3519,69,0,0,'Hooked Net','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (14032,5,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,100,0,0,20,20,85,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (14033,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,29,0,0,1,0,0,0,0,0,0,0,0,271,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14034,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (14047,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14048,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14049,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14050,0,0,0,0,384,0,0,0,0,0,0,0,0,503,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'Quest Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14051,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14052,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,59,59,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14053,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,101,0,0,30,30,0,0,95,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,31,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,683,0,50,'Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (14054,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,26,26,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14055,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,34,34,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14056,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14057,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,516,256,0,0,22,0,0,0,0,0,0,0,0,282,0,0,'Opportunity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14058,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,11,0,0,0,0,0,0,0,0,0,103,0,0,'zzOLDRapid Concealment','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14059,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,11,0,0,0,0,0,0,0,0,0,103,0,0,'zzOLDRapid Concealment','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14060,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,11,0,0,0,0,0,0,0,0,0,103,0,0,'zzOLDRapid Concealment','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14061,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,11,0,0,0,0,0,0,0,0,0,103,0,0,'zzOLDRapid Concealment','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14062,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,-2001,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,11,0,0,0,0,0,0,0,0,250,0,0,'Camouflage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14063,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,-3001,0,0,0,0,1,0,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,11,0,0,0,0,0,0,0,0,250,0,0,'Camouflage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14064,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,-4001,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,11,0,0,0,0,0,0,0,0,250,0,0,'Camouflage','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14065,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,-5001,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,11,0,0,0,0,0,0,0,0,250,0,0,'Camouflage','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14066,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-90001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,331,0,0,'Elusiveness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14067,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-75001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,331,0,0,'zzOLDElusiveness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14068,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-60001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16779296,0,0,11,0,0,0,0,0,0,0,0,0,331,0,0,'zzOLDElusiveness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14069,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-75001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16779296,0,0,11,0,0,0,0,0,0,0,0,0,331,0,0,'zzOLDElusiveness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14070,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131112,30,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15250,0,0,0,0,0,0,229,0,0,'Setup','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14071,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131112,45,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15250,0,0,0,0,0,0,229,0,0,'Setup','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14072,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,516,256,0,0,22,0,0,0,0,0,0,0,0,282,0,0,'Opportunity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14073,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,516,256,0,0,22,0,0,0,0,0,0,0,0,282,0,0,'Opportunity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14074,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,15,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,516,256,0,0,22,0,0,0,0,0,0,0,0,282,0,0,'Opportunity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14075,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,516,256,0,0,22,0,0,0,0,0,0,0,0,282,0,0,'Opportunity','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14076,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69648,30,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14093,0,0,0,0,0,0,249,0,0,'Improved Sap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14077,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,1,0,0,0,0,0,0,0,0,0,498,0,0,'zzOLDImproved Garrote','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14078,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,1,0,0,0,0,0,0,0,0,0,498,0,0,'zzOLDImproved Garrote','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14079,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,7,0,0,0,0,0,0,0,0,0,856,0,0,'Improved Ambush','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14080,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,7,0,0,0,0,0,0,0,0,0,856,0,0,'Improved Ambush','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14081,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,7,0,0,0,0,0,0,0,0,0,856,0,0,'Improved Ambush','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14082,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,216,0,0,'Dirty Deeds','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14083,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,216,0,0,'Dirty Deeds','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14084,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,6,0,0,0,0,0,0,0,0,0,1478,0,0,'zzOLDImproved Distract','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14085,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,6,0,0,0,0,0,0,0,0,0,1478,0,0,'zzOLDImproved Distract','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14087,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (14088,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,12,0,0,0,0,0,0,0,0,0,252,0,0,'zzOLDImproved Vanish','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14089,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,35,35,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14091,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,12,0,0,0,0,0,0,0,0,0,252,0,0,'zzOLDImproved Vanish','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14092,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,12,0,0,0,0,0,0,0,0,0,252,0,0,'zzOLDImproved Vanish','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14093,0,0,0,0,128,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,'Vanished','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (14094,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69648,60,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14093,0,0,0,0,0,0,249,0,0,'Improved Sap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14095,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69648,90,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14093,0,0,0,0,0,0,249,0,0,'Improved Sap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14097,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,44,44,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,90,0,0,'Demon Slaying 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14098,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,116,116,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,90,0,0,'Demon Slaying 117','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14099,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,98,0,1,51,0,1,1,0,0,0,0,2,0,0,24,74,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,2069,314,0,0,'Mighty Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (14100,0,0,0,5,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,166,0,0,'Terrifying Roar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14102,0,0,0,12,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,6,0,1,0,0,1,0,0,0,0,0,0.5,0,0,4,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,166,0,50,'Head Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (14103,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,45,45,0,0,18,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (14104,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,'Spikes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14105,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (14106,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (14108,3,36,4,0,2112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,70,15,15,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14792,0,0,0,0,0,789,247,0,0,'Venomhide Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14109,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,101,0,0,28,28,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (14110,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,23,0,0,0,0,6,6,0,0,0,0,0,0,0,3,64,0,3000,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Bloodpetal Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14111,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14110,0,0,0,0,0,0,152,0,0,'Bloodpetal Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14112,0,85,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,1.2,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Flaying Vine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (14113,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,247,0,0,'Improved Poisons','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14114,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,247,0,0,'Improved Poisons','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14115,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,247,0,0,'Improved Poisons','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14116,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,247,0,0,'Improved Poisons','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14117,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,247,0,0,'Improved Poisons','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14118,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (14119,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,101,0,0,30,30,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,62,0,0,'Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (14120,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-8,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,856,636,0,0,'Tunneler Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (14121,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14122,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (14124,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14125,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Secret Safe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (14127,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,27,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14128,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,100663310,0,0,15,0,0,0,0,0,0,0,0,0,138,0,0,'Lethality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14129,1,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,38,38,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,21,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,1,0,0,0,0,0,0,337,242,0,0,'Item - Purify','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (14130,0,0,3,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,6,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,-0.75,-0.75,0,-16,-16,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,139,203,0,0,'Muculent Fever','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,0,0), + (14132,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,100663310,0,0,15,0,0,0,0,0,0,0,0,0,138,0,0,'Lethality','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14133,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14130,0,0,0,0,0,0,152,0,0,'Muculent Fever Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14134,1,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,6,6,0,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,38,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,312,300,0,0,'Item - Purify','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (14135,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,100663310,0,0,15,0,0,0,0,0,0,0,0,0,138,0,0,'Lethality','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14136,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,100663310,0,0,15,0,0,0,0,0,0,0,0,0,138,0,0,'Lethality','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14137,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,100663310,0,0,15,0,0,0,0,0,0,0,0,0,138,0,0,'Lethality','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14138,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,'Malice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14139,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,'Malice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14140,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,'Malice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14141,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,'Malice','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14142,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,'Malice','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,695,0,0,'Remorseless','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14144,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14143,0,0,0,0,0,0,695,0,0,'Remorseless Attacks','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14145,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,219,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (14146,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9477,0,0,0,0,0,0,0,0,811,9,0,0,'Clone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14147,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,53,53,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,9,-79,0,1,1,0,0,0,0,0,0,0,80,-761,0,0,0,0,22,22,0,15,15,0,14,14,0,3,22,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1725,636,0,0,'Acid Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14148,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14149,0,0,0,0,0,0,695,0,0,'Remorseless Attacks','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,695,0,0,'Remorseless','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14150,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14151,0,0,0,0,0,0,695,0,0,'zzOLDRemorseless Attacks','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67109382,0,0,7,0,0,0,0,0,0,0,0,0,695,0,0,'Remorseless','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14152,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14153,0,0,0,0,0,0,695,0,0,'zzOLDRemorseless Attacks','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14153,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67109382,0,0,7,0,0,0,0,0,0,0,0,0,695,0,0,'zzOLDRemorseless','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14154,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14155,0,0,0,0,0,0,695,0,0,'zzOLDRemorseless Attacks','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67109382,0,0,7,0,0,0,0,0,0,0,0,0,695,0,0,'zzOLDRemorseless','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14156,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14157,0,0,0,0,0,0,494,0,0,'Ruthlessness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14157,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Ruthlessness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14158,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,134,0,0,'Murder','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14159,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,0,0,0,0,0,0,0,0,0,134,0,0,'Murder','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14160,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14157,0,0,0,0,0,0,494,0,0,'Ruthlessness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14161,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,60,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14157,0,0,0,0,0,0,494,0,0,'Ruthlessness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14162,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,'Improved Eviscerate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14163,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,'Improved Eviscerate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14164,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,'Improved Eviscerate','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14165,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,1,0,0,0,0,0,0,0,0,0,515,0,0,'Improved Slice and Dice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14166,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,1,0,0,0,0,0,0,0,0,0,515,0,0,'Improved Slice and Dice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14167,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,1,0,0,0,0,0,0,0,0,0,515,0,0,'Improved Slice and Dice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14168,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,563,0,0,'Improved Expose Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14169,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,563,0,0,'Improved Expose Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14170,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,8,0,0,0,0,0,0,0,0,0,563,0,0,'zzOLDImproved Expose Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14171,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,-1.67,0,9,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,108,123,0,0,0,0,0,0,0,0,0,0,1048576,0,0,22,1,0,0,0,0,0,0,0,0,2004,0,0,'Serrated Blades','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14172,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,-3.34,0,19,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,108,123,0,0,0,0,0,0,0,0,0,0,1048576,0,0,22,1,0,0,0,0,0,0,0,0,2004,0,0,'Serrated Blades','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14173,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,-5,0,29,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,108,123,0,0,0,0,0,0,0,0,0,0,1048576,0,0,22,1,0,0,0,0,0,0,0,0,2004,0,0,'Serrated Blades','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (14174,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,499,0,0,'Improved Kidney Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14175,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,499,0,0,'Improved Kidney Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14176,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,499,0,0,'Improved Kidney Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14177,0,0,0,0,33882128,32,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,87376,100,1,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,131590,0,0,7,0,0,0,0,0,0,0,0,4371,32,0,0,'Cold Blood','','','','','','','','','','','','','','','',0,0,0,0,8,1073741824,0,0,0,1,1,0,0), + (14178,3,36,0,0,2112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,70,15,15,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14180,0,0,0,0,0,0,560,0,0,'Sticky Tar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14179,0,0,0,0,464,1048576,0,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,4063232,0,0,0,0,0,14181,0,0,20,0,0,0,559,0,0,'Relentless Strikes','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14180,3,36,0,3,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,15,15,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,560,0,0,'Sticky Tar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,559,0,0,'Relentless Strikes Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14183,0,0,0,0,327696,268567584,0,0,0,536870912,0,0,0,0,0,0,1,120000,0,0,0,0,0,101,0,0,20,20,1,3,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,80,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,6,1,0,0,0,0,0,0,0,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,'Premeditation','','','','','','','','','','','','','','','',0,0,0,0,8,1073741824,0,0,0,1,1,0,0), + (14185,0,0,0,0,262160,32,0,0,0,0,0,0,0,0,0,0,1,600000,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3259,207,0,0,'Preparation','','','','','','','','','','','','','','','',0,133,1000,0,0,0,0,0,0,1,0,0,0), + (14186,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,20,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14189,0,0,0,0,0,0,55,0,50,'Seal Fate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (14189,0,0,0,0,16,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,55,0,50,'Seal Fate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14190,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,40,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14189,0,0,0,0,0,0,55,0,50,'Seal Fate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (14193,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,60,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14189,0,0,0,0,0,0,55,0,50,'Seal Fate','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (14194,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,80,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14189,0,0,0,0,0,0,55,0,50,'Seal Fate','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (14195,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14189,0,0,0,0,0,0,55,0,50,'Seal Fate','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (14198,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,26,26,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11147,11148,0,0,0,0,0,0,1,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11149,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Samophlange Manual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14200,3,85,0,0,524288,0,0,0,0,0,0,0,0,0,0,0,23,0,0,15,0,0,0,101,0,0,21,21,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chained Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14201,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,12,0,1,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2817,95,0,0,'Enrage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14202,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,12,0,1,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2817,95,0,0,'Enrage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14203,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,12,0,1,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2817,95,0,0,'Enrage','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14204,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,12,0,1,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2817,95,0,0,'Enrage','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14205,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9496,0,0,0,0,0,0,0,0,2006,263,0,0,'Gorishi Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14206,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9498,0,0,0,0,0,0,0,0,0,340,0,0,'Summon Gorishi Grub','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14207,4,0,1,11,0,1160,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,0,0,22,0,0,15,0,0,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1446,56,0,50,'zzOLDFrost Trap Effect','','','','','','','','','','','','','','','',0,0,0,0,9,16,0,1,1,1,1,1,0), + (14208,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3261,1,0,0,'JD Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (14209,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11270,0,0,0,0,0,0,0,0,0,0,0,91,1,0,0,'Signing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11282,0,0,0,0,0,0,0,0,0,0,0,91,1,0,0,'Signing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11283,0,0,0,0,0,0,0,0,0,0,0,91,1,0,0,'Signing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14247,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3282,1503,0,0,'Blazerunner Dispel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14248,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,20,20,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14249,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14250,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,1,0,0,'Capture Grark','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14251,0,133,0,0,327696,131584,0,0,512,0,0,0,0,0,1,0,1,6000,1000,0,0,0,0,101,0,0,0,0,32,3,10,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,31,6,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,3,0,6,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3799,278,0,0,'Riposte','','','','','','','','','','','','','','','',0,0,0,0,8,2147483648,0,2,2,1,1,0,0), + (14252,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,9521,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Enraged Felbat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14253,3,0,1,0,67584,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,26,26,31,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,38,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,21,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,4,0,3137,0,0,0,0,0,187,265,0,0,'Abolish Poison','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (14254,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,18,18,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14255,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,18,0,0,0,0,0,0,0,0,0,513,0,0,'zzOLDImproved Deadly Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14256,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,18,0,0,0,0,0,0,0,0,0,513,0,0,'zzOLDImproved Deadly Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14257,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,18,0,0,0,0,0,0,0,0,0,513,0,0,'zzOLDImproved Deadly Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14258,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,18,0,0,0,0,0,0,0,0,0,513,0,0,'zzOLDImproved Deadly Poison','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14259,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,18,0,0,0,0,0,0,0,0,0,513,0,0,'zzOLDImproved Deadly Poison','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (14260,0,40,0,0,328708,0,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,8,8,0,0,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,50,'Raptor Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,2,0,2,2,1,1,1,0), + (14261,0,40,0,0,328708,0,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,16,16,0,0,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,50,'Raptor Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,2,0,2,2,1,1,1,0), + (14262,0,40,0,0,328708,0,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,24,24,0,0,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,50,'Raptor Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,2,0,2,2,1,1,1,0), + (14263,0,40,0,0,328708,0,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,32,32,0,0,55,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,50,'Raptor Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,2,0,2,2,1,1,1,0), + (14264,0,40,0,0,328708,0,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,40,40,0,0,70,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,50,'Raptor Strike','','','','','','','','Rank 6','','','','','','','',0,0,0,0,9,2,0,2,2,1,1,1,0), + (14265,0,40,0,0,328708,0,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,48,48,0,0,85,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,50,'Raptor Strike','','','','','','','','Rank 7','','','','','','','',0,0,0,0,9,2,0,2,2,1,1,1,0), + (14266,0,40,0,0,328708,0,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,56,56,0,0,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,50,'Raptor Strike','','','','','','','','Rank 8','','','','','','','',0,0,0,0,9,2,0,2,2,1,1,1,0), + (14267,0,0,0,0,327680,512,0,1032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,1,0,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-56,24,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,517,0,50,'Wing Clip','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,64,0,2,2,1,1,1,0), + (14268,0,0,0,0,327680,512,0,1032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,1,0,80,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-61,49,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,517,0,50,'Wing Clip','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,64,0,2,2,1,1,1,0), + (14269,0,65,0,0,327680,512,0,0,512,0,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,257,0,0,'Mongoose Bite','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,2,0,2,2,1,1,1,0), + (14270,0,65,0,0,327680,512,0,0,512,0,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,44,44,0,0,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,257,0,0,'Mongoose Bite','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,2,0,2,2,1,1,1,0), + (14271,0,65,0,0,327680,512,0,0,512,0,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,58,58,0,0,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,257,0,0,'Mongoose Bite','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,2,0,2,2,1,1,1,0), + (14272,0,82,0,0,1376256,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,44,34,34,0,0,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,63,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-281,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,539,0,0,'Disengage','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,1,0), + (14273,0,82,0,0,1376256,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,58,48,48,0,0,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,63,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-406,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,539,0,0,'Disengage','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,1,0), + (14274,6,911,0,0,65538,131072,131072,0,0,0,0,0,0,0,0,0,18,0,8000,0,0,0,0,101,0,29,20,20,0,0,30,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,159,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,1499,0,0,'Distracting Shot','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (14275,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,32,32,18,0,90,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-30,-30,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3219,256,0,0,'Scorpid Sting','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,32768,0,3,2,1,1,1,0), + (14276,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,42,42,18,0,125,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-46,-46,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3219,256,0,0,'Scorpid Sting','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,32768,0,3,2,1,1,1,0), + (14277,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,52,52,18,0,165,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-69,-69,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3219,256,0,0,'Scorpid Sting','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,32768,0,3,2,1,1,1,0), + (14278,0,0,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,20000,0,0,0,0,0,101,0,0,0,0,165,3,40,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,31,6,80,1,1,1,1,1,1,0,0,0,0,0,0,124,14,0,0,0,0,6,1,6,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4159,596,0,0,'Ghostly Strike','','','','','','','','','','','','','','','',0,133,1000,0,8,1140850688,0,2,2,1,1,1,0), + (14279,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,46,46,31,0,175,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,211,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3181,253,0,0,'Viper Sting','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (14280,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,56,56,31,0,215,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,276,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3181,253,0,0,'Viper Sting','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (14281,6,2,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,12,12,0,0,35,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3299,218,0,0,'Arcane Shot','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,2048,0,3,2,1,1,1,0), + (14282,6,2,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,20,20,0,0,50,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3299,218,0,0,'Arcane Shot','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,2048,0,3,2,1,1,1,0), + (14283,6,2,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,28,28,0,0,80,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3299,218,0,0,'Arcane Shot','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,2048,0,3,2,1,1,1,0), + (14284,6,2,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,36,36,0,0,105,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,82,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3299,218,0,0,'Arcane Shot','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,9,2048,0,3,2,1,1,1,0), + (14285,6,2,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,44,44,0,0,135,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3299,218,0,0,'Arcane Shot','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,9,2048,0,3,2,1,1,1,0), + (14286,6,2,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,52,52,0,0,160,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,144,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3299,218,0,0,'Arcane Shot','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,9,2048,0,3,2,1,1,1,0), + (14287,6,2,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,60,60,0,0,190,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,182,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3299,218,0,0,'Arcane Shot','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,9,2048,0,3,2,1,1,1,0), + (14288,0,85,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,1,0,10000,9,0,0,0,101,0,0,30,30,0,0,140,0,0,0,114,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,4096,0,3,2,1,1,1,0), + (14289,0,85,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,1,0,10000,9,0,0,0,101,0,0,42,42,0,0,175,0,0,0,114,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,4096,0,3,2,1,1,1,0), + (14290,0,85,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,1,0,10000,9,0,0,0,101,0,0,54,54,0,0,210,0,0,0,114,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,4096,0,3,2,1,1,1,0), + (14291,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Anubisath Guardian Targeted','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14292,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3719,0,0,0,0,0,0,0,3283,136,0,0,'Fling Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (14293,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,4470,10938,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11287,0,0,0,0,0,0,0,0,0,0,0,3182,1622,0,0,'Lesser Magic Wand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14294,6,49,0,0,65538,268435460,4325376,0,0,0,0,64,0,0,0,0,1,0,60000,9,0,31756,0,101,0,0,50,50,32,0,420,0,0,0,114,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,126,0,0,'Volley','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,8192,0,3,2,1,1,1,0), + (14295,6,49,0,0,65538,268435460,4325376,0,0,0,0,64,0,0,0,0,1,0,60000,9,0,31756,0,101,0,0,58,58,32,0,490,0,0,0,114,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,126,0,0,'Volley','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,8192,0,3,2,1,1,1,0), + (14296,5,0,0,0,65538,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,60,60,9,0,0,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-71,9,9,0,0,0,6,6,6,0,0,0,0,0,0,33,3,64,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3222,127,0,0,'Black Arrow','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (14297,5,0,0,0,589824,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,424,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Storm','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,0,0,0), + (14298,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,32,26,26,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,678,0,0,'Immolation Trap Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,4,0,1,1,1,1,1,0), + (14299,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,42,36,36,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,678,0,0,'Immolation Trap Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,4,0,1,1,1,1,1,0), + (14300,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,52,46,46,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,101,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,678,0,0,'Immolation Trap Effect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,4,0,1,1,1,1,1,0), + (14301,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,62,56,56,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,678,0,0,'Immolation Trap Effect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,4,0,1,1,1,1,1,0), + (14302,2,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,32,26,26,3,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164872,0,0,0,0,0,0,0,0,3302,678,0,0,'Immolation Trap','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (14303,2,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,42,36,36,3,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164873,0,0,0,0,0,0,0,0,3302,678,0,0,'Immolation Trap','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (14304,2,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,52,46,46,3,0,190,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164874,0,0,0,0,0,0,0,0,3302,678,0,0,'Immolation Trap','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (14305,2,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,62,56,56,3,0,245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164875,0,0,0,0,0,0,0,0,3302,678,0,0,'Immolation Trap','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (14307,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,9297,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Enraged Wyvern','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14308,4,0,1,13,1073741824,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,40,40,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4499,180,0,0,'Freezing Trap Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,8,0,1,1,1,1,1,0), + (14309,4,0,1,13,1073741824,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,60,60,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4499,180,0,0,'Freezing Trap Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,8,0,1,1,1,1,1,0), + (14310,4,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,0,40,40,3,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164876,0,0,0,0,0,0,0,0,3302,180,0,0,'Freezing Trap','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (14311,4,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,0,60,60,3,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164877,0,0,0,0,0,0,0,0,3302,180,0,0,'Freezing Trap','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (14313,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,9526,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Enraged Gryphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14314,2,0,1,0,0,136,0,64,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,50,44,44,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,27,0,49,1,0,1,1,0,0,0,0,1,0,0,138,23,0,0,0,0,22,28,0,15,0,0,13,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7659,37,0,0,'Explosive Trap Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,4,0,1,1,1,1,1,0), + (14315,2,0,1,0,0,136,0,576,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,60,54,54,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,27,0,57,1,0,1,1,0,0,0,0,1.2,0,0,200,32,0,0,0,0,22,28,0,15,0,0,13,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7659,37,0,0,'Explosive Trap Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,4,0,1,1,1,1,1,0), + (14316,2,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,50,44,44,3,0,395,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164879,0,0,0,0,0,0,0,0,3302,37,0,0,'Explosive Trap','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (14317,2,411,0,0,268500992,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,60,54,54,3,0,520,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164880,0,0,0,0,0,0,0,0,3302,37,0,0,'Explosive Trap','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (14318,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,0,0,0,18,18,21,0,35,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,34,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,124,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6150,0,0,0,0,3161,112,122,0,'Aspect of the Hawk','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,1048576,0,1,1,1,1,1,0), + (14319,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,0,0,0,28,28,21,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,124,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6150,0,0,0,0,3161,112,122,0,'Aspect of the Hawk','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,1048576,0,1,1,1,1,1,0), + (14320,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,0,0,0,38,38,21,0,70,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,69,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,124,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6150,0,0,0,0,3161,112,122,0,'Aspect of the Hawk','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,1048576,0,1,1,1,1,1,0), + (14321,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,0,0,0,48,48,21,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,89,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,124,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6150,0,0,0,0,3161,112,122,0,'Aspect of the Hawk','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,9,1048576,0,1,1,1,1,1,0), + (14322,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,0,0,0,58,58,21,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,109,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,124,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6150,0,0,0,0,3161,112,122,0,'Aspect of the Hawk','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,9,1048576,0,1,1,1,1,1,0), + (14323,6,0,1,0,67174400,1024,0,196609,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,4,0,30,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,44,0,0,0,0,25,6,0,0,0,0,0,0,0,68,127,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3239,538,0,50,'Hunter\'s Mark','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,1024,0,0,0,1,1,1,0), + (14324,6,0,1,0,67174400,1024,0,196609,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,4,0,45,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,74,0,0,0,0,25,6,0,0,0,0,0,0,0,68,127,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3239,538,0,50,'Hunter\'s Mark','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,1024,0,0,0,1,1,1,0), + (14325,6,0,1,0,67174400,1024,0,196609,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,4,0,60,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,109,0,0,0,0,25,6,0,0,0,0,0,0,0,68,127,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3239,538,0,50,'Hunter\'s Mark','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,1024,0,0,0,1,1,1,0), + (14326,3,33,1,5,1073807360,0,0,0,0,0,0,0,1,0,0,0,16,0,30000,15,0,0,664232,100,0,0,30,30,8,0,50,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,958,0,0,'Scare Beast','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (14327,3,33,1,5,1073807360,0,0,0,0,0,0,0,1,0,0,0,16,0,30000,15,0,0,664232,100,0,0,46,46,18,0,75,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,958,0,0,'Scare Beast','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (14329,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,9527,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Enraged Hippogryph','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14330,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14331,0,0,0,15,851984,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Vicious Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (14332,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14260,0,0,0,0,0,107,26,0,50,'Raptor Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14333,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14261,0,0,0,0,0,107,26,0,50,'Raptor Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14334,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14262,0,0,0,0,0,107,26,0,50,'Raptor Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14335,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14263,0,0,0,0,0,107,26,0,50,'Raptor Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14336,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14264,0,0,0,0,0,107,26,0,50,'Raptor Strike','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14337,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14265,0,0,0,0,0,107,26,0,50,'Raptor Strike','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14338,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14266,0,0,0,0,0,107,26,0,50,'Raptor Strike','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14339,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14267,0,0,0,0,0,107,517,0,50,'Wing Clip','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14340,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14268,0,0,0,0,0,107,517,0,50,'Wing Clip','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14341,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14269,0,0,0,0,0,107,257,0,0,'Mongoose Bite','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14342,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14270,0,0,0,0,0,107,257,0,0,'Mongoose Bite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14343,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14271,0,0,0,0,0,107,257,0,0,'Mongoose Bite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14344,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14272,0,0,0,0,0,107,539,0,50,'Disengage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14345,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14273,0,0,0,0,0,107,539,0,50,'Disengage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14346,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14274,0,0,0,0,0,107,1499,0,0,'Distracting Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14347,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14275,0,0,0,0,0,107,256,0,0,'Scorpid Sting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14348,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14276,0,0,0,0,0,107,256,0,0,'Scorpid Sting','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14349,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14277,0,0,0,0,0,107,256,0,0,'Scorpid Sting','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14350,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14279,0,0,0,0,0,107,253,0,0,'Viper Sting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14351,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14280,0,0,0,0,0,107,253,0,0,'Viper Sting','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14352,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14281,0,0,0,0,0,107,218,0,0,'Arcane Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14353,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14282,0,0,0,0,0,107,218,0,0,'Arcane Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14354,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14283,0,0,0,0,0,107,218,0,0,'Arcane Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14355,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14284,0,0,0,0,0,107,218,0,0,'Arcane Shot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14356,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14285,0,0,0,0,0,107,218,0,0,'Arcane Shot','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14357,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14286,0,0,0,0,0,107,218,0,0,'Arcane Shot','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14358,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14287,0,0,0,0,0,107,218,0,0,'Arcane Shot','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14359,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14289,0,0,0,0,0,107,85,0,0,'Multi-Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14360,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14290,0,0,0,0,0,107,85,0,0,'Multi-Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14361,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14294,0,0,0,0,0,107,126,0,0,'Volley','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14362,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14295,0,0,0,0,0,107,126,0,0,'Volley','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14363,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14296,0,0,0,0,0,107,127,0,0,'Black Arrow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14364,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14302,0,0,0,0,0,107,678,0,0,'Immolation Trap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14365,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14303,0,0,0,0,0,107,678,0,0,'Immolation Trap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14366,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14304,0,0,0,0,0,107,678,0,0,'Immolation Trap','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14367,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14305,0,0,0,0,0,107,678,0,0,'Immolation Trap','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14368,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14310,0,0,0,0,0,107,180,0,0,'Freezing Trap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14369,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14370,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14311,0,0,0,0,0,107,180,0,0,'Freezing Trap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14371,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14372,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14316,0,0,0,0,0,107,37,0,0,'Explosive Trap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14373,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14317,0,0,0,0,0,107,37,0,0,'Explosive Trap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14374,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14318,0,0,0,0,0,107,112,0,0,'Aspect of the Hawk','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14375,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14319,0,0,0,0,0,107,112,0,0,'Aspect of the Hawk','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14376,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14320,0,0,0,0,0,107,112,0,0,'Aspect of the Hawk','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14377,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14321,0,0,0,0,0,107,112,0,0,'Aspect of the Hawk','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14378,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14322,0,0,0,0,0,107,112,0,0,'Aspect of the Hawk','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14379,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3577,3478,0,0,0,0,0,0,1,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11128,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14380,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,6037,3486,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11144,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Truesilver Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14381,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14379,0,0,0,0,0,107,1,0,0,'Golden Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14382,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14380,0,0,0,0,0,107,1,0,0,'Truesilver Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14383,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14384,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14385,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14386,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14387,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14388,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14389,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14390,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14391,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14392,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14393,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14394,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14395,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14396,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14397,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14398,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14399,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14400,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14401,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14402,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14403,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14404,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14405,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14406,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14407,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14408,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14409,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14410,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14411,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14412,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14413,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14414,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14415,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14416,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14417,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14418,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14419,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14420,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14421,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14422,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14423,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14424,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14425,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14426,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14427,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14428,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14429,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14430,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14431,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14323,0,0,0,0,0,107,538,0,0,'Hunter\'s Mark','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14432,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14324,0,0,0,0,0,107,538,0,0,'Hunter\'s Mark','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14433,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14434,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14325,0,0,0,0,0,107,538,0,0,'Hunter\'s Mark','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14435,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14436,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14437,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14438,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14439,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14440,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14441,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14442,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14443,6,0,0,0,65538,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,2.5,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (14444,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14445,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14326,0,0,0,0,0,107,958,0,0,'Scare Beast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14446,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14327,0,0,0,0,0,107,958,0,0,'Scare Beast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14447,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14448,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14449,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14450,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14451,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14452,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14453,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14454,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14455,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14456,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14457,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14458,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14459,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14460,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14461,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14462,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14463,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14464,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14465,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14466,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14467,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14468,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14469,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14470,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14471,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14472,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14473,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14474,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14475,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14476,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14477,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14478,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14479,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14480,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14481,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14482,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14483,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14484,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14485,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14486,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14487,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14488,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14489,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14490,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14491,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14492,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14493,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14494,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14495,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14496,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14497,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14498,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14499,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14500,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14501,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14502,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14503,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14504,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14505,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14506,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14507,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14508,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14509,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14510,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14511,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14512,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14514,3,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,36,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,47,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (14515,5,99,1,1,1310720,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,10,10,8,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Dominate Mind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14516,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,3,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (14517,0,0,1,0,327680,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,40,2,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,1.25,0.5,0,26,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,39,237,0,0,'Crusader Strike','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (14518,0,0,1,0,327680,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,40,2,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,2.5,1,0,49,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,39,237,0,0,'Crusader Strike','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (14520,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2185347403,0,0,14,0,0,0,0,0,0,0,0,0,157,0,0,'Mental Agility','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14521,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,'Meditation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14522,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,2,2,2,0,0,0,1,1,1,0,0,0,0,0,0,117,117,117,0,0,0,0,0,0,0,0,0,0,0,0,12,5,9,0,0,0,0,0,0,0,332,0,0,'Unbreakable Will','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14523,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,338,0,0,'Silent Resolve','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14524,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14525,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14526,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14527,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14528,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,294,0,0,'Wand Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14529,0,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,60000,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1152794256,0,0,9,0,0,0,0,0,0,0,0,4381,1499,0,0,'zzOLDFocused Casting','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,1,1,1,0,0,0), + (14530,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5926,516,0,0,'Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14531,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14743,0,0,0,0,0,0,100,0,0,'Martyrdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14532,3,36,4,0,327696,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,22,0,0,15,0,0,10,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,194,0,0,'Creeper Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14533,3,36,1,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,49,49,0,0,0,22,22,22,15,15,15,10,10,10,87,87,87,0,0,0,0,0,0,0,0,0,0,0,0,4,16,64,0,0,0,0,0,0,969,320,0,0,'Disjunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14534,3,36,4,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-55,0,0,0,0,0,22,0,0,15,0,0,10,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,194,0,0,'Barbed Sting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14535,3,36,3,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,22,0,0,15,0,0,10,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,381,264,0,0,'Dredge Sickness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Six Demon Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14538,5,36,2,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-36,0,0,0,0,0,22,0,0,15,0,0,10,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,98,0,0,'Aural Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14539,3,36,3,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,22,22,0,15,15,0,10,10,0,87,87,0,0,0,0,0,0,0,0,0,0,0,0,0,8,32,0,0,0,0,0,0,0,381,264,0,0,'Putrid Enzyme','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14540,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14541,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14542,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14543,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14544,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14545,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14546,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14547,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14548,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14549,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14550,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14551,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14552,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14553,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14554,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14555,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14556,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14557,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14558,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14559,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14560,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14561,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14562,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14563,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14564,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14565,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14566,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14567,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14568,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14569,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14570,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14571,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14572,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14573,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14574,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14575,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14576,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14577,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14578,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14579,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14580,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14581,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (14582,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14583,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14584,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14585,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14586,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14587,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14588,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14589,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14590,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14591,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14592,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14593,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14594,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14595,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14596,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14597,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14598,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14599,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14600,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14601,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14602,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14603,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14604,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14605,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14606,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14607,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14608,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14609,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14610,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14611,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14612,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14613,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14614,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14615,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14616,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14617,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14618,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14619,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14620,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14621,0,0,1,17,1141964800,262144,0,0,0,0,0,0,0,0,0,0,16,0,0,15,2,0,0,101,0,0,8,8,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1933,0,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (14622,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14623,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14624,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14625,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14626,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14627,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14628,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14629,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14630,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14631,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14632,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14633,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14634,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14635,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14636,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14637,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14638,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14639,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14640,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14641,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14642,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,100000000,0,0,0,0,0,0,0,0,9556,0,0,0,0,0,0,0,0,74,214,0,0,'Summon Felhound Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14643,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14644,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14645,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14646,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14647,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14648,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14649,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14650,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14651,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14652,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14653,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14654,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14655,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14656,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14657,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14658,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14659,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14660,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14661,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14662,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14663,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14664,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14665,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14666,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14667,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14668,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14669,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14670,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14671,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14672,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14673,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14674,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14675,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14676,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14677,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14678,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14679,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14680,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14681,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14682,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14683,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14684,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14685,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14686,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14687,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14688,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14689,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14690,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14691,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14692,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14693,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14694,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14695,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14696,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14697,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14698,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14699,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14700,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14701,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14702,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14703,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14704,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14705,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14706,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14707,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14708,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14709,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14710,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14711,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14712,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14713,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14714,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14715,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14716,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14717,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14718,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14719,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14720,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14721,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14722,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14723,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14724,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14725,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14726,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14727,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14728,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14729,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14730,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 28','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14731,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14732,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14733,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14734,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14735,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14736,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14737,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14738,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14739,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14740,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14741,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14742,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14743,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,117,0,0,0,0,0,0,0,0,0,0,1152794256,0,0,9,26,0,0,0,0,0,0,0,7645,1499,0,0,'Focused Casting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,1,1,1,1,0,0), + (14744,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,5,0,0,0,0,1,1,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,3321,11,0,0,'Burning Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (14746,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16,0,0,0,0,0,0,0,0,0,27,0,0,'zzOLDImproved Shackle Undead','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14747,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,0,0,0,51,0,0,'Improved Inner Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14748,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,0,0,0,0,566,0,0,'Improved Power Word: Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14749,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,685,0,0,'Improved Power Word: Fortitude','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14750,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-251,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,212,0,0,'Improved Mana Burn','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14751,0,0,1,0,33882112,0,524288,0,0,134217728,0,0,0,0,0,0,1,180000,0,0,0,0,87376,100,1,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,24,0,0,0,0,1,1,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,3338141659,3377741456,0,14,7,0,0,0,0,0,0,0,4372,101,0,0,'Inner Focus','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,1,1,1,1,0,0), + (14752,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,40,30,30,30,0,285,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,193,1879,0,0,'Divine Spirit','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,0,0,0), + (14767,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,685,0,0,'Improved Power Word: Fortitude','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14768,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,0,0,0,0,566,0,0,'Improved Power Word: Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14769,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,0,0,0,0,566,0,0,'Improved Power Word: Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14770,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,0,0,0,51,0,0,'Improved Inner Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14771,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,0,0,0,51,0,0,'Improved Inner Fire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (14772,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,212,0,0,'Improved Mana Burn','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14773,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,16,0,0,0,0,0,0,0,0,0,27,0,0,'zzOLDImproved Shackle Undead','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14774,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27828,0,0,0,0,0,0,100,0,0,'Martyrdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14775,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4121,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3322,220,0,0,'Stilled','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14776,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,'Meditation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14777,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,'Meditation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14778,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,'zzOLDMeditation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14779,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,'zzOLDMeditation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14780,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2185347403,0,0,14,0,0,0,0,0,0,0,0,0,157,0,0,'Mental Agility','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14781,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2185347403,0,0,14,0,0,0,0,0,0,0,0,0,157,0,0,'Mental Agility','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14782,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2185347403,0,0,14,0,0,0,0,0,0,0,0,0,157,0,0,'Mental Agility','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14783,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2185347403,0,0,14,0,0,0,0,0,0,0,0,0,157,0,0,'Mental Agility','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14784,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,338,0,0,'Silent Resolve','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14785,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,338,0,0,'Silent Resolve','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14786,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,338,0,0,'Silent Resolve','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14787,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,338,0,0,'Silent Resolve','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14788,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,5,5,5,0,0,0,1,1,1,0,0,0,0,0,0,117,117,117,0,0,0,0,0,0,0,0,0,0,0,0,12,5,9,0,0,0,0,0,0,0,332,0,0,'Unbreakable Will','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14789,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,8,8,8,0,0,0,1,1,1,0,0,0,0,0,0,117,117,117,0,0,0,0,0,0,0,0,0,0,0,0,12,5,9,0,0,0,0,0,0,0,332,0,0,'Unbreakable Will','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14790,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,11,11,11,0,0,0,1,1,1,0,0,0,0,0,0,117,117,117,0,0,0,0,0,0,0,0,0,0,0,0,12,5,9,0,0,0,0,0,0,0,332,0,0,'Unbreakable Will','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14791,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,14,14,14,0,0,0,1,1,1,0,0,0,0,0,0,117,117,117,0,0,0,0,0,0,0,0,0,0,0,0,12,5,9,0,0,0,0,0,0,0,332,0,0,'Unbreakable Will','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14792,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,92,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,1003,0,0,0,0,0,0,0,19,68,0,0,'Venomhide Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14793,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14794,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14795,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,29,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Venomhide Poison','','','','','','','','','','','','','','','',0,0,0,0,8,65536,0,0,0,1,1,1,0), + (14796,2,36,0,0,2112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,15,0,70,15,15,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14797,0,0,0,0,0,0,31,0,0,'Burning Tar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14797,2,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,7,23,0,0,0,0,1,1,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3323,31,0,0,'Burning Tar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14798,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14799,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14801,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7329,0,0,0,0,0,0,0,0,0,1,0,0,'Idol Room Spawn C','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14802,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,2,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,48,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7335,0,0,0,0,0,0,0,0,0,1,0,0,'Idol Room Spawn B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14803,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14804,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,7,0,0,15,8,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2561,0,0,0,0,0,0,0,0,2518,1,0,0,'Copy of Release Rageclaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14805,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14293,0,0,0,0,0,107,241,0,0,'Lesser Magic Wand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14806,1,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5879,1,0,50,'Bloodpetal Zapper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14807,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,4470,10939,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11288,0,0,0,0,0,0,0,0,0,0,0,3182,1623,0,0,'Greater Magic Wand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14808,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14807,0,0,0,0,0,107,241,0,0,'Greater Magic Wand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14809,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11291,11134,11083,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11289,0,0,0,0,0,0,0,0,0,0,0,3182,1622,0,0,'Lesser Mystic Wand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14810,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11291,11135,11137,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11290,0,0,0,0,0,0,0,0,0,0,0,3182,1624,0,0,'Greater Mystic Wand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14811,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14809,0,0,0,0,0,107,241,0,0,'Lesser Mystic Wand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14812,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14810,0,0,0,0,0,107,241,0,0,'Greater Mystic Wand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14813,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dark Iron Drunk Mug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14814,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,165578,0,0,0,0,0,0,0,0,3327,1,0,0,'Throw Dark Iron Ale','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14815,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,1348,0,0,0,0,0,0,0,0,0,242,0,0,'zzOLDEmpathy','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14816,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3328,242,0,0,'Empathy','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14817,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14818,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,50,40,40,30,0,420,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,193,1879,0,0,'Divine Spirit','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,0,0,0), + (14819,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,50,50,30,0,785,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,193,1879,0,0,'Divine Spirit','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,0,0,0), + (14820,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14819,0,0,0,0,0,107,1879,0,0,'Divine Spirit','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14821,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1346,153,0,0,'Self Stun - 15 seconds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14822,0,21,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,95,0,0,'Drunken Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14823,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14822,0,0,0,0,1346,153,0,0,'Drinking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14824,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (14825,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (14826,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (14827,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (14828,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (14829,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (14847,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11177,7077,11174,0,0,0,0,0,2,1,1,0,0,0,0,0,2,173555,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,0,0,0,0,0,0,0,0,3182,241,0,0,'Test Enchant Fire Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14867,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3359,1499,0,0,'Untalent Visual Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14868,5,0,2,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,9,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,544,0,0,'Curse of Agony','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (14869,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14870,0,0,0,0,0,0,1314,0,0,'Drunken Stupor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14870,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,1314,0,0,'Drunken Stupor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14871,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,36,0,400,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3360,213,0,50,'Shadow Bolt Misfire','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (14872,0,21,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,0,0,0,138,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3361,95,0,0,'Drunken Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14873,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,1.2,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','','','','','','','','',0,133,0,0,8,8388610,0,2,2,1,1,1,0), + (14874,0,0,0,15,851984,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,500,0,0,'Rupture','','','','','','','','','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (14875,5,0,2,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,9,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,544,0,0,'Curse of Agony','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (14887,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,160,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (14888,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,101,0,0,0,0,30,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9599,0,0,0,0,0,0,0,0,86,962,0,0,'Arei Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14889,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,156507776,0,0,7,0,0,0,0,0,0,0,0,0,305,0,0,'Holy Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14890,0,0,0,0,536870912,98304,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,37,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,87,0,0,'Dismounting Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14891,0,0,0,0,65584,0,0,0,0,0,0,0,0,543,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11370,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11371,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Dark Iron','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14892,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14893,0,0,0,0,0,0,79,0,0,'Inspiration','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14893,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1463,0,0,'Inspiration','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14894,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14891,0,0,0,0,0,107,1,0,0,'Smelt Dark Iron','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14895,0,65,0,0,2424848,1209008128,0,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0.75,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Overpower','','','','','','','','','','','','','','','',0,133,1500,0,4,4,0,2,2,1,1,1,0), + (14897,3,51,4,11,65554,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,63,0,0,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,-1,0,-26,-31,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3839,110,0,0,'Slowing Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,1,1,1,1,0), + (14898,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,151264832,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Spiritual Healing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14899,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,9,0,0,0,0,1,1,0,0,0,0,0,0,0,110,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'zzOLDSpiritual Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (14900,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,963,0,0,'Chain Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,0.5,1,1,0), + (14901,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,174,175,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1873,0,0,'Spiritual Guidance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (14902,0,0,0,12,458768,134480384,0,0,0,536870912,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,35,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,244,0,0,'Cheap Shot','','','','','','','','','','','','','','','',0,133,1000,0,8,1024,0,2,2,1,1,1,0), + (14903,0,0,0,15,851984,1049088,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,186,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,500,0,0,'Rupture','','','','','','','','','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (14904,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,5120,0,0,10,0,0,0,0,0,0,0,0,0,299,0,0,'Master Healer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14905,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,121,0,0,'zzOLDImproved Resurrection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14907,4,0,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,5,1,0,1,1,0,0,0,0,0,0,0,27,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14908,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,321,0,0,'Improved Renew','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14909,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1048704,0,0,0,22,0,0,0,0,0,0,0,0,1868,0,0,'Searing Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (14910,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,8,0,0,0,0,0,0,0,0,0,207,0,0,'zzOLDImproved Shadow Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14911,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,14,0,0,0,0,0,0,0,0,0,540,0,0,'Improved Prayer of Healing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14912,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,267264,0,0,14,0,0,0,0,0,0,0,0,0,684,0,0,'Improved Healing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14913,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,269824,0,0,9,0,0,0,0,0,0,0,0,0,1871,0,0,'Healing Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (14914,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,22,0,0,15,0,0,0,101,0,24,20,20,1,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,21,1,0,1,1,0,0,0,0,1.5,0,0,77,5,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (14915,0,0,1,0,142606720,268435488,0,0,0,0,0,0,0,0,0,0,1,0,0,0,262154,0,0,101,0,1,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3379,153,0,0,'Self Visual - Sleep Until Cancelled (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14916,0,82,0,0,65536,512,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,20,10,10,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,3,0,0,64,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,201,0,0,'Growl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14917,0,82,0,0,65536,512,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,30,20,20,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,201,0,0,'Growl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14918,0,82,0,0,65536,512,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,40,30,30,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,169,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,201,0,0,'Growl','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14919,0,82,0,0,65536,512,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,50,40,40,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,239,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,201,0,0,'Growl','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14920,0,82,0,0,65536,512,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,60,50,50,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,319,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,201,0,0,'Growl','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14921,0,82,0,0,65536,512,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,70,60,60,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,5,0,0,414,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,201,0,0,'Growl','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (14922,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14916,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14923,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14917,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14924,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14918,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14925,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14919,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14926,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14920,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14927,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14921,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14928,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,1,0,0,'Nagmara\'s Love Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14929,0,0,0,0,0,0,0,0,0,0,0,0,0,563,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11413,0,0,0,0,0,0,0,0,0,0,0,353,1,0,0,'Fill Nagmara\'s Vial','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14930,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8172,8949,4291,0,0,0,0,12,1,1,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8217,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Quickdraw Quiver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14931,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14930,0,0,0,0,0,107,41,0,0,'Quickdraw Quiver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14932,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,8172,8951,4291,0,0,0,0,10,1,1,6,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8218,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Thick Leather Ammo Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14933,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14932,0,0,0,0,0,107,41,0,0,'Thick Leather Ammo Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14934,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14935,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14936,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14937,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14938,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14939,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14940,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Agility 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14941,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14942,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14943,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14944,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14945,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14946,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Intellect 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14947,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14948,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14949,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14950,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14951,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14952,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spirit 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14953,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14954,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14955,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14956,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14957,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14958,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stamina 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14959,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14960,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14961,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14962,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14963,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14964,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Strength 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14965,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14966,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14967,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14968,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14969,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14970,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Arcane Resist 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14971,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14972,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14973,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14974,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14975,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14976,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Fire Resist 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14977,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14978,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14979,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14980,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14981,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14982,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Frost Resist 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14983,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,691,0,0,'Vigor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (14984,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14985,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14986,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14987,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14988,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14989,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Resist 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14990,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14991,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14992,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14993,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14994,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (14995,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Shadow Resist 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15007,0,0,0,0,746586368,136,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-76,-76,-76,0,0,0,1,1,1,0,0,0,0,0,0,80,79,101,0,0,0,0,0,0,0,0,0,0,0,0,-1,127,127,0,0,0,0,0,0,69,134,0,0,'Resurrection Sickness','','','','','','','','','','','','','','','',0,0,0,0,6,134217728,0,0,0,1,1,1,0), + (15008,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,156507776,0,0,7,0,0,0,0,0,0,0,0,0,305,0,0,'Holy Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15009,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,156507776,0,0,7,0,0,0,0,0,0,0,0,0,305,0,0,'Holy Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15010,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,156507776,0,0,7,0,0,0,0,0,0,0,0,0,305,0,0,'Holy Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15011,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,156507776,0,0,7,0,0,0,0,0,0,0,0,0,305,0,0,'Holy Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15012,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,269824,0,0,9,0,0,0,0,0,0,0,0,0,1871,0,0,'Healing Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15013,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,267264,0,0,14,0,0,0,0,0,0,0,0,0,684,0,0,'Improved Healing','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15014,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,267264,0,0,14,0,0,0,0,0,0,0,0,0,684,0,0,'Improved Healing','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15015,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,267264,0,0,14,0,0,0,0,0,0,0,0,0,684,0,0,'zzOLDImproved Healing','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15016,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,267264,0,0,14,0,0,0,0,0,0,0,0,0,684,0,0,'zzOLDImproved Healing','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15017,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1048704,0,0,0,22,0,0,0,0,0,0,0,0,1868,0,0,'Searing Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (15018,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,14,0,0,0,0,0,0,0,0,0,540,0,0,'Improved Prayer of Healing','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15019,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,14,0,0,0,0,0,0,0,0,0,540,0,0,'Improved Prayer of Healing','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15020,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,321,0,0,'Improved Renew','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15022,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,8,0,0,0,0,0,0,0,0,0,207,0,0,'zzOLDImproved Shadow Protection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15024,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,5120,0,0,10,0,0,0,0,0,0,0,0,0,299,0,0,'Master Healer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15025,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,5120,0,0,10,0,0,0,0,0,0,0,0,0,299,0,0,'Master Healer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15026,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,5120,0,0,10,0,0,0,0,0,0,0,0,0,299,0,0,'Master Healer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15027,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,5120,0,0,10,0,0,0,0,0,0,0,0,0,299,0,0,'Master Healer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15028,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,174,175,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1873,0,0,'Spiritual Guidance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (15029,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,174,175,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1873,0,0,'Spiritual Guidance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (15030,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,174,175,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1873,0,0,'Spiritual Guidance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (15031,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,24,0,0,0,0,1,1,0,0,0,0,0,0,0,174,175,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1873,0,0,'Spiritual Guidance','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (15033,0,0,0,0,256,0,0,0,0,0,0,0,0,523,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3839,0,0,0,0,0,0,0,0,312,1,0,0,'Summon Ancient Spirits','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15034,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,121,0,0,'zzOLDImproved Resurrection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15035,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'zzOLDRockbiter Totem Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15036,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,66,58,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,20,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1683,0,0,0,0,0,0,0,0,0,72,0,0,'Flametongue Totem Effect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (15037,2,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,680,0,0,'Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15038,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,125,0,65,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9637,0,0,0,0,0,0,0,0,221,680,0,0,'Scorching Totem','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (15039,2,19,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,110,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,47,12,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,678,0,0,'Flame Shock','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15040,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,70,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,11,0,0,'Molten Blast','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15041,2,56,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,5000,8,0,0,0,101,0,0,20,20,3,0,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,290,16,0,0,'Fire Ward','','','','','','','','','','','','','','','',0,133,1500,0,3,131080,0,1,1,1,1,1,0), + (15042,5,36,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,6,0,0,0,0,0,3,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,876,130,0,0,'Curse of Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15043,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,33,1,0,1,1,0,0,0,0,0,0,0,95,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15044,4,56,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,5000,8,0,0,0,101,0,0,20,20,3,0,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,291,501,0,0,'Frost Ward','','','','','','','','','','','','','','','',0,133,1500,0,3,524544,0,1,1,1,1,1,0), + (15047,4,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,736,0,0,15,0,0,0,0,0,0,0,0,0,1236,0,50,'Ice Shards','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (15048,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,9656,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15049,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,9657,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Robot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15050,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3419,73,0,0,'Psychometry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15051,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,1,0,0,'Distract Move','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15052,4,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,736,0,0,15,0,0,0,0,0,0,0,0,0,1236,0,50,'Ice Shards','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (15053,4,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,736,0,0,15,0,0,0,0,0,0,0,0,0,1236,0,50,'Ice Shards','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (15054,0,22,0,4,1074003984,1312,0,0,0,0,0,64,0,0,0,0,1,0,0,0,3,0,0,101,0,0,24,24,28,3,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,69,42,0,1,1,0,1,1,0,0,0,0,0,0,0,9,0,0,0,0,0,16,16,0,0,0,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9658,0,0,0,0,0,0,0,261,1478,0,0,'Distract Test','','','','','','','','','','','','','','','',0,133,1500,0,8,4096,0,1,1,1,1,1,0), + (15055,0,22,0,4,1074003984,1312,0,0,0,0,0,64,0,0,0,0,1,0,0,0,3,0,0,101,0,0,24,24,28,3,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9658,0,0,0,0,0,0,0,0,261,1478,0,0,'Distract Test','','','','','','','','','','','','','','','',0,133,1500,0,8,4096,0,1,1,1,1,1,0), + (15056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,48159,0,0,101,0,0,0,0,165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,1,0,0,'Distract Move','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15057,0,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,5,0,0,9,0,0,0,101,0,0,40,40,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,75,0,0,1,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3420,657,0,50,'Mechanical Patch Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (15058,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,0,4194437,14686967,0,22,7,0,0,0,0,0,0,0,87,0,0,'Arcane Instability','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (15059,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,0,4194437,14686967,0,22,7,0,0,0,0,0,0,0,87,0,0,'Arcane Instability','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (15060,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,2,2,2,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,0,4194437,14686967,0,22,7,0,0,0,0,0,0,0,87,0,0,'Arcane Instability','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (15061,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,1,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2657,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15062,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,345,281,0,50,'Shield Wall','','','','','','','','','','','','','','','',0,0,0,0,4,8192,0,2,2,1,1,1,0), + (15063,4,0,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,9,1,0,1,1,0,0,0,0,0,0,0,55,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15064,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,44,0,0,'Nagmara + Rocknot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15065,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11470,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Tablet Transcript','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15066,0,0,0,0,268435456,0,0,0,0,0,0,64,0,583,0,0,5,0,0,15,128,0,0,101,0,0,0,1,4,0,0,0,0,0,2,0,0,5251,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,16,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166806,4299,0,0,0,0,0,0,0,373,289,0,0,'Create PX83-Enigmatron','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15067,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,9662,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Sprite Darter Hatchling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15068,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,51,46,46,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,50,'TEST Heal Self','','','','','','','','','','','','','','','',0,0,0,0,6,268439552,0,1,1,1,1,1,0), + (15087,0,66,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,178,0,0,'Evasion','','','','','','','','','','','','','','','',0,0,0,0,8,32,0,0,0,1,1,1,0), + (15088,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17687,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15089,4,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,7,0,1,1,0,0,0,0,0,0,0,-51,88,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15090,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,74,0,0,'Dispel Magic','','','','','','','','','','','','','','','',0,133,1500,0,6,3221225472,0,1,1,1,1,1,0), + (15091,2,250,0,14,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,32,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,13,1,0,1,1,0,0,0,0,0,0,0,80,-51,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,1500,0,3,131072,0,1,1,1,1,1,0), + (15092,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,26,26,6,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,64,64,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,18,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8996,0,0,0,15093,15094,0,0,0,74,217,0,0,'Summon Voidwalkers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15093,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8996,0,0,0,0,0,0,0,0,74,217,0,0,'Summon Voidwalkers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15094,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8996,0,0,0,0,0,0,0,0,74,217,0,0,'Summon Voidwalkers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15095,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,70,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,120,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,11,0,0,'Molten Blast','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15096,2,19,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,110,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,71,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,678,0,0,'Flame Shock','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15097,0,21,0,0,262480,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,100,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15061,0,0,0,0,0,0,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15107,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,4,0,115,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9687,0,0,0,0,0,0,0,0,319,174,0,0,'Windwall Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (15108,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-33,0,0,0,0,0,1,0,0,0,0,0,9,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,366,174,0,0,'Windwall','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (15109,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,9,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,366,174,0,0,'Windwall','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (15110,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-65,0,0,0,0,0,1,0,0,0,0,0,9,0,0,113,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,366,174,0,0,'Windwall','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,32768,0,1,1,1,1,1,0), + (15111,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,4,0,170,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9688,0,0,0,0,0,0,0,0,319,174,0,0,'Windwall Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (15112,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,4,0,225,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9689,0,0,0,0,0,0,0,0,319,174,0,0,'Windwall Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (15113,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15107,0,0,0,0,0,107,174,0,0,'Windwall Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,24,24,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,3,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,32,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9705,0,0,0,0,0,0,0,0,608,87,0,0,'Summon Illusionary Dreamwatchers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15115,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15111,0,0,0,0,0,107,174,0,0,'Windwall Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15116,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15112,0,0,0,0,0,107,174,0,0,'Windwall Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15117,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,92,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15118,0,0,0,0,268435472,0,0,0,0,0,0,0,0,603,0,0,20,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3980,0,0,0,0,0,0,0,0,353,289,0,0,'Place Threshadon Carcass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15119,0,0,0,0,268435472,0,0,0,0,0,0,0,0,604,0,0,20,0,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3981,0,0,0,0,0,0,0,0,353,289,0,0,'Apply Seduction Gland','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15120,0,0,0,0,256,268435456,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11511,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Cenarion Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15122,6,88,0,26,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,24,24,8,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,17,0,50,'Counterspell','','','','','','','','','','','','','','','',0,0,0,0,3,278528,0,1,1,1,1,1,0), + (15123,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,42,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,290,16,0,0,'Resist Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15124,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15125,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9707,0,0,0,0,0,0,0,0,3459,1490,0,0,'Scarshield Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000000,0,0,0,0,0,0,0,0,9708,0,0,0,0,0,0,0,0,3460,11,0,0,'Summon Burning Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15127,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15126,0,0,0,0,0,0,11,0,0,'Summon Burning Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15128,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,139936,100,2,0,50,50,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,3479,12,0,50,'Mark of Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15147,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14923,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15148,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14924,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15149,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14925,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15150,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14926,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15151,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14927,0,0,0,0,0,107,201,0,0,'Growl','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15167,3,55,0,0,262144,0,4,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,6,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,1,0,0,30,0,0,13,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,814,86,0,0,'Windsor\'s Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15187,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9307,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Sparkling Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15207,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,55,50,50,0,0,230,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,43,0,0,1,0,0,0,0,0,2.1,0,0,346,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (15208,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,61,56,56,0,0,265,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,49,0,0,1,0,0,0,0,0,2.4,0,0,418,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,11,1,0,1,1,1,1,1,0), + (15209,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15207,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15210,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15208,0,0,0,0,0,107,62,0,0,'Lightning Bolt','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15211,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11482,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Pylon User\'s Manual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell - Reuse 15227','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15228,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,0,0,0,191,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15229,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,55,50,50,8,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,1516,0,50,'Crystal Restore','','','','','','','','','','','','','','','',0,0,0,0,6,2147483712,0,1,2,1,1,1,0), + (15230,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,49,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15231,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,55,55,55,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,335,1515,0,0,'Crystal Force','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (15232,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,0,0,0,191,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15233,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,289,1517,0,0,'Crystal Ward','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,2,1,1,1,0), + (15234,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15235,6,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,185,1518,0,0,'Crystal Yield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (15236,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,217,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15237,1,431,0,0,65536,136,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,26,20,20,0,0,185,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.2,0,0,27,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,1874,0,0,'Holy Nova','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,4194304,0,1,1,1,1,1,0), + (15238,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,0,0,75,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,50,'Holy Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15239,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,135,0,0,1,0,0,0,0,0,0,0,0,382,0,0,0,0,0,16,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3520,1038,0,0,'Crystal Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (15241,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,26,22,22,0,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,91,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','','','','','','','','',0,133,1500,0,3,131088,0,1,1,1,1,1,0), + (15242,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,57,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15243,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2437,185,0,50,'Fireball Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15244,4,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,37,0,1,1,0,0,0,0,0,0,0,-51,131,0,0,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','','','','','','','','',0,0,0,0,3,1573376,0,1,1,1,1,1,0), + (15245,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,160,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15247,0,31,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11582,0,0,0,0,0,0,0,0,0,0,0,2758,687,0,0,'Conjure Fel Salve','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15248,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,1.75,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,243,0,50,'Shank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15249,0,0,0,0,4718608,0,0,0,0,0,0,0,0,0,0,0,3,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1904,126,0,0,'Machine Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (15250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,'Setup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15252,0,0,0,0,256,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,8,0,0,9,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4122,0,0,0,0,0,0,0,3539,1520,0,0,'Keg Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15253,6,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,16,0,0,1,0,0,0,0,0,0,0,0,164,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,1,1,1,1,0), + (15254,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,65,0,0,1,0,0,0,0,0,0,0,0,183,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15255,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,4338,10505,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11590,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Mechanical Repair Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15256,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15255,0,0,0,0,0,107,1,0,0,'Mechanical Repair Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15257,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,42508288,0,0,0,0,0,15258,0,0,0,0,0,0,9,0,0,'Shadow Weaving','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15258,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,6,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,9,0,0,'Shadow Vulnerability','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,67108864,0,1,0,1,0,0,0), + (15259,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,33562624,8421376,524288,8,22,0,0,0,0,0,0,0,0,164,0,0,'Darkness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (15260,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,109813760,0,0,16,0,0,0,0,0,0,0,0,0,208,0,0,'Shadow Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15261,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,22,0,0,15,0,0,0,101,0,66,60,60,1,0,255,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,95,1,0,1,1,0,0,0,0,3.4,0,0,354,28,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (15262,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,22,0,0,15,0,0,0,101,0,30,24,24,1,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,25,1,0,1,1,0,0,0,0,1.7,0,0,95,7,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (15263,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,22,0,0,15,0,0,0,101,0,36,30,30,1,0,125,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,35,1,0,1,1,0,0,0,0,2,0,0,131,10,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (15264,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,22,0,0,15,0,0,0,101,0,42,36,36,1,0,145,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,45,1,0,1,1,0,0,0,0,2.2,0,0,164,12,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (15265,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,22,0,0,15,0,0,0,101,0,48,42,42,1,0,170,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,55,1,0,1,1,0,0,0,0,2.5,0,0,203,16,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (15266,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,22,0,0,15,0,0,0,101,0,54,48,48,1,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,69,1,0,1,1,0,0,0,0,2.9,0,0,253,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (15267,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,22,0,0,15,0,0,0,101,0,60,54,54,1,0,230,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,83,1,0,1,1,0,0,0,0,3.2,0,0,303,24,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (15268,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15269,0,0,0,0,0,0,173,0,0,'Blackout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15269,5,0,1,12,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,173,0,0,'Blackout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (15270,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15271,0,0,0,0,0,0,152,0,0,'Spirit Tap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15271,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,49,0,0,0,0,1,1,0,0,0,0,0,0,0,137,134,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,152,0,0,'Spirit Tap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15272,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,109830400,0,0,2,0,0,0,0,0,0,0,0,0,178,0,0,'Shadow Affinity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15273,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,11,0,0,0,0,0,0,0,0,0,95,0,0,'Improved Mind Blast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15274,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,11,0,0,0,0,0,0,0,0,0,331,0,0,'Improved Fade','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15275,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,1,0,0,0,0,0,0,0,0,0,234,0,0,'Improved Shadow Word: Pain','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15276,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Bar Door','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15277,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,30,30,9,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15278,0,0,0,0,0,300,307,0,0,'Seal of Reckoning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15278,1,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,'Seal of Reckoning Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15279,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,34,34,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,283,0,0,'Crystal Spire','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,2,1,1,1,0), + (15280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,18,0,0,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,564,0,0,'Cleave Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (15281,0,0,0,0,256,268436484,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4111,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3943,207,0,0,'Encage Emberseer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15282,0,0,0,0,128,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3541,207,0,0,'Encaged Emberseer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15283,0,0,0,12,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,30,30,31,0,0,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,167,0,0,'Stunning Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (15284,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15285,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2437,185,0,50,'Fireball Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15286,5,0,2,0,0,0,0,67108864,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,655360,100,0,0,1,1,3,0,40,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3582,150,0,0,'Vampiric Embrace','','','','','','','','','','','','','','','',0,133,1500,0,6,2214592516,0,1,1,1,0,0,0), + (15288,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,52,52,52,30,0,90,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,141,1487,0,0,'Fury of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,3,1024,0,1,1,1,1,1,0), + (15290,5,0,0,0,134217728,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3542,150,0,0,'Vampiric Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15292,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,7077,0,0,0,0,0,0,18,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11608,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Pulverizer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15293,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,7077,0,0,0,0,0,0,10,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11606,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15294,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,7077,0,0,0,0,0,0,26,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11607,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Sunderer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15295,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,7077,0,0,0,0,0,0,6,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11605,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15296,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,7077,0,0,0,0,0,0,20,8,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11604,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Plate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15297,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15292,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Pulverizer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15298,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15294,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Sunderer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15299,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15296,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Plate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15301,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15293,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15302,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15295,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15303,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11616,11613,0,0,0,0,0,0,5,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11149,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'DEBUG Create Samophlange Manual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15304,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11613,11616,0,0,0,0,0,0,1,5,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11149,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'DEBUG Create Samophlange Manual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15305,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,277,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,0.7,1,1,0), + (15306,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,43,0,0,1,0,0,0,0,0,0,0,0,308,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15307,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,3,3,3,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,33562624,8421376,524288,8,22,0,0,0,0,0,0,0,0,164,0,0,'Darkness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (15308,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,5,5,5,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,33562624,8421376,524288,8,22,0,0,0,0,0,0,0,0,164,0,0,'Darkness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (15309,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,7,7,7,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,33562624,8421376,524288,8,22,0,0,0,0,0,0,0,0,164,0,0,'Darkness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (15310,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,9,9,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,33562624,8421376,524288,8,22,0,0,0,0,0,0,0,0,164,0,0,'Darkness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (15311,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,11,0,0,0,0,0,0,0,0,0,331,0,0,'Improved Fade','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15312,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,11,0,0,0,0,0,0,0,0,0,95,0,0,'Improved Mind Blast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15313,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,11,0,0,0,0,0,0,0,0,0,95,0,0,'Improved Mind Blast','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15314,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,11,0,0,0,0,0,0,0,0,0,95,0,0,'Improved Mind Blast','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15316,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,11,0,0,0,0,0,0,0,0,0,95,0,0,'Improved Mind Blast','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15317,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,1,0,0,0,0,0,0,0,0,0,234,0,0,'Improved Shadow Word: Pain','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15318,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,109830400,0,0,2,0,0,0,0,0,0,0,0,0,178,0,0,'Shadow Affinity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15320,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,109830400,0,0,2,0,0,0,0,0,0,0,0,0,178,0,0,'Shadow Affinity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15321,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,109830400,0,0,2,0,0,0,0,0,0,0,0,0,178,0,0,'zzOLDShadow Affinity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15322,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,109830400,0,0,2,0,0,0,0,0,0,0,0,0,178,0,0,'zzOLDShadow Affinity','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15323,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,4,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15269,0,0,0,0,0,0,173,0,0,'Blackout','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15324,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,6,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15269,0,0,0,0,0,0,173,0,0,'Blackout','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15325,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,8,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15269,0,0,0,0,0,0,173,0,0,'Blackout','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15326,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15269,0,0,0,0,0,0,173,0,0,'Blackout','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15327,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,109813760,0,0,16,0,0,0,0,0,0,0,0,0,208,0,0,'Shadow Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15328,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,109813760,0,0,16,0,0,0,0,0,0,0,0,0,208,0,0,'Shadow Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15329,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,109813760,0,0,16,0,0,0,0,0,0,0,0,0,208,0,0,'Shadow Focus','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15330,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,109813760,0,0,16,0,0,0,0,0,0,0,0,0,208,0,0,'Shadow Focus','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15331,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,42508288,0,0,0,0,0,15258,0,0,0,0,0,0,9,0,0,'Shadow Weaving','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15332,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,42508288,0,0,0,0,0,15258,0,0,0,0,0,0,9,0,0,'Shadow Weaving','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15333,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,42508288,0,0,0,0,0,15258,0,0,0,0,0,0,9,0,0,'Shadow Weaving','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15334,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,42508288,0,0,0,0,0,15258,0,0,0,0,0,0,9,0,0,'Shadow Weaving','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15335,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15271,0,0,0,0,0,0,152,0,0,'Spirit Tap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15336,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,60,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15271,0,0,0,0,0,0,152,0,0,'Spirit Tap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15337,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,80,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15271,0,0,0,0,0,0,152,0,0,'Spirit Tap','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15338,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15271,0,0,0,0,0,0,152,0,0,'Spirit Tap','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15340,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,0,0,0,0,0,0,0,0,2736,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,1,0,0,'Nagmara\'s Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15342,0,0,0,0,256,268435456,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,5,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11950,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Windblossom Berries','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15343,0,0,0,0,256,268435456,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11951,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Whipper Root Tubers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15344,0,0,0,0,256,268435456,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,5,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11952,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Night Dragon\'s Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15345,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Item +Mana Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15346,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,30,30,9,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15347,0,0,0,0,0,300,307,0,0,'Seal of Reckoning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15347,1,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,'Seal of Reckoning Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15349,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,21,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,151264832,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Spiritual Healing','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15350,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,19,0,0,0,0,1,1,0,0,0,0,0,0,0,110,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'zzOLDSpiritual Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15351,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,29,0,0,0,0,1,1,0,0,0,0,0,0,0,110,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'zzOLDSpiritual Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,39,0,0,0,0,1,1,0,0,0,0,0,0,0,110,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'zzOLDSpiritual Focus','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,0,0,0,110,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'zzOLDSpiritual Focus','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15354,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,151264832,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Spiritual Healing','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15355,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,151264832,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Spiritual Healing','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15356,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,151264832,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Spiritual Healing','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15357,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1463,0,0,'Inspiration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15359,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1463,0,0,'Inspiration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15360,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1463,0,0,'zzOLDInspiration','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15361,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1463,0,0,'zzOLDInspiration','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15362,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15357,0,0,0,0,0,0,79,0,0,'Inspiration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15363,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15359,0,0,0,0,0,0,79,0,0,'Inspiration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15364,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15360,0,0,0,0,0,0,79,0,0,'zzOLDInspiration','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15365,0,0,0,0,448,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15361,0,0,0,0,0,0,79,0,0,'zzOLDInspiration','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15366,3,0,1,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,50,50,42,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,14,4,0,0,0,21,21,21,0,0,0,0,0,0,52,29,57,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,3580,502,0,50,'Songflower Serenade','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,1,1,1,1,0), + (15367,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 130','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15388,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Item +HP Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15389,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1503,0,0,0,0,0,0,0,0,82,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15390,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Item +AC Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15391,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504,0,0,0,0,0,0,0,0,82,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15392,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,11,0,0,0,0,0,0,0,0,0,1488,0,0,'Improved Psychic Scream','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15393,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Item +FR Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15394,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1505,0,0,0,0,0,0,0,0,82,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15396,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Item +STR Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15397,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1506,0,0,0,0,0,0,0,0,82,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15398,5,43,0,12,0,0,132,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,1,1,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3599,1488,0,50,'Psychic Scream','','','','','','','','','','','','','','','',0,0,0,0,6,0,1,1,1,1,1,1,0), + (15399,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Item +STA Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15400,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1507,0,0,0,0,0,0,0,0,82,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15401,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Item +AGI Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15402,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,0,0,0,0,0,0,0,0,82,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15403,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Item +INT Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15404,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1509,0,0,0,0,0,0,0,0,82,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15405,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Item +SPI Leg R1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15406,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,0,0,0,0,0,0,82,1,0,0,'Lesser Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15407,5,0,0,0,65536,16388,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,28,20,20,27,0,45,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,8388608,0,1,1,1,1,0,0), + (15408,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,84,13,0,0,0,0,1,1,0,0,0,0,0,0,0,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1,0,0,'Item +MANA/FR Leg R2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15427,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1523,0,0,0,0,0,0,0,0,82,1,0,0,'Greater Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15428,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,13,0,0,0,0,1,1,0,0,0,0,0,0,0,34,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1,0,0,'Item +HP/FR Leg R2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15429,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1524,0,0,0,0,0,0,0,0,82,1,0,0,'Greater Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15430,1,431,0,0,65536,136,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,34,28,28,0,0,290,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.4,0,0,49,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,1874,0,0,'Holy Nova','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,4194304,0,1,1,1,1,1,0), + (15431,1,431,0,0,65536,136,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,42,36,36,0,0,400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0.6,0,0,75,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,1874,0,0,'Holy Nova','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,4194304,0,1,1,1,1,1,0), + (15432,1,431,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,5000,8,0,0,0,101,0,59,54,99,28,0,290,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,13,1,0,1,1,0,0,0,0,0.9,-2,0,127,-336,0,0,0,0,22,1,0,15,0,0,13,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,70,0,0,'zzOLDHoly Nova','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2151682048,0,1,1,1,1,1,0), + (15433,1,431,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,5000,8,0,0,0,101,0,65,60,99,28,0,330,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,15,1,0,1,1,0,0,0,0,1,-2,0,151,-401,0,0,0,0,22,1,0,15,0,0,13,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,70,0,0,'zzOLDHoly Nova','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2151682048,0,1,1,1,1,1,0), + (15434,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15431,0,0,0,0,0,107,1874,0,0,'Holy Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15435,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15432,0,0,0,0,0,107,70,0,0,'zzOLDHoly Nova','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15436,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15433,0,0,0,0,0,107,70,0,0,'zzOLDHoly Nova','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15437,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,109,13,0,0,0,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,1,0,0,'Item +AC/FR Leg R2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15438,6,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Thorns','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15439,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1525,0,0,0,0,0,0,0,0,82,1,0,0,'Greater Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15440,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,13,0,0,0,0,1,1,0,0,0,0,0,0,0,29,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1,0,0,'Item +STR/FR Leg R2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15441,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1526,0,0,0,0,0,0,0,0,82,1,0,0,'Greater Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15442,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,13,0,0,0,0,1,1,0,0,0,0,0,0,0,29,22,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,1,0,0,'Item +STA/FR Leg R2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15444,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1527,0,0,0,0,0,0,0,0,82,1,0,0,'Greater Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15445,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,13,0,0,0,0,1,1,0,0,0,0,0,0,0,29,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,1,0,0,'Item +AGI/FR Leg R2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15446,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1528,0,0,0,0,0,0,0,0,82,1,0,0,'Greater Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15447,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,13,0,0,0,0,1,1,0,0,0,0,0,0,0,29,22,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,0,1,0,0,'Item +INT/FR Leg R2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15448,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,11,0,0,0,0,0,0,0,0,0,1488,0,0,'Improved Psychic Scream','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15449,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1529,0,0,0,0,0,0,0,0,82,1,0,0,'Greater Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15450,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,16,0,0,0,0,0,0,0,0,0,1488,0,0,'Improved Psychic Scream','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15451,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,229,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15452,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15262,0,0,0,0,0,107,156,0,0,'Holy Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15453,6,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,26,0,0,1,0,0,0,0,0,0,0,0,274,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,1,1,1,1,0), + (15454,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15263,0,0,0,0,0,107,156,0,0,'Holy Fire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15455,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15264,0,0,0,0,0,107,156,0,0,'Holy Fire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15456,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,13,0,0,0,0,1,1,0,0,0,0,0,0,0,29,22,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,1,0,0,'Item +SPI/FR Leg R2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15457,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15265,0,0,0,0,0,107,156,0,0,'Holy Fire','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15458,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1530,0,0,0,0,0,0,0,0,82,1,0,0,'Greater Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15459,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15266,0,0,0,0,0,107,156,0,0,'Holy Fire','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15460,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15267,0,0,0,0,0,107,156,0,0,'Holy Fire','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15461,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,'Item +STR/STA Leg R3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15462,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,109,14,0,0,0,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,1,0,0,'Item +AC/FR Leg R3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15463,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1532,0,0,0,0,0,0,0,0,82,1,0,0,'Legendary Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15464,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Hit Chance 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15465,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Hit Chance 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15466,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Hit Chance 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15467,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Hit Chance 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15468,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Hit Chance 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15470,5,0,2,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-1,0,0,0,0,22,22,0,15,15,0,10,10,0,65,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,339,692,0,50,'Curse of Tongues','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15471,0,0,0,7,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-101,0,0,0,0,6,6,6,0,0,0,0,0,0,26,138,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,174,0,0,'Enveloping Web','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15472,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15473,5,39,0,0,33882112,131072,2,0,0,0,0,0,0,0,0,0,1,0,1500,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,-16,0,0,0,1,1,1,0,0,0,0,0,0,36,79,87,0,0,0,0,0,0,0,0,0,0,0,0,28,32,1,0,0,0,0,0,0,3619,1552,55,0,'Shadowform','','','','','','','','','','','','','','','',40,133,1500,0,6,2147483648,0,0,0,1,1,1,0), + (15474,0,34,0,7,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,1,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,15,15,0,10,10,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11920,0,0,0,0,684,69,0,0,'Web Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15475,3,18,4,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,1,1,4,0,0,0,0,0,7,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,181,0,1,1,0,0,0,0,1.7,0,0,1,509,0,0,0,0,22,22,0,15,15,0,13,13,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Baneful Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15487,5,0,1,9,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,45000,0,0,0,0,0,101,0,0,0,0,28,0,225,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,211,0,0,'Silence','','','','','','','','','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,0,0,0), + (15488,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,14,0,0,0,0,1,1,0,0,0,0,0,0,0,35,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,1,0,0,'Item +MANA/FR Leg R3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15489,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,0,1,0,0,'Item +INT/SPI Leg R3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15490,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,128,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1543,0,0,0,0,0,0,0,0,82,1,0,0,'Legendary Arcane Amalgamation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15491,0,0,0,0,384,0,0,0,0,0,0,0,0,243,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5646,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Collect Blessed Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15493,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,75,0,0,1,0,0,0,0,0,0,0,0,466,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,1508,937,0,0,'Fury of Forgewright','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15495,2,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,30,30,0,0,0,0,0,0,54,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,794,184,0,0,'Explosive Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (15496,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15497,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,25,1,0,1,1,0,0,0,0,0,0,0,71,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15498,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,0,0,75,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,50,'Holy Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15499,4,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,115,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,13,0,1,1,0,0,0,0,0,0,0,-51,131,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15500,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15501,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,0,130,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,17,0,0,1,0,0,0,0,0,0,0,0,163,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,687,0,0,'Earth Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15502,0,0,0,0,327696,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,-8,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,219,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15503,1,25,0,0,786448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,17,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,63,0,0,1,0,0,0,0,0,0,0,0,393,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,104,0,50,'Drink Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15504,1,25,0,0,786448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,17,17,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,95,0,0,1,0,0,0,0,0,0,0,0,589,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,104,0,50,'Drink Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15505,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,27,95,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15506,2,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15570,0,0,0,0,0,0,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15507,3,0,1,0,33882112,1024,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,139944,50,3,0,1,1,6,0,5,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,4,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15508,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 120','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15509,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'zzOLDImproved Smite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (15529,2,0,0,0,2048,64,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15538,0,0,0,0,0,3640,937,0,0,'Gout of Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15530,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,59,1,0,1,1,0,0,0,0,0,0,0,166,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15531,4,0,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,19,1,0,1,1,0,0,0,0,0,0,0,110,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15532,4,0,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,0,0,0,41,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15533,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,14,0,0,0,4121,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3641,220,0,0,'Stoned - Channel Cast Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15534,0,0,1,17,1074855936,262144,64,0,0,0,0,0,211,0,0,0,16,0,0,15,2,0,0,101,0,0,8,8,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1933,0,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15535,3,99,1,12,1073807360,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,15,2,0,0,101,0,0,10,10,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,220,0,0,'Enveloping Winds','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15536,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15537,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,57,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15538,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3642,937,0,0,'Gout of Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15539,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10464,0,0,0,0,0,0,0,0,0,0,0,34,106,0,0,'Conjure Staff of Command ','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15547,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (15548,3,22,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,5,1,1,1,1,1,0,0,0,1,-0.5,0,34,-41,-34,0,11,0,22,22,22,15,15,15,13,13,13,0,33,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunderclap','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15549,3,85,0,0,524288,0,0,0,0,0,0,0,0,0,0,0,23,0,0,15,0,0,0,101,0,0,21,21,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chained Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15550,0,49,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,672,168,0,0,'Trample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15567,3,0,0,0,128,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,14,8,8,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,3.5,0,0,57,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20865,0,0,0,0,0,688,0,0,'Rockbiter Weapon (Passive)','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,4194304,0,0,0,1,1,1,0), + (15568,3,0,0,0,128,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,22,16,16,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,5,0,0,87,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20866,0,0,0,0,0,688,0,0,'Rockbiter Weapon (Passive)','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,4194304,0,0,0,1,1,1,0), + (15569,3,0,0,0,128,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,32,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,8.1,0,0,128,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20867,0,0,0,0,0,688,0,0,'Rockbiter Weapon (Passive)','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,4194304,0,0,0,1,1,1,0), + (15570,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,41,143,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15571,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-71,0,0,0,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,84,15,0,0,'Dazed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15572,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,-12,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15573,2,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15574,0,0,0,0,0,0,31,0,0,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15574,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,219,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3679,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (15575,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Flame Cannon','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15576,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,0,0,1,0,0,1,0,0,0,0,0,1,0,0,49,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15577,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,0,0,1,0,0,1,0,0,0,0,0,4,0,0,199,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15578,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,0,0,1,0,0,1,0,0,0,0,0,2,0,0,99,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15579,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,4,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15580,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,4.5,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15581,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,3.6,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','','','','','','','','',0,133,0,0,8,8388610,0,2,2,1,1,1,0), + (15582,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,5.25,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,243,0,50,'Backstab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15583,0,0,0,15,851984,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,500,0,0,'Rupture','','','','','','','','','','','','','','','',0,133,1000,0,8,1048576,0,2,2,1,1,1,0), + (15584,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,3,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15585,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,61,0,0,1,0,0,0,0,0,0,0,0,373,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,540,0,0,'Prayer of Healing','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15586,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,0,20,20,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,143,0,0,1,0,0,0,0,0,0,0,0,878,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15587,5,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15588,3,22,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,9,1,1,1,1,1,0,0,0,3,-0.5,0,70,-41,-34,0,11,0,22,22,22,15,15,15,13,13,13,0,33,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunderclap','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15589,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,0,0,1,0,0,1,0,0,0,0,0,6,0,0,299,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15590,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,8192,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,756,0,50,'Fist Weapons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15591,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,19,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1,0,0,'Revive Ringo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15592,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,60,60,0,0,18,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,204,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (15593,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,58,1,0,1,1,0,1,0,0,0,0,0,1,-1,0,49,0,0,0,22,0,22,15,0,15,8,0,8,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15594,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15595,0,0,0,0,0,0,1,0,0,'Force of Will','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,1556,0,0,'Force of Will','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15596,0,0,0,0,65536,0,0,0,0,0,0,0,0,543,0,0,9,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11382,7078,14343,0,0,0,0,0,1,1,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11811,0,0,0,0,0,0,0,0,0,0,0,3182,1568,0,0,'Smoking Heart of the Mountain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15597,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15596,0,0,0,0,0,222,1,0,0,'Formula: Smoking Heart of the Mountain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15598,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Firebolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (15599,2,0,1,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15598,0,0,0,0,0,0,502,0,50,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (15600,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15601,0,0,0,0,0,0,320,0,0,'Hand of Justice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6624,315,0,0,'Hand of Justice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,9,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5800,84,0,50,'Lord General\'s Sword','','','','','','','','','','','','','','','',0,133,1500,0,4,0,0,0,0,1,1,1,0), + (15603,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15604,0,0,0,0,0,3659,329,0,0,'zzOLDSecond Wind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15604,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1555,0,0,'Second Wind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15605,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,272,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15607,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,'Throw','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,3,2,1,1,1,0), + (15608,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,45,0,0,1,0,0,0,0,0,0,0,0,277,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4201,108,0,0,'Ravenous Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15609,0,34,0,7,851984,0,0,0,0,0,0,0,0,0,0,0,3,0,0,9,0,0,0,101,0,0,14,14,1,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,22,22,0,15,15,0,13,13,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3519,69,0,0,'Hooked Net','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (15610,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,1.5,0,0,2,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15611,3,2,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,62,0,0,'Lizard Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15612,3,2,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,245,62,0,0,'Lizard Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15613,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,2,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15614,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,2,0,0,3,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15615,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,756,0,0,'Pummel','','','','','','','','','','','','','','','',0,0,0,0,4,8,0,2,2,1,1,1,0), + (15616,2,19,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,110,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,95,25,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,678,0,0,'Flame Shock','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15617,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,5.25,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,243,0,50,'Shank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15618,0,0,0,12,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,0,1,0,0,1,0,0,0,0,0,4,0,0,3,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5239,246,0,0,'Snap Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15619,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3056,1497,0,0,'Throw Wrench','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (15620,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (15621,0,65,0,12,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,23,23,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,3,0,0,2,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,15,0,0,'Skull Crack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15622,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,3,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15623,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15627,0,0,0,0,256,0,0,0,0,0,0,0,0,643,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,0,0,0,4363,1,0,0,'Applying the Lure','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15628,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,4394,7077,7191,3860,0,0,0,0,1,1,1,6,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11825,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Pet Bombling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15629,6,911,0,0,65538,131072,131072,0,0,0,0,0,0,0,0,0,18,0,8000,0,0,0,0,101,0,39,30,30,0,0,50,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,63,0,0,1,0,0,1,0,0,0,0,0,2.5,0,0,249,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,1499,0,0,'Distracting Shot','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (15630,6,911,0,0,65538,131072,131072,0,0,0,0,0,0,0,0,0,18,0,8000,0,0,0,0,101,0,49,40,40,0,0,70,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,63,0,0,1,0,0,1,0,0,0,0,0,3,0,0,349,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,1499,0,0,'Distracting Shot','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (15631,6,911,0,0,65538,131072,131072,0,0,0,0,0,0,0,0,0,18,0,8000,0,0,0,0,101,0,59,50,50,0,0,90,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,63,0,0,1,0,0,1,0,0,0,0,0,3.5,0,0,464,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,1499,0,0,'Distracting Shot','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (15632,6,911,0,0,65538,131072,131072,0,0,0,0,0,0,0,0,0,18,0,8000,0,0,0,0,101,0,69,60,60,0,0,110,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,63,0,0,1,0,0,1,0,0,0,0,0,4,0,0,599,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,1499,0,0,'Distracting Shot','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (15633,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,7075,4389,7191,3860,6037,0,0,0,1,2,1,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11826,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Lil\' Smoky','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15634,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15628,0,0,0,0,0,222,1,0,0,'Schematic: Pet Bombling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15635,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15633,0,0,0,0,0,222,1,0,0,'Schematic: Lil\' Smoky','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15636,2,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,59,0,0,0,0,1,1,1,0,0,0,0,0,0,39,61,42,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,15643,0,0,0,46,937,0,0,'Avatar of Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15637,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15629,0,0,0,0,0,107,1499,0,0,'Distracting Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15638,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15630,0,0,0,0,0,107,1499,0,0,'Distracting Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15639,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15631,0,0,0,0,0,107,1499,0,0,'Distracting Shot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15640,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15632,0,0,0,0,0,107,1499,0,0,'Distracting Shot','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15641,0,65,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,14,14,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15642,0,0,0,0,0,0,555,0,0,'Ironfoe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15642,0,65,0,0,262416,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,9,0,0,0,0,1,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,555,0,0,'Ironfoe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15643,2,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,61,0,0,1,0,0,0,0,0,0,0,0,169,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,18,0,0,'Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15644,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,35,35,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15646,0,0,0,0,0,0,299,0,0,'zzOLDCircle of Life','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15646,6,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,158,1156,0,50,'Burst of Knowledge','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (15647,0,0,0,0,256,0,0,0,0,0,0,0,0,644,0,0,5,0,0,31,0,0,0,101,0,0,0,20,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9937,0,0,0,0,0,0,0,0,353,1522,0,0,'Summon Common Kitten','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15648,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,9936,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Corrupted Kitten','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15649,0,0,0,0,384,0,0,0,0,0,0,0,0,644,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12567,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Collect Corrupted Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15650,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15651,0,0,0,0,0,0,937,0,0,'Flame Attack Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15651,2,0,0,0,262544,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,18,0,0,'Flame Attack Visual Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15652,0,0,0,12,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,6,0,1,0,0,1,0,0,0,0,0,1,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,166,0,50,'Head Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15653,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,636,0,50,'Acid Spit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15654,5,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,100,0,0,20,20,85,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15655,0,88,0,12,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,10,10,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,6,2,0,0,1,0,0,1,0,0,0,0,0,2,0,0,39,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1103,280,0,50,'Shield Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15656,3,0,4,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,60,7,7,8,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,-1,0.4,-26,-11,9,0,0,0,6,6,6,0,0,0,0,0,0,138,33,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,341,149,0,0,'Poisonous Stab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15657,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,3.5,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,243,0,50,'Backstab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15658,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3260,1,0,0,'Wake Up Princess','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15659,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15660,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Princess Saved','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15661,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,13,47,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15662,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,30,30,32,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,134,4,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (15663,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15664,3,18,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,0,0,0,8,2,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15665,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15666,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 100','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15667,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,2.4,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','','','','','','','','',0,133,0,0,8,8388610,0,2,2,1,1,1,0), + (15668,2,0,0,0,589824,136,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,16,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,18,0,50,'Fiery Burst','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15687,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 250','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15688,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,41,41,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15689,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,104,104,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 105','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15690,0,0,0,0,464,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3699,48,0,0,'Mind Control','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15691,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,1,0,0,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,671,514,0,0,'Eviscerate','','','','','','','','','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (15692,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,1,0,0,1,0,0,0,0,0,6,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,671,514,0,0,'Eviscerate','','','','','','','','','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (15693,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 150','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15694,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15695,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,30,0,1,1,0,1,1,0,0,0,0,0,0,0,119,119,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Mana Drain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (15696,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15697,1,0,0,0,134545728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1523,122,50,'zzOLDWisdom Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (15698,0,0,0,0,256,1024,1,0,0,0,0,0,0,0,0,0,32,0,0,15,0,10242,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11947,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Filling Empty Jar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15699,0,0,0,0,256,1024,1,0,0,0,0,0,0,0,0,0,32,0,0,15,0,10242,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11949,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Filling Empty Jar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15700,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,201,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1,0,50,'Whipper Root Tuber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (15701,0,4,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,10,0,63,63,0,1,1,0,0,0,0,0,0,0,393,393,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1,0,0,'Night Dragon\'s Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (15702,0,0,0,0,256,1024,1,0,0,0,0,0,0,0,0,0,32,0,0,15,0,10242,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11954,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Filling Empty Jar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15708,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,299,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,2,2,1,1,1,0), + (15709,0,0,1,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8225,0,0,0,0,0,0,244,0,0,'Cowardice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,9778,0,0,0,0,0,0,0,0,33,140,0,0,'Summon Flamekin Torcher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,9779,0,0,0,0,0,0,0,0,33,140,0,0,'Summon Flamekin Rager','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15712,0,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,3,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,74,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,64,75,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15752,15753,0,0,0,3739,1524,0,0,'Linken\'s Boomerang','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15713,0,0,0,0,536871184,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3740,1524,0,0,'Boomerang','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15714,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,21,21,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15715,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,24,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15716,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0.3,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15717,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15727,0,0,0,0,262160,0,0,0,0,8192,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-2.25,0,0,-3,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,960,0,50,'Demoralizing Roar','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15728,5,0,3,0,0,136,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,1,1,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,-1,-1,-1,-2,-2,-2,0,0,0,18,18,18,16,16,16,8,8,8,29,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,761,1614,0,0,'Plague Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15729,6,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,186,236,0,0,'Remove Curse','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15730,5,0,2,0,2048,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,20,33,0,0,20,20,25,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15730,0,0,0,0,0,346,207,0,0,'Curse of Mending','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15731,5,0,2,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,1,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,207,0,0,'Curse of Mending','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15732,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,20,71,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15733,2,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15732,0,0,0,0,0,0,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15734,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,47,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3779,1499,0,0,'Summon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15735,6,0,0,0,65792,268452868,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,20,20,28,0,235,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,6,0,0,0,0,0,0,23,0,4,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15736,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (15736,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','','','','','','','','',0,0,0,0,3,2048,0,1,1,1,1,1,0), + (15737,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3780,1,0,0,'Arena Flash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15739,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3780,1,0,0,'Arena Flash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15740,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3780,1,0,0,'Arena Flash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15741,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3780,1,0,0,'Arena Flash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15742,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,46,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,310,37,0,50,'Ashcrombe\'s Teleport','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15743,2,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,98,1,0,1,1,0,1,0,0,0,0,0,0,1249,0,74,0,0,0,18,0,18,16,0,16,9,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,3781,11,0,0,'Flamecrack','','','','','','','','','','','','','','','',25,0,0,0,0,0,0,1,1,1,1,1,0), + (15744,2,250,0,14,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,32,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,19,1,0,1,1,0,0,0,0,0,0,0,121,-51,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,1500,0,3,131072,0,1,1,1,1,1,0), + (15745,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10161,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Rookery Whelp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,4204,1,0,0,'Disturb Rookery Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15748,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,3,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3782,1,0,0,'Freeze Rookery Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15749,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,95,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,58,0,1,1,0,1,1,0,0,0,0,0,0,0,74,149,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,3783,457,0,50,'Shield Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (15750,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3784,1,0,0,'Rookery Whelp Spawn-in Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15752,0,109,0,3,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,1,1,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3785,560,0,50,'Disarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (15753,0,0,0,12,262400,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3786,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15754,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,3,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15755,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3492,0,0,0,0,0,222,1,0,0,'Plans: Hardened Iron Shortsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15756,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3496,0,0,0,0,0,222,1,0,0,'Plans: Moonsteel Broadsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15757,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3498,0,0,0,0,0,222,1,0,0,'Plans: Massive Iron Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15758,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15759,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15760,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15761,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15762,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15763,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15764,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15765,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15766,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15767,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15768,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15769,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15770,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15771,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15772,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15773,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15774,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15775,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15776,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15777,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15778,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15779,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10179,0,0,0,0,0,0,0,0,1707,1240,122,0,'White Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15780,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10178,0,0,0,0,0,0,0,0,1707,1240,122,0,'Green Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15781,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10180,0,0,0,0,0,0,0,0,1707,1240,122,0,'Steel Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15782,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,695,0,0,'Frostsaber Cub Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15783,4,0,0,0,65536,268435596,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,15420,0,101,0,0,1,1,1,0,8,8,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,6,0,0,5,0,0,0,0,0,16,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15784,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,40,100,0,0,1,1,3,0,10,5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,12,0,0,11,0,0,0,0,0,21,21,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6136,0,0,0,0,124,181,0,50,'Frost Armor','','','','','','','','','','','','','','','',0,133,0,0,3,524288,0,1,1,1,1,1,0), + (15785,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,39,0,0,1,0,0,0,0,0,0,0,0,362,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15786,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,22,0,40,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2630,0,0,0,0,0,0,0,0,264,686,0,0,'Earthbind Totem','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15787,2,35,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,28,0,200,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10183,0,0,0,0,0,0,0,0,221,33,0,0,'Moonflare Totem','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15788,6,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,94,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,1485,0,0,'Moonflare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15789,2,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,27,22,22,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15788,0,0,0,0,0,0,1485,0,0,'Moonflare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15790,6,0,0,0,65792,268452868,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,20,20,28,0,235,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,6,0,0,0,0,0,0,23,0,4,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15791,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (15791,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,111,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','','','','','','','','',0,0,0,0,3,2048,0,1,1,1,1,1,0), + (15792,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,0,1,1,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10681,0,0,0,0,0,0,0,0,3979,47,0,0,'Summon Blackhand Veteran','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (15793,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,50,'Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15794,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,0,1,1,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10680,0,0,0,0,0,0,0,0,3979,47,0,0,'Summon Blackhand Dreadweaver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (15795,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,'Throw','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,3,2,1,1,1,0), + (15797,3,2,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,62,0,0,'Lightning Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15798,6,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,29,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,7,0,1,1,0,0,0,0,0,0,0,17,36,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15799,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,963,0,0,'Chain Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,0.5,1,1,0), + (15800,5,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,95,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,57,0,0,1,0,0,0,0,0,19.1,0,0,353,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15801,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15802,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,-1,-1,0,-2,-2,-41,0,0,0,6,6,6,0,0,0,0,0,0,29,29,61,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,279,207,0,0,'Shrink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15804,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15805,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 1000','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15806,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,33,33,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15807,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,31,31,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15808,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,37,37,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15809,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,41,41,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15810,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,43,43,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15811,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,45,47,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15812,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,51,51,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 52','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15813,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,53,53,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 54','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15814,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,55,55,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 56','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15815,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,57,57,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 58','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15816,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,61,61,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 62','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15817,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,63,63,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 64','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15818,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,65,65,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 66','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15819,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,67,67,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 68','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15820,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,69,69,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 70','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15821,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,71,71,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15822,5,0,1,10,68222976,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,15,130,0,0,101,0,0,40,40,29,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,1,1,1,0,0,0,0,0,0,0,299,299,0,0,0,1,1,1,0,0,0,0,0,0,12,8,24,0,3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3859,44,0,0,'Dreamless Sleep','','','','','','','','','','','','','','','',0,0,1500,0,13,0,0,0,0,1,1,1,0), + (15823,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,73,73,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 74','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15824,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,75,75,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 76','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15825,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,77,77,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 78','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15826,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,79,79,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 80','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15827,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,81,81,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 82','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15828,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,83,83,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 84','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15829,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,85,85,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 86','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15830,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,87,87,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 88','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15831,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,89,89,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 90','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15832,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,91,91,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 92','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15833,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8831,8925,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12190,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Dreamless Sleep Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15834,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15833,0,0,0,0,0,107,41,0,0,'Dreamless Sleep Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15847,0,0,0,12,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,401,1,0,1,1,0,0,0,0,0,0,0,599,149,0,0,0,0,24,24,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,3879,1525,0,0,'Tail Sweep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15848,3,0,3,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,631,264,0,0,'Festering Rash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15849,4,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15850,0,0,0,0,0,124,187,0,50,'Chill Wind','','','','','','','','','','','','','','','',0,0,0,0,3,524288,0,0,0,1,1,1,0), + (15850,4,0,1,0,16,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-31,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,187,0,50,'Chilled','','','','','','','','','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (15851,2,0,0,0,0,136,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3899,937,0,0,'Dragonbreath Chili','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15852,0,11,4,0,256,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,128,0,20,5,0,0,35,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,15851,0,0,0,0,0,3880,937,0,50,'Dragonbreath Chili','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15853,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1015,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12209,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Lean Wolf Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15854,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15853,0,0,0,0,0,222,1,0,0,'Recipe: Lean Wolf Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15855,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12184,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12210,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Roast Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15856,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12203,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13851,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Hot Wolf Ribs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15857,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15855,0,0,0,0,0,222,1,0,0,'Recipe: Roast Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15858,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15856,0,0,0,0,0,222,1,0,0,'Recipe: Hot Wolf Ribs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15859,5,99,1,1,1310720,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,10,10,28,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,1,0,0,24,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,6,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Dominate Mind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15860,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,105,0,0,0,0,0,54,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,251,0,0,'Impale','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (15861,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12202,159,4536,0,0,0,0,0,1,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12212,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Jungle Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15862,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15861,0,0,0,0,0,222,1,0,0,'Recipe: Jungle Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15863,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12037,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12213,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Carrion Surprise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15864,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15863,0,0,0,0,0,222,1,0,0,'Recipe: Carrion Surprise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15865,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12037,2596,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12214,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Mystery Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15866,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15865,0,0,0,0,0,222,1,0,0,'Recipe: Mystery Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15867,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,125,0,65,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10217,0,0,0,0,0,0,0,0,221,680,0,0,'Flame Buffet Totem','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (15869,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,10,10,9,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10218,0,0,0,0,0,0,0,0,135,79,0,0,'Superior Healing Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15870,0,0,0,0,524288,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,115,0,0,0,0,0,22,0,0,30,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,73,0,0,'Healing Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15871,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15872,0,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,15,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15870,0,0,0,0,0,0,87,0,0,'Superior Healing Ward Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15873,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15874,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15875,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15876,4,36,1,0,2112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,70,15,15,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15878,0,0,0,0,0,0,56,0,0,'Ice Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15877,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15878,4,36,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2335,56,0,0,'Ice Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (15879,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15880,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15881,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15882,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15883,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15884,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15885,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15886,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15887,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15888,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15889,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15890,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15891,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15892,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15893,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15894,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15895,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15896,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15897,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15898,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15899,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15900,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15901,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15902,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15903,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15904,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15905,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15906,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12037,4402,2692,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12217,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Dragonbreath Chili','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15907,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15908,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15906,0,0,0,0,0,222,1,0,0,'Recipe: Dragonbreath Chili','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15909,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15910,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12204,3713,159,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12215,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Heavy Kodo Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15911,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15910,0,0,0,0,0,222,1,0,0,'Recipe: Heavy Kodo Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15912,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15913,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15914,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15915,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12206,2692,0,0,0,0,0,0,1,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12216,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Spiced Chili Crab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15916,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15917,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15918,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15915,0,0,0,0,0,107,41,0,0,'Spiced Chili Crab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15919,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15920,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15921,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15922,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15923,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15924,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15925,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15926,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15927,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15928,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15929,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15930,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15931,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Mace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15933,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12207,3713,0,0,0,0,0,0,1,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12218,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Monster Omelet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15934,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15933,0,0,0,0,0,107,41,0,0,'Monster Omelet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15935,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12223,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12224,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Crispy Bat Wing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15936,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15935,0,0,0,0,0,222,1,0,0,'Recipe: Crispy Bat Wing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15937,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15938,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15939,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15940,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15941,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15942,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15943,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15944,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15945,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15946,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 2H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15947,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15948,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15949,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15950,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15951,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15952,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15953,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15954,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15955,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15956,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15957,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 300','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15958,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,24,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12241,0,15,0,0,0,0,0,0,0,0,3886,1,0,0,'Collect Rookery Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15967,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Magic Resist 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15968,5,73,0,0,786448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15969,5,73,0,0,786448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,197,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15970,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,4,0,0,15,2,0,0,101,0,0,20,20,1,0,90,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15971,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-2.25,0,0,-3,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,960,0,50,'Demoralizing Roar','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15972,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3466,1206,7067,4234,0,0,0,10,2,1,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12259,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Glinting Steel Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15973,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3577,7068,4234,0,0,0,0,10,4,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12260,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Searing Golden Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15974,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15972,0,0,0,0,0,107,1,0,0,'Glinting Steel Dagger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15975,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15973,0,0,0,0,0,222,1,0,0,'Plans: Searing Golden Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15976,0,0,0,15,851984,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,1,0,0,0,0,2,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Puncture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (15978,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15976,0,0,0,0,0,0,243,0,0,'Puncture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (15979,6,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,91,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3919,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (15980,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,29,0,0,1,0,0,0,0,0,0,0,0,176,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15981,3,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,29,0,90,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (15982,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,145,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,113,0,0,1,0,0,0,0,0,0,0,0,693,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (15983,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,107,26,0,0,'Two-Handed Swords','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15984,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,0,0,0,0,0,107,1526,0,0,'One-Handed Axes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15985,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,0,0,0,0,0,107,328,0,0,'Two-Handed Axes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15986,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,0,0,0,107,367,0,0,'One-Handed Maces','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15987,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,0,0,0,107,435,0,0,'Two-Handed Maces','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15988,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1180,0,0,0,0,0,107,151,0,0,'Daggers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15989,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,0,0,107,286,0,0,'Staves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15990,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3386,0,0,0,0,0,107,219,0,0,'Spears','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15991,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,107,1527,0,0,'Polearms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15992,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15590,0,0,0,0,0,107,756,0,0,'Fist Weapons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15993,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1,0,0,'Bijou Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15994,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,107,364,0,0,'Bows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15995,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5011,0,0,0,0,0,107,269,0,0,'Crossbows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15996,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,0,0,0,107,393,0,0,'Guns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15997,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2567,0,0,0,0,0,107,1528,0,0,'Thrown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (15998,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,20,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,24,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12263,0,0,0,0,0,0,0,0,0,0,3160,1,0,0,'Capture Worg Pup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (15999,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,10259,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Worg Pup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16000,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,'Throw','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,3,2,1,1,1,0), + (16001,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,105,0,0,0,0,0,54,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,251,0,0,'Impale','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (16002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000000,0,0,0,0,0,0,0,0,10261,0,0,0,0,0,0,0,0,3460,11,0,0,'Summon Burning Felhound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16003,2,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate Visual Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10263,0,0,0,0,0,0,0,0,3460,11,0,0,'Summon Burning Felguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16005,2,0,0,0,65536,268435596,0,0,32,0,0,64,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,105,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,8.7,0,0,8,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16006,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (16007,0,0,0,0,128,0,0,0,0,0,0,128,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,7,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3920,1,0,0,'Draco-Incarcinatrix 900','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16027,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175264,0,0,0,0,0,0,0,0,1363,1,0,0,'Create Broodling Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16028,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,3,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,16,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4734,0,0,0,0,0,0,0,3782,1,0,0,'Freeze Rookery Egg - Prototype','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16029,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9280,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12144,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Eggscilliscope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16031,0,0,0,0,256,67109888,0,0,0,0,0,0,0,0,0,0,6,0,0,15,15373,0,0,101,0,0,0,48,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10290,0,0,0,0,0,0,0,215,226,0,0,'Releasing Corrupt Ooze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16032,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,48,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3940,248,0,0,'Merging Oozes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16033,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,462,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,0.9,1,1,0), + (16034,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,25,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,87,0,0,1,0,0,0,0,0,0,0,0,531,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16035,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,22,0,0,0,0,0,0,0,0,12,0,0,'Concussion','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16036,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,0,0,0,0,0,0,0,0,62,0,0,'zzOLDImproved Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16037,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,11,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3699,1499,0,0,'Mind Probe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16038,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Call of Flame','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16039,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'Convection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16040,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2416967680,0,0,11,0,0,0,0,0,0,0,0,0,501,0,0,'Reverberation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16041,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,141,0,0,'Call of Thunder','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16043,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,8,6,0,0,0,0,0,0,0,0,689,0,0,'Earth\'s Grasp','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16044,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,5,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16045,0,0,0,18,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,10,0,101,0,0,1,1,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3943,25,0,0,'Encage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16046,2,250,0,14,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,27,1,0,1,1,0,0,0,0,0,0,0,160,-71,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,1500,0,3,131072,0,1,1,1,1,1,0), + (16047,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3944,11,0,0,'Emberseer Full Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16048,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16049,0,0,0,0,0,3946,876,0,0,'Emberseer Growing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16049,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,1,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,18,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3947,148,0,0,'Emberseer Growing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16050,3,51,1,11,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,15,0,0,0,101,0,0,28,28,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-81,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,27,0,50,'Slowing Ooze','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,2,1,1,1,0), + (16051,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,784,1,0,0,'Barrier of Light','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16052,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3944,876,0,0,'Emberseer Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16053,1,0,0,1,1376256,67117060,524288,0,0,134217728,0,0,2,0,0,0,14,0,0,0,0,27692,0,101,0,70,57,57,3,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,1,0,0,61,0,-26,0,0,0,38,1,6,0,0,0,9,0,0,2,4,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Dominion of Soul','','','','','','','','','','','','','','','',0,133,1500,0,6,131072,0,1,1,1,1,1,0), + (16054,0,0,0,0,0,0,4,0,0,0,0,0,0,683,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,76,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,46,40,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175322,15,0,0,0,0,0,0,707,33,0,0,'Flames of the Black Flight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16055,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7322,0,0,0,0,0,0,0,0,1708,836,122,0,'Nightsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16056,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10322,0,0,0,0,0,0,0,0,1708,916,122,0,'Frostsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16057,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175321,0,0,0,0,0,0,0,0,3324,1,0,0,'Place Unforged Seal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16058,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10336,0,0,0,0,0,0,0,0,1708,1181,122,0,'Primal Leopard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16059,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10337,0,0,0,0,0,0,0,0,1708,1181,122,0,'Tawny Sabercat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16060,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10338,0,0,0,0,0,0,0,0,1708,1181,122,0,'Golden Sabercat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16067,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,35,35,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,1,0,0,119,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,12,0,50,'Arcane Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (16068,0,0,0,0,256,268436484,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4111,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3943,207,0,0,'Encage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16069,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1,0,0,'Nefarius Attack 001','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16070,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,0,0,0,0,14,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Nefarius Attack 000','','','','','','','','','','','','','','','',0,0,0,0,3,2048,0,1,1,1,1,1,0), + (16071,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,55,55,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3959,1766,0,0,'Curse of the Firebrand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16072,0,0,0,0,268435728,0,0,0,0,0,0,0,0,704,0,0,6,0,0,15,128,0,0,101,0,0,0,1,62,0,0,0,0,0,2,0,0,0,0,12341,12342,12343,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,-1,0,50,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175336,3938,0,0,0,0,0,0,0,373,289,0,0,'Purify and Place Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16073,0,0,0,0,268435728,0,0,0,0,0,0,0,0,703,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12347,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3961,11,0,0,'Burning Felguard Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16075,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,1,1,39,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,1749,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3962,1529,0,0,'Throw Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16076,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,-21,0,0,0,0,1,1,0,0,0,0,0,0,0,138,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,'War Master Voone Unarmed Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16077,0,0,0,0,268435728,0,0,0,0,0,0,0,0,705,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12349,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16078,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3963,1,0,0,'Emberseer Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16079,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,47,0,0,1,0,0,0,0,0,0,0,0,294,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16080,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4270,0,0,0,0,0,0,0,0,1709,1178,122,0,'Red Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16081,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,359,0,0,0,0,0,0,0,0,1709,956,122,0,'Arctic Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16082,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,306,0,0,0,0,0,0,0,0,1703,1176,122,0,'Palomino Stallion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16083,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,0,0,0,0,0,1703,1176,122,0,'White Stallion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16084,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7704,0,0,0,0,0,0,0,0,1705,1180,122,0,'Mottled Red Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16085,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,0,0,0,0,0,0,680,0,0,'zzOLDImproved Searing Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16086,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1001,-1001,-26,0,0,0,1,1,1,0,0,0,0,0,0,107,107,108,0,0,0,0,0,0,0,0,0,0,0,0,19,1,2,0,0,0,0,0,0,0,33,0,0,'Improved Fire Totems','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (16088,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,14,0,0,0,0,0,0,0,0,0,37,0,0,'zzOLDImproved Magma Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16089,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,1137,0,0,'Elemental Fury','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16090,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,'zzOLDImproved Chain Lightning','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16092,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5302,0,0,0,0,0,0,28,0,0,'Defensive State (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16093,0,0,1,0,142606720,268435488,0,0,0,0,0,0,0,0,0,0,1,0,0,0,277535,0,0,101,0,1,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3379,153,0,0,'Self Visual - Sleep Until Cancelled (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16094,4,50,0,0,786448,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,8,6,91,91,1,1,1,1,0,0,0,0,0,0,254,254,-51,0,0,0,24,24,24,0,0,0,9,9,9,0,0,33,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,193,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16095,0,0,0,15,851984,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Vicious Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16096,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3980,166,0,0,'Cowering Roar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16097,3,0,1,17,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,30,30,1,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,22,0,15,15,0,13,13,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,7552,0,0,0,0,0,0,0,0,2295,82,0,50,'Hex','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16098,5,36,2,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,6,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,876,130,0,0,'Curse of Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16099,4,50,0,0,786448,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,8,6,45,45,1,1,1,1,0,0,0,0,0,0,127,127,-51,0,0,0,24,24,24,0,0,0,9,9,9,0,0,33,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,193,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16100,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (16101,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,96,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16102,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,37,1,0,1,1,0,0,0,0,0,0,0,227,47,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16103,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10375,0,0,0,0,0,0,0,0,3999,976,0,0,'Summon Spire Spiderling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16104,0,33,1,12,16,262280,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,43,43,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4001,87,0,0,'Crystallize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16105,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,22,0,0,0,0,0,0,0,0,12,0,0,'Concussion','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16106,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,12,0,0,'Concussion','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16107,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,22,0,0,0,0,0,0,0,0,12,0,0,'Concussion','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16108,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,22,0,0,0,0,0,0,0,0,12,0,0,'Concussion','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16109,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'Convection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16110,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'Convection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16111,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'Convection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16112,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'Convection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16113,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2416967680,0,0,11,0,0,0,0,0,0,0,0,0,501,0,0,'Reverberation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16114,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-601,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2416967680,0,0,11,0,0,0,0,0,0,0,0,0,501,0,0,'Reverberation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16115,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2416967680,0,0,11,0,0,0,0,0,0,0,0,0,501,0,0,'Reverberation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16116,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2416967680,0,0,11,0,0,0,0,0,0,0,0,0,501,0,0,'Reverberation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16117,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,141,0,0,'Call of Thunder','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16118,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,141,0,0,'Call of Thunder','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16119,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,141,0,0,'Call of Thunder','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16120,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,141,0,0,'Call of Thunder','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16121,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16122,0,0,0,0,0,0,250,30,0,'Phasing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16122,0,38,0,0,268697616,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,101,0,0,20,20,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99998,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,30,0,'Phasing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16123,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,'zzOLDImproved Chain Lightning','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16127,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,0,0,0,0,0,0,680,0,0,'zzOLDImproved Searing Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16128,3,0,3,0,524288,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,1,0,44,19,0,0,0,0,6,6,0,0,0,0,0,0,0,3,14,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,717,1614,0,0,'Infected Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16129,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,14,0,0,0,0,0,0,0,0,0,37,0,0,'Improved Magma Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16130,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,19,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,8,6,0,0,0,0,0,0,0,0,689,0,0,'Earth\'s Grasp','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16131,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,689,0,0,'zzOLDImproved Stoneclaw Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16132,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,689,0,0,'zzOLDImproved Stoneclaw Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16133,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,689,0,0,'zzOLDImproved Stoneclaw Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16134,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Blackhand Summoner Presummon Emote','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,0,0,0), + (16135,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Blackhand Summoner Presummon Emote','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,0,0,0), + (16136,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15794,0,0,0,0,0,4020,1490,0,0,'Summoning Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16138,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,33219,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1643,0,0,0,0,0,0,0,0,3324,1,0,0,'Sharpen Blade V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16139,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4,0,101,0,0,1,1,32,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15792,0,0,0,0,0,4020,1490,0,0,'Summoning Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16140,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16141,0,0,0,0,0,0,693,0,0,'Exploding Cadaver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16141,0,49,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,1,3,271,0,0,1,0,0,0,0,0,0,0,0,764,0,0,0,0,0,22,1,36,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4021,313,0,50,'Exploding Cadaver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16142,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,8,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16143,0,0,0,0,0,0,152,0,0,'Cadaver Worms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16143,5,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,6,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,3,88,0,10000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2257,1468,0,0,'Cadaver Worms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16144,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,359,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (16145,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,-24,0,0,-25,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16146,2,36,0,0,2112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,100,0,70,15,15,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16147,0,0,0,0,0,0,31,0,0,'Burning Ravaged Cadaver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16147,2,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4047,31,0,0,'Burning Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16153,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10620,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Thorium','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16154,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16153,0,0,0,0,0,107,1,0,0,'Smelt Thorium','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16156,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,0,0,0,0,0,0,0,0,62,0,0,'zzOLDImproved Lightning Bolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16157,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,0,0,0,0,0,0,0,0,62,0,0,'zzOLDImproved Lightning Bolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16158,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,0,0,0,0,0,0,0,0,62,0,0,'zzOLDImproved Lightning Bolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16159,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,0,0,0,0,0,0,0,0,62,0,0,'zzOLDImproved Lightning Bolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16160,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Call of Flame','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16161,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Call of Flame','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16162,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Call of Flame','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16163,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Call of Flame','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16164,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,10,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16246,0,0,0,0,0,0,212,0,50,'Elemental Focus','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (16166,3,0,1,0,33816576,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,8,0,0,87376,100,1,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,-101,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14,0,0,0,0,0,0,0,290,117,0,50,'Elemental Mastery','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,1,1,1,1,0), + (16167,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10459,0,0,0,0,0,0,0,0,653,320,0,0,'Rend Blackhand Mounts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16168,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,18,0,0,0,0,0,3,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,91,1,0,1,1,0,0,0,0,0,0,0,554,179,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1584,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16169,0,85,0,0,262164,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,24,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,277,0,50,'Arcing Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16170,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,10,2,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6682,38,0,0,'Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16171,0,43,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,108,108,108,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,22,22,22,30,30,30,13,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,1,14,0,0,0,0,0,0,4029,456,0,50,'Empower Will','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16172,0,52,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1187,25,0,0,'Head Crack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16173,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,46,0,0,'Totemic Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16176,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16177,0,0,0,0,0,0,200,0,0,'Ancestral Healing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16177,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,200,0,0,'Ancestral Fortitude','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16178,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,8,0,0,0,0,0,0,0,0,0,133,0,0,'Purification','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16179,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,14,0,0,0,0,0,0,0,0,0,36,0,0,'Tidal Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16180,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,'Nature\'s Guidance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16181,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,964,0,0,'Healing Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16182,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,10,0,0,0,0,0,0,0,0,0,13,0,0,'Improved Healing Wave','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16183,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,963,0,0,'zzOLDImproved Chain Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16184,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-600001,9,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,0,0,0,11,8,0,0,0,0,0,0,0,0,24,0,0,'Improved Reincarnation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16185,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,8,0,0,0,0,0,0,0,0,0,1647,0,0,'zzOLDImproved Healing Stream Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16186,3,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,29,29,25,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,9,0.45,0,249,10,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4039,264,0,0,'Fevered Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16187,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,338,0,0,'Restorative Totems','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16188,0,0,1,0,33882112,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,4,0,0,87376,100,1,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2499,0,0,10,0,0,0,0,0,0,0,0,4040,112,0,50,'Nature\'s Swiftness','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,1,1,1,1,0), + (16189,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,65,0,50,'Totemic Mastery','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (16190,4,591,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,40,40,29,0,20,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10467,0,0,0,0,0,0,0,0,364,94,0,0,'Mana Tide Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (16191,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,169,0,0,0,0,0,1,0,0,0,0,0,9,0,0,24,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4279,94,0,0,'Mana Tide','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (16192,4,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16193,0,0,0,0,0,0,94,0,0,'zzOLDMana Tide','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16193,4,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,'zzOLDMana Tide','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16194,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1475,0,0,7,0,0,0,0,0,0,0,0,0,100,0,0,'Tidal Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12442,12440,0,0,0,0,0,0,1,6,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12443,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Knucklebone Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16196,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,'Nature\'s Guidance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12442,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Empty Charm Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16198,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,'Nature\'s Guidance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16199,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,1,0,0,0,0,0,0,0,0,0,15,0,0,'zzOLDEventide','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16200,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,1,0,0,0,0,0,0,0,0,0,15,0,0,'zzOLDEventide','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16201,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,8,0,0,0,0,0,0,0,0,0,1647,0,0,'zzOLDImproved Healing Stream Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16202,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,8,0,0,0,0,0,0,0,0,0,1647,0,0,'zzOLDImproved Healing Stream Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16203,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,8,0,0,0,0,0,0,0,0,0,1647,0,0,'zzOLDImproved Healing Stream Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16204,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,8,0,0,0,0,0,0,0,0,0,1647,0,0,'zzOLDImproved Healing Stream Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16205,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,338,0,0,'Restorative Totems','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16206,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,338,0,0,'Restorative Totems','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16207,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,338,0,0,'Restorative Totems','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16208,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,338,0,0,'Restorative Totems','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16209,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1200001,19,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,512,0,0,11,8,0,0,0,0,0,0,0,0,24,0,0,'Improved Reincarnation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16210,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,8,0,0,0,0,0,0,0,0,0,133,0,0,'Purification','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16211,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,8,0,0,0,0,0,0,0,0,0,133,0,0,'Purification','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16212,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,8,0,0,0,0,0,0,0,0,0,133,0,0,'Purification','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16213,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,8,0,0,0,0,0,0,0,0,0,133,0,0,'Purification','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16214,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,14,0,0,0,0,0,0,0,0,0,36,0,0,'Tidal Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16215,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,14,0,0,0,0,0,0,0,0,0,36,0,0,'Tidal Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16216,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,14,0,0,0,0,0,0,0,0,0,36,0,0,'Tidal Focus','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16217,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,448,0,0,14,0,0,0,0,0,0,0,0,0,36,0,0,'Tidal Focus','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16218,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1475,0,0,7,0,0,0,0,0,0,0,0,0,100,0,0,'Tidal Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16219,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1475,0,0,7,0,0,0,0,0,0,0,0,0,100,0,0,'Tidal Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16220,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1475,0,0,7,0,0,0,0,0,0,0,0,0,100,0,0,'Tidal Mastery','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16221,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1475,0,0,7,0,0,0,0,0,0,0,0,0,100,0,0,'Tidal Mastery','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16222,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,46,0,0,'Totemic Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16223,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,46,0,0,'Totemic Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16224,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,46,0,0,'Totemic Focus','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16225,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,46,0,0,'Totemic Focus','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16226,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,10,0,0,0,0,0,0,0,0,0,13,0,0,'Improved Healing Wave','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16227,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,10,0,0,0,0,0,0,0,0,0,13,0,0,'Improved Healing Wave','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16228,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,10,0,0,0,0,0,0,0,0,0,13,0,0,'Improved Healing Wave','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16229,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,10,0,0,0,0,0,0,0,0,0,13,0,0,'Improved Healing Wave','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16230,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,964,0,0,'Healing Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16231,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,28,28,4,0,70,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,44,-291,0,0,0,0,6,6,6,0,0,0,0,0,0,99,22,92,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1265,93,0,0,'Curse of Recklessness','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16232,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,964,0,0,'Healing Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16233,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,964,0,0,'Healing Focus','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16234,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,964,0,0,'Healing Focus','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16235,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16236,0,0,0,0,0,0,200,0,0,'Ancestral Healing','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16236,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,200,0,0,'Ancestral Fortitude','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16237,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,200,0,0,'Ancestral Fortitude','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16238,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,200,0,0,'zzOLDAncestral Fortitude','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16239,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,200,0,0,'zzOLDAncestral Fortitude','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16240,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16237,0,0,0,0,0,0,200,0,0,'Ancestral Healing','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16241,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16238,0,0,0,0,0,0,200,0,0,'zzOLDAncestral Healing','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16242,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16239,0,0,0,0,0,0,200,0,0,'zzOLDAncestral Healing','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16243,5,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,5,5,0,0,0,0,0,0,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,37,0,0,1,0,0,0,0,0,0,0,0,106,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4341,62,0,0,'Ribbon of Souls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16244,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-4,0,0,-21,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (16245,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3960,1,0,0,'Freeze Anim','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16246,6,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,10,10,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2416967683,0,0,14,0,0,0,0,0,0,0,0,2736,212,0,0,'Clearcasting','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,1,1,1,1,0), + (16247,5,0,2,0,2064,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,20,50,0,0,20,20,25,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16248,0,0,0,0,0,855,207,0,0,'Curse of Thorns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16248,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,45,0,0,1,0,0,0,0,0,3,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3362,168,0,0,'Curse of Thorns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16249,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,25,1,0,1,1,0,0,0,0,0,0,0,71,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2147,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16250,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,96,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16251,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,33554432,67108864,0,0,18,0,0,0,0,0,0,0,0,334,0,0,'zzOLDTotemic Wrath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16252,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16253,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,1,1,0,0,0,0,0,0,0,51,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16254,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16255,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,50,'Thundering Strikes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16256,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16257,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16258,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,-1001,0,0,0,0,1,1,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,0,0,0,8,11,0,0,0,0,0,0,0,0,690,0,0,'Guardian Totems','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16259,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,691,0,0,'Enhancing Totems','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16260,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,337,0,0,'zzOLDImproved Grace of Air Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16261,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,19,0,0,'Improved Lightning Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16262,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,10,0,0,0,0,0,0,0,0,0,67,0,0,'Improved Ghost Wolf','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16263,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,8,0,0,0,0,0,0,0,0,0,679,0,0,'zzOLDImproved Flametongue Weapon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16264,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16777216,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,'zzOLDImproved Frostbrand Weapon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16265,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,8,0,0,0,0,0,0,0,0,0,688,0,0,'zzOLDImproved Rockbiter Weapon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16266,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,6,4,12,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,0,0,0,0,679,0,0,'Elemental Weapons','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (16268,0,0,0,0,159646096,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18848,0,0,0,0,0,107,558,0,50,'Parry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16269,0,0,0,0,159646096,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,197,199,0,0,0,0,107,1546,0,0,'Two-Handed Axes and Maces','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16271,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16272,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16273,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16274,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,229,0,50,'Anticipation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16277,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16280,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16281,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16277,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16282,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16278,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16283,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16279,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16284,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16280,0,0,0,0,0,0,108,0,50,'Flurry','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16285,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,8,0,0,0,0,0,0,0,0,0,679,0,0,'zzOLDImproved Flametongue Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16286,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16777216,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,'zzOLDImproved Frostbrand Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16287,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,10,0,0,0,0,0,0,0,0,0,67,0,0,'Improved Ghost Wolf','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16288,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,337,0,0,'zzOLDImproved Grace of Air Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16289,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,337,0,0,'zzOLDImproved Grace of Air Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16290,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,19,0,0,'Improved Lightning Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16291,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,19,0,0,'Improved Lightning Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16292,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,8,0,0,0,0,0,0,0,0,0,688,0,0,'zzOLDImproved Rockbiter Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16293,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,-2001,0,0,0,0,1,1,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,0,0,0,8,11,0,0,0,0,0,0,0,0,690,0,0,'Guardian Totems','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16294,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,8,0,0,0,0,0,0,0,0,0,690,0,0,'zzOLDImproved Stoneskin Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16295,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,691,0,0,'Enhancing Totems','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16296,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,691,0,0,'zzOLDImproved Strength of Earth Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16297,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,3,0,0,0,0,0,0,0,0,0,220,0,0,'zzOLDImproved Windfury Weapon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16298,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,9,0,0,0,0,1,1,0,0,0,0,0,0,0,51,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16299,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,14,0,0,0,0,1,1,0,0,0,0,0,0,0,51,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16300,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,19,0,0,0,0,1,1,0,0,0,0,0,0,0,51,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16301,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,24,0,0,0,0,1,1,0,0,0,0,0,0,0,51,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16302,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,50,'Thundering Strikes','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16303,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,50,'Thundering Strikes','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16304,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,50,'Thundering Strikes','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16305,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,50,'Thundering Strikes','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16306,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16307,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16308,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16309,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16310,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4045,1,0,0,'Cadaver Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16311,3,0,0,0,128,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,42,34,34,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,18,0,0,210,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20868,0,0,0,0,0,688,0,0,'Rockbiter Weapon (Passive)','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,4194304,0,0,0,1,1,1,0), + (16312,3,0,0,0,128,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,52,44,44,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,16.1,0,0,392,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20870,0,0,0,0,0,688,0,0,'Rockbiter Weapon (Passive)','','','','','','','','Rank 6','','','','','','','',0,0,0,0,11,4194304,0,0,0,1,1,1,0), + (16313,3,0,0,0,128,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,62,54,54,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,16.5,0,0,553,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20871,0,0,0,0,0,688,0,0,'Rockbiter Weapon (Passive)','','','','','','','','Rank 7','','','','','','','',0,0,0,0,11,4194304,0,0,0,1,1,1,0), + (16314,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,42,34,34,0,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1663,0,0,0,0,0,0,0,0,58,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16315,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,52,44,44,0,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,0,0,0,0,0,0,0,0,58,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16316,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,62,54,54,0,0,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,0,0,0,0,0,0,0,0,58,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16317,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16315,0,0,0,0,0,107,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16318,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16316,0,0,0,0,0,107,688,0,0,'Rockbiter Weapon','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16319,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,1,0,0,'Touch of Vaelastrasz','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16320,0,0,0,0,134480272,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,0,0,0,0,0,107,297,0,0,'Plate Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16321,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,1,0,0,0,0,0,3,0,0,12384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1532,0,0,'Juju Escape','','','','','','','','','','','','','','','',0,0,0,0,8,32,0,0,0,1,1,1,0), + (16322,3,55,1,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,22,18,0,0,0,0,0,3,0,0,12384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,21,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1532,0,50,'Juju Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16323,3,0,1,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,0,0,101,0,65,65,65,30,0,0,0,0,0,3,0,0,12384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,1533,0,0,'Juju Power','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (16324,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10383,0,0,0,0,0,0,0,0,634,61,0,0,'Summon Broken Cadaver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16325,4,0,1,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,65,6,0,0,0,0,0,3,0,0,12384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,291,1535,0,0,'Juju Chill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16326,2,0,1,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,65,6,0,0,0,0,0,3,0,0,12384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,290,1536,0,0,'Juju Ember','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16327,6,0,1,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,42,30,0,0,0,0,0,3,0,0,12384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,27,1537,0,0,'Juju Guile','','','','','','','','','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (16328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,3,61,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10429,0,8593,0,0,0,0,0,0,4046,558,0,0,'Summon Rend Blackhand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16329,1,0,1,0,65792,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,50,6,0,0,0,0,0,3,0,0,12384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,193,1538,0,0,'Juju Might','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483650,0,1,1,1,1,1,0), + (16331,0,0,0,0,464,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Incorporeal Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,67,0,1,1,0,1,1,0,0,0,0,0,0,0,4999,0,0,0,0,0,22,22,0,30,30,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,1,0,0,'Divine Touch of Vaelastrasz','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16333,5,0,1,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,4,0,0,0,0,0,4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,346,76,0,0,'Debilitating Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16334,0,0,0,0,687865872,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10388,0,0,0,0,0,0,0,0,634,91,0,0,'Summon Spiteful Phantom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16335,0,0,0,0,687865872,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10389,0,0,0,0,0,0,0,0,634,91,0,0,'Summon Wrath Phantom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16336,5,0,2,0,0,2048,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,335,9,0,0,'Haunting Phantoms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16337,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,65,65,5,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,-26,0,0,0,0,38,38,0,0,0,0,0,0,0,54,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,1485,0,0,'Chromatic Chaos','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16339,2,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,44,36,36,0,0,105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,523,0,0,0,0,0,0,0,0,290,679,0,0,'Flametongue Weapon','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16340,4,50,0,0,786448,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,8,6,23,23,1,1,1,1,0,0,0,0,0,0,63,63,-51,0,0,0,24,24,24,0,0,0,9,9,9,0,0,33,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,632,193,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16341,2,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,54,46,46,0,0,130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,0,0,0,0,0,0,0,0,290,679,0,0,'Flametongue Weapon','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16342,2,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,64,56,56,0,0,155,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1666,0,0,0,0,0,0,0,0,290,679,0,0,'Flametongue Weapon','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16343,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,54,46,46,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,62,0,0,1875,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,'Flametongue Weapon Proc','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,2097152,0,0,0,1,1,1,0), + (16344,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,64,56,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,78,0,0,2497,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,0,0,'Flametongue Weapon Proc','','','','','','','','Rank 6','','','','','','','',0,0,0,0,11,2097152,0,0,0,1,1,1,0), + (16345,3,0,0,0,16,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16346,0,0,0,0,0,1712,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16346,3,0,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,160,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16347,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16341,0,0,0,0,0,107,679,0,0,'Flametongue Weapon','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16348,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16342,0,0,0,0,0,107,679,0,0,'Flametongue Weapon','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16349,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4622,0,0,0,0,0,0,0,0,4050,1,0,0,'Call of Vaelastrasz','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16350,4,98,1,12,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,2,23,0,121,1,0,1,0,0,0,0,0,0,138,0,739,0,0,0,24,24,24,0,0,0,9,9,9,3,12,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4049,35,0,50,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16351,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12384,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Cache of Mau\'ari','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16352,4,0,0,0,0,136,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,56,48,48,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,4,0,-26,133,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,681,0,0,'Frostbrand Attack','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,16777216,0,1,0,1,1,1,0), + (16353,4,0,0,0,0,136,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,66,58,58,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,5.6,0,-26,174,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,681,0,0,'Frostbrand Attack','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,16777216,0,1,0,1,1,1,0), + (16354,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,320,0,0,'Vaelastrasz Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16355,4,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,56,48,48,0,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1667,0,0,0,0,0,0,0,0,291,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16356,4,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,66,58,58,0,0,160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1668,0,0,0,0,0,0,0,0,291,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16357,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16355,0,0,0,0,0,107,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16358,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16356,0,0,0,0,0,107,681,0,0,'Frostbrand Weapon','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16359,3,0,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,6,1,1,1,1,1,1,0,0,0,0,0,0,14,119,-161,0,0,0,24,24,24,0,0,0,9,9,9,3,0,22,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2619,636,0,0,'Corrosive Acid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16361,3,0,0,0,1,268435456,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,68,60,60,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,19,0,1,1,0,1,1,0,0,0,0,12.5,0,0,332,1,0,0,0,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,220,0,0,'Windfury Weapon','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,8388608,0,0,0,1,1,1,0), + (16362,3,0,0,0,328192,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,68,60,60,0,0,165,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1669,0,0,0,0,0,0,0,0,334,220,0,0,'Windfury Weapon','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (16363,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16362,0,0,0,0,0,107,220,0,0,'Windfury Weapon','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16364,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Rend Calls For Buff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16365,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Rend Calls For Buff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16366,0,0,1,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,1,1,3,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,6,0,0,5,39,0,0,0,0,21,21,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4056,63,0,0,'Enlarge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16367,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,963,0,0,'Chain Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,0.5,1,1,0), + (16368,2,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,72,0,0,'Flametongue Attack','','','','','','','','','','','','','','','',0,0,0,0,11,33554432,0,1,0,1,1,1,0), + (16369,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10461,0,0,0,0,0,0,0,0,0,1,0,0,'Bugs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16370,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10536,0,0,0,0,0,0,0,0,0,1,0,0,'Maggots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16371,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10441,0,0,0,0,0,0,0,0,0,1,0,0,'Rats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16372,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1539,0,0,'Chromatic Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16373,0,0,0,0,0,2048,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,25,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,4059,1539,0,0,'Chromatic Protection: Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16375,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,51,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16378,0,0,0,0,384,0,0,0,0,0,0,0,0,723,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Temperature Reading','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16379,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1585,1,0,0,'Ozzie Explodes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16380,6,0,6,0,269549568,256,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15367,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,50,'Greater Invisibility','','','','','','','','','','','','','','','',0,0,0,0,3,2147483648,0,1,1,1,1,1,0), + (16381,5,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,1,1,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,10408,0,0,0,0,0,0,0,0,4080,150,0,0,'Summon Rockwing Gargoyles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (16387,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,4,0,275,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10557,0,0,0,0,0,0,0,0,221,72,0,0,'Flametongue Totem','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (16388,2,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,66,58,58,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15036,0,0,0,0,0,0,72,0,0,'Flametongue Totem Passive','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16389,2,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,66,58,58,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1216,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,'Flametongue Totem Proc','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,17179869184,0,0,0,1,1,1,0), + (16390,2,50,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,20,0,0,19,0,0,0,0,0,24,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,11,0,50,'Flame Breath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (16391,0,0,0,0,0,2048,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,25,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,4061,1539,0,0,'Chromatic Protection: Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16392,0,0,0,0,0,2048,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,25,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,4060,1539,0,0,'Chromatic Protection: Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16393,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (16394,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16387,0,0,0,0,0,107,72,0,0,'Flametongue Totem','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16395,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,33554432,67108864,0,0,18,0,0,0,0,0,0,0,0,334,0,0,'zzOLDTotemic Wrath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16396,2,50,0,0,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,20,0,0,19,0,0,0,0,0,24,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4062,11,0,50,'Flame Breath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (16397,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,8,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,33554432,67108864,0,0,18,0,0,0,0,0,0,0,0,334,0,0,'zzOLDTotemic Wrath','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16398,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,33554432,67108864,0,0,18,0,0,0,0,0,0,0,0,334,0,0,'zzOLDTotemic Wrath','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16399,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,33554432,67108864,0,0,18,0,0,0,0,0,0,0,0,334,0,0,'zzOLDTotemic Wrath','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (16400,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,10,10,10,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16401,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16402,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,40,40,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (16403,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (16404,0,0,0,0,0,268451844,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,1,0,0,'Banishment of Scale','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16405,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (16406,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (16407,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (16408,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (16409,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (16410,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (16411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,0,'Fatal Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (16412,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,45,45,32,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,31,1,0,1,1,0,0,0,0,0,0,0,134,3,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (16413,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,55,55,32,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,69,2,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (16414,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16415,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,60,60,31,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,41,1,0,1,1,0,0,0,0,0,0,0,179,8,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (16416,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10375,0,0,0,0,0,0,0,0,3999,976,0,0,'Summon Spire Spiderling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16418,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10577,0,0,0,0,0,0,0,0,4082,116,0,0,'Crypt Scarabs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,0,0,0), + (16419,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,20,0,0,15,0,0,0,101,0,0,20,20,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,55,1,0,1,1,0,0,0,0,0,0,0,341,71,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16420,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,327,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,-76,0,0,0,0,1,1,1,0,0,0,0,0,0,0,33,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Crypt Scarab Confuse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16421,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10538,0,0,0,0,0,0,0,0,653,320,0,0,'Vaelastrasz Dragon Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16423,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16424,0,0,0,0,0,0,693,0,0,'Crypt Scarab Suicide Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16424,0,49,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,313,0,50,'Crypt Scarab Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16426,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alien kill Sire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16427,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Virulent Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16428,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16427,0,0,0,0,0,0,152,0,0,'Virulent Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16429,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,55,55,30,0,300,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,4084,55,0,0,'Piercing Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (16430,5,99,1,0,1114112,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15420,0,101,0,0,1,1,29,0,10,2,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,349,349,0,0,0,0,6,6,0,0,0,0,0,0,0,53,64,0,2000,2000,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4085,546,0,0,'Soul Tap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16431,5,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,55,55,3,0,400,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,225,0,0,1,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,21,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,2737,93,0,50,'Bone Armor','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,1,1,1,1,1,0), + (16432,3,0,3,0,256,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,22,22,22,15,15,15,13,13,13,3,38,38,2000,0,0,0,0,0,0,0,0,0,0,0,0,16,18,0,0,0,0,0,0,4319,264,0,0,'Plague Mist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16433,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (16447,0,0,0,0,0,0,0,0,0,0,0,0,0,743,0,0,5,0,0,31,0,0,0,101,0,0,0,1,0,0,0,0,0,0,3,0,0,0,0,12533,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,15,0,0,0,0,0,0,0,3581,1,0,0,'Spawn Challenge to Urok','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16448,0,0,3,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,717,330,0,0,'Black Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (16449,0,0,3,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,1468,0,0,'Maggot Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,0,0), + (16450,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,10598,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Smolderweb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16451,5,190,1,18,1073807360,65536,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,1,0,0,0,0,0,0,-1,-1,0,0,0,0,6,6,6,0,0,0,0,0,0,12,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,4099,1540,0,0,'Judge\'s Gavel','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (16452,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,38,38,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4100,1,0,0,'Kill Urok Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16453,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,5,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10375,0,0,0,0,0,0,0,0,3999,976,0,0,'Summon Spire Spiderling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16454,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,9,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,59,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,143,12,0,50,'Searing Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (16455,2,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,256,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4101,11,0,0,'Lava','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16456,2,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,256,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,-51,0,0,0,0,0,0,0,0,0,0,0,0,0,3,58,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,'Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16457,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4971,0,0,0,0,0,0,0,0,3401,455,0,50,'Call Friends','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (16458,0,0,3,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-26,0,0,0,0,6,6,0,0,0,0,0,0,0,33,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,139,203,0,0,'Ghoul Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (16459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6560,1462,0,0,'Sword Specialization','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16460,0,0,4,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-6,-6,0,0,0,0,6,6,0,0,0,0,0,0,0,52,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,717,194,0,0,'Festering Bites','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16461,0,0,3,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,854,203,0,0,'Slime Dysentery','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16462,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16463,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16464,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16465,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16466,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16467,0,0,0,0,16,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10579,0,0,0,0,0,0,0,0,653,91,0,0,'Kirtonos Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16468,0,0,4,0,0,2048,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,1759,0,0,'Mother\'s Milk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16469,0,34,0,7,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,1,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,33,33,0,10,10,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11920,0,0,0,0,684,69,0,0,'Web Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16470,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,83,148,0,0,'Gift of Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16472,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,14,14,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,187,194,0,0,'Wicked Milking','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16473,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,1,0,0,'Summoned Urok','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16474,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,0,1,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175622,0,0,0,0,0,0,0,0,0,289,0,0,'Create Rookery Spawner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16487,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16488,0,0,0,0,0,0,215,0,0,'Blood Craze','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16488,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,20,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,'Blood Craze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16489,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16490,0,0,0,0,0,0,215,0,0,'Blood Craze','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16490,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,20,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,'Blood Craze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16491,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,20,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,'Blood Craze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16492,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16491,0,0,0,0,0,0,215,0,0,'Blood Craze','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16493,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3999288558,0,0,15,0,0,0,0,0,0,0,0,0,105,0,0,'Impale','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (16494,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3999288558,0,0,15,0,0,0,0,0,0,0,0,0,105,0,0,'Impale','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (16495,0,41,0,0,327700,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,101,0,0,6,6,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,16,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,243,0,50,'Fatal Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16496,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,214,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (16497,2,0,0,12,65536,0,0,0,0,0,0,64,0,0,0,0,5,0,0,31,0,0,0,101,0,0,1,1,28,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,1.5,0,0,0,0,0,0,0,0,16,16,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Stun Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16498,3,0,1,0,0,98304,0,0,0,0,0,0,0,0,0,0,5,0,30000,15,0,0,0,101,0,60,1,1,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,-24,0,0,-25,-1,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16499,0,0,2,0,67109120,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,30,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Thistle Kinship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16502,0,0,0,0,0,0,0,0,0,0,0,0,0,644,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9937,0,0,0,0,0,0,0,0,353,29,0,0,'Release Winna\'s Kitten','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16503,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,1792,0,0,0,0,0,13977,0,0,0,0,0,0,233,0,0,'zzOLDInitiative','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (16504,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,1792,0,0,0,0,0,13977,0,0,0,0,0,0,233,0,0,'zzOLDInitiative','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (16507,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Corrupted Saber Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16508,0,0,0,5,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,22,0,0,15,0,0,14,0,26,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,148,0,50,'Intimidating Roar','','','','','','','','','','','','','','','',0,0,0,0,4,262144,0,1,1,1,1,1,0), + (16509,0,0,0,15,851984,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16510,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'Corrupted Saber Visual (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16511,0,0,0,0,67436560,134218240,0,1026,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,30,0,30,30,8,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,80,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,0,2,0,0,0,6,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5119,153,0,0,'Hemorrhage','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,8,41943040,0,2,2,1,1,1,0), + (16513,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,3,3,7,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,0,0,0,0,22,28,0,0,0,0,0,0,0,857,0,0,'Vile Poisons','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (16514,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,7,7,15,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,0,0,0,0,22,28,0,0,0,0,0,0,0,857,0,0,'Vile Poisons','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (16515,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,11,11,23,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,0,0,0,0,22,28,0,0,0,0,0,0,0,857,0,0,'Vile Poisons','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (16527,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,21,0,0,10,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,71,0,0,'Worg Sentry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16528,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,60,60,1,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,-12,0,0,0,0,6,6,0,0,0,0,0,0,0,3,138,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,68,0,0,'Numbing Pain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16529,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Destroy Totems (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16530,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,21,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,307,265,0,0,'Smolderweb Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16531,0,0,0,0,268435728,0,0,0,0,0,0,0,0,0,0,0,7,0,0,9,0,0,0,101,0,0,25,25,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,1000000,0,0,0,0,0,0,0,0,11258,0,0,0,0,0,0,0,0,4822,61,0,0,'Summon Frail Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16532,0,0,0,0,256,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,15,4126,15406,0,101,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4179,55,0,0,'Emberseer Object Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4884,0,0,0,0,0,0,0,0,0,691,0,0,'Emberseer Start','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16534,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4180,11,0,0,'Emberseer Bonus Damage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16536,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,19,19,22,0,0,0,0,0,3,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,5,1,0,1,1,0,0,0,0,1.5,1.5,0,27,29,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1584,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16537,3,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,14,14,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,187,194,0,0,'Immature Venom Sac','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16538,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16539,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16540,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16541,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16542,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16544,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-2001,-2001,-51,0,0,0,1,1,1,0,0,0,0,0,0,107,107,108,0,0,0,0,0,0,0,0,0,32,134217728,0,19,1,2,0,0,0,0,0,0,0,33,0,0,'Improved Fire Totems','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (16546,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,19,0,0,0,0,0,0,0,0,0,1677,0,0,'zzOLDImproved Grounding Totem','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16547,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,19,0,0,0,0,0,0,0,0,0,1677,0,0,'zzOLDImproved Grounding Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16548,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12563,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Goretooth\'s Orders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16549,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,217,0,0,1,0,0,0,0,0,0,0,0,323,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (16550,0,0,0,0,262208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,31,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1547,0,50,'Bonespike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16551,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,1,1,0,0,0,0,0,0,0,52,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,243,0,50,'Felstriker','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (16552,3,18,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,21,1,0,1,1,0,0,0,0,0,0,0,29,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4199,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16553,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,75,0,0,1,0,0,0,0,0,0,0,0,462,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4201,108,0,0,'Ravenous Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (16554,3,0,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,70,20,20,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4202,68,0,0,'Toxic Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16555,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-16,0,0,0,0,6,6,0,0,0,0,0,0,0,58,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4203,94,0,0,'Drowning Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16556,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,4204,1,0,0,'Disturb Rookery Egg (FAST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16557,0,0,0,0,256,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15,0,101,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16558,0,0,0,0,0,4205,55,0,0,'Destroy Spear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16558,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,4777,0,0,0,0,0,0,0,4206,55,0,0,'Destroy Spear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16559,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,41,1,0,1,1,0,0,0,0,0,0,0,129,0,0,0,0,0,22,1,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16560,0,0,0,0,23,937,0,0,'Flame Wrath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (16560,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,29,0,0,0,0,1,1,0,0,0,0,0,0,0,15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,4207,37,0,0,'Flame Wrath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16561,3,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,280,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,33,1,0,1,1,0,0,0,0,0,0,0,197,29,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16562,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Urok Minions Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16563,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1048576,5,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16555,0,0,0,0,0,0,94,0,0,'Drowning Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16564,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4379,213,0,50,'Gargoyle Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16565,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,212,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4208,213,0,50,'Banshee Wail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16566,0,0,0,7,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,664232,100,0,0,42,42,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,69,0,0,'Net-o-Matic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16567,5,0,2,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,22,0,0,15,0,0,13,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,339,114,0,0,'Tainted Mind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16568,5,0,0,11,524288,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,27,0,60,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,0,0), + (16569,5,0,0,0,65536,16388,2048,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,50,50,1,4294967294,75,0,75,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,-101,0,0,0,0,21,1,0,0,0,0,0,0,0,8,88,0,1000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,153,0,0,'Health Funnel','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16570,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,32,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,229,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Charged Arcane Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16572,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4899,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16573,3,0,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,3,88,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,149,0,0,'Putrid Bile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16574,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16573,0,0,0,0,0,0,313,0,0,'Putrid Bile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16575,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16573,0,0,0,0,0,0,313,0,0,'Putrid Bile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16576,5,99,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,150,0,0,'Piercing Screech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16577,3,0,0,0,16,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12625,0,0,0,0,0,1712,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16578,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,3,0,0,10,0,0,0,0,0,0,0,0,0,320,0,0,'Lightning Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16579,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,3,0,0,10,0,0,0,0,0,0,0,0,0,320,0,0,'Lightning Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16580,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-601,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,3,0,0,10,0,0,0,0,0,0,0,0,0,320,0,0,'Lightning Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16581,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,3,0,0,10,0,0,0,0,0,0,0,0,0,320,0,0,'Lightning Mastery','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16582,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,3,0,0,10,0,0,0,0,0,0,0,0,0,320,0,0,'Lightning Mastery','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (16583,5,0,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16587,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,6,0,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,21,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,343,113,0,0,'Dark Whispers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (16588,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,0,20,20,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,63,0,0,1,0,0,0,0,0,0,0,0,393,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,55,0,50,'Dark Mending','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16589,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1,0,50,'Noggenfogger Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16590,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,52,52,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,10698,0,0,0,0,0,0,0,0,634,61,0,0,'Summon Zombie','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16591,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,56,82,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,0,0,0,0,0,0,0,61,0,50,'Noggenfogger Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16592,5,0,0,0,327680,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,19,0,0,0,0,1,1,0,0,0,0,0,0,0,126,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,3619,217,55,0,'Shadowform','','','','','','','','','','','','','','','',40,133,0,0,0,0,0,0,0,1,1,1,0), + (16593,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,505,0,50,'Noggenfogger Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16594,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,1,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10577,0,0,0,0,0,0,0,0,4082,116,0,0,'Crypt Scarabs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,0,0,0), + (16595,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,50,'Noggenfogger Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16596,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,71,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flames of Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16597,6,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-26,0,0,0,0,18,18,0,16,16,0,13,13,0,33,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4219,331,0,50,'Curse of Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16598,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,20,20,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,27,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,4220,502,0,50,'Will of Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16599,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,20,20,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,20,20,0,0,0,0,10,10,0,8,24,0,5000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4221,79,0,50,'Blessing of Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16600,6,0,0,12,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,20,20,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4222,122,0,50,'Might of Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16601,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,20,20,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,20,0,0,0,0,0,10,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4223,83,0,50,'Fist of Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16602,6,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10718,0,0,0,0,0,0,0,0,4225,331,0,50,'Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16603,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31788,0,101,0,0,60,60,63,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,5000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Demonfork','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (16604,6,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,50,'Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16606,6,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3619,331,0,50,'Shahram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16608,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4400,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (16609,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,299,14,9,0,0,0,22,22,22,30,30,30,12,12,12,34,138,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4230,1490,0,0,'Warchief\'s Blessing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16610,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,3,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,5,1,0,1,1,0,0,0,0,0,0,0,7,24,0,0,0,0,25,25,0,0,0,0,0,0,0,15,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,201,53,0,0,'Razorhide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16611,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,3,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16608,0,0,0,0,0,0,9,0,0,'Demon Forged Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16612,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4052,63,0,0,'Agamaggan\'s Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16613,0,0,0,0,256,0,0,0,0,0,0,0,0,763,0,0,6,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,86,64,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10717,15,0,0,0,16630,0,0,0,4231,1,0,0,'Displacing Temporal Rift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16614,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4229,320,0,0,'Lightning Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16615,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16614,0,0,0,0,0,0,1,0,0,'Add Lightning Dam - Weap 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16616,0,0,0,0,134545728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1550,0,0,'zzOLDAura of Resolve','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (16617,0,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,50,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,1551,0,0,'Lionheart','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,25,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,174,0,0,'Spirit of the Wind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16619,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10717,0,0,0,0,0,0,0,0,0,1,0,0,'Quest - Temporal Parasite Death Summon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16620,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16621,0,0,0,0,0,0,1,0,0,'Proc Self Invulnerability','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16621,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1726,104,0,0,'Self Invulnerability','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16622,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,9264,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1703,0,0,0,0,0,0,0,0,3325,1,0,0,'Enhance Blunt Weapon V','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16623,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,96,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,0,0,215,1,0,0,'Thorium Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16624,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,40,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,11,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Thorium Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16627,5,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15372,0,101,0,0,33,33,105,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,0,6,6,0,0,0,0,0,0,0,86,3,0,0,3000,0,0,0,0,0,0,0,12648,0,0,0,0,0,0,0,0,0,0,0,788,113,0,0,'Capture Felhound Spirit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (16628,5,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15372,0,101,0,0,33,33,105,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,0,6,6,0,0,0,0,0,0,0,86,3,0,0,3000,0,0,0,0,0,0,0,12649,0,0,0,0,0,0,0,0,0,0,0,788,113,0,0,'Capture Infernal Spirit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (16629,6,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,5,0,0,7,0,0,0,101,0,0,0,0,9,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,151,0,1,1,0,0,0,0,0,0,0,-26,524,0,0,0,0,38,38,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4231,156,0,0,'Attuned Dampener','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16630,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10717,0,0,0,16631,0,0,0,0,0,1,0,0,'Quest - Temporal Parasite Summon #2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16631,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10717,0,0,0,0,0,0,0,0,0,1,0,0,'Quest - Temporal Parasite Summon #3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16633,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,92,0,0,'Create Item Visual (DND)','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16634,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4230,1,0,0,'Vaelan Spawns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16635,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,147,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16636,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,58,0,1,1,0,1,1,0,0,0,0,0,0,0,349,299,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,4259,457,0,50,'Berserker Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (16637,5,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15406,0,101,0,0,29,29,18,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,38,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,163,153,0,0,'Mend Dragon','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (16638,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16639,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12365,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12644,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Dense Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16640,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12365,14047,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12643,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Dense Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16641,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12365,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12404,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Dense Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16642,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12361,11188,0,0,0,0,0,16,1,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12405,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thorium Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16643,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,11186,0,0,0,0,0,0,12,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12406,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thorium Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16644,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,11184,0,0,0,0,0,0,12,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12408,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thorium Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16645,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7077,0,0,0,0,0,0,10,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12416,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Radiant Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16646,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,8170,3864,0,0,0,0,0,24,6,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12428,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Imperial Plate Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16647,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,8170,7909,0,0,0,0,0,22,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12424,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Imperial Plate Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16648,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7077,7910,0,0,0,0,0,18,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12415,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Radiant Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16649,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7910,0,0,0,0,0,0,20,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12425,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Imperial Plate Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16650,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12655,12803,8153,12364,0,0,0,40,2,4,4,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12624,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Wildthorn Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16651,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12644,7076,0,0,0,0,0,4,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12645,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thorium Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16652,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,8170,11185,0,0,0,0,0,20,8,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12409,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thorium Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16653,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7910,11188,0,0,0,0,0,24,1,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12410,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thorium Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16654,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7077,0,0,0,0,0,0,18,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12418,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Radiant Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16655,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12655,7078,7910,0,0,0,0,20,6,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12631,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Fiery Plate Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16656,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7077,0,0,0,0,0,0,14,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12419,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Radiant Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16657,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7910,7909,0,0,0,0,0,34,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12426,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Imperial Plate Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16658,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7910,0,0,0,0,0,0,34,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12427,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Imperial Plate Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16659,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7077,0,0,0,0,0,0,18,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12417,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Radiant Circlet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16660,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,12364,7080,0,0,0,0,20,4,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12625,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dawnbringer Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16661,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12655,7080,12361,0,0,0,0,20,4,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12632,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Storm Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16662,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,11186,0,0,0,0,0,0,26,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12414,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thorium Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16663,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7910,0,0,0,0,0,0,40,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12422,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Imperial Plate Chest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16664,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,3577,0,0,0,0,0,20,2,6,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12610,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runic Plate Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16665,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,2842,0,0,0,0,0,20,2,10,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12611,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runic Plate Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16666,5,30,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,58,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,2,0,601,401,0,1,1,0,0,0,0,0,0,0,899,599,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,1553,0,0,'Demonic Rune','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16667,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12662,12361,7910,0,0,0,0,40,10,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12628,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Demon Forged Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16668,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16639,0,0,0,0,0,107,1,0,0,'Dense Grinding Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16669,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16641,0,0,0,0,0,107,1,0,0,'Dense Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16670,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16640,0,0,0,0,0,107,1,0,0,'Dense Weightstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16671,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16642,0,0,0,0,0,222,1,0,0,'Plans: Thorium Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16672,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16643,0,0,0,0,0,222,1,0,0,'Plans: Thorium Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16673,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16644,0,0,0,0,0,222,1,0,0,'Plans: Thorium Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16674,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16645,0,0,0,0,0,222,1,0,0,'Plans: Radiant Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16675,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16646,0,0,0,0,0,222,1,0,0,'Plans: Imperial Plate Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16676,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16647,0,0,0,0,0,222,1,0,0,'Plans: Imperial Plate Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16677,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16648,0,0,0,0,0,222,1,0,0,'Plans: Radiant Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16678,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16649,0,0,0,0,0,222,1,0,0,'Plans: Imperial Plate Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16679,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16650,0,0,0,0,0,222,1,0,0,'Plans: Wildthorn Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16680,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16651,0,0,0,0,0,222,1,0,0,'Plans: Thorium Shield Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16681,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16652,0,0,0,0,0,222,1,0,0,'Plans: Thorium Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16682,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16653,0,0,0,0,0,222,1,0,0,'Plans: Thorium Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16683,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16654,0,0,0,0,0,222,1,0,0,'Plans: Radiant Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16684,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16667,0,0,0,0,0,222,1,0,0,'Plans: Demon Forged Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16685,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16656,0,0,0,0,0,222,1,0,0,'Plans: Radiant Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16686,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16660,0,0,0,0,0,222,1,0,0,'Plans: Dawnbringer Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16687,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16655,0,0,0,0,0,222,1,0,0,'Plans: Fiery Plate Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16688,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16657,0,0,0,0,0,222,1,0,0,'Plans: Imperial Plate Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16689,3,531,1,0,98304,0,524288,2097152,0,1073741824,0,0,0,0,0,0,1,0,60000,8,0,0,40,35,1,0,10,10,22,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19975,0,0,0,0,212,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,1048576,0,1,1,1,1,0,0), + (16690,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16658,0,0,0,0,0,222,1,0,0,'Plans: Imperial Plate Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16691,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16659,0,0,0,0,0,222,1,0,0,'Plans: Radiant Circlet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16692,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16661,0,0,0,0,0,222,1,0,0,'Plans: Storm Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16693,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16662,0,0,0,0,0,222,1,0,0,'Plans: Thorium Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16694,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16663,0,0,0,0,0,222,1,0,0,'Plans: Imperial Plate Chest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16695,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16664,0,0,0,0,0,222,1,0,0,'Plans: Runic Plate Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16696,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16665,0,0,0,0,0,222,1,0,0,'Plans: Runic Plate Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16697,0,82,0,0,65536,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,65,55,55,0,2,15,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-3,0,0,-226,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958,0,0,'Cower','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (16698,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16697,0,0,0,0,0,107,958,0,0,'Cower','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16707,3,0,1,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,0,0,0,0,0,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,7552,0,0,0,0,0,0,0,0,2295,82,0,50,'Hex','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16708,3,0,1,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,0,0,0,0,0,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,2914,0,0,0,0,0,0,0,0,4660,82,0,50,'Hex','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16709,3,0,1,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,0,0,0,0,0,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,620,0,0,0,0,0,0,0,0,4661,82,0,50,'Hex','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16710,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10776,0,0,0,0,0,0,0,0,749,1,0,0,'Finkle is Einhorn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16711,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,25,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4487,177,0,0,'Grow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16712,6,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,100,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99999,0,0,0,0,25,25,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4299,60,0,0,'Special Brew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16713,6,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,143,0,0,'Ghostly','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16714,5,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16715,0,0,0,0,0,4488,173,0,0,'Smokey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16715,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4300,173,0,0,'Smokey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16716,0,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,6,0,1,1,0,1,1,0,0,0,0,0,0,0,499,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16717,0,0,0,0,4301,876,0,0,'Launch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,876,0,0,'Launch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16718,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,0,0,1554,0,0,'Finkle\'s Skinner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16719,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,15,15,31,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,0,0,0,0,22,28,0,0,0,0,0,0,0,857,0,0,'Vile Poisons','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (16720,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,19,19,39,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,0,0,0,0,22,28,0,0,0,0,0,0,0,857,0,0,'Vile Poisons','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (16721,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175887,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Finkle Generator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,111,115,111,1,1,1,1,1,1,0,0,0,0,0,0,4,49,0,0,0,0,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,15,-1,0,0,0,0,0,0,0,1,0,0,'Durability Damage (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16723,0,0,0,0,65554,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4303,126,0,0,'Hold Rifle','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16724,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12655,6037,3577,12800,0,0,0,20,4,6,6,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12633,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Whitesoul Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16725,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7077,0,0,0,0,0,0,20,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12420,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Radiant Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16726,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,6037,12364,0,0,0,0,30,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12612,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runic Plate Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16727,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,58,1,0,1,1,0,1,0,0,0,0,0,1,-1,0,49,0,0,0,22,0,22,15,0,15,8,0,8,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16728,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12655,8168,12799,12364,0,0,0,40,4,60,6,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12636,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Helm of the Great Chief','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16729,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,8146,12361,12800,0,0,0,80,12,40,10,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12640,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Lionheart Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16730,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7910,0,0,0,0,0,0,44,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12429,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Imperial Plate Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16731,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,7910,0,0,0,0,0,40,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12613,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runic Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16732,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,7910,0,0,0,0,0,40,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12614,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Runic Plate Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16733,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,216,312,0,0,'zzOLDLifestone','','','','','','','','Level 1','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (16734,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,98,0,0,'Arcane Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16735,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,98,0,0,'Arcane Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16736,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,98,0,0,'Arcane Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16737,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,98,0,0,'Arcane Mastery','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16738,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,98,0,0,'Arcane Mastery','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5925,207,0,0,'Orb of Deception','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16740,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,98,0,0,37,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,4304,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16741,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12655,7076,12361,12799,0,0,0,15,20,10,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12639,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Stronghold Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16742,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12655,7076,12799,12800,0,0,0,6,16,6,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12620,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Enchanted Thorium Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16743,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Finkle Questgiver On','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16744,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12655,7080,12361,12364,0,0,0,10,20,6,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12619,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Enchanted Thorium Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16745,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12655,7076,7080,12364,12800,0,0,8,24,4,4,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12618,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Enchanted Thorium Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16746,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12655,12364,12800,0,0,0,0,30,30,6,6,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12641,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Invulnerable Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16747,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16724,0,0,0,0,0,222,1,0,0,'Plans: Whitesoul Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16748,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16725,0,0,0,0,0,222,1,0,0,'Plans: Radiant Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16749,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16726,0,0,0,0,0,222,1,0,0,'Plans: Runic Plate Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16750,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16728,0,0,0,0,0,222,1,0,0,'Plans: Helm of the Great Chief','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16751,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16729,0,0,0,0,0,222,1,0,0,'Plans: Lionheart Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16752,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16730,0,0,0,0,0,222,1,0,0,'Plans: Imperial Plate Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16753,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16731,0,0,0,0,0,222,1,0,0,'Plans: Runic Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16754,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16732,0,0,0,0,0,222,1,0,0,'Plans: Runic Plate Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16755,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16741,0,0,0,0,0,222,1,0,0,'Plans: Stronghold Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16756,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4305,126,0,0,'Unsheathe Rifle','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16757,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,160,576,0,5,6,0,0,0,0,0,0,0,0,154,0,0,'Arctic Reach','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,0,0), + (16758,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,160,576,0,5,6,0,0,0,0,0,0,0,0,154,0,0,'Arctic Reach','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,0,0), + (16759,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16742,0,0,0,0,0,222,1,0,0,'Plans: Enchanted Thorium Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16760,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16744,0,0,0,0,0,222,1,0,0,'Plans: Enchanted Thorium Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16761,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16745,0,0,0,0,0,222,1,0,0,'Plans: Enchanted Thorium Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16762,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16746,0,0,0,0,0,222,1,0,0,'Plans: Invulnerable Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16763,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,188,0,50,'Improved Frostbolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (16765,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,188,0,50,'Improved Frostbolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (16766,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,188,0,50,'Improved Frostbolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (16767,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16768,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16769,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,9,0,0,0,0,0,0,0,0,0,225,0,50,'Improved Arcane Missiles','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (16770,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,9,0,0,0,0,0,0,0,0,0,225,0,50,'Improved Arcane Missiles','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (16771,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,8,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Warosh Tickle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16772,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16773,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,3,3,3,0,0,0,1,1,1,0,0,0,0,0,0,108,108,107,0,0,0,0,0,0,0,0,0,2233056,4194437,14686967,0,22,7,0,0,0,0,0,0,0,87,0,0,'zzOLDArcane Instability','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (16774,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,4,4,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,2233056,4194437,14686967,0,22,7,0,0,0,0,0,0,0,87,0,0,'zzOLDArcane Instability','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (16775,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16776,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16777,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16778,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16779,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16780,0,0,0,0,65554,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1269,126,0,0,'Shoot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (16781,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,12721,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12723,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Combining Charms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16782,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7510,62,0,0,'Lightning Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16783,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (16784,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,71,0,0,1,0,0,0,0,0,0,0,0,104,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (16785,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,98,0,37,1,0,1,1,0,0,0,0,0,0,0,231,99,0,0,0,0,22,22,0,15,15,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,4321,292,0,50,'Flamebreak','','','','','','','','','','','','','','','',0,0,0,0,3,131072,0,1,1,1,1,1,0), + (16786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,17,0,0,8,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4320,126,0,0,'Mortar Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16787,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Warosh\'s Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16788,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,0,0,0,192,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4559,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (16789,0,21,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,2,0,0,49,49,14,0,0,0,1,1,1,0,0,0,0,0,0,13,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16790,0,0,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,1,1,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,21,0,0,1,0,0,0,0,0,1.5,0,0,59,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,522,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16791,0,0,0,0,262160,0,131072,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,1,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,14,3,4,0,0,0,1,1,1,0,0,0,0,0,0,13,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2817,95,0,0,'Furious Anger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16792,0,21,0,0,262480,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,100,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16791,0,0,0,0,0,0,95,0,0,'Furious Anger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16793,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4322,55,0,0,'Draining Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16794,0,0,0,0,272,268435456,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2335,0,0,0,0,0,0,0,0,850,29,0,0,'Transformation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16795,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10577,0,0,0,0,0,0,0,0,4082,116,0,0,'Crypt Scarabs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,0,0,0), + (16796,0,0,0,0,256,0,0,0,0,0,0,0,0,783,0,0,19,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4975,0,0,0,0,0,0,0,0,3302,1,0,0,'Summon Shy-Rotam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16798,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,4,0,0,15,2,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2576,694,0,0,'Enchanting Lullaby','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16799,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,33,1,0,1,1,0,0,0,0,0,0,0,95,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16800,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,3,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12541,0,0,0,0,0,0,1468,0,0,'Ghoul Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,1,0,0,'Warosh\'s Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16803,4,0,1,12,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,9,1,0,1,1,0,0,0,0,0,0,0,55,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4324,193,0,50,'Flash Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16804,2,19,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,71,18,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,678,0,0,'Flame Shock','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (16805,2,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,299,0,0,0,0,0,6,6,6,0,0,0,0,0,0,3,5,23,1000,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16806,0,0,0,4326,937,0,0,'Conflagration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16806,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,22,0,0,30,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4327,937,0,0,'Conflagration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16807,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2876,331,0,0,'Copy of Simple Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16809,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10697,0,0,0,0,0,0,0,0,4339,313,0,0,'Spawn Bile Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16810,3,531,1,0,98304,0,524288,2097152,0,1073741824,0,0,0,0,0,0,1,0,60000,8,0,0,40,35,1,0,18,18,22,0,65,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19974,0,0,0,0,212,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,1048576,0,1,1,1,1,0,0), + (16811,3,531,1,0,98304,0,524288,2097152,0,1073741824,0,0,0,0,0,0,1,0,60000,8,0,0,40,35,1,0,28,28,22,0,80,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19973,0,0,0,0,212,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,1048576,0,1,1,1,1,0,0), + (16812,3,531,1,0,98304,0,524288,2097152,0,1073741824,0,0,0,0,0,0,1,0,60000,8,0,0,40,35,1,0,38,38,22,0,95,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19972,0,0,0,0,212,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,1048576,0,1,1,1,1,0,0), + (16813,3,531,1,0,98304,0,524288,2097152,0,1073741824,0,0,0,0,0,0,1,0,60000,8,0,0,40,35,1,0,48,48,22,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19971,0,0,0,0,212,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,1048576,0,1,1,1,1,0,0), + (16814,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,263,0,0,'Improved Wrath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16815,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,263,0,0,'Improved Wrath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16816,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,263,0,0,'Improved Wrath','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16817,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,263,0,0,'Improved Wrath','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16818,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,263,0,0,'Improved Wrath','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16819,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4195847,0,0,5,0,0,0,0,0,0,0,0,0,39,0,0,'Nature\'s Reach','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16820,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4195847,0,0,5,0,0,0,0,0,0,0,0,0,39,0,0,'Nature\'s Reach','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16821,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,2,2,0,7,8,0,0,0,0,0,0,0,0,225,0,0,'Improved Moonfire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16822,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,2,2,0,7,8,0,0,0,0,0,0,0,0,225,0,0,'Improved Moonfire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16823,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,2,2,0,7,8,0,0,0,0,0,0,0,0,225,0,0,'Improved Moonfire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16824,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,2,2,0,7,8,0,0,0,0,0,0,0,0,225,0,0,'Improved Moonfire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16825,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,2,2,0,7,8,0,0,0,0,0,0,0,0,225,0,0,'Improved Moonfire','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16827,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,2,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,262,0,0,'Claw','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (16828,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,2,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,262,0,0,'Claw','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (16829,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,2,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,262,0,0,'Claw','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (16830,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,2,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,262,0,0,'Claw','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (16831,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,2,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,262,0,0,'Claw','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (16832,0,0,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,2,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,262,0,0,'Claw','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (16833,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3758096384,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'Natural Shapeshifter','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16834,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3758096384,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'Natural Shapeshifter','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16835,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3758096384,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'Natural Shapeshifter','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16836,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,256,0,0,8,0,0,0,0,0,0,0,0,0,53,0,0,'Improved Thorns','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16837,3,0,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,101,0,0,0,0,0,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,'zzOLDThorns Bleed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16838,5,0,1,9,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,569,211,0,0,'Banshee Shriek','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16839,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,256,0,0,8,0,0,0,0,0,0,0,0,0,53,0,0,'Improved Thorns','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16840,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,256,0,0,8,0,0,0,0,0,0,0,0,0,53,0,0,'Improved Thorns','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16841,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,256,0,0,1750,0,0,0,0,0,0,0,0,0,53,0,0,'zzOLDImproved Thorns','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16842,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,256,0,0,1751,0,0,0,0,0,0,0,0,0,53,0,0,'zzOLDImproved Thorns','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16843,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16844,0,0,0,0,46,937,0,0,'Crimson Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,0,0), + (16844,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,937,0,0,'Crimson Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (16845,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,119,0,0,14,0,0,0,0,0,0,0,0,0,310,0,0,'Moonglow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16846,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,119,0,0,14,0,0,0,0,0,0,0,0,0,310,0,0,'Moonglow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16847,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,119,0,0,14,0,0,0,0,0,0,0,0,0,310,0,0,'Moonglow','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16848,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,6,0,0,14,0,0,0,0,0,0,0,0,0,310,0,0,'zzOLDMoonglow','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16849,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,6,0,0,14,0,0,0,0,0,0,0,0,0,310,0,0,'zzOLDMoonglow','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16850,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,3,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-101,0,0,0,0,6,1,0,0,0,0,0,0,0,42,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,10,0,16922,0,0,0,0,0,0,1485,0,0,'Improved Starfire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16855,3,0,1,0,16,98304,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,64,1,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-176,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'zzOLDFaerie Fire (Bear)','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,0,0,1,1,1,1,1,0), + (16856,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,2,2,1,1,1,0), + (16857,3,1133,1,0,16,98304,0,0,0,145,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,25,25,64,3,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-176,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire (Feral)','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,1024,0,1,1,1,1,1,0), + (16858,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,2,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,8,8388608,0,8,0,0,0,0,0,0,0,0,0,960,0,0,'Feral Aggression','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16859,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,5,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,8,8388608,0,8,0,0,0,0,0,0,0,0,0,960,0,0,'Feral Aggression','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16860,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,8,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,8,8388608,0,8,0,0,0,0,0,0,0,0,0,960,0,0,'Feral Aggression','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16861,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,31,11,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,8,8388608,0,8,0,0,0,0,0,0,0,0,0,960,0,0,'Feral Aggression','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16862,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,14,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,8,8388608,0,8,0,0,0,0,0,0,0,0,0,960,0,0,'Feral Aggression','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16864,3,0,1,0,327680,0,524288,0,0,1073741824,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,26,20,20,6,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16870,0,0,0,0,0,4040,1754,0,0,'Omen of Clarity','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16865,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10697,0,0,0,0,0,0,0,0,4339,313,0,0,'Spawn Bile Slimes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16866,3,18,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,27,1,0,1,1,0,0,0,0,0,0,0,76,21,0,0,0,0,22,22,0,15,15,0,9,9,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4419,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16867,5,0,2,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-11,0,0,0,0,0,22,0,0,15,0,0,13,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,155,0,0,'Banshee Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16868,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4208,213,0,50,'Banshee Wail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16869,4,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,0,1,0,400,0,0,0,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4340,35,0,0,'Ice Tomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (16870,3,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,10,10,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,2736,212,0,0,'Clearcasting','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,1,1,1,1,0), + (16871,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,0,3,0,0,0,0,0,4,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,4342,173,0,0,'Bleakwood Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16872,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Raid Buffs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16873,1,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,70,60,60,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,67,0,1,0,0,1,0,0,0,0,0,0.4,0,0,67,0,0,0,0,0,22,22,0,30,30,0,12,12,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,685,0,0,'Holy Word: Fortitude','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,2147483656,0,1,1,1,1,1,0), + (16874,5,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,56,56,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,18,0,0,31,0,0,12,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,207,0,50,'Shadow Protection','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2147483904,0,1,1,1,1,1,0), + (16875,1,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,64,54,54,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,22,0,0,30,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,329,0,0,'Divine Spirit','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2148007936,0,1,1,1,0,0,0), + (16876,6,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,66,56,56,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,22,0,0,30,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,5680,125,0,0,'Arcane Intellect','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (16877,3,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,54,54,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,22,0,0,30,0,0,12,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,'Thorns','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (16878,3,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,60,60,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,383,15,26,0,0,0,22,22,22,30,30,30,12,12,12,22,29,143,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,126,0,0,0,0,0,0,0,123,0,50,'Mark of the Wild','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16880,0,0,0,0,464,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16886,0,0,0,0,0,0,10,0,0,'Nature\'s Grace','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16881,3,0,1,0,65536,131072,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,30,0,0,12,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,50,'Water Breathing','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16882,5,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,50,50,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,22,0,0,30,0,0,12,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,50,'Detect Greater Invisibility','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (16883,0,0,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,48,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,22,22,0,30,30,0,12,12,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1337,0,0,'Elixir of the Giants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16884,0,0,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,11,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,22,0,0,30,0,0,12,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1304,0,0,'Health II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16885,0,0,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,22,0,0,30,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1299,0,0,'Agility VIII','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16886,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16777831,0,0,10,0,0,0,0,0,0,0,0,0,10,0,0,'Nature\'s Grace','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,1,1,0,0,0), + (16887,0,0,0,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,45,36,36,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,22,0,0,30,0,0,12,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1301,0,0,'Armor IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16888,0,0,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,47,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,22,0,0,30,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1336,0,0,'Intellect IX','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16889,0,99,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,22,0,0,30,0,0,12,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1607,0,0,'Greater Arcane Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16890,0,4,0,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,30,27,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,22,0,0,30,0,0,12,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,0,0,'Regeneration IV','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16891,5,99,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,451,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,22,0,0,30,0,0,12,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,633,89,0,0,'Shadow Protection ','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16892,1,99,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,22,0,0,30,0,0,12,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,633,453,0,0,'Holy Protection ','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16893,3,99,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,901,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,22,0,0,30,0,0,12,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,633,198,0,0,'Nature Protection ','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16894,2,99,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,651,0,0,1,0,0,0,0,0,0,0,0,974,0,0,0,0,0,22,0,0,30,0,0,12,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,16,0,0,'Fire Protection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16895,4,99,1,0,671088640,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,901,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,22,0,0,30,0,0,12,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,633,181,0,0,'Frost Protection ','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16896,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Moonfury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16897,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Moonfury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16898,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,0,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4101,937,0,0,'Blaze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16899,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Moonfury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16900,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Moonfury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16901,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,8,0,0,0,0,0,0,0,0,0,46,0,0,'Moonfury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16902,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,598,0,0,'Natural Weapons','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16903,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,598,0,0,'Natural Weapons','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16904,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,598,0,0,'Natural Weapons','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16905,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,598,0,0,'Natural Weapons','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16906,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,598,0,0,'Natural Weapons','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16908,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,0,55,50,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4343,74,0,50,'Dispel Magic','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (16909,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,0,0,0,0,0,0,47,0,0,'Vengeance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16910,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,0,0,0,0,0,0,47,0,0,'Vengeance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16911,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,0,0,0,0,0,0,47,0,0,'Vengeance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16912,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,0,0,0,0,0,0,47,0,0,'Vengeance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16913,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,0,0,0,0,0,0,47,0,0,'Vengeance','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16914,3,571,0,0,65536,140,4718592,0,0,1073741824,0,64,0,0,0,0,1,0,60000,1,0,31756,0,101,0,46,40,40,1,0,880,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,27,0,1,1,0,1,1,0,0,0,0,0.2,0,0,69,-26,0,0,0,0,28,28,0,0,0,0,14,14,0,3,138,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4346,220,0,0,'Hurricane','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,4194304,0,1,1,1,1,1,0), + (16915,0,0,0,0,262272,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17401,0,0,0,0,0,107,220,0,0,'Hurricane','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16916,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,63,0,9,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,10,0,1,181,0,1,1,0,0,0,0,0,0,0,119,269,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4345,566,0,50,'Strength of the Champion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16918,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,9,0,0,0,0,0,0,0,0,0,20,0,0,'Improved Entangling Roots','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16919,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,9,0,0,0,0,0,0,0,0,0,20,0,0,'Improved Entangling Roots','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16920,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,9,0,0,0,0,0,0,0,0,0,20,0,0,'Improved Entangling Roots','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16921,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,63,63,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,104,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7303,62,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,0,0.7,1,1,0), + (16922,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4348,1485,0,0,'Starfire Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (16923,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,6,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-201,0,0,0,0,6,1,0,0,0,0,0,0,0,42,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,10,0,16922,0,0,0,0,0,0,1485,0,0,'Improved Starfire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16924,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,9,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-301,0,0,0,0,6,1,0,0,0,0,0,0,0,42,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,10,0,16922,0,0,0,0,0,0,1485,0,0,'Improved Starfire','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16925,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,12,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-401,0,0,0,0,6,1,0,0,0,0,0,0,0,42,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,10,0,16922,0,0,0,0,0,0,1485,0,0,'Improved Starfire','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16926,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,15,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-501,0,0,0,0,1,1,0,0,0,0,0,0,0,42,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,10,0,16922,0,0,0,0,0,0,1485,0,0,'Improved Starfire','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16927,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,63,0,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-31,0,0,11,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,143,0,50,'Chilled','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,0,1,1,1,0), + (16928,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,0,22,0,0,0,0,0,4,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1557,0,0,'Armor Shatter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16929,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1558,0,0,'Thick Hide','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16930,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1558,0,0,'Thick Hide','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16931,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1558,0,0,'Thick Hide','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16932,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1558,0,0,'Thick Hide','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16933,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1558,0,0,'Thick Hide','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16934,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-11,-2,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,2048,4096,0,14,14,0,0,0,0,0,0,0,0,1565,0,0,'Ferocity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16935,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-3,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,2048,4096,0,14,14,0,0,0,0,0,0,0,0,1565,0,0,'Ferocity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16936,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-31,-4,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,2048,4096,0,14,14,0,0,0,0,0,0,0,0,1565,0,0,'Ferocity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16937,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-41,-5,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,2048,4096,0,14,14,0,0,0,0,0,0,0,0,1565,0,0,'Ferocity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16938,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-6,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,2048,4096,0,14,14,0,0,0,0,0,0,0,0,1565,0,0,'Ferocity','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16939,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,0,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,20,0,0,0,0,0,10,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,'Ancestor\'s Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16940,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,139264,0,0,1,0,0,0,0,0,0,0,0,0,473,0,0,'Brutal Impact','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16941,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,139264,0,0,1,0,0,0,0,0,0,0,0,0,473,0,0,'Brutal Impact','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16942,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1561,0,0,'Sharpened Claws','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16943,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1561,0,0,'Sharpened Claws','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16944,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1561,0,0,'Sharpened Claws','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16945,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1561,0,0,'zzOLDSharpened Claws','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16946,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1561,0,0,'zzOLDSharpened Claws','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16947,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,154,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,103,0,0,'Feral Instinct','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16948,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,154,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,103,0,0,'Feral Instinct','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16949,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,8,0,0,0,0,1,1,0,0,0,0,0,0,0,154,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,103,0,0,'Feral Instinct','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16950,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,154,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,103,0,0,'Feral Instinct','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16951,0,0,0,0,464,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,154,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,103,0,0,'Feral Instinct','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16952,0,0,0,0,464,0,0,524288,0,1,0,0,0,0,0,0,1,0,0,0,0,0,87376,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16953,0,0,0,0,0,0,108,0,0,'Blood Frenzy','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16953,0,0,0,0,16,0,4,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,108,0,50,'Blood Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16954,0,0,0,0,464,0,0,524288,0,1,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16953,0,0,0,0,0,0,108,0,0,'Blood Frenzy','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16955,0,0,0,0,464,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,87376,60,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16953,0,0,0,0,0,0,108,0,0,'zzOLDBlood Frenzy','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16956,0,0,0,0,464,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,87376,80,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16953,0,0,0,0,0,0,108,0,0,'zzOLDBlood Frenzy','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16957,0,0,0,0,464,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16953,0,0,0,0,0,0,108,0,0,'zzOLDBlood Frenzy','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16958,0,0,0,0,464,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,87380,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16959,0,0,0,0,0,0,146,0,0,'Primal Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16959,0,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,146,0,0,'Primal Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16960,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12644,8170,0,0,0,0,0,16,2,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12764,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thorium Greatsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16961,0,0,0,0,464,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,87380,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16959,0,0,0,0,0,0,146,0,0,'Primal Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16962,0,0,0,0,464,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,87380,60,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16959,0,0,0,0,0,0,146,0,0,'zzOLDPrimal Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16963,0,0,0,0,464,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,87380,80,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16959,0,0,0,0,0,0,146,0,0,'zzOLDPrimal Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16964,0,0,0,0,464,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,87380,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16959,0,0,0,0,0,0,146,0,0,'zzOLDPrimal Fury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (16965,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12803,8153,12799,12644,8170,0,0,30,6,6,6,2,8,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12769,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bleakwood Hew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16966,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,14,0,0,0,0,0,0,0,0,0,147,0,0,'Improved Shred','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16967,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,3577,6037,12361,8170,0,0,0,30,4,2,2,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12772,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Inlaid Thorium Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16968,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,14,0,0,0,0,0,0,0,0,0,147,0,0,'Improved Shred','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16969,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12799,12644,8170,0,0,0,0,20,2,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12773,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ornate Thorium Handaxe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16970,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12655,7910,12361,12644,8170,0,0,30,4,4,4,2,4,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12774,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dawn\'s Edge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16971,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12644,8170,0,0,0,0,0,40,6,6,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12775,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Huge Thorium Battleaxe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16972,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,0,0,'Predatory Strikes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16973,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12655,12364,12804,8170,0,0,0,20,6,2,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12776,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Enchanted Battlehammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16974,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,0,0,'Predatory Strikes','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16975,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,0,0,'Predatory Strikes','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16976,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,0,0,'zzOLDPredatory Strikes','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16977,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,0,0,'zzOLDPredatory Strikes','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (16978,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12655,7078,7077,12800,12644,0,0,0,10,4,4,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12777,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Blazing Rapier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16979,0,0,0,0,537133072,1024,0,0,0,144,0,0,0,0,0,0,1,15000,0,0,0,0,0,101,0,0,20,20,0,1,50,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19675,0,0,0,0,5162,1559,0,50,'Feral Charge','','','','','','','','','','','','','','','',0,0,0,0,7,4294967296,0,0,2,1,1,1,0), + (16980,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12799,12644,8170,0,0,0,0,30,2,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12779,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Rune Edge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16982,2,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,45,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13441,0,0,0,0,0,0,185,0,0,'Orb of Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (16983,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12655,12360,12804,12799,12361,12364,0,0,6,2,4,2,2,1,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12781,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Serenity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16984,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7077,7910,8170,0,0,0,0,30,4,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12792,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Volcanic Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16985,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,12662,12808,12361,12644,8170,0,40,2,16,8,2,2,4,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12782,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Corruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16986,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12655,12360,12662,7910,12644,0,0,0,10,10,8,10,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12795,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Blood Talon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16987,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12655,12804,12364,12800,12644,0,0,0,20,20,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12802,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Darkspear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16988,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,12809,12810,7076,0,0,0,50,15,4,6,10,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12796,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Hammer of the Titans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16989,0,0,0,0,268435728,0,0,0,0,0,0,0,0,804,0,0,31,0,0,15,0,0,0,101,0,0,0,0,3,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,61,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176087,5121,5096,0,0,0,0,0,0,4363,1,0,0,'Planting Banner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16990,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12800,12811,12799,12810,12644,0,0,15,8,1,4,8,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12790,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Arcanite Champion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16991,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,12360,12808,12364,12644,12810,0,0,40,12,10,8,2,4,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12798,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Annihilator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16992,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12361,12800,7080,12644,12810,0,0,18,8,8,4,2,4,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12797,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Frostguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16993,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12655,12364,12799,7076,12810,0,0,0,20,8,8,6,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12794,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Masterwork Stormhammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16994,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12810,12644,0,0,0,0,0,20,6,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12784,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Arcanite Reaper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16995,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12655,12810,7910,12800,12799,12644,0,10,10,2,6,6,6,4,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12783,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heartseeker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16996,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,16,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5088,0,0,0,0,0,0,0,275,1,0,0,'Incendia Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (16997,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4379,213,0,50,'Gargoyle Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (16998,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,0,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,6144,4096,0,0,22,0,0,0,0,0,0,0,0,1531,0,0,'Savage Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (16999,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,0,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,6144,4096,0,0,22,0,0,0,0,0,0,0,0,1531,0,0,'Savage Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (17000,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16953,0,0,0,0,0,0,495,0,0,'zzOLDImproved Pounce','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17001,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16953,0,0,0,0,0,0,495,0,0,'zzOLDImproved Pounce','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17002,0,0,0,0,33232,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Feline Swiftness','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17003,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,240,0,0,'Heart of the Wild','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17004,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,240,0,0,'Heart of the Wild','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17005,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,240,0,0,'Heart of the Wild','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17006,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,240,0,0,'Heart of the Wild','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17007,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'Leader of the Pack','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17008,6,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,28,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2.4,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4359,548,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17009,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4360,207,0,0,'Voodoo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17010,4,0,0,0,66000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17011,0,0,0,0,0,124,187,0,50,'Freezing Claw','','','','','','','','','','','','','','','',0,0,0,0,3,524288,0,0,0,1,1,1,0), + (17011,4,0,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,8,0,1,1,0,1,1,0,0,0,0,0,0,0,0,499,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4361,142,0,50,'Freezing Claw','','','','','','','','','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (17012,6,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,12,12,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,10,0,1,1,0,1,1,0,0,0,0,0,0,0,0,999,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,970,47,0,0,'Devour Magic','','','','','','','','','','','','','','','',0,133,1500,0,11,4,0,1,1,1,1,1,0), + (17013,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,323,1397,0,0,'Agamaggan\'s Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17014,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,5,0,0,1,0,0,0,0,0,0.3,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4362,1590,0,0,'Bone Shards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (17015,0,0,0,0,65536,0,0,0,0,0,0,16384,0,0,0,0,20,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,1,0,0,'Destroy Tent','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17016,0,0,0,0,268435728,0,0,0,0,0,0,0,0,805,0,0,31,0,0,15,0,0,0,101,0,0,0,0,22,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176093,5,0,0,0,0,0,0,0,4363,1,0,0,'Placing Beacon Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17017,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16960,0,0,0,0,0,222,1,0,0,'Plans: Thorium Greatsword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17018,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16965,0,0,0,0,0,222,1,0,0,'Plans: Bleakwood Hew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17019,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16967,0,0,0,0,0,222,1,0,0,'Plans: Inlaid Thorium Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17020,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16969,0,0,0,0,0,222,1,0,0,'Plans: Ornate Thorium Handaxe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17021,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16970,0,0,0,0,0,222,1,0,0,'Plans: Dawn\'s Edge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17022,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16971,0,0,0,0,0,222,1,0,0,'Plans: Huge Thorium Battleaxe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17023,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16973,0,0,0,0,0,222,1,0,0,'Plans: Enchanted Battlehammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17024,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16978,0,0,0,0,0,222,1,0,0,'Plans: Blazing Rapier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17025,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16980,0,0,0,0,0,222,1,0,0,'Plans: Rune Edge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17026,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,222,1,0,0,'Plans: Serenity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17027,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16984,0,0,0,0,0,222,1,0,0,'Plans: Volcanic Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17028,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16985,0,0,0,0,0,222,1,0,0,'Plans: Corruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17029,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16986,0,0,0,0,0,222,1,0,0,'Plans: Blood Talon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17030,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16987,0,0,0,0,0,222,1,0,0,'Plans: Darkspear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17031,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16988,0,0,0,0,0,222,1,0,0,'Plans: Hammer of the Titans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17032,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16990,0,0,0,0,0,222,1,0,0,'Plans: Arcanite Champion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17033,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16991,0,0,0,0,0,222,1,0,0,'Plans: Annihilator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17034,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16992,0,0,0,0,0,222,1,0,0,'Plans: Frostguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17035,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16993,0,0,0,0,0,222,1,0,0,'Plans: Masterwork Stormhammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17036,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16994,0,0,0,0,0,222,1,0,0,'Plans: Arcanite Reaper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17037,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16995,0,0,0,0,0,222,1,0,0,'Plans: Heartseeker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17038,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,48,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,34,24,0,0,0,0,1,1,0,0,0,0,0,0,0,99,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1570,0,0,'Winterfall Firewater','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17039,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1572,0,0,'Master Swordsmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17040,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1567,0,0,'Master Hammersmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17041,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1458,0,0,'Master Axesmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17042,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17039,0,0,0,0,0,107,335,0,0,'Master Swordsmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17043,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17041,0,0,0,0,0,107,335,0,0,'Master Axesmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17044,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17040,0,0,0,0,0,107,335,0,0,'Master Hammersmith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17045,0,0,0,0,0,0,0,0,0,0,0,0,0,823,0,0,16,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,76,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,47,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4771,176110,177304,0,0,0,0,0,0,4365,1,0,0,'Dawn\'s Gambit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17047,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,222,1,0,0,'Increase Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17048,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12847,0,0,0,0,0,0,0,0,0,0,0,4366,1,0,0,'Soul Claim','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17050,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,8,0,0,0,0,0,0,0,0,0,123,0,0,'Improved Mark of the Wild','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17051,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,8,0,0,0,0,0,0,0,0,0,123,0,0,'Improved Mark of the Wild','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17052,0,0,0,0,8388880,268435456,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-16,0,0,0,0,1,1,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4367,1494,0,0,'Decay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17053,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,8,0,0,0,0,0,0,0,0,0,123,0,0,'Improved Mark of the Wild','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17054,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,8,0,0,0,0,0,0,0,0,0,123,0,0,'Improved Mark of the Wild','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17055,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,8,0,0,0,0,0,0,0,0,0,123,0,0,'Improved Mark of the Wild','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17056,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'Furor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (17057,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,6,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,94,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,238,0,0,'Furor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (17058,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'Furor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (17059,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'Furor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (17060,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'Furor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (17061,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'Furor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (17063,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,224,0,0,9,0,0,0,0,0,0,0,0,0,963,0,0,'Nature\'s Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17064,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10925,0,0,0,0,0,0,0,0,121,153,0,0,'Summon Rotting Worms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17065,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,224,0,0,9,0,0,0,0,0,0,0,0,0,963,0,0,'Nature\'s Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17066,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,224,0,0,9,0,0,0,0,0,0,0,0,0,963,0,0,'Nature\'s Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17067,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,224,0,0,9,0,0,0,0,0,0,0,0,0,963,0,0,'Nature\'s Focus','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17068,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,224,0,0,9,0,0,0,0,0,0,0,0,0,963,0,0,'Nature\'s Focus','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17069,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,962,0,0,'Improved Healing Touch','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17070,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,962,0,0,'Improved Healing Touch','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17071,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,962,0,0,'Improved Healing Touch','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17072,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,962,0,0,'Improved Healing Touch','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17073,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,962,0,0,'Improved Healing Touch','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17074,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,7,0,0,0,0,0,0,0,0,0,197,0,0,'Improved Regrowth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17075,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,7,0,0,0,0,0,0,0,0,0,197,0,0,'Improved Regrowth','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17076,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,7,0,0,0,0,0,0,0,0,0,197,0,0,'Improved Regrowth','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17077,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,7,0,0,0,0,0,0,0,0,0,197,0,0,'Improved Regrowth','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17078,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,7,0,0,0,0,0,0,0,0,0,197,0,0,'Improved Regrowth','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17079,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17080,0,0,0,0,0,0,961,0,0,'Improved Enrage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (17080,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,961,0,0,'Improved Enrage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17081,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,961,0,0,'Improved Enrage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17082,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17081,0,0,0,0,0,0,961,0,0,'Improved Enrage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (17083,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,961,0,0,'zzOLDImproved Enrage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17084,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,-5001,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,524288,524288,0,8,1,0,0,0,0,0,0,0,0,961,0,0,'zzOLDImproved Enrage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (17085,0,0,2,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Player Released Thistle Bear','','','','','','','','','','','','','','','',0,0,0,60,0,0,0,0,0,1,0,0,0), + (17086,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17087,0,0,0,0,4919,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17087,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17088,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17088,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17089,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17089,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17090,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17090,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17091,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17091,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17092,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17092,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17093,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17093,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17094,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17094,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17095,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17095,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17097,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17097,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22267,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17098,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,0,0,0,17099,0,0,0,0,0,0,210,0,0,'zzOLDIntensity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,210,0,0,'Furor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17100,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,0,0,0,17099,0,0,0,0,0,0,210,0,0,'zzOLDIntensity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17101,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,0,0,0,17099,0,0,0,0,0,0,210,0,0,'zzOLDIntensity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17102,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,0,0,0,17099,0,0,0,0,0,0,210,0,0,'zzOLDIntensity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17103,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,0,0,0,17099,0,0,0,0,0,0,210,0,0,'zzOLDIntensity','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17104,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,8,0,0,0,0,0,0,0,0,0,266,0,0,'Gift of Nature','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17105,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,29,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,155,0,0,'Banshee Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17106,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,'Reflection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17107,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,'Reflection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17108,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,'Reflection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17109,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,'zzOLDReflection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17110,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,0,0,'zzOLDReflection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17111,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,64,0,0,'Improved Rejuvenation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17112,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,64,0,0,'Improved Rejuvenation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17113,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,64,0,0,'Improved Rejuvenation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17114,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,64,0,0,'Improved Rejuvenation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17115,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,64,0,0,'Improved Rejuvenation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17116,0,0,1,0,33882112,0,0,0,0,0,1073741824,0,0,0,0,0,1,180000,0,4,0,0,87376,100,1,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16777825,0,0,10,0,0,0,0,0,0,0,0,4040,112,0,50,'Nature\'s Swiftness','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,1,1,1,1,0), + (17117,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Magatha Incendia Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17118,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,2,0,0,0,0,0,0,0,0,0,49,0,0,'Subtlety','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17119,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,2,0,0,0,0,0,0,0,0,0,49,0,0,'Subtlety','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17120,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,2,0,0,0,0,0,0,0,0,0,49,0,0,'Subtlety','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17121,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,2,0,0,0,0,0,0,0,0,0,49,0,0,'Subtlety','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17122,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,2,0,0,0,0,0,0,0,0,0,49,0,0,'Subtlety','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17123,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,100,0,0,'Improved Tranquility','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17124,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,100,0,0,'Improved Tranquility','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17130,0,0,0,0,8388608,131072,0,0,0,0,0,0,0,0,0,0,1,3600000,0,0,0,0,0,101,0,0,0,99,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,24,0,0,'zzOLDReincarnation','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,0,0,1,0,0,0), + (17131,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4380,49,0,0,'Hover','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10940,0,0,0,0,0,0,0,0,0,1,0,0,'Pamela\'s Doll Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12886,12887,12888,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12885,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Pamela\'s Doll','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17134,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,41,1,1,2,1,1,1,0,0,0,0,0,0,-26,-34,0,0,0,0,25,25,32,25,25,0,0,0,8,33,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10943,0,0,0,0,0,0,4399,71,0,0,'Musty Tome Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17135,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,298,0,0,'zzOLDChromatic Defiance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10184,0,0,0,0,0,0,0,0,0,1,0,0,'Onyxia Trans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17137,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,125,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,33,0,0,1,0,0,0,0,0,0,0,0,198,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','','','','','','','','',0,133,0,0,6,268437504,0,1,1,1,1,1,0), + (17138,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,125,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,129,0,0,1,0,0,0,0,0,0,0,0,583,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','','','','','','','','',0,133,0,0,6,268437504,0,1,1,1,1,1,0), + (17139,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,110,5,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,13.7,0,0,273,0,0,0,0,0,21,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17140,2,451,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,20,20,31,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,27,1,0,1,1,0,0,0,0,0,0,0,101,6,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (17141,2,451,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,20,20,31,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,55,1,0,1,1,0,0,0,0,0,0,0,202,13,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (17142,2,451,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,20,20,31,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,83,1,0,1,1,0,0,0,0,0,0,0,303,20,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (17143,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,75,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,5.6,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'Holy Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17144,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,62,0,0,'Wrath','','','','','','','','','','','','','','','',0,133,1500,0,7,0,0,1,0,1,1,1,0), + (17145,2,250,0,14,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,32,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,27,1,0,1,1,0,0,0,0,0,0,0,160,-51,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,1500,0,3,131072,0,1,1,1,1,1,0), + (17146,5,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,100,0,0,20,20,85,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17147,1,19,0,0,851968,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,292,0,0,'Exorcism','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17148,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,101,1,0,1,1,0,0,0,0,0,0,0,199,-26,0,0,0,0,6,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,121,245,0,0,'Brain Hacker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17149,1,19,0,0,851968,0,0,0,0,0,0,0,32,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,170,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,292,0,0,'Exorcism','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17150,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,52,52,52,30,0,90,4,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,21,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,969,1487,0,0,'Arcane Might','','','','','','','','','','','','','','','',0,0,0,0,3,1024,0,1,1,1,1,1,0), + (17151,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,56,56,6,0,450,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,21,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,27,207,0,50,'Shadow Barrier','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483904,0,1,1,1,1,1,0), + (17152,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,63,0,0,'Destiny','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17153,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (17154,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,3,0,0,45,45,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,49,0,0,0,0,1,1,0,0,0,0,0,0,0,15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,201,53,0,0,'The Green Tower','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,0,0,1,0,1,1,1,0), + (17155,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,171,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4401,1,0,0,'Sprinkling Purified Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17156,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,1,0,0,1,0,0,0,0,0,3,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,50,'Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17157,3,2,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,70,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,62,0,0,'Lightning Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17158,3,18,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,25,1,0,1,1,0,0,0,0,0,0,0,67,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4199,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17159,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Port to Haleh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17160,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Port to Mazthoril','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17161,0,0,0,0,256,0,0,0,0,0,0,0,0,843,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12907,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Taking Moon Well Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,3,0,500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,10955,0,0,0,0,0,0,0,0,1929,140,0,0,'Summon Water Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17163,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Unsummon Mechanical Yeti','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17164,5,0,0,0,268500992,1,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10979,0,0,0,0,0,0,0,0,0,1573,0,0,'Summon Scarlet Hound','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17165,5,0,0,11,524288,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,27,0,60,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,79,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,0,0), + (17166,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,42,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,38,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10980,0,0,0,0,0,0,0,0,1,0,0,'Release Umi\'s Yeti','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17167,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4340,1,0,0,'Blue Flight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17168,0,0,0,0,67111168,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,0,0,0,0,0,21,21,21,0,0,0,0,0,0,0,23,105,0,10000,0,0,0,0,0,0,0,0,0,0,500,0,0,0,17167,0,0,0,0,90,1481,0,0,'Haleh\'s Will','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17169,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10699,0,0,0,0,0,0,0,0,634,116,0,0,'Summon Carrion Scarab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17170,3,0,4,0,525328,0,0,0,0,0,0,0,0,0,2,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,111,17,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Fatal Sting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (17171,5,2,0,0,4784130,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3222,128,0,0,'Shadow Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (17172,3,0,1,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,28,0,300,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,7552,0,0,0,0,0,0,0,0,2295,82,0,50,'Hex','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17173,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,28,0,75,5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.6,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17174,6,42,1,11,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,20,20,27,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,15,0,0,'Concussive Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (17175,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,42,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,2736,1499,0,0,'Resist Arcane','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17176,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Panther Cage Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17177,1,20,1,0,1376256,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,35,35,0,0,0,0,0,0,0,39,25,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,302,303,0,0,'Seal of Protection','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17178,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,126,1,0,0,'Alex\'s Audacity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17179,0,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,6156,0,101,0,0,0,0,18,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,38,38,0,0,0,0,0,0,0,23,10,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,127,0,17190,0,0,0,0,0,177,292,0,0,'Boon of Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17180,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,12359,11176,0,0,0,0,0,0,1,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12655,0,0,0,0,0,0,0,0,0,0,0,3182,1574,0,0,'Enchanted Thorium','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17181,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,8170,16202,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12810,0,0,0,0,0,0,0,0,0,0,0,3182,1575,0,0,'Enchanted Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17182,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17181,0,0,0,0,0,107,241,0,0,'Enchanted Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17183,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17184,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17180,0,0,0,0,0,107,241,0,0,'Enchanted Thorium','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17186,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5736,0,0,0,0,0,0,0,0,0,1,0,0,'Ras Becomes a Boy!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17187,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,172800000,31,0,0,0,101,0,45,45,0,0,0,0,0,0,0,1,0,0,9149,0,12359,12363,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12360,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Arcanite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17188,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17187,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Arcanite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17189,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,8,0,101,0,0,0,0,18,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2166,1,0,0,'Frostwhisper\'s Lifeblood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Ras Frostwhisper Visual Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17191,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,321,0,0,'Improved Renew','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (17192,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,321,0,0,'zzOLDImproved Renew','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (17193,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,321,0,0,'zzOLDImproved Renew','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (17194,5,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,172,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17195,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,26,22,22,0,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'Scorch','','','','','','','','','','','','','','','',0,133,1500,0,3,131088,0,1,1,1,1,1,0), + (17196,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,-21,0,0,0,0,22,22,0,15,15,0,14,14,0,3,29,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,139,68,0,0,'Seeping Willow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17197,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,45,7,0,1,1,0,0,0,0,0,0,0,202,21,0,0,0,0,22,22,0,15,15,0,13,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1725,1759,0,0,'Maggot Goo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17198,0,65,0,0,2424848,1209008128,0,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Overpower','','','','','','','','','','','','','','','',0,133,1500,0,4,4,0,2,2,1,1,1,0), + (17199,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,2,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Fire Cannon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17200,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10996,0,0,0,0,0,0,0,0,246,1,0,0,'Call of the Hero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17201,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,74,0,0,'Dispel Magic','','','','','','','','','','','','','','','',0,133,1500,0,6,3221225472,0,1,1,1,1,1,0), + (17202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Avenge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17203,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,96,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2437,185,0,50,'Fireball Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17204,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,6412,0,0,0,0,0,0,0,0,74,61,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17205,0,0,1,0,704643072,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,0,101,0,0,0,48,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,69,24,0,0,0,0,1,1,0,0,0,0,0,0,0,99,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4459,1570,0,0,'Winterfall Firewater','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17206,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,6,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1577,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17207,0,49,0,0,327696,64,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,15420,0,101,0,0,36,36,39,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15576,0,0,0,0,0,223,83,122,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17208,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-10,4,7,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1559,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17209,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,4,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1579,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17210,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,-1,-3,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1563,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17211,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-6,12,-5,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1580,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17212,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,9,-6,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1581,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17213,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,183,543,0,0,'Curse of Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17214,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,1,-1,3,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1582,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17215,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,4,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1565,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17216,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,6,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1583,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17217,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,2,-6,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1584,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17218,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-7,9,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1585,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17219,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,6,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1586,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17220,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,4,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1587,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17221,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-11,12,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1588,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17222,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,6,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1589,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17223,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,4,-1,0,0,0,1,1,1,0,0,0,0,0,0,79,142,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1573,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17224,5,0,0,0,128,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4106,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17236,0,0,0,0,0,4481,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17225,0,0,0,0,128,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4106,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17241,0,0,0,0,0,0,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17226,0,0,0,0,128,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4106,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17242,0,0,0,0,0,0,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17227,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17228,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17229,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11021,0,0,0,0,0,0,0,0,1708,1510,122,0,'Winterspring Frostsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17230,3,36,3,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,15,15,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,789,264,0,0,'Infected Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17231,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,24,24,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,3,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,32,32,0,0,0,0,8,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,11027,0,0,0,0,0,0,0,0,608,87,0,0,'Summon Illusory Wraith','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17232,1,0,0,0,134545408,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,40,0,0,39,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,291,122,0,'Devotion Aura','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17233,1,56,0,0,327680,2,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,67,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,132,79,0,0,'Lay on Hands','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17234,5,0,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17235,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,26,26,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,10876,0,0,0,0,0,0,0,0,634,1494,0,0,'Raise Undead Scarab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17236,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5208,0,0,0,0,0,0,0,0,0,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17237,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4341,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17238,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,28,0,75,5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,9.6,0,0,95,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17239,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4341,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17240,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4341,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17241,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5209,0,0,0,0,0,0,0,0,0,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17242,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5210,0,0,0,0,0,0,0,0,0,1,0,0,'Upgrade Zigguraut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17243,6,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,28,0,75,6,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,7.2,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17244,5,93,0,0,0,268500992,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,4,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,0,1999,0,0,0,6,6,6,0,0,0,0,0,0,6,77,34,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,4580,71,0,0,'Possess','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17245,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,168,0,0,'Improved Nature\'s Grasp','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17246,0,0,0,0,67109136,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,67,1,1,1,1,1,1,0,0,0,0,0,0,99,64,0,0,0,0,25,25,25,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,91,0,0,'Possessed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17247,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,168,0,0,'Improved Nature\'s Grasp','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17248,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,168,0,0,'Improved Nature\'s Grasp','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17249,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,168,0,0,'Improved Nature\'s Grasp','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (17250,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,1,1,1,0,0,0,0,0,0,39,18,12,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4579,1,0,0,'Possess','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17251,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4482,1,0,0,'Spirit Healer Res','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17252,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,499,21,0,0,0,0,1,1,0,0,0,0,0,0,0,69,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,6621,1548,0,0,'Mark of the Dragon Lord','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17253,0,19,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,1,1,0,2,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,146,0,0,'Bite','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17254,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17253,0,0,0,0,0,107,146,0,50,'Bite','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17255,0,19,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,8,8,0,2,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,146,0,0,'Bite','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17256,0,19,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,16,16,0,2,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,146,0,0,'Bite','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17257,0,19,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,24,24,0,2,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,146,0,0,'Bite','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17258,0,19,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,32,32,0,2,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,146,0,0,'Bite','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17259,0,19,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,40,40,0,2,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,146,0,0,'Bite','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17260,0,19,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,48,48,0,2,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,146,0,0,'Bite','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17261,0,19,0,0,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,56,56,0,2,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,376,146,0,0,'Bite','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17262,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17255,0,0,0,0,0,107,146,0,50,'Bite','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17263,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17256,0,0,0,0,0,107,146,0,50,'Bite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17264,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17257,0,0,0,0,0,107,146,0,50,'Bite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17265,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17258,0,0,0,0,0,107,146,0,50,'Bite','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17266,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17259,0,0,0,0,0,107,146,0,50,'Bite','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17267,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17260,0,0,0,0,0,107,146,0,50,'Bite','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17268,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17261,0,0,0,0,0,107,146,0,50,'Bite','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13155,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Resonating Skull','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13159,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Bone Dust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17271,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13157,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test Fetid Skull','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17272,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,47,0,0,12,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3016,1499,0,0,'Summon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17273,2,290,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,0,20,20,29,0,130,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,25,1,0,1,1,0,0,0,0,0,0,0,159,14,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','','','','','','','','',0,133,0,0,3,1078067200,0,1,1,1,1,1,0), + (17274,2,290,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,0,20,20,29,0,130,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,103,1,0,1,1,0,0,0,0,0,0,0,636,59,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','','','','','','','','',0,133,0,0,3,1078067200,0,1,1,1,1,1,0), + (17275,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,15,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,290,31,0,0,'Heart of the Scale','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17276,2,19,0,12,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,35,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,3,1,1,1,1,1,1,0,0,0,0,0,0,99,0,0,0,0,0,6,6,6,0,0,16,0,0,16,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4484,12,0,50,'Scald','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (17277,2,250,0,14,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,13,1,0,1,1,0,0,0,0,0,0,0,80,-51,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,1500,0,3,131072,0,1,1,1,1,1,0), + (17278,2,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,17,0,0,8,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,11,0,0,'Cannon Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17279,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,26,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11054,0,0,0,0,0,0,0,0,0,47,0,0,'Summon Crimson Rifleman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17280,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,42,42,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17281,0,0,1,0,327680,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,40,2,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,3.75,1.5,0,74,29,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,39,237,0,0,'Crusader Strike','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (17282,2,0,0,0,2304,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17283,0,0,0,0,0,2857,937,0,0,'zzOLDSmokey\'s Lighter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17283,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3036,937,0,0,'Smokey\'s Lighter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17284,1,40,0,0,328708,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,75,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,8.4,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'Holy Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17285,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4485,1,0,0,'Enchant Annals of Darrowshire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17286,1,32,1,12,327680,262280,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,35,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,9,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,302,0,0,'Crusader\'s Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17287,5,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,61,0,0,1,0,0,0,0,0,0,0,0,369,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17288,5,0,0,0,327936,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,67,30,64,1,1,1,1,1,1,0,0,0,0,0,0,-1,9999,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17398,0,0,0,4520,71,0,0,'Balnazzar Transform','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (17289,5,0,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,313,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17290,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17291,1,0,0,0,0,0,0,0,0,0,0,64,32,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,125,0,0,1,0,0,0,0,0,0,0,0,437,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1243,1,0,0,'Stratholme Holy Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17292,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17293,2,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,10,10,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,1,1,0,0,0,0,0,0,0,0,199,0,0,0,0,6,6,0,0,0,0,0,0,0,12,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4486,220,0,0,'Burning Winds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17294,2,50,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,20,0,0,19,0,0,0,0,0,24,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,11,0,50,'Flame Breath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17307,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,6,1,75,0,1,1,0,0,0,0,0,0,0,299,112,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,1187,314,0,0,'Knockout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17308,0,32,0,12,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,1460,0,50,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17310,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11064,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Darrowshire Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17311,5,0,0,0,65536,16388,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,36,28,28,27,0,70,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,41,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,8388608,0,1,1,1,1,0,0), + (17312,5,0,0,0,65536,16388,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,44,36,36,27,0,100,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,61,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,8388608,0,1,1,1,1,0,0), + (17313,5,0,0,0,65536,16388,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,52,44,44,27,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,86,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,8388608,0,1,1,1,1,0,0), + (17314,5,0,0,0,65536,16388,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,60,52,52,27,0,165,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,109,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,8388608,0,1,1,1,1,0,0), + (17315,0,36,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,2,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,843,138,0,0,'Puncture Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (17316,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17312,0,0,0,0,0,107,548,0,50,'Mind Flay','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17317,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17313,0,0,0,0,0,107,548,0,50,'Mind Flay','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17318,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17314,0,0,0,0,0,107,548,0,50,'Mind Flay','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17319,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,80,80,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,329,0,0,'Undead Slayer 81','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17320,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 84','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17321,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4489,1,0,0,'Spirit Spawn-in','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17322,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,41984000,0,0,5,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Reach','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (17323,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,41984000,0,0,5,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Reach','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (17324,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,131,131,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 132','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17325,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,41984000,0,0,5,0,0,0,0,0,0,0,0,0,55,0,0,'Shadow Reach','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (17327,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4490,143,0,0,'Spirit Particles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17328,6,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Aura of Penitence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17329,3,531,1,0,98304,0,524288,2097152,0,1073741824,0,0,0,0,0,0,1,0,60000,8,0,0,40,35,1,0,58,58,22,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19970,0,0,0,0,212,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,1048576,0,1,1,1,1,0,0), + (17330,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,18,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17331,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,1,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-11,-12,-12,0,0,0,6,6,6,0,0,0,0,0,0,65,138,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4539,272,0,0,'Fang of the Crystal Spider','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,1,0,1,1,1,0), + (17332,3,0,1,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17333,0,0,0,0,0,0,1256,0,50,'Spider\'s Kiss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17333,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,7,0,0,6,6,0,0,0,0,0,0,0,26,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,7697,1256,0,50,'Spider\'s Kiss','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1482,0,0,'Portal Effect: Stormwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17347,0,0,0,0,67436560,134218240,0,1026,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,30,0,46,46,8,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,80,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,0,4,0,0,0,6,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5119,153,0,0,'Hemorrhage','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,41943040,0,2,2,1,1,1,0), + (17348,0,0,0,0,67436560,134218240,0,1026,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,30,0,58,58,8,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,80,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,0,6,0,0,0,6,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5119,153,0,0,'Hemorrhage','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,8,41943040,0,2,2,1,1,1,0), + (17350,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17351,0,0,0,0,0,0,291,0,0,'Argent Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17351,0,56,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,55,55,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,291,0,50,'Argent Dawn','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (17352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,97,320,0,0,'Argent Avenger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17353,0,0,0,0,4718610,0,4,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (17354,4,591,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,48,48,29,0,40,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11100,0,0,0,0,0,0,0,0,364,94,0,0,'Mana Tide Totem','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (17355,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,48,48,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,229,0,0,0,0,0,1,0,0,0,0,0,9,0,0,24,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4279,94,0,0,'Mana Tide','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (17356,4,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17357,0,0,0,0,0,0,94,0,0,'zzOLDMana Tide','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17357,4,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,'zzOLDMana Tide','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17358,4,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,'zzOLDMana Tide','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17359,4,591,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,58,58,29,0,60,0,0,0,1,0,0,5177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11101,0,0,0,0,0,0,0,0,364,94,0,0,'Mana Tide Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (17360,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,58,58,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,289,0,0,0,0,0,1,0,0,0,0,0,9,0,0,24,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4279,94,0,0,'Mana Tide','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,67108864,0,1,1,1,1,1,0), + (17361,4,0,0,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,21,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17358,0,0,0,0,0,0,94,0,0,'zzOLDMana Tide','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17362,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17354,0,0,0,0,0,107,94,0,0,'Mana Tide Totem','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17363,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17359,0,0,0,0,0,107,94,0,0,'Mana Tide Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17364,0,0,1,0,65536,512,0,67108864,0,0,0,0,0,0,0,0,1,20000,0,0,0,0,139944,100,2,0,40,40,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,7660,302,0,0,'Stormstrike','','','','','','','','Rank 1','','','','','','','',21,133,1500,0,0,0,0,2,2,1,1,0,0), + (17366,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,95,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,196,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17367,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,31,31,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17368,0,0,0,0,65792,268451844,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,4104,0,101,0,0,0,0,27,0,0,0,0,0,34,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17372,0,0,0,0,0,177,320,0,0,'Egan\'s Blaster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17369,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17370,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4501,1,0,0,'Soul Freed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17371,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17372,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Egan\'s Blaster Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17373,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16811,0,0,0,0,0,107,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17374,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16812,0,0,0,0,0,107,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17375,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16813,0,0,0,0,0,107,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17376,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17329,0,0,0,0,0,107,168,0,0,'Nature\'s Grasp','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17387,3,0,1,0,16,98304,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,64,1,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-286,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'zzOLDFaerie Fire (Bear)','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,0,0,1,1,1,1,1,0), + (17388,3,0,1,0,16,98304,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,64,1,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-396,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'zzOLDFaerie Fire (Bear)','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,0,0,1,1,1,1,1,0), + (17389,3,0,1,0,16,98304,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,64,1,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-506,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'zzOLDFaerie Fire (Bear)','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,0,0,1,1,1,1,1,0), + (17390,3,1133,1,0,16,98304,0,0,0,145,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,30,30,64,3,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-286,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire (Feral)','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,7,1024,0,1,1,1,1,1,0), + (17391,3,1133,1,0,16,98304,0,0,0,145,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,42,42,64,3,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-396,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire (Feral)','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,7,1024,0,1,1,1,1,1,0), + (17392,3,1133,1,0,16,98304,0,0,0,145,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,54,54,64,3,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-506,-1,-1,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire (Feral)','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,7,1024,0,1,1,1,1,1,0), + (17393,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,101,0,0,1,0,0,0,0,0,0,0,0,287,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17394,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17388,0,0,0,0,0,107,109,0,0,'zzOLDFaerie Fire (Bear)','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17395,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17389,0,0,0,0,0,107,109,0,0,'zzOLDFaerie Fire (Bear)','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17396,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17391,0,0,0,0,0,107,109,0,0,'Faerie Fire (Feral)','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17397,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17392,0,0,0,0,0,107,109,0,0,'Faerie Fire (Feral)','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17398,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4519,1590,0,0,'Balnazzar Transform Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17399,5,0,0,0,851968,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,22,0,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7624,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion DeathKnight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17401,3,571,0,0,65536,140,4718592,0,0,1073741824,0,64,0,0,0,0,1,0,60000,1,0,31756,0,101,0,56,50,50,1,0,1180,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,27,0,1,1,0,1,1,0,0,0,0,0.2,0,0,99,-26,0,0,0,0,28,28,0,0,0,0,14,14,0,3,138,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4346,220,0,0,'Hurricane','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,4194304,0,1,1,1,1,1,0), + (17402,3,571,0,0,65536,140,4718592,0,0,1073741824,0,64,0,0,0,0,1,0,60000,1,0,31756,0,101,0,66,60,60,1,0,1495,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,27,0,1,1,0,1,1,0,0,0,0,0.3,0,0,133,-26,0,0,0,0,28,28,0,0,0,0,14,14,0,3,138,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4346,220,0,0,'Hurricane','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,4194304,0,1,1,1,1,1,0), + (17403,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4097,0,0,0,0,0,222,1,0,0,'Pattern: Raptor Hide Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17404,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,222,1,0,0,'Pattern: Raptor Hide Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17405,6,99,0,1,1310720,0,0,0,0,0,0,0,0,0,0,0,4,0,0,13,0,0,0,101,0,0,10,10,8,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4581,235,0,0,'Domination','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17406,0,0,0,0,262272,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17402,0,0,0,0,0,107,220,0,0,'Hurricane','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17407,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,63,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,101,1,0,1,1,0,0,0,0,0,0,0,49,5,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (17408,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,4,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11122,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Freed Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17427,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,0,50,'Combat Endurance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17428,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,0,50,'Combat Endurance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17429,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,0,50,'Combat Endurance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,64,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15538,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Anubisath Swarmguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,64,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15537,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Anubisath Warrior','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17432,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Stratholme Postbox','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17433,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3939,0,0,0,0,0,222,1,0,0,'Schematic: Lovingly Crafted Boomstick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17434,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,101,0,0,1,0,0,0,0,0,0,0,0,287,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17435,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,101,0,0,1,0,0,0,0,0,0,0,0,287,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17436,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3957,0,0,0,0,0,222,1,0,0,'Schematic: Ice Deflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17437,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3979,0,0,0,0,0,222,1,0,0,'Schematic: Accurate Scope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17438,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3969,0,0,0,0,0,222,1,0,0,'Schematic: Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17439,5,0,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,157,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17441,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,64,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,28,22,0,0,15,0,13,13,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18733,18733,0,0,0,0,4780,545,0,0,'Air Bubbles','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (17442,0,0,0,0,384,268436480,0,131072,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1488,0,0,'Air Bubbles','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (17443,0,0,0,0,262400,0,0,131072,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,'Air Bubbles','','','','','','','','','','','','','','','',0,0,0,0,1,32768,0,0,0,1,1,1,0), + (17445,2,0,0,0,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,301,1,0,1,1,0,0,0,0,0,0,0,1049,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,46,61,0,0,'Bone Smelt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (17446,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,8,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,1591,0,0,'The Black Sleep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17447,2,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,74,0,0,0,0,1,1,0,0,0,0,0,0,0,24,3,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4560,33,0,0,'Circle of Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17448,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,241,0,0,'Testament of Hope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11144,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Oracle Sphere','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17450,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,7706,0,0,0,0,0,0,0,0,1705,1180,122,0,'Ivory Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17451,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,103,0,1,1,0,1,1,0,0,0,0,0,0,0,5999,-3001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,289,0,0,0,0,0,0,0,3440,1,0,0,'Reputation - Armorsmithing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17452,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,103,0,1,1,0,1,1,0,0,0,0,0,0,0,5999,-3001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,289,46,0,0,0,0,0,0,0,3440,1,0,0,'Reputation - Weaponsmithing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17453,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11147,0,0,0,0,0,0,0,0,1707,1240,122,0,'Green Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17454,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10180,0,0,0,0,0,0,0,0,1707,1240,122,0,'Unpainted Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17455,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11148,0,0,0,0,0,0,0,0,1707,1240,122,0,'Purple Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17456,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11149,0,0,0,0,0,0,0,0,1707,1240,122,0,'Red & Blue Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17457,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,74,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer 75','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17458,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,10178,0,0,0,0,0,0,0,0,1707,1240,122,0,'Fluorescent Green Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17459,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11150,0,0,0,0,0,0,0,0,1707,1240,122,0,'Icy Blue Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17460,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4778,0,0,0,0,0,0,0,0,1704,1177,122,0,'Frost Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17461,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,4780,0,0,0,0,0,0,0,0,1704,1177,122,0,'Black Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17462,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11153,0,0,0,0,0,0,0,0,1706,1241,122,0,'Red Skeletal Horse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17463,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11154,0,0,0,0,0,0,0,0,1706,1241,122,0,'Blue Skeletal Horse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17464,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11155,0,0,0,0,0,0,0,0,1706,1241,122,0,'Brown Skeletal Horse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17465,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11156,0,0,0,0,0,0,0,0,1706,1241,122,0,'Green Skeletal Warhorse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17466,5,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4322,93,0,0,'Unholy Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17467,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17466,0,0,0,0,0,682,93,0,50,'Unholy Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17468,0,0,0,0,268501264,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,15,128,0,0,101,0,0,0,1,25,0,0,0,0,0,1,0,0,4471,0,4470,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176366,0,0,0,0,0,0,0,0,2206,616,0,0,'Pet Fish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17469,0,0,0,0,268501264,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,15,128,0,0,101,0,0,0,1,25,0,0,0,0,0,1,0,0,4471,0,4470,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176368,0,0,0,0,0,0,0,0,2206,1593,0,0,'Pet Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17470,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,151,0,0,1,0,0,0,0,0,0,0,0,924,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4201,108,0,0,'Ravenous Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17471,5,0,0,0,536871168,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3582,169,0,0,'Death Pact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (17472,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,'Death Pact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (17473,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,1,1,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,12000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17471,0,0,0,0,0,4582,61,0,0,'Raise Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17474,0,0,0,0,65536,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,8,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,1,0,0,'Find Relic Fragment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17475,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,11197,0,0,0,0,0,0,0,0,634,61,0,0,'Raise Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17476,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,11197,0,0,0,0,0,0,0,0,634,61,0,0,'Raise Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17477,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,11197,0,0,0,0,0,0,0,0,634,61,0,0,'Raise Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17478,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,11197,0,0,0,0,0,0,0,0,634,61,0,0,'Raise Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17479,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,11197,0,0,0,0,0,0,0,0,634,61,0,0,'Raise Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17480,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,11197,0,0,0,0,0,0,0,0,634,61,0,0,'Raise Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17481,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11195,0,0,0,0,0,0,0,0,1706,1241,122,0,'Deathcharger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17482,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,47,47,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 48','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17483,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,32,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,39,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,88,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (17484,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,40,40,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,6,1,0,0,0,0,0,0,0,3,8,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,173,0,50,'Skullforge Brand','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (17485,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'Ancestral Knowledge','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17486,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'Ancestral Knowledge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17487,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'Ancestral Knowledge','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17488,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'Ancestral Knowledge','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17489,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'Ancestral Knowledge','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,60,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11200,0,0,0,0,0,0,0,0,1604,61,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17491,0,0,0,0,134545728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,35,0,1,1,0,1,1,0,0,0,0,0,0,0,39,-11,0,0,0,0,1,1,0,0,0,0,10,10,0,99,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,562,0,50,'zzOLDTyranny','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,0,0,0,0,1,1,1,0), + (17492,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,239,0,0,0,12,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Hand of Thaurissan','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (17493,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,43,43,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17494,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,49,0,0,0,0,6,1,0,0,0,0,0,0,0,99,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,5799,54,0,0,'Slavedriver\'s Cane','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17495,0,0,0,0,64,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17496,0,0,0,0,0,0,1594,0,0,'Crest of Retribution','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17496,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1594,0,0,'Crest of Retribution','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17497,0,0,0,0,134545728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,10,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1595,0,0,'zzOLDMalown\'s Rally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17498,0,0,0,0,262208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,0,0,'Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17499,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,'Surge of Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17500,0,32,0,12,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,559,0,50,'Malown\'s Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17501,2,0,0,0,4194304,0,0,0,0,0,0,64,0,0,0,0,4,0,0,15,0,0,0,101,0,0,60,60,0,0,0,0,0,0,5,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,612,183,0,50,'Cannon Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17503,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,59,1,0,1,1,0,0,0,0,0,0,0,166,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17504,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (17505,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,60,60,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,70,114,0,0,'Curse of Timmy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17506,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,40,40,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,6,6,0,0,0,0,0,0,0,3,64,0,3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4619,113,0,50,'Soul Breaker','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (17507,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Passive Root','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17508,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,329,0,0,'Undead Slayer 108','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17509,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,181,0,0,1,0,0,0,0,0,0,0,0,144,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (17510,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,30,30,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (17511,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4682,1610,0,0,'Piccolo of the Flaming Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17513,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17527,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,5637,3356,3372,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5633,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Mighty Rage Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17528,0,4,1,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,6,0,301,1,0,1,1,0,0,0,0,0,0,0,449,59,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,561,0,0,'Mighty Rage','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17529,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13370,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Vitreous Focuser','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17530,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,601,0,0,1,0,0,0,0,0,0,0,0,899,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17531,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,901,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17533,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1984,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion Pig','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17534,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,701,0,0,1,0,0,0,0,0,0,0,0,1049,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17535,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,17,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,633,1602,0,0,'Elixir of the Sages','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17536,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,30,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4662,1,0,0,'Awaken Kerlonian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17537,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,47,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,17,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,633,1604,0,0,'Elixir of Brute Force','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17538,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,47,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,1,0,0,0,0,1,1,0,0,0,0,0,0,0,29,52,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,633,1609,0,0,'Elixir of the Mongoose','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17539,0,99,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,633,1686,0,0,'Greater Arcane Elixir','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17540,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4681,1316,0,0,'Greater Stoneshield','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17543,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1301,0,0,1,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,16,0,0,'Fire Protection','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17544,4,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1301,0,0,1,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,633,181,0,0,'Frost Protection','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17545,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1301,0,0,1,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,633,453,0,0,'Holy Protection ','','','','','','','','Rank 6','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17546,3,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1301,0,0,1,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,633,198,0,0,'Nature Protection ','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17547,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,2,2,1,1,1,0), + (17548,5,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,40,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1301,0,0,1,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,633,89,0,0,'Shadow Protection ','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17549,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1301,0,0,1,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,633,540,0,0,'Arcane Protection','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17550,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,57,57,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,38,38,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,4,0,0,0,0,0,0,633,1597,0,0,'Purification','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (17551,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13422,3372,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13423,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Stonescale Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17552,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8846,8925,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13442,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Mighty Rage Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17553,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8838,8839,8925,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13443,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Superior Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17554,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13423,8838,8925,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13445,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Superior Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17555,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13463,13466,8925,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13447,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of the Sages','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17556,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13464,13465,8925,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13446,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Major Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17557,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8846,13466,8925,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13453,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Brute Force','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17559,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,45,45,0,0,0,0,0,0,0,1,0,0,9149,0,7082,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7078,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Air to Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17560,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,7078,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7076,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Fire to Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17561,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,7076,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7080,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Earth to Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17562,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,7080,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7082,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Water to Air','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17563,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,12808,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7080,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Undeath to Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17564,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,7080,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12808,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Water to Undeath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17565,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,12803,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7076,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Life to Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17566,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,7076,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12803,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Transmute: Earth to Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17567,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,11236,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Blood Parrot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17568,0,0,0,0,134545728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1598,0,0,'zzOLDBloodsail Admiral\'s Hat','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (17570,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13423,10620,8925,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13455,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Stoneshield Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17571,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13465,13466,8925,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13452,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of the Mongoose','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17572,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13467,13466,8925,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13462,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Purification Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17573,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13463,13465,8925,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13454,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Arcane Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17574,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7068,13463,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13457,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Fire Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17575,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7070,13463,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13456,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Frost Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17576,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7067,13463,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13458,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Nature Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17577,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11176,13463,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13461,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Arcane Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17578,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3824,13463,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13459,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Shadow Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17579,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7069,13463,8925,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13460,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Holy Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17580,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13463,13467,8925,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13444,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Major Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17581,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17551,0,0,0,0,0,107,41,0,0,'Stonescale Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17582,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17552,0,0,0,0,0,222,1,0,0,'Recipe: Mighty Rage Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17583,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17553,0,0,0,0,0,222,1,0,0,'Recipe: Superior Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17584,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17554,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Superior Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17585,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17555,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of the Sages','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17586,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17556,0,0,0,0,0,222,1,0,0,'Recipe: Major Healing Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17587,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17557,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Brute Force','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17588,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17559,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Air to Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17589,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17560,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Fire to Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17590,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17561,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Earth to Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17591,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17562,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Water to Air','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17592,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17563,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Undeath to Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17593,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17564,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Water to Undeath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17594,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17565,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Life to Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17595,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17566,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Earth to Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17596,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17570,0,0,0,0,0,222,1,0,0,'Recipe: Greater Stoneshield Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17597,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17571,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of the Mongoose','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17598,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17572,0,0,0,0,0,222,1,0,0,'Recipe: Purification Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17599,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17573,0,0,0,0,0,222,1,0,0,'Recipe: Greater Arcane Elixir','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17600,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17574,0,0,0,0,0,222,1,0,0,'Recipe: Greater Fire Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17601,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17575,0,0,0,0,0,222,1,0,0,'Recipe: Greater Frost Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17602,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17576,0,0,0,0,0,222,1,0,0,'Recipe: Greater Nature Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17603,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17577,0,0,0,0,0,222,1,0,0,'Recipe: Greater Arcane Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17604,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17578,0,0,0,0,0,222,1,0,0,'Recipe: Greater Shadow Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17605,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17579,0,0,0,0,0,222,1,0,0,'Recipe: Greater Holy Protection Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17606,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17580,0,0,0,0,0,222,1,0,0,'Recipe: Major Mana Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,'Portal Effect: Ironforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1479,0,0,'Portal Effect: Darnassus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17609,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1481,0,0,'Portal Effect: Orgrimmar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17610,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1492,0,0,'Portal Effect: Thunder Bluff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17611,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,'Portal Effect: Undercity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17612,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,512,0,0,14,0,0,0,0,0,0,0,0,0,168,0,0,'zzOLDNature\'s Grasp','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (17613,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,0,20,20,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,95,0,0,1,0,0,0,0,0,0,0,0,590,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,55,0,50,'Dark Mending','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17615,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,29,0,0,1,0,0,0,0,0,0,0,0,271,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17616,5,0,0,0,0,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,46,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4639,160,0,0,'Corpse Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (17617,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 400','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17618,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,3,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,10482,0,0,0,0,0,0,0,0,74,61,0,0,'Summon Risen Lackey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17619,0,0,0,0,16777488,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1595,0,0,'Alchemists Stone','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,0,0,0), + (17620,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,28,0,75,5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,4.8,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17621,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,1,0,0,'Reputation - Caer Darrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17622,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Caer Darrow Ghosts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17623,0,0,0,0,150995200,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,308,0,0,'Visions of the Past','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17624,3,37,0,0,262144,32768,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,79,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,1845,1642,122,0,'Petrification','','','','','','','','','','','','','','','',0,133,1500,0,13,0,0,0,0,1,1,1,0), + (17625,0,0,0,0,134545728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,7,0,0,0,0,1,1,0,0,0,0,0,0,0,8,31,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1599,0,0,'Unholy Aura','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (17626,0,0,0,0,671088640,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1639,0,0,'Flask of the Titans','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17627,0,0,0,0,671088640,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1640,0,0,'Distilled Wisdom','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17628,0,99,0,0,671088640,0,1,1048576,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,46,46,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,633,1643,0,0,'Supreme Power','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17629,0,0,0,0,671088640,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,633,1641,0,0,'Chromatic Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (17630,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,13,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17631,5,2,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,98,62,45,1,1,1,1,1,0,0,0,0,0,0,127,49,149,0,0,0,22,22,22,15,15,15,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,4341,62,0,0,'Wail of Souls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17632,0,0,0,0,65568,0,0,0,0,0,0,0,0,663,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7078,7076,7082,7080,12803,9262,13468,0,8,8,8,8,8,2,4,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13503,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Alchemist\'s Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17633,6,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,10,2,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,21,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4659,1489,0,0,'Arcane Focus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17634,0,0,0,0,65568,0,0,0,0,0,0,0,0,663,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,9149,0,13423,13465,13468,8925,0,0,0,0,30,10,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13506,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Flask of Petrification','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17635,0,0,0,0,65568,0,0,0,0,0,0,0,0,663,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8846,13423,13468,8925,0,0,0,0,30,10,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13510,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Flask of the Titans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17636,0,0,0,0,65568,0,0,0,0,0,0,0,0,663,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13463,13467,13468,8925,0,0,0,0,30,10,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13511,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Flask of Distilled Wisdom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17637,0,0,0,0,65568,0,0,0,0,0,0,0,0,663,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13463,13465,13468,8925,0,0,0,0,30,10,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13512,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Flask of Supreme Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17638,0,0,0,0,65568,0,0,0,0,0,0,0,0,663,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13467,13465,13468,8925,0,0,0,0,30,10,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13513,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Flask of Chromatic Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17639,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,60,60,29,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,98,0,0,'Wail of the Banshee','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17640,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17632,0,0,0,0,0,222,1,0,0,'Recipe: Alchemist\'s Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17641,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17634,0,0,0,0,0,222,1,0,0,'Recipe: Flask of Petrification','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17642,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17635,0,0,0,0,0,222,1,0,0,'Recipe: Flask of the Titans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17643,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17636,0,0,0,0,0,222,1,0,0,'Recipe: Flask of Distilled Wisdom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17644,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17637,0,0,0,0,0,222,1,0,0,'Recipe: Flask of Supreme Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17645,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17638,0,0,0,0,0,222,1,0,0,'Recipe: Flask of Chromatic Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17646,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11262,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Onyxia Whelp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,0,1,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176510,0,0,0,0,0,0,0,0,0,289,0,0,'Create Onyxia Spawner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Surrender','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Accept Surrender','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17650,1,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,101,0,0,0,0,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4663,292,0,0,'Altered Cauldron Toxin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17651,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15364,0,0,101,0,0,25,25,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,1,1,1,0,0,0,0,0,0,18,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,72,211,0,0,'Image Projection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17652,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15364,0,0,101,0,0,20,20,0,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4664,211,0,0,'Image Projection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11263,0,0,0,0,0,0,0,0,608,87,0,0,'Summon Spectral Projections','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17667,2,0,0,0,0,0,0,0,0,0,0,16384,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,2519,1,0,0,'Light On Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17668,3,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17669,0,0,0,0,0,4679,320,0,0,'Ramstein\'s Lightning Bolts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17669,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4680,320,0,0,'Ramstein\'s Lightning Bolts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (17670,0,0,0,0,16777488,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3580,1608,0,50,'Argent Dawn Commission','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (17671,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Mortar Disturb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17672,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13544,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Summon Spectral Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17673,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4699,207,0,0,'Shade Form Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17674,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,99,0,0,'Immune: Physical','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17675,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,17,1,0,0,'Lava Trap 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Lava Trap 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Lava Trap 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17678,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,8,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Spectral Combatants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11562,0,0,0,0,0,0,0,0,0,1,0,0,'Shellfish Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17680,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,4719,1,0,0,'Spirit Spawn-out','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17681,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,0,0,0,1,0,0,'Reputation - Caer Darrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17682,6,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,28,0,75,6,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,4.8,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17683,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Full Heal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17684,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17685,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17686,3,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,1,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,18,1,0,16,0,0,8,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4720,636,0,0,'Deadly Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17687,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,3,0,0,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,108,0,50,'Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17688,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,50,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17686,0,0,0,0,0,0,636,0,0,'Deadly Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17689,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,2,0,1,1,0,1,1,0,0,0,0,0,0,0,749,749,0,0,0,0,22,1,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,263,0,0,'Disease Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17690,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17689,0,0,0,0,0,0,263,0,0,'Disease Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17691,0,0,0,0,75497728,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Time Out','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17692,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Marduk\'s Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,0,0), + (17694,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11296,0,0,0,0,0,0,0,0,0,98,0,0,'Summon Darrowshire Poltergeist (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17695,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17697,0,0,0,0,0,682,93,0,50,'Defiling Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17697,5,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,22,0,0,15,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,4721,113,0,0,'Defiling Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17698,5,0,0,0,536871168,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3582,169,0,0,'Death Pact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17707,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,11325,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Panda','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17708,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,11326,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Diablo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17709,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,11327,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Zergling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17710,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15293,0,0,0,0,0,107,1,0,0,'Dark Iron Mail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17711,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15295,0,0,0,0,0,107,1,0,0,'Dark Iron Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17712,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,401,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Lifestone Healing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17713,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17715,5,0,0,0,65536,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31788,0,101,0,0,20,20,8,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17716,0,0,0,0,0,4760,113,0,0,'Consuming Shadows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17716,5,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31788,0,101,0,0,20,20,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,-31,0,0,0,0,18,18,0,16,16,0,8,8,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4739,113,0,0,'Consuming Shadows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17727,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,48,48,0,0,750,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13602,0,0,0,0,0,0,0,0,0,0,0,138,344,0,0,'Create Spellstone (Greater)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (17728,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,60,60,0,0,1000,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13603,0,0,0,0,0,0,0,0,0,0,0,138,344,0,0,'Create Spellstone (Major)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (17729,5,0,1,0,0,65536,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,649,0,0,0,0,1,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,127,344,0,50,'Greater Spellstone','','','','','','','','','','','','','','','',0,0,0,0,5,131072,0,1,0,1,1,1,0), + (17730,5,0,1,0,0,65536,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,899,0,0,0,0,1,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,127,344,0,50,'Major Spellstone','','','','','','','','','','','','','','','',0,0,0,0,5,131072,0,1,0,1,1,1,0), + (17731,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,86,0,375,1,0,1,1,0,0,0,0,0,0,0,1312,0,0,0,0,0,18,18,0,16,52,0,8,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,5043,11,0,0,'Eruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (17732,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17727,0,0,0,0,0,107,344,0,0,'Create Spellstone (Greater)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17733,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17728,0,0,0,0,0,107,344,0,0,'Create Spellstone (Major)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17734,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,1,1,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,969,71,0,0,'Fool\'s Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (17735,5,84,0,0,0,136,67108864,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,34,24,24,0,0,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,9,0,0,'Suffering','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17736,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17735,0,0,0,0,0,107,9,0,0,'Suffering','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17737,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,1,0,0,'Language Gutterspeak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17738,5,0,2,17,1074857984,262144,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,8,8,305,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,6,0,0,0,0,0,0,5,56,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,10016,0,0,0,17739,0,0,0,4761,95,0,50,'Curse of the Plague Rat','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,1,1,1,1,1,0), + (17739,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,22,0,0,33,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,116,0,0,'Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (17740,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,6,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,968,209,0,0,'Mana Shield','','','','','','','','','','','','','','','',0,0,0,0,3,32768,0,1,1,1,1,1,0), + (17741,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,3,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,6,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,968,209,0,0,'Mana Shield','','','','','','','','','','','','','','','',0,0,0,0,3,32768,0,1,1,1,1,1,0), + (17742,3,0,0,0,16,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,18,0,0,28,0,0,8,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1903,263,0,0,'Cloud of Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17743,0,0,0,0,134217728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4762,1,0,0,'Peon Sleeping','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17744,0,0,0,0,142606592,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4763,153,0,0,'Force Target - Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17745,3,0,3,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,5,24,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,31,1,0,1,1,0,0,0,0,0,0,0,84,-16,0,0,0,0,6,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4879,1468,0,50,'Diseased Spit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (17746,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,'Stealth 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17747,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17748,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4764,1,0,0,'Kick Peon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17748,0,0,0,0,0,0,1,0,0,'Kick Peon Prologue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17750,5,84,0,0,0,136,67108864,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,46,36,36,0,0,300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,9,0,0,'Suffering','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17751,5,84,0,0,0,136,67108864,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,58,48,48,0,0,450,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,9,0,0,'Suffering','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17752,5,84,0,0,0,136,67108864,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,70,60,60,0,0,600,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,9,0,0,'Suffering','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17753,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17750,0,0,0,0,0,107,9,0,0,'Suffering','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17754,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17751,0,0,0,0,0,107,9,0,0,'Suffering','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17755,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17752,0,0,0,0,0,107,9,0,0,'Suffering','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17767,5,0,0,0,268435456,131136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31772,0,101,0,24,18,18,1,0,85,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,61,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4779,207,0,0,'Consume Shadows','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17768,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,1,1,0,0,0,0,0,0,0,109,109,0,0,0,0,0,0,0,0,0,0,1073741824,2147483648,0,0,0,0,17769,17770,0,0,0,0,0,1,0,0,'Wolfshead Helm','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (17769,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1465,0,0,'Wolfshead Helm Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17770,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,128,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,'Wolfshead Helm Energy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17771,5,0,2,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,9,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,22,0,0,15,0,0,8,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,544,0,0,'Curse of Agony','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (17772,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Spread','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17773,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11439,0,0,0,0,0,0,0,0,72,91,0,0,'Summon Illusions','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17774,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,99,999,0,0,0,1,1,1,0,0,0,0,0,0,5,31,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,'Spread','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17775,0,0,0,0,256,0,0,131072,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4780,545,0,0,'Air Bubbles','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (17776,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17767,0,0,0,0,0,107,207,0,0,'Consume Shadows','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17777,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12846,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Commission','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17778,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,14,0,0,0,0,0,0,0,0,0,1197,0,0,'Cataclysm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17779,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,14,0,0,0,0,0,0,0,0,0,1197,0,0,'Cataclysm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17780,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,14,0,0,0,0,0,0,0,0,0,1197,0,0,'Cataclysm','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17781,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,14,0,0,0,0,0,0,0,0,0,1197,0,0,'Cataclysm','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17782,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,14,0,0,0,0,0,0,0,0,0,1197,0,0,'Cataclysm','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17783,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16408,0,0,9,0,0,0,0,0,0,0,0,0,76,0,0,'Fel Concentration','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17784,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16408,0,0,9,0,0,0,0,0,0,0,0,0,76,0,0,'Fel Concentration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17785,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16408,0,0,9,0,0,0,0,0,0,0,0,0,76,0,0,'Fel Concentration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17786,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16408,0,0,9,0,0,0,0,0,0,0,0,0,76,0,0,'Fel Concentration','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17787,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16408,0,0,9,0,0,0,0,0,0,0,0,0,76,0,0,'Fel Concentration','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17788,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,-401,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,5,64,0,10,10,0,0,0,0,0,0,0,0,169,0,0,'Bane','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (17789,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-201,-801,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,5,64,0,10,10,0,0,0,0,0,0,0,0,169,0,0,'Bane','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (17790,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-301,-1201,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,5,64,0,10,10,0,0,0,0,0,0,0,0,169,0,0,'Bane','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (17791,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-401,-1601,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,5,64,0,10,10,0,0,0,0,0,0,0,0,169,0,0,'Bane','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (17792,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-501,-2001,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,5,64,0,10,10,0,0,0,0,0,0,0,0,169,0,0,'Bane','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (17793,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17794,0,0,0,0,0,0,213,0,0,'Improved Shadow Bolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17794,5,0,1,0,8388608,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,100,4,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,213,0,0,'Shadow Vulnerability','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (17796,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17798,0,0,0,0,0,0,213,0,0,'Improved Shadow Bolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17797,5,0,1,0,8388608,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,100,4,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,213,0,0,'Shadow Vulnerability','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (17798,5,0,1,0,8388608,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,100,4,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,213,0,0,'Shadow Vulnerability','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (17799,5,0,1,0,8388608,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,100,4,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,213,0,0,'Shadow Vulnerability','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (17800,5,0,1,0,8388608,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,100,4,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,213,0,0,'Shadow Vulnerability','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (17801,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17797,0,0,0,0,0,0,213,0,0,'Improved Shadow Bolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17802,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17799,0,0,0,0,0,0,213,0,0,'Improved Shadow Bolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17803,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17800,0,0,0,0,0,0,213,0,0,'Improved Shadow Bolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17804,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,546,0,0,'Improved Drain Life','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17805,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,546,0,0,'Improved Drain Life','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17806,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,546,0,0,'Improved Drain Life','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17807,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,546,0,0,'Improved Drain Life','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17808,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,546,0,0,'Improved Drain Life','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17809,2,0,0,0,0,131072,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,1506,0,0,'Lesser Firestone Attack','','','','','','','','','','','','','','','',0,0,0,0,5,2097152,0,1,1,1,1,1,0), + (17810,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,10,0,0,0,0,0,0,0,0,0,313,0,0,'Improved Corruption','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17811,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,10,0,0,0,0,0,0,0,0,0,313,0,0,'Improved Corruption','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17812,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,10,0,0,0,0,0,0,0,0,0,313,0,0,'Improved Corruption','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17813,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1601,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,10,0,0,0,0,0,0,0,0,0,313,0,0,'Improved Corruption','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17814,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,10,0,0,0,0,0,0,0,0,0,313,0,0,'Improved Corruption','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17815,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Improved Immolate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17816,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sharp Dresser','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17818,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17819,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17820,5,36,2,0,16,32768,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,24,24,8,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,22,0,0,15,0,0,14,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,561,173,0,0,'Veil of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17821,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17822,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17823,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17824,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17825,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17826,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17827,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17828,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17829,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17830,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17831,5,0,2,0,0,2184,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,35,0,0,34,0,0,0,0,0,22,0,0,15,0,0,8,0,0,3,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,55,0,0,'Call of the Grave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17832,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17833,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Improved Immolate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17834,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Improved Immolate','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17835,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Improved Immolate','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17836,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Improved Immolate','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17837,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17838,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17839,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17840,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17841,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17842,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17843,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,125,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,65,0,0,1,0,0,0,0,0,0,0,0,397,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','','','','','','','','',0,133,0,0,6,268437504,0,1,1,1,1,1,0), + (17844,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 47','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17845,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 49','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17846,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17847,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 51','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17848,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17849,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 54','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17850,5,0,0,0,268435456,131136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31772,0,101,0,32,26,26,1,0,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.7,0,0,110,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4779,207,0,0,'Consume Shadows','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17851,5,0,0,0,268435456,131136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31772,0,101,0,40,34,34,1,0,215,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.8,0,0,162,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4779,207,0,0,'Consume Shadows','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17852,5,0,0,0,268435456,131136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31772,0,101,0,48,42,42,1,0,285,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4779,207,0,0,'Consume Shadows','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17853,5,0,0,0,268435456,131136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31772,0,101,0,56,50,50,1,0,380,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.1,0,0,298,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4779,207,0,0,'Consume Shadows','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17854,5,0,0,0,268435456,131136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31772,0,101,0,64,58,58,1,0,480,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.3,0,0,385,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4779,207,0,0,'Consume Shadows','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (17855,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17850,0,0,0,0,0,107,207,0,0,'Consume Shadows','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17856,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17851,0,0,0,0,0,107,207,0,0,'Consume Shadows','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17857,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17852,0,0,0,0,0,107,207,0,0,'Consume Shadows','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17859,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17853,0,0,0,0,0,107,207,0,0,'Consume Shadows','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17860,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17854,0,0,0,0,0,107,207,0,0,'Consume Shadows','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17862,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,44,44,5,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-61,7,0,0,0,0,6,6,0,0,0,0,0,0,0,22,87,0,0,0,0,0,0,0,0,0,0,0,0,0,96,96,0,0,0,0,0,0,0,346,542,0,0,'Curse of Shadow','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (17863,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,61,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5618,0,0,0,0,0,0,0,4799,140,0,0,'Shadow Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17864,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,16,0,0,2028,0,0,0,0,0,0,0,0,0,548,0,0,'Improved Drain Mana','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17865,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17862,0,0,0,0,0,107,542,0,0,'Curse of Shadow','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17866,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17867,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17868,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17869,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17870,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17871,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17872,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17873,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17874,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17875,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17876,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17877,5,651,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,8,0,0,0,101,0,24,20,20,28,0,105,0,0,0,3,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,13,0,1,1,0,0,0,0,0,1.2,0,0,86,0,0,0,0,6,6,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,0,0,0,0,3057,1590,0,0,'Shadowburn','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,128,0,1,1,1,1,1,0), + (17878,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17879,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17880,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17881,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 47','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17882,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 49','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17883,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,41,143,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (17884,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17885,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 51','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17886,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17887,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 54','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17889,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17890,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17891,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17892,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17893,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17894,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17895,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17896,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17897,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17898,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17899,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17900,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17901,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17902,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17903,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17904,2,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Decrease Mana Cost - Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17905,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17906,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 47','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17907,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 49','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17908,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17909,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 51','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17910,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17911,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 54','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17912,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Decrease Mana Cost - Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17913,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Decrease Mana Cost - Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17914,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Decrease Mana Cost - Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17915,6,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Decrease Mana Cost - Arcane','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17916,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Decrease Mana Cost - Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17917,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,5,0,0,0,0,0,0,0,0,0,160,0,0,'Destructive Reach','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17918,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,5,0,0,0,0,0,0,0,0,0,160,0,0,'Destructive Reach','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17919,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,32,26,26,0,0,68,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,1,0,0,58,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,0,'Searing Pain','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,256,0,1,1,1,1,1,0), + (17920,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,40,34,34,0,0,91,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,1.2,0,0,85,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,0,'Searing Pain','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,256,0,1,1,1,1,1,0), + (17921,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,48,42,42,0,0,118,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,1.5,0,0,121,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,0,'Searing Pain','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,256,0,1,1,1,1,1,0), + (17922,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,56,50,50,0,0,141,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,1.7,0,0,157,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,0,'Searing Pain','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,256,0,1,1,1,1,1,0), + (17923,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,64,58,58,0,0,168,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,37,0,0,1,0,0,0,0,0,2,0,0,203,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,0,'Searing Pain','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,256,0,1,1,1,1,1,0), + (17924,2,631,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,60000,15,0,0,0,101,0,62,56,56,0,0,335,0,0,0,4,24,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,2,0,0,179,0,0,1,0,0,0,0,0,3.1,0,0,702,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,0,'Soul Fire','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,64,0,1,1,1,1,1,0), + (17925,5,633,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,8,0,0,0,101,0,56,50,50,27,0,495,0,0,0,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,6,0,1,1,0,1,1,0,0,0,0,2.6,0,0,374,-1,0,0,24,0,6,6,0,0,0,0,0,0,0,0,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,88,0,50,'Death Coil','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,524288,0,1,1,1,1,1,0), + (17926,5,633,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,8,0,0,0,101,0,64,58,58,27,0,565,0,0,0,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,6,0,1,1,0,1,1,0,0,0,0,3,0,0,469,-1,0,0,24,0,6,6,0,0,0,0,0,0,0,0,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,88,0,50,'Death Coil','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,524288,0,1,1,1,1,1,0), + (17927,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,7,0,0,0,0,0,0,0,0,0,816,0,0,'Improved Searing Pain','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17928,5,634,1,5,1073807360,136,0,0,0,0,0,0,0,0,0,0,5,0,40000,15,0,0,664232,100,0,66,54,54,8,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,22,22,0,15,15,0,13,13,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4801,134,0,0,'Howl of Terror','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,2147483648,5,1,1,1,1,1,0), + (17929,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,7,0,0,0,0,0,0,0,0,0,816,0,0,'Improved Searing Pain','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17930,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,7,0,0,0,0,0,0,0,0,0,816,0,0,'Improved Searing Pain','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17931,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,7,0,0,0,0,0,0,0,0,0,816,0,0,'Improved Searing Pain','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17932,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,7,0,0,0,0,0,0,0,0,0,816,0,0,'Improved Searing Pain','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17933,2,0,0,0,0,131072,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,1506,0,0,'Firestone Attack','','','','','','','','','','','','','','','',0,0,0,0,5,2097152,0,1,1,1,1,1,0), + (17934,2,0,0,0,0,131072,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,1506,0,0,'Greater Firestone Attack','','','','','','','','','','','','','','','',0,0,0,0,5,2097152,0,1,1,1,1,1,0), + (17935,2,0,0,0,0,131072,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,1506,0,0,'Major Firestone Attack','','','','','','','','','','','','','','','',0,0,0,0,5,2097152,0,1,1,1,1,1,0), + (17936,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1823,0,0,0,0,0,0,0,0,0,45,0,0,'Firestone Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17937,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,56,56,5,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,9,0,0,0,0,6,6,0,0,0,0,0,0,0,22,87,0,0,0,0,0,0,0,0,0,0,0,0,0,96,96,0,0,0,0,0,0,0,346,542,0,0,'Curse of Shadow','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,2147483648,0,1,1,1,1,1,0), + (17938,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17937,0,0,0,0,0,107,542,0,0,'Curse of Shadow','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17939,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5619,0,0,0,0,0,0,0,4799,140,0,0,'Shadow Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17940,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1824,0,0,0,0,0,0,0,0,0,45,0,0,'Greater Firestone Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17941,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,5219,164,0,0,'Shadow Trance','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,1,1,1,0,0), + (17942,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,0,0,0,0,0,0,45,0,0,'Major Firestone Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17943,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5620,0,0,0,0,0,0,0,4799,140,0,0,'Shadow Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5621,0,0,0,0,0,0,0,4799,140,0,0,'Shadow Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17945,2,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17936,0,0,0,0,0,0,45,0,0,'Firestone Passive','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,0,0,0,0,0,0,0,4799,140,0,0,'Shadow Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17947,2,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17940,0,0,0,0,0,0,45,0,0,'Firestone Passive','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17948,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5623,0,0,0,0,0,0,0,4799,140,0,0,'Shadow Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17949,2,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17942,0,0,0,0,0,0,45,0,0,'Firestone Passive','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4802,140,0,0,'Shadow Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17951,2,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,36,36,0,0,700,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13699,0,0,0,0,0,0,0,0,0,0,0,4800,1506,0,0,'Create Firestone','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (17952,2,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,46,46,0,0,900,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13700,0,0,0,0,0,0,0,0,0,0,0,4800,1506,0,0,'Create Firestone (Greater)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (17953,2,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,56,56,0,0,1100,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13701,0,0,0,0,0,0,0,0,0,0,0,4800,1506,0,0,'Create Firestone (Major)','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (17954,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,868,0,0,0,22,0,0,0,0,0,0,0,0,37,0,0,'Emberstorm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (17955,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,868,0,0,0,22,0,0,0,0,0,0,0,0,37,0,0,'Emberstorm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (17956,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,868,0,0,0,22,0,0,0,0,0,0,0,0,37,0,0,'Emberstorm ','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (17957,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,868,0,0,0,22,0,0,0,0,0,0,0,0,37,0,0,'Emberstorm ','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (17958,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,868,0,0,0,22,0,0,0,0,0,0,0,0,37,0,0,'Emberstorm ','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (17959,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,15,0,0,0,0,0,0,0,0,0,234,0,0,'Ruin','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (17960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11521,0,0,0,0,0,0,0,0,0,1,0,0,'Kodo Bones Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (17961,6,0,1,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,2048,0,0,101,0,0,0,0,30,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,56,0,0,0,0,0,0,0,0,0,0,0,0,0,56,4493,0,0,0,0,0,0,0,355,316,0,0,'Scarlet Illusion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (17962,2,672,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,10000,15,0,0,0,101,0,46,40,40,0,0,165,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,67,0,0,1,0,0,0,0,0,1.6,0,0,239,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5199,12,0,0,'Conflagrate','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,512,0,1,1,1,1,0,0), + (17963,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-24,0,0,-25,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sundering Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (17967,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,91,0,0,'zzOLDCurse of Doom Threat','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17987,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17988,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17989,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17990,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17991,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17992,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17993,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17994,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17995,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17996,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17997,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17998,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (17999,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18000,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18001,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18002,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 47','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18003,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 49','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18004,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18005,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 51','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18006,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18007,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Nature Dam 54','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18008,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18009,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18010,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18011,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18012,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18013,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18014,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18015,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18016,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18017,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18018,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18019,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18020,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18021,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18022,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18023,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 47','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18024,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 49','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18025,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18026,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 51','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18027,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18028,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 54','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18029,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18030,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18031,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18032,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18033,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18034,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 48','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18035,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 51','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18036,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 55','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18037,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 57','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18038,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 59','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18039,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 62','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18040,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 64','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18041,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 66','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18042,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 68','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18043,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 70','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18044,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,72,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 73','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18045,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 75','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18046,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 77','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18047,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 79','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18048,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 81','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18049,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,25,25,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18050,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,32,32,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18052,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,33,33,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18053,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,35,35,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18054,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,36,36,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18055,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,38,38,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18056,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18057,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,40,40,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18058,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,41,41,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 42','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18060,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,19,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 200','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18061,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Sword','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18062,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Dodge 8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18063,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Parry 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18064,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18065,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,50,'zzOLDHaste 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18066,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Hit Chance 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18067,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,44,44,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18068,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,269,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 270','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18069,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 160','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18070,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-8,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,856,636,0,0,'Earthborer Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18071,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25695,25696,0,0,0,0,0,358,0,50,'Enriched Manna Biscuit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18072,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,63,0,1,1,0,0,0,0,0,0,0,49,93,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,39,314,0,0,'Uppercut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18073,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,262144,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,112,42,0,0,0,0,0,0,0,0,0,0,64,0,0,2189,0,0,0,18350,0,0,0,0,0,1137,0,0,'Pyroclasm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18074,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18075,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (18076,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,71,71,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18077,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,10,10,10,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18078,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (18079,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,32,32,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,90,0,0,'Demon Slaying 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18080,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,20,20,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18081,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,101,0,0,28,28,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,35,0,0,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18082,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,30,30,32,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,29,1,0,1,1,0,0,0,0,0,0,0,99,5,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (18083,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Firebolt','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (18084,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18085,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (18086,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,45,45,0,0,18,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18087,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,77,77,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,90,0,0,'Demon Slaying 78','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18088,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,40,40,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18089,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,101,0,0,30,30,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,62,0,0,'Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18090,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (18091,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,35,35,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,1,0,0,84,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,12,0,50,'Arcane Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (18092,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (18093,2,0,0,12,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,35,35,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,1137,0,0,'Pyroclasm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (18094,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,327680,2,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4309,0,0,0,0,0,0,0,0,0,164,0,0,'Nightfall','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18095,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,327680,4,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4309,0,0,0,0,0,0,0,0,0,164,0,0,'Nightfall','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18096,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,262144,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,112,42,0,0,0,0,0,0,0,0,0,0,64,0,0,2188,0,0,0,18350,0,0,0,0,0,1137,0,0,'Pyroclasm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18097,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17154,0,0,0,0,0,0,1,0,0,'The Green Tower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18098,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,44,44,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer 45','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18099,4,0,1,0,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,1,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,98,23,1,1,1,1,1,0,0,0,0,0,0,138,-51,99,0,0,0,22,22,22,15,15,15,13,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,4823,193,0,50,'Chill Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18100,4,0,1,0,33619968,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,15,0,0,40,100,0,0,1,1,30,0,10,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,12,0,0,11,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,18101,0,0,0,0,124,181,0,50,'Frost Armor','','','','','','','','','','','','','','','',0,133,0,0,3,524288,0,1,1,1,1,1,0), + (18101,4,0,1,0,0,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,-41,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,181,0,50,'Chilled','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (18103,0,0,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,39,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,314,0,0,'Backhand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18104,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,0,0,0,0,0,0,2,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,37,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,62,0,0,'Wrath','','','','','','','','','','','','','','','',0,133,1500,0,7,0,0,1,0,1,1,1,0), + (18105,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,60,60,31,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,41,1,0,1,1,0,0,0,0,0,0,0,179,12,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (18106,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (18107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,0,0,0,94,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (18108,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,60,60,31,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,61,1,0,1,1,0,0,0,0,0,0,0,269,8,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (18109,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,38,38,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18110,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5140,0,0,0,0,0,0,0,4824,1,0,0,'Transform Viewing Room Students','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18111,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,131,0,0,1,0,0,0,0,0,0,0,0,194,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18112,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,60,60,0,0,18,0,0,0,4,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,183,0,0,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18113,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'Manifestation Cleansing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18114,6,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,10,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,122,0,0,'Resist All','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18115,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,1,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-96,-76,0,0,0,1,1,1,0,0,0,0,0,0,56,133,79,0,0,0,0,0,0,0,0,0,0,0,0,11547,0,1,0,0,0,0,0,0,4825,1,0,0,'Viewing Room Student Transform - Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18116,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,499,49,0,0,0,0,1,1,0,0,0,0,0,0,0,101,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,440,0,0,'Kirtonos Gargoyle Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18118,2,0,1,11,8388608,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4826,11,0,0,'Aftermath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (18119,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18118,0,0,0,0,0,0,11,0,0,'Aftermath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18120,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,4,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18118,0,0,0,0,0,0,11,0,0,'Aftermath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18121,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,6,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18118,0,0,0,0,0,0,11,0,0,'Aftermath','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18122,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,8,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18118,0,0,0,0,0,0,11,0,0,'Aftermath','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18123,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18118,0,0,0,0,0,0,11,0,0,'Aftermath','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18124,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,1,0,1,1,0,0,0,0,0,0,0,357,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18125,0,0,0,0,51,358,0,50,'Blessed Sunfruit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18125,0,0,0,0,671088640,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,'Blessed Sunfruit','','','','','','','','','','','','','','','',0,0,1500,0,6,0,0,0,0,1,1,1,0), + (18126,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,10,0,0,0,0,0,0,0,0,0,18,0,0,'Improved Firebolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18127,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,10,0,0,0,0,0,0,0,0,0,18,0,0,'Improved Firebolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18128,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,11,0,0,0,0,0,0,0,0,0,596,0,0,'Improved Lash of Pain','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18129,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,11,0,0,0,0,0,0,0,0,0,596,0,0,'Improved Lash of Pain','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18130,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,997,0,0,7,0,0,0,0,0,0,0,0,0,678,0,0,'Devastation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18131,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,997,0,0,7,0,0,0,0,0,0,0,0,0,678,0,0,'Devastation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18132,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,997,0,0,7,0,0,0,0,0,0,0,0,0,678,0,0,'Devastation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18133,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,997,0,0,7,0,0,0,0,0,0,0,0,0,678,0,0,'Devastation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18134,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,997,0,0,7,0,0,0,0,0,0,0,0,0,678,0,0,'Devastation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18135,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,96,0,0,9,0,0,0,0,0,0,0,0,0,876,0,0,'Intensity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18136,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,96,0,0,9,0,0,0,0,0,0,0,0,0,876,0,0,'Intensity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18137,5,0,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,139944,100,3,0,20,20,6,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28376,0,0,0,0,0,37,19,0,0,'Shadowguard','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (18138,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7308,1,0,0,'GM Only ON','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18140,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,65,65,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,1,1,0,1,1,0,0,0,0,0,0,0,734,0,0,0,0,0,1,1,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18141,0,0,0,0,101,1309,0,0,'Blessed Sunfruit Juice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18141,0,0,0,0,671088640,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,79,0,0,'Blessed Sunfruit Juice','','','','','','','','','','','','','','','',0,133,1500,0,6,0,0,0,0,1,1,1,0), + (18142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6578,0,0,0,0,0,0,0,0,0,1,0,0,'Peasant Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18144,0,85,0,12,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,1,0,1,1,0,0,0,0,3.6,0,0,53,-1,0,0,0,0,24,24,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,277,0,50,'Swoop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18145,0,0,0,0,142606592,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4840,153,0,0,'Force Target - Kick with impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18146,4,0,1,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,40,5,0,0,10,10,21,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12531,0,0,0,0,0,124,119,0,50,'Chilling Touch','','','','','','','','','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (18147,3,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4229,117,0,0,'Static Field','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18148,3,0,0,0,2512,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18147,0,0,0,0,0,0,117,0,50,'Static Field','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18149,3,18,3,0,2048,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,15,15,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18150,0,0,0,0,0,846,203,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18150,3,0,3,0,0,0,0,536870912,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,9,0,0,8,0,0,0,0,0,22,0,0,33,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,203,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18151,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,1,1,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1.4,0,0,-7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,800,203,0,0,'Noxious Catalyst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18152,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,15,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4322,55,0,0,'Draining Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18153,0,0,0,0,256,1024,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,580,0,0,'Kodo Kombobulator','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (18154,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17919,0,0,0,0,0,107,816,0,0,'Searing Pain','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18155,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17920,0,0,0,0,0,107,816,0,0,'Searing Pain','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18156,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17921,0,0,0,0,0,107,816,0,0,'Searing Pain','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18157,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17922,0,0,0,0,0,107,816,0,0,'Searing Pain','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18158,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17923,0,0,0,0,0,107,816,0,0,'Searing Pain','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18159,6,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,969,95,0,0,'Curse of the Fallen Magram','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,0,0,1,1,1,0), + (18160,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17924,0,0,0,0,0,107,184,0,0,'Soul Fire','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18161,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17925,0,0,0,0,0,107,88,0,0,'Death Coil','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18162,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17926,0,0,0,0,0,107,88,0,0,'Death Coil','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18163,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,29,29,29,0,0,0,1,1,1,0,0,0,0,0,0,79,101,133,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4841,458,0,0,'Strength of Arko\'narin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (18164,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (18165,2,451,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,55,1,0,1,1,0,0,0,0,0,0,0,202,13,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','','','','','','','','',0,133,0,0,6,1048576,0,1,1,1,1,1,0), + (18166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,32,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11561,0,0,0,0,0,0,0,0,74,61,0,0,'Summon Magram Ravager','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,0,0,1,1,1,0), + (18167,2,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18165,0,0,0,0,0,0,156,0,50,'Holy Fire','','','','','','','','','','','','','','','',0,0,0,0,6,1048576,0,1,1,1,1,1,0), + (18169,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17928,0,0,0,0,0,107,134,0,0,'Howl of Terror','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18170,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17952,0,0,0,0,0,222,1506,0,0,'Create Firestone (Greater)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18171,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17953,0,0,0,0,0,222,1506,0,0,'Create Firestone (Major)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18172,0,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1625,0,0,'Kodo Kombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18173,2,0,0,0,603981824,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,99999,0,0,0,0,6,6,6,0,0,0,0,0,0,79,65,23,0,0,1000,0,0,0,0,0,0,0,0,0,127,0,0,0,0,23619,0,0,0,6919,1710,0,0,'Burning Adrenaline','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18174,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,150,0,0,'Suppression','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18175,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,150,0,0,'Suppression','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18176,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,150,0,0,'Suppression','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18177,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,150,0,0,'Suppression','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18178,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,150,0,0,'Suppression','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18179,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,8,0,0,0,0,0,0,0,0,0,543,0,0,'Improved Curse of Weakness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18180,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,8,0,0,0,0,0,0,0,0,0,543,0,0,'Improved Curse of Weakness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18181,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,8,0,0,0,0,0,0,0,0,0,543,0,0,'Improved Curse of Weakness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18182,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,'Improved Life Tap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18183,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,208,0,0,'Improved Life Tap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18184,0,0,0,0,150995200,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,153,0,50,'Sire\'s Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18185,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18186,2,0,1,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18187,0,0,0,0,0,0,502,0,50,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18187,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Firebolt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18188,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 180','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18189,6,0,0,0,80,0,8388608,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,99,0,0,0,0,1,1,0,0,0,0,0,0,0,42,109,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,12536,12536,0,0,0,0,0,212,0,50,'TEST Arcane Concentration','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (18190,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 140','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18191,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1612,0,0,'Increased Stamina','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (18192,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1613,0,0,'Increased Agility','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (18193,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,287,0,0,'Increased Spirit','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (18194,0,0,0,0,671088640,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,0,0,'Mana Regeneration','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (18195,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,219,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 220','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18196,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18197,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,10,10,10,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18198,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,65,65,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer 66','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18199,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,30,30,32,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,25,1,0,1,1,0,0,0,0,0,0,0,85,5,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (18200,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (18201,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,23,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18202,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (18203,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18204,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (18205,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,0,'Fatal Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (18207,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,59,59,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18208,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,63,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18209,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,13,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4487,1,0,0,'Test Grow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18210,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,13,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,25,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4487,1,0,0,'Test Shrink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18211,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18212,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,98,98,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,90,0,0,'Demon Slaying 99','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18213,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,18,0,0,0,0,0,0,0,0,0,113,0,0,'Improved Drain Soul','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18214,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18217,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,30,30,0,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18218,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1614,0,0,'Grim Reach','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18219,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1614,0,0,'Grim Reach','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18220,5,0,0,0,65536,131072,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,50,40,40,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,154,0,0,'Dark Pact','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,2147483648,0,0,1,1,0,0,0), + (18222,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,299,0,0,'Health Regeneration','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (18223,5,0,2,11,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,0,29,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,228,0,0,'Curse of Exhaustion','','','','','','','','','','','','','','','',8,133,1500,0,5,4194304,0,1,1,1,0,0,0), + (18229,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18191,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18230,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18192,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18231,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18193,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18232,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18222,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18233,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18194,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18234,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18191,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18235,5,0,2,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,3,23,0,2000,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18236,0,0,0,0,824,544,0,0,'zzOLDCurse of Agony','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,65536,0,0,0,1,1,1,0), + (18236,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'zzOLDCurse of Agony','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,65536,0,0,0,1,1,1,0), + (18237,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,8,8,9,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18280,0,0,0,0,0,824,544,0,0,'zzOLDCurse of Agony (TEST2)','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,65536,0,1,1,1,1,1,0), + (18238,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4603,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6887,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Spotted Yellowtail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18239,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13754,3713,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13927,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Cooked Glossy Mightfish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18240,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13755,3713,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13928,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Grilled Squid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18241,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13758,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13930,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Filet of Redgill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18242,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13756,2692,0,0,0,0,0,0,1,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13929,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Hot Smoked Bass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18243,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13759,159,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13931,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Nightfin Soup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18244,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13760,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13932,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Poached Sunscale Salmon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18245,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13888,159,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13933,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Lobster Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18246,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13893,2692,3713,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13934,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Mightfish Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18247,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13889,3713,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13935,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Baked Salmon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18248,0,0,0,0,268763152,553664516,134217728,134217728,0,0,0,0,0,0,0,0,1,0,0,15,0,15532,0,101,0,0,0,1,9,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,50,118,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35591,356,0,0,0,0,0,0,0,759,580,0,0,'Fishing','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18249,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,18248,0,0,0,0,0,107,580,0,0,'Artisan Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18250,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18238,0,0,0,0,0,222,1,0,0,'Recipe: Spotted Yellowtail','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18251,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18239,0,0,0,0,0,222,1,0,0,'Recipe: Cooked Glossy Mightfish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18252,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18241,0,0,0,0,0,222,1,0,0,'Recipe: Filet of Redgill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18253,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18240,0,0,0,0,0,222,1,0,0,'Recipe: Grilled Squid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18254,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18242,0,0,0,0,0,222,1,0,0,'Recipe: Hot Smoked Bass','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18255,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18243,0,0,0,0,0,222,1,0,0,'Recipe: Nightfin Soup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18256,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18244,0,0,0,0,0,222,1,0,0,'Recipe: Poached Sunscale Salmon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18257,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18245,0,0,0,0,0,222,1,0,0,'Recipe: Lobster Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18258,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18246,0,0,0,0,0,222,1,0,0,'Recipe: Mightfish Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18259,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18247,0,0,0,0,0,222,1,0,0,'Recipe: Baked Salmon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18260,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,118,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,0,0,0,0,0,0,1467,0,0,'Cooking','','','','','','','','Artisan','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18261,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,18260,0,0,0,0,0,107,1467,0,0,'Artisan Cook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18262,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,11614,0,0,0,0,0,0,0,0,0,262,0,0,'Call Bloodshot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18263,0,0,0,0,134545728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1550,0,0,'zzOLDAura of Might','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (18264,6,0,1,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,120,0,0,'Headmaster\'s Charge','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (18265,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,38,30,30,9,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,152,0,0,'Siphon Life','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,4294967296,0,1,1,1,0,0,0), + (18266,5,0,2,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,8,0,75,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,544,0,0,'Curse of Agony','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (18267,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,9,0,105,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.5,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18268,2,0,1,0,2512,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11968,0,0,0,0,0,0,31,0,50,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18269,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Kodo Kombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18270,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,23,0,0,0,0,0,4,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,9,0.67,0,249,15,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4039,264,0,0,'Dark Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18271,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,2,0,0,22,8,0,0,0,0,0,0,0,22,0,0,'Shadow Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18272,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,3,3,3,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,2,0,0,22,8,0,0,0,0,0,0,0,22,0,0,'Shadow Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18273,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,5,5,5,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,2,0,0,22,8,0,0,0,0,0,0,0,22,0,0,'Shadow Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18274,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,7,7,7,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,2,0,0,22,8,0,0,0,0,0,0,0,22,0,0,'Shadow Mastery','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18275,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,9,9,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,2,0,0,22,8,0,0,0,0,0,0,0,22,0,0,'Shadow Mastery','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18276,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (18277,5,0,0,0,262144,0,536870912,33554432,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,'ZZOLDCurse of Agony','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18278,3,32,1,9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,32,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18279,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,8,8,9,0,25,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'zzOLDCurse of Agony (TEST)','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (18280,5,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,'ZZOLDCurse of Agony Dummy','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18281,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 210','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18282,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dummy Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18287,4,0,0,0,134545664,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,976,0,0,'zzOLDProtection of Caer Darrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18288,5,0,1,0,33619968,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,87376,100,1,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,-21,0,0,0,0,1,1,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,33792,4194304,0,8,12,0,0,0,0,0,0,0,4600,1494,0,0,'Amplify Curse','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18289,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,60,60,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,203,0,0,'Creeping Mold','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18307,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,60,60,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,11637,0,0,0,0,0,0,0,0,74,217,0,0,'Death by Peasant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18308,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,60,60,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,11636,0,0,0,0,0,0,0,0,74,217,0,0,'Death by Peasant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18309,3,39,0,0,33882128,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,4227,107,131,0,'Bear Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18310,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,0,0,0,0,0,0,0,0,0,228,0,0,'Improved Curse of Exhaustion','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18311,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,0,0,0,0,0,0,0,0,0,228,0,0,'Improved Curse of Exhaustion','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18312,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,0,0,0,0,0,0,0,0,0,228,0,0,'Improved Curse of Exhaustion','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18313,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,12,0,0,0,0,0,0,0,0,0,228,0,0,'Improved Curse of Exhaustion','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18327,3,32,1,9,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,30,30,1,0,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18328,0,0,0,11,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,0,0,22,0,0,15,0,0,9,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Incapacitating Shout','','','','','','','','','','','','','','','',0,0,0,0,4,131072,0,0,0,1,1,1,0), + (18347,0,0,0,0,67110912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,199000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17694,0,0,0,0,0,0,91,0,0,'Haunted','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18348,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18349,0,0,0,0,0,0,1,0,0,'Poltergeist Periodic Schedule (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18349,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Poltergeist Periodic (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18350,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dummy Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18351,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18352,0,0,0,0,4919,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18352,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18353,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18353,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18354,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18354,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18355,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18355,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18356,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18356,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18357,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18357,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18358,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18358,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18359,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18359,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18360,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18360,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18361,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18361,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18362,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Kodo Kombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18363,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11689,0,0,0,0,0,0,0,0,1703,1615,122,0,'Riding Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18364,2,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18374,0,0,0,0,0,0,16,0,0,'Cloak of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12368,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Dawn\'s Gambit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18368,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,1,0,0,1,0,0,0,0,0,4.5,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18369,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18371,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,49,0,0,0,0,1,1,0,0,0,0,0,0,0,110,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,'Soul Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18372,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,18,0,0,0,0,0,0,0,0,0,113,0,0,'Improved Drain Soul','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18373,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Aynasha\'s Root','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18374,2,0,0,0,0,0,4194304,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,1,0,0,'Cloak of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18375,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,4,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,'Aynasha\'s Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18376,5,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,106,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,22,0,0,15,0,0,13,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (18377,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18269,0,0,0,0,0,0,580,0,0,'Kodo Kombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18378,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18379,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18380,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Poltergeist Despawn (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18381,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,9,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,543,0,0,'Cripple','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,0,0,1,0,1,1,1,0), + (18382,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18383,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,50000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18380,0,0,0,0,0,0,1,0,0,'Poltergeist Despawn Schedule (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18384,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18385,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,251,0,0,1,0,0,0,0,0,0,0,0,374,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,283,0,0,'Replenish Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18386,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,301,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,104,0,50,'Heal Pet','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Onyxia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18388,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,11,0,0,0,0,0,0,0,0,0,331,0,0,'Quick Fade','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (18389,0,19,0,0,537133056,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg5','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (18390,0,0,0,0,537133056,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg6','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (18391,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,'Speed Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18392,2,0,0,0,65536,136,4,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,65,65,0,0,0,0,0,0,13,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,601,0,0,1,0,0,0,0,0,0,0,0,1699,0,0,0,0,0,53,0,0,16,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4921,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (18393,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,16,0,0,2029,0,0,0,0,0,0,0,0,0,548,0,0,'Improved Drain Mana','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18394,5,0,0,0,0,0,536870916,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'Drain Mana','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,16,0,0,0,1,0,0,0), + (18395,0,0,0,12,541065234,98440,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,77,12,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,208,87,0,0,'Dismounting Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18396,6,0,0,0,536870912,98304,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,37,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,6,6,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,50,0,0,0,0,0,0,0,4920,87,0,0,'Dismounting Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18397,0,0,0,0,268435728,0,0,0,0,0,0,0,0,703,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14339,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18398,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (18399,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,25,1,0,1,1,0,0,0,0,0,0,0,151,31,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18400,0,0,0,0,262144,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,48270,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17512,0,0,0,0,0,4682,1610,0,0,'Piccolo of the Flaming Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18401,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14047,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14048,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Bolt of Runecloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18402,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14341,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13856,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18403,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7079,14341,0,0,0,0,0,5,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13869,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Frostweave Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18404,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7079,14341,0,0,0,0,0,5,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13868,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Frostweave Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18405,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,8170,14341,0,0,0,0,0,5,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14046,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18406,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14227,14341,0,0,0,0,0,5,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13858,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18407,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14227,14341,0,0,0,0,0,5,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13857,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18408,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7077,14341,0,0,0,0,0,5,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14042,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cindercloth Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18409,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14227,14341,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13860,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18410,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,9210,14227,14341,0,0,0,0,3,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14143,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Ghostweave Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18411,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7080,14341,0,0,0,0,0,3,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13870,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Frostweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18412,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7077,14341,0,0,0,0,0,4,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14043,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cindercloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18413,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,9210,14227,14341,0,0,0,0,4,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14142,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Ghostweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18414,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,3577,14341,0,0,0,0,0,5,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14100,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Brightcloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18415,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,3577,14341,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14101,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Brightcloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18416,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,9210,14227,14341,0,0,0,0,6,4,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14141,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Ghostweave Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18417,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,8170,14341,0,0,0,0,0,4,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13863,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18418,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7078,14341,0,0,0,0,0,5,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14044,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cindercloth Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18419,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14256,14341,0,0,0,0,0,5,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14107,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Felcloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18420,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,3577,14341,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14103,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Brightcloth Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18421,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,11176,14341,0,0,0,0,0,6,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14132,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Wizardweave Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18422,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7078,7077,7068,14341,0,0,0,6,4,4,4,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14134,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cloak of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18423,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14227,8170,14341,0,0,0,0,4,2,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13864,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18424,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7080,14341,0,0,0,0,0,6,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13871,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Frostweave Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18425,0,0,1,9,0,0,0,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,3,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,0,0,'Kick - Silenced','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,1,1,0,0,0), + (18427,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131074,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,'Aggression','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (18428,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131074,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,'Aggression','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (18429,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131074,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,'Aggression','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (18430,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dragon Hover','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18431,0,0,0,5,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,60,60,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,86,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,18,0,15,52,0,12,17,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,4939,11,0,0,'Bellowing Roar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (18432,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,451,26,0,1,1,0,0,0,0,0,0,0,2774,149,0,0,0,0,22,22,0,15,15,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,4962,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18433,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dummy Trigger 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18434,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7078,14341,0,0,0,0,0,6,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14045,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cindercloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18435,2,50,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,63,63,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,64,0,875,0,0,1,0,0,0,0,0,0,0,0,3062,0,0,0,0,0,24,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22904,0,0,0,0,1483,11,0,50,'Flame Breath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (18436,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14256,12808,7080,14341,0,0,0,10,12,4,4,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14136,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Robe of Winter Night','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18437,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14256,8170,14341,0,0,0,0,6,4,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14108,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Felcloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18438,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14227,14341,0,0,0,0,0,6,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13865,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18439,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,3577,14227,14341,0,0,0,0,6,4,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14104,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Brightcloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18440,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,14341,0,0,0,0,0,6,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14137,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18441,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,9210,14341,0,0,0,0,0,6,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14144,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Ghostweave Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18442,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14256,14341,0,0,0,0,0,5,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14111,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Felcloth Hood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Safe Fall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18444,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14227,14341,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13866,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18445,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,14341,0,0,0,0,0,4,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14155,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18446,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,11176,14341,0,0,0,0,0,8,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14128,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Wizardweave Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18447,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,14341,0,0,0,0,0,6,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14138,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18448,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,14341,0,0,0,0,0,5,5,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14139,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18449,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14227,8170,14341,0,0,0,0,7,2,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13867,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runecloth Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18450,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,11176,7910,14341,0,0,0,0,6,4,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14130,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Wizardweave Turban','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18451,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14256,12662,14341,0,0,0,0,8,8,4,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14106,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Felcloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18452,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,12800,12810,14341,0,0,0,4,6,1,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14140,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth Circlet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18453,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14256,12662,8170,14341,0,0,0,7,6,4,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14112,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Felcloth Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18454,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,9210,13926,12364,12810,14341,0,10,10,10,6,6,8,2,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14146,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Gloves of Spell Mastery','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18455,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,14344,17012,14341,0,0,0,8,12,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14156,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Bottomless Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18456,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,12811,13926,9210,14341,0,0,12,10,4,4,10,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14154,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Truefaith Vestments','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18457,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7078,7082,7076,7080,14341,0,0,12,10,10,10,10,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14152,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Robe of the Archmage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18458,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,12662,14256,7078,12808,14341,0,0,12,20,40,12,12,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14153,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Robe of the Void','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18459,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,18,0,0,7,0,0,0,0,0,0,0,0,0,678,0,0,'Incinerate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (18460,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,18,0,0,7,0,0,0,0,0,0,0,0,0,678,0,0,'Incinerate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (18461,0,0,0,0,262544,268599296,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,0,252,0,0,'Vanish Purge','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (18462,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'Arcane Meditation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18463,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'Arcane Meditation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18464,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'Arcane Meditation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18465,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'zzOLDArcane Meditation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18466,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'zzOLDArcane Meditation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18467,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,7,0,0,0,0,0,0,0,0,0,122,0,50,'zzOLDImproved Arcane Explosion','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (18468,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,7,0,0,0,0,0,0,0,0,0,122,0,50,'zzOLDImproved Arcane Explosion','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (18469,6,0,1,9,0,136,0,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,3,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,'Counterspell - Silenced','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,1,1,1,0,0,0), + (18470,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18401,0,0,0,0,0,107,41,0,0,'Bolt of Runecloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18471,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18402,0,0,0,0,0,107,41,0,0,'Runecloth Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18472,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18403,0,0,0,0,0,222,1,0,0,'Pattern: Frostweave Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18473,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18404,0,0,0,0,0,222,1,0,0,'Pattern: Frostweave Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18474,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18405,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18475,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18406,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18476,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18477,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18407,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18478,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18408,0,0,0,0,0,222,1,0,0,'Pattern: Cindercloth Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18479,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18409,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18480,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18410,0,0,0,0,0,222,1,0,0,'Pattern: Ghostweave Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18481,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18411,0,0,0,0,0,222,1,0,0,'Pattern: Frostweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18482,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18412,0,0,0,0,0,222,1,0,0,'Pattern: Cindercloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18487,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18413,0,0,0,0,0,222,1,0,0,'Pattern: Ghostweave Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18488,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18414,0,0,0,0,0,222,1,0,0,'Pattern: Brightcloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18489,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18415,0,0,0,0,0,222,1,0,0,'Pattern: Brightcloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18490,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18416,0,0,0,0,0,222,1,0,0,'Pattern: Ghostweave Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18491,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18417,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18492,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18418,0,0,0,0,0,222,1,0,0,'Pattern: Cindercloth Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18493,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18419,0,0,0,0,0,222,1,0,0,'Pattern: Felcloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18494,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18420,0,0,0,0,0,222,1,0,0,'Pattern: Brightcloth Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18495,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18421,0,0,0,0,0,222,1,0,0,'Pattern: Wizardweave Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18496,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18422,0,0,0,0,0,222,1,0,0,'Pattern: Cloak of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18497,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18423,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18498,0,0,1,9,0,0,0,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,3,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,0,0,'Shield Bash - Silenced','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,1,1,0,0,0), + (18499,0,0,0,0,327696,32768,0,0,0,262144,0,0,0,0,0,0,1,30000,0,0,0,0,139944,100,0,0,32,32,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14,0,0,0,0,0,0,0,47,1465,0,0,'Berserker Rage','','','','','','','','','','','','','','','',0,133,1500,0,4,268435456,0,0,0,1,1,1,0), + (18500,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,2,0,1,375,0,1,1,0,0,0,0,0,0,0,149,562,0,0,0,0,24,24,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,4961,1618,0,0,'Wing Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,0,0), + (18501,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,1,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18502,6,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,101,0,0,0,0,4,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,5000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,173,0,0,'Curse of Hakkar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (18503,3,0,1,17,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,30,30,1,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,620,0,0,0,0,0,0,0,0,4661,318,0,50,'Hex','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (18507,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18424,0,0,0,0,0,222,1,0,0,'Pattern: Frostweave Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18508,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18434,0,0,0,0,0,222,1,0,0,'Pattern: Cindercloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18509,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18436,0,0,0,0,0,222,1,0,0,'Pattern: Robe of Winter Night','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18510,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18437,0,0,0,0,0,222,1,0,0,'Pattern: Felcloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18511,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18438,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18512,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18439,0,0,0,0,0,222,1,0,0,'Pattern: Brightcloth Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18513,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18440,0,0,0,0,0,222,1,0,0,'Pattern: Mooncloth Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18514,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18441,0,0,0,0,0,222,1,0,0,'Pattern: Ghostweave Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18515,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18442,0,0,0,0,0,222,1,0,0,'Pattern: Felcloth Hood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18516,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18444,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18517,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18445,0,0,0,0,0,222,1,0,0,'Pattern: Mooncloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18518,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18446,0,0,0,0,0,222,1,0,0,'Pattern: Wizardweave Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18519,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18447,0,0,0,0,0,222,1,0,0,'Pattern: Mooncloth Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18520,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,305,0,0,'Charisma','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (18521,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18448,0,0,0,0,0,222,1,0,0,'Pattern: Mooncloth Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18522,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18449,0,0,0,0,0,222,1,0,0,'Pattern: Runecloth Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18523,1,0,1,0,65536,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,12,12,25,0,20,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,146,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,51,0,0,'zzOLDPersuasion','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483650,0,1,1,1,1,1,0), + (18524,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18450,0,0,0,0,0,222,1,0,0,'Pattern: Wizardweave Turban','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18525,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18451,0,0,0,0,0,222,1,0,0,'Pattern: Felcloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18526,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18452,0,0,0,0,0,222,1,0,0,'Pattern: Mooncloth Circlet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18527,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18453,0,0,0,0,0,222,1,0,0,'Pattern: Felcloth Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18528,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18454,0,0,0,0,0,222,1,0,0,'Pattern: Gloves of Spell Mastery','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18529,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18455,0,0,0,0,0,222,1,0,0,'Pattern: Bottomless Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18530,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1053824,0,0,10,0,0,0,0,0,0,0,0,0,307,0,0,'Divine Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (18531,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1053824,0,0,10,0,0,0,0,0,0,0,0,0,307,0,0,'Divine Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (18532,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18456,0,0,0,0,0,222,1,0,0,'Pattern: Truefaith Vestments','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18533,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1053824,0,0,10,0,0,0,0,0,0,0,0,0,307,0,0,'Divine Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (18534,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1053824,0,0,10,0,0,0,0,0,0,0,0,0,307,0,0,'Divine Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (18535,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1053824,0,0,10,0,0,0,0,0,0,0,0,0,307,0,0,'Divine Fury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (18536,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18457,0,0,0,0,0,222,1,0,0,'Pattern: Robe of the Archmage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18537,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18458,0,0,0,0,0,222,1,0,0,'Pattern: Robe of the Void','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18538,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'zzOLDImproved Smite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (18539,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,237,0,0,'zzOLDImproved Smite','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (18540,5,0,0,0,33619968,131076,0,0,0,0,0,0,0,0,0,0,7,3600000,0,31,0,48142,0,101,0,0,60,60,3,0,0,0,0,0,4,0,0,0,0,16583,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177193,0,0,0,0,0,0,0,0,4963,99,0,50,'Ritual of Doom','','','','','','','','','','','','','','','',100,133,1500,0,5,0,0,1,1,1,1,1,0), + (18541,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,60,60,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,112,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11859,0,0,0,0,0,0,0,0,0,1479,0,0,'Ritual of Doom Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18542,2,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18543,0,0,0,0,0,0,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18543,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,6,23,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Flame Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18544,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,107,108,108,0,0,0,0,0,0,0,0,0,139993232,5775504,10518528,7,0,22,0,0,0,0,0,0,0,340,0,0,'Force of Will','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (18545,3,0,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,1,1,18,0,10,3,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,6,0,1,1,0,1,1,0,0,0,0,-1.25,-1.25,0,-2,-2,0,0,0,0,6,6,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,3219,256,0,0,'Scorpid Sting','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (18546,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,26,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,1619,0,0,'Overdrive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18547,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,107,108,108,0,0,0,0,0,0,0,0,0,139993232,5775504,10518528,7,0,22,0,0,0,0,0,0,0,340,0,0,'Force of Will','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (18548,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,2,2,2,0,0,0,1,1,1,0,0,0,0,0,0,107,108,108,0,0,0,0,0,0,0,0,0,139993232,5775504,10518528,7,0,22,0,0,0,0,0,0,0,340,0,0,'Force of Will','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (18549,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,3,3,3,0,0,0,1,1,1,0,0,0,0,0,0,107,108,108,0,0,0,0,0,0,0,0,0,139993232,5775504,10518528,7,0,22,0,0,0,0,0,0,0,340,0,0,'Force of Will','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (18550,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,4,4,0,0,0,1,1,1,0,0,0,0,0,0,107,108,108,0,0,0,0,0,0,0,0,0,139993232,5775504,10518528,7,0,22,0,0,0,0,0,0,0,340,0,0,'Force of Will','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (18551,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,'Mental Strength','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18552,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,'Mental Strength','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18553,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,'Mental Strength','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18554,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,'Mental Strength','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18555,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,'Mental Strength','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18556,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18499,0,0,0,0,0,107,1465,0,50,'Berserker Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18557,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,28,0,75,5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.6,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4979,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (18559,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,1,0,0,'Demon Pick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18560,0,0,0,0,65568,0,0,0,0,0,0,0,0,883,0,0,39,345600000,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14256,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14342,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18561,0,0,0,0,4718610,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (18562,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,15000,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3884,1917,0,0,'Swiftmend','','','','','','','','','','','','','','','',20,133,1500,0,7,8589934592,0,1,1,1,1,0,0), + (18563,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18560,0,0,0,0,0,222,1,0,0,'Ritual: Mooncloth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18564,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18565,0,0,0,0,4919,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18565,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18566,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18566,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18567,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18567,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18568,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18568,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18569,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18569,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18570,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18570,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18571,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18571,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18572,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18572,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18573,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18573,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18574,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18574,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18575,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18575,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18576,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18578,0,0,0,0,4919,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18578,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18579,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18579,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18580,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18580,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18581,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18581,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18582,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18582,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18583,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18583,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18584,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18585,0,0,0,0,4919,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18585,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18586,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18586,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18587,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18587,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18588,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18588,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18589,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18589,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18590,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18590,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18591,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18591,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18592,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18592,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18593,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18593,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18594,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18594,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18595,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18595,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18596,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18597,0,0,0,0,4919,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18597,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18598,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18598,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18599,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18599,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18600,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18600,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18601,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18601,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18602,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18602,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18603,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18603,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18604,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18604,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18605,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18605,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18606,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18606,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18607,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18607,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18608,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,169,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18609,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18611,0,0,0,0,4919,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18610,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18611,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18612,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18612,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18613,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18613,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18614,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18614,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18615,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18615,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18616,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18616,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18617,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,6,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18619,0,0,0,0,4919,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18618,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18619,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18620,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18620,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18621,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18621,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18622,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18622,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18623,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18623,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18624,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18624,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18625,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18625,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18626,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18626,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18627,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18627,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18628,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18628,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18618,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (18629,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14047,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14529,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Runecloth Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18630,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14047,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14530,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Heavy Runecloth Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18631,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18629,0,0,0,0,0,107,1620,0,0,'Runecloth Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18632,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18630,0,0,0,0,0,107,1621,0,0,'Heavy Runecloth Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18633,5,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,3,29,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,313,0,0,'Weakening Disease','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18634,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,11875,0,0,0,0,0,0,0,0,74,90,0,0,'Target Dummy - Event 001','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18647,5,0,1,18,1073807360,65536,0,0,0,0,0,0,12,0,0,0,16,0,0,15,0,0,0,101,0,0,48,48,9,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,1305,96,0,0,'Banish','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (18648,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18647,0,0,0,0,0,107,96,0,0,'Banish','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18649,5,2,0,0,4784130,0,131072,0,0,0,0,0,0,0,0,0,18,0,6000,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3222,128,0,0,'Shadow Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (18650,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,32,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10939,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Marduk the Black','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18651,6,0,0,0,65538,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,3.75,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (18652,5,0,1,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4400,195,0,0,'Siphon Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18653,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4322,195,0,0,'Siphon Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18654,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,14000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18653,0,0,0,0,0,0,195,0,0,'Siphon Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Mortar Animate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18656,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,100,0,0,60,60,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18657,3,0,1,10,1074855936,262144,524288,0,0,1073741824,0,0,3,0,0,0,16,0,0,15,2,0,0,101,0,0,38,38,9,0,120,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4999,44,0,50,'Hibernate','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,16777216,0,1,1,1,1,1,0), + (18658,3,0,1,10,1074855936,262144,524288,0,0,1073741824,0,0,3,0,0,0,16,0,0,15,2,0,0,101,0,0,58,58,64,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4999,44,0,50,'Hibernate','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,16777216,0,1,1,1,1,1,0), + (18659,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18657,0,0,0,0,0,107,44,0,0,'Hibernate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18660,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18658,0,0,0,0,0,107,44,0,0,'Hibernate','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18661,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177241,0,0,0,0,0,0,0,0,0,1,0,0,'Araj\'s Phylactery','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18662,5,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,60,8,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,112,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11859,0,0,0,0,0,0,0,0,0,91,0,0,'Curse of Doom Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18663,5,0,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18664,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3869,0,0,0,0,0,222,1,0,0,'Pattern: Bright Yellow Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18665,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3857,0,0,0,0,0,222,1,0,0,'Pattern: Enchanter\'s Cowl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,1,0,0,'Corrupt Redpath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18667,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3454,0,0,0,0,0,222,1,0,0,'Recipe: Frost Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18668,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3778,0,0,0,0,0,222,1,0,0,'Pattern: Gem-studded Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18669,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3952,0,0,0,0,0,222,1,0,0,'Schematic: Minor Recombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18670,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,77,1,87,0,1,1,0,0,0,0,0,0,0,29,131,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18671,5,0,2,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,9,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,22,0,0,15,0,0,11,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,544,0,0,'Curse of Agony','','','','','','','','','','','','','','','',0,133,1500,0,5,65536,0,1,1,1,1,1,0), + (18672,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18673,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18674,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 03','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18675,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18676,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 05','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18677,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 06','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18678,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 07','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18679,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 08','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18680,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 09','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18681,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18682,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18683,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18684,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18685,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18686,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18687,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18688,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18689,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18690,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18691,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased All Resist 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18692,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Improved Healthstone','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18693,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Improved Healthstone','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18694,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8392704,0,0,8,0,0,0,0,0,0,0,0,0,215,0,0,'Improved Imp','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18695,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8392704,0,0,8,0,0,0,0,0,0,0,0,0,215,0,0,'Improved Imp','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18696,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8392704,0,0,8,0,0,0,0,0,0,0,0,0,215,0,0,'Improved Imp','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18697,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,-2,0,0,0,0,1,1,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,90,0,0,'Demonic Embrace','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18698,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,-3,0,0,0,0,1,1,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,90,0,0,'Demonic Embrace','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18699,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,-4,0,0,0,0,1,1,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,90,0,0,'Demonic Embrace','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18700,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,-5,0,0,0,0,1,1,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,90,0,0,'Demonic Embrace','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18701,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,-6,0,0,0,0,1,1,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,90,0,0,'Demonic Embrace','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18702,0,0,2,0,67108864,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,60,60,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-51,-51,0,0,0,0,6,6,6,0,0,0,0,0,0,29,29,56,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10391,0,0,0,0,0,0,279,207,0,0,'Curse of the Darkmaster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18703,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16777216,0,0,8,0,0,0,0,0,0,0,0,0,153,0,0,'Improved Health Funnel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18704,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16777216,0,0,8,0,0,0,0,0,0,0,0,0,153,0,0,'Improved Health Funnel','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18705,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,217,0,0,'Improved Voidwalker','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18706,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,217,0,0,'Improved Voidwalker','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18707,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,217,0,0,'Improved Voidwalker','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18708,5,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,900000,0,0,0,0,87376,100,1,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-5501,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,536870912,536870912,0,10,14,0,0,0,0,0,0,0,4600,195,0,0,'Fel Domination','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,1,1,1,0,0), + (18709,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-2001,-21,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,536870912,536870912,0,10,14,0,0,0,0,0,0,0,0,211,0,0,'Master Summoner','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18710,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-4001,-41,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,536870912,536870912,0,10,14,0,0,0,0,0,0,0,0,211,0,0,'Master Summoner','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18711,0,0,0,0,268435728,0,0,0,0,0,0,0,0,903,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,12359,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14645,0,0,0,0,0,0,0,0,0,0,0,1383,1,0,0,'Forging','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18727,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,217,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,67108864,0,0,0,1,1,1,0), + (18728,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,215,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,67108864,0,0,0,1,1,1,0), + (18729,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,216,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,67108864,0,0,0,1,1,1,0), + (18730,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,214,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,67108864,0,0,0,1,1,1,0), + (18731,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,8,0,0,0,0,0,0,0,0,0,125,0,0,'Fel Intellect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18733,0,0,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,0,'Air Bubbles','','','','','','','','','','','','','','','',0,0,0,0,1,32768,0,0,0,1,1,1,0), + (18734,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,'zzOLDCurse of Doom Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18735,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,134217728,0,0,0,1,1,1,0), + (18736,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,134217728,0,0,0,1,1,1,0), + (18737,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,134217728,0,0,0,1,1,1,0), + (18738,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,134217728,0,0,0,1,1,1,0), + (18739,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,214,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,268435456,0,0,0,1,1,1,0), + (18740,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,268435456,0,0,0,1,1,1,0), + (18741,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,268435456,0,0,0,1,1,1,0), + (18742,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,268435456,0,0,0,1,1,1,0), + (18743,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,8,0,0,0,0,0,0,0,0,0,125,0,0,'Fel Intellect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18744,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,8,0,0,0,0,0,0,0,0,0,125,0,0,'Fel Intellect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18745,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,8,0,0,0,0,0,0,0,0,0,125,0,0,'Fel Intellect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18746,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,8,0,0,0,0,0,0,0,0,0,125,0,0,'Fel Intellect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,817,0,0,0,0,0,0,0,0,158,1,0,0,'Blue Dragon Immunity (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18748,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,207,0,0,'Fel Stamina','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18749,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,207,0,0,'Fel Stamina','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18750,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,207,0,0,'Fel Stamina','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18751,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,207,0,0,'Fel Stamina','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18752,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,207,0,0,'Fel Stamina','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18753,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,0,0,0,107,91,0,0,'Curse of Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18754,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1073750016,1073741824,0,8,1,0,0,0,0,0,0,0,0,216,0,0,'Improved Succubus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18755,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1073750016,1073741824,0,8,1,0,0,0,0,0,0,0,0,216,0,0,'Improved Succubus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18756,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1073750016,1073741824,0,8,1,0,0,0,0,0,0,0,0,216,0,0,'Improved Succubus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18757,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-21,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1048576,1048576,0,14,10,0,0,0,0,0,0,0,0,92,0,0,'Master Conjuror','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18758,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-41,-41,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1048576,1048576,0,14,10,0,0,0,0,0,0,0,0,92,0,0,'Master Conjuror','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18759,5,0,0,0,536871168,0,67108868,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Swallow Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18761,5,0,0,0,536870912,0,67108868,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Swallow Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18762,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2799,1,0,0,'Hand of Iruxos','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18763,4,98,1,12,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,0,0,0,8,0,98,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,23,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,12,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2335,35,0,50,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18764,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Fungal Regrowth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18765,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,5,0,0,1,18,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,515,0,50,'Sweeping Strikes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18767,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,8,0,0,0,0,0,0,0,0,0,1506,0,0,'Improved Firestone','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18768,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,8,0,0,0,0,0,0,0,0,0,1506,0,0,'Improved Firestone','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18769,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,235,0,0,'Unholy Power','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18770,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,235,0,0,'Unholy Power','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18771,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,235,0,0,'Unholy Power','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18772,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,235,0,0,'Unholy Power','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18773,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,235,0,0,'Unholy Power','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18774,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,344,0,0,'Improved Spellstone','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18775,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,344,0,0,'Improved Spellstone','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18787,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,298,0,50,'Heaven\'s Blessing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18788,5,0,0,0,536870912,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,1488,0,0,'Demonic Sacrifice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18789,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,0,0,0,0,0,1,1,0,0,0,0,0,0,0,79,112,0,0,0,0,0,0,0,0,0,0,0,536870912,0,4,2228,0,0,0,0,0,0,0,5790,1488,0,0,'Burning Wish','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,1,1,1,0,0), + (18790,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,20,112,0,4000,0,0,0,0,0,0,0,0,0,536870912,0,0,2228,0,0,0,0,0,0,0,5792,1488,0,0,'Fel Stamina','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,2,1,1,0,0), + (18791,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,0,0,0,0,0,1,1,0,0,0,0,0,0,0,79,112,0,0,0,0,0,0,0,0,0,0,0,536870912,0,32,2228,0,0,0,0,0,0,0,5791,1488,0,0,'Touch of Shadow','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,1,1,1,0,0), + (18792,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,21,112,0,4000,0,0,0,0,0,0,0,0,0,536870912,0,0,2228,0,0,0,0,0,0,0,5789,1488,0,0,'Fel Energy','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (18793,0,0,0,0,256,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,580,0,0,'Kodo Kombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18794,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11938,0,0,0,0,0,0,0,0,0,1,0,0,'Young Tirion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18795,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5039,1,0,0,'Peon Sleeping (Stun emote)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18796,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,45,45,32,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,43,1,0,1,1,0,0,0,0,0,0,0,154,7,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (18797,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,1477,0,0,'Flurry Axe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18798,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,49,0,13,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2335,35,0,50,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18799,4,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18798,0,0,0,0,0,0,1,0,0,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18800,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5041,580,0,0,'Light Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18801,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,1,0,0,'TESTT','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18802,4,0,1,11,1078001682,0,0,2,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,1,1,1,0,0,0,0,0,54,40,0,0,0,5024,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,262156,0,58,6,0,1,1,0,1,1,0,0,0,0,0.6,0,0,-1,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5042,172,0,0,'Frost Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (18803,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,60,60,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4381,156,0,50,'Focus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18804,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,52,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,11,0,0,'Eruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (18805,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,30,30,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,108,10,30,1,101,101,1,1,1,0,0,0,0,0,0,0,149,149,0,0,0,21,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,173,1,0,0,'Recombobulate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18806,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15261,0,0,0,0,0,107,156,0,0,'Holy Fire','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18807,5,0,0,0,65536,16388,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,68,60,60,27,0,205,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,141,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,8388608,0,1,1,1,1,0,0), + (18808,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18807,0,0,0,0,0,107,548,0,50,'Mind Flay','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18809,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,66,60,60,29,0,440,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,175,1,0,1,1,0,0,0,0,4.6,0,0,715,66,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,184,0,50,'Pyroblast','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,3,1077936128,0,1,1,1,1,1,0), + (18810,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,64,1,1,0,1,1,0,0,0,0,0,0,0,99,29,0,0,0,0,1,1,0,0,0,0,0,0,0,138,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,18811,0,0,0,248,1,0,0,'Taelan\'s Suffering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18811,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,13,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,160,0,0,'Taelan\'s Suffering Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18812,0,0,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,1,1,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,21,0,0,1,0,0,0,0,0,1.5,0,0,59,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5044,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18813,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,77,1,101,0,1,1,0,0,0,0,0,0,0,29,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18814,5,0,0,0,328064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,50,40,40,21,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,27,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,5200,173,0,0,'ZZOLD','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (18815,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,3,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18817,0,0,0,0,0,0,1,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18816,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18818,0,0,0,0,0,0,1,0,0,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18817,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18818,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,60,60,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18819,1,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,3,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Holy Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18820,6,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,344064,100,1,0,50,50,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,158,125,0,50,'Insight','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (18821,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,107,107,107,0,0,0,0,0,0,0,0,0,2048,2048,2048,23,24,16,0,0,0,0,0,0,0,1500,0,0,'Improved Enslave Demon','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18822,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,3,3,3,0,0,0,1,1,1,0,0,0,0,0,0,107,107,107,0,0,0,0,0,0,0,0,0,2048,2048,2048,23,24,16,0,0,0,0,0,0,0,1500,0,0,'Improved Enslave Demon','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18823,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,5,5,5,0,0,0,1,1,1,0,0,0,0,0,0,107,107,107,0,0,0,0,0,0,0,0,0,2048,2048,2048,23,24,16,0,0,0,0,0,0,0,1500,0,0,'Improved Enslave Demon','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18824,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,7,7,7,0,0,0,1,1,1,0,0,0,0,0,0,107,107,107,0,0,0,0,0,0,0,0,0,2048,2048,2048,23,24,16,0,0,0,0,0,0,0,1500,0,0,'Improved Enslave Demon','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18825,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,9,9,0,0,0,1,1,1,0,0,0,0,0,0,107,107,107,0,0,0,0,0,0,0,0,0,2048,2048,2048,23,24,16,0,0,0,0,0,0,0,1500,0,0,'Improved Enslave Demon','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (18826,0,0,0,0,262144,0,67108864,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,291,0,0,'Savior\'s Sacrifice','','','','','','','','','','','','','','','',0,133,0,0,4,0,0,1,0,1,1,1,0), + (18827,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,544,0,0,'Improved Curse of Agony','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18828,5,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2737,93,0,50,'Bone Armor','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (18829,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,544,0,0,'Improved Curse of Agony','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18830,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,544,0,0,'Improved Curse of Agony','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (18831,3,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14894,0,0,0,0,0,0,0,0,0,0,0,563,1626,0,0,'Conjure Lily Root','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (18832,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,30,0,151,151,0,1,1,0,0,0,0,0,0,0,524,524,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5059,1,0,50,'Lily Root','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (18833,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Firebolt','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (18847,3,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8139,0,0,0,0,0,631,264,0,0,'Fevered Fatigue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18848,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,22,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,558,0,50,'Parry','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18849,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18848,0,0,0,0,0,107,558,0,50,'Parry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18867,5,651,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,8,0,0,0,101,0,30,24,24,28,0,130,0,0,0,3,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,17,0,1,1,0,0,0,0,0,1.4,0,0,114,0,0,0,0,6,6,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,0,0,0,0,3057,1590,0,0,'Shadowburn','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,128,0,1,1,1,1,1,0), + (18868,5,651,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,8,0,0,0,101,0,38,32,32,28,0,190,0,0,0,3,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,25,0,1,1,0,0,0,0,0,1.8,0,0,185,0,0,0,0,6,6,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,0,0,0,0,3057,1590,0,0,'Shadowburn','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,128,0,1,1,1,1,1,0), + (18869,5,651,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,8,0,0,0,101,0,46,40,40,28,0,245,0,0,0,3,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,33,0,1,1,0,0,0,0,0,2.2,0,0,260,0,0,0,0,6,6,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,0,0,0,0,3057,1590,0,0,'Shadowburn','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,128,0,1,1,1,1,1,0), + (18870,5,651,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,8,0,0,0,101,0,54,48,48,28,0,305,0,0,0,3,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,43,0,1,1,0,0,0,0,0,2.6,0,0,349,0,0,0,0,6,6,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,0,0,0,0,3057,1590,0,0,'Shadowburn','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,5,128,0,1,1,1,1,1,0), + (18871,5,651,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,8,0,0,0,101,0,62,56,56,28,0,365,0,0,0,3,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,53,0,1,1,0,0,0,0,0,3,0,0,449,0,0,0,0,6,6,0,0,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,0,0,0,0,3057,1590,0,0,'Shadowburn','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,128,0,1,1,1,1,1,0), + (18872,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18867,0,0,0,0,0,107,1590,0,50,'Shadowburn','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18873,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,720000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18874,0,0,0,0,0,0,184,0,0,'Diablo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18874,2,0,0,0,384,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5279,184,0,0,'Diablo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18875,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18868,0,0,0,0,0,107,1590,0,50,'Shadowburn','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18876,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18869,0,0,0,0,0,107,1590,0,50,'Shadowburn','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18877,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18870,0,0,0,0,0,107,1590,0,50,'Shadowburn','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18878,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18871,0,0,0,0,0,107,1590,0,50,'Shadowburn','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18879,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,48,38,38,9,0,205,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,152,0,0,'Siphon Life','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,4294967296,0,1,1,1,0,0,0), + (18880,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,58,48,48,9,0,285,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,152,0,0,'Siphon Life','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,4294967296,0,1,1,1,0,0,0), + (18881,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,68,58,58,9,0,365,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,152,0,0,'Siphon Life','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,4294967296,0,1,1,1,0,0,0), + (18887,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,9320,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9319,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Nimboya\'s Laden Pike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18907,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,11875,0,0,0,0,0,0,0,0,74,90,0,0,'Target Dummy - Event 002','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18908,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dissipate Sand Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18927,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18879,0,0,0,0,0,107,152,0,50,'Siphon Life','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18928,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18880,0,0,0,0,0,107,152,0,50,'Siphon Life','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18929,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18881,0,0,0,0,0,107,152,0,50,'Siphon Life','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18930,2,672,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,10000,15,0,0,0,101,0,54,48,48,0,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,1.8,0,0,315,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5199,12,0,0,'Conflagrate','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,512,0,1,1,1,1,0,0), + (18931,2,672,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,10000,15,0,0,0,101,0,60,54,54,0,0,230,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,97,0,0,1,0,0,0,0,0,2,0,0,382,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5199,12,0,0,'Conflagrate','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,512,0,1,1,1,1,0,0), + (18932,2,672,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,10000,15,0,0,0,101,0,66,60,60,0,0,255,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,111,0,0,1,0,0,0,0,0,2.2,0,0,446,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5199,12,0,0,'Conflagrate','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,512,0,1,1,1,1,0,0), + (18933,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18930,0,0,0,0,0,107,12,0,50,'Conflagrate','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18934,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18931,0,0,0,0,0,107,12,0,50,'Conflagrate','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18935,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18932,0,0,0,0,0,107,12,0,50,'Conflagrate','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18936,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Trigger Silithid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18937,5,0,0,0,65536,131072,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,60,50,50,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,154,0,0,'Dark Pact','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,2147483648,0,0,1,1,0,0,0), + (18938,5,0,0,0,65536,131072,33554432,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,70,60,60,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,827,154,0,0,'Dark Pact','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,2147483648,0,0,1,1,0,0,0), + (18939,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18937,0,0,0,0,0,107,154,0,50,'Dark Pact','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18940,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,18938,0,0,0,0,0,107,154,0,50,'Dark Pact','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18941,0,65,0,0,262416,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'Double Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18942,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1301,0,0,1,0,0,0,0,0,0,0,0,1949,0,0,0,0,0,22,0,0,30,0,0,12,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,16,0,0,'Fire Protection','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (18943,0,65,0,0,262480,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,50,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18941,0,0,0,0,0,0,108,0,0,'Double Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18944,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,181,0,0,1,0,0,0,0,0,0,0,0,809,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5559,102,0,0,'Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (18945,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,77,1,31,0,1,1,0,0,0,0,0,0,0,29,109,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (18946,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,20,0,0,0,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5819,1417,0,0,'The Lion Horn of Stormwind','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (18947,2,0,0,0,536871168,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,0,'Inferno Dummy Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18948,5,0,2,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,50,50,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,13,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5099,114,0,50,'Dark Energy','','','','','','','','','','','','','','','',0,133,1500,0,3,4,0,1,1,1,1,1,0), + (18949,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,50,50,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,22,0,0,15,0,0,13,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,194,0,50,'Atal\'ai Poison','','','','','','','','','','','','','','','',0,133,1500,0,3,4,0,1,1,1,1,1,0), + (18950,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99999,99999,0,0,0,0,1,1,0,0,0,0,0,0,0,19,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Invisibility and Stealth Detection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18951,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5101,143,0,0,'Spirit Particles (green)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18952,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening Termite Barrel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18953,0,0,0,0,256,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,26,23,0,0,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18954,0,0,0,0,5179,1,0,0,'Ranshalla Waiting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18954,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Ranshalla Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18955,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Ranshalla\'s Torch Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18956,5,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,25,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,287,0,0,'Restore Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18957,5,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,40,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,833,287,0,0,'Restore Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18958,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,22,0,0,0,0,0,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,9,1,0,1,1,0,0,0,0,1.4,-1.2,0,55,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,724,12,0,50,'Flame Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (18959,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18967,0,0,0,0,0,0,213,0,50,'Rat Aggro Clear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18960,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,10,10,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Teleport: Moonglade','','','','','','','','','','','','','','','',0,133,1500,0,7,0,0,1,1,1,1,1,0), + (18967,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,50,'Rat Aggro Clear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18968,2,0,1,0,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,6,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11968,0,0,0,0,0,289,31,0,50,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18969,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2110,1,0,0,'Taelan Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18970,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1346,153,0,0,'Self Stun - (Visual only)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18971,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Message to Grand Inquisitor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18972,6,51,1,11,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,18,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-55,-61,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,27,0,50,'Slow','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (18973,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Tirion Message to Isillien','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18974,0,0,0,0,256,0,0,0,0,0,0,0,0,943,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5991,0,0,0,0,0,0,0,0,4363,1,0,0,'Summon Lunaclaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (18975,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,44,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12141,0,0,0,0,0,0,0,0,1929,186,0,0,'Summon Ice Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18976,0,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,5232,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,1,0,0,'Self Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18977,4,0,1,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,-21,-26,0,11,11,22,22,22,15,15,15,13,13,13,0,33,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5159,976,0,0,'Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18978,4,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18977,0,0,0,0,0,0,181,0,0,'Ice Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18979,3,0,1,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18980,0,0,0,0,0,0,502,0,50,'Lightning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18980,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4229,320,0,50,'Lightning','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18983,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18984,0,0,0,0,0,0,502,0,50,'Heal on Kill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18984,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,70,0,50,'Heal on Kill','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (18985,0,38,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,93,0,0,'Resist Silence','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12144,0,0,0,0,0,0,0,0,0,1,0,0,'Lunaclaw Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18987,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,4,0,0,31,0,0,0,101,0,0,0,0,3,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177526,0,0,0,0,0,0,0,0,3886,1,0,0,'Create Relic Bundle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15209,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Relic Bundle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18989,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,12149,0,0,0,0,0,0,0,0,5160,1682,122,0,'Gray Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18990,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11689,0,0,0,0,0,0,0,0,5160,1684,122,0,'Brown Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18991,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,12151,0,0,0,0,0,0,0,0,5160,1683,122,0,'Green Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18992,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,12148,0,0,0,0,0,0,0,0,5160,1683,122,0,'Teal Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18993,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Ranshalla\'s Altar Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18994,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5161,1,0,0,'Ranshalla - Bind Wildkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (18995,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,713,0,0,0,0,0,0,0,0,115,0,0,'Kodo Riding','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18996,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,713,0,18995,0,0,0,0,0,107,115,0,0,'Kodo Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (18997,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Tirion Message to Isillien 002','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19007,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,2,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,214,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (19027,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18960,0,0,0,0,0,107,1660,0,0,'Teleport: Moonglade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19028,5,0,1,0,327680,0,0,0,0,0,0,0,4,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,969,173,0,0,'Soul Link','','','','','','','','','','','','','','','',20,133,1500,0,0,0,0,1,1,1,1,1,0), + (19029,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15447,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15448,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Create Coagulated Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19030,3,39,0,0,33882128,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,20,20,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,4227,107,131,0,'Bear Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177564,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Human Skull','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19032,0,0,0,0,327936,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,1,0,0,'Throw Human Skull','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19033,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Blighthound Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19047,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8171,15409,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15407,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Cured Rugged Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19048,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15408,14341,0,0,0,0,0,4,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15077,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Scorpid Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19049,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,2325,14341,0,0,0,0,0,8,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15083,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wicked Leather Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19050,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15412,14341,0,0,0,0,0,20,25,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15045,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Green Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19051,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15408,14341,0,0,0,0,0,6,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15076,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Scorpid Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19052,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,2325,14341,0,0,0,0,0,8,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15084,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wicked Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19053,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15423,14341,0,0,0,0,0,6,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15074,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Chimeric Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19054,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15414,14341,0,0,0,0,0,40,30,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15047,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Red Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19055,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,14047,14341,0,0,0,0,0,10,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15091,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Runic Leather Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19057,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1050016,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1843,0,0,0,0,0,0,0,0,3326,1,0,0,'Armor +40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19058,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15564,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Rugged Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19059,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7078,7075,14341,0,0,0,0,6,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15054,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Volcanic Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19060,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15412,14341,0,0,0,0,0,20,25,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15046,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Green Dragonscale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19061,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12803,14341,0,0,0,0,0,12,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15061,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Living Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19062,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15420,1529,14341,0,0,0,0,24,80,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15067,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Ironfeather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19063,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15423,14341,0,0,0,0,0,4,8,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15073,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Chimeric Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19064,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15408,14341,0,0,0,0,0,6,8,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15078,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Scorpid Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19065,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7971,14047,14341,0,0,0,0,6,1,6,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15092,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Runic Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19066,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15422,14341,0,0,0,0,0,4,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15071,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Frostsaber Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19067,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7080,7082,14341,0,0,0,0,16,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15057,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Stormshroud Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19068,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15419,14341,0,0,0,0,0,28,12,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15064,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Warbear Harness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19069,0,0,0,0,256,0,0,0,0,0,0,0,0,963,0,0,5,0,0,15,128,0,0,101,0,0,0,1,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177585,0,0,0,0,0,0,0,0,3302,1627,0,0,'Plant Magic Beans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19070,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15408,14341,0,0,0,0,0,6,8,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15082,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Scorpid Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19071,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,2325,14341,0,0,0,0,0,12,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15086,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wicked Leather Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19072,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,14047,14341,0,0,0,0,0,12,10,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15093,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Runic Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19073,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15423,14341,0,0,0,0,0,8,8,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15072,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Chimeric Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19074,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15422,14341,0,0,0,0,0,6,8,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15069,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Frostsaber Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19075,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15408,14341,0,0,0,0,0,8,12,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15079,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Scorpid Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19076,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7078,7076,14341,0,0,0,0,8,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15053,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Volcanic Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19077,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15415,15407,14341,0,0,0,0,28,30,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15048,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Blue Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19078,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12803,15407,14341,0,0,0,0,16,6,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15060,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Living Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19079,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7080,7082,15407,14341,0,0,0,16,3,3,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15056,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Stormshroud Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19080,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15419,14341,0,0,0,0,0,24,14,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15065,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Warbear Woolies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19081,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15423,14341,0,0,0,0,0,10,10,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15075,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Chimeric Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19082,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,14047,14341,0,0,0,0,0,14,10,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15094,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Runic Leather Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19083,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15407,2325,14341,0,0,0,0,16,1,3,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15087,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wicked Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19084,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15417,14341,0,0,0,0,0,30,8,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15063,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Devilsaur Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19085,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15416,15407,14341,0,0,0,0,40,60,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15050,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Black Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19086,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15420,1529,15407,14341,0,0,0,40,120,1,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15066,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Ironfeather Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19087,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15422,14341,0,0,0,0,0,6,10,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15070,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Frostsaber Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19088,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15408,15407,14341,0,0,0,0,8,12,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15080,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Scorpid Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19089,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15415,12810,15407,14341,0,0,0,28,30,2,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15049,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Blue Dragonscale Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19090,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7080,7082,12810,14341,0,0,0,12,3,3,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15058,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Stormshroud Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19091,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,14047,12810,14341,0,0,0,0,18,12,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15095,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Runic Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19092,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,2325,14341,0,0,0,0,0,14,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15088,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wicked Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19093,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15410,14044,14341,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15138,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Onyxia Scale Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19094,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15416,12810,15407,14341,0,0,0,44,45,2,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15051,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Black Dragonscale Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19095,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12803,14342,15407,14341,0,0,0,16,8,2,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15059,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Living Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19096,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,0,0,0,12208,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Conquered Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19097,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15417,15407,14341,0,0,0,0,30,14,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15062,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Devilsaur Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19098,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15407,14256,2325,14341,0,0,0,20,2,6,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15085,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Wicked Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19099,4,0,0,0,65536,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,51,0,0,1,0,0,0,0,0,0,0,0,224,0,0,0,0,0,18,0,0,16,0,0,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (19100,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15408,15407,14341,0,0,0,0,14,14,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15081,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Scorpid Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19101,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7078,7076,14341,0,0,0,0,10,1,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15055,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Volcanic Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19102,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12810,14047,15407,14341,0,0,0,22,4,16,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15090,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Runic Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19103,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12810,14047,15407,14341,0,0,0,16,4,18,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15096,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Runic Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19104,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15422,15407,14341,0,0,0,0,12,12,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15068,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Frostsaber Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,'MHTest01 Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19106,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15410,15416,14341,0,0,0,0,40,12,60,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15141,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Onyxia Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19107,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15416,12810,15407,14341,0,0,0,40,60,4,1,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15052,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Black Dragonscale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19108,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1743,0,0,0,0,0,0,0,0,0,1477,0,0,'MHTest02','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (19109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,'MHTest02 Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177624,0,0,0,0,0,0,0,0,0,1,0,0,'Xabraxxis Demon Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19128,0,0,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,1,1,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,21,0,0,1,0,0,0,0,0,1.5,0,0,59,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,522,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19129,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,201,0,0,1,0,0,0,0,0,0,0,0,899,0,0,0,26,0,22,22,0,15,15,0,17,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2643,102,0,0,'Massive Tremor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (19130,0,65,0,0,327696,134218240,0,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,11,0,0,1,0,0,0,0,0,2,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'Revenge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19131,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,95,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,58,0,1,1,0,1,1,0,0,0,0,0,0,0,74,74,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,3783,457,0,50,'Shield Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (19132,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,98,0,1,101,0,1,1,0,0,0,0,2,0,0,24,149,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,2069,314,0,0,'Mighty Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19133,4,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,179,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19134,0,0,0,5,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,664232,100,0,0,20,20,31,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,64,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,6,22,22,0,15,15,0,14,14,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29544,0,0,0,0,0,247,148,0,50,'Intimidating Shout','','','','','','','','','','','','','','','',0,0,0,0,4,262144,0,1,1,1,1,1,0), + (19135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,49,49,0,0,0,1,1,1,0,0,0,0,0,0,79,101,61,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,5259,84,0,0,'Avatar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19136,3,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,164,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5260,25,0,0,'Stormbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (19137,6,51,1,11,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,28,28,18,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-55,-61,0,0,0,0,22,22,0,15,15,0,9,9,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,27,0,50,'Slow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19138,0,0,0,0,256,0,0,0,0,0,0,0,0,943,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6028,0,0,0,0,0,0,0,0,4363,1,0,0,'Summon Lunaclaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19147,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19047,0,0,0,0,0,107,41,0,0,'Cured Rugged Hide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19148,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19058,0,0,0,0,0,107,41,0,0,'Rugged Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19149,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19048,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Scorpid Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10943,0,0,0,0,0,0,0,0,0,71,0,0,'Musty Tome Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19151,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,168,169,0,0,0,0,0,0,0,0,0,0,0,0,0,64,64,0,0,0,0,0,0,0,0,316,0,0,'Humanoid Slaying','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19152,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,168,169,0,0,0,0,0,0,0,0,0,0,0,0,0,64,64,0,0,0,0,0,0,0,0,316,0,0,'Humanoid Slaying','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19153,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,168,169,0,0,0,0,0,0,0,0,0,0,0,0,0,64,64,0,0,0,0,0,0,0,0,316,0,0,'Humanoid Slaying','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19154,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,165363,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,'zzOLDPrecision','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19155,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,165363,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,'zzOLDPrecision','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19156,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19049,0,0,0,0,0,222,1,0,0,'Pattern: Wicked Leather Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19157,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19050,0,0,0,0,0,222,1,0,0,'Pattern: Green Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19158,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19051,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Scorpid Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19159,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,7,0,0,0,0,0,0,0,0,0,86,0,0,'Savage Strikes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19160,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,7,0,0,0,0,0,0,0,0,0,86,0,0,'Savage Strikes','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19161,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19052,0,0,0,0,0,222,1,0,0,'Pattern: Wicked Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19162,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,130,0,0,7,0,0,0,0,0,0,0,0,0,86,0,0,'zzOLDKiller Instinct','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19163,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,130,0,0,7,0,0,0,0,0,0,0,0,0,86,0,0,'zzOLDKiller Instinct','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19164,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19053,0,0,0,0,0,222,1,0,0,'Pattern: Chimeric Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19165,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,130,0,0,7,0,0,0,0,0,0,0,0,0,86,0,0,'zzOLDKiller Instinct','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19166,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19054,0,0,0,0,0,222,1,0,0,'Pattern: Red Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19167,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19055,0,0,0,0,0,222,1,0,0,'Pattern: Runic Leather Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19168,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19169,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19059,0,0,0,0,0,222,1,0,0,'Pattern: Volcanic Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19170,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19060,0,0,0,0,0,222,1,0,0,'Pattern: Green Dragonscale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19171,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19061,0,0,0,0,0,222,1,0,0,'Pattern: Living Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19172,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19062,0,0,0,0,0,222,1,0,0,'Pattern: Ironfeather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19173,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19063,0,0,0,0,0,222,1,0,0,'Pattern: Chimeric Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19174,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19064,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Scorpid Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19175,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19065,0,0,0,0,0,222,1,0,0,'Pattern: Runic Leather Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19176,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19066,0,0,0,0,0,222,1,0,0,'Pattern: Frostsaber Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19177,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19067,0,0,0,0,0,222,1,0,0,'Pattern: Stormshroud Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19178,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19068,0,0,0,0,0,222,1,0,0,'Pattern: Warbear Harness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19179,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,36,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5487,6795,6807,0,0,0,107,107,0,0,'Bear Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19180,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19181,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19184,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2097152,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19185,0,0,0,0,0,0,20,0,0,'Entrapment','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19185,0,0,1,7,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7484,20,0,0,'Entrapment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (19186,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19070,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Scorpid Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19187,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19071,0,0,0,0,0,222,1,0,0,'Pattern: Wicked Leather Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (19188,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19072,0,0,0,0,0,222,1,0,0,'Pattern: Runic Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19189,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19073,0,0,0,0,0,222,1,0,0,'Pattern: Chimeric Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19190,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19074,0,0,0,0,0,222,1,0,0,'Pattern: Frostsaber Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19191,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19075,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Scorpid Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19192,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19076,0,0,0,0,0,222,1,0,0,'Pattern: Volcanic Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19193,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19077,0,0,0,0,0,222,1,0,0,'Pattern: Blue Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19194,0,65,0,0,262480,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18941,0,0,0,0,0,0,108,0,0,'Double Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19195,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9204,0,0,0,0,0,0,693,0,0,'Hate to 90%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19196,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,1,0,0,0,0,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,2,0,21,1,0,1,1,0,0,0,0,0,0,0,89,999,0,0,0,53,53,53,0,16,16,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,3783,457,0,50,'Surge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,1,1,1,1,1,0), + (19197,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19078,0,0,0,0,0,222,1,0,0,'Pattern: Living Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19198,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19079,0,0,0,0,0,222,1,0,0,'Pattern: Stormshroud Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19199,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,55,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,30,0,701,701,0,1,1,0,0,0,0,0,0,0,1049,1049,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,281,1,0,50,'Tea with Sugar','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (19200,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19080,0,0,0,0,0,222,1,0,0,'Pattern: Warbear Woolies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19201,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19081,0,0,0,0,0,222,1,0,0,'Pattern: Chimeric Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19202,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19082,0,0,0,0,0,222,1,0,0,'Pattern: Runic Leather Headband','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19203,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19083,0,0,0,0,0,222,1,0,0,'Pattern: Wicked Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19204,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19084,0,0,0,0,0,222,1,0,0,'Pattern: Devilsaur Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19205,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19085,0,0,0,0,0,222,1,0,0,'Pattern: Black Dragonscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19206,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19086,0,0,0,0,0,222,1,0,0,'Pattern: Ironfeather Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19207,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19087,0,0,0,0,0,222,1,0,0,'Pattern: Frostsaber Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19208,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19088,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Scorpid Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19209,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19089,0,0,0,0,0,222,1,0,0,'Pattern: Blue Dragonscale Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19210,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19090,0,0,0,0,0,222,1,0,0,'Pattern: Stormshroud Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19211,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19091,0,0,0,0,0,222,1,0,0,'Pattern: Runic Leather Pants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19212,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19092,0,0,0,0,0,222,1,0,0,'Pattern: Wicked Leather Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19213,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19093,0,0,0,0,0,222,1,0,0,'Pattern: Onyxia Scale Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19214,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19094,0,0,0,0,0,222,1,0,0,'Pattern: Black Dragonscale Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19215,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19095,0,0,0,0,0,222,1,0,0,'Pattern: Living Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19216,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19097,0,0,0,0,0,222,1,0,0,'Pattern: Devilsaur Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19217,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19098,0,0,0,0,0,222,1,0,0,'Pattern: Wicked Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19218,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19100,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Scorpid Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19219,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19101,0,0,0,0,0,222,1,0,0,'Pattern: Volcanic Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19220,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19102,0,0,0,0,0,222,1,0,0,'Pattern: Runic Leather Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19221,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19103,0,0,0,0,0,222,1,0,0,'Pattern: Runic Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19222,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19104,0,0,0,0,0,222,1,0,0,'Pattern: Frostsaber Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19223,0,44,0,0,144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,53,0,0,16,0,0,13,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5280,457,0,50,'Surge 2','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,1,1,1,1,1,0), + (19224,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19106,0,0,0,0,0,222,1,0,0,'Pattern: Onyxia Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19225,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19107,0,0,0,0,0,222,1,0,0,'Pattern: Black Dragonscale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19226,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19227,0,0,0,0,0,0,1116,0,0,'Zergling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19227,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4026,1116,0,0,'Zergling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19228,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,4,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19229,0,0,0,0,0,0,517,0,0,'Improved Wing Clip','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19229,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5288,517,0,0,'Improved Wing Clip','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,0,0,0), + (19230,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19231,0,0,0,0,0,0,157,0,0,'Panda','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19231,2,0,0,0,384,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5281,157,0,0,'Panda','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19232,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,8,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19229,0,0,0,0,0,0,517,0,0,'Improved Wing Clip','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19233,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,12,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19229,0,0,0,0,0,0,517,0,0,'Improved Wing Clip','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19234,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,16,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19229,0,0,0,0,0,0,517,0,0,'Improved Wing Clip','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19235,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19229,0,0,0,0,0,0,517,0,0,'Improved Wing Clip','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19236,1,671,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,600000,8,0,0,0,101,0,24,18,18,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,63,0,0,1,0,0,0,0,0,3.4,0,0,262,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,73,0,0,'Desperate Prayer','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,16777216,0,1,1,1,1,1,0), + (19237,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,481,0,0,1,0,0,0,0,0,0,0,0,559,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5284,1,0,0,'Smokey\'s Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19238,1,671,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,600000,8,0,0,0,101,0,32,26,26,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,97,0,0,1,0,0,0,0,0,4.5,0,0,446,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,73,0,0,'Desperate Prayer','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,16777216,0,1,1,1,1,1,0), + (19239,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,24,4,0,1,8,0,0,0,0,0,0,0,0,58,0,0,'Clever Traps','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (19240,1,671,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,600000,8,0,0,0,101,0,40,34,34,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,121,0,0,1,0,0,0,0,0,5.3,0,0,587,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,73,0,0,'Desperate Prayer','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,16777216,0,1,1,1,1,1,0), + (19241,1,671,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,600000,8,0,0,0,101,0,48,42,42,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,161,0,0,1,0,0,0,0,0,6.4,0,0,833,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,73,0,0,'Desperate Prayer','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,16777216,0,1,1,1,1,1,0), + (19242,1,671,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,600000,8,0,0,0,101,0,56,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,205,0,0,1,0,0,0,0,0,7.4,0,0,1100,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,73,0,0,'Desperate Prayer','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,16777216,0,1,1,1,1,1,0), + (19243,1,671,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,600000,8,0,0,0,101,0,64,58,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,239,0,0,1,0,0,0,0,0,8.2,0,0,1323,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,73,0,0,'Desperate Prayer','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,16777216,0,1,1,1,1,1,0), + (19244,5,88,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,36,36,32,0,120,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,64,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,26,9,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24259,0,0,0,0,5282,77,0,50,'Spell Lock','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (19245,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,24,4,0,1,8,0,0,0,0,0,0,0,0,58,0,0,'Clever Traps','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,0,0), + (19246,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,22,0,0,0,0,0,0,0,0,0,678,0,0,'zzOLDImproved Immolation Trap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19247,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,22,0,0,0,0,0,0,0,0,0,678,0,0,'zzOLDImproved Immolation Trap','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19248,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,22,0,0,0,0,0,0,0,0,0,678,0,0,'zzOLDImproved Immolation Trap','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19249,5,0,2,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,-5,0,0,0,0,6,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,183,1591,0,50,'Touch of Weakness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,524288,0,1,1,1,1,1,0), + (19250,0,0,0,0,16,0,0,0,0,0,0,0,0,983,0,0,14,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,76,3,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,38,18,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177672,0,0,0,0,0,0,0,3886,1,0,0,'Placing Smokey\'s Explosives','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19251,5,0,2,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,-8,0,0,0,0,6,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,183,1591,0,50,'Touch of Weakness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,524288,0,1,1,1,1,1,0), + (19252,5,0,2,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,34,-12,0,0,0,0,6,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,183,1591,0,50,'Touch of Weakness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,524288,0,1,1,1,1,1,0), + (19253,5,0,2,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,47,-16,0,0,0,0,6,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,183,1591,0,50,'Touch of Weakness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,524288,0,1,1,1,1,1,0), + (19254,5,0,2,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,63,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,183,1591,0,50,'Touch of Weakness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,6,524288,0,1,1,1,1,1,0), + (19255,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,'Survivalist','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19256,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,'Survivalist','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19257,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,'Survivalist','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19258,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,'Survivalist','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19259,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164,0,0,'Survivalist','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19260,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (19261,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,40,100,1,0,20,20,6,0,45,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28598,0,0,0,0,0,4820,1591,0,0,'Touch of Weakness','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19262,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,40,100,1,0,30,30,6,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28598,0,0,0,0,0,4820,1591,0,0,'Touch of Weakness','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19263,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,24,0,0,0,0,1,1,0,0,0,0,0,0,0,47,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5739,83,0,0,'Deterrence','','','','','','','','','','','','','','','',0,0,0,0,9,128,0,0,0,1,1,0,0), + (19264,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,40,100,1,0,40,40,6,0,105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28598,0,0,0,0,0,4820,1591,0,0,'Touch of Weakness','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19265,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,40,100,1,0,50,50,6,0,145,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28598,0,0,0,0,0,4820,1591,0,0,'Touch of Weakness','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19266,5,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,40,100,1,0,60,60,6,0,195,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28598,0,0,0,0,0,4820,1591,0,0,'Touch of Weakness','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19267,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,130,0,0,'Feedback','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19268,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,130,0,0,'Feedback','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19269,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,130,0,0,'Feedback','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19270,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,104,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3076,130,0,0,'Feedback','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19271,5,1144,1,0,327680,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,131072,100,0,0,30,30,8,0,245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19267,0,0,0,0,0,4820,130,0,0,'Feedback','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19272,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,187,0,0,1,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,54,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4062,1197,0,0,'Lava Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (19273,5,1144,1,0,327680,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,131072,100,0,0,40,40,8,0,355,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19268,0,0,0,0,0,4820,130,0,0,'Feedback','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19274,5,1144,1,0,327680,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,131072,100,0,0,50,50,8,0,470,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19269,0,0,0,0,0,4820,130,0,0,'Feedback','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19275,5,1144,1,0,327680,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,131072,100,0,0,60,60,8,0,580,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19270,0,0,0,0,0,4820,130,0,0,'Feedback','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19276,5,691,3,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,0,101,0,0,28,28,106,0,350,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,9,0,50,'Devouring Plague','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,33554432,0,1,1,1,1,1,0), + (19277,5,691,3,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,0,101,0,0,36,36,106,0,495,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,9,0,50,'Devouring Plague','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,33554432,0,1,1,1,1,1,0), + (19278,5,691,3,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,0,101,0,0,44,44,106,0,645,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,9,0,50,'Devouring Plague','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,33554432,0,1,1,1,1,1,0), + (19279,5,691,3,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,0,101,0,0,52,52,106,0,810,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,88,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,9,0,50,'Devouring Plague','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,33554432,0,1,1,1,1,1,0), + (19280,5,691,3,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,180000,8,0,0,0,101,0,0,60,60,106,0,985,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,346,9,0,50,'Devouring Plague','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,33554432,0,1,1,1,1,1,0), + (19281,5,0,2,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,4,0,55,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-5,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,13,118,0,0,0,0,0,0,0,0,0,0,0,0,0,1,127,0,0,0,0,0,0,0,346,76,0,0,'Hex of Weakness','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19282,5,0,2,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,30,30,4,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-8,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,13,118,0,0,0,0,0,0,0,0,0,0,0,0,0,1,127,0,0,0,0,0,0,0,346,76,0,0,'Hex of Weakness','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19283,5,0,2,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,40,40,4,0,130,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-12,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,13,118,0,0,0,0,0,0,0,0,0,0,0,0,0,1,127,0,0,0,0,0,0,0,346,76,0,0,'Hex of Weakness','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19284,5,0,2,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,50,50,4,0,180,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,13,118,0,0,0,0,0,0,0,0,0,0,0,0,0,1,127,0,0,0,0,0,0,0,346,76,0,0,'Hex of Weakness','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19285,5,0,2,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,4,0,240,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,13,118,0,0,0,0,0,0,0,0,0,0,0,0,0,1,127,0,0,0,0,0,0,0,346,76,0,0,'Hex of Weakness','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (19286,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,16,0,0,0,0,0,0,0,0,0,857,0,0,'Improved Feign Death','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19287,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,16,0,0,0,0,0,0,0,0,0,857,0,0,'Improved Feign Death','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19288,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1,0,0,0,0,0,0,0,0,0,180,0,0,'zzOLDImproved Freezing Trap','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19289,1,1144,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,300000,8,0,0,0,101,0,0,30,30,8,0,105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-34,9,0,0,0,0,1,1,0,0,0,0,0,0,0,113,49,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7376,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19290,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,4,0,0,0,0,1,1,1,0,0,0,0,0,0,117,117,54,0,0,0,0,0,0,0,0,0,0,0,0,11,7,0,0,0,0,0,0,0,0,246,0,0,'Surefooted','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (19291,1,1144,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,300000,8,0,0,0,101,0,0,40,40,8,0,145,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-53,9,0,0,0,0,1,1,0,0,0,0,0,0,0,113,49,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7376,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19292,1,1144,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,300000,8,0,0,0,101,0,0,50,50,8,0,195,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,9,0,0,0,0,1,1,0,0,0,0,0,0,0,113,49,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7376,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19293,1,1144,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,300000,8,0,0,0,101,0,0,60,60,8,0,240,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-96,9,0,0,0,0,1,1,0,0,0,0,0,0,0,113,49,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7376,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19294,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,9,1,0,0,0,1,1,1,0,0,0,0,0,0,117,117,54,0,0,0,0,0,0,0,0,0,0,0,0,11,7,0,0,0,0,0,0,0,0,246,0,0,'Surefooted','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (19295,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19296,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,24,18,18,32,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2097152,0,1,1,1,1,1,0), + (19297,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19298,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19299,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,32,26,26,32,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2097152,0,1,1,1,1,1,0), + (19300,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19301,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19302,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,40,34,34,32,0,190,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2097152,0,1,1,1,1,1,0), + (19303,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,48,42,42,32,0,245,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,94,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2097152,0,1,1,1,1,1,0), + (19304,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,56,50,50,32,0,300,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,125,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,2097152,0,1,1,1,1,1,0), + (19305,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,64,58,58,32,0,350,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,155,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,2097152,0,1,1,1,1,1,0), + (19306,0,1135,0,0,2424848,512,0,0,512,0,0,0,0,0,7,0,1,0,5000,0,0,0,0,101,0,0,30,30,28,0,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,7,0,6,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5287,278,0,0,'Counterattack','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,0,0), + (19307,0,0,0,0,150994944,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,401,401,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,1,1,0,0,0,0,0,0,0,64,3,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,1595,0,0,'Crystal of Zin-Malor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19308,5,0,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,139944,100,3,0,28,28,6,0,85,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28376,0,0,0,0,0,37,19,0,0,'Shadowguard','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19309,5,0,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,139944,100,3,0,36,36,6,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28376,0,0,0,0,0,37,19,0,0,'Shadowguard','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19310,5,0,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,139944,100,3,0,44,44,6,0,160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28376,0,0,0,0,0,37,19,0,0,'Shadowguard','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19311,5,0,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,139944,100,3,0,52,52,6,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28376,0,0,0,0,0,37,19,0,0,'Shadowguard','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19312,5,0,1,0,327680,1024,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,139944,100,3,0,60,60,6,0,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,115,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28376,0,0,0,0,0,37,19,0,0,'Shadowguard','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (19313,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19276,0,0,0,0,0,107,9,0,0,'Devouring Plague','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19314,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19277,0,0,0,0,0,107,9,0,0,'Devouring Plague','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19315,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19278,0,0,0,0,0,107,9,0,0,'Devouring Plague','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19316,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19279,0,0,0,0,0,107,9,0,0,'Devouring Plague','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19317,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19280,0,0,0,0,0,107,9,0,0,'Devouring Plague','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19318,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2652,0,0,0,0,0,107,221,0,0,'Touch of Weakness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19319,0,0,0,0,262164,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5283,146,0,50,'Vicious Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19320,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19261,0,0,0,0,0,107,221,0,0,'Touch of Weakness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19321,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19262,0,0,0,0,0,107,221,0,0,'Touch of Weakness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19322,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19264,0,0,0,0,0,107,221,0,0,'Touch of Weakness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19323,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19265,0,0,0,0,0,107,221,0,0,'Touch of Weakness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19324,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19266,0,0,0,0,0,107,221,0,0,'Touch of Weakness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19325,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9035,0,0,0,0,0,107,76,0,0,'Hex of Weakness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19326,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19281,0,0,0,0,0,107,76,0,0,'Hex of Weakness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19327,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19282,0,0,0,0,0,107,76,0,0,'Hex of Weakness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19328,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19283,0,0,0,0,0,107,76,0,0,'Hex of Weakness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19329,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19284,0,0,0,0,0,107,76,0,0,'Hex of Weakness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19330,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19285,0,0,0,0,0,107,76,0,0,'Hex of Weakness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19331,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18137,0,0,0,0,0,107,19,0,0,'Shadowguard','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19332,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19308,0,0,0,0,0,107,19,0,0,'Shadowguard','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19333,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19309,0,0,0,0,0,107,19,0,0,'Shadowguard','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19334,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19310,0,0,0,0,0,107,19,0,0,'Shadowguard','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19335,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19311,0,0,0,0,0,107,19,0,0,'Shadowguard','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19336,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19312,0,0,0,0,0,107,19,0,0,'Shadowguard','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19337,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6346,0,0,0,0,0,107,158,0,0,'Fear Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19338,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13908,0,0,0,0,0,107,73,0,0,'Desperate Prayer','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19339,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19236,0,0,0,0,0,107,73,0,0,'Desperate Prayer','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19340,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19238,0,0,0,0,0,107,73,0,0,'Desperate Prayer','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19341,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19240,0,0,0,0,0,107,73,0,0,'Desperate Prayer','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19342,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19241,0,0,0,0,0,107,73,0,0,'Desperate Prayer','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19343,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19242,0,0,0,0,0,107,73,0,0,'Desperate Prayer','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19344,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19243,0,0,0,0,0,107,73,0,0,'Desperate Prayer','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19345,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13896,0,0,0,0,0,107,130,0,0,'Feedback','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19346,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19271,0,0,0,0,0,107,130,0,0,'Feedback','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19347,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19273,0,0,0,0,0,107,130,0,0,'Feedback','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19348,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19274,0,0,0,0,0,107,130,0,0,'Feedback','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19349,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19275,0,0,0,0,0,107,130,0,0,'Feedback','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19350,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10797,0,0,0,0,0,107,1485,0,0,'Starshards','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19351,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19296,0,0,0,0,0,107,1485,0,0,'Starshards','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19352,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19299,0,0,0,0,0,107,1485,0,0,'Starshards','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19353,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19302,0,0,0,0,0,107,1485,0,0,'Starshards','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19354,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19303,0,0,0,0,0,107,1485,0,0,'Starshards','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19355,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19304,0,0,0,0,0,107,1485,0,0,'Starshards','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19356,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19305,0,0,0,0,0,107,1485,0,0,'Starshards','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19357,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2651,0,0,0,0,0,107,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19358,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19289,0,0,0,0,0,107,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19359,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19291,0,0,0,0,0,107,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19360,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19292,0,0,0,0,0,107,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19361,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19293,0,0,0,0,0,107,1714,0,0,'Elune\'s Grace','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19362,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,'MHTest03','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (19363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12257,0,0,0,0,0,0,0,0,1604,1582,0,0,'Summon Mechanical Yeti','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19364,0,0,0,12,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5285,129,0,0,'Ground Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19365,5,0,1,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-51,-101,-101,0,0,0,22,22,22,15,15,15,11,11,11,65,138,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5286,692,0,0,'Ancient Dread','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19366,2,0,1,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,22,0,0,15,0,0,11,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,5289,1137,0,0,'Cauterizing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19367,2,0,1,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-36,0,0,0,0,0,22,0,0,15,0,0,11,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5290,11,0,0,'Withering Heat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12261,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Infected Mossflayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19369,5,0,1,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5291,48,0,0,'Ancient Despair','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19370,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'Killer Instinct','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19371,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'Killer Instinct','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19372,5,0,2,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-51,0,0,0,0,22,22,0,15,15,0,11,11,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,0,0,0,0,0,0,0,5292,95,0,0,'Ancient Hysteria','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19373,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'Killer Instinct','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19374,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'zzOLDKiller Instinct','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19375,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,'zzOLDKiller Instinct','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19376,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,28,0,0,16,0,0,0,0,0,0,0,0,0,69,0,0,'Trap Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19377,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,28,0,0,16,0,0,0,0,0,0,0,0,0,69,0,0,'Trap Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19378,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,'zzOLDImproved Explosive Trap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19379,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,'zzOLDImproved Explosive Trap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19380,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,32,32,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19381,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1628,0,0,'Melee Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19382,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1628,0,0,'Melee Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19383,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1628,0,0,'Melee Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19384,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1628,0,0,'Melee Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19385,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1628,0,0,'Melee Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19386,3,1111,4,10,269549570,0,131072,0,0,0,0,0,0,0,0,0,1,0,120000,0,2,0,1048576,100,0,0,40,40,29,0,115,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7205,1721,0,0,'Wyvern Sting','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (19387,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2097152,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19185,0,0,0,0,0,0,20,0,0,'Entrapment','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19388,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2097152,15,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19185,0,0,0,0,0,0,20,0,0,'Entrapment','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19389,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2097152,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19185,0,0,0,0,0,0,20,0,0,'Entrapment','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19390,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2428928,25,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19185,0,0,0,0,0,0,20,0,0,'Entrapment','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19391,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,0,0,0,191,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19392,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12265,0,0,0,0,0,0,0,0,33,140,0,0,'Summon Lava Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19393,2,0,1,9,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,62,62,387,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,0,1,1,0,1,0,0,0,0,0,0,249,0,-51,0,0,0,6,6,6,0,0,0,0,0,0,3,27,79,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,46,816,0,0,'Soul Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19394,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177681,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Gordunni chest (JUNK)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Gordunni Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19396,0,0,0,0,464,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19397,0,0,0,0,0,0,678,0,0,'Incinerate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19397,0,0,0,0,256,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,7,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,2519,678,0,0,'Incinerate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19407,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,4,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19410,0,0,0,0,0,0,15,0,0,'Improved Concussive Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19408,5,0,1,5,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5299,134,0,0,'Panic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19409,5,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,3,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18828,0,0,0,0,0,0,1,0,0,'Bone Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19410,0,0,0,12,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Improved Concussive Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (19411,0,0,0,0,2048,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5300,37,0,0,'Lava Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19412,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,8,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19410,0,0,0,0,0,0,15,0,0,'Improved Concussive Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19413,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,12,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19410,0,0,0,0,0,0,15,0,0,'Improved Concussive Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19414,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,16,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19410,0,0,0,0,0,0,15,0,0,'Improved Concussive Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19415,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19410,0,0,0,0,0,0,15,0,0,'Improved Concussive Shot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19416,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,522752,0,0,14,0,0,0,0,0,0,0,0,0,133,0,0,'Efficiency','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19417,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,522752,0,0,14,0,0,0,0,0,0,0,0,0,133,0,0,'Efficiency','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19418,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,522752,0,0,14,0,0,0,0,0,0,0,0,0,133,0,0,'Efficiency','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19419,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,522752,0,0,14,0,0,0,0,0,0,0,0,0,133,0,0,'Efficiency','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19420,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,522752,0,0,14,0,0,0,0,0,0,0,0,0,133,0,0,'Efficiency','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19421,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,538,0,0,'Improved Hunter\'s Mark','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19422,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,538,0,0,'Improved Hunter\'s Mark','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19423,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,538,0,0,'Improved Hunter\'s Mark','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19424,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,538,0,0,'Improved Hunter\'s Mark','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19425,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,538,0,0,'Improved Hunter\'s Mark','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19426,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,327692,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,'Lethal Shots','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19427,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,327692,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,'Lethal Shots','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19428,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,22,0,0,15,0,0,8,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4326,937,0,0,'Conflagration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19429,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,327692,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,'Lethal Shots','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19430,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,327692,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,'Lethal Shots','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19431,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,327692,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,0,0,'Lethal Shots','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19432,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,1.25,0,0,62,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,460,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (19433,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,1.5,1.25,0,89,74,0,0,0,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,4,32,0,0,0,0,0,0,0,0,90,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (19434,0,2,0,0,4259858,0,131072,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,20,20,0,0,75,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,1629,0,0,'Aimed Shot','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,131072,0,3,2,1,1,1,0), + (19435,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,7971,14341,0,0,0,0,6,4,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15802,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19436,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,1,0,0,'Lava Bomb Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19437,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19435,0,0,0,0,0,107,41,0,0,'Mooncloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19438,5,0,1,0,0,131072,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,30,24,24,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,1,0,1,0,0,1,0,0,0,0,0,3.1,0,0,509,0,0,0,0,0,27,1,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,154,693,0,0,'Sacrifice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,33554432,0,1,1,1,1,1,0), + (19439,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19438,0,0,0,0,0,107,693,0,0,'Sacrifice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19440,5,0,1,0,0,131072,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,38,32,32,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,1,0,1,0,0,1,0,0,0,0,0,3.9,0,0,769,0,0,0,0,0,27,1,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,154,693,0,0,'Sacrifice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,33554432,0,1,1,1,1,1,0), + (19441,5,0,1,0,0,131072,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,46,40,40,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,1,0,1,0,0,1,0,0,0,0,0,4.7,0,0,1094,0,0,0,0,0,27,1,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,154,693,0,0,'Sacrifice','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,33554432,0,1,1,1,1,1,0), + (19442,5,0,1,0,0,131072,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,54,48,48,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,1,0,1,0,0,1,0,0,0,0,0,5.5,0,0,1469,0,0,0,0,0,27,1,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,154,693,0,0,'Sacrifice','','','','','','','','Rank 5','','','','','','','',0,0,0,0,5,33554432,0,1,1,1,1,1,0), + (19443,5,0,1,0,0,131072,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,62,56,56,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,1,0,1,0,0,1,0,0,0,0,0,6.4,0,0,1904,0,0,0,0,0,27,1,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,154,693,0,0,'Sacrifice','','','','','','','','Rank 6','','','','','','','',0,0,0,0,5,33554432,0,1,1,1,1,1,0), + (19444,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19440,0,0,0,0,0,107,693,0,0,'Sacrifice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19445,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19441,0,0,0,0,0,107,693,0,0,'Sacrifice','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19446,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19442,0,0,0,0,0,107,693,0,0,'Sacrifice','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19447,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19443,0,0,0,0,0,107,693,0,0,'Sacrifice','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19448,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19449,2,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19450,0,0,0,0,0,0,31,0,0,'Magma Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19450,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,15,1,0,1,1,0,0,0,0,0,0,0,92,74,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3221,45,0,0,'Magma Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19451,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,149,19,0,0,0,0,1,1,1,0,0,0,0,0,0,138,61,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19272,0,0,0,5301,957,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19452,3,0,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,70,20,20,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,68,0,0,'Toxic Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19453,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12276,0,0,0,0,0,0,0,0,2006,263,0,0,'Hive\'Zora Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19454,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,218,0,0,'Improved Arcane Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19455,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,218,0,0,'Improved Arcane Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19456,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-601,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,218,0,0,'Improved Arcane Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19457,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,218,0,0,'Improved Arcane Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19458,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,218,0,0,'Improved Arcane Shot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19459,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11727,0,0,0,0,0,0,0,0,2006,263,0,0,'Hive\'Zora Wasp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19460,5,0,0,0,851968,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,0,0,0,418,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19461,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,4096,8192,0,0,22,0,0,0,0,0,0,0,0,85,0,0,'Barrage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,0,0), + (19462,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,4096,8192,0,0,22,0,0,0,0,0,0,0,0,85,0,0,'Barrage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,0,0), + (19463,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,1,0,90,4,0,0,5,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,23,1,0,1,1,0,0,0,0,0,0,0,63,-11,0,0,0,0,6,6,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,854,636,0,50,'Corrosive Acid Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19464,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,22,0,0,0,0,0,0,0,0,0,536,0,0,'Improved Serpent Sting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19465,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,22,0,0,0,0,0,0,0,0,0,536,0,0,'Improved Serpent Sting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19466,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,22,0,0,0,0,0,0,0,0,0,536,0,0,'Improved Serpent Sting','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19467,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,22,0,0,0,0,0,0,0,0,0,536,0,0,'Improved Serpent Sting','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19468,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,22,0,0,0,0,0,0,0,0,0,536,0,0,'Improved Serpent Sting','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19469,3,99,4,1,1835008,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,1,0,0,24,19,0,0,0,0,6,6,0,0,0,0,0,0,0,6,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5302,68,0,0,'Poison Mind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19470,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Gem of the Serpent','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19471,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,58,0,1,1,0,1,1,0,0,0,0,0,0,0,174,149,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,4259,457,0,50,'Berserker Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (19472,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,1,0,0,1,0,0,0,0,0,1.2,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Sinister Strike','','','','','','','','','','','','','','','',0,133,0,0,8,8388610,0,2,2,1,1,1,0), + (19473,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5303,1,0,0,'Naga Statue Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19474,2,0,0,0,65536,268435596,4194304,0,32,0,0,64,0,0,0,0,1,0,0,15,0,31756,0,101,0,65,60,60,31,0,850,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0.6,0,0,199,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (19475,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,19474,0,0,0,0,0,107,547,0,50,'Rain of Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19476,6,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,0,0,120,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5304,74,0,0,'Dispel Magic','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (19477,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19476,0,0,0,0,0,107,74,0,0,'Dispel Magic','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19478,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,32,32,3,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19479,0,0,0,0,0,799,153,0,0,'Tainted Blood','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,0,0,0), + (19479,5,0,1,0,0,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,1,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,153,0,0,'Tainted Blood Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (19480,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,10,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,799,91,0,0,'Paranoia','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (19481,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19480,0,0,0,0,0,107,91,0,0,'Paranoia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19482,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,65,60,60,39,0,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,1,0,-1,159,0,0,0,0,22,22,0,15,15,0,14,14,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2355,129,0,50,'War Stomp','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,5,1,1,1,1,1,0), + (19483,2,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20153,0,0,0,0,0,0,460,0,0,'Immolation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (19484,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5305,1499,0,0,'Majordomo Teleport Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19485,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,408065,0,0,15,0,0,0,0,0,0,0,0,0,219,0,0,'Mortal Shots','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19486,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,256,0,0,'Improved Scorpid Sting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19487,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,408065,0,0,15,0,0,0,0,0,0,0,0,0,219,0,0,'Mortal Shots','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19488,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,408065,0,0,15,0,0,0,0,0,0,0,0,0,219,0,0,'Mortal Shots','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19489,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,408065,0,0,15,0,0,0,0,0,0,0,0,0,219,0,0,'Mortal Shots','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19490,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,408065,0,0,15,0,0,0,0,0,0,0,0,0,219,0,0,'Mortal Shots','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19491,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,2388,0,0,0,0,0,0,0,0,0,256,0,0,'Improved Scorpid Sting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19492,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5306,74,0,0,'Antimagic Pulse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19493,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,2389,0,0,0,0,0,0,0,0,0,256,0,0,'Improved Scorpid Sting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19494,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,2390,0,0,0,0,0,0,0,0,0,256,0,0,'Improved Scorpid Sting','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19496,2,0,1,11,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,0,0,22,0,0,15,0,0,11,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5307,174,0,0,'Magma Shackles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19497,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,301,26,0,1,1,0,0,0,0,0,0,0,1849,199,0,0,0,0,18,18,0,16,16,0,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,889,1137,0,0,'Eruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (19498,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,522753,0,0,5,0,0,0,0,0,0,0,0,0,161,0,0,'Hawk Eye','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19499,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,522753,0,0,5,0,0,0,0,0,0,0,0,0,161,0,0,'Hawk Eye','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19500,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,522753,0,0,5,0,0,0,0,0,0,0,0,0,161,0,0,'Hawk Eye','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19501,0,0,0,2,4259842,0,131072,0,0,0,0,0,0,0,0,0,18,30000,0,15,0,0,0,101,0,0,30,30,35,0,0,0,0,0,11,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,31,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3219,1630,0,0,'zzOLDSpell - Reuse 19501','','','','','','','','Rank 1','','','','','','','',8,133,1500,0,9,262144,0,3,2,1,1,1,0), + (19502,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5339,143,0,0,'Sickly Critter Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19503,0,0,0,2,1114114,0,131072,0,0,0,0,0,0,0,0,0,18,30000,0,0,2,0,0,101,0,0,30,30,35,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,31,6,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,2,0,6,6,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,132,0,0,'Scatter Shot','','','','','','','','','','','','','','','',8,133,1500,0,9,262144,0,3,2,1,1,0,0), + (19505,5,12,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,36,30,30,0,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,970,47,0,0,'Devour Magic','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (19506,6,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,40,40,30,0,325,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,35,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,11,11,0,124,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5839,128,0,0,'Trueshot Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,1,1,1,0,0), + (19507,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1632,0,0,'Ranged Weapon Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19508,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1632,0,0,'Ranged Weapon Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19509,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1632,0,0,'Ranged Weapon Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19510,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1632,0,0,'Ranged Weapon Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19511,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1632,0,0,'Ranged Weapon Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,0,0), + (19512,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,50,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,15826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5308,1,0,0,'Apply Salve','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19513,3,35,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,1,0,40000,0,0,0,0,101,0,0,13,13,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,5,7,0,1,1,0,0,0,0,1.3,1.3,0,27,41,0,0,0,0,16,28,0,0,0,0,13,13,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,986,141,0,0,'Lightning Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19514,3,0,1,0,33882112,1024,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,139944,50,3,0,1,1,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19515,0,0,0,0,0,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Enrage Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19516,0,0,0,0,16,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,30,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,4,0,0,0,0,1,1,0,0,0,0,0,0,0,138,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5319,456,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19527,0,0,0,0,256,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1499,0,0,'Majordomo Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19548,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Ice Claw Bear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19549,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,8,0,0,0,0,0,0,0,0,0,1549,0,0,'Improved Aspect of the Monkey','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19550,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,8,0,0,0,0,0,0,0,0,0,1549,0,0,'Improved Aspect of the Monkey','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19551,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,8,0,0,0,0,0,0,0,0,0,1549,0,0,'Improved Aspect of the Monkey','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19552,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,112,0,0,'Improved Aspect of the Hawk','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19553,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,112,0,0,'Improved Aspect of the Hawk','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19554,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,112,0,0,'Improved Aspect of the Hawk','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19555,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,112,0,0,'Improved Aspect of the Hawk','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19556,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,18,0,0,0,0,0,0,0,0,0,112,0,0,'Improved Aspect of the Hawk','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19557,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,1,0,0,0,0,0,0,0,0,0,49,0,0,'Improved Eyes of the Beast','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19558,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,1,0,0,0,0,0,0,0,0,0,49,0,0,'Improved Eyes of the Beast','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19559,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,12,0,0,0,0,0,0,0,0,0,1181,0,0,'Pathfinding','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19560,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,12,0,0,0,0,0,0,0,0,0,1181,0,0,'Pathfinding','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19561,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16095,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Gnashjaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19562,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,12,0,0,0,0,0,0,0,0,0,1181,0,0,'zzOLDPathfinding','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19563,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,12,0,0,0,0,0,0,0,0,0,1181,0,0,'zzOLDPathfinding','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19564,0,0,0,0,268435712,0,0,0,0,0,0,0,0,1003,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,61,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15845,0,0,0,6138,0,0,0,0,0,0,0,654,1,0,0,'Draw Water Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19565,0,0,0,0,268435712,0,0,0,0,0,0,0,0,1004,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15843,0,0,0,5246,0,0,0,0,0,0,0,654,1,0,0,'Draw Water Sample','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19566,0,791,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,259200000,31,0,0,0,101,0,45,45,0,0,0,0,0,0,0,1,0,0,0,0,8150,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15409,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Salt Shaker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19567,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,10561,12359,10558,10560,0,0,0,0,1,6,1,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15846,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Salt Shaker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19568,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19567,0,0,0,0,0,107,1,0,0,'Salt Shaker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19569,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12265,0,0,0,0,0,0,0,0,33,140,0,0,'Split','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19570,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12265,0,0,0,0,0,0,0,0,33,140,0,0,'Split','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,1,0,0,'Destroy Ghost Magnet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19572,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,4086,0,0,0,0,0,0,0,0,0,267,0,0,'Improved Mend Pet','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19573,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,4087,0,0,0,0,0,0,0,0,0,267,0,0,'Improved Mend Pet','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19574,0,0,0,0,65536,33792,0,0,0,0,0,0,1,0,0,0,1,120000,0,0,0,0,0,101,0,0,40,40,85,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,49,-1,0,0,0,5,5,5,0,0,0,0,0,0,61,79,77,0,0,0,0,0,0,0,0,0,0,0,0,0,127,12,0,0,0,0,0,0,7278,1680,0,0,'Bestial Wrath','','','','','','','','','','','','','','','',12,133,0,0,9,0,0,0,0,1,1,1,0), + (19575,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-6001,-41,29,0,0,0,1,1,1,0,0,0,0,0,0,107,108,107,0,0,0,0,0,0,0,0,0,16777216,16777216,16777216,10,14,8,0,0,0,0,0,0,0,454,0,0,'Improved Revive Pet','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (19577,3,1132,0,0,329728,0,0,0,0,0,0,0,1,0,0,0,1,60000,0,0,0,0,20,100,1,0,30,30,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24394,0,0,0,0,0,152,166,0,0,'Intimidation','','','','','','','','','','','','','','','',8,133,1500,0,0,0,0,1,1,1,1,1,0), + (19578,3,0,0,0,328128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,'Spirit Bond','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19579,3,0,0,0,327936,0,4194304,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,12,0,0,20,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,'Spirit Bond','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19580,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1510,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,9,67108864,0,0,0,1,1,1,0), + (19581,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,9,134217728,0,0,0,1,1,1,0), + (19582,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,9,268435456,0,0,0,1,1,1,0), + (19583,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,24,0,0,'Endurance Training','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19584,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,24,0,0,'Endurance Training','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19585,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,24,0,0,'Endurance Training','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19586,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,24,0,0,'Endurance Training','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19587,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,24,0,0,'Endurance Training','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19588,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,0,0,16,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177746,0,0,0,0,0,0,0,0,353,1,0,0,'Place Ghost Magnet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19589,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1510,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,9,536870912,0,0,0,1,1,1,0), + (19590,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,536870912,0,0,8,0,0,0,0,0,0,0,0,0,263,0,0,'Bestial Discipline','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19591,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,52,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,9,1073741824,0,0,0,1,1,1,0), + (19592,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,536870912,0,0,8,0,0,0,0,0,0,0,0,0,263,0,0,'Bestial Discipline','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19593,0,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,18,0,7,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15964,0,0,0,0,0,0,0,4639,118,0,0,'Egg Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19594,3,0,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,113,0,0,1,0,0,0,0,0,0,0,0,503,0,0,0,0,0,56,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,692,0,0,'Plague Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19595,6,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,25,25,0,0,0,0,0,0,0,74,74,0,0,0,0,1,1,0,0,0,0,0,0,0,32,16,0,0,0,0,0,0,0,0,1499,0,0,'Shadow and Frost Reflect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19596,0,0,0,0,33232,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,8,0,0,0,0,0,0,0,0,0,959,0,0,'Bestial Swiftness','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19597,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6085,0,0,0,19614,0,0,0,0,255,0,0,'Tame Ice Claw Bear','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19598,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,8,0,0,0,0,0,0,0,0,0,1561,0,0,'Ferocity','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19599,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,8,0,0,0,0,0,0,0,0,0,1561,0,0,'Ferocity','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19600,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,8,0,0,0,0,0,0,0,0,0,1561,0,0,'Ferocity','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19601,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,8,0,0,0,0,0,0,0,0,0,1561,0,0,'Ferocity','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19602,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,8,0,0,0,0,0,0,0,0,0,1561,0,0,'Ferocity','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19603,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,18,0,0,0,0,0,0,0,0,0,50,0,0,'Bestial Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19604,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,50,0,0,'Bestial Fury Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19605,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,18,0,0,0,0,0,0,0,0,0,50,0,0,'Bestial Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19606,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,18,0,0,0,0,0,0,0,0,0,50,0,0,'Bestial Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19607,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,18,0,0,0,0,0,0,0,0,0,50,0,0,'Bestial Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19608,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,18,0,0,0,0,0,0,0,0,0,50,0,0,'Bestial Fury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19609,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,1558,0,0,'Thick Hide','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19610,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,1558,0,0,'Thick Hide','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19611,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,1558,0,0,'zzOLDThick Hide','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19612,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,1558,0,0,'Thick Hide','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19613,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,1558,0,0,'zzOLDThick Hide','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19614,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Caster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6119,1562,0,50,'Frenzy Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19616,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,50,0,0,'Unleashed Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19617,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,50,0,0,'Unleashed Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19618,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,50,0,0,'Unleashed Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19619,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,50,0,0,'Unleashed Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19620,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,50,0,0,'Unleashed Fury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19621,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,18,0,0,0,0,0,0,0,0,0,1562,0,0,'Frenzy','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19622,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,18,0,0,0,0,0,0,0,0,0,1562,0,0,'Frenzy','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19623,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,18,0,0,0,0,0,0,0,0,0,1562,0,0,'Frenzy','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19624,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,18,0,0,0,0,0,0,0,0,0,1562,0,0,'Frenzy','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19625,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,18,0,0,0,0,0,0,0,0,0,1562,0,0,'Frenzy','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (19626,2,0,1,0,2512,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19627,0,0,0,0,0,0,31,0,50,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19627,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Fire Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19628,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19629,0,0,0,0,400,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177764,0,0,0,0,0,0,0,0,33,37,0,0,'Summon Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19630,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,24,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4062,1197,0,0,'Cone of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19631,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,22,0,0,15,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,46,31,0,0,'Melt Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19632,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,5,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19633,0,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,77,1,65,0,1,1,0,0,0,0,0,0,0,29,97,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19634,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,15,15,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,149,0,0,'Mana Rejuvenation','','','','','','','','','','','','','','','',0,133,0,0,7,0,0,1,0,1,1,1,0), + (19635,0,0,1,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,10,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,4059,34,0,0,'Incite Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19636,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,26,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19637,0,0,0,0,4486,937,0,0,'Fire Blossom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19637,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,2774,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5360,184,0,0,'Fire Blossom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19638,6,0,1,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Prismstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19639,0,0,0,26,272,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5361,756,0,0,'Pummel','','','','','','','','','','','','','','','',0,0,0,0,4,8,0,2,2,1,1,1,0), + (19640,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19639,0,0,0,0,0,0,756,0,0,'Pummel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19641,2,0,0,12,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,32,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,249,0,0,0,0,24,24,0,0,0,0,9,9,0,12,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5362,184,0,0,'Pyroclast Barrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (19642,0,0,0,0,262164,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,4,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19643,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,2,2,1,1,1,0), + (19644,0,0,0,0,327700,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,1,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19645,5,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,19,19,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,4,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,127,99,0,0,'Anti-Magic Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19646,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'Silver Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19647,5,88,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,52,52,31,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,64,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,26,9,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24259,0,0,0,0,5282,77,0,50,'Spell Lock','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (19648,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19244,0,0,0,0,0,107,77,0,0,'Spell Lock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19649,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'Golden Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19650,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19647,0,0,0,0,0,107,77,0,0,'Spell Lock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19651,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'Truesilver Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19652,5,0,1,0,0,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,1,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,153,0,0,'Tainted Blood Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (19653,5,0,1,0,0,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,1,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,153,0,0,'Tainted Blood Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (19654,5,0,1,0,0,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,1,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-41,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,338,153,0,0,'Tainted Blood Effect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (19655,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,40,40,3,0,105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19652,0,0,0,0,0,799,153,0,0,'Tainted Blood','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,1,1,0,0,0), + (19656,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,48,48,3,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19653,0,0,0,0,0,799,153,0,0,'Tainted Blood','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,0,0,0), + (19657,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'Arcanite Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19658,5,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,36,30,30,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,4,0,0,233,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5363,47,0,0,'Devour Magic Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19659,2,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,22,0,0,15,0,0,11,0,0,162,0,0,3000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,937,0,0,'Ignite Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19660,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,56,56,3,0,170,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19654,0,0,0,0,0,799,153,0,0,'Tainted Blood','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,0,0,0), + (19661,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19478,0,0,0,0,0,107,153,0,0,'Tainted Blood','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19662,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19655,0,0,0,0,0,107,153,0,0,'Tainted Blood','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19663,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19656,0,0,0,0,0,107,153,0,0,'Tainted Blood','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19664,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19660,0,0,0,0,0,107,153,0,0,'Tainted Blood','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19665,2,0,0,0,2048,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,0,'Ignite Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19666,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,2842,3470,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15869,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Silver Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19667,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3577,3486,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15870,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Golden Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19668,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,6037,7966,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15871,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Truesilver Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19669,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12644,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15872,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Arcanite Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19670,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19666,0,0,0,0,0,107,1,0,0,'Silver Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19671,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19667,0,0,0,0,0,107,1,0,0,'Golden Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19672,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19668,0,0,0,0,0,107,1,0,0,'Truesilver Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19673,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19669,0,0,0,0,0,107,1,0,0,'Arcanite Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19674,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Large Crag Boar','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19675,0,0,0,0,262144,512,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,35,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,68,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,7,0,6,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1559,0,50,'Feral Charge Effect','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (19676,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6084,0,0,0,19614,0,0,0,0,255,0,0,'Tame Snow Leopard','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19677,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,19614,0,0,0,0,255,0,0,'Tame Large Crag Boar','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19678,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6061,0,0,0,19614,0,0,0,0,255,0,0,'Tame Adult Plainstrider','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19679,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6087,0,0,0,19614,0,0,0,0,255,0,0,'Tame Prairie Stalker','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19680,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6088,0,0,0,19614,0,0,0,0,255,0,0,'Tame Swoop','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19681,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6062,0,0,0,19614,0,0,0,0,255,0,0,'Tame Dire Mottled Boar','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19682,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6083,0,0,0,19614,0,0,0,0,255,0,0,'Tame Surf Crawler','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19683,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6082,0,0,0,19614,0,0,0,0,255,0,0,'Tame Armored Scorpid','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19684,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6063,0,0,0,19614,0,0,0,0,255,0,0,'Tame Webwood Lurker','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19685,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6101,0,0,0,19614,0,0,0,0,255,0,0,'Tame Nightsaber Stalker','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19686,3,0,0,0,67840,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,16,6,1,0,1,1,0,1,0,0,0,1,0,0,11,0,0,0,0,0,6,1,6,0,0,0,0,0,0,6,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,6102,0,0,0,19614,0,0,0,0,255,0,0,'Tame Strigid Screecher','','','','','','','','','','','','','','','',0,0,0,0,9,2048,0,0,0,1,1,1,0), + (19687,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Snow Leopard','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19688,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Adult Plainstrider','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19689,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Prairie Stalker','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19690,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2048,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,0,0,0,0,0,1,1,0,0,0,0,0,0,0,139,56,0,0,0,0,0,0,0,0,0,0,0,0,0,56,11054,0,0,0,0,0,0,0,737,316,0,0,'Scarlet Illusion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19691,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,17,17,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19692,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Swoop','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19693,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Webwood Lurker','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19694,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Dire Mottled Boar','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19695,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,1,1,0,0,0,0,0,0,23,26,25,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18947,0,0,0,0,0,781,937,0,0,'Inferno','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19696,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Surf Crawler','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19697,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Armored Scorpid','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19698,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,16,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5728,937,0,0,'Inferno','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19699,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Nightsaber Stalker','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19700,3,0,0,0,65536,4,67175424,0,0,0,0,0,1,0,0,0,1,0,0,9,0,48140,0,101,0,0,10,10,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Tame Strigid Screecher','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19701,0,0,0,0,4784144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,1,1,0,1,1,0,0,0,0,0,0,0,42,49,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,1506,251,0,0,'Boulder','','','','','','','','','','','','','','','',0,0,2000,0,0,0,0,3,2,1,1,1,0), + (19702,5,0,1,0,0,2184,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,22,0,0,15,0,0,11,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,222,0,0,'Impending Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19703,5,0,2,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,11,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,824,9,0,0,'Lucifron\'s Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19704,3,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,28,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,329,0,0,0,0,0,0,0,0,1643,66,0,0,'Summon Earth Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19705,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19706,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19707,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,'Hate to 50%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19708,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19709,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19710,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19711,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,13,13,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19712,6,0,1,0,65536,136,4,0,0,0,0,0,0,0,0,0,3,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,924,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19713,6,0,2,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,11,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,969,207,0,0,'Shazzrah\'s Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19714,6,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,9,0,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,970,305,0,0,'Deaden Magic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19715,6,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,24,24,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,17,0,50,'Counterspell','','','','','','','','','','','','','','','',0,0,0,0,3,278528,0,0,1,1,1,1,0), + (19716,5,0,2,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,22,0,0,15,0,0,11,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,561,173,0,0,'Gehennas\' Curse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (19717,2,0,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,32,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,151,0,0,1,0,0,0,0,0,0,0,0,924,0,0,0,0,0,28,0,0,0,0,0,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19718,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5379,278,0,0,'zzOLDRiposte','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19719,0,0,0,0,268501248,0,0,0,0,0,0,0,0,1043,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,16,16,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6206,28,29,0,0,0,0,0,0,1383,1,0,0,'Use Bauble','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19720,0,0,0,0,268435712,0,0,0,0,0,0,0,0,1043,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,15882,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15885,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Combine Pendants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19721,0,0,0,0,8388624,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,1,0,0,'Resurrect Trooper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19722,0,0,0,0,8388608,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12352,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Scarlet Trooper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,12385,0,0,0,0,0,0,0,0,74,90,0,0,'Advanced Target Dummy - Event 003','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19725,3,0,0,0,1073741824,0,0,0,0,0,0,0,32,0,0,0,16,0,0,15,0,0,664232,100,0,0,20,20,18,0,75,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,314,309,0,0,'Turn Undead','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (19726,1,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,321,133,122,0,'Resistance Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19727,3,0,2,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5399,1488,0,0,'Aquatic Miasma','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19728,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,3,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,2249,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19729,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,3,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,2249,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19730,0,0,0,0,327700,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,7.5,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19731,5,12,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,44,38,38,0,0,130,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,970,47,0,0,'Devour Magic','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (19732,5,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,44,38,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,4.8,0,0,318,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5363,47,0,0,'Devour Magic Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19733,5,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,52,46,46,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,5.7,0,0,437,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5363,47,0,0,'Devour Magic Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19734,5,12,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,52,46,46,0,0,170,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,970,47,0,0,'Devour Magic','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (19735,5,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,54,54,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,6.6,0,0,578,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5363,47,0,0,'Devour Magic Effect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19736,5,12,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,8,0,0,0,101,0,60,54,54,0,0,215,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,970,47,0,0,'Devour Magic','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,5,0,0,1,1,1,1,1,0), + (19737,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19731,0,0,0,0,0,107,47,0,0,'Devour Magic','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19738,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19734,0,0,0,0,0,107,47,0,0,'Devour Magic','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19739,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,57,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19736,0,0,0,0,0,107,47,0,0,'Devour Magic','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19740,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,5,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,298,0,0,'Blessing of Might','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (19741,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19740,0,0,0,0,0,107,298,0,0,'Blessing of Might','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19742,1,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,5,0,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268500992,0,1,1,1,1,1,0), + (19743,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19742,0,0,0,0,0,107,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19744,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,99,5,0,40,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,89,24,0,0,0,0,21,21,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,540,0,0,'zzOLDSeal of Light','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,0,0,1,1,1,1,1,0), + (19745,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19744,0,0,0,0,0,107,540,0,0,'zzOLDSeal of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19746,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,35,35,1,1,1,1,1,1,0,0,0,0,0,0,34,-1,-1,0,0,0,1,1,1,0,0,0,10,10,10,149,117,117,0,0,0,0,0,0,0,0,0,0,0,0,127,26,9,0,0,0,0,0,0,5139,1487,122,0,'Concentration Aura','','','','','','','','','','','','','','','',0,133,1500,0,10,131072,0,1,1,1,1,1,0), + (19747,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19746,0,0,0,0,0,107,1487,0,0,'Concentration Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19748,1,0,0,0,151322624,131072,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,10,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5139,329,122,0,'Charismatic Aura','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (19749,0,0,0,0,8388608,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Trooper Ping','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19750,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,25,20,20,0,0,35,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,11,0,0,1,0,0,0,0,0,1,0,0,61,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6623,242,0,0,'Flash of Light','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,1073741824,0,1,1,1,1,1,0), + (19751,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19750,0,0,0,0,0,107,242,0,0,'Flash of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19752,1,0,0,0,537198592,524288,8,256,256,0,0,0,0,0,0,0,1,3600000,0,0,0,0,0,0,0,0,30,30,0,0,0,0,0,0,5,0,0,0,0,17033,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,79,64,1,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,57,57,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19753,0,0,0,0,5402,58,0,0,'Divine Intervention','','','','','','','','','','','','','','','',0,133,1500,0,10,0,0,0,0,1,1,1,0), + (19753,1,0,0,0,545587200,32768,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,25,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,57,57,57,0,0,0,0,0,0,39,12,93,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,5401,58,0,0,'Divine Intervention','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19754,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19752,0,0,0,0,0,107,58,0,0,'Divine Intervention','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19755,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,60,60,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,70,114,0,0,'Frightalon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19767,0,0,0,0,4718610,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Aynasha\'s Bow','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (19768,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,'Gizelton Caravan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19769,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,1048576,100,2,0,0,0,27,0,0,0,0,0,36,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,201,1,0,1,1,0,0,0,0,0,0,0,299,2,0,0,14,0,16,16,0,0,0,0,15,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Thorium Grenade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (19770,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,11,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,'Gizelton Caravan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19771,0,0,0,15,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,9,1,0,0,0,0,7,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Serrated Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19772,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,12419,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Lifelike Toad','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19773,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5659,184,0,0,'Elemental Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19774,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5419,876,0,0,'Summon Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19775,5,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,62,62,0,0,500,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,4501,0,0,1,0,0,0,0,0,0,0,0,27749,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,55,0,50,'Dark Mending','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19776,5,0,1,0,851968,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,20,20,85,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (19777,5,0,0,0,328708,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,250,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,61,0,0,1,0,0,0,0,0,0,0,0,569,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'Dark Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19778,0,0,0,0,327696,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-301,-301,0,0,0,0,22,22,0,15,15,0,11,11,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (19779,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,24,24,0,0,0,21,21,21,0,0,0,0,0,0,138,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,290,456,0,0,'Inspire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (19780,2,0,0,12,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,98,2,0,26,101,0,1,1,0,0,0,0,0,0,0,74,299,0,0,0,22,22,22,15,15,15,13,13,13,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,5420,12,0,0,'Hand of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19781,2,0,0,0,4194322,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,849,0,0,0,0,0,53,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,251,0,0,'Flame Spear','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,3,2,1,1,1,0), + (19784,2,0,0,12,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,5,0,0,1048576,100,2,0,0,0,35,0,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,451,1,0,1,1,0,0,0,0,0,0,0,224,2,0,0,14,0,16,16,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3819,37,0,0,'Dark Iron Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (19785,0,0,0,0,4194322,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,94,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,751,0,0,1,0,0,0,0,0,0,0,0,2124,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,'Throw','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,3,2,1,1,1,0), + (19786,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,1,0,0,'Resist Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19787,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 110','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19788,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12365,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15992,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Dense Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19790,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,15994,12359,15992,14047,0,0,0,0,1,3,3,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15993,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Thorium Grenade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19791,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,12359,14047,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15994,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Thorium Widget','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19792,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10559,10561,15994,12359,10546,0,0,0,2,2,2,4,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15995,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Thorium Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19793,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,12803,15994,10558,8170,0,0,0,0,1,4,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15996,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Lifelike Mechanical Toad','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19794,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,10502,7910,12810,14047,0,0,0,0,1,4,2,8,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15999,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Spellpower Goggles Xtreme Plus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19795,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,12359,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16000,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Thorium Tube','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19796,0,0,0,0,65568,0,0,0,0,0,0,0,0,623,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,16000,11371,10546,12361,12799,8170,0,0,2,6,2,2,2,4,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16004,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Dark Iron Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19797,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10515,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Conjure Torch of Retribution','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19798,0,0,0,12,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,22,0,0,15,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424,66,0,0,'Earthquake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,1,1,1,0,0), + (19799,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,15994,11371,15992,14047,0,0,0,0,2,1,3,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16005,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Dark Iron Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19800,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,15992,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15997,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Thorium Shells','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19801,3,0,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,20000,0,0,0,0,0,101,0,0,60,60,0,0,270,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,560,155,0,0,'Tranquilizing Shot','','','','','','','','','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,0,0,0), + (19802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3600000,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12473,0,0,0,0,0,0,0,0,130,162,0,0,'Summon Arcanite Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19804,0,0,0,0,33554560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12473,0,0,0,0,0,0,0,0,74,1548,0,0,'Arcanite Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19805,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,12426,0,0,0,0,0,0,0,0,74,90,0,0,'Masterwork Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19806,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Injure Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19808,0,0,0,0,262544,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5650,120,0,0,'Masterwork Target Dummy Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19809,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19808,0,0,0,0,0,0,120,0,0,'Masterwork Target Dummy Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19810,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Injure Self on Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19811,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,401,21,0,1,1,0,0,0,0,0,0,0,3799,189,0,0,0,0,53,53,0,16,16,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,5439,183,0,0,'Annihilate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (19812,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,19,0,0,0,0,1,1,0,0,0,0,0,0,0,138,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5440,957,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (19813,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,2069,246,0,0,'Knockback','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,0,0,0), + (19814,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10561,16000,15994,6037,8170,14047,0,0,1,1,2,1,2,4,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16023,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Masterwork Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19815,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,12360,14227,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16006,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Delicate Arcanite Converter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19816,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (19817,0,65,0,0,262480,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18941,0,0,0,0,0,0,108,0,0,'Double Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19818,0,65,0,0,262480,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18941,0,0,0,0,0,0,108,0,0,'Double Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19819,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,16006,10558,15994,12799,0,0,0,0,2,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16009,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Voice Amplification Modulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19820,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,299,0,0,0,0,6,6,0,0,0,0,0,0,0,33,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,494,0,0,'Mangle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (19821,6,0,1,9,65536,136,0,0,0,0,0,64,0,0,0,0,16,0,0,5,0,0,0,100,0,0,0,0,28,0,0,0,0,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,62,6,0,451,1,0,1,1,0,0,0,0,0,0,0,674,4,0,0,0,0,16,16,0,0,0,0,8,8,0,0,27,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5441,232,0,0,'Arcane Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (19822,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,221,0,0,'Play Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19823,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5442,33,0,0,'Fire Nova Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19824,6,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19826,0,0,0,0,0,0,1,0,0,'Summon Blackwing Legionnaires','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19825,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6219,10498,10500,12364,12810,0,0,0,0,0,1,2,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16008,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Master Engineer\'s Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19826,0,23,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,45000,15000,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12416,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Blackwing Legionnaire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19827,0,23,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,45000,15000,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12420,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Blackwing Mage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19828,0,23,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,75000,15000,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12422,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Death Talon Dragonspawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19829,6,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Guardian of Nefarian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19830,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,10576,16006,12655,15994,10558,12810,0,0,1,8,10,6,4,6,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16022,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Arcanite Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19831,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,16006,12359,14047,0,0,0,0,0,1,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16040,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Arcane Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19832,5,0,0,0,256,4,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31796,0,101,0,0,0,0,23,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,61,6,1,0,1,1,0,1,0,0,0,0,0,0,99,0,-51,0,0,0,38,1,38,0,0,0,12,0,0,2,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,8302,0,0,0,0,0,0,0,5444,87,0,0,'Possess','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19833,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,12360,16000,7078,7076,12800,12810,0,0,10,2,2,2,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16007,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Flawless Arcanite Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19834,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,12,12,5,0,30,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,298,0,0,'Blessing of Might','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (19835,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,5,0,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,298,0,0,'Blessing of Might','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (19836,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,5,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,298,0,0,'Blessing of Might','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (19837,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,42,42,5,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,298,0,0,'Blessing of Might','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (19838,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,5,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,298,0,0,'Blessing of Might','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (19839,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19834,0,0,0,0,0,107,298,0,0,'Blessing of Might','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19840,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19835,0,0,0,0,0,107,298,0,0,'Blessing of Might','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19841,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19836,0,0,0,0,0,107,298,0,0,'Blessing of Might','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19842,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19837,0,0,0,0,0,107,298,0,0,'Blessing of Might','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19843,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19838,0,0,0,0,0,107,298,0,0,'Blessing of Might','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19844,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19788,0,0,0,0,0,107,1,0,0,'Dense Blasting Powder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19845,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19790,0,0,0,0,0,222,1548,0,0,'Schematic: Thorium Grenade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19846,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19791,0,0,0,0,0,222,1548,0,0,'Schematic: Thorium Widget','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19847,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19792,0,0,0,0,0,222,1548,0,0,'Schematic: Thorium Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19848,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19793,0,0,0,0,0,222,1548,0,0,'Schematic: Lifelike Mechanical Toad','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19849,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19794,0,0,0,0,0,222,1548,0,0,'Schematic: Spellpower Goggles Xtreme Plus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19850,1,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,5,0,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,268500992,0,1,1,1,1,1,0), + (19851,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19814,0,0,0,0,0,222,1548,0,0,'Schematic: Masterwork Target Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19852,1,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,5,0,65,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,268500992,0,1,1,1,1,1,0), + (19853,1,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,5,0,90,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,21,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,268500992,0,1,1,1,1,1,0), + (19854,1,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,5,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,268500992,0,1,1,1,1,1,0), + (19855,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19850,0,0,0,0,0,107,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19856,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19852,0,0,0,0,0,107,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19857,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19853,0,0,0,0,0,107,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19858,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19854,0,0,0,0,0,107,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19859,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19795,0,0,0,0,0,222,1548,0,0,'Schematic: Thorium Tube','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19860,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19796,0,0,0,0,0,222,1548,0,0,'Schematic: Dark Iron Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19861,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19799,0,0,0,0,0,222,1548,0,0,'Schematic: Dark Iron Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19862,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19800,0,0,0,0,0,222,1548,0,0,'Schematic: Thorium Shells','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19863,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19815,0,0,0,0,0,222,1548,0,0,'Schematic: Delicate Arcanite Converter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19864,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19819,0,0,0,0,0,222,1548,0,0,'Schematic: Voice Amplification Modulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19865,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19825,0,0,0,0,0,222,1548,0,0,'Schematic: Master Engineer\'s Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19866,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19830,0,0,0,0,0,222,1548,0,0,'Schematic: Arcanite Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19867,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19831,0,0,0,0,0,222,1548,0,0,'Schematic: Arcane Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19868,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19833,0,0,0,0,0,222,1548,0,0,'Schematic: Flawless Arcanite Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19869,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dragon Orb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19870,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,1,0,0,0,0,0,0,0,0,0,148,0,0,'Improved Intimidating Shout','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (19871,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,1,0,0,0,0,0,0,0,0,0,148,0,0,'Improved Intimidating Shout','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (19872,3,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,2,0,0,101,0,0,0,0,9,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,337,0,0,'Calm Dragonkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19873,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,14,7000,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,5445,1116,0,0,'Destroy Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19874,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,101,0,0,60,60,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,71,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Bolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (19875,0,0,0,0,328144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,99,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,999,99,0,0,0,1,1,1,0,0,0,0,0,0,28,108,108,0,0,0,0,0,0,0,0,0,0,2048,2048,0,0,2,0,0,0,0,0,0,0,413,0,0,'zzOLDShield Discipline','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (19876,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,321,140,122,0,'Shadow Resistance Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19877,0,0,0,0,262400,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19801,0,0,0,0,0,107,155,0,0,'Tranquilizing Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19878,0,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,316,214,0,0,'Track Demons','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19879,0,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,316,1548,0,0,'Track Dragonkin','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19880,0,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,316,94,0,0,'Track Elementals','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19881,0,351,0,0,18,0,32,0,0,0,0,0,0,0,0,0,1,0,0,15,0,175116,0,101,0,0,1,1,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,524288,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,677,0,0,'Shoot (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (19882,0,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,316,84,0,0,'Track Giants','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19883,0,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,316,316,0,0,'Track Humanoids','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19884,0,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,316,170,0,0,'Track Undead','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19885,0,0,0,0,151257104,131104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,151,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,250,0,0,'Track Hidden','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (19886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,3413,0,0,0,0,0,222,1467,0,0,'Expert Cook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19887,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,1,1,0,0,0,0,0,0,0,0,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,18260,0,0,0,0,0,222,1467,0,0,'Artisan Cook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19888,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,321,133,122,0,'Frost Resistance Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,7732,0,0,0,0,0,222,580,0,0,'Expert Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,18248,0,0,0,0,0,222,580,0,0,'Artisan Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19891,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,321,33,122,0,'Fire Resistance Aura','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19892,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19876,0,0,0,0,0,107,140,0,0,'Shadow Resistance Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19893,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19888,0,0,0,0,0,107,133,0,0,'Frost Resistance Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19894,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19891,0,0,0,0,0,107,33,0,0,'Fire Resistance Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19895,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,321,140,122,0,'Shadow Resistance Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19896,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,321,140,122,0,'Shadow Resistance Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19897,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,321,133,122,0,'Frost Resistance Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19898,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,321,133,122,0,'Frost Resistance Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19899,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,321,33,122,0,'Fire Resistance Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19900,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,321,33,122,0,'Fire Resistance Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (19901,0,0,0,0,537133056,0,603979776,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg7','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (19902,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,10846,0,0,0,0,0,222,504,0,0,'Artisan First Aid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19903,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,129,0,7924,0,0,0,0,0,222,504,0,0,'Expert First Aid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19904,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19895,0,0,0,0,0,107,140,0,0,'Shadow Resistance Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19905,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19896,0,0,0,0,0,107,140,0,0,'Shadow Resistance Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19906,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19897,0,0,0,0,0,107,133,0,0,'Frost Resistance Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19907,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19898,0,0,0,0,0,107,133,0,0,'Frost Resistance Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19908,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19899,0,0,0,0,0,107,33,0,0,'Fire Resistance Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19909,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19900,0,0,0,0,0,107,33,0,0,'Fire Resistance Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19927,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,3182,241,0,0,'Test Enchant Weapon Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19929,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,908,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLDTest Enchant Chest - Superior Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19930,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLDTest Enchant Chest - Superior Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19931,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,852,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLDTest Enchant Boots - Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19932,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1341,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Cloak +7 Fire Resistance','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19933,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLDTest Enchant Bracer - Greater Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19934,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLDTest Enchant Weapon - Greater Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19935,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,907,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLDTest Enchant Bracer - Greater Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19936,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLDTest Enchant 2H Weapon - Greater Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19937,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2048,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,0,0,0,0,0,1,1,0,0,0,0,0,0,0,139,56,0,0,0,0,0,0,0,0,0,0,0,0,0,80,12536,0,0,0,0,0,0,0,737,316,0,0,'Illusion: Black Dragonkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (19938,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5460,1,0,0,'Awaken Peon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (19939,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,31,26,26,0,0,50,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,15,0,0,1,0,0,0,0,0,1.3,0,0,95,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6623,242,0,0,'Flash of Light','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,1073741824,0,1,1,1,1,1,0), + (19940,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,39,34,34,0,0,70,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,19,0,0,1,0,0,0,0,0,1.6,0,0,144,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6623,242,0,0,'Flash of Light','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,1073741824,0,1,1,1,1,1,0), + (19941,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,47,42,42,0,0,90,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,25,0,0,1,0,0,0,0,0,1.9,0,0,196,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6623,242,0,0,'Flash of Light','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,1073741824,0,1,1,1,1,1,0), + (19942,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,55,50,50,0,0,115,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,33,0,0,1,0,0,0,0,0,2.2,0,0,266,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6623,242,0,0,'Flash of Light','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,1073741824,0,1,1,1,1,1,0), + (19943,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,63,58,58,0,0,140,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,41,0,0,1,0,0,0,0,0,2.6,0,0,342,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6623,242,0,0,'Flash of Light','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,1073741824,0,1,1,1,1,1,0), + (19944,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19939,0,0,0,0,0,107,242,0,0,'Flash of Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19945,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19940,0,0,0,0,0,107,242,0,0,'Flash of Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19946,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19941,0,0,0,0,0,107,242,0,0,'Flash of Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19947,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19942,0,0,0,0,0,107,242,0,0,'Flash of Light','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19948,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19943,0,0,0,0,0,107,242,0,0,'Flash of Light','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19949,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15915,0,0,0,0,0,222,1,0,0,'Recipe: Spiced Chili Crab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19950,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15933,0,0,0,0,0,222,1,0,0,'Recipe: Monster Omelet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19951,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,73,0,0,'Pacify Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (19952,2,0,0,0,0,16388,2048,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,62,62,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,38,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,2.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,816,0,0,'Heal Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,5,16777216,0,1,1,1,1,1,0), + (19953,0,0,0,0,16,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,499,49,0,0,0,0,1,1,0,0,0,0,0,0,0,13,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2657,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19968,1,0,0,0,134217728,0,0,512,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,'Holy Light','','','','','','','','','','','','','','','',0,0,0,0,10,16384,0,1,1,1,1,1,0), + (19970,3,0,1,7,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,58,58,205,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,29,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (19971,3,0,1,7,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,48,48,106,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (19972,3,0,1,7,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,38,38,86,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,19,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (19973,3,0,1,7,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,28,28,85,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (19974,3,0,1,7,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,18,18,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (19975,3,0,1,7,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,664232,100,0,0,8,8,29,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,4,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,512,0,1,1,1,1,1,0), + (19976,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,99,5,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,139,39,0,0,0,0,21,21,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,540,0,0,'zzOLDSeal of Light','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,0,0,1,1,1,1,1,0), + (19977,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,5,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,209,59,0,0,0,0,21,21,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,540,0,0,'Blessing of Light','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (19978,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,5,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,299,84,0,0,0,0,21,21,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,540,0,0,'Blessing of Light','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (19979,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,5,0,135,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,399,114,0,0,0,0,21,21,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,540,0,0,'Blessing of Light','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (19980,1,0,0,0,134217728,0,0,512,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,'Holy Light','','','','','','','','','','','','','','','',0,0,0,0,10,16384,0,1,1,1,1,1,0), + (19981,1,0,0,0,134217728,0,0,512,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,'Holy Light','','','','','','','','','','','','','','','',0,0,0,0,10,16384,0,1,1,1,1,1,0), + (19982,1,0,0,0,134217728,0,0,512,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,70,0,0,'Holy Light','','','','','','','','','','','','','','','',0,0,0,0,10,16384,0,1,1,1,1,1,0), + (19983,0,85,0,0,262164,136,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,5,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5500,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (19984,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Superior Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19985,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Superior Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19986,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Superior Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19987,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Superior Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19988,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19989,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Superior Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19990,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Major Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19991,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Major Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19992,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19993,1,0,0,0,134283264,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,25,20,20,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6622,242,0,0,'Flash of Light','','','','','','','','','','','','','','','',0,0,0,0,10,8192,0,1,0,1,1,1,0), + (19994,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19976,0,0,0,0,0,107,540,0,0,'zzOLDSeal of Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19995,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19977,0,0,0,0,0,107,540,0,0,'Blessing of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19996,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19978,0,0,0,0,0,107,540,0,0,'Blessing of Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19997,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19979,0,0,0,0,0,107,540,0,0,'Blessing of Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (19998,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,99,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,10,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,555,122,0,'zzOLDRetribution Aura','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,8,0,1,1,1,1,1,0), + (19999,1,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19998,0,0,0,0,0,107,555,122,0,'zzOLDRetribution Aura','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20000,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,265,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,32,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12581,0,0,0,0,0,0,0,0,0,1,0,0,'Windsor Dismisses Horse DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20001,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mercutio Horse Dummy DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20002,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Intellect 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20003,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Spirit 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (20004,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1503,1,0,0,'Life Steal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20005,4,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-31,0,0,11,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,143,0,0,'Chilled','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20006,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,55,55,29,0,70,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Unholy Curse','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (20007,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,63,0,8,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,10,0,1,51,0,1,1,0,0,0,0,0,0,0,99,74,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4345,239,0,50,'Holy Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20008,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16202,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1883,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Greater Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20009,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16202,11176,0,0,0,0,0,0,3,10,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1884,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Superior Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20010,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16204,16203,0,0,0,0,0,0,6,6,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1885,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Superior Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20011,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16204,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Superior Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20012,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16202,16204,0,0,0,0,0,0,3,3,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1887,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20013,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16203,16204,0,0,0,0,0,0,4,4,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,927,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Greater Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20014,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16202,7077,7075,7079,7081,7972,0,0,2,1,1,1,1,1,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1888,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Greater Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20015,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16204,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1889,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Superior Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20016,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16203,16204,0,0,0,0,0,0,2,4,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Superior Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20017,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11176,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Shield - Greater Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20018,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9421,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Major)','','','','','','','','','','','','','','','',0,0,0,0,5,1048576,0,0,0,1,1,1,0), + (20019,2,0,0,0,2048,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,249,0,0,0,0,0,6,6,6,0,0,0,0,0,0,3,5,23,1000,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20021,0,0,0,5519,937,0,0,'Engulfing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20020,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11176,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Greater Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20021,2,0,0,0,0,524424,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,22,0,0,30,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4327,937,0,0,'Engulfing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20022,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5232,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,'Create Soulstone','','','','','','','','','','','','','','','',0,0,0,0,5,1048576,0,0,0,1,1,1,0), + (20023,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16203,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1887,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20024,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16203,16202,0,0,0,0,0,0,2,1,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,851,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Boots - Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20025,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16204,16203,0,0,0,0,0,4,15,10,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1891,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Greater Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20026,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16204,14343,0,0,0,0,0,0,6,1,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1892,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Major Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20027,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,0,0,0,0,0,0,0,1,0,0,'Immune Effect: Taunt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20028,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16203,14343,0,0,0,0,0,0,3,1,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1893,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Chest - Major Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20029,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,14343,7080,7082,13467,0,0,0,0,4,1,1,1,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Icy Chill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20030,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16204,0,0,0,0,0,0,4,10,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1896,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Superior Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20031,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,0,0,0,0,0,0,2,10,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1897,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Superior Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20032,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,12808,12803,0,0,0,0,0,6,6,6,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Lifestealing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20033,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,12808,0,0,0,0,0,0,4,4,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1899,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Unholy Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20034,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,12811,0,0,0,0,0,0,4,2,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Crusader','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20035,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,16203,14344,0,0,0,0,0,0,12,2,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1903,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Major Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20036,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,16203,14344,0,0,0,0,0,0,12,2,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1904,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Major Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20037,2,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,40,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,601,1,0,0,'Explode Orb Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20038,2,0,0,0,256,268959744,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,0,8,52,0,11,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,5521,1,0,0,'Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20039,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,16202,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16203,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Greater Eternal Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20040,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16202,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Lesser Eternal Essence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20041,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Tammra Sapling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20042,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,0,0,0,298,0,0,'Improved Blessing of Might','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20043,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,46,46,21,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,5522,266,122,0,'Aspect of the Wild','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,0,0,1,1,1,1,1,0), + (20044,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20043,0,0,0,0,0,107,266,0,0,'Aspect of the Wild','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20045,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,0,0,0,298,0,0,'Improved Blessing of Might','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20046,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,0,0,0,298,0,0,'Improved Blessing of Might','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20047,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,0,0,0,298,0,0,'Improved Blessing of Might','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20048,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,0,0,0,298,0,0,'Improved Blessing of Might','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20049,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20050,0,0,0,0,0,0,84,0,0,'Vengeance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20050,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,79,79,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6597,84,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,0,0), + (20051,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,9,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,16206,13926,16204,16203,14343,14344,0,0,1,1,10,4,4,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16207,0,0,0,0,0,0,0,0,0,0,0,3182,1636,0,0,'Runed Arcanite Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20052,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,5,5,0,0,0,0,1,1,0,0,0,0,0,0,0,79,79,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6597,84,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,0,0), + (20053,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,8,0,0,0,0,1,1,0,0,0,0,0,0,0,79,79,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6597,84,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,0,0), + (20054,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,79,79,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6597,84,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,0,0), + (20055,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,79,79,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,6597,84,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,0,0), + (20056,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20052,0,0,0,0,0,0,84,0,0,'Vengeance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20057,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20053,0,0,0,0,0,0,84,0,0,'Vengeance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20058,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20054,0,0,0,0,0,0,84,0,0,'Vengeance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20059,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20055,0,0,0,0,0,0,84,0,0,'Vengeance','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20060,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20061,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20062,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20063,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20064,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Deflection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20065,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20008,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Greater Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20066,1,0,1,14,1114112,262144,0,0,0,0,0,0,64,0,0,0,1,60000,0,8,2,0,0,101,0,0,20,20,32,0,60,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5539,316,0,0,'Repentance','','','','','','','','','','','','','','','',0,133,1500,0,10,4,0,1,1,1,1,1,0), + (20067,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20020,0,0,0,0,0,222,1,0,0,'Formula: Enchant Boots - Greater Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20068,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20014,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Greater Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20069,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20017,0,0,0,0,0,222,1,0,0,'Formula: Enchant Shield - Greater Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20070,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20009,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Superior Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20071,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20012,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20072,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20024,0,0,0,0,0,222,1,0,0,'Formula: Enchant Boots - Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20073,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20026,0,0,0,0,0,222,1,0,0,'Formula: Enchant Chest - Major Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20074,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20016,0,0,0,0,0,222,1,0,0,'Formula: Enchant Shield - Superior Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20075,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20029,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Icy Chill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20076,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20015,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Superior Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20077,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20028,0,0,0,0,0,222,1,0,0,'Formula: Enchant Chest - Major Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20078,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20051,0,0,0,0,0,222,241,0,0,'Formula: Runed Arcanite Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20079,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20013,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Greater Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20080,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20023,0,0,0,0,0,222,1,0,0,'Formula: Enchant Boots - Greater Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20081,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20010,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Superior Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20082,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20030,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Superior Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20083,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20033,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Unholy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20084,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20036,0,0,0,0,0,222,1,0,0,'Formula: Enchant 2H Weapon - Major Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20085,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20031,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Superior Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20086,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20011,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Superior Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20087,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20034,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Crusader','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20088,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20025,0,0,0,0,0,222,1,0,0,'Formula: Enchant Chest - Greater Stats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20089,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20032,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Lifestealer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20090,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20035,0,0,0,0,0,222,1,0,0,'Formula: Enchant 2H Weapon - Major Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20091,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,555,0,0,'Improved Retribution Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20092,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,555,0,0,'Improved Retribution Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20093,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,555,0,0,'zzOLDImproved Retribution Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20094,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,555,0,0,'zzOLDImproved Retribution Aura','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20095,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,555,0,0,'zzOLDImproved Retribution Aura','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20096,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,331,0,50,'Anticipation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20097,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,331,0,50,'Anticipation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20098,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,331,0,50,'Anticipation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20099,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,331,0,50,'Anticipation','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20100,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,331,0,50,'Anticipation','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20101,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,101,0,0,'Benediction','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20102,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,101,0,0,'Benediction','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20103,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,101,0,0,'Benediction','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20104,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,101,0,0,'Benediction','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20105,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,101,0,0,'Benediction','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20106,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,0,0,0,0,0,0,80,0,0,'zzOLDImproved Blessing of Freedom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20107,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,0,0,0,0,0,0,80,0,0,'zzOLDImproved Blessing of Freedom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20108,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,0,0,0,0,0,0,80,0,0,'zzOLDImproved Blessing of Freedom','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20109,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,0,0,0,0,0,0,80,0,0,'zzOLDImproved Blessing of Freedom','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20110,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,0,0,0,0,0,0,80,0,0,'zzOLDImproved Blessing of Freedom','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20111,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136546,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1635,0,50,'Two-Handed Weapon Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20112,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136546,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1635,0,50,'Two-Handed Weapon Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20113,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136546,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1635,0,50,'Two-Handed Weapon Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7307,332,0,0,'BM Only OFF','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7308,1800,0,0,'BM Only ON','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20116,1,932,0,0,65536,268435592,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,31,0,235,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,18,0,0,16,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5600,51,0,50,'Consecration','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,32,0,1,1,1,1,1,0), + (20117,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,50,'Conviction','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20118,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,50,'Conviction','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20119,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,50,'Conviction','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20120,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,50,'Conviction','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20121,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,204,0,50,'Conviction','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20127,0,0,0,0,464,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20128,0,0,0,0,0,0,28,0,0,'Redoubt','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,5,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,28,0,0,'Redoubt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20130,0,0,0,0,464,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20131,0,0,0,0,0,0,28,0,0,'Redoubt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20131,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,5,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,28,0,0,'Redoubt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,5,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,28,0,0,'Redoubt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,5,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,28,0,0,'Redoubt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,5,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,28,0,0,'Redoubt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20135,0,0,0,0,464,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20132,0,0,0,0,0,0,28,0,0,'Redoubt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20136,0,0,0,0,464,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20133,0,0,0,0,0,0,28,0,0,'Redoubt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20137,0,0,0,0,464,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20134,0,0,0,0,0,0,28,0,0,'Redoubt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20138,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,291,0,0,'Improved Devotion Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20139,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,291,0,0,'Improved Devotion Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20140,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,291,0,0,'Improved Devotion Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20141,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,291,0,0,'Improved Devotion Aura','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20142,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,291,0,0,'Improved Devotion Aura','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20143,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20144,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20145,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20146,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20147,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,0,50,'Toughness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20148,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20149,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20150,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'Shield Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20151,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'zzOLDShield Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20152,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1463,0,50,'zzOLDShield Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20153,2,0,0,0,327696,136,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0.5,0,0,24,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,460,0,0,'Immolation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20154,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,7,1,1,9,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,18,0,0,107,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20155,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19878,0,0,0,0,0,107,214,0,0,'Track Demons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20156,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19879,0,0,0,0,0,107,1548,0,0,'Track Dragonkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20157,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19880,0,0,0,0,0,107,94,0,0,'Track Elementals','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20158,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19882,0,0,0,0,0,107,84,0,0,'Track Giants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20159,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19885,0,0,0,0,0,107,250,0,0,'Track Hidden','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20160,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19883,0,0,0,0,0,107,316,0,0,'Track Humanoids','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20161,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19884,0,0,0,0,0,107,170,0,0,'Track Undead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20162,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,20,12,12,9,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,1.1,0,0,50,39,20187,0,0,0,1,1,1,0,0,0,0,0,0,99,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,237,0,0,'Seal of the Crusader','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,512,0,1,1,1,1,1,0), + (20163,1,0,1,0,327680,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,16,16,9,0,55,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20182,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20231,0,0,0,0,0,5622,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20164,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,22,22,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20183,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20170,0,0,0,0,0,5622,307,0,0,'Seal of Justice','','','','','','','','','','','','','','','',13,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20165,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,30,30,9,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20184,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20167,0,0,0,0,0,5622,299,0,0,'Seal of Light','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20166,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,38,38,9,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20185,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20168,0,0,0,0,0,5622,206,0,0,'Seal of Wisdom','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20167,1,0,0,0,262144,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,30,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,299,0,0,'Seal of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,262144,0,0,0,1,1,0,0), + (20168,1,0,0,0,262144,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,38,38,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,206,0,0,'Seal of Wisdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,262144,0,0,0,1,1,0,0), + (20169,1,931,1,0,327680,0,0,2,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,680,100,4,0,30,30,1,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,49,0,0,0,0,1,1,0,0,0,0,0,0,0,51,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5620,453,0,0,'zzOLDHoly Shield','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,0,0,1,1,1,1,1,0), + (20170,1,0,0,12,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Stun','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (20171,6,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20172,0,0,0,0,0,0,1,0,0,'Summon Onyxian Whelps','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20172,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11262,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Onyxian Whelp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Raid Buff Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20174,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-60001,2999,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,128,16,0,11,1,0,0,0,0,0,0,0,0,303,0,0,'Guardian\'s Favor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20175,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-120001,5999,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,128,16,0,11,1,0,0,0,0,0,0,0,0,303,0,0,'Guardian\'s Favor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20177,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20178,0,0,0,0,0,0,239,0,0,'Reckoning','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5561,239,0,0,'Reckoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20179,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20178,0,0,0,0,0,0,239,0,0,'Reckoning','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20180,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,80,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20178,0,0,0,0,0,0,239,0,0,'Reckoning','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20181,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,60,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20178,0,0,0,0,0,0,239,0,0,'Reckoning','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20182,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20178,0,0,0,0,0,0,239,0,0,'Reckoning','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20183,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,16,16,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,301,0,0,'zzOLDJudgement of Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,1048576,0,1,1,1,1,0,0), + (20184,1,0,1,0,262144,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,22,22,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,92,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,'Judgement of Justice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,1048576,0,1,1,1,1,0,0), + (20185,1,0,1,0,329728,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,50,0,0,30,30,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,0,0,0,0,0,0,299,0,0,'Judgement of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,524288,0,1,1,1,1,0,0), + (20186,1,0,1,0,329728,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,50,0,0,38,38,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1826,0,0,0,0,0,0,206,0,0,'Judgement of Wisdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,524288,0,1,1,1,1,0,0), + (20187,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,3,1,0,1,1,0,1,0,0,0,1.8,0,18,14,0,107,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Judgement of Righteousness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,1024,0,1,1,1,0,1,0), + (20188,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,12,12,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,237,0,0,'Judgement of the Crusader','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,536870912,0,1,1,1,1,0,0), + (20189,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,165363,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,'Precision','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20190,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,21,0,115,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,10,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,5522,266,122,0,'Aspect of the Wild','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,0,0,1,1,1,1,1,0), + (20191,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20190,0,0,0,0,0,107,266,0,0,'Aspect of the Wild','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20192,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,165363,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,'Precision','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20193,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,165363,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,'Precision','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20194,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,1,0,0,0,0,0,0,0,0,0,305,0,0,'Improved Blessing of Salvation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20195,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,1,0,0,0,0,0,0,0,0,0,305,0,0,'Improved Blessing of Salvation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20196,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20197,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20198,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20199,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20200,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,43153,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1461,0,50,'One-Handed Weapon Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20201,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12644,0,0,0,0,0,0,3,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16206,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Arcanite Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20202,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20201,0,0,0,0,0,107,1,0,0,'Arcanite Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20203,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,133,0,0,1,0,0,0,0,0,0,0,0,463,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20204,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,20,20,5,0,45,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-8,9,0,0,0,0,21,21,0,0,0,0,0,0,0,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7323,19,0,0,'zzOLDBlessing of Sanctuary','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (20205,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3221225472,0,0,9,0,0,0,0,0,0,0,0,0,1499,0,0,'Spiritual Focus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20206,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3221225472,0,0,9,0,0,0,0,0,0,0,0,0,1499,0,0,'Spiritual Focus','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20207,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3221225472,0,0,9,0,0,0,0,0,0,0,0,0,1499,0,0,'Spiritual Focus','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20208,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3221225472,0,0,9,0,0,0,0,0,0,0,0,0,1499,0,0,'Spiritual Focus','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20209,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3221225472,0,0,9,0,0,0,0,0,0,0,0,0,1499,0,0,'Spiritual Focus','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20210,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,17408,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2689,0,18350,0,0,0,0,0,0,241,0,0,'Illumination','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20211,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,0,0,'ZZOLDIllumination Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20212,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,17408,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2689,0,18350,0,0,0,0,0,0,241,0,0,'Illumination','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20213,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,17408,60,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2689,0,18350,0,0,0,0,0,0,241,0,0,'Illumination','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20214,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,17408,80,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2689,0,18350,0,0,0,0,0,0,241,0,0,'Illumination','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20215,0,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,17408,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2689,0,18350,0,0,0,0,0,0,241,0,0,'Illumination','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20216,1,0,1,0,168099840,0,0,67108864,0,0,0,0,0,0,0,0,1,120000,0,0,0,0,81920,100,1,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2121728,0,0,7,0,0,0,0,0,0,0,0,7424,104,0,0,'Divine Favor','','','','','','','','','','','','','','','',4,0,0,0,10,0,0,1,1,1,1,0,0), + (20217,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,5400,332,0,0,'Blessing of Kings','','','','','','','','','','','','','','','',8,133,1500,0,10,285212672,0,1,1,1,1,1,0), + (20218,1,0,0,0,151322624,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,10,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,321,502,122,0,'Sanctity Aura','','','','','','','','','','','','','','','',0,133,1500,0,10,67108864,0,1,1,1,1,1,0), + (20219,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,0,0,'Gnomish Engineer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20220,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20219,0,0,0,0,0,107,333,0,0,'Gnomish Engineering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20221,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20222,0,0,0,0,0,107,333,0,0,'Goblin Engineering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20222,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,0,0,'Goblin Engineer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20223,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,21,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5579,976,0,0,'Magic Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20224,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,25,0,0,'Improved Seal of Righteousness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20225,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,25,0,0,'Improved Seal of Righteousness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20226,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20228,2,290,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,29,0,0,0,0,0,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,225,1,0,1,1,0,0,0,0,0,0,0,1387,199,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5439,184,0,50,'Pyroblast','','','','','','','','','','','','','','','',0,133,0,0,3,1078067200,0,1,1,1,1,1,0), + (20229,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,113,1,0,1,1,0,0,0,0,0,0,0,693,-51,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,0,0,0,3,131072,0,1,1,1,1,1,0), + (20230,0,132,0,0,327696,131072,0,512,0,65536,0,0,0,0,0,0,1,0,1800000,0,0,0,40,100,30,0,20,20,8,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7395,278,0,0,'Retaliation','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,2,2,1,0,0,0), + (20231,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,4096,0,0,0,1,1,0,0), + (20232,0,0,0,0,262528,0,67108864,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20233,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,79,0,0,'Lay on Hands','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20234,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-600001,0,0,0,0,1,1,0,0,0,0,0,0,0,42,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,11,0,20233,0,0,0,0,0,0,79,0,0,'Improved Lay on Hands','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20235,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1200001,0,0,0,0,1,1,0,0,0,0,0,0,0,42,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,11,0,20236,0,0,0,0,0,0,79,0,0,'Improved Lay on Hands','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20236,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,79,0,0,'Lay on Hands','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20237,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3221225472,0,0,8,0,0,0,0,0,0,0,0,0,70,0,0,'Healing Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20238,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3221225472,0,0,8,0,0,0,0,0,0,0,0,0,70,0,0,'Healing Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20239,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,3221225472,0,0,8,0,0,0,0,0,0,0,0,0,70,0,0,'Healing Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20240,0,0,0,0,262144,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,278,0,0,'Retaliation','','','','','','','','','','','','','','','',0,0,0,0,4,2147483648,0,2,2,1,1,0,0), + (20241,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-600001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32769,0,0,11,0,0,0,0,0,0,0,0,0,1644,0,0,'zzOLDRevelation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20242,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1200001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32769,0,0,11,0,0,0,0,0,0,0,0,0,1644,0,0,'zzOLDRevelation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20243,0,0,0,0,327696,134218240,0,0,0,262144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,671,1508,0,0,'Devastate','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,0,0,0), + (20244,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,306,0,0,'Improved Blessing of Wisdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20245,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,306,0,0,'Improved Blessing of Wisdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20246,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,306,0,0,'zzOLDImproved Holy Blessings','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20247,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,306,0,0,'zzOLDImproved Holy Blessings','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20248,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,306,0,0,'zzOLDImproved Holy Blessings','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20249,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,7,0,0,0,0,0,0,0,0,0,242,0,0,'Improved Flash of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20250,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,7,0,0,0,0,0,0,0,0,0,242,0,0,'Improved Flash of Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20251,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,7,0,0,0,0,0,0,0,0,0,242,0,0,'Improved Flash of Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20252,0,872,0,0,537198608,1024,0,0,0,262144,0,0,0,0,0,0,1,0,30000,0,0,0,0,0,0,0,30,30,0,1,100,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20253,0,0,0,0,29,516,0,0,'Intercept','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,1073741824,0,0,2,1,1,0,0), + (20253,0,0,0,12,327696,512,1077936128,0,0,65536,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,27,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,50,'Intercept Stun','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (20254,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,1487,0,0,'Improved Concentration Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20255,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,1487,0,0,'Improved Concentration Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20256,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,1487,0,0,'Improved Concentration Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20257,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,44,0,0,'Divine Intellect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20258,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,44,0,0,'Divine Intellect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20259,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,44,0,0,'Divine Intellect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20260,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,44,0,0,'Divine Intellect','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20261,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,44,0,0,'Divine Intellect','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20262,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,'Divine Strength','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20263,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,'Divine Strength','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20264,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,'Divine Strength','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20265,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,'Divine Strength','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20266,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,'Divine Strength','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20267,1,0,0,0,537133072,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,299,0,0,'Judgement of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20268,1,0,0,0,537133056,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,38,38,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,206,0,0,'Judgement of Wisdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20269,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,16,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5088,0,0,0,0,0,0,0,275,1,0,0,'Enchanted Gaea Seed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20270,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7799,0,0,0,0,0,5599,18,0,0,'Firebolt','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20271,1,0,0,0,327680,0,1048576,512,0,0,0,0,0,0,5,0,1,10000,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5651,205,0,0,'Judgement','','','','','','','','','','','','','','','',6,0,0,0,10,8388608,0,0,1,1,1,0,0), + (20272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,241,0,0,'Illumination','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20273,1,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20275,0,0,0,0,0,0,93,0,50,'Windsor\'s Inspriation DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20274,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Capturing Termites','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20275,1,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,'Windsor\'s Inspiration Effect DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20276,0,0,0,12,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,39,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,462,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,522,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (20277,0,0,0,12,262144,262280,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,35,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,14,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,307,0,0,'Fist of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20279,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,47,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20280,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,10,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,3,3,0,1,1,0,1,0,0,0,1.9,0,17,24,0,215,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Judgement of Righteousness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,1024,0,1,1,1,0,1,0), + (20281,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,18,18,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,3,5,0,1,1,0,1,0,0,0,2.4,0,23,38,0,351,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Judgement of Righteousness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,1024,0,1,1,1,0,1,0), + (20282,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,32,26,26,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,3,7,0,1,1,0,1,0,0,0,2.8,0,31,56,0,540,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Judgement of Righteousness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,1024,0,1,1,1,0,1,0), + (20283,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,34,34,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,3,9,0,1,1,0,1,0,0,0,3.1,0,37,77,0,784,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Judgement of Righteousness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,1024,0,1,1,1,0,1,0), + (20284,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,48,42,42,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,3,11,0,1,1,0,1,0,0,0,3.8,0,41,101,0,1081,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Judgement of Righteousness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,10,1024,0,1,1,1,0,1,0), + (20285,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,3,13,0,1,1,0,1,0,0,0,4.1,0,47,130,0,1406,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Judgement of Righteousness','','','','','','','','Rank 7','','','','','','','',0,0,0,0,10,1024,0,1,1,1,0,1,0), + (20286,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,64,58,58,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,3,17,0,1,1,0,1,0,0,0,4.1,0,47,161,0,1785,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Judgement of Righteousness','','','','','','','','Rank 8','','','','','','','',0,0,0,0,10,1024,0,1,1,1,0,1,0), + (20287,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,16,10,10,9,0,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,17,0,0,215,0,20279,0,0,0,1,0,1,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20288,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,24,18,18,9,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,23,0,0,351,0,20280,0,0,0,1,0,1,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20289,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,32,26,26,9,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,31,0,0,540,0,20281,0,0,0,1,0,1,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20290,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,40,34,34,9,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,37,0,0,784,0,20282,0,0,0,1,0,1,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20291,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,48,42,42,9,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,41,0,0,1081,0,20283,0,0,0,1,0,1,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20292,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,56,50,50,9,0,170,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,47,0,0,1406,0,20284,0,0,0,1,0,1,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20293,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,64,58,58,9,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,47,0,0,1785,0,20285,0,0,0,1,0,1,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (20294,2,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,7,0,0,0,101,0,0,62,62,86,0,300,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,41,81,0,1,1,0,0,0,0,0,0,0,379,759,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20295,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20296,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,17,1,0,1,1,0,0,0,0,0,0,0,98,20,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20297,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,21,1,0,1,1,0,0,0,0,0,0,0,62,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20298,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20299,3,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,120,0,0,0,0,0,24,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,165,0,0,'Forked Lightning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20300,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,22,22,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,237,0,0,'Judgement of the Crusader','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,536870912,0,1,1,1,1,0,0), + (20301,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,32,32,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,237,0,0,'Judgement of the Crusader','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,536870912,0,1,1,1,1,0,0), + (20302,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,42,42,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,237,0,0,'Judgement of the Crusader','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,536870912,0,1,1,1,1,0,0), + (20303,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,52,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,237,0,0,'Judgement of the Crusader','','','','','','','','Rank 6','','','','','','','',0,0,0,0,10,536870912,0,1,1,1,1,0,0), + (20304,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,54,99,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,144,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,5652,237,0,0,'zzOLDJudgement of the Crusader','','','','','','','','Rank 6','','','','','','','',0,0,0,0,10,536870912,0,1,1,1,1,0,0), + (20305,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,22,22,9,0,65,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,1.7,0,0,93,39,20299,0,0,0,1,1,1,0,0,0,0,0,0,99,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,237,0,0,'Seal of the Crusader','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,512,0,1,1,1,1,1,0), + (20306,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,40,32,32,9,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,2,0,0,144,39,20300,0,0,0,1,1,1,0,0,0,0,0,0,99,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,237,0,0,'Seal of the Crusader','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,512,0,1,1,1,1,1,0), + (20307,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,50,42,42,9,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,2.2,0,0,220,39,20301,0,0,0,1,1,1,0,0,0,0,0,0,99,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,237,0,0,'Seal of the Crusader','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,512,0,1,1,1,1,1,0), + (20308,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,60,52,52,9,0,160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,2.4,0,0,305,39,20302,0,0,0,1,1,1,0,0,0,0,0,0,99,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,237,0,0,'Seal of the Crusader','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,512,0,1,1,1,1,1,0), + (20309,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,62,54,99,8,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,2.4,0,0,189,39,20303,0,0,0,1,1,1,0,0,0,0,0,0,99,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,237,0,0,'zzOLDSeal of the Crusader','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,512,0,1,1,1,1,1,0), + (20310,5,0,0,12,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,50,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,16,0,0,0,0,0,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (20311,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,47,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20312,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,0,0,5599,18,0,0,'Firebolt','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20313,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7801,0,0,0,0,0,5599,18,0,0,'Firebolt','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20314,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7802,0,0,0,0,0,5599,18,0,0,'Firebolt','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20315,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11762,0,0,0,0,0,5599,18,0,0,'Firebolt','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20316,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11763,0,0,0,0,0,5599,18,0,0,'Firebolt','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20317,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7809,0,0,0,0,0,5599,173,0,0,'Torment','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20318,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7804,0,0,0,0,0,5599,541,0,0,'Blood Pact','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20319,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7805,0,0,0,0,0,5599,541,0,0,'Blood Pact','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20320,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11766,0,0,0,0,0,5599,541,0,0,'Blood Pact','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20321,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11767,0,0,0,0,0,5599,541,0,0,'Blood Pact','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20322,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2947,0,0,0,0,0,5599,16,0,0,'Fire Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20323,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8316,0,0,0,0,0,5599,16,0,0,'Fire Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20324,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8317,0,0,0,0,0,5599,16,0,0,'Fire Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20326,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11770,0,0,0,0,0,5599,16,0,0,'Fire Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20327,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11771,0,0,0,0,0,5599,16,0,0,'Fire Shield','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20329,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4511,0,0,0,0,0,5599,211,0,0,'Phase Shift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20330,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,25,0,0,'Improved Seal of Righteousness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20331,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,25,0,0,'Improved Seal of Righteousness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20332,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,25,0,0,'Improved Seal of Righteousness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20333,1,0,0,0,262144,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,299,0,0,'Seal of Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,262144,0,0,0,1,1,0,0), + (20334,1,0,0,0,262144,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,75,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,299,0,0,'Seal of Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,262144,0,0,0,1,1,0,0), + (20335,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,512,536870912,0,3,8,0,0,0,0,0,0,0,0,237,0,0,'Improved Seal of the Crusader','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20336,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,512,536870912,0,3,8,0,0,0,0,0,0,0,0,237,0,0,'Improved Seal of the Crusader','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20337,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,512,536870912,0,3,8,0,0,0,0,0,0,0,0,237,0,0,'Improved Seal of the Crusader','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20338,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,512,536870912,0,3,8,0,0,0,0,0,0,0,0,237,0,0,'zzOLDImproved Seal of the Crusader','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20339,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,11,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,512,536870912,0,3,8,0,0,0,0,0,0,0,0,237,0,0,'zzOLDImproved Seal of the Crusader','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20340,1,0,0,0,262144,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,93,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,299,0,0,'Seal of Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,262144,0,0,0,1,1,0,0), + (20341,1,0,0,0,537133072,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,299,0,0,'Judgement of Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20342,1,0,0,0,537133072,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,299,0,0,'Judgement of Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20343,1,0,0,0,537133072,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,60,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,299,0,0,'Judgement of Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20344,1,0,1,0,329728,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,50,0,0,40,40,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,0,0,0,0,0,0,299,0,0,'Judgement of Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,524288,0,1,1,1,1,0,0), + (20345,1,0,1,0,329728,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,50,0,0,50,50,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,0,0,0,0,0,0,299,0,0,'Judgement of Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,524288,0,1,1,1,1,0,0), + (20346,1,0,1,0,329728,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,50,0,0,60,60,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,0,0,0,0,0,0,299,0,0,'Judgement of Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,524288,0,1,1,1,1,0,0), + (20347,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,40,40,9,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20343,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20333,0,0,0,0,0,5622,299,0,0,'Seal of Light','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20348,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,50,50,9,0,180,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20344,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20334,0,0,0,0,0,5622,299,0,0,'Seal of Light','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20349,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,60,60,9,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20345,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20340,0,0,0,0,0,5622,299,0,0,'Seal of Light','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20350,1,0,0,0,262144,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,48,48,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,70,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,206,0,0,'Seal of Wisdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,262144,0,0,0,1,1,0,0), + (20351,1,0,0,0,262144,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,58,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,206,0,0,'Seal of Wisdom','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,262144,0,0,0,1,1,0,0), + (20352,1,0,0,0,537133056,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,48,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,206,0,0,'Judgement of Wisdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20353,1,0,0,0,537133056,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,58,58,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,206,0,0,'Judgement of Wisdom','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20354,1,0,1,0,329728,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,50,0,0,48,48,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1826,0,0,0,0,0,0,206,0,0,'Judgement of Wisdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,524288,0,1,1,1,1,0,0), + (20355,1,0,1,0,329728,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,50,0,0,58,58,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1826,0,0,0,0,0,0,206,0,0,'Judgement of Wisdom','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,524288,0,1,1,1,1,0,0), + (20356,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,48,48,9,0,170,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20353,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20350,0,0,0,0,0,5622,206,0,0,'Seal of Wisdom','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20357,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,58,58,9,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20354,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20351,0,0,0,0,0,5622,206,0,0,'Seal of Wisdom','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20358,1,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5621,1,0,0,'Windsor Reading Tablets DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20359,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,1,0,0,0,0,0,0,0,0,0,299,0,0,'Lasting Judgement','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20360,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,1,0,0,0,0,0,0,0,0,0,299,0,0,'Lasting Judgement','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20361,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,1,0,0,0,0,0,0,0,0,0,299,0,0,'Lasting Judgement','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20362,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,23999,0,0,0,0,1,1,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,262144,524288,0,8,1,0,0,0,0,0,0,0,0,299,0,0,'zzOLDImproved Seal of Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20363,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,29999,0,0,0,0,1,1,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,262144,524288,0,8,1,0,0,0,0,0,0,0,0,299,0,0,'zzOLDImproved Seal of Light','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (20364,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3886,1,0,0,'Bury Samuel\'s Remains','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20367,0,0,8,0,0,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5639,332,0,0,'Tag: Purple Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20368,0,0,8,0,0,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5640,876,0,0,'Tag: Red Skulls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20369,0,0,8,0,0,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5641,92,0,0,'Tag: Purple Ball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20370,0,0,8,0,0,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5642,33,0,0,'Tag: Red Glow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20371,0,0,8,0,0,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5643,263,0,0,'Tag: Green Glow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20372,0,0,8,0,0,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5644,694,0,0,'Tag: Hearts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20373,0,0,8,0,0,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5645,157,0,0,'Tag: Sleep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20374,0,0,8,0,0,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5646,538,0,0,'Tag: Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20375,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,28,20,20,9,0,65,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20424,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20424,0,0,0,0,0,5622,561,0,0,'Seal of Command','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,33554432,0,1,1,1,0,1,0), + (20376,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Reduced Frost Cost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (20377,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7810,0,0,0,0,0,5599,173,0,0,'Torment','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20378,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7811,0,0,0,0,0,5599,173,0,0,'Torment','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20379,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11774,0,0,0,0,0,5599,173,0,0,'Torment','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20380,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11775,0,0,0,0,0,5599,173,0,0,'Torment','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20381,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7812,0,0,0,0,0,5599,693,0,0,'Sacrifice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20382,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19438,0,0,0,0,0,5599,693,0,0,'Sacrifice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20383,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19440,0,0,0,0,0,5599,693,0,0,'Sacrifice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20384,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19441,0,0,0,0,0,5599,693,0,0,'Sacrifice','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20385,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19442,0,0,0,0,0,5599,693,0,0,'Sacrifice','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20386,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19443,0,0,0,0,0,5599,693,0,0,'Sacrifice','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20387,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17767,0,0,0,0,0,5599,207,0,0,'Consume Shadows','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20388,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17850,0,0,0,0,0,5599,207,0,0,'Consume Shadows','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20389,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17851,0,0,0,0,0,5599,207,0,0,'Consume Shadows','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20390,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17852,0,0,0,0,0,5599,207,0,0,'Consume Shadows','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20391,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17853,0,0,0,0,0,5599,207,0,0,'Consume Shadows','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20392,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17854,0,0,0,0,0,5599,207,0,0,'Consume Shadows','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20393,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17735,0,0,0,0,0,5599,9,0,0,'Suffering','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20394,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17750,0,0,0,0,0,5599,9,0,0,'Suffering','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20395,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17751,0,0,0,0,0,5599,9,0,0,'Suffering','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20396,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17752,0,0,0,0,0,5599,9,0,0,'Suffering','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20397,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6307,0,0,0,0,0,5599,541,0,0,'Blood Pact','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20398,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7815,0,0,0,0,0,5599,596,0,0,'Lash of Pain','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20399,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7816,0,0,0,0,0,5599,596,0,0,'Lash of Pain','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20400,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11778,0,0,0,0,0,5599,596,0,0,'Lash of Pain','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20401,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11779,0,0,0,0,0,5599,596,0,0,'Lash of Pain','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20402,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11780,0,0,0,0,0,5599,596,0,0,'Lash of Pain','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20403,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6360,0,0,0,0,0,5599,694,0,0,'Soothing Kiss','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20404,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7813,0,0,0,0,0,5599,694,0,0,'Soothing Kiss','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20405,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11784,0,0,0,0,0,5599,694,0,0,'Soothing Kiss','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20406,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11785,0,0,0,0,0,5599,694,0,0,'Soothing Kiss','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20407,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6358,0,0,0,0,0,5599,48,0,0,'Seduction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20408,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7870,0,0,0,0,0,5599,48,0,0,'Lesser Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20409,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12756,0,0,0,0,0,0,0,0,0,1,0,0,'Lady Prestor Transforms DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20410,0,0,0,0,0,1024,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,157,0,0,'Tag: Clear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20411,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,26,26,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,126,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,301,0,0,'zzOLDJudgement of Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,1048576,0,1,1,1,1,0,0), + (20412,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,36,36,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,190,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,301,0,0,'zzOLDJudgement of Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,1048576,0,1,1,1,1,0,0), + (20413,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,46,46,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,258,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,301,0,0,'zzOLDJudgement of Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,1048576,0,1,1,1,1,0,0), + (20414,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,56,56,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,336,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,301,0,0,'zzOLDJudgement of Fury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,1048576,0,1,1,1,1,0,0), + (20415,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,26,26,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,4096,0,0,0,1,1,0,0), + (20416,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,36,36,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,4096,0,0,0,1,1,0,0), + (20417,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,46,46,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,4096,0,0,0,1,1,0,0), + (20418,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,56,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,4096,0,0,0,1,1,0,0), + (20419,1,0,1,0,327680,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,26,26,9,0,90,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20410,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20415,0,0,0,0,0,5622,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20420,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20421,1,0,1,0,327680,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,36,36,9,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20411,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20416,0,0,0,0,0,5622,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20422,1,0,1,0,327680,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,46,46,9,0,155,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20412,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20417,0,0,0,0,0,5622,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20423,1,0,1,0,327680,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,56,56,9,0,195,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20413,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20418,0,0,0,0,0,5622,301,0,0,'zzOLDSeal of Fury','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,1,1,0), + (20424,1,0,0,0,262144,0,0,512,128,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,31,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,561,0,0,'Seal of Command','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,0,0), + (20425,1,0,1,0,329728,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,28,20,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20466,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (20426,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19731,0,0,0,0,0,5599,47,0,0,'Devour Magic','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20427,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19734,0,0,0,0,0,5599,47,0,0,'Devour Magic','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20428,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19736,0,0,0,0,0,5599,47,0,0,'Devour Magic','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20429,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19478,0,0,0,0,0,5599,153,0,0,'Tainted Blood','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20430,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19655,0,0,0,0,0,5599,153,0,0,'Tainted Blood','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20431,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19656,0,0,0,0,0,5599,153,0,0,'Tainted Blood','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20432,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19660,0,0,0,0,0,5599,153,0,0,'Tainted Blood','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20433,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19244,0,0,0,0,0,5599,77,0,0,'Spell Lock','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20434,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19647,0,0,0,0,0,5599,77,0,0,'Spell Lock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20435,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19480,0,0,0,0,0,5599,91,0,0,'Paranoia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20436,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5647,1,0,0,'Drunken Pit Crew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20437,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20287,0,0,0,0,0,107,25,0,0,'Seal of Righteousness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20438,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20288,0,0,0,0,0,107,25,0,0,'Seal of Righteousness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20439,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20289,0,0,0,0,0,107,25,0,0,'Seal of Righteousness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20440,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20290,0,0,0,0,0,107,25,0,0,'Seal of Righteousness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20441,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20291,0,0,0,0,0,107,25,0,0,'Seal of Righteousness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20442,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20292,0,0,0,0,0,107,25,0,0,'Seal of Righteousness','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20443,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20293,0,0,0,0,0,107,25,0,0,'Seal of Righteousness','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20444,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20162,0,0,0,0,0,107,237,0,0,'Seal of the Crusader','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20445,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20305,0,0,0,0,0,107,237,0,0,'Seal of the Crusader','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20446,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20306,0,0,0,0,0,107,237,0,0,'Seal of the Crusader','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20447,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20307,0,0,0,0,0,107,237,0,0,'Seal of the Crusader','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20448,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20308,0,0,0,0,0,107,237,0,0,'Seal of the Crusader','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20449,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1499,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20450,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25780,0,0,0,0,0,107,301,0,0,'Righteous Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20451,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20419,0,0,0,0,0,107,301,0,0,'Seal of Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20452,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20421,0,0,0,0,0,107,301,0,0,'Seal of Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20453,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20422,0,0,0,0,0,107,301,0,0,'Seal of Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20454,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20423,0,0,0,0,0,107,301,0,0,'Seal of Fury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20455,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20165,0,0,0,0,0,107,299,0,0,'Seal of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20456,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20347,0,0,0,0,0,107,299,0,0,'Seal of Light','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20457,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20348,0,0,0,0,0,107,299,0,0,'Seal of Light','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20458,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20349,0,0,0,0,0,107,299,0,0,'Seal of Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20459,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20166,0,0,0,0,0,107,206,0,0,'Seal of Wisdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20460,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20356,0,0,0,0,0,107,206,0,0,'Seal of Wisdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20461,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20357,0,0,0,0,0,107,206,0,0,'Seal of Wisdom','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20462,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20164,0,0,0,0,0,107,307,0,0,'Seal of Justice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20463,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,127,0,0,1,0,0,0,0,0,0,0,0,356,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (20464,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,20,20,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,6412,0,0,0,0,0,0,0,0,74,61,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20465,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5648,1,0,0,'Windsor Death DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20466,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,320,0,0,'Lady Prestor Despawns DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20467,1,0,0,0,2097152,0,0,262656,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,20,20,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,9,0,0,1,0,0,0,0,0,5.6,0,0,92,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (20468,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,0,0,0,0,301,0,0,'Improved Righteous Fury','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20469,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,0,0,0,0,301,0,0,'Improved Righteous Fury','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20470,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,0,0,0,0,301,0,0,'Improved Righteous Fury','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20471,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1052672,0,0,8,0,0,0,0,0,0,0,0,0,301,0,0,'zzOLDImproved Seal of Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20472,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1052672,0,0,8,0,0,0,0,0,0,0,0,0,301,0,0,'zzOLDImproved Seal of Fury','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20473,1,892,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,40,40,0,0,225,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,'Holy Shock','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,2097152,0,0,1,1,1,1,0), + (20474,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5300,37,0,0,'Lava Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20475,2,0,0,0,67110912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,31,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20476,0,0,0,0,0,4486,1646,0,0,'Living Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20476,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,1,35,0,1,1,0,0,0,0,0,0,0,3199,332,0,0,0,0,22,1,0,30,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5679,37,0,0,'Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20477,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,47,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20478,0,0,0,0,536870912,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,23,25,26,8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20479,0,0,0,0,0,4486,37,0,0,'Armageddon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20479,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,2,0,1,801,0,1,1,0,0,0,0,0,0,0,0,7599,0,0,0,0,1,18,0,0,16,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5419,37,0,0,'Armageddon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (20480,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,735,1,0,0,'Birth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20481,0,0,0,0,67108880,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,62,62,30,0,0,0,0,0,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1151,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Garr Armor Debuff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20482,0,0,0,0,128,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,108,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,38,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,0,0,0,0,0,0,0,0,1,0,0,'Firesworn Eruption Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (20483,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,1,351,26,0,1,1,0,0,0,0,0,0,0,3324,199,0,0,0,0,18,18,1,16,16,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,889,1137,0,0,'Massive Eruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20484,3,26,0,0,65536,131072,0,16,0,0,1073741824,32768,0,0,0,0,5,0,1800000,15,0,0,0,0,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,17034,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,0,0,0,344,24,0,50,'Rebirth','','','','','','','','Rank 1','','','','','','','',85,133,1500,0,7,285212672,0,1,1,1,1,1,0), + (20485,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20484,0,0,0,0,0,107,24,0,0,'Rebirth','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20487,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,302,0,0,'Improved Hammer of Justice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20488,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-10001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,302,0,0,'Improved Hammer of Justice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20489,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-15001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,302,0,0,'Improved Hammer of Justice','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20490,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,26,0,0,0,0,0,0,0,0,0,307,0,0,'zzOLDImproved Seal of Justice','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20491,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,26,0,0,0,0,0,0,0,0,0,307,0,0,'zzOLDImproved Seal of Justice','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (20492,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,'Resonite Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20493,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,112,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14443,0,0,0,0,0,0,0,0,0,1479,0,0,'Ritual of Doom Trigger Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20494,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177704,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Bomb 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20495,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177704,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Bomb 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20496,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4194304,0,0,8,0,0,0,0,0,0,0,0,0,277,0,50,'Improved Cleave','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (20497,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,10,0,0,0,0,0,0,0,0,0,559,0,50,'Improved Slam','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (20498,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,10,0,0,0,0,0,0,0,0,0,559,0,50,'Improved Slam','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (20499,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,10,0,0,0,0,0,0,0,0,0,559,0,50,'Improved Slam','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (20500,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23690,0,0,0,0,0,0,1465,0,0,'Improved Berserker Rage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (20501,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23691,0,0,0,0,0,0,1465,0,0,'Improved Berserker Rage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (20502,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,536870912,0,0,14,0,0,0,0,0,0,0,0,0,1648,0,0,'Improved Execute','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (20503,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,536870912,0,0,14,0,0,0,0,0,0,0,0,0,1648,0,0,'Improved Execute','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (20504,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,11,0,0,0,0,0,0,0,0,0,516,0,0,'Improved Intercept','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (20505,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-10001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,11,0,0,0,0,0,0,0,0,0,516,0,0,'Improved Intercept','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (20506,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12806,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Magmakin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,0,0,0), + (20507,0,0,0,0,536871312,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,-51,0,0,0,0,1,1,1,0,0,0,0,0,0,0,33,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Magmakin Confuse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20508,0,0,0,0,16,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,37,1,0,0,0,0,36,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,457,0,50,'Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (20509,0,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,94,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,'TEST AVATAR','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'TEST AVATAR FORM','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20511,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,0,0,20,20,31,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7518,148,0,50,'Intimidating Shout','','','','','','','','','','','','','','','',0,0,0,0,4,262144,0,0,0,1,1,1,0), + (20512,3,0,0,0,603979776,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,22,0,0,15,0,0,12,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,761,38,0,0,'Creeping Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20513,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,16,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5088,0,0,0,0,0,0,0,5699,1,0,0,'Enchanted Resonite Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20514,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12819,0,0,0,0,0,0,0,0,4227,1,0,0,'Ruul Snowhoof Shapechange (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20527,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,1,0,0,0,0,1,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,98,2,0,21,375,0,1,1,0,0,0,0,0,0,0,189,1312,0,0,0,1,22,22,0,15,15,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,889,457,0,50,'Eruption','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (20528,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Mor\'rogal Enchant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20529,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,16645,16646,16647,16648,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16642,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Bind Chapter 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20530,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,16649,16650,16651,16652,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16643,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Bind Chapter 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20531,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,16653,16654,16655,16656,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16644,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Bind Chapter 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20532,2,0,0,0,0,1160,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,11,0,0,'Intense Heat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (20533,2,0,0,0,384,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,7,0,0,75,0,0,1,0,0,0,0,0,0,0,0,712,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,11,0,0,'Intense Heat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20534,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5305,1499,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20535,3,2,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,70,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,62,0,0,'Lightning Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20536,3,2,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,62,0,0,'Lightning Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20537,6,88,0,26,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,24,24,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,17,0,50,'Counterspell','','','','','','','','','','','','','','','',0,0,0,0,3,278528,0,1,1,1,1,1,0), + (20538,0,0,0,0,536871056,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20539,0,41,0,0,327700,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,101,0,0,6,6,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,32,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,243,0,50,'Fatal Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (20540,0,0,5,0,402915344,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6147,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Ashenvale Outrunner Sneak','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20541,0,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,407,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,98,0,0,31,0,0,1,0,0,0,0,0,0,0,0,284,0,0,0,0,6,6,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,5361,534,0,0,'Fetch!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20542,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,36,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,99,0,0,0,0,22,22,0,15,15,0,10,10,0,3,14,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,3159,141,0,0,'Static Conduit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (20543,3,2,0,0,589840,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,140,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,62,0,0,'Lightning Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20544,0,0,0,0,144,268468224,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,6,6,1,0,0,1,0,0,0,0,0,0,0,0,3999,0,0,0,0,0,22,22,22,7,7,7,12,12,12,0,38,39,0,0,0,0,0,0,0,0,0,0,0,0,0,11,127,0,0,0,0,0,0,0,1,0,0,'Attract Rager','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20545,3,0,1,0,33882112,1160,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,139944,25,20,0,1,1,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,8,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20546,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Infernal Spawn Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20547,2,0,0,0,67110912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,31,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20476,0,0,0,0,0,4486,1646,0,0,'Fun Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20548,0,0,0,0,536871040,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Root Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20549,0,0,0,12,327696,136,0,0,0,0,0,0,0,0,0,0,3,120000,0,15,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,18,0,0,16,0,0,14,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5719,129,0,50,'War Stomp','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,5,1,2,1,1,1,0), + (20550,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'Endurance','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20551,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,198,0,0,'Nature Resistance','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20552,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,1626,0,0,'Cultivation','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20553,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,49,19,0,0,0,22,22,22,7,7,7,10,10,10,13,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5726,255,0,0,'Golemagg\'s Trust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20554,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,0,0,'Berserking','','','','','','','','Racial','','','','','','','',7,0,0,0,0,0,0,0,2,1,1,1,0), + (20555,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,88,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,'Regeneration','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20556,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20553,0,0,0,0,0,0,255,0,0,'Golemagg\'s Trust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20557,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1653,0,0,'Beast Slaying','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20558,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176,0,0,0,0,0,0,0,0,0,1650,0,0,'Throwing Specialization','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20559,0,40,0,0,327696,134218240,0,1032,0,65536,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,46,46,32,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,70,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1477,0,0,'Mocking Blow','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,134217728,0,2,2,1,1,1,0), + (20560,0,40,0,0,327696,134218240,0,1032,0,65536,0,0,0,0,0,0,1,0,120000,0,0,0,0,101,0,0,56,56,32,1,100,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,92,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1477,0,0,'Mocking Blow','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,134217728,0,2,2,1,1,1,0), + (20561,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,107,1477,0,50,'Mocking Blow','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20562,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,0,0,0,0,0,107,1477,0,50,'Mocking Blow','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20563,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20564,0,0,0,0,0,0,679,0,0,'Elemental Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20564,2,0,0,0,16,136,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,31,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,481,1,0,1,1,0,0,0,0,0,0,0,2159,599,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5720,679,0,0,'Elemental Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,0,0), + (20565,2,19,0,0,0,136,4,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5721,678,0,0,'Magma Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (20566,2,19,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,3000,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,1,51,0,1,1,0,0,0,0,0,0,0,999,399,0,0,0,0,22,22,0,15,15,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,143,816,0,0,'Wrath of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20567,0,0,0,0,536871184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,'Ragnaros Submerge Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20568,2,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,5000,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5723,876,0,0,'Ragnaros Emerge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20569,0,0,0,0,327700,512,4096,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,4194304,0,2,2,1,1,1,0), + (20570,2,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Superheated Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20571,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20569,0,0,0,0,0,107,277,0,0,'Cleave','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20572,0,0,0,0,65552,32,16384,0,0,0,0,0,0,0,0,0,1,120000,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1662,0,0,'Blood Fury','','','','','','','','Racial','','','','','','','',0,133,1500,0,0,0,0,0,2,1,1,1,0), + (20573,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,1652,0,0,'Hardiness','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20574,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,98,98,0,0,0,0,0,0,0,0,0,0,0,0,0,44,172,0,0,0,0,0,0,0,0,1628,0,0,'Axe Specialization','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20575,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,67108864,0,0,8,0,0,0,0,0,0,0,0,0,282,0,0,'Command','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (20576,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,282,0,0,'Command','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (20577,0,0,0,0,16,131072,1,0,0,0,0,0,96,0,0,0,1,120000,0,0,0,0,2,100,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,0,0,'Cannibalize','','','','','','','','Racial','','','','','','','',0,133,1500,0,0,0,0,0,0,1,0,0,0), + (20578,0,0,0,0,0,536870976,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15374,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,20,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5724,146,0,0,'Cannibalize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20579,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,210,0,0,'Shadow Resistance','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20580,0,871,5,0,437583888,16,2621440,0,0,0,0,0,0,0,0,0,1,0,10000,15,48143,0,0,0,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,103,122,0,'Shadowmeld','','','','','','','','Racial','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (20582,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,131,0,0,'Quickness','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20583,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,198,0,0,'Nature Resistance','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20584,0,0,0,0,763363584,268436480,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,49,-1,0,0,0,1,1,1,0,0,0,0,0,0,31,58,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12861,0,0,0,0,0,0,0,252,0,0,'Ghost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20585,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,'Wisp Spirit','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20586,3,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5725,174,0,0,'Windreaper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20587,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-6,-6,9,0,0,0,1,1,1,0,0,0,0,0,0,29,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,101,1313,0,0,'Ragged John\'s Neverending Cup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20589,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,3,60000,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,108,108,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,11,0,0,0,0,0,0,0,1008,517,0,0,'Escape Artist','','','','','','','','Racial','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (20590,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-6,19,0,0,0,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,0,0,1313,0,0,'Ragged John\'s Neverending Cup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20591,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1654,0,0,'Expansive Mind','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20592,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,122,0,0,'Arcane Resistance','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20593,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,0,0,0,0,0,0,0,353,0,0,'Engineering Specialization','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20594,0,0,0,0,262160,98304,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,101,41,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,5787,93,0,0,'Stoneform','','','','','','','','Racial','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (20595,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,274,0,0,'Gun Specialization','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20596,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,133,0,0,'Frost Resistance','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20597,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,98,98,0,0,0,0,0,0,0,0,0,0,0,0,0,43,55,0,0,0,0,0,0,0,0,26,0,0,'Sword Specialization','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20598,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1656,0,0,'The Human Spirit','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20599,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,156,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1657,0,0,'Diplomacy','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20600,0,0,0,0,262160,32,524288,0,0,134217728,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5727,44,0,0,'Perception','','','','','','','','Racial','','','','','','','',0,133,1500,0,0,0,0,0,0,1,0,0,0), + (20602,2,0,0,0,589824,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,147,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20603,5,0,0,0,327680,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,121,0,0,1,0,0,0,0,0,0,0,0,739,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20604,5,99,1,1,1310720,0,4,0,0,0,0,0,0,0,0,0,5,0,0,13,0,0,0,101,0,0,10,10,8,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Dominate Mind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20605,0,85,0,0,262164,136,4,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,3,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (20606,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20607,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20608,3,1161,0,0,8388672,0,0,1048576,0,0,0,0,0,0,0,0,1,0,3600000,0,0,0,0,0,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,17030,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,'Reincarnation','','','','','','','','Passive','','','','','','','',0,0,0,0,11,512,0,0,0,1,0,0,0), + (20609,3,0,0,0,268500992,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,24,24,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,0,0,0,0,0,0,0,0,344,149,0,50,'Ancestral Spirit','','','','','','','','Rank 2','','','','','','','',90,133,1500,0,11,0,0,1,1,1,1,1,0), + (20610,3,0,0,0,268500992,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,36,36,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,344,149,0,50,'Ancestral Spirit','','','','','','','','Rank 3','','','','','','','',90,133,1500,0,11,0,0,1,1,1,1,1,0), + (20611,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20252,0,0,0,0,0,107,516,0,0,'Intercept','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20612,0,0,0,0,384,98304,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,77,41,0,0,0,0,0,0,0,0,0,0,0,0,0,15,3,0,0,0,0,0,0,0,0,93,0,0,'Stoneform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20613,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20608,0,0,0,0,0,107,24,0,0,'Reincarnation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20614,0,0,0,12,327696,512,1077936128,0,0,65536,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,27,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,44,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,50,'Intercept Stun','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (20615,0,0,0,12,327696,512,1077936128,0,0,65536,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,27,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,64,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,50,'Intercept Stun','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (20616,0,872,0,0,537198608,1024,0,0,0,262144,0,0,0,0,0,0,1,0,30000,0,0,0,0,0,0,0,42,42,0,1,100,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20614,0,0,0,0,29,516,0,0,'Intercept','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,1073741824,0,0,2,1,1,0,0), + (20617,0,872,0,0,537198608,1024,0,0,0,262144,0,0,0,0,0,0,1,0,30000,0,0,0,0,0,0,0,52,52,0,1,100,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20615,0,0,0,0,29,516,0,0,'Intercept','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,1073741824,0,0,2,1,1,0,0), + (20618,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5305,1499,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20619,6,43,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,0,0,7,0,0,12,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5579,976,0,0,'Magic Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20620,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,67,1,1,0,1,1,0,0,0,0,0,0,0,29999,249,0,0,0,0,1,1,1,0,0,0,0,0,0,69,15,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,2476,207,0,50,'Aegis of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20621,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20616,0,0,0,0,0,107,516,0,0,'Intercept','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20622,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20617,0,0,0,0,0,107,516,0,0,'Intercept','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20623,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,62,62,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,241,0,0,1,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (20624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test Mod Water Breathing (PT)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20625,0,0,0,0,0,0,4,32,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,1479,0,0,'Ritual of Doom Sacrifice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20626,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7974,2692,1179,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16766,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Undermine Clam Chowder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20627,3,2,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,62,0,0,'Lightning Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20628,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20626,0,0,0,0,0,222,1,0,0,'Recipe: Undermine Clam Chowder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20629,3,18,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,6,25,1,1,1,1,1,0,0,0,0,0,0,67,19,-76,0,0,0,6,6,6,0,0,0,0,0,0,0,3,101,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,4199,68,0,0,'Corrosive Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20630,3,2,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,140,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,62,0,0,'Lightning Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20631,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,227,0,50,'Furbolg Medicine Pouch','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20647,0,0,0,0,262160,512,0,512,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1648,0,50,'Execute','','','','','','','','','','','','','','','',0,0,0,0,4,536870912,0,2,0,1,1,1,0), + (20648,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2318,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2319,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Medium Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20649,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4234,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20650,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4304,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Thick Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20651,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20648,0,0,0,0,0,107,41,0,0,'Medium Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20652,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20649,0,0,0,0,0,107,41,0,0,'Heavy Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20653,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20650,0,0,0,0,0,107,41,0,0,'Thick Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20654,3,99,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,22,22,0,15,15,0,20,20,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20655,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2999,999,0,0,0,0,21,21,0,0,0,0,0,0,0,22,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5759,168,0,0,'Barkskin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (20656,3,0,1,0,0,98304,0,0,0,0,0,0,0,0,0,0,5,0,30000,15,0,0,0,101,0,60,1,1,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,-120,0,0,-121,-1,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20657,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,113,0,0,1,0,0,0,0,0,0,0,0,318,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,636,0,50,'Acid Spit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20658,0,0,0,0,327952,134218240,0,1024,512,327680,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,32,32,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,3,64,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26651,0,0,0,0,250,1648,0,50,'Execute','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,536870912,0,2,2,0.6,1,1,0), + (20660,0,0,0,0,327952,134218240,0,1024,512,327680,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,40,40,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,3,64,0,1,0,0,1,0,0,0,0,0,0,0,0,324,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26651,0,0,0,0,250,1648,0,50,'Execute','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,536870912,0,2,2,0.9,1,1,0), + (20661,0,0,0,0,327952,134218240,0,1024,512,327680,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,48,48,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,3,64,0,1,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26651,0,0,0,0,250,1648,0,50,'Execute','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,536870912,0,2,2,1.2,1,1,0), + (20662,0,0,0,0,327952,134218240,0,197632,512,327680,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,56,56,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,3,64,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26651,0,0,0,0,250,1648,0,50,'Execute','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,536870912,0,2,2,1.5,1,1,0), + (20663,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,20,20,1,0,90,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20664,3,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,29,0,90,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,175,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20665,3,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,280,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,161,1,0,1,1,0,0,0,0,0,0,0,989,149,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20666,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,98,0,1,75,0,1,1,0,0,0,0,3,0,0,29,212,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,150,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (20667,3,0,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,6,1,1,1,1,1,1,0,0,0,0,0,0,29,59,-161,0,0,0,24,24,24,0,0,0,9,9,9,3,0,22,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2619,636,0,0,'Corrosive Acid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20668,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,299,99,0,0,0,6,6,6,0,0,0,0,0,0,6,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,126,1,0,0,0,0,0,0,5760,210,0,0,'Sleepwalk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20669,5,0,1,10,1074855936,262280,0,0,0,0,0,0,0,0,0,0,50,0,0,15,2,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,10,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20671,0,0,0,0,128,268435456,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12898,0,0,0,0,0,0,0,0,0,1499,0,0,'Summon Phantim Illusion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20672,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,0,49,0,0,0,1,1,1,0,0,0,0,0,0,18,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,30,0,0,'Fade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20676,2,0,0,0,384,1024,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,7,0,0,201,0,0,1,0,0,0,0,0,0,0,0,1899,0,0,0,0,0,22,0,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,11,0,0,'Intense Heat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20677,0,0,0,0,262164,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,1,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (20678,2,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,62,62,0,0,250,0,0,0,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,481,0,0,1,0,0,0,0,0,0,0,0,1359,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20679,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,62,62,0,0,150,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,281,0,0,1,0,0,0,0,0,0,0,0,1259,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (20680,4,0,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,4,0,0,15,0,0,0,101,0,0,62,62,1,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,101,0,0,1,0,0,0,0,0,0,0,0,949,0,0,0,0,0,16,0,0,0,0,0,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,23,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,10955,0,0,0,0,0,0,0,0,1929,140,0,0,'Summon Water Elementals','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20682,6,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1499,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (20683,1,0,1,12,327680,262280,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,28,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,9,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,302,0,0,'Highlord\'s Justice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20684,0,0,0,0,262164,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,3,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (20685,0,0,0,12,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,62,62,31,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,151,0,0,1,0,0,0,0,0,0,0,0,1424,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5779,1664,0,0,'Storm Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (20686,0,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,77,1,75,0,1,1,0,0,0,0,0,0,0,29,112,0,0,0,0,22,22,22,15,15,15,13,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (20687,6,0,0,0,65536,268435596,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,62,62,1,0,500,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,81,0,0,1,0,0,0,0,0,0,0,0,759,0,0,0,0,0,18,0,0,16,0,0,20,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5780,1485,0,50,'Starfall','','','','','','','','','','','','','','','',0,0,0,0,7,4,0,1,1,1,1,1,0), + (20688,2,0,0,0,4259858,136,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,62,62,0,2,0,0,0,0,37,40,0,0,0,5026,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,557,105,0,0,'Searing Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (20690,6,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,62,62,29,0,375,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,31,121,0,1,1,0,0,0,0,0,0,0,284,1139,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','','','','','','','','',0,0,0,0,7,2,0,1,1,1,1,1,0), + (20691,0,0,0,0,262164,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,1,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,0.66,1,1,0), + (20692,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,37,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,481,0,0,1,0,0,0,0,0,0,0,0,1359,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20693,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16787,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lost Amulet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20694,1,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,161,0,0,1,0,0,0,0,0,0,0,0,719,0,0,0,0,0,22,0,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,70,0,0,'Holy Nova','','','','','','','','','','','','','','','',0,0,0,0,6,2151677952,0,1,1,1,1,1,0), + (20695,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,0,0,0,100,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,50,'Holy Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20696,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,0,0,0,100,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,50,'Holy Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20697,1,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,200,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20698,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,62,62,0,0,200,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,361,0,0,1,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Wrath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20699,3,99,1,7,1073741824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,35,0,0,1,0,0,0,0,0,0,0,0,332,0,0,0,0,22,22,0,15,15,0,20,20,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,511,0,0,0,0,0,1,1,1,1,1,0), + (20700,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18540,0,0,0,0,0,107,99,0,0,'Ritual of Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20701,3,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,29,0,200,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,62,62,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,5806,0,0,0,0,0,0,0,0,5781,111,0,0,'Summon Treant Allies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20703,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20661,0,0,0,0,0,107,1648,0,0,'Execute','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20704,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20662,0,0,0,0,0,107,1648,0,0,'Execute','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20705,6,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20706,0,0,0,0,0,0,566,0,0,'Power Shield 500','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20706,1,56,1,19,327680,0,524296,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,47,42,42,9,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,3,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,5793,566,0,50,'Power Word: Shield 500','','','','','','','','Rank 7','','','','','','','',0,133,0,0,6,0,0,1,1,1,1,1,0), + (20707,5,0,0,0,0,132096,524296,256,0,2147483648,0,0,0,0,0,0,14,0,0,15,0,0,0,0,0,0,18,18,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,92,0,0,'Soulstone Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (20708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5782,1,0,0,'Emote State Ready','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20709,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,104,1,0,0,'Arcanite Skeleton Key','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20710,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,207,0,0,'Inner Courage 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20711,0,0,0,0,464,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1654,0,0,'Spirit of Redemption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20712,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,135,0,0,1,0,0,0,0,0,0,0,0,832,0,0,0,0,0,24,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4062,1197,0,0,'Flame Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (20713,0,0,0,0,0,524288,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,30,30,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,41,10,1,1,43,1,1,1,0,0,0,3.4,0,24,48,0,317,0,0,0,22,18,22,33,0,33,10,16,10,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,12904,0,0,0,0,0,0,0,5783,1654,0,0,'ZZOLDSpirit of Redemption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20714,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,57,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20715,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5784,1,0,0,'Emote - SpellCastOmni','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20716,6,0,0,0,786448,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,6,23,1,1,1,1,1,0,0,0,0,0,0,63,-101,-51,0,0,0,24,24,24,0,0,0,9,9,9,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5979,1197,0,0,'Sand Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20717,6,0,0,0,786448,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,6,45,1,1,1,1,1,0,0,0,0,0,0,127,-101,-51,0,0,0,24,24,24,0,0,0,9,9,9,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5979,1197,0,0,'Sand Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20718,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5785,1,0,0,'Emote - SpellCastDirected','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20719,0,0,0,0,262224,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1658,0,0,'Feline Grace','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20720,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,49,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20721,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5786,1654,0,0,'ZZOLDSpirit of Redemption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20722,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20719,0,0,0,0,0,107,1658,0,0,'Feline Grace','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20723,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5788,1654,0,0,'ZZOLDSpirit of Redemption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20724,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20230,0,0,0,0,0,107,278,0,50,'Retaliation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20725,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20726,0,0,0,0,0,0,1659,0,0,'Greater Dragon Slayer 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20726,0,0,0,0,0,0,128,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1659,0,0,'Greater Dragon Slayer 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20729,1,25,1,0,327680,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,9,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,57,0,0,0,0,0,0,0,0,153,0,0,0,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,299,504,0,0,'Blessing of Sacrifice','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (20730,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20729,0,0,0,0,0,107,504,0,0,'Blessing of Sacrifice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20731,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20732,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20733,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5795,127,0,0,'Black Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20734,0,0,0,0,256,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,22,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6412,0,0,0,0,0,0,0,0,0,127,0,0,'Black Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20735,6,0,0,0,65538,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,11.25,0,0,224,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (20736,6,911,0,0,65538,131072,131072,0,0,0,0,0,0,0,0,0,18,0,8000,0,0,0,0,101,0,19,12,12,0,0,20,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,63,0,0,1,0,0,1,0,0,0,0,0,1.5,0,0,109,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,1499,0,0,'Distracting Shot','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (20737,0,0,0,0,256,0,0,0,0,0,0,0,0,1063,0,0,3,0,0,0,0,0,0,101,0,0,0,0,41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178205,6721,0,0,0,0,0,0,0,3581,1,0,0,'Summon Karang\'s Banner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20738,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20736,0,0,0,0,0,107,1499,0,0,'Distracting Shot','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20739,3,26,0,0,65536,131072,0,16,0,0,1073741824,32768,0,0,0,0,5,0,1800000,15,0,0,0,0,0,0,30,30,0,0,0,0,0,0,4,0,0,0,0,17035,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,344,24,0,50,'Rebirth','','','','','','','','Rank 2','','','','','','','',85,133,1500,0,7,285212672,0,1,1,1,1,1,0), + (20740,5,99,1,1,1310720,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,8,0,30,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Dominate Mind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20741,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20742,3,26,0,0,65536,131072,0,16,0,0,1073741824,32768,0,0,0,0,5,0,1800000,15,0,0,0,0,0,0,40,40,0,0,0,0,0,0,4,0,0,0,0,17036,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,344,24,0,50,'Rebirth','','','','','','','','Rank 3','','','','','','','',85,133,1500,0,7,285212672,0,1,1,1,1,1,0), + (20743,5,0,1,0,65536,16524,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,28,0,75,5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,9.6,0,0,95,0,0,0,0,0,22,0,0,15,0,0,9,0,0,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20744,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20739,0,0,0,0,0,107,24,0,0,'Rebirth','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20745,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20742,0,0,0,0,0,107,24,0,0,'Rebirth','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20746,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178207,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Karang\'s Banner Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20747,3,26,0,0,65536,131072,0,16,0,0,1073741824,32768,0,0,0,0,5,0,1800000,15,0,0,0,0,0,0,50,50,0,0,0,0,0,0,4,0,0,0,0,17037,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,344,24,0,50,'Rebirth','','','','','','','','Rank 4','','','','','','','',85,133,1500,0,7,285212672,0,1,1,1,1,1,0), + (20748,3,26,0,0,65536,131072,0,16,0,0,1073741824,32768,0,0,0,0,5,0,1800000,15,0,0,0,0,0,0,60,60,0,0,0,0,0,0,4,0,0,0,0,17038,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2199,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,344,24,0,50,'Rebirth','','','','','','','','Rank 5','','','','','','','',85,133,1500,0,7,285212672,0,1,1,1,1,1,0), + (20749,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20747,0,0,0,0,0,107,24,0,0,'Rebirth','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20750,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20748,0,0,0,0,0,107,24,0,0,'Rebirth','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20751,0,0,0,0,20,0,0,0,0,8192,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,3,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (20752,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,30,30,0,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16892,0,0,0,0,0,0,0,0,0,0,0,138,92,0,0,'Create Soulstone (Lesser)','','','','','','','','','','','','','','','',85,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (20753,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-4.5,0,0,-5,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,960,0,50,'Demoralizing Roar','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20754,2,0,0,0,65536,268435596,0,0,32,0,0,64,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,105,0,15,15,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,5.8,0,0,5,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20755,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,40,40,0,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16893,0,0,0,0,0,0,0,0,0,0,0,138,92,0,0,'Create Soulstone','','','','','','','','','','','','','','','',85,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (20756,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16895,0,0,0,0,0,0,0,0,0,0,0,138,92,0,0,'Create Soulstone (Greater)','','','','','','','','','','','','','','','',85,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (20757,5,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16896,0,0,0,0,0,0,0,0,0,0,0,138,92,0,0,'Create Soulstone (Major)','','','','','','','','','','','','','','','',85,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (20758,0,0,0,0,8388608,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,99,1,0,0,'Use Soulstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20759,0,0,0,0,8388608,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,0,0,99,1,0,0,'Use Soulstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20760,0,0,0,0,8388608,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,0,0,0,0,0,0,99,1,0,0,'Use Soulstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20761,0,0,0,0,8388608,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2800,0,0,0,0,0,0,0,0,99,1,0,0,'Use Soulstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20762,5,0,0,0,0,132096,524296,256,0,2147483648,0,0,0,0,0,0,14,0,0,15,0,0,0,0,0,0,30,30,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,92,0,0,'Soulstone Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (20763,5,0,0,0,0,132096,524296,256,0,2147483648,0,0,0,0,0,0,14,0,0,15,0,0,0,0,0,0,40,40,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,92,0,0,'Soulstone Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (20764,5,0,0,0,0,132096,524296,256,0,2147483648,0,0,0,0,0,0,14,0,0,15,0,0,0,0,0,0,50,50,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,92,0,0,'Soulstone Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (20765,5,0,0,0,0,132096,524296,256,0,2147483648,0,0,0,0,0,0,14,0,0,15,0,0,0,0,0,0,60,60,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99,92,0,0,'Soulstone Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (20766,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20752,0,0,0,0,0,107,92,0,0,'Create Soulstone (Lesser)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20767,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20755,0,0,0,0,0,107,92,0,0,'Create Soulstone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20768,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20756,0,0,0,0,0,107,92,0,0,'Create Soulstone (Greater)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20769,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20757,0,0,0,0,0,107,92,0,0,'Create Soulstone (Major)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20770,1,0,0,0,268500992,131072,0,0,0,0,134217728,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,58,58,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,41,121,0,50,'Resurrection','','','','','','','','Rank 5','','','','','','','',75,133,1500,0,6,1073741824,0,1,1,1,1,1,0), + (20771,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20770,0,0,0,0,0,107,121,0,0,'Resurrection','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20772,1,0,0,0,268435456,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,48,48,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,41,121,0,50,'Redemption','','','','','','','','Rank 4','','','','','','','',80,133,1500,0,0,0,0,1,1,1,1,1,0), + (20773,1,0,0,0,268435456,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,60,60,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,41,121,0,50,'Redemption','','','','','','','','Rank 5','','','','','','','',80,133,1500,0,0,0,0,1,1,1,1,1,0), + (20774,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20772,0,0,0,0,0,107,121,0,0,'Redemption','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20775,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20773,0,0,0,0,0,107,121,0,0,'Redemption','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20776,3,0,0,0,268500992,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,48,48,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,344,149,0,50,'Ancestral Spirit','','','','','','','','Rank 4','','','','','','','',90,133,1500,0,11,0,0,1,1,1,1,1,0), + (20777,3,0,0,0,268500992,131072,0,0,0,0,0,32768,0,0,0,0,7,0,0,15,0,0,0,101,0,0,60,60,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,800,0,0,0,0,0,0,0,0,344,149,0,50,'Ancestral Spirit','','','','','','','','Rank 5','','','','','','','',90,133,1500,0,11,0,0,1,1,1,1,1,0), + (20778,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20609,0,0,0,0,0,107,149,0,0,'Ancestral Spirit','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20779,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20610,0,0,0,0,0,107,149,0,0,'Ancestral Spirit','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20780,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20776,0,0,0,0,0,107,149,0,0,'Ancestral Spirit','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (20781,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20777,0,0,0,0,0,107,149,0,0,'Ancestral Spirit','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20782,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,157,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (20783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5796,1,0,0,'Destroy Karang\'s Banner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20784,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,69972,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19615,0,0,0,0,0,0,1510,0,0,'Tamed Pet Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,9,2147483648,0,0,0,1,1,1,0), + (20785,0,0,0,0,262528,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,30,0,0,0,0,0,1,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,332,0,0,'Charm Tolerance (DND)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (20786,0,0,0,0,268435456,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4102,14,0,101,0,0,0,0,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20783,0,0,0,0,0,5796,1,0,0,'Destroy Karang\'s Banner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20787,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,20,71,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20788,6,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,24,24,37,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,17,0,50,'Counterspell','','','','','','','','','','','','','','','',0,0,0,0,3,278528,0,1,1,1,1,1,0), + (20789,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,8,0,1,1,0,1,1,0,0,0,0,0,0,0,0,499,0,0,0,0,22,22,0,15,15,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,86,122,0,0,'Detonate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20790,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,45,0,0,1,0,0,0,0,0,0,0,0,277,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20791,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20792,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,19,1,0,1,1,0,0,0,0,0,0,0,55,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20793,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20794,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,15,1,0,1,1,0,0,0,0,0,0,0,86,17,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20795,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (20797,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20798,5,0,1,0,33619968,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,8,0,0,0,101,0,0,1,1,30,0,50,7,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,10,0.2,0,39,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,84,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,130,89,0,0,'Demon Skin','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20799,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1122,0,0,0,0,0,222,1,0,0,'Inferno','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20800,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,15,55,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20801,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,20,0,0,0,4,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,18,0,0,'Firebolt','','','','','','','','','','','','','','','',0,0,0,0,5,4096,0,1,1,1,1,1,0), + (20802,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Triage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20805,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20806,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,21,1,0,1,1,0,0,0,0,0,0,0,58,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20807,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20808,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20809,5,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20810,0,0,0,0,0,0,147,0,0,'Vampiric Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,0,0,0), + (20810,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,11,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3542,147,0,0,'Vampiric Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,0,0,0), + (20811,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,27,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20812,5,22,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,1,1,1,8,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-51,-101,-51,11,0,0,6,6,6,0,0,0,0,0,0,33,138,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,96,0,0,'Cripple','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20813,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,15,1,0,1,1,0,0,0,0,0,0,0,92,19,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20814,0,0,0,0,384,0,0,0,0,0,0,0,0,1083,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16973,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Collect Dire Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20815,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20816,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20817,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,105,0,0,1,0,0,0,0,0,0,0,0,647,0,0,0,0,0,22,0,0,15,0,0,20,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20818,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178227,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Foulweald Totem Basket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20819,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,21,1,0,1,1,0,0,0,0,0,0,0,62,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20820,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,0,0,75,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,50,'Holy Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20821,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,636,0,50,'Acid Spit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20822,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,23,1,0,1,1,0,0,0,0,0,0,0,67,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20823,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20824,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20825,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20826,2,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,19,66,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20827,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,17,1,0,1,1,0,0,0,0,0,0,0,106,21,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20828,4,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,27,0,1,1,0,0,0,0,0,0,0,-51,91,0,0,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','','','','','','','','',0,0,0,0,3,1573376,0,1,1,1,1,1,0), + (20829,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20830,5,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (20831,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,0.7,1,1,0), + (20832,2,19,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,151,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (20847,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,1,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18946,0,0,0,0,0,0,1,0,0,'The Lion Horn of Stormwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20848,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,17010,17011,12810,14341,0,0,0,12,4,4,6,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16980,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Flarecore Mantle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20849,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,17010,7078,12810,14341,0,0,0,8,6,4,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16979,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Flarecore Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20850,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20848,0,0,0,0,0,222,1,0,0,'Pattern: Flarecore Mantle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20851,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20849,0,0,0,0,0,222,1,0,0,'Pattern: Flarecore Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20852,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20853,0,0,0,0,0,222,1,0,0,'Pattern: Corehound Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20853,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17012,17010,17011,14341,0,0,0,0,20,6,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16982,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Corehound Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20854,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17012,17010,17011,14341,0,0,0,0,15,3,6,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Molten Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20855,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12810,15416,17010,17011,14341,0,0,0,6,30,4,3,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16984,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Black Dragonscale Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20856,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20854,0,0,0,0,0,222,1,0,0,'Pattern: Molten Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20857,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20855,0,0,0,0,0,222,1,0,0,'Pattern: Black Dragonscale Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20858,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,0,90,0,0,'Demon Slaying 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20859,0,0,0,0,262528,131072,67108864,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'Rockbiter Weapon Taunt','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (20860,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'Rockbiter Weapon Proc','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (20861,0,0,0,0,384,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,26,23,0,0,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20862,0,0,0,0,0,1,0,0,'Muglash Waiting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20862,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Muglash Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20863,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Muglash\'s Brazier Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20864,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,98,98,0,0,0,0,0,0,0,0,0,0,0,0,0,54,160,0,0,0,0,0,0,0,0,1663,0,0,'Mace Specialization','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (20865,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,14,8,8,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'Rockbiter Weapon Proc','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (20866,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,16,16,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'Rockbiter Weapon Proc','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (20867,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,32,24,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'Rockbiter Weapon Proc','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (20868,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,34,34,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'Rockbiter Weapon Proc','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (20869,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frost Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (20870,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,44,44,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'Rockbiter Weapon Proc','','','','','','','','Rank 6','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (20871,0,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,62,54,54,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,688,0,0,'Rockbiter Weapon Proc','','','','','','','','Rank 7','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (20872,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,17010,17011,0,0,0,0,0,6,3,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16989,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Fiery Chain Girdle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20873,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,17010,17011,0,0,0,0,0,16,4,5,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16988,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Fiery Chain Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20874,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,17010,17011,0,0,0,0,0,4,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17014,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20875,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,1,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,11009,0,0,0,0,101,1513,0,0,'Rumsey Rum','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20876,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,17010,17011,0,0,0,0,0,16,4,6,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17013,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20877,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,1,0,0,'Beast Slaying 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20878,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20872,0,0,0,0,0,222,1,0,0,'Plans: Fiery Chain Girdle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20879,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20873,0,0,0,0,0,222,1,0,0,'Plans: Fiery Chain Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20880,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20874,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20881,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20876,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20882,5,0,0,1,65536,0,4,0,0,0,0,0,4,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,1,0,0,61,-44,-31,0,0,0,6,6,6,0,0,0,0,0,0,6,138,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6634,1500,0,0,'Enslave Demon','','','','','','','','','','','','','','','',0,0,0,0,5,2048,0,0,0,1,1,1,0), + (20883,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,50,50,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,1,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,268,12,0,50,'Arcane Blast','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (20884,0,32,0,0,262592,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,1,0,0,0,0,21,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,23454,0,0,0,0,0,0,1460,0,50,'Stun 1% for 1 sec','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20885,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20886,6,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Thorns Dmg +3','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20887,6,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Thorns Dmg +2','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20888,6,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Thorns Dmg +1','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20889,6,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Thorns Dmg +4','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20890,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,17010,11382,12810,0,0,0,0,16,12,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17015,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Reaver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20891,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20893,0,0,0,0,0,0,1659,0,0,'Greater Beast Slayer 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20892,3,0,0,0,0,0,4194304,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,'zzOLDSpirit Bond Effect','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20893,0,0,0,0,0,0,128,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1659,0,0,'Greater Beast Slayer 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20894,3,0,0,0,0,0,4194304,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,'zzOLDSpirit Bond Effect','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20895,3,0,0,0,328144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,'Spirit Bond','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20896,3,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,60,60,9,0,325,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20894,0,0,0,0,0,298,960,0,0,'zzOLDSpirit Bond','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (20897,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,11371,17011,11382,12810,0,0,0,0,18,12,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17016,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Destroyer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20898,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20890,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Reaver','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20899,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20897,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Destroyer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (20900,0,2,0,0,4259858,0,131072,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,28,28,0,0,115,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,1629,0,0,'Aimed Shot','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,131072,0,3,2,1,1,1,0), + (20901,0,2,0,0,4259858,0,131072,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,36,36,0,0,160,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,1629,0,0,'Aimed Shot','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,131072,0,3,2,1,1,1,0), + (20902,0,2,0,0,4259858,0,131072,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,44,44,0,0,210,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,329,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,1629,0,0,'Aimed Shot','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,9,131072,0,3,2,1,1,1,0), + (20903,0,2,0,0,4259858,0,131072,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,52,52,0,0,260,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,459,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,1629,0,0,'Aimed Shot','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,9,131072,0,3,2,1,1,1,0), + (20904,0,2,0,0,4259858,0,131072,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,60,60,0,0,310,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,1629,0,0,'Aimed Shot','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,9,131072,0,3,2,1,1,1,0), + (20905,6,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,50,50,30,0,425,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,35,0,1,1,0,1,1,0,0,0,0,0,0,0,74,74,0,0,0,0,1,1,0,0,0,0,11,11,0,124,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5839,128,0,0,'Trueshot Aura','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,0,1,1,1,0,0), + (20906,6,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,30,0,525,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,35,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,1,1,0,0,0,0,11,11,0,124,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5839,128,0,0,'Trueshot Aura','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,0,1,1,1,0,0), + (20907,0,0,0,15,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,99,86,0,80,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'zzOLDLacerate','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,1,0), + (20908,0,0,0,15,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,99,86,0,95,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'zzOLDLacerate','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,1,0), + (20909,0,1135,0,0,2424848,512,0,0,512,0,0,0,0,0,7,0,1,0,5000,0,0,0,0,101,0,0,42,42,28,0,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,7,0,6,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5287,278,0,0,'Counterattack','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,0,0), + (20910,0,1135,0,0,2424848,512,0,0,512,0,0,0,0,0,7,0,1,0,5000,0,0,0,0,101,0,0,54,54,28,0,85,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,7,0,6,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5287,278,0,0,'Counterattack','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,0,0), + (20911,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,30,30,5,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-11,13,0,0,0,0,21,21,0,0,0,0,0,0,0,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7323,19,0,0,'Blessing of Sanctuary','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (20912,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,40,40,5,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-15,20,0,0,0,0,21,21,0,0,0,0,0,0,0,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7323,19,0,0,'Blessing of Sanctuary','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (20913,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,50,50,5,0,110,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-20,27,0,0,0,0,21,21,0,0,0,0,0,0,0,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7323,19,0,0,'Blessing of Sanctuary','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (20914,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,60,60,5,0,135,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-25,34,0,0,0,0,21,21,0,0,0,0,0,0,0,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7323,19,0,0,'Blessing of Sanctuary','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (20915,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,38,30,30,9,0,110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20961,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20424,0,0,0,0,0,5622,561,0,0,'Seal of Command','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,33554432,0,1,1,1,0,1,0), + (20916,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8365,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8364,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Mithril Headed Trout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20917,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20895,0,0,0,0,0,107,960,0,0,'Spirit Bond','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20918,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,48,40,40,9,0,140,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20960,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20424,0,0,0,0,0,5622,561,0,0,'Seal of Command','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,33554432,0,1,1,1,0,1,0), + (20919,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,58,50,50,9,0,180,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20966,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20424,0,0,0,0,0,5622,561,0,0,'Seal of Command','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,33554432,0,1,1,1,0,1,0), + (20920,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,68,60,60,9,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,20967,0,0,0,1,0,1,0,0,0,0,0,0,42,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20424,0,0,0,0,0,5622,561,0,0,'Seal of Command','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,33554432,0,1,1,1,0,1,0), + (20921,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20916,0,0,0,0,0,222,1,0,0,'Recipe: Mithril Head Trout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20922,1,932,0,0,65536,268435592,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,40,40,31,0,320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,18,0,0,16,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5600,51,0,50,'Consecration','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,32,0,1,1,1,1,1,0), + (20923,1,932,0,0,65536,268435592,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,50,50,31,0,435,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,18,0,0,16,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5600,51,0,50,'Consecration','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,32,0,1,1,1,1,1,0), + (20924,1,932,0,0,65536,268435592,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,60,60,31,0,565,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,18,0,0,16,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5600,51,0,50,'Consecration','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,32,0,1,1,1,1,1,0), + (20925,1,931,1,0,327680,0,0,2,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,680,100,4,0,40,40,1,0,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,64,0,0,0,0,1,1,0,0,0,0,0,0,0,51,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5620,453,0,0,'Holy Shield','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,0,0,1,1,1,1,1,0), + (20926,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20896,0,0,0,0,0,107,960,0,0,'Spirit Bond','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20927,1,931,1,0,327680,0,0,2,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,680,100,4,0,50,50,1,0,195,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,94,0,0,0,0,1,1,0,0,0,0,0,0,0,51,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5620,453,0,0,'Holy Shield','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,0,0,1,1,1,1,1,0), + (20928,1,931,1,0,327680,0,0,2,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,680,100,4,0,60,60,1,0,240,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,129,0,0,0,0,1,1,0,0,0,0,0,0,0,51,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5620,453,0,0,'Holy Shield','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,0,0,1,1,1,1,1,0), + (20929,1,892,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,48,48,0,0,275,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,'Holy Shock','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,2097152,0,0,1,1,1,1,0), + (20930,1,892,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,56,56,0,0,325,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,'Holy Shock','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,2097152,0,0,1,1,1,1,0), + (20931,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20900,0,0,0,0,0,107,1629,0,0,'Aimed Shot','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20932,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20901,0,0,0,0,0,107,1629,0,0,'Aimed Shot','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20933,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20902,0,0,0,0,0,107,1629,0,0,'Aimed Shot','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20934,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20903,0,0,0,0,0,107,1629,0,0,'Aimed Shot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20935,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20904,0,0,0,0,0,107,1629,0,0,'Aimed Shot','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20936,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,14,0,0,0,0,0,0,0,0,0,241,0,0,'Spirit of Greater Healing','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (20937,1,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,121,0,0,'Hyper Resurrection 4 sec','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (20938,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20906,0,0,0,0,0,107,128,0,0,'Trueshot Aura','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20939,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Undying Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20940,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24132,0,0,0,0,0,107,1721,0,0,'Wyvern Sting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20941,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24133,0,0,0,0,0,107,1721,0,0,'Wyvern Sting','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20942,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20909,0,0,0,0,0,107,278,0,0,'Counterattack','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20943,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20910,0,0,0,0,0,107,278,0,0,'Counterattack','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20944,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20915,0,0,0,0,0,107,561,0,0,'Seal of Command','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20945,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20918,0,0,0,0,0,107,561,0,0,'Seal of Command','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20946,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20919,0,0,0,0,0,107,561,0,0,'Seal of Command','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20947,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20920,0,0,0,0,0,107,561,0,0,'Seal of Command','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20948,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20911,0,0,0,0,0,107,19,0,0,'Blessing of Sanctuary','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20949,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20912,0,0,0,0,0,107,19,0,0,'Blessing of Sanctuary','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20950,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20913,0,0,0,0,0,107,19,0,0,'Blessing of Sanctuary','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20951,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20914,0,0,0,0,0,107,19,0,0,'Blessing of Sanctuary','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20952,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20922,0,0,0,0,0,107,51,0,0,'Consecration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20953,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20923,0,0,0,0,0,107,51,0,0,'Consecration','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20954,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20924,0,0,0,0,0,107,51,0,0,'Consecration','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20955,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20925,0,0,0,0,0,107,453,0,0,'Holy Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20956,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20927,0,0,0,0,0,107,453,0,0,'Holy Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20957,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,0,0,0,0,0,107,453,0,0,'Holy Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20958,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20929,0,0,0,0,0,107,156,0,0,'Holy Shock','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20959,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20960,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20930,0,0,0,0,0,107,156,0,0,'Holy Shock','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20961,1,0,1,0,329728,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,48,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20963,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (20962,1,0,1,0,329728,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,38,30,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20962,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (20963,1,0,0,0,2097152,0,0,262656,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,38,30,30,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,15,0,0,1,0,0,0,0,0,6.1,0,0,145,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (20964,1,0,0,0,2097152,0,0,262656,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,48,40,40,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,21,0,0,1,0,0,0,0,0,5.6,0,0,203,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (20965,1,0,0,0,2097152,0,0,262656,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,58,50,50,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,27,0,0,1,0,0,0,0,0,6.1,0,0,260,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (20966,1,0,0,0,2097152,0,0,262656,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,68,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,35,0,0,1,0,0,0,0,0,6.1,0,0,338,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (20967,1,0,1,0,329728,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,58,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20964,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (20968,1,0,1,0,329728,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,68,60,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20965,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,0,0,'Judgement of Command','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (20969,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (20987,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Giantstalker A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (20988,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,5,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Nature\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (20989,5,0,1,10,1074855936,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (21007,5,0,2,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,-0.75,0,0,-2,0,0,0,0,0,22,0,0,15,0,0,10,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,543,0,0,'Curse of Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21008,0,40,0,0,851984,134218240,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,30,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1477,0,0,'Mocking Blow','','','','','','','','','','','','','','','',0,133,0,0,4,134217728,0,2,2,1,1,1,0), + (21009,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,103,0,0,'Shadowmeld Passive','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21010,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam Undead 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21011,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam Demons 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21012,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Offhand Damage 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21013,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21014,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'ZZOLDIncreased Critical Spell Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21027,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5879,62,0,50,'Spark','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21029,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,0,0,0,0,0,0,1,0,0,0,0,7866,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7867,0,0,0,0,0,0,0,0,0,0,0,788,113,0,0,'Thaumaturgy Channel','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (21030,4,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,115,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,21,0,1,1,0,0,0,0,0,0,0,-51,95,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21047,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,5,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,23,1,0,1,1,0,0,0,0,0,0,0,63,-11,0,0,0,0,6,6,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,854,636,0,50,'Corrosive Acid Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21048,5,0,2,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,22,0,0,15,0,0,9,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,185,543,0,0,'Curse of the Tribes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (21049,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,21,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6682,38,0,0,'Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21050,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,4,0,0,14,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6179,1,0,0,'Melodious Rapture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21051,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5443,1,0,0,'Melodious Rapture Visual (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21052,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5460,1,0,0,'Monty Bashes Rats (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21053,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21054,0,0,0,0,0,0,9,0,0,'Capture Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21054,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5899,9,0,0,'Capture Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21055,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-12,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,559,0,0,'Crush Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (21056,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,6,0,0,0,0,0,0,0,0,64,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,561,207,0,0,'Mark of Kazzak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (21057,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,18,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11783,0,0,0,0,0,0,0,0,3999,976,0,0,'Summon Theradrim Shardling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21058,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3999,0,0,0,0,0,22,0,0,30,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,207,0,0,'Mark of Kazzak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (21059,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,636,0,50,'Acid Spit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (21060,3,0,0,0,1073807376,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,1,1,1,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,0,0,6,6,0,0,0,0,0,0,0,33,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3440,48,0,0,'Blind','','','','','','','','','','','','','','','',0,0,0,0,8,2164260864,0,2,2,1,1,1,0), + (21061,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,5,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21062,0,0,0,0,0,0,313,0,0,'Putrid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21062,3,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,139,203,0,0,'Putrid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (21063,6,0,1,0,0,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,664232,100,0,0,0,0,22,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5922,1479,0,0,'Twisted Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (21064,5,0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24999,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5921,1479,0,0,'Twisted Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21066,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1001,1,0,1,1,0,0,0,0,0,0,0,3499,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,113,0,0,'Void Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21067,3,18,4,0,524288,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,25,1,0,1,1,0,0,0,0,0,0,0,37,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Poison Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21068,5,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,106,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (21069,3,0,4,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,15,3,0,1,1,0,0,0,0,0,0,0,67,8,0,0,0,0,22,22,0,15,15,0,13,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1725,1759,0,0,'Larva Goo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21070,3,0,0,0,16,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,18,0,0,28,0,0,8,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1903,263,0,0,'Noxious Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21071,0,0,0,0,589840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,24,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5924,251,0,0,'Boulder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (21072,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,110,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (21073,6,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,6,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,1,1,1,1,0), + (21074,1,0,0,0,8388608,0,1,0,0,0,0,32768,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,113,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,121,0,50,'Test NPC Resurrection','','','','','','','','Rank 1','','','','','','','',0,133,0,0,6,32,0,0,0,1,1,1,0), + (21075,6,43,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,7,0,0,12,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2476,207,0,0,'Damage Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21076,6,43,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,5304,74,0,0,'Dispel Magic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21077,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,3,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,5,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21078,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13082,0,0,0,0,0,0,0,0,213,1,0,0,'Conjure Milton (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21079,5,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,1,1,1,0,0,0,0,0,0,56,138,52,0,0,0,0,0,0,0,0,0,0,0,0,13083,0,0,0,0,0,0,0,0,0,90,0,0,'Echo of Archimonde','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21080,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21062,0,0,0,0,0,0,313,0,0,'Putrid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21081,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-12,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (21082,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,6,6,9,0,25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0.7,0,0,30,39,21182,0,0,0,1,1,1,0,0,0,0,0,0,99,9,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,237,0,0,'Seal of the Crusader','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,512,0,1,1,1,1,1,0), + (21083,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21082,0,0,0,0,0,107,237,0,0,'Seal of the Crusader','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21084,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,7,1,1,9,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,18,0,0,107,0,20186,0,0,0,1,0,1,0,0,0,0,0,0,4,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'Seal of Righteousness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,134217728,0,1,1,1,0,1,0), + (21085,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21084,0,0,0,0,0,107,25,0,0,'Seal of Righteousness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21086,0,0,0,0,256,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,30,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,5,0,0,0,0,22,22,0,7,7,0,12,12,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,343,169,0,0,'Encouragement','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (21087,0,0,0,0,256,268468360,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,30,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,22,22,0,7,7,0,12,12,0,77,38,0,0,0,0,0,0,0,0,0,0,0,0,0,17,5,0,0,0,0,0,0,0,0,76,0,0,'Immunity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (21088,6,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,8,0,0,0,0,0,0,0,0,0,1485,0,0,'Improved Arcane Intellect','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (21089,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,21091,0,0,0,0,0,57,1,0,0,'Retributive Smite','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (21090,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,67,6,1,0,1,1,0,1,0,0,0,0,0,0,49,0,24,0,0,0,38,38,38,0,0,0,0,0,0,138,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,'Champion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21091,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,128,0,0,14,0,0,0,0,0,0,0,0,2736,237,0,0,'Retributive Smite','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (21092,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Holy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21093,6,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,1485,0,0,'Improved Fortitude','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (21094,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,'Separation Anxiety','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21095,2,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,1,0,0,0,0,0,0,0,79,77,0,0,0,0,0,0,0,0,0,0,0,0,0,127,17,0,0,0,0,0,0,0,47,876,0,0,'Separation Anxiety','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21096,4,0,0,0,65536,268435596,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,15420,0,101,0,0,1,1,1,0,8,8,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,12,0,0,11,0,0,0,0,0,16,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (21097,4,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,1,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,27,0,1,1,0,1,1,0,0,0,0,7,9,0,6,8,0,0,0,0,16,16,0,0,0,0,14,14,0,3,64,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Manastorm','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (21098,4,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,213,1,1,1,1,1,0,0,0,0,0,0,743,-301,-41,0,0,0,22,22,22,15,15,15,20,20,20,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5939,35,0,0,'Chill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21099,4,50,0,12,262160,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,108,301,0,1,1,0,1,0,0,0,0,0,0,849,0,0,0,0,0,24,24,0,0,0,0,10,10,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,5940,193,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21100,0,0,0,0,256,131072,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17126,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Conjure Elegant Letter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21107,0,0,0,0,536871056,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5959,1137,0,0,'Ragnaros Submerge Fade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21108,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Sons of Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21109,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21110,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Son of Flame B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21111,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Son of Flame C','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21112,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Son of Flame D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21113,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Son of Flame E','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21114,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Son of Flame F','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21115,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Son of Flame G','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21116,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Son of Flame H','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21117,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,0,0,0,0,0,0,0,0,0,876,0,0,'Summon Son of Flame A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21118,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Spell Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21127,6,0,0,0,268435712,268435456,0,0,0,0,0,0,0,1103,0,0,1,0,0,0,0,0,0,101,0,0,40,40,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,86,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,40,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178404,8,0,0,0,0,0,0,0,2738,1480,0,50,'Maraudon Portal','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,1,1,1,1,0), + (21128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,'Maraudon Portal Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21129,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21174,0,0,0,0,0,0,80,0,0,'Aura of Battle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21130,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21172,0,0,0,0,0,0,301,0,0,'Grip of Command','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21131,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21132,0,0,0,0,1483,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21132,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21133,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21133,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21135,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21134,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2048,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,0,0,0,0,37,0,0,'Will of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21135,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21136,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21136,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21137,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21137,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21138,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21138,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21139,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21139,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,239,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,0,'Fatal Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (21141,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,40,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,9,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,88,0,0,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (21142,2,0,0,0,64,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,'Immolation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21143,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6889,17194,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17197,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Gingerbread Cookie','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21144,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6889,1179,17196,17194,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17198,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Egg Nog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21145,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21143,0,0,0,0,0,222,1,0,0,'Recipe: Gingerbread Cookie','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21146,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21144,0,0,0,0,0,222,1,0,0,'Recipe: Egg Nog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21147,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,1480,0,0,'Arcane Vacuum','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21149,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,5,0,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,100,1,1,1,1,1,1,0,0,0,0,0,0,16,0,9,0,0,0,1,1,1,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,19705,0,0,0,0,101,358,0,50,'Egg Nog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21150,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21151,5,0,2,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,40,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,-26,0,0,0,0,6,6,0,0,0,0,0,0,0,0,29,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,1503,213,0,0,'Gutgore Ripper','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (21152,0,32,0,12,262144,136,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,8,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6043,1460,0,50,'Earthshaker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21153,5,0,2,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,1,0,0,0,0,0,4,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-701,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7577,544,0,0,'Bonereaver\'s Edge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21154,0,19,0,0,256,136,4,0,0,0,0,0,0,0,0,0,3,0,3000,15,0,0,0,101,0,0,62,62,39,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13148,0,0,0,0,0,0,0,0,5980,37,0,0,'Might of Ragnaros','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (21155,2,0,0,0,256,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,1,51,0,1,1,0,0,0,0,0,0,0,1999,149,0,0,0,0,22,22,0,15,15,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,2519,37,0,0,'Intense Heat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (21156,0,0,0,0,327888,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,279,0,50,'Battle Stance Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21157,0,0,0,0,402653440,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5981,207,0,0,'Dark Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21158,2,0,0,0,0,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,924,0,0,0,0,0,22,0,0,15,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,'Lava Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (21159,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,60,60,31,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,19,1,0,1,1,0,0,0,0,0,0,0,82,3,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (21160,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17193,17204,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17182,0,0,0,0,0,0,0,0,0,0,0,3182,140,0,0,'Eye of Sulfuras','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21161,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17203,11371,12360,7078,11382,17011,17010,0,8,20,50,25,10,10,10,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17193,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Sulfuron Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21162,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,63,63,1,0,45,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,61,1,0,1,1,0,0,0,0,0,0,0,272,14,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,183,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,0,1,1,1,0), + (21163,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,1,1,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,0,0,0,0,0,0,0,0,101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,1668,0,50,'Polished Armor','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,0,0,0,1,1,1,1,0), + (21164,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21161,0,0,0,0,0,107,1,0,0,'Sulfuron Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,30,0,50,'Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21167,0,0,0,0,16,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,4,25,0,0,0,17202,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,35,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21354,0,0,0,0,5999,1665,0,0,'Snowball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21168,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21169,3,1161,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,3600000,0,0,0,0,0,0,0,30,30,0,0,0,0,0,0,1,0,0,0,0,17030,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,24,0,0,'Reincarnation','','','','','','','','','','','','','','','',0,0,0,0,11,512,0,0,0,1,0,0,0), + (21170,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,81,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21171,6,0,0,0,65536,8196,4,0,0,0,0,0,0,1123,0,0,4,0,0,15,0,0,0,101,0,0,35,35,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,72,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,17,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3404,1530,161,0,'Ryson\'s Eye in the Sky','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (21172,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,74,0,0,0,0,22,22,0,30,30,0,21,21,0,161,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'Grip of Command','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21173,0,0,0,0,8388880,268435456,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Aerie Gryphon Hover','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21174,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,49,0,0,0,0,22,22,0,30,30,0,21,21,0,161,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,'Aura of Battle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21175,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12205,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17222,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Spider Sausage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21176,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21175,0,0,0,0,0,107,41,0,0,'Spider Sausage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21178,3,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,107,0,0,'Bear Form (Passive2)','','','','','','','','Passive','','','','','','','',0,0,0,0,7,33554432,0,0,0,1,1,1,0), + (21179,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,101,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7303,62,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,0,0.7,1,1,0), + (21180,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17223,0,0,0,0,0,0,0,0,0,0,0,76,1,0,0,'Summon Thunderstrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21181,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17074,0,0,0,0,0,0,0,0,0,0,0,76,1,0,0,'Summon Shadowstrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21183,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,6,6,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,237,0,0,'Judgement of the Crusader','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,536870912,0,1,1,1,1,0,0), + (21184,0,0,0,0,327888,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,250,0,50,'Rogue Passive (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21185,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2,100,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21186,0,0,0,0,0,0,502,0,50,'Spinal Reaper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,30,0,1,1,0,1,1,0,0,0,0,0,0,0,149,199,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,32,70,0,50,'Spinal Reaper','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21187,0,0,0,0,159383552,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,149,0,50,'Stormpike Reputation +5','','','','','','','','','','','','','','','',0,0,1500,0,7,262144,0,0,0,1,1,1,0), + (21188,2,0,0,0,65536,0,0,0,0,0,0,64,0,0,0,0,5,0,0,31,0,0,0,101,0,0,1,1,39,0,0,0,0,0,135,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,1.5,0,0,0,0,0,0,0,0,16,16,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Stun Bomb Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21189,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,51,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,24,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,2516,174,0,0,'Gryphon Wing Flap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21190,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,'Aerie Gryphon Speed Buff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1666,0,0,'Tailoring Pattern - Mooncloth Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21227,0,0,0,0,402653440,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6019,1485,0,0,'Fire & Ice Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21228,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Arcane Missiles +1','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (21229,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Frostbolt, Improved','','','','','','','','','','','','','','','',0,0,0,0,3,32,0,0,0,1,0,0,0), + (21230,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,22,0,0,0,0,0,0,0,0,0,1,0,0,'Fireball, Improved DoT','','','','','','','','','','','','','','','',0,0,0,0,3,1,0,0,0,1,0,0,0), + (21247,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16777216,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'ZZOLDImproved Polymorph Duration','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (21248,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21249,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7060,0,0,0,0,0,0,0,0,4347,1,0,0,'Call of the Nether','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21267,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7058,0,0,0,0,0,0,0,0,4054,1,0,0,'Conjure Altar of Summoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21268,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7058,0,0,0,0,0,0,0,0,4054,1,0,0,'Conjure Altar of Summoning Effect DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21287,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,145,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13256,0,0,0,0,0,0,0,0,0,1,0,0,'Conjure Lokholar the Usurper DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21288,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21307,0,0,0,0,0,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,19,74,9,0,0,0,1,1,1,0,0,0,0,0,0,61,99,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4487,1,0,0,'Swell of Souls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21327,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13136,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Hive\'Ashi Drones','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21330,5,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,60,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,6,6,0,0,0,0,0,0,0,33,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Corrupted Fear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (21331,3,99,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,20,20,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,22,22,0,15,15,0,8,8,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (21332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6040,1,0,0,'Aspect of Neptulon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21333,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,113,0,0,1,0,0,0,0,0,0,0,0,693,0,0,0,0,0,54,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,'Lava Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (21334,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1048576,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21959,0,0,0,0,0,0,1,0,0,'Reactive Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21335,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,6,0,105,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (21336,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6041,143,0,0,'Discordant Surge Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21337,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.8,0,0,15,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (21338,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,1,0,0,'Conjure Furis Felsteed DUMMY DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21339,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,10,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Prayer of Healing','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (21340,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,1,0,0,0,0,0,0,0,138,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21341,0,0,0,0,47,169,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21341,5,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,637,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (21342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mistletoe Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21343,0,0,0,0,16,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6042,1665,0,0,'Snowball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21345,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21346,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21347,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21348,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21349,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21350,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21351,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Stun Resist 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21352,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Decreased Parry 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21353,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,'Mount Speed Buff DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21354,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,0,0,'Snowball Resistant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21355,0,951,0,0,16,0,0,0,0,0,0,0,0,1143,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7143,0,0,0,0,0,0,0,0,353,1,0,0,'Planting Guse\'s Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21356,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17324,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Guse\'s Beacon DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21357,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17333,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Aqual Quintessence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21358,0,0,0,0,65920,0,0,0,0,0,0,16384,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6045,1,0,0,'Aqual Quintessence - Dowse Molten Core Rune','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21359,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21360,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21361,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21362,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21363,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21364,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21365,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21366,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21367,4,0,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,4,0,0,15,0,0,0,101,0,0,62,62,1,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,41,0,0,1,0,0,0,0,0,0,0,0,379,0,0,0,0,0,16,0,0,0,0,0,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21368,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17325,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Jeztor\'s Beacon DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21369,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,1,1,35,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,225,1,0,1,1,0,0,0,0,0,0,0,637,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21370,0,951,0,0,16,0,0,0,0,0,0,0,0,1144,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7150,0,0,0,0,0,0,0,0,353,1,0,0,'Planting Jeztor\'s Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21371,0,951,0,0,16,0,0,0,0,0,0,0,0,1145,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7158,0,0,0,0,0,0,0,0,353,1,0,0,'Planting Mulverick\'s Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21372,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17323,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Mulverick\'s Beacon DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21387,2,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21388,0,0,0,0,0,0,31,0,0,'Melt Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21388,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,111,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,3221,45,0,0,'Melt Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21389,0,0,0,0,402653440,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6059,11,0,0,'Fire Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21390,6,0,0,0,65538,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,58,0,0,1,0,0,1,0,0,0,0,0,5,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (21391,0,0,0,0,256,1024,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3239,1,0,0,'Syndicate Tracker (MURP) DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21392,0,0,0,0,402653440,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6079,11,0,0,'Fire Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21393,0,4,0,0,671088640,0,0,2048,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,281,0,0,1,0,0,0,0,0,0,0,0,979,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Healing Draught','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (21394,0,4,0,0,671088640,0,0,2048,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,161,0,0,1,0,0,0,0,0,0,0,0,559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,50,'Healing Draught','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (21395,0,4,0,0,671088640,0,0,2048,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,281,0,0,1,0,0,0,0,0,0,0,0,979,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (21396,0,4,0,0,671088640,0,0,2048,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,161,0,0,1,0,0,0,0,0,0,0,0,559,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1,0,0,'Restore Mana','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (21397,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21391,0,0,0,0,0,0,1499,0,0,'Syndicate Tracker (MURP) DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21398,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17353,0,0,0,0,0,0,0,0,0,0,0,6080,1,0,0,'Create Stormpike Assault Order (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21399,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alchemists\' Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alchemists\' Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21401,4,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,115,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,13,0,1,1,0,0,0,0,0,0,0,-51,177,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21402,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (21403,0,0,0,0,142868480,32,1,1048576,0,0,0,256,0,0,0,0,4,0,3000,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,44,17,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,86,103,0,0,'Ryson\'s All Seeing Eye','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (21407,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21408,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21409,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21410,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21411,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21412,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21413,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21414,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21415,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21416,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21417,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21418,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21419,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21420,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21421,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21422,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21423,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21424,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21425,6,0,0,0,65536,8196,4,0,0,0,0,0,0,1163,0,0,4,0,0,15,0,0,0,101,0,0,35,35,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,72,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,17,1,0,0,0,0,12,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3404,1530,161,0,'Ryson\'s Eye in the Sky','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (21426,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21427,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21428,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21429,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21430,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21431,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21432,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21433,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21434,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 22','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21435,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21436,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21437,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21438,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21439,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21440,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21441,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21442,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21443,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21444,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21445,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 48','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21446,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21447,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21448,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 55','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21449,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 58','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21450,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 62','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21451,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,64,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 65','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21452,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 67','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21453,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 70','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21454,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21455,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,73,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 74','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21456,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 77','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21457,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 79','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21458,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,81,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 82','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21459,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 84','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21460,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 86','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21461,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,88,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 89','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21462,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,90,0,0,0,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power Ranged 91','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21463,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport to Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21464,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17362,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Ryson\'s Beacon (Horde) DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21465,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17363,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Ryson\'s Beacon (Alliance) DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21466,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21467,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21468,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21469,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21470,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21471,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21472,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21473,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21474,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21475,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21476,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21477,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21478,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21479,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21480,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21481,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21482,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21483,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21484,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21485,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21486,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21487,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21488,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21489,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21490,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21491,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21492,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21493,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21494,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21495,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21496,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21497,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21498,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Block 8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21499,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21500,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21501,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21502,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21503,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 7','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21504,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 9','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21505,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21506,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 11','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21507,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21508,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21509,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21510,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 17','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21511,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21512,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21513,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21514,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21515,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21516,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21517,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21518,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 29','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21519,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21520,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 31','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21521,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 33','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21522,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 34','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21523,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21524,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 37','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21525,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,38,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 39','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21526,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 40','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21527,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21528,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 43','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21529,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 44','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21530,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,45,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21531,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,46,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 47','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21532,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,48,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 49','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21533,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21534,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 51','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21535,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21536,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Holy Dam 54','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21537,0,951,0,0,16,0,0,0,0,0,0,0,0,1164,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7219,0,0,0,0,0,0,0,0,353,1,0,0,'Planting Ryson\'s Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21538,0,951,0,0,16,0,0,0,0,0,0,0,0,1165,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7216,0,0,0,0,0,0,0,0,353,1,0,0,'Planting Ryson\'s Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21539,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 02','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Block Value','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21541,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17224,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Scrying Scope (Horde) DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21542,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17364,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Scrying Scope (Alliance) DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21543,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport to Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21544,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,60,60,30,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13378,0,0,0,21556,0,0,0,0,0,353,0,0,'Create Shredder','','','','','','','','','','','','','','','',0,0,0,60,0,0,0,0,0,1,1,0,0), + (21545,0,0,0,0,8388864,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178584,0,0,0,0,0,0,0,0,0,1,0,0,'Conjure Ryson\'s All Seeing Eye DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21546,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3801088,0,0,101,0,0,0,0,347,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,5922,210,0,0,'Ryson\'s All Seeing Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21547,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,31,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,18,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6099,41,0,0,'Spore Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21548,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,52,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,263,0,0,'Spore Trees','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21549,2,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,83,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (21551,0,971,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,48,48,1,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,121,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,109,0,0,0,0,6,6,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (21552,0,971,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,54,54,1,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,121,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,134,0,0,0,0,6,6,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (21553,0,971,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,60,60,1,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,121,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,159,0,0,0,0,6,6,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (21554,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,'Ryson\'s All Seeing Eye','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21555,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21551,0,0,0,0,0,107,564,0,0,'Mortal Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21556,0,0,0,0,256,9220,0,0,0,0,0,0,256,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,38,1,0,0,0,0,12,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5443,1667,0,0,'Control Shredder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21557,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21552,0,0,0,0,0,107,564,0,0,'Mortal Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21558,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21553,0,0,0,0,0,107,564,0,0,'Mortal Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21559,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,115,0,121,1,0,1,1,0,0,0,0,0,0,0,739,4,0,0,0,0,24,24,0,0,0,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,3036,937,0,0,'Shredder Armor Melt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21560,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,46,36,36,42,0,1800,0,0,0,4,0,0,0,0,17027,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,20,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'zzOLDPrayer of Fortitude','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2147483656,0,1,1,1,1,1,0), + (21561,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,38,37,0,0,0,0,0,0,0,0,0,0,0,0,0,12,68,0,0,0,0,0,0,0,0,16,0,0,'Healer Champion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21562,1,0,1,0,65536,131072,524288,0,0,134217728,0,256,0,0,0,0,1,0,0,8,0,0,0,101,0,58,48,48,42,0,2600,0,0,0,5,0,0,0,0,17028,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,37,0,0,0,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,1669,0,0,'Prayer of Fortitude','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (21563,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,'Command','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (21564,1,0,1,0,65536,131072,524288,0,0,134217728,0,256,0,0,0,0,1,0,0,8,0,0,0,101,0,70,60,60,42,0,3400,0,0,0,5,0,0,0,0,17029,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,37,0,0,0,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,1669,0,0,'Prayer of Fortitude','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (21565,0,0,0,0,0,1025,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,60,60,30,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13416,0,0,0,21566,0,0,0,0,0,353,0,0,'Create Shredder','','','','','','','','','','','','','','','',0,0,0,60,0,0,0,0,0,1,1,0,0), + (21566,0,0,0,0,256,9220,0,0,0,0,0,0,256,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,38,1,0,0,0,0,12,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5443,1667,0,0,'Control Shredder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21567,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21560,0,0,0,0,0,222,1,0,0,'zzOLDPrayer of Fortitude','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21568,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21562,0,0,0,0,0,222,1,0,0,'Prayer of Fortitude','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21569,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21564,0,0,0,0,0,222,1,0,0,'Prayer of Fortitude','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21587,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21588,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21589,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21590,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21592,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21593,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21594,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21595,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21596,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21597,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21598,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21599,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21600,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21601,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21602,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21603,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21604,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21605,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21606,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21607,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21608,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21609,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21610,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21611,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21612,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21613,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21614,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21615,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21616,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21617,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21618,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21619,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21620,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21621,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21622,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21623,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21624,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21625,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21626,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21627,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21628,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21629,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21630,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21631,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21632,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21633,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21634,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21635,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21636,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21637,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21638,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21639,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21640,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21641,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21642,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21643,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21644,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21645,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,75,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16427,0,0,0,0,0,0,152,0,0,'Virulent Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21646,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7269,0,0,0,0,0,0,0,0,4040,1,0,0,'Conjure Circle of Calling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21647,0,0,0,0,159383552,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Frostwolf Reputation +5','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21648,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7268,0,0,0,0,0,0,0,0,4347,1,0,0,'Call to Ivus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21649,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Ivus Teleport Visual DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21650,2,0,0,0,384,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,7,0,0,75,0,0,1,0,0,0,0,0,0,0,0,462,0,0,0,0,0,22,0,0,15,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6821,11,0,0,'Building Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21651,0,0,0,0,400,0,0,0,0,0,0,16384,0,0,0,0,7,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,6139,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21652,0,0,0,0,400,0,0,0,0,0,0,16384,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,6139,1,0,0,'Closing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21653,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,56,31,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,0,0,0,0,0,0,0,0,2276,1,0,0,'Vipore Cat Form DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21654,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17442,0,0,0,0,0,0,0,0,0,0,0,6080,1,0,0,'Create Frostwolf Assault Order (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21655,3,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,47,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (21667,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,62,62,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,637,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6822,62,0,50,'Wrath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21668,6,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,58,58,0,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,201,0,0,1,0,0,0,0,0,0,0,0,899,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,1485,0,50,'Starfire','','','','','','','','','','','','','','','',0,133,1500,0,7,4,0,1,1,1,1,1,0), + (21669,6,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,62,62,29,0,150,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,21,81,0,1,1,0,0,0,0,0,0,0,189,759,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','','','','','','','','',0,0,0,0,7,2,0,1,1,1,1,1,0), + (21670,3,0,1,0,0,98304,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,3,0,50,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-2001,-1,0,0,0,0,6,6,6,0,0,0,0,0,0,22,41,41,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0,0,0,192,109,0,0,'Faerie Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21687,3,0,4,0,524304,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,20,20,8,0,0,0,0,0,4,40,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,51,1,0,1,1,0,0,0,0,0,0,0,74,4,0,0,0,0,22,22,0,15,15,0,11,11,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4202,68,0,0,'Toxic Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21688,0,0,0,0,33554432,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,3,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7527,0,0,0,0,0,0,0,0,74,90,0,0,'Goblin Land Mine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,13456,0,0,0,0,0,0,0,0,0,263,0,0,'Summon Noxxion\'s Spawns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21708,0,0,0,0,400,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4104,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6160,263,0,0,'Summon Noxxion\'s Spawns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21709,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,263,0,0,'Spore Tree','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21727,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,47,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21728,0,951,0,0,16,0,0,0,0,0,0,0,0,1183,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7319,0,0,0,0,0,0,0,0,353,1,0,0,'Planting Ichman\'s Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21729,0,951,0,0,16,0,0,0,0,0,0,0,0,1184,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7323,0,0,0,0,0,0,0,0,353,1,0,0,'Planting Slidore\'s Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21730,0,951,0,0,16,0,0,0,0,0,0,0,0,1185,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7327,0,0,0,0,0,0,0,0,353,1,0,0,'Planting Vipore\'s Beacon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21731,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17505,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Ichman\'s Beacon DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21732,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17507,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Slidore\'s Beacon DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21733,0,0,0,0,208,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21709,0,0,0,0,0,0,1,0,0,'Spore Tree Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21734,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17506,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Vipore\'s Beacon DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21735,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17506,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Conjure Vipore\'s Beacon DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21736,0,0,0,0,134479872,32,0,0,0,0,0,0,0,0,0,0,4,0,3000,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,86,103,0,0,'Winterax Wisdom','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (21737,0,0,0,0,8390912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,25,25,25,0,0,0,0,0,0,23,38,37,13000,0,0,0,0,0,0,0,0,0,0,0,0,11,114,25778,0,0,0,0,0,0,85,0,0,'Periodic Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21740,0,0,0,0,256,0,132,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,99,0,0,0,0,5,5,0,0,0,0,0,0,0,29,83,0,0,0,0,0,0,0,0,0,0,0,0,0,2,126,0,0,0,0,0,0,0,0,93,0,0,'Demonic Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21741,0,0,0,0,192,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21740,0,0,0,0,0,0,93,0,0,'Demonic Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21744,1,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16777618,0,0,14,0,0,0,0,0,0,0,0,0,241,0,0,'Spirit of Blessing','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (21745,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'ZZOLDImproved Blessings','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (21747,0,0,0,0,262208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23544,0,0,0,0,0,0,298,0,0,'Lawbringer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21748,3,0,0,12,524288,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,22,22,0,15,15,0,10,10,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6159,168,0,0,'Thorn Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,0,0), + (21749,3,0,0,12,524288,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,22,22,0,15,15,0,10,10,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6159,168,0,0,'Thorn Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,0,0), + (21750,4,411,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,0,20,20,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178744,0,0,0,0,0,0,0,0,3302,180,0,0,'zzOLDFreezing Trap (TEST)','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,0,0,0,1,1,1,1,0), + (21751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11258,0,0,0,0,0,0,0,0,850,29,0,0,'Perm. Illusion Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21767,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,86,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,51,51,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,12,0,0,0,0,0,0,0,0,1,0,0,'Kill Trees','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21787,3,18,4,0,262160,0,0,0,0,0,0,0,0,0,0,0,5,0,120000,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,2.55,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Deadly Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21788,3,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21787,0,0,0,0,0,0,68,0,0,'Deadly Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21789,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,30,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19707,0,0,0,0,0,0,693,0,0,'Hate to Half','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21790,4,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,98,3,1,37,0,1,1,0,0,0,0,0,0,0,49,106,0,0,0,0,22,22,18,15,15,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,2086,187,0,0,'Aqua Jet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21791,3,46,0,0,589824,64,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,31788,0,101,0,0,20,20,1,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283,100,0,0,'Tranquility','','','','','','','','','','','','','','','',0,133,0,0,7,128,0,1,1,1,1,1,0), + (21792,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpell - Reuse 21792','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21793,3,0,0,0,589824,200,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,31788,0,101,0,0,20,20,1,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,68,-71,-301,0,0,0,18,18,18,16,16,16,11,11,11,3,33,138,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283,100,0,0,'Twisted Tranquility','','','','','','','','','','','','','','','',0,133,0,0,7,128,0,1,1,1,1,1,0), + (21794,0,0,0,0,256,268451844,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,4104,0,101,0,0,0,0,387,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,63,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,9,0,0,0,25,1,25,38,0,38,0,0,0,23,101,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,21795,0,0,0,0,0,411,1,0,0,'Frostwolf Muzzle DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21795,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Frostwolf Muzzle Effect DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21807,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,75,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Wrath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (21808,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4108,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,16,0,0,12,0,23,12,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21809,0,0,0,0,0,6199,66,0,0,'Summon Shardlings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21809,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11783,0,0,0,0,0,0,0,0,3999,976,0,0,'Summon Theradrim Shardling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21827,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Frostwolf Aura DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21828,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21830,0,0,0,0,0,210,0,0,'Frostwolf Aura Dummy Dispel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21829,0,0,0,0,159383552,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Stormpike Reputation +2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21830,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Frostwolf Despawn Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21831,0,0,0,0,262608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,8,0,0,0,0,0,0,0,0,0,245,0,50,'Improved Rend','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (21832,0,0,0,0,4259856,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,68,64,113,1,0,1,1,0,0,0,0,0,0,0,393,0,0,0,26,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22592,0,0,0,1506,251,0,0,'Boulder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (21833,2,0,0,0,2048,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,1,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21910,0,0,0,0,0,2857,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21834,0,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13619,0,0,0,0,0,0,0,74,90,0,0,'Gizlock\'s Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21835,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Gizlock\'s Dummy Charm Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21836,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Gizlock\'s Dummy Charm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21837,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,112,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13620,0,0,0,0,0,0,0,0,0,1,0,0,'Gizlock\'s Dummy Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21838,0,0,0,0,2496,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1048576,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29478,0,0,0,0,0,0,689,0,50,'Battlegear of Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21840,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-131,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,'Battlegear of Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21841,0,0,0,0,262208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21840,0,0,0,0,0,372,298,0,0,'Battlegear of Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21847,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,56,12,0,0,0,0,0,0,0,0,0,0,0,0,0,13636,0,0,0,0,0,0,0,0,6219,1665,0,0,'Snowman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21848,0,0,0,0,268435712,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,3,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,17202,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,56,12,0,0,0,0,0,0,0,0,0,0,0,0,0,13636,0,0,0,0,0,0,0,0,6299,1665,0,0,'Snowman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21849,3,0,1,0,65536,131072,0,0,0,0,1073741824,256,0,0,0,0,1,0,0,8,0,0,1,101,0,0,50,50,42,0,900,0,0,0,5,0,0,0,0,17021,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,239,9,14,0,0,0,37,37,37,0,0,0,12,12,12,22,29,143,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,126,0,0,0,0,0,0,212,123,0,50,'Gift of the Wild','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (21850,3,0,1,0,65536,131072,0,0,0,0,1073741824,256,0,0,0,0,1,0,0,8,0,0,1,101,0,0,60,60,42,0,1200,0,0,0,5,0,0,0,0,17026,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,284,11,19,0,0,0,37,37,37,0,0,0,12,12,12,22,29,143,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,126,0,0,0,0,0,0,212,123,0,50,'Gift of the Wild','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (21851,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21849,0,0,0,0,0,222,1,0,0,'Gift of the Wild','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21852,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21850,0,0,0,0,0,222,1,0,0,'Gift of the Wild','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21853,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21976,0,0,0,0,0,0,331,0,0,'Reactive Fade','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (21854,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,10,0,0,0,0,0,0,0,0,0,331,0,0,'ZZOLDRapid Enslavement','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (21855,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'ZZOLDImproved Seals','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (21856,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,33554496,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Threatening Strikes','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (21857,2,0,1,0,2512,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,49,0,0,0,0,1,1,0,0,0,0,0,0,0,23,15,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21858,0,0,0,0,0,289,31,0,50,'Lava Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21858,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,31,0,0,'Lava Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21859,0,0,0,0,536871056,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,25,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,1137,0,0,'Ragnaros Submerge Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21860,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,456,0,0,'Gizlock\'s Dummy Taunt Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21861,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21860,0,0,0,0,0,0,456,0,0,'Gizlock\'s Dummy Taunt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21862,3,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6239,160,0,0,'Radiation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21863,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alterac Ram Aura DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21864,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21865,0,0,0,0,0,210,0,0,'Alterac Ram Aura Dummy Dispel DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21865,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alterac Ram Despawn Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21866,0,0,0,0,256,268451844,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,4104,0,101,0,0,0,0,387,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,63,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,9,0,0,0,25,1,25,38,0,38,0,0,0,23,101,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,21867,0,0,0,0,0,411,1,0,0,'Alterac Ram Collar DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21867,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alterac Ram Collar Effect DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21868,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,37,21,0,1,1,0,0,0,0,0,0,0,131,39,0,0,0,0,22,22,0,15,15,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,6259,220,0,0,'Dust Field','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (21869,0,0,0,5,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,14,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,148,0,50,'Repulsive Gaze','','','','','','','','','','','','','','','',0,0,0,0,4,262144,0,1,1,1,1,1,0), + (21870,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21871,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,1,0,0,0,0,0,0,0,0,0,64,0,0,'Increased Rejuvenation Duration','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (21872,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,10,0,0,0,0,0,0,0,0,0,13,0,0,'Faster Regrowth Cast','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (21873,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-151,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4026531840,0,0,14,0,0,0,0,0,0,0,0,0,684,0,0,'Cheaper Druid Shapeshifting','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (21874,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-30001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,252,0,0,'Improved Vanish','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (21878,0,66,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,8,8,8,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,178,0,0,'Evasion TEST','','','','','','','','','','','','','','','',0,0,0,0,8,32,0,0,0,1,1,1,0), + (21879,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-10001,-2001,-2001,0,0,0,1,1,1,0,0,0,0,0,0,107,107,107,0,0,0,0,0,0,0,0,0,48,1,2097152,2,2,2,0,0,0,0,0,0,0,1,0,0,'Friendly Nukes','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (21880,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,22,0,0,0,0,0,0,0,0,0,500,0,0,'Improved Rupture','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (21881,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268558336,0,0,18,0,0,0,0,0,0,0,0,0,247,0,0,'Improved Poisons','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (21882,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21889,0,0,0,0,0,0,453,0,0,'Judgement Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21883,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,41,0,1,2,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,22,48,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178904,13696,0,0,0,0,0,0,0,0,1,0,0,'Summon Healed Celebrian Vine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21884,0,0,0,0,384,0,0,0,0,0,0,0,0,1203,0,0,15,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17696,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Collect Orange Crystal Liquid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,31,8,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,1007,1,0,0,'Heal Vylestem Vine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21886,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21887,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,3999289070,0,0,14,0,0,0,0,0,0,0,0,2736,564,0,0,'Warrior\'s Wrath','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (21889,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6279,1,0,0,'Judgement Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21890,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21977,0,0,0,0,0,0,1,0,0,'Warrior\'s Wrath','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (21891,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,196608,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Earthfury Stat Totem','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (21892,6,37,0,0,0,32768,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,18,18,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,25,25,0,0,0,0,0,0,0,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,126,1,0,0,0,0,0,0,0,6340,182,0,0,'Arcane Protection','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (21893,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Arcane Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21894,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,'Meditation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21895,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67362816,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Totem Radius','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (21896,0,0,0,0,256,0,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,0,1,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6280,20,0,0,'Zaetar\'s Release (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21897,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21898,0,0,0,0,0,0,1,0,0,'Warlock Terror','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21898,5,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,66,66,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Warlock Terror','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (21899,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,256,0,0,20,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Chain Heal','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (21900,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21901,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst C','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21902,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21903,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst E','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21904,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst F','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21905,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst G','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21906,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst H','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21907,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,178088,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Lava Burst I','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21908,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Lava Burst Randomizer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21909,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,26,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21868,0,0,0,0,0,0,220,0,0,'Dust Field','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21910,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,35,0,0,1,0,0,0,0,0,0,0,0,157,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3036,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21911,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15976,0,0,0,0,0,0,243,0,0,'Puncture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21912,6,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dummy Nuke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21913,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,3859,3829,7070,7069,4234,0,0,0,10,1,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17704,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Edge of Winter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21914,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Celebras Quit Escort','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21915,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21913,0,0,0,0,0,222,1,0,0,'Plans: Edge of Winter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21916,0,0,0,0,256,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,26,23,0,0,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21914,0,0,0,0,5179,1,0,0,'Celebras Waiting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (21917,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Celebras Stone Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21919,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,1477,0,0,'Thrash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21920,4,99,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,633,1670,0,0,'Frost Power','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (21921,0,0,0,0,256,0,132,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,129,0,0,0,0,5,5,0,0,0,0,0,0,0,29,83,0,0,0,0,0,0,0,0,0,0,0,0,0,2,126,0,0,0,0,0,0,0,0,93,0,0,'Demonic Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21922,0,0,0,0,192,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21921,0,0,0,0,0,0,93,0,0,'Demonic Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21923,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3819,3358,3372,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17708,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Frost Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21924,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21923,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Frost Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21925,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,39,0,0,0,0,5,5,0,0,0,0,0,0,0,29,83,0,0,0,0,0,0,0,0,0,0,0,0,0,2,126,0,0,0,0,0,0,0,0,67,0,0,'Nature\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21926,0,0,0,0,64,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21925,0,0,0,0,0,0,67,0,0,'Nature\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21927,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,59,0,0,0,0,5,5,0,0,0,0,0,0,0,29,83,0,0,0,0,0,0,0,0,0,0,0,0,0,2,126,0,0,0,0,0,0,0,0,67,0,0,'Nature\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21928,0,0,0,0,64,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21927,0,0,0,0,0,0,67,0,0,'Nature\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21929,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,5,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,168,0,0,'Giantstalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21930,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Winter\'s Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21931,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11135,11137,11139,3819,0,0,0,0,3,3,1,2,0,0,0,0,2,196083,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2443,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Winter\'s Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21932,0,0,0,0,256,0,0,0,0,0,0,0,16,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,5,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Giantstalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21933,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21931,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Winter\'s Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21934,6,0,0,0,8388992,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Gizlock\'s Dummy Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21935,0,991,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,86400000,31,0,0,0,101,0,38,38,0,0,0,0,0,0,0,1,0,0,0,0,159,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17202,0,0,0,0,0,0,0,0,0,0,0,563,1665,0,0,'SnowMaster 9000','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21936,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,56,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8759,0,0,0,0,0,0,0,0,6299,1665,0,0,'Reindeer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21937,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,0,67,0,0,'Giantstalker B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21938,0,0,0,0,448,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20988,0,0,0,0,0,0,67,0,0,'Nature\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21939,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17191,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Scepter of Celebras','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21940,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,4389,17202,3829,0,0,0,0,8,4,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17716,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'SnowMaster 9000','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21941,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21940,0,0,0,0,0,222,1,0,0,'Schematic: Snowmaster 9000','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21942,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,99,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,8,0,0,0,0,0,0,0,0,24,0,0,'Hunter Giant Stalker','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,0,0), + (21943,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,7067,4291,0,0,0,0,0,8,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17721,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Gloves of the Greatfather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21944,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21943,0,0,0,0,0,222,1,0,0,'Pattern: Gloves of the Greatfather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21945,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4305,2605,4291,0,0,0,0,0,5,4,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17723,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Green Holiday Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21946,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21945,0,0,0,0,0,222,1,0,0,'Pattern: Green Holiday Shirt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21949,0,0,0,15,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Rend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (21950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,8,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,4839,1,0,0,'Recite Words of Celebras','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21951,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,53,53,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,125,0,0,'Fist of Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (21952,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,18,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21953,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17735,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'The Feast of Winter Veil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21954,1,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,51,51,0,0,25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,312,300,0,0,'Dispel Poison','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (21955,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,0,50,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,59,59,0,0,0,0,1,1,0,0,0,0,0,0,0,8,24,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1671,0,0,'Razorlash Root','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21956,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,301,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,44,291,0,0,'Physical Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (21957,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17761,17762,17763,17764,17765,17757,0,0,1,1,1,1,1,1,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17758,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Amulet of Union','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21958,0,0,0,0,262336,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0,0,332,0,50,'Stout Heart','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21959,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1048576,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6319,125,0,0,'Reactive Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,120,0,0,'Manifest Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21961,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,159,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,121,245,0,0,'Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (21962,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,4795,0,0,0,0,0,0,0,0,32,111,0,0,'Force of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21963,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,4795,0,0,0,0,0,0,0,0,32,111,0,0,'Force of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21964,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-10,0,0,0,0,0,0,0,0,4795,0,0,0,0,0,0,0,0,32,111,0,0,'Force of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21965,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1503,1,0,0,'Manifestation Ends','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21966,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,59,59,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,67,0,0,'Dragonstalker B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21967,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Dragonstalker A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21968,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,3,0,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,0,0,0,13743,0,0,0,0,0,0,0,0,32,111,0,0,'Corrupt Forces of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21969,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21970,0,0,0,0,0,0,1672,0,0,'Mark of the Chosen','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21970,6,28,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,0,212,1672,0,50,'Mark of the Chosen Effect','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,0,1,1,1,0), + (21971,3,18,4,0,524288,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,43,1,0,1,1,0,0,0,0,0,0,0,63,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Poison Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (21972,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Thorns Duration','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (21973,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,-101,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,2048,2048,0,10,21,0,0,0,0,0,0,0,0,1,0,0,'Prophecy Flash Heal Bonus','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (21975,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,691,0,0,'Vigor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21976,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6339,331,0,0,'Reactive Fade','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (21977,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2736,564,0,0,'Warrior\'s Wrath','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (21978,5,0,0,0,65984,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,10,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27860,0,0,0,0,0,0,546,0,0,'Engulfing Shadows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21979,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17781,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create The Pariah\'s Instructions','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21980,0,0,0,0,268435712,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,3,0,0,101,0,0,1,1,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,56,12,0,0,0,0,0,0,0,0,0,0,0,0,0,13636,0,0,0,0,0,0,0,0,6299,1665,0,0,'Snowman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (21987,5,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,2,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,792,596,0,0,'Lash of Pain','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (21988,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000000,0,0,0,0,0,0,0,0,7360,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Dun Garok Soldiers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21989,0,0,0,0,8388864,268435456,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,25,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,790,0,0,0,0,0,0,0,0,0,502,0,0,'Waiting to Resurrect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21990,3,0,0,12,1073741824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,174,0,0,'Tornado','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (21991,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Talisman of Binding','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (21992,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,63,63,29,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,64,1,1,0,1,1,0,0,0,0,0,0,0,-26,299,0,0,0,0,6,6,6,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,5,0,0,0,0,0,8,0,0,0,0,27648,0,0,0,6359,220,0,0,'Thunderfury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22007,0,0,0,0,64,0,0,524288,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,65536,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22008,0,0,0,0,0,124,1,0,0,'Netherwind Focus','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (22008,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-10001,0,0,0,0,0,1,1,0,0,0,0,0,0,0,107,112,0,0,0,0,0,0,0,0,0,0,1073741824,1073741824,0,10,4081,0,0,0,0,0,0,0,7544,87,0,0,'Netherwind Focus','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,0,0), + (22009,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,37,32,32,8,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Greater Heal','','','','','','','','','','','','','','','',0,133,0,0,6,0,0,1,1,1,1,1,0), + (22010,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,22009,0,0,0,0,0,280,1,0,0,'Greater Heal Renew','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (22011,1,0,0,0,256,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22012,0,0,0,0,0,6584,121,0,0,'Spirit Heal Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22012,1,0,0,0,0,0,1,4096,0,0,0,1024,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,117,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,18,0,0,31,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6585,121,0,0,'Spirit Heal','','','','','','','','','','','','','','','',0,0,0,0,0,0,10,0,0,1,0,0,0), + (22027,0,0,0,0,144,1024,0,0,0,0,0,512,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Remove Insignia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22047,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,9,0,30,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13838,0,0,0,0,0,0,0,0,221,680,0,0,'Testing Totem','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,0,0,0,0,1,1,1,0), + (22048,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,680,0,0,'Attack','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,1,1,1,1,1,0), + (22049,2,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,0,0,'Testing Totem Passive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (22050,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,680,0,0,'Testing Totem Dummy','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (22051,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1885,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Bracer +9 Strength','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22052,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Bracer +9 Stamina','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22053,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1884,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Bracer +9 Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22054,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1883,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Bracer +7 Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22067,0,54,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,33,33,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6379,87,0,0,'Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22068,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,111,0,1,1,0,1,1,0,0,0,0,0,0,0,0,-5001,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2,0,0,0,0,0,0,0,86,134,0,0,'rfo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22088,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,135,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,271,0,0,1,0,0,0,0,0,0,0,0,764,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22089,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1892,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Chest +100 Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22090,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1893,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Chest +100 Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22091,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1888,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Cloak +5 Resistances','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22092,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1889,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Cloak +70 Armor','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22093,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,179699,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2443,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLD - QAEnchant Weapon +5 Frost Damage','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22094,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1896,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant 2H Weapon +9 Damage','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22095,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1897,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon +5 Damage','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22096,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1904,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLD - QAEnchant 2H Weapon +9 Intellect','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22097,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,907,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLD - QAEnchant Shield +7 Spirit','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22098,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Shield +7 Stamina','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22099,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,926,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Shield +8 Frost Resistance','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22100,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Shield +9 Spirit','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22101,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1887,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Boots +7 Agility','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22102,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,851,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Boots +5 Spirit','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22103,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,256,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Boots +7 Stamina','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22104,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,927,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +7 Strength','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22105,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1887,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +7 Agility','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22106,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,931,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +1% Haste','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22108,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17690,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Frostwolf Rank 1 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22109,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17905,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Frostwolf Rank 2 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22110,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17906,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Frostwolf Rank 3 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22111,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17907,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Frostwolf Rank 4 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22112,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17908,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Frostwolf Rank 5 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22113,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17909,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Frostwolf Rank 6 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22114,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17691,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Stormpike Rank 1 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22115,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17900,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Stormpike Rank 2 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22116,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17901,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Stormpike Rank 3 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22117,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17902,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Stormpike Rank 4 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22118,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17903,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Stormpike Rank 5 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22119,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17904,0,0,0,0,0,0,0,0,0,0,0,4370,1,0,0,'Conjure Stormpike Rank 6 Insignia DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22120,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,95,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3783,457,0,50,'Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (22121,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,134,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (22127,3,99,1,7,1074331648,0,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22128,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,6,0,105,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0.8,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (22147,0,0,0,0,33554432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'CHECKMEOUT','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22167,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,0,20,20,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,143,0,0,1,0,0,0,0,0,0,0,0,878,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22168,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,100,0,0,1,1,18,0,5,5,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5.8,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22187,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,110,5,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,10.2,0,0,205,0,0,0,0,0,21,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (22188,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Crossbow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22189,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,13,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22190,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8051,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Flare Gun DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22191,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22192,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22192,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22193,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22193,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22194,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22194,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22195,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22195,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22196,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22196,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22197,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22197,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22198,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22198,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22199,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22199,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22200,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22200,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22201,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22201,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,64,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22202,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22202,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,175,0,0,1,0,0,0,0,0,0,0,0,412,0,0,0,0,0,17,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6419,11,0,0,'Heated Ground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22203,5,0,0,0,256,4,4,0,0,0,0,0,0,0,0,0,1,0,0,15,10,10,0,101,0,0,20,20,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,548,0,0,'Blue Beam','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,0,0,1,1,0,0), + (22205,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'Trigger Blue Beam','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,0,0,1,1,0,0), + (22206,6,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,29,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,13,0,1,1,0,0,0,0,0,0,0,35,73,0,0,0,0,22,22,0,15,15,0,18,18,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (22207,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16309,0,0,0,0,0,0,0,0,0,0,0,265,1,0,0,'Summon Drakefire Amulet DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22208,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Chapter 1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22209,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2757,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Chapter 2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22210,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2758,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Chapter 3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22211,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Chapter 4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22227,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5462,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Dartol\'s Rod','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22247,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-81,-401,-81,0,0,0,18,18,18,16,16,16,9,9,9,33,138,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6459,1197,0,0,'Suppression Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22267,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22268,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (22268,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,6251,0,0,1,0,0,0,0,0,0,0,0,21874,0,0,0,0,0,17,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21132,0,0,0,0,4880,11,0,0,'Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22269,0,19,0,0,537133312,136,67108864,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'Injured','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (22270,1,0,0,0,8716288,0,0,0,0,0,0,32768,0,0,0,0,1,3600000,0,0,0,0,0,0,0,0,30,30,0,0,0,0,0,0,4,0,0,0,0,17033,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5402,58,0,0,'Divine Intervention (NEWTEST)','','','','','','','','','','','','','','','',0,133,1500,0,10,1,0,0,0,1,1,1,0), + (22271,6,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,16,0,0,1,0,0,0,0,0,0,0,0,164,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,1,1,1,1,0), + (22272,6,0,0,0,65792,268452868,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,0,20,20,28,0,235,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,6,0,0,0,0,0,0,23,0,4,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22273,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (22273,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,223,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','','','','','','','','',0,0,0,0,3,2048,0,1,1,1,1,1,0), + (22274,0,0,1,17,1074855936,262144,64,0,0,0,0,0,211,0,0,0,1,0,0,15,0,0,0,101,0,0,8,8,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1412,0,0,0,0,0,0,0,131,54,0,50,'Greater Polymorph','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,1,1,1,1,1,0), + (22275,2,0,0,0,589824,268435592,0,0,32,0,0,64,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,73,1,0,1,1,0,0,0,0,0,0,0,455,95,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22276,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,'Elemental Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22277,6,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,1099,0,0,0,0,1,1,0,0,0,0,0,0,0,87,87,0,0,0,0,0,0,0,0,0,0,0,0,0,126,4,0,0,0,0,0,0,0,0,459,0,0,'Elemental Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22278,6,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,1099,0,0,0,0,1,1,0,0,0,0,0,0,0,87,87,0,0,0,0,0,0,0,0,0,0,0,0,0,126,16,0,0,0,0,0,0,0,0,459,0,0,'Elemental Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22279,6,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,1099,0,0,0,0,1,1,0,0,0,0,0,0,0,87,87,0,0,0,0,0,0,0,0,0,0,0,0,0,126,32,0,0,0,0,0,0,0,0,459,0,0,'Elemental Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22280,6,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,1099,0,0,0,0,1,1,0,0,0,0,0,0,0,87,87,0,0,0,0,0,0,0,0,0,0,0,0,0,126,8,0,0,0,0,0,0,0,0,459,0,0,'Elemental Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22281,6,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,1099,0,0,0,0,1,1,0,0,0,0,0,0,0,87,87,0,0,0,0,0,0,0,0,0,0,0,0,0,126,64,0,0,0,0,0,0,0,0,459,0,0,'Elemental Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22282,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,'Brood Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22283,0,0,0,0,400,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22284,0,0,0,0,0,0,458,0,0,'Brood Power: Red','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22284,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,13,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,75,0,0,1,0,0,0,0,0,0,0,0,262,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6579,11,0,0,'Brood Power: Red','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22285,0,0,0,0,400,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22290,0,0,0,0,0,0,458,0,0,'Brood Power: Blue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22286,0,0,0,0,400,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22291,0,0,0,0,0,0,458,0,0,'Brood Power: Bronze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22287,0,0,0,0,400,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22312,0,0,0,0,0,0,458,0,0,'Brood Power: Black','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22288,0,0,0,0,400,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22289,0,0,0,0,0,0,458,0,0,'Brood Power: Green','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22289,3,0,0,12,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6481,458,0,0,'Brood Power: Green','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22290,4,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,62,1,187,501,1,1,1,0,0,0,0,0,0,-101,656,1749,0,0,0,6,6,6,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4060,458,0,0,'Brood Power: Blue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22291,0,0,0,0,2048,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,23,12,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22311,0,0,0,0,0,6480,174,0,0,'Brood Power: Bronze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22311,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,22,0,0,30,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6479,174,0,0,'Brood Power: Bronze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (22312,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,375,0,0,1,0,0,0,0,0,0,0,0,1062,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,11,0,0,'Brood Power: Black','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22313,5,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6482,548,0,0,'Purple Hands','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,0,0,1,1,0,0), + (22331,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8170,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Rugged Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22332,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22331,0,0,0,0,0,107,41,0,0,'Rugged Leather','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22334,2,0,0,0,65536,0,0,0,0,0,0,64,0,0,0,0,16,0,0,31,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22335,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,60,1,1,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,3,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,68,0,0,'Bottle of Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22336,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,135,0,0,1,0,0,0,0,0,0,0,0,382,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22351,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22352,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-276,274,0,0,0,1,1,1,0,0,0,0,0,0,56,22,22,0,0,0,0,0,0,0,0,0,0,0,0,14061,32,4,0,0,0,0,0,0,0,53,0,0,'Phase Lasher (Fire)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22353,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-276,274,0,0,0,1,1,1,0,0,0,0,0,0,56,22,22,0,0,0,0,0,0,0,0,0,0,0,0,14062,32,8,0,0,0,0,0,0,0,53,0,0,'Phase Lasher (Nature)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22354,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-276,274,0,0,0,1,1,1,0,0,0,0,0,0,56,22,22,0,0,0,0,0,0,0,0,0,0,0,0,14063,32,64,0,0,0,0,0,0,0,53,0,0,'Phase Lasher (Arcane)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22355,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (22356,6,0,1,11,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,28,28,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-55,-61,0,0,0,0,22,22,0,15,15,0,9,9,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1677,0,50,'Slow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22357,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,39,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,59,1,0,1,1,0,0,0,0,0,0,0,166,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4340,188,0,50,'Icebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22371,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,4,0,5,5,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1.5,0,0,-2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,339,155,0,0,'Curse of Impotence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22372,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,9,0,0,0,101,0,0,0,0,125,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14081,0,0,0,0,0,0,0,0,3459,1490,0,0,'Demon Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22373,3,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,280,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,65,1,0,1,1,0,0,0,0,0,0,0,395,59,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22391,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22392,0,0,0,0,0,0,11,0,0,'Demon Portal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14101,0,0,0,0,0,0,0,0,3460,11,0,0,'Summon Enraged Felguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22393,0,0,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3961,11,0,0,'Enraged Felguard Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22411,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,134,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (22412,3,0,4,0,786432,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,7,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Virulent Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22413,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22412,0,0,0,0,0,0,152,0,0,'Virulent Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22414,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22415,3,99,1,7,1074331648,0,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22416,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,4,4,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,7,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,611,243,0,50,'Backstab','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (22417,5,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,10,8,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,20,1,0,399,19,0,0,0,0,1,1,0,0,0,0,0,0,0,69,15,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,2476,207,0,50,'Shadow Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22418,0,0,1,0,33554432,0,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,0,101,0,0,0,0,30,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,75,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,969,33,0,0,'Chaotic Focus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22419,4,0,1,3,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,6,31,17,0,1,1,0,0,0,0,0,0,0,84,56,0,0,0,0,22,22,22,15,15,15,13,13,13,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,5939,560,0,0,'Riptide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22420,4,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,22,0,0,15,0,0,18,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,6499,545,0,0,'Submersion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22421,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,1,1,39,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14122,0,0,0,0,0,0,0,0,6501,94,0,0,'Massive Geyser','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22422,4,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,75,26,0,1,1,0,0,0,0,0,0,0,462,99,0,0,0,0,22,22,0,15,15,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,1446,94,0,0,'Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22423,2,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,501,1,0,1,1,0,0,0,0,0,0,0,1749,349,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,678,0,0,'Flame Shock','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (22424,2,250,0,14,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,39,1,0,1,1,0,0,0,0,0,0,0,242,-51,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,1500,0,3,131072,0,1,1,1,1,1,0), + (22425,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2437,185,0,50,'Fireball Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22426,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,7,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-16,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,559,0,0,'Crush Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (22427,0,0,0,12,20,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,521,25,0,0,'Concussion Blow','','','','','','','','','','','','','','','',0,0,0,0,4,69206016,0,2,2,1,1,1,0), + (22428,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,19,0,0,0,0,21,21,0,0,0,0,0,0,0,138,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5440,957,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22429,0,0,8,0,128,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6502,538,0,0,'Tag: Bubbles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22430,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,7200000,31,0,0,0,101,0,45,45,0,0,0,0,0,0,0,1,0,0,9149,0,15410,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17967,0,0,0,0,0,0,0,0,0,0,0,563,1576,0,0,'Refined Scale of Onyxia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22431,0,0,8,0,64,67109888,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22429,0,0,0,0,0,0,538,0,0,'Tag: Bubbles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22432,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22430,0,0,0,0,0,107,41,0,0,'Refined Scale of Onyxia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22433,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,18,0,0,0,0,0,4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,151,1,0,1,1,0,0,0,0,0,0,0,924,999,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1946,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22434,0,0,0,0,65536,0,0,0,0,0,0,0,0,543,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17967,16204,16203,0,0,0,0,0,1,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17968,0,0,0,0,0,0,0,0,0,0,0,3182,1538,0,0,'Charged Scale of Onyxia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22435,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22434,0,0,0,0,0,107,241,0,0,'Charged Scale of Onyxia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22436,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,51,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,1,0,0,0,0,0,18,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6503,11,0,0,'Aura of Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (22438,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,0,0,9,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22439,0,0,0,0,0,6505,37,0,0,'Mark of Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (22439,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,18,0,0,31,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6504,37,0,0,'Mark of Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (22440,0,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,31,31,31,12,12,12,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,10,1,5,0,0,0,0,0,0,6506,332,0,0,'Commanding Shout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22441,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22442,0,0,0,0,0,0,1,0,0,'Growing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22442,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,135,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,18,0,0,16,0,0,18,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6507,11,0,0,'Growing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22458,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19999,0,0,0,0,0,22,0,0,7,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,453,0,0,'Healing Circle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22459,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100000000,0,0,0,0,0,0,0,0,14162,0,0,0,0,0,0,0,0,0,677,0,0,'Summon RaidMageArcaneFR','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22460,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,59,54,54,0,0,390,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,1.3,0,0,242,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,133,1500,0,3,1074008064,0,1,1,1,1,1,0), + (22478,5,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,18,0,0,16,0,0,9,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6519,234,0,0,'Intense Pain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22479,4,2,0,0,262160,136,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,60,60,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,6,187,1,1,1,1,1,0,0,0,0,0,0,656,-101,-26,0,0,0,24,24,24,0,0,0,9,9,9,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,193,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22480,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12208,3713,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18045,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Tender Wolf Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22481,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22480,0,0,0,0,0,222,1,0,0,'Recipe: Tender Wolf Steak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22482,0,0,0,0,262160,0,541065344,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3136,515,0,50,'Blade Flurry','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,0,1,1,0), + (22483,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14181,0,0,0,0,0,0,0,0,0,1,0,0,'PvP Herald Alpha Transform (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22498,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,22,0,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,1,0,0,'Land Mine Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22518,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6539,1479,0,0,'Glowy (Red)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22519,4,0,1,7,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,5,1,0,1,1,0,0,0,0,0,0,0,27,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6540,193,0,50,'Ice Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22520,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-276,274,0,0,0,1,1,1,0,0,0,0,0,0,56,22,22,0,0,0,0,0,0,0,0,0,0,0,0,14184,32,16,0,0,0,0,0,0,0,53,0,0,'Phase Lasher (Frost)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11583,0,0,0,0,0,0,0,0,0,1,0,0,'Nef Trans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22539,5,50,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,8,0,0,0,101,0,0,63,63,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,77,0,1125,0,0,1,0,0,0,0,0,0,0,0,3937,0,0,0,0,0,24,24,0,0,0,0,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6559,937,0,50,'Shadow Flame','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (22540,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,2,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (22558,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,13,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,75,0,0,1,0,0,0,0,0,0,0,0,262,0,0,0,0,0,24,0,0,0,0,0,18,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6580,11,0,0,'Brood Power: Red','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22559,4,0,1,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,62,1,187,251,1,1,1,0,0,0,0,0,0,-101,656,874,0,0,0,24,24,24,0,0,0,18,18,18,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6581,458,0,0,'Brood Power: Blue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22560,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,375,0,0,1,0,0,0,0,0,0,0,0,1062,0,0,0,0,0,24,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6582,11,0,0,'Brood Power: Black','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22561,3,0,1,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,18,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6583,458,0,0,'Brood Power: Green','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22562,0,0,0,0,256,0,0,0,0,0,0,0,0,14,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18151,0,0,0,0,0,0,0,0,0,0,0,654,1,0,0,'Fill Amethyst Phial','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22563,0,1091,0,0,32768,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,1,0,0,'Recall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22564,0,1091,0,0,32768,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,1,0,0,'Recall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22565,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11320,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Bloodpetal Zapper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22566,3,0,1,17,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,30,30,31,0,120,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,22,0,15,15,0,13,13,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,7552,0,0,0,0,0,0,0,0,2295,82,0,50,'Hex','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22567,0,0,0,0,272,67108864,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,-16,0,0,0,32,1,1,0,0,0,0,0,0,0,33,32,0,0,0,0,0,0,0,0,0,0,0,0,14143,0,0,0,0,0,0,0,0,335,1677,0,0,'Summon Ar\'lia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22568,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,32,32,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,6587,1680,0,0,'Ferocious Bite','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1,1,1,0), + (22569,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22568,0,0,0,0,0,107,1680,0,0,'Ferocious Bite','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22570,0,33,0,14,1310736,5505024,0,8,0,1,0,0,0,0,0,0,1,0,10000,0,2,0,0,101,0,0,6,6,447,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,5,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,6586,1681,0,0,'Mangle','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,7,0,0,2,2,1,1,1,0), + (22571,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22570,0,0,0,0,0,107,1681,0,0,'Mangle','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22572,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,6,6,1,1,1,1,1,1,0,0,0,1.5,0,0,4,-36,-36,0,0,0,6,6,6,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,406,499,0,50,'Bruising Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (22573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Furor\'s Anti-Zerg Cantrip','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22574,5,0,0,0,328708,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,250,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,11,0,0,1,0,0,0,0,0,0,0,0,94,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,25,0,0,'Dark Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (22575,5,0,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,135,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22576,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6589,1479,0,0,'Glowy (Blue)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22577,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6594,1479,0,0,'Glowy (Green)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22578,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6590,1479,0,0,'Glowy (Black)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22579,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6591,1479,0,0,'Glowy (Orange)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22580,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6592,1479,0,0,'Glowy (Yellow)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22581,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6593,1479,0,0,'Glowy (Purple)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22582,4,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,179,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22583,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4026531840,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'zzOLDSwiftshifting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (22584,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-41,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4026531840,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'zzOLDSwiftshifting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (22585,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-61,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4026531840,0,0,14,0,0,0,0,0,0,0,0,0,122,0,0,'zzOLDSwiftshifting','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (22586,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'5% speed bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22587,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'8% speed bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22588,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'10% speed bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22589,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'13% speed bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22590,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'15% speed bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22591,0,0,0,0,327700,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,6,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (22592,0,0,0,12,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6595,148,0,0,'Knockdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22593,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2483,0,0,0,0,0,0,0,0,3182,1,0,0,'Flame Mantle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22594,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2484,0,0,0,0,0,0,0,0,3182,1,0,0,'Frost Mantle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22595,3,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,18,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6596,636,0,0,'Poison Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22596,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2487,0,0,0,0,0,0,0,0,3182,1,0,0,'Shadow Mantle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22597,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2486,0,0,0,0,0,0,0,0,3182,1,0,0,'Nature Mantle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22598,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2485,0,0,0,0,0,0,0,0,3182,1,0,0,'Arcane Mantle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22599,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2488,0,0,0,0,0,0,0,0,3182,1,0,0,'Chromatic Mantle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22600,3,0,0,0,16777216,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,0,11,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,18,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22848,0,0,0,0,6598,320,0,0,'Force Reactive Disk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (22618,3,0,0,0,16777360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22600,0,0,0,0,0,0,320,0,0,'Force Reactive Disk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (22619,3,0,0,0,16777232,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,111,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,6599,320,0,0,'Force Reactive Disk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (22620,3,0,0,0,16777360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,50,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22619,0,0,0,0,0,0,320,0,0,'Force Reactive Disk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (22638,3,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22595,0,0,0,0,0,1712,636,0,0,'Poison Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22639,0,0,0,11,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,-61,0,0,11,0,6,6,0,0,0,0,0,0,0,3,33,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,167,108,0,0,'Eskhandar\'s Rake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (22640,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,1562,0,50,'Eskhandar\'s Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22641,0,0,0,0,538181648,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,100,0,60,1,1,0,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13327,0,0,0,0,2416,458,0,50,'Reckless Charge','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (22642,6,0,1,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,225,1,1,1,1,1,0,0,0,0,0,0,787,-51,-34,0,0,0,24,24,24,0,0,0,18,18,18,0,65,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6620,458,0,0,'Brood Power: Bronze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22643,4,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,35,0,0,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,51,1,0,1,1,0,0,0,0,0,0,0,142,-51,0,0,11,0,22,22,0,15,15,0,9,9,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22644,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,1,0,0,1,0,0,0,0,0,3,0,0,29,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2376,146,0,0,'Blood Leech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22645,4,0,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,19,1,0,1,1,0,0,0,0,0,0,0,110,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22646,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,100,0,60,1,1,37,1,0,0,0,0,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6626,458,0,50,'Reckless Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22647,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,199,0,0,0,0,5,5,0,0,0,0,0,0,0,79,133,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,169,0,0,'Empower Pet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22648,6,0,1,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,1,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22649,0,0,0,0,0,0,293,0,50,'Call of Eskhandar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22649,6,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,60,60,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,14306,0,0,0,0,0,0,0,0,74,293,0,0,'Summon Eskhandar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22650,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,143,0,0,'Ghost Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22651,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,60,60,31,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,6,6,6,17,0,0,0,0,0,0,12,53,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6627,99,0,0,'Sacrifice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22652,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22659,0,0,0,0,0,0,1,0,0,'Drakonid Spawner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22653,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22659,0,0,0,0,0,0,1,0,0,'Drakonid Spawner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22654,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14265,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Black Drakonid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22655,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14264,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Red Drakonid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14262,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Green Drakonid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14263,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Bronze Drakonid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22658,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14261,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Blue Drakonid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Drakonid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,49,0,0,0,1,1,1,0,0,0,0,0,0,56,138,79,0,0,0,0,0,0,0,0,0,0,0,0,4274,0,1,0,0,0,0,0,0,653,67,0,0,'Dire Wolf Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22661,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,60,60,1,0,150,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,6,0,0,0,0,0,0,0,0,24,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,1719,0,0,'Enervate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22662,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,60,60,86,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,121,23,1,1,1,1,0,0,0,0,0,0,739,138,-101,0,0,0,6,6,6,0,0,0,0,0,0,0,3,29,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,264,0,0,'Wither','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22663,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,3619,99,0,0,'Nefarian\'s Barrier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22664,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6628,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22665,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (22666,3,0,1,9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,30,30,32,0,30,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22667,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,299,0,0,0,0,6,6,0,0,0,0,0,0,0,6,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,95,0,0,'Shadow Command','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22668,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22669,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22670,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22671,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22672,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22673,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22674,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22675,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22676,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22677,5,0,0,0,589824,0,4,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,6,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22678,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,8,8,32,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22679,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22680,0,0,0,0,0,0,1,0,0,'Prismatic Drakonid Spawner','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22680,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14302,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Chromatic Drakonid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22681,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,12,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6628,209,0,0,'Shadowblink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22682,5,0,0,0,536936448,136,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,63,63,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,501,0,0,1,0,0,0,0,0,0,0,0,1749,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6629,937,0,50,'Shadow Flame','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,1,1,1,1,0), + (22683,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Onyxia Scale Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22684,6,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6630,1481,0,0,'Onyxia Scale Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,204,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,211,1,0,0,'Defense TEST','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22686,0,0,0,5,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,60,60,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,21,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4939,71,0,0,'Bellowing Roar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22687,5,36,2,0,16,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,32,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,6631,173,0,0,'Veil of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2999,24,0,0,0,1,1,1,0,0,0,0,0,0,56,22,79,0,0,0,0,0,0,0,0,0,0,0,0,11461,1,1,0,0,0,0,0,0,653,67,0,0,'Tree Form','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22689,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,199,0,0,0,0,6,6,0,0,0,0,0,0,0,33,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,494,0,0,'Mangle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (22690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6632,1,0,0,'Test Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22691,0,0,0,3,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,560,0,50,'Disarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (22692,0,36,1,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,6,6,0,0,0,0,0,0,0,12,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2111,148,0,0,'Petrify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22693,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6633,220,0,0,'Harden Skin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,0,0,0), + (22694,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2519,1,0,0,'Apo Mekhanes Theos','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22695,3,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,65,1,0,1,1,0,0,0,0,0,0,0,395,59,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22696,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1.6,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (22697,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,664232,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Arcane Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22699,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Inferno','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22700,0,0,0,0,33554432,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14337,0,0,0,0,0,0,0,0,74,90,0,0,'Field Repair Bot 74A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22701,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22703,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,50,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,12,0,22,22,0,15,15,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Inferno Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22704,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,12359,8170,7191,7067,7068,0,0,0,12,4,1,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18232,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Field Repair Bot 74A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22705,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22704,0,0,0,0,0,222,1543,0,0,'Schematic: Field Repair Bot 74A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22707,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,487,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Root','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22709,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,24,24,0,0,90,0,0,0,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,924,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,213,0,0,'Void Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22710,5,0,1,0,0,524288,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,1,1,9,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,6,0,0,5,39,99,0,0,0,38,38,38,0,0,0,0,0,0,13,61,65,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4056,63,0,0,'Enlarge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22711,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4304,7428,7971,4236,1210,8343,0,0,6,8,2,2,4,1,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18238,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Shadowskin Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22712,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22711,0,0,0,0,0,222,1,0,0,'Pattern: Shadowskin Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22713,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,18,0,0,0,0,0,3,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,3,1,0,1,1,0,0,0,0,1,1,0,18,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1946,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22714,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14350,0,0,0,0,0,0,0,0,6639,187,0,0,'Summon Hydroling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22715,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,3,0,25,0,0,1,0,0,0,0,0,0,0,0,37,0,0,0,0,0,6,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,2086,187,0,0,'Hydrojet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22716,4,0,1,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22715,0,0,0,0,0,0,187,0,0,'Hydrojet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22717,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14332,0,0,0,0,0,0,0,0,1703,1179,122,0,'Black War Steed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22718,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14333,0,0,0,0,0,0,0,0,5160,1682,122,0,'Black War Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22719,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14334,0,0,0,0,0,0,0,0,1707,1240,122,0,'Black Battlestrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22720,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14335,0,0,0,0,0,0,0,0,1704,1177,122,0,'Black War Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22721,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14330,0,0,0,0,0,0,0,0,1705,1180,122,0,'Black War Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22722,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14331,0,0,0,0,0,0,0,0,1706,1241,122,0,'Red Skeletal Warhorse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22723,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14336,0,0,0,0,0,0,0,0,1708,836,122,0,'Black War Tiger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22724,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14329,0,0,0,0,0,0,0,0,1709,1178,122,0,'Black War Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22725,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1050016,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2503,0,0,0,0,0,0,0,0,3326,1,0,0,'Defense +3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22727,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17012,14341,0,0,0,0,0,0,3,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18251,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Core Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22728,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22727,0,0,0,0,0,222,1,0,0,'Pattern: Core Armor Kit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22729,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,10,0,321,321,0,1,1,0,0,0,0,0,0,0,1439,1439,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1607,0,0,'Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (22730,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1685,0,0,'Increased Intellect','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (22731,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,22730,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22732,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10286,13464,13463,18256,0,0,0,0,1,4,4,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18253,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Major Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22733,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22732,0,0,0,0,0,222,1,0,0,'Recipe: Major Rejuvenation Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22734,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,65,65,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1687,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22735,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,1,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,299,49,19,0,0,0,1,1,1,0,0,0,0,0,0,61,28,138,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4487,1688,0,0,'Spirit of Runn Tum','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22736,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,61,6,1,1,1,1,1,1,0,0,0,0,0,0,0,-1,3,0,0,0,1,1,1,0,0,0,0,0,0,56,0,139,0,0,0,0,0,0,0,0,0,0,0,0,14353,8187,829,0,0,0,0,0,0,6640,497,0,0,'Gordok Ogre Suit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22737,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8188,0,0,0,0,0,0,0,0,6640,497,0,0,'Gordok Ogre Suit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22738,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,11,0,0,0,0,0,0,0,0,0,516,0,0,'Intercept Cooldown Reduction','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (22739,2,0,0,0,2048,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,1,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22741,0,0,0,0,0,2857,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22741,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,359,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3036,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22742,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-251,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,99,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2777,172,0,0,'Super Shrink Ray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,10,10,1,0), + (22743,5,2,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4341,62,0,0,'Ribbon of Souls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22744,4,0,1,7,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,0,0,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,26,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22745,0,0,0,0,14,180,0,0,'Chains of Ice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22745,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,101,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6641,180,0,0,'Chains of Ice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (22746,4,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,37,0,1,1,0,0,0,0,0,0,0,-51,131,0,0,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','','','','','','','','',0,0,0,0,3,1573376,0,1,1,1,1,1,0), + (22747,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22748,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 55','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22749,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,7078,7080,7082,13926,0,0,4,12,4,4,4,2,0,0,2,58867,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2504,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Spell Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22750,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,12803,7080,12811,0,0,0,4,8,6,6,1,0,0,0,2,58867,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2505,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Healing Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22751,1,0,0,0,151257088,32,4,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,65,60,60,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7079,310,0,50,'Fury of the Frostwolf','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483652,0,1,1,1,1,1,0), + (22752,1,0,0,19,67108864,65672,4,0,0,1,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,58,0,50,'Fevered Exhaustion','','','','','','','','','','','','','','','',0,0,0,0,6,536870912,0,0,0,1,1,1,0), + (22753,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22749,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Spell Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22754,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22750,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Healing Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22755,0,0,0,0,327824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,42483,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,'Critical Weapon +2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22756,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,42483,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2506,0,0,0,0,0,0,0,0,3324,1,0,0,'Sharpen Weapon - Critical','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22757,0,0,0,0,65584,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7067,12365,0,0,0,0,0,0,2,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18262,0,0,0,0,0,0,0,0,0,0,0,215,140,0,0,'Elemental Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22758,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22757,0,0,0,0,0,222,1,0,0,'Plans: Elemental Sharpening Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22759,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14342,17010,7078,12810,14341,0,0,0,6,8,2,6,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18263,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Flarecore Wraps','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22760,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22759,0,0,0,0,0,222,1,0,0,'Pattern: Flarecore Wraps','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22761,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18255,3713,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18254,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Runn Tum Tuber Surprise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22762,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22761,0,0,0,0,0,222,1,0,0,'Recipe: Runn Tum Tuber Surprise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22764,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22765,0,0,0,0,400,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22766,0,0,5,0,402915344,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,6147,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,184,250,30,0,'Sneak','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22767,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Root Resist 01','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22778,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,14,0,0,0,0,0,0,0,0,0,23,0,0,'Hamstring Rage Reduction','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (22779,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2523,0,0,0,0,0,0,0,0,215,1,0,0,'Biznicks 247x128 Accurascope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22780,0,0,0,0,262336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,'Ranged Hit Bonus +3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22781,0,0,0,0,65984,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,0,1,1,0,0,0,0,0,0,0,15,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22786,0,0,0,0,201,53,0,0,'Thornling','','','','','','','','','','','','','','','',0,133,0,0,7,256,0,0,0,1,1,1,0), + (22782,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,46,46,30,0,380,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,29,0,0,0,0,1,1,0,0,0,0,0,0,0,22,134,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,284,1711,0,50,'Mage Armor','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,3,268435456,0,1,1,1,1,1,0), + (22783,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,58,58,30,0,490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,29,0,0,0,0,1,1,0,0,0,0,0,0,0,22,134,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,284,1711,0,50,'Mage Armor','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,3,268435456,0,1,1,1,1,1,0), + (22784,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22782,0,0,0,0,0,107,1711,0,0,'Mage Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22785,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22783,0,0,0,0,0,107,1711,0,0,'Mage Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6659,263,0,0,'Irritating Spores','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22787,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22786,0,0,0,0,0,263,0,0,'Irritating Spores','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22788,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,13,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Grow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22789,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,1,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,11009,0,0,0,0,101,1513,0,0,'Gordok Green Grog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22790,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,1,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,64,1,1,0,1,1,0,0,0,0,0,0,0,24,-6,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3,0,0,0,11009,0,0,0,101,1313,0,0,'Kreeg\'s Stout Beatdown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (22792,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,100000000000,0,0,0,0,0,0,0,0,14362,0,0,0,0,0,0,0,0,6660,345,0,0,'Plant Thornling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22793,0,0,0,0,65824,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,17011,7076,16006,11371,16000,0,0,0,2,2,4,6,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18283,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Biznicks 247x128 Accurascope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22794,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22793,0,0,0,0,0,222,1,0,0,'Schematic: Biznicks 247x128 Accurascope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22795,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,17010,17011,12360,16006,16000,0,0,0,4,2,6,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18282,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Core Marksman Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22796,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22795,0,0,0,0,0,222,1548,0,0,'Schematic: Core Marksman Rifle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22797,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,12360,16006,7082,12803,7076,0,0,0,6,2,8,12,8,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18168,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Force Reactive Disk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22798,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22797,0,0,0,0,0,222,1548,0,0,'Schematic: Force Reactive Disk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22799,0,0,0,0,603979776,136,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,25,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,31770,0,0,0,0,355,1689,0,0,'King of the Gordok','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22800,3,0,1,7,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,51,0,0,1,0,0,0,0,0,0,0,0,224,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,0,0), + (22801,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,12,0,0,0,0,0,0,0,0,0,67,0,0,'Ghost Wolf Speed','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (22802,3,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,81,0,0,1,0,0,0,0,0,0,0,0,359,0,0,0,0,0,18,0,0,28,0,0,13,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1903,263,0,0,'Choking Spores','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,0,0,1,1,0,0), + (22803,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,32,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13022,0,0,0,0,0,0,0,0,0,548,0,0,'Dire Maul Trap - Summon','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,0,0,1,1,0,0), + (22804,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2416967680,0,0,7,0,0,0,0,0,0,0,0,0,687,0,0,'Shaman Shock Crit Bonus','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (22805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'r-h','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6661,1,0,0,'r-h','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22807,3,99,0,0,671154176,32,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,18,18,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,82,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,36,0,50,'Greater Water Breathing','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (22808,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7972,8831,8925,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18294,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Greater Water Breathing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22809,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22808,0,0,0,0,0,107,41,0,0,'Elixir of Greater Water Breathing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22810,0,0,0,0,65936,0,0,4,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,327,1,0,0,'Opening - No Text','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22811,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Crossbow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22812,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,60000,0,8,0,0,0,101,0,0,44,44,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,99,0,999,0,0,0,1,0,1,0,0,0,0,0,0,149,0,107,0,0,0,0,0,0,0,0,0,0,0,16777829,127,0,10,0,0,0,0,0,0,6662,689,0,0,'Barkskin','','','','','','','','','','','','','','','',15,133,1500,0,7,0,0,1,1,1,1,1,0), + (22813,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,8170,18240,14341,0,0,0,0,2,4,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18258,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Gordok Ogre Suit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22814,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22813,0,0,0,0,0,107,41,0,0,'Gordok Ogre Suit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22815,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,14048,18240,14341,0,0,0,0,4,2,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18258,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Gordok Ogre Suit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22816,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22815,0,0,0,0,0,107,41,0,0,'Gordok Ogre Suit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22817,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,50,50,367,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3580,200,0,50,'Fengus\' Ferocity','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22818,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,50,50,367,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,21,0,0,0,0,0,0,0,0,137,0,0,0,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,3580,1690,0,50,'Mol\'dar\'s Moxie','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22820,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,50,50,367,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,21,0,0,0,0,0,0,0,0,57,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3580,683,0,50,'Slip\'kik\'s Savvy','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22821,3,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14366,0,0,0,0,0,0,0,0,0,263,0,0,'Warpwood Spores','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,0,0,1,1,0,0), + (22822,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,32,0,8,8,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,3,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (22823,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,32,0,8,8,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,5,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (22825,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,18,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14370,0,0,0,0,0,0,0,0,121,153,0,0,'Summon Cadaverous Worm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22826,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22812,0,0,0,0,0,107,689,0,0,'Barkskin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22827,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,40,40,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,6587,1680,0,0,'Ferocious Bite','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1.5,1,1,0), + (22828,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,48,48,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,6587,1680,0,0,'Ferocious Bite','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,7,8388608,0,2,2,2,1,1,0), + (22829,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,56,56,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,6587,1680,0,0,'Ferocious Bite','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,7,8388608,0,2,2,2.5,1,1,0), + (22830,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22827,0,0,0,0,0,107,1680,0,0,'Ferocious Bite','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22831,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22828,0,0,0,0,0,107,1680,0,0,'Ferocious Bite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22832,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22829,0,0,0,0,0,107,1680,0,0,'Ferocious Bite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22833,0,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,100,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,49,0,0,0,0,24,24,0,0,0,0,18,18,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6665,1313,0,0,'Booze Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,0,0), + (22835,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,42,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9204,0,0,0,0,0,0,693,0,0,'Drunken Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22836,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,35,35,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,0,90,0,0,'Elemental Slaying 36','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22837,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7586,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Conjure Tharnariun\'s Hope','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22838,0,0,0,0,8388608,0,5,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,'Alterac Ram Aura Dummy Dispel DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22839,3,0,0,0,65920,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-21,0,0,0,0,1,1,0,0,0,0,0,0,0,138,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,689,0,0,'Barkskin Effect (DND)','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (22840,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2543,0,0,0,0,0,0,0,0,4050,1,0,0,'Arcanum of Rapidity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22841,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,138,140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Arcanum of Rapidity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22842,0,1011,0,0,262160,0,0,0,0,144,0,0,0,0,0,0,1,0,180000,0,0,0,0,101,0,0,36,36,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,50,0,0,'Frenzied Regeneration','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,0,0,0,2,1,1,1,0), + (22843,3,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Arcanum of Focus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22844,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2544,0,0,0,0,0,0,0,0,152,1,0,0,'Arcanum of Focus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22845,0,0,0,0,262160,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6661,50,0,0,'Frenzied Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22846,0,0,0,0,256,0,0,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2545,0,0,0,0,0,0,0,0,76,1,0,0,'Arcanum of Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22847,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Arcanum of Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22848,0,0,0,0,16777616,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6679,656,0,0,'Force Reactive Disk Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22849,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam Undead 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22850,0,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,12,299,0,0,0,0,1,1,0,0,0,0,0,0,0,30,22,0,0,0,0,0,0,0,0,0,0,0,0,0,95,1,0,0,0,0,0,0,0,6680,33,0,0,'Sanctuary','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (22851,0,0,0,0,262160,1049088,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,1680,0,50,'Ferocious Bite','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,2,0,1,1,1,0), + (22852,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22853,0,0,0,0,262160,1049088,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,0,1680,0,50,'Ferocious Bite','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,2,0,1,1,1,0), + (22854,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,50,0,0,'Increased Hunter Pet Damage','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (22855,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,'Increased Imp Firebolt Damage','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (22856,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6663,180,0,0,'Ice Lock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22857,0,132,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,20,20,8,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22858,0,0,0,0,0,236,278,0,0,'Retaliation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,0,0,0), + (22858,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,278,0,0,'Retaliation','','','','','','','','','','','','','','','',0,0,0,0,4,2147483648,0,2,2,1,1,0,0), + (22859,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,39,564,0,50,'Mortal Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,2,1,1,0), + (22860,0,0,0,0,16,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11450,0,0,0,0,0,0,0,0,6681,50,0,0,'Call Reavers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22861,0,0,0,0,262160,1049088,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,0,1680,0,50,'Ferocious Bite','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,2,0,1,1,1,0), + (22862,0,0,0,0,262160,1049088,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,1,0,3,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,1680,0,50,'Ferocious Bite','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,2,0,1,1,1,0), + (22863,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5926,516,0,0,'Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22864,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22704,0,0,0,0,0,107,1,0,0,'Field Repair Bot 74A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22865,5,0,0,0,268500992,1,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14385,0,0,0,0,0,0,0,0,74,215,0,0,'Summon Doomguard','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22866,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,9210,14342,7080,7078,14344,14341,0,16,10,10,12,12,6,6,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18405,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Belt of the Archmage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22867,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14256,12662,12808,14341,0,0,0,12,20,6,8,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18407,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Felcloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22868,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7078,7910,14341,0,0,0,0,12,10,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18408,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Inferno Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22869,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,13926,14341,0,0,0,0,12,6,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18409,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22870,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,12809,12360,14341,0,0,0,0,12,4,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18413,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cloak of Warding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22871,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22866,0,0,0,0,0,222,1,0,0,'Pattern: Belt of the Archmage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22872,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22867,0,0,0,0,0,222,1,0,0,'Pattern: Felcloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22873,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22868,0,0,0,0,0,222,1,0,0,'Pattern: Inferno Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22874,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22869,0,0,0,0,0,222,1,0,0,'Pattern: Mooncloth Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22875,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22870,0,0,0,0,0,222,1,0,0,'Pattern: Cloak of Warding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22876,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,31,0,0,0,101,0,0,1,1,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14389,0,0,0,0,0,0,0,0,6683,173,0,0,'Summon Netherwalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (22877,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,1,0,0,'Attunement to the Core','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22878,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22879,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Cho\'Rush Random','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22880,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8227,0,0,0,0,0,0,0,0,0,1,0,0,'Cho\'Rush Random Effect (Priest)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22881,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8229,0,0,0,0,0,0,0,0,0,1,0,0,'Cho\'Rush Random Effect (Shaman)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22882,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8228,0,0,0,0,0,0,0,0,0,1,0,0,'Cho\'Rush Random Effect (Mage)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22883,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,0,20,20,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,285,0,0,1,0,0,0,0,0,0,0,0,1757,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (22884,5,0,0,5,327680,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,35,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,14,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Psychic Scream','','','','','','','','','','','','','','','',0,133,1500,0,0,0,5,1,1,1,1,1,0), + (22885,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,0,130,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,35,0,0,1,0,0,0,0,0,0,0,0,326,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,687,0,0,'Earth Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22886,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,58,0,1,1,0,1,1,0,0,0,0,0,0,0,119,299,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,4259,457,0,50,'Berserker Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (22887,0,0,0,0,4784146,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,2,0,0,63,0,0,1,0,0,0,0,0,0,0,0,178,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,'Throw','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,3,2,1,1,1,0), + (22888,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,139,4,0,0,0,22,22,22,30,30,30,12,12,12,71,99,52,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,4230,1548,0,0,'Rallying Cry of the Dragonslayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22890,0,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,7,11,0,0,0,0,0,0,0,1,0,0,'Undo Crowd Control','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22891,0,0,0,0,0,163840,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,17,10,0,0,0,0,0,0,0,1,0,0,'Undo Crowd Control Rogue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22893,6,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,2068,169,0,0,'Arcane Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (22894,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22842,0,0,0,0,0,107,50,0,0,'Frenzied Regeneration','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22895,0,1011,0,0,262160,0,0,0,0,144,0,0,0,0,0,0,1,0,180000,0,0,0,0,101,0,0,46,46,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,50,0,0,'Frenzied Regeneration','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,0,0,0,2,1,1,1,0), + (22896,0,1011,0,0,262160,0,0,0,0,144,0,0,0,0,0,0,1,0,180000,0,0,0,0,101,0,0,56,56,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,50,0,0,'Frenzied Regeneration','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,0,0,0,2,1,1,1,0), + (22897,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22895,0,0,0,0,0,107,50,0,0,'Frenzied Regeneration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22898,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22896,0,0,0,0,0,107,50,0,0,'Frenzied Regeneration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22899,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14396,0,0,0,0,0,0,0,0,74,210,0,0,'Eye of Immol\'thar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22900,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,16,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Body Switch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22901,5,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,12,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6684,140,0,0,'Body Switch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22902,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,13926,14341,0,0,0,0,6,4,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18486,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mooncloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22903,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22902,0,0,0,0,0,222,1,0,0,'Pattern: Mooncloth Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22904,0,0,0,0,256,0,4,0,0,0,0,0,0,1223,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179562,15,0,0,0,0,0,0,0,0,33,0,0,'Heated Blade DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179561,0,0,0,0,0,0,0,0,235,1,0,0,'Place Unfired Blade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22906,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18492,0,0,0,0,0,0,0,0,0,0,0,4366,1,0,0,'Plunging Blade into Onyxia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22907,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,214,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (22908,6,49,0,0,65538,268435460,131072,0,0,0,0,64,0,0,0,0,1,0,60000,1,0,0,0,101,0,0,58,58,32,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,126,0,0,'Volley','','','','','','','','','','','','','','','',0,133,1500,0,9,8192,0,3,2,1,1,1,0), + (22909,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-41,-101,-51,0,0,0,6,6,6,0,0,0,0,0,0,33,138,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,99,0,0,'Eye of Immol\'thar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (22910,2,411,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,62,56,56,3,0,245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164875,0,0,0,0,0,0,0,0,3302,678,0,0,'Immolation Trap','','','','','','','','','','','','','','','',0,133,1500,0,9,4,0,0,1,1,1,1,0), + (22911,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,1,0,0,0,0,95,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,-1,0,0,12,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3783,457,0,50,'Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (22912,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 18','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22913,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Random Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22914,6,42,1,11,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,20,20,27,0,0,0,0,0,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,11,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22915,0,0,0,0,3180,15,0,0,'Concussive Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (22915,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Improved Concussive Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22916,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,63,0,1,1,0,0,0,0,0,0,0,49,93,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,2069,314,0,0,'Uppercut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (22917,5,0,0,0,327680,0,2,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-41,39,0,0,0,0,1,1,0,0,0,0,0,0,0,126,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,3619,217,55,0,'Shadowform','','','','','','','','','','','','','','','',40,133,0,0,0,0,0,0,0,1,1,1,0), + (22918,0,0,0,0,262544,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,'zzOLDFrenzied Regeneration Dummy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22919,5,0,0,11,0,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,27,0,60,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,239,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,0,0), + (22920,6,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,2,0,1,251,0,1,1,0,0,0,0,0,0,0,74,874,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,2068,169,0,0,'Arcane Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22921,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12804,15407,14341,0,0,0,0,12,12,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18504,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Girdle of Insight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22922,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7082,11754,15407,14341,0,0,0,12,6,4,2,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18506,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Mongoose Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22923,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,18512,15420,15407,14341,0,0,0,12,8,60,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18508,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Swift Flight Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22924,0,0,1,7,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,64,151,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,22,22,22,15,15,15,13,13,13,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,838,66,0,0,'Grasping Vines','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22925,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18513,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Conjure Dull Flat Elven Blade DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22926,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12607,15416,15414,15407,14341,0,0,30,12,30,30,5,8,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18509,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Chromatic Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22927,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12803,7080,18512,15407,14341,0,0,30,12,10,8,3,8,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18510,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Hide of the Wild','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22928,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7082,12753,12809,15407,14341,0,0,30,12,4,8,4,8,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18511,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Shifting Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22929,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22921,0,0,0,0,0,222,1,0,0,'Pattern: Girdle of Insight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22930,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22922,0,0,0,0,0,222,1,0,0,'Pattern: Mongoose Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22931,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22923,0,0,0,0,0,222,1,0,0,'Pattern: Swift Flight Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22932,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22926,0,0,0,0,0,222,1,0,0,'Pattern: Chromatic Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22933,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22927,0,0,0,0,0,222,1,0,0,'Pattern: Hide of the Wild','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22934,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22928,0,0,0,0,0,222,1,0,0,'Pattern: Shifting Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22935,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,18,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,40,0,0,'Planted','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22936,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,77,0,0,1,0,0,0,0,0,0,0,0,725,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6685,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22937,3,18,4,0,524288,136,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,101,1,0,1,1,0,0,0,0,0,0,0,149,99,0,0,0,0,53,53,0,16,16,0,13,13,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Poison Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22938,6,0,1,0,589824,136,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,6,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22939,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14397,0,0,0,0,0,0,0,0,0,1479,0,0,'Summon Mana Bursts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22940,6,0,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,2,0,1,51,0,1,1,0,0,0,0,0,0,0,74,174,0,0,0,0,22,22,0,15,15,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,2068,169,0,0,'Arcane Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22941,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11286,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Player Lost Shackles DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22942,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15875,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Player Lost Apple DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22943,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8432,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Player Lost Eau d\' Mixilpixil DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22944,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8095,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Player Lost Hinot\'s OilDND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22945,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,0,0,0,0,150,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,24,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,165,0,0,'Forked Lightning','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (22946,3,35,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,19,0,0,31,0,0,0,101,0,0,1,1,8,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,5,7,0,1,1,0,0,0,0,5,5,0,27,41,0,0,0,0,16,28,0,0,0,0,13,13,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,141,0,0,'Lightning Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22947,5,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,39,0,0,1,0,0,0,0,0,0,0,0,362,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (22948,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,151,0,0,1,0,0,0,0,0,0,0,0,424,0,0,0,0,0,18,0,0,16,0,0,17,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6099,41,0,0,'Spore Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22949,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18501,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18540,0,0,0,0,0,0,0,0,0,0,0,3058,266,0,0,'Seal Felvine Shard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22950,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1480,0,0,'Portal of Immol\'thar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (22951,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22958,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19016,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Vessel of Rebirth DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22959,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,6,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,816,0,0,'Fire Vulnerability','','','','','','','','','','','','','','','',0,0,0,0,3,2147483648,0,1,0,1,0,0,0), + (22960,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,0,'zzOLDImproved Scorch','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (22961,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,0,'zzOLDImproved Scorch','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (22962,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,0,'zzOLDImproved Scorch','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (22963,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,0,'zzOLDImproved Scorch','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (22964,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,22959,0,0,0,0,0,0,816,0,0,'zzOLDImproved Scorch','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (22965,5,0,0,0,262144,0,536870912,33554432,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,'ZZOLDCurse of Agony','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (22966,5,0,0,0,262144,0,536870912,33554432,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,'ZZOLDCurse of Agony','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (22967,0,0,0,0,65584,0,0,0,0,0,0,0,0,3,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18562,12360,17010,18567,0,0,0,0,1,10,1,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17771,0,0,0,0,0,0,0,0,0,0,0,390,1,0,0,'Smelt Elementium','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22968,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22967,0,0,0,0,0,107,679,0,0,'Smelt Elementium','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22969,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6699,1,0,0,'Quest - Kodo Fade Out (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22970,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Kodo Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6700,1,0,0,'NefTest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22972,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22975,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22975,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22976,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22976,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22977,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22977,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22978,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22979,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22979,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22980,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22980,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22981,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22982,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22982,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22983,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22983,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22984,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22984,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,77,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,0,17,16,0,16,20,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22985,2,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,77,0,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,17,17,0,16,16,0,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6700,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22986,2,0,0,0,16,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22972,22978,22981,0,0,0,0,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22987,0,0,0,0,384,268566528,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Warlock Doomguard Tap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22988,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,1399,19,29,0,0,0,1,1,1,0,0,0,0,0,0,102,54,138,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,211,0,0,'Illidan\'s Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18582,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18583,0,0,0,0,0,0,22991,0,0,0,0,78,211,0,0,'The Breaking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18584,18583,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18582,0,0,0,0,0,0,0,0,0,0,0,4050,211,0,0,'The Forming','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22991,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18582,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18584,0,0,0,0,0,0,0,0,0,0,0,78,211,0,0,'The Breaking Left Blade DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (22992,5,0,0,0,16,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,38,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22986,0,0,0,0,0,6719,11,0,0,'Shadow Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (22993,5,0,0,0,545325056,136,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,63,63,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19999,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,50,'Shadow Flame','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,1,1,1,1,0), + (22994,3,99,0,7,589824,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,5,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,6,6,6,0,0,47,0,0,8,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangle','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,1,1,1,1,0), + (22995,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,47,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1480,0,0,'Summon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22996,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,105,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179604,0,0,0,0,0,0,0,0,6801,1691,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (22997,3,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,64,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19594,0,0,0,0,0,1712,692,0,0,'Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (22998,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,30,0,0,11,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1691,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (22999,3,0,0,0,268435456,0,0,0,0,0,0,32768,0,0,0,0,15,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,47,0,50,'Defibrillate','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (23000,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,212,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Ez-Thro Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (23001,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,6714,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,2,3,0,75,0,0,1,0,0,0,0,0,0,0,0,212,0,0,0,0,0,1,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,37,0,0,'Ez-Thro Dynamite Backfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (23002,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,38,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,15,15,0,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0,0,6720,1692,0,0,'Alarm-o-bot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23003,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23002,0,0,0,0,0,0,1692,0,0,'Alarm-o-bot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14434,0,0,0,0,0,0,0,0,2206,1619,0,0,'Summon Alarm-o-Bot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23005,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,105,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179624,0,0,0,0,0,0,0,0,6801,433,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (23006,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,30,0,0,11,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23007,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21161,0,0,0,0,0,222,1,0,0,'Plans: Sulfuron Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23008,0,0,0,0,2064,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,40,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,676,1,0,0,'Powerful Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23009,0,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,6,0,35,0,0,1,0,0,0,0,0,0,0,0,332,0,0,0,0,0,22,22,0,15,15,0,13,13,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23010,0,0,0,0,0,174,0,0,'Tendrils of Air','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23010,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,62,0,0,11,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,1,1,1,0,0,0,0,0,0,105,60,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,6359,174,0,0,'Tendrils of Air','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23011,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,24,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6739,320,0,0,'Tears of the Wind Seeker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (23012,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14444,0,0,0,0,0,0,0,0,6744,29,0,0,'Summon Orphan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23013,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14305,0,0,0,0,0,0,0,0,6744,29,0,0,'Summon Orphan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23014,5,0,0,0,256,268436484,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4110,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,38,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6740,87,0,0,'Possess','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23015,5,0,0,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,8,0,101,0,0,0,0,85,0,0,0,0,0,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,6,6,1,0,0,1,0,0,0,0,0,0,0,0,49999,0,0,0,0,0,38,38,38,0,6,0,0,0,0,0,23,38,0,18000,0,0,0,0,0,0,0,0,0,0,0,0,11,0,23019,0,0,0,0,177,1693,0,0,'Crystal Prison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23016,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,85,0,0,0,0,0,4,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,38,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6741,1,0,0,'Lash of Submission','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23017,0,0,0,0,402653440,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6742,1480,0,0,'Arcane Channeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23018,0,0,0,0,402653456,4,4,0,0,0,0,0,0,0,0,0,1,0,0,0,4127,4127,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6742,1480,0,0,'Use Dragon Orb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23019,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1266,1,0,0,'Crystal Prison Dummy DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-91,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,1693,0,0,'Crystal Imprisonment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23021,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-36,-101,-51,0,0,0,1,1,1,0,0,0,0,0,0,61,138,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,71,0,0,'Dragon Orb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23022,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179644,0,0,0,0,0,0,0,0,0,1,0,0,'Crystal Prison Conjure DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23023,2,0,0,0,2048,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,299,0,0,0,0,0,24,24,24,0,0,0,10,10,10,3,5,23,1000,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16806,0,0,0,4326,937,0,0,'Conflagration','','','','','','','','','','','','','','','',0,0,0,0,0,0,4,0,0,1,1,1,0), + (23024,2,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,46,0,0,0,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6743,1,0,0,'Fireball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23025,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,11,0,0,0,0,0,0,0,0,0,1499,0,0,'Blink Cooldown Reduction','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (23027,6,0,1,0,65536,0,0,0,0,0,0,256,0,0,0,0,1,0,0,8,0,0,0,101,0,52,42,42,42,0,945,0,0,0,4,0,0,0,0,17019,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,37,0,0,0,0,0,10,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,125,0,0,'zzOLDArcane Brilliance','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (23028,6,0,1,0,65536,0,0,0,0,0,0,256,0,0,0,0,1,0,0,8,0,0,0,101,0,66,56,56,42,0,3400,0,0,0,5,0,0,0,0,17020,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,37,0,0,0,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,158,1694,0,0,'Arcane Brilliance','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1024,0,1,1,1,1,1,0), + (23029,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23027,0,0,0,0,0,222,125,0,0,'zzOLDArcane Brilliance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23030,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23028,0,0,0,0,0,222,125,0,0,'Arcane Brilliance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23031,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Cancel Bob Possession','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23032,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian\'s Troops Flee','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23033,0,0,0,0,320,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,11,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1691,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23034,0,0,0,0,65536,0,0,2048,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14465,0,0,0,0,0,0,0,0,6801,1691,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (23035,0,0,0,0,65536,0,0,2048,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14466,0,0,0,0,0,0,0,0,6801,433,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (23036,0,0,0,0,320,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,11,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,433,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23037,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,284,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,8,0,0,0,0,0,0,0,0,0,209,0,50,'Mana Shield Absorb Increase','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (23038,2,19,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,110,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,67,18,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,678,0,0,'Flame Shock','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (23039,2,250,0,14,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,32,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,19,1,0,1,1,0,0,0,0,0,0,0,111,-31,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,1500,0,3,131072,0,1,1,1,1,1,0), + (23040,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,11,0,0,'Warming Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23041,0,1160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1800000,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18609,0,0,0,0,0,0,0,0,0,0,0,343,1,0,0,'Call Anathema','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23042,0,1160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1800000,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18608,0,0,0,0,0,0,0,0,0,0,0,134,1,0,0,'Call Benediction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23043,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,8192,0,0,9,0,0,0,0,0,0,0,0,0,95,0,0,'Mind Blast Cast Pushback Reduction','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (23044,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,1,0,0,0,0,0,0,0,0,0,1488,0,0,'Psychic Scream Duration Increase','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (23046,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,256,0,0,9,0,0,0,0,0,0,0,0,0,816,0,0,'Searing Pain Cast Pushback Reduction','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (23047,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-201,-201,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,4,4,0,10,21,0,0,0,0,0,0,0,0,31,0,0,'Immolate Cast Time Reduction','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (23048,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8,0,0,11,0,0,0,0,0,0,0,0,0,245,0,0,'Gouge Cooldown Reduction','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (23049,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,1,0,0,0,0,0,0,0,0,0,516,0,0,'Sprint Duration Increase','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (23050,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,89,499,0,0,0,0,1,1,0,0,0,0,0,0,0,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Mithril Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23051,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,299,0,0,0,0,1,1,0,0,0,0,0,0,0,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23052,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,114,699,0,0,0,0,1,1,0,0,0,0,0,0,0,13,34,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Arcanite Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23053,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,32,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4859,1,0,0,'Infernal Conjure Dummy DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23054,0,0,0,0,0,0,0,0,0,0,0,0,0,1243,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8328,0,0,0,0,0,0,0,0,1384,1,0,0,'Igniting Kroshius','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23055,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,891,47,0,0,'Defibrillated!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23056,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,0,0,0,0,0,0,4859,1,0,0,'Call Infernal Destroyer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23057,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179681,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Mob Spawn Circle (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23058,0,0,0,0,256,0,0,0,0,0,0,16384,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,59,61,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8331,0,0,0,0,0,0,0,215,1,0,0,'Fix Ritual Bell (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23059,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18628,0,0,0,0,0,0,0,0,0,0,0,1383,1,0,0,'Create Thorium Brotherhood Contract DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23060,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,26,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,20,0,0,0,0,0,12,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6759,1695,0,0,'Battle Squawk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23061,0,0,0,0,256,0,0,0,0,0,0,16384,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Fix Ritual Node','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23062,0,0,0,0,256,0,0,0,0,0,0,16384,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,59,61,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8335,0,0,0,0,0,0,0,215,1,0,0,'Fix Ritual Candle (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23063,2,0,0,0,65536,136,0,0,0,0,0,64,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,121,0,0,1,0,0,0,0,0,0,0,0,339,0,0,0,0,0,16,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,37,0,0,'Dense Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (23064,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,108,10,30,1,251,251,1,1,1,0,0,0,0,0,0,0,374,374,0,0,0,21,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,173,1,0,0,'Recombobulate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18640,0,0,0,0,0,0,0,0,0,0,0,6760,965,0,0,'Throw Rock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23066,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,4234,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9318,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Red Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23067,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,4234,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9312,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Blue Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23068,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,4234,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9313,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Green Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23069,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10505,4338,0,0,0,0,0,0,1,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18588,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'EZ-Thro Dynamite II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23070,0,0,0,0,65824,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15992,14047,0,0,0,0,0,0,2,3,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18641,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Dense Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23071,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,6037,7067,7069,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18631,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Truesilver Transformer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23072,3,0,3,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,1,1,0,0,0,0,0,0,0,0,89,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6761,1614,0,0,'Seething Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23073,0,0,0,0,4718610,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,14,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (23074,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1548,0,0,'Arcanite Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1548,0,0,'Mithril Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23076,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1548,0,0,'Mechanical Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23077,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,15994,18631,12361,7078,3829,13467,0,0,6,2,2,4,2,4,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18634,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Gyrofreeze Ice Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23078,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15994,18631,7191,14227,7910,0,0,0,2,2,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18587,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Goblin Jumper Cables XL','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23079,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,16000,18631,14047,0,0,0,0,0,2,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18637,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Major Recombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23080,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15994,15992,8170,159,0,0,0,0,2,3,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18594,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Powerful Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23081,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,11371,18631,7080,7910,12800,0,0,0,4,3,6,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18638,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Hyper-Radiant Flame Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23082,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,11371,18631,12803,12808,12800,12799,0,0,8,4,6,4,2,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18639,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Ultra-Flash Shadow Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23083,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23066,0,0,0,0,0,222,1548,0,0,'Schematic: Red Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23084,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23067,0,0,0,0,0,222,1548,0,0,'Schematic: Blue Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23085,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23068,0,0,0,0,0,222,1548,0,0,'Schematic: Green Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23086,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23069,0,0,0,0,0,222,1548,0,0,'Schematic: EZ-Thro Dynamite II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23087,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23069,0,0,0,0,0,222,1548,0,0,'Copy of Schematic: EZ-Thro Dynamite II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23088,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23071,0,0,0,0,0,222,1548,0,0,'Schematic: Truesilver Transformer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23089,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23077,0,0,0,0,0,222,1548,0,0,'Schematic: Gyrofreeze Ice Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23090,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23078,0,0,0,0,0,222,1548,0,0,'Schematic: Goblin Jumper Cable XL','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23091,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23079,0,0,0,0,0,222,1548,0,0,'Schematic: Major Recombobulator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23092,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23080,0,0,0,0,0,222,1548,0,0,'Schematic: Powerful Seaforium Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23093,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23081,0,0,0,0,0,222,1548,0,0,'Schematic: Hyper-Radiant Flame Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23094,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23082,0,0,0,0,0,222,1548,0,0,'Schematic: Ultra-Flash Shadow Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23095,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23070,0,0,0,0,0,107,1,0,0,'Dense Dynamite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23096,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,12359,15994,8170,7910,7191,0,0,0,4,2,4,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18645,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Alarm-O-Bot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23097,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,6764,33,0,0,'Fire Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23098,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23096,0,0,0,0,0,222,1548,0,0,'Schematic: Alarm-O-Bot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23099,0,44,0,0,0,32,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,30,30,8,2,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2276,959,0,0,'Dash','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23100,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23099,0,0,0,0,0,107,959,0,0,'Dash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23101,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1487,0,0,'Eye of Divinity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23102,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,35,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,33,1,0,1,1,0,0,0,0,0,0,0,95,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23103,3,99,1,12,1073807360,2184,0,0,0,0,0,0,0,0,0,0,5,0,0,15,2,0,0,101,0,0,10,10,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,18,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,220,0,0,'Enveloping Winds','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23104,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,25,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,272,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (23105,3,35,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,5,7,0,1,1,0,0,0,0,3,3,0,27,41,0,0,0,0,16,28,0,0,0,0,13,13,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,141,0,0,'Lightning Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23106,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,6000,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23107,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,1,0,0,'Enter the Light DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23108,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,249,49,0,0,0,0,22,22,0,30,30,0,12,12,0,24,8,0,2000,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,156,0,0,'Blessing of Nordrassil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23109,0,44,0,0,0,32,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,40,40,8,2,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2276,959,0,0,'Dash','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23110,0,44,0,0,0,32,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,50,50,8,2,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2276,959,0,0,'Dash','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23111,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23109,0,0,0,0,0,107,959,0,0,'Dash','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23112,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23110,0,0,0,0,0,107,959,0,0,'Dash','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23113,2,250,0,14,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,19,1,0,1,1,0,0,0,0,0,0,0,121,-51,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,1500,0,3,131072,0,1,1,1,1,1,0), + (23114,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,17,0,0,1,0,0,0,0,0,0,0,0,163,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,687,0,0,'Earth Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23115,4,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,13,0,1,1,0,0,0,0,0,0,0,-51,131,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,976,0,0,'Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23116,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6763,1,0,0,'Vertex Color: Light Blue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23117,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,30,0,1,1,0,1,1,0,0,0,0,0,0,0,149,149,0,0,0,0,22,22,0,30,30,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3542,22,0,0,'Ritual Bell Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (23118,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,62,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,3,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14486,0,0,0,0,0,0,0,0,0,1,0,0,'Conjure Scourge Footsoldier DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23119,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,64,0,5,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14484,0,0,0,23121,0,0,0,0,0,1,0,0,'Conjure Peasant DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23120,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,22,0,0,30,0,0,10,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,5739,99,0,0,'Black March Blessing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23121,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,5,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14485,0,0,0,0,0,0,0,0,0,1,0,0,'Conjure Peasant DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23122,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18642,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Jaina\'s Autograph','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23123,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18643,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Cairne\'s Hoofprint','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23124,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18598,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Human Orphan Whistle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23125,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18597,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Orcish Orphan Whistle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23126,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4096,0,0,101,0,0,5,5,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,207,0,50,'World Enlarger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23127,3,0,3,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,89,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1712,88,0,0,'Death\'s Door','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23128,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,19,0,0,0,0,1,1,0,0,0,0,0,0,0,138,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,957,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23129,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,10561,15994,10558,10560,3864,0,0,0,1,2,1,1,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18660,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'World Enlarger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23130,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23129,0,0,0,0,0,222,1548,0,0,'Schematic: World Enlarger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23131,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,6765,501,0,0,'Frost Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23132,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,6766,207,0,0,'Shadow Reflector','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,'Gnomish Battle Chicken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1696,0,0,'Goblin Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18662,0,0,0,0,0,0,0,0,0,0,0,6767,965,0,0,'Heavy Leather Ball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23136,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8420,0,0,0,0,0,0,0,0,6769,1,0,0,'Release J\'eevee','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23137,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Priest Event Despawner DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23138,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,'Gate of Shazzrah','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23139,6,0,0,0,128,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1480,0,0,'Gate of Shazzrah','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23140,0,0,0,0,384,0,0,0,0,0,0,0,0,1263,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1383,1,0,0,'J\'eevee summons object','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23141,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon Crusader','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23142,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon Icy Chill','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23143,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,42483,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2504,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon Spell Power','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23144,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,42483,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2505,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon Healing Power','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23145,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,30,30,8,2,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2276,208,0,0,'Dive','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23146,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23145,0,0,0,0,0,107,208,0,0,'Dive','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23147,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,40,40,8,2,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2276,208,0,0,'Dive','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23148,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,50,50,8,2,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2276,208,0,0,'Dive','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23149,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23147,0,0,0,0,0,107,208,0,0,'Dive','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23150,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23148,0,0,0,0,0,107,208,0,0,'Dive','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18659,18646,18665,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18608,0,0,0,0,0,0,0,0,0,0,0,41,1,0,0,'Balance of Light and Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23152,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8428,0,0,0,0,0,0,0,0,6826,1,0,0,'Summon Xorothian Dreadsteed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23153,4,0,1,0,2048,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,-51,-31,0,0,0,6,6,6,0,0,0,0,0,0,162,65,33,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6770,1700,0,0,'Brood Affliction: Blue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23154,5,0,2,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,6771,1699,0,0,'Brood Affliction: Black','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23155,2,0,3,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,13,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6772,1548,0,0,'Brood Affliction: Red','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23156,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8430,0,0,0,0,0,0,0,0,0,1,0,0,'Peasant Event Anti-Cheat DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23157,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,14,0,0,0,0,0,0,0,0,0,218,0,0,'Arcane Shot Mana Reduction','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (23158,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,4,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,11,0,0,0,0,0,0,0,0,0,15,0,0,'Concussive Shot Cooldown Reduction','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (23159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,32,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14504,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Dreadsteed Spirit (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23160,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,23161,33391,0,0,0,0,107,115,0,0,'Teach Summon Dreadsteed','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23161,5,0,0,21,269582336,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,128,0,0,101,0,0,60,60,21,0,150,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,77,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,1,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14505,0,0,0,0,0,0,0,0,656,1715,122,0,'Summon Dreadsteed','','','','','','','','Summon','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23162,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,1,2,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,210,1697,0,0,'Harass','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,2,1,1,1,0), + (23163,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23162,0,0,0,0,0,107,1697,0,0,'Harass','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,18,2,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,210,1697,0,0,'Harass','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,1,2,1,1,1,0), + (23165,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,9,2,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,210,1697,0,0,'Harass','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,1,2,1,1,1,0), + (23166,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23164,0,0,0,0,0,107,1697,0,0,'Harass','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23167,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23165,0,0,0,0,0,107,1697,0,0,'Harass','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23168,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149999,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4059,1548,0,0,'Brood Affliction: Red','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23169,3,0,4,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,249,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,3,118,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,6773,1702,0,0,'Brood Affliction: Green','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23170,6,0,0,0,2048,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6774,1701,0,0,'Brood Affliction: Bronze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23171,6,0,0,0,67109120,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6775,1701,0,0,'Time Stop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23172,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23173,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Brood Affliction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23174,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,99,499,0,0,0,6,6,6,0,0,0,0,0,0,56,6,22,0,0,0,0,0,0,0,0,0,0,0,0,14302,0,127,0,0,0,0,0,0,6776,90,0,0,'Chromatic Mutation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23175,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,99,299,0,0,0,1,1,1,0,0,0,0,0,0,79,138,65,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'Chromatic Mutation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179697,0,0,0,0,0,0,0,0,0,162,0,0,'Summon Pirate Booty (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23177,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9999,999,0,0,0,0,1,1,0,0,0,0,0,0,0,34,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,1,0,0,'Chromatic Mutation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23179,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,869,0,0,0,0,0,0,0,0,6777,497,0,0,'Taint of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23180,0,0,0,0,256,0,0,0,0,0,0,0,0,663,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8438,0,0,0,0,0,0,0,0,6769,1,0,0,'Release Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23181,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23182,4,0,0,0,612368384,0,5,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,'Mark of Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23183,4,0,0,0,536871296,268435592,4,196864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,'Mark of Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23184,4,0,0,0,64,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23183,0,0,0,0,0,0,180,0,0,'Mark of Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23185,4,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,'Aura of Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23186,4,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6778,182,0,0,'Aura of Frost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23187,4,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,62,501,1,501,1,1,1,0,0,0,0,0,0,1749,-401,1749,0,0,0,22,22,22,15,15,15,12,12,12,0,138,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6779,187,0,0,'Frost Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14020,0,0,0,0,0,0,0,0,0,1,0,0,'trans','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23189,4,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,62,501,1,501,1,1,1,0,0,0,0,0,0,1749,-401,1749,0,0,0,22,22,22,15,15,15,12,12,12,0,138,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6780,187,0,0,'Frost Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23190,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,2321,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18662,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Heavy Leather Ball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23191,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23190,0,0,0,0,0,222,1,0,0,'Pattern: Heavy Leather Ball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23192,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18707,18724,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18713,0,0,0,0,0,0,0,0,0,0,0,78,1,0,0,'Forming Rhok\'delar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23193,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18713,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20487,0,0,0,0,0,0,0,0,0,0,0,5680,1,0,0,'Forming Lok\'delar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23194,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18715,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20488,0,0,0,0,0,0,0,0,0,0,0,5680,1,0,0,'Forming Rhok\'delar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23195,0,0,0,0,8388864,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23196,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Quest Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23197,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,308,0,0,'Copy of Visions of the Past','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23198,0,0,0,0,134545488,131104,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,99,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,160,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,562,122,0,'Avoidance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23199,0,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1487,0,0,'See Priest Invis','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23200,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7728,0,0,0,0,0,0,0,0,0,1,0,0,'Precious Transform to Felhound DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23201,0,0,0,0,256,67108864,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,32,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14503,0,0,0,0,0,0,0,0,1,0,0,'Hunter Epic Anti-Cheat DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23202,2,0,0,0,589824,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,19,1,0,1,1,0,0,0,0,0,0,0,116,77,0,0,0,0,18,28,0,16,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23203,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23204,0,0,0,0,0,0,0,0,0,0,0,64,0,1283,0,0,14,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,50,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179708,179745,8436,0,0,0,0,0,0,4363,1,0,0,'Place Scryer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23205,3,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1501,0,0,0,0,0,25,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6799,1499,0,0,'Temptress\' Kiss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (23206,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (23207,3,32,1,9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,30,30,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,'Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23208,0,0,0,0,256,0,0,0,0,0,0,0,0,1284,0,0,15,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,86,64,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14564,15,0,0,0,23209,0,0,0,4231,1,0,0,'Exorcise Spirits','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23209,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,64,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14564,0,0,0,23253,0,0,0,0,0,1,0,0,'Terrordale Haunting Spirit #2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23210,3,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,321,0,50,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (23211,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23212,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23213,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,56,56,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 57','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23214,1,0,0,21,269582336,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,128,0,0,101,0,0,60,60,21,0,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,77,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,1,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14565,0,0,0,0,0,0,0,0,3339,1716,122,0,'Summon Charger','','','','','','','','Summon','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23215,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,23214,33391,0,0,0,0,107,115,0,0,'Summon Charger','','','','','','','','Summon','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23217,0,0,0,0,262352,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,'Stealth Detection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23218,0,0,0,0,33232,0,0,0,0,149,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Feral Move Speed Increase','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (23219,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14555,0,0,0,0,0,0,0,0,1708,836,122,0,'Swift Mistsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23220,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14557,0,0,0,0,0,0,0,0,1708,1181,122,0,'Swift Dawnsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23221,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14556,0,0,0,0,0,0,0,0,1708,916,122,0,'Swift Frostsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23222,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14551,0,0,0,0,0,0,0,0,1707,1240,122,0,'Swift Yellow Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23223,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14552,0,0,0,0,0,0,0,0,1707,1240,122,0,'Swift White Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23224,5,36,2,0,16,32768,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,24,24,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,561,173,0,0,'Veil of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23225,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14553,0,0,0,0,0,0,0,0,1707,1240,122,0,'Swift Green Mechanostrider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23226,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,22,0,0,15,0,0,10,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4101,11,0,0,'Ritual Candle Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23227,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14559,0,0,0,0,0,0,0,0,1703,1176,122,0,'Swift Palomino','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23228,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14560,0,0,0,0,0,0,0,0,1703,1176,122,0,'Swift White Steed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23229,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14561,0,0,0,0,0,0,0,0,1703,1176,122,0,'Swift Brown Steed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23230,0,0,0,0,218104080,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,857,0,0,'Blood Fury','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (23231,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18779,18780,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18769,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Binding Volume I','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23232,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18781,18782,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18770,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Binding Volume II','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18783,18784,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18771,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Binding Volume III','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23234,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1662,0,0,'Blood Fury','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (23235,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,1698,0,0,'Battle Standard Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23236,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,156507776,0,0,7,0,0,0,0,0,0,0,0,0,305,0,0,'Benediction','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (23237,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,'Anathema','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (23238,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14546,0,0,0,0,0,0,0,0,1704,1177,122,0,'Swift Brown Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23239,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14548,0,0,0,0,0,0,0,0,1704,1177,122,0,'Swift Gray Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23240,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14547,0,0,0,0,0,0,0,0,1704,1177,122,0,'Swift White Ram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23241,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14545,0,0,0,0,0,0,0,0,1705,1180,122,0,'Swift Blue Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23242,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14543,0,0,0,0,0,0,0,0,1705,1180,122,0,'Swift Olive Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23243,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14544,0,0,0,0,0,0,0,0,1705,1180,122,0,'Swift Orange Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23244,0,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1.75,0,0,-3,0,0,0,0,0,22,0,0,15,0,0,8,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,848,203,0,0,'Corrupted Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23245,0,0,1,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23244,0,0,0,0,0,0,263,0,0,'Corrupted Stamina Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23246,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14558,0,0,0,0,0,0,0,0,1706,1241,122,0,'Purple Skeletal Warhorse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23247,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14542,0,0,0,0,0,0,0,0,5160,1682,122,0,'Great White Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23248,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14550,0,0,0,0,0,0,0,0,5160,1682,122,0,'Great Gray Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23249,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14549,0,0,0,0,0,0,0,0,5160,1684,122,0,'Great Brown Kodo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23250,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14540,0,0,0,0,0,0,0,0,1709,1178,122,0,'Swift Brown Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23251,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14539,0,0,0,0,0,0,0,0,1709,956,122,0,'Swift Timber Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23252,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14541,0,0,0,0,0,0,0,0,1709,956,122,0,'Swift Gray Wolf','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23253,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14564,0,0,0,0,0,0,0,0,0,1,0,0,'Terrordale Haunting Spirit #3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23254,0,0,0,0,268435728,0,0,0,0,0,0,0,0,1283,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18799,0,0,0,0,0,0,0,0,0,0,0,41,1,0,0,'Redeeming the Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23255,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87380,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23256,0,0,0,0,0,0,243,0,50,'Deep Wounds','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23256,0,0,0,15,262544,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,243,0,50,'Deep Wounds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23257,0,0,9,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,64,1,1,0,1,1,0,0,0,0,0,0,0,14,299,0,0,0,0,1,1,1,0,0,0,0,0,0,31,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,23258,0,0,0,924,90,0,0,'Demonic Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23258,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,38,38,1,1,1,1,1,1,0,0,0,0,0,0,4,4,4,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,4,0,0,0,0,0,0,0,1,0,0,'Demonic Frenzy Cleanse DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23260,0,0,4,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-326,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,456,141,0,0,'Entropic Sting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23261,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14568,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Darkreaver\'s Fallen Charger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23262,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,9,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-2,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralize','','','','','','','','','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (23264,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 106','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23265,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 69','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23266,2,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Fiery Aura','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23267,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,30,30,0,0,80,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Firebolt','','','','','','','','','','','','','','','',0,0,1500,0,3,0,0,1,0,1,1,1,0), + (23268,5,0,1,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,100,0,0,20,20,85,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23269,1,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,219,0,1,1,0,0,0,0,0,0,0,0,1640,0,0,0,0,22,22,0,30,30,0,13,13,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6802,292,0,0,'Holy Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23270,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1661,0,0,'Berserking','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23271,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,174,174,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,969,502,0,50,'Ephemeral Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (23272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,46,91,1,0,1,1,0,0,0,0,0,0,0,554,99,0,0,0,0,1,1,0,0,0,0,0,0,0,15,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,6803,937,0,0,'Soul Flame','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23273,0,0,0,0,0,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,17,5,1,0,0,0,0,0,0,86,74,0,0,'Immune Charm/Fear/Polymorph','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23274,0,0,0,0,0,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,17,5,11,0,0,0,0,0,0,86,74,0,0,'Immune Fear/Polymorph/Snare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23275,5,0,0,5,1073741824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,61,0,0,1,0,0,0,0,0,0,0,0,569,0,0,0,0,25,6,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,91,0,0,'Dreadful Fright','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,0,0), + (23276,0,0,0,0,0,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,17,5,12,0,0,0,0,0,0,86,74,0,0,'Immune Fear/Polymorph/Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23277,0,0,0,0,0,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,1,5,12,0,0,0,0,0,0,86,74,0,0,'Immune Charm/Fear/Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23278,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,114,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,1,0,0,'Shadow Scythe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (23279,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1677,0,0,'Crippling Clip','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23298,5,0,1,0,67108864,0,0,0,0,0,0,0,1023,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,47,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,25,25,0,0,0,0,0,0,0,3,56,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,14535,0,0,0,0,0,0,0,0,217,0,0,'Demonic Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23299,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,23,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2716,194,0,0,'Stinging Trauma','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23300,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,237,0,0,'Seal of the Crusader Judgement Increase','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (23301,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23303,0,0,0,0,0,0,1661,0,0,'Berserking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23302,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-10001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,11,0,0,0,0,0,0,0,0,0,302,0,0,'Hammer of Justice Cooldown Reduction','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (23303,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,100,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,0,0,'Berserking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23304,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18775,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Manna-Enriched Horse Feed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23305,5,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16784,0,0,0,0,0,0,1,0,0,'Copy of Shadow Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23306,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16782,0,0,0,0,0,0,1,0,0,'Copy of Electrostatic Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23307,0,93,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Possess','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23308,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1051,0,0,1,0,0,0,0,0,0,0,0,3674,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3119,55,0,0,'Incinerate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23309,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1051,0,0,1,0,0,0,0,0,0,0,0,3674,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,55,0,0,'Incinerate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23310,6,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,22,22,0,15,15,0,12,12,0,12,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7039,1481,0,0,'Time Lapse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23311,0,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1481,0,0,'Time Lapse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23312,6,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,22,22,0,15,15,0,12,12,0,12,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7039,1481,0,0,'Time Lapse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23313,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,251,-1123,0,1,1,0,0,0,0,0,0,0,874,-3939,0,0,0,0,22,22,0,15,15,0,12,12,0,3,22,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,2619,636,0,0,'Corrosive Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23314,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,251,-1123,0,1,1,0,0,0,0,0,0,0,874,-3939,0,0,0,0,22,22,0,15,15,0,12,12,0,3,22,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6820,636,0,0,'Corrosive Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23315,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,22,22,0,15,15,0,12,12,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3119,11,0,0,'Ignite Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23316,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,22,22,0,15,15,0,12,12,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,11,0,0,'Ignite Flesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23317,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8446,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (L1)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23318,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8447,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (L2)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23319,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8448,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (L3)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23320,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8449,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (L4)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23321,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8450,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (L5)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23322,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8451,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (R1)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23323,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8452,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (R2)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23324,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8453,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (R3)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23325,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8454,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (R4)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23326,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8455,0,0,0,0,0,0,0,0,0,1,0,0,'Dragondog Breath Selection (R5)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23327,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23328,0,0,0,0,0,0,1,0,0,'Trigger Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23328,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Trigger Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23329,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,'Heal Max Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23330,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'No Stealth Detection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23331,2,250,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,98,751,1,1,1,1,1,0,0,0,0,0,0,2624,-51,174,0,0,0,22,22,22,15,15,15,9,9,9,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,0,0,0,3,131072,0,1,1,1,1,1,0), + (23332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11502,0,0,0,0,0,0,0,0,0,1,0,0,'trans2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23333,0,0,0,0,0,67207168,4,0,0,0,0,0,0,0,0,0,1,0,0,0,3801088,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,8505,0,0,0,0,0,0,0,6823,1703,0,0,'Warsong Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23334,0,0,0,0,8388608,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179786,8507,0,0,0,0,0,0,0,0,1703,0,0,'Horde Flag Drop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23335,0,0,0,0,0,67207168,4,0,0,0,0,0,0,0,0,0,1,0,0,0,3801088,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,8504,0,0,0,0,0,0,0,6824,1704,0,0,'Silverwing Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23336,0,0,0,0,8388608,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,61,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179785,8506,0,0,0,0,0,0,0,0,1704,0,0,'Alliance Flag Drop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23337,0,0,0,0,4718610,0,4,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,98,0,19,1,0,1,1,0,0,0,0,0,0,0,53,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,0,126,0,0,'Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,0,2,1,1,1,0), + (23338,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14602,0,0,0,0,0,0,0,0,1708,836,122,0,'Swift Stormsaber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23339,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,2,0,1,375,0,1,1,0,0,0,0,0,0,0,149,562,0,0,0,0,24,24,0,0,0,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,0,1618,0,0,'Wing Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,0,0), + (23340,5,36,0,0,2064,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,24,24,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23394,0,0,0,0,0,561,173,0,0,'Shadow of Ebonroc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23341,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,18,0,0,0,0,0,6,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,23,1,0,1,1,0,0,0,0,0,0,0,138,149,0,0,0,0,22,22,0,15,15,0,12,12,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1584,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23342,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,149,19,0,0,0,0,1,1,1,0,0,0,0,0,0,138,61,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23462,0,0,0,5301,957,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23343,0,0,0,0,8388864,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23344,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8520,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (L1)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23345,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8521,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (L2)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23346,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8522,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (L3)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23347,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8523,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (L4)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23348,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8524,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (L5)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23349,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8525,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (R1)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23350,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8526,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (R2)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23351,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8527,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (R3)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23352,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8528,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (R4)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23353,0,0,0,0,8388992,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8529,0,0,0,0,0,0,0,0,0,1,0,0,'Nefarian Tunnel Selection (R5)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23354,0,0,0,0,268501008,131072,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,101,16,0,1,0,0,1,0,0,0,0,0,0,0,0,34999,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7681,0,23355,0,0,0,0,0,3403,534,0,50,'Feed Pet (Quest Test)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23355,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,15495,0,0,101,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,5,0,0,0,0,0,0,0,0,24,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,3439,534,0,50,'Feed Pet Effect (Quest Test)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23356,3,0,0,0,65536,131072,67175424,0,0,0,0,0,1,0,0,0,1,0,0,0,0,48140,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411,255,0,0,'Taming Lesson','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23357,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,107,1511,0,0,'Training Lesson','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23359,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6979,172,0,0,'Transmogrify!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (23360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,1,0,0,'Trigger Trap2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23361,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,86,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,18,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14605,15,0,0,0,0,0,0,0,0,1,0,0,'Raise Undead Drakonid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23362,0,0,0,0,384,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,51,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Raise Drakonids','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23363,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179804,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Drakonid Corpse Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23364,0,0,0,12,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,2,0,0,313,0,0,1,0,0,0,0,0,0,0,0,1093,0,0,0,24,24,24,0,0,0,10,10,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23365,0,0,0,0,3879,138,0,0,'Tail Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23365,0,0,0,3,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,'Dropped Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23378,2,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,25,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23379,0,0,0,0,0,0,31,0,0,'Magma Splash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23379,2,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,11,1,0,1,1,0,0,0,0,0,0,0,69,49,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3221,31,0,0,'Magma Splash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23380,6,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,29,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,9,0,1,1,0,0,0,0,0,0,0,24,51,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (23381,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,20,20,20,0,0,180,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,73,0,0,1,0,0,0,0,0,0,0,0,447,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23382,0,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,77,75,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,22,0,22,15,0,15,13,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23383,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Flag Click','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23384,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Flag Click','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23385,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8508,15,0,0,0,0,0,0,0,0,1,0,0,'Alliance Flag Returns (Event)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23386,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8509,15,0,0,0,0,0,0,0,0,1,0,0,'Horde Flag Returns (Event)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23387,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Flag Capture Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23388,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Flag Capture Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23389,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Flag Capture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23390,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Flag Capture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23391,0,0,0,0,4784144,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,82,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1506,251,0,0,'Boulder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (23392,0,0,0,0,4784144,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,165,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1506,251,0,0,'Boulder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (23393,4,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,'Brood Affliction: Blue','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23394,5,0,0,0,16,1160,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,24,24,0,0,0,0,0,0,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24999,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5921,173,0,0,'Shadow of Ebonroc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (23396,1,0,1,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,42,42,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,1714,74,0,0,'Restoration','','','','','','','','Rank 1','','','','','','','',0,4,0,0,13,0,0,1,0,1,1,1,0), + (23397,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,22,22,22,15,15,15,12,12,12,36,112,87,0,0,0,0,0,0,0,0,0,0,8388608,0,19,3654,127,0,0,0,0,0,0,0,71,0,0,'Berserk','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,1,0), + (23398,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,15,15,0,12,12,0,36,112,0,0,0,0,0,0,0,0,0,0,0,4026531840,0,1,3655,0,0,0,0,0,0,0,0,71,0,0,'Involuntary Transformation','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,1,1,1,0,0), + (23399,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,37,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4234,4236,5498,4461,5637,0,0,0,8,2,4,1,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18948,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Barbaric Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23400,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23399,0,0,0,0,0,222,1,0,0,'Pattern: Barbaric Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23401,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,112,0,0,0,0,0,0,0,0,0,0,0,269824,0,0,3656,0,0,0,0,0,0,0,0,0,71,0,0,'Corrupted Healing','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,1,1,1,0,0), + (23402,5,0,0,0,67108864,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,13,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,51,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,25,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1503,210,0,0,'Corrupted Healing','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,1,1,1,0,0), + (23405,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Reset Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23406,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Reset Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23407,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Reset Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23408,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179832,0,0,0,0,0,0,0,0,0,1,0,0,'Drop Pillow DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1705,0,0,'Soft Landin\'','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23410,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Wild Magic','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23411,2,0,0,0,0,524424,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,400,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,73,1,0,1,1,0,0,0,0,0,0,0,601,17,0,0,0,0,22,22,0,30,30,0,9,10,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,184,0,0,'Fireball','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23412,4,0,0,0,0,524424,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,105,0,300,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,53,1,0,1,1,0,0,0,0,0,0,0,430,-41,0,0,0,0,22,22,0,30,30,0,9,9,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,0,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23413,6,0,0,0,0,524424,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,29,0,0,1,0,0,0,0,0,0,0,0,244,0,0,0,0,0,22,0,0,30,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,71,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23414,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Paralyze','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23415,1,0,0,0,327680,32768,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,28,0,100,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,38,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,302,303,0,0,'Improved Blessing of Protection','','','','','','','','','','','','','','','',0,0,0,0,10,268435584,0,0,1,1,1,1,0), + (23416,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,0,0,0,0,4259,457,0,50,'Pillow Fight','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (23417,0,0,1,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,31,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,6,0,0,0,0,0,0,0,3,27,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4780,1706,0,0,'Smother','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23418,5,0,0,0,2048,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23415,0,0,0,0,0,0,71,0,0,'Siphon Blessing','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23419,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,28,0,640,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,44,0,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14662,14667,0,0,0,0,0,0,0,221,33,0,0,'Corrupted Fire Nova Totem','','','','','','','','','','','','','','','',0,0,0,0,11,671088640,0,0,1,1,1,1,0), + (23420,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,3,0,260,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,41,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14667,14663,0,0,0,0,0,0,0,319,690,0,0,'Corrupted Stoneskin Totem','','','','','','','','','','','','','','','',0,0,0,0,11,536870912,0,0,1,1,1,1,0), + (23422,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,3,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,41,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14667,14664,0,0,0,0,0,0,0,319,1647,0,0,'Corrupted Healing Stream Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,524288,0,0,1,1,1,1,0), + (23423,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,23,0,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,90,41,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14667,14666,0,0,0,0,0,0,0,221,1397,0,0,'Corrupted Windfury Totem','','','','','','','','','','','','','','','',0,0,0,0,11,536870912,0,0,1,1,1,1,0), + (23424,5,0,0,0,256,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Corrupted Totems','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23425,5,0,0,0,2304,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23424,0,0,0,0,0,0,71,0,0,'Corrupted Totems','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23426,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,112,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,10000000,0,0,0,0,0,0,0,0,14668,0,0,0,0,0,0,0,0,4859,460,0,0,'Summon Infernals','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23427,5,0,0,0,2048,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,37,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Summon Infernals','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23428,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14633,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Albino Snapjaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23429,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14629,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Loggerhead Snapjaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23430,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14631,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Olive Snapjaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23431,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14630,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Leatherback Snapjaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23432,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14632,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Hawksbill Snapjaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23433,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23434,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23435,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,156507776,0,0,7,0,0,0,0,0,0,0,0,0,305,0,0,'Increased Holy Criticals','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (23436,5,0,0,0,2048,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,115,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,71,0,0,'Corrupt Weapon','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23437,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,115,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,71,0,0,'Corrupt Weapon','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23438,5,0,0,0,256,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,111,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-50001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,71,0,0,'Corrupt Weapon','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23439,5,0,0,0,256,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,0,'Corruption','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,1,1,1,0,0), + (23440,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Spell Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23441,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,1645,0,0,'Gadgetzan Transporter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6879,37,0,0,'Everlook Transporter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23443,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Spell Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23444,3,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,163840,0,0,101,0,0,30,30,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,56,12,0,0,0,0,0,0,0,0,0,0,0,0,0,14681,0,0,0,0,0,0,0,0,969,167,0,50,'Transporter Malfunction','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23445,3,0,0,0,603979776,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,367,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'Evil Twin','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23446,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23448,0,0,0,0,969,1645,0,0,'Gadgetzan Transporter Failure','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23447,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,969,167,0,0,'Transporter Malfunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23448,0,0,0,0,67108864,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,74,0,0,'Transporter Arrival','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23449,2,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,89,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4326,937,0,0,'Transporter Malfunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23450,0,0,0,0,67108864,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6881,210,0,0,'Transporter Arrival','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23451,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,131072,0,0,101,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6922,1709,0,0,'Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23452,6,0,6,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,131078,0,0,101,0,0,0,0,23,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,25,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1708,0,0,'Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23453,0,0,0,0,128,268435456,0,0,0,0,0,0,0,0,0,0,7,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6939,1,0,0,'Gnomish Transporter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23454,0,32,0,12,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,36,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,1460,0,50,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23455,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,26,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,9,0,0,1,0,0,0,0,0,0.4,0,0,51,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6882,1874,0,0,'Holy Nova','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,134217728,0,1,1,1,1,1,0), + (23456,3,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,163840,0,0,101,0,0,30,30,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,56,12,0,0,0,0,0,0,0,0,0,0,0,0,0,14681,0,0,0,0,0,0,0,0,969,167,0,50,'Transporter Malfunction','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23457,3,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,163840,0,0,101,0,0,30,30,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,56,12,0,0,0,0,0,0,0,0,0,0,0,0,0,14681,0,0,0,0,0,0,0,0,969,167,0,50,'Transporter Malfunction','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23458,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,34,28,28,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,13,0,0,1,0,0,0,0,0,0.5,0,0,85,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6882,1874,0,0,'Holy Nova','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,138412032,0,1,1,1,1,1,0), + (23459,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,42,36,36,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,19,0,0,1,0,0,0,0,0,0.6,0,0,120,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6882,1874,0,0,'Holy Nova','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,134217728,0,1,1,1,1,1,0), + (23460,0,0,0,0,8388864,0,1,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2876,1,0,0,'Teleport to Blackwing Lair DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23461,2,50,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,63,63,8,0,0,0,0,0,36,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1001,125,0,1,1,0,0,0,0,0,0,0,3499,937,0,0,0,0,24,24,0,0,0,0,11,11,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1483,11,0,50,'Flame Breath','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (23462,2,0,0,0,65536,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,554,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6899,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23464,5,0,0,0,8388864,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Soul Shard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23466,0,0,0,0,256,0,4,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,198,0,0,0,0,0,31,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6942,1457,0,0,'Tower Capture','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (23467,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,29,0,0,9,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1457,0,0,'Tower Buff','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (23468,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5479,284,0,0,'Minor Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23469,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5479,284,0,0,'Minor Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23470,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,274,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Lesser Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23471,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,22,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Lesser Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23472,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,34,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,549,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23473,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,34,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23474,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,46,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,879,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Greater Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23475,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,46,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,959,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Greater Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23476,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1319,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Major Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23477,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1439,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,284,0,0,'Major Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,65536,0,1,0,1,1,1,0), + (23478,2,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,625,0,0,1,0,0,0,0,0,0,0,0,2187,0,0,0,0,0,18,0,0,31,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6920,1710,0,0,'Burning Adrenaline','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23479,0,0,0,0,384,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,51,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,1,0,0,'Remove Bones','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23480,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 10','','','','','','','','Rank 1','','','','','','','',0,0,0,0,5,2097152,0,0,0,1,1,1,0), + (23481,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 14','','','','','','','','Rank 2','','','','','','','',0,0,0,0,5,2097152,0,0,0,1,1,1,0), + (23482,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 17','','','','','','','','Rank 3','','','','','','','',0,0,0,0,5,2097152,0,0,0,1,1,1,0), + (23483,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 21','','','','','','','','Rank 4','','','','','','','',0,0,0,0,5,2097152,0,0,0,1,1,1,0), + (23484,0,0,0,0,384,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dispel Drakonids','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23485,2,0,0,0,256,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,7,0,0,6,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,11,0,0,'Big Bonfire Damage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23486,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,18631,7077,7910,10586,0,0,0,10,1,4,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18984,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Dimensional Ripper - Everlook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23487,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,'Separation Anxiety','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23488,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,302,1,0,0,'Spirit Hammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23489,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,3860,18631,7075,7079,7909,9060,0,0,12,2,4,2,4,1,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18986,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Ultrasafe Transporter - Gadgetzan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23490,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23486,0,0,0,0,0,107,1,0,0,'Dimension Ripper - Everlook','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23491,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23489,0,0,0,0,0,107,1,0,0,'Ultrasafe Transporter: Gadgetzan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23492,2,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,1,0,0,0,0,0,0,0,79,77,0,0,0,0,0,0,0,0,0,0,0,0,0,127,18,0,0,0,0,0,0,0,47,876,0,0,'Separation Anxiety','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23493,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4097,0,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6942,358,0,50,'Restoration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23498,0,0,0,0,142606592,0,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,455,0,50,'Call Pet','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (23499,3,0,0,0,142606592,0,262273,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,109,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,454,0,50,'Revive Pet','','','','','','','','','','','','','','','',0,133,0,0,9,16777216,0,1,1,1,1,1,0), + (23500,5,0,0,0,159383808,1,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,417,0,0,0,0,0,0,0,0,0,214,0,0,'Summon Felhunter','','','','','','','','','','','','','','','',0,133,0,0,5,536870912,0,1,0,1,1,1,0), + (23501,5,0,0,0,159383808,1,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,217,0,0,'Summon Voidwalker','','','','','','','','','','','','','','','',0,133,0,0,5,536870912,0,1,0,1,1,1,0), + (23502,5,0,0,0,159383808,1,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1863,0,0,0,0,0,0,0,0,0,216,0,0,'Summon Succubus','','','','','','','','','','','','','','','',0,133,0,0,5,536870912,0,1,0,1,1,1,0), + (23503,5,0,0,0,159383808,1,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,416,0,0,0,0,0,0,0,0,0,215,0,0,'Summon Imp','','','','','','','','','','','','','','','',0,133,0,0,5,536870912,0,1,0,1,1,1,0), + (23504,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1585,1,0,0,'Fool\'s Plight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23505,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,29,9,29,0,0,0,25,25,25,0,0,0,0,0,0,79,87,61,0,0,0,1,0,0,0,0,0,0,0,0,127,127,0,0,0,0,0,0,0,6943,38,0,50,'Berserking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23506,1,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,1726,291,0,0,'Aura of Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (23507,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15992,14047,8150,0,0,0,0,0,2,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19026,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Snake Burst Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23508,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23507,0,0,0,0,0,222,1548,0,0,'Schematic: Snake Burst Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23509,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14744,0,0,0,0,0,0,0,0,1709,956,122,0,'Frostwolf Howler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23510,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,14745,0,0,0,0,0,0,0,0,1704,1177,122,0,'Stormpike Battle Charger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23511,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-8,0,0,-41,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (23512,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2437,185,0,50,'Fireball Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23513,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,49,199,0,0,0,22,22,22,15,15,15,12,12,12,24,24,24,1000,1000,1000,0,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,6940,876,0,0,'Essence of the Red','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23514,0,0,0,0,0,0,0,0,0,0,0,0,0,1303,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,16,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179911,7843,8608,0,0,0,0,0,0,3581,1,0,0,'Placing Message to the Wildhammer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23515,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 14','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23516,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 27','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23517,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5512,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Minor)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23518,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19004,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Minor)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23519,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19005,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Minor)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23520,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5511,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Lesser)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23521,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19006,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Lesser)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23522,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19007,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Lesser)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23523,0,0,0,0,159383808,32,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Warsong CTF Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23524,0,0,0,0,159383808,32,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Warsong CTF Win','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23525,0,0,0,0,159383808,32,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Warsong CTF Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23526,0,0,0,0,159383808,32,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,41,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Warsong CTF Win','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23527,0,0,0,0,159383808,1056,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23528,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23529,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23530,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14756,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Tiny Red Dragon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23531,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14755,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Tiny Green Dragon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23532,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23533,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23534,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23535,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23536,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23537,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,63,1,1,1,1,1,0,0,0,0,0,0,218,49,-1,0,0,0,1,1,1,0,0,0,0,0,0,13,138,42,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,9204,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23538,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14751,0,0,0,0,0,0,0,0,6801,433,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (23539,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,47,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14752,0,0,0,0,0,0,0,0,6801,1691,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (23540,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25695,25696,0,0,0,0,51,358,0,50,'Warsong Gulch Enriched Ration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23541,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,45,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26474,26475,0,0,0,0,51,358,0,50,'Warsong Gulch Iron Ration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23542,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26472,26473,0,0,0,0,51,358,0,50,'Warsong Gulch Field Ration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23544,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,23,0,0,1,0,0,0,0,0,0,0,0,188,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,540,0,0,'Healing Circle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23545,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'Subtlety','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23546,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,264,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'ZZOLDImproved Wards','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (23547,0,0,0,0,0,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,1,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,558,0,0,'Parry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23548,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,4,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23547,0,0,0,0,0,0,558,0,0,'Parry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23549,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4228,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Area','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (23550,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Prayer of Healing Criticals','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (23551,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,25,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18350,0,0,0,0,0,0,19,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (23552,3,0,1,0,0,1024,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,3,0,0,0,6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,21,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26545,0,0,0,0,0,6944,19,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,1,1,0,0,0), + (23553,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Shadow Cost Reduction','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (23554,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,24,0,0,27,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Drain Life','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (23555,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,997,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Decreased Destruction Threat','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (23556,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4194432,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Decreased Tranquility and Hurricane Cooldown','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (23557,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,49,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,256,256,0,8,1,0,0,0,0,0,0,0,0,1,0,0,'Improved Thorns Damage','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (23558,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,134217728,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Feint','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (23559,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1048576,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Aspect of the Hawk','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (23560,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,9,-31,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,8388608,8388608,8388608,5,8,14,0,0,0,0,0,0,0,1,0,0,'Improved Mend Pet','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (23561,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Enhanced Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (23562,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23563,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,65536,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Enhanced Battle Shout','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (23564,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,18,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Judgement of Light','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (23565,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,67240008,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Aura Radii','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (23566,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,4096,8192,0,0,22,0,0,0,0,0,0,0,0,1,0,0,'Improved Volley and Multishot','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,0,0), + (23567,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23568,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23569,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23570,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Spell Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23571,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Mana Surge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23572,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,25,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18350,0,0,0,0,0,0,87,0,0,'Mana Surge','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (23573,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,17,0,0,0,0,0,0,0,0,0,963,0,0,'Chain Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (23574,0,0,0,0,320,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,11,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1691,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23576,0,0,0,0,320,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,11,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,433,0,0,'Battle Standard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23577,6,0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,165,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,6,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6959,538,0,0,'Expose Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,0,0,0), + (23578,6,0,0,0,64,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23577,0,0,0,0,0,0,538,0,0,'Expose Weakness','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,2,1,0,0,0), + (23579,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23580,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,35,1,0,1,1,0,0,0,0,0,0,0,282,49,0,0,0,0,6,1,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6960,153,0,0,'Bloodfang','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (23581,0,0,0,0,64,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23580,0,0,0,0,0,0,153,0,0,'Bloodfang','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23582,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,'Clean Escape','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (23583,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,'Clean Escape','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (23584,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (23585,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (23586,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (23587,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (23588,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,122,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (23589,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14761,0,0,0,0,0,0,0,0,236,1,0,0,'Creeping Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23590,1,0,0,0,0,0,4,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6839,156,0,0,'Judgement','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23591,1,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,0,0,0,23590,0,0,0,0,0,0,156,0,0,'Judgement','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (23592,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,101,0,0,30,30,0,0,20,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,62,0,0,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,0,1,1,1,0), + (23593,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,91,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 92','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23594,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 64','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23595,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,108,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,1,0,0,'Luffa','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23598,5,0,0,0,65536,131076,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15406,0,101,0,0,20,20,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179944,0,0,0,0,0,0,0,0,1523,164,0,0,'Ritual of Summoning','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (23600,0,0,0,11,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,32,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2677,134,0,50,'Piercing Howl','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,1,1,1,1,1,0), + (23601,0,0,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,2,0,0,101,0,0,30,30,35,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,31,6,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,2,0,6,6,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,361,132,0,0,'Scatter Shot','','','','','','','','','','','','','','','',0,0,0,0,9,262144,0,3,2,1,1,0,0), + (23602,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,689,0,50,'Shield Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23603,6,0,1,17,202440704,262144,4,256,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,8,8,18,0,150,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,108,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,99,0,0,0,22,22,22,30,30,30,12,12,12,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14801,21,0,0,0,0,0,0,131,82,0,50,'Wild Polymorph','','','','','','','','','','','','','','','',0,0,0,0,3,3238264832,0,0,0,1,1,1,0), + (23604,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-541,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,'Reduce Threat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23605,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,60,28,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1714,0,0,'Spell Vulnerability','','','','','','','','','','','','','','','',0,133,1500,0,4,0,0,0,0,1,1,1,0), + (23618,2,0,1,12,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,11,0,50,'scaler test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23619,2,0,0,0,603980032,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,13,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1710,0,0,'Burning Adrenaline','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23620,2,0,0,0,603981824,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,99999,0,0,0,0,6,6,6,0,0,0,0,0,0,79,65,23,0,0,1000,0,0,0,0,0,0,0,0,0,127,0,0,0,0,23619,0,0,0,6919,1710,0,0,'Burning Adrenaline','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23621,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10566,0,0,0,0,0,107,41,0,0,'Wild Leather Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23622,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10574,0,0,0,0,0,107,41,0,0,'Wild Leather Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23623,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10546,0,0,0,0,0,107,41,0,0,'Wild Leather Helmet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23625,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10572,0,0,0,0,0,107,41,0,0,'Wild Leather Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23626,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10529,0,0,0,0,0,107,41,0,0,'Wild Leather Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23627,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10544,0,0,0,0,0,107,41,0,0,'Wild Leather Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23628,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,7076,12803,0,0,0,0,0,12,3,3,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19043,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Timbermaw Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23629,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,7076,12803,0,0,0,0,0,4,6,6,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19048,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Timbermaw Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23630,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23628,0,0,0,0,0,222,1,0,0,'Plans: Heavy Timbermaw Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23631,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23629,0,0,0,0,0,222,1,0,0,'Plans: Heavy Timbermaw Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23632,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,6037,12811,0,0,0,0,0,8,6,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19051,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Girdle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23633,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,6037,12811,0,0,0,0,0,2,10,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19057,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Gloves of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23634,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23632,0,0,0,0,0,222,1,0,0,'Plans: Girdle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23635,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23633,0,0,0,0,0,222,1,0,0,'Plans: Gloves of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23636,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17011,17010,11371,0,0,0,0,0,4,2,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19148,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23637,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17011,17010,17012,11371,11382,0,0,0,3,5,4,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19164,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23638,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17011,17010,12360,11382,11371,0,0,0,3,6,12,1,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19166,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Black Amnesty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23639,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17011,17010,12360,11371,0,0,0,0,5,2,16,6,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19167,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Blackfury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23640,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23638,0,0,0,0,0,222,1,0,0,'Plans: Black Amnesty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23641,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23639,0,0,0,0,0,222,1,0,0,'Plans: Blackfury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23642,5,0,0,0,256,4,4,0,0,0,0,0,0,0,0,0,1,0,0,15,10,10,0,101,0,0,20,20,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,548,0,0,'Corruption','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,0,0,1,1,0,0), + (23644,2,0,0,0,536871168,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1710,0,0,'Burning Adrenaline','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23645,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7001,1481,0,0,'Hourglass Sand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23646,0,0,0,0,336,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,459,0,0,'Elemental Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23647,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,23198,0,0,0,0,0,107,562,0,50,'Avoidance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23648,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8510,15,0,0,0,0,0,0,0,0,1,0,0,'Alliance Flag Captured','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23649,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8511,15,0,0,0,0,0,0,0,0,1,0,0,'Horde Flag Captured','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23650,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17011,17010,12360,11371,12800,0,0,0,4,7,12,8,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19170,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ebon Hand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23651,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23650,0,0,0,0,0,222,1,0,0,'Plans: Ebon Hand','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23652,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17011,17010,12360,11371,12809,0,0,0,6,6,10,6,12,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19168,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Blackguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23653,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17011,17010,12360,11371,12364,0,0,0,8,5,10,12,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19169,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Nightfall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23654,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23652,0,0,0,0,0,222,1,0,0,'Plans: Blackguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23655,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23653,0,0,0,0,0,222,1,0,0,'Plans: Nightfall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23656,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23636,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23657,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23637,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23658,0,0,0,0,8388608,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7142,7141,0,0,0,0,0,0,0,0,1,0,0,'Complete Alterac Valley quest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23659,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7872,0,0,0,0,0,0,0,0,0,1,0,0,'Complete Warsong Gulch Quest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7871,0,0,0,0,0,0,0,0,0,1,0,0,'Complete Warsong Gulch Quest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23661,0,0,0,0,8388864,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Create Silverwing Talisman of Merit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23662,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,7076,12803,14227,0,0,0,0,8,3,3,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19047,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Wisdom of the Timbermaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23663,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14342,7076,12803,14227,0,0,0,0,5,5,5,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19050,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Mantle of the Timbermaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23664,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,12810,13926,12809,14227,0,0,0,6,4,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19056,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Argent Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23665,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14342,12809,14227,0,0,0,0,0,5,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19059,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Argent Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23666,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14342,17010,17011,7078,14227,0,0,0,10,2,3,6,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19156,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Flarecore Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23667,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14342,17010,17011,7078,14227,0,0,0,8,5,3,10,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19165,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Flarecore Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23668,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23662,0,0,0,0,0,222,1,0,0,'Pattern: Wisdom of the Timbermaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23669,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23663,0,0,0,0,0,222,1,0,0,'Pattern: Mantle of the Timbermaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23670,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23664,0,0,0,0,0,222,1,0,0,'Pattern: Argent Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23671,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23665,0,0,0,0,0,222,1,0,0,'Pattern: Argent Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23672,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23666,0,0,0,0,0,222,1,0,0,'Pattern: Flarecore Robe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23673,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23667,0,0,0,0,0,222,1,0,0,'Pattern: Flarecore Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23674,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,-76,0,0,0,0,1,1,0,0,0,0,0,0,0,140,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test Eng Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23675,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,190,0,0,1,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7019,275,0,0,'Minigun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,0,0,0), + (23676,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,28,0,0,101,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7020,275,0,0,'Minigun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23677,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,1,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19227,19230,19231,19232,19233,19234,19235,19236,1,1,1,1,1,1,1,1,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19228,0,0,0,0,0,0,0,0,0,0,0,3182,1,0,0,'Beasts Deck','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23678,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,1,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19258,19259,19260,19261,19262,19263,19264,19265,1,1,1,1,1,1,1,1,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19257,0,0,0,0,0,0,0,0,0,0,0,3182,1,0,0,'Warlord Deck','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23679,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,1,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19268,19269,19270,19271,19272,19273,19274,19275,1,1,1,1,1,1,1,1,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19267,0,0,0,0,0,0,0,0,0,0,0,3182,1,0,0,'Elementals Deck','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23680,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,1,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19276,19278,19279,19280,19281,19282,19283,19284,1,1,1,1,1,1,1,1,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19277,0,0,0,0,0,0,0,0,0,0,0,3182,1,0,0,'Portals Deck','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23681,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,876,0,0,'Clear Essence of the Red','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23682,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,61,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,321,0,50,'Heroism','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (23683,3,0,0,0,8388672,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,17030,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,'Twisting Nether','','','','','','','','','','','','','','','',0,0,0,0,11,512,0,0,0,1,0,0,0), + (23684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,'Aura of the Blue Dragon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23685,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,126,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Sam\'s Test Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23686,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23687,0,0,0,0,0,0,502,0,50,'Lightning Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (23687,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,101,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4229,320,0,50,'Lightning Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (23688,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,81920,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23684,0,0,0,0,0,0,548,0,0,'Aura of the Blue Dragon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23689,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23682,0,0,0,0,0,0,321,0,50,'Heroism','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (23690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Berserker Rage Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23691,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Berserker Rage Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23692,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26260,26261,0,0,0,0,51,358,0,50,'Alterac Manna Biscuit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23693,1,0,0,0,151257088,32,4,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,65,60,60,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7079,310,0,50,'Stormpike\'s Salvation','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483652,0,1,1,1,1,1,0), + (23694,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5288,23,0,0,'Improved Hamstring','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,0,0,0), + (23695,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,15,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23694,0,0,0,0,0,0,23,0,50,'Improved Hamstring','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23696,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23697,0,0,0,0,671088640,0,524288,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,79,0,0,'Alterac Spring Water','','','','','','','','','','','','','','','',0,133,1500,0,6,0,0,0,0,1,1,1,0), + (23698,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,65,65,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,1,1,0,1,1,0,0,0,0,0,0,0,734,0,0,0,0,0,1,1,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23697,0,0,0,0,101,1309,0,0,'Alterac Spring Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,11,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,1,0,0,'Unstoppable Force','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23700,0,0,0,0,8388608,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,99,1,0,0,'Twisting Nether','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23701,5,0,0,0,64,0,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,0,0,'Twisting Nether','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23702,0,0,0,0,8388864,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19322,0,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Create Warsong Mark of Honor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23703,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12804,12803,15407,14341,0,0,0,30,2,4,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19044,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Might of the Timbermaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23704,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12810,12804,12803,15407,14227,0,0,0,8,6,6,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19049,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Timbermaw Brawlers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23705,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12809,7080,15407,14341,0,0,0,30,2,4,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19052,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dawn Treaders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23706,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12810,12803,12809,15407,14341,0,0,0,8,4,4,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19058,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Golden Mantle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23707,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17011,15407,14227,0,0,0,0,0,5,4,4,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19149,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Lava Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23708,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17010,17011,17012,12607,15407,14227,0,0,5,2,4,4,4,4,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19157,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Chromatic Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23709,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17010,17012,12810,15407,14227,0,0,0,8,12,10,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19162,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Corehound Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23710,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,17010,17011,7076,15407,14227,0,0,0,2,7,6,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19163,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Molten Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23711,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23703,0,0,0,0,0,222,1,0,0,'Pattern: Might of the Timbermaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23712,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23705,0,0,0,0,0,222,1,0,0,'Pattern: Dawn Treaders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23713,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23704,0,0,0,0,0,222,1,0,0,'Pattern: Timbermaw Brawlers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23714,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23706,0,0,0,0,0,222,1,0,0,'Pattern: Golden Mantle of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23715,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23707,0,0,0,0,0,222,1,0,0,'Pattern: Lava Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23716,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23708,0,0,0,0,0,222,1,0,0,'Pattern: Chromatic Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23717,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23709,0,0,0,0,0,222,1,0,0,'Pattern: Corehound Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23718,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23710,0,0,0,0,0,222,1,0,0,'Pattern: Molten Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,55,55,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2657,38,0,0,'Untamed Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23720,5,0,0,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,5,5,0,0,0,0,0,0,0,79,101,0,0,0,0,0,0,0,0,0,0,0,0,0,127,1,0,0,0,0,0,0,0,3939,95,0,0,'Blessing of the Black Book','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (23721,0,0,0,0,65536,0,0,524288,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23722,0,0,0,0,0,969,122,0,0,'Arcane Infused','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,1,1,1,0,0,0), + (23722,6,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,53,0,0,16,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7040,1485,0,0,'Arcane Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (23723,6,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4370,117,0,0,'Mind Quickening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (23724,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4026531840,0,0,14,0,0,0,0,0,0,0,0,6039,1717,0,0,'Metamorphosis Rune','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,1,1,0,0,0), + (23725,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7041,1718,0,0,'Gift of Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23726,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268558336,0,0,18,0,0,0,0,0,0,0,0,5302,120,0,0,'Venomous Totem','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,1,1,1,0,0,0), + (23727,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spell Hit Chance 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23728,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,83,83,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 84','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23729,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spell Hit Chance 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23730,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,63,63,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 64','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23731,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 19','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23732,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,55,55,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 56','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23733,1,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,32,24,0,0,0,0,1,1,0,0,0,0,0,0,0,65,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,211,156,0,0,'Blinding Light','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (23734,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,19,19,19,0,0,0,1,1,1,0,0,0,0,0,0,79,136,72,0,0,0,0,0,0,0,0,0,0,0,0,126,126,126,0,0,0,0,0,0,334,198,0,0,'Nature Aligned','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23735,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,25,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23770,0,0,0,0,7042,1595,0,0,'Sayge\'s Dark Fortune of Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23736,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,25,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,23770,0,0,0,0,7042,1595,0,0,'Sayge\'s Dark Fortune of Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23737,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,25,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,23770,0,0,0,0,7042,1595,0,0,'Sayge\'s Dark Fortune of Stamina','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23738,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,25,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,23770,0,0,0,0,7042,1595,0,0,'Sayge\'s Dark Fortune of Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23758,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,111,0,0,'Speak Draconic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23759,5,0,0,0,536870912,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,12,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23760,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,12,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23761,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,12,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23762,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0.2,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,12,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23763,0,0,0,0,159383808,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,1703936,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,1704,0,0,'Despawn Silverwing Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23764,0,0,0,0,159383808,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,1703936,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,1704,0,0,'Despawn Horde Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23765,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19422,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Darkmoon Faire Fortune','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23766,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,25,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,23770,0,0,0,0,7042,1595,0,0,'Sayge\'s Dark Fortune of Intelligence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23767,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,25,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,23770,0,0,0,0,7042,1595,0,0,'Sayge\'s Dark Fortune of Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23768,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,25,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,23770,0,0,0,0,7042,1595,0,0,'Sayge\'s Dark Fortune of Damage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23769,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,25,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,23770,0,0,0,0,7042,1595,0,0,'Sayge\'s Dark Fortune of Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23770,0,0,0,0,612368640,268435592,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,527,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,'Sayge\'s Carnie Buff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23771,5,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,15,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13619,0,0,0,0,0,0,544,0,0,'Wracking Pains Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23772,3,0,0,0,536870912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,62,62,81,1,1,1,1,1,0,0,0,0,0,0,159,14,19,0,0,0,22,22,22,15,15,15,12,12,12,0,0,0,0,0,0,2,60,30,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,6259,158,0,0,'Wilt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23773,3,0,0,0,536870912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,8,8,451,751,1,1,1,1,0,0,0,0,0,0,2774,2624,99,0,0,0,22,22,22,15,15,15,12,12,12,0,0,0,0,0,0,3,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,2255,160,0,0,'Suffering of Sanity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23774,3,0,0,0,536870912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,8,8,451,751,1,1,1,1,0,0,0,0,0,0,2774,2624,99,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,3,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,5363,160,0,0,'System Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23775,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,249,0,0,'Stun Forever','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23776,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Clear Possess','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23777,0,0,0,0,537133312,0,67108864,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Zero Mana/Full Health DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23779,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,21,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Resurgence DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23780,1,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,1,0,0,0,0,0,0,0,22,42,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,23781,0,0,0,0,302,453,0,0,'Aegis of Preservation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (23781,1,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Aegis Heal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (23782,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1718,0,0,'Gift of Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1718,0,0,'Gift of Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23784,5,0,0,0,536870912,1024,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23785,5,0,0,0,536871360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23786,3,99,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,1000,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,187,265,0,0,'Powerful Anti-Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23787,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19441,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19440,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Powerful Anti-Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23788,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23787,0,0,0,0,0,222,1,0,0,'Formula: Powerful Anti-Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23789,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,3,0,0,479,0,0,0,0,0,41,0,0,0,0,0,15,0,0,0,0,0,0,0,0,10000000000,0,0,0,0,0,0,0,0,14870,0,0,0,0,0,0,0,0,362,689,0,0,'Stoneclaw Totem TEST','','','','','','','','','','','','','','','',0,0,0,0,11,8,0,1,1,1,1,1,0), + (23790,3,0,0,0,536871168,136,335544320,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,114,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,15,15,0,13,13,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,689,0,0,'Stoneclaw Totem Effect TEST','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23792,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23790,0,0,0,0,0,0,689,0,0,'Stoneclaw Totem Passive TEST','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23793,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23794,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Agility +15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23795,6,0,0,0,448,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23796,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23797,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23798,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23799,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,16204,7076,0,0,0,0,6,6,4,2,0,0,0,0,2,58867,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2563,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23800,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,16204,7082,0,0,0,0,6,6,4,2,0,0,0,0,2,58867,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2564,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23801,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,16204,16203,7080,0,0,0,0,0,16,4,2,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2565,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Mana Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23802,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16204,16203,12803,0,0,0,0,2,20,4,6,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2566,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Bracer - Healing Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23803,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,16204,0,0,0,0,0,10,8,15,0,0,0,0,0,2,58867,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2567,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Mighty Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23804,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,16204,0,0,0,0,0,15,12,20,0,0,0,0,0,2,58867,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2568,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Weapon - Mighty Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23805,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23799,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23806,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23800,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23807,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23801,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Mana Regeneration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23808,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23802,0,0,0,0,0,222,1,0,0,'Formula: Enchant Bracer - Healing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23809,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23803,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Mighty Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23810,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23804,0,0,0,0,0,222,1,0,0,'Formula: Enchant Weapon - Mighty Intellect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23811,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,14878,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Jubling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23813,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19008,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23814,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19009,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23815,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5509,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23816,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19010,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Greater)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23817,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19011,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Greater)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23818,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5510,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Greater)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23819,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9421,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Major)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23820,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19012,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Major)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23821,5,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19013,0,0,0,0,0,0,0,0,0,0,0,0,284,0,0,'Create Healthstone (Major)','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,0,1,1,1,0), + (23822,5,0,0,0,536871360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23823,5,0,0,0,536871360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23824,5,0,0,0,536871360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23825,5,0,0,0,536871360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23826,5,0,0,0,536870912,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,12,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23827,5,0,0,0,536870912,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,12,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23828,5,0,0,0,536870912,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-17,0,0,0,0,0,1,0,0,0,0,0,12,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23829,5,0,0,0,536870912,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,12,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23830,5,0,0,0,536870912,1024,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23831,5,0,0,0,536870912,1024,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23832,5,0,0,0,536870912,1024,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23833,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,12,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23834,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,12,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23835,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,12,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23836,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,12,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23837,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,12,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23838,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0.6,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,12,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23839,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0.8,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,12,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23840,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,1,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,12,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23841,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,12,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23842,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,12,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23843,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,12,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23844,5,0,0,0,536870912,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,12,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,114,0,0,'Master Demonologist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23845,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attract Jubjub','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23848,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,60,60,1,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,17,31,1,1,1,1,1,1,0,0,0,0,0,0,-51,681,49,0,0,0,6,6,6,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,39,564,0,50,'Test Strike W50','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (23849,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,1,1,0,0,0,0,0,0,0,56,79,0,0,0,0,0,0,0,0,0,0,0,0,0,14877,1,0,0,0,0,0,0,0,7059,149,0,0,'Venoxis Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23850,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,60,60,1,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,17,31,1,1,1,1,1,1,0,0,0,0,0,0,-51,1129,34,0,0,0,6,6,6,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,39,564,0,50,'Test Strike W35','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (23851,0,1071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19450,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hatch Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23852,0,1071,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,604800000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Jubling Cooldown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23853,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Jubling Cooldown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23858,1,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,10,0,251,501,0,1,1,0,0,0,0,0,0,0,874,1749,0,0,0,0,22,22,0,15,30,0,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,70,0,0,'Holy Nova','','','','','','','','','','','','','','','',0,0,0,0,6,2151677952,0,1,1,1,1,1,0), + (23859,1,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,75,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,74,0,0,'Dispel Magic','','','','','','','','','','','','','','','',0,133,1500,0,6,3221225472,0,1,1,1,1,1,0), + (23860,2,451,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,0,0,0,31,0,115,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,595,1,0,1,1,0,0,0,0,0,0,0,2202,124,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,156,0,50,'Holy Fire','','','','','','','','','','','','','','','',0,133,1500,0,6,1048576,0,1,1,1,1,1,0), + (23861,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,18,0,0,28,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7080,40,0,0,'Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23862,3,18,4,0,16,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1001,1,0,1,1,0,0,0,0,0,0,0,1499,199,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23863,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23864,0,0,0,0,0,0,502,0,50,'Revitalize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23864,3,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,1714,320,0,50,'Revitalize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23865,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7081,597,0,0,'Parasitic Serpent','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,0,0,0), + (23866,3,0,0,0,150995200,268435456,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14884,0,0,0,0,0,0,0,0,7082,597,0,0,'Summon Parasitic Serpent','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (23867,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23865,0,0,0,0,0,0,597,0,0,'Parasitic Serpent','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23878,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Random Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23880,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23881,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,40,40,0,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,38,0,50,'Bloodthirst','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (23885,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,5,0,40,40,31,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23880,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23886,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,5,0,48,48,31,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23889,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23887,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,5,0,54,54,31,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23890,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23888,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,5,0,60,60,31,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23891,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23889,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23890,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23891,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,50,'Bloodthirst','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23892,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,48,48,0,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,38,0,50,'Bloodthirst','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (23893,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,54,54,0,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,38,0,50,'Bloodthirst','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (23894,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,60,60,0,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,38,0,50,'Bloodthirst','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (23895,1,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,8,0,400,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23896,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8567,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Flag Taken From Base (Event)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23897,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8568,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Flag Taken From Base (Event)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23898,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23892,0,0,0,0,0,107,38,0,0,'Bloodthirst','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23899,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23893,0,0,0,0,0,107,38,0,0,'Bloodthirst','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23900,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23894,0,0,0,0,0,107,38,0,0,'Bloodthirst','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23918,0,0,1,9,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,501,1,0,1,1,0,0,0,0,0,0,0,1749,0,0,0,0,0,22,22,0,15,15,0,9,9,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,87,0,0,'Sonic Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23919,0,85,0,12,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,499,-1,0,0,0,0,24,24,0,0,0,0,8,8,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,277,0,50,'Swoop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (23920,0,0,0,0,327760,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,'Shield Reflection','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23921,0,0,0,0,327760,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,'Shield Reflection','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (23922,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,40,40,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,38,2,0,1,11,0,1,1,0,0,0,0,0,0,0,0,224,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,413,0,0,'Shield Slam','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,4328521728,0,2,2,1,1,1,0), + (23923,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,48,48,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,38,2,0,1,13,0,1,1,0,0,0,0,0,0,0,0,263,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,413,0,0,'Shield Slam','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,4328521728,0,2,2,1,1,1,0), + (23924,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,54,54,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,38,2,0,1,15,0,1,1,0,0,0,0,0,0,0,0,302,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,413,0,0,'Shield Slam','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,4328521728,0,2,2,1,1,1,0), + (23925,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,60,60,0,1,200,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,38,2,0,1,17,0,1,1,0,0,0,0,0,0,0,0,341,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,413,0,0,'Shield Slam','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,4328521728,0,2,2,1,1,1,0), + (23926,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23923,0,0,0,0,0,107,16,0,0,'Shield Slam','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23927,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23924,0,0,0,0,0,107,16,0,0,'Shield Slam','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23928,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23925,0,0,0,0,0,107,16,0,0,'Shield Slam','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23929,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,70,70,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 71','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23930,0,0,0,0,16777360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,80,80,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,3580,1608,0,0,'Seal of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23931,3,22,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,187,1,1,1,1,1,0,0,0,0,0,0,1406,-61,-101,0,11,0,22,22,22,15,15,15,13,13,13,0,33,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,199,0,0,'Thunderclap','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23932,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'A-Mid Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23933,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8868,0,0,0,0,0,0,0,0,0,1,0,0,'A-Mid Horde','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23934,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8867,0,0,0,0,0,0,0,0,0,1,0,0,'A-Mid Alliance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23935,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'H-Mid Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23936,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mid Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23937,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'ALT -N Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23938,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'ALT -S Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23939,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8882,0,0,0,0,0,0,0,0,0,1,0,0,'ALT -N Alliance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23940,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8884,0,0,0,0,0,0,0,0,0,1,0,0,'ALT -N Horde','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23941,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8878,0,0,0,0,0,0,0,0,0,1,0,0,'ALT -S Alliance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23942,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8880,0,0,0,0,0,0,0,0,0,1,0,0,'ALT -S Horde','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23943,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8870,0,0,0,0,0,0,0,0,0,1,0,0,'H-Mid Alliance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23944,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8872,0,0,0,0,0,0,0,0,0,1,0,0,'H-Mid Horde','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23945,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8874,0,0,0,0,0,0,0,0,0,1,0,0,'Mid Alliance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23946,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8876,0,0,0,0,0,0,0,0,0,1,0,0,'Mid Horde','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23947,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,58,48,48,42,0,1170,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (23948,1,0,1,0,65536,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,70,60,60,42,0,1695,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,685,0,0,'Power Word: Fortitude','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,8,0,1,1,1,1,1,0), + (23949,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,374,1,0,0,'Exzhal Calls Circle of Binding DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23950,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7249,1,0,0,'Exzhal Searches for Wild Gods DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23951,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,8,0,450,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,22,0,0,7,0,0,12,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6682,38,0,0,'Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (23952,5,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,100,0,0,1,1,85,0,350,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,57,0,0,1,0,0,0,0,0,0,0,0,421,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23953,5,0,0,11,0,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,1,0,100,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,749,-81,0,0,0,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,0,0), + (23954,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,1,1,0,0,215,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,15001,0,0,1,0,0,0,0,0,0,0,0,92499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7261,104,0,50,'Great Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (23958,5,0,0,0,603979776,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Mind Exhaustion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23959,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,17,31,80,1,1,1,1,1,1,0,0,0,0,0,0,444,74,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Test Stab R50','','','','','','','','Rank 8','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (23960,0,40,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,0,3,45,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,80,31,1,1,1,1,1,1,0,0,0,0,0,0,373,0,49,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,130,0,0,'Test Strike R50','','','','','','','','Rank 8','','','','','','','',0,133,1000,0,8,8388610,0,2,2,1,1,1,0), + (23961,0,0,0,0,159383552,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Frostwolf Reputation +1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23962,0,0,0,0,159383552,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Stormpike Reputation +1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23963,0,0,0,0,159383552,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Frostwolf Reputation +2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23964,1,0,0,0,8716288,0,5,1048576,0,134217728,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,65,60,60,6,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,4.3,0,0,9,9,9,0,0,0,21,21,21,0,0,0,0,0,0,52,57,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7079,176,0,50,'Bloodrager\'s Requiem','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483652,0,1,1,1,1,1,0), + (23965,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7201,299,0,0,'Instant Heal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23966,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14941,0,0,0,0,0,0,0,0,7059,497,0,0,'Jeklik Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23967,0,0,0,0,327696,0,0,0,0,0,0,0,2,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,31,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,564,0,50,'Dragonbane','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,2,2,1,1,1,0), + (23968,0,0,0,0,16777216,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23969,0,0,0,0,0,0,1,0,0,'Throw Liquid Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23969,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Throw Liquid Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23970,2,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,77,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7139,45,0,0,'Throw Liquid Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (23971,2,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180125,0,0,0,0,0,0,0,0,7140,937,0,0,'Summon Liquid Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23972,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Blaze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (23973,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Root Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23974,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,46,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14965,0,0,0,0,0,0,0,0,7159,134,0,0,'Summon Frenzied Bloodseeker Bats','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23975,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19642,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create iCoke Prize Voucher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23978,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,131072,0,0,101,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6922,1709,0,0,'Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23979,1,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,100,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7160,548,0,0,'Holy Wrath','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1.3,1,0,0), + (23989,0,0,0,0,262160,32,0,0,0,0,0,0,0,0,0,0,1,300000,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3259,44,0,0,'Readiness','','','','','','','','','','','','','','','',0,133,1000,0,9,0,0,0,0,1,0,0,0), + (23990,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Item - Minor Run Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (23991,1,1155,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,111,0,0,1,0,0,0,0,0,0,0,0,494,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1726,291,0,0,'Damage Absorb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (23992,0,0,0,0,262208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,16,0,0,'Fire Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23998,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19574,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman WAR R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (23999,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19575,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman WAR R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24000,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19576,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman WAR R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24001,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19577,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman WAR R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24002,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-151,-71,99,0,0,0,6,6,6,0,0,0,0,0,0,138,33,64,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,7161,1719,0,0,'Tranquilizing Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24003,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-151,-71,99,0,0,0,6,6,6,0,0,0,0,0,0,138,33,64,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,7161,1719,0,0,'Tranquilizing Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24004,3,0,0,10,68222976,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7284,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24005,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,20,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24006,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,15,6,6,0,0,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19696,0,0,0,0,0,0,0,0,0,0,0,563,1512,0,0,'Bounty of the Harvest','','','','','','','','','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (24007,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19579,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Zul\'Gurub Talisman PAL R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24008,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19585,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Zul\'Gurub Talisman PAL R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24009,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19586,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Zul\'Gurub Talisman PAL R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24010,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19588,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Zul\'Gurub Talisman PAL R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24011,3,18,4,0,16,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,351,25,0,1,1,0,0,0,0,0,0,0,524,87,0,0,0,0,24,24,0,0,0,0,10,10,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24012,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19591,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman PRT R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24013,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19592,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman PRT R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24014,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19593,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman PRT R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24015,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19594,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman PRT R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24016,0,40,0,0,263188,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,113,0,0,1,0,0,0,0,0,0,0,0,693,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,610,243,0,50,'Exploit Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24017,0,0,0,0,8388864,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Create Arathi Resource Crate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24018,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,3,0,6,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,23,23,38,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,12,24019,24071,0,0,0,0,7163,1474,0,0,'Axe Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24019,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,'Axe Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24020,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,563,0,0,1,0,0,0,0,0,0,0,0,968,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7162,1474,0,0,'Axe Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24021,5,37,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,127,99,0,0,'Anti-Magic Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24022,1,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,10,0,1,625,0,1,1,0,0,0,0,0,0,0,0,2187,0,0,0,0,22,22,0,30,30,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,3643,70,0,0,'Cleanse Nova','','','','','','','','','','','','','','','',0,0,0,0,6,2151677952,0,1,1,1,1,1,0), + (24023,0,44,0,0,16,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,95,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,64,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12021,0,0,0,3783,457,0,50,'Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (24024,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,1,0,1251,0,0,1,0,0,0,0,0,0,0,0,4374,0,0,0,0,0,18,1,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7164,937,0,0,'Unstable Concoction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24038,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19598,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman MAG R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24039,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19599,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman MAG R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24040,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19600,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman MAG R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24041,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19601,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman MAG R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24042,0,0,0,0,16,134218240,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,58,58,0,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,166,261,0,0,'Test Maul','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,2,2,1,1,1,0), + (24043,0,0,0,0,262160,32,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,32,3,30,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,200,1181,0,50,'Test Fury','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24044,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19602,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman WLK R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24045,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19603,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman WLK R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24046,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19604,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman WLK R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24047,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19605,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman WLK R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24048,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,22,0,15,15,0,13,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7179,370,0,0,'Whirling Trip','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24049,0,0,0,0,4259858,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,1,0,0,0,0,0,54,20,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,65536,0,6,0,0,125,0,0,1,0,0,0,0,0,0,0,0,437,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,251,0,0,'Impale','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (24050,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,524,0,0,0,0,0,53,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7180,87,0,0,'Spirit Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24051,5,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24050,0,0,0,0,0,0,87,0,0,'Spirit Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24052,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15009,0,0,0,0,0,0,0,0,7181,1,0,0,'Summon Voodoo Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24053,3,0,1,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,28,0,300,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,56,5,0,0,0,0,0,0,0,0,0,0,0,0,0,7552,0,0,0,0,0,0,0,0,2295,82,0,50,'Hex','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24054,0,0,2,0,67108864,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,1,1,4,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-201,-101,-61,0,0,0,22,22,22,15,15,15,13,13,13,29,29,61,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,279,207,0,0,'Shrink','','','','','','','','','','','','','','','',0,0,0,0,0,0,5,1,1,1,1,1,0), + (24055,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19610,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman DRU R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24056,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19611,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman DRU R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24057,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,49,0,0,0,0,1,1,0,0,0,0,0,0,0,5,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,91,0,0,'Confused','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24058,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,64,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,18,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15010,0,0,0,24066,0,0,0,0,7182,1720,0,0,'Release Toads','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24059,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19612,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman DRU R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24060,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19613,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman DRU R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24061,0,0,0,0,159383552,32,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8114,8121,0,0,0,0,0,0,0,0,1,0,0,'Complete Arathi Basin quest, 4 bases','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7183,263,0,0,'Toad Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24063,3,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,32,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,1,0,125,0,0,1,0,0,0,0,0,0,0,0,437,0,0,0,0,0,18,1,0,28,0,0,13,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7184,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24064,0,0,0,0,159383552,32,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8115,8122,0,0,0,0,0,0,0,0,1,0,0,'Complete Arathi Basin quest, 5 bases','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24065,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24062,0,0,0,0,0,7183,263,0,0,'Toad Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24066,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24065,0,0,0,0,0,0,263,0,0,'Toad Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24067,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19606,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman SHM R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24068,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19607,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman SHM R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24069,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19608,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman SHM R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24070,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19609,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman SHM R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1474,0,0,'Axe Flurry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (24072,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19614,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman ROG R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24073,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19615,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman ROG R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24074,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19616,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman ROG R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24075,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19617,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman ROG R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24076,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19618,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman HUN R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24077,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19619,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman HUN R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24078,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19620,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman HUN R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24079,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19621,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'Gurub Talisman HUN R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24080,1,0,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Death Touch Copy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24081,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15041,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Spawn of Mar\'li','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24082,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Hatch Spider Egg','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24083,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,52,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,7203,211,0,0,'Hatch Eggs','','','','','','','','','','','','','','','',0,0,0,0,0,0,4,0,0,1,0,0,0), + (24084,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14967,0,0,0,0,0,0,0,0,7059,90,0,0,'Mar\'li Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24085,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7199,1,0,0,'Transform Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24086,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,24,24,0,0,0,0,1,1,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Growth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24087,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24086,0,0,0,0,0,0,1,0,0,'Growth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24088,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,1,0,1,1,0,0,0,0,0,0,0,49,0,0,0,0,0,1,1,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24089,0,0,0,0,870,63,0,0,'Full Grown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24089,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,17,5,10,0,0,0,0,0,0,0,63,0,0,'Full Grown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24090,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,31,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Minor Movement Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24091,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14342,19726,12804,14048,14227,0,0,0,3,5,4,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19682,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Bloodvine Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24092,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14342,19726,12804,14048,14227,0,0,0,4,4,4,4,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19683,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Bloodvine Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24093,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14342,19726,12810,14048,14227,0,0,0,3,3,4,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19684,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Bloodvine Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24094,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24091,0,0,0,0,0,222,1,0,0,'Pattern: Bloodvine Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24095,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24092,0,0,0,0,0,222,1,0,0,'Pattern: Bloodvine Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24096,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24093,0,0,0,0,0,222,1,0,0,'Pattern: Bloodvine Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24097,3,0,4,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24098,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,11,24,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,6948,0,0,0,0,0,0,0,0,0,0,737,51,0,50,'Copy of Bind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24099,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,251,123,0,1,1,0,0,0,0,0,0,0,374,288,0,0,0,0,22,22,0,15,15,0,10,10,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,68,0,0,'Poison Bolt Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24100,5,0,0,0,65536,200,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,8,0,101,0,0,20,20,1,0,200,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7202,546,0,0,'Life Steal','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24101,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,1,0,0,0,0,0,0,101,0,0,0,0,548,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180206,8150,0,0,0,0,0,0,0,0,1,0,0,'Grom\'s Troll Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24102,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,1,0,0,0,0,0,0,101,0,0,0,0,548,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180209,8150,0,0,0,0,0,0,0,0,1,0,0,'Grom\'s Tauren Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24103,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,1,0,0,0,0,0,0,101,0,0,0,0,548,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180208,8150,0,0,0,0,0,0,0,0,1,0,0,'Grom\'s Forsaken Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24104,0,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,1,0,0,0,0,0,0,101,0,0,0,0,548,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180207,8150,0,0,0,0,0,0,0,0,1,0,0,'Grom\'s Orc Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24105,0,0,0,0,0,0,0,0,0,0,0,0,0,1323,0,0,1,0,0,0,0,0,0,101,0,0,0,0,548,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180210,8149,0,0,0,0,0,0,0,0,1,0,0,'Uther\'s Human Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24106,0,0,0,0,0,0,0,0,0,0,0,0,0,1323,0,0,1,0,0,0,0,0,0,101,0,0,0,0,548,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180211,8149,0,0,0,0,0,0,0,0,1,0,0,'Uther\'s Gnome Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24107,0,0,0,0,0,0,0,0,0,0,0,0,0,1323,0,0,1,0,0,0,0,0,0,101,0,0,0,0,548,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180214,8149,0,0,0,0,0,0,0,0,1,0,0,'Uther\'s Dwarf Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24108,0,0,0,0,0,0,0,0,0,0,0,0,0,1323,0,0,1,0,0,0,0,0,0,101,0,0,0,0,548,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180213,8149,0,0,0,0,0,0,0,0,1,0,0,'Uther\'s Night Elf Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24109,6,0,1,0,0,524288,4,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,1,1,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,59,0,0,0,0,21,21,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,905,63,0,0,'Enlarge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24110,0,0,0,7,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,31,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-101,0,0,0,0,22,22,22,15,15,15,13,13,13,26,138,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,174,0,0,'Enveloping Webs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24111,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,4,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,187,1,0,1,1,0,0,0,0,0,0,0,656,-5001,0,0,0,0,6,6,0,0,0,0,0,0,0,3,22,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,835,68,0,0,'Corrosive Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24112,3,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,53,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7204,636,0,0,'Poison Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24113,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,165363,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,'zzOLDPrecision','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24114,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,165363,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,'zzOLDPrecision','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24115,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,165363,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,856,0,0,'zzOLDPrecision','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24116,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24118,0,0,0,15,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,86,0,65,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'zzOLDLacerate','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,1,0), + (24119,0,0,0,15,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,86,0,80,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'zzOLDLacerate','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,1,0), + (24120,0,0,0,15,327696,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,86,0,95,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'zzOLDLacerate','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,0,0,2,2,1,1,1,0), + (24121,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19767,15407,12803,14341,0,0,0,0,14,5,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19685,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Primal Batskin Jerkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24122,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19767,15407,12803,14341,0,0,0,0,10,4,4,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19686,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Primal Batskin Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24123,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19767,15407,12803,14341,0,0,0,0,8,3,4,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19687,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Primal Batskin Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24124,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19768,19726,15407,14341,0,0,0,0,35,2,3,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19688,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Blood Tiger Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24125,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19768,19726,15407,14341,0,0,0,0,25,2,3,3,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19689,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Blood Tiger Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24126,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24121,0,0,0,0,0,222,1,0,0,'Pattern: Primal Batskin Jerkin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24127,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24122,0,0,0,0,0,222,1,0,0,'Pattern: Primal Batskin Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24128,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24123,0,0,0,0,0,222,1,0,0,'Pattern: Primal Batskin Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24129,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24124,0,0,0,0,0,222,1,0,0,'Pattern: Blood Tiger Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24130,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24125,0,0,0,0,0,222,1,0,0,'Pattern: Blood Tiger Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24131,3,0,4,0,159383552,32,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,29,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,25,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7206,1721,0,0,'Wyvern Sting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,65536,0,0,0,1,1,1,0), + (24132,3,1111,4,10,269549570,0,131072,0,0,0,0,0,0,0,0,0,1,0,120000,0,2,0,1048576,100,0,0,50,50,29,0,155,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7205,1721,0,0,'Wyvern Sting','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (24133,3,1111,4,10,269549570,0,131072,0,0,0,0,0,0,0,0,0,1,0,120000,0,2,0,1048576,100,0,0,60,60,29,0,205,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7205,1721,0,0,'Wyvern Sting','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,65536,0,3,2,1,1,1,0), + (24134,3,0,4,0,159383552,32,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,29,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,25,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7206,1721,0,0,'Wyvern Sting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,65536,0,0,0,1,1,1,0), + (24135,3,0,4,0,159383552,32,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,29,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7206,1721,0,0,'Wyvern Sting','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,65536,0,0,0,1,1,1,0), + (24136,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,19774,19726,7910,0,0,0,0,20,10,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19690,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bloodsoul Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24137,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,19774,19726,7910,0,0,0,0,16,8,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19691,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bloodsoul Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24138,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,19774,19726,12810,0,0,0,0,12,6,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19692,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Bloodsoul Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24139,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,19774,12799,0,0,0,0,0,20,14,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19693,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Darksoul Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24140,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,19774,12799,0,0,0,0,0,18,12,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19694,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Darksoul Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24141,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,19774,12799,0,0,0,0,0,16,10,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19695,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Darksoul Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24142,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24136,0,0,0,0,0,222,1,0,0,'Plans: Bloodsoul Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24143,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24137,0,0,0,0,0,222,1,0,0,'Plans: Bloodsoul Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24144,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24138,0,0,0,0,0,222,1,0,0,'Plans: Bloodsoul Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24145,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24139,0,0,0,0,0,222,1,0,0,'Plans: Darksoul Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24146,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24140,0,0,0,0,0,222,1,0,0,'Plans: Darksoul Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24147,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24141,0,0,0,0,0,222,1,0,0,'Plans: Darksoul Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24148,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,14,6,0,0,0,1,1,1,0,0,0,0,0,0,29,158,30,0,0,0,0,0,0,0,0,0,0,0,0,2,0,95,0,0,0,0,0,0,0,1,0,0,'Presence of Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24149,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2583,0,0,0,0,0,0,0,0,5621,1,0,0,'Presence of Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24150,0,0,0,0,65792,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,'Stinger Charge Primer','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24151,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,6,23,0,0,0,1,1,1,0,0,0,0,0,0,29,30,135,0,0,0,0,0,0,0,0,0,0,0,0,2,95,126,0,0,0,0,0,0,0,1,0,0,'Syncretist\'s Sigil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24152,3,0,1,7,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,25,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Whipweed Roots','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,1,0), + (24153,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,27,0,0,0,0,0,1,1,0,0,0,0,0,0,0,99,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Death\'s Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24154,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,23,0,9,0,0,0,1,1,1,0,0,0,0,0,0,124,54,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,1,0,0,'Falcon\'s Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24155,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,12,12,14,0,0,0,1,1,1,0,0,0,0,0,0,13,135,29,0,0,0,0,0,0,0,0,0,0,0,0,126,126,3,0,0,0,0,0,0,0,1,0,0,'Vodouisant\'s Vigilant Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24156,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,17,17,0,0,0,0,1,1,1,0,0,0,0,0,0,13,135,55,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Presence of Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24157,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,17,17,9,0,0,0,1,1,1,0,0,0,0,0,0,13,135,29,0,0,0,0,0,0,0,0,0,0,0,0,126,126,2,0,0,0,0,0,0,0,1,0,0,'Hoodoo Hex','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24158,0,0,0,0,128,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,3,23,0,0,0,1,1,1,0,0,0,0,0,0,29,85,135,0,0,0,0,0,0,0,0,0,0,0,0,2,0,126,0,0,0,0,0,0,0,1,0,0,'Prophetic Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24159,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,9,23,0,0,0,1,1,1,0,0,0,0,0,0,29,29,135,0,0,0,0,0,0,0,0,0,0,0,0,2,3,126,0,0,0,0,0,0,0,1,0,0,'Animist\'s Caress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24160,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2584,0,0,0,0,0,0,0,0,5621,1,0,0,'Syncretist\'s Sigil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24161,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2585,0,0,0,0,0,0,0,0,5621,1,0,0,'Death\'s Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24162,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2586,0,0,0,0,0,0,0,0,5621,1,0,0,'Falcon\'s Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24163,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2587,0,0,0,0,0,0,0,0,5621,1,0,0,'Vodouisant\'s Vigilant Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24164,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2588,0,0,0,0,0,0,0,0,5621,1,0,0,'Presence of Sight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24165,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2589,0,0,0,0,0,0,0,0,5621,1,0,0,'Hoodoo Hex','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24167,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2590,0,0,0,0,0,0,0,0,5621,1,0,0,'Prophetic Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24168,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2591,0,0,0,0,0,0,0,0,5621,1,0,0,'Animist\'s Caress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24169,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,67,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,1,1,1,0,0,0,0,0,0,56,0,138,0,0,0,0,0,0,0,0,0,0,0,0,14966,0,0,0,0,0,0,0,0,7059,497,0,0,'Thekal Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24170,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,56,56,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,141,0,0,1,0,0,0,0,0,0,0,0,354,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Whipweed Entangle','','','','','','','','Trap','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24171,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7220,121,0,0,'Resurrection Impact Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24172,0,0,0,0,150994960,268959744,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Thekal Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24173,1,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7221,121,0,0,'Resurrection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24178,6,99,0,0,262144,0,4,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,10,10,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,1,0,0,64,199,99,0,0,0,6,6,6,0,0,0,0,0,0,6,79,138,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7079,235,0,0,'Will of Hakkar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24179,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13209,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Seal of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7099,1,0,0,'Quest - Polymorph Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24181,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Arathi Basin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24182,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Arathi Basin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24183,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,48,0,0,0,0,0,8,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,15068,0,0,0,0,0,0,0,0,246,1563,0,0,'Summon Zulian Guardians','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24184,6,99,0,0,262400,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,9,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15047,0,0,0,0,0,0,0,0,4581,235,0,0,'Servant of Hakkar DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24185,3,55,1,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,200,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,21,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6682,38,0,0,'Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180246,0,0,0,0,0,0,0,0,0,1,0,0,'Create Zul\'s Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24187,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,40,0,0,0,0,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882,262,0,0,'Claw','','','','','','','','','','','','','','','',0,0,1000,0,7,4096,0,2,2,1,1,1,0), + (24188,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Hammer of Justice','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (24189,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,2,0,1,251,0,1,1,0,0,0,0,0,0,0,69,874,0,0,0,0,22,22,0,15,15,0,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,7240,1723,0,0,'Force Punch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (24190,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14968,0,0,0,0,0,0,0,0,7059,90,0,0,'Arlokk Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24191,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Power Word: Shield','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (24192,0,0,0,15,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,125,125,0,1,1,0,0,0,0,0,0,0,437,437,0,0,0,0,24,24,0,0,0,0,8,8,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7241,108,0,0,'Speed Slash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (24193,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,1,0,0,0,0,95,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,-1,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3783,457,0,50,'Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (24194,0,0,0,0,272,0,0,0,0,0,0,0,0,1323,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7275,1,0,0,'Uther\'s Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24195,0,0,0,0,272,0,0,0,0,0,0,0,0,1324,0,0,5,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7275,1,0,0,'Grom\'s Tribute','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24196,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,46,46,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 47','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24197,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam Undead 48','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24198,0,0,0,0,16777360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,3580,1608,0,0,'Rune of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24199,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,90,1,0,0,'Knockback 35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24201,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19812,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Rune of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24202,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,50,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,22,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180249,180250,180401,0,0,0,0,0,0,0,1,0,0,'Create Heart of Hakkar Rift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24203,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7243,1,0,0,'Heart of Hakkar Banning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24204,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7242,1,0,0,'Heart of Hakkar Implode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24205,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Half Heal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24206,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Half Heal Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24207,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,8,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7246,1,0,0,'Hellfire Cast Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24208,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,1,1,0,0,215,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,6001,0,0,1,0,0,0,0,0,0,0,0,36999,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7261,104,0,50,'Great Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24209,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,1,1,0,0,215,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,15001,0,0,1,0,0,0,0,0,0,0,0,92499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7261,104,0,50,'Great Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24210,0,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24211,0,0,0,0,0,7262,538,0,0,'Mark of Arlokk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24211,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,22,0,0,7,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,'Mark of Arlokk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24212,5,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,100,0,0,1,1,85,0,350,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,93,0,0,1,0,0,0,0,0,0,0,0,703,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24213,0,65,0,12,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7244,108,0,0,'Ravage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24214,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7279,1,0,0,'Heart of Hakkar - Molthor chucks the heart','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24215,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15073,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart of Hakkar Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24217,0,0,0,0,384,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,1,0,0,'Quest - Heart of Hakkar, Ritual Cast Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24218,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,129,129,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test Power Bonus (Cat)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24219,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test Critical Bonus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24221,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,681,1,0,0,'Quest - Teleport Spawn-out','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24222,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,1,0,0,'Vanish Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24223,0,0,0,0,272,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,18,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7247,252,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24224,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,12000,0,0,0,0,0,101,0,36,36,36,32,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,49,0,24233,0,0,0,1,0,1,0,0,0,0,0,0,31,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,298,304,0,0,'zzOLDDONOTREUSE','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,1,1,1,0,1,0), + (24225,0,0,0,11,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1677,0,0,'Exhaustion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24226,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,222,1,0,0,'Increase Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24228,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24229,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24230,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24231,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24232,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24233,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24234,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,92,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,304,0,0,'zzOLDJudgement of Vigor','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,0,0,1,0,0,0), + (24235,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,'Super Invis','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24236,0,49,0,0,327696,64,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,15420,0,101,0,0,36,36,39,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15589,0,0,0,0,0,223,83,122,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24237,0,0,0,0,256,0,1,4096,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Graveyard Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24238,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,29,3,30,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,0,0,3941,108,0,0,'Test Rip','','','','','','','','Rank 6','','','','','','','',0,133,1000,0,0,0,0,2,2,1,1,1,0), + (24239,1,1131,0,0,327680,0,0,0,512,0,0,0,0,0,0,2,4,0,6000,15,0,0,0,101,0,65,60,60,0,0,425,0,0,0,4,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,53,0,0,1,0,0,0,0,0,3.1,0,0,503,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7250,42,0,0,'Hammer of Wrath','','','','','','','','Rank 3','','','','','','','',0,133,1000,0,10,0,0,3,1,1,1,1,0), + (24240,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7251,117,0,0,'Spawn - Red Lightning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24241,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,451,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Decapitate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (24242,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15090,0,0,0,0,0,0,0,0,1705,1180,122,0,'Swift Razzashi Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24243,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,839,83,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 840','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24244,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4487,177,0,0,'Grow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24245,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19881,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19880,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'String Together Heads','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24246,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15101,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Zulian Prowler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24247,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24246,0,0,0,0,0,0,1,0,0,'Summon Zulian Prowlers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24248,0,0,0,0,262416,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,56,56,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,51,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6587,1680,0,0,'Copy of Ferocious Bite','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,7,0,0,2,2,2,1,1,0), + (24249,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24250,0,0,0,0,0,0,1,0,0,'Summon Zulian Stalkers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24250,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15067,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Zulian Stalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24251,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,25,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3882,1,0,0,'Zulian Slice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,0,0,0), + (24252,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15104,0,0,0,0,0,0,0,0,1708,1181,122,0,'Swift Zulian Tiger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24253,0,0,0,0,0,0,1,4096,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Graveyard Teleport Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24254,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,1,0,0,'Serpent\'s Hiss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (24255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,299,299,0,0,0,0,1,1,1,0,0,0,0,0,0,99,124,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15109,0,0,0,0,0,0,7079,1697,0,0,'Primal Blessing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24256,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,340,1,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24255,0,0,0,0,0,0,1697,0,0,'Primal Blessing Trigger DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24257,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,21,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,245,0,0,'Jeklik\'s Crushing Blow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (24258,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4043,1,0,0,'Quest - Troll Hero Summon Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24259,5,0,0,9,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,27,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,50,'Spell Lock','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (24261,5,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,99,0,0,'Brain Wash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24262,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,26,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,74,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3999,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,10000000,0,0,0,0,0,0,0,0,15112,0,0,0,0,0,0,0,0,368,120,0,0,'Summon Brain Wash Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24263,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3826,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19932,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'UNUSED Quest - Create Empowered Mojo Bundle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24264,0,0,0,0,65920,0,0,0,0,0,0,16384,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7259,1,0,0,'Extinguish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24265,3,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,56,50,50,21,0,0,0,0,0,1,0,0,19960,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,31,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7260,194,0,0,'Killer Bees!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24266,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12938,19943,12804,13468,0,0,0,0,1,1,6,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19931,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Gurubashi Mojo Madness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24267,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24266,0,0,0,0,0,107,41,0,0,'Gurubashi Mojo Madness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24268,6,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,306,1738,0,0,'Mar\'li\'s Brain Boost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24269,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,26,0,0,'zzOLDImproved Raptor Strike','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24270,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,26,0,0,'zzOLDImproved Raptor Strike','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24271,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-601,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,26,0,0,'zzOLDImproved Raptor Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24272,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-801,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,26,0,0,'zzOLDImproved Raptor Strike','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24273,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,11,0,0,0,0,0,0,0,0,0,26,0,0,'zzOLDImproved Raptor Strike','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24274,1,1131,0,0,327680,0,0,0,512,0,0,0,0,0,0,2,4,0,6000,15,0,0,0,101,0,57,52,52,0,0,360,0,0,0,4,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,43,0,0,1,0,0,0,0,0,2.7,0,0,398,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7250,42,0,0,'Hammer of Wrath','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,10,0,0,3,1,1,1,1,0), + (24275,1,1131,0,0,327680,0,0,0,512,0,0,0,0,0,0,2,4,0,6000,15,0,0,0,101,0,49,44,44,0,0,295,0,0,0,4,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,2.4,0,0,303,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7250,42,0,0,'Hammer of Wrath','','','','','','','','Rank 1','','','','','','','',0,133,1000,0,10,0,0,3,1,1,1,1,0), + (24276,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24275,0,0,0,0,0,107,42,0,0,'Hammer of Wrath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24277,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24274,0,0,0,0,0,107,42,0,0,'Hammer of Wrath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24278,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24239,0,0,0,0,0,107,42,0,0,'Hammer of Wrath','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24279,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19955,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll DRU DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24280,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19953,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll HUN DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24281,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19954,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll ROG DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24282,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19959,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll MAG DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24283,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,14,14,2,0,0,0,1,1,1,0,0,0,0,0,0,117,117,54,0,0,0,0,0,0,0,0,0,0,0,0,11,7,0,0,0,0,0,0,0,0,246,0,0,'Surefooted','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (24284,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19958,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll PRT DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24285,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19952,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll PAL DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24286,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,11,11,3,0,0,0,1,1,1,0,0,0,0,0,0,117,117,54,0,0,0,0,0,0,0,0,0,0,0,0,11,7,0,0,0,0,0,0,0,0,246,0,0,'zzOLDSurefooted','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (24287,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,14,14,4,0,0,0,1,1,1,0,0,0,0,0,0,117,117,54,0,0,0,0,0,0,0,0,0,0,0,0,11,7,0,0,0,0,0,0,0,0,246,0,0,'zzOLDSurefooted','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (24288,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19956,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll SHM DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24289,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19951,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll WAR DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24290,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19939,19940,19941,19942,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19957,0,0,0,0,0,0,0,0,0,0,0,337,1,0,0,'Punctured Voodoo Doll WLK DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24291,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,47,47,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,1,0,0,'Dragon Slaying 48','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24292,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,116,116,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,90,0,0,'Dragon Slaying 117','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24293,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,168,169,0,0,0,0,0,0,0,0,0,0,0,0,0,19,19,0,0,0,0,0,0,0,0,1699,0,0,'Monster Slaying','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24294,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,168,169,0,0,0,0,0,0,0,0,0,0,0,0,0,19,19,0,0,0,0,0,0,0,0,1699,0,0,'Monster Slaying','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24295,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,168,169,0,0,0,0,0,0,0,0,0,0,0,0,0,19,19,0,0,0,0,0,0,0,0,1699,0,0,'Monster Slaying','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24296,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24297,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,0,0,'Lightning Reflexes','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24298,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1,0,0,0,0,0,0,0,0,0,180,0,0,'zzOLDImproved Freezing Trap','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24299,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1,0,0,0,0,0,0,0,0,0,180,0,0,'zzOLDImproved Freezing Trap','','','','','','','','Rank 2','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24300,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,4108,0,101,0,0,60,60,165,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7595,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24301,0,38,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,580,0,0,'Fishing Skill +35','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24302,0,0,0,0,0,0,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,12,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1048576,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2603,0,0,0,0,0,0,0,0,215,1,0,0,'Eternium Fishing Line','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24303,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,1,0,0,'Fishing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24304,0,0,0,0,8388864,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19974,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Quest - Create Mudskunk Lure','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24306,5,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,51,0,1,1,0,1,0,0,0,0,0,0,174,0,9999,0,0,0,6,0,6,0,0,0,0,0,0,3,0,19,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,7263,95,0,0,'Delusions of Jin\'do','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24307,0,0,0,0,80,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,9,0,0,'Shade of Jin\'do Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24308,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14986,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Shade of Jin\'Do','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24309,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,60,60,26,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,14987,0,0,0,0,0,0,0,0,135,79,0,0,'Powerful Healing Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24310,0,0,0,0,262416,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,34,34,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24311,0,0,0,0,0,0,87,0,0,'Powerful Healing Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24311,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,73,0,0,'Powerful Healing Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24312,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,1,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,19,0,0,0,0,1,1,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7265,51,0,0,'Level Up','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24313,0,0,0,0,16,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7264,9,0,0,'Shade Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24314,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,5,0,0,0,1048576,0,0,101,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7266,71,0,0,'Threatening Gaze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24315,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,6,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24316,0,0,0,0,3783,457,0,50,'Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (24316,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,63,63,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,5001,0,0,1,0,0,0,0,0,0,0,0,7499,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,1477,0,0,'Guillotine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (24317,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,18,1,0,0,0,0,2,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24318,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,64,14,0,0,0,1,1,1,0,0,0,0,0,0,79,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24319,3,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14989,0,0,0,0,0,0,0,0,1903,263,0,0,'Summon Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24320,3,0,4,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,16,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7268,163,0,0,'Poisonous Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24321,3,0,4,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7267,149,0,0,'Poisonous Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24322,0,0,0,0,2902458384,536969356,4,8192,0,0,0,0,0,0,0,0,1,0,0,0,0,8,0,101,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,38,1,1,0,0,0,0,0,0,62,38,38,1000,0,0,5,0,0,0,0,0,0,0,0,0,12,27,0,0,0,0,0,0,7270,153,0,0,'Blood Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,1,1,0), + (24323,3,0,0,0,603979792,536970380,4,8192,0,0,0,0,0,0,0,0,1,0,0,0,0,8,0,101,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,38,1,1,0,0,0,0,0,0,3,38,38,1000,0,0,1,0,0,0,0,0,0,0,0,0,12,27,0,0,0,0,0,0,7269,263,0,0,'Blood Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,0,1,1,0), + (24324,5,0,0,0,16,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,0,15,0,0,12,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7271,153,0,0,'Blood Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24325,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,30,0,0,0,19975,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,-1,0,0,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9104,0,0,0,0,0,0,0,7272,1724,0,0,'Pagle\'s Point Cast - Create Mudskunk Lure','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24326,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,87,0,1,1,0,0,0,0,0,0,0,249,306,0,0,0,0,22,22,0,15,15,0,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,2377,166,0,0,'Gahz\'ranka Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (24327,5,0,0,1,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,99,149,0,0,0,6,6,6,0,0,0,0,0,0,6,138,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Cause Insanity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24328,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,251,1,0,1,1,0,0,0,0,0,0,0,874,199,0,0,0,0,53,53,0,16,16,0,13,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7273,160,0,0,'Corrupted Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24330,0,0,0,0,67110912,524424,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,75,0,0,1,0,0,0,0,0,0,0,0,262,0,0,0,0,0,22,0,0,30,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7274,160,0,0,'zzOLDCorrupted Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,1,1,0), + (24331,0,0,0,15,16,0,0,8,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,105,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,9,1,0,1,1,0,0,0,0,0,0,0,15,11,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,494,0,0,'Rake','','','','','','','','','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (24332,0,0,0,15,16,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,105,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,17,1,0,1,1,0,0,0,0,0,0,0,31,23,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,494,0,0,'Rake','','','','','','','','','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (24333,0,65,0,12,20,0,0,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,6,6,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,0,0,1,0,0,0,0,0,0.5,0,0,2,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,108,0,0,'Ravage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24334,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,95,0,0,0,0,0,24,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,636,0,50,'Acid Spit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24335,3,0,4,10,65538,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,60,60,29,0,205,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7205,1721,0,0,'Wyvern Sting','','','','','','','','','','','','','','','',0,133,0,0,9,0,0,3,2,1,1,1,0), + (24336,3,0,4,0,159383552,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,29,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,63,0,0,1,0,0,0,0,0,0,0,0,218,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7206,1721,0,0,'Wyvern Sting','','','','','','','','','','','','','','','',0,0,0,0,9,65536,0,0,0,1,1,1,0), + (24337,0,0,0,0,2098176,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,65,0,0,1,0,0,0,0,0,4,0,0,127,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,856,0,50,'Ambush','','','','','','','','','','','','','','','',0,133,1000,0,8,8389120,0,2,2,1,1,1,0), + (24339,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,25,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,249,99,0,0,0,0,6,6,0,0,0,0,0,0,0,3,14,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,717,1614,0,0,'Infected Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24340,2,0,0,0,0,0,0,256,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1401,0,0,1,0,0,0,0,0,0,0,0,13299,0,0,0,0,0,16,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7479,184,0,0,'Meteor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24341,1,0,0,0,0,0,1,0,0,0,0,32768,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,121,0,0,'Revive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24342,0,0,0,0,150995200,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Chained Spirits','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24343,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Call Chained Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24344,0,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24345,0,0,0,0,0,0,1,0,0,'Bloodlord\'s Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24345,0,0,0,0,536871168,268435592,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Bloodlord\'s Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,256,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,39,0,0,0,1,1,1,0,0,0,0,0,0,56,60,58,0,0,0,0,0,0,0,0,0,0,0,0,14356,0,0,0,0,0,0,0,0,850,497,0,0,'Copy of Master Angler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24347,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,37124,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,24,0,0,0,1,1,1,0,0,0,0,0,0,56,82,58,0,0,0,0,0,0,0,0,0,0,0,0,15118,0,0,0,0,0,0,0,0,850,1725,0,0,'Master Angler','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24348,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,56,50,50,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2097152,0,0,12,0,0,0,0,0,0,0,0,0,1563,0,0,'Cheetah Sprint','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24349,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14988,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Bloodlord\'s Raptor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24350,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1726,0,0,'Safe Fall','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (24351,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1076,0,0,'Fear Resistance 4','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24352,0,0,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,149,1,149,0,0,0,1,1,1,0,0,0,0,0,0,99,54,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3160,1584,0,0,'Devilsaur Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24353,0,28,0,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,0,0,0,20,101,1,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,5,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7282,1584,0,0,'Primal Instinct','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,0,0), + (24354,1,0,1,0,65552,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,52,52,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,189,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,7280,1727,0,0,'Prayer Beads Blessing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24355,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,21,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1309,0,50,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24356,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,10498,6219,19726,19774,16006,12804,12810,0,0,0,4,5,2,8,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19999,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Bloodvine Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24357,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,10498,6219,19726,19774,16006,12804,12810,0,0,0,5,5,1,8,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19998,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Bloodvine Lens','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24358,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24356,0,0,0,0,0,222,1548,0,0,'Schematic: Bloodvine Goggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24359,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24357,0,0,0,0,0,222,1548,0,0,'Schematic: Bloodvine Lens','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24360,5,0,1,10,68222976,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,15,130,0,0,101,0,0,55,55,29,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,1,1,1,0,0,0,0,0,0,0,524,524,0,0,0,1,1,1,0,0,0,0,0,0,12,8,24,0,3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3859,44,0,0,'Greater Dreamless Sleep','','','','','','','','','','','','','','','',0,133,1500,0,13,0,0,0,0,1,1,1,0), + (24361,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,30,27,27,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1305,0,0,'Regeneration','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (24362,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,1,0,0,'Increased 1H Fist Weapons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24363,0,4,0,0,671088896,1024,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,45,45,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,1728,0,0,'Mana Regeneration','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (24364,0,4,1,0,671088640,32768,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,11,7,12,0,0,0,0,0,0,7119,1732,0,0,'Living Free Action','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (24365,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13463,13466,8925,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20007,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Mageblood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24366,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13463,13464,8925,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20002,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Greater Dreamless Sleep Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24367,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13467,13465,10286,8925,0,0,0,0,2,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20008,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Living Action Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24368,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8846,13466,8925,0,0,0,0,0,1,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20004,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Major Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24369,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24365,0,0,0,0,0,222,1,0,0,'Recipe: Mageblood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24370,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24366,0,0,0,0,0,222,1,0,0,'Recipe: Greater Dreamless Sleep Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24372,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24367,0,0,0,0,0,222,1,0,0,'Recipe: Living Action Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24373,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24368,0,0,0,0,0,222,1,0,0,'Recipe: Major Troll\'s Blood Potion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24374,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,849,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24375,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,58,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,499,0,0,0,22,0,22,15,0,15,18,0,18,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,19775,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1730,0,0,'Opening Azure Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24377,0,0,0,0,384,0,0,0,0,0,0,0,0,1344,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,103,16,1,1,0,1,1,0,0,0,0,0,0,0,0,74,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19858,0,0,0,270,8240,0,0,0,0,0,0,7276,1,0,0,'Destroy Bijou','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24378,0,0,0,0,536871168,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,29,9,9,0,0,0,25,25,25,0,0,0,0,0,0,79,87,61,0,0,0,1,0,0,0,0,0,0,0,0,127,127,0,0,0,0,0,0,0,6943,38,0,50,'Berserking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24379,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4097,0,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6942,358,0,50,'Restoration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24382,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,0,5040,1315,0,0,'Spirit of Zanza','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (24383,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5040,1597,0,0,'Swiftness of Zanza','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (24384,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26401,26402,0,0,0,0,0,358,0,50,'Essence Mango','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24386,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,8,0,0,0,0,0,0,0,0,0,1549,0,0,'Improved Aspect of the Monkey','','','','','','','','Rank 4','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24387,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,8,0,0,0,0,0,0,0,0,0,1549,0,0,'Improved Aspect of the Monkey','','','','','','','','Rank 5','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,101,1,0,1,1,0,0,0,0,0,0,0,199,-26,0,0,0,0,6,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,121,245,0,0,'Brain Damage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (24389,2,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,101,1,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,6,0,500,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,7286,1735,0,0,'Chaos Fire','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,0,0), + (24390,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4107,0,0,101,0,0,0,0,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,46,0,0,0,0,0,12,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24391,0,0,0,0,0,7277,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24391,0,0,0,0,400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4107,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7887,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24392,4,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,1,1,0,1,1,0,0,0,0,0,0,0,5,49,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,24405,0,0,0,0,0,0,176,0,0,'Frosty Zap','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,0,0), + (24393,0,971,0,0,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,60,60,0,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,275,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,564,0,50,'Test Strike','','','','','','','','','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (24394,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,6,0,1,1,0,1,1,0,0,0,0,21,0,0,579,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,166,0,0,'Intimidation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24395,0,0,0,0,65936,32768,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,1,5,17,0,0,0,0,0,0,0,1680,0,0,'Bestial Wrath','','','','','','','','','','','','','','','',0,133,0,0,9,0,0,0,0,1,1,1,0), + (24396,0,0,0,0,65936,32768,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,14,13,24,0,0,0,0,0,0,0,1680,0,0,'Bestial Wrath','','','','','','','','','','','','','','','',0,133,0,0,9,0,0,0,0,1,1,1,0), + (24397,0,0,0,0,65936,268468224,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,7,10,11,0,0,0,0,0,0,0,1680,0,0,'Bestial Wrath','','','','','','','','','','','','','','','',0,133,0,0,9,0,0,0,0,1,1,1,0), + (24398,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzDONOTREUSE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24399,0,0,0,0,65584,0,0,0,0,0,0,0,0,623,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,17011,17010,17012,11371,0,0,0,0,3,3,4,6,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20039,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Dark Iron Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24400,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24399,0,0,0,0,0,222,1,0,0,'Plans: Dark Iron Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24401,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test Pet Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24402,0,0,0,0,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-11,-11,0,0,0,0,1,1,0,0,0,0,0,0,0,55,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1577,0,0,'Deafened','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24405,4,0,0,0,400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,176,0,0,'Icy Energy','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,0,0), + (24406,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,7292,267,0,0,'Improved Mend Pet','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24407,0,65,0,0,2424848,1209008128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,26,0,0,'Overpower','','','','','','','','','','','','','','','',0,133,0,0,4,4,0,2,2,1,1,1,0), + (24408,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,1,0,0,0,0,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,-1,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3783,457,0,50,'Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (24409,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26472,26473,0,0,0,0,51,358,0,50,'Arathi Basin Field Ration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24410,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,45,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26474,26475,0,0,0,0,51,358,0,50,'Arathi Basin Iron Ration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24411,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25695,25696,0,0,0,0,0,358,0,50,'Arathi Basin Enriched Ration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24412,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24413,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24414,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,31,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24415,6,51,1,11,65536,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,18,0,140,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-101,-51,-51,0,0,0,22,22,22,15,15,15,12,12,12,138,33,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,27,0,50,'Slow','','','','','','','','','','','','','','','',0,0,0,0,0,0,10,1,1,1,1,1,0), + (24416,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,8,0,0,0,0,0,0,0,0,0,122,0,0,'Superior Aspects','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24417,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30003,0,0,0,0,5040,1602,0,0,'Sheen of Zanza','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (24418,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3667,3713,0,0,0,0,0,0,2,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20074,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Heavy Crocolisk Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24419,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24418,0,0,0,0,0,108,1,0,0,'Recipe: Heavy Crocilisk Stew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24420,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2604,0,0,0,0,0,0,0,0,3182,1,0,0,'Zandalar Signet of Serenity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24421,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2605,0,0,0,0,0,0,0,0,3182,1,0,0,'Zandalar Signet of Mojo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24422,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2606,0,0,0,0,0,0,0,0,3182,1,0,0,'Zandalar Signet of Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24423,0,36,0,0,67436560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,35,2,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,3,1,0,1,1,0,0,0,0,0,0,0,6,-26,0,0,0,0,6,22,0,0,15,0,0,8,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7302,1577,0,0,'Screech','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24424,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,8,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24423,0,0,0,0,0,107,1577,0,50,'Screech','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24425,0,0,0,0,159383552,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,9,0,14,0,0,0,22,0,22,30,0,30,12,0,12,31,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,4230,1734,0,0,'Spirit of Zandalar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24426,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,156507840,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Holy Spells','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (24427,3,59,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,8,0,0,0,0,1,1,0,0,0,0,0,0,0,29,8,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,101,1763,0,0,'Diamond Flask','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (24428,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Hamstring','','','','','','','','','','','','','','','',0,0,0,0,4,2,0,0,0,1,0,0,0), + (24429,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16416,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Counterspell','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (24430,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,96,0,0,6,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Rain of Fire/Hellfire','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (24431,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (24432,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Feign Death','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24433,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,5,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Wrath/Starfire','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24434,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Kick','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (24435,5,0,1,0,65536,540676,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,28,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,21,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24436,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Improved Mana/Health Totems','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (24437,5,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,75,0,0,1,0,0,0,0,0,0,0,0,262,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2376,146,0,0,'Blood Leech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24438,0,43,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,20,0,0,0,0,0,9,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24439,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,16,0,0,'Fire Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24440,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23992,0,0,0,0,0,107,16,0,50,'Fire Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24441,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24439,0,0,0,0,0,107,16,0,50,'Fire Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24442,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24440,0,0,0,0,0,107,16,0,0,'Fire Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24443,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-3001,-21,14,0,0,0,1,1,1,0,0,0,0,0,0,107,108,107,0,0,0,0,0,0,0,0,0,16777216,16777216,16777216,10,14,8,0,0,0,0,0,0,0,454,0,0,'Improved Revive Pet','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (24444,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,16,0,0,'Fire Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24445,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,16,0,0,'Fire Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24446,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,501,0,0,'Frost Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24447,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,501,0,0,'Frost Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24448,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,501,0,0,'Frost Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24449,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,501,0,0,'Frost Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24450,0,38,5,0,437583888,16,2097152,0,0,0,0,0,0,0,0,0,1,0,10000,0,144391,0,60,101,1,40,30,30,21,2,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,5,0,0,149,-51,19,0,0,0,1,1,1,0,0,0,0,0,0,16,33,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,184,495,252,0,'Prowl','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24451,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24450,0,0,0,0,0,107,495,0,50,'Prowl','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24452,0,38,5,0,437583888,16,2097152,0,0,0,0,0,0,0,0,0,1,0,10000,0,143367,0,60,101,1,50,40,40,21,2,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,5,0,0,199,-46,34,0,0,0,1,1,1,0,0,0,0,0,0,16,33,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,184,495,252,0,'Prowl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24453,0,38,5,0,437583888,16,2097152,0,0,0,0,0,0,0,0,0,1,0,10000,0,144391,0,60,101,1,60,50,50,21,2,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,5,0,0,249,-41,49,0,0,0,1,1,1,0,0,0,0,0,0,16,33,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,184,495,252,0,'Prowl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24454,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24452,0,0,0,0,0,107,495,0,50,'Prowl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24455,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24453,0,0,0,0,0,107,495,0,50,'Prowl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24456,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-15001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Intimidating Shout','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,0,0,0), + (24457,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,10,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Holy Light','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (24458,5,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,77,0,97,0,0,1,0,0,0,0,0,0,0,0,601,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24459,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7285,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24460,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Blessings','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (24461,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Frost Shock','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (24462,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Lightning Bolt','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (24463,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24444,0,0,0,0,0,107,16,0,50,'Fire Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24464,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24445,0,0,0,0,0,107,16,0,50,'Fire Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24465,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Concussive Shot','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24466,5,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,331,0,0,'Banish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24467,0,0,0,0,536871104,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Serpent Sting','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (24468,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24441,0,0,0,0,0,107,16,0,0,'Fire Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24469,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-20001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16777216,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Blind','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (24470,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24463,0,0,0,0,0,107,16,0,0,'Fire Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24471,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1179648,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Eviscerate and Rupture','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (24472,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24464,0,0,0,0,0,107,16,0,0,'Fire Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24473,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24475,0,0,0,0,0,107,501,0,0,'Frost Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24474,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Destroy Wards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24475,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24446,0,0,0,0,0,107,501,0,50,'Frost Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24476,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24447,0,0,0,0,0,107,501,0,50,'Frost Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24477,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24448,0,0,0,0,0,107,501,0,50,'Frost Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24478,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24449,0,0,0,0,0,107,501,0,50,'Frost Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24479,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Faerie Fire','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24480,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,7,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Starfire','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24481,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24476,0,0,0,0,0,107,501,0,0,'Frost Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24482,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1048704,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Smite and Holy Fire','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (24483,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,10,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Mind Control','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (24484,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24477,0,0,0,0,0,107,501,0,0,'Frost Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24485,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24478,0,0,0,0,0,107,501,0,0,'Frost Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24486,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,22,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Corruption','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (24487,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Death Coil','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,0,0,0), + (24488,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,207,0,0,'Shadow Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24489,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Arcane Intellect','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (24490,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24488,0,0,0,0,0,107,207,0,50,'Shadow Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24491,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-501,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,10,0,0,0,0,0,0,0,0,0,1,0,0,'Improved Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,0,0,0), + (24492,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,197,0,0,'Nature Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24493,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,225,0,0,'Arcane Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24494,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24492,0,0,0,0,0,107,197,0,50,'Nature Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24495,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24493,0,0,0,0,0,107,225,0,50,'Arcane Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24497,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,225,0,0,'Arcane Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24498,1,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,211,502,0,0,'Brilliant Light','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24499,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,214,141,0,0,'Energized Shield','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,1,1,0,0,0), + (24500,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,225,0,0,'Arcane Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24501,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,225,0,0,'Arcane Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24502,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,197,0,0,'Nature Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24503,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,197,0,0,'Nature Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24504,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,197,0,0,'Nature Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24505,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,207,0,0,'Shadow Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24506,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,207,0,0,'Shadow Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24507,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,207,0,0,'Shadow Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24508,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24497,0,0,0,0,0,107,225,0,50,'Arcane Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24509,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24500,0,0,0,0,0,107,225,0,50,'Arcane Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24510,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24501,0,0,0,0,0,107,225,0,50,'Arcane Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24511,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24502,0,0,0,0,0,107,197,0,50,'Nature Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24512,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24503,0,0,0,0,0,107,197,0,50,'Nature Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24513,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24504,0,0,0,0,0,107,197,0,50,'Nature Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24514,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24505,0,0,0,0,0,107,207,0,50,'Shadow Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24515,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24506,0,0,0,0,0,107,207,0,50,'Shadow Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24516,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24507,0,0,0,0,0,107,207,0,50,'Shadow Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24517,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24494,0,0,0,0,0,107,197,0,0,'Nature Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24518,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24490,0,0,0,0,0,107,207,0,0,'Shadow Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24519,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24495,0,0,0,0,0,107,225,0,0,'Arcane Resistance','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24520,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24508,0,0,0,0,0,107,225,0,0,'Arcane Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24521,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24509,0,0,0,0,0,107,225,0,0,'Arcane Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24522,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24510,0,0,0,0,0,107,225,0,0,'Arcane Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24523,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24511,0,0,0,0,0,107,197,0,0,'Nature Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24524,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24512,0,0,0,0,0,107,197,0,0,'Nature Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24525,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24513,0,0,0,0,0,107,197,0,0,'Nature Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24526,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24514,0,0,0,0,0,107,207,0,0,'Shadow Resistance','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24527,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24515,0,0,0,0,0,107,207,0,0,'Shadow Resistance','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24528,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24516,0,0,0,0,0,107,207,0,0,'Shadow Resistance','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24529,3,0,0,0,327936,0,4194304,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,119,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,12,0,0,20,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,'Spirit Bond','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24530,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,60,60,60,0,0,100,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Felfire','','','','','','','','','','','','','','','',0,133,1500,0,3,131074,0,1,1,1,1,1,0), + (24531,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7310,538,0,0,'Refocus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24532,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,7287,177,0,0,'Burst of Energy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24533,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4195,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24534,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4196,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24535,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4197,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24536,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4198,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24537,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4199,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24538,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24539,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4201,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24540,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4202,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24541,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5048,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24542,3,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-41,-6,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,32,240,0,10,14,0,0,0,0,0,0,0,7288,149,0,0,'Nimble Healing Touch','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,1,1,1,0,0), + (24543,2,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,997,0,0,7,0,0,0,0,0,0,0,0,7289,1197,0,0,'Massive Destruction','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,1,1,1,0,0,0), + (24544,6,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,49,0,0,0,0,1,1,0,0,0,0,0,0,0,107,108,0,0,0,0,0,0,0,0,0,0,2359296,2359296,0,7,15,0,0,0,0,0,0,0,969,1485,0,0,'Arcane Potency','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,0,0), + (24545,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24546,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-41,-6,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,4096,4464192,0,10,14,0,0,0,0,0,0,0,7290,299,0,0,'Rapid Healing','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,1,1,1,1,0,0), + (24547,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24545,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24548,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24547,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24549,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,12,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24550,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,18,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24551,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,239,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24552,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,329,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24553,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,429,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24554,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,42,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,549,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24555,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,48,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24556,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,12,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24549,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24557,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,18,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24550,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24558,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24551,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24559,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24552,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24560,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24553,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24561,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,42,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24554,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24562,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24555,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24563,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24556,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24565,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24557,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24566,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24558,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24567,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24559,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24568,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24560,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24569,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24561,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24570,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24562,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24571,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,121,153,0,0,'Blood Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24573,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,499,-51,0,0,0,0,6,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,2,2,1,1,1,0), + (24574,0,0,0,0,262400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24590,29284,0,0,0,0,7291,1,0,0,'Brittle Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24575,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,199,2,0,0,0,0,1,1,0,0,0,0,0,0,0,22,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,95,0,0,0,0,0,0,0,0,228,0,0,'Brittle Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24576,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,0,0,0,0,1,1,1,0,0,0,0,0,0,78,32,105,0,0,0,0,0,0,0,0,0,0,0,0,15135,0,0,0,0,0,0,0,0,1709,1699,122,0,'Chromatic Mount','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24577,0,36,0,0,67436560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,35,2,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,5,1,0,1,1,0,0,0,0,0,0,0,11,-51,0,0,0,0,6,22,0,0,15,0,0,8,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7302,1577,0,0,'Screech','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24578,0,36,0,0,67436560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,35,2,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,7,1,0,1,1,0,0,0,0,0,0,0,18,-76,0,0,0,0,6,22,0,0,15,0,0,8,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7302,1577,0,0,'Screech','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24579,0,36,0,0,67436560,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,35,2,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,21,1,0,1,1,0,0,0,0,0,0,0,25,-101,0,0,0,0,6,22,0,0,15,0,0,8,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7302,1577,0,0,'Screech','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24580,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24577,0,0,0,0,0,107,1577,0,50,'Screech','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24581,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24578,0,0,0,0,0,107,1577,0,50,'Screech','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24582,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,0,0,0,107,1577,0,50,'Screech','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24583,3,19,4,0,67436560,2097664,0,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,0,24,24,1,2,30,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,2,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,163,0,0,'Scorpid Poison','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24584,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24583,0,0,0,0,0,107,163,0,50,'Scorpid Poison','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24585,5,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,7,0,0,1,0,0,0,0,0,0,0,0,47,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7293,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24586,3,19,4,0,67436560,2097664,0,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,0,40,40,1,2,30,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,5,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,163,0,0,'Scorpid Poison','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24587,3,19,4,0,67436560,2097664,0,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,0,56,56,1,2,30,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,7,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,163,0,0,'Scorpid Poison','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24588,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24586,0,0,0,0,0,107,163,0,50,'Scorpid Poison','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24589,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24587,0,0,0,0,0,107,163,0,50,'Scorpid Poison','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24590,0,0,0,0,150995200,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'Brittle Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24591,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,0,0,0,0,0,0,0,1554,0,0,'Improved Skinning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24592,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Spirit Bond','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24593,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7294,1724,0,0,'Pagle\'s Point Cast - Create Splash and Quake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24594,0,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7295,1,0,0,'Mesmerize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24595,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,23,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24596,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1020,5,0,0,0,0,4,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,100,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,6,6,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7296,1736,0,0,'Intoxicating Venom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (24597,0,55,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,340,101,1,0,56,56,1,2,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,13,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,20,0,0,0,0,0,18,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7299,1573,0,0,'Furious Howl','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24598,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14880,0,0,0,0,0,0,0,0,7297,1737,0,0,'Summon Razzashi Skitterer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24599,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24597,0,0,0,0,0,107,1573,0,50,'Furious Howl','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24600,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,165,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,174,0,0,'Web Spin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24601,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Communique - summon another target','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180404,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart of Hakkar Summon Circle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24603,0,55,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,340,101,1,0,40,40,1,2,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,7,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,20,0,0,0,0,0,18,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7299,1573,0,0,'Furious Howl','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24604,0,55,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,340,101,1,0,10,10,1,2,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,3,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20,0,0,0,0,0,18,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7299,1573,0,0,'Furious Howl','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24605,0,55,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,340,101,1,0,24,24,1,2,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,5,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,20,0,0,0,0,0,18,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7299,1573,0,0,'Furious Howl','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24607,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24603,0,0,0,0,0,107,1573,0,50,'Furious Howl','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24608,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24605,0,0,0,0,0,107,1573,0,50,'Furious Howl','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24609,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24604,0,0,0,0,0,107,1573,0,50,'Furious Howl','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24610,6,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7300,133,0,0,'Pagle\'s Broken Reel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24611,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,3,0,0,15,0,0,0,101,0,0,0,0,105,0,90,0,0,0,5,24,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,181,13,0,1,1,0,0,0,0,0,0,0,509,43,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,516,185,0,50,'Fireball','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24612,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,187,1,0,1,1,0,0,0,0,0,0,0,1156,74,0,0,0,0,16,28,0,0,0,0,8,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24614,5,0,0,0,65536,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31788,0,101,0,0,20,20,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24615,0,0,0,0,0,4760,113,0,0,'Consuming Shadows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24615,5,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,31788,0,101,0,0,20,20,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,399,-31,0,0,0,0,18,18,0,16,16,0,8,8,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4739,113,0,0,'Consuming Shadows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24616,5,0,0,0,851968,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,22,0,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24617,5,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4124,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,21,0,0,0,0,0,0,0,0,62,0,0,1000,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7301,153,0,0,'Blood Funnel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24618,5,0,1,0,65536,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,28,0,75,5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24619,5,99,0,0,1114112,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15420,0,101,0,0,1,1,29,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,6,0,0,0,0,0,0,0,162,27,0,2000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4085,546,0,0,'Soul Tap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24620,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24622,0,0,0,0,0,0,11,0,0,'Portal of Madness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24621,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,305,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15141,0,0,0,0,0,0,0,0,3459,1490,0,0,'Portal of Madness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24622,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15146,0,0,0,0,0,0,0,0,2639,207,0,0,'Summon Mad Voidwalkers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24623,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,639,0,0,0,0,0,0,0,0,2639,207,0,0,'Summon Van\'Cleef','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24624,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3654,0,0,0,0,0,0,0,0,2639,207,0,0,'Summon Mutanus the Devourer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24625,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4829,0,0,0,0,0,0,0,0,2639,207,0,0,'Summon Aku\'mai','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24626,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10997,0,0,0,0,0,0,0,0,2639,207,0,0,'Summon Cannon Master Willey','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24627,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11143,0,0,0,0,0,0,0,0,2639,207,0,0,'Summon Postmaster Malown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24628,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7358,0,0,0,0,0,0,0,0,2639,207,0,0,'Summon Amnennar the Coldbringer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24629,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,54,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,809,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24630,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,198,0,0,'Natural Armor','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24631,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,54,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24629,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24632,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24630,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24633,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24631,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24634,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24632,0,0,0,0,0,107,198,0,0,'Natural Armor','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24635,0,0,0,0,150995200,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,100,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sober Up','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24636,0,0,0,0,262400,131072,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5049,0,0,0,0,0,107,312,0,0,'Great Stamina','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24637,0,0,0,0,8388864,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20256,0,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Create Warsong Gulch Consolation Ribbon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24638,0,0,0,0,159383808,32,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Warsong CTF Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24639,0,0,0,0,159383808,32,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Warsong CTF Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24640,3,19,4,0,67436560,2097664,0,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,0,8,8,1,2,30,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,1,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,163,0,0,'Scorpid Poison','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,1,0), + (24641,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24640,0,0,0,0,0,107,163,0,50,'Scorpid Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24642,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24643,0,0,0,0,159383808,1056,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24644,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24645,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,174,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24646,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,-76,199,0,0,0,1,1,1,0,0,0,0,0,0,79,33,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7304,1739,0,0,'Avatar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24647,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1404,87,0,0,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24648,3,99,1,7,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,63,0,0,1,0,0,0,0,0,0,0,0,218,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24649,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,77,0,313,0,0,1,0,0,0,0,0,0,0,0,1093,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7305,1740,0,0,'Thousand Blades','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24650,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,1,0,0,'Darnassus Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24651,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,0,0,0,0,0,0,0,0,0,1,0,0,'Alliance Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24652,0,0,0,0,159383808,32,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,124,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,0,0,0,0,0,0,1,0,0,'Horde Alterac Valley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24653,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'TEST 100 STR DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24654,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15415,15407,14341,0,0,0,0,28,36,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20295,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Blue Dragonscale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24655,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,15412,15407,14341,0,0,0,0,20,30,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20296,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Green Dragonscale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24656,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24654,0,0,0,0,0,107,41,0,0,'Blue Dragonscale Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24657,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24655,0,0,0,0,0,107,41,0,0,'Green Dragonscale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24658,0,0,0,0,262400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29275,0,0,0,0,7306,1,0,0,'Unstable Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24659,0,0,0,0,0,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,100,0,0,0,0,18,0,0,0,0,0,1,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,16,33,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,320,0,0,'Unstable Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24660,0,0,0,0,150995200,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,'zzOLDUnstable Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24661,0,0,0,0,262400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,340,100,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3260,1,0,0,'Restless Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24662,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,138,0,0,'Restless Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24663,0,0,0,0,150995200,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'zzOLDRestless Strength','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24664,5,0,0,10,1114112,262280,4,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,20,20,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (24666,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,131,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 132','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24667,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24668,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,250,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,637,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24669,2,0,0,0,65536,268435596,0,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,1,0,250,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24670,5,0,0,0,0,1,0,0,0,0,0,64,0,0,0,0,14,0,0,15,0,0,0,101,0,0,50,50,8,0,350,0,0,0,135,0,0,0,0,5565,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,112,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,89,0,0,0,0,0,0,0,0,4859,460,0,0,'Inferno','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24671,0,0,0,12,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5239,246,0,0,'Snap Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24672,3,55,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,200,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,199,0,0,0,0,21,21,0,0,0,0,0,0,0,138,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,38,0,0,'Unholy Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24673,5,36,2,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,6,0,0,0,0,0,3,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,16,0,0,0,0,0,18,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,876,130,0,0,'Curse of Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24674,5,36,2,0,16,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,1,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,561,173,0,0,'Veil of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24675,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7307,1741,0,0,'BM OFF','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24676,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7308,1741,0,0,'BM ON','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24677,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'GY Mid Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24678,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9163,0,0,0,0,0,0,0,0,0,1,0,0,'GY Mid Alliance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24679,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9165,0,0,0,0,0,0,0,0,0,1,0,0,'GY Mid Horde','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24680,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,0.9,1,1,0), + (24681,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,13,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,15163,0,0,0,0,0,0,0,0,2639,33,0,0,'Summon Nightmare Illusions','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24682,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,150,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,187,0,0,1,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,24,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,165,0,0,'Forked Lightning','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24683,3,35,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,8,0,60,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,75,251,0,1,1,0,0,0,0,0,0,0,462,874,0,0,0,0,16,28,0,0,0,0,13,13,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,986,141,0,0,'Lightning Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24684,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,375,0,0,1,0,0,0,0,0,0,0,0,1312,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7309,212,0,0,'Chain Burn','','','','','','','','Rank 1','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24685,3,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,35,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,313,0,0,1,0,0,0,0,0,0,0,0,1093,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,687,0,0,'Earth Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24686,3,36,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7312,102,0,0,'Aspect of Mar\'li','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24687,0,0,1,9,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,375,1,0,1,1,0,0,0,0,0,0,0,1312,0,0,0,0,0,22,22,0,15,15,0,11,11,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,87,0,0,'Aspect of Jeklik','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24688,3,18,4,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,125,75,0,1,1,0,0,0,0,0,0,0,437,262,0,0,0,0,22,22,0,15,15,0,11,11,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4419,68,0,0,'Aspect of Venoxis','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24689,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,19,0,0,0,0,1,1,0,0,0,0,0,0,0,138,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5301,957,0,0,'Aspect of Thekal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,79,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,6,6,6,0,0,0,0,0,0,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7311,252,0,0,'Aspect of Arlokk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24691,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,4096,8192,0,0,22,0,0,0,0,0,0,0,0,85,0,0,'Barrage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,0,0), + (24692,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,19,9,19,0,0,0,1,1,1,0,0,0,0,0,0,79,133,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Hakkar Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24693,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hakkar Power Down','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24694,0,0,0,0,192,0,0,0,0,145,671588450,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,573,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power - Feral (+574)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24696,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,15186,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Murky','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24697,0,0,0,0,192,0,0,0,0,145,671588450,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,279,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power - Feral (+280)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24698,0,0,0,14,1376272,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,18,18,35,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,22,22,0,15,15,0,14,14,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (24699,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4096,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,22,1,0,15,0,0,12,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,255,252,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24700,6,0,0,0,67109120,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,25,25,25,18,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,'Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24701,2,0,0,0,603979776,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,13,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1710,0,0,'Burning Adrenaline','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24702,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5339,143,0,0,'Hallow\'s End Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24703,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12810,20381,12803,15407,14227,0,0,0,12,6,4,4,6,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20380,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Dreamscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24704,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24703,0,0,0,0,0,222,1,0,0,'Pattern: Dreamscale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24705,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,24,24,24,0,0,0,21,21,21,0,0,0,0,0,0,88,80,110,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,4230,1816,0,0,'Invocation of the Wickerman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24706,0,0,0,0,16,0,0,1,0,0,0,64,0,1345,0,0,5,0,0,5,128,0,0,101,0,0,0,1,26,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,50,61,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180449,180450,9417,0,0,0,0,0,0,7314,289,0,0,'Toss Stink Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24707,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,20,21,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1743,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24708,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15373,0,0,0,0,0,0,0,0,7099,497,0,0,'Pirate Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24709,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15375,0,0,0,0,0,0,0,0,7099,497,0,0,'Pirate Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24710,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5947,0,0,0,0,0,0,0,0,850,246,0,0,'Ninja Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24711,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5946,0,0,0,0,0,0,0,0,850,246,0,0,'Ninja Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24712,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,7099,1744,0,0,'Leper Gnome Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24713,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1211,0,0,0,0,0,0,0,0,7099,1745,0,0,'Leper Gnome Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7319,1,0,0,'Trick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20393,0,0,0,0,0,0,0,0,0,0,0,7371,1,0,0,'Treat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24716,0,0,0,0,142606592,268435456,128,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24722,0,0,0,0,0,0,455,0,50,'Happy Pet','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (24717,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7341,1,0,0,'Pirate Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24718,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7341,1,0,0,'Ninja Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24719,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7341,1,0,0,'Leper Gnome Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24720,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7341,1,0,0,'Random Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24721,0,0,0,0,256,268435456,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,22,0,0,7,0,0,12,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15507,0,0,0,0,0,0,0,0,7440,71,0,0,'Buru Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24722,0,0,0,0,142606592,0,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999999,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,455,0,50,'Happy Pet','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (24723,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,0,0,0,0,0,0,0,0,7099,497,0,0,'Skeleton Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24724,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24723,0,0,0,0,0,7341,1,0,0,'Skeleton Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24725,3,0,4,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,163,0,0,'Debilitate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24726,0,0,0,0,0,525312,0,256,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,50,60,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20402,0,0,0,0,0,0,0,0,0,0,0,7315,1,0,0,'Deputize Agent of Nozdormu','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24727,0,0,0,0,256,1024,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20402,0,0,0,0,0,0,0,0,0,0,0,7315,1,0,0,'Lost Badge Agent of Nozdormu DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24728,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,77,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,1,0,0,0,0,13,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,15163,0,0,0,0,0,0,0,0,2639,33,0,0,'Summon Nightmare Illusions','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24729,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,13,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,15163,0,0,0,0,0,0,0,0,2639,33,0,0,'Summon Nightmare Illusions','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24730,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Cannon Prep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,'Fire Cannon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24732,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,56,27,0,0,0,0,0,0,0,0,0,0,0,0,0,1554,0,0,0,0,0,0,0,0,7099,497,0,0,'Bat Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24733,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24732,0,0,0,0,0,7341,1,0,0,'Bat Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24734,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Templar Random','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24735,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15376,0,0,0,0,0,0,0,0,7099,113,0,0,'Ghost Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24736,6,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15377,0,0,0,0,0,0,0,0,7099,113,0,0,'Ghost Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24737,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7341,1,0,0,'Ghost Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24740,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,56,60,0,0,0,0,0,0,0,0,0,0,0,0,0,3681,0,0,0,0,0,0,0,0,7099,497,0,0,'Wisp Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24741,0,0,0,0,0,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24740,0,0,0,0,0,7341,1,0,0,'Wisp Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,85,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,98,0,0,71,0,0,1,0,0,0,0,0,0,0,0,429,0,0,0,25,25,25,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,7370,505,505,0,'Magic Wings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24743,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,0,0,56,67,23,0,0,5000,0,0,0,0,0,0,0,0,0,15214,0,0,0,0,0,0,0,0,0,1,0,0,'Cannon Prep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24744,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20416,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Templar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24745,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24734,0,0,0,0,0,7317,1,0,0,'Summon Templar, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24746,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7316,1,0,0,'Twilight Cultist Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24747,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24744,0,0,0,0,0,7317,1,0,0,'Summon Templar Fire, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24748,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7316,1,0,0,'Twilight Cultist Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24750,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Trick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24751,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Trick or Treat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24752,3,0,1,0,65536,131072,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,1,101,0,0,50,60,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,284,11,19,0,0,0,25,25,25,0,0,0,0,0,0,22,29,143,0,0,0,1,0,0,0,0,0,0,0,0,1,-1,126,0,0,0,0,0,0,212,123,0,50,'Mark of the Wild','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,7,262144,0,1,1,1,1,1,0), + (24753,6,0,0,0,603979776,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,0,0,56,27,25,0,0,0,0,0,0,0,0,0,0,0,0,15219,0,0,0,0,0,0,0,0,7099,958,0,0,'Trick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24754,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Cannon Prep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24755,6,0,0,0,612368640,136,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1747,0,0,'Tricked or Treated','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24756,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20418,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Templar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24757,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24756,0,0,0,0,0,7317,1,0,0,'Summon Templar Air, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24758,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20419,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Templar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24759,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24758,0,0,0,0,0,7317,1,0,0,'Summon Templar Earth, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24760,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20420,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Templar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24761,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24760,0,0,0,0,0,7317,1,0,0,'Summon Templar Water, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (24762,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24763,0,0,0,0,0,7317,1,0,0,'Summon Duke,Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24763,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Duke Random','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24765,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20432,0,0,0,1,1,1,1,1,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Duke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24766,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24765,0,0,0,0,0,7317,1,0,0,'Summon Duke Fire, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24767,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,77,0,313,0,0,1,0,0,0,0,0,0,0,0,1093,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7305,1740,0,0,'Thousand Blades','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24768,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20433,0,0,0,1,1,1,1,1,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Duke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24769,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24768,0,0,0,0,0,7317,1,0,0,'Summon Duke Air, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24770,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20435,0,0,0,1,1,1,1,1,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Duke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24771,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24770,0,0,0,0,0,7317,1,0,0,'Summon Duke Earth, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24772,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20436,0,0,0,1,1,1,1,1,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Duke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24773,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24772,0,0,0,0,0,7317,1,0,0,'Summon Duke Water, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24774,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24775,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Defense','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24776,0,0,0,0,536870912,268468360,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,37,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,25,0,47,0,0,9,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24777,0,0,0,0,64,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24778,0,0,0,0,0,0,1,0,0,'Dream Fog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24778,3,0,0,10,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,16,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7320,44,0,0,'Sleep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24779,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dream Fog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24780,0,0,0,0,64,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24781,0,0,0,0,0,0,1,0,0,'Dream Fog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24781,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dream Fog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24782,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7316,1,0,0,'Twilight Cultist Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20432,0,0,0,1,1,1,1,1,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Copy of Summon Duke','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24784,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20451,0,0,0,1,1,1,1,1,0,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Royal Random','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24785,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24784,0,0,0,0,0,7317,1,0,0,'Summon Royal, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24786,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20451,20447,0,0,1,1,1,1,1,1,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Royal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24787,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24786,0,0,0,0,0,7317,1,0,0,'Summon Royal Fire, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24788,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20451,20448,0,0,1,1,1,1,1,1,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Royal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24789,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20451,20449,0,0,1,1,1,1,1,1,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Royal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24790,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,4,0,0,0,0,20406,20408,20407,20422,20451,20450,0,0,1,1,1,1,1,1,0,0,-1,0,0,86,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,7318,1,0,0,'Summon Royal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24791,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24788,0,0,0,0,0,7317,1,0,0,'Summon Royal Air, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24792,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24789,0,0,0,0,0,7317,1,0,0,'Summon Royal Earth, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24793,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24790,0,0,0,0,0,7317,1,0,0,'Summon Royal Water, Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24795,3,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15260,0,0,0,0,0,0,0,0,608,111,0,0,'Summon Demented Druid Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24796,3,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Demented Druid Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24798,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,13,13,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,59,0,0,'Copy of Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24799,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24800,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,24799,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24801,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20424,3713,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20452,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Smoked Desert Dumplings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24802,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24801,0,0,0,0,0,222,41,0,0,'Smoked Desert Dumplings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24803,2,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,225,0,0,1,0,0,0,0,0,0,0,0,1387,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7318,1,0,0,'Abyssal Punishment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24804,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14999,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,91,0,0,'Dark Offering','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24805,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20454,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Hive\'Zora Rubbing DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24806,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20455,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Hive\'Ashi Rubbing DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24807,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20456,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Hive\'Regal Rubbing DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24809,0,0,0,0,16,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,7264,9,0,0,'Spirit Shade Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24810,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,112,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,999999,0,0,0,0,0,0,0,0,15261,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Spirit Shade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24811,5,0,0,0,687867904,136,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,0,22,22,0,15,15,0,0,12,0,3,12,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1305,460,0,0,'Draw Spirit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24813,3,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15224,0,0,0,0,0,0,0,0,0,263,0,0,'Seeping Fog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24814,3,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15224,0,0,0,0,0,0,0,0,0,263,0,0,'Seeping Fog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24815,0,0,0,0,0,4,0,0,0,0,0,0,0,1346,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9208,0,0,0,0,0,0,0,0,7322,1,0,0,'Draw Ancient Glyphs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24818,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,101,0,1,1,0,0,0,0,0,0,0,9999,349,0,0,0,0,24,24,0,0,0,0,11,11,0,107,3,0,0,3000,0,0,0,0,0,0,0,4294967295,0,0,11,0,0,0,0,0,0,0,0,7335,546,0,0,'Noxious Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (24819,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,75,0,0,1,0,0,0,0,0,0,0,0,462,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Lightning Wave','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1.2,1,1,0), + (24820,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,54,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24821,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,54,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24822,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,54,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24823,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,54,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24826,2,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,31788,0,101,0,60,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,699,1,0,1,1,0,0,0,0,0,0,0,1650,-1,0,0,0,0,6,6,0,0,27,0,0,0,0,0,86,0,0,0,0,0,0,0,0,0,0,0,19960,0,0,0,0,0,0,0,0,0,0,5423,937,0,0,'Infernal Fire','','','','','','','','','','','','','','','',0,133,1500,0,5,64,0,1,1,1,1,1,0), + (24827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6265,0,0,0,0,0,0,0,0,0,0,0,138,1,0,0,'Create Soul Shard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24828,0,0,0,0,0,131136,0,0,0,0,0,0,0,0,0,0,1,0,0,23,0,15375,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24827,0,0,0,0,0,262,1748,0,0,'Shatter Soul Gem','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,0,0,1,0,0,0), + (24831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Cannon Prep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24832,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,0,0,56,67,23,0,0,5000,0,0,0,0,0,0,0,0,0,15214,0,0,0,0,0,0,0,0,0,1,0,0,'Cannon Prep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24833,1,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,299,399,0,0,0,0,1,1,0,0,0,0,0,0,0,102,180,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,3884,177,0,0,'Holy Mightstone','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (24834,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24835,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,54,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24836,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,54,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24837,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,54,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24838,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,54,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,50,'Shadow Bolt Whirl','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24839,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,22,0,0,0,0,0,2,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,251,1,0,1,1,0,0,0,0,0,0,0,874,149,0,0,0,0,24,24,0,0,0,0,9,9,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2619,636,0,0,'Acid Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24840,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,18,0,0,28,0,0,13,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7080,40,0,0,'Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,13,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,15302,0,0,0,0,0,0,0,0,2639,33,0,0,'Summon Shade of Taerar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,13,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,15302,0,0,0,0,0,0,0,0,2639,33,0,0,'Summon Shade of Taerar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,13,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,15302,0,0,0,0,0,0,0,0,2639,33,0,0,'Summon Shade of Taerar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24844,3,2,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,2,40,101,1,7,1,1,0,2,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0.05,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Breath','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (24845,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24844,0,0,0,0,0,107,62,0,0,'Lightning Breath','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24846,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20500,20498,7078,0,0,0,0,0,1,20,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20481,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Spitfire Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24847,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20500,20498,7078,15407,0,0,0,0,2,30,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20480,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Spitfire Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24848,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20500,20498,7078,15407,0,0,0,0,3,40,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20479,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Spitfire Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24849,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20501,20498,18512,0,0,0,0,0,1,20,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20476,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Sandstalker Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24850,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20501,20498,18512,15407,0,0,0,0,2,30,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20477,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Sandstalker Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24851,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20501,20498,18512,15407,0,0,0,0,3,40,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20478,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Sandstalker Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24852,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Nature Criticals','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24853,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,1,0,0,0,0,0,9,0,0,24,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,367,338,0,0,'Mana Spring','','','','','','','','','','','','','','','',0,0,0,0,11,16384,0,1,1,1,1,1,0), + (24854,4,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,89,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15304,0,0,0,0,0,0,0,0,364,338,0,0,'Mana Spring Totem','','','','','','','','','','','','','','','',0,133,1500,0,11,524288,0,1,1,1,1,1,0), + (24855,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24846,0,0,0,0,0,222,1,0,0,'Pattern: Spitfire Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24856,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24847,0,0,0,0,0,222,1,0,0,'Pattern: Spitfire Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24857,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,2,0,1,301,0,1,1,0,0,0,0,0,0,0,69,1049,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,0,0,0,0,0,0,2068,169,0,0,'Arcane Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24858,0,0,0,0,327696,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,64,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,36,77,0,0,0,0,0,0,0,0,0,0,0,0,0,31,17,0,0,0,24907,0,0,0,653,111,122,0,'Moonkin Form','','','','','','','','Shapeshift','','','','','','','',35,133,1500,0,7,536870912,0,0,0,1,1,1,0), + (24859,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24848,0,0,0,0,0,222,1,0,0,'Pattern: Spitfire Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24860,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24849,0,0,0,0,0,222,1,0,0,'Pattern: Sandstalker Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24861,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24850,0,0,0,0,0,222,1,0,0,'Pattern: Sandstalker Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24862,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24851,0,0,0,0,0,222,1,0,0,'Pattern: Sandstalker Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24863,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20371,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create BlizzCon Prize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24864,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493,0,0,'Feline Swiftness Passive 2a','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (24865,1,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,52,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7354,1757,0,0,'Sanctified Orb','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,2,1,1,0,0), + (24866,0,0,0,0,33232,2147483648,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Feline Swiftness','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (24867,0,0,0,0,128,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493,0,0,'Feline Swiftness Passive 1a','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (24868,3,0,0,0,128,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,493,0,0,'Predatory Strikes','','','','','','','','','','','','','','','',0,0,0,0,7,134217728,0,0,0,1,1,1,0), + (24869,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,25,0,106,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,20,0,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24870,0,0,0,0,134217984,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0.1,0,0,0,5,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,4,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24871,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,86,0,165,0,0,1,0,0,0,0,0,0,0,0,467,0,0,0,0,0,18,40,0,16,0,0,13,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6099,41,0,0,'Spore Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24872,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18715,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Hunter Epic Staff DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24873,0,0,0,0,256,0,4,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18713,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Hunter Epic Bow DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,4625,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20416,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Crest of Beckoning: Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24875,0,0,0,0,8388608,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8354,0,0,0,0,0,0,0,0,0,1,0,0,'Undercity Mint','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24883,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7324,153,0,0,'Self Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24884,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7331,46,0,0,'Earthen Sigil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,7069,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20418,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Crest of Beckoning: Air','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24886,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Shades of Taerar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24887,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,12365,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20419,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Crest of Beckoning: Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24888,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,8170,4791,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20420,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Crest of Beckoning: Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24889,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20520,4625,0,0,0,0,0,0,1,5,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20432,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Signet of Beckoning: Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20520,7069,0,0,0,0,0,0,1,5,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20433,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Signet of Beckoning: Air','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24891,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20520,12365,0,0,0,0,0,0,1,5,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20435,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Signet of Beckoning: Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24892,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,20520,4791,0,0,0,0,0,0,1,5,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20436,0,0,0,0,0,0,0,0,0,0,0,1168,1,0,0,'Create Signet of Beckoning: Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24893,5,28,0,0,65552,1024,33554432,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,50,50,38,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,221,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,16384,0,0,22,0,0,0,0,0,0,0,0,1225,1756,0,0,'Black Sapphire','','','','','','','','','','','','','','','',0,0,0,0,5,262144,0,1,1,1,1,1,0), + (24894,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,240,0,0,'Heart of the Wild','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11144,4625,0,0,0,0,0,0,1,20,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20447,0,0,0,0,0,0,0,0,0,0,0,7325,1,0,0,'Create Scepter of Beckoning: Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24896,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11144,7069,0,0,0,0,0,0,1,20,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20448,0,0,0,0,0,0,0,0,0,0,0,7325,1,0,0,'Create Scepter of Beckoning: Air','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24897,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11144,12365,0,0,0,0,0,0,1,20,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20449,0,0,0,0,0,0,0,0,0,0,0,7325,1,0,0,'Create Scepter of Beckoning: Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24898,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,11144,4791,0,0,0,0,0,0,1,20,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20450,0,0,0,0,0,0,0,0,0,0,0,7325,1,0,0,'Create Scepter of Beckoning: Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24899,0,0,0,0,400,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,240,0,0,'Heart of the Wild Bear Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24900,0,0,0,0,400,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,'Heart of the Wild Cat Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24901,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,20520,14256,14227,0,0,0,0,6,8,6,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20538,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runed Stygian Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24902,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,20520,14256,12810,14227,0,0,0,2,6,2,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20539,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runed Stygian Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24903,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,20520,14256,12810,14227,0,0,0,4,6,4,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20537,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Runed Stygian Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24904,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180517,0,0,0,0,0,0,0,0,634,1,0,0,'Summon Putrid Mushroom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24905,3,0,0,0,80,0,0,0,0,1073741824,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,359,0,0,0,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,111,0,0,'Moonkin Form (Passive)','','','','','','','','Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24906,0,0,0,0,256,268435456,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Emeriss Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24907,3,0,0,0,16,0,0,0,0,1073741824,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,10,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'Moonkin Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24908,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24901,0,0,0,0,0,222,1,0,0,'Pattern: Runed Stygian Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24909,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24902,0,0,0,0,0,222,1,0,0,'Pattern: Runed Stygian Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24910,5,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,22,0,0,15,0,0,12,0,0,89,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7326,1750,0,0,'Corruption of the Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (24911,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24903,0,0,0,0,0,222,1,0,0,'Pattern: Runed Stygian Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24912,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,20520,6037,12810,0,0,0,0,12,6,6,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20549,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Darkrune Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24913,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,20520,6037,11754,0,0,0,0,16,8,8,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20551,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Darkrune Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24914,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12359,20520,6037,0,0,0,0,0,20,10,10,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20550,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Darkrune Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24915,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24912,0,0,0,0,0,222,1,0,0,'Plans: Darkrune Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24916,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24913,0,0,0,0,0,222,1,0,0,'Plans: Darkrune Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24917,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24914,0,0,0,0,0,222,1,0,0,'Plans: Darkrune Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24918,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,8,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7327,263,0,0,'Stink Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24919,3,0,0,0,218103808,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7328,263,0,0,'Nauseous','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24920,0,0,0,0,603980032,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Flag Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24921,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24922,0,0,0,0,262272,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16914,0,0,0,0,0,107,220,0,0,'Hurricane','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24923,0,0,0,0,8388608,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,1,0,0,'Honor Points +398','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24924,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,1,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25023,0,0,0,0,7332,1817,0,50,'Hallow\'s End Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24925,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,56,82,0,0,0,0,0,0,0,0,0,0,0,0,0,1788,0,0,0,0,0,0,0,0,222,1762,0,50,'Hallow\'s End Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24926,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,1,1,0,0,0,0,0,0,0,56,58,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,0,0,0,0,0,0,222,1818,0,50,'Hallow\'s End Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24927,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,131074,0,0,101,0,0,5,5,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,106,105,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,1488,0,50,'Hallow\'s End Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24928,3,0,3,0,2048,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24929,0,0,0,0,0,846,203,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24929,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,22,0,0,30,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,203,0,0,'Volatile Infection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24930,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,5,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1,0,50,'Hallow\'s End Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24931,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'100 Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24932,0,0,0,0,0,0,0,0,0,145,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,11,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,312,0,0,'Leader of the Pack','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24933,0,1138,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,4000,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,60,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7329,1616,0,0,'Cannon','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,0,0,0), + (24934,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,112,86,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,40,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15328,7,0,0,0,0,0,0,0,0,1,0,0,'Summon RC Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24935,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon RC Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24936,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'RC Tank Control','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24937,0,0,0,0,256,536870917,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15423,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,0,3,0,0,0,25,1,1,0,0,0,12,0,0,2,37,25,0,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,7330,658,0,0,'Using Control Console','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24938,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,86,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,1,0,0,'Close Control Console','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24939,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,16,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,15186,0,0,0,0,0,0,0,0,74,1751,0,0,'Summon Murky','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24940,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2319,7286,4231,2321,0,0,0,0,8,8,1,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20575,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Black Whelp Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24941,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24940,0,0,0,0,0,222,1,0,0,'Pattern: Black Whelp Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24942,4,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,35,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,17,1,0,1,1,0,0,0,0,0,0,0,47,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24943,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,8,0,0,0,0,0,0,0,0,0,266,0,0,'Gift of Nature','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24944,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,8,0,0,0,0,0,0,0,0,0,266,0,0,'Gift of Nature','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24945,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,8,0,0,0,0,0,0,0,0,0,266,0,0,'Gift of Nature','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24946,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,240,0,0,8,0,0,0,0,0,0,0,0,0,266,0,0,'Gift of Nature','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24947,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,215,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,104,0,50,'Heal','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (24948,0,0,0,0,400,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,'Defensive State 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24949,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24948,0,0,0,0,0,0,28,0,0,'Defensive State 2 (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24950,0,0,0,0,8388864,0,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Create Warsong Mark of Honor (Loser)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24951,0,0,0,0,8388864,0,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Create Warsong Mark of Honor (WInner)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24952,0,0,0,0,545259776,128,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Arathi Basin Mark of Honor (Loser)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24953,0,0,0,0,545259776,128,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Arathi Basin Mark of Honor (Winner)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24954,0,0,0,0,8388864,0,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Alterac Valley Mark of Honor (Loser)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24955,0,0,0,0,8388864,0,1,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,0,0,0,0,0,0,0,0,0,0,6921,1,0,0,'Alterac Valley Mark of Honor (Winner)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (24956,0,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dream Fog','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24957,6,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,29,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,63,25,0,1,1,0,0,0,0,0,0,0,218,87,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (24958,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,51,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Putrid Mushrooms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24959,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'500 Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24960,0,0,0,0,8388608,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,1,0,0,'Honor Points +50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24961,0,0,0,0,8388608,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,1,0,0,'Honor Points +82','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24962,0,0,0,0,8388608,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,1,0,0,'Honor Points +138','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24963,0,0,0,0,8388608,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,1,0,0,'Honor Points +228','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24964,0,0,0,0,8388608,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,1,0,0,'Honor Points +378','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24965,0,0,0,0,8388608,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,397,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,1,0,0,'Honor Points +398','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24966,0,0,0,0,8388608,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2387,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7334,1704,0,0,'Honor Points +2388','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24967,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,3,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2256,1,0,0,'Gong','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24968,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,160,0,0,14,0,0,0,0,0,0,0,0,0,1714,0,0,'Tranquil Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24969,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,160,0,0,14,0,0,0,0,0,0,0,0,0,1714,0,0,'Tranquil Spirit','','','','','','','','Rank 2','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24970,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,160,0,0,14,0,0,0,0,0,0,0,0,0,1714,0,0,'Tranquil Spirit','','','','','','','','Rank 3','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24971,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,160,0,0,14,0,0,0,0,0,0,0,0,0,1714,0,0,'Tranquil Spirit','','','','','','','','Rank 4','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24972,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,160,0,0,14,0,0,0,0,0,0,0,0,0,1714,0,0,'Tranquil Spirit','','','','','','','','Rank 5','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (24973,0,0,0,0,256,0,0,1,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,86,86,16,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,40,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,15,8373,0,0,0,0,0,0,4231,1,0,0,'Clean Up Stink Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24974,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,29,0,85,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,22,-3,0,0,0,0,6,6,0,0,0,0,0,0,0,3,54,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7333,1771,0,0,'Insect Swarm','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,2097152,0,1,1,1,1,0,0), + (24975,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,29,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,28,-3,0,0,0,0,6,6,0,0,0,0,0,0,0,3,54,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7333,1771,0,0,'Insect Swarm','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,2097152,0,1,1,1,1,0,0), + (24976,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,29,0,140,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,43,-3,0,0,0,0,6,6,0,0,0,0,0,0,0,3,54,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7333,1771,0,0,'Insect Swarm','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,7,2097152,0,1,1,1,1,0,0), + (24977,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,29,0,160,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,53,-3,0,0,0,0,6,6,0,0,0,0,0,0,0,3,54,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7333,1771,0,0,'Insect Swarm','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,7,2097152,0,1,1,1,1,0,0), + (24978,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24974,0,0,0,0,0,107,1771,0,0,'Insect Swarm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24979,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24975,0,0,0,0,0,107,1771,0,0,'Insect Swarm','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24980,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24976,0,0,0,0,0,107,1771,0,0,'Insect Swarm','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24981,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24977,0,0,0,0,0,107,1771,0,0,'Insect Swarm','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24982,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Remove Trick or Treat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24983,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,900000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24984,0,0,0,0,0,0,184,0,0,'Baby Murloc Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24984,2,0,0,0,384,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7353,597,0,0,'Baby Murloc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24985,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15356,0,0,0,0,0,0,0,0,2206,1752,0,0,'Summon Baby Murloc (Blue)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24986,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15360,0,0,0,0,0,0,0,0,2206,1752,0,0,'Summon Baby Murloc (Green)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24987,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15361,0,0,0,0,0,0,0,0,2206,1752,0,0,'Summon Baby Murloc (Orange)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24988,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15358,0,0,0,0,0,0,0,0,2206,1752,0,0,'Summon Baby Murloc (White)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24989,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15359,0,0,0,0,0,0,0,0,2206,1752,0,0,'Summon Baby Murloc (Pink)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15357,0,0,0,0,0,0,0,0,2206,1752,0,0,'Summon Baby Murloc (Purple)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (24991,0,0,0,0,64,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,1,0,0,0,0,20606,20608,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,320,0,0,'Elemental Slayer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24992,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7336,215,0,0,'Demonic Transformation','','','','','','','','','','','','','','','',0,133,0,0,9,0,0,0,0,1,1,1,0), + (24993,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,86,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,1,0,0,'Acid Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (24994,0,0,0,0,192,0,0,0,0,145,671588450,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,153,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power - Feral (+154)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24995,2,21,1,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,22,9,9,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2253,31,0,50,'Pyroblast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (24997,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,22,9,9,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7337,1485,0,50,'Greater Dispel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (24998,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,969,963,0,50,'Healing of the Ages','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (24999,0,0,0,0,16,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7264,9,0,0,'Malfurion\'s Shade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25000,3,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15363,0,0,0,0,0,0,0,0,334,686,0,0,'Spirit Totem','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (25001,3,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25002,0,0,0,0,0,0,1675,0,0,'Spirit Totem','','','','','','','','','','','','','','','',0,133,1500,0,11,536870912,0,0,0,1,1,1,0), + (25002,2,0,0,0,65536,136,0,64,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,17,12,12,0,0,0,0,0,0,1,0,0,5176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7338,33,0,0,'Spirit Disruption','','','','','','','','','','','','','','','',0,0,0,0,11,1073741824,0,0,0,1,1,1,0), + (25003,2,1138,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,5000,0,9,0,0,0,101,0,0,0,0,28,0,0,0,0,0,4,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16121,0,0,0,0,0,0,0,0,7339,275,0,0,'Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25004,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,6,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7340,37,0,0,'Throw Nightmare Object','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25005,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,112,86,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,40,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15349,7,0,0,0,0,0,0,0,0,1,0,0,'Summon RC Blimp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25006,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon RC Blimp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25007,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180574,0,0,0,0,0,0,0,0,0,1,0,0,'Wickerman Guardian Ember','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25008,3,2,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,2,40,101,1,18,12,12,0,2,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,3,0,0,1,0,0,0,0,0,0.092,0,0,20,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Breath','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (25009,3,2,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,2,40,101,1,30,24,24,0,2,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,5,0,0,1,0,0,0,0,0,0.158,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Breath','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (25010,3,2,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,2,40,101,1,42,36,36,0,2,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0.229,0,0,50,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Breath','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (25011,3,2,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,2,40,101,1,54,48,48,0,2,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,13,0,0,1,0,0,0,0,0,0.35,0,0,77,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Breath','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (25012,3,2,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,5,0,2,40,101,1,66,60,60,0,2,50,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0.442,0,0,98,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Breath','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,0,0,1,1,1,1,1,0), + (25013,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,12,12,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25008,0,0,0,0,0,107,62,0,0,'Lightning Breath','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25014,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25009,0,0,0,0,0,107,62,0,0,'Lightning Breath','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25015,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25010,0,0,0,0,0,107,62,0,0,'Lightning Breath','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25016,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25011,0,0,0,0,0,107,62,0,0,'Lightning Breath','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25017,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25012,0,0,0,0,0,107,62,0,0,'Lightning Breath','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25018,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,15361,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Murki','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25019,4,0,0,0,65536,268435596,0,0,0,0,0,64,0,0,0,0,1,0,0,15,0,15420,0,101,0,0,1,1,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,12,0,0,11,0,0,0,0,0,16,0,0,0,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25020,3,0,1,0,33882112,1024,0,0,0,0,0,0,0,0,0,0,1,10000,0,0,0,0,139944,50,3,0,1,1,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,4,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37,19,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25021,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,277,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,0.7,1,1,0), + (25022,4,0,1,11,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-31,0,0,0,0,6,6,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,675,119,0,50,'Hallow\'s End Fright','','','','','','','','','','','','','','','',0,0,0,0,3,1048576,0,1,1,1,1,1,0), + (25023,4,0,1,0,65600,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,40,5,0,0,10,10,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25022,0,0,0,0,0,222,119,0,50,'Hallow\'s End Fright','','','','','','','','','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (25024,0,1138,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,10000,0,9,0,0,0,101,0,0,0,0,3,0,30,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15368,0,0,0,0,0,0,0,0,255,1755,0,0,'Drop Mine','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,0,0,0), + (25025,3,19,0,0,851968,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,35,0,0,1,0,0,0,0,0,0,0,0,326,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,687,0,0,'Earth Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25026,2,1138,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,10000,5000,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25032,0,0,0,0,0,0,1867,965,0,'Activate MG Turret','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,0,0,0), + (25027,2,1138,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,2000,0,9,8,8,0,101,0,0,0,0,21,0,0,0,0,0,11,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25029,25029,0,0,0,0,0,2002,1655,0,'Flamethrower','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,1,0,0), + (25028,2,19,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,313,0,0,1,0,0,0,0,0,0,0,0,1093,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,12,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,1,1,1,1,1,0), + (25029,2,0,0,0,0,524424,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,5,1,1,1,1,1,0,0,0,0,0,0,17,-21,4,0,0,0,60,60,60,0,0,0,8,8,8,0,33,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7348,937,0,0,'Flamethrower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25030,0,1138,0,0,0,655360,0,0,0,0,0,0,0,0,0,0,14,6000,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,5,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,18,0,0,60,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7350,1617,0,0,'Shoot Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,0,0,0), + (25031,0,1138,0,0,0,655360,0,0,0,0,0,0,0,0,0,0,14,6000,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,18,0,0,8,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7343,1617,0,0,'Shoot Missile','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,0,0,0), + (25032,0,0,0,0,0,524424,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,22,0,0,7,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7494,965,0,0,'Machine Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,1,0,1,1,1,0), + (25033,3,35,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,187,187,0,1,1,0,0,0,0,0,0,0,656,656,0,0,0,0,16,28,0,0,0,0,13,13,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,141,0,0,'Lightning Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25034,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,187,0,0,1,0,0,0,0,0,0,0,0,1156,0,0,0,0,0,24,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,165,0,0,'Forked Lightning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7342,1,0,0,'Elemental Spawn-in','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25036,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 12','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,1,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,11008,0,0,0,0,101,1780,0,0,'Rumsey Rum Light','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25039,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6825,143,0,0,'Green Ghost Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25040,3,0,0,0,612368384,0,5,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,'Mark of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25041,3,0,0,0,64,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25042,0,0,0,0,0,0,198,0,0,'Mark of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25042,3,0,0,0,384,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,'Mark of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25043,4,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7320,198,0,0,'Aura of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25044,3,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,198,0,0,'Aura of Nature','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25049,2,250,0,14,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,98,225,1,1,1,1,1,0,0,0,0,0,0,1387,-51,59,0,0,0,22,22,22,15,15,15,11,11,11,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,133,0,0,3,131072,0,1,1,1,1,1,0), + (25050,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139936,100,2,0,50,50,4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,3479,12,0,50,'Mark of Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25051,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,18,1,0,0,0,0,2,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (25052,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,4,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,0,0,0,190,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,598,636,0,50,'Acid Spit','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (25053,3,18,4,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,301,1,0,1,1,0,0,0,0,0,0,0,849,199,0,0,0,0,22,22,0,15,15,0,23,23,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4419,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (25054,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,20,20,0,0,75,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,237,0,50,'Holy Smite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25055,6,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,41,0,0,1,0,0,0,0,0,0,0,0,114,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1485,0,50,'Arcane Bolt','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25056,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,58,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,249,0,0,0,22,0,22,15,0,15,14,0,14,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7347,50,0,50,'Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25057,0,0,0,3,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,'Dropped Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25058,1,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,25,20,20,8,0,90,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (25059,0,0,0,0,0,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Dmg Shield','','','','','','','','','','','','','','','',0,133,0,0,7,256,0,0,0,1,1,1,0), + (25060,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,13,13,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,63,0,0,1,0,0,0,0,0,0,0,0,218,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,2516,174,0,0,'Updraft','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25061,1,0,0,0,537133440,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,206,0,0,'zzOLDJudgement of Wisdom Intermediate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25063,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Threat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25064,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25065,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25066,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Ice Dam 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25067,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25068,2,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Resistance - Greater Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25069,2,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Resistance - Greater Nature Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25070,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'Decrease Threat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25071,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dodge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25072,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,18512,0,0,0,0,0,4,6,8,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2613,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Threat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25073,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,12808,0,0,0,0,0,3,10,6,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2614,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Shadow Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25074,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,7080,0,0,0,0,0,3,10,4,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2615,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Frost Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25076,3,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2,0,101,1,0,10,10,21,2,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,'Cobra Reflexes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (25077,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25076,0,0,0,0,0,107,72,0,0,'Cobra Reflexes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25078,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,7078,0,0,0,0,0,2,10,4,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2616,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Fire Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25079,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,12811,0,0,0,0,0,3,8,1,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2617,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Healing Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25080,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,7082,0,0,0,0,0,3,8,4,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2564,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Gloves - Superior Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25081,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,7078,0,0,0,0,0,3,8,4,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2619,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Greater Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25082,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,12803,0,0,0,0,0,2,8,4,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2620,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Greater Nature Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25083,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,13468,0,0,0,0,0,3,8,2,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25084,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,11754,0,0,0,0,0,4,6,2,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2621,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Subtlety','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25085,0,97,0,0,268501008,0,0,0,0,0,0,0,0,0,0,0,7,0,300000,15,128,0,0,101,0,0,0,1,6,0,0,0,0,0,1,0,0,4471,0,4470,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31511,0,0,0,0,0,0,0,0,703,11,0,0,'Bright Campfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25086,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,20725,14344,12809,0,0,0,0,0,3,8,8,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2622,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant Cloak - Dodge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25087,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25072,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Threat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25088,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25073,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Shadow Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25089,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25074,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Frost Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25090,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25078,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Fire Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25091,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25079,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Healing Power','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25092,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25080,0,0,0,0,0,222,1,0,0,'Formula: Enchant Gloves - Superior Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25093,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25081,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Greater Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25094,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25082,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Greater Nature Resistance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25095,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25083,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Stealth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25096,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25084,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Subtlety','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25097,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25086,0,0,0,0,0,222,1,0,0,'Formula: Enchant Cloak - Dodge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25098,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15394,0,0,0,0,0,0,0,0,7351,1,0,0,'Transform Hero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25099,2,0,0,0,262160,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,18,0,0,8,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,203,11,0,0,'Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25100,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7352,1,0,0,'Untransform Hero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25101,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,52,52,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,22,0,0,30,0,0,10,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,0,'Battle Shout','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,0,0,0), + (25102,3,28,0,0,65552,1024,33554432,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,50,50,3,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,8,6,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,16384,8192,0,8,8,0,0,0,0,0,0,0,366,46,0,0,'Water Mastery','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,1,1,1,1,0), + (25104,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,47,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25105,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15413,0,0,0,0,0,0,0,0,7199,1,0,0,'Green Dragon Transform DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25106,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15412,0,0,0,0,0,0,0,0,7199,1,0,0,'Red Dragon Transform DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25107,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15411,0,0,0,0,0,0,0,0,7199,1,0,0,'Blue Dragon Transform DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25108,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15410,0,0,0,0,0,0,0,0,0,1,0,0,'Bronze Dragon Transform DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25109,3,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,0,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25110,3,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,15,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 16','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25111,3,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,23,23,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25112,5,0,0,0,65536,131073,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,10,10,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,4054,217,0,0,'Summon Voidwalker','','','','','','','','Summon','','','','','','','',0,133,1500,0,5,536870912,0,1,1,1,1,1,0), + (25113,3,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,35,35,0,0,0,0,1,1,1,0,0,0,0,0,0,13,135,57,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 36 and 1% Crit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25114,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25115,6,0,0,0,448,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25116,6,0,0,0,448,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,24,0,0,0,0,1,1,0,0,0,0,0,0,0,85,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen & Healing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25117,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6430720,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2623,0,0,0,0,0,0,0,0,3182,1,0,0,'Minor Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25118,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6430720,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2624,0,0,0,0,0,0,0,0,3182,1,0,0,'Minor Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25119,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6430720,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2626,0,0,0,0,0,0,0,0,3182,1,0,0,'Lesser Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25120,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6430720,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2625,0,0,0,0,0,0,0,0,3182,1,0,0,'Lesser Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25121,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6430720,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2627,0,0,0,0,0,0,0,0,3182,1,0,0,'Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25122,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6430720,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2628,0,0,0,0,0,0,0,0,3182,1,0,0,'Brilliant Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25123,0,0,0,0,262144,0,0,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6430720,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2629,0,0,0,0,0,0,0,0,3182,1,0,0,'Brilliant Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25124,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6218,0,10940,17034,3371,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20744,0,0,0,0,0,0,0,0,0,0,0,3182,241,0,0,'Minor Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25125,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,6339,0,11083,17034,3372,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20745,0,0,0,0,0,0,0,0,0,0,0,3182,241,0,0,'Minor Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25126,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11130,0,11137,17035,3372,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20746,0,0,0,0,0,0,0,0,0,0,0,3182,241,0,0,'Lesser Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25127,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,11176,8831,8925,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20747,0,0,0,0,0,0,0,0,0,0,0,3182,241,0,0,'Lesser Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25128,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,11145,0,16204,4625,8925,0,0,0,0,0,3,2,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20750,0,0,0,0,0,0,0,0,0,0,0,3182,241,0,0,'Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25129,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,4625,18256,0,0,0,0,0,2,3,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20749,0,0,0,0,0,0,0,0,0,0,0,3182,241,0,0,'Brilliant Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25130,0,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,8831,18256,0,0,0,0,0,2,3,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20748,0,0,0,0,0,0,0,0,0,0,0,3182,241,0,0,'Brilliant Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25132,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25124,0,0,0,0,0,222,1,0,0,'Formula: Minor Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25133,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25125,0,0,0,0,0,222,1,0,0,'Formula: Minor Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25134,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25126,0,0,0,0,0,222,1,0,0,'Formula: Lesser Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25135,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25127,0,0,0,0,0,222,1,0,0,'Formula: Lesser Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25136,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25128,0,0,0,0,0,222,1,0,0,'Formula: Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25137,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25129,0,0,0,0,0,222,1,0,0,'Formula: Brilliant Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25138,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25130,0,0,0,0,0,222,1,0,0,'Formula: Brilliant Mana Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25139,0,0,0,0,8388864,0,1,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2876,1,0,0,'Teleport to Molten Core DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25141,0,0,0,0,400,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,240,0,0,'Copy of Heart of the Wild Bear Effect','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25142,0,0,0,0,400,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,'Heart of the Wild Bear Effect 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7357,1,0,0,'Merithra\'s Wake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25146,0,310,0,0,671088672,0,0,0,0,0,0,0,0,0,0,0,37,0,600000,31,0,0,0,101,0,45,45,0,0,0,0,0,0,0,1,0,0,9149,0,7077,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7068,0,0,0,0,0,0,0,0,0,0,0,563,11,0,0,'Transmute: Elemental Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25147,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25146,0,0,0,0,0,222,1,0,0,'Recipe: Transmute Elemental Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25148,0,0,0,0,0,268436480,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5645,157,0,0,'Sleep Visual DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25149,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7355,1,0,0,'Arygos\'s Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25150,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7356,1,0,0,'Molten Rain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25151,0,23,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Vekniss Drone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25152,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25153,0,0,0,0,0,0,1,0,0,'Agro Drones','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25153,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Agro Drones Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25155,1,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,30,0,1,1,0,1,1,0,0,0,0,0,0,0,64,119,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,104,0,0,'Quest - Self Healing from resurrect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25157,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Quest - Self Drain Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25158,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7363,1,0,0,'Time Stop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25159,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9425,0,0,0,0,0,0,0,0,7360,1,0,0,'Call Prismatic Barrier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25160,0,0,0,0,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25161,0,0,0,0,0,7437,174,0,0,'Sand Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,2,1,1,79,1,1,1,0,0,0,0,0,0,-86,0,1960,0,0,0,22,22,22,15,15,15,8,8,13,33,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1804,174,0,0,'Harsh Winds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25162,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,15429,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Disgusting Oozeling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25163,3,0,0,0,67108928,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,119,0,1,1,0,1,1,0,0,0,0,0,0,0,-21,-21,0,0,0,0,1,1,0,0,0,0,12,12,0,22,30,0,0,0,0,0,0,0,0,0,0,0,0,0,126,95,0,0,0,0,0,0,0,2226,1734,0,0,'Oozeling\'s Disgusting Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25164,3,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,49,39,24,0,0,0,1,1,1,0,0,0,0,0,0,138,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,95,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25165,2,0,0,0,384,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,0,0,8,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7353,597,0,0,'Baby Murloc Dance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9427,0,0,0,0,0,0,0,0,7360,1,0,0,'Call Glyphs of Warding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9426,0,0,0,0,0,0,0,0,274,1,0,0,'Call Ancients','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25168,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6299,1,0,0,'Frost Tomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25169,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4101,1,0,0,'Fiery Justice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25170,2,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,2625,0,0,1,0,0,0,0,0,0,0,0,2187,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4300,1,0,0,'Fiery Death DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25171,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7361,1,0,0,'Time Stop Visual DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25172,0,0,0,0,67109120,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,901,0,0,1,0,0,0,0,0,0,0,0,2549,0,0,0,0,0,1,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2716,1,0,0,'Merithra\'s Wake Visual DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25174,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,9,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,6,0,1,1,0,1,1,0,0,0,0,3,-24,0,29,-241,0,0,0,0,6,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,3,3,0,0,0,0,0,1,0,0,0,0,0,0,0,219,565,0,50,'Sundering Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (25175,0,65,0,0,262416,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,'Triple Attack','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (25176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,299,24,0,0,0,0,1,1,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7398,692,0,0,'Strength of Ossirian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25177,2,0,0,0,67108864,0,4,268435456,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,99,0,0,0,0,22,22,0,7,7,0,10,10,0,142,87,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,0,7365,1812,0,0,'Fire Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25178,2,0,0,0,67108864,0,4,268435456,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,99,0,0,0,0,22,22,0,7,7,0,10,10,0,142,87,0,0,0,0,0,0,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,7366,1810,0,0,'Frost Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25180,3,0,0,0,67108864,0,4,268435456,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,99,0,0,0,0,22,22,0,7,7,0,10,10,0,142,87,0,0,0,0,0,0,0,0,0,0,0,0,0,8,8,0,0,0,0,0,0,0,7367,1811,0,0,'Nature Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25181,3,0,0,0,67108864,0,4,268435456,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,99,0,0,0,0,22,22,0,7,7,0,10,10,0,142,87,0,0,0,0,0,0,0,0,0,0,0,0,0,64,64,0,0,0,0,0,0,0,7364,1813,0,0,'Arcane Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25182,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7250,1,0,0,'Staghelm Shatters Hammer DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25183,5,0,0,0,67108864,0,4,268435456,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-101,99,0,0,0,0,22,22,0,7,7,0,10,10,0,142,87,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,7368,1809,0,0,'Shadow Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25184,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,0,0,'Speed Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25185,3,0,0,0,67371008,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,5,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7467,40,0,0,'Itch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25186,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,171,0,0,13,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Super Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25187,3,0,4,11,75563008,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,145,0,0,0,0,6,6,0,0,0,0,0,0,0,33,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2716,1759,0,0,'Hive\'Zara Catalyst','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (25188,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,625,101,0,1,1,0,0,0,0,0,0,0,2187,149,0,0,0,0,18,22,0,16,15,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25189,3,99,0,12,1073807360,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,10,10,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,805,220,0,0,'Enveloping Winds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25190,3,44,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,98,0,1,11,0,1,1,0,0,0,0,0,0,0,499,94,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,7369,457,0,50,'Stinger Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,2,1,1,1,0), + (25191,3,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,98,0,875,11,0,1,1,0,0,0,0,0,0,0,2062,94,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,7369,457,0,50,'Stinger Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,2,1,1,1,0), + (25192,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180619,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ossirian Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25193,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Ossirian Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25194,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Adds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25195,5,0,2,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-76,-1,0,0,0,0,22,22,0,15,15,0,11,11,0,65,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,339,692,0,50,'Curse of Tongues','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25198,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,151,0,0,1,0,0,0,0,0,0,0,0,224,0,0,0,0,0,18,0,0,28,0,0,14,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7080,40,0,0,'Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25199,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7552,0,0,0,0,0,0,0,0,2295,114,0,50,'Frog Self (TEST)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25200,0,0,0,0,4718866,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot Silithus Rifleman Long Range','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (25201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8305,0,0,0,0,0,0,0,0,0,1,0,0,'Anachronos Quest Credit DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25205,0,0,0,0,32896,0,0,512,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'zzOLDFeline Swiftness Passive 2b','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (25228,5,0,1,0,537198592,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,119,119,0,1,1,0,1,1,0,0,0,0,0,0,0,2,29,0,0,0,0,1,1,0,0,0,0,12,12,0,79,81,0,0,0,0,0,1,0,0,0,0,0,0,0,127,127,0,0,0,0,0,0,0,969,173,0,0,'Soul Link','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (25247,0,0,0,0,285278224,96,16384,0,0,0,0,0,0,0,0,0,3,0,0,1,572429,8,0,101,0,0,8,8,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,161,0,0,'Longsight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25260,5,0,0,5,327680,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,32,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,14,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Wings of Despair','','','','','','','','','','','','','','','',0,133,1500,0,0,0,5,1,1,1,1,1,0), + (25262,3,18,4,0,524288,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,60,60,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,401,1,0,1,1,0,0,0,0,0,0,0,599,299,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Abomination Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25263,1,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,313,0,0,1,0,0,0,0,0,0,0,0,1093,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25282,1,0,0,0,327680,32768,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,302,303,0,0,'Shield of Rajaxx','','','','','','','','','','','','','','','',0,0,0,0,10,268435584,0,0,1,1,1,1,0), + (25286,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,1,150,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,156,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 9','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (25288,0,65,0,0,327696,134218240,0,1024,512,131072,0,0,0,0,1,0,1,0,5000,0,0,0,0,101,0,0,60,60,0,1,50,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,19,0,0,1,0,0,0,0,0,0,0,0,80,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,342,562,0,50,'Revenge','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,4,1024,0,2,2,1,1,1,0), + (25289,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,61,60,60,4,1,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,231,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,4,65536,0,1,1,1,1,1,0), + (25290,1,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,5,0,125,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,21,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,268500992,0,1,1,1,1,1,0), + (25291,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,60,5,0,130,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,298,0,0,'Blessing of Might','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (25292,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,20,0,0,15,0,0,0,101,0,65,60,60,0,0,660,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,181,0,0,1,0,0,0,0,0,5.8,0,0,1589,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2936,70,0,0,'Holy Light','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,10,2147483648,0,1,1,1,1,1,0), + (25294,0,85,0,0,65538,0,131072,0,0,0,0,0,0,0,0,0,1,0,10000,9,0,0,0,101,0,0,60,60,0,0,230,0,0,0,114,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,567,85,0,50,'Multi-Shot','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,9,4096,0,3,2,1,1,1,0), + (25295,3,0,4,0,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,101,0,0,60,60,8,0,250,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,110,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3179,536,0,0,'Serpent Sting','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,9,16384,0,3,2,1,1,1,0), + (25296,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,0,0,0,60,60,21,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,119,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,124,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6150,0,0,0,0,3161,112,122,0,'Aspect of the Hawk','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,9,1048576,0,1,1,1,1,1,0), + (25297,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,22,0,0,15,0,0,0,101,0,65,60,60,0,0,800,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,411,0,0,1,0,0,0,0,0,7.3,0,0,2266,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','Rank 11','','','','','','','',0,133,1500,0,7,32,0,1,1,1,1,1,0), + (25298,6,0,0,0,65536,0,524288,0,0,1073741824,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,66,60,60,0,0,340,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,89,0,0,1,0,0,0,0,0,3.1,0,0,495,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1264,1485,0,50,'Starfire','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,7,4,0,1,1,1,1,1,0), + (25299,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,8,0,0,0,101,0,65,60,60,29,0,360,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,221,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','Rank 11','','','','','','','',0,133,1500,0,7,16,0,1,1,1,1,1,0), + (25300,0,0,0,0,327696,134218240,1048576,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,3,60,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,32768,0,121,31,80,1,1,1,1,1,1,0,0,0,0,0,0,149,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,243,0,50,'Backstab','','','','','','','','Rank 9','','','','','','','',0,133,1000,0,8,8388612,0,2,2,1,1,1,0), + (25302,0,82,0,0,327696,134217728,0,0,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,70,60,60,0,3,20,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-801,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,539,0,0,'Feint','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,8,134217728,0,2,2,1,1,1,0), + (25304,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,64,60,60,105,0,290,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,41,0,1,1,0,0,0,0,0,3.2,0,-41,514,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','Rank 11','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (25306,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,0,101,0,64,60,60,31,0,410,0,0,0,35,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,165,1,0,1,1,0,0,0,0,3.8,0,0,595,18,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,185,0,50,'Fireball','','','','','','','','Rank 12','','','','','','','',0,133,1500,0,3,1073741825,0,1,1,1,1,1,0), + (25307,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,65,60,60,0,0,380,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,57,0,0,1,0,0,0,0,0,3.1,0,0,481,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,213,0,0,'Shadow Bolt','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,5,1,0,1,1,1,1,1,0), + (25309,2,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,65,60,60,8,0,380,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,1,0,1,1,0,0,0,0,0,3.9,0,101,278,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,31,0,0,'Immolate','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,5,4,0,1,1,1,1,1,0), + (25311,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,65,60,60,85,0,340,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,136,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,381,313,0,50,'Corruption','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,5,2,0,1,1,1,1,1,0), + (25314,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,65,60,60,0,0,710,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,229,0,0,1,0,0,0,0,0,8.1,0,0,1965,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,241,0,50,'Greater Heal','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,4096,0,1,1,1,1,1,0), + (25315,1,0,1,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,65,60,60,8,0,410,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,193,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (25316,1,0,0,0,65536,0,524288,0,0,2147483648,134217728,0,0,0,0,0,14,0,0,15,0,0,0,101,0,69,60,60,0,0,1070,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,59,0,0,1,0,0,0,0,0,2.5,0,0,1040,0,0,0,0,0,20,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,540,0,0,'Prayer of Healing','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,512,0,1,1,1,1,1,0), + (25322,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,501,25,0,1,1,0,0,0,0,0,0,0,1749,87,0,0,0,0,24,24,0,0,0,0,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,2717,166,0,0,'Sweeping Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (25333,0,0,0,0,32896,0,0,512,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'zzOLDFeline Swiftness Passive 1b','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (25345,6,0,0,0,536936704,268453004,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,60,56,56,28,0,655,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,23,4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25346,0,0,0,0,0,262,225,0,50,'Arcane Missiles','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,3,264192,0,0,1,1,1,1,0), + (25346,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,64,60,60,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,1,0,0,229,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,225,0,50,'Arcane Missiles','','','','','','','','Rank 8','','','','','','','',0,0,0,0,3,2097152,0,1,1,1,1,1,0), + (25347,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,60,0,0,0,0,0,0,1,0,0,0,0,5173,8925,0,0,0,0,0,0,7,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20844,0,0,0,0,0,0,0,0,0,0,0,92,513,0,0,'Deadly Poison V','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25348,3,0,4,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Copy of Deadly Poison IV','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,65536,0,1,0,1,1,1,0), + (25349,3,0,4,0,0,131208,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,29,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,33,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,513,0,0,'Deadly Poison V','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,65536,0,1,0,1,1,1,0), + (25350,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25314,0,0,0,0,0,107,241,0,0,'Greater Heal','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25351,0,0,0,0,65552,131104,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,30,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2630,0,0,0,0,0,0,0,0,215,513,0,0,'Deadly Poison V','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,65536,0,0,0,1,1,1,0), + (25352,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25315,0,0,0,0,0,107,321,0,0,'Renew','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25353,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25316,0,0,0,0,0,107,540,0,0,'Prayer of Healing','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25354,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25286,0,0,0,0,0,107,856,0,50,'Heroic Strike','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25355,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25288,0,0,0,0,0,107,562,0,50,'Revenge','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25356,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25289,0,0,0,0,0,107,456,0,50,'Battle Shout','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25357,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,65,60,60,0,0,620,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,231,0,0,1,0,0,0,0,0,5.5,0,0,1619,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,11,64,0,1,1,0.2,1,1,0), + (25359,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,4,0,310,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15463,0,0,0,0,0,0,0,0,319,337,0,0,'Grace of Air Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (25360,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,366,337,0,0,'Grace of Air','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,131072,0,1,1,1,1,1,0), + (25361,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,4,0,275,0,0,0,1,0,0,5175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,88,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15464,0,0,0,0,0,0,0,0,319,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (25362,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,76,0,0,0,0,0,1,0,0,0,0,0,9,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,366,691,0,0,'Strength of Earth','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,65536,0,1,1,1,1,1,0), + (25371,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,6,48,0,0,16,0,0,0,12,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7375,155,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25373,3,0,0,0,536870912,1160,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,155,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25374,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25378,0,21,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4061,95,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25383,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,187,1,0,1,1,0,0,0,0,0,0,0,656,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,155,0,0,'Spit Out','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25398,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25290,0,0,0,0,0,107,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25399,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25291,0,0,0,0,0,107,298,0,0,'Blessing of Might','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25400,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25292,0,0,0,0,0,107,70,0,0,'Holy Light','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25401,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25359,0,0,0,0,0,107,337,0,0,'Grace of Air Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25402,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25357,0,0,0,0,0,107,13,0,0,'Healing Wave','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25403,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25361,0,0,0,0,0,107,691,0,0,'Strength of Earth Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25404,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25294,0,0,0,0,0,107,85,0,0,'Multi-Shot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25405,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25295,0,0,0,0,0,107,536,0,0,'Serpent Sting','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25406,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25296,0,0,0,0,0,107,112,0,0,'Aspect of the Hawk','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25407,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25297,0,0,0,0,0,107,962,0,0,'Healing Touch','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25408,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25298,0,0,0,0,0,107,1485,0,0,'Starfire','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25409,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25299,0,0,0,0,0,107,64,0,0,'Rejuvenation','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25410,3,0,0,0,67109120,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,79,6,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,139,0,56,0,0,0,0,0,0,0,0,0,0,0,0,14,0,15214,0,0,0,0,0,0,0,155,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25411,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25300,0,0,0,0,0,107,243,0,50,'Backstab','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25412,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25347,0,0,0,0,0,107,513,0,0,'Deadly Poison','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25413,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25302,0,0,0,0,0,107,539,0,0,'Feint','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25414,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25304,0,0,0,0,0,107,188,0,0,'Frostbolt','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25415,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25306,0,0,0,0,0,107,185,0,0,'Fireball','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25416,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25345,0,0,0,0,0,107,225,0,0,'Arcane Missiles','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25417,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25307,0,0,0,0,0,107,213,0,0,'Shadow Bolt','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25418,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25309,0,0,0,0,0,107,31,0,0,'Immolate','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25419,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,25311,0,0,0,0,0,107,313,0,50,'Corruption','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25424,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,36,40,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,751,125,0,1,1,0,0,0,0,0,0,0,1124,437,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Poison Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25425,3,22,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,64,375,1,0,1,1,0,0,0,0,0,0,0,1312,0,0,0,0,0,22,22,22,15,15,15,9,9,9,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6608,0,0,0,358,199,0,0,'Shockwave','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25462,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,125,1,0,1,1,0,0,0,0,0,0,0,437,49,0,0,0,0,21,21,0,0,0,0,0,0,0,13,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4056,63,0,0,'Enlarge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25465,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7377,1,0,0,'Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25471,0,0,0,0,536870928,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7378,538,0,0,'Attack Order','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25473,0,0,0,0,536871168,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,38,0,15,0,0,23,12,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Order','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25495,0,0,0,0,67109120,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6859,153,0,0,'Firework Effect, Lunar Festival Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25497,3,18,4,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,31,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,351,25,0,1,1,0,0,0,0,0,0,0,524,87,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25503,0,0,0,0,262544,0,0,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,12,12,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,961,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,7,524288,0,0,0,1,1,1,0), + (25514,1,0,0,0,65536,525312,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,0,0,0,200,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,2501,0,0,1,0,0,0,0,0,0,0,0,8749,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7379,104,0,50,'Flash of Light','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25515,1,32,0,0,327680,262144,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,50,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7451,559,0,0,'Bash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25516,1,0,0,0,0,1024,4194304,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,199,9,10,0,0,0,22,22,22,30,30,30,12,12,12,8,138,65,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,433,0,0,'Aura of Command','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25565,0,0,0,0,536870912,2155872256,268435456,268697600,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,407,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,1,0,0,'ClearAll','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25586,5,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,451,0,0,1,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25592,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9204,0,0,0,0,0,0,693,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25595,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,15,10,10,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7383,1582,0,0,'Savage Pummel','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25598,3,22,0,0,536936448,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,1,1,0,1,1,0,0,0,0,1,0,0,0,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,4229,199,0,0,'zzOLDThundercrash','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25599,3,22,0,0,536936448,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,22,22,0,15,15,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,145,199,0,0,'Thundercrash','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25600,0,0,0,0,8388864,0,1,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20949,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Idol of Neptulon DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25604,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hate to Second','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25605,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,25,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25640,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,3.2,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Thorns','','','','','','','','','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (25645,3,0,4,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,63,0,0,1,0,0,0,0,0,0,0,0,218,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25646,0,0,0,0,536870912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,2,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,39,138,0,0,'Mortal Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180647,0,0,0,0,0,0,0,0,0,1,0,0,'Sand Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25651,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,18,0,0,0,0,0,4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,2,2,0,36,39,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1946,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25653,0,0,0,12,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,401,1,0,1,1,0,0,0,0,0,0,0,599,149,0,0,0,0,24,24,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,3879,1525,0,0,'Copy of Tail Sweep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25654,0,0,0,12,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,22,22,22,15,15,15,10,10,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,138,0,0,'Tail Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25655,0,0,0,3,67108880,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,'Dropped Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25656,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,501,1,0,1,1,0,0,0,0,0,0,0,1749,-76,0,0,0,0,18,18,18,16,16,16,14,14,14,0,54,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,350,0,0,'Sand Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25657,0,0,0,0,384,268435456,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Random Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25658,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25659,0,0,0,0,0,222,1,0,0,'Recipe: Dirge\'s Kickin\' Chimaerok Chops','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25659,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2692,9061,8150,21024,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21023,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Dirge\'s Kickin\' Chimaerok Chops','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25660,0,11,0,0,402653440,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,424,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,23,0,0,10000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,25661,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25661,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,16,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1612,0,0,'Increased Stamina','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (25662,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,13759,159,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13931,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Copy of Nightfin Soup','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25663,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18247,0,0,0,0,0,222,1,0,0,'Recipe: TEST','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25664,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12207,3713,0,0,0,0,0,0,1,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21023,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'DIRGE TEST','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25666,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25664,0,0,0,0,0,108,1,0,0,'Recipe: DIRGE TEST LEARN','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25668,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,18,0,0,0,0,0,4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,7,1,0,1,1,0,0,0,0,2,2,0,36,39,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,1946,12,0,50,'Flame Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25669,0,0,0,0,64,268435456,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24241,0,0,0,0,0,0,1,0,0,'Decapitate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (25671,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,77,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7472,55,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25672,6,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,25000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,875,1,0,1,1,0,0,0,0,0,0,0,3062,299,0,0,0,0,18,18,0,16,16,0,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,965,1480,0,0,'Arcane Eruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25674,0,0,0,0,0,0,1,0,0,'Teach Lesser Draconic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25674,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Lesser Draconic (Language)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25675,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15524,0,0,0,0,0,0,0,0,1704,1776,122,0,'Reindeer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25676,5,0,0,0,536871168,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25677,0,0,0,0,16,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,77,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,7384,1665,0,0,'Snowball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25678,0,0,0,0,262144,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,4099,0,0,101,0,0,0,0,25,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,371,1722,0,0,'Siren\'s Song','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25679,6,0,1,0,65536,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25680,0,0,0,0,384,268435456,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Random Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25681,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,13,0,0,0,0,0,0,0,0,10000000,0,0,0,0,0,0,0,0,15527,0,0,0,0,0,0,0,0,2046,1489,0,0,'Summon Mana Fiend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25682,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,13,0,0,0,0,0,0,0,0,10000000,0,0,0,0,0,0,0,0,15527,0,0,0,0,0,0,0,0,2046,1489,0,0,'Summon Mana Fiend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25683,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,13,0,0,0,0,0,0,0,0,10000000,0,0,0,0,0,0,0,0,15527,0,0,0,0,0,0,0,0,2046,1489,0,0,'Summon Mana Fiend','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25684,6,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,'Summon Mana Fiends','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,499,-51,0,0,0,1,1,1,0,0,0,0,0,0,12,24,14,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,7387,220,0,0,'Energize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25686,0,0,0,0,16,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,77,0,1,1,0,1,1,0,0,0,0,0,0,0,99,-1,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,7384,1665,0,0,'Super Snowball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25687,0,0,0,0,16,525312,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,77,0,1,1,0,1,1,0,0,0,0,0,0,0,99,-1,0,0,0,0,22,22,0,7,7,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,7385,1665,0,0,'Super Snowball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25688,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,21040,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11811,0,0,0,0,0,0,0,0,7199,1777,0,0,'Narain!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25690,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,1500,1,262272,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25702,25703,0,0,0,0,0,1778,0,0,'Brain Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25691,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,1500,1,262272,0,0,101,0,0,15,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25888,25889,0,0,0,0,51,1779,0,0,'Brain Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25692,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,1500,1,262272,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25700,25701,0,0,0,0,51,1778,0,0,'Brain Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25693,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,1500,1,262272,0,0,101,0,0,30,30,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25886,25887,0,0,0,0,51,1779,0,0,'Brain Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25694,0,0,0,0,134217984,1024,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25695,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25696,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,734,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1309,0,50,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25697,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,357,734,0,0,0,0,1,1,0,0,0,0,0,0,0,84,85,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Old Enriched Manna Biscuit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25698,2,35,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,9,0,0,0,101,0,0,20,20,165,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,23,12,40,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,25699,0,0,0,0,0,103,37,0,50,'Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25699,2,35,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,600000,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,1,0,625,0,0,1,0,0,0,0,0,0,0,0,4687,0,0,0,0,0,22,1,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,37,0,50,'Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25700,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1778,0,0,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25701,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1778,0,0,'Brain Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25702,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1778,0,0,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25703,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,1,1,0,0,0,0,0,0,0,85,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25694,0,0,0,0,51,1778,0,0,'Brain Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25704,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,21071,2678,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21072,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Smoked Sagefish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25705,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25704,0,0,0,0,0,222,1,0,0,'Recipe: Smoked Sagefish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25708,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15546,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Hive\'Zara Swarmer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25709,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25710,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,2,0,0,10,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (25711,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Start Loop','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25712,0,0,0,0,327700,134217728,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,17,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,856,0,50,'Heroic Strike','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,64,0,2,2,1,1,1,0), + (25713,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 8','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25715,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,64,58,58,9,0,175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0.7,0,0,65,0,20285,0,0,0,1,0,1,0,0,0,0,0,0,43,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25716,0,0,0,0,142606464,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,357,153,0,0,'Force Self - Bow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25717,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Spell Penetration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25718,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Spell Penetration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,21103,21104,21105,21106,21107,21108,21109,21110,1,1,1,1,1,1,1,1,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21111,0,0,0,0,0,0,0,0,0,0,0,1384,1,0,0,'Bind Draconic For Dummies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25720,0,0,0,0,0,0,0,0,0,0,0,0,0,1348,0,0,1,0,0,15,0,0,0,101,0,0,0,0,5,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180660,9527,0,0,0,0,0,0,0,353,1,0,0,'Place Loot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25721,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,41,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,25,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15934,0,0,0,0,0,0,0,749,1,0,0,'Feed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,1,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,11008,0,0,0,0,101,1314,0,0,'Rumsey Rum Dark','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25724,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Larva Aggro Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25725,0,0,0,0,536870912,136,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,17,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7390,1734,0,0,'Paralyze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25726,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Larva Fear Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25727,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,56,50,50,9,0,150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0.6,0,0,51,0,20284,0,0,0,1,0,1,0,0,0,0,0,0,43,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25728,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,48,42,42,9,0,125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0.5,0,0,39,0,20283,0,0,0,1,0,1,0,0,0,0,0,0,43,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25729,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,40,34,34,9,0,105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0.5,0,0,28,0,20282,0,0,0,1,0,1,0,0,0,0,0,0,43,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25730,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,32,26,26,9,0,80,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0.4,0,0,19,0,20281,0,0,0,1,0,1,0,0,0,0,0,0,43,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25731,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,24,18,18,9,0,55,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0.3,0,0,12,0,20280,0,0,0,1,0,1,0,0,0,0,0,0,43,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25732,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,16,10,10,9,0,35,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0.2,0,0,7,0,20279,0,0,0,1,0,1,0,0,0,0,0,0,43,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25733,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,7,1,1,9,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0.1,0,0,3,0,20186,0,0,0,1,0,1,0,0,0,0,0,0,43,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25734,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,7,1,1,9,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0.1,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,25,0,0,'zzOLD Seal of Righteousness','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,134218752,0,1,1,1,0,1,0), + (25735,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 7','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25736,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 6','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25737,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25738,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25739,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25740,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25741,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 1.5','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25742,1,0,0,0,2359296,0,536870912,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,'Seal of Righteousness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,2,0,1,1,1,0), + (25743,0,0,0,0,262144,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,425,0,0,1,0,0,0,0,0,0,0,0,1487,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,1,0,0,'Dark Water','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (25744,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,1,0,0,0,0,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,2,0,21,1,0,1,1,0,0,0,0,0,0,0,89,999,0,0,0,53,53,53,0,16,16,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,3783,457,0,50,'Rampage','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,1,1,1,1,1,0), + (25745,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139808,100,0,0,20,20,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,561,0,0,'zzOLD Judgement of Command','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (25746,1,1155,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,87,0,0,1,0,0,0,0,0,0,0,0,391,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1726,291,0,0,'Damage Absorb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25747,1,1155,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,69,0,0,1,0,0,0,0,0,0,0,0,309,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1726,291,0,0,'Damage Absorb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25748,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,0,0,1,0,0,0,0,0,13,30,999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,251,1,0,1,1,0,0,0,0,0,0,0,874,24,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7391,1781,0,0,'Poison Stinger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,0,0), + (25749,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7391,1781,0,0,'Stinger Spray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,0,0,0), + (25750,1,1155,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,55,0,0,1,0,0,0,0,0,0,0,0,247,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1726,291,0,0,'Damage Absorb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25751,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,50,0,0,60,60,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5373,0,0,0,0,0,5652,299,0,0,'Copy of Judgement of Light','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,524288,0,1,1,1,1,0,0), + (25752,1,0,0,0,330112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,1,1,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25753,0,0,0,0,0,0,299,0,0,'Judgement of Light','','','','','','','','','','','','','','','',0,0,0,0,10,524288,0,0,0,1,1,0,0), + (25753,1,0,0,0,330112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,'Judgement of Light','','','','','','','','','','','','','','','',0,0,0,0,10,524288,0,0,0,1,1,0,0), + (25754,5,0,0,0,536871168,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25755,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,77,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7472,55,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25756,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,12000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,38,6,875,1,0,1,1,0,0,0,0,0,0,0,3062,4,0,0,0,0,22,22,22,15,15,15,23,23,23,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,7393,1677,0,0,'Purge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25757,1,0,0,0,330112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,1,1,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25758,0,0,0,0,0,0,299,0,0,'Judgement of Wisdom','','','','','','','','','','','','','','','',0,0,0,0,10,524288,0,0,0,1,1,0,0), + (25758,1,0,0,0,330112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,'Judgement of Wisdom','','','','','','','','','','','','','','','',0,0,0,0,10,524288,0,0,0,1,1,0,0), + (25759,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139808,100,0,0,30,30,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,561,0,0,'zzOLD Judgement of Command','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (25760,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139808,100,0,0,40,40,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,561,0,0,'zzOLD Judgement of Command','','','','','','','','Rank 3','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (25761,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139808,100,0,0,50,50,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,561,0,0,'zzOLD Judgement of Command','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (25762,1,0,1,0,329728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139808,100,0,0,60,60,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,561,0,0,'zzOLD Judgement of Command','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,1,1,1,1,0,0), + (25763,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21109,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Draconic For Dummies 7 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25764,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21107,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Draconic For Dummies 5 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25765,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21106,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Draconic For Dummies 4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25766,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Spell Penetration','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25767,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,15,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25768,0,0,0,0,0,0,548,0,0,'Mystical Disjunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25768,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,31,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,4229,320,0,50,'Mystical Disjunction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25769,0,0,0,0,256,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25770,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7397,1,0,0,'Bloody Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25771,1,0,0,25,603979776,196744,4,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,236,0,50,'Forbearance','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (25772,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,99,0,0,0,0,6,6,0,0,0,0,0,0,0,56,6,0,0,0,0,0,0,0,0,0,0,0,0,0,15591,0,0,0,0,0,0,0,0,6776,90,0,0,'Mental Domination','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25773,0,0,0,0,67109120,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,99,299,0,0,0,1,1,1,0,0,0,0,0,0,79,138,65,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1661,0,0,'Will of Weavil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25774,5,0,1,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,27,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,275,1,0,1,1,0,0,0,0,0,0,0,962,4,0,0,0,0,22,22,0,15,15,0,11,11,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,872,66,0,0,'Mind Shatter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25775,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25777,3,0,0,0,8454400,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,51,0,0,1,0,0,0,0,0,0,0,0,474,0,0,0,0,0,25,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7460,53,0,0,'Thorns','','','','','','','','','','','','','','','',0,133,1500,0,7,256,0,1,1,1,1,1,0), + (25778,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,77,1,25,0,1,1,0,0,0,0,0,0,0,29,37,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,2069,314,0,0,'Knock Away','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (25779,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,225,0,0,1,0,0,0,0,0,0,0,0,787,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25780,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,298,301,0,0,'Righteous Fury','','','','','','','','','','','','','','','',30,133,1500,0,10,1,0,1,1,1,1,1,0), + (25781,1,0,0,0,2359680,131072,603979776,196608,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'Righteous Fury','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (25782,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,347,0,220,0,0,0,5,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,61,0,0,0,0,0,12,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,1802,0,0,'Greater Blessing of Might','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (25783,0,0,0,0,0,0,0,0,0,0,0,0,0,1349,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9542,0,0,0,0,0,0,0,0,7294,1,0,0,'Place Arcanite Buoy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25784,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21042,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Narain\'s Special Bag DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25785,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21136,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Arcanite Buoy DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25786,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,18,0,0,28,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7080,1737,0,0,'Toxic Vapors','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25787,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,1,0,0,0,0,5,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,2,0,21,1,0,1,1,0,0,0,0,0,0,0,89,599,0,0,0,53,53,53,0,16,16,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,3783,457,0,50,'Surge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,1,1,1,1,1,0), + (25788,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,28,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,68,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,756,0,0,'Head Butt','','','','','','','','','','','','','','','',0,0,0,0,4,8,0,2,2,1,1,1,0), + (25789,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15621,0,0,0,0,0,0,0,0,0,1256,0,0,'Summon Yauj Brood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25790,3,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,149,99,34,0,0,0,22,22,22,7,7,7,12,12,12,138,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,47,95,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180671,0,0,0,0,0,0,0,0,0,1,0,0,'Xandivious Demon Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25792,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Brood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25793,0,0,0,0,268435728,0,0,0,0,0,0,0,0,1350,0,0,14,0,0,15,0,0,0,101,0,0,0,0,22,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,50,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180672,9571,0,0,0,0,0,0,0,7400,1,0,0,'Demon Summoning Torch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25794,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-6,99,9,0,0,0,1,1,1,0,0,0,0,0,0,14,88,29,0,0,0,0,0,0,0,0,0,0,0,0,127,0,2,0,0,0,0,0,0,4061,1782,0,0,'Ahn\'Qiraj Reward Buff (Melee - 20)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25795,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-16,99,19,0,0,0,1,1,1,0,0,0,0,0,0,14,88,29,0,0,0,0,0,0,0,0,0,0,0,0,127,0,2,0,0,0,0,0,0,4061,1782,0,0,'Ahn\'Qiraj Reward Buff (Melee - 40)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25796,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-26,99,29,0,0,0,1,1,1,0,0,0,0,0,0,14,88,29,0,0,0,0,0,0,0,0,0,0,0,0,127,0,2,0,0,0,0,0,0,4061,1782,0,0,'Ahn\'Qiraj Reward Buff (Melee - 60)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25797,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-6,9,9,0,0,0,1,1,1,0,0,0,0,0,0,14,13,29,0,0,0,0,0,0,0,0,0,0,0,0,127,126,3,0,0,0,0,0,0,4061,1782,0,0,'Ahn\'Qiraj Reward Buff (Caster - 20)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25798,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-16,19,19,0,0,0,1,1,1,0,0,0,0,0,0,14,13,29,0,0,0,0,0,0,0,0,0,0,0,0,127,126,3,0,0,0,0,0,0,4061,1782,0,0,'Ahn\'Qiraj Reward Buff (Caster - 40)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25799,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-26,29,29,0,0,0,1,1,1,0,0,0,0,0,0,14,13,29,0,0,0,0,0,0,0,0,0,0,0,0,127,126,3,0,0,0,0,0,0,4061,1782,0,0,'Ahn\'Qiraj Reward Buff (Caster - 60)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25800,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1782,0,0,'Ahn\'Qiraj Reward Buff (Trigger - 20)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25801,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,35,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,10,10,0,138,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,152,298,122,0,'Frenzy Aura','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (25802,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1782,0,0,'Ahn\'Qiraj Reward Buff (Trigger - 40)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25803,0,0,0,0,8388608,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1782,0,0,'Ahn\'Qiraj Reward Buff (Trigger - 60)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25804,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,1,1,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,11009,0,0,0,0,101,1314,0,0,'Rumsey Rum Black Label','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (25805,5,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,98,1,121,1,1,1,1,0,0,0,0,0,0,-101,739,184,0,0,0,22,22,22,15,15,15,11,11,11,29,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,-1,0,125,0,0,0,0,0,0,279,233,0,0,'Soul Corruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25806,5,99,0,0,262144,0,4,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,10,10,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,1,0,0,64,199,99,0,0,0,6,6,6,0,0,0,0,0,0,6,79,138,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7079,235,0,0,'Creature of Nightmare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25807,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,11251,0,0,1,0,0,0,0,0,0,0,0,69374,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7261,104,0,50,'Great Heal','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (25808,1,0,1,0,65536,0,4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,86,74,0,0,'Dispel','','','','','','','','','','','','','','','',0,133,0,0,6,3221225472,0,1,1,1,1,1,0), + (25809,3,0,4,11,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3839,163,0,0,'Crippling Poison','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,16384,0,1,0,1,1,1,0), + (25810,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,29,0,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3839,264,0,0,'Mind-numbing Poison','','','','','','','','','','','','','','','',0,0,0,0,8,32768,0,1,0,1,1,1,0), + (25811,3,18,4,0,524288,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,43,1,0,1,1,0,0,0,0,0,0,0,63,19,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Poison Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25812,3,0,4,0,16,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,387,0,0,0,0,0,4,40,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,301,1,0,1,1,0,0,0,0,0,0,0,449,149,0,0,0,0,22,22,0,15,15,0,12,12,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4202,68,0,0,'Toxic Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25813,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,241,1,0,0,'Conjure Dream Rift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25814,0,85,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Wide Slash','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (25815,5,0,0,5,327680,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,32,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,14,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Frightening Shriek','','','','','','','','','','','','','','','',0,133,1500,0,0,0,5,1,1,1,1,1,0), + (25816,5,0,2,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,4,0,320,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,346,76,0,0,'Hex of Weakness','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,2214592512,0,1,1,1,1,1,0), + (25817,3,46,0,0,589824,64,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,15404,0,101,0,0,20,20,1,0,200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,151,0,0,1,0,0,0,0,0,0,0,0,924,0,0,0,0,0,1,0,0,0,0,0,9,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283,100,0,0,'Tranquility','','','','','','','','','','','','','','','',0,133,0,0,7,128,0,1,1,1,1,1,0), + (25818,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25819,0,0,0,0,0,682,40,0,50,'Aura of Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25819,3,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,40,0,0,'Aura of Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25820,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1581224,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26641,0,0,0,0,0,682,1488,0,50,'Aura of Fear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25821,0,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,1,0,0,0,0,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1299,-1,0,0,0,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3783,457,0,50,'Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (25822,0,1137,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7401,11,0,0,'Firecrackers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25823,0,0,0,0,256,1024,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15631,0,0,0,0,0,0,0,0,7403,51,0,0,'Spotlight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25824,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7402,51,0,0,'Spotlight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25825,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25827,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25828,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25829,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1824,0,50,'Holy Power','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25830,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Teleport Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25831,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15630,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Worm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25832,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15630,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Worm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25833,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Loop 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25834,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Loop 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25835,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmer Loop 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25836,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0,0,0,1823,0,0,'Unyielding Faith','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25838,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1199,89,0,0,0,0,25,25,0,0,0,0,0,0,0,3,89,0,3000,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,155,0,'Smothering Sands','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25839,0,0,0,0,262144,64,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,675,0,0,1,0,0,0,0,0,0,0,0,4162,0,0,0,0,0,22,0,0,30,0,0,12,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,241,0,0,'Mass Healing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,67,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,1,0,0,'Full Heal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25841,1,0,0,0,8388608,0,1,0,0,0,0,32768,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,121,0,0,'Prayer of Elune','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25842,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Swarmers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21158,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Hive\'Zora Scout Report','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25844,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hive\'Zara Swarmers Swarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25845,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21161,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Hive\'Ashi Scout Report','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25846,0,0,0,0,150995200,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15660,0,0,0,0,0,0,0,0,0,1,0,0,'Eranikus Night Elf DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21160,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Hive\'Regal Scout Report','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25848,0,0,0,0,2149580800,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,6,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,63,0,0,'Test Enemy Crit Bonus - 10%','','','','','','','','','','','','','','','',0,133,1500,0,1,0,0,0,0,1,1,1,0), + (25849,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,256,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,15661,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Baby Shark','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25850,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,21171,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21174,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Drain Festive Mug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25851,0,0,0,0,402655488,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,100,34,6,1,1,0,1,1,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,0,0,0,0,0,21174,0,0,0,0,0,0,0,0,0,0,7423,1313,0,50,'Lightheaded','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25852,0,0,0,12,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6608,0,0,0,0,808,138,0,0,'Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25853,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Empty Festive Mug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25854,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21171,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Filled Festive Mug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25855,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,14,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,34,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21171,0,0,0,0,0,0,0,0,0,0,7404,1,0,0,'Filling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25856,0,0,0,0,2048,0,0,512,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,100,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21171,0,0,0,0,0,0,0,0,0,0,0,101,1,0,0,'Create Filled Festive Mug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25858,0,0,0,21,286359824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15665,0,0,0,0,0,0,0,0,1704,1794,122,0,'Reindeer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25859,0,0,0,21,286359824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15665,0,0,0,0,0,0,0,0,1704,1794,122,0,'Reindeer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25860,0,0,0,0,17072400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1704,1,0,0,'Reindeer Transformation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25861,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21175,0,0,0,0,0,0,0,0,0,0,0,5539,1,0,0,'Call Scepter DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25862,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,26,26,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,56,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,0,0,0,8477,0,0,0,0,0,0,0,0,634,61,0,0,'Copy of Summon Skeletal Servant','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25863,0,330,0,21,269549840,0,0,0,0,0,0,0,0,0,0,0,1,0,3000,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15666,0,0,0,0,0,0,0,0,7456,1809,122,0,'Summon Black Qiraji Battle Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25864,0,0,0,0,2048,0,0,512,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,36,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25850,0,0,0,0,0,0,1,0,0,'Will Drain Festive Mug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25865,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25866,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25867,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25868,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25869,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25870,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25871,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25872,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25873,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25874,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25875,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25876,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25877,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25878,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25879,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25880,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25881,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25882,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25883,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25884,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15667,0,0,0,0,0,0,0,0,7405,263,0,0,'Summon Glob of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25885,0,0,0,0,256,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,'Summon Globs of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25886,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1779,0,0,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (25887,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,209,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1779,0,0,'Brain Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25888,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1779,0,0,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25889,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,1,0,0,0,0,0,0,0,85,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25941,0,0,0,0,51,1779,0,0,'Brain Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25890,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,347,0,260,0,0,0,5,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,399,114,0,0,0,0,61,61,0,0,0,0,12,12,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,1801,0,0,'Greater Blessing of Light','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (25891,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,279,0,279,0,0,0,1,0,1,0,0,0,0,0,0,99,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3160,263,0,0,'Earthstrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25892,0,0,0,0,0,268436480,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-651,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7543,201,0,0,'Grace of Earth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25893,0,0,0,0,8388864,268435456,5,269484032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,13,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,'Viscidus Shrinks','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25894,1,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,347,0,230,0,0,0,5,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,61,0,0,0,0,0,12,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,1805,0,0,'Greater Blessing of Wisdom','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268500992,0,1,1,1,1,1,0), + (25895,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,347,0,0,0,0,0,5,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,61,0,0,0,0,0,12,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,300,1803,0,0,'Greater Blessing of Salvation','','','','','','','','','','','','','','','',16,133,1500,0,10,268435712,0,1,1,1,1,1,0), + (25896,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,1,0,0,'Rejoin Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25897,0,0,0,0,256,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,'Viscidus Grows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25898,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,347,0,150,0,0,0,5,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,61,0,0,0,0,0,12,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,5400,1800,0,0,'Greater Blessing of Kings','','','','','','','','','','','','','','','',0,133,1500,0,10,285212672,0,1,1,1,1,1,0), + (25899,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,60,60,347,0,270,0,0,0,5,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-25,34,0,0,0,0,61,61,0,0,0,0,12,12,0,14,43,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,7323,1804,0,0,'Greater Blessing of Sanctuary','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,268435456,0,1,1,1,1,1,0), + (25900,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Stun Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25901,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Weapon Damage 04','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25902,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,364,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,156,0,0,'Holy Shock','','','','','','','','Rank 3','','','','','','','',0,133,0,0,10,2097152,0,1,1,1,1,1,0), + (25903,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,31,0,0,1,0,0,0,0,0,0,0,0,364,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,156,0,0,'Holy Shock','','','','','','','','Rank 3','','','','','','','',0,133,0,0,10,2097152,0,1,1,1,1,1,0), + (25904,0,0,0,0,256,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,'Viscidus Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25905,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Invis Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25906,0,0,0,0,192,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25907,0,0,0,0,0,0,548,0,0,'Spell Blasting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25907,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,131,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,4229,320,0,50,'Spell Blasting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25908,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,4,0,0,0,0,0,1,0,0,5178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15803,0,0,0,0,0,0,0,0,319,54,0,0,'Tranquil Air Totem','','','','','','','','','','','','','','','',8,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (25909,3,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,9,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,366,54,0,0,'Tranquil Air','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,131072,0,1,1,1,1,1,0), + (25910,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25908,0,0,0,0,0,107,54,0,0,'Tranquil Air Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25911,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,278,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,156,0,0,'Holy Shock','','','','','','','','Rank 2','','','','','','','',0,133,0,0,10,2097152,0,1,1,1,1,1,0), + (25912,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,203,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,156,0,0,'Holy Shock','','','','','','','','Rank 1','','','','','','','',0,133,0,0,10,2097152,0,1,1,1,1,1,0), + (25913,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,23,0,0,1,0,0,0,0,0,0,0,0,278,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,156,0,0,'Holy Shock','','','','','','','','Rank 2','','','','','','','',0,133,0,0,10,2097152,0,1,1,1,1,1,0), + (25914,1,0,0,0,327680,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,17,0,0,1,0,0,0,0,0,0,0,0,203,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,135,156,0,0,'Holy Shock','','','','','','','','Rank 1','','','','','','','',0,133,0,0,10,2097152,0,1,1,1,1,1,0), + (25915,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25782,0,0,0,0,0,107,1802,0,0,'Greater Blessing of Might','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25916,1,0,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,60,347,0,260,0,0,0,5,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,61,0,0,0,0,0,12,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,152,1802,0,0,'Greater Blessing of Might','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,268435458,0,1,1,1,1,1,0), + (25917,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25916,0,0,0,0,0,107,1802,0,0,'Greater Blessing of Might','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25918,1,0,1,0,327680,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,347,0,250,0,0,0,5,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,61,0,0,0,0,0,12,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,1805,0,0,'Greater Blessing of Wisdom','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,10,268500992,0,1,1,1,1,1,0), + (25919,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25894,0,0,0,0,0,107,1805,0,0,'Greater Blessing of Wisdom','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25920,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,21177,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25918,0,0,0,0,0,107,1805,0,0,'Greater Blessing of Wisdom','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25921,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21206,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight CASTER R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25922,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21207,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight CASTER R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25923,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21208,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight CASTER R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25924,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21209,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight CASTER R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25925,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21210,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight CASTER R5 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25926,0,0,0,0,256,268435456,4,335544320,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,'Viscidus Frost Weakness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25927,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21201,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight DPS R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25928,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21202,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight DPS R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25929,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21203,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight DPS R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25930,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21204,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight DPS R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25931,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21205,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight DPS R5 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25932,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21196,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight TANK R1 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25933,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21197,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight TANK R2 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25934,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21198,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight TANK R3 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25935,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21199,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight TANK R4 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25936,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21200,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Signet Ring of the Bronze Dragonflight TANK R5 DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25937,4,0,0,0,256,268435456,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7477,56,0,0,'Viscidus Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25938,0,0,0,0,256,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7408,263,0,0,'Viscidus Explode Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25939,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25895,0,0,0,0,0,107,1803,0,0,'Greater Blessing of Salvation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25940,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25304,0,0,0,0,0,222,1,0,0,'Frostbolt','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25941,0,0,0,0,134217984,1024,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,'Well Fed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (25942,1,0,0,0,330112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,1,1,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25943,0,0,0,0,0,0,299,0,0,'Judgement of the Crusader','','','','','','','','','','','','','','','',0,0,0,0,10,536870912,0,0,0,1,1,0,0), + (25943,1,0,0,0,330112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,'Judgement of the Crusader','','','','','','','','','','','','','','','',0,0,0,0,10,536870912,0,0,0,1,1,0,0), + (25944,1,0,0,0,330112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,299,0,0,'Judgement of Justice','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (25945,1,0,0,0,330112,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,1,1,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25944,0,0,0,0,0,0,299,0,0,'Judgement of Justice','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (25946,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25898,0,0,0,0,0,107,1800,0,0,'Greater Blessing of Kings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25947,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,7407,232,232,0,'Infatuation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25948,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25890,0,0,0,0,0,107,1801,0,0,'Greater Blessing of Light','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25949,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,11,15999,0,0,0,0,1,1,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,262144,524288,0,8,1,0,0,0,0,0,0,0,0,299,0,0,'zzOLDImproved Holy Seals','','','','','','','','Rank 4','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (25950,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,19999,0,0,0,0,1,1,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,262144,524288,0,8,1,0,0,0,0,0,0,0,0,299,0,0,'zzOLDImproved Holy Seals','','','','','','','','Rank 5','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (25951,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25899,0,0,0,0,0,107,1804,0,0,'Greater Blessing of Sanctuary','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25952,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,1,0,0,'Reindeer Dust Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25953,0,0,0,21,269549840,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,131,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15713,0,0,0,0,0,0,0,0,7456,1810,122,0,'Summon Blue Qiraji Battle Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25954,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,21153,2692,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21217,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Sagefish Delight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25955,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25954,0,0,0,0,0,222,1,0,0,'Recipe: Sagefish Delight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25956,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,11,0,0,0,0,0,0,0,0,0,205,0,0,'Improved Judgement','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (25957,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-2001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,8388608,0,0,11,0,0,0,0,0,0,0,0,0,205,0,0,'Improved Judgement','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (25958,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25286,0,0,0,0,0,222,856,0,0,'Heroic Strike','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25959,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25289,0,0,0,0,0,222,456,0,0,'Battle Shout','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25960,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25288,0,0,0,0,0,222,562,0,0,'Revenge','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25961,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25290,0,0,0,0,0,222,306,0,0,'Blessing of Wisdom','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25962,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25291,0,0,0,0,0,222,298,0,0,'Blessing of Might','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25963,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25292,0,0,0,0,0,222,70,0,0,'Holy Light','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25964,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25357,0,0,0,0,0,222,964,0,0,'Healing Wave','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25965,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25361,0,0,0,0,0,222,856,0,0,'Strength of Earth Totem','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25966,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25359,0,0,0,0,0,222,856,0,0,'Grace of Air Totem','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25967,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25294,0,0,0,0,0,222,856,0,0,'Multi-Shot','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25968,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25295,0,0,0,0,0,222,856,0,0,'Serpent Sting','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25969,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25296,0,0,0,0,0,222,856,0,0,'Aspect of the Hawk','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25970,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25297,0,0,0,0,0,222,856,0,0,'Healing Touch','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25971,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25298,0,0,0,0,0,222,856,0,0,'Starfire','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25972,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25299,0,0,0,0,0,222,856,0,0,'Rejuvenation','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25973,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25300,0,0,0,0,0,222,856,0,0,'Backstab','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25974,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25347,0,0,0,0,0,222,856,0,0,'Deadly Poison','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25975,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spell Penetration 10','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25976,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25302,0,0,0,0,0,222,856,0,0,'Feint','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25977,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25304,0,0,0,0,0,222,856,0,0,'Frostbolt','','','','','','','','Rank 11','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25978,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25306,0,0,0,0,0,222,856,0,0,'Fireball','','','','','','','','Rank 12','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25979,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25345,0,0,0,0,0,222,856,0,0,'Arcane Missiles','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25980,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25307,0,0,0,0,0,222,856,0,0,'Shadow Bolt','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25981,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25309,0,0,0,0,0,222,856,0,0,'Immolate','','','','','','','','Rank 8','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25982,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25311,0,0,0,0,0,222,856,0,0,'Corruption','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25983,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25314,0,0,0,0,0,222,856,0,0,'Greater Heal','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25984,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25315,0,0,0,0,0,222,856,0,0,'Renew','','','','','','','','Rank 10','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25985,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25316,0,0,0,0,0,222,856,0,0,'Prayer of Healing','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25988,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1820,0,0,'Eye for an Eye','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25989,3,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,105,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,27,0,375,1,0,1,1,0,0,0,0,0,0,0,1312,-41,0,0,0,0,18,18,0,28,28,0,8,8,0,3,33,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7409,263,0,0,'Toxin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (25990,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,20,21,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1789,0,50,'Graccu\'s Mince Meat Fruitcake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25991,3,18,4,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,40,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,375,175,0,1,1,0,0,0,0,0,0,0,1312,412,0,0,0,0,22,22,0,15,15,0,12,12,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,68,0,0,'Poison Bolt Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25992,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,0,0,0,107,1,0,0,'Brood of Nozdormu Factoin +1000','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25993,3,0,0,0,262144,136,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,1049,0,0,0,0,0,24,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7204,636,0,0,'Poison Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (25994,0,0,0,0,336,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'Membrane of Viscidus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25995,0,0,0,0,16,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,77,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,7410,1665,0,0,'Snowball Visual Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25996,0,0,0,0,272,268436480,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,28,0,0,16,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7411,1665,0,0,'Snowball Lasting Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (25997,1,0,0,0,25493504,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7496,1799,0,0,'Eye for an Eye','','','','','','','','Rank 1','','','','','','','',0,0,0,0,10,0,0,1,0,1,1,1,0), + (25998,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Veknis Guardian Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (25999,0,0,0,7,262144,512,1077936128,0,0,144,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,36,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1578,0,50,'Boar Charge','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,2,1,1,1,0), + (26000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7412,1,0,0,'Snowball Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26001,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,103,0,1,1,0,1,1,0,0,0,0,0,0,0,499,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,609,0,0,0,0,0,0,0,107,1,0,0,'Reputation - Ahn\'Qiraj Temple Boss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26002,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26003,0,0,0,0,256,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7408,263,0,0,'Viscidus Suicide Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26004,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,21,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,7414,962,0,0,'Mistletoe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26005,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7413,1,0,0,'Mistletoe Response','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26006,5,0,0,0,65536,136,4,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,801,0,0,1,0,0,0,0,0,0,0,0,3599,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7478,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (26007,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,101,63,0,1,1,0,0,0,0,0,0,0,949,93,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,2069,314,0,0,'Uppercut','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (26008,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,100,0,1,1,0,1,1,0,0,0,0,0,0,0,19,9,0,0,0,0,21,1,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,7415,1784,0,0,'Toast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26009,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7445,1,0,0,'Rotate 360','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26010,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,15699,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Tranquil Mechanical Yeti','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26011,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,15407,15994,7079,18631,10558,0,0,0,1,4,2,2,1,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21277,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Tranquil Mechanical Yeti','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26012,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26011,0,0,0,0,0,107,1,0,0,'Tranquil Mechanical Yeti','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26013,6,0,0,0,612368640,136,5,269484032,4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,958,0,0,'Deserter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26014,0,0,0,0,612368640,268435456,5,1048576,0,0,0,0,0,0,0,0,1,0,0,0,4194304,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,'In Battleground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26015,0,0,0,0,612368640,268435456,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,'Ended Battleground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26016,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26017,0,0,0,0,0,0,1798,0,0,'Vindication','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26017,1,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-11,-11,0,0,0,0,6,6,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6839,1822,0,0,'Vindication','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26018,1,0,1,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-16,-16,0,0,0,0,6,6,0,0,0,0,0,0,0,137,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,6839,1822,0,0,'Vindication','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26019,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,256,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,0,0,0,0,3182,1,0,0,'QAEnchant Boots +8% Speed','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26020,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,1024,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,0,0,0,0,3182,1,0,0,'QAEnchant Gloves +5 Herbalism','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26021,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26018,0,0,0,0,0,0,1798,0,0,'Vindication','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26022,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,3,0,0,0,0,1,1,0,0,0,0,0,0,0,31,172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1797,0,0,'Pursuit of Justice','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26023,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,7,7,0,0,0,0,1,1,0,0,0,0,0,0,0,31,172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1797,0,0,'Pursuit of Justice','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26025,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,31,0,0,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,6,0,75,63,0,1,1,0,0,0,0,0,0,0,462,218,0,0,0,0,22,22,0,15,15,0,13,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,7463,245,0,0,'Impale','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (26027,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,2069,246,0,0,'Knockback','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,0,0,0), + (26029,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,12501,0,0,1,0,0,0,0,0,0,0,0,43749,0,0,0,0,0,24,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7441,213,0,0,'Dark Glare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26030,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,1,1,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18191,0,0,0,0,51,358,0,50,'Windblossom Berries','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26034,0,0,0,0,256,268435456,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-19,-16,0,0,0,0,1,1,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7416,263,0,0,'Viscidus Slowed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26035,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,21,0,0,0,0,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,7418,63,232,0,'Celebrate Good Times!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26036,0,0,0,0,256,268435456,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-44,-31,0,0,0,0,1,1,0,0,0,0,0,0,0,138,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7417,263,0,0,'Viscidus Slowed More','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26038,0,49,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,1,1,31,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26686,0,0,0,0,0,223,83,122,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (26041,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,149,9,0,0,0,0,1,1,1,0,0,0,0,0,0,138,61,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18327,0,0,0,924,957,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26042,5,0,0,5,327680,136,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,60,60,35,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,14,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Psychic Scream','','','','','','','','','','','','','','','',0,133,1500,0,0,0,5,1,1,1,1,1,0), + (26043,0,43,0,0,327696,0,0,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,0,101,0,0,61,61,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,30,0,0,0,0,0,18,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,456,0,50,'Battle Shout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26044,5,0,0,0,0,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,31,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,91,1,1,1,1,1,0,0,0,0,0,0,554,-51,-1,0,11,5,6,6,6,0,0,0,0,0,0,3,33,7,1000,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,1,0), + (26045,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,17202,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15710,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Snowman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26046,5,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,151,0,0,1,0,0,0,0,0,0,0,0,924,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26047,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,735,1,0,0,'Birth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26048,5,19,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,113,0,0,1,0,0,0,0,0,0,0,0,693,0,0,0,0,0,53,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,95,0,0,'Mind Blast','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (26049,5,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,6,0,121,1,0,1,1,0,0,0,0,0,0,0,739,-1,0,0,0,0,22,22,0,15,15,0,10,10,0,0,7,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26050,3,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,2,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,63,0,0,1,0,0,0,0,0,0,0,0,218,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Acid Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26051,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,149,19,0,0,0,0,1,1,1,0,0,0,0,0,0,138,61,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26052,0,0,0,5301,957,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26052,3,18,4,0,0,128,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,36,40,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1001,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Poison Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,15,1,1,1,1,1,0), + (26053,3,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,6,40,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,749,0,0,0,0,0,53,53,0,16,16,0,18,18,0,3,27,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7464,68,0,0,'Noxious Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26054,0,0,0,21,269549840,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,131,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15716,0,0,0,0,0,0,0,0,7456,1812,122,0,'Summon Red Qiraji Battle Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26055,0,0,0,21,269549840,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,131,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15714,0,0,0,0,0,0,0,0,7456,1813,122,0,'Summon Yellow Qiraji Battle Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26056,0,0,0,21,269549840,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,131,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15715,0,0,0,0,0,0,0,0,7456,1811,122,0,'Summon Green Qiraji Battle Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26057,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Pop Dirt Mounds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26058,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15712,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ouro Mounds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26059,2,35,0,0,262160,136,4,0,0,0,0,0,0,0,0,0,1,0,600000,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,1,0,375,0,0,1,0,0,0,0,0,0,0,0,2812,0,0,0,0,0,22,1,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,37,0,50,'Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26060,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15718,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ouro Scarabs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26061,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,15517,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ouro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26062,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,735,1,0,0,'Birth Cast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26063,0,0,0,0,536871184,268435456,4,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,40,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,7422,1137,0,0,'Ouro Submerge Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26064,0,0,0,0,536870928,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,20,20,29,2,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,-44,0,0,0,0,1,1,0,0,0,0,0,0,0,87,138,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7425,1588,0,0,'Shell Shield','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (26065,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,20,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26064,0,0,0,0,0,107,1588,0,50,'Shell Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26066,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,60,60,64,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,0,0,0,15720,0,0,0,0,0,0,0,0,658,1559,0,0,'Defender of the Timbermaw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26067,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15721,0,0,0,0,0,0,0,0,1604,1582,0,0,'Summon Mechanical Greench','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26068,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,199,24,0,0,0,0,1,1,1,0,0,0,0,0,0,138,61,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26052,0,0,0,5301,957,0,0,'Berserk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26069,3,88,1,9,0,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,30,30,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26070,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,8,8,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,11,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (26071,3,99,1,7,1074331648,136,0,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,20,20,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,22,22,0,15,15,0,11,11,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (26072,3,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,6,6,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-86,0,0,0,0,0,22,0,0,15,0,0,11,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6259,157,0,0,'Dust Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26073,2,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,47,0,0,1,0,0,0,0,0,0,0,0,294,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,33,0,0,'Fire Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26074,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7426,1,0,0,'Holiday Cheer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26075,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Set Ouro Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26076,0,0,0,0,134217984,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Save Ouro Health','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26077,3,0,0,0,67371008,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,5,24,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,40,0,0,'Itch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (26078,3,0,4,11,75563008,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,285,0,0,0,0,6,6,0,0,0,0,0,0,0,33,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2716,1759,0,0,'Vekniss Catalyst','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (26079,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,49,79,0,0,0,6,6,6,0,0,0,0,0,0,6,138,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,137,235,0,0,'Cause Insanity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26080,0,0,0,0,65792,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,'Stinger Charge Primer','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (26081,3,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,98,0,201,11,0,1,1,0,0,0,0,0,0,0,899,94,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,7369,457,0,50,'Stinger Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,2,1,1,1,0), + (26082,3,44,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,3,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,98,0,1925,11,0,1,1,0,0,0,0,0,0,0,4537,94,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,7369,457,0,50,'Stinger Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,2,1,1,1,0), + (26083,0,49,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15420,0,101,0,0,36,36,8,1,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-1,-9901,0,0,0,0,1,1,1,0,0,0,0,0,0,23,138,77,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,12,26084,0,0,0,0,0,7428,83,122,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (26084,0,0,0,0,262160,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,77,0,241,0,0,1,0,0,0,0,0,2,0,0,679,0,0,0,0,0,22,1,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7427,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (26085,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,8170,7972,14341,0,0,0,0,6,4,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21340,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Soul Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26086,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14256,12810,20520,14227,0,0,0,0,12,6,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21341,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Felcloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26087,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14256,17012,19726,7078,14227,0,0,0,20,16,8,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21342,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Core Felcloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26088,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26085,0,0,0,0,0,222,1,0,0,'Pattern: Soul Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26089,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26086,0,0,0,0,0,222,1,0,0,'Pattern: Felcloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26090,3,0,0,0,327696,136,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,0,0,0,0,0,34,30,30,0,2,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,11,0,0,1,0,0,0,0,0,0.75,0,0,66,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7429,1582,0,0,'Thunderstomp','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,128,0,1,2,1,1,1,0), + (26091,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26087,0,0,0,0,0,222,1,0,0,'Pattern: Core Felcloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26092,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26093,0,0,0,0,0,0,1,0,0,'Dirt Mound Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26093,3,0,0,10,0,136,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,674,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7430,66,0,0,'Quake','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26094,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,30,30,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26090,0,0,0,0,0,222,1582,0,0,'Thunderstomp','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26095,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26086,0,0,0,0,0,107,41,0,0,'Felcloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26096,0,0,0,0,8388864,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180794,0,0,0,0,0,0,0,0,0,1,0,0,'Jandice Drops Journal DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26097,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,145,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,205,0,0,1,0,0,0,0,0,0,0,0,407,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26098,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,50,'Lightning Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (26099,0,43,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,61,61,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,19,0,0,0,0,22,22,0,30,30,0,18,18,0,79,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26100,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,501,201,0,1,1,0,0,0,0,0,0,0,2249,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,66,0,0,'Ground Rupture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26101,0,0,0,0,256,136,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,'Ground Rupture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26102,3,0,0,0,262160,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,0,0,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1201,1,0,1,1,0,0,0,0,0,0,0,3399,-1,0,0,12,0,54,54,0,0,0,0,24,24,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7431,220,0,0,'Sand Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26103,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,5000,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,751,51,0,1,1,0,0,0,0,0,0,0,2624,99,0,0,0,0,22,22,0,15,15,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,7432,53,0,0,'Sweep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (26104,0,63,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Ouro Submerge Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26105,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Glare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,0,0,0), + (26106,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-600001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268435456,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Genesis Rebirth Bonus','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (26107,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26976,0,0,0,0,0,0,1,0,0,'Symbols of Unending Life Finisher Bonus','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (26108,5,0,1,2,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,27,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7433,48,0,0,'Glimpse of Madness','','','','','','','','','','','','','','','',0,0,0,0,8,16777216,0,1,2,1,1,1,0), + (26109,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,983040,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Conqueror Shout Bonus','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (26110,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,128,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Conqueror Thunder Clap Bonus','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (26111,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,1073741824,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Battlegear of Unyielding Strength Intercept Bonus','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (26112,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-60001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Deathdealer Evasion Bonus','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (26113,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Deathdealer Eviscerate Bonus','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (26114,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Emblems of Veiled Shadows Slice and Dice Bonus','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (26115,0,0,0,0,134217728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4762,1,0,0,'Bruiser Sleeping','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26116,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,4,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Doomcaller Immolate Bonus','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (26117,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Doomcaller Reduced Shadow Bolt Cost','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (26118,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,0,0,0,0,0,0,0,0,108,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,1,0,0,'Implements of Unspoken Names Pet Bonus','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (26119,5,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26121,0,0,0,0,0,0,1,0,0,'Stormcaller Spelldamage Bonus','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (26120,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Increase Nature Dam 50','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26121,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,225,0,0,'Stormcaller\'s Wrath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (26122,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-401,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,256,0,0,10,0,0,0,0,0,0,0,0,0,1,0,0,'Stormcaller Chain Heal Bonus','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (26123,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2,0,0,20,0,0,0,0,0,0,0,0,0,1,0,0,'Gift of the Gathering Storm Chain Lightning Bonus','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (26125,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,2976,1703,0,0,'Horde Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26126,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,0,0,0,0,2976,1704,0,0,'Alliance Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26127,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,128,0,0,4235,0,0,0,0,0,0,0,0,0,1,0,0,'Enigma Blizzard Bonus','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (26128,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26129,0,0,0,0,0,0,1,0,0,'Enigma Resist Bonus','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (26129,3,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,'Enigma\'s Answer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (26130,3,0,1,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,538443776,0,0,1,0,0,0,0,0,0,0,0,0,459,0,0,'Avenger Judgment Bonus','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,1,0,1,1,1,0), + (26131,3,0,1,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,8,0,0,0,0,0,0,0,0,0,459,0,0,'Trappings of Vaulted Secrets Mana Shield Bonus','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,0,1,1,1,0), + (26132,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,128,0,0,9,0,0,0,0,0,0,0,0,0,176,0,0,'Enigma\'s Solitude','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,0,1,1,1,0), + (26133,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180795,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Sandworm Base','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26134,3,0,0,0,0,136,4,256,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,751,0,0,1,0,0,0,0,0,0,0,0,2624,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7434,141,0,0,'Eye Beam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1.5,0,0,0), + (26135,3,0,1,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26975,0,0,0,0,0,0,459,0,0,'Battlegear of Eternal Justice','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,1,0,1,1,1,0), + (26136,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7445,1,0,0,'Rotate -360','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26137,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7453,1,0,0,'Rotate Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26139,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,77,301,1,0,1,1,0,0,0,0,0,0,0,1349,99,0,0,0,0,22,22,22,15,15,15,13,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,66,0,0,'Ground Rupture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26140,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15725,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Hook Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26141,0,0,0,11,327696,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,75,1,0,1,1,0,0,0,0,0,0,0,262,-71,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,23,0,50,'Hamstring','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (26142,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,52,52,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 53','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26143,5,0,0,11,0,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,749,-31,0,0,0,0,6,6,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,0,0), + (26144,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15726,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26145,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15726,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26146,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15726,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26147,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15726,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26148,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15726,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26149,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15726,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26150,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15726,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26151,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15726,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26152,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,45000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26153,0,0,0,0,192,0,0,0,0,145,671588450,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power - Feral (+140)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26154,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 90','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26155,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,58,58,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 59','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26156,0,0,0,0,272,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,61,0,1,0,0,1,0,0,0,0,0,0,0,0,-100,0,0,0,0,0,1,1,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,9735,0,0,0,0,0,0,0,0,1,0,0,'Carapace of C\'Thun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26157,0,0,0,17,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15729,0,0,0,0,0,0,0,0,7435,976,0,0,'PX-238 Winter Wondervolt','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26158,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,59,59,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26159,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,1,0,0,'Gnomeregan Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26160,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,0,0,0,0,1,0,0,'Ironforge Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26161,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,1,0,0,'Stormwind Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26162,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,0,0,0,0,0,1,0,0,'Orgrimmar Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26163,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,0,0,0,0,0,1,0,0,'Darkspear Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26164,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,0,1,0,0,'Undercity Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26165,0,0,0,0,159383808,32,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,0,0,0,0,0,1,0,0,'Thunder Bluff Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26166,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,-101,0,0,0,0,1,1,0,0,0,0,0,0,0,13,123,0,0,0,0,0,0,0,0,0,0,0,0,0,126,124,0,0,0,0,0,0,0,335,1790,0,0,'Obsidian Insight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26167,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,3751,1,0,1,1,0,0,0,0,0,0,0,3124,499,0,0,0,0,22,22,0,15,15,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,7436,1,0,0,'Colossal Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26168,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,1791,0,0,'Chitinous Spikes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (26169,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Oracle Healing Bonus','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (26170,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,285,683,0,50,'Oracular Heal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (26171,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,1,0,0,0,0,0,0,0,0,0,64,0,0,'Increased Renew Duration','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (26172,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,32768,0,0,8,0,0,0,0,0,0,0,0,0,64,0,0,'Infinite Wisdom Shadow Word: Pain Bonus','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (26173,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2048,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Striker\'s Arcane Shot Bonus','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (26174,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-120001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Striker\'s Rapid Fire Bonus','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (26175,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spell Penetration 38','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26176,0,0,0,0,192,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29233,0,0,0,0,0,0,1,0,0,'Unseen Path Pet Bonus','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (26177,0,44,0,0,537198608,1024,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,20,101,1,18,12,12,35,2,35,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,64,0,1,0,0,1,0,0,0,0,0,2,0,0,99,0,0,0,0,6,1,6,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25999,0,0,0,519,1578,0,0,'Charge','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,0,0,0,0,2,1,1,1,0), + (26178,0,44,0,0,537198608,1024,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,20,101,1,28,24,24,35,2,35,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,64,0,1,0,0,1,0,0,0,0,0,3,0,0,179,0,0,0,0,6,1,6,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25999,0,0,0,519,1578,0,0,'Charge','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,0,0,0,0,2,1,1,1,0), + (26179,0,44,0,0,537198608,1024,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,20,101,1,40,36,36,35,2,35,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,64,0,1,0,0,1,0,0,0,0,0,15,0,0,249,0,0,0,0,6,1,6,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25999,0,0,0,519,1578,0,0,'Charge','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,0,2,1,1,1,0), + (26180,3,0,4,10,8454144,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,29,0,0,0,0,0,6,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,12,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7205,1721,0,0,'Wyvern Sting','','','','','','','','','','','','','','','',0,133,0,0,9,0,10,3,2,1,1,1,0), + (26181,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1,0,0,'Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,0,0,0), + (26182,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Burrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26183,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Burrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26184,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,12,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26177,0,0,0,0,0,222,1578,0,0,'Charge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26185,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26178,0,0,0,0,0,222,1578,0,0,'Charge','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26186,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,36,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26179,0,0,0,0,0,222,1578,0,0,'Charge','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26187,3,0,0,0,327696,136,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,0,0,0,0,0,44,40,40,0,2,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,13,0,0,1,0,0,0,0,0,1,0,0,86,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7429,1582,0,0,'Thunderstomp','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,4,128,0,1,2,1,1,1,0), + (26188,3,0,0,0,327696,136,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,0,0,0,0,0,54,50,50,0,2,60,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,19,0,0,1,0,0,0,0,0,2,0,0,114,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7429,1582,0,0,'Thunderstomp','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,128,0,1,2,1,1,1,0), + (26189,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26187,0,0,0,0,0,222,1582,0,0,'Thunderstomp','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26190,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26188,0,0,0,0,0,222,1582,0,0,'Thunderstomp','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26191,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15728,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport Giant Hook Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26192,6,0,1,0,589824,136,4,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,87,0,0,1,0,0,0,0,0,0,0,0,387,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26193,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15472,0,0,0,0,0,0,0,0,811,9,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26194,3,19,0,0,851968,136,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,0,130,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,69,0,0,1,0,0,0,0,0,0,0,0,653,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,687,0,0,'Earth Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26195,6,99,0,0,67371008,0,4,256,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,10,10,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,11,1,1,1,1,1,0,0,0,1,0,0,29,199,99,0,0,0,6,6,6,0,0,0,0,0,0,6,79,138,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7079,235,0,0,'Whisperings of C\'Thun','','','','','','','','','','','','','','','',0,0,0,40,0,0,0,0,0,1,1,1,0), + (26196,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,6,48,0,0,16,0,0,0,12,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7375,155,0,0,'Consume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26197,6,99,0,0,67371008,0,4,256,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,10,10,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,10,1,1,1,1,1,0,0,0,1,0,0,40,199,99,0,0,0,6,6,6,0,0,0,0,0,0,6,79,138,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7079,235,0,0,'Whisperings of C\'Thun','','','','','','','','','','','','','','','',0,0,0,50,0,0,0,0,0,1,1,1,0), + (26198,6,99,0,0,67371008,0,4,256,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,10,10,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,20,1,1,1,1,1,0,0,0,1,0,0,50,199,99,0,0,0,6,6,6,0,0,0,0,0,0,6,79,138,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7079,235,0,0,'Whisperings of C\'Thun','','','','','','','','','','','','','','','',0,0,0,70,0,0,0,0,0,1,1,1,0), + (26199,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15772,0,0,0,0,0,0,0,0,0,976,0,0,'Darkmaster Gandling Christmas Disguise','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26200,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15772,0,0,0,0,0,0,0,0,0,976,0,0,'Christmas Darkmaster Gandling','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26201,0,44,0,0,537198608,1024,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,20,101,1,54,48,48,35,2,35,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,64,0,1,0,0,1,0,0,0,0,0,5,0,0,389,0,0,0,0,6,1,6,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25999,0,0,0,519,1578,0,0,'Charge','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,0,0,0,0,2,1,1,1,0), + (26202,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26201,0,0,0,0,0,222,1578,0,0,'Charge','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26203,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-151,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Spell Penetration 150 Fire Resist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26204,0,0,0,0,192,0,0,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-151,0,0,0,0,0,30,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Spell Penetration 150 Frost Resist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26205,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport Giant Hook Tentacle Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21519,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Mistletoe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26207,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21212,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Fresh Holly','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26208,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,117,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,1,0,0,'Resist Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26209,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15773,0,0,0,0,0,0,0,0,0,976,0,0,'Christmas Cannon Master Willey','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26210,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15774,0,0,0,0,0,0,0,0,0,976,0,0,'Christmas Prince Tortheldrin','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26211,0,0,0,11,327696,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,187,1,0,1,1,0,0,0,0,0,0,0,656,-71,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,23,0,50,'Hamstring','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (26212,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15775,0,0,0,0,0,0,0,0,0,976,0,0,'Christmas Emperor Dagran Thaurissan','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26213,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26217,0,0,0,0,0,0,1,0,0,'Summon Giant Hook Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26214,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15776,0,0,0,0,0,0,0,0,0,976,0,0,'Christmas Warchief Rend Blackhand','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26215,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15777,0,0,0,0,0,0,0,0,0,976,0,0,'Christmas War Master Voone','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26216,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15728,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Giant Hook Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26217,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Giant Hook Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26218,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7407,1794,0,0,'Mistletoe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26219,0,0,0,0,256,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDCreature - Mouth Tentacle Grab Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,0,0,0), + (26220,3,0,0,0,67109120,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26479,0,0,0,0,0,1737,0,0,'Digestive Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,1,1,0), + (26221,0,0,0,0,256,0,8,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15800,0,0,0,0,0,0,0,0,7443,1,0,0,'Exit Stomach','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,1,0,0), + (26222,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,0,1,1,0,0,0,0,0,0,0,18,12,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,331,0,0,'Super Invis','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26224,0,0,0,0,256,0,8,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Exit Stomach','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26225,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,105,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 106','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26226,3,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,14,10,10,35,2,40,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,14,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,253,1586,0,0,'Widow Bite','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,2,2,1,1,0,0), + (26227,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,67,67,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 68','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26228,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,120,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 121','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26229,0,0,0,0,256,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26230,0,0,0,0,256,0,8,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,77,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,22,22,0,7,7,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,1,0,0,'Exit Stomach','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26231,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15796,0,0,0,0,0,0,0,0,0,976,0,0,'Christmas Goraluk Anvilcrack','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26232,0,0,0,0,8388864,268435456,5,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15809,0,0,0,0,0,0,0,0,7446,1,0,0,'Transform C\'Thun -> Phase 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26233,3,0,0,0,159383552,32,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1721,0,0,'Wyvern Sting','','','','','','','','','','','','','','','',0,0,0,0,9,65536,0,0,0,1,1,1,0), + (26234,0,0,0,0,536871184,268435456,4,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7422,1137,0,0,'Submerge Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26235,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7444,1,0,0,'Cthun Vulnerable','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26236,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26237,0,0,0,0,0,0,1,0,0,'Summon Mouth Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26237,0,0,0,0,256,268435456,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Mouth Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26239,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15780,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Human Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26240,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15781,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Human Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26241,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15782,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Dwarf Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26242,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15783,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Dwarf Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26243,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15787,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Goblin Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26244,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15795,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Goblin Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26245,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15784,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Night Elf Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26246,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15794,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Night Elf Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26247,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15786,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Orc Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26248,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15791,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Orc Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26249,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15789,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Tauren Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26250,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15793,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Tauren Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26251,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15785,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Troll Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26252,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15792,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Troll Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26253,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15788,0,0,0,0,0,0,0,0,0,976,0,0,'Winter Reveler - Undead Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26254,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15790,0,0,0,0,0,0,0,0,0,976,0,0,'.Winter Reveler - Undead Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26255,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26256,0,0,0,0,0,0,1,0,0,'Check Reset','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26256,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Check Reset','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26257,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9738,0,0,0,0,0,0,0,0,0,1,0,0,'Check Reset','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26258,6,99,0,0,67371008,0,4,256,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,10,10,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,20,1,1,1,1,1,0,0,0,1,0,0,20,199,99,0,0,0,6,6,6,0,0,0,0,0,0,6,79,138,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7079,235,0,0,'Whisperings of C\'Thun','','','','','','','','','','','','','','','',0,0,0,30,0,0,0,0,0,1,1,1,0), + (26259,6,99,0,0,67371008,0,4,256,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,10,10,29,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,11,1,1,1,1,1,0,0,0,1,0,0,9,199,99,0,0,0,6,6,6,0,0,0,0,0,0,6,79,138,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7079,235,0,0,'Whisperings of C\'Thun','','','','','','','','','','','','','','','',0,0,0,20,0,0,0,0,0,1,1,1,0), + (26260,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,734,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26261,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,734,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1309,0,50,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,735,1,0,0,'Birth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26263,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,2,0,0,0,0,1,1,0,0,0,0,0,0,0,20,21,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1807,0,50,'Dim Sum','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26264,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26265,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,7912,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21536,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Elune Stone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26268,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26264,0,0,0,0,0,0,1,0,0,'Despawn Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26270,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26264,0,0,0,0,0,0,1,0,0,'Despawn Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26271,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7443,1,0,0,'Rocky Ground Impact','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26272,0,0,0,17,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15838,0,0,0,0,0,0,0,0,7435,976,0,0,'PX-238 Winter Wondervolt','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26273,0,0,0,17,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15832,0,0,0,0,0,0,0,0,7435,976,0,0,'PX-238 Winter Wondervolt','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26274,0,0,0,17,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15835,0,0,0,0,0,0,0,0,7435,976,0,0,'PX-238 Winter Wondervolt','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26275,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'PX-238 Winter Wondervolt TRAP','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26276,2,99,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,25,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,633,1808,0,0,'Greater Firepower','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (26277,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,6371,4625,8925,0,0,0,0,0,3,3,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21546,0,0,0,0,0,0,0,0,0,0,0,92,1,0,0,'Elixir of Greater Firepower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26278,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26277,0,0,0,0,0,222,1,0,0,'Recipe: Elixir of Greater Firepower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26279,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12810,7080,7082,15407,14227,0,0,0,6,4,4,2,2,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21278,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Stormshroud Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26280,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26279,0,0,0,0,0,222,1,0,0,'Pattern: Stormshroud Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26281,5,36,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,65,60,60,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,173,0,0,'Taunt','','','','','','','','','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (26282,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,14,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Shoot Tauren Rifleman','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (26283,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spell Penetration 20','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15717,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ouro Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26285,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport Ouro Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26286,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15882,0,0,0,0,0,0,0,7448,1,0,0,'Small Red Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26287,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180795,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Rocky Base','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26290,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,98,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,0,0,0,0,0,0,0,1814,0,0,'Bow Specialization','','','','','','','','Racial Passive','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26291,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,86,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15879,1,0,0,0,0,0,0,0,7448,1,0,0,'Small Blue Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26292,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15880,0,0,0,0,0,0,0,7448,1,0,0,'Small Green Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26293,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15881,0,0,0,0,0,0,0,7448,1,0,0,'Small Purple Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26294,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15884,0,0,0,0,0,0,0,7448,1,0,0,'Small White Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26295,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15883,0,0,0,0,0,0,0,7448,1,0,0,'Small Yellow Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26296,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,0,0,0,1,50,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1661,0,0,'Berserking','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (26297,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,101,0,0,0,0,0,3,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,21,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,0,0,'Berserking','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (26298,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180850,0,0,0,0,0,0,0,0,2641,275,0,0,'Create Firework Rocket Launcher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26299,0,0,0,0,32768,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180859,0,0,0,0,0,0,0,0,2641,1815,0,0,'Create Cluster Rocket Launcher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26300,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180854,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26301,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180854,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26302,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180854,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26303,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180854,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26304,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15872,0,0,0,0,0,0,0,7448,1,0,0,'Blue Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26305,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180851,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26306,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180851,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26307,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180851,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26308,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180851,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26309,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180855,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26310,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180855,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26311,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180855,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26312,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180855,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26313,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180856,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26314,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180856,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26315,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180856,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26316,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180856,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26317,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180857,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26318,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180857,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26319,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180857,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26320,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180857,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26321,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180858,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26322,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180858,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26323,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180858,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26324,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180858,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26325,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15874,0,0,0,0,0,0,0,7448,1,0,0,'Green Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26326,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15875,0,0,0,0,0,0,0,7448,1,0,0,'Purple Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26327,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15873,0,0,0,0,0,0,0,7448,1,0,0,'Red Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26328,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15876,0,0,0,0,0,0,0,7448,1,0,0,'White Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26329,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15877,0,0,0,0,0,0,0,7448,1,0,0,'Yellow Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26331,3,0,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,49,24,0,0,0,22,22,22,30,30,30,13,13,13,138,31,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,95,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26332,0,0,0,0,687866112,268435592,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,549,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1,18,0,0,0,0,0,0,78,12,0,0,0,0,0,0,0,0,0,0,0,0,0,15778,0,15910,0,0,0,0,0,0,7474,1,0,0,'Summon Mouth Tentacle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26333,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15885,0,0,0,0,0,0,0,7448,1,0,0,'Large Blue Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26334,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15886,0,0,0,0,0,0,0,7448,1,0,0,'Large Green Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26335,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15887,0,0,0,0,0,0,0,7448,1,0,0,'Large Purple Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26336,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15888,0,0,0,0,0,0,0,7448,1,0,0,'Large Red Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26337,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15889,0,0,0,0,0,0,0,7448,1,0,0,'Large White Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26338,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,15890,0,0,0,0,0,0,0,7448,1,0,0,'Large Yellow Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26339,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,4001,0,0,1,0,0,0,0,0,0,0,0,7999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7449,1,0,0,'Saurfang\'s Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26340,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Kaldorei Elite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26341,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26339,0,0,0,0,0,0,95,0,50,'Saurfang\'s Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26342,0,0,0,0,159383808,32,1,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,44,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,1,0,0,'Rajaxx Event - Bonus Cenarion Faction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26344,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180854,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, BLUE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26345,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180855,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, GREEN','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26346,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180856,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, PURPLE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26347,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180851,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, RED','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26348,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180857,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, WHITE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26349,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180858,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, YELLOW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26350,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (26351,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180861,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, BLUE BIG','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26352,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180862,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, GREEN BIG','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26353,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180863,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, PURPLE BIG','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26354,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180860,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, RED BIG','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26355,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180864,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, WHITE BIG','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26356,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180865,0,0,0,0,0,0,0,0,0,1,0,0,'Rocket, YELLOW BIG','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26357,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180854,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26358,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180855,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26359,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180856,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26360,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180851,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26361,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180857,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26362,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180858,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26363,3,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,56,56,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,197,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','Rank 7','','','','','','','',0,0,0,0,11,1024,0,1,1,1,1,1,0), + (26364,3,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,1024,0,1,1,1,1,1,0), + (26365,3,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,16,16,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,1024,0,1,1,1,1,1,0), + (26366,3,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,1024,0,1,1,1,1,1,0), + (26367,3,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,1024,0,1,1,1,1,1,0), + (26368,0,0,0,0,384,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'ClearAllo','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26369,3,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,113,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,1024,0,1,1,1,1,1,0), + (26370,3,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,48,48,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,153,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','Rank 6','','','','','','','',0,0,0,0,11,1024,0,1,1,1,1,1,0), + (26373,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,1353,0,0,6,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,22,0,0,7,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,263,1660,0,50,'Lunar Invititation','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26374,0,0,0,0,262160,525312,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Elune\'s Candle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21711,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Lunar Festival Invitation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26376,0,0,0,0,80,1048576,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1024,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20167,0,0,0,0,0,0,146,0,0,'Combo PROC Test','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (26377,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,80,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'My Little PROC','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26378,5,99,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,150,0,0,'Copy of Piercing Screech','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26379,0,0,0,11,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,32,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,22,0,0,15,0,0,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2677,134,0,50,'Piercing Shriek','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,1,1,1,1,1,0), + (26380,0,0,0,0,256,0,4,8196,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7421,1,0,0,'zzOLDSummon Mouth Tentacle Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26381,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,9,4096,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9999,0,0,0,0,18,1,0,16,0,0,12,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7473,252,0,0,'Burrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26382,3,0,0,0,67109120,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,6,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,25,25,25,48,0,0,13,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,'Burrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26383,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15900,0,0,0,0,0,0,0,0,0,976,0,0,'Night Elf Harbinger','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26384,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15899,0,0,0,0,0,0,0,0,0,976,0,0,'Night Elf Lunar Festival Vendor','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26385,5,0,1,0,65536,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,28,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3057,1590,0,50,'Shadowburn','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,1,1,1,1,0), + (26386,6,0,1,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,29,0,95,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,7,0,1,1,0,0,0,0,0,0,0,17,36,0,0,0,0,6,6,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Copy of Moonfire','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (26387,0,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,5,5,40,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,1,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25023,0,0,0,0,7332,1817,0,50,'Copy of Hallow\'s End Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (26388,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7442,1479,0,0,'Glowy (NoColor)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26389,0,59,0,0,671088896,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,100,64,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26390,0,0,0,0,101,1306,0,50,'Moonglow Alcohol','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (26390,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7442,1479,0,0,'Glowy (NoColor)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26391,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,-28,0,0,0,0,0,0,0,0,15901,0,0,0,0,0,0,0,0,7461,1819,0,0,'Tentacle Call','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (26392,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,76,76,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15902,180876,180877,0,0,0,0,0,0,7403,51,0,0,'Omen\'s Moonlight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26393,0,0,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,18,25,0,8,0,0,14,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,7454,1829,0,0,'Elune\'s Blessing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8868,0,0,0,0,0,0,0,0,0,1,0,0,'Elune\'s Blessing (quest credit)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26395,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,71,71,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26396,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15904,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Portal Ground State','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26397,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,8000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26398,0,0,0,0,0,0,1,0,0,'Summon Hook Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26398,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Hook Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26399,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,7,7,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26400,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-71,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,72,331,0,0,'Arcane Shroud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (26401,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,424,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26402,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,734,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1309,0,50,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26403,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,4625,2604,14341,0,0,0,0,4,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21154,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Festive Red Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26404,0,0,0,0,142606592,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Tent Port','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26405,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 57','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26406,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport Cap: Stormwind','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26407,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,4625,2604,14341,0,0,0,0,4,2,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21542,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Festive Red Pant Suit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26408,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport Cap: Ironforge','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26409,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport Cap: Darnassus','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26410,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport Cap: Undercity','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26411,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26403,0,0,0,0,0,222,1,0,0,'Pattern: Festive Red Dress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26412,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport Cap: Thunderbluff','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26413,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26407,0,0,0,0,0,222,1,0,0,'Pattern: Festival Suit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26414,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport Cap: Orgrimmar','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26415,3,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,39,0,0,1,0,0,0,0,0,0,0,0,238,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,97,117,0,0,'Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26416,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4364,2319,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21558,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Small Blue Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26417,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4364,2319,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21559,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Small Green Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26418,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4364,2319,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21557,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Small Red Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26419,3,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,20,20,1,0,0,0,0,0,6,20,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,75,1,0,1,1,0,0,0,0,0,0,0,262,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,7457,636,0,50,'Acid Spray','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (26420,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,4234,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21589,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Large Blue Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26421,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,4234,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21590,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Large Green Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26422,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4377,4234,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21592,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Large Red Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26423,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10505,4304,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21571,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Blue Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26424,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10505,4304,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21574,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Green Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26425,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,10505,4304,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21576,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Red Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26426,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15992,8170,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21714,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Large Blue Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26427,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15992,8170,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21716,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Large Green Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26428,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,33,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15992,8170,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21718,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Large Red Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26429,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26416,0,0,0,0,0,222,1548,0,0,'Schematic: Small Blue Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26430,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26417,0,0,0,0,0,222,1548,0,0,'Schematic: Small Green Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26431,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26418,0,0,0,0,0,222,1548,0,0,'Schematic: Small Red Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26432,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26420,0,0,0,0,0,222,1548,0,0,'Schematic: Large Blue Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26433,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26421,0,0,0,0,0,222,1548,0,0,'Schematic: Large Green Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26434,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26422,0,0,0,0,0,222,1548,0,0,'Schematic: Large Red Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26435,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26423,0,0,0,0,0,222,1548,0,0,'Schematic: Blue Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26436,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26424,0,0,0,0,0,222,1548,0,0,'Schematic: Green Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26437,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26425,0,0,0,0,0,222,1548,0,0,'Schematic: Red Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26438,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26426,0,0,0,0,0,222,1548,0,0,'Schematic: Large Blue Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26439,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26427,0,0,0,0,0,222,1548,0,0,'Schematic: Large Green Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26440,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26428,0,0,0,0,0,222,1548,0,0,'Schematic: Large Red Rocket Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26442,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,9060,9061,10560,10561,0,0,0,0,1,1,1,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21569,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Firework Launcher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26443,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,35,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,9060,9061,18631,10561,0,0,0,0,4,4,2,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21570,0,0,0,0,0,0,0,0,0,0,0,2641,1,0,0,'Firework Cluster Launcher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26444,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26442,0,0,0,0,0,222,1548,0,0,'Schematic: Firework Launcher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26445,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26443,0,0,0,0,0,222,1548,0,0,'Schematic: Firework Cluster Launcher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26446,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,43,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,47,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Player','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26447,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Hive\'Zara Hornets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26448,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Teleport: Moonglade','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26450,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport: Darnassus','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26451,6,0,0,0,268500992,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Teleport: Moonglade (self)','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26452,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport: Ironforge','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26453,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport: Orgrimmar','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26454,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport: Stormwind','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26455,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport: Thunderbluff','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26456,6,0,0,0,268501248,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,10,10,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1660,0,50,'Holiday - Lunar Teleport: Undercity','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (26457,5,0,0,0,536871168,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26458,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,24000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,1875,1,0,1,1,0,0,0,0,0,0,0,6562,249,0,0,0,0,22,22,0,15,15,0,23,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,7393,1677,0,0,'Shock Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26459,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,79,79,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 80','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26460,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,75,75,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 76','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26461,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,142,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 143','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26462,0,0,0,0,256,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,8,0,0,10,0,0,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,7458,63,232,0,'Festival Fortune!','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26463,0,0,0,0,262400,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26465,29286,0,0,0,0,7291,1,0,0,'Mercurial Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26464,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,228,0,0,'Mercurial Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26465,0,0,0,0,150995200,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,'Mercurial Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26467,0,0,0,0,16,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,100,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13567,0,0,0,0,0,196,1826,0,50,'Persistent Shield','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,1,0), + (26468,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Snowman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26469,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,'Summon Snowman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26470,3,0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7459,198,0,50,'Persistent Shield','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (26471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Lunar Festival Port Error','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26472,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,178,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26473,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,366,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1309,0,50,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26474,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,35,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,267,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26475,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,550,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1309,0,50,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26476,3,0,0,0,603979776,136,4,1048576,0,0,0,0,0,0,0,0,1,0,0,0,4718592,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,25,0,0,0,0,0,0,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1737,0,0,'Digestive Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,1,1,0), + (26477,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15910,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Giant Portal Ground State','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26478,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,77,501,1,0,1,1,0,0,0,0,0,0,0,2249,149,0,0,0,0,22,22,22,15,15,15,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,66,0,0,'Ground Rupture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26479,3,0,0,0,67109120,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1737,0,0,'Digestive Acid','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,1,1,0), + (26480,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,340,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26481,0,0,0,0,0,140,1790,0,0,'Badge of the Swarmguard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (26481,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-201,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,738,1827,0,0,'Insight of the Qiraji','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (26483,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180861,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE BIG - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26484,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180861,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE BIG - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26485,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180861,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE BIG - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26486,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180861,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE BIG - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26487,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180861,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, BLUE BIG - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26488,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15911,0,0,0,0,0,0,0,7448,1,0,0,'Large Blue Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26489,0,0,0,0,612368640,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,4194304,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,'Entering Battleground','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26490,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15912,0,0,0,0,0,0,0,7448,1,0,0,'Large Green Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26491,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180862,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN BIG - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26492,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180862,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN BIG - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26493,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180862,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN BIG - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26494,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180862,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN BIG - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26495,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180862,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, GREEN BIG - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26496,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180863,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE BIG - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26497,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180863,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE BIG - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26498,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180863,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE BIG - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26499,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180863,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE BIG - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26500,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180863,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, PURPLE BIG - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26501,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180860,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED BIG - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26502,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180860,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED BIG - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26503,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180860,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED BIG - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26504,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180860,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED BIG - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26505,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180860,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, RED BIG - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26506,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180864,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE BIG - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26507,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180864,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE BIG - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26508,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180864,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE BIG - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26509,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180864,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE BIG - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26510,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180864,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, WHITE BIG - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26511,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180865,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW BIG - D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26512,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180865,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW BIG - N','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26513,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180865,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW BIG - SE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26514,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180865,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW BIG - SW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26515,0,0,0,0,256,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180865,0,0,0,0,0,0,0,0,0,1,0,0,'Cluster Rocket, YELLOW BIG - U','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26516,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15913,0,0,0,0,0,0,0,7448,1,0,0,'Large Purple Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26517,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15914,0,0,0,0,0,0,0,7448,1,0,0,'Large Red Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26518,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15915,0,0,0,0,0,0,0,7448,1,0,0,'Large White Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26519,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15916,0,0,0,0,0,0,0,7448,1,0,0,'Large Yellow Firework Cluster','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26520,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15892,0,0,0,0,0,0,0,0,0,976,0,0,'Night Elf Lunar Festival Emissary','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (26521,0,0,0,0,0,0,0,0,0,0,0,0,0,1352,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,15918,0,0,0,0,0,0,0,7448,1,0,0,'Lucky Lunar Rocket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26522,0,0,0,0,0,0,0,256,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,22,0,0,8,0,0,9,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7458,1828,0,0,'Lunar Fortune','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26523,0,0,0,0,159383808,32,1,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,1,0,0,'Rajaxx Event - Bonus Cenarion Faction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26524,0,0,0,0,256,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sand Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26525,3,0,0,0,536871296,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,25,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1,0,0,'True Fulfillment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26526,3,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,49,39,0,0,0,25,25,25,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,7,11,12,0,0,0,0,0,0,0,1,0,0,'True Fulfillment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26527,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,249,74,19,0,0,0,1,1,1,0,0,0,0,0,0,13,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26528,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,'Summon Reindeer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26529,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,17202,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15706,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Reindeer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26530,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Reindeer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26531,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,'Copy of Summon Snowman','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26532,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,'Summon Helper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26533,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,17202,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15698,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Helper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26534,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Helper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26536,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,17202,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15705,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Helper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26537,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Helper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26538,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,77,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,1,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15555,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Hive\'Zara Larva','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26539,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,77,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,1,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15555,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Hive\'Zara Larva','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26540,6,0,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,32,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,161,0,0,1,0,0,0,0,0,0,0,0,719,0,0,0,0,0,28,0,0,0,0,0,18,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5780,1485,0,0,'Starfall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26541,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,'Summon Helper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26542,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26543,0,0,0,0,0,0,1,0,0,'Sprint','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26543,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sprint','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26544,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Omen, self damage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26545,3,0,0,0,16777600,0,0,196608,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,0,1,1,1,0), + (26546,5,0,0,0,589824,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,134,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,151,0,0,1,0,0,0,0,0,0,0,0,424,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Storm','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,0,0,0), + (26548,0,0,0,0,4259856,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,31,0,0,0,0,0,4,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,251,0,0,'Impale','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,2,2,1,1,1,0), + (26550,3,35,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,187,187,0,1,1,0,0,0,0,0,0,0,656,656,0,0,0,0,16,28,0,0,0,0,13,13,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,125,141,0,0,'Lightning Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26552,3,0,0,0,536870912,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,50000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,15,15,0,11,11,0,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7466,1677,0,0,'Nullify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26553,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Choose Random Powers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26554,3,0,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,109,0,0,1,0,0,0,0,0,0,0,0,305,0,0,0,0,0,22,0,0,15,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7386,42,0,0,'Thunderclap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (26555,5,0,0,0,589824,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,637,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Storm','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,0,0,0), + (26556,3,0,0,0,2048,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,64,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26557,0,0,0,0,0,1712,692,0,0,'Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26557,3,0,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,225,0,0,1,0,0,0,0,0,0,0,0,1007,0,0,0,0,0,56,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,692,0,0,'Plague Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (26558,2,0,0,0,0,0,0,256,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1501,0,0,1,0,0,0,0,0,0,0,0,14249,0,0,0,0,0,16,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7479,184,0,0,'Meteor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26559,5,0,0,0,536871168,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26561,0,0,0,0,16,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,1,0,0,0,0,5,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,98,58,0,1,1,0,1,1,0,0,0,0,0,0,0,349,299,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,4259,457,0,50,'Berserker Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (26564,0,0,0,0,256,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,77,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15922,0,0,0,0,0,0,0,0,0,263,0,0,'Summon Viscidus Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26565,1,0,0,0,8454144,0,4,0,0,0,134217728,0,0,0,0,0,1,0,0,15,0,0,0,101,0,65,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,5499,0,0,1,0,0,0,0,0,0,0,0,47250,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,241,0,50,'Heal Brethren','','','','','','','','','','','','','','','',0,133,1500,0,6,4096,0,1,0,1,1,1,0), + (26569,0,0,0,0,536871312,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26570,0,0,0,0,8388992,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Prophet Skeram Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26573,1,932,0,0,65536,268435592,0,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,20,20,31,0,135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,18,0,0,16,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5600,51,0,50,'Consecration','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,10,32,0,1,1,1,1,1,0), + (26574,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20116,0,0,0,0,0,107,51,0,0,'Consecration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26575,3,0,0,0,64,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25989,0,0,0,0,0,0,263,0,0,'Toxin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26577,3,0,0,0,256,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15925,0,0,0,0,0,0,0,0,0,263,0,0,'Summon Toxic Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26580,5,0,1,5,1073807360,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,8,8,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,11,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (26584,3,0,0,0,256,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7409,263,0,0,'Summon Toxic Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (26585,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Toxic Slimes','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26586,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7465,1,0,0,'Birth','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26587,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Scarab Coffer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26588,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Opening Greater Scarab Coffer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26589,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Cancel True Fulfillment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26590,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15933,0,0,0,0,0,0,0,0,7080,1737,0,0,'Summon Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26591,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport Image','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26592,0,0,0,0,65936,268468224,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,8,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1680,0,0,'Bestial Wrath','','','','','','','','','','','','','','','',0,133,0,0,9,0,0,0,0,1,1,1,0), + (26594,0,0,0,0,671088912,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,1137,0,0,'Despawn Base','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26601,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,13,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1501,1,0,1,1,0,0,0,0,0,0,0,2249,499,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Poison Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26602,0,0,0,0,384,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,38,37,0,0,0,0,0,0,0,0,0,0,0,0,0,11,114,0,0,0,0,0,0,0,0,1,0,0,'Immune Effect: Taunt & AttackMe','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26603,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Initialize Twin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26604,0,0,0,0,134218048,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,331,0,0,'Hallucination Invisibility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26607,4,0,0,0,0,136,4,256,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,27,0,225,1,0,1,1,0,0,0,0,0,0,0,1387,-31,0,0,0,0,28,28,0,0,0,0,13,13,0,3,33,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,0,'Blizzard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26608,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Globs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26613,0,1152,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,32,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,31,6,0,1,1,0,1,1,0,0,0,0,0,0,0,349,-101,0,0,0,0,6,6,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,39,559,0,50,'Unbalancing Strike','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,2,2,1,1,1,0), + (26615,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,149,24,0,0,0,0,1,1,1,0,0,0,0,0,0,138,61,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26617,0,0,0,5301,957,0,0,'Berserk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26616,0,63,0,0,4259856,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,13,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,1,1,0,1,1,0,0,0,0,0,0,0,5999,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,7480,251,0,0,'Boulder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,1,1,0), + (26617,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15712,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ouro Mound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Worms','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26619,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ouro Scarabs Periodic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26620,0,0,0,0,256,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,64,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,22,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15962,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSpawn Vekniss Hatchlings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26621,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDContinuous Vekniss Hatchlings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26622,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7468,1,0,0,'Elune\'s Candle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26623,0,0,0,0,262144,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7469,1,0,0,'Elune\'s Candle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26624,0,0,0,0,262144,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7470,1,0,0,'Elune\'s Candle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26625,0,0,0,0,262144,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7471,1,0,0,'Elune\'s Candle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26626,0,0,0,0,384,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mana Burn Area','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26627,0,0,0,0,687866240,168,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26628,0,0,0,0,8388992,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Twin Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26629,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,138,140,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6482,1661,0,0,'ZZOLDBerserk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26630,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,17,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15962,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Vekniss Hatchlings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26631,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,17,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15962,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Vekniss Hatchlings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26632,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,17,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15962,0,0,0,0,0,0,0,0,0,1,0,0,'Spawn Vekniss Hatchlings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26633,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26634,0,0,0,0,0,0,1,0,0,'Glob Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26634,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Glob Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26635,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,3,0,1,0,0,0,0,0,0,101,0,0,0,0,1,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,21,1,1,1,1,1,0,0,0,0,0,0,9,4,4,0,0,0,1,1,1,0,0,0,0,0,0,138,140,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1661,0,0,'Berserking','','','','','','','','Racial','','','','','','','',0,0,0,0,0,0,0,0,2,1,1,1,0), + (26636,0,0,0,0,262144,1024,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7470,1,0,0,'Elune\'s Candle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26637,0,0,0,0,536871312,268435592,4,2147483648,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,487,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,0,15,0,0,12,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26638,0,0,0,0,384,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1499,0,0,'Twin Teleport Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26639,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7388,55,0,0,'Drain Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26640,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDSet Dirt Mounds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26641,5,0,1,5,1073741824,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,113,0,0,'Aura of Fear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (26642,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26061,0,0,0,0,0,0,1,0,0,'Summon Ouro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26643,6,0,1,0,589824,136,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,20,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,173,0,0,1,0,0,0,0,0,0,0,0,775,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26644,0,0,0,0,256,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Instakill Reset','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26646,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7475,1,0,0,'Buru Egg Trigger Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26647,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Mana Regen','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26648,0,0,0,0,256,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Port Out Stomach Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26649,0,0,0,0,262144,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,81,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7476,1,0,0,'Elune\'s Candle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26650,1,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,407,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,'Blessing of Light','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (26651,0,0,0,0,384,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1833,0,0,'Execute','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,0,0), + (26652,0,971,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,40,40,1,1,300,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,121,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,84,0,0,0,0,6,6,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,39,564,0,50,'Copy of Mortal Strike','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (26653,0,0,0,0,262160,0,541065344,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3136,515,0,50,'Copy of Sweeping Strikes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,0,1,1,0), + (26654,0,0,0,0,262160,0,4194432,262656,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3136,515,0,50,'Sweeping Strikes','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (26655,0,330,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,1,0,3000,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15666,0,0,0,0,0,0,0,0,7456,1809,122,0,'Summon Black Qiraji Battle Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26656,0,0,0,21,17891600,0,0,0,0,0,0,0,0,0,0,0,14,0,0,1,8,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1809,122,0,'Summon Black Qiraji Battle Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26658,0,0,0,0,2097536,131072,67108864,196608,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,10,1,1,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,0,0,'Threat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26659,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,129,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,18,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sam\'s Test Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26662,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,149,24,0,0,0,1,1,1,0,0,0,0,0,0,79,138,61,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7481,95,0,0,'Berserk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26663,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,1794,0,0,'Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26664,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7482,1864,0,0,'The Power of Friendship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26665,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21975,0,0,0,0,0,0,0,0,0,0,0,7486,1,0,0,'Receive Object of Affection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26666,0,0,0,0,0,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,201,53,0,0,'Dmg Shield2','','','','','','','','','','','','','','','',0,133,0,0,7,256,0,0,0,1,1,1,0), + (26667,0,0,0,0,537133056,0,603979776,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg8','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (26668,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21816,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26670,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21818,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26671,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21819,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26672,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21821,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26673,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21823,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26674,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21822,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26675,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21820,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26676,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21817,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26677,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,147,1597,0,0,'Cure Poison','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (26678,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Heart Candy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26680,0,0,0,0,763363328,2080,16385,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,21815,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7491,1849,0,0,'Adored','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26681,0,1142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7487,1847,0,0,'Cologne','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (26682,0,1142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7487,1846,0,0,'Perfume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26683,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Get Gosssip, Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26684,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Get Gossip, Male','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26685,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Get Gossip, Female','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26686,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,77,0,241,0,0,1,0,0,0,0,0,0,0,0,1079,0,0,0,0,0,22,1,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7427,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (26687,1,0,0,0,0,0,1,0,0,0,0,32768,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,18,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,121,0,0,'Revall','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26690,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 110','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26693,5,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,23,0,0,1,0,0,0,0,0,0,0,0,140,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7293,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (26694,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 59','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26695,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26696,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 61','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26697,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 63','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26698,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 64','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26699,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 66','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26700,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 67','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26701,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 69','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26702,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 70','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26703,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Fire Dam 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26704,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 56','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26705,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 57','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26706,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 59','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26707,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26708,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 61','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26709,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 63','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26710,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 64','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26711,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 66','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26712,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 67','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26713,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 69','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26714,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 70','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26715,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Arcane Dam 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26716,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 56','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26717,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 57','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26718,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 59','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26719,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26720,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 61','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26721,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 63','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26722,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 64','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26723,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 66','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26724,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 67','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26725,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 69','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26726,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 70','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26727,4,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Frost Dam 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26728,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,55,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 56','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26729,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 57','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26730,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,58,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 59','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26731,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26732,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,60,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 61','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26733,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,62,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 63','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26734,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 66','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26735,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,66,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 67','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26736,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 70','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26737,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Shadow Dam 72','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26740,0,0,0,1,0,0,268435456,0,0,0,0,0,64,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2856,332,0,0,'Gnomish Mind Control Cap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26743,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,175603,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1149,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon +20 Spirit','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26744,3,0,0,0,336,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24320,0,0,0,0,0,0,163,0,0,'Poisonous Blood','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26748,3,0,0,0,8388880,32,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1721,0,0,'Wyvern Sting','','','','','','','','Rank 1','','','','','','','',0,0,0,0,9,65536,0,0,0,1,1,1,0), + (26766,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26767,0,0,0,0,0,0,1,0,0,'Summon Giant Eye Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26767,0,0,0,0,536871168,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Giant Eye Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26768,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15334,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Giant Eye Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26769,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Eye Tentacles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26787,0,0,0,0,536871168,268533896,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,37,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1677,0,0,'Nullify','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (26789,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,43,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,53,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7479,184,0,0,'Shard of the Fallen Star','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26792,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,175603,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon +15 Agility','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26793,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,175603,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon +22 Intellect','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26802,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,170,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1720,0,0,'Detect Amore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26814,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,186,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 187','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26837,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16006,0,0,0,0,0,0,0,0,0,1,0,0,'Summon InCombat Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26838,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn InCombat Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26846,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181084,0,0,0,0,0,0,0,0,7488,1,0,0,'Picnic Blanket','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26868,0,0,0,0,400,0,0,0,0,0,0,16384,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,33,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,6139,1,0,0,'Opening','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26869,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4097,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,300000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27657,0,0,0,0,0,7489,1850,0,0,'Amorous','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26870,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27742,0,0,0,0,0,0,1840,0,0,'Amorous Timer, Standard Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26879,0,0,0,0,150995200,1056,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7541,1,0,0,'Remove Amorous','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26886,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,0,'Hate to 75%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26898,0,0,0,0,763363328,168,16389,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,21815,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7490,1853,0,0,'Heartbroken','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26899,0,0,0,0,4194560,525312,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7533,1,0,0,'Give Friendship Bracelet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26901,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21979,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Common, Darnassus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26921,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22260,0,0,0,0,0,0,0,0,0,0,0,7532,1,0,0,'Cancel Heartbroken, Create Bracelet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (26923,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,1794,0,0,'Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26924,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,1794,0,0,'Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26972,0,0,0,0,268435472,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,16,0,0,0,0,0,0,0,0,1000000000,0,0,0,0,0,0,0,0,11325,0,0,0,0,0,0,0,0,74,29,0,0,'Summon Panda Cub','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26973,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22114,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create BlizzCon Prize (Euro)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26974,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13583,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Korea Invitational Prize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (26975,1,0,0,0,537133056,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5560,206,0,0,'Battlegear of Eternal Justice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26976,3,0,0,0,537133056,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,32,493,0,0,'Symbols of Unending Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (26977,2,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,3,0,0,0,0,0,1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,22,0,0,15,0,0,11,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,3959,876,0,0,'Curse of the Elemental Lord','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (27027,0,0,0,0,8388992,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Cancel Creeping Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27035,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,100,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,19,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6560,1462,0,0,'Sword Specialization (OLD)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27037,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,154,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,'Stealth +8','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27038,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27039,0,0,0,0,0,0,67,0,0,'Increased Pet Health +3%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27039,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,5,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Increased Pet Health +3%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27042,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Increased Pet Crit +2%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27043,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27042,0,0,0,0,0,0,67,0,0,'Increased Pet Crit +2%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27057,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18335,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2581,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Test Black Diamond','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27058,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18335,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2581,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Test Black Diamond AGAIN','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27059,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,18335,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2581,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Test Black Diamond Debug','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27093,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,175603,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon +15 Strength','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27098,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,12808,0,0,0,0,0,0,4,4,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1899,0,0,0,0,0,0,0,0,3182,241,0,0,'Copy of Enchant Weapon - Unholy Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27100,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,12808,0,0,0,0,0,0,4,4,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1899,0,0,0,0,0,0,0,0,3182,241,0,0,'Copy of Enchant Weapon - Unholy Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27102,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1899,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon Unholy','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27104,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon Lifestealing','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27105,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1896,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLD - QAEnchant 2H Weapon +9 Damage','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27106,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,0,0,0,0,0,0,2,10,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1897,0,0,0,0,0,0,0,0,3182,241,0,0,'Copy of Enchant Weapon - Superior Striking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27107,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1048608,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1891,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Chest +4 Stats','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27108,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2615,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +20 Frost Damage','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27109,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2616,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +20 Fire Damage','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27110,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2614,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +20 Shadow Damage','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27111,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2617,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +30 Healing','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27112,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2564,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +15 Agility','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27113,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2613,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +2% Threat','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27114,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +5 Skinning','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27115,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2565,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Bracer +4 Mana5','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27116,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,512,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2566,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Bracer +24 Healing','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27117,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,64,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,863,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Shield +2% Block Chance','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27118,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2619,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Cloak +15 Fire Resistance','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27119,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2620,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Cloak +15 Nature Resistance','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27120,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Cloak +8 Stealth','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27121,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2621,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Cloak -2% Threat','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27122,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,65536,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2622,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Cloak +1% Dodge','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27123,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1897,0,0,0,0,0,0,0,0,3182,241,0,0,'zzOLD - QAEnchant Weapon +5 Damage','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27146,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22047,22046,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22048,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Left Piece of Lord Valthalak\'s Amulet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27177,5,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,23,12,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7497,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27178,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16066,0,0,0,0,0,0,0,0,0,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27183,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27184,0,1139,0,0,256,0,128,0,0,0,0,0,0,1354,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,38,0,32,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181045,0,0,0,0,0,0,0,0,703,1,0,0,'Summon Mor Grayhoof DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27190,0,1139,0,0,256,0,128,0,0,0,0,0,0,1355,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,38,0,32,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181045,0,0,0,0,0,0,0,0,703,1,0,0,'Summon Isalien DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27191,0,1139,0,0,256,0,128,0,0,0,0,0,0,1356,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,38,0,32,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181045,0,0,0,0,0,0,0,0,703,1,0,0,'Summon Jarien and Sothos DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27192,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7501,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27193,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7502,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27194,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7503,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27195,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7504,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27196,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7505,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27197,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7506,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27198,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7507,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27199,5,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7508,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27200,5,0,0,0,8388864,268435456,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,34816,100,1,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7509,173,0,0,'Defile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27201,0,1139,0,0,256,0,128,0,0,0,0,0,0,1357,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,38,0,32,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181045,0,0,0,0,0,0,0,0,703,1,0,0,'Summon Kormok DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27202,0,1139,0,0,256,0,128,0,0,0,0,0,0,1358,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,38,0,32,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181045,0,0,0,0,0,0,0,0,703,1,0,0,'Summon Lord Valthalak DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27203,0,1139,0,0,256,0,128,0,0,0,0,0,0,1359,0,0,1,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,38,0,32,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181051,0,0,0,0,0,0,0,0,703,1,0,0,'Summon Various DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27204,0,0,1,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,0,100,1,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-100,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,2147483648,0,0,10,0,0,0,0,0,0,0,0,4600,83,0,50,'QADebug Instant Cast','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,1,0), + (27205,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,5,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,67,0,0,'Increased Pet Damage +3%','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,0,0), + (27206,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27205,0,0,0,0,0,0,67,0,0,'Increased Pet Damage +3%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27208,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,5,0,0,0,0,0,0,0,0,142,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67,0,0,'Increased Pet Armor +10%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27225,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27208,0,0,0,0,0,0,67,0,0,'Increased Pet Armor +10%','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27241,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16069,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Gurky','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27242,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22178,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Stormwind Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27244,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22160,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Ironforge Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27245,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22159,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Darnassus Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27246,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22163,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Undercity Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27247,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22161,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Orgrimmar Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27248,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22162,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Thunder Bluff Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27249,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16066,0,0,0,0,0,0,0,0,2596,71,0,0,'Summon Spectral Assassin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27254,0,19,0,0,537133056,0,67108864,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg8','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (27255,0,0,0,0,537133056,0,603979776,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg9','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (27258,0,0,0,0,537133056,0,603979776,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg10','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (27261,0,0,0,0,537133056,0,603979776,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2999999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,0,0,'dmg11','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (27286,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,100,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7512,548,0,0,'Shadow Wrath','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1.5,1,0,0), + (27287,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,16,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,77,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,22,22,0,15,15,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7513,96,0,0,'Energy Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27288,0,0,0,0,150995200,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7388,96,0,0,'Energy Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27289,0,0,0,0,150994944,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,343,96,0,0,'Energy Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27290,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,222,1,0,0,'Increase Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27291,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7514,1845,0,0,'Summon Magic Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27338,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1024,0,2,0,0,375,0,0,1,0,0,0,0,0,0,0,0,1312,0,0,0,0,0,53,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7515,542,0,0,'Shadow Staff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27360,0,0,0,0,256,4,1,0,0,0,0,0,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16073,0,0,0,0,0,0,0,0,788,1,0,0,'Instill Lord Valthalak\'s Spirit DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27382,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27383,0,0,0,0,0,0,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (27383,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7516,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (27418,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,45,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,321,0,50,'Warrior\'s Resolve','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (27419,1,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27418,0,0,0,0,0,0,321,0,50,'Warrior\'s Resolve','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,0,1,1,1,0), + (27420,0,0,0,0,16777488,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,50,50,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,30,0,0,17,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,50,'Ectoplasmic Distiller','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (27429,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5801,0,0,0,0,0,0,0,0,340,266,0,0,'Copy of Summon Party Bot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,5,0,0,0,0,0,1,0,0,0,0,9061,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,32,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181057,0,0,0,0,0,0,0,0,340,266,0,0,'Ectoplasmic Distiller','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27498,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27499,0,0,0,0,0,0,1,0,0,'Crusader\'s Wrath','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (27499,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,94,94,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,969,1677,0,0,'Crusader\'s Wrath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27503,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21980,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Common, Ironforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27504,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22155,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Darnassus Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27505,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22164,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Common, Orgrimmar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27506,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22154,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Ironforge Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27507,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22156,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Orgrimmar Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27509,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21981,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Common, Stormwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27510,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21975,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Stormwind Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27511,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22165,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Common, Thunder Bluff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27512,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22166,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Reward AND Quest Object, Common, Undercity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27513,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22158,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Thunder Bluff Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27514,6,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,15,0,50,'Mana Reduction 3%','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (27515,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22157,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Undercity Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27516,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spell Penetration 6','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27517,0,1139,0,0,256,0,0,0,0,0,0,0,0,1360,0,0,4,0,0,15,0,0,0,101,0,0,0,0,6,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,38,0,32,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181058,0,0,0,0,0,0,0,0,703,1,0,0,'Summon Thelrin DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27518,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,1,0,1,1,0,0,0,0,0,0,0,-11,-1,0,0,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Spell Damage Reduction','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27519,0,0,0,0,150995200,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22167,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Common, Darnassus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27520,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22168,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Common, Ironforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27521,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,81920,2,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23684,0,0,0,0,0,0,548,0,0,'Copy of Aura of the Blue Dragon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27522,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,340,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18350,0,0,0,0,0,0,548,0,0,'Mana Drain Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27523,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22169,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Common, Orgrimmar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27524,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22171,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Common, Thunder Bluff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27525,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22170,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Common, Stormwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,8,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'Mana Drain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27527,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,250,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1201,0,0,1,0,0,0,0,0,0,0,0,7399,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,962,0,0,'Healing Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27529,0,0,0,0,150994944,32,16384,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22172,0,0,0,0,0,0,0,0,0,0,0,7493,1,0,0,'Receive Quest Object, Common, Undercity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27530,3,571,0,0,65536,140,4718592,0,0,1073741824,0,64,0,0,0,0,1,0,0,0,0,31788,0,101,0,0,20,20,1,0,500,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,27,0,1,1,0,1,1,0,0,0,0,0,0,0,499,-68,0,0,0,0,28,28,0,0,0,0,14,14,0,3,138,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4346,220,0,0,'Hurricane','','','','','','','','','','','','','','','',0,133,0,0,7,4194304,0,1,1,1,1,1,0), + (27532,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,90,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,64,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (27533,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,4059,16,0,0,'Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (27534,4,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,4060,181,0,0,'Frost Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (27535,5,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,343,89,0,0,'Shadow Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (27536,5,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1726,453,0,0,'Holy Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (27537,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22048,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Lord Valthalak\'s Amulet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27538,3,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,343,19,0,0,'Nature Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (27539,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,30,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Obsidian Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27540,6,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,201,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,1726,191,0,0,'Arcane Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (27541,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,1794,0,0,' Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27542,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22047,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Top Piece of Lord Valthalak\'s Amulet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27543,3,39,0,0,33882128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,36,87,0,0,0,0,0,0,0,0,0,0,0,0,0,14,1,0,0,0,0,0,0,0,4227,107,131,0,'Bear Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27544,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21984,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Left Piece of Lord Valthalak\'s Amulet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27545,3,39,0,0,33882128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,99,0,0,0,0,1,1,0,0,0,0,0,0,0,36,138,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,4228,107,131,0,'Cat Form','','','','','','','','Shapeshift','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27546,0,0,0,0,327696,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-51,0,0,0,0,1,1,0,0,0,0,0,0,0,56,87,0,0,0,0,0,0,0,0,0,0,0,0,0,16083,126,0,0,0,0,0,0,0,653,111,122,0,'Faerie Dragon Form','','','','','','','','','','','','','','','',0,133,0,0,7,536870912,0,0,0,1,1,1,0), + (27547,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,1794,0,0,'Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27548,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,1794,0,0,'Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27549,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,1794,0,0,'Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27550,0,0,0,0,612368640,136,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7483,1794,0,0,'Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27551,0,0,0,0,262160,0,0,0,0,8192,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-301,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,960,0,50,'Demoralizing Roar','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (27552,0,0,0,0,4194304,1024,0,32768,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7520,1,0,0,'Cupid\'s Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27553,0,0,0,0,16,0,0,0,0,8192,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,31,6,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7521,261,0,0,'Maul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (27554,0,85,0,0,262160,512,4096,0,0,8192,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,1562,0,0,'Swipe','','','','','','','','','','','','','','','',0,133,1500,0,7,2048,0,2,2,1,1,1,0), + (27555,0,0,0,15,16,0,0,8,0,16384,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,301,1,0,1,1,0,0,0,0,0,0,0,599,-76,0,0,0,0,6,6,0,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,750,494,0,0,'Shred','','','','','','','','','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (27556,0,0,0,15,16,0,0,8,0,16384,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,2,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,101,1,0,1,1,0,0,0,0,0,0,0,199,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,494,0,0,'Rake','','','','','','','','','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (27557,0,0,0,0,262160,0,0,0,0,16384,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,1749,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6587,1680,0,0,'Ferocious Bite','','','','','','','','','','','','','','','',0,133,1000,0,7,8388608,0,2,2,1,1,1,0), + (27558,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22050,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Isalien\'s Brazier of Beckoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27559,3,0,1,9,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,27,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7522,232,0,0,'Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27560,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22049,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Mor Grayhoof\'s Brazier of Beckoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27561,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27559,0,0,0,0,0,0,548,0,0,'Silence Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27562,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22052,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Kormok\'s Brazier of Beckoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27563,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22051,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Jarien & Sothos\'s Brazier of Beckoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27564,0,54,1,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,33,33,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6379,87,0,0,'Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27565,5,0,1,18,1073807360,65536,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,1,0,100,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,6,6,0,0,0,0,0,0,0,12,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,1305,96,0,0,'Banish','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (27566,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22056,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Lord Valthalak\'s Brazier of Beckoning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27567,3,85,0,0,589824,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7523,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (27568,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7524,51,0,0,'Picnic Blanket Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27569,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,225,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7525,51,0,0,'Flower Shower','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27570,0,0,0,0,16,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,7,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16085,0,0,0,0,0,0,0,0,0,29,0,0,'Summon Peddlefeet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27571,0,0,0,0,256,1024,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7526,1848,0,0,'Cascade of Roses','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27572,0,0,0,0,4194304,1024,0,32768,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,14,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,25,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7520,288,0,0,'Smitten','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27573,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4718600,0,0,101,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7528,1,0,0,'Picnic Feast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27575,0,0,0,0,134217984,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,15,4126,15406,0,101,0,0,0,0,6,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7530,358,0,0,'Picnic Feast Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27577,0,872,0,0,537198608,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,52,52,0,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20615,0,0,0,0,29,516,0,0,'Intercept','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,2,1,1,0,0), + (27578,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,61,52,52,4,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,1,0,0,184,0,0,0,0,0,20,0,0,0,0,0,9,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,456,0,50,'Battle Shout','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,4,65536,0,1,1,1,1,1,0), + (27579,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,64,54,54,9,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,-1,0,0,-141,0,0,0,0,0,22,0,0,15,0,0,13,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,282,0,0,'Demoralizing Shout','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,4,131072,0,1,1,1,1,1,0), + (27580,0,971,0,0,327696,134218240,0,1024,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,0,0,0,60,60,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,121,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,159,0,0,0,0,6,6,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,39,564,0,50,'Mortal Strike','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,4,33554432,0,2,2,1,1,1,0), + (27581,0,109,0,3,327696,134218240,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,18,18,1,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,398,560,0,50,'Disarm','','','','','','','','','','','','','','','',0,133,1500,0,4,0,0,2,2,1,1,1,0), + (27582,0,0,0,0,2064,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27583,0,0,0,0,0,2716,122,0,0,'Dirk\'s Rememberin\' Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27583,0,0,0,0,2048,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,0,0,'Dirk\'s Rememberin\' Poison Effect DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27584,0,0,0,0,327696,134218240,0,1032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,54,54,8,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,6,0,1,1,0,1,1,0,0,0,0,0,0,0,44,-51,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,23,0,50,'Hamstring','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,4,0,0,2,2,1,1,1,0), + (27585,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22202,12655,7076,0,0,0,0,0,14,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22197,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Heavy Obsidian Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27586,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22203,22202,12655,7076,0,0,0,0,8,24,8,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22198,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Jagged Obsidian Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27587,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22203,22202,12655,7076,12364,0,0,0,18,40,12,10,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22196,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Thick Obsidian Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27588,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22202,12810,0,0,0,0,0,0,14,4,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22195,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Light Obsidian Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27589,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22203,22202,12810,13512,0,0,0,0,8,24,8,1,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22194,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Black Grasp of the Destroyer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27590,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22203,22202,12810,12809,12800,0,0,0,15,36,12,10,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22191,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Obsidian Mail Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27591,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27585,0,0,0,0,0,222,1,0,0,'Plans: Heavy Obsidian Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27592,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27586,0,0,0,0,0,222,1,0,0,'Plans: Jagged Obsidian Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27593,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27587,0,0,0,0,0,222,1,0,0,'Plans: Thick Obsidian Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27594,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27588,0,0,0,0,0,222,1,0,0,'Plans: Light Obsidian Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27595,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27589,0,0,0,0,0,222,1,0,0,'Plans: Black Grasp of the Destroyer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27596,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27590,0,0,0,0,0,222,1,0,0,'Plans: Obsidian Mail Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27597,0,0,0,0,696254720,136,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport: Ironforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27598,0,0,0,0,696254720,136,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport: Undercity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27600,0,0,0,0,696254720,136,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport: IF/UC','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27601,0,0,0,0,696254784,136,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27600,0,0,0,0,0,0,1,0,0,'Teleport: IF/UC','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27602,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3600000,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12473,0,0,0,0,0,0,0,0,130,162,0,0,'Summon Arcanite Dragonling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27603,2,0,0,0,2048,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,15372,0,101,0,0,1,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27604,0,0,0,0,0,2857,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27604,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,35,0,0,1,0,0,0,0,0,0,0,0,157,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3036,937,0,0,'Goblin Dragon Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27605,5,0,1,0,327680,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,100,0,0,58,58,85,0,470,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,234,0,0,'Shadow Word: Pain','','','','','','','','Rank 8','','','','','','','',0,133,1500,0,6,32768,0,1,1,1,1,1,0), + (27606,1,0,1,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,61,56,56,8,0,365,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,161,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,280,321,0,50,'Renew','','','','','','','','Rank 9','','','','','','','',0,133,1500,0,6,64,0,1,1,1,1,1,0), + (27607,1,56,1,19,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,4000,8,0,0,0,101,0,65,60,60,9,0,500,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,4.3,0,0,941,0,0,0,0,0,57,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Power Word: Shield','','','','','','','','Rank 10','','','','','','','',0,133,1500,0,6,1,0,1,1,1,1,1,0), + (27608,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,16,0,0,15,0,0,0,101,0,61,56,56,0,0,380,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,147,0,0,1,0,0,0,0,0,4.2,0,0,811,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3077,242,0,50,'Flash Heal','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,6,2048,0,1,1,1,1,1,0), + (27609,1,0,0,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,36,36,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,74,0,0,'Dispel Magic','','','','','','','','Rank 2','','','','','','','',18,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (27610,5,43,0,5,327680,136,524288,0,0,134217728,0,0,0,0,0,0,1,0,30000,8,0,0,664232,100,0,0,56,56,31,0,210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,24,0,0,0,0,22,22,0,15,15,0,14,14,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,1488,0,50,'Psychic Scream','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,65536,5,1,1,1,1,1,0), + (27611,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,0,0,1,0,0,1,0,0,0,0,0,12,0,0,2,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,671,514,0,0,'Eviscerate','','','','','','','','','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (27613,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0,0,26,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (27614,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Dungeon Set 2.0 Ghosts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27615,0,270,0,12,327696,512,0,1024,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,50,50,28,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,679,499,0,0,'Kidney Shot','','','','','','','','Rank 2','','','','','','','',0,133,1000,0,8,2097152,0,2,2,1,1,1,0), + (27616,0,0,0,0,150995200,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,308,0,0,'Extra-Dimensional Ghost Revealer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27617,0,39,0,0,135594000,32,2,0,0,0,0,0,0,0,0,0,1,0,300000,0,15367,0,0,101,0,61,42,42,0,3,0,0,0,0,1,0,0,0,0,5140,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,64,64,79,1,1,1,1,1,1,0,0,0,0,0,0,-1,-1,-1,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11329,18461,0,0,0,0,255,252,30,0,'Vanish','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,2048,0,0,0,1,1,1,0), + (27618,4,0,0,0,65536,268435596,4194304,0,0,0,0,64,0,0,0,0,1,0,0,15,0,31788,0,101,0,65,60,60,31,0,1400,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,1,0,0,1,0,0,0,0,0,0.4,0,0,148,0,0,0,0,0,28,0,0,0,0,0,14,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,3,524416,0,1,1,1,1,1,0), + (27619,4,37,0,13,327680,32768,0,0,0,0,0,0,0,0,0,0,1,0,300000,0,0,0,0,101,0,0,4,4,1,0,15,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,1,0,0,0,0,0,0,12,39,39,0,0,0,0,0,0,0,0,0,0,0,0,0,1,126,0,0,0,0,0,0,4325,14,122,0,'Ice Block','','','','','','','','','','','','','','','',0,133,1500,0,3,524288,0,1,1,1,1,1,0), + (27620,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,35,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,6,1,0,1,1,0,1,0,0,0,1,0,0,1,0,0,0,26,0,6,6,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Snap Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (27621,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,23,0,250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,90,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7484,0,0,0,0,0,0,0,0,221,1397,0,0,'Windfury Totem','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,11,536870912,0,1,1,1,1,1,0), + (27622,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,132450,0,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,883,0,0,0,0,0,0,0,0,3182,1,0,0,'zzOLD - QAEnchant 2H Weapon +15 Agility','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27623,2,35,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,0,0,0,0,101,0,0,52,52,28,0,640,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,87,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7845,0,0,0,0,0,0,0,0,221,33,0,0,'Fire Nova Totem','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,11,671088640,0,1,1,1,1,1,0), + (27624,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,65,60,60,0,0,380,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,97,0,0,1,0,0,0,0,0,4.2,0,0,831,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,964,0,0,'Lesser Healing Wave','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,128,0,1,1,1,1,1,0), + (27625,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8012,0,0,0,0,0,107,47,0,0,'zzOLDPurge','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27626,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,32,32,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,214,47,0,0,'Purge','','','','','','','','Rank 2','','','','','','','',5,133,1500,0,11,0,0,1,1,1,1,1,0), + (27627,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,2,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,32,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181068,0,0,0,0,0,0,0,0,0,1,0,0,'Drop Obsidian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27628,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,2,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181068,0,0,0,0,0,0,0,0,0,1,0,0,'Drop Obsidian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27629,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,2,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181068,0,0,0,0,0,0,0,0,0,1,0,0,'Drop Obsidian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27630,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181069,0,0,0,0,0,0,0,0,0,1,0,0,'Drop Obsidian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27631,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181069,0,0,0,0,0,0,0,0,0,1,0,0,'Drop Obsidian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27632,0,2,0,0,4259858,0,131072,0,0,0,0,0,0,0,0,0,14,0,6000,15,0,0,0,101,0,0,60,60,0,0,310,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,121,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3180,1629,0,0,'Aimed Shot','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,9,131072,0,3,2,1,1,1,0), + (27633,0,0,0,0,327680,512,0,1032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,1,0,80,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,2,0,1,1,0,1,1,0,0,0,0,0,0,0,-61,49,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,556,517,0,50,'Wing Clip','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,64,0,2,2,1,1,1,0), + (27634,6,42,1,11,65538,0,131072,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,40,0,0,20,20,27,0,0,0,0,0,114,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,0,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28445,0,0,0,0,3180,15,0,0,'Concussive Shot','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,3,2,1,1,1,0), + (27635,3,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,11,1024,0,1,1,1,1,1,0), + (27636,6,0,0,0,65536,4,4718592,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,31788,0,101,0,0,0,0,32,0,500,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4821,1485,0,0,'Starshards','','','','','','','','','','','','','','','',0,133,0,0,6,2097152,0,1,1,1,1,1,0), + (27637,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,86,0,250,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,6,0,751,1,0,1,1,0,0,0,0,0,0,0,4624,699,0,0,0,0,21,21,0,0,0,0,0,0,0,0,8,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,197,0,0,'Regrowth','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (27638,0,0,0,15,16,0,0,8,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,2,0,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,101,1,0,1,1,0,0,0,0,0,0,0,199,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,494,0,0,'Rake','','','','','','','','','','','','','','','',0,133,1000,0,7,4096,0,2,2,1,1,1,0), + (27639,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16098,0,0,0,0,0,0,0,0,3401,1,0,0,'Call Pet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27640,5,0,0,11,524544,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,27,0,60,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1999,-51,0,0,0,0,25,25,0,0,0,0,0,0,0,3,33,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Baron Rivendare\'s Soul Drain','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,0,0), + (27641,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,8,8,32,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (27642,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,399,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,222,1,0,0,'Copy of Increase Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27643,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16103,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Spirit of Jarien','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27644,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16104,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Spirit of Sothos','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27645,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153464,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Jarien/Sothos Winner Box','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27646,5,0,0,0,327680,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,211,0,0,1,0,0,0,0,0,0,0,0,594,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (27648,3,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,63,63,29,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6359,220,0,0,'Thunderfury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27650,3,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,74,49,0,0,0,1,1,1,0,0,0,0,0,0,79,133,79,0,0,0,0,0,0,0,0,0,0,0,0,1,0,126,0,0,0,0,0,0,47,95,0,0,'Vengeance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27651,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7531,1,0,0,'Picnic Blanket Ritual Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27652,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,633,1851,0,0,'Elixir of Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (27653,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,633,1852,0,0,'Elixir of Dodging','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (27654,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,0,0,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27741,0,0,0,0,0,0,1850,0,0,'Love is in the Air Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27655,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,61,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4759,678,0,50,'Flame Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27656,2,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27655,0,0,0,0,0,0,502,0,50,'Flame Lash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Check end, Valentine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27658,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,38,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4339,11137,8343,0,0,0,0,0,4,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22246,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Enchanted Mageweave Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27659,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,16203,14341,0,0,0,0,0,5,2,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22248,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Enchanted Runecloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27660,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14344,12810,14227,0,0,0,0,6,4,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22249,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Big Bag of Enchantment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27661,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,40,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16111,0,0,0,0,0,0,0,0,74,90,0,0,'Love Fool','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27662,0,0,0,0,256,525312,272629760,256,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7534,1,0,0,'Throw Cupid\'s Dart','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27663,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Holiday - Valentine, gift given','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27664,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,22284,22283,22285,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,22131,0,0,0,3,0,0,0,0,0,0,0,0,1863,0,0,'Stormwind Gift of Friendship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27665,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,22288,22286,22287,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,22132,0,0,0,2,0,0,0,0,0,0,0,0,1861,0,0,'Ironforge Gift of Friendship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27666,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,22291,22290,22289,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,22133,0,0,0,1,0,0,0,0,0,0,0,0,1858,0,0,'Darnassus Gift of Friendship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22133,22132,22131,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22262,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Alliance Gift Collection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27668,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22136,22135,22134,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22263,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Horde Gift Collection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27669,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,22292,22294,22293,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,22136,0,0,0,1,0,0,0,0,0,0,0,0,1861,0,0,'Orgrimmar Gift of Friendship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27670,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,22296,22295,22297,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,22135,0,0,0,2,0,0,0,0,0,0,0,0,1862,0,0,'Thunder Bluff Gift of Friendship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27671,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,22298,22299,22300,0,0,0,0,0,1,1,1,0,0,0,0,0,-1,0,0,24,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,1,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,22134,0,0,0,3,0,0,0,0,0,0,0,0,1860,0,0,'Undercity Gift of Friendship','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27672,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27673,0,0,0,0,0,0,1,0,0,'Initiate Secret Technique','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27673,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,'Five Fat Finger Exploding Heart Technique','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27674,0,0,0,0,150995200,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Threat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27675,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,189,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,969,502,0,50,'Chromatic Infusion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27676,0,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,701,0,0,1,0,0,0,0,0,0,0,0,6649,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7396,1137,0,0,'Exploding Heart','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27677,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,108,10,30,1,375,251,1,1,1,0,0,0,0,0,0,0,562,374,0,0,0,21,21,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,173,1,0,0,'Recombobulate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27678,0,0,0,0,536871056,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Reevaluate Targets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27679,4,0,0,0,537133056,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,'zzOLDImproved Frost Ward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27680,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,149,29,0,0,0,1,1,1,0,0,0,0,0,0,79,31,61,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,870,95,0,0,'Berserk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27681,1,0,1,0,65536,131072,524288,0,0,134217728,0,256,0,0,0,0,1,0,0,8,0,0,0,101,0,70,60,60,42,0,1940,0,0,0,5,0,0,0,0,17029,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,37,0,0,0,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,193,1870,0,0,'Prayer of Spirit','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (27682,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27681,0,0,0,0,0,222,1,0,0,'Prayer of Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27683,1,0,1,0,65536,131072,524288,0,0,134217728,0,256,0,0,0,0,1,0,0,8,0,0,0,101,0,0,56,56,40,0,1300,0,0,0,5,0,0,0,0,17029,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,37,0,0,0,0,0,12,0,0,143,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,27,1869,0,0,'Prayer of Shadow Protection','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,6,256,0,1,1,1,1,1,0), + (27684,0,0,0,0,65792,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27683,0,0,0,0,0,222,1,0,0,'Prayer of Shadow Protection','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27685,0,44,0,0,537198608,1024,0,0,0,0,0,0,0,0,0,0,1,0,25000,0,0,0,20,101,1,66,60,60,35,2,35,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,64,0,1,0,0,1,0,0,0,0,0,5,0,0,549,0,0,0,0,6,1,6,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25999,0,0,0,519,1578,0,0,'Charge','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,0,0,0,0,2,1,1,1,0), + (27686,0,0,0,0,8388864,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,37,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,50,'Teleport to Razelikh (GROUP)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27687,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1583,61,0,0,'Summon Bone Minions','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27688,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,139944,100,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2499,99,0,0,0,0,1,1,0,0,0,0,0,0,0,69,43,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7535,1614,0,0,'Bone Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27689,3,55,1,0,0,524288,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,22,0,0,30,0,0,10,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6682,38,0,0,'Bloodlust','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27690,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16119,0,0,0,0,0,0,0,0,0,61,0,0,'Summon Bone Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27691,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16119,0,0,0,0,0,0,0,0,0,61,0,0,'Summon Bone Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27692,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16119,0,0,0,0,0,0,0,0,0,61,0,0,'Summon Bone Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27693,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16119,0,0,0,0,0,0,0,0,0,61,0,0,'Summon Bone Minion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27694,0,0,0,0,8388864,0,1,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,1,0,1,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,50,'Teleport to Razelikh (GROUP)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27695,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1583,61,0,0,'Summon Bone Mages','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27696,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16120,0,0,0,0,0,0,0,0,7536,61,0,0,'Summon Bone Mage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27697,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16120,0,0,0,0,0,0,0,0,7536,61,0,0,'Summon Bone Mage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27698,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16120,0,0,0,0,0,0,0,0,7536,61,0,0,'Summon Bone Mage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27699,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16120,0,0,0,0,0,0,0,0,7536,61,0,0,'Summon Bone Mage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22176,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22283,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Stormwind Sack of Homemade Bread','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22143,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22284,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Stormwind Bundle of Cards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27702,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22117,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22285,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Stormwind Pledges of Loyalty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22141,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22287,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Ironforge Parcel of Cards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27704,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22119,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22286,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Ironforge Pledges of Loyalty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27705,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22176,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22283,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Create Stormwind Sack of Homemade Bread','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27706,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22173,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22288,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Ironforge Case of Homebrew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27707,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22173,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22288,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Create Ironforge Case of Homebrew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,21960,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22291,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Darnassus Box of Woodcrafts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27709,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22140,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22289,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Darnassus Stack of Cards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27710,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22120,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22290,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Darnassus Pledges of Loyalty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22142,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22293,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Orgrimmar Package of Cards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27712,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22175,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22292,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Orgrimmar Box of Fresh Pies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27713,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22123,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22294,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Orgrimmar Pledges of Loyalty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27714,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22177,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22296,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Thunder Bluff Basket of Flowers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22144,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22295,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Thunder Bluff Satchel of Cards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27716,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22122,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22297,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Thunder Bluff Pledges of Loyalty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22174,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22298,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Undercity Book of Romantic Poetry','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22145,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22299,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Undercity Sheaf of Cards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22121,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22300,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Undercity Pledges of Loyalty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27720,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,3880,1854,0,0,'Buttermilk Delight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27721,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,3880,1855,0,0,'Very Berry Cream','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,3880,1856,0,0,'Sweet Surprise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27723,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3880,1857,0,0,'Dark Desire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27724,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,8831,11040,14341,0,0,0,0,5,10,8,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22251,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Cenarion Herb Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27725,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,13468,14227,0,0,0,0,6,2,1,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22252,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Satchel of Cenarius','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27726,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27658,0,0,0,0,0,222,1,0,0,'Pattern: Enchanted Mageweave Pouch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27727,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27659,0,0,0,0,0,222,1,0,0,'Pattern: Enchanted Runecloth Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27728,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27660,0,0,0,0,0,222,1,0,0,'Pattern: Big Bag of Enchantment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27729,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27724,0,0,0,0,0,222,1,0,0,'Pattern: Cenarion Herb Bag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27730,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27725,0,0,0,0,0,222,1,0,0,'Pattern: Satchel of Cenarius','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27731,1,0,0,0,327680,512,0,512,0,0,0,0,0,0,5,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,'ZZOLDJudgement','','','','','','','','','','','','','','','',6,0,0,0,10,0,0,0,0,1,1,0,0), + (27733,1,0,0,0,448,0,16,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,26,9,0,0,0,0,0,0,0,1487,122,0,'Ironweave Battlesuit','','','','','','','','','','','','','','','',0,133,1500,0,10,131072,0,0,0,1,1,1,0), + (27735,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22046,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Replacement Right Piece of Lord Valthalak\'s Amulet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27736,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,131072,0,0,8,0,0,0,0,0,0,0,0,0,1487,0,0,'Copy of Improved Concentration Aura','','','','','','','','Rank 2','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (27737,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,125,0,1,1,0,0,0,0,0,0,0,149,437,0,0,0,0,22,22,0,15,15,0,19,9,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1263,225,0,0,'Moonfire','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (27738,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22047,21984,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22048,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Right Piece of Lord Valthalak\'s Amulet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27739,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,21984,22046,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22048,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Top Piece of Lord Valthalak\'s Amulet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27740,3,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,3600000,0,0,0,0,0,0,0,0,30,30,0,0,0,0,0,0,1,0,0,0,0,17030,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,94,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,344,24,0,0,'Reincarnation','','','','','','','','','','','','','','','',0,0,0,0,11,512,0,0,0,1,0,0,0), + (27741,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,120000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27657,0,0,0,0,0,7489,1850,0,0,'Love is in the Air','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27742,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,90000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26869,0,0,0,0,0,0,1840,0,0,'Amorous Timer, Standard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27743,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Gun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27744,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,226,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Crossbow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27745,2,0,0,0,256,655360,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,11,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,18,0,0,8,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7537,275,0,0,'Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27746,0,0,0,0,0,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,1,0,0,0,0,0,0,0,31,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1729,1692,0,'Nitrous Boost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27747,0,0,0,0,64,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,1,1,0,0,0,0,0,0,110,23,25,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Steam Tank Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27748,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'100 Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27749,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Initialize Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27752,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21946,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Ectoplasmic Distiller','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27753,4,411,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,15000,1,0,0,0,101,0,0,60,60,3,0,100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,164877,0,0,0,0,0,0,0,0,149,180,0,0,'Freezing Trap','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,9,128,0,0,1,1,1,1,0), + (27754,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22115,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Extra-Dimensional Ghost Revealer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27755,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21986,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Banner of Provocation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27756,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21983,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Incomplete Banner of Provocation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27757,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,98,0,0,37,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,2355,50,0,50,'Copy of War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27758,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,58,1,0,129,1,0,1,0,0,0,0,0,0,-1,0,935,0,0,0,22,0,22,15,0,15,18,0,18,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27759,0,0,0,0,33554432,131072,0,0,0,0,0,0,0,0,0,0,1,15000,0,0,0,0,0,101,0,0,0,0,9,0,10,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,97,0,0,0,0,0,2,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,968,1521,209,0,'Shield Generator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27760,0,0,1,17,1074855936,262144,64,256,0,0,0,0,211,0,0,0,16,0,0,15,2,0,0,101,0,0,8,8,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1933,0,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','','','','','','','','',10,0,0,0,0,0,0,1,1,1,1,1,0), + (27762,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,128,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1865,0,0,'Libram','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27763,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,512,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,689,0,0,'Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27764,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,256,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1550,0,0,'Fetish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27765,6,0,0,0,262528,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,'ZZOLDStarshards Dummy','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (27766,0,1138,0,0,256,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7329,1616,0,0,'Cannon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27768,6,0,0,0,262144,0,1610612736,33554432,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,'ZZOLDStarshards','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (27769,6,0,0,0,262144,0,1610612736,33554432,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,'ZZOLDStarshards','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (27770,6,0,0,0,262144,0,1610612736,33554432,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,544,0,0,'ZZOLDStarshards','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (27771,0,0,0,0,256,0,128,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7539,1,0,0,'Damaged Tonk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27773,0,0,0,0,159383808,32,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,0,0,1,0,0,1,0,0,0,0,0,0,0,0,149,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,1,0,0,'Ysida Freed - Argent Dawn Reputation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27774,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,81920,4,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27775,0,0,0,0,0,0,1,0,0,'The Furious Storm','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (27775,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,94,94,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,969,141,0,0,'The Furious Storm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27776,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27777,0,0,0,0,0,0,329,0,0,'Surging Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27777,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1555,0,0,'Surging Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27778,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27779,0,0,0,0,0,0,329,0,0,'Divine Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27779,1,56,1,0,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,2.3,0,0,349,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,566,0,50,'Divine Protection','','','','','','','','','','','','','','','',0,0,0,0,6,1,0,1,0,1,1,1,0), + (27780,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21330,0,0,0,0,0,0,329,0,0,'Corrupted Fear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27781,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27798,0,0,0,0,0,0,329,0,0,'Nature\'s Bounty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27782,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1555,0,0,'Nature\'s Bounty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27783,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,1555,0,0,'Nature\'s Bounty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27784,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,86,1555,0,0,'Nature\'s Bounty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27785,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,64,4,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27786,0,0,0,0,0,0,1,0,0,'Hunter Armor Energize','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (27786,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1677,0,0,'Hunter Armor Energize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27787,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27788,0,0,0,0,0,0,1,0,0,'Rogue Armor Energize','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (27788,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,86,1677,0,0,'Rogue Armor Energize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27789,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1048704,138412544,0,5,6,0,0,0,0,0,0,0,0,300,0,0,'Holy Reach','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (27790,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,1048704,138412544,0,5,6,0,0,0,0,0,0,0,0,300,0,0,'Holy Reach','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (27791,0,0,0,0,150995392,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8329,0,0,0,0,0,0,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27792,0,0,0,0,448,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,1,1,1,0,0,0,0,0,0,93,72,26,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,'Spirit of Redemption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27793,3,0,0,0,0,2415919104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28358,0,0,0,0,0,1712,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27794,0,85,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,20,0,6000,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,0,0,1,0,0,1,0,0,0,0,0,5,0,0,249,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7542,277,0,50,'Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (27795,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,1,1,1,0,0,0,0,0,0,25,176,94,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Spirit of Redemption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27796,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14914,0,0,0,0,0,107,156,0,0,'Holy Fire','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27797,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-600001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,512,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Reduced Reincarnation Cooldown','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (27798,6,0,1,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1555,0,0,'Nature\'s Bounty','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27799,1,431,0,0,65536,136,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,50,44,44,0,0,520,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0.8,0,0,105,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,1874,0,0,'Holy Nova','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,4194304,0,1,1,1,1,1,0), + (27800,1,431,0,0,65536,136,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,58,52,52,0,0,635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,23,0,0,1,0,0,0,0,0,1,0,0,139,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,1874,0,0,'Holy Nova','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,4194304,0,1,1,1,1,1,0), + (27801,1,431,0,0,65536,136,0,0,0,0,134217728,0,0,0,0,0,1,0,0,8,0,0,0,101,0,66,60,60,0,0,750,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,29,0,0,1,0,0,0,0,0,1.2,0,0,180,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3643,1874,0,0,'Holy Nova','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,6,4194304,0,1,1,1,1,1,0), + (27802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sam\'s Test Spell #2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27803,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,50,44,44,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,27,0,0,1,0,0,0,0,0,0.7,0,0,160,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6882,1874,0,0,'Holy Nova','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,134217728,0,1,1,1,1,1,0), + (27804,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,58,52,52,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,37,0,0,1,0,0,0,0,0,0.8,0,0,234,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6882,1874,0,0,'Holy Nova','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,134217728,0,1,1,1,1,1,0), + (27805,1,0,0,0,65536,0,0,0,0,0,134217728,0,0,0,0,0,1,0,0,0,0,0,0,101,0,66,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,49,0,0,1,0,0,0,0,0,0.9,0,0,301,0,0,0,0,0,20,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6882,1874,0,0,'Holy Nova','','','','','','','','Rank 6','','','','','','','',0,0,0,0,6,134217728,0,1,1,1,1,1,0), + (27806,3,2,4,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,259,0,0,1,0,0,0,0,0,0,0,0,1870,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,68,0,0,'Venom Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27807,3,0,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,6,501,1,1,1,1,1,0,0,0,0,0,0,1749,249,-26,0,0,0,24,24,24,0,0,0,9,9,9,0,3,22,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,2619,636,0,0,'Bile Vomit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27808,0,1152,0,0,536870912,0,0,256,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,53,53,0,16,16,0,13,13,0,12,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7545,56,0,0,'Frost Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27810,5,1152,0,0,0,0,0,256,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16129,0,0,0,0,0,0,0,0,7546,1468,0,0,'Shadow Fissure','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27811,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18350,0,0,0,0,0,0,1875,0,0,'Blessed Recovery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (27812,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,75001,0,0,1,0,0,0,0,0,0,0,0,62499,0,0,0,0,0,18,0,0,16,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7547,1468,0,0,'Void Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27813,1,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7548,1875,0,0,'Blessed Recovery','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,7,16,0,0,0,1,1,1,0), + (27814,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,68,6,1,0,0,1,0,0,0,0,0,2,0,0,3,0,0,0,26,0,6,6,6,0,0,0,0,0,0,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,246,0,0,'Kick','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (27815,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,15,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18350,0,0,0,0,0,0,1875,0,0,'Blessed Recovery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (27816,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18350,0,0,0,0,0,0,1875,0,0,'Blessed Recovery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (27817,1,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7548,1875,0,0,'Blessed Recovery','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,7,16,0,0,0,1,1,1,0), + (27818,1,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7548,1875,0,0,'Blessed Recovery','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,7,16,0,0,0,1,1,1,0), + (27819,3,0,0,0,536870912,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,28,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7552,122,0,0,'Detonate Mana','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27820,3,0,0,0,150994944,524288,536870912,805306368,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,31,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7040,122,0,0,'Mana Detonation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27821,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27799,0,0,0,0,0,107,1874,0,0,'Holy Nova','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27822,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27800,0,0,0,0,0,107,1874,0,0,'Holy Nova','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27823,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27801,0,0,0,0,0,107,1874,0,0,'Holy Nova','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27824,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9900,0,0,0,0,0,0,0,7549,1,0,0,'Rimblat Grows Flower DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27825,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,36,36,8,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,121,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,15,15,0,14,14,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,223,178,0,0,'Shadow Mark','','','','','','','','','','','','','','','',0,133,1500,0,4,2147483648,0,2,2,1,1,1,0), + (27826,0,0,0,0,65808,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,30,0,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,516,0,0,'Intercept','','','','','','','','','','','','','','','',0,0,0,0,4,1073741824,0,0,2,1,1,0,0), + (27827,1,0,0,0,8454400,0,1,1048576,0,0,134217728,0,0,0,0,0,1,0,0,0,527360,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,6,6,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,82,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,241,0,50,'Spirit of Redemption','','','','','','','','','','','','','','','',0,133,0,0,6,0,0,0,0,1,1,1,0), + (27828,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,19,0,0,0,0,1,1,0,0,0,0,0,0,0,108,117,0,0,0,0,0,0,0,0,0,0,1152794256,0,0,9,26,0,0,0,0,0,0,0,7645,1499,0,0,'Focused Casting','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,1,1,1,1,0,0), + (27829,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,12655,7076,13510,0,0,0,0,12,20,10,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22385,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Titanic Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27830,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,11371,12808,20520,15417,12753,0,0,15,10,20,20,10,2,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22384,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Persuader','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27831,5,0,0,0,589824,128,4,0,0,0,0,0,0,0,0,0,16,0,0,9,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,849,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (27832,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12360,20725,13512,12810,0,0,0,0,12,2,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22383,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Sageblade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27833,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27829,0,0,0,0,0,222,1,0,0,'Plans: Titanic Leggings','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27834,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27832,0,0,0,0,0,222,1,0,0,'Plans: Sageblade','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27835,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27830,0,0,0,0,0,222,1,0,0,'Plans: Persuader','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27836,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Agility +25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27837,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,16207,0,14344,16203,16204,7082,0,0,0,0,10,6,14,4,0,0,0,0,2,1378,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2646,0,0,0,0,0,0,0,0,3182,241,0,0,'Enchant 2H Weapon - Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27838,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27837,0,0,0,0,0,222,1,0,0,'Formula: Enchant 2H Weapon - Agility','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27839,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,8,0,0,0,0,0,0,0,0,0,1876,0,0,'Improved Vampiric Embrace','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (27840,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4,0,0,8,0,0,0,0,0,0,0,0,0,1876,0,0,'Improved Vampiric Embrace','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (27841,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,60,60,30,0,970,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,193,1879,0,0,'Divine Spirit','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,0,0,0), + (27842,1,0,1,0,65536,0,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,60,60,30,0,970,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,21,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,193,1879,0,0,'zzOLDDivine Spirit','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,0,0,0), + (27843,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27841,0,0,0,0,0,107,1879,0,0,'Divine Spirit','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27844,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27842,0,0,0,0,0,107,1879,0,0,'zzOLDDivine Spirit','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27845,0,0,0,0,65536,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27681,0,0,0,0,0,222,1870,0,0,'Prayer of Spirit','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27846,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-151,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,32,0,0,10,0,0,0,0,0,0,0,0,0,13,0,0,'Faster Healing Touch Cast','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (27847,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,14,0,0,0,0,0,0,0,0,0,13,0,0,'Cleanse Cost Reduced','','','','','','','','','','','','','','','',0,0,0,0,10,4096,0,0,0,1,0,0,0), + (27848,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,167772672,0,0,14,0,0,0,0,0,0,0,0,0,13,0,0,'Seal Cost Reduced','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (27849,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,1,0,0,'[PH] Cystal Bazooka','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27850,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,64,0,0,8,0,0,0,0,0,0,0,0,0,13,0,0,'Devotion Armor Increased','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (27851,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,4096,0,0,14,0,0,0,0,0,0,0,0,0,13,0,0,'Reduced Claw and Rake Cost','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (27852,0,0,0,0,2304,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,139400,10,0,0,0,0,407,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Kill Summoner Buff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27853,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4415,0,0,0,0,0,0,0,0,0,13,0,0,'Increased Rejuvenation Healing','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (27855,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3736,0,0,0,0,0,0,0,0,0,13,0,0,'Increased Lesser Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (27857,5,0,3,0,67373072,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,22,22,5,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,-6,0,0,0,0,4,4,4,0,0,0,0,0,0,14,29,42,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,3439,0,0,0,19,1614,0,0,'Copy of Wandering Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27859,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,2416967680,0,0,4418,0,0,0,0,0,0,0,0,0,13,0,0,'Increased Shock Damage','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (27860,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,65536,10,0,0,55,55,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,30,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,546,0,0,'Engulfing Shadows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27861,0,0,0,0,218104080,0,268435456,268435456,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,1,101,0,0,50,50,145,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'The Baron\'s Ultimatum','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (27862,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,0,1,51,0,1,1,0,0,0,0,0,0,0,199,174,0,0,0,0,22,22,0,15,15,0,9,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,2377,166,0,0,'Bile Retcher Slam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (27863,0,0,0,0,218104080,0,268435456,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,50,50,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'The Baron\'s Ultimatum','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (27864,0,0,0,0,218104080,0,268435456,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,50,50,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'The Baron\'s Ultimatum','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (27865,0,0,0,0,218104080,0,268435456,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,101,0,0,50,50,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,0,50,'The Baron\'s Ultimatum','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,0,0,1,1,1,0), + (27866,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16401,16421,0,0,0,0,0,0,0,0,1,0,0,'Summon Necropolis critters','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27867,4,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,2,0,0,50,50,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27868,0,0,0,0,0,0,1,0,0,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27868,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,50,50,27,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,13,0,0,6,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7554,35,0,50,'Freeze','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (27869,5,30,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,58,58,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,2,0,601,401,0,1,1,0,0,0,0,0,0,0,899,599,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,1553,0,0,'Dark Rune','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27870,1,1145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,600000,15,0,0,0,101,0,56,50,50,25,0,295,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,47,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181105,0,0,0,0,0,0,0,0,7550,1878,0,0,'Lightwell','','','','','','','','Rank 2','','','','','','','',0,133,1500,0,6,1073741824,0,0,1,1,0,0,0), + (27871,1,1145,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,600000,15,0,0,0,101,0,66,60,60,25,0,365,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,47,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181106,0,0,0,0,0,0,0,0,7550,1878,0,0,'Lightwell','','','','','','','','Rank 3','','','','','','','',0,133,1500,0,6,1073741824,0,0,1,1,0,0,0), + (27873,1,0,1,0,262144,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,50,50,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,232,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7551,1878,0,0,'Lightwell Renew','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27874,1,0,1,0,262144,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,60,60,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,319,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7551,1878,0,0,'Lightwell Renew','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27875,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27870,0,0,0,0,0,107,1878,0,0,'Lightwell','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27876,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27871,0,0,0,0,0,107,1878,0,0,'Lightwell','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27879,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mount Speed+ DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27880,0,0,0,12,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1404,87,0,0,'Stun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27881,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mount Speed++ DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,172,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mount Speed+++ DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16306,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Summon Minion (trap: ghost/ghoul))','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27884,0,0,0,0,128,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,32,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16124,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Trainee','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,52,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Disturb Minion Trap, small','','','','','','','','','','','','','','','',0,0,0,0,0,0,3,0,0,1,0,0,0), + (27886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,52,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1,0,0,'Disturb Minion Trap, Buttress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27887,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27885,0,0,0,0,0,0,1,0,0,'Minion Spawner, small','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27888,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3600000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27886,0,0,0,0,0,0,1,0,0,'Minion Spawner, Buttress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27889,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16142,0,0,0,0,0,0,0,0,4339,313,0,0,'Spawn Bile Sludge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27890,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,15,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16142,0,0,0,0,0,0,0,0,811,9,0,0,'Clone','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27891,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,18,0,0,0,0,0,3,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,53,1,0,1,1,0,0,0,0,1,1,0,323,79,0,0,0,0,6,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,7555,174,0,50,'Disease Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27892,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'To Anchor 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27893,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'To Anchor 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27894,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7568,1,0,0,'Kill Summoner, who will Summon Boss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27895,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16172,0,0,0,0,0,0,0,0,0,1,0,0,'Create Crystal Corpse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27896,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Choose Random Skull Pile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27897,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,6,1,0,1,1,0,1,0,0,0,0,0,0,199,0,24,0,0,0,1,0,1,0,0,0,0,0,0,23,0,61,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26643,0,0,0,0,0,7481,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27900,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1880,0,0,'Spell Warding','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (27901,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1880,0,0,'Spell Warding','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (27902,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1880,0,0,'Spell Warding','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (27903,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1880,0,0,'Spell Warding','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (27904,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1880,0,0,'Spell Warding','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (27915,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'Anchor to Skulls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27919,3,0,0,0,4718610,0,4,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,31,1,0,1,1,0,0,0,0,10,0,0,84,99,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,0,5923,68,0,0,'Spit','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,0,2,1,1,1,0), + (27921,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16127,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Spectral Trainee','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27922,0,0,0,0,0,0,0,0,0,0,0,0,0,1361,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,0,0,0,0,0,0,7245,1,0,0,'[PH] Get Token','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27928,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'To Anchor 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27929,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'To Anchor 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27930,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Choose Random Skull Pile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27931,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'Anchor to Skulls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27932,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16148,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Spectral Knight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27933,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15214,0,0,0,0,0,0,0,0,0,1,0,0,'Invis Stalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27934,0,0,0,0,8388864,268435456,5,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,0,0,'Viscidus Shrinks','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27935,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'To Anchor 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27936,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'To Anchor 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27937,0,0,0,0,8388864,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,1,0,0,'Anchor to Skulls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27938,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Choose Random Skull Pile','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (27939,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,41,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16149,16150,0,0,0,0,0,0,0,0,1,0,0,'Summon Spectral Rivendare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27965,0,0,0,0,150995328,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27978,1,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,886,252,0,0,'Shroud of Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27986,1,0,0,0,64,131072,524288,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,34,34,21,0,100,0,0,0,1,0,0,0,0,17056,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,105,106,104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6768,79,0,0,'Levitate','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483648,0,0,0,1,1,1,0), + (27987,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27988,0,0,0,0,0,682,93,0,50,'Unholy Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27988,5,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4322,93,0,0,'Unholy Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27989,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,55,0,0,1,0,0,0,0,0,0,0,0,522,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,1,1,1,1,0), + (27990,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,8,8,35,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,13,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (27991,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,9,1,0,0,0,0,2,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,0,0,1,0,0,1,0,0,0,0,0,-48,0,0,-49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,565,0,0,'Sunder Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (27992,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,841,0,0,1,0,0,0,0,0,0,0,0,3779,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27993,0,0,0,11,16,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,20,14,14,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,1,1,0,1,1,0,0,0,0,1,0,0,9,-61,0,0,0,0,22,22,0,15,15,0,13,13,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,145,129,0,0,'Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (27994,5,0,1,0,65536,540676,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,20,20,28,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,799,0,0,0,0,0,6,0,0,0,0,0,0,0,0,53,0,0,1000,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (27995,3,55,1,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,21,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,38,0,0,'Unholy Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (27998,0,0,0,0,537985280,98304,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,315,0,0,0,0,0,0,0,0,0,1,0,0,'Flight Path','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (27999,2,0,0,0,262416,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28000,0,0,0,0,0,0,11,0,0,'Land Mine Periodic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28000,2,0,0,0,262480,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,'Land Mine Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28001,0,0,0,0,537985280,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,316,0,0,0,0,0,0,0,0,0,1,0,0,'Flight Path','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28006,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,1,0,0,'Arcane Cloaking','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28007,0,0,0,0,2176,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,23,0,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27884,0,0,0,0,0,0,1,0,0,'Summon Trainee','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28008,0,0,0,0,128,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,32,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16125,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Knight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28009,0,0,0,0,2176,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,23,0,0,25000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28008,0,0,0,0,0,0,1,0,0,'Summon Knight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28010,0,0,0,0,128,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,32,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16126,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Mounted Knight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28011,0,0,0,0,2176,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28010,0,0,0,0,0,0,1,0,0,'Summon Mounted Knight','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28012,0,0,0,0,150994944,32,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,50,'Suicide','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28018,0,0,0,0,67108864,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,367,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,8,0,0,13,0,0,23,0,0,7200000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28020,0,0,0,0,0,0,1,0,0,'[PH] Crystal Corpse Timer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28020,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Crystal Corpse Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28023,5,0,0,0,65536,268566528,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,10,10,0,0,95,0,0,0,1,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,284,0,0,'Create Healthstone','','','','','','','','','','','','','','','',0,133,1500,0,5,1048576,0,1,1,1,1,1,0), + (28024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16230,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Summon Buttress','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28025,0,0,0,0,128,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Teleport Left','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28026,0,0,0,0,128,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Teleport Right','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28031,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16182,0,0,0,0,0,0,0,0,0,1,0,0,'Zap Crystal, Summon Zapper','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28032,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7561,1,0,0,'Zap Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28033,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Aggro all in LOS','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28034,0,0,0,0,384,0,0,268435712,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hate all in LOS','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28035,0,0,0,0,384,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Reset Gothik Event','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28041,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7558,1,0,0,'Damage Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28054,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,38,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Buttress Trap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28056,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7561,1,0,0,'Zap Crystal Corpse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28059,3,0,0,0,603980032,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4718592,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,4,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28062,0,0,0,0,0,1886,0,0,'Positive Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28062,3,0,0,0,150994960,524424,536870916,536871168,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,22,0,0,30,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7559,1886,0,0,'Positive Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28078,0,0,0,0,256,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7557,1,0,0,'Buttress Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28081,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,3,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-3,-4,0,0,0,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,2,4,0,14,14,0,0,0,0,0,0,0,0,130,0,0,'Bonescythe Chest','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,0,0), + (28082,0,0,0,0,256,0,5,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'BRD Kill Credit Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28083,0,0,0,0,8388864,0,5,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'BRD Kill Credit Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28084,3,0,0,0,603980032,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4718592,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,4,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28085,0,0,0,0,0,1885,0,0,'Negative Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28085,3,0,0,0,150994960,524424,536870912,536871168,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1999,0,0,0,0,0,22,0,0,30,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7562,1885,0,0,'Negative Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28086,0,0,0,0,65936,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,22484,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,-1,-1,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,327,1,0,0,'[PH] Buttress Activator','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28087,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,271,1,0,0,'Break Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28088,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,268558336,0,0,18,0,0,0,0,0,0,0,0,0,247,0,0,'Bonescythe Bracer','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (28089,3,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,14,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7575,62,0,0,'Polarity Shift','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28090,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,150000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28091,0,0,0,0,0,0,1,0,0,'Minion Despawn Timer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28091,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawner, self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28092,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16214,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Scourge Controller','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28095,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,60000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28091,0,0,0,0,0,0,1,0,0,'Controller Timer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28096,3,0,0,0,256,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,44,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7565,1,0,0,'Stalagg Chain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28097,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28098,0,0,0,0,0,0,1,0,0,'Stalagg Tesla Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28098,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Stalagg Tesla Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28099,3,0,0,0,536870912,268435592,4,256,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1251,0,0,1,0,0,0,0,0,0,0,0,4374,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7564,1,0,0,'Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28107,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,262144,0,0,23,0,0,0,0,0,0,0,0,0,515,0,0,'Bonescythe Breastplate','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (28108,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Tesla Chain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28109,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28110,0,0,0,0,0,0,1,0,0,'Feugen Tesla Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28110,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Feugen Tesla Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28111,3,0,0,0,256,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,44,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7565,1,0,0,'Feugen Chain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28112,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 21','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28113,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 30','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28114,0,0,0,0,2048,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28115,0,0,0,0,0,0,538,0,0,'Mark of Didier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28115,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,'Mark of Didier','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28116,0,0,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Jarien\'s Corpse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28117,0,0,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Sothos\'s Corpse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28118,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'PvP Armor Increased Critical 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28125,0,1152,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,375,37,0,1,1,0,0,0,0,0,0,0,1312,56,0,0,0,0,18,22,0,16,15,0,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28126,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7566,143,0,0,'Spirit Particles (purple)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28127,3,0,0,0,16,268435592,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,1,1,31,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24,0,0,0,0,0,13,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7567,1749,0,0,'Flash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28129,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,472,0,0,0,0,0,0,0,0,0,1,0,0,'Filming','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28130,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'zzOLDStatic Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28131,0,21,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,24,39,24,0,0,0,1,1,1,0,0,0,0,0,0,79,138,61,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7481,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181142,0,0,0,0,0,0,0,0,0,1,0,0,'Create Summoner Shield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28133,1,0,1,0,268763136,0,0,0,0,0,134217728,256,0,0,0,0,20,0,0,8,0,0,0,101,0,60,14,14,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,377,330,0,0,'Cure Disease','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483648,0,1,1,1,1,1,0), + (28134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7569,75,0,0,'Power Surge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28135,3,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7570,75,0,0,'Static Field','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28136,2,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7571,33,0,0,'Thadius Lightning Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28137,3,0,0,0,67108864,128,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,36,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,22,0,0,15,0,0,11,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7574,118,0,0,'Slime Stream','','','','','','','','','','','','','','','',0,0,0,0,0,0,10,0,0,1,0,0,0), + (28138,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Feugen Initialize','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28139,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Stalagg Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28140,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Taunt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28141,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,149,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 150','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28142,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,10,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'Power of the Guardian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28143,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,35,0,1,1,0,1,1,0,0,0,0,0,0,0,32,32,0,0,0,0,1,1,0,0,0,0,10,10,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,46,0,0,'Power of the Guardian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28144,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,1,0,0,0,0,0,10,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,46,0,0,'Power of the Guardian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28145,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,70,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,35,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,10,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,'Power of the Guardian','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28146,6,0,0,0,268501248,268566528,0,0,0,0,0,0,0,0,0,0,7,60000,0,31,0,0,0,101,0,0,40,40,3,0,850,0,0,0,7,0,0,0,0,17032,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,176501,0,0,0,0,0,0,0,0,2741,1484,0,50,'Copy of Portal: Undercity','','','','','','','','','','','','','','','',0,133,1500,0,3,2147483648,0,1,1,1,1,1,0), + (28147,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,25,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1493,0,0,'Portal Effect: Karazhan','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28148,6,0,0,0,268501248,268566528,0,0,0,0,0,0,0,0,0,0,7,60000,0,31,0,0,0,101,0,0,40,40,3,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,50,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,47,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181146,0,0,0,0,0,0,0,0,2741,1484,0,50,'Portal: Karazhan','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,1,1,1,1,0), + (28150,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,186,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Increase Healing 187','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28151,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,279,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 280','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28152,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 300','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28153,3,0,0,0,264192,128,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,45,0,0,1,0,0,0,0,0,0,0,0,277,0,0,0,0,0,22,0,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,160,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28154,0,0,0,0,192,0,0,0,0,145,671588450,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,419,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power - Feral (+420)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28155,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,299,119,0,0,0,0,1,0,0,0,0,0,0,0,0,135,13,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Atiesh Priest Damage/Healing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28156,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28153,0,0,0,0,0,1712,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28157,3,0,0,0,0,128,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1601,0,0,1,0,0,0,0,0,0,0,0,3199,0,0,0,0,0,24,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7572,1,0,0,'Slime Spray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28158,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,18,0,0,0,0,0,10,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28241,0,0,0,0,0,118,40,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (28159,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7573,1,0,0,'Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28160,0,0,0,0,536871168,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1845,1,0,0,'Thadius Spawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28161,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2681,0,0,0,0,0,0,0,0,152,1,0,0,'Savage Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28162,3,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Savage Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28163,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2682,0,0,0,0,0,0,0,0,152,1,0,0,'Ice Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28164,3,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Ice Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28165,0,0,0,0,256,0,8192,0,0,0,0,16,0,0,0,0,15,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,130,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2683,0,0,0,0,0,0,0,0,152,1,0,0,'Shadow Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28166,3,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Shadow Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28167,3,85,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,1849,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (28168,0,85,0,0,262160,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,31,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,906,277,0,50,'Arcing Smash','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (28169,0,0,3,0,536870912,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7730,1614,0,0,'Mutating Injection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28171,0,0,0,0,536870912,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,6,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,25,0,0,0,0,0,0,6,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4327,0,0,0,0,0,0,7199,90,0,0,'zzOLDMutate','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (28175,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16298,0,0,0,0,0,0,0,0,0,1,0,0,'(DND) Summon Crystal Minion, Ghost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28177,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16299,0,0,0,0,0,0,0,0,0,1,0,0,'(DND) Summon Crystal Minion, Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28179,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16141,0,0,0,0,0,0,0,0,0,1,0,0,'(DND) Summon Crystal Minion, Ghoul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28180,0,0,0,0,4194560,525312,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7533,1,0,0,'Copy of Give Friendship Bracelet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Remove Baron\'s Ultimatum','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Summon Minion parent (ghost/ghoul)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28184,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Summon Minion parent (ghost/skeleton)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Summon Minion parent (ghoul/skeleton)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16336,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Summon Minion (trap: ghost/skeleton))','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16338,0,0,0,0,0,0,0,0,0,1,0,0,'[PH] Summon Minion (trap: ghoul/skeleton))','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28190,0,0,0,0,536871168,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,799,19,99,0,0,0,25,25,25,0,0,0,0,0,0,13,31,56,0,0,0,0,0,0,0,0,0,0,0,0,1,0,8545,0,0,0,0,0,0,0,1,0,0,'Mutate Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28194,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181156,0,0,0,0,0,0,0,0,0,1,0,0,'Create Minion Trap: Ghoul/Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28195,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181111,0,0,0,0,0,0,0,0,0,1,0,0,'Create Minion Trap: Ghost/Ghoul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28196,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181155,0,0,0,0,0,0,0,0,0,1,0,0,'Create Minion Trap: Ghost/Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28197,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Camp Type: Ghost/Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28198,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Camp Type: Ghost/Ghoul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28199,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Camp Type: Ghoul/Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28200,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,87376,100,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28204,0,0,0,0,0,7306,1757,0,0,'Ascendance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (28201,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Choose Camp Type','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28203,0,0,0,0,384,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Find Camp Type','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28204,0,0,0,0,0,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,74,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,320,0,0,'Ascendance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (28205,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,14048,7080,14227,0,0,0,0,5,4,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22654,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Glacial Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28206,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,841,0,0,1,0,0,0,0,0,0,0,0,2379,0,0,0,0,0,16,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7734,1,0,0,'Mutagen Explosion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28207,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,14048,7080,14227,0,0,0,0,7,8,6,8,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22652,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Glacial Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28208,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,14048,7080,14227,0,0,0,0,5,4,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22658,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Glacial Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28209,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,14048,7080,14227,0,0,0,0,4,2,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22655,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Glacial Wrists','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28210,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,19726,14342,12803,14227,0,0,0,0,1,2,4,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22660,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Gaea\'s Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28211,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28210,0,0,0,0,0,222,1,0,0,'Pattern: Gaea\'s Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28212,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28205,0,0,0,0,0,222,1,0,0,'Pattern: Glacial Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28213,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28207,0,0,0,0,0,222,1,0,0,'Pattern: Glacial Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28214,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28208,0,0,0,0,0,222,1,0,0,'Pattern: Glacial Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28215,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28209,0,0,0,0,0,222,1,0,0,'Pattern: Glacial Wrists','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28216,0,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28217,0,0,0,0,0,0,1,0,0,'Summon Zombie Chow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28217,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16360,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Zombie Chow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28218,0,0,0,0,256,0,4,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16290,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Fallout Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28219,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,12810,7080,15407,14227,0,0,0,7,16,2,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22661,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Polar Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28220,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,12810,7080,15407,14227,0,0,0,5,12,2,3,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22662,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Polar Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28221,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,12810,7080,15407,14227,0,0,0,4,12,2,2,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22663,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Polar Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28222,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,15408,7080,15407,14227,0,0,0,7,24,2,4,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22664,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Icy Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28223,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,15408,7080,15407,14227,0,0,0,5,16,2,3,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22666,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Icy Scale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28224,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22682,15408,7080,15407,14227,0,0,0,4,16,2,2,4,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22665,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Icy Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,22,0,0,15,0,0,13,0,0,177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,1,0,0,'AE Charm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28227,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16356,0,0,0,0,0,0,0,0,0,1,0,0,'(DND) Summon Crystal Minion, finder','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28228,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28219,0,0,0,0,0,222,1,0,0,'Pattern: Polar Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28229,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28220,0,0,0,0,0,222,1,0,0,'Pattern: Polar Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28230,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28221,0,0,0,0,0,222,1,0,0,'Pattern: Polar Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28231,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28222,0,0,0,0,0,222,1,0,0,'Pattern: Icy Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28232,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28223,0,0,0,0,0,222,1,0,0,'Pattern: Icy Scale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28233,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28224,0,0,0,0,0,222,1,0,0,'Pattern: Icy Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (28234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7579,1,0,0,'Minion Spawn-in','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28235,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28236,0,0,0,0,0,0,1,0,0,'Zombie Chow Search','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28236,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Zombie Chow Search','','','','','','','','','','','','','','','',0,0,0,0,0,0,1,0,0,1,0,0,0), + (28237,0,0,0,0,256,268468224,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,17,5,7,0,0,0,0,0,0,0,1,0,0,'Immune Poly/Fear/','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28238,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Zombie Chow Search','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28239,0,0,0,0,256,524288,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1,0,0,'Zombie Chow Search','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,62,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16363,0,0,0,0,0,0,0,0,7596,1,0,0,'Poison Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28241,3,0,0,0,264192,128,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,181,0,0,1,0,0,0,0,0,0,0,0,1109,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,160,0,0,'Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28242,0,0,0,0,65584,0,0,0,0,0,0,0,0,1362,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22682,12359,12360,7080,0,0,0,0,7,16,2,4,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22669,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Icebane Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28243,0,0,0,0,65584,0,0,0,0,0,0,0,0,1362,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22682,12359,12360,7080,0,0,0,0,5,12,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22670,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Icebane Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28244,0,0,0,0,65584,0,0,0,0,0,0,0,0,1362,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,22682,12359,12360,7080,0,0,0,0,4,12,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22671,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Icebane Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28245,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28242,0,0,0,0,0,222,1,0,0,'Plans: Icebane Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28248,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28243,0,0,0,0,0,222,1,0,0,'Plans: Icebane Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28249,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28244,0,0,0,0,0,222,1,0,0,'Plans: Icebane Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,5,0,0,22486,0,22484,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,42,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16143,0,0,0,0,0,0,0,0,7568,1,0,0,'Kill Summoner, Summon Boss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28251,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28242,0,0,0,0,0,107,1,0,0,'Icebane Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28252,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28244,0,0,0,0,0,107,1,0,0,'Icebane Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28253,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28243,0,0,0,0,0,107,1,0,0,'Icebane Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28254,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28219,0,0,0,0,0,107,41,0,0,'Polar Tunic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28255,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28220,0,0,0,0,0,107,41,0,0,'Polar Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28256,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28221,0,0,0,0,0,107,41,0,0,'Polar Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28257,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28222,0,0,0,0,0,107,41,0,0,'Icy Scale Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28258,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28223,0,0,0,0,0,107,41,0,0,'Icy Scale Gauntlets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28259,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28224,0,0,0,0,0,107,41,0,0,'Icy Scale Bracers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28260,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28207,0,0,0,0,0,107,41,0,0,'Glacial Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28261,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28205,0,0,0,0,0,107,41,0,0,'Glacial Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28262,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28209,0,0,0,0,0,107,41,0,0,'Glacial Wrists','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28263,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28208,0,0,0,0,0,107,41,0,0,'Glacial Cloak','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28264,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,45,45,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 46','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28265,5,0,0,0,536870912,0,4,2147483648,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7580,320,0,0,'Scourge Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28266,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,1,0,0,'Tractor Beam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28270,6,0,1,17,1074855936,262144,64,0,0,0,0,0,193,0,0,0,16,0,0,15,524290,0,0,101,0,0,60,60,245,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,108,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,9,0,0,0,6,6,6,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16779,21,0,0,0,0,0,0,7624,1912,0,50,'Polymorph: Cow','','','','','','','','','','','','','','','',0,133,1500,0,3,3238264832,0,1,1,1,1,1,0), + (28271,6,0,1,17,1074855936,262144,64,0,0,0,0,0,193,0,0,0,16,0,0,15,524290,0,0,101,0,0,60,60,245,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,108,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,9,0,0,0,6,6,6,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16377,21,0,0,0,0,0,0,7583,1588,0,50,'Polymorph: Turtle','','','','','','','','','','','','','','','',0,133,1500,0,3,3238264832,0,1,1,1,1,1,0), + (28272,6,0,1,17,1074855936,262144,64,0,0,0,0,0,193,0,0,0,16,0,0,15,524290,0,0,101,0,0,60,60,245,0,150,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,108,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,9,0,0,0,6,6,6,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16371,21,0,0,0,0,0,0,606,317,0,50,'Polymorph: Pig','','','','','','','','','','','','','','','',0,133,1500,0,3,3238264832,0,1,1,1,1,1,0), + (28278,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Open Circle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28280,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,26,0,0,0,0,0,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16375,0,0,0,0,0,0,0,0,8,1,0,0,'Bombard Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28281,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7581,1,0,0,'Communique, Camp-to-Relay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28282,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,139,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,529,0,0,0,28441,0,0,0,0,7582,1884,0,0,'Ashbringer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28284,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28270,0,0,0,0,0,107,318,0,0,'Polymorph: Chicken','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28285,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28272,0,0,0,0,0,107,317,0,0,'Polymorph: Pig','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28286,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28271,0,0,0,0,0,107,1588,0,0,'Polymorph: Turtle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28287,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22719,0,0,0,0,0,0,0,0,0,0,0,7584,1,0,0,'Create Handbook DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28288,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,1,0,0,'Omarion\'s Secrets','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28289,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14697,0,0,0,0,0,0,0,0,0,1,0,0,'(DND) Summon Crystal Minion, Ghoul Uncommon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28290,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16379,0,0,0,0,0,0,0,0,0,1,0,0,'(DND) Summon Crystal Minion, Ghost Uncommon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28291,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16380,0,0,0,0,0,0,0,0,0,1,0,0,'(DND) Summon Crystal Minion, Skeleton Uncommon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28292,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,600000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28091,0,0,0,0,0,0,1,0,0,'Minion Despawn Timer, Uncommon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28293,3,85,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,4,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,165,0,0,'Chain Lightning','','','','','','','','','','','','','','','',0,133,0,0,0,0,15,1,1,0.9,1,1,0), + (28294,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,29,29,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16385,0,0,0,0,0,0,0,0,36,62,0,0,'Lightning Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28297,3,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,101,0,0,29,29,0,0,0,0,0,0,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,201,0,0,1,0,0,0,0,0,0,0,0,1899,0,0,0,0,0,22,0,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,62,0,0,'Lightning Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28298,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,29,29,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28297,0,0,0,0,0,0,62,0,0,'Lightning Totem','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28299,3,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,4,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,2001,0,0,1,0,0,0,0,0,0,0,0,6999,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6822,320,0,0,'Ball Lightning','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28301,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,375,0,0,1,0,0,0,0,0,0,0,0,1312,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,71,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28304,3,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,145,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,205,0,0,1,0,0,0,0,0,0,0,0,407,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,58,13,0,0,'Copy of Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28305,1,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,11251,0,0,1,0,0,0,0,0,0,0,0,69374,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7261,104,0,50,'Copy of Great Heal','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (28306,1,0,0,0,4259840,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,451,0,0,1,0,0,0,0,0,0,0,0,2774,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7261,104,0,50,'Great Heal','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (28307,0,0,0,0,384,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Hateful Strike Primer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28308,0,0,0,0,0,0,0,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,7801,0,0,1,0,0,0,0,0,0,0,0,22099,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1,0,0,'Hateful Strike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,0,0,0), + (28309,5,0,0,0,256,4,4,0,0,0,0,0,0,0,0,0,1,0,0,15,10,10,0,101,0,0,20,20,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,548,0,0,'Copy of Corruption','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,0,0,1,1,0,0), + (28310,5,0,0,0,0,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,31,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,91,1,0,1,1,0,0,0,0,0,0,0,554,-51,0,0,11,5,6,6,0,0,0,0,0,0,0,3,33,0,2000,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,1,0), + (28311,3,0,4,0,16,136,0,0,0,0,0,0,0,0,0,0,19,0,0,0,0,0,0,101,0,0,20,20,1,0,0,0,0,0,4,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,181,51,0,1,1,0,0,0,0,0,0,0,1109,474,0,0,0,0,53,53,0,16,16,0,18,18,0,0,3,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Slime Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28313,5,0,0,0,192,0,0,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,1581224,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,18,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28315,0,0,0,0,0,682,1488,0,50,'Aura of Fear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28314,0,0,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,5000,0,0,0,0,0,101,0,0,1,1,27,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7585,320,0,0,'Flameshocker\'s Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28315,5,0,1,5,1073741824,0,0,0,0,0,0,32,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,18,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,113,0,0,'Aura of Fear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (28316,0,0,0,0,754974976,276824200,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Tent Prot (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28317,0,0,0,0,4718610,0,0,0,0,0,0,0,0,0,0,0,1,0,0,13,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262156,0,2,0,0,13,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,'Copy of Shoot','','','','','','','','','','','','','','','',0,0,0,0,9,1,0,3,2,1,1,1,0), + (28318,3,0,0,0,4194320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,54,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,301,51,0,1,1,0,0,0,0,0,0,0,849,474,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7586,636,0,0,'Slime Shot','','','','','','','','','','','','','','','',0,0,0,0,9,1,5,3,2,1,1,1,0), + (28319,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23194,0,0,0,0,0,0,0,0,0,0,0,7616,1892,0,0,'Create Lesser Mark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28320,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23195,0,0,0,0,0,0,0,0,0,0,0,7616,1894,0,0,'Create Mark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28321,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23196,0,0,0,0,0,0,0,0,0,0,0,7616,1895,0,0,'Create Greater Mark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28322,3,0,0,0,262144,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,4,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,571,0,0,1,0,0,0,0,0,0,0,0,3514,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,160,0,0,'Embalming Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28323,2,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,18,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7587,292,0,50,'Flameshocker\'s Revenge','','','','','','','','','','','','','','','',0,0,0,0,3,131072,0,1,1,1,1,1,0), + (28324,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,22726,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22727,0,0,0,0,0,0,0,0,0,0,0,7588,1,0,0,'Forming Frame of Atiesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28325,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Block Value 32','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28326,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7589,1,0,0,'Communique, Relay-to-Camp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28327,0,0,0,0,65568,0,0,0,0,0,0,0,0,1,0,0,34,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,6219,15994,10561,10558,0,0,0,0,0,2,1,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22728,0,0,0,0,0,0,0,0,0,0,0,395,1,0,0,'Steam Tonk Controller','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28328,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28327,0,0,0,0,0,222,1548,0,0,'Schematic: Steam Tonk Controller','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28329,2,22,0,0,536936448,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4229,199,0,0,'Flameshocker\'s Touch','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (28330,2,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7590,31,0,0,'Flameshocker - Immolate Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28331,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Block Value 24','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28332,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,3,0,1,1,0,1,1,0,0,0,0,0,0,0,29,19,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,33554432,0,0,8,0,0,0,0,0,0,0,0,0,501,0,50,'Frost Warding','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28333,0,0,0,0,328080,64,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,15420,0,101,0,0,1,1,39,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28334,0,0,0,0,0,7591,83,122,0,'Whirlwind Primer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (28334,0,49,0,0,327696,64,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,15420,0,101,0,0,1,1,32,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28335,0,0,0,0,0,7591,83,122,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,0,1,1,1,0), + (28335,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,6,0,1,1,0,1,1,0,0,0,0,6,0,0,299,0,0,0,0,0,22,22,0,15,15,0,14,14,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6595,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (28336,0,0,0,0,65808,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,30,30,0,1,0,0,0,0,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,0,0,2401,0,0,1,0,0,0,0,0,0,0,0,4799,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,516,0,0,'Glory Shot','','','','','','','','','','','','','','','',0,0,0,0,4,1073741824,0,0,2,1,1,0,0), + (28337,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,173,1677,0,0,'Magnetic Pull','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28338,0,1152,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,1677,0,0,'Magnetic Pull','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28339,0,1152,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,173,1677,0,0,'Magnetic Pull','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28340,5,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28341,0,0,0,0,0,682,93,0,50,'Unholy Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28341,5,0,0,0,262144,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,254,0,0,0,0,0,22,0,0,15,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4322,93,0,0,'Unholy Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28342,5,0,2,0,67436544,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,63,63,63,23,1,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-1001,-1001,0,0,0,0,6,6,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6629,90,0,0,'Breath of Sargeras','','','','','','','','','','','','','','','',0,0,0,0,4,131072,0,1,1,1,1,1,0), + (28343,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27685,0,0,0,0,0,222,1578,0,0,'Charge','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16136,0,0,0,0,0,0,0,0,0,1,0,0,'Create Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28345,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Communique Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28346,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,35000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28345,0,0,0,0,0,0,1,0,0,'Communique Timer, camp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28347,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,599,599,9,0,0,0,1,1,1,0,0,0,0,0,0,124,99,89,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Dimensional Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28348,0,0,0,0,537198592,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6763,9,0,0,'Dimensional Siphon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28349,0,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawner, other','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28350,5,36,2,0,16,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,24,24,165,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,37,37,0,0,0,0,0,0,0,0,0,0,0,0,0,10,67,0,0,0,0,0,0,0,561,173,0,0,'Veil of Darkness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28351,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7593,1,0,0,'Communique, Camp-to-Relay, Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28352,5,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7592,90,0,0,'Breath of Sargeras','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (28353,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,5,0,0,1,0,0,0,101,0,0,0,0,4,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,3,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,46,38,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16390,0,0,0,0,0,0,0,0,4582,1,0,0,'Raise Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28354,0,1149,0,0,0,0,0,0,0,0,0,0,0,1364,0,0,8,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10015,0,0,0,0,0,0,0,0,1523,1,0,0,'Exorcise Atiesh','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28355,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181207,0,0,0,0,0,0,0,0,0,1,0,0,'Reaper of Souls DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28356,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12626,0,0,0,0,0,1712,263,0,0,'Copy of Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28357,3,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,25,25,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12626,0,0,0,0,0,1712,263,0,0,'Copy of Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28358,3,0,0,0,0,128,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,37,0,0,1,0,0,0,0,0,0,0,0,231,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1712,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28359,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Trigger Teslas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28360,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,48,48,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 49','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28361,3,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,53,0,0,1,0,0,0,0,0,0,0,0,323,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28362,3,0,0,0,16,2415919104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,225,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28361,0,0,0,0,0,1903,263,0,0,'Disease Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28364,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,401,0,0,1,0,0,0,0,0,0,0,0,3799,0,0,0,0,0,6,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Damage vs. Guards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7581,1,0,0,'Communique, Relay-to-Proxy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28366,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7589,1,0,0,'Communique, Proxy-to-Relay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28367,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7581,1,0,0,'Communique, Proxy-to-Necropolis','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28369,3,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,63,0,0,1,0,0,0,0,0,0,0,0,218,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7594,263,0,0,'Gas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28370,3,0,0,0,64,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28369,0,0,0,0,0,0,263,0,0,'Toxic Gas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28371,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,49,24,0,0,0,1,1,1,0,0,0,0,0,0,138,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,5440,957,0,0,'Frenzy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28373,0,0,0,0,256,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,40,0,8,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,7589,1,0,0,'Communique, Necropolis-to-Proxies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28374,3,0,0,0,536871168,268435592,536870916,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,0,7,0,0,22,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10495,0,0,0,0,0,0,5680,1,0,0,'Decimate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28375,0,0,0,0,0,0,4,805306368,256,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4229,1,0,0,'Decimate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28376,5,0,0,0,16777600,0,0,196608,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Shadowguard','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,0,1,1,1,0), + (28377,5,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Shadowguard','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,33554432,0,1,0,1,1,1,0), + (28378,5,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,28,28,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Shadowguard','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,33554432,0,1,0,1,1,1,0), + (28379,5,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,36,36,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,50,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Shadowguard','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,33554432,0,1,0,1,1,1,0), + (28380,5,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,44,44,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Shadowguard','','','','','','','','Rank 4','','','','','','','',0,0,0,0,6,33554432,0,1,0,1,1,1,0), + (28381,5,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,52,52,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Shadowguard','','','','','','','','Rank 5','','','','','','','',0,0,0,0,6,33554432,0,1,0,1,1,1,0), + (28382,5,0,0,0,16777216,0,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,115,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,'Shadowguard','','','','','','','','Rank 6','','','','','','','',0,0,0,0,6,33554432,0,1,0,1,1,1,0), + (28383,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16420,0,0,0,0,0,0,0,0,3459,1490,0,0,'Portal of Shadows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28384,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28389,0,0,0,0,0,0,11,0,0,'Portal of Shadows','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28386,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7561,1,0,0,'Zap Necropolis','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28388,0,0,0,0,256,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Random Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28389,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16419,0,0,0,0,0,0,0,0,2639,207,0,0,'Summon Ghosts of Naxxramas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28391,3,44,0,0,65536,32768,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,36,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,1,1,15,0,0,10,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,0,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (28392,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Portal of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28393,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,103,0,1,1,0,1,1,0,0,0,0,0,0,0,499,-501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,0,0,0,0,107,1,0,0,'Reputation - Booty Bay +500','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28394,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,103,0,1,1,0,1,1,0,0,0,0,0,0,0,499,-501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,87,0,0,0,0,0,0,0,107,1,0,0,'Reputation - Ratchet +500','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28373,0,0,0,0,0,0,1,0,0,'Communique Timer, Necropolis','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28396,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,103,0,1,1,0,1,1,0,0,0,0,0,0,0,499,-501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,87,0,0,0,0,0,0,0,107,1,0,0,'Reputation - Everlook +500','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28397,0,0,0,0,384,0,0,0,0,0,0,256,0,0,0,0,4,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,103,103,0,1,1,0,1,1,0,0,0,0,0,0,0,499,-501,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,87,0,0,0,0,0,0,0,107,1,0,0,'Reputation - Gadgetzan +500','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28398,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,74,0,50,'zzOLDArcane Subtlety','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28399,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,74,0,50,'zzOLDArcane Subtlety','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28400,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,74,0,50,'zzOLDArcane Subtlety','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28401,3,44,0,0,65792,32768,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,0,75,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,263,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (28402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'NEW Arcane Talent','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28403,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12051,0,0,0,0,0,107,47,0,0,'Evocation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28404,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,1,0,0,'Zombie Chow Search','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28405,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,301,37,0,1,1,0,0,0,0,0,0,0,1849,231,0,0,0,0,24,24,0,0,0,0,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2069,246,0,0,'Knockback','','','','','','','','','','','','','','','',0,0,0,0,0,0,5,2,2,1,1,0,0), + (28406,6,0,1,0,0,32904,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,31,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,41,0,0,4,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,1,1,22,0,0,18,0,0,13,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,16479,0,29124,0,0,0,0,131,82,0,0,'Polymorph Backfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28407,5,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,301,0,0,1,0,0,0,0,0,0,0,0,1849,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (28408,5,1152,0,0,536870912,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1540,0,0,'Chains of Kel\'Thuzad','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28409,5,0,0,0,536871168,268435592,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1540,0,0,'Chains of Kel\'Thuzad','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28410,5,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,13,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,98,199,499,0,0,0,6,6,6,0,0,0,0,0,0,177,79,118,0,0,0,0,0,0,0,0,0,0,0,0,0,127,127,0,0,0,0,0,0,7597,1540,0,0,'Chains of Kel\'Thuzad','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28412,5,633,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,120000,8,0,0,0,101,0,64,58,58,27,0,565,0,0,0,4,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,9,6,77,1,1,0,1,1,0,0,0,0,3,0,0,919,-1,0,0,24,0,6,6,0,0,0,0,0,0,0,0,7,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,88,0,50,'Death Coil','','','','','','','','','','','','','','','',0,133,1500,0,5,524288,0,1,1,1,1,1,0), + (28413,5,0,0,0,65536,128,4,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,31,0,0,0,0,0,4,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,22,0,0,15,0,0,21,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,544,0,0,'Aura of Agony','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (28414,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Call of the Ashbringer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28415,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Type A Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28416,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Type B Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28417,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Type C Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28418,1,0,0,0,151322624,32,4,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,65,60,60,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,19,0,0,0,0,21,21,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7079,310,0,50,'General\'s Warcry','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483652,0,1,1,1,1,1,0), + (28419,1,0,0,0,151322624,32,4,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,65,60,60,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,29,0,0,0,0,21,21,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7079,310,0,50,'General\'s Warcry','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483652,0,1,1,1,1,1,0), + (28420,1,0,0,0,151322624,32,4,0,0,0,0,0,0,0,0,0,1,0,4000,0,0,0,0,101,0,65,60,60,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,39,0,0,0,0,21,21,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7079,310,0,50,'General\'s Warcry','','','','','','','','','','','','','','','',0,133,1500,0,6,2147483652,0,1,1,1,1,1,0), + (28421,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16427,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Type A','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28422,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16428,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Type B','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28423,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16429,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Type C','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28424,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16431,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Cracked Necrotic Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28425,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28415,0,0,0,0,0,0,1,0,0,'Summon Type A Periodic (3 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28426,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28416,0,0,0,0,0,0,1,0,0,'Summon Type B Periodic (30 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28427,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,30000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28417,0,0,0,0,0,0,1,0,0,'Summon Type C Periodic (30 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28428,3,0,0,0,786432,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,7,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,31,0,0,1,0,0,0,0,0,0,0,0,134,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Instant Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28429,0,0,0,0,80,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28428,0,0,0,0,0,0,152,0,0,'Instant Poison Proc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28430,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,31,0,50,'zzOLDFiery Blood','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28431,3,0,4,0,16,136,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,105,1,0,0,0,0,5,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2499,0,0,0,0,6,53,0,0,16,0,0,18,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,68,0,50,'Poison Charge','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (28432,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Set Speed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28433,3,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,1,3,3751,0,0,1,0,0,0,0,0,0,0,0,28124,0,0,0,0,0,22,1,18,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7183,37,0,50,'Explode','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28434,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,124,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0,0,0,5920,174,0,0,'Spider Web','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28435,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,31,0,50,'zzOLDFiery Blood','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28436,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,117,4,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,31,0,50,'zzOLDHot Blooded','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28437,0,0,0,0,262164,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,0,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,58,0,0,1,0,0,1,0,0,0,0,0,5,0,0,49,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,219,277,0,50,'Copy of Cleave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (28438,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,19,0,0,1,0,0,0,0,0,0,0,0,140,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,2069,246,0,0,'Knockback','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,0,0,0), + (28439,0,0,0,0,0,0,0,0,0,0,0,256,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,9282,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22754,0,0,0,0,0,0,0,0,0,0,0,161,1,0,0,'Create Eternal Quintessence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28440,5,36,2,0,16,32904,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,24,24,32,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,22,0,0,15,0,0,13,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,561,173,0,0,'Veil of Shadow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28441,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1884,0,0,'AB Effect 000','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28442,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,1884,0,0,'AB Effect 001','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28443,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16439,0,0,0,0,0,0,0,0,7599,1,0,0,'Transform Ghost','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28444,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,25,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2876,1482,0,0,'Portal Effect: Deathknight Wing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28445,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2816,15,0,0,'Improved Concussive Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,0,0,0), + (28446,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack All Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28447,5,0,0,0,524288,136,0,0,0,0,0,0,0,0,0,0,1,0,0,1,0,31772,0,101,0,56,50,50,0,0,380,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,98,0,121,1,0,1,1,0,0,0,0,0,0,0,239,29,0,0,0,0,22,22,0,15,15,0,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,45,207,0,0,'Shadow Burst','','','','','','','','','','','','','','','',0,133,1500,0,5,33554432,0,1,1,1,1,1,0), + (28448,5,0,0,0,589824,136,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,20,20,0,0,160,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,67,0,0,1,0,0,0,0,0,0,0,0,191,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (28449,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7600,1,0,0,'Camp Receives Communique','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28450,6,0,1,0,65536,136,4,0,0,0,0,0,0,0,0,0,3,0,0,9,0,0,0,101,0,0,20,20,407,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,0,525,0,0,1,0,0,0,0,0,0,0,0,1837,0,0,0,0,1,22,0,0,15,0,0,9,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7685,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (28452,0,0,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Wave Mobs','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28453,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28455,0,0,0,0,0,0,1,0,0,'Summon Type D Periodic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28454,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16441,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Type D','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28455,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Type D Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28456,0,0,0,14,327696,262144,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,101,0,0,18,18,32,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,379,0,0,1,0,0,0,0,0,0,0,0,1910,0,0,0,0,0,22,22,0,15,15,0,13,14,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,245,0,0,'Gouge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (28457,5,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,1,0,501,0,0,1,0,0,0,0,0,0,0,0,1749,0,0,0,0,0,18,1,0,16,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7601,1,0,0,'Dark Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (28458,5,0,0,0,64,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28457,0,0,0,0,0,0,1,0,0,'Dark Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (28459,5,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,98,0,1501,1,0,1,1,0,0,0,0,0,0,0,4249,99,0,0,0,0,24,24,0,0,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,4341,213,0,50,'Wail of Souls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28460,5,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,20,20,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28459,0,0,0,0,0,0,213,0,50,'Wail of Souls','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28461,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12655,19726,12360,12803,0,0,0,0,12,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22762,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ironvine Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28462,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12655,19726,12803,0,0,0,0,0,8,1,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22763,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ironvine Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28463,0,0,0,0,65584,0,0,0,0,0,0,0,0,1,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,5956,0,12655,12803,0,0,0,0,0,0,6,2,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22764,0,0,0,0,0,0,0,0,0,0,0,395,140,0,0,'Ironvine Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28464,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28461,0,0,0,0,0,222,1,0,0,'Plans: Ironvine Breastplate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28465,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28462,0,0,0,0,0,222,1,0,0,'Plans: Ironvine Gloves','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28466,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28463,0,0,0,0,0,222,1,0,0,'Plans: Ironvine Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28467,0,0,0,0,536870912,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,7,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,31,0,1,1,0,1,1,0,0,0,0,0,0,0,-11,199,0,0,0,0,6,6,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,39,138,0,0,'Mortal Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28468,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,29,0,0,0,0,1,1,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,578,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28469,6,0,0,0,134217984,336209024,67649548,142999808,0,134217728,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,44,44,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,1,0,0,0,0,22,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1871,1871,0,'Ghost Vision','','','','','','','','','','','','','','','',0,0,1500,0,1,2214592512,0,0,0,1,1,1,0), + (28470,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,7,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,31,6,6,1,1,1,1,1,1,0,0,0,0,0,0,199,14,9,0,0,0,6,1,1,0,0,0,0,0,0,0,79,61,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7602,153,0,0,'Blood Tap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28471,0,0,0,0,687866112,2147483816,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'ClearAll','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28472,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12810,19726,12803,15407,0,0,0,0,12,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22759,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Bramblewood Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28473,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12810,18512,12803,15407,0,0,0,0,6,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22760,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Bramblewood Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28474,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12810,12803,15407,0,0,0,0,0,4,2,1,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22761,0,0,0,0,0,0,0,0,0,0,0,4439,1,0,0,'Bramblewood Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28475,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28472,0,0,0,0,0,222,1,0,0,'Pattern: Bramblewood Helm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28476,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28473,0,0,0,0,0,222,1,0,0,'Pattern: Bramblewood Boots','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28477,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28474,0,0,0,0,0,222,1,0,0,'Pattern: Bramblewood Belt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28478,4,0,1,0,65536,136,4,0,0,0,0,0,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,35,0,200,0,0,0,5,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,2125,1,0,1,1,0,0,0,0,0,0,0,7437,-66,0,0,11,0,6,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28479,4,1152,1,0,65536,136,536870916,0,0,0,0,0,0,0,0,0,1,0,8000,0,0,0,0,101,0,0,20,20,35,0,300,0,0,0,1,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,901,1,0,1,1,0,0,0,0,0,0,0,2549,-51,0,0,11,0,22,22,0,15,15,0,22,22,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Frostbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28480,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,19726,12803,14227,0,0,0,0,4,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22756,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Sylvan Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28481,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,14342,12803,14227,0,0,0,0,4,2,2,2,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22757,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Sylvan Crown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28482,0,0,0,0,65568,0,0,0,0,0,0,0,0,0,0,0,39,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,14048,12803,14227,0,0,0,0,0,2,4,2,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22758,0,0,0,0,0,0,0,0,0,0,0,1168,69,0,0,'Sylvan Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28483,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28480,0,0,0,0,0,222,1,0,0,'Pattern: Sylvan Vest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28484,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28481,0,0,0,0,0,222,1,0,0,'Pattern: Sylvan Crown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28485,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28482,0,0,0,0,0,222,1,0,0,'Pattern: Sylvan Shoulders','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28487,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16445,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Terky','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28498,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,499,-1,24,0,0,0,1,1,1,0,0,0,0,0,0,79,23,61,0,2000,0,0,0,0,0,0,0,0,0,0,127,0,0,0,28479,0,0,0,0,7481,95,0,0,'Berserk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28505,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16456,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Poley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28522,4,0,0,0,536870912,136,536870916,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,63,0,0,0,0,0,13,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,6,0,751,0,0,1,0,0,0,0,0,0,0,0,2624,0,0,0,0,6,53,6,0,16,0,0,13,0,12,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7603,35,0,0,'Icebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28523,4,0,0,0,159383808,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,35,0,0,'Despawn Ice Block','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28524,4,0,0,0,0,136,0,1048576,0,0,0,0,0,0,0,0,32,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,64,64,50001,0,0,1,0,0,0,0,0,0,0,0,74999,0,0,0,0,0,22,0,0,15,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29318,30132,0,0,0,7702,1,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28526,4,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,5,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7603,35,0,0,'Icebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28529,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28531,0,0,0,0,0,0,1,0,0,'Frost Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28530,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,131,131,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 132','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28531,4,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,599,0,0,0,0,0,22,0,0,15,0,0,12,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7606,976,0,0,'Frost Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28532,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22822,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create iCoke Prize Voucher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28533,3,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,235,0,0,0,0,0,0,0,0,7059,90,0,0,'Transform','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28534,4,0,0,0,320,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28547,0,0,0,0,0,0,1,0,0,'Chill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28535,4,0,0,0,256,268435592,4,268435456,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,467,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181247,0,0,0,0,0,0,0,0,0,35,0,0,'Summon Ice Block','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28539,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,'Multi-Shot Damage Increase','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,0,0,0), + (28541,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,524288,0,0,8,0,0,0,0,0,0,0,0,0,88,0,0,'Death Coil Damage Increase','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (28542,5,0,2,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,501,0,0,1,0,0,0,0,0,0,0,0,1749,0,0,0,0,0,22,0,0,15,0,0,12,0,0,53,0,0,3000,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7607,546,0,0,'Life Drain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (28547,4,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,27,0,875,1,0,1,1,0,0,0,0,0,0,0,3062,-66,0,0,0,0,18,18,0,28,28,0,15,15,0,3,33,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7608,285,0,0,'Chill','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (28559,0,0,0,0,262400,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3139,1510,122,0,'Untrackable','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,0,0,1,1,1,0), + (28560,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Blizzard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28561,4,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16474,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Blizzard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28574,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,182,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1918,0,0,'Arcane Resilience','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28592,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,40,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12579,0,0,0,0,0,0,187,0,50,'Winter\'s Chill','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28593,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,60,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12579,0,0,0,0,0,0,187,0,50,'Winter\'s Chill','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28594,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,80,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12579,0,0,0,0,0,0,187,0,50,'Winter\'s Chill','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28595,0,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12579,0,0,0,0,0,0,187,0,50,'Winter\'s Chill','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28598,5,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1591,0,50,'Touch of Weakness','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (28599,5,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,4,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,263,0,0,1,0,0,0,0,0,0,0,0,1618,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,213,0,0,'Shadow Bolt Volley','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (28601,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,999,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Wyatt Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28605,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,665,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Wyatt Test','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28608,5,0,2,0,65536,0,0,128,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,58,58,106,0,215,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,86,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,824,544,0,0,'Test Curse of Agony','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,5,1024,0,1,1,1,1,1,0), + (28609,4,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,60,60,9,0,320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,919,-1,0,0,0,0,1,1,0,0,0,0,0,0,0,69,74,0,0,0,0,0,1,0,0,0,0,0,0,0,16,16,0,0,0,0,0,0,0,291,501,0,0,'Frost Ward','','','','','','','','Rank 5','','','','','','','',0,133,1500,0,3,524544,0,1,1,1,1,1,0), + (28610,5,56,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,8,0,0,0,101,0,0,60,60,9,0,320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,919,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,343,207,0,0,'Shadow Ward','','','','','','','','Rank 4','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (28611,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28610,0,0,0,0,0,222,1,0,0,'Shadow Ward','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28612,6,0,0,0,65536,131072,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,65,60,60,0,0,705,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,24,0,0,1,0,0,1,0,0,0,0,0,2,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22895,0,0,0,0,0,0,0,0,0,0,0,563,1911,0,0,'Conjure Food','','','','','','','','Rank 7','','','','','','','',0,133,1500,0,3,3221225472,0,1,1,1,1,1,0), + (28613,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28612,0,0,0,0,0,222,1,0,0,'Conjure Food','','','','','','','','Rank 7','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28614,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,101,0,0,0,0,0,0,0,0,0,0,36,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,601,0,0,1,0,0,0,0,0,0,0,0,2699,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,218,0,0,'Pointy Spike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,0,0,0), + (28615,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,3,0,0,1,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,601,0,0,1,0,0,0,0,0,0,0,0,2699,0,0,0,0,0,22,0,0,15,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,65,218,0,0,'Spike Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,2,1,0,0,0), + (28616,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,65,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,596,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28617,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28618,0,0,0,0,2304,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,124,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,0,0,0,23,60,0,1000,0,0,0,0,0,0,0,0,0,0,200,0,0,0,28622,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28619,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,124,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,0,0,0,23,60,0,2000,0,0,0,0,0,0,0,0,0,0,300,0,0,0,28622,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28620,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,124,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,0,0,0,23,60,0,2000,0,0,0,0,0,0,0,0,0,0,400,0,0,0,28622,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28621,0,0,0,0,2304,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,124,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,0,0,0,23,60,0,2000,0,0,0,0,0,0,0,0,0,0,500,0,0,0,28622,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28622,3,0,0,0,603979792,136,4,536870912,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,187,0,0,1,0,0,0,0,0,0,0,0,656,0,0,0,0,1,1,0,0,0,0,0,0,0,12,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7610,272,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28627,0,0,0,0,256,268435456,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,265,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,16486,17286,0,0,0,0,0,0,0,0,1,0,0,'Summon Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28628,0,0,0,0,8388864,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Clear Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28629,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Clear Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28663,0,0,0,0,536871184,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,'Plague Claw Submerge Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28671,3,0,0,0,536871168,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,'zzOLDWeb Spray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28673,0,1152,0,0,536871168,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,272,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28679,6,0,0,0,603979776,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,22,0,0,15,0,0,12,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,542,0,0,'Harvest Soul','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28680,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,1,0,0,'Spell Penetration 13','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28681,0,0,0,0,256,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,30,10,1,1,1,1,1,1,0,0,0,0,0,0,9,9999,9999,0,0,0,22,22,22,7,7,7,24,24,24,79,0,0,0,0,0,1,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7614,242,0,50,'Soul Revival','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28682,2,0,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,40,40,21,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,33,0,50,'Combustion','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,1,1,1,1,0), + (28683,0,0,0,0,262160,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,32,3,25,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,47,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14886,0,0,0,0,0,0,0,0,0,1891,0,0,'Leap','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,0,0,0,0,0,1,0,0,0), + (28686,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,160,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 161','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28687,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,84,84,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 85','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28688,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16440,0,0,0,0,0,0,0,0,7599,1,0,0,'Mograine Cometh DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28693,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,94,94,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 95','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28697,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7615,1,0,0,'Forgiveness','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28699,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16531,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Faint Necrotic Crystal','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28701,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,0,0,0,0,0,0,0,0,138,140,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,47,0,50,'Haste','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28716,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,0,0,0,0,0,0,0,0,0,1,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (28717,0,0,0,0,192,0,0,0,0,145,671588450,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,304,0,0,0,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,' Attack Power - Feral (+305)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28719,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,100,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Healing Touch','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (28722,6,0,1,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1555,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28723,6,0,1,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,86,1555,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28724,6,0,1,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,86,1555,0,0,'Rejuvenation','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28725,0,32,0,12,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,4,0,0,0,101,0,0,45,45,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,58,1,0,1,1,0,1,0,0,0,0,0,0,-1,0,499,0,0,0,22,0,22,15,0,15,18,0,18,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2355,50,0,50,'War Stomp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28727,5,0,0,0,67109120,65672,4,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,27,87,0,0,'Mind Exhaustion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28732,6,0,1,0,612368400,131208,4,0,0,0,0,0,0,0,0,0,3,0,0,15,0,0,0,101,0,0,62,62,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,77,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,22,1,0,7,0,0,18,0,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7618,1499,0,0,'Widow\'s Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28735,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,99,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 100','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28736,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,177,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 178','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28737,0,0,0,0,0,268436480,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,63,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-541,0,0,0,0,0,22,0,0,15,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7543,201,0,0,'Amnesia','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28738,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16547,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Speedy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28739,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16548,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Mr. Wiggles','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28740,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16549,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Whiskers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28741,3,0,0,0,262144,136,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,1749,0,0,0,0,0,24,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7204,636,0,0,'Poison Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3884,241,0,0,'Healing Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28743,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1714,0,0,'Dreamwalker','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (28744,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4537,0,0,0,0,0,0,0,0,0,1,0,0,'Regrowth','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (28745,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23024,0,0,0,0,0,0,0,0,0,0,0,215,1,0,0,'Quest - Prepare Field Duty Papers','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28746,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-26,-26,0,0,0,0,1,0,0,0,0,0,0,0,0,183,108,0,0,0,0,0,0,0,0,0,0,0,0,0,126,2,0,0,0,0,0,0,0,0,1714,0,0,'Plagueheart','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,0,0), + (28747,0,21,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,26,26,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,99,49,14,0,0,0,1,1,1,0,0,0,0,0,0,79,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28748,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Instakill Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28749,0,0,0,0,0,0,0,268435712,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Check Spectral Side','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28750,3,0,0,0,134217728,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,13,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,21,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,50,'Blessing of the Claw','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28751,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Multi-Shot','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (28752,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28753,0,0,0,0,0,0,1,0,0,'Adrenaline Rush','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (28753,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1555,0,0,'Adrenaline Rush','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28754,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,101,0,0,55,55,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2657,71,0,0,'Fury of the Ashbringer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28755,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3999,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Rapid Fire','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (28756,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28757,0,0,0,0,0,0,67,0,0,'Stalker\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28757,0,0,0,0,384,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,5,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,'Stalker\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28758,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,60,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,119,119,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,12,12,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1680,0,0,'Stalker\'s Ally','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (28760,0,0,0,0,134217728,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,35,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6941,1,0,0,'Mana Infusion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28761,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,15,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28762,0,0,0,0,0,0,1,0,0,'Not There','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (28762,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,1,0,0,1,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,74,0,50,'Not There','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28763,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-60001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Evocation','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (28764,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Adaptive Warding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28765,2,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,4059,16,0,0,'Fire Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (28766,4,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,4060,181,0,0,'Frost Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (28767,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,50,50,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 51','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28768,3,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,4061,1675,0,0,'Nature Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (28769,5,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,343,207,0,0,'Shadow Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (28770,5,0,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,60,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,34,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,0,0,0,127,332,0,0,'Arcane Resistance','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (28771,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,20,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28772,0,0,0,0,0,0,1,0,0,'Elemental Vulnerability','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28772,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,131072,100,1,0,60,60,9,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,4721,167,0,0,'Elemental Vulnerability','','','','','','','','','','','','','','','',0,133,1500,0,3,0,0,1,1,1,1,1,0), + (28773,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,234,0,0,0,0,0,1,0,0,0,0,0,0,0,0,158,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,345,1893,0,0,'Glyph of Deflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28774,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-720001,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,1,0,0,'Lay Hands','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (28775,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Judgement of Light','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (28776,3,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-91,0,0,0,0,0,6,0,0,0,0,0,0,0,0,118,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,19,1719,0,0,'Necrotic Poison','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28777,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,259,259,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,1897,0,0,'Slayer\'s Crest','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28778,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,321,1893,0,0,'Loatheb\'s Reflection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28779,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,129,129,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,7306,1898,0,0,'Essence of Sapphiron','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28780,0,0,1,0,0,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,100,5,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,7306,1896,0,0,'The Eye of the Dead','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28781,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Spectral Side Assault','','','','','','','','','','','','','','','',0,0,0,0,0,0,3,0,0,1,0,0,0), + (28782,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,1,0,0,'Stun Self + Immune','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28783,0,1152,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,2,98,0,1125,1,0,1,1,0,0,0,0,0,0,0,3937,299,0,0,0,6,24,24,0,0,0,16,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7619,243,0,0,'Impale','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28784,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,76,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,18,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16592,181371,16606,0,0,0,0,0,0,0,1,0,0,'Summon Midsummer Bonfire Bunnies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28785,0,1152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,20000,9,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-41,0,0,0,0,1,1,0,0,0,0,0,0,0,23,33,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28786,0,0,0,0,0,7621,1771,0,0,'Locust Swarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28786,3,0,0,0,16,136,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,251,0,0,1,0,0,0,0,0,0,0,0,874,0,0,0,0,0,22,22,22,15,15,15,10,10,10,3,27,25,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7620,1771,0,0,'Locust Swarm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28787,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28788,0,0,0,0,0,0,1,0,0,'Cleanse','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (28788,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,95,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,0,50,'Cleanse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28789,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Holy Power','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,1,0), + (28790,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,332,0,50,'Holy Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28791,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,139,139,0,0,0,0,21,21,0,0,0,0,0,0,0,99,124,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,50,'Holy Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28792,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,125,125,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 126','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28793,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,21,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1874,0,50,'Holy Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28794,2,0,0,0,0,268435592,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,32,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,27,0,0,301,0,0,1,0,0,0,0,0,0,0,0,1849,0,0,0,0,0,28,0,0,0,0,0,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,547,0,0,'Rain of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28795,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,21,0,0,0,0,0,0,0,0,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1873,0,50,'Holy Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28796,3,1152,4,0,0,136,4,256,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,31,0,0,0,0,0,6,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,351,67,0,1,1,0,0,0,0,0,0,0,1224,416,0,0,0,0,22,22,0,15,15,0,22,22,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Poison Bolt Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28797,3,1152,0,0,67109136,0,0,0,0,0,0,0,0,0,0,0,1,0,30000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1499,0,0,'Widow\'s Embrace','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28798,0,1152,0,0,262160,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,149,74,49,0,0,0,1,1,1,0,0,0,0,0,0,79,138,61,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,870,95,0,0,'Enrage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28799,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-26,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Spell Penetration 25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28800,0,0,0,0,65792,0,0,0,0,0,0,16384,0,0,0,0,6,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,59,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,23,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,104,1,0,0,'Word of Thawing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28801,3,0,0,0,67108864,0,0,536870912,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-91,99,0,0,0,0,1,1,0,0,0,0,0,0,0,137,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,2716,1960,0,0,'Slime','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28802,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,81920,5,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28804,0,0,0,0,0,0,1,0,0,'Epiphany','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (28803,0,0,0,0,256,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,30,10,0,1,1,0,1,1,0,0,0,0,0,0,0,9999,9999,0,0,0,1,22,22,0,7,7,0,24,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29846,0,0,0,0,0,7640,242,0,50,'Bonfire Superbuff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28804,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,50,'Epiphany','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,1,0,1,1,1,0), + (28805,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,237,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 238','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28806,0,0,0,0,256,0,536870912,0,0,0,0,0,0,1365,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,3,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29437,0,29338,0,0,0,7641,1,0,0,'Toss Fuel on Bonfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28807,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Renew','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (28808,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Reduced Threat','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (28809,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,100,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Greater Heal','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,1,0), + (28810,1,0,1,0,327680,0,2621440,0,0,134217728,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,0,1,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,499,0,0,0,0,0,21,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,784,453,0,50,'Armor of Faith','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,1,1,1,1,1,0), + (28811,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1,0,0,'Reduced Threat','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (28812,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28813,0,0,0,0,0,0,1,0,0,'Head Rush','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (28813,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,6624,1677,0,0,'Head Rush','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28814,0,0,0,0,464,1048576,0,0,2,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28815,0,0,5,0,0,0,559,0,0,'Revealed Flaw','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (28815,0,0,0,0,33882128,32,0,0,0,0,0,0,0,0,0,0,1,180000,0,0,0,0,87376,100,1,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,4371,562,0,0,'Revealed Flaw','','','','','','','','','','','','','','','',0,0,0,0,8,1073741824,0,0,0,1,1,0,0), + (28816,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28817,0,0,0,0,0,0,1,0,0,'Invigorate','','','','','','','','','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (28817,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,21,0,0,1,0,0,0,0,0,0,0,0,89,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,0,50,'Invigorate','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28818,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Totemic Energy','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (28819,0,0,0,0,687866128,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,'Submerge Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28820,1,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,1,0,0,0,0,0,0,0,85,23,0,0,5000,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18350,0,0,0,0,0,1873,0,50,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,0,1,1,1,0), + (28821,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28820,0,0,0,0,0,0,1,0,0,'Lightning Shield','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (28823,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,10,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Totemic Power','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (28824,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,27,0,0,0,0,0,21,0,0,0,0,0,0,0,0,85,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1873,0,50,'Totemic Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28825,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,21,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1874,0,50,'Totemic Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28826,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,21,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,50,'Totemic Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28827,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,31,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,21,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,332,0,50,'Totemic Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,1,0,1,1,1,0), + (28829,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,1,0,0,'Corruption','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (28830,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,1,0,0,'Life Tap','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (28831,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28839,0,0,0,0,0,0,1,0,0,'Vampirism','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (28832,0,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,62,0,0,0,0,0,1,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,24,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,'Mark of Korth\'azz','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28833,0,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,62,0,0,0,0,0,1,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,24,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1714,0,0,'Mark of Blaumeux','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28834,0,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,62,0,0,0,0,0,1,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,25,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,140,0,0,'Mark of Mograine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28835,0,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,62,0,0,0,0,0,1,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,25,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,542,0,0,'Mark of Zeliek','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28836,5,0,0,0,536870912,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mark','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28839,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,3,0,61,0,0,1,0,0,0,0,0,0,0,0,269,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,0,50,'Vampirism','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28840,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,97,97,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 98','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28841,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,112,112,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 113','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28842,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Hit Chance','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (28843,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,' Increased Spell Hit Chance','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (28844,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,74,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Revenge','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (28845,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,664232,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28846,0,0,0,0,0,0,1,0,0,'Cheat Death','','','','','','','','','','','','','','','',0,0,0,0,5,0,0,0,0,1,1,1,0), + (28846,0,0,1,0,65536,131072,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,159,0,0,0,0,0,1,0,0,0,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,221,0,0,'Cheat Death','','','','','','','','','','','','','','','',0,133,0,0,4,0,0,1,1,1,1,1,0), + (28847,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,'Healing Touch Refund','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (28848,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1555,0,0,'Healing Touch','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28849,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,16384,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,'Lesser Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (28850,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1555,0,0,'Lesser Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28851,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,82,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,'Increased Flash of Light Healing','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (28852,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,47,32,0,0,0,0,1,0,0,0,0,0,0,0,0,107,107,0,0,0,0,0,0,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0,0,13,0,0,'Improved Seal of the Crusader','','','','','','','','','','','','','','','',0,0,0,0,10,4096,0,0,0,1,1,0,0), + (28853,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,'Increased Flash of Light Healing','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,0,0,0), + (28854,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4555,0,0,0,0,0,0,0,0,0,225,0,0,'Improved Moonfire','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (28855,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,13,0,0,'Reduced Maul and Swipe Cost','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,0,0,0), + (28856,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3736,0,0,0,0,0,0,0,0,0,13,0,0,'Increased Lesser Healing Wave','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (28857,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4554,0,0,0,0,0,0,0,0,0,13,0,0,'Increased Lightning Damage','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (28858,3,99,0,7,1074331648,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,6,6,0,0,0,0,0,0,0,26,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,20,0,0,'Entangling Roots','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,0,2,1,1,1,0), + (28859,2,0,0,0,0,0,0,268697600,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7631,1,0,0,'Cleansing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (28860,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16592,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Midsummer Bonfire Fuel Counter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28861,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Holiday - Midsummer, Remove Bonfire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28862,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,72,331,0,0,'The Eye of Diminution','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (28863,5,0,0,0,536936448,136,0,256,0,0,0,0,0,0,0,0,1,0,0,15,0,31756,0,101,0,65,60,60,23,0,0,0,0,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,53,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16697,0,0,0,0,0,0,0,0,0,285,0,50,'Void Zone','','','','','','','','','','','','','','','',0,133,1500,0,3,524416,0,1,1,1,1,1,0), + (28864,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16698,0,0,0,0,0,0,0,0,7626,1,0,0,'Summon Corpse Scarabs (10)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28865,5,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,881,0,0,1,0,0,0,0,0,0,0,0,3959,0,0,0,0,0,22,0,0,15,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7654,1,0,0,'Consumption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28866,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,19,19,0,0,0,0,1,1,0,0,0,0,0,0,0,138,140,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1508,1899,0,50,'Kiss of the Spider','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (28869,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,0,1,0,0,'Spell Penetration 15','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28870,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,59,59,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,170,0,0,'Undead Slayer 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28871,0,0,0,0,16,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,7,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16701,0,0,0,0,0,0,0,0,353,29,0,0,'Summon Spirit of Summer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28873,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,251,1,0,1,1,0,0,0,0,0,0,0,874,49,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,7622,55,0,0,'Lich Slap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (28874,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28865,0,0,0,0,0,0,1,0,0,'Consumption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28876,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam Undead 26','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28881,0,0,0,0,208,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,25,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28882,0,0,0,0,0,0,679,0,0,'Righteous Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28882,2,0,0,0,16,136,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,31,0,0,0,0,0,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,481,1,0,1,1,0,0,0,0,0,0,0,2159,599,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5720,453,0,0,'Righteous Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,0,0), + (28883,1,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,0,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,111,0,0,1,0,0,0,0,0,0,0,0,494,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7160,548,0,0,'Holy Wrath','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,2,1,0,0), + (28884,2,0,0,0,0,0,0,256,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1351,0,0,1,0,0,0,0,0,0,0,0,12824,0,0,0,0,0,16,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7479,184,0,0,'Meteor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28885,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19822,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Vindicator\'s BP DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28886,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19823,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Vindicator\'s Belt DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28888,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,329,0,0,'Copy of Undead Slayer 108','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28890,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,59,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam Undead 60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28891,0,0,0,0,262144,0,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1097203,0,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2684,0,0,0,0,0,0,0,0,3324,1,0,0,'Consecrated Weapon','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28893,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,107,107,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,0,0,0,0,329,0,0,'Undead Slayer 100','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (28898,0,0,0,0,262144,0,8192,0,0,0,0,16,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,25,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6430720,54,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3599,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2685,0,0,0,0,0,0,0,0,3324,1,0,0,'Blessed Wizard Oil','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28908,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19824,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Vindicator\'s Armguards DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28909,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19825,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Freethinker\'s BP DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28911,0,0,0,15,458768,512,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,38,38,85,3,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,35,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1167,498,0,0,'Copy of Garrote','','','','','','','','Rank 4','','','','','','','',0,133,1000,0,0,0,0,2,2,1,1,1,0), + (28913,0,40,0,15,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,45,151,0,1,1,0,0,0,0,0,0,0,277,524,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,108,0,50,'Flesh Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (28919,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19826,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Freethinker\'s Belt DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28920,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19827,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Freethinker\'s Bracers DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28921,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19831,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Predator\'s Mantle DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28923,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19829,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Augur\'s Belt DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28926,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19830,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Augur\'s Bracers DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28928,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16775,0,0,0,0,0,0,0,0,7181,1,0,0,'Summon Spirit of Mograine','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28929,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19832,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Predator\'s Belt DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28930,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19833,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Predator\'s Bracers DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28931,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16776,0,0,0,0,0,0,0,0,7181,1,0,0,'Summon Spirit of Blaumeux','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28932,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16778,0,0,0,0,0,0,0,0,7181,1,0,0,'Summon Spirit of Korth\'azz','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28934,5,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16777,0,0,0,0,0,0,0,0,7181,1,0,0,'Summon Spirit of Zeliek','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28935,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19834,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Madcap\'s BP DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28937,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19835,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Madcap\'s Mantle DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28939,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19836,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Madcap\'s Bracers DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28940,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19838,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Haruspex\'s BP DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28941,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19839,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Haruspex\'s Belt DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28942,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19840,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Haruspex\'s Bracers DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28943,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19841,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Confessor\'s Mantle DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28945,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19842,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Confessor\'s Belt DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28946,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19843,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Confessor\'s Bracers DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28949,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20034,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Illusionist\'s BP DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28951,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19845,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Illusionist\'s Mantle DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28952,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19846,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Illusionist\'s Bracers DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28954,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20033,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Demoniac\'s BP DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28956,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19849,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Demoniac\'s Mantle DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28958,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19848,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Demoniac\'s Bracers DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28959,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19828,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Augur\'s BP DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28960,0,0,0,0,16,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,32,0,0,0,0,0,7,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,16085,0,0,0,0,0,0,0,0,0,29,0,0,'Copy of Summon Peddlefeet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28961,0,1152,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Corpse Scarabs (10)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28969,3,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,5,40,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,854,68,0,0,'Acid Spit','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28987,0,0,0,0,8388624,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16243,0,0,0,0,0,0,0,0,0,207,0,0,'Plague Slime (Black)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28988,0,0,0,0,8388624,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16783,0,0,0,0,0,0,0,0,0,182,0,0,'Plague Slime (Blue)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28989,0,0,0,0,8388624,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16785,0,0,0,0,0,0,0,0,0,198,0,0,'Plague Slime (Green)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28990,0,0,0,0,8388624,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16784,0,0,0,0,0,0,0,0,0,33,0,0,'Plague Slime (Red)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28991,3,34,0,7,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,10,1,0,0,0,0,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,69,0,0,'Web','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (28992,0,0,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Corpse Scarabs Delay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28994,0,1152,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,20000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Corpse Scarabs Delay','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (28995,0,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,171,0,0,15,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,99999,0,0,0,0,0,1,1,0,0,0,0,0,0,0,8,40,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,7627,139,0,0,'Stoneskin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (28996,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,198,0,0,'Elemental Warding','','','','','','','','Rank 1','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (28997,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,198,0,0,'Elemental Warding','','','','','','','','Rank 2','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (28998,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,198,0,0,'Elemental Warding','','','','','','','','Rank 3','','','','','','','',0,0,0,0,6,0,0,0,0,1,0,0,0), + (28999,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1921,0,0,'Storm Reach','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (29000,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,1921,0,0,'Storm Reach','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (29001,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16450,0,0,0,0,0,0,0,0,850,1905,0,0,'Transformed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29002,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16454,0,0,0,0,0,0,0,0,850,1905,0,0,'Transformed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29003,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16455,0,0,0,0,0,0,0,0,850,1905,0,0,'Transformed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29004,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7341,1,0,0,'Transform to Dancer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29005,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,47,0,0,'Storm Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29006,0,0,0,0,0,524288,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,21,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,7415,1361,0,0,'Bubbly Refreshment','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29007,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,55,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,488,0,0,0,0,0,1,0,0,0,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7628,1309,0,0,'Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29008,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,45,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,357,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7629,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29009,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21407,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Mace of Unending Life DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29010,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21409,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Cloak of Unending Life DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29011,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21408,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Band of Unending Life DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29012,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21401,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Scythe of the Unseen Path DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29013,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21403,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Cloak of the Unseen Path DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29014,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21402,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Signet of the Unseen Path DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29015,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21413,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Blade of Vaulted Secrets DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29016,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21415,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Drape of Vaulted Secrets DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29017,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21414,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Band of Vaulted Secrets DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29018,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21395,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Blade of Eternal Justice DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29019,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21397,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Cape of Eternal Justice DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29020,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21396,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ring of Eternal Justice DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29021,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21410,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Gavel of Infinite Wisdom DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29022,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21412,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Shroud of Infinite Wisdom DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29023,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21411,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ring of Infinite Wisdom DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29024,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21404,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Dagger of Veiled Shadows DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29025,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21406,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Cloak of Veiled Shadows DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29026,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21405,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Band of Veiled Shadows DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29027,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21398,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Hammer of the Gathering Storm DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29028,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21400,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Cloak of the Gathering Storm DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29029,0,59,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,1500,1,262272,0,0,101,0,0,15,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,64,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29039,29038,0,0,0,0,7423,1906,0,0,'Fizzy Energy Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29030,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21399,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ring of the Gathering Storm DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29031,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21416,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Kris of Unspoken Names DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29032,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21418,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Shroud of Unspoken Names DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29033,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21417,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ring of Unspoken Names DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29034,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21392,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Sickle of Unyielding Strength DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29035,0,0,0,0,545259776,268435592,1,269484032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Bloodlord\'s Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29036,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21394,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Drape of Unyielding Strength DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29037,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21393,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Sickle of Unyielding Strength DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29038,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1907,0,0,'Fizzy Energy Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29039,0,0,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,0,1,262272,0,0,101,0,0,10,10,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,299,0,0,0,0,0,1,1,0,0,0,0,0,0,0,85,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29040,0,0,0,0,51,1312,0,0,'Fizzy Energy Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29040,0,0,0,0,134217984,1024,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,347,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,24,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1906,0,0,'Fizzy Energy Drink','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29041,0,59,0,0,671088896,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29042,0,0,0,0,3880,1743,0,50,'Tasty Summer Treat','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29042,6,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7630,1479,0,0,'Glowy (iCoke Promotion)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29051,5,0,0,0,67109120,65672,4,0,0,0,0,0,0,0,0,0,1,0,0,1,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,27,87,0,0,'Mind Exhaustion','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29055,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,55,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,2,0,0,0,0,1,1,0,0,0,0,0,0,0,20,21,0,1000,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1909,0,50,'Refreshing Red Apple','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29059,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,11195,0,0,0,0,0,0,0,0,1706,1241,122,0,'Skeletal Steed','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29060,0,1152,0,0,327696,0,67108864,0,0,0,0,0,0,0,0,0,1,60000,10000,0,0,0,0,101,0,0,10,10,18,1,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,114,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34,24,0,0,'Taunt','','','','','','','','','','','','','','','',0,0,0,0,4,32768,0,0,0,1,1,1,0), + (29061,0,0,0,0,327696,0,0,0,0,0,0,0,0,0,0,0,1,30000,0,0,0,0,0,101,0,0,24,24,18,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-76,0,0,0,0,0,1,0,0,0,0,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,345,281,0,50,'Shield Wall','','','','','','','','','','','','','','','',0,0,0,0,4,8192,0,2,2,1,1,1,0), + (29062,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,33,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29063,0,0,0,0,0,0,1931,0,0,'Eye of the Storm','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29063,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,7646,1499,0,0,'Focused Casting','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,1,1,1,1,0,0), + (29064,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,66,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29063,0,0,0,0,0,0,1931,0,0,'Eye of the Storm','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29065,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,680,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29063,0,0,0,0,0,0,1931,0,0,'Eye of the Storm','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29068,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Damage 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29069,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,71,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical Spell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29070,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7616,1892,0,0,'ZZOLDLesser Mark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29071,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7616,1894,0,0,'ZZOLDMark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29072,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7616,1895,0,0,'ZZOLDGreater Mark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29073,0,11,0,0,402653440,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,1,262272,0,0,101,0,0,65,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,529,0,0,0,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,358,0,50,'Food','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29074,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,50,'Master of Elements','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29075,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,50,'Master of Elements','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29076,2,0,0,0,262352,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,50,'Master of Elements','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29077,6,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,0,'Master of Elements','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29079,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,13,9,26,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,0,0,0,0,679,0,0,'Elemental Weapons','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (29080,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,19,14,39,0,0,0,1,1,1,0,0,0,0,0,0,108,108,108,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3,0,0,0,0,0,0,0,679,0,0,'Elemental Weapons','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (29082,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,44083,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,257,0,50,'Weapon Mastery','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29084,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,44083,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,257,0,50,'Weapon Mastery','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29086,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,44083,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,257,0,50,'Weapon Mastery','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29087,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,44083,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,257,0,50,'Weapon Mastery','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29088,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,44083,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,257,0,50,'Weapon Mastery','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29089,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Devout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29090,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Dreadmist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29091,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Magister','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29092,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Valor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29093,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Lightforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29094,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Beaststalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29095,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Elements','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29096,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Shadowcraft','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29097,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,199,0,0,0,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Armor 200 Wildheart','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23184,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Flame of Darnassus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23182,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Flame of Stormwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29102,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23183,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Flame of Ironforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29103,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29104,0,0,0,0,0,0,1,0,0,'Anub\'Rekhan\'s Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29104,0,0,0,0,536871168,268435592,0,268435712,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Anub\'Rekhan\'s Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29105,0,0,0,0,8388864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16698,0,0,0,0,0,0,0,0,7626,1,0,0,'Summon Corpse Scarabs (5)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29107,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,901,0,0,1,0,0,0,0,0,0,0,0,4049,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,246,1,0,0,'Disrupting Shout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29108,0,0,0,0,8388864,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Kill Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29110,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,42,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,32,32,0,0,0,0,8,8,0,0,0,0,0,0,0,-1e17,0,0,0,0,0,0,0,0,9526,9297,0,0,0,0,0,0,0,0,1,0,0,'Summon Enraged Mounts','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29111,0,0,0,0,67109248,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,244,0,0,'Permafear','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29112,0,0,0,0,16777360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,149,149,0,0,0,0,1,1,0,0,0,0,0,0,0,102,131,0,0,0,0,0,0,0,0,0,0,0,0,0,36,36,0,0,0,0,0,0,0,3580,1894,0,0,'Champion of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29113,0,0,0,0,16777360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,1,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36,0,0,0,0,0,0,0,0,3580,1895,0,0,'Champion of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29114,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181377,0,0,0,0,0,0,0,0,0,1,0,0,'Midsummer Bonfire Bunnies 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29115,2,0,0,0,384,1024,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,7,0,0,6,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,22,0,0,15,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,795,11,0,0,'Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29116,0,0,0,0,256,0,0,0,0,0,0,0,0,4,0,0,20,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23211,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Toast Smorc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29124,6,0,0,0,1074855936,262144,64,0,0,0,0,0,193,0,0,0,1,0,0,0,2,0,0,101,0,0,1,1,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,7,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16479,0,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','','','','','','','','',0,0,0,0,3,3238264832,0,0,0,1,1,1,0), + (29125,0,0,0,0,67108864,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4999,0,0,0,0,0,22,0,0,30,0,0,12,0,0,87,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,282,0,0,'Hopeless','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29126,0,0,0,0,0,0,128,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,100,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,2,77,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7631,1,0,0,'Cleansing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29127,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,25,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,1,0,0,'Maypole Buff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23179,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Flame of Orgrimmar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29131,0,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,10,10,1,4294967294,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,1,0,0,0,0,0,0,0,24,94,0,1000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,47,86,86,0,'Bloodrage','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (29132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23180,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Flame of Thunder Bluff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23181,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Flame of The Undercity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29134,5,0,0,0,268500992,131076,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,15374,0,101,0,0,20,20,28,0,0,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,6,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,1,25,1,0,0,0,0,0,0,4,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4,0,0,0,0,0,0,1523,164,0,0,'Maypole','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,0,0,1,1,1,0), + (29135,0,0,0,0,0,0,128,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,100,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,2,77,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7631,1,0,0,'Cleansing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29136,0,0,0,0,0,0,128,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,100,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,2,77,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,25,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7631,1,0,0,'Cleansing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29137,2,0,0,0,0,0,128,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,100,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,2,77,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7631,1,0,0,'Cleansing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29138,0,0,0,0,0,0,128,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,100,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,2,77,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7631,1,0,0,'Cleansing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29139,0,0,0,0,0,0,128,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,100,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,2,77,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,25,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7631,1,0,0,'Cleansing Flames','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29140,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1916,0,0,'Vitality','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29142,3,0,0,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,15000,0,15,0,0,0,101,0,0,0,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,10,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3884,1917,0,0,'ZZOLDSwiftmend','','','','','','','','Rank 1','','','','','','','',20,133,1500,0,7,0,0,1,1,1,1,1,0), + (29143,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1916,0,0,'Vitality','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29144,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1916,0,0,'Vitality','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29145,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1916,0,0,'Vitality','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29146,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,1916,0,0,'Vitality','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29150,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,60,60,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29151,0,0,0,0,0,0,502,0,50,'Electric Discharge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29151,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,51,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4229,320,0,50,'Electric Discharge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29153,0,0,0,0,536871184,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,62,62,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1661,0,0,'Gargoyle Stoneform Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29154,6,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Dummy Stoneskin','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29155,5,0,0,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,45,45,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,9,0,0,31,0,0,1,0,0,0,0,0,0,0,0,184,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7293,546,0,0,'Drain Life','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29156,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23227,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create iCoke Giftbox Voucher','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29159,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Increased Critical 2 Spells','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29160,5,0,0,0,268500992,131076,0,0,0,0,0,0,0,0,0,0,7,0,0,15,0,15374,0,101,0,0,20,20,0,0,0,0,0,0,4,0,0,0,0,6265,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1523,164,0,0,'Maypole','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,0,0,1,1,1,0), + (29162,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,15,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29164,0,0,0,0,0,0,9,0,0,'Stygian Grasp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29163,4,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,8,4,4,28,0,25,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,3,0,1,1,0,0,0,0,0,0.5,0,-41,17,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,188,0,50,'Copy of Frostbolt','','','','','','','','Rank 1','','','','','','','',0,133,1500,0,3,1075314720,0,1,1,1,1,1,0), + (29164,5,0,1,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,28,0,0,0,0,0,4,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-51,0,0,11,0,0,6,0,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1591,0,50,'Stygian Grasp','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,0,1,1,1,0), + (29166,3,0,1,0,65536,0,0,0,0,0,1073741824,0,0,0,0,0,1,360000,0,0,0,0,0,101,0,0,0,40,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,99,399,0,0,0,0,21,21,0,0,0,0,0,0,0,134,110,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3884,62,0,0,'Innervate','','','','','','','','','','','','','','','',5,133,1500,0,7,0,0,1,1,1,1,0,0), + (29167,0,0,0,0,262272,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29166,0,0,0,0,0,107,62,0,0,'Innervate','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29168,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,8,8,32,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (29169,3,18,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,6,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,251,123,0,1,1,0,0,0,0,0,0,0,374,288,0,0,0,0,22,22,0,15,15,0,10,10,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,68,0,0,'Copy of Poison Bolt Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29171,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,1,0,0,'Strong Current','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (29172,0,0,0,0,134217984,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,14,4118,15366,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7636,1919,0,0,'Ribbon Pole Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29173,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7531,1,0,0,'Ribbon Pole Ritual Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,25,0,0,0,0,0,0,0,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,7637,1919,0,0,'Ribbon Dance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29177,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1930,0,0,'Elemental Devastation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29178,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1930,0,0,'Elemental Devastation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29179,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29177,0,0,0,0,0,0,1930,0,0,'Elemental Devastation','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29180,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29178,0,0,0,0,0,0,1930,0,0,'Elemental Devastation','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29181,0,0,0,0,268435712,0,1,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,1,0,0,'Teleport to Twin Emps Effect DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29182,0,0,0,0,268435712,0,1,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,1480,0,0,'Teleport to Twin Emperors','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29183,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,1,0,0,'Polymorph Immunity','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29184,5,0,0,0,603979776,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4327,0,0,0,0,0,0,0,0,0,91,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (29185,5,0,0,0,603981824,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87040,100,0,0,0,0,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29184,0,0,0,0,0,70,692,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,6,0,0,0,0,1,1,0,0), + (29187,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,962,0,0,'Healing Grace','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29188,0,0,0,0,268435712,0,1,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,1480,0,0,'Teleport to Final Chamber','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29189,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,962,0,0,'Healing Grace','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29190,0,0,0,0,268435712,0,1,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,1,0,0,'Teleport to Final Chamber Effect DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29191,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-16,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,962,0,0,'Healing Grace','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29192,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,5,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0,0,57,0,0,'Improved Weapon Totems','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (29193,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,29,11,0,0,0,0,1,1,0,0,0,0,0,0,0,108,108,0,0,0,0,0,0,0,0,0,0,0,0,0,3,8,0,0,0,0,0,0,0,0,57,0,0,'Improved Weapon Totems','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (29194,5,0,0,0,603981824,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,17408,100,0,0,0,0,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29195,0,0,0,0,0,70,692,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (29195,5,0,0,0,603979776,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4327,0,0,0,0,0,0,0,0,0,91,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (29196,5,0,0,0,603981824,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,17408,100,0,0,0,0,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29197,0,0,0,0,0,70,692,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (29197,5,0,0,0,603979776,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4327,0,0,0,0,0,0,0,0,0,91,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,10,0,0,0,0,1,1,0,0), + (29198,5,0,0,0,603981824,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,17408,100,0,0,0,0,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29199,0,0,0,0,0,70,692,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (29199,5,0,0,0,603979776,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4327,0,0,0,0,0,0,0,0,0,91,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (29201,5,0,0,0,603979776,136,536870916,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,692,0,0,'Corrupted Mind','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,0,0), + (29202,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29203,0,0,0,0,0,0,1929,0,0,'Healing Way','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29203,1,0,1,0,327680,0,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,8,0,0,0,0,0,6,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,21,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1929,0,0,'Healing Way','','','','','','','','','','','','','','','',0,0,0,0,10,536870912,0,1,1,1,1,0,0), + (29204,5,0,0,0,0,2184,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2549,0,0,0,0,0,22,0,0,15,0,0,12,0,0,3,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,183,222,0,0,'Inevitable Doom','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,1,1,1,1,0), + (29205,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29203,0,0,0,0,0,0,1929,0,0,'Healing Way','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29206,0,0,0,0,448,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,109,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29203,0,0,0,0,0,0,1929,0,0,'Healing Way','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (29207,3,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,47,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'Copy of Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (29208,3,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,47,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (29209,3,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,48,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (29210,3,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,49,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (29211,3,44,0,0,65536,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,29,6,6,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,1,50,0,0,9,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,13,7,0,0,0,0,0,0,263,1499,0,0,'Blink','','','','','','','','','','','','','','','',0,133,1500,0,3,65536,0,1,1,1,1,1,0), + (29212,5,22,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,1,1,1,8,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-51,-101,-51,11,0,0,22,22,22,15,15,15,9,9,9,33,138,137,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,96,0,0,'Cripple','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29213,5,0,2,0,16,0,0,256,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,22,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29214,0,0,0,0,0,7638,221,0,0,'Curse of the Plaguebringer','','','','','','','','','','','','','','','',0,0,0,0,0,0,20,0,0,1,1,1,0), + (29214,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,285,251,0,1,1,0,0,0,0,0,0,0,1757,874,0,0,0,0,22,22,0,15,15,0,21,21,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,969,207,0,0,'Wrath of the Plaguebringer','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (29215,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Copy of Vanish','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29216,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29217,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29218,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,4,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1680,0,0,'ZZOLD','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (29220,0,59,4,0,256,0,2147483648,0,0,0,0,0,0,0,0,0,1,0,60000,1,128,0,20,5,0,0,35,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,100,0,1,1,0,1,1,0,0,0,0,0,0,0,-1,19,0,0,0,0,1,1,0,0,0,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,29221,0,0,0,0,0,101,937,0,50,'Fiery Festival Brew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29221,2,0,0,0,0,136,2147483648,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,3,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,24,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3899,937,0,0,'Fiery Festival Brew','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29223,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,41,0,3,2,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,0,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,16981,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29224,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29225,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29226,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16981,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29227,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29228,2,19,1,0,327680,0,0,0,0,0,0,0,0,0,0,0,1,0,6000,0,0,0,0,101,0,67,60,60,29,0,410,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,1,1,0,1,1,0,0,0,0,3.5,0,0,291,79,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3445,678,0,0,'Flame Shock','','','','','','','','Rank 6','','','','','','','',0,133,1500,0,11,268435456,0,1,1,1,1,1,0), + (29229,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29228,0,0,0,0,0,222,678,0,0,'Flame Shock','','','','','','','','Rank 6','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29230,0,0,0,0,448,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,99,0,0,'Immune All','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29231,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,252,0,0,'Teleport Return','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29232,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,23,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,-101,49,59,0,0,0,22,22,22,15,15,15,13,13,13,10,52,57,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,7598,312,0,0,'Fungal Bloom','','','','','','','','','','','','','','','',0,0,0,0,0,0,5,0,0,1,1,1,0), + (29233,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,5,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1922,0,0,'Beast of the Unseen Path','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (29234,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,23,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16286,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Spore','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29235,0,0,0,0,159383552,32,5,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,22,0,0,30,0,0,12,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,7640,1923,0,0,'Fire Festival Fortitude','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29236,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,0,0,0,101,0,0,0,15,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,41,0,0,1,0,0,0,0,0,0,0,0,139,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1588,1,0,0,'Shimmer Stout','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (29237,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,41,41,1,2,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,17,17,17,0,0,0,16,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16984,16984,16984,0,0,0,0,0,0,74,1,0,0,'Summon Skeletons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29238,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29239,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16981,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29240,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,41,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,0,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,16982,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29241,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16986,0,0,0,0,0,0,0,0,0,976,0,0,'Midsummer Merchant - Dwarf Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (29242,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16985,0,0,0,0,0,0,0,0,0,976,0,0,'Midsummer Merchant - Orc Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (29243,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16989,0,0,0,0,0,0,0,0,0,976,0,0,'Festival Flamekeeper - Troll Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (29244,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16987,0,0,0,0,0,0,0,0,0,976,0,0,'Festival Flamekeeper - Tauren Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (29245,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16990,0,0,0,0,0,0,0,0,0,976,0,0,'Festival Flamekeeper - Dwarf Male','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (29246,0,0,0,0,256,268437504,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16988,0,0,0,0,0,0,0,0,0,976,0,0,'Festival Flamekeeper - Human Female','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (29247,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16984,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29248,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16984,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29249,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16984,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29250,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10211,0,0,0,0,0,0,0,0,0,1,0,0,'Sapphiron DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29252,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Skeletons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29255,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29256,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16981,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29257,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29258,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29261,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Skeletons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29262,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29264,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Summon Skeletons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29265,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Skeletons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29266,0,0,0,0,262528,394240,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,1,0,0,'Permanent Feign Death','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29267,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29268,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16981,0,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29269,0,0,0,0,272,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,5,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,41,0,1,1,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,17,17,0,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16983,16982,0,0,0,0,0,0,0,74,1,0,0,'Summon Skeleton','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29270,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Skeletons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29273,0,0,0,0,272,136,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,79,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7723,1,0,0,'Teleport','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29274,0,0,0,0,328064,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-101,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,16777825,0,0,10,0,0,0,0,0,0,0,0,0,112,0,50,'Nature\'s Swiftness','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (29275,0,0,0,0,328064,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,50,'Unstable Power','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (29280,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29281,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29282,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29283,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29284,0,0,0,0,328064,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,50,'Brittle Armor','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (29285,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29286,0,0,0,0,328064,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,50,'Mercurial Shield','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (29287,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Web Wrap','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29288,0,0,0,0,328064,0,0,0,0,0,1073741824,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,112,0,50,'Restless Strength','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (29294,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9378,0,0,0,0,0,0,0,0,4060,1,0,0,'Naxxramas Entry Flag Effect DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29295,0,0,0,0,256,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,1,0,0,'Naxxramas Entry Teleport DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29296,0,0,0,0,2304,268435456,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,39,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29294,0,0,0,0,0,0,1,0,0,'Naxxramas Entry Flag Trigger DND','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29305,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17003,0,0,0,0,0,0,0,0,1604,1924,0,0,'Summon Cinder Elemental','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29306,3,36,0,0,537133072,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,3,0,0,0,0,0,13,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5100,264,0,0,'Infected Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29307,3,0,0,0,262224,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4,100,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29306,0,0,0,0,0,0,264,0,0,'Infected Wound','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29310,5,1152,0,0,65552,136,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,62,0,0,375,0,0,1,0,0,0,0,0,0,0,0,2312,0,0,0,0,0,22,0,0,15,0,0,20,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6685,212,0,0,'Mana Burn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29313,0,0,0,0,0,0,4,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6506,1,0,0,'CooldownAll','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29316,0,0,0,0,0,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,42,42,61,1,1,0,1,1,0,0,0,0,0,0,0,7,5,0,0,0,0,32,32,0,0,0,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16127,16148,10143,0,0,0,0,0,0,0,1,0,0,'Summon Assistants','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29317,5,0,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,20,20,0,0,90,0,0,0,36,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,77,0,461,0,0,1,0,0,0,0,0,0,0,0,2069,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7478,213,0,50,'Shadow Bolt','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (29318,4,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,50001,0,0,1,0,0,0,0,0,0,0,0,74999,0,0,0,0,0,17,0,0,16,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6299,1,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (29324,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,2,0,301,251,0,1,1,0,0,0,0,0,0,0,449,374,0,0,0,0,22,1,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2899,37,0,0,'Test Sapper Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,0,0), + (29325,3,18,0,0,0,128,4,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,63,0,0,0,0,0,6,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,0,6,0,0,21,0,0,1,0,0,0,0,0,0,0,0,129,0,0,0,0,0,22,0,0,15,0,0,25,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7655,636,0,0,'Acid Volley','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29327,0,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29328,0,0,0,0,0,0,1,0,0,'Sapphiron\'s Wing Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29328,0,0,0,0,536871168,268435592,0,268435712,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,22,0,0,7,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,7648,1,0,0,'Sapphiron\'s Wing Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29329,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17025,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Sapphiron\'s Wing Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29330,0,0,0,0,320,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,63,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sapphiron\'s Wing Buffet Despawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3880,1857,0,0,'Copy of Dark Desire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3880,260,0,0,'Fire-toasted Bun','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0); + +INSERT INTO `spell_template` (`Id`, `School`, `Category`, `Dispel`, `Mechanic`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `Stances`, `StancesNot`, `Targets`, `TargetCreatureType`, `RequiresSpellFocus`, `CasterAuraState`, `TargetAuraState`, `CastingTimeIndex`, `RecoveryTime`, `CategoryRecoveryTime`, `InterruptFlags`, `AuraInterruptFlags`, `ChannelInterruptFlags`, `ProcFlags`, `ProcChance`, `ProcCharges`, `MaxLevel`, `BaseLevel`, `SpellLevel`, `DurationIndex`, `PowerType`, `ManaCost`, `ManaCostPerlevel`, `ManaPerSecond`, `ManaPerSecondPerLevel`, `RangeIndex`, `Speed`, `StackAmount`, `Totem1`, `Totem2`, `Reagent1`, `Reagent2`, `Reagent3`, `Reagent4`, `Reagent5`, `Reagent6`, `Reagent7`, `Reagent8`, `ReagentCount1`, `ReagentCount2`, `ReagentCount3`, `ReagentCount4`, `ReagentCount5`, `ReagentCount6`, `ReagentCount7`, `ReagentCount8`, `EquippedItemClass`, `EquippedItemSubClassMask`, `EquippedItemInventoryTypeMask`, `Effect1`, `Effect2`, `Effect3`, `EffectDieSides1`, `EffectDieSides2`, `EffectDieSides3`, `EffectBaseDice1`, `EffectBaseDice2`, `EffectBaseDice3`, `EffectDicePerLevel1`, `EffectDicePerLevel2`, `EffectDicePerLevel3`, `EffectRealPointsPerLevel1`, `EffectRealPointsPerLevel2`, `EffectRealPointsPerLevel3`, `EffectBasePoints1`, `EffectBasePoints2`, `EffectBasePoints3`, `EffectMechanic1`, `EffectMechanic2`, `EffectMechanic3`, `EffectImplicitTargetA1`, `EffectImplicitTargetA2`, `EffectImplicitTargetA3`, `EffectImplicitTargetB1`, `EffectImplicitTargetB2`, `EffectImplicitTargetB3`, `EffectRadiusIndex1`, `EffectRadiusIndex2`, `EffectRadiusIndex3`, `EffectApplyAuraName1`, `EffectApplyAuraName2`, `EffectApplyAuraName3`, `EffectAmplitude1`, `EffectAmplitude2`, `EffectAmplitude3`, `EffectMultipleValue1`, `EffectMultipleValue2`, `EffectMultipleValue3`, `EffectChainTarget1`, `EffectChainTarget2`, `EffectChainTarget3`, `EffectItemType1`, `EffectItemType2`, `EffectItemType3`, `EffectMiscValue1`, `EffectMiscValue2`, `EffectMiscValue3`, `EffectTriggerSpell1`, `EffectTriggerSpell2`, `EffectTriggerSpell3`, `EffectPointsPerComboPoint1`, `EffectPointsPerComboPoint2`, `EffectPointsPerComboPoint3`, `SpellVisual`, `SpellIconID`, `ActiveIconID`, `SpellPriority`, `SpellName`, `SpellName2`, `SpellName3`, `SpellName4`, `SpellName5`, `SpellName6`, `SpellName7`, `SpellName8`, `Rank`, `Rank2`, `Rank3`, `Rank4`, `Rank5`, `Rank6`, `Rank7`, `Rank8`, `ManaCostPercentage`, `StartRecoveryCategory`, `StartRecoveryTime`, `MaxTargetLevel`, `SpellFamilyName`, `SpellFamilyFlags`, `MaxAffectedTargets`, `DmgClass`, `PreventionType`, `DmgMultiplier1`, `DmgMultiplier2`, `DmgMultiplier3`, `IsServerSide`) +VALUES + (29333,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,22,0,0,0,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,3880,1925,0,0,'Midsummer Sausage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29334,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,43,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,3880,1926,0,0,'Toasted Smorc','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29335,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,0,0,0,0,0,0,3880,1437,0,0,'Elderberry Pie','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29336,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Buffet','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29338,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,1,1,0,0,0,0,0,0,0,52,57,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1927,0,50,'Fire Festival Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29344,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13582,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Korea Invitational Prize, Zergling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29350,3,0,0,0,256,268435656,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,60,0,101,0,0,0,0,22,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30122,0,0,0,0,0,7712,1737,0,0,'Plague Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29351,0,0,0,0,256,268435592,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,'Plague Wave Controller (Slow)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29357,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7650,1,0,0,'Sapphiron Dies','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29369,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,133,0,0,0,0,0,1,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,1,0,0,'Increase Healing 134','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29371,3,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1001,0,0,1,0,0,0,0,0,0,0,0,3499,0,0,0,0,0,18,0,0,16,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5043,11,0,0,'Eruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29379,0,0,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,7,7,0,28,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Crypt Guards','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29387,2,0,0,0,256,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7651,937,937,0,'Holiday Breath of Fire, Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29388,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,29,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29387,0,0,0,0,0,7652,937,0,0,'Breath of Fire','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29389,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3899,1,0,0,'Firebreathing','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29391,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,4000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28415,0,0,0,0,0,0,1,0,0,'Summon Type A Periodic (4 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29392,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28415,0,0,0,0,0,0,1,0,0,'Summon Type A Periodic (2 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29393,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,25000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28416,0,0,0,0,0,0,1,0,0,'Summon Type B Periodic (25 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29394,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28416,0,0,0,0,0,0,1,0,0,'Summon Type B Periodic (20 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29398,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28416,0,0,0,0,0,0,1,0,0,'Summon Type B Periodic (15 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29399,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,40000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28417,0,0,0,0,0,0,1,0,0,'Summon Type C Periodic (40 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29400,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,35000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28417,0,0,0,0,0,0,1,0,0,'Summon Type C Periodic (35 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29401,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,20000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28417,0,0,0,0,0,0,1,0,0,'Summon Type C Periodic (20 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29402,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29421,0,0,0,0,0,0,1,0,0,'Holiday - Breath of Fire Aura (NPC)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29403,2,0,0,0,256,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7653,937,0,0,'Holiday Breath of Fire, Effect (NPC)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29407,5,0,0,11,0,16388,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,31788,0,101,0,0,1,1,1,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,749,-21,0,0,0,0,6,6,0,0,0,0,0,0,0,3,33,0,2000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,277,548,0,0,'Mind Flay','','','','','','','','','','','','','','','',0,0,0,0,6,8388608,0,1,1,1,1,0,0), + (29409,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28415,0,0,0,0,0,0,1,0,0,'Summon Type A Periodic (1 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29410,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28415,0,0,0,0,0,0,1,0,0,'Summon Type A Periodic (5 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29411,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28416,0,0,0,0,0,0,1,0,0,'Summon Type B Periodic (10 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29412,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,15000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28417,0,0,0,0,0,0,1,0,0,'Summon Type C Periodic (15 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29413,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262148,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (29414,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262148,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (29415,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262148,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,13,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (29416,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262148,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (29417,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262148,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,10,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (29418,0,0,0,0,65728,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,262148,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,537,0,0,'Haste','','','','','','','','','','','','','','','',0,0,0,0,9,0,0,0,0,1,1,1,0), + (29419,0,0,0,5,1073807360,136,0,0,0,0,0,64,1,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,3,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,8,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,148,170,0,0,'Flash Bomb','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,2,1,1,1,0), + (29421,2,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29403,0,0,0,0,0,0,937,0,0,'Holiday Breath of Fire, Conditional (NPC)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29422,5,0,0,0,256,64,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7657,1,0,0,'Kel\'Thuzad Channel Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29423,5,0,0,0,256,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,60,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29422,0,0,0,0,0,7656,1,0,0,'Kel\'Thuzad Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29424,5,0,0,0,0,268435520,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,22,22,0,15,15,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,7658,1,0,0,'zzOLDBarrier of Kel\'Thuzad','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29429,0,1152,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Creature Cooldown (10 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29430,0,1152,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,5000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Creature Cooldown (5 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29432,2,99,1,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,35,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1001,0,0,1,0,0,0,0,0,0,0,0,1499,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,290,1920,0,0,'Fire Protection','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,1,0,1,1,1,0), + (29434,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17055,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Maexxna Spiderling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29437,0,0,0,0,256,0,536870912,0,0,0,0,0,0,1365,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,'Toss Fuel on Bonfire (Activate object effect)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29438,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,172,0,50,'Elemental Precision','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29439,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,172,0,50,'Elemental Precision','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29440,6,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,172,0,50,'Elemental Precision','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29441,6,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,459,0,50,'Magic Absorption','','','','','','','','Rank 1','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29442,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,0,0,'Magic Absorption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29443,6,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,1,1,1,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,68,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,239,17,0,50,'Counterspell','','','','','','','','','','','','','','','',0,0,0,0,3,0,0,1,0,1,1,1,0), + (29444,6,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,1,3,0,0,0,0,1,1,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,459,0,50,'Magic Absorption','','','','','','','','Rank 2','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29445,6,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,5,0,0,0,0,1,1,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,459,0,50,'Magic Absorption','','','','','','','','Rank 3','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29446,6,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,3,7,0,0,0,0,1,1,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,459,0,50,'Magic Absorption','','','','','','','','Rank 4','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29447,6,0,0,0,464,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,9,0,0,0,0,1,1,0,0,0,0,0,0,0,4,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,0,0,459,0,50,'Magic Absorption','','','','','','','','Rank 5','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29462,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5306,74,0,0,'Antimagic Pulse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (29463,0,0,0,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,22,0,0,15,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,5306,74,0,0,'Antimagic Pulse','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,0,0,0), + (29467,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2721,0,0,0,0,0,0,0,0,3182,1,0,0,'Power of the Scourge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29468,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,14,14,0,0,0,0,1,1,1,0,0,0,0,0,0,13,135,57,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Power of the Scourge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29469,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,679,0,0,'Flametongue Attack','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,2097152,0,1,0,1,1,1,0), + (29470,2,0,0,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,679,0,0,'Flametongue Attack','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,2097152,0,1,0,1,1,1,0), + (29471,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,548,0,0,'Mana Drain','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29474,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,30,4,0,0,0,0,1,1,0,0,0,0,0,0,0,135,85,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,1,0,0,'Resilience of the Scourge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29475,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2715,0,0,0,0,0,0,0,0,3182,1,0,0,'Resilience of the Scourge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29478,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,689,0,50,'Battlegear of Might','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29480,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2716,0,0,0,0,0,0,0,0,3182,1,0,0,'Fortitude of the Scourge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29481,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,15,99,0,0,0,0,1,1,0,0,0,0,0,0,0,29,22,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,1,0,0,'Fortitude of the Scourge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29482,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,25,0,0,0,0,1,1,0,0,0,0,0,0,0,52,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Might of the Scourge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29483,0,0,0,0,65536,0,8192,0,0,0,0,16,0,0,0,0,6,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,30,8,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2717,0,0,0,0,0,0,0,0,3182,1,0,0,'Might of the Scourge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29484,3,0,0,0,536870912,136,4,2147483648,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,13,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,0,501,0,0,1,0,0,0,0,0,0,0,0,1749,0,0,0,0,22,22,0,15,15,0,22,22,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7613,272,0,0,'Web Spray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29498,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Flesh Ripper Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29499,0,0,0,0,272,136,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Teleport Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29500,0,0,0,0,0,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,1,0,0,'Cancel Mouth Spawns','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29501,3,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29502,0,0,0,0,0,0,502,0,50,'Frost Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29502,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13,320,0,50,'Frost Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29506,1,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,1000,0,0,0,0,101,0,0,20,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,899,0,0,0,0,0,1,0,0,0,0,0,0,0,0,69,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,1726,291,0,0,'The Burrower\'s Shell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29508,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16573,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Crypt Guard','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29509,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack All (Summoned Only) Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29510,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack All (Summoned Only) Effect','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29515,2,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,1,0,0,1,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,945,816,0,50,'TEST Scorch','','','','','','','','','','','','','','','',0,133,1500,0,3,1073741840,0,1,1,1,1,1,0), + (29518,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sillithus Flag Click (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29519,0,0,0,0,0,67207168,4,256,0,0,0,0,0,0,0,0,1,0,0,0,3801088,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,25,25,1,0,0,0,0,0,0,37,139,23,0,0,15000,0,0,0,0,0,0,0,0,0,85,950,0,0,0,30176,0,0,0,7791,1974,0,0,'Silithyst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29520,0,0,0,0,2281701632,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1703,0,0,'Echoes of Lordaeron','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29526,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,50,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9204,0,0,0,0,0,0,693,0,0,'Hate to Zero','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29530,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sillithus Flag Capture Test (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29531,0,0,0,0,134217984,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,14,4118,15366,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7676,1919,0,0,'Ribbon Pole Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29532,0,0,0,0,134217984,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,14,4118,15366,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29532,0,0,0,0,0,0,1919,0,0,'Ribbon Pole Channel Effect Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29533,0,0,0,0,159383552,32,268451844,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,25,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181597,0,0,0,0,0,0,0,0,0,1704,0,0,'Sillithus Flag Drop (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29534,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,40,1,1,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,5,127,0,0,0,31247,0,0,0,7826,58,0,0,'Traces of Silithyst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29536,0,0,0,0,536871296,136,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Boss Fight Reset 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29544,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,0,0,0,0,0,20,20,31,1,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7518,148,0,50,'Intimidating Shout','','','','','','','','','','','','','','','',0,0,0,0,4,262144,0,0,0,1,1,1,0), + (29559,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,291,0,50,'Defensive Tactics','','','','','','','','Rank 1','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (29588,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,291,0,50,'Defensive Tactics','','','','','','','','Rank 2','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (29589,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,112,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,0,0,0,0,0,0,0,0,0,291,0,50,'Defensive Tactics','','','','','','','','Rank 3','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (29602,0,0,0,0,327808,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,18,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29604,29604,0,0,0,0,7306,1943,0,0,'Jom Gabbar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (29604,0,0,0,0,0,0,0,67108864,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,64,64,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,0,0,'Jom Gabbar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (29607,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,60,60,37,0,0,0,0,0,13,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,2,0,1,35,0,1,1,0,0,0,0,0,2.9,0,-41,428,0,11,0,0,6,6,0,0,0,0,0,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,188,0,50,'Debug Frost Spell','','','','','','','','Rank 10','','','','','','','',0,0,0,0,3,0,0,0,0,1,1,1,0), + (29624,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29638,0,0,0,0,0,0,502,0,50,'Searing Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29625,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29639,0,0,0,0,0,0,502,0,50,'Flaming Cannonball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29626,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29640,0,0,0,0,0,0,502,0,50,'Shadowbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29632,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29641,0,0,0,0,0,0,502,0,50,'Shadow Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29633,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29644,0,0,0,0,0,0,502,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29634,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29646,0,0,0,0,0,0,502,0,50,'Quill Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29635,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29647,0,0,0,0,0,0,502,0,50,'Flaming Shell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29636,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29653,0,0,0,0,0,0,502,0,50,'Venom Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29637,0,0,0,0,192,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,320,100,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29655,0,0,0,0,0,0,502,0,50,'Keeper\'s Sting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (29638,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,320,0,50,'Searing Arrow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29639,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,17,0,0,1,0,0,0,0,0,0,0,0,32,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,320,0,50,'Flaming Cannonball','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29640,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,320,0,50,'Shadowbolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29641,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,320,0,50,'Shadow Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29644,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,11,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,143,320,0,50,'Fire Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29646,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,33,0,0,1,0,0,0,0,0,0,0,0,65,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,320,0,50,'Quill Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29647,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,9,0,0,1,0,0,0,0,0,0,0,0,17,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,320,0,50,'Flaming Shell','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29653,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,15,0,0,1,0,0,0,0,0,0,0,0,30,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,320,0,50,'Venom Shot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29655,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,7,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,320,0,50,'Keeper\'s Sting','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,3,0,1,1,1,0), + (29659,3,0,0,0,603980032,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4718592,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1886,0,0,'Positive Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29660,3,0,0,0,603980032,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,4718592,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,79,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,1885,0,0,'Negative Charge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29681,3,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29682,0,0,0,0,0,0,1,0,0,'Call All Zombie Chow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29682,3,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Call All Zombie Chow','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29685,0,0,0,5,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,9,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,247,166,0,0,'Terrifying Roar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29705,0,0,0,0,134217984,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,15366,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,0,0,0,0,0,0,4,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29715,0,0,0,0,7636,1919,0,0,'Test Ribbon Pole Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29708,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17066,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Ribbon Pole Critter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29710,0,0,0,0,134217984,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,14,4118,15366,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1919,0,0,'Test Ribbon Pole Channel Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29715,0,0,0,0,384,524288,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Test RPole Periodic','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29726,0,0,0,0,134217984,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,15366,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,0,0,0,0,0,0,4,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29715,0,0,0,0,7676,1919,0,0,'Test Ribbon Pole Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29727,0,0,0,0,134217984,268435460,0,0,0,0,0,0,0,0,0,0,1,0,0,14,0,15366,0,101,0,0,0,0,21,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,1,0,0,0,0,0,0,0,4,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29715,0,0,0,0,7677,1919,0,0,'Test Ribbon Pole Channel','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29785,0,0,0,0,256,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Sillithus Flag Capture','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29820,0,0,0,0,536871168,136,5,1048832,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,177,1711,0,'wr','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29825,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1346,153,0,0,'Copy of Self Stun - 30 seconds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29826,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,45,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'Self Stun (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29831,2,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Damage Bonfire (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29846,0,0,0,0,0,0,0,256,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,2,2,0,0,0,0,22,22,0,7,7,0,10,10,0,52,57,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1927,0,50,'Fire Festival Fury','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29848,0,0,1,17,1074855936,262144,64,0,0,0,0,0,211,0,0,0,1,0,0,15,2,0,0,101,0,0,8,8,18,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,6,0,0,0,0,0,0,0,5,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1933,0,0,0,0,0,0,0,131,82,0,50,'Polymorph','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29849,4,0,1,7,1073807360,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,75,1,0,1,1,0,0,0,0,0,0,0,462,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7686,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29851,0,49,0,0,327696,64,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,15420,0,101,0,0,36,36,39,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29851,0,0,0,0,0,223,83,122,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (29852,0,0,0,0,262160,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,17,0,0,1,0,0,1,0,0,0,0,0,6,0,0,599,0,0,0,0,0,22,0,0,15,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,83,0,0,'Whirlwind','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (29865,3,0,4,0,262144,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,29,0,0,0,0,0,2,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,195,0,0,0,0,0,22,0,0,15,0,0,13,0,0,3,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,68,0,0,'Poison Aura','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29871,0,0,0,0,536871168,268435592,0,268435712,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,9,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Ice Bolt Prot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29874,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Unrelenting Side Assault','','','','','','','','','','','','','','','',0,0,0,0,0,0,3,0,0,1,1,0,0), + (29875,0,0,0,0,256,0,0,268435712,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Check Unrelenting Side','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29879,4,0,0,0,536870912,136,536870916,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56,0,0,'Frost Blast','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29894,0,0,0,0,256,335642624,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,6,0,0,0,0,1,1,0,0,0,0,0,0,0,139,191,0,0,0,0,0,0,0,0,0,0,0,0,0,951,0,0,0,0,0,0,0,0,0,1704,0,0,'Sillithus Flag, Alliance, and speed limit (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29895,0,0,0,0,256,335642624,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,0,6,0,0,0,0,1,1,0,0,0,0,0,0,0,139,191,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,0,0,0,0,0,0,0,1704,0,0,'Sillithus Flag, Horde, and speed limit (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29897,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Guardian of Icecrown Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29898,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10536,0,0,0,0,0,0,0,0,0,1,0,0,'Guardian of Icecrown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29899,0,0,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10537,0,0,0,0,0,0,0,0,0,1,0,0,'Guardian of Icecrown','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29910,0,0,0,0,536871168,268468360,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,28,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,5304,1,0,0,'Clear All Shackels','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29915,0,40,0,15,263184,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,1,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,6,0,91,225,0,1,1,0,0,0,0,0,0,0,554,787,0,0,0,0,6,6,0,0,0,0,0,0,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,108,0,50,'Flesh Rot','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (29931,0,0,0,0,537985280,0,0,0,0,0,1073742079,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,494,0,0,0,0,0,0,0,0,0,1,0,0,'Flight Path','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29934,0,0,0,0,537985280,0,0,0,0,0,1073742079,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,495,0,0,0,0,0,0,0,0,0,1,0,0,'Flight Path','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29936,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,87376,10,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,212,0,50,'Elemental Focus','','','','','','','','','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,1,0), + (29937,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17163,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Worm Target','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29940,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,60000,0,128,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,191,0,0,'Wolfshead Helm Energy','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29941,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,128,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,1465,0,0,'Wolfshead Helm Rage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (29943,3,32,0,9,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,30,30,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (29945,0,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7698,1,0,0,'Bleed Spice, Missile (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (29994,0,0,0,0,537985280,0,0,0,0,0,1073742079,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,123,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,496,0,0,0,0,0,0,0,0,0,1,0,0,'Flight Path','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (29998,3,0,3,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,86,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,-51,499,0,0,0,0,22,22,0,15,15,0,9,9,0,133,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,1959,0,0,'Decrepit Fever','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,0,0), + (30001,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,8,8,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,11,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Copy of Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (30002,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,8,8,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,22,0,0,15,0,0,11,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,98,0,0,'Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (30003,0,0,0,0,671089024,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,131072,100,1,0,0,15,367,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,1,0,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5040,1602,0,0,'Sheen of Zanza','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (30012,0,0,0,0,0,1024,0,0,0,65536,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,1,0,0,0,0,95,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,867,457,0,50,'Chess Move (DND)','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (30018,0,4,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,10000,8,0,0,0,101,0,0,0,45,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,10,0,0,301,0,0,1,0,0,0,0,0,0,0,0,449,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,1,0,50,'Crystal Throat Lozenge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,0,1,1,1,0), + (30020,0,0,0,16,16,16452,0,0,0,0,0,0,0,0,0,0,1,0,0,0,2,15374,0,101,0,43,35,0,1,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,249,0,0,0,0,0,21,0,0,0,0,0,0,0,0,8,0,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,104,0,0,'First Aid','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30021,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,23567,14047,0,0,0,0,0,0,1,10,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23684,0,0,0,0,0,0,0,0,0,0,0,5499,140,0,0,'Crystal Infused Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30025,0,0,0,0,16,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Mind Exhaustion Passive','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30043,3,0,4,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,375,0,0,1,0,0,0,0,0,0,0,0,1312,0,0,0,0,0,24,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,68,0,0,'Poison Spray','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30046,0,0,0,0,262144,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30021,0,0,0,0,0,222,140,0,0,'Crystal Infused Bandage','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30047,0,0,0,0,65568,0,0,0,0,0,0,0,0,4,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,23567,8150,0,0,0,0,0,0,1,1,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23683,0,0,0,0,0,0,0,0,0,0,0,3881,140,0,0,'Crystal Throat Lozenge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30048,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,14,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30047,0,0,0,0,0,222,1,0,0,'Recipe: Crystal Throat Lozenge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30056,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,62,62,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,155,1,0,1,1,0,0,0,0,0,0,0,1122,124,0,0,0,0,24,24,0,0,0,0,13,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,2069,246,0,0,'Knockback','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (30058,0,0,0,0,537919744,98304,0,0,0,0,3892830463,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27998,0,0,0,0,0,0,1,0,0,'Trigger Flight Path','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30059,0,0,0,0,537985280,0,0,0,0,0,3892830463,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28001,0,0,0,0,0,0,1,0,0,'Trigger Flight Path','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30074,3,0,0,0,64,4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30075,0,0,0,0,0,0,263,0,0,'Toxic Gas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30075,3,0,0,0,0,4,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,12,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,233,0,0,1,0,0,0,0,0,0,0,0,1683,0,0,0,0,0,18,0,0,16,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7594,263,0,0,'Gas','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30076,0,1159,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17055,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Maexxna Spiderling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30079,5,0,0,0,2128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,10,0,0,22,22,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30081,0,0,0,0,0,0,160,0,0,'Retching Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30080,5,0,3,0,67373072,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,40,10,0,0,22,22,5,0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,249,-76,0,0,0,0,4,4,58,0,0,0,0,0,0,14,29,42,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,30080,0,0,0,19,1614,0,0,'Retching Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30081,5,36,3,0,264208,2048,0,0,0,0,0,0,0,0,0,0,5,0,420000,15,0,0,40,10,0,0,22,22,5,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,249,-76,0,0,0,0,6,6,6,0,0,0,0,0,0,14,29,42,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,30080,0,0,0,3138,1614,0,0,'Retching Plague','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30082,0,0,0,0,256,268435456,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,27,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Charge Protection','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30088,0,0,0,0,0,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0.153,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,7616,1892,0,0,'Lesser Mark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30089,0,0,0,0,0,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0.306,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,7616,1894,0,0,'Mark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30090,0,0,0,0,0,0,16777216,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,60,0,1,42,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0.459,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,7616,1895,0,0,'Greater Mark of the Dawn','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30091,2,0,0,0,65536,268435592,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,0,0,101,0,0,20,20,31,0,260,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,27,0,225,1,0,1,1,0,0,0,0,0,0,0,1387,249,0,0,0,0,16,28,0,0,0,0,14,8,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,37,0,50,'Flamestrike','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30092,2,250,0,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,451,1,0,1,1,0,0,0,0,0,0,0,1574,-51,0,0,0,0,22,22,0,15,15,0,18,9,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,963,292,0,50,'Blast Wave','','','','','','','','','','','','','','','',0,0,0,0,3,131072,0,1,1,1,1,1,0), + (30093,4,0,0,0,65536,268435596,0,0,0,0,0,64,0,0,0,0,5,0,0,15,0,15420,0,101,0,0,1,1,32,0,100,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,251,0,0,1,0,0,0,0,0,0,0,0,1124,0,0,0,0,0,16,0,0,0,0,0,13,0,0,3,0,0,2000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,259,285,0,50,'Blizzard','','','','','','','','','','','','','','','',0,133,0,0,0,0,0,1,1,1,1,1,0), + (30094,4,0,1,7,1073807360,136,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,664232,100,0,0,20,20,31,0,75,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,113,1,0,1,1,0,0,0,0,0,0,0,693,-1,0,0,0,0,22,22,0,15,15,0,13,13,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17,193,0,50,'Frost Nova','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30095,4,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,31,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,2,0,1,301,0,1,1,0,0,0,0,0,0,0,-51,1349,0,0,0,0,24,24,0,0,0,0,13,13,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,35,0,50,'Cone of Cold','','','','','','','','','','','','','','','',0,0,0,0,3,1573376,0,1,1,1,1,1,0), + (30096,6,0,1,0,65536,136,0,0,0,0,0,0,0,0,0,0,16,0,0,15,0,0,0,101,0,0,20,20,0,0,120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,181,0,0,1,0,0,0,0,0,0,0,0,809,0,0,0,0,0,22,0,0,15,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,122,0,0,'Arcane Explosion','','','','','','','','','','','','','','','',0,0,1500,0,0,0,0,1,1,1,1,1,0), + (30097,0,0,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,22,7,7,7,28,28,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Summons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30101,0,0,0,0,256,136,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,3.85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7710,1,0,0,'Frost Breath','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30109,3,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,6,0,37,1,0,1,1,0,0,0,0,0,0,0,231,-51,0,0,0,0,22,22,0,15,15,0,8,8,0,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6596,636,0,0,'Slime Burst','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30110,3,0,0,0,16,2415919104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,225,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30111,0,0,0,0,0,1903,263,0,0,'Mutated Spores','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30111,3,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,53,0,0,1,0,0,0,0,0,0,0,0,323,0,0,0,0,0,22,0,0,15,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1713,263,0,0,'Mutated Spores','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30112,0,44,0,0,16,136,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,39,1,0,0,0,0,95,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,96,58,6,0,1,1,0,1,1,0,0,0,0,0,0,0,74,-1,0,0,12,6,6,6,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3783,1577,0,50,'Frenzied Dive','','','','','','','','','','','','','','','',0,0,0,0,4,1,0,0,0,1,1,1,0), + (30113,3,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,22,22,9,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,119,0,0,0,0,0,6,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,717,1959,0,0,'Putrid Bite','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (30114,0,0,0,0,256,268435592,0,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,'Plague Wave Controller (Fast)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30116,0,0,0,0,256,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,22,51,51,51,28,28,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5,5,0,0,0,0,0,0,0,11,0,0,'Plague Wave Effect 1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30117,0,0,0,0,256,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,22,51,51,51,28,28,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5,5,0,0,0,0,0,0,0,11,0,0,'Plague Wave Effect 2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30118,0,0,0,0,256,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,22,51,51,51,28,28,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5,5,0,0,0,0,0,0,0,11,0,0,'Plague Wave Effect 3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30119,0,0,0,0,256,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,86,86,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,22,51,51,51,28,28,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5,5,0,0,0,0,0,0,0,11,0,0,'Plague Wave Effect 4','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30121,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,58,98,77,1,101,0,1,1,0,0,0,0,0,0,0,29,149,0,0,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,4041,50,0,0,'Forceful Howl','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (30122,3,0,0,0,0,268435656,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,60,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,3,0,1,0,0,1,0,0,0,0,0,0,0,0,3999,0,0,0,0,0,22,18,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7713,1737,0,0,'Plague Cloud','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30132,4,0,0,0,696254720,0,4,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,86,77,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,22,0,51,15,0,22,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15,0,0,0,0,0,0,0,0,0,35,0,0,'Despawn Ice Block','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30133,0,1159,0,0,256,0,0,268435456,0,0,0,0,0,0,0,0,1,0,10000,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Creature Cooldown - 2(10 sec)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30134,0,0,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Boss Adds','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30138,5,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,91,0,0,1,0,0,0,0,0,0,0,0,554,0,0,0,0,0,22,0,0,15,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4209,213,0,0,'Shadow Shock','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30139,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23705,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Upperdeck Tabard #1','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30152,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,17254,0,0,0,0,0,0,0,0,215,29,0,0,'Summon White Tiger Cub','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30156,0,0,0,0,272,0,0,0,0,0,0,0,0,0,0,0,4,0,0,31,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,97,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,0,0,17255,0,0,0,0,0,0,0,0,215,29,0,0,'Summon Hippogryph Hatchling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30160,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,65536,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30165,0,0,0,0,0,0,1930,0,0,'Elemental Devastation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30161,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,60000,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181886,0,0,0,0,0,0,0,0,7872,1,0,0,'Purple Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30163,0,0,0,0,0,0,0,0,0,0,0,0,0,1351,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,11,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180856,0,0,0,0,0,0,0,0,0,1,0,0,'Copy of Rocket, PURPLE','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30164,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,278,47,0,0,'Permanent Lung Juice Cocktail','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30165,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1930,0,0,'Elemental Devastation','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30167,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,3600000,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17258,0,0,0,0,0,0,0,0,6640,497,0,0,'Red Ogre Costume','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30169,2,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,14,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,32,0,349,0,0,1,0,0,0,0,0,0,0,0,825,0,0,0,0,0,16,25,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31362,0,0,0,0,7843,1,0,0,'Massive Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30173,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,278,47,0,0,'Permanent Ground Scorpok Assay','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30174,0,0,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,14,0,0,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17266,0,0,0,0,0,0,0,0,5160,1588,122,0,'Riding Turtle','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,278,47,0,0,'Permanent Cerebral Cortex Compound','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30176,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'ToWoW - Sillithus PvP Flag','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30177,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,278,47,0,0,'Permanent Gizzard Gum','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,255,36,36,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,0,0,0,0,0,0,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,278,47,0,0,'Permanent R.O.I.D.S.','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30182,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23709,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Upperdeck Tabard #2','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30183,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,189939,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,803,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Weapon - Fiery Weapon','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30185,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23710,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Upperdeck Tabard #3','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30186,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23712,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Upperdeck Tiger Cub','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30187,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves +5 Fishing','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30188,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23713,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Upperdeck Hippogryph Hatchling','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30189,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23714,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Upperdeck Trinket Firework','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30190,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,31,1024,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant Gloves - Riding Skill','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30192,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23716,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Upperdeck Trinket Disguise','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30193,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,24,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23720,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Create Upperdeck Turtle Mount','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30211,0,0,0,0,272,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7723,1,0,0,'Teleport Self','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30215,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Random Aggro','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30225,3,32,0,9,0,136,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,0,101,0,0,30,30,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,15,0,0,13,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,179,232,0,0,'Silence','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (30227,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181597,0,0,0,0,0,0,0,0,0,1,0,0,'Bleed Spice, Create (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30228,0,0,0,0,256,0,5,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Despawn Summons','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30229,0,0,0,0,65536,0,0,0,0,0,0,16,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,136290,0,53,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2646,0,0,0,0,0,0,0,0,3182,241,0,0,'QAEnchant 2H Weapom +25 Agility','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30238,1,0,0,0,327680,0,0,268697600,0,0,134217728,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,1,1,30,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,25,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,377,1870,0,0,'Lordaeron\'s Blessing','','','','','','','','','','','','','','','',0,133,1500,0,6,6442450944,0,1,1,1,1,1,0), + (30243,0,0,0,0,320,268435592,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30244,0,0,0,0,0,0,11,0,0,'Plague Wave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30244,3,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,1001,0,0,1,0,0,0,0,0,0,0,0,3499,0,0,0,0,0,18,0,0,16,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7713,11,0,0,'Eruption','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30281,6,0,0,0,65536,0,0,0,0,0,0,0,0,0,0,0,1,0,0,8,0,0,0,101,0,0,20,20,0,1,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,38,0,0,1,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,186,236,0,0,'Remove Curse','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (30285,0,0,0,15,327696,134217728,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,8,1,0,0,0,0,2,0,99,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,84,0,0,0,0,0,6,0,0,0,0,0,0,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,372,245,0,0,'Eagle Claw','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,1,0), + (30297,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,30,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Heightened Senses','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30331,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,367,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,64,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,1,0,0,0,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30003,0,0,0,0,5040,1602,0,0,'Permanent Sheen of Zanza','','','','','','','','QASpell','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (30336,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,367,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,49,49,0,0,0,0,1,1,0,0,0,0,0,0,0,29,29,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,0,5040,1315,0,0,'Permanent Spirit of Zanza','','','','','','','','QASpell','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (30338,0,0,0,0,671088640,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,15,367,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5040,1597,0,0,'Permanent Swiftness of Zanza','','','','','','','','','','','','','','','',0,0,0,0,13,0,0,0,0,1,1,1,0), + (30440,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,' Increased Spell Hit Chance','','','','','','','','','','','','','','','',0,0,0,0,4,0,0,0,0,1,1,1,0), + (30441,0,0,0,0,384,268435456,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,9,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,25,0,0,0,0,0,0,0,0,107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,1,0,0,' Increased Spell Hit Chance','','','','','','','','','','','','','','','',0,0,0,0,7,0,0,0,0,1,1,1,0), + (30640,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,963,0,0,'zzOLDImproved Chain Heal','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Bleed Spice, Check','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30676,0,0,0,0,8388608,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7698,1,0,0,'Bleed Spice, Missile cluster (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30677,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,47,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181597,0,0,0,0,0,0,0,0,0,1,0,0,'Bleed Spice, Create cluster N (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30682,0,0,0,0,2281701632,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,25,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1703,0,0,'Echoes of Lordaeron','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30683,0,0,0,0,2281701632,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,25,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1703,0,0,'Echoes of Lordaeron','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30684,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,49,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181597,0,0,0,0,0,0,0,0,0,1,0,0,'Bleed Spice, Create cluster E (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30685,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,6,0,0,0,0,0,6,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,50,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,181597,0,0,0,0,0,0,0,0,0,1,0,0,'Bleed Spice, Create cluster W (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30732,0,0,0,12,0,136,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,98,0,401,1,0,1,1,0,0,0,0,0,0,0,599,149,0,0,0,0,24,24,0,0,0,0,10,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,7783,1525,0,0,'Worm Sweep','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30754,0,0,0,0,2281701376,0,0,1048576,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,0,0,0,0,0,0,0,0,190,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,0,688,0,0,'Cenarion Favor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30758,0,0,0,0,536871168,0,4,268435456,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'aedm','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30770,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 40 - Valor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30771,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 40 - Shadowcraft','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30772,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 40 - Beaststalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30775,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,39,39,0,0,0,0,1,1,0,0,0,0,0,0,0,99,124,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Attack Power 40 - Lightforge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30776,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Copy of Increase Spell Dam 23','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30777,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 23 - Magister','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30778,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 23 - Dreadmist','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30779,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 23 - Devout','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30780,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,22,22,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'Increase Spell Dam 23 - Elements','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30794,5,0,0,0,536871296,0,4,269484032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Summoned Imp','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30795,5,0,0,0,536871296,0,4,269484032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Summoned Succubus','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30796,5,0,0,0,536871296,0,4,269484032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Summoned Voidwalker','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30797,5,0,0,0,536871296,0,4,269484032,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,'Summoned Felhunter','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30798,0,0,0,0,159646096,2147483648,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,674,0,0,0,0,0,107,533,0,0,'Dual Wield','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30799,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,'Regeneration','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30800,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,'Regeneration','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30801,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,8,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,'Regeneration','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30802,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30803,0,0,0,0,0,0,1465,0,0,'Unleashed Rage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30803,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,0,0,0,0,0,9,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7792,1465,0,0,'Unleashed Rage','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30804,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,20,0,0,0,0,0,9,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7792,1465,0,0,'Unleashed Rage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30805,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,20,0,0,0,0,0,9,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7792,1465,0,0,'Unleashed Rage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30806,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,20,0,0,0,0,0,9,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7792,1465,0,0,'Unleashed Rage','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30807,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,20,0,0,0,0,0,9,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7792,1465,0,0,'Unleashed Rage','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30808,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30804,0,0,0,0,0,0,1465,0,0,'Unleashed Rage','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30809,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30805,0,0,0,0,0,0,1465,0,0,'Unleashed Rage','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30810,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30806,0,0,0,0,0,0,1465,0,0,'Unleashed Rage','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30811,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30807,0,0,0,0,0,0,1465,0,0,'Unleashed Rage','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30812,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,44,0,0,'Mental Quickness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30813,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,44,0,0,'Mental Quickness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30814,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,0,44,0,0,'Mental Quickness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30816,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (30818,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (30819,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 3','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (30820,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 4','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (30821,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,'Dual Wield Specialization','','','','','','','','Rank 5','','','','','','','',0,0,0,0,8,0,0,0,0,1,0,0,0), + (30839,1,0,0,0,67108864,1024,0,8388608,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,0,25,0,0,0,0,0,0,0,0,20,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,'Debuff Uber Heal Over Time','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30861,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,263,0,0,'Elemental Shields','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30862,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,263,0,0,'Elemental Shields','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30863,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,179,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,263,0,0,'Elemental Shields','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30864,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,4,4,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,26,9,0,0,0,0,0,0,0,0,229,0,0,'Focused Mind','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (30865,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,9,9,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,26,9,0,0,0,0,0,0,0,0,229,0,0,'Focused Mind','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (30866,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,14,14,0,0,0,0,1,1,0,0,0,0,0,0,0,117,117,0,0,0,0,0,0,0,0,0,0,0,0,0,26,9,0,0,0,0,0,0,0,0,229,0,0,'Focused Mind','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (30867,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,'Nature\'s Blessing','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (30868,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,'Nature\'s Blessing','','','','','','','','Rank 2','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (30869,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,14,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,'Nature\'s Blessing','','','','','','','','Rank 3','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (30870,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,19,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,'Nature\'s Blessing','','','','','','','','Rank 4','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (30871,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,'Nature\'s Blessing','','','','','','','','Rank 5','','','','','','','',0,0,0,0,11,0,0,0,0,1,1,0,0), + (30872,0,0,0,0,464,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,963,0,0,'Improved Chain Heal','','','','','','','','Rank 1','','','','','','','',0,0,0,0,11,0,0,0,0,1,0,0,0), + (30879,0,0,0,0,537133056,131072,603979776,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49999,0,0,0,0,0,22,0,0,15,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,22,0,0,'Permanent Area Damage 50k','','','','','','','','QASpell','','','','','','','',0,0,0,0,5,4,0,0,0,1,1,1,0), + (30880,0,0,0,0,2281701632,0,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,168,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32,0,0,0,0,0,0,0,0,0,1703,0,0,'Echoes of Lordaeron','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30882,0,0,0,0,134217728,64,268435460,268697856,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,209,0,0,'Tower Capture Test (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30892,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,9,-2,-2,0,0,0,1,1,1,0,0,0,0,0,0,108,187,188,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,539,0,0,'Sleight of Hand','','','','','','','','Rank 1','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (30893,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,19,-3,-3,0,0,0,1,1,1,0,0,0,0,0,0,108,187,188,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,539,0,0,'Sleight of Hand','','','','','','','','Rank 2','','','','','','','',0,0,0,0,8,0,0,0,0,1,1,1,0), + (30894,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,2,-3,-3,0,0,0,1,1,1,0,0,0,0,0,0,17,185,186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,103,0,0,'Heightened Senses','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30895,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,5,-5,-5,0,0,0,1,1,1,0,0,0,0,0,0,17,185,186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,103,0,0,'Heightened Senses','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30896,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,5,-7,-7,0,0,0,1,1,1,0,0,0,0,0,0,17,185,186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,103,0,0,'zzOLDHeightened Senses','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30902,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1972,0,0,'Deadliness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30903,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1972,0,0,'Deadliness','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30904,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1972,0,0,'Deadliness','','','','','','','','Rank 3','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30905,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,7,0,0,0,0,0,1,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1972,0,0,'Deadliness','','','','','','','','Rank 4','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30906,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,0,1,0,0,0,0,0,0,0,0,166,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1972,0,0,'Deadliness','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (30918,0,0,0,0,262272,32768,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,77,77,0,0,0,0,0,0,0,0,0,0,0,0,0,11,7,0,0,0,0,0,0,0,0,516,0,0,'Improved Sprint','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (30919,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,2,2,2,0,0,0,1,1,1,0,0,0,0,0,0,30,30,30,0,0,0,0,0,0,0,0,0,0,0,0,43,173,162,0,0,0,0,0,0,0,239,0,0,'Weapon Expertise','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30920,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,6,6,1,1,1,1,1,1,0,0,0,0,0,0,4,4,4,0,0,0,1,1,1,0,0,0,0,0,0,30,30,30,0,0,0,0,0,0,0,0,0,0,0,0,43,173,162,0,0,0,0,0,0,0,239,0,0,'Weapon Expertise','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (30965,0,0,0,0,327696,1049088,0,1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,14,14,9,3,25,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,6,3,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,6,1,0,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,-8,0,0,3441,563,0,0,'zzOLDExpose Armor','','','','','','','','','','','','','','','',0,133,1000,0,8,524288,0,2,2,1,1,0,0), + (30996,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30965,0,0,0,0,0,107,563,0,0,'zzOLDExpose Armor','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31004,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDEndurance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31005,0,0,0,0,144,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,49,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,1,0,0,'zzOLDEndurance','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31006,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-4,0,0,0,0,0,6,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,539,0,0,'zzOLDImproved Feint','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31007,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,35,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-6,0,0,0,0,0,6,0,0,0,0,0,0,0,0,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,539,0,0,'zzOLDImproved Feint','','','','','','','','Rank 2','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31016,0,0,0,0,327696,1049088,0,1024,8,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,60,60,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,173555,0,2,3,0,109,0,0,1,0,0,0,0,0,0,0,0,53,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,170,0,0,671,514,0,0,'Eviscerate','','','','','','','','Rank 9','','','','','','','',0,133,1000,0,8,8519680,0,2,2,1,1,1,0), + (31017,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,60,60,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31016,0,0,0,0,0,107,514,0,0,'Eviscerate','','','','','','','','Rank 9','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31018,0,0,0,0,262160,1049088,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,60,60,0,3,35,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,61,0,0,1,0,0,0,0,0,0,0,0,51,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,147,0,0,6587,1680,0,0,'Ferocious Bite','','','','','','','','Rank 5','','','','','','','',0,133,1000,0,7,8388608,0,2,2,2.7,1,1,0), + (31020,0,0,0,0,262400,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31018,0,0,0,0,0,107,1680,0,0,'Learn Ferocious Bite','','','','','','','','Rank 5','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31247,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,122,0,0,1,0,0,1,0,0,0,0,0,0,0,0,9,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,0,0,1,0,0,'Silithyst Cap Reward','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (31248,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,'Self Stun - 1 second, no visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31255,0,0,0,0,448,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,20,100,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,'Deadly Swiftness','','','','','','','','Rank 1','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31309,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7836,143,0,0,'Spirit Particles (red, big)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31313,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Make Player Summon Boss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (31315,0,0,0,0,256,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,42,0,0,0,0,0,5,0,0,0,0,22484,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16143,0,0,0,0,0,0,0,0,7568,1,0,0,'Summon Boss','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (31316,0,0,0,0,2304,0,0,0,0,0,0,0,0,0,0,0,1,0,0,31,0,0,139400,10,0,0,0,0,407,0,0,0,0,0,4,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Boss Buff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31362,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,3,6,1,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,25,25,25,0,0,0,0,26,0,92,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Explode the Spice','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31363,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,1,0,0,9,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,98,2,0,1,125,0,1,1,0,0,0,0,0,0,0,149,437,0,0,0,0,22,22,0,7,7,0,13,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,0,0,0,0,0,0,7240,1723,0,0,'Spice Shockwave','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,2,2,1,1,0,0), + (31364,2,0,0,0,0,1024,4,0,0,0,0,64,0,0,0,0,3,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,32,0,349,0,0,1,0,0,0,0,0,0,0,0,825,0,0,0,0,0,8,8,0,0,0,0,13,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31362,0,0,0,0,7843,184,0,0,'Spice Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (31365,5,0,1,5,1073807360,0,0,0,0,0,0,0,0,0,0,0,1,0,0,15,0,0,0,101,0,0,8,8,21,0,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,0,0,1,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,7,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,98,0,0,'Self Fear','','','','','','','','','','','','','','','',0,133,1500,0,0,0,0,1,1,1,1,1,0), + (31366,0,0,0,0,256,268435456,0,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,26,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Root Anybody Forever','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31378,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,0,0,0,0,0,0,135,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,0,0,201,0,0,1,0,0,0,0,0,0,0,0,699,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7844,12,0,50,'Worm Blast','','','','','','','','','','','','','','','',0,0,0,0,3,131074,0,3,2,1,1,1,0), + (31400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Honor Points Branch, 1-60','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31415,0,0,0,0,8388608,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,24,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Honor Points +25','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31416,0,0,0,0,8388608,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,40,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Honor Points +41','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31417,0,0,0,0,8388608,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,68,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Honor Points +69','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31418,0,0,0,0,8388608,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,113,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Honor Points +114','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31419,0,0,0,0,8388608,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,188,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Honor Points +189','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31420,0,0,0,0,8388608,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,198,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Honor Points +199','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31466,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,36,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,0,0,'Copy of Mana Surge','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (31557,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17869,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Mortar Target','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31562,0,0,0,0,384,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,32,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,23,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31563,0,0,0,0,0,0,1,0,0,'Trigger Sandworm Mortar','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31563,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Trigger Sandworm Mortar NOW','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31564,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Reused','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31565,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,1,0,0,0,0,0,0,0,0,191,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'I can\'t drive 55','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31599,0,0,0,0,2048,2048,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,7,0,0,23,0,0,10000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31605,0,0,0,0,0,4490,113,0,0,'Netherwalk','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31605,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7723,1,0,0,'Netherwalk, Port to Strathholme','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31700,0,330,0,21,269582608,0,0,0,0,0,0,0,0,0,0,0,1,0,3000,31,128,0,0,101,0,0,0,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,99,0,0,0,0,1,1,0,0,0,0,0,0,0,78,32,0,0,0,0,0,0,0,0,0,0,0,0,0,15713,0,0,0,0,0,0,0,0,7456,1809,122,0,'Summon Black Qiraji Battle Tank','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31725,0,0,0,0,256,268436480,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,16,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,656,115,0,0,'Summon Nightmare','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31726,0,0,0,0,256,268436480,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,28,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,7,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3339,115,0,0,'Summon Holy Mount Visual','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31748,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4490,143,0,0,'Spirit Particles, big','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31750,3,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,6,6,0,1,1,0,1,1,0,0,0,0,0,0,0,999,999,0,0,0,0,1,1,0,0,0,0,0,0,0,13,135,0,0,0,0,0,0,0,0,0,0,0,0,0,126,126,0,0,0,0,0,0,0,0,1,0,0,'QATest +1000 Spell Dmg','','','','','','','','QASpell','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31751,6,0,0,0,65536,0,4194304,512,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,13,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,225,0,50,'Arcane Missiles','','','','','','','','','','','','','','','',0,0,0,0,3,2097152,0,0,0,1,1,1,0), + (31768,0,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,76,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182110,0,0,0,0,0,0,0,0,0,1,0,0,'Summon Sandworm Base','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31770,0,0,0,0,256,0,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,7,0,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Guard Slip\'kik Trigger','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31800,4,0,0,0,536871168,268435592,536870916,268435456,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,205,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,127,0,0,0,0,0,0,0,0,0,35,0,0,'Icebolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31817,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22,0,0,30,0,0,18,0,0,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,217,63,0,0,'Buff','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31818,5,0,0,0,262144,1024,536870912,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,30,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,0,0,'Life Tap','','','','','','','','','','','','','','','',0,0,0,0,5,262144,0,0,0,1,1,0,0), + (31885,0,0,0,0,256,0,4,0,0,0,0,64,0,0,0,0,1,0,0,0,0,0,0,101,0,0,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,45,0,0,1,0,0,1,0,0,0,0,0,0,0,0,198,0,0,0,0,0,31,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6942,1457,0,0,'Tower Capture','','','','','','','','','','','','','','','',0,0,0,0,1,0,0,0,0,1,1,1,0), + (31906,0,0,0,0,134217984,268435456,268435456,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,1,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,25,0,0,0,0,0,0,0,0,133,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'Lordaeron\'s Blessing Effect (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (31929,0,0,0,0,134217728,64,268435460,262400,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,134,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,45,77,0,1,0,0,1,0,0,0,0,0,0,0,0,188,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7885,209,0,0,'Tower Capture (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,0,0), + (31951,0,0,0,0,256,268435456,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7889,143,0,0,'Spirit Particles (red, super big) (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (31954,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,524288,0,0,101,0,0,0,0,21,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7891,143,0,0,'Spirit Particles, super big (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (32061,0,0,0,0,256,0,268435456,262144,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,135,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,'(TXT) ToWoW - Tower Kill Credit (DND)','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,0,0,0), + (32309,3,0,4,0,16,136,4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,20,20,32,0,0,0,0,0,37,40,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,2,6,0,525,251,0,1,1,0,0,0,0,0,0,0,3237,2374,0,0,0,0,22,22,0,15,15,0,24,24,0,0,3,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5923,68,0,0,'Slime Bolt','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1,1,1,0), + (32950,3,0,0,0,0,136,4,256,0,0,0,0,0,0,0,0,5,0,0,31,0,0,0,101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,2,0,0,751,0,0,1,0,0,0,0,0,0,0,0,2624,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7434,141,0,0,'Eye Beam','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,1,1,1.5,0,0,0), + (33388,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,0,0,0,0,0,0,0,0,115,0,0,'Riding','','','','','','','','Apprentice','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (33389,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,0,33388,0,0,0,0,0,107,115,0,0,'Apprentice Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (33391,0,0,0,0,16777424,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,3,118,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,0,0,0,0,0,0,0,0,115,0,0,'Riding','','','','','','','','Journeyman','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0), + (33392,0,0,0,0,262400,0,0,0,0,0,0,256,0,0,0,0,1,0,0,0,0,0,0,101,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,-1,0,36,44,0,0,1,0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,762,0,33391,0,0,0,0,0,107,115,0,0,'Journeyman Riding','','','','','','','','','','','','','','','',0,0,0,0,0,0,0,0,0,1,1,1,0); + +/*!40000 ALTER TABLE `spell_template` ENABLE KEYS */; +UNLOCK TABLES; + + # Dump of table spell_threat # ------------------------------------------------------------ @@ -675525,7 +705764,7 @@ DELIMITER ;; /*!50003 DROP PROCEDURE IF EXISTS `script_npc` */;; /*!50003 SET SESSION SQL_MODE=""*/;; -/*!50003 CREATE*/ /*!50003 PROCEDURE `script_npc`(npc_guid INT, npc_script_id INT) +/*!50003 CREATE*/ /*!50020 DEFINER=`mangos`@`localhost`*/ /*!50003 PROCEDURE `script_npc`(npc_guid INT, npc_script_id INT) BEGIN DECLARE PX FLOAT Default 0 ; DECLARE PY FLOAT Default 0 ; diff --git a/InstallFullDB.sh b/InstallFullDB.sh index e8eb10edc..039108fa5 100755 --- a/InstallFullDB.sh +++ b/InstallFullDB.sh @@ -7,8 +7,8 @@ #################################################################################################### # need to be changed on each official DB/CORE release -FULLDB_FILE="ClassicDB_1_8_z2692.sql" -DB_TITLE="v1.8 'Lunar Festival'" +FULLDB_FILE="ClassicDB_1_8_5_z2697.sql" +DB_TITLE="v1.8.5 'Below Blackrock Mountain'" NEXT_MILESTONES="0.19 0.20" #internal use diff --git a/README.mdown b/README.mdown index bc8853b8a..e524f565e 100644 --- a/README.mdown +++ b/README.mdown @@ -10,7 +10,7 @@ copies. Compatibility ------------- -The *Classic DB* database is compatible with [mangos-classic rev z2692][10] +The *Classic DB* database is compatible with [mangos-classic rev z2697][10] and newer. Getting started diff --git a/Updates/1549_LBRS_fixes.sql b/Updates/1549_LBRS_fixes.sql deleted file mode 100644 index 17419008c..000000000 --- a/Updates/1549_LBRS_fixes.sql +++ /dev/null @@ -1,13 +0,0 @@ --- Bannok Grimaxe -UPDATE creature_template SET DamageMultiplier=1.25, MinMeleeDmg=122, MaxMeleeDmg=162, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=248, RangedAttackPower=25, MeleeBaseAttackTime=2400, RangedBaseAttackTime=2000 WHERE Entry=9596; --- Halycon -UPDATE creature_template SET DamageMultiplier=6.5, MinMeleeDmg=56, MaxMeleeDmg=74, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=248, RangedAttackPower=25, MeleeBaseAttackTime=1100, RangedBaseAttackTime=2000 WHERE Entry=10220; --- Highlord Omokk -UPDATE creature_template SET SpeedWalk=1, DamageMultiplier=5.0, MinMeleeDmg=163, MaxMeleeDmg=216, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=248, RangedAttackPower=25, MeleeBaseAttackTime=3200, RangedBaseAttackTime=2000 WHERE Entry=9196; --- Shadow Hunter Vosh'gajin -UPDATE creature_template SET SpeedWalk=1, DamageMultiplier=8.0, MinMeleeDmg=60, MaxMeleeDmg=80, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=228, RangedAttackPower=23, MeleeBaseAttackTime=1300, RangedBaseAttackTime=2000 WHERE Entry=9236; --- Urok Doomhowl -UPDATE creature_template SET SpeedWalk=1, DamageMultiplier=6.66, MinMeleeDmg=116, MaxMeleeDmg=154, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=238, RangedAttackPower=24, MeleeBaseAttackTime=2400, RangedBaseAttackTime=2000 WHERE Entry=10584; --- War Master Voone -UPDATE creature_template SET MinLevel=58, MaxLevel=58, SpeedWalk=1, HealthMultiplier=10, PowerMultiplier=1, ArmorMultiplier=1, DamageMultiplier=7.5, MinMeleeDmg=100, MaxMeleeDmg=132, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=242, RangedAttackPower=25, MeleeBaseAttackTime=2000, RangedBaseAttackTime=2000 WHERE Entry=9237; -UPDATE creature_template SET UnitFlags=256+512+33554432 WHERE Entry=9707; \ No newline at end of file diff --git a/Updates/1552_z2693_01_mangos_gameobject_template.sql b/Updates/1552_z2693_01_mangos_gameobject_template.sql deleted file mode 100644 index 5cb600564..000000000 --- a/Updates/1552_z2693_01_mangos_gameobject_template.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_z2692_04_mangos_npc_trainer_template required_z2693_01_mangos_gameobject_template bit; - -ALTER TABLE gameobject_template -ADD COLUMN ExtraFlags INT(11) UNSIGNED NOT NULL DEFAULT 0 AFTER flags, -ADD COLUMN CustomData1 INT(11) UNSIGNED NOT NULL DEFAULT 0 AFTER data23; diff --git a/Updates/1553_gameobject_template_updates.sql b/Updates/1553_gameobject_template_updates.sql deleted file mode 100644 index 4a0219cad..000000000 --- a/Updates/1553_gameobject_template_updates.sql +++ /dev/null @@ -1,3 +0,0 @@ -UPDATE gameobject_template SET ExtraFlags=1 WHERE displayId IN (4392,4472,4491,6785,3073,7998); -UPDATE gameobject_template SET CustomData1=1 WHERE entry=103661; -UPDATE gameobject_template SET CustomData1=2 WHERE entry=180057; \ No newline at end of file diff --git a/Updates/1555_gameobject_template.sql b/Updates/1555_gameobject_template.sql deleted file mode 100644 index f519e0a3d..000000000 --- a/Updates/1555_gameobject_template.sql +++ /dev/null @@ -1,4 +0,0 @@ --- Fixed quest giver gameobject that were displaying default gossip message even to players not on the quest --- Thanks to all people researching this @Grz3s, @Gerhood, @lduguid, @Phatcat, @Tobschinski --- This closes https://github.com/classicdb/database/issues/142 and contributes to https://github.com/classicdb/database/issues/860 -UPDATE gameobject_template SET flags = flags | 4 WHERE type = 2 AND Data3 = 0; diff --git a/Updates/1556_gameobject_template_custom_anim.sql b/Updates/1556_gameobject_template_custom_anim.sql deleted file mode 100644 index 70f1d6452..000000000 --- a/Updates/1556_gameobject_template_custom_anim.sql +++ /dev/null @@ -1,10 +0,0 @@ --- Custom animation for some objects fixed --- 187432 - Alliance Flag - 5651 -- Without = doesnt work -- with works fine --- 181699 - Barrel of Filth - 6869 -- Without = doesnt work -- with works fine --- 184661 - Smoke Beacon - 6544 -- Without = doesnt work -- with works fine --- 188692 - Valiance Keep Cannon - 245 -- Without = player casts multiple spell ??? -- with better animation from gun --- 187389 - Falling Rocks - 4473 -- -- Without = work partly -- with much better (full animation) --- 184694 - Zelana's Alchemy Set - 345 -- Without = doesnt work -- with works fine --- 180452 - Blastenheimer 5000 Ultra Cannon - 6429 -- Without = doesnt work -- with works fine --- https://www.youtube.com/watch?v=BmRsGlhzACc (i did diff fix for it... but effect is the same and can be seen on this avi) -UPDATE gameobject_template SET ExtraFlags = 1 WHERE displayId IN (245,345,4473,5651,6429,6544,6869); diff --git a/Updates/1558_lazy_peon_spawns.sql b/Updates/1558_lazy_peon_spawns.sql deleted file mode 100644 index 1b75acc5a..000000000 --- a/Updates/1558_lazy_peon_spawns.sql +++ /dev/null @@ -1,36 +0,0 @@ -DELETE FROM creature_movement WHERE id IN (3345, 3346, 3347, 3348, 6523, 6524, 6525, 6526, 6527, 7372, 7373, 7374, 7375, 7376); - --- Spawn points -UPDATE creature SET position_x = -228.4774, position_y = -4283.625, position_z = 65.1967, orientation = 2.894468 WHERE guid = 3345; -UPDATE creature SET position_x = -329.9962, position_y = -4433.717, position_z = 54.78109, orientation = 5.104826 WHERE guid = 3346; -UPDATE creature SET position_x = -231.6027, position_y = -4452.809, position_z = 63.93166, orientation = 4.117736 WHERE guid = 3347; -UPDATE creature SET position_x = -507.4363, position_y = -4376.153, position_z = 46.37408, orientation = 6.219275 WHERE guid = 3348; - -UPDATE creature SET position_x = -320.966064, position_y = -4127.114746, position_z = 51.772881, orientation = 3.5617 WHERE guid = 6523; -UPDATE creature SET position_x = -635.911, position_y = -4477.310, position_z = 46.4219, orientation = 2.255680 WHERE guid = 6524; -UPDATE creature SET position_x = -762.9033, position_y = -4322.073, position_z = 46.41716, orientation = 3.038773 WHERE guid = 6525; -UPDATE creature SET position_x = -370.2837, position_y = -4015.476, position_z = 50.76045, orientation = 2.492314 WHERE guid = 6526; -UPDATE creature SET position_x = -754.0301, position_y = -4144.65, position_z = 38.48037, orientation = 0.5896973 WHERE guid = 6527; - -UPDATE creature SET position_x = -209.5101, position_y = -4227.287, position_z = 63.72701, orientation = 1.119552 WHERE guid = 7372; -UPDATE creature SET position_x = -773.777405, position_y = -4201.205566, position_z = 45.349792, orientation = 5.097115 WHERE guid = 7373; -UPDATE creature SET position_x = -628.4796, position_y = -4340.696, position_z = 41.84069, orientation = 2.213485 WHERE guid = 7374; -UPDATE creature SET position_x = -269.336365, position_y = -4144.420410, position_z = 55.177433, orientation = 4.241836 WHERE guid = 7375; -UPDATE creature SET position_x = -506.5265, position_y = -4466.791, position_z = 54.47487, orientation = 3.655769 WHERE guid = 7376; - --- Tree waypoints -INSERT INTO creature_movement (id, point, position_x, position_y, position_z, waittime, script_id, textid1, textid2, textid3, textid4, textid5, emote, spell, orientation, model1, model2) VALUES -(3345, 1, -225.614, -4284.88, 65.0956, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.00395, 0, 0), -(3346, 1, -334.424, -4439.34, 54.6275, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.45416, 0, 0), -(3347, 1, -229.428, -4449.48, 63.3728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.016658, 0, 0), -(3348, 1, -510.965, -4372.57, 45.6692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.480042, 0, 0), -(6523, 1, -320.191, -4122.77, 51.3316, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.09659, 0, 0), -(6524, 1, -634.882, -4480.31, 46.2619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.71333, 0, 0), -(6525, 1, -757.896, -4324.19, 45.1184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.3012, 0, 0), -(6526, 1, -375.545, -4018.32, 50.3465, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.86373, 0, 0), -(6527, 1, -754.196, -4141.18, 39.4156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.54425, 0, 0), -(7372, 1, -213.599, -4220.75, 62.2392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1.93932, 0, 0), -(7373, 1, -775.806, -4196.64, 44.5941, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2.26289, 0, 0), -(7374, 1, -622.255, -4348.61, 41.0623, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4.83115, 0, 0), -(7375, 1, -265.354, -4145.13, 55.767, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5.78542, 0, 0), -(7376, 1, -498.072, -4455.45, 51.0777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3.27999, 0, 0); diff --git a/Updates/1560_MC_bosses_adds.sql b/Updates/1560_MC_bosses_adds.sql deleted file mode 100644 index 14e5bdd9e..000000000 --- a/Updates/1560_MC_bosses_adds.sql +++ /dev/null @@ -1,8 +0,0 @@ --- Prevented adds of bosses in Molten Core to respawn if the related boss is dead (Lucifron, Gehennas, Golemagg, Garr, Sulfuron Harbinger) -UPDATE creature_linking_template SET flag = flag + 1024 WHERE entry IN (11661, 12119, 12099, 11672, 11662); --- Prevented Core Hounds packs to respawn if Magmadar is defeated -DELETE FROM creature_linking_template WHERE entry = 11671; -INSERT INTO creature_linking_template VALUES -(11671, 409, 11982, 1024, 0); --- Garr's Firesworn are supposed to follow him -UPDATE creature_linking_template SET flag = flag + 512 WHERE entry = 12099; diff --git a/Updates/1562_searing_whelp.sql b/Updates/1562_searing_whelp.sql deleted file mode 100644 index a7fe55130..000000000 --- a/Updates/1562_searing_whelp.sql +++ /dev/null @@ -1,2 +0,0 @@ - -UPDATE `creature_template` SET `Rank`='0' WHERE `Entry`='4324'; diff --git a/Updates/1564_fluorescent_mechanostrider.sql b/Updates/1564_fluorescent_mechanostrider.sql deleted file mode 100644 index b5a8045b7..000000000 --- a/Updates/1564_fluorescent_mechanostrider.sql +++ /dev/null @@ -1,6 +0,0 @@ --- Added missing item 13325 (Fluorescent Green Mechanostrider) --- This closes #27. Thanks @killerwife for reporting --- Source: YTDB -DELETE FROM `item_template` WHERE `entry` = 13325; -INSERT INTO `item_template` (`entry`, `class`, `subclass`, `name`, `displayid`, `Quality`, `Flags`, `BuyCount`, `BuyPrice`, `SellPrice`, `InventoryType`, `AllowableClass`, `AllowableRace`, `ItemLevel`, `RequiredLevel`, `RequiredSkill`, `RequiredSkillRank`, `requiredspell`, `requiredhonorrank`, `RequiredCityRank`, `RequiredReputationFaction`, `RequiredReputationRank`, `maxcount`, `stackable`, `ContainerSlots`, `stat_type1`, `stat_value1`, `stat_type2`, `stat_value2`, `stat_type3`, `stat_value3`, `stat_type4`, `stat_value4`, `stat_type5`, `stat_value5`, `stat_type6`, `stat_value6`, `stat_type7`, `stat_value7`, `stat_type8`, `stat_value8`, `stat_type9`, `stat_value9`, `stat_type10`, `stat_value10`, `dmg_min1`, `dmg_max1`, `dmg_type1`, `dmg_min2`, `dmg_max2`, `dmg_type2`, `armor`, `holy_res`, `fire_res`, `nature_res`, `frost_res`, `shadow_res`, `arcane_res`, `delay`, `ammo_type`, `RangedModRange`, `spellid_1`, `spelltrigger_1`, `spellcharges_1`, `spellppmRate_1`, `spellcooldown_1`, `spellcategory_1`, `spellcategorycooldown_1`, `spellid_2`, `spelltrigger_2`, `spellcharges_2`, `spellppmRate_2`, `spellcooldown_2`, `spellcategory_2`, `spellcategorycooldown_2`, `spellid_3`, `spelltrigger_3`, `spellcharges_3`, `spellppmRate_3`, `spellcooldown_3`, `spellcategory_3`, `spellcategorycooldown_3`, `spellid_4`, `spelltrigger_4`, `spellcharges_4`, `spellppmRate_4`, `spellcooldown_4`, `spellcategory_4`, `spellcategorycooldown_4`, `spellid_5`, `spelltrigger_5`, `spellcharges_5`, `spellppmRate_5`, `spellcooldown_5`, `spellcategory_5`, `spellcategorycooldown_5`, `bonding`, `description`, `PageText`, `LanguageID`, `PageMaterial`, `startquest`, `lockid`, `Material`, `sheath`, `RandomProperty`, `block`, `itemset`, `MaxDurability`, `area`, `Map`, `BagFamily`, `ScriptName`, `DisenchantID`, `FoodType`, `minMoneyLoot`, `maxMoneyLoot`, `Duration`, `ExtraFlags`) VALUES -(13325, 15, 5, 'Fluorescent Green Mechanostrider', 17785, 3, 64, 1, 0, 0, 0, -1, 68, 40, 30, 762, 75, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17458, 0, 0, 0, -1, 330, 3000, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, -1, 0, -1, 1, '', 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 0, 0); diff --git a/Updates/1565_use_template_model.sql b/Updates/1565_use_template_model.sql deleted file mode 100644 index 0968ac6bf..000000000 --- a/Updates/1565_use_template_model.sql +++ /dev/null @@ -1,373 +0,0 @@ - -UPDATE `creature_template` SET `ModelId1`='11869', `ModelId2`='11870', `ModelId3`='11871', `ModelId4`='11872' WHERE `Entry`='11680'; -UPDATE `creature_template` SET `ModelId1`='5726', `ModelId2`='5725', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4296'; -UPDATE `creature_template` SET `ModelId1`='10413', `ModelId2`='10415', `ModelId3`='10414', `ModelId4`='10416' WHERE `Entry`='9451'; -UPDATE `creature_template` SET `ModelId1`='10277', `ModelId2`='10279', `ModelId3`='10280', `ModelId4`='10281' WHERE `Entry`='1831'; -UPDATE `creature_template` SET `ModelId1`='10286', `ModelId2`='10288', `ModelId3`='10287', `ModelId4`='10289' WHERE `Entry`='1826'; -UPDATE `creature_template` SET `ModelId1`='10291', `ModelId2`='10292', `ModelId3`='10293', `ModelId4`='10294' WHERE `Entry`='1833'; -UPDATE `creature_template` SET `ModelId1`='10387', `ModelId2`='10389', `ModelId3`='10388', `ModelId4`='10390' WHERE `Entry`='9449'; -UPDATE `creature_template` SET `ModelId1`='10403', `ModelId2`='10405', `ModelId3`='10404', `ModelId4`='10406' WHERE `Entry`='9452'; -UPDATE `creature_template` SET `ModelId1`='10320', `ModelId2`='10322', `ModelId3`='10321', `ModelId4`='10323' WHERE `Entry`='1835'; -UPDATE `creature_template` SET `ModelId1`='10299', `ModelId2`='10300', `ModelId3`='10301', `ModelId4`='10302' WHERE `Entry`='1884'; -UPDATE `creature_template` SET `ModelId1`='10328', `ModelId2`='10330', `ModelId3`='10329', `ModelId4`='10331' WHERE `Entry`='1832'; -UPDATE `creature_template` SET `ModelId1`='10311', `ModelId2`='10313', `ModelId3`='10312', `ModelId4`='10314' WHERE `Entry`='10605'; -UPDATE `creature_template` SET `ModelId1`='10324', `ModelId2`='10326', `ModelId3`='10325', `ModelId4`='10327' WHERE `Entry`='1834'; -UPDATE `creature_template` SET `ModelId1`='10395', `ModelId2`='10396', `ModelId3`='10397', `ModelId4`='0' WHERE `Entry`='9448'; -UPDATE `creature_template` SET `ModelId1`='10332', `ModelId2`='10333', `ModelId3`='10334', `ModelId4`='10335' WHERE `Entry`='10608'; -UPDATE `creature_template` SET `ModelId1`='10307', `ModelId2`='10308', `ModelId3`='10309', `ModelId4`='10310' WHERE `Entry`='4494'; -UPDATE `creature_template` SET `ModelId1`='10303', `ModelId2`='10305', `ModelId3`='10304', `ModelId4`='10306' WHERE `Entry`='1883'; -UPDATE `creature_template` SET `ModelId1`='10350', `ModelId2`='10351', `ModelId3`='10352', `ModelId4`='10353' WHERE `Entry`='1827'; -UPDATE `creature_template` SET `ModelId1`='10376', `ModelId2`='10378', `ModelId3`='10377', `ModelId4`='10380' WHERE `Entry`='9447'; -UPDATE `creature_template` SET `ModelId1`='4841', `ModelId2`='4842', `ModelId3`='4843', `ModelId4`='4844' WHERE `Entry`='12896'; -UPDATE `creature_template` SET `ModelId1`='4841', `ModelId2`='4842', `ModelId3`='4843', `ModelId4`='4844' WHERE `Entry`='12897'; -UPDATE `creature_template` SET `ModelId1`='14712', `ModelId2`='14713', `ModelId3`='14714', `ModelId4`='14715' WHERE `Entry`='14715'; -UPDATE `creature_template` SET `ModelId1`='14322', `ModelId2`='14324', `ModelId3`='14326', `ModelId4`='14327' WHERE `Entry`='14284'; -UPDATE `creature_template` SET `ModelId1`='12810', `ModelId2`='12811', `ModelId3`='12971', `ModelId4`='12972' WHERE `Entry`='12859'; -UPDATE `creature_template` SET `ModelId1`='3229', `ModelId2`='3230', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3875'; -UPDATE `creature_template` SET `ModelId1`='7595', `ModelId2`='7596', `ModelId3`='7607', `ModelId4`='7608' WHERE `Entry`='8386'; -UPDATE `creature_template` SET `ModelId1`='10049', `ModelId2`='10050', `ModelId3`='10051', `ModelId4`='10052' WHERE `Entry`='10721'; -UPDATE `creature_template` SET `ModelId1`='11577', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='9199'; -UPDATE `creature_template` SET `ModelId1`='11581', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='9200'; -UPDATE `creature_template` SET `ModelId1`='12829', `ModelId2`='12830', `ModelId3`='12832', `ModelId4`='12831' WHERE `Entry`='12338'; -UPDATE `creature_template` SET `ModelId1`='9330', `ModelId2`='9331', `ModelId3`='9332', `ModelId4`='9333' WHERE `Entry`='10116'; -UPDATE `creature_template` SET `ModelId1`='7550', `ModelId2`='9334', `ModelId3`='9335', `ModelId4`='0' WHERE `Entry`='10117'; -UPDATE `creature_template` SET `ModelId1`='14973', `ModelId2`='14974', `ModelId3`='14975', `ModelId4`='14976' WHERE `Entry`='14883'; -UPDATE `creature_template` SET `ModelId1`='8798', `ModelId2`='8799', `ModelId3`='8800', `ModelId4`='8801' WHERE `Entry`='8902'; -UPDATE `creature_template` SET `ModelId1`='8793', `ModelId2`='8794', `ModelId3`='8795', `ModelId4`='8796' WHERE `Entry`='8896'; -UPDATE `creature_template` SET `ModelId1`='8825', `ModelId2`='8826', `ModelId3`='8827', `ModelId4`='8828' WHERE `Entry`='8904'; -UPDATE `creature_template` SET `ModelId1`='4841', `ModelId2`='4842', `ModelId3`='4843', `ModelId4`='4844' WHERE `Entry`='12160'; -UPDATE `creature_template` SET `ModelId1`='10421', `ModelId2`='10423', `ModelId3`='10422', `ModelId4`='10424' WHERE `Entry`='8550'; -UPDATE `creature_template` SET `ModelId1`='9682', `ModelId2`='9683', `ModelId3`='9684', `ModelId4`='9685' WHERE `Entry`='9241'; -UPDATE `creature_template` SET `ModelId1`='9709', `ModelId2`='9710', `ModelId3`='9711', `ModelId4`='9712' WHERE `Entry`='9239'; -UPDATE `creature_template` SET `ModelId1`='9719', `ModelId2`='9720', `ModelId3`='9721', `ModelId4`='9722' WHERE `Entry`='9266'; -UPDATE `creature_template` SET `ModelId1`='6997', `ModelId2`='6998', `ModelId3`='10660', `ModelId4`='10663' WHERE `Entry`='2648'; -UPDATE `creature_template` SET `ModelId1`='11401', `ModelId2`='9788', `ModelId3`='9789', `ModelId4`='9790' WHERE `Entry`='10478'; -UPDATE `creature_template` SET `ModelId1`='4849', `ModelId2`='4850', `ModelId3`='4851', `ModelId4`='4852' WHERE `Entry`='3571'; -UPDATE `creature_template` SET `ModelId1`='10953', `ModelId2`='10955', `ModelId3`='10954', `ModelId4`='10956' WHERE `Entry`='8548'; -UPDATE `creature_template` SET `ModelId1`='10858', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='11218'; -UPDATE `creature_template` SET `ModelId1`='6811', `ModelId2`='568', `ModelId3`='12345', `ModelId4`='1015' WHERE `Entry`='15111'; -UPDATE `creature_template` SET `ModelId1`='3976', `ModelId2`='3975', `ModelId3`='3974', `ModelId4`='3973' WHERE `Entry`='5680'; -UPDATE `creature_template` SET `ModelId1`='11774', `ModelId2`='11775', `ModelId3`='11776', `ModelId4`='11777' WHERE `Entry`='11822'; -UPDATE `creature_template` SET `ModelId1`='10427', `ModelId2`='10428', `ModelId3`='10429', `ModelId4`='10430' WHERE `Entry`='8553'; -UPDATE `creature_template` SET `ModelId1`='15574', `ModelId2`='15579', `ModelId3`='15577', `ModelId4`='15578' WHERE `Entry`='15617'; -UPDATE `creature_template` SET `ModelId1`='10975', `ModelId2`='10976', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='10481'; -UPDATE `creature_template` SET `ModelId1`='12969', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='12818'; -UPDATE `creature_template` SET `ModelId1`='6390', `ModelId2`='6391', `ModelId3`='11276', `ModelId4`='11277' WHERE `Entry`='7115'; -UPDATE `creature_template` SET `ModelId1`='6389', `ModelId2`='6392', `ModelId3`='11279', `ModelId4`='11283' WHERE `Entry`='7112'; -UPDATE `creature_template` SET `ModelId1`='6393', `ModelId2`='6394', `ModelId3`='11281', `ModelId4`='11282' WHERE `Entry`='7118'; -UPDATE `creature_template` SET `ModelId1`='6397', `ModelId2`='6398', `ModelId3`='11274', `ModelId4`='11275' WHERE `Entry`='7114'; -UPDATE `creature_template` SET `ModelId1`='6399', `ModelId2`='6400', `ModelId3`='11272', `ModelId4`='11273' WHERE `Entry`='7113'; -UPDATE `creature_template` SET `ModelId1`='6405', `ModelId2`='6406', `ModelId3`='11291', `ModelId4`='11292' WHERE `Entry`='7120'; -UPDATE `creature_template` SET `ModelId1`='3829', `ModelId2`='3830', `ModelId3`='374', `ModelId4`='4639' WHERE `Entry`='3381'; -UPDATE `creature_template` SET `ModelId1`='3827', `ModelId2`='3828', `ModelId3`='4637', `ModelId4`='0' WHERE `Entry`='3382'; -UPDATE `creature_template` SET `ModelId1`='3835', `ModelId2`='3836', `ModelId3`='4638', `ModelId4`='4640' WHERE `Entry`='3383'; -UPDATE `creature_template` SET `ModelId1`='6944', `ModelId2`='6945', `ModelId3`='6946', `ModelId4`='6947' WHERE `Entry`='7855'; -UPDATE `creature_template` SET `ModelId1`='6948', `ModelId2`='6949', `ModelId3`='6952', `ModelId4`='374' WHERE `Entry`='7856'; -UPDATE `creature_template` SET `ModelId1`='6938', `ModelId2`='6939', `ModelId3`='6940', `ModelId4`='6941' WHERE `Entry`='7857'; -UPDATE `creature_template` SET `ModelId1`='6950', `ModelId2`='6951', `ModelId3`='6953', `ModelId4`='6954' WHERE `Entry`='7858'; -UPDATE `creature_template` SET `ModelId1`='6950', `ModelId2`='6951', `ModelId3`='6953', `ModelId4`='6954' WHERE `Entry`='15685'; -UPDATE `creature_template` SET `ModelId1`='7115', `ModelId2`='7116', `ModelId3`='10152', `ModelId4`='10153' WHERE `Entry`='7975'; -UPDATE `creature_template` SET `ModelId1`='4497', `ModelId2`='4498', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='861'; -UPDATE `creature_template` SET `ModelId1`='4499', `ModelId2`='4500', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='863'; -UPDATE `creature_template` SET `ModelId1`='4503', `ModelId2`='4504', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='866'; -UPDATE `creature_template` SET `ModelId1`='4495', `ModelId2`='4496', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='862'; -UPDATE `creature_template` SET `ModelId1`='13807', `ModelId2`='13855', `ModelId3`='13854', `ModelId4`='13856' WHERE `Entry`='13839'; -UPDATE `creature_template` SET `ModelId1`='7810', `ModelId2`='7811', `ModelId3`='7812', `ModelId4`='7813' WHERE `Entry`='8442'; -UPDATE `creature_template` SET `ModelId1`='11861', `ModelId2`='11863', `ModelId3`='11862', `ModelId4`='11864' WHERE `Entry`='11682'; -UPDATE `creature_template` SET `ModelId1`='11857', `ModelId2`='11859', `ModelId3`='11858', `ModelId4`='11860' WHERE `Entry`='11656'; -UPDATE `creature_template` SET `ModelId1`='11865', `ModelId2`='11866', `ModelId3`='11867', `ModelId4`='11868' WHERE `Entry`='11683'; -UPDATE `creature_template` SET `ModelId1`='5435', `ModelId2`='5436', `ModelId3`='5437', `ModelId4`='0' WHERE `Entry`='4430'; -UPDATE `creature_template` SET `ModelId1`='7192', `ModelId2`='7193', `ModelId3`='7194', `ModelId4`='0' WHERE `Entry`='4429'; -UPDATE `creature_template` SET `ModelId1`='207', `ModelId2`='2320', `ModelId3`='2328', `ModelId4`='2326' WHERE `Entry`='5774'; -UPDATE `creature_template` SET `ModelId1`='3144', `ModelId2`='3145', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1660'; -UPDATE `creature_template` SET `ModelId1`='3632', `ModelId2`='5784', `ModelId3`='5785', `ModelId4`='5786' WHERE `Entry`='2270'; -UPDATE `creature_template` SET `ModelId1`='8673', `ModelId2`='8674', `ModelId3`='8675', `ModelId4`='8676' WHERE `Entry`='9545'; -UPDATE `creature_template` SET `ModelId1`='8678', `ModelId2`='8679', `ModelId3`='8680', `ModelId4`='0' WHERE `Entry`='9547'; -UPDATE `creature_template` SET `ModelId1`='9346', `ModelId2`='9347', `ModelId3`='8773', `ModelId4`='9349' WHERE `Entry`='8914'; -UPDATE `creature_template` SET `ModelId1`='4220', `ModelId2`='0', `ModelId3`='4221', `ModelId4`='825' WHERE `Entry`='3728'; -UPDATE `creature_template` SET `ModelId1`='9556', `ModelId2`='9554', `ModelId3`='9555', `ModelId4`='9557' WHERE `Entry`='10262'; -UPDATE `creature_template` SET `ModelId1`='4255', `ModelId2`='4218', `ModelId3`='4219', `ModelId4`='0' WHERE `Entry`='3725'; -UPDATE `creature_template` SET `ModelId1`='10417', `ModelId2`='10418', `ModelId3`='10419', `ModelId4`='10420' WHERE `Entry`='8551'; -UPDATE `creature_template` SET `ModelId1`='10391', `ModelId2`='10393', `ModelId3`='10392', `ModelId4`='10394' WHERE `Entry`='8547'; -UPDATE `creature_template` SET `ModelId1`='15284', `ModelId2`='15286', `ModelId3`='15285', `ModelId4`='15287' WHERE `Entry`='15128'; -UPDATE `creature_template` SET `ModelId1`='8812', `ModelId2`='8813', `ModelId3`='8814', `ModelId4`='8815' WHERE `Entry`='8900'; -UPDATE `creature_template` SET `ModelId1`='8803', `ModelId2`='8804', `ModelId3`='8805', `ModelId4`='8806' WHERE `Entry`='8897'; -UPDATE `creature_template` SET `ModelId1`='8820', `ModelId2`='8821', `ModelId3`='8822', `ModelId4`='8823' WHERE `Entry`='8899'; -UPDATE `creature_template` SET `ModelId1`='8681', `ModelId2`='8682', `ModelId3`='8683', `ModelId4`='8684' WHERE `Entry`='9554'; -UPDATE `creature_template` SET `ModelId1`='14320', `ModelId2`='14321', `ModelId3`='14323', `ModelId4`='14325' WHERE `Entry`='14285'; -UPDATE `creature_template` SET `ModelId1`='11375', `ModelId2`='11376', `ModelId3`='11377', `ModelId4`='0' WHERE `Entry`='9460'; -UPDATE `creature_template` SET `ModelId1`='6672', `ModelId2`='6673', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='5261'; -UPDATE `creature_template` SET `ModelId1`='7751', `ModelId2`='7753', `ModelId3`='7754', `ModelId4`='7756' WHERE `Entry`='8402'; -UPDATE `creature_template` SET `ModelId1`='7115', `ModelId2`='7116', `ModelId3`='10152', `ModelId4`='10153' WHERE `Entry`='9525'; -UPDATE `creature_template` SET `ModelId1`='6297', `ModelId2`='1924', `ModelId3`='6295', `ModelId4`='901' WHERE `Entry`='13321'; -UPDATE `creature_template` SET `ModelId1`='11221', `ModelId2`='11223', `ModelId3`='11222', `ModelId4`='11224' WHERE `Entry`='11340'; -UPDATE `creature_template` SET `ModelId1`='11758', `ModelId2`='11760', `ModelId3`='11759', `ModelId4`='11761' WHERE `Entry`='11830'; -UPDATE `creature_template` SET `ModelId1`='11225', `ModelId2`='11227', `ModelId3`='11226', `ModelId4`='11226' WHERE `Entry`='11339'; -UPDATE `creature_template` SET `ModelId1`='11229', `ModelId2`='11231', `ModelId3`='11230', `ModelId4`='11232' WHERE `Entry`='11338'; -UPDATE `creature_template` SET `ModelId1`='11762', `ModelId2`='11764', `ModelId3`='11763', `ModelId4`='11765' WHERE `Entry`='11831'; -UPDATE `creature_template` SET `ModelId1`='9233', `ModelId2`='9234', `ModelId3`='9235', `ModelId4`='9236' WHERE `Entry`='10043'; -UPDATE `creature_template` SET `ModelId1`='6421', `ModelId2`='6422', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='5650'; -UPDATE `creature_template` SET `ModelId1`='6427', `ModelId2`='6428', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='7247'; -UPDATE `creature_template` SET `ModelId1`='6425', `ModelId2`='6426', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='7246'; -UPDATE `creature_template` SET `ModelId1`='6419', `ModelId2`='6420', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='5648'; -UPDATE `creature_template` SET `ModelId1`='6423', `ModelId2`='6424', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='5649'; -UPDATE `creature_template` SET `ModelId1`='6855', `ModelId2`='6856', `ModelId3`='6857', `ModelId4`='6858' WHERE `Entry`='7670'; -UPDATE `creature_template` SET `ModelId1`='6874', `ModelId2`='6875', `ModelId3`='6876', `ModelId4`='6877' WHERE `Entry`='7669'; -UPDATE `creature_template` SET `ModelId1`='6847', `ModelId2`='6848', `ModelId3`='6849', `ModelId4`='6850' WHERE `Entry`='7668'; -UPDATE `creature_template` SET `ModelId1`='6869', `ModelId2`='6870', `ModelId3`='6871', `ModelId4`='6872' WHERE `Entry`='7671'; -UPDATE `creature_template` SET `ModelId1`='15865', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='15895'; -UPDATE `creature_template` SET `ModelId1`='15869', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='15898'; -UPDATE `creature_template` SET `ModelId1`='1860', `ModelId2`='1862', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3129'; -UPDATE `creature_template` SET `ModelId1`='3734', `ModelId2`='3735', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3128'; -UPDATE `creature_template` SET `ModelId1`='14981', `ModelId2`='14982', `ModelId3`='14983', `ModelId4`='14984' WHERE `Entry`='14825'; -UPDATE `creature_template` SET `ModelId1`='487', `ModelId2`='7816', `ModelId3`='7817', `ModelId4`='7818' WHERE `Entry`='5843'; -UPDATE `creature_template` SET `ModelId1`='14669', `ModelId2`='14670', `ModelId3`='14671', `ModelId4`='14672' WHERE `Entry`='14622'; -UPDATE `creature_template` SET `ModelId1`='7374', `ModelId2`='7376', `ModelId3`='7377', `ModelId4`='7378' WHERE `Entry`='8154'; -UPDATE `creature_template` SET `ModelId1`='11853', `ModelId2`='11855', `ModelId3`='11854', `ModelId4`='11856' WHERE `Entry`='11681'; -UPDATE `creature_template` SET `ModelId1`='14716', `ModelId2`='14718', `ModelId3`='14717', `ModelId4`='14719' WHERE `Entry`='14717'; -UPDATE `creature_template` SET `ModelId1`='4261', `ModelId2`='4262', `ModelId3`='4263', `ModelId4`='4264' WHERE `Entry`='3501'; -UPDATE `creature_template` SET `ModelId1`='11857', `ModelId2`='11859', `ModelId3`='11858', `ModelId4`='11860' WHERE `Entry`='14718'; -UPDATE `creature_template` SET `ModelId1`='14589', `ModelId2`='14616', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='14499'; -UPDATE `creature_template` SET `ModelId1`='7102', `ModelId2`='7103', `ModelId3`='7104', `ModelId4`='0' WHERE `Entry`='4624'; -UPDATE `creature_template` SET `ModelId1`='14998', `ModelId2`='14999', `ModelId3`='15000', `ModelId4`='15001' WHERE `Entry`='14876'; -UPDATE `creature_template` SET `ModelId1`='2563', `ModelId2`='2564', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1653'; -UPDATE `creature_template` SET `ModelId1`='10255', `ModelId2`='10256', `ModelId3`='1196', `ModelId4`='4631' WHERE `Entry`='6426'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='17689'; -UPDATE `creature_template` SET `ModelId1`='8755', `ModelId2`='9288', `ModelId3`='9289', `ModelId4`='9290' WHERE `Entry`='8901'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='17690'; -UPDATE `creature_template` SET `ModelId1`='4962', `ModelId2`='4963', `ModelId3`='4966', `ModelId4`='4967' WHERE `Entry`='6249'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='17696'; -UPDATE `creature_template` SET `ModelId1`='9069', `ModelId2`='9070', `ModelId3`='9071', `ModelId4`='9072' WHERE `Entry`='8916'; -UPDATE `creature_template` SET `ModelId1`='16093', `ModelId2`='16094', `ModelId3`='16095', `ModelId4`='16096' WHERE `Entry`='16228'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='17698'; -UPDATE `creature_template` SET `ModelId1`='11406', `ModelId2`='11407', `ModelId3`='11408', `ModelId4`='11409' WHERE `Entry`='11194'; -UPDATE `creature_template` SET `ModelId1`='16147', `ModelId2`='16148', `ModelId3`='16149', `ModelId4`='16150' WHERE `Entry`='16378'; -UPDATE `creature_template` SET `ModelId1`='12912', `ModelId2`='12913', `ModelId3`='12914', `ModelId4`='0' WHERE `Entry`='12856'; -UPDATE `creature_template` SET `ModelId1`='4841', `ModelId2`='4842', `ModelId3`='4843', `ModelId4`='4844' WHERE `Entry`='8015'; -UPDATE `creature_template` SET `ModelId1`='4841', `ModelId2`='4842', `ModelId3`='4843', `ModelId4`='4844' WHERE `Entry`='6087'; -UPDATE `creature_template` SET `ModelId1`='14977', `ModelId2`='14978', `ModelId3`='14979', `ModelId4`='14980' WHERE `Entry`='14882'; -UPDATE `creature_template` SET `ModelId1`='4845', `ModelId2`='4846', `ModelId3`='4847', `ModelId4`='4848' WHERE `Entry`='6086'; -UPDATE `creature_template` SET `ModelId1`='4261', `ModelId2`='4262', `ModelId3`='4263', `ModelId4`='4264' WHERE `Entry`='8016'; -UPDATE `creature_template` SET `ModelId1`='2557', `ModelId2`='2558', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4505'; -UPDATE `creature_template` SET `ModelId1`='2561', `ModelId2`='2562', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1562'; -UPDATE `creature_template` SET `ModelId1`='796', `ModelId2`='1768', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1565'; -UPDATE `creature_template` SET `ModelId1`='796', `ModelId2`='794', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1563'; -UPDATE `creature_template` SET `ModelId1`='4461', `ModelId2`='4462', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1564'; -UPDATE `creature_template` SET `ModelId1`='10734', `ModelId2`='10735', `ModelId3`='10736', `ModelId4`='10737' WHERE `Entry`='11180'; -UPDATE `creature_template` SET `ModelId1`='2141', `ModelId2`='8572', `ModelId3`='9391', `ModelId4`='9392' WHERE `Entry`='3084'; -UPDATE `creature_template` SET `ModelId1`='4697', `ModelId2`='4698', `ModelId3`='11296', `ModelId4`='11297' WHERE `Entry`='4665'; -UPDATE `creature_template` SET `ModelId1`='4190', `ModelId2`='4191', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3198'; -UPDATE `creature_template` SET `ModelId1`='4194', `ModelId2`='4195', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3199'; -UPDATE `creature_template` SET `ModelId1`='4192', `ModelId2`='4193', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3197'; -UPDATE `creature_template` SET `ModelId1`='4701', `ModelId2`='4702', `ModelId3`='11301', `ModelId4`='11302' WHERE `Entry`='4666'; -UPDATE `creature_template` SET `ModelId1`='4186', `ModelId2`='4187', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3196'; -UPDATE `creature_template` SET `ModelId1`='4703', `ModelId2`='4704', `ModelId3`='11305', `ModelId4`='11306' WHERE `Entry`='4664'; -UPDATE `creature_template` SET `ModelId1`='4709', `ModelId2`='4710', `ModelId3`='11309', `ModelId4`='11310' WHERE `Entry`='4668'; -UPDATE `creature_template` SET `ModelId1`='4188', `ModelId2`='4189', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3195'; -UPDATE `creature_template` SET `ModelId1`='15304', `ModelId2`='15305', `ModelId3`='15306', `ModelId4`='15307' WHERE `Entry`='15184'; -UPDATE `creature_template` SET `ModelId1`='4116', `ModelId2`='4117', `ModelId3`='4118', `ModelId4`='4119' WHERE `Entry`='5738'; -UPDATE `creature_template` SET `ModelId1`='11158', `ModelId2`='11160', `ModelId3`='11159', `ModelId4`='11162' WHERE `Entry`='11346'; -UPDATE `creature_template` SET `ModelId1`='7363', `ModelId2`='7364', `ModelId3`='7365', `ModelId4`='7366' WHERE `Entry`='8147'; -UPDATE `creature_template` SET `ModelId1`='11424', `ModelId2`='11425', `ModelId3`='11426', `ModelId4`='11427' WHERE `Entry`='2211'; -UPDATE `creature_template` SET `ModelId1`='5824', `ModelId2`='5825', `ModelId3`='5826', `ModelId4`='5827' WHERE `Entry`='7070'; -UPDATE `creature_template` SET `ModelId1`='5492', `ModelId2`='5493', `ModelId3`='4907', `ModelId4`='0' WHERE `Entry`='5897'; -UPDATE `creature_template` SET `ModelId1`='10529', `ModelId2`='10531', `ModelId3`='10530', `ModelId4`='10532' WHERE `Entry`='10425'; -UPDATE `creature_template` SET `ModelId1`='10488', `ModelId2`='10489', `ModelId3`='10490', `ModelId4`='10491' WHERE `Entry`='10419'; -UPDATE `creature_template` SET `ModelId1`='10500', `ModelId2`='10502', `ModelId3`='10501', `ModelId4`='10503' WHERE `Entry`='10421'; -UPDATE `creature_template` SET `ModelId1`='10512', `ModelId2`='10513', `ModelId3`='10514', `ModelId4`='10515' WHERE `Entry`='10424'; -UPDATE `creature_template` SET `ModelId1`='10492', `ModelId2`='10494', `ModelId3`='10493', `ModelId4`='10495' WHERE `Entry`='10418'; -UPDATE `creature_template` SET `ModelId1`='10496', `ModelId2`='10497', `ModelId3`='10498', `ModelId4`='10499' WHERE `Entry`='10420'; -UPDATE `creature_template` SET `ModelId1`='10516', `ModelId2`='10517', `ModelId3`='10518', `ModelId4`='10519' WHERE `Entry`='10426'; -UPDATE `creature_template` SET `ModelId1`='10463', `ModelId2`='10464', `ModelId3`='10533', `ModelId4`='10534' WHERE `Entry`='11043'; -UPDATE `creature_template` SET `ModelId1`='10508', `ModelId2`='10510', `ModelId3`='10509', `ModelId4`='10511' WHERE `Entry`='10423'; -UPDATE `creature_template` SET `ModelId1`='10504', `ModelId2`='10505', `ModelId3`='10506', `ModelId4`='10507' WHERE `Entry`='10422'; -UPDATE `creature_template` SET `ModelId1`='4779', `ModelId2`='4780', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='5243'; -UPDATE `creature_template` SET `ModelId1`='5816', `ModelId2`='5817', `ModelId3`='5818', `ModelId4`='5819' WHERE `Entry`='7071'; -UPDATE `creature_template` SET `ModelId1`='3581', `ModelId2`='3582', `ModelId3`='3583', `ModelId4`='3584' WHERE `Entry`='1915'; -UPDATE `creature_template` SET `ModelId1`='3559', `ModelId2`='3560', `ModelId3`='3561', `ModelId4`='3562' WHERE `Entry`='1914'; -UPDATE `creature_template` SET `ModelId1`='3566', `ModelId2`='3567', `ModelId3`='3568', `ModelId4`='3569' WHERE `Entry`='1888'; -UPDATE `creature_template` SET `ModelId1`='3585', `ModelId2`='3586', `ModelId3`='3587', `ModelId4`='3588' WHERE `Entry`='1889'; -UPDATE `creature_template` SET `ModelId1`='9794', `ModelId2`='9795', `ModelId3`='9797', `ModelId4`='9796' WHERE `Entry`='5952'; -UPDATE `creature_template` SET `ModelId1`='15304', `ModelId2`='15305', `ModelId3`='15306', `ModelId4`='15307' WHERE `Entry`='15961'; -UPDATE `creature_template` SET `ModelId1`='2890', `ModelId2`='2891', `ModelId3`='2892', `ModelId4`='2893' WHERE `Entry`='4814'; -UPDATE `creature_template` SET `ModelId1`='10408', `ModelId2`='10409', `ModelId3`='10410', `ModelId4`='10411' WHERE `Entry`='8546'; -UPDATE `creature_template` SET `ModelId1`='6784', `ModelId2`='6783', `ModelId3`='6785', `ModelId4`='6786' WHERE `Entry`='6009'; -UPDATE `creature_template` SET `ModelId1`='16412', `ModelId2`='16431', `ModelId3`='16413', `ModelId4`='16432' WHERE `Entry`='16781'; -UPDATE `creature_template` SET `ModelId1`='10747', `ModelId2`='11375', `ModelId3`='7102', `ModelId4`='0' WHERE `Entry`='16096'; -UPDATE `creature_template` SET `ModelId1`='11167', `ModelId2`='11169', `ModelId3`='11168', `ModelId4`='11170' WHERE `Entry`='11355'; -UPDATE `creature_template` SET `ModelId1`='15864', `ModelId2`='15873', `ModelId3`='15872', `ModelId4`='15874' WHERE `Entry`='15892'; -UPDATE `creature_template` SET `ModelId1`='7838', `ModelId2`='6779', `ModelId3`='6780', `ModelId4`='6781' WHERE `Entry`='6004'; -UPDATE `creature_template` SET `ModelId1`='11161', `ModelId2`='11134', `ModelId3`='11135', `ModelId4`='11136' WHERE `Entry`='10475'; -UPDATE `creature_template` SET `ModelId1`='6719', `ModelId2`='6720', `ModelId3`='6721', `ModelId4`='6722' WHERE `Entry`='5996'; -UPDATE `creature_template` SET `ModelId1`='10539', `ModelId2`='10541', `ModelId3`='10540', `ModelId4`='10542' WHERE `Entry`='10400'; -UPDATE `creature_template` SET `ModelId1`='13951', `ModelId2`='13952', `ModelId3`='13953', `ModelId4`='13954' WHERE `Entry`='12379'; -UPDATE `creature_template` SET `ModelId1`='6770', `ModelId2`='6771', `ModelId3`='6772', `ModelId4`='6773' WHERE `Entry`='6006'; -UPDATE `creature_template` SET `ModelId1`='12333', `ModelId2`='13211', `ModelId3`='9032', `ModelId4`='13212' WHERE `Entry`='11789'; -UPDATE `creature_template` SET `ModelId1`='2306', `ModelId2`='14613', `ModelId3`='14614', `ModelId4`='14615' WHERE `Entry`='4262'; -UPDATE `creature_template` SET `ModelId1`='1196', `ModelId2`='10256', `ModelId3`='10255', `ModelId4`='4631' WHERE `Entry`='1530'; -UPDATE `creature_template` SET `ModelId1`='2894', `ModelId2`='2895', `ModelId3`='2896', `ModelId4`='2897' WHERE `Entry`='4812'; -UPDATE `creature_template` SET `ModelId1`='14360', `ModelId2`='14362', `ModelId3`='14361', `ModelId4`='14363' WHERE `Entry`='14304'; -UPDATE `creature_template` SET `ModelId1`='11163', `ModelId2`='11154', `ModelId3`='11155', `ModelId4`='11156' WHERE `Entry`='10477'; -UPDATE `creature_template` SET `ModelId1`='7789', `ModelId2`='7790', `ModelId3`='7791', `ModelId4`='7792' WHERE `Entry`='15692'; -UPDATE `creature_template` SET `ModelId1`='7865', `ModelId2`='7866', `ModelId3`='7867', `ModelId4`='7868' WHERE `Entry`='8566'; -UPDATE `creature_template` SET `ModelId1`='7789', `ModelId2`='7790', `ModelId3`='7791', `ModelId4`='7792' WHERE `Entry`='5844'; -UPDATE `creature_template` SET `ModelId1`='1453', `ModelId2`='1241', `ModelId3`='10917', `ModelId4`='0' WHERE `Entry`='4701'; -UPDATE `creature_template` SET `ModelId1`='15863', `ModelId2`='15876', `ModelId3`='15875', `ModelId4`='15877' WHERE `Entry`='15891'; -UPDATE `creature_template` SET `ModelId1`='15887', `ModelId2`='15888', `ModelId3`='15889', `ModelId4`='15890' WHERE `Entry`='15906'; -UPDATE `creature_template` SET `ModelId1`='1986', `ModelId2`='1987', `ModelId3`='2954', `ModelId4`='2956' WHERE `Entry`='4953'; -UPDATE `creature_template` SET `ModelId1`='6723', `ModelId2`='6724', `ModelId3`='6725', `ModelId4`='6726' WHERE `Entry`='5998'; -UPDATE `creature_template` SET `ModelId1`='7910', `ModelId2`='7911', `ModelId3`='7912', `ModelId4`='7913' WHERE `Entry`='7851'; -UPDATE `creature_template` SET `ModelId1`='10939', `ModelId2`='10940', `ModelId3`='10941', `ModelId4`='10942' WHERE `Entry`='11289'; -UPDATE `creature_template` SET `ModelId1`='10935', `ModelId2`='10936', `ModelId3`='10937', `ModelId4`='10938' WHERE `Entry`='11288'; -UPDATE `creature_template` SET `ModelId1`='11475', `ModelId2`='11476', `ModelId3`='11477', `ModelId4`='11478' WHERE `Entry`='11621'; -UPDATE `creature_template` SET `ModelId1`='12329', `ModelId2`='12330', `ModelId3`='12331', `ModelId4`='12332' WHERE `Entry`='11620'; -UPDATE `creature_template` SET `ModelId1`='9798', `ModelId2`='9800', `ModelId3`='9799', `ModelId4`='9801' WHERE `Entry`='5953'; -UPDATE `creature_template` SET `ModelId1`='15766', `ModelId2`='15768', `ModelId3`='15767', `ModelId4`='15769' WHERE `Entry`='15694'; -UPDATE `creature_template` SET `ModelId1`='4259', `ModelId2`='4260', `ModelId3`='4602', `ModelId4`='4601' WHERE `Entry`='3296'; -UPDATE `creature_template` SET `ModelId1`='6727', `ModelId2`='6728', `ModelId3`='6729', `ModelId4`='6730' WHERE `Entry`='5999'; -UPDATE `creature_template` SET `ModelId1`='11157', `ModelId2`='11145', `ModelId3`='11146', `ModelId4`='11173' WHERE `Entry`='10471'; -UPDATE `creature_template` SET `ModelId1`='11161', `ModelId2`='11148', `ModelId3`='11149', `ModelId4`='11150' WHERE `Entry`='10469'; -UPDATE `creature_template` SET `ModelId1`='11163', `ModelId2`='11128', `ModelId3`='11129', `ModelId4`='11177' WHERE `Entry`='11582'; -UPDATE `creature_template` SET `ModelId1`='11161', `ModelId2`='11122', `ModelId3`='11123', `ModelId4`='11124' WHERE `Entry`='11257'; -UPDATE `creature_template` SET `ModelId1`='11161', `ModelId2`='11151', `ModelId3`='11152', `ModelId4`='11175' WHERE `Entry`='10476'; -UPDATE `creature_template` SET `ModelId1`='11164', `ModelId2`='11131', `ModelId3`='11132', `ModelId4`='11133' WHERE `Entry`='10470'; -UPDATE `creature_template` SET `ModelId1`='11157', `ModelId2`='11125', `ModelId3`='11126', `ModelId4`='11176' WHERE `Entry`='10472'; -UPDATE `creature_template` SET `ModelId1`='12430', `ModelId2`='12431', `ModelId3`='13949', `ModelId4`='13950' WHERE `Entry`='12380'; -UPDATE `creature_template` SET `ModelId1`='2978', `ModelId2`='2977', `ModelId3`='2979', `ModelId4`='2980' WHERE `Entry`='5085'; -UPDATE `creature_template` SET `ModelId1`='10535', `ModelId2`='10536', `ModelId3`='10537', `ModelId4`='10538' WHERE `Entry`='10399'; -UPDATE `creature_template` SET `ModelId1`='10631', `ModelId2`='10633', `ModelId3`='10632', `ModelId4`='10634' WHERE `Entry`='10398'; -UPDATE `creature_template` SET `ModelId1`='2978', `ModelId2`='2977', `ModelId3`='2979', `ModelId4`='2980' WHERE `Entry`='4979'; -UPDATE `creature_template` SET `ModelId1`='2536', `ModelId2`='9829', `ModelId3`='1160', `ModelId4`='14952' WHERE `Entry`='14881'; -UPDATE `creature_template` SET `ModelId1`='10000', `ModelId2`='10001', `ModelId3`='10002', `ModelId4`='10003' WHERE `Entry`='2098'; -UPDATE `creature_template` SET `ModelId1`='16334', `ModelId2`='16340', `ModelId3`='16338', `ModelId4`='16339' WHERE `Entry`='16788'; -UPDATE `creature_template` SET `ModelId1`='2898', `ModelId2`='2899', `ModelId3`='2900', `ModelId4`='2901' WHERE `Entry`='4810'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='15091'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='14758'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='16100'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='16079'; -UPDATE `creature_template` SET `ModelId1`='14546', `ModelId2`='14547', `ModelId3`='14551', `ModelId4`='14549' WHERE `Entry`='16225'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='16047'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='16046'; -UPDATE `creature_template` SET `ModelId1`='15294', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='15957'; -UPDATE `creature_template` SET `ModelId1`='4076', `ModelId2`='4077', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3206'; -UPDATE `creature_template` SET `ModelId1`='3227', `ModelId2`='3228', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1532'; -UPDATE `creature_template` SET `ModelId1`='15713', `ModelId2`='1520', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='15760'; -UPDATE `creature_template` SET `ModelId1`='15883', `ModelId2`='15885', `ModelId3`='15884', `ModelId4`='15886' WHERE `Entry`='15905'; -UPDATE `creature_template` SET `ModelId1`='15770', `ModelId2`='15772', `ModelId3`='15771', `ModelId4`='15773' WHERE `Entry`='15719'; -UPDATE `creature_template` SET `ModelId1`='15891', `ModelId2`='15892', `ModelId3`='15893', `ModelId4`='15894' WHERE `Entry`='15908'; -UPDATE `creature_template` SET `ModelId1`='15895', `ModelId2`='15897', `ModelId3`='15896', `ModelId4`='15898' WHERE `Entry`='15907'; -UPDATE `creature_template` SET `ModelId1`='6731', `ModelId2`='6732', `ModelId3`='6733', `ModelId4`='6734' WHERE `Entry`='6000'; -UPDATE `creature_template` SET `ModelId1`='6713', `ModelId2`='6714', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='6001'; -UPDATE `creature_template` SET `ModelId1`='6711', `ModelId2`='6712', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='5997'; -UPDATE `creature_template` SET `ModelId1`='6752', `ModelId2`='6753', `ModelId3`='6754', `ModelId4`='6755' WHERE `Entry`='6003'; -UPDATE `creature_template` SET `ModelId1`='6738', `ModelId2`='6739', `ModelId3`='6740', `ModelId4`='6742' WHERE `Entry`='6002'; -UPDATE `creature_template` SET `ModelId1`='10978', `ModelId2`='10972', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='10480'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='15164'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='13876'; -UPDATE `creature_template` SET `ModelId1`='13069', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='15221'; -UPDATE `creature_template` SET `ModelId1`='11686', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='14646'; -UPDATE `creature_template` SET `ModelId1`='2677', `ModelId2`='2678', `ModelId3`='2680', `ModelId4`='2679' WHERE `Entry`='1434'; -UPDATE `creature_template` SET `ModelId1`='8891', `ModelId2`='8892', `ModelId3`='8893', `ModelId4`='487' WHERE `Entry`='8917'; -UPDATE `creature_template` SET `ModelId1`='6787', `ModelId2`='6788', `ModelId3`='7841', `ModelId4`='6782' WHERE `Entry`='6007'; -UPDATE `creature_template` SET `ModelId1`='6793', `ModelId2`='6794', `ModelId3`='6795', `ModelId4`='6796' WHERE `Entry`='6005'; -UPDATE `creature_template` SET `ModelId1`='6789', `ModelId2`='6790', `ModelId3`='6791', `ModelId4`='6792' WHERE `Entry`='6008'; -UPDATE `creature_template` SET `ModelId1`='15280', `ModelId2`='15282', `ModelId3`='15281', `ModelId4`='15283' WHERE `Entry`='15130'; -UPDATE `creature_template` SET `ModelId1`='6831', `ModelId2`='6832', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='7726'; -UPDATE `creature_template` SET `ModelId1`='10223', `ModelId2`='10225', `ModelId3`='10224', `ModelId4`='10226' WHERE `Entry`='10758'; -UPDATE `creature_template` SET `ModelId1`='10238', `ModelId2`='10240', `ModelId3`='10239', `ModelId4`='10241' WHERE `Entry`='10759'; -UPDATE `creature_template` SET `ModelId1`='10227', `ModelId2`='10230', `ModelId3`='10228', `ModelId4`='10231' WHERE `Entry`='10760'; -UPDATE `creature_template` SET `ModelId1`='10233', `ModelId2`='10235', `ModelId3`='10234', `ModelId4`='10236' WHERE `Entry`='10761'; -UPDATE `creature_template` SET `ModelId1`='11878', `ModelId2`='11879', `ModelId3`='11880', `ModelId4`='11881' WHERE `Entry`='11910'; -UPDATE `creature_template` SET `ModelId1`='11882', `ModelId2`='11883', `ModelId3`='11884', `ModelId4`='11885' WHERE `Entry`='11911'; -UPDATE `creature_template` SET `ModelId1`='11874', `ModelId2`='11875', `ModelId3`='11876', `ModelId4`='11877' WHERE `Entry`='11912'; -UPDATE `creature_template` SET `ModelId1`='11886', `ModelId2`='11888', `ModelId3`='11887', `ModelId4`='11889' WHERE `Entry`='11913'; -UPDATE `creature_template` SET `ModelId1`='2882', `ModelId2`='2883', `ModelId3`='2884', `ModelId4`='2885' WHERE `Entry`='4809'; -UPDATE `creature_template` SET `ModelId1`='10434', `ModelId2`='10435', `ModelId3`='10436', `ModelId4`='10437' WHERE `Entry`='8562'; -UPDATE `creature_template` SET `ModelId1`='10442', `ModelId2`='10444', `ModelId3`='10446', `ModelId4`='10447' WHERE `Entry`='8560'; -UPDATE `creature_template` SET `ModelId1`='10438', `ModelId2`='10439', `ModelId3`='10441', `ModelId4`='10440' WHERE `Entry`='8561'; -UPDATE `creature_template` SET `ModelId1`='7929', `ModelId2`='7930', `ModelId3`='7931', `ModelId4`='7932' WHERE `Entry`='8637'; -UPDATE `creature_template` SET `ModelId1`='7798', `ModelId2`='7799', `ModelId3`='7800', `ModelId4`='7801' WHERE `Entry`='5846'; -UPDATE `creature_template` SET `ModelId1`='7117', `ModelId2`='7118', `ModelId3`='14369', `ModelId4`='14370' WHERE `Entry`='7980'; -UPDATE `creature_template` SET `ModelId1`='1547', `ModelId2`='2238', `ModelId3`='2237', `ModelId4`='0' WHERE `Entry`='4166'; -UPDATE `creature_template` SET `ModelId1`='11074', `ModelId2`='11076', `ModelId3`='11075', `ModelId4`='11077' WHERE `Entry`='11350'; -UPDATE `creature_template` SET `ModelId1`='11080', `ModelId2`='11082', `ModelId3`='11081', `ModelId4`='11083' WHERE `Entry`='11353'; -UPDATE `creature_template` SET `ModelId1`='11100', `ModelId2`='11102', `ModelId3`='11101', `ModelId4`='11103' WHERE `Entry`='11356'; -UPDATE `creature_template` SET `ModelId1`='11109', `ModelId2`='11111', `ModelId3`='11110', `ModelId4`='11112' WHERE `Entry`='11351'; -UPDATE `creature_template` SET `ModelId1`='5907', `ModelId2`='5908', `ModelId3`='5909', `ModelId4`='5910' WHERE `Entry`='6771'; -UPDATE `creature_template` SET `ModelId1`='15560', `ModelId2`='15559', `ModelId3`='15558', `ModelId4`='0' WHERE `Entry`='15591'; -UPDATE `creature_template` SET `ModelId1`='7059', `ModelId2`='7060', `ModelId3`='7061', `ModelId4`='0' WHERE `Entry`='3502'; -UPDATE `creature_template` SET `ModelId1`='7230', `ModelId2`='3935', `ModelId3`='3936', `ModelId4`='4100' WHERE `Entry`='3988'; -UPDATE `creature_template` SET `ModelId1`='9786', `ModelId2`='7550', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='10485'; -UPDATE `creature_template` SET `ModelId1`='10398', `ModelId2`='10399', `ModelId3`='10400', `ModelId4`='10401' WHERE `Entry`='9450'; -UPDATE `creature_template` SET `ModelId1`='4083', `ModelId2`='4084', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3297'; -UPDATE `creature_template` SET `ModelId1`='14760', `ModelId2`='14762', `ModelId3`='14761', `ModelId4`='14763' WHERE `Entry`='14730'; -UPDATE `creature_template` SET `ModelId1`='2736', `ModelId2`='2784', `ModelId3`='2785', `ModelId4`='2786' WHERE `Entry`='8881'; -UPDATE `creature_template` SET `ModelId1`='4079', `ModelId2`='4080', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='3207'; -UPDATE `creature_template` SET `ModelId1`='1126', `ModelId2`='11686', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='15214'; -UPDATE `creature_template` SET `ModelId1`='2520', `ModelId2`='2521', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4283'; -UPDATE `creature_template` SET `ModelId1`='7859', `ModelId2`='7860', `ModelId3`='7861', `ModelId4`='7862' WHERE `Entry`='7865'; -UPDATE `creature_template` SET `ModelId1`='8816', `ModelId2`='8817', `ModelId3`='8818', `ModelId4`='8819' WHERE `Entry`='9600'; -UPDATE `creature_template` SET `ModelId1`='6469', `ModelId2`='4806', `ModelId3`='6473', `ModelId4`='6468' WHERE `Entry`='8885'; -UPDATE `creature_template` SET `ModelId1`='9802', `ModelId2`='9804', `ModelId3`='9803', `ModelId4`='9805' WHERE `Entry`='7730'; -UPDATE `creature_template` SET `ModelId1`='15571', `ModelId2`='15572', `ModelId3`='15573', `ModelId4`='0' WHERE `Entry`='15616'; -UPDATE `creature_template` SET `ModelId1`='7804', `ModelId2`='0', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='10541'; -UPDATE `creature_template` SET `ModelId1`='11811', `ModelId2`='11823', `ModelId3`='11812', `ModelId4`='11813' WHERE `Entry`='11880'; -UPDATE `creature_template` SET `ModelId1`='7821', `ModelId2`='7822', `ModelId3`='7823', `ModelId4`='7824' WHERE `Entry`='5860'; -UPDATE `creature_template` SET `ModelId1`='8772', `ModelId2`='8774', `ModelId3`='8776', `ModelId4`='8777' WHERE `Entry`='8913'; -UPDATE `creature_template` SET `ModelId1`='7825', `ModelId2`='7826', `ModelId3`='7827', `ModelId4`='7828' WHERE `Entry`='5861'; -UPDATE `creature_template` SET `ModelId1`='2896', `ModelId2`='2897', `ModelId3`='2895', `ModelId4`='0' WHERE `Entry`='15201'; -UPDATE `creature_template` SET `ModelId1`='8790', `ModelId2`='9350', `ModelId3`='9351', `ModelId4`='8792' WHERE `Entry`='8912'; -UPDATE `creature_template` SET `ModelId1`='8778', `ModelId2`='8779', `ModelId3`='8780', `ModelId4`='9025' WHERE `Entry`='8915'; -UPDATE `creature_template` SET `ModelId1`='2869', `ModelId2`='2870', `ModelId3`='2871', `ModelId4`='2872' WHERE `Entry`='2339'; -UPDATE `creature_template` SET `ModelId1`='7830', `ModelId2`='7831', `ModelId3`='7832', `ModelId4`='7833' WHERE `Entry`='5862'; -UPDATE `creature_template` SET `ModelId1`='11819', `ModelId2`='11820', `ModelId3`='11821', `ModelId4`='11822' WHERE `Entry`='11881'; -UPDATE `creature_template` SET `ModelId1`='2886', `ModelId2`='2887', `ModelId3`='2888', `ModelId4`='2889' WHERE `Entry`='4811'; -UPDATE `creature_template` SET `ModelId1`='2876', `ModelId2`='2877', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4813'; -UPDATE `creature_template` SET `ModelId1`='11815', `ModelId2`='11816', `ModelId3`='11817', `ModelId4`='11818' WHERE `Entry`='11882'; -UPDATE `creature_template` SET `ModelId1`='11824', `ModelId2`='11825', `ModelId3`='11826', `ModelId4`='11827' WHERE `Entry`='11883'; -UPDATE `creature_template` SET `ModelId1`='15407', `ModelId2`='15408', `ModelId3`='15409', `ModelId4`='15410' WHERE `Entry`='15213'; -UPDATE `creature_template` SET `ModelId1`='7224', `ModelId2`='3922', `ModelId3`='275', `ModelId4`='3923' WHERE `Entry`='4070'; -UPDATE `creature_template` SET `ModelId1`='7226', `ModelId2`='3924', `ModelId3`='275', `ModelId4`='3925' WHERE `Entry`='3991'; -UPDATE `creature_template` SET `ModelId1`='3918', `ModelId2`='3919', `ModelId3`='7233', `ModelId4`='355' WHERE `Entry`='3284'; -UPDATE `creature_template` SET `ModelId1`='7234', `ModelId2`='3910', `ModelId3`='1122', `ModelId4`='3911' WHERE `Entry`='3283'; -UPDATE `creature_template` SET `ModelId1`='7227', `ModelId2`='3930', `ModelId3`='3932', `ModelId4`='3934' WHERE `Entry`='3992'; -UPDATE `creature_template` SET `ModelId1`='7243', `ModelId2`='3901', `ModelId3`='355', `ModelId4`='3902' WHERE `Entry`='2975'; -UPDATE `creature_template` SET `ModelId1`='7244', `ModelId2`='355', `ModelId3`='1122', `ModelId4`='3903' WHERE `Entry`='2976'; -UPDATE `creature_template` SET `ModelId1`='7228', `ModelId2`='3928', `ModelId3`='275', `ModelId4`='0' WHERE `Entry`='3989'; -UPDATE `creature_template` SET `ModelId1`='7229', `ModelId2`='3929', `ModelId3`='3931', `ModelId4`='3933' WHERE `Entry`='3993'; -UPDATE `creature_template` SET `ModelId1`='7237', `ModelId2`='0', `ModelId3`='4098', `ModelId4`='3912' WHERE `Entry`='3282'; -UPDATE `creature_template` SET `ModelId1`='7241', `ModelId2`='1122', `ModelId3`='355', `ModelId4`='3917' WHERE `Entry`='3285'; -UPDATE `creature_template` SET `ModelId1`='7238', `ModelId2`='3913', `ModelId3`='3915', `ModelId4`='0' WHERE `Entry`='3286'; -UPDATE `creature_template` SET `ModelId1`='7246', `ModelId2`='355', `ModelId3`='4099', `ModelId4`='3908' WHERE `Entry`='2977'; -UPDATE `creature_template` SET `ModelId1`='7247', `ModelId2`='1122', `ModelId3`='355', `ModelId4`='3909' WHERE `Entry`='2978'; -UPDATE `creature_template` SET `ModelId1`='7245', `ModelId2`='3904', `ModelId3`='3905', `ModelId4`='3906' WHERE `Entry`='2979'; -UPDATE `creature_template` SET `ModelId1`='13209', `ModelId2`='13210', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='13323'; -UPDATE `creature_template` SET `ModelId1`='1532', `ModelId2`='1533', `ModelId3`='1958', `ModelId4`='0' WHERE `Entry`='3131'; -UPDATE `creature_template` SET `ModelId1`='2403', `ModelId2`='2407', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1506'; -UPDATE `creature_template` SET `ModelId1`='2460', `ModelId2`='2461', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4302'; -UPDATE `creature_template` SET `ModelId1`='2475', `ModelId2`='2464', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4280'; -UPDATE `creature_template` SET `ModelId1`='2467', `ModelId2`='2478', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1507'; -UPDATE `creature_template` SET `ModelId1`='2469', `ModelId2`='2480', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1539'; -UPDATE `creature_template` SET `ModelId1`='2481', `ModelId2`='2470', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1540'; -UPDATE `creature_template` SET `ModelId1`='2483', `ModelId2`='2472', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1537'; -UPDATE `creature_template` SET `ModelId1`='2462', `ModelId2`='2473', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4298'; -UPDATE `creature_template` SET `ModelId1`='2463', `ModelId2`='2474', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4287'; -UPDATE `creature_template` SET `ModelId1`='2476', `ModelId2`='2465', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4292'; -UPDATE `creature_template` SET `ModelId1`='2466', `ModelId2`='2477', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1538'; -UPDATE `creature_template` SET `ModelId1`='2468', `ModelId2`='2479', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1536'; -UPDATE `creature_template` SET `ModelId1`='2471', `ModelId2`='2482', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='1535'; -UPDATE `creature_template` SET `ModelId1`='2495', `ModelId2`='2496', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4284'; -UPDATE `creature_template` SET `ModelId1`='2497', `ModelId2`='2498', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4288'; -UPDATE `creature_template` SET `ModelId1`='2499', `ModelId2`='2500', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4301'; -UPDATE `creature_template` SET `ModelId1`='2501', `ModelId2`='2502', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4299'; -UPDATE `creature_template` SET `ModelId1`='2505', `ModelId2`='2506', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4285'; -UPDATE `creature_template` SET `ModelId1`='2507', `ModelId2`='2508', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4291'; -UPDATE `creature_template` SET `ModelId1`='2509', `ModelId2`='2510', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4289'; -UPDATE `creature_template` SET `ModelId1`='2512', `ModelId2`='2513', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4282'; -UPDATE `creature_template` SET `ModelId1`='2514', `ModelId2`='2515', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4295'; -UPDATE `creature_template` SET `ModelId1`='2516', `ModelId2`='2517', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4281'; -UPDATE `creature_template` SET `ModelId1`='2522', `ModelId2`='2523', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4286'; -UPDATE `creature_template` SET `ModelId1`='2525', `ModelId2`='2526', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4300'; -UPDATE `creature_template` SET `ModelId1`='2603', `ModelId2`='2604', `ModelId3`='0', `ModelId4`='0' WHERE `Entry`='4540'; - -UPDATE `creature` SET `modelid`='0', `equipment_id`='0' WHERE NOT `modelid`='0' OR NOT `equipment_id`='0'; diff --git a/Updates/1566_ubrs_stadium_area.sql b/Updates/1566_ubrs_stadium_area.sql deleted file mode 100644 index 6fb251e89..000000000 --- a/Updates/1566_ubrs_stadium_area.sql +++ /dev/null @@ -1,116 +0,0 @@ - -SET @ENTRY := 10509; -UPDATE `creature` SET `position_x`='144.5834', `position_y`='-257.865', `position_z`='110.9154', `orientation`='4.260417', `spawndist`='0', `currentwaypoint`='0', `MovementType`='2' WHERE `id`=@ENTRY; -SET @POINT := 0; -DELETE FROM `creature_movement_template` WHERE `entry`=@ENTRY; -INSERT INTO `creature_movement_template` (`entry`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@ENTRY, @POINT := @POINT + 1, '142.2257', '-262.7214', '110.8876', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '139.3248', '-272.9814', '110.9475', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '139.0638', '-292.4112', '110.9653', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '138.3658', '-304.5617', '110.9759', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '140.2021', '-318.1903', '110.9563', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '141.5601', '-328.3477', '110.9527', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '145.8668', '-339.1750', '110.9529', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '151.9865', '-343.3810', '110.9541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '156.7343', '-340.5743', '110.9514', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '161.2848', '-330.0849', '110.9461', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '164.3489', '-321.4368', '110.9378', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '164.0665', '-307.8952', '110.9261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '161.9310', '-295.2541', '110.9342', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '161.5403', '-286.8429', '110.9380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '161.6263', '-276.1597', '110.9417', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '162.6190', '-260.4803', '110.9217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '160.8826', '-251.0738', '110.9040', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '153.3330', '-254.2386', '110.8410', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '147.9330', '-256.8740', '110.8503', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '144.4096', '-258.0888', '110.8518', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 160129; -UPDATE `creature` SET `position_x`='144.5834', `position_y`='-257.865', `position_z`='110.9154', `orientation`='4.260417', `spawndist`='0', `currentwaypoint`='0', `MovementType`='2' WHERE `guid`=@GUID; -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '142.2257', '-262.7214', '110.8876', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '139.3248', '-272.9814', '110.9475', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '139.0638', '-292.4112', '110.9653', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '138.3658', '-304.5617', '110.9759', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '140.2021', '-318.1903', '110.9563', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '141.5601', '-328.3477', '110.9527', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '145.8668', '-339.1750', '110.9529', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '151.9865', '-343.3810', '110.9541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '156.7343', '-340.5743', '110.9514', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '161.2848', '-330.0849', '110.9461', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '164.3489', '-321.4368', '110.9378', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '164.0665', '-307.8952', '110.9261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '161.9310', '-295.2541', '110.9342', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '161.5403', '-286.8429', '110.9380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '161.6263', '-276.1597', '110.9417', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '162.6190', '-260.4803', '110.9217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '160.8826', '-251.0738', '110.9040', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '153.3330', '-254.2386', '110.8410', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '147.9330', '-256.8740', '110.8503', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '144.4096', '-258.0888', '110.8518', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 160124; -UPDATE `creature` SET `position_x`='151.8256', `position_y`='-337.4779', `position_z`='110.9506', `orientation`='1.610053', `spawndist`='0', `currentwaypoint`='0', `MovementType`='2' WHERE `guid`=@GUID; -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '151.4298', '-299.8476', '110.6553', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '151.4830', '-266.6037', '110.9407', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '151.4298', '-299.8476', '110.6553', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '151.8256', '-337.4779', '110.9506', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 40515; -UPDATE `creature` SET `id`='10083', `position_x`='113.6814', `position_y`='-366.2272', `position_z`='116.8478', `orientation`='0.01385177', `spawndist`='0', `currentwaypoint`='0', `MovementType`='2' WHERE `guid`=@GUID; -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '134.3140', '-365.8533', '116.8400', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '159.6903', '-366.0655', '116.8424', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '164.6735', '-366.1374', '116.8424', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '159.6903', '-366.0655', '116.8424', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '134.3140', '-365.8533', '116.8400', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '113.6814', '-366.2272', '116.8478', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := '160127'; -DELETE FROM `creature` WHERE `guid`=@GUID; -DELETE FROM `creature_movement` WHERE `id`=@GUID; - -UPDATE `creature` SET `position_x`='81.00639', `position_y`='-284.3529', `position_z`='91.53317', `orientation`='5.951573', `spawndist`='1', `MovementType`='1' WHERE `guid`='160200'; -UPDATE `creature` SET `position_x`='74.99681', `position_y`='-316.2664', `position_z`='91.52034', `orientation`='1.443440', `spawndist`='1', `MovementType`='1' WHERE `guid`='160201'; -UPDATE `creature` SET `position_x`='102.8018', `position_y`='-332.1205', `position_z`='106.5189', `orientation`='2.216568' WHERE `guid`='160202'; -UPDATE `creature` SET `position_x`='163.3878', `position_y`='-345.2617', `position_z`='111.0348', `orientation`='1.850049' WHERE `guid`='160195'; -UPDATE `creature` SET `position_x`='141.6982', `position_y`='-394.8291', `position_z`='122.0586', `orientation`='4.869469' WHERE `guid`='160197'; -UPDATE `creature` SET `position_x`='94.51865', `position_y`='-256.7027', `position_z`='91.53693', `orientation`='6.265732', `spawndist`='0', `MovementType`='0' WHERE `guid`='160110'; -UPDATE `creature` SET `position_x`='96.17891', `position_y`='-268.5404', `position_z`='91.53113', `orientation`='1.378810', `spawndist`='0', `MovementType`='0' WHERE `guid`='160112'; -UPDATE `creature` SET `position_x`='101.6780', `position_y`='-237.6665', `position_z`='106.5189', `orientation`='3.543018', `spawndist`='0', `MovementType`='0' WHERE `guid`='160111'; -UPDATE `creature` SET `position_x`='100.7426', `position_y`='-246.0053', `position_z`='106.5189', `orientation`='2.652900', `spawndist`='0', `MovementType`='0' WHERE `guid`='160109'; - -SET @GUID := 160108; -UPDATE `creature` SET `position_x`='102.1643', `position_y`='-253.7978', `position_z`='106.5170', `orientation`='4.7232010', `spawndist`='0', `currentwaypoint`='0', `MovementType`='2' WHERE `guid`=@GUID; -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '102.4917', '-284.0798', '106.4356', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '103.3879', '-312.5006', '106.4356', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '102.4917', '-284.0798', '106.4356', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '102.1113', '-255.0355', '106.4356', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -UPDATE `creature` SET `position_x`='128.2937', `position_y`='-309.3793', `position_z`='111.0322', `orientation`='3.3510320', `spawndist`='0', `MovementType`='0' WHERE `guid`='160199'; -UPDATE `creature` SET `position_x`='105.1754', `position_y`='-327.1109', `position_z`='106.5189', `orientation`='2.5307270', `spawndist`='0', `MovementType`='0' WHERE `guid`='40502'; -UPDATE `creature` SET `position_x`='128.0204', `position_y`='-315.2900', `position_z`='111.0291', `orientation`='2.9845130', `spawndist`='0', `MovementType`='0' WHERE `guid`='160122'; -UPDATE `creature` SET `position_x`='97.91753', `position_y`='-333.6807', `position_z`='106.5189', `orientation`='1.9373150', `spawndist`='0', `MovementType`='0' WHERE `guid`='160126'; -UPDATE `creature` SET `position_x`='137.1202', `position_y`='-338.7841', `position_z`='111.0449', `orientation`='0.6457718', `spawndist`='0', `MovementType`='0' WHERE `guid`='160123'; -UPDATE `creature` SET `position_x`='140.7590', `position_y`='-342.7958', `position_z`='111.0497', `orientation`='1.3962630', `spawndist`='0', `MovementType`='0' WHERE `guid`='160196'; -UPDATE `creature` SET `position_x`='167.3571', `position_y`='-340.5710', `position_z`='111.0342', `orientation`='2.7925270', `spawndist`='0', `MovementType`='0' WHERE `guid`='160119'; -UPDATE `creature` SET `position_x`='138.3156', `position_y`='-395.0861', `position_z`='122.0586', `orientation`='4.7647490', `spawndist`='0', `MovementType`='0' WHERE `guid`='160121'; -UPDATE `creature` SET `position_x`='92.24497', `position_y`='-427.6355', `position_z`='111.0061', `orientation`='3.1590460', `spawndist`='0', `MovementType`='0' WHERE `guid`='160125'; -UPDATE `creature` SET `position_x`='87.50004', `position_y`='-426.6208', `position_z`='111.0061', `orientation`='5.9166660', `spawndist`='0', `MovementType`='0' WHERE `guid`='41723'; -UPDATE `creature` SET `position_x`='71.63250', `position_y`='-421.3461', `position_z`='110.7948', `orientation`='2.6878070', `spawndist`='0', `MovementType`='0' WHERE `guid`='41781'; -UPDATE `creature` SET `position_x`='71.74594', `position_y`='-419.1056', `position_z`='111.1442', `orientation`='3.7524580', `spawndist`='0', `MovementType`='0' WHERE `guid`='41783'; -UPDATE `creature` SET `position_x`='70.54358', `position_y`='-420.4425', `position_z`='110.8466', `orientation`='0.7504916', `spawndist`='0', `MovementType`='0' WHERE `guid`='41790'; - -SET @GUID := '160171'; -UPDATE `creature` SET `id`='9818', `position_x`='87.17487', `position_y`='-363.0850', `position_z`='117.7963', `orientation`='4.7298420', `spawndist`='0', `MovementType`='0' WHERE `guid`=@GUID; -DELETE FROM `creature_movement` WHERE `id`=@GUID; diff --git a/Updates/1567_pygmy.sql b/Updates/1567_pygmy.sql deleted file mode 100644 index 92814a8ee..000000000 --- a/Updates/1567_pygmy.sql +++ /dev/null @@ -1,2 +0,0 @@ - -UPDATE `creature_template` SET `MinLevel`='5' WHERE `Entry`='3106'; diff --git a/Updates/1568_quest_template.sql b/Updates/1568_quest_template.sql deleted file mode 100644 index 97ca7617f..000000000 --- a/Updates/1568_quest_template.sql +++ /dev/null @@ -1,2 +0,0 @@ - -UPDATE `quest_template` SET `QuestLevel`='52' WHERE `entry`='8415'; diff --git a/Updates/1569_quest_template.sql b/Updates/1569_quest_template.sql deleted file mode 100644 index 7c83b7484..000000000 --- a/Updates/1569_quest_template.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Fix objectives for quest 1219 --- It was mentionng a NPC added in TBC. This closes #32 -UPDATE quest_template SET Objectives='Bring the Spy\'s Report to a Theramore Lieutenant.' WHERE entry='1219'; diff --git a/Updates/1570_big_will.sql b/Updates/1570_big_will.sql deleted file mode 100644 index 8837464b3..000000000 --- a/Updates/1570_big_will.sql +++ /dev/null @@ -1,2 +0,0 @@ - -UPDATE `creature_template` SET `ModelId1`='4961' WHERE `Entry`='6238'; diff --git a/Updates/1571_to_kill_with_purpose.sql b/Updates/1571_to_kill_with_purpose.sql deleted file mode 100644 index b9d015fc0..000000000 --- a/Updates/1571_to_kill_with_purpose.sql +++ /dev/null @@ -1,9 +0,0 @@ --- q.6022 'To Kill With Purpose' --- q. item % drop corrected -UPDATE creature_loot_template SET ChanceOrQuestChance = -55 WHERE entry = 8525 AND item = 15447; -UPDATE creature_loot_template SET ChanceOrQuestChance = -61 WHERE entry = 8531 AND item = 15447; -UPDATE creature_loot_template SET ChanceOrQuestChance = -60 WHERE entry = 8538 AND item = 15447; -UPDATE creature_loot_template SET ChanceOrQuestChance = -46 WHERE entry = 8526 AND item = 15447; -UPDATE creature_loot_template SET ChanceOrQuestChance = -61 WHERE entry = 8541 AND item = 15447; -UPDATE creature_loot_template SET ChanceOrQuestChance = -59 WHERE entry = 8543 AND item = 15447; -UPDATE creature_loot_template SET ChanceOrQuestChance = -2 WHERE entry = 12262 AND item = 15447; diff --git a/Updates/1572_nathanos_quest_chain.sql b/Updates/1572_nathanos_quest_chain.sql deleted file mode 100644 index c66e4cf15..000000000 --- a/Updates/1572_nathanos_quest_chain.sql +++ /dev/null @@ -1,33 +0,0 @@ -/* Nathanos Blightcaller in Eastern Plaguelands offers chain that some quest are grouped: -1st group --- q.6022 'To Kill With Purpose' --- q.6042 'Un-Life's Little Annoyances' --- q.6133 'The Ranger Lord's Behest' -2nd group --- q.6135 'Duskwing, Oh How I Hate Thee...' --- q.6136 'The Corpulent One' -3rd group --- q.6163 'Ramstein' -*/ - -SET @CONDITION := 1373; - --- 1st group must be completed to unlock 2nd group -DELETE FROM conditions WHERE condition_entry BETWEEN @CONDITION AND @CONDITION + 4; -INSERT INTO conditions (condition_entry, type, value1, value2) VALUES -(@CONDITION, 8, 6022, 0), -- q.6022 'To Kill With Purpose' -(@CONDITION + 1, 8, 6042, 0), -- q.6042 'Un-Life's Little Annoyances' -(@CONDITION + 2, 8, 6133, 0), -- q.6133 'The Ranger Lord's Behest' -(@CONDITION + 3, -1, @CONDITION + 1, @CONDITION), -(@CONDITION + 4, -1, @CONDITION + 3, @CONDITION + 2); -- this will unlock 2nd group -UPDATE quest_template SET RequiredCondition = @CONDITION + 4 WHERE entry = 6135; -UPDATE quest_template SET RequiredCondition = @CONDITION + 4 WHERE entry = 6136; - --- 2nd group must be completed to unlock 3rd group -DELETE FROM conditions WHERE condition_entry BETWEEN @CONDITION + 5 AND @CONDITION + 7; -INSERT INTO conditions (condition_entry, type, value1, value2) VALUES -(@CONDITION + 5, 8, 6135, 0), -- q.6135 'Duskwing, Oh How I Hate Thee...' -(@CONDITION + 6, 8, 6136, 0), -- q.6136 'The Corpulent One' -(@CONDITION + 7, -1, @CONDITION + 6, @CONDITION + 5); -- this will unlock 3rd group -UPDATE quest_template SET RequiredCondition = @CONDITION + 7 WHERE entry = 6163; -UPDATE quest_template SET RequiredCondition = @CONDITION + 7 WHERE entry = 6144; diff --git a/Updates/1573_hildren_week.sql b/Updates/1573_hildren_week.sql deleted file mode 100755 index 3b6e295c6..000000000 --- a/Updates/1573_hildren_week.sql +++ /dev/null @@ -1,102 +0,0 @@ --- *******************Orphan Changes********************************************** - -/* Removing polearm from Horde Orphans. They could stick an eye out with that thing! */ -UPDATE `creature_template` SET `EquipmentTemplateId`= 0 WHERE `Entry`= 14499; - -/* Removing spawned Orcish and Human Orphans. They should only be summoned via their respective whistles */ -DELETE FROM `creature` WHERE `id` IN (14305, 14444); - -/* Removing Orphan Matrons Nightingale and Battlewail as event npcs. They should be permanently spawned */ -DELETE FROM `game_event_creature` WHERE `guid` IN (6512, 79806); - -/* Adding gossip menu for Orcish Orphan */ -DELETE FROM `gossip_menu` WHERE `entry` = 5820; -INSERT `gossip_menu` (`entry`, `text_id`, `script_id`, `condition_id`) VALUES -(5820, 6993, 0, 0); -UPDATE `creature_template` SET `NpcFlags`= 3, `GossipMenuId`= 5820 WHERE `Entry`= 14444; - - --- **************** Quest Changes ******************************************** -/* Adding Special Flags to complete quests with area trigger script */ -UPDATE `quest_template` SET `SpecialFlags`= 2 WHERE `entry` IN (1687, 1558, 1479, 1800, 910, 911); - -/* Reducing Min level of quests 1479, 558, 910, 911 and 925 from 60 to 10 */ -UPDATE `quest_template` SET `MinLevel` = 10 WHERE `entry` IN (1479, 558, 910, 911, 925); - - --- ******* Alliance Quests ************ - -/* Removing NextQuestInChain entries to allow for 3 separate quests in stage 2 of chain */ -UPDATE `quest_template` SET `NextQuestInChain`= 0 WHERE `entry`= 1468; - -/* Removing NextQuestInChain entries to allow for 2 separate quests in stage 3 chain */ -UPDATE `quest_template` SET `NextQuestInChain`= 0 WHERE `entry` IN (1687, 1558, 1479); - -/* Removing Uneeded entries for stage 4 chain */ -UPDATE `quest_template` SET `NextQuestInChain`= 0 WHERE `entry` IN (558, 4822); -UPDATE `quest_template` SET `PrevQuestId` = 0 WHERE `entry`= 4822; - -/* Setting Exclusive group for quests 1687, 1558, 1479. All must be completed to proceed to next quests */ -UPDATE `quest_template` SET `ExclusiveGroup` = -1687 WHERE `entry` IN (1687, 1558, 1479); - -/* Setting Exclusive group for quests 558, 4822. Both must be completed to proceed to next quest */ -UPDATE `quest_template` SET `ExclusiveGroup` = -558 WHERE `entry` IN (558, 4822); - -/* Correct Prev/Next quest Ids of quests to maintain questline orders */ -UPDATE `quest_template` SET `PrevQuestId`= 1468 WHERE `entry` IN (1687, 1558, 1479); -UPDATE `quest_template` SET `NextQuestId`= 4822 WHERE `entry`= 1687; -UPDATE `quest_template` SET `PrevQuestId`= -4822 WHERE `entry`= 558; - -/* Correcting NextQuestId for entry 558. Only need to specify one of the quests due to exclusive grouping */ -UPDATE `quest_template` SET `NextQuestId`= 171 WHERE `entry`= 558; - -/* Removing unnecessary entry for quest 171 */ -UPDATE `quest_template` SET `PrevQuestId`= 0 WHERE `entry`= 171; - --- ******************** Horde Quests ******************************** -UPDATE `quest_template` SET `PrevQuestId` = 172 WHERE `entry` IN (910, 1800); - -/* Setting Exclusive group for quests 1800, 910, 911. All must be completed to proceed to next quests */ -UPDATE `quest_template` SET `ExclusiveGroup` = -1800 WHERE `entry` IN (1800, 910, 911); - -/* Setting Exclusive group for quests 915 and 925. Both must be completed to proceed to next quest */ -UPDATE `quest_template` SET `ExclusiveGroup` = -925 WHERE `entry` IN (915, 925); - -/* Adding Ice Scream as next quest Id for quest 1800 */ -UPDATE `quest_template` SET `NextQuestId`= 915 WHERE `entry`= 1800; -UPDATE `quest_template` SET `PrevQuestId`= 0 WHERE `entry`= 915; - -/* Adding Cairne's Hoofprint quest as dependant on having Ice Scream in log */ -UPDATE `quest_template` SET `PrevQuestId`= -915 WHERE `entry`= 925; - -/* Correcting NextQuestId for entry 925. Only need to specify one of the quests due to exclusive grouping */ -UPDATE `quest_template` SET `NextQuestId`= 5502 WHERE `entry`= 925; - -/* Removing unnecessary entry for quest 5502 */ -UPDATE `quest_template` SET `PrevQuestId`= 0 WHERE `entry`= 5502; - -/* Changing model of Piglet Collar, Mr Wiggles ain't no turtle!! */ -UPDATE `creature_template` SET `ModelId1`= 16257 WHERE `Entry`= 16548; - -/* Adding 5 Gold amount to Curmudgeon's Payoff */ -UPDATE `item_template` SET `minMoneyLoot`= 50000, `maxMoneyLoot`= 50000 WHERE `entry`= 23022; - --- *****************************Quest Text Corrections***************************************************** - -/* Changing Trukaos to player's name to prevent excessive thanks from further bloating Trukaos' awesomeness */ -UPDATE `quest_template` SET `OfferRewardText`= 'WOW, that was a real life ghost! That was so awesome - I can\'t wait to tell everyone back at the orphanage. Captain Grayson... he even looked like a pirate! When I grow up I wanna be a ghost pirate too!$B$BThanks for taking me to Westfall, $N. I know there are scary things out there in the wilds of Westfall, and I hope I wasn\'t too much of a pain. You\'re awesome!' WHERE `entry`= 1687; - -/* Adding gender test - Big Sisters would love to take out some orphans too! */ -UPDATE `quest_template` SET `OfferRewardText`= 'Zug zug! My name is Grunth, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. My matron says that they died with honor in battle. I\'m happy to meet you.$B$BI hope we\'ll do plenty of things together. I have some things I\'d like to do, and the matron says you\'ll be like a big $gbrother:sister; to me during this week. I\'d like that a whole bunch.' WHERE `entry`= 172; - -UPDATE `quest_template` SET `OfferRewardText`= 'Um... hi. My name is Randis, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. I\'m happy to meet you.$B$BI hope we\'ll have a lot of fun together. I have some things I\'d like to do, and the matron says you\'ll be like a big $gbrother:sister; to me during this week. I\'d like that a whole bunch, yes $gsir:lady;.' WHERE `entry`= 1468; - -/* Strangely enough, I am not and have never been Yohaan */ -UPDATE `quest_template` SET `OfferRewardText`= 'Wow, Ashenvale is where real adventure happens! Have you ever fought in Ashenvale, $N? When I become a hero when I grow up, I wanna come to Ashenvale and fight for the glory of the Horde!$B$BThank you for taking me to the frontier, $N. You\'re the best!' WHERE `entry`= 911; - -UPDATE `quest_template` SET `OfferRewardText`= 'That throne room was scary, $N! Even though it was empty, it felt like a great evil had happened there. I felt mad... but I also felt sad too. I understand why the matrons tell us such stories; I will never betray my people like that!$B$BThank you for taking me to the throne room, $N. I learned a lot.' WHERE `entry`= 1800; - -UPDATE `quest_template` SET `RequestItemsText`='Are we there yet?' WHERE `entry` IN (1687, 1558, 1479, 1800, 910, 911); - -/* Adding missing gossip option text for Cairne */ -UPDATE `gossip_menu_option` SET `option_text`= 'Chief Bloodhoof, this may sound like an odd request... but I have a young ward who is quite shy. You are a hero to him, and he asked me to get your hoofprint.' WHERE `menu_id`= 5851; diff --git a/Updates/1574_arathi_dwarven_farm.sql b/Updates/1574_arathi_dwarven_farm.sql deleted file mode 100644 index 85b59d648..000000000 --- a/Updates/1574_arathi_dwarven_farm.sql +++ /dev/null @@ -1,50 +0,0 @@ --- Fix for #9 "Arathi Dwarven coast farm" --- Used https://www.youtube.com/watch?v=leXm6STvSKM to help place mobs --- XYZ: -1852 -4145 11 0 --- --- Add the two dwarves - -SET @GUID := 590014; - -DELETE FROM creature WHERE guid IN (@GUID + 1, @GUID + 2); -INSERT INTO creature VALUES (@GUID + 1,12998,0,12933,12998,-1853.19,-4122.06,11.1314,4.76928,60,0,0,644,0,0,2); -INSERT INTO creature VALUES (@GUID + 2,12998,0,12932,12998,-1853.49,-4091.65,9.81663,4.70644,60,0,0,644,0,0,0); --- Set sleep state inside house -DELETE FROM creature_addon WHERE guid=@GUID + 2; -INSERT INTO `creature_addon` (`guid`, `bytes1`) VALUES (@GUID + 2, '3'); --- Add the majestic white rams to the stable -DELETE FROM creature WHERE guid IN (@GUID + 3, @GUID + 4); -INSERT INTO creature VALUES (@GUID + 3,2098,0,10000,0,-1813.51,-4155.14,9.89494,1.82635,60,0,0,102,0,0,0); -INSERT INTO creature VALUES (@GUID + 4,2098,0,10000,0,-1818.03,-4142.99,9.89494,4.68913,60,0,0,102,0,0,0); --- Add waypoints for @GUID + 1 -DELETE FROM creature_movement WHERE id=@GUID + 1; -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,waittime) VALUES (@GUID + 1,1, -1851.500854,-4161.390625,8.042197, 100,5000); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,waittime) VALUES (@GUID + 1,2, -1849.244385,-4170.826172,6.402881, 100,0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,waittime) VALUES (@GUID + 1,3, -1843.774780,-4176.642578,5.193354, 100,0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,waittime) VALUES (@GUID + 1,4, -1827.663696,-4188.645508,3.624499, 100,0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation,waittime) VALUES (@GUID + 1,5, -1821.433350,-4200.034668,3.373229, 100,5000); --- Begin adding stationary sitting cats -DELETE FROM creature WHERE guid IN (@GUID + 5, @GUID + 6); -INSERT INTO creature VALUES (@GUID + 5,6368,0,5586,0,-1855.72,-4117.62,13.0457,5.23730,60,0,0,64,0,0,0); -INSERT INTO creature VALUES (@GUID + 6,6368,0,0,0,-1839.99,-4245.72,2.13572,1.15007,60,0,0,64,0,0,0); --- Cats are sitting -DELETE FROM creature_addon WHERE guid IN (@GUID + 5, @GUID + 6); -INSERT INTO `creature_addon` (`guid`, `bytes1`) VALUES (@GUID + 5, '1'); -INSERT INTO `creature_addon` (`guid`, `bytes1`) VALUES (@GUID + 6, '1'); --- Add rats -DELETE FROM creature WHERE guid BETWEEN @GUID + 7 AND @GUID + 21; -INSERT INTO creature VALUES (@GUID + 7,4075,0,0,0,-1818.5,-4149.38,9.89524,0.0426621,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 8,4075,0,0,0,-1853.79,-4149.49,9.74445,5.99991,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 9,4075,0,0,0,-1832.93,-4231.47,2.13493,4.15422,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 10,4075,0,0,0,-1765.09,-4228.05,2.06121,3.92646,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 11,4075,0,0,0,-1685.3,-4200.7,1.99848,0.324622,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 12,4075,0,0,0,-1720.4,-4190.35,1.99845,2.78763,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 13,4075,0,0,0,-1953.66,-4080.47,2.03243,1.65973,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 14,4075,0,0,0,-1981,-4082.81,2.06496,2.00923,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 15,4075,0,0,0,-1952.94,-4118.76,2.0329,5.26471,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 16,4075,0,0,0,-1933.78,-4107.02,2.0329,5.249,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 17,4075,0,0,0,-1898.76,-4155.48,2.0329,6.10665,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 18,4075,0,0,0,-1773.96,-4198.48,1.99868,5.41943,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 19,4075,0,0,0,-1748.44,-4205.78,1.99868,5.91973,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 20,4075,0,0,0,-1702.71,-4252.72,1.99827,2.49775,60,5,0,120,0,0,1); -INSERT INTO creature VALUES (@GUID + 21,4075,0,0,0,-1728.17,-4279.38,1.99826,4.70708,60,5,0,120,0,0,1); diff --git a/Updates/1574_skullsplitter.sql b/Updates/1574_skullsplitter.sql deleted file mode 100644 index 9c6e62866..000000000 --- a/Updates/1574_skullsplitter.sql +++ /dev/null @@ -1,9 +0,0 @@ - -DELETE FROM `creature_ai_scripts` WHERE `creature_id` IN (669, 784); -INSERT INTO `creature_ai_scripts` (`id`, `creature_id`, `event_type`, `event_inverse_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action1_type`, `action1_param1`, `action1_param2`, `action1_param3`, `action2_type`, `action2_param1`, `action2_param2`, `action2_param3`, `action3_type`, `action3_param1`, `action3_param2`, `action3_param3`, `comment`) VALUES -('66901', '669', '1', '0', '100', '0', '5000', '5000', '0', '0', '11', '3621', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Skullsplitter Hunter - Skullsplitter Pet'), -('78401', '784', '1', '0', '100', '0', '5000', '5000', '0', '0', '11', '3621', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', 'Skullsplitter Beastmaster - Skullsplitter Pet'); - -UPDATE `creature_template` SET `AIName`='EventAI' WHERE `Entry` IN (669, 784); - -DELETE FROM `creature` WHERE `id`=756; diff --git a/Updates/1575_wetlands_dwarven_farm.sql b/Updates/1575_wetlands_dwarven_farm.sql deleted file mode 100644 index 1c9273b58..000000000 --- a/Updates/1575_wetlands_dwarven_farm.sql +++ /dev/null @@ -1,85 +0,0 @@ --- Wetlands Farm --- XYZ: -4050 -1436 165 0 - -SET @GUID := 590035; - -DELETE FROM creature WHERE guid BETWEEN @GUID + 1 AND @GUID + 30; --- Ironforge Mountaineer -INSERT INTO creature VALUES (@GUID + 1,727,0,0,727,-3972.82,-1513.31,169.195,5.53077,60,0,0,1918,0,0,0); -INSERT INTO creature VALUES (@GUID + 2,727,0,0,727,-3985.24,-1508.53,168.705,4.14848,60,0,0,1918,0,0,0); --- Dwarven Farmer -INSERT INTO creature VALUES (@GUID + 3,12998,0,0,12998,-4029.86,-1453.53,167.187,4.37309,60,5,0,644,0,0,1); -- Movement -INSERT INTO creature VALUES (@GUID + 4,12998,0,0,12998,-4101.46,-1260.41,148.958,4.91972,60,0,0,644,0,0,0); -INSERT INTO creature VALUES (@GUID + 5,12998,0,0,12998,-4074.56,-1256.74,146.399,0.106011,60,0,0,644,0,0,2); -- Waypoints -DELETE FROM creature_movement WHERE id=@GUID + 5; -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 5,1, -4056.620361,-1257.126343,146.314026, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 5,2, -4022.127441,-1239.042236,146.314026, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 5,3, -4027.524902,-1197.605469,146.314026, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 5,4, -4073.563477,-1205.958008,146.314026, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 5,5, -4074.819824,-1234.274048,146.480789, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 5,6, -4071.617432,-1244.778442,146.406143, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 5,7, -4073.642090,-1253.109619,146.433029, 0); -INSERT INTO creature VALUES (@GUID + 6,12998,0,0,12998,-4110.72,-1068.8,168.909,4.87338,60,5,0,644,0,0,1); -- Movement -INSERT INTO creature VALUES (@GUID + 7,12998,0,0,12998,-4147.28,-1106.97,168.917,0.341632,60,0,0,644,0,0,0); --- Ram -INSERT INTO creature VALUES (@GUID + 8,2098,0,0,0,-4142.79,-1053.89,167.925,5.52528,60,0,0,102,0,0,0); -INSERT INTO creature VALUES (@GUID + 9,2098,0,0,0,-4131.62,-1063.01,167.925,4.41786,60,0,0,102,0,0,0); --- Chicken -INSERT INTO creature VALUES (@GUID + 10,620,0,0,0,-4126.41,-1091.58,168.916,4.29377,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 11,620,0,0,0,-4117.23,-1101.1,168.953,3.54764,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 12,620,0,0,0,-4137.29,-1102.33,168.916,3.74399,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 13,620,0,0,0,-4080.96,-1256.69,146.684,3.85709,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 14,620,0,0,0,-4074.13,-1268.01,146.158,4.99592,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 15,620,0,0,0,-4091.94,-1279.57,146.18,3.76912,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 16,620,0,0,0,-4039.9,-1446.43,166.2,4.68177,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 17,620,0,0,0,-4022.11,-1449.52,165.607,5.71378,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 18,620,0,0,0,-4017.85,-1460.55,168.343,4.69512,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 19,620,0,0,0,-4001.15,-1502.53,169.703,5.06818,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 20,620,0,0,0,-3964.18,-1526.38,169.163,5.06818,60,5,0,64,0,0,1); --- Mounted Ironforge Mountaineer -INSERT INTO creature VALUES (@GUID + 21,12996,0,0,12996,-4025.61,-1404.07,155.248,3.81547,60,0,0,1605,686,0,2); -- Waypoints -DELETE FROM creature_movement WHERE id=@GUID + 21; -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,1, -4032.538330,-1410.321655,156.720917, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,2, -4074.892578,-1407.427246,166.030777, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,3, -4121.196777,-1392.128540,186.617004, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,4, -4139.651367,-1392.912354,194.530472, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,5, -4160.594238,-1400.398682,197.085068, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,6, -4139.072754,-1393.150391,194.301208, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,7, -4120.764160,-1392.221558,186.412323, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,8, -4074.232178,-1407.582153,165.770020, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,9, -4032.554688,-1410.221680,156.711700, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,10, -4020.632568,-1397.177612,153.370529, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,11, -4017.038086,-1356.276855,148.045929, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,12, -4009.141602,-1314.063843,146.624283, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,13, -4018.539795,-1285.383789,146.625275, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,14, -3993.255859,-1242.821777,146.910553, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,15, -3994.514648,-1185.122559,154.931198, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,16, -4020.875244,-1159.386475,157.863708, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,17, -4044.102051,-1151.667358,160.278809, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,18, -4067.387207,-1109.543213,166.369003, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,19, -4087.611328,-1099.665649,168.503937, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,20, -4128.911133,-1098.015015,168.916885, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,21, -4136.272949,-1079.660400,168.917053, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,22, -4128.578613,-1098.301392,168.915970, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,23, -4086.780518,-1099.881348,168.434265, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,24, -4066.847900,-1110.063354,166.182816, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,25, -4043.639893,-1151.813477,160.211899, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,26, -4020.616943,-1159.421021,157.841202, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,27, -3994.119629,-1185.264404,154.956360, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,28, -3992.988525,-1243.204102,146.900711, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,29, -4018.415039,-1285.849365,146.622818, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,30, -4008.842529,-1314.119019,146.627106, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,31, -4016.710449,-1356.628784,148.064545, 0); -INSERT INTO creature_movement (id,point,position_x,position_y,position_z,orientation) VALUES (@GUID + 21,32, -4020.152344,-1397.473877,153.434326, 0); --- Rabbit -INSERT INTO creature VALUES (@GUID + 22,721,0,0,0,-3971.98,-1494.18,169.931,2.12686,60,5,0,1,0,0,1); -INSERT INTO creature VALUES (@GUID + 23,721,0,0,0,-3994.42,-1376.7,150.124,1.10741,60,5,0,1,0,0,1); -INSERT INTO creature VALUES (@GUID + 24,721,0,0,0,-4026.06,-1270.89,146.802,1.82841,60,5,0,1,0,0,1); -INSERT INTO creature VALUES (@GUID + 25,721,0,0,0,-4096.43,-1088.23,170.199,1.84097,60,5,0,1,0,0,1); --- Black Rat -INSERT INTO creature VALUES (@GUID + 26,2110,0,0,0,-4110.85,-1068.93,168.91,1.74516,60,5,0,1,0,0,1); -INSERT INTO creature VALUES (@GUID + 27,2110,0,0,0,-4048.29,-1227.35,146.314,5.142,60,5,0,1,0,0,1); --- Cow -INSERT INTO creature VALUES (@GUID + 28,2442,0,0,0,-4053.71,-1187.58,146.314,4.69747,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 29,2442,0,0,0,-4041.5,-1230.92,146.314,3.80212,60,5,0,64,0,0,1); -INSERT INTO creature VALUES (@GUID + 30,2442,0,0,0,-4055.91,-1247.15,146.314,4.19089,60,5,0,64,0,0,1); \ No newline at end of file diff --git a/Updates/1576_molten_core_updates.sql b/Updates/1576_molten_core_updates.sql deleted file mode 100644 index c273214d4..000000000 --- a/Updates/1576_molten_core_updates.sql +++ /dev/null @@ -1,259 +0,0 @@ --- Thanks to malcrom for providing movement data: https://github.com/cmangos/issues/issues/892#issuecomment-270154679 / http://pastebin.com/U87kY1UR --- ************************ --- Garr movement/linking fixup --- ************************ -UPDATE `creature` SET `spawndist`=10,`MovementType`=1 WHERE `guid`=56609; -- Garr -UPDATE `creature` SET `position_x`=684.192,`position_y`=-506.928,`position_z`=-214.424,`orientation`=3.73863 WHERE `guid`=56627; -- Firesworn - --- ************************ --- Molten Giants/Molten Destroyers --- ************************ --- They should all be linked in pairs --- Note that to be blizzlike these should be pooled in some way. --- It should be a gradually increasing chance of being a molten destroyer the deeper you get into the instance. --- The two packs in Garr's lair should always be two Destroyers --- All our spawns are currently static --- 2 Molten Giants before first bridge -DELETE FROM `creature_linking` WHERE `master_guid` IN(56704); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56705,56704,3); -- FLAG_AGGRO_ON_AGGRO, FLAG_TO_AGGRO_ON_AGGRO --- 2 Molten Giants after first bridge -DELETE FROM `creature_linking` WHERE `master_guid` IN(56714); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56715,56714,3); --- 2 Molten Giants before second bridge -DELETE FROM `creature_linking` WHERE `master_guid` IN(56716); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56717,56716,3); --- First pack of 1 Giant/1 Destroyer -DELETE FROM `creature_linking` WHERE `master_guid` IN(56747); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56748,56747,3); --- Second pack of 1 Giant/1 Destroyer -DELETE FROM `creature_linking` WHERE `master_guid` IN(56702); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56703,56702,3); --- 2 Molten Giants -DELETE FROM `creature_linking` WHERE `master_guid` IN(56706); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56707,56706,3); --- Third pack of 1 Giant/1 Destroyer -DELETE FROM `creature_linking` WHERE `master_guid` IN(56708); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56709,56708,3); --- Fourth pack of 1 Giant/1 Destroyer -DELETE FROM `creature_linking` WHERE `master_guid` IN(56710); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56711,56710,3); --- Fifth pack of 1 Giant/1 Destroyer -DELETE FROM `creature_linking` WHERE `master_guid` IN(56718); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56719,56718,3); --- First pack of 2 Destroyers -DELETE FROM `creature_linking` WHERE `master_guid` IN(56712); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56713,56712,3); --- Second pack of 2 Destroyers -DELETE FROM `creature_linking` WHERE `master_guid` IN(56700); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56701,56700,3); - --- ************************ --- Flame Imps --- ************************ --- They should all move randomly -UPDATE `creature` SET `MovementType`=1, `spawndist`=2 WHERE `id` IN(11669); -UPDATE `creature_template` SET `MovementType`=1 WHERE `entry` IN(11669); --- First room, all these should be linked -DELETE FROM `creature_linking` WHERE `master_guid` IN(56591); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56592,56591,3), -(56593,56591,3), -(56584,56591,3), -(56590,56591,3), -(56589,56591,3), -(56588,56591,3), -(56587,56591,3), -(56586,56591,3), -(56585,56591,3); --- Second room, right side, lone pack -DELETE FROM `creature_linking` WHERE `master_guid` IN(56604); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56603,56604,3), -(56597,56604,3), -(56602,56604,3), -(56601,56604,3), -(56599,56604,3), -(56598,56604,3), -(56596,56604,3), -(56595,56604,3), -(56594,56604,3); --- Second room, left side. This huge sea of flame imps is divided into 3 linked packs --- Commenting out for now. Linking them like this would pull the entire room because they are so close to each other, but they are definitely supposed to be divided into three linked packs. --- Pack 1 --- DELETE FROM `creature_linking` WHERE `master_guid` IN(56572); --- INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES --- (56571,56572,3), --- (56570,56572,3), --- (56573,56572,3), --- (56569,56572,3), --- (56567,56572,3), --- (56566,56572,3), --- (56565,56572,3), --- (56564,56572,3), --- (56568,56572,3); --- -- Pack 2 --- DELETE FROM `creature_linking` WHERE `master_guid` IN(56562); --- INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES --- (56561,56562,3), --- (56559,56562,3), --- (56558,56562,3), --- (56560,56562,3), --- (56563,56562,3), --- (56557,56562,3), --- (56556,56562,3), --- (56555,56562,3), --- (56549,56562,3); --- -- Pack 3 --- DELETE FROM `creature_linking` WHERE `master_guid` IN(56582); --- INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES --- (56578,56582,3), --- (56581,56582,3), --- (56579,56582,3), --- (56580,56582,3), --- (56583,56582,3), --- (56575,56582,3), --- (56576,56582,3), --- (56577,56582,3), --- (56574,56582,3); - --- ************************ --- Core Hounds --- ************************ --- They should all move randomly -UPDATE `creature` SET `MovementType`=1, `spawndist`=2 WHERE `id` IN(11671); -UPDATE `creature_template` SET `MovementType`=1 WHERE `entry` IN(11671); --- Pack 1 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56634); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56636,56634,3 + 1024), -(56637,56634,3 + 1024), -(56635,56634,3 + 1024), -(56638,56634,3 + 1024); --- Pack 2 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56631); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56633,56631,3 + 1024), -(56630,56631,3 + 1024), -(56629,56631,3 + 1024), -(56632,56631,3 + 1024); --- Pack 3 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56640); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56641,56640,3 + 1024), -(56639,56640,3 + 1024), -(56642,56640,3 + 1024), -(56643,56640,3 + 1024); --- Pack 4 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56651); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56654,56651,3 + 1024), -(56653,56651,3 + 1024), -(56652,56651,3 + 1024), -(56650,56651,3 + 1024); --- Pack 5 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56648); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56644,56648,3 + 1024), -(56646,56648,3 + 1024), -(56649,56648,3 + 1024), -(56647,56648,3 + 1024); --- Linking each pack "master" respawn to Magmadar being alive -DELETE FROM `creature_linking` WHERE `master_guid` IN(56648); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56634,56683,1024), -(56631,56683,1024), -(56640,56683,1024), -(56651,56683,1024), -(56648,56683,1024); --- Deleting linking_template entry -DELETE FROM creature_linking_template WHERE entry = 11671; - --- ************************ --- Lava Elementals, Flameguards, Firewalker, Lava Reaver --- ************************ --- They should all move randomly -UPDATE `creature` SET `MovementType`=1, `spawndist`=2 WHERE `id` IN(11667,11666,12100,12076); -UPDATE `creature_template` SET `MovementType`=1 WHERE `entry` IN(11667,11666,12100,12076); --- Pack 1 -DELETE FROM `creature_linking` WHERE `master_guid` IN(91289); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(91287,91289,3), -(91288,91289,3), -(91286,91289,3); --- Pack 2 -DELETE FROM `creature_linking` WHERE `master_guid` IN(91261); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(91262,91261,3), -(91264,91261,3), -(91263,91261,3); --- Pack 3 -DELETE FROM `creature_linking` WHERE `master_guid` IN(91277); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(91278,91277,3), -(91279,91277,3); --- Pack 4 -DELETE FROM `creature_linking` WHERE `master_guid` IN(91290); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(91291,91290,3), -(91292,91290,3); --- Pack 5 -DELETE FROM `creature_linking` WHERE `master_guid` IN(91271); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(91270,91271,3), -(91269,91271,3), -(91268,91271,3); --- Pack 6 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56724); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56723,56724,3), -(56722,56724,3); --- Pack 7 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56781); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56782,56781,3), -(56783,56781,3); --- Pack 8 -DELETE FROM `creature_linking` WHERE `master_guid` IN(91265); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(91266,91265,3), -(91267,91265,3); --- Pack 9 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56792); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56793,56792,3), -(56795,56792,3), -(56794,56792,3); --- Pack 10 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56729); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56730,56729,3), -(56731,56729,3), -(56732,56729,3); --- Pack 11 -DELETE FROM `creature_linking` WHERE `master_guid` IN(91260); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(91259,91260,3), -(91258,91260,3), -(91257,91260,3); --- Pack 12 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56750); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56751,56750,3), -(56776,56750,3), -(56775,56750,3); --- Pack 13 -DELETE FROM `creature_linking` WHERE `master_guid` IN(56798); -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(56797,56798,3), -(56799,56798,3); \ No newline at end of file diff --git a/Updates/1579_mc_wps.sql b/Updates/1579_mc_wps.sql deleted file mode 100644 index a347a3ff9..000000000 --- a/Updates/1579_mc_wps.sql +++ /dev/null @@ -1,72 +0,0 @@ - -SET @GUID := 56853; -DELETE FROM `creature_movement` WHERE `id`= @GUID; -INSERT INTO `creature_movement` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`) VALUES -(@GUID,1,1051.314,-799.6896,-151.9713,100), -(@GUID,2,1039.667,-791.0968,-151.0096,100), -(@GUID,3,1026.315,-767.8003,-156.6493,100), -(@GUID,4,1038.774,-761.6977,-152.6580,100), -(@GUID,5,1064.627,-748.9409,-151.7516,100), -(@GUID,6,1038.774,-761.6977,-152.6580,100), -(@GUID,7,1026.315,-767.8003,-156.6493,100), -(@GUID,8,1039.641,-791.0518,-150.9892,100), -(@GUID,9,1051.314,-799.6896,-151.9713,100), -(@GUID,10,1040.764,-815.1115,-152.1656,100); - -SET @GUID := 56856; -DELETE FROM `creature_movement` WHERE `id` = @GUID; -INSERT INTO `creature_movement` (`id`,`point`,`position_x`,`position_y`,`position_z`,`orientation`) VALUES -(@GUID,1,694.3823,-643.1285,-209.7859,100), -(@GUID,2,691.9941,-667.7454,-209.6549,100), -(@GUID,3,712.6238,-699.4688,-209.7263,100), -(@GUID,4,672.7046,-770.8894,-209.0702,100), -(@GUID,5,696.8894,-727.3798,-209.4279,100), -(@GUID,6,672.7046,-770.8894,-209.0702,100), -(@GUID,7,712.6238,-699.4688,-209.7263,100), -(@GUID,8,691.9941,-667.7454,-209.6549,100), -(@GUID,9,694.3823,-643.1285,-209.7859,100), -(@GUID,10,706.5988,-608.7560,-209.7862,100); - -SET @ENTRY := 12056; -UPDATE `creature` SET `position_x`=747.5466, `position_y`=-981.6760, `position_z`=-178.4010, `spawndist`=0,`MovementType`=2 WHERE `id`=@ENTRY; -UPDATE `creature_template` SET `SpeedWalk`=1, `SpeedRun`=2.28571 WHERE `entry`=@ENTRY; -DELETE FROM `creature_movement_template` WHERE `entry`=@ENTRY; -INSERT INTO `creature_movement_template` (`entry`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`waittime`,`script_id`) VALUES -(@ENTRY,1,739.9860,-953.2151,-185.7548,100,0,5665501), -(@ENTRY,2,716.3201,-910.8809,-193.1546,100,0,0), -(@ENTRY,3,701.4030,-887.8356,-199.5063,100,0,0), -(@ENTRY,4,675.8235,-847.7932,-208.2585,100,0,0), -(@ENTRY,5,639.0753,-830.6404,-208.4202,100,0,0), -(@ENTRY,6,611.1107,-828.0424,-207.4010,100,0,0), -(@ENTRY,7,591.2252,-811.5459,-205.4029,100,0,0), -(@ENTRY,8,608.8426,-787.6771,-207.4771,100,0,0), -(@ENTRY,9,643.6417,-778.0462,-208.7169,100,0,0), -(@ENTRY,10,664.3234,-786.4120,-208.9517,100,0,0), -(@ENTRY,11,661.6707,-816.6882,-208.7050,100,0,0), -(@ENTRY,12,678.5975,-847.0990,-208.2891,100,0,0), -(@ENTRY,13,699.6382,-878.0820,-201.5386,100,0,0), -(@ENTRY,14,718.3248,-907.4992,-193.3159,100,0,0), -(@ENTRY,15,740.3997,-949.3792,-186.3494,100,0,0), -(@ENTRY,16,746.6027,-966.5585,-181.5636,100,0,0), -(@ENTRY,17,747.5466,-981.6760,-178.4010,100,0,0); - -DELETE FROM `dbscripts_on_creature_movement` WHERE `id` IN(5665501); -INSERT INTO `dbscripts_on_creature_movement` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) VALUES -(5665501,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,'Baron Geddon - Run'); - -SET @ENTRY := 12118; -UPDATE `creature` SET `spawndist`=0,`MovementType`=2,`position_x`=1000.203,`position_y`=-955.4069,`position_z`=-179.5825 WHERE `id`=@ENTRY; -UPDATE `creature` SET `spawndist`=0,`MovementType`=0,`position_x`=1000.203,`position_y`=-955.4069,`position_z`=-179.5825 WHERE `guid` IN (56606, 56607); -DELETE FROM `creature_movement_template` WHERE `entry`=@ENTRY; -INSERT INTO `creature_movement_template` (`entry`,`point`,`position_x`,`position_y`,`position_z`,`orientation`,`waittime`) VALUES -(@ENTRY,1,1007.782,-958.0884,-180.1740,100,0), -(@ENTRY,2,1014.450,-978.5632,-181.1854,100,0), -(@ENTRY,3,1037.022,-986.3419,-181.5163,100,0), -(@ENTRY,4,1053.150,-990.7546,-182.6615,100,0), -(@ENTRY,5,1070.411,-1006.765,-185.5444,100,0), -(@ENTRY,6,1053.979,-989.0480,-182.5530,100,0), -(@ENTRY,7,1039.573,-983.6991,-181.3170,100,0), -(@ENTRY,8,1014.957,-977.6532,-181.2234,100,0), -(@ENTRY,9,1007.782,-958.0884,-180.1740,100,0), -(@ENTRY,10,1000.203,-955.4069,-179.5825,100,0); - diff --git a/Updates/1580_shade_of_taerar.sql b/Updates/1580_shade_of_taerar.sql deleted file mode 100644 index 9317861c3..000000000 --- a/Updates/1580_shade_of_taerar.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Fixed stats of summoned NPC 15302 (Shade of Taerar) -UPDATE creature_template SET minlevelhealth=66620, maxlevelhealth=66620, healthmultiplier=20, minlevelmana=0, maxlevelmana=0, scale=2, ArmorMultiplier=1, DamageMultiplier=20, -minmeleedmg=110, maxmeleedmg=146, minrangeddmg=0, maxrangeddmg=0, meleeattackpower=268, rangedattackpower=32, meleebaseattacktime=2000,rangedbaseattacktime=2000, maxlootgold=0 WHERE entry=15302; diff --git a/Updates/1581_tribute_run_buffs.sql b/Updates/1581_tribute_run_buffs.sql deleted file mode 100644 index e0dfe7b11..000000000 --- a/Updates/1581_tribute_run_buffs.sql +++ /dev/null @@ -1,31 +0,0 @@ - --- Tribut Run Gossip->Buffs - -DELETE FROM `gossip_menu_option` WHERE `menu_id` IN (5733, 5731, 5735); -INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `condition_id`) - VALUES - (5731, 0, 0, 'Call me "Boss". What have you got for me!', 1, 1, 5730, 0, 0, 0, '', 0), - (5733, 0, 0, 'Yeah, you\'re a real brainiac. Just how smart do you think you are, Slip\'kik?', 1, 1, 5732, 0, 0, 0, '', 0), - (5735, 0, 0, 'So, now that I\'m the king... what have you got for me?!', 1, 1, 5734, 0, 0, 0, '', 0); - -DELETE FROM `gossip_menu` WHERE `entry` BETWEEN 5730 AND 5735; -INSERT INTO `gossip_menu` (`entry`, `text_id`, `script_id`, `condition_id`) - VALUES - ('5730', '6904', '573001', '0'), - ('5731', '6903', '0', '0'), -- Fengus - ('5732', '6906', '573201', '0'), - ('5733', '6905', '0', '0'), -- Slip'kik - ('5734', '6908', '573401', '0'), - ('5735', '6907', '0', '0'); -- Mol'dar - -DELETE FROM `dbscripts_on_gossip` WHERE `id` IN (573001, 573201, 573401); -INSERT INTO `dbscripts_on_gossip` (`id`, `delay`, `command`, `datalong`, `datalong2`, `buddy_entry`, `search_radius`, `data_flags`, `dataint`, `dataint2`, `dataint3`, `dataint4`, `x`, `y`, `z`, `o`, `comments`) - VALUES - ('573001', '0', '15', '22817', '0', '0', '0', 0x02, '0', '0', '0', '0', '0', '0', '0', '0', 'cast fengus\' ferocity'), - ('573201', '0', '15', '22820', '0', '0', '0', 0x02, '0', '0', '0', '0', '0', '0', '0', '0', 'cast slip\'kik\'s savvy'), - ('573401', '0', '15', '22818', '0', '0', '0', 0x02, '0', '0', '0', '0', '0', '0', '0', '0', 'cast mol\'dar\'s moxie'); - -UPDATE `creature_template` SET `GossipMenuId` = '5731' WHERE `creature_template`.`Entry` = 14321; -- Fengus -UPDATE `creature_template` SET `GossipMenuId` = '5733' WHERE `creature_template`.`Entry` = 14323; -- Slip'kik -UPDATE `creature_template` SET `GossipMenuId` = '5735' WHERE `creature_template`.`Entry` = 14326; -- Mol'dar - diff --git a/Updates/1582_libram_quests.sql b/Updates/1582_libram_quests.sql deleted file mode 100644 index b6dfbd895..000000000 --- a/Updates/1582_libram_quests.sql +++ /dev/null @@ -1,11 +0,0 @@ --- q.7483 'Libram of Rapidity' --- q.7484 'Libram of Focus' --- q.7485 'Libram of Protection' --- available only after (q.7481 'Elven Legends' - Horde) or (q.7482 'Elven Legends') - Alliance completed -SET @CONDITION := 188; -DELETE FROM conditions WHERE condition_entry BETWEEN @CONDITION AND @CONDITION + 2; -INSERT INTO conditions (condition_entry, type, value1, value2) VALUES -(@CONDITION, 8, 7481, 0), -(@CONDITION + 1, 8, 7482, 0), -(@CONDITION + 2, -2, @CONDITION + 1, @CONDITION); -UPDATE quest_template SET RequiredCondition = @CONDITION + 2 WHERE entry IN (7483,7484,7485); diff --git a/Updates/1583_tier0_5_dungeon.sql b/Updates/1583_tier0_5_dungeon.sql deleted file mode 100644 index 67206e745..000000000 --- a/Updates/1583_tier0_5_dungeon.sql +++ /dev/null @@ -1,17 +0,0 @@ --- Spectral Assassin -UPDATE creature_template SET FactionAlliance = 14, FactionHorde = 14 WHERE Entry = 16066; - --- Kormok -UPDATE creature_template SET FactionAlliance = 14, FactionHorde = 14 WHERE Entry = 16118; - --- Mor Grayhoof -UPDATE creature_template SET FactionAlliance = 14, FactionHorde = 14 WHERE Entry = 16080; - --- Jarien and Sothos -UPDATE creature_template SET UnitFlags = 32770 WHERE Entry = 16101; -UPDATE creature_template SET UnitFlags = 32770 WHERE Entry = 16102; - --- Spirit of Jarien -UPDATE creature_template SET FactionAlliance = 250, FactionHorde = 250, MovementType = 0 WHERE Entry = 16103; --- Spirit of Sothos -UPDATE creature_template SET FactionAlliance = 250, FactionHorde = 250, MovementType = 0 WHERE Entry = 16104; diff --git a/Updates/1586_harvest_go_ironforge.sql b/Updates/1586_harvest_go_ironforge.sql deleted file mode 100644 index 900d86a7e..000000000 --- a/Updates/1586_harvest_go_ironforge.sql +++ /dev/null @@ -1,64 +0,0 @@ -/* Adding spawns for Boar, Fruit and Fish for each location if missing */ --- Boar -DELETE FROM gameobject WHERE guid IN (31415, 31416, 31417); -INSERT INTO gameobject (guid, id, map, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES -(31415, 180372, 0, -5082.25, -800.448, 496.03, -0.191986, 0, 0, 0.095846, -0.995396, 10, 100, 1), -(31416, 180372, 0, -5085.64, -799.931, 496.03, -0.226893, 0, 0, 0.113203, -0.993572, 10, 100, 1), -(31417, 180372, 0, -5089.05, -799.469, 496.03, -2.11185, 0, 0, 0.870356, -0.492423, 10, 100, 1); - -UPDATE gameobject SET position_x= -5080.8, position_y= -799.561, position_z= 496.03, orientation= 1.8675, rotation2= 0.803857, rotation3= 0.594823, spawntimesecs= 10 WHERE guid= 31391; - --- Fish -DELETE FROM gameobject WHERE guid IN (31418, 31419); -INSERT INTO gameobject (guid, id, map, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES -(31418, 180371, 0, -5077.29, -800.179, 496.03, 2.32129, 0, 0, 0.91706, 0.398749, 10, 100, 1), -(31419, 180371, 0, -5089.05, -799.469, 496.03, -2.11185, 0, 0, 0.870356, -0.492423, 10, 100, 1); - -UPDATE gameobject SET position_x= -5075.2, position_y= -799.255, position_z= 496.038, orientation= -1.29154, rotation2= 0.601815, rotation3= -0.798635, spawntimesecs= 10 WHERE guid= 31965; - --- Fruit -UPDATE gameobject SET position_x= -5073.67, position_y= -799.944, position_z= 496.038, orientation= -0.15708, rotation2= 0.078459, rotation3= -0.996917, spawntimesecs= 10 WHERE guid= 29870; -UPDATE gameobject SET position_x= -5085.64, position_y= -799.931, position_z= 496.03, orientation= -0.226893, rotation2= 0.113203, rotation3= -0.993572, spawntimesecs= 10 WHERE guid= 31969; - -DELETE FROM game_event_gameobject WHERE guid IN (31415, 31416, 31417, 31418, 31419); -INSERT INTO game_event_gameobject (guid, event) VALUES -(31415, 33), -(31416, 33), -(31417, 33), -(31418, 33), -(31419, 33); - -/*Adding spawns to pools. 8 pools each with a chance of spawning either boar, fish or fruit */ -DELETE FROM pool_gameobject WHERE guid IN (31388, 31967, 29870, 31968, 31965, 31389, 31392, 31418, 31393, 31391, 31395, 30875, 31415, 29868, 31396, 31416, 30362, 31969, 31417, 31419, 30364); -INSERT INTO pool_gameobject (guid, pool_entry, chance, description) VALUES -(31388, 1709, 33.33, 'IF Harvest Boar 1'), -(31967, 1709, 33.33, 'IF Harvest Fish 1'), -(29870, 1709, 33.34, 'IF Harvest Fruit 1'), -(31968, 1710, 33.33, 'IF Harvest Boar 2'), -(31965, 1710, 33.33, 'IF Harvest Fish 2'), -(31389, 1710, 33.34, 'IF Harvest Fruit 2'), -(31392, 1711, 33.33, 'IF Harvest Boar 3'), -(31418, 1711, 33.33, 'IF Harvest Fish 3'), -(31393, 1711, 33.34, 'IF Harvest Fruit 3'), -(31391, 1712, 33.33, 'IF Harvest Boar 4'), -(31395, 1712, 33.33, 'IF Harvest Fish 4'), -(30875, 1712, 33.34, 'IF Harvest Fruit 4'), -(31415, 1713, 33.33, 'IF Harvest Boar 5'), -(29868, 1713, 33.33, 'IF Harvest Fish 5'), -(31396, 1713, 33.34, 'IF Harvest Fruit 5'), -(31416, 1714, 33.33, 'IF Harvest Boar 6'), -(30362, 1714, 33.33, 'IF Harvest Fish 6'), -(31969, 1714, 33.34, 'IF Harvest Fruit 6'), -(31417, 1715, 33.33, 'IF Harvest Boar 7'), -(31419, 1715, 33.33, 'IF Harvest Fish 7'), -(30364, 1715, 33.34, 'IF Harvest Fruit 7'); - -DELETE FROM pool_template WHERE entry BETWEEN 1709 AND 1715; -INSERT INTO pool_template (entry, max_limit, description) VALUES -(1709, 1, 'IF Harvest Food 1'), -(1710, 1, 'IF Harvest Food 2'), -(1711, 1, 'IF Harvest Food 3'), -(1712, 1, 'IF Harvest Food 4'), -(1713, 1, 'IF Harvest Food 5'), -(1714, 1, 'IF Harvest Food 6'), -(1715, 1, 'IF Harvest Food 7'); diff --git a/Updates/1586_harvest_go_orgrimmar.sql b/Updates/1586_harvest_go_orgrimmar.sql deleted file mode 100644 index 785d41ab9..000000000 --- a/Updates/1586_harvest_go_orgrimmar.sql +++ /dev/null @@ -1,74 +0,0 @@ -/*Changing respawn time to 10s for all harvest boar, fruit and fish */ -UPDATE gameobject SET spawntimesecs= 10 WHERE id IN(180370, 180371, 180372, 180373, 180374); -/* Adding spawns for Boar, Fruit and Fish for each location if missing */ --- Boar -DELETE FROM gameobject WHERE guid=34188; -INSERT INTO gameobject (guid, id, map, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES -(34188, 180372, 1, 1326.97, -4416.36, 27.5984, -1.6057, 0, 0, 0.71934, -0.694658, 10, 100, 1); - --- Fish -DELETE FROM gameobject WHERE guid BETWEEN 34189 AND 34192; -INSERT INTO gameobject (guid, id, map, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES -(34189, 180371, 1, 1340.36, -4414.08, 28.0881, 1.98968, 0, 0, 0.838671, 0.544639, 10, 100, 1), -(34190, 180371, 1, 1341.04, -4421.81, 27.6249, 0.383972, 0, 0, 0.190809, 0.981627, 10, 100, 1), -(34191, 180371, 1, 1337.53, -4411.01, 28.0848, -0.680679, 0, 0, 0.333807, -0.942641, 10, 100, 1), -(34192, 180371, 1, 1329.31, -4413.13, 27.6023, 0.680678, 0, 0, 0.333807, 0.942641, 10, 100, 1); - -UPDATE gameobject SET position_x= 1336.56, position_y= -4426.84, position_z= 27.6309, orientation= -2.9147, rotation2= 0.993572, rotation3= -0.113203, spawntimesecs= 10 WHERE guid= 35779; - --- Fruit -DELETE FROM gameobject WHERE guid IN (34193, 34194); -INSERT INTO gameobject (guid, id, map, position_x, position_y, position_z, orientation, rotation0, rotation1, rotation2, rotation3, spawntimesecs, animprogress, state) VALUES -(34193, 180370, 1, 1327.37, -4423.33, 27.4349, 2.53073, 0, 0, 0.953717, 0.300706, 10, 100, 1), -(34194, 180370, 1, 1330.72, -4425.71, 27.4281, 0.750492, 0, 0, 0.366501, 0.930418, 10, 100, 1); - -UPDATE gameobject SET position_x= 1326.97, position_y= -4416.36, position_z= 27.5984, orientation= -1.6057, rotation2= 0.71934, rotation3= -0.694658, spawntimesecs= 10 WHERE guid= 35788; - -DELETE FROM game_event_gameobject WHERE guid BETWEEN 34188 AND 34194; -INSERT INTO game_event_gameobject (guid, event) VALUES -(34188, 33), -(34189, 33), -(34190, 33), -(34191, 33), -(34192, 33), -(34193, 33), -(34194, 33); - -/*Adding spawns to pools. 8 pools each with a chance of spawning either boar, fish or fruit */ -INSERT INTO pool_gameobject (guid, pool_entry, chance, description) VALUES -(35784, 1701, 33.33, 'Org Harvest Boar 1'), -(34189, 1701, 33.33, 'Org Harvest Fish 1'), -(35777, 1701, 33.34, 'Org Harvest Fruit 1'), -(35780, 1702, 33.33, 'Org Harvest Boar 2'), -(34190, 1702, 33.33, 'Org Harvest Fish 2'), -(35774, 1702, 33.34, 'Org Harvest Fruit 2'), -(35778, 1703, 33.33, 'Org Harvest Boar 3'), -(34191, 1703, 33.33, 'Org Harvest Fish 3'), -(35786, 1703, 33.34, 'Org Harvest Fruit 3'), -(35776, 1704, 33.33, 'Org Harvest Boar 4'), -(34192, 1704, 33.33, 'Org Harvest Fish 4'), -(35785, 1704, 33.34, 'Org Harvest Fruit 4'), -(35775, 1705, 33.33, 'Org Harvest Boar 5'), -(35779, 1705, 33.33, 'Org Harvest Fish 5'), -(35781, 1705, 33.34, 'Org Harvest Fruit 5'), -(34047, 1706, 33.33, 'Org Harvest Boar 6'), -(35783, 1706, 33.33, 'Org Harvest Fish 6'), -(34193, 1706, 33.34, 'Org Harvest Fruit 6'), -(35787, 1707, 33.33, 'Org Harvest Boar 7'), -(34046, 1707, 33.33, 'Org Harvest Fish 7'), -(34194, 1707, 33.34, 'Org Harvest Fruit 7'), -(34188, 1708, 33.33, 'Org Harvest Boar 8'), -(34048, 1708, 33.33, 'Org Harvest Fish 8'), -(35788, 1708, 33.34, 'Org Harvest Fruit 8'); - -DELETE FROM pool_template WHERE entry BETWEEN 1701 AND 1708; -INSERT INTO pool_template (entry, max_limit, description) VALUES -(1701, 1, 'Org Harvest Food 1'), -(1702, 1, 'Org Harvest Food 2'), -(1703, 1, 'Org Harvest Food 3'), -(1704, 1, 'Org Harvest Food 4'), -(1705, 1, 'Org Harvest Food 5'), -(1706, 1, 'Org Harvest Food 6'), -(1707, 1, 'Org Harvest Food 7'), -(1708, 1, 'Org Harvest Food 8'); - diff --git a/Updates/1586_harvest_go_tributes.sql b/Updates/1586_harvest_go_tributes.sql deleted file mode 100644 index ec105d60e..000000000 --- a/Updates/1586_harvest_go_tributes.sql +++ /dev/null @@ -1,24 +0,0 @@ -/* Adding missing Tribute GO's for Gnomes, Night Elves, Orcs and Taurens */ -DELETE FROM gameobject_template WHERE entry IN (180211, 180213, 180207, 180209); -INSERT INTO gameobject_template (entry, type, displayId, name, faction, flags, size, data0, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, mingold, maxgold, ScriptName) VALUES -(180211, 5, 6314, 'Uther\'s Gnome Tribute', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -(180213, 5, 6315, 'Uther\'s Night Elf Tribute', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -(180207, 5, 665, 'Grom\'s Orc Tribute', 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -(180209, 5, 6312, 'Grom\'s Tauren Tribute', 0, 0, 0.08, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''); - -/* Adding missing model ID's for Honoured Heros and Ancestors */ -UPDATE creature_template SET ModelId2= 15223, ModelId3= 15224, ModelId4= 15225 WHERE Entry= 15113; -UPDATE creature_template SET ModelId2= 15229, ModelId3= 15230, ModelId4= 15232 WHERE Entry= 15115; - -/* Removing single model ID from spawns */ -UPDATE creature SET modelid= 0 WHERE id= 15113; -UPDATE creature SET modelid= 0 WHERE id= 15115; - -/* Removing temporary entries for Uther's Statue and Grom's Monument and adding correct entries (Thanks YTDB) */ -DELETE FROM gameobject_template WHERE entry IN (300140, 300145, 1323, 1324); -INSERT INTO gameobject_template (entry, type, displayId, name, faction, flags, size, data0, data1, data2, data3, data4, data5, data6, data7, data8, data9, data10, data11, data12, data13, data14, data15, data16, data17, data18, data19, data20, data21, data22, data23, mingold, maxgold, ScriptName) VALUES -(1323, 8, 299, 'Uther\'s Tomb Statue', 0, 0, 1, 1323, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''), -(1324, 8, 299, 'Grom\'s Monument', 0, 0, 1.5, 1324, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, ''); - -UPDATE gameobject SET id= 1323 WHERE guid= 99865; -UPDATE gameobject SET id= 1324 WHERE guid= 99997; diff --git a/Updates/1587_hunter_path.sql b/Updates/1587_hunter_path.sql deleted file mode 100644 index 5e3081637..000000000 --- a/Updates/1587_hunter_path.sql +++ /dev/null @@ -1,9 +0,0 @@ --- Fixed a few inconsitencies for class quests "The Hunter's Path" --- This closes #31 --- Fields were Null -UPDATE quest_template SET RequestItemsText='', EndText='' WHERE entry='6072'; --- Had no reward text and wrong category. Equalised with other Night Elf quests -UPDATE quest_template SET ZoneOrSort='-261', OfferRewardText='Yes, it is time, $C.' WHERE entry='6722'; --- Had wrong category and was falsely available to Dwarfs, leading them to a --- follow up quest they cannot accept -UPDATE quest_template SET ZoneOrSort='-261', RequiredRaces='8' WHERE `entry`='6721'; diff --git a/Updates/1588_shleipnarr_movement.sql b/Updates/1588_shleipnarr_movement.sql deleted file mode 100644 index 75e751c1e..000000000 --- a/Updates/1588_shleipnarr_movement.sql +++ /dev/null @@ -1,181 +0,0 @@ --- Added missing waypoints for NPC 8280 (Shleipnarr) in Searing Gorge --- Data from WotLK DB - -UPDATE creature SET MovementType=2 WHERE id=8280; -UPDATE creature_template SET MovementType=2, SpeedRun=1.92 WHERE entry=8280; - -DELETE FROM creature_movement_template WHERE entry=8280; -INSERT INTO creature_movement_template VALUES -(8280, 1, -6941.29, -1629.46, 242.86, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 2, -6932.64, -1641.08, 242.07, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 3, -6927.83, -1648.61, 241.201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 4, -6923.41, -1655.54, 241.916, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 5, -6919.97, -1668.82, 243.426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 6, -6915.45, -1674.09, 242.001, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 7, -6908.37, -1682.34, 240.35, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 8, -6900.81, -1691.15, 242.037, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 9, -6894.19, -1694.82, 242.078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 10, -6884.21, -1697.49, 242.42, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 11, -6878.07, -1700.9, 244.155, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 12, -6871.74, -1699.13, 246.894, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 13, -6866.15, -1695.68, 248.191, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 14, -6858.86, -1693.5, 249.604, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 15, -6844.44, -1691.91, 251.291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 16, -6832.25, -1685.02, 251.597, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 17, -6824.98, -1680.91, 251.528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 18, -6817.98, -1680.92, 251.332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 19, -6814.27, -1673.16, 250.171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 20, -6823.91, -1671.5, 251.684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 21, -6837.32, -1671.91, 251.523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 22, -6849.27, -1678.33, 251.523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 23, -6859.96, -1679.06, 251.542, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 24, -6856.26, -1688.25, 250.675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 25, -6851.72, -1699.54, 250.53, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 26, -6857.52, -1710.73, 251.466, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 27, -6862.25, -1719.86, 251.522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 28, -6859.38, -1733.16, 251.951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 29, -6850.15, -1747.62, 251.522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 30, -6853.94, -1758.54, 251.522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 31, -6861.15, -1771.15, 251.684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 32, -6863.58, -1761.91, 251.612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 33, -6867.22, -1748.04, 249.84, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 34, -6872.03, -1743.34, 246.349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 35, -6876.72, -1738.76, 243.485, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 36, -6881.88, -1733.73, 241.132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 37, -6886.85, -1732.28, 240.385, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 38, -6894.01, -1739.04, 241.658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 39, -6902.46, -1747.02, 242.596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 40, -6898.16, -1754.36, 242.47, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 41, -6893.66, -1762.03, 241.688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 42, -6897.39, -1769.06, 242.146, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 43, -6900.77, -1775.44, 241.399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 44, -6894.5, -1781.49, 241.446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 45, -6889.85, -1791.8, 240.744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 46, -6882.92, -1798.01, 242.05, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 47, -6874.44, -1799.99, 244.23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 48, -6867.99, -1801.5, 244.728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 49, -6863.03, -1805.04, 247.302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 50, -6857.71, -1807.29, 248.113, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 51, -6853.41, -1809.1, 250.834, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 52, -6848.05, -1811.37, 252.911, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 53, -6845.46, -1805.38, 254.823, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 54, -6844.58, -1800.77, 256.179, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 55, -6845.79, -1791.61, 256.857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 56, -6846.69, -1783.61, 256.857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 57, -6843.63, -1774.59, 256.857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 58, -6839.08, -1776.91, 257.011, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 59, -6831.58, -1783.75, 256.858, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 60, -6823.06, -1786.49, 257.167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 61, -6812.96, -1786.41, 256.903, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 62, -6802.69, -1782.82, 256.858, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 63, -6792.63, -1776, 256.858, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 64, -6787.39, -1764.32, 257.028, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 65, -6782.03, -1755.84, 258.715, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 66, -6780.61, -1744.07, 259.552, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 67, -6782.11, -1736.06, 259.842, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 68, -6781.77, -1727.14, 259.551, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 69, -6784.43, -1718.47, 259.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 70, -6790.12, -1709.16, 259.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 71, -6779.01, -1707.59, 260.336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 72, -6773.46, -1710.76, 260.75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 73, -6773.36, -1717.76, 260.609, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 74, -6776.31, -1735.04, 259.563, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 75, -6775.34, -1750.61, 259.469, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 76, -6771.26, -1760.05, 257.523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 77, -6765.7, -1772.92, 256.873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 78, -6752.48, -1788.04, 256.93, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 79, -6745.12, -1800.06, 255.503, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 80, -6740.67, -1811.55, 253.947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 81, -6731.41, -1812.49, 253.556, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 82, -6720.83, -1817.61, 252.676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 83, -6709.34, -1812.61, 251.49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 84, -6694.33, -1809.92, 250.578, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 85, -6680.84, -1804.4, 251.803, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 86, -6674.13, -1794.23, 254.775, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 87, -6670.38, -1788.54, 257.726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 88, -6665.74, -1781.49, 259.592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 89, -6662.76, -1769.49, 259.343, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 90, -6649.57, -1770.76, 255.225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 91, -6640.13, -1775.7, 251.724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 92, -6635.94, -1777.89, 250.099, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 93, -6631.28, -1774.45, 248.635, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 94, -6631.48, -1764.53, 249.429, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 95, -6627.82, -1757.88, 248.996, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 96, -6620.25, -1757.75, 246.794, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 97, -6614.76, -1757.66, 245.715, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 98, -6607.76, -1757.54, 244.144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 99, -6605.03, -1769.46, 244.167, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 100, -6615.34, -1800.37, 244.144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 101, -6615.03, -1829.01, 244.144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 102, -6609.7, -1847.24, 244.149, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 103, -6614.69, -1865.4, 244.216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 104, -6627.55, -1873.7, 244.151, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 105, -6652.99, -1877.45, 244.144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 106, -6672.92, -1886.48, 243.941, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 107, -6692.45, -1895.34, 244.144, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 108, -6714.27, -1889.63, 244.139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 109, -6761.31, -1871.43, 244.159, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 110, -6791.76, -1859.65, 244.141, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 111, -6800.74, -1847.26, 244.484, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 112, -6816.04, -1846.99, 244.408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 113, -6830.94, -1846.74, 244.177, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 114, -6846.25, -1839.09, 243.524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 115, -6865.72, -1834.9, 240.765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 116, -6877.23, -1826.61, 240.742, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 117, -6887.11, -1804.26, 240.81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 118, -6898, -1779.65, 241.08, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 119, -6896.81, -1764.21, 242.036, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 120, -6896.23, -1756.65, 242.285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 121, -6900.38, -1747, 242.695, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 122, -6898.98, -1739.46, 242.13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 123, -6895.05, -1726.75, 241.994, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 124, -6894.46, -1720.65, 242.649, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 125, -6895.63, -1714.05, 241.127, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 126, -6897.9, -1701.13, 240.655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 127, -6896.89, -1691.57, 242.406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 128, -6899.16, -1677.71, 242.933, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 129, -6892.34, -1667.98, 244.224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 130, -6883, -1647.39, 246.286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 131, -6864.13, -1631.52, 244.566, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 132, -6848.47, -1618.35, 242.724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 133, -6850.23, -1603.08, 241.928, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 134, -6857.34, -1581.76, 241.947, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 135, -6870.44, -1562.55, 243.322, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 136, -6885.76, -1544.56, 241.998, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 137, -6905.15, -1548.23, 241.742, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 138, -6930.48, -1545.4, 241.697, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 139, -6944.39, -1543.84, 241.839, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 140, -6958.42, -1531.61, 244.992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 141, -6966.44, -1510.69, 244.182, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 142, -6973.5, -1492.27, 241.687, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 143, -6982.59, -1468.57, 241.964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 144, -6982.94, -1443.86, 242.333, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 145, -6989.22, -1421.85, 242.397, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 146, -6993.06, -1408.39, 241.658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 147, -6992.66, -1385.04, 242.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 148, -6982.17, -1384.73, 242.459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 149, -6962.6, -1377.55, 242.369, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 150, -6961.18, -1365.16, 242.802, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 151, -6974.86, -1355.72, 245.414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 152, -6985.68, -1339.11, 243.999, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 153, -7002.68, -1328.89, 242.13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 154, -7018.66, -1327.22, 241.778, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 155, -7036.4, -1331.46, 243.895, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 156, -7042.85, -1345.73, 244.175, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 157, -7044.61, -1366.2, 241.883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 158, -7047.59, -1389.68, 241.676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 159, -7041.43, -1407.52, 241.343, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 160, -7045.86, -1420.82, 240.32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 161, -7052.53, -1428.92, 240.425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 162, -7041.53, -1448.84, 240.377, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 163, -7046.27, -1467.47, 242.746, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 164, -7063.71, -1488.26, 242.162, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 165, -7059.52, -1496.77, 240.96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 166, -7053.03, -1509.92, 241.514, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 167, -7037.58, -1526.3, 243.403, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 168, -7023.8, -1538.7, 242.307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 169, -6998.19, -1547.04, 241.743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 170, -6978.76, -1565.54, 242.837, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 171, -6972.56, -1583.49, 243.432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 172, -6960.14, -1603.66, 245.082, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), -(8280, 173, -6940.48, -1620.47, 244.794, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0); diff --git a/Updates/1590_proof_of_deed_item.sql b/Updates/1590_proof_of_deed_item.sql deleted file mode 100644 index 7c2e58e64..000000000 --- a/Updates/1590_proof_of_deed_item.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Fixed text for item 10022 (Proof of Deed): it was a blattant copy/paste from some DB website instead of using correct syntax for players name -UPDATE page_text SET text="This proof of deed is to verify that $N slew Margol the Rager, scourge of the searing gorge.$B$BThe Ironforge museum recognizes this achievement and thanks the bearer for their generous contribution.$B$B-Head Curator Thorius Stonetender" WHERE entry=1231; diff --git a/Updates/1591_hands_of_enemy_text.sql b/Updates/1591_hands_of_enemy_text.sql deleted file mode 100644 index 05604c788..000000000 --- a/Updates/1591_hands_of_enemy_text.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Fixed text of quest 6824 (Hands of the Enemy): a pronoun was missing -UPDATE quest_template SET Details="$N, your service is of great value to us, so we are reluctant to send you on this last mission for we do not want to lose such a useful agent.$B$BBut its success would further our war efforts tremendously and... it was deemed worth risking you.$B$BWe want these captains in the Molten Core destroyed: Lucifron, Sulfuron, Gehennas and Shazzrah. Kill them and bring me their hands!$B$BThis task will take every resource you possess, $N, but if you can do it then the Firelords will be dealt a terrible blow." WHERE entry=6824; diff --git a/Updates/1592_the_undermarket_stats.sql b/Updates/1592_the_undermarket_stats.sql deleted file mode 100644 index 713912ad6..000000000 --- a/Updates/1592_the_undermarket_stats.sql +++ /dev/null @@ -1,6 +0,0 @@ --- Fixed stats of NPC 8444 (Trade Master Kovic) and NPC 8447 (Clunk) in Searing Gorge --- They were using TBC values -UPDATE creature_template SET MinLevelHealth=2658, MaxLevelHealth=2658, MaxLevelMana=1807, MinLevelMana=1807, HealthMultiplier=1.5, ArmorMultiplier=1 WHERE Entry=8444; -UPDATE creature_template SET MinMeleeDmg=79, MaxMeleeDmg=104, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=194, RangedAttackPower=18, Armor=2432 WHERE Entry=8444; - -UPDATE creature_template SET DamageMultiplier=3.25, MinMeleeDmg=80, MaxMeleeDmg=107, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=196, RangedAttackPower=19 WHERE Entry=8447; diff --git a/Updates/1595_margol_rager.sql b/Updates/1595_margol_rager.sql deleted file mode 100644 index 6efea7e3e..000000000 --- a/Updates/1595_margol_rager.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Updated stats for creature 5833 (Margol the Rager) and added nature immunity -UPDATE creature_template SET SchoolImmuneMask=8, DamageMultiplier=2.5, MinMeleeDmg=101, MaxMeleeDmg=133, MinRangedDmg=0, MaxRangedDmg=0, MeleeAttackPower=196, RangedAttackPower=19, MeleeBaseAttackTime=2500, RangedBaseAttackTime=2500 WHERE Entry=5833; - diff --git a/Updates/1596_demented_druid_spirit.sql b/Updates/1596_demented_druid_spirit.sql deleted file mode 100644 index 8de2efdef..000000000 --- a/Updates/1596_demented_druid_spirit.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Remove gold from NPC 15260 (Demented Druid Spirit): they are summoned NPCs and should not have gold -UPDATE creature_template SET MinLootGold=0, MaxLootGold=0 WHERE Entry=15260; - \ No newline at end of file diff --git a/Updates/1597_tabetha_sign.sql b/Updates/1597_tabetha_sign.sql deleted file mode 100644 index 1ae64fc70..000000000 --- a/Updates/1597_tabetha_sign.sql +++ /dev/null @@ -1,2 +0,0 @@ - -DELETE FROM `gameobject` WHERE `guid`=7347; diff --git a/Updates/1600_zul_farrak_pats.sql b/Updates/1600_zul_farrak_pats.sql deleted file mode 100644 index e2b16a109..000000000 --- a/Updates/1600_zul_farrak_pats.sql +++ /dev/null @@ -1,666 +0,0 @@ - -SET @GUID := 42608; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '5649', '209', '0', '0', '1520.362', '822.2969', '8.972572', '2.412584', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1513.708', '828.2397', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1508.010', '832.0488', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1501.186', '835.1673', '9.008404', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1493.694', '834.3438', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1484.471', '831.2422', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1476.333', '827.2856', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1464.192', '822.7835', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1454.040', '819.4709', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1440.213', '815.2530', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1429.800', '811.6677', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1420.040', '810.4661', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1407.138', '811.5320', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1397.131', '813.3654', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1381.619', '815.6403', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1366.656', '818.2029', '9.015828', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1359.146', '819.9256', '9.015828', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1349.995', '821.5219', '9.117757', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1337.749', '823.2247', '9.015828', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1329.317', '825.4095', '8.989669', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1337.749', '823.2247', '9.015828', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1349.995', '821.5219', '9.117757', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1359.146', '819.9256', '9.015828', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1366.656', '818.2029', '9.015828', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1381.619', '815.6403', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1397.131', '813.3654', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1407.138', '811.5320', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1420.040', '810.4661', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1429.800', '811.6677', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1440.213', '815.2530', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1454.040', '819.4709', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1464.192', '822.7835', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1476.333', '827.2856', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1484.471', '831.2422', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1493.694', '834.3438', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1501.186', '835.1673', '9.008404', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1508.010', '832.0488', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1513.708', '828.2397', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1518.691', '824.3679', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 42602; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '5648', '209', '0', '0', '1520.408', '816.5910', '9.014070', '3.822634', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1505.708', '804.6780', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1489.435', '799.2083', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1477.495', '807.6312', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1456.355', '816.6888', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1430.503', '811.3372', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1412.575', '808.4097', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1393.562', '814.3836', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1374.625', '816.8459', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1342.213', '821.6189', '9.015828', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1324.908', '827.3821', '8.938155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1314.941', '835.3506', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1300.349', '833.4664', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1282.284', '826.4106', '9.002214', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1300.349', '833.4664', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1314.941', '835.3506', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1324.908', '827.3821', '8.938155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1342.213', '821.6189', '9.015828', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1374.625', '816.8459', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1393.562', '814.3836', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1412.575', '808.4097', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1430.503', '811.3372', '9.001763', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1456.355', '816.6888', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1477.495', '807.6312', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1489.435', '799.2083', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1505.708', '804.6780', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1520.660', '818.9263', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 45709; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '5649', '209', '0', '0', '1619.746', '978.3722', '9.240633', '5.115049', '7200', '0', '0', '1', '0', '0', '2'); -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1621.301', '974.7202', '9.046700', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1633.314', '955.8147', '8.962197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1647.861', '936.4905', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1675.753', '915.8557', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1688.836', '903.3895', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1685.117', '884.9146', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1688.836', '903.3895', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1675.753', '915.8557', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1647.861', '936.4905', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1633.314', '955.8147', '8.962197', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1621.301', '974.7202', '9.046700', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1616.014', '986.6301', '9.803169', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 42619; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '5649', '209', '0', '0', '1632.776', '885.0865', '8.975247', '3.346644', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1619.965', '882.4221', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1589.676', '875.0361', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1575.977', '861.6324', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1554.121', '844.3279', '8.932801', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1544.873', '834.3509', '8.932801', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1521.530', '829.3502', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1508.293', '834.9315', '8.825787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1487.974', '835.1038', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1471.379', '826.1945', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1452.281', '816.8531', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1471.379', '826.1945', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1487.974', '835.1038', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1508.293', '834.9315', '8.825787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1521.530', '829.3502', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1544.873', '834.3509', '8.932801', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1554.121', '844.3279', '8.932801', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1575.977', '861.6324', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1589.676', '875.0361', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1619.965', '882.4221', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1636.831', '887.6561', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 42626; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '5648', '209', '0', '0', '1631.445', '886.6873', '8.975616', '3.538771', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1607.711', '876.7318', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1591.289', '871.7772', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1570.759', '854.0488', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1535.821', '831.5552', '8.901825', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1515.611', '829.0745', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1511.878', '810.7296', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1486.929', '800.3258', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1467.688', '814.7308', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1449.261', '816.8939', '9.015824', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1467.688', '814.7308', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1486.929', '800.3258', '9.015823', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1511.878', '810.7296', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1515.611', '829.0745', '8.921140', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1535.821', '831.5552', '8.901825', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1570.759', '854.0488', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1591.289', '871.7772', '9.015827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1607.711', '876.7318', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1632.139', '887.1315', '9.015826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 44170; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1707.912', '881.4207', '11.95671', '1.640257', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1707.106', '892.9658', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1707.178', '899.4355', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1705.718', '907.8406', '9.001793', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1702.215', '911.7665', '9.101280', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1695.935', '915.6122', '10.84651', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1690.243', '917.6827', '11.77302', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1683.053', '920.1813', '10.43171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1674.140', '923.5022', '9.976390', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1668.780', '926.9227', '9.736156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1661.060', '929.7355', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1655.094', '926.1855', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1652.622', '919.4406', '9.019964', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1651.316', '910.5162', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1647.606', '904.7556', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1644.632', '900.5045', '9.251776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1643.350', '893.3314', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1646.740', '888.3574', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1652.910', '885.4954', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1660.726', '885.2101', '9.561232', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1666.699', '886.1354', '10.82759', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1673.691', '886.4639', '9.251787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1681.506', '881.3071', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1685.534', '877.5850', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1690.958', '874.2671', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1697.925', '875.2809', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1701.023', '884.5763', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1700.255', '888.6597', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1697.664', '894.0390', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1695.518', '899.9854', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1691.479', '905.1712', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1685.460', '907.5281', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1676.943', '912.2875', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1673.010', '915.0703', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1663.229', '918.2974', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1657.908', '912.9890', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1655.025', '905.3483', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1655.547', '899.7141', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1659.624', '894.9638', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1666.247', '892.3987', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1671.168', '893.1977', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1677.624', '896.7868', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1682.102', '897.1740', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1686.921', '894.9762', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1691.187', '891.9144', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1698.879', '886.5205', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 155625; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '10082', '209', '0', '0', '1707.912', '881.4207', '11.95671', '1.640257', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1707.106', '892.9658', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1707.178', '899.4355', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1705.718', '907.8406', '9.001793', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1702.215', '911.7665', '9.101280', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1695.935', '915.6122', '10.84651', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1690.243', '917.6827', '11.77302', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1683.053', '920.1813', '10.43171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1674.140', '923.5022', '9.976390', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1668.780', '926.9227', '9.736156', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1661.060', '929.7355', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1655.094', '926.1855', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1652.622', '919.4406', '9.019964', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1651.316', '910.5162', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1647.606', '904.7556', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1644.632', '900.5045', '9.251776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1643.350', '893.3314', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1646.740', '888.3574', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1652.910', '885.4954', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1660.726', '885.2101', '9.561232', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1666.699', '886.1354', '10.82759', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1673.691', '886.4639', '9.251787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1681.506', '881.3071', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1685.534', '877.5850', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1690.958', '874.2671', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1697.925', '875.2809', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1701.023', '884.5763', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1700.255', '888.6597', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1697.664', '894.0390', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1695.518', '899.9854', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1691.479', '905.1712', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1685.460', '907.5281', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1676.943', '912.2875', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1673.010', '915.0703', '9.001781', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1663.229', '918.2974', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1657.908', '912.9890', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1655.025', '905.3483', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1655.547', '899.7141', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1659.624', '894.9638', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1666.247', '892.3987', '9.001783', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1671.168', '893.1977', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1677.624', '896.7868', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1682.102', '897.1740', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1686.921', '894.9762', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1691.187', '891.9144', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1698.879', '886.5205', '9.001787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 44177; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1711.036', '884.0291', '12.55593', '3.891626', '7200', '0', '0', '1', '0', '0', '0'); -- FOLLOW 44170 OR 155625 - -SET @GUID := 81457; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '5649', '209', '0', '0', '1684.083', '804.7845', '8.960119', '0.208293', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1701.449', '808.4550', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1714.173', '814.7545', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1728.194', '823.0837', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1743.790', '832.0067', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1753.383', '839.3245', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1766.247', '853.4549', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1777.128', '865.2902', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1766.247', '853.4549', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1753.383', '839.3245', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1743.790', '832.0067', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1728.194', '823.0837', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1714.173', '814.7545', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1701.449', '808.4550', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1691.158', '805.7059', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 45710; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '5650', '209', '0', '0', '1651.438', '701.3427', '35.35207', '1.375374', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1657.861', '733.8435', '22.39071', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1653.567', '752.0992', '19.20113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1645.026', '771.8287', '12.50008', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1655.634', '791.8742', '10.21663', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1662.047', '822.2319', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1676.130', '841.7058', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1667.288', '814.3542', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1683.146', '804.0800', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1695.721', '805.1587', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1728.770', '823.9995', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1747.515', '834.6232', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1767.039', '855.0480', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1747.515', '834.6232', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1728.770', '823.9995', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1695.721', '805.1587', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1683.146', '804.0800', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1667.288', '814.3542', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1676.130', '841.7058', '9.001786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1662.047', '822.2319', '9.001785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1655.634', '791.8742', '10.21663', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1645.026', '771.8287', '12.50008', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1653.567', '752.0992', '19.20113', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1657.861', '733.8435', '22.39071', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1650.871', '701.7888', '35.17976', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81549; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7247', '209', '0', '0', '1915.151', '1230.709', '9.452660', '0.000000', '7200', '0', '0', '1', '0', '0', '2'); -- CHECK SPAWN -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1899.237', '1214.720', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1903.431', '1197.439', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1895.648', '1173.598', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1887.922', '1155.675', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1890.682', '1129.741', '9.001790', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1875.232', '1107.651', '9.001790', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1870.354', '1090.965', '9.002530', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1853.590', '1062.462', '9.001684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1847.493', '1044.624', '9.001684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1853.720', '1034.948', '9.001684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1866.197', '1028.296', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1879.548', '1016.070', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1884.110', '999.9774', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1879.548', '1016.070', '9.001792', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1866.197', '1028.296', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1853.720', '1034.948', '9.001684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1847.493', '1044.624', '9.001684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1853.590', '1062.462', '9.001684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1870.354', '1090.965', '9.002530', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1875.232', '1107.651', '9.001790', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1890.682', '1129.741', '9.001790', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1887.922', '1155.675', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1895.648', '1173.598', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1903.431', '1197.439', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1899.237', '1214.720', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1915.151', '1230.709', '9.452660', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81526; -UPDATE `creature` SET `spawndist`='5', `MovementType`='1' WHERE `guid`=@GUID; -DELETE FROM `creature_movement` WHERE `id`=@GUID; - -SET @GUID := 81505; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7247', '209', '0', '0', '1820.133', '908.0808', '9.001788', '0.000000', '7200', '0', '0', '1', '0', '0', '2'); -- CHECK SPAWN -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1822.724', '914.1884', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1829.394', '923.9920', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1837.665', '936.4052', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1844.068', '947.6337', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1853.314', '963.3466', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1858.708', '971.4301', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1862.533', '977.6647', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1874.022', '984.3648', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1862.533', '977.6647', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1858.708', '971.4301', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1853.314', '963.3466', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1844.068', '947.6337', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1837.665', '936.4052', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1829.394', '923.9920', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1822.724', '914.1884', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1820.133', '908.0808', '9.001788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81531; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '8095', '209', '0', '0', '1882.536', '1177.693', '9.095558', '3.989795', '7200', '0', '0', '1', '0', '0', '2'); -- CHECK SPAWN -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1872.583', '1166.405', '9.729328', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1870.807', '1151.765', '11.48384', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1870.885', '1145.764', '11.75960', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1867.511', '1125.069', '14.44222', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1867.237', '1112.474', '9.251790', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1869.745', '1103.026', '9.313680', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1877.919', '1098.559', '9.545377', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1890.748', '1102.738', '12.90304', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1899.094', '1108.779', '13.47786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1898.969', '1117.496', '10.55526', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1895.480', '1129.373', '9.001790', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1892.573', '1140.227', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1895.281', '1145.346', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1903.173', '1153.155', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1914.605', '1152.974', '9.941975', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1920.642', '1160.544', '11.27596', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1919.669', '1167.167', '11.32259', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1914.833', '1173.542', '9.626789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1908.967', '1181.833', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1902.111', '1191.941', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1901.112', '1200.790', '8.949608', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1904.223', '1211.316', '8.949608', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1909.525', '1218.641', '9.199608', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1904.730', '1222.622', '9.074608', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1892.003', '1226.508', '9.626789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1874.940', '1220.498', '9.196491', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1863.890', '1210.676', '9.616047', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1855.910', '1198.559', '9.001789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1843.421', '1193.708', '9.126789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1843.502', '1178.019', '9.201984', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1854.528', '1171.623', '12.59676', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1869.617', '1173.786', '9.085163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81530; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1885.086', '1177.623', '9.001789', '2.631568', '7200', '0', '0', '1', '0', '0', '0'); -- FOLLOW 81531 - -SET @GUID := 81532; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1881.557', '1179.256', '9.001789', '5.619071', '7200', '0', '0', '1', '0', '0', '0'); -- FOLLOW 81531 - --- REPLACE INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES --- ('81530', '81531', '512'), --- ('81532', '81531', '512'); - -SET @GUID := 81623; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7247', '209', '0', '0', '1517.929', '988.5975', '9.162664', '0.000000', '7200', '0', '0', '1', '0', '0', '2'); -- CHECK SPAWN -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1530.986', '967.9789', '9.281805', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1545.950', '968.1851', '9.251776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1564.987', '990.0233', '10.13642', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1574.781', '993.1262', '9.389106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1568.826', '1017.110', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1566.595', '1041.055', '8.934178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1579.520', '1065.005', '9.001484', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1582.097', '1084.123', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1593.922', '1101.616', '9.001779', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1603.227', '1118.381', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1628.348', '1137.697', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1639.027', '1153.215', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1630.108', '1160.076', '9.105171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1622.887', '1159.082', '9.540474', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1630.108', '1160.076', '9.105171', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1639.027', '1153.215', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1628.348', '1137.697', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1603.227', '1118.381', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1593.922', '1101.616', '9.001779', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1582.097', '1084.123', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1579.520', '1065.005', '9.001484', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1566.595', '1041.055', '8.934178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1568.826', '1017.110', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1574.781', '993.1262', '9.389106', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1564.987', '990.0233', '10.13642', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1545.950', '968.1851', '9.251776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1530.986', '967.9789', '9.281805', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1517.929', '988.5975', '9.162664', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81587; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '8095', '209', '0', '0', '1568.984', '982.6896', '11.88745', '0.9156738', '7200', '0', '0', '1', '0', '0', '2'); -- CHECK SPAWN -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1585.961', '1004.800', '9.251776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1583.847', '1017.386', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1569.843', '1034.872', '9.001484', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1572.153', '1045.971', '9.001484', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1579.426', '1059.471', '9.001484', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1580.263', '1072.154', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1584.772', '1084.642', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1588.737', '1094.642', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1596.141', '1107.486', '9.001779', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1603.567', '1113.878', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1612.992', '1117.489', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1622.299', '1120.819', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1626.157', '1130.651', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1618.539', '1136.946', '9.210640', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1610.926', '1134.010', '10.41840', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1599.936', '1125.862', '12.19660', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1595.731', '1117.704', '10.91230', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1592.714', '1107.048', '9.221993', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1588.388', '1097.470', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1583.759', '1086.971', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1577.511', '1072.290', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1572.301', '1059.491', '9.001484', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1566.076', '1048.109', '8.934178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1561.128', '1038.938', '8.934178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1554.645', '1029.212', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1551.340', '1018.452', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1560.423', '997.4243', '8.936590', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1566.499', '985.9398', '10.87653', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81588; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1562.428', '980.7550', '11.29133', '0.1479444', '7200', '0', '0', '1', '0', '0', '0'); -- FOLLOW 81587 - -SET @GUID := 81577; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1564.530', '980.0523', '12.20483', '1.0567040', '7200', '0', '0', '1', '0', '0', '0'); -- FOLLOW 81587 - --- REPLACE INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES --- ('81588', '81587', '512'), --- ('81577', '81587', '512'); - -SET @GUID := 81581; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '8095', '209', '0', '0', '1693.946', '1250.758', '10.02663', '3.946372', '7200', '0', '0', '1', '0', '0', '2'); -- CHECK SPAWN -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1675.997', '1232.113', '8.987229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1664.349', '1222.657', '8.918380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1651.888', '1213.116', '9.293380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1637.748', '1203.757', '8.918380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1629.403', '1192.042', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1623.003', '1181.172', '9.178902', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1625.707', '1167.794', '10.80976', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1629.051', '1156.652', '9.078194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1635.809', '1149.067', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1643.257', '1144.432', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1654.902', '1139.545', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1661.439', '1140.476', '9.013120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1668.626', '1147.166', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1676.054', '1157.088', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1685.567', '1169.379', '8.987229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1692.318', '1177.111', '8.987229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1699.515', '1182.585', '8.987229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1706.194', '1190.485', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1716.249', '1198.725', '11.12678', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1724.172', '1206.945', '12.42133', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1727.977', '1214.821', '10.23762', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1730.963', '1231.730', '9.649847', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1731.495', '1249.689', '11.24384', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1727.724', '1263.769', '12.10590', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1716.329', '1267.561', '11.61686', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1706.473', '1261.581', '10.70405', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1716.329', '1267.561', '11.61686', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1727.724', '1263.769', '12.10590', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1731.495', '1249.689', '11.24384', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1730.963', '1231.730', '9.649847', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1727.977', '1214.821', '10.23762', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1724.172', '1206.945', '12.42133', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1716.556', '1199.017', '11.12678', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1706.194', '1190.485', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1699.515', '1182.585', '8.987229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1692.318', '1177.111', '8.987229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1685.567', '1169.379', '8.987229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1676.054', '1157.088', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1668.626', '1147.166', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1661.439', '1140.476', '9.013120', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1654.902', '1139.545', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1643.257', '1144.432', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1635.809', '1149.067', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1629.051', '1156.652', '9.078194', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1625.707', '1167.794', '10.80976', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1623.003', '1181.172', '9.178902', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1629.403', '1192.042', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1637.748', '1203.757', '8.918380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1651.888', '1213.116', '9.293380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1664.349', '1222.657', '8.918380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1675.997', '1232.113', '8.987229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1687.256', '1241.237', '9.001776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81582; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1690.272', '1249.823', '10.21186', '1.100496', '7200', '0', '0', '1', '0', '0', '0'); -- FOLLOW 81581 - -SET @GUID := 81583; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1696.709', '1246.794', '9.468714', '2.148626', '7200', '0', '0', '1', '0', '0', '0'); -- FOLLOW 81581 - --- REPLACE INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES --- ('81582', '81581', '512'), --- ('81583', '81581', '512'); - -SET @GUID := 81528; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1758.352', '1058.108', '47.6665', '0.750170', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1770.121', '1069.069', '45.40195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1777.425', '1076.225', '43.66684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1784.350', '1082.060', '41.82615', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1791.142', '1089.283', '39.05222', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1799.248', '1095.143', '36.22983', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1805.436', '1101.682', '33.93629', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1812.241', '1107.597', '31.45630', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1818.125', '1112.846', '29.35718', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1824.657', '1118.228', '27.16541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1832.934', '1124.699', '24.25587', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1840.233', '1130.528', '21.81096', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1832.934', '1124.699', '24.25587', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1824.657', '1118.228', '27.16541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1818.125', '1112.846', '29.35718', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1812.241', '1107.597', '31.45630', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1805.514', '1101.759', '33.96436', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1799.344', '1095.212', '36.22983', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1791.238', '1089.353', '39.10483', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1784.350', '1082.060', '41.82615', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1777.425', '1076.225', '43.66684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1770.121', '1069.069', '45.40195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1762.290', '1061.619', '47.16329', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81529; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7246', '209', '0', '0', '1755.195', '1055.54', '48.00668', '0.3765852', '7200', '0', '0', '1', '0', '0', '0'); -- FOLLOW 81528 - --- REPLACE INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES --- ('81529', '81528', '512'); - -SET @GUID := 81550; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '7247', '209', '0', '0', '1698.27', '1167.915', '8.996267', '5.592139', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1712.958', '1155.766', '9.110634', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1720.231', '1150.118', '9.110634', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1727.111', '1145.307', '9.110634', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1737.042', '1144.631', '9.112537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1746.257', '1143.721', '9.112537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1756.263', '1142.691', '9.112537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1765.504', '1143.257', '9.112537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1777.219', '1143.981', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1785.703', '1143.888', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1794.068', '1147.768', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1800.867', '1154.842', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1807.956', '1161.401', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1812.935', '1168.623', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1820.759', '1175.904', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1826.361', '1181.467', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1820.759', '1175.904', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1812.935', '1168.623', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1807.956', '1161.401', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1800.867', '1154.842', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1794.068', '1147.768', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1785.703', '1143.888', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1777.219', '1143.981', '9.112538', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1765.504', '1143.257', '9.112537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1756.263', '1142.691', '9.112537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1746.257', '1143.721', '9.112537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1737.042', '1144.631', '9.112537', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1727.111', '1145.307', '9.110634', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1720.231', '1150.118', '9.110634', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1712.958', '1155.766', '9.110634', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1702.147', '1164.060', '8.985634', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @GUID := 81598; -SET @POINT := 0; -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -(@GUID, '5650', '209', '0', '0', '1647.217', '1115.31', '9.371084', '1.09528', '7200', '0', '0', '1', '0', '0', '2'); -DELETE FROM `creature_movement` WHERE `id`=@GUID; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@GUID, @POINT := @POINT + 1, '1631.852', '1158.539', '8.992134', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1625.487', '1178.280', '9.049629', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1637.056', '1203.986', '8.949996', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1657.307', '1229.100', '9.853927', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1687.112', '1255.779', '11.12678', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1714.561', '1240.176', '9.510321', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1717.731', '1219.709', '9.389471', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1704.615', '1187.383', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1676.386', '1157.052', '9.001778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@GUID, @POINT := @POINT + 1, '1653.844', '1135.557', '8.997617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -UPDATE creature, creature_template SET creature.curhealth = creature_template.MinLevelHealth, creature.curmana = creature_template.MinLevelMana WHERE creature.id = creature_template.entry AND creature_template.RegenerateStats & 1; diff --git a/Updates/1601_ursal_the_mauler_quest.sql b/Updates/1601_ursal_the_mauler_quest.sql deleted file mode 100644 index 41cccc943..000000000 --- a/Updates/1601_ursal_the_mauler_quest.sql +++ /dev/null @@ -1,62 +0,0 @@ --- Ursal the Mauler -SET @ENTRY := 2039; -DELETE FROM `dbscripts_on_creature_death` WHERE `id` = @ENTRY; -INSERT INTO `dbscripts_on_creature_death` (`id`,`delay`,`command`,`datalong`,`datalong2`,`buddy_entry`,`search_radius`,`data_flags`,`dataint`,`dataint2`,`dataint3`,`dataint4`,`x`,`y`,`z`,`o`,`comments`) VALUES -(@ENTRY,0,28,0,0,2852,46212,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - set stand state'), -(@ENTRY,0,28,0,0,2852,46213,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 2 - set stand state'), -(@ENTRY,0,28,0,0,2852,46214,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 3 - set stand state'), -(@ENTRY,0,28,0,0,2852,46215,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 4 - set stand state'), -(@ENTRY,1,25,1,0,2852,46212,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - set stand state'), -(@ENTRY,1,25,1,0,2852,46213,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 2 - set stand state'), -(@ENTRY,1,25,1,0,2852,46214,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 3 - set stand state'), -(@ENTRY,1,25,1,0,2852,46215,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 4 - set stand state'), -(@ENTRY,2,0,0,0,2852,46212,16,2000005012,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - say line 1'), -(@ENTRY,3,23,2853,0,2852,46212,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - morph into Freed Druid of the Talon'), -(@ENTRY,4,23,2853,0,2852,46213,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 2 - morph into Freed Druid of the Talon'), -(@ENTRY,4,23,2853,0,2852,46214,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 3 - morph into Freed Druid of the Talon'), -(@ENTRY,5,23,2853,0,2852,46215,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 4 - morph into Freed Druid of the Talon'), -(@ENTRY,3,20,2,0,2852,46212,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 1 - set waypoint movement'), -(@ENTRY,4,20,2,0,2852,46213,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 2 - set waypoint movement'), -(@ENTRY,4,20,2,0,2852,46214,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 3 - set waypoint movement'), -(@ENTRY,5,20,2,0,2852,46215,16,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon 4 - set waypoint movement'); - -DELETE FROM `db_script_string` WHERE `entry`=2000005012; -INSERT INTO `db_script_string` (`entry`, `content_default`, `comment`) VALUES -(2000005012, 'The nightmare of Ursal is over! We are free!', 'Enslaved Druid of the Talon'); - -UPDATE `creature_template` SET `MovementType` = 2 WHERE `entry`=@ENTRY; -UPDATE `creature` SET `MovementType` = 2 WHERE `id`=@ENTRY; -DELETE FROM `creature_movement_template` WHERE `entry`=@ENTRY; -INSERT INTO `creature_movement_template` (`entry`, `point`, `position_x`, `position_y`, `position_z`) VALUES -(@ENTRY, 1, 9126.92, 1838.24, 1327.72), -(@ENTRY, 2, 9130.38, 1838.8, 1327.49), -(@ENTRY, 3, 9133.83, 1839.37, 1327.41), -(@ENTRY, 4, 9131.32, 1838.38, 1327.59), -(@ENTRY, 5, 9123.09, 1836.68, 1328.18), -(@ENTRY, 6, 9119.33, 1833.02, 1328.6), -(@ENTRY, 7, 9115.33, 1823.32, 1328.29), -(@ENTRY, 8, 9112.83, 1816.78, 1326.97), -(@ENTRY, 9, 9111.58, 1816.75, 1327.09), -(@ENTRY, 10, 9110.26, 1827, 1328.74), -(@ENTRY, 11, 9105.49, 1832.93, 1328.29), -(@ENTRY, 12, 9100.95, 1840.46, 1327.68), -(@ENTRY, 13, 9105.24, 1843.42, 1327.53), -(@ENTRY, 14, 9109.59, 1840.99, 1327.5), -(@ENTRY, 15, 9120.07, 1836.26, 1328.29); - --- Enslaved Druid of the Talon -SET @ENTRY := 2852; -UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=@ENTRY; -UPDATE `creature` SET `spawntimesecs`=250 WHERE `id`=@ENTRY; - -DELETE FROM `creature_movement_template` WHERE `entry`=@ENTRY; -INSERT INTO `creature_movement_template` (`entry`, `point`, `position_x`, `position_y`, `position_z`, `script_id`) VALUES -(@ENTRY, 1, 9091.11, 1857.64, 1333.71, 0), -(@ENTRY, 2, 9091.11, 1857.64, 1333.71, 0), -(@ENTRY, 3, 9079.52, 1872.34, 1334.99, 0), -(@ENTRY, 4, 9024.94, 1885.46, 1334.4, @ENTRY*100+01); - -DELETE FROM `dbscripts_on_creature_movement` WHERE `id`=@ENTRY*10+01; -INSERT INTO `dbscripts_on_creature_movement` (`id`,`delay`,`command`,`datalong`,`datalong2`,`buddy_entry`,`search_radius`,`data_flags`,`dataint`,`dataint2`,`dataint3`,`dataint4`,`x`,`y`,`z`,`o`,`comments`) VALUES -(@ENTRY*100+01,0,23,2852,0,0,0,0,0,0,0,0,0,0,0,0,'Freed Druid of the Talon - morph back into Enslaved Druid of the Talon'), -(@ENTRY*100+01,1,18,0,0,0,0,4,0,0,0,0,0,0,0,0,'Enslaved Druid of the Talon despawn'); diff --git a/Updates/1602_fragments_highborne.sql b/Updates/1602_fragments_highborne.sql deleted file mode 100644 index a6d42d558..000000000 --- a/Updates/1602_fragments_highborne.sql +++ /dev/null @@ -1,15 +0,0 @@ --- Added scripts for GO 175888, 175891, 175892 & 175893 (Highborne Relic Fragment) --- Two Anguished/Suffering Highborne will now spawn when they are used -DELETE FROM dbscripts_on_go_template_use WHERE id IN (175888, 175891, 175892, 175893); -INSERT INTO dbscripts_on_go_template_use VALUES -(175888, 4, 10, 7523, 3*60*1000, 0, 0, 0, 0, 0, 0, 0, 6494.13, -4235.87, 658.44, 0.6939, 'Spawn Suffering Highborn'), -(175888, 4, 10, 7524, 3*60*1000, 0, 0, 0, 0, 0, 0, 0, 6504.59, -4227.14, 658.70, 3.7947, 'Spawn Anguished Highborn'), - -(175891, 4, 10, 7523, 3*60*1000, 0, 0, 0, 0, 0, 0, 0, 6561.26, -3935.64, 658.31, 1.9505, 'Spawn Suffering Highborn'), -(175891, 4, 10, 7524, 3*60*1000, 0, 0, 0, 0, 0, 0, 0, 6552.91, -3932.10, 658.35, 0.4394, 'Spawn Suffering Highborn'), - -(175892, 4, 10, 7523, 3*60*1000, 0, 0, 0, 0, 0, 0, 0, 6484.14, -4103.29, 658.32, 2.8326, 'Spawn Suffering Highborn'), -(175892, 4, 10, 7524, 3*60*1000, 0, 0, 0, 0, 0, 0, 0, 6474.30, -4105.41, 658.68, 0.9947, 'Spawn Anguished Highborn'), - -(175893, 4, 10, 7523, 3*60*1000, 0, 0, 0, 0, 0, 0, 0, 6563.37, -4032.24, 658.38, 5.4919, 'Spawn Suffering Highborn'), -(175893, 4, 10, 7524, 3*60*1000, 0, 0, 0, 0, 0, 0, 0, 6564.89, -4044.05, 658.34, 1.0278, 'Spawn Suffering Highborn'); diff --git a/Updates/1604_water_elementals.sql b/Updates/1604_water_elementals.sql deleted file mode 100644 index 46dbe1461..000000000 --- a/Updates/1604_water_elementals.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Fixed speed and immunity of NPCs 10756 (Scalding Elemental) and 10757 (Boiling Elemental) -UPDATE creature_template SET SchoolImmuneMask = 16, SpeedRun = 0.85714 WHERE entry IN (10756,10757); diff --git a/Updates/1606_outer_uldaman.sql b/Updates/1606_outer_uldaman.sql deleted file mode 100644 index 0013883c9..000000000 --- a/Updates/1606_outer_uldaman.sql +++ /dev/null @@ -1,340 +0,0 @@ - -DELETE FROM `creature_movement` WHERE `id`=7690; -DELETE FROM `creature_addon` WHERE `guid` IN (7064, 7065, 7068, 7166, 7718, 8183, 8186, 8187, 8188, 8190); - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('7071', '4844', '0', '0', '0', '-6067.640', '-3170.230', '281.2553', '4.5985680', '0600', '5', '0', '1', '0', '0', '1'), -('8183', '4846', '0', '0', '0', '-6070.780', '-3249.080', '259.1423', '2.1642080', '0600', '0', '0', '1', '0', '0', '0'), -('8176', '4844', '0', '0', '0', '-6048.600', '-3261.720', '259.1423', '5.6219660', '0600', '5', '0', '1', '0', '0', '1'), -('8180', '4844', '0', '0', '0', '-6084.950', '-3217.410', '262.9684', '5.0039790', '0600', '7', '0', '1', '0', '0', '1'), -('8177', '4844', '0', '0', '0', '-6107.350', '-3250.420', '259.2503', '3.8731480', '0600', '7', '0', '1', '0', '0', '1'), -('7690', '4844', '0', '0', '0', '-6061.620', '-3172.190', '281.2553', '3.0047650', '0600', '5', '0', '1', '0', '0', '1'), -('7064', '4846', '0', '0', '0', '-6037.760', '-3193.460', '282.2033', '0.3490658', '0600', '0', '0', '1', '0', '0', '0'), -('7202', '4844', '0', '0', '0', '-6029.320', '-3229.860', '280.9174', '4.3603450', '0600', '5', '0', '1', '0', '0', '1'), -- NEW! -('7718', '4846', '0', '0', '0', '-6054.180', '-3205.830', '255.7053', '5.7246800', '0600', '0', '0', '1', '0', '0', '0'), -('8188', '4846', '0', '0', '0', '-6057.050', '-3271.670', '256.4613', '4.9218280', '0600', '0', '0', '1', '0', '0', '0'), -('7068', '4846', '0', '0', '0', '-6040.000', '-3190.740', '282.2654', '1.7976890', '0600', '0', '0', '1', '0', '0', '0'), -('7069', '4844', '0', '0', '0', '-6053.890', '-3183.010', '281.2553', '1.7212510', '0600', '5', '0', '1', '0', '0', '1'), -('7065', '4846', '0', '0', '0', '-6047.970', '-3179.560', '281.7664', '0.6108652', '0600', '0', '0', '1', '0', '0', '0'), -('7685', '4844', '0', '0', '0', '-6023.340', '-3232.380', '279.8253', '0.7258112', '0600', '5', '0', '1', '0', '0', '1'), -('8192', '4844', '0', '0', '0', '-6095.830', '-3197.790', '255.5643', '5.6897730', '0600', '5', '0', '1', '0', '0', '1'), -('7166', '4846', '0', '0', '0', '-6029.400', '-3205.650', '281.2553', '1.2391840', '0600', '0', '0', '1', '0', '0', '0'), -('8185', '4844', '0', '0', '0', '-6099.800', '-3233.470', '261.9433', '0.8791564', '0600', '7', '0', '1', '0', '0', '1'), -('8186', '4846', '0', '0', '0', '-6072.200', '-3278.830', '256.2423', '1.7627830', '0600', '0', '0', '1', '0', '0', '0'), -('8187', '4846', '0', '0', '0', '-6082.180', '-3236.150', '259.3214', '5.9341190', '0600', '0', '0', '1', '0', '0', '0'), -('7714', '4844', '0', '0', '0', '-6074.790', '-3240.160', '261.9063', '6.1845100', '0600', '5', '0', '1', '0', '0', '1'), -('8189', '4844', '0', '0', '0', '-6056.390', '-3222.550', '262.9684', '5.4930030', '0600', '7', '0', '1', '0', '0', '1'), -('7167', '4844', '0', '0', '0', '-6032.500', '-3213.580', '281.2553', '5.3626590', '0600', '5', '0', '1', '0', '0', '1'), -('8190', '4846', '0', '0', '0', '-6060.980', '-3242.040', '259.1423', '4.5727620', '0600', '0', '0', '1', '0', '0', '0'), -('8191', '4844', '0', '0', '0', '-6079.910', '-3193.240', '255.5953', '2.5830870', '0600', '5', '0', '1', '0', '0', '1'), -('8193', '4844', '0', '0', '0', '-6065.290', '-3199.320', '255.6373', '2.6624570', '0600', '5', '0', '1', '0', '0', '1'), -('9230', '4845', '0', '0', '0', '-6076.106', '-3130.264', '254.2906', '5.6593550', '1800', '0', '0', '1', '0', '0', '2'), -- (waypoints) -('9228', '4845', '0', '0', '0', '-6062.768', '-3133.793', '253.7333', '1.6579890', '1800', '2', '0', '1', '0', '0', '1'), -('7400', '4846', '0', '0', '0', '-6061.596', '-3148.339', '254.2748', '5.9166660', '1800', '0', '0', '1', '0', '0', '0'), -- NEW -('7458', '4846', '0', '0', '0', '-6080.854', '-3164.193', '255.3357', '5.3756140', '1800', '0', '0', '1', '0', '0', '2'), -- NEW (waypoints) -('7483', '4846', '0', '0', '0', '-6091.622', '-3160.969', '253.4217', '2.5307270', '1800', '0', '0', '1', '0', '0', '0'), -- NEW -('7727', '4846', '0', '0', '0', '-6089.713', '-3129.134', '253.7381', '3.9095380', '1800', '0', '0', '1', '0', '0', '2'), -- NEW (waypoints) -('7764', '4846', '0', '0', '0', '-6078.361', '-3100.635', '251.1098', '0.2617994', '1800', '0', '0', '1', '0', '0', '0'), -- NEW -('7978', '4845', '0', '0', '0', '-6083.313', '-3075.271', '243.9682', '3.8458910', '1800', '0', '0', '1', '0', '0', '2'), -- NEW (waypoints) -('7987', '4846', '0', '0', '0', '-6093.295', '-3086.233', '242.1600', '4.0840700', '1800', '0', '0', '1', '0', '0', '0'), -- NEW -('7833', '4846', '0', '0', '0', '-6103.290', '-3099.378', '252.2078', '4.0666170', '1800', '0', '0', '1', '0', '0', '0'), -('7832', '4846', '0', '0', '0', '-6112.424', '-3082.033', '252.2040', '4.3458700', '1800', '0', '0', '1', '0', '0', '0'), -('7831', '4844', '0', '0', '0', '-6112.849', '-3064.865', '248.5066', '1.5298790', '1800', '2', '0', '1', '0', '0', '1'), -('7730', '4844', '0', '0', '0', '-6080.858', '-3050.700', '251.8251', '2.3800420', '1800', '1', '0', '1', '0', '0', '1'), -('7732', '4844', '0', '0', '0', '-6073.929', '-3065.750', '249.0340', '3.8201450', '1800', '2', '0', '1', '0', '0', '1'), -('8025', '4846', '0', '0', '0', '-6094.885', '-3065.247', '240.8229', '2.1467550', '1800', '0', '0', '1', '0', '0', '0'), -- NEW -('7733', '4845', '0', '0', '0', '-6070.049', '-3082.563', '250.1448', '4.7973440', '1800', '2', '0', '1', '0', '0', '1'), -('8026', '4846', '0', '0', '0', '-6079.715', '-3055.071', '237.4403', '6.2482790', '1800', '0', '0', '1', '0', '0', '0'), -- NEW -('7729', '4844', '0', '0', '0', '-6097.677', '-3039.639', '249.3941', '4.4331360', '1800', '0', '0', '1', '0', '0', '0'), -('7728', '4845', '0', '0', '0', '-6101.983', '-3038.299', '248.9561', '4.7106400', '1800', '1', '0', '1', '0', '0', '1'), -('7731', '4844', '0', '0', '0', '-6082.878', '-3042.217', '250.9405', '2.3387410', '1800', '2', '0', '1', '0', '0', '1'), -('7726', '4846', '0', '0', '0', '-6110.557', '-3043.943', '247.2072', '2.1642080', '1800', '0', '0', '1', '0', '0', '0'), -('7725', '4846', '0', '0', '0', '-6117.143', '-3052.493', '247.5031', '3.0543260', '1800', '0', '0', '1', '0', '0', '0'), -('7800', '4845', '0', '0', '0', '-6132.203', '-2959.769', '205.2758', '6.2311860', '1800', '0', '0', '1', '0', '0', '2'), -- (waypoints) -('7803', '4845', '0', '0', '0', '-6161.316', '-2970.398', '210.4430', '4.0131200', '1800', '0', '0', '1', '0', '0', '0'), -('7802', '4846', '0', '0', '0', '-6153.969', '-2990.701', '216.3820', '2.9147000', '1800', '0', '0', '1', '0', '0', '0'), -('7218', '4845', '0', '0', '0', '-6117.250', '-2970.745', '206.6083', '2.3911010', '1800', '0', '0', '1', '0', '0', '0'), -('7226', '4844', '0', '0', '0', '-6150.222', '-3072.786', '226.8141', '4.9376080', '1800', '0', '0', '1', '0', '0', '0'), -('7220', '4845', '0', '0', '0', '-6141.809', '-3087.353', '225.7320', '1.9369630', '1800', '0', '0', '1', '0', '0', '2'), -('7224', '4846', '0', '0', '0', '-6151.215', '-3060.503', '225.3711', '0.7679449', '1800', '0', '0', '1', '0', '0', '2'), -('7219', '4846', '0', '0', '0', '-6148.077', '-3036.603', '224.7353', '2.1816620', '1800', '0', '0', '1', '0', '0', '0'), -('7222', '4846', '0', '0', '0', '-6147.960', '-3044.120', '224.8637', '6.1261060', '1800', '0', '0', '1', '0', '0', '0'), -('7736', '4846', '0', '0', '0', '-6123.912', '-3009.625', '221.8647', '3.2463120', '1800', '0', '0', '1', '0', '0', '0'), -('7738', '4846', '0', '0', '0', '-6117.467', '-3020.122', '220.6150', '5.6374140', '1800', '0', '0', '1', '0', '0', '0'), -('7737', '4846', '0', '0', '0', '-6113.160', '-3017.182', '221.5612', '5.9864790', '1800', '0', '0', '1', '0', '0', '0'), -('8027', '4846', '0', '0', '0', '-6077.599', '-3044.535', '234.7345', '0.1047198', '1800', '0', '0', '1', '0', '0', '2'), -- NEW (waypoints) -('8028', '4846', '0', '0', '0', '-6093.073', '-3024.615', '232.2344', '3.1415930', '1800', '0', '0', '1', '0', '0', '0'), -- NEW -('8029', '4845', '0', '0', '0', '-6073.946', '-3008.351', '231.0783', '4.2900960', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('8030', '4845', '0', '0', '0', '-6118.807', '-3001.019', '223.6784', '1.1391230', '1800', '0', '0', '1', '0', '0', '2'), -- NEW (waypoints) -('8031', '4845', '0', '0', '0', '-6098.674', '-2984.181', '225.4634', '3.2040120', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('7734', '4846', '0', '0', '0', '-6118.705', '-2993.250', '223.0598', '1.9024090', '1800', '0', '0', '1', '0', '0', '0'), -('7736', '4846', '0', '0', '0', '-6123.912', '-3009.625', '221.8647', '3.2463120', '1800', '0', '0', '1', '0', '0', '2'), -- (waypoints) -('7737', '4846', '0', '0', '0', '-6113.160', '-3017.182', '221.5612', '5.9864790', '1800', '0', '0', '1', '0', '0', '0'), -('7738', '4846', '0', '0', '0', '-6117.467', '-3020.122', '220.6150', '5.6374140', '1800', '0', '0', '1', '0', '0', '0'), -('7743', '4846', '0', '0', '0', '-6120.875', '-3029.951', '224.8465', '4.8869220', '1800', '0', '0', '1', '0', '0', '0'), -('7772', '4846', '0', '0', '0', '-6126.194', '-3033.396', '225.9925', '5.6199600', '1800', '0', '0', '1', '0', '0', '0'), -('7735', '4846', '0', '0', '0', '-6130.188', '-2978.000', '208.3355', '1.9970640', '1800', '2', '0', '1', '0', '0', '1'), -('8032', '4844', '0', '0', '0', '-6108.278', '-2940.550', '207.8129', '6.2123180', '1800', '0', '0', '1', '0', '0', '2'), -- NEW (waypoints) -('7804', '4845', '0', '0', '0', '-6155.153', '-2959.552', '210.3833', '1.1651310', '1800', '2', '0', '1', '0', '0', '1'), -('7805', '4844', '0', '0', '0', '-6155.533', '-2954.108', '210.7682', '1.9660640', '1800', '2', '0', '1', '0', '0', '1'), -('7223', '4844', '0', '0', '0', '-6135.156', '-2938.115', '208.7466', '2.6529000', '1800', '2', '0', '1', '0', '0', '1'), -('7221', '4845', '0', '0', '0', '-6120.999', '-2940.486', '208.0128', '3.8097820', '1800', '2', '0', '1', '0', '0', '1'), -('8033', '4845', '0', '0', '0', '-6099.696', '-2938.755', '207.6334', '2.7789970', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('8034', '4844', '0', '0', '0', '-6090.285', '-2973.696', '207.5536', '2.1274390', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('7217', '4845', '0', '0', '0', '-6106.101', '-2974.392', '207.3737', '0.9461304', '1800', '2', '0', '1', '0', '0', '1'), -('7218', '4844', '0', '0', '0', '-6117.250', '-2970.745', '206.6083', '4.5753540', '1800', '2', '0', '1', '0', '0', '1'), -('7056', '4856', '0', '0', '0', '-6133.272', '-2911.922', '211.9809', '1.0297440', '1800', '2', '0', '1', '0', '0', '1'), -('7057', '4856', '0', '0', '0', '-6123.476', '-2903.978', '211.9720', '4.8962100', '1800', '2', '0', '1', '0', '0', '1'), -('7058', '4856', '0', '0', '0', '-6133.828', '-2892.087', '212.5157', '3.0187050', '1800', '2', '0', '1', '0', '0', '1'), -('8035', '4856', '0', '0', '0', '-6147.052', '-2882.075', '211.6505', '6.0989790', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('7059', '4851', '0', '0', '0', '-6151.840', '-2886.313', '211.6505', '6.1654960', '1800', '2', '0', '1', '0', '0', '1'), -('8036', '4856', '0', '0', '0', '-6174.300', '-2908.135', '214.4293', '5.4999160', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('7060', '4856', '0', '0', '0', '-6169.075', '-2912.835', '214.4293', '2.4577720', '1800', '2', '0', '1', '0', '0', '1'), -('7063', '4851', '0', '0', '0', '-6176.050', '-2932.995', '214.4293', '0.3145802', '1800', '2', '0', '1', '0', '0', '1'), -('8037', '4856', '0', '0', '0', '-6174.552', '-2926.184', '214.4293', '1.1507780', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('7062', '4851', '0', '0', '0', '-6191.587', '-2916.396', '214.4293', '1.0147790', '1800', '2', '0', '1', '0', '0', '1'), -('7061', '4851', '0', '0', '0', '-6185.799', '-2913.575', '214.4293', '4.2565280', '1800', '2', '0', '1', '0', '0', '1'), -('7785', '4851', '0', '0', '0', '-6243.522', '-2953.922', '223.7015', '2.1423680', '1800', '2', '0', '1', '0', '0', '1'), -('7783', '4856', '0', '0', '0', '-6251.175', '-2966.576', '223.7014', '0.9441985', '1800', '2', '0', '1', '0', '0', '1'), -('7784', '4851', '0', '0', '0', '-6262.097', '-2959.667', '223.7014', '3.9847150', '1800', '2', '0', '1', '0', '0', '1'), -('7786', '4851', '0', '0', '0', '-6273.108', '-2960.601', '223.7008', '5.6958480', '1800', '2', '0', '1', '0', '0', '1'), -('7787', '4856', '0', '0', '0', '-6271.931', '-2973.760', '223.7016', '2.0261590', '1800', '2', '0', '1', '0', '0', '1'), -('7790', '4856', '0', '0', '0', '-6264.811', '-2947.168', '222.3123', '3.7113890', '1800', '2', '0', '1', '0', '0', '1'), -('7791', '4851', '0', '0', '0', '-6263.413', '-2935.622', '222.3090', '1.2428570', '1800', '2', '0', '1', '0', '0', '1'), -('7789', '4851', '0', '0', '0', '-6248.965', '-2935.661', '222.3126', '1.3796550', '1800', '2', '0', '1', '0', '0', '1'), -('7793', '4856', '0', '0', '0', '-6253.128', '-2922.481', '222.3125', '1.1550150', '1800', '2', '0', '1', '0', '0', '1'), -('7782', '4851', '0', '0', '0', '-6215.851', '-2958.415', '223.0100', '0.8586227', '1800', '2', '0', '1', '0', '0', '1'), -('8038', '4856', '0', '0', '0', '-6204.215', '-2953.500', '223.0049', '2.4085540', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('7780', '4856', '0', '0', '0', '-6198.415', '-2964.109', '223.0098', '2.1234710', '1800', '2', '0', '1', '0', '0', '1'), -('7777', '4856', '0', '0', '0', '-6191.972', '-2993.795', '225.7865', '4.2369020', '1800', '2', '0', '1', '0', '0', '1'), -('8039', '4851', '0', '0', '0', '-6186.622', '-2999.823', '225.7761', '3.1791950', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('7776', '4856', '0', '0', '0', '-6195.073', '-3011.165', '225.0221', '0.5747824', '1800', '2', '0', '1', '0', '0', '1'), -('7775', '4851', '0', '0', '0', '-6181.260', '-3006.443', '224.4888', '0.2603249', '1800', '2', '0', '1', '0', '0', '1'), -('8040', '4856', '0', '0', '0', '-6190.311', '-3015.969', '223.6346', '2.8067230', '1800', '2', '0', '1', '0', '0', '1'), -- NEW -('7773', '4851', '0', '0', '0', '-6175.874', '-3022.665', '221.8008', '3.0428470', '1800', '2', '0', '1', '0', '0', '1'), -('7739', '4851', '0', '0', '0', '-6159.677', '-3020.356', '219.7887', '1.9012980', '1800', '2', '0', '1', '0', '0', '1'), -('7774', '4851', '0', '0', '0', '-6179.113', '-3027.078', '221.2459', '0.1181190', '1800', '2', '0', '1', '0', '0', '1'), -('7779', '4856', '0', '0', '0', '-6170.874', '-2991.582', '228.4011', '2.7727670', '1800', '2', '0', '1', '0', '0', '1'), -('7778', '4851', '0', '0', '0', '-6166.717', '-3003.938', '227.8742', '4.2257750', '1800', '2', '0', '1', '0', '0', '1'), -('7027', '4845', '0', '0', '0', '-6149.280', '-3099.464', '223.1730', '4.96294900', '1800', '2', '0', '1', '0', '0', '1'), -('7226', '4844', '0', '0', '0', '-6150.222', '-3072.786', '226.8141', '4.66321700', '1800', '2', '0', '1', '0', '0', '1'), -('7026', '4846', '0', '0', '0', '-6140.097', '-3093.316', '224.1610', '0.95993110', '1800', '0', '0', '1', '0', '0', '0'), -('7028', '4846', '0', '0', '0', '-6143.944', '-3100.470', '223.3540', '5.82940000', '1800', '0', '0', '1', '0', '0', '0'), -('7228', '4872', '0', '0', '0', '-6154.872', '-3090.604', '227.5124', '1.27409000', '1800', '0', '0', '1', '0', '0', '0'), -('7227', '4844', '0', '0', '0', '-6157.351', '-3087.052', '227.2626', '2.42600800', '1800', '2', '0', '1', '0', '0', '1'), -('7225', '4846', '0', '0', '0', '-6163.681', '-3042.840', '221.0869', '1.48353000', '1800', '0', '0', '1', '0', '0', '0'), -('7084', '4846', '0', '0', '0', '-6171.104', '-3042.552', '220.5856', '2.26892800', '1800', '0', '0', '1', '0', '0', '0'), -('7085', '4844', '0', '0', '0', '-6174.385', '-3052.582', '220.4847', '6.05338800', '1800', '2', '0', '1', '0', '0', '1'), -('7051', '4846', '0', '0', '0', '-6181.630', '-3064.344', '219.7751', '0.12217300', '1800', '0', '0', '1', '0', '0', '0'), -('7048', '4845', '0', '0', '0', '-6202.097', '-3068.483', '217.9197', '2.07918800', '1800', '2', '0', '1', '0', '0', '1'), -('7049', '4844', '0', '0', '0', '-6187.128', '-3062.257', '219.4995', '1.39182700', '1800', '2', '0', '1', '0', '0', '1'), -('7050', '4846', '0', '0', '0', '-6184.656', '-3071.615', '219.7454', '5.37561400', '1800', '0', '0', '1', '0', '0', '0'), -('7088', '4844', '0', '0', '0', '-6215.172', '-3063.478', '220.1892', '4.84370700', '1800', '1', '0', '1', '0', '0', '1'), -('6921', '4872', '0', '0', '0', '-6221.394', '-3065.049', '220.1834', '0.95973650', '1800', '1', '0', '1', '0', '0', '1'), -('7054', '4845', '0', '0', '0', '-6222.010', '-3058.951', '220.1860', '5.16049000', '1800', '1', '0', '1', '0', '0', '1'), -('7053', '4846', '0', '0', '0', '-6224.885', '-3048.396', '217.2034', '3.08923300', '1800', '0', '0', '1', '0', '0', '0'), -('7052', '4846', '0', '0', '0', '-6221.124', '-3044.847', '217.1042', '2.35619400', '1800', '0', '0', '1', '0', '0', '0'), -('7045', '4845', '0', '0', '0', '-6211.910', '-3042.563', '218.2496', '3.48821500', '1800', '2', '0', '1', '0', '0', '1'), -('7087', '4846', '0', '0', '0', '-6204.061', '-3050.545', '212.9930', '1.44862300', '1800', '0', '0', '1', '0', '0', '0'), -('7086', '4846', '0', '0', '0', '-6197.125', '-3051.333', '213.7555', '2.49582100', '1800', '0', '0', '1', '0', '0', '0'), -('7046', '4872', '0', '0', '0', '-6203.174', '-3038.698', '220.3655', '3.01873500', '1800', '1', '0', '1', '0', '0', '1'), -('7047', '4845', '0', '0', '0', '-6198.851', '-3040.978', '220.8035', '3.20721600', '1800', '2', '0', '1', '0', '0', '1'); - -DELETE FROM `creature_movement` WHERE `id`='9230'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('9230', '1', '-6071.022', '-3133.923', '254.0056', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '2', '-6067.031', '-3134.642', '253.7443', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '3', '-6069.149', '-3137.896', '254.2526', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '4', '-6076.126', '-3133.620', '253.9887', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '5', '-6080.281', '-3131.972', '253.4255', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '6', '-6084.899', '-3130.197', '253.6310', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '7', '-6088.523', '-3124.030', '252.5135', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '8', '-6089.379', '-3117.482', '251.5384', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '9', '-6089.480', '-3111.038', '251.3942', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '10', '-6089.522', '-3106.349', '250.8367', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '11', '-6089.073', '-3114.419', '251.3768', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '12', '-6088.677', '-3121.534', '252.0317', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '13', '-6087.679', '-3126.747', '253.0979', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '14', '-6085.504', '-3129.507', '253.5546', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '15', '-6080.595', '-3130.182', '253.7399', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('9230', '16', '-6076.074', '-3130.611', '254.1852', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='7458'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('7458', '1', '-6083.516', '-3157.839', '253.9827', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7458', '2', '-6080.800', '-3164.309', '255.2561', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='7727'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('7727', '1', '-6085.698', '-3122.537', '252.6650', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '6.265732', '0', '0'), -('7727', '2', '-6088.088', '-3128.182', '253.2332', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7727', '3', '-6089.709', '-3129.257', '253.6562', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='7978'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('7978', '1', '-6087.080', '-3078.472', '243.0625', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '2', '-6092.253', '-3078.085', '241.9996', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '3', '-6096.979', '-3072.725', '241.0038', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '4', '-6099.916', '-3067.068', '242.2799', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '5', '-6102.648', '-3061.949', '244.4221', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '6', '-6101.180', '-3058.374', '246.5884', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '7', '-6096.688', '-3053.641', '247.8182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '8', '-6090.717', '-3048.851', '249.0942', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '9', '-6085.924', '-3041.447', '250.6751', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '10', '-6088.905', '-3038.339', '250.1787', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '11', '-6085.924', '-3041.447', '250.6751', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '12', '-6090.717', '-3048.851', '249.0942', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '13', '-6096.688', '-3053.641', '247.8182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '14', '-6101.180', '-3058.374', '246.5884', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '15', '-6102.648', '-3061.949', '244.4221', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '16', '-6099.916', '-3067.068', '242.2799', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '17', '-6097.126', '-3072.557', '241.0719', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '18', '-6092.425', '-3077.890', '241.9591', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '19', '-6087.236', '-3078.455', '243.0242', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7978', '20', '-6083.168', '-3075.361', '243.9205', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='7800'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('7800', '1', '-6120.182', '-2960.395', '204.4170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '2', '-6109.877', '-2958.618', '204.0871', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '3', '-6105.400', '-2957.561', '203.9925', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '4', '-6119.333', '-2957.440', '204.0702', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '5', '-6125.680', '-2957.952', '205.0811', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '6', '-6135.474', '-2956.585', '205.5629', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '7', '-6141.474', '-2959.672', '206.9242', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '8', '-6152.056', '-2963.141', '209.8475', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '9', '-6156.419', '-2969.546', '210.3756', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '10', '-6154.431', '-2977.586', '212.3069', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '11', '-6149.911', '-2989.422', '215.9681', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '12', '-6141.598', '-2996.239', '218.3785', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '13', '-6149.552', '-2989.752', '216.0364', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '14', '-6153.342', '-2972.473', '210.6609', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '15', '-6149.925', '-2963.468', '209.5184', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '16', '-6142.724', '-2959.909', '207.1032', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '17', '-6138.087', '-2960.056', '206.2636', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7800', '18', '-6130.889', '-2959.874', '205.1738', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='7220'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('7220', '1', '-6144.042', '-3081.531', '225.9803', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '2', '-6146.375', '-3077.724', '225.7653', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '3', '-6149.534', '-3071.435', '226.4855', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '4', '-6152.114', '-3068.479', '226.1134', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '5', '-6154.744', '-3063.185', '225.0024', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '6', '-6155.242', '-3055.538', '224.8400', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '7', '-6154.359', '-3048.774', '224.4911', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '8', '-6150.639', '-3042.611', '224.5289', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '9', '-6144.752', '-3037.450', '224.9959', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '10', '-6137.218', '-3033.508', '223.7434', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '11', '-6144.752', '-3037.450', '224.9959', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '12', '-6150.639', '-3042.611', '224.5289', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '13', '-6154.359', '-3048.774', '224.4911', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '14', '-6155.242', '-3055.538', '224.8400', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '15', '-6154.846', '-3062.721', '224.8617', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '16', '-6152.156', '-3068.391', '226.1260', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '17', '-6149.534', '-3071.435', '226.4855', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '18', '-6146.375', '-3077.724', '225.7653', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '19', '-6144.042', '-3081.531', '225.9803', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7220', '20', '-6141.792', '-3087.052', '225.7316', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='8027'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('8027', '1', '-6085.951', '-3041.822', '234.0142', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8027', '2', '-6077.663', '-3044.587', '234.6292', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='8030'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('8030', '1', '-6116.644', '-2996.322', '223.4151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '2', '-6110.243', '-2991.871', '224.1620', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '3', '-6103.823', '-2988.717', '224.9708', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '4', '-6097.711', '-2987.333', '225.9724', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '5', '-6093.989', '-2988.967', '227.0916', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '6', '-6089.258', '-2991.952', '228.1291', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '7', '-6085.414', '-2996.224', '229.3204', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '8', '-6081.330', '-3001.787', '229.9325', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '9', '-6077.954', '-3006.212', '230.3325', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '10', '-6077.165', '-3010.118', '231.2074', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '11', '-6079.629', '-3014.095', '231.8772', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '12', '-6083.682', '-3016.998', '231.4985', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '13', '-6079.629', '-3014.095', '231.8772', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '14', '-6077.165', '-3010.118', '231.2074', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '15', '-6077.954', '-3006.212', '230.3325', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '16', '-6081.330', '-3001.787', '229.9325', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '17', '-6085.414', '-2996.224', '229.3204', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '18', '-6089.258', '-2991.952', '228.1291', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '19', '-6093.989', '-2988.967', '227.0916', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '20', '-6097.711', '-2987.333', '225.9724', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '21', '-6103.823', '-2988.717', '224.9708', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '22', '-6109.968', '-2991.736', '224.2469', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '23', '-6116.644', '-2996.322', '223.4151', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8030', '24', '-6118.495', '-3000.398', '223.5979', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='7736'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('7736', '1', '-6116.140', '-3006.021', '223.4517', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7736', '2', '-6123.767', '-3009.480', '221.8325', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='8032'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('8032', '1', '-6108.278', '-2940.550', '207.8129', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '2', '-6102.053', '-2943.809', '205.9380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '3', '-6101.149', '-2949.617', '204.5167', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '4', '-6100.524', '-2958.042', '204.4240', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '5', '-6101.874', '-2964.922', '204.5645', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '6', '-6102.050', '-2969.874', '205.9520', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '7', '-6099.533', '-2974.474', '207.2040', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '8', '-6101.385', '-2972.234', '206.9254', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '9', '-6103.052', '-2967.230', '205.4125', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '10', '-6105.715', '-2959.339', '204.0627', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '11', '-6109.388', '-2957.833', '203.9826', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '12', '-6119.807', '-2957.625', '204.1505', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '13', '-6123.529', '-2959.291', '204.7974', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '14', '-6125.825', '-2962.112', '205.2270', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '15', '-6127.534', '-2971.227', '206.2265', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '16', '-6127.094', '-2976.752', '207.9225', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '17', '-6125.497', '-2978.678', '208.1843', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '18', '-6121.415', '-2974.086', '207.7426', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '19', '-6122.793', '-2975.419', '208.1469', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '20', '-6125.619', '-2979.175', '208.2630', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '21', '-6127.380', '-2976.698', '207.9361', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '22', '-6128.811', '-2972.140', '206.4094', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '23', '-6129.136', '-2963.716', '205.3263', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '24', '-6134.421', '-2961.991', '205.3789', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '25', '-6141.194', '-2959.964', '206.8950', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '26', '-6148.099', '-2958.604', '208.5742', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '27', '-6151.897', '-2964.003', '209.9048', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '28', '-6155.447', '-2967.934', '210.3703', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '29', '-6151.275', '-2964.127', '209.8114', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '30', '-6148.173', '-2960.909', '208.7424', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '31', '-6145.237', '-2957.414', '207.6732', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '32', '-6138.354', '-2955.451', '206.2604', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '33', '-6133.299', '-2954.773', '205.3833', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '34', '-6133.331', '-2950.363', '205.5370', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '35', '-6129.844', '-2944.939', '206.8252', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '36', '-6128.540', '-2941.947', '208.2121', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '37', '-6131.505', '-2937.527', '208.4833', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '38', '-6129.826', '-2940.625', '208.2585', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '39', '-6131.113', '-2944.509', '206.9187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '40', '-6131.094', '-2949.112', '205.6694', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '41', '-6127.615', '-2952.112', '205.4447', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '42', '-6123.324', '-2955.451', '205.0614', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '43', '-6119.654', '-2955.990', '204.2662', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '44', '-6111.171', '-2955.704', '203.9057', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '45', '-6107.260', '-2954.036', '204.0976', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '46', '-6104.104', '-2949.564', '204.5756', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '47', '-6102.686', '-2944.576', '205.8261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '48', '-6103.220', '-2941.045', '207.1036', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('8032', '49', '-6104.592', '-2939.081', '207.6933', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='7224'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('7224', '1', '-6154.459', '-3053.129', '224.8258', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7224', '2', '-6154.061', '-3046.471', '224.6519', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7224', '3', '-6155.399', '-3043.882', '224.4220', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7224', '4', '-6155.823', '-3055.489', '224.8069', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7224', '5', '-6153.585', '-3059.572', '224.9298', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('7224', '6', '-6151.697', '-3060.308', '225.2451', '45000', '0', '0', '0', '0', '0', '0', '0', '0', '0.4712389', '0', '0'); - -UPDATE `creature_template` SET `SpeedWalk`='1', `DamageMultiplier`='1.7', `MinMeleeDmg`='49.7', `MaxMeleeDmg`='68.1', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='124', `RangedAttackPower`='12', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='4856'; - -UPDATE creature, creature_template SET creature.curhealth = creature_template.MinLevelHealth, creature.curmana = creature_template.MinLevelMana WHERE creature.id = creature_template.entry AND creature_template.RegenerateStats & 1; diff --git a/Updates/1607_elite_watchtower.sql b/Updates/1607_elite_watchtower.sql deleted file mode 100644 index c9ed52187..000000000 --- a/Updates/1607_elite_watchtower.sql +++ /dev/null @@ -1,7 +0,0 @@ - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('5848', '8504', '0', '0', '0', '-6631.35', '-1232.93', '209.808', '1.37082', '500', '0', '0', '1', '0', '0', '0'); - -UPDATE `creature` SET `id`=8504 WHERE `guid` IN (5777, 5846, 6830, 6831, 6832); - -UPDATE creature, creature_template SET creature.curhealth = creature_template.MinLevelHealth, creature.curmana = creature_template.MinLevelMana WHERE creature.id = creature_template.entry AND creature_template.RegenerateStats & 1; diff --git a/Updates/1608_gravis_slipknot.sql b/Updates/1608_gravis_slipknot.sql deleted file mode 100644 index 4e3b0448b..000000000 --- a/Updates/1608_gravis_slipknot.sql +++ /dev/null @@ -1,2 +0,0 @@ - -UPDATE `creature_equip_template` SET `equipentry1`='2147' WHERE `entry`='14221'; diff --git a/Updates/1609_ruins_of_alterac.sql b/Updates/1609_ruins_of_alterac.sql deleted file mode 100644 index 187599cfa..000000000 --- a/Updates/1609_ruins_of_alterac.sql +++ /dev/null @@ -1,188 +0,0 @@ - -DELETE FROM `creature_movement` WHERE `id`=16998; -DELETE FROM `creature_movement` WHERE `id`=17072; -DELETE FROM `creature_movement` WHERE `id`=16807; -DELETE FROM `creature_movement` WHERE `id`=16731; -DELETE FROM `creature_movement` WHERE `id`=16983; -DELETE FROM `creature_movement` WHERE `id`=16982; -DELETE FROM `creature_movement` WHERE `id`=16981; -DELETE FROM `creature_movement` WHERE `id`=17036; -DELETE FROM `creature_movement` WHERE `id`=17039; - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('16764', '2416', '0', '0', '0', '480.606', '-257.163', '152.6053', '1.3338140', '300', '2', '0', '1', '0', '0', '1'), -('16765', '2416', '0', '0', '0', '488.357', '-256.837', '152.6053', '1.1252170', '300', '2', '0', '1', '0', '0', '1'), -('16770', '2257', '0', '0', '0', '487.381', '-215.608', '167.8223', '5.2534410', '300', '0', '0', '1', '0', '0', '0'), -('16954', '2287', '0', '0', '0', '463.668', '-216.055', '152.6053', '4.9832050', '300', '2', '0', '1', '0', '0', '1'), -('16955', '2287', '0', '0', '0', '495.991', '-233.119', '151.1063', '5.7421330', '300', '2', '0', '1', '0', '0', '1'), -('16956', '2287', '0', '0', '0', '523.455', '-235.097', '152.6053', '6.0395870', '300', '2', '0', '1', '0', '0', '1'), -('16957', '2287', '0', '0', '0', '515.167', '-222.231', '152.6053', '2.7264320', '300', '2', '0', '1', '0', '0', '1'), -('16974', '2287', '0', '0', '0', '506.305', '-212.679', '161.4263', '3.2937350', '300', '2', '0', '1', '0', '0', '1'), -('16981', '2287', '0', '0', '0', '494.552', '-218.143', '161.4263', '5.6381990', '300', '2', '0', '1', '0', '0', '1'), -('16711', '2287', '0', '0', '0', '502.344', '-195.077', '152.6053', '4.8869220', '300', '2', '0', '1', '0', '0', '1'), -('16983', '2287', '0', '0', '0', '486.128', '-219.844', '152.6053', '1.0202080', '300', '2', '0', '1', '0', '0', '1'), -('17039', '2287', '0', '0', '0', '507.783', '-253.631', '151.3663', '0.8472200', '300', '2', '0', '1', '0', '0', '1'), -('16731', '2287', '0', '0', '0', '507.030', '-212.483', '152.6053', '2.9748230', '300', '2', '0', '1', '0', '0', '1'), -('16769', '2287', '0', '0', '0', '493.253', '-234.984', '166.5283', '2.5867140', '300', '2', '0', '1', '0', '0', '1'), -('16979', '2287', '0', '0', '0', '462.705', '-221.230', '176.6313', '4.1508610', '300', '2', '0', '1', '0', '0', '1'), -('16977', '2287', '0', '0', '0', '519.876', '-233.617', '176.6313', '3.5953160', '300', '2', '0', '1', '0', '0', '1'), -('16768', '2287', '0', '0', '0', '499.138', '-231.656', '166.5283', '1.6057030', '300', '2', '0', '1', '0', '0', '1'), -('16982', '2287', '0', '0', '0', '473.481', '-231.813', '152.6053', '2.3646510', '300', '2', '0', '1', '0', '0', '1'), -('16978', '2287', '0', '0', '0', '505.169', '-198.739', '176.6313', '4.2455300', '300', '2', '0', '1', '0', '0', '1'), -('16980', '2287', '0', '0', '0', '483.504', '-253.675', '176.6313', '1.8489350', '300', '2', '0', '1', '0', '0', '1'), -('16976', '2287', '0', '0', '0', '474.360', '-229.138', '161.4263', '5.9556070', '300', '2', '0', '1', '0', '0', '1'), -('17595', '2287', '0', '0', '0', '417.026', '-245.725', '157.3383', '0.3241690', '300', '5', '0', '1', '0', '0', '1'), -('17059', '2256', '0', '0', '0', '381.875', '-284.062', '158.2173', '4.3770100', '300', '5', '0', '1', '0', '0', '1'), -('17061', '2287', '0', '0', '0', '421.153', '-290.814', '163.5863', '4.5197100', '300', '5', '0', '1', '0', '0', '1'), -('17046', '2256', '0', '0', '0', '451.345', '-322.601', '163.2523', '6.2717430', '300', '5', '0', '1', '0', '0', '1'), -('17062', '2256', '0', '0', '0', '481.914', '-285.736', '153.8153', '3.0025390', '300', '5', '0', '1', '0', '0', '1'), -('17042', '2287', '0', '0', '0', '482.689', '-313.230', '156.1693', '2.4197860', '300', '5', '0', '1', '0', '0', '1'), -('17064', '2287', '0', '0', '0', '455.005', '-282.813', '159.9133', '4.0717710', '300', '5', '0', '1', '0', '0', '1'), -('17060', '2287', '0', '0', '0', '388.325', '-315.340', '165.0993', '3.8539930', '300', '5', '0', '1', '0', '0', '1'), -('17599', '2256', '0', '0', '0', '447.023', '-248.480', '156.2263', '1.9989070', '300', '5', '0', '1', '0', '0', '1'), -('17043', '2256', '0', '0', '0', '483.768', '-346.502', '172.3563', '5.8343640', '300', '5', '0', '1', '0', '0', '1'), -('17370', '2254', '0', '0', '0', '644.413', '-502.789', '177.2473', '4.2906980', '300', '5', '0', '1', '0', '0', '1'), -('17063', '2254', '0', '0', '0', '629.274', '-447.006', '165.2593', '3.2490630', '300', '5', '0', '1', '0', '0', '1'), -('16998', '2254', '0', '0', '0', '625.016', '-516.544', '179.5773', '5.7928770', '300', '5', '0', '1', '0', '0', '1'), -('17068', '2254', '0', '0', '0', '608.776', '-500.015', '173.9673', '0.7317507', '300', '5', '0', '1', '0', '0', '1'), -('17072', '2255', '0', '0', '0', '629.564', '-493.875', '175.4353', '3.9618970', '300', '5', '0', '1', '0', '0', '1'), -('17036', '2256', '0', '0', '0', '519.536', '-285.726', '151.2233', '2.9900970', '300', '0', '0', '1', '0', '0', '2'), -- WP -('16804', '2255', '0', '0', '0', '575.096', '-306.593', '152.1063', '1.6816440', '300', '5', '0', '1', '0', '0', '1'), -('17034', '2287', '0', '0', '0', '547.213', '-216.640', '147.7843', '2.2450220', '300', '5', '0', '1', '0', '0', '1'), -('17033', '2287', '0', '0', '0', '583.838', '-247.915', '147.5813', '0.6907575', '300', '5', '0', '1', '0', '0', '1'), -('17037', '2256', '0', '0', '0', '547.905', '-248.602', '150.4743', '2.8809560', '300', '5', '0', '1', '0', '0', '1'), -('17035', '2256', '0', '0', '0', '542.708', '-285.974', '152.1153', '3.3272550', '300', '5', '0', '1', '0', '0', '1'), -('17041', '2256', '0', '0', '0', '581.502', '-277.468', '150.5603', '1.5043450', '300', '5', '0', '1', '0', '0', '1'), -('17038', '2256', '0', '0', '0', '583.818', '-215.339', '144.2603', '3.1374810', '300', '5', '0', '1', '0', '0', '1'), -('17116', '2256', '0', '0', '0', '479.025', '-315.407', '157.4463', '1.8985640', '300', '0', '0', '1', '0', '0', '2'), -- NEW, WP -('16947', '2420', '0', '0', '0', '512.719', '-324.533', '153.7513', '0.2986293', '300', '2', '0', '1', '0', '0', '1'), -('16807', '2255', '0', '0', '0', '612.814', '-345.006', '152.3153', '2.1592270', '300', '5', '0', '1', '0', '0', '1'), -('16803', '2256', '0', '0', '0', '582.503', '-333.951', '150.7553', '4.6295150', '300', '5', '0', '1', '0', '0', '1'), -('16746', '2256', '0', '0', '0', '547.092', '-350.745', '153.4253', '3.7444800', '300', '5', '0', '1', '0', '0', '1'), -('16747', '2287', '0', '0', '0', '511.345', '-351.439', '163.2953', '3.8982250', '300', '5', '0', '1', '0', '0', '1'), -('17095', '2254', '0', '0', '0', '591.547', '-376.063', '155.3863', '5.1832950', '300', '5', '0', '1', '0', '0', '1'), -('17083', '2254', '0', '0', '0', '563.573', '-427.764', '178.0393', '3.4936310', '300', '0', '0', '1', '0', '0', '2'), -- WP -('17082', '2254', '0', '0', '0', '585.107', '-445.212', '161.3733', '6.0815020', '300', '5', '0', '1', '0', '0', '1'), -('17093', '2254', '0', '0', '0', '609.437', '-405.919', '159.6923', '0.4716549', '300', '5', '0', '1', '0', '0', '1'), -('17078', '2254', '0', '0', '0', '624.786', '-423.805', '161.4453', '2.3529130', '300', '5', '0', '1', '0', '0', '1'), -('16995', '2255', '0', '0', '0', '645.039', '-415.588', '158.8223', '2.4894760', '300', '5', '0', '1', '0', '0', '1'), -('17081', '2255', '0', '0', '0', '603.842', '-429.964', '162.6793', '5.7341320', '300', '5', '0', '1', '0', '0', '1'), -('16996', '2254', '0', '0', '0', '543.253', '-443.913', '168.3803', '3.5830010', '300', '5', '0', '1', '0', '0', '1'), -('16940', '2421', '0', '0', '0', '627.308', '-298.841', '152.9703', '3.3579760', '300', '2', '0', '1', '0', '0', '1'), -('16943', '2422', '0', '0', '0', '719.318', '-322.698', '140.3323', '5.0241890', '300', '2', '0', '1', '0', '0', '1'), -('16809', '2254', '0', '0', '0', '688.137', '-385.574', '160.5053', '5.0364930', '300', '5', '0', '1', '0', '0', '1'), -('16997', '2254', '0', '0', '0', '647.432', '-347.437', '150.4753', '2.1363370', '300', '5', '0', '1', '0', '0', '1'), -('16776', '2254', '0', '0', '0', '716.629', '-288.746', '140.5923', '0.8203048', '300', '5', '0', '1', '0', '0', '1'), -('16773', '2254', '0', '0', '0', '751.149', '-318.045', '136.0043', '5.4393250', '300', '5', '0', '1', '0', '0', '1'), -('16811', '2255', '0', '0', '0', '684.529', '-347.491', '146.0833', '0.6793453', '300', '5', '0', '1', '0', '0', '1'), -('16878', '2254', '0', '0', '0', '662.471', '-384.177', '158.3443', '4.4357860', '300', '0', '0', '1', '0', '0', '2'), -- WP -('16805', '2254', '0', '0', '0', '776.031', '-321.419', '138.2023', '3.7515010', '300', '0', '0', '1', '0', '0', '2'), -- WP -('16774', '2255', '0', '0', '0', '749.943', '-293.064', '135.8003', '1.9278790', '300', '5', '0', '1', '0', '0', '1'), -('16772', '2255', '0', '0', '0', '755.180', '-372.512', '141.8703', '5.7785070', '300', '5', '0', '1', '0', '0', '1'); - -DELETE FROM `creature_movement` WHERE `id`='16805'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('16805', '1', '758.2414', '-333.8624', '137.5868', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '2', '740.6694', '-329.9503', '137.7865', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '3', '733.4403', '-337.8333', '138.3852', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '4', '729.6653', '-343.3156', '138.4929', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '5', '710.6952', '-343.4779', '140.9155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '6', '702.6859', '-330.8331', '144.6261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '7', '703.6092', '-306.3686', '145.3788', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '8', '702.6859', '-330.8331', '144.6261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '9', '710.6952', '-343.4779', '140.9155', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '10', '729.6653', '-343.3156', '138.4929', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '11', '733.4403', '-337.8333', '138.3852', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '12', '740.6694', '-329.9503', '137.7865', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '13', '758.2414', '-333.8624', '137.5868', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16805', '14', '776.2673', '-319.4604', '138.0816', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='16878'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('16878', '1', '660.9976', '-389.3674', '158.6654', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '2', '663.0256', '-367.1043', '152.2794', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '3', '665.7596', '-347.1701', '148.5439', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '4', '647.5004', '-336.9789', '150.8357', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '5', '643.2479', '-331.2840', '150.9541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '6', '646.2415', '-321.5365', '151.4187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '7', '650.4329', '-312.3050', '151.2614', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '8', '665.4897', '-308.5985', '150.7041', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '9', '650.4329', '-312.3050', '151.2614', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '10', '646.2415', '-321.5365', '151.4187', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '11', '643.2479', '-331.2840', '150.9541', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '12', '647.5004', '-336.9789', '150.8357', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '13', '665.7596', '-347.1701', '148.5439', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '14', '663.0256', '-367.1043', '152.2794', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '15', '660.9976', '-389.3674', '158.6654', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('16878', '16', '671.8643', '-397.2561', '159.6177', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='17036'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('17036', '1', '536.5616', '-301.7876', '152.2191', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17036', '2', '561.5410', '-327.5449', '150.7700', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17036', '3', '598.4308', '-332.1746', '151.1207', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17036', '4', '562.4023', '-327.6765', '151.4955', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17036', '5', '537.5000', '-302.0840', '152.1691', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17036', '6', '516.7424', '-285.2995', '151.2174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17036', '7', '498.4231', '-282.9135', '151.7484', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17036', '8', '516.7424', '-285.2995', '151.2174', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='17116'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('17116', '1', '476.0085', '-306.5504', '156.0354', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '2', '485.4477', '-291.3710', '153.6971', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '3', '513.4834', '-280.7294', '151.2386', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '4', '543.1263', '-265.4279', '150.7051', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '5', '555.1702', '-255.3952', '150.1473', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '6', '574.4200', '-240.7199', '147.1593', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '7', '559.8943', '-217.0379', '146.6799', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '8', '549.4785', '-191.1465', '143.7747', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '9', '549.0641', '-179.6762', '148.4876', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '10', '570.8293', '-182.2124', '159.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '11', '549.0641', '-179.6762', '148.4876', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '12', '548.4375', '-191.1465', '143.7747', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '13', '559.8943', '-217.0379', '146.6799', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '14', '574.4200', '-240.7199', '147.1593', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '15', '555.1702', '-255.3952', '150.1473', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '16', '543.1263', '-265.4279', '150.7051', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '17', '513.4834', '-280.7294', '151.2386', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '18', '485.4477', '-291.3710', '153.6971', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '19', '476.0085', '-306.5504', '156.0354', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17116', '20', '478.4863', '-315.1992', '157.3703', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -DELETE FROM `creature_movement` WHERE `id`='17083'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('17083', '1', '547.8973', '-433.5206', '173.6534', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '2', '560.9348', '-430.8139', '177.4720', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '3', '565.3414', '-428.1282', '176.8060', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '4', '572.5917', '-426.5278', '174.0913', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '5', '577.4359', '-425.8492', '173.4757', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '6', '581.7170', '-426.6912', '171.7158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '7', '588.7031', '-426.1992', '166.1329', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '8', '595.3887', '-424.1211', '163.2579', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '9', '596.3011', '-410.8003', '159.9134', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '10', '594.0447', '-399.0242', '159.4667', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '11', '594.1092', '-394.1530', '158.6290', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '12', '600.6637', '-389.2892', '155.5366', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '13', '618.9833', '-387.6779', '157.6210', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '14', '629.2559', '-381.9645', '155.4420', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '15', '623.8954', '-357.0852', '152.5368', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '16', '629.2559', '-381.9645', '155.4420', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '17', '618.9833', '-387.6779', '157.6210', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '18', '600.6637', '-389.2892', '155.5366', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '19', '594.1092', '-394.1530', '158.6290', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '20', '594.0447', '-399.0242', '160.7394', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '21', '596.3011', '-410.8003', '159.9134', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '22', '595.4362', '-424.1010', '162.3591', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '23', '588.9517', '-426.1819', '166.4087', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '24', '581.7170', '-426.6912', '171.7158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '25', '577.4359', '-425.8492', '173.4757', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '26', '572.5917', '-426.5278', '174.0913', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '27', '565.3414', '-428.1282', '176.8060', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '28', '560.9348', '-430.8139', '177.4720', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '29', '548.2148', '-433.4551', '173.4251', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('17083', '30', '536.2098', '-443.6818', '173.2511', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -UPDATE `creature_movement_template` SET `orientation`='100' WHERE `entry`='2417'; - -UPDATE creature, creature_template SET creature.curhealth = creature_template.MinLevelHealth, creature.curmana = creature_template.MinLevelMana WHERE creature.id = creature_template.entry AND creature_template.RegenerateStats & 1; diff --git a/Updates/1612_cyberiums_girl.sql b/Updates/1612_cyberiums_girl.sql deleted file mode 100644 index 88e5e375d..000000000 --- a/Updates/1612_cyberiums_girl.sql +++ /dev/null @@ -1,105 +0,0 @@ - -SET @ENTRY := 3937; -SET @POINT := 0; - -UPDATE `creature_template` SET `ArmorMultiplier`='1', `MinLevelHealth`='247', `MaxLevelHealth`='247', `MinMeleeDmg`='12.7', `MaxMeleeDmg`='16.8', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='573', `MeleeAttackPower`='42', `RangedAttackPower`='0', `MeleeBaseAttackTime`='1500', `RangedBaseAttackTime`='1500' WHERE `Entry`='3937'; - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('80283', @ENTRY, '0', '0', '0', '-9468.367', '61.66406', '56.06699', '0.3459604', '300', '0', '0', '247', '0', '0', '2'); - -DELETE FROM `creature_movement_template` WHERE `entry`=@ENTRY; -INSERT INTO `creature_movement_template` (`entry`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -(@ENTRY, @POINT := @POINT + 1, '-9454.594', '66.628800', '56.20298', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9415.596', '86.554600', '56.99038', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9402.721', '93.898900', '58.41055', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9383.628', '105.08910', '60.03624', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9362.592', '111.67200', '61.55702', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9337.428', '124.46850', '63.71767', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9316.489', '136.07140', '64.95474', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9298.161', '143.41550', '65.91209', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9273.096', '151.20240', '67.00413', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9256.780', '159.32220', '67.66848', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9242.877', '174.16460', '67.97204', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9232.261', '186.13950', '67.72204', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9217.805', '203.66470', '69.03122', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9201.397', '220.05020', '71.15402', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9188.232', '236.89160', '72.44244', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9182.984', '255.77830', '73.85345', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9182.252', '275.11660', '75.44212', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9180.925', '301.32940', '78.33094', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9178.171', '323.03790', '80.88319', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9173.903', '335.75300', '83.66998', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9168.686', '347.02310', '86.27471', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9156.068', '363.68080', '89.99182', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9142.421', '375.96460', '90.75526', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9125.449', '389.96190', '91.57055', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9144.014', '376.64610', '90.75526', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9150.359', '370.64240', '90.63026', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9159.769', '358.97120', '89.09229', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9169.689', '347.30520', '86.06768', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9176.393', '336.13260', '83.34795', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9179.039', '324.03340', '81.12244', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9181.582', '310.68280', '79.00208', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9182.380', '299.14640', '77.95396', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9183.653', '286.01460', '76.42735', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9184.186', '259.57550', '74.10345', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9187.476', '239.79870', '72.50726', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9193.939', '228.36850', '71.82954', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9217.061', '204.25470', '69.10202', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9229.925', '191.64770', '68.03234', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9239.118', '181.45670', '67.84704', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9252.867', '160.50580', '67.88796', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9270.517', '152.48400', '67.12913', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9281.984', '150.66150', '66.75413', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9303.524', '142.94770', '65.81363', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9326.493', '133.65490', '64.28152', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9338.177', '126.13140', '63.79213', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9357.066', '114.86760', '62.03004', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9376.010', '105.78210', '60.57530', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9396.483', '100.01270', '58.82322', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9415.729', '90.136530', '57.42837', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9430.020', '79.537790', '56.53139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9441.903', '69.075470', '56.12108', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9459.128', '61.957740', '55.89500', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9471.797', '63.625760', '56.15252', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9492.840', '58.887860', '55.85588', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9502.176', '40.734760', '56.34699', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9513.744', '15.730030', '56.48589', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9519.953', '3.7462570', '56.11089', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9526.677', '-8.577745', '55.88026', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9535.507', '-27.89106', '55.83387', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9544.865', '-53.43615', '56.81581', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9550.579', '-84.43788', '57.65163', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9550.719', '-113.8145', '57.65856', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9549.074', '-80.84690', '57.51955', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9543.954', '-52.83002', '56.81581', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9537.006', '-30.56196', '55.88392', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9529.335', '-14.98915', '55.83778', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9522.490', '-4.730361', '55.99379', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9517.441', '9.0933160', '56.23589', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9508.014', '28.546880', '56.48589', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9496.207', '50.324870', '55.88494', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9493.627', '67.188150', '56.24675', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9486.809', '89.657230', '56.21941', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9483.946', '102.30200', '56.50797', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9480.245', '126.30480', '56.63297', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9482.919', '145.26510', '56.43309', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9485.429', '167.39750', '56.05416', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9484.816', '180.07120', '55.42916', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9493.019', '196.93380', '54.55416', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9508.471', '218.06670', '52.96415', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9533.104', '242.19640', '50.86973', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9519.216', '232.35530', '51.83915', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9515.605', '227.52410', '52.22380', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9503.669', '216.63860', '52.90214', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9498.017', '202.37570', '54.15273', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9486.037', '183.35650', '55.22677', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9483.614', '166.14850', '56.05247', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9481.673', '150.38590', '56.44358', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9481.871', '138.39300', '56.67747', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9483.646', '118.80740', '56.60807', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9486.335', '100.28490', '56.50797', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9487.605', '81.919240', '56.07390', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9485.286', '71.611920', '56.40178', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9479.711', '67.172960', '56.32232', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -(@ENTRY, @POINT := @POINT + 1, '-9467.877', '61.330680', '56.10540', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); diff --git a/Updates/1613_elemenal_damage_immunities.sql b/Updates/1613_elemenal_damage_immunities.sql deleted file mode 100644 index a7da70e73..000000000 --- a/Updates/1613_elemenal_damage_immunities.sql +++ /dev/null @@ -1,8 +0,0 @@ --- Fixed elemental damage and immunities --- Contributes to https://github.com/classicdb/database/issues/258 and https://github.com/classicdb/database/issues/227 - --- Onyxia, Ragnaros, Son of Flame: immune to fire -UPDATE creature_template SET SchoolImmuneMask = 4 WHERE Entry IN (10184, 11502, 12143); - --- Son of Flame: do fire damage -UPDATE creature_template SET DamageSchool=2 WHERE Entry=12143; diff --git a/Updates/1616_quest_natural_materials.sql b/Updates/1616_quest_natural_materials.sql deleted file mode 100644 index 4b8fe624d..000000000 --- a/Updates/1616_quest_natural_materials.sql +++ /dev/null @@ -1,6 +0,0 @@ --- q.3128 'Natural Materials' --- becomes available after completed q.3122 'Return to Witch Doctor Uzer'i' -DELETE FROM conditions WHERE condition_entry = 1165; -INSERT INTO conditions (condition_entry, type, value1, value2) VALUES -(1165, 8, 3122, 0); -UPDATE quest_template SET RequiredCondition = 1165 WHERE entry = 3128; diff --git a/Updates/1617_noxxion_damage.sql b/Updates/1617_noxxion_damage.sql deleted file mode 100644 index d5b68483e..000000000 --- a/Updates/1617_noxxion_damage.sql +++ /dev/null @@ -1,5 +0,0 @@ --- Change damage school from frost to nature on Noxxion -UPDATE `creature_template` SET `DamageSchool` = 3 WHERE `entry` = 13282 LIMIT 1; - --- Change damage school from frost to nature on Noxxion's Spawn -UPDATE `creature_template` SET `DamageSchool` = 3 WHERE `entry` = 13456 LIMIT 1; diff --git a/Updates/1619_zul_farrak.sql b/Updates/1619_zul_farrak.sql deleted file mode 100644 index 1c4c6dec5..000000000 --- a/Updates/1619_zul_farrak.sql +++ /dev/null @@ -1,124 +0,0 @@ - --- Hydromancer Velratha [46] [UNITCLASSMAGE] - -- TO DO - --- Gahz'rilla [46] -UPDATE `creature_template` SET `PowerMultiplier`='2', `DamageMultiplier`='3.5', `MinMeleeDmg`='77.2', `MaxMeleeDmg`='102.4', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2780', `MeleeAttackPower`='188', `RangedAttackPower`='17', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='7273'; - --- Antu'sul [48] -UPDATE `creature_template` SET `HealthMultiplier`='8', `PowerMultiplier`='8', `DamageMultiplier`='4.25', `ArmorMultiplier`='1', `MinLevelHealth`='13200', `MaxLevelHealth`='13200', `MinLevelMana`='13560', `MaxLevelMana`='13560', `MinMeleeDmg`='75.1', `MaxMeleeDmg`='99.5', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2344', `MeleeAttackPower`='184', `RangedAttackPower`='17', `RangedBaseAttackTime`='2000' WHERE `Entry`='8127'; - --- Totems X, Y, Z - --- Theka the Martyr [46] -UPDATE `creature_template` SET `MinLevel`='46', `HealthMultiplier`='5', `PowerMultiplier`='2', `DamageMultiplier`='2.6', `ArmorMultiplier`='1', `MinLevelHealth`='9595', `MaxLevelHealth`='9595', `MinMeleeDmg`='96.5', `MaxMeleeDmg`='128.0', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='188', `RangedAttackPower`='17', `RangedBaseAttackTime`='2500' WHERE `Entry`='7272'; - --- Theka the Martyr Shapeshift [?] [NOSNIFF][NOBESTIARY] - -- TO DO - --- Witch Doctor Zum'rah [46] -UPDATE `creature_template` SET `DamageMultiplier`='2.6', `MinMeleeDmg`='71.8', `MaxMeleeDmg`='95.2', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='176', `RangedAttackPower`='16', `RangedBaseAttackTime`='2000' WHERE `Entry`='7271'; - --- Sandfury Executioner [46] [!!!] -UPDATE `creature_template` SET `PowerMultiplier`='2', `DamageMultiplier`='3.2', `MinMeleeDmg`='100.4', `MaxMeleeDmg`='133.1', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='188', `RangedAttackPower`='17', `RangedBaseAttackTime`='2600' WHERE `Entry`='7274'; - --- Nekrum Gutchewer [46] -UPDATE `creature_template` SET `MinLevel`='46', `PowerMultiplier`='2', `DamageMultiplier`='2.6', `ArmorMultiplier`='1', `MinLevelHealth`='5757', `MaxLevelHealth`='5757', `MinMeleeDmg`='96.5', `MaxMeleeDmg`='128.0', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2780', `MeleeAttackPower`='188', `RangedAttackPower`='17', `MeleeBaseAttackTime`='2500', `RangedBaseAttackTime`='2500' WHERE `Entry`='7796'; - --- Shadowpriest Sezz'ziz [47] -UPDATE `creature_template` SET `UnitClass`='2', `HealthMultiplier`='5', `PowerMultiplier`='2', `DamageMultiplier`='2.7', `ArmorMultiplier`='1', `MinLevelHealth`='7960', `MaxLevelHealth`='7960', `MinLevelMana`='3280', `MaxLevelMana`='3280', `MinMeleeDmg`='73.6', `MaxMeleeDmg`='97.6', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2300', `MeleeAttackPower`='180', `RangedAttackPower`='16', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='7275'; - --- Ruuzlu [46] [!!!] -UPDATE `creature_template` SET `HealthMultiplier`='5', `PowerMultiplier`='2', `DamageMultiplier`='3.6', `ArmorMultiplier`='1', `MinLevelHealth`='9595', `MaxLevelHealth`='9595', `MinMeleeDmg`='100.4', `MaxMeleeDmg`='133.1', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2780', `MeleeAttackPower`='188', `RangedAttackPower`='17', `MeleeBaseAttackTime`='2600', `RangedBaseAttackTime`='2600' WHERE `Entry`='7797'; - --- Chief Ukorz Sandscalp [48] [!!!] -UPDATE `creature_template` SET `HealthMultiplier`='7', `PowerMultiplier`='2', `DamageMultiplier`='3.2', `ArmorMultiplier`='1', `MinLevelHealth`='14434', `MaxLevelHealth`='14434', `MinMeleeDmg`='80.4', `MaxMeleeDmg`='106.6', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2888', `MeleeAttackPower`='196', `RangedAttackPower`='19', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='7267'; - --- Zerillis [45] -UPDATE `creature_template` SET `PowerMultiplier`='2', `DamageMultiplier`='2.5', `MinMeleeDmg`='75.6', `MaxMeleeDmg`='100.3', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2725', `MeleeAttackPower`='184', `RangedAttackPower`='17', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='10082'; - --- Sandarr Dunereaver [45] -UPDATE `creature_template` SET `PowerMultiplier`='2', `DamageMultiplier`='2.5', `MinMeleeDmg`='75.6', `MaxMeleeDmg`='100.3', `MeleeAttackPower`='184', `RangedAttackPower`='17' WHERE `Entry`='10080'; - --- Dustwraith [45] [NOBESTIARY] -UPDATE `creature_template` SET `HealthMultiplier`='3', `PowerMultiplier`='2', `DamageMultiplier`='2.5', `ArmorMultiplier`='1', `MinLevelHealth`='5544', `MaxLevelHealth`='5544', `MinMeleeDmg`='75.6', `MaxMeleeDmg`='100.3', `MeleeAttackPower`='184', `RangedAttackPower`='17' WHERE `Entry`='10081'; - --- Sergeant Bly [45] -UPDATE `creature_template` SET `DamageMultiplier`='1.25', `MinMeleeDmg`='75.6', `MaxMeleeDmg`='100.3', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='184', `RangedAttackPower`='17', `RangedBaseAttackTime`='2000' WHERE `Entry`='7604'; - --- Raven [44] -UPDATE `creature_template` SET `DamageMultiplier`='2.4', `ArmorMultiplier`='0.02', `MinMeleeDmg`='57.6', `MaxMeleeDmg`='76.5', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='55', `MeleeAttackPower`='174', `RangedAttackPower`='16', `RangedBaseAttackTime`='1600' WHERE `Entry`='7605'; - --- Oro Eyegouge [44] [UNITCLASSMAGE] - -- TO DO - --- Murta Grimgut [44] -UPDATE `creature_template` SET `DamageMultiplier`='1.2', `MinMeleeDmg`='67.1', `MaxMeleeDmg`='88.8', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='166', `RangedAttackPower`='16', `RangedBaseAttackTime`='2000' WHERE `Entry`='7608'; - --- Weegli Blastfuse [43] -UPDATE `creature_template` SET `DamageMultiplier`='1.15', `MinMeleeDmg`='66.6', `MaxMeleeDmg`='88.3', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='162', `RangedAttackPower`='16', `RangedBaseAttackTime`='2000' WHERE `Entry`='7607'; - --- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - --- Sandfury Blood Drinker [44-45] -UPDATE `creature_template` SET `PowerMultiplier`='2', `DamageMultiplier`='2.5', `MinMeleeDmg`='72.0', `MaxMeleeDmg`='100.3', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2725', `MeleeAttackPower`='184', `RangedAttackPower`='17', `RangedBaseAttackTime`='2000' WHERE `Entry`='5649'; - --- Sandfury Witch Doctor [44-45] -UPDATE `creature_template` SET `DamageMultiplier`='2.5', `MinMeleeDmg`='67.1', `MaxMeleeDmg`='93.3', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2211', `MeleeAttackPower`='172', `RangedAttackPower`='15', `RangedBaseAttackTime`='2000' WHERE `Entry`='5650'; - --- Sandfury Shadowhunter [45-46] -UPDATE `creature_template` SET `HealthMultiplier`='3', `PowerMultiplier`='2', `DamageMultiplier`='2.6', `ArmorMultiplier`='1', `MinLevelHealth`='4434', `MaxLevelHealth`='4605', `MinLevelMana`='3068', `MaxLevelMana`='3174', `MinMeleeDmg`='70.4', `MaxMeleeDmg`='95.2', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2255', `MeleeAttackPower`='176', `RangedAttackPower`='16', `RangedBaseAttackTime`='2000' WHERE `Entry`='7246'; - --- Sandfury Shadowcaster [43-44] [UNITCLASSMAGE] - -- TO DO - --- Sandfury Soul Eater [45-46] -UPDATE `creature_template` SET `HealthMultiplier`='3', `PowerMultiplier`='2', `DamageMultiplier`='2.6', `ArmorMultiplier`='1', `MinLevelHealth`='4434', `MaxLevelHealth`='4605', `MinLevelMana`='3068', `MaxLevelMana`='3174', `MinMeleeDmg`='70.4', `MaxMeleeDmg`='95.2', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2255', `MeleeAttackPower`='176', `RangedAttackPower`='16', `RangedBaseAttackTime`='2000' WHERE `Entry`='7247'; - --- Sandfury Cretin [43-45] [UNITCLASSMAGE] - -- TO DO - --- Sandfury Acolyte [42-44] -UPDATE `creature_template` SET `UnitClass`='2', `HealthMultiplier`='1.2', `DamageMultiplier`='1.2', `ArmorMultiplier`='1', `MinMeleeDmg`='58.1', `MaxMeleeDmg`='88.8', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2082', `MeleeAttackPower`='166', `RangedAttackPower`='15', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='8876'; - --- Sandfury Zealot [44-45] -UPDATE `creature_template` SET `DamageMultiplier`='1.5', `MinMeleeDmg`='72.0', `MaxMeleeDmg`='100.3', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2725', `MeleeAttackPower`='184', `RangedAttackPower`='17', `MeleeBaseAttackTime`='2400', `RangedBaseAttackTime`='2400' WHERE `Entry`='8877'; - --- Sandfury Slave [43-44] -UPDATE `creature_template` SET `MinMeleeDmg`='66.6', `MaxMeleeDmg`='95.6', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2557', `MeleeAttackPower`='174', `RangedAttackPower`='16', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='7787'; - --- Sandfury Drudge [44-45] -UPDATE `creature_template` SET `MinLevel`='44', `HealthMultiplier`='1.2', `DamageMultiplier`='1.25', `ArmorMultiplier`='1', `MinMeleeDmg`='72.0', `MaxMeleeDmg`='100.3', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2725', `MeleeAttackPower`='184', `RangedAttackPower`='17', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='7788'; - --- Sandfury Guardian [45-46] -UPDATE `creature_template` SET `PowerMultiplier`='2', `DamageMultiplier`='2.6', `ArmorMultiplier`='1', `MaxLevelHealth`='5757', `MinMeleeDmg`='64.3', `MaxMeleeDmg`='87.0', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='188', `RangedAttackPower`='17', `MeleeBaseAttackTime`='1700', `RangedBaseAttackTime`='1700' WHERE `Entry`='7268'; - --- Scarab [44-46] -UPDATE `creature_template` SET `DamageMultiplier`='1.3', `ArmorMultiplier`='1', `MaxLevelHealth`='1919', `MinMeleeDmg`='72.0', `MaxMeleeDmg`='102.4', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2780', `MeleeAttackPower`='188', `RangedAttackPower`='17', `RangedBaseAttackTime`='2000' WHERE `Entry`='7269'; - --- Sul'lithuz Sandcrawler [45-47] [NOBESTIARY] -UPDATE `creature_template` SET `HealthMultiplier`='3', `DamageMultiplier`='2.7', `ArmorMultiplier`='1', `MinLevelHealth`='5544', `MaxLevelHealth`='5970', `MinMeleeDmg`='75.6', `MaxMeleeDmg`='104.6', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2835', `MeleeAttackPower`='192', `RangedAttackPower`='18', `RangedBaseAttackTime`='2000' WHERE `Entry`='8095'; - --- Sul'lithuz Abomination [] [NOBESTIARY] - -- TO DO - --- Sul'lithuz Broodling [] [NOBESTIARY] - -- TO DO - --- Sul'lithuz Hatchling [30-35] [NOBESTIARY] -UPDATE `creature_template` SET `MaxLevel`='35', `UnitFlags`='832', `SpeedWalk`='2.77778', `HealthMultiplier`='3', `DamageMultiplier`='1.7', `ArmorMultiplier`='1', `MinLevelHealth`='2865', `MaxLevelHealth`='3660', `MinMeleeDmg`='42.4', `MaxMeleeDmg`='64.4', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='1373', `MeleeAttackPower`='118', `RangedAttackPower`='11', `RangedBaseAttackTime`='2000' WHERE `Entry`='8130'; - --- Sul'lithuz Warder [48] [NOBESTIARY] -UPDATE `creature_template` SET `MinLevel`='48', `MaxLevel`='48', `HealthMultiplier`='3', `DamageMultiplier`='2.8', `MinLevelHealth`='6186', `MaxLevelHealth`='6186', `MinMeleeDmg`='80.4', `MaxMeleeDmg`='106.6', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2888', `MeleeAttackPower`='196', `RangedAttackPower`='19', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='8149'; - --- Servant of Antu'sul [48] -UPDATE `creature_template` SET `HealthMultiplier`='3', `DamageMultiplier`='2.8', `ArmorMultiplier`='1', `MinLevelHealth`='6168', `MaxLevelHealth`='6168', `MinMeleeDmg`='80.4', `MaxMeleeDmg`='106.6', `MinRangedDmg`='0', `MaxRangedDmg`='0', `Armor`='2888', `MeleeAttackPower`='196', `RangedAttackPower`='19', `MeleeBaseAttackTime`='2000', `RangedBaseAttackTime`='2000' WHERE `Entry`='8156'; - --- Zul'Farrak Zombie [] [NOBESTIARY] - -- TO DO - --- Zul'Farrak Dead Hero [] [NOBESTIARY] - -- TO DO - --- Skeleton of Zum'rah [] [NOBESTIARY] - -- TO DO diff --git a/Updates/1621_lava_burst.sql b/Updates/1621_lava_burst.sql deleted file mode 100644 index 65a654620..000000000 --- a/Updates/1621_lava_burst.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Fixed GO 178088 (Ragnaros) used in Ragnaros encounter --- This trap GO needs a diameter of 70 to work and to send custom anim on use -UPDATE gameobject_template SET Extraflags=1, data2 = 70 WHERE entry=178088; \ No newline at end of file diff --git a/Updates/1622_spell_target_position.sql b/Updates/1622_spell_target_position.sql deleted file mode 100644 index b0c0c1e30..000000000 --- a/Updates/1622_spell_target_position.sql +++ /dev/null @@ -1,24 +0,0 @@ --- Added missing target positions for spells used in Ragnaros encounter for Lava Burst -DELETE FROM spell_target_position WHERE id IN (21886, 21900, 21901, 21902, 21903, 21904, 21905, 21906, 21907); -INSERT INTO `spell_target_position` VALUES -(21886, 409, 906.695, -828.611, -229.928, 0), -(21900, 409, 843.509, -798.313, -229.432, 0), -(21901, 409, 892.633, -790.41, -228.928, 0), -(21902, 409, 871.54, -839.115, -228.992, 0), -(21903, 409, 827.276, -874.028, -229.594, 0), -(21904, 409, 862.862, -866.955, -228.943, 0), -(21905, 409, 811.001, -822.282, -229.311, 0), -(21906, 409, 819.757, -807.176, -229.033, 0), -(21907, 409, 864.573, -806.463, -229.786, 0); - --- Added missing target positions for spells used in Ragnaros encounter for Son of Flame summoning -DELETE FROM spell_target_position WHERE id BETWEEN 21110 AND 21117; -INSERT INTO `spell_target_position` VALUES -(21110, 409, 811.448, -814.058, -233.177, 0), -(21111, 409, 842.542, -797.822, -233.34, 0), -(21112, 409, 870.668, -821.862, -232.938, 0), -(21113, 409, 874.851, -861.112, -232.336, 0), -(21114, 409, 891.442, -789.678, -232.801, 0), -(21115, 409, 824.827, -871.046, -232.421, 0), -(21116, 409, 818.517, -898.278, -232.903, 0), -(21117, 409, 868.206, -895.036, -233.1, 0); diff --git a/Updates/1623_teleport_position.sql b/Updates/1623_teleport_position.sql deleted file mode 100644 index 3b8371b63..000000000 --- a/Updates/1623_teleport_position.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Fixed position for spell 20618 (Teleport) used in Majordomo Executus encounter -DELETE FROM `spell_target_position` WHERE `id` = 20618; -INSERT INTO `spell_target_position` VALUES (20618, 409, 737.16, -1176.70, -118.93, 3.131); diff --git a/Updates/1624_onyxian_warder.sql b/Updates/1624_onyxian_warder.sql deleted file mode 100644 index b53dc5016..000000000 --- a/Updates/1624_onyxian_warder.sql +++ /dev/null @@ -1,61 +0,0 @@ - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('52047', '12129', '249', '0', '0', '-49.92992', '-98.07133', '-38.59610', '6.2482790', '7200', '0', '0', '76300', '0', '0', '2'), -('52051', '12129', '249', '0', '0', '-62.95584', '-98.35161', '-38.73098', '3.1953400', '7200', '0', '0', '76300', '0', '0', '2'), -('52052', '12129', '249', '0', '0', '-154.4781', '-210.8844', '-66.44135', '2.7024430', '7200', '0', '0', '76300', '0', '0', '2'), -('52053', '12129', '249', '0', '0', '-200.1429', '-212.3809', '-68.62948', '0.8552113', '7200', '0', '0', '76300', '0', '0', '0'); - -REPLACE INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `b2_0_sheath`, `b2_1_flags`, `emote`, `moveflags`, `auras`) VALUES -('12129', '0', '0', '1', '16', '0', '0', '18950'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='52047'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('52047', @POINT := @POINT + 1, '-76.11555', '-99.12467', '-35.09195', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-93.46964', '-104.8132', '-38.38422', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-111.2390', '-120.0584', '-48.56516', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-133.1532', '-140.4897', '-52.92048', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-156.0593', '-156.0270', '-56.12333', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-170.9256', '-175.0201', '-63.84094', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-172.0848', '-201.2267', '-66.59554', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-153.4043', '-211.8690', '-66.80260', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-129.6655', '-214.9747', '-70.98354', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-111.1830', '-214.8490', '-74.98849', '10000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-160.9158', '-210.7431', '-66.50902', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-175.3433', '-195.9076', '-66.89333', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-166.1627', '-169.7667', '-61.99827', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-150.8157', '-152.1773', '-53.81285', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-121.2702', '-129.6534', '-50.52050', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-97.40838', '-110.6050', '-39.72555', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-75.53214', '-97.61842', '-35.04885', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52047', @POINT := @POINT + 1, '-52.22667', '-97.86057', '-38.74515', '10000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='52051'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('52051', @POINT := @POINT + 1, '-86.24246', '-99.60440', '-36.54985', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-103.1414', '-114.1078', '-42.60857', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-127.7581', '-135.2467', '-51.68033', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-148.4294', '-148.2792', '-53.35885', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-168.0117', '-170.4137', '-62.36264', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-148.6127', '-148.3948', '-53.35123', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-127.7581', '-135.2467', '-51.68033', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-103.1414', '-114.1078', '-42.60857', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-86.49743', '-99.61812', '-36.56499', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52051', @POINT := @POINT + 1, '-69.70299', '-98.05448', '-36.76509', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='52052'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('52052', @POINT := @POINT + 1, '-165.1358', '-205.8780', '-66.32160', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-175.6403', '-193.0449', '-66.85055', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-170.3405', '-176.7088', '-64.12847', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-160.8051', '-158.2354', '-57.76115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-140.2045', '-143.7111', '-53.78587', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-126.1452', '-132.4346', '-51.30407', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-140.2045', '-143.7111', '-53.78587', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-160.8051', '-158.2354', '-57.76115', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-170.3405', '-176.7088', '-64.12847', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-175.6403', '-193.0449', '-66.85055', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-165.3456', '-205.6218', '-66.31862', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('52052', @POINT := @POINT + 1, '-151.6570', '-212.5120', '-67.29871', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); diff --git a/Updates/1625_z2694_01_mangos_instance_encounters.sql b/Updates/1625_z2694_01_mangos_instance_encounters.sql deleted file mode 100644 index a0a5de655..000000000 --- a/Updates/1625_z2694_01_mangos_instance_encounters.sql +++ /dev/null @@ -1,291 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_z2693_01_mangos_gameobject_template required_z2694_01_mangos_instance_encounters bit; - -DROP TABLE IF EXISTS `instance_encounters`; -CREATE TABLE `instance_encounters` ( - `entry` int(10) unsigned NOT NULL COMMENT 'Unique entry from DungeonEncounter.dbc', - `creditType` tinyint(3) unsigned NOT NULL DEFAULT '0', - `creditEntry` int(10) unsigned NOT NULL DEFAULT '0', - `lastEncounterDungeon` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'If not 0, LfgDungeon.dbc entry for the instance it is last encounter in', - PRIMARY KEY (`entry`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; - --- --- Dumping data for table `instance_encounters` --- - -LOCK TABLES `instance_encounters` WRITE; -/*!40000 ALTER TABLE `instance_encounters` DISABLE KEYS */; -INSERT INTO `instance_encounters` VALUES -(161,0,644,0), -(162,0,643,0), -(163,0,1763,0), -(164,0,646,0), -(165,0,645,0), -(166,0,647,0), -(167,0,639,6), -(219,0,4887,0), -(220,0,4831,0), -(221,0,6243,0), -(222,0,12902,0), -(224,0,4830,0), -(225,0,4832,0), -(226,0,4829,10), -(227,0,9018,30), -(228,0,9025,0), -(229,0,9319,0), -(230,0,10096,0), -(231,0,9024,0), -(232,0,9017,0), -(233,0,9041,0), -(234,0,9056,0), -(235,0,9016,0), -(236,0,9033,0), -(237,0,8983,0), -(238,0,9537,0), -(239,0,9502,0), -(240,0,9543,0), -(241,0,9499,0), -(242,0,9156,0), -(243,0,9035,0), -(244,0,9938,0), -(245,0,9019,276), -(267,0,9196,0), -(268,0,9236,0), -(269,0,9237,0), -(270,0,10596,0), -(271,0,10584,0), -(272,0,9736,0), -(273,0,10268,0), -(274,0,10220,0), -(275,0,9568,32), -(276,0,9816,0), -(277,0,10264,0), -(278,0,10429,0), -(279,0,10430,0), -(280,0,10363,44), -(296,1,58630,209), -(300,1,58630,210), -(334,1,68572,0), -(336,1,68572,0), -(338,1,68574,0), -(339,1,68574,0), -(340,1,68663,245), -(341,1,68663,249), -(343,0,11490,0), -(344,0,13280,0), -(345,0,14327,0), -(346,0,11492,34), -(347,0,11488,0), -(348,0,11487,0), -(349,0,11496,0), -(350,0,11489,0), -(361,0,11486,36), -(362,0,14326,0), -(363,0,14322,0), -(364,0,14321,0), -(365,0,14323,0), -(366,0,14325,0), -(367,0,14324,0), -(368,0,11501,38), -(375,1,61863,214), -(376,1,61863,215), -(378,0,7079,0), -(379,0,7361,0), -(380,0,6235,0), -(381,0,6229,0), -(382,0,7800,14), -(422,0,13282,0), -(423,0,12258,26), -(424,0,12236,272), -(425,0,12225,0), -(426,0,12203,0), -(427,0,13601,0), -(428,0,13596,0), -(429,0,12201,273), -(430,0,11517,0), -(431,0,11520,4), -(432,0,11518,0), -(433,0,11519,0), -(434,0,7355,0), -(435,0,7357,0), -(436,0,8567,0), -(437,0,7358,20), -(438,0,6168,0), -(439,0,4424,0), -(440,0,4428,0), -(441,0,4420,0), -(443,0,4421,16), -(444,0,3983,0), -(445,0,4543,18), -(446,0,3974,0), -(447,0,6487,165), -(448,0,3975,163), -(449,0,4542,0), -(450,0,3977,164), -(451,0,10506,0), -(452,0,10503,0), -(453,0,11622,0), -(454,0,10433,0), -(455,0,10432,0), -(456,0,10508,0), -(457,0,10505,0), -(458,0,11261,0), -(459,0,10901,0), -(460,0,10507,0), -(461,0,10504,0), -(462,0,10502,0), -(463,0,1853,2), -(464,0,3914,0), -(465,0,3886,0), -(466,0,3887,0), -(467,0,4278,0), -(468,0,4279,0), -(469,0,4274,0), -(470,0,3927,0), -(471,0,4275,8), -(472,0,10516,0), -(473,0,10558,0), -(474,0,10808,0), -(475,0,10997,0), -(476,0,11032,0), -(477,0,10811,0), -(478,0,10813,40), -(479,0,10436,0), -(480,0,10437,0), -(481,0,10438,0), -(482,0,10435,0), -(483,0,10439,0), -(484,0,10440,274), -(485,0,8580,0), -(486,0,5721,0), -(487,0,5720,0), -(488,0,5710,0), -(490,0,5719,0), -(491,0,5722,0), -(492,0,8443,0), -(493,0,5709,28), -(536,0,1696,0), -(537,0,1666,0), -(538,0,1717,0), -(539,0,1716,0), -(540,0,1663,12), -(547,0,6910,0), -(548,0,6906,0), -(549,0,7228,0), -(551,0,7206,0), -(552,0,7291,0), -(553,0,4854,0), -(554,0,2748,22), -(567,1,59046,0), -(568,1,59046,0), -(585,0,3671,0), -(586,0,3669,0), -(587,0,3653,0), -(588,0,3670,0), -(589,0,3674,0), -(590,0,3673,0), -(591,0,5775,0), -(592,0,3654,1), -(593,0,7795,0), -(594,0,7273,0), -(595,0,8127,0), -(596,0,7272,0), -(597,0,7271,0), -(598,0,7796,0), -(599,0,7275,0), -(600,0,7267,24), -(610,0,12435,0), -(611,0,13020,0), -(612,0,12017,0), -(613,0,11983,0), -(614,0,14601,0), -(615,0,11981,0), -(616,0,14020,0), -(617,0,11583,50), -(637,1,68184,0), -(638,1,68184,0), -(639,1,68184,0), -(640,1,68184,0), -(663,0,12118,0), -(664,0,11982,0), -(665,0,12259,0), -(666,0,12057,0), -(667,0,12264,0), -(668,0,12056,0), -(669,0,12098,0), -(670,0,11988,0), -(671,0,12018,0), -(672,0,11502,48), -(673,0,15956,0), -(674,0,15956,0), -(677,0,15953,0), -(678,0,15953,0), -(679,0,15952,0), -(680,0,15952,0), -(681,0,15954,0), -(682,0,15954,0), -(683,0,15936,0), -(684,0,15936,0), -(685,0,16011,0), -(686,0,16011,0), -(687,0,16061,0), -(689,0,16061,0), -(690,0,16060,0), -(691,0,16060,0), -(692,1,59450,0), -(693,1,59450,0), -(694,0,16028,0), -(695,0,16028,0), -(696,0,15931,0), -(697,0,15931,0), -(698,0,15932,0), -(699,0,15932,0), -(700,0,15928,0), -(701,0,15928,0), -(702,0,15989,0), -(703,0,15989,0), -(704,0,15990,159), -(706,0,15990,227), -(707,0,10184,46), -(708,0,10184,257), -(709,0,15263,0), -(710,0,15544,0), -(711,0,15516,0), -(712,0,15510,0), -(713,0,15299,0), -(714,0,15509,0), -(715,0,15275,0), -(716,0,15517,0), -(717,0,15727,161), -(718,0,15348,0), -(719,0,15341,0), -(720,0,15340,0), -(721,0,15370,0), -(722,0,15369,0), -(723,0,15339,160), -(748,1,65195,0), -(751,1,64899,0), -(752,1,64985,0), -(753,1,65074,0), -(762,1,65195,0), -(765,1,64899,0), -(766,1,64985,0), -(767,1,65074,0), -(784,0,14507,0), -(785,0,14517,0), -(786,0,14510,0), -(787,0,11382,0), -(788,0,15083,0), -(789,0,14509,0), -(790,0,15114,0), -(791,0,14515,0), -(792,0,11380,0), -(793,0,14834,42), -(843,1,72830,255), -(844,1,72830,256), -(847,1,72959,0), -(854,1,72706,0), -(859,1,72959,0), -(866,1,72706,0), -(883,0,4422,0); -UNLOCK TABLES; diff --git a/Updates/1626_z2695_01_mangos_instance_template.sql b/Updates/1626_z2695_01_mangos_instance_template.sql deleted file mode 100644 index df46c25d6..000000000 --- a/Updates/1626_z2695_01_mangos_instance_template.sql +++ /dev/null @@ -1,6 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_z2694_01_mangos_instance_encounters required_z2695_01_mangos_instance_template bit; - -ALTER TABLE instance_template -ADD COLUMN mountAllowed tinyint(3) UNSIGNED NOT NULL DEFAULT 0 AFTER ScriptName; - -UPDATE instance_template SET mountAllowed = 1 WHERE map IN (36, 209, 309, 509); diff --git a/Updates/1627_quest_uzeri.sql b/Updates/1627_quest_uzeri.sql deleted file mode 100644 index 5905eb766..000000000 --- a/Updates/1627_quest_uzeri.sql +++ /dev/null @@ -1,20 +0,0 @@ --- q.3122 'Return to Witch Doctor Uzer'i' -DELETE FROM dbscripts_on_quest_end WHERE id = 3122; -INSERT INTO dbscripts_on_quest_end (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES -(3122,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'active'), -(3122,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'quest flag removed'), -(3122,1,3,0,700,0,0,0,0,0,0,0,-4388.94,272.315,25.4158,2.42505,''), -(3122,4,0,0,0,0,0,0,2000001116,0,0,0,0,0,0,0,''), -(3122,5,1,4,0,0,0,0,0,0,0,0,0,0,0,0,''), -(3122,8,3,0,700,0,0,0,0,0,0,0,-4391.75,274.682,25.6442,2.35436,''), -(3122,10,3,0,700,0,0,0,0,0,0,0,0,0,0,5.49281,''), -(3122,11,1,10,0,0,0,0,0,0,0,0,0,0,0,0,''), -(3122,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,''), -(3122,21,3,0,700,0,0,0,0,0,0,0,-4375.68,269.717,25.4947,5.9719,''), -(3122,25,3,0,700,0,0,0,0,0,0,0,0,0,0,4.72984,''), -(3122,25,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'quest flag added'), -(3122,26,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'); -UPDATE quest_template SET CompleteScript = 3122 WHERE entry = 3122; -DELETE FROM db_script_string WHERE entry = 2000001116; -INSERT INTO db_script_string (entry, content_default, sound, type, language, emote, comment) VALUES -(2000001116,'%s begins the ritual.',0,2,0,0,NULL); diff --git a/Updates/1628_weapons_of_spirit.sql b/Updates/1628_weapons_of_spirit.sql deleted file mode 100644 index db2f3cd9f..000000000 --- a/Updates/1628_weapons_of_spirit.sql +++ /dev/null @@ -1,22 +0,0 @@ --- q.3129 'Weapons of Spirit' -DELETE FROM dbscripts_on_quest_start WHERE id = 3129; -INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES -(3129,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'active'), -(3129,0,29,3,2,0,0,0,0,0,0,0,0,0,0,0,'quest flag removed'), -(3129,1,3,0,700,0,0,0,0,0,0,0,-4374.16,258.524,26.7082,3.89557,''), -(3129,3,3,0,700,0,0,0,0,0,0,0,-4377.55,256.056,26.5498,3.09839,''), -(3129,4,3,0,700,0,0,0,0,0,0,0,-4381.17,257.362,25.97,2.72925,''), -(3129,7,0,0,0,0,0,0,2000001117,0,0,0,0,0,0,0,''), -(3129,9,28,8,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_KNEEL'), -(3129,17,0,0,0,0,0,0,2000001118,0,0,0,0,0,0,0,''), -(3129,18,28,0,0,0,0,0,0,0,0,0,0,0,0,0,'STATE_STAND'), -(3129,20,3,0,700,0,0,0,0,0,0,0,-4377.8,256.578,26.441,1.36188,''), -(3129,21,3,0,700,0,0,0,0,0,0,0,-4375.68,269.717,25.4947,5.9719,''), -(3129,24,3,0,0,0,0,0,0,0,0,0,0,0,0,4.72984,''), -(3129,24,29,3,1,0,0,0,0,0,0,0,0,0,0,0,'quest flag added'), -(3129,25,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'); -UPDATE quest_template SET StartScript = 3129 WHERE entry = 3129; -DELETE FROM db_script_string WHERE entry IN (2000001117,2000001118); -INSERT INTO db_script_string (entry, content_default, sound, type, language, emote, comment) VALUES -(2000001117,'%s gathers the materials together and begins to work.',0,2,0,0,NULL), -(2000001118,'I have completed the weapons, $n.',0,0,0,0,NULL); diff --git a/Updates/1631_polymorph_immunity.sql b/Updates/1631_polymorph_immunity.sql deleted file mode 100644 index 97da30127..000000000 --- a/Updates/1631_polymorph_immunity.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Added missing spell target for spell 21087 (Immunity) -DELETE FROM `spell_script_target` WHERE entry=21087; -INSERT INTO `spell_script_target` VALUES (21087, 1, 11663, 0); - --- Removed Polymorph immunity from NPC 11663 (Flamewaker Healer) --- it will now be handled by SD2 -UPDATE creature_template SET MechanicImmuneMask=MechanicImmuneMask-65536 WHERE Entry=11663; diff --git a/Updates/1632_the_den_of_flame.sql b/Updates/1632_the_den_of_flame.sql deleted file mode 100644 index 15b729a19..000000000 --- a/Updates/1632_the_den_of_flame.sql +++ /dev/null @@ -1,81 +0,0 @@ - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('31616', '4329', '1', '0', '0', '-4448.435', '-2914.731', '20.55721', '5.0395500', '300', '0', '0', '1', '0', '0', '2'), -('31626', '4329', '1', '0', '0', '-4452.067', '-2977.006', '30.64314', '5.6723590', '300', '0', '0', '1', '0', '0', '2'), -('31623', '4329', '1', '0', '0', '-4333.935', '-3008.985', '34.01476', '1.5013830', '300', '2', '0', '1', '0', '0', '2'), -('31625', '4331', '1', '0', '0', '-4383.387', '-2984.997', '28.88683', '0.1726341', '300', '2', '0', '1', '0', '0', '1'), -('31617', '4328', '1', '0', '0', '-4466.144', '-2962.619', '26.53126', '3.1066861', '300', '2', '0', '1', '0', '0', '1'), -('31615', '4331', '1', '0', '0', '-4415.678', '-3000.188', '28.20975', '5.2995680', '300', '2', '0', '1', '0', '0', '1'), -('31607', '4328', '1', '0', '0', '-4387.584', '-2928.626', '24.66944', '0.5670697', '300', '2', '0', '1', '0', '0', '1'), -('31618', '4331', '1', '0', '0', '-4431.126', '-2939.821', '23.46966', '5.5370900', '300', '2', '0', '1', '0', '0', '1'), -('31619', '4328', '1', '0', '0', '-4421.293', '-2960.128', '26.11180', '4.4439840', '300', '2', '0', '1', '0', '0', '1'), -('31608', '4328', '1', '0', '0', '-4388.662', '-2961.314', '24.35190', '3.7707260', '300', '2', '0', '1', '0', '0', '1'), -('31620', '4331', '1', '0', '0', '-4412.893', '-2942.533', '22.88504', '1.8459010', '300', '2', '0', '1', '0', '0', '1'), -('31621', '4328', '1', '0', '0', '-4469.716', '-2896.414', '22.11234', '4.2247720', '300', '2', '0', '1', '0', '0', '1'), -('31622', '4331', '1', '0', '0', '-4454.825', '-2904.345', '21.02311', '2.7863420', '300', '2', '0', '1', '0', '0', '1'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='31616'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('31616', @POINT := @POINT + 1, '-4443.691', '-2928.712', '22.04272', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4431.864', '-2935.958', '23.04292', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4420.255', '-2937.771', '23.95816', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4410.643', '-2947.228', '23.36910', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4412.815', '-2957.901', '24.54942', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4421.941', '-2964.941', '27.20126', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4421.415', '-2977.885', '27.73011', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4419.654', '-2990.074', '27.66508', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4411.856', '-3004.695', '27.96639', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4419.654', '-2990.074', '27.66508', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4421.415', '-2977.885', '27.73011', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4422.027', '-2965.007', '27.22512', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4412.815', '-2957.901', '24.54942', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4410.653', '-2947.277', '23.37727', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4420.255', '-2937.771', '23.95816', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4431.864', '-2935.958', '23.04292', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4443.691', '-2928.712', '22.04272', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31616', @POINT := @POINT + 1, '-4448.120', '-2915.050', '20.44144', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='31626'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('31626', @POINT := @POINT + 1, '-4440.975', '-2984.773', '32.18065', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4433.097', '-2992.998', '32.72016', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4424.888', '-2997.458', '30.28918', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4417.074', '-3005.556', '28.29170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4405.881', '-3010.471', '29.57267', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4395.946', '-3004.020', '29.88170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4387.627', '-2992.390', '28.92841', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4372.424', '-2981.460', '28.47298', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4387.627', '-2992.390', '28.92841', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4395.946', '-3004.020', '29.88170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4405.881', '-3010.471', '29.57267', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4417.074', '-3005.556', '28.29170', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4424.888', '-2997.458', '30.28918', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4433.097', '-2992.998', '32.72016', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4440.964', '-2984.785', '32.20508', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31626', @POINT := @POINT + 1, '-4459.078', '-2975.042', '30.53139', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='31623'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('31623', @POINT := @POINT + 1, '-4342.521', '-2992.780', '33.28340', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4351.712', '-2985.168', '29.92367', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4374.679', '-2985.326', '28.56307', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4387.825', '-2992.035', '28.92841', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4391.068', '-2983.466', '28.65237', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4380.016', '-2973.528', '25.06419', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4381.359', '-2963.568', '24.38454', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4387.651', '-2957.170', '24.26684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4388.503', '-2945.418', '24.64533', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4394.577', '-2933.038', '23.81786', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4388.505', '-2945.389', '24.66739', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4387.651', '-2957.170', '24.26684', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4381.359', '-2963.568', '24.38454', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4380.016', '-2973.528', '25.06419', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4391.068', '-2983.466', '28.65237', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4387.825', '-2992.035', '28.92841', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4374.696', '-2985.326', '28.55239', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4351.712', '-2985.168', '29.92367', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4342.719', '-2992.512', '33.16042', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31623', @POINT := @POINT + 1, '-4334.247', '-3013.634', '33.87857', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); diff --git a/Updates/1633_wyrmtail.sql b/Updates/1633_wyrmtail.sql deleted file mode 100644 index c92c65a6a..000000000 --- a/Updates/1633_wyrmtail.sql +++ /dev/null @@ -1,4 +0,0 @@ - -DELETE FROM `gameobject_template` WHERE `entry`='186463'; - -DELETE FROM `gameobject` WHERE `id`='186463'; diff --git a/Updates/1634_the_dragonmurk.sql b/Updates/1634_the_dragonmurk.sql deleted file mode 100644 index 64993e582..000000000 --- a/Updates/1634_the_dragonmurk.sql +++ /dev/null @@ -1,184 +0,0 @@ - -UPDATE `creature` SET `spawndist`='0' WHERE `guid`='31623'; - -UPDATE `creature_template` SET `DamageMultiplier`='2.1', `MinMeleeDmg`='56.0', `MaxMeleeDmg`='77.9', `MeleeAttackPower`='142', `RangedAttackPower`='15' WHERE `Entry`='4345'; -UPDATE `creature_template` SET `DamageMultiplier`='2.4', `MinMeleeDmg`='61.9', `MaxMeleeDmg`='88.8', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='166', `RangedAttackPower`='15', `MeleeBaseAttackTime`='2000' WHERE `Entry`='4328'; -UPDATE `creature_template` SET `DamageMultiplier`='2.2', `MinMeleeDmg`='58.7', `MaxMeleeDmg`='82.7', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='152', `RangedAttackPower`='15', `MeleeBaseAttackTime`='2000' WHERE `Entry`='4329'; -UPDATE `creature_template` SET `DamageMultiplier`='2.3', `MinMeleeDmg`='58.1', `MaxMeleeDmg`='82.1', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='152', `RangedAttackPower`='14', `MeleeBaseAttackTime`='2000' WHERE `Entry`='4331'; -UPDATE `creature_template` SET `DamageMultiplier`='2.4', `MinMeleeDmg`='61.9', `MaxMeleeDmg`='88.8', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='166', `RangedAttackPower`='15', `MeleeBaseAttackTime`='2000' WHERE `Entry`='4334'; - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('31364', '4329', '1', '0', '0', '-4534.42', '-3621.37', '36.92233', '4.507612', '300', '0', '0', '1', '0', '0', '2'), -('31365', '4331', '1', '0', '0', '-4539.03', '-3622.33', '36.22913', '5.822012', '300', '0', '0', '1', '0', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='31364'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('31364', @POINT := @POINT + 1, '-4542.860', '-3661.890', '38.37746', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4529.330', '-3682.470', '41.82359', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4507.100', '-3701.940', '34.64452', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4492.910', '-3744.110', '39.09422', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4506.290', '-3771.540', '33.39875', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4513.176', '-3818.082', '34.90871', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4515.070', '-3843.380', '33.16257', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4509.580', '-3875.790', '34.95063', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4498.030', '-3895.050', '38.23717', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4492.860', '-3913.730', '34.97107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4504.030', '-3935.980', '36.72798', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4508.420', '-3971.490', '35.86173', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4504.030', '-3935.980', '36.72798', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4492.860', '-3913.730', '34.97107', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4498.030', '-3895.050', '38.23717', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4509.580', '-3875.790', '34.95063', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4515.070', '-3843.380', '33.16257', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4513.210', '-3818.410', '34.95217', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4506.290', '-3771.540', '33.39875', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4492.910', '-3744.110', '39.09422', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4507.100', '-3701.940', '34.64452', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4529.330', '-3682.470', '41.82359', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4542.860', '-3661.890', '38.37746', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31364', @POINT := @POINT + 1, '-4535.860', '-3626.100', '35.53017', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -REPLACE INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES -('31365', '31364', '512'); - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('31487', '4329', '1', '0', '0', '-4325.936', '-3192.973', '43.09908', '5.331347', '300', '0', '0', '1', '0', '0', '2'), -('31488', '4331', '1', '0', '0', '-4331.153', '-3194.337', '43.46458', '6.236152', '300', '0', '0', '1', '0', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='31487'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('31487', @POINT := @POINT + 1, '-4312.838', '-3211.334', '35.71068', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4304.415', '-3232.490', '34.37181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4290.800', '-3248.788', '35.31762', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4300.313', '-3255.186', '37.28853', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4291.746', '-3276.539', '40.33776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4271.076', '-3296.756', '36.85900', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4280.547', '-3335.248', '37.49997', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4292.085', '-3347.103', '34.37838', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4313.345', '-3351.437', '39.09030', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4321.768', '-3363.527', '39.68478', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4321.452', '-3383.219', '35.44728', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4333.061', '-3410.784', '40.67633', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4347.314', '-3433.157', '37.13164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4352.953', '-3465.460', '37.88033', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4372.572', '-3494.443', '36.36759', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4390.751', '-3523.123', '37.09496', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4390.290', '-3545.448', '39.14275', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4422.516', '-3554.120', '36.37903', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4442.728', '-3566.822', '40.39374', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4468.710', '-3547.220', '39.15908', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4442.728', '-3566.822', '40.39374', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4422.516', '-3554.120', '36.37903', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4390.290', '-3545.448', '39.14275', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4390.751', '-3523.123', '37.09496', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4372.702', '-3494.613', '36.32218', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4352.953', '-3465.460', '37.88033', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4347.314', '-3433.157', '37.13164', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4333.061', '-3410.784', '40.67633', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4321.452', '-3383.219', '35.44728', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4321.768', '-3363.527', '39.68478', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4313.345', '-3351.437', '39.09030', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4292.085', '-3347.103', '34.37838', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4280.547', '-3335.248', '37.49997', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4271.076', '-3296.756', '36.85900', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4291.746', '-3276.539', '40.33776', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4300.313', '-3255.186', '37.28853', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4290.800', '-3248.788', '35.31762', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4304.415', '-3232.490', '34.37181', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4312.838', '-3211.334', '35.71068', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31487', @POINT := @POINT + 1, '-4328.060', '-3194.136', '43.24039', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -REPLACE INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES -('31488', '31487', '512'); - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('31338', '4329', '1', '0', '0', '-4405.687', '-3202.992', '37.92353', '3.574819', '300', '0', '0', '1', '0', '0', '2'), -('31339', '4331', '1', '0', '0', '-4400.913', '-3207.066', '37.01004', '3.034003', '300', '0', '0', '1', '0', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='31338'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('31338', @POINT := @POINT + 1, '-4421.564', '-3210.344', '34.79005', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4441.132', '-3209.369', '38.11951', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4460.444', '-3232.710', '39.46350', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4465.578', '-3247.730', '38.11964', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4455.181', '-3260.292', '36.93214', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4460.603', '-3276.861', '38.57154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4476.069', '-3294.588', '37.96729', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4463.457', '-3315.454', '37.96192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4456.659', '-3336.109', '35.34863', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4429.658', '-3348.568', '37.51943', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4417.562', '-3377.448', '39.11158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4395.529', '-3397.838', '42.53970', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4365.210', '-3386.383', '36.79674', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4335.224', '-3391.993', '37.16881', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4316.183', '-3412.168', '41.91462', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4335.224', '-3391.993', '37.16881', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4365.210', '-3386.383', '36.79674', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4395.369', '-3397.982', '42.60806', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4417.562', '-3377.448', '39.11158', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4429.549', '-3348.869', '37.45693', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4456.659', '-3336.109', '35.34863', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4463.457', '-3315.454', '37.96192', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4476.069', '-3294.588', '37.96729', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4460.603', '-3276.861', '38.57154', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4455.181', '-3260.292', '36.93214', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4465.578', '-3247.730', '38.11964', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4460.444', '-3232.710', '39.46350', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4441.132', '-3209.369', '38.11951', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4421.564', '-3210.344', '34.79005', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31338', @POINT := @POINT + 1, '-4403.307', '-3205.529', '37.13502', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -REPLACE INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES -('31339', '31338', '512'); - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('31492', '4329', '1', '0', '0', '-4406.345', '-3583.326', '38.54868', '2.627334', '300', '0', '0', '1', '0', '0', '2'), -('31493', '4331', '1', '0', '0', '-4408.876', '-3588.216', '36.54227', '1.891041', '300', '0', '0', '1', '0', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='31492'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('31492', @POINT := @POINT + 1, '-4435.133', '-3567.071', '38.12201', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4462.686', '-3549.368', '40.73283', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4488.310', '-3538.615', '37.67837', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4503.726', '-3501.163', '32.92578', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4511.148', '-3462.786', '34.46631', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4546.668', '-3431.719', '34.55750', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4560.182', '-3438.637', '34.31836', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4577.205', '-3425.884', '41.21920', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4592.593', '-3421.566', '41.48677', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4597.644', '-3399.193', '41.80521', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4598.358', '-3362.248', '37.85895', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4570.757', '-3343.191', '40.79572', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4559.993', '-3330.914', '40.65891', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4537.873', '-3328.877', '36.36716', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4523.092', '-3341.807', '38.95250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4490.494', '-3307.308', '36.00294', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4471.703', '-3284.304', '37.45069', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4435.151', '-3270.027', '34.14381', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4471.484', '-3284.195', '37.39746', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4490.494', '-3307.308', '36.00294', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4523.092', '-3341.807', '38.95250', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4537.873', '-3328.877', '36.36716', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4559.993', '-3330.914', '40.65891', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4570.757', '-3343.191', '40.79572', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4598.358', '-3362.248', '37.85895', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4597.644', '-3399.193', '41.80521', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4592.593', '-3421.566', '41.48677', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4577.205', '-3425.884', '41.21920', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4560.182', '-3438.637', '34.31836', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4546.668', '-3431.719', '34.55750', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4511.148', '-3462.786', '34.46631', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4503.726', '-3501.163', '32.92578', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4488.310', '-3538.615', '37.67837', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4462.686', '-3549.368', '40.73283', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4435.133', '-3567.071', '38.12201', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('31492', @POINT := @POINT + 1, '-4408.448', '-3585.825', '37.27029', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -REPLACE INTO `creature_linking` (`guid`, `master_guid`, `flag`) VALUES -('31493', '31492', '512'); - -UPDATE creature, creature_template SET creature.curhealth = creature_template.MinLevelHealth, creature.curmana = creature_template.MinLevelMana WHERE creature.id = creature_template.entry AND creature_template.RegenerateStats & 1; diff --git a/Updates/1635_teleport_position.sql b/Updates/1635_teleport_position.sql deleted file mode 100644 index acc5c6f0f..000000000 --- a/Updates/1635_teleport_position.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Fixed position for spell 20534 (Teleport) used in Majordomo Executus encounter -DELETE FROM `spell_target_position` WHERE `id` = 20534; -INSERT INTO `spell_target_position` VALUES (20534, 409, 737.16, -1176.70, -118.93, 3.131); diff --git a/Updates/1638_quest_wolves_border.sql b/Updates/1638_quest_wolves_border.sql deleted file mode 100644 index afdaef0cb..000000000 --- a/Updates/1638_quest_wolves_border.sql +++ /dev/null @@ -1,3 +0,0 @@ --- Fixed reward text of quest 33 (Wolves Across the Border) --- This closes https://github.com/cmangos/classic-db/issues/43 and closes https://github.com/classicdb/database/issues/918 -UPDATE quest_template SET OfferRewardText='You\'ve been busy! I can\'t wait to cook up that wolf meat...$B$BI have some things here you want - take your pick!' WHERE entry=33; diff --git a/Updates/1639_item_template.sql b/Updates/1639_item_template.sql deleted file mode 100644 index 11e682d75..000000000 --- a/Updates/1639_item_template.sql +++ /dev/null @@ -1,5 +0,0 @@ --- Fix https://github.com/cmangos/classic-db/issues/45 --- was 'BKP Sparrow"" Smallbore"' -UPDATE `item_template` SET `name`='"Mage-Eye" Blunderbuss' WHERE `entry`='3041'; --- was 'Mage-Eye"" Blunderbuss"' -UPDATE `item_template` SET `name`='BKP "Sparrow" Smallbore' WHERE `entry`='3042'; diff --git a/Updates/1640_test_of_righteousness.sql b/Updates/1640_test_of_righteousness.sql deleted file mode 100644 index ddf861e1b..000000000 --- a/Updates/1640_test_of_righteousness.sql +++ /dev/null @@ -1,37 +0,0 @@ --- q.1806 'The Test of Righteousness' -DELETE FROM dbscripts_on_quest_start WHERE id = 1806; -INSERT INTO dbscripts_on_quest_start (id, delay, command, datalong, datalong2, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES -(1806,0,21,1,0,0,0,0,0,0,0,0,0,0,0,0,'active'), -(1806,0,29,2,2,0,0,0,0,0,0,0,0,0,0,0,'NpcFlags removed'), -(1806,1,3,0,0,0,0,0,0,0,0,0,-5094.52,-785.855,495.21,3.50204,''), -(1806,4,3,0,0,0,0,0,0,0,0,0,0,0,0,2.79125,''), -(1806,5,0,0,0,0,0,0,2000001143,0,0,0,0,0,0,0,''), -(1806,7,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,''), -(1806,9,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,''), -(1806,11,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,''), -(1806,12,9,22030,10,0,0,0,0,0,0,0,0,0,0,0,'respawn gobject'), -(1806,13,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,''), -(1806,15,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,''), -(1806,17,15,8912,0,0,0,0,0,0,0,0,0,0,0,0,''), -(1806,19,0,0,0,0,0,0,2000001144,0,0,0,0,0,0,0,''), -(1806,24,3,0,0,0,0,0,0,0,0,0,-5089.28,-782.95,495.279,0.504059,''), -(1806,27,3,0,0,0,0,0,0,0,0,0,0,0,0,5.77704,''), -(1806,27,29,2,1,0,0,0,0,0,0,0,0,0,0,0,'NpcFlags added'), -(1806,27,0,0,0,0,0,0,2000001145,0,0,0,0,0,0,0,''), -(1806,28,21,0,0,0,0,0,0,0,0,0,0,0,0,0,'unactive'); -UPDATE quest_template SET StartScript = 1806, DetailsEmote1 = 1 WHERE entry = 1806; -DELETE FROM db_script_string WHERE entry BETWEEN 2000001143 AND 2000001145; -INSERT INTO db_script_string (entry, content_default, sound, type, language, emote, comment) VALUES -(2000001143,'Let\'s get to work, $n!',0,0,0,0,NULL), -(2000001144,'I thank the Light for this blessing. May it be used for justice and to defend all good creatures.',0,0,0,16,NULL), -(2000001145,'Here you are, $n.',0,0,0,0,NULL); - --- Verigan's Fist --- missing added - WoTLKDB free guids reused -DELETE FROM gameobject WHERE guid = 22030; -INSERT INTO gameobject VALUES -(22030, 102413, 0, -5095.61, -785.424, 496.288, 1.37889, 0, 0, 0.636107, 0.771601, -10, 255, 1); --- spell must have target xyz -DELETE FROM spell_target_position WHERE id = 8912; -INSERT INTO spell_target_position (id, target_map, target_position_x, target_position_y, target_position_z, target_orientation) VALUES -(8912, 0, -5095.6,-785.673,496.287,3.1526); diff --git a/Updates/1643_balance_light_shadow.sql b/Updates/1643_balance_light_shadow.sql deleted file mode 100644 index 760f46489..000000000 --- a/Updates/1643_balance_light_shadow.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Fixed reward text for quest 7266 (The Balance of Light and Shadow) -UPDATE quest_template SET EndText='Your tenacity and courage are astounding, $G priest:priestess;. You have earned the right to hold the Splinter of Nordrassil. Only one task remains: The Eye of Shadow must be recovered. Scour the world.' WHERE entry=7622; diff --git a/Updates/1644_quest_5064.sql b/Updates/1644_quest_5064.sql deleted file mode 100644 index 6081b70d1..000000000 --- a/Updates/1644_quest_5064.sql +++ /dev/null @@ -1,3 +0,0 @@ --- The name Mac was hard-coded, changed to $N --- Changed "...may come.$B$BMac, as promised..." to "...may come.$B$B$N, as promised..." -UPDATE `quest_template` SET `OfferRewardText` = 'Great Spirit Totem! This is dire news indeed. I must begin to plan for whatever may come.$B$B$N, as promised, here is your reward for your brave service.$B$B' WHERE `entry` = '5064' LIMIT 1; diff --git a/Updates/1645_texts_fixed.sql b/Updates/1645_texts_fixed.sql deleted file mode 100644 index 0a1db2887..000000000 --- a/Updates/1645_texts_fixed.sql +++ /dev/null @@ -1,5 +0,0 @@ --- Fixed a few texts for quests or items --- Thanks to @Lichery for pointing. This closes #50 -UPDATE page_text SET text='Solomon,$B$BThe carrier of this decree has been granted official status as an acting deputy of Stormwind. You may use $g him:her;' WHERE entry=1471; -UPDATE quest_template SET OfferRewardText='Alright, $N. You want to earn your keep with the Horde? Well there\'s plenty to do here, so listen close and do what you\'re told.$B$B$GI see that look in your eyes, do not think I will tolerate any insolence. Thrall himself has declared the Hordes females to be on equal footing with you men. Disrespect me in the slightest, and you will know true pain.:I\'m happy to have met you. Thrall will be glad to know that more females like you and I are taking the initiative to push forward in the Barrens.;' WHERE entry=842; -UPDATE quest_template SET RequestItemsText='Yes, what you be needin\', $gdad:mon;? I got many tings to be takin\' care of today, and you not be on me agenda as one of them. Pester me, and I make sure that changes.' WHERE entry=3541; diff --git a/Updates/1646_z2696_01_mangos_dbscript_string_template.sql b/Updates/1646_z2696_01_mangos_dbscript_string_template.sql deleted file mode 100644 index 1f41ac9d0..000000000 --- a/Updates/1646_z2696_01_mangos_dbscript_string_template.sql +++ /dev/null @@ -1,31 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_z2695_01_mangos_instance_template required_z2696_01_mangos_dbscript_string_template bit; - --- New table to make it easier to add random text -DROP TABLE IF EXISTS `dbscript_string_template`; -CREATE TABLE `dbscript_string_template` ( - `id` int(11) unsigned NOT NULL COMMENT 'Id of template' AUTO_INCREMENT, - `string_id` int(11) NOT NULL DEFAULT '0' COMMENT 'db_script_string id', - PRIMARY KEY (`id`,`string_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=COMPACT COMMENT='DBScript system'; - --- Adding new datalong3 field to have more parameters that are needed in some cases -ALTER TABLE dbscripts_on_creature_death ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; -ALTER TABLE dbscripts_on_creature_movement ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; -ALTER TABLE dbscripts_on_event ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; -ALTER TABLE dbscripts_on_go_template_use ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; -ALTER TABLE dbscripts_on_go_use ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; -ALTER TABLE dbscripts_on_gossip ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; -ALTER TABLE dbscripts_on_quest_end ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; -ALTER TABLE dbscripts_on_quest_start ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; -ALTER TABLE dbscripts_on_spell ADD COLUMN datalong3 INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER datalong2; - --- Be sure no data is currently on datalong field for command = 0 (say) -UPDATE dbscripts_on_creature_death SET datalong=0 WHERE command=0; -UPDATE dbscripts_on_creature_movement SET datalong=0 WHERE command=0; -UPDATE dbscripts_on_event SET datalong=0 WHERE command=0; -UPDATE dbscripts_on_go_template_use SET datalong=0 WHERE command=0; -UPDATE dbscripts_on_go_use SET datalong=0 WHERE command=0; -UPDATE dbscripts_on_gossip SET datalong=0 WHERE command=0; -UPDATE dbscripts_on_quest_end SET datalong=0 WHERE command=0; -UPDATE dbscripts_on_quest_start SET datalong=0 WHERE command=0; -UPDATE dbscripts_on_spell SET datalong=0 WHERE command=0; diff --git a/Updates/1646_z2696_02_mangos_creature_movement_template.sql b/Updates/1646_z2696_02_mangos_creature_movement_template.sql deleted file mode 100644 index 82b5d69ce..000000000 --- a/Updates/1646_z2696_02_mangos_creature_movement_template.sql +++ /dev/null @@ -1,3 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_z2696_01_mangos_dbscript_string_template required_z2696_02_mangos_creature_movement_template bit; - -ALTER TABLE creature_movement_template ADD pathId int(11) unsigned NOT NULL DEFAULT '0' COMMENT 'Path ID for entry' AFTER entry, DROP PRIMARY KEY, ADD PRIMARY KEY (entry, pathId, point); diff --git a/Updates/1647_triggeredcastflags.sql b/Updates/1647_triggeredcastflags.sql deleted file mode 100644 index be0c92b90..000000000 --- a/Updates/1647_triggeredcastflags.sql +++ /dev/null @@ -1,10 +0,0 @@ --- Implement support for TriggeredCastFlags in dbscript CastSpell -UPDATE dbscripts_on_creature_death SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; -UPDATE dbscripts_on_creature_movement SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; -UPDATE dbscripts_on_event SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; -UPDATE dbscripts_on_go_template_use SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; -UPDATE dbscripts_on_go_use SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; -UPDATE dbscripts_on_gossip SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; -UPDATE dbscripts_on_quest_end SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; -UPDATE dbscripts_on_quest_start SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; -UPDATE dbscripts_on_spell SET datalong2=1,data_Flags=data_Flags&~8 WHERE data_Flags&8 AND command = 15; diff --git a/Updates/1649_z2697_01_mangos_creatures.sql b/Updates/1649_z2697_01_mangos_creatures.sql deleted file mode 100644 index 13602dacf..000000000 --- a/Updates/1649_z2697_01_mangos_creatures.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_z2696_02_mangos_creature_movement_template required_z2697_01_mangos_creatures bit; - -ALTER TABLE creature CHANGE spawntimesecs spawntimesecsmin INT(10) UNSIGNED DEFAULT 120 NOT NULL COMMENT 'Creature respawn time minimum'; - -ALTER TABLE creature ADD spawntimesecsmax INT(10) UNSIGNED DEFAULT 120 NOT NULL COMMENT 'Creature respawn time maximum' AFTER spawntimesecsmin; diff --git a/Updates/1649_z2697_02_mangos_gameobjects.sql b/Updates/1649_z2697_02_mangos_gameobjects.sql deleted file mode 100644 index 0406fa0ce..000000000 --- a/Updates/1649_z2697_02_mangos_gameobjects.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE db_version CHANGE COLUMN required_z2697_01_mangos_creatures required_z2697_02_mangos_gameobjects bit; - -ALTER TABLE gameobject CHANGE spawntimesecs spawntimesecsmin INT(11) DEFAULT 0 NOT NULL COMMENT 'Gameobject respawn time minimum'; - -ALTER TABLE gameobject ADD spawntimesecsmax INT(11) DEFAULT 0 NOT NULL COMMENT 'Gameobject respawn time maximum' AFTER spawntimesecsmin; diff --git a/Updates/1650_creature_spawntime.sql b/Updates/1650_creature_spawntime.sql deleted file mode 100644 index 1cfb4c4b5..000000000 --- a/Updates/1650_creature_spawntime.sql +++ /dev/null @@ -1,19 +0,0 @@ --- Console errors fixed --- Individual spawn range will be set later. -UPDATE creature SET spawntimesecsmax=spawntimesecsmin; -UPDATE gameobject SET spawntimesecsmax=spawntimesecsmin; - --- All world bosses have 2-4 day respawn timer - --- Lord Kazzak -UPDATE creature SET spawntimesecsmin = 172800, spawntimesecsmax = 345600 WHERE id = 12397; --- Emeriss -UPDATE creature SET spawntimesecsmin = 172800, spawntimesecsmax = 345600 WHERE id = 14889; --- Lethon -UPDATE creature SET spawntimesecsmin = 172800, spawntimesecsmax = 345600 WHERE id = 14888; --- Ysondre -UPDATE creature SET spawntimesecsmin = 172800, spawntimesecsmax = 345600 WHERE id = 14887; --- Taerar -UPDATE creature SET spawntimesecsmin = 172800, spawntimesecsmax = 345600 WHERE id = 14890; --- Azuregos -UPDATE creature SET spawntimesecsmin = 172800, spawntimesecsmax = 345600 WHERE id = 6109; \ No newline at end of file diff --git a/Updates/1652_garr_encounter.sql b/Updates/1652_garr_encounter.sql deleted file mode 100644 index e91fce590..000000000 --- a/Updates/1652_garr_encounter.sql +++ /dev/null @@ -1,10 +0,0 @@ --- Added missing spell target for two spells used in Garr encounter 19515 (Enrage Trigger) and 20482 (Firesworn Eruption Trigger) -DELETE FROM `spell_script_target` WHERE `entry` IN (19515, 20482); -INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`, `inverseEffectMask`) VALUES -('19515', '1', '12057', '0'), -('20482', '1', '12099', '0'); - --- Updated addon for NPC 12099 (Firesworn) -DELETE FROM `creature_template_addon` WHERE `entry` = 12099; -INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `b2_0_sheath`, `b2_1_flags`, `emote`, `moveflags`, `auras`) VALUES -('12099', '0', '0', '1', '16', '0', '0', '8876 15733'); diff --git a/Updates/1653_areatrigger_teleport.sql b/Updates/1653_areatrigger_teleport.sql deleted file mode 100644 index d5dfd26a7..000000000 --- a/Updates/1653_areatrigger_teleport.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Fixed orientation when leaving Wizard Sanctum -UPDATE areatrigger_teleport SET target_orientation=5.301441 WHERE id=702; diff --git a/Updates/1654_core_hound_linking.sql b/Updates/1654_core_hound_linking.sql deleted file mode 100644 index a6c03b21a..000000000 --- a/Updates/1654_core_hound_linking.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Added missing linking from one of the packs of Core Hound in Molten Core -DELETE FROM creature_linking WHERE guid IN (56644, 56646, 56647, 56649); -INSERT INTO creature_linking VALUES -(56644, 56648, 1027), -(56646, 56648, 1027), -(56647, 56648, 1027), -(56649, 56648, 1027); diff --git a/Updates/1656_nefarian_go.sql b/Updates/1656_nefarian_go.sql deleted file mode 100644 index b23f5fe5d..000000000 --- a/Updates/1656_nefarian_go.sql +++ /dev/null @@ -1,2 +0,0 @@ - -DELETE FROM `gameobject` WHERE `id`='179804'; diff --git a/Updates/1657_elwynn_doubles.sql b/Updates/1657_elwynn_doubles.sql deleted file mode 100644 index 537a70a7d..000000000 --- a/Updates/1657_elwynn_doubles.sql +++ /dev/null @@ -1,28 +0,0 @@ - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('79888', '94', '0', '0', '0', '-9162.370', '84.631480', '77.07617', '1.9198620', '300', '300', '0', '0', '1', '0', '0', '0'), -('79889', '94', '0', '0', '0', '-9158.634', '88.107510', '76.49521', '3.0543260', '300', '300', '0', '0', '1', '0', '0', '0'), -('79890', '94', '0', '0', '0', '-9162.569', '94.547660', '76.35566', '3.7873640', '300', '300', '0', '0', '1', '0', '0', '0'), -('79887', '94', '0', '0', '0', '-9184.273', '82.996860', '77.86783', '0.0000000', '300', '300', '0', '0', '1', '0', '0', '2'), -- 80268 -('79923', '94', '0', '0', '0', '-9116.321', '16.190760', '86.14124', '1.0677300', '300', '300', '15', '0', '1', '0', '0', '1'), -- 80264 -('79896', '94', '0', '0', '0', '-9141.669', '56.511390', '77.68613', '2.0935140', '300', '300', '15', '0', '1', '0', '0', '1'), -- 80269 -('79898', '94', '0', '0', '0', '-9214.206', '80.014870', '77.45210', '1.0415570', '300', '300', '15', '0', '1', '0', '0', '1'), -('79897', '94', '0', '0', '0', '-9179.804', '48.759660', '78.35671', '5.4723920', '300', '300', '15', '0', '1', '0', '0', '1'), -('79917', '94', '0', '0', '0', '-9123.283', '45.507810', '81.52477', '4.9890800', '300', '300', '15', '0', '1', '0', '0', '1'), -- 80265 -('79891', '94', '0', '0', '0', '-9183.929', '115.31280', '75.07649', '1.0465970', '300', '300', '15', '0', '1', '0', '0', '1'), -- 80275 -('79907', '94', '0', '0', '0', '-9214.404', '15.256180', '77.98733', '3.7409980', '300', '300', '15', '0', '1', '0', '0', '1'), -- 80267 -('79893', '94', '0', '0', '0', '-9248.432', '49.446070', '73.65561', '4.6946450', '300', '300', '15', '0', '1', '0', '0', '1'), -('79901', '94', '0', '0', '0', '-9250.834', '-13.69976', '73.14429', '0.4549955', '300', '300', '15', '0', '1', '0', '0', '1'), -- 80271 -('79892', '94', '0', '0', '0', '-9217.810', '149.22080', '72.47248', '0.2108259', '300', '300', '15', '0', '1', '0', '0', '1'), -- 80277 -('79885', '94', '0', '0', '0', '-9186.959', '178.84030', '73.43199', '2.6360890', '300', '300', '15', '0', '1', '0', '0', '1'), -- 80276 80279 -('79653', '94', '0', '0', '0', '-9250.160', '118.22270', '72.34116', '1.2651140', '300', '300', '15', '0', '1', '0', '0', '1'); - -UPDATE creature, creature_template SET creature.curhealth = creature_template.MinLevelHealth, creature.curmana = creature_template.MinLevelMana WHERE creature.id = creature_template.entry AND creature_template.RegenerateStats & 1; - -DELETE FROM `creature` WHERE `guid` IN ('80264', '80269', '80265', '80268', '80275', '80267', '80271', '80277', '80276', '80279'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='79887'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('79887', @POINT := @POINT + 1, '-9146.521', '63.78884', '77.43713', '3000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('79887', @POINT := @POINT + 1, '-9181.747', '81.59439', '77.80011', '5000', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); diff --git a/Updates/1658_ossirian.sql b/Updates/1658_ossirian.sql deleted file mode 100644 index f4a8d5888..000000000 --- a/Updates/1658_ossirian.sql +++ /dev/null @@ -1,3 +0,0 @@ - -UPDATE `creature_template` SET `SpeedWalk`=(2.5 / 2.5), `SpeedRun`=(6 / 7) WHERE `Entry`='15339'; -UPDATE `creature_template_addon` SET `auras`='19818' WHERE `entry`='15339'; diff --git a/Updates/1659_molten_core_runes.sql b/Updates/1659_molten_core_runes.sql deleted file mode 100644 index 4db6d022f..000000000 --- a/Updates/1659_molten_core_runes.sql +++ /dev/null @@ -1,5 +0,0 @@ --- Molten Core runes -UPDATE gameobject_template SET ExtraFlags=1 WHERE entry BETWEEN 176951 AND 176957; -UPDATE gameobject SET animprogress=100 WHERE id BETWEEN 176951 AND 176957; --- Flames Circles around each rune -UPDATE gameobject SET animprogress=255, spawntimesecsmin=604800, spawntimesecsmax=604800 WHERE id BETWEEN 178187 AND 178193; diff --git a/Updates/1660_son_of_flame.sql b/Updates/1660_son_of_flame.sql deleted file mode 100644 index 54efc9070..000000000 --- a/Updates/1660_son_of_flame.sql +++ /dev/null @@ -1,4 +0,0 @@ - -UPDATE `creature_template` SET `SpeedWalk`=(2.5 / 2.5), `SpeedRun`=(12 / 7) WHERE `Entry`='12143'; - -UPDATE `creature_template` SET `DamageSchool`='0' WHERE `Entry`='11502'; diff --git a/Updates/1662_rotting_ancestor.sql b/Updates/1662_rotting_ancestor.sql deleted file mode 100644 index 549384c2f..000000000 --- a/Updates/1662_rotting_ancestor.sql +++ /dev/null @@ -1,3 +0,0 @@ - -UPDATE `creature_template` SET `SpeedWalk`='1', `AIName`='' WHERE `Entry` IN ('1529', '1530'); -UPDATE `creature_template_addon` SET `auras`='3235' WHERE `entry` IN ('1529', '1530'); diff --git a/Updates/1663_lava annihilator.sql b/Updates/1663_lava annihilator.sql deleted file mode 100644 index 4477af8d7..000000000 --- a/Updates/1663_lava annihilator.sql +++ /dev/null @@ -1,3 +0,0 @@ - -UPDATE `creature_template` SET `AIName`='' WHERE `Entry`='11665'; -UPDATE `creature_template_addon` SET `auras`='19194 19195' WHERE `entry`='11665'; diff --git a/Updates/1664_ghost_roundup.sql b/Updates/1664_ghost_roundup.sql deleted file mode 100644 index 45fb8b415..000000000 --- a/Updates/1664_ghost_roundup.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Updates for quest Ghost-o-plasm Round Up (6134) --- Closes #1262 -UPDATE gameobject_template SET type=1,data2=11796480 WHERE entry=177746; -UPDATE creature_template SET FactionAlliance=7,FactionHorde=7 WHERE entry=11560; -DELETE FROM creature_template_addon WHERE entry=11560; -INSERT INTO creature_template_addon VALUES -(11560,0,0,1,16,0,0,'18146'); diff --git a/Updates/1665_domo_coords.sql b/Updates/1665_domo_coords.sql deleted file mode 100644 index 09105abdf..000000000 --- a/Updates/1665_domo_coords.sql +++ /dev/null @@ -1,2 +0,0 @@ - -UPDATE `spell_target_position` SET `target_position_x`='736.516', `target_position_y`='-1176.35', `target_position_z`='-119.006', `target_orientation`='0' WHERE `id` IN ('20618', '20534'); diff --git a/Updates/1666_quest_2118.sql b/Updates/1666_quest_2118.sql deleted file mode 100644 index ec0d98753..000000000 --- a/Updates/1666_quest_2118.sql +++ /dev/null @@ -1,7 +0,0 @@ --- Added missing update for quest 2118 in Darkshore -DELETE FROM spell_script_target WHERE entry=9439; -INSERT INTO spell_script_target VALUES(9439, 1, 2164, 0); - -UPDATE quest_template SET ReqSpellCast1=0 WHERE entry=2118; -UPDATE gameobject_template SET data2=10, data4=0 WHERE entry=109515; - diff --git a/Updates/1667_vekniss_hatchling.sql b/Updates/1667_vekniss_hatchling.sql deleted file mode 100644 index 5cb570efc..000000000 --- a/Updates/1667_vekniss_hatchling.sql +++ /dev/null @@ -1,10 +0,0 @@ - -REPLACE INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES -('26630', '531', '-8043.6', '1254.1', '-84.21667', '0'), -('26631', '531', '-8003.0', '1222.9', '-82.01666', '0'), -('26632', '531', '-8022.3', '1149.0', '-89.01666', '0'), -('720', '531', '-8043.6', '1254.1', '-84.3', '0'), -('731', '531', '-8003.0', '1222.9', '-82.1', '0'), -('1121', '531', '-8022.3', '1149.0', '-89.1', '0'); - -UPDATE `creature_template` SET `MinMeleeDmg`='103.9', `MaxMeleeDmg`='137.9' WHERE `Entry`='15962'; diff --git a/Updates/1668_vekniss soldier.sql b/Updates/1668_vekniss soldier.sql deleted file mode 100644 index 62f03f5c3..000000000 --- a/Updates/1668_vekniss soldier.sql +++ /dev/null @@ -1,2 +0,0 @@ - -UPDATE `creature_template_addon` SET `auras`='25801' WHERE `entry`='15229'; diff --git a/Updates/1669_vekniss_guardian.sql b/Updates/1669_vekniss_guardian.sql deleted file mode 100644 index 398527836..000000000 --- a/Updates/1669_vekniss_guardian.sql +++ /dev/null @@ -1,2 +0,0 @@ - -UPDATE `creature_template_addon` SET `auras`='18950' WHERE `entry`='15233'; diff --git a/Updates/1670_double_attack.sql b/Updates/1670_double_attack.sql deleted file mode 100644 index b6253f633..000000000 --- a/Updates/1670_double_attack.sql +++ /dev/null @@ -1,7 +0,0 @@ - -UPDATE `creature_template_addon` SET `auras`='18943' WHERE `entry`='15275'; -- Emperor Vek'nilash -UPDATE `creature_template_addon` SET `auras`='19818' WHERE `entry`='15262'; -- Obsidian Eradicator -UPDATE `creature_template_addon` SET `auras`='19818' WHERE `entry`='15338'; -- Obsidian Destroyer -UPDATE `creature_template_addon` SET `auras`='19818' WHERE `entry`='15312'; -- Obsidian Nullifier -UPDATE `creature_template_addon` SET `auras`='25176 19818' WHERE `entry`='15339'; -- Ossirian the Unscarred -UPDATE `creature_template_addon` SET `auras`='25184 19818' WHERE `entry`='11583'; -- Nefarian diff --git a/Updates/1671_redo_eradicator.sql b/Updates/1671_redo_eradicator.sql deleted file mode 100644 index b7ac5cc6b..000000000 --- a/Updates/1671_redo_eradicator.sql +++ /dev/null @@ -1,66 +0,0 @@ - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('87734', '15262', '531', '0', '0', '-8277.635', '2067.554', '118.2593', '1.774926', '1800', '1800', '0', '0', '170940', '0', '0', '2'), -('87736', '15262', '531', '0', '0', '-8258.032', '2124.338', '120.6414', '6.195919', '1800', '1800', '0', '0', '170940', '0', '0', '2'), -('88074', '15262', '531', '0', '0', '-8376.974', '2070.556', '144.8865', '1.803924', '1800', '1800', '0', '0', '170940', '0', '0', '2'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='87734'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('87734', @POINT := @POINT + 1, '-8282.951', '2093.236', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8273.953', '2106.067', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8277.969', '2116.790', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8292.524', '2119.098', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8307.771', '2141.695', '118.3659', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8292.524', '2119.098', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8277.969', '2116.790', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8273.953', '2106.067', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8282.951', '2093.236', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87734', @POINT := @POINT + 1, '-8277.297', '2070.659', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='87736'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('87736', @POINT := @POINT + 1, '-8242.226', '2125.750', '127.5347', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8234.375', '2128.125', '130.8001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8202.720', '2136.731', '129.3353', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8185.167', '2123.686', '129.1963', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8181.452', '2105.019', '129.1963', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8191.375', '2086.593', '129.1963', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8181.452', '2105.019', '129.1963', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8185.167', '2123.686', '129.1963', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8202.720', '2136.731', '129.3353', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8233.334', '2128.125', '131.1751', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8242.226', '2125.750', '127.5347', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('87736', @POINT := @POINT + 1, '-8256.743', '2124.262', '120.2957', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); - -SET @POINT := 0; -DELETE FROM `creature_movement` WHERE `id`='88074'; -INSERT INTO `creature_movement` (`id`, `point`, `position_x`, `position_y`, `position_z`, `waittime`, `script_id`, `textid1`, `textid2`, `textid3`, `textid4`, `textid5`, `emote`, `spell`, `orientation`, `model1`, `model2`) VALUES -('88074', @POINT := @POINT + 1, '-8383.191', '2096.747', '144.8261', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8379.467', '2113.167', '143.6545', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8368.374', '2117.771', '136.2442', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8356.403', '2116.523', '133.1008', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8342.338', '2116.063', '133.0911', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8338.457', '2108.827', '132.6952', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8331.443', '2092.253', '125.6270', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8323.716', '2093.625', '125.6041', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8316.983', '2095.258', '122.4067', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8311.382', '2097.501', '118.8619', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8302.849', '2107.911', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8292.684', '2108.071', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8289.837', '2100.808', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8297.129', '2093.869', '118.3001', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8310.037', '2094.395', '118.7956', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8315.771', '2092.706', '122.2935', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8322.370', '2089.841', '125.6150', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8328.958', '2085.229', '125.6326', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8326.164', '2076.209', '126.8105', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8321.340', '2065.851', '133.0319', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8325.952', '2055.939', '133.0548', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8332.794', '2047.068', '133.1227', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8338.969', '2041.953', '136.5257', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8347.218', '2036.589', '142.4718', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8357.450', '2041.958', '144.8221', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8368.557', '2053.296', '144.8487', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'), -('88074', @POINT := @POINT + 1, '-8378.510', '2073.499', '144.8015', '0', '0', '0', '0', '0', '0', '0', '0', '0', '100', '0', '0'); diff --git a/Updates/1672_brainwasher.sql b/Updates/1672_brainwasher.sql deleted file mode 100644 index 77bbf37ea..000000000 --- a/Updates/1672_brainwasher.sql +++ /dev/null @@ -1,9 +0,0 @@ - -UPDATE `creature` SET `position_x`='-8391.906', `position_y`='2063.480', `position_z`='116.20340', `orientation`='3.5081120' WHERE `guid`='87597'; -UPDATE `creature` SET `position_x`='-8551.390', `position_y`='2118.207', `position_z`='-1.737938', `orientation`='1.2217300' WHERE `guid`='87604'; -UPDATE `creature` SET `position_x`='-8548.230', `position_y`='2130.356', `position_z`='-2.730221', `orientation`='4.4854960' WHERE `guid`='87605'; -UPDATE `creature` SET `position_x`='-8623.282', `position_y`='2108.951', `position_z`='-2.676475', `orientation`='3.7873640' WHERE `guid`='87606'; -UPDATE `creature` SET `position_x`='-8592.574', `position_y`='1976.949', `position_z`='-1.209995', `orientation`='6.0911990' WHERE `guid`='87598'; -UPDATE `creature` SET `position_x`='-8631.831', `position_y`='2101.618', `position_z`='-1.330519', `orientation`='0.5061455' WHERE `guid`='87607'; - -UPDATE `creature_template_addon` SET `auras`='18950' WHERE `entry`='15247'; diff --git a/Updates/1673_molten_war_golem.sql b/Updates/1673_molten_war_golem.sql deleted file mode 100644 index c9d1541af..000000000 --- a/Updates/1673_molten_war_golem.sql +++ /dev/null @@ -1,3 +0,0 @@ - -UPDATE `creature_template_addon` SET `auras`='13377 15506' WHERE `entry`='8908'; -UPDATE `creature_template` SET `AIName`='' WHERE `Entry`='8908'; diff --git a/Updates/1674_missing_template.sql b/Updates/1674_missing_template.sql deleted file mode 100644 index ac90a7a7b..000000000 --- a/Updates/1674_missing_template.sql +++ /dev/null @@ -1,6 +0,0 @@ - -REPLACE INTO `creature_template` (`Entry`, `Name`, `MinLevel`, `MaxLevel`, `ModelId1`, `ModelId2`, `ModelId3`, `ModelId4`, `FactionAlliance`, `FactionHorde`, `Scale`, `Family`, `CreatureType`, `InhabitType`, `RegenerateStats`, `RacialLeader`, `NpcFlags`, `UnitFlags`, `DynamicFlags`, `ExtraFlags`, `CreatureTypeFlags`, `SpeedWalk`, `SpeedRun`, `UnitClass`, `Rank`, `HealthMultiplier`, `PowerMultiplier`, `DamageMultiplier`, `DamageVariance`, `ArmorMultiplier`, `ExperienceMultiplier`, `MinLevelHealth`, `MaxLevelHealth`, `MinLevelMana`, `MaxLevelMana`, `MinMeleeDmg`, `MaxMeleeDmg`, `MinRangedDmg`, `MaxRangedDmg`, `Armor`, `MeleeAttackPower`, `RangedAttackPower`, `MeleeBaseAttackTime`, `RangedBaseAttackTime`, `DamageSchool`, `MinLootGold`, `MaxLootGold`, `LootId`, `PickpocketLootId`, `SkinningLootId`, `KillCredit1`, `KillCredit2`, `MechanicImmuneMask`, `SchoolImmuneMask`, `ResistanceHoly`, `ResistanceFire`, `ResistanceNature`, `ResistanceFrost`, `ResistanceShadow`, `ResistanceArcane`, `PetSpellDataId`, `MovementType`, `TrainerType`, `TrainerSpell`, `TrainerClass`, `TrainerRace`, `TrainerTemplateId`, `VendorTemplateId`, `GossipMenuId`, `EquipmentTemplateId`, `Civilian`, `AIName`, `ScriptName`) VALUES -('15925', 'Toxic Slime', '60', '60', '11686', '0', '0', '0', '14', '14', '0', '0', '10', '3', '3', '0', '0', '33554432', '0', '0', '0', '1', '1.14286', '1', '0', '1.35', '1', '1', '1', '1', '1', '4120', '4120', '0', '0', '103.9', '137.9', '0', '0', '3791', '252', '26', '2000', '2000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', ''); - -REPLACE INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `b2_0_sheath`, `b2_1_flags`, `emote`, `moveflags`, `auras`) VALUES -('15925', '0', '0', '1', '16', '0', '0', '26575'); diff --git a/Updates/1675_hakkar.sql b/Updates/1675_hakkar.sql deleted file mode 100644 index 265c5ddd6..000000000 --- a/Updates/1675_hakkar.sql +++ /dev/null @@ -1,3 +0,0 @@ - -UPDATE `creature_template` SET `HealthMultiplier`='270', `DamageMultiplier`='20', `MinLevelHealth`='719550', `MaxLevelHealth`='719550', `MinMeleeDmg`='102.2', `MaxMeleeDmg`='135.3', `MinRangedDmg`='0', `MaxRangedDmg`='0', `MeleeAttackPower`='252', `RangedAttackPower`='27' WHERE `Entry`='14834'; -UPDATE `creature` SET `curhealth`='719550' WHERE `id`='14834'; diff --git a/Updates/1678_LBRS_updates.sql b/Updates/1678_LBRS_updates.sql deleted file mode 100644 index 30ee78b55..000000000 --- a/Updates/1678_LBRS_updates.sql +++ /dev/null @@ -1,34 +0,0 @@ --- Gizrul the Slavener -UPDATE creature_template SET MovementType = 2, SpeedWalk = 1 WHERE Entry = 10268; -DELETE FROM creature_movement_template WHERE entry = 10268; -INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES -(10268,1,-167.538,-415.014,76.1469,2000,1026801,1.56698), -(10268,2,-167.477,-406.849,76.1473,0,0,1.56698), -(10268,3,-167.444,-383.805,64.4009,0,0,1.5984), -(10268,4,-167.461,-361.946,64.4009,0,0,1.56698), -(10268,5,-167.618,-334.249,64.4009,0,0,1.59054), -(10268,6,-170.905,-326.795,64.4009,0,0,2.71366), -(10268,7,-179.014,-325.519,64.4113,0,0,3.18097), -(10268,8,-186.344,-326.651,64.4235,2000,1026802,3.39303); -DELETE FROM dbscripts_on_creature_movement WHERE id IN (1026801,1026802); -INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES -(1026801,1,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'RUN ON'), -(1026802,1,20,1,3,0,0,0,0x08,0,0,0,0,0,0,0,0,'movement chenged to 1:random'); - --- Quartermaster Zigris -UPDATE creature SET position_x = -191.052414, position_y = -475.636169, position_z = 87.390228, orientation = 5.441134, MovementType = 2, spawndist = 0 WHERE guid = 45749; -UPDATE creature_template SET MovementType = 2, SpeedWalk = 1 WHERE Entry = 9736; -DELETE FROM creature_movement_template WHERE entry = 9736; -INSERT INTO creature_movement_template (entry, point, position_x, position_y, position_z, waittime, script_id, orientation) VALUES -(9736,1,-197.84,-475.872,87.3902,0,0,3.43366), -(9736,2,-204.115,-479.089,87.3902,20000,973601,3.86642), -(9736,3,-199.847,-475.276,87.3902,0,0,1.28184), -(9736,4,-198.268,-468.756,87.3902,0,0,1.61563), -(9736,5,-199.716,-463.531,87.3902,0,0,2.20547), -(9736,6,-202.282,-460.122,87.3902,20000,973601,2.50706), -(9736,7,-191.052414,-475.636169,87.390228,15000,0,5.441134); -DELETE FROM dbscripts_on_creature_movement WHERE id = 973601; -INSERT INTO dbscripts_on_creature_movement (id, delay, command, datalong, datalong2, datalong3, buddy_entry, search_radius, data_flags, dataint, dataint2, dataint3, dataint4, x, y, z, o, comments) VALUES -(973601,1,1,1,0,0,0,0,0,273,5,274,1,0,0,0,0,''), -(973601,7,1,1,0,0,0,0,0,273,5,274,1,0,0,0,0,''), -(973601,16,1,1,0,0,0,0,0,273,5,274,1,0,0,0,0,''); diff --git a/Updates/1679_deathknight.sql b/Updates/1679_deathknight.sql deleted file mode 100644 index 479da97aa..000000000 --- a/Updates/1679_deathknight.sql +++ /dev/null @@ -1,4 +0,0 @@ - -UPDATE `creature_template` SET `EquipmentTemplateId`='16146' WHERE `Entry`='16146'; -REPLACE INTO `creature_equip_template` (`entry`, `equipentry1`, `equipentry2`, `equipentry3`) VALUES -('16146', '2179', '11041', '0'); diff --git a/Updates/1680_pvp_holidays_revamp.sql b/Updates/1680_pvp_holidays_revamp.sql deleted file mode 100644 index ea2b015e4..000000000 --- a/Updates/1680_pvp_holidays_revamp.sql +++ /dev/null @@ -1,1896 +0,0 @@ --- ---------------------------------- --- ALTERAC VALLEY --- ---------------------------------- - --- CREATURES -DELETE FROM game_event_creature WHERE guid IN (SELECT guid FROM creature WHERE id IN (15103, 15106)); -DELETE FROM creature WHERE id IN (15103, 15106); -INSERT INTO `creature` VALUES -(190137, 15103, 0, 0, 0, -4839.37, -1169.09, 502.279, 5.37562, 300, 300, 0, 0, 26140, 0, 0, 0), -(190136, 15103, 0, 0, 0, -4836.85, -1171.63, 502.277, 2.44346, 300, 300, 0, 0, 26140, 0, 0, 0), -(190113, 15103, 1, 0, 0, 9962.88, 2175.22, 1327.8, 1.97222, 120, 120, 0, 0, 26140, 0, 0, 0), -(190112, 15103, 1, 0, 0, 9961.1, 2179.29, 1327.8, 5.13127, 120, 120, 0, 0, 26140, 0, 0, 0), -(190177, 15103, 0, 0, 0, -8409.07, 578.255, 92.0611, 3.9968, 300, 300, 0, 0, 26140, 0, 0, 0), -(190176, 15103, 0, 0, 0, -8411.89, 575.031, 92.3179, 0.855211, 300, 300, 0, 0, 26140, 0, 0, 0), -(190169, 15103, 0, 0, 0, -5037.07, -1261.52, 505.383, 5.42797, 120, 120, 0, 0, 26140, 0, 0, 0), -(190168, 15103, 0, 0, 0, -5033.87, -1266.07, 505.383, 2.07694, 120, 120, 0, 0, 26140, 0, 0, 0), -(190161, 15103, 1, 0, 0, 9959.3, 2484.38, 1316.15, 0.750492, 300, 300, 0, 0, 26140, 0, 0, 0), -(190160, 15103, 1, 0, 0, 9962.13, 2487.17, 1316.12, 3.9968, 300, 300, 0, 0, 26140, 0, 0, 0), -(190153, 15103, 0, 0, 0, -8387.29, 286.165, 120.969, 2.30383, 300, 300, 0, 0, 26140, 0, 0, 0), -(190152, 15103, 0, 0, 0, -8389.02, 288.375, 120.969, 5.53269, 300, 300, 0, 0, 26140, 0, 0, 0), -(190145, 15103, 0, 0, 0, -4683.46, -985.091, 501.627, 6.03884, 300, 300, 0, 0, 26140, 0, 0, 0), -(190144, 15103, 0, 0, 0, -4680.56, -985.584, 501.646, 3.08923, 300, 300, 0, 0, 26140, 0, 0, 0), -(190129, 15103, 1, 0, 0, 9724.21, 2545, 1335.76, 5.58505, 300, 300, 0, 0, 26140, 0, 0, 0), -(190128, 15103, 1, 0, 0, 9727.12, 2542.52, 1335.24, 2.42602, 300, 300, 0, 0, 26140, 0, 0, 0), -(190121, 15103, 1, 0, 0, 9984.56, 2345.23, 1330.87, 1.74533, 120, 120, 0, 0, 26140, 0, 0, 0), -(190120, 15103, 1, 0, 0, 9983.62, 2350.23, 1330.87, 4.92183, 120, 120, 0, 0, 26140, 0, 0, 0), -(190265, 15103, 1, 0, 0, 9916.64, 2349.3, 1330.87, 4.92183, 300, 300, 0, 0, 26140, 0, 0, 0), -(190264, 15103, 1, 0, 0, 9916.48, 2345.54, 1330.87, 1.74533, 300, 300, 0, 0, 26140, 0, 0, 0), -(190033, 15103, 0, 0, 0, -5032.97, -926.68, 501.743, 4.64258, 300, 300, 0, 0, 26140, 0, 0, 0), -(190032, 15103, 0, 0, 0, -5033.75, -931.287, 501.743, 1.32645, 300, 300, 0, 0, 26140, 0, 0, 0), -(190025, 15103, 0, 0, 0, -4916.61, -852.305, 501.745, 1.48353, 300, 300, 0, 0, 26140, 0, 0, 0), -(190024, 15103, 0, 0, 0, -4916.43, -848.374, 501.745, 4.72984, 300, 300, 0, 0, 26140, 0, 0, 0), -(190017, 15103, 0, 0, 0, -8853.08, 587.01, 94.0289, 0.680678, 300, 300, 0, 0, 26140, 0, 0, 0), -(190016, 15103, 0, 0, 0, -8850.69, 589.49, 93.7805, 4.06662, 300, 300, 0, 0, 26140, 0, 0, 0), -(190009, 15103, 0, 0, 0, -8873.52, 544.724, 106.367, 3.82227, 300, 300, 0, 0, 26140, 0, 0, 0), -(190008, 15103, 0, 0, 0, -8876.83, 542.382, 106.366, 0.558505, 300, 300, 0, 0, 26140, 0, 0, 0), -(190001, 15103, 0, 0, 0, -8838.8, 651.394, 96.8924, 2.42601, 300, 300, 0, 0, 26140, 0, 0, 0), -(190000, 15103, 0, 0, 0, -8840.63, 652.959, 97.1951, 5.60251, 300, 300, 0, 0, 26140, 0, 0, 0), -(190496, 15103, 1, 0, 0, 9952.47, 2089.45, 1327.72, 4.78552, 120, 120, 0, 0, 26140, 0, 0, 2), -(190497, 15103, 1, 0, 0, 9951.12, 2089.54, 1327.72, 4.78566, 120, 120, 0, 0, 26140, 0, 0, 0), -(190512, 15103, 0, 0, 0, -5007.03, -1177.84, 501.66, 5.94314, 120, 120, 0, 0, 26140, 0, 0, 2), -(190513, 15103, 0, 0, 0, -5001.03, -1179.84, 501.66, 5.94313, 120, 120, 0, 0, 26140, 0, 0, 0), -(190520, 15103, 0, 0, 0, -8570.55, 536.096, 101.568, 5.53562, 120, 120, 0, 0, 26140, 0, 0, 2), -(190521, 15103, 0, 0, 0, -8569.02, 537.091, 101.549, 5.49044, 120, 120, 0, 0, 26140, 0, 0, 0), -(190105, 15106, 1, 0, 0, -1247.75, 54.7024, 127.217, 1.0472, 120, 120, 0, 0, 26140, 0, 0, 0), -(190104, 15106, 1, 0, 0, -1245.35, 58.3835, 127.089, 4.11898, 120, 120, 0, 0, 26140, 0, 0, 0), -(190400, 15106, 1, 0, 0, 1658.86, -4389.01, 23.9964, 1.13446, 120, 120, 0, 0, 26140, 0, 0, 0), -(190401, 15106, 1, 0, 0, 1660.66, -4385.63, 24.2068, 4.11898, 120, 120, 0, 0, 26140, 0, 0, 0), -(190408, 15106, 1, 0, 0, 1667.64, -4346.96, 61.5564, 2.37365, 120, 120, 0, 0, 26140, 0, 0, 0), -(190409, 15106, 1, 0, 0, 1665.84, -4344.94, 61.5564, 5.37561, 120, 120, 0, 0, 26140, 0, 0, 0), -(190416, 15106, 1, 0, 0, 1747.5, -3965.36, 50.0846, 3.49066, 120, 120, 0, 0, 26140, 0, 0, 0), -(190417, 15106, 1, 0, 0, 1743.73, -3966.88, 49.4691, 0.418879, 120, 120, 0, 0, 26140, 0, 0, 0), -(190424, 15106, 1, 0, 0, 1936.91, -4712.06, 37.331, 1.18682, 120, 120, 0, 0, 26140, 0, 0, 0), -(190425, 15106, 1, 0, 0, 1937.18, -4707.45, 35.7722, 4.36332, 120, 120, 0, 0, 26140, 0, 0, 0), -(190432, 15106, 1, 0, 0, -1091.7, -17.997, 140.475, 1.13446, 120, 120, 0, 0, 26140, 0, 0, 0), -(190433, 15106, 1, 0, 0, -1090.22, -15.3547, 140.657, 4.15388, 120, 120, 0, 0, 26140, 0, 0, 0), -(190440, 15106, 1, 0, 0, -1277.94, 138.47, 131.94, 5.35816, 120, 120, 0, 0, 26140, 0, 0, 0), -(190441, 15106, 1, 0, 0, -1275.75, 135.88, 132.1, 2.32129, 120, 120, 0, 0, 26140, 0, 0, 0), -(190448, 15106, 1, 0, 0, -1377.62, -61.9991, 159.279, 2.93215, 120, 120, 0, 0, 26140, 0, 0, 0), -(190449, 15106, 1, 0, 0, -1381.3, -61.6688, 159.135, 0.0174533, 120, 120, 0, 0, 26140, 0, 0, 0), -(190456, 15106, 1, 0, 0, -1049.16, 234.144, 134.639, 2.32129, 120, 120, 0, 0, 26140, 0, 0, 0), -(190457, 15106, 1, 0, 0, -1051.35, 236.734, 134.64, 5.35816, 120, 120, 0, 0, 26140, 0, 0, 0), -(190464, 15106, 0, 0, 0, 1263.18, 350.778, -63.6459, 0.977384, 120, 120, 0, 0, 26140, 0, 0, 0), -(190465, 15106, 0, 0, 0, 1265.31, 353.748, -63.6368, 4.15388, 120, 120, 0, 0, 26140, 0, 0, 0), -(190472, 15106, 0, 0, 0, 1521.09, 238.709, -41.3065, 1.18682, 120, 120, 0, 0, 26140, 0, 0, 0), -(190473, 15106, 0, 0, 0, 1522.57, 242.055, -41.3065, 4.2586, 120, 120, 0, 0, 26140, 0, 0, 0), -(190480, 15106, 0, 0, 0, 1593.71, 316.03, -41.3411, 6.21337, 120, 120, 0, 0, 26140, 0, 0, 0), -(190481, 15106, 0, 0, 0, 1596.57, 315.891, -41.3411, 3.12414, 120, 120, 0, 0, 26140, 0, 0, 0), -(190488, 15106, 0, 0, 0, 1597.46, 164.685, -41.3411, 2.6529, 120, 120, 0, 0, 26140, 0, 0, 0), -(190489, 15106, 0, 0, 0, 1593.22, 166.868, -41.3411, 5.81195, 120, 120, 0, 0, 26140, 0, 0, 0), -(190528, 15106, 1, 0, 0, 1954.35, -4722.71, 42.659, 1.99567, 120, 120, 0, 0, 26140, 0, 0, 2), -(190529, 15106, 1, 0, 0, 1952.39, -4723.16, 42.1039, 1.87001, 120, 120, 0, 0, 26140, 0, 0, 0), -(190544, 15106, 1, 0, 0, -1391.53, -85.9722, 158.985, 2.35896, 120, 120, 0, 0, 26140, 0, 0, 2), -(190545, 15106, 1, 0, 0, -1394.13, -86.12, 158.935, 2.19541, 120, 120, 0, 0, 26140, 0, 0, 0), -(190552, 15106, 0, 0, 0, 1633.35, 180.895, -62.1827, 0.313509, 120, 120, 0, 0, 26140, 0, 0, 2), -(190553, 15106, 0, 0, 0, 1632.72, 182.795, -62.183, 0.313487, 120, 120, 0, 0, 26140, 0, 0, 0), -(190576, 15106, 1, 0, 0, -1384.78, -87.3005, 159.192, 1.5929, 120, 120, 0, 0, 26140, 0, 0, 0), -(190577, 15106, 1, 0, 0, -1384.86, -83.6998, 159.726, 4.7462, 120, 120, 0, 0, 26140, 0, 0, 0); - -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(190497, 190496, 515), -(190513, 190512, 515), -(190521, 190520, 515), -(190529, 190528, 515), -(190545, 190544, 515), -(190553, 190552, 515); - -INSERT INTO `creature_movement` (`id`,`point`,`position_x`,`position_y`,`position_z`,`waittime`,`script_id`,`textid1`,`textid2`,`textid3`,`textid4`,`textid5`,`emote`,`spell`,`orientation`,`model1`,`model2`) VALUES -(190496, 1, 9952.47, 2089.45, 1327.72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 2, 9953.24, 2253.22, 1335.29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 3, 9952.86, 2275.41, 1341.4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 4, 9952.4, 2292.36, 1341.39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 5, 9952.35, 2302.62, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 6, 9951.28, 2318.49, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 7, 9951, 2337.6, 1331.27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 8, 9950.29, 2405.21, 1328.23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 9, 9949.97, 2433.77, 1324.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 10, 9949.52, 2453.58, 1321.11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 11, 9949.02, 2475.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 12, 9948.86, 2482.9, 1316.22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 13, 9960.6, 2494.16, 1316.46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 14, 9969.22, 2510.8, 1317.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 15, 9986.03, 2519.99, 1316.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 16, 9975.02, 2539.73, 1316.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 17, 9948.79, 2554.92, 1316.32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 18, 9947.11, 2572.04, 1318.3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 19, 9946.96, 2605.64, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 20, 9946.63, 2585.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 21, 9946.43, 2573.54, 1318.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 22, 9946.2, 2560.24, 1315.77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 23, 9945.8, 2555.99, 1316.28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 24, 9931.09, 2551.67, 1317.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 25, 9915.98, 2541.26, 1316.83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 26, 9906.96, 2530.01, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 27, 9899.4, 2529.93, 1315.17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 28, 9887.01, 2529.8, 1318.71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 29, 9849.84, 2529.4, 1321.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 30, 9776.92, 2527.83, 1318.95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 31, 9724.57, 2526.01, 1335.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 32, 9709.61, 2525.32, 1335.69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 33, 9724.57, 2526.01, 1335.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 34, 9776.92, 2527.83, 1318.95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 35, 9849.84, 2529.4, 1321.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 36, 9887.01, 2529.8, 1318.71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 37, 9899.4, 2529.93, 1315.17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 38, 9906.96, 2530.01, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 39, 9915.98, 2541.26, 1316.83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 40, 9931.09, 2551.67, 1317.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 41, 9945.8, 2555.99, 1316.28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 42, 9946.2, 2560.24, 1315.77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 43, 9946.43, 2573.54, 1318.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 44, 9946.63, 2585.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 45, 9946.96, 2605.64, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 46, 9947.11, 2572.04, 1318.3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 47, 9948.79, 2554.92, 1316.32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 48, 9975.02, 2539.73, 1316.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 49, 9986.03, 2519.99, 1316.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 50, 9969.22, 2510.8, 1317.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 51, 9960.6, 2494.16, 1316.46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 52, 9948.86, 2482.9, 1316.22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 53, 9949.02, 2475.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 54, 9949.52, 2453.58, 1321.11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 55, 9949.97, 2433.77, 1324.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 56, 9950.29, 2405.21, 1328.23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 57, 9951, 2337.6, 1331.27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 58, 9951.28, 2318.49, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 59, 9952.35, 2302.62, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 60, 9952.4, 2292.36, 1341.39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 61, 9952.86, 2275.41, 1341.4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 62, 9953.24, 2253.22, 1335.29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190496, 63, 9952.47, 2089.45, 1327.72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 1, -5007.03, -1177.84, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 2, -5001.6, -1153.96, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 3, -4997.44, -1127.35, 501.696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 4, -5000.03, -1114.52, 501.651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 5, -4997.12, -1109.34, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 6, -4994.9, -1099, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 7, -4994.39, -1087.39, 500.913, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 8, -4992.23, -1050.22, 497.945, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 9, -4990.41, -1041.16, 501.658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 10, -4986.52, -1020.52, 501.656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 11, -4958.59, -977.043, 501.622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 12, -4896.11, -925.091, 501.589, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 13, -4858.81, -910.906, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 14, -4822.94, -906.469, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 15, -4812.86, -906.403, 497.967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 16, -4783.43, -907.789, 497.959, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 17, -4775.18, -907.41, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 18, -4761.82, -907.258, 501.633, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 19, -4755.1, -910.173, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 20, -4702.37, -937.593, 501.673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 21, -4693.85, -961.51, 501.659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 22, -4691.43, -974.311, 501.492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 23, -4718.75, -982.936, 501.537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 24, -4744.27, -984.132, 501.485, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 25, -4779.13, -1024.8, 502.211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 26, -4807.38, -1032.69, 502.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 27, -4812.82, -1069.17, 502.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 28, -4836.54, -1086.65, 502.196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 29, -4862.22, -1086.39, 502.202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 30, -4890.83, -1113.34, 501.96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 31, -4911.88, -1119.41, 501.699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 32, -4937.18, -1180.6, 501.701, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 33, -4958.12, -1185.43, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190512, 34, -5005.38, -1176.96, 501.659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 1, -8570.55, 536.096, 101.568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 2, -8562.13, 527.552, 100.848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 3, -8545.02, 501.789, 98.5899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 4, -8518.93, 522.048, 98.3434, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 5, -8491.88, 555.915, 97.5228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 6, -8471.63, 569.622, 96.3419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 7, -8446.56, 585.956, 94.0389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 8, -8429.33, 569.955, 93.9131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 9, -8410.32, 568.215, 92.0255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 10, -8394.13, 575.455, 91.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 11, -8382.3, 593.915, 92.7951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 12, -8390.55, 617.003, 95.0653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 13, -8372.64, 633.326, 94.5912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 14, -8352.06, 628.119, 95.1563, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 15, -8372.64, 633.326, 94.5912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 16, -8390.55, 617.003, 95.0653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 17, -8382.3, 593.915, 92.7951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 18, -8394.13, 575.455, 91.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 19, -8410.32, 568.215, 92.0255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 20, -8429.33, 569.955, 93.9131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 21, -8446.56, 585.956, 94.0389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 22, -8471.63, 569.622, 96.3419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 23, -8491.88, 555.915, 97.5228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 24, -8510.11, 529.336, 98.1213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 25, -8544.46, 500.948, 98.6426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 26, -8562.68, 528.108, 100.913, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 27, -8577.11, 542.753, 101.777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 28, -8597.78, 526.589, 106.411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 29, -8611.79, 514.084, 103.461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 30, -8634.36, 537.268, 99.9459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 31, -8657.58, 553.584, 96.9367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 32, -8678.6, 549.382, 97.4357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 33, -8697.52, 533.308, 97.6909, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 34, -8713.68, 518.891, 97.1231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 35, -8730.44, 539.56, 101.059, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 36, -8748.36, 560.304, 97.4026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 37, -8735.85, 575.619, 97.4327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 38, -8770.72, 608.689, 97.1009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 39, -8799.59, 588.334, 97.2445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 40, -8819.46, 617.93, 94.6946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 41, -8840.7, 642.219, 95.5346, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 42, -8851.28, 660.075, 97.0017, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 43, -8824.99, 677.832, 97.6574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 44, -8845.73, 720.753, 97.3148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 45, -8870.14, 760.393, 96.7109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 46, -8880.87, 754.513, 96.3478, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 47, -8909.56, 791.193, 87.4289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 48, -8899.24, 803.05, 87.6653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 49, -8898.7, 825.012, 92.1318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 50, -8907.05, 846.462, 96.0285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 51, -8894.59, 866.98, 97.405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 52, -8887.74, 890.776, 103.431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 53, -8894.48, 911.813, 110.763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 54, -8854.07, 933.522, 102.07, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 55, -8894.48, 911.813, 110.763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 56, -8887.74, 890.776, 103.431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 57, -8894.59, 866.98, 97.405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 58, -8907.05, 846.462, 96.0285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 59, -8898.7, 825.012, 92.1318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 60, -8899.16, 803.142, 87.7088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 61, -8909.56, 791.193, 87.4289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 62, -8880.87, 754.513, 96.3478, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 63, -8870.14, 760.393, 96.7109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 64, -8845.75, 720.794, 97.2726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 65, -8824.99, 677.832, 97.6574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 66, -8851.28, 660.075, 97.0017, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 67, -8840.74, 642.262, 95.532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 68, -8819.46, 617.93, 94.6946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 69, -8799.59, 588.334, 97.2445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 70, -8770.72, 608.689, 97.1009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 71, -8735.85, 575.619, 97.4327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 72, -8748.36, 560.304, 97.4026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 73, -8730.58, 539.735, 101.077, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 74, -8713.68, 518.891, 97.1231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 75, -8697.52, 533.308, 97.6909, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 76, -8678.6, 549.382, 97.4357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 77, -8657.58, 553.584, 96.9367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 78, -8634.36, 537.268, 99.9459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 79, -8611.79, 514.084, 103.461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 80, -8597.78, 526.589, 106.411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190520, 81, -8577.11, 542.753, 101.777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 1, 1954.46, -4722.56, 42.6743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 2, 1951.09, -4714.8, 36.9093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 3, 1948.98, -4697.22, 28.9954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 4, 1945.38, -4681.89, 25.2457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 5, 1937.36, -4669.2, 26.5256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 6, 1909.86, -4631.36, 32.9827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 7, 1907.75, -4627.89, 34.119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 8, 1894.59, -4605.89, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 9, 1925.42, -4584.78, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 10, 1909.95, -4559.76, 34.1195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 11, 1904.4, -4549.83, 28.7954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 12, 1893, -4531.73, 28.0416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 13, 1893.45, -4526.07, 28.581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 14, 1899.83, -4517.27, 27.3582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 15, 1906.73, -4505.23, 24.9591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 16, 1907.86, -4490.92, 22.9967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 17, 1900.89, -4482.65, 21.1357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 18, 1893.16, -4474.82, 20.6826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 19, 1891.65, -4462.73, 19.5832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 20, 1894.99, -4448.4, 18.1421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 21, 1896.97, -4437.62, 16.2806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 22, 1894.04, -4426.05, 13.9888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 23, 1885.5, -4418.79, 11.3314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 24, 1876.37, -4416.82, 9.24696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 25, 1856.3, -4416.08, 6.07582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 26, 1843.81, -4407.75, 4.68483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 27, 1840.08, -4400.54, 4.1577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 28, 1817.85, -4365.1, -9.09306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 29, 1799.58, -4327.29, -11.1642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 30, 1782.7, -4294.67, 5.5883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 31, 1776.15, -4294, 6.73376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 32, 1766.7, -4298.89, 7.56642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 33, 1761.65, -4304.24, 7.2299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 34, 1745.15, -4297.08, 13.9415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 35, 1740.24, -4292.31, 15.1055, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 36, 1735.93, -4277.6, 17.9325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 37, 1742.48, -4263.41, 23.8393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 38, 1750.93, -4255.88, 28.2688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 39, 1769.24, -4248.43, 36.0152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 40, 1780.17, -4240.32, 39.6535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 41, 1784.91, -4228.93, 39.8616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 42, 1777.11, -4221.35, 39.6674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 43, 1754.45, -4213.47, 42.4923, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 44, 1742.98, -4213.58, 43.9449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 45, 1729, -4220.93, 45.6859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 46, 1707.14, -4231.98, 49.2425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 47, 1683.98, -4245.42, 51.3726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 48, 1664.47, -4256.19, 51.5929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 49, 1651.2, -4264.8, 50.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 50, 1637.98, -4271.1, 48.0471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 51, 1623.92, -4262.35, 47.1224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 52, 1603.29, -4237.15, 45.2332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 53, 1589.27, -4219.05, 44.1306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 54, 1581.14, -4198.7, 41.3964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 55, 1579.6, -4173, 37.7449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 56, 1585.85, -4153.19, 34.6496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 57, 1606.41, -4122.96, 29.7899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 58, 1666.8, -4097.01, 35.0078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 59, 1706.45, -4087.46, 39.3622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 60, 1730.26, -4073.1, 43.8529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 61, 1744.58, -4045.25, 44.1596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 62, 1746.77, -4022.89, 45.6474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 63, 1743.11, -4000.24, 46.4807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 64, 1732.31, -3972.21, 48.1202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 65, 1743.11, -4000.24, 46.4807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 66, 1746.77, -4022.89, 45.6474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 67, 1744.58, -4045.25, 44.1596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 68, 1730.26, -4073.1, 43.8529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 69, 1706.45, -4087.46, 39.3622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 70, 1666.8, -4097.01, 35.0078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 71, 1606.41, -4122.96, 29.7899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 72, 1585.85, -4153.19, 34.6496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 73, 1579.6, -4173, 37.7449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 74, 1581.14, -4198.7, 41.3964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 75, 1589.27, -4219.05, 44.1306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 76, 1603.29, -4237.15, 45.2332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 77, 1623.92, -4262.35, 47.1224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 78, 1637.98, -4271.1, 48.0471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 79, 1651.2, -4264.8, 50.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 80, 1664.47, -4256.19, 51.5929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 81, 1683.98, -4245.42, 51.3726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 82, 1707.14, -4231.98, 49.2425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 83, 1729, -4220.93, 45.6859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 84, 1742.98, -4213.58, 43.9449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 85, 1754.45, -4213.47, 42.4923, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 86, 1777.11, -4221.35, 39.6674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 87, 1784.91, -4228.93, 39.8616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 88, 1780.17, -4240.32, 39.6535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 89, 1769.24, -4248.43, 36.0152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 90, 1750.93, -4255.88, 28.2688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 91, 1742.48, -4263.41, 23.8393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 92, 1735.93, -4277.6, 17.9325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 93, 1740.24, -4292.31, 15.1055, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 94, 1745.15, -4297.08, 13.9415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 95, 1761.65, -4304.24, 7.2299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 96, 1766.7, -4298.89, 7.56642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 97, 1776.15, -4294, 6.73376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 98, 1782.7, -4294.67, 5.5883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 99, 1799.58, -4327.29, -11.1642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 100, 1817.85, -4365.1, -9.09306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 101, 1840.08, -4400.54, 4.1577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 102, 1843.81, -4407.75, 4.68483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 103, 1856.3, -4416.08, 6.07582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 104, 1876.37, -4416.82, 9.24696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 105, 1885.5, -4418.79, 11.3314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 106, 1894.04, -4426.05, 13.9888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 107, 1896.97, -4437.62, 16.2806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 108, 1894.99, -4448.4, 18.1421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 109, 1891.65, -4462.73, 19.5832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 110, 1893.16, -4474.82, 20.6826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 111, 1900.89, -4482.65, 21.1357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 112, 1907.86, -4490.92, 22.9967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 113, 1906.73, -4505.23, 24.9591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 114, 1899.83, -4517.27, 27.3582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 115, 1893.45, -4526.07, 28.581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 116, 1893, -4531.73, 28.0416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 117, 1904.4, -4549.83, 28.7954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 118, 1909.95, -4559.76, 34.1195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 119, 1925.42, -4584.78, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 120, 1894.59, -4605.89, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 121, 1907.75, -4627.89, 34.119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 122, 1909.86, -4631.36, 32.9827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 123, 1937.36, -4669.2, 26.5256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 124, 1945.38, -4681.89, 25.2457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 125, 1948.98, -4697.22, 28.9954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 126, 1951.09, -4714.8, 36.9093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190528, 127, 1954.46, -4722.56, 42.6743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 1, -1391.53, -85.9722, 158.985, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 2, -1392.84, -70.6216, 158.953, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 3, -1397.17, -63.2994, 158.48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 4, -1385.78, -48.623, 160.41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 5, -1355.33, -12.8232, 142.476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 6, -1329.13, 16.6672, 138.367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 7, -1322.95, 27.8675, 138.336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 8, -1317.07, 29.013, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 9, -1309.84, 26.0727, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 10, -1295.25, 33.1151, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 11, -1292.36, 39.2755, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 12, -1279.27, 46.8591, 128.935, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 13, -1267.41, 56.4666, 127.176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 14, -1264.5, 73.6123, 127.693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 15, -1284.97, 98.3124, 130.204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 16, -1286.55, 107.812, 130.943, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 17, -1277.37, 119.394, 131.171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 18, -1243.35, 133.647, 132.448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 19, -1224.07, 134.804, 133.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 20, -1212.96, 128.896, 134.073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 21, -1206.33, 117.248, 134.406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 22, -1185.65, 119.227, 135.216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 23, -1144.61, 116.924, 135.302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 24, -1119.91, 119.143, 140.139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 25, -1097.18, 112.477, 141.61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 26, -1092.25, 101.523, 141.349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 27, -1095.62, 77.6066, 140.762, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 28, -1080.86, 54.2081, 139.809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 29, -1070.34, 43.3666, 140.655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 30, -1064.75, 33.6603, 141.13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 31, -1062.9, 20.0719, 140.94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 32, -1066.26, -6.02389, 140.792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 33, -1074.74, -15.8266, 140.093, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 34, -1066.26, -6.02389, 140.792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 35, -1062.9, 20.0719, 140.94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 36, -1064.75, 33.6603, 141.13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 37, -1070.34, 43.3666, 140.655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 38, -1080.86, 54.2081, 139.809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 39, -1095.62, 77.6066, 140.762, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 40, -1092.25, 101.523, 141.349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 41, -1097.18, 112.477, 141.61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 42, -1119.91, 119.143, 140.139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 43, -1144.61, 116.924, 135.302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 44, -1185.65, 119.227, 135.216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 45, -1206.33, 117.248, 134.406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 46, -1212.96, 128.896, 134.073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 47, -1224.07, 134.804, 133.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 48, -1243.35, 133.647, 132.448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 49, -1277.37, 119.394, 131.171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 50, -1286.55, 107.812, 130.943, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 51, -1284.97, 98.3124, 130.204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 52, -1264.5, 73.6123, 127.693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 53, -1267.41, 56.4666, 127.176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 54, -1279.27, 46.8591, 128.935, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 55, -1292.36, 39.2755, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 56, -1295.25, 33.1151, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 57, -1309.84, 26.0727, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 58, -1317.07, 29.013, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 59, -1322.95, 27.8675, 138.336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 60, -1329.13, 16.6672, 138.367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 61, -1355.33, -12.8232, 142.476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 62, -1385.78, -48.623, 160.41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 63, -1397.17, -63.2994, 158.48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 64, -1392.84, -70.6216, 158.953, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190544, 65, -1391.53, -85.9722, 158.985, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 1, 1633.54, 180.941, -62.1792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 2, 1643.4, 187.231, -62.1807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 3, 1659.3, 207.71, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 4, 1665.55, 226.576, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 5, 1666.6, 249.188, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 6, 1660.32, 271.069, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 7, 1647.42, 288.737, -62.1818, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 8, 1624.67, 307.036, -62.1787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 9, 1581.49, 310.531, -62.1787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 10, 1546.92, 291.715, -62.1805, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 11, 1529.93, 269.005, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 12, 1526.49, 213.221, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 13, 1537.43, 194.846, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 14, 1564.85, 173.251, -62.1786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190552, 15, 1614.72, 169.978, -62.1786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0); - -INSERT INTO game_event_creature VALUES -(190000, 18), -(190496, 18), -(190497, 18), -(190512, 18), -(190513, 18), -(190520, 18), -(190521, 18), -(190001, 18), -(190008, 18), -(190009, 18), -(190016, 18), -(190017, 18), -(190024, 18), -(190025, 18), -(190032, 18), -(190033, 18), -(190264, 18), -(190265, 18), -(190120, 18), -(190121, 18), -(190128, 18), -(190129, 18), -(190144, 18), -(190145, 18), -(190152, 18), -(190153, 18), -(190160, 18), -(190161, 18), -(190168, 18), -(190169, 18), -(190176, 18), -(190177, 18), -(190112, 18), -(190113, 18), -(190136, 18), -(190137, 18), -(190409, 18), -(190576, 18), -(190553, 18), -(190552, 18), -(190545, 18), -(190544, 18), -(190529, 18), -(190528, 18), -(190489, 18), -(190488, 18), -(190481, 18), -(190480, 18), -(190473, 18), -(190472, 18), -(190465, 18), -(190464, 18), -(190457, 18), -(190456, 18), -(190449, 18), -(190448, 18), -(190441, 18), -(190440, 18), -(190433, 18), -(190432, 18), -(190425, 18), -(190424, 18), -(190417, 18), -(190416, 18), -(190577, 18), -(190408, 18), -(190401, 18), -(190400, 18), -(190105, 18), -(190104, 18); - - --- GAMEOBJECTS -DELETE FROM gameobject WHERE id IN (180395, 180399); -INSERT INTO `gameobject` VALUES -(190266, 180395, 1, -1383.59, -85.434, 159.566, 3.17021, 0, 0, 0, 0, 180, 180, 255, 1), -(190270, 180395, 1, -1379.01, -58.6698, 158.927, 3.71842, 0, 0, 0, 0, 180, 180, 255, 1), -(190274, 180395, 1, -1273.51, 134.157, 132.078, -2.35619, 0, 0, 0, 0, 180, 180, 255, 1), -(190278, 180395, 1, -1249.68, 52.4457, 127.18, 1.90241, 0, 0, 0, 0, 180, 180, 255, 1), -(190282, 180395, 1, -1091.78, -20.9857, 140.129, 0.241459, 0, 0, 0, 0, 180, 180, 255, 1), -(190286, 180395, 0, 1262.51, 353.944, -63.7039, 5.5162, 0, 0, 0, 0, 180, 180, 255, 1), -(190290, 180395, 0, 1524.65, 242.972, -41.3899, -1.55334, 0, 0, 0, 0, 180, 180, 255, 1), -(190294, 180395, 0, 1592.72, 168.947, -41.4244, 0, 0, 0, 0, 0, 180, 180, 255, 1), -(190298, 180395, 0, 1598.8, 311.823, -41.4244, 3.17493, 0, 0, 0, 0, 180, 180, 255, 1), -(190302, 180395, 1, 1657.46, -4385.4, 23.5797, -1.01229, 0, 0, 0, 0, 180, 180, 255, 1), -(190306, 180395, 1, 1663.59, -4343.19, 61.2462, 0.750492, 0, 0, 0, 0, 180, 180, 255, 1), -(190310, 180395, 1, 1934.82, -4711.71, 37.4563, 0.517133, 0, 0, 0, 0, 180, 180, 255, 1), -(190314, 180395, 1, 1746.33, -3967.47, 49.2634, 2.0013, 0, 0, 0, 0, 180, 180, 255, 1), -(190318, 180395, 1, -1051.74, 234.324, 134.494, 0.7054, 0, 0, 0, 0, 180, 180, 255, 1), -(190151, 180399, 1, 9920.2, 2349.05, 1331.37, -1.55334, 0, 0, 0, 0, 180, 180, 255, 1), -(190085, 180399, 0, -8411.21, 577.031, 92.4777, -0.9599, 0, 0, 0, 0, 180, 180, 255, 1), -(190079, 180399, 0, -5034.64, -1263.19, 506.017, -2.426, 0, 0, 0, 0, 180, 180, 255, 1), -(190073, 180399, 1, 9963.4, 2490.17, 1316.5, 3.1401, 0, 0, 0, 0, 180, 180, 255, 1), -(190025, 180399, 0, -5034.97, -921.89, 502.476, 6.14817, 0, 0, 0, 0, 180, 180, 255, 1), -(190067, 180399, 0, -8387.16, 288.082, 121.513, 3.80376, 0, 0, 0, 0, 180, 180, 255, 1), -(190061, 180399, 0, -4675.23, -985.175, 502.526, 1.16136, 0, 0, 0, 0, 180, 180, 255, 1), -(190019, 180399, 0, -4919.66, -844.965, 502.275, -2.40855, 0, 0, 0, 0, 180, 180, 255, 1), -(190013, 180399, 0, -8847.29, 594.026, 94.1301, -0.698132, 0, 0, 0, 0, 180, 180, 255, 1), -(190055, 180399, 0, -4832.84, -1171.19, 502.723, 1.509, 0, 0, 0, 0, 180, 180, 255, 1), -(190049, 180399, 1, 9720.44, 2545.07, 1336.21, 2.14675, 0, 0, 0, 0, 180, 180, 255, 1), -(190043, 180399, 1, 9984.68, 2348.01, 1331.29, 3.136, 0, 0, 0, 0, 180, 180, 255, 1), -(190037, 180399, 1, 9964.87, 2179.44, 1328.61, 3.7134, 0, 0, 0, 0, 180, 180, 255, 1), -(190007, 180399, 0, -8870.25, 544.276, 107.011, 5.0603, 0, 0, 0, 0, 180, 180, 255, 1), -(190001, 180399, 0, -8843.1, 654.157, 97.9823, -2.53073, 0, 0, 0, 0, 180, 180, 255, 1); - -INSERT INTO game_event_gameobject VALUES -(190318, 18), -(190314, 18), -(190310, 18), -(190306, 18), -(190302, 18), -(190298, 18), -(190294, 18), -(190290, 18), -(190286, 18), -(190282, 18), -(190278, 18), -(190274, 18), -(190270, 18), -(190266, 18), -(190151, 18), -(190001, 18), -(190007, 18), -(190037, 18), -(190043, 18), -(190049, 18), -(190055, 18), -(190013, 18), -(190019, 18), -(190061, 18), -(190067, 18), -(190025, 18), -(190073, 18), -(190079, 18), -(190085, 18), -(190152, 18), -(190086, 18), -(190080, 18), -(190074, 18), -(190026, 18), -(190020, 18), -(190068, 18), -(190062, 18), -(190014, 18), -(190056, 18), -(190050, 18), -(190044, 18), -(190038, 18), -(190008, 18), -(190002, 18); - - --- ---------------------------------- --- WARSONG GULCH --- ---------------------------------- - --- CREATURES -DELETE FROM game_event_creature WHERE guid IN (SELECT guid FROM creature WHERE id IN (15102, 15105)); -DELETE FROM creature WHERE id IN (15102, 15105); -INSERT INTO `creature` VALUES -(190139, 15102, 0, 0, 0, -4839.37, -1169.09, 502.279, 5.37561, 300, 300, 0, 0, 573, 0, 0, 0), -(190138, 15102, 0, 0, 0, -4836.85, -1171.63, 502.277, 2.44346, 300, 300, 0, 0, 573, 0, 0, 0), -(190131, 15102, 1, 0, 0, 9724.21, 2545, 1335.76, 5.58505, 300, 300, 0, 0, 573, 0, 0, 0), -(190130, 15102, 1, 0, 0, 9727.12, 2542.52, 1335.24, 2.42601, 300, 300, 0, 0, 573, 0, 0, 0), -(190115, 15102, 1, 0, 0, 9962.88, 2175.22, 1327.8, 1.97222, 300, 300, 0, 0, 573, 0, 0, 0), -(190114, 15102, 1, 0, 0, 9961.1, 2179.29, 1327.8, 5.13127, 300, 300, 0, 0, 573, 0, 0, 0), -(190179, 15102, 0, 0, 0, -8409.07, 578.255, 92.0611, 3.9968, 300, 300, 0, 0, 573, 0, 0, 0), -(190178, 15102, 0, 0, 0, -8411.89, 575.031, 92.3179, 0.855211, 300, 300, 0, 0, 573, 0, 0, 0), -(190171, 15102, 0, 0, 0, -5037.07, -1261.52, 505.383, 5.42797, 300, 300, 0, 0, 573, 0, 0, 0), -(190170, 15102, 0, 0, 0, -5033.87, -1266.07, 505.383, 2.07694, 300, 300, 0, 0, 573, 0, 0, 0), -(190163, 15102, 1, 0, 0, 9959.42, 2484.32, 1316.13, 0.750492, 300, 300, 0, 0, 573, 0, 0, 0), -(190162, 15102, 1, 0, 0, 9962.13, 2487.17, 1316.12, 3.9968, 300, 300, 0, 0, 573, 0, 0, 0), -(190155, 15102, 0, 0, 0, -8387.24, 286.125, 120.969, 2.30383, 300, 300, 0, 0, 573, 0, 0, 0), -(190154, 15102, 0, 0, 0, -8389.1, 288.407, 120.969, 5.53269, 300, 300, 0, 0, 573, 0, 0, 0), -(190147, 15102, 0, 0, 0, -4683.46, -985.091, 501.627, 6.03884, 300, 300, 0, 0, 573, 0, 0, 0), -(190146, 15102, 0, 0, 0, -4680.7, -985.645, 501.642, 3.08923, 300, 300, 0, 0, 573, 0, 0, 0), -(190123, 15102, 1, 0, 0, 9984.56, 2345.23, 1330.87, 1.74533, 300, 300, 0, 0, 573, 0, 0, 0), -(190122, 15102, 1, 0, 0, 9983.62, 2350.23, 1330.87, 4.92183, 300, 300, 0, 0, 573, 0, 0, 0), -(190267, 15102, 1, 0, 0, 9916.48, 2345.54, 1330.87, 1.74533, 300, 300, 0, 0, 573, 0, 0, 0), -(190266, 15102, 1, 0, 0, 9916.64, 2349.3, 1330.87, 4.92183, 300, 300, 0, 0, 573, 0, 0, 0), -(190035, 15102, 0, 0, 0, -5032.97, -926.68, 501.743, 4.64258, 300, 300, 0, 0, 573, 0, 0, 0), -(190034, 15102, 0, 0, 0, -5033.75, -931.287, 501.743, 1.32645, 300, 300, 0, 0, 573, 0, 0, 0), -(190027, 15102, 0, 0, 0, -4916.61, -852.305, 501.745, 1.48353, 300, 300, 0, 0, 573, 0, 0, 0), -(190026, 15102, 0, 0, 0, -4916.43, -848.374, 501.745, 4.72984, 300, 300, 0, 0, 573, 0, 0, 0), -(190019, 15102, 0, 0, 0, -8853.08, 587.01, 94.0289, 0.680678, 300, 300, 0, 0, 573, 0, 0, 0), -(190018, 15102, 0, 0, 0, -8850.69, 589.49, 93.7805, 4.06662, 300, 300, 0, 0, 573, 0, 0, 0), -(190011, 15102, 0, 0, 0, -8873.52, 544.724, 106.367, 3.82227, 300, 300, 0, 0, 573, 0, 0, 0), -(190010, 15102, 0, 0, 0, -8876.83, 542.382, 106.366, 0.558505, 300, 300, 0, 0, 573, 0, 0, 0), -(190003, 15102, 0, 0, 0, -8838.8, 651.394, 96.8924, 2.42601, 300, 300, 0, 0, 573, 0, 0, 0), -(190002, 15102, 0, 0, 0, -8840.63, 652.959, 97.1951, 5.60251, 300, 300, 0, 0, 573, 0, 0, 0), -(190498, 15102, 1, 0, 0, 9952.47, 2089.45, 1327.72, 4.78552, 120, 120, 0, 0, 573, 0, 0, 2), -(190499, 15102, 1, 0, 0, 9951.12, 2089.54, 1327.72, 4.78566, 120, 120, 0, 0, 573, 0, 0, 0), -(190514, 15102, 0, 0, 0, -5007.03, -1177.84, 501.66, 5.94314, 120, 120, 0, 0, 573, 0, 0, 2), -(190515, 15102, 0, 0, 0, -5001.03, -1179.84, 501.66, 5.94313, 120, 120, 0, 0, 573, 0, 0, 0), -(190522, 15102, 0, 0, 0, -8570.55, 536.096, 101.568, 5.53562, 120, 120, 0, 0, 573, 0, 0, 2), -(190523, 15102, 0, 0, 0, -8569.02, 537.091, 101.549, 5.49044, 120, 120, 0, 0, 573, 0, 0, 0), -(190107, 15105, 1, 15250, 0, -1247.75, 54.7024, 127.217, 1.0472, 300, 300, 0, 0, 852, 852, 0, 0), -(190106, 15105, 1, 15247, 0, -1245.48, 58.3111, 127.087, 4.11898, 300, 300, 0, 0, 852, 852, 0, 0), -(190402, 15105, 1, 0, 0, 1658.86, -4389.01, 23.9964, 1.13446, 120, 120, 0, 0, 852, 852, 0, 0), -(190403, 15105, 1, 0, 0, 1660.66, -4385.63, 24.2068, 4.11898, 120, 120, 0, 0, 852, 852, 0, 0), -(190410, 15105, 1, 0, 0, 1667.64, -4346.96, 61.5564, 2.37365, 120, 120, 0, 0, 852, 852, 0, 0), -(190411, 15105, 1, 0, 0, 1665.84, -4344.94, 61.5564, 5.37561, 120, 120, 0, 0, 852, 852, 0, 0), -(190418, 15105, 1, 0, 0, 1747.5, -3965.36, 50.0846, 3.49066, 120, 120, 0, 0, 852, 852, 0, 0), -(190419, 15105, 1, 0, 0, 1743.73, -3966.88, 49.4691, 0.418879, 120, 120, 0, 0, 852, 852, 0, 0), -(190426, 15105, 1, 0, 0, 1936.91, -4712.06, 37.331, 1.18682, 120, 120, 0, 0, 852, 852, 0, 0), -(190427, 15105, 1, 0, 0, 1937.18, -4707.45, 35.7722, 4.36332, 120, 120, 0, 0, 852, 852, 0, 0), -(190434, 15105, 1, 0, 0, -1091.7, -17.997, 140.475, 1.13446, 120, 120, 0, 0, 852, 852, 0, 0), -(190435, 15105, 1, 0, 0, -1090.22, -15.3547, 140.657, 4.15388, 120, 120, 0, 0, 852, 852, 0, 0), -(190442, 15105, 1, 0, 0, -1277.94, 138.47, 131.94, 5.35816, 120, 120, 0, 0, 852, 852, 0, 0), -(190443, 15105, 1, 0, 0, -1275.75, 135.88, 132.1, 2.32129, 120, 120, 0, 0, 852, 852, 0, 0), -(190450, 15105, 1, 0, 0, -1377.62, -61.9991, 159.279, 2.93215, 120, 120, 0, 0, 852, 852, 0, 0), -(190451, 15105, 1, 0, 0, -1381.3, -61.6688, 159.135, 0.0174533, 120, 120, 0, 0, 852, 852, 0, 0), -(190458, 15105, 1, 0, 0, -1049.16, 234.144, 134.639, 2.32129, 120, 120, 0, 0, 852, 852, 0, 0), -(190459, 15105, 1, 0, 0, -1051.35, 236.734, 134.64, 5.35816, 120, 120, 0, 0, 852, 852, 0, 0), -(190466, 15105, 0, 0, 0, 1263.18, 350.778, -63.6459, 0.977384, 120, 120, 0, 0, 852, 852, 0, 0), -(190467, 15105, 0, 0, 0, 1265.31, 353.748, -63.6368, 4.15388, 120, 120, 0, 0, 852, 852, 0, 0), -(190474, 15105, 0, 0, 0, 1521.09, 238.709, -41.3065, 1.18682, 120, 120, 0, 0, 852, 852, 0, 0), -(190475, 15105, 0, 0, 0, 1522.57, 242.055, -41.3065, 4.2586, 120, 120, 0, 0, 852, 852, 0, 0), -(190482, 15105, 0, 0, 0, 1593.71, 316.03, -41.3411, 6.21337, 120, 120, 0, 0, 852, 852, 0, 0), -(190483, 15105, 0, 0, 0, 1596.57, 315.891, -41.3411, 3.12414, 120, 120, 0, 0, 852, 852, 0, 0), -(190490, 15105, 0, 0, 0, 1597.46, 164.685, -41.3411, 2.6529, 120, 120, 0, 0, 852, 852, 0, 0), -(190491, 15105, 0, 0, 0, 1593.22, 166.868, -41.3411, 5.81195, 120, 120, 0, 0, 852, 852, 0, 0), -(190530, 15105, 1, 0, 0, 1954.35, -4722.71, 42.659, 1.99567, 120, 120, 0, 0, 852, 852, 0, 2), -(190531, 15105, 1, 0, 0, 1952.39, -4723.16, 42.1039, 1.87001, 120, 120, 0, 0, 852, 852, 0, 0), -(190546, 15105, 1, 0, 0, -1391.53, -85.9722, 158.985, 2.35896, 120, 120, 0, 0, 852, 852, 0, 2), -(190547, 15105, 1, 0, 0, -1394.13, -86.12, 158.935, 2.19541, 120, 120, 0, 0, 852, 852, 0, 0), -(190554, 15105, 0, 0, 0, 1633.35, 180.895, -62.1827, 0.313509, 120, 120, 0, 0, 852, 852, 0, 2), -(190555, 15105, 0, 0, 0, 1632.72, 182.795, -62.183, 0.313487, 120, 120, 0, 0, 852, 852, 0, 0), -(190578, 15105, 1, 0, 0, -1384.78, -87.3005, 159.192, 1.5929, 120, 120, 0, 0, 852, 852, 0, 0), -(190579, 15105, 1, 0, 0, -1384.86, -83.6998, 159.726, 4.7462, 120, 120, 0, 0, 852, 852, 0, 0); - -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(190555, 190554, 515), -(190547, 190546, 515), -(190531, 190530, 515), -(190523, 190522, 515), -(190515, 190514, 515), -(190499, 190498, 515); - -INSERT INTO `creature_movement` (`id`,`point`,`position_x`,`position_y`,`position_z`,`waittime`,`script_id`,`textid1`,`textid2`,`textid3`,`textid4`,`textid5`,`emote`,`spell`,`orientation`,`model1`,`model2`) VALUES -(190498, 1, 9952.47, 2089.45, 1327.72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 2, 9953.24, 2253.22, 1335.29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 3, 9952.86, 2275.41, 1341.4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 4, 9952.4, 2292.36, 1341.39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 5, 9952.35, 2302.62, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 6, 9951.28, 2318.49, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 7, 9951, 2337.6, 1331.27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 8, 9950.29, 2405.21, 1328.23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 9, 9949.97, 2433.77, 1324.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 10, 9949.52, 2453.58, 1321.11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 11, 9949.02, 2475.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 12, 9948.86, 2482.9, 1316.22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 13, 9960.6, 2494.16, 1316.46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 14, 9969.22, 2510.8, 1317.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 15, 9986.03, 2519.99, 1316.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 16, 9975.02, 2539.73, 1316.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 17, 9948.79, 2554.92, 1316.32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 18, 9947.11, 2572.04, 1318.3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 19, 9946.96, 2605.64, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 20, 9946.63, 2585.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 21, 9946.43, 2573.54, 1318.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 22, 9946.2, 2560.24, 1315.77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 23, 9945.8, 2555.99, 1316.28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 24, 9931.09, 2551.67, 1317.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 25, 9915.98, 2541.26, 1316.83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 26, 9906.96, 2530.01, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 27, 9899.4, 2529.93, 1315.17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 28, 9887.01, 2529.8, 1318.71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 29, 9849.84, 2529.4, 1321.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 30, 9776.92, 2527.83, 1318.95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 31, 9724.57, 2526.01, 1335.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 32, 9709.61, 2525.32, 1335.69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 33, 9724.57, 2526.01, 1335.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 34, 9776.92, 2527.83, 1318.95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 35, 9849.84, 2529.4, 1321.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 36, 9887.01, 2529.8, 1318.71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 37, 9899.4, 2529.93, 1315.17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 38, 9906.96, 2530.01, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 39, 9915.98, 2541.26, 1316.83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 40, 9931.09, 2551.67, 1317.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 41, 9945.8, 2555.99, 1316.28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 42, 9946.2, 2560.24, 1315.77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 43, 9946.43, 2573.54, 1318.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 44, 9946.63, 2585.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 45, 9946.96, 2605.64, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 46, 9947.11, 2572.04, 1318.3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 47, 9948.79, 2554.92, 1316.32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 48, 9975.02, 2539.73, 1316.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 49, 9986.03, 2519.99, 1316.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 50, 9969.22, 2510.8, 1317.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 51, 9960.6, 2494.16, 1316.46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 52, 9948.86, 2482.9, 1316.22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 53, 9949.02, 2475.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 54, 9949.52, 2453.58, 1321.11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 55, 9949.97, 2433.77, 1324.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 56, 9950.29, 2405.21, 1328.23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 57, 9951, 2337.6, 1331.27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 58, 9951.28, 2318.49, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 59, 9952.35, 2302.62, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 60, 9952.4, 2292.36, 1341.39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 61, 9952.86, 2275.41, 1341.4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 62, 9953.24, 2253.22, 1335.29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190498, 63, 9952.47, 2089.45, 1327.72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 1, -5007.03, -1177.84, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 2, -5001.6, -1153.96, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 3, -4997.44, -1127.35, 501.696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 4, -5000.03, -1114.52, 501.651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 5, -4997.12, -1109.34, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 6, -4994.9, -1099, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 7, -4994.39, -1087.39, 500.913, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 8, -4992.23, -1050.22, 497.945, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 9, -4990.41, -1041.16, 501.658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 10, -4986.52, -1020.52, 501.656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 11, -4958.59, -977.043, 501.622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 12, -4896.11, -925.091, 501.589, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 13, -4858.81, -910.906, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 14, -4822.94, -906.469, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 15, -4812.86, -906.403, 497.967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 16, -4783.43, -907.789, 497.959, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 17, -4775.18, -907.41, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 18, -4761.82, -907.258, 501.633, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 19, -4755.1, -910.173, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 20, -4702.37, -937.593, 501.673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 21, -4693.85, -961.51, 501.659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 22, -4691.43, -974.311, 501.492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 23, -4718.75, -982.936, 501.537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 24, -4744.27, -984.132, 501.485, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 25, -4779.13, -1024.8, 502.211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 26, -4807.38, -1032.69, 502.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 27, -4812.82, -1069.17, 502.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 28, -4836.54, -1086.65, 502.196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 29, -4862.22, -1086.39, 502.202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 30, -4890.83, -1113.34, 501.96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 31, -4911.88, -1119.41, 501.699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 32, -4937.18, -1180.6, 501.701, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 33, -4958.12, -1185.43, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190514, 34, -5005.38, -1176.96, 501.659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 1, -8570.55, 536.096, 101.568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 2, -8562.13, 527.552, 100.848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 3, -8545.02, 501.789, 98.5899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 4, -8518.93, 522.048, 98.3434, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 5, -8491.88, 555.915, 97.5228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 6, -8471.63, 569.622, 96.3419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 7, -8446.56, 585.956, 94.0389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 8, -8429.33, 569.955, 93.9131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 9, -8410.32, 568.215, 92.0255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 10, -8394.13, 575.455, 91.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 11, -8382.3, 593.915, 92.7951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 12, -8390.55, 617.003, 95.0653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 13, -8372.64, 633.326, 94.5912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 14, -8352.06, 628.119, 95.1563, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 15, -8372.64, 633.326, 94.5912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 16, -8390.55, 617.003, 95.0653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 17, -8382.3, 593.915, 92.7951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 18, -8394.13, 575.455, 91.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 19, -8410.32, 568.215, 92.0255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 20, -8429.33, 569.955, 93.9131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 21, -8446.56, 585.956, 94.0389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 22, -8471.63, 569.622, 96.3419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 23, -8491.88, 555.915, 97.5228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 24, -8510.11, 529.336, 98.1213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 25, -8544.46, 500.948, 98.6426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 26, -8562.68, 528.108, 100.913, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 27, -8577.11, 542.753, 101.777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 28, -8597.78, 526.589, 106.411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 29, -8611.79, 514.084, 103.461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 30, -8634.36, 537.268, 99.9459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 31, -8657.58, 553.584, 96.9367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 32, -8678.6, 549.382, 97.4357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 33, -8697.52, 533.308, 97.6909, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 34, -8713.68, 518.891, 97.1231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 35, -8730.44, 539.56, 101.059, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 36, -8748.36, 560.304, 97.4026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 37, -8735.85, 575.619, 97.4327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 38, -8770.72, 608.689, 97.1009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 39, -8799.59, 588.334, 97.2445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 40, -8819.46, 617.93, 94.6946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 41, -8840.7, 642.219, 95.5346, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 42, -8851.28, 660.075, 97.0017, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 43, -8824.99, 677.832, 97.6574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 44, -8845.73, 720.753, 97.3148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 45, -8870.14, 760.393, 96.7109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 46, -8880.87, 754.513, 96.3478, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 47, -8909.56, 791.193, 87.4289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 48, -8899.24, 803.05, 87.6653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 49, -8898.7, 825.012, 92.1318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 50, -8907.05, 846.462, 96.0285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 51, -8894.59, 866.98, 97.405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 52, -8887.74, 890.776, 103.431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 53, -8894.48, 911.813, 110.763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 54, -8854.07, 933.522, 102.07, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 55, -8894.48, 911.813, 110.763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 56, -8887.74, 890.776, 103.431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 57, -8894.59, 866.98, 97.405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 58, -8907.05, 846.462, 96.0285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 59, -8898.7, 825.012, 92.1318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 60, -8899.16, 803.142, 87.7088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 61, -8909.56, 791.193, 87.4289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 62, -8880.87, 754.513, 96.3478, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 63, -8870.14, 760.393, 96.7109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 64, -8845.75, 720.794, 97.2726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 65, -8824.99, 677.832, 97.6574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 66, -8851.28, 660.075, 97.0017, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 67, -8840.74, 642.262, 95.532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 68, -8819.46, 617.93, 94.6946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 69, -8799.59, 588.334, 97.2445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 70, -8770.72, 608.689, 97.1009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 71, -8735.85, 575.619, 97.4327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 72, -8748.36, 560.304, 97.4026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 73, -8730.58, 539.735, 101.077, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 74, -8713.68, 518.891, 97.1231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 75, -8697.52, 533.308, 97.6909, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 76, -8678.6, 549.382, 97.4357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 77, -8657.58, 553.584, 96.9367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 78, -8634.36, 537.268, 99.9459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 79, -8611.79, 514.084, 103.461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 80, -8597.78, 526.589, 106.411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190522, 81, -8577.11, 542.753, 101.777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 1, 1954.46, -4722.56, 42.6743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 2, 1951.09, -4714.8, 36.9093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 3, 1948.98, -4697.22, 28.9954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 4, 1945.38, -4681.89, 25.2457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 5, 1937.36, -4669.2, 26.5256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 6, 1909.86, -4631.36, 32.9827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 7, 1907.75, -4627.89, 34.119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 8, 1894.59, -4605.89, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 9, 1925.42, -4584.78, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 10, 1909.95, -4559.76, 34.1195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 11, 1904.4, -4549.83, 28.7954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 12, 1893, -4531.73, 28.0416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 13, 1893.45, -4526.07, 28.581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 14, 1899.83, -4517.27, 27.3582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 15, 1906.73, -4505.23, 24.9591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 16, 1907.86, -4490.92, 22.9967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 17, 1900.89, -4482.65, 21.1357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 18, 1893.16, -4474.82, 20.6826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 19, 1891.65, -4462.73, 19.5832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 20, 1894.99, -4448.4, 18.1421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 21, 1896.97, -4437.62, 16.2806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 22, 1894.04, -4426.05, 13.9888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 23, 1885.5, -4418.79, 11.3314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 24, 1876.37, -4416.82, 9.24696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 25, 1856.3, -4416.08, 6.07582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 26, 1843.81, -4407.75, 4.68483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 27, 1840.08, -4400.54, 4.1577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 28, 1817.85, -4365.1, -9.09306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 29, 1799.58, -4327.29, -11.1642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 30, 1782.7, -4294.67, 5.5883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 31, 1776.15, -4294, 6.73376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 32, 1766.7, -4298.89, 7.56642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 33, 1761.65, -4304.24, 7.2299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 34, 1745.15, -4297.08, 13.9415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 35, 1740.24, -4292.31, 15.1055, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 36, 1735.93, -4277.6, 17.9325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 37, 1742.48, -4263.41, 23.8393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 38, 1750.93, -4255.88, 28.2688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 39, 1769.24, -4248.43, 36.0152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 40, 1780.17, -4240.32, 39.6535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 41, 1784.91, -4228.93, 39.8616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 42, 1777.11, -4221.35, 39.6674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 43, 1754.45, -4213.47, 42.4923, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 44, 1742.98, -4213.58, 43.9449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 45, 1729, -4220.93, 45.6859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 46, 1707.14, -4231.98, 49.2425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 47, 1683.98, -4245.42, 51.3726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 48, 1664.47, -4256.19, 51.5929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 49, 1651.2, -4264.8, 50.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 50, 1637.98, -4271.1, 48.0471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 51, 1623.92, -4262.35, 47.1224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 52, 1603.29, -4237.15, 45.2332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 53, 1589.27, -4219.05, 44.1306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 54, 1581.14, -4198.7, 41.3964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 55, 1579.6, -4173, 37.7449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 56, 1585.85, -4153.19, 34.6496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 57, 1606.41, -4122.96, 29.7899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 58, 1666.8, -4097.01, 35.0078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 59, 1706.45, -4087.46, 39.3622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 60, 1730.26, -4073.1, 43.8529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 61, 1744.58, -4045.25, 44.1596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 62, 1746.77, -4022.89, 45.6474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 63, 1743.11, -4000.24, 46.4807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 64, 1732.31, -3972.21, 48.1202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 65, 1743.11, -4000.24, 46.4807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 66, 1746.77, -4022.89, 45.6474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 67, 1744.58, -4045.25, 44.1596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 68, 1730.26, -4073.1, 43.8529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 69, 1706.45, -4087.46, 39.3622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 70, 1666.8, -4097.01, 35.0078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 71, 1606.41, -4122.96, 29.7899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 72, 1585.85, -4153.19, 34.6496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 73, 1579.6, -4173, 37.7449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 74, 1581.14, -4198.7, 41.3964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 75, 1589.27, -4219.05, 44.1306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 76, 1603.29, -4237.15, 45.2332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 77, 1623.92, -4262.35, 47.1224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 78, 1637.98, -4271.1, 48.0471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 79, 1651.2, -4264.8, 50.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 80, 1664.47, -4256.19, 51.5929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 81, 1683.98, -4245.42, 51.3726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 82, 1707.14, -4231.98, 49.2425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 83, 1729, -4220.93, 45.6859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 84, 1742.98, -4213.58, 43.9449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 85, 1754.45, -4213.47, 42.4923, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 86, 1777.11, -4221.35, 39.6674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 87, 1784.91, -4228.93, 39.8616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 88, 1780.17, -4240.32, 39.6535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 89, 1769.24, -4248.43, 36.0152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 90, 1750.93, -4255.88, 28.2688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 91, 1742.48, -4263.41, 23.8393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 92, 1735.93, -4277.6, 17.9325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 93, 1740.24, -4292.31, 15.1055, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 94, 1745.15, -4297.08, 13.9415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 95, 1761.65, -4304.24, 7.2299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 96, 1766.7, -4298.89, 7.56642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 97, 1776.15, -4294, 6.73376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 98, 1782.7, -4294.67, 5.5883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 99, 1799.58, -4327.29, -11.1642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 100, 1817.85, -4365.1, -9.09306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 101, 1840.08, -4400.54, 4.1577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 102, 1843.81, -4407.75, 4.68483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 103, 1856.3, -4416.08, 6.07582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 104, 1876.37, -4416.82, 9.24696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 105, 1885.5, -4418.79, 11.3314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 106, 1894.04, -4426.05, 13.9888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 107, 1896.97, -4437.62, 16.2806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 108, 1894.99, -4448.4, 18.1421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 109, 1891.65, -4462.73, 19.5832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 110, 1893.16, -4474.82, 20.6826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 111, 1900.89, -4482.65, 21.1357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 112, 1907.86, -4490.92, 22.9967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 113, 1906.73, -4505.23, 24.9591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 114, 1899.83, -4517.27, 27.3582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 115, 1893.45, -4526.07, 28.581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 116, 1893, -4531.73, 28.0416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 117, 1904.4, -4549.83, 28.7954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 118, 1909.95, -4559.76, 34.1195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 119, 1925.42, -4584.78, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 120, 1894.59, -4605.89, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 121, 1907.75, -4627.89, 34.119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 122, 1909.86, -4631.36, 32.9827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 123, 1937.36, -4669.2, 26.5256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 124, 1945.38, -4681.89, 25.2457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 125, 1948.98, -4697.22, 28.9954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 126, 1951.09, -4714.8, 36.9093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190530, 127, 1954.46, -4722.56, 42.6743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 1, -1391.53, -85.9722, 158.985, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 2, -1392.84, -70.6216, 158.953, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 3, -1397.17, -63.2994, 158.48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 4, -1385.78, -48.623, 160.41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 5, -1355.33, -12.8232, 142.476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 6, -1329.13, 16.6672, 138.367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 7, -1322.95, 27.8675, 138.336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 8, -1317.07, 29.013, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 9, -1309.84, 26.0727, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 10, -1295.25, 33.1151, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 11, -1292.36, 39.2755, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 12, -1279.27, 46.8591, 128.935, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 13, -1267.41, 56.4666, 127.176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 14, -1264.5, 73.6123, 127.693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 15, -1284.97, 98.3124, 130.204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 16, -1286.55, 107.812, 130.943, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 17, -1277.37, 119.394, 131.171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 18, -1243.35, 133.647, 132.448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 19, -1224.07, 134.804, 133.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 20, -1212.96, 128.896, 134.073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 21, -1206.33, 117.248, 134.406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 22, -1185.65, 119.227, 135.216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 23, -1144.61, 116.924, 135.302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 24, -1119.91, 119.143, 140.139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 25, -1097.18, 112.477, 141.61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 26, -1092.25, 101.523, 141.349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 27, -1095.62, 77.6066, 140.762, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 28, -1080.86, 54.2081, 139.809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 29, -1070.34, 43.3666, 140.655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 30, -1064.75, 33.6603, 141.13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 31, -1062.9, 20.0719, 140.94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 32, -1066.26, -6.02389, 140.792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 33, -1074.74, -15.8266, 140.093, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 34, -1066.26, -6.02389, 140.792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 35, -1062.9, 20.0719, 140.94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 36, -1064.75, 33.6603, 141.13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 37, -1070.34, 43.3666, 140.655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 38, -1080.86, 54.2081, 139.809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 39, -1095.62, 77.6066, 140.762, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 40, -1092.25, 101.523, 141.349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 41, -1097.18, 112.477, 141.61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 42, -1119.91, 119.143, 140.139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 43, -1144.61, 116.924, 135.302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 44, -1185.65, 119.227, 135.216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 45, -1206.33, 117.248, 134.406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 46, -1212.96, 128.896, 134.073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 47, -1224.07, 134.804, 133.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 48, -1243.35, 133.647, 132.448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 49, -1277.37, 119.394, 131.171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 50, -1286.55, 107.812, 130.943, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 51, -1284.97, 98.3124, 130.204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 52, -1264.5, 73.6123, 127.693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 53, -1267.41, 56.4666, 127.176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 54, -1279.27, 46.8591, 128.935, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 55, -1292.36, 39.2755, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 56, -1295.25, 33.1151, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 57, -1309.84, 26.0727, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 58, -1317.07, 29.013, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 59, -1322.95, 27.8675, 138.336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 60, -1329.13, 16.6672, 138.367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 61, -1355.33, -12.8232, 142.476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 62, -1385.78, -48.623, 160.41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 63, -1397.17, -63.2994, 158.48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 64, -1392.84, -70.6216, 158.953, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190546, 65, -1391.53, -85.9722, 158.985, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 1, 1633.54, 180.941, -62.1792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 2, 1643.4, 187.231, -62.1807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 3, 1659.3, 207.71, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 4, 1665.55, 226.576, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 5, 1666.6, 249.188, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 6, 1660.32, 271.069, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 7, 1647.42, 288.737, -62.1818, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 8, 1624.67, 307.036, -62.1787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 9, 1581.49, 310.531, -62.1787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 10, 1546.92, 291.715, -62.1805, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 11, 1529.93, 269.005, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 12, 1526.49, 213.221, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 13, 1537.43, 194.846, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 14, 1564.85, 173.251, -62.1786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190554, 15, 1614.72, 169.978, -62.1786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0); - -INSERT INTO game_event_creature VALUES -(190523, 19), -(190522, 19), -(190515, 19), -(190514, 19), -(190498, 19), -(190499, 19), -(190002, 19), -(190003, 19), -(190011, 19), -(190010, 19), -(190018, 19), -(190026, 19), -(190019, 19), -(190027, 19), -(190035, 19), -(190034, 19), -(190266, 19), -(190267, 19), -(190122, 19), -(190146, 19), -(190123, 19), -(190147, 19), -(190155, 19), -(190154, 19), -(190162, 19), -(190163, 19), -(190170, 19), -(190171, 19), -(190178, 19), -(190179, 19), -(190114, 19), -(190139, 19), -(190138, 19), -(190131, 19), -(190130, 19), -(190115, 19), -(190443, 19), -(190435, 19), -(190442, 19), -(190106, 19), -(190402, 19), -(190403, 19), -(190410, 19), -(190411, 19), -(190418, 19), -(190419, 19), -(190426, 19), -(190427, 19), -(190434, 19), -(190107, 19), -(190579, 19), -(190578, 19), -(190555, 19), -(190554, 19), -(190547, 19), -(190546, 19), -(190531, 19), -(190530, 19), -(190491, 19), -(190490, 19), -(190483, 19), -(190482, 19), -(190475, 19), -(190474, 19), -(190467, 19), -(190466, 19), -(190459, 19), -(190458, 19), -(190451, 19), -(190450, 19); - - --- GAMEOBJECTS -DELETE FROM gameobject WHERE id IN (180394, 180400, 180397); -INSERT INTO `gameobject` VALUES -(190267, 180394, 1, -1383.59, -85.434, 159.566, 3.17021, 0, 0, 0, 0, 180, 180, 255, 1), -(190271, 180394, 1, -1379.01, -58.6698, 158.927, 3.71842, 0, 0, 0, 0, 180, 180, 255, 1), -(190275, 180394, 1, -1273.51, 134.157, 132.078, -2.35619, 0, 0, 0, 0, 180, 180, 255, 1), -(190279, 180394, 1, -1249.68, 52.4457, 127.18, 1.90241, 0, 0, 0, 0, 180, 180, 255, 1), -(190283, 180394, 1, -1091.78, -20.9857, 140.129, 0.241459, 0, 0, 0, 0, 180, 180, 255, 1), -(190287, 180394, 0, 1262.51, 353.944, -63.7039, 5.5162, 0, 0, 0, 0, 180, 180, 255, 1), -(190291, 180394, 0, 1524.65, 242.972, -41.3899, -1.55334, 0, 0, 0, 0, 180, 180, 255, 1), -(190295, 180394, 0, 1592.72, 168.947, -41.4244, 0, 0, 0, 0, 0, 180, 180, 255, 1), -(190299, 180394, 0, 1598.8, 311.823, -41.4244, 3.17493, 0, 0, 0, 0, 180, 180, 255, 1), -(190303, 180394, 1, 1657.46, -4385.4, 23.5797, -1.01229, 0, 0, 0, 0, 180, 180, 255, 1), -(190307, 180394, 1, 1663.59, -4343.19, 61.2462, 0.750492, 0, 0, 0, 0, 180, 180, 255, 1), -(190311, 180394, 1, 1934.82, -4711.71, 37.4563, 0.517133, 0, 0, 0, 0, 180, 180, 255, 1), -(190315, 180394, 1, 1746.33, -3967.47, 49.2634, 2.0013, 0, 0, 0, 0, 180, 180, 255, 1), -(190319, 180394, 1, -1051.74, 234.324, 134.494, 0.7054, 0, 0, 0, 0, 180, 180, 255, 1), -(190153, 180400, 1, 9920.2, 2349.05, 1331.57, -1.55334, 0, 0, 0, 0, 180, 180, 255, 1), -(190087, 180400, 0, -8411.21, 577.031, 92.8777, -0.9599, 0, 0, 0, 0, 180, 180, 255, 1), -(190081, 180400, 0, -5034.64, -1263.19, 506.317, 0.701464, 0, 0, 0, 0, 180, 180, 255, 1), -(190075, 180400, 1, 9963.41, 2490.16, 1316.9, 3.08694, 0, 0, 0, 0, 180, 180, 255, 1), -(190027, 180400, 0, -5034.97, -921.89, 502.626, 6.14817, 0, 0, 0, 0, 180, 180, 255, 1), -(190021, 180400, 0, -4919.66, -844.965, 502.425, -2.40855, 0, 0, 0, 0, 180, 180, 255, 1), -(190069, 180400, 0, -8387.14, 288.112, 121.713, 3.78082, 0, 0, 0, 0, 180, 180, 255, 1), -(190063, 180400, 0, -4675.23, -985.175, 502.726, 1.16136, 0, 0, 0, 0, 180, 180, 255, 1), -(190015, 180400, 0, -8847.33, 594.026, 94.2901, -0.698132, 0, 0, 0, 0, 180, 180, 255, 1), -(190057, 180400, 0, -4832.84, -1171.19, 503.123, 1.509, 0, 0, 0, 0, 180, 180, 255, 1), -(190051, 180400, 1, 9720.44, 2545.07, 1336.61, 2.14675, 0, 0, 0, 0, 180, 180, 255, 1), -(190045, 180400, 1, 9984.68, 2348.01, 1331.69, 3.136, 0, 0, 0, 0, 180, 180, 255, 1), -(190039, 180400, 1, 9964.87, 2179.44, 1328.91, 3.7134, 0, 0, 0, 0, 180, 180, 255, 1), -(190009, 180400, 0, -8870.3, 544.276, 107.261, 5.0603, 0, 0, 0, 0, 180, 180, 255, 1), -(190003, 180400, 0, -8843.05, 654.157, 98.1323, -2.53073, 0, 0, 0, 0, 180, 180, 255, 1), -(190150, 180397, 1, 9920.16, 2349.58, 1330.78, 4.7303, 0, 0, 0, 0, 180, 180, 255, 1), -(190084, 180397, 0, -8411.49, 577.444, 91.9777, -0.9599, 0, 0, 0, 0, 180, 180, 255, 1), -(190078, 180397, 0, -5035.03, -1263.47, 505.4, 0.698132, 0, 0, 0, 0, 180, 180, 255, 1), -(190072, 180397, 1, 9963.93, 2490.04, 1316.05, 0, 0, 0, 0, 0, 180, 180, 255, 1), -(190024, 180397, 0, -5035.49, -921.804, 501.659, -0.122173, 0, 0, 0, 0, 180, 180, 255, 1), -(190066, 180397, 0, -8386.73, 288.405, 120.886, -2.47837, 0, 0, 0, 0, 180, 180, 255, 1), -(190060, 180397, 0, -4675.27, -985.681, 501.859, 1.16136, 0, 0, 0, 0, 180, 180, 255, 1), -(190018, 180397, 0, -4919.31, -844.615, 501.661, -0.855212, 0, 0, 0, 0, 180, 180, 255, 1), -(190012, 180397, 0, -8846.94, 593.738, 93.4625, 2.42601, 0, 0, 0, 0, 180, 180, 255, 1), -(190054, 180397, 0, -4832.88, -1171.66, 502.195, 1.509, 0, 0, 0, 0, 180, 180, 255, 1), -(190048, 180397, 1, 9720.18, 2545.46, 1335.68, -0.977383, 0, 0, 0, 0, 180, 180, 255, 1), -(190042, 180397, 1, 9985.22, 2348.01, 1330.79, 0, 0, 0, 0, 0, 180, 180, 255, 1), -(190036, 180397, 1, 9965.32, 2179.72, 1328.07, -2.54818, 0, 0, 0, 0, 180, 180, 255, 1), -(190006, 180397, 0, -8870.4, 544.658, 106.284, -1.22173, 0, 0, 0, 0, 180, 180, 255, 1), -(190000, 180397, 0, -8842.76, 654.543, 97.2775, -2.47837, 0, 0, 0, 0, 180, 180, 255, 1); - -INSERT INTO game_event_gameobject VALUES -(190000, 19), -(190006, 19), -(190036, 19), -(190042, 19), -(190048, 19), -(190054, 19), -(190012, 19), -(190018, 19), -(190060, 19), -(190024, 19), -(190066, 19), -(190072, 19), -(190078, 19), -(190084, 19), -(190150, 19), -(190319, 19), -(190315, 19), -(190311, 19), -(190307, 19), -(190303, 19), -(190299, 19), -(190295, 19), -(190291, 19), -(190287, 19), -(190283, 19), -(190279, 19), -(190275, 19), -(190271, 19), -(190267, 19), -(190153, 19), -(190003, 19), -(190009, 19), -(190039, 19), -(190045, 19), -(190051, 19), -(190057, 19), -(190015, 19), -(190063, 19), -(190069, 19), -(190021, 19), -(190027, 19), -(190075, 19), -(190081, 19), -(190087, 19); - - --- ---------------------------------- --- ARATHI BASSIN --- ---------------------------------- - --- CREATURES -DELETE FROM game_event_creature WHERE guid IN (SELECT guid FROM creature WHERE id IN (14990, 14991)); -DELETE FROM creature WHERE id IN (14990, 14991); -INSERT INTO `creature` VALUES -(190109, 14990, 1, 0, 0, -1247.75, 54.7024, 127.217, 1.0472, 120, 120, 0, 0, 15240, 0, 0, 0), -(190108, 14990, 1, 0, 0, -1245.35, 58.3835, 127.089, 4.11898, 120, 120, 0, 0, 15240, 0, 0, 0), -(190404, 14990, 1, 0, 0, 1658.86, -4389.01, 23.9964, 1.13446, 120, 120, 0, 0, 15240, 0, 0, 0), -(190405, 14990, 1, 0, 0, 1660.66, -4385.63, 24.2068, 4.11898, 120, 120, 0, 0, 15240, 0, 0, 0), -(190412, 14990, 1, 0, 0, 1667.64, -4346.96, 61.5564, 2.37365, 120, 120, 0, 0, 15240, 0, 0, 0), -(190413, 14990, 1, 0, 0, 1665.84, -4344.94, 61.5564, 5.37561, 120, 120, 0, 0, 15240, 0, 0, 0), -(190420, 14990, 1, 0, 0, 1747.5, -3965.36, 50.0846, 3.49066, 120, 120, 0, 0, 15240, 0, 0, 0), -(190421, 14990, 1, 0, 0, 1743.73, -3966.88, 49.4691, 0.418879, 120, 120, 0, 0, 15240, 0, 0, 0), -(190428, 14990, 1, 0, 0, 1936.91, -4712.06, 37.331, 1.18682, 120, 120, 0, 0, 15240, 0, 0, 0), -(190429, 14990, 1, 0, 0, 1937.18, -4707.45, 35.7722, 4.36332, 120, 120, 0, 0, 15240, 0, 0, 0), -(190436, 14990, 1, 0, 0, -1091.7, -17.997, 140.475, 1.13446, 120, 120, 0, 0, 15240, 0, 0, 0), -(190437, 14990, 1, 0, 0, -1090.22, -15.3547, 140.657, 4.15388, 120, 120, 0, 0, 15240, 0, 0, 0), -(190444, 14990, 1, 0, 0, -1277.94, 138.47, 131.94, 5.35816, 120, 120, 0, 0, 15240, 0, 0, 0), -(190445, 14990, 1, 0, 0, -1275.75, 135.88, 132.1, 2.32129, 120, 120, 0, 0, 15240, 0, 0, 0), -(190452, 14990, 1, 0, 0, -1377.62, -61.9991, 159.279, 2.93215, 120, 120, 0, 0, 15240, 0, 0, 0), -(190453, 14990, 1, 0, 0, -1381.3, -61.6688, 159.135, 0.0174533, 120, 120, 0, 0, 15240, 0, 0, 0), -(190460, 14990, 1, 0, 0, -1049.16, 234.144, 134.639, 2.32129, 120, 120, 0, 0, 15240, 0, 0, 0), -(190461, 14990, 1, 0, 0, -1051.35, 236.734, 134.64, 5.35816, 120, 120, 0, 0, 15240, 0, 0, 0), -(190468, 14990, 0, 0, 0, 1263.18, 350.778, -63.6459, 0.977384, 120, 120, 0, 0, 15240, 0, 0, 0), -(190469, 14990, 0, 0, 0, 1265.31, 353.748, -63.6368, 4.15388, 120, 120, 0, 0, 15240, 0, 0, 0), -(190476, 14990, 0, 0, 0, 1521.09, 238.709, -41.3065, 1.18682, 120, 120, 0, 0, 15240, 0, 0, 0), -(190477, 14990, 0, 0, 0, 1522.57, 242.055, -41.3065, 4.2586, 120, 120, 0, 0, 15240, 0, 0, 0), -(190484, 14990, 0, 0, 0, 1593.71, 316.03, -41.3411, 6.21337, 120, 120, 0, 0, 15240, 0, 0, 0), -(190485, 14990, 0, 0, 0, 1596.57, 315.891, -41.3411, 3.12414, 120, 120, 0, 0, 15240, 0, 0, 0), -(190492, 14990, 0, 0, 0, 1597.46, 164.685, -41.3411, 2.6529, 120, 120, 0, 0, 15240, 0, 0, 0), -(190493, 14990, 0, 0, 0, 1593.22, 166.868, -41.3411, 5.81195, 120, 120, 0, 0, 15240, 0, 0, 0), -(190532, 14990, 1, 0, 0, 1954.35, -4722.71, 42.659, 1.99567, 120, 120, 0, 0, 15240, 0, 0, 2), -(190533, 14990, 1, 0, 0, 1952.39, -4723.16, 42.1039, 1.87001, 120, 120, 0, 0, 15240, 0, 0, 0), -(190548, 14990, 1, 0, 0, -1391.53, -85.9722, 158.985, 2.35896, 120, 120, 0, 0, 15240, 0, 0, 2), -(190549, 14990, 1, 0, 0, -1394.13, -86.12, 158.935, 2.19541, 120, 120, 0, 0, 15240, 0, 0, 0), -(190556, 14990, 0, 0, 0, 1633.35, 180.895, -62.1827, 0.313509, 120, 120, 0, 0, 15240, 0, 0, 2), -(190557, 14990, 0, 0, 0, 1632.72, 182.795, -62.183, 0.313487, 120, 120, 0, 0, 15240, 0, 0, 0), -(190580, 14990, 1, 0, 0, -1384.78, -87.3005, 159.192, 1.5929, 120, 120, 0, 0, 15240, 0, 0, 0), -(190581, 14990, 1, 0, 0, -1384.86, -83.6998, 159.726, 4.7462, 120, 120, 0, 0, 15240, 0, 0, 0), -(190141, 14991, 0, 0, 0, -4839.37, -1169.09, 502.279, 5.37561, 300, 300, 0, 0, 1554, 0, 0, 0), -(190140, 14991, 0, 0, 0, -4836.85, -1171.63, 502.277, 2.44346, 300, 300, 0, 0, 1554, 0, 0, 0), -(190133, 14991, 1, 0, 0, 9724.21, 2545, 1335.76, 5.58505, 120, 120, 0, 0, 1554, 0, 0, 0), -(190132, 14991, 1, 0, 0, 9727.12, 2542.52, 1335.24, 2.42601, 120, 120, 0, 0, 1554, 0, 0, 0), -(190117, 14991, 1, 0, 0, 9962.88, 2175.22, 1327.8, 1.97222, 120, 120, 0, 0, 1554, 0, 0, 0), -(190116, 14991, 1, 0, 0, 9961.1, 2179.29, 1327.8, 5.13127, 120, 120, 0, 0, 1554, 0, 0, 0), -(190181, 14991, 0, 0, 0, -8409.17, 578.178, 92.0571, 3.9968, 120, 120, 0, 0, 1554, 0, 0, 0), -(190180, 14991, 0, 0, 0, -8411.89, 575.031, 92.3179, 0.855211, 120, 120, 0, 0, 1554, 0, 0, 0), -(190173, 14991, 0, 0, 0, -5037.07, -1261.52, 505.383, 5.42797, 300, 300, 0, 0, 1554, 0, 0, 0), -(190172, 14991, 0, 0, 0, -5033.87, -1266.07, 505.383, 2.07694, 300, 300, 0, 0, 1554, 0, 0, 0), -(190165, 14991, 1, 0, 0, 9962.13, 2487.17, 1316.12, 3.9968, 180, 180, 0, 0, 1554, 0, 0, 0), -(190164, 14991, 1, 0, 0, 9959.42, 2484.32, 1316.13, 0.750492, 180, 180, 0, 0, 1554, 0, 0, 0), -(190157, 14991, 0, 0, 0, -8387.24, 286.125, 120.969, 2.30383, 120, 120, 0, 0, 1554, 0, 0, 0), -(190156, 14991, 0, 0, 0, -8389.1, 288.407, 120.969, 5.53269, 120, 120, 0, 0, 1554, 0, 0, 0), -(190149, 14991, 0, 0, 0, -4683.46, -985.091, 501.627, 6.03884, 300, 300, 0, 0, 1554, 0, 0, 0), -(190148, 14991, 0, 0, 0, -4680.56, -985.584, 501.646, 3.08923, 300, 300, 0, 0, 1554, 0, 0, 0), -(190125, 14991, 1, 0, 0, 9984.56, 2345.23, 1330.87, 1.74533, 120, 120, 0, 0, 1554, 0, 0, 0), -(190124, 14991, 1, 0, 0, 9983.62, 2350.23, 1330.87, 4.92183, 120, 120, 0, 0, 1554, 0, 0, 0), -(190269, 14991, 1, 0, 0, 9916.48, 2345.54, 1330.87, 1.74533, 300, 300, 0, 0, 1554, 0, 0, 0), -(190268, 14991, 1, 0, 0, 9916.64, 2349.3, 1330.87, 4.92183, 300, 300, 0, 0, 1554, 0, 0, 0), -(190037, 14991, 0, 0, 0, -5032.97, -926.68, 501.743, 4.64258, 180, 180, 0, 0, 1554, 0, 0, 0), -(190036, 14991, 0, 0, 0, -5033.75, -931.287, 501.743, 1.32645, 180, 180, 0, 0, 1554, 0, 0, 0), -(190029, 14991, 0, 0, 0, -4916.61, -852.305, 501.745, 1.48353, 180, 180, 0, 0, 1554, 0, 0, 0), -(190028, 14991, 0, 0, 0, -4916.43, -848.374, 501.745, 4.72984, 180, 180, 0, 0, 1554, 0, 0, 0), -(190021, 14991, 0, 0, 0, -8853.08, 587.01, 93.9332, 0.680678, 300, 300, 0, 0, 1554, 0, 0, 0), -(190020, 14991, 0, 0, 0, -8850.69, 589.49, 93.6973, 4.06662, 300, 300, 0, 0, 1554, 0, 0, 0), -(190013, 14991, 0, 0, 0, -8873.52, 544.724, 106.367, 3.82227, 300, 300, 0, 0, 1554, 0, 0, 0), -(190012, 14991, 0, 0, 0, -8876.83, 542.382, 106.366, 0.558505, 300, 300, 0, 0, 1554, 0, 0, 0), -(190005, 14991, 0, 0, 0, -8838.8, 651.394, 96.7842, 2.42601, 300, 300, 0, 0, 1554, 0, 0, 0), -(190004, 14991, 0, 0, 0, -8840.63, 652.959, 97.1184, 5.60251, 300, 300, 0, 0, 1554, 0, 0, 0), -(190500, 14991, 1, 0, 0, 9952.47, 2089.45, 1327.72, 4.78552, 120, 120, 0, 0, 1554, 0, 0, 2), -(190501, 14991, 1, 0, 0, 9951.12, 2089.54, 1327.72, 4.78566, 120, 120, 0, 0, 1554, 0, 0, 0), -(190516, 14991, 0, 0, 0, -5007.03, -1177.84, 501.66, 5.94314, 120, 120, 0, 0, 1554, 0, 0, 2), -(190517, 14991, 0, 0, 0, -5001.03, -1179.84, 501.66, 5.94313, 120, 120, 0, 0, 1554, 0, 0, 0), -(190524, 14991, 0, 0, 0, -8570.55, 536.096, 101.568, 5.53562, 120, 120, 0, 0, 1554, 0, 0, 2), -(190525, 14991, 0, 0, 0, -8569.02, 537.091, 101.549, 5.49044, 120, 120, 0, 0, 1554, 0, 0, 0); - -INSERT INTO `creature_linking` (`guid`,`master_guid`,`flag`) VALUES -(190533, 190532, 515), -(190549, 190548, 515), -(190557, 190556, 515), -(190501, 190500, 515), -(190517, 190516, 515), -(190525, 190524, 515); - -INSERT INTO `creature_movement` (`id`,`point`,`position_x`,`position_y`,`position_z`,`waittime`,`script_id`,`textid1`,`textid2`,`textid3`,`textid4`,`textid5`,`emote`,`spell`,`orientation`,`model1`,`model2`) VALUES -(190500, 1, 9952.47, 2089.45, 1327.72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 2, 9953.24, 2253.22, 1335.29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 3, 9952.86, 2275.41, 1341.4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 4, 9952.4, 2292.36, 1341.39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 5, 9952.35, 2302.62, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 6, 9951.28, 2318.49, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 7, 9951, 2337.6, 1331.27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 8, 9950.29, 2405.21, 1328.23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 9, 9949.97, 2433.77, 1324.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 10, 9949.52, 2453.58, 1321.11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 11, 9949.02, 2475.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 12, 9948.86, 2482.9, 1316.22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 13, 9960.6, 2494.16, 1316.46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 14, 9969.22, 2510.8, 1317.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 15, 9986.03, 2519.99, 1316.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 16, 9975.02, 2539.73, 1316.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 17, 9948.79, 2554.92, 1316.32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 18, 9947.11, 2572.04, 1318.3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 19, 9946.96, 2605.64, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 20, 9946.63, 2585.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 21, 9946.43, 2573.54, 1318.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 22, 9946.2, 2560.24, 1315.77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 23, 9945.8, 2555.99, 1316.28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 24, 9931.09, 2551.67, 1317.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 25, 9915.98, 2541.26, 1316.83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 26, 9906.96, 2530.01, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 27, 9899.4, 2529.93, 1315.17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 28, 9887.01, 2529.8, 1318.71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 29, 9849.84, 2529.4, 1321.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 30, 9776.92, 2527.83, 1318.95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 31, 9724.57, 2526.01, 1335.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 32, 9709.61, 2525.32, 1335.69, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 33, 9724.57, 2526.01, 1335.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 34, 9776.92, 2527.83, 1318.95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 35, 9849.84, 2529.4, 1321.25, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 36, 9887.01, 2529.8, 1318.71, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 37, 9899.4, 2529.93, 1315.17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 38, 9906.96, 2530.01, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 39, 9915.98, 2541.26, 1316.83, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 40, 9931.09, 2551.67, 1317.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 41, 9945.8, 2555.99, 1316.28, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 42, 9946.2, 2560.24, 1315.77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 43, 9946.43, 2573.54, 1318.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 44, 9946.63, 2585.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 45, 9946.96, 2605.64, 1316.19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 46, 9947.11, 2572.04, 1318.3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 47, 9948.79, 2554.92, 1316.32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 48, 9975.02, 2539.73, 1316.31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 49, 9986.03, 2519.99, 1316.36, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 50, 9969.22, 2510.8, 1317.6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 51, 9960.6, 2494.16, 1316.46, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 52, 9948.86, 2482.9, 1316.22, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 53, 9949.02, 2475.83, 1316.12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 54, 9949.52, 2453.58, 1321.11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 55, 9949.97, 2433.77, 1324.68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 56, 9950.29, 2405.21, 1328.23, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 57, 9951, 2337.6, 1331.27, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 58, 9951.28, 2318.49, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 59, 9952.35, 2302.62, 1336.55, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 60, 9952.4, 2292.36, 1341.39, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 61, 9952.86, 2275.41, 1341.4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 62, 9953.24, 2253.22, 1335.29, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190500, 63, 9952.47, 2089.45, 1327.72, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 1, -5007.03, -1177.84, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 2, -5001.6, -1153.96, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 3, -4997.44, -1127.35, 501.696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 4, -5000.03, -1114.52, 501.651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 5, -4997.12, -1109.34, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 6, -4994.9, -1099, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 7, -4994.39, -1087.39, 500.913, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 8, -4992.23, -1050.22, 497.945, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 9, -4990.41, -1041.16, 501.658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 10, -4986.52, -1020.52, 501.656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 11, -4958.59, -977.043, 501.622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 12, -4896.11, -925.091, 501.589, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 13, -4858.81, -910.906, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 14, -4822.94, -906.469, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 15, -4812.86, -906.403, 497.967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 16, -4783.43, -907.789, 497.959, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 17, -4775.18, -907.41, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 18, -4761.82, -907.258, 501.633, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 19, -4755.1, -910.173, 501.667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 20, -4702.37, -937.593, 501.673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 21, -4693.85, -961.51, 501.659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 22, -4691.43, -974.311, 501.492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 23, -4718.75, -982.936, 501.537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 24, -4744.27, -984.132, 501.485, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 25, -4779.13, -1024.8, 502.211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 26, -4807.38, -1032.69, 502.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 27, -4812.82, -1069.17, 502.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 28, -4836.54, -1086.65, 502.196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 29, -4862.22, -1086.39, 502.202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 30, -4890.83, -1113.34, 501.96, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 31, -4911.88, -1119.41, 501.699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 32, -4937.18, -1180.6, 501.701, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 33, -4958.12, -1185.43, 501.66, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190516, 34, -5005.38, -1176.96, 501.659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 1, -8570.55, 536.096, 101.568, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 2, -8562.13, 527.552, 100.848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 3, -8545.02, 501.789, 98.5899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 4, -8518.93, 522.048, 98.3434, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 5, -8491.88, 555.915, 97.5228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 6, -8471.63, 569.622, 96.3419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 7, -8446.56, 585.956, 94.0389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 8, -8429.33, 569.955, 93.9131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 9, -8410.32, 568.215, 92.0255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 10, -8394.13, 575.455, 91.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 11, -8382.3, 593.915, 92.7951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 12, -8390.55, 617.003, 95.0653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 13, -8372.64, 633.326, 94.5912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 14, -8352.06, 628.119, 95.1563, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 15, -8372.64, 633.326, 94.5912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 16, -8390.55, 617.003, 95.0653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 17, -8382.3, 593.915, 92.7951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 18, -8394.13, 575.455, 91.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 19, -8410.32, 568.215, 92.0255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 20, -8429.33, 569.955, 93.9131, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 21, -8446.56, 585.956, 94.0389, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 22, -8471.63, 569.622, 96.3419, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 23, -8491.88, 555.915, 97.5228, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 24, -8510.11, 529.336, 98.1213, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 25, -8544.46, 500.948, 98.6426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 26, -8562.68, 528.108, 100.913, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 27, -8577.11, 542.753, 101.777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 28, -8597.78, 526.589, 106.411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 29, -8611.79, 514.084, 103.461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 30, -8634.36, 537.268, 99.9459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 31, -8657.58, 553.584, 96.9367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 32, -8678.6, 549.382, 97.4357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 33, -8697.52, 533.308, 97.6909, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 34, -8713.68, 518.891, 97.1231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 35, -8730.44, 539.56, 101.059, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 36, -8748.36, 560.304, 97.4026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 37, -8735.85, 575.619, 97.4327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 38, -8770.72, 608.689, 97.1009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 39, -8799.59, 588.334, 97.2445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 40, -8819.46, 617.93, 94.6946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 41, -8840.7, 642.219, 95.5346, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 42, -8851.28, 660.075, 97.0017, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 43, -8824.99, 677.832, 97.6574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 44, -8845.73, 720.753, 97.3148, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 45, -8870.14, 760.393, 96.7109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 46, -8880.87, 754.513, 96.3478, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 47, -8909.56, 791.193, 87.4289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 48, -8899.24, 803.05, 87.6653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 49, -8898.7, 825.012, 92.1318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 50, -8907.05, 846.462, 96.0285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 51, -8894.59, 866.98, 97.405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 52, -8887.74, 890.776, 103.431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 53, -8894.48, 911.813, 110.763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 54, -8854.07, 933.522, 102.07, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 55, -8894.48, 911.813, 110.763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 56, -8887.74, 890.776, 103.431, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 57, -8894.59, 866.98, 97.405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 58, -8907.05, 846.462, 96.0285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 59, -8898.7, 825.012, 92.1318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 60, -8899.16, 803.142, 87.7088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 61, -8909.56, 791.193, 87.4289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 62, -8880.87, 754.513, 96.3478, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 63, -8870.14, 760.393, 96.7109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 64, -8845.75, 720.794, 97.2726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 65, -8824.99, 677.832, 97.6574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 66, -8851.28, 660.075, 97.0017, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 67, -8840.74, 642.262, 95.532, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 68, -8819.46, 617.93, 94.6946, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 69, -8799.59, 588.334, 97.2445, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 70, -8770.72, 608.689, 97.1009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 71, -8735.85, 575.619, 97.4327, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 72, -8748.36, 560.304, 97.4026, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 73, -8730.58, 539.735, 101.077, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 74, -8713.68, 518.891, 97.1231, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 75, -8697.52, 533.308, 97.6909, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 76, -8678.6, 549.382, 97.4357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 77, -8657.58, 553.584, 96.9367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 78, -8634.36, 537.268, 99.9459, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 79, -8611.79, 514.084, 103.461, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 80, -8597.78, 526.589, 106.411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190524, 81, -8577.11, 542.753, 101.777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 1, 1954.46, -4722.56, 42.6743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 2, 1951.09, -4714.8, 36.9093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 3, 1948.98, -4697.22, 28.9954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 4, 1945.38, -4681.89, 25.2457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 5, 1937.36, -4669.2, 26.5256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 6, 1909.86, -4631.36, 32.9827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 7, 1907.75, -4627.89, 34.119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 8, 1894.59, -4605.89, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 9, 1925.42, -4584.78, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 10, 1909.95, -4559.76, 34.1195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 11, 1904.4, -4549.83, 28.7954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 12, 1893, -4531.73, 28.0416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 13, 1893.45, -4526.07, 28.581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 14, 1899.83, -4517.27, 27.3582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 15, 1906.73, -4505.23, 24.9591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 16, 1907.86, -4490.92, 22.9967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 17, 1900.89, -4482.65, 21.1357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 18, 1893.16, -4474.82, 20.6826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 19, 1891.65, -4462.73, 19.5832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 20, 1894.99, -4448.4, 18.1421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 21, 1896.97, -4437.62, 16.2806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 22, 1894.04, -4426.05, 13.9888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 23, 1885.5, -4418.79, 11.3314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 24, 1876.37, -4416.82, 9.24696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 25, 1856.3, -4416.08, 6.07582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 26, 1843.81, -4407.75, 4.68483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 27, 1840.08, -4400.54, 4.1577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 28, 1817.85, -4365.1, -9.09306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 29, 1799.58, -4327.29, -11.1642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 30, 1782.7, -4294.67, 5.5883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 31, 1776.15, -4294, 6.73376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 32, 1766.7, -4298.89, 7.56642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 33, 1761.65, -4304.24, 7.2299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 34, 1745.15, -4297.08, 13.9415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 35, 1740.24, -4292.31, 15.1055, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 36, 1735.93, -4277.6, 17.9325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 37, 1742.48, -4263.41, 23.8393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 38, 1750.93, -4255.88, 28.2688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 39, 1769.24, -4248.43, 36.0152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 40, 1780.17, -4240.32, 39.6535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 41, 1784.91, -4228.93, 39.8616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 42, 1777.11, -4221.35, 39.6674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 43, 1754.45, -4213.47, 42.4923, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 44, 1742.98, -4213.58, 43.9449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 45, 1729, -4220.93, 45.6859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 46, 1707.14, -4231.98, 49.2425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 47, 1683.98, -4245.42, 51.3726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 48, 1664.47, -4256.19, 51.5929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 49, 1651.2, -4264.8, 50.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 50, 1637.98, -4271.1, 48.0471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 51, 1623.92, -4262.35, 47.1224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 52, 1603.29, -4237.15, 45.2332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 53, 1589.27, -4219.05, 44.1306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 54, 1581.14, -4198.7, 41.3964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 55, 1579.6, -4173, 37.7449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 56, 1585.85, -4153.19, 34.6496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 57, 1606.41, -4122.96, 29.7899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 58, 1666.8, -4097.01, 35.0078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 59, 1706.45, -4087.46, 39.3622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 60, 1730.26, -4073.1, 43.8529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 61, 1744.58, -4045.25, 44.1596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 62, 1746.77, -4022.89, 45.6474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 63, 1743.11, -4000.24, 46.4807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 64, 1732.31, -3972.21, 48.1202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 65, 1743.11, -4000.24, 46.4807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 66, 1746.77, -4022.89, 45.6474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 67, 1744.58, -4045.25, 44.1596, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 68, 1730.26, -4073.1, 43.8529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 69, 1706.45, -4087.46, 39.3622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 70, 1666.8, -4097.01, 35.0078, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 71, 1606.41, -4122.96, 29.7899, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 72, 1585.85, -4153.19, 34.6496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 73, 1579.6, -4173, 37.7449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 74, 1581.14, -4198.7, 41.3964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 75, 1589.27, -4219.05, 44.1306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 76, 1603.29, -4237.15, 45.2332, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 77, 1623.92, -4262.35, 47.1224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 78, 1637.98, -4271.1, 48.0471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 79, 1651.2, -4264.8, 50.2665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 80, 1664.47, -4256.19, 51.5929, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 81, 1683.98, -4245.42, 51.3726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 82, 1707.14, -4231.98, 49.2425, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 83, 1729, -4220.93, 45.6859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 84, 1742.98, -4213.58, 43.9449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 85, 1754.45, -4213.47, 42.4923, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 86, 1777.11, -4221.35, 39.6674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 87, 1784.91, -4228.93, 39.8616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 88, 1780.17, -4240.32, 39.6535, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 89, 1769.24, -4248.43, 36.0152, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 90, 1750.93, -4255.88, 28.2688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 91, 1742.48, -4263.41, 23.8393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 92, 1735.93, -4277.6, 17.9325, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 93, 1740.24, -4292.31, 15.1055, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 94, 1745.15, -4297.08, 13.9415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 95, 1761.65, -4304.24, 7.2299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 96, 1766.7, -4298.89, 7.56642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 97, 1776.15, -4294, 6.73376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 98, 1782.7, -4294.67, 5.5883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 99, 1799.58, -4327.29, -11.1642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 100, 1817.85, -4365.1, -9.09306, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 101, 1840.08, -4400.54, 4.1577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 102, 1843.81, -4407.75, 4.68483, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 103, 1856.3, -4416.08, 6.07582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 104, 1876.37, -4416.82, 9.24696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 105, 1885.5, -4418.79, 11.3314, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 106, 1894.04, -4426.05, 13.9888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 107, 1896.97, -4437.62, 16.2806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 108, 1894.99, -4448.4, 18.1421, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 109, 1891.65, -4462.73, 19.5832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 110, 1893.16, -4474.82, 20.6826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 111, 1900.89, -4482.65, 21.1357, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 112, 1907.86, -4490.92, 22.9967, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 113, 1906.73, -4505.23, 24.9591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 114, 1899.83, -4517.27, 27.3582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 115, 1893.45, -4526.07, 28.581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 116, 1893, -4531.73, 28.0416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 117, 1904.4, -4549.83, 28.7954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 118, 1909.95, -4559.76, 34.1195, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 119, 1925.42, -4584.78, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 120, 1894.59, -4605.89, 34.1211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 121, 1907.75, -4627.89, 34.119, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 122, 1909.86, -4631.36, 32.9827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 123, 1937.36, -4669.2, 26.5256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 124, 1945.38, -4681.89, 25.2457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 125, 1948.98, -4697.22, 28.9954, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190532, 126, 1951.09, -4714.8, 36.9093, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 1, -1391.53, -85.9722, 158.985, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 2, -1392.84, -70.6216, 158.953, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 3, -1397.17, -63.2994, 158.48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 4, -1385.78, -48.623, 160.41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 5, -1355.33, -12.8232, 142.476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 6, -1329.13, 16.6672, 138.367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 7, -1322.95, 27.8675, 138.336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 8, -1317.07, 29.013, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 9, -1309.84, 26.0727, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 10, -1295.25, 33.1151, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 11, -1292.36, 39.2755, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 12, -1279.27, 46.8591, 128.935, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 13, -1267.41, 56.4666, 127.176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 14, -1264.5, 73.6123, 127.693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 15, -1284.97, 98.3124, 130.204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 16, -1286.55, 107.812, 130.943, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 17, -1277.37, 119.394, 131.171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 18, -1243.35, 133.647, 132.448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 19, -1224.07, 134.804, 133.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 20, -1212.96, 128.896, 134.073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 21, -1206.33, 117.248, 134.406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 22, -1185.65, 119.227, 135.216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 23, -1144.61, 116.924, 135.302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 24, -1119.91, 119.143, 140.139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 25, -1097.18, 112.477, 141.61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 26, -1092.25, 101.523, 141.349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 27, -1095.62, 77.6066, 140.762, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 28, -1080.86, 54.2081, 139.809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 29, -1070.34, 43.3666, 140.655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 30, -1064.75, 33.6603, 141.13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 31, -1062.9, 20.0719, 140.94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 32, -1066.26, -6.02389, 140.792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 33, -1074.74, -15.8266, 140.093, 1000, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 34, -1066.26, -6.02389, 140.792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 35, -1062.9, 20.0719, 140.94, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 36, -1064.75, 33.6603, 141.13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 37, -1070.34, 43.3666, 140.655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 38, -1080.86, 54.2081, 139.809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 39, -1095.62, 77.6066, 140.762, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 40, -1092.25, 101.523, 141.349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 41, -1097.18, 112.477, 141.61, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 42, -1119.91, 119.143, 140.139, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 43, -1144.61, 116.924, 135.302, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 44, -1185.65, 119.227, 135.216, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 45, -1206.33, 117.248, 134.406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 46, -1212.96, 128.896, 134.073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 47, -1224.07, 134.804, 133.206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 48, -1243.35, 133.647, 132.448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 49, -1277.37, 119.394, 131.171, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 50, -1286.55, 107.812, 130.943, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 51, -1284.97, 98.3124, 130.204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 52, -1264.5, 73.6123, 127.693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 53, -1267.41, 56.4666, 127.176, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 54, -1279.27, 46.8591, 128.935, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 55, -1292.36, 39.2755, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 56, -1295.25, 33.1151, 129.209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 57, -1309.84, 26.0727, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 58, -1317.07, 29.013, 137.436, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 59, -1322.95, 27.8675, 138.336, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 60, -1329.13, 16.6672, 138.367, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 61, -1355.33, -12.8232, 142.476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 62, -1385.78, -48.623, 160.41, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 63, -1397.17, -63.2994, 158.48, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 64, -1392.84, -70.6216, 158.953, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190548, 65, -1391.53, -85.9722, 158.985, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 1, 1633.54, 180.941, -62.1792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 2, 1643.4, 187.231, -62.1807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 3, 1659.3, 207.71, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 4, 1665.55, 226.576, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 5, 1666.6, 249.188, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 6, 1660.32, 271.069, -62.1788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 7, 1647.42, 288.737, -62.1818, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 8, 1624.67, 307.036, -62.1787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 9, 1581.49, 310.531, -62.1787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 10, 1546.92, 291.715, -62.1805, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 11, 1529.93, 269.005, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 12, 1526.49, 213.221, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 13, 1537.43, 194.846, -62.1789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 14, 1564.85, 173.251, -62.1786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0), -(190556, 15, 1614.72, 169.978, -62.1786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 100, 0, 0); - -INSERT INTO game_event_creature VALUES -(190581, 20), -(190580, 20), -(190557, 20), -(190556, 20), -(190549, 20), -(190548, 20), -(190533, 20), -(190532, 20), -(190493, 20), -(190492, 20), -(190485, 20), -(190484, 20), -(190477, 20), -(190476, 20), -(190469, 20), -(190468, 20), -(190461, 20), -(190460, 20), -(190453, 20), -(190452, 20), -(190445, 20), -(190444, 20), -(190437, 20), -(190436, 20), -(190429, 20), -(190428, 20), -(190421, 20), -(190420, 20), -(190413, 20), -(190412, 20), -(190405, 20), -(190404, 20), -(190108, 20), -(190109, 20), -(190140, 20), -(190141, 20), -(190524, 20), -(190517, 20), -(190516, 20), -(190501, 20), -(190500, 20), -(190004, 20), -(190005, 20), -(190012, 20), -(190013, 20), -(190020, 20), -(190021, 20), -(190028, 20), -(190029, 20), -(190036, 20), -(190037, 20), -(190268, 20), -(190269, 20), -(190124, 20), -(190125, 20), -(190148, 20), -(190149, 20), -(190156, 20), -(190157, 20), -(190164, 20), -(190165, 20), -(190172, 20), -(190173, 20), -(190180, 20), -(190181, 20), -(190116, 20), -(190117, 20), -(190132, 20), -(190133, 20), -(190525, 20); - - --- GAMEOBJECTS -DELETE FROM gameobject WHERE id IN (180396, 180398); -INSERT INTO `gameobject` VALUES -(190268, 180396, 1, -1383.59, -85.434, 159.566, 3.17021, 0, 0, 0, 0, 180, 180, 255, 1), -(190272, 180396, 1, -1379.01, -58.6698, 158.927, 3.71842, 0, 0, 0, 0, 180, 180, 255, 1), -(190276, 180396, 1, -1273.51, 134.157, 132.078, -2.35619, 0, 0, 0, 0, 180, 180, 255, 1), -(190280, 180396, 1, -1249.68, 52.4457, 127.18, 1.90241, 0, 0, 0, 0, 180, 180, 255, 1), -(190284, 180396, 1, -1091.78, -20.9857, 140.129, 0.241459, 0, 0, 0, 0, 180, 180, 255, 1), -(190288, 180396, 0, 1262.51, 353.944, -63.7039, 5.5162, 0, 0, 0, 0, 180, 180, 255, 1), -(190292, 180396, 0, 1524.65, 242.972, -41.3899, -1.55334, 0, 0, 0, 0, 180, 180, 255, 1), -(190296, 180396, 0, 1592.72, 168.947, -41.4244, 0, 0, 0, 0, 0, 180, 180, 255, 1), -(190300, 180396, 0, 1598.8, 311.823, -41.4244, 3.17493, 0, 0, 0, 0, 180, 180, 255, 1), -(190304, 180396, 1, 1657.46, -4385.4, 23.5797, -1.01229, 0, 0, 0, 0, 180, 180, 255, 1), -(190308, 180396, 1, 1663.59, -4343.19, 61.2462, 0.750492, 0, 0, 0, 0, 180, 180, 255, 1), -(190312, 180396, 1, 1934.82, -4711.71, 37.4563, 0.517133, 0, 0, 0, 0, 180, 180, 255, 1), -(190316, 180396, 1, 1746.33, -3967.47, 49.2634, 2.0013, 0, 0, 0, 0, 180, 180, 255, 1), -(190320, 180396, 1, -1051.74, 234.324, 134.494, 0.7054, 0, 0, 0, 0, 180, 180, 255, 1), -(190154, 180398, 1, 9920.16, 2349.58, 1330.78, 4.7303, 0, 0, 0, 0, 180, 180, 255, 1), -(190088, 180398, 0, -8411.49, 577.444, 91.9777, -0.9599, 0, 0, 0, 0, 180, 180, 255, 1), -(190082, 180398, 0, -5035.03, -1263.47, 505.4, 0.698132, 0, 0, 0, 0, 180, 180, 255, 1), -(190076, 180398, 1, 9963.93, 2490.04, 1316.05, 0, 0, 0, 0, 0, 180, 180, 255, 1), -(190028, 180398, 0, -5035.49, -921.804, 501.659, -0.122173, 0, 0, 0, 0, 180, 180, 255, 1), -(190022, 180398, 0, -4919.31, -844.615, 501.861, -2.40855, 0, 0, 0, 0, 180, 180, 255, 1), -(190070, 180398, 0, -8386.73, 288.405, 120.886, -2.47837, 0, 0, 0, 0, 180, 180, 255, 1), -(190064, 180398, 0, -4675.27, -985.681, 501.859, 1.16136, 0, 0, 0, 0, 180, 180, 255, 1), -(190058, 180398, 0, -4832.88, -1171.66, 502.195, 1.509, 0, 0, 0, 0, 180, 180, 255, 1), -(190016, 180398, 0, -8846.94, 593.738, 93.4625, 2.42601, 0, 0, 0, 0, 180, 180, 255, 1), -(190052, 180398, 1, 9720.18, 2545.46, 1335.68, -0.977383, 0, 0, 0, 0, 180, 180, 255, 1), -(190046, 180398, 1, 9985.22, 2348.01, 1330.79, 3.136, 0, 0, 0, 0, 180, 180, 255, 1), -(190040, 180398, 1, 9965.64, 2179.93, 1328.07, -2.54818, 0, 0, 0, 0, 180, 180, 255, 1), -(190010, 180398, 0, -8870.4, 544.658, 106.284, -1.22173, 0, 0, 0, 0, 180, 180, 255, 1), -(190004, 180398, 0, -8842.86, 654.543, 97.2775, -2.47837, 0, 0, 0, 0, 180, 180, 255, 1), -(190152, 180397, 1, 9920.16, 2349.58, 1330.78, 4.7303, 0, 0, 0, 0, 180, 180, 255, 1), -(190086, 180397, 0, -8411.49, 577.444, 91.9777, -0.9599, 0, 0, 0, 0, 180, 180, 255, 1), -(190080, 180397, 0, -5035.03, -1263.47, 505.4, 0.698132, 0, 0, 0, 0, 180, 180, 255, 1), -(190074, 180397, 1, 9963.93, 2490.04, 1316.05, 0, 0, 0, 0, 0, 180, 180, 255, 1), -(190026, 180397, 0, -5035.49, -921.804, 501.659, -0.122173, 0, 0, 0, 0, 180, 180, 255, 1), -(190020, 180397, 0, -4919.31, -844.615, 501.661, -0.855212, 0, 0, 0, 0, 180, 180, 255, 1), -(190068, 180397, 0, -8386.73, 288.405, 120.886, -2.47837, 0, 0, 0, 0, 180, 180, 255, 1), -(190062, 180397, 0, -4675.27, -985.681, 501.859, 1.16136, 0, 0, 0, 0, 180, 180, 255, 1), -(190014, 180397, 0, -8846.94, 593.738, 93.4625, 2.42601, 0, 0, 0, 0, 180, 180, 255, 1), -(190056, 180397, 0, -4832.88, -1171.66, 502.195, 1.509, 0, 0, 0, 0, 180, 180, 255, 1), -(190050, 180397, 1, 9720.18, 2545.46, 1335.68, -0.977383, 0, 0, 0, 0, 180, 180, 255, 1), -(190044, 180397, 1, 9985.22, 2348.01, 1330.79, 0, 0, 0, 0, 0, 180, 180, 255, 1), -(190038, 180397, 1, 9965.32, 2179.72, 1328.07, -2.54818, 0, 0, 0, 0, 180, 180, 255, 1), -(190008, 180397, 0, -8870.4, 544.658, 106.284, -1.22173, 0, 0, 0, 0, 180, 180, 255, 1), -(190002, 180397, 0, -8842.76, 654.543, 97.2775, -2.47837, 0, 0, 0, 0, 180, 180, 255, 1); - -INSERT INTO game_event_gameobject VALUES -(190320, 20), -(190316, 20), -(190312, 20), -(190308, 20), -(190304, 20), -(190300, 20), -(190296, 20), -(190292, 20), -(190288, 20), -(190284, 20), -(190280, 20), -(190276, 20), -(190272, 20), -(190268, 20), -(190154, 20), -(190004, 20), -(190010, 20), -(190040, 20), -(190046, 20), -(190052, 20), -(190016, 20), -(190058, 20), -(190064, 20), -(190070, 20), -(190022, 20), -(190028, 20), -(190076, 20), -(190082, 20), -(190088, 20); - -UPDATE creature, creature_template SET creature.curhealth = creature_template.MinLevelHealth, creature.curmana = creature_template.MinLevelMana WHERE creature.id = creature_template.entry AND creature_template.RegenerateStats & 1; - diff --git a/Updates/1681_vekniss_guardian.sql b/Updates/1681_vekniss_guardian.sql deleted file mode 100644 index bd0e791ed..000000000 --- a/Updates/1681_vekniss_guardian.sql +++ /dev/null @@ -1,46 +0,0 @@ - -DELETE FROM `creature` WHERE `guid`IN ('87634', '87635', '87636', '87637'); -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('87638', '15233', '531', '0', '0', '-8370.168', '2061.281', '9.56669900', '5.70722700', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87617', '15233', '531', '0', '0', '-8382.213', '2045.102', '9.07794800', '2.64052800', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87621', '15233', '531', '0', '0', '-8396.575', '2059.278', '9.69354700', '1.07472400', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87619', '15233', '531', '0', '0', '-8392.934', '2075.613', '9.25442400', '4.59022200', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87618', '15233', '531', '0', '0', '-8369.812', '2036.106', '9.36428000', '0.57981780', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87620', '15233', '531', '0', '0', '-8379.067', '2073.290', '9.19208800', '4.90397500', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87595', '15233', '531', '0', '0', '-8396.880', '2051.316', '116.211800', '3.38593900', '21600', '21600', '0', '0', '62880', '0', '0', '0'), -('87596', '15233', '531', '0', '0', '-8404.733', '2070.303', '116.212700', '3.64773800', '21600', '21600', '0', '0', '62880', '0', '0', '0'), -('87599', '15233', '531', '0', '0', '-8595.289', '1964.576', '-1.1499230', '2.56529800', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87600', '15233', '531', '0', '0', '-8580.828', '1970.717', '-1.3922710', '0.43135150', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87671', '15233', '531', '0', '0', '-8587.419', '1987.750', '-1.5025410', '1.39027900', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87611', '15233', '531', '0', '0', '-8544.825', '2124.616', '-1.7474550', '3.80481800', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87612', '15233', '531', '0', '0', '-8548.718', '2109.138', '-0.6393947', '2.15465100', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87613', '15233', '531', '0', '0', '-8541.854', '2134.763', '-2.4711970', '5.45499900', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87628', '15233', '531', '0', '0', '-8353.657', '1921.557', '-2.4745600', '5.46288100', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87630', '15233', '531', '0', '0', '-8341.195', '1905.900', '-2.3050570', '3.21155900', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87629', '15233', '531', '0', '0', '-8327.081', '1891.355', '-1.7242290', '5.19035600', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87631', '15233', '531', '0', '0', '-8341.184', '1890.924', '-2.4086750', '0.40623710', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87633', '15233', '531', '0', '0', '-8326.708', '1874.970', '-2.1255430', '2.48786500', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87632', '15233', '531', '0', '0', '-8344.040', '1919.031', '-2.3980520', '0.16577480', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87625', '15233', '531', '0', '0', '-8409.875', '1939.887', '4.31583600', '5.73679500', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87622', '15233', '531', '0', '0', '-8392.607', '1913.649', '2.72826100', '2.25828100', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87626', '15233', '531', '0', '0', '-8395.446', '1924.674', '3.06283000', '0.55850540', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87623', '15233', '531', '0', '0', '-8401.925', '1932.857', '2.64358600', '5.66301300', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87624', '15233', '531', '0', '0', '-8403.810', '1916.535', '3.38723300', '5.48302600', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87627', '15233', '531', '0', '0', '-8396.206', '1943.031', '4.05846500', '0.29509210', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87639', '15233', '531', '0', '0', '-8348.887', '1791.999', '-1.8782730', '0.53148280', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87640', '15233', '531', '0', '0', '-8351.284', '1805.480', '-1.1698670', '0.85647520', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87641', '15233', '531', '0', '0', '-8338.667', '1800.914', '-1.2618700', '0.06680674', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87642', '15233', '531', '0', '0', '-8362.074', '1810.134', '1.00202600', '0.72558400', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87643', '15233', '531', '0', '0', '-8357.210', '1822.910', '0.43716730', '5.53572300', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87644', '15233', '531', '0', '0', '-8350.024', '1815.486', '0.18971530', '2.75677100', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87608', '15233', '531', '0', '0', '-8620.168', '2093.819', '-1.8016190', '1.98922700', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87609', '15233', '531', '0', '0', '-8633.646', '2111.863', '-1.8279910', '0.40578940', '21600', '21600', '3', '0', '62880', '0', '0', '1'), -('87610', '15233', '531', '0', '0', '-8636.356', '2091.214', '-1.2950980', '2.98735500', '21600', '21600', '3', '0', '62880', '0', '0', '1'); - -REPLACE INTO `creature` (`guid`, `id`, `map`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecsmin`, `spawntimesecsmax`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `DeathState`, `MovementType`) VALUES -('87672', '15230', '531', '0', '0', '-8590.209', '2107.354', '-6.100234', '4.5475990', '21600', '21600', '0', '0', '50304', '0', '0', '0'), -('87673', '15230', '531', '0', '0', '-8590.501', '2118.220', '-7.697946', '4.6427150', '21600', '21600', '0', '0', '50304', '0', '0', '0'), -('87674', '15230', '531', '0', '0', '-8590.907', '2125.320', '-8.237082', '4.7002540', '21600', '21600', '0', '0', '50304', '0', '0', '0'), -('87675', '15230', '531', '0', '0', '-8332.211', '1767.381', '-6.253891', '2.0833300', '21600', '21600', '0', '0', '50304', '0', '0', '0'), -('87676', '15230', '531', '0', '0', '-8333.671', '1758.865', '-6.153234', '1.8263210', '21600', '21600', '0', '0', '50304', '0', '0', '0'), -('87677', '15230', '531', '0', '0', '-8323.966', '1762.295', '-6.667208', '2.4031140', '21600', '21600', '0', '0', '50304', '0', '0', '0'); diff --git a/Updates/1682_thorium_brotherhood.sql b/Updates/1682_thorium_brotherhood.sql deleted file mode 100644 index 6de3d06e5..000000000 --- a/Updates/1682_thorium_brotherhood.sql +++ /dev/null @@ -1,32 +0,0 @@ --- Improved gossip for two Thorium Brotherhood NPCs: they will change depending on the --- reputation players have with that faction --- Fixed the gossip for getting the Sulfuron Hammer in Blackrock Depths -SET @COND := 125; - -DELETE FROM conditions WHERE condition_entry = @COND; -INSERT INTO conditions VALUES -(@COND, 5, 59, 5); - -UPDATE gossip_menu SET condition_id = @COND WHERE entry = 5962 AND text_id = 7121; - --- IDs are temporary, with need sniffs for the correct ones -DELETE FROM npc_text WHERE ID IN (7006, 7007, 7008); -INSERT INTO `npc_text` VALUES -(7006, 'A Sulfuron ingot?!??! Impossible! I must have it! I must! I must!$B$B$R, I am authorized to make you a grand deal for that ingot. Perhaps you would be interested to know the secrets of the Hand of Ragnaros? Sulfuras, idiot! The legendary hammer of the Firelord.', NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0), -(7007, 'In exchange for one Sulfuron Ingot, I am authorized to grant you one copy of the plans to forge a Sulfuron hammer.$B$BNow an adventurer like yourself is probably thinking to $ghimself:herself;, "What would I ever need a hammer like that for when what I already own is far superior?"$B$BWell let me tell you something, $gmister:missy;, there ain\'t nothing more superior than what the Sulfuron hammer can become!', NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0), -(7008, 'You see, all you gotta do is forge the Sulfuron hammer and find yourself the Eye of Sulfuras. Combine the Eye of Sulfuras with the Sulfuron hammer and it will become Sulfuras! Now I\'m not going to bog you down with any technical information as to where or how or when you can get an Eye of Sulfuras. I\'m sure you\'ll figure that stuff out. Just sign this here contract so that our agreement is binding and our business will be done.', NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, 0); - -DELETE FROM gossip_menu WHERE text_id IN (7006, 7007, 7008); -INSERT INTO gossip_menu VALUES -(4781, 7006, 0, 356), -(5847, 7007, 0, 0), -(5846, 7008, 0, 0); - -UPDATE gossip_menu_option SET action_script_id = 0, action_menu_id = 5847 WHERE menu_id =4781 AND id= 1; -DELETE FROM gossip_menu_option WHERE menu_id IN (5847, 5846); -INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `action_script_id`, `box_coded`, `box_money`, `box_text`, `condition_id`) -VALUES -(5847, 0, 0, 'You\'ve got my attention.', 1, 1, 5846, 0, 0, 0, 0, NULL, 0), -(5846, 0, 0, 'Give me the contract.', 1, 1, -1, 0, 584601, 0, 0, NULL, 0); - -UPDATE dbscripts_on_gossip SET id = 584601 WHERE ID = 4781; diff --git a/Updates/1684_missing_auras.sql b/Updates/1684_missing_auras.sql deleted file mode 100644 index 593710e08..000000000 --- a/Updates/1684_missing_auras.sql +++ /dev/null @@ -1,10 +0,0 @@ - -REPLACE INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `b2_0_sheath`, `b2_1_flags`, `emote`, `moveflags`, `auras`) VALUES -('15521', '0', '0', '1', '16', '0', '0', '9205'), -('15318', '0', '0', '1', '16', '0', '0', '9205'), -('15323', '0', '0', '1', '16', '0', '0', '25592'), -('15324', '0', '0', '1', '16', '0', '0', '18950'), -('15505', '0', '0', '1', '16', '0', '0', '18943 18950'), -('15335', '0', '0', '1', '16', '0', '0', '18950'), -('15387', '0', '0', '1', '16', '0', '0', '18950'), -('15341', '0', '0', '1', '16', '0', '0', '18943'); diff --git a/Updates/1685_YES_IT_IS.sql b/Updates/1685_YES_IT_IS.sql deleted file mode 100644 index 3e000987c..000000000 --- a/Updates/1685_YES_IT_IS.sql +++ /dev/null @@ -1,3 +0,0 @@ - -UPDATE `creature_template` SET `ModelId1`='11686', `CreatureType`='10', `UnitFlags`='33555200', `HealthMultiplier`='1.35', `MinLevelHealth`='4120', `MaxLevelHealth`='4120', `MinMeleeDmg`='103.9', `MaxMeleeDmg`='137.9', `MeleeAttackPower`='252', `RangedAttackPower`='26', `MinLootGold`='0', `MaxLootGold`='0' WHERE `Entry`='15964'; -UPDATE `creature_template` SET `MaxMeleeDmg`='137.9' WHERE `Entry`='15521'; diff --git a/appveyor.yml b/appveyor.yml index f4c30780e..16b564e55 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ # Specify version format -version: "1.8.{build} 'Lunar Festival'" +version: "1.8.5.{build} 'Below Blackrock Mountain'" # specify custom environment variables environment: